|
|
|
@ -196,7 +196,7 @@ export class echartsComponent implements OnInit {
|
|
|
|
|
}, |
|
|
|
|
// 标题
|
|
|
|
|
title: { |
|
|
|
|
text: '预案统计状态', |
|
|
|
|
text: '预案统计状态'+':总数(1024)', |
|
|
|
|
top: -4, |
|
|
|
|
left: 'center', |
|
|
|
|
subtext:'今年', |
|
|
|
@ -218,6 +218,10 @@ export class echartsComponent implements OnInit {
|
|
|
|
|
boundaryGap: true, |
|
|
|
|
axisLabel: { |
|
|
|
|
color: "#000", //刻度线标签颜色
|
|
|
|
|
textStyle:{ |
|
|
|
|
fontSize :15, |
|
|
|
|
color:'#000000' |
|
|
|
|
}, |
|
|
|
|
}, |
|
|
|
|
//设置坐标轴字体颜色和宽度
|
|
|
|
|
axisLine: {
|
|
|
|
@ -237,6 +241,10 @@ export class echartsComponent implements OnInit {
|
|
|
|
|
type: 'value', |
|
|
|
|
name: '个', |
|
|
|
|
axisLabel: { |
|
|
|
|
textStyle:{ |
|
|
|
|
fontSize :15, |
|
|
|
|
color:'#000000' |
|
|
|
|
}, |
|
|
|
|
color: "#000" //刻度线标签颜色
|
|
|
|
|
}, |
|
|
|
|
//设置坐标轴字体颜色和宽度
|
|
|
|
@ -275,7 +283,7 @@ export class echartsComponent implements OnInit {
|
|
|
|
|
}, |
|
|
|
|
// 标题
|
|
|
|
|
title: { |
|
|
|
|
text: '预案新增', |
|
|
|
|
text: '预案新增'+':总数(1024)', |
|
|
|
|
top: -4, |
|
|
|
|
left: 'center', |
|
|
|
|
bottom: 100, |
|
|
|
@ -298,6 +306,10 @@ export class echartsComponent implements OnInit {
|
|
|
|
|
boundaryGap: true, |
|
|
|
|
axisLabel: { |
|
|
|
|
color: "#000", //刻度线标签颜色
|
|
|
|
|
textStyle:{ |
|
|
|
|
fontSize :15, |
|
|
|
|
color:'#000000' |
|
|
|
|
}, |
|
|
|
|
}, |
|
|
|
|
//设置坐标轴字体颜色和宽度
|
|
|
|
|
axisLine: {
|
|
|
|
@ -317,6 +329,10 @@ export class echartsComponent implements OnInit {
|
|
|
|
|
type: 'value', |
|
|
|
|
name: '个', |
|
|
|
|
axisLabel: { |
|
|
|
|
textStyle:{ |
|
|
|
|
fontSize :15, |
|
|
|
|
color:'#000000' |
|
|
|
|
}, |
|
|
|
|
color: "#000" //刻度线标签颜色
|
|
|
|
|
}, |
|
|
|
|
//设置坐标轴字体颜色和宽度
|
|
|
|
@ -358,7 +374,7 @@ export class echartsComponent implements OnInit {
|
|
|
|
|
}, |
|
|
|
|
// 标题
|
|
|
|
|
title: { |
|
|
|
|
text: '预案审核通过', |
|
|
|
|
text: '预案审核通过'+':总数(1024)', |
|
|
|
|
top: -4, |
|
|
|
|
left: 'center', |
|
|
|
|
bottom: 100, |
|
|
|
@ -380,6 +396,10 @@ export class echartsComponent implements OnInit {
|
|
|
|
|
data: ['1月', '2月', '3月', '4月', '5月', '6月', '7月', '8月','9月'], |
|
|
|
|
boundaryGap: true, |
|
|
|
|
axisLabel: { |
|
|
|
|
textStyle:{ |
|
|
|
|
fontSize :15, |
|
|
|
|
color:'#000000' |
|
|
|
|
}, |
|
|
|
|
color: "#000", //刻度线标签颜色
|
|
|
|
|
}, |
|
|
|
|
//设置坐标轴字体颜色和宽度
|
|
|
|
@ -400,6 +420,10 @@ export class echartsComponent implements OnInit {
|
|
|
|
|
type: 'value', |
|
|
|
|
name: '个', |
|
|
|
|
axisLabel: { |
|
|
|
|
textStyle:{ |
|
|
|
|
fontSize :15, |
|
|
|
|
color:'#000000' |
|
|
|
|
}, |
|
|
|
|
color: "#000" //刻度线标签颜色
|
|
|
|
|
}, |
|
|
|
|
//设置坐标轴字体颜色和宽度
|
|
|
|
@ -441,7 +465,7 @@ export class echartsComponent implements OnInit {
|
|
|
|
|
}, |
|
|
|
|
// 标题
|
|
|
|
|
title: { |
|
|
|
|
text: '预案编制', |
|
|
|
|
text: '预案编制'+':总数(1024)', |
|
|
|
|
top: -4, |
|
|
|
|
left: 'center', |
|
|
|
|
bottom: 100, |
|
|
|
@ -464,6 +488,10 @@ export class echartsComponent implements OnInit {
|
|
|
|
|
data: ['1月', '2月', '3月', '4月', '5月', '6月', '7月', '8月','9月'], |
|
|
|
|
boundaryGap: true, |
|
|
|
|
axisLabel: { |
|
|
|
|
textStyle:{ |
|
|
|
|
fontSize :15, |
|
|
|
|
color:'#000000' |
|
|
|
|
}, |
|
|
|
|
color: "#000", //刻度线标签颜色
|
|
|
|
|
}, |
|
|
|
|
//设置坐标轴字体颜色和宽度
|
|
|
|
@ -484,6 +512,10 @@ export class echartsComponent implements OnInit {
|
|
|
|
|
type: 'value', |
|
|
|
|
name: '个', |
|
|
|
|
axisLabel: { |
|
|
|
|
textStyle:{ |
|
|
|
|
fontSize :15, |
|
|
|
|
color:'#000000' |
|
|
|
|
}, |
|
|
|
|
color: "#000" //刻度线标签颜色
|
|
|
|
|
}, |
|
|
|
|
//设置坐标轴字体颜色和宽度
|
|
|
|
@ -526,7 +558,7 @@ export class echartsComponent implements OnInit {
|
|
|
|
|
}, |
|
|
|
|
// 标题
|
|
|
|
|
title: { |
|
|
|
|
text: '预案审核退回', |
|
|
|
|
text: '预案审核退回'+':总数(1024)', |
|
|
|
|
top: -4, |
|
|
|
|
left: 'center', |
|
|
|
|
bottom: 100, |
|
|
|
@ -549,6 +581,10 @@ export class echartsComponent implements OnInit {
|
|
|
|
|
data: ['1月', '2月', '3月', '4月', '5月', '6月', '7月', '8月','9月'], |
|
|
|
|
boundaryGap: true, |
|
|
|
|
axisLabel: { |
|
|
|
|
textStyle:{ |
|
|
|
|
fontSize :15, |
|
|
|
|
color:'#000000' |
|
|
|
|
}, |
|
|
|
|
color: "#000", //刻度线标签颜色
|
|
|
|
|
}, |
|
|
|
|
//设置坐标轴字体颜色和宽度
|
|
|
|
@ -569,6 +605,10 @@ export class echartsComponent implements OnInit {
|
|
|
|
|
type: 'value', |
|
|
|
|
name: '个', |
|
|
|
|
axisLabel: { |
|
|
|
|
textStyle:{ |
|
|
|
|
fontSize :15, |
|
|
|
|
color:'#000000' |
|
|
|
|
}, |
|
|
|
|
color: "#000" //刻度线标签颜色
|
|
|
|
|
}, |
|
|
|
|
//设置坐标轴字体颜色和宽度
|
|
|
|
@ -611,7 +651,7 @@ export class echartsComponent implements OnInit {
|
|
|
|
|
}, |
|
|
|
|
// 标题
|
|
|
|
|
title: { |
|
|
|
|
text: '预案审核中', |
|
|
|
|
text: '预案审核中'+':总数(1024)', |
|
|
|
|
top: -4, |
|
|
|
|
left: 'center', |
|
|
|
|
textStyle:{ |
|
|
|
@ -633,6 +673,10 @@ export class echartsComponent implements OnInit {
|
|
|
|
|
data: ['1月', '2月', '3月', '4月', '5月', '6月', '7月', '8月','9月'], |
|
|
|
|
boundaryGap: true, |
|
|
|
|
axisLabel: { |
|
|
|
|
textStyle:{ |
|
|
|
|
fontSize :15, |
|
|
|
|
color:'#000000' |
|
|
|
|
}, |
|
|
|
|
color: "#000", //刻度线标签颜色
|
|
|
|
|
}, |
|
|
|
|
//设置坐标轴字体颜色和宽度
|
|
|
|
@ -653,6 +697,10 @@ export class echartsComponent implements OnInit {
|
|
|
|
|
type: 'value', |
|
|
|
|
name: '个', |
|
|
|
|
axisLabel: { |
|
|
|
|
textStyle:{ |
|
|
|
|
fontSize :15, |
|
|
|
|
color:'#000000' |
|
|
|
|
}, |
|
|
|
|
color: "#000" //刻度线标签颜色
|
|
|
|
|
}, |
|
|
|
|
//设置坐标轴字体颜色和宽度
|
|
|
|
|