vue-charts
vue-charts copied to clipboard
Is there any support for dashboard controls?
Looking to add a date range selector via the google charts with their controls stuff. See here: https://developers.google.com/chart/interactive/docs/gallery/controls#5-create-control-and-chart-instances
Hmm, don't think it would work. I would say you could grab the chart object itself and make the dashboard with it, but the docs say "When creating ChartWrapper
... do not specify either the dataTable
...", which is definitely being done right now.
How do you imagine this would work? Would you pass in data to the component and it makes the controls, or would you prefer if it had the ability for you to make them instead? Dashboards can get pretty complex, not sure how to go about this yet.
Any update on this?