Show gap of missing data with Highstock
Using Highstock to chart a sorted time serie: [[timestamp, value], ...] The datasource is sampled at irregular intervals. As result the distances between two points (in the time axis) varies. If two adjacent points are separated for more than 5 minutes I want to show a gap in the chart. Using the gapSize option doesn't work, because it doesn't allows to specify the 'size' of the gap as a function of time. Showing gaps is already a part of Highstock, I just need a way to specify it as a fixed amount of time (5 minutes). Ideas? Btw, beside that the plot works great. Here's a slightly unclean way