diff --git a/html/includes/graphs/device/cambium_generic_gpsStats.inc.php b/html/includes/graphs/device/cambium_generic_gpsStats.inc.php index 6872522f05..177fb67007 100644 --- a/html/includes/graphs/device/cambium_generic_gpsStats.inc.php +++ b/html/includes/graphs/device/cambium_generic_gpsStats.inc.php @@ -19,7 +19,7 @@ if (file_exists($rrdfilename)) { $rrd_options .= ' GPRINT:visible:LAST:%0.2lf%s '; $rrd_options .= ' GPRINT:visible:MIN:%0.2lf%s '; $rrd_options .= ' GPRINT:visible:MAX:%0.2lf%s\\\l '; - $rrd_options .= " LINE2:tracked#cc9900:'Tracked ' "; + $rrd_options .= " LINE2:tracked#00ff00:'Tracked ' "; $rrd_options .= ' GPRINT:tracked:LAST:%0.2lf%s '; $rrd_options .= ' GPRINT:tracked:MIN:%0.2lf%s '; $rrd_options .= ' GPRINT:tracked:MAX:%0.2lf%s\\\l '; diff --git a/html/includes/graphs/device/canopy_generic_gpsStats.inc.php b/html/includes/graphs/device/canopy_generic_gpsStats.inc.php index 93c0cd41cf..c49dcd581d 100644 --- a/html/includes/graphs/device/canopy_generic_gpsStats.inc.php +++ b/html/includes/graphs/device/canopy_generic_gpsStats.inc.php @@ -19,7 +19,7 @@ if (file_exists($rrdfilename)) { $rrd_options .= ' GPRINT:visible:LAST:%0.2lf%s '; $rrd_options .= ' GPRINT:visible:MIN:%0.2lf%s '; $rrd_options .= ' GPRINT:visible:MAX:%0.2lf%s\\\l '; - $rrd_options .= " LINE2:tracked#cc9900:'Tracked ' "; + $rrd_options .= " LINE2:tracked#00ff00:'Tracked ' "; $rrd_options .= ' GPRINT:tracked:LAST:%0.2lf%s '; $rrd_options .= ' GPRINT:tracked:MIN:%0.2lf%s '; $rrd_options .= ' GPRINT:tracked:MAX:%0.2lf%s\\\l ';