googleVis icon indicating copy to clipboard operation
googleVis copied to clipboard

Controls in googleVis

Open fkgruber opened this issue 9 years ago • 3 comments

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

fkgruber avatar Jan 23 '16 20:01 fkgruber

No, as this would have to be done in JavaScript.

mages avatar Jan 23 '16 20:01 mages

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.

fkgruber avatar Jan 23 '16 21:01 fkgruber

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.

mages avatar Jan 23 '16 22:01 mages