I just want to change the height of the views
views: [
{
type: "day",
majorTick: 75, // a major tick represents 120 minutes (2 hours)
minorTickCount: 3 // display one time slot per major tick
cellHeight: 10 //Someting Like that
},
Right now, the height is 20
Someting like eventHeight: 20 //for the month view but for the day view
views: [
{
type: "day",
majorTick: 75, // a major tick represents 120 minutes (2 hours)
minorTickCount: 3 // display one time slot per major tick
cellHeight: 10 //Someting Like that
},
Right now, the height is 20
Someting like eventHeight: 20 //for the month view but for the day view