sag_components 1.0.950 → 1.0.952

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.
@@ -100,7 +100,7 @@ const SingleBarLineCharts = props => {
100
100
  textAnchor: "middle"
101
101
  }, "0"));
102
102
  }
103
- if (value === null || value === undefined) {
103
+ if (value === null || value === undefined || value === 'N/A') {
104
104
  return /*#__PURE__*/_react.default.createElement("g", null, /*#__PURE__*/_react.default.createElement("text", {
105
105
  x: x + width / 2,
106
106
  y: y - radius,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sag_components",
3
- "version": "1.0.950",
3
+ "version": "1.0.952",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {