angular-gantt
Version:
Gantt chart component for AngularJS
26 lines (16 loc) • 791 B
Markdown
# angular-gantt
## Gantt chart component for AngularJS
angular-gantt provides a gantt chart component to your [AngularJS](https://angularjs.org/) application.
<br/>

## Try now
Try angular-gantt now using the [Demo Application](http://www.angular-gantt.com/demo).
You can even try the API using [Plunker](http://plnkr.co/XYYkD8tf5b2LQs5kL5nx) sandbox (latest release).
Latest version is @@version
## Features
- Two-way data binding between model and view.
- Advanced calendar support to define holidays and working hours.
- Each task and row has its own properties and behavior.
- Rows and tasks can be sorted and filtered.
- Plugin architecture to add custom features and hooks.
- API to listen events and call methods from your controller.