Commit 79f96535074b998d0df5e042ebe2d06379ec37ad
1 parent
aee019eb
first
Showing
1 changed file
with
2 additions
and
2 deletions
js/pagejs/index.js
... | ... | @@ -1445,10 +1445,10 @@ |
1445 | 1445 | seriesData.data[i].value=equCount; |
1446 | 1446 | } |
1447 | 1447 | } |
1448 | - map_c_option.series[equIndex] = seriesData; | |
1448 | + // map_c_option.series[equIndex] = seriesData; | |
1449 | 1449 | equIndex++; |
1450 | 1450 | } |
1451 | - map_c_echart.setOption(map_c_option); | |
1451 | + // map_c_echart.setOption(map_c_option); | |
1452 | 1452 | } |
1453 | 1453 | } |
1454 | 1454 | }; | ... | ... |