|
Re: Month repeats on chart
Because the chart is a xy-scatter, which is plotted the date value rather than real dates.
If you change the number format to include days you will see that the repeat is due to 2 dates being included within the scale Major step value, which is 20.
Use Line chart type with Time series x axis. Set scale to be Month based.
|