How can I limit and paginate results from a Grafana query when visualizing large time‑series datasets?
I am working with a Grafana dashboard that displays a time‑series metric containing millions of points. To keep the panel responsive I need to bound the underlying query so that only a subset of rows is returned, and I want to navigate through the full dataset using pagination controls within the panel. The challenge is to apply a limit or offset (or equival