@mozaic-ds/chart 0.1.0-beta.25 → 0.1.0-beta.26

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.
@@ -21,7 +21,7 @@ function Lt(i) {
21
21
  function vt(i) {
22
22
  return At(Ye(i / 2.55) / 100, 0, 1);
23
23
  }
24
- function Wn(i) {
24
+ function Hn(i) {
25
25
  return At(Ye(i * 100), 0, 100);
26
26
  }
27
27
  const at = { 0: 0, 1: 1, 2: 2, 3: 3, 4: 4, 5: 5, 6: 6, 7: 7, 8: 8, 9: 9, A: 10, B: 11, C: 12, D: 13, E: 14, F: 15, a: 10, b: 11, c: 12, d: 13, e: 14, f: 15 }, Qi = [..."0123456789ABCDEF"], Ra = (i) => Qi[i & 15], Ea = (i) => Qi[(i & 240) >> 4] + Qi[i & 15], Ke = (i) => (i & 240) >> 4 === (i & 15), Ba = (i) => Ke(i.r) && Ke(i.g) && Ke(i.b) && Ke(i.a);
@@ -39,10 +39,10 @@ function za(i) {
39
39
  a: t === 9 ? at[i[7]] << 4 | at[i[8]] : 255
40
40
  })), e;
41
41
  }
