甘特图 API事件onGanttRender页面内容onGanttRender Description 当甘特图在页面上完成渲染时触发 onGanttRender: () => void;Examplegantt.attachEvent("onGanttRender", function(){ alert("甘特图已在页面上完全渲染。")});Related API onLoadStart onTaskLoading onBeforeParse onParse onBeforeGanttRender onBeforeDataRender onDataRender onLoadEnd