X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=dygraph-options-reference.js;h=6a72616d35d7908b1023285119c5347a258b8fe6;hb=657e0524bf718beb3083b38256ce86f57fac0b17;hp=0e6b98e0927214bbed00026fcb4c12b010aca1c2;hpb=9355cb848cd29a13ee6b98f0112700d51078f802;p=dygraphs.git diff --git a/dygraph-options-reference.js b/dygraph-options-reference.js index 0e6b98e..6a72616 100644 --- a/dygraph-options-reference.js +++ b/dygraph-options-reference.js @@ -35,7 +35,7 @@ Dygraph.OPTIONS_REFERENCE = // "default": "null", "labels": ["Legend"], "type": "{}", - "description": "Additional styles to apply to the currently-highlighted points div. For example, { 'font-weight': 'bold' } will make the labels bold." + "description": "Additional styles to apply to the currently-highlighted points div. For example, { 'fontWeight': 'bold' } will make the labels bold. In general, it is better to use CSS to style the .dygraph-legend class than to use this property." }, "drawPoints": { "default": "false", @@ -364,7 +364,7 @@ Dygraph.OPTIONS_REFERENCE = // "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." + "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. This is used to create dashed lines." }, "strokeBorderWidth": { "default": "null",