Hi team,
Is it possible to bind Y-unit dynamically??
for example, I have created the following timeline, without Y-unit. After this code is there any way to add/update the y-unit??
scheduler.createTimelineView({
name: “day_line”,
x_unit: “day”,
x_date: “%D, %j-%M”,
x_step: 1,
x_start : 0,
x_size: 7,
y_property:“section_id”,
render: “bar”,
section_autoheight: false,
event_dy: “full”,
round_position: true
});
Thanks.