提交 88b7b490 编写于 作者: O Ovilia

feat(axis): splitArea with interval

always show last splitArea

fix and close #7118
上级 4a940e9f
......@@ -186,7 +186,7 @@ var CartesianAxisView = AxisView.extend({
if (ifIgnoreOnTick(
axis, i, areaInterval, ticksCoords.length,
showMinLabel, showMaxLabel
)) {
) && (i < ticksCoords.length - 1)) {
continue;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册