Toggle navigation
状态明细
By
M***0
2017-09-01 03:35:44
脚本
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
图表已生成
整理代码
刷新
代码
option = { backgroundColor:'#ffffff', title:[ {text:"其他",x: '53%', y: '16%',textStyle:{color:'red',fontSize:'14',fontWeight:'normal'}}, ], grid: [ {x: '65%', y: '20%', width: '15%', height: '25%'}, ], xAxis: [ {gridIndex: 0, axisTick: {show:false},axisLabel: {show:false},splitLine: {show:false},axisLine: {show:false }}, ], yAxis: [ { gridIndex: 0,interval:0,data:['退单已认领', '退单待审核', '退单审核中', '退单通过', '退单不通过', '异常', '稽核待整改'], axisTick: {show:false}, axisLabel: {show:true},splitLine: {show:false}, axisLine: {show:false,lineStyle:{color:"#6173a3"}}, } ], series: [{ name: '待办状态', type: 'pie', radius: ['25%','40%'], center: ['40%', '60%'], data: [{ value: 35, name: '已认领' }, { value: 25, name: '进行中' }, { value: 15, name: '处理中' }, { value: 8, name: '其他',label:{normal:{color:'red'}} }], label: { normal: { textStyle: { color: '#999', fontSize: '14px', }, formatter:'{b}\n{c}({d}%)' } }, labelLine: { normal: { show: true } }, itemStyle: { normal: { borderWidth: 1, borderColor: '#FAE395', } } },{ name: '其他', type: 'bar',xAxisIndex: 0,yAxisIndex: 0,barWidth:'12px', itemStyle:{normal:{color:'#86c9f4'}}, label:{normal:{show:true, position:"right",textStyle:{color:"#9EA7C4"}}}, data: [389, 259, 262, 324, 232, 176, 196], }] };