commit bc06a7e636bc01f6a55951c86e18e75fe3880b42 parent d57eff3fa2c7f0611f8922e98ed33375a1c0a4e6 Author: arjoonn sharma <arjoonn@midpathsoftware.com> Date: Tue, 6 Dec 2022 11:47:51 +0530 mermaid changes Diffstat:
| M | jaypore_ci/jci.py | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/jaypore_ci/jci.py b/jaypore_ci/jci.py @@ -309,8 +309,9 @@ graph {self.graph_direction} } for a, b in edges: + arrow = "-.->" mermaid += f""" - {ref[a]}({a.name}):::{st_map[a.status]} --> {ref[b]}({b.name}):::{st_map[b.status]}""" + {ref[a]}({a.name}):::{st_map[a.status]} {arrow} {ref[b]}({b.name}):::{st_map[b.status]}""" mermaid += """