Browse Source

柱状例子

ljj 6 years ago
parent
commit
b9efdc77de
1 changed files with 8 additions and 2 deletions
  1. 8 2
      page/bigData/js/medical.js

+ 8 - 2
page/bigData/js/medical.js

@ -4,6 +4,12 @@ new Vue({
        leftChart1:null
	},
	mounted: function() {
        this.leftChart1  =gxyrq['重点服务人群增加趋势']['本年'];
	}
       this.setLeftChart1();
    },
    methods: {
        setLeftChart1:function(){
           var options =gxyrq['重点服务人群增加趋势']['本年'];
           this.leftChart1 = options
        }
    }
});