From aee019ebcd05a6510b9eeaf87dbf4c7d22bb5ec5 Mon Sep 17 00:00:00 2001 From: liuqimichale <123456lq> Date: Tue, 19 Sep 2017 18:38:16 +0800 Subject: [PATCH] first --- js/pagejs/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/js/pagejs/index.js b/js/pagejs/index.js index 6fcf900..b778894 100644 --- a/js/pagejs/index.js +++ b/js/pagejs/index.js @@ -303,7 +303,7 @@ echarts.registerMap('银川', yCjson); var chart = echarts.init(document.getElementById('map_c_echart')); - option = { + var option = { visualMap: { show: false, @@ -322,6 +322,7 @@ }, series:[ { + zoom:1.3,//当前视角的缩放比例。 name:'犯罪数量', type:'map', map:'银川', -- libgit2 0.21.4