mirror of
https://gitee.com/dolphinscheduler/DolphinScheduler.git
synced 2024-12-05 21:59:29 +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,
|
symbolSize: 18,
|
||||||
edgeShape: 'polyline',
|
edgeShape: 'polyline',
|
||||||
edgeForkPosition: '63%',
|
edgeForkPosition: '63%',
|
||||||
initialTreeDepth: 3,
|
initialTreeDepth: 'auto',
|
||||||
lineStyle: {
|
lineStyle: {
|
||||||
width: 3
|
width: 3
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user