You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@echarts.apache.org by GitBox <gi...@apache.org> on 2019/06/30 08:42:41 UTC

[GitHub] [incubator-echarts] jxderic opened a new issue #10779: 文档中的自定义构建Echarts的export(引入)是否错误

jxderic opened a new issue #10779: 文档中的自定义构建Echarts的export(引入)是否错误
URL: https://github.com/apache/incubator-echarts/issues/10779
 
 
   ### Version
   4.2.1
   
   ### Steps to reproduce
   查看文档
   
   ### What is expected?
   // 引入 echarts 主模块。
   import * from 'echarts/src/echarts';
   // 引入饼图。
   import 'echarts/src/chart/pie';
   // 在这个场景下,可以引用 `echarts/src` 或者 `echarts/lib` 下的文件(但是不可混用),
   // 参见下方的解释:“引用 `echarts/lib/**` 还是 `echarts/src/**`”。
   
   ### What is actually happening?
   // 引入 echarts 主模块。
   export * from 'echarts/src/echarts';
   // 引入饼图。
   import 'echarts/src/chart/pie';
   // 在这个场景下,可以引用 `echarts/src` 或者 `echarts/lib` 下的文件(但是不可混用),
   // 参见下方的解释:“引用 `echarts/lib/**` 还是 `echarts/src/**`”。
   
   <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE -->
   

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


With regards,
Apache Git Services

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