Gantt APIEventsonBeforeGanttRenderOn this pageonBeforeGanttRender Description Fires before the Gantt chart is rendered on the page onBeforeGanttRender: () => void;Examplegantt.attachEvent("onBeforeGanttRender", function(){ //any custom logic here});Related API onLoadStart onTaskLoading onBeforeParse onParse onBeforeDataRender onDataRender onGanttRender onLoadEnd