提交 f981c977 编写于 作者: O Ovilia

fix: remove splitLine at axis position, fix #8843

上级 c11beb01
......@@ -118,7 +118,7 @@ var CartesianAxisView = AxisView.extend({
// Simple optimization
// Batching the lines if color are the same
var lineStyle = lineStyleModel.getLineStyle();
for (var i = 0; i < ticksCoords.length; i++) {
for (var i = 1; i < ticksCoords.length; i++) {
var tickCoord = axis.toGlobalCoord(ticksCoords[i].coord);
if (isHorizontal) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册