You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i guess now that cdn installation has disabled, as in not japanese but english guide page (https://vue-chartjs.org/guide/) it looks like the section for cdn installation disappeared.
but i want to use it via cdn.
are there any way to manage this issue?
And while Vue 3 itself works in CDN mode, vue-chartjs v5.2.0 doesn't seem to as the dist files hosted on CDNs have import/export syntax and are not meant to be used directly from browsers. The older style vue-chartjs.min.js file is missing from the dist directory...
Would you like to work on a fix?
Current and expected behavior
hi, https://unpkg.com/vue-chartjs/dist/vue-chartjs.min.js returns the result below:
status code: 404
Cannot find "/dist/vue-chartjs.min.js" in [email protected]
the japanese guide page for vue-chartjs shows cdn scripts below:
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.7.1/Chart.min.js"></script> <script src="https://unpkg.com/vue-chartjs/dist/vue-chartjs.min.js"></script>but latter does not works.
https://vue-chartjs.org/ja/guide/
https://github.com/apertureless/vue-chartjs/blob/ea8a7fb184a68861b16f836590cf0b44e2fca55c/website/src/ja/guide/index.md
i guess now that cdn installation has disabled, as in not japanese but english guide page (https://vue-chartjs.org/guide/) it looks like the section for cdn installation disappeared.
but i want to use it via cdn.
are there any way to manage this issue?
regards,
Reproduction
https://github.com/apertureless/vue-chartjs/search?q=min.js
chart.js version
v2.7.1
vue-chartjs version
v4.0.7
Possible solution
No response
The text was updated successfully, but these errors were encountered: