Open niko5 opened 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>
<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.
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.