We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, is there a way of composing a chart with a chartRangeFilter using polymer elements? There is https://developers.google.com/chart/interactive/docs/gallery/controls but don't know if it can be used with google-chart element
The text was updated successfully, but these errors were encountered:
The google-chart elements don't support that. Think we'd probably have to create something new like google-chart-dashboard.
Sorry, something went wrong.
Yeah, that would be the right approach. I'm also very interested in this, so I'll be taking a look at it.
My current idea is to move the data into a behavior and create two new elements:
<google-chart-dashboard> <google-chart-control>
Theses elements should be used like so:
<google-chart-dashboard data="..."> <google-chart-control type="number-range" options="..."></google-chart-control> <google-chart options="..."></google-chart> </google-chart-dashboard>
I have a preliminary CL with this functionality in #91.
wesalvaro
No branches or pull requests
Hi, is there a way of composing a chart with a chartRangeFilter using polymer elements? There is https://developers.google.com/chart/interactive/docs/gallery/controls but don't know if it can be used with google-chart element
The text was updated successfully, but these errors were encountered: