jerrywham/phpGraph

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

Opened this issue · 2 comments

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!

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