Hi!

I have 2 related charts and I'm trying to show the tooltips at the same 
time once the user's mouse is over any of the charts.
So, I did something like this for the first chart chart_1

google.visualization.events.addListener(this.chart_1, 'onmouseover', (event) => 
{
    this.chart_2.setSelection([event])
});


However, unexpected behaviour occurs.
The tooltip of  chart_2 does not appear while the mouse is over the chart_1 
until 
I explicitly click on the chart_2, once I click on it, both tooltips are 
synchronized.

Is this expected? Is it a bug?
Any idea?
Thanks!

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/google-visualization-api/2953aed3-b8a0-4510-936c-a806714991be%40googlegroups.com.

Reply via email to