Newer
Older
CloudBrainNew / static / city.json
{
  "title": "=======================城市治理==============================",
  "totalPopulationDesc": "各类人口总计",
  "totalPopulation": {
    "changzhu": 175481,
    "liudong": 44661,
    "huji": 148729,
    "zanzhu": 26752
  },


  "specialPopulationsDesc": "特殊人群",
  "specialPopulations": [
    {"value": 72, "name": "社区矫正人员"},
    {"value": 34, "name": "刑满释放人员"},
    {"value": 2, "name": "吸毒人员"},
    {"value": 156, "name": "精神障碍患者"}
  ],


  "psychosocialServicesDesc": "社会心理服务",
  "psychosocialServices": {
    "count": [
      {"name": "今日服务", "value": 2, "unit": "次"},
      {"name": "本月服务", "value": 53, "unit": "次"},
      {"name": "全年服务", "value": 187, "unit": "次"}
    ],
    "line": [3,1,1,2,3,1,2]
  },


  "overallOverviewDesc": "整体概况",
  "overallOverview": {
    "totalArea": 130,
    "regionCount": 3,
    "person": 22.1,
    "streetCount": 3,
    "communityCount": 48,
    "buildingCount": 130,
    "houseCount": 18708,
    "gridCount": 105
  },


  "adolescentDesc": "青少年犯罪与校园安全",
  "adolescent": {
    "count": [
      {"name": "重点青少年", "value": 203, "unit": "人"},
      {"name": "平均年龄", "value": 11.4, "unit": "岁"},
      {"name": "违法数", "value": 452, "unit": "个"}
    ],
    "crimeTrendsDesc": "犯罪趋势",
    "crimeTrends": [1,0,2,0,0,3,1],
    "schoolCount": [
      {"name": "校园", "value": 7, "unit": "个"},
      {"name": "校园安保", "value": 36, "unit": "人"},
      {"name": "校园事件", "value": 23, "unit": "个"}
    ],
    "schoolEventTrends": [0,0,1,0,2,0,0],
    "schoolEventPercent": [
      {"value": 52.17, "name": "活动事件"},
      {"value": 8.7, "name": "卫生事件"},
      {"value": 4.35, "name": "消防事件"},
      {"value": 34.78, "name": "其他事件"}
    ]
  },


  "diversifiedSolutionsDesc": "多元化解",
  "diversifiedSolutions": {
    "count": [
      { "name": "已处理数", "num": 182 },
      { "name": "矛盾事件总数", "num": 217 },
      { "name": "处理率", "num": "83.9%" }
    ],
    "contradictionTrends": {
      "xData": ["1月", "2月", "3月", "4月"],
      "yData": [
        {"name": "案件总数", "data": [11,20,8,12], "color": "255,45,85"},
        {"name": "处理数", "data": [9,15,7,10], "color": "0,144,255"}
      ]
    },
    "contradictionPercent": [
      {"value": 34, "name": "民事纠纷"},
      {"value": 5, "name": "行政纠纷"},
      {"value": 1, "name": "涉法纠纷"},
      {"value": 11, "name": "其他纠纷"}
    ]
  }
}