score:2

Accepted answer

You need to disable datagrouping

http://jsfiddle.net/gGCFg/1/

http://api.highcharts.com/highstock#plotOptions.series.dataGrouping

dataGrouping:{
                enabled:false
            },

Related Query

More Query from same tag