Skip to content

Commit 13bb60b

Browse files
Integrated latest changes at 04-03-2025 10:30:22 PM
1 parent 1e18fb3 commit 13bb60b

File tree

2,209 files changed

+11657
-3390
lines changed

Some content is hidden

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

2,209 files changed

+11657
-3390
lines changed

ej2-angular-toc.html

+5-2
Original file line numberDiff line numberDiff line change
@@ -2025,7 +2025,7 @@
20252025
<li><a href="/ej2-angular/pdfviewer/how-to/include-authorization-token">Include Authorization Token</a></li>
20262026
<li><a href="/ej2-angular/pdfviewer/how-to/get-base-string-of-the-loaded-document">Get the Base64 string of the loaded PDF document</a></li>
20272027
<li><a href="/ej2-angular/pdfviewer/how-to/change-selection-border">Customize the selection border</a></li>
2028-
<li><a href="/ej2-angular/pdfviewer/how-to/extract-text">Extract Text</a></li>
2028+
<li><a href="/ej2-angular/pdfviewer/how-to/extract-text-completed">Extract Text using extractTextCompleted Event</a></li>
20292029
<li><a href="/ej2-angular/pdfviewer/how-to/import-export-annotation">Import and Export annotation</a></li>
20302030
<li><a href="/ej2-angular/pdfviewer/how-to/delete-annotation">Delete a specific annotation</a></li>
20312031
<li><a href="/ej2-angular/pdfviewer/how-to/open-thumbnail">Open Thumbnail pane programmatically</a></li>
@@ -2061,6 +2061,9 @@
20612061
<li><a href="/ej2-angular/pdfviewer/how-to/enable-local-storage">Enable Local Storage</a></li>
20622062
<li><a href="/ej2-angular/pdfviewer/how-to/add-annotation-in-text-search">Add Rectangle Annotation using Search Text Bounds</a></li>
20632063
<li><a href="/ej2-angular/pdfviewer/how-to/control-annotation-visibility">Control Annotation Visibility</a></li>
2064+
<li><a href="/ej2-angular/pdfviewer/how-to/extract-text-option">Extract Text Option</a></li>
2065+
<li><a href="/ej2-angular/pdfviewer/how-to/find-text-async">Find Text using findTextAsync Method</a></li>
2066+
<li><a href="/ej2-angular/pdfviewer/how-to/extract-text">Extract Text</a></li>
20642067
</ul>
20652068
</li>
20662069
<li>Troubleshooting
@@ -2154,6 +2157,7 @@
21542157
<li><a href="/ej2-angular/pivotview/how-to/hide-empty-headers">Hide empty headers</a></li>
21552158
<li><a href="/ej2-angular/pivotview/how-to/customizing-loading-indicator">Customizing loading indicator</a></li>
21562159
<li><a href="/ej2-angular/pivotview/how-to/changing-the-pivotview-component-minimum-height">Changing the Pivot Table component's minimum height</a></li>
2160+
<li><a href="/ej2-angular/pivotview/how-to/configuring-the-pivotview-component-minimum-width">Configuring the minimum width in the pivot table component</a></li>
21572161
<li><a href="/ej2-angular/pivotview/how-to/chart-based-on-pivot-table-selection">Render chart control based on cell selection</a></li>
21582162
<li><a href="/ej2-angular/pivotview/how-to/drill-through-grid-cell-edit-type">Drill-through grid's cell edit type</a></li>
21592163
<li><a href="/ej2-angular/pivotview/how-to/show-field-list-when-pivot-table-empty">Show field list when pivot table is empty</a></li>
@@ -2165,7 +2169,6 @@
21652169
<li><a href="/ej2-angular/pivotview/how-to/bind-complex-data-to-the-pivot-table">Convert complex JSON to flat JSON and assign it to the pivot table</a></li>
21662170
<li><a href="/ej2-angular/pivotview/how-to/load-pre-defined-report-in-initial-rendering">Load desired report from the report list as default</a></li>
21672171
<li><a href="/ej2-angular/pivotview/how-to/display-value-in-hrs-min-sec-format">Display string value to pivot table values</a></li>
2168-
<li><a href="/ej2-angular/pivotview/how-to/configuring-the-pivotview-component-minimum-width">Configuring the minimum width in the pivot table component</a></li>
21692172
</ul>
21702173
</li>
21712174
<li><a href="https://ej2.syncfusion.com/angular/documentation/api/pivotview/">API Reference</a></li>

