Is it possible to define soft and hard links. Can we add a custom property to the link object for this and use this property to visualize the soft link i.e. as a dotted line and the hard link as a straight line?
Hello,
yes, it should be possible.
Link objects can have any additional properties, and there is a template function that allows assigning a css class to the link
docs.dhtmlx.com/gantt/api__gantt … plate.html
docs.dhtmlx.com/gantt/samples/04 … tyles.html
You can set dotted image as a background image of .gantt_line_wrapper div.your_class_name selector