Revert "* Fix chart background color or metric,bug#41448."

This reverts commit cdc8eb52d2.
This commit is contained in:
qixinzhi
2023-12-18 10:52:59 +08:00
parent fa7a08b9b1
commit ae151f8dd3
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -1648,7 +1648,6 @@ class screenModel extends model
if(!isset($chartOption['title'])) $chartOption['title'] = array('text' => $metric->name, 'show' => false, 'titleShow' => false, 'textStyle' => array('color' => '#BFBFBF', 'fontSize' => 13));
$chartOption['title']['text'] = $metric->name;
$chartOption['backgroundColor'] = "#0B1727FF";
return $chartOption;
}