Bladeren bron

提交最新代码到上饶代码分支

lulihong 6 jaren geleden
bovenliggende
commit
d54a6f47a4

+ 2 - 0
component/chart/bar-chart.js

@ -25,6 +25,8 @@
            setOption: function (options) {
                if(!options)return
                var options = $.extend({}, defaults, options);
    
                return options
            }
        },

+ 7 - 6
component/chart/map-chart.js

@ -104,20 +104,21 @@
                    dataIndex: that.lastIndex
                })
            },
            selectLineHeight(index){   //高亮某个区县   港北区--0     港南区--1   桂平市--2   平南县--3  覃塘区--4   //直接写死  顺序和guigang.js 的顺序一样
            selectLineHeight(index){   //高亮某个区县   传入城市名  获得对应下标 然后高亮
                var that  =this;
                this.closeLineHeight();
                console.log
                var isExit = false;
                this.config.data.map(function(v,i){
                    console.log(v)
                    console.log(index)
                    if(v.name == index) {
                        console.log(i)
                        that.lastIndex =i
                        that.lastIndex =i;
                        isExit=true
                    }
                })
                // this.lastIndex = index;
      
                if(isExit)
                this.chart.dispatchAction({
                    type: 'highlight',
                    seriesIndex: 0,
@ -146,7 +147,7 @@
                normal: {
                    label: {
                        show: true,
                        color: '#fff'
                        color: '#002f9c'
                    },
                    borderColor: '#fff',
                    shadowColor: '#0355ab',
@ -157,7 +158,7 @@
                emphasis: {
                    label: {
                        show: true,
                        color: '#fff'
                        color: '#002f9c'
                    },
                    areaColor: '#00e9fa',
                }

+ 19 - 5
css/style.min.css

@ -1,3 +1,12 @@
/*分辨率值修改处*/
html {
	font-size: 192px;
}
[v-cloak] {
    display: none;
}
h1,h2,h3,h4,h5,h6 {
    font-weight: 100
}
@ -8792,10 +8801,15 @@ input.type-hide {
	opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
}
[v-cloak] {
    display: none;
}
html {
	font-size: 192px;
.set_all_city img{
    /* width: 1.041667rem */
}
.set_all_city{
    position: absolute;
   
    left: .260417rem;
    z-index: 2;
    cursor: pointer;
    top:.520833rem;
}

+ 1026 - 0
dataJson/jumingHealthJson/65岁以上老年人人数.json

@ -0,0 +1,1026 @@
{
    "高血压人群": {
        "总人数": "252365",
        "上月新增": "252",
        "环比": "12%"
    },
    "糖尿病人群": {
        "总人数": "242365",
        "上月新增": "360",
        "环比": "10%"
    },
    "孕产妇人群": {
        "总人数": "165236",
        "上月新增": "180",
        "环比": "6%"
    },
    "65岁以上老年人人数": {
        "总人数": "96359",
        "上月新增": "215",
        "环比": "17%"
    },
    "town": [
        {
            "townName": "港北区",
            "result": "8635"
        },
        {
            "townName": "港南区",
            "result": "7635"
        },
        {
            "townName": "覃塘区",
            "result": "3635"
        },
        {
            "townName": "平南县",
            "result": "10635"
        },
        {
            "townName": "桂平市",
            "result": "12635"
        }
    ],
    "重点服务人群增加趋势": {
        "本月": {
            "title": {
                "text": "出院患者平均住院床日数趋势图",
                "x": "center"
            },
            "tooltip": {
                "trigger": "axis"
            },
            "grid": {
                "x2": "80px",
                "y2": "50px",
                "x": "50px",
                "y": "40px"
            },
            "xAxis": [
                {
                    "type": "category",
                    "name": "",
                    "data": [
                        "2017-07",
                        "2017-08",
                        "2017-09",
                        "2017-10",
                        "2017-11",
                        "2017-12",
                        "2018-01",
                        "2018-02",
                        "2018-03",
                        "2018-04",
                        "2018-05",
                        "2018-06"
                    ]
                }
            ],
            "yAxis": [
                {
                    "type": "value",
                    "name": ""
                }
            ],
            "series": [
                {
                    "smooth": true,
                    "name": "平均床日数",
                    "type": "bar",
                    "itemStyle": {
                        "normal": {
                            "lineStyle": {
                                "shadowColor": "rgba(0,0,0,0.4)"
                            }
                        }
                    },
                    "data": [
						"8",
						"5",
						"6",
						"5",
						"6",
						"4",
                        "5",
                        "3",
                        "4",
                        "5",
                        "6",
                        "6"
                    ]
                },
                {
                    "smooth": true,
                    "name": "环比",
                    "type": "line",
                    "itemStyle": {
                        "normal": {
                            "lineStyle": {
                                "shadowColor": "rgba(0,0,0,0.4)"
                            }
                        }
                    },
                    "data": [
						"5",
						"3",
						"4",
						"4",
						"4",
						"5",
                        "7",
                        "6",
                        "5",
                        "5",
                        "4",
                        "4"
                    ]
                }
            ]
        },
        "本季": {
            "title": {
                "text": "出院患者平均住院床日数趋势图",
                "x": "center"
            },
            "tooltip": {
                "trigger": "axis"
            },
            "grid": {
                "x2": "80px",
                "y2": "50px",
                "x": "50px",
                "y": "40px"
            },
            "xAxis": [
                {
                    "type": "category",
                    "name": "",
                    "data": [
                        "2017季度3",
						"2017季度4",
						"2018季度1",
						"2018季度2"
                    ]
                }
            ],
            "yAxis": [
                {
                    "type": "value",
                    "name": ""
                }
            ],
            "series": [
                {
                    "smooth": true,
                    "name": "平均床日数",
                    "type": "bar",
                    "itemStyle": {
                        "normal": {
                            "lineStyle": {
                                "shadowColor": "rgba(0,0,0,0.4)"
                            }
                        }
                    },
                    "data": [
                        "6",
						"5",
						"4",
						"5.5"
                    ]
                },
                {
                    "smooth": true,
                    "name": "环比",
                    "type": "line",
                    "itemStyle": {
                        "normal": {
                            "lineStyle": {
                                "shadowColor": "rgba(0,0,0,0.4)"
                            }
                        }
                    },
                    "data": [
                        "5",
						"4",
						"3",
						"4"
                    ]
                }
            ]
        },
        "本年": {
            "title": {
                "text": "出院患者平均住院床日数趋势图",
                "x": "center"
            },
            "tooltip": {
                "trigger": "axis"
            },
            "grid": {
                "x2": "80px",
                "y2": "50px",
                "x": "50px",
                "y": "40px"
            },
            "xAxis": [
                {
                    "type": "category",
                    "name": "",
                    "data": [
                        "2016",
                        "2017",
                        "2018"
                    ]
                }
            ],
            "yAxis": [
                {
                    "type": "value",
                    "name": ""
                }
            ],
            "series": [
                {
                    "smooth": true,
                    "name": "平均床日数",
                    "type": "bar",
                    "itemStyle": {
                        "normal": {
                            "lineStyle": {
                                "shadowColor": "rgba(0,0,0,0.4)"
                            }
                        }
                    },
                    "data": [
						"5",
                        "5.5",
                        "5"
                    ]
                },
                {
                    "smooth": true,
                    "name": "环比",
                    "type": "line",
                    "itemStyle": {
                        "normal": {
                            "lineStyle": {
                                "shadowColor": "rgba(0,0,0,0.4)"
                            }
                        }
                    },
                    "data": [
                        "4",
                        "5",
                        "4"
                    ]
                }
            ]
        }
    },
    "本月高发疾病排行": {
        "全部": {
            "本月": {
                "title": {
                    "text": "全部",
                    "x": "center"
                },
                "tooltip": {
                    "trigger": "axis"
                },
                "grid": {
                    "x2": "80px",
                    "y2": "50px",
                    "x": "50px",
                    "y": "40px"
                },
                "xAxis": [
                    {
                        "type": "category",
                        "name": "",
                        "data": [
                            "大肠杆菌性肠炎",
                            "感染性腹泻",
                            "胃肠炎",
                            "糖尿病",
                            "高血压病",
                            "脑结核瘤",
                            "骨结核",
                            "肾结核",
                            "心脏病",
                            "急性脑膜炎球菌血症"
                        ]
                    }
                ],
                "yAxis": [
                    {
                        "type": "value",
                        "name": ""
                    }
                ],
                "series": [
                    {
						"smooth": true,
						"name": "门急诊疾病情况",
						"type": "bar",
						"itemStyle": {
							"normal": {
								"lineStyle": {
									"shadowColor": "rgba(0,0,0,0.4)"
								}
							}
						},
						"data": [
							"2741",
							"2435",
							"1102",
							"544",
							"520",
							"446",
							"408",
							"315",
							"225",
							"101"
						]
					},
					{
						"smooth": true,
						"name": "住院疾病情况",
						"type": "bar",
						"itemStyle": {
							"normal": {
								"lineStyle": {
									"shadowColor": "rgba(0,0,0,0.4)"
								}
							}
						},
						"data": [
							"3741",
							"3435",
							"1302",
							"684",
							"600",
							"546",
							"521",
							"463",
							"325",
							"301"
						]
					}
                ]
            },
            "本季": {
                "title": {
                    "text": "全部",
                    "x": "center"
                },
                "tooltip": {
                    "trigger": "axis"
                },
                "grid": {
                    "x2": "80px",
                    "y2": "50px",
                    "x": "50px",
                    "y": "40px"
                },
                "xAxis": [
                    {
                        "type": "category",
                        "name": "",
                        "data": [
                            "大肠杆菌性肠炎",
                            "感染性腹泻",
                            "胃肠炎",
                            "糖尿病",
                            "高血压病",
                            "脑结核瘤",
                            "骨结核",
                            "肾结核",
                            "心脏病",
                            "急性脑膜炎球菌血症"
                        ]
                    }
                ],
                "yAxis": [
                    {
                        "type": "value",
                        "name": ""
                    }
                ],
                "series": [
                    {
						"smooth": true,
						"name": "门急诊疾病情况",
						"type": "bar",
						"itemStyle": {
							"normal": {
								"lineStyle": {
									"shadowColor": "rgba(0,0,0,0.4)"
								}
							}
						},
						"data": [
							"7214",
							"6235",
							"4210",
							"1524",
							"1378",
							"1215",
							"635",
							"417",
							"365",
							"285"
						]
					},
					{
						"smooth": true,
						"name": "住院疾病情况",
						"type": "bar",
						"itemStyle": {
							"normal": {
								"lineStyle": {
									"shadowColor": "rgba(0,0,0,0.4)"
								}
							}
						},
						"data": [
							"9214",
							"8725",
							"3605",
							"2136",
							"1934",
							"1732",
							"1278",
							"1362",
							"954",
							"874"
						]
					}
                ]
            },
            "本年": {
                "title": {
                    "text": "本年疾病情况",
                    "x": "center"
                },
                "tooltip": {
                    "trigger": "axis"
                },
                "grid": {
                    "x2": "80px",
                    "y2": "50px",
                    "x": "50px",
                    "y": "40px"
                },
                "xAxis": [
                    {
                        "type": "category",
                        "name": "",
                        "data": [
                            "大肠杆菌性肠炎",
                            "感染性腹泻",
                            "胃肠炎",
                            "糖尿病",
                            "高血压病",
                            "脑结核瘤",
                            "骨结核",
                            "肾结核",
                            "心脏病",
                            "急性脑膜炎球菌血症"
                        ]
                    }
                ],
                "yAxis": [
                    {
                        "type": "value",
                        "name": ""
                    }
                ],
                "series": [
                    {
						"smooth": true,
						"name": "门急诊疾病情况",
						"type": "bar",
						"itemStyle": {
							"normal": {
								"lineStyle": {
									"shadowColor": "rgba(0,0,0,0.4)"
								}
							}
						},
						"data": [
							"27410",
							"24350",
							"11020",
							"5440",
							"5200",
							"4460",
							"4080",
							"3150",
							"2250",
							"1010"
						]
					},
					{
                            "smooth": true,
                            "name": "住院疾病情况",
                            "type": "bar",
                            "itemStyle": {
                                "normal": {
                                    "lineStyle": {
                                        "shadowColor": "rgba(0,0,0,0.4)"
                                    }
                                }
                            },
                            "data": [
                                "37410",
								"34350",
								"13020",
								"6840",
								"6000",
								"5460",
								"5210",
								"4630",
								"3250",
								"3010"
                            ]
                        }
                ]
            }
        },
        "住院": [
            {
                "本月": {
                    "title": {
                        "text": "住院",
                        "x": "center"
                    },
                    "tooltip": {
                        "trigger": "axis"
                    },
                    "grid": {
                        "x2": "80px",
                        "y2": "50px",
                        "x": "50px",
                        "y": "40px"
                    },
                    "xAxis": [
                        {
                            "type": "category",
                            "name": "",
                            "data": [
                                "大肠杆菌性肠炎",
                                "感染性腹泻",
                                "胃肠炎",
                                "糖尿病",
                                "高血压病",
                                "脑结核瘤",
                                "骨结核",
                                "肾结核",
                                "心脏病",
                                "急性脑膜炎球菌血症"
                            ]
                        }
                    ],
                    "yAxis": [
                        {
                            "type": "value",
                            "name": ""
                        }
                    ],
                    "series": [
                        {
                            "smooth": true,
                            "name": "住院疾病情况",
                            "type": "bar",
                            "itemStyle": {
                                "normal": {
                                    "lineStyle": {
                                        "shadowColor": "rgba(0,0,0,0.4)"
                                    }
                                }
                            },
                            "data": [
                                "3741",
                                "3435",
                                "1302",
                                "684",
                                "600",
                                "546",
                                "521",
                                "463",
                                "325",
                                "301"
                            ]
                        }
                    ]
                }
            },
            {
                "本季": {
                    "title": {
                        "text": "住院",
                        "x": "center"
                    },
                    "tooltip": {
                        "trigger": "axis"
                    },
                    "grid": {
                        "x2": "80px",
                        "y2": "50px",
                        "x": "50px",
                        "y": "40px"
                    },
                    "xAxis": [
                        {
                            "type": "category",
                            "name": "",
                            "data": [
                                "大肠杆菌性肠炎",
                                "感染性腹泻",
                                "胃肠炎",
                                "糖尿病",
                                "高血压病",
                                "脑结核瘤",
                                "骨结核",
                                "肾结核",
                                "心脏病",
                                "急性脑膜炎球菌血症"
                            ]
                        }
                    ],
                    "yAxis": [
                        {
                            "type": "value",
                            "name": ""
                        }
                    ],
                    "series": [
                        {
                            "smooth": true,
                            "name": "住院疾病情况",
                            "type": "bar",
                            "itemStyle": {
                                "normal": {
                                    "lineStyle": {
                                        "shadowColor": "rgba(0,0,0,0.4)"
                                    }
                                }
                            },
                            "data": [
                                "9214",
								"8725",
								"3605",
								"2136",
								"1934",
								"1732",
								"1278",
								"1362",
								"954",
								"874"
                            ]
                        }
                    ]
                }
            },
            {
                "本年": {
                    "title": {
                        "text": "住院",
                        "x": "center"
                    },
                    "tooltip": {
                        "trigger": "axis"
                    },
                    "grid": {
                        "x2": "80px",
                        "y2": "50px",
                        "x": "50px",
                        "y": "40px"
                    },
                    "xAxis": [
                        {
                            "type": "category",
                            "name": "",
                            "data": [
                                "大肠杆菌性肠炎",
                                "感染性腹泻",
                                "胃肠炎",
                                "糖尿病",
                                "高血压病",
                                "脑结核瘤",
                                "骨结核",
                                "肾结核",
                                "心脏病",
                                "急性脑膜炎球菌血症"
                            ]
                        }
                    ],
                    "yAxis": [
                        {
                            "type": "value",
                            "name": ""
                        }
                    ],
                    "series": [
                        {
                            "smooth": true,
                            "name": "住院疾病情况",
                            "type": "bar",
                            "itemStyle": {
                                "normal": {
                                    "lineStyle": {
                                        "shadowColor": "rgba(0,0,0,0.4)"
                                    }
                                }
                            },
                            "data": [
                                "37410",
								"34350",
								"13020",
								"6840",
								"6000",
								"5460",
								"5210",
								"4630",
								"3250",
								"3010"
                            ]
                        }
                    ]
                }
            }
        ],
        "门诊": [
            {
                "本月": {
                    "title": {
                        "text": "门诊",
                        "x": "center"
                    },
                    "tooltip": {
                        "trigger": "axis"
                    },
                    "grid": {
                        "x2": "80px",
                        "y2": "50px",
                        "x": "50px",
                        "y": "40px"
                    },
                    "xAxis": [
                        {
                            "type": "category",
                            "name": "",
                            "data": [
                                "大肠杆菌性肠炎",
                                "感染性腹泻",
                                "胃肠炎",
                                "糖尿病",
                                "高血压病",
                                "脑结核瘤",
                                "骨结核",
                                "肾结核",
                                "心脏病",
                                "急性脑膜炎球菌血症"
                            ]
                        }
                    ],
                    "yAxis": [
                        {
                            "type": "value",
                            "name": ""
                        }
                    ],
                    "series": [
                        {
                            "smooth": true,
                            "name": "门急诊疾病情况",
                            "type": "bar",
                            "itemStyle": {
                                "normal": {
                                    "lineStyle": {
                                        "shadowColor": "rgba(0,0,0,0.4)"
                                    }
                                }
                            },
                            "data": [
                                "2741",
                                "2435",
                                "1102",
                                "544",
                                "520",
                                "446",
                                "408",
                                "315",
                                "225",
                                "101"
                            ]
                        }
                    ]
                }
            },
            {
                "本季": {
                    "title": {
                        "text": "门诊",
                        "x": "center"
                    },
                    "tooltip": {
                        "trigger": "axis"
                    },
                    "grid": {
                        "x2": "80px",
                        "y2": "50px",
                        "x": "50px",
                        "y": "40px"
                    },
                    "xAxis": [
                        {
                            "type": "category",
                            "name": "",
                            "data": [
                                "大肠杆菌性肠炎",
                                "感染性腹泻",
                                "胃肠炎",
                                "糖尿病",
                                "高血压病",
                                "脑结核瘤",
                                "骨结核",
                                "肾结核",
                                "心脏病",
                                "急性脑膜炎球菌血症"
                            ]
                        }
                    ],
                    "yAxis": [
                        {
                            "type": "value",
                            "name": ""
                        }
                    ],
                    "series": [
                        {
                            "smooth": true,
                            "name": "门急诊疾病情况",
                            "type": "bar",
                            "itemStyle": {
                                "normal": {
                                    "lineStyle": {
                                        "shadowColor": "rgba(0,0,0,0.4)"
                                    }
                                }
                            },
                            "data": [
                                "7214",
								"6235",
								"4210",
								"1524",
								"1378",
								"1215",
								"635",
								"417",
								"365",
								"285"
                            ]
                        }
                    ]
                }
            },
            {
                "本年": {
                    "title": {
                        "text": "门诊",
                        "x": "center"
                    },
                    "tooltip": {
                        "trigger": "axis"
                    },
                    "grid": {
                        "x2": "80px",
                        "y2": "50px",
                        "x": "50px",
                        "y": "40px"
                    },
                    "xAxis": [
                        {
                            "type": "category",
                            "name": "",
                            "data": [
                                "大肠杆菌性肠炎",
                                "感染性腹泻",
                                "胃肠炎",
                                "糖尿病",
                                "高血压病",
                                "脑结核瘤",
                                "骨结核",
                                "肾结核",
                                "心脏病",
                                "急性脑膜炎球菌血症"
                            ]
                        }
                    ],
                    "yAxis": [
                        {
                            "type": "value",
                            "name": ""
                        }
                    ],
                    "series": [
                        {
                            "smooth": true,
                            "name": "门急诊疾病情况",
                            "type": "bar",
                            "itemStyle": {
                                "normal": {
                                    "lineStyle": {
                                        "shadowColor": "rgba(0,0,0,0.4)"
                                    }
                                }
                            },
                            "data": [
                                "27410",
								"24350",
								"11020",
								"5440",
								"5200",
								"4460",
								"4080",
								"3150",
								"2250",
								"1010"
                            ]
                        }
                    ]
                }
            }
        ]
    },
    "死亡原因": {
        "title": {
            "text": "性别分布",
            "subtext": "性别分布",
            "x": "center"
        },
        "tooltip": {
            "trigger": "item"
        },
        "series": [
            {
                "center": [
                    "50%",
                    "50%"
                ],
                "radius": "40%",
                "name": "",
                "type": "pie",
                "itemStyle": {
                    "normal": {
                        "label": {
                            "show": false
                        },
                        "labelLine": {
                            "show": false
                        }
                    }
                },
                "data": [
                    {
                        "name": "恶性肿瘤",
                        "value": "436"
                    },
                    {
                        "name": "脑血管疾病",
                        "value": "218"
                    },
                    {
                        "name": "心脏病",
                        "value": "389"
                    },
                    {
                        "name": "呼吸系统疾病",
                        "value": "255"
                    },
                    {
                        "name": "损伤和中毒",
                        "value": "367"
                    },
                    {
                        "name": "消化系统疾病",
                        "value": "485"
                    },
                    {
                        "name": "内分泌、营养和代谢疾病",
                        "value": "217"
                    },
                    {
                        "name": "必尿生殖系统疾病",
                        "value": "198"
                    },
                    {
                        "name": "其他疾病",
                        "value": "355"
                    }
                ]
            }
        ]
    }
}

+ 1026 - 0
dataJson/jumingHealthJson/孕产妇人群.json

@ -0,0 +1,1026 @@
{
    "高血压人群": {
        "总人数": "252365",
        "上月新增": "252",
        "环比": "12%"
    },
    "糖尿病人群": {
        "总人数": "242365",
        "上月新增": "360",
        "环比": "10%"
    },
    "孕产妇人群": {
        "总人数": "165236",
        "上月新增": "180",
        "环比": "6%"
    },
    "65岁以上老年人人数": {
        "总人数": "96359",
        "上月新增": "215",
        "环比": "17%"
    },
    "town": [
        {
            "townName": "港北区",
            "result": "16523"
        },
        {
            "townName": "港南区",
            "result": "12523"
        },
        {
            "townName": "覃塘区",
            "result": "8523"
        },
        {
            "townName": "平南县",
            "result": "46523"
        },
        {
            "townName": "桂平市",
            "result": "66523"
        }
    ],
    "重点服务人群增加趋势": {
        "本月": {
            "title": {
                "text": "出院患者平均住院床日数趋势图",
                "x": "center"
            },
            "tooltip": {
                "trigger": "axis"
            },
            "grid": {
                "x2": "80px",
                "y2": "50px",
                "x": "50px",
                "y": "40px"
            },
            "xAxis": [
                {
                    "type": "category",
                    "name": "",
                    "data": [
                        "2017-07",
                        "2017-08",
                        "2017-09",
                        "2017-10",
                        "2017-11",
                        "2017-12",
                        "2018-01",
                        "2018-02",
                        "2018-03",
                        "2018-04",
                        "2018-05",
                        "2018-06"
                    ]
                }
            ],
            "yAxis": [
                {
                    "type": "value",
                    "name": ""
                }
            ],
            "series": [
                {
                    "smooth": true,
                    "name": "平均床日数",
                    "type": "bar",
                    "itemStyle": {
                        "normal": {
                            "lineStyle": {
                                "shadowColor": "rgba(0,0,0,0.4)"
                            }
                        }
                    },
                    "data": [
						"3",
						"4",
						"4",
						"3",
						"4",
						"4",
                        "5",
                        "2.5",
                        "4",
                        "5",
                        "3",
                        "3"
                    ]
                },
                {
                    "smooth": true,
                    "name": "环比",
                    "type": "line",
                    "itemStyle": {
                        "normal": {
                            "lineStyle": {
                                "shadowColor": "rgba(0,0,0,0.4)"
                            }
                        }
                    },
                    "data": [
						"5",
						"2",
						"4",
						"3",
						"4",
						"4",
                        "5",
                        "5",
                        "5",
                        "5",
                        "3",
                        "2"
                    ]
                }
            ]
        },
        "本季": {
            "title": {
                "text": "出院患者平均住院床日数趋势图",
                "x": "center"
            },
            "tooltip": {
                "trigger": "axis"
            },
            "grid": {
                "x2": "80px",
                "y2": "50px",
                "x": "50px",
                "y": "40px"
            },
            "xAxis": [
                {
                    "type": "category",
                    "name": "",
                    "data": [
                        "2017季度3",
						"2017季度4",
						"2018季度1",
						"2018季度2"
                    ]
                }
            ],
            "yAxis": [
                {
                    "type": "value",
                    "name": ""
                }
            ],
            "series": [
                {
                    "smooth": true,
                    "name": "平均床日数",
                    "type": "bar",
                    "itemStyle": {
                        "normal": {
                            "lineStyle": {
                                "shadowColor": "rgba(0,0,0,0.4)"
                            }
                        }
                    },
                    "data": [
                        "3.5",
						"3.5",
						"4",
						"3.5"
                    ]
                },
                {
                    "smooth": true,
                    "name": "环比",
                    "type": "line",
                    "itemStyle": {
                        "normal": {
                            "lineStyle": {
                                "shadowColor": "rgba(0,0,0,0.4)"
                            }
                        }
                    },
                    "data": [
                        "2",
						"2",
						"3",
						"2"
                    ]
                }
            ]
        },
        "本年": {
            "title": {
                "text": "出院患者平均住院床日数趋势图",
                "x": "center"
            },
            "tooltip": {
                "trigger": "axis"
            },
            "grid": {
                "x2": "80px",
                "y2": "50px",
                "x": "50px",
                "y": "40px"
            },
            "xAxis": [
                {
                    "type": "category",
                    "name": "",
                    "data": [
                        "2016",
                        "2017",
                        "2018"
                    ]
                }
            ],
            "yAxis": [
                {
                    "type": "value",
                    "name": ""
                }
            ],
            "series": [
                {
                    "smooth": true,
                    "name": "平均床日数",
                    "type": "bar",
                    "itemStyle": {
                        "normal": {
                            "lineStyle": {
                                "shadowColor": "rgba(0,0,0,0.4)"
                            }
                        }
                    },
                    "data": [
						"3",
						"3.5",
                        "3.7"
                    ]
                },
                {
                    "smooth": true,
                    "name": "环比",
                    "type": "line",
                    "itemStyle": {
                        "normal": {
                            "lineStyle": {
                                "shadowColor": "rgba(0,0,0,0.4)"
                            }
                        }
                    },
                    "data": [
                        "3",
                        "2",
                        "2"
                    ]
                }
            ]
        }
    },
    "本月高发疾病排行": {
        "全部": {
            "本月": {
                "title": {
                    "text": "全部",
                    "x": "center"
                },
                "tooltip": {
                    "trigger": "axis"
                },
                "grid": {
                    "x2": "80px",
                    "y2": "50px",
                    "x": "50px",
                    "y": "40px"
                },
                "xAxis": [
                    {
                        "type": "category",
                        "name": "",
                        "data": [
                            "大肠杆菌性肠炎",
                            "感染性腹泻",
                            "胃肠炎",
                            "糖尿病",
                            "高血压病",
                            "脑结核瘤",
                            "骨结核",
                            "肾结核",
                            "心脏病",
                            "急性脑膜炎球菌血症"
                        ]
                    }
                ],
                "yAxis": [
                    {
                        "type": "value",
                        "name": ""
                    }
                ],
                "series": [
                    {
						"smooth": true,
						"name": "门急诊疾病情况",
						"type": "bar",
						"itemStyle": {
							"normal": {
								"lineStyle": {
									"shadowColor": "rgba(0,0,0,0.4)"
								}
							}
						},
						"data": [
							"2741",
							"2435",
							"1102",
							"544",
							"520",
							"446",
							"408",
							"315",
							"225",
							"101"
						]
					},
					{
						"smooth": true,
						"name": "住院疾病情况",
						"type": "bar",
						"itemStyle": {
							"normal": {
								"lineStyle": {
									"shadowColor": "rgba(0,0,0,0.4)"
								}
							}
						},
						"data": [
							"3741",
							"3435",
							"1302",
							"684",
							"600",
							"546",
							"521",
							"463",
							"325",
							"301"
						]
					}
                ]
            },
            "本季": {
                "title": {
                    "text": "全部",
                    "x": "center"
                },
                "tooltip": {
                    "trigger": "axis"
                },
                "grid": {
                    "x2": "80px",
                    "y2": "50px",
                    "x": "50px",
                    "y": "40px"
                },
                "xAxis": [
                    {
                        "type": "category",
                        "name": "",
                        "data": [
                            "大肠杆菌性肠炎",
                            "感染性腹泻",
                            "胃肠炎",
                            "糖尿病",
                            "高血压病",
                            "脑结核瘤",
                            "骨结核",
                            "肾结核",
                            "心脏病",
                            "急性脑膜炎球菌血症"
                        ]
                    }
                ],
                "yAxis": [
                    {
                        "type": "value",
                        "name": ""
                    }
                ],
                "series": [
                    {
						"smooth": true,
						"name": "门急诊疾病情况",
						"type": "bar",
						"itemStyle": {
							"normal": {
								"lineStyle": {
									"shadowColor": "rgba(0,0,0,0.4)"
								}
							}
						},
						"data": [
							"7214",
							"6235",
							"4210",
							"1524",
							"1378",
							"1215",
							"635",
							"417",
							"365",
							"285"
						]
					},
					{
						"smooth": true,
						"name": "住院疾病情况",
						"type": "bar",
						"itemStyle": {
							"normal": {
								"lineStyle": {
									"shadowColor": "rgba(0,0,0,0.4)"
								}
							}
						},
						"data": [
							"9214",
							"8725",
							"3605",
							"2136",
							"1934",
							"1732",
							"1278",
							"1362",
							"954",
							"874"
						]
					}
                ]
            },
            "本年": {
                "title": {
                    "text": "本年疾病情况",
                    "x": "center"
                },
                "tooltip": {
                    "trigger": "axis"
                },
                "grid": {
                    "x2": "80px",
                    "y2": "50px",
                    "x": "50px",
                    "y": "40px"
                },
                "xAxis": [
                    {
                        "type": "category",
                        "name": "",
                        "data": [
                            "大肠杆菌性肠炎",
                            "感染性腹泻",
                            "胃肠炎",
                            "糖尿病",
                            "高血压病",
                            "脑结核瘤",
                            "骨结核",
                            "肾结核",
                            "心脏病",
                            "急性脑膜炎球菌血症"
                        ]
                    }
                ],
                "yAxis": [
                    {
                        "type": "value",
                        "name": ""
                    }
                ],
                "series": [
                    {
						"smooth": true,
						"name": "门急诊疾病情况",
						"type": "bar",
						"itemStyle": {
							"normal": {
								"lineStyle": {
									"shadowColor": "rgba(0,0,0,0.4)"
								}
							}
						},
						"data": [
							"27410",
							"24350",
							"11020",
							"5440",
							"5200",
							"4460",
							"4080",
							"3150",
							"2250",
							"1010"
						]
					},
					{
                            "smooth": true,
                            "name": "住院疾病情况",
                            "type": "bar",
                            "itemStyle": {
                                "normal": {
                                    "lineStyle": {
                                        "shadowColor": "rgba(0,0,0,0.4)"
                                    }
                                }
                            },
                            "data": [
                                "37410",
								"34350",
								"13020",
								"6840",
								"6000",
								"5460",
								"5210",
								"4630",
								"3250",
								"3010"
                            ]
                        }
                ]
            }
        },
        "住院": [
            {
                "本月": {
                    "title": {
                        "text": "住院",
                        "x": "center"
                    },
                    "tooltip": {
                        "trigger": "axis"
                    },
                    "grid": {
                        "x2": "80px",
                        "y2": "50px",
                        "x": "50px",
                        "y": "40px"
                    },
                    "xAxis": [
                        {
                            "type": "category",
                            "name": "",
                            "data": [
                                "大肠杆菌性肠炎",
                                "感染性腹泻",
                                "胃肠炎",
                                "糖尿病",
                                "高血压病",
                                "脑结核瘤",
                                "骨结核",
                                "肾结核",
                                "心脏病",
                                "急性脑膜炎球菌血症"
                            ]
                        }
                    ],
                    "yAxis": [
                        {
                            "type": "value",
                            "name": ""
                        }
                    ],
                    "series": [
                        {
                            "smooth": true,
                            "name": "住院疾病情况",
                            "type": "bar",
                            "itemStyle": {
                                "normal": {
                                    "lineStyle": {
                                        "shadowColor": "rgba(0,0,0,0.4)"
                                    }
                                }
                            },
                            "data": [
                                "3741",
                                "3435",
                                "1302",
                                "684",
                                "600",
                                "546",
                                "521",
                                "463",
                                "325",
                                "301"
                            ]
                        }
                    ]
                }
            },
            {
                "本季": {
                    "title": {
                        "text": "住院",
                        "x": "center"
                    },
                    "tooltip": {
                        "trigger": "axis"
                    },
                    "grid": {
                        "x2": "80px",
                        "y2": "50px",
                        "x": "50px",
                        "y": "40px"
                    },
                    "xAxis": [
                        {
                            "type": "category",
                            "name": "",
                            "data": [
                                "大肠杆菌性肠炎",
                                "感染性腹泻",
                                "胃肠炎",
                                "糖尿病",
                                "高血压病",
                                "脑结核瘤",
                                "骨结核",
                                "肾结核",
                                "心脏病",
                                "急性脑膜炎球菌血症"
                            ]
                        }
                    ],
                    "yAxis": [
                        {
                            "type": "value",
                            "name": ""
                        }
                    ],
                    "series": [
                        {
                            "smooth": true,
                            "name": "住院疾病情况",
                            "type": "bar",
                            "itemStyle": {
                                "normal": {
                                    "lineStyle": {
                                        "shadowColor": "rgba(0,0,0,0.4)"
                                    }
                                }
                            },
                            "data": [
                                "9214",
								"8725",
								"3605",
								"2136",
								"1934",
								"1732",
								"1278",
								"1362",
								"954",
								"874"
                            ]
                        }
                    ]
                }
            },
            {
                "本年": {
                    "title": {
                        "text": "住院",
                        "x": "center"
                    },
                    "tooltip": {
                        "trigger": "axis"
                    },
                    "grid": {
                        "x2": "80px",
                        "y2": "50px",
                        "x": "50px",
                        "y": "40px"
                    },
                    "xAxis": [
                        {
                            "type": "category",
                            "name": "",
                            "data": [
                                "大肠杆菌性肠炎",
                                "感染性腹泻",
                                "胃肠炎",
                                "糖尿病",
                                "高血压病",
                                "脑结核瘤",
                                "骨结核",
                                "肾结核",
                                "心脏病",
                                "急性脑膜炎球菌血症"
                            ]
                        }
                    ],
                    "yAxis": [
                        {
                            "type": "value",
                            "name": ""
                        }
                    ],
                    "series": [
                        {
                            "smooth": true,
                            "name": "住院疾病情况",
                            "type": "bar",
                            "itemStyle": {
                                "normal": {
                                    "lineStyle": {
                                        "shadowColor": "rgba(0,0,0,0.4)"
                                    }
                                }
                            },
                            "data": [
                                "37410",
								"34350",
								"13020",
								"6840",
								"6000",
								"5460",
								"5210",
								"4630",
								"3250",
								"3010"
                            ]
                        }
                    ]
                }
            }
        ],
        "门诊": [
            {
                "本月": {
                    "title": {
                        "text": "门诊",
                        "x": "center"
                    },
                    "tooltip": {
                        "trigger": "axis"
                    },
                    "grid": {
                        "x2": "80px",
                        "y2": "50px",
                        "x": "50px",
                        "y": "40px"
                    },
                    "xAxis": [
                        {
                            "type": "category",
                            "name": "",
                            "data": [
                                "大肠杆菌性肠炎",
                                "感染性腹泻",
                                "胃肠炎",
                                "糖尿病",
                                "高血压病",
                                "脑结核瘤",
                                "骨结核",
                                "肾结核",
                                "心脏病",
                                "急性脑膜炎球菌血症"
                            ]
                        }
                    ],
                    "yAxis": [
                        {
                            "type": "value",
                            "name": ""
                        }
                    ],
                    "series": [
                        {
                            "smooth": true,
                            "name": "门急诊疾病情况",
                            "type": "bar",
                            "itemStyle": {
                                "normal": {
                                    "lineStyle": {
                                        "shadowColor": "rgba(0,0,0,0.4)"
                                    }
                                }
                            },
                            "data": [
                                "2741",
                                "2435",
                                "1102",
                                "544",
                                "520",
                                "446",
                                "408",
                                "315",
                                "225",
                                "101"
                            ]
                        }
                    ]
                }
            },
            {
                "本季": {
                    "title": {
                        "text": "门诊",
                        "x": "center"
                    },
                    "tooltip": {
                        "trigger": "axis"
                    },
                    "grid": {
                        "x2": "80px",
                        "y2": "50px",
                        "x": "50px",
                        "y": "40px"
                    },
                    "xAxis": [
                        {
                            "type": "category",
                            "name": "",
                            "data": [
                                "大肠杆菌性肠炎",
                                "感染性腹泻",
                                "胃肠炎",
                                "糖尿病",
                                "高血压病",
                                "脑结核瘤",
                                "骨结核",
                                "肾结核",
                                "心脏病",
                                "急性脑膜炎球菌血症"
                            ]
                        }
                    ],
                    "yAxis": [
                        {
                            "type": "value",
                            "name": ""
                        }
                    ],
                    "series": [
                        {
                            "smooth": true,
                            "name": "门急诊疾病情况",
                            "type": "bar",
                            "itemStyle": {
                                "normal": {
                                    "lineStyle": {
                                        "shadowColor": "rgba(0,0,0,0.4)"
                                    }
                                }
                            },
                            "data": [
                                "7214",
								"6235",
								"4210",
								"1524",
								"1378",
								"1215",
								"635",
								"417",
								"365",
								"285"
                            ]
                        }
                    ]
                }
            },
            {
                "本年": {
                    "title": {
                        "text": "门诊",
                        "x": "center"
                    },
                    "tooltip": {
                        "trigger": "axis"
                    },
                    "grid": {
                        "x2": "80px",
                        "y2": "50px",
                        "x": "50px",
                        "y": "40px"
                    },
                    "xAxis": [
                        {
                            "type": "category",
                            "name": "",
                            "data": [
                                "大肠杆菌性肠炎",
                                "感染性腹泻",
                                "胃肠炎",
                                "糖尿病",
                                "高血压病",
                                "脑结核瘤",
                                "骨结核",
                                "肾结核",
                                "心脏病",
                                "急性脑膜炎球菌血症"
                            ]
                        }
                    ],
                    "yAxis": [
                        {
                            "type": "value",
                            "name": ""
                        }
                    ],
                    "series": [
                        {
                            "smooth": true,
                            "name": "门急诊疾病情况",
                            "type": "bar",
                            "itemStyle": {
                                "normal": {
                                    "lineStyle": {
                                        "shadowColor": "rgba(0,0,0,0.4)"
                                    }
                                }
                            },
                            "data": [
                                "27410",
								"24350",
								"11020",
								"5440",
								"5200",
								"4460",
								"4080",
								"3150",
								"2250",
								"1010"
                            ]
                        }
                    ]
                }
            }
        ]
    },
    "死亡原因": {
        "title": {
            "text": "性别分布",
            "subtext": "性别分布",
            "x": "center"
        },
        "tooltip": {
            "trigger": "item"
        },
        "series": [
            {
                "center": [
                    "50%",
                    "50%"
                ],
                "radius": "40%",
                "name": "",
                "type": "pie",
                "itemStyle": {
                    "normal": {
                        "label": {
                            "show": false
                        },
                        "labelLine": {
                            "show": false
                        }
                    }
                },
                "data": [
                    {
                        "name": "恶性肿瘤",
                        "value": "436"
                    },
                    {
                        "name": "脑血管疾病",
                        "value": "218"
                    },
                    {
                        "name": "心脏病",
                        "value": "389"
                    },
                    {
                        "name": "呼吸系统疾病",
                        "value": "255"
                    },
                    {
                        "name": "损伤和中毒",
                        "value": "367"
                    },
                    {
                        "name": "消化系统疾病",
                        "value": "485"
                    },
                    {
                        "name": "内分泌、营养和代谢疾病",
                        "value": "217"
                    },
                    {
                        "name": "必尿生殖系统疾病",
                        "value": "198"
                    },
                    {
                        "name": "其他疾病",
                        "value": "355"
                    }
                ]
            }
        ]
    }
}

+ 63 - 51
dataJson/jumingHealthJson/平南县.json

@ -61,14 +61,18 @@
                    "type": "category",
                    "name": "",
                    "data": [
                        "01",
                        "02",
                        "03",
                        "04",
                        "05",
                        "06",
                        "07",
                        "08"
                        "2017-07",
                        "2017-08",
                        "2017-09",
                        "2017-10",
                        "2017-11",
                        "2017-12",
                        "2018-01",
                        "2018-02",
                        "2018-03",
                        "2018-04",
                        "2018-05",
                        "2018-06"
                    ]
                }
            ],
@ -91,14 +95,18 @@
                        }
                    },
                    "data": [
                        "6",
                        "7",
                        "3",
						"4",
						"5",
						"4",
						"4",
						"5",
                        "5",
                        "3",
                        "4",
                        "5",
                        "6",
                        "7",
                        "5",
                        "3"
                        "7"
                    ]
                },
                {
@ -113,14 +121,18 @@
                        }
                    },
                    "data": [
                        "35",
                        "37",
                        "37",
                        "39",
                        "35",
                        "34",
                        "25",
                        "23"
                        "2",
						"3",
						"3",
						"4",
						"5",
						"5",
                        "2",
                        "1",
                        "2",
                        "1.5",
                        "3",
                        "3"
                    ]
                }
            ]
