exports + compile script
[dygraphs.git] / dygraph-exports.js
CommitLineData
badb74b3
DV
1goog.exportSymbol('Dygraph', Dygraph);
2
3goog.exportSymbol('Dygraph.prototype.adjustRoll', Dygraph.prototype.adjustRoll);
4goog.exportSymbol('Dygraph.prototype.annotations', Dygraph.prototype.annotations);
5goog.exportSymbol('Dygraph.prototype.clearSelection', Dygraph.prototype.clearSelection);
6goog.exportSymbol('Dygraph.prototype.destroy', Dygraph.prototype.destroy);
7goog.exportSymbol('Dygraph.prototype.eventToDomCoords', Dygraph.prototype.eventToDomCoords);
8goog.exportSymbol('Dygraph.prototype.getArea', Dygraph.prototype.getArea);
9goog.exportSymbol('Dygraph.prototype.getColors', Dygraph.prototype.getColors);
10goog.exportSymbol('Dygraph.prototype.getHighlightSeries', Dygraph.prototype.getHighlightSeries);
11goog.exportSymbol('Dygraph.prototype.getLabels', Dygraph.prototype.getLabels);
12goog.exportSymbol('Dygraph.prototype.getOption', Dygraph.prototype.getOption);
13goog.exportSymbol('Dygraph.prototype.getPropertiesForSeries', Dygraph.prototype.getPropertiesForSeries);
14goog.exportSymbol('Dygraph.prototype.getSelection', Dygraph.prototype.getSelection);
15goog.exportSymbol('Dygraph.prototype.getValue', Dygraph.prototype.getValue);
16goog.exportSymbol('Dygraph.prototype.indexFromSetName', Dygraph.prototype.indexFromSetName);
17goog.exportSymbol('Dygraph.prototype.isSeriesLocked', Dygraph.prototype.isSeriesLocked);
18goog.exportSymbol('Dygraph.prototype.isZoomed', Dygraph.prototype.isZoomed);
19goog.exportSymbol('Dygraph.prototype.numAxes', Dygraph.prototype.numAxes);
20goog.exportSymbol('Dygraph.prototype.numColumns', Dygraph.prototype.numColumns);
21goog.exportSymbol('Dygraph.prototype.numRows', Dygraph.prototype.numRows);
22goog.exportSymbol('Dygraph.prototype.ready', Dygraph.prototype.ready);
23goog.exportSymbol('Dygraph.prototype.resetZoom', Dygraph.prototype.resetZoom);
24goog.exportSymbol('Dygraph.prototype.resize', Dygraph.prototype.resize);
25goog.exportSymbol('Dygraph.prototype.rollPeriod', Dygraph.prototype.rollPeriod);
26goog.exportSymbol('Dygraph.prototype.setAnnotations', Dygraph.prototype.setAnnotations);
27goog.exportSymbol('Dygraph.prototype.setSelection', Dygraph.prototype.setSelection);
28goog.exportSymbol('Dygraph.prototype.setVisibility', Dygraph.prototype.setVisibility);
29goog.exportSymbol('Dygraph.prototype.toDataCoords', Dygraph.prototype.toDataCoords);
30goog.exportSymbol('Dygraph.prototype.toDataXCoord', Dygraph.prototype.toDataXCoord);
31goog.exportSymbol('Dygraph.prototype.toDataYCoord', Dygraph.prototype.toDataYCoord);
32goog.exportSymbol('Dygraph.prototype.toDomCoords', Dygraph.prototype.toDomCoords);
33goog.exportSymbol('Dygraph.prototype.toDomXCoord', Dygraph.prototype.toDomXCoord);
34goog.exportSymbol('Dygraph.prototype.toDomYCoord', Dygraph.prototype.toDomYCoord);
35goog.exportSymbol('Dygraph.prototype.toPercentXCoord', Dygraph.prototype.toPercentXCoord);
36goog.exportSymbol('Dygraph.prototype.toPercentYCoord', Dygraph.prototype.toPercentYCoord);
37goog.exportSymbol('Dygraph.prototype.toString', Dygraph.prototype.toString);
38goog.exportSymbol('Dygraph.prototype.updateOptions', Dygraph.prototype.updateOptions);
39goog.exportSymbol('Dygraph.prototype.visibility', Dygraph.prototype.visibility);
40goog.exportSymbol('Dygraph.prototype.xAxisExtremes', Dygraph.prototype.xAxisExtremes);
41goog.exportSymbol('Dygraph.prototype.xAxisRange', Dygraph.prototype.xAxisRange);
42goog.exportSymbol('Dygraph.prototype.yAxisRange', Dygraph.prototype.yAxisRange);
43goog.exportSymbol('Dygraph.prototype.yAxisRanges', Dygraph.prototype.yAxisRanges);
44
45goog.exportSymbol('Dygraph.Plotters', Dygraph.Plotters);