We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08b6fab commit 5e10fa8Copy full SHA for 5e10fa8
docs/guide/options.md
@@ -60,7 +60,7 @@ const chart = new Chart('id', {
60
| `rangeMin` | `{x: any, y: any}` | `undefined` | Minimum zoom range allowed for the axes. Value type depends on the scale type
61
| `rangeMax` | `{x: any, y: any}` | `undefined` | Maximum zoom range allowed for the axes. Value type depends on the scale type
62
| `speed` | `number` | `0.1` | Factor of zoom speed via mouse wheel.
63
-| `threshold` | `number` | `10` | Mimimal zoom distance required before actually applying zoom
+| `threshold` | `number` | `0` | Mimimal zoom distance required before actually applying zoom
64
65
### Zoom Events
66
0 commit comments