Overview+Detail Time-Series Chart

This example will lead you step-by-step to build an interactive time-series chart. For each step, you should view source: each new piece of code will be annotated with a comment. For some steps, you may also want to probe the defined variables using the interactive console.

  1. Scaffold
  2. Load Data
  3. Add the Detail View
  4. Add Axes to the Detail View
  5. Add the Overview
  6. Add Interactive Brushing
  7. Final Version (add clipping)