add flowchart documentation

This commit is contained in:
Hans Blankenhaus
2023-09-19 17:59:35 +02:00
parent 0af77a3c2c
commit a5cb58ca96
2 changed files with 16 additions and 0 deletions

View File

@@ -828,6 +828,16 @@ Formatting:
This feature is applicable to node labels, edge labels, and subgraph labels.
The auto wrapping can be disabled by using
```mermaid-example
%%{init: {"markdownAutoWrap": false} }%%
```
```mermaid
%%{init: {"markdownAutoWrap": false} }%%
```
## Interaction
It is possible to bind a click event to a node, the click can lead to either a javascript callback or to a link which will be opened in a new browser tab.

View File

@@ -519,6 +519,12 @@ Formatting:
This feature is applicable to node labels, edge labels, and subgraph labels.
The auto wrapping can be disabled by using
```mermaid-example
%%{init: {"markdownAutoWrap": false} }%%
```
## Interaction
It is possible to bind a click event to a node, the click can lead to either a javascript callback or to a link which will be opened in a new browser tab.