Skip to content

Commit e9148b4

Browse files
Merge pull request #3120 from flywire/patch-1
Styling links default
2 parents 6118804 + 72ada38 commit e9148b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/flowchart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -515,8 +515,8 @@ flowchart LR
515515

516516
It is possible to style links. For instance you might want to style a link that is going backwards in the flow. As links
517517
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:
520520

521521
```
522522
linkStyle 3 stroke:#ff3,stroke-width:4px,color:red;

0 commit comments

Comments
 (0)