mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
StatusHistory: Fix rendering of value-mapped null (#69033)
This commit is contained in:
@@ -37,4 +37,4 @@ export interface FieldColor {
|
||||
*/
|
||||
export type FieldColorSeriesByMode = 'min' | 'max' | 'last';
|
||||
|
||||
export const FALLBACK_COLOR = 'gray';
|
||||
export const FALLBACK_COLOR = '#808080';
|
||||
|
||||
Reference in New Issue
Block a user