[Chartjs]-How to correctly create a straight line in chart.js with mixed type?

1👍

Like I said in my comment this behaviour happens because you stack your y axes. You need to set stacked: false in your y axes object

Leave a comment