Browse Source

[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.
3.1.0-release
songjianet 2 years ago committed by GitHub
parent
commit
abecec3c28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      dolphinscheduler-ui/src/components/chart/modules/Tree.tsx

2
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
},

Loading…
Cancel
Save