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~136 X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=775146792861ea30657f1f2b683ef8011bd5f4d7;hp=c97b87c282caf695bc7dea62a4668e491b165ad7;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" ]