scatter graphs with multiple series require 1 tooltip column per series
87 views
Skip to first unread message
KPax23
unread,
Mar 1, 2012, 1:17:45 PM3/1/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Visualization API
I noticed an odd behavior with tooltips in multiseries scatter graphs.
It appears that one needs to add a tooltip column to the data for each
series' y column instead of just a single tooltip column for all
series y columns.
This is somewhat confusing to me since, if I understand correctly,
each row of scatter graph data may only contain one single non-null
value across all y columns. If that is the case then a single tooltip
column should really suffice since the tooltip value could not be
associated with more than one scatter graph dot.
Is this by design or a bug? Could it be improved to where having a
single tooltip column for all y columns in scatter graph data would
work?
Thanks
K
asgallant
unread,
Mar 1, 2012, 1:36:50 PM3/1/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message