Ever since the new Year view feature, our zoom level which we had as follows is now not working.
zoomLevels: [
{
name: "Year",
properties: {
scale: "Month",
cellWidth: 87,
timeHeaders: [
{ groupBy: "Year" },
{ groupBy: "Quarter" },
{ groupBy: "Month", format: "MMMM" }
// { groupBy: "Cell" },
// { groupBy: "Day", format: "d" }
],
startDate: args => args.date.firstDayOfYear(),
days: args => args.date.daysInYear(),
},
},
]