X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=experimental%2Fpalette%2Foptions.js;h=1a3b231f922c7da4290271cb39ca8518e1f81b03;hb=3be75fa540ccf036bd41dfd3c75df5e7633f4863;hp=bb74957231f94c28b7fc7a8e3e76c54d3a8adcae;hpb=d43d407b8605f0a2ddb4fda2af32deb6f28beed0;p=dygraphs.git diff --git a/experimental/palette/options.js b/experimental/palette/options.js index bb74957..1a3b231 100644 --- a/experimental/palette/options.js +++ b/experimental/palette/options.js @@ -65,7 +65,7 @@ var opts = { }, axisLabelColor : { type : "string", - // scope : [ "x", "y", "y2" ] + scope : [ "global", "x", "y", "y2" ] }, axisLabelFontSize : { type : "int", @@ -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)"