According to this reference http://code.google.com/apis/chart/interactive/docs/gallery/linechart.html , tooltip.trigger = 'none' turns off tooltips on a chart.
How do you use this? data.tooltips.trigger = 'none'? And, how do you turn off tooltips for a single column? I am creating a linechart using <script type="text/javascript" src="https://www.google.com/jsapi"></ script> <script type="text/javascript"> google.load("visualization", "1", {packages:["corechart"]}); -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. 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.
