We have an experimental chart called SteppedArea which does this. Take a look at http://savedbythegoog.appspot.com/?id=9ad97f436844ad977f5043725dd2167843dfec00 .
Note that this chart is not documented and we may stop supporting it at any time without notice. EZChart On Tue, Oct 25, 2011 at 4:24 PM, Radhouene <[email protected]>wrote: > Hello, > i need to display a "stepped graph" using AreaChart. I tried to do it > but i didn't have any result. I tried to do someting like that: > data.addRow(["A", 1]); > data.addRow(["B", 1]); > data.addRow(["B", 2]); > data.addRow(["C", 2]); > data.addRow(["C", 3]); > data.addRow(["D", 3]); > data.addRow(["D", 4]); > > i receive similar x values (A,B,B,C,C,D,D) > If anyone has solutions to this issue, please help me. > > Thanks in Advance !! > > -- > 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. > > -- 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.
