Skip to content

Commit

Permalink
docs(class-tree): Hint about optional render params
Browse files Browse the repository at this point in the history
  • Loading branch information
ewuerger committed Oct 20, 2023
1 parent 2dfb59a commit f655fdb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/class-tree.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,17 @@ before rendering:
"svgdiagram",
edgeRouting="ORTHOGONAL",
direction="Right",
partitioning=False,
edgeLabelsSide="ALWAYS_DOWN",
# partitioning=False,
# edgeLabelsSide="ALWAYS_DOWN",
).save_drawing(pretty=True)
```
<figure markdown>
<img src="../assets/images/Class Tree of Root-params.svg">
<figcaption>[CDB] Class Tree Diagram of Root</figcaption>
</figure>

They are optional and don't need to be set all together.

## Check out the code

To understand the collection have a look into the
Expand Down

0 comments on commit f655fdb

Please sign in to comment.