From: Klaus Weidner Date: Sun, 26 Feb 2012 00:04:41 +0000 (-0800) Subject: Merge branch 'master' of git://github.com/danvk/dygraphs into highlight3 X-Git-Tag: v1.0.0~314^2~15^2~3 X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=38dbac3e0b3c24486d3f548ae63dabd6e1d73bc3;p=dygraphs.git Merge branch 'master' of git://github.com/danvk/dygraphs into highlight3 --- 38dbac3e0b3c24486d3f548ae63dabd6e1d73bc3 diff --cc dygraph-options-reference.js index 9217f3d,3bef499..19becfd --- a/dygraph-options-reference.js +++ b/dygraph-options-reference.js @@@ -107,26 -124,20 +125,38 @@@ Dygraph.OPTIONS_REFERENCE = // drawPointCallback" }, + "highlightSeriesOpts": { + "default": "null", + "labels": ["Interactive Elements"], + "type": "Object", + "description": "When set, the options from this object are applied to the timeseries closest to the mouse pointer for interactive highlighting. See also 'highlightCallback'. Example: highlightSeriesOpts: { strokeWidth: 3 }." + }, + "highlightSeriesBackgroundFade": { + "default": "0", + "labels": ["Interactive Elements"], + "type": "number", + "description": "When nonzero, dim the background while highlighting series. 0=fully visible, 1=hidden" + }, + "highlightSeriesAnimate": { + "default": "false", + "labels": ["Interactive Elements"], + "type": "boolean", + "description": "Animate the background dimming for nonzero highlightSeriesBackgroundFade." + }, "includeZero": { "default": "false", "labels": ["Axis display"],