google-chart
google-chart copied to clipboard
Version 2.1!
New Features:
- More modular design
- Less dependencies/complexity
- Style sheets imported into Shadow DOM
- Draws with (Chart)Wrapper
- Introduces:
- Dashboards
- Controls
- Queries
- Editors
- Call methods on charts
- Chart Actions
- Heavily updated demos
Some known issues:
- P0 Needs more tests!
- P1 gViz bug? Drawing a WordTree shows an error
- P3 gViz bug? Changing chart type has slow style sheet update due to delayed ready event.
@rslawik Thanks for the review!
@wesalvaro I'm guessing this would all have to be redone now that the code has been migrated to LitElement?
We added few things from the list:
- [x] Style sheets imported into Shadow DOM
- [x] Draws with (Chart)Wrapper
Not sure if we want to pursue the modular approach (<google-chart-data>). That would be a big breaking change.
However, adding support for dashboards / controls / editors / action may still be worth exploring. Would those be useful to you?