From 5fb51cb7442c43d288140d17c8bc098a7f1566cd Mon Sep 17 00:00:00 2001 From: Sharly-Atieno Date: Thu, 4 Apr 2024 16:17:59 +0300 Subject: [PATCH 1/2] SEO-181938-JS-control-changes --- js/PivotGauge/Layout.md | 6 +++--- js/PivotGauge/Tooltip.md | 6 +++--- js/PivotGrid/Relational-Defer-Update.md | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/js/PivotGauge/Layout.md b/js/PivotGauge/Layout.md index 29f25c18b..c15fd77f3 100644 --- a/js/PivotGauge/Layout.md +++ b/js/PivotGauge/Layout.md @@ -1,7 +1,7 @@ --- layout: post -title: Layout | JavaScript | PivotGauge | Syncfusion -description: This document illustrates that how to define layouts and its functionalities in JavaScript PivotGauge control +title: Layout in JavaScript PivotGauge Control | Syncfusion +description: Learn here all about how to define layouts and its functionalities in Syncfusion JavaScript PivotGauge control, it's elements and more. platform: js control: PivotGauge documentation: ug @@ -10,7 +10,7 @@ api: /api/js/ejpivotgauge # Layout -## Row-wise layout +## Row-wise layout in JavaScript PivotGauge Gauges can be arranged in the specified number of rows by using the [`rowsCount`](/api/js/ejpivotgauge#members:rowscount) property. diff --git a/js/PivotGauge/Tooltip.md b/js/PivotGauge/Tooltip.md index 68c0b31a0..5b0bdbfb2 100644 --- a/js/PivotGauge/Tooltip.md +++ b/js/PivotGauge/Tooltip.md @@ -1,14 +1,14 @@ --- layout: post -title: Tooltip | JavaScript | PivotGauge | Syncfusion -description: This document illustrates that how to enable tooltip and its customization in JavaScript PivotGauge control +title: Tooltip in JavaScript PivotGauge Control | Syncfusion +description: Learn here all about how to enable tooltip and its customization in Synfusion JavaScript PivotGauge control, it's elements and more. platform: js control: PivotGauge documentation: ug api: /api/js/ejpivotgauge --- -# Tooltip +# Tooltip in JavaScript PivotGauge The tooltip can be enabled by using the [`enableTooltip`](/api/js/ejpivotgauge#members:enabletooltip) property. diff --git a/js/PivotGrid/Relational-Defer-Update.md b/js/PivotGrid/Relational-Defer-Update.md index 535ad45b1..dbaff6ac4 100644 --- a/js/PivotGrid/Relational-Defer-Update.md +++ b/js/PivotGrid/Relational-Defer-Update.md @@ -1,14 +1,14 @@ --- layout: post -title: Defer-Update with PivotGrid widget for Syncfusion Essential JS -description: This document illustrates that how to enable defer-update in server mode of JavaScript PivotGrid control +title: Defer-update in JavaScript PivotGrid Control | Syncfusion +description: Learn here all about how to enable defer update at server mode in Syncfusion JavaScript PivotGrid control, it's elements and more. platform: js control: PivotGrid documentation: ug api: /api/js/ejpivotgrid --- -# Defer Update +# Defer update in JavaScript PivotGrid I> This feature is applicable for the relational datasource only at server mode. From 0eaa8b77c3e5dec8d5d4b5977cadabd1535dbc3b Mon Sep 17 00:00:00 2001 From: Sharly-Atieno Date: Thu, 4 Apr 2024 16:28:50 +0300 Subject: [PATCH 2/2] Update Layout.md --- js/PivotGauge/Layout.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/js/PivotGauge/Layout.md b/js/PivotGauge/Layout.md index c15fd77f3..7a17d9ff7 100644 --- a/js/PivotGauge/Layout.md +++ b/js/PivotGauge/Layout.md @@ -8,10 +8,9 @@ documentation: ug api: /api/js/ejpivotgauge --- -# Layout - -## Row-wise layout in JavaScript PivotGauge +# Layout in JavaScript PivotGauge +## Row-wise layout Gauges can be arranged in the specified number of rows by using the [`rowsCount`](/api/js/ejpivotgauge#members:rowscount) property. {% highlight javascript %}