mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
HeatmapNG: consolidate frame types & fix color ranging (#51089)
* rename yZeroDisplay -> yMinDisplay * remove heatmap-cells-sparse frame type * parse x bucket size to millis * take into account hideLE & hideGE filters to auto-range color scale * extract cell value range scanning to heatmapData
This commit is contained in:
@@ -26,11 +26,4 @@ export enum DataFrameType {
|
||||
* If the y value is actually ordinal, use `meta.custom` to specify the bucket lookup values
|
||||
*/
|
||||
HeatmapCells = 'heatmap-cells',
|
||||
|
||||
/**
|
||||
* WIP sparse heatmap support
|
||||
*
|
||||
* @private
|
||||
*/
|
||||
HeatmapSparse = 'heatmap-cells-sparse',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user