@carbon/charts 1.16.8 → 1.16.10
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 +26 -0
- package/dist/{angle-utils-BSzg7qin.mjs → angle-utils-ByrL6LVp.mjs} +2 -2
- package/dist/{angle-utils-BSzg7qin.mjs.map → angle-utils-ByrL6LVp.mjs.map} +1 -1
- package/dist/{array-BRmw0x1E.mjs → array-6NAAybxf.mjs} +2 -2
- package/dist/{array-BRmw0x1E.mjs.map → array-6NAAybxf.mjs.map} +1 -1
- package/dist/{choropleth-BwaUZYh6.mjs → choropleth-BAn8HIaC.mjs} +8 -5
- package/dist/choropleth-BAn8HIaC.mjs.map +1 -0
- package/dist/{color-scale-utils-DAbXVtf-.mjs → color-scale-utils-CSwgszB6.mjs} +2 -2
- package/dist/{color-scale-utils-DAbXVtf-.mjs.map → color-scale-utils-CSwgszB6.mjs.map} +1 -1
- package/dist/components/essentials/tooltip.d.ts +2 -1
- package/dist/components/index.mjs +1 -1
- package/dist/configuration-non-customizable.d.ts +1 -1
- package/dist/demo/charts/circle-pack.d.ts +1 -1
- package/dist/demo/index.mjs +11 -11
- package/dist/demo/index.mjs.map +1 -1
- package/dist/{index-DnyOi0rJ.mjs → index-fFi6OCaz.mjs} +3 -3
- package/dist/{index-DnyOi0rJ.mjs.map → index-fFi6OCaz.mjs.map} +1 -1
- package/dist/index.mjs +7 -7
- package/dist/interfaces/axis-scales.d.ts +4 -4
- package/dist/interfaces/charts.d.ts +27 -28
- package/dist/model/index.mjs +13 -13
- package/dist/model/index.mjs.map +1 -1
- package/dist/services/index.mjs +3 -3
- package/dist/umd/{bundle.umd.js → bundle.umd.cjs} +4 -4
- package/dist/umd/bundle.umd.cjs.map +1 -0
- package/package.json +5 -5
- package/dist/choropleth-BwaUZYh6.mjs.map +0 -1
- package/dist/umd/bundle.umd.js.map +0 -1
|
@@ -3807,7 +3807,7 @@ const wm = "cds", bm = {
|
|
|
3807
3807
|
mainGroup: 4,
|
|
3808
3808
|
children: 2
|
|
3809
3809
|
},
|
|
3810
|
-
|
|
3810
|
+
depth: 2
|
|
3811
3811
|
}, xm = {
|
|
3812
3812
|
pairingOptions: {
|
|
3813
3813
|
"1-color": 4,
|
|
@@ -5719,4 +5719,4 @@ export {
|
|
|
5719
5719
|
Om as y,
|
|
5720
5720
|
Pm as z
|
|
5721
5721
|
};
|
|
5722
|
-
//# sourceMappingURL=color-scale-utils-
|
|
5722
|
+
//# sourceMappingURL=color-scale-utils-CSwgszB6.mjs.map
|