• Open in:

Line Chart with Scroll and Zoom

Having the whole chart overview while zooming into parts of it and panning around is a powerful user experience aid. amCharts comes with advanced scrollbars to make this functionality a breeze to impelemnt.

Key implementation details

We add an XYChartScrollbar as an X-axis scrollbar in our chart. This allows us to display an XY Chart inside the scrollbar. Then we just set it up like our usual line chart. amCharts handles the rest.

Related tutorials

Demo source