score:0

if you provide a fiddle or something like that we might be able to give something more concrete, but you can achieve this by setting the min property on the axes.

something like that

let options = {
    scales: {
        yaxes: [{
            ticks: {
                min: <insert value here>,
            }
        }]
    }
};

Related Query

More Query from same tag