From: Robert Konigsberg Date: Thu, 27 Dec 2012 22:23:21 +0000 (-0500) Subject: Add some of the new options to the experimental palette. X-Git-Tag: v1.0.0~139^2~19 X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=776c426146810f64f58c9e792a56832dfc0e8a82;hp=3c3b0a9da6dce1301dcccc6968e30b4792d4d3bd;p=dygraphs.git Add some of the new options to the experimental palette. --- diff --git a/experimental/palette/options.js b/experimental/palette/options.js index e590693..7ed6619 100644 --- a/experimental/palette/options.js +++ b/experimental/palette/options.js @@ -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" }, strokeWidth: { type: "integer" }, timingName: { type: "string" }, title: {type: "string"},