When you use two vertical axes in the Visualization API, they will share common grid lines. There is no way to add a third vertical axis, though, unless you use the AnnotatedTimeLine<https://developers.google.com/chart/interactive/docs/gallery/annotatedtimeline>charts (warning: flash-based). Support for more vAxes may come in the future, as the current release has a (very broken) method to add more - they just get drawn overlapping one another, so you can't read them.
On Wednesday, August 22, 2012 3:29:59 PM UTC-4, AddDry wrote: > > Hi, > > What I need is one set of grid lines and then the different axis apply > their figures to the same lines - not like the picture from mrishadali > where each axis has its own grid lines (albeit the lines don't run across > the chart). > > Imagine x is "amount earned" and c is "percentage earned used to pay gas > bill" - see how there are only one set of grid lines and each series > applies a figure to the grid lines. > > £40 ___x___c___________ > 2.2% > > £30 ___c_______c___x___ > 2.0% > > £20 _______x___x___c___ > 1.8% > > Ultimately I need 3 vertical axis (hence the post here) - is there any way > of doing this? > > Any ideas?? > > Cheers, > Adam > > > > On Thursday, July 26, 2012 10:33:11 PM UTC+1, mrishadali wrote: >> >> Hi, >> I'm using AreaCharts and LineCharts and I want to add multiple vertical >> axis for different values. Please see the attached image. >> Is there any way to do this kind of thing with viz api??? >> Thanks in advance >> >> -- 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/-/f_YvfR9saMsJ. 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.
