foolzhang commented on a change in pull request #11557: feat(polar) about ISSUE
11452
URL:
https://github.com/apache/incubator-echarts/pull/11557#discussion_r342898112
##########
File path: src/chart/bar/BarView.js
##########
@@ -424,8 +424,8 @@ function updateStyle(
el.useStyle(zrUtil.defaults(
{
- fill: color,
- opacity: opacity
+ fill: layout.startAngle === layout.endAngle ? 'transparent' :
color,
+ opacity: layout.startAngle === layout.endAngle ? 0 : opacity
Review comment:
ACK, i commit again
----------------------------------------------------------------
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]