@ -144,7 +156,10 @@
                    "type": "category",
                    "name": "",
                    "data": [
                        "2018-07"
                        "2017季度3",
						"2017季度4",
						"2018季度1",
						"2018季度2"	
                    ]
                }
            ],
@ -167,7 +182,10 @@
                        }
                    },
                    "data": [
                        "7"
                        "4",
						"4",
						"4",
						"6"
                    ]
                },
                {
@ -182,7 +200,10 @@
                        }
                    },
                    "data": [
                        "33"
                        "2",
						"2",
						"2",
						"3"
                    ]
                }
            ]
@ -206,12 +227,9 @@
                    "type": "category",
                    "name": "",
                    "data": [
                        "2018-01",
                        "2018-02",
                        "2018-03",
                        "2018-04",
                        "2018-05",
                        "2018-06"
                        "2016",
                        "2017",
                        "2018"
                    ]
                }
            ],
@ -234,12 +252,9 @@
                        }
                    },
                    "data": [
						"5",
                        "3",
						"4",
                        "4",
                        "5",
                        "6",
                        "7"
                        "5"
                    ]
                },
                {
@ -254,18 +269,15 @@
                        }
                    },
                    "data": [
                        "25",
                        "23",
                        "28",
                        "30",
                        "31",
                        "35"
                        "2",
                        "2",
                        "3"
                    ]
                }
            ]
        }
    },
    "本月高并发疾病": {
    "本月高发疾病排行": {
        "全部": {
            "本月": {
                "title": {
@ -973,39 +985,39 @@
                "data": [
                    {
                        "name": "恶性肿瘤",
                        "value": "21365"
                        "value": "108"
                    },
                    {
                        "name": "脑血管疾病",
                        "value": "188524"
                        "value": "51"
                    },
                    {
                        "name": "心脏病",
                        "value": "14578"
                        "value": "89"
                    },
                    {
                        "name": "呼吸系统疾病",
                        "value": "2635"
                        "value": "57"
                    },
                    {
                        "name": "损伤和中毒",
                        "value": "3503"
                        "value": "93"
                    },
                    {
                        "name": "消化系统疾病",
                        "value": "8621"
                        "value": "123"
                    },
                    {
                        "name": "内分泌、营养和代谢疾病",
                        "value": "4215"
                        "value": "65"
                    },
                    {
                        "name": "必尿生殖系统疾病",
                        "value": "6542"
                        "value": "53"
                    },
                    {
                        "name": "其他疾病",
                        "value": "7523"
                        "value": "82"
                    }
                ]
            }

+ 62 - 50
dataJson/jumingHealthJson/桂平市.json

@ -61,14 +61,18 @@
                    "type": "category",
                    "name": "",
                    "data": [
                        "01",
                        "02",
                        "03",
                        "04",
                        "05",
                        "06",
                        "07",
                        "08"
                        "2017-07",
                        "2017-08",
                        "2017-09",
                        "2017-10",
                        "2017-11",
                        "2017-12",
                        "2018-01",
                        "2018-02",
                        "2018-03",
                        "2018-04",
                        "2018-05",
                        "2018-06"
                    ]
                }
            ],
@ -91,14 +95,18 @@
                        }
                    },
                    "data": [
                        "6",
                        "7",
                        "3",
						"3",
						"4",
						"5",
						"6",
						"7",
                        "5",
                        "3",
                        "4",
                        "5",
                        "6",
                        "7",
                        "5",
                        "3"
                        "7"
                    ]
                },
                {
@ -113,14 +121,18 @@
                        }
                    },
                    "data": [
                        "35",
                        "37",
                        "37",
                        "39",
                        "35",
                        "34",
                        "25",
                        "23"
                        "2",
						"2",
						"3",
						"4",
						"5",
						"5",
                        "2",
                        "1",
                        "1",
                        "2",
                        "3",
                        "3"
                    ]
                }
            ]
