Skip to content

Commit 0e7431a

Browse files
committed
chore(@mendix/charts-web): update changelog
1 parent 54587dc commit 0e7431a

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

packages/pluggableWidgets/charts-web/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
## [6.3.0] Charts - 2026-02-17
10+
11+
### [6.3.0] CustomChart
12+
13+
#### Breaking changes
14+
15+
- We changed how "Static" data and "Source attribute" data are merged. Previously, traces were appended as separate chart elements. Now, traces are merged by index, where source attribute values override static values for the same trace position. This enables proper customization of chart traces through dynamic data.
16+
17+
#### Fixed
18+
19+
- We fixed an issue when conditional visibility enabled charts wouldn't re-draw as expected when the data changes.
20+
921
## [6.2.3] Charts - 2025-10-10
1022

1123
### [1.2.3] CustomChart

packages/pluggableWidgets/custom-chart-web/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
## [6.3.0] - 2026-02-17
10+
911
### Breaking changes
1012

1113
- We changed how "Static" data and "Source attribute" data are merged. Previously, traces were appended as separate chart elements. Now, traces are merged by index, where source attribute values override static values for the same trace position. This enables proper customization of chart traces through dynamic data.

0 commit comments

Comments
 (0)