Area With Time Based Data
Zooming via API
Charts provide a strong API that can modify any aspect of the chart on the fly.
You can use zoom()
method to zoom the dateAxis. Or, if you want the it to be pre-zoomed intially, you can set dateAxis.start
and dateAxis.end
values.
More about pre-zooming the chart