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