Background: I'm putting together a combination chart: One series is a line, the other is a column graph. The x-axis is dates, while the y-axis is simple numbers.
Issue: As per a supervisor's request, data from previous times and a Target for the data has to be added in, for comparison on the same chart. Before adding those two points in, the bars automatically stretch the entire plot area, and then dynamically update
as more data is added to the range. After those two points go in, the whole range is shown with no values in the latter part of the graph, not even on the axes. I wanted to know if there was a way around this. I've tried formatting the words as dates, to no
avail, as well as going through the "how to read empty cells" dialog boxes, to no avail. If i change the words to actual dates, the graph goes back to normal.
This is confusing to read, here's some pictures to help clarify what I mean:


Please help!