陈鹏飞 4 years ago
parent
commit
377b7f7cb5
  1. 12
      src/app/statistic-analysis/home/home.component.ts

12
src/app/statistic-analysis/home/home.component.ts

@ -398,7 +398,7 @@ export class HomeComponent implements OnInit {
// x轴
xAxis: {
type: 'category',
data: [],
data: ["浦东支队","黄埔支队","徐汇支队","长宁支队","静安支队","普陀支队","虹口支队","杨浦支队","闵行支队","宝山支队","嘉定支队","松江支队","金山支队","崇明支队"],
axisLabel: {
interval: 0,
@ -439,7 +439,7 @@ export class HomeComponent implements OnInit {
{
name: '新增单位',
type: 'bar',
data: [320, 302, 301, 234, 390, 330, 320, 390, 330, 320, 390, 301, 234, 390, 330, 320, 390, ],
data: [320, 302, 301, 234, 390, 330, 320, 390, 330, 320, 390, 301, 234, 390 ],
label: {
show: false,
position: "top",
@ -466,7 +466,7 @@ export class HomeComponent implements OnInit {
}, {
name: '删除单位',
type: 'bar',
data: [300, 202, 101, 134, 290, 430, 220, 490, 430, 490, 430, 202, 101, 134, 290, 430, 220, ],
data: [300, 202, 101, 134, 290, 430, 220, 490, 430, 490, 430, 202, 101, 134 ],
label: {
show: false,
position: "top",
@ -519,7 +519,7 @@ export class HomeComponent implements OnInit {
// x轴
xAxis: {
type: 'category',
data: [],
data: ["浦东中队","黄埔中队","徐汇中队","长宁中队","静安中队","普陀中队","虹口中队","杨浦中队","闵行中队","宝山中队","嘉定中队","松江中队","金山中队","崇明中队"],
axisLabel: {
interval: 0,
@ -560,7 +560,7 @@ export class HomeComponent implements OnInit {
{
name: '新增单位',
type: 'bar',
data: [88, 45, 95, 105, 75, 89, 69, 110, 96, 90, 80, 78, 94, 102, 94, 86, 77, ],
data: [88, 45, 95, 105, 75, 89, 69, 110, 96, 90, 80, 78, 94, 102],
label: {
show: false,
position: "top",
@ -587,7 +587,7 @@ export class HomeComponent implements OnInit {
}, {
name: '删除单位',
type: 'bar',
data: [35, 33, 27, 30, 35, 36, 28, 32, 36, 22, 19, 28, 34, 36, 37, 30, 29, ],
data: [35, 33, 27, 30, 35, 36, 28, 32, 36, 22, 19, 28, 34, 36],
label: {
show: false,
position: "top",

Loading…
Cancel
Save