scales: {
y: {
beginAtZero: true,
grid: {
drawBorder: false,
color: (context) => {
if (context.tick.value === 0) {
return "blue";
}
},
},
ticks: {
display: false,
},
},
},