Needs work
Project:
Google Visualization API
Version:
7.x-1.0-rc2
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Nov 2011 at 17:12 UTC
Updated:
8 Nov 2011 at 13:14 UTC
I'm running GVS on the latest Views 3 Dev version. I have a column chart that I want to restrict the vertical axes to the range 1-50 (inclusive). However, when I specify the V Axis Max, the chart doesn't change. Any suggestions?
Comments
Comment #1
btomic commentedPlease try rc2 version. Can you send me page java script code generated by views style (especially json part 'options')
Comment #2
AABoyles commentedI am using the rc2 version. I think this is the code you're looking for:
Thanks
Comment #3
btomic commentedEverything looks OK... I'm bit confused... Maybe the problem is in Google Viz API...
vAxis property that specifies the highest vertical axis grid line. The actual grid line will be the greater of two values: the maxValue option value, or the highest data value, rounded up to the next higher grid mark.