X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=dygraph-options-reference.js;h=a94a54f76ba6cc70e4c548c4650161271e1d161b;hb=1f6a6254deed20c2c25108bf6d98a298898ba34a;hp=fec525460a745e7100dfc4bdd08fbe7f83226ff1;hpb=866ceb258a016484e30d2c7f96cb6cbb9ff05c8c;p=dygraphs.git diff --git a/dygraph-options-reference.js b/dygraph-options-reference.js index fec5254..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"],