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 22, 2023
commit 889ee74322a93cbadbcddc730bbd801a0202ff8b
2 changes: 1 addition & 1 deletion components/chart/drilldown.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ To configure Chart series for drill-down:
1. Specify the drilldown field (the `ChartSeriesDescriptor` field) of the series data by using the `ChartSeries.DrillDownField` or `ChartSeriesDescriptor.DrillDownField` property.

````CSHTML
@* Configuring Drilldown Charts *@
@* Configuring the DrillDown Chart *@

<TelerikChart>
<ChartSeriesItems>
Expand Down