Graphs using dates and spacing the dates proportionately
I have the same question as user Bwalt did in this thread: Graphs using dates - Apple Community. Quoting Bwalt's original question:
I have a column of values, each associated with a particular date in the adjacent column. The dates and values are listed in chronological order, but they are not evenly spaced in time. (Values are recorded on randomly spaced dates.) I want to plot values as a function of time with the dates spaced according to the number of elapsed days. A standard approach yields all dates equally spaced with no regard for the number of elapsed days between the actual dates.
I understand the answer by user pjl123:
I suggest you insert an additional column. you can write a formula to determine the number of days from the last event. use that number of days instead of the actual date as the x axis which would make the values follow that spacing.
but I'm having trouble making it work. I can make a column that has the number of days since the actual date, but when I try to make a graph using that column as the x-axis, it has the same problem - the entries are equally spaced on the x-axis. Here's a screen-shot of my spread-sheet, including the graph:
The graph is a 2D Area graph. Can anyone suggest what I might be doing wrong?
Thanks very much for any help.