您好,欢迎来到三六零分类信息网!老站,搜索引擎当天收录,欢迎发信息
免费发信息
三六零分类信息网 > 海东分类信息网,免费分类信息发布

react项目怎么增加echarts饼图

2024/3/16 23:55:07发布26次查看
react项目增加echarts饼图的方法:1、通过“npm install echarts --save”命令安装“echarts”;2、使用import引入“echarts/lib/echarts”;3、通过“componentdidmount() {...}”实现增加echarts饼图即可。
本教程操作环境:windows10系统、react18.0.0版、dell g3电脑。
react项目怎么增加echarts饼图?
在react项目中使用echarts饼状图
一、安装
npm install echarts --save
二、引入
import echarts from 'echarts/lib/echarts';import 'echarts/lib/chart/pie'; //饼状图import 'echarts/lib/component/tooltip';import 'echarts/lib/component/title';import 'echarts/lib/component/legend'import 'echarts/lib/component/markpoint'
三、使用
componentdidmount() { //环形图百分比 var huan_val = document.getelementsbyclassname("huan")[0]; var chart = echarts.init(huan_val); let option = { color: ["#f8e367", "#99dfff", "#58c0f0", "#5ea6ff", "#ff9e48", "#bcbcbc"], series: [{ name: "驾驶分析", type: "pie", radius: ['60%', '80%'], avoidlabeloverlap: false, label: { normal: { show: false, position: 'center' }, emphasis: { show: true, textstyle: { fontsize: '30', fontweight: 'bold' } } }, labelline: { normal: { show: false } }, data: [{ value: 33, name: '慢速' }, { value: 26, name: '低速' }, { value: 6, name: '中速' }, { value: 2, name: '高速' }, { value: 3, name: '超速' }, { value: 30, name: '怠速' }] }] }; chart.setoption(option); }
render(){ return( <div classname="huan"></div> )}
四、结果
推荐学习:《react视频教程》
以上就是react项目怎么增加echarts饼图的详细内容。
海东分类信息网,免费分类信息发布

VIP推荐

免费发布信息,免费发布B2B信息网站平台 - 三六零分类信息网 沪ICP备09012988号-2
企业名录