GraphFieldConfig interface

Signature

  1. export interface GraphFieldConfig extends LineConfig, FillConfig, PointsConfig, AxisConfig, BarConfig, StackableFieldConfig, HideableFieldConfig

Import

  1. import { GraphFieldConfig } from '@grafana/schema';

Properties

PropertyTypeDescription
drawStyleGraphDrawStyle
gradientModeGraphGradientMode
thresholdsStyleGraphThresholdsStyleConfig
transformGraphTransform

drawStyle property

Signature

  1. drawStyle?: GraphDrawStyle;

gradientMode property

Signature

  1. gradientMode?: GraphGradientMode;

thresholdsStyle property

Signature

  1. thresholdsStyle?: GraphThresholdsStyleConfig;

transform property

Signature

  1. transform?: GraphTransform;