Skip to content
New issue

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 example in JSBin does not work #345

Open
niko5 opened this issue Oct 21, 2024 · 1 comment
Open

The example in JSBin does not work #345

niko5 opened this issue Oct 21, 2024 · 1 comment

Comments

@niko5
Copy link

niko5 commented Oct 21, 2024

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.

@rslawik
Copy link
Contributor

rslawik commented Nov 8, 2024

There are some issues with unpkg, try esm.run instead:

<script type=module src="https://esm.run/@google-web-components/google-chart"></script>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants