frappe / gantt

Open Source Javascript Gantt
https://frappe.io/gantt
MIT License
4.6k stars 1.02k forks source link

Exclude Weekend From Gantt #256

Open PeterPaulG opened 2 years ago

PeterPaulG commented 2 years ago

Hello everyone,

does anyone have a solution to extend the generated bars or parts of the bars in the Gantt that fall on a weekend by the number of days that actually fall on a weekend?

Thanks in advance for your help.

m50S79sM6SRNp8Jn commented 1 year ago

Not just weekends, but also flexibility for (public) holidays in different countries. With different css. Holidays could be a separate array.

safwansamsudeen commented 5 months ago

@m50S79sM6SRNp8Jn Makes sense. How do you think we should show the holidays block? You say "different css".

This isn't extremely easy feat to implement, even if it it is a good one, so I hope you don't mind if we tackle it a little later.