diff --git a/src/view/echarts_work/ePjz.vue b/src/view/echarts_work/ePjz.vue index 13a710e..4f0de31 100644 --- a/src/view/echarts_work/ePjz.vue +++ b/src/view/echarts_work/ePjz.vue @@ -148,6 +148,7 @@ const getOption = () => { { type: "value", scale: true, + min:0, // max: function (value) { // // 自定义Y轴最大值,确保数据点显示在顶部 // return Math.ceil(Math.max(value.max, value.max * 1.5) / 100) * 100;