zhanghaoyu 6 anni fa
parent
commit
03aadef49e

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

@ -0,0 +1,122 @@
.alert_centent {
  width: 7.322917rem;
  height: 4.1875rem;
  background-image: url("../images/alert_bgi.png");
  background-size: 100% 100%;
  margin: 0 auto;
}
.alert_centent .alert_title {
  height: .3125rem;
  line-height: .416667rem;
  overflow: hidden;
}
.alert_centent .alert_title .left {
  float: left;
  font-size: .125rem;
  color: #b5e1fc;
  margin-left: .3125rem;
}
.alert_centent .alert_title .right {
  float: right;
  width: 2.838542rem;
  overflow: hidden;
}
.alert_centent .alert_title .right .alert_type {
  float: left;
  width: 168px;
  height: 24px;
  line-height: 24px;
  background-color: transparent;
  border: solid 1px #009dfe;
  margin-top: 25px;
  overflow: hidden;
  border-radius: 3px;
}
.alert_centent .alert_title .right .btn-group {
  margin: 0;
}
.alert_centent .alert_title .right .btn-group .btn {
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  padding: 0;
  width: 56px;
  background-color: transparent;
  border-color: #009dfe;
  color: #257fb7;
}
.alert_centent .alert_title .right .btn-group .btn.active {
  color: #fff;
  background-color: #009dfe;
}
.alert_centent .alert_title .right .alert_time {
  float: right;
  margin-right: .223958rem;
  color: #b5e1fc;
  font-size: 14px;
}
.alert_centent .alert_title .right .alert_time select {
  width: 130px;
  height: 26px;
  background-color: #051f33;
  border: solid 1px #009dfe;
}
.alert_centent .alert_people {
  padding-left: 50px;
  padding-right: 50px;
}
.alert_centent .alert_people > div {
  width: 322px;
  height: 46px;
  background-image: url("../images/people_bgi.png");
  background-size: 100% 100%;
  line-height: 46px;
}
.alert_centent .alert_people > div span {
  color: #b5e1fc;
  display: inline-block;
}
.alert_centent .alert_people > div span:nth-of-type(1) {
  font-size: 20px;
  margin-left: 70px;
}
.alert_centent .alert_people > div span:nth-of-type(2) {
  font-size: 26px;
  margin-left: 25px;
}
.alert_centent .alert_people > div span:nth-of-type(3) {
  font-size: 16px;
}
.alert_chart {
  padding-left: 50px;
  padding-right: 50px;
  margin-top: 12px;
}
.alert_chart .left {
  height: 547px;
  width: 414px;
  background-image: url("../images/quxian-bgi.png");
  background-size: 100% 100%;
}
.alert_chart .right {
  width: 880px;
}
.alert_chart .right .top > div {
  background-image: url("../images/top_bgi.png");
  background-size: 100% 100%;
  width: 290px;
  height: 265px;
}
.alert_chart .right .bottom {
  height: 265px;
  margin-top: 17px;
  background-image: url("../images/bottom_bgi.png");
  background-size: 100% 100%;
  position: relative;
}
.alert_chart .right .bottom .btn-group {
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 5;
}

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

@ -0,0 +1,79 @@
.alert_centent{
    width: 7.322917rem;height: 4.1875rem;background-image: url("../images/alert_bgi.png");background-size: 100% 100%;
    margin: 0 auto;
}
.alert_centent .alert_title{
    height: .3125rem;line-height: .416667rem;overflow: hidden;
}
.alert_centent .alert_title .left{
    float: left;font-size: .125rem;color: #b5e1fc;margin-left: .3125rem;
}
.alert_centent .alert_title .right{
    float: right;width: 2.838542rem;overflow: hidden;
}
.alert_centent .alert_title .right .alert_type{
    float: left;width: 168px;
    height: 24px;line-height: 24px;
    background-color:transparent;
    border: solid 1px #009dfe;
    margin-top: 25px;overflow: hidden;border-radius: 3px;
}
.alert_centent .alert_title .right .btn-group{
    margin: 0;
}
.alert_centent .alert_title .right .btn-group .btn{
    height: 24px;line-height: 24px;font-size: 14px;padding: 0;width: 56px;background-color: transparent;
    border-color: #009dfe;color: #257fb7;
}
.alert_centent .alert_title .right .btn-group .btn.active{
    color: #fff;background-color: #009dfe;
}
.alert_centent .alert_title .right .alert_time{
    float: right;margin-right: .223958rem;color: #b5e1fc;font-size: 14px;
}
.alert_centent .alert_title .right .alert_time select{
    width: 130px;
    height: 26px;
    background-color: #051f33;
    border: solid 1px #009dfe;
}
.alert_centent .alert_people{
    padding-left: 50px;padding-right: 50px;
}
.alert_centent .alert_people>div{
    width: 322px;height: 46px;background-image: url("../images/people_bgi.png");background-size: 100% 100%;line-height: 46px;
    span{
        color: #b5e1fc;display: inline-block;
        &:nth-of-type(1){
            font-size: 20px;margin-left: 70px;
        }
        &:nth-of-type(2){
            font-size: 26px;margin-left: 25px;
        }
        &:nth-of-type(3){
            font-size: 16px;
        }
    }
}
.alert_chart{
    padding-left: 50px;padding-right: 50px;margin-top: 12px;
    .left{
        height: 547px;width: 414px;background-image: url("../images/quxian-bgi.png");background-size: 100% 100%;
    }
    .right{
        width: 880px;
        .top{
            &>div{
                background-image: url("../images/top_bgi.png");background-size: 100% 100%;width: 290px;height: 265px;
            }
        }
        .bottom{
            height: 265px;margin-top: 17px;background-image: url("../images/bottom_bgi.png");background-size: 100% 100%;
            position: relative;
            .btn-group{
                position: absolute;top: 0;right: 15px;z-index: 5;
            }
        }
    }
}

+ 125 - 0
page/bigData/html/alert.html

@ -0,0 +1,125 @@
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <title>Document</title>
    <link href="../../../css/bootstrap.min.css" rel="stylesheet">
	<link href="../../../css/font-awesome.min.css?v=4.4.0" rel="stylesheet">
	<link href="../../../css/plugins/toastr/toastr.min.css" rel="stylesheet">
    <link href="../../../css/style.min.css" rel="stylesheet">
    <link href="../../../css/flex.css" rel="stylesheet">
    <link href="../css/home.css" rel="stylesheet">
    <link href="../css/alert.css" rel="stylesheet">
