Jacson
unread,Mar 29, 2012, 6:22:57 PM3/29/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Visualization API
I am loving these charts. Pulling data from databases is a breeze and
manipulating the display is working great!
So now I want to complicate my life.
Imagine a simple line graph tracking data points over time.
For every point >= 0 I want it and the line segment preceding it to be
red.
For every point < 0 I want it and the line segment preceding it to be
green.
Any ideas, how I could accomplish such?
Point me to the pertinent docs please.
Alternatively, maybe a different chart type would work. The line
chart is best for my purposes, but will consider others.
Thanks.