Re: [visualization-api] Vertical axis left and right of the graph

2011-10-19 Thread Viz Kid
When you have more than 1 vertical axis, the assumption that the scale of each one of them is chosen separately. If you want this not to happen, you need to indicate that for both axes the min and max values you want to be included in the axis are the same. This can be done by specifying for both a

[visualization-api] Vertical axis left and right of the graph

2011-10-17 Thread Malli
I am using goole graphs for one of our requirement. I have to display y-axis scale values left side and right side of the graph. could you please help me to fix this issues. I am using below parameter in new google.visualization.ColumnChart constructor "eries:{2:{targetAxisIndex:1}} " but the r