impaktapps-design 0.2.995-alpha.21 → 0.2.995-alpha.22

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.
@@ -18799,7 +18799,13 @@ const DrawPieGraph = ({
18799
18799
  }, Math.random()), /* @__PURE__ */ jsx$1("div", {
18800
18800
  style: {
18801
18801
  display: smallScreen ? "none" : "flex"
18802
- }
18802
+ },
18803
+ children: value.main.legendAvailable && /* @__PURE__ */ jsx$1(Legend, {
18804
+ value,
18805
+ colorRange: value.style.pieStyle.colorRange,
18806
+ dataKeyArray,
18807
+ theme: theme.myTheme
18808
+ })
18803
18809
  })]
18804
18810
  })
18805
18811
  });