frappe/gantt

Name: gantt

Owner: Frappe

Description: Open Source Javascript Gantt

Created: 2016-08-26 12:17:58.0

Updated: 2018-05-24 01:39:46.0

Pushed: 2018-05-23 07:06:44.0

Homepage: https://frappe.github.io/gantt

Size: 719

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Frappe Gantt

A simple, interactive, modern gantt chart library for the web

View the demo »

Install
install frappe-gantt
Usage

Include it in your html:

ipt src="frappe-gantt.min.js"></script>

And start hacking:

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

.

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 frappe


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.