[Chartjs]-Adding labels and colours to Chart.JS from arrays

2👍

I’ve gotten past the labels issue by replacing

labels :  [ labels ]

with

labels: labels

I’ve solved the other issue by creating an array of random colour data and passing that in as the colours.

Leave a comment