score:0

Apart of dataGrouping you can also set ordinal as false. http://api.highcharts.com/highstock#xAxis.ordinal

score:2

Remove dataGrouping, it's enabled by default.

series: [{
    name: 'serie 1',
    data: yourData,
    dataGrouping: {
        enabled: false
    }
}]

reference


Related Query

More Query from same tag