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

@ -63,7 +63,7 @@ export class ChartjsLineComponent {
},
legend: {
labels: {
fontColor: chartjs.legendTextColor,
fontColor: chartjs.textColor,
},
},
};