I'm trying to add an axis to the categoryAxis to a stacked area chart http://dojo.telerik.com/@morten@munch-andersen.dk/UlEju
My data is date based but has gaps which show up when I set:
categoryAxis: {
field: "Date",
baseUnit: "day"
}
When I set baseUnit to "month" the chart loose the fine details.
I would like to add major ticks to the categoryAxis showing months and keep the fine details.
Is this possible?