Menu

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.

Enterprise Open source

GraphCustomFieldConfig interface

Signature

typescript
export interface GraphCustomFieldConfig 

Import

typescript
import { GraphCustomFieldConfig } from '@grafana/ui';

Properties

PropertyTypeDescription
axisAxisConfig
barsBarsConfig
fillFillConfig
lineLineConfig
nullValuesNullValuesMode
pointsPointConfig

axis property

Signature

typescript
axis: AxisConfig;

bars property

Signature

typescript
bars: BarsConfig;

fill property

Signature

typescript
fill: FillConfig;

line property

Signature

typescript
line: LineConfig;

nullValues property

Signature

typescript
nullValues: NullValuesMode;

points property

Signature

typescript
points: PointConfig;