3470de9c by lihua

优化桑基图标签显示

1 parent f8f7f89f
...@@ -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,
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!