Skip to content

Commit 5e10fa8

Browse files
authored
Changes zoom.threshold default to 0 (#461)
1 parent 08b6fab commit 5e10fa8

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
@@ -60,7 +60,7 @@ const chart = new Chart('id', {
6060
| `rangeMin` | `{x: any, y: any}` | `undefined` | Minimum zoom range allowed for the axes. Value type depends on the scale type
6161
| `rangeMax` | `{x: any, y: any}` | `undefined` | Maximum zoom range allowed for the axes. Value type depends on the scale type
6262
| `speed` | `number` | `0.1` | Factor of zoom speed via mouse wheel.
63-
| `threshold` | `number` | `10` | Mimimal zoom distance required before actually applying zoom
63+
| `threshold` | `number` | `0` | Mimimal zoom distance required before actually applying zoom
6464

6565
### Zoom Events
6666

0 commit comments

Comments
 (0)