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

BigValueSparkline interface

Signature

typescript
export interface BigValueSparkline 

Import

typescript
import { BigValueSparkline } from '@grafana/ui';

Properties

PropertyTypeDescription
dataGraphSeriesValue[][]
highlightIndexnumber
xMaxnumber | null
xMinnumber | null
yMaxnumber | null
yMinnumber | null

data property

Signature

typescript
data: GraphSeriesValue[][];

highlightIndex property

Signature

typescript
highlightIndex?: number;

xMax property

Signature

typescript
xMax?: number | null;

xMin property

Signature

typescript
xMin?: number | null;

yMax property

Signature

typescript
yMax?: number | null;

yMin property

Signature

typescript
yMin?: number | null;