فهرست منبع

移入增加百分比

ljj 6 سال پیش
والد
کامیت
3e73158bec
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  1. 3 0
      page/bigData/js/medical.js

+ 3 - 0
page/bigData/js/medical.js

@ -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(){