Use "legend" option with "follow" value. Hide legend on deselect.
[dygraphs.git] / dygraph-types.js
1 // This file contains typedefs and externs that are needed by the Closure Compiler.
2
3 /**
4 * @typedef {{
5 * px: number,
6 * py: number,
7 * isZooming: boolean,
8 * isPanning: boolean,
9 * is2DPan: boolean,
10 * cancelNextDblclick: boolean,
11 * initializeMouseDown:
12 * function(!Event, !Dygraph, !DygraphInteractionContext)
13 * }}
14 */
15 var DygraphInteractionContext;
16