# GL 部分

echarts 引用 3d 图形首先需要引入 echarts 其次在引入 echarts-gl

import * as echarts from "echarts";
import "echarts-gl";
1
2