Skip to content

Commit

Permalink
Merge pull request #1426 from IgniteUI/mdd-24.2.toc
Browse files Browse the repository at this point in the history
mdd-update-toc
  • Loading branch information
HUSSAR-mtrela authored Dec 12, 2024
2 parents fc5a0d4 + 3c71a49 commit 9cd6e4e
Show file tree
Hide file tree
Showing 13 changed files with 592 additions and 672 deletions.
12 changes: 6 additions & 6 deletions doc/en/components/dashboard-tile.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,12 +113,12 @@ builder.Services.AddIgniteUIBlazor(

Depending on what you bind the Dashboard Tile's `DataSource` property to will determine which visualization you see by default, as the control will evaluate the data you bind and then choose a visualization from the {ProductName} toolset to show. The data visualization controls that are included to be shown in the Dashboard Tile are the following:

* [{IgPrefix}CategoryChart](chart-overview.html)
* [{IgPrefix}DataChart](chart-overview.html)
* [{IgPrefix}DataPieChart](data-pie-chart.html)
* [{IgPrefix}GeographicMap](geo-map.html)
* [{IgPrefix}LinearGauge](linear-gauge.html)
* [{IgPrefix}RadialGauge](radial-gauge.html)
* [{IgPrefix}CategoryChart](charts/chart-overview.md)
* [{IgPrefix}DataChart](charts/chart-overview.md)
* [{IgPrefix}DataPieChart](charts/types/data-pie-chart.md)
* [{IgPrefix}GeographicMap](geo-map.md)
* [{IgPrefix}Linear Gauge](linear-gauge.md)
* [{IgPrefix}RadialGauge](radial-gauge.md)

The data visualization that is chosen by default is mainly dependent on the schema and the count of the `DataSource` that you have bound. For example, if you bind a single numeric value, you will get a `XamRadialGauge`, but if you bind a collection of value-label pairs that are easy to distinguish from each other, you will likely get a `XamDataPieChart`. If you bind an `DataSource` that has more value paths, you will receive a `XamDataChart` with multiple column series or line series, depending mainly on the count of the collection bound. You can also bind to a `ShapeDataSource` or data the appears to contain geographic points to receive a `XamGeographicMap`.

Expand Down
12 changes: 12 additions & 0 deletions doc/en/components/general-changelog-dv-blazor.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,18 @@ All notable changes for each version of {ProductName} are documented on this pag

* As of version 2024.2, the Ignite UI for Blazor toolset supports .NET 9. For more information on .NET 9 please refer to [this article on Microsoft's site](https://learn.microsoft.com/en-us/dotnet/core/whats-new/dotnet-9/overview).

### {PackageCharts} (Charts)

DashboardTile (Beta)

- New [Dashboard Tile](dashboard-tile.md) component is a container control that analyzes and visualizes a bound ItemsSource collection or single point and returns an appropriate data visualization based on the schema and count of the data. This control utilizes a built-in [Toolbar](menus/toolbar.md) component to allow you to make changes to the visualization at runtime, allowing you to see many different visualizations of your data with minimal code.

### {PackageCharts} (Inputs)

- New ColorEditor & Toolbar ToolAction (Beta)

This new editor can be used as a standalone color picker and is now integrated into the [Toolbar](menus/toolbar.md) component to update visualizations at runtime.

**Breaking Changes**

- With the release of version 2024.2 and per the [Microsoft .NET lifecycle](https://dotnet.microsoft.com/en-us/platform/support/policy/dotnet-core), we no longer support .NET 3.1, .NET 5, or .NET 7.
Expand Down
14 changes: 14 additions & 0 deletions doc/en/components/general-changelog-dv-react.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,20 @@ namespace: Infragistics.Controls.Charts

All notable changes for each version of {ProductName} are documented on this page.

## **{PackageVerChanges-24-2-DEC}**

### {PackageCharts} (Charts)

DashboardTile (Beta)

- New [Dashboard Tile](dashboard-tile.md) component is a container control that analyzes and visualizes a bound ItemsSource collection or single point and returns an appropriate data visualization based on the schema and count of the data. This control utilizes a built-in [Toolbar](menus/toolbar.md) component to allow you to make changes to the visualization at runtime, allowing you to see many different visualizations of your data with minimal code.

### {PackageCharts} (Inputs)

- New ColorEditor & Toolbar ToolAction (Beta)

This new editor can be used as a standalone color picker and is now integrated into the [Toolbar](menus/toolbar.md) component to update visualizations at runtime.

## **{PackageVerChanges-24-2-NOV}**

### General
Expand Down
14 changes: 14 additions & 0 deletions doc/en/components/general-changelog-dv-wc.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,20 @@ namespace: Infragistics.Controls

All notable changes for each version of {ProductName} are documented on this page.

### **{PackageVerChanges-24-2-DEC}**

#### {PackageCharts} (Charts)

DashboardTile (Beta)

- New [Dashboard Tile](dashboard-tile.md) component is a container control that analyzes and visualizes a bound ItemsSource collection or single point and returns an appropriate data visualization based on the schema and count of the data. This control utilizes a built-in [Toolbar](menus/toolbar.md) component to allow you to make changes to the visualization at runtime, allowing you to see many different visualizations of your data with minimal code.

#### {PackageCharts} (Inputs)

- New ColorEditor & Toolbar ToolAction (Beta)

This new editor can be used as a standalone color picker and is now integrated into the [Toolbar](menus/toolbar.md) component to update visualizations at runtime.

### **{PackageVerChanges-24-1-SEP}**

#### {PackageCharts} (Charts)
Expand Down
14 changes: 14 additions & 0 deletions doc/en/components/general-changelog-dv.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,20 @@ All notable changes for each version of {ProductName} are documented on this pag
* [Ignite UI for Angular CHANGELOG.md at Github](https://github.com/IgniteUI/igniteui-angular/blob/master)

## **{PackageVerChanges-24-2-DEC}**

### {PackageCharts} (Charts)

DashboardTile (Beta)

- New [Dashboard Tile](dashboard-tile.md) component is a container control that analyzes and visualizes a bound ItemsSource collection or single point and returns an appropriate data visualization based on the schema and count of the data. This control utilizes a built-in [Toolbar](menus/toolbar.md) component to allow you to make changes to the visualization at runtime, allowing you to see many different visualizations of your data with minimal code.

### {PackageCharts} (Inputs)

- New ColorEditor & Toolbar ToolAction (Beta)

This new editor can be used as a standalone color picker and is now integrated into the [Toolbar](menus/toolbar.md) component to update visualizations at runtime.

## **{PackageVerChanges-24-1-SEP}**

- [Data Pie Chart](charts/types/data-pie-chart.md) - The `DataPieChart` is a new component that renders a pie chart. This component works similarly to the `CategoryChart`, in that it will automatically detect the properties on your underlying data model while allowing selection, highlighting, animation and legend support via the ItemLegend component.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The {ProductName} Color Editor is a lightweight color picker component. The Colo

## {Platform} Color Editor Example

`sample="/layouts/color-editor/overview", height="320", alt="{Platform} Color Editor Example"`
`sample="/inputs/color-editor/overview", height="320", alt="{Platform} Color Editor Example"`

<div class="divider--half"></div>

Expand Down Expand Up @@ -74,8 +74,6 @@ builder.Services.AddIgniteUIBlazor(

<!-- end: Blazor -->

For a complete introduction to the {ProductName}, read the [*Getting Started*](../general-getting-started.md) topic.

## Usage

The simplest way to start using the `ColorEditor` is as follows:
Expand Down
2 changes: 2 additions & 0 deletions docConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@
{ "name": "{PackageVerChanges-24-1-JUN}", "value": "18.6.1 (June 2024)" },
{ "name": "{PackageVerChanges-24-1-SEP}", "value": "18.7.0 (September 2024)" },
{ "name": "{PackageVerChanges-24-2-NOV}", "value": "18.7.4 (November 2024)" },
{ "name": "{PackageVerChanges-24-2-DEC}", "value": "Version TBA (December 2024)" },
{ "name": "{PackageVerLatest}", "value": "18.7.4"},
{ "name": "{RepoSamples}", "value": "https://github.com/IgniteUI/igniteui-react-examples/tree/master/samples"},
{ "name": "{RepoBrowser}", "value": "https://github.com/IgniteUI/igniteui-react-examples/tree/master/browser"},
Expand Down Expand Up @@ -563,6 +564,7 @@
{ "name": "{PackageVerChanges-24-1-JUN}", "value": "23.2.257 (June 2024)" },
{ "name": "{PackageVerChanges-24-1-SEP}", "value": "24.1.46 (September 2024)" },
{ "name": "{PackageVerChanges-24-2-NOV}", "value": "24.2.19 (November 2024)" },
{ "name": "{PackageVerChanges-24-2-DEC}", "value": "Version TBA (December 2024)" },
{ "name": "{PackageVerLatest}", "value": "24.2.19"},

{ "name": "{RepoSamples}", "value": "https://github.com/IgniteUI/igniteui-blazor-examples/tree/master/samples"},
Expand Down
18 changes: 17 additions & 1 deletion docfx/en/components/toc.json
Original file line number Diff line number Diff line change
Expand Up @@ -1040,6 +1040,12 @@
}
]
},
{
"name": "Dashboards",
"header": true,
"href": "dashboard-tile.md",
"status": "NEW"
},
{
"note": "THIS NODE IS FOR THE NEW STRUCTURE OF CHARTS",
"name": "Charts",
Expand Down Expand Up @@ -1220,6 +1226,11 @@
"name": "Chart Annotations",
"href": "charts/features/chart-annotations.md"
},
{
"name": "Charting in Dashboards",
"href": "dashboard-tile.md",
"status": "NEW"
},
{
"name": "Chart Data Aggregations",
"href": "charts/features/chart-data-aggregations.md"
Expand Down Expand Up @@ -1530,7 +1541,8 @@
},
{
"name": "Toolbar",
"href": "menus/toolbar.md"
"href": "menus/toolbar.md",
"status": "UPDATED"
},
{
"exclude": ["Angular"],
Expand Down Expand Up @@ -1648,6 +1660,10 @@
"name": "Chip",
"href": "inputs/chip.md"
},
{
"name": "Color Editor",
"href": "inputs/color-editor.md"
},
{
"exclude": ["Angular"],
"name": "Combo Box",
Expand Down
20 changes: 18 additions & 2 deletions stats/docStats-Angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"note": "this auto-generated file provides stats about samples used in Angular documentation",
"info": "you can lookup samples in 'samplesUsage' or lookup topics in 'topicsWithSamples' ",
"platform": "Angular",
"samplesCount": 218,
"samplesCount": 221,
"samplesHost": "https://staging.infragistics.com/angular-demos-dv/samples",
"samplesNote": "the 'samplesUsage' provides lookup of samples usage in topics",
"samplesUsage": {
Expand Down Expand Up @@ -172,6 +172,9 @@
"https://staging.infragistics.com/angular-demos-dv/samples/samples/charts/category-chart/value-lines": [
"https://staging.infragistics.com/products/ignite-ui-angular/angular/components/charts/features/chart-overlays"
],
"https://staging.infragistics.com/angular-demos-dv/samples/samples/charts/dashboard-tile/overview": [
"https://staging.infragistics.com/products/ignite-ui-angular/angular/components/dashboard-tile"
],
"https://staging.infragistics.com/angular-demos-dv/samples/samples/charts/data-chart/axis-crossing": [
"https://staging.infragistics.com/products/ignite-ui-angular/angular/components/charts/chart-features",
"https://staging.infragistics.com/products/ignite-ui-angular/angular/components/charts/features/chart-axis-layouts"
Expand Down Expand Up @@ -512,6 +515,9 @@
"https://staging.infragistics.com/angular-demos-dv/samples/samples/charts/toolbar/actions-built-in-category-chart": [
"https://staging.infragistics.com/products/ignite-ui-angular/angular/components/menus/toolbar"
],
"https://staging.infragistics.com/angular-demos-dv/samples/samples/charts/toolbar/color-editor-support": [
"https://staging.infragistics.com/products/ignite-ui-angular/angular/components/menus/toolbar"
],
"https://staging.infragistics.com/angular-demos-dv/samples/samples/charts/toolbar/layout-actions-for-data-chart": [
"https://staging.infragistics.com/products/ignite-ui-angular/angular/components/menus/toolbar"
],
Expand Down Expand Up @@ -657,6 +663,9 @@
"https://staging.infragistics.com/angular-demos-dv/samples/samples/gauges/radial-gauge/tickmarks": [
"https://staging.infragistics.com/products/ignite-ui-angular/angular/components/radial-gauge"
],
"https://staging.infragistics.com/angular-demos-dv/samples/samples/inputs/color-editor/overview": [
"https://staging.infragistics.com/products/ignite-ui-angular/angular/components/inputs/color-editor"
],
"https://staging.infragistics.com/angular-demos-dv/samples/samples/maps/geo-map/binding-data-csv": [
"https://staging.infragistics.com/products/ignite-ui-angular/angular/components/geo-map-binding-data-csv"
],
Expand Down Expand Up @@ -716,7 +725,7 @@
"https://staging.infragistics.com/products/ignite-ui-angular/angular/components/geo-map-type-shape-polyline-series"
]
},
"topicsCount": 94,
"topicsCount": 96,
"topicsHost": "https://staging.infragistics.com/products/ignite-ui-angular/angular/components",
"topicsNote": "the 'topicsWithSamples' provides lookup of topics that used at least 1 sample",
"topicsWithSamples": {
Expand Down Expand Up @@ -1023,6 +1032,9 @@
"https://staging.infragistics.com/angular-demos-dv/samples/samples/charts/tree-map/overview",
"https://staging.infragistics.com/angular-demos-dv/samples/samples/charts/tree-map/styling"
],
"https://staging.infragistics.com/products/ignite-ui-angular/angular/components/dashboard-tile": [
"https://staging.infragistics.com/angular-demos-dv/samples/samples/charts/dashboard-tile/overview"
],
"https://staging.infragistics.com/products/ignite-ui-angular/angular/components/excel-library": [
"https://staging.infragistics.com/angular-demos-dv/samples/samples/excel/excel-library/overview"
],
Expand Down Expand Up @@ -1101,6 +1113,9 @@
"https://staging.infragistics.com/products/ignite-ui-angular/angular/components/geo-map-type-shape-polyline-series": [
"https://staging.infragistics.com/angular-demos-dv/samples/samples/maps/geo-map/type-shape-polyline-series"
],
"https://staging.infragistics.com/products/ignite-ui-angular/angular/components/inputs/color-editor": [
"https://staging.infragistics.com/angular-demos-dv/samples/samples/inputs/color-editor/overview"
],
"https://staging.infragistics.com/products/ignite-ui-angular/angular/components/linear-gauge": [
"https://staging.infragistics.com/angular-demos-dv/samples/samples/gauges/linear-gauge/animation",
"https://staging.infragistics.com/angular-demos-dv/samples/samples/gauges/linear-gauge/backing",
Expand All @@ -1113,6 +1128,7 @@
],
"https://staging.infragistics.com/products/ignite-ui-angular/angular/components/menus/toolbar": [
"https://staging.infragistics.com/angular-demos-dv/samples/samples/charts/toolbar/actions-built-in-category-chart",
"https://staging.infragistics.com/angular-demos-dv/samples/samples/charts/toolbar/color-editor-support",
"https://staging.infragistics.com/angular-demos-dv/samples/samples/charts/toolbar/layout-actions-for-data-chart",
"https://staging.infragistics.com/angular-demos-dv/samples/samples/charts/toolbar/layout-in-vertical-orientation"
],
Expand Down
Loading

0 comments on commit 9cd6e4e

Please sign in to comment.