AnotherCodeArtist opened a new issue, #19288: URL: https://github.com/apache/echarts/issues/19288
### Version 5.4.3 ### Link to Minimal Reproduction https://codesandbox.io/s/cranky-leakey-5p3h5y?file=/src/index.js ### Steps to Reproduce 1. Define a sunburst chart 2. Define a a title with text and subtext in the options object 3. Set grid.top to any value ### Current Behavior The `grid.top` setting has no effect, which leads to an overlap of the title and the chart. In contrast to sunburst this works for bar and line charts and also sankey has an approach (a `top` property right in the `series` objects) to define a wider gap to the top. ### Expected Behavior When setting `grid.top` this should lead to a broader gap between the chart and the top of the container. ### Environment ```markdown - OS: 14 Sonoma - Browser: Safari / Firefox / Chrome - Framework: ReactJS, echarts-for-react, echarts ``` ### Any additional comments? _No response_ -- 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]
