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
commit 39f9277a73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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; }',