score:12

Accepted answer

you can set:

    xaxis: {
        type: 'datetime',
        tickinterval: 3600 * 1000,
        min: date.utc(2013,4,22),
        max: date.utc(2013,4,23),
    },

example: http://jsfiddle.net/93xcu/7/


Related Query

More Query from same tag