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
357 stars 130 forks source link

The example in JSBin does not work #345

Open niko5 opened 1 week ago

niko5 commented 1 week ago

The google-chart example does not word in JS Bin

However if you set it to use version 5.0.0 - 5.0.3 it does.

ie <script type=module src="https://unpkg.com/@google-web-components/google-chart@5.0.0?module"></script>

So there is something not quite right for version 5.1.0 as chart does not render.