You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@echarts.apache.org by GitBox <gi...@apache.org> on 2018/10/11 03:00:03 UTC

[GitHub] Ovilia commented on a change in pull request #9195: axisLine.show option implemented for Gauge

Ovilia commented on a change in pull request #9195: axisLine.show option implemented for Gauge
URL: https://github.com/apache/incubator-echarts/pull/9195#discussion_r224301165
 
 

 ##########
 File path: src/chart/gauge/GaugeView.js
 ##########
 @@ -85,8 +85,9 @@ var GaugeView = ChartView.extend({
 
         var prevEndAngle = startAngle;
         var axisLineWidth = lineStyleModel.get('width');
-
-        for (var i = 0; i < colorList.length; i++) {
+        var showAxis = axisLineModel.get("show");
 
 Review comment:
   Please use `'` instead of `"`.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@echarts.apache.org
For additional commands, e-mail: dev-help@echarts.apache.org