impaktapps-design 0.2.994-offset.6 → 0.2.994-offset.7
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.
|
@@ -8183,7 +8183,7 @@ const BottomAxis = ({
|
|
|
8183
8183
|
strokeWidth: (_f = (_e = value.style) == null ? void 0 : _e.labelStyle) == null ? void 0 : _f.bottomAxisWidth,
|
|
8184
8184
|
scale: xScale,
|
|
8185
8185
|
stroke: (_h = (_g = value.style) == null ? void 0 : _g.labelStyle) == null ? void 0 : _h.tickColor,
|
|
8186
|
-
labelOffset: ((_i = value.main) == null ? void 0 : _i.bottomAxisAngle) ?
|
|
8186
|
+
labelOffset: ((_i = value.main) == null ? void 0 : _i.bottomAxisAngle) ? 45 : (_k = (_j = value.style) == null ? void 0 : _j.labelStyle) == null ? void 0 : _k.bottomLabelOffset,
|
|
8187
8187
|
label: (_l = value.main) == null ? void 0 : _l.bottomLabel,
|
|
8188
8188
|
tickStroke: (_n = (_m = value.style) == null ? void 0 : _m.labelStyle) == null ? void 0 : _n.tickColor,
|
|
8189
8189
|
tickLabelProps: () => {
|