Chartjs-ChartJs DrawBorder() Configuration not working

1👍

Try to remove the following code in scales,the drawBorder you mean is xAxes which is set in your scales:

xAxes: [{
    ticks: { beginAtZero: true },
}]

result:
enter image description here

Leave a comment