Found this and it is a bit of a sledgehammer, but it works for me

series: {

                  0:{color: 'transparent', visibleInLegend: false, 
enableInteractivity: false},

                  1:{color: 'transparent', visibleInLegend: false, 
enableInteractivity: false},

                  2:{color: 'orange', visibleInLegend: true},

                  3:{color: 'transparent', visibleInLegend: false, 
enableInteractivity: false},

                  4:{color: 'purple', visibleInLegend: true}

              },

On Wednesday, March 21, 2018 at 5:13:33 PM UTC-7, Robert Snyder wrote:
>
> I have a chart where I would like to hide some data I tried to selectively 
> disable the tooltips, but it did not work.
> I can make all other aspects of the data disappear, but not the tooltips.  
> Is it possible to make the tooltips selectively diappear?
> This is what I tried:
>
>           series: {
>
>                   0:{color: 'transparent', visibleInLegend: false, 
> tooltip: {trigger: 'none'}},
>
>                   1:{color: 'transparent', visibleInLegend: false, 
> tooltip: {trigger: 'none'}},
>
>                   2:{color: 'orange', visibleInLegend: true},
>
>                   3:{color: 'transparent', visibleInLegend: false, 
> tooltip: {trigger: 'none'}},
>
>                   4:{color: 'purple', visibleInLegend: true}
>
>               },
>

-- 
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 post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-visualization-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-visualization-api/4a80d753-4bd2-4ebf-a77f-60a56c367dcd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to