sag_components 1.0.217 → 1.0.218
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.
|
@@ -126,7 +126,7 @@ var TotalBenchmarkAreachart = function TotalBenchmarkAreachart(_ref) {
|
|
|
126
126
|
}, activeLabel === payload.value && /*#__PURE__*/_react.default.createElement("rect", {
|
|
127
127
|
x: -10,
|
|
128
128
|
y: 0,
|
|
129
|
-
width: "
|
|
129
|
+
width: "32",
|
|
130
130
|
height: "18",
|
|
131
131
|
rx: 9,
|
|
132
132
|
fill: xselectedColor,
|
|
@@ -136,7 +136,7 @@ var TotalBenchmarkAreachart = function TotalBenchmarkAreachart(_ref) {
|
|
|
136
136
|
y: 13,
|
|
137
137
|
dx: -5,
|
|
138
138
|
fill: "black",
|
|
139
|
-
fontSize: "
|
|
139
|
+
fontSize: "12px"
|
|
140
140
|
}, payload.value));
|
|
141
141
|
};
|
|
142
142
|
var CustomTooltip = function CustomTooltip(_ref3) {
|
|
@@ -193,7 +193,7 @@ var TotalBenchmarkAreachart = function TotalBenchmarkAreachart(_ref) {
|
|
|
193
193
|
data: areaChartData,
|
|
194
194
|
margin: {
|
|
195
195
|
top: 0,
|
|
196
|
-
right:
|
|
196
|
+
right: 22,
|
|
197
197
|
bottom: 0,
|
|
198
198
|
left: 20
|
|
199
199
|
}
|