sag_components 1.0.522 → 1.0.523

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.
@@ -133,7 +133,8 @@ const TotalDoughnutChart = props => {
133
133
  }, (legendData === null || legendData === void 0 ? void 0 : legendData.length) > 0 ? /*#__PURE__*/_react.default.createElement(_TotalDoughnutChart.Controls, {
134
134
  id: "Controls",
135
135
  height: height,
136
- width: width
136
+ width: width,
137
+ ref: DoughnutChartContainerRef
137
138
  }, /*#__PURE__*/_react.default.createElement(_TotalDoughnutChart.TitleAndValueContainer, {
138
139
  id: "TitleAndValueContainer"
139
140
  }, /*#__PURE__*/_react.default.createElement(_TotalDoughnutChart.Title, {
@@ -147,8 +148,7 @@ const TotalDoughnutChart = props => {
147
148
  }, /*#__PURE__*/_react.default.createElement(_TotalDoughnutChart.CurrencySign, {
148
149
  id: "CurrencySign"
149
150
  }, currencySign ? (0, _CommonFunctions.getCurrencySign)(currencyType, value) : ""), dotCut ? (0, _CommonFunctions.getFormattedValue)(value) : (0, _CommonFunctions.getNumberWithCommas)(value), dotCut ? (0, _CommonFunctions.getFormattedUnits)(value) : ""), addingBenchmark && /*#__PURE__*/_react.default.createElement(_Benchmark.Benchmark, null))), /*#__PURE__*/_react.default.createElement(_TotalDoughnutChart.DoughnutChartAndLegendContainer, {
150
- id: "DoughnutChartAndLegendContainer",
151
- ref: DoughnutChartContainerRef
151
+ id: "DoughnutChartAndLegendContainer"
152
152
  }, /*#__PURE__*/_react.default.createElement(_TotalDoughnutChart.DoughnutChartContainer, {
153
153
  id: "DoughnutChartContainer",
154
154
  width: width,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sag_components",
3
- "version": "1.0.522",
3
+ "version": "1.0.523",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {