X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=experimental%2Fpalette%2Foptions.js;h=1a3b231f922c7da4290271cb39ca8518e1f81b03;hb=65129ba82d4efe12714be88fa3c792149c00ca10;hp=d627adf7ff02ae6f0be91a943586e15b769892e7;hpb=7ff98630ca7cc2760e2115ad2372053184d3e717;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)"