- dygraph-interaction-model.js
- dygraph-layout.js
x dygraph-options.js
-- dygraph-range-selector.js
- dygraph.js
x dygraph-gviz.js
x dygraph-tickers.js
- plugins/chart-labels.js
- plugins/grid.js
- plugins/legend.js
+- plugins/range-selector.js
Here's a command that can be used to build dygraphs using the closure
compiler:
return this.labels_;
};
-/* Are we using this? */
-/**
- * Return the index of the specified series.
- * @param {string} series the series name.
- */
-DygraphOptions.prototype.indexOfSeries = function(series) {
- return this.series_[series].idx;
-};
-
return DygraphOptions;
})();
};
/**
- * Get the internal dataset index given its name. These are numbered starting from 0,
- * and only count visible sets.
- * @private
- */
-Dygraph.prototype.datasetIndexFromSetName_ = function(name) {
- return this.datasetIndex_[this.indexFromSetName(name)];
-};
-
-/**
* @private
* Adds a default style for the annotation CSS classes to the document. This is
* only executed when annotations are actually used. It is designed to only be