微调图表
This commit is contained in:
parent
774559b6c0
commit
cf89b5e6b6
|
|
@ -627,7 +627,7 @@ import { mapGetters } from "vuex";
|
||||||
};
|
};
|
||||||
this.option.yAxis.splitNumber = 2;
|
this.option.yAxis.splitNumber = 2;
|
||||||
this.dataConfig.bodyTemperature.title = min + '-' + max
|
this.dataConfig.bodyTemperature.title = min + '-' + max
|
||||||
this.option.yAxis.min = 96;
|
this.option.yAxis.min = min;
|
||||||
this.option.yAxis.max = 100;
|
this.option.yAxis.max = 100;
|
||||||
break;
|
break;
|
||||||
case 'bloodGlucose':
|
case 'bloodGlucose':
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue