Skip to content

Commit

Permalink
Merge branch 'v2' of https://bitbucket.org/akveo/blur-admin into v2
Browse files Browse the repository at this point in the history
  • Loading branch information
SashaSkywalker committed Mar 2, 2016
2 parents 6348fc3 + b347943 commit 5df2e90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/pages/charts/morris/morris.module.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

angular.module('BlurAdmin.pages.charts.morris', [])
.config(routeConfig).config(function(){
Morris.Donut.prototype.defaults.backgroundColor = 'transparent';
Morris.Donut.prototype.defaults.labelColor = 'rgba(255,255,255,0.8)';
Morris.Grid.prototype.gridDefaults.gridLineColor = 'rgba(255,255,255,0.8)';
Morris.Grid.prototype.gridDefaults.gridTextColor = 'rgba(255,255,255,0.8)';
Expand Down

0 comments on commit 5df2e90

Please sign in to comment.