This commit is contained in:
parent
91b2631696
commit
bf154a0bd8
|
@ -106,14 +106,14 @@ const data1 = [
|
||||||
];
|
];
|
||||||
|
|
||||||
const option = {
|
const option = {
|
||||||
legend: [
|
legend:
|
||||||
{
|
{
|
||||||
itemWidth: 10,
|
itemWidth: 10,
|
||||||
itemHeight: 10,
|
itemHeight: 10,
|
||||||
itemGap: 20,
|
itemGap: 10,
|
||||||
icon: "circle",
|
icon: "circle",
|
||||||
data: ["2.0收件数"],
|
data: ["2.0收件数","",'总收件数'],
|
||||||
bottom: "20%",
|
bottom: "3%",
|
||||||
width: 380,
|
width: 380,
|
||||||
textStyle: {
|
textStyle: {
|
||||||
color: "#ffffff", // 修改图例颜色为红色
|
color: "#ffffff", // 修改图例颜色为红色
|
||||||
|
@ -128,28 +128,7 @@ const option = {
|
||||||
return params + " " + num;
|
return params + " " + num;
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
|
||||||
itemWidth: 10,
|
|
||||||
itemHeight: 10,
|
|
||||||
itemGap: 20,
|
|
||||||
icon: "circle",
|
|
||||||
data: ["总收件数"],
|
|
||||||
bottom: "5%",
|
|
||||||
width: 380,
|
|
||||||
textStyle: {
|
|
||||||
color: "#ffffff", // 修改图例颜色为红色
|
|
||||||
},
|
|
||||||
formatter: function (params) {
|
|
||||||
var num = "";
|
|
||||||
for (let i = 0; i < dataList.length; i++) {
|
|
||||||
if (dataList[i].name == params) {
|
|
||||||
num = dataList[i].value;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
return params + " " + num;
|
|
||||||
},
|
|
||||||
},
|
|
||||||
],
|
|
||||||
title: [
|
title: [
|
||||||
{
|
{
|
||||||
text: "90%",
|
text: "90%",
|
||||||
|
|
|
@ -100,14 +100,14 @@ const data1 = [
|
||||||
];
|
];
|
||||||
|
|
||||||
const option = {
|
const option = {
|
||||||
legend: [
|
legend:
|
||||||
{
|
{
|
||||||
itemWidth: 10,
|
itemWidth: 10,
|
||||||
itemHeight: 10,
|
itemHeight: 10,
|
||||||
itemGap: 20,
|
itemGap: 10,
|
||||||
icon: "circle",
|
icon: "circle",
|
||||||
data: ["超期受理数"],
|
data: ["超期受理数","",'应受理数'],
|
||||||
bottom: "20%",
|
bottom: "3%",
|
||||||
|
|
||||||
textStyle: {
|
textStyle: {
|
||||||
color: "#ffffff", // 修改图例颜色为红色
|
color: "#ffffff", // 修改图例颜色为红色
|
||||||
|
@ -122,27 +122,8 @@ const option = {
|
||||||
return params + " " + num;
|
return params + " " + num;
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
|
||||||
itemWidth: 10,
|
|
||||||
itemHeight: 10,
|
|
||||||
itemGap: 20,
|
|
||||||
icon: "circle",
|
|
||||||
data: ["应受理数"],
|
|
||||||
bottom: "5%",
|
|
||||||
textStyle: {
|
|
||||||
color: "#ffffff", // 修改图例颜色为红色
|
|
||||||
},
|
|
||||||
formatter: function (params) {
|
|
||||||
var num = "";
|
|
||||||
for (let i = 0; i < dataList.length; i++) {
|
|
||||||
if (dataList[i].name == params) {
|
|
||||||
num = dataList[i].value;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
return params + " " + num;
|
|
||||||
},
|
|
||||||
},
|
|
||||||
],
|
|
||||||
title: [
|
title: [
|
||||||
{
|
{
|
||||||
text: "90%",
|
text: "90%",
|
||||||
|
|
|
@ -100,14 +100,14 @@ const data1 = [
|
||||||
];
|
];
|
||||||
|
|
||||||
const option = {
|
const option = {
|
||||||
legend: [
|
legend:
|
||||||
{
|
{
|
||||||
itemWidth: 10,
|
itemWidth: 10,
|
||||||
itemHeight: 10,
|
itemHeight: 10,
|
||||||
itemGap: 20,
|
itemGap: 10,
|
||||||
icon: "circle",
|
icon: "circle",
|
||||||
data: ["超期办理数"],
|
data: ["超期办理数","","应办理数"],
|
||||||
bottom: "20%",
|
bottom: "3%",
|
||||||
width: 380,
|
width: 380,
|
||||||
textStyle: {
|
textStyle: {
|
||||||
color: "#ffffff", // 修改图例颜色为红色
|
color: "#ffffff", // 修改图例颜色为红色
|
||||||
|
@ -122,28 +122,7 @@ const option = {
|
||||||
return params + " " + num;
|
return params + " " + num;
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
|
||||||
itemWidth: 10,
|
|
||||||
itemHeight: 10,
|
|
||||||
itemGap: 20,
|
|
||||||
icon: "circle",
|
|
||||||
data: ["应办理数"],
|
|
||||||
bottom: "5%",
|
|
||||||
width: 380,
|
|
||||||
textStyle: {
|
|
||||||
color: "#ffffff", // 修改图例颜色为红色
|
|
||||||
},
|
|
||||||
formatter: function (params) {
|
|
||||||
var num = "";
|
|
||||||
for (let i = 0; i < dataList.length; i++) {
|
|
||||||
if (dataList[i].name == params) {
|
|
||||||
num = dataList[i].value;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
return params + " " + num;
|
|
||||||
},
|
|
||||||
},
|
|
||||||
],
|
|
||||||
title: [
|
title: [
|
||||||
{
|
{
|
||||||
text: "90%",
|
text: "90%",
|
||||||
|
|
Loading…
Reference in New Issue