Skip to content

MultipleTargets not working #6

@mhussain

Description

@mhussain

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? :(

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions