From: Brian Flowers Date: Wed, 16 Nov 2016 02:00:46 +0000 (-0500) Subject: Various cosmetic improvements to the graphs X-Git-Url: http://git.slightlycyberpunk.com%2C%20git.slightlycyberpunk.com/git/?a=commitdiff_plain;h=4f61fcdaa01ebe675b073307f1c36ae6630e6a08;p=bdsm-web.git Various cosmetic improvements to the graphs --- diff --git a/graph.php b/graph.php index 4e72757..42f9ab8 100644 --- a/graph.php +++ b/graph.php @@ -15,7 +15,7 @@ if( !$result ) echo "Query: SELECT DISTINCT host FROM MEASUREMENTS"; } -$colors = Array("#55F", "#5F5", "#F55", "#5FF", "#F5F", "#FF5", "#555"); +$colors = Array("#55F", "#5C5", "#F55", "#5FF", "#F5F", "#FF5", "#555"); $hosts = Array(); while($host = $result->fetch()) @@ -32,7 +32,7 @@ if( !in_array($host, $hosts) ) bdsm at monitor.slightlycyberpunk.com | <?php echo $host; ?> - +