#MC-1733 Support for subgraphs in fixed layout

This commit is contained in:
Knut Sveidqvist
2024-06-03 15:02:05 +02:00
parent 8d1539f2d7
commit a36f1d1656
5 changed files with 58 additions and 15 deletions

View File

@@ -211,7 +211,7 @@ stateDiagram
end note
</pre
>
<pre id="diagram" class="mermaid2">
<pre id="diagram" class="mermaid">
stateDiagram-v2
direction LR
[*] --> Active
@@ -237,9 +237,9 @@ stateDiagram-v2
handdrawnSeed: 12,
look: 'handdrawn',
'elk.nodePlacement.strategy': 'NETWORK_SIMPLEX',
// layout: 'dagre',
layout: 'dagre',
// layout: 'elk',
layout: 'fixed',
// layout: 'fixed',
flowchart: { titleTopMargin: 10 },
// fontFamily: 'Caveat',
fontFamily: 'Kalam',