导入ng-echarts除了需要在package.json配置echarts和ngx-echarts两个依赖包,根据文档还要在angular-cli.json中配置 "scripts": [ "node_modules/echarts/dist/echarts.min.js" ],或者另外两种方式,具体连接---->ngx-echarts
package.json但是,在ionic的项目中没有angular-cli.json这文件,如果没配置 ‘ "scripts": [ "node_modules/echarts/dist/echarts.min.js" ]’ 会报echarts is not defined的错误。
经过百般折腾,最后在项目的index.html直接引入echarts.min.js,就可以正常使用了。
index.html肯定有更好,更优雅的办法,无奈姿势太低,望多指教。
网友评论