</head>
<body>
    <div id="main">
        <div class="alert_centent">
            <div class="alert_title">
                <div class="left">
                    高血压人群分布
                </div>
                <div class="right">
                    <div data-toggle="buttons" class="btn-group">
						<label class="btn btn-default active" @click = "alertTitle(0)">
							<input type="radio">全部
						</label>
						<label class="btn btn-default" @click = "alertTitle(2)">
                            <input type="radio">住院
    					</label>
						<label class="btn btn-default" @click = "alertTitle(1)">
							<input type="radio">门诊
						</label>
					</div>
                    <div class="alert_time">
                        时间
                        <select style="margin-left: 15px;" name="" id="">
                            <option value="">2016-03</option>
                        </select>
                        <select name="" id="">
                                <option value="">2017-03</option>
                            </select>
                    </div>
                </div>
            </div>
            <div class="alert_people flex f_x_sb f_y_c">
                <div>
                    <span>总人数</span>
                    <span>{{alertData1}}</span>
                    <span>人</span>
                </div>
                <div>
                    <span>新增人数</span>
                    <span>{{alertData2}}</span>
                    <span>人</span>
                </div>
                <div>
                    <span>门诊人次</span>
                    <span>{{alertData3}}</span>
                    <span>人</span>
                </div>
                <div>
                    <span>住院人次</span>
                    <span>{{alertData4}}</span>
                    <span>人</span>
                </div>
            </div>
            <div class="alert_chart flex f_x_sb">
                <div class="left">
                    <bar-chart :config="alertChart1"></bar-chart>
                </div>
                <div class="right">
                    <div class="top flex f_x_sb">
                        <div class="nianling">
                            <bar-chart :config="alertChart2"></bar-chart>
                        </div>
                        <div class="xingbie">
                            <bar-chart :config="alertChart3"></bar-chart>
                        </div>
                        <div class="bingfa">
                            <bar-chart :config="alertChart4"></bar-chart>
                        </div>
                    </div>
                    <div class="bottom">
                        <div data-toggle="buttons" class="btn-group fr mr20">
                            <label class="btn btn-default" :class="{active: alertTime == 0}" @click = "alertChart(0)">
								<input type="radio">日
							</label>
							<label class="btn btn-default" :class="{active: alertTime == 1}" @click = "alertChart(1)">
								<input type="radio">月
							</label>
							<label class="btn btn-default" :class="{active: alertTime == 2}" @click = "alertChart(2)">
								<input type="radio">季
							</label>
							<label class="btn btn-default" :class="{active: alertTime == 3}" @click = "alertChart(3)">
								<input type="radio">年
							</label>
						</div>
                        <bar-chart :config="alertChart5"></bar-chart>
                    </div>
                </div>
            </div>
        </div>
    </div>
    <script type="text/javascript" src="http://api.map.baidu.com/api?v=2.0&ak=1W9gqPiqc7C9TDliPP8S9Rj9"></script>
    <script type="text/javascript" src="http://api.map.baidu.com/library/TextIconOverlay/1.2/src/TextIconOverlay_min.js"></script>
    <script type="text/javascript" src="http://api.map.baidu.com/library/MarkerClusterer/1.2/src/MarkerClusterer_min.js"></script>
    <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/plugins/echarts/echarts.js"></script>
    <script src="../../../js/plugins/toastr/toastr.min.js"></script>
    <script src="../../../js/bootstrap.min.js"></script>
    <script src="../../../js/es6-promise.js"></script>
    <script src="../../../js/underscore.js"></script>
    <script src="../../../js/plugins/layer/layer.min.js"></script>
    <script src="../../../js/api/http-request.js"></script>
    <!--<script src="../../../js/api/intelligent-api.js"></script>-->
    <script src="../../../component/chart/bar-chart.js"></script>
    <script src="../component/disease-crowd.js"></script>   
    <script src="../js/alert-data.js"></script>
    <script src="../js/alert.js"></script>
</body>
</html>

BIN
page/bigData/images/alert_bgi.png


BIN
page/bigData/images/bottom_bgi.png


BIN
page/bigData/images/people_bgi.png


BIN
page/bigData/images/quxian-bgi.png


BIN
page/bigData/images/top_bgi.png


+ 2526 - 0
page/bigData/js/alert-data.js

