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

task_height

предупреждение

Свойство устарело.

Description

Устанавливает высоту полос задач на области таймлайна

Example

gantt.config.task_height = 30;
gantt.init("gantt_here");

Default value: "full"

Details

заметка

Свойство task_height устарело. Вместо него можно использовать конфигурационное свойство bar_height:

gantt.config.bar_height = 30;
gantt.init("gantt_here");

Change log

  • свойство task_height устарело в версии v7.1

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.