Hi
See my example graph at JS Fiddle. I want the first x axis label to be 14/04/2020 and then the label values to go up by 7 days. For example, the 2nd label will be “21/04/2020”.
I have set the minimum value for X axis labels as “new Date(2020,3,14)”, the intervalType as “day” and the interval value as “7”. However, the first label on the x axis is “17/04/2020”.
Why is this happening?
Kind regards
Michael