style:表格修改
Showing
2 changed files
with
3 additions
and
2 deletions
| ... | @@ -196,7 +196,7 @@ export default { | ... | @@ -196,7 +196,7 @@ export default { |
| 196 | color: "#fff", | 196 | color: "#fff", |
| 197 | fontSize: "16", | 197 | fontSize: "16", |
| 198 | }, | 198 | }, |
| 199 | interval: this.interval, | 199 | // interval: this.interval, |
| 200 | axisLabel: { | 200 | axisLabel: { |
| 201 | formatter: "{value}", | 201 | formatter: "{value}", |
| 202 | textStyle: { | 202 | textStyle: { | ... | ... |
| ... | @@ -132,7 +132,7 @@ export default { | ... | @@ -132,7 +132,7 @@ export default { |
| 132 | }, | 132 | }, |
| 133 | grid: { | 133 | grid: { |
| 134 | top: 120, | 134 | top: 120, |
| 135 | bottom:100, | 135 | bottom: 100, |
| 136 | }, | 136 | }, |
| 137 | xAxis: [ | 137 | xAxis: [ |
| 138 | { | 138 | { |
| ... | @@ -188,6 +188,7 @@ export default { | ... | @@ -188,6 +188,7 @@ export default { |
| 188 | }, | 188 | }, |
| 189 | }, | 189 | }, |
| 190 | ], | 190 | ], |
| 191 | |||
| 191 | series: [ | 192 | series: [ |
| 192 | { | 193 | { |
| 193 | type: "bar", | 194 | type: "bar", | ... | ... |
-
Please register or sign in to post a comment