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