Remove getAxis function, nothing seems to use it and it is of dubious

quality anyway after the setupGrid refactoring


git-svn-id: https://flot.googlecode.com/svn/trunk@311 1e0a6537-2640-0410-bfb7-f154510ff394
pull/1/head
olau@iola.dk 15 years ago
parent 2ab5ce87f5
commit cd91f432d1

@ -167,12 +167,6 @@
return o;
};
plot.getData = function () { return series; };
plot.getAxis = function (dir, number) {
var a = (dir == "x" ? xaxes : yaxes)[number - 1];
if (a && !a.used)
a = null;
return a;
};
plot.getAxes = function () {
var res = {}, i;
$.each(xaxes.concat(yaxes), function (_, axis) {

Loading…
Cancel
Save