Merge pull request #16027 from influxdata/zs-backgroundcolor-#15803
fix(ui): value zero has no background colorpull/15971/head
commit
38454a41d1
|
@ -54,7 +54,7 @@ export const generateThresholdsListHexs = ({
|
|||
hex: defaultColoring.textColor,
|
||||
}
|
||||
|
||||
if (!lastValue) {
|
||||
if (!lastValue && lastValue !== 0) {
|
||||
return {...defaultColoring, textColor: baseColor.hex}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue