+
+ + flowchart LR + A[Start] ++
diff --git a/cypress/platform/neo-test.html b/cypress/platform/neo-test.html index 1dbf8fbec..5c7acd1d0 100644 --- a/cypress/platform/neo-test.html +++ b/cypress/platform/neo-test.html @@ -1582,6 +1582,349 @@ direction LR + +
+ flowchart LR + A[Start] ++
+ %%{init: {"look": "neo", "theme": "neo","fontFamily": "Arial"} }%% + flowchart LR + A[Start] ++
+ %%{init: {"look": "neo", "theme": "dark","fontFamily": "Arial"} }%% + flowchart LR + A[Start] ++
+ %%{init: {"look": "neo", "theme": "default","fontFamily": "Arial"} }%% + flowchart LR + A[Start] ++
+ %%{init: {"look": "neo", "theme": "forest","fontFamily": "Arial"} }%% + flowchart LR + A[Start] ++
+ %%{init: {"look": "handdrawn", "theme": "default","fontFamily": "Arial"} }%% + flowchart LR + A[Start] ++
+ %%{init: {"look": "classic", "theme": "default","fontFamily": "Arial"} }%% + flowchart LR + A[Start] ++
+ flowchart LR + A[Start] --Some text--> B(Continue) ++
+ %%{init: {"look": "neo", "theme": "neo","fontFamily": "Arial"} }%% + flowchart LR + A[Start] --Some text--> B(Continue) ++
+ %%{init: {"look": "neo", "theme": "dark","fontFamily": "Arial"} }%% + flowchart LR + A[Start] --Some text--> B(Continue) ++
+ %%{init: {"look": "neo", "theme": "default","fontFamily": "Arial"} }%% + flowchart LR + A[Start] --Some text--> B(Continue) ++
+ %%{init: {"look": "neo", "theme": "forest","fontFamily": "Arial"} }%% + flowchart LR + A[Start] --Some text--> B(Continue) ++
+ %%{init: {"look": "handdrawn", "theme": "default","fontFamily": "Arial"} }%% + flowchart LR + A[Start] --Some text--> B(Continue) ++
+ %%{init: {"look": "classic", "theme": "default","fontFamily": "Arial"} }%% + flowchart LR + A[Start] --Some text--> B(Continue) ++
+ flowchart LR + A[Start] -->C{Evaluate} + C -- One --> D[Option 1] + C -- Two --> E[Option 2] + C -- Three --> F[fa:fa-car Option 3] ++
+ %%{init: {"look": "neo", "theme": "neo","fontFamily": "Arial"} }%% + flowchart LR + A[Start] -->C{Evaluate} + C -- One --> D[Option 1] + C -- Two --> E[Option 2] + C -- Three --> F[fa:fa-car Option 3] ++
+ %%{init: {"look": "neo", "theme": "dark","fontFamily": "Arial"} }%% + flowchart LR + A[Start] -->C{Evaluate} + C -- One --> D[Option 1] + C -- Two --> E[Option 2] + C -- Three --> F[fa:fa-car Option 3] ++
+ %%{init: {"look": "neo", "theme": "default","fontFamily": "Arial"} }%% + flowchart LR + A[Start] -->C{Evaluate} + C -- One --> D[Option 1] + C -- Two --> E[Option 2] + C -- Three --> F[fa:fa-car Option 3] ++
+ %%{init: {"look": "neo", "theme": "forest","fontFamily": "Arial"} }%% + flowchart LR + A[Start] -->C{Evaluate} + C -- One --> D[Option 1] + C -- Two --> E[Option 2] + C -- Three --> F[fa:fa-car Option 3] ++
+ %%{init: {"look": "handdrawn", "theme": "default","fontFamily": "Arial"} }%% + flowchart LR + A[Start] -->C{Evaluate} + C -- One --> D[Option 1] + C -- Two --> E[Option 2] + C -- Three --> F[fa:fa-car Option 3] ++
+ %%{init: {"look": "classic", "theme": "default","fontFamily": "Arial"} }%% + flowchart LR + A[Start] -->C{Evaluate} + C -- One --> D[Option 1] + C -- Two --> E[Option 2] + C -- Three --> F[fa:fa-car Option 3] ++
+ flowchart LR + subgraph TOP + direction TB + subgraph B1 + direction RL + i1 -->f1 + end + end + A --> TOP --> B + B1 --> B2 ++
+ %%{init: {"look": "neo", "theme": "neo","fontFamily": "Arial"} }%% + flowchart LR + subgraph TOP + direction TB + subgraph B1 + direction RL + i1 -->f1 + end + end + A --> TOP --> B + B1 --> B2 ++
+ %%{init: {"look": "neo", "theme": "dark","fontFamily": "Arial"} }%% + flowchart LR + subgraph TOP + direction TB + subgraph B1 + direction RL + i1 -->f1 + end + end + A --> TOP --> B + B1 --> B2 ++
+ %%{init: {"look": "neo", "theme": "default","fontFamily": "Arial"} }%% + flowchart LR + subgraph TOP + direction TB + subgraph B1 + direction RL + i1 -->f1 + end + end + A --> TOP --> B + B1 --> B2 ++
+ %%{init: {"look": "neo", "theme": "forest","fontFamily": "Arial"} }%% + flowchart LR + subgraph TOP + direction TB + subgraph B1 + direction RL + i1 -->f1 + end + end + A --> TOP --> B + B1 --> B2 ++
+ %%{init: {"look": "handdrawn", "theme": "default","fontFamily": "Arial"} }%% + flowchart LR + subgraph TOP + direction TB + subgraph B1 + direction RL + i1 -->f1 + end + end + A --> TOP --> B + B1 --> B2 ++
+ %%{init: {"look": "classic", "theme": "default","fontFamily": "Arial"} }%% + flowchart LR + subgraph TOP + direction TB + subgraph B1 + direction RL + i1 -->f1 + end + end + A --> TOP --> B + B1 --> B2 ++