StatusHistory: Fix rendering of value-mapped null (#69033)

This commit is contained in:
Leon Sorokin
2023-05-25 13:38:32 -05:00
committed by GitHub
parent 56812def50
commit 37e2becdd7
3 changed files with 23 additions and 5 deletions

View File

@@ -37,4 +37,4 @@ export interface FieldColor {
*/
export type FieldColorSeriesByMode = 'min' | 'max' | 'last';
export const FALLBACK_COLOR = 'gray';
export const FALLBACK_COLOR = '#808080';