0.1.1 • Published 5 years ago

metelgantt v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

Install

npm install metelgantt

Usage

Include it in your html:

<script src="metelgantt.min.js"></script>

And start hacking:

var tasks = [
  {
    id: 'Task 1',
    name: 'Redesign website',
    start: '2016-12-28',
    end: '2016-12-31',
    progress: 20,
    dependencies: 'Task 2, Task 3',
    custom_class: 'bar-milestone' // optional
  },
  ...
]
var gantt = new Gantt("#gantt", tasks);

If you want to contribute:

  1. Clone this repo.
  2. cd into project directory
  3. yarn
  4. yarn run dev

License: MIT


Project maintained by metel