You might be able to get something like this working by using a DataView with calculated columns, like this: http://jsfiddle.net/RCsMy/
On Thursday, March 29, 2012 6:22:57 PM UTC-4, Jacson wrote: > > 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. -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-visualization-api/-/KcEZsPNFTUIJ. 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.
