Using data.setValue(0, 1, {v: 325, f: 'A lot ;-)'}); don't work

Only  data.setFormattedValue(0, 1, 'A lot ;-)'); does in my test

On May 25, 8:50 am, asgallant <[email protected]> wrote:
> I believe you can also use it like this:
>
> data.setValue(0, 0, {v: 'TV', f: 'My TV'});
> data.setValue(0, 1, {v: 325, f: 'A lot ;-)'});
>
> passing an object as the value parameter, where the object contains the
> value "v" and formatted value "f"

-- 
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