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.
BigValueSparkline interface
Signature
export interface BigValueSparkline
Import
import { BigValueSparkline } from '@grafana/ui';
Properties
Property | Type | Description |
---|---|---|
data | GraphSeriesValue[][] | |
highlightIndex | number | |
xMax | number | null | |
xMin | number | null | |
yMax | number | null | |
yMin | number | null |
data property
Signature
data: GraphSeriesValue[][];
highlightIndex property
Signature
highlightIndex?: number;
xMax property
Signature
xMax?: number | null;
xMin property
Signature
xMin?: number | null;
yMax property
Signature
yMax?: number | null;
yMin property
Signature
yMin?: number | null;