This is an automated email from the ASF dual-hosted git repository. shenyi pushed a commit to branch fix-12371 in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git
commit 4a91a7314c017fcde2f9f763c112cec9e30209e6 Author: pissang <[email protected]> AuthorDate: Sun Apr 26 14:34:39 2020 +0800 fix(axis): fix typo in #12371 --- src/coord/axisHelper.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/coord/axisHelper.js b/src/coord/axisHelper.js index d6f7cd3..a20be6d 100644 --- a/src/coord/axisHelper.js +++ b/src/coord/axisHelper.js @@ -228,7 +228,7 @@ export function niceScaleExtent(scale, model) { scale.niceExtent({ splitNumber: splitNumber, fixMin: extentInfo.fixMin, - fixMax: extentInfo.fixMin, + fixMax: extentInfo.fixMax, minInterval: (scaleType === 'interval' || scaleType === 'time') ? model.get('minInterval') : null, maxInterval: (scaleType === 'interval' || scaleType === 'time') --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
