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

Question - how to keep events showing all the time with a fixed height of the timeline #294

Open shaohua opened 10 years ago

shaohua commented 10 years ago

This is more a question then an issue.

Looking at this example, http://almende.github.io/chap-links-library/js/timeline/examples/example02_interactive.html, when you zoom out, some of the events are too tall to be shown inside the timeline.

My questions is, assuming my timeline has a fixed-height of 300px, what can I do to make sure events are always visible inside the timeline, meaning they will never be too tall to show when zooming in / out

Any direction is greatly appreciated...

screen shot 2014-05-05 at 7 04 13 pm

josdejong commented 10 years ago

Support for vertical scrolling is still missing.

Duplicate of #14.