sag_components 1.0.752 → 1.0.753

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.
@@ -223,9 +223,9 @@ BarChartsByWeeks.defaultProps = {
223
223
  title: '',
224
224
  headerValueTopTitle: '',
225
225
  headerValueBottomTitle: '',
226
- headerValue: '',
226
+ headerValue: 0,
227
227
  HeaderValueCurrencyType: '',
228
- HeaderValueIsPercent: '',
228
+ HeaderValueIsPercent: false,
229
229
  barChartData: [{
230
230
  title: '202320',
231
231
  value: 542366
@@ -80,6 +80,7 @@ const PopupCharts = props => {
80
80
  headerValueTopTitle: rowsData === null || rowsData === void 0 ? void 0 : rowsData.headerValueTopTitle,
81
81
  headerValue: rowsData === null || rowsData === void 0 ? void 0 : rowsData.headerValue,
82
82
  headerValueBottomTitle: rowsData === null || rowsData === void 0 ? void 0 : rowsData.headerValueBottomTitle,
83
+ HeaderValueIsPercent: rowsData === null || rowsData === void 0 ? void 0 : rowsData.isPercentValue,
83
84
  legendData: rowsData === null || rowsData === void 0 ? void 0 : rowsData.legendData,
84
85
  showLegend: rowsData === null || rowsData === void 0 ? void 0 : rowsData.showLegend,
85
86
  barChartColor: rowsData === null || rowsData === void 0 ? void 0 : rowsData.barChartColor,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sag_components",
3
- "version": "1.0.752",
3
+ "version": "1.0.753",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {