cleanup
[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
badb74b3
DV
5goog.exportSymbol('Dygraph', Dygraph);
6
7goog.exportSymbol('Dygraph.prototype.adjustRoll', Dygraph.prototype.adjustRoll);
8goog.exportSymbol('Dygraph.prototype.annotations', Dygraph.prototype.annotations);
9goog.exportSymbol('Dygraph.prototype.clearSelection', Dygraph.prototype.clearSelection);
10goog.exportSymbol('Dygraph.prototype.destroy', Dygraph.prototype.destroy);
11goog.exportSymbol('Dygraph.prototype.eventToDomCoords', Dygraph.prototype.eventToDomCoords);
12goog.exportSymbol('Dygraph.prototype.getArea', Dygraph.prototype.getArea);
13goog.exportSymbol('Dygraph.prototype.getColors', Dygraph.prototype.getColors);
14goog.exportSymbol('Dygraph.prototype.getHighlightSeries', Dygraph.prototype.getHighlightSeries);
15goog.exportSymbol('Dygraph.prototype.getLabels', Dygraph.prototype.getLabels);
16goog.exportSymbol('Dygraph.prototype.getOption', Dygraph.prototype.getOption);
17goog.exportSymbol('Dygraph.prototype.getPropertiesForSeries', Dygraph.prototype.getPropertiesForSeries);
18goog.exportSymbol('Dygraph.prototype.getSelection', Dygraph.prototype.getSelection);
19goog.exportSymbol('Dygraph.prototype.getValue', Dygraph.prototype.getValue);
20goog.exportSymbol('Dygraph.prototype.indexFromSetName', Dygraph.prototype.indexFromSetName);
21goog.exportSymbol('Dygraph.prototype.isSeriesLocked', Dygraph.prototype.isSeriesLocked);
22goog.exportSymbol('Dygraph.prototype.isZoomed', Dygraph.prototype.isZoomed);
23goog.exportSymbol('Dygraph.prototype.numAxes', Dygraph.prototype.numAxes);
24goog.exportSymbol('Dygraph.prototype.numColumns', Dygraph.prototype.numColumns);
25goog.exportSymbol('Dygraph.prototype.numRows', Dygraph.prototype.numRows);
26goog.exportSymbol('Dygraph.prototype.ready', Dygraph.prototype.ready);
27goog.exportSymbol('Dygraph.prototype.resetZoom', Dygraph.prototype.resetZoom);
28goog.exportSymbol('Dygraph.prototype.resize', Dygraph.prototype.resize);
29goog.exportSymbol('Dygraph.prototype.rollPeriod', Dygraph.prototype.rollPeriod);
30goog.exportSymbol('Dygraph.prototype.setAnnotations', Dygraph.prototype.setAnnotations);
31goog.exportSymbol('Dygraph.prototype.setSelection', Dygraph.prototype.setSelection);
32goog.exportSymbol('Dygraph.prototype.setVisibility', Dygraph.prototype.setVisibility);
33goog.exportSymbol('Dygraph.prototype.toDataCoords', Dygraph.prototype.toDataCoords);
34goog.exportSymbol('Dygraph.prototype.toDataXCoord', Dygraph.prototype.toDataXCoord);
35goog.exportSymbol('Dygraph.prototype.toDataYCoord', Dygraph.prototype.toDataYCoord);
36goog.exportSymbol('Dygraph.prototype.toDomCoords', Dygraph.prototype.toDomCoords);
37goog.exportSymbol('Dygraph.prototype.toDomXCoord', Dygraph.prototype.toDomXCoord);
38goog.exportSymbol('Dygraph.prototype.toDomYCoord', Dygraph.prototype.toDomYCoord);
39goog.exportSymbol('Dygraph.prototype.toPercentXCoord', Dygraph.prototype.toPercentXCoord);
40goog.exportSymbol('Dygraph.prototype.toPercentYCoord', Dygraph.prototype.toPercentYCoord);
41goog.exportSymbol('Dygraph.prototype.toString', Dygraph.prototype.toString);
42goog.exportSymbol('Dygraph.prototype.updateOptions', Dygraph.prototype.updateOptions);
43goog.exportSymbol('Dygraph.prototype.visibility', Dygraph.prototype.visibility);
44goog.exportSymbol('Dygraph.prototype.xAxisExtremes', Dygraph.prototype.xAxisExtremes);
45goog.exportSymbol('Dygraph.prototype.xAxisRange', Dygraph.prototype.xAxisRange);
46goog.exportSymbol('Dygraph.prototype.yAxisRange', Dygraph.prototype.yAxisRange);
47goog.exportSymbol('Dygraph.prototype.yAxisRanges', Dygraph.prototype.yAxisRanges);
48
49goog.exportSymbol('Dygraph.Plotters', Dygraph.Plotters);