Add Step Property for X-Axis Grid Lines
For example if I use the "step" attribute to only show labels for the first day of each week, the chart still draws x-axis gridlines for each datapoint instead of where the labels occur. It would be nice to have separate step property specifically for the x-axis gridlines. This is useful if you want to break up the data into weeks or months and allow the gridlines to serve as indicators of where these blocks occur (i.e. a grid line only at the start of the week or month, etc.).
Example:
xAxisGridLineStep = 7
This was completed in 2.1 using TickInterval.
-
Levi Page commented
This was completed in 2.1 using TickInterval.