This is an automated email from the ASF dual-hosted git repository.

ovilia pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git


The following commit(s) were added to refs/heads/master by this push:
     new d4aeda4  revert: #8843 @f981c97
d4aeda4 is described below

commit d4aeda4b6ff4d0cf27aaefeaf3a5c41b8c8810f7
Author: Ovilia <zwl.s...@gmail.com>
AuthorDate: Tue Oct 16 11:02:30 2018 +0800

    revert: #8843 @f981c97
---
 src/component/axis/CartesianAxisView.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/component/axis/CartesianAxisView.js 
b/src/component/axis/CartesianAxisView.js
index 1543fdb..542b7f3 100644
--- a/src/component/axis/CartesianAxisView.js
+++ b/src/component/axis/CartesianAxisView.js
@@ -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) {


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org

Reply via email to