I read through most of the documentation of Flot, but didn't really find anything relevant.
Currently my flot graph looks as following:

and since there is no data in the middle row, I would love to be able to hide it, but still show the data from the first and last 2 x-axis columns.
The way I define the x-axis values is as following:
var options = [{[1, '1-1-2013'], [2, '1-4-2013'], [3, '1-7-2013'],
[4, '1-10-2013'], [5, '1-1-2014']}];
and that works fine, since I plot on the data values according to the first number of each element, which is a date Id of some sort.
To explain it better, I would like my graph to look rougly like this instead:
