Skip to content

Commit 58b077a

Browse files
authored
fix: typo in options (#784)
1 parent 3db67e0 commit 58b077a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ const chart = new Chart('id', {
7777
| `backgroundColor` | `Color` | `'rgba(225,225,225,0.3)'` | Fill color
7878
| `borderColor` | `Color` | `'rgba(225,225,225)'` | Stroke color
7979
| `borderWidth` | `number` | `0` | Stroke width
80-
| [`drawTime`](#draw-time) | `string` | `beforeDatasetsDraw` | When the dragging box is dran on the chart
80+
| [`drawTime`](#draw-time) | `string` | `beforeDatasetsDraw` | When the dragging box is drawn on the chart
8181
| `threshold` | `number` | `0` | Minimal zoom distance required before actually applying zoom
8282
| `modifierKey` | `'ctrl'`\|`'alt'`\|`'shift'`\|`'meta'` | `null` | Modifier key required for drag-to-zoom
8383

0 commit comments

Comments
 (0)