sag_components 1.0.216 → 1.0.217
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.
|
@@ -186,7 +186,9 @@ var TotalBenchmarkBarchart = function TotalBenchmarkBarchart(_ref) {
|
|
|
186
186
|
}, /*#__PURE__*/_react.default.createElement(_recharts.LabelList, {
|
|
187
187
|
dataKey: "formattedValue1",
|
|
188
188
|
position: "top",
|
|
189
|
-
fill: textColor
|
|
189
|
+
fill: textColor,
|
|
190
|
+
fontWeight: 400,
|
|
191
|
+
fontSize: "14px"
|
|
190
192
|
})), /*#__PURE__*/_react.default.createElement(_recharts.Bar, {
|
|
191
193
|
dataKey: "value2",
|
|
192
194
|
fill: getFormattedBarChartData()[0].color2,
|
|
@@ -197,7 +199,9 @@ var TotalBenchmarkBarchart = function TotalBenchmarkBarchart(_ref) {
|
|
|
197
199
|
}, /*#__PURE__*/_react.default.createElement(_recharts.LabelList, {
|
|
198
200
|
dataKey: "formattedValue2",
|
|
199
201
|
position: "top",
|
|
200
|
-
fill: textColor
|
|
202
|
+
fill: textColor,
|
|
203
|
+
fontWeight: 400,
|
|
204
|
+
fontSize: "14px"
|
|
201
205
|
}))), getFormattedBarChartData().length > 0 ? /*#__PURE__*/_react.default.createElement(_TotalBenchmarkBarchartStyle.BottomDetailsRowContainer, {
|
|
202
206
|
id: "BottomDetailsRowContainer"
|
|
203
207
|
}, /*#__PURE__*/_react.default.createElement(_TotalBenchmarkBarchartStyle.BottomDetailsRowTitle, {
|
|
@@ -32,9 +32,9 @@ var FormattedValue = _styledComponents.default.div(_templateObject7 || (_templat
|
|
|
32
32
|
exports.FormattedValue = FormattedValue;
|
|
33
33
|
var BenchmarkContainer = _styledComponents.default.div(_templateObject8 || (_templateObject8 = (0, _taggedTemplateLiteral2.default)(["\n margin-left: 0.7em;\n width: 5.35em;\n"])));
|
|
34
34
|
exports.BenchmarkContainer = BenchmarkContainer;
|
|
35
|
-
var BarchartContainer = _styledComponents.default.div(_templateObject9 || (_templateObject9 = (0, _taggedTemplateLiteral2.default)(["\n width: 14em;\n"])));
|
|
35
|
+
var BarchartContainer = _styledComponents.default.div(_templateObject9 || (_templateObject9 = (0, _taggedTemplateLiteral2.default)(["\n width: 14em;\n\n"])));
|
|
36
36
|
exports.BarchartContainer = BarchartContainer;
|
|
37
37
|
var BottomDetailsRowContainer = _styledComponents.default.div(_templateObject10 || (_templateObject10 = (0, _taggedTemplateLiteral2.default)(["\n display: flex;\n align-items: flex-start;\n justify-content: center;\n text-align: center; \n\n"])));
|
|
38
38
|
exports.BottomDetailsRowContainer = BottomDetailsRowContainer;
|
|
39
|
-
var BottomDetailsRowTitle = _styledComponents.default.div(_templateObject11 || (_templateObject11 = (0, _taggedTemplateLiteral2.default)(["\n display: flex;\n justify-content: center; \n margin-top: 0.2em;\n width: 14em;\n font-weight: 400;\n font-size:
|
|
39
|
+
var BottomDetailsRowTitle = _styledComponents.default.div(_templateObject11 || (_templateObject11 = (0, _taggedTemplateLiteral2.default)(["\n display: flex;\n justify-content: center; \n margin-top: 0.2em;\n width: 14em;\n font-weight: 400;\n font-size: 14px;\n"])));
|
|
40
40
|
exports.BottomDetailsRowTitle = BottomDetailsRowTitle;
|