Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to change the Y axis starting value to custom value? #3

Open
V3NK47 opened this issue Jun 28, 2017 · 2 comments
Open

How to change the Y axis starting value to custom value? #3

V3NK47 opened this issue Jun 28, 2017 · 2 comments
Labels

Comments

@V3NK47
Copy link

V3NK47 commented Jun 28, 2017

My graph has higher values like 1611, and the difference between each value is on decimals that I'm not able to see the difference, What I can see is a straight line. The array is here as follows.
wil xbar

$data[0] = array(
"1" => 1611.61,
"2" => 1611.78,
"3" => 1611.7,
"4" => 1611.74,
"5" => 1611.84,
"6" => 1611.7,
"7" => 1611.82,
"8" => 1611.6,
"9" => 1611.8,
"10" => 1611.66,
"11" => 1611.73,
"12" => 1611.73,
"13" => 1611.73
);
How to customize the starting value in Y axis? Kindly let me know!

@jerrywham jerrywham added the bug label Jun 28, 2017
@jerrywham
Copy link
Owner

Thank you to use this librairie.
Bug is confirmed. I'll try to fix it as soon as possible.

@V3NK47
Copy link
Author

V3NK47 commented Jun 29, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants