impaktapps-design 0.2.994-offset.6 → 0.2.994-offset.8
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.
- package/dist/impaktapps-design.es.js +2 -2
- package/dist/impaktapps-design.es.js.map +1 -1
- package/dist/impaktapps-design.umd.js +2 -2
- package/dist/impaktapps-design.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/component/BarGraph/DrawBarGraph.tsx +0 -26
- package/src/component/BarGraph/DrawHorizontalBarGraph.tsx +0 -27
- package/src/component/BottomAxis.tsx +1 -16
- package/src/component/LeftAxis.tsx +0 -15
- package/src/component/LineGraph/DrawLineGraph.tsx +1 -16
|
@@ -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: () => {
|
|
@@ -20798,7 +20798,7 @@ const DrawGraph = ({
|
|
|
20798
20798
|
};
|
|
20799
20799
|
},
|
|
20800
20800
|
tickStroke: "black",
|
|
20801
|
-
labelOffset: ((_l = value.main) == null ? void 0 : _l.bottomAxisAngle) ?
|
|
20801
|
+
labelOffset: ((_l = value.main) == null ? void 0 : _l.bottomAxisAngle) ? 45 : ((_n = (_m = value.style) == null ? void 0 : _m.labelStyle) == null ? void 0 : _n.bottomLabelOffset) || 20
|
|
20802
20802
|
}), /* @__PURE__ */ jsx(Grid, {
|
|
20803
20803
|
stroke: "black",
|
|
20804
20804
|
lineStyle: {
|