PTete How to highlight weekends and holidays with specific colors to consider them when planning tasks
tasha Hello PTete, To apply CSS to the scales and highlight them you can set css parameter as a function where you can return your css class depending on the conditions you need. Please check the example: https://stackblitz.com/edit/vitejs-vite-wnfu6myw?file=src%2FGanttComponent.jsx,src%2Fdata.js If you are talking about highlighting holidays in the chart itself, it is already available in Svelte Gantt and later on we will add it to the React Gantt. Docs https://docs.svar.dev/svelte/gantt/api/properties/highlightTime Demo https://docs.svar.dev/svelte/gantt/samples/#/holidays/willow