@carbon/charts 1.27.0 → 1.27.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,24 @@
3
3
  All notable changes to this project will be documented in this file. See
4
4
  [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## 1.27.2 (2026-01-06)
7
+
8
+ **Note:** Version bump only for package @carbon/charts
9
+
10
+ # Change Log
11
+
12
+ All notable changes to this project will be documented in this file. See
13
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
14
+
15
+ ## 1.27.1 (2026-01-06)
16
+
17
+ **Note:** Version bump only for package @carbon/charts
18
+
19
+ # Change Log
20
+
21
+ All notable changes to this project will be documented in this file. See
22
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
23
+
6
24
  # 1.27.0 (2025-09-22)
7
25
 
8
26
  ### Features
@@ -1459,7 +1459,8 @@ class ve extends bt {
1459
1459
  return `chart-${this.chartID}-${t}`;
1460
1460
  }
1461
1461
  initializeID() {
1462
- this.chartID = Math.floor((1 + Math.random()) * 281474976710656).toString(16);
1462
+ const t = this.model.getOptions().chartId;
1463
+ t ? this.chartID = t : this.chartID = Math.floor((1 + Math.random()) * 281474976710656).toString(16);
1463
1464
  }
1464
1465
  addMainContainer() {
1465
1466
  const t = this.model.getOptions(), n = ne(t, "style", "prefix"), r = D(this.getHolder()).append("div").classed(`${ke}--${n}--chart-wrapper`, !0).attr("id", `chart-${this.getChartID()}`).style("height", "100%").style("width", "100%");
@@ -1674,4 +1675,4 @@ export {
1674
1675
  Bi as y,
1675
1676
  gn as z
1676
1677
  };
1677
- //# sourceMappingURL=angle-utils-BgkbNBqH.mjs.map
1678
+ //# sourceMappingURL=angle-utils-jnw9HSFu.mjs.map