mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-11-02 20:04:14 +01:00
Mermaid version 11.0.0-b.74, handling of default positions in subgraphs for fixed layout
This commit is contained in:
@@ -122,7 +122,14 @@
|
||||
`;
|
||||
code = `
|
||||
stateDiagram
|
||||
A --> B: Hello
|
||||
A0
|
||||
state subbe {
|
||||
subState
|
||||
B
|
||||
}
|
||||
C
|
||||
D
|
||||
E
|
||||
`;
|
||||
|
||||
let positions = {
|
||||
|
||||
Reference in New Issue
Block a user