|
@ -87,6 +87,7 @@ new Vue({
|
|
|
left: '75'
|
|
|
};
|
|
|
options.yAxis[1].show =true;
|
|
|
options.tooltip.formatter= '{b} <br /> {a0}: {c0}<br />{a1}: {c1}' + "%";
|
|
|
this.leftChart1 = options
|
|
|
},
|
|
|
setLeftChart2:function(){
|
|
@ -96,6 +97,7 @@ new Vue({
|
|
|
left: '70'
|
|
|
};
|
|
|
options.yAxis[1].show =true;
|
|
|
options.tooltip.formatter= '{b} <br /> {a0}: {c0}<br />{a1}: {c1}' + "%";
|
|
|
this.leftChart2 = options
|
|
|
},
|
|
|
setMapData:function(){
|
|
@ -115,6 +117,7 @@ new Vue({
|
|
|
setRightChart2:function(){
|
|
|
var options =this.allData['住院平均日数月趋势'];
|
|
|
options.yAxis[1].show = true;
|
|
|
options.tooltip.formatter= '{b} <br /> {a0}: {c0}<br />{a1}: {c1}' + "%";
|
|
|
this.rightChart2= options
|
|
|
},
|
|
|
setTable1:function(){
|