sag_components 1.0.1001 → 1.0.1002
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.
|
@@ -84,11 +84,11 @@ const BarChart = props => {
|
|
|
84
84
|
return /*#__PURE__*/_react.default.createElement("g", {
|
|
85
85
|
transform: `translate(${x},${y})`
|
|
86
86
|
}, showCurrentCampaignStyle && retailerData[0].isCurrent && /*#__PURE__*/_react.default.createElement("rect", {
|
|
87
|
-
x: -
|
|
87
|
+
x: -56 // Adjust this to position the background properly
|
|
88
88
|
,
|
|
89
89
|
y: 5 // Adjust this for vertical alignment with your text
|
|
90
90
|
,
|
|
91
|
-
width:
|
|
91
|
+
width: 112 // Adjust width based on the text length
|
|
92
92
|
,
|
|
93
93
|
height: 22 // Adjust height based on font size
|
|
94
94
|
,
|