Skip to content

Commit 5ca3f7e

Browse files
authored
Merge pull request #2 from CunMayday/codex/fix-issue-with-sample.html-loading
Point Recharts script tag to a working CDN bundle
2 parents 4cfaf30 + 226aa0c commit 5ca3f7e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

sample.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@
1616
crossorigin
1717
src="https://unpkg.com/react-dom@18/umd/react-dom.production.min.js"
1818
></script>
19-
<script src="https://unpkg.com/recharts/umd/Recharts.min.js"></script>
19+
<script
20+
crossorigin
21+
src="https://cdn.jsdelivr.net/npm/recharts@3.2.3/umd/Recharts.min.js"
22+
></script>
2023
<script src="https://unpkg.com/@babel/standalone/babel.min.js"></script>
2124
</head>
2225
<body class="bg-gray-100">

0 commit comments

Comments
 (0)