Chartjs-Object.values not seperated by parentheses / Chartjs only displays first element of array

1👍

As @MichaelJasper pointed out, I had to add

            // scales: {
        //   yAxes: [{
        //     ticks: {
        //             beginAtZero:true}
        //   }]
        // }

to the options of my diagram.

Leave a comment