From 61110beb497c9e52ab23b1cead82da412b7a82ca Mon Sep 17 00:00:00 2001 From: berylouma <99009823+berylouma@users.noreply.github.com> Date: Fri, 9 Feb 2024 12:36:28 +0300 Subject: [PATCH 1/4] SEO-179782-WPF-Redirect-Links --- js/WCF/RelationalChart.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/WCF/RelationalChart.md b/js/WCF/RelationalChart.md index dbabc2d78..cde58d864 100644 --- a/js/WCF/RelationalChart.md +++ b/js/WCF/RelationalChart.md @@ -9,7 +9,7 @@ keywords: PivotChart , syncfusion, PivotChart WCF ## Initialize - [POST] [/WCF/PivotChart/Initialize](http://js.syncfusion.com/demos/ejServices/wcf/PivotChart/Relational.svc/Initialize) + [POST] [/WCF/PivotChart/Initialize](https://ej2.syncfusion.com/javascript/demos/#/bootstrap5/pivot-table/overview.html) It fetches the OLAP data which is required to initialize the PivotChart from server-end. @@ -43,7 +43,7 @@ public Dictionary Initialize(string action, string currentReport ## Drill - [POST] [/WCF/PivotChart/Drill](http://js.syncfusion.com/demos/ejServices/wcf/PivotChart/Relational.svc/Drill) + [POST] [/WCF/PivotChart/Drill](https://ej2.syncfusion.com/javascript/demos/#/material3/pivot-table/Drill-Down.html) It fetches the drilled OLAP data which is required to render the PivotChart control from server-end. From b727e169a28cf1bb89f373b4787285da6fa9657f Mon Sep 17 00:00:00 2001 From: berylouma <99009823+berylouma@users.noreply.github.com> Date: Mon, 12 Feb 2024 09:05:55 +0300 Subject: [PATCH 2/4] Update RelationalChart.md --- js/WCF/RelationalChart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/WCF/RelationalChart.md b/js/WCF/RelationalChart.md index cde58d864..6f2bbaf9d 100644 --- a/js/WCF/RelationalChart.md +++ b/js/WCF/RelationalChart.md @@ -43,7 +43,7 @@ public Dictionary Initialize(string action, string currentReport ## Drill - [POST] [/WCF/PivotChart/Drill](https://ej2.syncfusion.com/javascript/demos/#/material3/pivot-table/Drill-Down.html) + [POST] [/WCF/PivotChart/Drill](https://ej2.syncfusion.com/javascript/demos/#/bootstrap5/pivot-table/Drill-Down.html) It fetches the drilled OLAP data which is required to render the PivotChart control from server-end. From abcbbb383663d223970102c56e10d4c29726e4f0 Mon Sep 17 00:00:00 2001 From: berylouma <99009823+berylouma@users.noreply.github.com> Date: Mon, 12 Feb 2024 10:35:59 +0300 Subject: [PATCH 3/4] Update RelationalChart.md --- js/WCF/RelationalChart.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/js/WCF/RelationalChart.md b/js/WCF/RelationalChart.md index 6f2bbaf9d..994f94582 100644 --- a/js/WCF/RelationalChart.md +++ b/js/WCF/RelationalChart.md @@ -43,7 +43,8 @@ public Dictionary Initialize(string action, string currentReport ## Drill - [POST] [/WCF/PivotChart/Drill](https://ej2.syncfusion.com/javascript/demos/#/bootstrap5/pivot-table/Drill-Down.html) + [POST] [/WCF/PivotChart/Drill](https://ej2.syncfusion.com/javascript/demos/#/bootstrap5/pivot-table/Drill-Down.html + ) It fetches the drilled OLAP data which is required to render the PivotChart control from server-end. From a2a09eb43a6a490ffba1576ba09dd7ae03120e1a Mon Sep 17 00:00:00 2001 From: berylouma <99009823+berylouma@users.noreply.github.com> Date: Mon, 12 Feb 2024 10:36:11 +0300 Subject: [PATCH 4/4] Revert "Update RelationalChart.md" This reverts commit abcbbb383663d223970102c56e10d4c29726e4f0. --- js/WCF/RelationalChart.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/js/WCF/RelationalChart.md b/js/WCF/RelationalChart.md index 994f94582..6f2bbaf9d 100644 --- a/js/WCF/RelationalChart.md +++ b/js/WCF/RelationalChart.md @@ -43,8 +43,7 @@ public Dictionary Initialize(string action, string currentReport ## Drill - [POST] [/WCF/PivotChart/Drill](https://ej2.syncfusion.com/javascript/demos/#/bootstrap5/pivot-table/Drill-Down.html - ) + [POST] [/WCF/PivotChart/Drill](https://ej2.syncfusion.com/javascript/demos/#/bootstrap5/pivot-table/Drill-Down.html) It fetches the drilled OLAP data which is required to render the PivotChart control from server-end.