diff --git a/ej2-asp-core-mvc/pivot-table/EJ2_ASP.MVC/pivot-chart.md b/ej2-asp-core-mvc/pivot-table/EJ2_ASP.MVC/pivot-chart.md index a03d044fd7..68bdff8798 100644 --- a/ej2-asp-core-mvc/pivot-table/EJ2_ASP.MVC/pivot-chart.md +++ b/ej2-asp-core-mvc/pivot-table/EJ2_ASP.MVC/pivot-chart.md @@ -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. diff --git a/ej2-asp-core-mvc/pivot-table/EJ2_ASP.NETCORE/pivot-chart.md b/ej2-asp-core-mvc/pivot-table/EJ2_ASP.NETCORE/pivot-chart.md index 202f6f66e2..b7eeb200d4 100644 --- a/ej2-asp-core-mvc/pivot-table/EJ2_ASP.NETCORE/pivot-chart.md +++ b/ej2-asp-core-mvc/pivot-table/EJ2_ASP.NETCORE/pivot-chart.md @@ -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.