Skip to content

Commit 864a0e2

Browse files
committed
Merge branch 'hotfix/hotfix-v21.2.3' into SEO-172101-Links-With-Redirects-JS-Overview
2 parents b727422 + 64e1dca commit 864a0e2

File tree

100 files changed

+234
-234
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

100 files changed

+234
-234
lines changed

js/Accessibility.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ documentation: ug
99

1010
# Accessibility
1111

12-
All the Essential JS UI widgets provide built-in compliance with the [WAI-ARIA](http://www.w3.org/WAI/PF/aria-practices/) specifications. This ensures that the widgets work properly with assistive technologies. WAI-ARIA compliance for the widgets have been achieved by providing proper keyboard navigation support as well as by defining the required ARIA attributes to the DOM elements.
12+
All the Essential JS UI widgets provide built-in compliance with the [WAI-ARIA](https://www.w3.org/WAI/PF/aria-practices/) specifications. This ensures that the widgets work properly with assistive technologies. WAI-ARIA compliance for the widgets have been achieved by providing proper keyboard navigation support as well as by defining the required ARIA attributes to the DOM elements.
1313

1414
For example, the `ejButton` widget, when created through JavaScript code will render in the web browser with HTML DOM elements (along with the assigned built-in ARIA attributes) as shown below,
1515

js/Autocomplete/Data-Binding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ Here ContactName and SupplierID fields are mapped with text and key [fields](htt
122122

123123

124124

125-
[ASP.NET Web API](https://msdn.microsoft.com/en-us/library/hh833994(v=vs.108).aspx) is a Framework for building HTTP services. You can retrieve data from ASP.NET Web API by using [ej.DataManager](https://help.syncfusion.com/js/datamanager/getting-started).
125+
[ASP.NET Web API](https://learn.microsoft.com/en-us/previous-versions/aspnet/hh833994(v=vs.108)?redirectedfrom=MSDN) is a Framework for building HTTP services. You can retrieve data from ASP.NET Web API by using [ej.DataManager](https://help.syncfusion.com/js/datamanager/getting-started).
126126

127127
Here the ContactName field is mapped with text property of the field object.
128128

js/Autocomplete/Getting-Started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Add links to the [CDN](https://help.syncfusion.com/js/cdn) Script files with dep
6868

6969

7070

71-
N> In production, we highly recommend you to use our [custom script generator](https://help.syncfusion.com/js/custom-script-generator) to create custom script file with required controls and its dependencies only. Also to reduce the file size further please use [GZip](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/optimize-encoding-and-transfer?hl=en) compression in your server.
71+
N> In production, we highly recommend you to use our [custom script generator](https://help.syncfusion.com/js/custom-script-generator) to create custom script file with required controls and its dependencies only. Also to reduce the file size further please use [GZip](https://web.dev/optimizing-content-efficiency-optimize-encoding-and-transfer/?hl=en) compression in your server.
7272

7373

7474

js/Autocomplete/Validation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ api: /api/js/ejautocomplete
1313

1414
You can validate the Autocomplete [value](https://help.syncfusion.com/api/js/ejautocomplete#members:value) on form submission by applying [validationRules](https://help.syncfusion.com/api/js/ejautocomplete#members:validationrules) and [validationMessage](https://help.syncfusion.com/api/js/ejautocomplete#members:validationmessage) to the Autocomplete.
1515

16-
N> [jquery.validate.min](http://cdn.syncfusion.com/js/assets/external/jquery.validate.min.js) script file should be referred for validation, for more details, refer [here](http://jqueryvalidation.org/documentation).
16+
N> [jquery.validate.min](https://cdn.syncfusion.com/js/assets/external/jquery.validate.min.js) script file should be referred for validation, for more details, refer [here](https://jqueryvalidation.org/documentation).
1717

1818
### Validation Rules
1919

js/Autocomplete/multicolumn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,4 @@ N> Here [stringFormat](https://help.syncfusion.com/api/js/ejautocomplete#members
8181

8282
![AutoComplete-MultiColumn](multicolumn_images\multicolumn_img1.png)
8383

84-
[Live demo](https://js.syncfusion.com/demos/web/#!/bootstrap/autocomplete/multicolumn)
84+
[Live demo](https://ej2.syncfusion.com/home/#!/bootstrap/autocomplete/multicolumn)

js/CDN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ documentation: ug
99

1010
# CDN
1111

12-
The [CDN](http://en.wikipedia.org/wiki/Content_delivery_network) links are provided individually for all the scripts and style sheets of Syncfusion Essential JS components.
12+
The [CDN](https://en.wikipedia.org/wiki/Content_delivery_network) links are provided individually for all the scripts and style sheets of Syncfusion Essential JS components.
1313

1414

1515
## CDN scripts links

js/Chart/3D-Chart.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ For rendering a 3D Column Chart, specify the series [`type`](../api/ejchart#memb
3939
![](/js/Chart/3D-Chart_images/3D-Chart_img1.png)
4040

4141

42-
[Click](http://js.syncfusion.com/demos/web/#!/azure/chart/3d/column) here to view the 3D Column Chart online demo sample.
42+
[Click](https://ej2.syncfusion.com/home/#!/azure/chart/3d/column) here to view the 3D Column Chart online demo sample.
4343

4444

4545
## 3D Bar Chart
@@ -68,7 +68,7 @@ You can create a 3D Bar Chart by setting the series [`type`](../api/ejchart#memb
6868
![](/js/Chart/3D-Chart_images/3D-Chart_img2.png)
6969

7070

71-
[Click](http://js.syncfusion.com/demos/web/#!/azure/chart/3d/bar) here to view the 3D Bar Chart online demo sample.
71+
[Click](https://ej2.syncfusion.com/home/#!/azure/chart/3d/bar) here to view the 3D Bar Chart online demo sample.
7272

7373

7474
## 3D Stacked Column Chart
@@ -100,7 +100,7 @@ Stacking Column 3DChart is rendered by specifying the series [`type`](../api/ejc
100100

101101
![](/js/Chart/3D-Chart_images/3D-Chart_img3.png)
102102

103-
[Click](http://js.syncfusion.com/demos/web/#!/azure/chart/3d/stackedcolumn) here to view the Stacked Column 3DChart online demo sample.
103+
[Click](https://ej2.syncfusion.com/home/#!/azure/chart/3d/stackedcolumn) here to view the Stacked Column 3DChart online demo sample.
104104

105105

106106
## 3D 100% Stacked Column Chart
@@ -133,7 +133,7 @@ Stacking Column 3DChart is rendered by specifying the series [`type`](../api/ejc
133133
![](/js/Chart/3D-Chart_images/3D-Chart_img4.png)
134134

135135

136-
[Click](http://js.syncfusion.com/demos/web/#!/azure/chart/3d/100%stackedcolumn) here to view the 100% Stacked Column 3DChart online demo sample.
136+
[Click](https://ej2.syncfusion.com/home/#!/azure/chart/3d/100%stackedcolumn) here to view the 100% Stacked Column 3DChart online demo sample.
137137

138138

139139
## 3D Stacked Bar Chart
@@ -165,7 +165,7 @@ To create Stacking Bar 3DChart, set the series [`type`](../api/ejchart#members:s
165165

166166
![](/js/Chart/3D-Chart_images/3D-Chart_img5.png)
167167

168-
[Click](http://js.syncfusion.com/demos/web/#!/azure/chart/3d/stackedbar) here to view the Stacked Bar 3DChart online demo sample.
168+
[Click](https://ej2.syncfusion.com/home/#!/azure/chart/3d/stackedbar) here to view the Stacked Bar 3DChart online demo sample.
169169

170170

171171
## 3D 100% Stacked Bar Chart
@@ -197,7 +197,7 @@ You can create 100% Stacking Bar 3DChart by setting the series [`type`](../api/e
197197

198198
![](/js/Chart/3D-Chart_images/3D-Chart_img6.png)
199199

200-
[Click](http://js.syncfusion.com/demos/web/#!/azure/chart/3d/100%stackedbar) here to view the 100% Stacking Bar 3DChart online demo sample.
200+
[Click](https://ej2.syncfusion.com/home/#!/azure/chart/3d/100%stackedbar) here to view the 100% Stacking Bar 3DChart online demo sample.
201201

202202

203203
## 3D Pie Chart
@@ -225,7 +225,7 @@ To render the Pie Chart in 3D view, enable the **enbel3D** option in the chart a
225225

226226
![](/js/Chart/3D-Chart_images/3D-Chart_img7.png)
227227

228-
[Click](http://js.syncfusion.com/demos/web/#!/azure/chart/3d/pie) here to view the Pie 3DChart online demo sample.
228+
[Click](https://ej2.syncfusion.com/home/#!/azure/chart/3d/pie) here to view the Pie 3DChart online demo sample.
229229

230230

231231
## 3D Doughnut Chart
@@ -254,7 +254,7 @@ To render the Doughnut Chart in 3D view, enable the **enbel3D** option in the ch
254254
![](/js/Chart/3D-Chart_images/3D-Chart_img8.png)
255255

256256

257-
[Click](http://js.syncfusion.com/demos/web/#!/azure/chart/3d/doughnut) here to view the Doughnut 3DChart online demo sample.
257+
[Click](https://ej2.syncfusion.com/home/#!/azure/chart/3d/doughnut) here to view the Doughnut 3DChart online demo sample.
258258

259259

260260
## Configure 3D Chart
@@ -278,7 +278,7 @@ To render the EjChart in 3D view, set the [`enable3D`](../api/ejchart#members:en
278278

279279
![](/js/Chart/3D-Chart_images/3D-Chart_img9.png)
280280

281-
[Click](http://js.syncfusion.com/demos/web/#!/azure/chart/3d/column) here to view the 3DChart online demo sample.
281+
[Click](https://ej2.syncfusion.com/home/#!/azure/chart/3d/column) here to view the 3DChart online demo sample.
282282

283283

284284
### Placing Bar / Column kind of series side-by-side

js/Chart/Annotations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The visibility of the annotation is controlled by using the [`visible`](../api/e
4343
![](/js/Chart/Annotations_images/Annotations_img1.png)
4444

4545

46-
[Click](http://js.syncfusion.com/demos/web/#!/azure/chart/chartcustomization/annotations) here to view the Annotations online demo sample.
46+
[Click](https://ej2.syncfusion.com/home/#!/azure/chart/chartcustomization/annotations) here to view the Annotations online demo sample.
4747

4848
N> Annotations are not supported in 3D chart types.
4949

js/Chart/Appearance.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ Background image can be added to the chart by using the [`backGroundImageUrl`](.
302302

303303
![JavaScript Chart setting background](Appearance_images/Appearance_img7.png)
304304

305-
[Click](http://js.syncfusion.com/demos/web/#!/azure/chart/chartcustomization/tooltiptemplate) here to view our online demo sample for setting Chart background image.
305+
[Click](https://ej2.syncfusion.com/home/#!/azure/chart/chartcustomization/tooltiptemplate) here to view our online demo sample for setting Chart background image.
306306

307307

308308
**Chart area background**
@@ -384,7 +384,7 @@ You can provide different color for alternate grid rows and columns formed by th
384384

385385
![JavaScript Chart customize area grid bands](Appearance_images/Appearance_img9.png)
386386

387-
[Click](http://js.syncfusion.com/demos/web/#!/azure/chart/chartaxes/alternategridband) here to view the alternate grid band online demo sample.
387+
[Click](https://ej2.syncfusion.com/home/#!/azure/chart/chartaxes/alternategridband) here to view the alternate grid band online demo sample.
388388

389389

390390
### Animation

js/Chart/Axis.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ $("#container").ejChart({
4545
![Category](Axis_images/Axis_img1.png)
4646

4747

48-
[Click](http://js.syncfusion.com/demos/web/#!/azure/chart/column) here to view our online demo sample that uses Category axis.
48+
[Click](https://ej2.syncfusion.com/home/#!/azure/chart/column) here to view our online demo sample that uses Category axis.
4949

5050

5151
### Place labels on ticks
@@ -357,7 +357,7 @@ Date time axis uses date time scale and displays the date time values as axis la
357357
![Datetime](Axis_images/Axis_img12.png)
358358

359359

360-
[Click](http://js.syncfusion.com/demos/web/#!/azure/chart/chartaxes/datetimeaxis) here to view our online demo sample for date time axis.
360+
[Click](https://ej2.syncfusion.com/home/#!/azure/chart/chartaxes/datetimeaxis) here to view our online demo sample for date time axis.
361361

362362

363363
### Customizing date time range
@@ -518,7 +518,7 @@ $("#container").ejChart({
518518

519519
![Datetimecategory](Axis_images/Axis_img63.png)
520520

521-
[Click](http://js.syncfusion.com/demos/web/#!/bootstrap/chart/ChartAxes/DateTimeCategoryAxis) here to view our online demo sample for date time axis.
521+
[Click](https://ej2.syncfusion.com/home/#!/bootstrap/chart/ChartAxes/DateTimeCategoryAxis) here to view our online demo sample for date time axis.
522522

523523
### Customizing DateTime Category range
524524

@@ -597,7 +597,7 @@ Logarithmic axis uses logarithmic scale and it is very useful in visualizing whe
597597
![Log](Axis_images/Axis_img19.png)
598598

599599

600-
[Click](http://js.syncfusion.com/demos/web/#!/azure/chart/chartaxes/logaxis) here to view our online demo sample link for logarithmic axis.
600+
[Click](https://ej2.syncfusion.com/home/#!/azure/chart/chartaxes/logaxis) here to view our online demo sample link for logarithmic axis.
601601

602602
### Customize Logarithmic range
603603

@@ -1122,7 +1122,7 @@ For category value type, **<br>** can be specified in x value of data points.
11221122

11231123
![Linebreak](Axis_images/Axis_img68.png)
11241124

1125-
[JS Playground Sample](http://jsplayground.syncfusion.com/zsaomrq5)
1125+
[JS Playground Sample](https://jsplayground.syncfusion.com/zsaomrq5)
11261126

11271127
For numeric, datetime and datetimeCategory value type, **<br>** can be specified in labelFormat.
11281128

@@ -1140,7 +1140,7 @@ For numeric, datetime and datetimeCategory value type, **<br>** can be specified
11401140

11411141
![Format](Axis_images/Axis_img69.png)
11421142

1143-
[JS Playground Sample](http://jsplayground.syncfusion.com/fllsqowe)
1143+
[JS Playground Sample](https://jsplayground.syncfusion.com/fllsqowe)
11441144

11451145
### Label and tick positioning
11461146

@@ -1617,7 +1617,7 @@ An additional horizontal or vertical axis can be added to the chart by adding an
16171617

16181618
![Multipleimage2](Axis_images/Axis_img41.png)
16191619

1620-
[Click](http://js.syncfusion.com/demos/web/#!/azure/chart/chartaxes/multipleaxes) here to view the multiple axis online demo sample.
1620+
[Click](https://ej2.syncfusion.com/home/#!/azure/chart/chartaxes/multipleaxes) here to view the multiple axis online demo sample.
16211621

16221622

16231623
## Smart Axis Labels
@@ -1645,7 +1645,7 @@ When the Axis labels overlap with each other based on the chart dimensions and l
16451645
![Smartaxis](Axis_images/Axis_img42.png)
16461646

16471647

1648-
[Click](http://js.syncfusion.com/demos/web/#!/azure/chart/chartaxes/smartaxislabels) here to view our online demo sample for smart axis labels.
1648+
[Click](https://ej2.syncfusion.com/home/#!/azure/chart/chartaxes/smartaxislabels) here to view our online demo sample for smart axis labels.
16491649

16501650

16511651

@@ -1799,4 +1799,4 @@ The below screenshot shows the trimmed multi-level labels
17991799
![Multi-leveltrim](Axis_images/Axis_img61.png)
18001800

18011801
And these labels can be placed in various rows using the [`level`] property.
1802-
[Click](http://js.syncfusion.com/demos/web/#!/bootstrap/chart/chartaxes/multi-levellabels) here to view the multi-level labels online demo sample.
1802+
[Click](https://ej2.syncfusion.com/home/#!/bootstrap/chart/chartaxes/multi-levellabels) here to view the multi-level labels online demo sample.

0 commit comments

Comments
 (0)