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

getFlotPairsConstant() function

getFlotPairsConstant() function

Returns a constant series based on the first value from the provide series.

Signature

typescript
export declare function getFlotPairsConstant(seriesData: GraphSeriesValue[][], range: TimeRange): GraphSeriesValue[][];

Import

typescript
import { getFlotPairsConstant } from '@grafana/data';

Parameters

ParameterTypeDescription
seriesDataGraphSeriesValue[][]Series
rangeTimeRangeStart and end time for the constant series

Returns:

GraphSeriesValue[][]