|
@@ -575,7 +575,14 @@ export const chartSetMixin = {
|
|
this.leftIndex = -1;
|
|
this.leftIndex = -1;
|
|
this.rightIndex = -1;
|
|
this.rightIndex = -1;
|
|
this.rightTwoIndex = -1;
|
|
this.rightTwoIndex = -1;
|
|
- this.chartLimit = {};
|
|
|
|
|
|
+ this.chartLimit = {
|
|
|
|
+ min:'', //左轴上下限
|
|
|
|
+ max:'',
|
|
|
|
+ rightMin:'',//右轴上下限
|
|
|
|
+ rightMax:'',
|
|
|
|
+ rightTwoMin:'',//右二轴上下限
|
|
|
|
+ rightTwoMax:'',
|
|
|
|
+ };
|
|
}else {
|
|
}else {
|
|
this.leftIndex = newval.findIndex((item) => item.IsAxis===1);
|
|
this.leftIndex = newval.findIndex((item) => item.IsAxis===1);
|
|
this.rightIndex = newval.findIndex((item) => !item.IsAxis);
|
|
this.rightIndex = newval.findIndex((item) => !item.IsAxis);
|