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

LineConfig interface

Signature

typescript
export interface LineConfig 

Import

typescript
import { LineConfig } from '@grafana/schema';

Properties

PropertyTypeDescription
lineColorstring
lineInterpolationLineInterpolation
lineStyleLineStyle
lineWidthnumber
spanNullsboolean | number

lineColor property

Signature

typescript
lineColor?: string;

lineInterpolation property

Signature

typescript
lineInterpolation?: LineInterpolation;

lineStyle property

Signature

typescript
lineStyle?: LineStyle;

lineWidth property

Signature

typescript
lineWidth?: number;

spanNulls property

Signature

typescript
spanNulls?: boolean | number;