There is such a schedule:
var data =[[1488443024345,1],[1488443052668,1],[1488443094365,1],[1488443110533,1],[1488446988765,1],[1488447423974,1],[1488513056234,1],[1488513836036,1],[1488513851574,1],[1488514695328,1],[1488514709362,1],[1488515284743,1],[1488515297659,1],[1488524223238,1]]; Highcharts.stockChart('container_danger', { chart: { alignTicks: false }, rangeSelector: { enabled: false }, series: [{ type: 'column', name: 'Тревога', data: data, dataGrouping: { groupPixelWidth: 0 } }, ] }); And it looks like this:
Please note that the distance between the points is the same, but I want it to be real. How to do it?