优化桑基图标签显示
Showing
1 changed file
with
6 additions
and
0 deletions
| ... | @@ -97,6 +97,12 @@ const setChartsOption = () => { | ... | @@ -97,6 +97,12 @@ const setChartsOption = () => { |
| 97 | bottom: 20, | 97 | bottom: 20, |
| 98 | draggable: false, | 98 | draggable: false, |
| 99 | left: 50, | 99 | left: 50, |
| 100 | emphasis: { | ||
| 101 | focus: 'trajectory' | ||
| 102 | }, | ||
| 103 | labelLayout: { | ||
| 104 | hideOverlap: true, | ||
| 105 | }, | ||
| 100 | right: 100, | 106 | right: 100, |
| 101 | label: { | 107 | label: { |
| 102 | fontSize: 10, | 108 | fontSize: 10, | ... | ... |
-
Please register or sign in to post a comment