Dygraph.prototype.toDomCoords = function(x, y, axis) {
    return [ this.toDomXCoord(x), this.toDomYCoord(y, axis) ];
};