pR0Ps / grafana-trackmap-panel

A panel for Grafana that visualizes GPS points as a line on an interactive map
https://grafana.com/plugins/pr0ps-trackmap-panel
Apache License 2.0
136 stars 61 forks source link

3.0.0 dot not appearing when hovering over timeseries #90

Open StelioKontos21 opened 4 months ago

StelioKontos21 commented 4 months ago

Hi to all,

Using PSQL to get latitude and longitude of the trackmap panel, I can't figure out how to display the dot when hovering over timeseries panel.

Any ideas? I don't think I'm missing something...

Regards,

pR0Ps commented 4 months ago

Do you have the shared crosshair enabled for the dashboard? https://community.grafana.com/t/grafana-tooltip-customization/66221/7

This is something I explicitly tested and made sure was working for both legacy and current hover events so I don't know why it wouldn't be working.

StelioKontos21 commented 4 months ago

Sorry @pR0Ps , it was not enabled, my bad. Yet now it displays the blue dot, but only display the first position and the last one. If I hover over the first half (any point) of the timeseries panel, it will display me only the first point, while if I hover over the second half (any point), will display me only the last point. Basically it's not moving as I hover my cursor over the different points of the timeseries panel, just getting the first and the last position.