impaktapps-design 0.2.993-alpha.254 → 0.2.993-alpha.255

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.
@@ -19194,7 +19194,7 @@ const DrawPieGraph = ({
19194
19194
  parentWidth,
19195
19195
  parentHeight
19196
19196
  }) => {
19197
- var _a, _b, _c, _d, _e, _f, _g, _h, _i, _j, _k, _l, _m;
19197
+ var _a, _b, _c, _d, _e, _f, _g, _h, _i;
19198
19198
  const {
19199
19199
  TooltipInPortal
19200
19200
  } = useTooltipInPortal({
@@ -19216,8 +19216,8 @@ const DrawPieGraph = ({
19216
19216
  const colorMap = (_f = value.style) == null ? void 0 : _f.colorMap;
19217
19217
  const defaultColour = (_h = (_g = theme.myTheme.palette) == null ? void 0 : _g.primary) == null ? void 0 : _h.main;
19218
19218
  const legendLabels = (_i = value.main) == null ? void 0 : _i.legendLabels;
19219
- const outerRadius = (_k = (_j = value.main) == null ? void 0 : _j.outerRadius) != null ? _k : 117;
19220
- const innerRadius = (_m = (_l = value.main) == null ? void 0 : _l.innerRadius) != null ? _m : 63;
19219
+ const outerRadius = 117;
19220
+ const innerRadius = 63;
19221
19221
  const getPieColor = createOrdinalScale$1({
19222
19222
  domain: pieData.map((l2) => l2[keyLabel]),
19223
19223
  range: dataKeyArray.map((key) => {