[Chartjs]-How do I make the y-axis intersect the x-axis at 0 in chart.js 6 October 2023 by thecoderscamp.com 1π β I was able to do the workaround by setting padding for yAxis: scales: { yAxes: [{ ticks: { position: top, beginAtZero: false, padding: -225, weight :500, stepSize: 1 } }], Hope it will help someone. [Chartjs]-Chart.js plugin annotation line shadow Source:stackexchange.com