@ -144,7 +156,10 @@
                    "type": "category",
                    "name": "",
                    "data": [
                        "2018-07"
                        "2017季度3",
						"2017季度4",
						"2018季度1",
						"2018季度2"	
                    ]
                }
            ],
@ -167,7 +182,10 @@
                        }
                    },
                    "data": [
                        "7"
                        "2",
						"4.5",
						"1.5",
						"2.5"
                    ]
                },
                {
@ -182,7 +200,10 @@
                        }
                    },
                    "data": [
                        "33"
                        "2",
						"4",
						"2",
						"2"
                    ]
                }
            ]
@ -206,12 +227,9 @@
                    "type": "category",
                    "name": "",
                    "data": [
                        "2018-01",
                        "2018-02",
                        "2018-03",
                        "2018-04",
                        "2018-05",
                        "2018-06"
                        "2016",
                        "2017",
                        "2018"
                    ]
                }
            ],
@ -236,10 +254,7 @@
                    "data": [
						"5",
                        "3",
                        "4",
                        "5",
                        "6",
                        "7"
                        "4"
                    ]
                },
                {
@ -254,18 +269,15 @@
                        }
                    },
                    "data": [
                        "25",
                        "23",
                        "28",
                        "30",
                        "31",
                        "35"
                        "2",
                        "1",
                        "1"
                    ]
                }
            ]
        }
    },
    "本月高并发疾病": {
    "本月高发疾病排行": {
        "全部": {
            "本月": {
                "title": {
@ -973,39 +985,39 @@
                "data": [
                    {
                        "name": "恶性肿瘤",
                        "value": "11365"
                        "value": "120"
                    },
                    {
                        "name": "脑血管疾病",
                        "value": "18524"
                        "value": "58"
                    },
                    {
                        "name": "心脏病",
                        "value": "5578"
                        "value": "107"
                    },
                    {
                        "name": "呼吸系统疾病",
                        "value": "4635"
                        "value": "62"
                    },
                    {
                        "name": "损伤和中毒",
                        "value": "1503"
                        "value": "116"
                    },
                    {
                        "name": "消化系统疾病",
                        "value": "1521"
                        "value": "138"
                    },
                    {
                        "name": "内分泌、营养和代谢疾病",
                        "value": "12215"
                        "value": "44"
                    },
                    {
                        "name": "必尿生殖系统疾病",
                        "value": "9542"
                        "value": "58"
                    },
                    {
                        "name": "其他疾病",
                        "value": "14523"
                        "value": "80"
                    }
                ]
            }

+ 64 - 52
dataJson/jumingHealthJson/港北区.json

@ -61,14 +61,18 @@
                    "type": "category",
                    "name": "",
                    "data": [
                        "01",
                        "02",
                        "03",
                        "04",
                        "05",
                        "06",
                        "07",
                        "08"
                        "2017-07",
                        "2017-08",
                        "2017-09",
                        "2017-10",
                        "2017-11",
                        "2017-12",
                        "2018-01",
                        "2018-02",
                        "2018-03",
                        "2018-04",
                        "2018-05",
                        "2018-06"
                    ]
                }
            ],
@ -91,14 +95,18 @@
                        }
                    },
                    "data": [
                        "6",
                        "7",
                        "4",
						"5",
						"4",
						"6",
						"5",
						"5",
                        "5",
                        "3",
                        "4",
                        "5",
                        "6",
                        "7",
                        "5",
                        "3"
                        "7"
                    ]
                },
                {
@ -113,14 +121,18 @@
                        }
                    },
                    "data": [
                        "35",
                        "37",
                        "37",
                        "39",
                        "35",
                        "34",
                        "25",
                        "23"
                        "2",
						"3",
						"3",
						"4",
						"4",
						"5",
                        "5",
                        "3",
                        "8",
                        "2",
                        "1",
                        "5"
                    ]
                }
            ]
