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)
即可成功解决
Extension pack for Apache ECharts, providing globe visualization and 3D plots.
最近提交(Master分支:2 个月前 )
031da0ec
Add attribution of Apache marks 1 年前
50336f52 - 1 年前
AtomGit 是由开放原子开源基金会联合 CSDN 等生态伙伴共同推出的新一代开源与人工智能协作平台。平台坚持“开放、中立、公益”的理念,把代码托管、模型共享、数据集托管、智能体开发体验和算力服务整合在一起,为开发者提供从开发、训练到部署的一站式体验。
更多推荐



所有评论(0)