alexandrainst / alexandra-trackmap-panel

Grafana map plugin to visualise coordinates as markers, hexbin, ant path, or heatmap.
MIT License
78 stars 26 forks source link

Add support for hover events from other graphs #103

Closed pesintta closed 1 year ago

pesintta commented 1 year ago

This pull-request adds support for listening hover events from other graphs in Grafana.

When such event is detected a Leaflet CircleMarker is displayed on the map position that closest matches the timestamp received from the event.

Some configuration options are also provided to set radius, color, opacity etc. of the marker.

resolves #43 resolves #63 resolves #87

Alkarex commented 1 year ago

Thanks!

2Belette commented 1 year ago

Thanks! which version would support that - when you think this would be available under Grafana plugins ? (I see the latest is 1.2.6, 2 years ago)