Skip to content
New issue

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

Dashboards and controls #79

Open
juanramb opened this issue Jan 17, 2016 · 4 comments
Open

Dashboards and controls #79

juanramb opened this issue Jan 17, 2016 · 4 comments
Assignees

Comments

@juanramb
Copy link

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

@ebidel
Copy link
Contributor

ebidel commented Jan 18, 2016

The google-chart elements don't support that. Think we'd probably have to create something new like google-chart-dashboard.

@wesalvaro
Copy link
Member

Yeah, that would be the right approach. I'm also very interested in this, so I'll be taking a look at it.

@wesalvaro wesalvaro self-assigned this Mar 15, 2016
@wesalvaro
Copy link
Member

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>

@wesalvaro
Copy link
Member

I have a preliminary CL with this functionality in #91.

@wesalvaro wesalvaro added this to the Comprehensive API milestone Jan 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants