Use with the Filter Provider to apply the selected time granularity to components.

Props API

selectProps
Omit<SelectProps<{ label: string; value: TimeSeriesGranularity; }>, "options" | "disableClearable">
Props that the select input will receive
options
TimeSeriesGranularity[]
The possible values for the selected column, will be ignored if query is passed
error
boolean
Whether there was an error or not, setting to true will enable freeSolo mode
defaultOpen
boolean
If true, the select is open by default.