impaktapps-design 0.2.994-offset.4 → 0.2.994-offset.6
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 +3 -3
- 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/BarGraph.tsx +1 -1
- package/src/component/BarGraph/HorizontalBarGraph.tsx +1 -1
- package/src/component/LineGraph/LineGraph.tsx +1 -1
|
@@ -10415,7 +10415,7 @@ const BarGraph = ({
|
|
|
10415
10415
|
margin: {
|
|
10416
10416
|
top: ((_e2 = (_d2 = (_c2 = barData == null ? void 0 : barData.style) == null ? void 0 : _c2.labelStyle) == null ? void 0 : _d2.margin) == null ? void 0 : _e2.top) || 10,
|
|
10417
10417
|
right: ((_h = (_g = (_f = barData == null ? void 0 : barData.style) == null ? void 0 : _f.labelStyle) == null ? void 0 : _g.margin) == null ? void 0 : _h.right) || 10,
|
|
10418
|
-
bottom: barData.main.bottomAxisAngle ? ((_k = (_j = (_i = barData == null ? void 0 : barData.style) == null ? void 0 : _i.labelStyle) == null ? void 0 : _j.margin) == null ? void 0 : _k.bottom) +
|
|
10418
|
+
bottom: barData.main.bottomAxisAngle ? (((_k = (_j = (_i = barData == null ? void 0 : barData.style) == null ? void 0 : _i.labelStyle) == null ? void 0 : _j.margin) == null ? void 0 : _k.bottom) || 40) + 25 : ((_n = (_m = (_l = barData == null ? void 0 : barData.style) == null ? void 0 : _l.labelStyle) == null ? void 0 : _m.margin) == null ? void 0 : _n.bottom) || 40,
|
|
10419
10419
|
left: ((_q = (_p = (_o = barData == null ? void 0 : barData.style) == null ? void 0 : _o.labelStyle) == null ? void 0 : _p.margin) == null ? void 0 : _q.left) || 60
|
|
10420
10420
|
},
|
|
10421
10421
|
value: barData
|
|
@@ -20901,7 +20901,7 @@ const LineGraph = ({
|
|
|
20901
20901
|
margin: {
|
|
20902
20902
|
top: ((_e = (_d2 = (_c2 = lineData == null ? void 0 : lineData.style) == null ? void 0 : _c2.labelStyle) == null ? void 0 : _d2.margin) == null ? void 0 : _e.top) || 10,
|
|
20903
20903
|
right: ((_h = (_g = (_f = lineData == null ? void 0 : lineData.style) == null ? void 0 : _f.labelStyle) == null ? void 0 : _g.margin) == null ? void 0 : _h.right) || 10,
|
|
20904
|
-
bottom: lineData.main.bottomAxisAngle ? ((_k = (_j = (_i = lineData == null ? void 0 : lineData.style) == null ? void 0 : _i.labelStyle) == null ? void 0 : _j.margin) == null ? void 0 : _k.bottom) +
|
|
20904
|
+
bottom: lineData.main.bottomAxisAngle ? (((_k = (_j = (_i = lineData == null ? void 0 : lineData.style) == null ? void 0 : _i.labelStyle) == null ? void 0 : _j.margin) == null ? void 0 : _k.bottom) || 40) + 25 : ((_n = (_m = (_l = lineData == null ? void 0 : lineData.style) == null ? void 0 : _l.labelStyle) == null ? void 0 : _m.margin) == null ? void 0 : _n.bottom) || 40,
|
|
20905
20905
|
left: ((_q = (_p = (_o = lineData == null ? void 0 : lineData.style) == null ? void 0 : _o.labelStyle) == null ? void 0 : _p.margin) == null ? void 0 : _q.left) || 60
|
|
20906
20906
|
},
|
|
20907
20907
|
value: lineData
|
|
@@ -21125,7 +21125,7 @@ const HorizontalBarGraph = ({
|
|
|
21125
21125
|
margin: {
|
|
21126
21126
|
top: ((_e = (_d = (_c = barData == null ? void 0 : barData.style) == null ? void 0 : _c.labelStyle) == null ? void 0 : _d.margin) == null ? void 0 : _e.top) || 10,
|
|
21127
21127
|
right: ((_h = (_g = (_f = barData == null ? void 0 : barData.style) == null ? void 0 : _f.labelStyle) == null ? void 0 : _g.margin) == null ? void 0 : _h.right) || 40,
|
|
21128
|
-
bottom: barData.main.bottomAxisAngle ? ((_k = (_j = (_i = barData == null ? void 0 : barData.style) == null ? void 0 : _i.labelStyle) == null ? void 0 : _j.margin) == null ? void 0 : _k.bottom) +
|
|
21128
|
+
bottom: barData.main.bottomAxisAngle ? (((_k = (_j = (_i = barData == null ? void 0 : barData.style) == null ? void 0 : _i.labelStyle) == null ? void 0 : _j.margin) == null ? void 0 : _k.bottom) || 40) + 25 : ((_n = (_m = (_l = barData == null ? void 0 : barData.style) == null ? void 0 : _l.labelStyle) == null ? void 0 : _m.margin) == null ? void 0 : _n.bottom) || 40,
|
|
21129
21129
|
left: ((_q = (_p = (_o = barData == null ? void 0 : barData.style) == null ? void 0 : _o.labelStyle) == null ? void 0 : _p.margin) == null ? void 0 : _q.left) || 60
|
|
21130
21130
|
},
|
|
21131
21131
|
barValue: barData
|