✅ You are viewing documentation for the latest version of Compose SDK.
Version:

# Drilldown

Drilling down on a chart allows your users to see more detailed data by selecting a dimension to drill down on. This enables them to examine complex datasets in a more manageable and intuitive way.

With Compose SDK you can create a drilldown experience using the charts in the sdk-ui-* modules:

Drilldown with Compose SDK chart

You can also create a drilldown experience using third party charts:

Drilldown with third party chart

With both types of charts, you can use the built in drilldown-related components to show drilldown context menus and drilldown breadcrumbs:

Drilldown with Compose SDK components

Or you can provide your own custom context menu and breadcrumbs components:

Drilldown with custom components

If you're new to drilldown charts, start by learning how to create a simple drilldown chart.