Hey asgallant,

the solution you gave in your first comment works well with "line
graph" but I am looking to add y axis to "Annotated Time Line" chart.
please let me know how to do it.

Annotated Time Line chart ► 
http://code.google.com/apis/chart/interactive/docs/gallery/annotatedtimeline.html

Thanks
Dhanesh Mane


On Aug 19, 6:24 pm, asgallant <[email protected]> wrote:
> Use the vAxes option to define each axis, then use the series option to
> assign different lines to each axis.  You can replace the vAxis option in
> the visualization playground's Line Chart example with this:
>
> vAxes: {
>    0: {logScale: true},
>    1: {logScale: true}},
>
> series: {
>    0: {targetAxisIndex: 0},
>    1: {targetAxisIndex: 0},
>    2: {targetAxisIndex: 1},
>
> }
>
> http://code.google.com/apis/ajax/playground/?type=visualization#line_...

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
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.

Reply via email to