Commit c0b95e5b57d08fd2495b19e7c790046f61742431
1 parent
bc97472f
perf(src/packages/components): 优化图表,默认线上数字关闭
Showing
6 changed files
with
7 additions
and
7 deletions
... | ... | @@ -11,7 +11,7 @@ export const barSeriesItem = { |
11 | 11 | type: 'bar', |
12 | 12 | barWidth: 15, |
13 | 13 | label: { |
14 | - show: true, | |
14 | + show: false, | |
15 | 15 | position: 'top', |
16 | 16 | color: '#fff', |
17 | 17 | fontSize: 12 |
... | ... | @@ -26,7 +26,7 @@ export const lineSeriesItem = { |
26 | 26 | type: 'line', |
27 | 27 | symbol: 'circle', |
28 | 28 | label: { |
29 | - show: true, | |
29 | + show: false, | |
30 | 30 | position: 'top', |
31 | 31 | color: '#fff', |
32 | 32 | fontSize: 12 | ... | ... |