gantt-task-react
gantt-task-react copied to clipboard
Queries on highlighting, filtering, and others
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.
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 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.
@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