You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
$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!
The text was updated successfully, but these errors were encountered:
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.
$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!
The text was updated successfully, but these errors were encountered: