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 changes events order in stack. #329

Open artemgrygor opened 9 years ago

artemgrygor commented 9 years ago

After moving left/right an order of events are changed. For example: it was stack from top Event1, Event2, Event3 and after moving to the left it becomes Event3, Event1, Event2.

I've tried animate: false, animateZoom: false - but this is just switch off animation. Could we prevent it somehow?

josdejong commented 9 years ago

You can provide a customStackOrder, see docs under "Configuration Options": http://almende.github.io/chap-links-library/js/timeline/doc/#Configuration_Options