lulihong 6 rokov pred
rodič
commit
798cffa6fc

+ 4 - 2
page/bigData/component/high-incidence-disease.js

@ -41,7 +41,7 @@
				index2:0,
				gaoBingFaData:null,
				isInit:true,
				fontSize: 0.007 * window.screen.width,
				fontSize: 0,
				linkageFilter:"",
				hasData:true,
				monthData:null,
@ -50,7 +50,8 @@
			}
		},
		mounted: function() {
			
			var width = window.screen.width>=1920?window.screen.width:1920;
			this.fontSize = 0.007 * width;
		},
		watch:{
			data:function(data){
@ -235,6 +236,7 @@
								show: true,
								position: "right",
								color: '#b5e1fc',
								fontSize:vm.fontSize,
								formatter:function(param){
									var dataIndex = param.dataIndex,zhuYuanVal;
									 _.map(zhuYuanData,function(item,idx){

+ 3 - 2
page/bigData/component/key-service-population.js

@ -27,7 +27,7 @@
			return {
				keyServiceData:null,
				activeIndex:0,
				fontSize: 0.007 * window.screen.width,
				fontSize: 0,
				hasData:true,
				monthData:null,
				jiData:null,
@ -35,7 +35,8 @@
			}
		},
		mounted: function() {
			
			var width = window.screen.width>=1920?window.screen.width:1920;
			this.fontSize = 0.007 * width;
		},
		watch:{
			data:function(newData){