From 7fd11a8011c2834caf7af85470d82217cbaa89fc Mon Sep 17 00:00:00 2001 From: mddifilippo89 Date: Wed, 13 Aug 2025 11:48:28 -0400 Subject: [PATCH] mdd-33800 mdd-33800 --- doc/en/components/general-changelog-dv-blazor.md | 8 ++++++++ doc/en/components/general-changelog-dv-react.md | 10 ++++++++++ doc/en/components/general-changelog-dv-wc.md | 10 ++++++++++ doc/en/components/general-changelog-dv.md | 10 ++++++++++ 4 files changed, 38 insertions(+) diff --git a/doc/en/components/general-changelog-dv-blazor.md b/doc/en/components/general-changelog-dv-blazor.md index 0598115b4..a5b2b054b 100644 --- a/doc/en/components/general-changelog-dv-blazor.md +++ b/doc/en/components/general-changelog-dv-blazor.md @@ -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 | diff --git a/doc/en/components/general-changelog-dv-react.md b/doc/en/components/general-changelog-dv-react.md index bd8db0f3b..a22e39580 100644 --- a/doc/en/components/general-changelog-dv-react.md +++ b/doc/en/components/general-changelog-dv-react.md @@ -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 | diff --git a/doc/en/components/general-changelog-dv-wc.md b/doc/en/components/general-changelog-dv-wc.md index 3250ac788..d66ed503b 100644 --- a/doc/en/components/general-changelog-dv-wc.md +++ b/doc/en/components/general-changelog-dv-wc.md @@ -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)| diff --git a/doc/en/components/general-changelog-dv.md b/doc/en/components/general-changelog-dv.md index a204c022f..e70e3ea4a 100644 --- a/doc/en/components/general-changelog-dv.md +++ b/doc/en/components/general-changelog-dv.md @@ -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 |