X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=experimental%2Fpalette%2Foptions.js;h=1a3b231f922c7da4290271cb39ca8518e1f81b03;hb=b67b868cd8cab33adef1cc2967a3ad7566bbed18;hp=d627adf7ff02ae6f0be91a943586e15b769892e7;hpb=3a84670d430444e0fb4b89c6991c3787f2f329dc;p=dygraphs.git diff --git a/experimental/palette/options.js b/experimental/palette/options.js index d627adf..1a3b231 100644 --- a/experimental/palette/options.js +++ b/experimental/palette/options.js @@ -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)"