bryntum / support

An issues-only repository for the Bryntum project management component suite which includes powerful Grid, Scheduler, Calendar, Kanban Task Board and Gantt chart components all built in pure JS / CSS / TypeScript
https://www.bryntum.com
54 stars 6 forks source link

Adding Custom elements on the Timeline #9766

Open chuckn0rris opened 3 months ago

chuckn0rris commented 3 months ago

Forum post

Hi team,

Is it possible to display ResourceTimeRange "on top of" an Event without changing the order of precedence of the canvases?

The way the DOM is created for each of the layers (resourceTimeRange, event, etc), it doesn't seem possible to override the layering for just one element, since it's defined at the canvas layer.

I see that there is a demo for changing the z-indexes of the canvases, but this is not the behavior were looking for: https://bryntum.com/products/schedulerpro/examples-scheduler/layers

Let me know if you have a configuration or workaround. Thanks!