This page shows an example on how to use Gantt chart to show a parent and its children. I used Account object for it, but the below code will work for any standard custom object as long as there is a ParentId field. Apex Controller: Visualforce Page:
Tag Archives: gantt
Gantt Chart Integration
This page shows an example on how to embed dhtmlx-gantt chart on Visualforce page. Using the same approach, we can embed on AURA and LWC components as well. Download open source JavaScript Gantt chart javascript libraries from the below link: https://github.com/DHTMLX/gantt/tree/master/codebase More examples on Gantt chart can be found in the below link: https://www.npmjs.com/package/dhtmlx-gantt Static Resource:Continue reading “Gantt Chart Integration”