function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Raja Sharma 7Raja Sharma 7 

I want to make a chart of a custom object's parent-child hierarchy.

 I want to make a chart of a custom object's   parent-child hierarchy. That part  I was done. and now i want to drag and drop nodes and change their parents in this chart.And it should have to also update in a database can anyone give some suggestions.
Ruwantha  LankathilakaRuwantha Lankathilaka
You can use Jquery UI Draggable (https://jqueryui.com/draggable/) to drag the components. Base on that event you chan send the data to the server to save

If this helps you please mark it as the best answer so it could help the community in many ways.
Raja Sharma 7Raja Sharma 7
Thank you for a reply. 
 I already use Jquery UI Draggable. But i won't like "https://codepen.io/dabeng/pen/gMOZyN" This type of chart Also able to change their parents.