Hi,
How do you control the cell duration (minutes) when setting scale to manual.
I have the following setup
scale: "manual"
timeline: [
{ start: "2019-11-15T06:00:00", end: "2019-11-16T00:00:00",width : 750 },
{ start: "2019-11-16T00:00:00", end: "2019-11-17T00:00:00", width: 750 }]
timeHeaders: [
{ groupBy: "Day", format: "dddd, d MMMM yyyy" },
{ groupBy: "Hour" },
{ groupBy: "Cell", format: "mm" }
]
using this I dont get any grouping of minutes at all ( see manual_timeline.png).
Setting scale to "CellDuration", and CellDuration to "10", I end up with each hour split into 6 10 min cells (cellduration.png). So how can I achieve the same look using manual timeline ?
We are using version 2019.4.4089 of Daypilot (Javascript)