9

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.

Mendes
  • 17,489
  • 35
  • 150
  • 263
  • 1
    Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it. – Deep 3015 Apr 01 '17 at 07:33

3 Answers3

3

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

Guillermo Quiros
  • 401
  • 3
  • 14
0

There is a gantt chart here which is ReactJS and open source (MIT) but as far as I can see not editable. But if you know ReactJS, making it editable would not be a huge job.

Docs: https://github.com/jamrizzi/react-gantt

Demo: https://jamrizzi.github.io/react-gantt/

GrahamJ
  • 528
  • 4
  • 15
0

You can take a look at this React Gantt chart component made with the help of dhtmlxGantt (js gantt chart library): https://github.com/DHTMLX/react-gantt-demo

Tutorial: https://dhtmlx.com/blog/create-react-gantt-chart-component-dhtmlxgantt/

Paul
  • 1,656
  • 11
  • 16