Bug fix for dygraph point selection touch event.
[dygraphs.git] / dygraph-exports.js
CommitLineData
21e45828
DV
1// This is the complete set of symbols that dygraphs exports for use by
2// clients. Exporting a symbols forces the Closure Compiler to preserve it in
3// the minified JS (symbols not in this list are mangled).
4
c0430a23
DV
5/*global Dygraph:false, goog:false */
6
badb74b3
DV
7goog.exportSymbol('Dygraph', Dygraph);
8
9goog.exportSymbol('Dygraph.prototype.adjustRoll', Dygraph.prototype.adjustRoll);
10goog.exportSymbol('Dygraph.prototype.annotations', Dygraph.prototype.annotations);
11goog.exportSymbol('Dygraph.prototype.clearSelection', Dygraph.prototype.clearSelection);
12goog.exportSymbol('Dygraph.prototype.destroy', Dygraph.prototype.destroy);
13goog.exportSymbol('Dygraph.prototype.eventToDomCoords', Dygraph.prototype.eventToDomCoords);
14goog.exportSymbol('Dygraph.prototype.getArea', Dygraph.prototype.getArea);
15goog.exportSymbol('Dygraph.prototype.getColors', Dygraph.prototype.getColors);
16goog.exportSymbol('Dygraph.prototype.getHighlightSeries', Dygraph.prototype.getHighlightSeries);
17goog.exportSymbol('Dygraph.prototype.getLabels', Dygraph.prototype.getLabels);
18goog.exportSymbol('Dygraph.prototype.getOption', Dygraph.prototype.getOption);
19goog.exportSymbol('Dygraph.prototype.getPropertiesForSeries', Dygraph.prototype.getPropertiesForSeries);
20goog.exportSymbol('Dygraph.prototype.getSelection', Dygraph.prototype.getSelection);
21goog.exportSymbol('Dygraph.prototype.getValue', Dygraph.prototype.getValue);
22goog.exportSymbol('Dygraph.prototype.indexFromSetName', Dygraph.prototype.indexFromSetName);
23goog.exportSymbol('Dygraph.prototype.isSeriesLocked', Dygraph.prototype.isSeriesLocked);
24goog.exportSymbol('Dygraph.prototype.isZoomed', Dygraph.prototype.isZoomed);
25goog.exportSymbol('Dygraph.prototype.numAxes', Dygraph.prototype.numAxes);
26goog.exportSymbol('Dygraph.prototype.numColumns', Dygraph.prototype.numColumns);
27goog.exportSymbol('Dygraph.prototype.numRows', Dygraph.prototype.numRows);
28goog.exportSymbol('Dygraph.prototype.ready', Dygraph.prototype.ready);
29goog.exportSymbol('Dygraph.prototype.resetZoom', Dygraph.prototype.resetZoom);
30goog.exportSymbol('Dygraph.prototype.resize', Dygraph.prototype.resize);
31goog.exportSymbol('Dygraph.prototype.rollPeriod', Dygraph.prototype.rollPeriod);
32goog.exportSymbol('Dygraph.prototype.setAnnotations', Dygraph.prototype.setAnnotations);
33goog.exportSymbol('Dygraph.prototype.setSelection', Dygraph.prototype.setSelection);
34goog.exportSymbol('Dygraph.prototype.setVisibility', Dygraph.prototype.setVisibility);
35goog.exportSymbol('Dygraph.prototype.toDataCoords', Dygraph.prototype.toDataCoords);
36goog.exportSymbol('Dygraph.prototype.toDataXCoord', Dygraph.prototype.toDataXCoord);
37goog.exportSymbol('Dygraph.prototype.toDataYCoord', Dygraph.prototype.toDataYCoord);
38goog.exportSymbol('Dygraph.prototype.toDomCoords', Dygraph.prototype.toDomCoords);
39goog.exportSymbol('Dygraph.prototype.toDomXCoord', Dygraph.prototype.toDomXCoord);
40goog.exportSymbol('Dygraph.prototype.toDomYCoord', Dygraph.prototype.toDomYCoord);
41goog.exportSymbol('Dygraph.prototype.toPercentXCoord', Dygraph.prototype.toPercentXCoord);
42goog.exportSymbol('Dygraph.prototype.toPercentYCoord', Dygraph.prototype.toPercentYCoord);
43goog.exportSymbol('Dygraph.prototype.toString', Dygraph.prototype.toString);
44goog.exportSymbol('Dygraph.prototype.updateOptions', Dygraph.prototype.updateOptions);
45goog.exportSymbol('Dygraph.prototype.visibility', Dygraph.prototype.visibility);
46goog.exportSymbol('Dygraph.prototype.xAxisExtremes', Dygraph.prototype.xAxisExtremes);
47goog.exportSymbol('Dygraph.prototype.xAxisRange', Dygraph.prototype.xAxisRange);
48goog.exportSymbol('Dygraph.prototype.yAxisRange', Dygraph.prototype.yAxisRange);
49goog.exportSymbol('Dygraph.prototype.yAxisRanges', Dygraph.prototype.yAxisRanges);
50
51goog.exportSymbol('Dygraph.Plotters', Dygraph.Plotters);