I'm trying to use Apex charts for the first time. I have a very simple data set and I'm trying to add annotations to it. This is the data set:
This graphs as a line without issue and I can add y-axis annotations:
However, when I try to add x-axis annotations, nothing shows up.
I've tried removing the y-axis annotation and reformatting the data, neither fixed it. This is the annotation I'm trying to make work:
The 'x' date is the same as the one in the dataset.
Any ideas what I'm doing wrong here?
Turns out this was indeed a rookie mistake, the date has to be in milliseconds.