X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=src%2Fdygraph-utils.js;h=c319e497c90eab424185e32c064f7570a862a677;hb=0bc4cb546af5d1ce157ad701a45169cc07c9c839;hp=79215d4a58fb3d2c3b33c2621eb5ee3c79e792da;hpb=2d0fdf6eb18eafde50830b8109f42e20b82247b1;p=dygraphs.git diff --git a/src/dygraph-utils.js b/src/dygraph-utils.js index 79215d4..c319e49 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 @@ -837,7 +826,6 @@ var pixelSafeOptions = { 'annotationDblClickHandler': true, 'annotationMouseOutHandler': true, 'annotationMouseOverHandler': true, - 'axisLabelColor': true, 'axisLineColor': true, 'axisLineWidth': true, 'clickCallback': true, @@ -855,8 +843,6 @@ var pixelSafeOptions = { 'interactionModel': true, 'isZoomedIgnoreProgrammaticZoom': true, 'labelsDiv': true, - 'labelsDivStyles': true, - 'labelsDivWidth': true, 'labelsKMB': true, 'labelsKMG2': true, 'labelsSeparateLines': true,