akashsonune opened a new pull request, #21306: URL: https://github.com/apache/echarts/pull/21306
<!-- Please fill in the following information to help us review your PR more efficiently. --> ## Brief Information This pull request is in the type of: - [ ] bug fixing - [ ] new feature - [ ] others ### What does this PR do? The PR aligns the root node label in sunburst chart at the center. ### Fixed issues This is enhancement request ## Details ### Before: What was the problem? The root node label would appear at the bottom half of the inner circle in non expanded mode. there is no way that we could align it to center. <img width="742" height="553" alt="image" src="https://github.com/user-attachments/assets/201b5c42-f6c5-4015-99e4-bb00ff8d7168" /> ### After: How does it behave after the fixing? <!-- THE RESULT AFTER FIXING AND A SIMPLE EXPLANATION ABOUT HOW IT IS FIXED. --> <img width="708" height="550" alt="image" src="https://github.com/user-attachments/assets/32566df8-3dc8-4869-94db-d2ddf97c18ea" /> ## Document Info One of the following should be checked. - [ ] This PR doesn't relate to document changes - [ ] The document should be updated later - [ ] The document changes have been made in apache/echarts-doc#xxx ## Misc ### ZRender Changes - [ ] This PR depends on ZRender changes (ecomfe/zrender#xxx). ### Related test cases or examples to use the new APIs N.A. ## Others ### Merging options - [ ] Please squash the commits into a single one when merging. ### Other information -- 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]
