DataFrameType enum

DataFrameType enum

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

Signature

  1. export declare enum DataFrameType

Import

  1. 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”