Attributes
-
label :string
-
The label associated with the row.
- Default Value:
""
Example
Initialize the gantt row with the
labelattribute specified:<oj-gantt-row label="[[$current.tasks[0].data.resource]]"></oj-gantt-row> -
label-style :Object
-
The CSS style defining the style of the label. Only CSS style applicable to SVG elements can be used.
- Default Value:
{}
Example
Initialize the gantt row with the
label-styleattribute specified:<oj-gantt-row label-style='[[($current.tasks[0].data.type === "summary") ? {"fontWeight": 500} : {}]]'></oj-gantt-row>