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.
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;