fail colors

v1.18.x
Barış Soner Uşaklı 7 years ago
parent 5b842c98ac
commit c2191167ee

@ -173,31 +173,31 @@ define('admin/general/dashboard', ['semver', 'Chart', 'translator', 'benchpress'
{ {
label: translations[1], label: translations[1],
backgroundColor: 'rgba(220,220,220,0.2)', backgroundColor: 'rgba(220,220,220,0.2)',
borderColor: 'rgba(220,220,220,1)', borderColor: '#ab4642',
pointBackgroundColor: 'rgba(220,220,220,1)', pointBackgroundColor: '#ab4642',
pointHoverBackgroundColor: '#fff', pointHoverBackgroundColor: '#fff',
pointBorderColor: '#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], 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], label: translations[2],
backgroundColor: 'rgba(220,220,220,0.2)', backgroundColor: 'rgba(220,220,220,0.2)',
borderColor: 'rgba(220,220,220,1)', borderColor: '#ba8baf',
pointBackgroundColor: 'rgba(220,220,220,1)', pointBackgroundColor: '#ba8baf',
pointHoverBackgroundColor: '#fff', pointHoverBackgroundColor: '#fff',
pointBorderColor: '#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], 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], label: translations[3],
backgroundColor: 'rgba(220,220,220,0.2)', backgroundColor: 'rgba(220,220,220,0.2)',
borderColor: 'rgba(220,220,220,1)', borderColor: '#f7ca88',
pointBackgroundColor: 'rgba(220,220,220,1)', pointBackgroundColor: '#f7ca88',
pointHoverBackgroundColor: '#fff', pointHoverBackgroundColor: '#fff',
pointBorderColor: '#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], 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],
}, },
{ {

Loading…
Cancel
Save