I was not able to get the yaxis minimum to work on my visualization
API. I was wondering if it had been implemented yet?
var chart = new google.visualization.AnnotatedTimeLine
(document.getElementById('chart_div'));
chart.draw(data, { displayAnnotations: true,
min: 10, max: 20,
thickness: 2});
I know that the docs read:
"The minimum value to show on the Y axis. If the minimum data point is
less than this value, this setting will be ignored, and the chart will
be adjusted to show the next major tick mark below the minimum data
point."
I made sure that my minimum data point was more than the min value set
of 10.
It doesn't seem to be working. Am I doing something wrong, or it's as
the old posts say, it's not yet implemented?
Wilhelm
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Visualization API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/google-visualization-api?hl=en
-~----------~----~----~----~------~----~------~--~---