当前位置: 代码迷 >> 综合 >> echarts使用3D时报错Error: Component series.surface not exists. Load it first.
  详细解决方案

echarts使用3D时报错Error: Component series.surface not exists. Load it first.

热度:1   发布时间:2023-12-22 05:34:58.0

这是因为还需要依赖echarts-gl 

解决方法:

npm install echarts-gl -S

安装后在使用的页面引入

import 'echarts-gl'

  相关解决方案