官网:https://www.echartsjs.com/zh/index.html
1.导入(前提是已经安装了echarts)import echarts from "echarts";
import 'echarts/theme/shine.js'
2.使用
echarts.init(
document.getElementById("huanfu"),
"shine"//此处是主题的名称
);
主题名字来源于官网
官网:https://www.echartsjs.com/zh/index.html
1.导入(前提是已经安装了echarts)import echarts from "echarts";
import 'echarts/theme/shine.js'
2.使用
echarts.init(
document.getElementById("huanfu"),
"shine"//此处是主题的名称
);
主题名字来源于官网
vue2+echarts水球图
【代码】Vue Echarts 3D饼图。
vue2
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M