I need to able to add some extra styling to x-axis labels - primarily to give them a little more vertical separation from the chart area. CSS doesn't seem to work for this particular use case.
Anyone know how this can be achieved?
Here's a screenshot of the current issue: https://puu.sh/BuMUE/91183fcbdf.png
Yes of course you can add some space to those x-axis via JavaScript or CSS, I assume you mean to separate them from the dotted lines right? In that case you can use the offset property in the options when you are creating a new instance of your chart:
Then if you want a CSS solution, you can always tackle that by selecting the classes of the chart when is created, just try something like: