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/0a978794-855a-4893-a590-2789644a25b2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to