You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by GitBox <gi...@apache.org> on 2019/11/28 09:11:57 UTC

[GitHub] [incubator-echarts] pissang commented on a change in pull request #11715: feat(pie): two new alignTo layouts

pissang commented on a change in pull request #11715: feat(pie): two new alignTo layouts
URL: https://github.com/apache/incubator-echarts/pull/11715#discussion_r351661654
 
 

 ##########
 File path: src/chart/pie/labelLayout.js
 ##########
 @@ -179,10 +179,10 @@ function avoidOverlap(labelLayoutList, cx, cy, r, viewWidth, viewHeight, viewLef
             }
             else {
                 if (layout.x < cx) {
-                    targetTextWidth = layout.x - viewLeft - layout.labelMargin;
+                    targetTextWidth = layout.x - viewLeft - layout.bleedingMargin;
 
 Review comment:
   `bleedingMargin` should be `bleedMargin`?

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


With regards,
Apache Git Services

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