How give different color to every line of Chart label
Hello, how give different color to every line of chart label ? so that it is visually read better...attached capture
5 Replies
'datasets' => [
[
'label' => 'Label',
'data' => $dataPoints,
'color' => 'danger',
],
],
doesn't work, still same @ap3716
have you tried "backgroundColor" or "borderColor" for the line charts?
@dissomedia : that indeed works, I can confirm
Issue can be closed
well @daar_27927 you can mark this as resolved yourself 😛