angular2-gantt icon indicating copy to clipboard operation
angular2-gantt copied to clipboard

it is possible de put two or more tasks on the same row?

Open Ouamassi-Consultex opened this issue 6 years ago • 4 comments

it is possible de put two or more tasks on the same row

thanks for your responses

Ouamassi-Consultex avatar Mar 19 '18 11:03 Ouamassi-Consultex

Hi I would like know to the answer for this issues also.

San13 avatar Mar 29 '18 03:03 San13

As it's currently implemented, the Angular2-Gantt is one task per row. As it says in the introduction, this project is in alpha.

Angular-Gantt ( https://www.angular-gantt.com/ ) allows an arbitrary number of tasks per row. It will also figure out a z-order if they overlap. However, Angular-Gantt is AngularJS rather than Angular 2+.

I rant into significant trouble with performance on Angular-Gantt when there was thousands of tasks and tens of tasks on a row. If you're using a smaller data set, it should be alright, and are ok with AngularJS, it should be alright.

srgreen00 avatar Apr 25 '18 20:04 srgreen00

It would be great If you provide some hints to add this feature.

VijaySankhat avatar Aug 17 '18 13:08 VijaySankhat

My recall of the exact details is fuzzy, but I think the rendering of the Gantt is build around one task being on each row, then drawing the time needed around that - and that it needed almost a re-write to support.

An arbitrary number of tasks per row is something that I'd need too, so I'm hoping https://github.com/dalestone/henry-gantt has something like that.

srgreen00 avatar Aug 17 '18 14:08 srgreen00