@ -144,7 +156,10 @@
                    "type": "category",
                    "name": "",
                    "data": [
                        "2018-07"
                        "2017季度3",
						"2017季度4",
						"2018季度1",
						"2018季度2"
                    ]
                }
            ],
@ -167,7 +182,10 @@
                        }
                    },
                    "data": [
                        "7"
                        "4",
						"5",
						"4",
						"6"
                    ]
                },
                {
@ -182,7 +200,10 @@
                        }
                    },
                    "data": [
                        "33"
                        "3",
						"4",
						"3",
						"4"
                    ]
                }
            ]
@ -206,12 +227,9 @@
                    "type": "category",
                    "name": "",
                    "data": [
                        "2018-01",
                        "2018-02",
                        "2018-03",
                        "2018-04",
                        "2018-05",
                        "2018-06"
                        "2016",
                        "2017",
                        "2018"
                    ]
                }
            ],
@ -234,12 +252,9 @@
                        }
                    },
                    "data": [
						"5",
                        "3",
                        "4",
                        "5",
                        "6",
                        "7"
						"4",
                        "4.5",
                        "5"
                    ]
                },
                {
@ -254,18 +269,15 @@
                        }
                    },
                    "data": [
                        "25",
                        "23",
                        "28",
                        "30",
                        "31",
                        "35"
                        "2",
                        "3",
                        "4"
                    ]
                }
            ]
        }
    },
    "本月高并发疾病": {
    "本月高发疾病排行": {
        "全部": {
            "本月": {
                "title": {
@ -973,39 +985,39 @@
                "data": [
                    {
                        "name": "恶性肿瘤",
                        "value": "6532"
                        "value": "83"
                    },
                    {
                        "name": "脑血管疾病",
                        "value": "6234"
                        "value": "39"
                    },
                    {
                        "name": "心脏病",
                        "value": "1452"
                        "value": "75"
                    },
                    {
                        "name": "呼吸系统疾病",
                        "value": "2563"
                        "value": "46"
                    },
                    {
                        "name": "损伤和中毒",
                        "value": "3685"
                        "value": "57"
                    },
                    {
                        "name": "消化系统疾病",
                        "value": "7816"
                        "value": "87"
                    },
                    {
                        "name": "内分泌、营养和代谢疾病",
                        "value": "5642"
                        "value": "41"
                    },
                    {
                        "name": "必尿生殖系统疾病",
                        "value": "4215"
                        "value": "36"
                    },
                    {
                        "name": "其他疾病",
                        "value": "9852"
                        "value": "69"
                    }
                ]
            }

+ 64 - 51
dataJson/jumingHealthJson/港南区.json

@ -61,14 +61,18 @@
                    "type": "category",
                    "name": "",
                    "data": [
                        "01",
                        "02",
                        "03",
                        "04",
                        "05",
                        "06",
                        "07",
                        "08"
                        "2017-07",
                        "2017-08",
                        "2017-09",
                        "2017-10",
                        "2017-11",
                        "2017-12",
                        "2018-01",
                        "2018-02",
                        "2018-03",
                        "2018-04",
                        "2018-05",
                        "2018-06"
                    ]
                }
            ],
@ -91,14 +95,18 @@
                        }
                    },
                    "data": [
                        "6",
                        "7",
                        "3.5",
						"4",
						"4",
						"5",
						"6",
						"5",
                        "5",
                        "3",
                        "4",
                        "5",
                        "6",
                        "7",
                        "5",
                        "3"
                        "7"
                    ]
                },
                {
@ -113,14 +121,18 @@
                        }
                    },
                    "data": [
                        "35",
                        "37",
                        "37",
                        "39",
                        "35",
                        "34",
                        "25",
                        "23"
                        "3",
						"4",
						"4",
						"5",
						"3",
						"2",
                        "2",
                        "1",
                        "2",
                        "3",
                        "2",
                        "3"
                    ]
                }
            ]
@ -144,7 +156,10 @@
                    "type": "category",
                    "name": "",
                    "data": [
                        "2018-07"
                        "2017季度3",
						"2017季度4",
						"2018季度1",
						"2018季度2"	
                    ]
                }
            ],
@ -167,7 +182,11 @@
                        }
                    },
                    "data": [
                        "7"
                        "4",
						"5",
						"4",
						"6"
						
                    ]
                },
                {
@ -182,7 +201,10 @@
                        }
                    },
                    "data": [
                        "33"
                        "4",
						"2",
						"3",
						"3"
                    ]
                }
            ]
@ -206,12 +228,9 @@
                    "type": "category",
                    "name": "",
                    "data": [
                        "2018-01",
                        "2018-02",
                        "2018-03",
                        "2018-04",
                        "2018-05",
                        "2018-06"
                        "2016",
                        "2017",
                        "2018"
                    ]
                }
            ],
@ -234,12 +253,9 @@
                        }
                    },
                    "data": [
						"5",
                        "3",
                        "4",
						"4",
                        "5",
                        "6",
                        "7"
                        "5"
                    ]
                },
                {
@ -254,18 +270,15 @@
                        }
                    },
                    "data": [
                        "25",
                        "23",
                        "28",
                        "30",
                        "31",
                        "35"
                        "2",
                        "1",
                        "2"
                    ]
                }
            ]
        }
    },
    "本月高并发疾病": {
    "本月高发疾病排行": {
        "全部": {
            "本月": {
                "title": {
@ -973,39 +986,39 @@
                "data": [
                    {
                        "name": "恶性肿瘤",
                        "value": "6952"
                        "value": "80"
                    },
                    {
                        "name": "脑血管疾病",
                        "value": "7452"
                        "value": "42"
                    },
                    {
                        "name": "心脏病",
                        "value": "3258"
                        "value": "82"
                    },
                    {
                        "name": "呼吸系统疾病",
                        "value": "2635"
                        "value": "53"
                    },
                    {
                        "name": "损伤和中毒",
                        "value": "1503"
                        "value": "62"
                    },
                    {
                        "name": "消化系统疾病",
                        "value": "4521"
                        "value": "85"
                    },
                    {
                        "name": "内分泌、营养和代谢疾病",
                        "value": "3215"
                        "value": "40"
                    },
                    {
                        "name": "必尿生殖系统疾病",
                        "value": "3242"
                        "value": "32"
                    },
                    {
                        "name": "其他疾病",
                        "value": "3452"
                        "value": "76"
                    }
                ]
            }

+ 63 - 51
dataJson/jumingHealthJson/糖尿病人群.json

@ -61,14 +61,18 @@
                    "type": "category",
                    "name": "",
                    "data": [
                        "01",
                        "02",
                        "03",
                        "04",
                        "05",
                        "06",
                        "07",
                        "08"
                        "2017-07",
                        "2017-08",
                        "2017-09",
                        "2017-10",
                        "2017-11",
                        "2017-12",
                        "2018-01",
                        "2018-02",
                        "2018-03",
                        "2018-04",
                        "2018-05",
                        "2018-06"
                    ]
                }
            ],
@ -91,14 +95,18 @@
                        }
                    },
                    "data": [
                        "3",
                        "5",
                        "3.5",
                        "4",
						"5",
                        "4.5",
						"5",
                        "4",
                        "5",
                        "3",
                        "4",
                        "5",
                        "6",
                        "5",
                        "3"
                        "7"
                    ]
                },
                {
@ -113,14 +121,18 @@
                        }
                    },
                    "data": [
                        "21",
                        "23",
                        "23",
                        "22",
                        "23",
                        "25",
                        "25",
                        "23"
                        "2",
                        "2",
						"3",
                        "3",
						"4",
                        "5",
                        "4",
                        "6",
                        "5",
                        "6",
                        "7",
                        "9"
                    ]
                }
            ]
@ -144,7 +156,10 @@
                    "type": "category",
                    "name": "",
                    "data": [
                        "2018-07"
                        "2017季度3",
						"2017季度4",
						"2018季度1",
						"2018季度2"
                    ]
                }
            ],
@ -167,7 +182,10 @@
                        }
                    },
                    "data": [
                        "4"
                        "4",
						"4.5",
						"4",
						"6"
                    ]
                },
                {
@ -182,7 +200,10 @@
                        }
                    },
                    "data": [
                        "23"
                        "2",
						"3",
						"2",
						"4"
                    ]
                }
            ]
@ -206,12 +227,9 @@
                    "type": "category",
                    "name": "",
                    "data": [
                        "2018-01",
                        "2018-02",
                        "2018-03",
                        "2018-04",
                        "2018-05",
                        "2018-06"
                        "2016",
                        "2017",
                        "2018"
                    ]
                }
            ],
@ -234,12 +252,9 @@
                        }
                    },
                    "data": [
						"5",
                        "3",
                        "4",
                        "5",
                        "6",
                        "7"
						"3",
                        "2",
                        "3"
                    ]
                },
                {
@ -254,18 +269,15 @@
                        }
                    },
                    "data": [
                        "25",
                        "23",
                        "28",
                        "30",
                        "31",
                        "35"
                        "2",
                        "1",
                        "2"
                    ]
                }
            ]
        }
    },
    "本月高并发疾病": {
    "本月高发疾病排行": {
        "全部": {
            "本月": {
                "title": {
@ -973,39 +985,39 @@
                "data": [
                    {
                        "name": "恶性肿瘤",
                        "value": "21365"
                        "value": "436"
                    },
                    {
                        "name": "脑血管疾病",
                        "value": "188524"
                        "value": "218"
                    },
                    {
                        "name": "心脏病",
                        "value": "14578"
                        "value": "389"
                    },
                    {
                        "name": "呼吸系统疾病",
                        "value": "12635"
                        "value": "255"
                    },
                    {
                        "name": "损伤和中毒",
                        "value": "15503"
                        "value": "367"
                    },
                    {
                        "name": "消化系统疾病",
                        "value": "45621"
                        "value": "485"
                    },
                    {
                        "name": "内分泌、营养和代谢疾病",
                        "value": "63215"
                        "value": "217"
                    },
                    {
                        "name": "必尿生殖系统疾病",
                        "value": "32542"
                        "value": "198"
                    },
                    {
                        "name": "其他疾病",
                        "value": "84523"
                        "value": "355"
                    }
                ]
            }

+ 63 - 51
dataJson/jumingHealthJson/覃塘区.json

@ -61,14 +61,18 @@
                    "type": "category",
                    "name": "",
                    "data": [
                        "01",
                        "02",
                        "03",
                        "04",
                        "05",
                        "06",
                        "07",
                        "08"
                        "2017-07",
                        "2017-08",
                        "2017-09",
                        "2017-10",
                        "2017-11",
                        "2017-12",
                        "2018-01",
                        "2018-02",
                        "2018-03",
                        "2018-04",
                        "2018-05",
                        "2018-06"
                    ]
                }
            ],
@ -91,14 +95,18 @@
                        }
                    },
                    "data": [
                        "6",
                        "7",
                        "5",
                        "4",
						"3",
						"4",
						"3",
						"3",
						"4",
                        "4",
                        "3",
                        "4",
                        "5",
                        "6",
                        "7",
                        "5",
                        "3"
                        "6"
                    ]
                },
                {
@ -113,14 +121,18 @@
                        }
                    },
                    "data": [
                        "35",
                        "37",
                        "37",
                        "39",
                        "35",
                        "34",
                        "25",
                        "23"
                        "3",
						"3",
						"4",
						"3",
						"3",
						"3",
                        "2",
                        "1",
                        "2",
                        "2",
                        "3",
                        "3"
                    ]
                }
            ]
@ -144,7 +156,10 @@
                    "type": "category",
                    "name": "",
                    "data": [
                        "2018-07"
                        "2017季度3",
						"2017季度4",
						"2018季度1",
						"2018季度2"	
                    ]
                }
            ],
@ -167,7 +182,10 @@
                        }
                    },
                    "data": [
                        "7"
                        "3.5",
						"3",
						"3.5",
						"5"
                    ]
                },
                {
@ -182,7 +200,10 @@
                        }
                    },
                    "data": [
                        "33"
                        "3",
						"3",
						"3",
						"5"
                    ]
                }
            ]
