mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Heatmap: consolidate naming conventions (#50272)
This commit is contained in:
@@ -13,17 +13,19 @@ export enum DataFrameType {
|
||||
DirectoryListing = 'directory-listing',
|
||||
|
||||
/**
|
||||
* First field is X, the rest are bucket values
|
||||
* First field is X, the rest are ordinal values used as rows in the heatmap
|
||||
*/
|
||||
HeatmapBuckets = 'heatmap-buckets',
|
||||
HeatmapRows = 'heatmap-rows',
|
||||
|
||||
/**
|
||||
* Explicit fields for:
|
||||
* xMin, yMin, count, ...
|
||||
*
|
||||
* All values in the grid exist and have regular spacing
|
||||
*
|
||||
* If the y value is actually ordinal, use `meta.custom` to specify the bucket lookup values
|
||||
*/
|
||||
HeatmapScanlines = 'heatmap-scanlines',
|
||||
HeatmapCells = 'heatmap-cells',
|
||||
|
||||
/**
|
||||
* WIP sparse heatmap support
|
||||
|
||||
Reference in New Issue
Block a user