Skip to content

Commit eb7995d

Browse files
Integrated latest changes at 10-10-2025 10:30:13 AM
1 parent a9df9a3 commit eb7995d

File tree

8 files changed

+50
-36
lines changed

8 files changed

+50
-36
lines changed

ej2-javascript/chart/axis-labels.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,4 +483,9 @@ Line break feature used to customize the long axis label text into multiple line
483483
{% endtabs %}
484484

485485
{% previewsample "page.domainurl/code-snippet/chart/axis-cs15" %}
486-
{% endif %}
486+
{% endif %}
487+
488+
## See Also
489+
490+
* [Remove Duplicate X-Axis Labels in Stacked Charts](https://support.syncfusion.com/kb/article/21504/how-to-remove-duplicate-x-axis-labels-in-stacked-charts-using-javascript)
491+
* [Format Axis Labels in Billions](https://support.syncfusion.com/kb/article/21518/how-to-format-axis-labels-in-billions-using-javascript-chart)

ej2-javascript/chart/chart-print.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,4 +238,8 @@ You can export the rendered chart data to Excel in either `XLSX` or `CSV` format
238238
{% endtabs %}
239239

240240
{% previewsample "page.domainurl/code-snippet/chart/export-cs7" %}
241-
{% endif %}
241+
{% endif %}
242+
243+
## See Also
244+
245+
* [Change Axis Label Color During Chart Export](https://support.syncfusion.com/kb/article/21484/how-to-change-axis-label-color-during-javascript-chart-export)

ej2-javascript/chart/data-markers.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,4 +207,5 @@ Marker can be filled with the series color by setting the [`isFilled`](../api/ch
207207

208208
## See also
209209

210-
* [Customize the marker with different shape](./how-to/marker-customization#customize-the-marker-with-different-shape)
210+
* [Customize the marker with different shape](./how-to/marker-customization#customize-the-marker-with-different-shape)
211+
* [Change the Cursor to a Pointer on Series Markers](https://support.syncfusion.com/kb/article/21473/how-to-change-the-cursor-to-a-pointer-on-series-markers-in-javascript-charts)

ej2-javascript/chart/legend.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,4 +514,6 @@ The [`layout`](../api/chart/legendSettingsModel/#layout) property in [`legendSet
514514
515515
## See also
516516

517-
* [Customize each shape in legend](./how-to/#customize-each-shape-in-legend)
517+
* [Customize each shape in legend](./how-to/#customize-each-shape-in-legend)
518+
* [Customize Legend Text](https://support.syncfusion.com/kb/article/20959/how-to-customize-legend-text-in-javascript-charts)
519+
* [Hide/Show Series by Clicking Single Legend](https://support.syncfusion.com/kb/article/21482/how-to-hideshow-series-by-clicking-single-legend-in-javascript-chart)

ej2-javascript/chart/tool-tip.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,3 +240,4 @@ The [`showNearestTooltip`](../api/chart/tooltipSettings/#shownearesttooltip) pro
240240

241241
* [Format the tooltip value](./how-to/tool-tip-format.md)
242242
* [Create a table in tooltip](./how-to/tool-tip-table#create-a-table-in-tooltip.md)
243+
* [Change the Cursor to a Hand Pointer](https://support.syncfusion.com/kb/article/21505/how-to-change-the-cursor-to-a-hand-pointer-in-a-javascript-chart)

ej2-javascript/treegrid/js/module.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,22 @@ The following feature modules should be injected to extend the TreeGrid's functi
1515

1616
| Module | Description |
1717
|------|-------------|
18-
| [`PageService`](../../treegrid/paging)| Inject this module to use paging feature.|
19-
| [`SortService`](../../treegrid/sorting)| Inject this module to use sorting feature.|
20-
| [`FilterService`](../../treegrid/filtering)| Inject this module to use filtering feature.|
21-
| [`EditService`](../../treegrid/editing)| Inject this module to use editing feature.|
22-
| [`AggregateService`](../../treegrid/aggregates)| Inject this module to use aggregate feature.|
23-
| [`ColumnChooserService`](../../treegrid/columns/#column-chooser)| Inject this module to use column chooser feature.|
24-
| [`ColumnMenuService`](../../treegrid/columns/#column-menu)| Inject this module to use column menu feature.|
25-
| [`CommandColumnService`](../../treegrid/edit/#command-column)| Inject this module to use command column feature.|
26-
| [`ContextMenuService`](../../treegrid/context-menu)| Inject this module to use context menu feature.
27-
| [`ResizeService`](../../treegrid/columns/#column-resizing)| Inject this module to use resize feature.|
28-
| [`ReorderService`](../../treegrid/columns/#reorder)| Inject this module to use reorder feature.|
29-
| [`PrintService`](../../treegrid/print)| Inject this module to use to use print feature and this is a default injected module.|
30-
| [`ToolbarService`](../../treegrid/tool-bar)| Inject this module to use toolbar feature.|
31-
| [`ExcelExportService`](../../treegrid/excel-export)| Inject this module to use Excel export feature.|
32-
| [`PdfExportService`](../../treegrid/pdf-export)| Inject this module to use PDF export feature.|
18+
| [Page](../treegrid/paging)| Inject this module to use paging feature.|
19+
| [Sort](../treegrid/sorting)| Inject this module to use sorting feature.|
20+
| [Filter](../treegrid/filtering)| Inject this module to use filtering feature.|
21+
| [Edit](../treegrid/editing)| Inject this module to use editing feature.|
22+
| [Aggregate](../treegrid/aggregates)| Inject this module to use aggregate feature.|
23+
| [ColumnChooser](../treegrid/columns/column-chooser)| Inject this module to use column chooser feature.|
24+
| [ColumnMenu](../treegrid/columns/column-menu)| Inject this module to use column menu feature.|
25+
| [CommandColumn](../treegrid/editing/command-column-editing)| Inject this module to use command column feature.|
26+
| [ContextMenu](../treegrid/context-menu)| Inject this module to use context menu feature.
27+
| [Resize](../treegrid/columns/column-resizing)| Inject this module to use resize feature.|
28+
| [Reorder](../treegrid/columns/column-reorder)| Inject this module to use reorder feature.|
29+
| [Print](../treegrid/print)| Inject this module to use to use print feature and this is a default injected module.|
30+
| [Toolbar](../treegrid/tool-bar)| Inject this module to use toolbar feature.|
31+
| [ExcelExport](../treegrid/excel-export)| Inject this module to use Excel export feature.|
32+
| [PdfExport](../treegrid/pdf-export)| Inject this module to use PDF export feature.|
3333

3434
These modules should be injected into the TreeGrid using the `ej.treegrid..TreeGrid.Inject` method.
3535

36-
> You can refer to our [`JavaScript Tree Grid`](https://www.syncfusion.com/javascript-ui-controls/js-tree-grid) feature tour page for its groundbreaking feature representations. You can also explore our JavaScript Tree Grid example [`JavaScript Tree Grid example`](https://ej2.syncfusion.com/demos/#/material/tree-grid/treegrid-overview.html) to knows how to present and manipulate data.
36+
> You can refer to our [JavaScript Tree Grid](https://www.syncfusion.com/javascript-ui-controls/js-tree-grid) feature tour page for its groundbreaking feature representations. You can also explore our JavaScript Tree Grid example [JavaScript Tree Grid example](https://ej2.syncfusion.com/demos/#/material/tree-grid/treegrid-overview.html) to knows how to present and manipulate data.

ej2-javascript/treegrid/tool-bar/tool-bar-items.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ The following table shows built-in toolbar items and its actions.
2828
| Cancel | Cancels the edit state.|
2929
| Search | Searches the records by the given key.|
3030
| Print | Prints the treegrid.|
31+
| ColumnChooser | Opens a dialog to select column visibility.|
3132
| ExcelExport | Exports the treegrid to Excel.|
3233
| PdfExport | Exports the treegrid to PDF.|
3334
| WordExport | Exports the treegrid to Word.|

ej2-javascript/treegrid/ts/module.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,22 @@ The following feature modules should be injected to extend the TreeGrid's functi
1515

1616
| Module | Description |
1717
|------|-------------|
18-
| [`PageService`](../treegrid/paging)| Inject this module to use paging feature.|
19-
| [`SortService`](../treegrid/sorting)| Inject this module to use sorting feature.|
20-
| [`FilterService`](../treegrid/filtering)| Inject this module to use filtering feature.|
21-
| [`EditService`](../treegrid/edit)| Inject this module to use editing feature.|
22-
| [`AggregateService`](../treegrid/aggregates)| Inject this module to use aggregate feature.|
23-
| [`ColumnChooserService`](../api/treegrid/columnChooser)| Inject this module to use column chooser feature.|
24-
| [`ColumnMenuService`](../treegrid/columns/#column-menu)| Inject this module to use column menu feature.|
25-
| [`CommandColumnService`](../treegrid/edit/#command-column)| Inject this module to use command column feature.|
26-
| [`ContextMenuService`](../treegrid/context-menu)| Inject this module to use context menu feature.
27-
| [`ResizeService`](../treegrid/columns/#column-resizing)| Inject this module to use resize feature.|
28-
| [`ReorderService`](../treegrid/columns/#reorder)| Inject this module to use reorder feature.|
29-
| [`PrintService`](../treegrid/print)| Inject this module to use to use print feature and this is a default injected module.|
30-
| [`ToolbarService`](../treegrid/tool-bar)| Inject this module to use toolbar feature.|
31-
| [`ExcelExportService`](../treegrid/excel-export)| Inject this module to use Excel export feature.|
32-
| [`PdfExportService`](../treegrid/pdf-export)| Inject this module to use PDF export feature.|
18+
| [Page](../treegrid/paging)| Inject this module to use paging feature.|
19+
| [Sort](../treegrid/sorting)| Inject this module to use sorting feature.|
20+
| [Filter](../treegrid/filtering)| Inject this module to use filtering feature.|
21+
| [Edit](../treegrid/edit)| Inject this module to use editing feature.|
22+
| [Aggregate](../treegrid/aggregates)| Inject this module to use aggregate feature.|
23+
| [ColumnChooser](../treegrid/columns/column-chooser)| Inject this module to use column chooser feature.|
24+
| [ColumnMenu](../treegrid/columns/column-menu)| Inject this module to use column menu feature.|
25+
| [CommandColumn](../treegrid/editing/command-column-editing)| Inject this module to use command column feature.|
26+
| [ContextMenu](../treegrid/context-menu)| Inject this module to use context menu feature.
27+
| [Resize](../treegrid/columns/column-resizing)| Inject this module to use resize feature.|
28+
| [Reorder](../treegrid/columns/column-reorder)| Inject this module to use reorder feature.|
29+
| [Print](../treegrid/print)| Inject this module to use to use print feature and this is a default injected module.|
30+
| [Toolbar](../treegrid/tool-bar)| Inject this module to use toolbar feature.|
31+
| [ExcelExport](../treegrid/excel-export)| Inject this module to use Excel export feature.|
32+
| [PdfExport](../treegrid/pdf-export)| Inject this module to use PDF export feature.|
3333

3434
These modules should be injected into the TreeGrid using the `TreeGrid.Inject` method.
3535

36-
> You can refer to our [`JavaScript Tree Grid`](https://www.syncfusion.com/javascript-ui-controls/js-tree-grid) feature tour page for its groundbreaking feature representations. You can also explore our JavaScript Tree Grid example [`JavaScript Tree Grid example`](https://ej2.syncfusion.com/demos/#/material/tree-grid/treegrid-overview.html) to knows how to present and manipulate data.
36+
> You can refer to our [JavaScript Tree Grid](https://www.syncfusion.com/javascript-ui-controls/js-tree-grid) feature tour page for its groundbreaking feature representations. You can also explore our JavaScript Tree Grid example [JavaScript Tree Grid example](https://ej2.syncfusion.com/demos/#/material/tree-grid/treegrid-overview.html) to knows how to present and manipulate data.

0 commit comments

Comments
 (0)