@undp/data-viz 0.0.60 → 0.0.61
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.
- package/dist/index.cjs +1 -1
- package/dist/index.js +2 -1
- package/dist/index.umd.js +1 -1
- package/package.json +4 -2
package/dist/index.js
CHANGED
|
@@ -86310,7 +86310,8 @@ function $H(t) {
|
|
|
86310
86310
|
maxDate: e == null ? void 0 : e.maxDate,
|
|
86311
86311
|
styles: e == null ? void 0 : e.styles,
|
|
86312
86312
|
classNames: e == null ? void 0 : e.classNames,
|
|
86313
|
-
colorDomain: e == null ? void 0 : e.colorDomain
|
|
86313
|
+
colorDomain: e == null ? void 0 : e.colorDomain,
|
|
86314
|
+
showNAColor: e == null ? void 0 : e.showNAColor
|
|
86314
86315
|
};
|
|
86315
86316
|
case "differenceLineChart":
|
|
86316
86317
|
return {
|