微调图表

This commit is contained in:
weidizhu_admin 2024-07-26 18:14:40 +08:00
parent 774559b6c0
commit cf89b5e6b6
1 changed files with 1 additions and 1 deletions

View File

@ -627,7 +627,7 @@ import { mapGetters } from "vuex";
};
this.option.yAxis.splitNumber = 2;
this.dataConfig.bodyTemperature.title = min + '-' + max
this.option.yAxis.min = 96;
this.option.yAxis.min = min;
this.option.yAxis.max = 100;
break;
case 'bloodGlucose':