diff --git a/cypress/platform/knsv2.html b/cypress/platform/knsv2.html index 5f1c0fb33..ce59a7bc2 100644 --- a/cypress/platform/knsv2.html +++ b/cypress/platform/knsv2.html @@ -75,7 +75,61 @@
++ %%{init: {"layout": "elk", "mergeEdges": true} }%% +stateDiagram + direction TB + T00 --> T0 +
+ %%{init: {"layout": "dagre", "mergeEdges": true} }%% +stateDiagram + direction TB + State T1 { + T11 + } ++
+ %%{init: {"layout": "dagre", "mergeEdges": true} }%% +stateDiagram +State T1 { + T21 + -- + T22 + } ++
+ %%{init: {"layout": "elk", "mergeEdges": true} }%% +stateDiagram + direction TB + State T1 { + T11 + } ++
+ %%{init: {"layout": "elk", "mergeEdges": true} }%% +stateDiagram +State T1 { + T21 + -- + T22 + } ++
+ %%{init: {"layout": "elk", "mergeEdges": true} }%% +stateDiagram + [*] --> T1 + T1 --> T2 + T1 --> T3 + T1 --> T4 ++
%%{init: {"layout": "elk"} }%% stateDiagram [*] --> T1 @@ -85,7 +139,7 @@ stateDiagram T1 --> T3-
+stateDiagram State1: The state with a note note right of State1 @@ -94,8 +148,9 @@ stateDiagram end note-+stateDiagram-v2 + direction LR [*] --> Active state Active { @@ -531,7 +586,7 @@ mindmap // useMaxWidth: false, // }); mermaid.initialize({ - // theme: 'dark', + theme: 'base', handdrawnSeed: 12, // look: 'handdrawn', // layout: 'dagre', @@ -544,7 +599,7 @@ mindmap noteFontFamily: 'courier', messageFontFamily: 'courier', }, - fontSize: 16, + fontSize: 12, logLevel: 0, }); function callback() { diff --git a/cypress/platform/state-refactor.html b/cypress/platform/state-refactor.html index 829217bc1..ef764715a 100644 --- a/cypress/platform/state-refactor.html +++ b/cypress/platform/state-refactor.html @@ -1221,6 +1221,8 @@ direction LR