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