Перейти к основному содержимому

show_tasks_outside_timescale

Description

Позволяет отображать задачи, которые выходят за пределы заданного диапазона дат на диаграмме Ганта

show_tasks_outside_timescale: boolean

Example

gantt.config.start_date = new Date(2019, 02, 31);
gantt.config.end_date = new Date(2019, 03, 09);
gantt.config.show_tasks_outside_timescale = true;

gantt.init("gantt_here");

Default value: false

Change log

  • добавлено в версии v6.3
Need help?
Got a question about the documentation? Reach out to our technical support team for help and guidance. For custom component solutions, visit the Services page.