if (regionWidth < 2 && regionHeight < 2 &&
        g.lastx_ !== undefined && g.lastx_ != -1) {
        Dygraph.Interaction.treatMouseOpAsClick(g, event, context);
    }