From abecec3c28402b9781ae05831228af0f2bfb4a9f Mon Sep 17 00:00:00 2001 From: songjianet <1778651752@qq.com> Date: Tue, 24 May 2022 18:33:00 +0800 Subject: [PATCH] [Fix][UI] Fix issue with treemap depth in workflow relationships. (#10229) * [Fix][UI] Fix issue with treemap depth in workflow relationships. * [Fix][UI] Fix issue with treemap depth in workflow relationships. --- dolphinscheduler-ui/src/components/chart/modules/Tree.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dolphinscheduler-ui/src/components/chart/modules/Tree.tsx b/dolphinscheduler-ui/src/components/chart/modules/Tree.tsx index 10948eb20..f94918c4b 100644 --- a/dolphinscheduler-ui/src/components/chart/modules/Tree.tsx +++ b/dolphinscheduler-ui/src/components/chart/modules/Tree.tsx @@ -62,7 +62,7 @@ const TreeChart = defineComponent({ symbolSize: 18, edgeShape: 'polyline', edgeForkPosition: '63%', - initialTreeDepth: 3, + initialTreeDepth: 'auto', lineStyle: { width: 3 }, -- GitLab