@ -0,0 +1,2526 @@
var bigData = {
    "总人数": "252365",
    "新增人数": "252",
    "门诊人次": "180012",
    "住院人次": "72353",
    "全部": {
        "区县分布": {
            "title": {
                "text": "区县分布",
                "x": "center",
                "textStyle": {
                    color: ['#b5e1fc']
                },
                "padding": [10, 0, 0, 0]
            },
            "tooltip": {
                "trigger": "axis"
            },
            grid: {
                top: 80,
                bottom: 30,
                left: 80
            },
            "yAxis": [{
                "type": "category",
                "name": "人次",
                "data": [
                    "覃塘区",
                    "港南区",
                    "港北区",
                    "平南县",
                    "桂平市",
                ],
                axisPointer: {
                    type: 'shadow'
                },
                axisTick: {
                    show: false
                },
                axisLine: {
                    lineStyle: {
                        color: '#095f8e'
                    }
                },
                axisLabel: {
                    color: '#b5e1fc'
                },
                nameTextStyle: {
                    color: '#b5e1fc'
                }
            }],
            "xAxis": [{
                "type": "value",
                axisPointer: {
                    type: 'shadow'
                },
                axisTick: {
                    show: false
                },
                axisLine: {
                    lineStyle: {
                        color: '#095f8e'
                    }
                },
                axisLabel: {
                    color: '#fff'
                },
                splitLine: {
                    show: false // 不显示坐标轴刻度
                }
            }],
            "series": [{
                "smooth": true,
                "name": "区县分布",
                "type": "bar",
                barWidth: 20,
                "label": {
                    show: false,
                    position: "right"
                },
                "itemStyle": {
                    "normal": {
                        "lineStyle": {
                            "shadowColor": "rgba(0,0,0,0.4)"
                        },
                        barBorderRadius: [0, 8, 8, 0],
                        color: '#00e6f3'
                    }
                },
                "data": [
                    "12587",
                    "25634",
                    "26531",
                    "74128",
                    "113485",
                ]
            }, ]
        },
        "年龄段分布": {
            "title": {
                "text": "年龄段分布",
                "x": "center",
                "textStyle": {
                    color: ['#b5e1fc']
                },
                "padding": [10, 0, 0, 0]
            },
            "tooltip": {
                "trigger": "item"
            },
            legend: {
                orient: 'vertical',
                data: ['0-6', '7-17', '18-40', '41-65', '> 65'],
                right: '15%',
                top: '25%',
                textStyle: {
                    color: ['#b5e1fc']
                }
            },
            "series": [{
                "center": [
                    "35%",
                    "50%"
                ],
                radius: ['30%', '40%'],
                "name": "",
                "type": "pie",
                "itemStyle": {
                    "normal": {
                        "label": {
                            "show": false
                        },
                        "labelLine": {
                            "show": false
                        }
                    }
                },
                "data": [{
                        "name": "0-6",
                        "value": "0"
                    },
                    {
                        "name": "7-17",
                        "value": "2356"
                    },
                    {
                        "name": "18-40",
                        "value": "45362"
                    },
                    {
                        "name": "41-65",
                        "value": "165428"
                    },
                    {
                        "name": "> 65",
                        "value": "39219"
                    }
                ]
            }]
        },
        "性别分布": {
            "title": {
                "text": "性别分布",
                "x": "center",
                "textStyle": {
                    color: ['#b5e1fc']
                },
                "padding": [10, 0, 0, 0]
            },
            "tooltip": {
                "trigger": "item"
            },
            legend: {
                orient: 'vertical',
                // x: 'right',
                data: ['男', '女'],
                right: '25%',
                top: '40%',
                textStyle: {
                    color: ['#b5e1fc']
                }
            },
            "series": [{
                "center": [
                    "35%",
                    "50%"
                ],
                radius: ['30%', '40%'],
                "name": "",
                "type": "pie",
                "itemStyle": {
                    "normal": {
                        "label": {
                            "show": false
                        },
                        "labelLine": {
                            "show": false
                        }
                    }
                },
                "data": [{
                        "name": "男",
                        "value": "123258"
                    },
                    {
                        "name": "女",
                        "value": "129107"
                    }
                ]
            }]
        },
        "并发症": {
            "title": {
                "text": "并发症排行",
                "x": "center",
                "textStyle": {
                    color: ['#b5e1fc']
                },
                "padding": [10, 0, 0, 0]
            },
            "tooltip": {
                "trigger": "axis"
            },
            grid: {
                top: 40,
                bottom: 30,
                left: 80
            },
            "yAxis": [{
                "type": "category",
                "name": "",
                "data": [
                    "眼底病变",
                    "血管病变",
                    "肾病",
                    "脑血栓",
                    "冠心病",
                ],
                axisPointer: {
                    type: 'shadow'
                },
                axisTick: {
                    show: false
                },
                axisLine: {
                    lineStyle: {
                        color: '#095f8e'
                    }
                },
                axisLabel: {
                    color: '#b5e1fc'
                },
                nameTextStyle: {
                    color: '#b5e1fc'
                }
            }],
            "xAxis": [{
                "type": "value",
                axisPointer: {
                    type: 'shadow'
                },
                axisTick: {
                    show: false
                },
                axisLine: {
                    lineStyle: {
                        color: '#095f8e'
                    }
                },
                axisLabel: {
                    color: '#fff'
                },
                splitLine: {
                    show: false // 不显示坐标轴刻度
                }
            }],
            "series": [{
                "smooth": true,
                "name": "并发症排行",
                "type": "bar",
                barWidth: 20,
                "label": {
                    show: false,
                    position: "right"
                },
                "itemStyle": {
                    "normal": {
                        "lineStyle": {
                            "shadowColor": "rgba(0,0,0,0.4)"
                        },
                        barBorderRadius: [0, 8, 8, 0],
                        color: '#00e6f3'
                    }
                },
                "data": [
                    "1243",
                    "1378",
                    "1845",
                    "2145",
                    "2360",
                ]
            }, ]
        },
        "新增患者趋势": {
            "日": {
                "title": {
                    "text": "新增患者趋势",
                    "x": "center",
                    textStyle: {
                        color: '#b5e1fc',
                        fontSize: 16,
                        fontWeight: 'bold'
                    }
                },
                tooltip: {
                    trigger: 'axis',
                    axisPointer: {
                        type: 'cross',
                        crossStyle: {
                            color: '#fff'
                        }
                    }
                },
                "grid": {
                    top: '90',
                    left: '60'
                },
                legend: {
                    data: ['新增人次', '环比'],
                    textStyle: {
                        color: '#b5e1fc'
                    },
                    top: '40'
                },
                xAxis: [{
                    type: 'category',
                    "data": [
                        "2018-07-01",
                        "2018-07-02",
                        "2018-07-03",
                        "2018-07-04",
                        "2018-07-05",
                        "2018-07-06",
                        "2018-07-07",
                        "2018-07-08"
                    ],
                    axisPointer: {
                        type: 'shadow'
                    },
                    axisTick: {
                        show: false
                    },
                    axisLine: {
                        lineStyle: {
                            color: '#095f8e'
                        }
                    },
                    axisLabel: {
                        color: '#b5e1fc'
                    }
                }],
                yAxis: [{
                        type: 'value',
                        name: '新增人次',
                        max: 10,
                        nameTextStyle: {
                            color: '#b5e1fc' // 坐标轴名称颜色
                        },
                        splitLine: {
                            show: false
                        },
                        axisLine: {
                            lineStyle: {
                                color: '#095f8e'
                            }
                        },
                        axisLabel: {
                            color: '#b5e1fc'
                        }
                    },
                    {
                        type: 'value',
                        name: '环比',
                        min: 0,
                        max: 10,
                        nameTextStyle: {
                            color: '#b5e1fc' // 坐标轴名称颜色
                        },
                        splitLine: {
                            show: false // 不显示坐标轴刻度
                        },
                        axisLine: {
                            lineStyle: {
                                color: '#095f8e' // 坐标轴轴线颜色
                            }
                        },
                        axisLabel: {
                            color: '#b5e1fc' // 坐标轴刻度标签文本颜色
                        }
                    }
                ],
                series: [{
                        name: '新增人次',
                        type: 'bar',
                        "data": [
                            "6",
                            "7",
                            "5",
                            "5",
                            "6",
                            "7",
                            "5",
                            "3"
                        ],
                        barWidth: 20,
                        label: {
                            normal: {
                                show: true,
                                position: 'top', // 在柱状图上方显示
                                color: '#fff' // 柱状图上方显示的数值颜色
                            }
                        },
                        itemStyle: {
                            barBorderRadius: [8, 8, 0, 0],
                            color: '#00e6f3'
                        }
                    },
                    {
                        name: '环比',
                        type: 'line',
                        yAxisIndex: 1,
                        "data": [
                            "5",
                            "7",
                            "7",
                            "9",
                            "5",
                            "4",
                            "5",
                            "3"
                        ],
                        itemStyle: {
                            color: '#03fa6d'
                        }
                    }
                ]
            },
            "月": {
                "title": {
                    "text": "新增患者趋势",
                    "x": "center",
                    textStyle: {
                        color: '#b5e1fc',
                        fontSize: 16,
                        fontWeight: 'bold'
                    }
                },
                tooltip: {
                    trigger: 'axis',
                    axisPointer: {
                        type: 'cross',
                        crossStyle: {
                            color: '#fff'
                        }
                    }
                },
                "grid": {
                    top: '50',
                    left: '60'
                },
                legend: {
                    data: ['新增人次', '环比'],
                    textStyle: {
                        color: '#b5e1fc'
                    },
                    top: '40'
                },
                xAxis: [{
                    type: 'category',
                    "data": [
                        "2018-01",
                        "2018-02",
                        "2018-03",
                        "2018-04",
                        "2018-05",
                        "2018-06"
                    ],
                    axisPointer: {
                        type: 'shadow'
                    },
                    axisTick: {
                        show: false
                    },
                    axisLine: {
                        lineStyle: {
                            color: '#095f8e'
                        }
                    },
                    axisLabel: {
                        color: '#b5e1fc'
                    }
                }],
                yAxis: [{
                        type: 'value',
                        name: '新增人次',
                        max: 10,
                        nameTextStyle: {
                            color: '#b5e1fc' // 坐标轴名称颜色
                        },
                        splitLine: {
                            show: false
                        },
                        axisLine: {
                            lineStyle: {
                                color: '#095f8e'
                            }
                        },
                        axisLabel: {
                            color: '#b5e1fc'
                        }
                    },
                    {
                        type: 'value',
                        name: '环比',
                        min: 0,
                        max: 50,
                        nameTextStyle: {
                            color: '#b5e1fc' // 坐标轴名称颜色
                        },
                        splitLine: {
                            show: false // 不显示坐标轴刻度
                        },
                        axisLine: {
                            lineStyle: {
                                color: '#095f8e' // 坐标轴轴线颜色
                            }
                        },
                        axisLabel: {
                            color: '#b5e1fc' // 坐标轴刻度标签文本颜色
                        }
                    }
                ],
                series: [{
                        name: '新增人次',
                        type: 'bar',
                        "data": [
                            "6",
                            "7",
                            "5",
                            "5",
                            "6",
                            "7"
                        ],
                        barWidth: 20,
                        label: {
                            normal: {
                                show: true,
                                position: 'top', // 在柱状图上方显示
                                color: '#fff' // 柱状图上方显示的数值颜色
                            }
                        },
                        itemStyle: {
                            barBorderRadius: [8, 8, 0, 0],
                            color: '#00e6f3'
                        }
                    },
                    {
                        name: '环比',
                        type: 'line',
                        yAxisIndex: 1,
                        "data": [
                            "35",
                            "37",
                            "37",
                            "39",
                            "35",
                            "34"
                        ],
                        itemStyle: {
                            color: '#03fa6d'
                        }
                    }
                ]
            },
            "季": {
                "title": {
                    "text": "新增患者趋势",
                    "x": "center",
                    textStyle: {
                        color: '#b5e1fc',
                        fontSize: 16,
                        fontWeight: 'bold'
                    }
                },
                tooltip: {
                    trigger: 'axis',
                    axisPointer: {
                        type: 'cross',
                        crossStyle: {
                            color: '#fff'
                        }
                    }
                },
                "grid": {
                    top: '50',
                    left: '60'
                },
                legend: {
                    data: ['新增人次', '环比'],
                    textStyle: {
                        color: '#b5e1fc'
                    },
                    top: '40'
                },
                xAxis: [{
                    type: 'category',
                    "data": [
                        "2017季度3",
                        "2017季度4",
                        "2018季度1",
                        "2018季度2"
                    ],
                    axisPointer: {
                        type: 'shadow'
                    },
                    axisTick: {
                        show: false
                    },
                    axisLine: {
                        lineStyle: {
                            color: '#095f8e'
                        }
                    },
                    axisLabel: {
                        color: '#b5e1fc'
                    }
                }],
                yAxis: [{
                        type: 'value',
                        name: '新增人次',
                        max: 20,
                        nameTextStyle: {
                            color: '#b5e1fc' // 坐标轴名称颜色
                        },
                        splitLine: {
                            show: false
                        },
                        axisLine: {
                            lineStyle: {
                                color: '#095f8e'
                            }
                        },
                        axisLabel: {
                            color: '#b5e1fc'
                        }
                    },
                    {
                        type: 'value',
                        name: '环比',
                        min: 0,
                        max: 10,
                        nameTextStyle: {
                            color: '#b5e1fc' // 坐标轴名称颜色
                        },
                        splitLine: {
                            show: false // 不显示坐标轴刻度
                        },
                        axisLine: {
                            lineStyle: {
                                color: '#095f8e' // 坐标轴轴线颜色
                            }
                        },
                        axisLabel: {
                            color: '#b5e1fc' // 坐标轴刻度标签文本颜色
                        }
                    }
                ],
                series: [{
                        name: '新增人次',
                        type: 'bar',
                        "data": [
                            "16",
                            "17",
                            "15",
                            "9"
                        ],
                        barWidth: 20,
                        label: {
                            normal: {
                                show: true,
                                position: 'top', // 在柱状图上方显示
                                color: '#fff' // 柱状图上方显示的数值颜色
                            }
                        },
                        itemStyle: {
                            barBorderRadius: [8, 8, 0, 0],
                            color: '#00e6f3'
                        }
                    },
                    {
                        name: '环比',
                        type: 'line',
                        yAxisIndex: 1,
                        "data": [
                            "5",
                            "7",
                            "7",
                            "9"
                        ],
                        itemStyle: {
                            color: '#03fa6d'
                        }
                    }
                ]
            },
            "年": {
                "title": {
                    "text": "新增患者趋势",
                    "x": "center",
                    textStyle: {
                        color: '#b5e1fc',
                        fontSize: 16,
                        fontWeight: 'bold'
                    }
                },
                tooltip: {
                    trigger: 'axis',
                    axisPointer: {
                        type: 'cross',
                        crossStyle: {
                            color: '#fff'
                        }
                    }
                },
                "grid": {
                    top: '50',
                    left: '60'
                },
                legend: {
                    data: ['新增人次', '环比'],
                    textStyle: {
                        color: '#b5e1fc'
                    },
                    top: '40'
                },
                xAxis: [{
                    type: 'category',
                    "data": [
                        "2016",
                        "2017",
                        "2018"
                    ],
                    axisPointer: {
                        type: 'shadow'
                    },
                    axisTick: {
                        show: false
                    },
                    axisLine: {
                        lineStyle: {
                            color: '#095f8e'
                        }
                    },
                    axisLabel: {
                        color: '#b5e1fc'
                    }
                }],
                yAxis: [{
                        type: 'value',
                        name: '新增人次',
                        max: 400,
                        nameTextStyle: {
                            color: '#b5e1fc' // 坐标轴名称颜色
                        },
                        splitLine: {
                            show: false
                        },
                        axisLine: {
                            lineStyle: {
                                color: '#095f8e'
                            }
                        },
                        axisLabel: {
                            color: '#b5e1fc'
                        }
                    },
                    {
                        type: 'value',
                        name: '环比',
                        min: 0,
                        max: 15,
                        nameTextStyle: {
                            color: '#b5e1fc' // 坐标轴名称颜色
                        },
                        splitLine: {
                            show: false // 不显示坐标轴刻度
                        },
                        axisLine: {
                            lineStyle: {
                                color: '#095f8e' // 坐标轴轴线颜色
                            }
                        },
                        axisLabel: {
                            color: '#b5e1fc' // 坐标轴刻度标签文本颜色
                        }
                    }
                ],
                series: [{
                        name: '新增人次',
                        type: 'bar',
                        "data": [
                            "298",
                            "356",
                            "252"
                        ],
                        barWidth: 20,
                        label: {
                            normal: {
                                show: true,
                                position: 'top', // 在柱状图上方显示
                                color: '#fff' // 柱状图上方显示的数值颜色
                            }
                        },
                        itemStyle: {
                            barBorderRadius: [8, 8, 0, 0],
                            color: '#00e6f3'
                        }
                    },
                    {
                        name: '环比',
                        type: 'line',
                        yAxisIndex: 1,
                        "data": [
                            "9",
                            "12",
                            "8"
                        ],
                        itemStyle: {
                            color: '#03fa6d'
                        }
                    }
                ]
            }
        }
    },
    "门诊": {
        "区县分布": {
            "title": {
                "text": "区县分布",
                "x": "center",
                "textStyle": {
                    color: ['#b5e1fc']
                },
                "padding": [10, 0, 0, 0]
            },
            "tooltip": {
                "trigger": "axis"
            },
            grid: {
                top: 80,
                bottom: 30,
                left: 80
            },
            "yAxis": [{
                "type": "category",
                "name": "人次",
                "data": [
                    "覃塘区",
                    "港南区",
                    "港北区",
                    "平南县",
                    "桂平市",
                ],
                axisPointer: {
                    type: 'shadow'
                },
                axisTick: {
                    show: false
                },
                axisLine: {
                    lineStyle: {
                        color: '#095f8e'
                    }
                },
                axisLabel: {
                    color: '#b5e1fc'
                },
                nameTextStyle: {
                    color: '#b5e1fc'
                }
            }],
            "xAxis": [{
                "type": "value",
                axisPointer: {
                    type: 'shadow'
                },
                axisTick: {
                    show: false
                },
                axisLine: {
                    lineStyle: {
                        color: '#095f8e'
                    }
                },
                axisLabel: {
                    color: '#fff'
                },
                splitLine: {
                    show: false // 不显示坐标轴刻度
                }
            }],
            "series": [{
                "smooth": true,
                "name": "区县分布",
                "type": "bar",
                barWidth: 20,
                "label": {
                    show: false,
                    position: "right"
                },
                "itemStyle": {
                    "normal": {
                        "lineStyle": {
                            "shadowColor": "rgba(0,0,0,0.4)"
                        },
                        barBorderRadius: [0, 8, 8, 0],
                        color: '#00e6f3'
                    }
                },
                "data": [
                    "7498",
                    "20362",
                    "12475",
                    "52163",
                    "87514",
                ]
            }, ]
        },
        "年龄段分布": {
            "title": {
                "text": "年龄段分布",
                "x": "center",
                "textStyle": {
                    color: ['#b5e1fc']
                },
                "padding": [10, 0, 0, 0]
            },
            "tooltip": {
                "trigger": "item"
            },
            legend: {
                orient: 'vertical',
                data: ['0-6', '7-17', '18-40', '41-65', '> 65'],
                right: '15%',
                top: '25%',
                textStyle: {
                    color: ['#b5e1fc']
                }
            },
            "series": [{
                "center": [
                    "35%",
                    "50%"
                ],
                radius: ['30%', '40%'],
                "name": "",
                "type": "pie",
                "itemStyle": {
                    "normal": {
                        "label": {
                            "show": false
                        },
                        "labelLine": {
                            "show": false
                        }
                    }
                },
                "data": [{
                    "name": "0-6",
                    "value": "0"
                },
                {
                    "name": "7-17",
                    "value": "1074"
                },
                {
                    "name": "18-40",
                    "value": "26475"
                },
                {
                    "name": "41-65",
                    "value": "95478"
                },
                {
                    "name": "> 65",
                    "value": "17565"
                }
            ]
            }]
        },
        "性别分布": {
            "title": {
                "text": "性别分布",
                "x": "center",
                "textStyle": {
                    color: ['#b5e1fc']
                },
                "padding": [10, 0, 0, 0]
            },
            "tooltip": {
                "trigger": "item"
            },
            legend: {
                orient: 'vertical',
                // x: 'right',
                data: ['男', '女'],
                right: '25%',
                top: '40%',
                textStyle: {
                    color: ['#b5e1fc']
                }
            },
            "series": [{
                "center": [
                    "35%",
                    "50%"
                ],
                radius: ['30%', '40%'],
                "name": "",
                "type": "pie",
                "itemStyle": {
                    "normal": {
                        "label": {
                            "show": false
                        },
                        "labelLine": {
                            "show": false
                        }
                    }
                },
                "data": [{
                    "name": "男",
                    "value": "76728"
                },
                {
                    "name": "女",
                    "value": "103654"
                }
            ]
            }]
        },
        "并发症": {
            "title": {
                "text": "并发症排行",
                "x": "center",
                "textStyle": {
                    color: ['#b5e1fc']
                },
                "padding": [10, 0, 0, 0]
            },
            "tooltip": {
                "trigger": "axis"
            },
            grid: {
                top: 40,
                bottom: 30,
                left: 80
            },
            "yAxis": [{
                "type": "category",
                "name": "",
                "data": [
                    "眼底病变",
                    "血管病变",
                    "肾病",
                    "脑血栓",
                    "冠心病",
                ],
                axisPointer: {
                    type: 'shadow'
                },
                axisTick: {
                    show: false
                },
                axisLine: {
                    lineStyle: {
                        color: '#095f8e'
                    }
                },
                axisLabel: {
                    color: '#b5e1fc'
                },
                nameTextStyle: {
                    color: '#b5e1fc'
                }
            }],
            "xAxis": [{
                "type": "value",
                axisPointer: {
                    type: 'shadow'
                },
                axisTick: {
                    show: false
                },
                axisLine: {
                    lineStyle: {
                        color: '#095f8e'
                    }
                },
                axisLabel: {
                    color: '#fff'
                },
                splitLine: {
                    show: false // 不显示坐标轴刻度
                }
            }],
            "series": [{
                "smooth": true,
                "name": "并发症排行",
                "type": "bar",
                barWidth: 20,
                "label": {
                    show: false,
                    position: "right"
                },
                "itemStyle": {
                    "normal": {
                        "lineStyle": {
                            "shadowColor": "rgba(0,0,0,0.4)"
                        },
                        barBorderRadius: [0, 8, 8, 0],
                        color: '#00e6f3'
                    }
                },
                "data": [
                    "800",
                    "1000",
                    "1100",
                    "1100",
                    "1200",
                ]
            }, ]
        },
        "新增患者趋势": {
            "日": {
                "title": {
                    "text": "新增患者趋势",
                    "x": "center",
                    textStyle: {
                        color: '#b5e1fc',
                        fontSize: 16,
                        fontWeight: 'bold'
                    }
                },
                tooltip: {
                    trigger: 'axis',
                    axisPointer: {
                        type: 'cross',
                        crossStyle: {
                            color: '#fff'
                        }
                    }
                },
                "grid": {
                    top: '90',
                    left: '60'
                },
                legend: {
                    data: ['新增人次', '环比'],
                    textStyle: {
                        color: '#b5e1fc'
                    },
                    top: '40'
                },
                xAxis: [{
                    type: 'category',
                    "data": [
                        "2018-07-01",
                        "2018-07-02",
                        "2018-07-03",
                        "2018-07-04",
                        "2018-07-05",
                        "2018-07-06",
                        "2018-07-07",
                        "2018-07-08"
                    ],
                    axisPointer: {
                        type: 'shadow'
                    },
                    axisTick: {
                        show: false
                    },
                    axisLine: {
                        lineStyle: {
                            color: '#095f8e'
                        }
                    },
                    axisLabel: {
                        color: '#b5e1fc'
                    }
                }],
                yAxis: [{
                        type: 'value',
                        name: '新增人次',
                        max: 10,
                        nameTextStyle: {
                            color: '#b5e1fc' // 坐标轴名称颜色
                        },
                        splitLine: {
                            show: false
                        },
                        axisLine: {
                            lineStyle: {
                                color: '#095f8e'
                            }
                        },
                        axisLabel: {
                            color: '#b5e1fc'
                        }
                    },
                    {
                        type: 'value',
                        name: '环比',
                        min: 0,
                        max: 10,
                        nameTextStyle: {
                            color: '#b5e1fc' // 坐标轴名称颜色
                        },
                        splitLine: {
                            show: false // 不显示坐标轴刻度
                        },
                        axisLine: {
                            lineStyle: {
                                color: '#095f8e' // 坐标轴轴线颜色
                            }
                        },
                        axisLabel: {
                            color: '#b5e1fc' // 坐标轴刻度标签文本颜色
                        }
                    }
                ],
                series: [{
                        name: '新增人次',
                        type: 'bar',
                        "data": [
                            "6",
                            "7",
                            "5",
                            "5",
                            "6",
                            "7",
                            "5",
                            "3"
                        ],
                        barWidth: 20,
                        label: {
                            normal: {
                                show: true,
                                position: 'top', // 在柱状图上方显示
                                color: '#fff' // 柱状图上方显示的数值颜色
                            }
                        },
                        itemStyle: {
                            barBorderRadius: [8, 8, 0, 0],
                            color: '#00e6f3'
                        }
                    },
                    {
                        name: '环比',
                        type: 'line',
                        yAxisIndex: 1,
                        "data": [
                            "3",
                            "4",
                            "2",
                            "4",
                            "3",
                            "3",
                            "2",
                            "2"
                        ],
                        itemStyle: {
                            color: '#03fa6d'
                        }
                    }
                ]
            },
            "月": {
                "title": {
                    "text": "新增患者趋势",
                    "x": "center",
                    textStyle: {
                        color: '#b5e1fc',
                        fontSize: 16,
                        fontWeight: 'bold'
                    }
                },
                tooltip: {
                    trigger: 'axis',
                    axisPointer: {
                        type: 'cross',
                        crossStyle: {
                            color: '#fff'
                        }
                    }
                },
                "grid": {
                    top: '50',
                    left: '60'
                },
                legend: {
                    data: ['新增人次', '环比'],
                    textStyle: {
                        color: '#b5e1fc'
                    },
                    top: '40'
                },
                xAxis: [{
                    type: 'category',
                    "data": [
                        "2018-01",
                        "2018-02",
                        "2018-03",
                        "2018-04",
                        "2018-05",
                        "2018-06"
                    ],
                    axisPointer: {
                        type: 'shadow'
                    },
                    axisTick: {
                        show: false
                    },
                    axisLine: {
                        lineStyle: {
                            color: '#095f8e'
                        }
                    },
                    axisLabel: {
                        color: '#b5e1fc'
                    }
                }],
                yAxis: [{
                        type: 'value',
                        name: '新增人次',
                        max: 10,
                        nameTextStyle: {
                            color: '#b5e1fc' // 坐标轴名称颜色
                        },
                        splitLine: {
                            show: false
                        },
                        axisLine: {
                            lineStyle: {
                                color: '#095f8e'
                            }
                        },
                        axisLabel: {
                            color: '#b5e1fc'
                        }
                    },
                    {
                        type: 'value',
                        name: '环比',
                        min: 0,
                        max: 10,
                        nameTextStyle: {
                            color: '#b5e1fc' // 坐标轴名称颜色
                        },
                        splitLine: {
                            show: false // 不显示坐标轴刻度
                        },
                        axisLine: {
                            lineStyle: {
                                color: '#095f8e' // 坐标轴轴线颜色
                            }
                        },
                        axisLabel: {
                            color: '#b5e1fc' // 坐标轴刻度标签文本颜色
                        }
                    }
                ],
                series: [{
                        name: '新增人次',
                        type: 'bar',
                        "data": [
                            "6",
                            "7",
                            "5",
                            "5",
                            "6",
                            "7"
                        ],
                        barWidth: 20,
                        label: {
                            normal: {
                                show: true,
                                position: 'top', // 在柱状图上方显示
                                color: '#fff' // 柱状图上方显示的数值颜色
                            }
                        },
                        itemStyle: {
                            barBorderRadius: [8, 8, 0, 0],
                            color: '#00e6f3'
                        }
                    },
                    {
                        name: '环比',
                        type: 'line',
                        yAxisIndex: 1,
                        "data": [
                            "5",
                            "7",
                            "7",
                            "6",
                            "5",
                            "4"
                        ],
                        itemStyle: {
                            color: '#03fa6d'
                        }
                    }
                ]
            },
            "季": {
                "title": {
                    "text": "新增患者趋势",
                    "x": "center",
                    textStyle: {
                        color: '#b5e1fc',
                        fontSize: 16,
                        fontWeight: 'bold'
                    }
                },
                tooltip: {
                    trigger: 'axis',
                    axisPointer: {
                        type: 'cross',
                        crossStyle: {
                            color: '#fff'
                        }
                    }
                },
                "grid": {
                    top: '50',
                    left: '60'
                },
                legend: {
                    data: ['新增人次', '环比'],
                    textStyle: {
                        color: '#b5e1fc'
                    },
                    top: '40'
                },
                xAxis: [{
                    type: 'category',
                    "data": [
                        "2017季度3",
                        "2017季度4",
                        "2018季度1",
                        "2018季度2"
                    ],
                    axisPointer: {
                        type: 'shadow'
                    },
                    axisTick: {
                        show: false
                    },
                    axisLine: {
                        lineStyle: {
                            color: '#095f8e'
                        }
                    },
                    axisLabel: {
                        color: '#b5e1fc'
                    }
                }],
                yAxis: [{
                        type: 'value',
                        name: '新增人次',
                        max: 10,
                        nameTextStyle: {
                            color: '#b5e1fc' // 坐标轴名称颜色
                        },
                        splitLine: {
                            show: false
                        },
                        axisLine: {
                            lineStyle: {
                                color: '#095f8e'
                            }
                        },
                        axisLabel: {
                            color: '#b5e1fc'
                        }
                    },
                    {
                        type: 'value',
                        name: '环比',
                        min: 0,
                        max: 10,
                        nameTextStyle: {
                            color: '#b5e1fc' // 坐标轴名称颜色
                        },
                        splitLine: {
                            show: false // 不显示坐标轴刻度
                        },
                        axisLine: {
                            lineStyle: {
                                color: '#095f8e' // 坐标轴轴线颜色
                            }
                        },
                        axisLabel: {
                            color: '#b5e1fc' // 坐标轴刻度标签文本颜色
                        }
                    }
                ],
                series: [{
                        name: '新增人次',
                        type: 'bar',
                        "data": [
                            "6",
                            "7",
                            "5",
                            "5"
                        ],
                        barWidth: 20,
                        label: {
                            normal: {
                                show: true,
                                position: 'top', // 在柱状图上方显示
                                color: '#fff' // 柱状图上方显示的数值颜色
                            }
                        },
                        itemStyle: {
                            barBorderRadius: [8, 8, 0, 0],
                            color: '#00e6f3'
                        }
                    },
                    {
                        name: '环比',
                        type: 'line',
                        yAxisIndex: 1,
                        "data": [
                            "5",
                            "7",
                            "7",
                            "9"
                        ],
                        itemStyle: {
                            color: '#03fa6d'
                        }
                    }
                ]
            },
            "年": {
                "title": {
                    "text": "新增患者趋势",
                    "x": "center",
                    textStyle: {
                        color: '#b5e1fc',
                        fontSize: 16,
                        fontWeight: 'bold'
                    }
                },
                tooltip: {
                    trigger: 'axis',
                    axisPointer: {
                        type: 'cross',
                        crossStyle: {
                            color: '#fff'
                        }
                    }
                },
                "grid": {
                    top: '50',
                    left: '60'
                },
                legend: {
                    data: ['新增人次', '环比'],
                    textStyle: {
                        color: '#b5e1fc'
                    },
                    top: '40'
                },
                xAxis: [{
                    type: 'category',
                    "data": [
                        "2016",
                        "2017",
                        "2018"
                    ],
                    axisPointer: {
                        type: 'shadow'
                    },
                    axisTick: {
                        show: false
                    },
                    axisLine: {
                        lineStyle: {
                            color: '#095f8e'
                        }
                    },
                    axisLabel: {
                        color: '#b5e1fc'
                    }
                }],
                yAxis: [{
                        type: 'value',
                        name: '新增人次',
                        max: 200,
                        nameTextStyle: {
                            color: '#b5e1fc' // 坐标轴名称颜色
                        },
                        splitLine: {
                            show: false
                        },
                        axisLine: {
                            lineStyle: {
                                color: '#095f8e'
                            }
                        },
                        axisLabel: {
                            color: '#b5e1fc'
                        }
                    },
                    {
                        type: 'value',
                        name: '环比',
                        min: 0,
                        max: 50,
                        nameTextStyle: {
                            color: '#b5e1fc' // 坐标轴名称颜色
                        },
                        splitLine: {
                            show: false // 不显示坐标轴刻度
                        },
                        axisLine: {
                            lineStyle: {
                                color: '#095f8e' // 坐标轴轴线颜色
                            }
                        },
                        axisLabel: {
                            color: '#b5e1fc' // 坐标轴刻度标签文本颜色
                        }
                    }
                ],
                series: [{
                        name: '新增人次',
                        type: 'bar',
                        "data": [
                            "163",
                            "198",
                            "136"
                        ],
                        barWidth: 20,
                        label: {
                            normal: {
                                show: true,
                                position: 'top', // 在柱状图上方显示
                                color: '#fff' // 柱状图上方显示的数值颜色
                            }
                        },
                        itemStyle: {
                            barBorderRadius: [8, 8, 0, 0],
                            color: '#00e6f3'
                        }
                    },
                    {
                        name: '环比',
                        type: 'line',
                        yAxisIndex: 1,
                        "data": [
                            "35",
                            "39",
                            "25"
                        ],
                        itemStyle: {
                            color: '#03fa6d'
                        }
                    }
                ]
            }
        }
    },
    "住院": {
        "区县分布": {
            "title": {
                "text": "区县分布",
                "x": "center",
                "textStyle": {
                    color: ['#b5e1fc']
                },
                "padding": [10, 0, 0, 0]
            },
            "tooltip": {
                "trigger": "axis"
            },
            grid: {
                top: 80,
                bottom: 30,
                left: 80
            },
            "yAxis": [{
                "type": "category",
                "name": "人次",
                "data": [
                    "覃塘区",
                    "港南区",
                    "港北区",
                    "平南县",
                    "桂平市",
                ],
                axisPointer: {
                    type: 'shadow'
                },
                axisTick: {
                    show: false
                },
                axisLine: {
                    lineStyle: {
                        color: '#095f8e'
                    }
                },
                axisLabel: {
                    color: '#b5e1fc'
                },
                nameTextStyle: {
                    color: '#b5e1fc'
                }
            }],
            "xAxis": [{
                "type": "value",
                axisPointer: {
                    type: 'shadow'
                },
                axisTick: {
                    show: false
                },
                axisLine: {
                    lineStyle: {
                        color: '#095f8e'
                    }
                },
                axisLabel: {
                    color: '#fff'
                },
                splitLine: {
                    show: false // 不显示坐标轴刻度
                }
            }],
            "series": [{
                "smooth": true,
                "name": "区县分布",
                "type": "bar",
                barWidth: 20,
                "label": {
                    show: false,
                    position: "right"
                },
                "itemStyle": {
                    "normal": {
                        "lineStyle": {
                            "shadowColor": "rgba(0,0,0,0.4)"
                        },
                        barBorderRadius: [0, 8, 8, 0],
                        color: '#00e6f3'
                    }
                },
                "data": [
                    "5089",
                    "5272",
                    "14056",
                    "21965",
                    "35971",
                ]
            }, ]
        },
        "年龄段分布": {
            "title": {
                "text": "年龄段分布",
                "x": "center",
                "textStyle": {
                    color: ['#b5e1fc']
                },
                "padding": [10, 0, 0, 0]
            },
            "tooltip": {
                "trigger": "item"
            },
            legend: {
                orient: 'vertical',
                data: ['0-6', '7-17', '18-40', '41-65', '> 65'],
                right: '15%',
                top: '25%',
                textStyle: {
                    color: ['#b5e1fc']
                }
            },
            "series": [{
                "center": [
                    "35%",
                    "50%"
                ],
                radius: ['30%', '40%'],
                "name": "",
                "type": "pie",
                "itemStyle": {
                    "normal": {
                        "label": {
                            "show": false
                        },
                        "labelLine": {
                            "show": false
                        }
                    }
                },
                "data": [{
                    "name": "0-6",
                    "value": "0"
                },
                {
                    "name": "7-17",
                    "value": "1282"
                },
                {
                    "name": "18-40",
                    "value": "1887"
                },
                {
                    "name": "41-65",
                    "value": "9950"
                },
                {
                    "name": "> 65",
                    "value": "1654"
                }
            ]
            }]
        },
        "性别分布": {
            "title": {
                "text": "性别分布",
                "x": "center",
                "textStyle": {
                    color: ['#b5e1fc']
                },
                "padding": [10, 0, 0, 0]
            },
            "tooltip": {
                "trigger": "item"
            },
            legend: {
                orient: 'vertical',
                // x: 'right',
                data: ['男', '女'],
                right: '25%',
                top: '40%',
                textStyle: {
                    color: ['#b5e1fc']
                }
            },
            "series": [{
                "center": [
                    "35%",
                    "50%"
                ],
                radius: ['30%', '40%'],
                "name": "",
                "type": "pie",
                "itemStyle": {
                    "normal": {
                        "label": {
                            "show": false
                        },
                        "labelLine": {
                            "show": false
                        }
                    }
                },
                "data": [{
                    "name": "男",
                    "value": "42136"
                },
                {
                    "name": "女",
                    "value": "30117"
                }
            ]
            }]
        },
        "并发症": {
            "title": {
                "text": "并发症排行",
                "x": "center",
                "textStyle": {
                    color: ['#b5e1fc']
                },
                "padding": [10, 0, 0, 0]
            },
            "tooltip": {
                "trigger": "axis"
            },
            grid: {
                top: 40,
                bottom: 30,
                left: 80
            },
            "yAxis": [{
                "type": "category",
                "name": "",
                "data": [
                    "眼底病变",
                    "血管病变",
                    "肾病",
                    "脑血栓",
                    "冠心病",
                ],
                axisPointer: {
                    type: 'shadow'
                },
                axisTick: {
                    show: false
                },
                axisLine: {
                    lineStyle: {
                        color: '#095f8e'
                    }
                },
                axisLabel: {
                    color: '#b5e1fc'
                },
                nameTextStyle: {
                    color: '#b5e1fc'
                }
            }],
            "xAxis": [{
                "type": "value",
                axisPointer: {
                    type: 'shadow'
                },
                axisTick: {
                    show: false
                },
                axisLine: {
                    lineStyle: {
                        color: '#095f8e'
                    }
                },
                axisLabel: {
                    color: '#fff'
                },
                splitLine: {
                    show: false // 不显示坐标轴刻度
                }
            }],
            "series": [{
                "smooth": true,
                "name": "并发症排行",
                "type": "bar",
                barWidth: 20,
                "label": {
                    show: false,
                    position: "right"
                },
                "itemStyle": {
                    "normal": {
                        "lineStyle": {
                            "shadowColor": "rgba(0,0,0,0.4)"
                        },
                        barBorderRadius: [0, 8, 8, 0],
                        color: '#00e6f3'
                    }
                },
                "data": [
                    "378",
                    "443",
                    "745",
                    "1045",
                    "1160",
                ]
            }, ]
        },
        "新增患者趋势": {
            "日": {
                "title": {
                    "text": "新增患者趋势",
                    "x": "center",
                    textStyle: {
                        color: '#b5e1fc',
                        fontSize: 16,
                        fontWeight: 'bold'
                    }
                },
                tooltip: {
                    trigger: 'axis',
                    axisPointer: {
                        type: 'cross',
                        crossStyle: {
                            color: '#fff'
                        }
                    }
                },
                "grid": {
                    top: '90',
                    left: '60'
                },
                legend: {
                    data: ['新增人次', '环比'],
                    textStyle: {
                        color: '#b5e1fc'
                    },
                    top: '40'
                },
                xAxis: [{
                    type: 'category',
                    "data": [
                        "2018-07-01",
                        "2018-07-02",
                        "2018-07-03",
                        "2018-07-04",
                        "2018-07-05",
                        "2018-07-06",
                        "2018-07-07",
                        "2018-07-08"
                    ],
                    axisPointer: {
                        type: 'shadow'
                    },
                    axisTick: {
                        show: false
                    },
                    axisLine: {
                        lineStyle: {
                            color: '#095f8e'
                        }
                    },
                    axisLabel: {
                        color: '#b5e1fc'
                    }
                }],
                yAxis: [{
                        type: 'value',
                        name: '新增人次',
                        max: 10,
                        nameTextStyle: {
                            color: '#b5e1fc' // 坐标轴名称颜色
                        },
                        splitLine: {
                            show: false
                        },
                        axisLine: {
                            lineStyle: {
                                color: '#095f8e'
                            }
                        },
                        axisLabel: {
                            color: '#b5e1fc'
                        }
                    },
                    {
                        type: 'value',
                        name: '环比',
                        min: 0,
                        max: 10,
                        nameTextStyle: {
                            color: '#b5e1fc' // 坐标轴名称颜色
                        },
                        splitLine: {
                            show: false // 不显示坐标轴刻度
                        },
                        axisLine: {
                            lineStyle: {
                                color: '#095f8e' // 坐标轴轴线颜色
                            }
                        },
                        axisLabel: {
                            color: '#b5e1fc' // 坐标轴刻度标签文本颜色
                        }
                    }
                ],
                series: [{
                        name: '新增人次',
                        type: 'bar',
                        "data": [
                            "6",
                            "7",
                            "5",
                            "5",
                            "6",
                            "7",
                            "5",
                            "3"
                        ],
                        barWidth: 20,
                        label: {
                            normal: {
                                show: true,
                                position: 'top', // 在柱状图上方显示
                                color: '#fff' // 柱状图上方显示的数值颜色
                            }
                        },
                        itemStyle: {
                            barBorderRadius: [8, 8, 0, 0],
                            color: '#00e6f3'
                        }
                    },
                    {
                        name: '环比',
                        type: 'line',
                        yAxisIndex: 1,
                        "data": [
                            "3",
                            "3",
                            "0",
                            "2",
                            "3",
                            "3",
                            "2",
                            "2"
                        ],
                        itemStyle: {
                            color: '#03fa6d'
                        }
                    }
                ]
            },
            "月": {
                "title": {
                    "text": "新增患者趋势",
                    "x": "center",
                    textStyle: {
                        color: '#b5e1fc',
                        fontSize: 16,
                        fontWeight: 'bold'
                    }
                },
                tooltip: {
                    trigger: 'axis',
                    axisPointer: {
                        type: 'cross',
                        crossStyle: {
                            color: '#fff'
                        }
                    }
                },
                "grid": {
                    top: '50',
                    left: '60'
                },
                legend: {
                    data: ['新增人次', '环比'],
                    textStyle: {
                        color: '#b5e1fc'
                    },
                    top: '40'
                },
                xAxis: [{
                    type: 'category',
                    "data": [
                        "2018-01",
                        "2018-02",
                        "2018-03",
                        "2018-04",
                        "2018-05",
                        "2018-06"
                    ],
                    axisPointer: {
                        type: 'shadow'
                    },
                    axisTick: {
                        show: false
                    },
                    axisLine: {
                        lineStyle: {
                            color: '#095f8e'
                        }
                    },
                    axisLabel: {
                        color: '#b5e1fc'
                    }
                }],
                yAxis: [{
                        type: 'value',
                        name: '新增人次',
                        max: 10,
                        nameTextStyle: {
                            color: '#b5e1fc' // 坐标轴名称颜色
                        },
                        splitLine: {
                            show: false
                        },
                        axisLine: {
                            lineStyle: {
                                color: '#095f8e'
                            }
                        },
                        axisLabel: {
                            color: '#b5e1fc'
                        }
                    },
                    {
                        type: 'value',
                        name: '环比',
                        min: 0,
                        max: 10,
                        nameTextStyle: {
                            color: '#b5e1fc' // 坐标轴名称颜色
                        },
                        splitLine: {
                            show: false // 不显示坐标轴刻度
                        },
                        axisLine: {
                            lineStyle: {
                                color: '#095f8e' // 坐标轴轴线颜色
                            }
                        },
                        axisLabel: {
                            color: '#b5e1fc' // 坐标轴刻度标签文本颜色
                        }
                    }
                ],
                series: [{
                        name: '新增人次',
                        type: 'bar',
                        "data": [
                            "6",
                            "7",
                            "5",
                            "5",
                            "6",
                            "7"
                        ],
                        barWidth: 20,
                        label: {
                            normal: {
                                show: true,
                                position: 'top', // 在柱状图上方显示
                                color: '#fff' // 柱状图上方显示的数值颜色
                            }
                        },
                        itemStyle: {
                            barBorderRadius: [8, 8, 0, 0],
                            color: '#00e6f3'
                        }
                    },
                    {
                        name: '环比',
                        type: 'line',
                        yAxisIndex: 1,
                        "data": [
                            "4",
                            "6",
                            "3",
                            "5",
                            "3",
                            "4"
                        ],
                        itemStyle: {
                            color: '#03fa6d'
                        }
                    }
                ]
            },
            "季": {
                "title": {
                    "text": "新增患者趋势",
                    "x": "center",
                    textStyle: {
                        color: '#b5e1fc',
                        fontSize: 16,
                        fontWeight: 'bold'
                    }
                },
                tooltip: {
                    trigger: 'axis',
                    axisPointer: {
                        type: 'cross',
                        crossStyle: {
                            color: '#fff'
                        }
                    }
                },
                "grid": {
                    top: '50',
                    left: '60'
                },
                legend: {
                    data: ['新增人次', '环比'],
                    textStyle: {
                        color: '#b5e1fc'
                    },
                    top: '40'
                },
                xAxis: [{
                    type: 'category',
                    "data": [
                        "2017季度3",
                        "2017季度4",
                        "2018季度1",
                        "2018季度2"
                    ],
                    axisPointer: {
                        type: 'shadow'
                    },
                    axisTick: {
                        show: false
                    },
                    axisLine: {
                        lineStyle: {
                            color: '#095f8e'
                        }
                    },
                    axisLabel: {
                        color: '#b5e1fc'
                    }
                }],
                yAxis: [{
                        type: 'value',
                        name: '新增人次',
                        max: 10,
                        nameTextStyle: {
                            color: '#b5e1fc' // 坐标轴名称颜色
                        },
                        splitLine: {
                            show: false
                        },
                        axisLine: {
                            lineStyle: {
                                color: '#095f8e'
                            }
                        },
                        axisLabel: {
                            color: '#b5e1fc'
                        }
                    },
                    {
                        type: 'value',
                        name: '环比',
                        min: 0,
                        max: 13,
                        nameTextStyle: {
                            color: '#b5e1fc' // 坐标轴名称颜色
                        },
                        splitLine: {
                            show: false // 不显示坐标轴刻度
                        },
                        axisLine: {
                            lineStyle: {
                                color: '#095f8e' // 坐标轴轴线颜色
                            }
                        },
                        axisLabel: {
                            color: '#b5e1fc' // 坐标轴刻度标签文本颜色
                        }
                    }
                ],
                series: [{
                        name: '新增人次',
                        type: 'bar',
                        "data": [
                            "8",
                            "7",
                            "5",
                            "5"
                        ],
                        barWidth: 20,
                        label: {
                            normal: {
                                show: true,
                                position: 'top', // 在柱状图上方显示
                                color: '#fff' // 柱状图上方显示的数值颜色
                            }
                        },
                        itemStyle: {
                            barBorderRadius: [8, 8, 0, 0],
                            color: '#00e6f3'
                        }
                    },
                    {
                        name: '环比',
                        type: 'line',
                        yAxisIndex: 1,
                        "data": [
                            "11",
                            "8",
                            "3",
                            "5"
                        ],
                        itemStyle: {
                            color: '#03fa6d'
                        }
                    }
                ]
            },
            "年": {
                "title": {
                    "text": "新增患者趋势",
                    "x": "center",
                    textStyle: {
                        color: '#b5e1fc',
                        fontSize: 16,
                        fontWeight: 'bold'
                    }
                },
                tooltip: {
                    trigger: 'axis',
                    axisPointer: {
                        type: 'cross',
                        crossStyle: {
                            color: '#fff'
                        }
                    }
                },
                "grid": {
                    top: '50',
                    left: '60'
                },
                legend: {
                    data: ['新增人次', '环比'],
                    textStyle: {
                        color: '#b5e1fc'
                    },
                    top: '40'
                },
                xAxis: [{
                    type: 'category',
                    "data": [
                        "2016",
                        "2017",
                        "2018"
                    ],
                    axisPointer: {
                        type: 'shadow'
                    },
                    axisTick: {
                        show: false
                    },
                    axisLine: {
                        lineStyle: {
                            color: '#095f8e'
                        }
                    },
                    axisLabel: {
                        color: '#b5e1fc'
                    }
                }],
                yAxis: [{
                        type: 'value',
                        name: '新增人次',
                        max: 200,
                        nameTextStyle: {
                            color: '#b5e1fc' // 坐标轴名称颜色
                        },
                        splitLine: {
                            show: false
                        },
                        axisLine: {
                            lineStyle: {
                                color: '#095f8e'
                            }
                        },
                        axisLabel: {
                            color: '#b5e1fc'
                        }
                    },
                    {
                        type: 'value',
                        name: '环比',
                        min: 0,
                        max: 50,
                        nameTextStyle: {
                            color: '#b5e1fc' // 坐标轴名称颜色
                        },
                        splitLine: {
                            show: false // 不显示坐标轴刻度
                        },
                        axisLine: {
                            lineStyle: {
                                color: '#095f8e' // 坐标轴轴线颜色
                            }
                        },
                        axisLabel: {
                            color: '#b5e1fc' // 坐标轴刻度标签文本颜色
                        }
                    }
                ],
                series: [{
                        name: '新增人次',
                        type: 'bar',
                        "data": [
                            "135",
                            "158",
                            "116"
                        ],
                        barWidth: 20,
                        label: {
                            normal: {
                                show: true,
                                position: 'top', // 在柱状图上方显示
                                color: '#fff' // 柱状图上方显示的数值颜色
                            }
                        },
                        itemStyle: {
                            barBorderRadius: [8, 8, 0, 0],
                            color: '#00e6f3'
                        }
                    },
                    {
                        name: '环比',
                        type: 'line',
                        yAxisIndex: 1,
                        "data": [
                            "27",
                            "36",
                            "23"
                        ],
                        itemStyle: {
                            color: '#03fa6d'
                        }
                    }
                ]
            }
        }
    },
}

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

