gantt-lib 0.133.0 → 0.134.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -159,6 +159,8 @@ Main component that renders the interactive Gantt chart.
159
159
  | `containerHeight` | `number \| string` | `undefined` | Container height in px, `%`, `vh`, or auto. |
160
160
  | `showTaskList` | `boolean` | `false` | Shows the left-side task list. |
161
161
  | `showChart` | `boolean` | `true` | Hides the chart area when set to `false`. |
162
+ | `showTaskDateLabels` | `boolean` | `true` | Shows the task date range to the left of each task bar. |
163
+ | `showTaskNames` | `boolean` | `true` | Shows the task name to the right of each task bar. |
162
164
  | `showBaseline` | `boolean` | `false` | Renders baselines for tasks with `baselineStartDate` and `baselineEndDate`. |
163
165
  | `taskListWidth` | `number` | `660` | Requested width of the task list panel. |
164
166
  | `taskListColumnWidths` | `TaskListColumnWidthMap` | `undefined` | Width overrides for built-in and custom TaskList columns. |