X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=dygraph-interaction-model.js;h=9654f2826f78778615bebc393e455066ed38091c;hb=d4cb4d24434f7bff8cdb82872f087c9048b610e3;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(); } };