264 Star 599 Fork 261

xknaan / B-JUI

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
echarts-pieData.html 1.42 KB
一键复制 编辑 原始数据 按行查看 历史
小策一喋 提交于 2015-01-20 09:51 . 修改文档
{
"tooltip": {
"trigger": "item",
"formatter": "{a} <br/>{b} : {c} ({d}%)"
},
"legend": {
"orient": "vertical",
"x": "left",
"data": [
"优秀党员",
"困难党员",
"一般党员",
"劳模党员",
"党员干部"
]
},
"toolbox": {
"show": true,
"feature": {
"mark": {
"show": true
},
"dataView": {
"show": true,
"readOnly": false
},
"magicType": {
"show": true,
"type": [
"pie",
"funnel"
],
"option": {
"funnel": {
"x": "25%",
"width": "50%",
"funnelAlign": "left",
"max": 1548
}
}
},
"restore": {
"show": true
},
"saveAsImage": {
"show": true
}
}
},
"calculable": true,
"series": [
{
"name": "访问来源",
"type": "pie",
"radius": "55%",
"center": [
"50%",
"60%"
],
"data": [
{
"value": 35,
"name": "优秀党员"
},
{
"value": 69,
"name": "困难党员"
},
{
"value": 375,
"name": "一般党员"
},
{
"value": 30,
"name": "劳模党员"
},
{
"value": 4,
"name": "党员干部"
}
]
}
]
}
JavaScript
1
https://gitee.com/xknaan/B-JUI.git
git@gitee.com:xknaan/B-JUI.git
xknaan
B-JUI
B-JUI
master

搜索帮助