almende / chap-links-library

a web based visualization library for displaying graphs, networks, and timelines
http://almende.github.com/chap-links-library
Apache License 2.0
599 stars 167 forks source link

#325 Timeline - Prevent collapsing of groups when scrolling beyond data #326

Open MattyBearBytes opened 9 years ago

MattyBearBytes commented 9 years ago

Related to issue #325 (https://github.com/almende/chap-links-library/issues/325)

josdejong commented 9 years ago

Thanks, it's a nice trick which works in most cases, except when there are no items in the initial view. I found another solution by just setting the initial itemsHeight to the labelHeight:

https://github.com/almende/chap-links-library/commit/b8f3b2848a06a931d5c41113ba1be5b8d6f32f6d

That should work fine in all cases