Fixed World Map causing issues introduced in fcc87d5

This commit is contained in:
Rsl1122 2018-08-05 11:00:15 +03:00
parent d5965ffdc1
commit addd463406

View File

@ -57,6 +57,7 @@ public class WorldMap implements HighChart {
dataBuilder.appendWithSeparators(
geoCodeCounts.entrySet().stream()
.filter(entry -> entry.getValue() != 0)
.map(entry -> "{'code':'" + entry.getKey() + "','value':" + entry.getValue() + "}")
.iterator(),
","