I have this chart: https://playground.anychart.com/5dBO9eg9/1
I would like the xGrid lines to start where the dates (2018-04-01, 2018-05-01, ...) are, so that they intersect the points on the chart.
Anybody has an idea on how to do this?
To achieve that, you need to use a DateTime scale instead of an ordinal one. And then to set the ticks interval as one month to show all the dates. Please find the playground sample in the comment below.