echarts-gl 使用出现错误
echarts-gl
Extension pack for Apache ECharts, providing globe visualization and 3D plots.
项目地址:https://gitcode.com/gh_mirrors/ec/echarts-gl
免费下载资源
·
安装echarts-gl时候出现错误,错误如下
错误原因
使用普通的安装方法npm install 导致版本不匹配
解决方法
cnpm i echarts-gl@1.1.2 -S
安装后在进行配置
在main.js中加入
import echarts from 'echarts'
import 'echarts-gl'
Vue.prototype.$echarts = echarts
Vue.use(echarts)
即可成功解决
GitHub 加速计划 / ec / echarts-gl
2.58 K
844
下载
Extension pack for Apache ECharts, providing globe visualization and 3D plots.
最近提交(Master分支:2 个月前 )
031da0ec
Add attribution of Apache marks 7 个月前
50336f52 - 7 个月前
更多推荐
已为社区贡献2条内容
所有评论(0)