Your numbers are being input as strings; this:
{"v":"1.1"}
should be this:
{"v":1.1}
Fix that, and it works. See example based on your code here:
http://jsfiddle.net/asgallant/VsQx5/
On Sunday, December 29, 2013 11:37:20 AM UTC-5, JRo wrote:
>
> Any idea what am I doing wrong in the attached code? It works just fine
> until I put "curveType: 'function'," into options, once I do that it
> renders quite weird picture :(
>
>
>
--
You received this message because you are subscribed to the Google Groups
"Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/groups/opt_out.