Skip to content

Commit

Permalink
feat(axis): splitArea with interval
Browse files Browse the repository at this point in the history
always show last splitArea

fix and close #7118
  • Loading branch information
Ovilia committed Feb 8, 2018
1 parent 4a940e9 commit 88b7b49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/component/axis/CartesianAxisView.js
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ var CartesianAxisView = AxisView.extend({
if (ifIgnoreOnTick(
axis, i, areaInterval, ticksCoords.length,
showMinLabel, showMaxLabel
)) {
) && (i < ticksCoords.length - 1)) {
continue;
}

Expand Down

0 comments on commit 88b7b49

Please sign in to comment.