@ -206,12 +227,9 @@
                    "type": "category",
                    "name": "",
                    "data": [
                        "2018-01",
                        "2018-02",
                        "2018-03",
                        "2018-04",
                        "2018-05",
                        "2018-06"
                        "2016",
                        "2017",
                        "2018"
                    ]
                }
            ],
@ -236,10 +254,7 @@
                    "data": [
						"5",
                        "3",
                        "4",
                        "5",
                        "6",
                        "7"
                        "4"
                    ]
                },
                {
@ -254,18 +269,15 @@
                        }
                    },
                    "data": [
                        "25",
                        "23",
                        "28",
                        "30",
                        "31",
                        "35"
                        "3",
                        "1",
                        "2"
                    ]
                }
            ]
        }
    },
    "本月高并发疾病": {
    "本月高发疾病排行": {
        "全部": {
            "本月": {
                "title": {
@ -973,39 +985,39 @@
                "data": [
                    {
                        "name": "恶性肿瘤",
                        "value": "1526"
                        "value": "45"
                    },
                    {
                        "name": "脑血管疾病",
                        "value": "3642"
                        "value": "28"
                    },
                    {
                        "name": "心脏病",
                        "value": "3521"
                        "value": "36"
                    },
                    {
                        "name": "呼吸系统疾病",
                        "value": "3624"
                        "value": "37"
                    },
                    {
                        "name": "损伤和中毒",
                        "value": "2452"
                        "value": "39"
                    },
                    {
                        "name": "消化系统疾病",
                        "value": "1563"
                        "value": "52"
                    },
                    {
                        "name": "内分泌、营养和代谢疾病",
                        "value": "3625"
                        "value": "27"
                    },
                    {
                        "name": "必尿生殖系统疾病",
                        "value": "1847"
                        "value": "19"
                    },
                    {
                        "name": "其他疾病",
                        "value": "2953"
                        "value": "48"
                    }
                ]
            }

+ 64 - 52
dataJson/jumingHealthJson/高血压人群.json

@ -61,14 +61,18 @@
                    "type": "category",
                    "name": "",
                    "data": [
                        "01",
                        "02",
                        "03",
                        "04",
                        "05",
                        "06",
                        "07",
                        "08"
                        "2017-07",
                        "2017-08",
                        "2017-09",
                        "2017-10",
                        "2017-11",
                        "2017-12",
                        "2018-01",
                        "2018-02",
                        "2018-03",
                        "2018-04",
                        "2018-05",
                        "2018-06"
                    ]
                }
            ],
@ -91,14 +95,18 @@
                        }
                    },
                    "data": [
                        "6",
                        "7",
						"8",
						"5",
						"4",
						"5",
						"6",
						"4",
                        "5",
                        "3",
                        "4",
                        "5",
                        "6",
                        "7",
                        "5",
                        "3"
                        "7"
                    ]
                },
                {
@ -113,14 +121,18 @@
                        }
                    },
                    "data": [
                        "35",
                        "37",
                        "37",
                        "39",
                        "35",
                        "34",
                        "25",
                        "23"
						"5",
						"2",
						"4",
						"3",
						"4",
						"5",
                        "7",
                        "6",
                        "5",
                        "5",
                        "6",
                        "6"
                    ]
                }
            ]
@ -144,7 +156,10 @@
                    "type": "category",
                    "name": "",
                    "data": [
                        "2018-07"
                        "2017季度3",
						"2017季度4",
						"2018季度1",
						"2018季度2"
                    ]
                }
            ],
@ -167,7 +182,10 @@
                        }
                    },
                    "data": [
                        "5"
                        "5.5",
						"5",
						"4",
						"6"
                    ]
                },
                {
@ -182,7 +200,10 @@
                        }
                    },
                    "data": [
                        "33"
                        "4",
						"4",
						"3",
						"5"
                    ]
                }
            ]
@ -206,12 +227,9 @@
                    "type": "category",
                    "name": "",
                    "data": [
                        "2018-01",
                        "2018-02",
                        "2018-03",
                        "2018-04",
                        "2018-05",
                        "2018-06"
                        "2016",
                        "2017",
                        "2018"
                    ]
                }
            ],
@ -234,12 +252,9 @@
                        }
                    },
                    "data": [
						"5",
                        "3",
                        "4",
                        "5",
                        "6",
                        "7"
						"4",
                        "5.5",
                        "5"
                    ]
                },
                {
@ -254,18 +269,15 @@
                        }
                    },
                    "data": [
                        "25",
                        "23",
                        "28",
                        "30",
                        "31",
                        "35"
                        "3",
                        "5",
                        "5"
                    ]
                }
            ]
        }
    },
    "本月高并发疾病": {
    "本月高发疾病排行": {
        "全部": {
            "本月": {
                "title": {
@ -973,39 +985,39 @@
                "data": [
                    {
                        "name": "恶性肿瘤",
                        "value": "21365"
                        "value": "436"
                    },
                    {
                        "name": "脑血管疾病",
                        "value": "188524"
                        "value": "218"
                    },
                    {
                        "name": "心脏病",
                        "value": "14578"
                        "value": "389"
                    },
                    {
                        "name": "呼吸系统疾病",
                        "value": "12635"
                        "value": "255"
                    },
                    {
                        "name": "损伤和中毒",
                        "value": "15503"
                        "value": "367"
                    },
                    {
                        "name": "消化系统疾病",
                        "value": "45621"
                        "value": "485"
                    },
                    {
                        "name": "内分泌、营养和代谢疾病",
                        "value": "63215"
                        "value": "217"
                    },
                    {
                        "name": "必尿生殖系统疾病",
                        "value": "32542"
                        "value": "198"
                    },
                    {
                        "name": "其他疾病",
                        "value": "84523"
                        "value": "355"
                    }
                ]
            }

File diff suppressed because it is too large
+ 1 - 1
js/plugins/layer/skin/layer.css


+ 15 - 86
page/bigData/component/death-cause.js

@ -4,71 +4,13 @@
		template: '<div style="height: 100%;">\
						<h4 class="c-b5e1fc c-f16 c-t-center div-common-title">死亡原因</h4>\
						<div class="" style="height: 85%;">\
							<div id="div-shiwang-echart" class="ml20"></div>\
							<div id="div-shiwang-echart" class="ml10"></div>\
							<div class="div-siwang-type" v-if="causeData.length>0">\
								<div style="position: absolute;right: 0;">\
									<div class="div-webkit-box">\
										<div class="c-b5e1fc div-webkit-box-flex1 c-f14">\
											<label class="bgc-03fa6c bar-a"></label>\
											<label class="ml10">脑血管疾病</label>\
											<label class="ml30">{{causeData[1].value}}</label>\
										</div>\
									</div>\
									<div class="div-webkit-box mt10">\
										<div class="c-b5e1fc div-webkit-box-flex1 c-f14">\
											<label class="bgc-0fa5f2 bar-a"></label>\
											<label class="ml10">呼吸系统疾病</label>\
											<label class="ml30">{{causeData[3].value}}</label>\
										</div>\
									</div>\
								</div>\
								<div class="div-webkit-box">\
									<div class="c-b5e1fc div-webkit-box-flex1 c-f14">\
										<label class="bgc-00e6f3 bar-a"></label>\
										<label class="ml10">恶性肿瘤</label>\
										<label class="ml30">{{causeData[0].value}}</label>\
									</div>\
								</div>\
								<div class="div-webkit-box mt10">\
									<div class="c-b5e1fc div-webkit-box-flex1 c-f14">\
										<label class="bgc-ff616f bar-a"></label>\
										<label class="ml10">心脏病</label>\
										<label class="ml30">{{causeData[2].value}}</label>\
									</div>\
								</div>\
								<div class="div-webkit-box mt10">\
									<div class="c-b5e1fc div-webkit-box-flex1 c-f14">\
										<label class="bgc-6576e0 bar-a"></label>\
										<label class="ml10">损失和中毒</label>\
										<label class="ml30">{{causeData[4].value}}</label>\
									</div>\
								</div>\
								<div class="div-webkit-box mt10">\
								<div class="div-webkit-box" v-for="(cause, idx) in causeData">\
									<div class="c-b5e1fc div-webkit-box-flex1 c-f14">\
										<label class="bgc-da0ff2 bar-a"></label>\
										<label class="ml10">消化系统疾病</label>\
										<label class="ml30">{{causeData[5].value}}</label>\
									</div>\
								</div>\
								<div class="div-webkit-box mt10">\
									<div class="c-b5e1fc div-webkit-box-flex1 c-f14">\
										<label class="bgc-f24a0f bar-a"></label>\
										<label class="ml10">内分泌、营养和代谢疾病</label>\
										<label class="ml30">{{causeData[6].value}}</label>\
									</div>\
								</div>\
								<div class="div-webkit-box mt10">\
									<div class="c-b5e1fc div-webkit-box-flex1 c-f14">\
										<label class="bgc-ebff61 bar-a"></label>\
										<label class="ml10">泌尿生殖系统疾病</label>\
										<label class="ml30">{{causeData[7].value}}</label>\
									</div>\
								</div>\
								<div class="div-webkit-box mt10">\
									<div class="c-b5e1fc div-webkit-box-flex1 c-f14">\
										<label class="bgc-fea92f bar-a"></label>\
										<label class="ml10">其他疾病</label>\
										<label class="ml30">{{causeData[8].value}}</label>\
										<label class="bar-a" v-bind:class="idx | formatData"></label>\
										<label class="ml10">{{cause.name}}</label>\
										<label class="ml20">{{cause.value}}</label>\
									</div>\
								</div>\
							</div>\
@ -81,10 +23,7 @@
			}
		},
		mounted: function() {
			var vm = this;
			setTimeout(function(){
				vm.initData();
			},50)
			
		},
		watch:{
			data:function(data){
@ -92,27 +31,15 @@
				this.initData();
			}
		},
		filters:{
			formatData:function(index){
				var colorArr = ["bgc-00e6f3","bgc-03fa6c","bgc-ff616f","bgc-0fa5f2","bgc-6576e0","bgc-da0ff2","bgc-f24a0f","bgc-ebff61","bgc-fea92f"];
				return colorArr[index];
			}
		},
		methods: {
			formatCauseData:function(){
				this.causeData = _.map(this.causeData,function(item,idx){
					switch(idx){
						case 0: item.color = "bgc-00e6f3"; break;
						case 1: item.color = "bgc-03fa6c"; break;
						case 2: item.color = "bgc-ff616f"; break;
						case 3: item.color = "bgc-0fa5f2"; break;
						case 4: item.color = "bgc-6576e0"; break;
						case 5: item.color = "bgc-da0ff2"; break;
						case 6: item.color = "bgc-f24a0f"; break;
						case 7: item.color = "bgc-ebff61"; break;
						case 8: item.color = "bgc-fea92f"; break;
						default:break;
					}
					return item;
				})
			},
			initData:function(){//死亡原因
				this.causeData = this.data["死亡原因"].series[0].data;
				this.formatCauseData();
				var myChart = echarts.init(document.getElementById('div-shiwang-echart'));
				var option = {
					//      "title": {
@ -145,7 +72,9 @@
						"data": this.causeData
					}]
				}
				
				if(myChart){
					myChart.clear();
				}
				myChart.setOption(option);
			}
		}

+ 22 - 16
page/bigData/component/disease-crowd.js

