@milaboratories/graph-maker 1.1.76 → 1.1.77

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.
@@ -12658,11 +12658,11 @@ function pO(e, t, n, r) {
12658
12658
  function CX(e, t, n, r, a, i, o = []) {
12659
12659
  var g, b;
12660
12660
  const s = [];
12661
- function c(C, E, B) {
12662
- var _;
12661
+ function c(C, E, B, _ = !1) {
12662
+ var M;
12663
12663
  if (E.length) {
12664
- const M = E.length ? (_ = i.getSourceInfo(E[0])) == null ? void 0 : _.type : void 0, N = M === "String" ? { type: "grouping", value: E[0] } : pO(E[0], By(Ym), o, n), P = a[E[0]];
12665
- return C === null || M === "String" || !AX(P) ? N : pO(E[0], P, o, n);
12664
+ const N = E.length ? (M = i.getSourceInfo(E[0])) == null ? void 0 : M.type : void 0, P = N === "String" || !_ ? { type: "grouping", value: E[0] } : pO(E[0], By(Ym), o, n), O = a[E[0]];
12665
+ return C === null || N === "String" || !_ || !AX(O) ? P : pO(E[0], O, o, n);
12666
12666
  }
12667
12667
  return typeof C == "object" ? B : C;
12668
12668
  }
@@ -12673,7 +12673,7 @@ function CX(e, t, n, r, a, i, o = []) {
12673
12673
  s.push({
12674
12674
  type: "dots",
12675
12675
  aes: {
12676
- dotFill: c(E.dotFill, f, nl),
12676
+ dotFill: c(E.dotFill, f, nl, !0),
12677
12677
  dotShape: c(E.dotShape, A, Dh),
12678
12678
  dotSize: yAe(v, E.dotSize, n)
12679
12679
  }
@@ -12685,7 +12685,7 @@ function CX(e, t, n, r, a, i, o = []) {
12685
12685
  type: "curve",
12686
12686
  smoothing: E.smoothing,
12687
12687
  aes: {
12688
- lineColor: c(E.lineColor, f, nl)
12688
+ lineColor: c(E.lineColor, f, nl, !0)
12689
12689
  }
12690
12690
  });
12691
12691
  }