X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=dygraph-utils.js;h=eb08fef51e97817cb2b984a8765112cd7a082c59;hb=a105b36aa566cc7b4198635af7ad36662ad5e30b;hp=992242d15d2a72b9b6e3c0a8e706f14353d9c636;hpb=bfb3e0a44ba7eb76704389cd1515db9995944d41;p=dygraphs.git diff --git a/dygraph-utils.js b/dygraph-utils.js index 992242d..eb08fef 100644 --- a/dygraph-utils.js +++ b/dygraph-utils.js @@ -355,7 +355,7 @@ Dygraph.zeropad = function(x) { }; /** - * Date accessors to get the parts of a calendar date (year, month, + * Date accessors to get the parts of a calendar date (year, month, * day, hour, minute, second and millisecond) according to local time, * and factory method to call the Date constructor with an array of arguments. */ @@ -374,7 +374,7 @@ Dygraph.DateAccessorsLocal = { }; /** - * Date accessors to get the parts of a calendar date (year, month, + * Date accessors to get the parts of a calendar date (year, month, * day of month, hour, minute, second and millisecond) according to UTC time, * and factory method to call the Date constructor with an array of arguments. */ @@ -902,7 +902,14 @@ var pixelSafeOptions = { 'pointClickCallback': true, 'pointSize': true, 'rangeSelectorPlotFillColor': true, + 'rangeSelectorPlotFillGradientColor': true, 'rangeSelectorPlotStrokeColor': true, + 'rangeSelectorBackgroundStrokeColor': true, + 'rangeSelectorBackgroundLineWidth': true, + 'rangeSelectorPlotLineWidth': true, + 'rangeSelectorForegroundStrokeColor': true, + 'rangeSelectorForegroundLineWidth': true, + 'rangeSelectorAlpha': true, 'showLabelsOnHighlight': true, 'showRoller': true, 'strokeWidth': true,