Skip to content

Commit

Permalink
Merge pull request apache#12497 from apache/fix-12371
Browse files Browse the repository at this point in the history
fix(axis): fix typo in apache#12371
  • Loading branch information
pissang committed Apr 26, 2020
2 parents a85a03d + 4a91a73 commit d7edf07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coord/axisHelper.js
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit d7edf07

Please sign in to comment.