sag_components 1.0.214 → 1.0.215

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.
@@ -166,7 +166,7 @@ var TotalBenchmarkBarchart = function TotalBenchmarkBarchart(_ref) {
166
166
  id: "BarchartContainer"
167
167
  }, getFormattedBarChartData().length === 1 && /*#__PURE__*/_react.default.createElement(_recharts.BarChart, {
168
168
  width: 224 * getSizeFactor(),
169
- height: 130 * heightFactor,
169
+ height: 150 * heightFactor,
170
170
  data: getFormattedBarChartData(),
171
171
  margin: {
172
172
  top: 40 * heightFactor,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sag_components",
3
- "version": "1.0.214",
3
+ "version": "1.0.215",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {