Skip to content
Open
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
8 changes: 8 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,14 @@ All notable changes for each version of {ProductName} are documented on this pag

## **{PackageVerLatest}**

**Breaking Changes**

| Bug Number | Control |
|------------|---------|
|33800|IgbDataChart|

The `isSquare` property is no longer optional, specifically within the context of aspect ratio configuration for the data-chart component across all supported series types. It was originally intended for polar and radial gauges; where most other series may result in an unsatisfactory manner. It is recommend to use to measure the chart's `ViewPortRect` and modify the width and height on the datachart accordingly to apply a suitable aspect ratio.

### Bug Fixes

| Bug Number | Control | Description |
Expand Down
10 changes: 10 additions & 0 deletions doc/en/components/general-changelog-dv-react.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,16 @@ All notable changes for each version of {ProductName} are documented on this pag

## **{PackageVerLatest}**

**Breaking Changes**

### {PackageCharts} (Charts)

| Bug Number | Control |
|------------|---------|
|33800|IgrDataChart|

The `isSquare` property is no longer optional, specifically within the context of aspect ratio configuration for the data-chart component across all supported series types. It was originally intended for polar and radial gauges; where most other series may result in an unsatisfactory manner. It is recommend to use to measure the chart's `ViewPortRect` and modify the width and height on the datachart accordingly to apply a suitable aspect ratio.

### Bug Fixes

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

### Bug Fixes

**Breaking Changes**

### {PackageCharts} (Charts)

| Bug Number | Control |
|------------|---------|
|33800|IgcDataChart|

The `isSquare` property is no longer optional, specifically within the context of aspect ratio configuration for the data-chart component across all supported series types. It was originally intended for polar and radial gauges; where most other series may result in an unsatisfactory manner. It is recommend to use to measure the chart's `ViewPortRect` and modify the width and height on the datachart accordingly to apply a suitable aspect ratio.

| Bug Number | Control | Description |
|------------|---------|------------------|
|36448|IgcRadialGauge|Radial label format properties do not work. (eg. Title, SubTitles)|
Expand Down
10 changes: 10 additions & 0 deletions doc/en/components/general-changelog-dv.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,16 @@ All notable changes for each version of {ProductName} are documented on this pag

## **{PackageVerLatest}**

**Breaking Changes**

### {PackageCharts} (Charts)

| Bug Number | Control |
|------------|---------|
|33800|IgxDataChart|

The `isSquare` property is no longer optional, specifically within the context of aspect ratio configuration for the data-chart component across all supported series types. It was originally intended for polar and radial gauges; where most other series may result in an unsatisfactory manner. It is recommend to use to measure the chart's `ViewPortRect` and modify the width and height on the datachart accordingly to apply a suitable aspect ratio.

### Bug Fixes

| Bug Number | Control | Description |
Expand Down