gantt-task-react

Interactive Gantt Chart for React with TypeScript.

## How to use it ```javascript let tasks: Task[] = [ { start: new Date(2020, 1, 1), end: new Date(2020, 1, 2), name: 'Idea', id: 'Task 0', progress: 45, isDisabled: true, styles: { progressColor: '#ffbb54', progressSelectedColor: '#ff9e0d' }, }, ... ]; ``` You may handle actions ```javascript ``` ## Gantt Configuration - EventOption