RafaelCENG opened a new issue, #21453: URL: https://github.com/apache/echarts/issues/21453
### What problem does this feature solve? This is sovling a type error for people who use the wuba-echarts which is a wrapper of echarts for react-native ### What does the proposed API look like? Line 9186 echarts/types/dist/shared.d.ts ``` declare type RendererType = 'canvas' | 'svg' | 'skia'; ``` -- 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]
