You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by GitBox <gi...@apache.org> on 2021/02/01 04:02:33 UTC

[GitHub] [echarts] pissang edited a comment on issue #14080: xAxis "0" not found

pissang edited a comment on issue #14080:
URL: https://github.com/apache/echarts/issues/14080#issuecomment-763425011


   In addition to @susiwen8 's answer. Since 5.0.1. `grid` component should be imported explicitly to have extreme tree-shaking.
   ```js
   import "echarts/lib/component/grid";
   ```
   You can check the import code on the new example page
   
   ![image](https://user-images.githubusercontent.com/841551/105147154-bd2d6900-5b3b-11eb-8f74-3725b3ae7760.png)
   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org