sag_components 1.0.194 → 1.0.195

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.
@@ -97,8 +97,8 @@ var TotalDoughnutChart = function TotalDoughnutChart(_ref) {
97
97
  onMouseEnter: onPieEnterHandler
98
98
  }, /*#__PURE__*/_react.default.createElement(_recharts.Pie, {
99
99
  data: legendData,
100
- outerRadius: 45 * (rootFont.toString().replace("px", "") / DEFAULT_ROOT_FONT),
101
- innerRadius: 31 * (rootFont.toString().replace("px", "") / DEFAULT_ROOT_FONT),
100
+ outerRadius: 40 * (rootFont.toString().replace("px", "") / DEFAULT_ROOT_FONT),
101
+ innerRadius: 27 * (rootFont.toString().replace("px", "") / DEFAULT_ROOT_FONT),
102
102
  fill: "#8884d8",
103
103
  dataKey: "value"
104
104
  }, legendData.map(function (row, index) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sag_components",
3
- "version": "1.0.194",
3
+ "version": "1.0.195",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {