score:1

Accepted answer

There is an enabled ordinal option in Highstock, you can disable it:

xAxis: {
    ordinal: false
},

Live demo: https://stackblitz.com/edit/react-rh2q2u?file=index.js

API Reference: https://api.highcharts.com/highstock/xAxis.ordinal


Related Query

More Query from same tag