pissang commented on a change in pull request #12331: Fix: barBorderRadius 
didn't work
URL: 
https://github.com/apache/incubator-echarts/pull/12331#discussion_r398710842
 
 

 ##########
 File path: src/chart/bar/BarView.js
 ##########
 @@ -440,6 +441,7 @@ var getLayout = {
         return {
             x: layout.x + signX * fixedLineWidth / 2,
             y: layout.y + signY * fixedLineWidth / 2,
+            r: layout.rb,
             width: layout.width - signX * fixedLineWidth,
 
 Review comment:
   This layout is used for bar rect element. `r` property here will not be used.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

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

Reply via email to