Toggle navigation
仪表盘
By
w***T
2018-07-05 11:05:41
脚本
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
图表已生成
整理代码
刷新
代码
var myRate1 = 1000; option = { backgroundColor: '#031845', title: [{ x: "12%", bottom: 100, text: '累计办结', textStyle: { fontWeight: 'normal', fontSize: 30, color: "#fff" }, }, { x: "42%", bottom: 100, text: '累计受理数', textStyle: { fontWeight: 'normal', fontSize: 30, color: "#fff" }, }, { x: "75%", bottom: 100, text: '未处理', textStyle: { fontWeight: 'normal', fontSize: 30, color: "#fff" }, }], tooltip: { show: true, }, series: [{ type: 'gauge', center: ['50%', '55%'], // 默认全局居中 radius: '50%', splitNumber: 10, //刻度数量 min: 0, max: 1000, startAngle: 200, endAngle: -20, clockwise: true, axisLine: { show: true, lineStyle: { width: 2, shadowBlur: 0, color: [ [1, '#03B7C9'] ] } }, axisTick: { show: true, lineStyle: { color: '#03B7C9', width: 1 }, length: -15, splitNumber: 10 }, splitLine: { show: true, length: -20, lineStyle: { color: '#03B7C9', } }, axisLabel: { distance: -20, textStyle: { color: "#03B7C9", fontSize: "15", fontWeight: "bold" } }, pointer: { //仪表盘指针 show: 0 }, detail: { show: false }, data: [{ name: "", value: myRate1 }] }, { startAngle: 200, endAngle: -20, type: 'gauge', center: ['50%', '55%'], // 默认全局居中 radius: '45%', min: 0, max: 1000, splitNumber: 0, axisLine: { // 坐标轴线 lineStyle: { color: [ [0.66, '#dddddd'], [1, '#dddddd'] ], // 属性lineStyle控制线条样式 width: 4 } }, axisLabel: { // 坐标轴小标记 textStyle: { // 属性lineStyle控制线条样式 fontWeight: 'bolder', fontSize: 16, color: 'rgba(30,144,255,0)', } }, splitLine: { // 分隔线 length: 10, // 属性length控制线长 lineStyle: { // 属性lineStyle(详见lineStyle)控制线条样式 width: 0, color: '#444' } }, pointer: { // 分隔线 指针 color: '#666666', width: 0, length: 230 }, detail: { show: false }, }, { name: '累计受理', type: 'gauge', startAngle: 200, endAngle: -20, radius: '40%', center: ['50%', '55%'], // 默认全局居中 min: 0, max: 1000, axisLine: { show: false, lineStyle: { width: 25, shadowBlur: 0, color: [ [0.2, '#00FAFC'], [0.4, '#3BD542'], [0.6, '#E3F424'], [0.8, '#7E48DA'], [1, '#E531A8'] ] } }, axisTick: { show: false, }, splitLine: { show: false, length: 20, }, axisLabel: { show: false }, pointer: { show: true, }, detail: { show: true, offsetCenter: [0, '40%'], textStyle: { fontSize: 30 } }, itemStyle: { normal: { color: "#03B7C9", } }, data: [{ value: 436 }] }, { type: 'gauge', center: ['20%', '55%'], // 默认全局居中 radius: '35%', splitNumber: 10, //刻度数量 min: 0, max: 1000, endAngle: 45, clockwise: true, axisLine: { show: true, lineStyle: { width: 2, shadowBlur: 0, color: [ [1, '#03B7C9'] ] } }, axisTick: { show: true, lineStyle: { color: '#03B7C9', width: 1 }, length: -15, splitNumber: 10 }, splitLine: { show: true, length: -20, lineStyle: { color: '#03B7C9', } }, axisLabel: { distance: -20, textStyle: { color: "#03B7C9", fontSize: "15", fontWeight: "bold" } }, pointer: { //仪表盘指针 show: 0 }, detail: { show: false }, data: [{ name: "", value: myRate1 }] }, { type: 'gauge', center: ['20%', '55%'], // 默认全局居中 radius: '30%', min: 0, max: 1000, endAngle: 45, splitNumber: 0, axisLine: { // 坐标轴线 lineStyle: { color: [ [0.66, '#dddddd'], [1, '#dddddd'] ], // 属性lineStyle控制线条样式 width: 4 } }, axisLabel: { // 坐标轴小标记 textStyle: { // 属性lineStyle控制线条样式 fontWeight: 'bolder', fontSize: 16, color: 'rgba(30,144,255,0)', } }, splitLine: { // 分隔线 length: 10, // 属性length控制线长 lineStyle: { // 属性lineStyle(详见lineStyle)控制线条样式 width: 0, color: '#444' } }, pointer: { // 分隔线 指针 color: '#666666', width: 0, length: 230 }, detail: { show: false }, }, { name: '累计办结', type: 'gauge', endAngle: 45, radius: '25%', center: ['20%', '55%'], // 默认全局居中 min: 0, max: 1000, axisLine: { show: false, lineStyle: { width: 25, shadowBlur: 0, color: [ [0.2, '#00FAFC'], [0.4, '#3BD542'], [0.6, '#E3F424'], [0.8, '#7E48DA'], [1, '#E531A8'] ] } }, axisTick: { show: false, }, splitLine: { show: false, length: 20, }, axisLabel: { show: false }, pointer: { show: true, }, detail: { show: true, offsetCenter: [0, '40%'], textStyle: { fontSize: 30 } }, itemStyle: { normal: { color: "#03B7C9", } }, data: [{ value: 245 }] }, { type: 'gauge', center: ['80%', '55%'], // 默认全局居中 radius: '35%', splitNumber: 10, //刻度数量 min: 0, max: 1000, startAngle: 140, endAngle: -45, clockwise: true, axisLine: { show: true, lineStyle: { width: 2, shadowBlur: 0, color: [ [1, '#03B7C9'] ] } }, axisTick: { show: true, lineStyle: { color: '#03B7C9', width: 1 }, length: -15, splitNumber: 10 }, splitLine: { show: true, length: -20, lineStyle: { color: '#03B7C9', } }, axisLabel: { distance: -20, textStyle: { color: "#03B7C9", fontSize: "15", fontWeight: "bold" } }, pointer: { //仪表盘指针 show: 0 }, detail: { show: false }, data: [{ name: "", value: myRate1 }] }, { type: 'gauge', center: ['80%', '55%'], // 默认全局居中 radius: '30%', min: 0, max: 1000, startAngle: 140, endAngle: -45, splitNumber: 0, axisLine: { // 坐标轴线 lineStyle: { color: [ [0.66, '#dddddd'], [1, '#dddddd'] ], // 属性lineStyle控制线条样式 width: 4 } }, axisLabel: { // 坐标轴小标记 textStyle: { // 属性lineStyle控制线条样式 fontWeight: 'bolder', fontSize: 16, color: 'rgba(30,144,255,0)', } }, splitLine: { // 分隔线 length: 10, // 属性length控制线长 lineStyle: { // 属性lineStyle(详见lineStyle)控制线条样式 width: 0, color: '#444' } }, pointer: { // 分隔线 指针 color: '#666666', width: 0, length: 230 }, detail: { show: false }, }, { name: '未处理', type: 'gauge', startAngle: 140, endAngle: -45, radius: '25%', center: ['80%', '55%'], // 默认全局居中 min: 0, max: 1000, axisLine: { show: false, lineStyle: { width: 25, shadowBlur: 0, color: [ [0.2, '#00FAFC'], [0.4, '#3BD542'], [0.6, '#E3F424'], [0.8, '#7E48DA'], [1, '#E531A8'] ] } }, axisTick: { show: false, }, splitLine: { show: false, length: 20, }, axisLabel: { show: false }, pointer: { show: true, }, detail: { show: true, offsetCenter: [0, '40%'], textStyle: { fontSize: 30 } }, itemStyle: { normal: { color: "#03B7C9", } }, data: [{ value: 135 }] }] };