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