Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion ej2-javascript/chart/axis-labels.md
Original file line number Diff line number Diff line change
Expand Up @@ -483,4 +483,9 @@ Line break feature used to customize the long axis label text into multiple line
{% endtabs %}

{% previewsample "page.domainurl/code-snippet/chart/axis-cs15" %}
{% endif %}
{% endif %}

## See Also

* [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)
* [Format Axis Labels in Billions](https://support.syncfusion.com/kb/article/21518/how-to-format-axis-labels-in-billions-using-javascript-chart)
6 changes: 5 additions & 1 deletion ej2-javascript/chart/chart-print.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,4 +238,8 @@ You can export the rendered chart data to Excel in either `XLSX` or `CSV` format
{% endtabs %}

{% previewsample "page.domainurl/code-snippet/chart/export-cs7" %}
{% endif %}
{% endif %}

## See Also

* [Change Axis Label Color During Chart Export](https://support.syncfusion.com/kb/article/21484/how-to-change-axis-label-color-during-javascript-chart-export)
3 changes: 2 additions & 1 deletion ej2-javascript/chart/data-markers.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,4 +207,5 @@ Marker can be filled with the series color by setting the [`isFilled`](../api/ch

## See also

* [Customize the marker with different shape](./how-to/marker-customization#customize-the-marker-with-different-shape)
* [Customize the marker with different shape](./how-to/marker-customization#customize-the-marker-with-different-shape)
* [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)
4 changes: 3 additions & 1 deletion ej2-javascript/chart/legend.md
Original file line number Diff line number Diff line change
Expand Up @@ -514,4 +514,6 @@ The [`layout`](../api/chart/legendSettingsModel/#layout) property in [`legendSet

## See also

* [Customize each shape in legend](./how-to/#customize-each-shape-in-legend)
* [Customize each shape in legend](./how-to/#customize-each-shape-in-legend)
* [Customize Legend Text](https://support.syncfusion.com/kb/article/20959/how-to-customize-legend-text-in-javascript-charts)
* [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)
1 change: 1 addition & 0 deletions ej2-javascript/chart/tool-tip.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,3 +240,4 @@ The [`showNearestTooltip`](../api/chart/tooltipSettings/#shownearesttooltip) pro

* [Format the tooltip value](./how-to/tool-tip-format.md)
* [Create a table in tooltip](./how-to/tool-tip-table#create-a-table-in-tooltip.md)
* [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)
32 changes: 16 additions & 16 deletions ej2-javascript/treegrid/js/module.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,22 @@ The following feature modules should be injected to extend the TreeGrid's functi

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

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

> 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.
> 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.
1 change: 1 addition & 0 deletions ej2-javascript/treegrid/tool-bar/tool-bar-items.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ The following table shows built-in toolbar items and its actions.
| Cancel | Cancels the edit state.|
| Search | Searches the records by the given key.|
| Print | Prints the treegrid.|
| ColumnChooser | Opens a dialog to select column visibility.|
| ExcelExport | Exports the treegrid to Excel.|
| PdfExport | Exports the treegrid to PDF.|
| WordExport | Exports the treegrid to Word.|
Expand Down
32 changes: 16 additions & 16 deletions ej2-javascript/treegrid/ts/module.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,22 @@ The following feature modules should be injected to extend the TreeGrid's functi

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

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

> 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.
> 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.