Search code examples
chartstooltipgoogle-visualization

always visible tooltip on google chart on page load?


Is there any way to make google charts tooltip always visible, no matter where the mouse pointer is? it should be constantly on after page load


Solution

  • The best I could come up with is:

    http://jsfiddle.net/xDfLd/

    But if you interact with the chart (ie, click on different pie segments, or different line segments), the tooltip will disappear. Setting enableInteractivity:false I'll file a bug that tooltips and selections should still display when interactivity is off anyway.