Chartjs-NuxtJS ChartJS Gradient Color doesnt apply

0👍

I made the gradient the way below.

datasets: [{
    label: service.name,
    backgroundColor: this.gradient,
    responsive: true,
    data: service.statusdatavalue,
    fill: true.   // here!
}]

Leave a comment