amandaXCY opened a new issue #10026: 自定义构建  echarts.number
URL: https://github.com/apache/incubator-echarts/issues/10026
 
 
   在日历地图实例中,使用到了 echarts.number,在自定义构建中,应该添加那个文件,
   
   以下是我的配置
   ```
   export * from "echarts/src/echarts";
   import * as number from "echarts/src/util/number";
   import "echarts/src/helper";
   import "echarts/src/chart/heatmap";
   import "echarts/src/component/calendar";
   ```
   
   构建命令:
   
   node node_modules/echarts/build/build.js

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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