You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using vis-timeline with great pleasure, but among all its flexibility am struggling to set it up in a way that a timeline in which all ranges and point events are known before rendering the height and position of remains stable during scrolling.
Let's say the timeline is initially rendered with all events visible, resulting in 5 rows being visible due to overlapping ranges. When the user is scrolling so that some events are not visible anymore, the timeline changes its height dynamically, which is unpleasantly affecting the rest of the web page's layout the timeline is embedded in.
Is it possible to have the initial timeline render take into account all events on that timeline, reserve the space required for the rendered rows, and not change it while scrolling?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Dear all,
I'm using vis-timeline with great pleasure, but among all its flexibility am struggling to set it up in a way that a timeline in which all ranges and point events are known before rendering the height and position of remains stable during scrolling.
Let's say the timeline is initially rendered with all events visible, resulting in 5 rows being visible due to overlapping ranges. When the user is scrolling so that some events are not visible anymore, the timeline changes its height dynamically, which is unpleasantly affecting the rest of the web page's layout the timeline is embedded in.
Is it possible to have the initial timeline render take into account all events on that timeline, reserve the space required for the rendered rows, and not change it while scrolling?
All reactions