Parent Child lines are intersecting with baseline

Hi Team,

We are using pro vesion of dhtmlx Gantt. As per the requirement , we have used baseline feature in our project . But we are facing intersecting issue. because of intersection or overlapping can’t see the tooltip when hover it on the baseline. i have attached the screenshot.

kindly help us to resolve the issue.

Hi,
You can set z-index: 2 for the baseline, then the baseline will be above the link:

.baseline {
    ...
    z-index: 2;
    ...
}

Thus, when hovering over the intersection of the link and the baseline, the tooltip will be displayed for the baseline.

Please see the snippet: https://snippet.dhtmlx.com/ynn2dz9m.

Hi Maksim_Lakatkou,

it is working . thanks for your quick reply. Great support from dhtmlx team.

Regards,
Aravind L