Prometheus + Grafana + worldmap not working

Could you specify what labels need to be changed?

resultType:"matrix"
result:Array[56]
0:Object
metric:Object
__name__:"all_apps_by_cities"
geohash:"szfy7"
instance:"localhost:8080"
job:"scoring"
values:Array[1]
0:Array[1521640778,1]

For now I’m having following error in console:
anel data error: Error: Missing geohash value
at decodeGeoHash (geohash.js:2)
at eval (data_formatter.js:97)
at Array.forEach ()
at eval (data_formatter.js:95)
at Array.forEach ()
at DataFormatter.setGeohashValues (data_formatter.js:71)
at WorldmapCtrl.onDataReceived (worldmap_ctrl.js:132)
at o.emit (index.js:129)
at t.emit (emitter.ts:13)
at WorldmapCtrl.e.handleQueryResult (metrics_panel_ctrl.ts:297)

With debug I found is JS wollowing thing, but I’m not very good with JS to understand what is happening here.