pissang commented on issue #13804:
URL: 
https://github.com/apache/incubator-echarts/issues/13804#issuecomment-752833161


   This bug will be fixed in 5.0.1.
   
   And because `line`, `bar`, `scatter` can be used on other coordinate 
systems. We will remove `grid`  dependency from these charts so we can have 
minimal bundle when these charts only used on other coordinate systems.  
   
   So since 5.0.1, we need to import the `grid` component explicitly. 
   
   ```js
   import echarts from 'echarts/lib/echarts';
   import 'echarts/lib/chart/line';
   import 'echarts/lib/component/grid';
   ```


----------------------------------------------------------------
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:
us...@infra.apache.org



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

Reply via email to