42
- const Wa = (i, t) => i < 255 ? t(i) : "";
43
- function Ha(i) {
42
+ const Ha = (i, t) => i < 255 ? t(i) : "";
43
+ function Wa(i) {
44
44
  var t = Ba(i) ? Ra : Ea;
45
- return i ? "#" + t(i.r) + t(i.g) + t(i.b) + Wa(i.a, t) : void 0;
45
+ return i ? "#" + t(i.r) + t(i.g) + t(i.b) + Ha(i.a, t) : void 0;
46
46
  }
47
47
  const Na = /^(hsla?|hwb|hsv)\(\s*([-+.e\d]+)(?:deg)?[\s,]+([-+.e\d]+)%[\s,]+([-+.e\d]+)%(?:[\s,]+([-+.e\d]+)(%)?)?\s*\)$/;
48
48
  function xo(i, t, e) {
@@ -104,10 +104,10 @@ function Ga(i, t) {
104
104
  function qa(i) {
105
105
  if (!i)
106
106
  return;
107
- const t = yn(i), e = t[0], n = Wn(t[1]), s = Wn(t[2]);
107
+ const t = yn(i), e = t[0], n = Hn(t[1]), s = Hn(t[2]);
108
108
  return i.a < 255 ? `hsla(${e}, ${n}%, ${s}%, ${vt(i.a)})` : `hsl(${e}, ${n}%, ${s}%)`;
109
109
  }
110
- const Hn = {
110
+ const Wn = {
111
111
  x: "dark",
112
112
  Z: "light",
113
113
  Y: "re",
@@ -286,11 +286,11 @@ const Hn = {
286
286
  LwgYF: "9acd32"
287
287
  };
288
288
  function Ka() {
289
- const i = {}, t = Object.keys(Nn), e = Object.keys(Hn);
289
+ const i = {}, t = Object.keys(Nn), e = Object.keys(Wn);
290
290
  let n, s, o, a, r;
291
291
  for (n = 0; n < t.length; n++) {
292
292
  for (a = r = t[n], s = 0; s < e.length; s++)
293
- o = e[s], r = r.replace(o, Hn[o]);
293
+ o = e[s], r = r.replace(o, Wn[o]);
294
294
  o = parseInt(Nn[a], 16), i[r] = [o >> 16 & 255, o >> 8 & 255, o & 255];
295
295
  }
296
296
  return i;
@@ -352,9 +352,9 @@ function Vn(i) {
352
352
  function ir(i) {
353
353
  return i.charAt(0) === "r" ? Qa(i) : Xa(i);
354
354
  }
355
- class He {
355
+ class We {
356
356
  constructor(t) {
357
- if (t instanceof He)
357
+ if (t instanceof We)
358
358
  return t;
359
359
  const e = typeof t;
360
360
  let n;
@@ -374,7 +374,7 @@ class He {
374
374
  return this._valid ? tr(this._rgb) : void 0;
375
375
  }
376
376
  hexString() {
377
- return this._valid ? Ha(this._rgb) : void 0;
377
+ return this._valid ? Wa(this._rgb) : void 0;
378
378
  }
379
379
  hslString() {
380
380
  return this._valid ? qa(this._rgb) : void 0;
@@ -392,7 +392,7 @@ class He {
392
392
  return t && (this._rgb = er(this._rgb, t._rgb, e)), this;
393
393
  }
394
394
  clone() {
395
- return new He(this.rgb);
395
+ return new We(this.rgb);
396
396
  }
397
397
  alpha(t) {
398
398
  return this._rgb.a = Lt(t), this;
@@ -585,7 +585,7 @@ const Ne = (i) => typeof i < "u", It = (i) => typeof i == "function", $n = (i, t
585
585
  function cr(i) {
586
586
  return i.type === "mouseup" || i.type === "click" || i.type === "contextmenu";
587
587
  }
588
- const j = Math.PI, W = 2 * j, hr = W + j, Si = Number.POSITIVE_INFINITY, dr = j / 180, Y = j / 2, Et = j / 4, Un = j * 2 / 3, tn = Math.log10, mt = Math.sign;
588
+ const j = Math.PI, H = 2 * j, hr = H + j, Si = Number.POSITIVE_INFINITY, dr = j / 180, Y = j / 2, Et = j / 4, Un = j * 2 / 3, tn = Math.log10, mt = Math.sign;
589
589
  function Re(i, t, e) {
590
590
  return Math.abs(i - t) < e;
591
591
  }
@@ -631,7 +631,7 @@ function Xn(i) {
631
631
  function ko(i, t) {
632
632
  const e = t.x - i.x, n = t.y - i.y, s = Math.sqrt(e * e + n * n);
633
633
  let o = Math.atan2(n, e);
634
- return o < -0.5 * j && (o += W), {
634
+ return o < -0.5 * j && (o += H), {
635
635
  angle: o,
636
636
  distance: s
637
637
  };
@@ -640,10 +640,10 @@ function en(i, t) {
640
640
  return Math.sqrt(Math.pow(t.x - i.x, 2) + Math.pow(t.y - i.y, 2));
641
641
  }
642
642
  function pr(i, t) {
643
- return (i - t + hr) % W - j;
643
+ return (i - t + hr) % H - j;
644
644
  }
645
645
  function ot(i) {
646
- return (i % W + W) % W;
646
+ return (i % H + H) % H;
647
647
  }
648
648
  function je(i, t, e, n) {
649
649
  const s = ot(i), o = ot(t), a = ot(e), r = ot(o - s), l = ot(a - s), c = ot(s - o), h = ot(s - a);
@@ -781,7 +781,7 @@ function wr(i) {
781
781
  const o = n.xmin !== t.min || n.xmax !== t.max || n.ymin !== e.min || n.ymax !== e.max;
782
782
  return Object.assign(n, s), o;
783
783
  }
784
- const Qe = (i) => i === 0 || i === 1, qn = (i, t, e) => -(Math.pow(2, 10 * (i -= 1)) * Math.sin((i - t) * W / e)), Kn = (i, t, e) => Math.pow(2, -10 * i) * Math.sin((i - t) * W / e) + 1, Ee = {
784
+ const Qe = (i) => i === 0 || i === 1, qn = (i, t, e) => -(Math.pow(2, 10 * (i -= 1)) * Math.sin((i - t) * H / e)), Kn = (i, t, e) => Math.pow(2, -10 * i) * Math.sin((i - t) * H / e) + 1, Ee = {
785
785
  linear: (i) => i,
786
786
  easeInQuad: (i) => i * i,
787
787
  easeOutQuad: (i) => -i * (i - 2),
@@ -833,10 +833,10 @@ function Mn(i) {
833
833
  return !1;
834
834
  }
835
835
  function Zn(i) {
836
- return Mn(i) ? i : new He(i);
836
+ return Mn(i) ? i : new We(i);
837
837
  }
838
- function Wi(i) {
839
- return Mn(i) ? i : new He(i).saturate(0.5).darken(0.1).hexString();
838
+ function Hi(i) {
839
+ return Mn(i) ? i : new We(i).saturate(0.5).darken(0.1).hexString();
840
840
  }
841
841
  const kr = [
842
842
  "x",
@@ -1047,7 +1047,7 @@ function Be(i, t) {
1047
1047
  }
1048
1048
  return i;
1049
1049
  }
1050
- function Hi(i, t, e) {
1050
+ function Wi(i, t, e) {
1051
1051
  return typeof t == "string" ? bt(Be(i, t), e) : bt(Be(i, ""), t);
1052
1052
  }
1053
1053
  class Tr {
@@ -1064,23 +1064,23 @@ class Tr {
1064
1064
  style: "normal",
1065
1065
  lineHeight: 1.2,
1066
1066
  weight: null
1067
- }, this.hover = {}, this.hoverBackgroundColor = (n, s) => Wi(s.backgroundColor), this.hoverBorderColor = (n, s) => Wi(s.borderColor), this.hoverColor = (n, s) => Wi(s.color), this.indexAxis = "x", this.interaction = {
1067
+ }, this.hover = {}, this.hoverBackgroundColor = (n, s) => Hi(s.backgroundColor), this.hoverBorderColor = (n, s) => Hi(s.borderColor), this.hoverColor = (n, s) => Hi(s.color), this.indexAxis = "x", this.interaction = {
1068
1068
  mode: "nearest",
1069
1069
  intersect: !0,
1070
1070
  includeInvisible: !1
1071
1071
  }, this.maintainAspectRatio = !0, this.onHover = null, this.onClick = null, this.parsing = !0, this.plugins = {}, this.responsive = !0, this.scale = void 0, this.scales = {}, this.showLine = !0, this.drawActiveElementsOnTop = !0, this.describe(t), this.apply(e);
1072
1072
  }
1073
1073
  set(t, e) {
1074
- return Hi(this, t, e);
1074
+ return Wi(this, t, e);
1075
1075
  }
1076
1076
  get(t) {
1077
1077
  return Be(this, t);
1078
1078
  }
1079
1079
  describe(t, e) {
1080
- return Hi(nn, t, e);
1080
+ return Wi(nn, t, e);
1081
1081
  }
1082
1082
  override(t, e) {
1083
- return Hi(Yt, t, e);
1083
+ return Wi(Yt, t, e);
1084
1084
  }
1085
1085
  route(t, e, n, s) {
1086
1086
  const o = Be(this, t), a = Be(this, n), r = "_" + e;
@@ -1162,44 +1162,44 @@ function sn(i, t, e, n) {
1162
1162
  function Lo(i, t, e, n, s) {
1163
1163
  let o, a, r, l, c, h, d, u;
1164
1164
  const f = t.pointStyle, p = t.rotation, g = t.radius;
1165
- let m = (p || 0) * dr;
1165
+ let b = (p || 0) * dr;
1166
1166
  if (f && typeof f == "object" && (o = f.toString(), o === "[object HTMLImageElement]" || o === "[object HTMLCanvasElement]")) {
1167
- i.save(), i.translate(e, n), i.rotate(m), i.drawImage(f, -f.width / 2, -f.height / 2, f.width, f.height), i.restore();
1167
+ i.save(), i.translate(e, n), i.rotate(b), i.drawImage(f, -f.width / 2, -f.height / 2, f.width, f.height), i.restore();
1168
1168
  return;
1169
1169
  }
1170
1170
  if (!(isNaN(g) || g <= 0)) {
1171
1171
  switch (i.beginPath(), f) {
1172
1172
  default:
1173
- s ? i.ellipse(e, n, s / 2, g, 0, 0, W) : i.arc(e, n, g, 0, W), i.closePath();
1173
+ s ? i.ellipse(e, n, s / 2, g, 0, 0, H) : i.arc(e, n, g, 0, H), i.closePath();
1174
1174
  break;
1175
1175
  case "triangle":
1176
- h = s ? s / 2 : g, i.moveTo(e + Math.sin(m) * h, n - Math.cos(m) * g), m += Un, i.lineTo(e + Math.sin(m) * h, n - Math.cos(m) * g), m += Un, i.lineTo(e + Math.sin(m) * h, n - Math.cos(m) * g), i.closePath();
1176
+ h = s ? s / 2 : g, i.moveTo(e + Math.sin(b) * h, n - Math.cos(b) * g), b += Un, i.lineTo(e + Math.sin(b) * h, n - Math.cos(b) * g), b += Un, i.lineTo(e + Math.sin(b) * h, n - Math.cos(b) * g), i.closePath();
1177
1177
  break;
1178
1178
  case "rectRounded":
1179
- c = g * 0.516, l = g - c, a = Math.cos(m + Et) * l, d = Math.cos(m + Et) * (s ? s / 2 - c : l), r = Math.sin(m + Et) * l, u = Math.sin(m + Et) * (s ? s / 2 - c : l), i.arc(e - d, n - r, c, m - j, m - Y), i.arc(e + u, n - a, c, m - Y, m), i.arc(e + d, n + r, c, m, m + Y), i.arc(e - u, n + a, c, m + Y, m + j), i.closePath();
1179
+ c = g * 0.516, l = g - c, a = Math.cos(b + Et) * l, d = Math.cos(b + Et) * (s ? s / 2 - c : l), r = Math.sin(b + Et) * l, u = Math.sin(b + Et) * (s ? s / 2 - c : l), i.arc(e - d, n - r, c, b - j, b - Y), i.arc(e + u, n - a, c, b - Y, b), i.arc(e + d, n + r, c, b, b + Y), i.arc(e - u, n + a, c, b + Y, b + j), i.closePath();
1180
1180
  break;
1181
1181
  case "rect":
1182
1182
  if (!p) {
1183
1183
  l = Math.SQRT1_2 * g, h = s ? s / 2 : l, i.rect(e - h, n - l, 2 * h, 2 * l);
1184
1184
  break;
1185
1185
  }
1186
- m += Et;
1186
+ b += Et;
1187
1187
  case "rectRot":
1188
- d = Math.cos(m) * (s ? s / 2 : g), a = Math.cos(m) * g, r = Math.sin(m) * g, u = Math.sin(m) * (s ? s / 2 : g), i.moveTo(e - d, n - r), i.lineTo(e + u, n - a), i.lineTo(e + d, n + r), i.lineTo(e - u, n + a), i.closePath();
1188
+ d = Math.cos(b) * (s ? s / 2 : g), a = Math.cos(b) * g, r = Math.sin(b) * g, u = Math.sin(b) * (s ? s / 2 : g), i.moveTo(e - d, n - r), i.lineTo(e + u, n - a), i.lineTo(e + d, n + r), i.lineTo(e - u, n + a), i.closePath();
1189
1189
  break;
1190
1190
  case "crossRot":
1191
- m += Et;
1191
+ b += Et;
1192
1192
  case "cross":
1193
- d = Math.cos(m) * (s ? s / 2 : g), a = Math.cos(m) * g, r = Math.sin(m) * g, u = Math.sin(m) * (s ? s / 2 : g), i.moveTo(e - d, n - r), i.lineTo(e + d, n + r), i.moveTo(e + u, n - a), i.lineTo(e - u, n + a);
1193
+ d = Math.cos(b) * (s ? s / 2 : g), a = Math.cos(b) * g, r = Math.sin(b) * g, u = Math.sin(b) * (s ? s / 2 : g), i.moveTo(e - d, n - r), i.lineTo(e + d, n + r), i.moveTo(e + u, n - a), i.lineTo(e - u, n + a);
1194
1194
  break;
1195
1195
  case "star":
1196
- d = Math.cos(m) * (s ? s / 2 : g), a = Math.cos(m) * g, r = Math.sin(m) * g, u = Math.sin(m) * (s ? s / 2 : g), i.moveTo(e - d, n - r), i.lineTo(e + d, n + r), i.moveTo(e + u, n - a), i.lineTo(e - u, n + a), m += Et, d = Math.cos(m) * (s ? s / 2 : g), a = Math.cos(m) * g, r = Math.sin(m) * g, u = Math.sin(m) * (s ? s / 2 : g), i.moveTo(e - d, n - r), i.lineTo(e + d, n + r), i.moveTo(e + u, n - a), i.lineTo(e - u, n + a);
1196
+ d = Math.cos(b) * (s ? s / 2 : g), a = Math.cos(b) * g, r = Math.sin(b) * g, u = Math.sin(b) * (s ? s / 2 : g), i.moveTo(e - d, n - r), i.lineTo(e + d, n + r), i.moveTo(e + u, n - a), i.lineTo(e - u, n + a), b += Et, d = Math.cos(b) * (s ? s / 2 : g), a = Math.cos(b) * g, r = Math.sin(b) * g, u = Math.sin(b) * (s ? s / 2 : g), i.moveTo(e - d, n - r), i.lineTo(e + d, n + r), i.moveTo(e + u, n - a), i.lineTo(e - u, n + a);
1197
1197
  break;
1198
1198
  case "line":
1199
- a = s ? s / 2 : Math.cos(m) * g, r = Math.sin(m) * g, i.moveTo(e - a, n - r), i.lineTo(e + a, n + r);
1199
+ a = s ? s / 2 : Math.cos(b) * g, r = Math.sin(b) * g, i.moveTo(e - a, n - r), i.lineTo(e + a, n + r);
1200
1200
  break;
1201
1201
  case "dash":
1202
- i.moveTo(e, n), i.lineTo(e + Math.cos(m) * (s ? s / 2 : g), n + Math.sin(m) * g);
1202
+ i.moveTo(e, n), i.lineTo(e + Math.cos(b) * (s ? s / 2 : g), n + Math.sin(b) * g);
1203
1203
  break;
1204
1204
  case !1:
1205
1205
  i.closePath();
@@ -1258,9 +1258,9 @@ function $e(i, t) {
1258
1258
  const { x: e, y: n, w: s, h: o, radius: a } = t;
1259
1259
  i.arc(e + a.topLeft, n + a.topLeft, a.topLeft, 1.5 * j, j, !0), i.lineTo(e, n + o - a.bottomLeft), i.arc(e + a.bottomLeft, n + o - a.bottomLeft, a.bottomLeft, j, Y, !0), i.lineTo(e + s - a.bottomRight, n + o), i.arc(e + s - a.bottomRight, n + o - a.bottomRight, a.bottomRight, Y, 0, !0), i.lineTo(e + s, n + a.topRight), i.arc(e + s - a.topRight, n + a.topRight, a.topRight, 0, -Y, !0), i.lineTo(e + a.topLeft, n);
1260
1260
  }
1261
- const Wr = /^(normal|(\d+(?:\.\d+)?)(px|em|%)?)$/, Hr = /^(normal|italic|initial|inherit|unset|(oblique( -?[0-9]?[0-9]deg)?))$/;
1261
+ const Hr = /^(normal|(\d+(?:\.\d+)?)(px|em|%)?)$/, Wr = /^(normal|italic|initial|inherit|unset|(oblique( -?[0-9]?[0-9]deg)?))$/;
1262
1262
  function Nr(i, t) {
1263
- const e = ("" + i).match(Wr);
1263
+ const e = ("" + i).match(Hr);
1264
1264
  if (!e || e[1] === "normal")
1265
1265
  return t * 1.2;
1266
1266
  switch (i = +e[2], e[3]) {
@@ -1304,7 +1304,7 @@ function X(i, t) {
1304
1304
  let e = L(i.size, t.size);
1305
1305
  typeof e == "string" && (e = parseInt(e, 10));
1306
1306
  let n = L(i.style, t.style);
1307
- n && !("" + n).match(Hr) && (console.warn('Invalid font style specified: "' + n + '"'), n = void 0);
1307
+ n && !("" + n).match(Wr) && (console.warn('Invalid font style specified: "' + n + '"'), n = void 0);
1308
1308
  const s = {
1309
1309
  family: L(i.family, t.family),
1310
1310
  lineHeight: Nr(L(i.lineHeight, t.lineHeight), e),
@@ -1693,7 +1693,7 @@ function hl(i, t) {
1693
1693
  box: a
1694
1694
  };
1695
1695
  }
1696
- function Wt(i, t) {
1696
+ function Ht(i, t) {
1697
1697
  if ("native" in i)
1698
1698
  return i;
1699
1699
  const { canvas: e, currentDevicePixelRatio: n } = t, s = Ti(e), o = s.boxSizing === "border-box", a = jt(s, "padding"), r = jt(s, "border", "width"), { x: l, y: c, box: h } = hl(i, e), d = a.left + (h && r.left), u = a.top + (h && r.top);
@@ -1757,7 +1757,7 @@ function ns(i, t) {
1757
1757
  const e = rl(i, t), n = e && e.match(/^(\d+)(\.\d+)?px$/);
1758
1758
  return n ? +n[1] : void 0;
1759
1759
  }
1760
- function Ht(i, t, e, n) {
1760
+ function Wt(i, t, e, n) {
1761
1761
  return {
1762
1762
  x: i.x + e * (t.x - i.x),
1763
1763
  y: i.y + e * (t.y - i.y)
@@ -1776,8 +1776,8 @@ function pl(i, t, e, n) {
1776
1776
  }, o = {
1777
1777
  x: t.cp1x,
1778
1778
  y: t.cp1y
1779
- }, a = Ht(i, s, e), r = Ht(s, o, e), l = Ht(o, t, e), c = Ht(a, r, e), h = Ht(r, l, e);
1780
- return Ht(c, h, e);
1779
+ }, a = Wt(i, s, e), r = Wt(s, o, e), l = Wt(o, t, e), c = Wt(a, r, e), h = Wt(r, l, e);
1780
+ return Wt(c, h, e);
1781
1781
  }
1782
1782
  const ml = function(i, t) {
1783
1783
  return {
@@ -1825,10 +1825,10 @@ function zo(i, t) {
1825
1825
  e.getPropertyPriority("direction")
1826
1826
  ], e.setProperty("direction", t, "important"), i.prevTextDirection = n);
1827
1827
  }
1828
- function Wo(i, t) {
1828
+ function Ho(i, t) {
1829
1829
  t !== void 0 && (delete i.prevTextDirection, i.canvas.style.setProperty("direction", t[0], t[1]));
1830
1830
  }
1831
- function Ho(i) {
1831
+ function Wo(i) {
1832
1832
  return i === "angle" ? {
1833
1833
  between: je,
1834
1834
  compare: pr,
@@ -1848,7 +1848,7 @@ function ss({ start: i, end: t, count: e, loop: n, style: s }) {
1848
1848
  };
1849
1849
  }
1850
1850
  function yl(i, t, e) {
1851
- const { property: n, start: s, end: o } = e, { between: a, normalize: r } = Ho(n), l = t.length;
1851
+ const { property: n, start: s, end: o } = e, { between: a, normalize: r } = Wo(n), l = t.length;
1852
1852
  let { start: c, end: h, loop: d } = i, u, f;
1853
1853
  if (d) {
1854
1854
  for (c += l, h += l, u = 0, f = l; u < f && a(r(t[c % l][n]), s, o); ++u)
@@ -1867,19 +1867,19 @@ function No(i, t, e) {
1867
1867
  return [
1868
1868
  i
1869
1869
  ];
1870
- const { property: n, start: s, end: o } = e, a = t.length, { compare: r, between: l, normalize: c } = Ho(n), { start: h, end: d, loop: u, style: f } = yl(i, t, e), p = [];
1871
- let g = !1, m = null, b, y, x;
1872
- const v = () => l(s, x, b) && r(s, x) !== 0, _ = () => r(o, b) === 0 || l(o, x, b), S = () => g || v(), M = () => !g || _();
1873
- for (let w = h, A = h; w <= d; ++w)
1874
- y = t[w % a], !y.skip && (b = c(y[n]), b !== x && (g = l(b, s, o), m === null && S() && (m = r(b, s) === 0 ? w : A), m !== null && M() && (p.push(ss({
1875
- start: m,
1876
- end: w,
1870
+ const { property: n, start: s, end: o } = e, a = t.length, { compare: r, between: l, normalize: c } = Wo(n), { start: h, end: d, loop: u, style: f } = yl(i, t, e), p = [];
1871
+ let g = !1, b = null, m, y, x;
1872
+ const _ = () => l(s, x, m) && r(s, x) !== 0, v = () => r(o, m) === 0 || l(o, x, m), w = () => g || _(), M = () => !g || v();
1873
+ for (let S = h, A = h; S <= d; ++S)
1874
+ y = t[S % a], !y.skip && (m = c(y[n]), m !== x && (g = l(m, s, o), b === null && w() && (b = r(m, s) === 0 ? S : A), b !== null && M() && (p.push(ss({
1875
+ start: b,
1876
+ end: S,
1877
1877
  loop: u,
1878
1878
  count: a,
1879
1879
  style: f
1880
- })), m = null), A = w, x = b));
1881
- return m !== null && p.push(ss({
1882
- start: m,
1880
+ })), b = null), A = S, x = m));
1881
+ return b !== null && p.push(ss({
1882
+ start: b,
1883
1883
  end: d,
1884
1884
  loop: u,
1885
1885
  count: a,
@@ -1947,7 +1947,7 @@ function os(i, t, e, n) {
1947
1947
  function Sl(i, t, e, n) {
1948
1948
  const s = i._chart.getContext(), o = as(i.options), { _datasetIndex: a, options: { spanGaps: r } } = i, l = e.length, c = [];
1949
1949
  let h = o, d = t[0].start, u = d;
1950
- function f(p, g, m, b) {
1950
+ function f(p, g, b, m) {
1951
1951
  const y = r ? -1 : 1;
1952
1952
  if (p !== g) {
1953
1953
  for (p += l; e[p % l].skip; )
@@ -1957,24 +1957,24 @@ function Sl(i, t, e, n) {
1957
1957
  p % l !== g % l && (c.push({
1958
1958
  start: p % l,
1959
1959
  end: g % l,
1960
- loop: m,
1961
- style: b
1962
- }), h = b, d = g % l);
1960
+ loop: b,
1961
+ style: m
1962
+ }), h = m, d = g % l);
1963
1963
  }
1964
1964
  }
1965
1965
  for (const p of t) {
1966
1966
  d = r ? d : p.start;
1967
- let g = e[d % l], m;
1967
+ let g = e[d % l], b;
1968
1968
  for (u = d + 1; u <= p.end; u++) {
1969
- const b = e[u % l];
1970
- m = as(n.setContext(Rt(s, {
1969
+ const m = e[u % l];
1970
+ b = as(n.setContext(Rt(s, {
1971
1971
  type: "segment",
1972
1972
  p0: g,
1973
- p1: b,
1973
+ p1: m,
1974
1974
  p0DataIndex: (u - 1) % l,
1975
1975
  p1DataIndex: u % l,
1976
1976
  datasetIndex: a
1977
- }))), wl(m, h) && f(d, u - 1, p.loop, h), g = b, h = m;
1977
+ }))), wl(b, h) && f(d, u - 1, p.loop, h), g = m, h = b;
1978
1978
  }
1979
1979
  d < u - 1 && f(d, u - 1, p.loop, h);
1980
1980
  }
@@ -2341,10 +2341,10 @@ function us(i, t) {
2341
2341
  const { chart: e, _cachedMeta: n } = i, s = e._stacks || (e._stacks = {}), { iScale: o, vScale: a, index: r } = n, l = o.axis, c = a.axis, h = Ol(o, a, n), d = t.length;
2342
2342
  let u;
2343
2343
  for (let f = 0; f < d; ++f) {
2344
- const p = t[f], { [l]: g, [c]: m } = p, b = p._stacks || (p._stacks = {});
2345
- u = b[c] = Fl(s, h, g), u[r] = m, u._top = ds(u, a, !0, n.type), u._bottom = ds(u, a, !1, n.type);
2344
+ const p = t[f], { [l]: g, [c]: b } = p, m = p._stacks || (p._stacks = {});
2345
+ u = m[c] = Fl(s, h, g), u[r] = b, u._top = ds(u, a, !0, n.type), u._bottom = ds(u, a, !1, n.type);
2346
2346
  const y = u._visualValues || (u._visualValues = {});
2347
- y[r] = m;
2347
+ y[r] = b;
2348
2348
  }
2349
2349
  }
2350
2350
  function Ni(i, t) {
@@ -2755,7 +2755,7 @@ function zl(i, t) {
2755
2755
  }
2756
2756
  return i._cache.$bar;
2757
2757
  }
2758
- function Wl(i) {
2758
+ function Hl(i) {
2759
2759
  const t = i.iScale, e = zl(t, i.type);
2760
2760
  let n = t._length, s, o, a, r;
2761
2761
  const l = () => {
@@ -2767,7 +2767,7 @@ function Wl(i) {
2767
2767
  a = t.getPixelForTick(s), l();
2768
2768
  return n;
2769
2769
  }
2770
- function Hl(i, t, e, n) {
2770
+ function Wl(i, t, e, n) {
2771
2771
  const s = e.barThickness;
2772
2772
  let o, a;
2773
2773
  return O(s) ? (o = t.min * e.categoryPercentage, a = e.barPercentage) : (o = s * n, a = 1), {
@@ -2901,18 +2901,18 @@ class fi extends Mt {
2901
2901
  const p = this.getParsed(f), g = o || O(p[r.axis]) ? {
2902
2902
  base: l,
2903
2903
  head: l
2904
- } : this._calculateBarValuePixels(f), m = this._calculateBarIndexPixels(f, h), b = (p._stacks || {})[r.axis], y = {
2904
+ } : this._calculateBarValuePixels(f), b = this._calculateBarIndexPixels(f, h), m = (p._stacks || {})[r.axis], y = {
2905
2905
  horizontal: c,
2906
2906
  base: g.base,
2907
- enableBorderRadius: !b || ji(p._custom) || a === b._top || a === b._bottom,
2908
- x: c ? g.head : m.center,
2909
- y: c ? m.center : g.head,
2910
- height: c ? m.size : Math.abs(g.size),
2911
- width: c ? Math.abs(g.size) : m.size
2907
+ enableBorderRadius: !m || ji(p._custom) || a === m._top || a === m._bottom,
2908
+ x: c ? g.head : b.center,
2909
+ y: c ? b.center : g.head,
2910
+ height: c ? b.size : Math.abs(g.size),
2911
+ width: c ? Math.abs(g.size) : b.size
2912
2912
  };
2913
2913
  u && (y.options = d || this.resolveDataElementOptions(f, t[f].active ? "active" : s));
2914
2914
  const x = y.options || t[f].options;
2915
- Ul(y, x, b, a), Xl(y, x, h.ratio), this.updateElement(t[f], f, y, s);
2915
+ Ul(y, x, m, a), Xl(y, x, h.ratio), this.updateElement(t[f], f, y, s);
2916
2916
  }
2917
2917
  }
2918
2918
  _getStacks(t, e) {
@@ -2940,7 +2940,7 @@ class fi extends Mt {
2940
2940
  s.push(n.getPixelForValue(this.getParsed(o)[n.axis], o));
2941
2941
  const r = t.barThickness;
2942
2942
  return {
2943
- min: r || Wl(e),
2943
+ min: r || Hl(e),
2944
2944
  pixels: s,
2945
2945
  start: n._startPixel,
2946
2946
  end: n._endPixel,
@@ -2954,20 +2954,20 @@ class fi extends Mt {
2954
2954
  const { _cachedMeta: { vScale: e, _stacked: n, index: s }, options: { base: o, minBarLength: a } } = this, r = o || 0, l = this.getParsed(t), c = l._custom, h = ji(c);
2955
2955
  let d = l[e.axis], u = 0, f = n ? this.applyStack(e, l, n) : d, p, g;
2956
2956
  f !== d && (u = f - d, f = d), h && (d = c.barStart, f = c.barEnd - c.barStart, d !== 0 && mt(d) !== mt(c.barEnd) && (u = 0), u += d);
2957
- const m = !O(o) && !h ? o : u;
2958
- let b = e.getPixelForValue(m);
2959
- if (this.chart.getDataVisibility(t) ? p = e.getPixelForValue(u + f) : p = b, g = p - b, Math.abs(g) < a) {
2960
- g = jl(g, e, r) * a, d === r && (b -= g / 2);
2961
- const y = e.getPixelForDecimal(0), x = e.getPixelForDecimal(1), v = Math.min(y, x), _ = Math.max(y, x);
2962
- b = Math.max(Math.min(b, _), v), p = b + g, n && !h && (l._stacks[e.axis]._visualValues[s] = e.getValueForPixel(p) - e.getValueForPixel(b));
2963
- }
2964
- if (b === e.getPixelForValue(r)) {
2957
+ const b = !O(o) && !h ? o : u;
2958
+ let m = e.getPixelForValue(b);
2959
+ if (this.chart.getDataVisibility(t) ? p = e.getPixelForValue(u + f) : p = m, g = p - m, Math.abs(g) < a) {
2960
+ g = jl(g, e, r) * a, d === r && (m -= g / 2);
2961
+ const y = e.getPixelForDecimal(0), x = e.getPixelForDecimal(1), _ = Math.min(y, x), v = Math.max(y, x);
2962
+ m = Math.max(Math.min(m, v), _), p = m + g, n && !h && (l._stacks[e.axis]._visualValues[s] = e.getValueForPixel(p) - e.getValueForPixel(m));
2963
+ }
2964
+ if (m === e.getPixelForValue(r)) {
2965
2965
  const y = mt(g) * e.getLineWidthForValue(r) / 2;
2966
- b += y, g -= y;
2966
+ m += y, g -= y;
2967
2967
  }
2968
2968
  return {
2969
2969
  size: g,
2970
- base: b,
2970
+ base: m,
2971
2971
  head: p,
2972
2972
  center: p + g / 2
2973
2973
  };
@@ -2976,7 +2976,7 @@ class fi extends Mt {
2976
2976
  const n = e.scale, s = this.options, o = s.skipNull, a = L(s.maxBarThickness, 1 / 0);
2977
2977
  let r, l;
2978
2978
  if (e.grouped) {
2979
- const c = o ? this._getStackCount(t) : e.stackCount, h = s.barThickness === "flex" ? Nl(t, e, s, c) : Hl(t, e, s, c), d = this._getStackIndex(this.index, this._cachedMeta.stack, o ? t : void 0);
2979
+ const c = o ? this._getStackCount(t) : e.stackCount, h = s.barThickness === "flex" ? Nl(t, e, s, c) : Wl(t, e, s, c), d = this._getStackIndex(this.index, this._cachedMeta.stack, o ? t : void 0);
2980
2980
  r = h.start + h.chunk * d + h.chunk / 2, l = Math.min(a, h.chunk * h.ratio);
2981
2981
  } else
2982
2982
  r = n.getPixelForValue(this.getParsed(t)[n.axis], t), l = Math.min(a, e.min * e.ratio);
@@ -3074,8 +3074,8 @@ class gi extends Mt {
3074
3074
  updateElements(t, e, n, s) {
3075
3075
  const o = s === "reset", { iScale: a, vScale: r } = this._cachedMeta, { sharedOptions: l, includeOptions: c } = this._getSharedOptions(e, s), h = a.axis, d = r.axis;
3076
3076
  for (let u = e; u < e + n; u++) {
3077
- const f = t[u], p = !o && this.getParsed(u), g = {}, m = g[h] = o ? a.getPixelForDecimal(0.5) : a.getPixelForValue(p[h]), b = g[d] = o ? r.getBasePixel() : r.getPixelForValue(p[d]);
3078
- g.skip = isNaN(m) || isNaN(b), c && (g.options = l || this.resolveDataElementOptions(u, f.active ? "active" : s), o && (g.options.radius = 0)), this.updateElement(f, u, g, s);
3077
+ const f = t[u], p = !o && this.getParsed(u), g = {}, b = g[h] = o ? a.getPixelForDecimal(0.5) : a.getPixelForValue(p[h]), m = g[d] = o ? r.getBasePixel() : r.getPixelForValue(p[d]);
3078
+ g.skip = isNaN(b) || isNaN(m), c && (g.options = l || this.resolveDataElementOptions(u, f.active ? "active" : s), o && (g.options.radius = 0)), this.updateElement(f, u, g, s);
3079
3079
  }
3080
3080
  }
3081
3081
  resolveDataElementOptions(t, e) {
@@ -3114,9 +3114,9 @@ k(gi, "id", "bubble"), k(gi, "defaults", {
3114
3114
  });
3115
3115
  function Gl(i, t, e) {
3116
3116
  let n = 1, s = 1, o = 0, a = 0;
3117
- if (t < W) {
3118
- const r = i, l = r + t, c = Math.cos(r), h = Math.sin(r), d = Math.cos(l), u = Math.sin(l), f = (x, v, _) => je(x, r, l, !0) ? 1 : Math.max(v, v * e, _, _ * e), p = (x, v, _) => je(x, r, l, !0) ? -1 : Math.min(v, v * e, _, _ * e), g = f(0, c, d), m = f(Y, h, u), b = p(j, c, d), y = p(j + Y, h, u);
3119
- n = (g - b) / 2, s = (m - y) / 2, o = -(g + b) / 2, a = -(m + y) / 2;
3117
+ if (t < H) {
3118
+ const r = i, l = r + t, c = Math.cos(r), h = Math.sin(r), d = Math.cos(l), u = Math.sin(l), f = (x, _, v) => je(x, r, l, !0) ? 1 : Math.max(_, _ * e, v, v * e), p = (x, _, v) => je(x, r, l, !0) ? -1 : Math.min(_, _ * e, v, v * e), g = f(0, c, d), b = f(Y, h, u), m = p(j, c, d), y = p(j + Y, h, u);
3119
+ n = (g - m) / 2, s = (b - y) / 2, o = -(g + m) / 2, a = -(b + y) / 2;
3120
3120
  }
3121
3121
  return {
3122
3122
  ratioX: n,
@@ -3153,7 +3153,7 @@ class Le extends Mt {
3153
3153
  return gt(this.options.circumference);
3154
3154
  }
3155
3155
  _getRotationExtents() {
3156
- let t = W, e = -W;
3156
+ let t = H, e = -H;
3157
3157
  for (let n = 0; n < this.chart.data.datasets.length; ++n)
3158
3158
  if (this.chart.isDatasetVisible(n) && this.chart.getDatasetMeta(n).type === this._type) {
3159
3159
  const s = this.chart.getDatasetMeta(n).controller, o = s._getRotation(), a = s._getCircumference();
@@ -3165,29 +3165,29 @@ class Le extends Mt {
3165
3165
  };
3166
3166
  }
3167
3167
  update(t) {
3168
- const e = this.chart, { chartArea: n } = e, s = this._cachedMeta, o = s.data, a = this.getMaxBorderWidth() + this.getMaxOffset(o) + this.options.spacing, r = Math.max((Math.min(n.width, n.height) - a) / 2, 0), l = Math.min(sr(this.options.cutout, r), 1), c = this._getRingWeight(this.index), { circumference: h, rotation: d } = this._getRotationExtents(), { ratioX: u, ratioY: f, offsetX: p, offsetY: g } = Gl(d, h, l), m = (n.width - a) / u, b = (n.height - a) / f, y = Math.max(Math.min(m, b) / 2, 0), x = So(this.options.radius, y), v = Math.max(x * l, 0), _ = (x - v) / this._getVisibleDatasetWeightTotal();
3169
- this.offsetX = p * x, this.offsetY = g * x, s.total = this.calculateTotal(), this.outerRadius = x - _ * this._getRingWeightOffset(this.index), this.innerRadius = Math.max(this.outerRadius - _ * c, 0), this.updateElements(o, 0, o.length, t);
3168
+ const e = this.chart, { chartArea: n } = e, s = this._cachedMeta, o = s.data, a = this.getMaxBorderWidth() + this.getMaxOffset(o) + this.options.spacing, r = Math.max((Math.min(n.width, n.height) - a) / 2, 0), l = Math.min(sr(this.options.cutout, r), 1), c = this._getRingWeight(this.index), { circumference: h, rotation: d } = this._getRotationExtents(), { ratioX: u, ratioY: f, offsetX: p, offsetY: g } = Gl(d, h, l), b = (n.width - a) / u, m = (n.height - a) / f, y = Math.max(Math.min(b, m) / 2, 0), x = So(this.options.radius, y), _ = Math.max(x * l, 0), v = (x - _) / this._getVisibleDatasetWeightTotal();
3169
+ this.offsetX = p * x, this.offsetY = g * x, s.total = this.calculateTotal(), this.outerRadius = x - v * this._getRingWeightOffset(this.index), this.innerRadius = Math.max(this.outerRadius - v * c, 0), this.updateElements(o, 0, o.length, t);
3170
3170
  }
3171
3171
  _circumference(t, e) {
3172
3172
  const n = this.options, s = this._cachedMeta, o = this._getCircumference();
3173
- return e && n.animation.animateRotate || !this.chart.getDataVisibility(t) || s._parsed[t] === null || s.data[t].hidden ? 0 : this.calculateCircumference(s._parsed[t] * o / W);
3173
+ return e && n.animation.animateRotate || !this.chart.getDataVisibility(t) || s._parsed[t] === null || s.data[t].hidden ? 0 : this.calculateCircumference(s._parsed[t] * o / H);
3174
3174
  }
3175
3175
  updateElements(t, e, n, s) {
3176
- const o = s === "reset", a = this.chart, r = a.chartArea, c = a.options.animation, h = (r.left + r.right) / 2, d = (r.top + r.bottom) / 2, u = o && c.animateScale, f = u ? 0 : this.innerRadius, p = u ? 0 : this.outerRadius, { sharedOptions: g, includeOptions: m } = this._getSharedOptions(e, s);
3177
- let b = this._getRotation(), y;
3176
+ const o = s === "reset", a = this.chart, r = a.chartArea, c = a.options.animation, h = (r.left + r.right) / 2, d = (r.top + r.bottom) / 2, u = o && c.animateScale, f = u ? 0 : this.innerRadius, p = u ? 0 : this.outerRadius, { sharedOptions: g, includeOptions: b } = this._getSharedOptions(e, s);
3177
+ let m = this._getRotation(), y;
3178
3178
  for (y = 0; y < e; ++y)
3179
- b += this._circumference(y, o);
3179
+ m += this._circumference(y, o);
3180
3180
  for (y = e; y < e + n; ++y) {
3181
- const x = this._circumference(y, o), v = t[y], _ = {
3181
+ const x = this._circumference(y, o), _ = t[y], v = {
3182
3182
  x: h + this.offsetX,
3183
3183
  y: d + this.offsetY,
3184
- startAngle: b,
3185
- endAngle: b + x,
3184
+ startAngle: m,
3185
+ endAngle: m + x,
3186
3186
  circumference: x,
3187
3187
  outerRadius: p,
3188
3188
  innerRadius: f
3189
3189
  };
3190
- m && (_.options = g || this.resolveDataElementOptions(y, v.active ? "active" : s)), b += x, this.updateElement(v, y, _, s);
3190
+ b && (v.options = g || this.resolveDataElementOptions(y, _.active ? "active" : s)), m += x, this.updateElement(_, y, v, s);
3191
3191
  }
3192
3192
  }
3193
3193
  calculateTotal() {
@@ -3201,7 +3201,7 @@ class Le extends Mt {
3201
3201
  }
3202
3202
  calculateCircumference(t) {
3203
3203
  const e = this._cachedMeta.total;
3204
- return e > 0 && !isNaN(t) ? W * (Math.abs(t) / e) : 0;
3204
+ return e > 0 && !isNaN(t) ? H * (Math.abs(t) / e) : 0;
3205
3205
  }
3206
3206
  getLabelAndValue(t) {
3207
3207
  const e = this._cachedMeta, n = this.chart, s = n.data.labels || [], o = Cn(e._parsed[t], n.options.locale);
@@ -3328,16 +3328,16 @@ class pi extends Mt {
3328
3328
  }, t), this.updateElements(s, r, l, t);
3329
3329
  }
3330
3330
  updateElements(t, e, n, s) {
3331
- const o = s === "reset", { iScale: a, vScale: r, _stacked: l, _dataset: c } = this._cachedMeta, { sharedOptions: h, includeOptions: d } = this._getSharedOptions(e, s), u = a.axis, f = r.axis, { spanGaps: p, segment: g } = this.options, m = Ve(p) ? p : Number.POSITIVE_INFINITY, b = this.chart._animationsDisabled || o || s === "none", y = e + n, x = t.length;
3332
- let v = e > 0 && this.getParsed(e - 1);
3333
- for (let _ = 0; _ < x; ++_) {
3334
- const S = t[_], M = b ? S : {};
3335
- if (_ < e || _ >= y) {
3331
+ const o = s === "reset", { iScale: a, vScale: r, _stacked: l, _dataset: c } = this._cachedMeta, { sharedOptions: h, includeOptions: d } = this._getSharedOptions(e, s), u = a.axis, f = r.axis, { spanGaps: p, segment: g } = this.options, b = Ve(p) ? p : Number.POSITIVE_INFINITY, m = this.chart._animationsDisabled || o || s === "none", y = e + n, x = t.length;
3332
+ let _ = e > 0 && this.getParsed(e - 1);
3333
+ for (let v = 0; v < x; ++v) {
3334
+ const w = t[v], M = m ? w : {};
3335
+ if (v < e || v >= y) {
3336
3336
  M.skip = !0;
3337
3337
  continue;
3338
3338
  }
3339
- const w = this.getParsed(_), A = O(w[f]), C = M[u] = a.getPixelForValue(w[u], _), P = M[f] = o || A ? r.getBasePixel() : r.getPixelForValue(l ? this.applyStack(r, w, l) : w[f], _);
3340
- M.skip = isNaN(C) || isNaN(P) || A, M.stop = _ > 0 && Math.abs(w[u] - v[u]) > m, g && (M.parsed = w, M.raw = c.data[_]), d && (M.options = h || this.resolveDataElementOptions(_, S.active ? "active" : s)), b || this.updateElement(S, _, M, s), v = w;
3339
+ const S = this.getParsed(v), A = O(S[f]), C = M[u] = a.getPixelForValue(S[u], v), P = M[f] = o || A ? r.getBasePixel() : r.getPixelForValue(l ? this.applyStack(r, S, l) : S[f], v);
3340
+ M.skip = isNaN(C) || isNaN(P) || A, M.stop = v > 0 && Math.abs(S[u] - _[u]) > b, g && (M.parsed = S, M.raw = c.data[v]), d && (M.options = h || this.resolveDataElementOptions(v, w.active ? "active" : s)), m || this.updateElement(w, v, M, s), _ = S;
3341
3341
  }
3342
3342
  }
3343
3343
  getMaxOverflow() {
@@ -3552,14 +3552,14 @@ function Ql(i, t, e, n, s, o) {
3552
3552
  const p = h.getCenterPoint(s);
3553
3553
  if (!(!!o || i.isPointInArea(p)) && !f)
3554
3554
  return;
3555
- const m = r(t, p);
3556
- m < l ? (a = [
3555
+ const b = r(t, p);
3556
+ b < l ? (a = [
3557
3557
  {
3558
3558
  element: h,
3559
3559
  datasetIndex: d,
3560
3560
  index: u
3561
3561
  }
3562
- ], l = m) : m === l && a.push({
3562
+ ], l = b) : b === l && a.push({
3563
3563
  element: h,
3564
3564
  datasetIndex: d,
3565
3565
  index: u
@@ -3585,7 +3585,7 @@ var tc = {
3585
3585
  evaluateInteractionItems: Xe,
3586
3586
  modes: {
3587
3587
  index(i, t, e, n) {
3588
- const s = Wt(t, i), o = e.axis || "x", a = e.includeInvisible || !1, r = e.intersect ? $i(i, s, o, n, a) : Ui(i, s, o, !1, n, a), l = [];
3588
+ const s = Ht(t, i), o = e.axis || "x", a = e.includeInvisible || !1, r = e.intersect ? $i(i, s, o, n, a) : Ui(i, s, o, !1, n, a), l = [];
3589
3589
  return r.length ? (i.getSortedVisibleDatasetMetas().forEach((c) => {
3590
3590
  const h = r[0].index, d = c.data[h];
3591
3591
  d && !d.skip && l.push({
@@ -3596,7 +3596,7 @@ var tc = {
3596
3596
  }), l) : [];
3597
3597
  },
3598
3598
  dataset(i, t, e, n) {
3599
- const s = Wt(t, i), o = e.axis || "xy", a = e.includeInvisible || !1;
3599
+ const s = Ht(t, i), o = e.axis || "xy", a = e.includeInvisible || !1;
3600
3600
  let r = e.intersect ? $i(i, s, o, n, a) : Ui(i, s, o, !1, n, a);
3601
3601
  if (r.length > 0) {
3602
3602
  const l = r[0].datasetIndex, c = i.getDatasetMeta(l).data;
@@ -3611,19 +3611,19 @@ var tc = {
3611
3611
  return r;
3612
3612
  },
3613
3613
  point(i, t, e, n) {
3614
- const s = Wt(t, i), o = e.axis || "xy", a = e.includeInvisible || !1;
3614
+ const s = Ht(t, i), o = e.axis || "xy", a = e.includeInvisible || !1;
3615
3615
  return $i(i, s, o, n, a);
3616
3616
  },
3617
3617
  nearest(i, t, e, n) {
3618
- const s = Wt(t, i), o = e.axis || "xy", a = e.includeInvisible || !1;
3618
+ const s = Ht(t, i), o = e.axis || "xy", a = e.includeInvisible || !1;
3619
3619
  return Ui(i, s, o, e.intersect, n, a);
3620
3620
  },
3621
3621
  x(i, t, e, n) {
3622
- const s = Wt(t, i);
3622
+ const s = Ht(t, i);
3623
3623
  return bs(i, s, "x", e.intersect, n);
3624
3624
  },
3625
3625
  y(i, t, e, n) {
3626
- const s = Wt(t, i);
3626
+ const s = Ht(t, i);
3627
3627
  return bs(i, s, "y", e.intersect, n);
3628
3628
  }
3629
3629
  }
@@ -3812,7 +3812,7 @@ var rt = {
3812
3812
  R(i.boxes, (g) => {
3813
3813
  typeof g.beforeLayout == "function" && g.beforeLayout();
3814
3814
  });
3815
- const h = l.reduce((g, m) => m.box.options && m.box.options.display === !1 ? g : g + 1, 0) || 1, d = Object.freeze({
3815
+ const h = l.reduce((g, b) => b.box.options && b.box.options.display === !1 ? g : g + 1, 0) || 1, d = Object.freeze({
3816
3816
  outerWidth: t,
3817
3817
  outerHeight: e,
3818
3818
  padding: s,
@@ -3837,8 +3837,8 @@ var rt = {
3837
3837
  height: f.h,
3838
3838
  width: f.w
3839
3839
  }, R(r.chartArea, (g) => {
3840
- const m = g.box;
3841
- Object.assign(m, i.chartArea), m.update(f.w, f.h, {
3840
+ const b = g.box;
3841
+ Object.assign(b, i.chartArea), b.update(f.w, f.h, {
3842
3842
  left: 0,
3843
3843
  top: 0,
3844
3844
  right: 0,
@@ -3926,7 +3926,7 @@ function uc(i, t, e) {
3926
3926
  i.canvas.removeEventListener(t, e, qo);
3927
3927
  }
3928
3928
  function fc(i, t) {
3929
- const e = cc[i.type] || i.type, { x: n, y: s } = Wt(i, t);
3929
+ const e = cc[i.type] || i.type, { x: n, y: s } = Ht(i, t);
3930
3930
  return {
3931
3931
  type: e,
3932
3932
  chart: t,
@@ -4201,20 +4201,20 @@ function Ic(i, t, e) {
4201
4201
  function Fc(i, t, e, n) {
4202
4202
  const { top: s, left: o, bottom: a, right: r, chart: l } = i, { chartArea: c, scales: h } = l;
4203
4203
  let d = 0, u, f, p;
4204
- const g = a - s, m = r - o;
4204
+ const g = a - s, b = r - o;
4205
4205
  if (i.isHorizontal()) {
4206
4206
  if (f = J(n, o, r), T(e)) {
4207
- const b = Object.keys(e)[0], y = e[b];
4208
- p = h[b].getPixelForValue(y) + g - t;
4207
+ const m = Object.keys(e)[0], y = e[m];
4208
+ p = h[m].getPixelForValue(y) + g - t;
4209
4209
  } else
4210
4210
  e === "center" ? p = (c.bottom + c.top) / 2 + g - t : p = ws(i, e, t);
4211
4211
  u = r - o;
4212
4212
  } else {
4213
4213
  if (T(e)) {
4214
- const b = Object.keys(e)[0], y = e[b];
4215
- f = h[b].getPixelForValue(y) - m + t;
4214
+ const m = Object.keys(e)[0], y = e[m];
4215
+ f = h[m].getPixelForValue(y) - b + t;
4216
4216
  } else
4217
- e === "center" ? f = (c.left + c.right) / 2 - m + t : f = ws(i, e, t);
4217
+ e === "center" ? f = (c.left + c.right) / 2 - b + t : f = ws(i, e, t);
4218
4218
  p = J(n, a, s), d = e === "left" ? -Y : Y;
4219
4219
  }
4220
4220
  return {
@@ -4399,15 +4399,15 @@ class de extends ht {
4399
4399
  if (a) {
4400
4400
  const l = Cs(s, e.options.font);
4401
4401
  if (r ? (t.width = this.maxWidth, t.height = Ce(o) + l) : (t.height = this.maxHeight, t.width = Ce(o) + l), n.display && this.ticks.length) {
4402
- const { first: c, last: h, widest: d, highest: u } = this._getLabelSizes(), f = n.padding * 2, p = gt(this.labelRotation), g = Math.cos(p), m = Math.sin(p);
4402
+ const { first: c, last: h, widest: d, highest: u } = this._getLabelSizes(), f = n.padding * 2, p = gt(this.labelRotation), g = Math.cos(p), b = Math.sin(p);
4403
4403
  if (r) {
4404
- const b = n.mirror ? 0 : m * d.width + g * u.height;
4405
- t.height = Math.min(this.maxHeight, t.height + b + f);
4404
+ const m = n.mirror ? 0 : b * d.width + g * u.height;
4405
+ t.height = Math.min(this.maxHeight, t.height + m + f);
4406
4406
  } else {
4407
- const b = n.mirror ? 0 : g * d.width + m * u.height;
4408
- t.width = Math.min(this.maxWidth, t.width + b + f);
4407
+ const m = n.mirror ? 0 : g * d.width + b * u.height;
4408
+ t.width = Math.min(this.maxWidth, t.width + m + f);
4409
4409
  }
4410
- this._calculatePadding(c, h, m, g);
4410
+ this._calculatePadding(c, h, b, g);
4411
4411
  }
4412
4412
  }
4413
4413
  this._handleMargins(), r ? (this.width = this._length = e.width - this._margins.left - this._margins.right, this.height = t.height) : (this.width = t.width, this.height = this._length = e.height - this._margins.top - this._margins.bottom);
@@ -4456,28 +4456,28 @@ class de extends ht {
4456
4456
  }
4457
4457
  _computeLabelSizes(t, e, n) {
4458
4458
  const { ctx: s, _longestTextCache: o } = this, a = [], r = [], l = Math.floor(e / ks(e, n));
4459
- let c = 0, h = 0, d, u, f, p, g, m, b, y, x, v, _;
4459
+ let c = 0, h = 0, d, u, f, p, g, b, m, y, x, _, v;
4460
4460
  for (d = 0; d < e; d += l) {
4461
- if (p = t[d].label, g = this._resolveTickFontOptions(d), s.font = m = g.string, b = o[m] = o[m] || {
4461
+ if (p = t[d].label, g = this._resolveTickFontOptions(d), s.font = b = g.string, m = o[b] = o[b] || {
4462
4462
  data: {},
4463
4463
  gc: []
4464
- }, y = g.lineHeight, x = v = 0, !O(p) && !z(p))
4465
- x = wi(s, b.data, b.gc, x, p), v = y;
4464
+ }, y = g.lineHeight, x = _ = 0, !O(p) && !z(p))
4465
+ x = wi(s, m.data, m.gc, x, p), _ = y;
4466
4466
  else if (z(p))
4467
4467
  for (u = 0, f = p.length; u < f; ++u)
4468
- _ = p[u], !O(_) && !z(_) && (x = wi(s, b.data, b.gc, x, _), v += y);
4469
- a.push(x), r.push(v), c = Math.max(x, c), h = Math.max(v, h);
4468
+ v = p[u], !O(v) && !z(v) && (x = wi(s, m.data, m.gc, x, v), _ += y);
4469
+ a.push(x), r.push(_), c = Math.max(x, c), h = Math.max(_, h);
4470
4470
  }
4471
4471
  Lc(o, e);
4472
- const S = a.indexOf(c), M = r.indexOf(h), w = (A) => ({
4472
+ const w = a.indexOf(c), M = r.indexOf(h), S = (A) => ({
4473
4473
  width: a[A] || 0,
4474
4474
  height: r[A] || 0
4475
4475
  });
4476
4476
  return {
4477
- first: w(0),
4478
- last: w(e - 1),
4479
- widest: w(S),
4480
- highest: w(M),
4477
+ first: S(0),
4478
+ last: S(e - 1),
4479
+ widest: S(w),
4480
+ highest: S(M),
4481
4481
  widths: a,
4482
4482
  heights: r
4483
4483
  };
@@ -4527,47 +4527,47 @@ class de extends ht {
4527
4527
  return t !== "auto" ? !!t : this.getMatchingVisibleMetas().length > 0;
4528
4528
  }
4529
4529
  _computeGridLineItems(t) {
4530
- const e = this.axis, n = this.chart, s = this.options, { grid: o, position: a, border: r } = s, l = o.offset, c = this.isHorizontal(), d = this.ticks.length + (l ? 1 : 0), u = Ce(o), f = [], p = r.setContext(this.getContext()), g = p.display ? p.width : 0, m = g / 2, b = function(B) {
4530
+ const e = this.axis, n = this.chart, s = this.options, { grid: o, position: a, border: r } = s, l = o.offset, c = this.isHorizontal(), d = this.ticks.length + (l ? 1 : 0), u = Ce(o), f = [], p = r.setContext(this.getContext()), g = p.display ? p.width : 0, b = g / 2, m = function(B) {
4531
4531
  return Bt(n, B, g);
4532
4532
  };
4533
- let y, x, v, _, S, M, w, A, C, P, D, H;
4533
+ let y, x, _, v, w, M, S, A, C, P, D, W;
4534
4534
  if (a === "top")
4535
- y = b(this.bottom), M = this.bottom - u, A = y - m, P = b(t.top) + m, H = t.bottom;
4535
+ y = m(this.bottom), M = this.bottom - u, A = y - b, P = m(t.top) + b, W = t.bottom;
4536
4536
  else if (a === "bottom")
4537
- y = b(this.top), P = t.top, H = b(t.bottom) - m, M = y + m, A = this.top + u;
4537
+ y = m(this.top), P = t.top, W = m(t.bottom) - b, M = y + b, A = this.top + u;
4538
4538
  else if (a === "left")
4539
- y = b(this.right), S = this.right - u, w = y - m, C = b(t.left) + m, D = t.right;
4539
+ y = m(this.right), w = this.right - u, S = y - b, C = m(t.left) + b, D = t.right;
4540
4540
  else if (a === "right")
4541
- y = b(this.left), C = t.left, D = b(t.right) - m, S = y + m, w = this.left + u;
4541
+ y = m(this.left), C = t.left, D = m(t.right) - b, w = y + b, S = this.left + u;
4542
4542
  else if (e === "x") {
4543
4543
  if (a === "center")
4544
- y = b((t.top + t.bottom) / 2 + 0.5);
4544
+ y = m((t.top + t.bottom) / 2 + 0.5);
4545
4545
  else if (T(a)) {
4546
4546
  const B = Object.keys(a)[0], N = a[B];
4547
- y = b(this.chart.scales[B].getPixelForValue(N));
4547
+ y = m(this.chart.scales[B].getPixelForValue(N));
4548
4548
  }
4549
- P = t.top, H = t.bottom, M = y + m, A = M + u;
4549
+ P = t.top, W = t.bottom, M = y + b, A = M + u;
4550
4550
  } else if (e === "y") {
4551
4551
  if (a === "center")
4552
- y = b((t.left + t.right) / 2);
4552
+ y = m((t.left + t.right) / 2);
4553
4553
  else if (T(a)) {
4554
4554
  const B = Object.keys(a)[0], N = a[B];
4555
- y = b(this.chart.scales[B].getPixelForValue(N));
4555
+ y = m(this.chart.scales[B].getPixelForValue(N));
4556
4556
  }
4557
- S = y - m, w = S - u, C = t.left, D = t.right;
4557
+ w = y - b, S = w - u, C = t.left, D = t.right;
4558
4558
  }
4559
4559
  const U = L(s.ticks.maxTicksLimit, d), I = Math.max(1, Math.ceil(d / U));
4560
4560
  for (x = 0; x < d; x += I) {
4561
4561
  const B = this.getContext(x), N = o.setContext(B), ct = r.setContext(B), Z = N.lineWidth, Gt = N.color, qe = ct.dash || [], qt = ct.dashOffset, xe = N.tickWidth, _e = N.tickColor, ve = N.tickBorderDash || [], Se = N.tickBorderDashOffset;
4562
- v = Dc(this, x, l), v !== void 0 && (_ = Bt(n, v, Z), c ? S = w = C = D = _ : M = A = P = H = _, f.push({
4563
- tx1: S,
4562
+ _ = Dc(this, x, l), _ !== void 0 && (v = Bt(n, _, Z), c ? w = S = C = D = v : M = A = P = W = v, f.push({
4563
+ tx1: w,
4564
4564
  ty1: M,
4565
- tx2: w,
4565
+ tx2: S,
4566
4566
  ty2: A,
4567
4567
  x1: C,
4568
4568
  y1: P,
4569
4569
  x2: D,
4570
- y2: H,
4570
+ y2: W,
4571
4571
  width: Z,
4572
4572
  color: Gt,
4573
4573
  borderDash: qe,
@@ -4581,49 +4581,49 @@ class de extends ht {
4581
4581
  return this._ticksLength = d, this._borderValue = y, f;
4582
4582
  }
4583
4583
  _computeLabelItems(t) {
4584
- const e = this.axis, n = this.options, { position: s, ticks: o } = n, a = this.isHorizontal(), r = this.ticks, { align: l, crossAlign: c, padding: h, mirror: d } = o, u = Ce(n.grid), f = u + h, p = d ? -h : f, g = -gt(this.labelRotation), m = [];
4585
- let b, y, x, v, _, S, M, w, A, C, P, D, H = "middle";
4584
+ const e = this.axis, n = this.options, { position: s, ticks: o } = n, a = this.isHorizontal(), r = this.ticks, { align: l, crossAlign: c, padding: h, mirror: d } = o, u = Ce(n.grid), f = u + h, p = d ? -h : f, g = -gt(this.labelRotation), b = [];
4585
+ let m, y, x, _, v, w, M, S, A, C, P, D, W = "middle";
4586
4586
  if (s === "top")
4587
- S = this.bottom - p, M = this._getXAxisLabelAlignment();
4587
+ w = this.bottom - p, M = this._getXAxisLabelAlignment();
4588
4588
  else if (s === "bottom")
4589
- S = this.top + p, M = this._getXAxisLabelAlignment();
4589
+ w = this.top + p, M = this._getXAxisLabelAlignment();
4590
4590
  else if (s === "left") {
4591
4591
  const I = this._getYAxisLabelAlignment(u);
4592
- M = I.textAlign, _ = I.x;
4592
+ M = I.textAlign, v = I.x;
4593
4593
  } else if (s === "right") {
4594
4594
  const I = this._getYAxisLabelAlignment(u);
4595
- M = I.textAlign, _ = I.x;
4595
+ M = I.textAlign, v = I.x;
4596
4596
  } else if (e === "x") {
4597
4597
  if (s === "center")
4598
- S = (t.top + t.bottom) / 2 + f;
4598
+ w = (t.top + t.bottom) / 2 + f;
4599
4599
  else if (T(s)) {
4600
4600
  const I = Object.keys(s)[0], B = s[I];
4601
- S = this.chart.scales[I].getPixelForValue(B) + f;
4601
+ w = this.chart.scales[I].getPixelForValue(B) + f;
4602
4602
  }
4603
4603
  M = this._getXAxisLabelAlignment();
4604
4604
  } else if (e === "y") {
4605
4605
  if (s === "center")
4606
- _ = (t.left + t.right) / 2 - f;
4606
+ v = (t.left + t.right) / 2 - f;
4607
4607
  else if (T(s)) {
4608
4608
  const I = Object.keys(s)[0], B = s[I];
4609
- _ = this.chart.scales[I].getPixelForValue(B);
4609
+ v = this.chart.scales[I].getPixelForValue(B);
4610
4610
  }
4611
4611
  M = this._getYAxisLabelAlignment(u).textAlign;
4612
4612
  }
4613
- e === "y" && (l === "start" ? H = "top" : l === "end" && (H = "bottom"));
4613
+ e === "y" && (l === "start" ? W = "top" : l === "end" && (W = "bottom"));
4614
4614
  const U = this._getLabelSizes();
4615
- for (b = 0, y = r.length; b < y; ++b) {
4616
- x = r[b], v = x.label;
4617
- const I = o.setContext(this.getContext(b));
4618
- w = this.getPixelForTick(b) + o.labelOffset, A = this._resolveTickFontOptions(b), C = A.lineHeight, P = z(v) ? v.length : 1;
4615
+ for (m = 0, y = r.length; m < y; ++m) {
4616
+ x = r[m], _ = x.label;
4617
+ const I = o.setContext(this.getContext(m));
4618
+ S = this.getPixelForTick(m) + o.labelOffset, A = this._resolveTickFontOptions(m), C = A.lineHeight, P = z(_) ? _.length : 1;
4619
4619
  const B = P / 2, N = I.color, ct = I.textStrokeColor, Z = I.textStrokeWidth;
4620
4620
  let Gt = M;
4621
- a ? (_ = w, M === "inner" && (b === y - 1 ? Gt = this.options.reverse ? "left" : "right" : b === 0 ? Gt = this.options.reverse ? "right" : "left" : Gt = "center"), s === "top" ? c === "near" || g !== 0 ? D = -P * C + C / 2 : c === "center" ? D = -U.highest.height / 2 - B * C + C : D = -U.highest.height + C / 2 : c === "near" || g !== 0 ? D = C / 2 : c === "center" ? D = U.highest.height / 2 - B * C : D = U.highest.height - P * C, d && (D *= -1), g !== 0 && !I.showLabelBackdrop && (_ += C / 2 * Math.sin(g))) : (S = w, D = (1 - P) * C / 2);
4621
+ a ? (v = S, M === "inner" && (m === y - 1 ? Gt = this.options.reverse ? "left" : "right" : m === 0 ? Gt = this.options.reverse ? "right" : "left" : Gt = "center"), s === "top" ? c === "near" || g !== 0 ? D = -P * C + C / 2 : c === "center" ? D = -U.highest.height / 2 - B * C + C : D = -U.highest.height + C / 2 : c === "near" || g !== 0 ? D = C / 2 : c === "center" ? D = U.highest.height / 2 - B * C : D = U.highest.height - P * C, d && (D *= -1), g !== 0 && !I.showLabelBackdrop && (v += C / 2 * Math.sin(g))) : (w = S, D = (1 - P) * C / 2);
4622
4622
  let qe;
4623
4623
  if (I.showLabelBackdrop) {
4624
- const qt = K(I.backdropPadding), xe = U.heights[b], _e = U.widths[b];
4624
+ const qt = K(I.backdropPadding), xe = U.heights[m], _e = U.widths[m];
4625
4625
  let ve = D - qt.top, Se = 0 - qt.left;
4626
- switch (H) {
4626
+ switch (W) {
4627
4627
  case "middle":
4628
4628
  ve -= xe / 2;
4629
4629
  break;
@@ -4647,8 +4647,8 @@ class de extends ht {
4647
4647
  color: I.backdropColor
4648
4648
  };
4649
4649
  }
4650
- m.push({
4651
- label: v,
4650
+ b.push({
4651
+ label: _,
4652
4652
  font: A,
4653
4653
  textOffset: D,
4654
4654
  options: {
@@ -4657,16 +4657,16 @@ class de extends ht {
4657
4657
  strokeColor: ct,
4658
4658
  strokeWidth: Z,
4659
4659
  textAlign: Gt,
4660
- textBaseline: H,
4660
+ textBaseline: W,
4661
4661
  translation: [
4662
- _,
4663
- S
4662
+ v,
4663
+ w
4664
4664
  ],
4665
4665
  backdrop: qe
4666
4666
  }
4667
4667
  });
4668
4668
  }
4669
- return m;
4669
+ return b;
4670
4670
  }
4671
4671
  _getXAxisLabelAlignment() {
4672
4672
  const { position: t, ticks: e } = this.options;
@@ -4957,7 +4957,7 @@ class zc {
4957
4957
  }
4958
4958
  }
4959
4959
  var ft = /* @__PURE__ */ new zc();
4960
- class Wc {
4960
+ class Hc {
4961
4961
  constructor() {
4962
4962
  this._init = [];
4963
4963
  }
@@ -4989,7 +4989,7 @@ class Wc {
4989
4989
  return this._notifyStateChanges(t), e;
4990
4990
  }
4991
4991
  _createDescriptors(t, e) {
4992
- const n = t && t.config, s = L(n.options && n.options.plugins, {}), o = Hc(n);
4992
+ const n = t && t.config, s = L(n.options && n.options.plugins, {}), o = Wc(n);
4993
4993
  return s === !1 && !e ? [] : Vc(t, o, s, e);
4994
4994
  }
4995
4995
  _notifyStateChanges(t) {
@@ -4997,7 +4997,7 @@ class Wc {
4997
4997
  this._notify(s(e, n), t, "stop"), this._notify(s(n, e), t, "start");
4998
4998
  }
4999
4999
  }
5000
- function Hc(i) {
5000
+ function Wc(i) {
5001
5001
  const t = {}, e = [], n = Object.keys(ft.plugins.items);
5002
5002
  for (let o = 0; o < n.length; o++)
5003
5003
  e.push(ft.getPlugin(n[o]));
@@ -5362,7 +5362,7 @@ let Ct = (Pt = class {
5362
5362
  const a = n.createResolver(n.chartOptionScopes(), this.getContext());
5363
5363
  this.platform = new (n.platform || vc(s))(), this.platform.updateConfig(n);
5364
5364
  const r = this.platform.acquireContext(s, a.aspectRatio), l = r && r.canvas, c = l && l.height, h = l && l.width;
5365
- if (this.id = nr(), this.ctx = r, this.canvas = l, this.width = h, this.height = c, this._options = a, this._aspectRatio = this.aspectRatio, this._layers = [], this._metasets = [], this._stacks = void 0, this.boxes = [], this.currentDevicePixelRatio = void 0, this.chartArea = void 0, this._active = [], this._lastEvent = void 0, this._listeners = {}, this._responsiveListeners = void 0, this._sortedMetasets = [], this.scales = {}, this._plugins = new Wc(), this.$proxies = {}, this._hiddenIndices = {}, this.attached = !1, this._animationsDisabled = void 0, this.$context = void 0, this._doResize = _r((d) => this.update(d), a.resizeDelay || 0), this._dataChanges = [], yi[this.id] = this, !r || !l) {
5365
+ if (this.id = nr(), this.ctx = r, this.canvas = l, this.width = h, this.height = c, this._options = a, this._aspectRatio = this.aspectRatio, this._layers = [], this._metasets = [], this._stacks = void 0, this.boxes = [], this.currentDevicePixelRatio = void 0, this.chartArea = void 0, this._active = [], this._lastEvent = void 0, this._listeners = {}, this._responsiveListeners = void 0, this._sortedMetasets = [], this.scales = {}, this._plugins = new Hc(), this.$proxies = {}, this._hiddenIndices = {}, this.attached = !1, this._animationsDisabled = void 0, this.$context = void 0, this._doResize = _r((d) => this.update(d), a.resizeDelay || 0), this._dataChanges = [], yi[this.id] = this, !r || !l) {
5366
5366
  console.error("Failed to create chart: can't acquire context from the given item");
5367
5367
  return;
5368
5368
  }
@@ -5870,27 +5870,27 @@ function Ci(i, t, e, n, s, o) {
5870
5870
  const I = h > 0 ? h - n : 0, B = d > 0 ? d - n : 0, N = (I + B) / 2, ct = N !== 0 ? p * N / (N + n) : p;
5871
5871
  f = (p - ct) / 2;
5872
5872
  }
5873
- const g = Math.max(1e-3, p * d - e / j) / d, m = (p - g) / 2, b = l + m + f, y = s - m - f, { outerStart: x, outerEnd: v, innerStart: _, innerEnd: S } = rh(t, u, d, y - b), M = d - x, w = d - v, A = b + x / M, C = y - v / w, P = u + _, D = u + S, H = b + _ / P, U = y - S / D;
5873
+ const g = Math.max(1e-3, p * d - e / j) / d, b = (p - g) / 2, m = l + b + f, y = s - b - f, { outerStart: x, outerEnd: _, innerStart: v, innerEnd: w } = rh(t, u, d, y - m), M = d - x, S = d - _, A = m + x / M, C = y - _ / S, P = u + v, D = u + w, W = m + v / P, U = y - w / D;
5874
5874
  if (i.beginPath(), o) {
5875
5875
  const I = (A + C) / 2;
5876
- if (i.arc(a, r, d, A, I), i.arc(a, r, d, I, C), v > 0) {
5877
- const Z = Zt(w, C, a, r);
5878
- i.arc(Z.x, Z.y, v, C, y + Y);
5876
+ if (i.arc(a, r, d, A, I), i.arc(a, r, d, I, C), _ > 0) {
5877
+ const Z = Zt(S, C, a, r);
5878
+ i.arc(Z.x, Z.y, _, C, y + Y);
5879
5879
  }
5880
5880
  const B = Zt(D, y, a, r);
5881
- if (i.lineTo(B.x, B.y), S > 0) {
5881
+ if (i.lineTo(B.x, B.y), w > 0) {
5882
5882
  const Z = Zt(D, U, a, r);
5883
- i.arc(Z.x, Z.y, S, y + Y, U + Math.PI);
5883
+ i.arc(Z.x, Z.y, w, y + Y, U + Math.PI);
5884
5884
  }
5885
- const N = (y - S / u + (b + _ / u)) / 2;
5886
- if (i.arc(a, r, u, y - S / u, N, !0), i.arc(a, r, u, N, b + _ / u, !0), _ > 0) {
5887
- const Z = Zt(P, H, a, r);
5888
- i.arc(Z.x, Z.y, _, H + Math.PI, b - Y);
5885
+ const N = (y - w / u + (m + v / u)) / 2;
5886
+ if (i.arc(a, r, u, y - w / u, N, !0), i.arc(a, r, u, N, m + v / u, !0), v > 0) {
5887
+ const Z = Zt(P, W, a, r);
5888
+ i.arc(Z.x, Z.y, v, W + Math.PI, m - Y);
5889
5889
  }
5890
- const ct = Zt(M, b, a, r);
5890
+ const ct = Zt(M, m, a, r);
5891
5891
  if (i.lineTo(ct.x, ct.y), x > 0) {
5892
5892
  const Z = Zt(M, A, a, r);
5893
- i.arc(Z.x, Z.y, x, b - Y, A);
5893
+ i.arc(Z.x, Z.y, x, m - Y, A);
5894
5894
  }
5895
5895
  } else {
5896
5896
  i.moveTo(a, r);
@@ -5908,7 +5908,7 @@ function lh(i, t, e, n, s) {
5908
5908
  Ci(i, t, e, n, l, s);
5909
5909
  for (let c = 0; c < o; ++c)
5910
5910
  i.fill();
5911
- isNaN(r) || (l = a + (r % W || W));
5911
+ isNaN(r) || (l = a + (r % H || H));
5912
5912
  }
5913
5913
  return Ci(i, t, e, n, l, s), i.fill(), l;
5914
5914
  }
@@ -5922,7 +5922,7 @@ function ch(i, t, e, n, s) {
5922
5922
  Ci(i, t, e, n, p, s);
5923
5923
  for (let g = 0; g < o; ++g)
5924
5924
  i.stroke();
5925
- isNaN(r) || (p = a + (r % W || W));
5925
+ isNaN(r) || (p = a + (r % H || H));
5926
5926
  }
5927
5927
  f && oh(i, t, p), o || (Ci(i, t, e, n, p, s), i.stroke());
5928
5928
  }
@@ -5951,8 +5951,8 @@ class Qt extends ht {
5951
5951
  "innerRadius",
5952
5952
  "outerRadius",
5953
5953
  "circumference"
5954
- ], s), f = (this.options.spacing + this.options.borderWidth) / 2, g = L(u, c - l) >= W || je(a, l, c), m = St(r, h + f, d + f);
5955
- return g && m;
5954
+ ], s), f = (this.options.spacing + this.options.borderWidth) / 2, g = L(u, c - l) >= H || je(a, l, c), b = St(r, h + f, d + f);
5955
+ return g && b;
5956
5956
  }
5957
5957
  getCenterPoint(e) {
5958
5958
  const { x: n, y: s, startAngle: o, endAngle: a, innerRadius: r, outerRadius: l } = this.getProps([
@@ -5973,7 +5973,7 @@ class Qt extends ht {
5973
5973
  }
5974
5974
  draw(e) {
5975
5975
  const { options: n, circumference: s } = this, o = (n.offset || 0) / 4, a = (n.spacing || 0) / 2, r = n.circular;
5976
- if (this.pixelMargin = n.borderAlign === "inner" ? 0.33 : 0, this.fullCircles = s > W ? Math.floor(s / W) : 0, s === 0 || this.innerRadius < 0 || this.outerRadius < 0)
5976
+ if (this.pixelMargin = n.borderAlign === "inner" ? 0.33 : 0, this.fullCircles = s > H ? Math.floor(s / H) : 0, s === 0 || this.innerRadius < 0 || this.outerRadius < 0)
5977
5977
  return;
5978
5978
  e.save();
5979
5979
  const l = (this.startAngle + this.endAngle) / 2;
@@ -6027,15 +6027,15 @@ function uh(i, t, e, n) {
6027
6027
  }
6028
6028
  function fh(i, t, e, n) {
6029
6029
  const s = t.points, { count: o, start: a, ilen: r } = ia(s, e, n), { move: l = !0, reverse: c } = n || {};
6030
- let h = 0, d = 0, u, f, p, g, m, b;
6031
- const y = (v) => (a + (c ? r - v : v)) % o, x = () => {
6032
- g !== m && (i.lineTo(h, m), i.lineTo(h, g), i.lineTo(h, b));
6030
+ let h = 0, d = 0, u, f, p, g, b, m;
6031
+ const y = (_) => (a + (c ? r - _ : _)) % o, x = () => {
6032
+ g !== b && (i.lineTo(h, b), i.lineTo(h, g), i.lineTo(h, m));
6033
6033
  };
6034
6034
  for (l && (f = s[y(0)], i.moveTo(f.x, f.y)), u = 0; u <= r; ++u) {
6035
6035
  if (f = s[y(u)], f.skip)
6036
6036
  continue;
6037
- const v = f.x, _ = f.y, S = v | 0;
6038
- S === p ? (_ < g ? g = _ : _ > m && (m = _), h = (d * h + v) / ++d) : (x(), i.lineTo(v, _), p = S, d = 0, g = m = _), b = _;
6037
+ const _ = f.x, v = f.y, w = _ | 0;
6038
+ w === p ? (v < g ? g = v : v > b && (b = v), h = (d * h + _) / ++d) : (x(), i.lineTo(_, v), p = w, d = 0, g = b = v), m = v;
6039
6039
  }
6040
6040
  x();
6041
6041
  }
@@ -6044,7 +6044,7 @@ function rn(i) {
6044
6044
  return !i._decimated && !i._loop && !t.tension && t.cubicInterpolationMode !== "monotone" && !t.stepped && !e ? fh : uh;
6045
6045
  }
6046
6046
  function gh(i) {
6047
- return i.stepped ? gl : i.tension || i.cubicInterpolationMode === "monotone" ? pl : Ht;
6047
+ return i.stepped ? gl : i.tension || i.cubicInterpolationMode === "monotone" ? pl : Wt;
6048
6048
  }
6049
6049
  function ph(i, t, e, n) {
6050
6050
  let s = t._path;
@@ -6106,8 +6106,8 @@ class pt extends ht {
6106
6106
  r.push(f);
6107
6107
  continue;
6108
6108
  }
6109
- const g = Math.abs((s - f[e]) / (p[e] - f[e])), m = l(f, p, g, n.stepped);
6110
- m[e] = t[e], r.push(m);
6109
+ const g = Math.abs((s - f[e]) / (p[e] - f[e])), b = l(f, p, g, n.stepped);
6110
+ b[e] = t[e], r.push(b);
6111
6111
  }
6112
6112
  return r.length === 1 ? r[0] : r;
6113
6113
  }
@@ -6548,7 +6548,7 @@ class oa {
6548
6548
  const { x: s, y: o, radius: a } = this;
6549
6549
  return e = e || {
6550
6550
  start: 0,
6551
- end: W
6551
+ end: H
6552
6552
  }, t.arc(s, o, a, e.end, e.start, !0), !n.bounds;
6553
6553
  }
6554
6554
  interpolate(t) {
@@ -6576,9 +6576,9 @@ function Bh(i, t) {
6576
6576
  return e && i.isDatasetVisible(t) ? e.dataset : null;
6577
6577
  }
6578
6578
  function zh(i) {
6579
- return (i.scale || {}).getPointPositionForValue ? Hh(i) : Wh(i);
6579
+ return (i.scale || {}).getPointPositionForValue ? Wh(i) : Hh(i);
6580
6580
  }
6581
- function Wh(i) {
6581
+ function Hh(i) {
6582
6582
  const { scale: t = {}, fill: e } = i, n = Dh(e, t);
6583
6583
  if (q(n)) {
6584
6584
  const s = t.isHorizontal();
@@ -6589,7 +6589,7 @@ function Wh(i) {
6589
6589
  }
6590
6590
  return null;
6591
6591
  }
6592
- function Hh(i) {
6592
+ function Wh(i) {
6593
6593
  const { scale: t, fill: e } = i, n = t.options, s = t.getLabels().length, o = n.reverse ? t.max : t.min, a = Lh(e, t, o), r = [];
6594
6594
  if (n.grid.circular) {
6595
6595
  const l = t.getPointPositionForValue(0, o);
@@ -6617,13 +6617,13 @@ function qi(i, t, e) {
6617
6617
  }
6618
6618
  function Nh(i, t) {
6619
6619
  const { line: e, target: n, above: s, below: o, area: a, scale: r } = t, l = e._loop ? "angle" : t.axis;
6620
- i.save(), l === "x" && o !== s && (Ws(i, n, a.top), Hs(i, {
6620
+ i.save(), l === "x" && o !== s && (Hs(i, n, a.top), Ws(i, {
6621
6621
  line: e,
6622
6622
  target: n,
6623
6623
  color: s,
6624
6624
  scale: r,
6625
6625
  property: l
6626
- }), i.restore(), i.save(), Ws(i, n, a.bottom)), Hs(i, {
6626
+ }), i.restore(), i.save(), Hs(i, n, a.bottom)), Ws(i, {
6627
6627
  line: e,
6628
6628
  target: n,
6629
6629
  color: o,
@@ -6631,7 +6631,7 @@ function Nh(i, t) {
6631
6631
  property: l
6632
6632
  }), i.restore();
6633
6633
  }
6634
- function Ws(i, t, e) {
6634
+ function Hs(i, t, e) {
6635
6635
  const { segments: n, points: s } = t;
6636
6636
  let o = !0, a = !1;
6637
6637
  i.beginPath();
@@ -6643,7 +6643,7 @@ function Ws(i, t, e) {
6643
6643
  }
6644
6644
  i.lineTo(t.first().x, e), i.closePath(), i.clip();
6645
6645
  }
6646
- function Hs(i, t) {
6646
+ function Ws(i, t) {
6647
6647
  const { line: e, target: n, property: s, color: o, scale: a } = t, r = kh(e, n, s);
6648
6648
  for (const { source: l, target: c, start: h, end: d } of r) {
6649
6649
  const { style: { backgroundColor: u = o } = {} } = l, f = n !== !0;
@@ -6652,11 +6652,11 @@ function Hs(i, t) {
6652
6652
  let g;
6653
6653
  if (f) {
6654
6654
  p ? i.closePath() : Ns(i, n, d, s);
6655
- const m = !!n.pathSegment(i, c, {
6655
+ const b = !!n.pathSegment(i, c, {
6656
6656
  move: p,
6657
6657
  reverse: !0
6658
6658
  });
6659
- g = p && m, g || Ns(i, n, h, s);
6659
+ g = p && b, g || Ns(i, n, h, s);
6660
6660
  }
6661
6661
  i.closePath(), i.fill(g ? "evenodd" : "nonzero"), i.restore();
6662
6662
  }
@@ -6755,25 +6755,25 @@ class js extends ht {
6755
6755
  o.textAlign = "left", o.textBaseline = "middle";
6756
6756
  let u = -1, f = -h;
6757
6757
  return this.legendItems.forEach((p, g) => {
6758
- const m = n + e / 2 + o.measureText(p.text).width;
6759
- (g === 0 || c[c.length - 1] + m + 2 * r > a) && (d += h, c[c.length - (g > 0 ? 0 : 1)] = 0, f += h, u++), l[g] = {
6758
+ const b = n + e / 2 + o.measureText(p.text).width;
6759
+ (g === 0 || c[c.length - 1] + b + 2 * r > a) && (d += h, c[c.length - (g > 0 ? 0 : 1)] = 0, f += h, u++), l[g] = {
6760
6760
  left: 0,
6761
6761
  top: f,
6762
6762
  row: u,
6763
- width: m,
6763
+ width: b,
6764
6764
  height: s
6765
- }, c[c.length - 1] += m + r;
6765
+ }, c[c.length - 1] += b + r;
6766
6766
  }), d;
6767
6767
  }
6768
6768
  _fitCols(t, e, n, s) {
6769
6769
  const { ctx: o, maxHeight: a, options: { labels: { padding: r } } } = this, l = this.legendHitBoxes = [], c = this.columnSizes = [], h = a - t;
6770
6770
  let d = r, u = 0, f = 0, p = 0, g = 0;
6771
- return this.legendItems.forEach((m, b) => {
6772
- const { itemWidth: y, itemHeight: x } = Uh(n, e, o, m, s);
6773
- b > 0 && f + x + 2 * r > h && (d += u + r, c.push({
6771
+ return this.legendItems.forEach((b, m) => {
6772
+ const { itemWidth: y, itemHeight: x } = Uh(n, e, o, b, s);
6773
+ m > 0 && f + x + 2 * r > h && (d += u + r, c.push({
6774
6774
  width: u,
6775
6775
  height: f
6776
- }), p += u + r, g++, u = f = 0), l[b] = {
6776
+ }), p += u + r, g++, u = f = 0), l[m] = {
6777
6777
  left: p,
6778
6778
  top: f,
6779
6779
  col: g,
@@ -6812,22 +6812,22 @@ class js extends ht {
6812
6812
  const { options: t, columnSizes: e, lineWidths: n, ctx: s } = this, { align: o, labels: a } = t, r = $.color, l = te(t.rtl, this.left, this.width), c = X(a.font), { padding: h } = a, d = c.size, u = d / 2;
6813
6813
  let f;
6814
6814
  this.drawTitle(), s.textAlign = l.textAlign("left"), s.textBaseline = "middle", s.lineWidth = 0.5, s.font = c.string;
6815
- const { boxWidth: p, boxHeight: g, itemHeight: m } = Vs(a, d), b = function(S, M, w) {
6815
+ const { boxWidth: p, boxHeight: g, itemHeight: b } = Vs(a, d), m = function(w, M, S) {
6816
6816
  if (isNaN(p) || p <= 0 || isNaN(g) || g < 0)
6817
6817
  return;
6818
6818
  s.save();
6819
- const A = L(w.lineWidth, 1);
6820
- if (s.fillStyle = L(w.fillStyle, r), s.lineCap = L(w.lineCap, "butt"), s.lineDashOffset = L(w.lineDashOffset, 0), s.lineJoin = L(w.lineJoin, "miter"), s.lineWidth = A, s.strokeStyle = L(w.strokeStyle, r), s.setLineDash(L(w.lineDash, [])), a.usePointStyle) {
6819
+ const A = L(S.lineWidth, 1);
6820
+ if (s.fillStyle = L(S.fillStyle, r), s.lineCap = L(S.lineCap, "butt"), s.lineDashOffset = L(S.lineDashOffset, 0), s.lineJoin = L(S.lineJoin, "miter"), s.lineWidth = A, s.strokeStyle = L(S.strokeStyle, r), s.setLineDash(L(S.lineDash, [])), a.usePointStyle) {
6821
6821
  const C = {
6822
6822
  radius: g * Math.SQRT2 / 2,
6823
- pointStyle: w.pointStyle,
6824
- rotation: w.rotation,
6823
+ pointStyle: S.pointStyle,
6824
+ rotation: S.rotation,
6825
6825
  borderWidth: A
6826
- }, P = l.xPlus(S, p / 2), D = M + u;
6826
+ }, P = l.xPlus(w, p / 2), D = M + u;
6827
6827
  Lo(s, C, P, D, a.pointStyleWidth && p);
6828
6828
  } else {
6829
- const C = M + Math.max((d - g) / 2, 0), P = l.leftForLtr(S, p), D = Vt(w.borderRadius);
6830
- s.beginPath(), Object.values(D).some((H) => H !== 0) ? $e(s, {
6829
+ const C = M + Math.max((d - g) / 2, 0), P = l.leftForLtr(w, p), D = Vt(S.borderRadius);
6830
+ s.beginPath(), Object.values(D).some((W) => W !== 0) ? $e(s, {
6831
6831
  x: P,
6832
6832
  y: C,
6833
6833
  w: p,
@@ -6836,36 +6836,36 @@ class js extends ht {
6836
6836
  }) : s.rect(P, C, p, g), s.fill(), A !== 0 && s.stroke();
6837
6837
  }
6838
6838
  s.restore();
6839
- }, y = function(S, M, w) {
6840
- Xt(s, w.text, S, M + m / 2, c, {
6841
- strikethrough: w.hidden,
6842
- textAlign: l.textAlign(w.textAlign)
6839
+ }, y = function(w, M, S) {
6840
+ Xt(s, S.text, w, M + b / 2, c, {
6841
+ strikethrough: S.hidden,
6842
+ textAlign: l.textAlign(S.textAlign)
6843
6843
  });
6844
- }, x = this.isHorizontal(), v = this._computeTitleHeight();
6844
+ }, x = this.isHorizontal(), _ = this._computeTitleHeight();
6845
6845
  x ? f = {
6846
6846
  x: J(o, this.left + h, this.right - n[0]),
6847
- y: this.top + h + v,
6847
+ y: this.top + h + _,
6848
6848
  line: 0
6849
6849
  } : f = {
6850
6850
  x: this.left + h,
6851
- y: J(o, this.top + v + h, this.bottom - e[0].height),
6851
+ y: J(o, this.top + _ + h, this.bottom - e[0].height),
6852
6852
  line: 0
6853
6853
  }, zo(this.ctx, t.textDirection);
6854
- const _ = m + h;
6855
- this.legendItems.forEach((S, M) => {
6856
- s.strokeStyle = S.fontColor, s.fillStyle = S.fontColor;
6857
- const w = s.measureText(S.text).width, A = l.textAlign(S.textAlign || (S.textAlign = a.textAlign)), C = p + u + w;
6854
+ const v = b + h;
6855
+ this.legendItems.forEach((w, M) => {
6856
+ s.strokeStyle = w.fontColor, s.fillStyle = w.fontColor;
6857
+ const S = s.measureText(w.text).width, A = l.textAlign(w.textAlign || (w.textAlign = a.textAlign)), C = p + u + S;
6858
6858
  let P = f.x, D = f.y;
6859
- l.setWidth(this.width), x ? M > 0 && P + C + h > this.right && (D = f.y += _, f.line++, P = f.x = J(o, this.left + h, this.right - n[f.line])) : M > 0 && D + _ > this.bottom && (P = f.x = P + e[f.line].width + h, f.line++, D = f.y = J(o, this.top + v + h, this.bottom - e[f.line].height));
6860
- const H = l.x(P);
6861
- if (b(H, D, S), P = vr(A, P + p + u, x ? P + C : this.right, t.rtl), y(l.x(P), D, S), x)
6859
+ l.setWidth(this.width), x ? M > 0 && P + C + h > this.right && (D = f.y += v, f.line++, P = f.x = J(o, this.left + h, this.right - n[f.line])) : M > 0 && D + v > this.bottom && (P = f.x = P + e[f.line].width + h, f.line++, D = f.y = J(o, this.top + _ + h, this.bottom - e[f.line].height));
6860
+ const W = l.x(P);
6861
+ if (m(W, D, w), P = vr(A, P + p + u, x ? P + C : this.right, t.rtl), y(l.x(P), D, w), x)
6862
6862
  f.x += C + h;
6863
- else if (typeof S.text != "string") {
6863
+ else if (typeof w.text != "string") {
6864
6864
  const U = c.lineHeight;
6865
- f.y += aa(S, U) + h;
6865
+ f.y += aa(w, U) + h;
6866
6866
  } else
6867
- f.y += _;
6868
- }), Wo(this.ctx, t.textDirection);
6867
+ f.y += v;
6868
+ }), Ho(this.ctx, t.textDirection);
6869
6869
  }
6870
6870
  drawTitle() {
6871
6871
  const t = this.options, e = t.title, n = X(e.font), s = K(e.padding);
@@ -6876,7 +6876,7 @@ class js extends ht {
6876
6876
  if (this.isHorizontal())
6877
6877
  u = Math.max(...this.lineWidths), h = this.top + c, d = J(t.align, d, this.right - u);
6878
6878
  else {
6879
- const p = this.columnSizes.reduce((g, m) => Math.max(g, m.height), 0);
6879
+ const p = this.columnSizes.reduce((g, b) => Math.max(g, b.height), 0);
6880
6880
  h = c + J(t.align, this.top, this.bottom - p - t.labels.padding - this._computeTitleHeight());
6881
6881
  }
6882
6882
  const f = J(r, d, d + u);
@@ -7177,20 +7177,20 @@ function Kh(i, t) {
7177
7177
  }
7178
7178
  function $s(i, t) {
7179
7179
  const e = i.chart.ctx, { body: n, footer: s, title: o } = i, { boxWidth: a, boxHeight: r } = t, l = X(t.bodyFont), c = X(t.titleFont), h = X(t.footerFont), d = o.length, u = s.length, f = n.length, p = K(t.padding);
7180
- let g = p.height, m = 0, b = n.reduce((v, _) => v + _.before.length + _.lines.length + _.after.length, 0);
7181
- if (b += i.beforeBody.length + i.afterBody.length, d && (g += d * c.lineHeight + (d - 1) * t.titleSpacing + t.titleMarginBottom), b) {
7182
- const v = t.displayColors ? Math.max(r, l.lineHeight) : l.lineHeight;
7183
- g += f * v + (b - f) * l.lineHeight + (b - 1) * t.bodySpacing;
7180
+ let g = p.height, b = 0, m = n.reduce((_, v) => _ + v.before.length + v.lines.length + v.after.length, 0);
7181
+ if (m += i.beforeBody.length + i.afterBody.length, d && (g += d * c.lineHeight + (d - 1) * t.titleSpacing + t.titleMarginBottom), m) {
7182
+ const _ = t.displayColors ? Math.max(r, l.lineHeight) : l.lineHeight;
7183
+ g += f * _ + (m - f) * l.lineHeight + (m - 1) * t.bodySpacing;
7184
7184
  }
7185
7185
  u && (g += t.footerMarginTop + u * h.lineHeight + (u - 1) * t.footerSpacing);
7186
7186
  let y = 0;
7187
- const x = function(v) {
7188
- m = Math.max(m, e.measureText(v).width + y);
7187
+ const x = function(_) {
7188
+ b = Math.max(b, e.measureText(_).width + y);
7189
7189
  };
7190
- return e.save(), e.font = c.string, R(i.title, x), e.font = l.string, R(i.beforeBody.concat(i.afterBody), x), y = t.displayColors ? a + 2 + t.boxPadding : 0, R(n, (v) => {
7191
- R(v.before, x), R(v.lines, x), R(v.after, x);
7192
- }), y = 0, e.font = h.string, R(i.footer, x), e.restore(), m += p.width, {
7193
- width: m,
7190
+ return e.save(), e.font = c.string, R(i.title, x), e.font = l.string, R(i.beforeBody.concat(i.afterBody), x), y = t.displayColors ? a + 2 + t.boxPadding : 0, R(n, (_) => {
7191
+ R(_.before, x), R(_.lines, x), R(_.after, x);
7192
+ }), y = 0, e.font = h.string, R(i.footer, x), e.restore(), b += p.width, {
7193
+ width: b,
7194
7194
  height: g
7195
7195
  };
7196
7196
  }
@@ -7393,14 +7393,14 @@ class cn extends ht {
7393
7393
  }
7394
7394
  getCaretPosition(t, e, n) {
7395
7395
  const { xAlign: s, yAlign: o } = this, { caretSize: a, cornerRadius: r } = n, { topLeft: l, topRight: c, bottomLeft: h, bottomRight: d } = Vt(r), { x: u, y: f } = t, { width: p, height: g } = e;
7396
- let m, b, y, x, v, _;
7397
- return o === "center" ? (v = f + g / 2, s === "left" ? (m = u, b = m - a, x = v + a, _ = v - a) : (m = u + p, b = m + a, x = v - a, _ = v + a), y = m) : (s === "left" ? b = u + Math.max(l, h) + a : s === "right" ? b = u + p - Math.max(c, d) - a : b = this.caretX, o === "top" ? (x = f, v = x - a, m = b - a, y = b + a) : (x = f + g, v = x + a, m = b + a, y = b - a), _ = x), {
7398
- x1: m,
7399
- x2: b,
7396
+ let b, m, y, x, _, v;
7397
+ return o === "center" ? (_ = f + g / 2, s === "left" ? (b = u, m = b - a, x = _ + a, v = _ - a) : (b = u + p, m = b + a, x = _ - a, v = _ + a), y = b) : (s === "left" ? m = u + Math.max(l, h) + a : s === "right" ? m = u + p - Math.max(c, d) - a : m = this.caretX, o === "top" ? (x = f, _ = x - a, b = m - a, y = m + a) : (x = f + g, _ = x + a, b = m + a, y = m - a), v = x), {
7398
+ x1: b,
7399
+ x2: m,
7400
7400
  x3: y,
7401
7401
  y1: x,
7402
- y2: v,
7403
- y3: _
7402
+ y2: _,
7403
+ y3: v
7404
7404
  };
7405
7405
  }
7406
7406
  drawTitle(t, e, n) {
@@ -7420,38 +7420,38 @@ class cn extends ht {
7420
7420
  pointStyle: r.pointStyle,
7421
7421
  rotation: r.rotation,
7422
7422
  borderWidth: 1
7423
- }, m = s.leftForLtr(u, c) + c / 2, b = p + l / 2;
7424
- t.strokeStyle = o.multiKeyBackground, t.fillStyle = o.multiKeyBackground, sn(t, g, m, b), t.strokeStyle = a.borderColor, t.fillStyle = a.backgroundColor, sn(t, g, m, b);
7423
+ }, b = s.leftForLtr(u, c) + c / 2, m = p + l / 2;
7424
+ t.strokeStyle = o.multiKeyBackground, t.fillStyle = o.multiKeyBackground, sn(t, g, b, m), t.strokeStyle = a.borderColor, t.fillStyle = a.backgroundColor, sn(t, g, b, m);
7425
7425
  } else {
7426
7426
  t.lineWidth = T(a.borderWidth) ? Math.max(...Object.values(a.borderWidth)) : a.borderWidth || 1, t.strokeStyle = a.borderColor, t.setLineDash(a.borderDash || []), t.lineDashOffset = a.borderDashOffset || 0;
7427
- const g = s.leftForLtr(u, c), m = s.leftForLtr(s.xPlus(u, 1), c - 2), b = Vt(a.borderRadius);
7428
- Object.values(b).some((y) => y !== 0) ? (t.beginPath(), t.fillStyle = o.multiKeyBackground, $e(t, {
7427
+ const g = s.leftForLtr(u, c), b = s.leftForLtr(s.xPlus(u, 1), c - 2), m = Vt(a.borderRadius);
7428
+ Object.values(m).some((y) => y !== 0) ? (t.beginPath(), t.fillStyle = o.multiKeyBackground, $e(t, {
7429
7429
  x: g,
7430
7430
  y: p,
7431
7431
  w: c,
7432
7432
  h: l,
7433
- radius: b
7433
+ radius: m
7434
7434
  }), t.fill(), t.stroke(), t.fillStyle = a.backgroundColor, t.beginPath(), $e(t, {
7435
- x: m,
7435
+ x: b,
7436
7436
  y: p + 1,
7437
7437
  w: c - 2,
7438
7438
  h: l - 2,
7439
- radius: b
7440
- }), t.fill()) : (t.fillStyle = o.multiKeyBackground, t.fillRect(g, p, c, l), t.strokeRect(g, p, c, l), t.fillStyle = a.backgroundColor, t.fillRect(m, p + 1, c - 2, l - 2));
7439
+ radius: m
7440
+ }), t.fill()) : (t.fillStyle = o.multiKeyBackground, t.fillRect(g, p, c, l), t.strokeRect(g, p, c, l), t.fillStyle = a.backgroundColor, t.fillRect(b, p + 1, c - 2, l - 2));
7441
7441
  }
7442
7442
  t.fillStyle = this.labelTextColors[n];
7443
7443
  }
7444
7444
  drawBody(t, e, n) {
7445
7445
  const { body: s } = this, { bodySpacing: o, bodyAlign: a, displayColors: r, boxHeight: l, boxWidth: c, boxPadding: h } = n, d = X(n.bodyFont);
7446
7446
  let u = d.lineHeight, f = 0;
7447
- const p = te(n.rtl, this.x, this.width), g = function(w) {
7448
- e.fillText(w, p.x(t.x + f), t.y + u / 2), t.y += u + o;
7449
- }, m = p.textAlign(a);
7450
- let b, y, x, v, _, S, M;
7451
- for (e.textAlign = a, e.textBaseline = "middle", e.font = d.string, t.x = ri(this, m, n), e.fillStyle = n.bodyColor, R(this.beforeBody, g), f = r && m !== "right" ? a === "center" ? c / 2 + h : c + 2 + h : 0, v = 0, S = s.length; v < S; ++v) {
7452
- for (b = s[v], y = this.labelTextColors[v], e.fillStyle = y, R(b.before, g), x = b.lines, r && x.length && (this._drawColorBox(e, t, v, p, n), u = Math.max(d.lineHeight, l)), _ = 0, M = x.length; _ < M; ++_)
7453
- g(x[_]), u = d.lineHeight;
7454
- R(b.after, g);
7447
+ const p = te(n.rtl, this.x, this.width), g = function(S) {
7448
+ e.fillText(S, p.x(t.x + f), t.y + u / 2), t.y += u + o;
7449
+ }, b = p.textAlign(a);
7450
+ let m, y, x, _, v, w, M;
7451
+ for (e.textAlign = a, e.textBaseline = "middle", e.font = d.string, t.x = ri(this, b, n), e.fillStyle = n.bodyColor, R(this.beforeBody, g), f = r && b !== "right" ? a === "center" ? c / 2 + h : c + 2 + h : 0, _ = 0, w = s.length; _ < w; ++_) {
7452
+ for (m = s[_], y = this.labelTextColors[_], e.fillStyle = y, R(m.before, g), x = m.lines, r && x.length && (this._drawColorBox(e, t, _, p, n), u = Math.max(d.lineHeight, l)), v = 0, M = x.length; v < M; ++v)
7453
+ g(x[v]), u = d.lineHeight;
7454
+ R(m.after, g);
7455
7455
  }
7456
7456
  f = 0, u = d.lineHeight, R(this.afterBody, g), t.y -= o;
7457
7457
  }
@@ -7496,7 +7496,7 @@ class cn extends ht {
7496
7496
  };
7497
7497
  n = Math.abs(n) < 1e-3 ? 0 : n;
7498
7498
  const a = K(e.padding), r = this.title.length || this.beforeBody.length || this.body.length || this.afterBody.length || this.footer.length;
7499
- e.enabled && r && (t.save(), t.globalAlpha = n, this.drawBackground(o, t, s, e), zo(t, e.textDirection), o.y += a.top, this.drawTitle(o, t, e), this.drawBody(o, t, e), this.drawFooter(o, t, e), Wo(t, e.textDirection), t.restore());
7499
+ e.enabled && r && (t.save(), t.globalAlpha = n, this.drawBackground(o, t, s, e), zo(t, e.textDirection), o.y += a.top, this.drawTitle(o, t, e), this.drawBody(o, t, e), this.drawFooter(o, t, e), Ho(t, e.textDirection), t.restore());
7500
7500
  }
7501
7501
  getActiveElements() {
7502
7502
  return this._active || [];
@@ -7732,35 +7732,35 @@ k(se, "id", "category"), k(se, "defaults", {
7732
7732
  }
7733
7733
  });
7734
7734
  function ad(i, t) {
7735
- const e = [], { bounds: s, step: o, min: a, max: r, precision: l, count: c, maxTicks: h, maxDigits: d, includeBounds: u } = i, f = o || 1, p = h - 1, { min: g, max: m } = t, b = !O(a), y = !O(r), x = !O(c), v = (m - g) / (d + 1);
7736
- let _ = Yn((m - g) / p / f) * f, S, M, w, A;
7737
- if (_ < 1e-14 && !b && !y)
7735
+ const e = [], { bounds: s, step: o, min: a, max: r, precision: l, count: c, maxTicks: h, maxDigits: d, includeBounds: u } = i, f = o || 1, p = h - 1, { min: g, max: b } = t, m = !O(a), y = !O(r), x = !O(c), _ = (b - g) / (d + 1);
7736
+ let v = Yn((b - g) / p / f) * f, w, M, S, A;
7737
+ if (v < 1e-14 && !m && !y)
7738
7738
  return [
7739
7739
  {
7740
7740
  value: g
7741
7741
  },
7742
7742
  {
7743
- value: m
7743
+ value: b
7744
7744
  }
7745
7745
  ];
7746
- A = Math.ceil(m / _) - Math.floor(g / _), A > p && (_ = Yn(A * _ / p / f) * f), O(l) || (S = Math.pow(10, l), _ = Math.ceil(_ * S) / S), s === "ticks" ? (M = Math.floor(g / _) * _, w = Math.ceil(m / _) * _) : (M = g, w = m), b && y && o && fr((r - a) / o, _ / 1e3) ? (A = Math.round(Math.min((r - a) / _, h)), _ = (r - a) / A, M = a, w = r) : x ? (M = b ? a : M, w = y ? r : w, A = c - 1, _ = (w - M) / A) : (A = (w - M) / _, Re(A, Math.round(A), _ / 1e3) ? A = Math.round(A) : A = Math.ceil(A));
7747
- const C = Math.max(Xn(_), Xn(M));
7748
- S = Math.pow(10, O(l) ? C : l), M = Math.round(M * S) / S, w = Math.round(w * S) / S;
7746
+ A = Math.ceil(b / v) - Math.floor(g / v), A > p && (v = Yn(A * v / p / f) * f), O(l) || (w = Math.pow(10, l), v = Math.ceil(v * w) / w), s === "ticks" ? (M = Math.floor(g / v) * v, S = Math.ceil(b / v) * v) : (M = g, S = b), m && y && o && fr((r - a) / o, v / 1e3) ? (A = Math.round(Math.min((r - a) / v, h)), v = (r - a) / A, M = a, S = r) : x ? (M = m ? a : M, S = y ? r : S, A = c - 1, v = (S - M) / A) : (A = (S - M) / v, Re(A, Math.round(A), v / 1e3) ? A = Math.round(A) : A = Math.ceil(A));
7747
+ const C = Math.max(Xn(v), Xn(M));
7748
+ w = Math.pow(10, O(l) ? C : l), M = Math.round(M * w) / w, S = Math.round(S * w) / w;
7749
7749
  let P = 0;
7750
- for (b && (u && M !== a ? (e.push({
7750
+ for (m && (u && M !== a ? (e.push({
7751
7751
  value: a
7752
- }), M < a && P++, Re(Math.round((M + P * _) * S) / S, a, Ks(a, v, i)) && P++) : M < a && P++); P < A; ++P) {
7753
- const D = Math.round((M + P * _) * S) / S;
7752
+ }), M < a && P++, Re(Math.round((M + P * v) * w) / w, a, Ks(a, _, i)) && P++) : M < a && P++); P < A; ++P) {
7753
+ const D = Math.round((M + P * v) * w) / w;
7754
7754
  if (y && D > r)
7755
7755
  break;
7756
7756
  e.push({
7757
7757
  value: D
7758
7758
  });
7759
7759
  }
7760
- return y && u && w !== r ? e.length && Re(e[e.length - 1].value, r, Ks(r, v, i)) ? e[e.length - 1].value = r : e.push({
7760
+ return y && u && S !== r ? e.length && Re(e[e.length - 1].value, r, Ks(r, _, i)) ? e[e.length - 1].value = r : e.push({
7761
7761
  value: r
7762
- }) : (!y || w === r) && e.push({
7763
- value: w
7762
+ }) : (!y || S === r) && e.push({
7763
+ value: S
7764
7764
  }), e;
7765
7765
  }
7766
7766
  function Ks(i, t, { horizontal: e, minRotation: n }) {
@@ -7889,8 +7889,8 @@ function ld(i) {
7889
7889
  s[l] = c.padding;
7890
7890
  const h = i.getPointPosition(l, i.drawingArea + s[l], r), d = X(c.font), u = rd(i.ctx, d, i._pointLabels[l]);
7891
7891
  n[l] = u;
7892
- const f = ot(i.getIndexAngle(l) + r), p = Math.round(Sn(f)), g = Zs(p, h.x, u.w, 0, 180), m = Zs(p, h.y, u.h, 90, 270);
7893
- cd(e, t, f, g, m);
7892
+ const f = ot(i.getIndexAngle(l) + r), p = Math.round(Sn(f)), g = Zs(p, h.x, u.w, 0, 180), b = Zs(p, h.y, u.h, 90, 270);
7893
+ cd(e, t, f, g, b);
7894
7894
  }
7895
7895
  i.setCenterPoint(t.l - e.l, e.r - t.r, t.t - e.t, e.b - t.b), i._pointLabelItems = ud(i, n, s);
7896
7896
  }
@@ -7986,7 +7986,7 @@ function bd(i, t) {
7986
7986
  function ca(i, t, e, n) {
7987
7987
  const { ctx: s } = i;
7988
7988
  if (e)
7989
- s.arc(i.xCenter, i.yCenter, t, 0, W);
7989
+ s.arc(i.xCenter, i.yCenter, t, 0, H);
7990
7990
  else {
7991
7991
  let o = i.getPointPosition(0, t);
7992
7992
  s.moveTo(o.x, o.y);
@@ -8037,7 +8037,7 @@ class Ie extends hn {
8037
8037
  this.xCenter += Math.floor((t - e) / 2), this.yCenter += Math.floor((n - s) / 2), this.drawingArea -= Math.min(this.drawingArea / 2, Math.max(t, e, n, s));
8038
8038
  }
8039
8039
  getIndexAngle(t) {
8040
- const e = W / (this._pointLabels.length || 1), n = this.options.startAngle || 0;
8040
+ const e = H / (this._pointLabels.length || 1), n = this.options.startAngle || 0;
8041
8041
  return ot(t * e + gt(n));
8042
8042
  }
8043
8043
  getDistanceFromCenterForValue(t) {
@@ -8593,12 +8593,12 @@ const Ad = Ft({
8593
8593
  return;
8594
8594
  let g = !1;
8595
8595
  if (h) {
8596
- const m = Jt(h), b = Jt(u);
8597
- m && m !== b && (Cd(p, m), g = !0);
8596
+ const b = Jt(h), m = Jt(u);
8597
+ b && b !== m && (Cd(p, b), g = !0);
8598
8598
  }
8599
8599
  if (d) {
8600
- const m = Jt(d.labels), b = Jt(f.labels), y = Jt(d.datasets), x = Jt(f.datasets);
8601
- m !== b && (da(p.config.data, m), g = !0), y && y !== x && (ua(p.config.data, y, i.datasetIdKey), g = !0);
8600
+ const b = Jt(d.labels), m = Jt(f.labels), y = Jt(d.datasets), x = Jt(f.datasets);
8601
+ b !== m && (da(p.config.data, b), g = !0), y && y !== x && (ua(p.config.data, y, i.datasetIdKey), g = !0);
8602
8602
  }
8603
8603
  g && r(p);
8604
8604
  }, {
@@ -8663,15 +8663,15 @@ function pa(i, t, e, n, s, o, a, r, l) {
8663
8663
  for (u.style.margin = "1.375rem 1.0625rem"; u.firstChild; )
8664
8664
  u.firstChild.remove();
8665
8665
  c.options.plugins.legend.labels.generateLabels(c).forEach((p) => {
8666
- const g = c.config.type === "doughnut", m = g ? p.index : p.datasetIndex, b = Ri(c, t, m);
8666
+ const g = c.config.type === "doughnut", b = g ? p.index : p.datasetIndex, m = Ri(c, t, b);
8667
8667
  if (g) {
8668
- const x = m + 1 === r;
8669
- b.style.marginTop = "12px", x && (b.style.position = "relative");
8668
+ const x = b + 1 === r;
8669
+ m.style.marginTop = "12px", x && (m.style.position = "relative");
8670
8670
  } else
8671
- b.style.marginRight = "10px";
8672
- b.style.width = "max-content", b.style.cursor = "pointer";
8671
+ m.style.marginRight = "10px";
8672
+ m.style.width = "max-content", m.style.cursor = "pointer";
8673
8673
  let y;
8674
- t.value ? y = ba(c, p, t, e, s.value, a.value) : y = ma(p, c, e, n.value, s.value, o.value, a.value), y.style.boxSizing = "border-box", b.appendChild(y), b.appendChild(Fi(p)), g && r && zd(l, r, m) && b.appendChild(Wd(l, r)), u.appendChild(b);
8674
+ t.value ? y = ba(c, p, t, e, s.value, a.value) : y = ma(p, c, e, n.value, s.value, o.value, a.value), y.style.boxSizing = "border-box", m.appendChild(y), m.appendChild(Fi(p)), g && r && zd(l, r, b) && m.appendChild(Hd(l, r)), u.appendChild(m);
8675
8675
  });
8676
8676
  }
8677
8677
  }];
@@ -8679,17 +8679,17 @@ function pa(i, t, e, n, s, o, a, r, l) {
8679
8679
  function zd(i, t, e) {
8680
8680
  return i.data.length > t && e === t - 1;
8681
8681
  }
8682
- function Wd(i, t) {
8682
+ function Hd(i, t) {
8683
8683
  const e = document.createElement("div"), n = document.createElement("div"), s = document.createElement("img");
8684
8684
  e.style.position = "absolute", e.style.right = "-32px", s.src = Rd, s.style.top = "0", s.style.width = "1.5rem", s.style.filter = "invert(38%) sepia(19%) saturate(18%) hue-rotate(337deg) brightness(97%) contrast(85%)", n.style.position = "relative", n.style.display = "flex";
8685
- const o = Hd(i, t);
8685
+ const o = Wd(i, t);
8686
8686
  return s.onmouseover = () => {
8687
8687
  n.firstElementChild.style.visibility = "visible";
8688
8688
  }, s.onmouseleave = () => {
8689
8689
  n.firstElementChild.style.visibility = "hidden";
8690
8690
  }, e.appendChild(n), n.appendChild(o), n.appendChild(s), e;
8691
8691
  }
8692
- function Hd(i, t) {
8692
+ function Wd(i, t) {
8693
8693
  const e = document.createElement("div");
8694
8694
  return e.style.visibility = "hidden", e.style.position = "absolute", e.style.zIndex = "10", e.style.width = "350px", e.style.bottom = "100%", e.style.left = "50%", e.style.marginLeft = "-150px", e.style.background = "#FFFFFF", e.style.boxShadow = "0px 1px 5px rgba(0, 0, 0, 0.2)", e.style.borderRadius = "0.5rem", e.style.fontSize = "14px", e.style.overflow = "hidden", Nd(i, t, e), e;
8695
8695
  }
@@ -8806,58 +8806,58 @@ function Ud() {
8806
8806
  dataSetIndex: -1,
8807
8807
  columnIndex: -1
8808
8808
  });
8809
- function n(g, m, b, y, x, v) {
8810
- return pa(g, m, e, b, y, x, v);
8809
+ function n(g, b, m, y, x, _) {
8810
+ return pa(g, b, e, m, y, x, _);
8811
8811
  }
8812
8812
  function s() {
8813
8813
  i.value = 4, i.value = 3;
8814
8814
  }
8815
- function o(g, m, b, y, x, v) {
8816
- const _ = i.value;
8817
- return g.map((S, M) => ({
8818
- borderColor: function(w) {
8819
- return b ? "#00000000" : r(M, w.index, y, v);
8815
+ function o(g, b, m, y, x, _) {
8816
+ const v = i.value;
8817
+ return g.map((w, M) => ({
8818
+ borderColor: function(S) {
8819
+ return m ? "#00000000" : r(M, S.index, y, _);
8820
8820
  },
8821
- backgroundColor: function(w) {
8822
- return l(M, w.index, b, y, x, v);
8821
+ backgroundColor: function(S) {
8822
+ return l(M, S.index, m, y, x, _);
8823
8823
  },
8824
8824
  borderWidth: function() {
8825
- return b ? 1 : _;
8825
+ return m ? 1 : v;
8826
8826
  },
8827
- data: S.data,
8828
- label: S.label,
8829
- stack: `Stack ${m ? S.stack : M}`
8827
+ data: w.data,
8828
+ label: w.label,
8829
+ stack: `Stack ${b ? w.stack : M}`
8830
8830
  }));
8831
8831
  }
8832
- function a(g, m, b, y, x) {
8833
- return o([g, m], !1, x, b, y);
8832
+ function a(g, b, m, y, x) {
8833
+ return o([g, b], !1, x, m, y);
8834
8834
  }
8835
- function r(g, m, b, y) {
8835
+ function r(g, b, m, y) {
8836
8836
  const x = Ki(g, y);
8837
- return u(g, m) ? b[x] : ae(b[x], 0.2);
8837
+ return u(g, b) ? m[x] : ae(m[x], 0.2);
8838
8838
  }
8839
- function l(g, m, b, y, x, v) {
8840
- const _ = Ki(g, v);
8841
- return u(g, m) ? x[_](!1, y[_], b) : x[_](!0, y[_], b);
8839
+ function l(g, b, m, y, x, _) {
8840
+ const v = Ki(g, _);
8841
+ return u(g, b) ? x[v](!1, y[v], m) : x[v](!0, y[v], m);
8842
8842
  }
8843
8843
  function c() {
8844
8844
  return e.dataSetIndex < 0;
8845
8845
  }
8846
- function h(g, m) {
8847
- return e.dataSetIndex === g && e.columnIndex === m;
8846
+ function h(g, b) {
8847
+ return e.dataSetIndex === g && e.columnIndex === b;
8848
8848
  }
8849
8849
  function d(g) {
8850
8850
  return e.dataSetIndex === g && e.columnIndex < 0;
8851
8851
  }
8852
- function u(g, m) {
8853
- return c() || h(g, m) || d(g);
8852
+ function u(g, b) {
8853
+ return c() || h(g, b) || d(g);
8854
8854
  }
8855
8855
  function f() {
8856
8856
  e.dataSetIndex = -1, e.columnIndex = -1;
8857
8857
  }
8858
8858
  function p() {
8859
- return (g, m) => {
8860
- m[0] !== void 0 ? (e.dataSetIndex = m[0].datasetIndex, e.columnIndex = m[0].index) : f();
8859
+ return (g, b) => {
8860
+ b[0] !== void 0 ? (e.dataSetIndex = b[0].datasetIndex, e.columnIndex = b[0].index) : f();
8861
8861
  };
8862
8862
  }
8863
8863
  return {
@@ -8903,14 +8903,14 @@ class pe {
8903
8903
  const f = l.body.map(this.getBody);
8904
8904
  let p = "background: white;";
8905
8905
  p += "border-bottom: 1px solid #CCCCCC;", p += "border-radius: 5px;", p += "padding: 10px 20px";
8906
- const g = `<div style="${p}" class="tooltipTitle">`, m = this.chartType === "DOUGHNUT" ? [l.title[0].split("(")[0].trim()] : f[0];
8907
- let b = "", y = "";
8906
+ const g = `<div style="${p}" class="tooltipTitle">`, b = this.chartType === "DOUGHNUT" ? [l.title[0].split("(")[0].trim()] : f[0];
8907
+ let m = "", y = "";
8908
8908
  const x = (u = (d = (h = t.tooltip) == null ? void 0 : h.dataPoints[0]) == null ? void 0 : d.dataset) == null ? void 0 : u.type;
8909
- this.chartType === "RADAR" || this.chartType === "LINE_CHART" ? (b = this.createLegendStyle(t), y = this.createLegendInnerStyle(t)) : this.chartType === "BAR_CHART" || this.chartType === "DETAILS_BAR_CHART" || this.chartType === "DOUGHNUT" ? b = this.createPatternLegendStyle(t) : this.chartType === "MIXED_BAR_LINE_CHART" && (x === "bar" ? b = this.createPatternLegendStyle(t) : (b = this.createLegendStyle(t), y = this.createLegendInnerStyle(t))), this.addLegendToDom(
8909
+ this.chartType === "RADAR" || this.chartType === "LINE_CHART" ? (m = this.createLegendStyle(t), y = this.createLegendInnerStyle(t)) : this.chartType === "BAR_CHART" || this.chartType === "DETAILS_BAR_CHART" || this.chartType === "DOUGHNUT" ? m = this.createPatternLegendStyle(t) : this.chartType === "MIXED_BAR_LINE_CHART" && (x === "bar" ? m = this.createPatternLegendStyle(t) : (m = this.createLegendStyle(t), y = this.createLegendInnerStyle(t))), this.addLegendToDom(
8910
8910
  g,
8911
- b,
8912
- y,
8913
8911
  m,
8912
+ y,
8913
+ b,
8914
8914
  p,
8915
8915
  r,
8916
8916
  s,
@@ -9260,13 +9260,13 @@ const Qd = { class: "container" }, tu = { class: "main" }, eu = /* @__PURE__ */
9260
9260
  getOnHoverOptions: f,
9261
9261
  getStackedDatasets: p,
9262
9262
  privateGetHtmlLegendPlugin: g
9263
- } = Ud(), m = F(() => {
9264
- const C = M(v.value);
9263
+ } = Ud(), b = F(() => {
9264
+ const C = M(_.value);
9265
9265
  return x(), {
9266
9266
  labels: C,
9267
9267
  datasets: p(
9268
9268
  t.datasets.map((P, D) => ({
9269
- data: _(D, v.value),
9269
+ data: v(D, _.value),
9270
9270
  label: t.datasets[D].label,
9271
9271
  stack: P.stack || 0
9272
9272
  })),
@@ -9278,10 +9278,10 @@ const Qd = { class: "container" }, tu = { class: "main" }, eu = /* @__PURE__ */
9278
9278
  )
9279
9279
  };
9280
9280
  });
9281
- let b, y;
9281
+ let m, y;
9282
9282
  const x = () => {
9283
- b = t.tooltipFirstLineLabel, y = t.tooltipSecondLineLabel;
9284
- }, v = F(() => {
9283
+ m = t.tooltipFirstLineLabel, y = t.tooltipSecondLineLabel;
9284
+ }, _ = F(() => {
9285
9285
  const C = t.labels;
9286
9286
  if (C.includes("other")) {
9287
9287
  const P = C.indexOf("other");
@@ -9289,18 +9289,18 @@ const Qd = { class: "container" }, tu = { class: "main" }, eu = /* @__PURE__ */
9289
9289
  return P;
9290
9290
  }
9291
9291
  return null;
9292
- }), _ = (C, P, D = !1) => {
9293
- const H = Object.assign([], t.datasets[C].data);
9294
- return P && v.value && H.splice(v.value, 1), H.map(
9292
+ }), v = (C, P, D = !1) => {
9293
+ const W = Object.assign([], t.datasets[C].data);
9294
+ return P && _.value && W.splice(_.value, 1), W.map(
9295
9295
  (U) => t.unit === "%" ? U.rate : U.amount
9296
9296
  );
9297
- }, S = (C) => {
9298
- const P = C.tooltip.dataPoints[0].datasetIndex, D = C.tooltip.dataPoints[0].dataIndex, H = C.tooltip.body[0].lines[0].split(":")[1], U = t.datasets[P].data[D], I = U.rate ? parseFloat(H.replace(",", ".")).toFixed(2) + "% " : "", B = U.amountUnit ? U.amountUnit : "", N = U.amount ? tt(U.amount) : "";
9297
+ }, w = (C) => {
9298
+ const P = C.tooltip.dataPoints[0].datasetIndex, D = C.tooltip.dataPoints[0].dataIndex, W = C.tooltip.body[0].lines[0].split(":")[1], U = t.datasets[P].data[D], I = U.rate ? parseFloat(W.replace(",", ".")).toFixed(2) + "% " : "", B = U.amountUnit ? U.amountUnit : "", N = U.amount ? tt(U.amount) : "";
9299
9299
  return I + (I && N ? "/ " : "") + N + B;
9300
9300
  }, M = (C) => {
9301
9301
  const P = Object.assign([], t.labels);
9302
9302
  return C && P.splice(C, 1), P.map((D) => D);
9303
- }, w = F(() => ({
9303
+ }, S = F(() => ({
9304
9304
  // eslint-disable-next-line
9305
9305
  onHover: t.enableHoverFeature ? f() : () => {
9306
9306
  },
@@ -9331,10 +9331,10 @@ const Qd = { class: "container" }, tu = { class: "main" }, eu = /* @__PURE__ */
9331
9331
  const P = ((D = C.tooltip.dataPoints) == null ? void 0 : D[0].dataIndex) || 0;
9332
9332
  !t.labels[P] || t.labels[P] === "" || new pe().createTooltip(
9333
9333
  C,
9334
- S,
9334
+ w,
9335
9335
  {
9336
9336
  chartType: me.BAR_CHART,
9337
- firstLineLabel: b,
9337
+ firstLineLabel: m,
9338
9338
  secondLineLabel: y
9339
9339
  },
9340
9340
  a.value,
@@ -9383,13 +9383,13 @@ const Qd = { class: "container" }, tu = { class: "main" }, eu = /* @__PURE__ */
9383
9383
  { deep: !0 }
9384
9384
  ), (C, P) => (lt(), re("div", Qd, [
9385
9385
  st("div", tu, [
9386
- m.value ? (lt(), le($t(fa), {
9386
+ b.value ? (lt(), le($t(fa), {
9387
9387
  key: 0,
9388
9388
  ref_key: "barChartRef",
9389
9389
  ref: d,
9390
9390
  id: i.chartId,
9391
- data: m.value,
9392
- options: w.value,
9391
+ data: b.value,
9392
+ options: S.value,
9393
9393
  plugins: A.value,
9394
9394
  class: ce(i.cssClasses),
9395
9395
  style: Ut([{ width: i.width, height: i.height, cursor: "pointer" }, i.styles])
@@ -9413,7 +9413,7 @@ fn.install = (i) => {
9413
9413
  };
9414
9414
  function iu() {
9415
9415
  const i = G(null), t = G(null), e = G(null);
9416
- function n(h, d, u, f, p, g, m, b) {
9416
+ function n(h, d, u, f, p, g, b, m) {
9417
9417
  return pa(
9418
9418
  h,
9419
9419
  d,
@@ -9421,9 +9421,9 @@ function iu() {
9421
9421
  u,
9422
9422
  f,
9423
9423
  p,
9424
- b,
9424
+ m,
9425
9425
  g,
9426
- m
9426
+ b
9427
9427
  );
9428
9428
  }
9429
9429
  function s(h, d, u, f) {
@@ -9447,8 +9447,8 @@ function iu() {
9447
9447
  function l(h, d, u, f) {
9448
9448
  let p = h.slice(0), g = d.slice(0);
9449
9449
  return h.length > u && (g = c(d, u), p = p.slice(0, u - 1), p.push(f)), p.map(
9450
- (m, b) => `${r(m)} (${tt(
9451
- g[b].rate
9450
+ (b, m) => `${r(b)} (${tt(
9451
+ g[m].rate
9452
9452
  )} %)`
9453
9453
  );
9454
9454
  }
@@ -9598,7 +9598,7 @@ const nu = { class: "container" }, su = { class: "main" }, ou = /* @__PURE__ */
9598
9598
  groupDataAfterNthValue: c,
9599
9599
  getDoughnutLabels: h,
9600
9600
  getBorderColor: d
9601
- } = iu(), u = G(!1), f = G(null), p = F(() => t.newPatternsOrder.length !== 6 ? e[t.colourSet] : t.newPatternsOrder.map((w) => e[t.colourSet][w])), g = F(() => t.newPatternsOrder.length !== 6 ? n : t.newPatternsOrder.map((w) => n[w])), m = F(() => ({
9601
+ } = iu(), u = G(!1), f = G(null), p = F(() => t.newPatternsOrder.length !== 6 ? e[t.colourSet] : t.newPatternsOrder.map((S) => e[t.colourSet][S])), g = F(() => t.newPatternsOrder.length !== 6 ? n : t.newPatternsOrder.map((S) => n[S])), b = F(() => ({
9602
9602
  labels: h(
9603
9603
  t.labels,
9604
9604
  t.data,
@@ -9610,7 +9610,7 @@ const nu = { class: "container" }, su = { class: "main" }, ou = /* @__PURE__ */
9610
9610
  data: c(
9611
9611
  t.data,
9612
9612
  t.maxValues
9613
- ).map((w) => w.rate),
9613
+ ).map((S) => S.rate),
9614
9614
  backgroundColor: a(
9615
9615
  p.value,
9616
9616
  g.value,
@@ -9620,18 +9620,18 @@ const nu = { class: "container" }, su = { class: "main" }, ou = /* @__PURE__ */
9620
9620
  borderColor: d(p.value, t.enableHoverFeature)
9621
9621
  }
9622
9622
  ]
9623
- })), b = (w) => {
9624
- const A = w.tooltip.dataPoints[0].dataIndex, C = c(
9623
+ })), m = (S) => {
9624
+ const A = S.tooltip.dataPoints[0].dataIndex, C = c(
9625
9625
  t.data,
9626
9626
  t.maxValues
9627
- )[A], P = tt(C.rate), D = tt(C.value), H = C.unit || "";
9628
- return `${D}${H} (${P})%`;
9627
+ )[A], P = tt(C.rate), D = tt(C.value), W = C.unit || "";
9628
+ return `${D}${W} (${P})%`;
9629
9629
  };
9630
9630
  function y() {
9631
9631
  return t.labels.length <= 1 ? 0 : 12;
9632
9632
  }
9633
9633
  const x = F(() => {
9634
- const w = p.value, A = g.value;
9634
+ const S = p.value, A = g.value;
9635
9635
  return {
9636
9636
  onHover: t.enableHoverFeature ? l() : () => {
9637
9637
  },
@@ -9657,13 +9657,13 @@ const nu = { class: "container" }, su = { class: "main" }, ou = /* @__PURE__ */
9657
9657
  external: function(C) {
9658
9658
  new pe().createTooltip(
9659
9659
  C,
9660
- b,
9660
+ m,
9661
9661
  {
9662
9662
  chartType: me.DOUGHNUT
9663
9663
  },
9664
- w,
9664
+ S,
9665
9665
  A,
9666
- _.value
9666
+ v.value
9667
9667
  );
9668
9668
  }
9669
9669
  }
@@ -9674,19 +9674,19 @@ const nu = { class: "container" }, su = { class: "main" }, ou = /* @__PURE__ */
9674
9674
  spacing: y(),
9675
9675
  hoverOffset: 4
9676
9676
  };
9677
- }), v = {
9677
+ }), _ = {
9678
9678
  data: t.data,
9679
9679
  labels: t.labels
9680
- }, _ = F(() => t.disableAccessibility), S = F(() => t.enableHoverFeature), M = F(
9680
+ }, v = F(() => t.disableAccessibility), w = F(() => t.enableHoverFeature), M = F(
9681
9681
  () => r(
9682
9682
  f,
9683
9683
  u,
9684
- _,
9684
+ v,
9685
9685
  p,
9686
9686
  g,
9687
9687
  t.maxValues,
9688
- v,
9689
- S
9688
+ _,
9689
+ w
9690
9690
  )
9691
9691
  );
9692
9692
  return po(() => {
@@ -9694,30 +9694,30 @@ const nu = { class: "container" }, su = { class: "main" }, ou = /* @__PURE__ */
9694
9694
  p.value,
9695
9695
  g.value,
9696
9696
  t.disableAccessibility,
9697
- S.value
9697
+ w.value
9698
9698
  );
9699
- }), xi(s, (w, A) => {
9700
- w !== A && S.value && a(
9699
+ }), xi(s, (S, A) => {
9700
+ S !== A && w.value && a(
9701
9701
  p.value,
9702
9702
  g.value,
9703
9703
  t.disableAccessibility,
9704
- S.value
9704
+ w.value
9705
9705
  );
9706
- }), xi(_, () => {
9706
+ }), xi(v, () => {
9707
9707
  a(
9708
9708
  p.value,
9709
9709
  g.value,
9710
9710
  t.disableAccessibility,
9711
- S.value
9711
+ w.value
9712
9712
  );
9713
- }), (w, A) => (lt(), re("div", nu, [
9713
+ }), (S, A) => (lt(), re("div", nu, [
9714
9714
  st("div", su, [
9715
- m.value ? (lt(), le($t(Dd), {
9715
+ b.value ? (lt(), le($t(Dd), {
9716
9716
  key: 0,
9717
9717
  ref_key: "doughnutRef",
9718
9718
  ref: o,
9719
9719
  id: i.chartId,
9720
- data: m.value,
9720
+ data: b.value,
9721
9721
  options: x.value,
9722
9722
  plugins: M.value,
9723
9723
  "max-values": i.maxValues,
@@ -9881,61 +9881,58 @@ const au = { class: "container" }, ru = { class: "main" }, lu = /* @__PURE__ */
9881
9881
  const { colourSets: e, patternsStandardList: n } = be(), s = G(null), o = G(!1), a = F(
9882
9882
  () => t.newPatternsOrder.length !== 6 ? e[t.colourSet] : t.newPatternsOrder.map((m) => e[t.colourSet][m])
9883
9883
  ), r = t.newPatternsOrder.length !== 6 ? n : t.newPatternsOrder.map((m) => n[m]), l = (m) => {
9884
- const b = m.tooltip.dataPoints[0].datasetIndex, y = m.tooltip.dataPoints[0].dataIndex, x = t.lines[b].data[y].toFixed(2);
9885
- return t.lines[b].unit ? x + " " + t.lines[b].unit : x;
9886
- }, c = F(() => t.tooltipFirstLineLabel), h = F(() => t.tooltipSecondLineLabel), d = F(() => ({
9884
+ const y = m.tooltip.dataPoints[0].datasetIndex, x = m.tooltip.dataPoints[0].dataIndex, _ = t.lines[y].data[x].toFixed(2);
9885
+ return t.lines[y].unit ? _ + " " + t.lines[y].unit : _;
9886
+ }, c = F(() => t.tooltipFirstLineLabel), h = F(() => t.tooltipSecondLineLabel), d = (m) => {
9887
+ switch (m) {
9888
+ case 1:
9889
+ return "circle";
9890
+ default:
9891
+ return "rectRot";
9892
+ }
9893
+ }, u = F(() => ({
9887
9894
  labels: t.labels.map((m) => m),
9888
- datasets: [
9889
- {
9895
+ datasets: t.lines.map(
9896
+ (m, y) => ({
9890
9897
  type: "line",
9891
- borderColor: a.value[0],
9892
- pointStyle: "rectRot",
9893
- pointBackgroundColor: "#FFFFFF",
9894
- pointRadius: 5,
9895
- label: t.lines[0].label,
9896
- data: t.lines[0].data,
9897
- borderWidth: 2
9898
- },
9899
- {
9900
- type: "line",
9901
- borderColor: a.value[1],
9902
- pointStyle: "circle",
9898
+ borderColor: a.value[y],
9899
+ pointStyle: d(y),
9903
9900
  pointBackgroundColor: "#FFFFFF",
9904
9901
  pointRadius: 5,
9905
- label: t.lines[1].label,
9906
- data: t.lines[1].data,
9902
+ label: m.label,
9903
+ data: m.data,
9907
9904
  borderWidth: 2
9908
- }
9909
- ]
9905
+ })
9906
+ )
9910
9907
  }));
9911
- function u(m, b) {
9908
+ function f(m, y) {
9912
9909
  return [
9913
9910
  {
9914
9911
  id: "htmlLegend",
9915
- afterUpdate(y) {
9916
- const x = Bi(m, "column");
9917
- for (x.style.display = "flex", x.style.flexDirection = "row", x.style.margin = "1.375rem 1.0625rem"; x.firstChild; )
9918
- x.firstChild.remove();
9919
- y.options.plugins.legend.labels.generateLabels(y).forEach((_) => {
9920
- const S = Ri(
9912
+ afterUpdate(x) {
9913
+ const _ = Bi(m, "column");
9914
+ for (_.style.display = "flex", _.style.flexDirection = "row", _.style.margin = "1.375rem 1.0625rem"; _.firstChild; )
9915
+ _.firstChild.remove();
9916
+ x.options.plugins.legend.labels.generateLabels(x).forEach((w) => {
9917
+ const M = Ri(
9918
+ x,
9921
9919
  y,
9922
- b,
9923
- _.datasetIndex
9920
+ w.datasetIndex
9924
9921
  );
9925
- let M;
9926
- b.value ? M = f(y, _) : M = zn(_), M.style.boxSizing = "border-box", S.style.marginRight = "10px", S.appendChild(M), S.appendChild(Fi(_)), x.appendChild(S);
9922
+ let S;
9923
+ y.value ? S = p(x, w) : S = zn(w), S.style.boxSizing = "border-box", M.style.marginRight = "10px", M.appendChild(S), M.appendChild(Fi(w)), _.appendChild(M);
9927
9924
  });
9928
9925
  }
9929
9926
  }
9930
9927
  ];
9931
9928
  }
9932
- function f(m, b) {
9933
- const y = En(m, b, null);
9934
- return y.onclick = (x) => {
9935
- Ei(m, b.datasetIndex, o), x.stopPropagation();
9936
- }, y;
9929
+ function p(m, y) {
9930
+ const x = En(m, y, null);
9931
+ return x.onclick = (_) => {
9932
+ Ei(m, y.datasetIndex, o), _.stopPropagation();
9933
+ }, x;
9937
9934
  }
9938
- const p = u(s, o), g = F(() => ({
9935
+ const g = f(s, o), b = F(() => ({
9939
9936
  responsive: !0,
9940
9937
  maintainAspectRatio: !1,
9941
9938
  plugins: {
@@ -9986,22 +9983,22 @@ const au = { class: "container" }, ru = { class: "main" }, lu = /* @__PURE__ */
9986
9983
  },
9987
9984
  ticks: {
9988
9985
  callback: function(m) {
9989
- const b = t.lines[0].unit;
9990
- return `${tt(m)} ${b || ""}`;
9986
+ const y = t.lines[0].unit;
9987
+ return `${tt(m)} ${y || ""}`;
9991
9988
  }
9992
9989
  }
9993
9990
  }
9994
9991
  }
9995
9992
  }));
9996
- return (m, b) => (lt(), re("div", au, [
9993
+ return (m, y) => (lt(), re("div", au, [
9997
9994
  st("div", ru, [
9998
- d.value ? (lt(), le($t(Ld), {
9995
+ u.value ? (lt(), le($t(Ld), {
9999
9996
  key: 0,
10000
9997
  ref: "lineChartRef",
10001
9998
  id: i.chartId,
10002
- data: d.value,
10003
- options: g.value,
10004
- plugins: $t(p),
9999
+ data: u.value,
10000
+ options: b.value,
10001
+ plugins: $t(g),
10005
10002
  class: ce(i.cssClasses),
10006
10003
  style: Ut([{ width: i.width, height: i.height, cursor: "pointer" }, i.styles])
10007
10004
  }, null, 8, ["id", "data", "options", "plugins", "class", "style"])) : he("", !0)
@@ -10013,7 +10010,7 @@ const au = { class: "container" }, ru = { class: "main" }, lu = /* @__PURE__ */
10013
10010
  ]));
10014
10011
  }
10015
10012
  });
10016
- const pn = /* @__PURE__ */ ye(lu, [["__scopeId", "data-v-a3d5cf61"]]);
10013
+ const pn = /* @__PURE__ */ ye(lu, [["__scopeId", "data-v-8e74b12a"]]);
10017
10014
  pn.install = (i) => {
10018
10015
  i.component("LineChart", pn);
10019
10016
  };
@@ -10028,8 +10025,8 @@ function cu(i, t) {
10028
10025
  e.font = "12px Arial", o.forEach((u, f) => {
10029
10026
  const p = f === o.length - 1 ? hu(t)[a] : "#000000";
10030
10027
  e.fillStyle = p;
10031
- const g = l.x + c, m = d + 15 * f;
10032
- e.fillText(u, g, m);
10028
+ const g = l.x + c, b = d + 15 * f;
10029
+ e.fillText(u, g, b);
10033
10030
  });
10034
10031
  }), e.restore());
10035
10032
  }
@@ -10191,8 +10188,8 @@ const uu = { class: "container" }, fu = /* @__PURE__ */ Ft({
10191
10188
  }
10192
10189
  ]
10193
10190
  })), r = {
10194
- onClick: (g, m, b) => {
10195
- m[0] && _a(b, m[0].datasetIndex, c);
10191
+ onClick: (g, b, m) => {
10192
+ b[0] && _a(m, b[0].datasetIndex, c);
10196
10193
  },
10197
10194
  plugins: {
10198
10195
  htmlLegend: {
@@ -10247,33 +10244,33 @@ const uu = { class: "container" }, fu = /* @__PURE__ */ Ft({
10247
10244
  }
10248
10245
  }
10249
10246
  }
10250
- }, l = G(null), c = G(!1), h = () => t.labels.map((g, m) => {
10251
- const b = t.datasets[0].areaData[m].value ? `${d(
10252
- t.datasets[0].areaData[m].value + ""
10253
- )} ${t.datasets[0].areaData[m].unit}` : "No Data";
10254
- return du(g, b);
10247
+ }, l = G(null), c = G(!1), h = () => t.labels.map((g, b) => {
10248
+ const m = t.datasets[0].areaData[b].value ? `${d(
10249
+ t.datasets[0].areaData[b].value + ""
10250
+ )} ${t.datasets[0].areaData[b].unit}` : "No Data";
10251
+ return du(g, m);
10255
10252
  }), d = (g) => tt(parseFloat(g));
10256
- function u(g, m) {
10257
- const b = En(g, m, null);
10258
- return b.onclick = (y) => {
10259
- Ei(g, m.datasetIndex, c), y.stopPropagation();
10260
- }, b;
10253
+ function u(g, b) {
10254
+ const m = En(g, b, null);
10255
+ return m.onclick = (y) => {
10256
+ Ei(g, b.datasetIndex, c), y.stopPropagation();
10257
+ }, m;
10261
10258
  }
10262
10259
  const f = [
10263
10260
  {
10264
10261
  id: "htmlLegend",
10265
10262
  afterUpdate(g) {
10266
- const m = Bi(l, "row");
10267
- for (; m.firstChild; )
10268
- m.firstChild.remove();
10263
+ const b = Bi(l, "row");
10264
+ for (; b.firstChild; )
10265
+ b.firstChild.remove();
10269
10266
  g.options.plugins.legend.labels.generateLabels(g).reverse().forEach((y) => {
10270
10267
  const x = Ri(
10271
10268
  g,
10272
10269
  c,
10273
10270
  y.datasetIndex
10274
10271
  );
10275
- let v;
10276
- x.style.marginRight = "0.625rem", c.value ? v = u(g, y) : v = zn(y, !0), x.appendChild(v), x.appendChild(Fi(y)), m.appendChild(x);
10272
+ let _;
10273
+ x.style.marginRight = "0.625rem", c.value ? _ = u(g, y) : _ = zn(y, !0), x.appendChild(_), x.appendChild(Fi(y)), b.appendChild(x);
10277
10274
  });
10278
10275
  }
10279
10276
  },
@@ -10284,10 +10281,10 @@ const uu = { class: "container" }, fu = /* @__PURE__ */ Ft({
10284
10281
  }
10285
10282
  }
10286
10283
  ], p = (g) => {
10287
- const m = g.tooltip.dataPoints[0].datasetIndex, b = g.tooltip.dataPoints[0].dataIndex, y = t.datasets[m];
10288
- return y.areaData[b].value.toFixed(2) + " " + y.areaData[b].unit;
10284
+ const b = g.tooltip.dataPoints[0].datasetIndex, m = g.tooltip.dataPoints[0].dataIndex, y = t.datasets[b];
10285
+ return y.areaData[m].value.toFixed(2) + " " + y.areaData[m].unit;
10289
10286
  };
10290
- return (g, m) => (lt(), re("div", uu, [
10287
+ return (g, b) => (lt(), re("div", uu, [
10291
10288
  st("div", {
10292
10289
  class: "main",
10293
10290
  style: Ut({ height: i.height })
@@ -10326,40 +10323,40 @@ function gu() {
10326
10323
  dataSetIndex: -1,
10327
10324
  columnIndex: -1
10328
10325
  });
10329
- function e(d, u, f, p, g, m) {
10326
+ function e(d, u, f, p, g, b) {
10330
10327
  return [
10331
10328
  {
10332
10329
  id: "htmlLegend",
10333
- afterUpdate(b) {
10330
+ afterUpdate(m) {
10334
10331
  const y = Bi(
10335
10332
  d,
10336
10333
  "column"
10337
10334
  );
10338
10335
  for (y.style.display = "flex", y.style.margin = "1.375rem 1.0625rem", y.style.flexDirection = "row-reverse", y.style.justifyContent = "flex-end"; y.firstChild; )
10339
10336
  y.firstChild.remove();
10340
- b.options.plugins.legend.labels.generateLabels(b).sort((v, _) => _.datasetIndex - v.datasetIndex).forEach((v) => {
10341
- const _ = Ri(
10342
- b,
10337
+ m.options.plugins.legend.labels.generateLabels(m).sort((_, v) => v.datasetIndex - _.datasetIndex).forEach((_) => {
10338
+ const v = Ri(
10339
+ m,
10343
10340
  u,
10344
- v.datasetIndex
10341
+ _.datasetIndex
10345
10342
  );
10346
- let S;
10347
- u.value ? S = ba(
10348
- b,
10349
- v,
10343
+ let w;
10344
+ u.value ? w = ba(
10345
+ m,
10346
+ _,
10350
10347
  u,
10351
10348
  { datasetIndex: -1 },
10352
10349
  g.value,
10353
10350
  !1
10354
- ) : v != null && v.lineCap ? S = zn(v) : S = ma(
10355
- v,
10356
- b,
10351
+ ) : _ != null && _.lineCap ? w = zn(_) : w = ma(
10352
+ _,
10353
+ m,
10357
10354
  { datasetIndex: -1 },
10358
10355
  p.value,
10359
10356
  g.value,
10360
- m.value,
10357
+ b.value,
10361
10358
  !1
10362
- ), S.style.boxSizing = "border-box", _.style.marginRight = "10px", _.appendChild(S), _.appendChild(Fi(v)), y.appendChild(_);
10359
+ ), w.style.boxSizing = "border-box", v.style.marginRight = "10px", v.appendChild(w), v.appendChild(Fi(_)), y.appendChild(v);
10363
10360
  });
10364
10361
  }
10365
10362
  }
@@ -10376,27 +10373,27 @@ function gu() {
10376
10373
  );
10377
10374
  }
10378
10375
  function s(d, u, f, p, g) {
10379
- const m = i.value;
10380
- return d.map((b, y) => {
10381
- const x = b.type === "bar";
10376
+ const b = i.value;
10377
+ return d.map((m, y) => {
10378
+ const x = m.type === "bar";
10382
10379
  return {
10383
- type: b.type,
10380
+ type: m.type,
10384
10381
  fill: x ? null : !1,
10385
10382
  borderWidth: function() {
10386
- return u && x ? 1 : m;
10383
+ return u && x ? 1 : b;
10387
10384
  },
10388
- borderColor: function(v) {
10385
+ borderColor: function(_) {
10389
10386
  return u && x ? "#00000000" : x ? o(
10390
10387
  y,
10391
- v.index,
10388
+ _.index,
10392
10389
  f,
10393
10390
  g
10394
10391
  ) : f[y];
10395
10392
  },
10396
- backgroundColor: function(v) {
10393
+ backgroundColor: function(_) {
10397
10394
  return a(
10398
10395
  y,
10399
- v.index,
10396
+ _.index,
10400
10397
  u,
10401
10398
  f,
10402
10399
  p,
@@ -10405,11 +10402,11 @@ function gu() {
10405
10402
  },
10406
10403
  yAxisID: x ? "A" : "B",
10407
10404
  pointStyle: y % 2 === 0 ? "rectRot" : "circle",
10408
- data: b.data,
10409
- label: b.label,
10405
+ data: m.data,
10406
+ label: m.label,
10410
10407
  pointBackgroundColor: "#FFFFFF",
10411
10408
  pointRadius: 5,
10412
- order: b.type === "line" ? 0 : 1
10409
+ order: m.type === "line" ? 0 : 1
10413
10410
  };
10414
10411
  });
10415
10412
  }
@@ -10417,15 +10414,15 @@ function gu() {
10417
10414
  const g = ro(d, p);
10418
10415
  return r(d, u) ? f[g] : ae(f[g], 0.2);
10419
10416
  }
10420
- function a(d, u, f, p, g, m) {
10421
- const b = ro(d, m);
10422
- return r(d, u) ? g[b](
10417
+ function a(d, u, f, p, g, b) {
10418
+ const m = ro(d, b);
10419
+ return r(d, u) ? g[m](
10423
10420
  !1,
10424
- p[b],
10421
+ p[m],
10425
10422
  f
10426
- ) : g[b](
10423
+ ) : g[m](
10427
10424
  !0,
10428
- p[b],
10425
+ p[m],
10429
10426
  f
10430
10427
  );
10431
10428
  }
@@ -10620,9 +10617,9 @@ const pu = { class: "container" }, mu = { class: "main" }, bu = /* @__PURE__ */
10620
10617
  Tt
10621
10618
  );
10622
10619
  const { privateGetHtmlLegendPlugin: e, getMixedDatasets: n } = gu(), { colourSets: s, patternsStandardList: o } = be(), a = G(null), r = G(!1), l = F(() => {
10623
- let b = [];
10624
- return t.barDatasets && (b = b.concat(t.barDatasets)), t.lineDatasets && (b = b.concat(t.lineDatasets)), b;
10625
- }), c = F(() => t.newPatternsOrder.length !== o.length ? s[t.colourSet] : t.newPatternsOrder.map((b) => s[t.colourSet][b])), h = F(() => t.newPatternsOrder.length !== o.length ? o : t.newPatternsOrder.map((b) => o[b])), d = F(() => t.disableAccessibility), u = F(() => ({
10620
+ let m = [];
10621
+ return t.barDatasets && (m = m.concat(t.barDatasets)), t.lineDatasets && (m = m.concat(t.lineDatasets)), m;
10622
+ }), c = F(() => t.newPatternsOrder.length !== o.length ? s[t.colourSet] : t.newPatternsOrder.map((m) => s[t.colourSet][m])), h = F(() => t.newPatternsOrder.length !== o.length ? o : t.newPatternsOrder.map((m) => o[m])), d = F(() => t.disableAccessibility), u = F(() => ({
10626
10623
  labels: p(),
10627
10624
  datasets: n(
10628
10625
  l.value,
@@ -10631,9 +10628,9 @@ const pu = { class: "container" }, mu = { class: "main" }, bu = /* @__PURE__ */
10631
10628
  h.value,
10632
10629
  0
10633
10630
  )
10634
- })), f = (b) => {
10635
- const y = b.tooltip.dataPoints[0].datasetIndex, x = b.tooltip.dataPoints[0].dataIndex, v = l.value[y].data[x], _ = l.value[y].type === "bar" ? t.barUnit : t.lineUnit;
10636
- return (_ === "%" ? parseFloat(v.toString().replace(",", ".")).toFixed(2) : tt(v)) + _;
10631
+ })), f = (m) => {
10632
+ const y = m.tooltip.dataPoints[0].datasetIndex, x = m.tooltip.dataPoints[0].dataIndex, _ = l.value[y].data[x], v = l.value[y].type === "bar" ? t.barUnit : t.lineUnit;
10633
+ return (v === "%" ? parseFloat(_.toString().replace(",", ".")).toFixed(2) : tt(_)) + v;
10637
10634
  }, p = () => Object.assign([], t.labels).map((y) => y), g = F(() => ({
10638
10635
  type: "bar",
10639
10636
  responsive: !0,
@@ -10657,9 +10654,9 @@ const pu = { class: "container" }, mu = { class: "main" }, bu = /* @__PURE__ */
10657
10654
  },
10658
10655
  tooltip: {
10659
10656
  enabled: !1,
10660
- external: function(b) {
10657
+ external: function(m) {
10661
10658
  new pe().createTooltip(
10662
- b,
10659
+ m,
10663
10660
  f,
10664
10661
  {
10665
10662
  chartType: me.MIXED_BAR_LINE_CHART,
@@ -10693,8 +10690,8 @@ const pu = { class: "container" }, mu = { class: "main" }, bu = /* @__PURE__ */
10693
10690
  text: t.yLeftAxisTitle
10694
10691
  },
10695
10692
  ticks: {
10696
- callback: function(b) {
10697
- return t.barUnit === "%" ? un(b, t.unit) : tt(b) + " " + t.barUnit;
10693
+ callback: function(m) {
10694
+ return t.barUnit === "%" ? un(m, t.unit) : tt(m) + " " + t.barUnit;
10698
10695
  }
10699
10696
  }
10700
10697
  },
@@ -10710,13 +10707,13 @@ const pu = { class: "container" }, mu = { class: "main" }, bu = /* @__PURE__ */
10710
10707
  text: t.yRightAxisTitle
10711
10708
  },
10712
10709
  ticks: {
10713
- callback: function(b) {
10714
- return (t.lineUnit === "%" ? un(b, t.unit) : tt(b)) + " " + t.lineUnit;
10710
+ callback: function(m) {
10711
+ return (t.lineUnit === "%" ? un(m, t.unit) : tt(m)) + " " + t.lineUnit;
10715
10712
  }
10716
10713
  }
10717
10714
  }
10718
10715
  }
10719
- })), m = G(
10716
+ })), b = G(
10720
10717
  e(
10721
10718
  a,
10722
10719
  r,
@@ -10725,7 +10722,7 @@ const pu = { class: "container" }, mu = { class: "main" }, bu = /* @__PURE__ */
10725
10722
  h
10726
10723
  )
10727
10724
  );
10728
- return (b, y) => (lt(), re("div", pu, [
10725
+ return (m, y) => (lt(), re("div", pu, [
10729
10726
  st("div", mu, [
10730
10727
  u.value ? (lt(), le($t(fa), {
10731
10728
  key: 0,
@@ -10733,7 +10730,7 @@ const pu = { class: "container" }, mu = { class: "main" }, bu = /* @__PURE__ */
10733
10730
  id: i.chartId,
10734
10731
  data: u.value,
10735
10732
  options: g.value,
10736
- plugins: m.value,
10733
+ plugins: b.value,
10737
10734
  class: ce(i.cssClasses),
10738
10735
  style: Ut([{ width: i.width, height: i.height, cursor: "pointer" }, i.styles])
10739
10736
  }, null, 8, ["id", "data", "options", "plugins", "class", "style"])) : he("", !0)
@@ -11168,7 +11165,7 @@ function Iu(i) {
11168
11165
  h && d || d ? c._visible = !1 : h && (l._visible = !1);
11169
11166
  });
11170
11167
  }
11171
- var We = {
11168
+ var He = {
11172
11169
  prepare: function(i) {
11173
11170
  var t = [], e, n, s, o, a;
11174
11171
  for (e = 0, s = i.length; e < s; ++e)
@@ -11283,17 +11280,17 @@ function zu(i, t) {
11283
11280
  var e = i[it], n = e._listeners, s, o;
11284
11281
  if (!(!n.enter && !n.leave)) {
11285
11282
  if (t.type === "mousemove")
11286
- o = We.lookup(e._labels, t);
11283
+ o = He.lookup(e._labels, t);
11287
11284
  else if (t.type !== "mouseout")
11288
11285
  return;
11289
11286
  s = e._hovered, e._hovered = o, Bu(i, n, s, o, t);
11290
11287
  }
11291
11288
  }
11292
- function Wu(i, t) {
11293
- var e = i[it], n = e._listeners.click, s = n && We.lookup(e._labels, t);
11289
+ function Hu(i, t) {
11290
+ var e = i[it], n = e._listeners.click, s = n && He.lookup(e._labels, t);
11294
11291
  s && bn(i, n, s, t);
11295
11292
  }
11296
- var Hu = {
11293
+ var Wu = {
11297
11294
  id: "datalabels",
11298
11295
  defaults: Ru,
11299
11296
  beforeInit: function(i) {
@@ -11306,34 +11303,34 @@ var Hu = {
11306
11303
  t._listened = !1, t._listeners = {}, t._datasets = [], t._labels = [];
11307
11304
  },
11308
11305
  afterDatasetUpdate: function(i, t, e) {
11309
- var n = t.index, s = i[it], o = s._datasets[n] = [], a = i.isDatasetVisible(n), r = i.data.datasets[n], l = Eu(r, e), c = t.meta.data || [], h = i.ctx, d, u, f, p, g, m, b, y;
11306
+ var n = t.index, s = i[it], o = s._datasets[n] = [], a = i.isDatasetVisible(n), r = i.data.datasets[n], l = Eu(r, e), c = t.meta.data || [], h = i.ctx, d, u, f, p, g, b, m, y;
11310
11307
  for (h.save(), d = 0, f = c.length; d < f; ++d)
11311
- if (b = c[d], b[it] = [], a && b && i.getDataVisibility(d) && !b.skip)
11308
+ if (m = c[d], m[it] = [], a && m && i.getDataVisibility(d) && !m.skip)
11312
11309
  for (u = 0, p = l.labels.length; u < p; ++u)
11313
- g = l.labels[u], m = g._key, y = new Ca(g, h, b, d), y.$groups = {
11310
+ g = l.labels[u], b = g._key, y = new Ca(g, h, m, d), y.$groups = {
11314
11311
  _set: n,
11315
- _key: m || Da
11312
+ _key: b || Da
11316
11313
  }, y.$context = {
11317
11314
  active: !1,
11318
11315
  chart: i,
11319
11316
  dataIndex: d,
11320
11317
  dataset: r,
11321
11318
  datasetIndex: n
11322
- }, y.update(y.$context), b[it].push(y), o.push(y);
11319
+ }, y.update(y.$context), m[it].push(y), o.push(y);
11323
11320
  h.restore(), bt(s._listeners, l.listeners, {
11324
- merger: function(x, v, _) {
11325
- v[x] = v[x] || {}, v[x][t.index] = _[x], s._listened = !0;
11321
+ merger: function(x, _, v) {
11322
+ _[x] = _[x] || {}, _[x][t.index] = v[x], s._listened = !0;
11326
11323
  }
11327
11324
  });
11328
11325
  },
11329
11326
  afterUpdate: function(i) {
11330
- i[it]._labels = We.prepare(i[it]._datasets);
11327
+ i[it]._labels = He.prepare(i[it]._datasets);
11331
11328
  },
11332
11329
  // Draw labels on top of all dataset elements
11333
11330
  // https://github.com/chartjs/chartjs-plugin-datalabels/issues/29
11334
11331
  // https://github.com/chartjs/chartjs-plugin-datalabels/issues/32
11335
11332
  afterDatasetsDraw: function(i) {
11336
- We.draw(i, i[it]._labels);
11333
+ He.draw(i, i[it]._labels);
11337
11334
  },
11338
11335
  beforeEvent: function(i, t) {
11339
11336
  if (i[it]._listened) {
@@ -11344,7 +11341,7 @@ var Hu = {
11344
11341
  zu(i, e);
11345
11342
  break;
11346
11343
  case "click":
11347
- Wu(i, e);
11344
+ Hu(i, e);
11348
11345
  break;
11349
11346
  }
11350
11347
  }
@@ -11355,7 +11352,7 @@ var Hu = {
11355
11352
  if (c = s[o], c[1])
11356
11353
  for (d = c[0].element[it] || [], r = 0, l = d.length; r < l; ++r)
11357
11354
  h = d[r], h.$context.active = c[1] === 1, h.update(h.$context);
11358
- (t._dirty || s.length) && (We.update(t._labels), i.render()), delete t._dirty;
11355
+ (t._dirty || s.length) && (He.update(t._labels), i.render()), delete t._dirty;
11359
11356
  }
11360
11357
  };
11361
11358
  const uo = "background: white; border-bottom: 1px solid #CCCCCC; border-radius: 5px; padding: 10px 20px";
@@ -11547,7 +11544,7 @@ const Vu = { class: "container" }, ju = { class: "main" }, $u = { class: "chart-
11547
11544
  Tt,
11548
11545
  se,
11549
11546
  oe,
11550
- Hu
11547
+ Wu
11551
11548
  );
11552
11549
  const { colourSets: e } = be(), n = function(a) {
11553
11550
  const r = [];