Reputation: 18471
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.
Upvotes: 9
Views: 15205
Reputation: 441
This one is really good too https://github.com/guiqui/react-timeline-gantt Can load thousands of records, has infinite scroll and task dependencies.
Upvotes: 5
Reputation: 1656
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/
Upvotes: 0
Reputation: 528
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/
Upvotes: 0