X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=experimental%2Fpalette%2Foptions.js;h=1a3b231f922c7da4290271cb39ca8518e1f81b03;hb=4b2e41a4125c72ebaed81992361dd7af158ae357;hp=c91439d147896ac6e49f96188f498746911902fe;hpb=abff9eae8bb3d8a69099525e80d42c4e626ca661;p=dygraphs.git diff --git a/experimental/palette/options.js b/experimental/palette/options.js index c91439d..1a3b231 100644 --- a/experimental/palette/options.js +++ b/experimental/palette/options.js @@ -65,11 +65,11 @@ var opts = { }, axisLabelColor : { type : "string", - // scope : [ "x", "y", "y2" ] + scope : [ "global", "x", "y", "y2" ] }, axisLabelFontSize : { type : "int", - // scope : [ "x", "y", "y2" ] + scope : [ "global", "x", "y", "y2" ] }, axisLabelFormatter : { type : "function(numberOrDate, granularity, opts, dygraph)", @@ -77,19 +77,19 @@ var opts = { }, axisLabelWidth : { type : "int", - // scope : [ "x", "y", "y2" ] + // scope : [ "global", "x", "y", "y2" ] }, axisLineColor : { type : "string", - // scope : [ "x", "y", "y2" ] + scope : [ "global", "x", "y", "y2" ] }, axisLineWidth : { type : "int", - // scope : [ "x", "y", "y2" ] + scope : [ "global", "x", "y", "y2" ] }, axisTickSize : { type : "int", - // scope : [ "x", "y", "y2" ] + // scope : [ "global", "x", "y", "y2" ] }, clickCallback : { type : "function(e, x, points)"