You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tried to highlight weekends on a gantt with multiple zoom levels. I ran into an issue where the whole month as a cell gets highlighted if the month starts on a Saturday or Sunday.
Currently I can go around this by checking the current zoom level, the problem is even bigger though if I apply the same styling to a timeline where the whole month gets highlighted.
The text was updated successfully, but these errors were encountered:
When the unit parameter is specified, Gantt checks if there is working time within that unit for the date, for example if there is any working day within a month. If there are no working days, the method returns false.
You can check that in the following snippet: https://snippet.dhtmlx.com/my5x5wd8
Hello,
I have tried to highlight weekends on a gantt with multiple zoom levels. I ran into an issue where the whole month as a cell gets highlighted if the month starts on a Saturday or Sunday.
Snippet can be seen here:
https://snippet.dhtmlx.com/9hoep8a3
Currently I can go around this by checking the current zoom level, the problem is even bigger though if I apply the same styling to a timeline where the whole month gets highlighted.
The text was updated successfully, but these errors were encountered: