Spaces:
Running
Running
Update merm.html
Browse files
merm.html
CHANGED
@@ -8,8 +8,8 @@
|
|
8 |
|
9 |
<style>
|
10 |
#chart_box{
|
11 |
-
|
12 |
-
|
13 |
|
14 |
|
15 |
</style>
|
@@ -39,10 +39,10 @@
|
|
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)
|
|
|
8 |
|
9 |
<style>
|
10 |
#chart_box{
|
11 |
+
text-align: center;
|
12 |
+
}
|
13 |
|
14 |
|
15 |
</style>
|
|
|
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)
|