RoaveDeveloperTools
RoaveDeveloperTools copied to clipboard
Events timeline rendering suggestion
Found some neat libraries to be used to render fired events in a timeline. Still misses hierarchical data though, so throw suggestions at me:
- https://github.com/destegabry/angular-timeline (probably what we need, though no hierarchical data so far, but
Apache License, Version 2.0, EEEK!) - ~~https://github.com/casebeer/topic-timeline (probably not fitting, was designed for historical events, see http://timeline.knightlab.com/ )~~
- ~~http://www.simile-widgets.org/timeplot/examples/simile/index.html (ancient, more interesting for line charts IMO)~~
- http://stoicloofah.github.io/chronoline.js/
- ~~http://www.gnuplot.info/ (not js)~~
- http://visjs.org/examples/timeline/
- http://d3js.org/ (basically "do it yourself" :-( )
- http://sathomas.me/jsdataviz/chap4.html (more like a gantt chart)
- ~~http://www.bryntum.com/products/gantt/ (can't use, GPL/Commercial license, has hierarchical data)~~
- https://github.com/robicch/jQueryGantt (requires a lot of customization, plus I don't really want any jQuery in here)