@ -1,10 +1,10 @@
(function() {
	Vue.component('disease-crowd', {
		template: '<div v-if="data">\
			<div class="div-disease-item" @click="diseaseClick(0)" :class="{active: activeIndex == 0}" >\
		template: '<div v-if="data" class="left-panel-img">\
			<div class="div-disease-item" @click="diseaseClick(0)" :class="{active: activeIndex == 0}" @mouseout="diseaseMouseOut" @mouseover="diseaseMouseOver">\
				<h4 class="c-b5e1fc c-f16 c-t-center div-disease-title">高血压人群</h4>\
				<img src="../images/icon.png" class="icon-img" @click="detailClick">\
				<img src="../images/icon.png" class="icon-img" @click="detailClick(0)">\
				<div class="c-row">\
					<div class="c-33 bg-icon">\
						<div class="absolute-content">\
@ -35,8 +35,9 @@
					</div>\
				</div>\
			</div>\
			<div class="div-disease-item mt10" @click="diseaseClick(1)" :class="{active: activeIndex == 1}" >\
			<div class="div-disease-item mt10" @click="diseaseClick(1)" :class="{active: activeIndex == 1}" @mouseout="diseaseMouseOut" @mouseover="diseaseMouseOver">\
				<h4 class="c-b5e1fc c-f16 c-t-center div-disease-title">糖尿病人群</h4>\
				<img src="../images/icon.png" class="icon-img" @click="detailClick(1)">\
				<div class="c-row">\
					<div class="c-33 bg-icon">\
						<div class="absolute-content">\
@ -67,7 +68,7 @@
					</div>\
				</div>\
			</div>\
			<div class="div-disease-item mt10">\
			<div class="div-disease-item mt10" @click="diseaseClick(2)" :class="{active: activeIndex == 2}" @mouseout="diseaseMouseOut" @mouseover="diseaseMouseOver">\
				<h4 class="c-b5e1fc c-f16 c-t-center div-disease-title">孕产妇人群</h4>\
				<div class="c-row">\
					<div class="c-33 bg-icon">\
@ -99,7 +100,7 @@
					</div>\
				</div>\
			</div>\
			<div class="div-disease-item mt10">\
			<div class="div-disease-item mt10" @click="diseaseClick(3)" :class="{active: activeIndex == 3}" @mouseout="diseaseMouseOut" @mouseover="diseaseMouseOver">\
				<h4 class="c-b5e1fc c-f16 c-t-center div-disease-title">65岁以上老年人人数</h4>\
				<div class="c-row">\
					<div class="c-33 bg-icon">\
@ -135,7 +136,8 @@
		props: ["data"],
		data: function() {
			return {
				activeIndex:0
				activeIndex:0,
				cacheActiveIndex:0
			}
		},
		mounted: function() {
@ -149,22 +151,26 @@
		methods: {
			diseaseClick:function(type){
				this.activeIndex = type;
				if(type==0){//高血压
					EventBus.$emit('refresh-json-data', {type:0});
				}else if(type==1){//糖尿病
					EventBus.$emit('refresh-json-data', {type:1});
				}
				this.cacheActiveIndex = type;
				EventBus.$emit('refresh-json-data', {type:type});
			},
			detailClick:function(){
			diseaseMouseOver:function(){
				this.activeIndex = null;
			},
			diseaseMouseOut:function(){
				this.activeIndex = this.cacheActiveIndex;
			},
			detailClick:function(type){//type:0高血压 1糖尿病
				var height = (0.42 * window.screen.width) + 'px';
				parent.layer.open({
				top.layer.open({
					id: 'LAY_layuipro', //设定一个id,防止重复弹出
				    type: 2,
				    title: false,
				    closeBtn: 0,
				    shadeClose: true,
				    shade: 0.5,
				    shadeClose: true,
				    area:  ['7.604rem', '4.1875rem'],
				    content: '../../../page/bigData/html/alert.html'
				    content: '../../../page/bigData/html/alert.html?type='+type
				});
			}
		},

+ 57 - 21
page/bigData/component/high-incidence-disease.js

@ -25,26 +25,25 @@
								<input type="radio">本年\
							</label>\
						</div>\
						<div id="div-gaofa-disease-chart" class="ml30"></div>\
						<div id="div-gaofa-disease-chart" class=""></div>\
					</div>',
		props: ["data"],
		data: function() {
			return {
				index1:0,
				index2:0,
				gaoBingFaData:null
				gaoBingFaData:null,
				isInit:true,
				fontSize: 0.007 * window.screen.width,
			}
		},
		mounted: function() {
			var vm = this;
			setTimeout(function(){
				vm.gaoBingFaData = vm.data["本月高并发疾病"].全部.本月;
				vm.initData();
			},50)
			
		},
		watch:{
			data:function(data){
				this.data = data;
				this.formatData(); 
				this.refreshData();
			}
		},
@ -57,30 +56,62 @@
				this.index2 = idx;
				this.refreshData();
			},
			formatData:function(){
				//全部.本月
				this.data["本月高发疾病排行"].全部.本月.xAxis[0].data = (this.data["本月高发疾病排行"].全部.本月.xAxis[0].data).reverse();
				this.data["本月高发疾病排行"].全部.本月.series[0].data = (this.data["本月高发疾病排行"].全部.本月.series[0].data).reverse();
				this.data["本月高发疾病排行"].全部.本月.series[1].data = (this.data["本月高发疾病排行"].全部.本月.series[1].data).reverse();
				//全部.本季
				this.data["本月高发疾病排行"].全部.本季.xAxis[0].data = (this.data["本月高发疾病排行"].全部.本季.xAxis[0].data).reverse();
				this.data["本月高发疾病排行"].全部.本季.series[0].data = (this.data["本月高发疾病排行"].全部.本季.series[0].data).reverse();
				this.data["本月高发疾病排行"].全部.本季.series[1].data = (this.data["本月高发疾病排行"].全部.本季.series[1].data).reverse();
				//全部.本年
				this.data["本月高发疾病排行"].全部.本年.xAxis[0].data = (this.data["本月高发疾病排行"].全部.本年.xAxis[0].data).reverse();
				this.data["本月高发疾病排行"].全部.本年.series[0].data = (this.data["本月高发疾病排行"].全部.本年.series[0].data).reverse();
				this.data["本月高发疾病排行"].全部.本年.series[1].data = (this.data["本月高发疾病排行"].全部.本年.series[1].data).reverse();
				//住院.本月
				this.data["本月高发疾病排行"].住院[0].本月.xAxis[0].data = (this.data["本月高发疾病排行"].住院[0].本月.xAxis[0].data).reverse();
				this.data["本月高发疾病排行"].住院[0].本月.series[0].data = (this.data["本月高发疾病排行"].住院[0].本月.series[0].data).reverse();
				//住院.本季
				this.data["本月高发疾病排行"].住院[1].本季.xAxis[0].data = (this.data["本月高发疾病排行"].住院[1].本季.xAxis[0].data).reverse();
				this.data["本月高发疾病排行"].住院[1].本季.series[0].data = (this.data["本月高发疾病排行"].住院[1].本季.series[0].data).reverse();
				//住院.本年
				this.data["本月高发疾病排行"].住院[2].本年.xAxis[0].data = (this.data["本月高发疾病排行"].住院[2].本年.xAxis[0].data).reverse();
				this.data["本月高发疾病排行"].住院[2].本年.series[0].data = (this.data["本月高发疾病排行"].住院[2].本年.series[0].data).reverse();
				//门诊.本月
				this.data["本月高发疾病排行"].门诊[0].本月.xAxis[0].data = (this.data["本月高发疾病排行"].门诊[0].本月.xAxis[0].data).reverse();
				this.data["本月高发疾病排行"].门诊[0].本月.series[0].data = (this.data["本月高发疾病排行"].门诊[0].本月.series[0].data).reverse();
				//门诊.本季
				this.data["本月高发疾病排行"].门诊[1].本季.xAxis[0].data = (this.data["本月高发疾病排行"].门诊[1].本季.xAxis[0].data).reverse();
				this.data["本月高发疾病排行"].门诊[1].本季.series[0].data = (this.data["本月高发疾病排行"].门诊[1].本季.series[0].data).reverse();
				//门诊.本年
				this.data["本月高发疾病排行"].门诊[2].本年.xAxis[0].data = (this.data["本月高发疾病排行"].门诊[2].本年.xAxis[0].data).reverse();
				this.data["本月高发疾病排行"].门诊[2].本年.series[0].data = (this.data["本月高发疾病排行"].门诊[2].本年.series[0].data).reverse();
			},
			refreshData:function(){
				if(this.index1==0){//全部
					if(this.index2==0){//本月
						this.gaoBingFaData = this.data["本月高并发疾病"].全部.本月;
						this.gaoBingFaData = this.data["本月高发疾病排行"].全部.本月;
					}else if(this.index2==1){//本季
						this.gaoBingFaData = this.data["本月高并发疾病"].全部.本季;
						this.gaoBingFaData = this.data["本月高发疾病排行"].全部.本季;
					}else if(this.index2==2){//本年
						this.gaoBingFaData = this.data["本月高并发疾病"].全部.本年;
						this.gaoBingFaData = this.data["本月高发疾病排行"].全部.本年;
					}
				}else if(this.index1==1){//住院
					if(this.index2==0){//本月
						this.gaoBingFaData = this.data["本月高并发疾病"].住院[0].本月;
						this.gaoBingFaData = this.data["本月高发疾病排行"].住院[0].本月;
					}else if(this.index2==1){//本季
						this.gaoBingFaData = this.data["本月高并发疾病"].住院[1].本季;
						this.gaoBingFaData = this.data["本月高发疾病排行"].住院[1].本季;
					}else if(this.index2==2){//本年
						this.gaoBingFaData = this.data["本月高并发疾病"].住院[2].本年;
						this.gaoBingFaData = this.data["本月高发疾病排行"].住院[2].本年;
					}
				}else if(this.index1==2){//门诊
					if(this.index2==0){//本月
						this.gaoBingFaData = this.data["本月高并发疾病"].门诊[0].本月;
						this.gaoBingFaData = this.data["本月高发疾病排行"].门诊[0].本月;
					}else if(this.index2==1){//本季
						this.gaoBingFaData = this.data["本月高并发疾病"].门诊[1].本季;
						this.gaoBingFaData = this.data["本月高发疾病排行"].门诊[1].本季;
					}else if(this.index2==2){//本年
						this.gaoBingFaData = this.data["本月高并发疾病"].门诊[2].本年;
						this.gaoBingFaData = this.data["本月高发疾病排行"].门诊[2].本年;
					}
				}
				this.initData();
@ -100,12 +131,13 @@
				}
			},
			geoFaMainFun:function(xAxisData,menZhenData,zhuYuanData,menZhenTitle,zhuYuanTitle){
				var vm = this;
				var gaoFaChart = echarts.init(document.getElementById('div-gaofa-disease-chart'));
				var gaofaOption = {
					"tooltip": {
						"trigger": "axis"
					},
					grid: {top: 40, bottom: 30, left: 80},
					grid: {top: 40, bottom: 30, left: 140,right:80},
					"yAxis": [{
						"type": "category",
						"name": "人次",
@ -122,7 +154,8 @@
							}
						},
						axisLabel: {
							color: '#b5e1fc'
							color: '#b5e1fc',
							fontSize:vm.fontSize,
						},
						nameTextStyle:{color: '#b5e1fc'}
					}],
@ -140,7 +173,9 @@
							}
						},
						axisLabel: {
							color: '#fff'
							color: '#fff',
							fontSize:vm.fontSize,
							interval:0
						},
						splitLine: {
							show: false // 不显示坐标轴刻度
@ -155,7 +190,7 @@
							"label": {
								show: true,
								position: "right",
								color: '#00e6f3'
								color: '#b5e1fc'
							},
							"itemStyle": {
								"normal": {
@ -182,6 +217,7 @@
							"label": {
								show: true,
								position: "right",
								color: '#b5e1fc',
								formatter:function(param){
									var dataIndex = param.dataIndex,menZhenVal;
									 _.map(menZhenData,function(item,idx){
@ -199,7 +235,7 @@
									},
									barBorderRadius: [0, 8, 8, 0],
									color: '#00e6f3'
								}
								},
							},
							"data": zhuYuanData
						}

+ 21 - 20
page/bigData/component/key-service-population.js

@ -3,15 +3,15 @@
	Vue.component('key-service-population', {
		template: '<div style="height: 100%;">\
						<h4 class="c-b5e1fc c-f16 c-t-center div-common-title">重点服务人群增加趋势</h4>\
						<div data-toggle="buttons" class="btn-group fr mr40 mt0" style="position: absolute;right: 0px;top: 15px; z-index: 99999;">\
						<div data-toggle="buttons" class="btn-group fr mr40 mt0" style="position: absolute;right: 0.208rem;top: 0.05rem;z-index: 99999;">\
							<label class="btn btn-default" :class="{active: activeIndex == 0}" @click="btnClick(0)">\
								<input type="radio">本月\
								<input type="radio">月\
							</label>\
							<label class="btn btn-default" :class="{active: activeIndex == 1}" @click="btnClick(1)">\
								<input type="radio">本季\
								<input type="radio">季\
							</label>\
							<label class="btn btn-default" :class="{active: activeIndex == 2}" @click="btnClick(2)">\
								<input type="radio">本年\
								<input type="radio">年\
							</label>\
						</div>\
						<div id="div-zhongidan-echart" class="ml30"></div>\
@ -20,7 +20,8 @@
		data: function() {
			return {
				keyServiceData:null,
				activeIndex:0
				activeIndex:0,
				fontSize: 0.007 * window.screen.width,
			}
		},
		mounted: function() {
@ -55,19 +56,18 @@
				this.chartMainFun();
			},
			chartMainFun:function(){
				var vm = this;
				var xAxisData = this.keyServiceData.xAxis[0].data;
				var pjcrsData = this.keyServiceData.series[0].data;
				var huanbiData = this.keyServiceData.series[1].data;
				var zhongdianChart = echarts.init(document.getElementById('div-zhongidan-echart'));
				var zhongdianOption =  {
				    tooltip: {
				        trigger: 'axis',
				        axisPointer: {
				            type: 'item',
				            crossStyle: {
				                color: '#fff'
				            }
				        }
				         trigger: 'axis',
					     axisPointer: {
					         type : 'shadow'
					    },
				         formatter: '{b} <br /> {a0}: {c0}<br />{a1}: {c1}' + "%"
				    },
					grid: {top: 50, bottom: 30, left: 30,right:80},
				    legend: {
@ -92,7 +92,8 @@
								}
							},
							axisLabel: {
								color: '#b5e1fc'
								color: '#b5e1fc',
								fontSize:vm.fontSize
							}
				        }
				    ],
@ -100,8 +101,6 @@
				        {
				            type: 'value',
				            name: '平均床日数',
				            min: 0,
				            max: 250,
							nameTextStyle: {
								color: '#b5e1fc' // 坐标轴名称颜色
							},
@ -114,7 +113,8 @@
								}
							},
							axisLabel: {
								color: '#b5e1fc'
								color: '#b5e1fc',
								fontSize:vm.fontSize
							}
				        },
				        {
@ -132,9 +132,10 @@
								}
							},
							axisLabel: {
								color: '#b5e1fc' // 坐标轴刻度标签文本颜色
								color: '#b5e1fc' ,// 坐标轴刻度标签文本颜色
								fontSize:vm.fontSize
							},
							show: false
							show: true
				        }
				    ],
				    series: [
@ -147,7 +148,7 @@
				                normal: {
				                    show: true,
				                    position: 'top', // 在柱状图上方显示
									color: '#fff' // 柱状图上方显示的数值颜色
									color: '#fff',// 柱状图上方显示的数值颜色
				                }
				            },
				            itemStyle: {
@ -162,7 +163,7 @@
				            data:huanbiData,
							itemStyle: {
				                color: '#03fa6d'
				            }
				           },
				        }
				    ]
				};

+ 4 - 0
page/bigData/css/alert.css

