Add some of the new options to the experimental palette.
authorRobert Konigsberg <konigsberg@gmail.com>
Thu, 27 Dec 2012 22:23:21 +0000 (17:23 -0500)
committerRobert Konigsberg <konigsberg@gmail.com>
Thu, 27 Dec 2012 22:23:21 +0000 (17:23 -0500)
experimental/palette/options.js

index e590693..7ed6619 100644 (file)
@@ -49,8 +49,12 @@ var opts = {
   delimiter: { type: "string" },
   digitsAfterDecimal: { type: "int"},
   displayAnnotations: { type: "boolean" },
+  drawAxesAtZero : { type : "boolean" },
   drawCallback : {type: "function(dygraph, is_initial)"},
+  drawGapEdgePoints : { type : "boolean" },
+  drawHighlightPointCallback : { type : "function(g, seriesName, canvasContext, cx, cy, color, pointSize)" },
   drawPoints: { type: "boolean" },
+  drawPointCallback : { type : "function(g, seriesName, canvasContext, cx, cy, color, pointSize)" },
   drawXAxis: {type: "boolean" },
   drawXGrid: {type: "boolean" },
   drawYAxis: {type: "boolean" },
@@ -94,6 +98,9 @@ var opts = {
   sigma: { type: "float" },
   stackedGraph: { type: "boolean" },
   stepPlot: { type: "boolean" },
+  strokeBorderColor: { type: "string" },
+  strokeBorderWidth: { type: "float" },
+  strokePattern: { type: "array<integer>" },
   strokeWidth: { type: "integer" },
   timingName: { type: "string" },
   title: {type: "string"},