open-ubs
v0.3.5
Published
Gantt chart for React.JS ===================
Downloads
1
Readme
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
yarn install
or
npm install
- run server
yarn start
or
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/