Skip to content

Commit

Permalink
Adding changes from build igniteui-xplat-docs-make-pr-JP+KR_2024.10.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tfsbuild committed Oct 2, 2024
1 parent 3aeea9c commit 3db6c87
Show file tree
Hide file tree
Showing 46 changed files with 52 additions and 52 deletions.
2 changes: 1 addition & 1 deletion kr/components/bullet-graph.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Angular Bullet Graph Component - Angular | Ignite UI for Angular
_description: The Bullet Graph Component in Ignite UI for Angular allows for a linear and concise view of measures compared against a scale.
_keywords: Ignite UI for Angular, Angular, Native Angular Components Suite, Native Angular Controls, Native Angular Components, Native Angular Components Library, Angular Chart, Angular Data Grid, Angular Chart Control, Angular Grid Component, Angular data grid Bullet graph component example, Angular bullet graph
_language: kr
mentionedTypes: ['XamBulletGraph']
mentionedTypes: ["XamBulletGraph"]
---

# Angular Bullet Graph
Expand Down
2 changes: 1 addition & 1 deletion kr/components/charts/features/chart-performance.md
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ Setting the [`volumeType`]({environment:dvApiBaseUrl}/products/ignite-ui-angular
* `None` - is the least expensive since it does not display the volume pane.
* `Line` - is more expensive volume type to render and it is recommended when rendering a lot of data points or when plotting a lot of data sources.
* `Area` - is more expensive to render than the `Line` volume type.
* [`IgxColumn`]({environment:dvApiBaseUrl}/products/ignite-ui-angular/api/docs/typescript/latest/classes/igniteui_angular_grids_grids.igxcolumn.html) - is more expensive to render than the `Area` volume type and it is recommended when rendering volume data of 1-3 stocks.
* [`IgxColumnComponent`]({environment:dvApiBaseUrl}/products/ignite-ui-angular/api/docs/typescript/latest/classes/igniteui_angular_grids_grids.igxcolumncomponent.html) - is more expensive to render than the `Area` volume type and it is recommended when rendering volume data of 1-3 stocks.

## Performance in Data Chart

Expand Down
6 changes: 3 additions & 3 deletions kr/components/charts/types/column-chart.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ There are several uses cases for Column Charts. When you:

Column Chart belongs to a group of Category Series and it is rendered using a collection of rectangles that extend from the bottom to top of the chart towards the values of data points.

You can create this type of chart in the [`IgxCategoryChartComponent`]({environment:dvApiBaseUrl}/products/ignite-ui-angular/api/docs/typescript/latest/classes/igniteui_angular_charts.igxcategorychartcomponent.html) control by binding your data and setting the [`chartType`]({environment:dvApiBaseUrl}/products/ignite-ui-angular/api/docs/typescript/latest/classes/igniteui_angular_charts.igxcategorychartcomponent.html#chartType) property to [`IgxColumn`]({environment:dvApiBaseUrl}/products/ignite-ui-angular/api/docs/typescript/latest/classes/igniteui_angular_grids_grids.igxcolumn.html), as shown in the example below:
You can create this type of chart in the [`IgxCategoryChartComponent`]({environment:dvApiBaseUrl}/products/ignite-ui-angular/api/docs/typescript/latest/classes/igniteui_angular_charts.igxcategorychartcomponent.html) control by binding your data and setting the [`chartType`]({environment:dvApiBaseUrl}/products/ignite-ui-angular/api/docs/typescript/latest/classes/igniteui_angular_charts.igxcategorychartcomponent.html#chartType) property to [`IgxColumnComponent`]({environment:dvApiBaseUrl}/products/ignite-ui-angular/api/docs/typescript/latest/classes/igniteui_angular_grids_grids.igxcolumncomponent.html), as shown in the example below:

<code-view style="height: 600px" alt="Angular Column Chart with Single Source"
data-demos-base-url="{environment:dvDemosBaseUrl}"
Expand All @@ -68,7 +68,7 @@ You can create this type of chart in the [`IgxCategoryChartComponent`]({environm

## Angular Column Chart with Multiple Series

The Column Chart is able to render multiple columns per category for comparison purposes. You can create this type of chart in the [`IgxCategoryChartComponent`]({environment:dvApiBaseUrl}/products/ignite-ui-angular/api/docs/typescript/latest/classes/igniteui_angular_charts.igxcategorychartcomponent.html) control by binding your data and setting the [`chartType`]({environment:dvApiBaseUrl}/products/ignite-ui-angular/api/docs/typescript/latest/classes/igniteui_angular_charts.igxcategorychartcomponent.html#chartType) property to [`IgxColumn`]({environment:dvApiBaseUrl}/products/ignite-ui-angular/api/docs/typescript/latest/classes/igniteui_angular_grids_grids.igxcolumn.html), as shown in the example below:
The Column Chart is able to render multiple columns per category for comparison purposes. You can create this type of chart in the [`IgxCategoryChartComponent`]({environment:dvApiBaseUrl}/products/ignite-ui-angular/api/docs/typescript/latest/classes/igniteui_angular_charts.igxcategorychartcomponent.html) control by binding your data and setting the [`chartType`]({environment:dvApiBaseUrl}/products/ignite-ui-angular/api/docs/typescript/latest/classes/igniteui_angular_charts.igxcategorychartcomponent.html#chartType) property to [`IgxColumnComponent`]({environment:dvApiBaseUrl}/products/ignite-ui-angular/api/docs/typescript/latest/classes/igniteui_angular_grids_grids.igxcolumncomponent.html), as shown in the example below:

<code-view style="height: 600px" alt="Angular Column Chart with Multiple Sources"
data-demos-base-url="{environment:dvDemosBaseUrl}"
Expand Down Expand Up @@ -190,7 +190,7 @@ The following table lists API members mentioned in the above sections:

| Chart Type | Control Name | API Members |
| --------------------|--------------------|------------------------ |
| Column | [`IgxCategoryChartComponent`]({environment:dvApiBaseUrl}/products/ignite-ui-angular/api/docs/typescript/latest/classes/igniteui_angular_charts.igxcategorychartcomponent.html) | [`chartType`]({environment:dvApiBaseUrl}/products/ignite-ui-angular/api/docs/typescript/latest/classes/igniteui_angular_charts.igxcategorychartcomponent.html#chartType) = [`IgxColumn`]({environment:dvApiBaseUrl}/products/ignite-ui-angular/api/docs/typescript/latest/classes/igniteui_angular_grids_grids.igxcolumn.html) |
| Column | [`IgxCategoryChartComponent`]({environment:dvApiBaseUrl}/products/ignite-ui-angular/api/docs/typescript/latest/classes/igniteui_angular_charts.igxcategorychartcomponent.html) | [`chartType`]({environment:dvApiBaseUrl}/products/ignite-ui-angular/api/docs/typescript/latest/classes/igniteui_angular_charts.igxcategorychartcomponent.html#chartType) = [`IgxColumnComponent`]({environment:dvApiBaseUrl}/products/ignite-ui-angular/api/docs/typescript/latest/classes/igniteui_angular_grids_grids.igxcolumncomponent.html) |
| Radial Column | [`IgxDataChartComponent`]({environment:dvApiBaseUrl}/products/ignite-ui-angular/api/docs/typescript/latest/classes/igniteui_angular_charts.igxdatachartcomponent.html) | [`IgxRadialColumnSeriesComponent`]({environment:dvApiBaseUrl}/products/ignite-ui-angular/api/docs/typescript/latest/classes/igniteui_angular_charts.igxradialcolumnseriescomponent.html) |
| Range Column | [`IgxDataChartComponent`]({environment:dvApiBaseUrl}/products/ignite-ui-angular/api/docs/typescript/latest/classes/igniteui_angular_charts.igxdatachartcomponent.html) | [`IgxRangeColumnSeriesComponent`]({environment:dvApiBaseUrl}/products/ignite-ui-angular/api/docs/typescript/latest/classes/igniteui_angular_charts.igxrangecolumnseriescomponent.html) |
| Stacked Column | [`IgxDataChartComponent`]({environment:dvApiBaseUrl}/products/ignite-ui-angular/api/docs/typescript/latest/classes/igniteui_angular_charts.igxdatachartcomponent.html) | [`IgxStackedColumnSeriesComponent`]({environment:dvApiBaseUrl}/products/ignite-ui-angular/api/docs/typescript/latest/classes/igniteui_angular_charts.igxstackedcolumnseriescomponent.html) |
Expand Down
8 changes: 4 additions & 4 deletions kr/components/charts/types/treemap-chart.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ In the following example, the treemap demonstrates the ability of changing it's
The Treemap chart displays the relative weight of data. It uses a variety of algorithms to help it determine how the layout of its data items should occur:

* `SliceAndDiced` - layout algorithm aims to preserve the initial order at the expense of the aspect ratio.
* [`Squarified`]({environment:dvApiBaseUrl}/products/ignite-ui-angular/api/docs/typescript/latest/enums/igniteui_angular_charts.treemaplayouttype.html#Squarified) - layout tiling algorithm has a better aspect ratio than the [`SliceAndDice`]({environment:dvApiBaseUrl}/products/ignite-ui-angular/api/docs/typescript/latest/enums/igniteui_angular_charts.treemaplayouttype.html#SliceAndDice) and keeps a better order than Squarified.
* [`Stripped`]({environment:dvApiBaseUrl}/products/ignite-ui-angular/api/docs/typescript/latest/enums/igniteui_angular_charts.treemaplayouttype.html#Stripped) - layout type algorithm obtains the best aspect ratio but the objects are arranged by size.
* `Squarified` - layout tiling algorithm has a better aspect ratio than the `SliceAndDice` and keeps a better order than Squarified.
* `Stripped` - layout type algorithm obtains the best aspect ratio but the objects are arranged by size.

The Treemap allows you to choose the algorithm that is best for your requirements, defaulting to use the Squarified method. It also includes the ability to allow you to colorize nodes using two mechanisms:

Expand All @@ -92,8 +92,8 @@ The Treemap allows you to choose the algorithm that is best for your requirement

Note that the [`layoutOrientation`]({environment:dvApiBaseUrl}/products/ignite-ui-angular/api/docs/typescript/latest/classes/igniteui_angular_charts.igxtreemapcomponent.html#layoutOrientation) property works with the layout types SliceAndDice and Strip.

* [`Horizontal`]({environment:dvApiBaseUrl}/products/ignite-ui-angular/api/docs/typescript/latest/enums/igniteui_angular_charts.treemaporientation.html#Horizontal) – the child nodes are going to be stacked horizontally(SliceAndDice).
* [`Vertical`]({environment:dvApiBaseUrl}/products/ignite-ui-angular/api/docs/typescript/latest/enums/igniteui_angular_charts.treemaporientation.html#Vertical) – the child nodes are going to be stacked vertically (SliceAndDice).
* `Horizontal` – the child nodes are going to be stacked horizontally(SliceAndDice).
* `Vertical` – the child nodes are going to be stacked vertically (SliceAndDice).

## Angular Treemap Styling

Expand Down
2 changes: 1 addition & 1 deletion kr/components/excel-library-using-cells.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Angular Excel Library Component - Native Angular | Ignite UI for Angular
_description: The Ignite UI for Excel Library component.
_keywords: Ignite UI for Angular, Angular, Native Angular Components Suite, Native Angular Controls, Native Angular Components, Native Angular Components Library, Angular Excel Library, Angular Excel Library Example, Angular Excel Library Component, Angular Excel Library
_language: kr
mentionedTypes: ['Workbook', 'WorksheetTable', 'Worksheet', 'SortSettings']
mentionedTypes: ["Workbook", "WorksheetTable", "Worksheet", "SortSettings"]
---

# Angular Using Cells
Expand Down
2 changes: 1 addition & 1 deletion kr/components/excel-library-using-tables.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Angular Excel Library Using Tables
_description: The Ignite UI for Excel Library component Using Tables.
_keywords: Ignite UI for Angular, Angular, Native Angular Components Suite, Native Angular Controls, Native Angular Components, Native Angular Components Library, Angular Excel Library, Angular Excel Library Example, Angular Excel Library Component, Angular Excel Engine, Tables, Sorting, Filtering
_language: kr
mentionedTypes: ['Workbook', 'WorksheetTable', 'Worksheet', 'SortSettings']
mentionedTypes: ["Workbook", "WorksheetTable", "Worksheet", "SortSettings"]
---

# Angular Using Tables
Expand Down
2 changes: 1 addition & 1 deletion kr/components/excel-library-using-workbooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Angular Excel Library Component - Native Angular | Ignite UI for Angular
_description: The Ignite UI for Excel Library component with Workbook Operations.
_keywords: Ignite UI for Angular, Angular, Native Angular Components Suite, Native Angular Controls, Native Angular Components, Native Angular Components Library, Angular Excel Library, Angular Excel Library Example, Angular Excel Library Component, Angular Excel Engine, Workbook, Font, Document Properties
_language: kr
mentionedTypes: ['Workbook', 'WorksheetTable', 'Worksheet', 'SortSettings']
mentionedTypes: ["Workbook", "WorksheetTable", "Worksheet", "SortSettings"]
---

# Angular Using Workbooks
Expand Down
2 changes: 1 addition & 1 deletion kr/components/excel-library-using-worksheets.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Angular Excel Library Using Worksheets
_description: The Ignite UI for Excel Library component with Worksheet Operations.
_keywords: Ignite UI for Angular, Angular, Native Angular Components Suite, Native Angular Controls, Native Angular Components, Native Angular Components Library, Angular Excel Library, Angular Excel Library Example, Angular Excel Library Component, Angular Excel Engine, Worksheet, Conditional Formatting, Sorting, Filtering, Gridlines, Headers, Protection
_language: kr
mentionedTypes: ['Workbook', 'WorksheetTable', 'Worksheet', 'SortSettings']
mentionedTypes: ["Workbook", "WorksheetTable", "Worksheet", "SortSettings"]
---

# Angular Using Worksheets
Expand Down
4 changes: 2 additions & 2 deletions kr/components/excel-library-working-with-charts.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Angular Working with Charts
_description: The Ignite UI for Excel Library component allows for the addition of charts to show visual representations of data trends across regions of cells in a worksheet.
_keywords: Ignite UI for Angular, Angular, Native Angular Components Suite, Native Angular Controls, Native Angular Components, Native Angular Components Library, Angular Excel Library, Angular Excel Library Example, Angular Excel Library Component, Angular Excel Engine, Chart, Angular Excel Chart
_language: kr
mentionedTypes: ['Workbook', 'WorksheetTable', 'Worksheet', 'SortSettings']
mentionedTypes: ["Workbook", "WorksheetTable", "Worksheet", "SortSettings"]
---

# Angular Working with Charts
Expand All @@ -27,7 +27,7 @@ In order to add a chart to a worksheet, you must use the `addChart` method of th

The `addChart` method returns the worksheet chart element to be added to the worksheet. Once you have this, you can use the `setSourceData` method on the chart to set a cell address of the region of worksheet cells that you wish to use as a data source, as well as whether or not you want to switch the mapping of columns and rows to the X and Y axis.

There are over 70 supported chart types, including `Line`, `Area`, [`IgxColumn`]({environment:dvApiBaseUrl}/products/ignite-ui-angular/api/docs/typescript/latest/classes/igniteui_angular_grids_grids.igxcolumn.html), and `Pie`.
There are over 70 supported chart types, including `Line`, `Area`, [`IgxColumnComponent`]({environment:dvApiBaseUrl}/products/ignite-ui-angular/api/docs/typescript/latest/classes/igniteui_angular_grids_grids.igxcolumncomponent.html), and `Pie`.

The following code demonstrates how to use the Excel charting feature. The below snippet will add a column chart to between the first cell and the 13th cell in the first row of the worksheet. The source data is then set for the data in the region of A2:M6, switching the mapping of columns and rows for the X and Y axis of the column chart:

Expand Down
2 changes: 1 addition & 1 deletion kr/components/excel-library.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Angular Excel Library Component - Native Angular | Ignite UI for Angular
_description: The Ignite UI for Excel Library component ... TODO.
_keywords: Ignite UI for Angular, Angular, Native Angular Components Suite, Native Angular Controls, Native Angular Components, Native Angular Components Library, Angular Excel Library, Angular Excel Library Example, Angular Excel Library Component, Angular Excel Engine
_language: kr
mentionedTypes: ['Workbook', 'WorksheetTable', 'Worksheet', 'SortSettings']
mentionedTypes: ["Workbook", "WorksheetTable", "Worksheet", "SortSettings"]
---

# Angular Excel Library
Expand Down
2 changes: 1 addition & 1 deletion kr/components/excel-utility.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Angular Excel Utility | Data Spreadsheet | Infragistics
_description: Use the Excel Utility to load and save Microsoft Excel files using Excel Library.
_keywords: Excel Utility, Excel library, Ignite UI for Angular, Infragistics
_language: kr
mentionedTypes: ['Workbook', 'WorkbookFormat', 'WorkbookSaveOptions']
mentionedTypes: ["Workbook", "WorkbookFormat", "WorkbookSaveOptions"]
---

# Angular Excel Utility
Expand Down
2 changes: 1 addition & 1 deletion kr/components/geo-map-binding-data-csv.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Angular Map | Data Visualization Tools | Geographic CSV Data | Infragisti
_description: The Map allows you to display data that contains geographic locations from view models or geographic locations loaded from CSV files. View the demo, dependencies, usage and toolbar for more information.
_keywords: map, Ignite UI for Angular, Infragistics
_language: kr
mentionedTypes: ['XamGeographicMap', 'ShapefileConverter']
mentionedTypes: ["XamGeographicMap", "ShapefileConverter"]
---

# Angular Binding CSV Files with Geographic Locations
Expand Down
2 changes: 1 addition & 1 deletion kr/components/geo-map-binding-data-json-points.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Angular Map | Data Visualization Tools | Geographic JSON Data | Infragist
_description: The Map allows you to display data that contains geographic locations from view models or geographic locations loaded from JSON files. View the demo, dependencies, usage and toolbar for more information.
_keywords: map, Ignite UI for Angular, Infragistics
_language: kr
mentionedTypes: ['XamGeographicMap', 'ShapefileConverter']
mentionedTypes: ["XamGeographicMap", "ShapefileConverter"]
---

# Angular Binding JSON Files with Geographic Locations
Expand Down
2 changes: 1 addition & 1 deletion kr/components/geo-map-binding-data-model.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Angular Map | Data Visualization Tools | Geographic Data Models | Infragi
_description: The Map allows you to display data that contains geographic locations from view models or geo-spatial data loaded from shape files on geographic imagery maps.View the demo, dependencies, usage and toolbar for more information.
_keywords: map, Ignite UI for Angular, Infragistics
_language: kr
mentionedTypes: ['XamGeographicMap', 'ShapefileConverter', 'GeographicShapeSeriesBase']
mentionedTypes: ["XamGeographicMap", "ShapefileConverter", "GeographicShapeSeriesBase"]
---

# Angular Binding Geographic Data Models
Expand Down
2 changes: 1 addition & 1 deletion kr/components/geo-map-binding-multiple-shapes.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Angular Map | Data Visualization Tools | Multiple Series | Infragistics
_description: The Map allows you to display data that contains geographic locations from view models or geo-spatial data loaded from shape files on geographic imagery maps.View the demo, dependencies, usage and toolbar for more information.
_keywords: map, Ignite UI for Angular, Infragistics
_language: kr
mentionedTypes: ['XamGeographicMap', 'ShapefileConverter', 'GeographicShapeSeriesBase']
mentionedTypes: ["XamGeographicMap", "ShapefileConverter", "GeographicShapeSeriesBase"]
---

# Angular Binding and Overlaying Multiple Shape Files
Expand Down
2 changes: 1 addition & 1 deletion kr/components/geo-map-binding-multiple-sources.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Angular Map | Data Visualization Tools | Multiple Series | Infragistics
_description: The Map allows you to display data that contains geographic locations from view models or geo-spatial data loaded from shape files on geographic imagery maps.View the demo, dependencies, usage and toolbar for more information.
_keywords: map, Ignite UI for Angular, Infragistics
_language: kr
mentionedTypes: ['XamGeographicMap', 'ShapefileConverter', 'GeographicShapeSeriesBase']
mentionedTypes: ["XamGeographicMap", "ShapefileConverter", "GeographicShapeSeriesBase"]
---

# Angular Binding Multiple Data Sources
Expand Down
2 changes: 1 addition & 1 deletion kr/components/geo-map-binding-shp-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Angular Map | Data Visualization Tools | Geographic Shape Files | Infragi
_description: The Map allows you to display data that contains geographic locations from view models or geo-spatial data loaded from shape files. View the demo, dependencies, usage and toolbar for more information.
_keywords: map, Ignite UI for Angular, Infragistics
_language: kr
mentionedTypes: ['XamGeographicMap', 'ShapefileConverter', 'GeographicShapeSeriesBase']
mentionedTypes: ["XamGeographicMap", "ShapefileConverter", "GeographicShapeSeriesBase"]
---

# Angular Binding Shape Files with Geo-spatial Data
Expand Down
2 changes: 1 addition & 1 deletion kr/components/geo-map-display-bing-imagery.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Angular Map | Data Visualization Tools | Bing Maps | Infragistics
_description: The Map allows you to display data that contains geographic locations from view models or geo-spatial data loaded from shape files on geographic imagery maps.View the demo, dependencies, usage and toolbar for more information.
_keywords: map, Ignite UI for Angular, Infragistics, imagery tiles, Bing Maps
_language: kr
mentionedTypes: ['XamGeographicMap', 'ShapefileConverter']
mentionedTypes: ["XamGeographicMap", "ShapefileConverter"]
---

# Angular Binding Imagery from Bing Maps
Expand Down
Loading

0 comments on commit 3db6c87

Please sign in to comment.