GraphFieldConfig interface
Signature
export interface GraphFieldConfig extends LineConfig, FillConfig, PointsConfig, AxisConfig, BarConfig, StackableFieldConfig, HideableFieldConfig
Import
import { GraphFieldConfig } from '@grafana/schema';
Properties
Property | Type | Description |
---|---|---|
drawStyle | GraphDrawStyle | |
gradientMode | GraphGradientMode | |
thresholdsStyle | GraphThresholdsStyleConfig | |
transform | GraphTransform |
drawStyle property
Signature
drawStyle?: GraphDrawStyle;
gradientMode property
Signature
gradientMode?: GraphGradientMode;
thresholdsStyle property
Signature
thresholdsStyle?: GraphThresholdsStyleConfig;
transform property
Signature
transform?: GraphTransform;