File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -515,8 +515,8 @@ flowchart LR
515
515
516
516
It is possible to style links. For instance you might want to style a link that is going backwards in the flow. As links
517
517
have no ids in the same way as nodes, some other way of deciding what style the links should be attached to is required.
518
- Instead of ids, the order number of when the link was defined in the graph is used. In the example below the style
519
- defined in the linkStyle statement will belong to the fourth link in the graph:
518
+ Instead of ids, the order number of when the link was defined in the graph is used, or use default to apply to all links.
519
+ In the example below the style defined in the linkStyle statement will belong to the fourth link in the graph:
520
520
521
521
```
522
522
linkStyle 3 stroke:#ff3,stroke-width:4px,color:red;
You can’t perform that action at this time.
0 commit comments