score:3

Add ordinal: false to your xAxis settings:

xAxis: {
            type: 'datetime',
            tickPixelInterval: 150,
            max: pippo,
            ordinal: false 
        },

Then you'll have the same behaviour.


Related Query

More Query from same tag