Skip to content

Commit 8534b00

Browse files
authored
Missing argument to doZoom (#219)
1 parent 5438c4e commit 8534b00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ var zoomPlugin = {
498498
xy = 'y'; // y axis
499499
}
500500

501-
doZoom(chartInstance, diff, center, xy);
501+
doZoom(chartInstance, diff, diff, center, xy);
502502

503503
// Keep track of overall scale
504504
currentPinchScaling = e.scale;

0 commit comments

Comments
 (0)