ej2-angular/accumulation-chart/title-and-sub-title.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Accumulation Chart can be given a title using [`title`](https://ej2.syncfusion.c
2424

2525
{% previewsample "page.domainurl/samples/chart/series/pie-cs27" %}
2626

27-
## Title Customization
27+
## Title customization
2828

2929
Accumulation Chart can be customizing a title using [`titleStyle`](https://ej2.syncfusion.com/angular/documentation/api/accumulation-chart/accumulationChartModel/#titlestyle) property.
3030

@@ -73,7 +73,7 @@ about the data plotted.
7373

7474
{% previewsample "page.domainurl/samples/chart/series/pie-cs29" %}
7575

76-
## SubTitle Customization
76+
## SubTitle customization
7777

7878
Accumulation Chart can be customizing a subtitle using [`subTitleStyle`](https://ej2.syncfusion.com/angular/documentation/api/accumulation-chart/accumulationChartModel/#subtitlestyle) property.
7979

ej2-angular/chart/chart-print.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ The chart can be exported as an image in the form of a base64 string by utilizin
118118

119119
{% previewsample "page.domainurl/samples/chart/export-cs1" %}
120120

121-
## Excel Export
121+
## Excel export
122122

123123
You can export the rendered chart data to Excel in either `XLSX` or `CSV` format. The [`excelProperties`](https://ej2.syncfusion.com/angular/documentation/api/chart/iExportEventArgs/#excelproperties) property in the [`beforeExport`](https://ej2.syncfusion.com/angular/documentation/api/chart/iExportEventArgs/) event allows users to customize the exported Excel sheet by modifying row, column, and cell properties before the file is generated. You can customize row titles, column titles, cell values, as well as row and column widths.
124124

ej2-angular/chart/chart-types/bar.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ The [`pointRender`](../../api/chart#pointrender) event allows you to customize e
344344

345345
{% previewsample "page.domainurl/samples/chart/series/bar-cs21" %}
346346

347-
## Corner Radius
347+
## Corner radius
348348

349349
The [`cornerRadius`](https://ej2.syncfusion.com/angular/documentation/api/chart/series/#cornerradius) property in the chart series is used to customize the corner radius for bar series. This allows you to create bars with rounded corners, giving your chart a more polished appearance. You can customize each corner of the bars using the topLeft, topRight, bottomLeft, and bottomRight properties.
350350

@@ -364,7 +364,7 @@ The [`cornerRadius`](https://ej2.syncfusion.com/angular/documentation/api/chart/
364364

365365
{% previewsample "page.domainurl/samples/chart/series/bar-cs21A" %}
366366

367-
### Point Corner Radius
367+
### Point corner radius
368368

369369
We can customize the corner radius for individual points in the chart series using the [`pointRender`](https://ej2.syncfusion.com/angular/documentation/api/chart/iPointRenderEventArgs/) event by setting the [`cornerRadius`](https://ej2.syncfusion.com/angular/documentation/api/chart/iPointRenderEventArgs/#cornerradius) property in its event argument.
370370

ej2-angular/chart/chart-types/column.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ The [`pointRender`](https://ej2.syncfusion.com/angular/documentation/api/chart/i
343343

344344
{% previewsample "page.domainurl/samples/chart/series/column-cs51" %}
345345

346-
## Corner Radius
346+
## Corner radius
347347

348348
The [`cornerRadius`](https://ej2.syncfusion.com/angular/documentation/api/chart/series/#cornerradius) property in the chart series is used to customize the corner radius for bar series. This allows you to create bars with rounded corners, giving your chart a more polished appearance. You can customize each corner of the bars using the topLeft, topRight, bottomLeft, and bottomRight properties.
349349

@@ -363,7 +363,7 @@ The [`cornerRadius`](https://ej2.syncfusion.com/angular/documentation/api/chart/
363363

364364
{% previewsample "page.domainurl/samples/chart/series/column-cs51A" %}
365365

366-
### Point Corner Radius
366+
### Point corner radius
367367

368368
We can customize the corner radius for individual points in the chart series using the [`pointRender`](https://ej2.syncfusion.com/angular/documentation/api/chart/iPointRenderEventArgs/) event by setting the [`cornerRadius`](https://ej2.syncfusion.com/angular/documentation/api/chart/iPointRenderEventArgs/#cornerradius) property in its event argument.
369369

ej2-angular/chart/chart-types/range-column.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ The [`pointRender`](https://ej2.syncfusion.com/angular/documentation/api/chart/i
243243

244244
{% previewsample "page.domainurl/samples/chart/series/rangecolumn-cs9" %}
245245

246-
## Corner Radius
246+
## Corner radius
247247

248248
The [`cornerRadius`](https://ej2.syncfusion.com/angular/documentation/api/chart/series/#cornerradius) property in the chart series is used to customize the corner radius for bar series. This allows you to create bars with rounded corners, giving your chart a more polished appearance. You can customize each corner of the bars using the topLeft, topRight, bottomLeft, and bottomRight properties.
249249

@@ -263,7 +263,7 @@ The [`cornerRadius`](https://ej2.syncfusion.com/angular/documentation/api/chart/
263263

264264
{% previewsample "page.domainurl/samples/chart/series/rangecolumn-cs9A" %}
265265

266-
### Point Corner Radius
266+
### Point corner radius
267267

268268
We can customize the corner radius for individual points in the chart series using the [`pointRender`](https://ej2.syncfusion.com/angular/documentation/api/chart/iPointRenderEventArgs/) event by setting the [`cornerRadius`](https://ej2.syncfusion.com/angular/documentation/api/chart/iPointRenderEventArgs/#cornerradius) property in its event argument.
269269

ej2-angular/chart/chart-types/stack-area.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ The [`pointRender`](https://ej2.syncfusion.com/angular/documentation/api/chart/i
239239

240240
{% previewsample "page.domainurl/samples/chart/series/stackedarea-cs8" %}
241241

242-
## Stack Labels
242+
## Stack labels
243243

244244
The stack labels in stacked charts display cumulative total values for stack segments directly using data labels. If a stacked point has negative values, the stack labels are displayed below the point.
245245

@@ -259,7 +259,7 @@ The stack labels in stacked charts display cumulative total values for stack seg
259259

260260
{% previewsample "page.domainurl/samples/chart/series/area-cs20" %}
261261

262-
### Stack Labels Customization
262+
### Stack labels customization
263263
Stack labels have various properties for customization to enhance the visual based on your requirements:
264264

265265
* [`visible`](https://ej2.syncfusion.com/angular/documentation/api/chart/stackLabelSettings/#visible) - Specifies whether stack labels are visible. Setting to true will display the labels. Default is false.

ej2-angular/chart/chart-types/stack-bar.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ The [`pointRender`](https://ej2.syncfusion.com/angular/documentation/api/chart/i
282282

283283
{% previewsample "page.domainurl/samples/chart/series/bar-cs10" %}
284284

285-
## Stack Labels
285+
## Stack labels
286286

287287
The stack labels in stacked charts display cumulative total values for stack segments directly using data labels. If a stacked point has negative values, the stack labels are displayed below the point.
288288

@@ -302,7 +302,7 @@ The stack labels in stacked charts display cumulative total values for stack seg
302302

303303
{% previewsample "page.domainurl/samples/chart/series/bar-cs22" %}
304304

305-
### Stack Labels Customization
305+
### Stack labels customization
306306
Stack labels have various properties for customization to enhance the visual based on your requirements:
307307

308308
* [`visible`](https://ej2.syncfusion.com/angular/documentation/api/chart/stackLabelSettings/#visible) - Specifies whether stack labels are visible. Setting to true will display the labels. Default is false.
@@ -331,7 +331,7 @@ Stack labels have various properties for customization to enhance the visual bas
331331

332332
{% previewsample "page.domainurl/samples/chart/series/bar-cs22A" %}
333333

334-
## Corner Radius
334+
## Corner radius
335335

336336
The [`cornerRadius`](https://ej2.syncfusion.com/angular/documentation/api/chart/series/#cornerradius) property in the chart series is used to customize the corner radius for bar series. This allows you to create bars with rounded corners, giving your chart a more polished appearance. You can customize each corner of the bars using the topLeft, topRight, bottomLeft, and bottomRight properties.
337337

@@ -351,7 +351,7 @@ The [`cornerRadius`](https://ej2.syncfusion.com/angular/documentation/api/chart/
351351

352352
{% previewsample "page.domainurl/samples/chart/series/bar-cs10A" %}
353353

354-
### Point Corner Radius
354+
### Point corner radius
355355

356356
We can customize the corner radius for individual points in the chart series using the [`pointRender`](https://ej2.syncfusion.com/angular/documentation/api/chart/iPointRenderEventArgs/) event by setting the [`cornerRadius`](https://ej2.syncfusion.com/angular/documentation/api/chart/iPointRenderEventArgs/#cornerradius) property in its event argument.
357357

ej2-angular/chart/chart-types/stack-column.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ The [`pointRender`](https://ej2.syncfusion.com/angular/documentation/api/chart/i
284284

285285
{% previewsample "page.domainurl/samples/chart/series/stackedcolumn-cs9" %}
286286

287-
## Stack Labels
287+
## Stack labels
288288

289289
The stack labels in stacked charts display cumulative total values for stack segments directly using data labels. If a stacked point has negative values, the stack labels are displayed below the point.
290290

@@ -304,7 +304,7 @@ The stack labels in stacked charts display cumulative total values for stack seg
304304

305305
{% previewsample "page.domainurl/samples/chart/series/column-cs53" %}
306306

307-
### Stack Labels Customization
307+
### Stack labels customization
308308
Stack labels have various properties for customization to enhance the visual based on your requirements:
309309

310310
* [`visible`](https://ej2.syncfusion.com/angular/documentation/api/chart/stackLabelSettings/#visible) - Specifies whether stack labels are visible. Setting to true will display the labels. Default is false.
@@ -333,7 +333,7 @@ Stack labels have various properties for customization to enhance the visual bas
333333

334334
{% previewsample "page.domainurl/samples/chart/series/column-cs53A" %}
335335

336-
## Corner Radius
336+
## Corner radius
337337

338338
The [`cornerRadius`](https://ej2.syncfusion.com/angular/documentation/api/chart/series/#cornerradius) property in the chart series is used to customize the corner radius for bar series. This allows you to create bars with rounded corners, giving your chart a more polished appearance. You can customize each corner of the bars using the topLeft, topRight, bottomLeft, and bottomRight properties.
339339

@@ -353,7 +353,7 @@ The [`cornerRadius`](https://ej2.syncfusion.com/angular/documentation/api/chart/
353353

354354
{% previewsample "page.domainurl/samples/chart/series/stackedcolumn-cs9A" %}
355355

356-
### Point Corner Radius
356+
### Point corner radius
357357

358358
We can customize the corner radius for individual points in the chart series using the [`pointRender`](https://ej2.syncfusion.com/angular/documentation/api/chart/iPointRenderEventArgs/) event by setting the [`cornerRadius`](https://ej2.syncfusion.com/angular/documentation/api/chart/iPointRenderEventArgs/#cornerradius) property in its event argument.
359359

ej2-angular/chart/chart-types/stack-line.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ The [`pointRender`](https://ej2.syncfusion.com/angular/documentation/api/chart/i
262262

263263
{% previewsample "page.domainurl/samples/chart/series/stackedline-cs9" %}
264264

265-
## Stack Labels
265+
## Stack labels
266266

267267
The stack labels in stacked charts display cumulative total values for stack segments directly using data labels. If a stacked point has negative values, the stack labels are displayed below the point.
268268

@@ -282,7 +282,7 @@ The stack labels in stacked charts display cumulative total values for stack seg
282282

283283
{% previewsample "page.domainurl/samples/chart/series/line-cs31" %}
284284

285-
### Stack Labels Customization
285+
### Stack labels customization
286286
Stack labels have various properties for customization to enhance the visual based on your requirements:
287287

288288
* [`visible`](https://ej2.syncfusion.com/angular/documentation/api/chart/stackLabelSettings/#visible) - Specifies whether stack labels are visible. Setting to true will display the labels. Default is false.

ej2-angular/chart/chart-types/stacked-bar.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ The [`pointRender`](https://ej2.syncfusion.com/angular/documentation/api/chart/i
261261

262262
{% previewsample "page.domainurl/samples/chart/series/stackedbar-cs9" %}
263263

264-
## Corner Radius
264+
## Corner radius
265265

266266
The [`cornerRadius`](https://ej2.syncfusion.com/angular/documentation/api/chart/series/#cornerradius) property in the chart series is used to customize the corner radius for bar series. This allows you to create bars with rounded corners, giving your chart a more polished appearance. You can customize each corner of the bars using the topLeft, topRight, bottomLeft, and bottomRight properties.
267267

@@ -281,7 +281,7 @@ The [`cornerRadius`](https://ej2.syncfusion.com/angular/documentation/api/chart/
281281

282282
{% previewsample "page.domainurl/samples/chart/series/stackedbar-cs9A" %}
283283

284-
### Point Corner Radius
284+
### Point corner radius
285285

286286
We can customize the corner radius for individual points in the chart series using the [`pointRender`](https://ej2.syncfusion.com/angular/documentation/api/chart/iPointRenderEventArgs/) event by setting the [`cornerRadius`](https://ej2.syncfusion.com/angular/documentation/api/chart/iPointRenderEventArgs/#cornerradius) property in its event argument.
287287

ej2-angular/chart/chart-types/stacked-column.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ The [`pointRender`](https://ej2.syncfusion.com/angular/documentation/api/chart/i
261261

262262
{% previewsample "page.domainurl/samples/chart/series/100-stackedcolumn-cs9" %}
263263

264-
## Corner Radius
264+
## Corner radius
265265

266266
The [`cornerRadius`](https://ej2.syncfusion.com/angular/documentation/api/chart/series/#cornerradius) property in the chart series is used to customize the corner radius for bar series. This allows you to create bars with rounded corners, giving your chart a more polished appearance. You can customize each corner of the bars using the topLeft, topRight, bottomLeft, and bottomRight properties.
267267

@@ -281,7 +281,7 @@ The [`cornerRadius`](https://ej2.syncfusion.com/angular/documentation/api/chart/
281281

282282
{% previewsample "page.domainurl/samples/chart/series/100-stackedcolumn-cs9A" %}
283283

284-
### Point Corner Radius
284+
### Point corner radius
285285

286286
We can customize the corner radius for individual points in the chart series using the [`pointRender`](https://ej2.syncfusion.com/angular/documentation/api/chart/iPointRenderEventArgs/) event by setting the [`cornerRadius`](https://ej2.syncfusion.com/angular/documentation/api/chart/iPointRenderEventArgs/#cornerradius) property in its event argument.
287287

ej2-angular/chart/chart-types/stacked-step-area.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ The [`pointRender`](https://ej2.syncfusion.com/angular/documentation/api/chart/i
281281

282282
{% previewsample "page.domainurl/samples/chart/series/stackedsteparea-cs10" %}
283283

284-
## Stack Labels
284+
## Stack labels
285285

286286
The stack labels in stacked charts display cumulative total values for stack segments directly using data labels. If a stacked point has negative values, the stack labels are displayed below the point.
287287

@@ -301,7 +301,7 @@ The stack labels in stacked charts display cumulative total values for stack seg
301301

302302
{% previewsample "page.domainurl/samples/chart/series/stackedsteparea-cs11" %}
303303

304-
### Stack Labels Customization
304+
### Stack labels customization
305305
Stack labels have various properties for customization to enhance the visual based on your requirements:
306306

307307
* [`visible`](https://ej2.syncfusion.com/angular/documentation/api/chart/stackLabelSettings/#visible) - Specifies whether stack labels are visible. Setting to true will display the labels. Default is false.

ej2-angular/chart/chart-types/waterfall.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ The [`pointRender`](https://ej2.syncfusion.com/angular/documentation/api/chart/i
184184

185185
{% previewsample "page.domainurl/samples/chart/series/waterfall-cs6" %}
186186

187-
## Corner Radius
187+
## Corner radius
188188

189189
The [`cornerRadius`](https://ej2.syncfusion.com/angular/documentation/api/chart/series/#cornerradius) property in the chart series is used to customize the corner radius for bar series. This allows you to create bars with rounded corners, giving your chart a more polished appearance. You can customize each corner of the bars using the topLeft, topRight, bottomLeft, and bottomRight properties.
190190

@@ -204,7 +204,7 @@ The [`cornerRadius`](https://ej2.syncfusion.com/angular/documentation/api/chart/
204204

205205
{% previewsample "page.domainurl/samples/chart/series/waterfall-cs6" %}
206206

207-
### Point Corner Radius
207+
### Point corner radius
208208

209209
We can customize the corner radius for individual points in the chart series using the [`pointRender`](https://ej2.syncfusion.com/angular/documentation/api/chart/iPointRenderEventArgs/) event by setting the [`cornerRadius`](https://ej2.syncfusion.com/angular/documentation/api/chart/iPointRenderEventArgs/#cornerradius) property in its event argument.
210210

ej2-angular/chart/cross-hair-and-track-ball.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ To known about Crosshair and Trackball, you can check on this video:
9999

100100
{% youtube "https://www.youtube.com/watch?v=IiSuXTKG2ac" %}
101101

102-
## Crosshair Highlight Category
102+
## Crosshair highlight category
103103

104104
The [`highlightCategory`](https://ej2.syncfusion.com/angular/documentation/api/chart/crosshairSettings/#highlightcategory) property in the crosshair highlights the background of the entire category when hovered over. The crosshair color can be customized using the [`color`](https://ej2.syncfusion.com/angular/documentation/api/chart/borderModel/#color) property within the [`line`](https://ej2.syncfusion.com/angular/documentation/api/chart/borderModel/) configuration.
105105

0 commit comments

Comments
 (0)