Aleksashka11 opened a new issue, #19416:
URL: https://github.com/apache/echarts/issues/19416

   ### What problem does this feature solve?
   
   Hi!
   Dealing with a typical issue in the sunburst chart—too many categories 
causing text overflow. I've come up with a workaround by placing all labels on 
the right, but it's not very intuitive. I'd like to keep the same functionality 
but have labels positioned close to each category for better clarity. Below are 
the pictures of what I have and what I want to have (you've already have a 
great label positioning for other charts).
   <img width="554" alt="pie_chart" 
src="https://github.com/apache/echarts/assets/59337516/8d6b97e6-1ee0-4035-abc2-72cb5a0f8be6";>
   <img width="675" alt="sunburst_1" 
src="https://github.com/apache/echarts/assets/59337516/493fe68a-3d3d-436b-952f-8cefa447e097";>
   
   
   ### What does the proposed API look like?
   
   label: {
     "position": "outside"
   }
   If you do have something similar, I would appreciate your help!


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

Reply via email to