首页 前端知识 Echart按需引入时报错---[ECharts] Component legend(‘XX‘) is used but not imported.

Echart按需引入时报错---[ECharts] Component legend(‘XX‘) is used but not imported.

2024-06-17 09:06:16 前端知识 前端哥 731 444 我要收藏

[ECharts] Component legend(‘XX’) is used but not imported.

在这里插入图片描述

解决:

import { LegendComponent } from 'echarts/components';
echarts.use([LegendComponent]);

关于Echart全局/按需引入请参考

Echart全局/按需引入

转载请注明出处或者链接地址:https://www.qianduange.cn//article/12480.html
标签
评论
发布的文章

HTML5 新增元素

2024-06-22 10:06:20

【前端】HTML5基础

2024-06-22 10:06:36

大家推荐的文章
会员中心 联系我 留言建议 回顶部
复制成功!