container_resize_timeout

specifies the delay (in milliseconds) before redrawing the gantt when resizing the container

number container_resize_timeout;

Example

gantt.config.container_resize_timeout = 300;


Default value:

20
Change log

added in v7.0.11

Back to top