X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=dygraph-options-reference.js;h=a94a54f76ba6cc70e4c548c4650161271e1d161b;hb=1f6a6254deed20c2c25108bf6d98a298898ba34a;hp=92846ee5397dae40ac73fd8c791949aee47dd516;hpb=795b16307db2a673ba7aa3452f6f6b0e93baeb3a;p=dygraphs.git diff --git a/dygraph-options-reference.js b/dygraph-options-reference.js index 92846ee..a94a54f 100644 --- a/dygraph-options-reference.js +++ b/dygraph-options-reference.js @@ -263,6 +263,13 @@ Dygraph.OPTIONS_REFERENCE = // "example": "0.5, 2.0", "description": "The width of the lines connecting data points. This can be used to increase the contrast or some graphs." }, + "strokePattern": { + "default": "null", + "labels": ["Data Line display"], + "type": "array", + "example": "[10, 2, 5, 2]", + "description": "A custom pattern array where the even index is a draw and odd is a space in pixels. If null then it draws a solid line. The array should have a even length as any odd lengthed array could be expressed as a smaller even length array." + }, "wilsonInterval": { "default": "true", "labels": ["Error Bars"], @@ -298,7 +305,7 @@ Dygraph.OPTIONS_REFERENCE = // "labels": ["Axis display"], "type": "Array of two numbers", "example": "[10, 110]", - "description": "Explicitly set the vertical range of the graph to [low, high]." + "description": "Explicitly set the vertical range of the graph to [low, high]. This may be set on a per-axis basis to define each y-axis separately." }, "labelsDivWidth": { "default": "250",