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.
LineConfig interface
Signature
export interface LineConfig
Import
import { LineConfig } from '@grafana/schema';
Properties
Property | Type | Description |
---|---|---|
lineColor | string | |
lineInterpolation | LineInterpolation | |
lineStyle | LineStyle | |
lineWidth | number | |
spanNulls | boolean | number |
lineColor property
Signature
lineColor?: string;
lineInterpolation property
Signature
lineInterpolation?: LineInterpolation;
lineStyle property
Signature
lineStyle?: LineStyle;
lineWidth property
Signature
lineWidth?: number;
spanNulls property
Signature
spanNulls?: boolean | number;