Overlap

Add a border with gantt-task-overlaps CSS class on tasks that overlaps in same rows or through the whole gantt.

Dependency

moment-range

Usage

angular.module('myApp', ['gantt', 'gantt.overlap']);
<div gantt>
    <gantt-overlap enabled="true" global="false">
    </gantt-overlap>
</div>

Attributes