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.
DataFrameType enum
DataFrameType enum
See also: https://github.com/grafana/grafana-plugin-sdk-go/blob/main/data/frame_type.go
Signature
export declare enum DataFrameType
Import
import { DataFrameType } from '@grafana/data';
Enumeration Members
Member | Value | Description |
---|---|---|
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" |