X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=experimental%2Fpalette%2Foptions.js;h=bb74957231f94c28b7fc7a8e3e76c54d3a8adcae;hb=48dc3815c2cd342aab3d47978b5351e2ce5bcf43;hp=7d1567051969e4727f4fd2a60a746a4d364ea88c;hpb=03d2998b741f48e9d92ecbadfd62201886a19fda;p=dygraphs.git diff --git a/experimental/palette/options.js b/experimental/palette/options.js index 7d15670..bb74957 100644 --- a/experimental/palette/options.js +++ b/experimental/palette/options.js @@ -59,13 +59,17 @@ var opts = { avoidMinZero : { type : "boolean" }, + axis : { + type : "string", + scope : [ "series" ] + }, axisLabelColor : { type : "string", // scope : [ "x", "y", "y2" ] }, axisLabelFontSize : { type : "int", - // scope : [ "x", "y", "y2" ] + scope : [ "global", "x", "y", "y2" ] }, axisLabelFormatter : { type : "function(numberOrDate, granularity, opts, dygraph)",