foolzhang commented on issue #11452: feat(polar): hide series bar when no data
URL: 
https://github.com/apache/incubator-echarts/issues/11452#issuecomment-546216324
 
 
   you mean is `No extra option` and `data 0` should hide series bar ,is right? 
   currently  `roundCap` is only available for polar .  how about like this 
   in BarView.js
   ```javascript 
   polar:function(...){
      // ...
      var ShapeClass = (!isRadial && (roundCap && 
layout.startAngle!=layout.endAngle)) ? Sausage : graphic.Sector;
     // ...
   }
   ```
   i think this easy to satisfy your request
   
   @Ovilia 
   

----------------------------------------------------------------
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