diff --git a/js/Barcode/Overview.md b/js/Barcode/Overview.md index 4983d77d6..20aa3a2e3 100644 --- a/js/Barcode/Overview.md +++ b/js/Barcode/Overview.md @@ -1,14 +1,14 @@ --- layout: post -title: Overview of Syncfusion Essential JS Barcode -description: Syncfusion Essential JS barcode widget has more than 10 different types of barcode which includes one dimensional and two dimensional +title: Overview of JavaScript Barcode Control| Syncfusion +description: Learn here all about overview of Syncfusion Essential JavaScript Barcode control, it's elements and more. platform: js control: Barcode documentation: ug api: /api/js/ejbarcode --- -# Overview +# Overview of JavaScript Barcode The Syncfusion Essential JS Barcode widget enables rendering of one dimension and two dimension barcodes in web page. Barcode provides you a simple and inexpensive method of encoding text information that can be easily read by electronic readers. diff --git a/js/PivotChart/Series.md b/js/PivotChart/Series.md index 0c3754b51..edbd83ae9 100644 --- a/js/PivotChart/Series.md +++ b/js/PivotChart/Series.md @@ -1,14 +1,14 @@ --- layout: post -title: Series with PivotChart widget for Syncfusion Essential JS -description: This document illustrates that how to enable series and its customization in JavaScript PivotChart control +title: Series in JavaScript PivotChart Control | SYncfusion +description: Learn here all about how to enable series and its customization in Syncfusion Essential JavaScript PivotChart control, it's elements and more. platform: js control: PivotChart documentation: ug api: /api/js/ejpivotchart --- -# Series +# Series in JavaScript PivotChart ## Series point customization By using the [`fill`](/api/js/ejchart#members:series-fill) and [`border`](/api/js/ejchart#members:series-border) properties of the chart series, you can customize the series color, border color, and border width of the pivot chart. diff --git a/js/PivotClient/Responsive-Layout.md b/js/PivotClient/Responsive-Layout.md index 409e29a13..054cf2c02 100644 --- a/js/PivotClient/Responsive-Layout.md +++ b/js/PivotClient/Responsive-Layout.md @@ -1,14 +1,14 @@ --- layout: post -title: Responsive-Layout | Essential JS PivotClient widget | Syncfusion -description: This document illustrates that how to enable responsive layout rendering in JavaScript PivotClient control +title: Responsive layout in JavaScript PivotClient Control | Syncfusion +description: Learn here all about how to enable responsive layout rendering in Syncfusion JavaScript PivotClient control, it's elements and more. platform: js control: PivotClient documentation: ug api: /api/js/ejpivotclient --- -# Responsive layout in PivotClient +# Responsive layout in JavaScript PivotClient The pivot client widget supports responsive rendering based on the target device (desktop and tablet) resolution. It supports resolution up to 1024x600. You can enable the responsiveness in the pivot client by setting [`isResponsive`](/api/js/ejpivotclient#members:isresponsive) property to true. diff --git a/js/PivotGauge/Layout.md b/js/PivotGauge/Layout.md index 29f25c18b..7a17d9ff7 100644 --- a/js/PivotGauge/Layout.md +++ b/js/PivotGauge/Layout.md @@ -1,17 +1,16 @@ --- 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 api: /api/js/ejpivotgauge --- -# Layout - -## Row-wise layout +# 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 %} 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.