mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-14 06:43:25 +08:00
10 lines
132 B
JSON
10 lines
132 B
JSON
|
{
|
||
|
startOnLoad:true,
|
||
|
htmlLabels:true,
|
||
|
callback:function(id){
|
||
|
console.log(id,' rendered');
|
||
|
},
|
||
|
flowchart:{
|
||
|
useMaxWidth:false,
|
||
|
};
|