@@ -23,7 +23,7 @@
legend: {},
xAxis: {
disableGrid: true,
- // itemCount: 5,
+ itemCount: 5,
scrollShow: true,
},
yAxis: {
@@ -52,7 +52,7 @@
categories: time,
series: this.service
};
- this.opts.xAxis.itemCount = this.service[0].data.length
+ // this.opts.xAxis.itemCount = this.service[0].data.length
this.chartData = JSON.parse(JSON.stringify(res));
}
@@ -90,7 +90,7 @@
::v-deep .uni-list-item__content-title {
- font-size: 40rpx;
+ font-size: 34rpx;
::v-deep .uniui-arrowright {