X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=src%2Fdygraph-utils.js;h=a9e4b221e9b59b25cedb0fa7cba483d2fb923774;hb=9154f07d785b038e8af866da745a67f5ba531771;hp=8e972a6f10783d368938a9033060c39b041bf7f4;hpb=f0e472002843b5e61aa9467f97f755280c91a46b;p=dygraphs.git diff --git a/src/dygraph-utils.js b/src/dygraph-utils.js index 8e972a6..a9e4b22 100644 --- a/src/dygraph-utils.js +++ b/src/dygraph-utils.js @@ -686,17 +686,6 @@ export function getContextPixelRatio(context) { }; /** - * Checks whether the user is on an Android browser. - * Android does not fully support the tag, e.g. w/r/t/ clipping. - * @return {boolean} - * @private - */ -export function isAndroid() { - return (/Android/).test(navigator.userAgent); -}; - - -/** * TODO(danvk): use @template here when it's better supported for classes. * @param {!Array} array * @param {number} start @@ -852,7 +841,6 @@ var pixelSafeOptions = { 'highlightCallback': true, 'highlightCircleSize': true, 'interactionModel': true, - 'isZoomedIgnoreProgrammaticZoom': true, 'labelsDiv': true, 'labelsKMB': true, 'labelsKMG2': true,