sag_components 1.0.232 → 1.0.234

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.
@@ -130,7 +130,7 @@ var TotalBenchmarkAreachart = function TotalBenchmarkAreachart(_ref) {
130
130
  height: "18",
131
131
  rx: 9,
132
132
  fill: xselectedColor,
133
- fillOpacity: "0.10"
133
+ fillOpacity: "0.30"
134
134
  }), /*#__PURE__*/_react.default.createElement("text", {
135
135
  x: 0,
136
136
  y: 14,
@@ -124,9 +124,9 @@ var TotalDoughnutChart = function TotalDoughnutChart(_ref) {
124
124
  id: "LegendFormatedValueContainer"
125
125
  }, /*#__PURE__*/_react.default.createElement(_TotalDoughnutChartStyle.LegendCurrencySign, {
126
126
  id: "LegendCurrencySign"
127
- }, currency ? (0, _CommonFunctions.getCurrencySign)(currencyType) : ""), /*#__PURE__*/_react.default.createElement(_TotalDoughnutChartStyle.LegendFormattedValue, {
127
+ }, row.value != undefined && currency ? (0, _CommonFunctions.getCurrencySign)(currencyType) : ""), /*#__PURE__*/_react.default.createElement(_TotalDoughnutChartStyle.LegendFormattedValue, {
128
128
  id: "LegendFormattedValue"
129
- }, dotCut ? (0, _CommonFunctions.getFormattedValue)(row.value) : (0, _CommonFunctions.getNumberWithCommas)(row.value), dotCut ? (0, _CommonFunctions.getFormattedUnits)(row.value) : ""))));
129
+ }, row.value != undefined ? dotCut ? (0, _CommonFunctions.getFormattedValue)(row.value) : (0, _CommonFunctions.getNumberWithCommas)(row.value) : "No Data", row.value != undefined && dotCut ? (0, _CommonFunctions.getFormattedUnits)(row.value) : ""))));
130
130
  })))) : /*#__PURE__*/_react.default.createElement(_NoDataFoundMessage.NoDataFoundMessage, {
131
131
  noDataText: noDataText
132
132
  }));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sag_components",
3
- "version": "1.0.232",
3
+ "version": "1.0.234",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {