Now you can specify the axis a series lives on in the palette.
[dygraphs.git] / experimental / palette / options.js
index c26e990..c91439d 100644 (file)
@@ -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<integer>",
+    type : "array<int>",
     scope : [ "global", "series", "y", "y2" ]
   },
   strokeWidth : {
-    type : "integer",
+    type : "float",
     scope : [ "global", "series", "y", "y2" ]
   },
   timingName : {