Hello. As u see when i hover in grid area, there is no hover effect seen in timeline area. However hover effect in timeline is seen when i hover in timeline area, . But i want it like when i hover in grid, then hover in timeline should be there. And vice versa
Hello,
The hover is implemented with the :hover style rule. As the elements in the grid and timeline are different, the hover in the grid doesn’t affect the elements in the timeline. You will need to implement a custom solution by using the Gantt API and Javascript.