Toggle navigation
业务办理结果占比
By
牧羊yun
2018-03-09 07:50:19
脚本
16
21
作品使用的第三方脚本
数据管理
上传数据
支持小于 5M 任意格式(csv, xlsx, json, xml, ...)的数据文件
上传后可以通过生成的文件链接异步获取托管的数据。
历史数据
0 条
无历史数据
代码修改记录
信息提示
保存作品
对当前截图不满意?你还可以
上传本地截图
重新截图
作品名称
作品描述
标签
geo
grid
legend
markLine
markPoint
bar
effectScatter
line
lines
map
timeline
title
toolbox
tooltip
visualMap
作品默认版本
最新
16
15
14
13
12
11
10
9
8
7
6
5
4
3
2
1
20:11:45
图表已生成
整理代码
刷新
代码
options = [{ backgroundColor:'#fff', title: { text:'业务办理结果占比', subtext: '', x: 'center', }, legend: { orient: 'vertical', left: 'left', data: ['不予受理'] }, tooltip: { trigger: 'item', formatter: "计算公式:占比率=(不予受理数/审批申请数)
*100%
不予受理数:{c}
" }, series: [{ name: '不予受理', type: 'pie', radius: ['30%', '40%'], color:'#f1ca11', label: { normal: { position: 'center' } }, data: [{ value: 120, name: '不予受理', label: { normal: { formatter: '\n{d} %', textStyle: { fontSize:20, color: '#555', } } } }, { value: 0, name: '不予受理', label: { normal: { formatter: '不予受理', textStyle: { fontSize: 12, color: '#555', } } } },{ value: 500, tooltip: { show: false }, itemStyle: { normal: { color: '#aaa' } }, hoverAnimation: false }] }] }, { backgroundColor:'#fff', title: { text:'业务办理结果占比', x: 'center', }, tooltip: { trigger: 'item', formatter: "计算公式:占比率=(办结数/审批申请数)
*100%
办结数:{c}
" }, legend: { orient: 'vertical', left: 'left', data: ['办结'] }, series: [{ name: '办结', type: 'pie', radius: ['30%', '40%'], label: { normal: { position: 'center' } }, color:'#05c83c', data: [{ value: 300, name: '办结', label: { normal: { formatter: '\n{d} %', textStyle: { fontSize:20, color: '#555', } } } },{ value: 0, name: '办结', label: { normal: { formatter: '办结', textStyle: { fontSize: 12, color: '#555', } } } }, { value: 200, tooltip: { show: false }, itemStyle: { normal: { color: '#aaa' } }, hoverAnimation: false }] }] },{ backgroundColor:'#fff', title: { text:'业务办理结果占比', x: 'center', }, legend: { orient: 'vertical', left: 'left', data: ['发证'] }, series: [{ name: '发证', type: 'pie', radius: ['30%', '40%'], label: { normal: { position: 'center' } }, color:'#0fcff5', data: [{ value: 160, name: '发证', label: { normal: { formatter: '\n{d} %', textStyle: { fontSize:20, color: '#555', } } } }, { value: 0, name: '发证', label: { normal: { formatter: '发证', textStyle: { fontSize: 12, color: '#555', } } } },{ value: 140, tooltip: { show: false }, itemStyle: { normal: { color: '#aaa' } }, hoverAnimation: false }] }] },{ backgroundColor:'#fff', title: { text:'举报环节立案占比', subtext: '餐饮服务/使用环节立案率', x: 'center', }, tooltip: { trigger: 'item', formatter: "{a}
{b} : {c} ({d}%)" }, legend: { orient: 'vertical', left: 'left', data: ['立案率'] }, series: [{ name: '餐饮服务/使用环节立案率', type: 'pie', radius: ['30%', '40%'], label: { normal: { position: 'center' } }, color:'#f11111', data: [{ value: 0, name: '立案率', label: { normal: { formatter: '立案率', textStyle: { fontSize: 16, color: '#555', } } } },{ value: 120, name: '立案率', label: { normal: { formatter: '\n{d} %', textStyle: { fontSize:16, color: '#555', } } } }, { value: 210, tooltip: { show: false }, itemStyle: { normal: { color: '#aaa' } }, hoverAnimation: false }] }] }];