webui: Cleanup white backgrounds on certain graphs

This commit is contained in:
VVelox
2017-03-02 12:07:55 -06:00
committed by Neil Lathwood
parent 41bf70dac9
commit 7f91fab663
9 changed files with 11 additions and 15 deletions

View File

@@ -21,8 +21,8 @@
require 'includes/graphs/common.inc.php';
$scale_min = 0;
$ds = 'time_remaining';
$colour_area = 'EEEEEE';
$colour_line = '36393D';
$colour_area = 'FF000011';
$colour_line = 'FF0000';
$colour_area_max = 'FFEE99';
$graph_max = 0;
$unit_text = 'Minutes';