0.1.1 • Published 8 years ago
quick-gantt v0.1.1
Frappé Gantt
A simple, interactive, modern gantt chart library for the web

View the demo here.
Install
npm install quickganttUsage
Include it in your html:
<script src="quick-gantt.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:
- Clone this repo.
cdinto project directorynpm installnpm run dev
For build try write:
webpack --env.mode=buildLicense: MIT
Project maintained by Presik