CDN Resources for echarts
Various ways to access echarts via Content Delivery Networks
Package Installation
npm
npm install echarts
yarn
yarn add echarts
pnpm
pnpm add echarts
CDN Links
jsDelivr
<script src="https://fastly.jsdelivr.net/npm/echarts"></script>
Unpkg
<script src="https://unpkg.com/echarts"></script>
jsDelivr ESM
<script type="module">
import echarts from 'https://cdn.jsdelivr.net/npm/echarts/+esm';
</script>
Skypack
<script type="module">
import echarts from 'https://cdn.skypack.dev/echarts';
</script>
CDN Provider Resources
Learn more about the CDN services used to deliver these packages