plainheart commented on issue #18468: URL: https://github.com/apache/echarts/issues/18468#issuecomment-1494102276
If you are using [on-demand import](https://echarts.apache.org/handbook/en/basics/import/#shrinking-bundle-size), please don't forget to import and register the components that you need. This might be an issue that needs to reproduce in a bundler environment. If not, please show us your code, and don't let us guess what it is. ```ts import * as echarts from 'echarts/core'; import { MarkPointComponent } from 'echarts/components'; echarts.use(MarkPointComponent); ``` -- 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]
