mousemove: function(event, g, context) {
        if (context.isZooming) {
            Dygraph.moveZoom(event, g, context);
        } else if (context.isPanning) {
            Dygraph.movePan(event, g, context);