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

Stop loading google-chart-loader from google-chart #255

Closed rslawik closed 5 years ago

rslawik commented 5 years ago

Remove dependency on google-chart-loader from google-chart and extract shared loading code to a new module 'loader'.

Loading google-chart (the most common case) is now more efficient. The code for google-chart-loader does not need be included in the bundle and executed.