From bc04b1c9946c9a82bfdd550025ff0093fe85d267 Mon Sep 17 00:00:00 2001 From: Mcat12 Date: Mon, 29 Feb 2016 20:41:16 -0500 Subject: [PATCH] Made tooltip correct color on graph --- index.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.php b/index.php index d6e758ff..ef7bad78 100644 --- a/index.php +++ b/index.php @@ -216,12 +216,13 @@ label: "All Queries", fillColor: "rgba(220,220,220,0.5)", strokeColor: "rgba(0, 166, 90,.8)", + pointColor: "rgba(0, 166, 90,.8)" }, { label: "Ad Queries", fillColor: "rgba(0,192,239,0.5)", strokeColor: "rgba(0,192,239,1)", - pointColor: "rgba(0,192,239,1)", + pointColor: "rgba(0,192,239,1)" } ] };