You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Visualization API
Hi All
I'm using column charts to display the graphs.
My data to this graph is dynamic.
Based on the data, Minimum value is changing automatically.
But I would like it always start from '0'.
Any help is greatly appreciated.
Thanks
Rag
asgallant
unread,
Oct 5, 2011, 10:02:46 AM10/5/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-visua...@googlegroups.com
Try setting the vAxis.minValue option. That should work as long as you don't have any negative values. If you do have negative values, then you'll need to set vAxis.viewWindowMode: 'explicit' and use the vAxis.viewWindow.min and vAxis.viewWindow.max options.