So, I am trying to user valueLabelsInterval. but it's just not working. Here's how my code looks like when I choose. View source on my page:
.
.
.
var options = {title: 'G-1',vAxis: {title: 'T-1', titleTextStyle: {color:
'red'}}, hAxis: {title: 'T-2, titleTextStyle: {color: 'red'}, gridlines:
{count: 4}, viewWindow: { min: 0, max: 5, valueLabelsInterval: 1} } };
.
.
.
But my axis values are: 0.5, 2.0, 3.5, 5.0
I want them to be: 0, 1, 2, 3, 4, 5....
Any suggestions?
--
You received this message because you are subscribed to the Google Groups
"Google Visualization API" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-visualization-api/-/Z0DLPo8AP54J.
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.
<<attachment: bar.png>>
