X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=dygraph-options.js;h=2dc88ae471cacaf48bc05a7f90b14ea35bd0ef01;hb=a22cc80916b6e165451995e1ae3ed4d36dc86eab;hp=0f90086cb9abed450124304c55293f0fe0aa2851;hpb=3fb516b5e8b861f15754428c6071688ab121bb6c;p=dygraphs.git diff --git a/dygraph-options.js b/dygraph-options.js index 0f90086..2dc88ae 100644 --- a/dygraph-options.js +++ b/dygraph-options.js @@ -370,15 +370,6 @@ DygraphOptions.prototype.seriesNames = function() { 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; })();