X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;ds=sidebyside;f=experimental%2Fpalette%2Foptions.js;h=c91439d147896ac6e49f96188f498746911902fe;hb=abff9eae8bb3d8a69099525e80d42c4e626ca661;hp=c26e9900f6d6c9dd97250f390ec017b0531a8802;hpb=f4463776380ee90f90bb95b156e758775669c106;p=dygraphs.git diff --git a/experimental/palette/options.js b/experimental/palette/options.js index c26e990..c91439d 100644 --- a/experimental/palette/options.js +++ b/experimental/palette/options.js @@ -59,6 +59,10 @@ var opts = { avoidMinZero : { type : "boolean" }, + axis : { + type : "string", + scope : [ "series" ] + }, axisLabelColor : { type : "string", // scope : [ "x", "y", "y2" ] @@ -278,11 +282,11 @@ var opts = { scope : [ "global", "series", "y", "y2" ] }, strokePattern : { - type : "array", + type : "array", scope : [ "global", "series", "y", "y2" ] }, strokeWidth : { - type : "integer", + type : "float", scope : [ "global", "series", "y", "y2" ] }, timingName : {