提交 d4aeda4b 编写于 作者: O Ovilia

revert: #8843 @f981c977

上级 58efe5a9
......@@ -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 = 1; i < ticksCoords.length; i++) {
for (var i = 0; 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.
先完成此消息的编辑!
想要评论请 注册