mirror of https://github.com/akveo/blur-admin
refactor(pieCharts): use white color
parent
cebd46c8f0
commit
a8912c1638
|
@ -11,22 +11,22 @@
|
|||
/** @ngInject */
|
||||
function DashboardPieChartCtrl($scope, $element, $window, $timeout) {
|
||||
$scope.charts = [{
|
||||
color: '#41bee9',
|
||||
color: 'rgba(255,255,255,0.4)',
|
||||
description: 'New Visits',
|
||||
stats: '57,820',
|
||||
icon: 'person',
|
||||
}, {
|
||||
color: '#9D498C',
|
||||
color: 'rgba(255,255,255,0.4)',
|
||||
description: 'Purchases',
|
||||
stats: '$ 89,745',
|
||||
icon: 'money',
|
||||
}, {
|
||||
color: '#bbcb50',
|
||||
color: 'rgba(255,255,255,0.4)',
|
||||
description: 'Active Users',
|
||||
stats: '178,391',
|
||||
icon: 'face',
|
||||
}, {
|
||||
color: '#5FBCBB',
|
||||
color: 'rgba(255,255,255,0.4)',
|
||||
description: 'Returned',
|
||||
stats: '32,592',
|
||||
icon: 'refresh',
|
||||
|
|
Loading…
Reference in New Issue