-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Display dot at the latest data point #86
Comments
Not currently no. It doesn't seem very difficult to implement though so I'll consider it a feature request |
In trackmap_ctrl.js, just add a icon and then add it at the latest datapoint, I do it with something like:
To prevent multiple icons:
Add the icon:
|
@CptHolzschnauz |
Yes sure, here is my code, rough n' dirty, comments in german but you will understand :
|
Hi @CptHolzschnauz |
Yes the latest. I made my own version of the trackmap plugin, unsigned, if you just change the code in the original it will not pass the sigining test, maybe that's why it stays grey? I forked the Plugin and allowed to run unsigned panels with the grafana config. Maybe you check this? |
@CptHolzschnauz |
Right, I use a different map as standard, and yes I add the actual position of a ship into the end of the dataset. Because the position of the ship remains the same no matter what time range inspecting with Grafana.
|
Is there a way to display the dot on the map at the latest data point (without the need to hover over another timeseries, etc)?
The text was updated successfully, but these errors were encountered: