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

Timeline group collapses when group has no events in view #318

Closed stephan-wenders closed 10 years ago

stephan-wenders commented 10 years ago

Hi there,

in the following pictures you can see that the timeline group or all timeline groups collapse when it/they have no events in view.

example13_grouping example13_grouping2jpg

It would be nice if the group name and or picture fits in the row.

Thanks in advance

josdejong commented 10 years ago

Yes, indeed. To prevent this you could set option groupMinHeight to 24 or something like that. In the successor of this library, vis.js, this issue has been solved. There, the Timeline takes the actual height of the groups into account.

This is a duplicate of #313.