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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to