Explore an interactive weather chart with pagination using buttons. Each button represents a different day, allowing you to navigate dynamically through daily weather data within the chart.
This example demonstrates how to view the next set of data through panning. You can swipe left or right, or click on the days at the bottom to navigate through the data. Enable animation during panning by using the enableAnimation
property in zoomSettings
.
Chart component features are divided into individual, feature-specific modules. To enable zooming, you need to inject the Zoom
module into services
.
More information on zooming and panning can be found in this documentation section.