* Adjust the color.

This commit is contained in:
hufangzhou
2022-05-19 13:54:14 +08:00
parent 775a397395
commit 0a7b3d4786
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -77,7 +77,7 @@
}
?>
<?php foreach($datas[$chartType] as $key => $data):?>
<tr data-color="<?php echo !empty($colorList) ? zget($colorList, $key, '#eee') : '';?>">
<tr data-color="<?php echo !empty($colorList) ? zget($colorList, $key, '#C0C0C0') : '';?>">
<td class='chart-color'><i class='chart-color-dot'></i></td>
<td class='chart-label text-left' title='<?php echo isset($data->title) ? $data->title : $data->name;?>'><?php echo $data->name;?></td>
<td class='chart-value text-right'><?php echo $data->value;?></td>