Important: This documentation is about an older version. It's relevant only to the release noted, many of the features and functions have been updated or replaced. Please view the current version.
StatsPickerConfigSettings interface
Signature
export interface StatsPickerConfigSettings
Import
import { StatsPickerConfigSettings } from '@grafana/data';
Properties
allowMultiple property
Enable multi-selection in the stats picker
Signature
allowMultiple: boolean;
defaultStat property
Default stats to be use in the stats picker
Signature
defaultStat?: string;