expand

切换甘特图到全屏模式,使其占据整个屏幕空间。

void expand();

Example

gantt.expand();

Related samples

Details

此方法属于 fullscreen 扩展,因此需要通过 gantt.plugins 方法启用 fullscreen 插件。更多信息请参阅 全屏模式 文章中的详细说明。

See also
Back to top