Commit 74829f48 by Daniele Ruggieri Committed by Torkel Ödegaard

SinglestatPanel: Manages when getColorForValue() function returns null value. Closes #9747 (#17552)

parent 1b1d9514
......@@ -610,6 +610,9 @@ class SingleStatCtrl extends MetricsPanelCtrl {
} else {
elem.css('background-color', '');
}
} else {
$panelContainer.css('background-color', '');
elem.css('background-color', '');
}
} else {
$panelContainer.css('background-color', '');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment