From 4da9d43bb5a37d580b17f9b7b7697070a583b373 Mon Sep 17 00:00:00 2001 From: Huyen Nguyen <48179958+huyenngn@users.noreply.github.com> Date: Mon, 16 Dec 2024 21:58:58 +0100 Subject: [PATCH] docs: Update custom_diagram docs Co-authored-by: Martin Lehmann --- docs/custom_diagram.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/custom_diagram.md b/docs/custom_diagram.md index 3f4f7de..14d0fed 100644 --- a/docs/custom_diagram.md +++ b/docs/custom_diagram.md @@ -5,7 +5,8 @@ # Custom Diagram -`Custom diagram`s let's you create custom diagrams based on the data in the model. You define the data collection using an iterable and `Custom diagram` takes care of the rest. +`Custom diagram`s let you create custom diagrams based on the data in the model. You define the data collection using an iterable, and `Custom diagram` takes care of the rest. + You can access `.custom_diagram` on any supported model element. ??? example "Custom Diagram of `PP 1 `"