mirror of https://github.com/akveo/blur-admin
fix(skin): add ability to change background styles
parent
6d5cbfab5b
commit
6352b85c19
|
@ -55,7 +55,7 @@
|
||||||
var SKIN_CHART_COLORS = {
|
var SKIN_CHART_COLORS = {
|
||||||
whitePanel: {
|
whitePanel: {
|
||||||
fontColors: undefined,
|
fontColors: undefined,
|
||||||
axisColors: '#000000'
|
axisColors: '#7b7b7b'
|
||||||
},
|
},
|
||||||
transparent: {
|
transparent: {
|
||||||
fontColors: '#FFFFFF',
|
fontColors: '#FFFFFF',
|
||||||
|
|
Loading…
Reference in New Issue