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.
Replace
<google-chart-loader>
withgoogle.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 toChartWrapper
was a part of #204 PR.