Skip to content

alexsuslov/react_gantt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple React Gantt Diagram

Many thanks to http://taitems.github.io/jQuery.Gantt/

Demo

react_gantt

demo based React Static Boilerplate

Use

import Gantt from '../components/react_gantt';
...

return (<Gantt {...{
  start: new Date(1970, 0, 1),
  stop: new Date(),
  data:[  {
    "name": "Sprint 0",
    "desc": "Analysis",
    "values": [{
      "from": 1320192000000,
      "to": 1322401600000,
      "label": "Requirement Gathering",
      "customClass": "ganttRed"
    }]
    ]
  }} 
/>);

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published