jsGanttImproved / jsgantt-improved

Javascript Gantt: fully featured gantt chart component built entirely with JS and CSS. No images or external libs required.
https://jsganttimproved.github.io/jsgantt-improved
Other
480 stars 249 forks source link

Duration based on working days #361

Open FabienDrouin opened 2 years ago

FabienDrouin commented 2 years ago

It would be nice to have an option to display the duration based on the vWorkingDays. For my planification, 14 days is actually 10 working days. It would be nice also if it can manage the holidays.

mariohmol commented 2 years ago

True.. good points... thank you!

Duration can calculated or can be provide by you on the dataset.

About adding holidays its something to implement.. will let this issue open for that record

thanks