X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;ds=sidebyside;f=dygraph-utils.js;h=eb08fef51e97817cb2b984a8765112cd7a082c59;hb=26ee953643ccd2d32e38e6b60b20e6a01c1dc9ba;hp=9634a8b4f957e8464d4e5276e1a5a561ac81a5d5;hpb=79cb28dd681a26f9e7824f61d95c7458ca5104e7;p=dygraphs.git diff --git a/dygraph-utils.js b/dygraph-utils.js index 9634a8b..eb08fef 100644 --- a/dygraph-utils.js +++ b/dygraph-utils.js @@ -904,6 +904,12 @@ var pixelSafeOptions = { 'rangeSelectorPlotFillColor': true, 'rangeSelectorPlotFillGradientColor': true, 'rangeSelectorPlotStrokeColor': true, + 'rangeSelectorBackgroundStrokeColor': true, + 'rangeSelectorBackgroundLineWidth': true, + 'rangeSelectorPlotLineWidth': true, + 'rangeSelectorForegroundStrokeColor': true, + 'rangeSelectorForegroundLineWidth': true, + 'rangeSelectorAlpha': true, 'showLabelsOnHighlight': true, 'showRoller': true, 'strokeWidth': true,