Hello,
For some reason in the timeline view when the x_length is less then a day, the next button breaks. I have the timeline view with a step size of 30 mins, showing 12 hours, starting at midnight (00:00 - 12:00). I want the next button to show the next 12 hours (12:00 - 00:00) when clicked - how do I do this?
scheduler.createTimelineView({
section_autoheight: false,
name: "timeline",
x_unit: "minute",
x_date: "%i",
x_step: 30,
x_size: 24,
x_length: 24,
y_unit: elements,
y_property: "section_id",
render: "tree",
folder_dy:20,
dy:60
});