Hi Team,
I'm using the React Gantt component and would like to highlight the current time period column in the chart background.
For example:
- In Week view, highlight the current week column.
- In Month view, highlight the current month column.
- In Quarter view, highlight the current quarter column.
- In Year view, highlight the current year column.
I explored the highlightTime feature and was able to use it for day-level highlighting (similar to the holiday/weekend example in the documentation). However, it appears to work only with day/hour scales and does not apply to week, month, quarter, or year scales.
Currently, I can style the scale header using the css property in the scale configuration, but I also need to highlight the corresponding timeline/chart area below the header so that the entire current period column is visually distinguished.
Is there a supported way to achieve this in Svar Gantt? If not, are there any recommended workarounds or extension points for applying custom styling to timeline columns based on the current period?
Thanks!