@ -1,3 +1,7 @@
body {
  background-image: none;
  background-color: transparent;
}
.alert_centent {
  width: 7.322917rem;
  height: 4.1875rem;

+ 3 - 0
page/bigData/css/alert.less

@ -1,3 +1,6 @@
body{
    background-image: none;background-color:transparent;
}
.alert_centent{
    width: 7.322917rem;height: 4.1875rem;background-image: url("../images/alert_bgi.png");background-size: 100% 100%;
    margin: 0 auto;

+ 119 - 57
page/bigData/css/home.css

@ -1,4 +1,3 @@
body {
	width: 100%;
	height: 100%;
@ -13,7 +12,7 @@ body {
}
.div-header {
	background: url(../images/biaoti_bg_img.png) no-repeat;
	background: url(../images/jumingjiankang.png) no-repeat;
	width: 100%;
	height: 0.39rem;
	background-size: 100% 100%;
@ -44,49 +43,76 @@ body {
	margin-left: 0.1rem;
	z-index: 99;
	position: relative;
	cursor: pointer;
}
.div-skip {
	width: 0;
	height: 0;
	opacity: 0;
	overflow: hidden;
	background-image: url("../images/tc1.png");
	background-size: 100% 100%;
	position: fixed;
	z-index: 5;
	-webkit-transition: all .5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
	-o-transition: all .5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
	transition: all .5s cubic-bezier(0.68, -0.55, 0.27, 1.55)
}
.div-skip{
.div-skip-active {
	height: .625rem;
	opacity: 1;
	top: 0.35rem;
	margin-left: 0.1rem;
	width: 1.458333rem;
    height: 0;
    top: 0.271rem;
    opacity: 0;
    overflow: hidden;
    background-image: url(../images/tc1.png);
    background-size: 100% 100%;
    position: fixed;
    margin-left: 0.1rem;
    z-index: 5;transition: all .3s cubic-bezier(0.68, -0.55, 0.27, 1.55)
}
.div-skip-active{height: .625rem;opacity: 1;top: 0.35rem;}
.div-skip div{
	height: 60px;line-height: 60px;color: rgb(179,223,251);text-align: center;font-size: 0.1rem;
.div-skip div {
	height: .3125rem;
	line-height: .3125rem;
	color: rgb(179, 223, 251);
	text-align: center;
	font-size: 0.1rem;
}
.div-skip div a:hover{
	color: rgb(4,128,211)
.div-skip div a{
	color:rgba(213, 230, 255);
}
.div-skip div a:hover {
	color: rgb(4, 128, 211)
}
.content {
	width: 100%;
	height: -moz-calc(100% - 0.65rem);
	height: -webkit-calc(100% - 0.65rem);
	height: calc(100% - 0.65rem);
	/*padding: 0.12rem;*/
	position: relative;
}
.left-panel {
	position: absolute;
	width: 2.62rem;
	height: 3.53rem;
	background: url(../images/dibu.png) no-repeat;
	background-size: 2.62rem 3.53rem;
	top: 0;
	left: 0.1rem;
	right: 0.18rem;
	/*padding: 0.05rem;*/
}
.left-panel-img{
	position: absolute;
	width: 2.29rem;
	height: 2.92rem;
	top: 0;
	left: 0.2rem;
	left: 0.13rem;
	right: 0.18rem;
	/*padding: 0.05rem;*/
}
.center-panel{
.center-panel {
	position: relative;
	width: 4.286rem;
	height: 3.11rem;
@ -106,7 +132,7 @@ body {
	right: 0.1rem;
}
.center-panel .map{
.center-panel .map {
	width: 4.286rem;
	height: 3.11rem;
}
@ -137,9 +163,13 @@ body {
	background: url(../images/weixuanzhong.png) no-repeat;
	background-size: 2.29rem 0.73rem;
	position: relative;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.div-disease-item.active,.div-disease-item:hover {
.div-disease-item.active,
.div-disease-item:hover {
	width: 2.41rem;
	height: 0.81rem;
	background: url(../images/xuanzhong.png) no-repeat;
@ -178,17 +208,24 @@ h4 {
	position: relative;
}
.div-disease-item.active .div-disease-title, .div-disease-item:hover .div-disease-title{
.div-disease-item.active .div-disease-title,
.div-disease-item:hover .div-disease-title {
	line-height: 0.23rem;
	position: relative;
}
.div-disease-item .div-disease-title,.div-disease-item .icon-img,.div-disease-item .c-row{
.div-disease-item .div-disease-title,
.div-disease-item .icon-img,
.div-disease-item .c-row {
	opacity: 0.5;
}
.div-disease-item.active .div-disease-title,.div-disease-item.active .icon-img,.div-disease-item.active .c-row,
.div-disease-item:hover .div-disease-title,.div-disease-item:hover .icon-img,.div-disease-item:hover .c-row{
.div-disease-item.active .div-disease-title,
.div-disease-item.active .icon-img,
.div-disease-item.active .c-row,
.div-disease-item:hover .div-disease-title,
.div-disease-item:hover .icon-img,
.div-disease-item:hover .c-row {
	opacity: 1;
}
@ -200,7 +237,6 @@ h4 {
	margin-top: 0;
}
.mt10 {
	margin-top: 0.05rem;
}
@ -234,7 +270,6 @@ h4 {
	margin-left: 0.1rem;
}
.ml30 {
	margin-left: 0.16rem;
}
@ -253,15 +288,14 @@ h4 {
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-18%);
	-o-transform: translateY(-18%);
	-ms-transform: translateY(-18%);
	transform: translateY(-18%);
}
.bg-icon {
	-o-object-fit: fill;
	object-fit: fill;
	position: relative;
	height: -moz-calc(100% - 0.34rem);
	height: -webkit-calc(100% - 0.34rem);
	height: calc(100% - 0.34rem);
}
@ -290,7 +324,7 @@ h4 {
	top: 0.026rem;
}
.div-disease-item.active .icon-img {
.div-disease-item.active .icon-img,.div-disease-item:hover .icon-img {
	width: 0.16rem;
	height: 0.16rem;
	position: absolute;
@ -299,22 +333,16 @@ h4 {
}
.c-row {
	height: -moz-calc(100% - 0.34rem);
	height: -webkit-calc(100% - 0.34rem);
	height: calc(100% - 0.34rem);
}
#div-gaofa-disease-chart{
	height: -moz-calc(100% - 0.53125rem);
	height: -webkit-calc(100% - 0.53125rem);
	height:calc(100% - 0.53125rem)
#div-gaofa-disease-chart {
	height: calc(100% - 0.53125rem)
}
#div-zhongidan-echart{
#div-zhongidan-echart {
	width: 100%;
	height: -moz-calc(100% - 0.26rem);
	height: -webkit-calc(100% - 0.26rem);
	height:calc(100% - 0.26rem)
	height: calc(100% - 0.26rem)
}
.btn-default.active,
@ -353,11 +381,11 @@ h4 {
}
#div-shiwang-echart {
	width: 0.75rem;
	height: 0.75rem;
	width: 1.3rem;
	height: 1.3rem;
	position: absolute;
	top: 50%;
	margin-top: -0.375rem;
	margin-top: -0.65rem;
}
.div-webkit-box {
@ -377,7 +405,7 @@ h4 {
}
.div-siwang-type {
	width: calc(100% - 0.9375rem);
	width: 50%;
	position: absolute;
	top: 0.3rem;
	right: 0.05rem;
@ -425,24 +453,58 @@ h4 {
	height: 0.05rem;
	position: relative;
	top: 0.03rem;
	border-radius: 0.01rem;
}
.sanjiao {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}
.sanjiao:checked~img {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}
/* boottSelect样式修改 */
.Mapselect{
.Mapselect {
	position: absolute;
	top: .114583rem;
	width: .677083rem;
	left: .125rem;
	left: 0.46875rem;
}
.map #dropdownMenu1{
	background: url(../images/mjzfwqktoubukuang.png) no-repeat no-repeat;
	background-size: 100% 100%;
.map #dropdownMenu1 {
	background: url(../images/mjzfwqktoubukuang.png) center center / 100% 100% no-repeat;
	height: 34px;
	padding: 6px 35px;
    margin-top: 0.1rem;
}
.btn.focus, .btn:focus, .btn:hover{
.diqu-label{
	position: absolute;
    top: 0.26rem;
    left: 0.26rem;
    font-size: 0.073rem;
}
.btn.focus,
.btn:focus,
.btn:hover {
	color: #fff
}
.dropdown-menu{
	background: url(../images/mjzfwqktoubukuang.png) no-repeat no-repeat;
.dropdown-menu {
	background: url(../images/mjzfwqktoubukuang.png) center center / 100% 100% no-repeat;
	background-size: 100% 100%;
}
}

+ 198 - 110
page/bigData/css/medical.css

@ -1,12 +1,10 @@
body {
	overflow: hidden;
	color: #b5e1fc;
	font-size: .072917rem;
}
#app{
#app {
	height: 100%;
	background-size: 100% 100%;
	background: url(../images/BG.png) no-repeat;
@ -14,31 +12,36 @@ body {
	overflow-x: hidden;
	/* overflow: hidden; */
}
p{
p {
	margin: 0;
	padding: 0
}
.div-header {
	background: url(../images/biaoti_bg_img.png) no-repeat;
	width: 100%;
	height: 0.39rem;
	background-size: 100% 100%;
	z-index: 50;
    position: fixed;
    top: 0;
	position: fixed;
	top: 0;
}
.div-title{
.div-title {
	height: 0.271rem;
	line-height: 0.271rem;
	text-align: center;
	font-size: .104167rem;
	color: #fff;
    width: 1.453125rem;
	background:  url(../images/dashujuyingyongfuwupingtai.png) no-repeat;
	width: 1.453125rem;
	background: url(../images/dashujuyingyongfuwupingtai.png) no-repeat;
	background-size: 100% 100%;
	position: relative;
	z-index: 99;
	cursor: pointer;
}
.div-bottom {
	background: url(../images/logo_bg_img.png) no-repeat;
	width: 100%;
@ -47,208 +50,293 @@ p{
	position: fixed;
	bottom: 0;
}
.div-body{
.div-body {
	height: 100%;
	padding-top: .40625rem;
}
.div-skip{
.div-skip {
	width: 0;
	height: 0;
	opacity: 0;
	overflow: hidden;
	background-image: url("../images/tc1.png");
	background-size: 100% 100%;
	position: fixed;
	z-index: 5;
	transition: all .5s cubic-bezier(0.68, -0.55, 0.27, 1.55)
}
.div-skip-active {
	height: .625rem;
	opacity: 1;
	top: 0.35rem;
	margin-left: 0.1rem;
	width: 1.458333rem;
    height: 0;
    top: 0.271rem;
    opacity: 0;
    overflow: hidden;
    background-image: url(../images/tc1.png);
    background-size: 100% 100%;
    position: fixed;
    margin-left: 0.1rem;
    z-index: 5;transition: all .3s cubic-bezier(0.68, -0.55, 0.27, 1.55)
}
.div-skip-active{height: .625rem;opacity: 1;top: 0.35rem;}
.div-skip div{
	height: 60px;line-height: 60px;color: rgb(179,223,251);text-align: center;font-size: 0.1rem;
.div-skip div {
	height: .3125rem;
	line-height: .3125rem;
	color: rgb(179, 223, 251);
	text-align: center;
	font-size: 0.1rem;
}
.div-skip div a{
	color:rgba(213, 230, 255);
}
.div-skip div a:hover{
	color: rgb(4,128,211)
.div-skip div a:hover {
	color: rgb(4, 128, 211)
}
.div-body>.right{
    width: 2.3rem;
.div-body>.right {
	width: 2.3rem;
	margin-right: .104167rem
}
.contentBox{
.contentBox {
	background: url(../images/mjzrcdibu.png) no-repeat;
	background-size: 100% 100%;
	width: 2.307292rem
}
.contentBox2{
.contentBox2 {
	background: url(../images/tuoyuan.png) no-repeat;
	background-size: 100% 100%;
}
.contentBox2 .right,.contentBox2 .left{
padding-top: .09375rem;
.contentBox2 .right,
.contentBox2 .left {
	padding-top: .09375rem;
	width: .625rem;
}
.contentBox2 .left{
	padding-right: .104167rem;
.contentBox2 .left {
	padding-right: .104167rem;
}
.contentBox2 .right{
.contentBox2 .right {
	padding-left: .104167rem;
}
.contentBox2 .middle .sub{
	color:rgba(213, 230, 255, 0.5)
.contentBox2 .middle .sub {
	color: rgba(213, 230, 255, 0.5)
}
.contentBox3{
.contentBox3 {
	background: url(../images/mzrcyuequshi.png) no-repeat;
	background-size: 100% 100%;
	width: 2.307292rem
}
.boxTitle{
.boxTitle {
	background: url(../images/icon_biaoti.png) no-repeat;
	background-size: 100% 100%;
	height: .260417rem;
	color: #fff;
	font-weight: bold;
	line-height: .260417rem;
	padding-left: .130208rem
	padding-left: 0.26rem;
    line-height: 0.198rem;
}
.title >span{
.title>span {
	cursor: pointer;
}
/* 表格样式 */
td{
th >div{
	height: .208333rem;
	overflow: hidden;
    line-height: 0.208333rem
}
td >div{
	height: .166667rem;
	overflow: hidden;
    line-height: 0.166667rem
}
td {
	text-align: center;
	height:.166667rem;
    border: 1px solid #019dff;
	border: 1px solid #019dff;
}
th{
th {
	text-align: center;
	height: .208333rem;
	background: url(../images/mjzfwqktoubukuang.png) no-repeat;
	background-size: 100% 100%;
}
td img{
td img {
	margin-right: .026042rem;
    width: 12px;
	width: 12px;
}
.w60{
width: .3125rem
.w60 {
	width: .3125rem
}
.w193{
.w193 {
	width: 1.005208rem
}
.w188{
.w188 {
	width: .979167rem
}
/* 左边样式 */
.div-body>.left{
.div-body>.left {
	width: 2.3rem;
	margin-left: .104167rem
}
.bigData{
.bigData {
	height: 2.307292rem;
	width: 2.307292rem;
	padding-left: .078125rem;
	padding-right: .078125rem;
}
	.bigData .title{
		height: .234375rem;
	}
	.title >span{
		display: inline-block;
		width: .3125rem;
		text-align: center;
		height: .114583rem;
		line-height: .114583rem;
		font-size: .072917rem;
		color: #0fa5f2;
	}
	.title >span.active{
		background:#0fa5f2;
		color: #fff;
		border-radius: .078125rem
	}
	.bigData .menJiZhen{
		height: .911458rem;
		text-align: center
	}
	.jiuZhen .contentBox3{
		height: 1.15625rem;
	}
	.h234{
		height: 1.21875rem;
	}
	.h165{
		height: .859375rem;
	}
.bigData .title {
	height: .234375rem;
}
.title>span {
	display: inline-block;
	width: .3125rem;
	text-align: center;
	height: .114583rem;
	line-height: .114583rem;
	font-size: .072917rem;
	color: #0fa5f2;
}
.title>span.active {
	background: #0fa5f2;
	color: #fff;
	border-radius: .078125rem
}
.bigData .menJiZhen {
	height: .911458rem;
	text-align: center
}
.jiuZhen .contentBox3 {
	height: 1.15625rem;
}
.h234 {
	height: 1.21875rem;
}
.h165 {
	height: .859375rem;
}
/* 中间样式 */
.div-body>.middle{
	flex-grow:1;
.div-body>.middle {
	flex-grow: 1;
	background: url(../images/ditudibu.png) no-repeat;
	background-size: 100% 100%;
	margin: 0 .104167rem;
	width: 4.84375rem;
	height: 5.125rem;
	color: rgba(213, 230, 255)
	color: rgba(213, 230, 255);
}
.middle .map{
.middle .map {
	height: 3.34375rem;
	position: relative;
}
.middle .bottom{
.middle .bottom {
	background: url(../images/kuang.png) no-repeat;
	background-size:100% 100% ;
	background-size: 100% 100%;
	background-position: center;
	margin: 0 .453125rem   .328125rem .453125rem ;
	margin: 0 .453125rem .328125rem .453125rem;
	width: 4.020833rem;
	height:1.380208rem ;
	height: 1.380208rem;
}
.middle .bottom .left,.middle .bottom .right{
.middle .bottom .left,
.middle .bottom .right {
	width: 1.302083rem;
	margin:.3125rem 0;
	margin: .3125rem 0;
}
.middle .yellow_number {
	font-size: 16px
}
.middle  .title{
.middle .title {
	color: #00e7f3;
	font-size: 18px
}
.middle .bottom .left {
	padding-left: .234375rem;
}
.middle .bottom .right {
	padding-left: .078125rem
}
.sanjiao {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}
.sanjiao:checked~img {
	transform: rotate(180deg)
}
/* boottSelect样式修改 */
.Mapselect{
.Mapselect {
	position: absolute;
	top: .114583rem;
	width: .677083rem;
	left: .125rem;
	left: 0.46875rem;
}
.map #dropdownMenu1{
	background: url(../images/mjzfwqktoubukuang.png) no-repeat no-repeat;
	background-size: 100% 100%;
.map #dropdownMenu1 {
	background: url(../images/mjzfwqktoubukuang.png) center center / 100% 100% no-repeat;
	height: 34px;
	padding: 6px 35px;
    margin-top: 0.1rem;
}
.diqu-label{
	position: absolute;
    top: 0.135rem;
    left: -0.21rem;
    font-size: 0.073rem;
}
.btn.focus, .btn:focus, .btn:hover{
.btn.focus,
.btn:focus,
.btn:hover {
	color: #fff
}
.dropdown-menu{
.dropdown-menu {
	background: url(../images/mjzfwqktoubukuang.png) no-repeat no-repeat;
	background-size: 100% 100%;
}
}

+ 5 - 5
page/bigData/html/home.html

@ -3,7 +3,7 @@
	<head>
		<meta charset="utf-8">
		<title>医疗大数据服务分析</title>
		<title>居民健康管理大数据分析</title>
		<meta name="keywords" content="">
		<meta name="description" content="">
		<meta name="viewport" content="width=device-width">
@ -13,10 +13,6 @@
		<link href="../../../css/style.min.css" rel="stylesheet">
		<link href="../../../css/flex.css" rel="stylesheet">
		<link href="../css/home.css" rel="stylesheet">
		<style>
			.sanjiao{position: absolute;left: 0;right: 0;top: 0;bottom:0;width: 100%;height: 100%;opacity: 0;}
			.sanjiao:checked~img{transform: rotate(180deg)}
		</style>
	</head>
	<body>
@ -47,7 +43,11 @@
				<div class="center-panel" v-cloak>
					<!-- 地图 -->
					<div class="map mt20">
							<div class="set_all_city" @click="clickMap({name:'贵港市'})" title="选择全市">
									<img src="../images/allCity.png">
								</div>
							<map-chart @map-click="clickMap" ref="map" :config="mapData"></map-chart>
							<label class="diqu-label">地区</label>
							<div class="dropdown Mapselect">
									<div type="button" class="btn dropdown-toggle" id="dropdownMenu1" data-toggle="dropdown">{{city}}
										<span class="caret"></span>

+ 36 - 29
page/bigData/html/medical.html

@ -3,7 +3,7 @@
	<head>
		<meta charset="utf-8">
		<title>物联网智能设备首页</title>
		<title>医疗服务大数据分析</title>
		<meta name="keywords" content="">
		<meta name="description" content="">
		<meta name="viewport" content="width=device-width">
@ -13,10 +13,6 @@
		<link href="../../../css/style.min.css" rel="stylesheet">
		<link href="../../../css/flex.css" rel="stylesheet">
		<link href="../css/medical.css" rel="stylesheet">
		<style>
			.sanjiao{position: absolute;left: 0;right: 0;top: 0;bottom:0;width: 100%;height: 100%;opacity: 0;}
			.sanjiao:checked~img{transform: rotate(180deg)}
		</style>
	</head>
	<body>
@ -47,7 +43,7 @@
						<div class="menJiZhen contentBox2 flex f_x_sb mb20">
							<div class="left">
									<p class="mb10  tr">门诊人次</p>
									<p class="yellow_number pl15 mb25">{{leftData1['门诊人次']}} <span class="sub">人</span></p>
									<p class="yellow_number pl15 mb25">{{leftData1['门诊人次']}} <span class="sub">人次</span></p>
									<p class="pl10 mb10">门诊总费用</p>
									<p class="yellow_number pl15">{{leftData1['门诊总费用']}} <span class="sub">元</span></p>
							</div>
@ -58,7 +54,7 @@
							</div>
							<div class="right">
									<p class="mb10 tl">急诊人次</p>
									<p class="yellow_number pr15 mb25">{{leftData1['急诊人次']}} <span class="sub">人</span></p>
									<p class="yellow_number pr15 mb25">{{leftData1['急诊人次']}} <span class="sub">人次</span></p>
									<p class="pr10 mb10">门急诊总费用</p>
									<p class="yellow_number pr15">{{leftData1['急诊总费用']}} <span class="sub">元</span></p>
							</div>
@ -67,7 +63,7 @@
							<div class="left">
									<p class="mb10 	 tr">住院总费用</p>
									<p class="yellow_number  mb25">{{leftData1['住院总费用']}} <span class="sub">元</span></p>
									<p class="pl10 mb10">住院床日数</p>
									<p class="pl10 mb10">住院总床日数</p>
									<p class="yellow_number pl15">{{leftData1['住院床日数']}} <span class="sub">天</span></p>
							</div>
							<div class="middle flex_coloumn f_xy_c">
@ -78,7 +74,7 @@
							<div class="right">
									<p class="mb10 tl">住院次均费用</p>
									<p class="yellow_number pr15 mb25">{{leftData1['住院均次费用']}} <span class="sub">元</span></p>
									<p class="pr10 mb5">住院平均床日数</p>
									<p class="pr10 mb5">平均床日数</p>
									<p class="yellow_number pr15">{{leftData1['住院平均床日数']}} <span class="sub">天</span></p>
							</div>
						</div>
@ -101,8 +97,12 @@
                <div class="middle flex_coloumn">
					<!-- 地图 -->
					<div class="map mt20">
							<div class="set_all_city" @click="clickMap({name:'贵港市'})" title="选择全市">
								<img src="../images/allCity.png">
							</div>
							<map-chart @map-click="clickMap" ref="map" :config="mapData"></map-chart>
							<div class="dropdown Mapselect">
									<label class="diqu-label">地区</label>
									<div type="button" class="btn dropdown-toggle" id="dropdownMenu1" data-toggle="dropdown">{{city}}
										<span class="caret"></span>
									</div>
@ -119,7 +119,7 @@
							<div class="left flex_coloumn f_x_sb">
								<div class="flex">
										<p class="w100">门急诊人次</p>
										<p class="yellow_number pl15 ">{{yesterdayData['门急诊人次']}} <span class="sub">人</span></p>
										<p class="yellow_number pl15 ">{{yesterdayData['门急诊人次']}} <span class="sub">人次</span></p>
								</div>
								<div class="flex ">
										<p class="w100">门急诊总费用</p>
@ -134,13 +134,13 @@
							
							<div class="middle flex_coloumn f_xy_c">
									<p class="mb10 title">昨日数据</p>
									<p class="yellow_number font44">{{yesterdayData['服务患者数']}} </p>
									<p class="font44 red_number">{{yesterdayData['服务患者数']}} </p>
									<p class="sub">服务患者人数</p>
							</div>
							<div class="right flex_coloumn f_x_sb">
									<div class="flex">
											<p class="w100">住院人次</p>
											<p class="yellow_number pl15 ">{{yesterdayData['住院人次']}} <span class="sub">人</span></p>
											<p class="yellow_number pl15 ">{{yesterdayData['住院人次']}} <span class="sub">人次</span></p>
									</div>
									<div class="flex">
											<p class="w100">住院总费用</p>
@ -169,25 +169,29 @@
								<div class="contentBox mb20  h234">
									<table>
										<tr>
										  <th class="w60">月份</th>
										  <th class="w193">门急诊总费用</th>
										  <th class="w188">门急诊均次费用</th>
										  <th class="w60"><div>月份</div></th>
										  <th class="w193"><div>门急诊总费用</div></th>
										  <th class="w188"><div>门急诊均次费用</div></th>
										</tr>
										<tr v-for="(item,index) in tableData1">
										  <td>{{(index+1)+'月'}}</td>
										  <td><div>{{(index+1)+'月'}}</div></td>
										  <td>
											<div>
											  <span class="mr10">{{item['门急诊总费用']}}元</span>
											  <span class="mr20">环比</span>
											  <img  v-if="item['门急诊总费用环比'] >1" src="../images/zengzhang.png">
											  <img v-else src="../images/xiajiang.png">
											  <span>{{item['门急诊总费用环比']}}</span>
											  <span>{{item['门急诊总费用环比']}}%</span>
											</div>
										   </td>
										   <td>
												<div>
											    <span class="mr10">{{item['门急诊次均费用']}}元</span>
											  <span class="mr20">环比</span>
											  <img  v-if="item['门急诊次均费用环比'] >1" src="../images/zengzhang.png">
											  <img v-else src="../images/xiajiang.png">
											  <span>{{item['门急诊次均费用环比']}}</span>
											  <span>{{item['门急诊次均费用环比']}}%</span>
											</div>
										   </td>
										</tr>
									  </table>
@ -203,25 +207,29 @@
								<div class="contentBox mb20 h234">
										<table>
												<tr>
												  <th class="w60">月份</th>
												  <th class="w193">住院总费用</th>
												  <th class="w188">住院均次费用</th>
												  <th class="w60"><div>月份</div></th>
												  <th class="w193"><div>住院总费用</div></th>
												  <th class="w188"><div>住院均次费用</div></th>
												</tr>
												<tr v-for="(item,index) in tableData2">
												  <td>{{(index+1)+'月'}}</td>
												  <td><div>{{(index+1)+'月'}}</div></td>
												  <td>
													  <span class="mr10">{{item['住院总费用']}}元</span>
													  <span class="mr20">环比</span>
													  <img  v-if="item['住院总费用环比'] >1" src="../images/zengzhang.png">
													  <img v-else src="../images/xiajiang.png">
													  <span>{{item['住院总费用环比']}}</span>
														<div>
																<span class="mr10">{{parseInt(item['住院总费用'])}}元</span>
																<span class="mr20">环比</span>
																<img  v-if="item['住院总费用环比'] >1" src="../images/zengzhang.png">
																<img v-else src="../images/xiajiang.png">
																<span>{{item['住院总费用环比']}}%</span>
														</div>													 
												   </td>
												   <td>
														<div>
														<span class="mr10">{{item['住院次均费用']}}元</span>
													  <span class="mr20">环比</span>
													  <img  v-if="item['住院次均费用环比'] >1" src="../images/zengzhang.png">
													  <img v-else src="../images/xiajiang.png">
													  <span>{{item['住院次均费用环比']}}</span>
													  <span>{{item['住院次均费用环比']}}%</span>
													</div>						
												   </td>
												</tr>
											  </table>
@ -240,7 +248,6 @@
		<script src="../../../js/vue.js"></script>
		<script src="../../../js/jquery.min.js?v=2.1.4"></script>
		<script src="../../../component/common/event-bus.js"></script>
		<script src="js/slider.js"></script>
		<script src="../../../js/plugins/echarts/echarts.js"></script>
		<script src="../../../js/plugins/toastr/toastr.min.js"></script>
		<script src="../../../js/bootstrap.min.js"></script>

BIN
page/bigData/images/allCity.png


BIN
page/bigData/images/ditudibu.png


BIN
page/bigData/images/ditudibu1.png


BIN
page/bigData/images/jumingjiankang.png


+ 51 - 0
page/bigData/js/alert.js

@ -50,6 +50,7 @@ new Vue({
                case 2:t = '住院';break;
            }
            var options = this.bigData[t]['区县分布'];
             options.series[0].label = {show: true,position: "right",color: '#b5e1fc'}
            this.alertChart1 = options
        },
        setAlertChart2:function(type){
@ -60,6 +61,26 @@ new Vue({
                case 2:t = '住院';break;
            }
            var options = this.bigData[t]['年龄段分布'];
            options.color = ["#6576e0","#03fa6c","#ff616f","#0fa5f2","#00e6f3"];
            options.legend.formatter = function(name) {
                var index = 0;
                var clientlabels = options.legend.data;
                var clientcounts = _.map(options.series[0].data,function(item,idx){
                	return item.value;
                });
                clientlabels.forEach(function(value,i){
                    if(value == name){
                        index = i;
                    }
                });
                return name + "  " + clientcounts[index];
            }
            options.legend.left = '48%';
            options.legend.top = 0.044 * window.screen.width;//85;
            options.legend.itemWidth = 0.005 * window.screen.width;//10;
            options.legend.itemHeight = 0.005 * window.screen.width;//10;
            options.legend.itemGap = 0.0078 * window.screen.width;//15;
            options.series[0].center = ['25%','55%'];
            this.alertChart2 = options
        },
        setAlertChart3:function(type){
@ -70,6 +91,26 @@ new Vue({
                case 2:t = '住院';break;
            }
            var options = this.bigData[t]['性别分布'];
            options.color = ["#00E7F3","#ff616f"];
            options.legend.formatter = function(name) {
                var index = 0;
                var clientlabels = options.legend.data;
                var clientcounts = _.map(options.series[0].data,function(item,idx){
                	return item.value;
                });
                clientlabels.forEach(function(value,i){
                    if(value == name){
                        index = i;
                    }
                });
                return name + "  " + clientcounts[index];
            }
            options.legend.left = '48%';
            options.legend.top = 0.0625 * window.screen.width;//120
            options.legend.itemWidth = 0.005 * window.screen.width;//10;
            options.legend.itemHeight = 0.005 * window.screen.width;//10;
            options.legend.itemGap = 0.0078 * window.screen.width;//15;
            options.series[0].center = ['25%','55%'];
            this.alertChart3 = options
        },
        setAlertChart4:function(type){
@ -80,6 +121,8 @@ new Vue({
                case 2:t = '住院';break;
            }
            var options = this.bigData[t]["并发症"];
            options.series[0].label = {show: true,position: "right",color: '#b5e1fc'};
            options.series[0].itemStyle.normal.color = '#FFF71A';
            this.alertChart4 = options
        },
        setAlertChart5:function(type,time){
@ -96,6 +139,14 @@ new Vue({
                case 3:m = '年';break;
            }
            var options = this.bigData[t]['新增患者趋势'][m];
            options.tooltip = {
				         trigger: 'axis',
					     axisPointer: {
					         type : 'shadow'
					    },
				         formatter: '{b} <br /> {a0}: {c0}<br />{a1}: {c1}' + "%"
				    }
            options.series[0].itemStyle.color = '#FF606E'; 
            this.alertChart5 = options
        },
        alertTitle:function(type){

+ 5 - 1
page/bigData/js/home.js

@ -59,11 +59,15 @@ new Vue({
    	bindEvents:function(){
    		var vm = this;
    		EventBus.$on("refresh-json-data", function(arg) {
				var type = arg.type;//0:高血压 1糖尿病
				var type = arg.type;//0:高血压 1糖尿病 2孕产妇 365岁以上老年人人数
				if(type==0){
					vm.jsonUrl = "../../../dataJson/jumingHealthJson/高血压人群.json";
				}else if(type==1){
					vm.jsonUrl = "../../../dataJson/jumingHealthJson/糖尿病人群.json";
				}else if(type==2){
					vm.jsonUrl = "../../../dataJson/jumingHealthJson/孕产妇人群.json";
				}else if(type==3){
					vm.jsonUrl = "../../../dataJson/jumingHealthJson/65岁以上老年人人数.json";
				}
				vm.getJsonData();
			});

+ 26 - 11
page/bigData/js/medical.js

@ -84,18 +84,28 @@ new Vue({
           var options =this.allData['门诊人次月趋势'];
           options.grid= {
                top: '70',
                left: '75'
                left: '75',
                bottom:'40'
            };
            options.yAxis[1].show =false;
            options.yAxis[1].show =true;
            options.tooltip.formatter=  '{b} <br /> {a0}: {c0}<br />{a1}: {c1}' + "%";
            options.yAxis[0].axisLabel.fontSize='14'
            options.yAxis[1].axisLabel.fontSize='14'
            options.xAxis[0].axisLabel.fontSize='14'
           this.leftChart1 = options
        },
        setLeftChart2:function(){
           var options =this.allData['住院人次月趋势'];
           options.grid={
			top: '70',
			left: '70'
            left: '70',
            bottom:'40'
		};
        options.yAxis[1].show =false;
        options.yAxis[1].show =true;
        options.tooltip.formatter=  '{b} <br /> {a0}: {c0}<br />{a1}: {c1}' + "%";
        options.yAxis[0].axisLabel.fontSize='14'
        options.yAxis[1].axisLabel.fontSize='14'
        options.xAxis[0].axisLabel.fontSize='14'
           this.leftChart2 = options
        },
        setMapData:function(){
@ -105,16 +115,23 @@ new Vue({
        setRightChart1:function(){
           var options =this.allData['门诊分类别月趋势'];
           options.grid={
			top: '70',
			top: '80',
			left: '80',
			bottom: '30'
        }
        options.yAxis[1].show =false;
        options.yAxis[1].show =true;
        options.yAxis[0].axisLabel.fontSize='14'
        options.yAxis[1].axisLabel.fontSize='14'
        options.xAxis[0].axisLabel.fontSize='14'
           this.rightChart1= options
        },
        setRightChart2:function(){
           var options =this.allData['住院平均日数月趋势'];
           options.yAxis[1].show =false;
           options.yAxis[1].show = true;
           options.tooltip.formatter=  '{b} <br /> {a0}: {c0}<br />{a1}: {c1}' + "%";
           options.yAxis[0].axisLabel.fontSize='14'
           options.yAxis[1].axisLabel.fontSize='14'
           options.xAxis[0].axisLabel.fontSize='14'
           this.rightChart2= options
        },
        setTable1:function(){
@ -158,9 +175,7 @@ new Vue({
            var that =this;
            that.lineHeightIndex =value;
            this.town.map(function(v,i){
                if(v.townName == value) {
               
                  
                if(v.townName == value) {                
                    switch(i){
                        case 0:that.allData = that.newObj(bigData);break;
                        case 1:that.allData = that.newObj(bigData2);break;
@ -172,7 +187,7 @@ new Vue({
                }
            })
            this.initData()  
            // that.$refs.map.selectLineHeight(that.lineHeightIndex) //高亮地图  
        }
    }
});