Hello Kool Report,

For one of my report, I came across a requirement to show the Tooltip for all the points in Linechart.

I google around and come to know that this is possible, thorugh "ready" event of google chart.

However I find there is one method "setSelection" for google chart object, which shows me error "setSelection is not a function"

So there are two things I am looking for

  1. Use of "ready" event (in "clientEvents" ) for google chart - right now I have to grap "widget.id" and register ready event using "google.visualization.events.addListener" google method.
  2. "chart.setSelection" method like used here - I know this example is of Pie Chart, but I want to achieve same for Line Chart

It will be great to have this two for google chart.