@carbon/charts-react 1.23.12 → 1.23.13

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/dist/index.mjs CHANGED
@@ -16631,10 +16631,11 @@ class Tv extends mt {
16631
16631
  name: "pie_slice_enter_update",
16632
16632
  animate: t
16633
16633
  })
16634
- ).attr("opacity", 1).attr("role", ht.GRAPHICS_SYMBOL).attr("aria-roledescription", "slice").attr(
16635
- "aria-label",
16636
- (A) => `${A[a]}, ${ko(A.data[a], o, a) + "%"}`
16637
- ).attrTween("d", function(A) {
16634
+ ).attr("opacity", 1).attr("role", ht.GRAPHICS_SYMBOL).attr("aria-roledescription", "slice").attr("aria-label", (A) => [
16635
+ A[a],
16636
+ ko(A.data[a], o, a) + "%",
16637
+ A.data[s]
16638
+ ].filter(Boolean).join(", ")).attrTween("d", function(A) {
16638
16639
  return ID.bind(this)(A, n.arc);
16639
16640
  }).on("end", () => {
16640
16641
  n.isRendering = !1;