yufeng04 commented on a change in pull request #10129: fix bug #9704
URL: 
https://github.com/apache/incubator-echarts/pull/10129#discussion_r266784321
 
 

 ##########
 File path: src/model/mixin/lineStyle.js
 ##########
 @@ -46,7 +46,7 @@ export default {
         var lineType = this.get('type');
         var dotSize = Math.max(lineWidth, 2);
         var dashSize = lineWidth * 4;
-        return (lineType === 'solid' || lineType == null) ? null
 
 Review comment:
   I understand! I just choose the simplest way, but don't know whether this 
way is the best! 

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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to