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.
GraphCustomFieldConfig interface
Signature
export interface GraphCustomFieldConfig
Import
import { GraphCustomFieldConfig } from '@grafana/ui';
Properties
Property | Type | Description |
---|---|---|
axis | AxisConfig | |
bars | BarsConfig | |
fill | FillConfig | |
line | LineConfig | |
nullValues | NullValuesMode | |
points | PointConfig |
axis property
Signature
axis: AxisConfig;
bars property
Signature
bars: BarsConfig;
fill property
Signature
fill: FillConfig;
line property
Signature
line: LineConfig;
nullValues property
Signature
nullValues: NullValuesMode;
points property
Signature
points: PointConfig;