[visualization-api] Re: Disabling tooltip for only one of many series in a LineChart

2014-10-24 Thread Michael Dorfman
You can't specifically disable tooltips, but you can disable user interactivity for a series. This was the solution I found here (https://groups.google.com/forum/#!topic/google-visualization-api/vp0vKHtYOtI). Including this in the options for your graph would disable tooltips for the series

[visualization-api] Re: Disabling tooltip for only one of many series in a LineChart

2014-10-24 Thread Andrew Gallant
FYI, that will disable all interactivity with a series, not just tooltips. On Friday, October 24, 2014 8:23:45 AM UTC-4, Michael Dorfman wrote: You can't specifically disable tooltips, but you can disable user interactivity for a series. This was the solution I found here (

[visualization-api] Re: Disabling tooltip for only one of many series in a LineChart

2013-06-25 Thread Aidan Shealy
Any chance you figured out a way to handle this? -- 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

[visualization-api] Re: Disabling tooltip for only one of many series in a LineChart

2013-06-25 Thread asgallant
No, there is no workaround that I am aware of. On Tuesday, June 25, 2013 9:33:18 AM UTC-4, Aidan Shealy wrote: Any chance you figured out a way to handle this? -- You received this message because you are subscribed to the Google Groups Google Visualization API group. To unsubscribe from

[visualization-api] Re: Disabling tooltip for only one of many series in a LineChart

2012-11-15 Thread asgallant
Disabling tooltips for individual series is not supported. On Thursday, November 15, 2012 3:00:41 PM UTC-5, Ambientson wrote: Hello, I have a line chart (actually line chart type in a combo chart, but that shouldn't matter) and I'd like to disable the tooltips but only for a single serie

[visualization-api] Re: Disabling tooltip for only one of many series in a LineChart

2012-11-15 Thread Ambientson
Too bad. Thanks. On Thursday, November 15, 2012 3:28:34 PM UTC-5, asgallant wrote: Disabling tooltips for individual series is not supported. On Thursday, November 15, 2012 3:00:41 PM UTC-5, Ambientson wrote: Hello, I have a line chart (actually line chart type in a combo chart, but