# onGanttReady

### Description

@short: Fires after the dhtmlxGantt initialization is complete but the Gantt chart is not rendered on the page yet

@signature: onGanttReady: () =\> void;

### Example

~~~jsx
gantt.attachEvent("onGanttReady", function(){
    //any custom logic here
});
~~~

### Related API
- [onBeforeGanttReady](api/event/onbeforeganttready.md)

