From f655fdb0efce9e544ac37e770881c1a37f92d1af Mon Sep 17 00:00:00 2001 From: ewuerger Date: Fri, 20 Oct 2023 09:56:23 +0200 Subject: [PATCH] docs(class-tree): Hint about optional render params --- docs/class-tree.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/class-tree.md b/docs/class-tree.md index 4c55d44b..40709290 100644 --- a/docs/class-tree.md +++ b/docs/class-tree.md @@ -66,8 +66,8 @@ before rendering: "svgdiagram", edgeRouting="ORTHOGONAL", direction="Right", - partitioning=False, - edgeLabelsSide="ALWAYS_DOWN", + # partitioning=False, + # edgeLabelsSide="ALWAYS_DOWN", ).save_drawing(pretty=True) ```
@@ -75,6 +75,8 @@ before rendering:
[CDB] Class Tree Diagram of Root
+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