Hi, I have been using the google visualization package for a while to make pie and bar charts, thanks it works great. But I was wondering, in the gauge coding example, at http://code.google.com/apis/chart/interactive/docs/examples.html under the gauge section, first you create some empty columns and rows, and then use setCell() to set values. But later on, setValue() is used to set values. What is the difference between the two? The datatables and dataviews page http://code.google.com/apis/chart/interactive/docs/datatables_dataviews.html makes it even more confusing, since it says to use addValue() in the title, and uses setCell() in the example. So overall, you could use setCell(), addValue() or setValue()? I'm confused.
Please help me someone? All I want to know is what's the difference... Thanks, Tommy -- 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.
