AnotherCodeArtist commented on issue #19288: URL: https://github.com/apache/echarts/issues/19288#issuecomment-1806852659
Yeah, but this serves the purpose only to a certain extend. `series.center` moves the sunburst chart but does not increase the container, thus, the lower part of the chart can easily become invisible, since it gets clipped by the border of the container. I need a solution that increases the gap between title and the actual chart. This works nice for those charts supporting `grid` but also for *sankey*, which has its own `series.top` property. What about introducing such a `top` property for *sunburst* as well? Or is there a combination of properties (something like `height` and `center` that might do the trick? Thanks for your pretty fast support!! -- 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]
