vue 项目中使用水波球报错Component series.liquidFill not exists. Load it first.

解决办法:安装 echarts-liquidfill

npm install echarts-liquidfill --save

组件中引入:

import echarts from "echarts/lib/echarts"
import 'echarts-liquidfill'

 

相关文章:

  • 2022-12-23
  • 2021-09-07
  • 2022-01-21
  • 2022-12-23
  • 2021-08-10
  • 2021-06-04
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-10
  • 2022-01-20
  • 2022-12-23
相关资源
相似解决方案