Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/angular-gantt/angular-gantt
Gantt chart component for AngularJS
https://github.com/angular-gantt/angular-gantt
angularjs component gantt gantt-chart javascript js
Last synced: about 2 months ago
JSON representation
Gantt chart component for AngularJS
- Host: GitHub
- URL: https://github.com/angular-gantt/angular-gantt
- Owner: angular-gantt
- License: mit
- Archived: true
- Created: 2013-08-24T12:44:13.000Z (about 11 years ago)
- Default Branch: develop
- Last Pushed: 2020-09-07T07:45:37.000Z (about 4 years ago)
- Last Synced: 2024-04-14T11:58:38.512Z (7 months ago)
- Topics: angularjs, component, gantt, gantt-chart, javascript, js
- Language: TypeScript
- Homepage: https://www.angular-gantt.com
- Size: 26.9 MB
- Stars: 1,420
- Watchers: 99
- Forks: 490
- Open Issues: 174
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# angular-gantt
[![npm version](http://img.shields.io/npm/v/angular-gantt.svg?style=flat)](https://npmjs.org/package/angular-gantt)
[![Build status](http://img.shields.io/travis/angular-gantt/angular-gantt.svg?style=flat)](https://travis-ci.org/angular-gantt/angular-gantt)
[![Coverage Status](https://img.shields.io/coveralls/angular-gantt/angular-gantt.svg?style=flat)](https://coveralls.io/r/angular-gantt/angular-gantt)
[![Documentation](https://readthedocs.org/projects/angular-gantt/badge/?style=flat)](https://angular-gantt.readthedocs.org)
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/angular-gantt/angular-gantt?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
[![HuBoard](https://img.shields.io/badge/Hu-Board-7965cc.svg)](https://huboard.com/angular-gantt/angular-gantt)## Gantt chart component for AngularJS
[angular-gantt](http://www.angular-gantt.com) provides a gantt chart component to your [AngularJS](https://angularjs.org/) application.
![Angular Gantt](docs/img/angular-gantt.png)
## Try now
Try angular-gantt now using the [Demo Application](http://www.angular-gantt.com/demo).
[Unstable Demo Application](http://rawgit.com/angular-gantt/angular-gantt/develop/demo.dist/index.html) is also available.
It is build against [github develop](https://github.com/angular-gantt/angular-gantt) branch, and allows to preview
bleeding edge features, but may be very unstable.You can even try the API using Plunker sandbox, with [XYYkD8tf5b2LQs5kL5nx](http://plnkr.co/XYYkD8tf5b2LQs5kL5nx)
(latest release) and [cNqoyX](http://plnkr.co/cNqoyX) (develop branch).## 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.## Docs
Docs are built using [MkDocs](http://www.mkdocs.org/) and available at
[angular-gantt website](http://www.angular-gantt.com) (stable) and [ReadTheDocs](http://angular-gantt.readthedocs.org/en/latest/)
(develop).## Bower
angular-gantt is available through [bower](http://bower.io/) and [npm](https://www.npmjs.org/package/angular-gantt).
npm install angular-gantt
bower install angular-gantt
ornpm install https://github.com/angular-gantt/angular-gantt/tarball/develop
bower install angular-gantt#develop## CDNs
You can find released version on CDNs.
[jsDelivr](http://www.jsdelivr.com/)
//cdn.jsdelivr.net/npm/angular-gantt@latest/dist/angular-gantt.min.js
//cdn.jsdelivr.net/npm/angular-gantt@latest/dist/angular-gantt.min.css[CDNjs](http://www.cdnjs.com/) (Replace `` with latest github tag)
//cdnjs.cloudflare.com/ajax/libs/angular-gantt//angular-gantt.min.js
//cdnjs.cloudflare.com/ajax/libs/angular-gantt//angular-gantt.min.css## Download
[Latest released version](https://github.com/angular-gantt/angular-gantt/releases/latest) is available to
[download](https://github.com/angular-gantt/angular-gantt/releases/latest) on Github and is the recommended and stable version.[Develop branch version](https://github.com/angular-gantt/angular-gantt/tree/develop) contains bleeding edge features, but may be very unstable.
## Dependencies
- [AngularJS](https://angularjs.org) >= 1.3
- [momentJS](http://momentjs.com/)Note: Some plugins require additional dependencies.
## The MIT License
Copyright (c) 2017 Marco Schweighauser, Rémi Alvergnat
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.