blob: 94a2bd353802e03d8ac58ae54347c24bc05873a6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
Gantt chart for React.JS
===================
This is a react gantt chart demo app that is made with the help of dhtmlxGantt. The demo includes implementation of time scale zooming and processing of changes that users can make in gantt chart.
More features can be added due to rich functionality of dhtmlxGantt: https://dhtmlx.com/docs/products/dhtmlxGantt/#product-features
### How to start
- clone the repository or download files
- install dependencies
~~~
npm install
~~~
- run server
~~~
npm start
~~~
### Related resources
- Read full tutorial here: https://dhtmlx.com/blog/create-react-gantt-chart-component-dhtmlxgantt/
- Learn about dhtmlxGantt here: https://dhtmlx.com/docs/products/dhtmlxGantt/
- Learn about React here: https://facebook.github.io/react/
|