@carbon/charts 1.22.15 → 1.22.16
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 +9 -0
- package/dist/{angle-utils-1yDCWVo3.mjs → angle-utils-CqlSifly.mjs} +26 -26
- package/dist/{angle-utils-1yDCWVo3.mjs.map → angle-utils-CqlSifly.mjs.map} +1 -1
- package/dist/{array-74GCZNYz.mjs → array-j65rN_vo.mjs} +2 -2
- package/dist/{array-74GCZNYz.mjs.map → array-j65rN_vo.mjs.map} +1 -1
- package/dist/{choropleth-G6hhqYGx.mjs → choropleth-Ds5Q8kNS.mjs} +1267 -1286
- package/dist/choropleth-Ds5Q8kNS.mjs.map +1 -0
- package/dist/{color-scale-utils-BW_t5gbK.mjs → color-scale-utils-ycwO-Ibq.mjs} +968 -971
- package/dist/{color-scale-utils-BW_t5gbK.mjs.map → color-scale-utils-ycwO-Ibq.mjs.map} +1 -1
- package/dist/components/index.mjs +1 -1
- package/dist/{index-DgnXvTcC.mjs → index-CuPdtS0D.mjs} +7 -7
- package/dist/{index-DgnXvTcC.mjs.map → index-CuPdtS0D.mjs.map} +1 -1
- package/dist/index.mjs +36 -36
- package/dist/index.mjs.map +1 -1
- package/dist/interfaces/components.d.ts +2 -2
- package/dist/model/index.mjs +2 -2
- package/dist/services/index.mjs +3 -3
- package/dist/umd/bundle.umd.cjs +12 -12
- package/dist/umd/bundle.umd.cjs.map +1 -1
- package/dist/umd/bundle.umd.js +12 -12
- package/package.json +15 -15
- package/dist/choropleth-G6hhqYGx.mjs.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,15 @@
|
|
|
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.22.16 (2025-02-10)
|
|
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
|
+
|
|
6
15
|
## 1.22.15 (2025-01-16)
|
|
7
16
|
|
|
8
17
|
**Note:** Version bump only for package @carbon/charts
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { P as qt, Q as be, R as Nt, S as Pe, U as Gt, V as jt, W as at, X as Zt, Y as We, Z as Xt, _ as Qt, g as ne, p as ke } from "./color-scale-utils-
|
|
2
|
-
import { $ as ye,
|
|
1
|
+
import { P as qt, Q as be, R as Nt, S as Pe, U as Gt, V as jt, W as at, X as Zt, Y as We, Z as Xt, _ as Qt, g as ne, p as ke } from "./color-scale-utils-ycwO-Ibq.mjs";
|
|
2
|
+
import { $ as ye, o as V, T as z } from "./axis-scales-CPuwbFQf.mjs";
|
|
3
3
|
var Jt = /\s/;
|
|
4
4
|
function Kt(e) {
|
|
5
5
|
for (var t = e.length; t-- && Jt.test(e.charAt(t)); )
|
|
@@ -1603,29 +1603,29 @@ class Dt extends bt {
|
|
|
1603
1603
|
function Vi(e) {
|
|
1604
1604
|
const t = Di(vi(e), 360);
|
|
1605
1605
|
return q(t, [0, 10]) || q(t, [350, 0]) ? {
|
|
1606
|
-
textAnchor:
|
|
1607
|
-
dominantBaseline:
|
|
1606
|
+
textAnchor: z.START,
|
|
1607
|
+
dominantBaseline: V.MIDDLE
|
|
1608
1608
|
} : q(t, [10, 80]) ? {
|
|
1609
|
-
textAnchor:
|
|
1610
|
-
dominantBaseline:
|
|
1609
|
+
textAnchor: z.START,
|
|
1610
|
+
dominantBaseline: V.HANGING
|
|
1611
1611
|
} : q(t, [80, 100]) ? {
|
|
1612
|
-
textAnchor:
|
|
1613
|
-
dominantBaseline:
|
|
1612
|
+
textAnchor: z.MIDDLE,
|
|
1613
|
+
dominantBaseline: V.HANGING
|
|
1614
1614
|
} : q(t, [100, 170]) ? {
|
|
1615
|
-
textAnchor:
|
|
1616
|
-
dominantBaseline:
|
|
1615
|
+
textAnchor: z.END,
|
|
1616
|
+
dominantBaseline: V.HANGING
|
|
1617
1617
|
} : q(t, [170, 190]) ? {
|
|
1618
|
-
textAnchor:
|
|
1619
|
-
dominantBaseline:
|
|
1618
|
+
textAnchor: z.END,
|
|
1619
|
+
dominantBaseline: V.MIDDLE
|
|
1620
1620
|
} : q(t, [190, 260]) ? {
|
|
1621
|
-
textAnchor:
|
|
1622
|
-
dominantBaseline:
|
|
1621
|
+
textAnchor: z.END,
|
|
1622
|
+
dominantBaseline: V.BASELINE
|
|
1623
1623
|
} : q(t, [260, 280]) ? {
|
|
1624
|
-
textAnchor:
|
|
1625
|
-
dominantBaseline:
|
|
1624
|
+
textAnchor: z.MIDDLE,
|
|
1625
|
+
dominantBaseline: V.BASELINE
|
|
1626
1626
|
} : {
|
|
1627
|
-
textAnchor:
|
|
1628
|
-
dominantBaseline:
|
|
1627
|
+
textAnchor: z.START,
|
|
1628
|
+
dominantBaseline: V.BASELINE
|
|
1629
1629
|
};
|
|
1630
1630
|
}
|
|
1631
1631
|
function Di(e, t) {
|
|
@@ -1654,15 +1654,15 @@ export {
|
|
|
1654
1654
|
bt as S,
|
|
1655
1655
|
Ni as a,
|
|
1656
1656
|
vi as b,
|
|
1657
|
-
|
|
1657
|
+
ki as c,
|
|
1658
1658
|
zi as d,
|
|
1659
|
-
|
|
1660
|
-
|
|
1661
|
-
|
|
1659
|
+
Wi as e,
|
|
1660
|
+
Ii as f,
|
|
1661
|
+
Oi as g,
|
|
1662
1662
|
Je as h,
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
|
|
1663
|
+
Ri as i,
|
|
1664
|
+
Ie as j,
|
|
1665
|
+
Pi as k,
|
|
1666
1666
|
Li as l,
|
|
1667
1667
|
Ai as m,
|
|
1668
1668
|
Yi as n,
|
|
@@ -1679,4 +1679,4 @@ export {
|
|
|
1679
1679
|
Bi as y,
|
|
1680
1680
|
gn as z
|
|
1681
1681
|
};
|
|
1682
|
-
//# sourceMappingURL=angle-utils-
|
|
1682
|
+
//# sourceMappingURL=angle-utils-CqlSifly.mjs.map
|