MaTeMaTuK / gantt-task-react

Gantt chart for React with Typescript
MIT License
847 stars 471 forks source link

Multiple task in same row #241

Open marcingc opened 5 months ago

marcingc commented 5 months ago

Is possible have multiple tasks in same row? [ { start: 2024.03.19 15:00 end: 2024.03.19 16:00 machineId: 1 } { start: 2024.03.19 20:00 end: 2024.03.19 21:00 machineId: 1 } ]

task_example_excel

IVBC commented 5 months ago

I also need something similar. Any answers?

zengpeiceng commented 5 months ago

I also need something similar. Any answers?