Hello,
I have a timeline in which a full year is ploted to create show all my workers holidays. As we have rather big data, it takes too long to load/edit. Also if I click-drag in the cell the event is automatically covers 2 days instead of one. What can be done ? here is the code for timeline:
scheduler.createTimelineView({
name: “holidays_timeline”,
round_position:true,
x_unit: “day”,
x_date: “%d”,
x_step: 1,
x_size: 31,
x_length: 1,
render:“days”,
days:12,
dy: Math.ceil(21.5 * salon.app_info.workers_list.list().length)
});
if I remove the round_position it seems to work better, but then the event does not cover whole day. also after event creation the scheduler updates for a second or two disabling all else…
thanks in advance
