Radhouene
unread,Oct 25, 2011, 10:24:29 AM10/25/11Sign 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
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 !!