From 79f96535074b998d0df5e042ebe2d06379ec37ad Mon Sep 17 00:00:00 2001 From: liuqimichale <123456lq> Date: Tue, 19 Sep 2017 18:39:11 +0800 Subject: [PATCH] first --- js/pagejs/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/pagejs/index.js b/js/pagejs/index.js index b778894..2cec28b 100644 --- a/js/pagejs/index.js +++ b/js/pagejs/index.js @@ -1445,10 +1445,10 @@ seriesData.data[i].value=equCount; } } - map_c_option.series[equIndex] = seriesData; + // map_c_option.series[equIndex] = seriesData; equIndex++; } - map_c_echart.setOption(map_c_option); + // map_c_echart.setOption(map_c_option); } } }; -- libgit2 0.21.4