StatsPickerConfigSettings interface

Signature

  1. export interface StatsPickerConfigSettings

Import

  1. import { StatsPickerConfigSettings } from '@grafana/data';

Properties

PropertyTypeDescription
allowMultiplebooleanEnable multi-selection in the stats picker
defaultStatstringDefault stats to be use in the stats picker

allowMultiple property

Enable multi-selection in the stats picker

Signature

  1. allowMultiple: boolean;

defaultStat property

Default stats to be use in the stats picker

Signature

  1. defaultStat?: string;