fix hover bg color

This commit is contained in:
Baris Usakli
2017-09-14 15:57:15 -04:00
parent c2ef5ed8f5
commit a2508161c6

View File

@@ -208,7 +208,7 @@ define('admin/general/dashboard', ['semver', 'Chart', 'translator', 'benchpress'
backgroundColor: 'rgba(151,187,205,0.2)',
borderColor: 'rgba(151,187,205,1)',
pointBackgroundColor: 'rgba(151,187,205,1)',
pointHoverBackgroundColor: '#fff',
pointHoverBackgroundColor: 'rgba(151,187,205,1)',
pointBorderColor: '#fff',
pointHoverBorderColor: 'rgba(151,187,205,1)',
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],