From 775146792861ea30657f1f2b683ef8011bd5f4d7 Mon Sep 17 00:00:00 2001 From: Robert Konigsberg Date: Mon, 31 Dec 2012 10:48:25 -0500 Subject: [PATCH] Now you can specify the axis a series lives on in the palette. --- experimental/palette/options.js | 4 ++++ 1 file changed, 4 insertions(+) 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" ] -- 2.7.4