Hello (excuse for my english),
I have a problem with my scheduler v4.2 with a timeline view: no display and no error after 25/10/2015 (config pc : france gmt +1 with automatic saving times).
When i disable “automatic saving times” on the pc i can display after 25/10/2015 but events are not good.
if i change “x_step = 13” dynamically after this date, i can display but hours are not good.
This my timelineview config:
[i]scheduler.createTimelineView({
name: “timeline”,
x_unit: “hour”,
x_date: “%H”,
x_step: 12,
x_size: 25,
//x_start: 2.3,
x_length: 27,
y_unit: collaborateurs,
y_property: "nom_collab",
render:"bar",
round_position: true,
preserve_length: true,
second_scale:{
x_unit: "day", // unit which should be used for second scale
x_date: "%D,%d,%M", // date format which should be used for second scale, "July 01"
}
});[/i]
Best regards.