Commit 61883ebd291c7e229005f2db474b34a7ae1a71a8
1 parent
57c51129
'tijiao'
Showing
2 changed files
with
31 additions
and
0 deletions
.project
0 → 100644
| 1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
| 2 | +<projectDescription> | ||
| 3 | + <name>sysprojectms</name> | ||
| 4 | + <comment></comment> | ||
| 5 | + <projects> | ||
| 6 | + </projects> | ||
| 7 | + <buildSpec> | ||
| 8 | + <buildCommand> | ||
| 9 | + <name>com.aptana.ide.core.unifiedBuilder</name> | ||
| 10 | + <arguments> | ||
| 11 | + </arguments> | ||
| 12 | + </buildCommand> | ||
| 13 | + </buildSpec> | ||
| 14 | + <natures> | ||
| 15 | + <nature>com.aptana.projects.webnature</nature> | ||
| 16 | + </natures> | ||
| 17 | + <filteredResources> | ||
| 18 | + <filter> | ||
| 19 | + <id>1502423714354</id> | ||
| 20 | + <name></name> | ||
| 21 | + <type>26</type> | ||
| 22 | + <matcher> | ||
| 23 | + <id>org.eclipse.ui.ide.multiFilter</id> | ||
| 24 | + <arguments>1.0-name-matches-false-false-node_modules</arguments> | ||
| 25 | + </matcher> | ||
| 26 | + </filter> | ||
| 27 | + </filteredResources> | ||
| 28 | +</projectDescription> | 
js/pagejs/index.js
| @@ -745,6 +745,9 @@ | @@ -745,6 +745,9 @@ | ||
| 745 | bar_l_option.xAxis.data.push(countryName); | 745 | bar_l_option.xAxis.data.push(countryName); | 
| 746 | 746 | ||
| 747 | countryIndex[countryName] = i; | 747 | countryIndex[countryName] = i; | 
| 748 | + //拼图 | ||
| 749 | + var serieData = {name:countryName,value:0}; | ||
| 750 | + dataCount[i]=serieData; | ||
| 748 | } | 751 | } | 
| 749 | bar_l_option.xAxis.data.push("其他"); | 752 | bar_l_option.xAxis.data.push("其他"); | 
| 750 | var req= { | 753 | var req= { | 
