HJK181 opened a new issue, #20310: URL: https://github.com/apache/echarts/issues/20310
### Version 5.4.3 ### Link to Minimal Reproduction https://jsfiddle.net/as342c59/6/ ### Steps to Reproduce See the jsfiddle ### Current Behavior shared.d.ts contains the SunburstDataParams interface which is missing in the export statement which makes it impossible to create a type save formatter callback on a sunburst chart: ``` ... formatter: function (params: SunburstDataParams) {...} .... ``` ### Expected Behavior SunburstDataParams is added to the export at the bottom of shared.d.ts ### Environment _No response_ ### 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]
