From 53f1f7c9c8cb58c901b2577911fc1d0b70c657c1 Mon Sep 17 00:00:00 2001 From: Mcat12 Date: Mon, 29 Feb 2016 20:34:44 -0500 Subject: [PATCH] Made colors match --- index.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.php b/index.php index ed1e772c..d6e758ff 100644 --- a/index.php +++ b/index.php @@ -219,9 +219,9 @@ }, { label: "Ad Queries", - fillColor: "rgba(243,156,18,0.5)", - strokeColor: "rgba(243,156,18,1)", - pointColor: "rgba(243,156,18,1)", + fillColor: "rgba(0,192,239,0.5)", + strokeColor: "rgba(0,192,239,1)", + pointColor: "rgba(0,192,239,1)", } ] };