google-chart
google-chart copied to clipboard
Google Charts API web components
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...
New Features: - More modular design - Less dependencies/complexity - Style sheets imported into Shadow DOM - Draws with (Chart)Wrapper - Introduces: - Dashboards - Controls - Queries - Editors...
Moves the data-related construction to an element that can be used on its own. #153 Adds an element for the Query class. #121 #153
This is just a preview! But comments are welcome. Moves data handling to a behavior to be shared between Charts and Dashboards.
I am seeing what appears to be a bug with the line chart API: https://developers.google.com/chart/interactive/docs/gallery/linechart here is the problem: https://stackoverflow.com/questions/49122990/getting-cannot-read-property-vb-of-undefined-error-with-google-chart-api the error appears to be internal to the Chart API...
Should we introduce stricter types for some of the properties of `GoogleChart`? - `type: string` could be replaced with the union of all keys (string literals) from `CHART_TYPES`. That would...
This element (or at least it's dist code) does a lot of `window` variable usage, breaking an SSR app, since there's no `window` on server-side. Error might be like that...
There's that same issue when using the google charts js library directly, but with a CSS hack you can "fix" it: https://github.com/google/google-visualization-issues/issues/2162#issuecomment-233767625 Sadly, since it's webcomponents and shadow DOM, that...
hello, class names get applied to the element in question, but the css for that class is not applied. with the following, i would expect to see a border around...
Just like in iron-ajax where 'loading' attribute tells whether the request is being processed, need similar custom property for google-chart which sets the value to true when request for chart...