fix(charts): change color scheme for the ecahrts

This commit is contained in:
KostyaDanovsky 2017-08-28 13:34:21 +03:00
parent 64a0fd330b
commit 0c323f55ef
16 changed files with 254 additions and 202 deletions

View file

@ -34,7 +34,7 @@ export class ChartjsPieComponent {
scale: {
pointLabels: {
fontSize: 14,
fontColor: chartjs.legendTextColor,
fontColor: chartjs.textColor,
},
},
scales: {
@ -63,7 +63,7 @@ export class ChartjsPieComponent {
},
legend: {
labels: {
fontColor: chartjs.legendTextColor,
fontColor: chartjs.textColor,
},
},
};