Use the series.<series index>.targetAxisIndex option to assign series to
different vertical axes. Axis 0 is the left vAxis, and 1 is the right
vAxis. Use the vAxes.<axis index> options to set options for the left and
right axes (each one takes the same options as the vAxis option). Like
this:
series: {
0: {
targetAxisIndex: 0 // use the left axis
},
1: {
targetAxisIndex: 1 // use the right axis
}
},
vAxes: {
0: {
title: 'Left Axis'
},
1: {
title: 'Right Axis'
}
}
On Tuesday, July 2, 2013 3:55:52 AM UTC-4, Alex wrote:
>
> Hi! I need second vertical axis. How can I do that?
--
You received this message because you are subscribed to the Google Groups
"Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/groups/opt_out.