mirror of
https://gitee.com/dolphinscheduler/DolphinScheduler.git
synced 2024-12-05 05:38:30 +08:00
[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
Block a user