Skip to content

Commit 83537aa

Browse files
authored
Removes 'undefined' as default because is not undefined (#515)
1 parent d47e6e6 commit 83537aa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/guide/options.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ const chart = new Chart('id', {
5353

5454
| Name | Type | Default | Description
5555
| ---- | ---- | ------- | ----------
56-
| `wheel` | [`WheelOptions`](#wheel-options) | `undefined` | Options of the mouse wheel behavior
57-
| `drag` | [`DragOptions`](#drag-options) | `undefined` | Options of the drag-to-zoom behavior
58-
| `pinch` | [`PinchOptions`](#pinch-options) | `undefined` | Options of the pinch behavior
56+
| `wheel` | [`WheelOptions`](#wheel-options) | | Options of the mouse wheel behavior
57+
| `drag` | [`DragOptions`](#drag-options) | | Options of the drag-to-zoom behavior
58+
| `pinch` | [`PinchOptions`](#pinch-options) | | Options of the pinch behavior
5959
| `mode` | `'x'`\|`'y'`\|`'xy'` | `'xy'` | Allowed zoom directions
6060
| `overScaleMode` | `'x'`\|`'y'`\|`'xy'` | `undefined` | Which of the enabled zooming directions should only be available when the mouse cursor is over a scale for that axis
6161

0 commit comments

Comments
 (0)