From 0b58160f6d474eb92acae7f37041f007ae365573 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Tue, 19 May 2015 15:27:44 +0100 Subject: [PATCH] Change the design and colours of the metric graphs --- resources/views/partials/metrics.blade.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/views/partials/metrics.blade.php b/resources/views/partials/metrics.blade.php index 6eef3569..1fedd219 100644 --- a/resources/views/partials/metrics.blade.php +++ b/resources/views/partials/metrics.blade.php @@ -26,7 +26,7 @@
- +
@@ -44,8 +44,8 @@ showTooltips: false, labels: hourList, datasets: [{ - fillColor: "rgba(220,220,220,0.2)", - strokeColor: "rgba(220,220,220,1)", + fillColor: "rgba(220,220,220,0.1)", + strokeColor: "rgba(52,152,219,0.6)", pointColor: "rgba(220,220,220,1)", pointStrokeColor: "#fff", pointHighlightFill: "#fff",