Dygraph.prototype.dragGetX_ = function(e, context) {
    return Dygraph.pageX(e) - context.px;
};