How can we increase the spacing between the x-axis and the chart in chartjs
so far
options: {
responsive: true,
maintainAspectRatio: false,
scales: {
xAxes: [
{
ticks: { display: true },
gridLines: {
display: true,
drawBorder: false,
drawTicks: false,
// color: "#fff",
},
}],
}

padding) chartjs.org/docs/latest/axes/styling.html#tick-configuration - Bruno Monteiro