mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-14 12:59:46 +02:00
Fix for issue #129 - Possibility to set the width of the generated flowchart
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
htmlLabels:true
|
||||
}
|
||||
mermaid.startOnLoad=true;
|
||||
mermaid.flowchartConfig = {width:'100%'};
|
||||
</script>
|
||||
<script>
|
||||
function apa(){
|
||||
|
Reference in New Issue
Block a user