Skip to content

882947: Need to include bullet points in the pivot chart drill down topic #2975

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions ej2-asp-core-mvc/pivot-table/EJ2_ASP.MVC/pivot-chart.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,9 @@ In the below code sample, the **Pie** chart is rendered, and the other accumulat
### Drill Down/Up

In the accumulation charts, drill down and drill up operations can be performed using the built-in context menu option. It will be shown while clicking on the chart series. The context menu has the following options:
**Expand** - It is to drill down the corresponding series until the last level.
**Collapse** - It is to drill up the corresponding series until the first level.
**Exit** - It is to close the context menu.
* **Expand** - It is to drill down the corresponding series until the last level.
* **Collapse** - It is to drill up the corresponding series until the first level.
* **Exit** - It is to close the context menu.

N> The drill operation in accumulation charts can be performed only for row headers.

Expand Down
6 changes: 3 additions & 3 deletions ej2-asp-core-mvc/pivot-table/EJ2_ASP.NETCORE/pivot-chart.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,9 @@ In the below code sample, the **Pie** chart is rendered, and the other accumulat
### Drill Down/Up

In the accumulation charts, drill down and drill up operations can be performed using the built-in context menu option. It will be shown while clicking on the chart series. The context menu has the following options:
**Expand** - It is to drill down the corresponding series until the last level.
**Collapse** - It is to drill up the corresponding series until the first level.
**Exit** - It is to close the context menu.
* **Expand** - It is to drill down the corresponding series until the last level.
* **Collapse** - It is to drill up the corresponding series until the first level.
* **Exit** - It is to close the context menu.

N> The drill operation in accumulation charts can be performed only for row headers.

Expand Down