Link to chart: Example
I have tried using the "baseUnit", "maxDateGroups", and "autoBaseUnitSteps" with no success.
I also tried applying this to the category axis with no success:
valueAxis: {
min: new Date("2016/02/01").getTime(),
max: new Date("2016/05/16").getTime(),
majorUnit: 60 * 60 * 1000 * 24 * 7 * 2, // 14 days in milliseconds
labels: {
template: "#= kendo.toString(new Date(value), 'MM-dd-yy') #"
}
},
Thank you for you help,
Ted