sag_components 1.0.351 → 1.0.353

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.
@@ -399,8 +399,8 @@ PerformanceAnalytics.defaultProps = {
399
399
  colorBarchart1: '#1F7677',
400
400
  colorBarchart2: '#90CE9C',
401
401
  textcolor: '#212121',
402
- width: '100%',
403
- height: '100%',
402
+ width: '',
403
+ height: '',
404
404
  dotCut: true,
405
405
  lineChartHeight: 150,
406
406
  noDataText: ''
@@ -48,8 +48,8 @@ var PerformanceAnalyticsLegend = exports.PerformanceAnalyticsLegend = function P
48
48
  };
49
49
  var _default = exports.default = PerformanceAnalyticsLegend;
50
50
  PerformanceAnalyticsLegend.defaultProps = {
51
- width: 100,
52
- height: 100,
51
+ width: '',
52
+ height: '',
53
53
  legendData: [{
54
54
  title: '',
55
55
  iconType: ICON_TYPE_SQUARE,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sag_components",
3
- "version": "1.0.351",
3
+ "version": "1.0.353",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {