Spaces:
Running
Running
Update merm.html
Browse files
merm.html
CHANGED
@@ -39,10 +39,10 @@
|
|
39 |
startOnLoad: true,
|
40 |
securityLevel: 'loose',
|
41 |
flowchart: {
|
42 |
-
useMaxWidth:
|
43 |
},
|
44 |
gantt: {
|
45 |
-
useMaxWidth:
|
46 |
},
|
47 |
}
|
48 |
//const mermaidConfig = merge(defaultConfig, config)
|
|
|
39 |
startOnLoad: true,
|
40 |
securityLevel: 'loose',
|
41 |
flowchart: {
|
42 |
+
useMaxWidth: 0,
|
43 |
},
|
44 |
gantt: {
|
45 |
+
useMaxWidth: 0,
|
46 |
},
|
47 |
}
|
48 |
//const mermaidConfig = merge(defaultConfig, config)
|