smarter-charts 2.1.10 → 2.1.11
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.
|
@@ -20739,7 +20739,7 @@ var jI = class {
|
|
|
20739
20739
|
a.sort((e, t) => e.z === t.z ? e.y === t.y ? e.x - t.x : t.y - e.y : e.z - t.z);
|
|
20740
20740
|
let o = a.map((e) => e.z);
|
|
20741
20741
|
if ([...new Set(o)].length <= 2) a.forEach((e) => {
|
|
20742
|
-
u.push(e.y), l.push(e.x), d.push(e.std);
|
|
20742
|
+
u.push(e.y), l.push(e.x), d.push(Number(e.std));
|
|
20743
20743
|
});
|
|
20744
20744
|
else {
|
|
20745
20745
|
let e = ZD(a, (e) => e.y);
|
|
@@ -40958,7 +40958,7 @@ sG("unmount", function(e, t) {
|
|
|
40958
40958
|
}
|
|
40959
40959
|
e(t);
|
|
40960
40960
|
}), sG("__h", function(e, t, n, r) {
|
|
40961
|
-
|
|
40961
|
+
r < 3 && (t.__$f |= 2), e(t, n, r);
|
|
40962
40962
|
}), sU.prototype.shouldComponentUpdate = function(e, t) {
|
|
40963
40963
|
if (this.__R) return !0;
|
|
40964
40964
|
var n = this.__$u, r = n && n.s !== void 0;
|