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 undo and redo options #333

Open luicaps opened 9 years ago

luicaps commented 9 years ago

Hello,

Is there any undo/redo support for the timeline? Any library that can be easily attached to the timeline?

Thanks!

josdejong commented 9 years ago

No this is not supported. You might be interested to see how this is solved in the successor of chap-links-library: vis.js. With vis.js, you can use a DataSet, and listen for changes on the data set. You could use these events to built up a history of all changes, and use that to be able to undo changes.

luicaps commented 9 years ago

I didn't know this one! Thanks!