This example adds pan interaction handling. i.e. Holding SHIFT while dragging the graph. Currently, to handle the pan interaction we have to hook in to Dygraphs internals. This example is the first time we've had to rely on non-public Dygraphs variables. This example also differs from previous in that the autoRange for y-axis has been enabled.