In the CategoryAxis Documentation is says:
But as I illustrate in this jsFiddle, I believe that should actually be a JavaScript Date Object. Anyone agree?
categoryAxis.type:
"Date"
.max Number
The last date displayed on the axis. By
default
, the minimum date is the same as the last category. This is often used
in
combination
with
the min configuration option to set up a fixed date range.
But as I illustrate in this jsFiddle, I believe that should actually be a JavaScript Date Object. Anyone agree?