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.

Reply via email to