fix: module import in pie chart demo

This commit is contained in:
lemontreejs 2022-10-07 11:56:01 +05:30
parent 883d0d5039
commit 00053b8e97
1 changed files with 1 additions and 1 deletions

View File

@ -36,8 +36,8 @@
"Iron" : 5
</pre>
<script src="./mermaid.js"></script>
<script type="module">
import mermaid from '../packages/mermaid';
mermaid.initialize({
theme: 'forest',
// themeCSS: '.node rect { fill: red; }',