angular-gantt
Version:
Gantt chart component for AngularJS
39 lines (21 loc) • 556 B
Markdown
is **deprecated**, please use [Table](table.md) instead
Display labels on the side.
angular.module('myApp', ['gantt', 'gantt.labels']);
<!-- -->
<div gantt>
<gantt-labels enabled="..." header="...">
</gantt-labels>
</div>
-
Enable display of labels.
default: `true`
-
Column header for the labels.
default: `Name`
- **api.labels.fitSideWidth()**
Adjusts the side section to the width of the biggest label.
This plugin