I have created a Scatter Chart that displays sales on the y-axis and month names along the x-axis.
I have created the month names by formatting the cells to display a custom date, ie 'mmm'.
The problem is that the line does not starts on the x-axis at zero. Is there a way to do this.
Here is the data I have used to create the chart:
Month | Jan | Feb | Mar |
Sales | 2500 | 10333.33 | 17833.33 |