|
@@ -340,7 +340,7 @@ export default {
|
|
|
return item.number;
|
|
|
});
|
|
|
//数量过小时隐藏滚动
|
|
|
- if(this.page1Char1.xAxis.data.length<=7){
|
|
|
+ if(this.page1Char1.xAxis.data.length<=8){
|
|
|
this.page1Char1.dataZoom[0].show = false
|
|
|
}
|
|
|
let charUuid = this.$refs.page1Char1.mid;
|
|
@@ -366,7 +366,7 @@ export default {
|
|
|
return item.number;
|
|
|
});
|
|
|
//数量过小时隐藏滚动
|
|
|
- if(this.page1Char2.xAxis.data.length<=7){
|
|
|
+ if(this.page1Char2.xAxis.data.length<=8){
|
|
|
this.page1Char2.dataZoom[0].show = false
|
|
|
}
|
|
|
let charUuid = this.$refs.page1Char2.mid;
|
|
@@ -525,7 +525,7 @@ export default {
|
|
|
this.page2Char2.series = seriesList;
|
|
|
|
|
|
//数量过小时隐藏滚动
|
|
|
- if(this.page2Char2.xAxis.data.length<=7){
|
|
|
+ if(this.page2Char2.xAxis.data.length<=8){
|
|
|
this.page2Char2.dataZoom[0].show = false
|
|
|
}
|
|
|
|
|
@@ -601,7 +601,7 @@ export default {
|
|
|
this.page2Char3.series = seriesList;
|
|
|
|
|
|
//数量过小时隐藏滚动
|
|
|
- if(this.page2Char3.xAxis.data.length<=7){
|
|
|
+ if(this.page2Char3.xAxis.data.length<=8){
|
|
|
this.page2Char3.dataZoom[0].show = false
|
|
|
}
|
|
|
|
|
@@ -660,7 +660,7 @@ export default {
|
|
|
return item.baseArea;
|
|
|
});
|
|
|
//数量过小时隐藏滚动
|
|
|
- if(this.page5Char1.xAxis.data.length<=7){
|
|
|
+ if(this.page5Char1.xAxis.data.length<=8){
|
|
|
this.page5Char1.dataZoom[0].show = false
|
|
|
}
|
|
|
let charUuid = this.$refs.page5Char1.mid;
|
|
@@ -687,7 +687,7 @@ export default {
|
|
|
return item.number;
|
|
|
});
|
|
|
//数量过小时隐藏滚动
|
|
|
- if(this.page5Char2.xAxis.data.length<=7){
|
|
|
+ if(this.page5Char2.xAxis.data.length<=8){
|
|
|
this.page5Char2.dataZoom[0].show = false
|
|
|
}
|
|
|
let charUuid = this.$refs.page5Char2.mid;
|
|
@@ -755,7 +755,7 @@ export default {
|
|
|
// console.log('x坐标', this.page6Char1.xAxis.data)
|
|
|
|
|
|
//数量过小时隐藏滚动
|
|
|
- if(this.page6Char1.xAxis.data.length<=7){
|
|
|
+ if(this.page6Char1.xAxis.data.length<=8){
|
|
|
this.page6Char1.dataZoom[0].show = false
|
|
|
}
|
|
|
let charUuid = this.$refs.page6Char1.mid;
|