Drawing line for full interval based on data before and after the interval

Drawing graph line over the full interval.

I am logging changes of an items value and when this happens and i write this in ms sql table. When i plot this, i get a graph that is not drawn from the left start till the first data point in the requested interval and stops at the last data point. Is there an (easy) way to solve this? Or has anyone found a solution for this?