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

DataFrameType enum

DataFrameType enum

See also: https://github.com/grafana/grafana-plugin-sdk-go/blob/main/data/frame_type.go

Signature

typescript
export declare enum DataFrameType 

Import

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

Enumeration Members

MemberValueDescription
DirectoryListing"directory-listing"Directory listing
HeatmapCells"heatmap-cells"Explicit fields for: xMin, yMin, count, …All values in the grid exist and have regular spacingIf the y value is actually ordinal, use meta.custom to specify the bucket lookup values
HeatmapRows"heatmap-rows"First field is X, the rest are ordinal values used as rows in the heatmap
TimeSeriesLong"timeseries-long"
TimeSeriesMany"timeseries-many"
TimeSeriesWide"timeseries-wide"