taknirmal opened a new issue, #19968: URL: https://github.com/apache/echarts/issues/19968
### What problem does this feature solve? So when using Pie chart, we are using Label positioning, label property in Pie chart has position and hideOverlap properties, Currently we have done customization on top of pie chart according to our requirement. * We are using position inside for Pie chart which also has custom button created using label + click event, * When we use labelLayout -> hideOverlap: true Chart looks like below:  * When we uselabelLayout -> hideOverlap: false Chart looks like below, which is mess.  so we need a way to push the label which are hidden due to overlapping to be displayed out side and not all.  so basically we need mixture of first scenario and 3rd scenario, instead of hiding labels due to overlap, can we push them outside. ### What does the proposed API look like? labelLayout in Pie chart, can have another property which allows labels to be pushed outside when overlapping. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
