Toggle navigation
量化分级评定情况(餐饮服务)
By
牧羊yun
2018-03-11 03:42:43
脚本
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: "计算公式:占比率=({b}企业数/有效企业数)
*100%
企业数:{c}
" }, series: [{ name: '优秀', type: 'pie', radius: ['30%', '40%'], color:'#f1ca11', label: { normal: { position: 'center' } }, data: [{ value: 30, name: '优秀', label: { normal: { formatter: '\n{d} %', textStyle: { fontSize:20, color: '#555', } } } }, { value: 0,/* name: '良好',*/ label: { normal: { formatter: '优秀', textStyle: { fontSize: 12, color: '#555', } } } },{ value: 100, itemStyle: { normal: { color: '#aaa' } }, name:'良好', label: { formatter: '良好', normal: { textStyle: { fontSize: 12, color: '#555', } } }, hoverAnimation: false }] }] },{ 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:'#05c83c', label: { normal: { position: 'center' } }, data: [{ value: 30, name: '明厨亮灶数', label: { normal: { formatter: '\n{d} %', textStyle: { fontSize:20, color: '#555', } } } }, { value: 0, name: '明厨亮灶实施率', label: { normal: { formatter: '名厨亮灶实施环比率', textStyle: { fontSize: 12, color: '#555', } } } },{ value: 100, 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:'#0fcff5', data: [{ value: 100,/* name: '办结',*/ label: { normal: { formatter: '\n{d} %', textStyle: { fontSize:20, color: '#555', } } } },{ value: 0,/* name: '办结',*/ label: { normal: { formatter: '办结', textStyle: { fontSize: 12, color: '#555', } } } }, { value: 180, 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: 300, name: '发证', label: { normal: { formatter: '\n{d} %', textStyle: { fontSize:20, color: '#555', } } } }, { value: 0, name: '发证', label: { normal: { formatter: '发证', textStyle: { fontSize: 12, color: '#555', } } } },{ value: 210, tooltip: { show: false }, itemStyle: { normal: { color: '#aaa' } }, hoverAnimation: false }] }] }];