1👍
got it. Its in the chartOptions….
public barChartOptions:any = {
scaleShowVerticalLines:false,
responsive:true,
scales: {
yAxes: [{
ticks: {
beginAtZero: true
}
}]
}
};
Source:stackexchange.com