Is the datepicker configurable to make it a single day selection, instead of a from/to interval?

We’re looking to add a grafana visualization but have some limitations in that we only have the data on a daily granularity, how customizable is the out of the box grafana datepicker to make it adhere to something just like a single day selection, as opposed to a range consisting of a from and a to? With this we are hoping to display various static visualizations such as a table, pie graph, and flame graph.

Using Grafana 9.3 but curious if it is available on any later version.

why not just use only $from in your query?

IMHO A single day selection would be one of those:

Today:

Today so far:

1 Like

@andrewfschorr with the official timepicker that is not possible. Grafana is a timebased dashboard. So you will always have to specify a from and to stamp. Even if it’s the same date.

But maybe this helps.

Make your own custom ‘Datepicker’ (use/set your own timerange/quick ranges) PART 02

1 Like