hii
hii

Reputation: 100

How to change the color of the labels using Angular Charts

I need the labels for the bar graph to be a different color. Everything works just need the labels to be white rather than the default grey.

<canvas id="bar" class="chart chart-bar whiteFont"
    chart-data="ageData" chart-labels="ageLabels"
    colours="colours">
</canvas>

Upvotes: 1

Views: 587

Answers (1)

Mohaimin Moin
Mohaimin Moin

Reputation: 841

Defer your colours as an array. For more information u can see this post

Upvotes: 1

Related Questions