Dygraph.prototype.dragGetY_ = function(e, context) {
    return Dygraph.pageY(e) - context.py;
};