Our state of the art Gantt chart


Post by rahulranjan »

1. Can we export the gantt to excel,pdf and jpg? if yes then let me know how?
2. Can we print the gantt ?
3. Roll up of duration automatically from child to parent.
4. Read Only View of gantt?
5. Inline editing of cells ?
6. Can we configure resource units in other values apart Instead of % like numbers?
7. Can we add more tabs in information pop up ?
8. How the effort is calculated?
9. Can we have dynamic column ?
10. How can we add more columns and registered to gantt ?
11. Can we have colors in rows based on condition?
12. Can we make row and row cells editable and non-edition based of type or some condition?
13. Can we have different colours pattern on activity , wbs ?
14. Can we have view like weekly, daily , monthly or yearly?
15. Can we show Critical path ?

I am using Angular 7. Its a long list of questions. Please provide solution with some code
Thanks
Rahul.

Post by mats »

1. Not yet but this is coming in Q3 (pdf + png)
2. Not yet but this is coming in Q3
3. Not yet, coming
4. Yes, https://bryntum.com/docs/gantt/#Grid/vi ... g-readOnly
5. Yes
6. Just % for now
7. Yes, please see https://bryntum.com/examples/gantt/taskeditor
9. What's a dynamic column in your terminology? Added dynamically? If yes, please see advanced sample which has a column to add more columns.
10. Just set any columns you want in the columns config: https://bryntum.com/docs/gantt/#Grid/vi ... ig-columns
11. Yes, please see the 'renderer' config: https://bryntum.com/docs/gantt/#Grid/co ... g-renderer
12. Yes
13. Yes
14. Yes
15. Soon, few weeks at most

Post by arcady »

8. How the effort is calculated?
A task effort is calculated as sum of assigned resources effort. Where a resource effort is its available time multiplied by its allocation percent.
Example:
A task has 1 day duration (starts on Mon 00:00, finishes on Tue 00:00).
It has two resources assigned: Jon 50% and Dany 25% (for the sake of simplicity both the resources and the task use 24hrs a day calendar).
Jon's effort: 24 * 0.5 = 12 hrs
Dany's effort: 24 * 0.25 = 6 hrs
The task effort: 12 + 6 = 18 hrs

Post by rahulranjan »

Can't we Customise units column of resource if instead of percentage

Post by rahulranjan »

mats wrote: Wed May 15, 2019 10:24 pm Thanks for it. I will configure the things but some samples i need regarding the below

Hi Can you please provide sample code
for Q - 5,
6. Instead of showing % can't we remove it
7. How can we add some sample code to add more tabs in Information Pop Up.
for Q11, 12, 13- . Please provide some sample code . where we have to configure that

14. how can we show some buttons and show weekly , daily , quarterly or yearly


Thanks for your kind support

Post by rahulranjan »

Can we Customise Information Editor ?

Post by mats »

Please start over and post only one question per thread. I'll lock this one and look forward to seeing your new posts.

Locked