sag_components 1.0.353 → 1.0.355

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.
@@ -30,8 +30,9 @@ var PerformanceAnalytics = exports.PerformanceAnalytics = function PerformanceAn
30
30
  textcolor = props.textcolor,
31
31
  width = props.width,
32
32
  height = props.height,
33
- dotCut = props.dotCut,
34
33
  lineChartHeight = props.lineChartHeight,
34
+ barChartHeight = props.barChartHeight,
35
+ dotCut = props.dotCut,
35
36
  noDataText = props.noDataText,
36
37
  totalsData = props.totalsData,
37
38
  data = props.data,
@@ -281,7 +282,7 @@ var PerformanceAnalytics = exports.PerformanceAnalytics = function PerformanceAn
281
282
  });
282
283
  return /*#__PURE__*/_react.default.createElement(_recharts.ResponsiveContainer, {
283
284
  id: "ResponsiveContainer",
284
- height: 350,
285
+ height: barChartHeight,
285
286
  width: width
286
287
  }, /*#__PURE__*/_react.default.createElement(_recharts.BarChart, {
287
288
  data: formatedData,
@@ -400,8 +401,9 @@ PerformanceAnalytics.defaultProps = {
400
401
  colorBarchart2: '#90CE9C',
401
402
  textcolor: '#212121',
402
403
  width: '',
403
- height: '',
404
+ height: 130,
405
+ barChartHeight: 130,
406
+ lineChartHeight: 50,
404
407
  dotCut: true,
405
- lineChartHeight: 150,
406
408
  noDataText: ''
407
409
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sag_components",
3
- "version": "1.0.353",
3
+ "version": "1.0.355",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {