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
Update components/chart/drilldown.md
Co-authored-by: Mihaela Lukanova <79098346+mihaela-lukanova@users.noreply.github.com>
  • Loading branch information
yanisslav and mihaela-lukanova authored Aug 23, 2023
commit 2a1d9346d727129b4965de9f99a2b34941d41c1d
2 changes: 1 addition & 1 deletion components/chart/drilldown.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ position: 55

The Telerik UI for Blazor Chart supports drilldown functionality for exploring data.

The drilldown function allows users to click on a point (bar, pie segment, etc.) in order to navigate to a different view. The new view usually contains finer grained data about the selected item, like breakdown by product of the selected category.
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.

Expand Down