Sam,

You've bumped into a couple limits of the diff chart feature.  It doesn't
work with additional role columns, including tooltips or annotations.
 We're not sure when we will get around to supporting roles.

But I don't see a problem with using log scale, or 'mirrorLog' with the
diff chart.  Could you provide a more complete example so I might be able
to reproduce it?

dan


On Wed, Feb 12, 2014 at 9:57 AM, Sam Halliday <[email protected]>wrote:

> btw, using scaleType: 'mirrorLog' fixes the log problem. I'd really
> appreciate advice on getting the tooltips working in the diff
> ScatterChart... it's essentialy for users to be able to mouse-over the data
> points and see the label associated to that point.
>
>
> On Wednesday, 12 February 2014 14:49:19 UTC, Sam Halliday wrote:
>>
>> 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.
>



-- 
Daniel LaLiberte <https://plus.google.com/100631381223468223275?prsrc=2>  -
978-394-1058
[email protected] <[email protected]>   5CC, Cambridge MA
[email protected] <[email protected]> 9 Juniper Ridge
Road, Acton MA

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