I created an annotated timeline chart with a single line. I need to
have a red line at a certain value and a green line at another value.
I can either make 3 lines or better yet, just color the grid lines. I
have spent the better part of an hour looking for a solution with no
luck. Based on what I have read, I think I can do it in this line:
chart.draw(data, {displayRangeSelector: false});
The documentation I have read says that I can use "colors", but it
doesn't tell me how. I read something about axiscolor, but again,
how? I tried:
chart.draw(data, {displayRangeSelector: false, axiscolor: 'red'});
but that doesn't work either. Any ideas on how to do something that
should be so simple?
--
You received this message because you are subscribed to the Google Groups
"Google Chart 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-chart-api?hl=en.