Hi,
I want to make a specific date the first date visible on my X axis. See my JS fiddle for an example. I want to make the date 18 October 2009 the first label on my X axis and then go up by one-month increments, e.g. 18/11/2009, 18/12/2009, etc.
When I set new Date(2009, 9, 18) as the minimum for the X axis, the first label that appears is 1 November 2009. I am not sure how to manipulate it so 18 October 2009 is the first date that appears.