@gisce/react-ooui 1.5.15 → 1.5.16
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/react-ooui.es.js
CHANGED
|
@@ -6505,8 +6505,12 @@ function Lc(e) {
|
|
|
6505
6505
|
isGroup: i,
|
|
6506
6506
|
isStack: o
|
|
6507
6507
|
} = e;
|
|
6508
|
-
let s =
|
|
6509
|
-
|
|
6508
|
+
let s = {
|
|
6509
|
+
...kr[t]
|
|
6510
|
+
};
|
|
6511
|
+
return s || (s = {
|
|
6512
|
+
...kr.default
|
|
6513
|
+
}), s.data = r, t === "pie" ? (s.colorField = "x", s.angleField = "value") : (s.xField = "x", s.yField = "value", s.seriesField = "type", s.isGroup = i, o && (s.isStack = !0, s.groupField = "stacked")), s;
|
|
6510
6514
|
}
|
|
6511
6515
|
const Nc = (e, t) => {
|
|
6512
6516
|
const {
|