-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Labels
Description
Based on the tooltip info for location data
I entered the data as
{"location1": [lat1, lon1], "location2": [lat2, lon2]}But the console keeps showing the error
TypeError: Cannot read property 'lat' of undefined
at kibana.bundle.js?v=10229:82769
at commons.bundle.js?v=10229:45562
at completeOutstandingRequest (commons.bundle.js?v=10229:33214)
at commons.bundle.js?v=10229:33491
Which is essentially this line
if (config.multipleTargets) {
var targetCoords = getCoords([event.target.lat, event.target.lon]);Any ideas? :(