sag_components 1.0.352 → 1.0.354

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.
@@ -281,7 +281,7 @@ var PerformanceAnalytics = exports.PerformanceAnalytics = function PerformanceAn
281
281
  });
282
282
  return /*#__PURE__*/_react.default.createElement(_recharts.ResponsiveContainer, {
283
283
  id: "ResponsiveContainer",
284
- height: 350,
284
+ height: height,
285
285
  width: width
286
286
  }, /*#__PURE__*/_react.default.createElement(_recharts.BarChart, {
287
287
  data: formatedData,
@@ -399,9 +399,9 @@ PerformanceAnalytics.defaultProps = {
399
399
  colorBarchart1: '#1F7677',
400
400
  colorBarchart2: '#90CE9C',
401
401
  textcolor: '#212121',
402
- width: '100%',
403
- height: '100%',
402
+ width: '',
403
+ height: 130,
404
404
  dotCut: true,
405
- lineChartHeight: 150,
405
+ lineChartHeight: 50,
406
406
  noDataText: ''
407
407
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sag_components",
3
- "version": "1.0.352",
3
+ "version": "1.0.354",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {