X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=dygraph-externs.js;h=11f867490c6f4e3f81a5dd6cf5e2ee802f6c9816;hb=99386b99835dfcc75053b4a9a4304b3d8a8546ad;hp=b4b8e5dc83ca2fbd3eadb59016a45a8931acde94;hpb=335011fd4473f55aaaceb69726d15e0063373149;p=dygraphs.git diff --git a/dygraph-externs.js b/dygraph-externs.js index b4b8e5d..11f8674 100644 --- a/dygraph-externs.js +++ b/dygraph-externs.js @@ -19,6 +19,15 @@ Dygraph.VERSION; /** @type {function(): string} */ Dygraph.toString; +/** @type {function(Event, Dygraph, DygraphInteractionContext)} */ +Dygraph.startPan; + +/** @type {function(Event, Dygraph, DygraphInteractionContext)} */ +Dygraph.movePan; + +/** @type {function(Event, Dygraph, DygraphInteractionContext)} */ +Dygraph.endPan; + /** @type {function(?string): boolean} */ Dygraph.prototype.isZoomed;