score:1

Accepted answer

You need to use column chart type instead of bar:

chart: {
    type: 'column',
    ...
}

Live demo: https://jsfiddle.net/BlackLabel/pthagcw6/

API Reference: https://api.highcharts.com/highcharts/chart.type

Docs: https://www.highcharts.com/demo/bar-basic


Related Query

More Query from same tag