★ wanayoo — archive 1999 https://github.com/angular-gantt/angular-ganttNouvelle recherche | Portail wanayoo
Skip to content
Gantt chart component for AngularJS https://www.angular-gantt.com
JavaScript HTML CSS ApacheConf
Failed to load latest commit information.
assets chore(release): Release v1.2.11
demo chore(release): Release v1.2.11
dist chore(release): Release v1.2.11
docs fix(dependencies): Fix enabled option
plunker fix(gantt): Deleted invalid characters in source files.
printing/phantomjs fix(printing): Height is not clipped correctly
resources chore(logo): Add logo to resources and docs
src fix(dependencies): Fix various issues causing exceptions when draggin…
test test(calendar): Add demo test case in calendar factory
.editorconfig chore(demo): Make better binding using demo
.gitignore chore(git): Add .grunt directory to gitignore and remove duplicate
.jshintrc chore(build): Avoid polluting the global namespace
.npmignore chore(npm): Remove printing directory from npm package
.release.json chore(release-it): Update release-it configuration
.travis.yml Fix travisCI build
CONTRIBUTING.md chore(contributing): Add bower link line for PR Guidelines
Gruntfile.js feat(dependencies): Add dependency plugin (basic view only)
LICENSE docs(copyright): Update copyright text to 2015
README.md chore(README): Add HuBoard badge to README
bower.json chore(release): Release v1.2.11
mkdocs.yml docs(dependencies): Add documentation page for dependencies plugin
package.json chore(release): Release v1.2.11

README.md

angular-gantt

npm version Build status Coverage Status Documentation Gitter HuBoard

Gantt chart component for AngularJS

angular-gantt provides a gantt chart component to your AngularJS application.


Angular Gantt

Try now

Try angular-gantt now using the Demo Application.

Unstable Demo Application is also available. It is build against github master branch, and allows to preview bleeding edge features, but may be very unstable.

You can even try the API using Plunker sandbox, with XYYkD8tf5b2LQs5kL5nx (latest release) and cNqoyX (master 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 and available at angular-gantt website (stable) and ReadTheDocs (master).

Bower

angular-gantt is available through bower and npm.

bower install angular-gantt
npm install angular-gantt

or

bower install angular-gantt#master
npm install https://github.com/angular-gantt/angular-gantt/tarball/master

CDNs

You can find released version on CDNs.

jsDelivr

//cdn.jsdelivr.net/angular.gantt/latest/angular-gantt.min.js
//cdn.jsdelivr.net/angular.gantt/latest/angular-gantt-plugins.min.css

CDNjs (Replace <version> with latest github tag)

//cdnjs.cloudflare.com/ajax/libs/angular-gantt/<version>/angular-gantt.min.js
//cdnjs.cloudflare.com/ajax/libs/angular-gantt/<version>/angular-gantt-plugins.min.css

 Download

Latest released version is available to download on Github and is the recommended and stable version.

Master branch version contains bleeding edge features, but may be very unstable.

Dependencies

Note: Some plugins require additional dependencies.

The MIT License

Copyright (c) 2015 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.

Something went wrong with that request. Please try again.