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
137 stars 61 forks source link

maxDataPoints does not seem to be respected #14

Closed kodek closed 6 months ago

kodek commented 5 years ago

I've set the value to 1, and it does not have any effect on the graph. Upon looking at the code, I'm not sure "maxDataPoints" is referenced anywhere.

Unrelated: I'm still seeing a data point limit, but I'm assuming it's imposed by Grafana. Is this limit documented anywhere? Thanks!

pR0Ps commented 5 years ago

It's a Grafana thing: https://grafana.com/docs/plugins/developing/datasources/#query

As near as I can tell it only makes a difference when the backend supports it. Graphite does and there is an issue on InfluxDB to add support for it.

pR0Ps commented 5 years ago

Actually I'll leave this open - this limitation should be communicated to the user via a tooltip on the max data points option.

pR0Ps commented 6 months ago

Removed the option instead