I have a plot created off the click-annotation example:
When I click on a point, the value of point.x
is exactly one month off from x[point.pointNumber]
. x holds the dates. Check the console log.
I cannot reproduce this in the example above. Must be something specific to my plot. I’d appreciate any help discovering the problem. Could it have something to do with using date strings?