style:表格修改
Showing
2 changed files
with
4 additions
and
3 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: { | ... | ... |
... | @@ -105,7 +105,7 @@ export default { | ... | @@ -105,7 +105,7 @@ export default { |
105 | // 初始化图表 | 105 | // 初始化图表 |
106 | this.chartData.length && this.echartInit(this.chartData) | 106 | this.chartData.length && this.echartInit(this.chartData) |
107 | }); | 107 | }); |
108 | 108 | ||
109 | }, | 109 | }, |
110 | // 重置 | 110 | // 重置 |
111 | resetForm () { | 111 | resetForm () { |
... | @@ -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