Feature isn't working
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
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",
Dashboard > Settings > JSON Model
"type": "graph",
There are a lot of "type" tags. Whats the right one?
As @nhurman said changing type from "timeseries" to "graph" makes it work again.
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 , @dyrschatten how did you run version 9.3.2 with this plugin?
@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.
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.
https://github.com/pR0Ps/grafana-trackmap-panel/issues/74#issuecomment-1436343492
Is there any way to display the dot on the LAST data point (without the need to hover over the currrent time)?