美文网首页
关于ionic3导入ng-echarts

关于ionic3导入ng-echarts

作者: 北星七斗 | 来源:发表于2018-08-04 23:20 被阅读0次

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

    肯定有更好,更优雅的办法,无奈姿势太低,望多指教。

    相关文章

      网友评论

          本文标题:关于ionic3导入ng-echarts

          本文链接:https://www.haomeiwen.com/subject/ffjvvftx.html