no message
Showing
1 changed file
with
6 additions
and
0 deletions
| ... | @@ -187,6 +187,12 @@ const setB = () => { | ... | @@ -187,6 +187,12 @@ const setB = () => { |
| 187 | chartB = echarts.init(lineRef.value) | 187 | chartB = echarts.init(lineRef.value) |
| 188 | const option = { | 188 | const option = { |
| 189 | animation: true, | 189 | animation: true, |
| 190 | grid: { | ||
| 191 | top: '15%', | ||
| 192 | left: '80px', | ||
| 193 | right: '5%', | ||
| 194 | bottom: '12%' | ||
| 195 | }, | ||
| 190 | dataZoom: [ | 196 | dataZoom: [ |
| 191 | { | 197 | { |
| 192 | show: false, | 198 | show: false, | ... | ... |
-
Please register or sign in to post a comment