GoogleWebComponents / google-chart

Google Charts API web components
https://www.webcomponents.org/element/@google-web-components/google-chart/elements/google-chart
Apache License 2.0
358 stars 130 forks source link

Migrate to ChartWrapper #250

Closed rslawik closed 5 years ago

rslawik commented 5 years ago

Replace <google-chart-loader> with google.visualization.ChartWrapper. ChartWrapper provides similar functionality.

API of the component stays the same.

That PR makes <google-chart-loader> unused. It can be deprecated and removed once all code using it is migrated. Migration to ChartWrapper was a part of #204 PR.