Closed bennypowers closed 7 years ago
Thanks so much for the jsbin!
I've tracked down the docs and responsible code.
setSelection
is actually, currently unavailable for the Timeline chart.
While the method exists and does update the chart state, it does not seem possible to draw the chart with the selection set by the user. I've raised a bug for this internally.
But a better place to file this would be with the Google Visualization team: https://github.com/google/google-visualization-issues/issues
This is pretty important for us. Any updates?
Hi, this isn't something that can be fixed in the Polymer element. You'll have to follow up with the google-visualization-issue linked above
I have a timeline chart:
And a method:
And the two are not getting along. I can't seem to set the selection in the google chart from outside.
Reproducable JSBin: https://jsbin.com/qukucon/edit?html,output