src/utils/chart/chart-option.js
@@ -161,7 +161,8 @@ tag, animation = true, defaultGrid, title title, customRange ) { var fontSize = fGetChartFontSize(); const _grid = defaultGrid @@ -248,11 +249,15 @@ minInterval: yMinInterval ? yMinInterval : 1, intervel: 1, min: function (value) { if (customRange != false) { return Math.floor(value.min); } }, max: function (value) { if (customRange != false) { return Math.ceil(value.max); } } }, { axisLine: {