sebastianludwig commented on PR #21579: URL: https://github.com/apache/echarts/pull/21579#issuecomment-4273777649
Good catch! I've implemented a test case showcasing the problem you foresaw <img height="200" alt="Screenshot 2026-04-18 at 15 15 19" src="https://github.com/user-attachments/assets/101f69d7-02c4-4a18-9577-4487216068a2" /> Next I changed the implementation as suggested to use `radiusAxis.getExtent()` directly and now the chart looks like this/correct: <img height="200" alt="Screenshot 2026-04-18 at 15 29 31" src="https://github.com/user-attachments/assets/7eee8777-97ee-4914-b2a3-21dddd842fae" /> -- 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]
