X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=dygraph-utils.js;h=767fe649cb71a2e8351b667e841d64ef0cc775b1;hb=b77d7a56cdc26a9846d6d6fa008974be4c0564e9;hp=992242d15d2a72b9b6e3c0a8e706f14353d9c636;hpb=710ac67ad54c012c5e6b53b5e9f4bbe5e3c0b1df;p=dygraphs.git diff --git a/dygraph-utils.js b/dygraph-utils.js index 992242d..767fe64 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. */ @@ -903,6 +903,13 @@ var pixelSafeOptions = { 'pointSize': true, 'rangeSelectorPlotFillColor': true, 'rangeSelectorPlotStrokeColor': true, + 'rangeSelectorBGStrokeColor': true, + 'rangeSelectorBGLineWidth': true, + 'rangeSelectorPlotLineWidth': true, + 'rangeSelectorPlotGradientColor': true, + 'rangeSelectorFGStrokeColor': true, + 'rangeSelectorFGLineWidth': true, + 'rangeSelectorAlpha': true, 'showLabelsOnHighlight': true, 'showRoller': true, 'strokeWidth': true,