@carbon/charts 1.27.15 → 1.27.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-Br0vKMAk.mjs → angle-utils-DQX11pHz.mjs} +2 -2
- package/dist/{angle-utils-Br0vKMAk.mjs.map → angle-utils-DQX11pHz.mjs.map} +1 -1
- package/dist/{array-DpdUWKrC.mjs → array-CtuAxDOt.mjs} +2 -2
- package/dist/{array-DpdUWKrC.mjs.map → array-CtuAxDOt.mjs.map} +1 -1
- package/dist/{choropleth-Bqh-oBJ7.mjs → choropleth-oyaTm15Q.mjs} +1731 -1729
- package/dist/{choropleth-Bqh-oBJ7.mjs.map → choropleth-oyaTm15Q.mjs.map} +1 -1
- package/dist/{color-scale-utils--mwppOF8.mjs → color-scale-utils-C1aV7-HR.mjs} +4 -2
- package/dist/{color-scale-utils--mwppOF8.mjs.map → color-scale-utils-C1aV7-HR.mjs.map} +1 -1
- package/dist/components/index.mjs +1 -1
- package/dist/{index-CNdgfXjZ.mjs → index-ZmGceN3D.mjs} +3 -3
- package/dist/{index-CNdgfXjZ.mjs.map → index-ZmGceN3D.mjs.map} +1 -1
- package/dist/index.mjs +7 -7
- package/dist/interfaces/charts.d.ts +8 -0
- package/dist/model/index.mjs +2 -2
- package/dist/services/index.mjs +3 -3
- package/dist/umd/bundle.umd.cjs +14 -14
- package/dist/umd/bundle.umd.cjs.map +1 -1
- package/dist/umd/bundle.umd.js +14 -14
- package/package.json +2 -2
|
@@ -4527,7 +4527,9 @@ const A = {
|
|
|
4527
4527
|
angle: "key",
|
|
4528
4528
|
value: "value"
|
|
4529
4529
|
},
|
|
4530
|
-
alignment: Tt.LEFT
|
|
4530
|
+
alignment: Tt.LEFT,
|
|
4531
|
+
maxValue: void 0
|
|
4532
|
+
// Optional custom max value, undefined means auto-calculate from data
|
|
4531
4533
|
},
|
|
4532
4534
|
tooltip: {
|
|
4533
4535
|
gridline: {
|
|
@@ -5827,4 +5829,4 @@ export {
|
|
|
5827
5829
|
Pp as y,
|
|
5828
5830
|
$p as z
|
|
5829
5831
|
};
|
|
5830
|
-
//# sourceMappingURL=color-scale-utils
|
|
5832
|
+
//# sourceMappingURL=color-scale-utils-C1aV7-HR.mjs.map
|