* Adjust the color.

This commit is contained in:
hufangzhou
2022-05-19 14:20:18 +08:00
parent 0a7b3d4786
commit aa378a7f82
@@ -178,7 +178,7 @@
if(empty($label) and empty($data)) continue;
?>
<?php $colorList = $infoKey == 'bugSeverityGroups' ? $config->bug->colorList->severity : array();?>
<tr class='text-center' data-color="<?php echo !empty($colorList) ? zget($colorList, $label, '#eee') : '';?>">
<tr class='text-center' data-color="<?php echo !empty($colorList) ? zget($colorList, $label, '#C0C0C0') : '';?>">
<td class='chart-color c-icon'><i class='chart-color-dot'></i></td>
<td class='chart-label'><?php echo $label;?></td>
<td class='chart-value'><?php echo $data;?></td>