Merge pull request #4316 from agentraghav/agentraghav-pie-chart-demos-fix

pie diagram mermaid module import fix
This commit is contained in:
Sidharth Vinod
2023-04-19 12:25:59 +05:30
committed by GitHub

View File

@@ -38,7 +38,7 @@
</pre>
<script type="module">
import mermaid from '../packages/mermaid/src/mermaid';
import mermaid from './mermaid.esm.mjs';
mermaid.initialize({
theme: 'forest',
// themeCSS: '.node rect { fill: red; }',