1关键事项看板

This commit is contained in:
2025-03-15 16:23:28 +08:00
parent e6502c0b4e
commit 4ee7d38c78
5 changed files with 39 additions and 36 deletions
+18 -15
View File
@@ -235,22 +235,25 @@
var option = {
title: [{
text: '关键事项关闭率',
top: '0',
left: '30%',
//top: '0',
//left: '10%',
textStyle: {
color: '#1C1C1C',
fontSize: 16,
fontWeight: 700
}
},
show: true
}],
tooltip: {
trigger: 'item',
formatter: '{a} <br/>{b}: {c} ({d}%)'
},
legend: {
orient: 'vertical',
right: 10,
top: 'center',
left: '66%',
show: true,
//orient: 'vertical',
//right: 10,
//top: 'center',
data: ['已关闭', '未关闭'],
textStyle: {//图例文字的样式
@@ -260,7 +263,7 @@
},
graphic: {
type: "text",
left: "34%",
left: "45%",
top: "54%",
style: {
text: data2,
@@ -275,7 +278,7 @@
{
name: '关键事项',
type: 'pie',
center: ['38%', '55%'],
center: ['50%', '55%'],
radius: ['40%', '78%'],
avoidLabelOverlap: false,
label: {
@@ -320,7 +323,7 @@
var option = {
title: {
// left:'center',
text: '关键事项统计——事项类别',
text: '关键事项跟踪-按事项类别统计',
textStyle: {
color: '#1C1C1C',
fontSize: 16,
@@ -469,7 +472,7 @@
var option = {
title: {
// left:'center',
text: '关键事项统计——责任人',
text: '关键事项跟踪-按责任人统计',
textStyle: {
color: '#1C1C1C',
fontSize: 16,
@@ -717,7 +720,7 @@
var three =<%=Three %>;
var xArr = three.categories
var series = [{
name: '关键事项超期统计',
name: '关键事项超期天数统计(累计)',
type: 'bar',
barWidth: 30,
barGap: 0,
@@ -746,7 +749,7 @@
var option = {
title: {
// left:'center',
text: '关键事项超期平均时间统计(单位:天)',
text: '关键事项平均超期天数统计(单位:天)',
textStyle: {
color: '#1C1C1C',
fontSize: 16,
@@ -756,10 +759,10 @@
},
tooltip: {},
legend: {
data: ['关键事项超期平均时间(单位:天)'],
data: ['关键事项平均超期天数统计(单位:天)'],
left: '3%',
show: true,
selectedMode: false,
selectedMode: true,
textStyle: {//图例文字的样式
//color: '#1C1C1C',
fontSize: 16,
@@ -847,7 +850,7 @@
var four =<%=Four %>;
var xArr = four.categories;
var series = [{
name: '关键事项超期平均时间',
name: '关键事项平均超期天数统计(单位:天)',
type: 'bar',
barWidth: 30,
barGap: 0,