@orbcharts/plugins-basic 3.0.9 → 3.0.10

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.
@@ -7377,7 +7377,7 @@ const Bo = function e(t) {
7377
7377
  }
7378
7378
  return r.gamma = e, r;
7379
7379
  }(1);
7380
- function e1(e) {
7380
+ function ex(e) {
7381
7381
  return function(t) {
7382
7382
  var n = t.length, r = new Array(n), i = new Array(n), o = new Array(n), a, s;
7383
7383
  for (a = 0; a < n; ++a)
@@ -7387,7 +7387,7 @@ function e1(e) {
7387
7387
  };
7388
7388
  };
7389
7389
  }
7390
- var t1 = e1(Kb), yM = e1(Qb);
7390
+ var tx = ex(Kb), yM = ex(Qb);
7391
7391
  function Mh(e, t) {
7392
7392
  t || (t = []);
7393
7393
  var n = e ? Math.min(t.length, e.length) : 0, r = t.slice(), i;
@@ -7396,13 +7396,13 @@ function Mh(e, t) {
7396
7396
  return r;
7397
7397
  };
7398
7398
  }
7399
- function n1(e) {
7399
+ function nx(e) {
7400
7400
  return ArrayBuffer.isView(e) && !(e instanceof DataView);
7401
7401
  }
7402
7402
  function bM(e, t) {
7403
- return (n1(t) ? Mh : r1)(e, t);
7403
+ return (nx(t) ? Mh : rx)(e, t);
7404
7404
  }
7405
- function r1(e, t) {
7405
+ function rx(e, t) {
7406
7406
  var n = t ? t.length : 0, r = e ? Math.min(n, e.length) : 0, i = new Array(r), o = new Array(n), a;
7407
7407
  for (a = 0; a < r; ++a) i[a] = Tn(e[a], t[a]);
7408
7408
  for (; a < n; ++a) o[a] = t[a];
@@ -7411,7 +7411,7 @@ function r1(e, t) {
7411
7411
  return o;
7412
7412
  };
7413
7413
  }
7414
- function i1(e, t) {
7414
+ function ix(e, t) {
7415
7415
  var n = /* @__PURE__ */ new Date();
7416
7416
  return e = +e, t = +t, function(r) {
7417
7417
  return n.setTime(e * (1 - r) + t * r), n;
@@ -7422,7 +7422,7 @@ function mt(e, t) {
7422
7422
  return e * (1 - n) + t * n;
7423
7423
  };
7424
7424
  }
7425
- function o1(e, t) {
7425
+ function ox(e, t) {
7426
7426
  var n = {}, r = {}, i;
7427
7427
  (e === null || typeof e != "object") && (e = {}), (t === null || typeof t != "object") && (t = {});
7428
7428
  for (i in t)
@@ -7454,7 +7454,7 @@ function kh(e, t) {
7454
7454
  }
7455
7455
  function Tn(e, t) {
7456
7456
  var n = typeof t, r;
7457
- return t == null || n === "boolean" ? Bl(t) : (n === "number" ? mt : n === "string" ? (r = En(t)) ? (t = r, Bo) : kh : t instanceof En ? Bo : t instanceof Date ? i1 : n1(t) ? Mh : Array.isArray(t) ? r1 : typeof t.valueOf != "function" && typeof t.toString != "function" || isNaN(t) ? o1 : mt)(e, t);
7457
+ return t == null || n === "boolean" ? Bl(t) : (n === "number" ? mt : n === "string" ? (r = En(t)) ? (t = r, Bo) : kh : t instanceof En ? Bo : t instanceof Date ? ix : nx(t) ? Mh : Array.isArray(t) ? rx : typeof t.valueOf != "function" && typeof t.toString != "function" || isNaN(t) ? ox : mt)(e, t);
7458
7458
  }
7459
7459
  function vM(e) {
7460
7460
  var t = e.length;
@@ -7482,7 +7482,7 @@ var eg = 180 / Math.PI, Yc = {
7482
7482
  scaleX: 1,
7483
7483
  scaleY: 1
7484
7484
  };
7485
- function a1(e, t, n, r, i, o) {
7485
+ function ax(e, t, n, r, i, o) {
7486
7486
  var a, s, l;
7487
7487
  return (a = Math.sqrt(e * e + t * t)) && (e /= a, t /= a), (l = e * n + t * r) && (n -= e * l, r -= t * l), (s = Math.sqrt(n * n + r * r)) && (n /= s, r /= s, l /= s), e * r < t * n && (e = -e, t = -t, l = -l, a = -a), {
7488
7488
  translateX: i,
@@ -7496,12 +7496,12 @@ function a1(e, t, n, r, i, o) {
7496
7496
  var La;
7497
7497
  function TM(e) {
7498
7498
  const t = new (typeof DOMMatrix == "function" ? DOMMatrix : WebKitCSSMatrix)(e + "");
7499
- return t.isIdentity ? Yc : a1(t.a, t.b, t.c, t.d, t.e, t.f);
7499
+ return t.isIdentity ? Yc : ax(t.a, t.b, t.c, t.d, t.e, t.f);
7500
7500
  }
7501
7501
  function wM(e) {
7502
- return e == null || (La || (La = document.createElementNS("http://www.w3.org/2000/svg", "g")), La.setAttribute("transform", e), !(e = La.transform.baseVal.consolidate())) ? Yc : (e = e.matrix, a1(e.a, e.b, e.c, e.d, e.e, e.f));
7502
+ return e == null || (La || (La = document.createElementNS("http://www.w3.org/2000/svg", "g")), La.setAttribute("transform", e), !(e = La.transform.baseVal.consolidate())) ? Yc : (e = e.matrix, ax(e.a, e.b, e.c, e.d, e.e, e.f));
7503
7503
  }
7504
- function s1(e, t, n, r) {
7504
+ function sx(e, t, n, r) {
7505
7505
  function i(u) {
7506
7506
  return u.length ? u.pop() + " " : "";
7507
7507
  }
@@ -7531,7 +7531,7 @@ function s1(e, t, n, r) {
7531
7531
  };
7532
7532
  };
7533
7533
  }
7534
- var l1 = s1(TM, "px, ", "px)", "deg)"), u1 = s1(wM, ", ", ")", ")"), _M = 1e-12;
7534
+ var lx = sx(TM, "px, ", "px)", "deg)"), ux = sx(wM, ", ", ")", ")"), _M = 1e-12;
7535
7535
  function tg(e) {
7536
7536
  return ((e = Math.exp(e)) + 1 / e) / 2;
7537
7537
  }
@@ -7541,7 +7541,7 @@ function AM(e) {
7541
7541
  function PM(e) {
7542
7542
  return ((e = Math.exp(2 * e)) - 1) / (e + 1);
7543
7543
  }
7544
- const c1 = function e(t, n, r) {
7544
+ const cx = function e(t, n, r) {
7545
7545
  function i(o, a) {
7546
7546
  var s = o[0], l = o[1], u = o[2], c = a[0], h = a[1], f = a[2], p = c - s, g = h - l, m = p * p + g * g, d, y;
7547
7547
  if (m < _M)
@@ -7570,7 +7570,7 @@ const c1 = function e(t, n, r) {
7570
7570
  return e(a, s, l);
7571
7571
  }, i;
7572
7572
  }(Math.SQRT2, 2, 4);
7573
- function f1(e) {
7573
+ function fx(e) {
7574
7574
  return function(t, n) {
7575
7575
  var r = e((t = Ls(t)).h, (n = Ls(n)).h), i = Ie(t.s, n.s), o = Ie(t.l, n.l), a = Ie(t.opacity, n.opacity);
7576
7576
  return function(s) {
@@ -7578,15 +7578,15 @@ function f1(e) {
7578
7578
  };
7579
7579
  };
7580
7580
  }
7581
- const DM = f1(El);
7582
- var CM = f1(Ie);
7581
+ const DM = fx(El);
7582
+ var CM = fx(Ie);
7583
7583
  function LM(e, t) {
7584
7584
  var n = Ie((e = Ro(e)).l, (t = Ro(t)).l), r = Ie(e.a, t.a), i = Ie(e.b, t.b), o = Ie(e.opacity, t.opacity);
7585
7585
  return function(a) {
7586
7586
  return e.l = n(a), e.a = r(a), e.b = i(a), e.opacity = o(a), e + "";
7587
7587
  };
7588
7588
  }
7589
- function h1(e) {
7589
+ function hx(e) {
7590
7590
  return function(t, n) {
7591
7591
  var r = e((t = ks(t)).h, (n = ks(n)).h), i = Ie(t.c, n.c), o = Ie(t.l, n.l), a = Ie(t.opacity, n.opacity);
7592
7592
  return function(s) {
@@ -7594,9 +7594,9 @@ function h1(e) {
7594
7594
  };
7595
7595
  };
7596
7596
  }
7597
- const MM = h1(El);
7598
- var kM = h1(Ie);
7599
- function p1(e) {
7597
+ const MM = hx(El);
7598
+ var kM = hx(Ie);
7599
+ function px(e) {
7600
7600
  return function t(n) {
7601
7601
  n = +n;
7602
7602
  function r(i, o) {
@@ -7608,9 +7608,9 @@ function p1(e) {
7608
7608
  return r.gamma = t, r;
7609
7609
  }(1);
7610
7610
  }
7611
- const RM = p1(El);
7612
- var Nl = p1(Ie);
7613
- function d1(e, t) {
7611
+ const RM = px(El);
7612
+ var Nl = px(Ie);
7613
+ function dx(e, t) {
7614
7614
  t === void 0 && (t = e, e = Tn);
7615
7615
  for (var n = 0, r = t.length - 1, i = t[0], o = new Array(r < 0 ? 0 : r); n < r; ) o[n] = e(i, i = t[++n]);
7616
7616
  return function(a) {
@@ -7622,11 +7622,11 @@ function IM(e, t) {
7622
7622
  for (var n = new Array(t), r = 0; r < t; ++r) n[r] = e(r / (t - 1));
7623
7623
  return n;
7624
7624
  }
7625
- var hi = 0, eo = 0, Vi = 0, g1 = 1e3, Rs, to, Is = 0, hr = 0, Fl = 0, Eo = typeof performance == "object" && performance.now ? performance : Date, m1 = typeof window == "object" && window.requestAnimationFrame ? window.requestAnimationFrame.bind(window) : function(e) {
7625
+ var hi = 0, eo = 0, Vi = 0, gx = 1e3, Rs, to, Is = 0, hr = 0, Fl = 0, Eo = typeof performance == "object" && performance.now ? performance : Date, mx = typeof window == "object" && window.requestAnimationFrame ? window.requestAnimationFrame.bind(window) : function(e) {
7626
7626
  setTimeout(e, 17);
7627
7627
  };
7628
7628
  function ia() {
7629
- return hr || (m1(BM), hr = Eo.now() + Fl);
7629
+ return hr || (mx(BM), hr = Eo.now() + Fl);
7630
7630
  }
7631
7631
  function BM() {
7632
7632
  hr = 0;
@@ -7648,7 +7648,7 @@ function zl(e, t, n) {
7648
7648
  var r = new No();
7649
7649
  return r.restart(e, t, n), r;
7650
7650
  }
7651
- function y1() {
7651
+ function yx() {
7652
7652
  ia(), ++hi;
7653
7653
  for (var e = Rs, t; e; )
7654
7654
  (t = hr - e._time) >= 0 && e._call.call(void 0, t), e = e._next;
@@ -7657,14 +7657,14 @@ function y1() {
7657
7657
  function ng() {
7658
7658
  hr = (Is = Eo.now()) + Fl, hi = eo = 0;
7659
7659
  try {
7660
- y1();
7660
+ yx();
7661
7661
  } finally {
7662
7662
  hi = 0, NM(), hr = 0;
7663
7663
  }
7664
7664
  }
7665
7665
  function EM() {
7666
7666
  var e = Eo.now(), t = e - Is;
7667
- t > g1 && (Fl -= t, Is = e);
7667
+ t > gx && (Fl -= t, Is = e);
7668
7668
  }
7669
7669
  function NM() {
7670
7670
  for (var e, t = Rs, n, r = 1 / 0; t; )
@@ -7675,7 +7675,7 @@ function jc(e) {
7675
7675
  if (!hi) {
7676
7676
  eo && (eo = clearTimeout(eo));
7677
7677
  var t = e - hr;
7678
- t > 24 ? (e < 1 / 0 && (eo = setTimeout(ng, e - Eo.now() - Fl)), Vi && (Vi = clearInterval(Vi))) : (Vi || (Is = Eo.now(), Vi = setInterval(EM, g1)), hi = 1, m1(ng));
7678
+ t > 24 ? (e < 1 / 0 && (eo = setTimeout(ng, e - Eo.now() - Fl)), Vi && (Vi = clearInterval(Vi))) : (Vi || (Is = Eo.now(), Vi = setInterval(EM, gx)), hi = 1, mx(ng));
7679
7679
  }
7680
7680
  }
7681
7681
  function Xc(e, t, n) {
@@ -7692,7 +7692,7 @@ function FM(e, t, n) {
7692
7692
  }, a, s);
7693
7693
  }, r.restart(e, t, n), r);
7694
7694
  }
7695
- var zM = vr("start", "end", "cancel", "interrupt"), OM = [], b1 = 0, Hc = 1, Uc = 2, rs = 3, rg = 4, qc = 5, is = 6;
7695
+ var zM = vr("start", "end", "cancel", "interrupt"), OM = [], bx = 0, Hc = 1, Uc = 2, rs = 3, rg = 4, qc = 5, is = 6;
7696
7696
  function Ol(e, t, n, r, i, o) {
7697
7697
  var a = e.__transition;
7698
7698
  if (!a) e.__transition = {};
@@ -7710,12 +7710,12 @@ function Ol(e, t, n, r, i, o) {
7710
7710
  duration: o.duration,
7711
7711
  ease: o.ease,
7712
7712
  timer: null,
7713
- state: b1
7713
+ state: bx
7714
7714
  });
7715
7715
  }
7716
7716
  function Rh(e, t) {
7717
7717
  var n = zt(e, t);
7718
- if (n.state > b1) throw new Error("too late; already scheduled");
7718
+ if (n.state > bx) throw new Error("too late; already scheduled");
7719
7719
  return n;
7720
7720
  }
7721
7721
  function tn(e, t) {
@@ -7831,7 +7831,7 @@ function Ih(e, t, n) {
7831
7831
  return zt(i, r).value[t];
7832
7832
  };
7833
7833
  }
7834
- function x1(e, t) {
7834
+ function xx(e, t) {
7835
7835
  var n;
7836
7836
  return (typeof t == "number" ? mt : t instanceof En ? Bo : (n = En(t)) ? (t = n, Bo) : kh)(e, t);
7837
7837
  }
@@ -7874,7 +7874,7 @@ function KM(e, t, n) {
7874
7874
  };
7875
7875
  }
7876
7876
  function QM(e, t) {
7877
- var n = ta(e), r = n === "transform" ? u1 : x1;
7877
+ var n = ta(e), r = n === "transform" ? ux : xx;
7878
7878
  return this.attrTween(e, typeof t == "function" ? (n.local ? KM : ZM)(n, r, Ih(this, "attr." + e, t)) : t == null ? (n.local ? HM : XM)(n) : (n.local ? qM : UM)(n, r, t));
7879
7879
  }
7880
7880
  function JM(e, t) {
@@ -8034,7 +8034,7 @@ function _3(e, t) {
8034
8034
  return o === a ? null : o === n && a === r ? i : i = t(n = o, r = a);
8035
8035
  };
8036
8036
  }
8037
- function $1(e) {
8037
+ function $x(e) {
8038
8038
  return function() {
8039
8039
  this.style.removeProperty(e);
8040
8040
  };
@@ -8056,13 +8056,13 @@ function P3(e, t, n) {
8056
8056
  function D3(e, t) {
8057
8057
  var n, r, i, o = "style." + t, a = "end." + o, s;
8058
8058
  return function() {
8059
- var l = tn(this, e), u = l.on, c = l.value[o] == null ? s || (s = $1(t)) : void 0;
8059
+ var l = tn(this, e), u = l.on, c = l.value[o] == null ? s || (s = $x(t)) : void 0;
8060
8060
  (u !== n || i !== c) && (r = (n = u).copy()).on(a, i = c), l.on = r;
8061
8061
  };
8062
8062
  }
8063
8063
  function C3(e, t, n) {
8064
- var r = (e += "") == "transform" ? l1 : x1;
8065
- return t == null ? this.styleTween(e, _3(e, r)).on("end.style." + e, $1(e)) : typeof t == "function" ? this.styleTween(e, P3(e, r, Ih(this, "style." + e, t))).each(D3(this._id, e)) : this.styleTween(e, A3(e, r, t), n).on("end.style." + e, null);
8064
+ var r = (e += "") == "transform" ? lx : xx;
8065
+ return t == null ? this.styleTween(e, _3(e, r)).on("end.style." + e, $x(e)) : typeof t == "function" ? this.styleTween(e, P3(e, r, Ih(this, "style." + e, t))).each(D3(this._id, e)) : this.styleTween(e, A3(e, r, t), n).on("end.style." + e, null);
8066
8066
  }
8067
8067
  function L3(e, t, n) {
8068
8068
  return function(r) {
@@ -8119,7 +8119,7 @@ function F3(e) {
8119
8119
  return this.tween(t, N3(e));
8120
8120
  }
8121
8121
  function z3() {
8122
- for (var e = this._name, t = this._id, n = S1(), r = this._groups, i = r.length, o = 0; o < i; ++o)
8122
+ for (var e = this._name, t = this._id, n = Sx(), r = this._groups, i = r.length, o = 0; o < i; ++o)
8123
8123
  for (var a = r[o], s = a.length, l, u = 0; u < s; ++u)
8124
8124
  if (l = a[u]) {
8125
8125
  var c = zt(l, t);
@@ -8148,14 +8148,14 @@ var G3 = 0;
8148
8148
  function Ht(e, t, n, r) {
8149
8149
  this._groups = e, this._parents = t, this._name = n, this._id = r;
8150
8150
  }
8151
- function v1(e) {
8151
+ function vx(e) {
8152
8152
  return Sr().transition(e);
8153
8153
  }
8154
- function S1() {
8154
+ function Sx() {
8155
8155
  return ++G3;
8156
8156
  }
8157
8157
  var on = Sr.prototype;
8158
- Ht.prototype = v1.prototype = {
8158
+ Ht.prototype = vx.prototype = {
8159
8159
  constructor: Ht,
8160
8160
  select: v3,
8161
8161
  selectAll: S3,
@@ -8224,15 +8224,15 @@ var Bh = 3, X3 = function e(t) {
8224
8224
  return ((r *= 2) <= 1 ? Math.pow(r, t) : 2 - Math.pow(2 - r, t)) / 2;
8225
8225
  }
8226
8226
  return n.exponent = e, n;
8227
- }(Bh), T1 = Math.PI, w1 = T1 / 2;
8227
+ }(Bh), Tx = Math.PI, wx = Tx / 2;
8228
8228
  function U3(e) {
8229
- return +e == 1 ? 1 : 1 - Math.cos(e * w1);
8229
+ return +e == 1 ? 1 : 1 - Math.cos(e * wx);
8230
8230
  }
8231
8231
  function q3(e) {
8232
- return Math.sin(e * w1);
8232
+ return Math.sin(e * wx);
8233
8233
  }
8234
8234
  function ag(e) {
8235
- return (1 - Math.cos(T1 * e)) / 2;
8235
+ return (1 - Math.cos(Tx * e)) / 2;
8236
8236
  }
8237
8237
  function Nn(e) {
8238
8238
  return (Math.pow(2, -10 * e) - 9765625e-10) * 1.0009775171065494;
@@ -8328,7 +8328,7 @@ function g5(e, t) {
8328
8328
  }
8329
8329
  function m5(e) {
8330
8330
  var t, n;
8331
- e instanceof Ht ? (t = e._id, e = e._name) : (t = S1(), (n = d5).time = ia(), e = e == null ? null : e + "");
8331
+ e instanceof Ht ? (t = e._id, e = e._name) : (t = Sx(), (n = d5).time = ia(), e = e == null ? null : e + "");
8332
8332
  for (var r = this._groups, i = r.length, o = 0; o < i; ++o)
8333
8333
  for (var a = r[o], s = a.length, l, u = 0; u < s; ++u)
8334
8334
  (l = a[u]) && Ol(l, e, t, u, a, n || g5(l, t));
@@ -8704,7 +8704,7 @@ function zh(e) {
8704
8704
  return d === o ? l : d;
8705
8705
  }, l;
8706
8706
  }
8707
- var gg = Math.abs, Ir = Math.cos, Br = Math.sin, _1 = Math.PI, ka = _1 / 2, mg = _1 * 2, yg = Math.max, Ou = 1e-12;
8707
+ var gg = Math.abs, Ir = Math.cos, Br = Math.sin, _x = Math.PI, ka = _x / 2, mg = _x * 2, yg = Math.max, Ou = 1e-12;
8708
8708
  function Gu(e, t) {
8709
8709
  return Array.from({ length: t - e }, (n, r) => e + r);
8710
8710
  }
@@ -8781,7 +8781,7 @@ function Oh(e, t) {
8781
8781
  }, a;
8782
8782
  }
8783
8783
  const Qc = Math.PI, Jc = 2 * Qc, jn = 1e-6, E5 = Jc - jn;
8784
- function A1(e) {
8784
+ function Ax(e) {
8785
8785
  this._ += e[0];
8786
8786
  for (let t = 1, n = e.length; t < n; ++t)
8787
8787
  this._ += arguments[t] + e[t];
@@ -8789,7 +8789,7 @@ function A1(e) {
8789
8789
  function N5(e) {
8790
8790
  let t = Math.floor(e);
8791
8791
  if (!(t >= 0)) throw new Error(`invalid digits: ${e}`);
8792
- if (t > 15) return A1;
8792
+ if (t > 15) return Ax;
8793
8793
  const n = 10 ** t;
8794
8794
  return function(r) {
8795
8795
  this._ += r[0];
@@ -8800,7 +8800,7 @@ function N5(e) {
8800
8800
  let oa = class {
8801
8801
  constructor(t) {
8802
8802
  this._x0 = this._y0 = // start of current subpath
8803
- this._x1 = this._y1 = null, this._ = "", this._append = t == null ? A1 : N5(t);
8803
+ this._x1 = this._y1 = null, this._ = "", this._append = t == null ? Ax : N5(t);
8804
8804
  }
8805
8805
  moveTo(t, n) {
8806
8806
  this._append`M${this._x0 = this._x1 = +t},${this._y0 = this._y1 = +n}`;
@@ -8875,7 +8875,7 @@ function Y5() {
8875
8875
  function j5() {
8876
8876
  return 10;
8877
8877
  }
8878
- function P1(e) {
8878
+ function Px(e) {
8879
8879
  var t = O5, n = G5, r = bg, i = bg, o = W5, a = V5, s = Y5, l = null;
8880
8880
  function u() {
8881
8881
  var c, h = t.apply(this, arguments), f = n.apply(this, arguments), p = s.apply(this, arguments) / 2, g = z5.call(arguments), m = +r.apply(this, (g[0] = h, g)), d = o.apply(this, g) - ka, y = a.apply(this, g) - ka, b = +i.apply(this, (g[0] = f, g)), x = o.apply(this, g) - ka, $ = a.apply(this, g) - ka;
@@ -8910,12 +8910,12 @@ function P1(e) {
8910
8910
  }, u;
8911
8911
  }
8912
8912
  function X5() {
8913
- return P1();
8913
+ return Px();
8914
8914
  }
8915
8915
  function H5() {
8916
- return P1(j5);
8916
+ return Px(j5);
8917
8917
  }
8918
- var U5 = Array.prototype, D1 = U5.slice;
8918
+ var U5 = Array.prototype, Dx = U5.slice;
8919
8919
  function q5(e, t) {
8920
8920
  return e - t;
8921
8921
  }
@@ -9029,7 +9029,7 @@ function ef() {
9029
9029
  if (!(c >= 0 && h >= 0)) throw new Error("invalid size");
9030
9030
  return e = c, t = h, i;
9031
9031
  }, i.thresholds = function(u) {
9032
- return arguments.length ? (n = typeof u == "function" ? u : Array.isArray(u) ? Dn(D1.call(u)) : Dn(u), i) : n;
9032
+ return arguments.length ? (n = typeof u == "function" ? u : Array.isArray(u) ? Dn(Dx.call(u)) : Dn(u), i) : n;
9033
9033
  }, i.smooth = function(u) {
9034
9034
  return arguments.length ? (r = u ? l : n6, i) : r === l;
9035
9035
  }, i;
@@ -9112,7 +9112,7 @@ function s6() {
9112
9112
  if (!((b = +b) >= 1)) throw new Error("invalid cell size");
9113
9113
  return a = Math.floor(Math.log(b) / Math.LN2), y();
9114
9114
  }, f.thresholds = function(b) {
9115
- return arguments.length ? (c = typeof b == "function" ? b : Array.isArray(b) ? Dn(D1.call(b)) : Dn(b), f) : c;
9115
+ return arguments.length ? (c = typeof b == "function" ? b : Array.isArray(b) ? Dn(Dx.call(b)) : Dn(b), f) : c;
9116
9116
  }, f.bandwidth = function(b) {
9117
9117
  if (!arguments.length) return Math.sqrt(o * (o + 1));
9118
9118
  if (!((b = +b) >= 0)) throw new Error("invalid bandwidth");
@@ -9412,7 +9412,7 @@ class tf {
9412
9412
  return this._.length ? this._ : null;
9413
9413
  }
9414
9414
  }
9415
- class C1 {
9415
+ class Cx {
9416
9416
  constructor(t, [n, r, i, o] = [0, 0, 960, 500]) {
9417
9417
  if (!((i = +i) >= (n = +n)) || !((o = +o) >= (r = +r))) throw new Error("invalid bounds");
9418
9418
  this.delaunay = t, this._circumcenters = new Float64Array(t.points.length * 2), this.vectors = new Float64Array(t.points.length * 2), this.xmax = i, this.xmin = n, this.ymax = o, this.ymin = r, this._init();
@@ -9687,7 +9687,7 @@ class Wh {
9687
9687
  i.length <= 2 && i.length > 0 && (this.triangles = new Int32Array(3).fill(-1), this.halfedges = new Int32Array(3).fill(-1), this.triangles[0] = i[0], a[i[0]] = 1, i.length === 2 && (a[i[1]] = 0, this.triangles[1] = i[1], this.triangles[2] = i[1]));
9688
9688
  }
9689
9689
  voronoi(t) {
9690
- return new C1(this, t);
9690
+ return new Cx(this, t);
9691
9691
  }
9692
9692
  *neighbors(t) {
9693
9693
  const { inedges: n, hull: r, _hullIndex: i, halfedges: o, triangles: a, collinear: s } = this;
@@ -9793,13 +9793,13 @@ function* A6(e, t, n, r) {
9793
9793
  yield t.call(r, o, i, e), yield n.call(r, o, i, e), ++i;
9794
9794
  }
9795
9795
  var _g = {}, ju = {}, Xu = 34, ji = 10, Hu = 13;
9796
- function L1(e) {
9796
+ function Lx(e) {
9797
9797
  return new Function("d", "return {" + e.map(function(t, n) {
9798
9798
  return JSON.stringify(t) + ": d[" + n + '] || ""';
9799
9799
  }).join(",") + "}");
9800
9800
  }
9801
9801
  function P6(e, t) {
9802
- var n = L1(e);
9802
+ var n = Lx(e);
9803
9803
  return function(r, i) {
9804
9804
  return t(n(r), i, e);
9805
9805
  };
@@ -9828,7 +9828,7 @@ function Gl(e) {
9828
9828
  function r(h, f) {
9829
9829
  var p, g, m = i(h, function(d, y) {
9830
9830
  if (p) return p(d, y - 1);
9831
- g = d, p = f ? P6(d, f) : L1(d);
9831
+ g = d, p = f ? P6(d, f) : Lx(d);
9832
9832
  });
9833
9833
  return m.columns = g || [], m;
9834
9834
  }
@@ -9893,7 +9893,7 @@ function Gl(e) {
9893
9893
  formatValue: c
9894
9894
  };
9895
9895
  }
9896
- var Tr = Gl(","), M1 = Tr.parse, L6 = Tr.parseRows, M6 = Tr.format, k6 = Tr.formatBody, R6 = Tr.formatRows, I6 = Tr.formatRow, B6 = Tr.formatValue, wr = Gl(" "), k1 = wr.parse, E6 = wr.parseRows, N6 = wr.format, F6 = wr.formatBody, z6 = wr.formatRows, O6 = wr.formatRow, G6 = wr.formatValue;
9896
+ var Tr = Gl(","), Mx = Tr.parse, L6 = Tr.parseRows, M6 = Tr.format, k6 = Tr.formatBody, R6 = Tr.formatRows, I6 = Tr.formatRow, B6 = Tr.formatValue, wr = Gl(" "), kx = wr.parse, E6 = wr.parseRows, N6 = wr.format, F6 = wr.formatBody, z6 = wr.formatRows, O6 = wr.formatRow, G6 = wr.formatValue;
9897
9897
  function W6(e) {
9898
9898
  for (var t in e) {
9899
9899
  var n = e[t].trim(), r, i;
@@ -9931,7 +9931,7 @@ function U6(e) {
9931
9931
  function Wl(e, t) {
9932
9932
  return fetch(e, t).then(U6);
9933
9933
  }
9934
- function R1(e) {
9934
+ function Rx(e) {
9935
9935
  return function(t, n, r) {
9936
9936
  return arguments.length === 2 && typeof n == "function" && (r = n, n = void 0), Wl(t, n).then(function(i) {
9937
9937
  return e(i, r);
@@ -9945,7 +9945,7 @@ function q6(e, t, n, r) {
9945
9945
  return i.parse(o, r);
9946
9946
  });
9947
9947
  }
9948
- var Z6 = R1(M1), K6 = R1(k1);
9948
+ var Z6 = Rx(Mx), K6 = Rx(kx);
9949
9949
  function Q6(e, t) {
9950
9950
  return new Promise(function(n, r) {
9951
9951
  var i = new Image();
@@ -9990,9 +9990,9 @@ function Yh(e, t) {
9990
9990
  }
9991
9991
  function ik(e) {
9992
9992
  const t = +this._x.call(null, e), n = +this._y.call(null, e);
9993
- return I1(this.cover(t, n), t, n, e);
9993
+ return Ix(this.cover(t, n), t, n, e);
9994
9994
  }
9995
- function I1(e, t, n, r) {
9995
+ function Ix(e, t, n, r) {
9996
9996
  if (isNaN(t) || isNaN(n)) return e;
9997
9997
  var i, o = e._root, a = { data: r }, s = e._x0, l = e._y0, u = e._x1, c = e._y1, h, f, p, g, m, d, y, b;
9998
9998
  if (!o) return e._root = a, e;
@@ -10010,7 +10010,7 @@ function ok(e) {
10010
10010
  isNaN(i = +this._x.call(null, t = e[n])) || isNaN(o = +this._y.call(null, t)) || (a[n] = i, s[n] = o, i < l && (l = i), i > c && (c = i), o < u && (u = o), o > h && (h = o));
10011
10011
  if (l > c || u > h) return this;
10012
10012
  for (this.cover(l, u).cover(c, h), n = 0; n < r; ++n)
10013
- I1(this, a[n], s[n], e[n]);
10013
+ Ix(this, a[n], s[n], e[n]);
10014
10014
  return this;
10015
10015
  }
10016
10016
  function ak(e, t) {
@@ -10437,7 +10437,7 @@ function Lk(e, t, n) {
10437
10437
  return arguments.length ? (n = +u, s) : n;
10438
10438
  }, s;
10439
10439
  }
10440
- function B1(e) {
10440
+ function Bx(e) {
10441
10441
  var t = Le(0.1), n, r, i;
10442
10442
  typeof e != "function" && (e = Le(e == null ? 0 : +e));
10443
10443
  function o(s) {
@@ -10459,7 +10459,7 @@ function B1(e) {
10459
10459
  return arguments.length ? (e = typeof s == "function" ? s : Le(+s), a(), o) : e;
10460
10460
  }, o;
10461
10461
  }
10462
- function E1(e) {
10462
+ function Ex(e) {
10463
10463
  var t = Le(0.1), n, r, i;
10464
10464
  typeof e != "function" && (e = Le(e == null ? 0 : +e));
10465
10465
  function o(s) {
@@ -10549,11 +10549,11 @@ function Bk(e) {
10549
10549
  }
10550
10550
  return r > 0 ? e.slice(0, r) + e.slice(i + 1) : e;
10551
10551
  }
10552
- var N1;
10552
+ var Nx;
10553
10553
  function Ek(e, t) {
10554
10554
  var n = Es(e, t);
10555
10555
  if (!n) return e + "";
10556
- var r = n[0], i = n[1], o = i - (N1 = Math.max(-8, Math.min(8, Math.floor(i / 3))) * 3) + 1, a = r.length;
10556
+ var r = n[0], i = n[1], o = i - (Nx = Math.max(-8, Math.min(8, Math.floor(i / 3))) * 3) + 1, a = r.length;
10557
10557
  return o === a ? r : o > a ? r + new Array(o - a + 1).join("0") : o > 0 ? r.slice(0, o) + "." + r.slice(o) : "0." + new Array(1 - o).join("0") + Es(e, Math.max(0, t + o - 1))[0];
10558
10558
  }
10559
10559
  function Lg(e, t) {
@@ -10581,7 +10581,7 @@ function kg(e) {
10581
10581
  return e;
10582
10582
  }
10583
10583
  var Rg = Array.prototype.map, Ig = ["y", "z", "a", "f", "p", "n", "µ", "m", "", "k", "M", "G", "T", "P", "E", "Z", "Y"];
10584
- function F1(e) {
10584
+ function Fx(e) {
10585
10585
  var t = e.grouping === void 0 || e.thousands === void 0 ? kg : kk(Rg.call(e.grouping, Number), e.thousands + ""), n = e.currency === void 0 ? "" : e.currency[0] + "", r = e.currency === void 0 ? "" : e.currency[1] + "", i = e.decimal === void 0 ? "." : e.decimal + "", o = e.numerals === void 0 ? kg : Rk(Rg.call(e.numerals, String)), a = e.percent === void 0 ? "%" : e.percent + "", s = e.minus === void 0 ? "−" : e.minus + "", l = e.nan === void 0 ? "NaN" : e.nan + "";
10586
10586
  function u(h) {
10587
10587
  h = gi(h);
@@ -10596,7 +10596,7 @@ function F1(e) {
10596
10596
  else {
10597
10597
  v = +v;
10598
10598
  var G = v < 0 || 1 / v < 0;
10599
- if (v = isNaN(v) ? l : A(Math.abs(v), x), $ && (v = Bk(v)), G && +v == 0 && g !== "+" && (G = !1), N = (G ? g === "(" ? g : s : g === "-" || g === "(" ? "" : g) + N, R = (S === "s" ? Ig[8 + N1 / 3] : "") + R + (G && g === "(" ? ")" : ""), P) {
10599
+ if (v = isNaN(v) ? l : A(Math.abs(v), x), $ && (v = Bk(v)), G && +v == 0 && g !== "+" && (G = !1), N = (G ? g === "(" ? g : s : g === "-" || g === "(" ? "" : g) + N, R = (S === "s" ? Ig[8 + Nx / 3] : "") + R + (G && g === "(" ? ")" : ""), P) {
10600
10600
  for (D = -1, w = v.length; ++D < w; )
10601
10601
  if (M = v.charCodeAt(D), 48 > M || M > 57) {
10602
10602
  R = (M === 46 ? i + v.slice(D + 1) : v.slice(D)) + R, v = v.slice(0, D);
@@ -10638,27 +10638,27 @@ function F1(e) {
10638
10638
  };
10639
10639
  }
10640
10640
  var Ba, sa, Hh;
10641
- z1({
10641
+ zx({
10642
10642
  thousands: ",",
10643
10643
  grouping: [3],
10644
10644
  currency: ["$", ""]
10645
10645
  });
10646
- function z1(e) {
10647
- return Ba = F1(e), sa = Ba.format, Hh = Ba.formatPrefix, Ba;
10646
+ function zx(e) {
10647
+ return Ba = Fx(e), sa = Ba.format, Hh = Ba.formatPrefix, Ba;
10648
10648
  }
10649
- function O1(e) {
10649
+ function Ox(e) {
10650
10650
  return Math.max(0, -di(Math.abs(e)));
10651
10651
  }
10652
- function G1(e, t) {
10652
+ function Gx(e, t) {
10653
10653
  return Math.max(0, Math.max(-8, Math.min(8, Math.floor(di(t) / 3))) * 3 - di(Math.abs(e)));
10654
10654
  }
10655
- function W1(e, t) {
10655
+ function Wx(e, t) {
10656
10656
  return e = Math.abs(e), t = Math.abs(t) - e, Math.max(0, di(t) - di(e)) + 1;
10657
10657
  }
10658
- var oe = 1e-6, Go = 1e-12, he = Math.PI, De = he / 2, Ns = he / 4, tt = he * 2, be = 180 / he, se = he / 180, pe = Math.abs, Mi = Math.atan, nt = Math.atan2, re = Math.cos, Ea = Math.ceil, V1 = Math.exp, nf = Math.hypot, Fs = Math.log, Uu = Math.pow, te = Math.sin, Tt = Math.sign || function(e) {
10658
+ var oe = 1e-6, Go = 1e-12, he = Math.PI, De = he / 2, Ns = he / 4, tt = he * 2, be = 180 / he, se = he / 180, pe = Math.abs, Mi = Math.atan, nt = Math.atan2, re = Math.cos, Ea = Math.ceil, Vx = Math.exp, nf = Math.hypot, Fs = Math.log, Uu = Math.pow, te = Math.sin, Tt = Math.sign || function(e) {
10659
10659
  return e > 0 ? 1 : e < 0 ? -1 : 0;
10660
10660
  }, Ee = Math.sqrt, Uh = Math.tan;
10661
- function Y1(e) {
10661
+ function Yx(e) {
10662
10662
  return e > 1 ? 0 : e < -1 ? he : Math.acos(e);
10663
10663
  }
10664
10664
  function rt(e) {
@@ -10718,7 +10718,7 @@ function Fg(e, t) {
10718
10718
  function kt(e, t) {
10719
10719
  e && Eg.hasOwnProperty(e.type) ? Eg[e.type](e, t) : zs(e, t);
10720
10720
  }
10721
- var Os = new Me(), Gs = new Me(), j1, X1, of, af, sf, Ut = {
10721
+ var Os = new Me(), Gs = new Me(), jx, Xx, of, af, sf, Ut = {
10722
10722
  point: we,
10723
10723
  lineStart: we,
10724
10724
  lineEnd: we,
@@ -10737,12 +10737,12 @@ function Nk() {
10737
10737
  Ut.point = zk;
10738
10738
  }
10739
10739
  function Fk() {
10740
- H1(j1, X1);
10740
+ Hx(jx, Xx);
10741
10741
  }
10742
10742
  function zk(e, t) {
10743
- Ut.point = H1, j1 = e, X1 = t, e *= se, t *= se, of = e, af = re(t = t / 2 + Ns), sf = te(t);
10743
+ Ut.point = Hx, jx = e, Xx = t, e *= se, t *= se, of = e, af = re(t = t / 2 + Ns), sf = te(t);
10744
10744
  }
10745
- function H1(e, t) {
10745
+ function Hx(e, t) {
10746
10746
  e *= se, t *= se, t = t / 2 + Ns;
10747
10747
  var n = e - of, r = n >= 0 ? 1 : -1, i = r * n, o = re(t), a = te(t), s = sf * a, l = af * o + s * re(i), u = s * r * te(i);
10748
10748
  Os.add(nt(u, l)), of = e, af = o, sf = a;
@@ -10773,12 +10773,12 @@ function Vs(e) {
10773
10773
  var t = Ee(e[0] * e[0] + e[1] * e[1] + e[2] * e[2]);
10774
10774
  e[0] /= t, e[1] /= t, e[2] /= t;
10775
10775
  }
10776
- var Te, ut, Pe, yt, Xn, U1, q1, Qr, po, Cn, bn, fn = {
10776
+ var Te, ut, Pe, yt, Xn, Ux, qx, Qr, po, Cn, bn, fn = {
10777
10777
  point: lf,
10778
10778
  lineStart: zg,
10779
10779
  lineEnd: Og,
10780
10780
  polygonStart: function() {
10781
- fn.point = K1, fn.lineStart = Gk, fn.lineEnd = Wk, po = new Me(), Ut.polygonStart();
10781
+ fn.point = Kx, fn.lineStart = Gk, fn.lineEnd = Wk, po = new Me(), Ut.polygonStart();
10782
10782
  },
10783
10783
  polygonEnd: function() {
10784
10784
  Ut.polygonEnd(), fn.point = lf, fn.lineStart = zg, fn.lineEnd = Og, Os < 0 ? (Te = -(Pe = 180), ut = -(yt = 90)) : po > oe ? yt = 90 : po < -oe && (ut = -90), bn[0] = Te, bn[1] = Pe;
@@ -10790,7 +10790,7 @@ var Te, ut, Pe, yt, Xn, U1, q1, Qr, po, Cn, bn, fn = {
10790
10790
  function lf(e, t) {
10791
10791
  Cn.push(bn = [Te = e, Pe = e]), t < ut && (ut = t), t > yt && (yt = t);
10792
10792
  }
10793
- function Z1(e, t) {
10793
+ function Zx(e, t) {
10794
10794
  var n = dr([e * se, t * se]);
10795
10795
  if (Qr) {
10796
10796
  var r = mi(Qr, n), i = [r[1], -r[0], 0], o = mi(i, r);
@@ -10802,24 +10802,24 @@ function Z1(e, t) {
10802
10802
  t < ut && (ut = t), t > yt && (yt = t), Qr = n, Xn = e;
10803
10803
  }
10804
10804
  function zg() {
10805
- fn.point = Z1;
10805
+ fn.point = Zx;
10806
10806
  }
10807
10807
  function Og() {
10808
10808
  bn[0] = Te, bn[1] = Pe, fn.point = lf, Qr = null;
10809
10809
  }
10810
- function K1(e, t) {
10810
+ function Kx(e, t) {
10811
10811
  if (Qr) {
10812
10812
  var n = e - Xn;
10813
10813
  po.add(pe(n) > 180 ? n + (n > 0 ? 360 : -360) : n);
10814
10814
  } else
10815
- U1 = e, q1 = t;
10816
- Ut.point(e, t), Z1(e, t);
10815
+ Ux = e, qx = t;
10816
+ Ut.point(e, t), Zx(e, t);
10817
10817
  }
10818
10818
  function Gk() {
10819
10819
  Ut.lineStart();
10820
10820
  }
10821
10821
  function Wk() {
10822
- K1(U1, q1), Ut.lineEnd(), pe(po) > oe && (Te = -(Pe = 180)), bn[0] = Te, bn[1] = Pe, Qr = null;
10822
+ Kx(Ux, qx), Ut.lineEnd(), pe(po) > oe && (Te = -(Pe = 180)), bn[0] = Te, bn[1] = Pe, Qr = null;
10823
10823
  }
10824
10824
  function pt(e, t) {
10825
10825
  return (t -= e) < 0 ? t + 360 : t;
@@ -10840,7 +10840,7 @@ function Yk(e) {
10840
10840
  }
10841
10841
  return Cn = bn = null, Te === 1 / 0 || ut === 1 / 0 ? [[NaN, NaN], [NaN, NaN]] : [[Te, ut], [Pe, yt]];
10842
10842
  }
10843
- var no, Ys, js, Xs, Hs, Us, qs, Zs, uf, cf, ff, Q1, J1, qe, Ze, Ke, Rt = {
10843
+ var no, Ys, js, Xs, Hs, Us, qs, Zs, uf, cf, ff, Qx, Jx, qe, Ze, Ke, Rt = {
10844
10844
  sphere: we,
10845
10845
  point: qh,
10846
10846
  lineStart: Wg,
@@ -10880,14 +10880,14 @@ function Hk() {
10880
10880
  Rt.point = qk;
10881
10881
  }
10882
10882
  function Uk() {
10883
- ex(Q1, J1), Rt.point = qh;
10883
+ e1(Qx, Jx), Rt.point = qh;
10884
10884
  }
10885
10885
  function qk(e, t) {
10886
- Q1 = e, J1 = t, e *= se, t *= se, Rt.point = ex;
10886
+ Qx = e, Jx = t, e *= se, t *= se, Rt.point = e1;
10887
10887
  var n = re(t);
10888
10888
  qe = n * re(e), Ze = n * te(e), Ke = te(t), la(qe, Ze, Ke);
10889
10889
  }
10890
- function ex(e, t) {
10890
+ function e1(e, t) {
10891
10891
  e *= se, t *= se;
10892
10892
  var n = re(t), r = n * re(e), i = n * te(e), o = te(t), a = Ze * o - Ke * i, s = Ke * r - qe * o, l = qe * i - Ze * r, u = nf(a, s, l), c = rt(u), h = u && -c / u;
10893
10893
  uf.add(h * a), cf.add(h * s), ff.add(h * l), Ys += c, Us += c * (qe + (qe = r)), qs += c * (Ze + (Ze = i)), Zs += c * (Ke + (Ke = o)), la(qe, Ze, Ke);
@@ -10943,7 +10943,7 @@ function Xg(e, t) {
10943
10943
  ];
10944
10944
  }, a;
10945
10945
  }
10946
- function tx(e) {
10946
+ function t1(e) {
10947
10947
  e = Zh(e[0] * se, e[1] * se, e.length > 2 ? e[2] * se : 0);
10948
10948
  function t(n) {
10949
10949
  return n = e(n[0] * se, n[1] * se), n[0] *= be, n[1] *= be, n;
@@ -10952,7 +10952,7 @@ function tx(e) {
10952
10952
  return n = e.invert(n[0] * se, n[1] * se), n[0] *= be, n[1] *= be, n;
10953
10953
  }, t;
10954
10954
  }
10955
- function nx(e, t, n, r, i, o) {
10955
+ function n1(e, t, n, r, i, o) {
10956
10956
  if (n) {
10957
10957
  var a = re(t), s = te(t), l = r * n;
10958
10958
  i == null ? (i = t + r * tt, o = t - l / 2) : (i = Hg(a, i), o = Hg(a, o), (r > 0 ? i < o : i > o) && (i += r * tt));
@@ -10962,7 +10962,7 @@ function nx(e, t, n, r, i, o) {
10962
10962
  }
10963
10963
  function Hg(e, t) {
10964
10964
  t = dr(t), t[0] -= e, Vs(t);
10965
- var n = Y1(-t[1]);
10965
+ var n = Yx(-t[1]);
10966
10966
  return ((-t[2] < 0 ? -n : n) + tt - oe) % tt;
10967
10967
  }
10968
10968
  function Kk() {
@@ -10972,7 +10972,7 @@ function Kk() {
10972
10972
  }
10973
10973
  function s() {
10974
10974
  var l = e.apply(this, arguments), u = t.apply(this, arguments) * se, c = n.apply(this, arguments) * se;
10975
- return r = [], i = Zh(-l[0] * se, -l[1] * se, 0).invert, nx(o, u, c, 1), l = { type: "Polygon", coordinates: [r] }, r = i = null, l;
10975
+ return r = [], i = Zh(-l[0] * se, -l[1] * se, 0).invert, n1(o, u, c, 1), l = { type: "Polygon", coordinates: [r] }, r = i = null, l;
10976
10976
  }
10977
10977
  return s.center = function(l) {
10978
10978
  return arguments.length ? (e = typeof l == "function" ? l : Fr([+l[0], +l[1]]), s) : e;
@@ -10982,7 +10982,7 @@ function Kk() {
10982
10982
  return arguments.length ? (n = typeof l == "function" ? l : Fr(+l), s) : n;
10983
10983
  }, s;
10984
10984
  }
10985
- function rx() {
10985
+ function r1() {
10986
10986
  var e = [], t;
10987
10987
  return {
10988
10988
  point: function(n, r, i) {
@@ -11007,7 +11007,7 @@ function ss(e, t) {
11007
11007
  function za(e, t, n, r) {
11008
11008
  this.x = e, this.z = t, this.o = n, this.e = r, this.v = !1, this.n = this.p = null;
11009
11009
  }
11010
- function ix(e, t, n, r, i) {
11010
+ function i1(e, t, n, r, i) {
11011
11011
  var o = [], a = [], s, l;
11012
11012
  if (e.forEach(function(g) {
11013
11013
  if (!((m = g.length - 1) <= 0)) {
@@ -11058,7 +11058,7 @@ function Ug(e) {
11058
11058
  function Zu(e) {
11059
11059
  return pe(e[0]) <= he ? e[0] : Tt(e[0]) * ((pe(e[0]) + he) % tt - he);
11060
11060
  }
11061
- function ox(e, t) {
11061
+ function o1(e, t) {
11062
11062
  var n = Zu(t), r = t[1], i = te(r), o = [te(n), -re(n), 0], a = 0, s = 0, l = new Me();
11063
11063
  i === 1 ? r = De + oe : i === -1 && (r = -De - oe);
11064
11064
  for (var u = 0, c = e.length; u < c; ++u)
@@ -11076,9 +11076,9 @@ function ox(e, t) {
11076
11076
  }
11077
11077
  return (a < -oe || a < oe && l < -Go) ^ s & 1;
11078
11078
  }
11079
- function ax(e, t, n, r) {
11079
+ function a1(e, t, n, r) {
11080
11080
  return function(i) {
11081
- var o = t(i), a = rx(), s = t(a), l = !1, u, c, h, f = {
11081
+ var o = t(i), a = r1(), s = t(a), l = !1, u, c, h, f = {
11082
11082
  point: p,
11083
11083
  lineStart: m,
11084
11084
  lineEnd: d,
@@ -11087,8 +11087,8 @@ function ax(e, t, n, r) {
11087
11087
  },
11088
11088
  polygonEnd: function() {
11089
11089
  f.point = p, f.lineStart = m, f.lineEnd = d, c = $h(c);
11090
- var $ = ox(u, r);
11091
- c.length ? (l || (i.polygonStart(), l = !0), ix(c, Jk, $, n, i)) : $ && (l || (i.polygonStart(), l = !0), i.lineStart(), n(null, null, 1, i), i.lineEnd()), l && (i.polygonEnd(), l = !1), c = u = null;
11090
+ var $ = o1(u, r);
11091
+ c.length ? (l || (i.polygonStart(), l = !0), i1(c, Jk, $, n, i)) : $ && (l || (i.polygonStart(), l = !0), i.lineStart(), n(null, null, 1, i), i.lineEnd()), l && (i.polygonEnd(), l = !1), c = u = null;
11092
11092
  },
11093
11093
  sphere: function() {
11094
11094
  i.polygonStart(), i.lineStart(), n(null, null, 1, i), i.lineEnd(), i.polygonEnd();
@@ -11135,7 +11135,7 @@ function Qk(e) {
11135
11135
  function Jk(e, t) {
11136
11136
  return ((e = e.x)[0] < 0 ? e[1] - De - oe : De - e[1]) - ((t = t.x)[0] < 0 ? t[1] - De - oe : De - t[1]);
11137
11137
  }
11138
- const df = ax(
11138
+ const df = a1(
11139
11139
  function() {
11140
11140
  return !0;
11141
11141
  },
@@ -11175,10 +11175,10 @@ function n8(e, t, n, r) {
11175
11175
  } else
11176
11176
  r.point(t[0], t[1]);
11177
11177
  }
11178
- function sx(e) {
11178
+ function s1(e) {
11179
11179
  var t = re(e), n = 2 * se, r = t > 0, i = pe(t) > oe;
11180
11180
  function o(c, h, f, p) {
11181
- nx(p, e, n, f, c, h);
11181
+ n1(p, e, n, f, c, h);
11182
11182
  }
11183
11183
  function a(c, h) {
11184
11184
  return re(c) * re(h) > t;
@@ -11231,7 +11231,7 @@ function sx(e) {
11231
11231
  var f = r ? e : he - e, p = 0;
11232
11232
  return c < -f ? p |= 1 : c > f && (p |= 2), h < -f ? p |= 4 : h > f && (p |= 8), p;
11233
11233
  }
11234
- return ax(a, s, o, r ? [0, -e] : [-he, e - he]);
11234
+ return a1(a, s, o, r ? [0, -e] : [-he, e - he]);
11235
11235
  }
11236
11236
  function r8(e, t, n, r, i, o) {
11237
11237
  var a = e[0], s = e[1], l = t[0], u = t[1], c = 0, h = 1, f = l - a, p = u - s, g;
@@ -11298,7 +11298,7 @@ function Ul(e, t, n, r) {
11298
11298
  return h !== f ? h - f : h === 0 ? c[1] - u[1] : h === 1 ? u[0] - c[0] : h === 2 ? u[1] - c[1] : c[0] - u[0];
11299
11299
  }
11300
11300
  return function(u) {
11301
- var c = u, h = rx(), f, p, g, m, d, y, b, x, $, S, T, _ = {
11301
+ var c = u, h = r1(), f, p, g, m, d, y, b, x, $, S, T, _ = {
11302
11302
  point: A,
11303
11303
  lineStart: N,
11304
11304
  lineEnd: R,
@@ -11319,7 +11319,7 @@ function Ul(e, t, n, r) {
11319
11319
  }
11320
11320
  function v() {
11321
11321
  var w = P(), M = T && w, G = (f = $h(f)).length;
11322
- (M || G) && (u.polygonStart(), M && (u.lineStart(), o(null, null, 1, u), u.lineEnd()), G && ix(f, s, w, o, u), u.polygonEnd()), c = u, f = p = g = null;
11322
+ (M || G) && (u.polygonStart(), M && (u.lineStart(), o(null, null, 1, u), u.lineEnd()), G && i1(f, s, w, o, u), u.polygonEnd()), c = u, f = p = g = null;
11323
11323
  }
11324
11324
  function N() {
11325
11325
  _.point = D, p && p.push(g = []), S = !0, $ = !1, b = x = NaN;
@@ -11374,12 +11374,12 @@ function l8(e, t) {
11374
11374
  var n = te(t), r = re(t), i = pe(e - mf), o = re(i), a = te(i), s = r * a, l = us * n - ls * r * o, u = ls * n + us * r * o;
11375
11375
  gf.add(nt(Ee(s * s + l * l), u)), mf = e, ls = n, us = r;
11376
11376
  }
11377
- function lx(e) {
11377
+ function l1(e) {
11378
11378
  return gf = new Me(), kt(e, yi), +gf;
11379
11379
  }
11380
11380
  var yf = [null, null], u8 = { type: "LineString", coordinates: yf };
11381
11381
  function Ks(e, t) {
11382
- return yf[0] = e, yf[1] = t, lx(u8);
11382
+ return yf[0] = e, yf[1] = t, l1(u8);
11383
11383
  }
11384
11384
  var qg = {
11385
11385
  Feature: function(e, t) {
@@ -11434,12 +11434,12 @@ function Qg(e, t) {
11434
11434
  return !1;
11435
11435
  }
11436
11436
  function Jg(e, t) {
11437
- return !!ox(e.map(c8), ux(t));
11437
+ return !!o1(e.map(c8), u1(t));
11438
11438
  }
11439
11439
  function c8(e) {
11440
- return e = e.map(ux), e.pop(), e;
11440
+ return e = e.map(u1), e.pop(), e;
11441
11441
  }
11442
- function ux(e) {
11442
+ function u1(e) {
11443
11443
  return [e[0] * se, e[1] * se];
11444
11444
  }
11445
11445
  function f8(e, t) {
@@ -11461,7 +11461,7 @@ function tm(e, t, n) {
11461
11461
  });
11462
11462
  };
11463
11463
  }
11464
- function cx() {
11464
+ function c1() {
11465
11465
  var e, t, n, r, i, o, a, s, l = 10, u = l, c = 90, h = 360, f, p, g, m, d = 2.5;
11466
11466
  function y() {
11467
11467
  return { type: "MultiLineString", coordinates: b() };
@@ -11505,7 +11505,7 @@ function cx() {
11505
11505
  }, y.extentMajor([[-180, -90 + oe], [180, 90 - oe]]).extentMinor([[-180, -80 - oe], [180, 80 + oe]]);
11506
11506
  }
11507
11507
  function h8() {
11508
- return cx()();
11508
+ return c1()();
11509
11509
  }
11510
11510
  function p8(e, t) {
11511
11511
  var n = e[0] * se, r = e[1] * se, i = t[0] * se, o = t[1] * se, a = re(r), s = te(r), l = re(o), u = te(o), c = a * re(n), h = a * te(n), f = l * re(i), p = l * te(i), g = 2 * rt(Ee(Bg(o - r) + a * l * Bg(i - n))), m = te(g), d = g ? function(y) {
@@ -11520,7 +11520,7 @@ function p8(e, t) {
11520
11520
  return d.distance = g, d;
11521
11521
  }
11522
11522
  const Wo = (e) => e;
11523
- var Ku = new Me(), bf = new Me(), fx, hx, xf, $f, hn = {
11523
+ var Ku = new Me(), bf = new Me(), f1, h1, xf, $f, hn = {
11524
11524
  point: we,
11525
11525
  lineStart: we,
11526
11526
  lineEnd: we,
@@ -11539,13 +11539,13 @@ function d8() {
11539
11539
  hn.point = g8;
11540
11540
  }
11541
11541
  function g8(e, t) {
11542
- hn.point = px, fx = xf = e, hx = $f = t;
11542
+ hn.point = p1, f1 = xf = e, h1 = $f = t;
11543
11543
  }
11544
- function px(e, t) {
11544
+ function p1(e, t) {
11545
11545
  bf.add($f * e - xf * t), xf = e, $f = t;
11546
11546
  }
11547
11547
  function m8() {
11548
- px(fx, hx);
11548
+ p1(f1, h1);
11549
11549
  }
11550
11550
  var bi = 1 / 0, Js = bi, Vo = -bi, el = Vo, tl = {
11551
11551
  point: y8,
@@ -11561,7 +11561,7 @@ var bi = 1 / 0, Js = bi, Vo = -bi, el = Vo, tl = {
11561
11561
  function y8(e, t) {
11562
11562
  e < bi && (bi = e), e > Vo && (Vo = e), t < Js && (Js = t), t > el && (el = t);
11563
11563
  }
11564
- var vf = 0, Sf = 0, io = 0, nl = 0, rl = 0, jr = 0, Tf = 0, wf = 0, oo = 0, dx, gx, Gt, Wt, St = {
11564
+ var vf = 0, Sf = 0, io = 0, nl = 0, rl = 0, jr = 0, Tf = 0, wf = 0, oo = 0, d1, g1, Gt, Wt, St = {
11565
11565
  point: gr,
11566
11566
  lineStart: nm,
11567
11567
  lineEnd: rm,
@@ -11596,19 +11596,19 @@ function $8() {
11596
11596
  St.point = S8;
11597
11597
  }
11598
11598
  function v8() {
11599
- mx(dx, gx);
11599
+ m1(d1, g1);
11600
11600
  }
11601
11601
  function S8(e, t) {
11602
- St.point = mx, gr(dx = Gt = e, gx = Wt = t);
11602
+ St.point = m1, gr(d1 = Gt = e, g1 = Wt = t);
11603
11603
  }
11604
- function mx(e, t) {
11604
+ function m1(e, t) {
11605
11605
  var n = e - Gt, r = t - Wt, i = Ee(n * n + r * r);
11606
11606
  nl += i * (Gt + e) / 2, rl += i * (Wt + t) / 2, jr += i, i = Wt * e - Gt * t, Tf += i * (Gt + e), wf += i * (Wt + t), oo += i * 3, gr(Gt = e, Wt = t);
11607
11607
  }
11608
- function yx(e) {
11608
+ function y1(e) {
11609
11609
  this._context = e;
11610
11610
  }
11611
- yx.prototype = {
11611
+ y1.prototype = {
11612
11612
  _radius: 4.5,
11613
11613
  pointRadius: function(e) {
11614
11614
  return this._radius = e, this;
@@ -11643,13 +11643,13 @@ yx.prototype = {
11643
11643
  },
11644
11644
  result: we
11645
11645
  };
11646
- var _f = new Me(), Qu, bx, xx, ao, so, Yo = {
11646
+ var _f = new Me(), Qu, b1, x1, ao, so, Yo = {
11647
11647
  point: we,
11648
11648
  lineStart: function() {
11649
11649
  Yo.point = T8;
11650
11650
  },
11651
11651
  lineEnd: function() {
11652
- Qu && $x(bx, xx), Yo.point = we;
11652
+ Qu && $1(b1, x1), Yo.point = we;
11653
11653
  },
11654
11654
  polygonStart: function() {
11655
11655
  Qu = !0;
@@ -11663,15 +11663,15 @@ var _f = new Me(), Qu, bx, xx, ao, so, Yo = {
11663
11663
  }
11664
11664
  };
11665
11665
  function T8(e, t) {
11666
- Yo.point = $x, bx = ao = e, xx = so = t;
11666
+ Yo.point = $1, b1 = ao = e, x1 = so = t;
11667
11667
  }
11668
- function $x(e, t) {
11668
+ function $1(e, t) {
11669
11669
  ao -= e, so -= t, _f.add(Ee(ao * ao + so * so)), ao = e, so = t;
11670
11670
  }
11671
11671
  let im, il, om, am;
11672
11672
  class sm {
11673
11673
  constructor(t) {
11674
- this._append = t == null ? vx : w8(t), this._radius = 4.5, this._ = "";
11674
+ this._append = t == null ? v1 : w8(t), this._radius = 4.5, this._ = "";
11675
11675
  }
11676
11676
  pointRadius(t) {
11677
11677
  return this._radius = +t, this;
@@ -11713,7 +11713,7 @@ class sm {
11713
11713
  return this._ = "", t.length ? t : null;
11714
11714
  }
11715
11715
  }
11716
- function vx(e) {
11716
+ function v1(e) {
11717
11717
  let t = 1;
11718
11718
  this._ += e[0];
11719
11719
  for (const n = e.length; t < n; ++t)
@@ -11722,7 +11722,7 @@ function vx(e) {
11722
11722
  function w8(e) {
11723
11723
  const t = Math.floor(e);
11724
11724
  if (!(t >= 0)) throw new RangeError(`invalid digits: ${e}`);
11725
- if (t > 15) return vx;
11725
+ if (t > 15) return v1;
11726
11726
  if (t !== im) {
11727
11727
  const n = 10 ** t;
11728
11728
  im = t, il = function(i) {
@@ -11750,7 +11750,7 @@ function _8(e, t) {
11750
11750
  }, a.projection = function(s) {
11751
11751
  return arguments.length ? (i = s == null ? (e = null, Wo) : (e = s).stream, a) : e;
11752
11752
  }, a.context = function(s) {
11753
- return arguments.length ? (o = s == null ? (t = null, new sm(n)) : new yx(t = s), typeof r != "function" && o.pointRadius(r), a) : t;
11753
+ return arguments.length ? (o = s == null ? (t = null, new sm(n)) : new y1(t = s), typeof r != "function" && o.pointRadius(r), a) : t;
11754
11754
  }, a.pointRadius = function(s) {
11755
11755
  return arguments.length ? (r = typeof s == "function" ? s : (o.pointRadius(+s), +s), a) : r;
11756
11756
  }, a.digits = function(s) {
@@ -11931,7 +11931,7 @@ function tp(e) {
11931
11931
  }, v.postclip = function(w) {
11932
11932
  return arguments.length ? ($ = w, d = y = b = x = null, D()) : $;
11933
11933
  }, v.clipAngle = function(w) {
11934
- return arguments.length ? (m = +w ? sx(g = w * se) : (g = null, df), D()) : g * be;
11934
+ return arguments.length ? (m = +w ? s1(g = w * se) : (g = null, df), D()) : g * be;
11935
11935
  }, v.clipExtent = function(w) {
11936
11936
  return arguments.length ? ($ = w == null ? (d = y = b = x = null, Wo) : Ul(d = +w[0][0], y = +w[0][1], b = +w[1][0], x = +w[1][1]), D()) : d == null ? null : [[d, y], [b, x]];
11937
11937
  }, v.scale = function(w) {
@@ -11985,7 +11985,7 @@ function R8(e) {
11985
11985
  return [r / t, rt(i * t)];
11986
11986
  }, n;
11987
11987
  }
11988
- function Sx(e, t) {
11988
+ function S1(e, t) {
11989
11989
  var n = te(e), r = (n + te(t)) / 2;
11990
11990
  if (pe(r) < oe) return R8(e);
11991
11991
  var i = 1 + n * (2 * r - n), o = Ee(i) / r;
@@ -11999,9 +11999,9 @@ function Sx(e, t) {
11999
11999
  }, a;
12000
12000
  }
12001
12001
  function ol() {
12002
- return np(Sx).scale(155.424).center([0, 33.6442]);
12002
+ return np(S1).scale(155.424).center([0, 33.6442]);
12003
12003
  }
12004
- function Tx() {
12004
+ function T1() {
12005
12005
  return ol().parallels([29.5, 45.5]).scale(1070).translate([480, 250]).rotate([96, 0]).center([-0.6, 38.7]);
12006
12006
  }
12007
12007
  function I8(e) {
@@ -12028,7 +12028,7 @@ function I8(e) {
12028
12028
  };
12029
12029
  }
12030
12030
  function B8() {
12031
- var e, t, n = Tx(), r, i = ol().rotate([154, 0]).center([-2, 58.5]).parallels([55, 65]), o, a = ol().rotate([157, 0]).center([-3, 19.9]).parallels([8, 18]), s, l, u = { point: function(f, p) {
12031
+ var e, t, n = T1(), r, i = ol().rotate([154, 0]).center([-2, 58.5]).parallels([55, 65]), o, a = ol().rotate([157, 0]).center([-3, 19.9]).parallels([8, 18]), s, l, u = { point: function(f, p) {
12032
12032
  l = [f, p];
12033
12033
  } };
12034
12034
  function c(f) {
@@ -12062,7 +12062,7 @@ function B8() {
12062
12062
  }
12063
12063
  return c.scale(1070);
12064
12064
  }
12065
- function wx(e) {
12065
+ function w1(e) {
12066
12066
  return function(t, n) {
12067
12067
  var r = re(t), i = re(n), o = e(r * i);
12068
12068
  return o === 1 / 0 ? [2, 0] : [
@@ -12080,7 +12080,7 @@ function ca(e) {
12080
12080
  ];
12081
12081
  };
12082
12082
  }
12083
- var rp = wx(function(e) {
12083
+ var rp = w1(function(e) {
12084
12084
  return Ee(2 / (1 + e));
12085
12085
  });
12086
12086
  rp.invert = ca(function(e) {
@@ -12089,8 +12089,8 @@ rp.invert = ca(function(e) {
12089
12089
  function E8() {
12090
12090
  return nn(rp).scale(124.75).clipAngle(180 - 1e-3);
12091
12091
  }
12092
- var ip = wx(function(e) {
12093
- return (e = Y1(e)) && e / te(e);
12092
+ var ip = w1(function(e) {
12093
+ return (e = Yx(e)) && e / te(e);
12094
12094
  });
12095
12095
  ip.invert = ca(function(e) {
12096
12096
  return e;
@@ -12102,12 +12102,12 @@ function fa(e, t) {
12102
12102
  return [e, Fs(Uh((De + t) / 2))];
12103
12103
  }
12104
12104
  fa.invert = function(e, t) {
12105
- return [e, 2 * Mi(V1(t)) - De];
12105
+ return [e, 2 * Mi(Vx(t)) - De];
12106
12106
  };
12107
12107
  function F8() {
12108
- return _x(fa).scale(961 / tt);
12108
+ return _1(fa).scale(961 / tt);
12109
12109
  }
12110
- function _x(e) {
12110
+ function _1(e) {
12111
12111
  var t = nn(e), n = t.center, r = t.scale, i = t.translate, o = t.clipExtent, a = null, s, l, u;
12112
12112
  t.scale = function(h) {
12113
12113
  return arguments.length ? (r(h), c()) : r();
@@ -12119,7 +12119,7 @@ function _x(e) {
12119
12119
  return arguments.length ? (h == null ? a = s = l = u = null : (a = +h[0][0], s = +h[0][1], l = +h[1][0], u = +h[1][1]), c()) : a == null ? null : [[a, s], [l, u]];
12120
12120
  };
12121
12121
  function c() {
12122
- var h = he * r(), f = t(tx(t.rotate()).invert([0, 0]));
12122
+ var h = he * r(), f = t(t1(t.rotate()).invert([0, 0]));
12123
12123
  return o(a == null ? [[f[0] - h, f[1] - h], [f[0] + h, f[1] + h]] : e === fa ? [[Math.max(f[0] - h, a), s], [Math.min(f[0] + h, l), u]] : [[a, Math.max(f[1] - h, s)], [l, Math.min(f[1] + h, u)]]);
12124
12124
  }
12125
12125
  return c();
@@ -12127,7 +12127,7 @@ function _x(e) {
12127
12127
  function Ga(e) {
12128
12128
  return Uh((De + e) / 2);
12129
12129
  }
12130
- function Ax(e, t) {
12130
+ function A1(e, t) {
12131
12131
  var n = re(e), r = e === t ? te(e) : Fs(n / re(t)) / Fs(Ga(t) / Ga(e)), i = n * Uu(Ga(e), r) / r;
12132
12132
  if (!r) return fa;
12133
12133
  function o(a, s) {
@@ -12141,7 +12141,7 @@ function Ax(e, t) {
12141
12141
  }, o;
12142
12142
  }
12143
12143
  function z8() {
12144
- return np(Ax).scale(109.5).parallels([30, 30]);
12144
+ return np(A1).scale(109.5).parallels([30, 30]);
12145
12145
  }
12146
12146
  function jo(e, t) {
12147
12147
  return [e, t];
@@ -12150,7 +12150,7 @@ jo.invert = jo;
12150
12150
  function O8() {
12151
12151
  return nn(jo).scale(152.63);
12152
12152
  }
12153
- function Px(e, t) {
12153
+ function P1(e, t) {
12154
12154
  var n = re(e), r = e === t ? te(e) : (n - re(t)) / (t - e), i = n / r + e;
12155
12155
  if (pe(r) < oe) return jo;
12156
12156
  function o(a, s) {
@@ -12163,7 +12163,7 @@ function Px(e, t) {
12163
12163
  }, o;
12164
12164
  }
12165
12165
  function G8() {
12166
- return np(Px).scale(131.154).center([0, 13.9389]);
12166
+ return np(P1).scale(131.154).center([0, 13.9389]);
12167
12167
  }
12168
12168
  var go = 1.340264, mo = -0.081106, yo = 893e-6, bo = 3796e-6, al = Ee(3) / 2, W8 = 12;
12169
12169
  function op(e, t) {
@@ -12285,10 +12285,10 @@ function cp(e, t) {
12285
12285
  return [Fs(Uh((De + t) / 2)), -e];
12286
12286
  }
12287
12287
  cp.invert = function(e, t) {
12288
- return [-t, 2 * Mi(V1(e)) - De];
12288
+ return [-t, 2 * Mi(Vx(e)) - De];
12289
12289
  };
12290
12290
  function q8() {
12291
- var e = _x(cp), t = e.center, n = e.rotate;
12291
+ var e = _1(cp), t = e.center, n = e.rotate;
12292
12292
  return e.center = function(r) {
12293
12293
  return arguments.length ? t([-r[1], r[0]]) : (r = t(), [r[1], -r[0]]);
12294
12294
  }, e.rotate = function(r) {
@@ -12438,7 +12438,7 @@ function Zl(e, t) {
12438
12438
  if ((a = t(r.data)) && (l = (a = Array.from(a)).length))
12439
12439
  for (r.children = a, s = l - 1; s >= 0; --s)
12440
12440
  i.push(o = a[s] = new mr(a[s])), o.parent = r, o.depth = r.depth + 1;
12441
- return n.eachBefore(Dx);
12441
+ return n.eachBefore(D1);
12442
12442
  }
12443
12443
  function x4() {
12444
12444
  return Zl(this).eachBefore(S4);
@@ -12452,7 +12452,7 @@ function v4(e) {
12452
12452
  function S4(e) {
12453
12453
  e.data.value !== void 0 && (e.value = e.data.value), e.data = e.data.data;
12454
12454
  }
12455
- function Dx(e) {
12455
+ function D1(e) {
12456
12456
  var t = 0;
12457
12457
  do
12458
12458
  e.height = t;
@@ -12479,9 +12479,9 @@ mr.prototype = Zl.prototype = {
12479
12479
  [Symbol.iterator]: b4
12480
12480
  };
12481
12481
  function cs(e) {
12482
- return e == null ? null : Cx(e);
12482
+ return e == null ? null : C1(e);
12483
12483
  }
12484
- function Cx(e) {
12484
+ function C1(e) {
12485
12485
  if (typeof e != "function") throw new Error();
12486
12486
  return e;
12487
12487
  }
@@ -12508,11 +12508,11 @@ function A4(e, t) {
12508
12508
  return e;
12509
12509
  }
12510
12510
  function P4(e) {
12511
- return Lx(e, fp());
12511
+ return L1(e, fp());
12512
12512
  }
12513
- function Lx(e, t) {
12513
+ function L1(e, t) {
12514
12514
  for (var n = 0, r = (e = A4(Array.from(e), t)).length, i = [], o, a; n < r; )
12515
- o = e[n], a && Mx(a, o) ? ++n : (a = C4(i = D4(i, o)), n = 0);
12515
+ o = e[n], a && M1(a, o) ? ++n : (a = C4(i = D4(i, o)), n = 0);
12516
12516
  return a;
12517
12517
  }
12518
12518
  function D4(e, t) {
@@ -12523,7 +12523,7 @@ function D4(e, t) {
12523
12523
  return [e[n], t];
12524
12524
  for (n = 0; n < e.length - 1; ++n)
12525
12525
  for (r = n + 1; r < e.length; ++r)
12526
- if (Wa(lo(e[n], e[r]), t) && Wa(lo(e[n], t), e[r]) && Wa(lo(e[r], t), e[n]) && Ju(kx(e[n], e[r], t), e))
12526
+ if (Wa(lo(e[n], e[r]), t) && Wa(lo(e[n], t), e[r]) && Wa(lo(e[r], t), e[n]) && Ju(k1(e[n], e[r], t), e))
12527
12527
  return [e[n], e[r], t];
12528
12528
  throw new Error();
12529
12529
  }
@@ -12531,13 +12531,13 @@ function Wa(e, t) {
12531
12531
  var n = e.r - t.r, r = t.x - e.x, i = t.y - e.y;
12532
12532
  return n < 0 || n * n < r * r + i * i;
12533
12533
  }
12534
- function Mx(e, t) {
12534
+ function M1(e, t) {
12535
12535
  var n = e.r - t.r + Math.max(e.r, t.r, 1) * 1e-9, r = t.x - e.x, i = t.y - e.y;
12536
12536
  return n > 0 && n * n > r * r + i * i;
12537
12537
  }
12538
12538
  function Ju(e, t) {
12539
12539
  for (var n = 0; n < t.length; ++n)
12540
- if (!Mx(e, t[n]))
12540
+ if (!M1(e, t[n]))
12541
12541
  return !1;
12542
12542
  return !0;
12543
12543
  }
@@ -12548,7 +12548,7 @@ function C4(e) {
12548
12548
  case 2:
12549
12549
  return lo(e[0], e[1]);
12550
12550
  case 3:
12551
- return kx(e[0], e[1], e[2]);
12551
+ return k1(e[0], e[1], e[2]);
12552
12552
  }
12553
12553
  }
12554
12554
  function L4(e) {
@@ -12566,7 +12566,7 @@ function lo(e, t) {
12566
12566
  r: (h + i + s) / 2
12567
12567
  };
12568
12568
  }
12569
- function kx(e, t, n) {
12569
+ function k1(e, t, n) {
12570
12570
  var r = e.x, i = e.y, o = e.r, a = t.x, s = t.y, l = t.r, u = n.x, c = n.y, h = n.r, f = r - a, p = r - u, g = i - s, m = i - c, d = l - o, y = h - o, b = r * r + i * i - o * o, x = b - a * a - s * s + l * l, $ = b - u * u - c * c + h * h, S = p * g - f * m, T = (g * $ - m * x) / (S * 2) - r, _ = (m * d - g * y) / S, A = (p * x - f * $) / (S * 2) - i, P = (f * y - p * d) / S, I = _ * _ + P * P - 1, v = 2 * (o + T * _ + A * P), N = T * T + A * A - o * o, R = -(Math.abs(I) > 1e-6 ? (v + Math.sqrt(v * v - 4 * I * N)) / (2 * I) : N / v);
12571
12571
  return {
12572
12572
  x: r + T + _ * R,
@@ -12589,7 +12589,7 @@ function dm(e) {
12589
12589
  function Va(e) {
12590
12590
  this._ = e, this.next = null, this.previous = null;
12591
12591
  }
12592
- function Rx(e, t) {
12592
+ function R1(e, t) {
12593
12593
  if (!(o = (e = _4(e)).length)) return 0;
12594
12594
  var n, r, i, o, a, s, l, u, c, h, f;
12595
12595
  if (n = e[0], n.x = 0, n.y = 0, !(o > 1)) return n.r;
@@ -12617,11 +12617,11 @@ function Rx(e, t) {
12617
12617
  r = n.next;
12618
12618
  }
12619
12619
  for (n = [r._], i = r; (i = i.next) !== r; ) n.push(i._);
12620
- for (i = Lx(n, t), l = 0; l < o; ++l) n = e[l], n.x -= i.x, n.y -= i.y;
12620
+ for (i = L1(n, t), l = 0; l < o; ++l) n = e[l], n.x -= i.x, n.y -= i.y;
12621
12621
  return i.r;
12622
12622
  }
12623
12623
  function M4(e) {
12624
- return Rx(e, fp()), e;
12624
+ return R1(e, fp()), e;
12625
12625
  }
12626
12626
  function k4(e) {
12627
12627
  return Math.sqrt(e.value);
@@ -12650,7 +12650,7 @@ function ec(e, t, n) {
12650
12650
  if (i = r.children) {
12651
12651
  var i, o, a = i.length, s = e(r) * t || 0, l;
12652
12652
  if (s) for (o = 0; o < a; ++o) i[o].r += s;
12653
- if (l = Rx(i, n), s) for (o = 0; o < a; ++o) i[o].r -= s;
12653
+ if (l = R1(i, n), s) for (o = 0; o < a; ++o) i[o].r -= s;
12654
12654
  r.r = l + s;
12655
12655
  }
12656
12656
  };
@@ -12661,7 +12661,7 @@ function mm(e) {
12661
12661
  t.r *= e, n && (t.x = n.x + e * t.x, t.y = n.y + e * t.y);
12662
12662
  };
12663
12663
  }
12664
- function Ix(e) {
12664
+ function I1(e) {
12665
12665
  e.x0 = Math.round(e.x0), e.y0 = Math.round(e.y0), e.x1 = Math.round(e.x1), e.y1 = Math.round(e.y1);
12666
12666
  }
12667
12667
  function ha(e, t, n, r, i) {
@@ -12672,7 +12672,7 @@ function I4() {
12672
12672
  var e = 1, t = 1, n = 0, r = !1;
12673
12673
  function i(a) {
12674
12674
  var s = a.height + 1;
12675
- return a.x0 = a.y0 = n, a.x1 = e, a.y1 = t / s, a.eachBefore(o(t, s)), r && a.eachBefore(Ix), a;
12675
+ return a.x0 = a.y0 = n, a.x1 = e, a.y1 = t / s, a.eachBefore(o(t, s)), r && a.eachBefore(I1), a;
12676
12676
  }
12677
12677
  function o(a, s) {
12678
12678
  return function(l) {
@@ -12726,7 +12726,7 @@ function F4() {
12726
12726
  }
12727
12727
  if (h.parent = B4, h.eachBefore(function(y) {
12728
12728
  y.depth = y.parent.depth + 1, --l;
12729
- }).eachBefore(Dx), h.parent = null, l > 0) throw new Error("cycle");
12729
+ }).eachBefore(D1), h.parent = null, l > 0) throw new Error("cycle");
12730
12730
  return h;
12731
12731
  }
12732
12732
  return r.id = function(i) {
@@ -12841,8 +12841,8 @@ function Kl(e, t, n, r, i) {
12841
12841
  for (var o = e.children, a, s = -1, l = o.length, u = e.value && (i - n) / e.value; ++s < l; )
12842
12842
  a = o[s], a.x0 = t, a.x1 = r, a.y0 = n, a.y1 = n += a.value * u;
12843
12843
  }
12844
- var Bx = (1 + Math.sqrt(5)) / 2;
12845
- function Ex(e, t, n, r, i, o) {
12844
+ var B1 = (1 + Math.sqrt(5)) / 2;
12845
+ function E1(e, t, n, r, i, o) {
12846
12846
  for (var a = [], s = t.children, l, u, c = 0, h = 0, f = s.length, p, g, m = t.value, d, y, b, x, $, S, T; c < f; ) {
12847
12847
  p = i - n, g = o - r;
12848
12848
  do
@@ -12861,16 +12861,16 @@ function Ex(e, t, n, r, i, o) {
12861
12861
  }
12862
12862
  const hp = function e(t) {
12863
12863
  function n(r, i, o, a, s) {
12864
- Ex(t, r, i, o, a, s);
12864
+ E1(t, r, i, o, a, s);
12865
12865
  }
12866
12866
  return n.ratio = function(r) {
12867
12867
  return e((r = +r) > 1 ? r : 1);
12868
12868
  }, n;
12869
- }(Bx);
12870
- function Nx() {
12869
+ }(B1);
12870
+ function N1() {
12871
12871
  var e = hp, t = !1, n = 1, r = 1, i = [0], o = Un, a = Un, s = Un, l = Un, u = Un;
12872
12872
  function c(f) {
12873
- return f.x0 = f.y0 = 0, f.x1 = n, f.y1 = r, f.eachBefore(h), i = [0], t && f.eachBefore(Ix), f;
12873
+ return f.x0 = f.y0 = 0, f.x1 = n, f.y1 = r, f.eachBefore(h), i = [0], t && f.eachBefore(I1), f;
12874
12874
  }
12875
12875
  function h(f) {
12876
12876
  var p = i[f.depth], g = f.x0 + p, m = f.y0 + p, d = f.x1 - p, y = f.y1 - p;
@@ -12881,7 +12881,7 @@ function Nx() {
12881
12881
  }, c.size = function(f) {
12882
12882
  return arguments.length ? (n = +f[0], r = +f[1], c) : [n, r];
12883
12883
  }, c.tile = function(f) {
12884
- return arguments.length ? (e = Cx(f), c) : e;
12884
+ return arguments.length ? (e = C1(f), c) : e;
12885
12885
  }, c.padding = function(f) {
12886
12886
  return arguments.length ? c.paddingInner(f).paddingOuter(f) : c.paddingInner();
12887
12887
  }, c.paddingInner = function(f) {
@@ -12935,12 +12935,12 @@ const U4 = function e(t) {
12935
12935
  u.dice ? ha(u, i, o, a, m ? o += (s - o) * u.value / m : s) : Kl(u, i, o, m ? i += (a - i) * u.value / m : a, s), m -= u.value;
12936
12936
  }
12937
12937
  else
12938
- r._squarify = l = Ex(t, r, i, o, a, s), l.ratio = t;
12938
+ r._squarify = l = E1(t, r, i, o, a, s), l.ratio = t;
12939
12939
  }
12940
12940
  return n.ratio = function(r) {
12941
12941
  return e((r = +r) > 1 ? r : 1);
12942
12942
  }, n;
12943
- }(Bx);
12943
+ }(B1);
12944
12944
  function q4(e) {
12945
12945
  for (var t = -1, n = e.length, r, i = e[n - 1], o = 0; ++t < n; )
12946
12946
  r = i, i = e[t], o += r[1] * i[0] - r[0] * i[1];
@@ -13022,7 +13022,7 @@ const ze = Math.random, n7 = function e(t) {
13022
13022
  };
13023
13023
  }
13024
13024
  return r.source = e, r;
13025
- }(ze), Fx = function e(t) {
13025
+ }(ze), F1 = function e(t) {
13026
13026
  function n(r) {
13027
13027
  return (r = +r) <= 0 ? () => 0 : function() {
13028
13028
  for (var i = 0, o = r; o > 1; --o) i += t();
@@ -13031,7 +13031,7 @@ const ze = Math.random, n7 = function e(t) {
13031
13031
  }
13032
13032
  return n.source = e, n;
13033
13033
  }(ze), o7 = function e(t) {
13034
- var n = Fx.source(t);
13034
+ var n = F1.source(t);
13035
13035
  function r(i) {
13036
13036
  if ((i = +i) == 0) return t;
13037
13037
  var o = n(i);
@@ -13063,7 +13063,7 @@ const ze = Math.random, n7 = function e(t) {
13063
13063
  };
13064
13064
  }
13065
13065
  return n.source = e, n;
13066
- }(ze), zx = function e(t) {
13066
+ }(ze), z1 = function e(t) {
13067
13067
  function n(r) {
13068
13068
  if ((r = +r) < 0 || r > 1) throw new RangeError("invalid p");
13069
13069
  return r === 0 ? () => 1 / 0 : r === 1 ? () => 1 : (r = Math.log1p(-r), function() {
@@ -13090,7 +13090,7 @@ const ze = Math.random, n7 = function e(t) {
13090
13090
  };
13091
13091
  }
13092
13092
  return r.source = e, r;
13093
- }(ze), Ox = function e(t) {
13093
+ }(ze), O1 = function e(t) {
13094
13094
  var n = dp.source(t);
13095
13095
  function r(i, o) {
13096
13096
  var a = n(i), s = n(o);
@@ -13100,8 +13100,8 @@ const ze = Math.random, n7 = function e(t) {
13100
13100
  };
13101
13101
  }
13102
13102
  return r.source = e, r;
13103
- }(ze), Gx = function e(t) {
13104
- var n = zx.source(t), r = Ox.source(t);
13103
+ }(ze), G1 = function e(t) {
13104
+ var n = z1.source(t), r = O1.source(t);
13105
13105
  function i(o, a) {
13106
13106
  return o = +o, (a = +a) >= 1 ? () => o : a <= 0 ? () => 0 : function() {
13107
13107
  for (var s = 0, l = o, u = a; l * u > 16 && l * (1 - u) > 16; ) {
@@ -13137,7 +13137,7 @@ const ze = Math.random, n7 = function e(t) {
13137
13137
  }
13138
13138
  return n.source = e, n;
13139
13139
  }(ze), h7 = function e(t) {
13140
- var n = dp.source(t), r = Gx.source(t);
13140
+ var n = dp.source(t), r = G1.source(t);
13141
13141
  function i(o) {
13142
13142
  return function() {
13143
13143
  for (var a = 0, s = o; s > 16; ) {
@@ -13243,14 +13243,14 @@ function mp() {
13243
13243
  return mp(t(), [r, i]).round(s).paddingInner(l).paddingOuter(u).align(c);
13244
13244
  }, Pt.apply(h(), arguments);
13245
13245
  }
13246
- function Wx(e) {
13246
+ function W1(e) {
13247
13247
  var t = e.copy;
13248
13248
  return e.padding = e.paddingOuter, delete e.paddingInner, delete e.paddingOuter, e.copy = function() {
13249
- return Wx(t());
13249
+ return W1(t());
13250
13250
  }, e;
13251
13251
  }
13252
13252
  function yp() {
13253
- return Wx(mp.apply(null, arguments).paddingInner(1));
13253
+ return W1(mp.apply(null, arguments).paddingInner(1));
13254
13254
  }
13255
13255
  function m7(e) {
13256
13256
  return function() {
@@ -13323,24 +13323,24 @@ function Ql() {
13323
13323
  function bp() {
13324
13324
  return Ql()(Je, Je);
13325
13325
  }
13326
- function Vx(e, t, n, r) {
13326
+ function V1(e, t, n, r) {
13327
13327
  var i = As(e, t, n), o;
13328
13328
  switch (r = gi(r ?? ",f"), r.type) {
13329
13329
  case "s": {
13330
13330
  var a = Math.max(Math.abs(e), Math.abs(t));
13331
- return r.precision == null && !isNaN(o = G1(i, a)) && (r.precision = o), Hh(r, a);
13331
+ return r.precision == null && !isNaN(o = Gx(i, a)) && (r.precision = o), Hh(r, a);
13332
13332
  }
13333
13333
  case "":
13334
13334
  case "e":
13335
13335
  case "g":
13336
13336
  case "p":
13337
13337
  case "r": {
13338
- r.precision == null && !isNaN(o = W1(i, Math.max(Math.abs(e), Math.abs(t)))) && (r.precision = o - (r.type === "e"));
13338
+ r.precision == null && !isNaN(o = Wx(i, Math.max(Math.abs(e), Math.abs(t)))) && (r.precision = o - (r.type === "e"));
13339
13339
  break;
13340
13340
  }
13341
13341
  case "f":
13342
13342
  case "%": {
13343
- r.precision == null && !isNaN(o = O1(i)) && (r.precision = o - (r.type === "%") * 2);
13343
+ r.precision == null && !isNaN(o = Ox(i)) && (r.precision = o - (r.type === "%") * 2);
13344
13344
  break;
13345
13345
  }
13346
13346
  }
@@ -13353,7 +13353,7 @@ function Gn(e) {
13353
13353
  return lr(r[0], r[r.length - 1], n ?? 10);
13354
13354
  }, e.tickFormat = function(n, r) {
13355
13355
  var i = t();
13356
- return Vx(i[0], i[i.length - 1], n ?? 10, r);
13356
+ return V1(i[0], i[i.length - 1], n ?? 10, r);
13357
13357
  }, e.nice = function(n) {
13358
13358
  n == null && (n = 10);
13359
13359
  var r = t(), i = 0, o = r.length - 1, a = r[i], s = r[o], l, u, c = 10;
@@ -13377,7 +13377,7 @@ function _n() {
13377
13377
  return pa(e, _n());
13378
13378
  }, Pt.apply(e, arguments), Gn(e);
13379
13379
  }
13380
- function Yx(e) {
13380
+ function Y1(e) {
13381
13381
  var t;
13382
13382
  function n(r) {
13383
13383
  return r == null || isNaN(r = +r) ? t : r;
@@ -13387,10 +13387,10 @@ function Yx(e) {
13387
13387
  }, n.unknown = function(r) {
13388
13388
  return arguments.length ? (t = r, n) : t;
13389
13389
  }, n.copy = function() {
13390
- return Yx(e).unknown(t);
13390
+ return Y1(e).unknown(t);
13391
13391
  }, e = arguments.length ? Array.from(e, sl) : [0, 1], Gn(n);
13392
13392
  }
13393
- function jx(e, t) {
13393
+ function j1(e, t) {
13394
13394
  e = e.slice();
13395
13395
  var n = 0, r = e.length - 1, i = e[n], o = e[r], a;
13396
13396
  return o < i && (a = n, n = r, r = a, a = i, i = o, o = a), e[n] = t.floor(i), e[r] = t.ceil(o), e;
@@ -13462,14 +13462,14 @@ function xp(e) {
13462
13462
  let h = c / o(Math.round(i(c)));
13463
13463
  return h * r < r - 0.5 && (h *= r), h <= u ? l(c) : "";
13464
13464
  };
13465
- }, t.nice = () => n(jx(n(), {
13465
+ }, t.nice = () => n(j1(n(), {
13466
13466
  floor: (s) => o(Math.floor(i(s))),
13467
13467
  ceil: (s) => o(Math.ceil(i(s)))
13468
13468
  })), t;
13469
13469
  }
13470
- function Xx() {
13470
+ function X1() {
13471
13471
  const e = xp(Ql()).domain([1, 10]);
13472
- return e.copy = () => pa(e, Xx()).base(e.base()), Pt.apply(e, arguments), e;
13472
+ return e.copy = () => pa(e, X1()).base(e.base()), Pt.apply(e, arguments), e;
13473
13473
  }
13474
13474
  function _m(e) {
13475
13475
  return function(t) {
@@ -13487,10 +13487,10 @@ function $p(e) {
13487
13487
  return arguments.length ? e(_m(t = +r), Am(t)) : t;
13488
13488
  }, Gn(n);
13489
13489
  }
13490
- function Hx() {
13490
+ function H1() {
13491
13491
  var e = $p(Ql());
13492
13492
  return e.copy = function() {
13493
- return pa(e, Hx()).constant(e.constant());
13493
+ return pa(e, H1()).constant(e.constant());
13494
13494
  }, Pt.apply(e, arguments);
13495
13495
  }
13496
13496
  function Pm(e) {
@@ -13528,7 +13528,7 @@ function Dm(e) {
13528
13528
  function D7(e) {
13529
13529
  return Math.sign(e) * Math.sqrt(Math.abs(e));
13530
13530
  }
13531
- function Ux() {
13531
+ function U1() {
13532
13532
  var e = bp(), t = [0, 1], n = !1, r;
13533
13533
  function i(o) {
13534
13534
  var a = D7(e(o));
@@ -13549,10 +13549,10 @@ function Ux() {
13549
13549
  }, i.unknown = function(o) {
13550
13550
  return arguments.length ? (r = o, i) : r;
13551
13551
  }, i.copy = function() {
13552
- return Ux(e.domain(), t).round(n).clamp(e.clamp()).unknown(r);
13552
+ return U1(e.domain(), t).round(n).clamp(e.clamp()).unknown(r);
13553
13553
  }, Pt.apply(i, arguments), Gn(i);
13554
13554
  }
13555
- function qx() {
13555
+ function q1() {
13556
13556
  var e = [], t = [], n = [], r;
13557
13557
  function i() {
13558
13558
  var a = 0, s = Math.max(1, t.length);
@@ -13580,10 +13580,10 @@ function qx() {
13580
13580
  }, o.quantiles = function() {
13581
13581
  return n.slice();
13582
13582
  }, o.copy = function() {
13583
- return qx().domain(e).range(t).unknown(r);
13583
+ return q1().domain(e).range(t).unknown(r);
13584
13584
  }, Pt.apply(o, arguments);
13585
13585
  }
13586
- function Zx() {
13586
+ function Z1() {
13587
13587
  var e = 0, t = 1, n = 1, r = [0.5], i = [0, 1], o;
13588
13588
  function a(l) {
13589
13589
  return l != null && l <= l ? i[$r(r, l, 0, n)] : o;
@@ -13605,10 +13605,10 @@ function Zx() {
13605
13605
  }, a.thresholds = function() {
13606
13606
  return r.slice();
13607
13607
  }, a.copy = function() {
13608
- return Zx().domain([e, t]).range(i).unknown(o);
13608
+ return Z1().domain([e, t]).range(i).unknown(o);
13609
13609
  }, Pt.apply(Gn(a), arguments);
13610
13610
  }
13611
- function Kx() {
13611
+ function K1() {
13612
13612
  var e = [0.5], t = [0, 1], n, r = 1;
13613
13613
  function i(o) {
13614
13614
  return o != null && o <= o ? t[$r(e, o, 0, r)] : n;
@@ -13623,7 +13623,7 @@ function Kx() {
13623
13623
  }, i.unknown = function(o) {
13624
13624
  return arguments.length ? (n = o, i) : n;
13625
13625
  }, i.copy = function() {
13626
- return Kx().domain(e).range(t).unknown(n);
13626
+ return K1().domain(e).range(t).unknown(n);
13627
13627
  }, Pt.apply(i, arguments);
13628
13628
  }
13629
13629
  const ic = /* @__PURE__ */ new Date(), oc = /* @__PURE__ */ new Date();
@@ -13704,7 +13704,7 @@ function _r(e) {
13704
13704
  t.setDate(t.getDate() + n * 7);
13705
13705
  }, (t, n) => (n - t - (n.getTimezoneOffset() - t.getTimezoneOffset()) * wt) / Sp);
13706
13706
  }
13707
- const $i = _r(0), Xo = _r(1), Qx = _r(2), Jx = _r(3), yr = _r(4), e$ = _r(5), t$ = _r(6), km = $i.range, E7 = Xo.range, N7 = Qx.range, F7 = Jx.range, z7 = yr.range, O7 = e$.range, G7 = t$.range;
13707
+ const $i = _r(0), Xo = _r(1), Q1 = _r(2), J1 = _r(3), yr = _r(4), e$ = _r(5), t$ = _r(6), km = $i.range, E7 = Xo.range, N7 = Q1.range, F7 = J1.range, z7 = yr.range, O7 = e$.range, G7 = t$.range;
13708
13708
  function Ar(e) {
13709
13709
  return Ce((t) => {
13710
13710
  t.setUTCDate(t.getUTCDate() - (t.getUTCDay() + 7 - e) % 7), t.setUTCHours(0, 0, 0, 0);
@@ -14298,7 +14298,7 @@ function Ap(e, t, n, r, i, o, a, s, l, u) {
14298
14298
  return _ == null ? S : u(_);
14299
14299
  }, c.nice = function(T) {
14300
14300
  var _ = f();
14301
- return (!T || typeof T.range != "function") && (T = t(_[0], _[_.length - 1], T ?? 10)), T ? f(jx(_, T)) : c;
14301
+ return (!T || typeof T.range != "function") && (T = t(_[0], _[_.length - 1], T ?? 10)), T ? f(j1(_, T)) : c;
14302
14302
  }, c.copy = function() {
14303
14303
  return pa(c, Ap(e, t, n, r, i, o, a, s, l, u));
14304
14304
  }, c;
@@ -14398,7 +14398,7 @@ function su() {
14398
14398
  function g(m) {
14399
14399
  return function(d) {
14400
14400
  var y, b, x;
14401
- return arguments.length ? ([y, b, x] = d, u = d1(m, [y, b, x]), p) : [u(0), u(0.5), u(1)];
14401
+ return arguments.length ? ([y, b, x] = d, u = dx(m, [y, b, x]), p) : [u(0), u(0.5), u(1)];
14402
14402
  };
14403
14403
  }
14404
14404
  return p.range = g(Tn), p.rangeRound = g(ra), p.unknown = function(m) {
@@ -14438,7 +14438,7 @@ function ce(e) {
14438
14438
  for (var t = e.length / 6 | 0, n = new Array(t), r = 0; r < t; ) n[r] = "#" + e.slice(r * 6, ++r * 6);
14439
14439
  return n;
14440
14440
  }
14441
- const u9 = ce("1f77b4ff7f0e2ca02cd627289467bd8c564be377c27f7f7fbcbd2217becf"), c9 = ce("7fc97fbeaed4fdc086ffff99386cb0f0027fbf5b17666666"), f9 = ce("1b9e77d95f027570b3e7298a66a61ee6ab02a6761d666666"), h9 = ce("4269d0efb118ff725c6cc5b03ca951ff8ab7a463f297bbf59c6b4e9498a0"), p9 = ce("a6cee31f78b4b2df8a33a02cfb9a99e31a1cfdbf6fff7f00cab2d66a3d9affff99b15928"), d9 = ce("fbb4aeb3cde3ccebc5decbe4fed9a6ffffcce5d8bdfddaecf2f2f2"), g9 = ce("b3e2cdfdcdaccbd5e8f4cae4e6f5c9fff2aef1e2cccccccc"), m9 = ce("e41a1c377eb84daf4a984ea3ff7f00ffff33a65628f781bf999999"), y9 = ce("66c2a5fc8d628da0cbe78ac3a6d854ffd92fe5c494b3b3b3"), b9 = ce("8dd3c7ffffb3bebadafb807280b1d3fdb462b3de69fccde5d9d9d9bc80bdccebc5ffed6f"), x9 = ce("4e79a7f28e2ce1575976b7b259a14fedc949af7aa1ff9da79c755fbab0ab"), ve = (e) => t1(e[e.length - 1]);
14441
+ const u9 = ce("1f77b4ff7f0e2ca02cd627289467bd8c564be377c27f7f7fbcbd2217becf"), c9 = ce("7fc97fbeaed4fdc086ffff99386cb0f0027fbf5b17666666"), f9 = ce("1b9e77d95f027570b3e7298a66a61ee6ab02a6761d666666"), h9 = ce("4269d0efb118ff725c6cc5b03ca951ff8ab7a463f297bbf59c6b4e9498a0"), p9 = ce("a6cee31f78b4b2df8a33a02cfb9a99e31a1cfdbf6fff7f00cab2d66a3d9affff99b15928"), d9 = ce("fbb4aeb3cde3ccebc5decbe4fed9a6ffffcce5d8bdfddaecf2f2f2"), g9 = ce("b3e2cdfdcdaccbd5e8f4cae4e6f5c9fff2aef1e2cccccccc"), m9 = ce("e41a1c377eb84daf4a984ea3ff7f00ffff33a65628f781bf999999"), y9 = ce("66c2a5fc8d628da0cbe78ac3a6d854ffd92fe5c494b3b3b3"), b9 = ce("8dd3c7ffffb3bebadafb807280b1d3fdb462b3de69fccde5d9d9d9bc80bdccebc5ffed6f"), x9 = ce("4e79a7f28e2ce1575976b7b259a14fedc949af7aa1ff9da79c755fbab0ab"), ve = (e) => tx(e[e.length - 1]);
14442
14442
  var A$ = new Array(3).concat(
14443
14443
  "d8b365f5f5f55ab4ac",
14444
14444
  "a6611adfc27d80cdc1018571",
@@ -16142,7 +16142,7 @@ function fB(e, t, n) {
16142
16142
  );
16143
16143
  }
16144
16144
  function $n() {
16145
- var e = sB, t = lB, n = fB, r = uB, i = cB, o = [0, 1 / 0], a = [[-1 / 0, -1 / 0], [1 / 0, 1 / 0]], s = 250, l = c1, u = vr("start", "zoom", "end"), c, h, f, p = 500, g = 150, m = 0, d = 10;
16145
+ var e = sB, t = lB, n = fB, r = uB, i = cB, o = [0, 1 / 0], a = [[-1 / 0, -1 / 0], [1 / 0, 1 / 0]], s = 250, l = cx, u = vr("start", "zoom", "end"), c, h, f, p = 500, g = 150, m = 0, d = 10;
16146
16146
  function y(D) {
16147
16147
  D.property("__zoom", Jm).on("wheel.zoom", A, { passive: !1 }).on("mousedown.zoom", P).on("dblclick.zoom", I).filter(i).on("touchstart.zoom", v).on("touchmove.zoom", N).on("touchend.zoom touchcancel.zoom", R).style("-webkit-tap-highlight-color", "rgba(0,0,0,0)");
16148
16148
  }
@@ -16347,7 +16347,7 @@ const Fp = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
16347
16347
  InternSet: sr,
16348
16348
  Node: mr,
16349
16349
  Path: oa,
16350
- Voronoi: C1,
16350
+ Voronoi: Cx,
16351
16351
  ZoomTransform: Yt,
16352
16352
  active: b5,
16353
16353
  arc: uu,
@@ -16391,7 +16391,7 @@ const Fp = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
16391
16391
  csvFormatRow: I6,
16392
16392
  csvFormatRows: R6,
16393
16393
  csvFormatValue: B6,
16394
- csvParse: M1,
16394
+ csvParse: Mx,
16395
16395
  csvParseRows: L6,
16396
16396
  cubehelix: Et,
16397
16397
  cumsum: xD,
@@ -16474,19 +16474,19 @@ const Fp = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
16474
16474
  forceManyBody: Xl,
16475
16475
  forceRadial: Lk,
16476
16476
  forceSimulation: jl,
16477
- forceX: B1,
16478
- forceY: E1,
16477
+ forceX: Bx,
16478
+ forceY: Ex,
16479
16479
  get format() {
16480
16480
  return sa;
16481
16481
  },
16482
- formatDefaultLocale: z1,
16483
- formatLocale: F1,
16482
+ formatDefaultLocale: zx,
16483
+ formatLocale: Fx,
16484
16484
  get formatPrefix() {
16485
16485
  return Hh;
16486
16486
  },
16487
16487
  formatSpecifier: gi,
16488
16488
  fsum: $D,
16489
- geoAlbers: Tx,
16489
+ geoAlbers: T1,
16490
16490
  geoAlbersUsa: B8,
16491
16491
  geoArea: Ok,
16492
16492
  geoAzimuthalEqualArea: E8,
@@ -16497,15 +16497,15 @@ const Fp = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
16497
16497
  geoCentroid: Zk,
16498
16498
  geoCircle: Kk,
16499
16499
  geoClipAntimeridian: df,
16500
- geoClipCircle: sx,
16500
+ geoClipCircle: s1,
16501
16501
  geoClipExtent: i8,
16502
16502
  geoClipRectangle: Ul,
16503
16503
  geoConicConformal: z8,
16504
- geoConicConformalRaw: Ax,
16504
+ geoConicConformalRaw: A1,
16505
16505
  geoConicEqualArea: ol,
16506
- geoConicEqualAreaRaw: Sx,
16506
+ geoConicEqualAreaRaw: S1,
16507
16507
  geoConicEquidistant: G8,
16508
- geoConicEquidistantRaw: Px,
16508
+ geoConicEquidistantRaw: P1,
16509
16509
  geoContains: f8,
16510
16510
  geoDistance: Ks,
16511
16511
  geoEqualEarth: V8,
@@ -16514,11 +16514,11 @@ const Fp = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
16514
16514
  geoEquirectangularRaw: jo,
16515
16515
  geoGnomonic: Y8,
16516
16516
  geoGnomonicRaw: ap,
16517
- geoGraticule: cx,
16517
+ geoGraticule: c1,
16518
16518
  geoGraticule10: h8,
16519
16519
  geoIdentity: j8,
16520
16520
  geoInterpolate: p8,
16521
- geoLength: lx,
16521
+ geoLength: l1,
16522
16522
  geoMercator: F8,
16523
16523
  geoMercatorRaw: fa,
16524
16524
  geoNaturalEarth1: X8,
@@ -16528,7 +16528,7 @@ const Fp = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
16528
16528
  geoPath: _8,
16529
16529
  geoProjection: nn,
16530
16530
  geoProjectionMutator: tp,
16531
- geoRotation: tx,
16531
+ geoRotation: t1,
16532
16532
  geoStereographic: U8,
16533
16533
  geoStereographicRaw: up,
16534
16534
  geoStream: kt,
@@ -16562,7 +16562,7 @@ const Fp = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
16562
16562
  interpolateCubehelix: RM,
16563
16563
  interpolateCubehelixDefault: U9,
16564
16564
  interpolateCubehelixLong: Nl,
16565
- interpolateDate: i1,
16565
+ interpolateDate: ix,
16566
16566
  interpolateDiscrete: vM,
16567
16567
  interpolateGnBu: M9,
16568
16568
  interpolateGreens: W9,
@@ -16577,7 +16577,7 @@ const Fp = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
16577
16577
  interpolateMagma: rI,
16578
16578
  interpolateNumber: mt,
16579
16579
  interpolateNumberArray: Mh,
16580
- interpolateObject: o1,
16580
+ interpolateObject: ox,
16581
16581
  interpolateOrRd: k9,
16582
16582
  interpolateOranges: X9,
16583
16583
  interpolatePRGn: v9,
@@ -16596,14 +16596,14 @@ const Fp = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
16596
16596
  interpolateRdYlGn: P9,
16597
16597
  interpolateReds: j9,
16598
16598
  interpolateRgb: Bo,
16599
- interpolateRgbBasis: t1,
16599
+ interpolateRgbBasis: tx,
16600
16600
  interpolateRgbBasisClosed: yM,
16601
16601
  interpolateRound: ra,
16602
16602
  interpolateSinebow: eI,
16603
16603
  interpolateSpectral: D9,
16604
16604
  interpolateString: kh,
16605
- interpolateTransformCss: l1,
16606
- interpolateTransformSvg: u1,
16605
+ interpolateTransformCss: lx,
16606
+ interpolateTransformSvg: ux,
16607
16607
  interpolateTurbo: tI,
16608
16608
  interpolateViridis: nI,
16609
16609
  interpolateWarm: q9,
@@ -16611,7 +16611,7 @@ const Fp = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
16611
16611
  interpolateYlGnBu: N9,
16612
16612
  interpolateYlOrBr: z9,
16613
16613
  interpolateYlOrRd: O9,
16614
- interpolateZoom: c1,
16614
+ interpolateZoom: cx,
16615
16615
  interrupt: nr,
16616
16616
  intersection: nC,
16617
16617
  interval: FM,
@@ -16653,7 +16653,7 @@ const Fp = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
16653
16653
  pathRound: F5,
16654
16654
  permute: bb,
16655
16655
  pie: ev,
16656
- piecewise: d1,
16656
+ piecewise: dx,
16657
16657
  pointRadial: co,
16658
16658
  pointer: dt,
16659
16659
  pointers: qL,
@@ -16662,9 +16662,9 @@ const Fp = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
16662
16662
  polygonContains: e7,
16663
16663
  polygonHull: J4,
16664
16664
  polygonLength: t7,
16665
- precisionFixed: O1,
16666
- precisionPrefix: G1,
16667
- precisionRound: W1,
16665
+ precisionFixed: Ox,
16666
+ precisionPrefix: Gx,
16667
+ precisionRound: Wx,
16668
16668
  quadtree: Vl,
16669
16669
  quantile: Lo,
16670
16670
  quantileIndex: vb,
@@ -16675,14 +16675,14 @@ const Fp = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
16675
16675
  radialLine: Xm,
16676
16676
  randomBates: o7,
16677
16677
  randomBernoulli: l7,
16678
- randomBeta: Ox,
16679
- randomBinomial: Gx,
16678
+ randomBeta: O1,
16679
+ randomBinomial: G1,
16680
16680
  randomCauchy: c7,
16681
16681
  randomExponential: a7,
16682
16682
  randomGamma: dp,
16683
- randomGeometric: zx,
16683
+ randomGeometric: z1,
16684
16684
  randomInt: r7,
16685
- randomIrwinHall: Fx,
16685
+ randomIrwinHall: F1,
16686
16686
  randomLcg: g7,
16687
16687
  randomLogNormal: i7,
16688
16688
  randomLogistic: f7,
@@ -16706,16 +16706,16 @@ const Fp = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
16706
16706
  scaleDivergingPow: Dp,
16707
16707
  scaleDivergingSqrt: l9,
16708
16708
  scaleDivergingSymlog: _$,
16709
- scaleIdentity: Yx,
16709
+ scaleIdentity: Y1,
16710
16710
  scaleImplicit: Df,
16711
16711
  scaleLinear: _n,
16712
- scaleLog: Xx,
16712
+ scaleLog: X1,
16713
16713
  scaleOrdinal: gp,
16714
16714
  scalePoint: yp,
16715
16715
  scalePow: An,
16716
- scaleQuantile: qx,
16717
- scaleQuantize: Zx,
16718
- scaleRadial: Ux,
16716
+ scaleQuantile: q1,
16717
+ scaleQuantize: Z1,
16718
+ scaleRadial: U1,
16719
16719
  scaleSequential: x$,
16720
16720
  scaleSequentialLog: $$,
16721
16721
  scaleSequentialPow: Pp,
@@ -16723,8 +16723,8 @@ const Fp = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
16723
16723
  scaleSequentialSqrt: s9,
16724
16724
  scaleSequentialSymlog: v$,
16725
16725
  scaleSqrt: P7,
16726
- scaleSymlog: Hx,
16727
- scaleThreshold: Kx,
16726
+ scaleSymlog: H1,
16727
+ scaleThreshold: K1,
16728
16728
  scaleTime: o9,
16729
16729
  scaleUtc: a9,
16730
16730
  scan: YD,
@@ -16815,7 +16815,7 @@ const Fp = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
16815
16815
  thresholdFreedmanDiaconis: kD,
16816
16816
  thresholdScott: RD,
16817
16817
  thresholdSturges: yh,
16818
- tickFormat: Vx,
16818
+ tickFormat: V1,
16819
16819
  tickIncrement: ur,
16820
16820
  tickStep: As,
16821
16821
  ticks: lr,
@@ -16852,9 +16852,9 @@ const Fp = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
16852
16852
  timeThursdays: z7,
16853
16853
  timeTickInterval: c$,
16854
16854
  timeTicks: u$,
16855
- timeTuesday: Qx,
16855
+ timeTuesday: Q1,
16856
16856
  timeTuesdays: N7,
16857
- timeWednesday: Jx,
16857
+ timeWednesday: J1,
16858
16858
  timeWednesdays: F7,
16859
16859
  timeWeek: $i,
16860
16860
  timeWeeks: km,
@@ -16862,11 +16862,11 @@ const Fp = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
16862
16862
  timeYears: Z7,
16863
16863
  timeout: Xc,
16864
16864
  timer: zl,
16865
- timerFlush: y1,
16866
- transition: v1,
16865
+ timerFlush: yx,
16866
+ transition: vx,
16867
16867
  transpose: wb,
16868
16868
  tree: j4,
16869
- treemap: Nx,
16869
+ treemap: N1,
16870
16870
  treemapBinary: X4,
16871
16871
  treemapDice: ha,
16872
16872
  treemapResquarify: U4,
@@ -16879,7 +16879,7 @@ const Fp = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
16879
16879
  tsvFormatRow: O6,
16880
16880
  tsvFormatRows: z6,
16881
16881
  tsvFormatValue: G6,
16882
- tsvParse: k1,
16882
+ tsvParse: kx,
16883
16883
  tsvParseRows: E6,
16884
16884
  union: oC,
16885
16885
  unixDay: Tp,
@@ -28252,10 +28252,10 @@ function Mz(e) {
28252
28252
  });
28253
28253
  }
28254
28254
  function kz({ _simulation: e, fullParams: t, DatumContainerPositionMap: n }) {
28255
- e.force("x", B1().strength(t.force.strength).x((r) => {
28255
+ e.force("x", Bx().strength(t.force.strength).x((r) => {
28256
28256
  let i = n.get(r.id);
28257
28257
  return i || (i = n.get(Array.from(n.keys())[0])), (i == null ? void 0 : i.centerX) ?? null;
28258
- })).force("y", E1().strength(t.force.strength).y((r) => {
28258
+ })).force("y", Ex().strength(t.force.strength).y((r) => {
28259
28259
  let i = n.get(r.id);
28260
28260
  return i || (i = n.get(Array.from(n.keys())[0])), (i == null ? void 0 : i.centerY) ?? null;
28261
28261
  }));
@@ -28567,10 +28567,14 @@ function Nz(e, t) {
28567
28567
  H()
28568
28568
  ), a = O({
28569
28569
  value: o,
28570
- valueToAngle: i
28570
+ valueToAngle: i,
28571
+ containerValueSum: r
28571
28572
  }).pipe(
28572
28573
  z(async (c) => c),
28573
- L(({ value: c, valueToAngle: h }) => h(c)),
28574
+ L(({ value: c, valueToAngle: h, containerValueSum: f }) => {
28575
+ const p = Math.max(Math.min(c, f), 0);
28576
+ return h(p);
28577
+ }),
28574
28578
  H()
28575
28579
  ), s = O({
28576
28580
  fullParams: t.fullParams$,
@@ -28592,16 +28596,17 @@ function Nz(e, t) {
28592
28596
  for (let g = 0; g < h.length; g++) {
28593
28597
  const m = h[g].value ?? 0;
28594
28598
  if (p += m, p >= c) {
28595
- f = g;
28599
+ f = h[g].seriesIndex;
28596
28600
  break;
28597
28601
  }
28602
+ g === h.length - 1 && (f = h[g].seriesIndex);
28598
28603
  }
28599
28604
  return f;
28600
28605
  }),
28601
28606
  H()
28602
28607
  ), u = O({
28603
28608
  value: o,
28604
- valueStackedIndex: l,
28609
+ valueSeriesIndex: l,
28605
28610
  // containerVisibleComputedSortedData: context.containerVisibleComputedSortedData$,
28606
28611
  fullParams: t.fullParams$,
28607
28612
  fullChartParams: t.fullChartParams$
@@ -28609,7 +28614,7 @@ function Nz(e, t) {
28609
28614
  z(async (c) => c),
28610
28615
  L((c) => {
28611
28616
  const f = {
28612
- color: c.fullParams.colorType === "label" ? c.fullChartParams.colors[c.fullChartParams.colorScheme].label[c.valueStackedIndex] : "",
28617
+ color: c.fullParams.colorType === "label" ? c.fullChartParams.colors[c.fullChartParams.colorScheme].label[c.valueSeriesIndex] : "",
28613
28618
  seriesIndex: 0,
28614
28619
  // 忽略
28615
28620
  seriesLabel: "",
@@ -30240,7 +30245,7 @@ const LG = ph(xO)(({ selection: e, name: t, subject: n, observer: r }) => {
30240
30245
  C(i),
30241
30246
  z(async (l) => l),
30242
30247
  L((l) => {
30243
- const u = Nx().size([l.layout.width, l.layout.height]).paddingInner(l.fullParams.paddingInner).paddingOuter(l.fullParams.paddingOuter).round(!0).tile(hp.ratio(l.fullParams.squarifyRatio)), c = Zl(l.visibleComputedData).sum((f) => f.value).sort(l.fullParams.sort);
30248
+ const u = N1().size([l.layout.width, l.layout.height]).paddingInner(l.fullParams.paddingInner).paddingOuter(l.fullParams.paddingOuter).round(!0).tile(hp.ratio(l.fullParams.squarifyRatio)), c = Zl(l.visibleComputedData).sum((f) => f.value).sort(l.fullParams.sort);
30244
30249
  return u(c), c.leaves();
30245
30250
  })
30246
30251
  ), a = O({