X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=experimental%2Fpalette%2Foptions.js;h=d627adf7ff02ae6f0be91a943586e15b769892e7;hb=7ff98630ca7cc2760e2115ad2372053184d3e717;hp=c91439d147896ac6e49f96188f498746911902fe;hpb=abff9eae8bb3d8a69099525e80d42c4e626ca661;p=dygraphs.git diff --git a/experimental/palette/options.js b/experimental/palette/options.js index c91439d..d627adf 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)",