X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=dygraph-interaction-model.js;h=9654f2826f78778615bebc393e455066ed38091c;hb=e4f6e11a1dd2abbfc1321863aa13d9e540d8c253;hp=94dfe3c3b3b03331626769b4ad1dab0b08a87d91;hpb=e70e19abc363a5c8042452a082acc514f970b40c;p=dygraphs.git diff --git a/dygraph-interaction-model.js b/dygraph-interaction-model.js index 94dfe3c..9654f28 100644 --- a/dygraph-interaction-model.js +++ b/dygraph-interaction-model.js @@ -574,7 +574,7 @@ Dygraph.Interaction.defaultModel = { if (event.altKey || event.shiftKey) { return; } - g.restoreZoom(); + g.resetZoom(); } };