From c2191167eec1c6c8c60354a508688320af9db115 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 11:39:40 -0400 Subject: [PATCH] fail colors --- public/src/admin/general/dashboard.js | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/public/src/admin/general/dashboard.js b/public/src/admin/general/dashboard.js index 11c02250ee..09054a2e76 100644 --- a/public/src/admin/general/dashboard.js +++ b/public/src/admin/general/dashboard.js @@ -173,31 +173,31 @@ define('admin/general/dashboard', ['semver', 'Chart', 'translator', 'benchpress' { label: translations[1], backgroundColor: 'rgba(220,220,220,0.2)', - borderColor: 'rgba(220,220,220,1)', - pointBackgroundColor: 'rgba(220,220,220,1)', + borderColor: '#ab4642', + pointBackgroundColor: '#ab4642', pointHoverBackgroundColor: '#fff', pointBorderColor: '#fff', - pointHoverBorderColor: 'rgba(220,220,220,1)', + 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], }, { label: translations[2], backgroundColor: 'rgba(220,220,220,0.2)', - borderColor: 'rgba(220,220,220,1)', - pointBackgroundColor: 'rgba(220,220,220,1)', + borderColor: '#ba8baf', + pointBackgroundColor: '#ba8baf', pointHoverBackgroundColor: '#fff', pointBorderColor: '#fff', - pointHoverBorderColor: 'rgba(220,220,220,1)', + 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], }, { label: translations[3], backgroundColor: 'rgba(220,220,220,0.2)', - borderColor: 'rgba(220,220,220,1)', - pointBackgroundColor: 'rgba(220,220,220,1)', + borderColor: '#f7ca88', + pointBackgroundColor: '#f7ca88', pointHoverBackgroundColor: '#fff', pointBorderColor: '#fff', - pointHoverBorderColor: 'rgba(220,220,220,1)', + 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], }, {