From 61883ebd291c7e229005f2db474b34a7ae1a71a8 Mon Sep 17 00:00:00 2001 From: zhaowg3 Date: Fri, 11 Aug 2017 12:08:49 +0800 Subject: [PATCH] 'tijiao' --- .project | 28 ++++++++++++++++++++++++++++ js/pagejs/index.js | 3 +++ 2 files changed, 31 insertions(+), 0 deletions(-) create mode 100644 .project diff --git a/.project b/.project new file mode 100644 index 0000000..b4b5b26 --- /dev/null +++ b/.project @@ -0,0 +1,28 @@ + + + sysprojectms + + + + + + com.aptana.ide.core.unifiedBuilder + + + + + + com.aptana.projects.webnature + + + + 1502423714354 + + 26 + + org.eclipse.ui.ide.multiFilter + 1.0-name-matches-false-false-node_modules + + + + diff --git a/js/pagejs/index.js b/js/pagejs/index.js index 9a8c846..e7e6d66 100644 --- a/js/pagejs/index.js +++ b/js/pagejs/index.js @@ -745,6 +745,9 @@ bar_l_option.xAxis.data.push(countryName); countryIndex[countryName] = i; + //拼图 + var serieData = {name:countryName,value:0}; + dataCount[i]=serieData; } bar_l_option.xAxis.data.push("其他"); var req= { -- libgit2 0.21.4