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
HeatmapBuckets"heatmap-buckets"First field is X, the rest are bucket values
HeatmapScanlines"heatmap-scanlines"Explicit fields for: xMin, yMin, count, …All values in the grid exist and have regular spacing
TimeSeriesLong"timeseries-long"
TimeSeriesMany"timeseries-many"
TimeSeriesWide"timeseries-wide"