原文:Error: Component legend.scroll not exists. Load it first.

解决办法: 找到vue echarts下的components gt echarts.vue, 将import echarts from echarts lib echarts 改成import echarts from echarts 。 ...

2019-12-17 14:04 0 1552 推荐指数:

查看详情

Component legend.scroll not exists. Load it first.

echarts在项目中用的按需加载,在配置legend.type = 'scroll'后报错: 之前已经引入legend组件了,require('echarts/lib/component/legend'); 后来在官网找到 legendScroll 需要单独引入。 以下 ...

Wed Aug 19 18:36:00 CST 2020 0 1275
Component series.line3D not exists.Load it first.

今天想画一个3D散点图总是报这个错。echart-gl.min.js 也引入进来了,不知道是哪里的问题 。后来把自己的echart.min.js 文件放到下载的gl 官方示例中报了版本过旧的错。。 ...

Tue Jan 07 00:41:00 CST 2020 4 1998
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM