Chartjs-Chart.js plot not aligned with xAxis labels

0👍

The main problems is that your sessionLabels contains identical values.

Also when explicitly defining labels, your data should simply be an array of values, each one corresponding to the label at the same position.

[0, 0, 0, 0, 0 ...]

Leave a comment