Hi! Sorry for the late reply, and thanks for the answer. Just
wondering: I can't find the list of parameters anywhere. What are the
optional parameters of SetCell? As far as I can tell from the
examples, the only difference is setting a string instead of a number
in a table.
About the addValue() thing - that's good to know! :) I like this API.
On Sep 8, 5:16 am, EZChart <
ezch...@google.com> wrote:
> Oops, sent email in the middle of writing it by mistake. Rewriting:
>
> - addValue() is just a plain mistake in the documentation - it does not
> exist. We will fix this soon.
> - setValue() is the same as calling setCell() without passing the
> optional parameters.
>
> So, if you want to use the optional parameters of setCell() you should
> definitely use setCell(). If you just want to set the value, you can use
> either setCell() or setValue() - they're exactly the same.
>
>
>
>
>
>
>
> On Thu, Sep 8, 2011 at 2:13 PM, EZChart <
ezch...@google.com> wrote:
>
> > - addValue() is just a plain mistake in the documentation - it does not
> > exist. We will fix this soon.
> > - setValue() is the same as calling setCell() without passing the
> > optional parameters.
> > - er
>
> > On Wed, Sep 7, 2011 at 9:51 PM, tomysshadow <
ellesc...@gmail.com> wrote:
>
> >> 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_datavie...