TaurusWood opened a new issue, #17161: URL: https://github.com/apache/echarts/issues/17161
### Version 5.3.2 ### Link to Minimal Reproduction https://stackblitz.com/edit/react-bqwvqu?file=src/App.js ### Steps to Reproduce I create a Line Graph, and use `echarts.use([GridComponent, LineChart, CanvasRenderer, UniversalTransition]);` to Implement on demand loading。 Then, I want to verify if it works,So, wo modify code `echarts.use([GridComponent, CanvasRenderer, UniversalTransition]);`,I remove `LineChart` But charts can still be rendered this way ### Current Behavior charts can still be rendered this way, Even if I take out `LineChart` from `echarts.use` ### Expected Behavior How do I verify `echarts.use` is valid ### Environment ```markdown - OS: - Browser: - Framework: ``` ### 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]
