Start bar-chart at 0 using ChartJS
问题 I have a bar chart which use ChartJS that shows data. Based on the bar chart, I have the data: 15, 2, 0, 11 . I can see all of these data in the bar, except 0. Is there a possibility to start the bar chart on 0, so I can also see the data for the fourth column in the bar chart? options: { legend: { display: false }, scales: { yAxes: [{ display: false, }], xAxes: [{ display: true, }], }, title: { display: false, } } 回答1: After hours of working, finally i found a soulution. There is no chartjs