score:0

change it to this

new chart(ctx, {
    ...
    options:
    {
        scales:
        {
            xaxes: [{
                display: false
            }]
        }
    }
});

Related Query

More Query from same tag