You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/GGanttChart.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,8 +24,8 @@ The main component of Vue Ganttastic. Represents an entire chart and is meant to
24
24
| `label-column-width` | string? | `150px` | Width of the column containing the row labels (if `label-column-title` specified)
25
25
| `showDayName` | boolean? | `true` | Adds the Day name to the timeunit axis when in `day` or `date` mode
26
26
| `dayNameLength` | string? | `short` | Sets whether the day name is short or long eg. 'Fri' or 'Friday'. Possible values: `short`, `long`
27
-
| `locale` | string? | 'en-GB' | Used when getting the day name only.
28
-
| `allowRightClickDragging | boolean? | 'false' | Enable or disable the ability to drag bars when right-clicking a bar. Useful if you want to use the context menu and prevent accidental bar movements.
27
+
| `locale` | string? | `en-GB` | Used when getting the day name only.
28
+
| `allowRightClickDragging` | boolean? | `false` | Enable or disable the ability to drag bars when right-clicking a bar. Useful if you want to use the context menu and prevent accidental bar movements.
0 commit comments