grafana-trackmap-panel icon indicating copy to clipboard operation
grafana-trackmap-panel copied to clipboard

Feature isn't working

Open dyrschatten opened this issue 3 years ago • 9 comments

The feature:

  • Places a dot on the map at the current time as you mouse over other panels Is not working, as it's not placing a dot when moving over other panels

Grafana v9.3.2 (21c1d14e91) TrackMap V2.1.4

dyrschatten avatar Jan 20 '23 14:01 dyrschatten

I had the same issue, and found that it doesn't work with the newer "timeseries" grafana view type. Flipping it to the (deprecated) graph view makes it work again.

Dashboard > Settings > JSON Model

      "type": "graph",

nhurman avatar Jan 24 '23 03:01 nhurman

Dashboard > Settings > JSON Model

      "type": "graph",

There are a lot of "type" tags. Whats the right one?

umbm avatar Jan 29 '23 21:01 umbm

As @nhurman said changing type from "timeseries" to "graph" makes it work again.

dyrschatten avatar Jan 30 '23 15:01 dyrschatten

my JSON Model (156 lines) contains no "type": "timeseries" so it does not work for me. I tested several times with new dashbord and trackmap-panel only

grafana 9.3.2 pr0ps-trackmap-panel @ 2.1.4

umbm avatar Jan 30 '23 17:01 umbm

@umbm , @dyrschatten how did you run version 9.3.2 with this plugin?

Okaho avatar Feb 16 '23 09:02 Okaho

@umbm , @dyrschatten how did you run version 9.3.2 with this plugin?

connect via ssh to the grafana machine than enter 2 commands

sudo grafana-cli plugins install pr0ps-trackmap-panel

service grafana-server restart

than you can add it in grafana GUI to your dashboard.

umbm avatar Feb 16 '23 16:02 umbm

i get the message in interface "Error loading: pr0ps-trackmap-panel". But I installed from the downloaded archive, v.2.1.4 аbout the selection of dots: I was helped by the graphs "Graph (old)" inherited from the old versions (v7.x), new versions "Time series" do not work.

Okaho avatar Feb 17 '23 03:02 Okaho

https://github.com/pR0Ps/grafana-trackmap-panel/issues/74#issuecomment-1436343492

Okaho avatar Feb 20 '23 06:02 Okaho

Is there any way to display the dot on the LAST data point (without the need to hover over the currrent time)?

younesmaia avatar Oct 22 '23 14:10 younesmaia