Any way to customize link as per requirement mentioned in image?

We want to create customized link as attached in image.
Please let me know if this is possible and if yes then how I can achieve it.
Thanks.
required_custom_link

1 Like

Hello Prashant,
Right now, there is no built-in way to change how the links are rendered.
In the future, the dev team will add an alternative way to render links, but I cannot give you any ETA.

For now, you need to implement a custom solution by using the Gantt API.
For example, you can use the addTaskLayer method that allows creating any HTML elements in the timeline:
https://docs.dhtmlx.com/gantt/api__gantt_addtasklayer.html

I don’t have a ready example for you, but I have this one:
https://snippet.dhtmlx.com/5/70d20a54e
It should help you to start implementing your solution.

If you want us to implement a solution for you, you can contact the sales team:
info@dhtmlx.com

1 Like

Thank you ramil for your suggestion.
Can you please share your css for this ?

Thanks,
Prashant.

Hello Prashant,
You can switch to the HTML tab in the snippet tool, then you will be able to see the style rules: