|
@ -100,6 +100,13 @@ new Vue({
|
|
case 3:m = '年';break;
|
|
case 3:m = '年';break;
|
|
}
|
|
}
|
|
var options = this.bigData[t]['新增患者趋势'][m];
|
|
var options = this.bigData[t]['新增患者趋势'][m];
|
|
|
|
options.tooltip = {
|
|
|
|
trigger: 'axis',
|
|
|
|
axisPointer: {
|
|
|
|
type : 'shadow'
|
|
|
|
},
|
|
|
|
formatter: '{b} <br /> {a0}: {c0}<br />{a1}: {c1}' + "%"
|
|
|
|
}
|
|
this.alertChart5 = options
|
|
this.alertChart5 = options
|
|
},
|
|
},
|
|
alertTitle:function(type){
|
|
alertTitle:function(type){
|