X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=dygraph-options.js;h=2dc88ae471cacaf48bc05a7f90b14ea35bd0ef01;hb=32c4d92b20add8400502e8d7b1337f2170fc987c;hp=0f90086cb9abed450124304c55293f0fe0aa2851;hpb=400a62b3df5b199814df17d57423f8c789d132de;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; })();