impaktapps-design 0.2.996 → 0.2.998

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.
@@ -8146,7 +8146,7 @@ const LeftAxis = ({
8146
8146
  value,
8147
8147
  yScale
8148
8148
  }) => {
8149
- var _a, _b, _c, _d, _e, _f, _g, _h, _i, _j, _k, _l, _m, _n, _o, _p, _q, _r, _s, _t5, _u, _v, _w;
8149
+ var _a, _b, _c, _d, _e, _f, _g, _h, _i, _j, _k, _l, _m, _n, _o, _p, _q, _r, _s, _t5, _u;
8150
8150
  const isBandScale = typeof yScale.bandwidth === "function";
8151
8151
  return /* @__PURE__ */ jsx$1(AxisLeft, {
8152
8152
  numTicks: isBandScale ? yScale.domain().length : (_a = value.main) == null ? void 0 : _a.numTicks,
@@ -8159,16 +8159,16 @@ const LeftAxis = ({
8159
8159
  labelOffset: ((_l = (_k = (_j = value == null ? void 0 : value.style) == null ? void 0 : _j.labelStyle) == null ? void 0 : _k.margin) == null ? void 0 : _l.left) - 30 || ((_n = (_m = value.style) == null ? void 0 : _m.labelStyle) == null ? void 0 : _n.leftLabelOffset),
8160
8160
  labelProps: {
8161
8161
  fill: (_p = (_o = value.style) == null ? void 0 : _o.labelStyle) == null ? void 0 : _p.labelColor,
8162
- fontSize: (_r = (_q = value.style) == null ? void 0 : _q.labelStyle) == null ? void 0 : _r.fontSize,
8163
- fontWeight: (_t5 = (_s = value.style) == null ? void 0 : _s.labelStyle) == null ? void 0 : _t5.fontWeight,
8164
- fontFamily: (_v = (_u = value.style) == null ? void 0 : _u.labelStyle) == null ? void 0 : _v.fontWeight
8162
+ fontSize: 10,
8163
+ fontWeight: (_r = (_q = value.style) == null ? void 0 : _q.labelStyle) == null ? void 0 : _r.fontWeight,
8164
+ fontFamily: (_t5 = (_s = value.style) == null ? void 0 : _s.labelStyle) == null ? void 0 : _t5.fontWeight
8165
8165
  },
8166
- hideAxisLine: (_w = value.main) == null ? void 0 : _w.hideLeftAxisLine,
8166
+ hideAxisLine: (_u = value.main) == null ? void 0 : _u.hideLeftAxisLine,
8167
8167
  tickLabelProps: (e3) => {
8168
8168
  var _a2, _b2;
8169
8169
  return {
8170
8170
  fill: (_b2 = (_a2 = value.style) == null ? void 0 : _a2.labelStyle) == null ? void 0 : _b2.tickLabelColor,
8171
- fontSize: 14,
8171
+ fontSize: 10,
8172
8172
  textAnchor: "end",
8173
8173
  dy: "0.33em"
8174
8174
  };
@@ -10219,7 +10219,7 @@ const finalDataProvider = (type2, value, theme) => {
10219
10219
  style: {
10220
10220
  containerStyle: {
10221
10221
  background: theme.myTheme.palette.background.default,
10222
- width: "90%",
10222
+ width: "100%",
10223
10223
  height: "450",
10224
10224
  borderRadius: "20px",
10225
10225
  padding: "10px 0 2px 0",
@@ -10286,7 +10286,7 @@ const finalDataProvider = (type2, value, theme) => {
10286
10286
  ...value == null ? void 0 : value.main,
10287
10287
  legend: {
10288
10288
  labelColor: theme.myTheme.palette.text.primary,
10289
- direction: "column",
10289
+ direction: "row",
10290
10290
  align: "left",
10291
10291
  ...(_k = value == null ? void 0 : value.main) == null ? void 0 : _k.legend
10292
10292
  }