gantt-task-react icon indicating copy to clipboard operation
gantt-task-react copied to clipboard

Queries on highlighting, filtering, and others

Open muniyandibg opened this issue 2 years ago • 3 comments

Hi,

We are trying out Gantt-Task-React library in our project. We have below queries regarding the library.

1.How to highlight weekends as well as other holidays. Does the other holiday hours included or excluded in the task duration. 2.Can the tasks be filtered. Whether the id property is unique for each tasks. 3.How to add remarks and description to the tooltip. 4.How to export the chart to formats like pdf, csv, jpg. 5.Can we print the chart. 6.Can the date format modified. 7.Does it responsive and support all browsers?

Thank you so much for this awesome library.

muniyandibg avatar Sep 01 '22 09:09 muniyandibg

Hi,

We are trying out Gantt-Task-React library in our project. We have below queries regarding the library.

1.How to highlight weekends as well as other holidays. Does the other holiday hours included or excluded in the task duration. 2.Can the tasks be filtered. Whether the id property is unique for each tasks. 3.How to add remarks and description to the tooltip. 4.How to export the chart to formats like pdf, csv, jpg. 5.Can we print the chart. 6.Can the date format modified. 7.Does it responsive and support all browsers?

Thank you so much for this awesome library. Sorry for the less information Answer 1 : We have weekendColor property for highliting non working days in a week we have holidays property (Array of Date) for custom holiday dates and weekDays (Array of number) to let gantt know what are the business days in the week Answer 2: Id is unique for every task Answer 3 : Remarks And Descriptions ? Please elaborate a little Answer 4: Not at the moment but i think using browser print mechanism you can achieve this. Answer 5 : Please refer Answer 4 Answer 6 : the Dates are in the object format Answer 7 : Its not responsive but you can try it with custom css of your own.

Arjit-Shivansh avatar Sep 12 '22 05:09 Arjit-Shivansh

@Arjit-Shivansh Thank you so much for your response.

I have tried weekendColor and holidays array. but its not getting highlighted. Can we customise the tooltip to show custom texts like remarks and descriptions. Can we customise the date object display format? If possible please suggest some code sample for the above

Thank you.

muniyandibg avatar Sep 15 '22 12:09 muniyandibg

@Arjit-Shivansh Thank you so much for your response.

I have tried weekendColor and holidays array. but its not getting highlighted. Can we customise the tooltip to show custom texts like remarks and descriptions. Can we customise the date object display format? If possible please suggest some code sample for the above

Thank you.

Do you successfully able to color the weekends if yes then good holidayColor is also one property tooltip itlself is a component you can create whatever in that component

Arjit-Shivansh avatar Sep 30 '22 19:09 Arjit-Shivansh