score:1

Accepted answer

I would suggest to instead of a stacked bar series, use xrange (https://www.highcharts.com/demo/x-range) series type.

As you can see in this example: http://jsfiddle.net/BlackLabel/x67rbnoh - timestamps are stacked, so you would have to calculate the y value based on the previous one.


Related Query

More Query from same tag