This directive gives you a simple Timeline with the power of d3.

Features

Demo

http://orealeb.github.io/angularjs-d3timeline/

Dependencies

Install

  1. Download the files
    1. Using bower: Just run bower install angularjs-d3timeline
    2. Using npm : Just run npm install angularjs-d3timeline
    3. Manually: You can download the .js file directly or clone this repository
  2. Include the file in your app
    • <script type="text/javascript" src="angularjs-d3TimeLine.js"></script>.
  3. Include the module in angular (i.e. in app.js) - angularjs-d3timeline

Contributing

Issues and PR’s are much appreciated. We’re currently working on reducing them. When you create a new PR please make it against the develop branch when adding new features and to the fix branch when fixing small issues instead of master.

Usage and Documentation

See the documentation and examples in the GitHub pages: http://orealeb.github.io/angularjs-d3timeline/