@ -0,0 +1,137 @@
new Vue({
	el: '#main',
	data: {     
        alertData1:'',//总人数
        alertData2:'',//新增人数
        alertData3:'',//门诊人次
        alertData4:'',//住院人次
        alertChart1:'',//左边第一块表格
        alertChart2:'',//右上第一块
        alertChart3:'',//右上第二块
        alertChart4:'',//右上第三块
        alertChart5:'',//右下
        bigData:'',//总数据
        alertType:0,
        alertTime:0,
	},
	mounted: function() {
       this.initData()
    },
    methods: {
        initData:function(){
            var vm = this;
            vm.bigData = bigData;
            vm.alertData1 = vm.bigData['总人数'];
            vm.alertData2 = vm.bigData['新增人数'];
            vm.alertData3 = vm.bigData['门诊人次'];
            vm.alertData4 = vm.bigData['住院人次'];
            this.setAlertChart1(0);
            this.setAlertChart2(0);
            this.setAlertChart3(0);
            this.setAlertChart4(0);
            this.setAlertChart5(0,0);
            console.log(vm.bigData)
        },
        setAlertChart1:function(type){
            var t = '';
            switch(type){
                case 0:t = '全部';break;
                case 1:t = '门诊';break;
                case 2:t = '住院';break;
            }
            var options = bigData[t]['区县分布'];
            this.alertChart1 = options
        },
        setAlertChart2:function(type){
            var t = '';
            switch(type){
                case 0:t = '全部';break;
                case 1:t = '门诊';break;
                case 2:t = '住院';break;
            }
            var options =bigData[t]['年龄段分布'];
            this.alertChart2 = options
        },
        setAlertChart3:function(type){
            var t = '';
            switch(type){
                case 0:t = '全部';break;
                case 1:t = '门诊';break;
                case 2:t = '住院';break;
            }
            var options =bigData[t]['性别分布'];
            this.alertChart3 = options
        },
        setAlertChart4:function(type){
            var t = '';
            switch(type){
                case 0:t = '全部';break;
                case 1:t = '门诊';break;
                case 2:t = '住院';break;
            }
            var options =bigData[t]["并发症"];
            this.alertChart4 = options
        },
        setAlertChart5:function(type,time){
            var t = '',m='';
            switch(type){
                case 0:t = '全部';break;
                case 1:t = '门诊';break;
                case 2:t = '住院';break;
            }
            switch(time){
                case 0:m = '日';break;
                case 1:m = '月';break;
                case 2:m = '季';break;
                case 3:m = '年';break;
            }
            var options =bigData[t]['新增患者趋势'][m];
            this.alertChart5 = options
        },
        alertTitle:function(type){
            this.alertTime = 0;
            this.setAlertChart1(type);
            this.setAlertChart2(type);
            this.setAlertChart3(type);
            this.setAlertChart4(type);
            this.setAlertChart5(type,0);
            this.alertType = type;
        },
        alertChart:function(time){
            var type = this.alertType;
            this.alertTime = time;
            this.setAlertChart5(type,time);
        }
    }
});
//数字格式化
function toThousands(str) {
    if(!str)return
    str  =parseInt(str);
    if(typeof(str) == 'number')str = str.toString()
	var newStr = "";
	var count = 0;
	if(str.indexOf(".") == -1) {
		for(var i = str.length - 1; i >= 0; i--) {
			if(count % 3 == 0 && count != 0) {
				newStr = str.charAt(i) + "," + newStr;
			} else {
				newStr = str.charAt(i) + newStr;
			}
			count++;
		}
		str = newStr;
	} else {
		for(var i = str.indexOf(".") - 1; i >= 0; i--) {
			if(count % 3 == 0 && count != 0) {
				newStr = str.charAt(i) + "," + newStr;
			} else {
				newStr = str.charAt(i) + newStr; //逐个字符相接起来
			}
			count++;
		}
		str = newStr + (str + "00").substr((str + "00").indexOf("."), 3);
	}
	return str;
}