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
SattibabuSattibabu 

How to create Lightening component for creating a Gantt chart on specified object.

Hi All , 

I have requirement where i need to create Lightening component which should generate Gantt chart on specified object. Gantt should populate on the detail page of the specified object.  Downthe line that component provides the flexitbilty to be used in salesforce 1 or inside visualforce pages. 

As i new to the Lightenign framework. Can one someone suggest me the functional flow (design) to create a gantt chart component. Any help would be greatly appreciated. Thank you.
BalkishanBalkishan
Hi Sattibabu,

To show Lightning Component on Detail page of a Custom Object you have to add it to a Visualforce Page. See below link :

https://developer.salesforce.com/docs/atlas.en-us.198.0.lightning.meta/lightning/components_visualforce.htm

Hope this will help you.