Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: applying suggested changes
  • Loading branch information
yanisslav committed Aug 23, 2023
commit 22fc6020fec2a7e70e882cf019b0dc3b626535fb
6 changes: 3 additions & 3 deletions components/chart/drilldown.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Drilldown Charts
page_title: Drilldown Charts
title: DrillDown
page_title: DrillDown
description: The DrillDown Chart feature allows the users to explore hierarchical data by initially displaying summarized information and to "drill down" into specific categories or data points for more detailed insights.
slug: chart-drilldown
tags: telerik,blazor,chart,drill,down,drilldown
Expand All @@ -14,7 +14,7 @@ The Telerik UI for Blazor Chart supports drilldown functionality for exploring d

The drill-down feature allows the users to click on a point (for example, bar, pie segment, and more) to navigate to a different view that contains finer-grained data about the selected data point, like breakdown by product of the selected category. The view hierarchy can be displayed in a Breadcrumb for easier navigation back to previous views.

The view hierarchy can be displayed in a breadcrumb for easy navigation back to previous views.
The view hierarchy can be displayed in a [breadcrumb]({%slug breadcrumb-overview%}) for easy navigation back to previous views.

## Configuring DrillDown Charts

Expand Down