[Chartjs]-Chartjs 4.1.1 Y axis scale

1👍

You need to remove the top script tag, then it will work fine.

So you need to remove this line:

<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/4.1.1/chart.min.js?ver=1"></script>

Leave a comment