Controls in googleVis
Hi Is there a way to use Controls with googleVis? https://developers.google.com/chart/interactive/docs/gallery/controls
For example if we want to add a slider or something like that.
thanks FG
No, as this would have to be done in JavaScript.
Would it be possible to create a plot in google chart (say a scatter plot with a slider) and then get googleViz to use it? How would that work? Because essentially what I would like is something like that gvisMotionChart but more customized and simpler.
I am no expert with this. I can only recommend to create the initial charts with googleVis and then to knit them together with JavaScript and following the documentation by Google. I am sorry that I can't be more helpful.