for (i = 0; i < axes.length; i++) {
            if (axes[i].options.id === id) {
                return axes[i];
            }
        }