A simple, interactive, modern gantt chart library for the web
####View the demo here.
###Install
npm install frappe-gantt
###Usage Include it in your html:
<script src="frappe-gantt.js"></script>
And start hacking:
var gantt = new Gantt(
"#gantt",
[
{
start: "2016-10-04", end: "2016-10-10",
id: 0, name: "Explore ERPNext"
},
...
]
});
If you want to contribute:
- Clone this repo.
cd
into project directorynpm install
npm run dev
Project maintained by frappe