Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Gantt editable chart for ReactJs

I'm looking for an editable Gantt chart component that can be used in ReactJS. The need is to plot a resource Gantt chart where the user can change tasks on the time axis and also between the resources.

Preferably open source.

like image 616
Mendes Avatar asked Apr 01 '17 07:04

Mendes


1 Answers

This one is really good too https://github.com/guiqui/react-timeline-gantt Can load thousands of records, has infinite scroll and task dependencies.

like image 173
Guillermo Quiros Avatar answered Nov 07 '22 06:11

Guillermo Quiros