From: Robert Konigsberg Date: Mon, 31 Dec 2012 15:48:25 +0000 (-0500) Subject: Now you can specify the axis a series lives on in the palette. X-Git-Tag: v1.0.0~131^2~5 X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=abff9eae8bb3d8a69099525e80d42c4e626ca661;p=dygraphs.git Now you can specify the axis a series lives on in the palette. --- diff --git a/experimental/palette/options.js b/experimental/palette/options.js index 7d15670..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" ]