Ovilia commented on issue #20575: URL: https://github.com/apache/echarts/issues/20575#issuecomment-2538372921
That being said, you could still provide a width calculated from some parameters you know. For example, if we know the inner radius `r0` and outer radius `r1` of a certain level, and you have `n` nodes of this level, then we know that the tangential text width can be approximated to around `2 * Math.PI * (r0 / 2 + r1 / 2) / n`. -- 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]
