看到一个很棒的时间轴工具,分享一下:
github地址 https://github.com/sbstjn/timesheet.js
主页地址:http://sbstjn.github.io/timesheet.js/javascript
经过html5和CSS3,把数据和事件进行可视化处理,用JavaScript建立事件轴,用CSS美化样式,还有适合移动端的方法。css
做者最近一直在更新,github上有超过4500个star、300多fork,仍是比较值得信赖的。html
只须要引入 Timesheet.js 和配置你的数据,不依赖别的库,不须要 jQuery 、Angular.JS。只是用几行JavaScript去建立HTML5布局的界面、用CSS自定义界面样式。html5
<script src="timesheet.js" type="text/javascript" /> <link href="timesheet.js" type="text/css">
建立简单的时间轴只须要一个保存事件的JS数组:java
new Timesheet('timesheet-default', 2002, 2013, [ ['2002', '09/2002', 'A freaking awesome time', 'lorem'], ['06/2002', '09/2003', 'Some great memories', 'ipsum'], ['2003', 'Had very bad luck'], ['10/2003', '2006', 'At least had fun', 'dolor'], ['02/2005', '05/2006', 'Enjoyed those times as well', 'ipsum'], ['07/2005', '09/2005', 'Bad luck again', 'default'], ['10/2005', '2008', 'For a long time nothing happened', 'dolor'], ['01/2008', '05/2009', 'LOST Season #4', 'lorem'], ['01/2009', '05/2009', 'LOST Season #4', 'lorem'], ['02/2010', '05/2010', 'LOST Season #5', 'lorem'], ['09/2008', '06/2010', 'FRINGE #1 & #2', 'ipsum'] ]);
$ > bower install https://github.com/sbstjn/timesheet.js.git
·git