@milaboratories/graph-maker 1.1.57 → 1.1.58

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.
@@ -7035,7 +7035,7 @@ var by = class {
7035
7035
  const L = v.get(M);
7036
7036
  if ((L == null ? void 0 : L.kind) === "column" && L.spec.axesSpec.filter(T).forEach((K) => {
7037
7037
  const J = Bi.fromAxisSpec(K).toCanonicalString();
7038
- d.has(J) || d.add(J), k.has(J) || C(J);
7038
+ !d.has(J) && !k.has(J) && d.add(J), k.has(J) || C(J);
7039
7039
  }), (L == null ? void 0 : L.kind) === "axis" && T(L.spec)) {
7040
7040
  const Q = Bi.fromAxisSpec(L.spec).toCanonicalString();
7041
7041
  d.has(Q) || d.add(Q), k.has(Q) || C(Q);