LineInterpolation enum
LineInterpolation enum
Signature
export declare enum LineInterpolation
Import
import { LineInterpolation } from '@grafana/schema';
Enumeration Members
Member | Value | Description |
---|---|---|
Linear | “linear” | |
Smooth | “smooth” | |
StepAfter | “stepAfter” | |
StepBefore | “stepBefore” |