@carbon/charts 1.22.3 → 1.22.5
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-RQSA_x-9.mjs → angle-utils-Cxvps4Hd.mjs} +29 -29
- package/dist/{angle-utils-RQSA_x-9.mjs.map → angle-utils-Cxvps4Hd.mjs.map} +1 -1
- package/dist/{array-DUMAG1_w.mjs → array-DjPCniaL.mjs} +2 -2
- package/dist/{array-DUMAG1_w.mjs.map → array-DjPCniaL.mjs.map} +1 -1
- package/dist/{choropleth-C1BTZZfm.mjs → choropleth-CtLw9e8_.mjs} +42 -23
- package/dist/{choropleth-C1BTZZfm.mjs.map → choropleth-CtLw9e8_.mjs.map} +1 -1
- package/dist/{color-scale-utils-CKd_DujW.mjs → color-scale-utils-Bxw257YA.mjs} +12 -10
- package/dist/{color-scale-utils-CKd_DujW.mjs.map → color-scale-utils-Bxw257YA.mjs.map} +1 -1
- package/dist/components/index.mjs +1 -1
- package/dist/{index-CiAo-vQV.mjs → index-Kltqng9e.mjs} +10 -10
- package/dist/{index-CiAo-vQV.mjs.map → index-Kltqng9e.mjs.map} +1 -1
- package/dist/index.mjs +35 -35
- package/dist/model/index.mjs +4 -4
- package/dist/services/index.mjs +3 -3
- package/dist/umd/bundle.umd.cjs +9 -4
- package/dist/umd/bundle.umd.cjs.map +1 -1
- package/dist/umd/bundle.umd.js +9 -4
- package/package.json +10 -10
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.22.5 (2024-12-02)
|
|
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.22.4 (2024-11-21)
|
|
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.22.3 (2024-11-18)
|
|
7
25
|
|
|
8
26
|
**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-Bxw257YA.mjs";
|
|
2
|
+
import { $ as ye, T as V, o 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)); )
|
|
@@ -1602,29 +1602,29 @@ class Dt extends bt {
|
|
|
1602
1602
|
function Vi(e) {
|
|
1603
1603
|
const t = Di(vi(e), 360);
|
|
1604
1604
|
return q(t, [0, 10]) || q(t, [350, 0]) ? {
|
|
1605
|
-
textAnchor:
|
|
1606
|
-
dominantBaseline:
|
|
1605
|
+
textAnchor: V.START,
|
|
1606
|
+
dominantBaseline: z.MIDDLE
|
|
1607
1607
|
} : q(t, [10, 80]) ? {
|
|
1608
|
-
textAnchor:
|
|
1609
|
-
dominantBaseline:
|
|
1608
|
+
textAnchor: V.START,
|
|
1609
|
+
dominantBaseline: z.HANGING
|
|
1610
1610
|
} : q(t, [80, 100]) ? {
|
|
1611
|
-
textAnchor:
|
|
1612
|
-
dominantBaseline:
|
|
1611
|
+
textAnchor: V.MIDDLE,
|
|
1612
|
+
dominantBaseline: z.HANGING
|
|
1613
1613
|
} : q(t, [100, 170]) ? {
|
|
1614
|
-
textAnchor:
|
|
1615
|
-
dominantBaseline:
|
|
1614
|
+
textAnchor: V.END,
|
|
1615
|
+
dominantBaseline: z.HANGING
|
|
1616
1616
|
} : q(t, [170, 190]) ? {
|
|
1617
|
-
textAnchor:
|
|
1618
|
-
dominantBaseline:
|
|
1617
|
+
textAnchor: V.END,
|
|
1618
|
+
dominantBaseline: z.MIDDLE
|
|
1619
1619
|
} : q(t, [190, 260]) ? {
|
|
1620
|
-
textAnchor:
|
|
1621
|
-
dominantBaseline:
|
|
1620
|
+
textAnchor: V.END,
|
|
1621
|
+
dominantBaseline: z.BASELINE
|
|
1622
1622
|
} : q(t, [260, 280]) ? {
|
|
1623
|
-
textAnchor:
|
|
1624
|
-
dominantBaseline:
|
|
1623
|
+
textAnchor: V.MIDDLE,
|
|
1624
|
+
dominantBaseline: z.BASELINE
|
|
1625
1625
|
} : {
|
|
1626
|
-
textAnchor:
|
|
1627
|
-
dominantBaseline:
|
|
1626
|
+
textAnchor: V.START,
|
|
1627
|
+
dominantBaseline: z.BASELINE
|
|
1628
1628
|
};
|
|
1629
1629
|
}
|
|
1630
1630
|
function Di(e, t) {
|
|
@@ -1653,21 +1653,21 @@ export {
|
|
|
1653
1653
|
bt as S,
|
|
1654
1654
|
Ni as a,
|
|
1655
1655
|
vi as b,
|
|
1656
|
-
|
|
1656
|
+
Ie as c,
|
|
1657
1657
|
zi as d,
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
|
|
1658
|
+
Ii as e,
|
|
1659
|
+
Oi as f,
|
|
1660
|
+
Wi as g,
|
|
1661
1661
|
Je as h,
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
|
|
1662
|
+
ki as i,
|
|
1663
|
+
Pi as j,
|
|
1664
|
+
Ri as k,
|
|
1665
1665
|
Li as l,
|
|
1666
1666
|
Ai as m,
|
|
1667
|
-
|
|
1668
|
-
|
|
1667
|
+
Yi as n,
|
|
1668
|
+
$i as o,
|
|
1669
1669
|
qi as p,
|
|
1670
|
-
|
|
1670
|
+
Hi as q,
|
|
1671
1671
|
Vi as r,
|
|
1672
1672
|
D as s,
|
|
1673
1673
|
Ye as t,
|
|
@@ -1678,4 +1678,4 @@ export {
|
|
|
1678
1678
|
Bi as y,
|
|
1679
1679
|
gn as z
|
|
1680
1680
|
};
|
|
1681
|
-
//# sourceMappingURL=angle-utils-
|
|
1681
|
+
//# sourceMappingURL=angle-utils-Cxvps4Hd.mjs.map
|