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