chart styles updates

This commit is contained in:
nixa 2016-05-19 17:06:15 +03:00
parent 0606590327
commit 3d5d62db94
3 changed files with 52 additions and 55 deletions

View file

@ -66,7 +66,8 @@ export class BaThemeConfigProvider {
},
custom: {
dashboardLineChart: '#fff',
dashboardLineChart: this.basic.defaultText,
dashboardPieChart: colorHelper.hexToRgbA(this.basic.defaultText, 0.8)
}
}
};