We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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/[email protected]?module"></script>
<script type=module src="https://unpkg.com/@google-web-components/[email protected]?module"></script>
So there is something not quite right for version 5.1.0 as chart does not render.
The text was updated successfully, but these errors were encountered:
There are some issues with unpkg, try esm.run instead:
<script type=module src="https://esm.run/@google-web-components/google-chart"></script>
Sorry, something went wrong.
No branches or pull requests
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/[email protected]?module"></script>
So there is something not quite right for version 5.1.0 as chart does not render.
The text was updated successfully, but these errors were encountered: