Use a stacked Area chart with two columns in the DataTable per series. The first column is the distance from the previous series (or the origin in the case of the first series; use negative values to create overlap) and the second is the series value. In the chart's options, use the 'series' option to set the color of the odd-numbered series to 'transparent'. See an example here: http://jsfiddle.net/asgallant/mVWuH/1/
On Tuesday, June 12, 2012 9:38:58 AM UTC-4, Jim P wrote: > > I wrote this question on stack overflow, and have not gotten a response at > all ( > http://stackoverflow.com/questions/10984981/how-would-i-go-about-making-a-type-of-stacked-area-chart-jquery-google-charts > ) > > I am trying to make an area chart that looks something like the following: > > > <http://i.imgur.com/fLDDm.png> > > > Any suggestions? > -- 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/-/QpjwR67sErcJ. 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.
