@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 +18 -0
- package/dist/{angle-utils-BgkbNBqH.mjs → angle-utils-jnw9HSFu.mjs} +3 -2
- package/dist/{angle-utils-BgkbNBqH.mjs.map → angle-utils-jnw9HSFu.mjs.map} +1 -1
- package/dist/{choropleth-BYl1QP2B.mjs → choropleth-CKAPopp2.mjs} +3 -3
- package/dist/choropleth-CKAPopp2.mjs.map +1 -0
- package/dist/components/index.mjs +1 -1
- package/dist/{index-BoV1aXvm.mjs → index-CQFVDkrk.mjs} +2 -2
- package/dist/{index-BoV1aXvm.mjs.map → index-CQFVDkrk.mjs.map} +1 -1
- package/dist/index.mjs +5 -5
- package/dist/interfaces/charts.d.ts +4 -0
- package/dist/services/index.mjs +2 -2
- package/dist/umd/bundle.umd.cjs +2 -2
- package/dist/umd/bundle.umd.cjs.map +1 -1
- package/dist/umd/bundle.umd.js +2 -2
- package/package.json +2 -2
- package/dist/choropleth-BYl1QP2B.mjs.map +0 -1
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
|
-
|
|
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-
|
|
1678
|
+
//# sourceMappingURL=angle-utils-jnw9HSFu.mjs.map
|