Hi,
I’ve created a timeline view with the folowing parameters :
scheduler.createTimelineView({
name: "timeline",
x_unit: "day",
x_date: "%d/%m/%Y",
x_step: 2,
x_size: 7,
x_start: 0,
y_unit: sections,
y_property: "id_user",
render: "bar",
section_autoheight: false,
event_dy: "full"
});
My problem is that the width of a 1 hour long event appear very short.
How is it possible to force the width of the events to fit the width of a step ?