score:5

Accepted answer

i think the option you want is minpointlength:

plotoptions: {
            bar: {
                minpointlength:5,
                datalabels: {
                    enabled: true
                }
            }

Related Query