big-r81 commented on issue #19601: URL: https://github.com/apache/echarts/issues/19601#issuecomment-2268376209
@MatthiasMert I played around with the source code and experimented a little bit. The repainting of the view is done by calling [this ](https://github.com/apache/echarts/blob/43797899e60a43efa2c0a8b17cab98271e23e9fc/src/chart/treemap/TreemapSeries.ts#L404) function. Then the view is resetted and repainted. I also found [this ](https://github.com/apache/echarts/blob/43797899e60a43efa2c0a8b17cab98271e23e9fc/src/chart/sunburst/sunburstAction.ts#L66) function call as an option, which is apparently used when you click on an element in the sunburst diagram. Do you have any idea how this can be used to prevent a complete reset to the root node? -- 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]
