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
53 stars 6 forks source link

Indicator are rendered in odd positions #9972

Open bmblb opened 2 weeks ago

bmblb commented 2 weeks ago

When travel time is too big it starts behaving rather odd. It does not represent exact value, but some approximation instead. And when travel time is too big, indicator gets lost completely.

I would probably go with a label which is always rendered directly below the event and a thin line of a reasonable size showing the duration of the travel time. If the duration is too big, we can maybe style the line to point that out

image

image

ExtAnimal commented 2 weeks ago

Cannot reproduce