The top two events are not aligned in an expected way.
Expected: Two evenly distributed events (i.e. equal width).
Actual: The first one is aligned to the the first event in those below it.
Hello,
thanks for providing a demo!
This is a known behaviour of the layouting algorithm. However, it is unlikely to be changed in the nearest time.
You can try redefining the method that does calculate relative positions and sizes of events, the original implementation can be found here github.com/DHTMLX/scheduler/blo … r.js#L4093