Hello,

I have two ScatterCharts that I have constructed using the JSON DataTable 
format. Each renders fine on its own and the column format is:

  {"cols":[
    {"label":"Mean","type":"number"},
    {"label":"AAA","type":"number"},
    {"role":"tooltip","type":"string"},
    {"label":"BBB","type":"number"},
    {"role":"tooltip","type":"string"},
   etc for another 5 number/role combos

The rows of both charts are in exactly the same order, row counts are 
identical, with the tooltip columns identical.

Many of the entries of the table have null values, following the advice for 
a multi-parameter scatter chart.

However, when I diff my data I get "All series on a given axis must be of 
the same data type"

Things improve if I remove the tooltips - the graph renders (but without my 
tooltips).

But I try to plot it on a logScale (which works for the individual charts), 
I get r is null

Is this a bug? Is there an immediate workaround... or what am I doing wrong?


-- 
You received this message because you are subscribed to the Google Groups 
"Google Chart 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-chart-api.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to