Home  »  CodeLibrariesSnippetsTechnologyTools   »   Highcharts CDN URL Example

Highcharts CDN URL Example

Posted: December 17, 2022 | by Michael Bright

This is the Highcharts CDN URL.

https://cdnjs.cloudflare.com/ajax/libs/highcharts/10.3.2/highcharts.js

This is how to use Highcharts with CDN.

<script src="https://cdnjs.cloudflare.com/ajax/libs/highcharts/10.3.2/highcharts.js" integrity="sha512-JVzXlL1mZb/G0YNUJtPqUzA/QtPMQLNpCtEBOV9R8P3Uskp4W0C+6SVZ3rpwnKcp/V/59YQoGNUYmB/N6do1sA==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>

Using jsdelivr.

https://cdn.jsdelivr.net/npm/[email protected]/highcharts.min.js

Here is the HTML code.

<script src="https://cdn.jsdelivr.net/npm/[email protected]/highcharts.min.js"></script>

Found this article interesting? Follow Brightwhiz on Facebook, Twitter, and YouTube to read and watch more content we post.