Mermaid version 11.0.0-b.74, handling of default positions in subgraphs for fixed layout

This commit is contained in:
Knut Sveidqvist
2024-08-20 13:35:40 +02:00
parent e9b91485f4
commit c6acf84e43
3 changed files with 65 additions and 21 deletions

View File

@@ -122,7 +122,14 @@
`;
code = `
stateDiagram
A --> B: Hello
A0
state subbe {
subState
B
}
C
D
E
`;
let positions = {