diff --git a/dolphinscheduler-ui/src/components/chart/modules/Tree.tsx b/dolphinscheduler-ui/src/components/chart/modules/Tree.tsx index 10948eb201..f94918c4b0 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 },