X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=experimental%2Fpalette%2Foptions.js;h=7ed66192a21396fd618b400884d0e060c85c66a4;hb=f8e9ac7374f9d56e65944598f5f20400709517bd;hp=e590693a337a1443df95eddf37a061b3c112cd5a;hpb=205900008a083c27e85995aec2b90e81e6d51c9e;p=dygraphs.git 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"},