Simple, clean and engaging HTML5 based JavaScript charts. Chart.js is an easy way to include animated, interactive graphs on your website for free.
Visit CDN by jsDelivr – A CDN for npm and GitHub.
Click on the Copy to Clipboard button.

Click on the Copy URL menu item (copy URL to the CDN location ).

Paste the URL to the script
element.
<script
defer
src="https://cdn.jsdelivr.net/npm/chart.js@3.9.1/dist/chart.min.js"
></script>
You can download the HTML5 Template + Chart.js (CDN) template/boilerplate from my GitHub repository.