We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3db67e0 commit 58b077aCopy full SHA for 58b077a
docs/guide/options.md
@@ -77,7 +77,7 @@ const chart = new Chart('id', {
77
| `backgroundColor` | `Color` | `'rgba(225,225,225,0.3)'` | Fill color
78
| `borderColor` | `Color` | `'rgba(225,225,225)'` | Stroke color
79
| `borderWidth` | `number` | `0` | Stroke width
80
-| [`drawTime`](#draw-time) | `string` | `beforeDatasetsDraw` | When the dragging box is dran on the chart
+| [`drawTime`](#draw-time) | `string` | `beforeDatasetsDraw` | When the dragging box is drawn on the chart
81
| `threshold` | `number` | `0` | Minimal zoom distance required before actually applying zoom
82
| `modifierKey` | `'ctrl'`\|`'alt'`\|`'shift'`\|`'meta'` | `null` | Modifier key required for drag-to-zoom
83
0 commit comments