[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.

(cherry picked from commit abecec3c28)
This commit is contained in:
songjianet 2022-05-24 18:33:00 +08:00 committed by Jiajie Zhong
parent 9eaac1e1b4
commit eedf2ba001

View File

@ -62,7 +62,7 @@ const TreeChart = defineComponent({
symbolSize: 18,
edgeShape: 'polyline',
edgeForkPosition: '63%',
initialTreeDepth: 3,
initialTreeDepth: 'auto',
lineStyle: {
width: 3
},