mirror of https://github.com/akveo/blur-admin
Merge branch 'v2' of https://bitbucket.org/akveo/blur-admin into v2
commit
5df2e90bb7
|
@ -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)';
|
||||
|
|
Loading…
Reference in New Issue