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

Strict mode for dependency arrows terminals in left/right edges of a task bar #10063

Open chuckn0rris opened 2 months ago

chuckn0rris commented 2 months ago

Forum post

Is there a way to ensure that the dependency arrows more accurately reflect the End - Start type? Currently in most cases the line is drawn from the End (Right side) of the predecessor to the "Start" (Top left) of the successor (see screenshot). In the screenshot you can see what the default line looks like circled in red. the orange line that was drawn I believe more closely reflects the dependency because it terminates on the left of the Successor and not the top left which is slightly indented. This behavior is how all of the examples behave as well. the only time I see the line of the left is when the successor starts before the predecessor end.

Gantt Dependency Arrows.jpg Gantt Dependency Arrows.jpg