Source Chart

A simple line graph used as a zoom controller for another chart.

Features explored in this example:

  • Using the xbrush and xodomain attributes to enable horizontal zooming

Zooming Chart

A dynamically updated line chart that responds to brushing (zooming) on the source graph.

Features explored in this example:

  • Enable dynamic zooming with auto-updating xmin and xmax attributes
  • Dynamic dataset auto-bound and updated with xodomain attribute

Code