[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:
parent
9eaac1e1b4
commit
eedf2ba001
|
|
@ -62,7 +62,7 @@ const TreeChart = defineComponent({
|
|||
symbolSize: 18,
|
||||
edgeShape: 'polyline',
|
||||
edgeForkPosition: '63%',
|
||||
initialTreeDepth: 3,
|
||||
initialTreeDepth: 'auto',
|
||||
lineStyle: {
|
||||
width: 3
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue