From 8abef4c1011f79dcfd330d8432bfc1b17f8d4dfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Wed, 24 Oct 2018 12:12:17 -0400 Subject: [PATCH] bg colors --- public/src/admin/general/dashboard.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/src/admin/general/dashboard.js b/public/src/admin/general/dashboard.js index 9cbfc0ee34..7a66a69920 100644 --- a/public/src/admin/general/dashboard.js +++ b/public/src/admin/general/dashboard.js @@ -175,7 +175,7 @@ define('admin/general/dashboard', ['semver', 'Chart', 'translator', 'benchpress' backgroundColor: '#ab464233', borderColor: '#ab4642', pointBackgroundColor: '#ab4642', - pointHoverBackgroundColor: '#fff', + pointHoverBackgroundColor: '#ab4642', pointBorderColor: '#fff', pointHoverBorderColor: '#ab4642', data: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], @@ -185,7 +185,7 @@ define('admin/general/dashboard', ['semver', 'Chart', 'translator', 'benchpress' backgroundColor: '#ba8baf33', borderColor: '#ba8baf', pointBackgroundColor: '#ba8baf', - pointHoverBackgroundColor: '#fff', + pointHoverBackgroundColor: '#ba8baf', pointBorderColor: '#fff', pointHoverBorderColor: '#ba8baf', data: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], @@ -195,7 +195,7 @@ define('admin/general/dashboard', ['semver', 'Chart', 'translator', 'benchpress' backgroundColor: '#f7ca8833', borderColor: '#f7ca88', pointBackgroundColor: '#f7ca88', - pointHoverBackgroundColor: '#fff', + pointHoverBackgroundColor: '#f7ca88', pointBorderColor: '#fff', pointHoverBorderColor: '#f7ca88', data: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],