Skip to content

Commit e7cfe40

Browse files
committed
fix typos
1 parent 8e639df commit e7cfe40

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/GGanttChart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ The main component of Vue Ganttastic. Represents an entire chart and is meant to
2424
| `label-column-width` | string? | `150px` | Width of the column containing the row labels (if `label-column-title` specified)
2525
| `showDayName` | boolean? | `true` | Adds the Day name to the timeunit axis when in `day` or `date` mode
2626
| `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.
2929

3030

3131
## Custom Events

0 commit comments

Comments
 (0)