Sorry, but multiple data points in a tooltip is not supported in 
ScatterCharts, unless you implement custom tooltips (using the "tooltip" 
column role).

If you can get away with using LineCharts instead (ie, you don't have 
multiple points in a single series for a single x-axis value), then you can 
use those and set the "focusTarget" option to "category".  Set the 
"lineWidth" option to 0 and the "pointSize" option to something larger than 
0 to make the charts look like ScatterCharts.

On Monday, November 5, 2012 6:47:00 AM UTC-5, kanak chopra wrote:
>
> I am having a similar problem. Even in this(
> http://jsfiddle.net/asgallant/JDLuv/) example if all the three categories 
> have same count ([new Date(0, 0, 0, 0), 44, 44, 44],). It is showing only 
> Week in the tol tip. How can I indicate mulitple categories are present at 
> this point.
>
> Thanks,
> Kanak
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-visualization-api/-/RDN-X5mBUi8J.
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