Home  »  CodeLibrariesSnippetsTechnologyTools   »   Apexcharts CDN URL Example

Apexcharts CDN URL Example

Posted: December 17, 2022 | by Michael Bright

This is the apexcharts CDN URL.

https://cdnjs.cloudflare.com/ajax/libs/apexcharts/3.36.3/apexcharts.min.js

This is how to use apexcharts with CDN.

<script src="https://cdnjs.cloudflare.com/ajax/libs/apexcharts/3.36.3/apexcharts.min.js" integrity="sha512-sa449wQ9TM6SvZV7TK7Zx/SjVR6bc7lR8tRz1Ar4/R6X2jOLaFln/9C+6Ak2OkAKZ/xBAKJ94dQMeYa0JT1RLg==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>

Using jsdelivr.

https://cdn.jsdelivr.net/npm/[email protected]/dist/vue-apexcharts.min.js

Here is the HTML code.

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

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