|
|
@@ -238,22 +238,22 @@ export default {
|
|
238
|
238
|
fontSize: 10
|
|
239
|
239
|
}
|
|
240
|
240
|
},
|
|
241
|
|
- // dataZoom: [{
|
|
242
|
|
- // type: 'slider',
|
|
243
|
|
- // show: true,
|
|
244
|
|
- // xAxisIndex: 0,
|
|
245
|
|
- // height: 20,
|
|
246
|
|
- // bottom: 0,
|
|
247
|
|
- // borderColor: 'rgba(255, 255, 255, 0.1)',
|
|
248
|
|
- // backgroundColor: 'rgba(45, 42, 85, 0.8)',
|
|
249
|
|
- // fillerColor: 'rgba(167, 139, 250, 0.3)',
|
|
250
|
|
- // handleStyle: {
|
|
251
|
|
- // color: '#A78BFA'
|
|
252
|
|
- // },
|
|
253
|
|
- // labelStyle: {
|
|
254
|
|
- // color: 'rgba(255, 255, 255, 0.5)'
|
|
255
|
|
- // }
|
|
256
|
|
- // }],
|
|
|
241
|
+ dataZoom: [{
|
|
|
242
|
+ type: 'slider',
|
|
|
243
|
+ show: true,
|
|
|
244
|
+ xAxisIndex: 0,
|
|
|
245
|
+ height: 20,
|
|
|
246
|
+ bottom: 0,
|
|
|
247
|
+ borderColor: 'rgba(255, 255, 255, 0.1)',
|
|
|
248
|
+ backgroundColor: 'rgba(45, 42, 85, 0.8)',
|
|
|
249
|
+ fillerColor: 'rgba(167, 139, 250, 0.3)',
|
|
|
250
|
+ handleStyle: {
|
|
|
251
|
+ color: '#A78BFA'
|
|
|
252
|
+ },
|
|
|
253
|
+ labelStyle: {
|
|
|
254
|
+ color: 'rgba(255, 255, 255, 0.5)'
|
|
|
255
|
+ }
|
|
|
256
|
+ }],
|
|
257
|
257
|
series: [{
|
|
258
|
258
|
type: 'bar',
|
|
259
|
259
|
data: this.chartsData.position.data,
|