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 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