未验证 提交 d7edf07d 编写于 作者: Y Yi Shen 提交者: GitHub

Merge pull request #12497 from apache/fix-12371

fix(axis): fix typo in #12371
......@@ -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')
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册