|
@@ -87,7 +87,7 @@ export default {
|
|
useUnit:'',
|
|
useUnit:'',
|
|
|
|
|
|
isModifyEdb:false,//添加,删除指标后,该值为true,触发设置上下限后,该值为false
|
|
isModifyEdb:false,//添加,删除指标后,该值为true,触发设置上下限后,该值为false
|
|
- isChangeEdbAxis:false,//指标左右轴改变时,该值为true,触发设置上下限后,该值为false
|
|
|
|
|
|
+ isChangeEdbAxis:false,//指标左右轴,数据转换改变时,该值为true,触发设置上下限后,该值为false
|
|
}
|
|
}
|
|
},
|
|
},
|
|
computed: {
|
|
computed: {
|
|
@@ -198,6 +198,7 @@ export default {
|
|
return this.$message.warning("指标数据含有负数或0,无法进行对数运算")
|
|
return this.$message.warning("指标数据含有负数或0,无法进行对数运算")
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+ this.isChangeEdbAxis = true
|
|
//柱形图单独设置
|
|
//柱形图单独设置
|
|
if(this.chartInfo.ChartType===7){
|
|
if(this.chartInfo.ChartType===7){
|
|
return this.setChangeBarData(index)
|
|
return this.setChangeBarData(index)
|