impaktapps-design 0.2.996 → 0.2.997

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.
@@ -8168,7 +8168,7 @@ const LeftAxis = ({
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
  }