mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-11-05 10:20:23 +01:00
Fixed World Map causing issues introduced in fcc87d5
This commit is contained in:
parent
d5965ffdc1
commit
addd463406
@ -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(),
|
||||
","
|
||||
|
Loading…
Reference in New Issue
Block a user