@moderneinc/react-charts 1.2.0-next.c1bbc5 → 1.2.0-next.d03b3a
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.
- package/dist/components/chrono-chart/chrono-chart.component.d.ts +7 -0
- package/dist/components/chrono-chart/chrono-chart.types.d.ts +58 -2
- package/dist/components/chrono-chart/components/category-table.component.d.ts +10 -0
- package/dist/components/chrono-chart/components/category-table.types.d.ts +25 -0
- package/dist/components/chrono-chart/utils/data-transformer.d.ts +32 -0
- package/dist/components/d3-stacked-area-chart/d3-stacked-area-chart.types.d.ts +6 -0
- package/dist/components/d3-stacked-area-chart/hooks/use-d3-stacked-area.hook.d.ts +2 -1
- package/dist/components/morph-chart/hooks/shared/computations.d.ts +12 -10
- package/dist/components/morph-chart/hooks/shared/types.d.ts +7 -5
- package/dist/components/morph-chart/hooks/use-morph-chart.hook.d.ts +5 -1
- package/dist/components/morph-chart/morph-chart.types.d.ts +15 -0
- package/dist/components/morph-chart/utils/accordion-generator.d.ts +102 -0
- package/dist/components/morph-chart/utils/gsap-orchestrator.d.ts +55 -16
- package/dist/components/morph-chart/utils/slinky-3d-generator.d.ts +35 -0
- package/dist/components/morph-chart/utils/svg-slinky-generator.d.ts +25 -0
- package/dist/components/timeline-chart/timeline-chart.types.d.ts +23 -0
- package/dist/index.cjs +68 -68
- package/dist/index.js +12215 -11535
- package/dist/theme/timeline-defaults.d.ts +33 -1
- package/package.json +5 -2
package/dist/index.cjs
CHANGED
|
@@ -1,42 +1,42 @@
|
|
|
1
|
-
"use strict";var IM=Object.defineProperty;var NM=(e,t,r)=>t in e?IM(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r;var lo=(e,t,r)=>NM(e,typeof t!="symbol"?t+"":t,r);Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const z=require("react/jsx-runtime"),V=require("@mui/material"),O=require("react"),cA=require("@mui/icons-material");function LM(e){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const r in e)if(r!=="default"){const n=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(t,r,n.get?n:{enumerable:!0,get:()=>e[r]})}}return t.default=e,Object.freeze(t)}const Pr=LM(O);function BM(e){return e}var Dc=1,Rc=2,ym=3,Po=4,ib=1e-6;function qM(e){return"translate("+e+",0)"}function FM(e){return"translate(0,"+e+")"}function zM(e){return t=>+e(t)}function UM(e,t){return t=Math.max(0,e.bandwidth()-t*2)/2,e.round()&&(t=Math.round(t)),r=>+e(r)+t}function WM(){return!this.__axis}function fA(e,t){var r=[],n=null,i=null,a=6,o=6,s=3,u=typeof window<"u"&&window.devicePixelRatio>1?0:.5,l=e===Dc||e===Po?-1:1,c=e===Po||e===Rc?"x":"y",f=e===Dc||e===ym?qM:FM;function h(p){var y=n??(t.ticks?t.ticks.apply(t,r):t.domain()),m=i??(t.tickFormat?t.tickFormat.apply(t,r):BM),d=Math.max(a,0)+s,g=t.range(),_=+g[0]+u,b=+g[g.length-1]+u,x=(t.bandwidth?UM:zM)(t.copy(),u),v=p.selection?p.selection():p,w=v.selectAll(".domain").data([null]),S=v.selectAll(".tick").data(y,t).order(),A=S.exit(),P=S.enter().append("g").attr("class","tick"),C=S.select("line"),T=S.select("text");w=w.merge(w.enter().insert("path",".tick").attr("class","domain").attr("stroke","currentColor")),S=S.merge(P),C=C.merge(P.append("line").attr("stroke","currentColor").attr(c+"2",l*a)),T=T.merge(P.append("text").attr("fill","currentColor").attr(c,l*d).attr("dy",e===Dc?"0em":e===ym?"0.71em":"0.32em")),p!==v&&(w=w.transition(p),S=S.transition(p),C=C.transition(p),T=T.transition(p),A=A.transition(p).attr("opacity",ib).attr("transform",function(E){return isFinite(E=x(E))?f(E+u):this.getAttribute("transform")}),P.attr("opacity",ib).attr("transform",function(E){var k=this.parentNode.__axis;return f((k&&isFinite(k=k(E))?k:x(E))+u)})),A.remove(),w.attr("d",e===Po||e===Rc?o?"M"+l*o+","+_+"H"+u+"V"+b+"H"+l*o:"M"+u+","+_+"V"+b:o?"M"+_+","+l*o+"V"+u+"H"+b+"V"+l*o:"M"+_+","+u+"H"+b),S.attr("opacity",1).attr("transform",function(E){return f(x(E)+u)}),C.attr(c+"2",l*a),T.attr(c,l*d).text(m),v.filter(WM).attr("fill","none").attr("font-size",10).attr("font-family","sans-serif").attr("text-anchor",e===Rc?"start":e===Po?"end":"middle"),v.each(function(){this.__axis=x})}return h.scale=function(p){return arguments.length?(t=p,h):t},h.ticks=function(){return r=Array.from(arguments),h},h.tickArguments=function(p){return arguments.length?(r=p==null?[]:Array.from(p),h):r.slice()},h.tickValues=function(p){return arguments.length?(n=p==null?null:Array.from(p),h):n&&n.slice()},h.tickFormat=function(p){return arguments.length?(i=p,h):i},h.tickSize=function(p){return arguments.length?(a=o=+p,h):a},h.tickSizeInner=function(p){return arguments.length?(a=+p,h):a},h.tickSizeOuter=function(p){return arguments.length?(o=+p,h):o},h.tickPadding=function(p){return arguments.length?(s=+p,h):s},h.offset=function(p){return arguments.length?(u=+p,h):u},h}function Xo(e){return fA(ym,e)}function Vo(e){return fA(Po,e)}var GM={value:()=>{}};function vv(){for(var e=0,t=arguments.length,r={},n;e<t;++e){if(!(n=arguments[e]+"")||n in r||/[\s.]/.test(n))throw new Error("illegal type: "+n);r[n]=[]}return new Au(r)}function Au(e){this._=e}function HM(e,t){return e.trim().split(/^|\s+/).map(function(r){var n="",i=r.indexOf(".");if(i>=0&&(n=r.slice(i+1),r=r.slice(0,i)),r&&!t.hasOwnProperty(r))throw new Error("unknown type: "+r);return{type:r,name:n}})}Au.prototype=vv.prototype={constructor:Au,on:function(e,t){var r=this._,n=HM(e+"",r),i,a=-1,o=n.length;if(arguments.length<2){for(;++a<o;)if((i=(e=n[a]).type)&&(i=KM(r[i],e.name)))return i;return}if(t!=null&&typeof t!="function")throw new Error("invalid callback: "+t);for(;++a<o;)if(i=(e=n[a]).type)r[i]=ab(r[i],e.name,t);else if(t==null)for(i in r)r[i]=ab(r[i],e.name,null);return this},copy:function(){var e={},t=this._;for(var r in t)e[r]=t[r].slice();return new Au(e)},call:function(e,t){if((i=arguments.length-2)>0)for(var r=new Array(i),n=0,i,a;n<i;++n)r[n]=arguments[n+2];if(!this._.hasOwnProperty(e))throw new Error("unknown type: "+e);for(a=this._[e],n=0,i=a.length;n<i;++n)a[n].value.apply(t,r)},apply:function(e,t,r){if(!this._.hasOwnProperty(e))throw new Error("unknown type: "+e);for(var n=this._[e],i=0,a=n.length;i<a;++i)n[i].value.apply(t,r)}};function KM(e,t){for(var r=0,n=e.length,i;r<n;++r)if((i=e[r]).name===t)return i.value}function ab(e,t,r){for(var n=0,i=e.length;n<i;++n)if(e[n].name===t){e[n]=GM,e=e.slice(0,n).concat(e.slice(n+1));break}return r!=null&&e.push({name:t,value:r}),e}var vm="http://www.w3.org/1999/xhtml";const ob={svg:"http://www.w3.org/2000/svg",xhtml:vm,xlink:"http://www.w3.org/1999/xlink",xml:"http://www.w3.org/XML/1998/namespace",xmlns:"http://www.w3.org/2000/xmlns/"};function Wl(e){var t=e+="",r=t.indexOf(":");return r>=0&&(t=e.slice(0,r))!=="xmlns"&&(e=e.slice(r+1)),ob.hasOwnProperty(t)?{space:ob[t],local:e}:e}function YM(e){return function(){var t=this.ownerDocument,r=this.namespaceURI;return r===vm&&t.documentElement.namespaceURI===vm?t.createElement(e):t.createElementNS(r,e)}}function XM(e){return function(){return this.ownerDocument.createElementNS(e.space,e.local)}}function hA(e){var t=Wl(e);return(t.local?XM:YM)(t)}function VM(){}function gv(e){return e==null?VM:function(){return this.querySelector(e)}}function ZM(e){typeof e!="function"&&(e=gv(e));for(var t=this._groups,r=t.length,n=new Array(r),i=0;i<r;++i)for(var a=t[i],o=a.length,s=n[i]=new Array(o),u,l,c=0;c<o;++c)(u=a[c])&&(l=e.call(u,u.__data__,c,a))&&("__data__"in u&&(l.__data__=u.__data__),s[c]=l);return new dr(n,this._parents)}function JM(e){return e==null?[]:Array.isArray(e)?e:Array.from(e)}function QM(){return[]}function pA(e){return e==null?QM:function(){return this.querySelectorAll(e)}}function tk(e){return function(){return JM(e.apply(this,arguments))}}function ek(e){typeof e=="function"?e=tk(e):e=pA(e);for(var t=this._groups,r=t.length,n=[],i=[],a=0;a<r;++a)for(var o=t[a],s=o.length,u,l=0;l<s;++l)(u=o[l])&&(n.push(e.call(u,u.__data__,l,o)),i.push(u));return new dr(n,i)}function dA(e){return function(){return this.matches(e)}}function mA(e){return function(t){return t.matches(e)}}var rk=Array.prototype.find;function nk(e){return function(){return rk.call(this.children,e)}}function ik(){return this.firstElementChild}function ak(e){return this.select(e==null?ik:nk(typeof e=="function"?e:mA(e)))}var ok=Array.prototype.filter;function sk(){return Array.from(this.children)}function uk(e){return function(){return ok.call(this.children,e)}}function lk(e){return this.selectAll(e==null?sk:uk(typeof e=="function"?e:mA(e)))}function ck(e){typeof e!="function"&&(e=dA(e));for(var t=this._groups,r=t.length,n=new Array(r),i=0;i<r;++i)for(var a=t[i],o=a.length,s=n[i]=[],u,l=0;l<o;++l)(u=a[l])&&e.call(u,u.__data__,l,a)&&s.push(u);return new dr(n,this._parents)}function yA(e){return new Array(e.length)}function fk(){return new dr(this._enter||this._groups.map(yA),this._parents)}function $u(e,t){this.ownerDocument=e.ownerDocument,this.namespaceURI=e.namespaceURI,this._next=null,this._parent=e,this.__data__=t}$u.prototype={constructor:$u,appendChild:function(e){return this._parent.insertBefore(e,this._next)},insertBefore:function(e,t){return this._parent.insertBefore(e,t)},querySelector:function(e){return this._parent.querySelector(e)},querySelectorAll:function(e){return this._parent.querySelectorAll(e)}};function hk(e){return function(){return e}}function pk(e,t,r,n,i,a){for(var o=0,s,u=t.length,l=a.length;o<l;++o)(s=t[o])?(s.__data__=a[o],n[o]=s):r[o]=new $u(e,a[o]);for(;o<u;++o)(s=t[o])&&(i[o]=s)}function dk(e,t,r,n,i,a,o){var s,u,l=new Map,c=t.length,f=a.length,h=new Array(c),p;for(s=0;s<c;++s)(u=t[s])&&(h[s]=p=o.call(u,u.__data__,s,t)+"",l.has(p)?i[s]=u:l.set(p,u));for(s=0;s<f;++s)p=o.call(e,a[s],s,a)+"",(u=l.get(p))?(n[s]=u,u.__data__=a[s],l.delete(p)):r[s]=new $u(e,a[s]);for(s=0;s<c;++s)(u=t[s])&&l.get(h[s])===u&&(i[s]=u)}function mk(e){return e.__data__}function yk(e,t){if(!arguments.length)return Array.from(this,mk);var r=t?dk:pk,n=this._parents,i=this._groups;typeof e!="function"&&(e=hk(e));for(var a=i.length,o=new Array(a),s=new Array(a),u=new Array(a),l=0;l<a;++l){var c=n[l],f=i[l],h=f.length,p=vk(e.call(c,c&&c.__data__,l,n)),y=p.length,m=s[l]=new Array(y),d=o[l]=new Array(y),g=u[l]=new Array(h);r(c,f,m,d,g,p,t);for(var _=0,b=0,x,v;_<y;++_)if(x=m[_]){for(_>=b&&(b=_+1);!(v=d[b])&&++b<y;);x._next=v||null}}return o=new dr(o,n),o._enter=s,o._exit=u,o}function vk(e){return typeof e=="object"&&"length"in e?e:Array.from(e)}function gk(){return new dr(this._exit||this._groups.map(yA),this._parents)}function bk(e,t,r){var n=this.enter(),i=this,a=this.exit();return typeof e=="function"?(n=e(n),n&&(n=n.selection())):n=n.append(e+""),t!=null&&(i=t(i),i&&(i=i.selection())),r==null?a.remove():r(a),n&&i?n.merge(i).order():i}function _k(e){for(var t=e.selection?e.selection():e,r=this._groups,n=t._groups,i=r.length,a=n.length,o=Math.min(i,a),s=new Array(i),u=0;u<o;++u)for(var l=r[u],c=n[u],f=l.length,h=s[u]=new Array(f),p,y=0;y<f;++y)(p=l[y]||c[y])&&(h[y]=p);for(;u<i;++u)s[u]=r[u];return new dr(s,this._parents)}function xk(){for(var e=this._groups,t=-1,r=e.length;++t<r;)for(var n=e[t],i=n.length-1,a=n[i],o;--i>=0;)(o=n[i])&&(a&&o.compareDocumentPosition(a)^4&&a.parentNode.insertBefore(o,a),a=o);return this}function wk(e){e||(e=Sk);function t(f,h){return f&&h?e(f.__data__,h.__data__):!f-!h}for(var r=this._groups,n=r.length,i=new Array(n),a=0;a<n;++a){for(var o=r[a],s=o.length,u=i[a]=new Array(s),l,c=0;c<s;++c)(l=o[c])&&(u[c]=l);u.sort(t)}return new dr(i,this._parents).order()}function Sk(e,t){return e<t?-1:e>t?1:e>=t?0:NaN}function Ok(){var e=arguments[0];return arguments[0]=this,e.apply(null,arguments),this}function Ak(){return Array.from(this)}function Pk(){for(var e=this._groups,t=0,r=e.length;t<r;++t)for(var n=e[t],i=0,a=n.length;i<a;++i){var o=n[i];if(o)return o}return null}function Tk(){let e=0;for(const t of this)++e;return e}function Ek(){return!this.node()}function Ck(e){for(var t=this._groups,r=0,n=t.length;r<n;++r)for(var i=t[r],a=0,o=i.length,s;a<o;++a)(s=i[a])&&e.call(s,s.__data__,a,i);return this}function Mk(e){return function(){this.removeAttribute(e)}}function kk(e){return function(){this.removeAttributeNS(e.space,e.local)}}function $k(e,t){return function(){this.setAttribute(e,t)}}function jk(e,t){return function(){this.setAttributeNS(e.space,e.local,t)}}function Dk(e,t){return function(){var r=t.apply(this,arguments);r==null?this.removeAttribute(e):this.setAttribute(e,r)}}function Rk(e,t){return function(){var r=t.apply(this,arguments);r==null?this.removeAttributeNS(e.space,e.local):this.setAttributeNS(e.space,e.local,r)}}function Ik(e,t){var r=Wl(e);if(arguments.length<2){var n=this.node();return r.local?n.getAttributeNS(r.space,r.local):n.getAttribute(r)}return this.each((t==null?r.local?kk:Mk:typeof t=="function"?r.local?Rk:Dk:r.local?jk:$k)(r,t))}function vA(e){return e.ownerDocument&&e.ownerDocument.defaultView||e.document&&e||e.defaultView}function Nk(e){return function(){this.style.removeProperty(e)}}function Lk(e,t,r){return function(){this.style.setProperty(e,t,r)}}function Bk(e,t,r){return function(){var n=t.apply(this,arguments);n==null?this.style.removeProperty(e):this.style.setProperty(e,n,r)}}function qk(e,t,r){return arguments.length>1?this.each((t==null?Nk:typeof t=="function"?Bk:Lk)(e,t,r??"")):ma(this.node(),e)}function ma(e,t){return e.style.getPropertyValue(t)||vA(e).getComputedStyle(e,null).getPropertyValue(t)}function Fk(e){return function(){delete this[e]}}function zk(e,t){return function(){this[e]=t}}function Uk(e,t){return function(){var r=t.apply(this,arguments);r==null?delete this[e]:this[e]=r}}function Wk(e,t){return arguments.length>1?this.each((t==null?Fk:typeof t=="function"?Uk:zk)(e,t)):this.node()[e]}function gA(e){return e.trim().split(/^|\s+/)}function bv(e){return e.classList||new bA(e)}function bA(e){this._node=e,this._names=gA(e.getAttribute("class")||"")}bA.prototype={add:function(e){var t=this._names.indexOf(e);t<0&&(this._names.push(e),this._node.setAttribute("class",this._names.join(" ")))},remove:function(e){var t=this._names.indexOf(e);t>=0&&(this._names.splice(t,1),this._node.setAttribute("class",this._names.join(" ")))},contains:function(e){return this._names.indexOf(e)>=0}};function _A(e,t){for(var r=bv(e),n=-1,i=t.length;++n<i;)r.add(t[n])}function xA(e,t){for(var r=bv(e),n=-1,i=t.length;++n<i;)r.remove(t[n])}function Gk(e){return function(){_A(this,e)}}function Hk(e){return function(){xA(this,e)}}function Kk(e,t){return function(){(t.apply(this,arguments)?_A:xA)(this,e)}}function Yk(e,t){var r=gA(e+"");if(arguments.length<2){for(var n=bv(this.node()),i=-1,a=r.length;++i<a;)if(!n.contains(r[i]))return!1;return!0}return this.each((typeof t=="function"?Kk:t?Gk:Hk)(r,t))}function Xk(){this.textContent=""}function Vk(e){return function(){this.textContent=e}}function Zk(e){return function(){var t=e.apply(this,arguments);this.textContent=t??""}}function Jk(e){return arguments.length?this.each(e==null?Xk:(typeof e=="function"?Zk:Vk)(e)):this.node().textContent}function Qk(){this.innerHTML=""}function t$(e){return function(){this.innerHTML=e}}function e$(e){return function(){var t=e.apply(this,arguments);this.innerHTML=t??""}}function r$(e){return arguments.length?this.each(e==null?Qk:(typeof e=="function"?e$:t$)(e)):this.node().innerHTML}function n$(){this.nextSibling&&this.parentNode.appendChild(this)}function i$(){return this.each(n$)}function a$(){this.previousSibling&&this.parentNode.insertBefore(this,this.parentNode.firstChild)}function o$(){return this.each(a$)}function s$(e){var t=typeof e=="function"?e:hA(e);return this.select(function(){return this.appendChild(t.apply(this,arguments))})}function u$(){return null}function l$(e,t){var r=typeof e=="function"?e:hA(e),n=t==null?u$:typeof t=="function"?t:gv(t);return this.select(function(){return this.insertBefore(r.apply(this,arguments),n.apply(this,arguments)||null)})}function c$(){var e=this.parentNode;e&&e.removeChild(this)}function f$(){return this.each(c$)}function h$(){var e=this.cloneNode(!1),t=this.parentNode;return t?t.insertBefore(e,this.nextSibling):e}function p$(){var e=this.cloneNode(!0),t=this.parentNode;return t?t.insertBefore(e,this.nextSibling):e}function d$(e){return this.select(e?p$:h$)}function m$(e){return arguments.length?this.property("__data__",e):this.node().__data__}function y$(e){return function(t){e.call(this,t,this.__data__)}}function v$(e){return e.trim().split(/^|\s+/).map(function(t){var r="",n=t.indexOf(".");return n>=0&&(r=t.slice(n+1),t=t.slice(0,n)),{type:t,name:r}})}function g$(e){return function(){var t=this.__on;if(t){for(var r=0,n=-1,i=t.length,a;r<i;++r)a=t[r],(!e.type||a.type===e.type)&&a.name===e.name?this.removeEventListener(a.type,a.listener,a.options):t[++n]=a;++n?t.length=n:delete this.__on}}}function b$(e,t,r){return function(){var n=this.__on,i,a=y$(t);if(n){for(var o=0,s=n.length;o<s;++o)if((i=n[o]).type===e.type&&i.name===e.name){this.removeEventListener(i.type,i.listener,i.options),this.addEventListener(i.type,i.listener=a,i.options=r),i.value=t;return}}this.addEventListener(e.type,a,r),i={type:e.type,name:e.name,value:t,listener:a,options:r},n?n.push(i):this.__on=[i]}}function _$(e,t,r){var n=v$(e+""),i,a=n.length,o;if(arguments.length<2){var s=this.node().__on;if(s){for(var u=0,l=s.length,c;u<l;++u)for(i=0,c=s[u];i<a;++i)if((o=n[i]).type===c.type&&o.name===c.name)return c.value}return}for(s=t?b$:g$,i=0;i<a;++i)this.each(s(n[i],t,r));return this}function wA(e,t,r){var n=vA(e),i=n.CustomEvent;typeof i=="function"?i=new i(t,r):(i=n.document.createEvent("Event"),r?(i.initEvent(t,r.bubbles,r.cancelable),i.detail=r.detail):i.initEvent(t,!1,!1)),e.dispatchEvent(i)}function x$(e,t){return function(){return wA(this,e,t)}}function w$(e,t){return function(){return wA(this,e,t.apply(this,arguments))}}function S$(e,t){return this.each((typeof t=="function"?w$:x$)(e,t))}function*O$(){for(var e=this._groups,t=0,r=e.length;t<r;++t)for(var n=e[t],i=0,a=n.length,o;i<a;++i)(o=n[i])&&(yield o)}var SA=[null];function dr(e,t){this._groups=e,this._parents=t}function Va(){return new dr([[document.documentElement]],SA)}function A$(){return this}dr.prototype=Va.prototype={constructor:dr,select:ZM,selectAll:ek,selectChild:ak,selectChildren:lk,filter:ck,data:yk,enter:fk,exit:gk,join:bk,merge:_k,selection:A$,order:xk,sort:wk,call:Ok,nodes:Ak,node:Pk,size:Tk,empty:Ek,each:Ck,attr:Ik,style:qk,property:Wk,classed:Yk,text:Jk,html:r$,raise:i$,lower:o$,append:s$,insert:l$,remove:f$,clone:d$,datum:m$,on:_$,dispatch:S$,[Symbol.iterator]:O$};function Qt(e){return typeof e=="string"?new dr([[document.querySelector(e)]],[document.documentElement]):new dr([[e]],SA)}function P$(e){let t;for(;t=e.sourceEvent;)e=t;return e}function Zo(e,t){if(e=P$(e),t===void 0&&(t=e.currentTarget),t){var r=t.ownerSVGElement||t;if(r.createSVGPoint){var n=r.createSVGPoint();return n.x=e.clientX,n.y=e.clientY,n=n.matrixTransform(t.getScreenCTM().inverse()),[n.x,n.y]}if(t.getBoundingClientRect){var i=t.getBoundingClientRect();return[e.clientX-i.left-t.clientLeft,e.clientY-i.top-t.clientTop]}}return[e.pageX,e.pageY]}const gm={capture:!0,passive:!1};function bm(e){e.preventDefault(),e.stopImmediatePropagation()}function T$(e){var t=e.document.documentElement,r=Qt(e).on("dragstart.drag",bm,gm);"onselectstart"in t?r.on("selectstart.drag",bm,gm):(t.__noselect=t.style.MozUserSelect,t.style.MozUserSelect="none")}function E$(e,t){var r=e.document.documentElement,n=Qt(e).on("dragstart.drag",null);t&&(n.on("click.drag",bm,gm),setTimeout(function(){n.on("click.drag",null)},0)),"onselectstart"in r?n.on("selectstart.drag",null):(r.style.MozUserSelect=r.__noselect,delete r.__noselect)}function _v(e,t,r){e.prototype=t.prototype=r,r.constructor=e}function OA(e,t){var r=Object.create(e.prototype);for(var n in t)r[n]=t[n];return r}function zs(){}var Jo=.7,ju=1/Jo,aa="\\s*([+-]?\\d+)\\s*",Qo="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)\\s*",Jr="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)%\\s*",C$=/^#([0-9a-f]{3,8})$/,M$=new RegExp(`^rgb\\(${aa},${aa},${aa}\\)$`),k$=new RegExp(`^rgb\\(${Jr},${Jr},${Jr}\\)$`),$$=new RegExp(`^rgba\\(${aa},${aa},${aa},${Qo}\\)$`),j$=new RegExp(`^rgba\\(${Jr},${Jr},${Jr},${Qo}\\)$`),D$=new RegExp(`^hsl\\(${Qo},${Jr},${Jr}\\)$`),R$=new RegExp(`^hsla\\(${Qo},${Jr},${Jr},${Qo}\\)$`),sb={aliceblue:15792383,antiquewhite:16444375,aqua:65535,aquamarine:8388564,azure:15794175,beige:16119260,bisque:16770244,black:0,blanchedalmond:16772045,blue:255,blueviolet:9055202,brown:10824234,burlywood:14596231,cadetblue:6266528,chartreuse:8388352,chocolate:13789470,coral:16744272,cornflowerblue:6591981,cornsilk:16775388,crimson:14423100,cyan:65535,darkblue:139,darkcyan:35723,darkgoldenrod:12092939,darkgray:11119017,darkgreen:25600,darkgrey:11119017,darkkhaki:12433259,darkmagenta:9109643,darkolivegreen:5597999,darkorange:16747520,darkorchid:10040012,darkred:9109504,darksalmon:15308410,darkseagreen:9419919,darkslateblue:4734347,darkslategray:3100495,darkslategrey:3100495,darkturquoise:52945,darkviolet:9699539,deeppink:16716947,deepskyblue:49151,dimgray:6908265,dimgrey:6908265,dodgerblue:2003199,firebrick:11674146,floralwhite:16775920,forestgreen:2263842,fuchsia:16711935,gainsboro:14474460,ghostwhite:16316671,gold:16766720,goldenrod:14329120,gray:8421504,green:32768,greenyellow:11403055,grey:8421504,honeydew:15794160,hotpink:16738740,indianred:13458524,indigo:4915330,ivory:16777200,khaki:15787660,lavender:15132410,lavenderblush:16773365,lawngreen:8190976,lemonchiffon:16775885,lightblue:11393254,lightcoral:15761536,lightcyan:14745599,lightgoldenrodyellow:16448210,lightgray:13882323,lightgreen:9498256,lightgrey:13882323,lightpink:16758465,lightsalmon:16752762,lightseagreen:2142890,lightskyblue:8900346,lightslategray:7833753,lightslategrey:7833753,lightsteelblue:11584734,lightyellow:16777184,lime:65280,limegreen:3329330,linen:16445670,magenta:16711935,maroon:8388608,mediumaquamarine:6737322,mediumblue:205,mediumorchid:12211667,mediumpurple:9662683,mediumseagreen:3978097,mediumslateblue:8087790,mediumspringgreen:64154,mediumturquoise:4772300,mediumvioletred:13047173,midnightblue:1644912,mintcream:16121850,mistyrose:16770273,moccasin:16770229,navajowhite:16768685,navy:128,oldlace:16643558,olive:8421376,olivedrab:7048739,orange:16753920,orangered:16729344,orchid:14315734,palegoldenrod:15657130,palegreen:10025880,paleturquoise:11529966,palevioletred:14381203,papayawhip:16773077,peachpuff:16767673,peru:13468991,pink:16761035,plum:14524637,powderblue:11591910,purple:8388736,rebeccapurple:6697881,red:16711680,rosybrown:12357519,royalblue:4286945,saddlebrown:9127187,salmon:16416882,sandybrown:16032864,seagreen:3050327,seashell:16774638,sienna:10506797,silver:12632256,skyblue:8900331,slateblue:6970061,slategray:7372944,slategrey:7372944,snow:16775930,springgreen:65407,steelblue:4620980,tan:13808780,teal:32896,thistle:14204888,tomato:16737095,turquoise:4251856,violet:15631086,wheat:16113331,white:16777215,whitesmoke:16119285,yellow:16776960,yellowgreen:10145074};_v(zs,Pi,{copy(e){return Object.assign(new this.constructor,this,e)},displayable(){return this.rgb().displayable()},hex:ub,formatHex:ub,formatHex8:I$,formatHsl:N$,formatRgb:lb,toString:lb});function ub(){return this.rgb().formatHex()}function I$(){return this.rgb().formatHex8()}function N$(){return AA(this).formatHsl()}function lb(){return this.rgb().formatRgb()}function Pi(e){var t,r;return e=(e+"").trim().toLowerCase(),(t=C$.exec(e))?(r=t[1].length,t=parseInt(t[1],16),r===6?cb(t):r===3?new He(t>>8&15|t>>4&240,t>>4&15|t&240,(t&15)<<4|t&15,1):r===8?nu(t>>24&255,t>>16&255,t>>8&255,(t&255)/255):r===4?nu(t>>12&15|t>>8&240,t>>8&15|t>>4&240,t>>4&15|t&240,((t&15)<<4|t&15)/255):null):(t=M$.exec(e))?new He(t[1],t[2],t[3],1):(t=k$.exec(e))?new He(t[1]*255/100,t[2]*255/100,t[3]*255/100,1):(t=$$.exec(e))?nu(t[1],t[2],t[3],t[4]):(t=j$.exec(e))?nu(t[1]*255/100,t[2]*255/100,t[3]*255/100,t[4]):(t=D$.exec(e))?pb(t[1],t[2]/100,t[3]/100,1):(t=R$.exec(e))?pb(t[1],t[2]/100,t[3]/100,t[4]):sb.hasOwnProperty(e)?cb(sb[e]):e==="transparent"?new He(NaN,NaN,NaN,0):null}function cb(e){return new He(e>>16&255,e>>8&255,e&255,1)}function nu(e,t,r,n){return n<=0&&(e=t=r=NaN),new He(e,t,r,n)}function L$(e){return e instanceof zs||(e=Pi(e)),e?(e=e.rgb(),new He(e.r,e.g,e.b,e.opacity)):new He}function _m(e,t,r,n){return arguments.length===1?L$(e):new He(e,t,r,n??1)}function He(e,t,r,n){this.r=+e,this.g=+t,this.b=+r,this.opacity=+n}_v(He,_m,OA(zs,{brighter(e){return e=e==null?ju:Math.pow(ju,e),new He(this.r*e,this.g*e,this.b*e,this.opacity)},darker(e){return e=e==null?Jo:Math.pow(Jo,e),new He(this.r*e,this.g*e,this.b*e,this.opacity)},rgb(){return this},clamp(){return new He(gi(this.r),gi(this.g),gi(this.b),Du(this.opacity))},displayable(){return-.5<=this.r&&this.r<255.5&&-.5<=this.g&&this.g<255.5&&-.5<=this.b&&this.b<255.5&&0<=this.opacity&&this.opacity<=1},hex:fb,formatHex:fb,formatHex8:B$,formatRgb:hb,toString:hb}));function fb(){return`#${ci(this.r)}${ci(this.g)}${ci(this.b)}`}function B$(){return`#${ci(this.r)}${ci(this.g)}${ci(this.b)}${ci((isNaN(this.opacity)?1:this.opacity)*255)}`}function hb(){const e=Du(this.opacity);return`${e===1?"rgb(":"rgba("}${gi(this.r)}, ${gi(this.g)}, ${gi(this.b)}${e===1?")":`, ${e})`}`}function Du(e){return isNaN(e)?1:Math.max(0,Math.min(1,e))}function gi(e){return Math.max(0,Math.min(255,Math.round(e)||0))}function ci(e){return e=gi(e),(e<16?"0":"")+e.toString(16)}function pb(e,t,r,n){return n<=0?e=t=r=NaN:r<=0||r>=1?e=t=NaN:t<=0&&(e=NaN),new Ir(e,t,r,n)}function AA(e){if(e instanceof Ir)return new Ir(e.h,e.s,e.l,e.opacity);if(e instanceof zs||(e=Pi(e)),!e)return new Ir;if(e instanceof Ir)return e;e=e.rgb();var t=e.r/255,r=e.g/255,n=e.b/255,i=Math.min(t,r,n),a=Math.max(t,r,n),o=NaN,s=a-i,u=(a+i)/2;return s?(t===a?o=(r-n)/s+(r<n)*6:r===a?o=(n-t)/s+2:o=(t-r)/s+4,s/=u<.5?a+i:2-a-i,o*=60):s=u>0&&u<1?0:o,new Ir(o,s,u,e.opacity)}function q$(e,t,r,n){return arguments.length===1?AA(e):new Ir(e,t,r,n??1)}function Ir(e,t,r,n){this.h=+e,this.s=+t,this.l=+r,this.opacity=+n}_v(Ir,q$,OA(zs,{brighter(e){return e=e==null?ju:Math.pow(ju,e),new Ir(this.h,this.s,this.l*e,this.opacity)},darker(e){return e=e==null?Jo:Math.pow(Jo,e),new Ir(this.h,this.s,this.l*e,this.opacity)},rgb(){var e=this.h%360+(this.h<0)*360,t=isNaN(e)||isNaN(this.s)?0:this.s,r=this.l,n=r+(r<.5?r:1-r)*t,i=2*r-n;return new He(Ic(e>=240?e-240:e+120,i,n),Ic(e,i,n),Ic(e<120?e+240:e-120,i,n),this.opacity)},clamp(){return new Ir(db(this.h),iu(this.s),iu(this.l),Du(this.opacity))},displayable(){return(0<=this.s&&this.s<=1||isNaN(this.s))&&0<=this.l&&this.l<=1&&0<=this.opacity&&this.opacity<=1},formatHsl(){const e=Du(this.opacity);return`${e===1?"hsl(":"hsla("}${db(this.h)}, ${iu(this.s)*100}%, ${iu(this.l)*100}%${e===1?")":`, ${e})`}`}}));function db(e){return e=(e||0)%360,e<0?e+360:e}function iu(e){return Math.max(0,Math.min(1,e||0))}function Ic(e,t,r){return(e<60?t+(r-t)*e/60:e<180?r:e<240?t+(r-t)*(240-e)/60:t)*255}const xv=e=>()=>e;function F$(e,t){return function(r){return e+r*t}}function z$(e,t,r){return e=Math.pow(e,r),t=Math.pow(t,r)-e,r=1/r,function(n){return Math.pow(e+n*t,r)}}function U$(e){return(e=+e)==1?PA:function(t,r){return r-t?z$(t,r,e):xv(isNaN(t)?r:t)}}function PA(e,t){var r=t-e;return r?F$(e,r):xv(isNaN(e)?t:e)}const Ru=(function e(t){var r=U$(t);function n(i,a){var o=r((i=_m(i)).r,(a=_m(a)).r),s=r(i.g,a.g),u=r(i.b,a.b),l=PA(i.opacity,a.opacity);return function(c){return i.r=o(c),i.g=s(c),i.b=u(c),i.opacity=l(c),i+""}}return n.gamma=e,n})(1);function W$(e,t){t||(t=[]);var r=e?Math.min(t.length,e.length):0,n=t.slice(),i;return function(a){for(i=0;i<r;++i)n[i]=e[i]*(1-a)+t[i]*a;return n}}function G$(e){return ArrayBuffer.isView(e)&&!(e instanceof DataView)}function H$(e,t){var r=t?t.length:0,n=e?Math.min(r,e.length):0,i=new Array(n),a=new Array(r),o;for(o=0;o<n;++o)i[o]=Ri(e[o],t[o]);for(;o<r;++o)a[o]=t[o];return function(s){for(o=0;o<n;++o)a[o]=i[o](s);return a}}function K$(e,t){var r=new Date;return e=+e,t=+t,function(n){return r.setTime(e*(1-n)+t*n),r}}function Rr(e,t){return e=+e,t=+t,function(r){return e*(1-r)+t*r}}function Y$(e,t){var r={},n={},i;(e===null||typeof e!="object")&&(e={}),(t===null||typeof t!="object")&&(t={});for(i in t)i in e?r[i]=Ri(e[i],t[i]):n[i]=t[i];return function(a){for(i in r)n[i]=r[i](a);return n}}var xm=/[-+]?(?:\d+\.?\d*|\.?\d+)(?:[eE][-+]?\d+)?/g,Nc=new RegExp(xm.source,"g");function X$(e){return function(){return e}}function V$(e){return function(t){return e(t)+""}}function TA(e,t){var r=xm.lastIndex=Nc.lastIndex=0,n,i,a,o=-1,s=[],u=[];for(e=e+"",t=t+"";(n=xm.exec(e))&&(i=Nc.exec(t));)(a=i.index)>r&&(a=t.slice(r,a),s[o]?s[o]+=a:s[++o]=a),(n=n[0])===(i=i[0])?s[o]?s[o]+=i:s[++o]=i:(s[++o]=null,u.push({i:o,x:Rr(n,i)})),r=Nc.lastIndex;return r<t.length&&(a=t.slice(r),s[o]?s[o]+=a:s[++o]=a),s.length<2?u[0]?V$(u[0].x):X$(t):(t=u.length,function(l){for(var c=0,f;c<t;++c)s[(f=u[c]).i]=f.x(l);return s.join("")})}function Ri(e,t){var r=typeof t,n;return t==null||r==="boolean"?xv(t):(r==="number"?Rr:r==="string"?(n=Pi(t))?(t=n,Ru):TA:t instanceof Pi?Ru:t instanceof Date?K$:G$(t)?W$:Array.isArray(t)?H$:typeof t.valueOf!="function"&&typeof t.toString!="function"||isNaN(t)?Y$:Rr)(e,t)}function wv(e,t){return e=+e,t=+t,function(r){return Math.round(e*(1-r)+t*r)}}var mb=180/Math.PI,wm={translateX:0,translateY:0,rotate:0,skewX:0,scaleX:1,scaleY:1};function EA(e,t,r,n,i,a){var o,s,u;return(o=Math.sqrt(e*e+t*t))&&(e/=o,t/=o),(u=e*r+t*n)&&(r-=e*u,n-=t*u),(s=Math.sqrt(r*r+n*n))&&(r/=s,n/=s,u/=s),e*n<t*r&&(e=-e,t=-t,u=-u,o=-o),{translateX:i,translateY:a,rotate:Math.atan2(t,e)*mb,skewX:Math.atan(u)*mb,scaleX:o,scaleY:s}}var au;function Z$(e){const t=new(typeof DOMMatrix=="function"?DOMMatrix:WebKitCSSMatrix)(e+"");return t.isIdentity?wm:EA(t.a,t.b,t.c,t.d,t.e,t.f)}function J$(e){return e==null||(au||(au=document.createElementNS("http://www.w3.org/2000/svg","g")),au.setAttribute("transform",e),!(e=au.transform.baseVal.consolidate()))?wm:(e=e.matrix,EA(e.a,e.b,e.c,e.d,e.e,e.f))}function CA(e,t,r,n){function i(l){return l.length?l.pop()+" ":""}function a(l,c,f,h,p,y){if(l!==f||c!==h){var m=p.push("translate(",null,t,null,r);y.push({i:m-4,x:Rr(l,f)},{i:m-2,x:Rr(c,h)})}else(f||h)&&p.push("translate("+f+t+h+r)}function o(l,c,f,h){l!==c?(l-c>180?c+=360:c-l>180&&(l+=360),h.push({i:f.push(i(f)+"rotate(",null,n)-2,x:Rr(l,c)})):c&&f.push(i(f)+"rotate("+c+n)}function s(l,c,f,h){l!==c?h.push({i:f.push(i(f)+"skewX(",null,n)-2,x:Rr(l,c)}):c&&f.push(i(f)+"skewX("+c+n)}function u(l,c,f,h,p,y){if(l!==f||c!==h){var m=p.push(i(p)+"scale(",null,",",null,")");y.push({i:m-4,x:Rr(l,f)},{i:m-2,x:Rr(c,h)})}else(f!==1||h!==1)&&p.push(i(p)+"scale("+f+","+h+")")}return function(l,c){var f=[],h=[];return l=e(l),c=e(c),a(l.translateX,l.translateY,c.translateX,c.translateY,f,h),o(l.rotate,c.rotate,f,h),s(l.skewX,c.skewX,f,h),u(l.scaleX,l.scaleY,c.scaleX,c.scaleY,f,h),l=c=null,function(p){for(var y=-1,m=h.length,d;++y<m;)f[(d=h[y]).i]=d.x(p);return f.join("")}}}var Q$=CA(Z$,"px, ","px)","deg)"),tj=CA(J$,", ",")",")");function ej(e,t){t===void 0&&(t=e,e=Ri);for(var r=0,n=t.length-1,i=t[0],a=new Array(n<0?0:n);r<n;)a[r]=e(i,i=t[++r]);return function(o){var s=Math.max(0,Math.min(n-1,Math.floor(o*=n)));return a[s](o-s)}}var ya=0,To=0,co=0,MA=1e3,Iu,Eo,Nu=0,Ti=0,Gl=0,ts=typeof performance=="object"&&performance.now?performance:Date,kA=typeof window=="object"&&window.requestAnimationFrame?window.requestAnimationFrame.bind(window):function(e){setTimeout(e,17)};function Sv(){return Ti||(kA(rj),Ti=ts.now()+Gl)}function rj(){Ti=0}function Lu(){this._call=this._time=this._next=null}Lu.prototype=$A.prototype={constructor:Lu,restart:function(e,t,r){if(typeof e!="function")throw new TypeError("callback is not a function");r=(r==null?Sv():+r)+(t==null?0:+t),!this._next&&Eo!==this&&(Eo?Eo._next=this:Iu=this,Eo=this),this._call=e,this._time=r,Sm()},stop:function(){this._call&&(this._call=null,this._time=1/0,Sm())}};function $A(e,t,r){var n=new Lu;return n.restart(e,t,r),n}function nj(){Sv(),++ya;for(var e=Iu,t;e;)(t=Ti-e._time)>=0&&e._call.call(void 0,t),e=e._next;--ya}function yb(){Ti=(Nu=ts.now())+Gl,ya=To=0;try{nj()}finally{ya=0,aj(),Ti=0}}function ij(){var e=ts.now(),t=e-Nu;t>MA&&(Gl-=t,Nu=e)}function aj(){for(var e,t=Iu,r,n=1/0;t;)t._call?(n>t._time&&(n=t._time),e=t,t=t._next):(r=t._next,t._next=null,t=e?e._next=r:Iu=r);Eo=e,Sm(n)}function Sm(e){if(!ya){To&&(To=clearTimeout(To));var t=e-Ti;t>24?(e<1/0&&(To=setTimeout(yb,e-ts.now()-Gl)),co&&(co=clearInterval(co))):(co||(Nu=ts.now(),co=setInterval(ij,MA)),ya=1,kA(yb))}}function vb(e,t,r){var n=new Lu;return t=t==null?0:+t,n.restart(i=>{n.stop(),e(i+t)},t,r),n}var oj=vv("start","end","cancel","interrupt"),sj=[],jA=0,gb=1,Om=2,Pu=3,bb=4,Am=5,Tu=6;function Hl(e,t,r,n,i,a){var o=e.__transition;if(!o)e.__transition={};else if(r in o)return;uj(e,r,{name:t,index:n,group:i,on:oj,tween:sj,time:a.time,delay:a.delay,duration:a.duration,ease:a.ease,timer:null,state:jA})}function Ov(e,t){var r=Br(e,t);if(r.state>jA)throw new Error("too late; already scheduled");return r}function nn(e,t){var r=Br(e,t);if(r.state>Pu)throw new Error("too late; already running");return r}function Br(e,t){var r=e.__transition;if(!r||!(r=r[t]))throw new Error("transition not found");return r}function uj(e,t,r){var n=e.__transition,i;n[t]=r,r.timer=$A(a,0,r.time);function a(l){r.state=gb,r.timer.restart(o,r.delay,r.time),r.delay<=l&&o(l-r.delay)}function o(l){var c,f,h,p;if(r.state!==gb)return u();for(c in n)if(p=n[c],p.name===r.name){if(p.state===Pu)return vb(o);p.state===bb?(p.state=Tu,p.timer.stop(),p.on.call("interrupt",e,e.__data__,p.index,p.group),delete n[c]):+c<t&&(p.state=Tu,p.timer.stop(),p.on.call("cancel",e,e.__data__,p.index,p.group),delete n[c])}if(vb(function(){r.state===Pu&&(r.state=bb,r.timer.restart(s,r.delay,r.time),s(l))}),r.state=Om,r.on.call("start",e,e.__data__,r.index,r.group),r.state===Om){for(r.state=Pu,i=new Array(h=r.tween.length),c=0,f=-1;c<h;++c)(p=r.tween[c].value.call(e,e.__data__,r.index,r.group))&&(i[++f]=p);i.length=f+1}}function s(l){for(var c=l<r.duration?r.ease.call(null,l/r.duration):(r.timer.restart(u),r.state=Am,1),f=-1,h=i.length;++f<h;)i[f].call(e,c);r.state===Am&&(r.on.call("end",e,e.__data__,r.index,r.group),u())}function u(){r.state=Tu,r.timer.stop(),delete n[t];for(var l in n)return;delete e.__transition}}function Pm(e,t){var r=e.__transition,n,i,a=!0,o;if(r){t=t==null?null:t+"";for(o in r){if((n=r[o]).name!==t){a=!1;continue}i=n.state>Om&&n.state<Am,n.state=Tu,n.timer.stop(),n.on.call(i?"interrupt":"cancel",e,e.__data__,n.index,n.group),delete r[o]}a&&delete e.__transition}}function lj(e){return this.each(function(){Pm(this,e)})}function cj(e,t){var r,n;return function(){var i=nn(this,e),a=i.tween;if(a!==r){n=r=a;for(var o=0,s=n.length;o<s;++o)if(n[o].name===t){n=n.slice(),n.splice(o,1);break}}i.tween=n}}function fj(e,t,r){var n,i;if(typeof r!="function")throw new Error;return function(){var a=nn(this,e),o=a.tween;if(o!==n){i=(n=o).slice();for(var s={name:t,value:r},u=0,l=i.length;u<l;++u)if(i[u].name===t){i[u]=s;break}u===l&&i.push(s)}a.tween=i}}function hj(e,t){var r=this._id;if(e+="",arguments.length<2){for(var n=Br(this.node(),r).tween,i=0,a=n.length,o;i<a;++i)if((o=n[i]).name===e)return o.value;return null}return this.each((t==null?cj:fj)(r,e,t))}function Av(e,t,r){var n=e._id;return e.each(function(){var i=nn(this,n);(i.value||(i.value={}))[t]=r.apply(this,arguments)}),function(i){return Br(i,n).value[t]}}function DA(e,t){var r;return(typeof t=="number"?Rr:t instanceof Pi?Ru:(r=Pi(t))?(t=r,Ru):TA)(e,t)}function pj(e){return function(){this.removeAttribute(e)}}function dj(e){return function(){this.removeAttributeNS(e.space,e.local)}}function mj(e,t,r){var n,i=r+"",a;return function(){var o=this.getAttribute(e);return o===i?null:o===n?a:a=t(n=o,r)}}function yj(e,t,r){var n,i=r+"",a;return function(){var o=this.getAttributeNS(e.space,e.local);return o===i?null:o===n?a:a=t(n=o,r)}}function vj(e,t,r){var n,i,a;return function(){var o,s=r(this),u;return s==null?void this.removeAttribute(e):(o=this.getAttribute(e),u=s+"",o===u?null:o===n&&u===i?a:(i=u,a=t(n=o,s)))}}function gj(e,t,r){var n,i,a;return function(){var o,s=r(this),u;return s==null?void this.removeAttributeNS(e.space,e.local):(o=this.getAttributeNS(e.space,e.local),u=s+"",o===u?null:o===n&&u===i?a:(i=u,a=t(n=o,s)))}}function bj(e,t){var r=Wl(e),n=r==="transform"?tj:DA;return this.attrTween(e,typeof t=="function"?(r.local?gj:vj)(r,n,Av(this,"attr."+e,t)):t==null?(r.local?dj:pj)(r):(r.local?yj:mj)(r,n,t))}function _j(e,t){return function(r){this.setAttribute(e,t.call(this,r))}}function xj(e,t){return function(r){this.setAttributeNS(e.space,e.local,t.call(this,r))}}function wj(e,t){var r,n;function i(){var a=t.apply(this,arguments);return a!==n&&(r=(n=a)&&xj(e,a)),r}return i._value=t,i}function Sj(e,t){var r,n;function i(){var a=t.apply(this,arguments);return a!==n&&(r=(n=a)&&_j(e,a)),r}return i._value=t,i}function Oj(e,t){var r="attr."+e;if(arguments.length<2)return(r=this.tween(r))&&r._value;if(t==null)return this.tween(r,null);if(typeof t!="function")throw new Error;var n=Wl(e);return this.tween(r,(n.local?wj:Sj)(n,t))}function Aj(e,t){return function(){Ov(this,e).delay=+t.apply(this,arguments)}}function Pj(e,t){return t=+t,function(){Ov(this,e).delay=t}}function Tj(e){var t=this._id;return arguments.length?this.each((typeof e=="function"?Aj:Pj)(t,e)):Br(this.node(),t).delay}function Ej(e,t){return function(){nn(this,e).duration=+t.apply(this,arguments)}}function Cj(e,t){return t=+t,function(){nn(this,e).duration=t}}function Mj(e){var t=this._id;return arguments.length?this.each((typeof e=="function"?Ej:Cj)(t,e)):Br(this.node(),t).duration}function kj(e,t){if(typeof t!="function")throw new Error;return function(){nn(this,e).ease=t}}function $j(e){var t=this._id;return arguments.length?this.each(kj(t,e)):Br(this.node(),t).ease}function jj(e,t){return function(){var r=t.apply(this,arguments);if(typeof r!="function")throw new Error;nn(this,e).ease=r}}function Dj(e){if(typeof e!="function")throw new Error;return this.each(jj(this._id,e))}function Rj(e){typeof e!="function"&&(e=dA(e));for(var t=this._groups,r=t.length,n=new Array(r),i=0;i<r;++i)for(var a=t[i],o=a.length,s=n[i]=[],u,l=0;l<o;++l)(u=a[l])&&e.call(u,u.__data__,l,a)&&s.push(u);return new _n(n,this._parents,this._name,this._id)}function Ij(e){if(e._id!==this._id)throw new Error;for(var t=this._groups,r=e._groups,n=t.length,i=r.length,a=Math.min(n,i),o=new Array(n),s=0;s<a;++s)for(var u=t[s],l=r[s],c=u.length,f=o[s]=new Array(c),h,p=0;p<c;++p)(h=u[p]||l[p])&&(f[p]=h);for(;s<n;++s)o[s]=t[s];return new _n(o,this._parents,this._name,this._id)}function Nj(e){return(e+"").trim().split(/^|\s+/).every(function(t){var r=t.indexOf(".");return r>=0&&(t=t.slice(0,r)),!t||t==="start"})}function Lj(e,t,r){var n,i,a=Nj(t)?Ov:nn;return function(){var o=a(this,e),s=o.on;s!==n&&(i=(n=s).copy()).on(t,r),o.on=i}}function Bj(e,t){var r=this._id;return arguments.length<2?Br(this.node(),r).on.on(e):this.each(Lj(r,e,t))}function qj(e){return function(){var t=this.parentNode;for(var r in this.__transition)if(+r!==e)return;t&&t.removeChild(this)}}function Fj(){return this.on("end.remove",qj(this._id))}function zj(e){var t=this._name,r=this._id;typeof e!="function"&&(e=gv(e));for(var n=this._groups,i=n.length,a=new Array(i),o=0;o<i;++o)for(var s=n[o],u=s.length,l=a[o]=new Array(u),c,f,h=0;h<u;++h)(c=s[h])&&(f=e.call(c,c.__data__,h,s))&&("__data__"in c&&(f.__data__=c.__data__),l[h]=f,Hl(l[h],t,r,h,l,Br(c,r)));return new _n(a,this._parents,t,r)}function Uj(e){var t=this._name,r=this._id;typeof e!="function"&&(e=pA(e));for(var n=this._groups,i=n.length,a=[],o=[],s=0;s<i;++s)for(var u=n[s],l=u.length,c,f=0;f<l;++f)if(c=u[f]){for(var h=e.call(c,c.__data__,f,u),p,y=Br(c,r),m=0,d=h.length;m<d;++m)(p=h[m])&&Hl(p,t,r,m,h,y);a.push(h),o.push(c)}return new _n(a,o,t,r)}var Wj=Va.prototype.constructor;function Gj(){return new Wj(this._groups,this._parents)}function Hj(e,t){var r,n,i;return function(){var a=ma(this,e),o=(this.style.removeProperty(e),ma(this,e));return a===o?null:a===r&&o===n?i:i=t(r=a,n=o)}}function RA(e){return function(){this.style.removeProperty(e)}}function Kj(e,t,r){var n,i=r+"",a;return function(){var o=ma(this,e);return o===i?null:o===n?a:a=t(n=o,r)}}function Yj(e,t,r){var n,i,a;return function(){var o=ma(this,e),s=r(this),u=s+"";return s==null&&(u=s=(this.style.removeProperty(e),ma(this,e))),o===u?null:o===n&&u===i?a:(i=u,a=t(n=o,s))}}function Xj(e,t){var r,n,i,a="style."+t,o="end."+a,s;return function(){var u=nn(this,e),l=u.on,c=u.value[a]==null?s||(s=RA(t)):void 0;(l!==r||i!==c)&&(n=(r=l).copy()).on(o,i=c),u.on=n}}function Vj(e,t,r){var n=(e+="")=="transform"?Q$:DA;return t==null?this.styleTween(e,Hj(e,n)).on("end.style."+e,RA(e)):typeof t=="function"?this.styleTween(e,Yj(e,n,Av(this,"style."+e,t))).each(Xj(this._id,e)):this.styleTween(e,Kj(e,n,t),r).on("end.style."+e,null)}function Zj(e,t,r){return function(n){this.style.setProperty(e,t.call(this,n),r)}}function Jj(e,t,r){var n,i;function a(){var o=t.apply(this,arguments);return o!==i&&(n=(i=o)&&Zj(e,o,r)),n}return a._value=t,a}function Qj(e,t,r){var n="style."+(e+="");if(arguments.length<2)return(n=this.tween(n))&&n._value;if(t==null)return this.tween(n,null);if(typeof t!="function")throw new Error;return this.tween(n,Jj(e,t,r??""))}function t2(e){return function(){this.textContent=e}}function e2(e){return function(){var t=e(this);this.textContent=t??""}}function r2(e){return this.tween("text",typeof e=="function"?e2(Av(this,"text",e)):t2(e==null?"":e+""))}function n2(e){return function(t){this.textContent=e.call(this,t)}}function i2(e){var t,r;function n(){var i=e.apply(this,arguments);return i!==r&&(t=(r=i)&&n2(i)),t}return n._value=e,n}function a2(e){var t="text";if(arguments.length<1)return(t=this.tween(t))&&t._value;if(e==null)return this.tween(t,null);if(typeof e!="function")throw new Error;return this.tween(t,i2(e))}function o2(){for(var e=this._name,t=this._id,r=IA(),n=this._groups,i=n.length,a=0;a<i;++a)for(var o=n[a],s=o.length,u,l=0;l<s;++l)if(u=o[l]){var c=Br(u,t);Hl(u,e,r,l,o,{time:c.time+c.delay+c.duration,delay:0,duration:c.duration,ease:c.ease})}return new _n(n,this._parents,e,r)}function s2(){var e,t,r=this,n=r._id,i=r.size();return new Promise(function(a,o){var s={value:o},u={value:function(){--i===0&&a()}};r.each(function(){var l=nn(this,n),c=l.on;c!==e&&(t=(e=c).copy(),t._.cancel.push(s),t._.interrupt.push(s),t._.end.push(u)),l.on=t}),i===0&&a()})}var u2=0;function _n(e,t,r,n){this._groups=e,this._parents=t,this._name=r,this._id=n}function Pv(e){return Va().transition(e)}function IA(){return++u2}var un=Va.prototype;_n.prototype=Pv.prototype={constructor:_n,select:zj,selectAll:Uj,selectChild:un.selectChild,selectChildren:un.selectChildren,filter:Rj,merge:Ij,selection:Gj,transition:o2,call:un.call,nodes:un.nodes,node:un.node,size:un.size,empty:un.empty,each:un.each,on:Bj,attr:bj,attrTween:Oj,style:Vj,styleTween:Qj,text:r2,textTween:a2,remove:Fj,tween:hj,delay:Tj,duration:Mj,ease:$j,easeVarying:Dj,end:s2,[Symbol.iterator]:un[Symbol.iterator]};function l2(e){return((e*=2)<=1?e*e*e:(e-=2)*e*e+2)/2}var c2={time:null,delay:0,duration:250,ease:l2};function f2(e,t){for(var r;!(r=e.__transition)||!(r=r[t]);)if(!(e=e.parentNode))throw new Error(`transition ${t} not found`);return r}function h2(e){var t,r;e instanceof _n?(t=e._id,e=e._name):(t=IA(),(r=c2).time=Sv(),e=e==null?null:e+"");for(var n=this._groups,i=n.length,a=0;a<i;++a)for(var o=n[a],s=o.length,u,l=0;l<s;++l)(u=o[l])&&Hl(u,e,t,l,o,r||f2(u,t));return new _n(n,this._parents,e,t)}Va.prototype.interrupt=lj;Va.prototype.transition=h2;const Lc=e=>()=>e;function p2(e,{sourceEvent:t,target:r,selection:n,mode:i,dispatch:a}){Object.defineProperties(this,{type:{value:e,enumerable:!0,configurable:!0},sourceEvent:{value:t,enumerable:!0,configurable:!0},target:{value:r,enumerable:!0,configurable:!0},selection:{value:n,enumerable:!0,configurable:!0},mode:{value:i,enumerable:!0,configurable:!0},_:{value:a}})}function d2(e){e.stopImmediatePropagation()}function Bc(e){e.preventDefault(),e.stopImmediatePropagation()}var _b={name:"drag"},qc={name:"space"},Hi={name:"handle"},Ki={name:"center"};const{abs:xb,max:$e,min:je}=Math;function wb(e){return[+e[0],+e[1]]}function Sb(e){return[wb(e[0]),wb(e[1])]}var Eu={name:"x",handles:["w","e"].map(Tm),input:function(e,t){return e==null?null:[[+e[0],t[0][1]],[+e[1],t[1][1]]]},output:function(e){return e&&[e[0][0],e[1][0]]}},Fc={},ln={overlay:"crosshair",selection:"move",n:"ns-resize",e:"ew-resize",s:"ns-resize",w:"ew-resize",nw:"nwse-resize",ne:"nesw-resize",se:"nwse-resize",sw:"nesw-resize"},Ob={e:"w",w:"e",nw:"ne",ne:"nw",se:"sw",sw:"se"},Ab={n:"s",s:"n",nw:"sw",ne:"se",se:"ne",sw:"nw"},m2={overlay:1,selection:1,n:null,e:1,s:null,w:-1,nw:-1,ne:1,se:1,sw:-1},y2={overlay:1,selection:1,n:-1,e:null,s:1,w:null,nw:-1,ne:-1,se:1,sw:1};function Tm(e){return{type:e}}function v2(e){return!e.ctrlKey&&!e.button}function g2(){var e=this.ownerSVGElement||this;return e.hasAttribute("viewBox")?(e=e.viewBox.baseVal,[[e.x,e.y],[e.x+e.width,e.y+e.height]]):[[0,0],[e.width.baseVal.value,e.height.baseVal.value]]}function b2(){return navigator.maxTouchPoints||"ontouchstart"in this}function zc(e){for(;!e.__brush;)if(!(e=e.parentNode))return;return e.__brush}function _2(e){return e[0][0]===e[1][0]||e[0][1]===e[1][1]}function Kl(){return x2(Eu)}function x2(e){var t=g2,r=v2,n=b2,i=!0,a=vv("start","brush","end"),o=6,s;function u(d){var g=d.property("__brush",m).selectAll(".overlay").data([Tm("overlay")]);g.enter().append("rect").attr("class","overlay").attr("pointer-events","all").attr("cursor",ln.overlay).merge(g).each(function(){var b=zc(this).extent;Qt(this).attr("x",b[0][0]).attr("y",b[0][1]).attr("width",b[1][0]-b[0][0]).attr("height",b[1][1]-b[0][1])}),d.selectAll(".selection").data([Tm("selection")]).enter().append("rect").attr("class","selection").attr("cursor",ln.selection).attr("fill","#777").attr("fill-opacity",.3).attr("stroke","#fff").attr("shape-rendering","crispEdges");var _=d.selectAll(".handle").data(e.handles,function(b){return b.type});_.exit().remove(),_.enter().append("rect").attr("class",function(b){return"handle handle--"+b.type}).attr("cursor",function(b){return ln[b.type]}),d.each(l).attr("fill","none").attr("pointer-events","all").on("mousedown.brush",h).filter(n).on("touchstart.brush",h).on("touchmove.brush",p).on("touchend.brush touchcancel.brush",y).style("touch-action","none").style("-webkit-tap-highlight-color","rgba(0,0,0,0)")}u.move=function(d,g,_){d.tween?d.on("start.brush",function(b){c(this,arguments).beforestart().start(b)}).on("interrupt.brush end.brush",function(b){c(this,arguments).end(b)}).tween("brush",function(){var b=this,x=b.__brush,v=c(b,arguments),w=x.selection,S=e.input(typeof g=="function"?g.apply(this,arguments):g,x.extent),A=Ri(w,S);function P(C){x.selection=C===1&&S===null?null:A(C),l.call(b),v.brush()}return w!==null&&S!==null?P:P(1)}):d.each(function(){var b=this,x=arguments,v=b.__brush,w=e.input(typeof g=="function"?g.apply(b,x):g,v.extent),S=c(b,x).beforestart();Pm(b),v.selection=w===null?null:w,l.call(b),S.start(_).brush(_).end(_)})},u.clear=function(d,g){u.move(d,null,g)};function l(){var d=Qt(this),g=zc(this).selection;g?(d.selectAll(".selection").style("display",null).attr("x",g[0][0]).attr("y",g[0][1]).attr("width",g[1][0]-g[0][0]).attr("height",g[1][1]-g[0][1]),d.selectAll(".handle").style("display",null).attr("x",function(_){return _.type[_.type.length-1]==="e"?g[1][0]-o/2:g[0][0]-o/2}).attr("y",function(_){return _.type[0]==="s"?g[1][1]-o/2:g[0][1]-o/2}).attr("width",function(_){return _.type==="n"||_.type==="s"?g[1][0]-g[0][0]+o:o}).attr("height",function(_){return _.type==="e"||_.type==="w"?g[1][1]-g[0][1]+o:o})):d.selectAll(".selection,.handle").style("display","none").attr("x",null).attr("y",null).attr("width",null).attr("height",null)}function c(d,g,_){var b=d.__brush.emitter;return b&&(!_||!b.clean)?b:new f(d,g,_)}function f(d,g,_){this.that=d,this.args=g,this.state=d.__brush,this.active=0,this.clean=_}f.prototype={beforestart:function(){return++this.active===1&&(this.state.emitter=this,this.starting=!0),this},start:function(d,g){return this.starting?(this.starting=!1,this.emit("start",d,g)):this.emit("brush",d),this},brush:function(d,g){return this.emit("brush",d,g),this},end:function(d,g){return--this.active===0&&(delete this.state.emitter,this.emit("end",d,g)),this},emit:function(d,g,_){var b=Qt(this.that).datum();a.call(d,this.that,new p2(d,{sourceEvent:g,target:u,selection:e.output(this.state.selection),mode:_,dispatch:a}),b)}};function h(d){if(s&&!d.touches||!r.apply(this,arguments))return;var g=this,_=d.target.__data__.type,b=(i&&d.metaKey?_="overlay":_)==="selection"?_b:i&&d.altKey?Ki:Hi,x=e===Fc?null:m2[_],v=e===Eu?null:y2[_],w=zc(g),S=w.extent,A=w.selection,P=S[0][0],C,T,E=S[0][1],k,j,$=S[1][0],M,I,L=S[1][1],q,R,D=0,B=0,U,W=x&&v&&i&&d.shiftKey,X,Z,Q=Array.from(d.touches||[d],at=>{const pt=at.identifier;return at=Zo(at,g),at.point0=at.slice(),at.identifier=pt,at});Pm(g);var K=c(g,arguments,!0).beforestart();if(_==="overlay"){A&&(U=!0);const at=[Q[0],Q[1]||Q[0]];w.selection=A=[[C=e===Fc?P:je(at[0][0],at[1][0]),k=e===Eu?E:je(at[0][1],at[1][1])],[M=e===Fc?$:$e(at[0][0],at[1][0]),q=e===Eu?L:$e(at[0][1],at[1][1])]],Q.length>1&&ut(d)}else C=A[0][0],k=A[0][1],M=A[1][0],q=A[1][1];T=C,j=k,I=M,R=q;var F=Qt(g).attr("pointer-events","none"),G=F.selectAll(".overlay").attr("cursor",ln[_]);if(d.touches)K.moved=N,K.ended=H;else{var J=Qt(d.view).on("mousemove.brush",N,!0).on("mouseup.brush",H,!0);i&&J.on("keydown.brush",st,!0).on("keyup.brush",ht,!0),T$(d.view)}l.call(g),K.start(d,b.name);function N(at){for(const pt of at.changedTouches||[at])for(const Tt of Q)Tt.identifier===pt.identifier&&(Tt.cur=Zo(pt,g));if(W&&!X&&!Z&&Q.length===1){const pt=Q[0];xb(pt.cur[0]-pt[0])>xb(pt.cur[1]-pt[1])?Z=!0:X=!0}for(const pt of Q)pt.cur&&(pt[0]=pt.cur[0],pt[1]=pt.cur[1]);U=!0,Bc(at),ut(at)}function ut(at){const pt=Q[0],Tt=pt.point0;var it;switch(D=pt[0]-Tt[0],B=pt[1]-Tt[1],b){case qc:case _b:{x&&(D=$e(P-C,je($-M,D)),T=C+D,I=M+D),v&&(B=$e(E-k,je(L-q,B)),j=k+B,R=q+B);break}case Hi:{Q[1]?(x&&(T=$e(P,je($,Q[0][0])),I=$e(P,je($,Q[1][0])),x=1),v&&(j=$e(E,je(L,Q[0][1])),R=$e(E,je(L,Q[1][1])),v=1)):(x<0?(D=$e(P-C,je($-C,D)),T=C+D,I=M):x>0&&(D=$e(P-M,je($-M,D)),T=C,I=M+D),v<0?(B=$e(E-k,je(L-k,B)),j=k+B,R=q):v>0&&(B=$e(E-q,je(L-q,B)),j=k,R=q+B));break}case Ki:{x&&(T=$e(P,je($,C-D*x)),I=$e(P,je($,M+D*x))),v&&(j=$e(E,je(L,k-B*v)),R=$e(E,je(L,q+B*v)));break}}I<T&&(x*=-1,it=C,C=M,M=it,it=T,T=I,I=it,_ in Ob&&G.attr("cursor",ln[_=Ob[_]])),R<j&&(v*=-1,it=k,k=q,q=it,it=j,j=R,R=it,_ in Ab&&G.attr("cursor",ln[_=Ab[_]])),w.selection&&(A=w.selection),X&&(T=A[0][0],I=A[1][0]),Z&&(j=A[0][1],R=A[1][1]),(A[0][0]!==T||A[0][1]!==j||A[1][0]!==I||A[1][1]!==R)&&(w.selection=[[T,j],[I,R]],l.call(g),K.brush(at,b.name))}function H(at){if(d2(at),at.touches){if(at.touches.length)return;s&&clearTimeout(s),s=setTimeout(function(){s=null},500)}else E$(at.view,U),J.on("keydown.brush keyup.brush mousemove.brush mouseup.brush",null);F.attr("pointer-events","all"),G.attr("cursor",ln.overlay),w.selection&&(A=w.selection),_2(A)&&(w.selection=null,l.call(g)),K.end(at,b.name)}function st(at){switch(at.keyCode){case 16:{W=x&&v;break}case 18:{b===Hi&&(x&&(M=I-D*x,C=T+D*x),v&&(q=R-B*v,k=j+B*v),b=Ki,ut(at));break}case 32:{(b===Hi||b===Ki)&&(x<0?M=I-D:x>0&&(C=T-D),v<0?q=R-B:v>0&&(k=j-B),b=qc,G.attr("cursor",ln.selection),ut(at));break}default:return}Bc(at)}function ht(at){switch(at.keyCode){case 16:{W&&(X=Z=W=!1,ut(at));break}case 18:{b===Ki&&(x<0?M=I:x>0&&(C=T),v<0?q=R:v>0&&(k=j),b=Hi,ut(at));break}case 32:{b===qc&&(at.altKey?(x&&(M=I-D*x,C=T+D*x),v&&(q=R-B*v,k=j+B*v),b=Ki):(x<0?M=I:x>0&&(C=T),v<0?q=R:v>0&&(k=j),b=Hi),G.attr("cursor",ln[_]),ut(at));break}default:return}Bc(at)}}function p(d){c(this,arguments).moved(d)}function y(d){c(this,arguments).ended(d)}function m(){var d=this.__brush||{selection:null};return d.extent=Sb(t.apply(this,arguments)),d.dim=e,d}return u.extent=function(d){return arguments.length?(t=typeof d=="function"?d:Lc(Sb(d)),u):t},u.filter=function(d){return arguments.length?(r=typeof d=="function"?d:Lc(!!d),u):r},u.touchable=function(d){return arguments.length?(n=typeof d=="function"?d:Lc(!!d),u):n},u.handleSize=function(d){return arguments.length?(o=+d,u):o},u.keyModifiers=function(d){return arguments.length?(i=!!d,u):i},u.on=function(){var d=a.on.apply(a,arguments);return d===a?u:d},u}function Un(e,t){return e==null||t==null?NaN:e<t?-1:e>t?1:e>=t?0:NaN}function w2(e,t){return e==null||t==null?NaN:t<e?-1:t>e?1:t>=e?0:NaN}function Tv(e){let t,r,n;e.length!==2?(t=Un,r=(s,u)=>Un(e(s),u),n=(s,u)=>e(s)-u):(t=e===Un||e===w2?e:S2,r=e,n=e);function i(s,u,l=0,c=s.length){if(l<c){if(t(u,u)!==0)return c;do{const f=l+c>>>1;r(s[f],u)<0?l=f+1:c=f}while(l<c)}return l}function a(s,u,l=0,c=s.length){if(l<c){if(t(u,u)!==0)return c;do{const f=l+c>>>1;r(s[f],u)<=0?l=f+1:c=f}while(l<c)}return l}function o(s,u,l=0,c=s.length){const f=i(s,u,l,c-1);return f>l&&n(s[f-1],u)>-n(s[f],u)?f-1:f}return{left:i,center:o,right:a}}function S2(){return 0}function NA(e){return e===null?NaN:+e}function*O2(e,t){for(let r of e)r!=null&&(r=+r)>=r&&(yield r)}const A2=Tv(Un),Us=A2.right;Tv(NA).center;class Pb extends Map{constructor(t,r=E2){if(super(),Object.defineProperties(this,{_intern:{value:new Map},_key:{value:r}}),t!=null)for(const[n,i]of t)this.set(n,i)}get(t){return super.get(Tb(this,t))}has(t){return super.has(Tb(this,t))}set(t,r){return super.set(P2(this,t),r)}delete(t){return super.delete(T2(this,t))}}function Tb({_intern:e,_key:t},r){const n=t(r);return e.has(n)?e.get(n):r}function P2({_intern:e,_key:t},r){const n=t(r);return e.has(n)?e.get(n):(e.set(n,r),r)}function T2({_intern:e,_key:t},r){const n=t(r);return e.has(n)&&(r=e.get(n),e.delete(n)),r}function E2(e){return e!==null&&typeof e=="object"?e.valueOf():e}function C2(e=Un){if(e===Un)return LA;if(typeof e!="function")throw new TypeError("compare is not a function");return(t,r)=>{const n=e(t,r);return n||n===0?n:(e(r,r)===0)-(e(t,t)===0)}}function LA(e,t){return(e==null||!(e>=e))-(t==null||!(t>=t))||(e<t?-1:e>t?1:0)}const M2=Math.sqrt(50),k2=Math.sqrt(10),$2=Math.sqrt(2);function Bu(e,t,r){const n=(t-e)/Math.max(0,r),i=Math.floor(Math.log10(n)),a=n/Math.pow(10,i),o=a>=M2?10:a>=k2?5:a>=$2?2:1;let s,u,l;return i<0?(l=Math.pow(10,-i)/o,s=Math.round(e*l),u=Math.round(t*l),s/l<e&&++s,u/l>t&&--u,l=-l):(l=Math.pow(10,i)*o,s=Math.round(e/l),u=Math.round(t/l),s*l<e&&++s,u*l>t&&--u),u<s&&.5<=r&&r<2?Bu(e,t,r*2):[s,u,l]}function Em(e,t,r){if(t=+t,e=+e,r=+r,!(r>0))return[];if(e===t)return[e];const n=t<e,[i,a,o]=n?Bu(t,e,r):Bu(e,t,r);if(!(a>=i))return[];const s=a-i+1,u=new Array(s);if(n)if(o<0)for(let l=0;l<s;++l)u[l]=(a-l)/-o;else for(let l=0;l<s;++l)u[l]=(a-l)*o;else if(o<0)for(let l=0;l<s;++l)u[l]=(i+l)/-o;else for(let l=0;l<s;++l)u[l]=(i+l)*o;return u}function Cm(e,t,r){return t=+t,e=+e,r=+r,Bu(e,t,r)[2]}function Mm(e,t,r){t=+t,e=+e,r=+r;const n=t<e,i=n?Cm(t,e,r):Cm(e,t,r);return(n?-1:1)*(i<0?1/-i:i)}function Eb(e,t){let r;for(const n of e)n!=null&&(r<n||r===void 0&&n>=n)&&(r=n);return r}function Cb(e,t){let r;for(const n of e)n!=null&&(r>n||r===void 0&&n>=n)&&(r=n);return r}function BA(e,t,r=0,n=1/0,i){if(t=Math.floor(t),r=Math.floor(Math.max(0,r)),n=Math.floor(Math.min(e.length-1,n)),!(r<=t&&t<=n))return e;for(i=i===void 0?LA:C2(i);n>r;){if(n-r>600){const u=n-r+1,l=t-r+1,c=Math.log(u),f=.5*Math.exp(2*c/3),h=.5*Math.sqrt(c*f*(u-f)/u)*(l-u/2<0?-1:1),p=Math.max(r,Math.floor(t-l*f/u+h)),y=Math.min(n,Math.floor(t+(u-l)*f/u+h));BA(e,t,p,y,i)}const a=e[t];let o=r,s=n;for(fo(e,r,t),i(e[n],a)>0&&fo(e,r,n);o<s;){for(fo(e,o,s),++o,--s;i(e[o],a)<0;)++o;for(;i(e[s],a)>0;)--s}i(e[r],a)===0?fo(e,r,s):(++s,fo(e,s,n)),s<=t&&(r=s+1),t<=s&&(n=s-1)}return e}function fo(e,t,r){const n=e[t];e[t]=e[r],e[r]=n}function j2(e,t,r){if(e=Float64Array.from(O2(e)),!(!(n=e.length)||isNaN(t=+t))){if(t<=0||n<2)return Cb(e);if(t>=1)return Eb(e);var n,i=(n-1)*t,a=Math.floor(i),o=Eb(BA(e,a).subarray(0,a+1)),s=Cb(e.subarray(a+1));return o+(s-o)*(i-a)}}function D2(e,t,r=NA){if(!(!(n=e.length)||isNaN(t=+t))){if(t<=0||n<2)return+r(e[0],0,e);if(t>=1)return+r(e[n-1],n-1,e);var n,i=(n-1)*t,a=Math.floor(i),o=+r(e[a],a,e),s=+r(e[a+1],a+1,e);return o+(s-o)*(i-a)}}function R2(e,t,r){e=+e,t=+t,r=(i=arguments.length)<2?(t=e,e=0,1):i<3?1:+r;for(var n=-1,i=Math.max(0,Math.ceil((t-e)/r))|0,a=new Array(i);++n<i;)a[n]=e+n*r;return a}function Cr(e,t){switch(arguments.length){case 0:break;case 1:this.range(e);break;default:this.range(t).domain(e);break}return this}function Pn(e,t){switch(arguments.length){case 0:break;case 1:{typeof e=="function"?this.interpolator(e):this.range(e);break}default:{this.domain(e),typeof t=="function"?this.interpolator(t):this.range(t);break}}return this}const km=Symbol("implicit");function Ev(){var e=new Pb,t=[],r=[],n=km;function i(a){let o=e.get(a);if(o===void 0){if(n!==km)return n;e.set(a,o=t.push(a)-1)}return r[o%r.length]}return i.domain=function(a){if(!arguments.length)return t.slice();t=[],e=new Pb;for(const o of a)e.has(o)||e.set(o,t.push(o)-1);return i},i.range=function(a){return arguments.length?(r=Array.from(a),i):r.slice()},i.unknown=function(a){return arguments.length?(n=a,i):n},i.copy=function(){return Ev(t,r).unknown(n)},Cr.apply(i,arguments),i}function es(){var e=Ev().unknown(void 0),t=e.domain,r=e.range,n=0,i=1,a,o,s=!1,u=0,l=0,c=.5;delete e.unknown;function f(){var h=t().length,p=i<n,y=p?i:n,m=p?n:i;a=(m-y)/Math.max(1,h-u+l*2),s&&(a=Math.floor(a)),y+=(m-y-a*(h-u))*c,o=a*(1-u),s&&(y=Math.round(y),o=Math.round(o));var d=R2(h).map(function(g){return y+a*g});return r(p?d.reverse():d)}return e.domain=function(h){return arguments.length?(t(h),f()):t()},e.range=function(h){return arguments.length?([n,i]=h,n=+n,i=+i,f()):[n,i]},e.rangeRound=function(h){return[n,i]=h,n=+n,i=+i,s=!0,f()},e.bandwidth=function(){return o},e.step=function(){return a},e.round=function(h){return arguments.length?(s=!!h,f()):s},e.padding=function(h){return arguments.length?(u=Math.min(1,l=+h),f()):u},e.paddingInner=function(h){return arguments.length?(u=Math.min(1,h),f()):u},e.paddingOuter=function(h){return arguments.length?(l=+h,f()):l},e.align=function(h){return arguments.length?(c=Math.max(0,Math.min(1,h)),f()):c},e.copy=function(){return es(t(),[n,i]).round(s).paddingInner(u).paddingOuter(l).align(c)},Cr.apply(f(),arguments)}function qA(e){var t=e.copy;return e.padding=e.paddingOuter,delete e.paddingInner,delete e.paddingOuter,e.copy=function(){return qA(t())},e}function Do(){return qA(es.apply(null,arguments).paddingInner(1))}function I2(e){return function(){return e}}function qu(e){return+e}var Mb=[0,1];function ze(e){return e}function $m(e,t){return(t-=e=+e)?function(r){return(r-e)/t}:I2(isNaN(t)?NaN:.5)}function N2(e,t){var r;return e>t&&(r=e,e=t,t=r),function(n){return Math.max(e,Math.min(t,n))}}function L2(e,t,r){var n=e[0],i=e[1],a=t[0],o=t[1];return i<n?(n=$m(i,n),a=r(o,a)):(n=$m(n,i),a=r(a,o)),function(s){return a(n(s))}}function B2(e,t,r){var n=Math.min(e.length,t.length)-1,i=new Array(n),a=new Array(n),o=-1;for(e[n]<e[0]&&(e=e.slice().reverse(),t=t.slice().reverse());++o<n;)i[o]=$m(e[o],e[o+1]),a[o]=r(t[o],t[o+1]);return function(s){var u=Us(e,s,1,n)-1;return a[u](i[u](s))}}function Ws(e,t){return t.domain(e.domain()).range(e.range()).interpolate(e.interpolate()).clamp(e.clamp()).unknown(e.unknown())}function Yl(){var e=Mb,t=Mb,r=Ri,n,i,a,o=ze,s,u,l;function c(){var h=Math.min(e.length,t.length);return o!==ze&&(o=N2(e[0],e[h-1])),s=h>2?B2:L2,u=l=null,f}function f(h){return h==null||isNaN(h=+h)?a:(u||(u=s(e.map(n),t,r)))(n(o(h)))}return f.invert=function(h){return o(i((l||(l=s(t,e.map(n),Rr)))(h)))},f.domain=function(h){return arguments.length?(e=Array.from(h,qu),c()):e.slice()},f.range=function(h){return arguments.length?(t=Array.from(h),c()):t.slice()},f.rangeRound=function(h){return t=Array.from(h),r=wv,c()},f.clamp=function(h){return arguments.length?(o=h?!0:ze,c()):o!==ze},f.interpolate=function(h){return arguments.length?(r=h,c()):r},f.unknown=function(h){return arguments.length?(a=h,f):a},function(h,p){return n=h,i=p,c()}}function Cv(){return Yl()(ze,ze)}function q2(e){return Math.abs(e=Math.round(e))>=1e21?e.toLocaleString("en").replace(/,/g,""):e.toString(10)}function Fu(e,t){if((r=(e=t?e.toExponential(t-1):e.toExponential()).indexOf("e"))<0)return null;var r,n=e.slice(0,r);return[n.length>1?n[0]+n.slice(2):n,+e.slice(r+1)]}function va(e){return e=Fu(Math.abs(e)),e?e[1]:NaN}function F2(e,t){return function(r,n){for(var i=r.length,a=[],o=0,s=e[0],u=0;i>0&&s>0&&(u+s+1>n&&(s=Math.max(1,n-u)),a.push(r.substring(i-=s,i+s)),!((u+=s+1)>n));)s=e[o=(o+1)%e.length];return a.reverse().join(t)}}function z2(e){return function(t){return t.replace(/[0-9]/g,function(r){return e[+r]})}}var U2=/^(?:(.)?([<>=^]))?([+\-( ])?([$#])?(0)?(\d+)?(,)?(\.\d+)?(~)?([a-z%])?$/i;function rs(e){if(!(t=U2.exec(e)))throw new Error("invalid format: "+e);var t;return new Mv({fill:t[1],align:t[2],sign:t[3],symbol:t[4],zero:t[5],width:t[6],comma:t[7],precision:t[8]&&t[8].slice(1),trim:t[9],type:t[10]})}rs.prototype=Mv.prototype;function Mv(e){this.fill=e.fill===void 0?" ":e.fill+"",this.align=e.align===void 0?">":e.align+"",this.sign=e.sign===void 0?"-":e.sign+"",this.symbol=e.symbol===void 0?"":e.symbol+"",this.zero=!!e.zero,this.width=e.width===void 0?void 0:+e.width,this.comma=!!e.comma,this.precision=e.precision===void 0?void 0:+e.precision,this.trim=!!e.trim,this.type=e.type===void 0?"":e.type+""}Mv.prototype.toString=function(){return this.fill+this.align+this.sign+this.symbol+(this.zero?"0":"")+(this.width===void 0?"":Math.max(1,this.width|0))+(this.comma?",":"")+(this.precision===void 0?"":"."+Math.max(0,this.precision|0))+(this.trim?"~":"")+this.type};function W2(e){t:for(var t=e.length,r=1,n=-1,i;r<t;++r)switch(e[r]){case".":n=i=r;break;case"0":n===0&&(n=r),i=r;break;default:if(!+e[r])break t;n>0&&(n=0);break}return n>0?e.slice(0,n)+e.slice(i+1):e}var FA;function G2(e,t){var r=Fu(e,t);if(!r)return e+"";var n=r[0],i=r[1],a=i-(FA=Math.max(-8,Math.min(8,Math.floor(i/3)))*3)+1,o=n.length;return a===o?n:a>o?n+new Array(a-o+1).join("0"):a>0?n.slice(0,a)+"."+n.slice(a):"0."+new Array(1-a).join("0")+Fu(e,Math.max(0,t+a-1))[0]}function kb(e,t){var r=Fu(e,t);if(!r)return e+"";var n=r[0],i=r[1];return i<0?"0."+new Array(-i).join("0")+n:n.length>i+1?n.slice(0,i+1)+"."+n.slice(i+1):n+new Array(i-n.length+2).join("0")}const $b={"%":(e,t)=>(e*100).toFixed(t),b:e=>Math.round(e).toString(2),c:e=>e+"",d:q2,e:(e,t)=>e.toExponential(t),f:(e,t)=>e.toFixed(t),g:(e,t)=>e.toPrecision(t),o:e=>Math.round(e).toString(8),p:(e,t)=>kb(e*100,t),r:kb,s:G2,X:e=>Math.round(e).toString(16).toUpperCase(),x:e=>Math.round(e).toString(16)};function jb(e){return e}var Db=Array.prototype.map,Rb=["y","z","a","f","p","n","µ","m","","k","M","G","T","P","E","Z","Y"];function H2(e){var t=e.grouping===void 0||e.thousands===void 0?jb:F2(Db.call(e.grouping,Number),e.thousands+""),r=e.currency===void 0?"":e.currency[0]+"",n=e.currency===void 0?"":e.currency[1]+"",i=e.decimal===void 0?".":e.decimal+"",a=e.numerals===void 0?jb:z2(Db.call(e.numerals,String)),o=e.percent===void 0?"%":e.percent+"",s=e.minus===void 0?"−":e.minus+"",u=e.nan===void 0?"NaN":e.nan+"";function l(f){f=rs(f);var h=f.fill,p=f.align,y=f.sign,m=f.symbol,d=f.zero,g=f.width,_=f.comma,b=f.precision,x=f.trim,v=f.type;v==="n"?(_=!0,v="g"):$b[v]||(b===void 0&&(b=12),x=!0,v="g"),(d||h==="0"&&p==="=")&&(d=!0,h="0",p="=");var w=m==="$"?r:m==="#"&&/[boxX]/.test(v)?"0"+v.toLowerCase():"",S=m==="$"?n:/[%p]/.test(v)?o:"",A=$b[v],P=/[defgprs%]/.test(v);b=b===void 0?6:/[gprs]/.test(v)?Math.max(1,Math.min(21,b)):Math.max(0,Math.min(20,b));function C(T){var E=w,k=S,j,$,M;if(v==="c")k=A(T)+k,T="";else{T=+T;var I=T<0||1/T<0;if(T=isNaN(T)?u:A(Math.abs(T),b),x&&(T=W2(T)),I&&+T==0&&y!=="+"&&(I=!1),E=(I?y==="("?y:s:y==="-"||y==="("?"":y)+E,k=(v==="s"?Rb[8+FA/3]:"")+k+(I&&y==="("?")":""),P){for(j=-1,$=T.length;++j<$;)if(M=T.charCodeAt(j),48>M||M>57){k=(M===46?i+T.slice(j+1):T.slice(j))+k,T=T.slice(0,j);break}}}_&&!d&&(T=t(T,1/0));var L=E.length+T.length+k.length,q=L<g?new Array(g-L+1).join(h):"";switch(_&&d&&(T=t(q+T,q.length?g-k.length:1/0),q=""),p){case"<":T=E+T+k+q;break;case"=":T=E+q+T+k;break;case"^":T=q.slice(0,L=q.length>>1)+E+T+k+q.slice(L);break;default:T=q+E+T+k;break}return a(T)}return C.toString=function(){return f+""},C}function c(f,h){var p=l((f=rs(f),f.type="f",f)),y=Math.max(-8,Math.min(8,Math.floor(va(h)/3)))*3,m=Math.pow(10,-y),d=Rb[8+y/3];return function(g){return p(m*g)+d}}return{format:l,formatPrefix:c}}var ou,kv,zA;K2({thousands:",",grouping:[3],currency:["$",""]});function K2(e){return ou=H2(e),kv=ou.format,zA=ou.formatPrefix,ou}function Y2(e){return Math.max(0,-va(Math.abs(e)))}function X2(e,t){return Math.max(0,Math.max(-8,Math.min(8,Math.floor(va(t)/3)))*3-va(Math.abs(e)))}function V2(e,t){return e=Math.abs(e),t=Math.abs(t)-e,Math.max(0,va(t)-va(e))+1}function UA(e,t,r,n){var i=Mm(e,t,r),a;switch(n=rs(n??",f"),n.type){case"s":{var o=Math.max(Math.abs(e),Math.abs(t));return n.precision==null&&!isNaN(a=X2(i,o))&&(n.precision=a),zA(n,o)}case"":case"e":case"g":case"p":case"r":{n.precision==null&&!isNaN(a=V2(i,Math.max(Math.abs(e),Math.abs(t))))&&(n.precision=a-(n.type==="e"));break}case"f":case"%":{n.precision==null&&!isNaN(a=Y2(i))&&(n.precision=a-(n.type==="%")*2);break}}return kv(n)}function Yn(e){var t=e.domain;return e.ticks=function(r){var n=t();return Em(n[0],n[n.length-1],r??10)},e.tickFormat=function(r,n){var i=t();return UA(i[0],i[i.length-1],r??10,n)},e.nice=function(r){r==null&&(r=10);var n=t(),i=0,a=n.length-1,o=n[i],s=n[a],u,l,c=10;for(s<o&&(l=o,o=s,s=l,l=i,i=a,a=l);c-- >0;){if(l=Cm(o,s,r),l===u)return n[i]=o,n[a]=s,t(n);if(l>0)o=Math.floor(o/l)*l,s=Math.ceil(s/l)*l;else if(l<0)o=Math.ceil(o*l)/l,s=Math.floor(s*l)/l;else break;u=l}return e},e}function Ei(){var e=Cv();return e.copy=function(){return Ws(e,Ei())},Cr.apply(e,arguments),Yn(e)}function WA(e){var t;function r(n){return n==null||isNaN(n=+n)?t:n}return r.invert=r,r.domain=r.range=function(n){return arguments.length?(e=Array.from(n,qu),r):e.slice()},r.unknown=function(n){return arguments.length?(t=n,r):t},r.copy=function(){return WA(e).unknown(t)},e=arguments.length?Array.from(e,qu):[0,1],Yn(r)}function GA(e,t){e=e.slice();var r=0,n=e.length-1,i=e[r],a=e[n],o;return a<i&&(o=r,r=n,n=o,o=i,i=a,a=o),e[r]=t.floor(i),e[n]=t.ceil(a),e}function Ib(e){return Math.log(e)}function Nb(e){return Math.exp(e)}function Z2(e){return-Math.log(-e)}function J2(e){return-Math.exp(-e)}function Q2(e){return isFinite(e)?+("1e"+e):e<0?0:e}function tD(e){return e===10?Q2:e===Math.E?Math.exp:t=>Math.pow(e,t)}function eD(e){return e===Math.E?Math.log:e===10&&Math.log10||e===2&&Math.log2||(e=Math.log(e),t=>Math.log(t)/e)}function Lb(e){return(t,r)=>-e(-t,r)}function $v(e){const t=e(Ib,Nb),r=t.domain;let n=10,i,a;function o(){return i=eD(n),a=tD(n),r()[0]<0?(i=Lb(i),a=Lb(a),e(Z2,J2)):e(Ib,Nb),t}return t.base=function(s){return arguments.length?(n=+s,o()):n},t.domain=function(s){return arguments.length?(r(s),o()):r()},t.ticks=s=>{const u=r();let l=u[0],c=u[u.length-1];const f=c<l;f&&([l,c]=[c,l]);let h=i(l),p=i(c),y,m;const d=s==null?10:+s;let g=[];if(!(n%1)&&p-h<d){if(h=Math.floor(h),p=Math.ceil(p),l>0){for(;h<=p;++h)for(y=1;y<n;++y)if(m=h<0?y/a(-h):y*a(h),!(m<l)){if(m>c)break;g.push(m)}}else for(;h<=p;++h)for(y=n-1;y>=1;--y)if(m=h>0?y/a(-h):y*a(h),!(m<l)){if(m>c)break;g.push(m)}g.length*2<d&&(g=Em(l,c,d))}else g=Em(h,p,Math.min(p-h,d)).map(a);return f?g.reverse():g},t.tickFormat=(s,u)=>{if(s==null&&(s=10),u==null&&(u=n===10?"s":","),typeof u!="function"&&(!(n%1)&&(u=rs(u)).precision==null&&(u.trim=!0),u=kv(u)),s===1/0)return u;const l=Math.max(1,n*s/t.ticks().length);return c=>{let f=c/a(Math.round(i(c)));return f*n<n-.5&&(f*=n),f<=l?u(c):""}},t.nice=()=>r(GA(r(),{floor:s=>a(Math.floor(i(s))),ceil:s=>a(Math.ceil(i(s)))})),t}function HA(){const e=$v(Yl()).domain([1,10]);return e.copy=()=>Ws(e,HA()).base(e.base()),Cr.apply(e,arguments),e}function Bb(e){return function(t){return Math.sign(t)*Math.log1p(Math.abs(t/e))}}function qb(e){return function(t){return Math.sign(t)*Math.expm1(Math.abs(t))*e}}function jv(e){var t=1,r=e(Bb(t),qb(t));return r.constant=function(n){return arguments.length?e(Bb(t=+n),qb(t)):t},Yn(r)}function KA(){var e=jv(Yl());return e.copy=function(){return Ws(e,KA()).constant(e.constant())},Cr.apply(e,arguments)}function Fb(e){return function(t){return t<0?-Math.pow(-t,e):Math.pow(t,e)}}function rD(e){return e<0?-Math.sqrt(-e):Math.sqrt(e)}function nD(e){return e<0?-e*e:e*e}function Dv(e){var t=e(ze,ze),r=1;function n(){return r===1?e(ze,ze):r===.5?e(rD,nD):e(Fb(r),Fb(1/r))}return t.exponent=function(i){return arguments.length?(r=+i,n()):r},Yn(t)}function Rv(){var e=Dv(Yl());return e.copy=function(){return Ws(e,Rv()).exponent(e.exponent())},Cr.apply(e,arguments),e}function iD(){return Rv.apply(null,arguments).exponent(.5)}function zb(e){return Math.sign(e)*e*e}function aD(e){return Math.sign(e)*Math.sqrt(Math.abs(e))}function YA(){var e=Cv(),t=[0,1],r=!1,n;function i(a){var o=aD(e(a));return isNaN(o)?n:r?Math.round(o):o}return i.invert=function(a){return e.invert(zb(a))},i.domain=function(a){return arguments.length?(e.domain(a),i):e.domain()},i.range=function(a){return arguments.length?(e.range((t=Array.from(a,qu)).map(zb)),i):t.slice()},i.rangeRound=function(a){return i.range(a).round(!0)},i.round=function(a){return arguments.length?(r=!!a,i):r},i.clamp=function(a){return arguments.length?(e.clamp(a),i):e.clamp()},i.unknown=function(a){return arguments.length?(n=a,i):n},i.copy=function(){return YA(e.domain(),t).round(r).clamp(e.clamp()).unknown(n)},Cr.apply(i,arguments),Yn(i)}function XA(){var e=[],t=[],r=[],n;function i(){var o=0,s=Math.max(1,t.length);for(r=new Array(s-1);++o<s;)r[o-1]=D2(e,o/s);return a}function a(o){return o==null||isNaN(o=+o)?n:t[Us(r,o)]}return a.invertExtent=function(o){var s=t.indexOf(o);return s<0?[NaN,NaN]:[s>0?r[s-1]:e[0],s<r.length?r[s]:e[e.length-1]]},a.domain=function(o){if(!arguments.length)return e.slice();e=[];for(let s of o)s!=null&&!isNaN(s=+s)&&e.push(s);return e.sort(Un),i()},a.range=function(o){return arguments.length?(t=Array.from(o),i()):t.slice()},a.unknown=function(o){return arguments.length?(n=o,a):n},a.quantiles=function(){return r.slice()},a.copy=function(){return XA().domain(e).range(t).unknown(n)},Cr.apply(a,arguments)}function VA(){var e=0,t=1,r=1,n=[.5],i=[0,1],a;function o(u){return u!=null&&u<=u?i[Us(n,u,0,r)]:a}function s(){var u=-1;for(n=new Array(r);++u<r;)n[u]=((u+1)*t-(u-r)*e)/(r+1);return o}return o.domain=function(u){return arguments.length?([e,t]=u,e=+e,t=+t,s()):[e,t]},o.range=function(u){return arguments.length?(r=(i=Array.from(u)).length-1,s()):i.slice()},o.invertExtent=function(u){var l=i.indexOf(u);return l<0?[NaN,NaN]:l<1?[e,n[0]]:l>=r?[n[r-1],t]:[n[l-1],n[l]]},o.unknown=function(u){return arguments.length&&(a=u),o},o.thresholds=function(){return n.slice()},o.copy=function(){return VA().domain([e,t]).range(i).unknown(a)},Cr.apply(Yn(o),arguments)}function ZA(){var e=[.5],t=[0,1],r,n=1;function i(a){return a!=null&&a<=a?t[Us(e,a,0,n)]:r}return i.domain=function(a){return arguments.length?(e=Array.from(a),n=Math.min(e.length,t.length-1),i):e.slice()},i.range=function(a){return arguments.length?(t=Array.from(a),n=Math.min(e.length,t.length-1),i):t.slice()},i.invertExtent=function(a){var o=t.indexOf(a);return[e[o-1],e[o]]},i.unknown=function(a){return arguments.length?(r=a,i):r},i.copy=function(){return ZA().domain(e).range(t).unknown(r)},Cr.apply(i,arguments)}const Uc=new Date,Wc=new Date;function _e(e,t,r,n){function i(a){return e(a=arguments.length===0?new Date:new Date(+a)),a}return i.floor=a=>(e(a=new Date(+a)),a),i.ceil=a=>(e(a=new Date(a-1)),t(a,1),e(a),a),i.round=a=>{const o=i(a),s=i.ceil(a);return a-o<s-a?o:s},i.offset=(a,o)=>(t(a=new Date(+a),o==null?1:Math.floor(o)),a),i.range=(a,o,s)=>{const u=[];if(a=i.ceil(a),s=s==null?1:Math.floor(s),!(a<o)||!(s>0))return u;let l;do u.push(l=new Date(+a)),t(a,s),e(a);while(l<a&&a<o);return u},i.filter=a=>_e(o=>{if(o>=o)for(;e(o),!a(o);)o.setTime(o-1)},(o,s)=>{if(o>=o)if(s<0)for(;++s<=0;)for(;t(o,-1),!a(o););else for(;--s>=0;)for(;t(o,1),!a(o););}),r&&(i.count=(a,o)=>(Uc.setTime(+a),Wc.setTime(+o),e(Uc),e(Wc),Math.floor(r(Uc,Wc))),i.every=a=>(a=Math.floor(a),!isFinite(a)||!(a>0)?null:a>1?i.filter(n?o=>n(o)%a===0:o=>i.count(0,o)%a===0):i)),i}const zu=_e(()=>{},(e,t)=>{e.setTime(+e+t)},(e,t)=>t-e);zu.every=e=>(e=Math.floor(e),!isFinite(e)||!(e>0)?null:e>1?_e(t=>{t.setTime(Math.floor(t/e)*e)},(t,r)=>{t.setTime(+t+r*e)},(t,r)=>(r-t)/e):zu);zu.range;const dn=1e3,wr=dn*60,mn=wr*60,xn=mn*24,Iv=xn*7,Ub=xn*30,Gc=xn*365,fi=_e(e=>{e.setTime(e-e.getMilliseconds())},(e,t)=>{e.setTime(+e+t*dn)},(e,t)=>(t-e)/dn,e=>e.getUTCSeconds());fi.range;const Nv=_e(e=>{e.setTime(e-e.getMilliseconds()-e.getSeconds()*dn)},(e,t)=>{e.setTime(+e+t*wr)},(e,t)=>(t-e)/wr,e=>e.getMinutes());Nv.range;const Lv=_e(e=>{e.setUTCSeconds(0,0)},(e,t)=>{e.setTime(+e+t*wr)},(e,t)=>(t-e)/wr,e=>e.getUTCMinutes());Lv.range;const Bv=_e(e=>{e.setTime(e-e.getMilliseconds()-e.getSeconds()*dn-e.getMinutes()*wr)},(e,t)=>{e.setTime(+e+t*mn)},(e,t)=>(t-e)/mn,e=>e.getHours());Bv.range;const qv=_e(e=>{e.setUTCMinutes(0,0,0)},(e,t)=>{e.setTime(+e+t*mn)},(e,t)=>(t-e)/mn,e=>e.getUTCHours());qv.range;const Gs=_e(e=>e.setHours(0,0,0,0),(e,t)=>e.setDate(e.getDate()+t),(e,t)=>(t-e-(t.getTimezoneOffset()-e.getTimezoneOffset())*wr)/xn,e=>e.getDate()-1);Gs.range;const Xl=_e(e=>{e.setUTCHours(0,0,0,0)},(e,t)=>{e.setUTCDate(e.getUTCDate()+t)},(e,t)=>(t-e)/xn,e=>e.getUTCDate()-1);Xl.range;const JA=_e(e=>{e.setUTCHours(0,0,0,0)},(e,t)=>{e.setUTCDate(e.getUTCDate()+t)},(e,t)=>(t-e)/xn,e=>Math.floor(e/xn));JA.range;function Ii(e){return _e(t=>{t.setDate(t.getDate()-(t.getDay()+7-e)%7),t.setHours(0,0,0,0)},(t,r)=>{t.setDate(t.getDate()+r*7)},(t,r)=>(r-t-(r.getTimezoneOffset()-t.getTimezoneOffset())*wr)/Iv)}const Vl=Ii(0),Uu=Ii(1),oD=Ii(2),sD=Ii(3),ga=Ii(4),uD=Ii(5),lD=Ii(6);Vl.range;Uu.range;oD.range;sD.range;ga.range;uD.range;lD.range;function Ni(e){return _e(t=>{t.setUTCDate(t.getUTCDate()-(t.getUTCDay()+7-e)%7),t.setUTCHours(0,0,0,0)},(t,r)=>{t.setUTCDate(t.getUTCDate()+r*7)},(t,r)=>(r-t)/Iv)}const Zl=Ni(0),Wu=Ni(1),cD=Ni(2),fD=Ni(3),ba=Ni(4),hD=Ni(5),pD=Ni(6);Zl.range;Wu.range;cD.range;fD.range;ba.range;hD.range;pD.range;const Fv=_e(e=>{e.setDate(1),e.setHours(0,0,0,0)},(e,t)=>{e.setMonth(e.getMonth()+t)},(e,t)=>t.getMonth()-e.getMonth()+(t.getFullYear()-e.getFullYear())*12,e=>e.getMonth());Fv.range;const zv=_e(e=>{e.setUTCDate(1),e.setUTCHours(0,0,0,0)},(e,t)=>{e.setUTCMonth(e.getUTCMonth()+t)},(e,t)=>t.getUTCMonth()-e.getUTCMonth()+(t.getUTCFullYear()-e.getUTCFullYear())*12,e=>e.getUTCMonth());zv.range;const wn=_e(e=>{e.setMonth(0,1),e.setHours(0,0,0,0)},(e,t)=>{e.setFullYear(e.getFullYear()+t)},(e,t)=>t.getFullYear()-e.getFullYear(),e=>e.getFullYear());wn.every=e=>!isFinite(e=Math.floor(e))||!(e>0)?null:_e(t=>{t.setFullYear(Math.floor(t.getFullYear()/e)*e),t.setMonth(0,1),t.setHours(0,0,0,0)},(t,r)=>{t.setFullYear(t.getFullYear()+r*e)});wn.range;const Sn=_e(e=>{e.setUTCMonth(0,1),e.setUTCHours(0,0,0,0)},(e,t)=>{e.setUTCFullYear(e.getUTCFullYear()+t)},(e,t)=>t.getUTCFullYear()-e.getUTCFullYear(),e=>e.getUTCFullYear());Sn.every=e=>!isFinite(e=Math.floor(e))||!(e>0)?null:_e(t=>{t.setUTCFullYear(Math.floor(t.getUTCFullYear()/e)*e),t.setUTCMonth(0,1),t.setUTCHours(0,0,0,0)},(t,r)=>{t.setUTCFullYear(t.getUTCFullYear()+r*e)});Sn.range;function QA(e,t,r,n,i,a){const o=[[fi,1,dn],[fi,5,5*dn],[fi,15,15*dn],[fi,30,30*dn],[a,1,wr],[a,5,5*wr],[a,15,15*wr],[a,30,30*wr],[i,1,mn],[i,3,3*mn],[i,6,6*mn],[i,12,12*mn],[n,1,xn],[n,2,2*xn],[r,1,Iv],[t,1,Ub],[t,3,3*Ub],[e,1,Gc]];function s(l,c,f){const h=c<l;h&&([l,c]=[c,l]);const p=f&&typeof f.range=="function"?f:u(l,c,f),y=p?p.range(l,+c+1):[];return h?y.reverse():y}function u(l,c,f){const h=Math.abs(c-l)/f,p=Tv(([,,d])=>d).right(o,h);if(p===o.length)return e.every(Mm(l/Gc,c/Gc,f));if(p===0)return zu.every(Math.max(Mm(l,c,f),1));const[y,m]=o[h/o[p-1][2]<o[p][2]/h?p-1:p];return y.every(m)}return[s,u]}const[dD,mD]=QA(Sn,zv,Zl,JA,qv,Lv),[yD,vD]=QA(wn,Fv,Vl,Gs,Bv,Nv);function Hc(e){if(0<=e.y&&e.y<100){var t=new Date(-1,e.m,e.d,e.H,e.M,e.S,e.L);return t.setFullYear(e.y),t}return new Date(e.y,e.m,e.d,e.H,e.M,e.S,e.L)}function Kc(e){if(0<=e.y&&e.y<100){var t=new Date(Date.UTC(-1,e.m,e.d,e.H,e.M,e.S,e.L));return t.setUTCFullYear(e.y),t}return new Date(Date.UTC(e.y,e.m,e.d,e.H,e.M,e.S,e.L))}function ho(e,t,r){return{y:e,m:t,d:r,H:0,M:0,S:0,L:0}}function gD(e){var t=e.dateTime,r=e.date,n=e.time,i=e.periods,a=e.days,o=e.shortDays,s=e.months,u=e.shortMonths,l=po(i),c=mo(i),f=po(a),h=mo(a),p=po(o),y=mo(o),m=po(s),d=mo(s),g=po(u),_=mo(u),b={a:I,A:L,b:q,B:R,c:null,d:Xb,e:Xb,f:FD,g:ZD,G:QD,H:LD,I:BD,j:qD,L:tP,m:zD,M:UD,p:D,q:B,Q:Jb,s:Qb,S:WD,u:GD,U:HD,V:KD,w:YD,W:XD,x:null,X:null,y:VD,Y:JD,Z:tR,"%":Zb},x={a:U,A:W,b:X,B:Z,c:null,d:Vb,e:Vb,f:iR,g:dR,G:yR,H:eR,I:rR,j:nR,L:rP,m:aR,M:oR,p:Q,q:K,Q:Jb,s:Qb,S:sR,u:uR,U:lR,V:cR,w:fR,W:hR,x:null,X:null,y:pR,Y:mR,Z:vR,"%":Zb},v={a:C,A:T,b:E,B:k,c:j,d:Kb,e:Kb,f:DD,g:Hb,G:Gb,H:Yb,I:Yb,j:MD,L:jD,m:CD,M:kD,p:P,q:ED,Q:ID,s:ND,S:$D,u:SD,U:OD,V:AD,w:wD,W:PD,x:$,X:M,y:Hb,Y:Gb,Z:TD,"%":RD};b.x=w(r,b),b.X=w(n,b),b.c=w(t,b),x.x=w(r,x),x.X=w(n,x),x.c=w(t,x);function w(F,G){return function(J){var N=[],ut=-1,H=0,st=F.length,ht,at,pt;for(J instanceof Date||(J=new Date(+J));++ut<st;)F.charCodeAt(ut)===37&&(N.push(F.slice(H,ut)),(at=Wb[ht=F.charAt(++ut)])!=null?ht=F.charAt(++ut):at=ht==="e"?" ":"0",(pt=G[ht])&&(ht=pt(J,at)),N.push(ht),H=ut+1);return N.push(F.slice(H,ut)),N.join("")}}function S(F,G){return function(J){var N=ho(1900,void 0,1),ut=A(N,F,J+="",0),H,st;if(ut!=J.length)return null;if("Q"in N)return new Date(N.Q);if("s"in N)return new Date(N.s*1e3+("L"in N?N.L:0));if(G&&!("Z"in N)&&(N.Z=0),"p"in N&&(N.H=N.H%12+N.p*12),N.m===void 0&&(N.m="q"in N?N.q:0),"V"in N){if(N.V<1||N.V>53)return null;"w"in N||(N.w=1),"Z"in N?(H=Kc(ho(N.y,0,1)),st=H.getUTCDay(),H=st>4||st===0?Wu.ceil(H):Wu(H),H=Xl.offset(H,(N.V-1)*7),N.y=H.getUTCFullYear(),N.m=H.getUTCMonth(),N.d=H.getUTCDate()+(N.w+6)%7):(H=Hc(ho(N.y,0,1)),st=H.getDay(),H=st>4||st===0?Uu.ceil(H):Uu(H),H=Gs.offset(H,(N.V-1)*7),N.y=H.getFullYear(),N.m=H.getMonth(),N.d=H.getDate()+(N.w+6)%7)}else("W"in N||"U"in N)&&("w"in N||(N.w="u"in N?N.u%7:"W"in N?1:0),st="Z"in N?Kc(ho(N.y,0,1)).getUTCDay():Hc(ho(N.y,0,1)).getDay(),N.m=0,N.d="W"in N?(N.w+6)%7+N.W*7-(st+5)%7:N.w+N.U*7-(st+6)%7);return"Z"in N?(N.H+=N.Z/100|0,N.M+=N.Z%100,Kc(N)):Hc(N)}}function A(F,G,J,N){for(var ut=0,H=G.length,st=J.length,ht,at;ut<H;){if(N>=st)return-1;if(ht=G.charCodeAt(ut++),ht===37){if(ht=G.charAt(ut++),at=v[ht in Wb?G.charAt(ut++):ht],!at||(N=at(F,J,N))<0)return-1}else if(ht!=J.charCodeAt(N++))return-1}return N}function P(F,G,J){var N=l.exec(G.slice(J));return N?(F.p=c.get(N[0].toLowerCase()),J+N[0].length):-1}function C(F,G,J){var N=p.exec(G.slice(J));return N?(F.w=y.get(N[0].toLowerCase()),J+N[0].length):-1}function T(F,G,J){var N=f.exec(G.slice(J));return N?(F.w=h.get(N[0].toLowerCase()),J+N[0].length):-1}function E(F,G,J){var N=g.exec(G.slice(J));return N?(F.m=_.get(N[0].toLowerCase()),J+N[0].length):-1}function k(F,G,J){var N=m.exec(G.slice(J));return N?(F.m=d.get(N[0].toLowerCase()),J+N[0].length):-1}function j(F,G,J){return A(F,t,G,J)}function $(F,G,J){return A(F,r,G,J)}function M(F,G,J){return A(F,n,G,J)}function I(F){return o[F.getDay()]}function L(F){return a[F.getDay()]}function q(F){return u[F.getMonth()]}function R(F){return s[F.getMonth()]}function D(F){return i[+(F.getHours()>=12)]}function B(F){return 1+~~(F.getMonth()/3)}function U(F){return o[F.getUTCDay()]}function W(F){return a[F.getUTCDay()]}function X(F){return u[F.getUTCMonth()]}function Z(F){return s[F.getUTCMonth()]}function Q(F){return i[+(F.getUTCHours()>=12)]}function K(F){return 1+~~(F.getUTCMonth()/3)}return{format:function(F){var G=w(F+="",b);return G.toString=function(){return F},G},parse:function(F){var G=S(F+="",!1);return G.toString=function(){return F},G},utcFormat:function(F){var G=w(F+="",x);return G.toString=function(){return F},G},utcParse:function(F){var G=S(F+="",!0);return G.toString=function(){return F},G}}}var Wb={"-":"",_:" ",0:"0"},Ae=/^\s*\d+/,bD=/^%/,_D=/[\\^$*+?|[\]().{}]/g;function $t(e,t,r){var n=e<0?"-":"",i=(n?-e:e)+"",a=i.length;return n+(a<r?new Array(r-a+1).join(t)+i:i)}function xD(e){return e.replace(_D,"\\$&")}function po(e){return new RegExp("^(?:"+e.map(xD).join("|")+")","i")}function mo(e){return new Map(e.map((t,r)=>[t.toLowerCase(),r]))}function wD(e,t,r){var n=Ae.exec(t.slice(r,r+1));return n?(e.w=+n[0],r+n[0].length):-1}function SD(e,t,r){var n=Ae.exec(t.slice(r,r+1));return n?(e.u=+n[0],r+n[0].length):-1}function OD(e,t,r){var n=Ae.exec(t.slice(r,r+2));return n?(e.U=+n[0],r+n[0].length):-1}function AD(e,t,r){var n=Ae.exec(t.slice(r,r+2));return n?(e.V=+n[0],r+n[0].length):-1}function PD(e,t,r){var n=Ae.exec(t.slice(r,r+2));return n?(e.W=+n[0],r+n[0].length):-1}function Gb(e,t,r){var n=Ae.exec(t.slice(r,r+4));return n?(e.y=+n[0],r+n[0].length):-1}function Hb(e,t,r){var n=Ae.exec(t.slice(r,r+2));return n?(e.y=+n[0]+(+n[0]>68?1900:2e3),r+n[0].length):-1}function TD(e,t,r){var n=/^(Z)|([+-]\d\d)(?::?(\d\d))?/.exec(t.slice(r,r+6));return n?(e.Z=n[1]?0:-(n[2]+(n[3]||"00")),r+n[0].length):-1}function ED(e,t,r){var n=Ae.exec(t.slice(r,r+1));return n?(e.q=n[0]*3-3,r+n[0].length):-1}function CD(e,t,r){var n=Ae.exec(t.slice(r,r+2));return n?(e.m=n[0]-1,r+n[0].length):-1}function Kb(e,t,r){var n=Ae.exec(t.slice(r,r+2));return n?(e.d=+n[0],r+n[0].length):-1}function MD(e,t,r){var n=Ae.exec(t.slice(r,r+3));return n?(e.m=0,e.d=+n[0],r+n[0].length):-1}function Yb(e,t,r){var n=Ae.exec(t.slice(r,r+2));return n?(e.H=+n[0],r+n[0].length):-1}function kD(e,t,r){var n=Ae.exec(t.slice(r,r+2));return n?(e.M=+n[0],r+n[0].length):-1}function $D(e,t,r){var n=Ae.exec(t.slice(r,r+2));return n?(e.S=+n[0],r+n[0].length):-1}function jD(e,t,r){var n=Ae.exec(t.slice(r,r+3));return n?(e.L=+n[0],r+n[0].length):-1}function DD(e,t,r){var n=Ae.exec(t.slice(r,r+6));return n?(e.L=Math.floor(n[0]/1e3),r+n[0].length):-1}function RD(e,t,r){var n=bD.exec(t.slice(r,r+1));return n?r+n[0].length:-1}function ID(e,t,r){var n=Ae.exec(t.slice(r));return n?(e.Q=+n[0],r+n[0].length):-1}function ND(e,t,r){var n=Ae.exec(t.slice(r));return n?(e.s=+n[0],r+n[0].length):-1}function Xb(e,t){return $t(e.getDate(),t,2)}function LD(e,t){return $t(e.getHours(),t,2)}function BD(e,t){return $t(e.getHours()%12||12,t,2)}function qD(e,t){return $t(1+Gs.count(wn(e),e),t,3)}function tP(e,t){return $t(e.getMilliseconds(),t,3)}function FD(e,t){return tP(e,t)+"000"}function zD(e,t){return $t(e.getMonth()+1,t,2)}function UD(e,t){return $t(e.getMinutes(),t,2)}function WD(e,t){return $t(e.getSeconds(),t,2)}function GD(e){var t=e.getDay();return t===0?7:t}function HD(e,t){return $t(Vl.count(wn(e)-1,e),t,2)}function eP(e){var t=e.getDay();return t>=4||t===0?ga(e):ga.ceil(e)}function KD(e,t){return e=eP(e),$t(ga.count(wn(e),e)+(wn(e).getDay()===4),t,2)}function YD(e){return e.getDay()}function XD(e,t){return $t(Uu.count(wn(e)-1,e),t,2)}function VD(e,t){return $t(e.getFullYear()%100,t,2)}function ZD(e,t){return e=eP(e),$t(e.getFullYear()%100,t,2)}function JD(e,t){return $t(e.getFullYear()%1e4,t,4)}function QD(e,t){var r=e.getDay();return e=r>=4||r===0?ga(e):ga.ceil(e),$t(e.getFullYear()%1e4,t,4)}function tR(e){var t=e.getTimezoneOffset();return(t>0?"-":(t*=-1,"+"))+$t(t/60|0,"0",2)+$t(t%60,"0",2)}function Vb(e,t){return $t(e.getUTCDate(),t,2)}function eR(e,t){return $t(e.getUTCHours(),t,2)}function rR(e,t){return $t(e.getUTCHours()%12||12,t,2)}function nR(e,t){return $t(1+Xl.count(Sn(e),e),t,3)}function rP(e,t){return $t(e.getUTCMilliseconds(),t,3)}function iR(e,t){return rP(e,t)+"000"}function aR(e,t){return $t(e.getUTCMonth()+1,t,2)}function oR(e,t){return $t(e.getUTCMinutes(),t,2)}function sR(e,t){return $t(e.getUTCSeconds(),t,2)}function uR(e){var t=e.getUTCDay();return t===0?7:t}function lR(e,t){return $t(Zl.count(Sn(e)-1,e),t,2)}function nP(e){var t=e.getUTCDay();return t>=4||t===0?ba(e):ba.ceil(e)}function cR(e,t){return e=nP(e),$t(ba.count(Sn(e),e)+(Sn(e).getUTCDay()===4),t,2)}function fR(e){return e.getUTCDay()}function hR(e,t){return $t(Wu.count(Sn(e)-1,e),t,2)}function pR(e,t){return $t(e.getUTCFullYear()%100,t,2)}function dR(e,t){return e=nP(e),$t(e.getUTCFullYear()%100,t,2)}function mR(e,t){return $t(e.getUTCFullYear()%1e4,t,4)}function yR(e,t){var r=e.getUTCDay();return e=r>=4||r===0?ba(e):ba.ceil(e),$t(e.getUTCFullYear()%1e4,t,4)}function vR(){return"+0000"}function Zb(){return"%"}function Jb(e){return+e}function Qb(e){return Math.floor(+e/1e3)}var Yi,iP,aP;gR({dateTime:"%x, %X",date:"%-m/%-d/%Y",time:"%-I:%M:%S %p",periods:["AM","PM"],days:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],shortDays:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],months:["January","February","March","April","May","June","July","August","September","October","November","December"],shortMonths:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"]});function gR(e){return Yi=gD(e),iP=Yi.format,Yi.parse,aP=Yi.utcFormat,Yi.utcParse,Yi}function bR(e){return new Date(e)}function _R(e){return e instanceof Date?+e:+new Date(+e)}function Uv(e,t,r,n,i,a,o,s,u,l){var c=Cv(),f=c.invert,h=c.domain,p=l(".%L"),y=l(":%S"),m=l("%I:%M"),d=l("%I %p"),g=l("%a %d"),_=l("%b %d"),b=l("%B"),x=l("%Y");function v(w){return(u(w)<w?p:s(w)<w?y:o(w)<w?m:a(w)<w?d:n(w)<w?i(w)<w?g:_:r(w)<w?b:x)(w)}return c.invert=function(w){return new Date(f(w))},c.domain=function(w){return arguments.length?h(Array.from(w,_R)):h().map(bR)},c.ticks=function(w){var S=h();return e(S[0],S[S.length-1],w??10)},c.tickFormat=function(w,S){return S==null?v:l(S)},c.nice=function(w){var S=h();return(!w||typeof w.range!="function")&&(w=t(S[0],S[S.length-1],w??10)),w?h(GA(S,w)):c},c.copy=function(){return Ws(c,Uv(e,t,r,n,i,a,o,s,u,l))},c}function Gu(){return Cr.apply(Uv(yD,vD,wn,Fv,Vl,Gs,Bv,Nv,fi,iP).domain([new Date(2e3,0,1),new Date(2e3,0,2)]),arguments)}function xR(){return Cr.apply(Uv(dD,mD,Sn,zv,Zl,Xl,qv,Lv,fi,aP).domain([Date.UTC(2e3,0,1),Date.UTC(2e3,0,2)]),arguments)}function Jl(){var e=0,t=1,r,n,i,a,o=ze,s=!1,u;function l(f){return f==null||isNaN(f=+f)?u:o(i===0?.5:(f=(a(f)-r)*i,s?Math.max(0,Math.min(1,f)):f))}l.domain=function(f){return arguments.length?([e,t]=f,r=a(e=+e),n=a(t=+t),i=r===n?0:1/(n-r),l):[e,t]},l.clamp=function(f){return arguments.length?(s=!!f,l):s},l.interpolator=function(f){return arguments.length?(o=f,l):o};function c(f){return function(h){var p,y;return arguments.length?([p,y]=h,o=f(p,y),l):[o(0),o(1)]}}return l.range=c(Ri),l.rangeRound=c(wv),l.unknown=function(f){return arguments.length?(u=f,l):u},function(f){return a=f,r=f(e),n=f(t),i=r===n?0:1/(n-r),l}}function Xn(e,t){return t.domain(e.domain()).interpolator(e.interpolator()).clamp(e.clamp()).unknown(e.unknown())}function oP(){var e=Yn(Jl()(ze));return e.copy=function(){return Xn(e,oP())},Pn.apply(e,arguments)}function sP(){var e=$v(Jl()).domain([1,10]);return e.copy=function(){return Xn(e,sP()).base(e.base())},Pn.apply(e,arguments)}function uP(){var e=jv(Jl());return e.copy=function(){return Xn(e,uP()).constant(e.constant())},Pn.apply(e,arguments)}function Wv(){var e=Dv(Jl());return e.copy=function(){return Xn(e,Wv()).exponent(e.exponent())},Pn.apply(e,arguments)}function wR(){return Wv.apply(null,arguments).exponent(.5)}function lP(){var e=[],t=ze;function r(n){if(n!=null&&!isNaN(n=+n))return t((Us(e,n,1)-1)/(e.length-1))}return r.domain=function(n){if(!arguments.length)return e.slice();e=[];for(let i of n)i!=null&&!isNaN(i=+i)&&e.push(i);return e.sort(Un),r},r.interpolator=function(n){return arguments.length?(t=n,r):t},r.range=function(){return e.map((n,i)=>t(i/(e.length-1)))},r.quantiles=function(n){return Array.from({length:n+1},(i,a)=>j2(e,a/n))},r.copy=function(){return lP(t).domain(e)},Pn.apply(r,arguments)}function Ql(){var e=0,t=.5,r=1,n=1,i,a,o,s,u,l=ze,c,f=!1,h;function p(m){return isNaN(m=+m)?h:(m=.5+((m=+c(m))-a)*(n*m<n*a?s:u),l(f?Math.max(0,Math.min(1,m)):m))}p.domain=function(m){return arguments.length?([e,t,r]=m,i=c(e=+e),a=c(t=+t),o=c(r=+r),s=i===a?0:.5/(a-i),u=a===o?0:.5/(o-a),n=a<i?-1:1,p):[e,t,r]},p.clamp=function(m){return arguments.length?(f=!!m,p):f},p.interpolator=function(m){return arguments.length?(l=m,p):l};function y(m){return function(d){var g,_,b;return arguments.length?([g,_,b]=d,l=ej(m,[g,_,b]),p):[l(0),l(.5),l(1)]}}return p.range=y(Ri),p.rangeRound=y(wv),p.unknown=function(m){return arguments.length?(h=m,p):h},function(m){return c=m,i=m(e),a=m(t),o=m(r),s=i===a?0:.5/(a-i),u=a===o?0:.5/(o-a),n=a<i?-1:1,p}}function cP(){var e=Yn(Ql()(ze));return e.copy=function(){return Xn(e,cP())},Pn.apply(e,arguments)}function fP(){var e=$v(Ql()).domain([.1,1,10]);return e.copy=function(){return Xn(e,fP()).base(e.base())},Pn.apply(e,arguments)}function hP(){var e=jv(Ql());return e.copy=function(){return Xn(e,hP()).constant(e.constant())},Pn.apply(e,arguments)}function Gv(){var e=Dv(Ql());return e.copy=function(){return Xn(e,Gv()).exponent(e.exponent())},Pn.apply(e,arguments)}function SR(){return Gv.apply(null,arguments).exponent(.5)}function Kt(e){return function(){return e}}const pP=Math.cos,Hu=Math.sin,qr=Math.sqrt,t0=1e-12,Ku=Math.PI,tc=2*Ku,jm=Math.PI,Dm=2*jm,si=1e-6,OR=Dm-si;function dP(e){this._+=e[0];for(let t=1,r=e.length;t<r;++t)this._+=arguments[t]+e[t]}function AR(e){let t=Math.floor(e);if(!(t>=0))throw new Error(`invalid digits: ${e}`);if(t>15)return dP;const r=10**t;return function(n){this._+=n[0];for(let i=1,a=n.length;i<a;++i)this._+=Math.round(arguments[i]*r)/r+n[i]}}class PR{constructor(t){this._x0=this._y0=this._x1=this._y1=null,this._="",this._append=t==null?dP:AR(t)}moveTo(t,r){this._append`M${this._x0=this._x1=+t},${this._y0=this._y1=+r}`}closePath(){this._x1!==null&&(this._x1=this._x0,this._y1=this._y0,this._append`Z`)}lineTo(t,r){this._append`L${this._x1=+t},${this._y1=+r}`}quadraticCurveTo(t,r,n,i){this._append`Q${+t},${+r},${this._x1=+n},${this._y1=+i}`}bezierCurveTo(t,r,n,i,a,o){this._append`C${+t},${+r},${+n},${+i},${this._x1=+a},${this._y1=+o}`}arcTo(t,r,n,i,a){if(t=+t,r=+r,n=+n,i=+i,a=+a,a<0)throw new Error(`negative radius: ${a}`);let o=this._x1,s=this._y1,u=n-t,l=i-r,c=o-t,f=s-r,h=c*c+f*f;if(this._x1===null)this._append`M${this._x1=t},${this._y1=r}`;else if(h>si)if(!(Math.abs(f*u-l*c)>si)||!a)this._append`L${this._x1=t},${this._y1=r}`;else{let p=n-o,y=i-s,m=u*u+l*l,d=p*p+y*y,g=Math.sqrt(m),_=Math.sqrt(h),b=a*Math.tan((jm-Math.acos((m+h-d)/(2*g*_)))/2),x=b/_,v=b/g;Math.abs(x-1)>si&&this._append`L${t+x*c},${r+x*f}`,this._append`A${a},${a},0,0,${+(f*p>c*y)},${this._x1=t+v*u},${this._y1=r+v*l}`}}arc(t,r,n,i,a,o){if(t=+t,r=+r,n=+n,o=!!o,n<0)throw new Error(`negative radius: ${n}`);let s=n*Math.cos(i),u=n*Math.sin(i),l=t+s,c=r+u,f=1^o,h=o?i-a:a-i;this._x1===null?this._append`M${l},${c}`:(Math.abs(this._x1-l)>si||Math.abs(this._y1-c)>si)&&this._append`L${l},${c}`,n&&(h<0&&(h=h%Dm+Dm),h>OR?this._append`A${n},${n},0,1,${f},${t-s},${r-u}A${n},${n},0,1,${f},${this._x1=l},${this._y1=c}`:h>si&&this._append`A${n},${n},0,${+(h>=jm)},${f},${this._x1=t+n*Math.cos(a)},${this._y1=r+n*Math.sin(a)}`)}rect(t,r,n,i){this._append`M${this._x0=this._x1=+t},${this._y0=this._y1=+r}h${n=+n}v${+i}h${-n}Z`}toString(){return this._}}function Hv(e){let t=3;return e.digits=function(r){if(!arguments.length)return t;if(r==null)t=null;else{const n=Math.floor(r);if(!(n>=0))throw new RangeError(`invalid digits: ${r}`);t=n}return e},()=>new PR(t)}function Kv(e){return typeof e=="object"&&"length"in e?e:Array.from(e)}function mP(e){this._context=e}mP.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._point=0},lineEnd:function(){(this._line||this._line!==0&&this._point===1)&&this._context.closePath(),this._line=1-this._line},point:function(e,t){switch(e=+e,t=+t,this._point){case 0:this._point=1,this._line?this._context.lineTo(e,t):this._context.moveTo(e,t);break;case 1:this._point=2;default:this._context.lineTo(e,t);break}}};function ec(e){return new mP(e)}function yP(e){return e[0]}function vP(e){return e[1]}function Yv(e,t){var r=Kt(!0),n=null,i=ec,a=null,o=Hv(s);e=typeof e=="function"?e:e===void 0?yP:Kt(e),t=typeof t=="function"?t:t===void 0?vP:Kt(t);function s(u){var l,c=(u=Kv(u)).length,f,h=!1,p;for(n==null&&(a=i(p=o())),l=0;l<=c;++l)!(l<c&&r(f=u[l],l,u))===h&&((h=!h)?a.lineStart():a.lineEnd()),h&&a.point(+e(f,l,u),+t(f,l,u));if(p)return a=null,p+""||null}return s.x=function(u){return arguments.length?(e=typeof u=="function"?u:Kt(+u),s):e},s.y=function(u){return arguments.length?(t=typeof u=="function"?u:Kt(+u),s):t},s.defined=function(u){return arguments.length?(r=typeof u=="function"?u:Kt(!!u),s):r},s.curve=function(u){return arguments.length?(i=u,n!=null&&(a=i(n)),s):i},s.context=function(u){return arguments.length?(u==null?n=a=null:a=i(n=u),s):n},s}function hi(e,t,r){var n=null,i=Kt(!0),a=null,o=ec,s=null,u=Hv(l);e=typeof e=="function"?e:e===void 0?yP:Kt(+e),t=typeof t=="function"?t:Kt(t===void 0?0:+t),r=typeof r=="function"?r:r===void 0?vP:Kt(+r);function l(f){var h,p,y,m=(f=Kv(f)).length,d,g=!1,_,b=new Array(m),x=new Array(m);for(a==null&&(s=o(_=u())),h=0;h<=m;++h){if(!(h<m&&i(d=f[h],h,f))===g)if(g=!g)p=h,s.areaStart(),s.lineStart();else{for(s.lineEnd(),s.lineStart(),y=h-1;y>=p;--y)s.point(b[y],x[y]);s.lineEnd(),s.areaEnd()}g&&(b[h]=+e(d,h,f),x[h]=+t(d,h,f),s.point(n?+n(d,h,f):b[h],r?+r(d,h,f):x[h]))}if(_)return s=null,_+""||null}function c(){return Yv().defined(i).curve(o).context(a)}return l.x=function(f){return arguments.length?(e=typeof f=="function"?f:Kt(+f),n=null,l):e},l.x0=function(f){return arguments.length?(e=typeof f=="function"?f:Kt(+f),l):e},l.x1=function(f){return arguments.length?(n=f==null?null:typeof f=="function"?f:Kt(+f),l):n},l.y=function(f){return arguments.length?(t=typeof f=="function"?f:Kt(+f),r=null,l):t},l.y0=function(f){return arguments.length?(t=typeof f=="function"?f:Kt(+f),l):t},l.y1=function(f){return arguments.length?(r=f==null?null:typeof f=="function"?f:Kt(+f),l):r},l.lineX0=l.lineY0=function(){return c().x(e).y(t)},l.lineY1=function(){return c().x(e).y(r)},l.lineX1=function(){return c().x(n).y(t)},l.defined=function(f){return arguments.length?(i=typeof f=="function"?f:Kt(!!f),l):i},l.curve=function(f){return arguments.length?(o=f,a!=null&&(s=o(a)),l):o},l.context=function(f){return arguments.length?(f==null?a=s=null:s=o(a=f),l):a},l}class gP{constructor(t,r){this._context=t,this._x=r}areaStart(){this._line=0}areaEnd(){this._line=NaN}lineStart(){this._point=0}lineEnd(){(this._line||this._line!==0&&this._point===1)&&this._context.closePath(),this._line=1-this._line}point(t,r){switch(t=+t,r=+r,this._point){case 0:{this._point=1,this._line?this._context.lineTo(t,r):this._context.moveTo(t,r);break}case 1:this._point=2;default:{this._x?this._context.bezierCurveTo(this._x0=(this._x0+t)/2,this._y0,this._x0,r,t,r):this._context.bezierCurveTo(this._x0,this._y0=(this._y0+r)/2,t,this._y0,t,r);break}}this._x0=t,this._y0=r}}function TR(e){return new gP(e,!0)}function ER(e){return new gP(e,!1)}const Xv={draw(e,t){const r=qr(t/Ku);e.moveTo(r,0),e.arc(0,0,r,0,tc)}},CR={draw(e,t){const r=qr(t/5)/2;e.moveTo(-3*r,-r),e.lineTo(-r,-r),e.lineTo(-r,-3*r),e.lineTo(r,-3*r),e.lineTo(r,-r),e.lineTo(3*r,-r),e.lineTo(3*r,r),e.lineTo(r,r),e.lineTo(r,3*r),e.lineTo(-r,3*r),e.lineTo(-r,r),e.lineTo(-3*r,r),e.closePath()}},bP=qr(1/3),MR=bP*2,kR={draw(e,t){const r=qr(t/MR),n=r*bP;e.moveTo(0,-r),e.lineTo(n,0),e.lineTo(0,r),e.lineTo(-n,0),e.closePath()}},$R={draw(e,t){const r=qr(t),n=-r/2;e.rect(n,n,r,r)}},jR=.8908130915292852,_P=Hu(Ku/10)/Hu(7*Ku/10),DR=Hu(tc/10)*_P,RR=-pP(tc/10)*_P,IR={draw(e,t){const r=qr(t*jR),n=DR*r,i=RR*r;e.moveTo(0,-r),e.lineTo(n,i);for(let a=1;a<5;++a){const o=tc*a/5,s=pP(o),u=Hu(o);e.lineTo(u*r,-s*r),e.lineTo(s*n-u*i,u*n+s*i)}e.closePath()}},Yc=qr(3),NR={draw(e,t){const r=-qr(t/(Yc*3));e.moveTo(0,r*2),e.lineTo(-Yc*r,-r),e.lineTo(Yc*r,-r),e.closePath()}},vr=-.5,gr=qr(3)/2,Rm=1/qr(12),LR=(Rm/2+1)*3,BR={draw(e,t){const r=qr(t/LR),n=r/2,i=r*Rm,a=n,o=r*Rm+r,s=-a,u=o;e.moveTo(n,i),e.lineTo(a,o),e.lineTo(s,u),e.lineTo(vr*n-gr*i,gr*n+vr*i),e.lineTo(vr*a-gr*o,gr*a+vr*o),e.lineTo(vr*s-gr*u,gr*s+vr*u),e.lineTo(vr*n+gr*i,vr*i-gr*n),e.lineTo(vr*a+gr*o,vr*o-gr*a),e.lineTo(vr*s+gr*u,vr*u-gr*s),e.closePath()}};function qR(e,t){let r=null,n=Hv(i);e=typeof e=="function"?e:Kt(e||Xv),t=typeof t=="function"?t:Kt(t===void 0?64:+t);function i(){let a;if(r||(r=a=n()),e.apply(this,arguments).draw(r,+t.apply(this,arguments)),a)return r=null,a+""||null}return i.type=function(a){return arguments.length?(e=typeof a=="function"?a:Kt(a),i):e},i.size=function(a){return arguments.length?(t=typeof a=="function"?a:Kt(+a),i):t},i.context=function(a){return arguments.length?(r=a??null,i):r},i}function Yu(){}function Xu(e,t,r){e._context.bezierCurveTo((2*e._x0+e._x1)/3,(2*e._y0+e._y1)/3,(e._x0+2*e._x1)/3,(e._y0+2*e._y1)/3,(e._x0+4*e._x1+t)/6,(e._y0+4*e._y1+r)/6)}function xP(e){this._context=e}xP.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._y0=this._y1=NaN,this._point=0},lineEnd:function(){switch(this._point){case 3:Xu(this,this._x1,this._y1);case 2:this._context.lineTo(this._x1,this._y1);break}(this._line||this._line!==0&&this._point===1)&&this._context.closePath(),this._line=1-this._line},point:function(e,t){switch(e=+e,t=+t,this._point){case 0:this._point=1,this._line?this._context.lineTo(e,t):this._context.moveTo(e,t);break;case 1:this._point=2;break;case 2:this._point=3,this._context.lineTo((5*this._x0+this._x1)/6,(5*this._y0+this._y1)/6);default:Xu(this,e,t);break}this._x0=this._x1,this._x1=e,this._y0=this._y1,this._y1=t}};function FR(e){return new xP(e)}function wP(e){this._context=e}wP.prototype={areaStart:Yu,areaEnd:Yu,lineStart:function(){this._x0=this._x1=this._x2=this._x3=this._x4=this._y0=this._y1=this._y2=this._y3=this._y4=NaN,this._point=0},lineEnd:function(){switch(this._point){case 1:{this._context.moveTo(this._x2,this._y2),this._context.closePath();break}case 2:{this._context.moveTo((this._x2+2*this._x3)/3,(this._y2+2*this._y3)/3),this._context.lineTo((this._x3+2*this._x2)/3,(this._y3+2*this._y2)/3),this._context.closePath();break}case 3:{this.point(this._x2,this._y2),this.point(this._x3,this._y3),this.point(this._x4,this._y4);break}}},point:function(e,t){switch(e=+e,t=+t,this._point){case 0:this._point=1,this._x2=e,this._y2=t;break;case 1:this._point=2,this._x3=e,this._y3=t;break;case 2:this._point=3,this._x4=e,this._y4=t,this._context.moveTo((this._x0+4*this._x1+e)/6,(this._y0+4*this._y1+t)/6);break;default:Xu(this,e,t);break}this._x0=this._x1,this._x1=e,this._y0=this._y1,this._y1=t}};function zR(e){return new wP(e)}function SP(e){this._context=e}SP.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._y0=this._y1=NaN,this._point=0},lineEnd:function(){(this._line||this._line!==0&&this._point===3)&&this._context.closePath(),this._line=1-this._line},point:function(e,t){switch(e=+e,t=+t,this._point){case 0:this._point=1;break;case 1:this._point=2;break;case 2:this._point=3;var r=(this._x0+4*this._x1+e)/6,n=(this._y0+4*this._y1+t)/6;this._line?this._context.lineTo(r,n):this._context.moveTo(r,n);break;case 3:this._point=4;default:Xu(this,e,t);break}this._x0=this._x1,this._x1=e,this._y0=this._y1,this._y1=t}};function UR(e){return new SP(e)}function e0(e,t,r){e._context.bezierCurveTo(e._x1+e._k*(e._x2-e._x0),e._y1+e._k*(e._y2-e._y0),e._x2+e._k*(e._x1-t),e._y2+e._k*(e._y1-r),e._x2,e._y2)}function Vv(e,t){this._context=e,this._k=(1-t)/6}Vv.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._x2=this._y0=this._y1=this._y2=NaN,this._point=0},lineEnd:function(){switch(this._point){case 2:this._context.lineTo(this._x2,this._y2);break;case 3:e0(this,this._x1,this._y1);break}(this._line||this._line!==0&&this._point===1)&&this._context.closePath(),this._line=1-this._line},point:function(e,t){switch(e=+e,t=+t,this._point){case 0:this._point=1,this._line?this._context.lineTo(e,t):this._context.moveTo(e,t);break;case 1:this._point=2,this._x1=e,this._y1=t;break;case 2:this._point=3;default:e0(this,e,t);break}this._x0=this._x1,this._x1=this._x2,this._x2=e,this._y0=this._y1,this._y1=this._y2,this._y2=t}};(function e(t){function r(n){return new Vv(n,t)}return r.tension=function(n){return e(+n)},r})(0);function WR(e,t,r){var n=e._x1,i=e._y1,a=e._x2,o=e._y2;if(e._l01_a>t0){var s=2*e._l01_2a+3*e._l01_a*e._l12_a+e._l12_2a,u=3*e._l01_a*(e._l01_a+e._l12_a);n=(n*s-e._x0*e._l12_2a+e._x2*e._l01_2a)/u,i=(i*s-e._y0*e._l12_2a+e._y2*e._l01_2a)/u}if(e._l23_a>t0){var l=2*e._l23_2a+3*e._l23_a*e._l12_a+e._l12_2a,c=3*e._l23_a*(e._l23_a+e._l12_a);a=(a*l+e._x1*e._l23_2a-t*e._l12_2a)/c,o=(o*l+e._y1*e._l23_2a-r*e._l12_2a)/c}e._context.bezierCurveTo(n,i,a,o,e._x2,e._y2)}function OP(e,t){this._context=e,this._alpha=t}OP.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._x2=this._y0=this._y1=this._y2=NaN,this._l01_a=this._l12_a=this._l23_a=this._l01_2a=this._l12_2a=this._l23_2a=this._point=0},lineEnd:function(){switch(this._point){case 2:this._context.lineTo(this._x2,this._y2);break;case 3:this.point(this._x2,this._y2);break}(this._line||this._line!==0&&this._point===1)&&this._context.closePath(),this._line=1-this._line},point:function(e,t){if(e=+e,t=+t,this._point){var r=this._x2-e,n=this._y2-t;this._l23_a=Math.sqrt(this._l23_2a=Math.pow(r*r+n*n,this._alpha))}switch(this._point){case 0:this._point=1,this._line?this._context.lineTo(e,t):this._context.moveTo(e,t);break;case 1:this._point=2;break;case 2:this._point=3;default:WR(this,e,t);break}this._l01_a=this._l12_a,this._l12_a=this._l23_a,this._l01_2a=this._l12_2a,this._l12_2a=this._l23_2a,this._x0=this._x1,this._x1=this._x2,this._x2=e,this._y0=this._y1,this._y1=this._y2,this._y2=t}};const Im=(function e(t){function r(n){return t?new OP(n,t):new Vv(n,0)}return r.alpha=function(n){return e(+n)},r})(.5);function AP(e){this._context=e}AP.prototype={areaStart:Yu,areaEnd:Yu,lineStart:function(){this._point=0},lineEnd:function(){this._point&&this._context.closePath()},point:function(e,t){e=+e,t=+t,this._point?this._context.lineTo(e,t):(this._point=1,this._context.moveTo(e,t))}};function GR(e){return new AP(e)}function r0(e){return e<0?-1:1}function n0(e,t,r){var n=e._x1-e._x0,i=t-e._x1,a=(e._y1-e._y0)/(n||i<0&&-0),o=(r-e._y1)/(i||n<0&&-0),s=(a*i+o*n)/(n+i);return(r0(a)+r0(o))*Math.min(Math.abs(a),Math.abs(o),.5*Math.abs(s))||0}function i0(e,t){var r=e._x1-e._x0;return r?(3*(e._y1-e._y0)/r-t)/2:t}function Xc(e,t,r){var n=e._x0,i=e._y0,a=e._x1,o=e._y1,s=(a-n)/3;e._context.bezierCurveTo(n+s,i+s*t,a-s,o-s*r,a,o)}function Vu(e){this._context=e}Vu.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._y0=this._y1=this._t0=NaN,this._point=0},lineEnd:function(){switch(this._point){case 2:this._context.lineTo(this._x1,this._y1);break;case 3:Xc(this,this._t0,i0(this,this._t0));break}(this._line||this._line!==0&&this._point===1)&&this._context.closePath(),this._line=1-this._line},point:function(e,t){var r=NaN;if(e=+e,t=+t,!(e===this._x1&&t===this._y1)){switch(this._point){case 0:this._point=1,this._line?this._context.lineTo(e,t):this._context.moveTo(e,t);break;case 1:this._point=2;break;case 2:this._point=3,Xc(this,i0(this,r=n0(this,e,t)),r);break;default:Xc(this,this._t0,r=n0(this,e,t));break}this._x0=this._x1,this._x1=e,this._y0=this._y1,this._y1=t,this._t0=r}}};function PP(e){this._context=new TP(e)}(PP.prototype=Object.create(Vu.prototype)).point=function(e,t){Vu.prototype.point.call(this,t,e)};function TP(e){this._context=e}TP.prototype={moveTo:function(e,t){this._context.moveTo(t,e)},closePath:function(){this._context.closePath()},lineTo:function(e,t){this._context.lineTo(t,e)},bezierCurveTo:function(e,t,r,n,i,a){this._context.bezierCurveTo(t,e,n,r,a,i)}};function EP(e){return new Vu(e)}function HR(e){return new PP(e)}function CP(e){this._context=e}CP.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x=[],this._y=[]},lineEnd:function(){var e=this._x,t=this._y,r=e.length;if(r)if(this._line?this._context.lineTo(e[0],t[0]):this._context.moveTo(e[0],t[0]),r===2)this._context.lineTo(e[1],t[1]);else for(var n=a0(e),i=a0(t),a=0,o=1;o<r;++a,++o)this._context.bezierCurveTo(n[0][a],i[0][a],n[1][a],i[1][a],e[o],t[o]);(this._line||this._line!==0&&r===1)&&this._context.closePath(),this._line=1-this._line,this._x=this._y=null},point:function(e,t){this._x.push(+e),this._y.push(+t)}};function a0(e){var t,r=e.length-1,n,i=new Array(r),a=new Array(r),o=new Array(r);for(i[0]=0,a[0]=2,o[0]=e[0]+2*e[1],t=1;t<r-1;++t)i[t]=1,a[t]=4,o[t]=4*e[t]+2*e[t+1];for(i[r-1]=2,a[r-1]=7,o[r-1]=8*e[r-1]+e[r],t=1;t<r;++t)n=i[t]/a[t-1],a[t]-=n,o[t]-=n*o[t-1];for(i[r-1]=o[r-1]/a[r-1],t=r-2;t>=0;--t)i[t]=(o[t]-i[t+1])/a[t];for(a[r-1]=(e[r]+i[r-1])/2,t=0;t<r-1;++t)a[t]=2*e[t+1]-i[t+1];return[i,a]}function KR(e){return new CP(e)}function rc(e,t){this._context=e,this._t=t}rc.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x=this._y=NaN,this._point=0},lineEnd:function(){0<this._t&&this._t<1&&this._point===2&&this._context.lineTo(this._x,this._y),(this._line||this._line!==0&&this._point===1)&&this._context.closePath(),this._line>=0&&(this._t=1-this._t,this._line=1-this._line)},point:function(e,t){switch(e=+e,t=+t,this._point){case 0:this._point=1,this._line?this._context.lineTo(e,t):this._context.moveTo(e,t);break;case 1:this._point=2;default:{if(this._t<=0)this._context.lineTo(this._x,t),this._context.lineTo(e,t);else{var r=this._x*(1-this._t)+e*this._t;this._context.lineTo(r,this._y),this._context.lineTo(r,t)}break}}this._x=e,this._y=t}};function YR(e){return new rc(e,.5)}function XR(e){return new rc(e,0)}function VR(e){return new rc(e,1)}function _a(e,t){if((o=e.length)>1)for(var r=1,n,i,a=e[t[0]],o,s=a.length;r<o;++r)for(i=a,a=e[t[r]],n=0;n<s;++n)a[n][1]+=a[n][0]=isNaN(i[n][1])?i[n][0]:i[n][1]}function Nm(e){for(var t=e.length,r=new Array(t);--t>=0;)r[t]=t;return r}function ZR(e,t){return e[t]}function JR(e){const t=[];return t.key=e,t}function Zu(){var e=Kt([]),t=Nm,r=_a,n=ZR;function i(a){var o=Array.from(e.apply(this,arguments),JR),s,u=o.length,l=-1,c;for(const f of a)for(s=0,++l;s<u;++s)(o[s][l]=[0,+n(f,o[s].key,l,a)]).data=f;for(s=0,c=Kv(t(o));s<u;++s)o[c[s]].index=s;return r(o,c),o}return i.keys=function(a){return arguments.length?(e=typeof a=="function"?a:Kt(Array.from(a)),i):e},i.value=function(a){return arguments.length?(n=typeof a=="function"?a:Kt(+a),i):n},i.order=function(a){return arguments.length?(t=a==null?Nm:typeof a=="function"?a:Kt(Array.from(a)),i):t},i.offset=function(a){return arguments.length?(r=a??_a,i):r},i}function QR(e,t){if((n=e.length)>0){for(var r,n,i=0,a=e[0].length,o;i<a;++i){for(o=r=0;r<n;++r)o+=e[r][i][1]||0;if(o)for(r=0;r<n;++r)e[r][i][1]/=o}_a(e,t)}}function tI(e,t){if((i=e.length)>0){for(var r=0,n=e[t[0]],i,a=n.length;r<a;++r){for(var o=0,s=0;o<i;++o)s+=e[o][r][1]||0;n[r][1]+=n[r][0]=-s/2}_a(e,t)}}function eI(e,t){if(!(!((o=e.length)>0)||!((a=(i=e[t[0]]).length)>0))){for(var r=0,n=1,i,a,o;n<a;++n){for(var s=0,u=0,l=0;s<o;++s){for(var c=e[t[s]],f=c[n][1]||0,h=c[n-1][1]||0,p=(f-h)/2,y=0;y<s;++y){var m=e[t[y]],d=m[n][1]||0,g=m[n-1][1]||0;p+=d-g}u+=f,l+=p*f}i[n-1][1]+=i[n-1][0]=r,u&&(r-=l/u)}i[n-1][1]+=i[n-1][0]=r,_a(e,t)}}function hn(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function MP(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e.__proto__=t}/*!
|
|
1
|
+
"use strict";var uk=Object.defineProperty;var lk=(e,t,r)=>t in e?uk(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r;var Uo=(e,t,r)=>lk(e,typeof t!="symbol"?t+"":t,r);Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const K=require("react/jsx-runtime"),tt=require("@mui/material"),O=require("react"),zO=require("@mui/icons-material");function ck(e){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const r in e)if(r!=="default"){const n=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(t,r,n.get?n:{enumerable:!0,get:()=>e[r]})}}return t.default=e,Object.freeze(t)}const Hr=ck(O);function fk(e){return e}var bf=1,xf=2,ty=3,as=4,B0=1e-6;function hk(e){return"translate("+e+",0)"}function pk(e){return"translate(0,"+e+")"}function dk(e){return t=>+e(t)}function mk(e,t){return t=Math.max(0,e.bandwidth()-t*2)/2,e.round()&&(t=Math.round(t)),r=>+e(r)+t}function yk(){return!this.__axis}function UO(e,t){var r=[],n=null,i=null,a=6,o=6,s=3,u=typeof window<"u"&&window.devicePixelRatio>1?0:.5,l=e===bf||e===as?-1:1,c=e===as||e===xf?"x":"y",f=e===bf||e===ty?hk:pk;function h(p){var y=n??(t.ticks?t.ticks.apply(t,r):t.domain()),d=i??(t.tickFormat?t.tickFormat.apply(t,r):fk),m=Math.max(a,0)+s,v=t.range(),_=+v[0]+u,b=+v[v.length-1]+u,x=(t.bandwidth?mk:dk)(t.copy(),u),g=p.selection?p.selection():p,w=g.selectAll(".domain").data([null]),S=g.selectAll(".tick").data(y,t).order(),A=S.exit(),T=S.enter().append("g").attr("class","tick"),M=S.select("line"),P=S.select("text");w=w.merge(w.enter().insert("path",".tick").attr("class","domain").attr("stroke","currentColor")),S=S.merge(T),M=M.merge(T.append("line").attr("stroke","currentColor").attr(c+"2",l*a)),P=P.merge(T.append("text").attr("fill","currentColor").attr(c,l*m).attr("dy",e===bf?"0em":e===ty?"0.71em":"0.32em")),p!==g&&(w=w.transition(p),S=S.transition(p),M=M.transition(p),P=P.transition(p),A=A.transition(p).attr("opacity",B0).attr("transform",function(E){return isFinite(E=x(E))?f(E+u):this.getAttribute("transform")}),T.attr("opacity",B0).attr("transform",function(E){var k=this.parentNode.__axis;return f((k&&isFinite(k=k(E))?k:x(E))+u)})),A.remove(),w.attr("d",e===as||e===xf?o?"M"+l*o+","+_+"H"+u+"V"+b+"H"+l*o:"M"+u+","+_+"V"+b:o?"M"+_+","+l*o+"V"+u+"H"+b+"V"+l*o:"M"+_+","+u+"H"+b),S.attr("opacity",1).attr("transform",function(E){return f(x(E)+u)}),M.attr(c+"2",l*a),P.attr(c,l*m).text(d),g.filter(yk).attr("fill","none").attr("font-size",10).attr("font-family","sans-serif").attr("text-anchor",e===xf?"start":e===as?"end":"middle"),g.each(function(){this.__axis=x})}return h.scale=function(p){return arguments.length?(t=p,h):t},h.ticks=function(){return r=Array.from(arguments),h},h.tickArguments=function(p){return arguments.length?(r=p==null?[]:Array.from(p),h):r.slice()},h.tickValues=function(p){return arguments.length?(n=p==null?null:Array.from(p),h):n&&n.slice()},h.tickFormat=function(p){return arguments.length?(i=p,h):i},h.tickSize=function(p){return arguments.length?(a=o=+p,h):a},h.tickSizeInner=function(p){return arguments.length?(a=+p,h):a},h.tickSizeOuter=function(p){return arguments.length?(o=+p,h):o},h.tickPadding=function(p){return arguments.length?(s=+p,h):s},h.offset=function(p){return arguments.length?(u=+p,h):u},h}function Cs(e){return UO(ty,e)}function Ms(e){return UO(as,e)}var gk={value:()=>{}};function tv(){for(var e=0,t=arguments.length,r={},n;e<t;++e){if(!(n=arguments[e]+"")||n in r||/[\s.]/.test(n))throw new Error("illegal type: "+n);r[n]=[]}return new il(r)}function il(e){this._=e}function vk(e,t){return e.trim().split(/^|\s+/).map(function(r){var n="",i=r.indexOf(".");if(i>=0&&(n=r.slice(i+1),r=r.slice(0,i)),r&&!t.hasOwnProperty(r))throw new Error("unknown type: "+r);return{type:r,name:n}})}il.prototype=tv.prototype={constructor:il,on:function(e,t){var r=this._,n=vk(e+"",r),i,a=-1,o=n.length;if(arguments.length<2){for(;++a<o;)if((i=(e=n[a]).type)&&(i=bk(r[i],e.name)))return i;return}if(t!=null&&typeof t!="function")throw new Error("invalid callback: "+t);for(;++a<o;)if(i=(e=n[a]).type)r[i]=q0(r[i],e.name,t);else if(t==null)for(i in r)r[i]=q0(r[i],e.name,null);return this},copy:function(){var e={},t=this._;for(var r in t)e[r]=t[r].slice();return new il(e)},call:function(e,t){if((i=arguments.length-2)>0)for(var r=new Array(i),n=0,i,a;n<i;++n)r[n]=arguments[n+2];if(!this._.hasOwnProperty(e))throw new Error("unknown type: "+e);for(a=this._[e],n=0,i=a.length;n<i;++n)a[n].value.apply(t,r)},apply:function(e,t,r){if(!this._.hasOwnProperty(e))throw new Error("unknown type: "+e);for(var n=this._[e],i=0,a=n.length;i<a;++i)n[i].value.apply(t,r)}};function bk(e,t){for(var r=0,n=e.length,i;r<n;++r)if((i=e[r]).name===t)return i.value}function q0(e,t,r){for(var n=0,i=e.length;n<i;++n)if(e[n].name===t){e[n]=gk,e=e.slice(0,n).concat(e.slice(n+1));break}return r!=null&&e.push({name:t,value:r}),e}var ey="http://www.w3.org/1999/xhtml";const F0={svg:"http://www.w3.org/2000/svg",xhtml:ey,xlink:"http://www.w3.org/1999/xlink",xml:"http://www.w3.org/XML/1998/namespace",xmlns:"http://www.w3.org/2000/xmlns/"};function Ac(e){var t=e+="",r=t.indexOf(":");return r>=0&&(t=e.slice(0,r))!=="xmlns"&&(e=e.slice(r+1)),F0.hasOwnProperty(t)?{space:F0[t],local:e}:e}function xk(e){return function(){var t=this.ownerDocument,r=this.namespaceURI;return r===ey&&t.documentElement.namespaceURI===ey?t.createElement(e):t.createElementNS(r,e)}}function _k(e){return function(){return this.ownerDocument.createElementNS(e.space,e.local)}}function WO(e){var t=Ac(e);return(t.local?_k:xk)(t)}function wk(){}function ev(e){return e==null?wk:function(){return this.querySelector(e)}}function Sk(e){typeof e!="function"&&(e=ev(e));for(var t=this._groups,r=t.length,n=new Array(r),i=0;i<r;++i)for(var a=t[i],o=a.length,s=n[i]=new Array(o),u,l,c=0;c<o;++c)(u=a[c])&&(l=e.call(u,u.__data__,c,a))&&("__data__"in u&&(l.__data__=u.__data__),s[c]=l);return new Mr(n,this._parents)}function Ak(e){return e==null?[]:Array.isArray(e)?e:Array.from(e)}function Ok(){return[]}function HO(e){return e==null?Ok:function(){return this.querySelectorAll(e)}}function Tk(e){return function(){return Ak(e.apply(this,arguments))}}function Pk(e){typeof e=="function"?e=Tk(e):e=HO(e);for(var t=this._groups,r=t.length,n=[],i=[],a=0;a<r;++a)for(var o=t[a],s=o.length,u,l=0;l<s;++l)(u=o[l])&&(n.push(e.call(u,u.__data__,l,o)),i.push(u));return new Mr(n,i)}function GO(e){return function(){return this.matches(e)}}function KO(e){return function(t){return t.matches(e)}}var Ek=Array.prototype.find;function Ck(e){return function(){return Ek.call(this.children,e)}}function Mk(){return this.firstElementChild}function kk(e){return this.select(e==null?Mk:Ck(typeof e=="function"?e:KO(e)))}var $k=Array.prototype.filter;function jk(){return Array.from(this.children)}function Rk(e){return function(){return $k.call(this.children,e)}}function Dk(e){return this.selectAll(e==null?jk:Rk(typeof e=="function"?e:KO(e)))}function Ik(e){typeof e!="function"&&(e=GO(e));for(var t=this._groups,r=t.length,n=new Array(r),i=0;i<r;++i)for(var a=t[i],o=a.length,s=n[i]=[],u,l=0;l<o;++l)(u=a[l])&&e.call(u,u.__data__,l,a)&&s.push(u);return new Mr(n,this._parents)}function XO(e){return new Array(e.length)}function Nk(){return new Mr(this._enter||this._groups.map(XO),this._parents)}function fl(e,t){this.ownerDocument=e.ownerDocument,this.namespaceURI=e.namespaceURI,this._next=null,this._parent=e,this.__data__=t}fl.prototype={constructor:fl,appendChild:function(e){return this._parent.insertBefore(e,this._next)},insertBefore:function(e,t){return this._parent.insertBefore(e,t)},querySelector:function(e){return this._parent.querySelector(e)},querySelectorAll:function(e){return this._parent.querySelectorAll(e)}};function Lk(e){return function(){return e}}function Bk(e,t,r,n,i,a){for(var o=0,s,u=t.length,l=a.length;o<l;++o)(s=t[o])?(s.__data__=a[o],n[o]=s):r[o]=new fl(e,a[o]);for(;o<u;++o)(s=t[o])&&(i[o]=s)}function qk(e,t,r,n,i,a,o){var s,u,l=new Map,c=t.length,f=a.length,h=new Array(c),p;for(s=0;s<c;++s)(u=t[s])&&(h[s]=p=o.call(u,u.__data__,s,t)+"",l.has(p)?i[s]=u:l.set(p,u));for(s=0;s<f;++s)p=o.call(e,a[s],s,a)+"",(u=l.get(p))?(n[s]=u,u.__data__=a[s],l.delete(p)):r[s]=new fl(e,a[s]);for(s=0;s<c;++s)(u=t[s])&&l.get(h[s])===u&&(i[s]=u)}function Fk(e){return e.__data__}function zk(e,t){if(!arguments.length)return Array.from(this,Fk);var r=t?qk:Bk,n=this._parents,i=this._groups;typeof e!="function"&&(e=Lk(e));for(var a=i.length,o=new Array(a),s=new Array(a),u=new Array(a),l=0;l<a;++l){var c=n[l],f=i[l],h=f.length,p=Uk(e.call(c,c&&c.__data__,l,n)),y=p.length,d=s[l]=new Array(y),m=o[l]=new Array(y),v=u[l]=new Array(h);r(c,f,d,m,v,p,t);for(var _=0,b=0,x,g;_<y;++_)if(x=d[_]){for(_>=b&&(b=_+1);!(g=m[b])&&++b<y;);x._next=g||null}}return o=new Mr(o,n),o._enter=s,o._exit=u,o}function Uk(e){return typeof e=="object"&&"length"in e?e:Array.from(e)}function Wk(){return new Mr(this._exit||this._groups.map(XO),this._parents)}function Hk(e,t,r){var n=this.enter(),i=this,a=this.exit();return typeof e=="function"?(n=e(n),n&&(n=n.selection())):n=n.append(e+""),t!=null&&(i=t(i),i&&(i=i.selection())),r==null?a.remove():r(a),n&&i?n.merge(i).order():i}function Gk(e){for(var t=e.selection?e.selection():e,r=this._groups,n=t._groups,i=r.length,a=n.length,o=Math.min(i,a),s=new Array(i),u=0;u<o;++u)for(var l=r[u],c=n[u],f=l.length,h=s[u]=new Array(f),p,y=0;y<f;++y)(p=l[y]||c[y])&&(h[y]=p);for(;u<i;++u)s[u]=r[u];return new Mr(s,this._parents)}function Kk(){for(var e=this._groups,t=-1,r=e.length;++t<r;)for(var n=e[t],i=n.length-1,a=n[i],o;--i>=0;)(o=n[i])&&(a&&o.compareDocumentPosition(a)^4&&a.parentNode.insertBefore(o,a),a=o);return this}function Xk(e){e||(e=Yk);function t(f,h){return f&&h?e(f.__data__,h.__data__):!f-!h}for(var r=this._groups,n=r.length,i=new Array(n),a=0;a<n;++a){for(var o=r[a],s=o.length,u=i[a]=new Array(s),l,c=0;c<s;++c)(l=o[c])&&(u[c]=l);u.sort(t)}return new Mr(i,this._parents).order()}function Yk(e,t){return e<t?-1:e>t?1:e>=t?0:NaN}function Vk(){var e=arguments[0];return arguments[0]=this,e.apply(null,arguments),this}function Zk(){return Array.from(this)}function Jk(){for(var e=this._groups,t=0,r=e.length;t<r;++t)for(var n=e[t],i=0,a=n.length;i<a;++i){var o=n[i];if(o)return o}return null}function Qk(){let e=0;for(const t of this)++e;return e}function t$(){return!this.node()}function e$(e){for(var t=this._groups,r=0,n=t.length;r<n;++r)for(var i=t[r],a=0,o=i.length,s;a<o;++a)(s=i[a])&&e.call(s,s.__data__,a,i);return this}function r$(e){return function(){this.removeAttribute(e)}}function n$(e){return function(){this.removeAttributeNS(e.space,e.local)}}function i$(e,t){return function(){this.setAttribute(e,t)}}function a$(e,t){return function(){this.setAttributeNS(e.space,e.local,t)}}function o$(e,t){return function(){var r=t.apply(this,arguments);r==null?this.removeAttribute(e):this.setAttribute(e,r)}}function s$(e,t){return function(){var r=t.apply(this,arguments);r==null?this.removeAttributeNS(e.space,e.local):this.setAttributeNS(e.space,e.local,r)}}function u$(e,t){var r=Ac(e);if(arguments.length<2){var n=this.node();return r.local?n.getAttributeNS(r.space,r.local):n.getAttribute(r)}return this.each((t==null?r.local?n$:r$:typeof t=="function"?r.local?s$:o$:r.local?a$:i$)(r,t))}function YO(e){return e.ownerDocument&&e.ownerDocument.defaultView||e.document&&e||e.defaultView}function l$(e){return function(){this.style.removeProperty(e)}}function c$(e,t,r){return function(){this.style.setProperty(e,t,r)}}function f$(e,t,r){return function(){var n=t.apply(this,arguments);n==null?this.style.removeProperty(e):this.style.setProperty(e,n,r)}}function h$(e,t,r){return arguments.length>1?this.each((t==null?l$:typeof t=="function"?f$:c$)(e,t,r??"")):Ka(this.node(),e)}function Ka(e,t){return e.style.getPropertyValue(t)||YO(e).getComputedStyle(e,null).getPropertyValue(t)}function p$(e){return function(){delete this[e]}}function d$(e,t){return function(){this[e]=t}}function m$(e,t){return function(){var r=t.apply(this,arguments);r==null?delete this[e]:this[e]=r}}function y$(e,t){return arguments.length>1?this.each((t==null?p$:typeof t=="function"?m$:d$)(e,t)):this.node()[e]}function VO(e){return e.trim().split(/^|\s+/)}function rv(e){return e.classList||new ZO(e)}function ZO(e){this._node=e,this._names=VO(e.getAttribute("class")||"")}ZO.prototype={add:function(e){var t=this._names.indexOf(e);t<0&&(this._names.push(e),this._node.setAttribute("class",this._names.join(" ")))},remove:function(e){var t=this._names.indexOf(e);t>=0&&(this._names.splice(t,1),this._node.setAttribute("class",this._names.join(" ")))},contains:function(e){return this._names.indexOf(e)>=0}};function JO(e,t){for(var r=rv(e),n=-1,i=t.length;++n<i;)r.add(t[n])}function QO(e,t){for(var r=rv(e),n=-1,i=t.length;++n<i;)r.remove(t[n])}function g$(e){return function(){JO(this,e)}}function v$(e){return function(){QO(this,e)}}function b$(e,t){return function(){(t.apply(this,arguments)?JO:QO)(this,e)}}function x$(e,t){var r=VO(e+"");if(arguments.length<2){for(var n=rv(this.node()),i=-1,a=r.length;++i<a;)if(!n.contains(r[i]))return!1;return!0}return this.each((typeof t=="function"?b$:t?g$:v$)(r,t))}function _$(){this.textContent=""}function w$(e){return function(){this.textContent=e}}function S$(e){return function(){var t=e.apply(this,arguments);this.textContent=t??""}}function A$(e){return arguments.length?this.each(e==null?_$:(typeof e=="function"?S$:w$)(e)):this.node().textContent}function O$(){this.innerHTML=""}function T$(e){return function(){this.innerHTML=e}}function P$(e){return function(){var t=e.apply(this,arguments);this.innerHTML=t??""}}function E$(e){return arguments.length?this.each(e==null?O$:(typeof e=="function"?P$:T$)(e)):this.node().innerHTML}function C$(){this.nextSibling&&this.parentNode.appendChild(this)}function M$(){return this.each(C$)}function k$(){this.previousSibling&&this.parentNode.insertBefore(this,this.parentNode.firstChild)}function $$(){return this.each(k$)}function j$(e){var t=typeof e=="function"?e:WO(e);return this.select(function(){return this.appendChild(t.apply(this,arguments))})}function R$(){return null}function D$(e,t){var r=typeof e=="function"?e:WO(e),n=t==null?R$:typeof t=="function"?t:ev(t);return this.select(function(){return this.insertBefore(r.apply(this,arguments),n.apply(this,arguments)||null)})}function I$(){var e=this.parentNode;e&&e.removeChild(this)}function N$(){return this.each(I$)}function L$(){var e=this.cloneNode(!1),t=this.parentNode;return t?t.insertBefore(e,this.nextSibling):e}function B$(){var e=this.cloneNode(!0),t=this.parentNode;return t?t.insertBefore(e,this.nextSibling):e}function q$(e){return this.select(e?B$:L$)}function F$(e){return arguments.length?this.property("__data__",e):this.node().__data__}function z$(e){return function(t){e.call(this,t,this.__data__)}}function U$(e){return e.trim().split(/^|\s+/).map(function(t){var r="",n=t.indexOf(".");return n>=0&&(r=t.slice(n+1),t=t.slice(0,n)),{type:t,name:r}})}function W$(e){return function(){var t=this.__on;if(t){for(var r=0,n=-1,i=t.length,a;r<i;++r)a=t[r],(!e.type||a.type===e.type)&&a.name===e.name?this.removeEventListener(a.type,a.listener,a.options):t[++n]=a;++n?t.length=n:delete this.__on}}}function H$(e,t,r){return function(){var n=this.__on,i,a=z$(t);if(n){for(var o=0,s=n.length;o<s;++o)if((i=n[o]).type===e.type&&i.name===e.name){this.removeEventListener(i.type,i.listener,i.options),this.addEventListener(i.type,i.listener=a,i.options=r),i.value=t;return}}this.addEventListener(e.type,a,r),i={type:e.type,name:e.name,value:t,listener:a,options:r},n?n.push(i):this.__on=[i]}}function G$(e,t,r){var n=U$(e+""),i,a=n.length,o;if(arguments.length<2){var s=this.node().__on;if(s){for(var u=0,l=s.length,c;u<l;++u)for(i=0,c=s[u];i<a;++i)if((o=n[i]).type===c.type&&o.name===c.name)return c.value}return}for(s=t?H$:W$,i=0;i<a;++i)this.each(s(n[i],t,r));return this}function tT(e,t,r){var n=YO(e),i=n.CustomEvent;typeof i=="function"?i=new i(t,r):(i=n.document.createEvent("Event"),r?(i.initEvent(t,r.bubbles,r.cancelable),i.detail=r.detail):i.initEvent(t,!1,!1)),e.dispatchEvent(i)}function K$(e,t){return function(){return tT(this,e,t)}}function X$(e,t){return function(){return tT(this,e,t.apply(this,arguments))}}function Y$(e,t){return this.each((typeof t=="function"?X$:K$)(e,t))}function*V$(){for(var e=this._groups,t=0,r=e.length;t<r;++t)for(var n=e[t],i=0,a=n.length,o;i<a;++i)(o=n[i])&&(yield o)}var eT=[null];function Mr(e,t){this._groups=e,this._parents=t}function Co(){return new Mr([[document.documentElement]],eT)}function Z$(){return this}Mr.prototype=Co.prototype={constructor:Mr,select:Sk,selectAll:Pk,selectChild:kk,selectChildren:Dk,filter:Ik,data:zk,enter:Nk,exit:Wk,join:Hk,merge:Gk,selection:Z$,order:Kk,sort:Xk,call:Vk,nodes:Zk,node:Jk,size:Qk,empty:t$,each:e$,attr:u$,style:h$,property:y$,classed:x$,text:A$,html:E$,raise:M$,lower:$$,append:j$,insert:D$,remove:N$,clone:q$,datum:F$,on:G$,dispatch:Y$,[Symbol.iterator]:V$};function ee(e){return typeof e=="string"?new Mr([[document.querySelector(e)]],[document.documentElement]):new Mr([[e]],eT)}function J$(e){let t;for(;t=e.sourceEvent;)e=t;return e}function ks(e,t){if(e=J$(e),t===void 0&&(t=e.currentTarget),t){var r=t.ownerSVGElement||t;if(r.createSVGPoint){var n=r.createSVGPoint();return n.x=e.clientX,n.y=e.clientY,n=n.matrixTransform(t.getScreenCTM().inverse()),[n.x,n.y]}if(t.getBoundingClientRect){var i=t.getBoundingClientRect();return[e.clientX-i.left-t.clientLeft,e.clientY-i.top-t.clientTop]}}return[e.pageX,e.pageY]}const ry={capture:!0,passive:!1};function ny(e){e.preventDefault(),e.stopImmediatePropagation()}function Q$(e){var t=e.document.documentElement,r=ee(e).on("dragstart.drag",ny,ry);"onselectstart"in t?r.on("selectstart.drag",ny,ry):(t.__noselect=t.style.MozUserSelect,t.style.MozUserSelect="none")}function tj(e,t){var r=e.document.documentElement,n=ee(e).on("dragstart.drag",null);t&&(n.on("click.drag",ny,ry),setTimeout(function(){n.on("click.drag",null)},0)),"onselectstart"in r?n.on("selectstart.drag",null):(r.style.MozUserSelect=r.__noselect,delete r.__noselect)}function nv(e,t,r){e.prototype=t.prototype=r,r.constructor=e}function rT(e,t){var r=Object.create(e.prototype);for(var n in t)r[n]=t[n];return r}function wu(){}var $s=.7,hl=1/$s,La="\\s*([+-]?\\d+)\\s*",js="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)\\s*",On="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)%\\s*",ej=/^#([0-9a-f]{3,8})$/,rj=new RegExp(`^rgb\\(${La},${La},${La}\\)$`),nj=new RegExp(`^rgb\\(${On},${On},${On}\\)$`),ij=new RegExp(`^rgba\\(${La},${La},${La},${js}\\)$`),aj=new RegExp(`^rgba\\(${On},${On},${On},${js}\\)$`),oj=new RegExp(`^hsl\\(${js},${On},${On}\\)$`),sj=new RegExp(`^hsla\\(${js},${On},${On},${js}\\)$`),z0={aliceblue:15792383,antiquewhite:16444375,aqua:65535,aquamarine:8388564,azure:15794175,beige:16119260,bisque:16770244,black:0,blanchedalmond:16772045,blue:255,blueviolet:9055202,brown:10824234,burlywood:14596231,cadetblue:6266528,chartreuse:8388352,chocolate:13789470,coral:16744272,cornflowerblue:6591981,cornsilk:16775388,crimson:14423100,cyan:65535,darkblue:139,darkcyan:35723,darkgoldenrod:12092939,darkgray:11119017,darkgreen:25600,darkgrey:11119017,darkkhaki:12433259,darkmagenta:9109643,darkolivegreen:5597999,darkorange:16747520,darkorchid:10040012,darkred:9109504,darksalmon:15308410,darkseagreen:9419919,darkslateblue:4734347,darkslategray:3100495,darkslategrey:3100495,darkturquoise:52945,darkviolet:9699539,deeppink:16716947,deepskyblue:49151,dimgray:6908265,dimgrey:6908265,dodgerblue:2003199,firebrick:11674146,floralwhite:16775920,forestgreen:2263842,fuchsia:16711935,gainsboro:14474460,ghostwhite:16316671,gold:16766720,goldenrod:14329120,gray:8421504,green:32768,greenyellow:11403055,grey:8421504,honeydew:15794160,hotpink:16738740,indianred:13458524,indigo:4915330,ivory:16777200,khaki:15787660,lavender:15132410,lavenderblush:16773365,lawngreen:8190976,lemonchiffon:16775885,lightblue:11393254,lightcoral:15761536,lightcyan:14745599,lightgoldenrodyellow:16448210,lightgray:13882323,lightgreen:9498256,lightgrey:13882323,lightpink:16758465,lightsalmon:16752762,lightseagreen:2142890,lightskyblue:8900346,lightslategray:7833753,lightslategrey:7833753,lightsteelblue:11584734,lightyellow:16777184,lime:65280,limegreen:3329330,linen:16445670,magenta:16711935,maroon:8388608,mediumaquamarine:6737322,mediumblue:205,mediumorchid:12211667,mediumpurple:9662683,mediumseagreen:3978097,mediumslateblue:8087790,mediumspringgreen:64154,mediumturquoise:4772300,mediumvioletred:13047173,midnightblue:1644912,mintcream:16121850,mistyrose:16770273,moccasin:16770229,navajowhite:16768685,navy:128,oldlace:16643558,olive:8421376,olivedrab:7048739,orange:16753920,orangered:16729344,orchid:14315734,palegoldenrod:15657130,palegreen:10025880,paleturquoise:11529966,palevioletred:14381203,papayawhip:16773077,peachpuff:16767673,peru:13468991,pink:16761035,plum:14524637,powderblue:11591910,purple:8388736,rebeccapurple:6697881,red:16711680,rosybrown:12357519,royalblue:4286945,saddlebrown:9127187,salmon:16416882,sandybrown:16032864,seagreen:3050327,seashell:16774638,sienna:10506797,silver:12632256,skyblue:8900331,slateblue:6970061,slategray:7372944,slategrey:7372944,snow:16775930,springgreen:65407,steelblue:4620980,tan:13808780,teal:32896,thistle:14204888,tomato:16737095,turquoise:4251856,violet:15631086,wheat:16113331,white:16777215,whitesmoke:16119285,yellow:16776960,yellowgreen:10145074};nv(wu,ia,{copy(e){return Object.assign(new this.constructor,this,e)},displayable(){return this.rgb().displayable()},hex:U0,formatHex:U0,formatHex8:uj,formatHsl:lj,formatRgb:W0,toString:W0});function U0(){return this.rgb().formatHex()}function uj(){return this.rgb().formatHex8()}function lj(){return nT(this).formatHsl()}function W0(){return this.rgb().formatRgb()}function ia(e){var t,r;return e=(e+"").trim().toLowerCase(),(t=ej.exec(e))?(r=t[1].length,t=parseInt(t[1],16),r===6?H0(t):r===3?new sr(t>>8&15|t>>4&240,t>>4&15|t&240,(t&15)<<4|t&15,1):r===8?Nu(t>>24&255,t>>16&255,t>>8&255,(t&255)/255):r===4?Nu(t>>12&15|t>>8&240,t>>8&15|t>>4&240,t>>4&15|t&240,((t&15)<<4|t&15)/255):null):(t=rj.exec(e))?new sr(t[1],t[2],t[3],1):(t=nj.exec(e))?new sr(t[1]*255/100,t[2]*255/100,t[3]*255/100,1):(t=ij.exec(e))?Nu(t[1],t[2],t[3],t[4]):(t=aj.exec(e))?Nu(t[1]*255/100,t[2]*255/100,t[3]*255/100,t[4]):(t=oj.exec(e))?X0(t[1],t[2]/100,t[3]/100,1):(t=sj.exec(e))?X0(t[1],t[2]/100,t[3]/100,t[4]):z0.hasOwnProperty(e)?H0(z0[e]):e==="transparent"?new sr(NaN,NaN,NaN,0):null}function H0(e){return new sr(e>>16&255,e>>8&255,e&255,1)}function Nu(e,t,r,n){return n<=0&&(e=t=r=NaN),new sr(e,t,r,n)}function cj(e){return e instanceof wu||(e=ia(e)),e?(e=e.rgb(),new sr(e.r,e.g,e.b,e.opacity)):new sr}function iy(e,t,r,n){return arguments.length===1?cj(e):new sr(e,t,r,n??1)}function sr(e,t,r,n){this.r=+e,this.g=+t,this.b=+r,this.opacity=+n}nv(sr,iy,rT(wu,{brighter(e){return e=e==null?hl:Math.pow(hl,e),new sr(this.r*e,this.g*e,this.b*e,this.opacity)},darker(e){return e=e==null?$s:Math.pow($s,e),new sr(this.r*e,this.g*e,this.b*e,this.opacity)},rgb(){return this},clamp(){return new sr(Vi(this.r),Vi(this.g),Vi(this.b),pl(this.opacity))},displayable(){return-.5<=this.r&&this.r<255.5&&-.5<=this.g&&this.g<255.5&&-.5<=this.b&&this.b<255.5&&0<=this.opacity&&this.opacity<=1},hex:G0,formatHex:G0,formatHex8:fj,formatRgb:K0,toString:K0}));function G0(){return`#${zi(this.r)}${zi(this.g)}${zi(this.b)}`}function fj(){return`#${zi(this.r)}${zi(this.g)}${zi(this.b)}${zi((isNaN(this.opacity)?1:this.opacity)*255)}`}function K0(){const e=pl(this.opacity);return`${e===1?"rgb(":"rgba("}${Vi(this.r)}, ${Vi(this.g)}, ${Vi(this.b)}${e===1?")":`, ${e})`}`}function pl(e){return isNaN(e)?1:Math.max(0,Math.min(1,e))}function Vi(e){return Math.max(0,Math.min(255,Math.round(e)||0))}function zi(e){return e=Vi(e),(e<16?"0":"")+e.toString(16)}function X0(e,t,r,n){return n<=0?e=t=r=NaN:r<=0||r>=1?e=t=NaN:t<=0&&(e=NaN),new nn(e,t,r,n)}function nT(e){if(e instanceof nn)return new nn(e.h,e.s,e.l,e.opacity);if(e instanceof wu||(e=ia(e)),!e)return new nn;if(e instanceof nn)return e;e=e.rgb();var t=e.r/255,r=e.g/255,n=e.b/255,i=Math.min(t,r,n),a=Math.max(t,r,n),o=NaN,s=a-i,u=(a+i)/2;return s?(t===a?o=(r-n)/s+(r<n)*6:r===a?o=(n-t)/s+2:o=(t-r)/s+4,s/=u<.5?a+i:2-a-i,o*=60):s=u>0&&u<1?0:o,new nn(o,s,u,e.opacity)}function hj(e,t,r,n){return arguments.length===1?nT(e):new nn(e,t,r,n??1)}function nn(e,t,r,n){this.h=+e,this.s=+t,this.l=+r,this.opacity=+n}nv(nn,hj,rT(wu,{brighter(e){return e=e==null?hl:Math.pow(hl,e),new nn(this.h,this.s,this.l*e,this.opacity)},darker(e){return e=e==null?$s:Math.pow($s,e),new nn(this.h,this.s,this.l*e,this.opacity)},rgb(){var e=this.h%360+(this.h<0)*360,t=isNaN(e)||isNaN(this.s)?0:this.s,r=this.l,n=r+(r<.5?r:1-r)*t,i=2*r-n;return new sr(_f(e>=240?e-240:e+120,i,n),_f(e,i,n),_f(e<120?e+240:e-120,i,n),this.opacity)},clamp(){return new nn(Y0(this.h),Lu(this.s),Lu(this.l),pl(this.opacity))},displayable(){return(0<=this.s&&this.s<=1||isNaN(this.s))&&0<=this.l&&this.l<=1&&0<=this.opacity&&this.opacity<=1},formatHsl(){const e=pl(this.opacity);return`${e===1?"hsl(":"hsla("}${Y0(this.h)}, ${Lu(this.s)*100}%, ${Lu(this.l)*100}%${e===1?")":`, ${e})`}`}}));function Y0(e){return e=(e||0)%360,e<0?e+360:e}function Lu(e){return Math.max(0,Math.min(1,e||0))}function _f(e,t,r){return(e<60?t+(r-t)*e/60:e<180?r:e<240?t+(r-t)*(240-e)/60:t)*255}const iv=e=>()=>e;function pj(e,t){return function(r){return e+r*t}}function dj(e,t,r){return e=Math.pow(e,r),t=Math.pow(t,r)-e,r=1/r,function(n){return Math.pow(e+n*t,r)}}function mj(e){return(e=+e)==1?iT:function(t,r){return r-t?dj(t,r,e):iv(isNaN(t)?r:t)}}function iT(e,t){var r=t-e;return r?pj(e,r):iv(isNaN(e)?t:e)}const dl=(function e(t){var r=mj(t);function n(i,a){var o=r((i=iy(i)).r,(a=iy(a)).r),s=r(i.g,a.g),u=r(i.b,a.b),l=iT(i.opacity,a.opacity);return function(c){return i.r=o(c),i.g=s(c),i.b=u(c),i.opacity=l(c),i+""}}return n.gamma=e,n})(1);function yj(e,t){t||(t=[]);var r=e?Math.min(t.length,e.length):0,n=t.slice(),i;return function(a){for(i=0;i<r;++i)n[i]=e[i]*(1-a)+t[i]*a;return n}}function gj(e){return ArrayBuffer.isView(e)&&!(e instanceof DataView)}function vj(e,t){var r=t?t.length:0,n=e?Math.min(r,e.length):0,i=new Array(n),a=new Array(r),o;for(o=0;o<n;++o)i[o]=pa(e[o],t[o]);for(;o<r;++o)a[o]=t[o];return function(s){for(o=0;o<n;++o)a[o]=i[o](s);return a}}function bj(e,t){var r=new Date;return e=+e,t=+t,function(n){return r.setTime(e*(1-n)+t*n),r}}function rn(e,t){return e=+e,t=+t,function(r){return e*(1-r)+t*r}}function xj(e,t){var r={},n={},i;(e===null||typeof e!="object")&&(e={}),(t===null||typeof t!="object")&&(t={});for(i in t)i in e?r[i]=pa(e[i],t[i]):n[i]=t[i];return function(a){for(i in r)n[i]=r[i](a);return n}}var ay=/[-+]?(?:\d+\.?\d*|\.?\d+)(?:[eE][-+]?\d+)?/g,wf=new RegExp(ay.source,"g");function _j(e){return function(){return e}}function wj(e){return function(t){return e(t)+""}}function aT(e,t){var r=ay.lastIndex=wf.lastIndex=0,n,i,a,o=-1,s=[],u=[];for(e=e+"",t=t+"";(n=ay.exec(e))&&(i=wf.exec(t));)(a=i.index)>r&&(a=t.slice(r,a),s[o]?s[o]+=a:s[++o]=a),(n=n[0])===(i=i[0])?s[o]?s[o]+=i:s[++o]=i:(s[++o]=null,u.push({i:o,x:rn(n,i)})),r=wf.lastIndex;return r<t.length&&(a=t.slice(r),s[o]?s[o]+=a:s[++o]=a),s.length<2?u[0]?wj(u[0].x):_j(t):(t=u.length,function(l){for(var c=0,f;c<t;++c)s[(f=u[c]).i]=f.x(l);return s.join("")})}function pa(e,t){var r=typeof t,n;return t==null||r==="boolean"?iv(t):(r==="number"?rn:r==="string"?(n=ia(t))?(t=n,dl):aT:t instanceof ia?dl:t instanceof Date?bj:gj(t)?yj:Array.isArray(t)?vj:typeof t.valueOf!="function"&&typeof t.toString!="function"||isNaN(t)?xj:rn)(e,t)}function av(e,t){return e=+e,t=+t,function(r){return Math.round(e*(1-r)+t*r)}}var V0=180/Math.PI,oy={translateX:0,translateY:0,rotate:0,skewX:0,scaleX:1,scaleY:1};function oT(e,t,r,n,i,a){var o,s,u;return(o=Math.sqrt(e*e+t*t))&&(e/=o,t/=o),(u=e*r+t*n)&&(r-=e*u,n-=t*u),(s=Math.sqrt(r*r+n*n))&&(r/=s,n/=s,u/=s),e*n<t*r&&(e=-e,t=-t,u=-u,o=-o),{translateX:i,translateY:a,rotate:Math.atan2(t,e)*V0,skewX:Math.atan(u)*V0,scaleX:o,scaleY:s}}var Bu;function Sj(e){const t=new(typeof DOMMatrix=="function"?DOMMatrix:WebKitCSSMatrix)(e+"");return t.isIdentity?oy:oT(t.a,t.b,t.c,t.d,t.e,t.f)}function Aj(e){return e==null||(Bu||(Bu=document.createElementNS("http://www.w3.org/2000/svg","g")),Bu.setAttribute("transform",e),!(e=Bu.transform.baseVal.consolidate()))?oy:(e=e.matrix,oT(e.a,e.b,e.c,e.d,e.e,e.f))}function sT(e,t,r,n){function i(l){return l.length?l.pop()+" ":""}function a(l,c,f,h,p,y){if(l!==f||c!==h){var d=p.push("translate(",null,t,null,r);y.push({i:d-4,x:rn(l,f)},{i:d-2,x:rn(c,h)})}else(f||h)&&p.push("translate("+f+t+h+r)}function o(l,c,f,h){l!==c?(l-c>180?c+=360:c-l>180&&(l+=360),h.push({i:f.push(i(f)+"rotate(",null,n)-2,x:rn(l,c)})):c&&f.push(i(f)+"rotate("+c+n)}function s(l,c,f,h){l!==c?h.push({i:f.push(i(f)+"skewX(",null,n)-2,x:rn(l,c)}):c&&f.push(i(f)+"skewX("+c+n)}function u(l,c,f,h,p,y){if(l!==f||c!==h){var d=p.push(i(p)+"scale(",null,",",null,")");y.push({i:d-4,x:rn(l,f)},{i:d-2,x:rn(c,h)})}else(f!==1||h!==1)&&p.push(i(p)+"scale("+f+","+h+")")}return function(l,c){var f=[],h=[];return l=e(l),c=e(c),a(l.translateX,l.translateY,c.translateX,c.translateY,f,h),o(l.rotate,c.rotate,f,h),s(l.skewX,c.skewX,f,h),u(l.scaleX,l.scaleY,c.scaleX,c.scaleY,f,h),l=c=null,function(p){for(var y=-1,d=h.length,m;++y<d;)f[(m=h[y]).i]=m.x(p);return f.join("")}}}var Oj=sT(Sj,"px, ","px)","deg)"),Tj=sT(Aj,", ",")",")");function Pj(e,t){t===void 0&&(t=e,e=pa);for(var r=0,n=t.length-1,i=t[0],a=new Array(n<0?0:n);r<n;)a[r]=e(i,i=t[++r]);return function(o){var s=Math.max(0,Math.min(n-1,Math.floor(o*=n)));return a[s](o-s)}}var Xa=0,os=0,Wo=0,uT=1e3,ml,ss,yl=0,aa=0,Oc=0,Rs=typeof performance=="object"&&performance.now?performance:Date,lT=typeof window=="object"&&window.requestAnimationFrame?window.requestAnimationFrame.bind(window):function(e){setTimeout(e,17)};function ov(){return aa||(lT(Ej),aa=Rs.now()+Oc)}function Ej(){aa=0}function gl(){this._call=this._time=this._next=null}gl.prototype=cT.prototype={constructor:gl,restart:function(e,t,r){if(typeof e!="function")throw new TypeError("callback is not a function");r=(r==null?ov():+r)+(t==null?0:+t),!this._next&&ss!==this&&(ss?ss._next=this:ml=this,ss=this),this._call=e,this._time=r,sy()},stop:function(){this._call&&(this._call=null,this._time=1/0,sy())}};function cT(e,t,r){var n=new gl;return n.restart(e,t,r),n}function Cj(){ov(),++Xa;for(var e=ml,t;e;)(t=aa-e._time)>=0&&e._call.call(void 0,t),e=e._next;--Xa}function Z0(){aa=(yl=Rs.now())+Oc,Xa=os=0;try{Cj()}finally{Xa=0,kj(),aa=0}}function Mj(){var e=Rs.now(),t=e-yl;t>uT&&(Oc-=t,yl=e)}function kj(){for(var e,t=ml,r,n=1/0;t;)t._call?(n>t._time&&(n=t._time),e=t,t=t._next):(r=t._next,t._next=null,t=e?e._next=r:ml=r);ss=e,sy(n)}function sy(e){if(!Xa){os&&(os=clearTimeout(os));var t=e-aa;t>24?(e<1/0&&(os=setTimeout(Z0,e-Rs.now()-Oc)),Wo&&(Wo=clearInterval(Wo))):(Wo||(yl=Rs.now(),Wo=setInterval(Mj,uT)),Xa=1,lT(Z0))}}function J0(e,t,r){var n=new gl;return t=t==null?0:+t,n.restart(i=>{n.stop(),e(i+t)},t,r),n}var $j=tv("start","end","cancel","interrupt"),jj=[],fT=0,Q0=1,uy=2,al=3,tb=4,ly=5,ol=6;function Tc(e,t,r,n,i,a){var o=e.__transition;if(!o)e.__transition={};else if(r in o)return;Rj(e,r,{name:t,index:n,group:i,on:$j,tween:jj,time:a.time,delay:a.delay,duration:a.duration,ease:a.ease,timer:null,state:fT})}function sv(e,t){var r=sn(e,t);if(r.state>fT)throw new Error("too late; already scheduled");return r}function Mn(e,t){var r=sn(e,t);if(r.state>al)throw new Error("too late; already running");return r}function sn(e,t){var r=e.__transition;if(!r||!(r=r[t]))throw new Error("transition not found");return r}function Rj(e,t,r){var n=e.__transition,i;n[t]=r,r.timer=cT(a,0,r.time);function a(l){r.state=Q0,r.timer.restart(o,r.delay,r.time),r.delay<=l&&o(l-r.delay)}function o(l){var c,f,h,p;if(r.state!==Q0)return u();for(c in n)if(p=n[c],p.name===r.name){if(p.state===al)return J0(o);p.state===tb?(p.state=ol,p.timer.stop(),p.on.call("interrupt",e,e.__data__,p.index,p.group),delete n[c]):+c<t&&(p.state=ol,p.timer.stop(),p.on.call("cancel",e,e.__data__,p.index,p.group),delete n[c])}if(J0(function(){r.state===al&&(r.state=tb,r.timer.restart(s,r.delay,r.time),s(l))}),r.state=uy,r.on.call("start",e,e.__data__,r.index,r.group),r.state===uy){for(r.state=al,i=new Array(h=r.tween.length),c=0,f=-1;c<h;++c)(p=r.tween[c].value.call(e,e.__data__,r.index,r.group))&&(i[++f]=p);i.length=f+1}}function s(l){for(var c=l<r.duration?r.ease.call(null,l/r.duration):(r.timer.restart(u),r.state=ly,1),f=-1,h=i.length;++f<h;)i[f].call(e,c);r.state===ly&&(r.on.call("end",e,e.__data__,r.index,r.group),u())}function u(){r.state=ol,r.timer.stop(),delete n[t];for(var l in n)return;delete e.__transition}}function cy(e,t){var r=e.__transition,n,i,a=!0,o;if(r){t=t==null?null:t+"";for(o in r){if((n=r[o]).name!==t){a=!1;continue}i=n.state>uy&&n.state<ly,n.state=ol,n.timer.stop(),n.on.call(i?"interrupt":"cancel",e,e.__data__,n.index,n.group),delete r[o]}a&&delete e.__transition}}function Dj(e){return this.each(function(){cy(this,e)})}function Ij(e,t){var r,n;return function(){var i=Mn(this,e),a=i.tween;if(a!==r){n=r=a;for(var o=0,s=n.length;o<s;++o)if(n[o].name===t){n=n.slice(),n.splice(o,1);break}}i.tween=n}}function Nj(e,t,r){var n,i;if(typeof r!="function")throw new Error;return function(){var a=Mn(this,e),o=a.tween;if(o!==n){i=(n=o).slice();for(var s={name:t,value:r},u=0,l=i.length;u<l;++u)if(i[u].name===t){i[u]=s;break}u===l&&i.push(s)}a.tween=i}}function Lj(e,t){var r=this._id;if(e+="",arguments.length<2){for(var n=sn(this.node(),r).tween,i=0,a=n.length,o;i<a;++i)if((o=n[i]).name===e)return o.value;return null}return this.each((t==null?Ij:Nj)(r,e,t))}function uv(e,t,r){var n=e._id;return e.each(function(){var i=Mn(this,n);(i.value||(i.value={}))[t]=r.apply(this,arguments)}),function(i){return sn(i,n).value[t]}}function hT(e,t){var r;return(typeof t=="number"?rn:t instanceof ia?dl:(r=ia(t))?(t=r,dl):aT)(e,t)}function Bj(e){return function(){this.removeAttribute(e)}}function qj(e){return function(){this.removeAttributeNS(e.space,e.local)}}function Fj(e,t,r){var n,i=r+"",a;return function(){var o=this.getAttribute(e);return o===i?null:o===n?a:a=t(n=o,r)}}function zj(e,t,r){var n,i=r+"",a;return function(){var o=this.getAttributeNS(e.space,e.local);return o===i?null:o===n?a:a=t(n=o,r)}}function Uj(e,t,r){var n,i,a;return function(){var o,s=r(this),u;return s==null?void this.removeAttribute(e):(o=this.getAttribute(e),u=s+"",o===u?null:o===n&&u===i?a:(i=u,a=t(n=o,s)))}}function Wj(e,t,r){var n,i,a;return function(){var o,s=r(this),u;return s==null?void this.removeAttributeNS(e.space,e.local):(o=this.getAttributeNS(e.space,e.local),u=s+"",o===u?null:o===n&&u===i?a:(i=u,a=t(n=o,s)))}}function Hj(e,t){var r=Ac(e),n=r==="transform"?Tj:hT;return this.attrTween(e,typeof t=="function"?(r.local?Wj:Uj)(r,n,uv(this,"attr."+e,t)):t==null?(r.local?qj:Bj)(r):(r.local?zj:Fj)(r,n,t))}function Gj(e,t){return function(r){this.setAttribute(e,t.call(this,r))}}function Kj(e,t){return function(r){this.setAttributeNS(e.space,e.local,t.call(this,r))}}function Xj(e,t){var r,n;function i(){var a=t.apply(this,arguments);return a!==n&&(r=(n=a)&&Kj(e,a)),r}return i._value=t,i}function Yj(e,t){var r,n;function i(){var a=t.apply(this,arguments);return a!==n&&(r=(n=a)&&Gj(e,a)),r}return i._value=t,i}function Vj(e,t){var r="attr."+e;if(arguments.length<2)return(r=this.tween(r))&&r._value;if(t==null)return this.tween(r,null);if(typeof t!="function")throw new Error;var n=Ac(e);return this.tween(r,(n.local?Xj:Yj)(n,t))}function Zj(e,t){return function(){sv(this,e).delay=+t.apply(this,arguments)}}function Jj(e,t){return t=+t,function(){sv(this,e).delay=t}}function Qj(e){var t=this._id;return arguments.length?this.each((typeof e=="function"?Zj:Jj)(t,e)):sn(this.node(),t).delay}function t2(e,t){return function(){Mn(this,e).duration=+t.apply(this,arguments)}}function e2(e,t){return t=+t,function(){Mn(this,e).duration=t}}function r2(e){var t=this._id;return arguments.length?this.each((typeof e=="function"?t2:e2)(t,e)):sn(this.node(),t).duration}function n2(e,t){if(typeof t!="function")throw new Error;return function(){Mn(this,e).ease=t}}function i2(e){var t=this._id;return arguments.length?this.each(n2(t,e)):sn(this.node(),t).ease}function a2(e,t){return function(){var r=t.apply(this,arguments);if(typeof r!="function")throw new Error;Mn(this,e).ease=r}}function o2(e){if(typeof e!="function")throw new Error;return this.each(a2(this._id,e))}function s2(e){typeof e!="function"&&(e=GO(e));for(var t=this._groups,r=t.length,n=new Array(r),i=0;i<r;++i)for(var a=t[i],o=a.length,s=n[i]=[],u,l=0;l<o;++l)(u=a[l])&&e.call(u,u.__data__,l,a)&&s.push(u);return new Wn(n,this._parents,this._name,this._id)}function u2(e){if(e._id!==this._id)throw new Error;for(var t=this._groups,r=e._groups,n=t.length,i=r.length,a=Math.min(n,i),o=new Array(n),s=0;s<a;++s)for(var u=t[s],l=r[s],c=u.length,f=o[s]=new Array(c),h,p=0;p<c;++p)(h=u[p]||l[p])&&(f[p]=h);for(;s<n;++s)o[s]=t[s];return new Wn(o,this._parents,this._name,this._id)}function l2(e){return(e+"").trim().split(/^|\s+/).every(function(t){var r=t.indexOf(".");return r>=0&&(t=t.slice(0,r)),!t||t==="start"})}function c2(e,t,r){var n,i,a=l2(t)?sv:Mn;return function(){var o=a(this,e),s=o.on;s!==n&&(i=(n=s).copy()).on(t,r),o.on=i}}function f2(e,t){var r=this._id;return arguments.length<2?sn(this.node(),r).on.on(e):this.each(c2(r,e,t))}function h2(e){return function(){var t=this.parentNode;for(var r in this.__transition)if(+r!==e)return;t&&t.removeChild(this)}}function p2(){return this.on("end.remove",h2(this._id))}function d2(e){var t=this._name,r=this._id;typeof e!="function"&&(e=ev(e));for(var n=this._groups,i=n.length,a=new Array(i),o=0;o<i;++o)for(var s=n[o],u=s.length,l=a[o]=new Array(u),c,f,h=0;h<u;++h)(c=s[h])&&(f=e.call(c,c.__data__,h,s))&&("__data__"in c&&(f.__data__=c.__data__),l[h]=f,Tc(l[h],t,r,h,l,sn(c,r)));return new Wn(a,this._parents,t,r)}function m2(e){var t=this._name,r=this._id;typeof e!="function"&&(e=HO(e));for(var n=this._groups,i=n.length,a=[],o=[],s=0;s<i;++s)for(var u=n[s],l=u.length,c,f=0;f<l;++f)if(c=u[f]){for(var h=e.call(c,c.__data__,f,u),p,y=sn(c,r),d=0,m=h.length;d<m;++d)(p=h[d])&&Tc(p,t,r,d,h,y);a.push(h),o.push(c)}return new Wn(a,o,t,r)}var y2=Co.prototype.constructor;function g2(){return new y2(this._groups,this._parents)}function v2(e,t){var r,n,i;return function(){var a=Ka(this,e),o=(this.style.removeProperty(e),Ka(this,e));return a===o?null:a===r&&o===n?i:i=t(r=a,n=o)}}function pT(e){return function(){this.style.removeProperty(e)}}function b2(e,t,r){var n,i=r+"",a;return function(){var o=Ka(this,e);return o===i?null:o===n?a:a=t(n=o,r)}}function x2(e,t,r){var n,i,a;return function(){var o=Ka(this,e),s=r(this),u=s+"";return s==null&&(u=s=(this.style.removeProperty(e),Ka(this,e))),o===u?null:o===n&&u===i?a:(i=u,a=t(n=o,s))}}function _2(e,t){var r,n,i,a="style."+t,o="end."+a,s;return function(){var u=Mn(this,e),l=u.on,c=u.value[a]==null?s||(s=pT(t)):void 0;(l!==r||i!==c)&&(n=(r=l).copy()).on(o,i=c),u.on=n}}function w2(e,t,r){var n=(e+="")=="transform"?Oj:hT;return t==null?this.styleTween(e,v2(e,n)).on("end.style."+e,pT(e)):typeof t=="function"?this.styleTween(e,x2(e,n,uv(this,"style."+e,t))).each(_2(this._id,e)):this.styleTween(e,b2(e,n,t),r).on("end.style."+e,null)}function S2(e,t,r){return function(n){this.style.setProperty(e,t.call(this,n),r)}}function A2(e,t,r){var n,i;function a(){var o=t.apply(this,arguments);return o!==i&&(n=(i=o)&&S2(e,o,r)),n}return a._value=t,a}function O2(e,t,r){var n="style."+(e+="");if(arguments.length<2)return(n=this.tween(n))&&n._value;if(t==null)return this.tween(n,null);if(typeof t!="function")throw new Error;return this.tween(n,A2(e,t,r??""))}function T2(e){return function(){this.textContent=e}}function P2(e){return function(){var t=e(this);this.textContent=t??""}}function E2(e){return this.tween("text",typeof e=="function"?P2(uv(this,"text",e)):T2(e==null?"":e+""))}function C2(e){return function(t){this.textContent=e.call(this,t)}}function M2(e){var t,r;function n(){var i=e.apply(this,arguments);return i!==r&&(t=(r=i)&&C2(i)),t}return n._value=e,n}function k2(e){var t="text";if(arguments.length<1)return(t=this.tween(t))&&t._value;if(e==null)return this.tween(t,null);if(typeof e!="function")throw new Error;return this.tween(t,M2(e))}function $2(){for(var e=this._name,t=this._id,r=dT(),n=this._groups,i=n.length,a=0;a<i;++a)for(var o=n[a],s=o.length,u,l=0;l<s;++l)if(u=o[l]){var c=sn(u,t);Tc(u,e,r,l,o,{time:c.time+c.delay+c.duration,delay:0,duration:c.duration,ease:c.ease})}return new Wn(n,this._parents,e,r)}function j2(){var e,t,r=this,n=r._id,i=r.size();return new Promise(function(a,o){var s={value:o},u={value:function(){--i===0&&a()}};r.each(function(){var l=Mn(this,n),c=l.on;c!==e&&(t=(e=c).copy(),t._.cancel.push(s),t._.interrupt.push(s),t._.end.push(u)),l.on=t}),i===0&&a()})}var R2=0;function Wn(e,t,r,n){this._groups=e,this._parents=t,this._name=r,this._id=n}function lv(e){return Co().transition(e)}function dT(){return++R2}var $n=Co.prototype;Wn.prototype=lv.prototype={constructor:Wn,select:d2,selectAll:m2,selectChild:$n.selectChild,selectChildren:$n.selectChildren,filter:s2,merge:u2,selection:g2,transition:$2,call:$n.call,nodes:$n.nodes,node:$n.node,size:$n.size,empty:$n.empty,each:$n.each,on:f2,attr:Hj,attrTween:Vj,style:w2,styleTween:O2,text:E2,textTween:k2,remove:p2,tween:Lj,delay:Qj,duration:r2,ease:i2,easeVarying:o2,end:j2,[Symbol.iterator]:$n[Symbol.iterator]};function D2(e){return((e*=2)<=1?e*e*e:(e-=2)*e*e+2)/2}var I2={time:null,delay:0,duration:250,ease:D2};function N2(e,t){for(var r;!(r=e.__transition)||!(r=r[t]);)if(!(e=e.parentNode))throw new Error(`transition ${t} not found`);return r}function L2(e){var t,r;e instanceof Wn?(t=e._id,e=e._name):(t=dT(),(r=I2).time=ov(),e=e==null?null:e+"");for(var n=this._groups,i=n.length,a=0;a<i;++a)for(var o=n[a],s=o.length,u,l=0;l<s;++l)(u=o[l])&&Tc(u,e,t,l,o,r||N2(u,t));return new Wn(n,this._parents,e,t)}Co.prototype.interrupt=Dj;Co.prototype.transition=L2;const Sf=e=>()=>e;function B2(e,{sourceEvent:t,target:r,selection:n,mode:i,dispatch:a}){Object.defineProperties(this,{type:{value:e,enumerable:!0,configurable:!0},sourceEvent:{value:t,enumerable:!0,configurable:!0},target:{value:r,enumerable:!0,configurable:!0},selection:{value:n,enumerable:!0,configurable:!0},mode:{value:i,enumerable:!0,configurable:!0},_:{value:a}})}function q2(e){e.stopImmediatePropagation()}function Af(e){e.preventDefault(),e.stopImmediatePropagation()}var eb={name:"drag"},Of={name:"space"},Aa={name:"handle"},Oa={name:"center"};const{abs:rb,max:ze,min:Ue}=Math;function nb(e){return[+e[0],+e[1]]}function ib(e){return[nb(e[0]),nb(e[1])]}var sl={name:"x",handles:["w","e"].map(fy),input:function(e,t){return e==null?null:[[+e[0],t[0][1]],[+e[1],t[1][1]]]},output:function(e){return e&&[e[0][0],e[1][0]]}},Tf={},jn={overlay:"crosshair",selection:"move",n:"ns-resize",e:"ew-resize",s:"ns-resize",w:"ew-resize",nw:"nwse-resize",ne:"nesw-resize",se:"nwse-resize",sw:"nesw-resize"},ab={e:"w",w:"e",nw:"ne",ne:"nw",se:"sw",sw:"se"},ob={n:"s",s:"n",nw:"sw",ne:"se",se:"ne",sw:"nw"},F2={overlay:1,selection:1,n:null,e:1,s:null,w:-1,nw:-1,ne:1,se:1,sw:-1},z2={overlay:1,selection:1,n:-1,e:null,s:1,w:null,nw:-1,ne:-1,se:1,sw:1};function fy(e){return{type:e}}function U2(e){return!e.ctrlKey&&!e.button}function W2(){var e=this.ownerSVGElement||this;return e.hasAttribute("viewBox")?(e=e.viewBox.baseVal,[[e.x,e.y],[e.x+e.width,e.y+e.height]]):[[0,0],[e.width.baseVal.value,e.height.baseVal.value]]}function H2(){return navigator.maxTouchPoints||"ontouchstart"in this}function Pf(e){for(;!e.__brush;)if(!(e=e.parentNode))return;return e.__brush}function G2(e){return e[0][0]===e[1][0]||e[0][1]===e[1][1]}function Pc(){return K2(sl)}function K2(e){var t=W2,r=U2,n=H2,i=!0,a=tv("start","brush","end"),o=6,s;function u(m){var v=m.property("__brush",d).selectAll(".overlay").data([fy("overlay")]);v.enter().append("rect").attr("class","overlay").attr("pointer-events","all").attr("cursor",jn.overlay).merge(v).each(function(){var b=Pf(this).extent;ee(this).attr("x",b[0][0]).attr("y",b[0][1]).attr("width",b[1][0]-b[0][0]).attr("height",b[1][1]-b[0][1])}),m.selectAll(".selection").data([fy("selection")]).enter().append("rect").attr("class","selection").attr("cursor",jn.selection).attr("fill","#777").attr("fill-opacity",.3).attr("stroke","#fff").attr("shape-rendering","crispEdges");var _=m.selectAll(".handle").data(e.handles,function(b){return b.type});_.exit().remove(),_.enter().append("rect").attr("class",function(b){return"handle handle--"+b.type}).attr("cursor",function(b){return jn[b.type]}),m.each(l).attr("fill","none").attr("pointer-events","all").on("mousedown.brush",h).filter(n).on("touchstart.brush",h).on("touchmove.brush",p).on("touchend.brush touchcancel.brush",y).style("touch-action","none").style("-webkit-tap-highlight-color","rgba(0,0,0,0)")}u.move=function(m,v,_){m.tween?m.on("start.brush",function(b){c(this,arguments).beforestart().start(b)}).on("interrupt.brush end.brush",function(b){c(this,arguments).end(b)}).tween("brush",function(){var b=this,x=b.__brush,g=c(b,arguments),w=x.selection,S=e.input(typeof v=="function"?v.apply(this,arguments):v,x.extent),A=pa(w,S);function T(M){x.selection=M===1&&S===null?null:A(M),l.call(b),g.brush()}return w!==null&&S!==null?T:T(1)}):m.each(function(){var b=this,x=arguments,g=b.__brush,w=e.input(typeof v=="function"?v.apply(b,x):v,g.extent),S=c(b,x).beforestart();cy(b),g.selection=w===null?null:w,l.call(b),S.start(_).brush(_).end(_)})},u.clear=function(m,v){u.move(m,null,v)};function l(){var m=ee(this),v=Pf(this).selection;v?(m.selectAll(".selection").style("display",null).attr("x",v[0][0]).attr("y",v[0][1]).attr("width",v[1][0]-v[0][0]).attr("height",v[1][1]-v[0][1]),m.selectAll(".handle").style("display",null).attr("x",function(_){return _.type[_.type.length-1]==="e"?v[1][0]-o/2:v[0][0]-o/2}).attr("y",function(_){return _.type[0]==="s"?v[1][1]-o/2:v[0][1]-o/2}).attr("width",function(_){return _.type==="n"||_.type==="s"?v[1][0]-v[0][0]+o:o}).attr("height",function(_){return _.type==="e"||_.type==="w"?v[1][1]-v[0][1]+o:o})):m.selectAll(".selection,.handle").style("display","none").attr("x",null).attr("y",null).attr("width",null).attr("height",null)}function c(m,v,_){var b=m.__brush.emitter;return b&&(!_||!b.clean)?b:new f(m,v,_)}function f(m,v,_){this.that=m,this.args=v,this.state=m.__brush,this.active=0,this.clean=_}f.prototype={beforestart:function(){return++this.active===1&&(this.state.emitter=this,this.starting=!0),this},start:function(m,v){return this.starting?(this.starting=!1,this.emit("start",m,v)):this.emit("brush",m),this},brush:function(m,v){return this.emit("brush",m,v),this},end:function(m,v){return--this.active===0&&(delete this.state.emitter,this.emit("end",m,v)),this},emit:function(m,v,_){var b=ee(this.that).datum();a.call(m,this.that,new B2(m,{sourceEvent:v,target:u,selection:e.output(this.state.selection),mode:_,dispatch:a}),b)}};function h(m){if(s&&!m.touches||!r.apply(this,arguments))return;var v=this,_=m.target.__data__.type,b=(i&&m.metaKey?_="overlay":_)==="selection"?eb:i&&m.altKey?Oa:Aa,x=e===Tf?null:F2[_],g=e===sl?null:z2[_],w=Pf(v),S=w.extent,A=w.selection,T=S[0][0],M,P,E=S[0][1],k,$,j=S[1][0],C,I,U=S[1][1],W,D,L=0,B=0,N,X=x&&g&&i&&m.shiftKey,F,G,Z=Array.from(m.touches||[m],ot=>{const dt=ot.identifier;return ot=ks(ot,v),ot.point0=ot.slice(),ot.identifier=dt,ot});cy(v);var H=c(v,arguments,!0).beforestart();if(_==="overlay"){A&&(N=!0);const ot=[Z[0],Z[1]||Z[0]];w.selection=A=[[M=e===Tf?T:Ue(ot[0][0],ot[1][0]),k=e===sl?E:Ue(ot[0][1],ot[1][1])],[C=e===Tf?j:ze(ot[0][0],ot[1][0]),W=e===sl?U:ze(ot[0][1],ot[1][1])]],Z.length>1&&J(m)}else M=A[0][0],k=A[0][1],C=A[1][0],W=A[1][1];P=M,$=k,I=C,D=W;var q=ee(v).attr("pointer-events","none"),Y=q.selectAll(".overlay").attr("cursor",jn[_]);if(m.touches)H.moved=R,H.ended=z;else{var Q=ee(m.view).on("mousemove.brush",R,!0).on("mouseup.brush",z,!0);i&&Q.on("keydown.brush",ut,!0).on("keyup.brush",ft,!0),Q$(m.view)}l.call(v),H.start(m,b.name);function R(ot){for(const dt of ot.changedTouches||[ot])for(const ht of Z)ht.identifier===dt.identifier&&(ht.cur=ks(dt,v));if(X&&!F&&!G&&Z.length===1){const dt=Z[0];rb(dt.cur[0]-dt[0])>rb(dt.cur[1]-dt[1])?G=!0:F=!0}for(const dt of Z)dt.cur&&(dt[0]=dt.cur[0],dt[1]=dt.cur[1]);N=!0,Af(ot),J(ot)}function J(ot){const dt=Z[0],ht=dt.point0;var At;switch(L=dt[0]-ht[0],B=dt[1]-ht[1],b){case Of:case eb:{x&&(L=ze(T-M,Ue(j-C,L)),P=M+L,I=C+L),g&&(B=ze(E-k,Ue(U-W,B)),$=k+B,D=W+B);break}case Aa:{Z[1]?(x&&(P=ze(T,Ue(j,Z[0][0])),I=ze(T,Ue(j,Z[1][0])),x=1),g&&($=ze(E,Ue(U,Z[0][1])),D=ze(E,Ue(U,Z[1][1])),g=1)):(x<0?(L=ze(T-M,Ue(j-M,L)),P=M+L,I=C):x>0&&(L=ze(T-C,Ue(j-C,L)),P=M,I=C+L),g<0?(B=ze(E-k,Ue(U-k,B)),$=k+B,D=W):g>0&&(B=ze(E-W,Ue(U-W,B)),$=k,D=W+B));break}case Oa:{x&&(P=ze(T,Ue(j,M-L*x)),I=ze(T,Ue(j,C+L*x))),g&&($=ze(E,Ue(U,k-B*g)),D=ze(E,Ue(U,W+B*g)));break}}I<P&&(x*=-1,At=M,M=C,C=At,At=P,P=I,I=At,_ in ab&&Y.attr("cursor",jn[_=ab[_]])),D<$&&(g*=-1,At=k,k=W,W=At,At=$,$=D,D=At,_ in ob&&Y.attr("cursor",jn[_=ob[_]])),w.selection&&(A=w.selection),F&&(P=A[0][0],I=A[1][0]),G&&($=A[0][1],D=A[1][1]),(A[0][0]!==P||A[0][1]!==$||A[1][0]!==I||A[1][1]!==D)&&(w.selection=[[P,$],[I,D]],l.call(v),H.brush(ot,b.name))}function z(ot){if(q2(ot),ot.touches){if(ot.touches.length)return;s&&clearTimeout(s),s=setTimeout(function(){s=null},500)}else tj(ot.view,N),Q.on("keydown.brush keyup.brush mousemove.brush mouseup.brush",null);q.attr("pointer-events","all"),Y.attr("cursor",jn.overlay),w.selection&&(A=w.selection),G2(A)&&(w.selection=null,l.call(v)),H.end(ot,b.name)}function ut(ot){switch(ot.keyCode){case 16:{X=x&&g;break}case 18:{b===Aa&&(x&&(C=I-L*x,M=P+L*x),g&&(W=D-B*g,k=$+B*g),b=Oa,J(ot));break}case 32:{(b===Aa||b===Oa)&&(x<0?C=I-L:x>0&&(M=P-L),g<0?W=D-B:g>0&&(k=$-B),b=Of,Y.attr("cursor",jn.selection),J(ot));break}default:return}Af(ot)}function ft(ot){switch(ot.keyCode){case 16:{X&&(F=G=X=!1,J(ot));break}case 18:{b===Oa&&(x<0?C=I:x>0&&(M=P),g<0?W=D:g>0&&(k=$),b=Aa,J(ot));break}case 32:{b===Of&&(ot.altKey?(x&&(C=I-L*x,M=P+L*x),g&&(W=D-B*g,k=$+B*g),b=Oa):(x<0?C=I:x>0&&(M=P),g<0?W=D:g>0&&(k=$),b=Aa),Y.attr("cursor",jn[_]),J(ot));break}default:return}Af(ot)}}function p(m){c(this,arguments).moved(m)}function y(m){c(this,arguments).ended(m)}function d(){var m=this.__brush||{selection:null};return m.extent=ib(t.apply(this,arguments)),m.dim=e,m}return u.extent=function(m){return arguments.length?(t=typeof m=="function"?m:Sf(ib(m)),u):t},u.filter=function(m){return arguments.length?(r=typeof m=="function"?m:Sf(!!m),u):r},u.touchable=function(m){return arguments.length?(n=typeof m=="function"?m:Sf(!!m),u):n},u.handleSize=function(m){return arguments.length?(o=+m,u):o},u.keyModifiers=function(m){return arguments.length?(i=!!m,u):i},u.on=function(){var m=a.on.apply(a,arguments);return m===a?u:m},u}function mi(e,t){return e==null||t==null?NaN:e<t?-1:e>t?1:e>=t?0:NaN}function X2(e,t){return e==null||t==null?NaN:t<e?-1:t>e?1:t>=e?0:NaN}function cv(e){let t,r,n;e.length!==2?(t=mi,r=(s,u)=>mi(e(s),u),n=(s,u)=>e(s)-u):(t=e===mi||e===X2?e:Y2,r=e,n=e);function i(s,u,l=0,c=s.length){if(l<c){if(t(u,u)!==0)return c;do{const f=l+c>>>1;r(s[f],u)<0?l=f+1:c=f}while(l<c)}return l}function a(s,u,l=0,c=s.length){if(l<c){if(t(u,u)!==0)return c;do{const f=l+c>>>1;r(s[f],u)<=0?l=f+1:c=f}while(l<c)}return l}function o(s,u,l=0,c=s.length){const f=i(s,u,l,c-1);return f>l&&n(s[f-1],u)>-n(s[f],u)?f-1:f}return{left:i,center:o,right:a}}function Y2(){return 0}function mT(e){return e===null?NaN:+e}function*V2(e,t){for(let r of e)r!=null&&(r=+r)>=r&&(yield r)}const Z2=cv(mi),Su=Z2.right;cv(mT).center;class sb extends Map{constructor(t,r=tR){if(super(),Object.defineProperties(this,{_intern:{value:new Map},_key:{value:r}}),t!=null)for(const[n,i]of t)this.set(n,i)}get(t){return super.get(ub(this,t))}has(t){return super.has(ub(this,t))}set(t,r){return super.set(J2(this,t),r)}delete(t){return super.delete(Q2(this,t))}}function ub({_intern:e,_key:t},r){const n=t(r);return e.has(n)?e.get(n):r}function J2({_intern:e,_key:t},r){const n=t(r);return e.has(n)?e.get(n):(e.set(n,r),r)}function Q2({_intern:e,_key:t},r){const n=t(r);return e.has(n)&&(r=e.get(n),e.delete(n)),r}function tR(e){return e!==null&&typeof e=="object"?e.valueOf():e}function eR(e=mi){if(e===mi)return yT;if(typeof e!="function")throw new TypeError("compare is not a function");return(t,r)=>{const n=e(t,r);return n||n===0?n:(e(r,r)===0)-(e(t,t)===0)}}function yT(e,t){return(e==null||!(e>=e))-(t==null||!(t>=t))||(e<t?-1:e>t?1:0)}const rR=Math.sqrt(50),nR=Math.sqrt(10),iR=Math.sqrt(2);function vl(e,t,r){const n=(t-e)/Math.max(0,r),i=Math.floor(Math.log10(n)),a=n/Math.pow(10,i),o=a>=rR?10:a>=nR?5:a>=iR?2:1;let s,u,l;return i<0?(l=Math.pow(10,-i)/o,s=Math.round(e*l),u=Math.round(t*l),s/l<e&&++s,u/l>t&&--u,l=-l):(l=Math.pow(10,i)*o,s=Math.round(e/l),u=Math.round(t/l),s*l<e&&++s,u*l>t&&--u),u<s&&.5<=r&&r<2?vl(e,t,r*2):[s,u,l]}function hy(e,t,r){if(t=+t,e=+e,r=+r,!(r>0))return[];if(e===t)return[e];const n=t<e,[i,a,o]=n?vl(t,e,r):vl(e,t,r);if(!(a>=i))return[];const s=a-i+1,u=new Array(s);if(n)if(o<0)for(let l=0;l<s;++l)u[l]=(a-l)/-o;else for(let l=0;l<s;++l)u[l]=(a-l)*o;else if(o<0)for(let l=0;l<s;++l)u[l]=(i+l)/-o;else for(let l=0;l<s;++l)u[l]=(i+l)*o;return u}function py(e,t,r){return t=+t,e=+e,r=+r,vl(e,t,r)[2]}function dy(e,t,r){t=+t,e=+e,r=+r;const n=t<e,i=n?py(t,e,r):py(e,t,r);return(n?-1:1)*(i<0?1/-i:i)}function lb(e,t){let r;for(const n of e)n!=null&&(r<n||r===void 0&&n>=n)&&(r=n);return r}function cb(e,t){let r;for(const n of e)n!=null&&(r>n||r===void 0&&n>=n)&&(r=n);return r}function gT(e,t,r=0,n=1/0,i){if(t=Math.floor(t),r=Math.floor(Math.max(0,r)),n=Math.floor(Math.min(e.length-1,n)),!(r<=t&&t<=n))return e;for(i=i===void 0?yT:eR(i);n>r;){if(n-r>600){const u=n-r+1,l=t-r+1,c=Math.log(u),f=.5*Math.exp(2*c/3),h=.5*Math.sqrt(c*f*(u-f)/u)*(l-u/2<0?-1:1),p=Math.max(r,Math.floor(t-l*f/u+h)),y=Math.min(n,Math.floor(t+(u-l)*f/u+h));gT(e,t,p,y,i)}const a=e[t];let o=r,s=n;for(Ho(e,r,t),i(e[n],a)>0&&Ho(e,r,n);o<s;){for(Ho(e,o,s),++o,--s;i(e[o],a)<0;)++o;for(;i(e[s],a)>0;)--s}i(e[r],a)===0?Ho(e,r,s):(++s,Ho(e,s,n)),s<=t&&(r=s+1),t<=s&&(n=s-1)}return e}function Ho(e,t,r){const n=e[t];e[t]=e[r],e[r]=n}function aR(e,t,r){if(e=Float64Array.from(V2(e)),!(!(n=e.length)||isNaN(t=+t))){if(t<=0||n<2)return cb(e);if(t>=1)return lb(e);var n,i=(n-1)*t,a=Math.floor(i),o=lb(gT(e,a).subarray(0,a+1)),s=cb(e.subarray(a+1));return o+(s-o)*(i-a)}}function oR(e,t,r=mT){if(!(!(n=e.length)||isNaN(t=+t))){if(t<=0||n<2)return+r(e[0],0,e);if(t>=1)return+r(e[n-1],n-1,e);var n,i=(n-1)*t,a=Math.floor(i),o=+r(e[a],a,e),s=+r(e[a+1],a+1,e);return o+(s-o)*(i-a)}}function sR(e,t,r){e=+e,t=+t,r=(i=arguments.length)<2?(t=e,e=0,1):i<3?1:+r;for(var n=-1,i=Math.max(0,Math.ceil((t-e)/r))|0,a=new Array(i);++n<i;)a[n]=e+n*r;return a}function Xr(e,t){switch(arguments.length){case 0:break;case 1:this.range(e);break;default:this.range(t).domain(e);break}return this}function Vn(e,t){switch(arguments.length){case 0:break;case 1:{typeof e=="function"?this.interpolator(e):this.range(e);break}default:{this.domain(e),typeof t=="function"?this.interpolator(t):this.range(t);break}}return this}const my=Symbol("implicit");function fv(){var e=new sb,t=[],r=[],n=my;function i(a){let o=e.get(a);if(o===void 0){if(n!==my)return n;e.set(a,o=t.push(a)-1)}return r[o%r.length]}return i.domain=function(a){if(!arguments.length)return t.slice();t=[],e=new sb;for(const o of a)e.has(o)||e.set(o,t.push(o)-1);return i},i.range=function(a){return arguments.length?(r=Array.from(a),i):r.slice()},i.unknown=function(a){return arguments.length?(n=a,i):n},i.copy=function(){return fv(t,r).unknown(n)},Xr.apply(i,arguments),i}function Ds(){var e=fv().unknown(void 0),t=e.domain,r=e.range,n=0,i=1,a,o,s=!1,u=0,l=0,c=.5;delete e.unknown;function f(){var h=t().length,p=i<n,y=p?i:n,d=p?n:i;a=(d-y)/Math.max(1,h-u+l*2),s&&(a=Math.floor(a)),y+=(d-y-a*(h-u))*c,o=a*(1-u),s&&(y=Math.round(y),o=Math.round(o));var m=sR(h).map(function(v){return y+a*v});return r(p?m.reverse():m)}return e.domain=function(h){return arguments.length?(t(h),f()):t()},e.range=function(h){return arguments.length?([n,i]=h,n=+n,i=+i,f()):[n,i]},e.rangeRound=function(h){return[n,i]=h,n=+n,i=+i,s=!0,f()},e.bandwidth=function(){return o},e.step=function(){return a},e.round=function(h){return arguments.length?(s=!!h,f()):s},e.padding=function(h){return arguments.length?(u=Math.min(1,l=+h),f()):u},e.paddingInner=function(h){return arguments.length?(u=Math.min(1,h),f()):u},e.paddingOuter=function(h){return arguments.length?(l=+h,f()):l},e.align=function(h){return arguments.length?(c=Math.max(0,Math.min(1,h)),f()):c},e.copy=function(){return Ds(t(),[n,i]).round(s).paddingInner(u).paddingOuter(l).align(c)},Xr.apply(f(),arguments)}function vT(e){var t=e.copy;return e.padding=e.paddingOuter,delete e.paddingInner,delete e.paddingOuter,e.copy=function(){return vT(t())},e}function ps(){return vT(Ds.apply(null,arguments).paddingInner(1))}function uR(e){return function(){return e}}function bl(e){return+e}var fb=[0,1];function er(e){return e}function yy(e,t){return(t-=e=+e)?function(r){return(r-e)/t}:uR(isNaN(t)?NaN:.5)}function lR(e,t){var r;return e>t&&(r=e,e=t,t=r),function(n){return Math.max(e,Math.min(t,n))}}function cR(e,t,r){var n=e[0],i=e[1],a=t[0],o=t[1];return i<n?(n=yy(i,n),a=r(o,a)):(n=yy(n,i),a=r(a,o)),function(s){return a(n(s))}}function fR(e,t,r){var n=Math.min(e.length,t.length)-1,i=new Array(n),a=new Array(n),o=-1;for(e[n]<e[0]&&(e=e.slice().reverse(),t=t.slice().reverse());++o<n;)i[o]=yy(e[o],e[o+1]),a[o]=r(t[o],t[o+1]);return function(s){var u=Su(e,s,1,n)-1;return a[u](i[u](s))}}function Au(e,t){return t.domain(e.domain()).range(e.range()).interpolate(e.interpolate()).clamp(e.clamp()).unknown(e.unknown())}function Ec(){var e=fb,t=fb,r=pa,n,i,a,o=er,s,u,l;function c(){var h=Math.min(e.length,t.length);return o!==er&&(o=lR(e[0],e[h-1])),s=h>2?fR:cR,u=l=null,f}function f(h){return h==null||isNaN(h=+h)?a:(u||(u=s(e.map(n),t,r)))(n(o(h)))}return f.invert=function(h){return o(i((l||(l=s(t,e.map(n),rn)))(h)))},f.domain=function(h){return arguments.length?(e=Array.from(h,bl),c()):e.slice()},f.range=function(h){return arguments.length?(t=Array.from(h),c()):t.slice()},f.rangeRound=function(h){return t=Array.from(h),r=av,c()},f.clamp=function(h){return arguments.length?(o=h?!0:er,c()):o!==er},f.interpolate=function(h){return arguments.length?(r=h,c()):r},f.unknown=function(h){return arguments.length?(a=h,f):a},function(h,p){return n=h,i=p,c()}}function hv(){return Ec()(er,er)}function hR(e){return Math.abs(e=Math.round(e))>=1e21?e.toLocaleString("en").replace(/,/g,""):e.toString(10)}function xl(e,t){if((r=(e=t?e.toExponential(t-1):e.toExponential()).indexOf("e"))<0)return null;var r,n=e.slice(0,r);return[n.length>1?n[0]+n.slice(2):n,+e.slice(r+1)]}function Ya(e){return e=xl(Math.abs(e)),e?e[1]:NaN}function pR(e,t){return function(r,n){for(var i=r.length,a=[],o=0,s=e[0],u=0;i>0&&s>0&&(u+s+1>n&&(s=Math.max(1,n-u)),a.push(r.substring(i-=s,i+s)),!((u+=s+1)>n));)s=e[o=(o+1)%e.length];return a.reverse().join(t)}}function dR(e){return function(t){return t.replace(/[0-9]/g,function(r){return e[+r]})}}var mR=/^(?:(.)?([<>=^]))?([+\-( ])?([$#])?(0)?(\d+)?(,)?(\.\d+)?(~)?([a-z%])?$/i;function Is(e){if(!(t=mR.exec(e)))throw new Error("invalid format: "+e);var t;return new pv({fill:t[1],align:t[2],sign:t[3],symbol:t[4],zero:t[5],width:t[6],comma:t[7],precision:t[8]&&t[8].slice(1),trim:t[9],type:t[10]})}Is.prototype=pv.prototype;function pv(e){this.fill=e.fill===void 0?" ":e.fill+"",this.align=e.align===void 0?">":e.align+"",this.sign=e.sign===void 0?"-":e.sign+"",this.symbol=e.symbol===void 0?"":e.symbol+"",this.zero=!!e.zero,this.width=e.width===void 0?void 0:+e.width,this.comma=!!e.comma,this.precision=e.precision===void 0?void 0:+e.precision,this.trim=!!e.trim,this.type=e.type===void 0?"":e.type+""}pv.prototype.toString=function(){return this.fill+this.align+this.sign+this.symbol+(this.zero?"0":"")+(this.width===void 0?"":Math.max(1,this.width|0))+(this.comma?",":"")+(this.precision===void 0?"":"."+Math.max(0,this.precision|0))+(this.trim?"~":"")+this.type};function yR(e){t:for(var t=e.length,r=1,n=-1,i;r<t;++r)switch(e[r]){case".":n=i=r;break;case"0":n===0&&(n=r),i=r;break;default:if(!+e[r])break t;n>0&&(n=0);break}return n>0?e.slice(0,n)+e.slice(i+1):e}var bT;function gR(e,t){var r=xl(e,t);if(!r)return e+"";var n=r[0],i=r[1],a=i-(bT=Math.max(-8,Math.min(8,Math.floor(i/3)))*3)+1,o=n.length;return a===o?n:a>o?n+new Array(a-o+1).join("0"):a>0?n.slice(0,a)+"."+n.slice(a):"0."+new Array(1-a).join("0")+xl(e,Math.max(0,t+a-1))[0]}function hb(e,t){var r=xl(e,t);if(!r)return e+"";var n=r[0],i=r[1];return i<0?"0."+new Array(-i).join("0")+n:n.length>i+1?n.slice(0,i+1)+"."+n.slice(i+1):n+new Array(i-n.length+2).join("0")}const pb={"%":(e,t)=>(e*100).toFixed(t),b:e=>Math.round(e).toString(2),c:e=>e+"",d:hR,e:(e,t)=>e.toExponential(t),f:(e,t)=>e.toFixed(t),g:(e,t)=>e.toPrecision(t),o:e=>Math.round(e).toString(8),p:(e,t)=>hb(e*100,t),r:hb,s:gR,X:e=>Math.round(e).toString(16).toUpperCase(),x:e=>Math.round(e).toString(16)};function db(e){return e}var mb=Array.prototype.map,yb=["y","z","a","f","p","n","µ","m","","k","M","G","T","P","E","Z","Y"];function vR(e){var t=e.grouping===void 0||e.thousands===void 0?db:pR(mb.call(e.grouping,Number),e.thousands+""),r=e.currency===void 0?"":e.currency[0]+"",n=e.currency===void 0?"":e.currency[1]+"",i=e.decimal===void 0?".":e.decimal+"",a=e.numerals===void 0?db:dR(mb.call(e.numerals,String)),o=e.percent===void 0?"%":e.percent+"",s=e.minus===void 0?"−":e.minus+"",u=e.nan===void 0?"NaN":e.nan+"";function l(f){f=Is(f);var h=f.fill,p=f.align,y=f.sign,d=f.symbol,m=f.zero,v=f.width,_=f.comma,b=f.precision,x=f.trim,g=f.type;g==="n"?(_=!0,g="g"):pb[g]||(b===void 0&&(b=12),x=!0,g="g"),(m||h==="0"&&p==="=")&&(m=!0,h="0",p="=");var w=d==="$"?r:d==="#"&&/[boxX]/.test(g)?"0"+g.toLowerCase():"",S=d==="$"?n:/[%p]/.test(g)?o:"",A=pb[g],T=/[defgprs%]/.test(g);b=b===void 0?6:/[gprs]/.test(g)?Math.max(1,Math.min(21,b)):Math.max(0,Math.min(20,b));function M(P){var E=w,k=S,$,j,C;if(g==="c")k=A(P)+k,P="";else{P=+P;var I=P<0||1/P<0;if(P=isNaN(P)?u:A(Math.abs(P),b),x&&(P=yR(P)),I&&+P==0&&y!=="+"&&(I=!1),E=(I?y==="("?y:s:y==="-"||y==="("?"":y)+E,k=(g==="s"?yb[8+bT/3]:"")+k+(I&&y==="("?")":""),T){for($=-1,j=P.length;++$<j;)if(C=P.charCodeAt($),48>C||C>57){k=(C===46?i+P.slice($+1):P.slice($))+k,P=P.slice(0,$);break}}}_&&!m&&(P=t(P,1/0));var U=E.length+P.length+k.length,W=U<v?new Array(v-U+1).join(h):"";switch(_&&m&&(P=t(W+P,W.length?v-k.length:1/0),W=""),p){case"<":P=E+P+k+W;break;case"=":P=E+W+P+k;break;case"^":P=W.slice(0,U=W.length>>1)+E+P+k+W.slice(U);break;default:P=W+E+P+k;break}return a(P)}return M.toString=function(){return f+""},M}function c(f,h){var p=l((f=Is(f),f.type="f",f)),y=Math.max(-8,Math.min(8,Math.floor(Ya(h)/3)))*3,d=Math.pow(10,-y),m=yb[8+y/3];return function(v){return p(d*v)+m}}return{format:l,formatPrefix:c}}var qu,dv,xT;bR({thousands:",",grouping:[3],currency:["$",""]});function bR(e){return qu=vR(e),dv=qu.format,xT=qu.formatPrefix,qu}function xR(e){return Math.max(0,-Ya(Math.abs(e)))}function _R(e,t){return Math.max(0,Math.max(-8,Math.min(8,Math.floor(Ya(t)/3)))*3-Ya(Math.abs(e)))}function wR(e,t){return e=Math.abs(e),t=Math.abs(t)-e,Math.max(0,Ya(t)-Ya(e))+1}function _T(e,t,r,n){var i=dy(e,t,r),a;switch(n=Is(n??",f"),n.type){case"s":{var o=Math.max(Math.abs(e),Math.abs(t));return n.precision==null&&!isNaN(a=_R(i,o))&&(n.precision=a),xT(n,o)}case"":case"e":case"g":case"p":case"r":{n.precision==null&&!isNaN(a=wR(i,Math.max(Math.abs(e),Math.abs(t))))&&(n.precision=a-(n.type==="e"));break}case"f":case"%":{n.precision==null&&!isNaN(a=xR(i))&&(n.precision=a-(n.type==="%")*2);break}}return dv(n)}function _i(e){var t=e.domain;return e.ticks=function(r){var n=t();return hy(n[0],n[n.length-1],r??10)},e.tickFormat=function(r,n){var i=t();return _T(i[0],i[i.length-1],r??10,n)},e.nice=function(r){r==null&&(r=10);var n=t(),i=0,a=n.length-1,o=n[i],s=n[a],u,l,c=10;for(s<o&&(l=o,o=s,s=l,l=i,i=a,a=l);c-- >0;){if(l=py(o,s,r),l===u)return n[i]=o,n[a]=s,t(n);if(l>0)o=Math.floor(o/l)*l,s=Math.ceil(s/l)*l;else if(l<0)o=Math.ceil(o*l)/l,s=Math.floor(s*l)/l;else break;u=l}return e},e}function oa(){var e=hv();return e.copy=function(){return Au(e,oa())},Xr.apply(e,arguments),_i(e)}function wT(e){var t;function r(n){return n==null||isNaN(n=+n)?t:n}return r.invert=r,r.domain=r.range=function(n){return arguments.length?(e=Array.from(n,bl),r):e.slice()},r.unknown=function(n){return arguments.length?(t=n,r):t},r.copy=function(){return wT(e).unknown(t)},e=arguments.length?Array.from(e,bl):[0,1],_i(r)}function ST(e,t){e=e.slice();var r=0,n=e.length-1,i=e[r],a=e[n],o;return a<i&&(o=r,r=n,n=o,o=i,i=a,a=o),e[r]=t.floor(i),e[n]=t.ceil(a),e}function gb(e){return Math.log(e)}function vb(e){return Math.exp(e)}function SR(e){return-Math.log(-e)}function AR(e){return-Math.exp(-e)}function OR(e){return isFinite(e)?+("1e"+e):e<0?0:e}function TR(e){return e===10?OR:e===Math.E?Math.exp:t=>Math.pow(e,t)}function PR(e){return e===Math.E?Math.log:e===10&&Math.log10||e===2&&Math.log2||(e=Math.log(e),t=>Math.log(t)/e)}function bb(e){return(t,r)=>-e(-t,r)}function mv(e){const t=e(gb,vb),r=t.domain;let n=10,i,a;function o(){return i=PR(n),a=TR(n),r()[0]<0?(i=bb(i),a=bb(a),e(SR,AR)):e(gb,vb),t}return t.base=function(s){return arguments.length?(n=+s,o()):n},t.domain=function(s){return arguments.length?(r(s),o()):r()},t.ticks=s=>{const u=r();let l=u[0],c=u[u.length-1];const f=c<l;f&&([l,c]=[c,l]);let h=i(l),p=i(c),y,d;const m=s==null?10:+s;let v=[];if(!(n%1)&&p-h<m){if(h=Math.floor(h),p=Math.ceil(p),l>0){for(;h<=p;++h)for(y=1;y<n;++y)if(d=h<0?y/a(-h):y*a(h),!(d<l)){if(d>c)break;v.push(d)}}else for(;h<=p;++h)for(y=n-1;y>=1;--y)if(d=h>0?y/a(-h):y*a(h),!(d<l)){if(d>c)break;v.push(d)}v.length*2<m&&(v=hy(l,c,m))}else v=hy(h,p,Math.min(p-h,m)).map(a);return f?v.reverse():v},t.tickFormat=(s,u)=>{if(s==null&&(s=10),u==null&&(u=n===10?"s":","),typeof u!="function"&&(!(n%1)&&(u=Is(u)).precision==null&&(u.trim=!0),u=dv(u)),s===1/0)return u;const l=Math.max(1,n*s/t.ticks().length);return c=>{let f=c/a(Math.round(i(c)));return f*n<n-.5&&(f*=n),f<=l?u(c):""}},t.nice=()=>r(ST(r(),{floor:s=>a(Math.floor(i(s))),ceil:s=>a(Math.ceil(i(s)))})),t}function AT(){const e=mv(Ec()).domain([1,10]);return e.copy=()=>Au(e,AT()).base(e.base()),Xr.apply(e,arguments),e}function xb(e){return function(t){return Math.sign(t)*Math.log1p(Math.abs(t/e))}}function _b(e){return function(t){return Math.sign(t)*Math.expm1(Math.abs(t))*e}}function yv(e){var t=1,r=e(xb(t),_b(t));return r.constant=function(n){return arguments.length?e(xb(t=+n),_b(t)):t},_i(r)}function OT(){var e=yv(Ec());return e.copy=function(){return Au(e,OT()).constant(e.constant())},Xr.apply(e,arguments)}function wb(e){return function(t){return t<0?-Math.pow(-t,e):Math.pow(t,e)}}function ER(e){return e<0?-Math.sqrt(-e):Math.sqrt(e)}function CR(e){return e<0?-e*e:e*e}function gv(e){var t=e(er,er),r=1;function n(){return r===1?e(er,er):r===.5?e(ER,CR):e(wb(r),wb(1/r))}return t.exponent=function(i){return arguments.length?(r=+i,n()):r},_i(t)}function vv(){var e=gv(Ec());return e.copy=function(){return Au(e,vv()).exponent(e.exponent())},Xr.apply(e,arguments),e}function MR(){return vv.apply(null,arguments).exponent(.5)}function Sb(e){return Math.sign(e)*e*e}function kR(e){return Math.sign(e)*Math.sqrt(Math.abs(e))}function TT(){var e=hv(),t=[0,1],r=!1,n;function i(a){var o=kR(e(a));return isNaN(o)?n:r?Math.round(o):o}return i.invert=function(a){return e.invert(Sb(a))},i.domain=function(a){return arguments.length?(e.domain(a),i):e.domain()},i.range=function(a){return arguments.length?(e.range((t=Array.from(a,bl)).map(Sb)),i):t.slice()},i.rangeRound=function(a){return i.range(a).round(!0)},i.round=function(a){return arguments.length?(r=!!a,i):r},i.clamp=function(a){return arguments.length?(e.clamp(a),i):e.clamp()},i.unknown=function(a){return arguments.length?(n=a,i):n},i.copy=function(){return TT(e.domain(),t).round(r).clamp(e.clamp()).unknown(n)},Xr.apply(i,arguments),_i(i)}function PT(){var e=[],t=[],r=[],n;function i(){var o=0,s=Math.max(1,t.length);for(r=new Array(s-1);++o<s;)r[o-1]=oR(e,o/s);return a}function a(o){return o==null||isNaN(o=+o)?n:t[Su(r,o)]}return a.invertExtent=function(o){var s=t.indexOf(o);return s<0?[NaN,NaN]:[s>0?r[s-1]:e[0],s<r.length?r[s]:e[e.length-1]]},a.domain=function(o){if(!arguments.length)return e.slice();e=[];for(let s of o)s!=null&&!isNaN(s=+s)&&e.push(s);return e.sort(mi),i()},a.range=function(o){return arguments.length?(t=Array.from(o),i()):t.slice()},a.unknown=function(o){return arguments.length?(n=o,a):n},a.quantiles=function(){return r.slice()},a.copy=function(){return PT().domain(e).range(t).unknown(n)},Xr.apply(a,arguments)}function ET(){var e=0,t=1,r=1,n=[.5],i=[0,1],a;function o(u){return u!=null&&u<=u?i[Su(n,u,0,r)]:a}function s(){var u=-1;for(n=new Array(r);++u<r;)n[u]=((u+1)*t-(u-r)*e)/(r+1);return o}return o.domain=function(u){return arguments.length?([e,t]=u,e=+e,t=+t,s()):[e,t]},o.range=function(u){return arguments.length?(r=(i=Array.from(u)).length-1,s()):i.slice()},o.invertExtent=function(u){var l=i.indexOf(u);return l<0?[NaN,NaN]:l<1?[e,n[0]]:l>=r?[n[r-1],t]:[n[l-1],n[l]]},o.unknown=function(u){return arguments.length&&(a=u),o},o.thresholds=function(){return n.slice()},o.copy=function(){return ET().domain([e,t]).range(i).unknown(a)},Xr.apply(_i(o),arguments)}function CT(){var e=[.5],t=[0,1],r,n=1;function i(a){return a!=null&&a<=a?t[Su(e,a,0,n)]:r}return i.domain=function(a){return arguments.length?(e=Array.from(a),n=Math.min(e.length,t.length-1),i):e.slice()},i.range=function(a){return arguments.length?(t=Array.from(a),n=Math.min(e.length,t.length-1),i):t.slice()},i.invertExtent=function(a){var o=t.indexOf(a);return[e[o-1],e[o]]},i.unknown=function(a){return arguments.length?(r=a,i):r},i.copy=function(){return CT().domain(e).range(t).unknown(r)},Xr.apply(i,arguments)}const Ef=new Date,Cf=new Date;function Ee(e,t,r,n){function i(a){return e(a=arguments.length===0?new Date:new Date(+a)),a}return i.floor=a=>(e(a=new Date(+a)),a),i.ceil=a=>(e(a=new Date(a-1)),t(a,1),e(a),a),i.round=a=>{const o=i(a),s=i.ceil(a);return a-o<s-a?o:s},i.offset=(a,o)=>(t(a=new Date(+a),o==null?1:Math.floor(o)),a),i.range=(a,o,s)=>{const u=[];if(a=i.ceil(a),s=s==null?1:Math.floor(s),!(a<o)||!(s>0))return u;let l;do u.push(l=new Date(+a)),t(a,s),e(a);while(l<a&&a<o);return u},i.filter=a=>Ee(o=>{if(o>=o)for(;e(o),!a(o);)o.setTime(o-1)},(o,s)=>{if(o>=o)if(s<0)for(;++s<=0;)for(;t(o,-1),!a(o););else for(;--s>=0;)for(;t(o,1),!a(o););}),r&&(i.count=(a,o)=>(Ef.setTime(+a),Cf.setTime(+o),e(Ef),e(Cf),Math.floor(r(Ef,Cf))),i.every=a=>(a=Math.floor(a),!isFinite(a)||!(a>0)?null:a>1?i.filter(n?o=>n(o)%a===0:o=>i.count(0,o)%a===0):i)),i}const _l=Ee(()=>{},(e,t)=>{e.setTime(+e+t)},(e,t)=>t-e);_l.every=e=>(e=Math.floor(e),!isFinite(e)||!(e>0)?null:e>1?Ee(t=>{t.setTime(Math.floor(t/e)*e)},(t,r)=>{t.setTime(+t+r*e)},(t,r)=>(r-t)/e):_l);_l.range;const Ln=1e3,Fr=Ln*60,Bn=Fr*60,Hn=Bn*24,bv=Hn*7,Ab=Hn*30,Mf=Hn*365,Ui=Ee(e=>{e.setTime(e-e.getMilliseconds())},(e,t)=>{e.setTime(+e+t*Ln)},(e,t)=>(t-e)/Ln,e=>e.getUTCSeconds());Ui.range;const xv=Ee(e=>{e.setTime(e-e.getMilliseconds()-e.getSeconds()*Ln)},(e,t)=>{e.setTime(+e+t*Fr)},(e,t)=>(t-e)/Fr,e=>e.getMinutes());xv.range;const _v=Ee(e=>{e.setUTCSeconds(0,0)},(e,t)=>{e.setTime(+e+t*Fr)},(e,t)=>(t-e)/Fr,e=>e.getUTCMinutes());_v.range;const wv=Ee(e=>{e.setTime(e-e.getMilliseconds()-e.getSeconds()*Ln-e.getMinutes()*Fr)},(e,t)=>{e.setTime(+e+t*Bn)},(e,t)=>(t-e)/Bn,e=>e.getHours());wv.range;const Sv=Ee(e=>{e.setUTCMinutes(0,0,0)},(e,t)=>{e.setTime(+e+t*Bn)},(e,t)=>(t-e)/Bn,e=>e.getUTCHours());Sv.range;const Ou=Ee(e=>e.setHours(0,0,0,0),(e,t)=>e.setDate(e.getDate()+t),(e,t)=>(t-e-(t.getTimezoneOffset()-e.getTimezoneOffset())*Fr)/Hn,e=>e.getDate()-1);Ou.range;const Cc=Ee(e=>{e.setUTCHours(0,0,0,0)},(e,t)=>{e.setUTCDate(e.getUTCDate()+t)},(e,t)=>(t-e)/Hn,e=>e.getUTCDate()-1);Cc.range;const MT=Ee(e=>{e.setUTCHours(0,0,0,0)},(e,t)=>{e.setUTCDate(e.getUTCDate()+t)},(e,t)=>(t-e)/Hn,e=>Math.floor(e/Hn));MT.range;function da(e){return Ee(t=>{t.setDate(t.getDate()-(t.getDay()+7-e)%7),t.setHours(0,0,0,0)},(t,r)=>{t.setDate(t.getDate()+r*7)},(t,r)=>(r-t-(r.getTimezoneOffset()-t.getTimezoneOffset())*Fr)/bv)}const Mc=da(0),wl=da(1),$R=da(2),jR=da(3),Va=da(4),RR=da(5),DR=da(6);Mc.range;wl.range;$R.range;jR.range;Va.range;RR.range;DR.range;function ma(e){return Ee(t=>{t.setUTCDate(t.getUTCDate()-(t.getUTCDay()+7-e)%7),t.setUTCHours(0,0,0,0)},(t,r)=>{t.setUTCDate(t.getUTCDate()+r*7)},(t,r)=>(r-t)/bv)}const kc=ma(0),Sl=ma(1),IR=ma(2),NR=ma(3),Za=ma(4),LR=ma(5),BR=ma(6);kc.range;Sl.range;IR.range;NR.range;Za.range;LR.range;BR.range;const Av=Ee(e=>{e.setDate(1),e.setHours(0,0,0,0)},(e,t)=>{e.setMonth(e.getMonth()+t)},(e,t)=>t.getMonth()-e.getMonth()+(t.getFullYear()-e.getFullYear())*12,e=>e.getMonth());Av.range;const Ov=Ee(e=>{e.setUTCDate(1),e.setUTCHours(0,0,0,0)},(e,t)=>{e.setUTCMonth(e.getUTCMonth()+t)},(e,t)=>t.getUTCMonth()-e.getUTCMonth()+(t.getUTCFullYear()-e.getUTCFullYear())*12,e=>e.getUTCMonth());Ov.range;const Gn=Ee(e=>{e.setMonth(0,1),e.setHours(0,0,0,0)},(e,t)=>{e.setFullYear(e.getFullYear()+t)},(e,t)=>t.getFullYear()-e.getFullYear(),e=>e.getFullYear());Gn.every=e=>!isFinite(e=Math.floor(e))||!(e>0)?null:Ee(t=>{t.setFullYear(Math.floor(t.getFullYear()/e)*e),t.setMonth(0,1),t.setHours(0,0,0,0)},(t,r)=>{t.setFullYear(t.getFullYear()+r*e)});Gn.range;const Kn=Ee(e=>{e.setUTCMonth(0,1),e.setUTCHours(0,0,0,0)},(e,t)=>{e.setUTCFullYear(e.getUTCFullYear()+t)},(e,t)=>t.getUTCFullYear()-e.getUTCFullYear(),e=>e.getUTCFullYear());Kn.every=e=>!isFinite(e=Math.floor(e))||!(e>0)?null:Ee(t=>{t.setUTCFullYear(Math.floor(t.getUTCFullYear()/e)*e),t.setUTCMonth(0,1),t.setUTCHours(0,0,0,0)},(t,r)=>{t.setUTCFullYear(t.getUTCFullYear()+r*e)});Kn.range;function kT(e,t,r,n,i,a){const o=[[Ui,1,Ln],[Ui,5,5*Ln],[Ui,15,15*Ln],[Ui,30,30*Ln],[a,1,Fr],[a,5,5*Fr],[a,15,15*Fr],[a,30,30*Fr],[i,1,Bn],[i,3,3*Bn],[i,6,6*Bn],[i,12,12*Bn],[n,1,Hn],[n,2,2*Hn],[r,1,bv],[t,1,Ab],[t,3,3*Ab],[e,1,Mf]];function s(l,c,f){const h=c<l;h&&([l,c]=[c,l]);const p=f&&typeof f.range=="function"?f:u(l,c,f),y=p?p.range(l,+c+1):[];return h?y.reverse():y}function u(l,c,f){const h=Math.abs(c-l)/f,p=cv(([,,m])=>m).right(o,h);if(p===o.length)return e.every(dy(l/Mf,c/Mf,f));if(p===0)return _l.every(Math.max(dy(l,c,f),1));const[y,d]=o[h/o[p-1][2]<o[p][2]/h?p-1:p];return y.every(d)}return[s,u]}const[qR,FR]=kT(Kn,Ov,kc,MT,Sv,_v),[zR,UR]=kT(Gn,Av,Mc,Ou,wv,xv);function kf(e){if(0<=e.y&&e.y<100){var t=new Date(-1,e.m,e.d,e.H,e.M,e.S,e.L);return t.setFullYear(e.y),t}return new Date(e.y,e.m,e.d,e.H,e.M,e.S,e.L)}function $f(e){if(0<=e.y&&e.y<100){var t=new Date(Date.UTC(-1,e.m,e.d,e.H,e.M,e.S,e.L));return t.setUTCFullYear(e.y),t}return new Date(Date.UTC(e.y,e.m,e.d,e.H,e.M,e.S,e.L))}function Go(e,t,r){return{y:e,m:t,d:r,H:0,M:0,S:0,L:0}}function WR(e){var t=e.dateTime,r=e.date,n=e.time,i=e.periods,a=e.days,o=e.shortDays,s=e.months,u=e.shortMonths,l=Ko(i),c=Xo(i),f=Ko(a),h=Xo(a),p=Ko(o),y=Xo(o),d=Ko(s),m=Xo(s),v=Ko(u),_=Xo(u),b={a:I,A:U,b:W,B:D,c:null,d:Mb,e:Mb,f:pD,g:SD,G:OD,H:cD,I:fD,j:hD,L:$T,m:dD,M:mD,p:L,q:B,Q:jb,s:Rb,S:yD,u:gD,U:vD,V:bD,w:xD,W:_D,x:null,X:null,y:wD,Y:AD,Z:TD,"%":$b},x={a:N,A:X,b:F,B:G,c:null,d:kb,e:kb,f:MD,g:qD,G:zD,H:PD,I:ED,j:CD,L:RT,m:kD,M:$D,p:Z,q:H,Q:jb,s:Rb,S:jD,u:RD,U:DD,V:ID,w:ND,W:LD,x:null,X:null,y:BD,Y:FD,Z:UD,"%":$b},g={a:M,A:P,b:E,B:k,c:$,d:Eb,e:Eb,f:oD,g:Pb,G:Tb,H:Cb,I:Cb,j:rD,L:aD,m:eD,M:nD,p:T,q:tD,Q:uD,s:lD,S:iD,u:YR,U:VR,V:ZR,w:XR,W:JR,x:j,X:C,y:Pb,Y:Tb,Z:QR,"%":sD};b.x=w(r,b),b.X=w(n,b),b.c=w(t,b),x.x=w(r,x),x.X=w(n,x),x.c=w(t,x);function w(q,Y){return function(Q){var R=[],J=-1,z=0,ut=q.length,ft,ot,dt;for(Q instanceof Date||(Q=new Date(+Q));++J<ut;)q.charCodeAt(J)===37&&(R.push(q.slice(z,J)),(ot=Ob[ft=q.charAt(++J)])!=null?ft=q.charAt(++J):ot=ft==="e"?" ":"0",(dt=Y[ft])&&(ft=dt(Q,ot)),R.push(ft),z=J+1);return R.push(q.slice(z,J)),R.join("")}}function S(q,Y){return function(Q){var R=Go(1900,void 0,1),J=A(R,q,Q+="",0),z,ut;if(J!=Q.length)return null;if("Q"in R)return new Date(R.Q);if("s"in R)return new Date(R.s*1e3+("L"in R?R.L:0));if(Y&&!("Z"in R)&&(R.Z=0),"p"in R&&(R.H=R.H%12+R.p*12),R.m===void 0&&(R.m="q"in R?R.q:0),"V"in R){if(R.V<1||R.V>53)return null;"w"in R||(R.w=1),"Z"in R?(z=$f(Go(R.y,0,1)),ut=z.getUTCDay(),z=ut>4||ut===0?Sl.ceil(z):Sl(z),z=Cc.offset(z,(R.V-1)*7),R.y=z.getUTCFullYear(),R.m=z.getUTCMonth(),R.d=z.getUTCDate()+(R.w+6)%7):(z=kf(Go(R.y,0,1)),ut=z.getDay(),z=ut>4||ut===0?wl.ceil(z):wl(z),z=Ou.offset(z,(R.V-1)*7),R.y=z.getFullYear(),R.m=z.getMonth(),R.d=z.getDate()+(R.w+6)%7)}else("W"in R||"U"in R)&&("w"in R||(R.w="u"in R?R.u%7:"W"in R?1:0),ut="Z"in R?$f(Go(R.y,0,1)).getUTCDay():kf(Go(R.y,0,1)).getDay(),R.m=0,R.d="W"in R?(R.w+6)%7+R.W*7-(ut+5)%7:R.w+R.U*7-(ut+6)%7);return"Z"in R?(R.H+=R.Z/100|0,R.M+=R.Z%100,$f(R)):kf(R)}}function A(q,Y,Q,R){for(var J=0,z=Y.length,ut=Q.length,ft,ot;J<z;){if(R>=ut)return-1;if(ft=Y.charCodeAt(J++),ft===37){if(ft=Y.charAt(J++),ot=g[ft in Ob?Y.charAt(J++):ft],!ot||(R=ot(q,Q,R))<0)return-1}else if(ft!=Q.charCodeAt(R++))return-1}return R}function T(q,Y,Q){var R=l.exec(Y.slice(Q));return R?(q.p=c.get(R[0].toLowerCase()),Q+R[0].length):-1}function M(q,Y,Q){var R=p.exec(Y.slice(Q));return R?(q.w=y.get(R[0].toLowerCase()),Q+R[0].length):-1}function P(q,Y,Q){var R=f.exec(Y.slice(Q));return R?(q.w=h.get(R[0].toLowerCase()),Q+R[0].length):-1}function E(q,Y,Q){var R=v.exec(Y.slice(Q));return R?(q.m=_.get(R[0].toLowerCase()),Q+R[0].length):-1}function k(q,Y,Q){var R=d.exec(Y.slice(Q));return R?(q.m=m.get(R[0].toLowerCase()),Q+R[0].length):-1}function $(q,Y,Q){return A(q,t,Y,Q)}function j(q,Y,Q){return A(q,r,Y,Q)}function C(q,Y,Q){return A(q,n,Y,Q)}function I(q){return o[q.getDay()]}function U(q){return a[q.getDay()]}function W(q){return u[q.getMonth()]}function D(q){return s[q.getMonth()]}function L(q){return i[+(q.getHours()>=12)]}function B(q){return 1+~~(q.getMonth()/3)}function N(q){return o[q.getUTCDay()]}function X(q){return a[q.getUTCDay()]}function F(q){return u[q.getUTCMonth()]}function G(q){return s[q.getUTCMonth()]}function Z(q){return i[+(q.getUTCHours()>=12)]}function H(q){return 1+~~(q.getUTCMonth()/3)}return{format:function(q){var Y=w(q+="",b);return Y.toString=function(){return q},Y},parse:function(q){var Y=S(q+="",!1);return Y.toString=function(){return q},Y},utcFormat:function(q){var Y=w(q+="",x);return Y.toString=function(){return q},Y},utcParse:function(q){var Y=S(q+="",!0);return Y.toString=function(){return q},Y}}}var Ob={"-":"",_:" ",0:"0"},je=/^\s*\d+/,HR=/^%/,GR=/[\\^$*+?|[\]().{}]/g;function $t(e,t,r){var n=e<0?"-":"",i=(n?-e:e)+"",a=i.length;return n+(a<r?new Array(r-a+1).join(t)+i:i)}function KR(e){return e.replace(GR,"\\$&")}function Ko(e){return new RegExp("^(?:"+e.map(KR).join("|")+")","i")}function Xo(e){return new Map(e.map((t,r)=>[t.toLowerCase(),r]))}function XR(e,t,r){var n=je.exec(t.slice(r,r+1));return n?(e.w=+n[0],r+n[0].length):-1}function YR(e,t,r){var n=je.exec(t.slice(r,r+1));return n?(e.u=+n[0],r+n[0].length):-1}function VR(e,t,r){var n=je.exec(t.slice(r,r+2));return n?(e.U=+n[0],r+n[0].length):-1}function ZR(e,t,r){var n=je.exec(t.slice(r,r+2));return n?(e.V=+n[0],r+n[0].length):-1}function JR(e,t,r){var n=je.exec(t.slice(r,r+2));return n?(e.W=+n[0],r+n[0].length):-1}function Tb(e,t,r){var n=je.exec(t.slice(r,r+4));return n?(e.y=+n[0],r+n[0].length):-1}function Pb(e,t,r){var n=je.exec(t.slice(r,r+2));return n?(e.y=+n[0]+(+n[0]>68?1900:2e3),r+n[0].length):-1}function QR(e,t,r){var n=/^(Z)|([+-]\d\d)(?::?(\d\d))?/.exec(t.slice(r,r+6));return n?(e.Z=n[1]?0:-(n[2]+(n[3]||"00")),r+n[0].length):-1}function tD(e,t,r){var n=je.exec(t.slice(r,r+1));return n?(e.q=n[0]*3-3,r+n[0].length):-1}function eD(e,t,r){var n=je.exec(t.slice(r,r+2));return n?(e.m=n[0]-1,r+n[0].length):-1}function Eb(e,t,r){var n=je.exec(t.slice(r,r+2));return n?(e.d=+n[0],r+n[0].length):-1}function rD(e,t,r){var n=je.exec(t.slice(r,r+3));return n?(e.m=0,e.d=+n[0],r+n[0].length):-1}function Cb(e,t,r){var n=je.exec(t.slice(r,r+2));return n?(e.H=+n[0],r+n[0].length):-1}function nD(e,t,r){var n=je.exec(t.slice(r,r+2));return n?(e.M=+n[0],r+n[0].length):-1}function iD(e,t,r){var n=je.exec(t.slice(r,r+2));return n?(e.S=+n[0],r+n[0].length):-1}function aD(e,t,r){var n=je.exec(t.slice(r,r+3));return n?(e.L=+n[0],r+n[0].length):-1}function oD(e,t,r){var n=je.exec(t.slice(r,r+6));return n?(e.L=Math.floor(n[0]/1e3),r+n[0].length):-1}function sD(e,t,r){var n=HR.exec(t.slice(r,r+1));return n?r+n[0].length:-1}function uD(e,t,r){var n=je.exec(t.slice(r));return n?(e.Q=+n[0],r+n[0].length):-1}function lD(e,t,r){var n=je.exec(t.slice(r));return n?(e.s=+n[0],r+n[0].length):-1}function Mb(e,t){return $t(e.getDate(),t,2)}function cD(e,t){return $t(e.getHours(),t,2)}function fD(e,t){return $t(e.getHours()%12||12,t,2)}function hD(e,t){return $t(1+Ou.count(Gn(e),e),t,3)}function $T(e,t){return $t(e.getMilliseconds(),t,3)}function pD(e,t){return $T(e,t)+"000"}function dD(e,t){return $t(e.getMonth()+1,t,2)}function mD(e,t){return $t(e.getMinutes(),t,2)}function yD(e,t){return $t(e.getSeconds(),t,2)}function gD(e){var t=e.getDay();return t===0?7:t}function vD(e,t){return $t(Mc.count(Gn(e)-1,e),t,2)}function jT(e){var t=e.getDay();return t>=4||t===0?Va(e):Va.ceil(e)}function bD(e,t){return e=jT(e),$t(Va.count(Gn(e),e)+(Gn(e).getDay()===4),t,2)}function xD(e){return e.getDay()}function _D(e,t){return $t(wl.count(Gn(e)-1,e),t,2)}function wD(e,t){return $t(e.getFullYear()%100,t,2)}function SD(e,t){return e=jT(e),$t(e.getFullYear()%100,t,2)}function AD(e,t){return $t(e.getFullYear()%1e4,t,4)}function OD(e,t){var r=e.getDay();return e=r>=4||r===0?Va(e):Va.ceil(e),$t(e.getFullYear()%1e4,t,4)}function TD(e){var t=e.getTimezoneOffset();return(t>0?"-":(t*=-1,"+"))+$t(t/60|0,"0",2)+$t(t%60,"0",2)}function kb(e,t){return $t(e.getUTCDate(),t,2)}function PD(e,t){return $t(e.getUTCHours(),t,2)}function ED(e,t){return $t(e.getUTCHours()%12||12,t,2)}function CD(e,t){return $t(1+Cc.count(Kn(e),e),t,3)}function RT(e,t){return $t(e.getUTCMilliseconds(),t,3)}function MD(e,t){return RT(e,t)+"000"}function kD(e,t){return $t(e.getUTCMonth()+1,t,2)}function $D(e,t){return $t(e.getUTCMinutes(),t,2)}function jD(e,t){return $t(e.getUTCSeconds(),t,2)}function RD(e){var t=e.getUTCDay();return t===0?7:t}function DD(e,t){return $t(kc.count(Kn(e)-1,e),t,2)}function DT(e){var t=e.getUTCDay();return t>=4||t===0?Za(e):Za.ceil(e)}function ID(e,t){return e=DT(e),$t(Za.count(Kn(e),e)+(Kn(e).getUTCDay()===4),t,2)}function ND(e){return e.getUTCDay()}function LD(e,t){return $t(Sl.count(Kn(e)-1,e),t,2)}function BD(e,t){return $t(e.getUTCFullYear()%100,t,2)}function qD(e,t){return e=DT(e),$t(e.getUTCFullYear()%100,t,2)}function FD(e,t){return $t(e.getUTCFullYear()%1e4,t,4)}function zD(e,t){var r=e.getUTCDay();return e=r>=4||r===0?Za(e):Za.ceil(e),$t(e.getUTCFullYear()%1e4,t,4)}function UD(){return"+0000"}function $b(){return"%"}function jb(e){return+e}function Rb(e){return Math.floor(+e/1e3)}var Ta,IT,NT;WD({dateTime:"%x, %X",date:"%-m/%-d/%Y",time:"%-I:%M:%S %p",periods:["AM","PM"],days:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],shortDays:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],months:["January","February","March","April","May","June","July","August","September","October","November","December"],shortMonths:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"]});function WD(e){return Ta=WR(e),IT=Ta.format,Ta.parse,NT=Ta.utcFormat,Ta.utcParse,Ta}function HD(e){return new Date(e)}function GD(e){return e instanceof Date?+e:+new Date(+e)}function Tv(e,t,r,n,i,a,o,s,u,l){var c=hv(),f=c.invert,h=c.domain,p=l(".%L"),y=l(":%S"),d=l("%I:%M"),m=l("%I %p"),v=l("%a %d"),_=l("%b %d"),b=l("%B"),x=l("%Y");function g(w){return(u(w)<w?p:s(w)<w?y:o(w)<w?d:a(w)<w?m:n(w)<w?i(w)<w?v:_:r(w)<w?b:x)(w)}return c.invert=function(w){return new Date(f(w))},c.domain=function(w){return arguments.length?h(Array.from(w,GD)):h().map(HD)},c.ticks=function(w){var S=h();return e(S[0],S[S.length-1],w??10)},c.tickFormat=function(w,S){return S==null?g:l(S)},c.nice=function(w){var S=h();return(!w||typeof w.range!="function")&&(w=t(S[0],S[S.length-1],w??10)),w?h(ST(S,w)):c},c.copy=function(){return Au(c,Tv(e,t,r,n,i,a,o,s,u,l))},c}function Al(){return Xr.apply(Tv(zR,UR,Gn,Av,Mc,Ou,wv,xv,Ui,IT).domain([new Date(2e3,0,1),new Date(2e3,0,2)]),arguments)}function KD(){return Xr.apply(Tv(qR,FR,Kn,Ov,kc,Cc,Sv,_v,Ui,NT).domain([Date.UTC(2e3,0,1),Date.UTC(2e3,0,2)]),arguments)}function $c(){var e=0,t=1,r,n,i,a,o=er,s=!1,u;function l(f){return f==null||isNaN(f=+f)?u:o(i===0?.5:(f=(a(f)-r)*i,s?Math.max(0,Math.min(1,f)):f))}l.domain=function(f){return arguments.length?([e,t]=f,r=a(e=+e),n=a(t=+t),i=r===n?0:1/(n-r),l):[e,t]},l.clamp=function(f){return arguments.length?(s=!!f,l):s},l.interpolator=function(f){return arguments.length?(o=f,l):o};function c(f){return function(h){var p,y;return arguments.length?([p,y]=h,o=f(p,y),l):[o(0),o(1)]}}return l.range=c(pa),l.rangeRound=c(av),l.unknown=function(f){return arguments.length?(u=f,l):u},function(f){return a=f,r=f(e),n=f(t),i=r===n?0:1/(n-r),l}}function wi(e,t){return t.domain(e.domain()).interpolator(e.interpolator()).clamp(e.clamp()).unknown(e.unknown())}function LT(){var e=_i($c()(er));return e.copy=function(){return wi(e,LT())},Vn.apply(e,arguments)}function BT(){var e=mv($c()).domain([1,10]);return e.copy=function(){return wi(e,BT()).base(e.base())},Vn.apply(e,arguments)}function qT(){var e=yv($c());return e.copy=function(){return wi(e,qT()).constant(e.constant())},Vn.apply(e,arguments)}function Pv(){var e=gv($c());return e.copy=function(){return wi(e,Pv()).exponent(e.exponent())},Vn.apply(e,arguments)}function XD(){return Pv.apply(null,arguments).exponent(.5)}function FT(){var e=[],t=er;function r(n){if(n!=null&&!isNaN(n=+n))return t((Su(e,n,1)-1)/(e.length-1))}return r.domain=function(n){if(!arguments.length)return e.slice();e=[];for(let i of n)i!=null&&!isNaN(i=+i)&&e.push(i);return e.sort(mi),r},r.interpolator=function(n){return arguments.length?(t=n,r):t},r.range=function(){return e.map((n,i)=>t(i/(e.length-1)))},r.quantiles=function(n){return Array.from({length:n+1},(i,a)=>aR(e,a/n))},r.copy=function(){return FT(t).domain(e)},Vn.apply(r,arguments)}function jc(){var e=0,t=.5,r=1,n=1,i,a,o,s,u,l=er,c,f=!1,h;function p(d){return isNaN(d=+d)?h:(d=.5+((d=+c(d))-a)*(n*d<n*a?s:u),l(f?Math.max(0,Math.min(1,d)):d))}p.domain=function(d){return arguments.length?([e,t,r]=d,i=c(e=+e),a=c(t=+t),o=c(r=+r),s=i===a?0:.5/(a-i),u=a===o?0:.5/(o-a),n=a<i?-1:1,p):[e,t,r]},p.clamp=function(d){return arguments.length?(f=!!d,p):f},p.interpolator=function(d){return arguments.length?(l=d,p):l};function y(d){return function(m){var v,_,b;return arguments.length?([v,_,b]=m,l=Pj(d,[v,_,b]),p):[l(0),l(.5),l(1)]}}return p.range=y(pa),p.rangeRound=y(av),p.unknown=function(d){return arguments.length?(h=d,p):h},function(d){return c=d,i=d(e),a=d(t),o=d(r),s=i===a?0:.5/(a-i),u=a===o?0:.5/(o-a),n=a<i?-1:1,p}}function zT(){var e=_i(jc()(er));return e.copy=function(){return wi(e,zT())},Vn.apply(e,arguments)}function UT(){var e=mv(jc()).domain([.1,1,10]);return e.copy=function(){return wi(e,UT()).base(e.base())},Vn.apply(e,arguments)}function WT(){var e=yv(jc());return e.copy=function(){return wi(e,WT()).constant(e.constant())},Vn.apply(e,arguments)}function Ev(){var e=gv(jc());return e.copy=function(){return wi(e,Ev()).exponent(e.exponent())},Vn.apply(e,arguments)}function YD(){return Ev.apply(null,arguments).exponent(.5)}function Zt(e){return function(){return e}}const HT=Math.cos,Ol=Math.sin,un=Math.sqrt,Tl=Math.PI,Rc=2*Tl,gy=Math.PI,vy=2*gy,Bi=1e-6,VD=vy-Bi;function GT(e){this._+=e[0];for(let t=1,r=e.length;t<r;++t)this._+=arguments[t]+e[t]}function ZD(e){let t=Math.floor(e);if(!(t>=0))throw new Error(`invalid digits: ${e}`);if(t>15)return GT;const r=10**t;return function(n){this._+=n[0];for(let i=1,a=n.length;i<a;++i)this._+=Math.round(arguments[i]*r)/r+n[i]}}class JD{constructor(t){this._x0=this._y0=this._x1=this._y1=null,this._="",this._append=t==null?GT:ZD(t)}moveTo(t,r){this._append`M${this._x0=this._x1=+t},${this._y0=this._y1=+r}`}closePath(){this._x1!==null&&(this._x1=this._x0,this._y1=this._y0,this._append`Z`)}lineTo(t,r){this._append`L${this._x1=+t},${this._y1=+r}`}quadraticCurveTo(t,r,n,i){this._append`Q${+t},${+r},${this._x1=+n},${this._y1=+i}`}bezierCurveTo(t,r,n,i,a,o){this._append`C${+t},${+r},${+n},${+i},${this._x1=+a},${this._y1=+o}`}arcTo(t,r,n,i,a){if(t=+t,r=+r,n=+n,i=+i,a=+a,a<0)throw new Error(`negative radius: ${a}`);let o=this._x1,s=this._y1,u=n-t,l=i-r,c=o-t,f=s-r,h=c*c+f*f;if(this._x1===null)this._append`M${this._x1=t},${this._y1=r}`;else if(h>Bi)if(!(Math.abs(f*u-l*c)>Bi)||!a)this._append`L${this._x1=t},${this._y1=r}`;else{let p=n-o,y=i-s,d=u*u+l*l,m=p*p+y*y,v=Math.sqrt(d),_=Math.sqrt(h),b=a*Math.tan((gy-Math.acos((d+h-m)/(2*v*_)))/2),x=b/_,g=b/v;Math.abs(x-1)>Bi&&this._append`L${t+x*c},${r+x*f}`,this._append`A${a},${a},0,0,${+(f*p>c*y)},${this._x1=t+g*u},${this._y1=r+g*l}`}}arc(t,r,n,i,a,o){if(t=+t,r=+r,n=+n,o=!!o,n<0)throw new Error(`negative radius: ${n}`);let s=n*Math.cos(i),u=n*Math.sin(i),l=t+s,c=r+u,f=1^o,h=o?i-a:a-i;this._x1===null?this._append`M${l},${c}`:(Math.abs(this._x1-l)>Bi||Math.abs(this._y1-c)>Bi)&&this._append`L${l},${c}`,n&&(h<0&&(h=h%vy+vy),h>VD?this._append`A${n},${n},0,1,${f},${t-s},${r-u}A${n},${n},0,1,${f},${this._x1=l},${this._y1=c}`:h>Bi&&this._append`A${n},${n},0,${+(h>=gy)},${f},${this._x1=t+n*Math.cos(a)},${this._y1=r+n*Math.sin(a)}`)}rect(t,r,n,i){this._append`M${this._x0=this._x1=+t},${this._y0=this._y1=+r}h${n=+n}v${+i}h${-n}Z`}toString(){return this._}}function Cv(e){let t=3;return e.digits=function(r){if(!arguments.length)return t;if(r==null)t=null;else{const n=Math.floor(r);if(!(n>=0))throw new RangeError(`invalid digits: ${r}`);t=n}return e},()=>new JD(t)}function Mv(e){return typeof e=="object"&&"length"in e?e:Array.from(e)}function KT(e){this._context=e}KT.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._point=0},lineEnd:function(){(this._line||this._line!==0&&this._point===1)&&this._context.closePath(),this._line=1-this._line},point:function(e,t){switch(e=+e,t=+t,this._point){case 0:this._point=1,this._line?this._context.lineTo(e,t):this._context.moveTo(e,t);break;case 1:this._point=2;default:this._context.lineTo(e,t);break}}};function vi(e){return new KT(e)}function XT(e){return e[0]}function YT(e){return e[1]}function kv(e,t){var r=Zt(!0),n=null,i=vi,a=null,o=Cv(s);e=typeof e=="function"?e:e===void 0?XT:Zt(e),t=typeof t=="function"?t:t===void 0?YT:Zt(t);function s(u){var l,c=(u=Mv(u)).length,f,h=!1,p;for(n==null&&(a=i(p=o())),l=0;l<=c;++l)!(l<c&&r(f=u[l],l,u))===h&&((h=!h)?a.lineStart():a.lineEnd()),h&&a.point(+e(f,l,u),+t(f,l,u));if(p)return a=null,p+""||null}return s.x=function(u){return arguments.length?(e=typeof u=="function"?u:Zt(+u),s):e},s.y=function(u){return arguments.length?(t=typeof u=="function"?u:Zt(+u),s):t},s.defined=function(u){return arguments.length?(r=typeof u=="function"?u:Zt(!!u),s):r},s.curve=function(u){return arguments.length?(i=u,n!=null&&(a=i(n)),s):i},s.context=function(u){return arguments.length?(u==null?n=a=null:a=i(n=u),s):n},s}function Wi(e,t,r){var n=null,i=Zt(!0),a=null,o=vi,s=null,u=Cv(l);e=typeof e=="function"?e:e===void 0?XT:Zt(+e),t=typeof t=="function"?t:Zt(t===void 0?0:+t),r=typeof r=="function"?r:r===void 0?YT:Zt(+r);function l(f){var h,p,y,d=(f=Mv(f)).length,m,v=!1,_,b=new Array(d),x=new Array(d);for(a==null&&(s=o(_=u())),h=0;h<=d;++h){if(!(h<d&&i(m=f[h],h,f))===v)if(v=!v)p=h,s.areaStart(),s.lineStart();else{for(s.lineEnd(),s.lineStart(),y=h-1;y>=p;--y)s.point(b[y],x[y]);s.lineEnd(),s.areaEnd()}v&&(b[h]=+e(m,h,f),x[h]=+t(m,h,f),s.point(n?+n(m,h,f):b[h],r?+r(m,h,f):x[h]))}if(_)return s=null,_+""||null}function c(){return kv().defined(i).curve(o).context(a)}return l.x=function(f){return arguments.length?(e=typeof f=="function"?f:Zt(+f),n=null,l):e},l.x0=function(f){return arguments.length?(e=typeof f=="function"?f:Zt(+f),l):e},l.x1=function(f){return arguments.length?(n=f==null?null:typeof f=="function"?f:Zt(+f),l):n},l.y=function(f){return arguments.length?(t=typeof f=="function"?f:Zt(+f),r=null,l):t},l.y0=function(f){return arguments.length?(t=typeof f=="function"?f:Zt(+f),l):t},l.y1=function(f){return arguments.length?(r=f==null?null:typeof f=="function"?f:Zt(+f),l):r},l.lineX0=l.lineY0=function(){return c().x(e).y(t)},l.lineY1=function(){return c().x(e).y(r)},l.lineX1=function(){return c().x(n).y(t)},l.defined=function(f){return arguments.length?(i=typeof f=="function"?f:Zt(!!f),l):i},l.curve=function(f){return arguments.length?(o=f,a!=null&&(s=o(a)),l):o},l.context=function(f){return arguments.length?(f==null?a=s=null:s=o(a=f),l):a},l}class VT{constructor(t,r){this._context=t,this._x=r}areaStart(){this._line=0}areaEnd(){this._line=NaN}lineStart(){this._point=0}lineEnd(){(this._line||this._line!==0&&this._point===1)&&this._context.closePath(),this._line=1-this._line}point(t,r){switch(t=+t,r=+r,this._point){case 0:{this._point=1,this._line?this._context.lineTo(t,r):this._context.moveTo(t,r);break}case 1:this._point=2;default:{this._x?this._context.bezierCurveTo(this._x0=(this._x0+t)/2,this._y0,this._x0,r,t,r):this._context.bezierCurveTo(this._x0,this._y0=(this._y0+r)/2,t,this._y0,t,r);break}}this._x0=t,this._y0=r}}function QD(e){return new VT(e,!0)}function tI(e){return new VT(e,!1)}const $v={draw(e,t){const r=un(t/Tl);e.moveTo(r,0),e.arc(0,0,r,0,Rc)}},eI={draw(e,t){const r=un(t/5)/2;e.moveTo(-3*r,-r),e.lineTo(-r,-r),e.lineTo(-r,-3*r),e.lineTo(r,-3*r),e.lineTo(r,-r),e.lineTo(3*r,-r),e.lineTo(3*r,r),e.lineTo(r,r),e.lineTo(r,3*r),e.lineTo(-r,3*r),e.lineTo(-r,r),e.lineTo(-3*r,r),e.closePath()}},ZT=un(1/3),rI=ZT*2,nI={draw(e,t){const r=un(t/rI),n=r*ZT;e.moveTo(0,-r),e.lineTo(n,0),e.lineTo(0,r),e.lineTo(-n,0),e.closePath()}},iI={draw(e,t){const r=un(t),n=-r/2;e.rect(n,n,r,r)}},aI=.8908130915292852,JT=Ol(Tl/10)/Ol(7*Tl/10),oI=Ol(Rc/10)*JT,sI=-HT(Rc/10)*JT,uI={draw(e,t){const r=un(t*aI),n=oI*r,i=sI*r;e.moveTo(0,-r),e.lineTo(n,i);for(let a=1;a<5;++a){const o=Rc*a/5,s=HT(o),u=Ol(o);e.lineTo(u*r,-s*r),e.lineTo(s*n-u*i,u*n+s*i)}e.closePath()}},jf=un(3),lI={draw(e,t){const r=-un(t/(jf*3));e.moveTo(0,r*2),e.lineTo(-jf*r,-r),e.lineTo(jf*r,-r),e.closePath()}},Ir=-.5,Nr=un(3)/2,by=1/un(12),cI=(by/2+1)*3,fI={draw(e,t){const r=un(t/cI),n=r/2,i=r*by,a=n,o=r*by+r,s=-a,u=o;e.moveTo(n,i),e.lineTo(a,o),e.lineTo(s,u),e.lineTo(Ir*n-Nr*i,Nr*n+Ir*i),e.lineTo(Ir*a-Nr*o,Nr*a+Ir*o),e.lineTo(Ir*s-Nr*u,Nr*s+Ir*u),e.lineTo(Ir*n+Nr*i,Ir*i-Nr*n),e.lineTo(Ir*a+Nr*o,Ir*o-Nr*a),e.lineTo(Ir*s+Nr*u,Ir*u-Nr*s),e.closePath()}};function hI(e,t){let r=null,n=Cv(i);e=typeof e=="function"?e:Zt(e||$v),t=typeof t=="function"?t:Zt(t===void 0?64:+t);function i(){let a;if(r||(r=a=n()),e.apply(this,arguments).draw(r,+t.apply(this,arguments)),a)return r=null,a+""||null}return i.type=function(a){return arguments.length?(e=typeof a=="function"?a:Zt(a),i):e},i.size=function(a){return arguments.length?(t=typeof a=="function"?a:Zt(+a),i):t},i.context=function(a){return arguments.length?(r=a??null,i):r},i}function Pl(){}function El(e,t,r){e._context.bezierCurveTo((2*e._x0+e._x1)/3,(2*e._y0+e._y1)/3,(e._x0+2*e._x1)/3,(e._y0+2*e._y1)/3,(e._x0+4*e._x1+t)/6,(e._y0+4*e._y1+r)/6)}function QT(e){this._context=e}QT.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._y0=this._y1=NaN,this._point=0},lineEnd:function(){switch(this._point){case 3:El(this,this._x1,this._y1);case 2:this._context.lineTo(this._x1,this._y1);break}(this._line||this._line!==0&&this._point===1)&&this._context.closePath(),this._line=1-this._line},point:function(e,t){switch(e=+e,t=+t,this._point){case 0:this._point=1,this._line?this._context.lineTo(e,t):this._context.moveTo(e,t);break;case 1:this._point=2;break;case 2:this._point=3,this._context.lineTo((5*this._x0+this._x1)/6,(5*this._y0+this._y1)/6);default:El(this,e,t);break}this._x0=this._x1,this._x1=e,this._y0=this._y1,this._y1=t}};function pI(e){return new QT(e)}function tP(e){this._context=e}tP.prototype={areaStart:Pl,areaEnd:Pl,lineStart:function(){this._x0=this._x1=this._x2=this._x3=this._x4=this._y0=this._y1=this._y2=this._y3=this._y4=NaN,this._point=0},lineEnd:function(){switch(this._point){case 1:{this._context.moveTo(this._x2,this._y2),this._context.closePath();break}case 2:{this._context.moveTo((this._x2+2*this._x3)/3,(this._y2+2*this._y3)/3),this._context.lineTo((this._x3+2*this._x2)/3,(this._y3+2*this._y2)/3),this._context.closePath();break}case 3:{this.point(this._x2,this._y2),this.point(this._x3,this._y3),this.point(this._x4,this._y4);break}}},point:function(e,t){switch(e=+e,t=+t,this._point){case 0:this._point=1,this._x2=e,this._y2=t;break;case 1:this._point=2,this._x3=e,this._y3=t;break;case 2:this._point=3,this._x4=e,this._y4=t,this._context.moveTo((this._x0+4*this._x1+e)/6,(this._y0+4*this._y1+t)/6);break;default:El(this,e,t);break}this._x0=this._x1,this._x1=e,this._y0=this._y1,this._y1=t}};function dI(e){return new tP(e)}function eP(e){this._context=e}eP.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._y0=this._y1=NaN,this._point=0},lineEnd:function(){(this._line||this._line!==0&&this._point===3)&&this._context.closePath(),this._line=1-this._line},point:function(e,t){switch(e=+e,t=+t,this._point){case 0:this._point=1;break;case 1:this._point=2;break;case 2:this._point=3;var r=(this._x0+4*this._x1+e)/6,n=(this._y0+4*this._y1+t)/6;this._line?this._context.lineTo(r,n):this._context.moveTo(r,n);break;case 3:this._point=4;default:El(this,e,t);break}this._x0=this._x1,this._x1=e,this._y0=this._y1,this._y1=t}};function mI(e){return new eP(e)}function rP(e){this._context=e}rP.prototype={areaStart:Pl,areaEnd:Pl,lineStart:function(){this._point=0},lineEnd:function(){this._point&&this._context.closePath()},point:function(e,t){e=+e,t=+t,this._point?this._context.lineTo(e,t):(this._point=1,this._context.moveTo(e,t))}};function yI(e){return new rP(e)}function Db(e){return e<0?-1:1}function Ib(e,t,r){var n=e._x1-e._x0,i=t-e._x1,a=(e._y1-e._y0)/(n||i<0&&-0),o=(r-e._y1)/(i||n<0&&-0),s=(a*i+o*n)/(n+i);return(Db(a)+Db(o))*Math.min(Math.abs(a),Math.abs(o),.5*Math.abs(s))||0}function Nb(e,t){var r=e._x1-e._x0;return r?(3*(e._y1-e._y0)/r-t)/2:t}function Rf(e,t,r){var n=e._x0,i=e._y0,a=e._x1,o=e._y1,s=(a-n)/3;e._context.bezierCurveTo(n+s,i+s*t,a-s,o-s*r,a,o)}function Cl(e){this._context=e}Cl.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._y0=this._y1=this._t0=NaN,this._point=0},lineEnd:function(){switch(this._point){case 2:this._context.lineTo(this._x1,this._y1);break;case 3:Rf(this,this._t0,Nb(this,this._t0));break}(this._line||this._line!==0&&this._point===1)&&this._context.closePath(),this._line=1-this._line},point:function(e,t){var r=NaN;if(e=+e,t=+t,!(e===this._x1&&t===this._y1)){switch(this._point){case 0:this._point=1,this._line?this._context.lineTo(e,t):this._context.moveTo(e,t);break;case 1:this._point=2;break;case 2:this._point=3,Rf(this,Nb(this,r=Ib(this,e,t)),r);break;default:Rf(this,this._t0,r=Ib(this,e,t));break}this._x0=this._x1,this._x1=e,this._y0=this._y1,this._y1=t,this._t0=r}}};function nP(e){this._context=new iP(e)}(nP.prototype=Object.create(Cl.prototype)).point=function(e,t){Cl.prototype.point.call(this,t,e)};function iP(e){this._context=e}iP.prototype={moveTo:function(e,t){this._context.moveTo(t,e)},closePath:function(){this._context.closePath()},lineTo:function(e,t){this._context.lineTo(t,e)},bezierCurveTo:function(e,t,r,n,i,a){this._context.bezierCurveTo(t,e,n,r,a,i)}};function gI(e){return new Cl(e)}function vI(e){return new nP(e)}function aP(e){this._context=e}aP.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x=[],this._y=[]},lineEnd:function(){var e=this._x,t=this._y,r=e.length;if(r)if(this._line?this._context.lineTo(e[0],t[0]):this._context.moveTo(e[0],t[0]),r===2)this._context.lineTo(e[1],t[1]);else for(var n=Lb(e),i=Lb(t),a=0,o=1;o<r;++a,++o)this._context.bezierCurveTo(n[0][a],i[0][a],n[1][a],i[1][a],e[o],t[o]);(this._line||this._line!==0&&r===1)&&this._context.closePath(),this._line=1-this._line,this._x=this._y=null},point:function(e,t){this._x.push(+e),this._y.push(+t)}};function Lb(e){var t,r=e.length-1,n,i=new Array(r),a=new Array(r),o=new Array(r);for(i[0]=0,a[0]=2,o[0]=e[0]+2*e[1],t=1;t<r-1;++t)i[t]=1,a[t]=4,o[t]=4*e[t]+2*e[t+1];for(i[r-1]=2,a[r-1]=7,o[r-1]=8*e[r-1]+e[r],t=1;t<r;++t)n=i[t]/a[t-1],a[t]-=n,o[t]-=n*o[t-1];for(i[r-1]=o[r-1]/a[r-1],t=r-2;t>=0;--t)i[t]=(o[t]-i[t+1])/a[t];for(a[r-1]=(e[r]+i[r-1])/2,t=0;t<r-1;++t)a[t]=2*e[t+1]-i[t+1];return[i,a]}function bI(e){return new aP(e)}function Dc(e,t){this._context=e,this._t=t}Dc.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x=this._y=NaN,this._point=0},lineEnd:function(){0<this._t&&this._t<1&&this._point===2&&this._context.lineTo(this._x,this._y),(this._line||this._line!==0&&this._point===1)&&this._context.closePath(),this._line>=0&&(this._t=1-this._t,this._line=1-this._line)},point:function(e,t){switch(e=+e,t=+t,this._point){case 0:this._point=1,this._line?this._context.lineTo(e,t):this._context.moveTo(e,t);break;case 1:this._point=2;default:{if(this._t<=0)this._context.lineTo(this._x,t),this._context.lineTo(e,t);else{var r=this._x*(1-this._t)+e*this._t;this._context.lineTo(r,this._y),this._context.lineTo(r,t)}break}}this._x=e,this._y=t}};function xI(e){return new Dc(e,.5)}function _I(e){return new Dc(e,0)}function wI(e){return new Dc(e,1)}function Ja(e,t){if((o=e.length)>1)for(var r=1,n,i,a=e[t[0]],o,s=a.length;r<o;++r)for(i=a,a=e[t[r]],n=0;n<s;++n)a[n][1]+=a[n][0]=isNaN(i[n][1])?i[n][0]:i[n][1]}function xy(e){for(var t=e.length,r=new Array(t);--t>=0;)r[t]=t;return r}function SI(e,t){return e[t]}function AI(e){const t=[];return t.key=e,t}function Ml(){var e=Zt([]),t=xy,r=Ja,n=SI;function i(a){var o=Array.from(e.apply(this,arguments),AI),s,u=o.length,l=-1,c;for(const f of a)for(s=0,++l;s<u;++s)(o[s][l]=[0,+n(f,o[s].key,l,a)]).data=f;for(s=0,c=Mv(t(o));s<u;++s)o[c[s]].index=s;return r(o,c),o}return i.keys=function(a){return arguments.length?(e=typeof a=="function"?a:Zt(Array.from(a)),i):e},i.value=function(a){return arguments.length?(n=typeof a=="function"?a:Zt(+a),i):n},i.order=function(a){return arguments.length?(t=a==null?xy:typeof a=="function"?a:Zt(Array.from(a)),i):t},i.offset=function(a){return arguments.length?(r=a??Ja,i):r},i}function OI(e,t){if((n=e.length)>0){for(var r,n,i=0,a=e[0].length,o;i<a;++i){for(o=r=0;r<n;++r)o+=e[r][i][1]||0;if(o)for(r=0;r<n;++r)e[r][i][1]/=o}Ja(e,t)}}function TI(e,t){if((i=e.length)>0){for(var r=0,n=e[t[0]],i,a=n.length;r<a;++r){for(var o=0,s=0;o<i;++o)s+=e[o][r][1]||0;n[r][1]+=n[r][0]=-s/2}Ja(e,t)}}function PI(e,t){if(!(!((o=e.length)>0)||!((a=(i=e[t[0]]).length)>0))){for(var r=0,n=1,i,a,o;n<a;++n){for(var s=0,u=0,l=0;s<o;++s){for(var c=e[t[s]],f=c[n][1]||0,h=c[n-1][1]||0,p=(f-h)/2,y=0;y<s;++y){var d=e[t[y]],m=d[n][1]||0,v=d[n-1][1]||0;p+=m-v}u+=f,l+=p*f}i[n-1][1]+=i[n-1][0]=r,u&&(r-=l/u)}i[n-1][1]+=i[n-1][0]=r,Ja(e,t)}}function In(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function oP(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e.__proto__=t}/*!
|
|
2
2
|
* GSAP 3.13.0
|
|
3
3
|
* https://gsap.com
|
|
4
4
|
*
|
|
5
5
|
* @license Copyright 2008-2025, GreenSock. All rights reserved.
|
|
6
6
|
* Subject to the terms at https://gsap.com/standard-license
|
|
7
7
|
* @author: Jack Doyle, jack@greensock.com
|
|
8
|
-
*/var pr={autoSleep:120,force3D:"auto",nullTargetWarn:1,units:{lineHeight:""}},xa={duration:.5,overwrite:!1,delay:0},Zv,Ce,Jt,Sr=1e8,Wt=1/Sr,Lm=Math.PI*2,rI=Lm/4,nI=0,kP=Math.sqrt,iI=Math.cos,aI=Math.sin,Oe=function(t){return typeof t=="string"},oe=function(t){return typeof t=="function"},On=function(t){return typeof t=="number"},Jv=function(t){return typeof t>"u"},en=function(t){return typeof t=="object"},Xe=function(t){return t!==!1},Qv=function(){return typeof window<"u"},su=function(t){return oe(t)||Oe(t)},$P=typeof ArrayBuffer=="function"&&ArrayBuffer.isView||function(){},Le=Array.isArray,Bm=/(?:-?\.?\d|\.)+/gi,jP=/[-+=.]*\d+[.e\-+]*\d*[e\-+]*\d*/g,ta=/[-+=.]*\d+[.e-]*\d*[a-z%]*/g,Vc=/[-+=.]*\d+\.?\d*(?:e-|e\+)?\d*/gi,DP=/[+-]=-?[.\d]+/,RP=/[^,'"\[\]\s]+/gi,oI=/^[+\-=e\s\d]*\d+[.\d]*([a-z]*|%)\s*$/i,ee,Hr,qm,tg,mr={},Ju={},IP,NP=function(t){return(Ju=wa(t,mr))&&er},eg=function(t,r){return console.warn("Invalid property",t,"set to",r,"Missing plugin? gsap.registerPlugin()")},ns=function(t,r){return!r&&console.warn(t)},LP=function(t,r){return t&&(mr[t]=r)&&Ju&&(Ju[t]=r)||mr},is=function(){return 0},sI={suppressEvents:!0,isStart:!0,kill:!1},Cu={suppressEvents:!0,kill:!1},uI={suppressEvents:!0},rg={},Wn=[],Fm={},BP,lr={},Zc={},o0=30,Mu=[],ng="",ig=function(t){var r=t[0],n,i;if(en(r)||oe(r)||(t=[t]),!(n=(r._gsap||{}).harness)){for(i=Mu.length;i--&&!Mu[i].targetTest(r););n=Mu[i]}for(i=t.length;i--;)t[i]&&(t[i]._gsap||(t[i]._gsap=new lT(t[i],n)))||t.splice(i,1);return t},bi=function(t){return t._gsap||ig(Or(t))[0]._gsap},qP=function(t,r,n){return(n=t[r])&&oe(n)?t[r]():Jv(n)&&t.getAttribute&&t.getAttribute(r)||n},Ve=function(t,r){return(t=t.split(",")).forEach(r)||t},le=function(t){return Math.round(t*1e5)/1e5||0},de=function(t){return Math.round(t*1e7)/1e7||0},oa=function(t,r){var n=r.charAt(0),i=parseFloat(r.substr(2));return t=parseFloat(t),n==="+"?t+i:n==="-"?t-i:n==="*"?t*i:t/i},lI=function(t,r){for(var n=r.length,i=0;t.indexOf(r[i])<0&&++i<n;);return i<n},Qu=function(){var t=Wn.length,r=Wn.slice(0),n,i;for(Fm={},Wn.length=0,n=0;n<t;n++)i=r[n],i&&i._lazy&&(i.render(i._lazy[0],i._lazy[1],!0)._lazy=0)},ag=function(t){return!!(t._initted||t._startAt||t.add)},FP=function(t,r,n,i){Wn.length&&!Ce&&Qu(),t.render(r,n,!!(Ce&&r<0&&ag(t))),Wn.length&&!Ce&&Qu()},zP=function(t){var r=parseFloat(t);return(r||r===0)&&(t+"").match(RP).length<2?r:Oe(t)?t.trim():t},UP=function(t){return t},yr=function(t,r){for(var n in r)n in t||(t[n]=r[n]);return t},cI=function(t){return function(r,n){for(var i in n)i in r||i==="duration"&&t||i==="ease"||(r[i]=n[i])}},wa=function(t,r){for(var n in r)t[n]=r[n];return t},s0=function e(t,r){for(var n in r)n!=="__proto__"&&n!=="constructor"&&n!=="prototype"&&(t[n]=en(r[n])?e(t[n]||(t[n]={}),r[n]):r[n]);return t},tl=function(t,r){var n={},i;for(i in t)i in r||(n[i]=t[i]);return n},Ro=function(t){var r=t.parent||ee,n=t.keyframes?cI(Le(t.keyframes)):yr;if(Xe(t.inherit))for(;r;)n(t,r.vars.defaults),r=r.parent||r._dp;return t},fI=function(t,r){for(var n=t.length,i=n===r.length;i&&n--&&t[n]===r[n];);return n<0},WP=function(t,r,n,i,a){var o=t[i],s;if(a)for(s=r[a];o&&o[a]>s;)o=o._prev;return o?(r._next=o._next,o._next=r):(r._next=t[n],t[n]=r),r._next?r._next._prev=r:t[i]=r,r._prev=o,r.parent=r._dp=t,r},nc=function(t,r,n,i){n===void 0&&(n="_first"),i===void 0&&(i="_last");var a=r._prev,o=r._next;a?a._next=o:t[n]===r&&(t[n]=o),o?o._prev=a:t[i]===r&&(t[i]=a),r._next=r._prev=r.parent=null},Hn=function(t,r){t.parent&&(!r||t.parent.autoRemoveChildren)&&t.parent.remove&&t.parent.remove(t),t._act=0},_i=function(t,r){if(t&&(!r||r._end>t._dur||r._start<0))for(var n=t;n;)n._dirty=1,n=n.parent;return t},hI=function(t){for(var r=t.parent;r&&r.parent;)r._dirty=1,r.totalDuration(),r=r.parent;return t},zm=function(t,r,n,i){return t._startAt&&(Ce?t._startAt.revert(Cu):t.vars.immediateRender&&!t.vars.autoRevert||t._startAt.render(r,!0,i))},pI=function e(t){return!t||t._ts&&e(t.parent)},u0=function(t){return t._repeat?Sa(t._tTime,t=t.duration()+t._rDelay)*t:0},Sa=function(t,r){var n=Math.floor(t=de(t/r));return t&&n===t?n-1:n},el=function(t,r){return(t-r._start)*r._ts+(r._ts>=0?0:r._dirty?r.totalDuration():r._tDur)},ic=function(t){return t._end=de(t._start+(t._tDur/Math.abs(t._ts||t._rts||Wt)||0))},ac=function(t,r){var n=t._dp;return n&&n.smoothChildTiming&&t._ts&&(t._start=de(n._time-(t._ts>0?r/t._ts:((t._dirty?t.totalDuration():t._tDur)-r)/-t._ts)),ic(t),n._dirty||_i(n,t)),t},GP=function(t,r){var n;if((r._time||!r._dur&&r._initted||r._start<t._time&&(r._dur||!r.add))&&(n=el(t.rawTime(),r),(!r._dur||Hs(0,r.totalDuration(),n)-r._tTime>Wt)&&r.render(n,!0)),_i(t,r)._dp&&t._initted&&t._time>=t._dur&&t._ts){if(t._dur<t.duration())for(n=t;n._dp;)n.rawTime()>=0&&n.totalTime(n._tTime),n=n._dp;t._zTime=-Wt}},Yr=function(t,r,n,i){return r.parent&&Hn(r),r._start=de((On(n)?n:n||t!==ee?_r(t,n,r):t._time)+r._delay),r._end=de(r._start+(r.totalDuration()/Math.abs(r.timeScale())||0)),WP(t,r,"_first","_last",t._sort?"_start":0),Um(r)||(t._recent=r),i||GP(t,r),t._ts<0&&ac(t,t._tTime),t},HP=function(t,r){return(mr.ScrollTrigger||eg("scrollTrigger",r))&&mr.ScrollTrigger.create(r,t)},KP=function(t,r,n,i,a){if(sg(t,r,a),!t._initted)return 1;if(!n&&t._pt&&!Ce&&(t._dur&&t.vars.lazy!==!1||!t._dur&&t.vars.lazy)&&BP!==cr.frame)return Wn.push(t),t._lazy=[a,i],1},dI=function e(t){var r=t.parent;return r&&r._ts&&r._initted&&!r._lock&&(r.rawTime()<0||e(r))},Um=function(t){var r=t.data;return r==="isFromStart"||r==="isStart"},mI=function(t,r,n,i){var a=t.ratio,o=r<0||!r&&(!t._start&&dI(t)&&!(!t._initted&&Um(t))||(t._ts<0||t._dp._ts<0)&&!Um(t))?0:1,s=t._rDelay,u=0,l,c,f;if(s&&t._repeat&&(u=Hs(0,t._tDur,r),c=Sa(u,s),t._yoyo&&c&1&&(o=1-o),c!==Sa(t._tTime,s)&&(a=1-o,t.vars.repeatRefresh&&t._initted&&t.invalidate())),o!==a||Ce||i||t._zTime===Wt||!r&&t._zTime){if(!t._initted&&KP(t,r,i,n,u))return;for(f=t._zTime,t._zTime=r||(n?Wt:0),n||(n=r&&!f),t.ratio=o,t._from&&(o=1-o),t._time=0,t._tTime=u,l=t._pt;l;)l.r(o,l.d),l=l._next;r<0&&zm(t,r,n,!0),t._onUpdate&&!n&&hr(t,"onUpdate"),u&&t._repeat&&!n&&t.parent&&hr(t,"onRepeat"),(r>=t._tDur||r<0)&&t.ratio===o&&(o&&Hn(t,1),!n&&!Ce&&(hr(t,o?"onComplete":"onReverseComplete",!0),t._prom&&t._prom()))}else t._zTime||(t._zTime=r)},yI=function(t,r,n){var i;if(n>r)for(i=t._first;i&&i._start<=n;){if(i.data==="isPause"&&i._start>r)return i;i=i._next}else for(i=t._last;i&&i._start>=n;){if(i.data==="isPause"&&i._start<r)return i;i=i._prev}},Oa=function(t,r,n,i){var a=t._repeat,o=de(r)||0,s=t._tTime/t._tDur;return s&&!i&&(t._time*=o/t._dur),t._dur=o,t._tDur=a?a<0?1e10:de(o*(a+1)+t._rDelay*a):o,s>0&&!i&&ac(t,t._tTime=t._tDur*s),t.parent&&ic(t),n||_i(t.parent,t),t},l0=function(t){return t instanceof qe?_i(t):Oa(t,t._dur)},vI={_start:0,endTime:is,totalDuration:is},_r=function e(t,r,n){var i=t.labels,a=t._recent||vI,o=t.duration()>=Sr?a.endTime(!1):t._dur,s,u,l;return Oe(r)&&(isNaN(r)||r in i)?(u=r.charAt(0),l=r.substr(-1)==="%",s=r.indexOf("="),u==="<"||u===">"?(s>=0&&(r=r.replace(/=/,"")),(u==="<"?a._start:a.endTime(a._repeat>=0))+(parseFloat(r.substr(1))||0)*(l?(s<0?a:n).totalDuration()/100:1)):s<0?(r in i||(i[r]=o),i[r]):(u=parseFloat(r.charAt(s-1)+r.substr(s+1)),l&&n&&(u=u/100*(Le(n)?n[0]:n).totalDuration()),s>1?e(t,r.substr(0,s-1),n)+u:o+u)):r==null?o:+r},Io=function(t,r,n){var i=On(r[1]),a=(i?2:1)+(t<2?0:1),o=r[a],s,u;if(i&&(o.duration=r[1]),o.parent=n,t){for(s=o,u=n;u&&!("immediateRender"in s);)s=u.vars.defaults||{},u=Xe(u.vars.inherit)&&u.parent;o.immediateRender=Xe(s.immediateRender),t<2?o.runBackwards=1:o.startAt=r[a-1]}return new pe(r[0],o,r[a+1])},Vn=function(t,r){return t||t===0?r(t):r},Hs=function(t,r,n){return n<t?t:n>r?r:n},Ne=function(t,r){return!Oe(t)||!(r=oI.exec(t))?"":r[1]},gI=function(t,r,n){return Vn(n,function(i){return Hs(t,r,i)})},Wm=[].slice,YP=function(t,r){return t&&en(t)&&"length"in t&&(!r&&!t.length||t.length-1 in t&&en(t[0]))&&!t.nodeType&&t!==Hr},bI=function(t,r,n){return n===void 0&&(n=[]),t.forEach(function(i){var a;return Oe(i)&&!r||YP(i,1)?(a=n).push.apply(a,Or(i)):n.push(i)})||n},Or=function(t,r,n){return Jt&&!r&&Jt.selector?Jt.selector(t):Oe(t)&&!n&&(qm||!Aa())?Wm.call((r||tg).querySelectorAll(t),0):Le(t)?bI(t,n):YP(t)?Wm.call(t,0):t?[t]:[]},Gm=function(t){return t=Or(t)[0]||ns("Invalid scope")||{},function(r){var n=t.current||t.nativeElement||t;return Or(r,n.querySelectorAll?n:n===t?ns("Invalid scope")||tg.createElement("div"):t)}},XP=function(t){return t.sort(function(){return .5-Math.random()})},VP=function(t){if(oe(t))return t;var r=en(t)?t:{each:t},n=xi(r.ease),i=r.from||0,a=parseFloat(r.base)||0,o={},s=i>0&&i<1,u=isNaN(i)||s,l=r.axis,c=i,f=i;return Oe(i)?c=f={center:.5,edges:.5,end:1}[i]||0:!s&&u&&(c=i[0],f=i[1]),function(h,p,y){var m=(y||r).length,d=o[m],g,_,b,x,v,w,S,A,P;if(!d){if(P=r.grid==="auto"?0:(r.grid||[1,Sr])[1],!P){for(S=-Sr;S<(S=y[P++].getBoundingClientRect().left)&&P<m;);P<m&&P--}for(d=o[m]=[],g=u?Math.min(P,m)*c-.5:i%P,_=P===Sr?0:u?m*f/P-.5:i/P|0,S=0,A=Sr,w=0;w<m;w++)b=w%P-g,x=_-(w/P|0),d[w]=v=l?Math.abs(l==="y"?x:b):kP(b*b+x*x),v>S&&(S=v),v<A&&(A=v);i==="random"&&XP(d),d.max=S-A,d.min=A,d.v=m=(parseFloat(r.amount)||parseFloat(r.each)*(P>m?m-1:l?l==="y"?m/P:P:Math.max(P,m/P))||0)*(i==="edges"?-1:1),d.b=m<0?a-m:a,d.u=Ne(r.amount||r.each)||0,n=n&&m<0?oT(n):n}return m=(d[h]-d.min)/d.max||0,de(d.b+(n?n(m):m)*d.v)+d.u}},Hm=function(t){var r=Math.pow(10,((t+"").split(".")[1]||"").length);return function(n){var i=de(Math.round(parseFloat(n)/t)*t*r);return(i-i%1)/r+(On(n)?0:Ne(n))}},ZP=function(t,r){var n=Le(t),i,a;return!n&&en(t)&&(i=n=t.radius||Sr,t.values?(t=Or(t.values),(a=!On(t[0]))&&(i*=i)):t=Hm(t.increment)),Vn(r,n?oe(t)?function(o){return a=t(o),Math.abs(a-o)<=i?a:o}:function(o){for(var s=parseFloat(a?o.x:o),u=parseFloat(a?o.y:0),l=Sr,c=0,f=t.length,h,p;f--;)a?(h=t[f].x-s,p=t[f].y-u,h=h*h+p*p):h=Math.abs(t[f]-s),h<l&&(l=h,c=f);return c=!i||l<=i?t[c]:o,a||c===o||On(o)?c:c+Ne(o)}:Hm(t))},JP=function(t,r,n,i){return Vn(Le(t)?!r:n===!0?!!(n=0):!i,function(){return Le(t)?t[~~(Math.random()*t.length)]:(n=n||1e-5)&&(i=n<1?Math.pow(10,(n+"").length-2):1)&&Math.floor(Math.round((t-n/2+Math.random()*(r-t+n*.99))/n)*n*i)/i})},_I=function(){for(var t=arguments.length,r=new Array(t),n=0;n<t;n++)r[n]=arguments[n];return function(i){return r.reduce(function(a,o){return o(a)},i)}},xI=function(t,r){return function(n){return t(parseFloat(n))+(r||Ne(n))}},wI=function(t,r,n){return tT(t,r,0,1,n)},QP=function(t,r,n){return Vn(n,function(i){return t[~~r(i)]})},SI=function e(t,r,n){var i=r-t;return Le(t)?QP(t,e(0,t.length),r):Vn(n,function(a){return(i+(a-t)%i)%i+t})},OI=function e(t,r,n){var i=r-t,a=i*2;return Le(t)?QP(t,e(0,t.length-1),r):Vn(n,function(o){return o=(a+(o-t)%a)%a||0,t+(o>i?a-o:o)})},as=function(t){for(var r=0,n="",i,a,o,s;~(i=t.indexOf("random(",r));)o=t.indexOf(")",i),s=t.charAt(i+7)==="[",a=t.substr(i+7,o-i-7).match(s?RP:Bm),n+=t.substr(r,i-r)+JP(s?a:+a[0],s?0:+a[1],+a[2]||1e-5),r=o+1;return n+t.substr(r,t.length-r)},tT=function(t,r,n,i,a){var o=r-t,s=i-n;return Vn(a,function(u){return n+((u-t)/o*s||0)})},AI=function e(t,r,n,i){var a=isNaN(t+r)?0:function(p){return(1-p)*t+p*r};if(!a){var o=Oe(t),s={},u,l,c,f,h;if(n===!0&&(i=1)&&(n=null),o)t={p:t},r={p:r};else if(Le(t)&&!Le(r)){for(c=[],f=t.length,h=f-2,l=1;l<f;l++)c.push(e(t[l-1],t[l]));f--,a=function(y){y*=f;var m=Math.min(h,~~y);return c[m](y-m)},n=r}else i||(t=wa(Le(t)?[]:{},t));if(!c){for(u in r)og.call(s,t,u,"get",r[u]);a=function(y){return cg(y,s)||(o?t.p:t)}}}return Vn(n,a)},c0=function(t,r,n){var i=t.labels,a=Sr,o,s,u;for(o in i)s=i[o]-r,s<0==!!n&&s&&a>(s=Math.abs(s))&&(u=o,a=s);return u},hr=function(t,r,n){var i=t.vars,a=i[r],o=Jt,s=t._ctx,u,l,c;if(a)return u=i[r+"Params"],l=i.callbackScope||t,n&&Wn.length&&Qu(),s&&(Jt=s),c=u?a.apply(l,u):a.call(l),Jt=o,c},Co=function(t){return Hn(t),t.scrollTrigger&&t.scrollTrigger.kill(!!Ce),t.progress()<1&&hr(t,"onInterrupt"),t},ea,eT=[],rT=function(t){if(t)if(t=!t.name&&t.default||t,Qv()||t.headless){var r=t.name,n=oe(t),i=r&&!n&&t.init?function(){this._props=[]}:t,a={init:is,render:cg,add:og,kill:FI,modifier:qI,rawVars:0},o={targetTest:0,get:0,getSetter:lg,aliases:{},register:0};if(Aa(),t!==i){if(lr[r])return;yr(i,yr(tl(t,a),o)),wa(i.prototype,wa(a,tl(t,o))),lr[i.prop=r]=i,t.targetTest&&(Mu.push(i),rg[r]=1),r=(r==="css"?"CSS":r.charAt(0).toUpperCase()+r.substr(1))+"Plugin"}LP(r,i),t.register&&t.register(er,i,Ze)}else eT.push(t)},Ut=255,Mo={aqua:[0,Ut,Ut],lime:[0,Ut,0],silver:[192,192,192],black:[0,0,0],maroon:[128,0,0],teal:[0,128,128],blue:[0,0,Ut],navy:[0,0,128],white:[Ut,Ut,Ut],olive:[128,128,0],yellow:[Ut,Ut,0],orange:[Ut,165,0],gray:[128,128,128],purple:[128,0,128],green:[0,128,0],red:[Ut,0,0],pink:[Ut,192,203],cyan:[0,Ut,Ut],transparent:[Ut,Ut,Ut,0]},Jc=function(t,r,n){return t+=t<0?1:t>1?-1:0,(t*6<1?r+(n-r)*t*6:t<.5?n:t*3<2?r+(n-r)*(2/3-t)*6:r)*Ut+.5|0},nT=function(t,r,n){var i=t?On(t)?[t>>16,t>>8&Ut,t&Ut]:0:Mo.black,a,o,s,u,l,c,f,h,p,y;if(!i){if(t.substr(-1)===","&&(t=t.substr(0,t.length-1)),Mo[t])i=Mo[t];else if(t.charAt(0)==="#"){if(t.length<6&&(a=t.charAt(1),o=t.charAt(2),s=t.charAt(3),t="#"+a+a+o+o+s+s+(t.length===5?t.charAt(4)+t.charAt(4):"")),t.length===9)return i=parseInt(t.substr(1,6),16),[i>>16,i>>8&Ut,i&Ut,parseInt(t.substr(7),16)/255];t=parseInt(t.substr(1),16),i=[t>>16,t>>8&Ut,t&Ut]}else if(t.substr(0,3)==="hsl"){if(i=y=t.match(Bm),!r)u=+i[0]%360/360,l=+i[1]/100,c=+i[2]/100,o=c<=.5?c*(l+1):c+l-c*l,a=c*2-o,i.length>3&&(i[3]*=1),i[0]=Jc(u+1/3,a,o),i[1]=Jc(u,a,o),i[2]=Jc(u-1/3,a,o);else if(~t.indexOf("="))return i=t.match(jP),n&&i.length<4&&(i[3]=1),i}else i=t.match(Bm)||Mo.transparent;i=i.map(Number)}return r&&!y&&(a=i[0]/Ut,o=i[1]/Ut,s=i[2]/Ut,f=Math.max(a,o,s),h=Math.min(a,o,s),c=(f+h)/2,f===h?u=l=0:(p=f-h,l=c>.5?p/(2-f-h):p/(f+h),u=f===a?(o-s)/p+(o<s?6:0):f===o?(s-a)/p+2:(a-o)/p+4,u*=60),i[0]=~~(u+.5),i[1]=~~(l*100+.5),i[2]=~~(c*100+.5)),n&&i.length<4&&(i[3]=1),i},iT=function(t){var r=[],n=[],i=-1;return t.split(Gn).forEach(function(a){var o=a.match(ta)||[];r.push.apply(r,o),n.push(i+=o.length+1)}),r.c=n,r},f0=function(t,r,n){var i="",a=(t+i).match(Gn),o=r?"hsla(":"rgba(",s=0,u,l,c,f;if(!a)return t;if(a=a.map(function(h){return(h=nT(h,r,1))&&o+(r?h[0]+","+h[1]+"%,"+h[2]+"%,"+h[3]:h.join(","))+")"}),n&&(c=iT(t),u=n.c,u.join(i)!==c.c.join(i)))for(l=t.replace(Gn,"1").split(ta),f=l.length-1;s<f;s++)i+=l[s]+(~u.indexOf(s)?a.shift()||o+"0,0,0,0)":(c.length?c:a.length?a:n).shift());if(!l)for(l=t.split(Gn),f=l.length-1;s<f;s++)i+=l[s]+a[s];return i+l[f]},Gn=(function(){var e="(?:\\b(?:(?:rgb|rgba|hsl|hsla)\\(.+?\\))|\\B#(?:[0-9a-f]{3,4}){1,2}\\b",t;for(t in Mo)e+="|"+t+"\\b";return new RegExp(e+")","gi")})(),PI=/hsl[a]?\(/,aT=function(t){var r=t.join(" "),n;if(Gn.lastIndex=0,Gn.test(r))return n=PI.test(r),t[1]=f0(t[1],n),t[0]=f0(t[0],n,iT(t[1])),!0},os,cr=(function(){var e=Date.now,t=500,r=33,n=e(),i=n,a=1e3/240,o=a,s=[],u,l,c,f,h,p,y=function m(d){var g=e()-i,_=d===!0,b,x,v,w;if((g>t||g<0)&&(n+=g-r),i+=g,v=i-n,b=v-o,(b>0||_)&&(w=++f.frame,h=v-f.time*1e3,f.time=v=v/1e3,o+=b+(b>=a?4:a-b),x=1),_||(u=l(m)),x)for(p=0;p<s.length;p++)s[p](v,h,w,d)};return f={time:0,frame:0,tick:function(){y(!0)},deltaRatio:function(d){return h/(1e3/(d||60))},wake:function(){IP&&(!qm&&Qv()&&(Hr=qm=window,tg=Hr.document||{},mr.gsap=er,(Hr.gsapVersions||(Hr.gsapVersions=[])).push(er.version),NP(Ju||Hr.GreenSockGlobals||!Hr.gsap&&Hr||{}),eT.forEach(rT)),c=typeof requestAnimationFrame<"u"&&requestAnimationFrame,u&&f.sleep(),l=c||function(d){return setTimeout(d,o-f.time*1e3+1|0)},os=1,y(2))},sleep:function(){(c?cancelAnimationFrame:clearTimeout)(u),os=0,l=is},lagSmoothing:function(d,g){t=d||1/0,r=Math.min(g||33,t)},fps:function(d){a=1e3/(d||240),o=f.time*1e3+a},add:function(d,g,_){var b=g?function(x,v,w,S){d(x,v,w,S),f.remove(b)}:d;return f.remove(d),s[_?"unshift":"push"](b),Aa(),b},remove:function(d,g){~(g=s.indexOf(d))&&s.splice(g,1)&&p>=g&&p--},_listeners:s},f})(),Aa=function(){return!os&&cr.wake()},Pt={},TI=/^[\d.\-M][\d.\-,\s]/,EI=/["']/g,CI=function(t){for(var r={},n=t.substr(1,t.length-3).split(":"),i=n[0],a=1,o=n.length,s,u,l;a<o;a++)u=n[a],s=a!==o-1?u.lastIndexOf(","):u.length,l=u.substr(0,s),r[i]=isNaN(l)?l.replace(EI,"").trim():+l,i=u.substr(s+1).trim();return r},MI=function(t){var r=t.indexOf("(")+1,n=t.indexOf(")"),i=t.indexOf("(",r);return t.substring(r,~i&&i<n?t.indexOf(")",n+1):n)},kI=function(t){var r=(t+"").split("("),n=Pt[r[0]];return n&&r.length>1&&n.config?n.config.apply(null,~t.indexOf("{")?[CI(r[1])]:MI(t).split(",").map(zP)):Pt._CE&&TI.test(t)?Pt._CE("",t):n},oT=function(t){return function(r){return 1-t(1-r)}},sT=function e(t,r){for(var n=t._first,i;n;)n instanceof qe?e(n,r):n.vars.yoyoEase&&(!n._yoyo||!n._repeat)&&n._yoyo!==r&&(n.timeline?e(n.timeline,r):(i=n._ease,n._ease=n._yEase,n._yEase=i,n._yoyo=r)),n=n._next},xi=function(t,r){return t&&(oe(t)?t:Pt[t]||kI(t))||r},Li=function(t,r,n,i){n===void 0&&(n=function(u){return 1-r(1-u)}),i===void 0&&(i=function(u){return u<.5?r(u*2)/2:1-r((1-u)*2)/2});var a={easeIn:r,easeOut:n,easeInOut:i},o;return Ve(t,function(s){Pt[s]=mr[s]=a,Pt[o=s.toLowerCase()]=n;for(var u in a)Pt[o+(u==="easeIn"?".in":u==="easeOut"?".out":".inOut")]=Pt[s+"."+u]=a[u]}),a},uT=function(t){return function(r){return r<.5?(1-t(1-r*2))/2:.5+t((r-.5)*2)/2}},Qc=function e(t,r,n){var i=r>=1?r:1,a=(n||(t?.3:.45))/(r<1?r:1),o=a/Lm*(Math.asin(1/i)||0),s=function(c){return c===1?1:i*Math.pow(2,-10*c)*aI((c-o)*a)+1},u=t==="out"?s:t==="in"?function(l){return 1-s(1-l)}:uT(s);return a=Lm/a,u.config=function(l,c){return e(t,l,c)},u},tf=function e(t,r){r===void 0&&(r=1.70158);var n=function(o){return o?--o*o*((r+1)*o+r)+1:0},i=t==="out"?n:t==="in"?function(a){return 1-n(1-a)}:uT(n);return i.config=function(a){return e(t,a)},i};Ve("Linear,Quad,Cubic,Quart,Quint,Strong",function(e,t){var r=t<5?t+1:t;Li(e+",Power"+(r-1),t?function(n){return Math.pow(n,r)}:function(n){return n},function(n){return 1-Math.pow(1-n,r)},function(n){return n<.5?Math.pow(n*2,r)/2:1-Math.pow((1-n)*2,r)/2})});Pt.Linear.easeNone=Pt.none=Pt.Linear.easeIn;Li("Elastic",Qc("in"),Qc("out"),Qc());(function(e,t){var r=1/t,n=2*r,i=2.5*r,a=function(s){return s<r?e*s*s:s<n?e*Math.pow(s-1.5/t,2)+.75:s<i?e*(s-=2.25/t)*s+.9375:e*Math.pow(s-2.625/t,2)+.984375};Li("Bounce",function(o){return 1-a(1-o)},a)})(7.5625,2.75);Li("Expo",function(e){return Math.pow(2,10*(e-1))*e+e*e*e*e*e*e*(1-e)});Li("Circ",function(e){return-(kP(1-e*e)-1)});Li("Sine",function(e){return e===1?1:-iI(e*rI)+1});Li("Back",tf("in"),tf("out"),tf());Pt.SteppedEase=Pt.steps=mr.SteppedEase={config:function(t,r){t===void 0&&(t=1);var n=1/t,i=t+(r?0:1),a=r?1:0,o=1-Wt;return function(s){return((i*Hs(0,o,s)|0)+a)*n}}};xa.ease=Pt["quad.out"];Ve("onComplete,onUpdate,onStart,onRepeat,onReverseComplete,onInterrupt",function(e){return ng+=e+","+e+"Params,"});var lT=function(t,r){this.id=nI++,t._gsap=this,this.target=t,this.harness=r,this.get=r?r.get:qP,this.set=r?r.getSetter:lg},ss=(function(){function e(r){this.vars=r,this._delay=+r.delay||0,(this._repeat=r.repeat===1/0?-2:r.repeat||0)&&(this._rDelay=r.repeatDelay||0,this._yoyo=!!r.yoyo||!!r.yoyoEase),this._ts=1,Oa(this,+r.duration,1,1),this.data=r.data,Jt&&(this._ctx=Jt,Jt.data.push(this)),os||cr.wake()}var t=e.prototype;return t.delay=function(n){return n||n===0?(this.parent&&this.parent.smoothChildTiming&&this.startTime(this._start+n-this._delay),this._delay=n,this):this._delay},t.duration=function(n){return arguments.length?this.totalDuration(this._repeat>0?n+(n+this._rDelay)*this._repeat:n):this.totalDuration()&&this._dur},t.totalDuration=function(n){return arguments.length?(this._dirty=0,Oa(this,this._repeat<0?n:(n-this._repeat*this._rDelay)/(this._repeat+1))):this._tDur},t.totalTime=function(n,i){if(Aa(),!arguments.length)return this._tTime;var a=this._dp;if(a&&a.smoothChildTiming&&this._ts){for(ac(this,n),!a._dp||a.parent||GP(a,this);a&&a.parent;)a.parent._time!==a._start+(a._ts>=0?a._tTime/a._ts:(a.totalDuration()-a._tTime)/-a._ts)&&a.totalTime(a._tTime,!0),a=a.parent;!this.parent&&this._dp.autoRemoveChildren&&(this._ts>0&&n<this._tDur||this._ts<0&&n>0||!this._tDur&&!n)&&Yr(this._dp,this,this._start-this._delay)}return(this._tTime!==n||!this._dur&&!i||this._initted&&Math.abs(this._zTime)===Wt||!n&&!this._initted&&(this.add||this._ptLookup))&&(this._ts||(this._pTime=n),FP(this,n,i)),this},t.time=function(n,i){return arguments.length?this.totalTime(Math.min(this.totalDuration(),n+u0(this))%(this._dur+this._rDelay)||(n?this._dur:0),i):this._time},t.totalProgress=function(n,i){return arguments.length?this.totalTime(this.totalDuration()*n,i):this.totalDuration()?Math.min(1,this._tTime/this._tDur):this.rawTime()>=0&&this._initted?1:0},t.progress=function(n,i){return arguments.length?this.totalTime(this.duration()*(this._yoyo&&!(this.iteration()&1)?1-n:n)+u0(this),i):this.duration()?Math.min(1,this._time/this._dur):this.rawTime()>0?1:0},t.iteration=function(n,i){var a=this.duration()+this._rDelay;return arguments.length?this.totalTime(this._time+(n-1)*a,i):this._repeat?Sa(this._tTime,a)+1:1},t.timeScale=function(n,i){if(!arguments.length)return this._rts===-Wt?0:this._rts;if(this._rts===n)return this;var a=this.parent&&this._ts?el(this.parent._time,this):this._tTime;return this._rts=+n||0,this._ts=this._ps||n===-Wt?0:this._rts,this.totalTime(Hs(-Math.abs(this._delay),this.totalDuration(),a),i!==!1),ic(this),hI(this)},t.paused=function(n){return arguments.length?(this._ps!==n&&(this._ps=n,n?(this._pTime=this._tTime||Math.max(-this._delay,this.rawTime()),this._ts=this._act=0):(Aa(),this._ts=this._rts,this.totalTime(this.parent&&!this.parent.smoothChildTiming?this.rawTime():this._tTime||this._pTime,this.progress()===1&&Math.abs(this._zTime)!==Wt&&(this._tTime-=Wt)))),this):this._ps},t.startTime=function(n){if(arguments.length){this._start=n;var i=this.parent||this._dp;return i&&(i._sort||!this.parent)&&Yr(i,this,n-this._delay),this}return this._start},t.endTime=function(n){return this._start+(Xe(n)?this.totalDuration():this.duration())/Math.abs(this._ts||1)},t.rawTime=function(n){var i=this.parent||this._dp;return i?n&&(!this._ts||this._repeat&&this._time&&this.totalProgress()<1)?this._tTime%(this._dur+this._rDelay):this._ts?el(i.rawTime(n),this):this._tTime:this._tTime},t.revert=function(n){n===void 0&&(n=uI);var i=Ce;return Ce=n,ag(this)&&(this.timeline&&this.timeline.revert(n),this.totalTime(-.01,n.suppressEvents)),this.data!=="nested"&&n.kill!==!1&&this.kill(),Ce=i,this},t.globalTime=function(n){for(var i=this,a=arguments.length?n:i.rawTime();i;)a=i._start+a/(Math.abs(i._ts)||1),i=i._dp;return!this.parent&&this._sat?this._sat.globalTime(n):a},t.repeat=function(n){return arguments.length?(this._repeat=n===1/0?-2:n,l0(this)):this._repeat===-2?1/0:this._repeat},t.repeatDelay=function(n){if(arguments.length){var i=this._time;return this._rDelay=n,l0(this),i?this.time(i):this}return this._rDelay},t.yoyo=function(n){return arguments.length?(this._yoyo=n,this):this._yoyo},t.seek=function(n,i){return this.totalTime(_r(this,n),Xe(i))},t.restart=function(n,i){return this.play().totalTime(n?-this._delay:0,Xe(i)),this._dur||(this._zTime=-Wt),this},t.play=function(n,i){return n!=null&&this.seek(n,i),this.reversed(!1).paused(!1)},t.reverse=function(n,i){return n!=null&&this.seek(n||this.totalDuration(),i),this.reversed(!0).paused(!1)},t.pause=function(n,i){return n!=null&&this.seek(n,i),this.paused(!0)},t.resume=function(){return this.paused(!1)},t.reversed=function(n){return arguments.length?(!!n!==this.reversed()&&this.timeScale(-this._rts||(n?-Wt:0)),this):this._rts<0},t.invalidate=function(){return this._initted=this._act=0,this._zTime=-Wt,this},t.isActive=function(){var n=this.parent||this._dp,i=this._start,a;return!!(!n||this._ts&&this._initted&&n.isActive()&&(a=n.rawTime(!0))>=i&&a<this.endTime(!0)-Wt)},t.eventCallback=function(n,i,a){var o=this.vars;return arguments.length>1?(i?(o[n]=i,a&&(o[n+"Params"]=a),n==="onUpdate"&&(this._onUpdate=i)):delete o[n],this):o[n]},t.then=function(n){var i=this;return new Promise(function(a){var o=oe(n)?n:UP,s=function(){var l=i.then;i.then=null,oe(o)&&(o=o(i))&&(o.then||o===i)&&(i.then=l),a(o),i.then=l};i._initted&&i.totalProgress()===1&&i._ts>=0||!i._tTime&&i._ts<0?s():i._prom=s})},t.kill=function(){Co(this)},e})();yr(ss.prototype,{_time:0,_start:0,_end:0,_tTime:0,_tDur:0,_dirty:0,_repeat:0,_yoyo:!1,parent:null,_initted:!1,_rDelay:0,_ts:1,_dp:0,ratio:0,_zTime:-Wt,_prom:0,_ps:!1,_rts:1});var qe=(function(e){MP(t,e);function t(n,i){var a;return n===void 0&&(n={}),a=e.call(this,n)||this,a.labels={},a.smoothChildTiming=!!n.smoothChildTiming,a.autoRemoveChildren=!!n.autoRemoveChildren,a._sort=Xe(n.sortChildren),ee&&Yr(n.parent||ee,hn(a),i),n.reversed&&a.reverse(),n.paused&&a.paused(!0),n.scrollTrigger&&HP(hn(a),n.scrollTrigger),a}var r=t.prototype;return r.to=function(i,a,o){return Io(0,arguments,this),this},r.from=function(i,a,o){return Io(1,arguments,this),this},r.fromTo=function(i,a,o,s){return Io(2,arguments,this),this},r.set=function(i,a,o){return a.duration=0,a.parent=this,Ro(a).repeatDelay||(a.repeat=0),a.immediateRender=!!a.immediateRender,new pe(i,a,_r(this,o),1),this},r.call=function(i,a,o){return Yr(this,pe.delayedCall(0,i,a),o)},r.staggerTo=function(i,a,o,s,u,l,c){return o.duration=a,o.stagger=o.stagger||s,o.onComplete=l,o.onCompleteParams=c,o.parent=this,new pe(i,o,_r(this,u)),this},r.staggerFrom=function(i,a,o,s,u,l,c){return o.runBackwards=1,Ro(o).immediateRender=Xe(o.immediateRender),this.staggerTo(i,a,o,s,u,l,c)},r.staggerFromTo=function(i,a,o,s,u,l,c,f){return s.startAt=o,Ro(s).immediateRender=Xe(s.immediateRender),this.staggerTo(i,a,s,u,l,c,f)},r.render=function(i,a,o){var s=this._time,u=this._dirty?this.totalDuration():this._tDur,l=this._dur,c=i<=0?0:de(i),f=this._zTime<0!=i<0&&(this._initted||!l),h,p,y,m,d,g,_,b,x,v,w,S;if(this!==ee&&c>u&&i>=0&&(c=u),c!==this._tTime||o||f){if(s!==this._time&&l&&(c+=this._time-s,i+=this._time-s),h=c,x=this._start,b=this._ts,g=!b,f&&(l||(s=this._zTime),(i||!a)&&(this._zTime=i)),this._repeat){if(w=this._yoyo,d=l+this._rDelay,this._repeat<-1&&i<0)return this.totalTime(d*100+i,a,o);if(h=de(c%d),c===u?(m=this._repeat,h=l):(v=de(c/d),m=~~v,m&&m===v&&(h=l,m--),h>l&&(h=l)),v=Sa(this._tTime,d),!s&&this._tTime&&v!==m&&this._tTime-v*d-this._dur<=0&&(v=m),w&&m&1&&(h=l-h,S=1),m!==v&&!this._lock){var A=w&&v&1,P=A===(w&&m&1);if(m<v&&(A=!A),s=A?0:c%l?l:c,this._lock=1,this.render(s||(S?0:de(m*d)),a,!l)._lock=0,this._tTime=c,!a&&this.parent&&hr(this,"onRepeat"),this.vars.repeatRefresh&&!S&&(this.invalidate()._lock=1),s&&s!==this._time||g!==!this._ts||this.vars.onRepeat&&!this.parent&&!this._act)return this;if(l=this._dur,u=this._tDur,P&&(this._lock=2,s=A?l:-1e-4,this.render(s,!0),this.vars.repeatRefresh&&!S&&this.invalidate()),this._lock=0,!this._ts&&!g)return this;sT(this,S)}}if(this._hasPause&&!this._forcing&&this._lock<2&&(_=yI(this,de(s),de(h)),_&&(c-=h-(h=_._start))),this._tTime=c,this._time=h,this._act=!b,this._initted||(this._onUpdate=this.vars.onUpdate,this._initted=1,this._zTime=i,s=0),!s&&c&&!a&&!v&&(hr(this,"onStart"),this._tTime!==c))return this;if(h>=s&&i>=0)for(p=this._first;p;){if(y=p._next,(p._act||h>=p._start)&&p._ts&&_!==p){if(p.parent!==this)return this.render(i,a,o);if(p.render(p._ts>0?(h-p._start)*p._ts:(p._dirty?p.totalDuration():p._tDur)+(h-p._start)*p._ts,a,o),h!==this._time||!this._ts&&!g){_=0,y&&(c+=this._zTime=-Wt);break}}p=y}else{p=this._last;for(var C=i<0?i:h;p;){if(y=p._prev,(p._act||C<=p._end)&&p._ts&&_!==p){if(p.parent!==this)return this.render(i,a,o);if(p.render(p._ts>0?(C-p._start)*p._ts:(p._dirty?p.totalDuration():p._tDur)+(C-p._start)*p._ts,a,o||Ce&&ag(p)),h!==this._time||!this._ts&&!g){_=0,y&&(c+=this._zTime=C?-Wt:Wt);break}}p=y}}if(_&&!a&&(this.pause(),_.render(h>=s?0:-Wt)._zTime=h>=s?1:-1,this._ts))return this._start=x,ic(this),this.render(i,a,o);this._onUpdate&&!a&&hr(this,"onUpdate",!0),(c===u&&this._tTime>=this.totalDuration()||!c&&s)&&(x===this._start||Math.abs(b)!==Math.abs(this._ts))&&(this._lock||((i||!l)&&(c===u&&this._ts>0||!c&&this._ts<0)&&Hn(this,1),!a&&!(i<0&&!s)&&(c||s||!u)&&(hr(this,c===u&&i>=0?"onComplete":"onReverseComplete",!0),this._prom&&!(c<u&&this.timeScale()>0)&&this._prom())))}return this},r.add=function(i,a){var o=this;if(On(a)||(a=_r(this,a,i)),!(i instanceof ss)){if(Le(i))return i.forEach(function(s){return o.add(s,a)}),this;if(Oe(i))return this.addLabel(i,a);if(oe(i))i=pe.delayedCall(0,i);else return this}return this!==i?Yr(this,i,a):this},r.getChildren=function(i,a,o,s){i===void 0&&(i=!0),a===void 0&&(a=!0),o===void 0&&(o=!0),s===void 0&&(s=-Sr);for(var u=[],l=this._first;l;)l._start>=s&&(l instanceof pe?a&&u.push(l):(o&&u.push(l),i&&u.push.apply(u,l.getChildren(!0,a,o)))),l=l._next;return u},r.getById=function(i){for(var a=this.getChildren(1,1,1),o=a.length;o--;)if(a[o].vars.id===i)return a[o]},r.remove=function(i){return Oe(i)?this.removeLabel(i):oe(i)?this.killTweensOf(i):(i.parent===this&&nc(this,i),i===this._recent&&(this._recent=this._last),_i(this))},r.totalTime=function(i,a){return arguments.length?(this._forcing=1,!this._dp&&this._ts&&(this._start=de(cr.time-(this._ts>0?i/this._ts:(this.totalDuration()-i)/-this._ts))),e.prototype.totalTime.call(this,i,a),this._forcing=0,this):this._tTime},r.addLabel=function(i,a){return this.labels[i]=_r(this,a),this},r.removeLabel=function(i){return delete this.labels[i],this},r.addPause=function(i,a,o){var s=pe.delayedCall(0,a||is,o);return s.data="isPause",this._hasPause=1,Yr(this,s,_r(this,i))},r.removePause=function(i){var a=this._first;for(i=_r(this,i);a;)a._start===i&&a.data==="isPause"&&Hn(a),a=a._next},r.killTweensOf=function(i,a,o){for(var s=this.getTweensOf(i,o),u=s.length;u--;)Nn!==s[u]&&s[u].kill(i,a);return this},r.getTweensOf=function(i,a){for(var o=[],s=Or(i),u=this._first,l=On(a),c;u;)u instanceof pe?lI(u._targets,s)&&(l?(!Nn||u._initted&&u._ts)&&u.globalTime(0)<=a&&u.globalTime(u.totalDuration())>a:!a||u.isActive())&&o.push(u):(c=u.getTweensOf(s,a)).length&&o.push.apply(o,c),u=u._next;return o},r.tweenTo=function(i,a){a=a||{};var o=this,s=_r(o,i),u=a,l=u.startAt,c=u.onStart,f=u.onStartParams,h=u.immediateRender,p,y=pe.to(o,yr({ease:a.ease||"none",lazy:!1,immediateRender:!1,time:s,overwrite:"auto",duration:a.duration||Math.abs((s-(l&&"time"in l?l.time:o._time))/o.timeScale())||Wt,onStart:function(){if(o.pause(),!p){var d=a.duration||Math.abs((s-(l&&"time"in l?l.time:o._time))/o.timeScale());y._dur!==d&&Oa(y,d,0,1).render(y._time,!0,!0),p=1}c&&c.apply(y,f||[])}},a));return h?y.render(0):y},r.tweenFromTo=function(i,a,o){return this.tweenTo(a,yr({startAt:{time:_r(this,i)}},o))},r.recent=function(){return this._recent},r.nextLabel=function(i){return i===void 0&&(i=this._time),c0(this,_r(this,i))},r.previousLabel=function(i){return i===void 0&&(i=this._time),c0(this,_r(this,i),1)},r.currentLabel=function(i){return arguments.length?this.seek(i,!0):this.previousLabel(this._time+Wt)},r.shiftChildren=function(i,a,o){o===void 0&&(o=0);for(var s=this._first,u=this.labels,l;s;)s._start>=o&&(s._start+=i,s._end+=i),s=s._next;if(a)for(l in u)u[l]>=o&&(u[l]+=i);return _i(this)},r.invalidate=function(i){var a=this._first;for(this._lock=0;a;)a.invalidate(i),a=a._next;return e.prototype.invalidate.call(this,i)},r.clear=function(i){i===void 0&&(i=!0);for(var a=this._first,o;a;)o=a._next,this.remove(a),a=o;return this._dp&&(this._time=this._tTime=this._pTime=0),i&&(this.labels={}),_i(this)},r.totalDuration=function(i){var a=0,o=this,s=o._last,u=Sr,l,c,f;if(arguments.length)return o.timeScale((o._repeat<0?o.duration():o.totalDuration())/(o.reversed()?-i:i));if(o._dirty){for(f=o.parent;s;)l=s._prev,s._dirty&&s.totalDuration(),c=s._start,c>u&&o._sort&&s._ts&&!o._lock?(o._lock=1,Yr(o,s,c-s._delay,1)._lock=0):u=c,c<0&&s._ts&&(a-=c,(!f&&!o._dp||f&&f.smoothChildTiming)&&(o._start+=c/o._ts,o._time-=c,o._tTime-=c),o.shiftChildren(-c,!1,-1/0),u=0),s._end>a&&s._ts&&(a=s._end),s=l;Oa(o,o===ee&&o._time>a?o._time:a,1,1),o._dirty=0}return o._tDur},t.updateRoot=function(i){if(ee._ts&&(FP(ee,el(i,ee)),BP=cr.frame),cr.frame>=o0){o0+=pr.autoSleep||120;var a=ee._first;if((!a||!a._ts)&&pr.autoSleep&&cr._listeners.length<2){for(;a&&!a._ts;)a=a._next;a||cr.sleep()}}},t})(ss);yr(qe.prototype,{_lock:0,_hasPause:0,_forcing:0});var $I=function(t,r,n,i,a,o,s){var u=new Ze(this._pt,t,r,0,1,mT,null,a),l=0,c=0,f,h,p,y,m,d,g,_;for(u.b=n,u.e=i,n+="",i+="",(g=~i.indexOf("random("))&&(i=as(i)),o&&(_=[n,i],o(_,t,r),n=_[0],i=_[1]),h=n.match(Vc)||[];f=Vc.exec(i);)y=f[0],m=i.substring(l,f.index),p?p=(p+1)%5:m.substr(-5)==="rgba("&&(p=1),y!==h[c++]&&(d=parseFloat(h[c-1])||0,u._pt={_next:u._pt,p:m||c===1?m:",",s:d,c:y.charAt(1)==="="?oa(d,y)-d:parseFloat(y)-d,m:p&&p<4?Math.round:0},l=Vc.lastIndex);return u.c=l<i.length?i.substring(l,i.length):"",u.fp=s,(DP.test(i)||g)&&(u.e=0),this._pt=u,u},og=function(t,r,n,i,a,o,s,u,l,c){oe(i)&&(i=i(a||0,t,o));var f=t[r],h=n!=="get"?n:oe(f)?l?t[r.indexOf("set")||!oe(t["get"+r.substr(3)])?r:"get"+r.substr(3)](l):t[r]():f,p=oe(f)?l?NI:pT:ug,y;if(Oe(i)&&(~i.indexOf("random(")&&(i=as(i)),i.charAt(1)==="="&&(y=oa(h,i)+(Ne(h)||0),(y||y===0)&&(i=y))),!c||h!==i||Km)return!isNaN(h*i)&&i!==""?(y=new Ze(this._pt,t,r,+h||0,i-(h||0),typeof f=="boolean"?BI:dT,0,p),l&&(y.fp=l),s&&y.modifier(s,this,t),this._pt=y):(!f&&!(r in t)&&eg(r,i),$I.call(this,t,r,h,i,p,u||pr.stringFilter,l))},jI=function(t,r,n,i,a){if(oe(t)&&(t=No(t,a,r,n,i)),!en(t)||t.style&&t.nodeType||Le(t)||$P(t))return Oe(t)?No(t,a,r,n,i):t;var o={},s;for(s in t)o[s]=No(t[s],a,r,n,i);return o},cT=function(t,r,n,i,a,o){var s,u,l,c;if(lr[t]&&(s=new lr[t]).init(a,s.rawVars?r[t]:jI(r[t],i,a,o,n),n,i,o)!==!1&&(n._pt=u=new Ze(n._pt,a,t,0,1,s.render,s,0,s.priority),n!==ea))for(l=n._ptLookup[n._targets.indexOf(a)],c=s._props.length;c--;)l[s._props[c]]=u;return s},Nn,Km,sg=function e(t,r,n){var i=t.vars,a=i.ease,o=i.startAt,s=i.immediateRender,u=i.lazy,l=i.onUpdate,c=i.runBackwards,f=i.yoyoEase,h=i.keyframes,p=i.autoRevert,y=t._dur,m=t._startAt,d=t._targets,g=t.parent,_=g&&g.data==="nested"?g.vars.targets:d,b=t._overwrite==="auto"&&!Zv,x=t.timeline,v,w,S,A,P,C,T,E,k,j,$,M,I;if(x&&(!h||!a)&&(a="none"),t._ease=xi(a,xa.ease),t._yEase=f?oT(xi(f===!0?a:f,xa.ease)):0,f&&t._yoyo&&!t._repeat&&(f=t._yEase,t._yEase=t._ease,t._ease=f),t._from=!x&&!!i.runBackwards,!x||h&&!i.stagger){if(E=d[0]?bi(d[0]).harness:0,M=E&&i[E.prop],v=tl(i,rg),m&&(m._zTime<0&&m.progress(1),r<0&&c&&s&&!p?m.render(-1,!0):m.revert(c&&y?Cu:sI),m._lazy=0),o){if(Hn(t._startAt=pe.set(d,yr({data:"isStart",overwrite:!1,parent:g,immediateRender:!0,lazy:!m&&Xe(u),startAt:null,delay:0,onUpdate:l&&function(){return hr(t,"onUpdate")},stagger:0},o))),t._startAt._dp=0,t._startAt._sat=t,r<0&&(Ce||!s&&!p)&&t._startAt.revert(Cu),s&&y&&r<=0&&n<=0){r&&(t._zTime=r);return}}else if(c&&y&&!m){if(r&&(s=!1),S=yr({overwrite:!1,data:"isFromStart",lazy:s&&!m&&Xe(u),immediateRender:s,stagger:0,parent:g},v),M&&(S[E.prop]=M),Hn(t._startAt=pe.set(d,S)),t._startAt._dp=0,t._startAt._sat=t,r<0&&(Ce?t._startAt.revert(Cu):t._startAt.render(-1,!0)),t._zTime=r,!s)e(t._startAt,Wt,Wt);else if(!r)return}for(t._pt=t._ptCache=0,u=y&&Xe(u)||u&&!y,w=0;w<d.length;w++){if(P=d[w],T=P._gsap||ig(d)[w]._gsap,t._ptLookup[w]=j={},Fm[T.id]&&Wn.length&&Qu(),$=_===d?w:_.indexOf(P),E&&(k=new E).init(P,M||v,t,$,_)!==!1&&(t._pt=A=new Ze(t._pt,P,k.name,0,1,k.render,k,0,k.priority),k._props.forEach(function(L){j[L]=A}),k.priority&&(C=1)),!E||M)for(S in v)lr[S]&&(k=cT(S,v,t,$,P,_))?k.priority&&(C=1):j[S]=A=og.call(t,P,S,"get",v[S],$,_,0,i.stringFilter);t._op&&t._op[w]&&t.kill(P,t._op[w]),b&&t._pt&&(Nn=t,ee.killTweensOf(P,j,t.globalTime(r)),I=!t.parent,Nn=0),t._pt&&u&&(Fm[T.id]=1)}C&&yT(t),t._onInit&&t._onInit(t)}t._onUpdate=l,t._initted=(!t._op||t._pt)&&!I,h&&r<=0&&x.render(Sr,!0,!0)},DI=function(t,r,n,i,a,o,s,u){var l=(t._pt&&t._ptCache||(t._ptCache={}))[r],c,f,h,p;if(!l)for(l=t._ptCache[r]=[],h=t._ptLookup,p=t._targets.length;p--;){if(c=h[p][r],c&&c.d&&c.d._pt)for(c=c.d._pt;c&&c.p!==r&&c.fp!==r;)c=c._next;if(!c)return Km=1,t.vars[r]="+=0",sg(t,s),Km=0,u?ns(r+" not eligible for reset"):1;l.push(c)}for(p=l.length;p--;)f=l[p],c=f._pt||f,c.s=(i||i===0)&&!a?i:c.s+(i||0)+o*c.c,c.c=n-c.s,f.e&&(f.e=le(n)+Ne(f.e)),f.b&&(f.b=c.s+Ne(f.b))},RI=function(t,r){var n=t[0]?bi(t[0]).harness:0,i=n&&n.aliases,a,o,s,u;if(!i)return r;a=wa({},r);for(o in i)if(o in a)for(u=i[o].split(","),s=u.length;s--;)a[u[s]]=a[o];return a},II=function(t,r,n,i){var a=r.ease||i||"power1.inOut",o,s;if(Le(r))s=n[t]||(n[t]=[]),r.forEach(function(u,l){return s.push({t:l/(r.length-1)*100,v:u,e:a})});else for(o in r)s=n[o]||(n[o]=[]),o==="ease"||s.push({t:parseFloat(t),v:r[o],e:a})},No=function(t,r,n,i,a){return oe(t)?t.call(r,n,i,a):Oe(t)&&~t.indexOf("random(")?as(t):t},fT=ng+"repeat,repeatDelay,yoyo,repeatRefresh,yoyoEase,autoRevert",hT={};Ve(fT+",id,stagger,delay,duration,paused,scrollTrigger",function(e){return hT[e]=1});var pe=(function(e){MP(t,e);function t(n,i,a,o){var s;typeof i=="number"&&(a.duration=i,i=a,a=null),s=e.call(this,o?i:Ro(i))||this;var u=s.vars,l=u.duration,c=u.delay,f=u.immediateRender,h=u.stagger,p=u.overwrite,y=u.keyframes,m=u.defaults,d=u.scrollTrigger,g=u.yoyoEase,_=i.parent||ee,b=(Le(n)||$P(n)?On(n[0]):"length"in i)?[n]:Or(n),x,v,w,S,A,P,C,T;if(s._targets=b.length?ig(b):ns("GSAP target "+n+" not found. https://gsap.com",!pr.nullTargetWarn)||[],s._ptLookup=[],s._overwrite=p,y||h||su(l)||su(c)){if(i=s.vars,x=s.timeline=new qe({data:"nested",defaults:m||{},targets:_&&_.data==="nested"?_.vars.targets:b}),x.kill(),x.parent=x._dp=hn(s),x._start=0,h||su(l)||su(c)){if(S=b.length,C=h&&VP(h),en(h))for(A in h)~fT.indexOf(A)&&(T||(T={}),T[A]=h[A]);for(v=0;v<S;v++)w=tl(i,hT),w.stagger=0,g&&(w.yoyoEase=g),T&&wa(w,T),P=b[v],w.duration=+No(l,hn(s),v,P,b),w.delay=(+No(c,hn(s),v,P,b)||0)-s._delay,!h&&S===1&&w.delay&&(s._delay=c=w.delay,s._start+=c,w.delay=0),x.to(P,w,C?C(v,P,b):0),x._ease=Pt.none;x.duration()?l=c=0:s.timeline=0}else if(y){Ro(yr(x.vars.defaults,{ease:"none"})),x._ease=xi(y.ease||i.ease||"none");var E=0,k,j,$;if(Le(y))y.forEach(function(M){return x.to(b,M,">")}),x.duration();else{w={};for(A in y)A==="ease"||A==="easeEach"||II(A,y[A],w,y.easeEach);for(A in w)for(k=w[A].sort(function(M,I){return M.t-I.t}),E=0,v=0;v<k.length;v++)j=k[v],$={ease:j.e,duration:(j.t-(v?k[v-1].t:0))/100*l},$[A]=j.v,x.to(b,$,E),E+=$.duration;x.duration()<l&&x.to({},{duration:l-x.duration()})}}l||s.duration(l=x.duration())}else s.timeline=0;return p===!0&&!Zv&&(Nn=hn(s),ee.killTweensOf(b),Nn=0),Yr(_,hn(s),a),i.reversed&&s.reverse(),i.paused&&s.paused(!0),(f||!l&&!y&&s._start===de(_._time)&&Xe(f)&&pI(hn(s))&&_.data!=="nested")&&(s._tTime=-Wt,s.render(Math.max(0,-c)||0)),d&&HP(hn(s),d),s}var r=t.prototype;return r.render=function(i,a,o){var s=this._time,u=this._tDur,l=this._dur,c=i<0,f=i>u-Wt&&!c?u:i<Wt?0:i,h,p,y,m,d,g,_,b,x;if(!l)mI(this,i,a,o);else if(f!==this._tTime||!i||o||!this._initted&&this._tTime||this._startAt&&this._zTime<0!==c||this._lazy){if(h=f,b=this.timeline,this._repeat){if(m=l+this._rDelay,this._repeat<-1&&c)return this.totalTime(m*100+i,a,o);if(h=de(f%m),f===u?(y=this._repeat,h=l):(d=de(f/m),y=~~d,y&&y===d?(h=l,y--):h>l&&(h=l)),g=this._yoyo&&y&1,g&&(x=this._yEase,h=l-h),d=Sa(this._tTime,m),h===s&&!o&&this._initted&&y===d)return this._tTime=f,this;y!==d&&(b&&this._yEase&&sT(b,g),this.vars.repeatRefresh&&!g&&!this._lock&&h!==m&&this._initted&&(this._lock=o=1,this.render(de(m*y),!0).invalidate()._lock=0))}if(!this._initted){if(KP(this,c?i:h,o,a,f))return this._tTime=0,this;if(s!==this._time&&!(o&&this.vars.repeatRefresh&&y!==d))return this;if(l!==this._dur)return this.render(i,a,o)}if(this._tTime=f,this._time=h,!this._act&&this._ts&&(this._act=1,this._lazy=0),this.ratio=_=(x||this._ease)(h/l),this._from&&(this.ratio=_=1-_),!s&&f&&!a&&!d&&(hr(this,"onStart"),this._tTime!==f))return this;for(p=this._pt;p;)p.r(_,p.d),p=p._next;b&&b.render(i<0?i:b._dur*b._ease(h/this._dur),a,o)||this._startAt&&(this._zTime=i),this._onUpdate&&!a&&(c&&zm(this,i,a,o),hr(this,"onUpdate")),this._repeat&&y!==d&&this.vars.onRepeat&&!a&&this.parent&&hr(this,"onRepeat"),(f===this._tDur||!f)&&this._tTime===f&&(c&&!this._onUpdate&&zm(this,i,!0,!0),(i||!l)&&(f===this._tDur&&this._ts>0||!f&&this._ts<0)&&Hn(this,1),!a&&!(c&&!s)&&(f||s||g)&&(hr(this,f===u?"onComplete":"onReverseComplete",!0),this._prom&&!(f<u&&this.timeScale()>0)&&this._prom()))}return this},r.targets=function(){return this._targets},r.invalidate=function(i){return(!i||!this.vars.runBackwards)&&(this._startAt=0),this._pt=this._op=this._onUpdate=this._lazy=this.ratio=0,this._ptLookup=[],this.timeline&&this.timeline.invalidate(i),e.prototype.invalidate.call(this,i)},r.resetTo=function(i,a,o,s,u){os||cr.wake(),this._ts||this.play();var l=Math.min(this._dur,(this._dp._time-this._start)*this._ts),c;return this._initted||sg(this,l),c=this._ease(l/this._dur),DI(this,i,a,o,s,c,l,u)?this.resetTo(i,a,o,s,1):(ac(this,0),this.parent||WP(this._dp,this,"_first","_last",this._dp._sort?"_start":0),this.render(0))},r.kill=function(i,a){if(a===void 0&&(a="all"),!i&&(!a||a==="all"))return this._lazy=this._pt=0,this.parent?Co(this):this.scrollTrigger&&this.scrollTrigger.kill(!!Ce),this;if(this.timeline){var o=this.timeline.totalDuration();return this.timeline.killTweensOf(i,a,Nn&&Nn.vars.overwrite!==!0)._first||Co(this),this.parent&&o!==this.timeline.totalDuration()&&Oa(this,this._dur*this.timeline._tDur/o,0,1),this}var s=this._targets,u=i?Or(i):s,l=this._ptLookup,c=this._pt,f,h,p,y,m,d,g;if((!a||a==="all")&&fI(s,u))return a==="all"&&(this._pt=0),Co(this);for(f=this._op=this._op||[],a!=="all"&&(Oe(a)&&(m={},Ve(a,function(_){return m[_]=1}),a=m),a=RI(s,a)),g=s.length;g--;)if(~u.indexOf(s[g])){h=l[g],a==="all"?(f[g]=a,y=h,p={}):(p=f[g]=f[g]||{},y=a);for(m in y)d=h&&h[m],d&&((!("kill"in d.d)||d.d.kill(m)===!0)&&nc(this,d,"_pt"),delete h[m]),p!=="all"&&(p[m]=1)}return this._initted&&!this._pt&&c&&Co(this),this},t.to=function(i,a){return new t(i,a,arguments[2])},t.from=function(i,a){return Io(1,arguments)},t.delayedCall=function(i,a,o,s){return new t(a,0,{immediateRender:!1,lazy:!1,overwrite:!1,delay:i,onComplete:a,onReverseComplete:a,onCompleteParams:o,onReverseCompleteParams:o,callbackScope:s})},t.fromTo=function(i,a,o){return Io(2,arguments)},t.set=function(i,a){return a.duration=0,a.repeatDelay||(a.repeat=0),new t(i,a)},t.killTweensOf=function(i,a,o){return ee.killTweensOf(i,a,o)},t})(ss);yr(pe.prototype,{_targets:[],_lazy:0,_startAt:0,_op:0,_onInit:0});Ve("staggerTo,staggerFrom,staggerFromTo",function(e){pe[e]=function(){var t=new qe,r=Wm.call(arguments,0);return r.splice(e==="staggerFromTo"?5:4,0,0),t[e].apply(t,r)}});var ug=function(t,r,n){return t[r]=n},pT=function(t,r,n){return t[r](n)},NI=function(t,r,n,i){return t[r](i.fp,n)},LI=function(t,r,n){return t.setAttribute(r,n)},lg=function(t,r){return oe(t[r])?pT:Jv(t[r])&&t.setAttribute?LI:ug},dT=function(t,r){return r.set(r.t,r.p,Math.round((r.s+r.c*t)*1e6)/1e6,r)},BI=function(t,r){return r.set(r.t,r.p,!!(r.s+r.c*t),r)},mT=function(t,r){var n=r._pt,i="";if(!t&&r.b)i=r.b;else if(t===1&&r.e)i=r.e;else{for(;n;)i=n.p+(n.m?n.m(n.s+n.c*t):Math.round((n.s+n.c*t)*1e4)/1e4)+i,n=n._next;i+=r.c}r.set(r.t,r.p,i,r)},cg=function(t,r){for(var n=r._pt;n;)n.r(t,n.d),n=n._next},qI=function(t,r,n,i){for(var a=this._pt,o;a;)o=a._next,a.p===i&&a.modifier(t,r,n),a=o},FI=function(t){for(var r=this._pt,n,i;r;)i=r._next,r.p===t&&!r.op||r.op===t?nc(this,r,"_pt"):r.dep||(n=1),r=i;return!n},zI=function(t,r,n,i){i.mSet(t,r,i.m.call(i.tween,n,i.mt),i)},yT=function(t){for(var r=t._pt,n,i,a,o;r;){for(n=r._next,i=a;i&&i.pr>r.pr;)i=i._next;(r._prev=i?i._prev:o)?r._prev._next=r:a=r,(r._next=i)?i._prev=r:o=r,r=n}t._pt=a},Ze=(function(){function e(r,n,i,a,o,s,u,l,c){this.t=n,this.s=a,this.c=o,this.p=i,this.r=s||dT,this.d=u||this,this.set=l||ug,this.pr=c||0,this._next=r,r&&(r._prev=this)}var t=e.prototype;return t.modifier=function(n,i,a){this.mSet=this.mSet||this.set,this.set=zI,this.m=n,this.mt=a,this.tween=i},e})();Ve(ng+"parent,duration,ease,delay,overwrite,runBackwards,startAt,yoyo,immediateRender,repeat,repeatDelay,data,paused,reversed,lazy,callbackScope,stringFilter,id,yoyoEase,stagger,inherit,repeatRefresh,keyframes,autoRevert,scrollTrigger",function(e){return rg[e]=1});mr.TweenMax=mr.TweenLite=pe;mr.TimelineLite=mr.TimelineMax=qe;ee=new qe({sortChildren:!1,defaults:xa,autoRemoveChildren:!0,id:"root",smoothChildTiming:!0});pr.stringFilter=aT;var wi=[],ku={},UI=[],h0=0,WI=0,ef=function(t){return(ku[t]||UI).map(function(r){return r()})},Ym=function(){var t=Date.now(),r=[];t-h0>2&&(ef("matchMediaInit"),wi.forEach(function(n){var i=n.queries,a=n.conditions,o,s,u,l;for(s in i)o=Hr.matchMedia(i[s]).matches,o&&(u=1),o!==a[s]&&(a[s]=o,l=1);l&&(n.revert(),u&&r.push(n))}),ef("matchMediaRevert"),r.forEach(function(n){return n.onMatch(n,function(i){return n.add(null,i)})}),h0=t,ef("matchMedia"))},vT=(function(){function e(r,n){this.selector=n&&Gm(n),this.data=[],this._r=[],this.isReverted=!1,this.id=WI++,r&&this.add(r)}var t=e.prototype;return t.add=function(n,i,a){oe(n)&&(a=i,i=n,n=oe);var o=this,s=function(){var l=Jt,c=o.selector,f;return l&&l!==o&&l.data.push(o),a&&(o.selector=Gm(a)),Jt=o,f=i.apply(o,arguments),oe(f)&&o._r.push(f),Jt=l,o.selector=c,o.isReverted=!1,f};return o.last=s,n===oe?s(o,function(u){return o.add(null,u)}):n?o[n]=s:s},t.ignore=function(n){var i=Jt;Jt=null,n(this),Jt=i},t.getTweens=function(){var n=[];return this.data.forEach(function(i){return i instanceof e?n.push.apply(n,i.getTweens()):i instanceof pe&&!(i.parent&&i.parent.data==="nested")&&n.push(i)}),n},t.clear=function(){this._r.length=this.data.length=0},t.kill=function(n,i){var a=this;if(n?(function(){for(var s=a.getTweens(),u=a.data.length,l;u--;)l=a.data[u],l.data==="isFlip"&&(l.revert(),l.getChildren(!0,!0,!1).forEach(function(c){return s.splice(s.indexOf(c),1)}));for(s.map(function(c){return{g:c._dur||c._delay||c._sat&&!c._sat.vars.immediateRender?c.globalTime(0):-1/0,t:c}}).sort(function(c,f){return f.g-c.g||-1/0}).forEach(function(c){return c.t.revert(n)}),u=a.data.length;u--;)l=a.data[u],l instanceof qe?l.data!=="nested"&&(l.scrollTrigger&&l.scrollTrigger.revert(),l.kill()):!(l instanceof pe)&&l.revert&&l.revert(n);a._r.forEach(function(c){return c(n,a)}),a.isReverted=!0})():this.data.forEach(function(s){return s.kill&&s.kill()}),this.clear(),i)for(var o=wi.length;o--;)wi[o].id===this.id&&wi.splice(o,1)},t.revert=function(n){this.kill(n||{})},e})(),GI=(function(){function e(r){this.contexts=[],this.scope=r,Jt&&Jt.data.push(this)}var t=e.prototype;return t.add=function(n,i,a){en(n)||(n={matches:n});var o=new vT(0,a||this.scope),s=o.conditions={},u,l,c;Jt&&!o.selector&&(o.selector=Jt.selector),this.contexts.push(o),i=o.add("onMatch",i),o.queries=n;for(l in n)l==="all"?c=1:(u=Hr.matchMedia(n[l]),u&&(wi.indexOf(o)<0&&wi.push(o),(s[l]=u.matches)&&(c=1),u.addListener?u.addListener(Ym):u.addEventListener("change",Ym)));return c&&i(o,function(f){return o.add(null,f)}),this},t.revert=function(n){this.kill(n||{})},t.kill=function(n){this.contexts.forEach(function(i){return i.kill(n,!0)})},e})(),rl={registerPlugin:function(){for(var t=arguments.length,r=new Array(t),n=0;n<t;n++)r[n]=arguments[n];r.forEach(function(i){return rT(i)})},timeline:function(t){return new qe(t)},getTweensOf:function(t,r){return ee.getTweensOf(t,r)},getProperty:function(t,r,n,i){Oe(t)&&(t=Or(t)[0]);var a=bi(t||{}).get,o=n?UP:zP;return n==="native"&&(n=""),t&&(r?o((lr[r]&&lr[r].get||a)(t,r,n,i)):function(s,u,l){return o((lr[s]&&lr[s].get||a)(t,s,u,l))})},quickSetter:function(t,r,n){if(t=Or(t),t.length>1){var i=t.map(function(c){return er.quickSetter(c,r,n)}),a=i.length;return function(c){for(var f=a;f--;)i[f](c)}}t=t[0]||{};var o=lr[r],s=bi(t),u=s.harness&&(s.harness.aliases||{})[r]||r,l=o?function(c){var f=new o;ea._pt=0,f.init(t,n?c+n:c,ea,0,[t]),f.render(1,f),ea._pt&&cg(1,ea)}:s.set(t,u);return o?l:function(c){return l(t,u,n?c+n:c,s,1)}},quickTo:function(t,r,n){var i,a=er.to(t,yr((i={},i[r]="+=0.1",i.paused=!0,i.stagger=0,i),n||{})),o=function(u,l,c){return a.resetTo(r,u,l,c)};return o.tween=a,o},isTweening:function(t){return ee.getTweensOf(t,!0).length>0},defaults:function(t){return t&&t.ease&&(t.ease=xi(t.ease,xa.ease)),s0(xa,t||{})},config:function(t){return s0(pr,t||{})},registerEffect:function(t){var r=t.name,n=t.effect,i=t.plugins,a=t.defaults,o=t.extendTimeline;(i||"").split(",").forEach(function(s){return s&&!lr[s]&&!mr[s]&&ns(r+" effect requires "+s+" plugin.")}),Zc[r]=function(s,u,l){return n(Or(s),yr(u||{},a),l)},o&&(qe.prototype[r]=function(s,u,l){return this.add(Zc[r](s,en(u)?u:(l=u)&&{},this),l)})},registerEase:function(t,r){Pt[t]=xi(r)},parseEase:function(t,r){return arguments.length?xi(t,r):Pt},getById:function(t){return ee.getById(t)},exportRoot:function(t,r){t===void 0&&(t={});var n=new qe(t),i,a;for(n.smoothChildTiming=Xe(t.smoothChildTiming),ee.remove(n),n._dp=0,n._time=n._tTime=ee._time,i=ee._first;i;)a=i._next,(r||!(!i._dur&&i instanceof pe&&i.vars.onComplete===i._targets[0]))&&Yr(n,i,i._start-i._delay),i=a;return Yr(ee,n,0),n},context:function(t,r){return t?new vT(t,r):Jt},matchMedia:function(t){return new GI(t)},matchMediaRefresh:function(){return wi.forEach(function(t){var r=t.conditions,n,i;for(i in r)r[i]&&(r[i]=!1,n=1);n&&t.revert()})||Ym()},addEventListener:function(t,r){var n=ku[t]||(ku[t]=[]);~n.indexOf(r)||n.push(r)},removeEventListener:function(t,r){var n=ku[t],i=n&&n.indexOf(r);i>=0&&n.splice(i,1)},utils:{wrap:SI,wrapYoyo:OI,distribute:VP,random:JP,snap:ZP,normalize:wI,getUnit:Ne,clamp:gI,splitColor:nT,toArray:Or,selector:Gm,mapRange:tT,pipe:_I,unitize:xI,interpolate:AI,shuffle:XP},install:NP,effects:Zc,ticker:cr,updateRoot:qe.updateRoot,plugins:lr,globalTimeline:ee,core:{PropTween:Ze,globals:LP,Tween:pe,Timeline:qe,Animation:ss,getCache:bi,_removeLinkedListItem:nc,reverting:function(){return Ce},context:function(t){return t&&Jt&&(Jt.data.push(t),t._ctx=Jt),Jt},suppressOverwrites:function(t){return Zv=t}}};Ve("to,from,fromTo,delayedCall,set,killTweensOf",function(e){return rl[e]=pe[e]});cr.add(qe.updateRoot);ea=rl.to({},{duration:0});var HI=function(t,r){for(var n=t._pt;n&&n.p!==r&&n.op!==r&&n.fp!==r;)n=n._next;return n},KI=function(t,r){var n=t._targets,i,a,o;for(i in r)for(a=n.length;a--;)o=t._ptLookup[a][i],o&&(o=o.d)&&(o._pt&&(o=HI(o,i)),o&&o.modifier&&o.modifier(r[i],t,n[a],i))},rf=function(t,r){return{name:t,headless:1,rawVars:1,init:function(i,a,o){o._onInit=function(s){var u,l;if(Oe(a)&&(u={},Ve(a,function(c){return u[c]=1}),a=u),r){u={};for(l in a)u[l]=r(a[l]);a=u}KI(s,a)}}}},er=rl.registerPlugin({name:"attr",init:function(t,r,n,i,a){var o,s,u;this.tween=n;for(o in r)u=t.getAttribute(o)||"",s=this.add(t,"setAttribute",(u||0)+"",r[o],i,a,0,0,o),s.op=o,s.b=u,this._props.push(o)},render:function(t,r){for(var n=r._pt;n;)Ce?n.set(n.t,n.p,n.b,n):n.r(t,n.d),n=n._next}},{name:"endArray",headless:1,init:function(t,r){for(var n=r.length;n--;)this.add(t,n,t[n]||0,r[n],0,0,0,0,0,1)}},rf("roundProps",Hm),rf("modifiers"),rf("snap",ZP))||rl;pe.version=qe.version=er.version="3.13.0";IP=1;Qv()&&Aa();Pt.Power0;Pt.Power1;Pt.Power2;Pt.Power3;Pt.Power4;Pt.Linear;Pt.Quad;Pt.Cubic;Pt.Quart;Pt.Quint;Pt.Strong;Pt.Elastic;Pt.Back;Pt.SteppedEase;Pt.Bounce;Pt.Sine;Pt.Expo;Pt.Circ;/*!
|
|
8
|
+
*/var Cr={autoSleep:120,force3D:"auto",nullTargetWarn:1,units:{lineHeight:""}},Qa={duration:.5,overwrite:!1,delay:0},jv,Le,te,zr=1e8,Gt=1/zr,_y=Math.PI*2,EI=_y/4,CI=0,sP=Math.sqrt,MI=Math.cos,kI=Math.sin,$e=function(t){return typeof t=="string"},ce=function(t){return typeof t=="function"},Xn=function(t){return typeof t=="number"},Rv=function(t){return typeof t>"u"},En=function(t){return typeof t=="object"},cr=function(t){return t!==!1},Dv=function(){return typeof window<"u"},Fu=function(t){return ce(t)||$e(t)},uP=typeof ArrayBuffer=="function"&&ArrayBuffer.isView||function(){},Ye=Array.isArray,wy=/(?:-?\.?\d|\.)+/gi,lP=/[-+=.]*\d+[.e\-+]*\d*[e\-+]*\d*/g,ja=/[-+=.]*\d+[.e-]*\d*[a-z%]*/g,Df=/[-+=.]*\d+\.?\d*(?:e-|e\+)?\d*/gi,cP=/[+-]=-?[.\d]+/,fP=/[^,'"\[\]\s]+/gi,$I=/^[+\-=e\s\d]*\d+[.\d]*([a-z]*|%)\s*$/i,oe,bn,Sy,Iv,kr={},kl={},hP,pP=function(t){return(kl=to(t,kr))&&yr},Nv=function(t,r){return console.warn("Invalid property",t,"set to",r,"Missing plugin? gsap.registerPlugin()")},Ns=function(t,r){return!r&&console.warn(t)},dP=function(t,r){return t&&(kr[t]=r)&&kl&&(kl[t]=r)||kr},Ls=function(){return 0},jI={suppressEvents:!0,isStart:!0,kill:!1},ul={suppressEvents:!0,kill:!1},RI={suppressEvents:!0},Lv={},yi=[],Ay={},mP,Or={},If={},Bb=30,ll=[],Bv="",qv=function(t){var r=t[0],n,i;if(En(r)||ce(r)||(t=[t]),!(n=(r._gsap||{}).harness)){for(i=ll.length;i--&&!ll[i].targetTest(r););n=ll[i]}for(i=t.length;i--;)t[i]&&(t[i]._gsap||(t[i]._gsap=new BP(t[i],n)))||t.splice(i,1);return t},Zi=function(t){return t._gsap||qv(Ur(t))[0]._gsap},yP=function(t,r,n){return(n=t[r])&&ce(n)?t[r]():Rv(n)&&t.getAttribute&&t.getAttribute(r)||n},fr=function(t,r){return(t=t.split(",")).forEach(r)||t},pe=function(t){return Math.round(t*1e5)/1e5||0},_e=function(t){return Math.round(t*1e7)/1e7||0},Ba=function(t,r){var n=r.charAt(0),i=parseFloat(r.substr(2));return t=parseFloat(t),n==="+"?t+i:n==="-"?t-i:n==="*"?t*i:t/i},DI=function(t,r){for(var n=r.length,i=0;t.indexOf(r[i])<0&&++i<n;);return i<n},$l=function(){var t=yi.length,r=yi.slice(0),n,i;for(Ay={},yi.length=0,n=0;n<t;n++)i=r[n],i&&i._lazy&&(i.render(i._lazy[0],i._lazy[1],!0)._lazy=0)},Fv=function(t){return!!(t._initted||t._startAt||t.add)},gP=function(t,r,n,i){yi.length&&!Le&&$l(),t.render(r,n,!!(Le&&r<0&&Fv(t))),yi.length&&!Le&&$l()},vP=function(t){var r=parseFloat(t);return(r||r===0)&&(t+"").match(fP).length<2?r:$e(t)?t.trim():t},bP=function(t){return t},$r=function(t,r){for(var n in r)n in t||(t[n]=r[n]);return t},II=function(t){return function(r,n){for(var i in n)i in r||i==="duration"&&t||i==="ease"||(r[i]=n[i])}},to=function(t,r){for(var n in r)t[n]=r[n];return t},qb=function e(t,r){for(var n in r)n!=="__proto__"&&n!=="constructor"&&n!=="prototype"&&(t[n]=En(r[n])?e(t[n]||(t[n]={}),r[n]):r[n]);return t},jl=function(t,r){var n={},i;for(i in t)i in r||(n[i]=t[i]);return n},ds=function(t){var r=t.parent||oe,n=t.keyframes?II(Ye(t.keyframes)):$r;if(cr(t.inherit))for(;r;)n(t,r.vars.defaults),r=r.parent||r._dp;return t},NI=function(t,r){for(var n=t.length,i=n===r.length;i&&n--&&t[n]===r[n];);return n<0},xP=function(t,r,n,i,a){var o=t[i],s;if(a)for(s=r[a];o&&o[a]>s;)o=o._prev;return o?(r._next=o._next,o._next=r):(r._next=t[n],t[n]=r),r._next?r._next._prev=r:t[i]=r,r._prev=o,r.parent=r._dp=t,r},Ic=function(t,r,n,i){n===void 0&&(n="_first"),i===void 0&&(i="_last");var a=r._prev,o=r._next;a?a._next=o:t[n]===r&&(t[n]=o),o?o._prev=a:t[i]===r&&(t[i]=a),r._next=r._prev=r.parent=null},bi=function(t,r){t.parent&&(!r||t.parent.autoRemoveChildren)&&t.parent.remove&&t.parent.remove(t),t._act=0},Ji=function(t,r){if(t&&(!r||r._end>t._dur||r._start<0))for(var n=t;n;)n._dirty=1,n=n.parent;return t},LI=function(t){for(var r=t.parent;r&&r.parent;)r._dirty=1,r.totalDuration(),r=r.parent;return t},Oy=function(t,r,n,i){return t._startAt&&(Le?t._startAt.revert(ul):t.vars.immediateRender&&!t.vars.autoRevert||t._startAt.render(r,!0,i))},BI=function e(t){return!t||t._ts&&e(t.parent)},Fb=function(t){return t._repeat?eo(t._tTime,t=t.duration()+t._rDelay)*t:0},eo=function(t,r){var n=Math.floor(t=_e(t/r));return t&&n===t?n-1:n},Rl=function(t,r){return(t-r._start)*r._ts+(r._ts>=0?0:r._dirty?r.totalDuration():r._tDur)},Nc=function(t){return t._end=_e(t._start+(t._tDur/Math.abs(t._ts||t._rts||Gt)||0))},Lc=function(t,r){var n=t._dp;return n&&n.smoothChildTiming&&t._ts&&(t._start=_e(n._time-(t._ts>0?r/t._ts:((t._dirty?t.totalDuration():t._tDur)-r)/-t._ts)),Nc(t),n._dirty||Ji(n,t)),t},_P=function(t,r){var n;if((r._time||!r._dur&&r._initted||r._start<t._time&&(r._dur||!r.add))&&(n=Rl(t.rawTime(),r),(!r._dur||Tu(0,r.totalDuration(),n)-r._tTime>Gt)&&r.render(n,!0)),Ji(t,r)._dp&&t._initted&&t._time>=t._dur&&t._ts){if(t._dur<t.duration())for(n=t;n._dp;)n.rawTime()>=0&&n.totalTime(n._tTime),n=n._dp;t._zTime=-Gt}},_n=function(t,r,n,i){return r.parent&&bi(r),r._start=_e((Xn(n)?n:n||t!==oe?Br(t,n,r):t._time)+r._delay),r._end=_e(r._start+(r.totalDuration()/Math.abs(r.timeScale())||0)),xP(t,r,"_first","_last",t._sort?"_start":0),Ty(r)||(t._recent=r),i||_P(t,r),t._ts<0&&Lc(t,t._tTime),t},wP=function(t,r){return(kr.ScrollTrigger||Nv("scrollTrigger",r))&&kr.ScrollTrigger.create(r,t)},SP=function(t,r,n,i,a){if(Uv(t,r,a),!t._initted)return 1;if(!n&&t._pt&&!Le&&(t._dur&&t.vars.lazy!==!1||!t._dur&&t.vars.lazy)&&mP!==Tr.frame)return yi.push(t),t._lazy=[a,i],1},qI=function e(t){var r=t.parent;return r&&r._ts&&r._initted&&!r._lock&&(r.rawTime()<0||e(r))},Ty=function(t){var r=t.data;return r==="isFromStart"||r==="isStart"},FI=function(t,r,n,i){var a=t.ratio,o=r<0||!r&&(!t._start&&qI(t)&&!(!t._initted&&Ty(t))||(t._ts<0||t._dp._ts<0)&&!Ty(t))?0:1,s=t._rDelay,u=0,l,c,f;if(s&&t._repeat&&(u=Tu(0,t._tDur,r),c=eo(u,s),t._yoyo&&c&1&&(o=1-o),c!==eo(t._tTime,s)&&(a=1-o,t.vars.repeatRefresh&&t._initted&&t.invalidate())),o!==a||Le||i||t._zTime===Gt||!r&&t._zTime){if(!t._initted&&SP(t,r,i,n,u))return;for(f=t._zTime,t._zTime=r||(n?Gt:0),n||(n=r&&!f),t.ratio=o,t._from&&(o=1-o),t._time=0,t._tTime=u,l=t._pt;l;)l.r(o,l.d),l=l._next;r<0&&Oy(t,r,n,!0),t._onUpdate&&!n&&Er(t,"onUpdate"),u&&t._repeat&&!n&&t.parent&&Er(t,"onRepeat"),(r>=t._tDur||r<0)&&t.ratio===o&&(o&&bi(t,1),!n&&!Le&&(Er(t,o?"onComplete":"onReverseComplete",!0),t._prom&&t._prom()))}else t._zTime||(t._zTime=r)},zI=function(t,r,n){var i;if(n>r)for(i=t._first;i&&i._start<=n;){if(i.data==="isPause"&&i._start>r)return i;i=i._next}else for(i=t._last;i&&i._start>=n;){if(i.data==="isPause"&&i._start<r)return i;i=i._prev}},ro=function(t,r,n,i){var a=t._repeat,o=_e(r)||0,s=t._tTime/t._tDur;return s&&!i&&(t._time*=o/t._dur),t._dur=o,t._tDur=a?a<0?1e10:_e(o*(a+1)+t._rDelay*a):o,s>0&&!i&&Lc(t,t._tTime=t._tDur*s),t.parent&&Nc(t),n||Ji(t.parent,t),t},zb=function(t){return t instanceof Qe?Ji(t):ro(t,t._dur)},UI={_start:0,endTime:Ls,totalDuration:Ls},Br=function e(t,r,n){var i=t.labels,a=t._recent||UI,o=t.duration()>=zr?a.endTime(!1):t._dur,s,u,l;return $e(r)&&(isNaN(r)||r in i)?(u=r.charAt(0),l=r.substr(-1)==="%",s=r.indexOf("="),u==="<"||u===">"?(s>=0&&(r=r.replace(/=/,"")),(u==="<"?a._start:a.endTime(a._repeat>=0))+(parseFloat(r.substr(1))||0)*(l?(s<0?a:n).totalDuration()/100:1)):s<0?(r in i||(i[r]=o),i[r]):(u=parseFloat(r.charAt(s-1)+r.substr(s+1)),l&&n&&(u=u/100*(Ye(n)?n[0]:n).totalDuration()),s>1?e(t,r.substr(0,s-1),n)+u:o+u)):r==null?o:+r},ms=function(t,r,n){var i=Xn(r[1]),a=(i?2:1)+(t<2?0:1),o=r[a],s,u;if(i&&(o.duration=r[1]),o.parent=n,t){for(s=o,u=n;u&&!("immediateRender"in s);)s=u.vars.defaults||{},u=cr(u.vars.inherit)&&u.parent;o.immediateRender=cr(s.immediateRender),t<2?o.runBackwards=1:o.startAt=r[a-1]}return new xe(r[0],o,r[a+1])},Si=function(t,r){return t||t===0?r(t):r},Tu=function(t,r,n){return n<t?t:n>r?r:n},Xe=function(t,r){return!$e(t)||!(r=$I.exec(t))?"":r[1]},WI=function(t,r,n){return Si(n,function(i){return Tu(t,r,i)})},Py=[].slice,AP=function(t,r){return t&&En(t)&&"length"in t&&(!r&&!t.length||t.length-1 in t&&En(t[0]))&&!t.nodeType&&t!==bn},HI=function(t,r,n){return n===void 0&&(n=[]),t.forEach(function(i){var a;return $e(i)&&!r||AP(i,1)?(a=n).push.apply(a,Ur(i)):n.push(i)})||n},Ur=function(t,r,n){return te&&!r&&te.selector?te.selector(t):$e(t)&&!n&&(Sy||!no())?Py.call((r||Iv).querySelectorAll(t),0):Ye(t)?HI(t,n):AP(t)?Py.call(t,0):t?[t]:[]},Ey=function(t){return t=Ur(t)[0]||Ns("Invalid scope")||{},function(r){var n=t.current||t.nativeElement||t;return Ur(r,n.querySelectorAll?n:n===t?Ns("Invalid scope")||Iv.createElement("div"):t)}},OP=function(t){return t.sort(function(){return .5-Math.random()})},TP=function(t){if(ce(t))return t;var r=En(t)?t:{each:t},n=Qi(r.ease),i=r.from||0,a=parseFloat(r.base)||0,o={},s=i>0&&i<1,u=isNaN(i)||s,l=r.axis,c=i,f=i;return $e(i)?c=f={center:.5,edges:.5,end:1}[i]||0:!s&&u&&(c=i[0],f=i[1]),function(h,p,y){var d=(y||r).length,m=o[d],v,_,b,x,g,w,S,A,T;if(!m){if(T=r.grid==="auto"?0:(r.grid||[1,zr])[1],!T){for(S=-zr;S<(S=y[T++].getBoundingClientRect().left)&&T<d;);T<d&&T--}for(m=o[d]=[],v=u?Math.min(T,d)*c-.5:i%T,_=T===zr?0:u?d*f/T-.5:i/T|0,S=0,A=zr,w=0;w<d;w++)b=w%T-v,x=_-(w/T|0),m[w]=g=l?Math.abs(l==="y"?x:b):sP(b*b+x*x),g>S&&(S=g),g<A&&(A=g);i==="random"&&OP(m),m.max=S-A,m.min=A,m.v=d=(parseFloat(r.amount)||parseFloat(r.each)*(T>d?d-1:l?l==="y"?d/T:T:Math.max(T,d/T))||0)*(i==="edges"?-1:1),m.b=d<0?a-d:a,m.u=Xe(r.amount||r.each)||0,n=n&&d<0?IP(n):n}return d=(m[h]-m.min)/m.max||0,_e(m.b+(n?n(d):d)*m.v)+m.u}},Cy=function(t){var r=Math.pow(10,((t+"").split(".")[1]||"").length);return function(n){var i=_e(Math.round(parseFloat(n)/t)*t*r);return(i-i%1)/r+(Xn(n)?0:Xe(n))}},PP=function(t,r){var n=Ye(t),i,a;return!n&&En(t)&&(i=n=t.radius||zr,t.values?(t=Ur(t.values),(a=!Xn(t[0]))&&(i*=i)):t=Cy(t.increment)),Si(r,n?ce(t)?function(o){return a=t(o),Math.abs(a-o)<=i?a:o}:function(o){for(var s=parseFloat(a?o.x:o),u=parseFloat(a?o.y:0),l=zr,c=0,f=t.length,h,p;f--;)a?(h=t[f].x-s,p=t[f].y-u,h=h*h+p*p):h=Math.abs(t[f]-s),h<l&&(l=h,c=f);return c=!i||l<=i?t[c]:o,a||c===o||Xn(o)?c:c+Xe(o)}:Cy(t))},EP=function(t,r,n,i){return Si(Ye(t)?!r:n===!0?!!(n=0):!i,function(){return Ye(t)?t[~~(Math.random()*t.length)]:(n=n||1e-5)&&(i=n<1?Math.pow(10,(n+"").length-2):1)&&Math.floor(Math.round((t-n/2+Math.random()*(r-t+n*.99))/n)*n*i)/i})},GI=function(){for(var t=arguments.length,r=new Array(t),n=0;n<t;n++)r[n]=arguments[n];return function(i){return r.reduce(function(a,o){return o(a)},i)}},KI=function(t,r){return function(n){return t(parseFloat(n))+(r||Xe(n))}},XI=function(t,r,n){return MP(t,r,0,1,n)},CP=function(t,r,n){return Si(n,function(i){return t[~~r(i)]})},YI=function e(t,r,n){var i=r-t;return Ye(t)?CP(t,e(0,t.length),r):Si(n,function(a){return(i+(a-t)%i)%i+t})},VI=function e(t,r,n){var i=r-t,a=i*2;return Ye(t)?CP(t,e(0,t.length-1),r):Si(n,function(o){return o=(a+(o-t)%a)%a||0,t+(o>i?a-o:o)})},Bs=function(t){for(var r=0,n="",i,a,o,s;~(i=t.indexOf("random(",r));)o=t.indexOf(")",i),s=t.charAt(i+7)==="[",a=t.substr(i+7,o-i-7).match(s?fP:wy),n+=t.substr(r,i-r)+EP(s?a:+a[0],s?0:+a[1],+a[2]||1e-5),r=o+1;return n+t.substr(r,t.length-r)},MP=function(t,r,n,i,a){var o=r-t,s=i-n;return Si(a,function(u){return n+((u-t)/o*s||0)})},ZI=function e(t,r,n,i){var a=isNaN(t+r)?0:function(p){return(1-p)*t+p*r};if(!a){var o=$e(t),s={},u,l,c,f,h;if(n===!0&&(i=1)&&(n=null),o)t={p:t},r={p:r};else if(Ye(t)&&!Ye(r)){for(c=[],f=t.length,h=f-2,l=1;l<f;l++)c.push(e(t[l-1],t[l]));f--,a=function(y){y*=f;var d=Math.min(h,~~y);return c[d](y-d)},n=r}else i||(t=to(Ye(t)?[]:{},t));if(!c){for(u in r)zv.call(s,t,u,"get",r[u]);a=function(y){return Gv(y,s)||(o?t.p:t)}}}return Si(n,a)},Ub=function(t,r,n){var i=t.labels,a=zr,o,s,u;for(o in i)s=i[o]-r,s<0==!!n&&s&&a>(s=Math.abs(s))&&(u=o,a=s);return u},Er=function(t,r,n){var i=t.vars,a=i[r],o=te,s=t._ctx,u,l,c;if(a)return u=i[r+"Params"],l=i.callbackScope||t,n&&yi.length&&$l(),s&&(te=s),c=u?a.apply(l,u):a.call(l),te=o,c},us=function(t){return bi(t),t.scrollTrigger&&t.scrollTrigger.kill(!!Le),t.progress()<1&&Er(t,"onInterrupt"),t},Ra,kP=[],$P=function(t){if(t)if(t=!t.name&&t.default||t,Dv()||t.headless){var r=t.name,n=ce(t),i=r&&!n&&t.init?function(){this._props=[]}:t,a={init:Ls,render:Gv,add:zv,kill:pN,modifier:hN,rawVars:0},o={targetTest:0,get:0,getSetter:Hv,aliases:{},register:0};if(no(),t!==i){if(Or[r])return;$r(i,$r(jl(t,a),o)),to(i.prototype,to(a,jl(t,o))),Or[i.prop=r]=i,t.targetTest&&(ll.push(i),Lv[r]=1),r=(r==="css"?"CSS":r.charAt(0).toUpperCase()+r.substr(1))+"Plugin"}dP(r,i),t.register&&t.register(yr,i,hr)}else kP.push(t)},Ht=255,ls={aqua:[0,Ht,Ht],lime:[0,Ht,0],silver:[192,192,192],black:[0,0,0],maroon:[128,0,0],teal:[0,128,128],blue:[0,0,Ht],navy:[0,0,128],white:[Ht,Ht,Ht],olive:[128,128,0],yellow:[Ht,Ht,0],orange:[Ht,165,0],gray:[128,128,128],purple:[128,0,128],green:[0,128,0],red:[Ht,0,0],pink:[Ht,192,203],cyan:[0,Ht,Ht],transparent:[Ht,Ht,Ht,0]},Nf=function(t,r,n){return t+=t<0?1:t>1?-1:0,(t*6<1?r+(n-r)*t*6:t<.5?n:t*3<2?r+(n-r)*(2/3-t)*6:r)*Ht+.5|0},jP=function(t,r,n){var i=t?Xn(t)?[t>>16,t>>8&Ht,t&Ht]:0:ls.black,a,o,s,u,l,c,f,h,p,y;if(!i){if(t.substr(-1)===","&&(t=t.substr(0,t.length-1)),ls[t])i=ls[t];else if(t.charAt(0)==="#"){if(t.length<6&&(a=t.charAt(1),o=t.charAt(2),s=t.charAt(3),t="#"+a+a+o+o+s+s+(t.length===5?t.charAt(4)+t.charAt(4):"")),t.length===9)return i=parseInt(t.substr(1,6),16),[i>>16,i>>8&Ht,i&Ht,parseInt(t.substr(7),16)/255];t=parseInt(t.substr(1),16),i=[t>>16,t>>8&Ht,t&Ht]}else if(t.substr(0,3)==="hsl"){if(i=y=t.match(wy),!r)u=+i[0]%360/360,l=+i[1]/100,c=+i[2]/100,o=c<=.5?c*(l+1):c+l-c*l,a=c*2-o,i.length>3&&(i[3]*=1),i[0]=Nf(u+1/3,a,o),i[1]=Nf(u,a,o),i[2]=Nf(u-1/3,a,o);else if(~t.indexOf("="))return i=t.match(lP),n&&i.length<4&&(i[3]=1),i}else i=t.match(wy)||ls.transparent;i=i.map(Number)}return r&&!y&&(a=i[0]/Ht,o=i[1]/Ht,s=i[2]/Ht,f=Math.max(a,o,s),h=Math.min(a,o,s),c=(f+h)/2,f===h?u=l=0:(p=f-h,l=c>.5?p/(2-f-h):p/(f+h),u=f===a?(o-s)/p+(o<s?6:0):f===o?(s-a)/p+2:(a-o)/p+4,u*=60),i[0]=~~(u+.5),i[1]=~~(l*100+.5),i[2]=~~(c*100+.5)),n&&i.length<4&&(i[3]=1),i},RP=function(t){var r=[],n=[],i=-1;return t.split(gi).forEach(function(a){var o=a.match(ja)||[];r.push.apply(r,o),n.push(i+=o.length+1)}),r.c=n,r},Wb=function(t,r,n){var i="",a=(t+i).match(gi),o=r?"hsla(":"rgba(",s=0,u,l,c,f;if(!a)return t;if(a=a.map(function(h){return(h=jP(h,r,1))&&o+(r?h[0]+","+h[1]+"%,"+h[2]+"%,"+h[3]:h.join(","))+")"}),n&&(c=RP(t),u=n.c,u.join(i)!==c.c.join(i)))for(l=t.replace(gi,"1").split(ja),f=l.length-1;s<f;s++)i+=l[s]+(~u.indexOf(s)?a.shift()||o+"0,0,0,0)":(c.length?c:a.length?a:n).shift());if(!l)for(l=t.split(gi),f=l.length-1;s<f;s++)i+=l[s]+a[s];return i+l[f]},gi=(function(){var e="(?:\\b(?:(?:rgb|rgba|hsl|hsla)\\(.+?\\))|\\B#(?:[0-9a-f]{3,4}){1,2}\\b",t;for(t in ls)e+="|"+t+"\\b";return new RegExp(e+")","gi")})(),JI=/hsl[a]?\(/,DP=function(t){var r=t.join(" "),n;if(gi.lastIndex=0,gi.test(r))return n=JI.test(r),t[1]=Wb(t[1],n),t[0]=Wb(t[0],n,RP(t[1])),!0},qs,Tr=(function(){var e=Date.now,t=500,r=33,n=e(),i=n,a=1e3/240,o=a,s=[],u,l,c,f,h,p,y=function d(m){var v=e()-i,_=m===!0,b,x,g,w;if((v>t||v<0)&&(n+=v-r),i+=v,g=i-n,b=g-o,(b>0||_)&&(w=++f.frame,h=g-f.time*1e3,f.time=g=g/1e3,o+=b+(b>=a?4:a-b),x=1),_||(u=l(d)),x)for(p=0;p<s.length;p++)s[p](g,h,w,m)};return f={time:0,frame:0,tick:function(){y(!0)},deltaRatio:function(m){return h/(1e3/(m||60))},wake:function(){hP&&(!Sy&&Dv()&&(bn=Sy=window,Iv=bn.document||{},kr.gsap=yr,(bn.gsapVersions||(bn.gsapVersions=[])).push(yr.version),pP(kl||bn.GreenSockGlobals||!bn.gsap&&bn||{}),kP.forEach($P)),c=typeof requestAnimationFrame<"u"&&requestAnimationFrame,u&&f.sleep(),l=c||function(m){return setTimeout(m,o-f.time*1e3+1|0)},qs=1,y(2))},sleep:function(){(c?cancelAnimationFrame:clearTimeout)(u),qs=0,l=Ls},lagSmoothing:function(m,v){t=m||1/0,r=Math.min(v||33,t)},fps:function(m){a=1e3/(m||240),o=f.time*1e3+a},add:function(m,v,_){var b=v?function(x,g,w,S){m(x,g,w,S),f.remove(b)}:m;return f.remove(m),s[_?"unshift":"push"](b),no(),b},remove:function(m,v){~(v=s.indexOf(m))&&s.splice(v,1)&&p>=v&&p--},_listeners:s},f})(),no=function(){return!qs&&Tr.wake()},Tt={},QI=/^[\d.\-M][\d.\-,\s]/,tN=/["']/g,eN=function(t){for(var r={},n=t.substr(1,t.length-3).split(":"),i=n[0],a=1,o=n.length,s,u,l;a<o;a++)u=n[a],s=a!==o-1?u.lastIndexOf(","):u.length,l=u.substr(0,s),r[i]=isNaN(l)?l.replace(tN,"").trim():+l,i=u.substr(s+1).trim();return r},rN=function(t){var r=t.indexOf("(")+1,n=t.indexOf(")"),i=t.indexOf("(",r);return t.substring(r,~i&&i<n?t.indexOf(")",n+1):n)},nN=function(t){var r=(t+"").split("("),n=Tt[r[0]];return n&&r.length>1&&n.config?n.config.apply(null,~t.indexOf("{")?[eN(r[1])]:rN(t).split(",").map(vP)):Tt._CE&&QI.test(t)?Tt._CE("",t):n},IP=function(t){return function(r){return 1-t(1-r)}},NP=function e(t,r){for(var n=t._first,i;n;)n instanceof Qe?e(n,r):n.vars.yoyoEase&&(!n._yoyo||!n._repeat)&&n._yoyo!==r&&(n.timeline?e(n.timeline,r):(i=n._ease,n._ease=n._yEase,n._yEase=i,n._yoyo=r)),n=n._next},Qi=function(t,r){return t&&(ce(t)?t:Tt[t]||nN(t))||r},ya=function(t,r,n,i){n===void 0&&(n=function(u){return 1-r(1-u)}),i===void 0&&(i=function(u){return u<.5?r(u*2)/2:1-r((1-u)*2)/2});var a={easeIn:r,easeOut:n,easeInOut:i},o;return fr(t,function(s){Tt[s]=kr[s]=a,Tt[o=s.toLowerCase()]=n;for(var u in a)Tt[o+(u==="easeIn"?".in":u==="easeOut"?".out":".inOut")]=Tt[s+"."+u]=a[u]}),a},LP=function(t){return function(r){return r<.5?(1-t(1-r*2))/2:.5+t((r-.5)*2)/2}},Lf=function e(t,r,n){var i=r>=1?r:1,a=(n||(t?.3:.45))/(r<1?r:1),o=a/_y*(Math.asin(1/i)||0),s=function(c){return c===1?1:i*Math.pow(2,-10*c)*kI((c-o)*a)+1},u=t==="out"?s:t==="in"?function(l){return 1-s(1-l)}:LP(s);return a=_y/a,u.config=function(l,c){return e(t,l,c)},u},Bf=function e(t,r){r===void 0&&(r=1.70158);var n=function(o){return o?--o*o*((r+1)*o+r)+1:0},i=t==="out"?n:t==="in"?function(a){return 1-n(1-a)}:LP(n);return i.config=function(a){return e(t,a)},i};fr("Linear,Quad,Cubic,Quart,Quint,Strong",function(e,t){var r=t<5?t+1:t;ya(e+",Power"+(r-1),t?function(n){return Math.pow(n,r)}:function(n){return n},function(n){return 1-Math.pow(1-n,r)},function(n){return n<.5?Math.pow(n*2,r)/2:1-Math.pow((1-n)*2,r)/2})});Tt.Linear.easeNone=Tt.none=Tt.Linear.easeIn;ya("Elastic",Lf("in"),Lf("out"),Lf());(function(e,t){var r=1/t,n=2*r,i=2.5*r,a=function(s){return s<r?e*s*s:s<n?e*Math.pow(s-1.5/t,2)+.75:s<i?e*(s-=2.25/t)*s+.9375:e*Math.pow(s-2.625/t,2)+.984375};ya("Bounce",function(o){return 1-a(1-o)},a)})(7.5625,2.75);ya("Expo",function(e){return Math.pow(2,10*(e-1))*e+e*e*e*e*e*e*(1-e)});ya("Circ",function(e){return-(sP(1-e*e)-1)});ya("Sine",function(e){return e===1?1:-MI(e*EI)+1});ya("Back",Bf("in"),Bf("out"),Bf());Tt.SteppedEase=Tt.steps=kr.SteppedEase={config:function(t,r){t===void 0&&(t=1);var n=1/t,i=t+(r?0:1),a=r?1:0,o=1-Gt;return function(s){return((i*Tu(0,o,s)|0)+a)*n}}};Qa.ease=Tt["quad.out"];fr("onComplete,onUpdate,onStart,onRepeat,onReverseComplete,onInterrupt",function(e){return Bv+=e+","+e+"Params,"});var BP=function(t,r){this.id=CI++,t._gsap=this,this.target=t,this.harness=r,this.get=r?r.get:yP,this.set=r?r.getSetter:Hv},Fs=(function(){function e(r){this.vars=r,this._delay=+r.delay||0,(this._repeat=r.repeat===1/0?-2:r.repeat||0)&&(this._rDelay=r.repeatDelay||0,this._yoyo=!!r.yoyo||!!r.yoyoEase),this._ts=1,ro(this,+r.duration,1,1),this.data=r.data,te&&(this._ctx=te,te.data.push(this)),qs||Tr.wake()}var t=e.prototype;return t.delay=function(n){return n||n===0?(this.parent&&this.parent.smoothChildTiming&&this.startTime(this._start+n-this._delay),this._delay=n,this):this._delay},t.duration=function(n){return arguments.length?this.totalDuration(this._repeat>0?n+(n+this._rDelay)*this._repeat:n):this.totalDuration()&&this._dur},t.totalDuration=function(n){return arguments.length?(this._dirty=0,ro(this,this._repeat<0?n:(n-this._repeat*this._rDelay)/(this._repeat+1))):this._tDur},t.totalTime=function(n,i){if(no(),!arguments.length)return this._tTime;var a=this._dp;if(a&&a.smoothChildTiming&&this._ts){for(Lc(this,n),!a._dp||a.parent||_P(a,this);a&&a.parent;)a.parent._time!==a._start+(a._ts>=0?a._tTime/a._ts:(a.totalDuration()-a._tTime)/-a._ts)&&a.totalTime(a._tTime,!0),a=a.parent;!this.parent&&this._dp.autoRemoveChildren&&(this._ts>0&&n<this._tDur||this._ts<0&&n>0||!this._tDur&&!n)&&_n(this._dp,this,this._start-this._delay)}return(this._tTime!==n||!this._dur&&!i||this._initted&&Math.abs(this._zTime)===Gt||!n&&!this._initted&&(this.add||this._ptLookup))&&(this._ts||(this._pTime=n),gP(this,n,i)),this},t.time=function(n,i){return arguments.length?this.totalTime(Math.min(this.totalDuration(),n+Fb(this))%(this._dur+this._rDelay)||(n?this._dur:0),i):this._time},t.totalProgress=function(n,i){return arguments.length?this.totalTime(this.totalDuration()*n,i):this.totalDuration()?Math.min(1,this._tTime/this._tDur):this.rawTime()>=0&&this._initted?1:0},t.progress=function(n,i){return arguments.length?this.totalTime(this.duration()*(this._yoyo&&!(this.iteration()&1)?1-n:n)+Fb(this),i):this.duration()?Math.min(1,this._time/this._dur):this.rawTime()>0?1:0},t.iteration=function(n,i){var a=this.duration()+this._rDelay;return arguments.length?this.totalTime(this._time+(n-1)*a,i):this._repeat?eo(this._tTime,a)+1:1},t.timeScale=function(n,i){if(!arguments.length)return this._rts===-Gt?0:this._rts;if(this._rts===n)return this;var a=this.parent&&this._ts?Rl(this.parent._time,this):this._tTime;return this._rts=+n||0,this._ts=this._ps||n===-Gt?0:this._rts,this.totalTime(Tu(-Math.abs(this._delay),this.totalDuration(),a),i!==!1),Nc(this),LI(this)},t.paused=function(n){return arguments.length?(this._ps!==n&&(this._ps=n,n?(this._pTime=this._tTime||Math.max(-this._delay,this.rawTime()),this._ts=this._act=0):(no(),this._ts=this._rts,this.totalTime(this.parent&&!this.parent.smoothChildTiming?this.rawTime():this._tTime||this._pTime,this.progress()===1&&Math.abs(this._zTime)!==Gt&&(this._tTime-=Gt)))),this):this._ps},t.startTime=function(n){if(arguments.length){this._start=n;var i=this.parent||this._dp;return i&&(i._sort||!this.parent)&&_n(i,this,n-this._delay),this}return this._start},t.endTime=function(n){return this._start+(cr(n)?this.totalDuration():this.duration())/Math.abs(this._ts||1)},t.rawTime=function(n){var i=this.parent||this._dp;return i?n&&(!this._ts||this._repeat&&this._time&&this.totalProgress()<1)?this._tTime%(this._dur+this._rDelay):this._ts?Rl(i.rawTime(n),this):this._tTime:this._tTime},t.revert=function(n){n===void 0&&(n=RI);var i=Le;return Le=n,Fv(this)&&(this.timeline&&this.timeline.revert(n),this.totalTime(-.01,n.suppressEvents)),this.data!=="nested"&&n.kill!==!1&&this.kill(),Le=i,this},t.globalTime=function(n){for(var i=this,a=arguments.length?n:i.rawTime();i;)a=i._start+a/(Math.abs(i._ts)||1),i=i._dp;return!this.parent&&this._sat?this._sat.globalTime(n):a},t.repeat=function(n){return arguments.length?(this._repeat=n===1/0?-2:n,zb(this)):this._repeat===-2?1/0:this._repeat},t.repeatDelay=function(n){if(arguments.length){var i=this._time;return this._rDelay=n,zb(this),i?this.time(i):this}return this._rDelay},t.yoyo=function(n){return arguments.length?(this._yoyo=n,this):this._yoyo},t.seek=function(n,i){return this.totalTime(Br(this,n),cr(i))},t.restart=function(n,i){return this.play().totalTime(n?-this._delay:0,cr(i)),this._dur||(this._zTime=-Gt),this},t.play=function(n,i){return n!=null&&this.seek(n,i),this.reversed(!1).paused(!1)},t.reverse=function(n,i){return n!=null&&this.seek(n||this.totalDuration(),i),this.reversed(!0).paused(!1)},t.pause=function(n,i){return n!=null&&this.seek(n,i),this.paused(!0)},t.resume=function(){return this.paused(!1)},t.reversed=function(n){return arguments.length?(!!n!==this.reversed()&&this.timeScale(-this._rts||(n?-Gt:0)),this):this._rts<0},t.invalidate=function(){return this._initted=this._act=0,this._zTime=-Gt,this},t.isActive=function(){var n=this.parent||this._dp,i=this._start,a;return!!(!n||this._ts&&this._initted&&n.isActive()&&(a=n.rawTime(!0))>=i&&a<this.endTime(!0)-Gt)},t.eventCallback=function(n,i,a){var o=this.vars;return arguments.length>1?(i?(o[n]=i,a&&(o[n+"Params"]=a),n==="onUpdate"&&(this._onUpdate=i)):delete o[n],this):o[n]},t.then=function(n){var i=this;return new Promise(function(a){var o=ce(n)?n:bP,s=function(){var l=i.then;i.then=null,ce(o)&&(o=o(i))&&(o.then||o===i)&&(i.then=l),a(o),i.then=l};i._initted&&i.totalProgress()===1&&i._ts>=0||!i._tTime&&i._ts<0?s():i._prom=s})},t.kill=function(){us(this)},e})();$r(Fs.prototype,{_time:0,_start:0,_end:0,_tTime:0,_tDur:0,_dirty:0,_repeat:0,_yoyo:!1,parent:null,_initted:!1,_rDelay:0,_ts:1,_dp:0,ratio:0,_zTime:-Gt,_prom:0,_ps:!1,_rts:1});var Qe=(function(e){oP(t,e);function t(n,i){var a;return n===void 0&&(n={}),a=e.call(this,n)||this,a.labels={},a.smoothChildTiming=!!n.smoothChildTiming,a.autoRemoveChildren=!!n.autoRemoveChildren,a._sort=cr(n.sortChildren),oe&&_n(n.parent||oe,In(a),i),n.reversed&&a.reverse(),n.paused&&a.paused(!0),n.scrollTrigger&&wP(In(a),n.scrollTrigger),a}var r=t.prototype;return r.to=function(i,a,o){return ms(0,arguments,this),this},r.from=function(i,a,o){return ms(1,arguments,this),this},r.fromTo=function(i,a,o,s){return ms(2,arguments,this),this},r.set=function(i,a,o){return a.duration=0,a.parent=this,ds(a).repeatDelay||(a.repeat=0),a.immediateRender=!!a.immediateRender,new xe(i,a,Br(this,o),1),this},r.call=function(i,a,o){return _n(this,xe.delayedCall(0,i,a),o)},r.staggerTo=function(i,a,o,s,u,l,c){return o.duration=a,o.stagger=o.stagger||s,o.onComplete=l,o.onCompleteParams=c,o.parent=this,new xe(i,o,Br(this,u)),this},r.staggerFrom=function(i,a,o,s,u,l,c){return o.runBackwards=1,ds(o).immediateRender=cr(o.immediateRender),this.staggerTo(i,a,o,s,u,l,c)},r.staggerFromTo=function(i,a,o,s,u,l,c,f){return s.startAt=o,ds(s).immediateRender=cr(s.immediateRender),this.staggerTo(i,a,s,u,l,c,f)},r.render=function(i,a,o){var s=this._time,u=this._dirty?this.totalDuration():this._tDur,l=this._dur,c=i<=0?0:_e(i),f=this._zTime<0!=i<0&&(this._initted||!l),h,p,y,d,m,v,_,b,x,g,w,S;if(this!==oe&&c>u&&i>=0&&(c=u),c!==this._tTime||o||f){if(s!==this._time&&l&&(c+=this._time-s,i+=this._time-s),h=c,x=this._start,b=this._ts,v=!b,f&&(l||(s=this._zTime),(i||!a)&&(this._zTime=i)),this._repeat){if(w=this._yoyo,m=l+this._rDelay,this._repeat<-1&&i<0)return this.totalTime(m*100+i,a,o);if(h=_e(c%m),c===u?(d=this._repeat,h=l):(g=_e(c/m),d=~~g,d&&d===g&&(h=l,d--),h>l&&(h=l)),g=eo(this._tTime,m),!s&&this._tTime&&g!==d&&this._tTime-g*m-this._dur<=0&&(g=d),w&&d&1&&(h=l-h,S=1),d!==g&&!this._lock){var A=w&&g&1,T=A===(w&&d&1);if(d<g&&(A=!A),s=A?0:c%l?l:c,this._lock=1,this.render(s||(S?0:_e(d*m)),a,!l)._lock=0,this._tTime=c,!a&&this.parent&&Er(this,"onRepeat"),this.vars.repeatRefresh&&!S&&(this.invalidate()._lock=1),s&&s!==this._time||v!==!this._ts||this.vars.onRepeat&&!this.parent&&!this._act)return this;if(l=this._dur,u=this._tDur,T&&(this._lock=2,s=A?l:-1e-4,this.render(s,!0),this.vars.repeatRefresh&&!S&&this.invalidate()),this._lock=0,!this._ts&&!v)return this;NP(this,S)}}if(this._hasPause&&!this._forcing&&this._lock<2&&(_=zI(this,_e(s),_e(h)),_&&(c-=h-(h=_._start))),this._tTime=c,this._time=h,this._act=!b,this._initted||(this._onUpdate=this.vars.onUpdate,this._initted=1,this._zTime=i,s=0),!s&&c&&!a&&!g&&(Er(this,"onStart"),this._tTime!==c))return this;if(h>=s&&i>=0)for(p=this._first;p;){if(y=p._next,(p._act||h>=p._start)&&p._ts&&_!==p){if(p.parent!==this)return this.render(i,a,o);if(p.render(p._ts>0?(h-p._start)*p._ts:(p._dirty?p.totalDuration():p._tDur)+(h-p._start)*p._ts,a,o),h!==this._time||!this._ts&&!v){_=0,y&&(c+=this._zTime=-Gt);break}}p=y}else{p=this._last;for(var M=i<0?i:h;p;){if(y=p._prev,(p._act||M<=p._end)&&p._ts&&_!==p){if(p.parent!==this)return this.render(i,a,o);if(p.render(p._ts>0?(M-p._start)*p._ts:(p._dirty?p.totalDuration():p._tDur)+(M-p._start)*p._ts,a,o||Le&&Fv(p)),h!==this._time||!this._ts&&!v){_=0,y&&(c+=this._zTime=M?-Gt:Gt);break}}p=y}}if(_&&!a&&(this.pause(),_.render(h>=s?0:-Gt)._zTime=h>=s?1:-1,this._ts))return this._start=x,Nc(this),this.render(i,a,o);this._onUpdate&&!a&&Er(this,"onUpdate",!0),(c===u&&this._tTime>=this.totalDuration()||!c&&s)&&(x===this._start||Math.abs(b)!==Math.abs(this._ts))&&(this._lock||((i||!l)&&(c===u&&this._ts>0||!c&&this._ts<0)&&bi(this,1),!a&&!(i<0&&!s)&&(c||s||!u)&&(Er(this,c===u&&i>=0?"onComplete":"onReverseComplete",!0),this._prom&&!(c<u&&this.timeScale()>0)&&this._prom())))}return this},r.add=function(i,a){var o=this;if(Xn(a)||(a=Br(this,a,i)),!(i instanceof Fs)){if(Ye(i))return i.forEach(function(s){return o.add(s,a)}),this;if($e(i))return this.addLabel(i,a);if(ce(i))i=xe.delayedCall(0,i);else return this}return this!==i?_n(this,i,a):this},r.getChildren=function(i,a,o,s){i===void 0&&(i=!0),a===void 0&&(a=!0),o===void 0&&(o=!0),s===void 0&&(s=-zr);for(var u=[],l=this._first;l;)l._start>=s&&(l instanceof xe?a&&u.push(l):(o&&u.push(l),i&&u.push.apply(u,l.getChildren(!0,a,o)))),l=l._next;return u},r.getById=function(i){for(var a=this.getChildren(1,1,1),o=a.length;o--;)if(a[o].vars.id===i)return a[o]},r.remove=function(i){return $e(i)?this.removeLabel(i):ce(i)?this.killTweensOf(i):(i.parent===this&&Ic(this,i),i===this._recent&&(this._recent=this._last),Ji(this))},r.totalTime=function(i,a){return arguments.length?(this._forcing=1,!this._dp&&this._ts&&(this._start=_e(Tr.time-(this._ts>0?i/this._ts:(this.totalDuration()-i)/-this._ts))),e.prototype.totalTime.call(this,i,a),this._forcing=0,this):this._tTime},r.addLabel=function(i,a){return this.labels[i]=Br(this,a),this},r.removeLabel=function(i){return delete this.labels[i],this},r.addPause=function(i,a,o){var s=xe.delayedCall(0,a||Ls,o);return s.data="isPause",this._hasPause=1,_n(this,s,Br(this,i))},r.removePause=function(i){var a=this._first;for(i=Br(this,i);a;)a._start===i&&a.data==="isPause"&&bi(a),a=a._next},r.killTweensOf=function(i,a,o){for(var s=this.getTweensOf(i,o),u=s.length;u--;)li!==s[u]&&s[u].kill(i,a);return this},r.getTweensOf=function(i,a){for(var o=[],s=Ur(i),u=this._first,l=Xn(a),c;u;)u instanceof xe?DI(u._targets,s)&&(l?(!li||u._initted&&u._ts)&&u.globalTime(0)<=a&&u.globalTime(u.totalDuration())>a:!a||u.isActive())&&o.push(u):(c=u.getTweensOf(s,a)).length&&o.push.apply(o,c),u=u._next;return o},r.tweenTo=function(i,a){a=a||{};var o=this,s=Br(o,i),u=a,l=u.startAt,c=u.onStart,f=u.onStartParams,h=u.immediateRender,p,y=xe.to(o,$r({ease:a.ease||"none",lazy:!1,immediateRender:!1,time:s,overwrite:"auto",duration:a.duration||Math.abs((s-(l&&"time"in l?l.time:o._time))/o.timeScale())||Gt,onStart:function(){if(o.pause(),!p){var m=a.duration||Math.abs((s-(l&&"time"in l?l.time:o._time))/o.timeScale());y._dur!==m&&ro(y,m,0,1).render(y._time,!0,!0),p=1}c&&c.apply(y,f||[])}},a));return h?y.render(0):y},r.tweenFromTo=function(i,a,o){return this.tweenTo(a,$r({startAt:{time:Br(this,i)}},o))},r.recent=function(){return this._recent},r.nextLabel=function(i){return i===void 0&&(i=this._time),Ub(this,Br(this,i))},r.previousLabel=function(i){return i===void 0&&(i=this._time),Ub(this,Br(this,i),1)},r.currentLabel=function(i){return arguments.length?this.seek(i,!0):this.previousLabel(this._time+Gt)},r.shiftChildren=function(i,a,o){o===void 0&&(o=0);for(var s=this._first,u=this.labels,l;s;)s._start>=o&&(s._start+=i,s._end+=i),s=s._next;if(a)for(l in u)u[l]>=o&&(u[l]+=i);return Ji(this)},r.invalidate=function(i){var a=this._first;for(this._lock=0;a;)a.invalidate(i),a=a._next;return e.prototype.invalidate.call(this,i)},r.clear=function(i){i===void 0&&(i=!0);for(var a=this._first,o;a;)o=a._next,this.remove(a),a=o;return this._dp&&(this._time=this._tTime=this._pTime=0),i&&(this.labels={}),Ji(this)},r.totalDuration=function(i){var a=0,o=this,s=o._last,u=zr,l,c,f;if(arguments.length)return o.timeScale((o._repeat<0?o.duration():o.totalDuration())/(o.reversed()?-i:i));if(o._dirty){for(f=o.parent;s;)l=s._prev,s._dirty&&s.totalDuration(),c=s._start,c>u&&o._sort&&s._ts&&!o._lock?(o._lock=1,_n(o,s,c-s._delay,1)._lock=0):u=c,c<0&&s._ts&&(a-=c,(!f&&!o._dp||f&&f.smoothChildTiming)&&(o._start+=c/o._ts,o._time-=c,o._tTime-=c),o.shiftChildren(-c,!1,-1/0),u=0),s._end>a&&s._ts&&(a=s._end),s=l;ro(o,o===oe&&o._time>a?o._time:a,1,1),o._dirty=0}return o._tDur},t.updateRoot=function(i){if(oe._ts&&(gP(oe,Rl(i,oe)),mP=Tr.frame),Tr.frame>=Bb){Bb+=Cr.autoSleep||120;var a=oe._first;if((!a||!a._ts)&&Cr.autoSleep&&Tr._listeners.length<2){for(;a&&!a._ts;)a=a._next;a||Tr.sleep()}}},t})(Fs);$r(Qe.prototype,{_lock:0,_hasPause:0,_forcing:0});var iN=function(t,r,n,i,a,o,s){var u=new hr(this._pt,t,r,0,1,HP,null,a),l=0,c=0,f,h,p,y,d,m,v,_;for(u.b=n,u.e=i,n+="",i+="",(v=~i.indexOf("random("))&&(i=Bs(i)),o&&(_=[n,i],o(_,t,r),n=_[0],i=_[1]),h=n.match(Df)||[];f=Df.exec(i);)y=f[0],d=i.substring(l,f.index),p?p=(p+1)%5:d.substr(-5)==="rgba("&&(p=1),y!==h[c++]&&(m=parseFloat(h[c-1])||0,u._pt={_next:u._pt,p:d||c===1?d:",",s:m,c:y.charAt(1)==="="?Ba(m,y)-m:parseFloat(y)-m,m:p&&p<4?Math.round:0},l=Df.lastIndex);return u.c=l<i.length?i.substring(l,i.length):"",u.fp=s,(cP.test(i)||v)&&(u.e=0),this._pt=u,u},zv=function(t,r,n,i,a,o,s,u,l,c){ce(i)&&(i=i(a||0,t,o));var f=t[r],h=n!=="get"?n:ce(f)?l?t[r.indexOf("set")||!ce(t["get"+r.substr(3)])?r:"get"+r.substr(3)](l):t[r]():f,p=ce(f)?l?lN:UP:Wv,y;if($e(i)&&(~i.indexOf("random(")&&(i=Bs(i)),i.charAt(1)==="="&&(y=Ba(h,i)+(Xe(h)||0),(y||y===0)&&(i=y))),!c||h!==i||My)return!isNaN(h*i)&&i!==""?(y=new hr(this._pt,t,r,+h||0,i-(h||0),typeof f=="boolean"?fN:WP,0,p),l&&(y.fp=l),s&&y.modifier(s,this,t),this._pt=y):(!f&&!(r in t)&&Nv(r,i),iN.call(this,t,r,h,i,p,u||Cr.stringFilter,l))},aN=function(t,r,n,i,a){if(ce(t)&&(t=ys(t,a,r,n,i)),!En(t)||t.style&&t.nodeType||Ye(t)||uP(t))return $e(t)?ys(t,a,r,n,i):t;var o={},s;for(s in t)o[s]=ys(t[s],a,r,n,i);return o},qP=function(t,r,n,i,a,o){var s,u,l,c;if(Or[t]&&(s=new Or[t]).init(a,s.rawVars?r[t]:aN(r[t],i,a,o,n),n,i,o)!==!1&&(n._pt=u=new hr(n._pt,a,t,0,1,s.render,s,0,s.priority),n!==Ra))for(l=n._ptLookup[n._targets.indexOf(a)],c=s._props.length;c--;)l[s._props[c]]=u;return s},li,My,Uv=function e(t,r,n){var i=t.vars,a=i.ease,o=i.startAt,s=i.immediateRender,u=i.lazy,l=i.onUpdate,c=i.runBackwards,f=i.yoyoEase,h=i.keyframes,p=i.autoRevert,y=t._dur,d=t._startAt,m=t._targets,v=t.parent,_=v&&v.data==="nested"?v.vars.targets:m,b=t._overwrite==="auto"&&!jv,x=t.timeline,g,w,S,A,T,M,P,E,k,$,j,C,I;if(x&&(!h||!a)&&(a="none"),t._ease=Qi(a,Qa.ease),t._yEase=f?IP(Qi(f===!0?a:f,Qa.ease)):0,f&&t._yoyo&&!t._repeat&&(f=t._yEase,t._yEase=t._ease,t._ease=f),t._from=!x&&!!i.runBackwards,!x||h&&!i.stagger){if(E=m[0]?Zi(m[0]).harness:0,C=E&&i[E.prop],g=jl(i,Lv),d&&(d._zTime<0&&d.progress(1),r<0&&c&&s&&!p?d.render(-1,!0):d.revert(c&&y?ul:jI),d._lazy=0),o){if(bi(t._startAt=xe.set(m,$r({data:"isStart",overwrite:!1,parent:v,immediateRender:!0,lazy:!d&&cr(u),startAt:null,delay:0,onUpdate:l&&function(){return Er(t,"onUpdate")},stagger:0},o))),t._startAt._dp=0,t._startAt._sat=t,r<0&&(Le||!s&&!p)&&t._startAt.revert(ul),s&&y&&r<=0&&n<=0){r&&(t._zTime=r);return}}else if(c&&y&&!d){if(r&&(s=!1),S=$r({overwrite:!1,data:"isFromStart",lazy:s&&!d&&cr(u),immediateRender:s,stagger:0,parent:v},g),C&&(S[E.prop]=C),bi(t._startAt=xe.set(m,S)),t._startAt._dp=0,t._startAt._sat=t,r<0&&(Le?t._startAt.revert(ul):t._startAt.render(-1,!0)),t._zTime=r,!s)e(t._startAt,Gt,Gt);else if(!r)return}for(t._pt=t._ptCache=0,u=y&&cr(u)||u&&!y,w=0;w<m.length;w++){if(T=m[w],P=T._gsap||qv(m)[w]._gsap,t._ptLookup[w]=$={},Ay[P.id]&&yi.length&&$l(),j=_===m?w:_.indexOf(T),E&&(k=new E).init(T,C||g,t,j,_)!==!1&&(t._pt=A=new hr(t._pt,T,k.name,0,1,k.render,k,0,k.priority),k._props.forEach(function(U){$[U]=A}),k.priority&&(M=1)),!E||C)for(S in g)Or[S]&&(k=qP(S,g,t,j,T,_))?k.priority&&(M=1):$[S]=A=zv.call(t,T,S,"get",g[S],j,_,0,i.stringFilter);t._op&&t._op[w]&&t.kill(T,t._op[w]),b&&t._pt&&(li=t,oe.killTweensOf(T,$,t.globalTime(r)),I=!t.parent,li=0),t._pt&&u&&(Ay[P.id]=1)}M&&GP(t),t._onInit&&t._onInit(t)}t._onUpdate=l,t._initted=(!t._op||t._pt)&&!I,h&&r<=0&&x.render(zr,!0,!0)},oN=function(t,r,n,i,a,o,s,u){var l=(t._pt&&t._ptCache||(t._ptCache={}))[r],c,f,h,p;if(!l)for(l=t._ptCache[r]=[],h=t._ptLookup,p=t._targets.length;p--;){if(c=h[p][r],c&&c.d&&c.d._pt)for(c=c.d._pt;c&&c.p!==r&&c.fp!==r;)c=c._next;if(!c)return My=1,t.vars[r]="+=0",Uv(t,s),My=0,u?Ns(r+" not eligible for reset"):1;l.push(c)}for(p=l.length;p--;)f=l[p],c=f._pt||f,c.s=(i||i===0)&&!a?i:c.s+(i||0)+o*c.c,c.c=n-c.s,f.e&&(f.e=pe(n)+Xe(f.e)),f.b&&(f.b=c.s+Xe(f.b))},sN=function(t,r){var n=t[0]?Zi(t[0]).harness:0,i=n&&n.aliases,a,o,s,u;if(!i)return r;a=to({},r);for(o in i)if(o in a)for(u=i[o].split(","),s=u.length;s--;)a[u[s]]=a[o];return a},uN=function(t,r,n,i){var a=r.ease||i||"power1.inOut",o,s;if(Ye(r))s=n[t]||(n[t]=[]),r.forEach(function(u,l){return s.push({t:l/(r.length-1)*100,v:u,e:a})});else for(o in r)s=n[o]||(n[o]=[]),o==="ease"||s.push({t:parseFloat(t),v:r[o],e:a})},ys=function(t,r,n,i,a){return ce(t)?t.call(r,n,i,a):$e(t)&&~t.indexOf("random(")?Bs(t):t},FP=Bv+"repeat,repeatDelay,yoyo,repeatRefresh,yoyoEase,autoRevert",zP={};fr(FP+",id,stagger,delay,duration,paused,scrollTrigger",function(e){return zP[e]=1});var xe=(function(e){oP(t,e);function t(n,i,a,o){var s;typeof i=="number"&&(a.duration=i,i=a,a=null),s=e.call(this,o?i:ds(i))||this;var u=s.vars,l=u.duration,c=u.delay,f=u.immediateRender,h=u.stagger,p=u.overwrite,y=u.keyframes,d=u.defaults,m=u.scrollTrigger,v=u.yoyoEase,_=i.parent||oe,b=(Ye(n)||uP(n)?Xn(n[0]):"length"in i)?[n]:Ur(n),x,g,w,S,A,T,M,P;if(s._targets=b.length?qv(b):Ns("GSAP target "+n+" not found. https://gsap.com",!Cr.nullTargetWarn)||[],s._ptLookup=[],s._overwrite=p,y||h||Fu(l)||Fu(c)){if(i=s.vars,x=s.timeline=new Qe({data:"nested",defaults:d||{},targets:_&&_.data==="nested"?_.vars.targets:b}),x.kill(),x.parent=x._dp=In(s),x._start=0,h||Fu(l)||Fu(c)){if(S=b.length,M=h&&TP(h),En(h))for(A in h)~FP.indexOf(A)&&(P||(P={}),P[A]=h[A]);for(g=0;g<S;g++)w=jl(i,zP),w.stagger=0,v&&(w.yoyoEase=v),P&&to(w,P),T=b[g],w.duration=+ys(l,In(s),g,T,b),w.delay=(+ys(c,In(s),g,T,b)||0)-s._delay,!h&&S===1&&w.delay&&(s._delay=c=w.delay,s._start+=c,w.delay=0),x.to(T,w,M?M(g,T,b):0),x._ease=Tt.none;x.duration()?l=c=0:s.timeline=0}else if(y){ds($r(x.vars.defaults,{ease:"none"})),x._ease=Qi(y.ease||i.ease||"none");var E=0,k,$,j;if(Ye(y))y.forEach(function(C){return x.to(b,C,">")}),x.duration();else{w={};for(A in y)A==="ease"||A==="easeEach"||uN(A,y[A],w,y.easeEach);for(A in w)for(k=w[A].sort(function(C,I){return C.t-I.t}),E=0,g=0;g<k.length;g++)$=k[g],j={ease:$.e,duration:($.t-(g?k[g-1].t:0))/100*l},j[A]=$.v,x.to(b,j,E),E+=j.duration;x.duration()<l&&x.to({},{duration:l-x.duration()})}}l||s.duration(l=x.duration())}else s.timeline=0;return p===!0&&!jv&&(li=In(s),oe.killTweensOf(b),li=0),_n(_,In(s),a),i.reversed&&s.reverse(),i.paused&&s.paused(!0),(f||!l&&!y&&s._start===_e(_._time)&&cr(f)&&BI(In(s))&&_.data!=="nested")&&(s._tTime=-Gt,s.render(Math.max(0,-c)||0)),m&&wP(In(s),m),s}var r=t.prototype;return r.render=function(i,a,o){var s=this._time,u=this._tDur,l=this._dur,c=i<0,f=i>u-Gt&&!c?u:i<Gt?0:i,h,p,y,d,m,v,_,b,x;if(!l)FI(this,i,a,o);else if(f!==this._tTime||!i||o||!this._initted&&this._tTime||this._startAt&&this._zTime<0!==c||this._lazy){if(h=f,b=this.timeline,this._repeat){if(d=l+this._rDelay,this._repeat<-1&&c)return this.totalTime(d*100+i,a,o);if(h=_e(f%d),f===u?(y=this._repeat,h=l):(m=_e(f/d),y=~~m,y&&y===m?(h=l,y--):h>l&&(h=l)),v=this._yoyo&&y&1,v&&(x=this._yEase,h=l-h),m=eo(this._tTime,d),h===s&&!o&&this._initted&&y===m)return this._tTime=f,this;y!==m&&(b&&this._yEase&&NP(b,v),this.vars.repeatRefresh&&!v&&!this._lock&&h!==d&&this._initted&&(this._lock=o=1,this.render(_e(d*y),!0).invalidate()._lock=0))}if(!this._initted){if(SP(this,c?i:h,o,a,f))return this._tTime=0,this;if(s!==this._time&&!(o&&this.vars.repeatRefresh&&y!==m))return this;if(l!==this._dur)return this.render(i,a,o)}if(this._tTime=f,this._time=h,!this._act&&this._ts&&(this._act=1,this._lazy=0),this.ratio=_=(x||this._ease)(h/l),this._from&&(this.ratio=_=1-_),!s&&f&&!a&&!m&&(Er(this,"onStart"),this._tTime!==f))return this;for(p=this._pt;p;)p.r(_,p.d),p=p._next;b&&b.render(i<0?i:b._dur*b._ease(h/this._dur),a,o)||this._startAt&&(this._zTime=i),this._onUpdate&&!a&&(c&&Oy(this,i,a,o),Er(this,"onUpdate")),this._repeat&&y!==m&&this.vars.onRepeat&&!a&&this.parent&&Er(this,"onRepeat"),(f===this._tDur||!f)&&this._tTime===f&&(c&&!this._onUpdate&&Oy(this,i,!0,!0),(i||!l)&&(f===this._tDur&&this._ts>0||!f&&this._ts<0)&&bi(this,1),!a&&!(c&&!s)&&(f||s||v)&&(Er(this,f===u?"onComplete":"onReverseComplete",!0),this._prom&&!(f<u&&this.timeScale()>0)&&this._prom()))}return this},r.targets=function(){return this._targets},r.invalidate=function(i){return(!i||!this.vars.runBackwards)&&(this._startAt=0),this._pt=this._op=this._onUpdate=this._lazy=this.ratio=0,this._ptLookup=[],this.timeline&&this.timeline.invalidate(i),e.prototype.invalidate.call(this,i)},r.resetTo=function(i,a,o,s,u){qs||Tr.wake(),this._ts||this.play();var l=Math.min(this._dur,(this._dp._time-this._start)*this._ts),c;return this._initted||Uv(this,l),c=this._ease(l/this._dur),oN(this,i,a,o,s,c,l,u)?this.resetTo(i,a,o,s,1):(Lc(this,0),this.parent||xP(this._dp,this,"_first","_last",this._dp._sort?"_start":0),this.render(0))},r.kill=function(i,a){if(a===void 0&&(a="all"),!i&&(!a||a==="all"))return this._lazy=this._pt=0,this.parent?us(this):this.scrollTrigger&&this.scrollTrigger.kill(!!Le),this;if(this.timeline){var o=this.timeline.totalDuration();return this.timeline.killTweensOf(i,a,li&&li.vars.overwrite!==!0)._first||us(this),this.parent&&o!==this.timeline.totalDuration()&&ro(this,this._dur*this.timeline._tDur/o,0,1),this}var s=this._targets,u=i?Ur(i):s,l=this._ptLookup,c=this._pt,f,h,p,y,d,m,v;if((!a||a==="all")&&NI(s,u))return a==="all"&&(this._pt=0),us(this);for(f=this._op=this._op||[],a!=="all"&&($e(a)&&(d={},fr(a,function(_){return d[_]=1}),a=d),a=sN(s,a)),v=s.length;v--;)if(~u.indexOf(s[v])){h=l[v],a==="all"?(f[v]=a,y=h,p={}):(p=f[v]=f[v]||{},y=a);for(d in y)m=h&&h[d],m&&((!("kill"in m.d)||m.d.kill(d)===!0)&&Ic(this,m,"_pt"),delete h[d]),p!=="all"&&(p[d]=1)}return this._initted&&!this._pt&&c&&us(this),this},t.to=function(i,a){return new t(i,a,arguments[2])},t.from=function(i,a){return ms(1,arguments)},t.delayedCall=function(i,a,o,s){return new t(a,0,{immediateRender:!1,lazy:!1,overwrite:!1,delay:i,onComplete:a,onReverseComplete:a,onCompleteParams:o,onReverseCompleteParams:o,callbackScope:s})},t.fromTo=function(i,a,o){return ms(2,arguments)},t.set=function(i,a){return a.duration=0,a.repeatDelay||(a.repeat=0),new t(i,a)},t.killTweensOf=function(i,a,o){return oe.killTweensOf(i,a,o)},t})(Fs);$r(xe.prototype,{_targets:[],_lazy:0,_startAt:0,_op:0,_onInit:0});fr("staggerTo,staggerFrom,staggerFromTo",function(e){xe[e]=function(){var t=new Qe,r=Py.call(arguments,0);return r.splice(e==="staggerFromTo"?5:4,0,0),t[e].apply(t,r)}});var Wv=function(t,r,n){return t[r]=n},UP=function(t,r,n){return t[r](n)},lN=function(t,r,n,i){return t[r](i.fp,n)},cN=function(t,r,n){return t.setAttribute(r,n)},Hv=function(t,r){return ce(t[r])?UP:Rv(t[r])&&t.setAttribute?cN:Wv},WP=function(t,r){return r.set(r.t,r.p,Math.round((r.s+r.c*t)*1e6)/1e6,r)},fN=function(t,r){return r.set(r.t,r.p,!!(r.s+r.c*t),r)},HP=function(t,r){var n=r._pt,i="";if(!t&&r.b)i=r.b;else if(t===1&&r.e)i=r.e;else{for(;n;)i=n.p+(n.m?n.m(n.s+n.c*t):Math.round((n.s+n.c*t)*1e4)/1e4)+i,n=n._next;i+=r.c}r.set(r.t,r.p,i,r)},Gv=function(t,r){for(var n=r._pt;n;)n.r(t,n.d),n=n._next},hN=function(t,r,n,i){for(var a=this._pt,o;a;)o=a._next,a.p===i&&a.modifier(t,r,n),a=o},pN=function(t){for(var r=this._pt,n,i;r;)i=r._next,r.p===t&&!r.op||r.op===t?Ic(this,r,"_pt"):r.dep||(n=1),r=i;return!n},dN=function(t,r,n,i){i.mSet(t,r,i.m.call(i.tween,n,i.mt),i)},GP=function(t){for(var r=t._pt,n,i,a,o;r;){for(n=r._next,i=a;i&&i.pr>r.pr;)i=i._next;(r._prev=i?i._prev:o)?r._prev._next=r:a=r,(r._next=i)?i._prev=r:o=r,r=n}t._pt=a},hr=(function(){function e(r,n,i,a,o,s,u,l,c){this.t=n,this.s=a,this.c=o,this.p=i,this.r=s||WP,this.d=u||this,this.set=l||Wv,this.pr=c||0,this._next=r,r&&(r._prev=this)}var t=e.prototype;return t.modifier=function(n,i,a){this.mSet=this.mSet||this.set,this.set=dN,this.m=n,this.mt=a,this.tween=i},e})();fr(Bv+"parent,duration,ease,delay,overwrite,runBackwards,startAt,yoyo,immediateRender,repeat,repeatDelay,data,paused,reversed,lazy,callbackScope,stringFilter,id,yoyoEase,stagger,inherit,repeatRefresh,keyframes,autoRevert,scrollTrigger",function(e){return Lv[e]=1});kr.TweenMax=kr.TweenLite=xe;kr.TimelineLite=kr.TimelineMax=Qe;oe=new Qe({sortChildren:!1,defaults:Qa,autoRemoveChildren:!0,id:"root",smoothChildTiming:!0});Cr.stringFilter=DP;var ta=[],cl={},mN=[],Hb=0,yN=0,qf=function(t){return(cl[t]||mN).map(function(r){return r()})},ky=function(){var t=Date.now(),r=[];t-Hb>2&&(qf("matchMediaInit"),ta.forEach(function(n){var i=n.queries,a=n.conditions,o,s,u,l;for(s in i)o=bn.matchMedia(i[s]).matches,o&&(u=1),o!==a[s]&&(a[s]=o,l=1);l&&(n.revert(),u&&r.push(n))}),qf("matchMediaRevert"),r.forEach(function(n){return n.onMatch(n,function(i){return n.add(null,i)})}),Hb=t,qf("matchMedia"))},KP=(function(){function e(r,n){this.selector=n&&Ey(n),this.data=[],this._r=[],this.isReverted=!1,this.id=yN++,r&&this.add(r)}var t=e.prototype;return t.add=function(n,i,a){ce(n)&&(a=i,i=n,n=ce);var o=this,s=function(){var l=te,c=o.selector,f;return l&&l!==o&&l.data.push(o),a&&(o.selector=Ey(a)),te=o,f=i.apply(o,arguments),ce(f)&&o._r.push(f),te=l,o.selector=c,o.isReverted=!1,f};return o.last=s,n===ce?s(o,function(u){return o.add(null,u)}):n?o[n]=s:s},t.ignore=function(n){var i=te;te=null,n(this),te=i},t.getTweens=function(){var n=[];return this.data.forEach(function(i){return i instanceof e?n.push.apply(n,i.getTweens()):i instanceof xe&&!(i.parent&&i.parent.data==="nested")&&n.push(i)}),n},t.clear=function(){this._r.length=this.data.length=0},t.kill=function(n,i){var a=this;if(n?(function(){for(var s=a.getTweens(),u=a.data.length,l;u--;)l=a.data[u],l.data==="isFlip"&&(l.revert(),l.getChildren(!0,!0,!1).forEach(function(c){return s.splice(s.indexOf(c),1)}));for(s.map(function(c){return{g:c._dur||c._delay||c._sat&&!c._sat.vars.immediateRender?c.globalTime(0):-1/0,t:c}}).sort(function(c,f){return f.g-c.g||-1/0}).forEach(function(c){return c.t.revert(n)}),u=a.data.length;u--;)l=a.data[u],l instanceof Qe?l.data!=="nested"&&(l.scrollTrigger&&l.scrollTrigger.revert(),l.kill()):!(l instanceof xe)&&l.revert&&l.revert(n);a._r.forEach(function(c){return c(n,a)}),a.isReverted=!0})():this.data.forEach(function(s){return s.kill&&s.kill()}),this.clear(),i)for(var o=ta.length;o--;)ta[o].id===this.id&&ta.splice(o,1)},t.revert=function(n){this.kill(n||{})},e})(),gN=(function(){function e(r){this.contexts=[],this.scope=r,te&&te.data.push(this)}var t=e.prototype;return t.add=function(n,i,a){En(n)||(n={matches:n});var o=new KP(0,a||this.scope),s=o.conditions={},u,l,c;te&&!o.selector&&(o.selector=te.selector),this.contexts.push(o),i=o.add("onMatch",i),o.queries=n;for(l in n)l==="all"?c=1:(u=bn.matchMedia(n[l]),u&&(ta.indexOf(o)<0&&ta.push(o),(s[l]=u.matches)&&(c=1),u.addListener?u.addListener(ky):u.addEventListener("change",ky)));return c&&i(o,function(f){return o.add(null,f)}),this},t.revert=function(n){this.kill(n||{})},t.kill=function(n){this.contexts.forEach(function(i){return i.kill(n,!0)})},e})(),Dl={registerPlugin:function(){for(var t=arguments.length,r=new Array(t),n=0;n<t;n++)r[n]=arguments[n];r.forEach(function(i){return $P(i)})},timeline:function(t){return new Qe(t)},getTweensOf:function(t,r){return oe.getTweensOf(t,r)},getProperty:function(t,r,n,i){$e(t)&&(t=Ur(t)[0]);var a=Zi(t||{}).get,o=n?bP:vP;return n==="native"&&(n=""),t&&(r?o((Or[r]&&Or[r].get||a)(t,r,n,i)):function(s,u,l){return o((Or[s]&&Or[s].get||a)(t,s,u,l))})},quickSetter:function(t,r,n){if(t=Ur(t),t.length>1){var i=t.map(function(c){return yr.quickSetter(c,r,n)}),a=i.length;return function(c){for(var f=a;f--;)i[f](c)}}t=t[0]||{};var o=Or[r],s=Zi(t),u=s.harness&&(s.harness.aliases||{})[r]||r,l=o?function(c){var f=new o;Ra._pt=0,f.init(t,n?c+n:c,Ra,0,[t]),f.render(1,f),Ra._pt&&Gv(1,Ra)}:s.set(t,u);return o?l:function(c){return l(t,u,n?c+n:c,s,1)}},quickTo:function(t,r,n){var i,a=yr.to(t,$r((i={},i[r]="+=0.1",i.paused=!0,i.stagger=0,i),n||{})),o=function(u,l,c){return a.resetTo(r,u,l,c)};return o.tween=a,o},isTweening:function(t){return oe.getTweensOf(t,!0).length>0},defaults:function(t){return t&&t.ease&&(t.ease=Qi(t.ease,Qa.ease)),qb(Qa,t||{})},config:function(t){return qb(Cr,t||{})},registerEffect:function(t){var r=t.name,n=t.effect,i=t.plugins,a=t.defaults,o=t.extendTimeline;(i||"").split(",").forEach(function(s){return s&&!Or[s]&&!kr[s]&&Ns(r+" effect requires "+s+" plugin.")}),If[r]=function(s,u,l){return n(Ur(s),$r(u||{},a),l)},o&&(Qe.prototype[r]=function(s,u,l){return this.add(If[r](s,En(u)?u:(l=u)&&{},this),l)})},registerEase:function(t,r){Tt[t]=Qi(r)},parseEase:function(t,r){return arguments.length?Qi(t,r):Tt},getById:function(t){return oe.getById(t)},exportRoot:function(t,r){t===void 0&&(t={});var n=new Qe(t),i,a;for(n.smoothChildTiming=cr(t.smoothChildTiming),oe.remove(n),n._dp=0,n._time=n._tTime=oe._time,i=oe._first;i;)a=i._next,(r||!(!i._dur&&i instanceof xe&&i.vars.onComplete===i._targets[0]))&&_n(n,i,i._start-i._delay),i=a;return _n(oe,n,0),n},context:function(t,r){return t?new KP(t,r):te},matchMedia:function(t){return new gN(t)},matchMediaRefresh:function(){return ta.forEach(function(t){var r=t.conditions,n,i;for(i in r)r[i]&&(r[i]=!1,n=1);n&&t.revert()})||ky()},addEventListener:function(t,r){var n=cl[t]||(cl[t]=[]);~n.indexOf(r)||n.push(r)},removeEventListener:function(t,r){var n=cl[t],i=n&&n.indexOf(r);i>=0&&n.splice(i,1)},utils:{wrap:YI,wrapYoyo:VI,distribute:TP,random:EP,snap:PP,normalize:XI,getUnit:Xe,clamp:WI,splitColor:jP,toArray:Ur,selector:Ey,mapRange:MP,pipe:GI,unitize:KI,interpolate:ZI,shuffle:OP},install:pP,effects:If,ticker:Tr,updateRoot:Qe.updateRoot,plugins:Or,globalTimeline:oe,core:{PropTween:hr,globals:dP,Tween:xe,Timeline:Qe,Animation:Fs,getCache:Zi,_removeLinkedListItem:Ic,reverting:function(){return Le},context:function(t){return t&&te&&(te.data.push(t),t._ctx=te),te},suppressOverwrites:function(t){return jv=t}}};fr("to,from,fromTo,delayedCall,set,killTweensOf",function(e){return Dl[e]=xe[e]});Tr.add(Qe.updateRoot);Ra=Dl.to({},{duration:0});var vN=function(t,r){for(var n=t._pt;n&&n.p!==r&&n.op!==r&&n.fp!==r;)n=n._next;return n},bN=function(t,r){var n=t._targets,i,a,o;for(i in r)for(a=n.length;a--;)o=t._ptLookup[a][i],o&&(o=o.d)&&(o._pt&&(o=vN(o,i)),o&&o.modifier&&o.modifier(r[i],t,n[a],i))},Ff=function(t,r){return{name:t,headless:1,rawVars:1,init:function(i,a,o){o._onInit=function(s){var u,l;if($e(a)&&(u={},fr(a,function(c){return u[c]=1}),a=u),r){u={};for(l in a)u[l]=r(a[l]);a=u}bN(s,a)}}}},yr=Dl.registerPlugin({name:"attr",init:function(t,r,n,i,a){var o,s,u;this.tween=n;for(o in r)u=t.getAttribute(o)||"",s=this.add(t,"setAttribute",(u||0)+"",r[o],i,a,0,0,o),s.op=o,s.b=u,this._props.push(o)},render:function(t,r){for(var n=r._pt;n;)Le?n.set(n.t,n.p,n.b,n):n.r(t,n.d),n=n._next}},{name:"endArray",headless:1,init:function(t,r){for(var n=r.length;n--;)this.add(t,n,t[n]||0,r[n],0,0,0,0,0,1)}},Ff("roundProps",Cy),Ff("modifiers"),Ff("snap",PP))||Dl;xe.version=Qe.version=yr.version="3.13.0";hP=1;Dv()&&no();Tt.Power0;Tt.Power1;Tt.Power2;Tt.Power3;Tt.Power4;Tt.Linear;Tt.Quad;Tt.Cubic;Tt.Quart;Tt.Quint;Tt.Strong;Tt.Elastic;Tt.Back;Tt.SteppedEase;Tt.Bounce;Tt.Sine;Tt.Expo;Tt.Circ;/*!
|
|
9
9
|
* CSSPlugin 3.13.0
|
|
10
10
|
* https://gsap.com
|
|
11
11
|
*
|
|
12
12
|
* Copyright 2008-2025, GreenSock. All rights reserved.
|
|
13
13
|
* Subject to the terms at https://gsap.com/standard-license
|
|
14
14
|
* @author: Jack Doyle, jack@greensock.com
|
|
15
|
-
*/var p0,Ln,sa,fg,pi,d0,hg,YI=function(){return typeof window<"u"},An={},ui=180/Math.PI,ua=Math.PI/180,Xi=Math.atan2,m0=1e8,pg=/([A-Z])/g,XI=/(left|right|width|margin|padding|x)/i,VI=/[\s,\(]\S/,Xr={autoAlpha:"opacity,visibility",scale:"scaleX,scaleY",alpha:"opacity"},Xm=function(t,r){return r.set(r.t,r.p,Math.round((r.s+r.c*t)*1e4)/1e4+r.u,r)},ZI=function(t,r){return r.set(r.t,r.p,t===1?r.e:Math.round((r.s+r.c*t)*1e4)/1e4+r.u,r)},JI=function(t,r){return r.set(r.t,r.p,t?Math.round((r.s+r.c*t)*1e4)/1e4+r.u:r.b,r)},QI=function(t,r){var n=r.s+r.c*t;r.set(r.t,r.p,~~(n+(n<0?-.5:.5))+r.u,r)},gT=function(t,r){return r.set(r.t,r.p,t?r.e:r.b,r)},bT=function(t,r){return r.set(r.t,r.p,t!==1?r.b:r.e,r)},tN=function(t,r,n){return t.style[r]=n},eN=function(t,r,n){return t.style.setProperty(r,n)},rN=function(t,r,n){return t._gsap[r]=n},nN=function(t,r,n){return t._gsap.scaleX=t._gsap.scaleY=n},iN=function(t,r,n,i,a){var o=t._gsap;o.scaleX=o.scaleY=n,o.renderTransform(a,o)},aN=function(t,r,n,i,a){var o=t._gsap;o[r]=n,o.renderTransform(a,o)},re="transform",Je=re+"Origin",oN=function e(t,r){var n=this,i=this.target,a=i.style,o=i._gsap;if(t in An&&a){if(this.tfm=this.tfm||{},t!=="transform")t=Xr[t]||t,~t.indexOf(",")?t.split(",").forEach(function(s){return n.tfm[s]=pn(i,s)}):this.tfm[t]=o.x?o[t]:pn(i,t),t===Je&&(this.tfm.zOrigin=o.zOrigin);else return Xr.transform.split(",").forEach(function(s){return e.call(n,s,r)});if(this.props.indexOf(re)>=0)return;o.svg&&(this.svgo=i.getAttribute("data-svg-origin"),this.props.push(Je,r,"")),t=re}(a||r)&&this.props.push(t,r,a[t])},_T=function(t){t.translate&&(t.removeProperty("translate"),t.removeProperty("scale"),t.removeProperty("rotate"))},sN=function(){var t=this.props,r=this.target,n=r.style,i=r._gsap,a,o;for(a=0;a<t.length;a+=3)t[a+1]?t[a+1]===2?r[t[a]](t[a+2]):r[t[a]]=t[a+2]:t[a+2]?n[t[a]]=t[a+2]:n.removeProperty(t[a].substr(0,2)==="--"?t[a]:t[a].replace(pg,"-$1").toLowerCase());if(this.tfm){for(o in this.tfm)i[o]=this.tfm[o];i.svg&&(i.renderTransform(),r.setAttribute("data-svg-origin",this.svgo||"")),a=hg(),(!a||!a.isStart)&&!n[re]&&(_T(n),i.zOrigin&&n[Je]&&(n[Je]+=" "+i.zOrigin+"px",i.zOrigin=0,i.renderTransform()),i.uncache=1)}},xT=function(t,r){var n={target:t,props:[],revert:sN,save:oN};return t._gsap||er.core.getCache(t),r&&t.style&&t.nodeType&&r.split(",").forEach(function(i){return n.save(i)}),n},wT,Vm=function(t,r){var n=Ln.createElementNS?Ln.createElementNS((r||"http://www.w3.org/1999/xhtml").replace(/^https/,"http"),t):Ln.createElement(t);return n&&n.style?n:Ln.createElement(t)},Ar=function e(t,r,n){var i=getComputedStyle(t);return i[r]||i.getPropertyValue(r.replace(pg,"-$1").toLowerCase())||i.getPropertyValue(r)||!n&&e(t,Pa(r)||r,1)||""},y0="O,Moz,ms,Ms,Webkit".split(","),Pa=function(t,r,n){var i=r||pi,a=i.style,o=5;if(t in a&&!n)return t;for(t=t.charAt(0).toUpperCase()+t.substr(1);o--&&!(y0[o]+t in a););return o<0?null:(o===3?"ms":o>=0?y0[o]:"")+t},Zm=function(){YI()&&window.document&&(p0=window,Ln=p0.document,sa=Ln.documentElement,pi=Vm("div")||{style:{}},Vm("div"),re=Pa(re),Je=re+"Origin",pi.style.cssText="border-width:0;line-height:0;position:absolute;padding:0",wT=!!Pa("perspective"),hg=er.core.reverting,fg=1)},v0=function(t){var r=t.ownerSVGElement,n=Vm("svg",r&&r.getAttribute("xmlns")||"http://www.w3.org/2000/svg"),i=t.cloneNode(!0),a;i.style.display="block",n.appendChild(i),sa.appendChild(n);try{a=i.getBBox()}catch{}return n.removeChild(i),sa.removeChild(n),a},g0=function(t,r){for(var n=r.length;n--;)if(t.hasAttribute(r[n]))return t.getAttribute(r[n])},ST=function(t){var r,n;try{r=t.getBBox()}catch{r=v0(t),n=1}return r&&(r.width||r.height)||n||(r=v0(t)),r&&!r.width&&!r.x&&!r.y?{x:+g0(t,["x","cx","x1"])||0,y:+g0(t,["y","cy","y1"])||0,width:0,height:0}:r},OT=function(t){return!!(t.getCTM&&(!t.parentNode||t.ownerSVGElement)&&ST(t))},Ci=function(t,r){if(r){var n=t.style,i;r in An&&r!==Je&&(r=re),n.removeProperty?(i=r.substr(0,2),(i==="ms"||r.substr(0,6)==="webkit")&&(r="-"+r),n.removeProperty(i==="--"?r:r.replace(pg,"-$1").toLowerCase())):n.removeAttribute(r)}},Bn=function(t,r,n,i,a,o){var s=new Ze(t._pt,r,n,0,1,o?bT:gT);return t._pt=s,s.b=i,s.e=a,t._props.push(n),s},b0={deg:1,rad:1,turn:1},uN={grid:1,flex:1},Kn=function e(t,r,n,i){var a=parseFloat(n)||0,o=(n+"").trim().substr((a+"").length)||"px",s=pi.style,u=XI.test(r),l=t.tagName.toLowerCase()==="svg",c=(l?"client":"offset")+(u?"Width":"Height"),f=100,h=i==="px",p=i==="%",y,m,d,g;if(i===o||!a||b0[i]||b0[o])return a;if(o!=="px"&&!h&&(a=e(t,r,n,"px")),g=t.getCTM&&OT(t),(p||o==="%")&&(An[r]||~r.indexOf("adius")))return y=g?t.getBBox()[u?"width":"height"]:t[c],le(p?a/y*f:a/100*y);if(s[u?"width":"height"]=f+(h?o:i),m=i!=="rem"&&~r.indexOf("adius")||i==="em"&&t.appendChild&&!l?t:t.parentNode,g&&(m=(t.ownerSVGElement||{}).parentNode),(!m||m===Ln||!m.appendChild)&&(m=Ln.body),d=m._gsap,d&&p&&d.width&&u&&d.time===cr.time&&!d.uncache)return le(a/d.width*f);if(p&&(r==="height"||r==="width")){var _=t.style[r];t.style[r]=f+i,y=t[c],_?t.style[r]=_:Ci(t,r)}else(p||o==="%")&&!uN[Ar(m,"display")]&&(s.position=Ar(t,"position")),m===t&&(s.position="static"),m.appendChild(pi),y=pi[c],m.removeChild(pi),s.position="absolute";return u&&p&&(d=bi(m),d.time=cr.time,d.width=m[c]),le(h?y*a/f:y&&a?f/y*a:0)},pn=function(t,r,n,i){var a;return fg||Zm(),r in Xr&&r!=="transform"&&(r=Xr[r],~r.indexOf(",")&&(r=r.split(",")[0])),An[r]&&r!=="transform"?(a=ls(t,i),a=r!=="transformOrigin"?a[r]:a.svg?a.origin:il(Ar(t,Je))+" "+a.zOrigin+"px"):(a=t.style[r],(!a||a==="auto"||i||~(a+"").indexOf("calc("))&&(a=nl[r]&&nl[r](t,r,n)||Ar(t,r)||qP(t,r)||(r==="opacity"?1:0))),n&&!~(a+"").trim().indexOf(" ")?Kn(t,r,a,n)+n:a},lN=function(t,r,n,i){if(!n||n==="none"){var a=Pa(r,t,1),o=a&&Ar(t,a,1);o&&o!==n?(r=a,n=o):r==="borderColor"&&(n=Ar(t,"borderTopColor"))}var s=new Ze(this._pt,t.style,r,0,1,mT),u=0,l=0,c,f,h,p,y,m,d,g,_,b,x,v;if(s.b=n,s.e=i,n+="",i+="",i.substring(0,6)==="var(--"&&(i=Ar(t,i.substring(4,i.indexOf(")")))),i==="auto"&&(m=t.style[r],t.style[r]=i,i=Ar(t,r)||i,m?t.style[r]=m:Ci(t,r)),c=[n,i],aT(c),n=c[0],i=c[1],h=n.match(ta)||[],v=i.match(ta)||[],v.length){for(;f=ta.exec(i);)d=f[0],_=i.substring(u,f.index),y?y=(y+1)%5:(_.substr(-5)==="rgba("||_.substr(-5)==="hsla(")&&(y=1),d!==(m=h[l++]||"")&&(p=parseFloat(m)||0,x=m.substr((p+"").length),d.charAt(1)==="="&&(d=oa(p,d)+x),g=parseFloat(d),b=d.substr((g+"").length),u=ta.lastIndex-b.length,b||(b=b||pr.units[r]||x,u===i.length&&(i+=b,s.e+=b)),x!==b&&(p=Kn(t,r,m,b)||0),s._pt={_next:s._pt,p:_||l===1?_:",",s:p,c:g-p,m:y&&y<4||r==="zIndex"?Math.round:0});s.c=u<i.length?i.substring(u,i.length):""}else s.r=r==="display"&&i==="none"?bT:gT;return DP.test(i)&&(s.e=0),this._pt=s,s},_0={top:"0%",bottom:"100%",left:"0%",right:"100%",center:"50%"},cN=function(t){var r=t.split(" "),n=r[0],i=r[1]||"50%";return(n==="top"||n==="bottom"||i==="left"||i==="right")&&(t=n,n=i,i=t),r[0]=_0[n]||n,r[1]=_0[i]||i,r.join(" ")},fN=function(t,r){if(r.tween&&r.tween._time===r.tween._dur){var n=r.t,i=n.style,a=r.u,o=n._gsap,s,u,l;if(a==="all"||a===!0)i.cssText="",u=1;else for(a=a.split(","),l=a.length;--l>-1;)s=a[l],An[s]&&(u=1,s=s==="transformOrigin"?Je:re),Ci(n,s);u&&(Ci(n,re),o&&(o.svg&&n.removeAttribute("transform"),i.scale=i.rotate=i.translate="none",ls(n,1),o.uncache=1,_T(i)))}},nl={clearProps:function(t,r,n,i,a){if(a.data!=="isFromStart"){var o=t._pt=new Ze(t._pt,r,n,0,0,fN);return o.u=i,o.pr=-10,o.tween=a,t._props.push(n),1}}},us=[1,0,0,1,0,0],AT={},PT=function(t){return t==="matrix(1, 0, 0, 1, 0, 0)"||t==="none"||!t},x0=function(t){var r=Ar(t,re);return PT(r)?us:r.substr(7).match(jP).map(le)},dg=function(t,r){var n=t._gsap||bi(t),i=t.style,a=x0(t),o,s,u,l;return n.svg&&t.getAttribute("transform")?(u=t.transform.baseVal.consolidate().matrix,a=[u.a,u.b,u.c,u.d,u.e,u.f],a.join(",")==="1,0,0,1,0,0"?us:a):(a===us&&!t.offsetParent&&t!==sa&&!n.svg&&(u=i.display,i.display="block",o=t.parentNode,(!o||!t.offsetParent&&!t.getBoundingClientRect().width)&&(l=1,s=t.nextElementSibling,sa.appendChild(t)),a=x0(t),u?i.display=u:Ci(t,"display"),l&&(s?o.insertBefore(t,s):o?o.appendChild(t):sa.removeChild(t))),r&&a.length>6?[a[0],a[1],a[4],a[5],a[12],a[13]]:a)},Jm=function(t,r,n,i,a,o){var s=t._gsap,u=a||dg(t,!0),l=s.xOrigin||0,c=s.yOrigin||0,f=s.xOffset||0,h=s.yOffset||0,p=u[0],y=u[1],m=u[2],d=u[3],g=u[4],_=u[5],b=r.split(" "),x=parseFloat(b[0])||0,v=parseFloat(b[1])||0,w,S,A,P;n?u!==us&&(S=p*d-y*m)&&(A=x*(d/S)+v*(-m/S)+(m*_-d*g)/S,P=x*(-y/S)+v*(p/S)-(p*_-y*g)/S,x=A,v=P):(w=ST(t),x=w.x+(~b[0].indexOf("%")?x/100*w.width:x),v=w.y+(~(b[1]||b[0]).indexOf("%")?v/100*w.height:v)),i||i!==!1&&s.smooth?(g=x-l,_=v-c,s.xOffset=f+(g*p+_*m)-g,s.yOffset=h+(g*y+_*d)-_):s.xOffset=s.yOffset=0,s.xOrigin=x,s.yOrigin=v,s.smooth=!!i,s.origin=r,s.originIsAbsolute=!!n,t.style[Je]="0px 0px",o&&(Bn(o,s,"xOrigin",l,x),Bn(o,s,"yOrigin",c,v),Bn(o,s,"xOffset",f,s.xOffset),Bn(o,s,"yOffset",h,s.yOffset)),t.setAttribute("data-svg-origin",x+" "+v)},ls=function(t,r){var n=t._gsap||new lT(t);if("x"in n&&!r&&!n.uncache)return n;var i=t.style,a=n.scaleX<0,o="px",s="deg",u=getComputedStyle(t),l=Ar(t,Je)||"0",c,f,h,p,y,m,d,g,_,b,x,v,w,S,A,P,C,T,E,k,j,$,M,I,L,q,R,D,B,U,W,X;return c=f=h=m=d=g=_=b=x=0,p=y=1,n.svg=!!(t.getCTM&&OT(t)),u.translate&&((u.translate!=="none"||u.scale!=="none"||u.rotate!=="none")&&(i[re]=(u.translate!=="none"?"translate3d("+(u.translate+" 0 0").split(" ").slice(0,3).join(", ")+") ":"")+(u.rotate!=="none"?"rotate("+u.rotate+") ":"")+(u.scale!=="none"?"scale("+u.scale.split(" ").join(",")+") ":"")+(u[re]!=="none"?u[re]:"")),i.scale=i.rotate=i.translate="none"),S=dg(t,n.svg),n.svg&&(n.uncache?(L=t.getBBox(),l=n.xOrigin-L.x+"px "+(n.yOrigin-L.y)+"px",I=""):I=!r&&t.getAttribute("data-svg-origin"),Jm(t,I||l,!!I||n.originIsAbsolute,n.smooth!==!1,S)),v=n.xOrigin||0,w=n.yOrigin||0,S!==us&&(T=S[0],E=S[1],k=S[2],j=S[3],c=$=S[4],f=M=S[5],S.length===6?(p=Math.sqrt(T*T+E*E),y=Math.sqrt(j*j+k*k),m=T||E?Xi(E,T)*ui:0,_=k||j?Xi(k,j)*ui+m:0,_&&(y*=Math.abs(Math.cos(_*ua))),n.svg&&(c-=v-(v*T+w*k),f-=w-(v*E+w*j))):(X=S[6],U=S[7],R=S[8],D=S[9],B=S[10],W=S[11],c=S[12],f=S[13],h=S[14],A=Xi(X,B),d=A*ui,A&&(P=Math.cos(-A),C=Math.sin(-A),I=$*P+R*C,L=M*P+D*C,q=X*P+B*C,R=$*-C+R*P,D=M*-C+D*P,B=X*-C+B*P,W=U*-C+W*P,$=I,M=L,X=q),A=Xi(-k,B),g=A*ui,A&&(P=Math.cos(-A),C=Math.sin(-A),I=T*P-R*C,L=E*P-D*C,q=k*P-B*C,W=j*C+W*P,T=I,E=L,k=q),A=Xi(E,T),m=A*ui,A&&(P=Math.cos(A),C=Math.sin(A),I=T*P+E*C,L=$*P+M*C,E=E*P-T*C,M=M*P-$*C,T=I,$=L),d&&Math.abs(d)+Math.abs(m)>359.9&&(d=m=0,g=180-g),p=le(Math.sqrt(T*T+E*E+k*k)),y=le(Math.sqrt(M*M+X*X)),A=Xi($,M),_=Math.abs(A)>2e-4?A*ui:0,x=W?1/(W<0?-W:W):0),n.svg&&(I=t.getAttribute("transform"),n.forceCSS=t.setAttribute("transform","")||!PT(Ar(t,re)),I&&t.setAttribute("transform",I))),Math.abs(_)>90&&Math.abs(_)<270&&(a?(p*=-1,_+=m<=0?180:-180,m+=m<=0?180:-180):(y*=-1,_+=_<=0?180:-180)),r=r||n.uncache,n.x=c-((n.xPercent=c&&(!r&&n.xPercent||(Math.round(t.offsetWidth/2)===Math.round(-c)?-50:0)))?t.offsetWidth*n.xPercent/100:0)+o,n.y=f-((n.yPercent=f&&(!r&&n.yPercent||(Math.round(t.offsetHeight/2)===Math.round(-f)?-50:0)))?t.offsetHeight*n.yPercent/100:0)+o,n.z=h+o,n.scaleX=le(p),n.scaleY=le(y),n.rotation=le(m)+s,n.rotationX=le(d)+s,n.rotationY=le(g)+s,n.skewX=_+s,n.skewY=b+s,n.transformPerspective=x+o,(n.zOrigin=parseFloat(l.split(" ")[2])||!r&&n.zOrigin||0)&&(i[Je]=il(l)),n.xOffset=n.yOffset=0,n.force3D=pr.force3D,n.renderTransform=n.svg?pN:wT?TT:hN,n.uncache=0,n},il=function(t){return(t=t.split(" "))[0]+" "+t[1]},nf=function(t,r,n){var i=Ne(r);return le(parseFloat(r)+parseFloat(Kn(t,"x",n+"px",i)))+i},hN=function(t,r){r.z="0px",r.rotationY=r.rotationX="0deg",r.force3D=0,TT(t,r)},ii="0deg",yo="0px",ai=") ",TT=function(t,r){var n=r||this,i=n.xPercent,a=n.yPercent,o=n.x,s=n.y,u=n.z,l=n.rotation,c=n.rotationY,f=n.rotationX,h=n.skewX,p=n.skewY,y=n.scaleX,m=n.scaleY,d=n.transformPerspective,g=n.force3D,_=n.target,b=n.zOrigin,x="",v=g==="auto"&&t&&t!==1||g===!0;if(b&&(f!==ii||c!==ii)){var w=parseFloat(c)*ua,S=Math.sin(w),A=Math.cos(w),P;w=parseFloat(f)*ua,P=Math.cos(w),o=nf(_,o,S*P*-b),s=nf(_,s,-Math.sin(w)*-b),u=nf(_,u,A*P*-b+b)}d!==yo&&(x+="perspective("+d+ai),(i||a)&&(x+="translate("+i+"%, "+a+"%) "),(v||o!==yo||s!==yo||u!==yo)&&(x+=u!==yo||v?"translate3d("+o+", "+s+", "+u+") ":"translate("+o+", "+s+ai),l!==ii&&(x+="rotate("+l+ai),c!==ii&&(x+="rotateY("+c+ai),f!==ii&&(x+="rotateX("+f+ai),(h!==ii||p!==ii)&&(x+="skew("+h+", "+p+ai),(y!==1||m!==1)&&(x+="scale("+y+", "+m+ai),_.style[re]=x||"translate(0, 0)"},pN=function(t,r){var n=r||this,i=n.xPercent,a=n.yPercent,o=n.x,s=n.y,u=n.rotation,l=n.skewX,c=n.skewY,f=n.scaleX,h=n.scaleY,p=n.target,y=n.xOrigin,m=n.yOrigin,d=n.xOffset,g=n.yOffset,_=n.forceCSS,b=parseFloat(o),x=parseFloat(s),v,w,S,A,P;u=parseFloat(u),l=parseFloat(l),c=parseFloat(c),c&&(c=parseFloat(c),l+=c,u+=c),u||l?(u*=ua,l*=ua,v=Math.cos(u)*f,w=Math.sin(u)*f,S=Math.sin(u-l)*-h,A=Math.cos(u-l)*h,l&&(c*=ua,P=Math.tan(l-c),P=Math.sqrt(1+P*P),S*=P,A*=P,c&&(P=Math.tan(c),P=Math.sqrt(1+P*P),v*=P,w*=P)),v=le(v),w=le(w),S=le(S),A=le(A)):(v=f,A=h,w=S=0),(b&&!~(o+"").indexOf("px")||x&&!~(s+"").indexOf("px"))&&(b=Kn(p,"x",o,"px"),x=Kn(p,"y",s,"px")),(y||m||d||g)&&(b=le(b+y-(y*v+m*S)+d),x=le(x+m-(y*w+m*A)+g)),(i||a)&&(P=p.getBBox(),b=le(b+i/100*P.width),x=le(x+a/100*P.height)),P="matrix("+v+","+w+","+S+","+A+","+b+","+x+")",p.setAttribute("transform",P),_&&(p.style[re]=P)},dN=function(t,r,n,i,a){var o=360,s=Oe(a),u=parseFloat(a)*(s&&~a.indexOf("rad")?ui:1),l=u-i,c=i+l+"deg",f,h;return s&&(f=a.split("_")[1],f==="short"&&(l%=o,l!==l%(o/2)&&(l+=l<0?o:-o)),f==="cw"&&l<0?l=(l+o*m0)%o-~~(l/o)*o:f==="ccw"&&l>0&&(l=(l-o*m0)%o-~~(l/o)*o)),t._pt=h=new Ze(t._pt,r,n,i,l,ZI),h.e=c,h.u="deg",t._props.push(n),h},w0=function(t,r){for(var n in r)t[n]=r[n];return t},mN=function(t,r,n){var i=w0({},n._gsap),a="perspective,force3D,transformOrigin,svgOrigin",o=n.style,s,u,l,c,f,h,p,y;i.svg?(l=n.getAttribute("transform"),n.setAttribute("transform",""),o[re]=r,s=ls(n,1),Ci(n,re),n.setAttribute("transform",l)):(l=getComputedStyle(n)[re],o[re]=r,s=ls(n,1),o[re]=l);for(u in An)l=i[u],c=s[u],l!==c&&a.indexOf(u)<0&&(p=Ne(l),y=Ne(c),f=p!==y?Kn(n,u,l,y):parseFloat(l),h=parseFloat(c),t._pt=new Ze(t._pt,s,u,f,h-f,Xm),t._pt.u=y||0,t._props.push(u));w0(s,i)};Ve("padding,margin,Width,Radius",function(e,t){var r="Top",n="Right",i="Bottom",a="Left",o=(t<3?[r,n,i,a]:[r+a,r+n,i+n,i+a]).map(function(s){return t<2?e+s:"border"+s+e});nl[t>1?"border"+e:e]=function(s,u,l,c,f){var h,p;if(arguments.length<4)return h=o.map(function(y){return pn(s,y,l)}),p=h.join(" "),p.split(h[0]).length===5?h[0]:p;h=(c+"").split(" "),p={},o.forEach(function(y,m){return p[y]=h[m]=h[m]||h[(m-1)/2|0]}),s.init(u,p,f)}});var ET={name:"css",register:Zm,targetTest:function(t){return t.style&&t.nodeType},init:function(t,r,n,i,a){var o=this._props,s=t.style,u=n.vars.startAt,l,c,f,h,p,y,m,d,g,_,b,x,v,w,S,A;fg||Zm(),this.styles=this.styles||xT(t),A=this.styles.props,this.tween=n;for(m in r)if(m!=="autoRound"&&(c=r[m],!(lr[m]&&cT(m,r,n,i,t,a)))){if(p=typeof c,y=nl[m],p==="function"&&(c=c.call(n,i,t,a),p=typeof c),p==="string"&&~c.indexOf("random(")&&(c=as(c)),y)y(this,t,m,c,n)&&(S=1);else if(m.substr(0,2)==="--")l=(getComputedStyle(t).getPropertyValue(m)+"").trim(),c+="",Gn.lastIndex=0,Gn.test(l)||(d=Ne(l),g=Ne(c)),g?d!==g&&(l=Kn(t,m,l,g)+g):d&&(c+=d),this.add(s,"setProperty",l,c,i,a,0,0,m),o.push(m),A.push(m,0,s[m]);else if(p!=="undefined"){if(u&&m in u?(l=typeof u[m]=="function"?u[m].call(n,i,t,a):u[m],Oe(l)&&~l.indexOf("random(")&&(l=as(l)),Ne(l+"")||l==="auto"||(l+=pr.units[m]||Ne(pn(t,m))||""),(l+"").charAt(1)==="="&&(l=pn(t,m))):l=pn(t,m),h=parseFloat(l),_=p==="string"&&c.charAt(1)==="="&&c.substr(0,2),_&&(c=c.substr(2)),f=parseFloat(c),m in Xr&&(m==="autoAlpha"&&(h===1&&pn(t,"visibility")==="hidden"&&f&&(h=0),A.push("visibility",0,s.visibility),Bn(this,s,"visibility",h?"inherit":"hidden",f?"inherit":"hidden",!f)),m!=="scale"&&m!=="transform"&&(m=Xr[m],~m.indexOf(",")&&(m=m.split(",")[0]))),b=m in An,b){if(this.styles.save(m),p==="string"&&c.substring(0,6)==="var(--"&&(c=Ar(t,c.substring(4,c.indexOf(")"))),f=parseFloat(c)),x||(v=t._gsap,v.renderTransform&&!r.parseTransform||ls(t,r.parseTransform),w=r.smoothOrigin!==!1&&v.smooth,x=this._pt=new Ze(this._pt,s,re,0,1,v.renderTransform,v,0,-1),x.dep=1),m==="scale")this._pt=new Ze(this._pt,v,"scaleY",v.scaleY,(_?oa(v.scaleY,_+f):f)-v.scaleY||0,Xm),this._pt.u=0,o.push("scaleY",m),m+="X";else if(m==="transformOrigin"){A.push(Je,0,s[Je]),c=cN(c),v.svg?Jm(t,c,0,w,0,this):(g=parseFloat(c.split(" ")[2])||0,g!==v.zOrigin&&Bn(this,v,"zOrigin",v.zOrigin,g),Bn(this,s,m,il(l),il(c)));continue}else if(m==="svgOrigin"){Jm(t,c,1,w,0,this);continue}else if(m in AT){dN(this,v,m,h,_?oa(h,_+c):c);continue}else if(m==="smoothOrigin"){Bn(this,v,"smooth",v.smooth,c);continue}else if(m==="force3D"){v[m]=c;continue}else if(m==="transform"){mN(this,c,t);continue}}else m in s||(m=Pa(m)||m);if(b||(f||f===0)&&(h||h===0)&&!VI.test(c)&&m in s)d=(l+"").substr((h+"").length),f||(f=0),g=Ne(c)||(m in pr.units?pr.units[m]:d),d!==g&&(h=Kn(t,m,l,g)),this._pt=new Ze(this._pt,b?v:s,m,h,(_?oa(h,_+f):f)-h,!b&&(g==="px"||m==="zIndex")&&r.autoRound!==!1?QI:Xm),this._pt.u=g||0,d!==g&&g!=="%"&&(this._pt.b=l,this._pt.r=JI);else if(m in s)lN.call(this,t,m,l,_?_+c:c);else if(m in t)this.add(t,m,l||t[m],_?_+c:c,i,a);else if(m!=="parseTransform"){eg(m,c);continue}b||(m in s?A.push(m,0,s[m]):typeof t[m]=="function"?A.push(m,2,t[m]()):A.push(m,1,l||t[m])),o.push(m)}}S&&yT(this)},render:function(t,r){if(r.tween._time||!hg())for(var n=r._pt;n;)n.r(t,n.d),n=n._next;else r.styles.revert()},get:pn,aliases:Xr,getSetter:function(t,r,n){var i=Xr[r];return i&&i.indexOf(",")<0&&(r=i),r in An&&r!==Je&&(t._gsap.x||pn(t,"x"))?n&&d0===n?r==="scale"?nN:rN:(d0=n||{})&&(r==="scale"?iN:aN):t.style&&!Jv(t.style[r])?tN:~r.indexOf("-")?eN:lg(t,r)},core:{_removeProperty:Ci,_getMatrix:dg}};er.utils.checkPrefix=Pa;er.core.getStyleSaver=xT;(function(e,t,r,n){var i=Ve(e+","+t+","+r,function(a){An[a]=1});Ve(t,function(a){pr.units[a]="deg",AT[a]=1}),Xr[i[13]]=e+","+t,Ve(n,function(a){var o=a.split(":");Xr[o[1]]=i[o[0]]})})("x,y,z,scale,scaleX,scaleY,xPercent,yPercent","rotation,rotationX,rotationY,skewX,skewY","transform,transformOrigin,svgOrigin,force3D,smoothOrigin,transformPerspective","0:translateX,1:translateY,2:translateZ,8:rotate,8:rotationZ,8:rotateZ,9:rotateX,10:rotateY");Ve("x,y,z,top,right,bottom,left,width,height,fontSize,padding,margin,perspective",function(e){pr.units[e]="px"});er.registerPlugin(ET);var Qm=er.registerPlugin(ET)||er;Qm.core.Tween;const vo={IN_OUT:"power2.inOut",OUT:"power2.out"},uu={NO_STAGGER:0,RIPPLE_STAGGER_DELAY:.05};class CT{constructor(t,r={}){lo(this,"timeline");lo(this,"currentStage","");lo(this,"callbacks");lo(this,"durations");this.durations=t,this.callbacks=r,this.timeline=Qm.timeline({paused:!0,onUpdate:()=>this.handleProgress(),onComplete:()=>{var i,a,o,s;(a=(i=this.callbacks).onComplete)==null||a.call(i),(s=(o=this.callbacks).onStageComplete)==null||s.call(o,"complete")}});let n=0;this.timeline.addLabel("seatsToBar",n),n+=t.seatsToBar/1e3,this.timeline.addLabel("axesReveal",n),n+=t.axesReveal/1e3,this.timeline.addLabel("barSlide",n),n+=t.barSlide/1e3,this.timeline.addLabel("barsGrow",n),n+=t.barsGrow/1e3,this.timeline.addLabel("barsToArea",n)}animateSeatsToBar(t,r){const n=this.durations.seatsToBar/1e3;return t.each(function(i,a){const o=this;if(!r[a])return;const u=o.getAttribute("x"),l=o.getAttribute("y"),c=o.getAttribute("width"),f=o.getAttribute("height");o.setAttribute("data-orig-x",u||"0"),o.setAttribute("data-orig-y",l||"0"),o.setAttribute("data-orig-width",c||"0"),o.setAttribute("data-orig-height",f||"0")}),this.timeline.to(t.nodes(),{x:i=>{var a;return((a=r[i])==null?void 0:a.x)??0},y:i=>{var a;return((a=r[i])==null?void 0:a.y)??0},width:i=>{var a;return((a=r[i])==null?void 0:a.width)??0},height:i=>{var a;return((a=r[i])==null?void 0:a.height)??0},duration:n,ease:vo.IN_OUT,stagger:uu.NO_STAGGER,onStart:()=>{var i,a;this.currentStage="seatsToBar",(a=(i=this.callbacks).onStageComplete)==null||a.call(i,"seatsToBar")}},"seatsToBar"),this}animateAxesReveal(t,r){const n=this.durations.axesReveal/1e3;return this.timeline.to([t.node(),r.node()],{opacity:1,duration:n,ease:vo.IN_OUT,stagger:uu.NO_STAGGER,onStart:()=>{var i,a;this.currentStage="axesReveal",(a=(i=this.callbacks).onStageComplete)==null||a.call(i,"axesReveal")}},"axesReveal"),this}animateBarSlide(t,r){const n=this.durations.barSlide/1e3;return this.timeline.to(t.nodes(),{x:r,duration:n,ease:vo.OUT,stagger:uu.NO_STAGGER,onStart:()=>{var i,a;this.currentStage="barSlide",(a=(i=this.callbacks).onStageComplete)==null||a.call(i,"barSlide")}},"barSlide"),this}animateBarsGrow(t,r,n=uu.RIPPLE_STAGGER_DELAY){const i=this.durations.barsGrow/1e3;return t.nodes().forEach((o,s)=>{const u=o,l=u.getAttribute("data-final-y")||"0",c=u.getAttribute("data-final-height")||"0",f=parseInt(u.getAttribute("data-timestamp-index")||"0"),p=Math.abs(f-r)*n;this.timeline.fromTo(u,{height:0,y:parseFloat(u.getAttribute("data-chart-baseline")||"400")},{y:parseFloat(l),height:parseFloat(c),duration:i,delay:p,ease:vo.OUT},"barsGrow")}),this.timeline.call(()=>{var o,s;this.currentStage="barsGrow",(s=(o=this.callbacks).onStageComplete)==null||s.call(o,"barsGrow")},[],"barsGrow"),this}animateBarsToArea(t,r,n,i){const a=this.durations.barsToArea/1e3,o=new Map;return t.each(function(){var c;const s=this,u=s.getAttribute("class");if(!u)return;const l=u.match(/category-([\w-]+)/);if(l&&l[1]){const f=l[1];o.has(f)||o.set(f,[]),(c=o.get(f))==null||c.push(s)}}),this.timeline.set(t.nodes(),{opacity:0},"barsToArea"),this.timeline.set(r.nodes(),{opacity:1},"barsToArea"),r.each(function(){const s=this,u=s.getAttribute("data-category");if(!u)return;const l=n.get(u);l&&Qm.to(s,{attr:{d:l},duration:a,ease:vo.IN_OUT})}),this.timeline.call(()=>{var s,u;this.currentStage="barsToArea",(u=(s=this.callbacks).onStageComplete)==null||u.call(s,"barsToArea")},[],"barsToArea"),this}handleProgress(){var r,n;const t=this.timeline.progress();(n=(r=this.callbacks).onProgress)==null||n.call(r,t)}getControls(){return{play:()=>this.timeline.play(),pause:()=>this.timeline.pause(),reverse:()=>this.timeline.reverse(),restart:()=>this.timeline.restart(),seek:t=>this.timeline.progress(t),seekToStage:t=>{const r=this.timeline.labels[t];r!==void 0&&this.timeline.seek(r)},kill:()=>this.timeline.kill(),getProgress:()=>this.timeline.progress(),getCurrentStage:()=>this.currentStage,getTimeline:()=>this.timeline}}play(){this.timeline.play()}destroy(){this.timeline.kill()}}function yN(e,t){const{arcAngle:r,arcAngleFlexibility:n=5,radius:i,seatSize:a,minSeatSize:o,maxSeatSize:s,spacing:u,innerRadiusRatio:l}=t,c=i*l,f=e.reduce((E,k)=>E+k.seats,0);let h={seatSize:a,arcAngle:r,score:-1};const p=r-n,y=r+n;for(let E=p;E<=y;E+=2.5){const k=E*Math.PI/180;for(let j=s;j>=o;j-=.1){const $=j*2,M=$*u,I=Math.floor((i-c)/M);for(let L=1;L<=Math.min(I,10);L++){let q=0;for(let R=0;R<L;R++){const D=c+(R+.5)*M,B=$*u/D,U=Math.floor(k/B);q+=U}if(q>=f){const R=f/q,D=(j-o)/(s-o),B=(q-f)/f,U=B<.15?1:B<.3?.7:B<.5?.4:.1,W=1-Math.abs(E-r)/n,X=U*.5+D*.3+R*.15+W*.05;X>h.score&&(h={seatSize:j,arcAngle:E,rings:L,score:X})}}}}const m=h.seatSize,d=h.arcAngle,g=d*Math.PI/180,_=m*2,b=_*u,x=Math.floor((i-c)/b),v=[],w=-g/2-Math.PI/2,S=[];let A=0,P=[];for(let E=1;E<=x;E++){let k=0;const j=[];for(let $=0;$<E;$++){const M=c+($+.5)*b,I=_*u/M,L=Math.floor(g/I);j.push(L),k+=L}if(k>=f){A=E,P=j;break}}if(A>0)S.push(...P);else for(let E=0;E<x;E++){const k=c+(E+.5)*b,j=_*u/k,$=Math.floor(g/j);S.push($)}for(let E=0;E<S.length;E++){const k=c+(E+.5)*b,j=S[E]??0;if(j>0){const $=g/j;for(let M=0;M<j;M++){const I=w+(M+.5)*$,L=Math.cos(I)*k,q=Math.sin(I)*k;v.push({ring:E,index:M,angle:I,x:L,y:q})}}}v.sort((E,k)=>{const j=E.angle-k.angle;return Math.abs(j)>.001?j:E.ring-k.ring});const C=[];let T=0;return e.forEach((E,k)=>{const j=Math.min(E.seats,v.length-T);for(let $=0;$<j&&T<v.length;$++){const M=v[T++];M&&C.push({x:M.x,y:M.y,category:E.name,categoryIndex:k,seatIndex:$,ring:M.ring,angle:M.angle,radius:m})}}),{arcAngle:d,radius:i,innerRadius:c,centerX:i,centerY:i,seatSize:m,seats:C,totalSeats:f}}function vN(e,t,r){const n=t<=r?1:r/t;return e.filter(i=>i.value>0).map(i=>{const a=t<=r?i.value:Math.max(1,Math.floor(i.value*n));return{id:i.dataKey,name:i.label,seats:a,colour:i.color}})}const Qe={neoGrey:{200:"#EDEFEF",400:"#ADB5BD"},neoDigitalGreen:{600:"#40c048"}},Lo=["#4CA75A","#FDDA04","#FFC008","#FF9800","#F9A91B","#FF5C24","#ED4134","#CB3446"],Ke={greyHatch:{background:Qe.neoGrey[200],lines:Qe.neoGrey[400]},dataMissingHatch:{background:"#FFF3CC",lines:"#FFB800"},noLstHatch:{background:"#FFE5E5",lines:"#ED4134"}};function gN(e,t){const r=e.append("pattern").attr("id",`${t}-greyHatchPattern`).attr("x",0).attr("y",0).attr("width",8).attr("height",8).attr("patternUnits","userSpaceOnUse");r.append("rect").attr("x",0).attr("y",0).attr("width",8).attr("height",8).attr("fill",Ke.greyHatch.background),r.append("path").attr("d","M0,2 L8,2").attr("stroke",Ke.greyHatch.lines).attr("stroke-width",.5),r.append("path").attr("d","M0,6 L8,6").attr("stroke",Ke.greyHatch.lines).attr("stroke-width",.5)}function bN(e,t){const r=e.append("pattern").attr("id",`${t}-dataMissingHatchPattern`).attr("x",0).attr("y",0).attr("width",8).attr("height",8).attr("patternUnits","userSpaceOnUse");r.append("rect").attr("x",0).attr("y",0).attr("width",8).attr("height",8).attr("fill",Ke.dataMissingHatch.background),r.append("path").attr("d","M0,8 L8,0").attr("stroke",Ke.dataMissingHatch.lines).attr("stroke-width",.5),r.append("path").attr("d","M-2,2 L2,-2").attr("stroke",Ke.dataMissingHatch.lines).attr("stroke-width",.5),r.append("path").attr("d","M6,10 L10,6").attr("stroke",Ke.dataMissingHatch.lines).attr("stroke-width",.5)}function _N(e,t){const r=e.append("pattern").attr("id",`${t}-noLstHatchPattern`).attr("x",0).attr("y",0).attr("width",8).attr("height",8).attr("patternUnits","userSpaceOnUse");r.append("rect").attr("x",0).attr("y",0).attr("width",8).attr("height",8).attr("fill",Ke.noLstHatch.background),r.append("path").attr("d","M0,0 L8,8").attr("stroke",Ke.noLstHatch.lines).attr("stroke-width",.5),r.append("path").attr("d","M-2,6 L2,10").attr("stroke",Ke.noLstHatch.lines).attr("stroke-width",.5),r.append("path").attr("d","M6,-2 L10,2").attr("stroke",Ke.noLstHatch.lines).attr("stroke-width",.5)}function lu(e,t){let r=e.select("defs");r.empty()&&(r=e.append("defs")),gN(r,t),bN(r,t),_N(r,t)}function S0(e,t){if(e.startsWith("url(#")&&e.endsWith(")")){const r=e.slice(5,-1);return`url(#${t}-${r})`}return e}function MT(e){return e.includes("greyHatchPattern")?Ke.greyHatch.lines:e.includes("dataMissingHatchPattern")?Ke.dataMissingHatch.lines:e.includes("noLstHatchPattern")?Ke.noLstHatch.lines:e}function ty(e,t,r,n){const{xScale:i,yScale:a,addClasses:o=!0,instanceId:s}=n,u=hi().x(h=>i(new Date(h.data.timestamp))).y0(h=>a(h[0])).y1(h=>a(h[1])).curve(Im.alpha(.5)),l=Yv().x(h=>i(new Date(h.data.timestamp))).y(h=>a(h[1])).curve(Im.alpha(.5)),c=s?`areas areas-${s}`:"areas";let f=e.select(s?`.areas-${s}`:".areas");f.empty()&&(f=e.append("g").attr("class",c)),t.forEach((h,p)=>{var g;const y=r[p];if(!y)return;const m=((g=y.parliamentMapping)==null?void 0:g.isSpecialCategory)??!1,d=MT(y.color);if(m){const _=f.append("path").datum(h).attr("fill","none").attr("stroke",d).attr("stroke-width",3).attr("stroke-dasharray","15 8").attr("d",l).style("pointer-events","none");if(o){const b=s?`area area-${s} area-${y.dataKey}`:`area area-${y.dataKey}`;_.attr("class",b)}}else{const _=f.append("path").datum(h).attr("fill",y.color).attr("fill-opacity",y.fillOpacity??.7).attr("stroke",d).attr("stroke-width",y.strokeWidth??1.5).attr("d",u).style("pointer-events","none");if(o){const b=s?`area area-${s} area-${y.dataKey}`:`area area-${y.dataKey}`;_.attr("class",b)}}})}function xN(e,t){var n;const r=[];for(const i of e){let a=0;for(const o of t){const s=i[o.dataKey]||0,u=a,l=a+s;r.push({timestamp:i.timestamp,category:o.label,dataKey:o.dataKey,y0:u,y1:l,value:s,color:o.color,isSpecialCategory:((n=o.parliamentMapping)==null?void 0:n.isSpecialCategory)??!1}),a+=s}}return r}function Ge(e){return e.replace(/[^a-zA-Z0-9-_]/g,"-")}function kT(e,t,r,n){const{centerX:i,centerY:a,addClasses:o=!0,instanceId:s,parliamentRadius:u=200}=n,l=s?`parliament parliament-${s}`:"parliament";let c=e.select(s?`.parliament-${s}`:".parliament");c.empty()&&(c=e.append("g").attr("class",l)),t.seats.forEach(p=>{const y=r.find(g=>g.label===p.category);if(!y)return;const m=c.append("circle").attr("cx",i+p.x).attr("cy",a+p.y).attr("r",p.radius).attr("fill",y.color).attr("stroke",y.color).attr("stroke-width",.5),d=c.append("circle").attr("cx",i+p.x).attr("cy",a+p.y).attr("r",p.radius*2.5).attr("fill","transparent").attr("stroke","none").attr("pointer-events","all");if(o){const g=s?`seat seat-${s} seat-${Ge(p.category)}`:`seat seat-${Ge(p.category)}`;m.attr("class",g),d.attr("class",g)}});const f=s?`parliament-label parliament-label-${s}`:"parliament-label";if(e.select(`.${f.split(" ")[0]}`).empty()){const p=e.append("g").attr("class",f).attr("transform",`translate(${i},${a-u*.15})`).style("opacity","0").style("pointer-events","none");p.append("text").attr("class","label-category").attr("text-anchor","middle").attr("dy","-15").style("font-size","22px").style("fill","#666").style("font-family","system-ui, -apple-system, sans-serif"),p.append("text").attr("class","label-value").attr("text-anchor","middle").attr("dy","35").style("font-size","48px").style("font-weight","bold").style("font-family","system-ui, -apple-system, sans-serif");const y=p.append("g").attr("class","scale-indicator").attr("transform","translate(0, 65)").style("opacity","0");y.append("circle").attr("r",4).attr("cx",-30).attr("cy",0).style("fill","#888"),y.append("text").attr("x",-20).attr("y",0).attr("dy","0.35em").attr("text-anchor","start").style("font-size","18px").style("fill","#666").style("font-style","italic").style("font-family","system-ui, -apple-system, sans-serif")}}function wN(e,t,r,n,i,a,o=!1){var f;const s=new Map;let u=i;if(t.length>0&&((f=t[0])==null?void 0:f.timestamp)!==void 0){const h=t[0].timestamp;u=r(new Date(h))}const l=new Map;for(const h of e.seats)l.has(h.category)||l.set(h.category,[]),l.get(h.category).push(h);const c=new Map;for(const h of t)c.set(h.dataKey,{y0:h.y0,y1:h.y1,isSpecialCategory:h.isSpecialCategory}),h.label&&h.label!==h.dataKey&&c.set(h.label,{y0:h.y0,y1:h.y1,isSpecialCategory:h.isSpecialCategory});for(const h of e.seats){const p=c.get(h.category);if(!p){s.set(h,{x:u,y:a/2});continue}const y=n(p.y0),m=n(p.y1);let d;if(o){const g=l.get(h.category)??[],_=h.seatIndex,b=g.length;if(b===1)d=(y+m)/2;else{const x=_/(b-1);d=y+(m-y)*x}}else d=m;s.set(h,{x:u,y:d})}return s}function SN(e,t,r){var o;if(e.length===0)return[];const n=e[e.length-1],i=[];let a=0;for(const s of t){const u=n[s.dataKey]||0,l=a,c=a+u;i.push({dataKey:s.dataKey,label:s.label,y0:l,y1:c,value:u,timestamp:n.timestamp,isSpecialCategory:((o=s.parliamentMapping)==null?void 0:o.isSpecialCategory)??!1}),a+=u}return i}function ON(e){const t=e;return{seatsToBar:t*.27,crossFadePause:t*.03,barSlideToTimeline:t*.25,axesAndBarsGrow:t*.25,barsToArea:t*.2}}const di=new Map;Qt.prototype.transition=Pv;const AN=({containerRef:e,data:t,categories:r,mode:n,width:i,height:a,margin:o,timeRange:s,showGrid:u=!0,showAxes:l=!0,formatDate:c,formatValue:f,markers:h=[],arcAngle:p=200,parliamentRadius:y=200,seatSize:m=4.5,animationDuration:d=900,onMorphComplete:g,onAnimationStateChange:_,onTimelineReady:b,onAnimationProgress:x,onHoveredDataChange:v,hoveredCategory:w,maxSeats:S=2e3,parliamentTimestamp:A,enableBrush:P=!1,onTimeRangeChange:C,showScaleIndicator:T=!1,reposPerSeat:E=1,timelineEvents:k=[],showTimeline:j=!1,timelineHeight:$=40,timelineOffset:M=35})=>{const[I,L]=O.useState("area"),[q,R]=O.useState(!1),[D,B]=O.useState(null),[U,W]=O.useState(0),[X,Z]=O.useState(null),[Q,K]=O.useState(null),[F,G]=O.useState([]),J=O.useRef(null),N=O.useRef(n),ut=O.useRef(!0),H=O.useRef(!1),st=O.useRef(`morph-${Math.random().toString(36).substr(2,9)}`),ht=O.useRef(void 0),at=O.useRef(s),pt=O.useRef(g),Tt=O.useRef(_),it=O.useRef(b),ft=O.useRef(x),wt=O.useRef(v);O.useEffect(()=>{pt.current=g,Tt.current=_,it.current=b,ft.current=x,wt.current=v},[g,_,b,x,v]),O.useEffect(()=>{if(e.current&&I==="parliament")if(w){const Mt=r.find(Dt=>Dt.dataKey===w);if(Mt){const Dt=Mt.label;B(Dt),Bo(e.current,Dt)}}else B(null),Bo(e.current,null)},[w,I,r,t]);const Et=i-o.left-o.right,Vt=a-o.top-o.bottom;return O.useEffect(()=>{var rt;if(!e.current||t.length===0||r.length===0||(ht.current&&(ht.current(),ht.current=void 0),H.current))return;const Mt=Qt(e.current),Dt=n!==N.current;ut.current?(Mt.selectAll("*").remove(),lu(Mt,st.current),ut.current=!1):Dt||(Mt.selectAll("*").remove(),lu(Mt,st.current));const Pe=t[t.length-1],Cn=r.reduce((ot,mt)=>ot+(Pe.values[mt.dataKey]||0),0),an=t.map(ot=>{const mt={timestamp:ot.timestamp};for(const Ot of r)mt[Ot.dataKey]=ot.values[Ot.dataKey]||0;return mt}),nr=r.map(ot=>ot.dataKey),Me=Zu().keys(nr),zr=Me(an),Mr=t.map(ot=>ot.timestamp),ri=Dt||!s?Math.min(...Mr):s[0],Ur=Dt||!s?Math.max(...Mr):s[1],on=[...Mr].sort((ot,mt)=>ot-mt),ir=[];for(let ot=0;ot<on.length-1;ot++)ir.push(on[ot+1]-on[ot]);const Mn=ir.length>0?ir.reduce((ot,mt)=>ot+mt,0)/ir.length:0,tt=Ur+Mn*1.15,ct=Gu().domain([new Date(ri),new Date(tt)]).range([0,Et]),bt=an.filter(ot=>ot.timestamp>=ri&&ot.timestamp<=Ur),xt=Me(bt),St=xt.length>0?Math.max(...xt[xt.length-1].map(ot=>ot[1]??0)):0,kt=Ei().domain([0,St*1.15]).range([Vt,0]),Yt=r.map(ot=>({...ot,color:S0(ot.color,st.current)})),We=Yt.map(ot=>({dataKey:ot.dataKey,label:ot.label,color:ot.color,value:Pe.values[ot.dataKey]||0})),ne=vN(We,Cn,S).reverse(),we=yN(ne,{arcAngle:p,radius:y,seatSize:m,minSeatSize:4,maxSeatSize:18,spacing:1.1,innerRadiusRatio:.4});J.current=we;const Wr=SN(an,r),Ui=wN(we,Wr,ct,kt,Et,Vt);if(Dt&&!H.current){H.current=!0,R(!0),(rt=Tt.current)==null||rt.call(Tt,!0),Z(null),G([]),W(0);let ot=Mt.select("g[transform]");if(ot.empty()&&(ot=Mt.select("g")),ot.empty()){Mt.selectAll("*").remove(),lu(Mt,st.current),af(Mt,n==="parliament"?"parliament":"area",zr,Yt,we,ct,kt,Et,Vt,o,u,l,c,f,P,C,st.current,h,s,G,Z,k,j,$,M,K),R(!1),L(n==="parliament"?"parliament":"area"),W(n==="parliament"?1:0),N.current=n;return}const mt=setTimeout(()=>{H.current=!1,R(!1),N.current=n},d*3);EN(Mt,n,zr,Yt,we,Ui,ct,kt,Et,Vt,o,d,()=>{var Ot,ie;if(clearTimeout(mt),H.current=!1,R(!1),L(n==="parliament"?"parliament":"area"),n==="parliament"&&W(1),(Ot=Tt.current)==null||Ot.call(Tt,!1),(ie=pt.current)==null||ie.call(pt),N.current=n,n==="parliament"&&e.current&&wt.current&&(ht.current=of(e.current,Yt,t,D,B,wt.current,T,E,st.current)),n!=="parliament"&&e.current){const Zt=Qt(e.current),ke=Zt.select(st.current?`.main-chart-group-${st.current}`:".main-chart-group");if(j&&K&&$T(Zt,k,ct,Vt,Et,$,M,st.current,K,P,C),P&&C&&!j){const se=ke.select(st.current?`.chart-content-group-${st.current}`:".chart-content-group");PN(se,Et,Vt,ct,C,st.current,Zt)}if(h.length>0&&G&&Z&&s){const se=h.filter(ue=>ue.timestamp>=(s[0]??0)&&ue.timestamp<=(s[1]??1/0)).map(ue=>({...ue,x:ct(new Date(ue.timestamp))}));G(se),se.length>0&&TN(ke,se,Vt,Et,P,Z,st.current)}}},l,c,f,it.current,(Ot,ie)=>{var Zt;if(n==="parliament"&&Ot>=.95){const ke=(Ot-.95)/.05;W(Math.min(ke,1))}(Zt=ft.current)==null||Zt.call(ft,Ot,ie)},A,st.current)}else N.current=n,n==="parliament"&&(Z(null),G([])),af(Mt,n==="parliament"?"parliament":"area",zr,Yt,we,ct,kt,Et,Vt,o,u,l,c,f,P,C,st.current,h,s,G,Z,k,j,$,M,K),L(n==="parliament"?"parliament":"area"),W(n==="parliament"?1:0),n==="parliament"&&e.current&&wt.current&&(ht.current=of(e.current,Yt,t,D,B,wt.current,T,E,st.current));return()=>{ht.current&&(ht.current(),ht.current=void 0)}},[n]),O.useEffect(()=>{var bt,xt;if(!e.current||t.length===0||H.current)return;if(ut.current){at.current=s;return}if(!(s!==at.current&&((s==null?void 0:s[0])!==((bt=at.current)==null?void 0:bt[0])||(s==null?void 0:s[1])!==((xt=at.current)==null?void 0:xt[1]))))return;at.current=s;const Dt=Qt(e.current),Pe=t.map(St=>{const kt={timestamp:St.timestamp};for(const Yt of r)kt[Yt.dataKey]=St.values[Yt.dataKey]||0;return kt}),Cn=r.map(St=>St.dataKey),nr=Zu().keys(Cn)(Pe),Me=t.map(St=>St.timestamp),zr=s?s[0]:Math.min(...Me),Mr=s?s[1]:Math.max(...Me),Ur=(Me.length>1?(Me[Me.length-1]-Me[0])/(Me.length-1):0)*.5,on=Gu().domain([new Date(zr-Ur),new Date(Mr+Ur)]).range([0,i-o.left-o.right]),ir=Math.max(...nr[nr.length-1].map(St=>St[1])),Mn=Ei().domain([0,ir*1.1]).range([a-o.top-o.bottom,0]);if(!J.current)return;const tt=J.current,ct=r.map(St=>({...St,color:S0(St.color,st.current)}));Dt.selectAll("*").remove(),lu(Dt,st.current),af(Dt,I==="parliament"?"parliament":"area",nr,ct,tt,on,Mn,i-o.left-o.right,a-o.top-o.bottom,o,u,l,c,f,P,C,st.current,h,s,G,Z,k,j,$,M,K),I==="parliament"&&e.current&&wt.current&&(ht.current=of(e.current,ct,t,D,B,wt.current,T,E,st.current))},[s]),{isMorphing:q,currentMode:I,hoveredCategory:D,scaleIndicatorOpacity:U,visibleMarkers:F,hoveredMarker:X,setHoveredMarker:Z,hoveredTimelineEvent:Q,setHoveredTimelineEvent:K}};function PN(e,t,r,n,i,a,o){const s=Kl().extent([[0,0],[t,r]]).on("end",l=>{if(!l.selection)return;const[c,f]=l.selection,h=[+n.invert(c),+n.invert(f)];i(h),o.select(".brush").call(s.move,null)}),u=e.append("g").attr("class","brush").call(s);u.selectAll(".selection").attr("fill","#69b3a2").attr("fill-opacity",.2).attr("stroke","#69b3a2").attr("stroke-width",1),u.selectAll(".handle").attr("fill","#69b3a2").attr("fill-opacity",.8),u.on("dblclick",()=>{const l=n.domain(),c=[+l[0],+l[1]];i(c)})}function TN(e,t,r,n,i,a,o){const s=e.select(o?`.chart-content-group-${o}`:".chart-content-group"),u=o?`markers markers-${o}`:"markers",l=e.append("g").attr("class",u);t.forEach(h=>{l.append("line").attr("class","marker-line").attr("data-timestamp",h.timestamp).attr("x1",h.x).attr("x2",h.x).attr("y1",0).attr("y2",r).attr("stroke",h.color??"#992FB9").attr("stroke-width",2).attr("opacity",0),h.label&&l.append("text").attr("class","marker-label").attr("data-timestamp",h.timestamp).attr("x",h.x).attr("y",-5).attr("text-anchor","middle").attr("font-size",10).attr("fill",h.color??"#992FB9").attr("opacity",0)});let c=null,f;i?f=s.select(".brush .overlay"):f=s.append("rect").attr("class","marker-hover-overlay").attr("width",n).attr("height",r).attr("fill","none").attr("pointer-events","all"),f.on("mousemove",function(h){const[p]=Zo(h,this);let y=null,m=1/0;if(t.forEach(_=>{const b=Math.abs(p-_.x);b<m&&(m=b,y=_)}),!y||m>50){c!==null&&(c=null,l.selectAll(".marker-line").attr("opacity",0),l.selectAll(".marker-label").attr("opacity",0),a(null));return}const g=y;c!==g.timestamp&&(c=g.timestamp,l.selectAll(".marker-line").attr("opacity",0),l.selectAll(".marker-label").attr("opacity",0),l.selectAll(".marker-line").filter(function(){return Qt(this).attr("data-timestamp")===String(g.timestamp)}).attr("opacity",.6),l.selectAll(".marker-label").filter(function(){return Qt(this).attr("data-timestamp")===String(g.timestamp)}).attr("opacity",1),a(g))}),f.on("mouseleave",function(){c=null,l.selectAll(".marker-line").attr("opacity",0),l.selectAll(".marker-label").attr("opacity",0),a(null)})}function af(e,t,r,n,i,a,o,s,u,l,c,f,h,p,y=!1,m,d,g=[],_=[0,0],b,x,v=[],w=!1,S=40,A=15,P){let C=null;const T=d?`main-chart-group main-chart-group-${d}`:"main-chart-group",E=e.append("g").attr("class",T).attr("transform",`translate(${l.left},${l.top})`),k=d?`chart-clip-${d}`:`chart-clip-${Math.random().toString(36).substr(2,9)}`;e.select("defs").append("clipPath").attr("id",k).append("rect").attr("x",0).attr("y",0).attr("width",s).attr("height",u);const j=d?`chart-content-group chart-content-group-${d}`:"chart-content-group",$=E.append("g").attr("class",j).attr("clip-path",`url(#${k})`);if(c&&t!=="parliament"&&($.append("g").attr("class","grid grid-vertical").attr("opacity",.1).call(Xo(a).ticks(6).tickSize(u).tickFormat(()=>"")),$.append("g").attr("class","grid grid-horizontal").attr("opacity",.1).call(Vo(o).ticks(5).tickSize(-s).tickFormat(()=>""))),t==="area"&&(ty($,r,n,{xScale:a,yScale:o,addClasses:!0,instanceId:d}),g.length>0)){const M=g.filter(I=>I.timestamp>=_[0]&&I.timestamp<=_[1]).map(I=>({...I,x:a(new Date(I.timestamp))}));C={markersGroup:null,visibleMarkers:M},b&&b(M)}if(t==="parliament"){const M=s/2,I=i.radius+10,L=u-i.radius*.3,q=Math.max(I,L);kT($,i,n,{centerX:M,centerY:q,addClasses:!0,instanceId:d,parliamentRadius:i.radius})}if(f&&t!=="parliament"){const M=Xo(a).ticks(6);h&&M.tickFormat(L=>h(+L)),E.append("g").attr("class","axis axis-x").attr("transform",`translate(0,${u})`).call(M).selectAll("text").attr("font-size",14).attr("font-weight",500);const I=Vo(o).ticks(5);p&&I.tickFormat(L=>p(+L)),E.append("g").attr("class","axis axis-y").call(I).selectAll("text").attr("font-size",14).attr("font-weight",500)}if(y&&m&&t==="area"){const M=Kl().extent([[0,0],[s,u]]).on("end",L=>{if(!L.selection)return;const[q,R]=L.selection,D=[+a.invert(q),+a.invert(R)];m(D),e.select(".brush").call(M.move,null)}),I=$.append("g").attr("class","brush").call(M);I.selectAll(".selection").attr("fill","#69b3a2").attr("fill-opacity",.2).attr("stroke","#69b3a2").attr("stroke-width",1),I.selectAll(".handle").attr("fill","#69b3a2").attr("fill-opacity",.8),I.on("dblclick",()=>{const L=a.domain(),q=[+L[0],+L[1]];m(q)})}if(t==="area"&&C&&C.visibleMarkers.length>0){const M=E.append("g").attr("class","markers").attr("clip-path",`url(#${k})`);C.visibleMarkers.forEach(I=>{M.append("line").attr("class","marker-line").attr("data-timestamp",I.timestamp).attr("x1",I.x).attr("x2",I.x).attr("y1",0).attr("y2",u).attr("stroke",I.color??"#992FB9").attr("stroke-width",2).attr("opacity",0),I.label&&M.append("text").attr("class","marker-label").attr("data-timestamp",I.timestamp).attr("x",I.x).attr("y",-5).attr("text-anchor","middle").attr("font-size",10).attr("fill",I.color??"#992FB9").attr("opacity",0)}),C.markersGroup=M}if(t==="area"&&w&&P&&$T(e,v,a,u,s,S,A,d,P,y,m),C&&C.visibleMarkers.length>0&&x&&t==="area"){const{markersGroup:M,visibleMarkers:I}=C;let L=null,q;y?q=$.select(".brush .overlay"):q=$.append("rect").attr("class","marker-hover-overlay").attr("width",s).attr("height",u).attr("fill","none").attr("pointer-events","all");const R=D=>{let B=null,U=1/0;if(I.forEach(Z=>{const Q=Math.abs(D-Z.x);Q<U&&(U=Q,B=Z)}),!B||U>50)return L!==null&&(L=null,M.selectAll(".marker-line").attr("opacity",0),M.selectAll(".marker-label").attr("opacity",0),x(null)),!1;const X=B;return L===X.timestamp||(L=X.timestamp,M.selectAll(".marker-line").attr("opacity",0),M.selectAll(".marker-label").attr("opacity",0),M.selectAll(".marker-line").filter(function(){return Qt(this).attr("data-timestamp")===String(X.timestamp)}).attr("opacity",.6),M.selectAll(".marker-label").filter(function(){return Qt(this).attr("data-timestamp")===String(X.timestamp)}).attr("opacity",1),x(X)),!0};q.on("mousemove",function(D){const[B]=Zo(D,this);R(B)}),q.on("mouseleave",function(){L=null,M.selectAll(".marker-line").attr("opacity",0),M.selectAll(".marker-label").attr("opacity",0),x(null)})}}function $T(e,t,r,n,i,a,o,s,u,l=!1,c){const f=n+o,h=e.select(s?`.main-chart-group-${s}`:".main-chart-group"),p=s?`timeline-track timeline-track-${s}`:"timeline-track",y=h.append("g").attr("class",p),m=s?`timeline-clip-${s}`:`timeline-clip-${Math.random().toString(36).substr(2,9)}`;e.append("defs").append("clipPath").attr("id",m).append("rect").attr("x",0).attr("y",f).attr("width",i).attr("height",a),y.append("rect").attr("class","timeline-background").attr("x",0).attr("y",f).attr("width",i).attr("height",a).attr("fill","#FFFFFF").attr("stroke","#9CA3AF").attr("stroke-width",1);const d=y.append("g").attr("clip-path",`url(#${m})`),g=3,_=d.selectAll(".timeline-event").data(t).enter().append("rect").attr("class","timeline-event").attr("x",x=>r(new Date(x.timestamp))-g/2).attr("y",f).attr("width",g).attr("height",a).attr("fill",x=>x.color||"#992FB9").attr("stroke","none").attr("cursor","pointer").attr("data-timestamp",x=>x.timestamp).attr("data-event-name",x=>x.eventName),b=6;if(_.on("mouseenter",function(x,v){const w=Qt(this),S=r(new Date(v.timestamp));w.transition().duration(150).attr("x",S-b/2).attr("width",b),u&&u({timestamp:v.timestamp,eventName:v.eventName,x:S})}).on("mouseleave",function(x,v){const w=Qt(this),S=r(new Date(v.timestamp));w.transition().duration(150).attr("x",S-g/2).attr("width",g),u&&u(null)}),l&&c){const x=Kl().extent([[0,f],[i,f+a]]).on("end",S=>{if(!S.selection)return;const[A,P]=S.selection,C=[+r.invert(A),+r.invert(P)];c(C);const T=s?`.timeline-brush-${s}`:".timeline-brush";e.select(T).call(x.move,null)}),v=s?`timeline-brush timeline-brush-${s}`:"timeline-brush",w=h.append("g").attr("class",v).call(x);w.selectAll(".selection").attr("fill","#69b3a2").attr("fill-opacity",.2).attr("stroke","#69b3a2").attr("stroke-width",1),w.selectAll(".handle").attr("fill","#69b3a2").attr("fill-opacity",.8),w.on("dblclick",()=>{const S=r.domain(),A=[+S[0],+S[1]];c(A)})}}function EN(e,t,r,n,i,a,o,s,u,l,c,f,h,p=!0,y,m,d,g,_,b){const x=e.select(b?`.main-chart-group-${b}`:".main-chart-group");x.selectAll(".markers").remove(),x.selectAll(".marker-hover-overlay").remove(),x.selectAll(".brush").remove(),t==="stacked-area"||t==="area"?CN(x,r,n,i,a,o,s,u,l,f,h,p,y,m,d,g,_,b):MN(x,r,n,i,a,o,s,u,l,f,h,p,y,m,d,g,_,b)}function la(e,t,r,n,i,a,o,s){const u=e[a];if(!u)return"";const l=u.find(w=>w.data.timestamp===o);if(!l)return"";const c=l.data,f=t[a];if(!f)return"";const h=f.dataKey,p=c[h];if(!p||p<=0)return"";const y=r.get(o);if(!y)return"";const m=y.x,d=y.width,g=l[0],_=l[1],b=s?i:n(g),x=s?i:n(_),v=[];return v.push(`M ${m} ${b}`),v.push(`L ${m} ${x}`),v.push(`L ${m+d} ${x}`),v.push(`L ${m+d} ${b}`),v.push("Z"),v.join(" ")}function CN(e,t,r,n,i,a,o,s,u,l,c,f=!0,h,p,y,m,d,g){var Ui;const _=g?`.seat-${g}`:".seat",b=e.selectAll(_),x=g?`.chart-content-group-${g}`:".chart-content-group";let v=e.select(x);if(v.empty()){const rt=e.attr("clip-path"),ot=rt?((Ui=rt.match(/url\(#(.+)\)/))==null?void 0:Ui[1])||`chart-clip-${Math.random().toString(36).substr(2,9)}`:`chart-clip-${Math.random().toString(36).substr(2,9)}`,mt=g?`chart-content-group chart-content-group-${g}`:"chart-content-group";v=e.append("g").attr("class",mt).attr("clip-path",`url(#${ot})`)}if(b.size()===0){ty(e,t,r,{xScale:a,yScale:o,addClasses:!0,instanceId:g}),c();return}const w=ON(l),S=g?di.get(g):void 0;S&&(S.destroy(),g&&di.delete(g));const A=rt=>rt<.3?"seatsToBar":rt<.425?"axesReveal":rt<.55?"barSlide":rt<.8?"barsGrow":"barsToArea",P=new CT({seatsToBar:w.seatsToBar,axesReveal:w.barSlideToTimeline*.3,barSlide:w.barSlideToTimeline*.7,barsGrow:w.axesAndBarsGrow,barsToArea:w.barsToArea},{onStageComplete:rt=>{},onProgress:rt=>{if(m){const ot=A(rt);m(rt,ot)}},onComplete:()=>{c()}});g&&di.set(g,P),y&&y(P.getControls().getTimeline());const C=t[0].map(rt=>rt.data),T=xN(C,r),E=s/2,k=n.radius+10,j=u-n.radius*.3,$=Math.max(k,j),M=C.map(rt=>rt.timestamp),I=d??Math.max(...M),L=new Map,q=[];M.forEach((rt,ot)=>{const mt=a(new Date(rt)),Ot=M[ot+1];if(Ot){const Zt=a(new Date(Ot))-mt;q.push(Zt)}});const R=q.length>0?q.reduce((rt,ot)=>rt+ot,0)/q.length:30;M.forEach((rt,ot)=>{const mt=a(new Date(rt)),Ot=M[ot+1],Zt=ot===M.length-1?R:a(new Date(Ot))-mt;L.set(rt,{x:mt,width:Zt})});const D=T.filter(rt=>rt.timestamp===I),B=L.get(I),U=Math.max(...n.seats.map(rt=>E+rt.x)),W=g?`parliament-bar-path parliament-bar-path-${g}`:"parliament-bar-path",X=v.append("g").attr("class",W);D.sort((rt,ot)=>ot.y0-rt.y0);const Z=new Map;Z.set(I,{x:U-B.width/2,width:B.width});const Q=[];D.forEach(rt=>{if(!r.find(Zt=>Zt.dataKey===rt.dataKey))return;const mt=r.findIndex(Zt=>Zt.dataKey===rt.dataKey);if(mt===-1)return;const Ot=la(t,r,Z,o,u,mt,I,!1);if(!Ot)return;const ie=X.append("path").attr("class",`parliament-bar-segment category-${Ge(rt.dataKey)}`).attr("d",Ot).attr("fill",rt.color).style("opacity",0).node();ie&&Q.push(ie)}),g&&(window.orchestratorMap=di);const K=P.getControls().getTimeline(),F=w.seatsToBar/1e3,G=[];D.forEach((rt,ot)=>{const mt=b.filter(`.seat-${Ge(rt.category)}`),Ot=mt.size();if(Ot===0)return;const ie=o(rt.y1),Zt=o(rt.y0)-o(rt.y1),ke=mt.nodes().sort((ni,uo)=>{const Qs=parseInt(ni.getAttribute("data-layout-index")||"-1",10),sn=parseInt(uo.getAttribute("data-layout-index")||"-1",10);return Qs-sn}),se=Math.max(B.width,100),ue=Zt,kn=se/Math.max(ue,1),Be=Math.max(2,Math.ceil(Math.sqrt(Ot*kn))),$n=Math.ceil(Ot/Be),so=se*.8,Wi=ue*.8,Gi=Be>1?so/(Be-1):0,tb=$n>1?Wi/($n-1):0,eb=Be>1?(Be-1)*Gi:0,CM=$n>1?($n-1)*tb:0,rb=U-se/2+(se-eb)/2,MM=ie+(ue-CM)/2;ke.forEach((ni,uo)=>{const Qs=parseInt(ni.getAttribute("data-layout-index")||"-1",10),sn=Qs>=0?n.seats[Qs]:void 0,kM=sn?E+sn.x:parseFloat(ni.getAttribute("cx")||"0"),$M=sn?$+sn.y:parseFloat(ni.getAttribute("cy")||"0"),jM=(sn==null?void 0:sn.radius)||parseFloat(ni.getAttribute("r")||"4"),jn=Ot%Be;let tu,eu;if(jn>0&&uo<jn)eu=0,tu=uo;else{const ru=uo-(jn>0?jn:0);tu=ru%Be,eu=Math.floor(ru/Be)+(jn>0?1:0)}let nb=rb+tu*Gi;if(jn>0&&eu===0){const ru=jn>1?(jn-1)*Gi:0,RM=(eb-ru)/2;nb=rb+RM+tu*Gi}const DM=MM+eu*tb;G.push({element:ni,startX:kM,startY:$M,startRadius:jM,category:rt.dataKey,segmentIndex:ot,endY:DM,endX:nb})})});const J=G.map(rt=>{const ot=rt.startX-E,mt=rt.startY-$,Ot=Math.atan2(mt,ot);return{...rt,angle:Ot}});J.sort((rt,ot)=>ot.angle-rt.angle);const N=F*.8,ut=.6,H=J.length,st=N/Math.max(H,1);J.forEach((rt,ot)=>{const mt=ot*st,Ot=rt.endX,ie=rt.endY,Zt=n.radius,ke=Ot-rt.startX;K.to(rt.element,{attr:{cx:Ot,cy:ie,r:3.5},opacity:1,duration:ut,ease:"power2.out",onUpdate:function(){const se=this.progress(),ue=this.targets()[0],kn=rt.startX+ke*se,Be=Math.sin(se*Math.PI)*Zt*.3,so=rt.startY+(ie-rt.startY)*se-Be;ue.setAttribute("cx",kn.toString()),ue.setAttribute("cy",so.toString())}},`seatsToBar+=${mt}`)});const ht=st*(H-1)+ut,at=F*.3,pt=ht;K.to(b.nodes(),{opacity:0,duration:at,ease:"power2.inOut"},`seatsToBar+=${pt}`),K.to(Q,{opacity:1,duration:at,ease:"power2.inOut"},`seatsToBar+=${pt}`);const Tt=w.barSlideToTimeline/1e3;let it=null,ft=null;if(f){const rt=Xo(a).ticks(6);h&&rt.tickFormat(mt=>h(mt.getTime())),it=e.append("g").attr("class","axis axis-x").attr("transform",`translate(0,${u})`).attr("opacity",0),it.call(rt).selectAll("text").attr("font-size",14).attr("font-weight",500);const ot=Vo(o).ticks(5);p&&ot.tickFormat(mt=>p(mt)),ft=e.append("g").attr("class","axis axis-y").attr("opacity",0),ft.call(ot).selectAll("text").attr("font-size",14).attr("font-weight",500)}const wt=w.crossFadePause/1e3,Et=pt+at+wt,Vt=U-B.width/2,Dt=B.x-Vt;K.to(X.node(),{attr:{transform:`translate(${Dt}, 0)`},duration:Tt,ease:"power2.out"},`seatsToBar+=${Et}`);const Pe=hi().x(rt=>a(rt.data.timestamp)).y0(rt=>o(rt[0])).y1(rt=>o(rt[1])).curve(EP),Cn=new Map;t.forEach((rt,ot)=>{const mt=r[ot];if(mt){const Ot=Pe(rt)||"";Cn.set(mt.dataKey,Ot)}});const an=Et+Tt;f&&it&&ft&&K.to([it.node(),ft.node()],{opacity:1,duration:.6,ease:"power2.inOut"},`seatsToBar+=${Et}`);const nr=v.select(".grid-vertical"),Me=v.select(".grid-horizontal");if(!nr.empty()||!Me.empty()){const ot=[];nr.empty()||ot.push(nr.node()),Me.empty()||ot.push(Me.node()),K.to(ot,{opacity:.1,duration:.6,ease:"power2.inOut"},`seatsToBar+=${Et}`)}const zr=w.axesAndBarsGrow/1e3,Mr=w.barsToArea/1e3,ri=g?`histogram-paths histogram-paths-${g}`:"histogram-paths",Ur=v.append("g").attr("class",ri);M.forEach(rt=>{if(rt===I)return;const ot=L.get(rt);ot&&r.forEach((mt,Ot)=>{const ie=la(t,r,L,o,u,Ot,rt,!0),Zt=la(t,r,L,o,u,Ot,rt,!1);if(!ie||!Zt)return;const ke=g?`histogram-path histogram-path-${g} category-${Ge(mt.dataKey)}`:`histogram-path category-${Ge(mt.dataKey)}`;Ur.append("path").attr("class",ke).attr("d",ie).attr("fill",mt.color).attr("stroke",mt.color).attr("stroke-width",.5).attr("shape-rendering","crispEdges").attr("opacity",0).attr("data-category",mt.dataKey).attr("data-timestamp",rt).attr("data-x-position",ot.x).attr("data-full-height-path",Zt)})});const on=g?`.histogram-path-${g}`:".histogram-path",ir=Ur.selectAll(on);K.to(ir.nodes(),{opacity:1,duration:.3,ease:"power2.inOut"},`seatsToBar+=${an}`);const Mn=B.x+B.width/2;ir.each(function(){var se;const rt=this.getAttribute("data-full-height-path");if(!rt)return;const ot=parseFloat(this.getAttribute("data-x-position")||"0"),mt=parseFloat(this.getAttribute("data-timestamp")||"0"),Ot=((se=L.get(mt))==null?void 0:se.width)||0,ie=ot+Ot/2,ke=Math.abs(ie-Mn)*8e-4;K.to(this,{attr:{d:rt},duration:zr,ease:"power2.out"},`seatsToBar+=${an+ke}`)});const tt=an+zr,ct=M[M.length-1],xt=a(new Date(ct))+R,kt=a.invert(xt).getTime(),Yt=t.map(rt=>{const ot=rt[rt.length-1],mt={...ot,data:{...ot.data,timestamp:kt}};return[...rt,mt]});ty(e,Yt,r,{xScale:a,yScale:o,addClasses:!0,instanceId:g});const We=g?`.area-${g}`:".area",ne=e.selectAll(We);ne.attr("opacity",0),K.to(ir.nodes(),{opacity:0,duration:Mr,ease:"power2.inOut"},`seatsToBar+=${tt}`);const we=X.selectAll("path").nodes();we.length>0&&K.to(we,{opacity:0,duration:Mr,ease:"power2.inOut"},`seatsToBar+=${tt}`),K.to(ne.nodes(),{opacity:1,duration:Mr,ease:"power2.inOut"},`seatsToBar+=${tt}`);const Wr=c;P.getControls().getTimeline().eventCallback("onComplete",()=>{const rt=g?`.morph-bar-${g}`:".morph-bar";e.selectAll(rt).remove();const ot=g?`.histogram-paths-${g}`:".histogram-paths";e.selectAll(ot).remove(),f&&(it&&it.attr("opacity",1),ft&&ft.attr("opacity",1)),Wr()}),P.play()}function MN(e,t,r,n,i,a,o,s,u,l,c,f=!0,h,p,y,m,d,g){var ir,Mn;const _=g?`.chart-content-group-${g}`:".chart-content-group";let b=e.select(_);if(b.empty()){const tt=e.attr("clip-path"),ct=tt?((ir=tt.match(/url\(#(.+)\)/))==null?void 0:ir[1])||`chart-clip-${Math.random().toString(36).substr(2,9)}`:`chart-clip-${Math.random().toString(36).substr(2,9)}`,bt=g?`chart-content-group chart-content-group-${g}`:"chart-content-group";b=e.append("g").attr("class",bt).attr("clip-path",`url(#${ct})`)}const x=g?`.area-${g}`:".area",v=e.selectAll(x);if(v.size()===0){kN(e,r,n,s,u,g),c();return}const w={areaToBar:l*.2,barsShrink:l*.25,barSlide:l*.175,axesHide:l*.025,barToSeats:l*.3},S=g?di.get(g):void 0;S&&(S.destroy(),g&&di.delete(g));const A=tt=>tt<.2?"areaToBar":tt<.45?"barsShrink":tt<.475?"axesHide":tt<.65?"barSlide":"barToSeats",P=new CT({seatsToBar:w.barToSeats,axesReveal:w.axesHide,barSlide:w.barSlide,barsGrow:w.barsShrink,barsToArea:w.areaToBar},{onStageComplete:tt=>{},onProgress:tt=>{if(m){const ct=A(tt);m(tt,ct)}},onComplete:()=>{c()}});g&&di.set(g,P),y&&y(P.getControls().getTimeline());const T=t[0].map(tt=>tt.data).map(tt=>tt.timestamp),E=d??Math.max(...T),k=new Map,j=[];T.forEach((tt,ct)=>{const bt=a(new Date(tt)),xt=T[ct+1];if(xt){const kt=a(new Date(xt))-bt;j.push(kt)}});const $=j.length>0?j.reduce((tt,ct)=>tt+ct,0)/j.length:30;T.forEach((tt,ct)=>{const bt=a(new Date(tt)),xt=T[ct+1],kt=ct===T.length-1?$:a(new Date(xt))-bt;k.set(tt,{x:bt,width:kt})});const M=P.getControls().getTimeline(),I=w.areaToBar/1e3,L=g?`histogram-paths histogram-paths-${g}`:"histogram-paths",q=b.append("g").attr("class",L);T.forEach(tt=>{const ct=k.get(tt);ct&&r.forEach((bt,xt)=>{const St=la(t,r,k,o,u,xt,tt,!1);if(!St)return;const kt=g?`histogram-path histogram-path-${g} category-${Ge(bt.dataKey)}`:`histogram-path category-${Ge(bt.dataKey)}`;q.append("path").attr("class",kt).attr("d",St).attr("fill",bt.color).attr("stroke",bt.color).attr("stroke-width",.5).attr("shape-rendering","crispEdges").attr("opacity",0).attr("data-category",bt.dataKey).attr("data-timestamp",tt).attr("data-x-position",ct.x)})});const R=g?`.histogram-path-${g}`:".histogram-path",D=q.selectAll(R);M.to(v.nodes(),{opacity:0,duration:I,ease:"power2.inOut"},"areaToBar"),M.to(D.nodes(),{opacity:1,duration:I,ease:"power2.inOut"},"areaToBar");const B=w.barsShrink/1e3,U=I;D.each(function(){const tt=parseFloat(this.getAttribute("data-timestamp")||"0");if(tt===E)return;const ct=r.find(St=>this.classList.contains(`category-${Ge(St.dataKey)}`));if(!ct)return;const bt=r.indexOf(ct),xt=la(t,r,k,o,u,bt,tt,!0);xt&&M.to(this,{attr:{d:xt},duration:B,ease:"power2.in"},U)});const W=w.axesHide/1e3,X=U+B;if(f){const tt=e.select(".axis-x"),ct=e.select(".axis-y");tt.empty()||M.to(tt.node(),{opacity:0,duration:W,ease:"power2.inOut"},X),ct.empty()||M.to(ct.node(),{opacity:0,duration:W,ease:"power2.inOut"},X)}const Z=b.select(".grid-vertical"),Q=b.select(".grid-horizontal");Z.empty()||M.to(Z.node(),{opacity:0,duration:W,ease:"power2.inOut"},X),Q.empty()||M.to(Q.node(),{opacity:0,duration:W,ease:"power2.inOut"},X);const K=w.barSlide/1e3,F=X+W,G=s/2,N=Math.max(...n.seats.map(tt=>G+tt.x));D.each(function(){var We;const tt=parseFloat(this.getAttribute("data-timestamp")||"0"),ct=((We=k.get(tt))==null?void 0:We.width)||0,bt=r.find(ne=>this.classList.contains(`category-${Ge(ne.dataKey)}`));if(!bt)return;const xt=r.indexOf(bt),St=tt===E,kt=new Map(k);kt.set(tt,{x:N-ct/2,width:ct});const Yt=la(t,r,kt,o,u,xt,tt,!St);Yt&&(M.to(this,{attr:{d:Yt},duration:K,ease:"power2.out"},F),this.setAttribute("data-x-position",(N-ct/2).toString()))});const ut=w.barToSeats/1e3,H=F+K,st=s/2,ht=n.radius+10,at=u-n.radius*.3,pt=Math.max(ht,at),Tt=g?`parliament parliament-${g}`:"parliament",it=b.append("g").attr("class",Tt),ft=N,wt=((Mn=k.get(E))==null?void 0:Mn.width)||30,Et=[];t.forEach((tt,ct)=>{const bt=tt.find(St=>St.data.timestamp===E);if(!bt)return;const xt=r[ct];xt&&Et.push({category:xt.label,dataKey:xt.dataKey,color:xt.color,y0:bt[0],y1:bt[1]})}),Et.sort((tt,ct)=>ct.y0-tt.y0);const Vt=new Map;Et.forEach(tt=>{const ct=n.seats.filter(ke=>ke.category===tt.category),bt=o(tt.y1),xt=o(tt.y0)-o(tt.y1),St=ct.length,kt=Math.max(wt,100),Yt=xt,We=kt/Math.max(Yt,1),ne=Math.max(2,Math.ceil(Math.sqrt(St*We))),we=Math.ceil(St/ne),Wr=kt*.8,Ui=Yt*.8,rt=ne>1?Wr/(ne-1):0,ot=we>1?Ui/(we-1):0,mt=ne>1?(ne-1)*rt:0,Ot=we>1?(we-1)*ot:0,ie=ft-kt/2+(kt-mt)/2,Zt=bt+(Yt-Ot)/2;ct.forEach((ke,se)=>{const ue=St%ne;let kn,Be;if(ue>0&&se<ue)Be=0,kn=se;else{const Wi=se-(ue>0?ue:0);kn=Wi%ne,Be=Math.floor(Wi/ne)+(ue>0?1:0)}let $n=ie+kn*rt;if(ue>0&&Be===0){const Wi=ue>1?(ue-1)*rt:0,Gi=(mt-Wi)/2;$n=ie+Gi+kn*rt}const so=Zt+Be*ot;Vt.set(ke,{x:$n,y:so})})}),n.seats.forEach((tt,ct)=>{const bt=r.find(ne=>ne.label===tt.category);if(!bt)return;const xt=Vt.get(tt),St=xt?xt.x:st+tt.x,kt=xt?xt.y:pt+tt.y,Yt=st+tt.x,We=pt+tt.y;it.append("circle").attr("cx",St).attr("cy",kt).attr("r",2).attr("fill",bt.color).attr("stroke",bt.color).attr("stroke-width",.5).attr("opacity",0).attr("class",()=>g?`seat seat-${g} seat-${Ge(tt.category)}`:`seat seat-${Ge(tt.category)}`).attr("data-layout-index",ct).attr("data-final-x",Yt).attr("data-final-y",We).attr("data-final-r",tt.radius)});const Mt=g?`.seat-${g}`:".seat",Dt=it.selectAll(Mt),Pe=ut*.15;M.to(Dt.nodes(),{opacity:.8,duration:Pe,ease:"power2.in"},H),M.to(D.nodes(),{opacity:0,duration:ut*.3,ease:"power2.out"},H+Pe*.5);const nr=Dt.nodes().map(tt=>{const ct=parseFloat(tt.getAttribute("cx")||"0"),bt=parseFloat(tt.getAttribute("cy")||"0"),xt=parseFloat(tt.getAttribute("data-final-x")||"0"),St=parseFloat(tt.getAttribute("data-final-y")||"0"),kt=parseFloat(tt.getAttribute("data-final-r")||"4");return{element:tt,startX:ct,startY:bt,finalX:xt,finalY:St,finalR:kt}}).map(tt=>{const ct=tt.finalX-st,bt=tt.finalY-pt,xt=Math.atan2(bt,ct);return{...tt,angle:xt}});nr.sort((tt,ct)=>ct.angle-tt.angle);const Me=Pe,zr=ut*.8,Mr=.6,ri=nr.length,Ur=zr/Math.max(ri,1);nr.forEach((tt,ct)=>{const bt=Me+ct*Ur,xt=tt.finalX-tt.startX,St=n.radius;M.to(tt.element,{attr:{cx:tt.finalX,cy:tt.finalY,r:tt.finalR},opacity:1,duration:Mr,ease:"power2.out",onUpdate:function(){const kt=this.progress(),Yt=this.targets()[0],We=tt.startX+xt*kt,ne=Math.sin(kt*Math.PI)*St*.3,Wr=tt.startY+(tt.finalY-tt.startY)*kt-ne;Yt.setAttribute("cx",We.toString()),Yt.setAttribute("cy",Wr.toString())}},H+bt)});const on=c;P.getControls().getTimeline().eventCallback("onComplete",()=>{const tt=g?`.areas-${g}`:".areas",ct=g?`.histogram-paths-${g}`:".histogram-paths";e.selectAll(tt).remove(),e.selectAll(ct).remove(),e.selectAll(".axis-x").remove(),e.selectAll(".axis-y").remove(),b.selectAll(".grid-vertical").remove(),b.selectAll(".grid-horizontal").remove();const bt=g?`.parliament-label-${g}`:".parliament-label";if(e.select(bt).empty()){const St=s/2,kt=n.radius+10,Yt=u-n.radius*.3,We=Math.max(kt,Yt),ne=g?`parliament-label parliament-label-${g}`:"parliament-label",we=e.append("g").attr("class",ne).attr("transform",`translate(${St},${We-n.radius*.15})`).style("opacity","0").style("pointer-events","none");we.append("text").attr("class","label-category").attr("text-anchor","middle").attr("dy","-15").style("font-size","22px").style("fill","#666").style("font-family","system-ui, -apple-system, sans-serif"),we.append("text").attr("class","label-value").attr("text-anchor","middle").attr("dy","35").style("font-size","48px").style("font-weight","bold").style("font-family","system-ui, -apple-system, sans-serif");const Wr=we.append("g").attr("class","scale-indicator").attr("transform","translate(0, 65)").style("opacity","0");Wr.append("circle").attr("r",4).attr("cx",-30).attr("cy",0).style("fill","#888"),Wr.append("text").attr("x",-20).attr("y",0).attr("dy","0.35em").attr("text-anchor","start").style("font-size","18px").style("fill","#666").style("font-style","italic").style("font-family","system-ui, -apple-system, sans-serif")}on()}),P.play()}function kN(e,t,r,n,i,a){const o=n/2,s=r.radius+10,u=i-r.radius*.3,l=Math.max(s,u);kT(e,r,t,{centerX:o,centerY:l,addClasses:!0,instanceId:a,parliamentRadius:r.radius})}function O0(e,t,r,n,i){const a=i?`.parliament-label-${i}`:".parliament-label",o=Qt(e).select(a);if(!o.empty())if(t){o.style("opacity","1"),o.select(".label-category").text(t.label).style("fill","#666");const s=t.value>1?"repos":"repo";o.select(".label-value").text(`${t.value} ${s}`).style("fill",t.color);const u=o.select(".scale-indicator");r?u.style("opacity","1").select("text").text(`= ~${n} repos`):u.style("opacity","0")}else o.style("opacity","0")}function of(e,t,r,n,i,a,o,s,u){const l=e.querySelectorAll(".seat");if(!l||l.length===0)return;const c=r[r.length-1];if(!c)return;const f=[];l.forEach(p=>{const y=p;y.style.cursor="pointer",y.style.transition="fill-opacity 150ms ease, stroke-opacity 150ms ease"}),l.forEach(p=>{const d=(p.getAttribute("class")||"").split(/\s+/).filter(v=>v.startsWith("seat-")),g=d[d.length-1];if(!g)return;const _=g.substring(5),b=t.find(v=>Ge(v.label)===_);if(!b)return;const x=()=>{i(b.label);const v=Math.round(c.values[b.dataKey]||0),w=MT(b.color),S={label:b.label,value:v,color:w};a&&a(S),O0(e,S,o??!1,s??1,u),Bo(e,b.label)};p.addEventListener("mouseenter",x),f.push({element:p,handler:x})});const h=()=>{i(null),a&&a(null),O0(e,null,!1,1,u),Bo(e,null)};return e.addEventListener("mouseleave",h),n&&Bo(e,n),()=>{f.forEach(({element:p,handler:y})=>{p.removeEventListener("mouseenter",y)}),e.removeEventListener("mouseleave",h),l.forEach(p=>{const y=p;y.style.cursor="",y.style.transition=""})}}function Bo(e,t){const r=e.querySelectorAll(".seat"),n=t?Ge(t):null;r.forEach(i=>{const a=i,u=(i.getAttribute("class")||"").split(/\s+/).filter(f=>f.startsWith("seat-")),l=u[u.length-1];if(!l)return;const c=l.substring(5);n?c===n?(a.setAttribute("fill-opacity","1"),a.setAttribute("stroke-opacity","1")):(a.setAttribute("fill-opacity","0.3"),a.setAttribute("stroke-opacity","0.2")):(a.setAttribute("fill-opacity","1"),a.setAttribute("stroke-opacity","1"))})}const jT=({data:e,categories:t,mode:r,width:n=900,height:i=400,margin:a={top:10,right:30,bottom:40,left:60},timeRange:o,showGrid:s=!0,showAxes:u=!0,formatDate:l,formatValue:c,markers:f=[],arcAngle:h=200,parliamentRadius:p=200,seatSize:y=4.5,animationDuration:m=900,onMorphComplete:d,onAnimationStateChange:g,onTimelineReady:_,onAnimationProgress:b,onHoveredDataChange:x,hoveredCategory:v,maxSeats:w=500,showTooltip:S=!0,showTable:A=!1,showScaledIndicator:P=!0,parliamentTimestamp:C,enableBrush:T=!1,onTimeRangeChange:E,timelineEvents:k=[],showTimeline:j=!1,timelineHeight:$=40,timelineOffset:M=35})=>{const I=O.useRef(null),L=O.useCallback(F=>{x&&x(F)},[x]),q=e[e.length-1],R=q?t.reduce((F,G)=>F+(q.values[G.dataKey]||0),0):0,D=R>w,B=D?Math.round(R/w):1,U=j&&r==="stacked-area"?i+$+M:i,{isMorphing:W,currentMode:X,visibleMarkers:Z,hoveredMarker:Q,hoveredTimelineEvent:K}=AN({containerRef:I,data:e,categories:t,mode:r,width:n,height:i,margin:a,timeRange:o,showGrid:s,showAxes:u,formatDate:l,formatValue:c,markers:f,arcAngle:h,parliamentRadius:p,seatSize:y,animationDuration:m,onMorphComplete:d,onAnimationStateChange:g,onTimelineReady:_,onAnimationProgress:b,onHoveredDataChange:L,hoveredCategory:v,maxSeats:w,parliamentTimestamp:C,enableBrush:T,onTimeRangeChange:E,showScaleIndicator:P&&D,reposPerSeat:B,timelineEvents:k,showTimeline:j,timelineHeight:$,timelineOffset:M});return z.jsxs(V.Box,{sx:{width:"100%",height:"100%",display:"flex",justifyContent:"center",alignItems:"center",position:"relative"},children:[z.jsx("svg",{ref:I,viewBox:`0 0 ${n} ${U}`,preserveAspectRatio:"xMidYMid meet",style:{width:"100%",height:"auto",display:"block"}}),X==="area"&&Z.map(F=>{const G=(F.x+a.left)/n*100,J=a.top/i*100,N=new Date(F.timestamp),ut=l?l(F.timestamp):N.toLocaleString("en-US",{month:"short",day:"numeric",year:"numeric",hour:"numeric",minute:"2-digit",hour12:!0}),H=z.jsxs(V.Box,{children:[z.jsx(V.Box,{sx:{color:"#B6BFFF",fontFamily:"monospace",fontSize:"0.8125rem",mb:F.label?.5:0},children:ut}),F.label&&z.jsx(V.Box,{sx:{color:"white",fontWeight:500},children:F.label})]});return z.jsx(V.Tooltip,{title:H,open:(Q==null?void 0:Q.timestamp)===F.timestamp,placement:"top",arrow:!0,slotProps:{tooltip:{sx:{bgcolor:"#131E7A",fontSize:"0.875rem",px:2,py:1,borderRadius:1,boxShadow:"0px 2px 8px rgba(0,0,0,0.15)","& .MuiTooltip-arrow":{color:"#131E7A"}}},popper:{sx:{pointerEvents:"none"}}},children:z.jsx(V.Box,{sx:{position:"absolute",left:`${G}%`,top:`${J}%`,width:"1px",height:`${(i-a.top-a.bottom)/i*100}%`,pointerEvents:"none"}})},F.timestamp)}),K&&X==="area"&&z.jsx(V.Tooltip,{title:z.jsxs(V.Box,{children:[z.jsx(V.Box,{sx:{color:"#B6BFFF",fontFamily:"monospace",fontSize:"0.8125rem",mb:.5},children:l?l(K.timestamp):new Date(K.timestamp).toLocaleString("en-US",{month:"short",day:"numeric",year:"numeric",hour:"numeric",minute:"2-digit",hour12:!0})}),z.jsx(V.Box,{sx:{color:"white",fontWeight:500},children:K.eventName})]}),open:!0,placement:"top",arrow:!0,slotProps:{tooltip:{sx:{bgcolor:"#131E7A",fontSize:"0.875rem",px:2,py:1,borderRadius:1,boxShadow:"0px 2px 8px rgba(0,0,0,0.15)","& .MuiTooltip-arrow":{color:"#131E7A"}}},popper:{sx:{pointerEvents:"none"}}},children:z.jsx(V.Box,{sx:{position:"absolute",left:`${(K.x+a.left)/n*100}%`,top:`${(i+M+$/2)/U*100}%`,width:"1px",height:"1px",pointerEvents:"none"}})}),W&&z.jsxs(V.Box,{sx:{position:"absolute",top:8,right:8,padding:"4px 8px",backgroundColor:"rgba(0,0,0,0.7)",color:"white",borderRadius:"4px",fontSize:"12px",pointerEvents:"none",display:"none"},children:["Morphing: ",X," → ",r]})]})},DT=[{minRepos:0,maxRepos:10,minArc:90,maxArc:90,minSeatSize:20,maxSeatSize:20},{minRepos:10,maxRepos:25,minArc:90,maxArc:110,minSeatSize:16,maxSeatSize:16},{minRepos:25,maxRepos:50,minArc:110,maxArc:120,minSeatSize:12,maxSeatSize:12},{minRepos:50,maxRepos:100,minArc:120,maxArc:150,minSeatSize:8.5,maxSeatSize:8.5},{minRepos:100,maxRepos:200,minArc:150,maxArc:180,minSeatSize:7,maxSeatSize:7},{minRepos:200,maxRepos:1/0,minArc:180,maxArc:180,minSeatSize:6.5,maxSeatSize:6.5}],mg=({repositoryCount:e})=>{const t=DT.find(s=>e>=s.minRepos&&e<s.maxRepos);if(!t)return 180;if(t.minArc===t.maxArc)return t.minArc;const r=t.maxRepos-t.minRepos,i=(e-t.minRepos)/r,a=t.maxArc-t.minArc,o=t.minArc+a*i;return Math.round(o)},yg=({repositoryCount:e})=>{const t=DT.find(s=>e>=s.minRepos&&e<s.maxRepos);if(!t)return 6.5;if(t.minSeatSize===t.maxSeatSize)return t.minSeatSize;const r=t.maxRepos-t.minRepos,i=(e-t.minRepos)/r,a=t.maxSeatSize-t.minSeatSize,o=t.minSeatSize+a*i;return Math.round(o*10)/10};class Ks{constructor(t,r,n){this.normal=r,this.property=t,n&&(this.space=n)}}Ks.prototype.normal={};Ks.prototype.property={};Ks.prototype.space=void 0;function RT(e,t){const r={},n={};for(const i of e)Object.assign(r,i.property),Object.assign(n,i.normal);return new Ks(r,n,t)}function cs(e){return e.toLowerCase()}class rr{constructor(t,r){this.attribute=r,this.property=t}}rr.prototype.attribute="";rr.prototype.booleanish=!1;rr.prototype.boolean=!1;rr.prototype.commaOrSpaceSeparated=!1;rr.prototype.commaSeparated=!1;rr.prototype.defined=!1;rr.prototype.mustUseProperty=!1;rr.prototype.number=!1;rr.prototype.overloadedBoolean=!1;rr.prototype.property="";rr.prototype.spaceSeparated=!1;rr.prototype.space=void 0;let $N=0;const _t=Bi(),fe=Bi(),ey=Bi(),et=Bi(),Ht=Bi(),ca=Bi(),ar=Bi();function Bi(){return 2**++$N}const ry=Object.freeze(Object.defineProperty({__proto__:null,boolean:_t,booleanish:fe,commaOrSpaceSeparated:ar,commaSeparated:ca,number:et,overloadedBoolean:ey,spaceSeparated:Ht},Symbol.toStringTag,{value:"Module"})),sf=Object.keys(ry);class vg extends rr{constructor(t,r,n,i){let a=-1;if(super(t,r),A0(this,"space",i),typeof n=="number")for(;++a<sf.length;){const o=sf[a];A0(this,sf[a],(n&ry[o])===ry[o])}}}vg.prototype.defined=!0;function A0(e,t,r){r&&(e[t]=r)}function Za(e){const t={},r={};for(const[n,i]of Object.entries(e.properties)){const a=new vg(n,e.transform(e.attributes||{},n),i,e.space);e.mustUseProperty&&e.mustUseProperty.includes(n)&&(a.mustUseProperty=!0),t[n]=a,r[cs(n)]=n,r[cs(a.attribute)]=n}return new Ks(t,r,e.space)}const IT=Za({properties:{ariaActiveDescendant:null,ariaAtomic:fe,ariaAutoComplete:null,ariaBusy:fe,ariaChecked:fe,ariaColCount:et,ariaColIndex:et,ariaColSpan:et,ariaControls:Ht,ariaCurrent:null,ariaDescribedBy:Ht,ariaDetails:null,ariaDisabled:fe,ariaDropEffect:Ht,ariaErrorMessage:null,ariaExpanded:fe,ariaFlowTo:Ht,ariaGrabbed:fe,ariaHasPopup:null,ariaHidden:fe,ariaInvalid:null,ariaKeyShortcuts:null,ariaLabel:null,ariaLabelledBy:Ht,ariaLevel:et,ariaLive:null,ariaModal:fe,ariaMultiLine:fe,ariaMultiSelectable:fe,ariaOrientation:null,ariaOwns:Ht,ariaPlaceholder:null,ariaPosInSet:et,ariaPressed:fe,ariaReadOnly:fe,ariaRelevant:null,ariaRequired:fe,ariaRoleDescription:Ht,ariaRowCount:et,ariaRowIndex:et,ariaRowSpan:et,ariaSelected:fe,ariaSetSize:et,ariaSort:null,ariaValueMax:et,ariaValueMin:et,ariaValueNow:et,ariaValueText:null,role:null},transform(e,t){return t==="role"?t:"aria-"+t.slice(4).toLowerCase()}});function NT(e,t){return t in e?e[t]:t}function LT(e,t){return NT(e,t.toLowerCase())}const jN=Za({attributes:{acceptcharset:"accept-charset",classname:"class",htmlfor:"for",httpequiv:"http-equiv"},mustUseProperty:["checked","multiple","muted","selected"],properties:{abbr:null,accept:ca,acceptCharset:Ht,accessKey:Ht,action:null,allow:null,allowFullScreen:_t,allowPaymentRequest:_t,allowUserMedia:_t,alt:null,as:null,async:_t,autoCapitalize:null,autoComplete:Ht,autoFocus:_t,autoPlay:_t,blocking:Ht,capture:null,charSet:null,checked:_t,cite:null,className:Ht,cols:et,colSpan:null,content:null,contentEditable:fe,controls:_t,controlsList:Ht,coords:et|ca,crossOrigin:null,data:null,dateTime:null,decoding:null,default:_t,defer:_t,dir:null,dirName:null,disabled:_t,download:ey,draggable:fe,encType:null,enterKeyHint:null,fetchPriority:null,form:null,formAction:null,formEncType:null,formMethod:null,formNoValidate:_t,formTarget:null,headers:Ht,height:et,hidden:ey,high:et,href:null,hrefLang:null,htmlFor:Ht,httpEquiv:Ht,id:null,imageSizes:null,imageSrcSet:null,inert:_t,inputMode:null,integrity:null,is:null,isMap:_t,itemId:null,itemProp:Ht,itemRef:Ht,itemScope:_t,itemType:Ht,kind:null,label:null,lang:null,language:null,list:null,loading:null,loop:_t,low:et,manifest:null,max:null,maxLength:et,media:null,method:null,min:null,minLength:et,multiple:_t,muted:_t,name:null,nonce:null,noModule:_t,noValidate:_t,onAbort:null,onAfterPrint:null,onAuxClick:null,onBeforeMatch:null,onBeforePrint:null,onBeforeToggle:null,onBeforeUnload:null,onBlur:null,onCancel:null,onCanPlay:null,onCanPlayThrough:null,onChange:null,onClick:null,onClose:null,onContextLost:null,onContextMenu:null,onContextRestored:null,onCopy:null,onCueChange:null,onCut:null,onDblClick:null,onDrag:null,onDragEnd:null,onDragEnter:null,onDragExit:null,onDragLeave:null,onDragOver:null,onDragStart:null,onDrop:null,onDurationChange:null,onEmptied:null,onEnded:null,onError:null,onFocus:null,onFormData:null,onHashChange:null,onInput:null,onInvalid:null,onKeyDown:null,onKeyPress:null,onKeyUp:null,onLanguageChange:null,onLoad:null,onLoadedData:null,onLoadedMetadata:null,onLoadEnd:null,onLoadStart:null,onMessage:null,onMessageError:null,onMouseDown:null,onMouseEnter:null,onMouseLeave:null,onMouseMove:null,onMouseOut:null,onMouseOver:null,onMouseUp:null,onOffline:null,onOnline:null,onPageHide:null,onPageShow:null,onPaste:null,onPause:null,onPlay:null,onPlaying:null,onPopState:null,onProgress:null,onRateChange:null,onRejectionHandled:null,onReset:null,onResize:null,onScroll:null,onScrollEnd:null,onSecurityPolicyViolation:null,onSeeked:null,onSeeking:null,onSelect:null,onSlotChange:null,onStalled:null,onStorage:null,onSubmit:null,onSuspend:null,onTimeUpdate:null,onToggle:null,onUnhandledRejection:null,onUnload:null,onVolumeChange:null,onWaiting:null,onWheel:null,open:_t,optimum:et,pattern:null,ping:Ht,placeholder:null,playsInline:_t,popover:null,popoverTarget:null,popoverTargetAction:null,poster:null,preload:null,readOnly:_t,referrerPolicy:null,rel:Ht,required:_t,reversed:_t,rows:et,rowSpan:et,sandbox:Ht,scope:null,scoped:_t,seamless:_t,selected:_t,shadowRootClonable:_t,shadowRootDelegatesFocus:_t,shadowRootMode:null,shape:null,size:et,sizes:null,slot:null,span:et,spellCheck:fe,src:null,srcDoc:null,srcLang:null,srcSet:null,start:et,step:null,style:null,tabIndex:et,target:null,title:null,translate:null,type:null,typeMustMatch:_t,useMap:null,value:fe,width:et,wrap:null,writingSuggestions:null,align:null,aLink:null,archive:Ht,axis:null,background:null,bgColor:null,border:et,borderColor:null,bottomMargin:et,cellPadding:null,cellSpacing:null,char:null,charOff:null,classId:null,clear:null,code:null,codeBase:null,codeType:null,color:null,compact:_t,declare:_t,event:null,face:null,frame:null,frameBorder:null,hSpace:et,leftMargin:et,link:null,longDesc:null,lowSrc:null,marginHeight:et,marginWidth:et,noResize:_t,noHref:_t,noShade:_t,noWrap:_t,object:null,profile:null,prompt:null,rev:null,rightMargin:et,rules:null,scheme:null,scrolling:fe,standby:null,summary:null,text:null,topMargin:et,valueType:null,version:null,vAlign:null,vLink:null,vSpace:et,allowTransparency:null,autoCorrect:null,autoSave:null,disablePictureInPicture:_t,disableRemotePlayback:_t,prefix:null,property:null,results:et,security:null,unselectable:null},space:"html",transform:LT}),DN=Za({attributes:{accentHeight:"accent-height",alignmentBaseline:"alignment-baseline",arabicForm:"arabic-form",baselineShift:"baseline-shift",capHeight:"cap-height",className:"class",clipPath:"clip-path",clipRule:"clip-rule",colorInterpolation:"color-interpolation",colorInterpolationFilters:"color-interpolation-filters",colorProfile:"color-profile",colorRendering:"color-rendering",crossOrigin:"crossorigin",dataType:"datatype",dominantBaseline:"dominant-baseline",enableBackground:"enable-background",fillOpacity:"fill-opacity",fillRule:"fill-rule",floodColor:"flood-color",floodOpacity:"flood-opacity",fontFamily:"font-family",fontSize:"font-size",fontSizeAdjust:"font-size-adjust",fontStretch:"font-stretch",fontStyle:"font-style",fontVariant:"font-variant",fontWeight:"font-weight",glyphName:"glyph-name",glyphOrientationHorizontal:"glyph-orientation-horizontal",glyphOrientationVertical:"glyph-orientation-vertical",hrefLang:"hreflang",horizAdvX:"horiz-adv-x",horizOriginX:"horiz-origin-x",horizOriginY:"horiz-origin-y",imageRendering:"image-rendering",letterSpacing:"letter-spacing",lightingColor:"lighting-color",markerEnd:"marker-end",markerMid:"marker-mid",markerStart:"marker-start",navDown:"nav-down",navDownLeft:"nav-down-left",navDownRight:"nav-down-right",navLeft:"nav-left",navNext:"nav-next",navPrev:"nav-prev",navRight:"nav-right",navUp:"nav-up",navUpLeft:"nav-up-left",navUpRight:"nav-up-right",onAbort:"onabort",onActivate:"onactivate",onAfterPrint:"onafterprint",onBeforePrint:"onbeforeprint",onBegin:"onbegin",onCancel:"oncancel",onCanPlay:"oncanplay",onCanPlayThrough:"oncanplaythrough",onChange:"onchange",onClick:"onclick",onClose:"onclose",onCopy:"oncopy",onCueChange:"oncuechange",onCut:"oncut",onDblClick:"ondblclick",onDrag:"ondrag",onDragEnd:"ondragend",onDragEnter:"ondragenter",onDragExit:"ondragexit",onDragLeave:"ondragleave",onDragOver:"ondragover",onDragStart:"ondragstart",onDrop:"ondrop",onDurationChange:"ondurationchange",onEmptied:"onemptied",onEnd:"onend",onEnded:"onended",onError:"onerror",onFocus:"onfocus",onFocusIn:"onfocusin",onFocusOut:"onfocusout",onHashChange:"onhashchange",onInput:"oninput",onInvalid:"oninvalid",onKeyDown:"onkeydown",onKeyPress:"onkeypress",onKeyUp:"onkeyup",onLoad:"onload",onLoadedData:"onloadeddata",onLoadedMetadata:"onloadedmetadata",onLoadStart:"onloadstart",onMessage:"onmessage",onMouseDown:"onmousedown",onMouseEnter:"onmouseenter",onMouseLeave:"onmouseleave",onMouseMove:"onmousemove",onMouseOut:"onmouseout",onMouseOver:"onmouseover",onMouseUp:"onmouseup",onMouseWheel:"onmousewheel",onOffline:"onoffline",onOnline:"ononline",onPageHide:"onpagehide",onPageShow:"onpageshow",onPaste:"onpaste",onPause:"onpause",onPlay:"onplay",onPlaying:"onplaying",onPopState:"onpopstate",onProgress:"onprogress",onRateChange:"onratechange",onRepeat:"onrepeat",onReset:"onreset",onResize:"onresize",onScroll:"onscroll",onSeeked:"onseeked",onSeeking:"onseeking",onSelect:"onselect",onShow:"onshow",onStalled:"onstalled",onStorage:"onstorage",onSubmit:"onsubmit",onSuspend:"onsuspend",onTimeUpdate:"ontimeupdate",onToggle:"ontoggle",onUnload:"onunload",onVolumeChange:"onvolumechange",onWaiting:"onwaiting",onZoom:"onzoom",overlinePosition:"overline-position",overlineThickness:"overline-thickness",paintOrder:"paint-order",panose1:"panose-1",pointerEvents:"pointer-events",referrerPolicy:"referrerpolicy",renderingIntent:"rendering-intent",shapeRendering:"shape-rendering",stopColor:"stop-color",stopOpacity:"stop-opacity",strikethroughPosition:"strikethrough-position",strikethroughThickness:"strikethrough-thickness",strokeDashArray:"stroke-dasharray",strokeDashOffset:"stroke-dashoffset",strokeLineCap:"stroke-linecap",strokeLineJoin:"stroke-linejoin",strokeMiterLimit:"stroke-miterlimit",strokeOpacity:"stroke-opacity",strokeWidth:"stroke-width",tabIndex:"tabindex",textAnchor:"text-anchor",textDecoration:"text-decoration",textRendering:"text-rendering",transformOrigin:"transform-origin",typeOf:"typeof",underlinePosition:"underline-position",underlineThickness:"underline-thickness",unicodeBidi:"unicode-bidi",unicodeRange:"unicode-range",unitsPerEm:"units-per-em",vAlphabetic:"v-alphabetic",vHanging:"v-hanging",vIdeographic:"v-ideographic",vMathematical:"v-mathematical",vectorEffect:"vector-effect",vertAdvY:"vert-adv-y",vertOriginX:"vert-origin-x",vertOriginY:"vert-origin-y",wordSpacing:"word-spacing",writingMode:"writing-mode",xHeight:"x-height",playbackOrder:"playbackorder",timelineBegin:"timelinebegin"},properties:{about:ar,accentHeight:et,accumulate:null,additive:null,alignmentBaseline:null,alphabetic:et,amplitude:et,arabicForm:null,ascent:et,attributeName:null,attributeType:null,azimuth:et,bandwidth:null,baselineShift:null,baseFrequency:null,baseProfile:null,bbox:null,begin:null,bias:et,by:null,calcMode:null,capHeight:et,className:Ht,clip:null,clipPath:null,clipPathUnits:null,clipRule:null,color:null,colorInterpolation:null,colorInterpolationFilters:null,colorProfile:null,colorRendering:null,content:null,contentScriptType:null,contentStyleType:null,crossOrigin:null,cursor:null,cx:null,cy:null,d:null,dataType:null,defaultAction:null,descent:et,diffuseConstant:et,direction:null,display:null,dur:null,divisor:et,dominantBaseline:null,download:_t,dx:null,dy:null,edgeMode:null,editable:null,elevation:et,enableBackground:null,end:null,event:null,exponent:et,externalResourcesRequired:null,fill:null,fillOpacity:et,fillRule:null,filter:null,filterRes:null,filterUnits:null,floodColor:null,floodOpacity:null,focusable:null,focusHighlight:null,fontFamily:null,fontSize:null,fontSizeAdjust:null,fontStretch:null,fontStyle:null,fontVariant:null,fontWeight:null,format:null,fr:null,from:null,fx:null,fy:null,g1:ca,g2:ca,glyphName:ca,glyphOrientationHorizontal:null,glyphOrientationVertical:null,glyphRef:null,gradientTransform:null,gradientUnits:null,handler:null,hanging:et,hatchContentUnits:null,hatchUnits:null,height:null,href:null,hrefLang:null,horizAdvX:et,horizOriginX:et,horizOriginY:et,id:null,ideographic:et,imageRendering:null,initialVisibility:null,in:null,in2:null,intercept:et,k:et,k1:et,k2:et,k3:et,k4:et,kernelMatrix:ar,kernelUnitLength:null,keyPoints:null,keySplines:null,keyTimes:null,kerning:null,lang:null,lengthAdjust:null,letterSpacing:null,lightingColor:null,limitingConeAngle:et,local:null,markerEnd:null,markerMid:null,markerStart:null,markerHeight:null,markerUnits:null,markerWidth:null,mask:null,maskContentUnits:null,maskUnits:null,mathematical:null,max:null,media:null,mediaCharacterEncoding:null,mediaContentEncodings:null,mediaSize:et,mediaTime:null,method:null,min:null,mode:null,name:null,navDown:null,navDownLeft:null,navDownRight:null,navLeft:null,navNext:null,navPrev:null,navRight:null,navUp:null,navUpLeft:null,navUpRight:null,numOctaves:null,observer:null,offset:null,onAbort:null,onActivate:null,onAfterPrint:null,onBeforePrint:null,onBegin:null,onCancel:null,onCanPlay:null,onCanPlayThrough:null,onChange:null,onClick:null,onClose:null,onCopy:null,onCueChange:null,onCut:null,onDblClick:null,onDrag:null,onDragEnd:null,onDragEnter:null,onDragExit:null,onDragLeave:null,onDragOver:null,onDragStart:null,onDrop:null,onDurationChange:null,onEmptied:null,onEnd:null,onEnded:null,onError:null,onFocus:null,onFocusIn:null,onFocusOut:null,onHashChange:null,onInput:null,onInvalid:null,onKeyDown:null,onKeyPress:null,onKeyUp:null,onLoad:null,onLoadedData:null,onLoadedMetadata:null,onLoadStart:null,onMessage:null,onMouseDown:null,onMouseEnter:null,onMouseLeave:null,onMouseMove:null,onMouseOut:null,onMouseOver:null,onMouseUp:null,onMouseWheel:null,onOffline:null,onOnline:null,onPageHide:null,onPageShow:null,onPaste:null,onPause:null,onPlay:null,onPlaying:null,onPopState:null,onProgress:null,onRateChange:null,onRepeat:null,onReset:null,onResize:null,onScroll:null,onSeeked:null,onSeeking:null,onSelect:null,onShow:null,onStalled:null,onStorage:null,onSubmit:null,onSuspend:null,onTimeUpdate:null,onToggle:null,onUnload:null,onVolumeChange:null,onWaiting:null,onZoom:null,opacity:null,operator:null,order:null,orient:null,orientation:null,origin:null,overflow:null,overlay:null,overlinePosition:et,overlineThickness:et,paintOrder:null,panose1:null,path:null,pathLength:et,patternContentUnits:null,patternTransform:null,patternUnits:null,phase:null,ping:Ht,pitch:null,playbackOrder:null,pointerEvents:null,points:null,pointsAtX:et,pointsAtY:et,pointsAtZ:et,preserveAlpha:null,preserveAspectRatio:null,primitiveUnits:null,propagate:null,property:ar,r:null,radius:null,referrerPolicy:null,refX:null,refY:null,rel:ar,rev:ar,renderingIntent:null,repeatCount:null,repeatDur:null,requiredExtensions:ar,requiredFeatures:ar,requiredFonts:ar,requiredFormats:ar,resource:null,restart:null,result:null,rotate:null,rx:null,ry:null,scale:null,seed:null,shapeRendering:null,side:null,slope:null,snapshotTime:null,specularConstant:et,specularExponent:et,spreadMethod:null,spacing:null,startOffset:null,stdDeviation:null,stemh:null,stemv:null,stitchTiles:null,stopColor:null,stopOpacity:null,strikethroughPosition:et,strikethroughThickness:et,string:null,stroke:null,strokeDashArray:ar,strokeDashOffset:null,strokeLineCap:null,strokeLineJoin:null,strokeMiterLimit:et,strokeOpacity:et,strokeWidth:null,style:null,surfaceScale:et,syncBehavior:null,syncBehaviorDefault:null,syncMaster:null,syncTolerance:null,syncToleranceDefault:null,systemLanguage:ar,tabIndex:et,tableValues:null,target:null,targetX:et,targetY:et,textAnchor:null,textDecoration:null,textRendering:null,textLength:null,timelineBegin:null,title:null,transformBehavior:null,type:null,typeOf:ar,to:null,transform:null,transformOrigin:null,u1:null,u2:null,underlinePosition:et,underlineThickness:et,unicode:null,unicodeBidi:null,unicodeRange:null,unitsPerEm:et,values:null,vAlphabetic:et,vMathematical:et,vectorEffect:null,vHanging:et,vIdeographic:et,version:null,vertAdvY:et,vertOriginX:et,vertOriginY:et,viewBox:null,viewTarget:null,visibility:null,width:null,widths:null,wordSpacing:null,writingMode:null,x:null,x1:null,x2:null,xChannelSelector:null,xHeight:et,y:null,y1:null,y2:null,yChannelSelector:null,z:null,zoomAndPan:null},space:"svg",transform:NT}),BT=Za({properties:{xLinkActuate:null,xLinkArcRole:null,xLinkHref:null,xLinkRole:null,xLinkShow:null,xLinkTitle:null,xLinkType:null},space:"xlink",transform(e,t){return"xlink:"+t.slice(5).toLowerCase()}}),qT=Za({attributes:{xmlnsxlink:"xmlns:xlink"},properties:{xmlnsXLink:null,xmlns:null},space:"xmlns",transform:LT}),FT=Za({properties:{xmlBase:null,xmlLang:null,xmlSpace:null},space:"xml",transform(e,t){return"xml:"+t.slice(3).toLowerCase()}}),RN=/[A-Z]/g,P0=/-[a-z]/g,IN=/^data[-\w.:]+$/i;function zT(e,t){const r=cs(t);let n=t,i=rr;if(r in e.normal)return e.property[e.normal[r]];if(r.length>4&&r.slice(0,4)==="data"&&IN.test(t)){if(t.charAt(4)==="-"){const a=t.slice(5).replace(P0,LN);n="data"+a.charAt(0).toUpperCase()+a.slice(1)}else{const a=t.slice(4);if(!P0.test(a)){let o=a.replace(RN,NN);o.charAt(0)!=="-"&&(o="-"+o),t="data"+o}}i=vg}return new i(n,t)}function NN(e){return"-"+e.toLowerCase()}function LN(e){return e.charAt(1).toUpperCase()}const UT=RT([IT,jN,BT,qT,FT],"html"),gg=RT([IT,DN,BT,qT,FT],"svg");function T0(e){const t=[],r=String(e||"");let n=r.indexOf(","),i=0,a=!1;for(;!a;){n===-1&&(n=r.length,a=!0);const o=r.slice(i,n).trim();(o||!a)&&t.push(o),i=n+1,n=r.indexOf(",",i)}return t}function BN(e,t){const r=t||{};return(e[e.length-1]===""?[...e,""]:e).join((r.padRight?" ":"")+","+(r.padLeft===!1?"":" ")).trim()}const E0=/[#.]/g;function qN(e,t){const r=e||"",n={};let i=0,a,o;for(;i<r.length;){E0.lastIndex=i;const s=E0.exec(r),u=r.slice(i,s?s.index:r.length);u&&(a?a==="#"?n.id=u:Array.isArray(n.className)?n.className.push(u):n.className=[u]:o=u,i+=u.length),s&&(a=s[0],i++)}return{type:"element",tagName:o||t||"div",properties:n,children:[]}}function C0(e){const t=String(e||"").trim();return t?t.split(/[ \t\n\r\f]+/g):[]}function FN(e){return e.join(" ").trim()}function WT(e,t,r){const n=r?GN(r):void 0;function i(a,o,...s){let u;if(a==null){u={type:"root",children:[]};const l=o;s.unshift(l)}else{u=qN(a,t);const l=u.tagName.toLowerCase(),c=n?n.get(l):void 0;if(u.tagName=c||l,zN(o))s.unshift(o);else for(const[f,h]of Object.entries(o))UN(e,u.properties,f,h)}for(const l of s)ny(u.children,l);return u.type==="element"&&u.tagName==="template"&&(u.content={type:"root",children:u.children},u.children=[]),u}return i}function zN(e){if(e===null||typeof e!="object"||Array.isArray(e))return!0;if(typeof e.type!="string")return!1;const t=e,r=Object.keys(e);for(const n of r){const i=t[n];if(i&&typeof i=="object"){if(!Array.isArray(i))return!0;const a=i;for(const o of a)if(typeof o!="number"&&typeof o!="string")return!0}}return!!("children"in e&&Array.isArray(e.children))}function UN(e,t,r,n){const i=zT(e,r);let a;if(n!=null){if(typeof n=="number"){if(Number.isNaN(n))return;a=n}else typeof n=="boolean"?a=n:typeof n=="string"?i.spaceSeparated?a=C0(n):i.commaSeparated?a=T0(n):i.commaOrSpaceSeparated?a=C0(T0(n).join(" ")):a=M0(i,i.property,n):Array.isArray(n)?a=[...n]:a=i.property==="style"?WN(n):String(n);if(Array.isArray(a)){const o=[];for(const s of a)o.push(M0(i,i.property,s));a=o}i.property==="className"&&Array.isArray(t.className)&&(a=t.className.concat(a)),t[i.property]=a}}function ny(e,t){if(t!=null)if(typeof t=="number"||typeof t=="string")e.push({type:"text",value:String(t)});else if(Array.isArray(t))for(const r of t)ny(e,r);else if(typeof t=="object"&&"type"in t)t.type==="root"?ny(e,t.children):e.push(t);else throw new Error("Expected node, nodes, or string, got `"+t+"`")}function M0(e,t,r){if(typeof r=="string"){if(e.number&&r&&!Number.isNaN(Number(r)))return Number(r);if((e.boolean||e.overloadedBoolean)&&(r===""||cs(r)===cs(t)))return!0}return r}function WN(e){const t=[];for(const[r,n]of Object.entries(e))t.push([r,n].join(": "));return t.join("; ")}function GN(e){const t=new Map;for(const r of e)t.set(r.toLowerCase(),r);return t}const HN=["altGlyph","altGlyphDef","altGlyphItem","animateColor","animateMotion","animateTransform","clipPath","feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feDropShadow","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence","foreignObject","glyphRef","linearGradient","radialGradient","solidColor","textArea","textPath"];WT(UT,"div");const Ys=WT(gg,"g",HN),GT=(e=Ys)=>e("pattern",{id:"greyHatchPattern",x:0,y:0,width:8,height:8,patternUnits:"userSpaceOnUse"},[e("rect",{x:0,y:0,width:8,height:8,fill:Qe.neoGrey[200]}),e("path",{d:"M0,2 L8,2",stroke:Qe.neoGrey[400],"stroke-width":.5}),e("path",{d:"M0,6 L8,6",stroke:Qe.neoGrey[400],"stroke-width":.5})]),HT=(e=Ys)=>e("pattern",{id:"dataMissingHatchPattern",x:0,y:0,width:8,height:8,patternUnits:"userSpaceOnUse"},[e("rect",{x:0,y:0,width:8,height:8,fill:"#FFF3CC"}),e("path",{d:"M0,8 L8,0",stroke:"#FFB800","stroke-width":.5}),e("path",{d:"M-2,2 L2,-2",stroke:"#FFB800","stroke-width":.5}),e("path",{d:"M6,10 L10,6",stroke:"#FFB800","stroke-width":.5})]),KT=(e=Ys)=>e("pattern",{id:"noLstHatchPattern",x:0,y:0,width:8,height:8,patternUnits:"userSpaceOnUse"},[e("rect",{x:0,y:0,width:8,height:8,fill:"#FFE5E5"}),e("path",{d:"M0,0 L8,8",stroke:"#ED4134","stroke-width":.5}),e("path",{d:"M-2,6 L2,10",stroke:"#ED4134","stroke-width":.5}),e("path",{d:"M6,-2 L10,2",stroke:"#ED4134","stroke-width":.5})]),Ft={greyHatch:{background:Qe.neoGrey[200],lines:Qe.neoGrey[400]},dataMissingHatch:{background:"#FFF3CC",lines:"#FFB800"},noLstHatch:{background:"#FFE5E5",lines:"#ED4134"}},KN=({categories:e,activeCategory:t,onCategoryHover:r,mode:n,visible:i=!0})=>z.jsx(V.Box,{className:"category-table",sx:{width:"100%",display:"flex",justifyContent:"center",opacity:i?1:0,transition:"opacity 0.3s ease-in-out","@media (min-width: 1024px) and (max-width: 1225px)":{overflowX:"auto",maxWidth:"100%"}},onMouseLeave:()=>r(null),children:z.jsxs(V.Table,{"aria-label":"Categories summary",className:"category-summary-table",size:"small",sx:{maxWidth:{xs:"clamp(360px, 90%, 400px)",sm:"clamp(360px, 90%, 400px)",md:"clamp(360px, 85%, 420px)",lg:"clamp(360px, 90%, 400px)"},"@media (min-width: 1024px) and (max-width: 1225px)":{maxWidth:"360px","& .MuiTableCell-root":{padding:"1px 4px",fontSize:"9.5px"}},"& .MuiTableCell-root":{padding:"2px 8px",borderBottom:"none",fontSize:"clamp(10px, 1.8vw, 11.5px)"}},children:[z.jsx("thead",{children:z.jsxs(V.TableRow,{children:[z.jsx(V.TableCell,{}),z.jsx(V.TableCell,{sx:{fontWeight:"bold"},children:"Category"}),n==="point-in-time"?z.jsxs(z.Fragment,{children:[z.jsx(V.TableCell,{align:"right",sx:{fontWeight:"bold"},children:"#"}),z.jsx(V.TableCell,{align:"right",sx:{fontWeight:"bold"},children:"%"})]}):z.jsxs(z.Fragment,{children:[z.jsx(V.TableCell,{align:"right",sx:{fontWeight:"bold"},children:"Last"}),z.jsx(V.TableCell,{align:"right",sx:{fontWeight:"bold"},children:"Max"}),z.jsx(V.TableCell,{align:"right",sx:{fontWeight:"bold"},children:"Min"})]})]})}),z.jsx("tbody",{children:e.map(a=>{const o=a.color==="url(#greyHatchPattern)"?Ft.greyHatch.lines:a.color==="url(#dataMissingHatchPattern)"?Ft.dataMissingHatch.lines:a.color==="url(#noLstHatchPattern)"?Ft.noLstHatch.lines:a.color;return z.jsxs(V.TableRow,{onMouseEnter:()=>r(a.id),sx:{cursor:"pointer",transition:"background-color 0.15s ease",backgroundColor:t===a.id?`${o}15`:"transparent","&:hover":{backgroundColor:`${o}15`}},children:[z.jsx(V.TableCell,{align:"center",sx:{width:20},children:z.jsx(V.Box,{sx:{width:12,height:12,backgroundColor:a.color==="url(#greyHatchPattern)"?Ft.greyHatch.background:a.color==="url(#dataMissingHatchPattern)"?Ft.dataMissingHatch.background:a.color==="url(#noLstHatchPattern)"?Ft.noLstHatch.background:a.color,borderRadius:"50%",position:"relative",overflow:"hidden",transition:"transform 0.15s ease",transform:t===a.id?"scale(1.2)":"scale(1)",...a.label==="N/A"&&{"&::after":{content:'""',position:"absolute",top:0,left:0,right:0,bottom:0,backgroundImage:`repeating-linear-gradient(
|
|
15
|
+
*/var Gb,ci,qa,Kv,Hi,Kb,Xv,xN=function(){return typeof window<"u"},Yn={},qi=180/Math.PI,Fa=Math.PI/180,Pa=Math.atan2,Xb=1e8,Yv=/([A-Z])/g,_N=/(left|right|width|margin|padding|x)/i,wN=/[\s,\(]\S/,wn={autoAlpha:"opacity,visibility",scale:"scaleX,scaleY",alpha:"opacity"},$y=function(t,r){return r.set(r.t,r.p,Math.round((r.s+r.c*t)*1e4)/1e4+r.u,r)},SN=function(t,r){return r.set(r.t,r.p,t===1?r.e:Math.round((r.s+r.c*t)*1e4)/1e4+r.u,r)},AN=function(t,r){return r.set(r.t,r.p,t?Math.round((r.s+r.c*t)*1e4)/1e4+r.u:r.b,r)},ON=function(t,r){var n=r.s+r.c*t;r.set(r.t,r.p,~~(n+(n<0?-.5:.5))+r.u,r)},XP=function(t,r){return r.set(r.t,r.p,t?r.e:r.b,r)},YP=function(t,r){return r.set(r.t,r.p,t!==1?r.b:r.e,r)},TN=function(t,r,n){return t.style[r]=n},PN=function(t,r,n){return t.style.setProperty(r,n)},EN=function(t,r,n){return t._gsap[r]=n},CN=function(t,r,n){return t._gsap.scaleX=t._gsap.scaleY=n},MN=function(t,r,n,i,a){var o=t._gsap;o.scaleX=o.scaleY=n,o.renderTransform(a,o)},kN=function(t,r,n,i,a){var o=t._gsap;o[r]=n,o.renderTransform(a,o)},se="transform",pr=se+"Origin",$N=function e(t,r){var n=this,i=this.target,a=i.style,o=i._gsap;if(t in Yn&&a){if(this.tfm=this.tfm||{},t!=="transform")t=wn[t]||t,~t.indexOf(",")?t.split(",").forEach(function(s){return n.tfm[s]=Nn(i,s)}):this.tfm[t]=o.x?o[t]:Nn(i,t),t===pr&&(this.tfm.zOrigin=o.zOrigin);else return wn.transform.split(",").forEach(function(s){return e.call(n,s,r)});if(this.props.indexOf(se)>=0)return;o.svg&&(this.svgo=i.getAttribute("data-svg-origin"),this.props.push(pr,r,"")),t=se}(a||r)&&this.props.push(t,r,a[t])},VP=function(t){t.translate&&(t.removeProperty("translate"),t.removeProperty("scale"),t.removeProperty("rotate"))},jN=function(){var t=this.props,r=this.target,n=r.style,i=r._gsap,a,o;for(a=0;a<t.length;a+=3)t[a+1]?t[a+1]===2?r[t[a]](t[a+2]):r[t[a]]=t[a+2]:t[a+2]?n[t[a]]=t[a+2]:n.removeProperty(t[a].substr(0,2)==="--"?t[a]:t[a].replace(Yv,"-$1").toLowerCase());if(this.tfm){for(o in this.tfm)i[o]=this.tfm[o];i.svg&&(i.renderTransform(),r.setAttribute("data-svg-origin",this.svgo||"")),a=Xv(),(!a||!a.isStart)&&!n[se]&&(VP(n),i.zOrigin&&n[pr]&&(n[pr]+=" "+i.zOrigin+"px",i.zOrigin=0,i.renderTransform()),i.uncache=1)}},ZP=function(t,r){var n={target:t,props:[],revert:jN,save:$N};return t._gsap||yr.core.getCache(t),r&&t.style&&t.nodeType&&r.split(",").forEach(function(i){return n.save(i)}),n},JP,jy=function(t,r){var n=ci.createElementNS?ci.createElementNS((r||"http://www.w3.org/1999/xhtml").replace(/^https/,"http"),t):ci.createElement(t);return n&&n.style?n:ci.createElement(t)},Wr=function e(t,r,n){var i=getComputedStyle(t);return i[r]||i.getPropertyValue(r.replace(Yv,"-$1").toLowerCase())||i.getPropertyValue(r)||!n&&e(t,io(r)||r,1)||""},Yb="O,Moz,ms,Ms,Webkit".split(","),io=function(t,r,n){var i=r||Hi,a=i.style,o=5;if(t in a&&!n)return t;for(t=t.charAt(0).toUpperCase()+t.substr(1);o--&&!(Yb[o]+t in a););return o<0?null:(o===3?"ms":o>=0?Yb[o]:"")+t},Ry=function(){xN()&&window.document&&(Gb=window,ci=Gb.document,qa=ci.documentElement,Hi=jy("div")||{style:{}},jy("div"),se=io(se),pr=se+"Origin",Hi.style.cssText="border-width:0;line-height:0;position:absolute;padding:0",JP=!!io("perspective"),Xv=yr.core.reverting,Kv=1)},Vb=function(t){var r=t.ownerSVGElement,n=jy("svg",r&&r.getAttribute("xmlns")||"http://www.w3.org/2000/svg"),i=t.cloneNode(!0),a;i.style.display="block",n.appendChild(i),qa.appendChild(n);try{a=i.getBBox()}catch{}return n.removeChild(i),qa.removeChild(n),a},Zb=function(t,r){for(var n=r.length;n--;)if(t.hasAttribute(r[n]))return t.getAttribute(r[n])},QP=function(t){var r,n;try{r=t.getBBox()}catch{r=Vb(t),n=1}return r&&(r.width||r.height)||n||(r=Vb(t)),r&&!r.width&&!r.x&&!r.y?{x:+Zb(t,["x","cx","x1"])||0,y:+Zb(t,["y","cy","y1"])||0,width:0,height:0}:r},tE=function(t){return!!(t.getCTM&&(!t.parentNode||t.ownerSVGElement)&&QP(t))},sa=function(t,r){if(r){var n=t.style,i;r in Yn&&r!==pr&&(r=se),n.removeProperty?(i=r.substr(0,2),(i==="ms"||r.substr(0,6)==="webkit")&&(r="-"+r),n.removeProperty(i==="--"?r:r.replace(Yv,"-$1").toLowerCase())):n.removeAttribute(r)}},fi=function(t,r,n,i,a,o){var s=new hr(t._pt,r,n,0,1,o?YP:XP);return t._pt=s,s.b=i,s.e=a,t._props.push(n),s},Jb={deg:1,rad:1,turn:1},RN={grid:1,flex:1},xi=function e(t,r,n,i){var a=parseFloat(n)||0,o=(n+"").trim().substr((a+"").length)||"px",s=Hi.style,u=_N.test(r),l=t.tagName.toLowerCase()==="svg",c=(l?"client":"offset")+(u?"Width":"Height"),f=100,h=i==="px",p=i==="%",y,d,m,v;if(i===o||!a||Jb[i]||Jb[o])return a;if(o!=="px"&&!h&&(a=e(t,r,n,"px")),v=t.getCTM&&tE(t),(p||o==="%")&&(Yn[r]||~r.indexOf("adius")))return y=v?t.getBBox()[u?"width":"height"]:t[c],pe(p?a/y*f:a/100*y);if(s[u?"width":"height"]=f+(h?o:i),d=i!=="rem"&&~r.indexOf("adius")||i==="em"&&t.appendChild&&!l?t:t.parentNode,v&&(d=(t.ownerSVGElement||{}).parentNode),(!d||d===ci||!d.appendChild)&&(d=ci.body),m=d._gsap,m&&p&&m.width&&u&&m.time===Tr.time&&!m.uncache)return pe(a/m.width*f);if(p&&(r==="height"||r==="width")){var _=t.style[r];t.style[r]=f+i,y=t[c],_?t.style[r]=_:sa(t,r)}else(p||o==="%")&&!RN[Wr(d,"display")]&&(s.position=Wr(t,"position")),d===t&&(s.position="static"),d.appendChild(Hi),y=Hi[c],d.removeChild(Hi),s.position="absolute";return u&&p&&(m=Zi(d),m.time=Tr.time,m.width=d[c]),pe(h?y*a/f:y&&a?f/y*a:0)},Nn=function(t,r,n,i){var a;return Kv||Ry(),r in wn&&r!=="transform"&&(r=wn[r],~r.indexOf(",")&&(r=r.split(",")[0])),Yn[r]&&r!=="transform"?(a=Us(t,i),a=r!=="transformOrigin"?a[r]:a.svg?a.origin:Nl(Wr(t,pr))+" "+a.zOrigin+"px"):(a=t.style[r],(!a||a==="auto"||i||~(a+"").indexOf("calc("))&&(a=Il[r]&&Il[r](t,r,n)||Wr(t,r)||yP(t,r)||(r==="opacity"?1:0))),n&&!~(a+"").trim().indexOf(" ")?xi(t,r,a,n)+n:a},DN=function(t,r,n,i){if(!n||n==="none"){var a=io(r,t,1),o=a&&Wr(t,a,1);o&&o!==n?(r=a,n=o):r==="borderColor"&&(n=Wr(t,"borderTopColor"))}var s=new hr(this._pt,t.style,r,0,1,HP),u=0,l=0,c,f,h,p,y,d,m,v,_,b,x,g;if(s.b=n,s.e=i,n+="",i+="",i.substring(0,6)==="var(--"&&(i=Wr(t,i.substring(4,i.indexOf(")")))),i==="auto"&&(d=t.style[r],t.style[r]=i,i=Wr(t,r)||i,d?t.style[r]=d:sa(t,r)),c=[n,i],DP(c),n=c[0],i=c[1],h=n.match(ja)||[],g=i.match(ja)||[],g.length){for(;f=ja.exec(i);)m=f[0],_=i.substring(u,f.index),y?y=(y+1)%5:(_.substr(-5)==="rgba("||_.substr(-5)==="hsla(")&&(y=1),m!==(d=h[l++]||"")&&(p=parseFloat(d)||0,x=d.substr((p+"").length),m.charAt(1)==="="&&(m=Ba(p,m)+x),v=parseFloat(m),b=m.substr((v+"").length),u=ja.lastIndex-b.length,b||(b=b||Cr.units[r]||x,u===i.length&&(i+=b,s.e+=b)),x!==b&&(p=xi(t,r,d,b)||0),s._pt={_next:s._pt,p:_||l===1?_:",",s:p,c:v-p,m:y&&y<4||r==="zIndex"?Math.round:0});s.c=u<i.length?i.substring(u,i.length):""}else s.r=r==="display"&&i==="none"?YP:XP;return cP.test(i)&&(s.e=0),this._pt=s,s},Qb={top:"0%",bottom:"100%",left:"0%",right:"100%",center:"50%"},IN=function(t){var r=t.split(" "),n=r[0],i=r[1]||"50%";return(n==="top"||n==="bottom"||i==="left"||i==="right")&&(t=n,n=i,i=t),r[0]=Qb[n]||n,r[1]=Qb[i]||i,r.join(" ")},NN=function(t,r){if(r.tween&&r.tween._time===r.tween._dur){var n=r.t,i=n.style,a=r.u,o=n._gsap,s,u,l;if(a==="all"||a===!0)i.cssText="",u=1;else for(a=a.split(","),l=a.length;--l>-1;)s=a[l],Yn[s]&&(u=1,s=s==="transformOrigin"?pr:se),sa(n,s);u&&(sa(n,se),o&&(o.svg&&n.removeAttribute("transform"),i.scale=i.rotate=i.translate="none",Us(n,1),o.uncache=1,VP(i)))}},Il={clearProps:function(t,r,n,i,a){if(a.data!=="isFromStart"){var o=t._pt=new hr(t._pt,r,n,0,0,NN);return o.u=i,o.pr=-10,o.tween=a,t._props.push(n),1}}},zs=[1,0,0,1,0,0],eE={},rE=function(t){return t==="matrix(1, 0, 0, 1, 0, 0)"||t==="none"||!t},tx=function(t){var r=Wr(t,se);return rE(r)?zs:r.substr(7).match(lP).map(pe)},Vv=function(t,r){var n=t._gsap||Zi(t),i=t.style,a=tx(t),o,s,u,l;return n.svg&&t.getAttribute("transform")?(u=t.transform.baseVal.consolidate().matrix,a=[u.a,u.b,u.c,u.d,u.e,u.f],a.join(",")==="1,0,0,1,0,0"?zs:a):(a===zs&&!t.offsetParent&&t!==qa&&!n.svg&&(u=i.display,i.display="block",o=t.parentNode,(!o||!t.offsetParent&&!t.getBoundingClientRect().width)&&(l=1,s=t.nextElementSibling,qa.appendChild(t)),a=tx(t),u?i.display=u:sa(t,"display"),l&&(s?o.insertBefore(t,s):o?o.appendChild(t):qa.removeChild(t))),r&&a.length>6?[a[0],a[1],a[4],a[5],a[12],a[13]]:a)},Dy=function(t,r,n,i,a,o){var s=t._gsap,u=a||Vv(t,!0),l=s.xOrigin||0,c=s.yOrigin||0,f=s.xOffset||0,h=s.yOffset||0,p=u[0],y=u[1],d=u[2],m=u[3],v=u[4],_=u[5],b=r.split(" "),x=parseFloat(b[0])||0,g=parseFloat(b[1])||0,w,S,A,T;n?u!==zs&&(S=p*m-y*d)&&(A=x*(m/S)+g*(-d/S)+(d*_-m*v)/S,T=x*(-y/S)+g*(p/S)-(p*_-y*v)/S,x=A,g=T):(w=QP(t),x=w.x+(~b[0].indexOf("%")?x/100*w.width:x),g=w.y+(~(b[1]||b[0]).indexOf("%")?g/100*w.height:g)),i||i!==!1&&s.smooth?(v=x-l,_=g-c,s.xOffset=f+(v*p+_*d)-v,s.yOffset=h+(v*y+_*m)-_):s.xOffset=s.yOffset=0,s.xOrigin=x,s.yOrigin=g,s.smooth=!!i,s.origin=r,s.originIsAbsolute=!!n,t.style[pr]="0px 0px",o&&(fi(o,s,"xOrigin",l,x),fi(o,s,"yOrigin",c,g),fi(o,s,"xOffset",f,s.xOffset),fi(o,s,"yOffset",h,s.yOffset)),t.setAttribute("data-svg-origin",x+" "+g)},Us=function(t,r){var n=t._gsap||new BP(t);if("x"in n&&!r&&!n.uncache)return n;var i=t.style,a=n.scaleX<0,o="px",s="deg",u=getComputedStyle(t),l=Wr(t,pr)||"0",c,f,h,p,y,d,m,v,_,b,x,g,w,S,A,T,M,P,E,k,$,j,C,I,U,W,D,L,B,N,X,F;return c=f=h=d=m=v=_=b=x=0,p=y=1,n.svg=!!(t.getCTM&&tE(t)),u.translate&&((u.translate!=="none"||u.scale!=="none"||u.rotate!=="none")&&(i[se]=(u.translate!=="none"?"translate3d("+(u.translate+" 0 0").split(" ").slice(0,3).join(", ")+") ":"")+(u.rotate!=="none"?"rotate("+u.rotate+") ":"")+(u.scale!=="none"?"scale("+u.scale.split(" ").join(",")+") ":"")+(u[se]!=="none"?u[se]:"")),i.scale=i.rotate=i.translate="none"),S=Vv(t,n.svg),n.svg&&(n.uncache?(U=t.getBBox(),l=n.xOrigin-U.x+"px "+(n.yOrigin-U.y)+"px",I=""):I=!r&&t.getAttribute("data-svg-origin"),Dy(t,I||l,!!I||n.originIsAbsolute,n.smooth!==!1,S)),g=n.xOrigin||0,w=n.yOrigin||0,S!==zs&&(P=S[0],E=S[1],k=S[2],$=S[3],c=j=S[4],f=C=S[5],S.length===6?(p=Math.sqrt(P*P+E*E),y=Math.sqrt($*$+k*k),d=P||E?Pa(E,P)*qi:0,_=k||$?Pa(k,$)*qi+d:0,_&&(y*=Math.abs(Math.cos(_*Fa))),n.svg&&(c-=g-(g*P+w*k),f-=w-(g*E+w*$))):(F=S[6],N=S[7],D=S[8],L=S[9],B=S[10],X=S[11],c=S[12],f=S[13],h=S[14],A=Pa(F,B),m=A*qi,A&&(T=Math.cos(-A),M=Math.sin(-A),I=j*T+D*M,U=C*T+L*M,W=F*T+B*M,D=j*-M+D*T,L=C*-M+L*T,B=F*-M+B*T,X=N*-M+X*T,j=I,C=U,F=W),A=Pa(-k,B),v=A*qi,A&&(T=Math.cos(-A),M=Math.sin(-A),I=P*T-D*M,U=E*T-L*M,W=k*T-B*M,X=$*M+X*T,P=I,E=U,k=W),A=Pa(E,P),d=A*qi,A&&(T=Math.cos(A),M=Math.sin(A),I=P*T+E*M,U=j*T+C*M,E=E*T-P*M,C=C*T-j*M,P=I,j=U),m&&Math.abs(m)+Math.abs(d)>359.9&&(m=d=0,v=180-v),p=pe(Math.sqrt(P*P+E*E+k*k)),y=pe(Math.sqrt(C*C+F*F)),A=Pa(j,C),_=Math.abs(A)>2e-4?A*qi:0,x=X?1/(X<0?-X:X):0),n.svg&&(I=t.getAttribute("transform"),n.forceCSS=t.setAttribute("transform","")||!rE(Wr(t,se)),I&&t.setAttribute("transform",I))),Math.abs(_)>90&&Math.abs(_)<270&&(a?(p*=-1,_+=d<=0?180:-180,d+=d<=0?180:-180):(y*=-1,_+=_<=0?180:-180)),r=r||n.uncache,n.x=c-((n.xPercent=c&&(!r&&n.xPercent||(Math.round(t.offsetWidth/2)===Math.round(-c)?-50:0)))?t.offsetWidth*n.xPercent/100:0)+o,n.y=f-((n.yPercent=f&&(!r&&n.yPercent||(Math.round(t.offsetHeight/2)===Math.round(-f)?-50:0)))?t.offsetHeight*n.yPercent/100:0)+o,n.z=h+o,n.scaleX=pe(p),n.scaleY=pe(y),n.rotation=pe(d)+s,n.rotationX=pe(m)+s,n.rotationY=pe(v)+s,n.skewX=_+s,n.skewY=b+s,n.transformPerspective=x+o,(n.zOrigin=parseFloat(l.split(" ")[2])||!r&&n.zOrigin||0)&&(i[pr]=Nl(l)),n.xOffset=n.yOffset=0,n.force3D=Cr.force3D,n.renderTransform=n.svg?BN:JP?nE:LN,n.uncache=0,n},Nl=function(t){return(t=t.split(" "))[0]+" "+t[1]},zf=function(t,r,n){var i=Xe(r);return pe(parseFloat(r)+parseFloat(xi(t,"x",n+"px",i)))+i},LN=function(t,r){r.z="0px",r.rotationY=r.rotationX="0deg",r.force3D=0,nE(t,r)},Ii="0deg",Yo="0px",Ni=") ",nE=function(t,r){var n=r||this,i=n.xPercent,a=n.yPercent,o=n.x,s=n.y,u=n.z,l=n.rotation,c=n.rotationY,f=n.rotationX,h=n.skewX,p=n.skewY,y=n.scaleX,d=n.scaleY,m=n.transformPerspective,v=n.force3D,_=n.target,b=n.zOrigin,x="",g=v==="auto"&&t&&t!==1||v===!0;if(b&&(f!==Ii||c!==Ii)){var w=parseFloat(c)*Fa,S=Math.sin(w),A=Math.cos(w),T;w=parseFloat(f)*Fa,T=Math.cos(w),o=zf(_,o,S*T*-b),s=zf(_,s,-Math.sin(w)*-b),u=zf(_,u,A*T*-b+b)}m!==Yo&&(x+="perspective("+m+Ni),(i||a)&&(x+="translate("+i+"%, "+a+"%) "),(g||o!==Yo||s!==Yo||u!==Yo)&&(x+=u!==Yo||g?"translate3d("+o+", "+s+", "+u+") ":"translate("+o+", "+s+Ni),l!==Ii&&(x+="rotate("+l+Ni),c!==Ii&&(x+="rotateY("+c+Ni),f!==Ii&&(x+="rotateX("+f+Ni),(h!==Ii||p!==Ii)&&(x+="skew("+h+", "+p+Ni),(y!==1||d!==1)&&(x+="scale("+y+", "+d+Ni),_.style[se]=x||"translate(0, 0)"},BN=function(t,r){var n=r||this,i=n.xPercent,a=n.yPercent,o=n.x,s=n.y,u=n.rotation,l=n.skewX,c=n.skewY,f=n.scaleX,h=n.scaleY,p=n.target,y=n.xOrigin,d=n.yOrigin,m=n.xOffset,v=n.yOffset,_=n.forceCSS,b=parseFloat(o),x=parseFloat(s),g,w,S,A,T;u=parseFloat(u),l=parseFloat(l),c=parseFloat(c),c&&(c=parseFloat(c),l+=c,u+=c),u||l?(u*=Fa,l*=Fa,g=Math.cos(u)*f,w=Math.sin(u)*f,S=Math.sin(u-l)*-h,A=Math.cos(u-l)*h,l&&(c*=Fa,T=Math.tan(l-c),T=Math.sqrt(1+T*T),S*=T,A*=T,c&&(T=Math.tan(c),T=Math.sqrt(1+T*T),g*=T,w*=T)),g=pe(g),w=pe(w),S=pe(S),A=pe(A)):(g=f,A=h,w=S=0),(b&&!~(o+"").indexOf("px")||x&&!~(s+"").indexOf("px"))&&(b=xi(p,"x",o,"px"),x=xi(p,"y",s,"px")),(y||d||m||v)&&(b=pe(b+y-(y*g+d*S)+m),x=pe(x+d-(y*w+d*A)+v)),(i||a)&&(T=p.getBBox(),b=pe(b+i/100*T.width),x=pe(x+a/100*T.height)),T="matrix("+g+","+w+","+S+","+A+","+b+","+x+")",p.setAttribute("transform",T),_&&(p.style[se]=T)},qN=function(t,r,n,i,a){var o=360,s=$e(a),u=parseFloat(a)*(s&&~a.indexOf("rad")?qi:1),l=u-i,c=i+l+"deg",f,h;return s&&(f=a.split("_")[1],f==="short"&&(l%=o,l!==l%(o/2)&&(l+=l<0?o:-o)),f==="cw"&&l<0?l=(l+o*Xb)%o-~~(l/o)*o:f==="ccw"&&l>0&&(l=(l-o*Xb)%o-~~(l/o)*o)),t._pt=h=new hr(t._pt,r,n,i,l,SN),h.e=c,h.u="deg",t._props.push(n),h},ex=function(t,r){for(var n in r)t[n]=r[n];return t},FN=function(t,r,n){var i=ex({},n._gsap),a="perspective,force3D,transformOrigin,svgOrigin",o=n.style,s,u,l,c,f,h,p,y;i.svg?(l=n.getAttribute("transform"),n.setAttribute("transform",""),o[se]=r,s=Us(n,1),sa(n,se),n.setAttribute("transform",l)):(l=getComputedStyle(n)[se],o[se]=r,s=Us(n,1),o[se]=l);for(u in Yn)l=i[u],c=s[u],l!==c&&a.indexOf(u)<0&&(p=Xe(l),y=Xe(c),f=p!==y?xi(n,u,l,y):parseFloat(l),h=parseFloat(c),t._pt=new hr(t._pt,s,u,f,h-f,$y),t._pt.u=y||0,t._props.push(u));ex(s,i)};fr("padding,margin,Width,Radius",function(e,t){var r="Top",n="Right",i="Bottom",a="Left",o=(t<3?[r,n,i,a]:[r+a,r+n,i+n,i+a]).map(function(s){return t<2?e+s:"border"+s+e});Il[t>1?"border"+e:e]=function(s,u,l,c,f){var h,p;if(arguments.length<4)return h=o.map(function(y){return Nn(s,y,l)}),p=h.join(" "),p.split(h[0]).length===5?h[0]:p;h=(c+"").split(" "),p={},o.forEach(function(y,d){return p[y]=h[d]=h[d]||h[(d-1)/2|0]}),s.init(u,p,f)}});var iE={name:"css",register:Ry,targetTest:function(t){return t.style&&t.nodeType},init:function(t,r,n,i,a){var o=this._props,s=t.style,u=n.vars.startAt,l,c,f,h,p,y,d,m,v,_,b,x,g,w,S,A;Kv||Ry(),this.styles=this.styles||ZP(t),A=this.styles.props,this.tween=n;for(d in r)if(d!=="autoRound"&&(c=r[d],!(Or[d]&&qP(d,r,n,i,t,a)))){if(p=typeof c,y=Il[d],p==="function"&&(c=c.call(n,i,t,a),p=typeof c),p==="string"&&~c.indexOf("random(")&&(c=Bs(c)),y)y(this,t,d,c,n)&&(S=1);else if(d.substr(0,2)==="--")l=(getComputedStyle(t).getPropertyValue(d)+"").trim(),c+="",gi.lastIndex=0,gi.test(l)||(m=Xe(l),v=Xe(c)),v?m!==v&&(l=xi(t,d,l,v)+v):m&&(c+=m),this.add(s,"setProperty",l,c,i,a,0,0,d),o.push(d),A.push(d,0,s[d]);else if(p!=="undefined"){if(u&&d in u?(l=typeof u[d]=="function"?u[d].call(n,i,t,a):u[d],$e(l)&&~l.indexOf("random(")&&(l=Bs(l)),Xe(l+"")||l==="auto"||(l+=Cr.units[d]||Xe(Nn(t,d))||""),(l+"").charAt(1)==="="&&(l=Nn(t,d))):l=Nn(t,d),h=parseFloat(l),_=p==="string"&&c.charAt(1)==="="&&c.substr(0,2),_&&(c=c.substr(2)),f=parseFloat(c),d in wn&&(d==="autoAlpha"&&(h===1&&Nn(t,"visibility")==="hidden"&&f&&(h=0),A.push("visibility",0,s.visibility),fi(this,s,"visibility",h?"inherit":"hidden",f?"inherit":"hidden",!f)),d!=="scale"&&d!=="transform"&&(d=wn[d],~d.indexOf(",")&&(d=d.split(",")[0]))),b=d in Yn,b){if(this.styles.save(d),p==="string"&&c.substring(0,6)==="var(--"&&(c=Wr(t,c.substring(4,c.indexOf(")"))),f=parseFloat(c)),x||(g=t._gsap,g.renderTransform&&!r.parseTransform||Us(t,r.parseTransform),w=r.smoothOrigin!==!1&&g.smooth,x=this._pt=new hr(this._pt,s,se,0,1,g.renderTransform,g,0,-1),x.dep=1),d==="scale")this._pt=new hr(this._pt,g,"scaleY",g.scaleY,(_?Ba(g.scaleY,_+f):f)-g.scaleY||0,$y),this._pt.u=0,o.push("scaleY",d),d+="X";else if(d==="transformOrigin"){A.push(pr,0,s[pr]),c=IN(c),g.svg?Dy(t,c,0,w,0,this):(v=parseFloat(c.split(" ")[2])||0,v!==g.zOrigin&&fi(this,g,"zOrigin",g.zOrigin,v),fi(this,s,d,Nl(l),Nl(c)));continue}else if(d==="svgOrigin"){Dy(t,c,1,w,0,this);continue}else if(d in eE){qN(this,g,d,h,_?Ba(h,_+c):c);continue}else if(d==="smoothOrigin"){fi(this,g,"smooth",g.smooth,c);continue}else if(d==="force3D"){g[d]=c;continue}else if(d==="transform"){FN(this,c,t);continue}}else d in s||(d=io(d)||d);if(b||(f||f===0)&&(h||h===0)&&!wN.test(c)&&d in s)m=(l+"").substr((h+"").length),f||(f=0),v=Xe(c)||(d in Cr.units?Cr.units[d]:m),m!==v&&(h=xi(t,d,l,v)),this._pt=new hr(this._pt,b?g:s,d,h,(_?Ba(h,_+f):f)-h,!b&&(v==="px"||d==="zIndex")&&r.autoRound!==!1?ON:$y),this._pt.u=v||0,m!==v&&v!=="%"&&(this._pt.b=l,this._pt.r=AN);else if(d in s)DN.call(this,t,d,l,_?_+c:c);else if(d in t)this.add(t,d,l||t[d],_?_+c:c,i,a);else if(d!=="parseTransform"){Nv(d,c);continue}b||(d in s?A.push(d,0,s[d]):typeof t[d]=="function"?A.push(d,2,t[d]()):A.push(d,1,l||t[d])),o.push(d)}}S&&GP(this)},render:function(t,r){if(r.tween._time||!Xv())for(var n=r._pt;n;)n.r(t,n.d),n=n._next;else r.styles.revert()},get:Nn,aliases:wn,getSetter:function(t,r,n){var i=wn[r];return i&&i.indexOf(",")<0&&(r=i),r in Yn&&r!==pr&&(t._gsap.x||Nn(t,"x"))?n&&Kb===n?r==="scale"?CN:EN:(Kb=n||{})&&(r==="scale"?MN:kN):t.style&&!Rv(t.style[r])?TN:~r.indexOf("-")?PN:Hv(t,r)},core:{_removeProperty:sa,_getMatrix:Vv}};yr.utils.checkPrefix=io;yr.core.getStyleSaver=ZP;(function(e,t,r,n){var i=fr(e+","+t+","+r,function(a){Yn[a]=1});fr(t,function(a){Cr.units[a]="deg",eE[a]=1}),wn[i[13]]=e+","+t,fr(n,function(a){var o=a.split(":");wn[o[1]]=i[o[0]]})})("x,y,z,scale,scaleX,scaleY,xPercent,yPercent","rotation,rotationX,rotationY,skewX,skewY","transform,transformOrigin,svgOrigin,force3D,smoothOrigin,transformPerspective","0:translateX,1:translateY,2:translateZ,8:rotate,8:rotationZ,8:rotateZ,9:rotateX,10:rotateY");fr("x,y,z,top,right,bottom,left,width,height,fontSize,padding,margin,perspective",function(e){Cr.units[e]="px"});yr.registerPlugin(iE);var Iy=yr.registerPlugin(iE)||yr;Iy.core.Tween;const Ea={IN_OUT:"power2.inOut",OUT:"power2.out"},Vo={NO_STAGGER:0,RIPPLE_STAGGER_DELAY:.05};class aE{constructor(t,r={}){Uo(this,"timeline");Uo(this,"currentStage","");Uo(this,"callbacks");Uo(this,"durations");this.durations=t,this.callbacks=r,this.timeline=Iy.timeline({paused:!0,onUpdate:()=>this.handleProgress(),onComplete:()=>{var i,a,o,s;(a=(i=this.callbacks).onComplete)==null||a.call(i),(s=(o=this.callbacks).onStageComplete)==null||s.call(o,"complete")}});let n=0;this.timeline.addLabel("seatsToRings",n),n+=t.seatsToRings/1e3,this.timeline.addLabel("ringsToBar",n),n+=t.ringsToBar/1e3,this.timeline.addLabel("axesReveal",n),n+=t.axesReveal/1e3,this.timeline.addLabel("barSlide",n),n+=t.barSlide/1e3,this.timeline.addLabel("barsGrow",n),n+=t.barsGrow/1e3,this.timeline.addLabel("barsToArea",n)}animateSeatsToRings(t,r){const n=this.durations.seatsToRings/1e3;return t.each(function(){const i=this;if(!i.getAttribute("data-orig-x")){const a=i.getAttribute("x"),o=i.getAttribute("y"),s=i.getAttribute("width"),u=i.getAttribute("height");i.setAttribute("data-orig-x",a||"0"),i.setAttribute("data-orig-y",o||"0"),i.setAttribute("data-orig-width",s||"0"),i.setAttribute("data-orig-height",u||"0")}}),this.timeline.to(t.nodes(),{width:2,y:(i,a)=>parseFloat(a.getAttribute("y")||"0"),height:(i,a)=>{const o=parseFloat(a.getAttribute("y")||"0");return r-o},duration:n,ease:Ea.IN_OUT,stagger:Vo.NO_STAGGER,onStart:()=>{var i,a;this.currentStage="seatsToRings",(a=(i=this.callbacks).onStageComplete)==null||a.call(i,"seatsToRings")}},"seatsToRings"),this}animateRingsToBar(t,r){const n=this.durations.ringsToBar/1e3;return t.each(function(i,a){const o=this;if(!r[a])return;const u=o.getAttribute("x"),l=o.getAttribute("y"),c=o.getAttribute("width"),f=o.getAttribute("height");o.setAttribute("data-orig-x",u||"0"),o.setAttribute("data-orig-y",l||"0"),o.setAttribute("data-orig-width",c||"0"),o.setAttribute("data-orig-height",f||"0")}),this.timeline.to(t.nodes(),{x:i=>{var a;return((a=r[i])==null?void 0:a.x)??0},y:i=>{var a;return((a=r[i])==null?void 0:a.y)??0},width:i=>{var a;return((a=r[i])==null?void 0:a.width)??0},height:i=>{var a;return((a=r[i])==null?void 0:a.height)??0},duration:n,ease:Ea.IN_OUT,stagger:Vo.NO_STAGGER,onStart:()=>{var i,a;this.currentStage="ringsToBar",(a=(i=this.callbacks).onStageComplete)==null||a.call(i,"ringsToBar")}},"ringsToBar"),this}animateAxesReveal(t,r){const n=this.durations.axesReveal/1e3;return this.timeline.to([t.node(),r.node()],{opacity:1,duration:n,ease:Ea.IN_OUT,stagger:Vo.NO_STAGGER,onStart:()=>{var i,a;this.currentStage="axesReveal",(a=(i=this.callbacks).onStageComplete)==null||a.call(i,"axesReveal")}},"axesReveal"),this}animateBarSlide(t,r){const n=this.durations.barSlide/1e3;return this.timeline.to(t.nodes(),{x:r,duration:n,ease:Ea.OUT,stagger:Vo.NO_STAGGER,onStart:()=>{var i,a;this.currentStage="barSlide",(a=(i=this.callbacks).onStageComplete)==null||a.call(i,"barSlide")}},"barSlide"),this}animateBarsGrow(t,r,n=Vo.RIPPLE_STAGGER_DELAY){const i=this.durations.barsGrow/1e3;return t.nodes().forEach((o,s)=>{const u=o,l=u.getAttribute("data-final-y")||"0",c=u.getAttribute("data-final-height")||"0",f=parseInt(u.getAttribute("data-timestamp-index")||"0"),p=Math.abs(f-r)*n;this.timeline.fromTo(u,{height:0,y:parseFloat(u.getAttribute("data-chart-baseline")||"400")},{y:parseFloat(l),height:parseFloat(c),duration:i,delay:p,ease:Ea.OUT},"barsGrow")}),this.timeline.call(()=>{var o,s;this.currentStage="barsGrow",(s=(o=this.callbacks).onStageComplete)==null||s.call(o,"barsGrow")},[],"barsGrow"),this}animateBarsToArea(t,r,n,i){const a=this.durations.barsToArea/1e3,o=new Map;return t.each(function(){var c;const s=this,u=s.getAttribute("class");if(!u)return;const l=u.match(/category-([\w-]+)/);if(l&&l[1]){const f=l[1];o.has(f)||o.set(f,[]),(c=o.get(f))==null||c.push(s)}}),this.timeline.set(t.nodes(),{opacity:0},"barsToArea"),this.timeline.set(r.nodes(),{opacity:1},"barsToArea"),r.each(function(){const s=this,u=s.getAttribute("data-category");if(!u)return;const l=n.get(u);l&&Iy.to(s,{attr:{d:l},duration:a,ease:Ea.IN_OUT})}),this.timeline.call(()=>{var s,u;this.currentStage="barsToArea",(u=(s=this.callbacks).onStageComplete)==null||u.call(s,"barsToArea")},[],"barsToArea"),this}handleProgress(){var r,n;const t=this.timeline.progress();(n=(r=this.callbacks).onProgress)==null||n.call(r,t)}getControls(){return{play:()=>this.timeline.play(),pause:()=>this.timeline.pause(),reverse:()=>this.timeline.reverse(),restart:()=>this.timeline.restart(),seek:t=>this.timeline.progress(t),seekToStage:t=>{const r=this.timeline.labels[t];r!==void 0&&this.timeline.seek(r)},kill:()=>this.timeline.kill(),getProgress:()=>this.timeline.progress(),getCurrentStage:()=>this.currentStage,getTimeline:()=>this.timeline}}play(){this.timeline.play()}destroy(){this.timeline.kill()}}function zN(e,t){const{arcAngle:r,arcAngleFlexibility:n=5,radius:i,seatSize:a,minSeatSize:o,maxSeatSize:s,spacing:u,innerRadiusRatio:l}=t,c=i*l,f=e.reduce((E,k)=>E+k.seats,0);let h={seatSize:a,arcAngle:r,score:-1};const p=r-n,y=r+n;for(let E=p;E<=y;E+=2.5){const k=E*Math.PI/180;for(let $=s;$>=o;$-=.1){const j=$*2,C=j*u,I=Math.floor((i-c)/C);for(let U=1;U<=Math.min(I,10);U++){let W=0;for(let D=0;D<U;D++){const L=c+(D+.5)*C,B=j*u/L,N=Math.floor(k/B);W+=N}if(W>=f){const D=f/W,L=($-o)/(s-o),B=(W-f)/f,N=B<.15?1:B<.3?.7:B<.5?.4:.1,X=1-Math.abs(E-r)/n,F=N*.5+L*.3+D*.15+X*.05;F>h.score&&(h={seatSize:$,arcAngle:E,rings:U,score:F})}}}}const d=h.seatSize,m=h.arcAngle,v=m*Math.PI/180,_=d*2,b=_*u,x=Math.floor((i-c)/b),g=[],w=-v/2-Math.PI/2,S=[];let A=0,T=[];for(let E=1;E<=x;E++){let k=0;const $=[];for(let j=0;j<E;j++){const C=c+(j+.5)*b,I=_*u/C,U=Math.floor(v/I);$.push(U),k+=U}if(k>=f){A=E,T=$;break}}if(A>0)S.push(...T);else for(let E=0;E<x;E++){const k=c+(E+.5)*b,$=_*u/k,j=Math.floor(v/$);S.push(j)}for(let E=0;E<S.length;E++){const k=c+(E+.5)*b,$=S[E]??0;if($>0){const j=v/$;for(let C=0;C<$;C++){const I=w+(C+.5)*j,U=Math.cos(I)*k,W=Math.sin(I)*k;g.push({ring:E,index:C,angle:I,x:U,y:W})}}}g.sort((E,k)=>{const $=E.angle-k.angle;return Math.abs($)>.001?$:E.ring-k.ring});const M=[];let P=0;return e.forEach((E,k)=>{const $=Math.min(E.seats,g.length-P);for(let j=0;j<$&&P<g.length;j++){const C=g[P++];C&&M.push({x:C.x,y:C.y,category:E.name,categoryIndex:k,seatIndex:j,ring:C.ring,angle:C.angle,radius:d})}}),{arcAngle:m,radius:i,innerRadius:c,centerX:i,centerY:i,seatSize:d,seats:M,totalSeats:f}}function UN(e,t,r){const n=t<=r?1:r/t;return e.filter(i=>i.value>0).map(i=>{const a=t<=r?i.value:Math.max(1,Math.floor(i.value*n));return{id:i.dataKey,name:i.label,seats:a,colour:i.color}})}const dr={neoGrey:{200:"#EDEFEF",400:"#ADB5BD"},neoDigitalGreen:{600:"#40c048"}},gs=["#4CA75A","#FDDA04","#FFC008","#FF9800","#F9A91B","#FF5C24","#ED4134","#CB3446"],ur={greyHatch:{background:dr.neoGrey[200],lines:dr.neoGrey[400]},dataMissingHatch:{background:"#FFF3CC",lines:"#FFB800"},noLstHatch:{background:"#FFE5E5",lines:"#ED4134"}};function WN(e,t){const r=e.append("pattern").attr("id",`${t}-greyHatchPattern`).attr("x",0).attr("y",0).attr("width",8).attr("height",8).attr("patternUnits","userSpaceOnUse");r.append("rect").attr("x",0).attr("y",0).attr("width",8).attr("height",8).attr("fill",ur.greyHatch.background),r.append("path").attr("d","M0,2 L8,2").attr("stroke",ur.greyHatch.lines).attr("stroke-width",.5),r.append("path").attr("d","M0,6 L8,6").attr("stroke",ur.greyHatch.lines).attr("stroke-width",.5)}function HN(e,t){const r=e.append("pattern").attr("id",`${t}-dataMissingHatchPattern`).attr("x",0).attr("y",0).attr("width",8).attr("height",8).attr("patternUnits","userSpaceOnUse");r.append("rect").attr("x",0).attr("y",0).attr("width",8).attr("height",8).attr("fill",ur.dataMissingHatch.background),r.append("path").attr("d","M0,8 L8,0").attr("stroke",ur.dataMissingHatch.lines).attr("stroke-width",.5),r.append("path").attr("d","M-2,2 L2,-2").attr("stroke",ur.dataMissingHatch.lines).attr("stroke-width",.5),r.append("path").attr("d","M6,10 L10,6").attr("stroke",ur.dataMissingHatch.lines).attr("stroke-width",.5)}function GN(e,t){const r=e.append("pattern").attr("id",`${t}-noLstHatchPattern`).attr("x",0).attr("y",0).attr("width",8).attr("height",8).attr("patternUnits","userSpaceOnUse");r.append("rect").attr("x",0).attr("y",0).attr("width",8).attr("height",8).attr("fill",ur.noLstHatch.background),r.append("path").attr("d","M0,0 L8,8").attr("stroke",ur.noLstHatch.lines).attr("stroke-width",.5),r.append("path").attr("d","M-2,6 L2,10").attr("stroke",ur.noLstHatch.lines).attr("stroke-width",.5),r.append("path").attr("d","M6,-2 L10,2").attr("stroke",ur.noLstHatch.lines).attr("stroke-width",.5)}function zu(e,t){let r=e.select("defs");r.empty()&&(r=e.append("defs")),WN(r,t),HN(r,t),GN(r,t)}function rx(e,t){if(e.startsWith("url(#")&&e.endsWith(")")){const r=e.slice(5,-1);return`url(#${t}-${r})`}return e}function Zv(e){return e.includes("greyHatchPattern")?ur.greyHatch.lines:e.includes("dataMissingHatchPattern")?ur.dataMissingHatch.lines:e.includes("noLstHatchPattern")?ur.noLstHatch.lines:e}function Ny(e,t,r,n){const{xScale:i,yScale:a,addClasses:o=!0,instanceId:s}=n,u=Wi().x(h=>i(new Date(h.data.timestamp))).y0(h=>a(h[0])).y1(h=>a(h[1])).curve(vi),l=kv().x(h=>i(new Date(h.data.timestamp))).y(h=>a(h[1])).curve(vi),c=s?`areas areas-${s}`:"areas";let f=e.select(s?`.areas-${s}`:".areas");f.empty()&&(f=e.append("g").attr("class",c)),t.forEach((h,p)=>{var v;const y=r[p];if(!y)return;const d=((v=y.parliamentMapping)==null?void 0:v.isSpecialCategory)??!1,m=Zv(y.color);if(d){const _=f.append("path").datum(h).attr("fill","none").attr("stroke",m).attr("stroke-width",3).attr("stroke-dasharray","15 8").attr("d",l).style("pointer-events","none");if(o){const b=s?`area area-${s} area-${y.dataKey}`:`area area-${y.dataKey}`;_.attr("class",b)}}else{const _=f.append("path").datum(h).attr("fill",y.color).attr("fill-opacity",y.fillOpacity??.7).attr("stroke",m).attr("stroke-width",y.strokeWidth??1.5).attr("d",u).style("pointer-events","none");if(o){const b=s?`area area-${s} area-${y.dataKey}`:`area area-${y.dataKey}`;_.attr("class",b)}}})}function KN(e,t){var n;const r=[];for(const i of e){let a=0;for(const o of t){const s=i[o.dataKey]||0,u=a,l=a+s;r.push({timestamp:i.timestamp,category:o.label,dataKey:o.dataKey,y0:u,y1:l,value:s,color:o.color,isSpecialCategory:((n=o.parliamentMapping)==null?void 0:n.isSpecialCategory)??!1}),a+=s}}return r}function He(e){return e.replace(/[^a-zA-Z0-9-_]/g,"-")}function oE(e,t,r,n){const{centerX:i,centerY:a,addClasses:o=!0,instanceId:s,parliamentRadius:u=200}=n,l=s?`parliament parliament-${s}`:"parliament";let c=e.select(s?`.parliament-${s}`:".parliament");c.empty()&&(c=e.append("g").attr("class",l)),t.seats.forEach(p=>{const y=r.find(v=>v.label===p.category);if(!y)return;const d=c.append("circle").attr("cx",i+p.x).attr("cy",a+p.y).attr("r",p.radius).attr("fill",y.color).attr("stroke",y.color).attr("stroke-width",.5),m=c.append("circle").attr("cx",i+p.x).attr("cy",a+p.y).attr("r",p.radius*2.5).attr("fill","transparent").attr("stroke","none").attr("pointer-events","all");if(o){const v=s?`seat seat-${s} seat-${He(p.category)}`:`seat seat-${He(p.category)}`;d.attr("class",v),m.attr("class",v)}});const f=s?`parliament-label parliament-label-${s}`:"parliament-label";if(e.select(`.${f.split(" ")[0]}`).empty()){const p=e.append("g").attr("class",f).attr("transform",`translate(${i},${a-u*.15})`).style("opacity","0").style("pointer-events","none");p.append("text").attr("class","label-category").attr("text-anchor","middle").attr("dy","-15").style("font-size","22px").style("fill","#666").style("font-family","system-ui, -apple-system, sans-serif"),p.append("text").attr("class","label-value").attr("text-anchor","middle").attr("dy","35").style("font-size","48px").style("font-weight","bold").style("font-family","system-ui, -apple-system, sans-serif");const y=p.append("g").attr("class","scale-indicator").attr("transform","translate(0, 65)").style("opacity","0");y.append("circle").attr("r",4).attr("cx",-30).attr("cy",0).style("fill","#888"),y.append("text").attr("x",-20).attr("y",0).attr("dy","0.35em").attr("text-anchor","start").style("font-size","18px").style("fill","#666").style("font-style","italic").style("font-family","system-ui, -apple-system, sans-serif")}}function XN(e,t,r,n,i,a,o=!1){var f;const s=new Map;let u=i;if(t.length>0&&((f=t[0])==null?void 0:f.timestamp)!==void 0){const h=t[0].timestamp;u=r(new Date(h))}const l=new Map;for(const h of e.seats)l.has(h.category)||l.set(h.category,[]),l.get(h.category).push(h);const c=new Map;for(const h of t)c.set(h.dataKey,{y0:h.y0,y1:h.y1,isSpecialCategory:h.isSpecialCategory}),h.label&&h.label!==h.dataKey&&c.set(h.label,{y0:h.y0,y1:h.y1,isSpecialCategory:h.isSpecialCategory});for(const h of e.seats){const p=c.get(h.category);if(!p){s.set(h,{x:u,y:a/2});continue}const y=n(p.y0),d=n(p.y1);let m;if(o){const v=l.get(h.category)??[],_=h.seatIndex,b=v.length;if(b===1)m=(y+d)/2;else{const x=_/(b-1);m=y+(d-y)*x}}else m=d;s.set(h,{x:u,y:m})}return s}function YN(e,t,r){var o;if(e.length===0)return[];const n=e[e.length-1],i=[];let a=0;for(const s of t){const u=n[s.dataKey]||0,l=a,c=a+u;i.push({dataKey:s.dataKey,label:s.label,y0:l,y1:c,value:u,timestamp:n.timestamp,isSpecialCategory:((o=s.parliamentMapping)==null?void 0:o.isSpecialCategory)??!1}),a+=u}return i}function VN(e){const t=e;return{seatsToLines:t*.2,seatsToBar:t*.07,crossFadePause:t*.003,barSlideToTimeline:t*.22,axesAndBarsGrow:t*.22,barsToArea:t*.287}}const Gi=new Map;ee.prototype.transition=lv;const ZN=({containerRef:e,data:t,categories:r,mode:n,width:i,height:a,margin:o,timeRange:s,showGrid:u=!0,showAxes:l=!0,axisLabelColor:c,formatDate:f,formatValue:h,markers:p=[],arcAngle:y=200,parliamentRadius:d=200,seatSize:m=4.5,animationDuration:v=900,onMorphComplete:_,onAnimationStateChange:b,onTimelineReady:x,onAnimationProgress:g,onHoveredDataChange:w,hoveredCategory:S,maxSeats:A=2e3,parliamentTimestamp:T,enableBrush:M=!1,onTimeRangeChange:P,minAllowedTime:E,maxAllowedTime:k,showScaleIndicator:$=!1,reposPerSeat:j=1,timelineEvents:C=[],showTimeline:I=!1,timelineHeight:U=40,timelineOffset:W=35,brushColor:D="#69b3a2"})=>{const[L,B]=O.useState("area"),[N,X]=O.useState(!1),[F,G]=O.useState(null),[Z,H]=O.useState(0),[q,Y]=O.useState(null),[Q,R]=O.useState(null),[J,z]=O.useState([]),ut=O.useRef(null),ft=O.useRef(n),ot=O.useRef(!0),dt=O.useRef(!1),ht=O.useRef(`morph-${Math.random().toString(36).substr(2,9)}`),At=O.useRef(void 0),at=O.useRef(s),pt=O.useRef(_),Pt=O.useRef(b),Ct=O.useRef(x),ue=O.useRef(g),jt=O.useRef(w);O.useEffect(()=>{pt.current=_,Pt.current=b,Ct.current=x,ue.current=g,jt.current=w},[_,b,x,g,w]),O.useEffect(()=>{if(e.current&&L==="parliament")if(S){const Xt=r.find(Wt=>Wt.dataKey===S);if(Xt){const Wt=Xt.label;if(G(Wt),bs(e.current,Wt),t.length>0){const nr=t[t.length-1],Yr=Math.round(nr.values[Xt.dataKey]||0),Ve={label:Xt.label,value:Yr,color:Zv(Xt.color)};Ll(e.current,Ve,$,j,ht.current)}}}else G(null),bs(e.current,null),Ll(e.current,null,$,j,ht.current)},[S,L,r,t,$,j]);const Rt=i-o.left-o.right,me=a-o.top-o.bottom;return O.useEffect(()=>{var bt;if(!e.current||t.length===0||r.length===0||(At.current&&(At.current(),At.current=void 0),dt.current))return;const Xt=ee(e.current),Wt=n!==ft.current;ot.current?(Xt.selectAll("*").remove(),zu(Xt,ht.current),ot.current=!1):Wt||(Xt.selectAll("*").remove(),zu(Xt,ht.current));const nr=t[t.length-1],Yr=r.reduce((ct,St)=>ct+(nr.values[St.dataKey]||0),0),Ve=t.map(ct=>{const St={timestamp:ct.timestamp};for(const Mt of r)St[Mt.dataKey]=ct.values[Mt.dataKey]||0;return St}),ir=r.map(ct=>ct.dataKey),Me=Ml().keys(ir),Vr=Me(Ve),jr=t.map(ct=>ct.timestamp),Qn=Wt||!s?Math.min(...jr):s[0],ar=Wt||!s?Math.max(...jr):s[1],cn=[...jr].sort((ct,St)=>ct-St),vr=[];for(let ct=0;ct<cn.length-1;ct++)vr.push(cn[ct+1]-cn[ct]);const Ci=vr.length>0?vr.reduce((ct,St)=>ct+St,0)/vr.length:0,ti=ar+Ci*1.15,Ze=Al().domain([new Date(Qn),new Date(ti)]).range([0,Rt]),ei=Ve.filter(ct=>ct.timestamp>=Qn&&ct.timestamp<=ar),fn=Me(ei),fe=fn.length>0?Math.max(...fn[fn.length-1].map(ct=>ct[1]??0)):0,Be=oa().domain([0,fe*1.15]).range([me,0]),Je=r.map(ct=>({...ct,color:rx(ct.color,ht.current)})),Zr=Je.map(ct=>({dataKey:ct.dataKey,label:ct.label,color:ct.color,value:nr.values[ct.dataKey]||0})),hn=UN(Zr,Yr,A).reverse(),pn=zN(hn,{arcAngle:y,radius:d,seatSize:m,minSeatSize:4,maxSeatSize:18,spacing:1.1,innerRadiusRatio:.4});ut.current=pn;const et=YN(Ve,r),mt=XN(pn,et,Ze,Be,Rt,me);if(Wt&&!dt.current){dt.current=!0,X(!0),(bt=Pt.current)==null||bt.call(Pt,!0),Y(null),z([]),H(0);let ct=Xt.select("g[transform]");if(ct.empty()&&(ct=Xt.select("g")),ct.empty()){Xt.selectAll("*").remove(),zu(Xt,ht.current),Uf(Xt,n==="parliament"?"parliament":"area",Vr,Je,pn,Ze,Be,Rt,me,o,u,l,c,f,h,M,P,ht.current,p,s,z,Y,C,I,U,W,R,E,k,D),X(!1),B(n==="parliament"?"parliament":"area"),H(n==="parliament"?1:0),ft.current=n;return}const St=setTimeout(()=>{dt.current=!1,X(!1),ft.current=n},v*3);eL(Xt,n,Vr,Je,pn,mt,Ze,Be,Rt,me,o,v,()=>{var Mt,ne;if(clearTimeout(St),dt.current=!1,X(!1),B(n==="parliament"?"parliament":"area"),n==="parliament"&&H(1),(Mt=Pt.current)==null||Mt.call(Pt,!1),(ne=pt.current)==null||ne.call(pt),ft.current=n,n==="parliament"&&e.current&&jt.current&&(At.current=Wf(e.current,Je,t,F,G,jt.current,$,j,ht.current)),n!=="parliament"&&e.current){const ie=ee(e.current),ae=ie.select(ht.current?`.main-chart-group-${ht.current}`:".main-chart-group");if(I&&R){const ye=ht.current?`.timeline-track-${ht.current}`:".timeline-track",qe=ht.current?`.timeline-brush-${ht.current}`:".timeline-brush";ae.select(ye).remove(),ae.select(qe).remove(),sE(ie,C,Ze,me,Rt,U,W,ht.current,R,M,P,E,k,D)}if(M&&P&&!I){const ye=ae.select(ht.current?`.chart-content-group-${ht.current}`:".chart-content-group");JN(ye,Rt,me,Ze,P,ht.current,ie,E,k,D)}if(p.length>0&&z&&Y&&s){const qe=p.filter(Yt=>Yt.timestamp>=(s[0]??0)-1&&Yt.timestamp<=(s[1]??1/0)+1).map(Yt=>({...Yt,x:Ze(new Date(Yt.timestamp))}));if(z(qe),qe.length>0){QN(ae,qe,me,Rt,M,Y,ht.current);const Yt=ae.select(ht.current?`.markers-${ht.current}`:".markers");if(!Yt.empty()){ae.selectAll(".marker-hover-overlay").remove();const Rr=ae.append("rect").attr("class","marker-hover-overlay").attr("x",0).attr("y",0).attr("width",Rt).attr("height",me).attr("fill","none").attr("pointer-events","all");let br=null;Rr.on("mousemove",function(Mi){const[_a]=ks(Mi,this);let dn=null,ki=1/0;if(qe.forEach(Fo=>{const mn=Math.abs(_a-Fo.x);mn<ki&&(ki=mn,dn=Fo)}),!dn||ki>50){br!==null&&(br=null,Yt.selectAll(".marker-line").attr("opacity",0),Yt.selectAll(".marker-label").attr("opacity",0),Y(null));return}const Dr=dn;br!==Dr.timestamp&&(br=Dr.timestamp,Yt.selectAll(".marker-line").attr("opacity",0),Yt.selectAll(".marker-label").attr("opacity",0),Yt.selectAll(".marker-line").filter(function(){return ee(this).attr("data-timestamp")===String(Dr.timestamp)}).attr("opacity",.6),Yt.selectAll(".marker-label").filter(function(){return ee(this).attr("data-timestamp")===String(Dr.timestamp)}).attr("opacity",1),Y(Dr))}),Rr.on("mouseleave",function(){br=null,Yt.selectAll(".marker-line").attr("opacity",0),Yt.selectAll(".marker-label").attr("opacity",0),Y(null)})}}}}},l,f,h,Ct.current,(Mt,ne)=>{var ie;if(n==="parliament"&&Mt>=.95){const ae=(Mt-.95)/.05;H(Math.min(ae,1))}(ie=ue.current)==null||ie.call(ue,Mt,ne)},T,ht.current)}else ft.current=n,n==="parliament"&&(Y(null),z([])),Uf(Xt,n==="parliament"?"parliament":"area",Vr,Je,pn,Ze,Be,Rt,me,o,u,l,c,f,h,M,P,ht.current,p,s,z,Y,C,I,U,W,R,E,k,D),B(n==="parliament"?"parliament":"area"),H(n==="parliament"?1:0),n==="parliament"&&e.current&&jt.current&&(At.current=Wf(e.current,Je,t,F,G,jt.current,$,j,ht.current));return()=>{At.current&&(At.current(),At.current=void 0)}},[n]),O.useEffect(()=>{var ei,fn;if(!e.current||t.length===0||dt.current)return;if(ot.current){at.current=s;return}if(!(s!==at.current&&((s==null?void 0:s[0])!==((ei=at.current)==null?void 0:ei[0])||(s==null?void 0:s[1])!==((fn=at.current)==null?void 0:fn[1]))))return;at.current=s;const Wt=ee(e.current),nr=t.map(fe=>{const Be={timestamp:fe.timestamp};for(const Je of r)Be[Je.dataKey]=fe.values[Je.dataKey]||0;return Be}),Yr=r.map(fe=>fe.dataKey),ir=Ml().keys(Yr)(nr),Me=t.map(fe=>fe.timestamp),Vr=s?s[0]:Math.min(...Me),jr=s?s[1]:Math.max(...Me),ar=(Me.length>1?(Me[Me.length-1]-Me[0])/(Me.length-1):0)*.5,cn=Al().domain([new Date(Vr-ar),new Date(jr+ar)]).range([0,i-o.left-o.right]),vr=Math.max(...ir[ir.length-1].map(fe=>fe[1])),Ci=oa().domain([0,vr*1.1]).range([a-o.top-o.bottom,0]);if(!ut.current)return;const ti=ut.current,Ze=r.map(fe=>({...fe,color:rx(fe.color,ht.current)}));Wt.selectAll("*").remove(),zu(Wt,ht.current),Uf(Wt,L==="parliament"?"parliament":"area",ir,Ze,ti,cn,Ci,i-o.left-o.right,a-o.top-o.bottom,o,u,l,c,f,h,M,P,ht.current,p,s,z,Y,C,I,U,W,R,E,k,D),L==="parliament"&&e.current&&jt.current&&(At.current=Wf(e.current,Ze,t,F,G,jt.current,$,j,ht.current))},[s]),{isMorphing:N,currentMode:L,hoveredCategory:F,scaleIndicatorOpacity:Z,visibleMarkers:J,hoveredMarker:q,setHoveredMarker:Y,hoveredTimelineEvent:Q,setHoveredTimelineEvent:R}};function JN(e,t,r,n,i,a,o,s,u,l){const c=s,f=u,h=Pc().extent([[0,0],[t,r]]).on("start",y=>{if(!y.selection&&c!==void 0&&f!==void 0){const d=y.sourceEvent;if(d){const m=d.offsetX,v=+n.invert(m);if(v<c||v>f){o.select(".brush").call(h.move,null);return}}}}).on("brush",y=>{if(!y.selection)return;const[d,m]=y.selection;let v=+n.invert(d),_=+n.invert(m);c!==void 0&&(v=Math.max(v,c),_=Math.max(_,c)),f!==void 0&&(v=Math.min(v,f),_=Math.min(_,f));const b=n(new Date(v)),x=n(new Date(_));(b!==d||x!==m)&&o.select(".brush").call(h.move,[b,x])}).on("end",y=>{if(!y.selection)return;const[d,m]=y.selection,v=[+n.invert(d),+n.invert(m)];c!==void 0&&(v[0]=Math.max(v[0],c)),f!==void 0&&(v[1]=Math.min(v[1],f)),i(v),o.select(".brush").call(h.move,null)}),p=e.append("g").attr("class","brush").call(h);p.selectAll(".selection").attr("fill",l).attr("fill-opacity",.2).attr("stroke",l).attr("stroke-width",1),p.selectAll(".handle").attr("fill",l).attr("fill-opacity",.8),p.on("dblclick",()=>{const y=n.domain(),d=[+y[0],+y[1]];s!==void 0&&(d[0]=Math.max(d[0],s)),u!==void 0&&(d[1]=Math.min(d[1],u)),i(d)})}function QN(e,t,r,n,i,a,o){const s=o?`markers markers-${o}`:"markers",u=e.append("g").attr("class",s);t.forEach(l=>{u.append("line").attr("class","marker-line").attr("data-timestamp",l.timestamp).attr("x1",l.x).attr("x2",l.x).attr("y1",0).attr("y2",r).attr("stroke",l.color??"#2F42FF").attr("stroke-width",2).attr("opacity",0),l.label&&u.append("text").attr("class","marker-label").attr("data-timestamp",l.timestamp).attr("x",l.x).attr("y",-5).attr("text-anchor","middle").attr("font-size",10).attr("fill",l.color??"#2F42FF").attr("opacity",0)})}function tL(e,t,r,n,i,a,o){let s=null,u;a?u=e.select(".brush .overlay"):u=e.append("rect").attr("class","marker-hover-overlay").attr("width",n).attr("height",i).attr("fill","none").attr("pointer-events","all");const l=c=>{let f=null,h=1/0;if(r.forEach(d=>{const m=Math.abs(c-d.x);m<h&&(h=m,f=d)}),!f||h>50)return s!==null&&(s=null,t.selectAll(".marker-line").attr("opacity",0),t.selectAll(".marker-label").attr("opacity",0),o(null)),!1;const y=f;return s===y.timestamp||(s=y.timestamp,t.selectAll(".marker-line").attr("opacity",0),t.selectAll(".marker-label").attr("opacity",0),t.selectAll(".marker-line").filter(function(){return ee(this).attr("data-timestamp")===String(y.timestamp)}).attr("opacity",.6),t.selectAll(".marker-label").filter(function(){return ee(this).attr("data-timestamp")===String(y.timestamp)}).attr("opacity",1),o(y)),!0};u.on("mousemove",function(c){const[f]=ks(c,this);l(f)}),u.on("mouseleave",function(){s=null,t.selectAll(".marker-line").attr("opacity",0),t.selectAll(".marker-label").attr("opacity",0),o(null)})}function Uf(e,t,r,n,i,a,o,s,u,l,c,f,h,p,y,d=!1,m,v,_=[],b=[0,0],x,g,w=[],S=!1,A=40,T=15,M,P,E,k="#69b3a2"){const $=P,j=E;let C=null;const I=v?`main-chart-group main-chart-group-${v}`:"main-chart-group",U=e.append("g").attr("class",I).attr("transform",`translate(${l.left},${l.top})`),W=v?`chart-clip-${v}`:`chart-clip-${Math.random().toString(36).substr(2,9)}`;e.select("defs").append("clipPath").attr("id",W).append("rect").attr("x",0).attr("y",0).attr("width",s).attr("height",u);const D=v?`chart-content-group chart-content-group-${v}`:"chart-content-group",L=U.append("g").attr("class",D).attr("clip-path",`url(#${W})`);if(c&&t!=="parliament"&&(L.append("g").attr("class","grid grid-vertical").attr("opacity",.1).call(Cs(a).ticks(6).tickSize(u).tickFormat(()=>"")),L.append("g").attr("class","grid grid-horizontal").attr("opacity",.1).call(Ms(o).ticks(5).tickSize(-s).tickFormat(()=>""))),t==="area"&&(Ny(L,r,n,{xScale:a,yScale:o,addClasses:!0,instanceId:v}),_.length>0)){const N=_.filter(X=>X.timestamp>=b[0]-1&&X.timestamp<=b[1]+1).map(X=>({...X,x:a(new Date(X.timestamp))}));C={markersGroup:null,visibleMarkers:N},x&&x(N)}if(t==="parliament"){const B=s/2,N=i.radius+10,X=u-i.radius*.3,F=Math.max(N,X);oE(L,i,n,{centerX:B,centerY:F,addClasses:!0,instanceId:v,parliamentRadius:i.radius})}if(f&&t!=="parliament"){const B=Cs(a).ticks(6);p&&B.tickFormat(H=>p(+H));const X=U.append("g").attr("class","axis axis-x").attr("transform",`translate(0,${u})`).call(B).selectAll("text").attr("font-size",14).attr("font-weight",500);h&&X.attr("fill",h);const F=Ms(o).ticks(5);y&&F.tickFormat(H=>y(+H));const Z=U.append("g").attr("class","axis axis-y").call(F).selectAll("text").attr("font-size",14).attr("font-weight",500);h&&Z.attr("fill",h)}if(d&&m&&t==="area"){const B=$,N=j,X=Pc().extent([[0,0],[s,u]]).on("start",G=>{if(!G.selection&&B!==void 0&&N!==void 0){const Z=G.sourceEvent;if(Z){const H=Z.offsetX-((l==null?void 0:l.left)||0),q=+a.invert(H);if(q<B||q>N){e.select(".brush").call(X.move,null);return}}}}).on("brush",G=>{if(!G.selection)return;const[Z,H]=G.selection;let q=+a.invert(Z),Y=+a.invert(H);B!==void 0&&(q=Math.max(q,B),Y=Math.max(Y,B)),N!==void 0&&(q=Math.min(q,N),Y=Math.min(Y,N));const Q=a(new Date(q)),R=a(new Date(Y));(Q!==Z||R!==H)&&e.select(".brush").call(X.move,[Q,R])}).on("end",G=>{if(!G.selection)return;const[Z,H]=G.selection,q=[+a.invert(Z),+a.invert(H)];B!==void 0&&(q[0]=Math.max(q[0],B)),N!==void 0&&(q[1]=Math.min(q[1],N)),m(q),e.select(".brush").call(X.move,null)}),F=L.append("g").attr("class","brush").call(X);F.selectAll(".selection").attr("fill",k).attr("fill-opacity",.2).attr("stroke",k).attr("stroke-width",1),F.selectAll(".handle").attr("fill",k).attr("fill-opacity",.8),F.on("dblclick",()=>{const G=a.domain(),Z=[+G[0],+G[1]];m(Z)})}if(t==="area"&&C&&C.visibleMarkers.length>0){const B=U.append("g").attr("class","markers").attr("clip-path",`url(#${W})`);C.visibleMarkers.forEach(N=>{B.append("line").attr("class","marker-line").attr("data-timestamp",N.timestamp).attr("x1",N.x).attr("x2",N.x).attr("y1",0).attr("y2",u).attr("stroke",N.color??"#2F42FF").attr("stroke-width",2).attr("opacity",0),N.label&&B.append("text").attr("class","marker-label").attr("data-timestamp",N.timestamp).attr("x",N.x).attr("y",-5).attr("text-anchor","middle").attr("font-size",10).attr("fill",N.color??"#2F42FF").attr("opacity",0)}),C.markersGroup=B}t==="area"&&S&&M&&sE(e,w,a,u,s,A,T,v,M,d,m,$,j,k),C&&C.visibleMarkers.length>0&&g&&t==="area"&&tL(L,C.markersGroup,C.visibleMarkers,s,u,d,g)}function sE(e,t,r,n,i,a,o,s,u,l=!1,c,f,h,p="#69b3a2"){const y=n+o,d=e.select(s?`.main-chart-group-${s}`:".main-chart-group"),m=s?`timeline-track timeline-track-${s}`:"timeline-track",v=d.append("g").attr("class",m),_=s?`timeline-clip-${s}`:`timeline-clip-${Math.random().toString(36).substr(2,9)}`;e.append("defs").append("clipPath").attr("id",_).append("rect").attr("x",0).attr("y",y).attr("width",i).attr("height",a),v.append("rect").attr("class","timeline-background").attr("x",0).attr("y",y).attr("width",i).attr("height",a).attr("fill","#FFFFFF").attr("stroke","#9CA3AF").attr("stroke-width",1);const b=v.append("g").attr("clip-path",`url(#${_})`),x=3,g=b.selectAll(".timeline-event").data(t).enter().append("rect").attr("class","timeline-event").attr("x",S=>r(new Date(S.timestamp))-x/2).attr("y",y).attr("width",x).attr("height",a).attr("fill",S=>S.color||"#2F42FF").attr("stroke","none").attr("cursor","pointer").attr("data-timestamp",S=>S.timestamp).attr("data-event-name",S=>S.eventName),w=6;if(g.on("mouseenter",function(S,A){const T=ee(this),M=r(new Date(A.timestamp));T.transition().duration(150).attr("x",M-w/2).attr("width",w),u&&u({timestamp:A.timestamp,eventName:A.eventName,x:M})}).on("mouseleave",function(S,A){const T=ee(this),M=r(new Date(A.timestamp));T.transition().duration(150).attr("x",M-x/2).attr("width",x),u&&u(null)}),l&&c){const S=f,A=h,T=Pc().extent([[0,y],[i,y+a]]).on("start",E=>{if(!E.selection&&S!==void 0&&A!==void 0){const k=E.sourceEvent;if(k){const $=k.offsetX,j=+r.invert($);if(j<S||j>A){const C=s?`.timeline-brush-${s}`:".timeline-brush";e.select(C).call(T.move,null);return}}}}).on("brush",E=>{if(!E.selection)return;const[k,$]=E.selection;let j=+r.invert(k),C=+r.invert($);S!==void 0&&(j=Math.max(j,S),C=Math.max(C,S)),A!==void 0&&(j=Math.min(j,A),C=Math.min(C,A));const I=r(new Date(j)),U=r(new Date(C));if(I!==k||U!==$){const W=s?`.timeline-brush-${s}`:".timeline-brush";e.select(W).call(T.move,[I,U])}}).on("end",E=>{if(!E.selection)return;const[k,$]=E.selection,j=[+r.invert(k),+r.invert($)];S!==void 0&&(j[0]=Math.max(j[0],S)),A!==void 0&&(j[1]=Math.min(j[1],A)),c(j);const C=s?`.timeline-brush-${s}`:".timeline-brush";e.select(C).call(T.move,null)}),M=s?`timeline-brush timeline-brush-${s}`:"timeline-brush",P=d.append("g").attr("class",M).call(T);P.selectAll(".selection").attr("fill",p).attr("fill-opacity",.2).attr("stroke",p).attr("stroke-width",1),P.selectAll(".handle").attr("fill",p).attr("fill-opacity",.8),P.on("dblclick",()=>{const E=r.domain(),k=[+E[0],+E[1]];c(k)})}}function eL(e,t,r,n,i,a,o,s,u,l,c,f,h,p=!0,y,d,m,v,_,b){const x=e.select(b?`.main-chart-group-${b}`:".main-chart-group");x.selectAll(".markers").remove(),x.selectAll(".marker-hover-overlay").remove(),x.selectAll(".brush").remove(),t==="stacked-area"||t==="area"?rL(x,r,n,i,a,o,s,u,l,f,h,p,y,d,m,v,_,b):nL(x,r,n,i,a,o,s,u,l,f,h,p,y,d,m,v,_,b)}function vs(e,t,r,n,i,a,o,s){const u=e[a];if(!u)return"";const l=u.find(w=>w.data.timestamp===o);if(!l)return"";const c=l.data,f=t[a];if(!f)return"";const h=f.dataKey,p=c[h];if(!p||p<=0)return"";const y=r.get(o);if(!y)return"";const d=y.x,m=y.width,v=l[0],_=l[1],b=s?i:n(v),x=s?i:n(_),g=[];return g.push(`M ${d} ${b}`),g.push(`L ${d} ${x}`),g.push(`L ${d+m} ${x}`),g.push(`L ${d+m} ${b}`),g.push("Z"),g.join(" ")}function rL(e,t,r,n,i,a,o,s,u,l,c,f=!0,h,p,y,d,m,v){var Ru;const _=v?`.seat-${v}`:".seat",b=e.selectAll(_),x=v?`.chart-content-group-${v}`:".chart-content-group";let g=e.select(x);if(g.empty()){const rt=e.attr("clip-path"),st=rt?((Ru=rt.match(/url\(#(.+)\)/))==null?void 0:Ru[1])||`chart-clip-${Math.random().toString(36).substr(2,9)}`:`chart-clip-${Math.random().toString(36).substr(2,9)}`,gt=v?`chart-content-group chart-content-group-${v}`:"chart-content-group";g=e.append("g").attr("class",gt).attr("clip-path",`url(#${st})`)}if(b.size()===0){Ny(e,t,r,{xScale:a,yScale:o,addClasses:!0,instanceId:v}),c();return}const w=VN(l),S=v?Gi.get(v):void 0;S&&(S.destroy(),v&&Gi.delete(v));const A=rt=>rt<.2?"seatsToRings":rt<.35?"ringsToBar":rt<.464?"axesReveal":rt<.6?"barSlide":rt<.82?"barsGrow":"barsToArea",T=new aE({seatsToRings:w.seatsToLines,ringsToBar:w.seatsToBar,axesReveal:w.barSlideToTimeline*.3,barSlide:w.barSlideToTimeline*.7,barsGrow:w.axesAndBarsGrow,barsToArea:w.barsToArea},{onStageComplete:rt=>{},onProgress:rt=>{if(d){const st=A(rt);d(rt,st)}},onComplete:()=>{c()}});v&&Gi.set(v,T),y&&y(T.getControls().getTimeline());const M=t[0].map(rt=>rt.data),P=KN(M,r),E=s/2,k=n.radius+10,$=u-n.radius*.3,j=Math.max(k,$),C=M.map(rt=>rt.timestamp),I=m??Math.max(...C),U=new Map,W=[];C.forEach((rt,st)=>{const gt=a(new Date(rt)),kt=C[st+1];if(kt){const Qt=a(new Date(kt))-gt;W.push(Qt)}});const D=W.length>0?W.reduce((rt,st)=>rt+st,0)/W.length:30;C.forEach((rt,st)=>{const gt=a(new Date(rt)),kt=C[st+1],Qt=st===C.length-1?D:a(new Date(kt))-gt;U.set(rt,{x:gt,width:Qt})});const L=P.filter(rt=>rt.timestamp===I),B=U.get(I),N=666,X=v?`parliament-bar-path parliament-bar-path-${v}`:"parliament-bar-path",F=g.append("g").attr("class",X);L.sort((rt,st)=>st.y0-rt.y0),new Map().set(I,{x:N-B.width/2,width:B.width});const Z=[],H=(n.radius-n.innerRadius)*.6,Y=u*.8,Q=j,R=L.reduce((rt,st)=>rt+(st.y1-st.y0),0);let J=0;r.forEach(rt=>{const st=L.find(De=>De.dataKey===rt.dataKey);if(!st)return;const he=(st.y1-st.y0)/R*Y,Qt=Q-J,Fe=Q-J-he,Re=N-H/2,or=`M ${Re} ${Qt} L ${Re} ${Fe} L ${Re+H} ${Fe} L ${Re+H} ${Qt} Z`;J+=he;const xr=F.append("path").attr("class",`parliament-bar-segment category-${He(st.dataKey)}`).attr("d",or).attr("fill",st.color).style("opacity",0).node();xr&&Z.push(xr)}),v&&(window.orchestratorMap=Gi);const z=T.getControls().getTimeline(),ut=w.seatsToLines/1e3,ft=w.seatsToBar/1e3;z.call(()=>{d==null||d(z.progress(),"seatsToRings")},[],"seatsToRings");const ot=b.nodes(),dt=E,ht=j,At=Math.max(...n.seats.map(rt=>rt.ring)),at=n.seats.filter(rt=>rt.ring===At),pt=e.append("g").attr("class",`seat-lines-${v||"default"}`),Pt=r.map(rt=>{const st=b.filter(`.seat-${He(rt.dataKey)}`).size();return st>0?{name:rt.dataKey,seatCount:st,color:rt.color}:null}).filter(rt=>rt!==null).reverse(),Ct=Pt.reduce((rt,st)=>rt+st.seatCount,0),ue=at.length,jt=n.radius-n.innerRadius,Rt=jt*.6,me=Rt/2,Xt=jt*.6,Wt=[];let nr=0;Pt.forEach(rt=>{const st=Math.max(1,Math.round(rt.seatCount/Ct*ue));for(let gt=0;gt<st;gt++){const kt=(nr+gt)/ue,he=n.arcAngle*Math.PI/180,Fe=-he/2-Math.PI/2+kt*he,Re=(n.innerRadius+n.radius)/2,or=dt+Math.cos(Fe)*Re,xr=ht+Math.sin(Fe)*Re,De=Math.cos(Fe),ri=Math.sin(Fe),$i=or-me*De,wa=xr-me*ri,Se=or+me*De,ni=xr+me*ri,ii=pt.append("line").attr("class","seat-line").attr("x1",$i).attr("y1",wa).attr("x2",Se).attr("y2",ni).attr("stroke",rt.color).attr("stroke-width",n.seatSize*2).attr("stroke-linecap","butt").style("opacity",0).attr("data-angle",Fe*180/Math.PI).attr("data-center-x",or).attr("data-center-y",xr).attr("data-initial-length",Rt).node();Wt.push({element:ii,angle:Fe})}nr+=st});const Yr=()=>{pt.remove()},Ve=ut*.5,ir=0,Me=[];if(Me.push(...ot),Me.sort((rt,st)=>{const gt=parseInt(rt.getAttribute("data-layout-index")||"-1",10),kt=parseInt(st.getAttribute("data-layout-index")||"-1",10);return gt-kt}),Me.length>0&&Wt.length>0){const rt=Wt.map(st=>st.element);z.to(Me,{attr:{r:1.5},duration:Ve*.3,ease:"power2.in"},`seatsToRings+=${ir}`),rt.forEach(st=>{const gt=st.getAttribute("x1")||"0",kt=st.getAttribute("y1")||"0",he=st.getAttribute("x2")||"0",Qt=st.getAttribute("y2")||"0";st.setAttribute("data-final-x1",gt),st.setAttribute("data-final-y1",kt),st.setAttribute("data-final-x2",he),st.setAttribute("data-final-y2",Qt),st.setAttribute("x1",gt),st.setAttribute("y1",kt),st.setAttribute("x2",gt),st.setAttribute("y2",kt)}),z.to(rt,{attr:{x2:(st,gt)=>parseFloat(gt.getAttribute("data-final-x2")||"0"),y2:(st,gt)=>parseFloat(gt.getAttribute("data-final-y2")||"0")},opacity:.9,duration:Ve*.6,ease:"power2.out"},`seatsToRings+=${ir+Ve*.2}`),z.to(Me,{opacity:0,duration:Ve*.3,ease:"power2.out"},`seatsToRings+=${ir+Ve*.3}`)}const Vr=ut*.05,jr=ut*.7,Qn=ir+Ve+Vr;if(Wt.length>0){const rt=N,st=j,kt=u*.8/Wt.length,he=st,Qt=[...Wt].sort((or,xr)=>xr.angle-or.angle),Re=.6/Qt.length;Qt.forEach((or,xr)=>{const De=rt,$i=he-xr*kt,wa=Re*xr*jr,Se=or.element,ni=parseFloat(Se.getAttribute("data-final-x1")||"0"),ii=parseFloat(Se.getAttribute("data-final-y1")||"0"),zo=parseFloat(Se.getAttribute("data-final-x2")||"0"),Sa=parseFloat(Se.getAttribute("data-final-y2")||"0"),Du=(ni+zo)/2,yn=(ii+Sa)/2,ai=Math.atan2(Sa-ii,zo-ni),ji=Math.sqrt(Math.pow(zo-ni,2)+Math.pow(Sa-ii,2));z.to({progress:0},{progress:1,duration:jr*.5,ease:"power2.inOut",delay:wa,onUpdate:function(){const ge=this.progress(),mf=Du+(De-Du)*ge,yf=yn+($i-yn)*ge,gn=40*4*ge*(1-ge),Ri=mf,Di=yf-gn,vf=0-ai,kn=ai+vf*ge*ge,Iu=(ji+(Xt-ji)*ge)/2,ik=Ri-Iu*Math.cos(kn),ak=Di-Iu*Math.sin(kn),ok=Ri+Iu*Math.cos(kn),sk=Di+Iu*Math.sin(kn);Se.setAttribute("x1",ik.toString()),Se.setAttribute("y1",ak.toString()),Se.setAttribute("x2",ok.toString()),Se.setAttribute("y2",sk.toString())},onComplete:function(){const ge=Xt/2;Se.setAttribute("x1",(De-ge).toString()),Se.setAttribute("y1",$i.toString()),Se.setAttribute("x2",(De+ge).toString()),Se.setAttribute("y2",$i.toString())}},`seatsToRings+=${Qn}`),z.to(or.element,{opacity:.95,duration:jr*.3,ease:"power2.out",delay:wa},`seatsToRings+=${Qn}`)})}const ar=pt,cn=[];L.forEach((rt,st)=>{const gt=b.filter(`.seat-${He(rt.category)}`),kt=gt.size();if(kt===0)return;const he=o(rt.y1),Qt=o(rt.y0)-o(rt.y1),Fe=gt.nodes().sort((yn,ai)=>{const ji=parseInt(yn.getAttribute("data-layout-index")||"-1",10),ge=parseInt(ai.getAttribute("data-layout-index")||"-1",10);return ji-ge}),Re=Math.max(B.width,100),or=Qt,xr=Re/Math.max(or,1),De=Math.max(2,Math.ceil(Math.sqrt(kt*xr))),ri=Math.ceil(kt/De),$i=Re*.8,wa=or*.8,Se=De>1?$i/(De-1):0,ni=ri>1?wa/(ri-1):0,ii=De>1?(De-1)*Se:0,zo=ri>1?(ri-1)*ni:0,Sa=N-Re/2+(Re-ii)/2,Du=he+(or-zo)/2;Fe.forEach((yn,ai)=>{const ji=parseInt(yn.getAttribute("data-layout-index")||"-1",10),ge=ji>=0?n.seats[ji]:void 0,mf=ge?E+ge.x:parseFloat(yn.getAttribute("cx")||"0"),yf=ge?j+ge.y:parseFloat(yn.getAttribute("cy")||"0"),N0=(ge==null?void 0:ge.radius)||parseFloat(yn.getAttribute("r")||"4"),gn=kt%De;let Ri,Di;if(gn>0&&ai<gn)Di=0,Ri=ai;else{const kn=ai-(gn>0?gn:0);Ri=kn%De,Di=Math.floor(kn/De)+(gn>0?1:0)}let gf=Sa+Ri*Se;if(gn>0&&Di===0){const kn=gn>1?(gn-1)*Se:0,L0=(ii-kn)/2;gf=Sa+L0+Ri*Se}const vf=Du+Di*ni;cn.push({element:yn,startX:mf,startY:yf,startRadius:N0,category:rt.dataKey,segmentIndex:st,endY:vf,endX:gf})})});const vr=cn.map(rt=>{const st=rt.startX-E,gt=rt.startY-j,kt=Math.atan2(gt,st);return{...rt,angle:kt}});vr.sort((rt,st)=>st.angle-rt.angle);const Ci=ft*.8,ti=.6,Ze=vr.length,fn=Ci/Math.max(Ze,1)*(Ze-1)+ti,fe=ft*.3,Be=fn;z.to(Z,{opacity:1,duration:fe,ease:"power2.inOut"},`seatsToBar+=${Be}`),ar&&(z.to(ar.selectAll(".seat-line").nodes(),{opacity:0,duration:fe,ease:"power2.inOut"},`seatsToBar+=${Be}`),z.call(()=>{Yr()},[],`seatsToBar+=${Be+fe}`));const Je=w.barSlideToTimeline/1e3;let Zr=null,hn=null;if(f){const rt=Cs(a).ticks(6);h&&rt.tickFormat(gt=>h(gt.getTime())),Zr=e.append("g").attr("class","axis axis-x").attr("transform",`translate(0,${u})`).attr("opacity",0),Zr.call(rt).selectAll("text").attr("font-size",14).attr("font-weight",500);const st=Ms(o).ticks(5);p&&st.tickFormat(gt=>p(gt)),hn=e.append("g").attr("class","axis axis-y").attr("opacity",0),hn.call(st).selectAll("text").attr("font-size",14).attr("font-weight",500)}const pn=w.crossFadePause/1e3,et=Be+fe+pn;Z.forEach(rt=>{const st=Array.from(rt.classList).find(Qt=>Qt.startsWith("category-"));if(!st||!L.find(Qt=>He(Qt.dataKey)===st.replace("category-","")))return;const kt=r.findIndex(Qt=>He(Qt.dataKey)===st.replace("category-",""));if(kt===-1)return;const he=vs(t,r,U,o,u,kt,I,!1);he&&z.to(rt,{attr:{d:he},duration:Je,ease:"power2.out"},`seatsToBar+=${et}`)});const mt=Wi().x(rt=>a(rt.data.timestamp)).y0(rt=>o(rt[0])).y1(rt=>o(rt[1])).curve(vi),bt=new Map;t.forEach((rt,st)=>{const gt=r[st];if(gt){const kt=mt(rt)||"";bt.set(gt.dataKey,kt)}});const ct=et+Je;f&&Zr&&hn&&z.to([Zr.node(),hn.node()],{opacity:1,duration:.6,ease:"power2.inOut"},`seatsToBar+=${et}`);const St=g.select(".grid-vertical"),Mt=g.select(".grid-horizontal");if(!St.empty()||!Mt.empty()){const st=[];St.empty()||st.push(St.node()),Mt.empty()||st.push(Mt.node()),z.to(st,{opacity:.1,duration:.6,ease:"power2.inOut"},`seatsToBar+=${et}`)}const ne=w.axesAndBarsGrow/1e3,ie=w.barsToArea/1e3,ae=v?`histogram-paths histogram-paths-${v}`:"histogram-paths",ye=g.append("g").attr("class",ae);C.forEach(rt=>{if(rt===I)return;const st=U.get(rt);st&&r.forEach((gt,kt)=>{const he=vs(t,r,U,o,u,kt,rt,!0),Qt=vs(t,r,U,o,u,kt,rt,!1);if(!he||!Qt)return;const Fe=v?`histogram-path histogram-path-${v} category-${He(gt.dataKey)}`:`histogram-path category-${He(gt.dataKey)}`;ye.append("path").attr("class",Fe).attr("d",he).attr("fill",gt.color).attr("stroke",gt.color).attr("stroke-width",.5).attr("shape-rendering","crispEdges").attr("opacity",0).attr("data-category",gt.dataKey).attr("data-timestamp",rt).attr("data-x-position",st.x).attr("data-full-height-path",Qt)})});const qe=v?`.histogram-path-${v}`:".histogram-path",Yt=ye.selectAll(qe);z.to(Yt.nodes(),{opacity:1,duration:.3,ease:"power2.inOut"},`seatsToBar+=${ct}`);const Rr=B.x+B.width/2;Yt.each(function(){var Re;const rt=this.getAttribute("data-full-height-path");if(!rt)return;const st=parseFloat(this.getAttribute("data-x-position")||"0"),gt=parseFloat(this.getAttribute("data-timestamp")||"0"),kt=((Re=U.get(gt))==null?void 0:Re.width)||0,he=st+kt/2,Fe=Math.abs(he-Rr)*8e-4;z.to(this,{attr:{d:rt},duration:ne,ease:"power2.out"},`seatsToBar+=${ct+Fe}`)});const br=ct+ne,Mi=C[C.length-1],dn=a(new Date(Mi))+D,qo=a.invert(dn).getTime(),Dr=t.map(rt=>{const st=rt[rt.length-1],gt={...st,data:{...st.data,timestamp:qo}};return[...rt,gt]});Ny(e,Dr,r,{xScale:a,yScale:o,addClasses:!0,instanceId:v});const Fo=v?`.area-${v}`:".area",mn=e.selectAll(Fo);mn.attr("opacity",0),z.to(Yt.nodes(),{opacity:0,duration:ie,ease:"power2.inOut"},`seatsToBar+=${br}`);const ju=F.selectAll("path").nodes();ju.length>0&&z.to(ju,{opacity:0,duration:ie,ease:"power2.inOut"},`seatsToBar+=${br}`),z.to(mn.nodes(),{opacity:1,duration:ie,ease:"power2.inOut"},`seatsToBar+=${br}`);const df=c;T.getControls().getTimeline().eventCallback("onComplete",()=>{const rt=v?`.morph-bar-${v}`:".morph-bar";e.selectAll(rt).remove();const st=v?`.histogram-paths-${v}`:".histogram-paths";e.selectAll(st).remove(),f&&(Zr&&Zr.attr("opacity",1),hn&&hn.attr("opacity",1)),df()}),T.play()}function nL(e,t,r,n,i,a,o,s,u,l,c,f=!0,h,p,y,d,m,v){var pn;const _=v?`.chart-content-group-${v}`:".chart-content-group";let b=e.select(_);if(b.empty()){const et=e.attr("clip-path"),mt=et?((pn=et.match(/url\(#(.+)\)/))==null?void 0:pn[1])||`chart-clip-${Math.random().toString(36).substr(2,9)}`:`chart-clip-${Math.random().toString(36).substr(2,9)}`,bt=v?`chart-content-group chart-content-group-${v}`:"chart-content-group";b=e.append("g").attr("class",bt).attr("clip-path",`url(#${mt})`)}const x=v?`.area-${v}`:".area",g=e.selectAll(x);if(g.size()===0){iL(e,r,n,s,u,v),c();return}const w={areaToBar:l*.18,barsShrink:l*.22,barSlide:l*.22,axesHide:l*.03,barToRings:l*.07,ringsExpand:l*.18,ringsHold:l*.05,ringsToSeats:l*.07},S=v?Gi.get(v):void 0;S&&(S.destroy(),v&&Gi.delete(v));const A=et=>et<.18?"areaToBar":et<.4?"barsShrink":et<.62?"barSlide":et<.65?"axesHide":et<.72?"barToRings":et<.9?"ringsExpand":et<.95?"ringsHold":"ringsToSeats",T=new aE({seatsToRings:w.ringsToSeats,ringsHold:w.ringsHold,ringsToBar:w.barToRings,axesReveal:w.axesHide,barSlide:w.barSlide,barsGrow:w.barsShrink,barsToArea:w.areaToBar},{onStageComplete:et=>{},onProgress:et=>{if(d){const mt=A(et);d(et,mt)}},onComplete:()=>{c()}});v&&Gi.set(v,T),y&&y(T.getControls().getTimeline());const P=t[0].map(et=>et.data).map(et=>et.timestamp),E=m??Math.max(...P),k=new Map,$=[];P.forEach((et,mt)=>{const bt=a(new Date(et)),ct=P[mt+1];if(ct){const Mt=a(new Date(ct))-bt;$.push(Mt)}});const j=$.length>0?$.reduce((et,mt)=>et+mt,0)/$.length:30;P.forEach((et,mt)=>{const bt=a(new Date(et)),ct=P[mt+1],Mt=mt===P.length-1?j:a(new Date(ct))-bt;k.set(et,{x:bt,width:Mt})});const C=T.getControls().getTimeline(),I=w.areaToBar/1e3,U=v?`histogram-paths histogram-paths-${v}`:"histogram-paths",W=b.append("g").attr("class",U);P.forEach(et=>{const mt=k.get(et);mt&&r.forEach((bt,ct)=>{const St=vs(t,r,k,o,u,ct,et,!1);if(!St)return;const Mt=v?`histogram-path histogram-path-${v} category-${He(bt.dataKey)}`:`histogram-path category-${He(bt.dataKey)}`;W.append("path").attr("class",Mt).attr("d",St).attr("fill",bt.color).attr("stroke",bt.color).attr("stroke-width",.5).attr("shape-rendering","crispEdges").attr("opacity",0).attr("data-category",bt.dataKey).attr("data-timestamp",et).attr("data-x-position",mt.x)})});const D=v?`.histogram-path-${v}`:".histogram-path",L=W.selectAll(D);C.to(g.nodes(),{opacity:0,duration:I,ease:"power2.inOut"},"areaToBar"),C.to(L.nodes(),{opacity:1,duration:I,ease:"power2.inOut"},"areaToBar");const B=w.barsShrink/1e3,N=I;L.each(function(){const et=parseFloat(this.getAttribute("data-timestamp")||"0");if(et===E)return;const mt=r.find(St=>this.classList.contains(`category-${He(St.dataKey)}`));if(!mt)return;const bt=r.indexOf(mt),ct=vs(t,r,k,o,u,bt,et,!0);ct&&C.to(this,{attr:{d:ct},duration:B,ease:"power2.in"},N)});const X=w.axesHide/1e3,F=N+B;if(f){const et=e.select(".axis-x"),mt=e.select(".axis-y");et.empty()||C.to(et.node(),{opacity:0,duration:X,ease:"power2.inOut"},F),mt.empty()||C.to(mt.node(),{opacity:0,duration:X,ease:"power2.inOut"},F)}const G=b.select(".grid-vertical"),Z=b.select(".grid-horizontal");G.empty()||C.to(G.node(),{opacity:0,duration:X,ease:"power2.inOut"},F),Z.empty()||C.to(Z.node(),{opacity:0,duration:X,ease:"power2.inOut"},F);const H=[];t.forEach((et,mt)=>{const bt=et.find(St=>St.data.timestamp===E);if(!bt)return;const ct=r[mt];ct&&H.push({category:ct.label,dataKey:ct.dataKey,color:ct.color,y0:bt[0],y1:bt[1]})}),H.sort((et,mt)=>mt.y0-et.y0);const q=H.reduce((et,mt)=>et+(mt.y1-mt.y0),0),Y=n.radius-n.innerRadius,Q=s/2,R=n.radius+10,J=u-n.radius*.3,z=Math.max(R,J),ut=Y*.6,ot=u*.8,dt=z,ht=w.barSlide/1e3,At=F+X,at=666,pt=L.nodes().filter(et=>parseFloat(et.getAttribute("data-timestamp")||"0")!==E);C.to(pt,{opacity:0,duration:ht*.2,ease:"power2.out"},At);const Pt=L.nodes().filter(et=>parseFloat(et.getAttribute("data-timestamp")||"0")===E);Pt.forEach(et=>{const mt=et.getAttribute("data-category");if(!mt)return;const bt=H.find(Yt=>Yt.dataKey===mt);if(!bt)return;const Mt=(bt.y1-bt.y0)/q*ot;let ne=0;for(const Yt of r){const Rr=H.find(_a=>_a.dataKey===Yt.dataKey);if(!Rr)continue;if(Rr.dataKey===bt.dataKey)break;const Mi=(Rr.y1-Rr.y0)/q;ne+=Mi*ot}const ie=dt-ne,ae=dt-ne-Mt,ye=at-ut/2,qe=`M ${ye} ${ie} L ${ye} ${ae} L ${ye+ut} ${ae} L ${ye+ut} ${ie} Z`;C.to(et,{attr:{d:qe},duration:ht,ease:"power2.inOut"},At)});const Ct=w.barToRings/1e3,ue=At+ht,jt=w.ringsExpand/1e3,Rt=ue+Ct,me=w.ringsHold/1e3,Xt=Rt+jt,Wt=w.ringsToSeats/1e3,nr=Xt+me,Yr=Math.max(...n.seats.map(et=>et.ring)),Ve=n.seats.filter(et=>et.ring===Yr),ir=b.append("g").attr("class",`slinky-${v||"h2p-default"}`),Me=()=>{ir.remove()};Ve.forEach((et,mt)=>{const bt=r.find(ct=>ct.label===et.category);bt&&ir.append("line").attr("class","slinky-ring").attr("x1",0).attr("y1",0).attr("x2",0).attr("y2",0).attr("stroke",bt.color).attr("stroke-width",n.seatSize*2).attr("stroke-linecap","butt").attr("data-category",et.category).attr("data-category-index",et.categoryIndex).attr("data-ring-index",mt).attr("data-seat-x",Q+et.x).attr("data-seat-y",z+et.y).attr("data-seat-angle",Math.atan2(et.y,et.x)).style("opacity",0)});const Vr=ir.selectAll(".slinky-ring").nodes(),jr=at,Qn=ot/Vr.length,ar=[...Vr].sort((et,mt)=>{const bt=parseFloat(et.getAttribute("data-seat-angle")||"0");return parseFloat(mt.getAttribute("data-seat-angle")||"0")-bt}),cn=dt;ar.forEach((et,mt)=>{const bt=cn-mt*Qn,St=ut/2,Mt=jr-St,ne=jr+St;et.setAttribute("x1",Mt.toString()),et.setAttribute("y1",bt.toString()),et.setAttribute("x2",ne.toString()),et.setAttribute("y2",bt.toString()),et.style.opacity="0"}),C.to(Pt,{opacity:0,duration:Ct*.7,ease:"power2.out"},ue+Ct*.3),C.to(ar,{opacity:1,duration:Ct,ease:"power2.in",stagger:.005},ue);const vr=Y*.8;ar.forEach((et,mt)=>{const bt=parseFloat(et.getAttribute("data-seat-x")||"0"),ct=parseFloat(et.getAttribute("data-seat-y")||"0"),St=parseFloat(et.getAttribute("data-seat-angle")||"0"),Mt=(ar.length-1-mt)/ar.length*(jt*.4),ne=parseFloat(et.getAttribute("x1")||"0"),ie=parseFloat(et.getAttribute("y1")||"0"),ae=parseFloat(et.getAttribute("x2")||"0"),ye=parseFloat(et.getAttribute("y2")||"0"),qe=(ne+ae)/2,Yt=(ie+ye)/2,Rr=Math.atan2(ye-ie,ae-ne),br=Math.sqrt(Math.pow(ae-ne,2)+Math.pow(ye-ie,2)),Mi=bt-vr/2*Math.cos(St),_a=ct-vr/2*Math.sin(St);C.to({progress:0},{progress:1,duration:jt*.7,ease:"power2.out",onUpdate:function(){const dn=this.progress(),ki=qe+(Mi-qe)*dn,qo=Yt+(_a-Yt)*dn,Dr=Rr+(St-Rr)*dn,mn=(br+(vr-br)*dn)/2,ju=ki-mn*Math.cos(Dr),df=qo-mn*Math.sin(Dr),Ru=ki+mn*Math.cos(Dr),rt=qo+mn*Math.sin(Dr);et.setAttribute("x1",ju.toString()),et.setAttribute("y1",df.toString()),et.setAttribute("x2",Ru.toString()),et.setAttribute("y2",rt.toString())}},Rt+Mt),C.to(et,{opacity:.9,duration:jt*.3,ease:"power2.in"},Rt+Mt)}),C.call(()=>{d&&d(C.progress(),"ringsHold")},[],Xt);const Ci=v?`parliament parliament-${v}`:"parliament",ti=b.append("g").attr("class",Ci);n.seats.forEach((et,mt)=>{const bt=r.find(ae=>ae.label===et.category);if(!bt)return;const ct=Q+et.x,St=z+et.y;let Mt,ne,ie;et.ring===Yr?(Mt=ct,ne=St,ie=2):(Mt=ct,ne=St,ie=et.radius),ti.append("circle").attr("cx",Mt).attr("cy",ne).attr("r",ie).attr("fill",bt.color).attr("stroke",bt.color).attr("stroke-width",.5).attr("opacity",0).attr("class",()=>v?`seat seat-${v} seat-${He(et.category)}`:`seat seat-${He(et.category)}`).attr("data-layout-index",mt).attr("data-ring",et.ring).attr("data-final-x",ct).attr("data-final-y",St).attr("data-final-r",et.radius)});const Ze=v?`.seat-${v}`:".seat",ei=ti.selectAll(Ze);C.to(Vr,{opacity:0,duration:Wt*.2,ease:"power3.out"},nr),C.to(ei.nodes(),{opacity:.8,duration:Wt*.3,ease:"power2.in"},nr+Wt*.25);const fn=ei.nodes(),fe=[],Be=[];fn.forEach(et=>{parseInt(et.getAttribute("data-ring")||"0")===Yr?fe.push(et):Be.push(et)});const Je=Wt*.2,Zr=Wt*.7;fe.forEach(et=>{const mt=parseFloat(et.getAttribute("data-final-r")||"4");C.to(et,{attr:{r:mt},opacity:1,duration:Zr*.6,ease:"power2.out"},nr+Je)}),Be.length>0&&C.to(Be,{opacity:1,duration:Zr*.5,ease:"power2.in"},nr+Je+Wt*.15);const hn=c;T.getControls().getTimeline().eventCallback("onComplete",()=>{const et=v?`.areas-${v}`:".areas",mt=v?`.histogram-paths-${v}`:".histogram-paths";e.selectAll(et).remove(),e.selectAll(mt).remove(),Me(),e.selectAll(".axis-x").remove(),e.selectAll(".axis-y").remove(),b.selectAll(".grid-vertical").remove(),b.selectAll(".grid-horizontal").remove();const bt=v?`.parliament-label-${v}`:".parliament-label";if(e.select(bt).empty()){const St=s/2,Mt=n.radius+10,ne=u-n.radius*.3,ie=Math.max(Mt,ne),ae=v?`parliament-label parliament-label-${v}`:"parliament-label",ye=e.append("g").attr("class",ae).attr("transform",`translate(${St},${ie-n.radius*.15})`).style("opacity","0").style("pointer-events","none");ye.append("text").attr("class","label-category").attr("text-anchor","middle").attr("dy","-15").style("font-size","22px").style("fill","#666").style("font-family","system-ui, -apple-system, sans-serif"),ye.append("text").attr("class","label-value").attr("text-anchor","middle").attr("dy","35").style("font-size","48px").style("font-weight","bold").style("font-family","system-ui, -apple-system, sans-serif");const qe=ye.append("g").attr("class","scale-indicator").attr("transform","translate(0, 65)").style("opacity","0");qe.append("circle").attr("r",4).attr("cx",-30).attr("cy",0).style("fill","#888"),qe.append("text").attr("x",-20).attr("y",0).attr("dy","0.35em").attr("text-anchor","start").style("font-size","18px").style("fill","#666").style("font-style","italic").style("font-family","system-ui, -apple-system, sans-serif")}hn()}),T.play()}function iL(e,t,r,n,i,a){const o=n/2,s=r.radius+10,u=i-r.radius*.3,l=Math.max(s,u);oE(e,r,t,{centerX:o,centerY:l,addClasses:!0,instanceId:a,parliamentRadius:r.radius})}function Ll(e,t,r,n,i){const a=i?`.parliament-label-${i}`:".parliament-label",o=ee(e).select(a);if(!o.empty())if(t){o.style("opacity","1"),o.select(".label-category").text(t.label).style("fill","#666");const s=t.value>1?"repos":"repo";o.select(".label-value").text(`${t.value} ${s}`).style("fill",t.color);const u=o.select(".scale-indicator");r?u.style("opacity","1").select("text").text(`= ~${n} repos`):u.style("opacity","0")}else o.style("opacity","0")}function Wf(e,t,r,n,i,a,o,s,u){const l=e.querySelectorAll(".seat");if(!l||l.length===0)return;const c=r[r.length-1];if(!c)return;const f=[];l.forEach(p=>{const y=p;y.style.cursor="pointer",y.style.transition="fill-opacity 150ms ease, stroke-opacity 150ms ease"}),l.forEach(p=>{const m=(p.getAttribute("class")||"").split(/\s+/).filter(g=>g.startsWith("seat-")),v=m[m.length-1];if(!v)return;const _=v.substring(5),b=t.find(g=>He(g.label)===_);if(!b)return;const x=()=>{i(b.label);const g=Math.round(c.values[b.dataKey]||0),w=Zv(b.color),S={label:b.label,value:g,color:w};a&&a(S),Ll(e,S,o??!1,s??1,u),bs(e,b.label)};p.addEventListener("mouseenter",x),f.push({element:p,handler:x})});const h=()=>{i(null),a&&a(null),Ll(e,null,!1,1,u),bs(e,null)};return e.addEventListener("mouseleave",h),n&&bs(e,n),()=>{f.forEach(({element:p,handler:y})=>{p.removeEventListener("mouseenter",y)}),e.removeEventListener("mouseleave",h),l.forEach(p=>{const y=p;y.style.cursor="",y.style.transition=""})}}function bs(e,t){const r=e.querySelectorAll(".seat"),n=t?He(t):null;r.forEach(i=>{const a=i,u=(i.getAttribute("class")||"").split(/\s+/).filter(f=>f.startsWith("seat-")),l=u[u.length-1];if(!l)return;const c=l.substring(5);n?c===n?(a.setAttribute("fill-opacity","1"),a.setAttribute("stroke-opacity","1")):(a.setAttribute("fill-opacity","0.3"),a.setAttribute("stroke-opacity","0.2")):(a.setAttribute("fill-opacity","1"),a.setAttribute("stroke-opacity","1"))})}const uE=({data:e,categories:t,mode:r,width:n=900,height:i=400,margin:a={top:10,right:30,bottom:40,left:60},timeRange:o,showGrid:s=!0,showAxes:u=!0,axisLabelColor:l,formatDate:c,formatValue:f,markers:h=[],arcAngle:p=200,parliamentRadius:y=200,seatSize:d=4.5,animationDuration:m=900,onMorphComplete:v,onAnimationStateChange:_,onTimelineReady:b,onAnimationProgress:x,onHoveredDataChange:g,hoveredCategory:w,maxSeats:S=500,showTooltip:A=!0,showTable:T=!1,showScaledIndicator:M=!0,parliamentTimestamp:P,enableBrush:E=!1,onTimeRangeChange:k,minAllowedTime:$,maxAllowedTime:j,timelineEvents:C=[],showTimeline:I=!1,timelineHeight:U=40,timelineOffset:W=35,brushColor:D="#69b3a2"})=>{const L=O.useRef(null),B=O.useCallback(J=>{g&&g(J)},[g]),N=e[e.length-1],X=N?t.reduce((J,z)=>J+(N.values[z.dataKey]||0),0):0,F=X>S,G=F?Math.round(X/S):1,Z=I&&r==="stacked-area"?i+U+W:i,{isMorphing:H,currentMode:q,visibleMarkers:Y,hoveredMarker:Q,hoveredTimelineEvent:R}=ZN({containerRef:L,data:e,categories:t,mode:r,width:n,height:i,margin:a,timeRange:o,showGrid:s,showAxes:u,axisLabelColor:l,formatDate:c,formatValue:f,markers:h,arcAngle:p,parliamentRadius:y,seatSize:d,animationDuration:m,onMorphComplete:v,onAnimationStateChange:_,onTimelineReady:b,onAnimationProgress:x,onHoveredDataChange:B,hoveredCategory:w,maxSeats:S,parliamentTimestamp:P,enableBrush:E,onTimeRangeChange:k,minAllowedTime:$,maxAllowedTime:j,showScaleIndicator:M&&F,reposPerSeat:G,timelineEvents:C,showTimeline:I,timelineHeight:U,timelineOffset:W,brushColor:D});return K.jsxs(tt.Box,{sx:{width:"100%",height:"100%",display:"flex",justifyContent:"center",alignItems:"center",position:"relative"},children:[K.jsx("svg",{ref:L,viewBox:`0 0 ${n} ${Z}`,preserveAspectRatio:"xMidYMid meet",style:{width:"100%",height:"auto",display:"block"}}),q==="area"&&Y.map(J=>{const z=(J.x+a.left)/n*100,ut=a.top/i*100,ft=new Date(J.timestamp),ot=c?c(J.timestamp):ft.toLocaleString("en-US",{month:"short",day:"numeric",year:"numeric",hour:"numeric",minute:"2-digit",hour12:!0}),dt=K.jsxs(tt.Box,{children:[K.jsx(tt.Box,{sx:{color:"#B6BFFF",fontFamily:"monospace",fontSize:"0.8125rem",mb:J.label?.5:0},children:ot}),J.label&&K.jsx(tt.Box,{sx:{color:"white",fontWeight:500},children:J.label})]});return K.jsx(tt.Tooltip,{title:dt,open:(Q==null?void 0:Q.timestamp)===J.timestamp,placement:"top",arrow:!0,slotProps:{tooltip:{sx:{bgcolor:"#131E7A",fontSize:"0.875rem",px:2,py:1,borderRadius:1,boxShadow:"0px 2px 8px rgba(0,0,0,0.15)","& .MuiTooltip-arrow":{color:"#131E7A"}}},popper:{sx:{pointerEvents:"none"}}},children:K.jsx(tt.Box,{sx:{position:"absolute",left:`${z}%`,top:`${ut}%`,width:"1px",height:`${(i-a.top-a.bottom)/i*100}%`,pointerEvents:"none"}})},J.timestamp)}),R&&q==="area"&&K.jsx(tt.Tooltip,{title:K.jsxs(tt.Box,{children:[K.jsx(tt.Box,{sx:{color:"#B6BFFF",fontFamily:"monospace",fontSize:"0.8125rem",mb:.5},children:c?c(R.timestamp):new Date(R.timestamp).toLocaleString("en-US",{month:"short",day:"numeric",year:"numeric",hour:"numeric",minute:"2-digit",hour12:!0})}),K.jsx(tt.Box,{sx:{color:"white",fontWeight:500},children:R.eventName})]}),open:!0,placement:"top",arrow:!0,slotProps:{tooltip:{sx:{bgcolor:"#131E7A",fontSize:"0.875rem",px:2,py:1,borderRadius:1,boxShadow:"0px 2px 8px rgba(0,0,0,0.15)","& .MuiTooltip-arrow":{color:"#131E7A"}}},popper:{sx:{pointerEvents:"none"}}},children:K.jsx(tt.Box,{sx:{position:"absolute",left:`${(R.x+a.left)/n*100}%`,top:`${(i+W+U/2)/Z*100}%`,width:"1px",height:"1px",pointerEvents:"none"}})}),H&&K.jsxs(tt.Box,{sx:{position:"absolute",top:8,right:8,padding:"4px 8px",backgroundColor:"rgba(0,0,0,0.7)",color:"white",borderRadius:"4px",fontSize:"12px",pointerEvents:"none",display:"none"},children:["Morphing: ",q," → ",r]})]})},lE=[{minRepos:0,maxRepos:10,minArc:90,maxArc:90,minSeatSize:20,maxSeatSize:20},{minRepos:10,maxRepos:25,minArc:90,maxArc:110,minSeatSize:16,maxSeatSize:16},{minRepos:25,maxRepos:50,minArc:110,maxArc:120,minSeatSize:12,maxSeatSize:12},{minRepos:50,maxRepos:100,minArc:120,maxArc:150,minSeatSize:8.5,maxSeatSize:8.5},{minRepos:100,maxRepos:200,minArc:150,maxArc:180,minSeatSize:7,maxSeatSize:7},{minRepos:200,maxRepos:1/0,minArc:180,maxArc:180,minSeatSize:6.5,maxSeatSize:6.5}],Jv=({repositoryCount:e})=>{const t=lE.find(s=>e>=s.minRepos&&e<s.maxRepos);if(!t)return 180;if(t.minArc===t.maxArc)return t.minArc;const r=t.maxRepos-t.minRepos,i=(e-t.minRepos)/r,a=t.maxArc-t.minArc,o=t.minArc+a*i;return Math.round(o)},Qv=({repositoryCount:e})=>{const t=lE.find(s=>e>=s.minRepos&&e<s.maxRepos);if(!t)return 6.5;if(t.minSeatSize===t.maxSeatSize)return t.minSeatSize;const r=t.maxRepos-t.minRepos,i=(e-t.minRepos)/r,a=t.maxSeatSize-t.minSeatSize,o=t.minSeatSize+a*i;return Math.round(o*10)/10};class Pu{constructor(t,r,n){this.normal=r,this.property=t,n&&(this.space=n)}}Pu.prototype.normal={};Pu.prototype.property={};Pu.prototype.space=void 0;function cE(e,t){const r={},n={};for(const i of e)Object.assign(r,i.property),Object.assign(n,i.normal);return new Pu(r,n,t)}function Ws(e){return e.toLowerCase()}class gr{constructor(t,r){this.attribute=r,this.property=t}}gr.prototype.attribute="";gr.prototype.booleanish=!1;gr.prototype.boolean=!1;gr.prototype.commaOrSpaceSeparated=!1;gr.prototype.commaSeparated=!1;gr.prototype.defined=!1;gr.prototype.mustUseProperty=!1;gr.prototype.number=!1;gr.prototype.overloadedBoolean=!1;gr.prototype.property="";gr.prototype.spaceSeparated=!1;gr.prototype.space=void 0;let aL=0;const wt=ga(),ve=ga(),Ly=ga(),nt=ga(),Vt=ga(),za=ga(),_r=ga();function ga(){return 2**++aL}const By=Object.freeze(Object.defineProperty({__proto__:null,boolean:wt,booleanish:ve,commaOrSpaceSeparated:_r,commaSeparated:za,number:nt,overloadedBoolean:Ly,spaceSeparated:Vt},Symbol.toStringTag,{value:"Module"})),Hf=Object.keys(By);class t0 extends gr{constructor(t,r,n,i){let a=-1;if(super(t,r),nx(this,"space",i),typeof n=="number")for(;++a<Hf.length;){const o=Hf[a];nx(this,Hf[a],(n&By[o])===By[o])}}}t0.prototype.defined=!0;function nx(e,t,r){r&&(e[t]=r)}function Mo(e){const t={},r={};for(const[n,i]of Object.entries(e.properties)){const a=new t0(n,e.transform(e.attributes||{},n),i,e.space);e.mustUseProperty&&e.mustUseProperty.includes(n)&&(a.mustUseProperty=!0),t[n]=a,r[Ws(n)]=n,r[Ws(a.attribute)]=n}return new Pu(t,r,e.space)}const fE=Mo({properties:{ariaActiveDescendant:null,ariaAtomic:ve,ariaAutoComplete:null,ariaBusy:ve,ariaChecked:ve,ariaColCount:nt,ariaColIndex:nt,ariaColSpan:nt,ariaControls:Vt,ariaCurrent:null,ariaDescribedBy:Vt,ariaDetails:null,ariaDisabled:ve,ariaDropEffect:Vt,ariaErrorMessage:null,ariaExpanded:ve,ariaFlowTo:Vt,ariaGrabbed:ve,ariaHasPopup:null,ariaHidden:ve,ariaInvalid:null,ariaKeyShortcuts:null,ariaLabel:null,ariaLabelledBy:Vt,ariaLevel:nt,ariaLive:null,ariaModal:ve,ariaMultiLine:ve,ariaMultiSelectable:ve,ariaOrientation:null,ariaOwns:Vt,ariaPlaceholder:null,ariaPosInSet:nt,ariaPressed:ve,ariaReadOnly:ve,ariaRelevant:null,ariaRequired:ve,ariaRoleDescription:Vt,ariaRowCount:nt,ariaRowIndex:nt,ariaRowSpan:nt,ariaSelected:ve,ariaSetSize:nt,ariaSort:null,ariaValueMax:nt,ariaValueMin:nt,ariaValueNow:nt,ariaValueText:null,role:null},transform(e,t){return t==="role"?t:"aria-"+t.slice(4).toLowerCase()}});function hE(e,t){return t in e?e[t]:t}function pE(e,t){return hE(e,t.toLowerCase())}const oL=Mo({attributes:{acceptcharset:"accept-charset",classname:"class",htmlfor:"for",httpequiv:"http-equiv"},mustUseProperty:["checked","multiple","muted","selected"],properties:{abbr:null,accept:za,acceptCharset:Vt,accessKey:Vt,action:null,allow:null,allowFullScreen:wt,allowPaymentRequest:wt,allowUserMedia:wt,alt:null,as:null,async:wt,autoCapitalize:null,autoComplete:Vt,autoFocus:wt,autoPlay:wt,blocking:Vt,capture:null,charSet:null,checked:wt,cite:null,className:Vt,cols:nt,colSpan:null,content:null,contentEditable:ve,controls:wt,controlsList:Vt,coords:nt|za,crossOrigin:null,data:null,dateTime:null,decoding:null,default:wt,defer:wt,dir:null,dirName:null,disabled:wt,download:Ly,draggable:ve,encType:null,enterKeyHint:null,fetchPriority:null,form:null,formAction:null,formEncType:null,formMethod:null,formNoValidate:wt,formTarget:null,headers:Vt,height:nt,hidden:Ly,high:nt,href:null,hrefLang:null,htmlFor:Vt,httpEquiv:Vt,id:null,imageSizes:null,imageSrcSet:null,inert:wt,inputMode:null,integrity:null,is:null,isMap:wt,itemId:null,itemProp:Vt,itemRef:Vt,itemScope:wt,itemType:Vt,kind:null,label:null,lang:null,language:null,list:null,loading:null,loop:wt,low:nt,manifest:null,max:null,maxLength:nt,media:null,method:null,min:null,minLength:nt,multiple:wt,muted:wt,name:null,nonce:null,noModule:wt,noValidate:wt,onAbort:null,onAfterPrint:null,onAuxClick:null,onBeforeMatch:null,onBeforePrint:null,onBeforeToggle:null,onBeforeUnload:null,onBlur:null,onCancel:null,onCanPlay:null,onCanPlayThrough:null,onChange:null,onClick:null,onClose:null,onContextLost:null,onContextMenu:null,onContextRestored:null,onCopy:null,onCueChange:null,onCut:null,onDblClick:null,onDrag:null,onDragEnd:null,onDragEnter:null,onDragExit:null,onDragLeave:null,onDragOver:null,onDragStart:null,onDrop:null,onDurationChange:null,onEmptied:null,onEnded:null,onError:null,onFocus:null,onFormData:null,onHashChange:null,onInput:null,onInvalid:null,onKeyDown:null,onKeyPress:null,onKeyUp:null,onLanguageChange:null,onLoad:null,onLoadedData:null,onLoadedMetadata:null,onLoadEnd:null,onLoadStart:null,onMessage:null,onMessageError:null,onMouseDown:null,onMouseEnter:null,onMouseLeave:null,onMouseMove:null,onMouseOut:null,onMouseOver:null,onMouseUp:null,onOffline:null,onOnline:null,onPageHide:null,onPageShow:null,onPaste:null,onPause:null,onPlay:null,onPlaying:null,onPopState:null,onProgress:null,onRateChange:null,onRejectionHandled:null,onReset:null,onResize:null,onScroll:null,onScrollEnd:null,onSecurityPolicyViolation:null,onSeeked:null,onSeeking:null,onSelect:null,onSlotChange:null,onStalled:null,onStorage:null,onSubmit:null,onSuspend:null,onTimeUpdate:null,onToggle:null,onUnhandledRejection:null,onUnload:null,onVolumeChange:null,onWaiting:null,onWheel:null,open:wt,optimum:nt,pattern:null,ping:Vt,placeholder:null,playsInline:wt,popover:null,popoverTarget:null,popoverTargetAction:null,poster:null,preload:null,readOnly:wt,referrerPolicy:null,rel:Vt,required:wt,reversed:wt,rows:nt,rowSpan:nt,sandbox:Vt,scope:null,scoped:wt,seamless:wt,selected:wt,shadowRootClonable:wt,shadowRootDelegatesFocus:wt,shadowRootMode:null,shape:null,size:nt,sizes:null,slot:null,span:nt,spellCheck:ve,src:null,srcDoc:null,srcLang:null,srcSet:null,start:nt,step:null,style:null,tabIndex:nt,target:null,title:null,translate:null,type:null,typeMustMatch:wt,useMap:null,value:ve,width:nt,wrap:null,writingSuggestions:null,align:null,aLink:null,archive:Vt,axis:null,background:null,bgColor:null,border:nt,borderColor:null,bottomMargin:nt,cellPadding:null,cellSpacing:null,char:null,charOff:null,classId:null,clear:null,code:null,codeBase:null,codeType:null,color:null,compact:wt,declare:wt,event:null,face:null,frame:null,frameBorder:null,hSpace:nt,leftMargin:nt,link:null,longDesc:null,lowSrc:null,marginHeight:nt,marginWidth:nt,noResize:wt,noHref:wt,noShade:wt,noWrap:wt,object:null,profile:null,prompt:null,rev:null,rightMargin:nt,rules:null,scheme:null,scrolling:ve,standby:null,summary:null,text:null,topMargin:nt,valueType:null,version:null,vAlign:null,vLink:null,vSpace:nt,allowTransparency:null,autoCorrect:null,autoSave:null,disablePictureInPicture:wt,disableRemotePlayback:wt,prefix:null,property:null,results:nt,security:null,unselectable:null},space:"html",transform:pE}),sL=Mo({attributes:{accentHeight:"accent-height",alignmentBaseline:"alignment-baseline",arabicForm:"arabic-form",baselineShift:"baseline-shift",capHeight:"cap-height",className:"class",clipPath:"clip-path",clipRule:"clip-rule",colorInterpolation:"color-interpolation",colorInterpolationFilters:"color-interpolation-filters",colorProfile:"color-profile",colorRendering:"color-rendering",crossOrigin:"crossorigin",dataType:"datatype",dominantBaseline:"dominant-baseline",enableBackground:"enable-background",fillOpacity:"fill-opacity",fillRule:"fill-rule",floodColor:"flood-color",floodOpacity:"flood-opacity",fontFamily:"font-family",fontSize:"font-size",fontSizeAdjust:"font-size-adjust",fontStretch:"font-stretch",fontStyle:"font-style",fontVariant:"font-variant",fontWeight:"font-weight",glyphName:"glyph-name",glyphOrientationHorizontal:"glyph-orientation-horizontal",glyphOrientationVertical:"glyph-orientation-vertical",hrefLang:"hreflang",horizAdvX:"horiz-adv-x",horizOriginX:"horiz-origin-x",horizOriginY:"horiz-origin-y",imageRendering:"image-rendering",letterSpacing:"letter-spacing",lightingColor:"lighting-color",markerEnd:"marker-end",markerMid:"marker-mid",markerStart:"marker-start",navDown:"nav-down",navDownLeft:"nav-down-left",navDownRight:"nav-down-right",navLeft:"nav-left",navNext:"nav-next",navPrev:"nav-prev",navRight:"nav-right",navUp:"nav-up",navUpLeft:"nav-up-left",navUpRight:"nav-up-right",onAbort:"onabort",onActivate:"onactivate",onAfterPrint:"onafterprint",onBeforePrint:"onbeforeprint",onBegin:"onbegin",onCancel:"oncancel",onCanPlay:"oncanplay",onCanPlayThrough:"oncanplaythrough",onChange:"onchange",onClick:"onclick",onClose:"onclose",onCopy:"oncopy",onCueChange:"oncuechange",onCut:"oncut",onDblClick:"ondblclick",onDrag:"ondrag",onDragEnd:"ondragend",onDragEnter:"ondragenter",onDragExit:"ondragexit",onDragLeave:"ondragleave",onDragOver:"ondragover",onDragStart:"ondragstart",onDrop:"ondrop",onDurationChange:"ondurationchange",onEmptied:"onemptied",onEnd:"onend",onEnded:"onended",onError:"onerror",onFocus:"onfocus",onFocusIn:"onfocusin",onFocusOut:"onfocusout",onHashChange:"onhashchange",onInput:"oninput",onInvalid:"oninvalid",onKeyDown:"onkeydown",onKeyPress:"onkeypress",onKeyUp:"onkeyup",onLoad:"onload",onLoadedData:"onloadeddata",onLoadedMetadata:"onloadedmetadata",onLoadStart:"onloadstart",onMessage:"onmessage",onMouseDown:"onmousedown",onMouseEnter:"onmouseenter",onMouseLeave:"onmouseleave",onMouseMove:"onmousemove",onMouseOut:"onmouseout",onMouseOver:"onmouseover",onMouseUp:"onmouseup",onMouseWheel:"onmousewheel",onOffline:"onoffline",onOnline:"ononline",onPageHide:"onpagehide",onPageShow:"onpageshow",onPaste:"onpaste",onPause:"onpause",onPlay:"onplay",onPlaying:"onplaying",onPopState:"onpopstate",onProgress:"onprogress",onRateChange:"onratechange",onRepeat:"onrepeat",onReset:"onreset",onResize:"onresize",onScroll:"onscroll",onSeeked:"onseeked",onSeeking:"onseeking",onSelect:"onselect",onShow:"onshow",onStalled:"onstalled",onStorage:"onstorage",onSubmit:"onsubmit",onSuspend:"onsuspend",onTimeUpdate:"ontimeupdate",onToggle:"ontoggle",onUnload:"onunload",onVolumeChange:"onvolumechange",onWaiting:"onwaiting",onZoom:"onzoom",overlinePosition:"overline-position",overlineThickness:"overline-thickness",paintOrder:"paint-order",panose1:"panose-1",pointerEvents:"pointer-events",referrerPolicy:"referrerpolicy",renderingIntent:"rendering-intent",shapeRendering:"shape-rendering",stopColor:"stop-color",stopOpacity:"stop-opacity",strikethroughPosition:"strikethrough-position",strikethroughThickness:"strikethrough-thickness",strokeDashArray:"stroke-dasharray",strokeDashOffset:"stroke-dashoffset",strokeLineCap:"stroke-linecap",strokeLineJoin:"stroke-linejoin",strokeMiterLimit:"stroke-miterlimit",strokeOpacity:"stroke-opacity",strokeWidth:"stroke-width",tabIndex:"tabindex",textAnchor:"text-anchor",textDecoration:"text-decoration",textRendering:"text-rendering",transformOrigin:"transform-origin",typeOf:"typeof",underlinePosition:"underline-position",underlineThickness:"underline-thickness",unicodeBidi:"unicode-bidi",unicodeRange:"unicode-range",unitsPerEm:"units-per-em",vAlphabetic:"v-alphabetic",vHanging:"v-hanging",vIdeographic:"v-ideographic",vMathematical:"v-mathematical",vectorEffect:"vector-effect",vertAdvY:"vert-adv-y",vertOriginX:"vert-origin-x",vertOriginY:"vert-origin-y",wordSpacing:"word-spacing",writingMode:"writing-mode",xHeight:"x-height",playbackOrder:"playbackorder",timelineBegin:"timelinebegin"},properties:{about:_r,accentHeight:nt,accumulate:null,additive:null,alignmentBaseline:null,alphabetic:nt,amplitude:nt,arabicForm:null,ascent:nt,attributeName:null,attributeType:null,azimuth:nt,bandwidth:null,baselineShift:null,baseFrequency:null,baseProfile:null,bbox:null,begin:null,bias:nt,by:null,calcMode:null,capHeight:nt,className:Vt,clip:null,clipPath:null,clipPathUnits:null,clipRule:null,color:null,colorInterpolation:null,colorInterpolationFilters:null,colorProfile:null,colorRendering:null,content:null,contentScriptType:null,contentStyleType:null,crossOrigin:null,cursor:null,cx:null,cy:null,d:null,dataType:null,defaultAction:null,descent:nt,diffuseConstant:nt,direction:null,display:null,dur:null,divisor:nt,dominantBaseline:null,download:wt,dx:null,dy:null,edgeMode:null,editable:null,elevation:nt,enableBackground:null,end:null,event:null,exponent:nt,externalResourcesRequired:null,fill:null,fillOpacity:nt,fillRule:null,filter:null,filterRes:null,filterUnits:null,floodColor:null,floodOpacity:null,focusable:null,focusHighlight:null,fontFamily:null,fontSize:null,fontSizeAdjust:null,fontStretch:null,fontStyle:null,fontVariant:null,fontWeight:null,format:null,fr:null,from:null,fx:null,fy:null,g1:za,g2:za,glyphName:za,glyphOrientationHorizontal:null,glyphOrientationVertical:null,glyphRef:null,gradientTransform:null,gradientUnits:null,handler:null,hanging:nt,hatchContentUnits:null,hatchUnits:null,height:null,href:null,hrefLang:null,horizAdvX:nt,horizOriginX:nt,horizOriginY:nt,id:null,ideographic:nt,imageRendering:null,initialVisibility:null,in:null,in2:null,intercept:nt,k:nt,k1:nt,k2:nt,k3:nt,k4:nt,kernelMatrix:_r,kernelUnitLength:null,keyPoints:null,keySplines:null,keyTimes:null,kerning:null,lang:null,lengthAdjust:null,letterSpacing:null,lightingColor:null,limitingConeAngle:nt,local:null,markerEnd:null,markerMid:null,markerStart:null,markerHeight:null,markerUnits:null,markerWidth:null,mask:null,maskContentUnits:null,maskUnits:null,mathematical:null,max:null,media:null,mediaCharacterEncoding:null,mediaContentEncodings:null,mediaSize:nt,mediaTime:null,method:null,min:null,mode:null,name:null,navDown:null,navDownLeft:null,navDownRight:null,navLeft:null,navNext:null,navPrev:null,navRight:null,navUp:null,navUpLeft:null,navUpRight:null,numOctaves:null,observer:null,offset:null,onAbort:null,onActivate:null,onAfterPrint:null,onBeforePrint:null,onBegin:null,onCancel:null,onCanPlay:null,onCanPlayThrough:null,onChange:null,onClick:null,onClose:null,onCopy:null,onCueChange:null,onCut:null,onDblClick:null,onDrag:null,onDragEnd:null,onDragEnter:null,onDragExit:null,onDragLeave:null,onDragOver:null,onDragStart:null,onDrop:null,onDurationChange:null,onEmptied:null,onEnd:null,onEnded:null,onError:null,onFocus:null,onFocusIn:null,onFocusOut:null,onHashChange:null,onInput:null,onInvalid:null,onKeyDown:null,onKeyPress:null,onKeyUp:null,onLoad:null,onLoadedData:null,onLoadedMetadata:null,onLoadStart:null,onMessage:null,onMouseDown:null,onMouseEnter:null,onMouseLeave:null,onMouseMove:null,onMouseOut:null,onMouseOver:null,onMouseUp:null,onMouseWheel:null,onOffline:null,onOnline:null,onPageHide:null,onPageShow:null,onPaste:null,onPause:null,onPlay:null,onPlaying:null,onPopState:null,onProgress:null,onRateChange:null,onRepeat:null,onReset:null,onResize:null,onScroll:null,onSeeked:null,onSeeking:null,onSelect:null,onShow:null,onStalled:null,onStorage:null,onSubmit:null,onSuspend:null,onTimeUpdate:null,onToggle:null,onUnload:null,onVolumeChange:null,onWaiting:null,onZoom:null,opacity:null,operator:null,order:null,orient:null,orientation:null,origin:null,overflow:null,overlay:null,overlinePosition:nt,overlineThickness:nt,paintOrder:null,panose1:null,path:null,pathLength:nt,patternContentUnits:null,patternTransform:null,patternUnits:null,phase:null,ping:Vt,pitch:null,playbackOrder:null,pointerEvents:null,points:null,pointsAtX:nt,pointsAtY:nt,pointsAtZ:nt,preserveAlpha:null,preserveAspectRatio:null,primitiveUnits:null,propagate:null,property:_r,r:null,radius:null,referrerPolicy:null,refX:null,refY:null,rel:_r,rev:_r,renderingIntent:null,repeatCount:null,repeatDur:null,requiredExtensions:_r,requiredFeatures:_r,requiredFonts:_r,requiredFormats:_r,resource:null,restart:null,result:null,rotate:null,rx:null,ry:null,scale:null,seed:null,shapeRendering:null,side:null,slope:null,snapshotTime:null,specularConstant:nt,specularExponent:nt,spreadMethod:null,spacing:null,startOffset:null,stdDeviation:null,stemh:null,stemv:null,stitchTiles:null,stopColor:null,stopOpacity:null,strikethroughPosition:nt,strikethroughThickness:nt,string:null,stroke:null,strokeDashArray:_r,strokeDashOffset:null,strokeLineCap:null,strokeLineJoin:null,strokeMiterLimit:nt,strokeOpacity:nt,strokeWidth:null,style:null,surfaceScale:nt,syncBehavior:null,syncBehaviorDefault:null,syncMaster:null,syncTolerance:null,syncToleranceDefault:null,systemLanguage:_r,tabIndex:nt,tableValues:null,target:null,targetX:nt,targetY:nt,textAnchor:null,textDecoration:null,textRendering:null,textLength:null,timelineBegin:null,title:null,transformBehavior:null,type:null,typeOf:_r,to:null,transform:null,transformOrigin:null,u1:null,u2:null,underlinePosition:nt,underlineThickness:nt,unicode:null,unicodeBidi:null,unicodeRange:null,unitsPerEm:nt,values:null,vAlphabetic:nt,vMathematical:nt,vectorEffect:null,vHanging:nt,vIdeographic:nt,version:null,vertAdvY:nt,vertOriginX:nt,vertOriginY:nt,viewBox:null,viewTarget:null,visibility:null,width:null,widths:null,wordSpacing:null,writingMode:null,x:null,x1:null,x2:null,xChannelSelector:null,xHeight:nt,y:null,y1:null,y2:null,yChannelSelector:null,z:null,zoomAndPan:null},space:"svg",transform:hE}),dE=Mo({properties:{xLinkActuate:null,xLinkArcRole:null,xLinkHref:null,xLinkRole:null,xLinkShow:null,xLinkTitle:null,xLinkType:null},space:"xlink",transform(e,t){return"xlink:"+t.slice(5).toLowerCase()}}),mE=Mo({attributes:{xmlnsxlink:"xmlns:xlink"},properties:{xmlnsXLink:null,xmlns:null},space:"xmlns",transform:pE}),yE=Mo({properties:{xmlBase:null,xmlLang:null,xmlSpace:null},space:"xml",transform(e,t){return"xml:"+t.slice(3).toLowerCase()}}),uL=/[A-Z]/g,ix=/-[a-z]/g,lL=/^data[-\w.:]+$/i;function gE(e,t){const r=Ws(t);let n=t,i=gr;if(r in e.normal)return e.property[e.normal[r]];if(r.length>4&&r.slice(0,4)==="data"&&lL.test(t)){if(t.charAt(4)==="-"){const a=t.slice(5).replace(ix,fL);n="data"+a.charAt(0).toUpperCase()+a.slice(1)}else{const a=t.slice(4);if(!ix.test(a)){let o=a.replace(uL,cL);o.charAt(0)!=="-"&&(o="-"+o),t="data"+o}}i=t0}return new i(n,t)}function cL(e){return"-"+e.toLowerCase()}function fL(e){return e.charAt(1).toUpperCase()}const vE=cE([fE,oL,dE,mE,yE],"html"),e0=cE([fE,sL,dE,mE,yE],"svg");function ax(e){const t=[],r=String(e||"");let n=r.indexOf(","),i=0,a=!1;for(;!a;){n===-1&&(n=r.length,a=!0);const o=r.slice(i,n).trim();(o||!a)&&t.push(o),i=n+1,n=r.indexOf(",",i)}return t}function hL(e,t){const r=t||{};return(e[e.length-1]===""?[...e,""]:e).join((r.padRight?" ":"")+","+(r.padLeft===!1?"":" ")).trim()}const ox=/[#.]/g;function pL(e,t){const r=e||"",n={};let i=0,a,o;for(;i<r.length;){ox.lastIndex=i;const s=ox.exec(r),u=r.slice(i,s?s.index:r.length);u&&(a?a==="#"?n.id=u:Array.isArray(n.className)?n.className.push(u):n.className=[u]:o=u,i+=u.length),s&&(a=s[0],i++)}return{type:"element",tagName:o||t||"div",properties:n,children:[]}}function sx(e){const t=String(e||"").trim();return t?t.split(/[ \t\n\r\f]+/g):[]}function dL(e){return e.join(" ").trim()}function bE(e,t,r){const n=r?vL(r):void 0;function i(a,o,...s){let u;if(a==null){u={type:"root",children:[]};const l=o;s.unshift(l)}else{u=pL(a,t);const l=u.tagName.toLowerCase(),c=n?n.get(l):void 0;if(u.tagName=c||l,mL(o))s.unshift(o);else for(const[f,h]of Object.entries(o))yL(e,u.properties,f,h)}for(const l of s)qy(u.children,l);return u.type==="element"&&u.tagName==="template"&&(u.content={type:"root",children:u.children},u.children=[]),u}return i}function mL(e){if(e===null||typeof e!="object"||Array.isArray(e))return!0;if(typeof e.type!="string")return!1;const t=e,r=Object.keys(e);for(const n of r){const i=t[n];if(i&&typeof i=="object"){if(!Array.isArray(i))return!0;const a=i;for(const o of a)if(typeof o!="number"&&typeof o!="string")return!0}}return!!("children"in e&&Array.isArray(e.children))}function yL(e,t,r,n){const i=gE(e,r);let a;if(n!=null){if(typeof n=="number"){if(Number.isNaN(n))return;a=n}else typeof n=="boolean"?a=n:typeof n=="string"?i.spaceSeparated?a=sx(n):i.commaSeparated?a=ax(n):i.commaOrSpaceSeparated?a=sx(ax(n).join(" ")):a=ux(i,i.property,n):Array.isArray(n)?a=[...n]:a=i.property==="style"?gL(n):String(n);if(Array.isArray(a)){const o=[];for(const s of a)o.push(ux(i,i.property,s));a=o}i.property==="className"&&Array.isArray(t.className)&&(a=t.className.concat(a)),t[i.property]=a}}function qy(e,t){if(t!=null)if(typeof t=="number"||typeof t=="string")e.push({type:"text",value:String(t)});else if(Array.isArray(t))for(const r of t)qy(e,r);else if(typeof t=="object"&&"type"in t)t.type==="root"?qy(e,t.children):e.push(t);else throw new Error("Expected node, nodes, or string, got `"+t+"`")}function ux(e,t,r){if(typeof r=="string"){if(e.number&&r&&!Number.isNaN(Number(r)))return Number(r);if((e.boolean||e.overloadedBoolean)&&(r===""||Ws(r)===Ws(t)))return!0}return r}function gL(e){const t=[];for(const[r,n]of Object.entries(e))t.push([r,n].join(": "));return t.join("; ")}function vL(e){const t=new Map;for(const r of e)t.set(r.toLowerCase(),r);return t}const bL=["altGlyph","altGlyphDef","altGlyphItem","animateColor","animateMotion","animateTransform","clipPath","feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feDropShadow","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence","foreignObject","glyphRef","linearGradient","radialGradient","solidColor","textArea","textPath"];bE(vE,"div");const Eu=bE(e0,"g",bL),xE=(e=Eu)=>e("pattern",{id:"greyHatchPattern",x:0,y:0,width:8,height:8,patternUnits:"userSpaceOnUse"},[e("rect",{x:0,y:0,width:8,height:8,fill:dr.neoGrey[200]}),e("path",{d:"M0,2 L8,2",stroke:dr.neoGrey[400],"stroke-width":.5}),e("path",{d:"M0,6 L8,6",stroke:dr.neoGrey[400],"stroke-width":.5})]),_E=(e=Eu)=>e("pattern",{id:"dataMissingHatchPattern",x:0,y:0,width:8,height:8,patternUnits:"userSpaceOnUse"},[e("rect",{x:0,y:0,width:8,height:8,fill:"#FFF3CC"}),e("path",{d:"M0,8 L8,0",stroke:"#FFB800","stroke-width":.5}),e("path",{d:"M-2,2 L2,-2",stroke:"#FFB800","stroke-width":.5}),e("path",{d:"M6,10 L10,6",stroke:"#FFB800","stroke-width":.5})]),wE=(e=Eu)=>e("pattern",{id:"noLstHatchPattern",x:0,y:0,width:8,height:8,patternUnits:"userSpaceOnUse"},[e("rect",{x:0,y:0,width:8,height:8,fill:"#FFE5E5"}),e("path",{d:"M0,0 L8,8",stroke:"#ED4134","stroke-width":.5}),e("path",{d:"M-2,6 L2,10",stroke:"#ED4134","stroke-width":.5}),e("path",{d:"M6,-2 L10,2",stroke:"#ED4134","stroke-width":.5})]),zt={greyHatch:{background:dr.neoGrey[200],lines:dr.neoGrey[400]},dataMissingHatch:{background:"#FFF3CC",lines:"#FFB800"},noLstHatch:{background:"#FFE5E5",lines:"#ED4134"}},xL=({categories:e,activeCategory:t,onCategoryHover:r,mode:n,visible:i=!0})=>K.jsx(tt.Box,{className:"category-table",sx:{width:"100%",display:"flex",justifyContent:"center",opacity:i?1:0,transition:"opacity 0.3s ease-in-out","@media (min-width: 1024px) and (max-width: 1225px)":{overflowX:"auto",maxWidth:"100%"}},onMouseLeave:()=>r(null),children:K.jsxs(tt.Table,{"aria-label":"Categories summary",className:"category-summary-table",size:"small",sx:{maxWidth:{xs:"clamp(360px, 90%, 400px)",sm:"clamp(360px, 90%, 400px)",md:"clamp(360px, 85%, 420px)",lg:"clamp(360px, 90%, 400px)"},"@media (min-width: 1024px) and (max-width: 1225px)":{maxWidth:"360px","& .MuiTableCell-root":{padding:"1px 4px",fontSize:"9.5px"}},"& .MuiTableCell-root":{padding:"2px 8px",borderBottom:"none",fontSize:"clamp(10px, 1.8vw, 11.5px)"}},children:[K.jsx("thead",{children:K.jsxs(tt.TableRow,{children:[K.jsx(tt.TableCell,{}),K.jsx(tt.TableCell,{sx:{fontWeight:"bold"},children:"Category"}),n==="point-in-time"?K.jsxs(K.Fragment,{children:[K.jsx(tt.TableCell,{align:"right",sx:{fontWeight:"bold"},children:"#"}),K.jsx(tt.TableCell,{align:"right",sx:{fontWeight:"bold"},children:"%"})]}):K.jsxs(K.Fragment,{children:[K.jsx(tt.TableCell,{align:"right",sx:{fontWeight:"bold"},children:"Last"}),K.jsx(tt.TableCell,{align:"right",sx:{fontWeight:"bold"},children:"Max"}),K.jsx(tt.TableCell,{align:"right",sx:{fontWeight:"bold"},children:"Min"})]})]})}),K.jsx("tbody",{children:e.map(a=>{const o=a.color==="url(#greyHatchPattern)"?zt.greyHatch.lines:a.color==="url(#dataMissingHatchPattern)"?zt.dataMissingHatch.lines:a.color==="url(#noLstHatchPattern)"?zt.noLstHatch.lines:a.color;return K.jsxs(tt.TableRow,{onMouseEnter:()=>r(a.id),sx:{cursor:"pointer",transition:"background-color 0.15s ease",backgroundColor:t===a.id?`${o}15`:"transparent","&:hover":{backgroundColor:`${o}15`}},children:[K.jsx(tt.TableCell,{align:"center",sx:{width:20},children:K.jsx(tt.Box,{sx:{width:n==="historical"?4:12,height:12,backgroundColor:a.color==="url(#greyHatchPattern)"?zt.greyHatch.background:a.color==="url(#dataMissingHatchPattern)"?zt.dataMissingHatch.background:a.color==="url(#noLstHatchPattern)"?zt.noLstHatch.background:a.color,borderRadius:n==="historical"?2:"50%",position:"relative",overflow:"hidden",transition:"transform 0.15s ease",transform:t===a.id?"scale(1.2)":"scale(1)",...a.label==="N/A"&&{"&::after":{content:'""',position:"absolute",top:0,left:0,right:0,bottom:0,backgroundImage:`repeating-linear-gradient(
|
|
16
16
|
0deg,
|
|
17
17
|
transparent,
|
|
18
18
|
transparent 3px,
|
|
19
|
-
${
|
|
20
|
-
${
|
|
21
|
-
)`,borderRadius:"50%"}},...a.label==="Data Missing"&&{"&::after":{content:'""',position:"absolute",top:0,left:0,right:0,bottom:0,backgroundImage:`repeating-linear-gradient(
|
|
19
|
+
${zt.greyHatch.lines} 3px,
|
|
20
|
+
${zt.greyHatch.lines} 4px
|
|
21
|
+
)`,borderRadius:n==="historical"?2:"50%"}},...a.label==="Data Missing"&&{"&::after":{content:'""',position:"absolute",top:0,left:0,right:0,bottom:0,backgroundImage:`repeating-linear-gradient(
|
|
22
22
|
45deg,
|
|
23
23
|
transparent,
|
|
24
24
|
transparent 3px,
|
|
25
|
-
${
|
|
26
|
-
${
|
|
27
|
-
)`,borderRadius:"50%"}},...a.label==="No LST"&&{"&::after":{content:'""',position:"absolute",top:0,left:0,right:0,bottom:0,backgroundImage:`repeating-linear-gradient(
|
|
25
|
+
${zt.dataMissingHatch.lines} 3px,
|
|
26
|
+
${zt.dataMissingHatch.lines} 4px
|
|
27
|
+
)`,borderRadius:n==="historical"?2:"50%"}},...a.label==="No LST"&&{"&::after":{content:'""',position:"absolute",top:0,left:0,right:0,bottom:0,backgroundImage:`repeating-linear-gradient(
|
|
28
28
|
-45deg,
|
|
29
29
|
transparent,
|
|
30
30
|
transparent 3px,
|
|
31
|
-
${
|
|
32
|
-
${
|
|
33
|
-
)`,borderRadius:"50%"}}}})}),z.jsx(V.TableCell,{children:z.jsxs(V.Stack,{direction:"row",alignItems:"center",gap:.5,children:[z.jsx("span",{children:a.label}),a.tooltip&&z.jsx(V.Tooltip,{title:a.tooltip,placement:"right",arrow:!0,children:z.jsx(cA.InfoOutlined,{sx:{fontSize:".875rem",color:"text.secondary"}})})]})}),n==="point-in-time"?z.jsxs(z.Fragment,{children:[z.jsx(V.TableCell,{align:"right",children:a.value}),z.jsxs(V.TableCell,{align:"right",children:[a.percentage,"%"]})]}):z.jsxs(z.Fragment,{children:[z.jsx(V.TableCell,{align:"right",children:a.value}),z.jsx(V.TableCell,{align:"right",children:a.max??"-"}),z.jsx(V.TableCell,{align:"right",children:a.min??"-"})]})]},a.id)})})]})}),k0={"N/A":"Items that aren't applicable to this migration.","No LST":"There are no LSTs for these items.","Data Missing":"There is data missing in the LSTs."},YN=(e,t="point-in-time")=>{const r=e.timeSeries[e.timeSeries.length-1];if(!r)return[];const n=e.categories.filter(f=>{var h;return!((h=f.parliamentMapping)!=null&&h.isSpecialCategory)}),i=n.reduce((f,h)=>f+(r.values[h.id]??0),0),a=e.metadata.specialCounts,o=a?(a.notApplicable??0)+(a.noLst??0)+(a.unavailable??0):0,s=i+o,u=t==="historical"?new Map(n.map(f=>{const h=e.timeSeries.map(p=>Math.round(p.values[f.id]??0)).filter(p=>p!==void 0);return[f.id,{max:Math.max(...h),min:Math.min(...h)}]})):null,l=n.map(f=>{const h=Math.round(r.values[f.id]??0),p=h/s*100,y=p>0&&p<1?"< 1":p.toFixed(0),m={id:f.id,label:f.label,value:h,percentage:Number.parseFloat(y),color:f.color,tooltip:k0[f.label]};if(u){const d=u.get(f.id);d&&(m.max=d.max,m.min=d.min)}return m}),c=[];if(a){const f=e.categories.filter(h=>{var p;return(p=h.parliamentMapping)==null?void 0:p.isSpecialCategory});for(const h of f){let p=0;if(h.label==="N/A"?p=Math.round(a.notApplicable??0):h.label==="No LST"?p=Math.round(a.noLst??0):h.label==="Data Missing"&&(p=Math.round(a.unavailable??0)),p>0){const y=p/s*100,m=y>0&&y<1?"< 1":y.toFixed(0);c.push({id:h.id,label:h.label,value:p,percentage:Number.parseFloat(m),color:h.color,tooltip:k0[h.label]})}}}return[...l,...c]},XN=e=>{if(!e.timeSeries[e.timeSeries.length-1])throw new Error("ChronoChart: No data points available");const r=e.timeSeries.map(i=>({timestamp:i.timestamp,values:i.values})),n=e.categories.map(i=>{var a;return{dataKey:i.id,label:i.label,color:i.color,fillOpacity:.7,strokeWidth:(a=i.parliamentMapping)!=null&&a.isSpecialCategory?3:1.5,strokeDasharray:i.strokeDasharray,parliamentMapping:i.parliamentMapping}});return{data:r,categories:n}},VN=e=>{if(!e.timeSeries||e.timeSeries.length===0)throw new Error("ChronoChart: timeSeries must not be empty");if(!e.categories||e.categories.length===0)throw new Error("ChronoChart: categories must not be empty");if(!e.metadata||typeof e.metadata.total!="number")throw new Error("ChronoChart: metadata.total is required");if(!e.timeSeries.every((n,i)=>i===0||n.timestamp>=e.timeSeries[i-1].timestamp))throw new Error("ChronoChart: timeSeries must be sorted by timestamp (ascending)");const r=e.timeSeries[0];if(r){for(const n of e.categories.filter(i=>{var a;return!((a=i.parliamentMapping)!=null&&a.isSpecialCategory)}))if(!(n.id in r.values))throw new Error(`ChronoChart: Category "${n.id}" not found in timeSeries data`)}},YT=({data:e,selectedIndex:t,title:r,subtitle:n,showHeader:i=!0,width:a=960,height:o=400,timeRange:s,onTimeRangeChange:u,enableBrush:l=!1,showLegend:c=!0,showTooltip:f=!0,showGrid:h=!0,enableAnimation:p=!0,animationDuration:y=7777,disableTimeline:m=!1,formatDate:d,formatValue:g,onAnimationStateChange:_,onTimelineReady:b,onAnimationProgress:x})=>{VN(e);const[v,w]=O.useState(null),[S,A]=O.useState(!0),P=O.useRef("historical"),C=O.useRef(void 0),T=O.useMemo(()=>e.timeSeries.length===1||t!==void 0?"point-in-time":"historical",[t,e.timeSeries.length]),E=O.useMemo(()=>{var G;let F;return t!==void 0&&e.timeSeries[t]?(F=e.timeSeries[t].timestamp,C.current=F):P.current==="point-in-time"&&T==="historical"&&C.current!==void 0?F=C.current:F=(G=e.timeSeries[e.timeSeries.length-1])==null?void 0:G.timestamp,P.current=T,F},[t,e.timeSeries,T]),k=e.timeSeries[0].timestamp,j=e.timeSeries[e.timeSeries.length-1].timestamp,[$,M]=O.useState([k,j]),I=s??$,L=O.useCallback(F=>{u?u(F):M(F)},[u]);O.useEffect(()=>{w(null)},[T]);const q=O.useMemo(()=>({top:10,right:30,left:60,bottom:30}),[]),R=O.useMemo(()=>XN(e),[e]),D=O.useMemo(()=>YN(e,T),[e,T]),B=O.useMemo(()=>{const F=e.timeSeries[e.timeSeries.length-1];return F?Object.values(F.values).reduce((G,J)=>G+J,0):0},[e.timeSeries]),U=O.useMemo(()=>mg({repositoryCount:B}),[B]),W=O.useMemo(()=>yg({repositoryCount:B}),[B]),X=O.useMemo(()=>{const F=o-q.top-q.bottom;return Math.round(F*.9)},[o,q]),Z=O.useMemo(()=>e.events?e.events.map(F=>({timestamp:F.timestamp,label:F.eventName,color:"#992FB9"})):[],[e.events]),Q=O.useCallback(F=>{if(F){const G=e.categories.find(J=>J.label===F.label);w((G==null?void 0:G.id)??null)}else w(null)},[e.categories]),K=O.useCallback(F=>{A(!F),_&&_(F)},[_]);return z.jsxs(V.Stack,{sx:{width:"100%",alignItems:"center",gap:2},children:[i&&(r||n)&&z.jsxs(V.Stack,{spacing:.5,sx:{mb:2,width:"100%",alignItems:"center"},children:[r&&z.jsx(V.Typography,{variant:"h5",sx:{fontWeight:500},children:r}),n&&z.jsx(V.Typography,{variant:"body2",sx:{color:"text.secondary"},children:n})]}),z.jsx(V.Box,{sx:{position:"relative",width:"100%"},children:z.jsx(jT,{data:R.data,categories:R.categories,mode:T==="point-in-time"?"parliament":"stacked-area",width:a,height:o,timeRange:I,onTimeRangeChange:L,enableBrush:l,showGrid:h,showAxes:!0,margin:q,markers:Z,formatDate:d,formatValue:g,animationDuration:y,onAnimationStateChange:K,onTimelineReady:b,onAnimationProgress:x,onHoveredDataChange:Q,hoveredCategory:v,arcAngle:U,parliamentRadius:X,seatSize:W,parliamentTimestamp:E,timelineEvents:e.events??[],showTimeline:T==="historical"&&!m})}),z.jsx(KN,{categories:D,activeCategory:v,onCategoryHover:w,mode:T,visible:S})]})},ZN=({containerRef:e,data:t,categories:r,width:n,height:i,margin:a,timeRange:o,showGrid:s=!0,showXAxis:u=!0,showYAxis:l=!0,enableBrush:c=!1,zoomToSelection:f=!1,onTimeRangeChange:h,formatDate:p,formatValue:y,markers:m=[],markerVisibilityMode:d="hover",onMarkerHoverChange:g})=>{O.useEffect(()=>{if(!e.current||t.length===0||r.length===0)return;const _=Qt(e.current),b=n-a.left-a.right,x=i-a.top-a.bottom;_.selectAll("*").remove();const v=_.append("g").attr("transform",`translate(${a.left},${a.top})`),w=`d3-chart-clip-${Math.random().toString(36).substr(2,9)}`;_.append("defs").append("clipPath").attr("id",w).append("rect").attr("x",0).attr("y",0).attr("width",b).attr("height",x);const S=v.append("g").attr("clip-path",`url(#${w})`),A=r.map(D=>D.dataKey),P=Zu().keys(A),C=P(t),T=t.map(D=>D.timestamp),E=o?o[0]:Math.min(...T),k=o?o[1]:Math.max(...T),j=Gu().domain([new Date(E),new Date(k)]).range([0,b]),$=t.filter(D=>D.timestamp>=E&&D.timestamp<=k),M=P($),I=M.length>0?Math.max(...M[M.length-1].map(D=>D[1]??0)):0,L=Ei().domain([0,I*1.1]).range([x,0]).nice();s&&(S.append("g").attr("class","grid grid-vertical").attr("opacity",.1).call(Xo(j).ticks(6).tickSize(x).tickFormat(()=>"")),S.append("g").attr("class","grid grid-horizontal").attr("opacity",.1).call(Vo(L).ticks(5).tickSize(-b).tickFormat(()=>"")));const q=hi().x(D=>j(new Date(D.data.timestamp))).y0(D=>L(D[0])).y1(D=>L(D[1])).curve(Im.alpha(.5)),R=S.append("g").attr("class","areas");if(C.forEach((D,B)=>{const U=r[B];if(!U)return;const W=R.append("path").datum(D).attr("class",`area area-${U.dataKey}`).attr("fill",U.color).attr("fill-opacity",U.fillOpacity??.7).attr("stroke",U.color).attr("stroke-width",U.strokeWidth??1.5).attr("d",q);U.strokeDasharray&&W.attr("stroke-dasharray",U.strokeDasharray)}),m.length>0){const D=S.append("g").attr("class","markers"),B=d==="hover"?0:.6,U=m.filter(W=>W.timestamp>=E&&W.timestamp<=k).map(W=>({...W,x:j(new Date(W.timestamp))}));if(U.forEach(W=>{const X=D.append("line").attr("class","marker-line").attr("data-timestamp",W.timestamp).attr("x1",W.x).attr("x2",W.x).attr("y1",0).attr("y2",x).attr("stroke",W.color??"#131E7A").attr("stroke-width",2).attr("opacity",B);W.strokeDasharray&&X.attr("stroke-dasharray",W.strokeDasharray),W.label&&D.append("text").attr("class","marker-label").attr("data-timestamp",W.timestamp).attr("x",W.x).attr("y",-5).attr("text-anchor","middle").attr("font-size",10).attr("fill",W.color??"#131E7A").attr("opacity",B).text(W.label)}),d==="hover"&&U.length>0){const W=_.append("g").attr("class","marker-tooltip").attr("transform",`translate(${a.left},${a.top})`).style("pointer-events","none").style("display","none"),X=W.append("rect").attr("fill","#131E7A").attr("rx",4).attr("ry",4).attr("filter","drop-shadow(0px 2px 4px rgba(0,0,0,0.2))"),Z=W.append("text").attr("fill","white").attr("font-size",12).attr("font-weight",500).attr("text-anchor","middle");let Q=null;const K=S.append("rect").attr("class","marker-hover-overlay").attr("width",b).attr("height",x).attr("fill","none").attr("pointer-events","all"),F=G=>{let J=null,N=1/0;if(U.forEach(Vt=>{const Mt=Math.abs(G-Vt.x);Mt<N&&(N=Mt,J=Vt)}),!J||N>50)return Q!==null&&(Q=null,D.selectAll(".marker-line").attr("opacity",0),D.selectAll(".marker-label").attr("opacity",0),W.style("display","none"),g==null||g(!1)),!1;const H=J;if(Q===null&&(g==null||g(!0)),Q===H.timestamp)return!0;Q=H.timestamp,D.selectAll(".marker-line").attr("opacity",0),D.selectAll(".marker-label").attr("opacity",0),D.selectAll(".marker-line").filter(function(){return Qt(this).attr("data-timestamp")===String(H.timestamp)}).attr("opacity",.6),D.selectAll(".marker-label").filter(function(){return Qt(this).attr("data-timestamp")===String(H.timestamp)}).attr("opacity",1);const st=new Date(H.timestamp),ht=p?p(H.timestamp):st.toLocaleString("en-US",{month:"short",day:"numeric",year:"numeric",hour:"numeric",minute:"2-digit",hour12:!0}),at=H.label?`${H.label}: ${ht}`:ht;Z.text(at);const pt=Z.node().getBBox(),Tt=8,it=pt.width+Tt*2,ft=pt.height+Tt*2;X.attr("width",it).attr("height",ft);let wt=H.x-it/2;const Et=10;return wt<0?wt=0:wt+it>b&&(wt=b-it),W.attr("transform",`translate(${a.left+wt},${a.top+Et})`),Z.attr("x",it/2).attr("y",ft/2+4),W.style("display","block"),!0};K.on("mousemove",function(G){const[J]=Zo(G,this);F(J)&&G.stopPropagation()}),K.on("mouseleave",function(){Q=null,D.selectAll(".marker-line").attr("opacity",0),D.selectAll(".marker-label").attr("opacity",0),W.style("display","none"),g==null||g(!1)})}}if(u){const D=Xo(j).ticks(6);p&&D.tickFormat(B=>p(+B)),v.append("g").attr("class","axis axis-x").attr("transform",`translate(0,${x})`).call(D).selectAll("text").attr("font-size",11)}if(l){const D=Vo(L).ticks(5);y&&D.tickFormat(B=>y(+B)),v.append("g").attr("class","axis axis-y").call(D).selectAll("text").attr("font-size",11)}if(c&&h){const D=Kl().extent([[0,0],[b,x]]).on("end",U=>{if(!U.selection)return;const[W,X]=U.selection,Z=[+j.invert(W),+j.invert(X)];h(Z),f&&_.select(".brush").call(D.move,null)}),B=S.append("g").attr("class","brush").call(D);B.selectAll(".selection").attr("fill","#69b3a2").attr("fill-opacity",.2).attr("stroke","#69b3a2").attr("stroke-width",1),B.selectAll(".handle").attr("fill","#69b3a2").attr("fill-opacity",.8)}return()=>{_.selectAll("*").remove()}},[e,t,r,n,i,a,o,s,u,l,c,f,h,p,y,m,d,g])},JN=({data:e,categories:t,title:r,subtitle:n,showHeader:i=!0,showLegend:a=!0,showTooltip:o=!0,width:s=800,height:u=400,margin:l={top:20,right:30,bottom:40,left:60},timeRange:c,showGrid:f=!0,showAxes:h=!0,showXAxis:p,showYAxis:y,formatDate:m,formatValue:d,onTimeRangeChange:g,enableBrush:_=!1,zoomToSelection:b=!1,markers:x=[],markerVisibilityMode:v="hover"})=>{const w=O.useRef(null),[S,A]=O.useState(null),[P,C]=O.useState(!1);O.useEffect(()=>{P&&A(null)},[P]),ZN({containerRef:w,data:e,categories:t,width:s,height:u,margin:l,timeRange:c,showGrid:f,showXAxis:p!==void 0?p:h,showYAxis:y!==void 0?y:h,enableBrush:_,zoomToSelection:b,onTimeRangeChange:g,formatDate:m,formatValue:d,markers:x,markerVisibilityMode:v,onMarkerHoverChange:C});const k=$=>{if(!o||!w.current||P)return;const M=w.current.getBoundingClientRect(),I=$.clientX-M.left-l.left,L=$.clientY-M.top,q=s-l.left-l.right;if(I<0||I>q){A(null);return}const R=e.map(G=>G.timestamp),D=c?c[0]:Math.min(...R),B=c?c[1]:Math.max(...R),U=I/q*(B-D)+D,X=((G,J)=>{let N=0,ut=G.length;for(;N<ut;){const H=N+ut>>>1;G[H]<J?N=H+1:ut=H}return N})(R,U),Z=e[X-1],Q=e[X];let K=Q;if(Z&&Q?K=U-Z.timestamp>Q.timestamp-U?Q:Z:Z&&(K=Z),!K){A(null);return}const F=t.map(G=>({label:G.label,value:K[G.dataKey]??0,color:G.color}));A({visible:!0,x:$.clientX-M.left,y:L,timestamp:K.timestamp,values:F})},j=()=>{o&&A(null)};return z.jsxs(V.Stack,{sx:{width:"100%",alignItems:"center",gap:2},children:[i&&(r||n)&&z.jsxs(V.Stack,{spacing:.5,sx:{mb:2,width:"100%",alignItems:"center"},children:[r&&z.jsx(V.Typography,{variant:"h5",sx:{fontWeight:500},children:r}),n&&z.jsx(V.Typography,{variant:"body2",sx:{color:"text.secondary"},children:n})]}),z.jsxs(V.Box,{sx:{width:"100%",display:"flex",justifyContent:"center",alignItems:"center",position:"relative"},children:[z.jsx("svg",{ref:w,viewBox:`0 0 ${s} ${u}`,preserveAspectRatio:"xMidYMid meet",style:{width:"100%",maxWidth:"1200px",minWidth:"400px",height:"auto",display:"block"},onMouseMove:k,onMouseLeave:j}),o&&S&&S.visible&&z.jsxs(V.Paper,{elevation:3,sx:{position:"absolute",left:S.x+10,top:S.y-10,pointerEvents:"none",padding:1.5,minWidth:150,zIndex:1e3,transform:S.x>s/2?"translateX(-100%) translateX(-20px)":"none"},children:[z.jsx(V.Typography,{variant:"caption",sx:{fontWeight:600,mb:1},children:m?m(S.timestamp):new Date(S.timestamp).toLocaleDateString()}),z.jsx(V.Stack,{spacing:.5,sx:{mt:1},children:S.values.map($=>z.jsxs(V.Stack,{direction:"row",justifyContent:"space-between",spacing:2,alignItems:"center",children:[z.jsxs(V.Stack,{direction:"row",spacing:.5,alignItems:"center",children:[z.jsx(V.Box,{sx:{width:8,height:8,backgroundColor:$.color,borderRadius:"50%"}}),z.jsxs(V.Typography,{variant:"caption",children:[$.label,":"]})]}),z.jsx(V.Typography,{variant:"caption",sx:{fontWeight:600},children:d?d($.value):$.value})]},$.label))})]})]}),a&&z.jsx(V.Stack,{direction:"row",spacing:3,sx:{flexWrap:"wrap",justifyContent:"center",gap:2},children:t.map($=>z.jsxs(V.Stack,{direction:"row",spacing:1,alignItems:"center",sx:{cursor:"pointer","&:hover":{opacity:.7}},children:[z.jsx(V.Box,{sx:{width:16,height:16,backgroundColor:$.color,opacity:$.fillOpacity??.7,border:`2px solid ${$.color}`,borderRadius:"2px",...$.strokeDasharray&&{backgroundImage:`repeating-linear-gradient(
|
|
31
|
+
${zt.noLstHatch.lines} 3px,
|
|
32
|
+
${zt.noLstHatch.lines} 4px
|
|
33
|
+
)`,borderRadius:n==="historical"?2:"50%"}}}})}),K.jsx(tt.TableCell,{children:K.jsxs(tt.Stack,{direction:"row",alignItems:"center",gap:.5,children:[K.jsx("span",{children:a.label}),a.tooltip&&K.jsx(tt.Tooltip,{title:a.tooltip,placement:"right",arrow:!0,children:K.jsx(zO.InfoOutlined,{sx:{fontSize:".875rem",color:"text.secondary"}})})]})}),n==="point-in-time"?K.jsxs(K.Fragment,{children:[K.jsx(tt.TableCell,{align:"right",children:a.value}),K.jsxs(tt.TableCell,{align:"right",children:[a.percentage,"%"]})]}):K.jsxs(K.Fragment,{children:[K.jsx(tt.TableCell,{align:"right",children:a.value}),K.jsx(tt.TableCell,{align:"right",children:a.max??"-"}),K.jsx(tt.TableCell,{align:"right",children:a.min??"-"})]})]},a.id)})})]})}),lx={"N/A":"Items that aren't applicable to this migration.","No LST":"There are no LSTs for these items.","Data Missing":"There is data missing in the LSTs."},_L=(e,t="point-in-time")=>{const r=e.timeSeries[e.timeSeries.length-1];if(!r)return[];const n=e.categories.filter(f=>{var h;return!((h=f.parliamentMapping)!=null&&h.isSpecialCategory)}),i=n.reduce((f,h)=>f+(r.values[h.id]??0),0),a=e.metadata.specialCounts,o=a?(a.notApplicable??0)+(a.noLst??0)+(a.unavailable??0):0,s=i+o,u=t==="historical"?new Map(n.map(f=>{const h=e.timeSeries.map(p=>Math.round(p.values[f.id]??0)).filter(p=>p!==void 0);return[f.id,{max:Math.max(...h),min:Math.min(...h)}]})):null,l=n.map(f=>{const h=Math.round(r.values[f.id]??0),p=h/s*100,y=p>0&&p<1?"< 1":p.toFixed(0),d={id:f.id,label:f.label,value:h,percentage:Number.parseFloat(y),color:f.color,tooltip:lx[f.label]};if(u){const m=u.get(f.id);m&&(d.max=m.max,d.min=m.min)}return d}),c=[];if(a){const f=e.categories.filter(h=>{var p;return(p=h.parliamentMapping)==null?void 0:p.isSpecialCategory});for(const h of f){let p=0;if(h.label==="N/A"?p=Math.round(a.notApplicable??0):h.label==="No LST"?p=Math.round(a.noLst??0):h.label==="Data Missing"&&(p=Math.round(a.unavailable??0)),p>0){const y=p/s*100,d=y>0&&y<1?"< 1":y.toFixed(0);c.push({id:h.id,label:h.label,value:p,percentage:Number.parseFloat(d),color:h.color,tooltip:lx[h.label]})}}}return[...l,...c]},wL=e=>{if(!e.timeSeries[e.timeSeries.length-1])throw new Error("ChronoChart: No data points available");const r=e.timeSeries.map(i=>({timestamp:i.timestamp,values:i.values})),n=e.categories.map(i=>{var a;return{dataKey:i.id,label:i.label,color:i.color,fillOpacity:.7,strokeWidth:(a=i.parliamentMapping)!=null&&a.isSpecialCategory?3:1.5,strokeDasharray:i.strokeDasharray,parliamentMapping:i.parliamentMapping}});return{data:r,categories:n}},SL=e=>{if(!e.timeSeries||e.timeSeries.length===0)throw new Error("ChronoChart: timeSeries must not be empty");if(!e.categories||e.categories.length===0)throw new Error("ChronoChart: categories must not be empty");if(!e.metadata||typeof e.metadata.total!="number")throw new Error("ChronoChart: metadata.total is required");if(!e.timeSeries.every((n,i)=>i===0||n.timestamp>=e.timeSeries[i-1].timestamp))throw new Error("ChronoChart: timeSeries must be sorted by timestamp (ascending)");const r=e.timeSeries[0];if(r){for(const n of e.categories.filter(i=>{var a;return!((a=i.parliamentMapping)!=null&&a.isSpecialCategory)}))if(!(n.id in r.values))throw new Error(`ChronoChart: Category "${n.id}" not found in timeSeries data`)}},SE=({data:e,selectedIndex:t,title:r,subtitle:n,showHeader:i=!0,width:a=960,height:o=400,timeRange:s,onTimeRangeChange:u,minAllowedTime:l,maxAllowedTime:c,enableBrush:f=!1,showLegend:h=!0,showTooltip:p=!0,showGrid:y=!0,axisLabelColor:d,enableAnimation:m=!0,animationDuration:v=5439,disableTimeline:_=!1,formatDate:b,formatValue:x,onAnimationStateChange:g,onTimelineReady:w,onAnimationProgress:S,brushColor:A="#69b3a2"})=>{SL(e);const[T,M]=O.useState(null),[P,E]=O.useState(!0),k=O.useRef("historical"),$=O.useRef(void 0),j=O.useMemo(()=>e.timeSeries.length===1||t!==void 0?"point-in-time":"historical",[t,e.timeSeries.length]),C=O.useMemo(()=>{var z;let J;return t!==void 0&&e.timeSeries[t]?(J=e.timeSeries[t].timestamp,$.current=J):k.current==="point-in-time"&&j==="historical"&&$.current!==void 0?J=$.current:J=(z=e.timeSeries[e.timeSeries.length-1])==null?void 0:z.timestamp,k.current=j,J},[t,e.timeSeries,j]),I=e.timeSeries[0].timestamp,U=e.timeSeries[e.timeSeries.length-1].timestamp,[W,D]=O.useState([I,U]),L=s??W,B=O.useCallback(J=>{const z=[l!==void 0?Math.max(J[0],l):J[0],c!==void 0?Math.min(J[1],c):J[1]];u?u(z):D(z)},[u,l,c]);O.useEffect(()=>{M(null)},[j]);const N=O.useMemo(()=>({top:10,right:30,left:60,bottom:30}),[]),X=O.useMemo(()=>wL(e),[e]),F=O.useMemo(()=>_L(e,j),[e,j]),G=O.useMemo(()=>{const J=e.timeSeries[e.timeSeries.length-1];return J?Object.values(J.values).reduce((z,ut)=>z+ut,0):0},[e.timeSeries]),Z=O.useMemo(()=>Jv({repositoryCount:G}),[G]),H=O.useMemo(()=>Qv({repositoryCount:G}),[G]),q=O.useMemo(()=>{const J=o-N.top-N.bottom;return Math.round(J*.9)},[o,N]),Y=O.useMemo(()=>e.events?e.events.map(J=>({timestamp:J.timestamp,label:J.eventName,color:typeof J.color=="string"?J.color:"#2F42FF"})):[],[e.events]),Q=O.useCallback(J=>{if(J){const z=e.categories.find(ut=>ut.label===J.label);M((z==null?void 0:z.id)??null)}else M(null)},[e.categories]),R=O.useCallback(J=>{E(!J),g&&g(J)},[g]);return K.jsxs(tt.Stack,{sx:{width:"100%",alignItems:"center",gap:2},children:[i&&(r||n)&&K.jsxs(tt.Stack,{spacing:.5,sx:{mb:2,width:"100%",alignItems:"center"},children:[r&&K.jsx(tt.Typography,{variant:"h5",sx:{fontWeight:500},children:r}),n&&K.jsx(tt.Typography,{variant:"body2",sx:{color:"text.secondary"},children:n})]}),K.jsx(tt.Box,{sx:{position:"relative",width:"100%"},children:K.jsx(uE,{data:X.data,categories:X.categories,mode:j==="point-in-time"?"parliament":"stacked-area",width:a,height:o,timeRange:L,onTimeRangeChange:B,minAllowedTime:l,maxAllowedTime:c,enableBrush:f,showGrid:y,showAxes:!0,axisLabelColor:d,margin:N,markers:Y,formatDate:b,formatValue:x,animationDuration:v,onAnimationStateChange:R,onTimelineReady:w,onAnimationProgress:S,onHoveredDataChange:Q,hoveredCategory:T,arcAngle:Z,parliamentRadius:q,seatSize:H,parliamentTimestamp:C,timelineEvents:e.events??[],showTimeline:j==="historical"&&!_,brushColor:A})}),K.jsx(xL,{categories:F,activeCategory:T,onCategoryHover:M,mode:j,visible:P})]})},AL=({containerRef:e,data:t,categories:r,width:n,height:i,margin:a,timeRange:o,showGrid:s=!0,showXAxis:u=!0,showYAxis:l=!0,enableBrush:c=!1,zoomToSelection:f=!1,onTimeRangeChange:h,formatDate:p,formatValue:y,markers:d=[],markerVisibilityMode:m="hover",onMarkerHoverChange:v,brushColor:_="#69b3a2"})=>{O.useEffect(()=>{if(!e.current||t.length===0||r.length===0)return;const b=ee(e.current),x=n-a.left-a.right,g=i-a.top-a.bottom;b.selectAll("*").remove();const w=b.append("g").attr("transform",`translate(${a.left},${a.top})`),S=`d3-chart-clip-${Math.random().toString(36).substr(2,9)}`;b.append("defs").append("clipPath").attr("id",S).append("rect").attr("x",0).attr("y",0).attr("width",x).attr("height",g);const A=w.append("g").attr("clip-path",`url(#${S})`),T=[...t].sort((N,X)=>N.timestamp-X.timestamp),M=r.map(N=>N.dataKey),P=Ml().keys(M),E=P(T),k=t.map(N=>N.timestamp),$=o?o[0]:Math.min(...k),j=o?o[1]:Math.max(...k),C=Al().domain([new Date($),new Date(j)]).range([0,x]),I=T.filter(N=>N.timestamp>=$&&N.timestamp<=j),U=P(I),W=U.length>0?Math.max(...U[U.length-1].map(N=>N[1]??0)):0,D=oa().domain([0,W*1.1]).range([g,0]).nice();s&&(A.append("g").attr("class","grid grid-vertical").attr("opacity",.1).call(Cs(C).ticks(6).tickSize(g).tickFormat(()=>"")),A.append("g").attr("class","grid grid-horizontal").attr("opacity",.1).call(Ms(D).ticks(5).tickSize(-x).tickFormat(()=>"")));const L=Wi().x(N=>C(new Date(N.data.timestamp))).y0(N=>D(N[0])).y1(N=>D(N[1])).curve(vi),B=A.append("g").attr("class","areas");if(E.forEach((N,X)=>{const F=r[X];if(!F)return;const G=B.append("path").datum(N).attr("class",`area area-${F.dataKey}`).attr("fill",F.color).attr("fill-opacity",F.fillOpacity??.7).attr("stroke",F.color).attr("stroke-width",F.strokeWidth??1.5).attr("d",L);F.strokeDasharray&&G.attr("stroke-dasharray",F.strokeDasharray)}),d.length>0){const N=A.append("g").attr("class","markers"),X=m==="hover"?0:.6,F=d.filter(G=>G.timestamp>=$&&G.timestamp<=j).map(G=>({...G,x:C(new Date(G.timestamp))}));if(F.forEach(G=>{const Z=N.append("line").attr("class","marker-line").attr("data-timestamp",G.timestamp).attr("x1",G.x).attr("x2",G.x).attr("y1",0).attr("y2",g).attr("stroke",G.color??"#131E7A").attr("stroke-width",2).attr("opacity",X);G.strokeDasharray&&Z.attr("stroke-dasharray",G.strokeDasharray),G.label&&N.append("text").attr("class","marker-label").attr("data-timestamp",G.timestamp).attr("x",G.x).attr("y",-5).attr("text-anchor","middle").attr("font-size",10).attr("fill",G.color??"#131E7A").attr("opacity",X).text(G.label)}),m==="hover"&&F.length>0){const G=b.append("g").attr("class","marker-tooltip").attr("transform",`translate(${a.left},${a.top})`).style("pointer-events","none").style("display","none"),Z=G.append("rect").attr("fill","#131E7A").attr("rx",4).attr("ry",4).attr("filter","drop-shadow(0px 2px 4px rgba(0,0,0,0.2))"),H=G.append("text").attr("fill","white").attr("font-size",12).attr("font-weight",500).attr("text-anchor","middle");let q=null;const Y=A.append("rect").attr("class","marker-hover-overlay").attr("width",x).attr("height",g).attr("fill","none").attr("pointer-events","all"),Q=R=>{let J=null,z=1/0;if(F.forEach(jt=>{const Rt=Math.abs(R-jt.x);Rt<z&&(z=Rt,J=jt)}),!J||z>50)return q!==null&&(q=null,N.selectAll(".marker-line").attr("opacity",0),N.selectAll(".marker-label").attr("opacity",0),G.style("display","none"),v==null||v(!1)),!1;const ft=J;if(q===null&&(v==null||v(!0)),q===ft.timestamp)return!0;q=ft.timestamp,N.selectAll(".marker-line").attr("opacity",0),N.selectAll(".marker-label").attr("opacity",0),N.selectAll(".marker-line").filter(function(){return ee(this).attr("data-timestamp")===String(ft.timestamp)}).attr("opacity",.6),N.selectAll(".marker-label").filter(function(){return ee(this).attr("data-timestamp")===String(ft.timestamp)}).attr("opacity",1);const ot=new Date(ft.timestamp),dt=p?p(ft.timestamp):ot.toLocaleString("en-US",{month:"short",day:"numeric",year:"numeric",hour:"numeric",minute:"2-digit",hour12:!0}),ht=ft.label?`${ft.label}: ${dt}`:dt;H.text(ht);const At=H.node().getBBox(),at=8,pt=At.width+at*2,Pt=At.height+at*2;Z.attr("width",pt).attr("height",Pt);let Ct=ft.x-pt/2;const ue=10;return Ct<0?Ct=0:Ct+pt>x&&(Ct=x-pt),G.attr("transform",`translate(${a.left+Ct},${a.top+ue})`),H.attr("x",pt/2).attr("y",Pt/2+4),G.style("display","block"),!0};Y.on("mousemove",function(R){const[J]=ks(R,this);Q(J)&&R.stopPropagation()}),Y.on("mouseleave",function(){q=null,N.selectAll(".marker-line").attr("opacity",0),N.selectAll(".marker-label").attr("opacity",0),G.style("display","none"),v==null||v(!1)})}}if(u){const N=Cs(C).ticks(6);p&&N.tickFormat(X=>p(+X)),w.append("g").attr("class","axis axis-x").attr("transform",`translate(0,${g})`).call(N).selectAll("text").attr("font-size",11)}if(l){const N=Ms(D).ticks(5);y&&N.tickFormat(X=>y(+X)),w.append("g").attr("class","axis axis-y").call(N).selectAll("text").attr("font-size",11)}if(c&&h){const N=Pc().extent([[0,0],[x,g]]).on("end",F=>{if(!F.selection)return;const[G,Z]=F.selection,H=[+C.invert(G),+C.invert(Z)];h(H),f&&b.select(".brush").call(N.move,null)}),X=A.append("g").attr("class","brush").call(N);X.selectAll(".selection").attr("fill",_).attr("fill-opacity",.2).attr("stroke",_).attr("stroke-width",1),X.selectAll(".handle").attr("fill",_).attr("fill-opacity",.8)}return()=>{b.selectAll("*").remove()}},[e,t,r,n,i,a,o,s,u,l,c,f,h,p,y,d,m,v,_])},OL=({data:e,categories:t,title:r,subtitle:n,showHeader:i=!0,showLegend:a=!0,showTooltip:o=!0,width:s=800,height:u=400,margin:l={top:20,right:30,bottom:40,left:60},timeRange:c,showGrid:f=!0,showAxes:h=!0,showXAxis:p,showYAxis:y,formatDate:d,formatValue:m,onTimeRangeChange:v,enableBrush:_=!1,zoomToSelection:b=!1,markers:x=[],markerVisibilityMode:g="hover",brushColor:w="#69b3a2"})=>{const S=O.useRef(null),[A,T]=O.useState(null),[M,P]=O.useState(!1);O.useEffect(()=>{M&&T(null)},[M]),AL({containerRef:S,data:e,categories:t,width:s,height:u,margin:l,timeRange:c,showGrid:f,showXAxis:p!==void 0?p:h,showYAxis:y!==void 0?y:h,enableBrush:_,zoomToSelection:b,onTimeRangeChange:v,formatDate:d,formatValue:m,markers:x,markerVisibilityMode:g,onMarkerHoverChange:P,brushColor:w});const $=C=>{if(!o||!S.current||M)return;const I=S.current.getBoundingClientRect(),U=C.clientX-I.left-l.left,W=C.clientY-I.top,D=s-l.left-l.right;if(U<0||U>D){T(null);return}const L=e.map(Q=>Q.timestamp),B=c?c[0]:Math.min(...L),N=c?c[1]:Math.max(...L),X=U/D*(N-B)+B,G=((Q,R)=>{let J=0,z=Q.length;for(;J<z;){const ut=J+z>>>1;Q[ut]<R?J=ut+1:z=ut}return J})(L,X),Z=e[G-1],H=e[G];let q=H;if(Z&&H?q=X-Z.timestamp>H.timestamp-X?H:Z:Z&&(q=Z),!q){T(null);return}const Y=t.map(Q=>({label:Q.label,value:q[Q.dataKey]??0,color:Q.color}));T({visible:!0,x:C.clientX-I.left,y:W,timestamp:q.timestamp,values:Y})},j=()=>{o&&T(null)};return K.jsxs(tt.Stack,{sx:{width:"100%",alignItems:"center",gap:2},children:[i&&(r||n)&&K.jsxs(tt.Stack,{spacing:.5,sx:{mb:2,width:"100%",alignItems:"center"},children:[r&&K.jsx(tt.Typography,{variant:"h5",sx:{fontWeight:500},children:r}),n&&K.jsx(tt.Typography,{variant:"body2",sx:{color:"text.secondary"},children:n})]}),K.jsxs(tt.Box,{sx:{width:"100%",display:"flex",justifyContent:"center",alignItems:"center",position:"relative"},children:[K.jsx("svg",{ref:S,viewBox:`0 0 ${s} ${u}`,preserveAspectRatio:"xMidYMid meet",style:{width:"100%",maxWidth:"1200px",minWidth:"400px",height:"auto",display:"block"},onMouseMove:$,onMouseLeave:j}),o&&A&&A.visible&&K.jsxs(tt.Paper,{elevation:3,sx:{position:"absolute",left:A.x+10,top:A.y-10,pointerEvents:"none",padding:1.5,minWidth:150,zIndex:1e3,transform:A.x>s/2?"translateX(-100%) translateX(-20px)":"none"},children:[K.jsx(tt.Typography,{variant:"caption",sx:{fontWeight:600,mb:1},children:d?d(A.timestamp):new Date(A.timestamp).toLocaleDateString()}),K.jsx(tt.Stack,{spacing:.5,sx:{mt:1},children:A.values.map(C=>K.jsxs(tt.Stack,{direction:"row",justifyContent:"space-between",spacing:2,alignItems:"center",children:[K.jsxs(tt.Stack,{direction:"row",spacing:.5,alignItems:"center",children:[K.jsx(tt.Box,{sx:{width:8,height:8,backgroundColor:C.color,borderRadius:"50%"}}),K.jsxs(tt.Typography,{variant:"caption",children:[C.label,":"]})]}),K.jsx(tt.Typography,{variant:"caption",sx:{fontWeight:600},children:m?m(C.value):C.value})]},C.label))})]})]}),a&&K.jsx(tt.Stack,{direction:"row",spacing:3,sx:{flexWrap:"wrap",justifyContent:"center",gap:2},children:t.map(C=>K.jsxs(tt.Stack,{direction:"row",spacing:1,alignItems:"center",sx:{cursor:"pointer","&:hover":{opacity:.7}},children:[K.jsx(tt.Box,{sx:{width:16,height:16,backgroundColor:C.color,opacity:C.fillOpacity??.7,border:`2px solid ${C.color}`,borderRadius:"2px",...C.strokeDasharray&&{backgroundImage:`repeating-linear-gradient(
|
|
34
34
|
45deg,
|
|
35
35
|
transparent,
|
|
36
36
|
transparent 4px,
|
|
37
|
-
${
|
|
38
|
-
${
|
|
39
|
-
)`}}}),
|
|
37
|
+
${C.color} 4px,
|
|
38
|
+
${C.color} 8px
|
|
39
|
+
)`}}}),K.jsx(tt.Typography,{variant:"body2",children:C.label})]},C.dataKey))})]})},TL=["area","base","basefont","bgsound","br","col","command","embed","frame","hr","image","img","input","keygen","link","meta","param","source","track","wbr"],cx={}.hasOwnProperty;function PL(e,t){const r=t||{};function n(i,...a){let o=n.invalid;const s=n.handlers;if(i&&cx.call(i,e)){const u=String(i[e]);o=cx.call(s,u)?s[u]:n.unknown}if(o)return o.call(this,i,...a)}return n.handlers=r.handlers||{},n.invalid=r.invalid,n.unknown=r.unknown,n}const EL=/["&'<>`]/g,CL=/[\uD800-\uDBFF][\uDC00-\uDFFF]/g,ML=/[\x01-\t\v\f\x0E-\x1F\x7F\x81\x8D\x8F\x90\x9D\xA0-\uFFFF]/g,kL=/[|\\{}()[\]^$+*?.]/g,fx=new WeakMap;function $L(e,t){if(e=e.replace(t.subset?jL(t.subset):EL,n),t.subset||t.escapeOnly)return e;return e.replace(CL,r).replace(ML,n);function r(i,a,o){return t.format((i.charCodeAt(0)-55296)*1024+i.charCodeAt(1)-56320+65536,o.charCodeAt(a+2),t)}function n(i,a,o){return t.format(i.charCodeAt(0),o.charCodeAt(a+1),t)}}function jL(e){let t=fx.get(e);return t||(t=RL(e),fx.set(e,t)),t}function RL(e){const t=[];let r=-1;for(;++r<e.length;)t.push(e[r].replace(kL,"\\$&"));return new RegExp("(?:"+t.join("|")+")","g")}const DL=/[\dA-Fa-f]/;function IL(e,t,r){const n="&#x"+e.toString(16).toUpperCase();return r&&t&&!DL.test(String.fromCharCode(t))?n:n+";"}const NL=/\d/;function LL(e,t,r){const n="&#"+String(e);return r&&t&&!NL.test(String.fromCharCode(t))?n:n+";"}const BL=["AElig","AMP","Aacute","Acirc","Agrave","Aring","Atilde","Auml","COPY","Ccedil","ETH","Eacute","Ecirc","Egrave","Euml","GT","Iacute","Icirc","Igrave","Iuml","LT","Ntilde","Oacute","Ocirc","Ograve","Oslash","Otilde","Ouml","QUOT","REG","THORN","Uacute","Ucirc","Ugrave","Uuml","Yacute","aacute","acirc","acute","aelig","agrave","amp","aring","atilde","auml","brvbar","ccedil","cedil","cent","copy","curren","deg","divide","eacute","ecirc","egrave","eth","euml","frac12","frac14","frac34","gt","iacute","icirc","iexcl","igrave","iquest","iuml","laquo","lt","macr","micro","middot","nbsp","not","ntilde","oacute","ocirc","ograve","ordf","ordm","oslash","otilde","ouml","para","plusmn","pound","quot","raquo","reg","sect","shy","sup1","sup2","sup3","szlig","thorn","times","uacute","ucirc","ugrave","uml","uuml","yacute","yen","yuml"],Gf={nbsp:" ",iexcl:"¡",cent:"¢",pound:"£",curren:"¤",yen:"¥",brvbar:"¦",sect:"§",uml:"¨",copy:"©",ordf:"ª",laquo:"«",not:"¬",shy:"",reg:"®",macr:"¯",deg:"°",plusmn:"±",sup2:"²",sup3:"³",acute:"´",micro:"µ",para:"¶",middot:"·",cedil:"¸",sup1:"¹",ordm:"º",raquo:"»",frac14:"¼",frac12:"½",frac34:"¾",iquest:"¿",Agrave:"À",Aacute:"Á",Acirc:"Â",Atilde:"Ã",Auml:"Ä",Aring:"Å",AElig:"Æ",Ccedil:"Ç",Egrave:"È",Eacute:"É",Ecirc:"Ê",Euml:"Ë",Igrave:"Ì",Iacute:"Í",Icirc:"Î",Iuml:"Ï",ETH:"Ð",Ntilde:"Ñ",Ograve:"Ò",Oacute:"Ó",Ocirc:"Ô",Otilde:"Õ",Ouml:"Ö",times:"×",Oslash:"Ø",Ugrave:"Ù",Uacute:"Ú",Ucirc:"Û",Uuml:"Ü",Yacute:"Ý",THORN:"Þ",szlig:"ß",agrave:"à",aacute:"á",acirc:"â",atilde:"ã",auml:"ä",aring:"å",aelig:"æ",ccedil:"ç",egrave:"è",eacute:"é",ecirc:"ê",euml:"ë",igrave:"ì",iacute:"í",icirc:"î",iuml:"ï",eth:"ð",ntilde:"ñ",ograve:"ò",oacute:"ó",ocirc:"ô",otilde:"õ",ouml:"ö",divide:"÷",oslash:"ø",ugrave:"ù",uacute:"ú",ucirc:"û",uuml:"ü",yacute:"ý",thorn:"þ",yuml:"ÿ",fnof:"ƒ",Alpha:"Α",Beta:"Β",Gamma:"Γ",Delta:"Δ",Epsilon:"Ε",Zeta:"Ζ",Eta:"Η",Theta:"Θ",Iota:"Ι",Kappa:"Κ",Lambda:"Λ",Mu:"Μ",Nu:"Ν",Xi:"Ξ",Omicron:"Ο",Pi:"Π",Rho:"Ρ",Sigma:"Σ",Tau:"Τ",Upsilon:"Υ",Phi:"Φ",Chi:"Χ",Psi:"Ψ",Omega:"Ω",alpha:"α",beta:"β",gamma:"γ",delta:"δ",epsilon:"ε",zeta:"ζ",eta:"η",theta:"θ",iota:"ι",kappa:"κ",lambda:"λ",mu:"μ",nu:"ν",xi:"ξ",omicron:"ο",pi:"π",rho:"ρ",sigmaf:"ς",sigma:"σ",tau:"τ",upsilon:"υ",phi:"φ",chi:"χ",psi:"ψ",omega:"ω",thetasym:"ϑ",upsih:"ϒ",piv:"ϖ",bull:"•",hellip:"…",prime:"′",Prime:"″",oline:"‾",frasl:"⁄",weierp:"℘",image:"ℑ",real:"ℜ",trade:"™",alefsym:"ℵ",larr:"←",uarr:"↑",rarr:"→",darr:"↓",harr:"↔",crarr:"↵",lArr:"⇐",uArr:"⇑",rArr:"⇒",dArr:"⇓",hArr:"⇔",forall:"∀",part:"∂",exist:"∃",empty:"∅",nabla:"∇",isin:"∈",notin:"∉",ni:"∋",prod:"∏",sum:"∑",minus:"−",lowast:"∗",radic:"√",prop:"∝",infin:"∞",ang:"∠",and:"∧",or:"∨",cap:"∩",cup:"∪",int:"∫",there4:"∴",sim:"∼",cong:"≅",asymp:"≈",ne:"≠",equiv:"≡",le:"≤",ge:"≥",sub:"⊂",sup:"⊃",nsub:"⊄",sube:"⊆",supe:"⊇",oplus:"⊕",otimes:"⊗",perp:"⊥",sdot:"⋅",lceil:"⌈",rceil:"⌉",lfloor:"⌊",rfloor:"⌋",lang:"〈",rang:"〉",loz:"◊",spades:"♠",clubs:"♣",hearts:"♥",diams:"♦",quot:'"',amp:"&",lt:"<",gt:">",OElig:"Œ",oelig:"œ",Scaron:"Š",scaron:"š",Yuml:"Ÿ",circ:"ˆ",tilde:"˜",ensp:" ",emsp:" ",thinsp:" ",zwnj:"",zwj:"",lrm:"",rlm:"",ndash:"–",mdash:"—",lsquo:"‘",rsquo:"’",sbquo:"‚",ldquo:"“",rdquo:"”",bdquo:"„",dagger:"†",Dagger:"‡",permil:"‰",lsaquo:"‹",rsaquo:"›",euro:"€"},qL=["cent","copy","divide","gt","lt","not","para","times"],AE={}.hasOwnProperty,Fy={};let Uu;for(Uu in Gf)AE.call(Gf,Uu)&&(Fy[Gf[Uu]]=Uu);const FL=/[^\dA-Za-z]/;function zL(e,t,r,n){const i=String.fromCharCode(e);if(AE.call(Fy,i)){const a=Fy[i],o="&"+a;return r&&BL.includes(a)&&!qL.includes(a)&&(!n||t&&t!==61&&FL.test(String.fromCharCode(t)))?o:o+";"}return""}function UL(e,t,r){let n=IL(e,t,r.omitOptionalSemicolons),i;if((r.useNamedReferences||r.useShortestReferences)&&(i=zL(e,t,r.omitOptionalSemicolons,r.attribute)),(r.useShortestReferences||!i)&&r.useShortestReferences){const a=LL(e,t,r.omitOptionalSemicolons);a.length<n.length&&(n=a)}return i&&(!r.useShortestReferences||i.length<n.length)?i:n}function Ua(e,t){return $L(e,Object.assign({format:UL},t))}const WL=/^>|^->|<!--|-->|--!>|<!-$/g,HL=[">"],GL=["<",">"];function KL(e,t,r,n){return n.settings.bogusComments?"<?"+Ua(e.value,Object.assign({},n.settings.characterReferences,{subset:HL}))+">":"<!--"+e.value.replace(WL,i)+"-->";function i(a){return Ua(a,Object.assign({},n.settings.characterReferences,{subset:GL}))}}function XL(e,t,r,n){return"<!"+(n.settings.upperDoctype?"DOCTYPE":"doctype")+(n.settings.tightDoctype?"":" ")+"html>"}function hx(e,t){const r=String(e);if(typeof t!="string")throw new TypeError("Expected character");let n=0,i=r.indexOf(t);for(;i!==-1;)n++,i=r.indexOf(t,i+t.length);return n}const YL=/[ \t\n\f\r]/g;function r0(e){return typeof e=="object"?e.type==="text"?px(e.value):!1:px(e)}function px(e){return e.replace(YL,"")===""}const Ce=TE(1),OE=TE(-1),VL=[];function TE(e){return t;function t(r,n,i){const a=r?r.children:VL;let o=(n||0)+e,s=a[o];if(!i)for(;s&&r0(s);)o+=e,s=a[o];return s}}const ZL={}.hasOwnProperty;function PE(e){return t;function t(r,n,i){return ZL.call(e,r.tagName)&&e[r.tagName](r,n,i)}}const n0=PE({body:QL,caption:Kf,colgroup:Kf,dd:nB,dt:rB,head:Kf,html:JL,li:eB,optgroup:iB,option:aB,p:tB,rp:dx,rt:dx,tbody:sB,td:mx,tfoot:uB,th:mx,thead:oB,tr:lB});function Kf(e,t,r){const n=Ce(r,t,!0);return!n||n.type!=="comment"&&!(n.type==="text"&&r0(n.value.charAt(0)))}function JL(e,t,r){const n=Ce(r,t);return!n||n.type!=="comment"}function QL(e,t,r){const n=Ce(r,t);return!n||n.type!=="comment"}function tB(e,t,r){const n=Ce(r,t);return n?n.type==="element"&&(n.tagName==="address"||n.tagName==="article"||n.tagName==="aside"||n.tagName==="blockquote"||n.tagName==="details"||n.tagName==="div"||n.tagName==="dl"||n.tagName==="fieldset"||n.tagName==="figcaption"||n.tagName==="figure"||n.tagName==="footer"||n.tagName==="form"||n.tagName==="h1"||n.tagName==="h2"||n.tagName==="h3"||n.tagName==="h4"||n.tagName==="h5"||n.tagName==="h6"||n.tagName==="header"||n.tagName==="hgroup"||n.tagName==="hr"||n.tagName==="main"||n.tagName==="menu"||n.tagName==="nav"||n.tagName==="ol"||n.tagName==="p"||n.tagName==="pre"||n.tagName==="section"||n.tagName==="table"||n.tagName==="ul"):!r||!(r.type==="element"&&(r.tagName==="a"||r.tagName==="audio"||r.tagName==="del"||r.tagName==="ins"||r.tagName==="map"||r.tagName==="noscript"||r.tagName==="video"))}function eB(e,t,r){const n=Ce(r,t);return!n||n.type==="element"&&n.tagName==="li"}function rB(e,t,r){const n=Ce(r,t);return!!(n&&n.type==="element"&&(n.tagName==="dt"||n.tagName==="dd"))}function nB(e,t,r){const n=Ce(r,t);return!n||n.type==="element"&&(n.tagName==="dt"||n.tagName==="dd")}function dx(e,t,r){const n=Ce(r,t);return!n||n.type==="element"&&(n.tagName==="rp"||n.tagName==="rt")}function iB(e,t,r){const n=Ce(r,t);return!n||n.type==="element"&&n.tagName==="optgroup"}function aB(e,t,r){const n=Ce(r,t);return!n||n.type==="element"&&(n.tagName==="option"||n.tagName==="optgroup")}function oB(e,t,r){const n=Ce(r,t);return!!(n&&n.type==="element"&&(n.tagName==="tbody"||n.tagName==="tfoot"))}function sB(e,t,r){const n=Ce(r,t);return!n||n.type==="element"&&(n.tagName==="tbody"||n.tagName==="tfoot")}function uB(e,t,r){return!Ce(r,t)}function lB(e,t,r){const n=Ce(r,t);return!n||n.type==="element"&&n.tagName==="tr"}function mx(e,t,r){const n=Ce(r,t);return!n||n.type==="element"&&(n.tagName==="td"||n.tagName==="th")}const cB=PE({body:pB,colgroup:dB,head:hB,html:fB,tbody:mB});function fB(e){const t=Ce(e,-1);return!t||t.type!=="comment"}function hB(e){const t=new Set;for(const n of e.children)if(n.type==="element"&&(n.tagName==="base"||n.tagName==="title")){if(t.has(n.tagName))return!1;t.add(n.tagName)}const r=e.children[0];return!r||r.type==="element"}function pB(e){const t=Ce(e,-1,!0);return!t||t.type!=="comment"&&!(t.type==="text"&&r0(t.value.charAt(0)))&&!(t.type==="element"&&(t.tagName==="meta"||t.tagName==="link"||t.tagName==="script"||t.tagName==="style"||t.tagName==="template"))}function dB(e,t,r){const n=OE(r,t),i=Ce(e,-1,!0);return r&&n&&n.type==="element"&&n.tagName==="colgroup"&&n0(n,r.children.indexOf(n),r)?!1:!!(i&&i.type==="element"&&i.tagName==="col")}function mB(e,t,r){const n=OE(r,t),i=Ce(e,-1);return r&&n&&n.type==="element"&&(n.tagName==="thead"||n.tagName==="tbody")&&n0(n,r.children.indexOf(n),r)?!1:!!(i&&i.type==="element"&&i.tagName==="tr")}const Wu={name:[[`
|
|
40
40
|
\f\r &/=>`.split(""),`
|
|
41
41
|
\f\r "&'/=>\``.split("")],[`\0
|
|
42
42
|
\f\r "&'/<=>`.split(""),`\0
|
|
@@ -44,25 +44,25 @@
|
|
|
44
44
|
\f\r &>`.split(""),`\0
|
|
45
45
|
\f\r "&'<=>\``.split("")],[`\0
|
|
46
46
|
\f\r "&'<=>\``.split(""),`\0
|
|
47
|
-
\f\r "&'<=>\``.split("")]],single:[["&'".split(""),"\"&'`".split("")],["\0&'".split(""),"\0\"&'`".split("")]],double:[['"&'.split(""),"\"&'`".split("")],['\0"&'.split(""),"\0\"&'`".split("")]]};function UL(e,t,r,n){const i=n.schema,a=i.space==="svg"?!1:n.settings.omitOptionalTags;let o=i.space==="svg"?n.settings.closeEmptyElements:n.settings.voids.includes(e.tagName.toLowerCase());const s=[];let u;i.space==="html"&&e.tagName==="svg"&&(n.schema=gg);const l=WL(n,e.properties),c=n.all(i.space==="html"&&e.tagName==="template"?e.content:e);return n.schema=i,c&&(o=!1),(l||!a||!NL(e,t,r))&&(s.push("<",e.tagName,l?" "+l:""),o&&(i.space==="svg"||n.settings.closeSelfClosing)&&(u=l.charAt(l.length-1),(!n.settings.tightSelfClosing||u==="/"||u&&u!=='"'&&u!=="'")&&s.push(" "),s.push("/")),s.push(">")),s.push(c),!o&&(!a||!_g(e,t,r))&&s.push("</"+e.tagName+">"),s.join("")}function WL(e,t){const r=[];let n=-1,i;if(t){for(i in t)if(t[i]!==null&&t[i]!==void 0){const a=GL(e,i,t[i]);a&&r.push(a)}}for(;++n<r.length;){const a=e.settings.tightAttributes?r[n].charAt(r[n].length-1):void 0;n!==r.length-1&&a!=='"'&&a!=="'"&&(r[n]+=" ")}return r.join("")}function GL(e,t,r){const n=zT(e.schema,t),i=e.settings.allowParseErrors&&e.schema.space==="html"?0:1,a=e.settings.allowDangerousCharacters?0:1;let o=e.quote,s;if(n.overloadedBoolean&&(r===n.attribute||r==="")?r=!0:(n.boolean||n.overloadedBoolean)&&(typeof r!="string"||r===n.attribute||r==="")&&(r=!!r),r==null||r===!1||typeof r=="number"&&Number.isNaN(r))return"";const u=fa(n.attribute,Object.assign({},e.settings.characterReferences,{subset:fu.name[i][a]}));return r===!0||(r=Array.isArray(r)?(n.commaSeparated?BN:FN)(r,{padLeft:!e.settings.tightCommaSeparatedLists}):String(r),e.settings.collapseEmptyAttributes&&!r)?u:(e.settings.preferUnquoted&&(s=fa(r,Object.assign({},e.settings.characterReferences,{attribute:!0,subset:fu.unquoted[i][a]}))),s!==r&&(e.settings.quoteSmart&&D0(r,o)>D0(r,e.alternative)&&(o=e.alternative),s=o+fa(r,Object.assign({},e.settings.characterReferences,{subset:(o==="'"?fu.single:fu.double)[i][a],attribute:!0}))+o),u+(s&&"="+s))}const HL=["<","&"];function QT(e,t,r,n){return r&&r.type==="element"&&(r.tagName==="script"||r.tagName==="style")?e.value:fa(e.value,Object.assign({},n.settings.characterReferences,{subset:HL}))}function KL(e,t,r,n){return n.settings.allowDangerousHtml?e.value:QT(e,t,r,n)}function YL(e,t,r,n){return n.all(e)}const XL=tL("type",{invalid:VL,unknown:ZL,handlers:{comment:_L,doctype:xL,element:UL,raw:KL,root:YL,text:QT}});function VL(e){throw new Error("Expected node, not `"+e+"`")}function ZL(e){const t=e;throw new Error("Cannot compile unknown node `"+t.type+"`")}const JL={},QL={},tB=[];function eB(e,t){const r=JL,n=r.quote||'"',i=n==='"'?"'":'"';if(n!=='"'&&n!=="'")throw new Error("Invalid quote `"+n+"`, expected `'` or `\"`");return{one:rB,all:nB,settings:{omitOptionalTags:r.omitOptionalTags||!1,allowParseErrors:r.allowParseErrors||!1,allowDangerousCharacters:r.allowDangerousCharacters||!1,quoteSmart:r.quoteSmart||!1,preferUnquoted:r.preferUnquoted||!1,tightAttributes:r.tightAttributes||!1,upperDoctype:r.upperDoctype||!1,tightDoctype:r.tightDoctype||!1,bogusComments:r.bogusComments||!1,tightCommaSeparatedLists:r.tightCommaSeparatedLists||!1,tightSelfClosing:r.tightSelfClosing||!1,collapseEmptyAttributes:r.collapseEmptyAttributes||!1,allowDangerousHtml:r.allowDangerousHtml||!1,voids:r.voids||QN,characterReferences:r.characterReferences||QL,closeSelfClosing:r.closeSelfClosing||!1,closeEmptyElements:r.closeEmptyElements||!1},schema:r.space==="svg"?gg:UT,quote:n,alternative:i}.one(Array.isArray(e)?{type:"root",children:e}:e,void 0,void 0)}function rB(e,t,r){return XL(e,t,r,this)}function nB(e){const t=[],r=e&&e.children||tB;let n=-1;for(;++n<r.length;)t[n]=this.one(r[n],n,e);return t.join("")}const Fe={arcAngle:180,maxSeats:200,useEnhanced:!0,chartConfig:{radius:220,seatSize:5,minSeatSize:4,maxSeatSize:18,spacing:1.1,innerRadiusRatio:.4,arcAngleFlexibility:5},colors:{emptySeats:"#f8f8f8",emptySeatsBorder:"#d8d8d8",seatBorder:"#fff"},animation:{transitionDuration:"0.2s",hoverOpacity:{active:"1",dimmed:"0.2",empty:"0.3"}},scaling:{enableScaling:!0,scaleThreshold:200}},ha={COMPLETED:Qe.neoDigitalGreen[600],NOT_APPLICABLE:"url(#greyHatchPattern)",NO_LST:"url(#noLstHatchPattern)",DATA_MISSING:"url(#dataMissingHatchPattern)"},qo="N/A",Fo="No LST",zo="Data Missing";function iB(e,t,r,n="left-to-right",i=900,a){Qt.prototype.transition=Pv;const o=t*Math.PI/180,s=-o/2-Math.PI/2,u=o/2-Math.PI/2;let l=e.querySelector("defs");l||(l=document.createElementNS("http://www.w3.org/2000/svg","defs"),e.appendChild(l));const c="arc-sweep-clip";let f=l.querySelector(`#${c}`);f||(f=document.createElementNS("http://www.w3.org/2000/svg","clipPath"),f.setAttribute("id",c),l.appendChild(f));const h=document.createElementNS("http://www.w3.org/2000/svg","path");f.innerHTML="",f.appendChild(h);const p=e.querySelector(".arc-container"),y=e.querySelector(".points-container");if(y&&p)if(y.setAttribute("clip-path",`url(#${c})`),n==="left-to-right"){const d=_=>{const b=r*1.5,x=Math.cos(_)*b,v=Math.sin(_)*b,w=Math.cos(u)*b,S=Math.sin(u)*b,A=u-_>Math.PI?1:0;return`M 0,0 L ${x},${v} A ${b},${b} 0 ${A},1 ${w},${S} Z`};h.setAttribute("d",d(s)),Qt(h).transition().duration(i).ease(_=>1-Math.pow(1-_,3)).tween("arc-sweep",()=>_=>{const b=s+(u-s)*_;h.setAttribute("d",d(b))}).on("end",()=>{a&&a(),setTimeout(()=>{y.removeAttribute("clip-path")},50)})}else{const d=_=>{const b=r*1.5,x=Math.cos(_)*b,v=Math.sin(_)*b,w=Math.cos(u)*b,S=Math.sin(u)*b,A=u-_>Math.PI?1:0;return`M 0,0 L ${x},${v} A ${b},${b} 0 ${A},1 ${w},${S} Z`};h.setAttribute("d",d(u)),Qt(h).transition().duration(i).ease(_=>1-Math.pow(1-_,3)).tween("arc-sweep",()=>_=>{const b=u-(u-s)*_;h.setAttribute("d",d(b))}).on("end",()=>{y.removeAttribute("clip-path"),a&&a()})}}var hu=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function qt(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var cf,L0;function tE(){if(L0)return cf;L0=1;var e=typeof hu=="object"&&hu&&hu.Object===Object&&hu;return cf=e,cf}var ff,B0;function Fr(){if(B0)return ff;B0=1;var e=tE(),t=typeof self=="object"&&self&&self.Object===Object&&self,r=e||t||Function("return this")();return ff=r,ff}var hf,q0;function aB(){if(q0)return hf;q0=1;var e=/\s/;function t(r){for(var n=r.length;n--&&e.test(r.charAt(n)););return n}return hf=t,hf}var pf,F0;function oB(){if(F0)return pf;F0=1;var e=aB(),t=/^\s+/;function r(n){return n&&n.slice(0,e(n)+1).replace(t,"")}return pf=r,pf}var df,z0;function Zn(){if(z0)return df;z0=1;function e(t){var r=typeof t;return t!=null&&(r=="object"||r=="function")}return df=e,df}var mf,U0;function Xs(){if(U0)return mf;U0=1;var e=Fr(),t=e.Symbol;return mf=t,mf}var yf,W0;function sB(){if(W0)return yf;W0=1;var e=Xs(),t=Object.prototype,r=t.hasOwnProperty,n=t.toString,i=e?e.toStringTag:void 0;function a(o){var s=r.call(o,i),u=o[i];try{o[i]=void 0;var l=!0}catch{}var c=n.call(o);return l&&(s?o[i]=u:delete o[i]),c}return yf=a,yf}var vf,G0;function uB(){if(G0)return vf;G0=1;var e=Object.prototype,t=e.toString;function r(n){return t.call(n)}return vf=r,vf}var gf,H0;function Tn(){if(H0)return gf;H0=1;var e=Xs(),t=sB(),r=uB(),n="[object Null]",i="[object Undefined]",a=e?e.toStringTag:void 0;function o(s){return s==null?s===void 0?i:n:a&&a in Object(s)?t(s):r(s)}return gf=o,gf}var bf,K0;function En(){if(K0)return bf;K0=1;function e(t){return t!=null&&typeof t=="object"}return bf=e,bf}var _f,Y0;function Ja(){if(Y0)return _f;Y0=1;var e=Tn(),t=En(),r="[object Symbol]";function n(i){return typeof i=="symbol"||t(i)&&e(i)==r}return _f=n,_f}var xf,X0;function xg(){if(X0)return xf;X0=1;var e=oB(),t=Zn(),r=Ja(),n=NaN,i=/^[-+]0x[0-9a-f]+$/i,a=/^0b[01]+$/i,o=/^0o[0-7]+$/i,s=parseInt;function u(l){if(typeof l=="number")return l;if(r(l))return n;if(t(l)){var c=typeof l.valueOf=="function"?l.valueOf():l;l=t(c)?c+"":c}if(typeof l!="string")return l===0?l:+l;l=e(l);var f=a.test(l);return f||o.test(l)?s(l.slice(2),f?2:8):i.test(l)?n:+l}return xf=u,xf}var wf,V0;function eE(){if(V0)return wf;V0=1;var e=xg(),t=1/0,r=17976931348623157e292;function n(i){if(!i)return i===0?i:0;if(i=e(i),i===t||i===-t){var a=i<0?-1:1;return a*r}return i===i?i:0}return wf=n,wf}var Sf,Z0;function wg(){if(Z0)return Sf;Z0=1;var e=eE();function t(r){var n=e(r),i=n%1;return n===n?i?n-i:n:0}return Sf=t,Sf}var Of,J0;function oc(){if(J0)return Of;J0=1;function e(t,r){for(var n=-1,i=t==null?0:t.length,a=Array(i);++n<i;)a[n]=r(t[n],n,t);return a}return Of=e,Of}var Af,Q0;function Ue(){if(Q0)return Af;Q0=1;var e=Array.isArray;return Af=e,Af}var Pf,t_;function lB(){if(t_)return Pf;t_=1;var e=Xs(),t=oc(),r=Ue(),n=Ja(),i=e?e.prototype:void 0,a=i?i.toString:void 0;function o(s){if(typeof s=="string")return s;if(r(s))return t(s,o)+"";if(n(s))return a?a.call(s):"";var u=s+"";return u=="0"&&1/s==-1/0?"-0":u}return Pf=o,Pf}var Tf,e_;function Sg(){if(e_)return Tf;e_=1;var e=lB();function t(r){return r==null?"":e(r)}return Tf=t,Tf}var Ef,r_;function cB(){if(r_)return Ef;r_=1;var e=Fr(),t=wg(),r=xg(),n=Sg(),i=e.isFinite,a=Math.min;function o(s){var u=Math[s];return function(l,c){if(l=r(l),c=c==null?0:a(t(c),292),c&&i(l)){var f=(n(l)+"e").split("e"),h=u(f[0]+"e"+(+f[1]+c));return f=(n(h)+"e").split("e"),+(f[0]+"e"+(+f[1]-c))}return u(l)}}return Ef=o,Ef}var Cf,n_;function fB(){if(n_)return Cf;n_=1;var e=cB(),t=e("round");return Cf=t,Cf}var hB=fB();const pB=qt(hB);var Mf,i_;function rE(){if(i_)return Mf;i_=1;function e(t,r){for(var n=-1,i=r.length,a=t.length;++n<i;)t[a+n]=r[n];return t}return Mf=e,Mf}var kf,a_;function dB(){if(a_)return kf;a_=1;var e=Tn(),t=En(),r="[object Arguments]";function n(i){return t(i)&&e(i)==r}return kf=n,kf}var $f,o_;function Og(){if(o_)return $f;o_=1;var e=dB(),t=En(),r=Object.prototype,n=r.hasOwnProperty,i=r.propertyIsEnumerable,a=e((function(){return arguments})())?e:function(o){return t(o)&&n.call(o,"callee")&&!i.call(o,"callee")};return $f=a,$f}var jf,s_;function mB(){if(s_)return jf;s_=1;var e=Xs(),t=Og(),r=Ue(),n=e?e.isConcatSpreadable:void 0;function i(a){return r(a)||t(a)||!!(n&&a&&a[n])}return jf=i,jf}var Df,u_;function nE(){if(u_)return Df;u_=1;var e=rE(),t=mB();function r(n,i,a,o,s){var u=-1,l=n.length;for(a||(a=t),s||(s=[]);++u<l;){var c=n[u];i>0&&a(c)?i>1?r(c,i-1,a,o,s):e(s,c):o||(s[s.length]=c)}return s}return Df=r,Df}var Rf,l_;function Ag(){if(l_)return Rf;l_=1;var e=Ue(),t=Ja(),r=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,n=/^\w*$/;function i(a,o){if(e(a))return!1;var s=typeof a;return s=="number"||s=="symbol"||s=="boolean"||a==null||t(a)?!0:n.test(a)||!r.test(a)||o!=null&&a in Object(o)}return Rf=i,Rf}var If,c_;function Pg(){if(c_)return If;c_=1;var e=Tn(),t=Zn(),r="[object AsyncFunction]",n="[object Function]",i="[object GeneratorFunction]",a="[object Proxy]";function o(s){if(!t(s))return!1;var u=e(s);return u==n||u==i||u==r||u==a}return If=o,If}var Nf,f_;function yB(){if(f_)return Nf;f_=1;var e=Fr(),t=e["__core-js_shared__"];return Nf=t,Nf}var Lf,h_;function vB(){if(h_)return Lf;h_=1;var e=yB(),t=(function(){var n=/[^.]+$/.exec(e&&e.keys&&e.keys.IE_PROTO||"");return n?"Symbol(src)_1."+n:""})();function r(n){return!!t&&t in n}return Lf=r,Lf}var Bf,p_;function iE(){if(p_)return Bf;p_=1;var e=Function.prototype,t=e.toString;function r(n){if(n!=null){try{return t.call(n)}catch{}try{return n+""}catch{}}return""}return Bf=r,Bf}var qf,d_;function gB(){if(d_)return qf;d_=1;var e=Pg(),t=vB(),r=Zn(),n=iE(),i=/[\\^$.*+?()[\]{}|]/g,a=/^\[object .+?Constructor\]$/,o=Function.prototype,s=Object.prototype,u=o.toString,l=s.hasOwnProperty,c=RegExp("^"+u.call(l).replace(i,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function f(h){if(!r(h)||t(h))return!1;var p=e(h)?c:a;return p.test(n(h))}return qf=f,qf}var Ff,m_;function bB(){if(m_)return Ff;m_=1;function e(t,r){return t==null?void 0:t[r]}return Ff=e,Ff}var zf,y_;function qi(){if(y_)return zf;y_=1;var e=gB(),t=bB();function r(n,i){var a=t(n,i);return e(a)?a:void 0}return zf=r,zf}var Uf,v_;function sc(){if(v_)return Uf;v_=1;var e=qi(),t=e(Object,"create");return Uf=t,Uf}var Wf,g_;function _B(){if(g_)return Wf;g_=1;var e=sc();function t(){this.__data__=e?e(null):{},this.size=0}return Wf=t,Wf}var Gf,b_;function xB(){if(b_)return Gf;b_=1;function e(t){var r=this.has(t)&&delete this.__data__[t];return this.size-=r?1:0,r}return Gf=e,Gf}var Hf,__;function wB(){if(__)return Hf;__=1;var e=sc(),t="__lodash_hash_undefined__",r=Object.prototype,n=r.hasOwnProperty;function i(a){var o=this.__data__;if(e){var s=o[a];return s===t?void 0:s}return n.call(o,a)?o[a]:void 0}return Hf=i,Hf}var Kf,x_;function SB(){if(x_)return Kf;x_=1;var e=sc(),t=Object.prototype,r=t.hasOwnProperty;function n(i){var a=this.__data__;return e?a[i]!==void 0:r.call(a,i)}return Kf=n,Kf}var Yf,w_;function OB(){if(w_)return Yf;w_=1;var e=sc(),t="__lodash_hash_undefined__";function r(n,i){var a=this.__data__;return this.size+=this.has(n)?0:1,a[n]=e&&i===void 0?t:i,this}return Yf=r,Yf}var Xf,S_;function AB(){if(S_)return Xf;S_=1;var e=_B(),t=xB(),r=wB(),n=SB(),i=OB();function a(o){var s=-1,u=o==null?0:o.length;for(this.clear();++s<u;){var l=o[s];this.set(l[0],l[1])}}return a.prototype.clear=e,a.prototype.delete=t,a.prototype.get=r,a.prototype.has=n,a.prototype.set=i,Xf=a,Xf}var Vf,O_;function PB(){if(O_)return Vf;O_=1;function e(){this.__data__=[],this.size=0}return Vf=e,Vf}var Zf,A_;function Tg(){if(A_)return Zf;A_=1;function e(t,r){return t===r||t!==t&&r!==r}return Zf=e,Zf}var Jf,P_;function uc(){if(P_)return Jf;P_=1;var e=Tg();function t(r,n){for(var i=r.length;i--;)if(e(r[i][0],n))return i;return-1}return Jf=t,Jf}var Qf,T_;function TB(){if(T_)return Qf;T_=1;var e=uc(),t=Array.prototype,r=t.splice;function n(i){var a=this.__data__,o=e(a,i);if(o<0)return!1;var s=a.length-1;return o==s?a.pop():r.call(a,o,1),--this.size,!0}return Qf=n,Qf}var th,E_;function EB(){if(E_)return th;E_=1;var e=uc();function t(r){var n=this.__data__,i=e(n,r);return i<0?void 0:n[i][1]}return th=t,th}var eh,C_;function CB(){if(C_)return eh;C_=1;var e=uc();function t(r){return e(this.__data__,r)>-1}return eh=t,eh}var rh,M_;function MB(){if(M_)return rh;M_=1;var e=uc();function t(r,n){var i=this.__data__,a=e(i,r);return a<0?(++this.size,i.push([r,n])):i[a][1]=n,this}return rh=t,rh}var nh,k_;function lc(){if(k_)return nh;k_=1;var e=PB(),t=TB(),r=EB(),n=CB(),i=MB();function a(o){var s=-1,u=o==null?0:o.length;for(this.clear();++s<u;){var l=o[s];this.set(l[0],l[1])}}return a.prototype.clear=e,a.prototype.delete=t,a.prototype.get=r,a.prototype.has=n,a.prototype.set=i,nh=a,nh}var ih,$_;function Eg(){if($_)return ih;$_=1;var e=qi(),t=Fr(),r=e(t,"Map");return ih=r,ih}var ah,j_;function kB(){if(j_)return ah;j_=1;var e=AB(),t=lc(),r=Eg();function n(){this.size=0,this.__data__={hash:new e,map:new(r||t),string:new e}}return ah=n,ah}var oh,D_;function $B(){if(D_)return oh;D_=1;function e(t){var r=typeof t;return r=="string"||r=="number"||r=="symbol"||r=="boolean"?t!=="__proto__":t===null}return oh=e,oh}var sh,R_;function cc(){if(R_)return sh;R_=1;var e=$B();function t(r,n){var i=r.__data__;return e(n)?i[typeof n=="string"?"string":"hash"]:i.map}return sh=t,sh}var uh,I_;function jB(){if(I_)return uh;I_=1;var e=cc();function t(r){var n=e(this,r).delete(r);return this.size-=n?1:0,n}return uh=t,uh}var lh,N_;function DB(){if(N_)return lh;N_=1;var e=cc();function t(r){return e(this,r).get(r)}return lh=t,lh}var ch,L_;function RB(){if(L_)return ch;L_=1;var e=cc();function t(r){return e(this,r).has(r)}return ch=t,ch}var fh,B_;function IB(){if(B_)return fh;B_=1;var e=cc();function t(r,n){var i=e(this,r),a=i.size;return i.set(r,n),this.size+=i.size==a?0:1,this}return fh=t,fh}var hh,q_;function Cg(){if(q_)return hh;q_=1;var e=kB(),t=jB(),r=DB(),n=RB(),i=IB();function a(o){var s=-1,u=o==null?0:o.length;for(this.clear();++s<u;){var l=o[s];this.set(l[0],l[1])}}return a.prototype.clear=e,a.prototype.delete=t,a.prototype.get=r,a.prototype.has=n,a.prototype.set=i,hh=a,hh}var ph,F_;function aE(){if(F_)return ph;F_=1;var e=Cg(),t="Expected a function";function r(n,i){if(typeof n!="function"||i!=null&&typeof i!="function")throw new TypeError(t);var a=function(){var o=arguments,s=i?i.apply(this,o):o[0],u=a.cache;if(u.has(s))return u.get(s);var l=n.apply(this,o);return a.cache=u.set(s,l)||u,l};return a.cache=new(r.Cache||e),a}return r.Cache=e,ph=r,ph}var dh,z_;function NB(){if(z_)return dh;z_=1;var e=aE(),t=500;function r(n){var i=e(n,function(o){return a.size===t&&a.clear(),o}),a=i.cache;return i}return dh=r,dh}var mh,U_;function LB(){if(U_)return mh;U_=1;var e=NB(),t=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,r=/\\(\\)?/g,n=e(function(i){var a=[];return i.charCodeAt(0)===46&&a.push(""),i.replace(t,function(o,s,u,l){a.push(u?l.replace(r,"$1"):s||o)}),a});return mh=n,mh}var yh,W_;function oE(){if(W_)return yh;W_=1;var e=Ue(),t=Ag(),r=LB(),n=Sg();function i(a,o){return e(a)?a:t(a,o)?[a]:r(n(a))}return yh=i,yh}var vh,G_;function fc(){if(G_)return vh;G_=1;var e=Ja();function t(r){if(typeof r=="string"||e(r))return r;var n=r+"";return n=="0"&&1/r==-1/0?"-0":n}return vh=t,vh}var gh,H_;function Mg(){if(H_)return gh;H_=1;var e=oE(),t=fc();function r(n,i){i=e(i,n);for(var a=0,o=i.length;n!=null&&a<o;)n=n[t(i[a++])];return a&&a==o?n:void 0}return gh=r,gh}var bh,K_;function BB(){if(K_)return bh;K_=1;var e=lc();function t(){this.__data__=new e,this.size=0}return bh=t,bh}var _h,Y_;function qB(){if(Y_)return _h;Y_=1;function e(t){var r=this.__data__,n=r.delete(t);return this.size=r.size,n}return _h=e,_h}var xh,X_;function FB(){if(X_)return xh;X_=1;function e(t){return this.__data__.get(t)}return xh=e,xh}var wh,V_;function zB(){if(V_)return wh;V_=1;function e(t){return this.__data__.has(t)}return wh=e,wh}var Sh,Z_;function UB(){if(Z_)return Sh;Z_=1;var e=lc(),t=Eg(),r=Cg(),n=200;function i(a,o){var s=this.__data__;if(s instanceof e){var u=s.__data__;if(!t||u.length<n-1)return u.push([a,o]),this.size=++s.size,this;s=this.__data__=new r(u)}return s.set(a,o),this.size=s.size,this}return Sh=i,Sh}var Oh,J_;function sE(){if(J_)return Oh;J_=1;var e=lc(),t=BB(),r=qB(),n=FB(),i=zB(),a=UB();function o(s){var u=this.__data__=new e(s);this.size=u.size}return o.prototype.clear=t,o.prototype.delete=r,o.prototype.get=n,o.prototype.has=i,o.prototype.set=a,Oh=o,Oh}var Ah,Q_;function WB(){if(Q_)return Ah;Q_=1;var e="__lodash_hash_undefined__";function t(r){return this.__data__.set(r,e),this}return Ah=t,Ah}var Ph,tx;function GB(){if(tx)return Ph;tx=1;function e(t){return this.__data__.has(t)}return Ph=e,Ph}var Th,ex;function uE(){if(ex)return Th;ex=1;var e=Cg(),t=WB(),r=GB();function n(i){var a=-1,o=i==null?0:i.length;for(this.__data__=new e;++a<o;)this.add(i[a])}return n.prototype.add=n.prototype.push=t,n.prototype.has=r,Th=n,Th}var Eh,rx;function lE(){if(rx)return Eh;rx=1;function e(t,r){for(var n=-1,i=t==null?0:t.length;++n<i;)if(r(t[n],n,t))return!0;return!1}return Eh=e,Eh}var Ch,nx;function cE(){if(nx)return Ch;nx=1;function e(t,r){return t.has(r)}return Ch=e,Ch}var Mh,ix;function fE(){if(ix)return Mh;ix=1;var e=uE(),t=lE(),r=cE(),n=1,i=2;function a(o,s,u,l,c,f){var h=u&n,p=o.length,y=s.length;if(p!=y&&!(h&&y>p))return!1;var m=f.get(o),d=f.get(s);if(m&&d)return m==s&&d==o;var g=-1,_=!0,b=u&i?new e:void 0;for(f.set(o,s),f.set(s,o);++g<p;){var x=o[g],v=s[g];if(l)var w=h?l(v,x,g,s,o,f):l(x,v,g,o,s,f);if(w!==void 0){if(w)continue;_=!1;break}if(b){if(!t(s,function(S,A){if(!r(b,A)&&(x===S||c(x,S,u,l,f)))return b.push(A)})){_=!1;break}}else if(!(x===v||c(x,v,u,l,f))){_=!1;break}}return f.delete(o),f.delete(s),_}return Mh=a,Mh}var kh,ax;function HB(){if(ax)return kh;ax=1;var e=Fr(),t=e.Uint8Array;return kh=t,kh}var $h,ox;function KB(){if(ox)return $h;ox=1;function e(t){var r=-1,n=Array(t.size);return t.forEach(function(i,a){n[++r]=[a,i]}),n}return $h=e,$h}var jh,sx;function kg(){if(sx)return jh;sx=1;function e(t){var r=-1,n=Array(t.size);return t.forEach(function(i){n[++r]=i}),n}return jh=e,jh}var Dh,ux;function YB(){if(ux)return Dh;ux=1;var e=Xs(),t=HB(),r=Tg(),n=fE(),i=KB(),a=kg(),o=1,s=2,u="[object Boolean]",l="[object Date]",c="[object Error]",f="[object Map]",h="[object Number]",p="[object RegExp]",y="[object Set]",m="[object String]",d="[object Symbol]",g="[object ArrayBuffer]",_="[object DataView]",b=e?e.prototype:void 0,x=b?b.valueOf:void 0;function v(w,S,A,P,C,T,E){switch(A){case _:if(w.byteLength!=S.byteLength||w.byteOffset!=S.byteOffset)return!1;w=w.buffer,S=S.buffer;case g:return!(w.byteLength!=S.byteLength||!T(new t(w),new t(S)));case u:case l:case h:return r(+w,+S);case c:return w.name==S.name&&w.message==S.message;case p:case m:return w==S+"";case f:var k=i;case y:var j=P&o;if(k||(k=a),w.size!=S.size&&!j)return!1;var $=E.get(w);if($)return $==S;P|=s,E.set(w,S);var M=n(k(w),k(S),P,C,T,E);return E.delete(w),M;case d:if(x)return x.call(w)==x.call(S)}return!1}return Dh=v,Dh}var Rh,lx;function XB(){if(lx)return Rh;lx=1;var e=rE(),t=Ue();function r(n,i,a){var o=i(n);return t(n)?o:e(o,a(n))}return Rh=r,Rh}var Ih,cx;function VB(){if(cx)return Ih;cx=1;function e(t,r){for(var n=-1,i=t==null?0:t.length,a=0,o=[];++n<i;){var s=t[n];r(s,n,t)&&(o[a++]=s)}return o}return Ih=e,Ih}var Nh,fx;function ZB(){if(fx)return Nh;fx=1;function e(){return[]}return Nh=e,Nh}var Lh,hx;function JB(){if(hx)return Lh;hx=1;var e=VB(),t=ZB(),r=Object.prototype,n=r.propertyIsEnumerable,i=Object.getOwnPropertySymbols,a=i?function(o){return o==null?[]:(o=Object(o),e(i(o),function(s){return n.call(o,s)}))}:t;return Lh=a,Lh}var Bh,px;function QB(){if(px)return Bh;px=1;function e(t,r){for(var n=-1,i=Array(t);++n<t;)i[n]=r(n);return i}return Bh=e,Bh}var ko={exports:{}},qh,dx;function tq(){if(dx)return qh;dx=1;function e(){return!1}return qh=e,qh}ko.exports;var mx;function hE(){return mx||(mx=1,(function(e,t){var r=Fr(),n=tq(),i=t&&!t.nodeType&&t,a=i&&!0&&e&&!e.nodeType&&e,o=a&&a.exports===i,s=o?r.Buffer:void 0,u=s?s.isBuffer:void 0,l=u||n;e.exports=l})(ko,ko.exports)),ko.exports}var Fh,yx;function $g(){if(yx)return Fh;yx=1;var e=9007199254740991,t=/^(?:0|[1-9]\d*)$/;function r(n,i){var a=typeof n;return i=i??e,!!i&&(a=="number"||a!="symbol"&&t.test(n))&&n>-1&&n%1==0&&n<i}return Fh=r,Fh}var zh,vx;function jg(){if(vx)return zh;vx=1;var e=9007199254740991;function t(r){return typeof r=="number"&&r>-1&&r%1==0&&r<=e}return zh=t,zh}var Uh,gx;function eq(){if(gx)return Uh;gx=1;var e=Tn(),t=jg(),r=En(),n="[object Arguments]",i="[object Array]",a="[object Boolean]",o="[object Date]",s="[object Error]",u="[object Function]",l="[object Map]",c="[object Number]",f="[object Object]",h="[object RegExp]",p="[object Set]",y="[object String]",m="[object WeakMap]",d="[object ArrayBuffer]",g="[object DataView]",_="[object Float32Array]",b="[object Float64Array]",x="[object Int8Array]",v="[object Int16Array]",w="[object Int32Array]",S="[object Uint8Array]",A="[object Uint8ClampedArray]",P="[object Uint16Array]",C="[object Uint32Array]",T={};T[_]=T[b]=T[x]=T[v]=T[w]=T[S]=T[A]=T[P]=T[C]=!0,T[n]=T[i]=T[d]=T[a]=T[g]=T[o]=T[s]=T[u]=T[l]=T[c]=T[f]=T[h]=T[p]=T[y]=T[m]=!1;function E(k){return r(k)&&t(k.length)&&!!T[e(k)]}return Uh=E,Uh}var Wh,bx;function pE(){if(bx)return Wh;bx=1;function e(t){return function(r){return t(r)}}return Wh=e,Wh}var $o={exports:{}};$o.exports;var _x;function rq(){return _x||(_x=1,(function(e,t){var r=tE(),n=t&&!t.nodeType&&t,i=n&&!0&&e&&!e.nodeType&&e,a=i&&i.exports===n,o=a&&r.process,s=(function(){try{var u=i&&i.require&&i.require("util").types;return u||o&&o.binding&&o.binding("util")}catch{}})();e.exports=s})($o,$o.exports)),$o.exports}var Gh,xx;function dE(){if(xx)return Gh;xx=1;var e=eq(),t=pE(),r=rq(),n=r&&r.isTypedArray,i=n?t(n):e;return Gh=i,Gh}var Hh,wx;function nq(){if(wx)return Hh;wx=1;var e=QB(),t=Og(),r=Ue(),n=hE(),i=$g(),a=dE(),o=Object.prototype,s=o.hasOwnProperty;function u(l,c){var f=r(l),h=!f&&t(l),p=!f&&!h&&n(l),y=!f&&!h&&!p&&a(l),m=f||h||p||y,d=m?e(l.length,String):[],g=d.length;for(var _ in l)(c||s.call(l,_))&&!(m&&(_=="length"||p&&(_=="offset"||_=="parent")||y&&(_=="buffer"||_=="byteLength"||_=="byteOffset")||i(_,g)))&&d.push(_);return d}return Hh=u,Hh}var Kh,Sx;function iq(){if(Sx)return Kh;Sx=1;var e=Object.prototype;function t(r){var n=r&&r.constructor,i=typeof n=="function"&&n.prototype||e;return r===i}return Kh=t,Kh}var Yh,Ox;function mE(){if(Ox)return Yh;Ox=1;function e(t,r){return function(n){return t(r(n))}}return Yh=e,Yh}var Xh,Ax;function aq(){if(Ax)return Xh;Ax=1;var e=mE(),t=e(Object.keys,Object);return Xh=t,Xh}var Vh,Px;function oq(){if(Px)return Vh;Px=1;var e=iq(),t=aq(),r=Object.prototype,n=r.hasOwnProperty;function i(a){if(!e(a))return t(a);var o=[];for(var s in Object(a))n.call(a,s)&&s!="constructor"&&o.push(s);return o}return Vh=i,Vh}var Zh,Tx;function Vs(){if(Tx)return Zh;Tx=1;var e=Pg(),t=jg();function r(n){return n!=null&&t(n.length)&&!e(n)}return Zh=r,Zh}var Jh,Ex;function Zs(){if(Ex)return Jh;Ex=1;var e=nq(),t=oq(),r=Vs();function n(i){return r(i)?e(i):t(i)}return Jh=n,Jh}var Qh,Cx;function sq(){if(Cx)return Qh;Cx=1;var e=XB(),t=JB(),r=Zs();function n(i){return e(i,r,t)}return Qh=n,Qh}var tp,Mx;function uq(){if(Mx)return tp;Mx=1;var e=sq(),t=1,r=Object.prototype,n=r.hasOwnProperty;function i(a,o,s,u,l,c){var f=s&t,h=e(a),p=h.length,y=e(o),m=y.length;if(p!=m&&!f)return!1;for(var d=p;d--;){var g=h[d];if(!(f?g in o:n.call(o,g)))return!1}var _=c.get(a),b=c.get(o);if(_&&b)return _==o&&b==a;var x=!0;c.set(a,o),c.set(o,a);for(var v=f;++d<p;){g=h[d];var w=a[g],S=o[g];if(u)var A=f?u(S,w,g,o,a,c):u(w,S,g,a,o,c);if(!(A===void 0?w===S||l(w,S,s,u,c):A)){x=!1;break}v||(v=g=="constructor")}if(x&&!v){var P=a.constructor,C=o.constructor;P!=C&&"constructor"in a&&"constructor"in o&&!(typeof P=="function"&&P instanceof P&&typeof C=="function"&&C instanceof C)&&(x=!1)}return c.delete(a),c.delete(o),x}return tp=i,tp}var ep,kx;function lq(){if(kx)return ep;kx=1;var e=qi(),t=Fr(),r=e(t,"DataView");return ep=r,ep}var rp,$x;function cq(){if($x)return rp;$x=1;var e=qi(),t=Fr(),r=e(t,"Promise");return rp=r,rp}var np,jx;function yE(){if(jx)return np;jx=1;var e=qi(),t=Fr(),r=e(t,"Set");return np=r,np}var ip,Dx;function fq(){if(Dx)return ip;Dx=1;var e=qi(),t=Fr(),r=e(t,"WeakMap");return ip=r,ip}var ap,Rx;function hq(){if(Rx)return ap;Rx=1;var e=lq(),t=Eg(),r=cq(),n=yE(),i=fq(),a=Tn(),o=iE(),s="[object Map]",u="[object Object]",l="[object Promise]",c="[object Set]",f="[object WeakMap]",h="[object DataView]",p=o(e),y=o(t),m=o(r),d=o(n),g=o(i),_=a;return(e&&_(new e(new ArrayBuffer(1)))!=h||t&&_(new t)!=s||r&&_(r.resolve())!=l||n&&_(new n)!=c||i&&_(new i)!=f)&&(_=function(b){var x=a(b),v=x==u?b.constructor:void 0,w=v?o(v):"";if(w)switch(w){case p:return h;case y:return s;case m:return l;case d:return c;case g:return f}return x}),ap=_,ap}var op,Ix;function pq(){if(Ix)return op;Ix=1;var e=sE(),t=fE(),r=YB(),n=uq(),i=hq(),a=Ue(),o=hE(),s=dE(),u=1,l="[object Arguments]",c="[object Array]",f="[object Object]",h=Object.prototype,p=h.hasOwnProperty;function y(m,d,g,_,b,x){var v=a(m),w=a(d),S=v?c:i(m),A=w?c:i(d);S=S==l?f:S,A=A==l?f:A;var P=S==f,C=A==f,T=S==A;if(T&&o(m)){if(!o(d))return!1;v=!0,P=!1}if(T&&!P)return x||(x=new e),v||s(m)?t(m,d,g,_,b,x):r(m,d,S,g,_,b,x);if(!(g&u)){var E=P&&p.call(m,"__wrapped__"),k=C&&p.call(d,"__wrapped__");if(E||k){var j=E?m.value():m,$=k?d.value():d;return x||(x=new e),b(j,$,g,_,x)}}return T?(x||(x=new e),n(m,d,g,_,b,x)):!1}return op=y,op}var sp,Nx;function Dg(){if(Nx)return sp;Nx=1;var e=pq(),t=En();function r(n,i,a,o,s){return n===i?!0:n==null||i==null||!t(n)&&!t(i)?n!==n&&i!==i:e(n,i,a,o,r,s)}return sp=r,sp}var up,Lx;function dq(){if(Lx)return up;Lx=1;var e=sE(),t=Dg(),r=1,n=2;function i(a,o,s,u){var l=s.length,c=l,f=!u;if(a==null)return!c;for(a=Object(a);l--;){var h=s[l];if(f&&h[2]?h[1]!==a[h[0]]:!(h[0]in a))return!1}for(;++l<c;){h=s[l];var p=h[0],y=a[p],m=h[1];if(f&&h[2]){if(y===void 0&&!(p in a))return!1}else{var d=new e;if(u)var g=u(y,m,p,a,o,d);if(!(g===void 0?t(m,y,r|n,u,d):g))return!1}}return!0}return up=i,up}var lp,Bx;function vE(){if(Bx)return lp;Bx=1;var e=Zn();function t(r){return r===r&&!e(r)}return lp=t,lp}var cp,qx;function mq(){if(qx)return cp;qx=1;var e=vE(),t=Zs();function r(n){for(var i=t(n),a=i.length;a--;){var o=i[a],s=n[o];i[a]=[o,s,e(s)]}return i}return cp=r,cp}var fp,Fx;function gE(){if(Fx)return fp;Fx=1;function e(t,r){return function(n){return n==null?!1:n[t]===r&&(r!==void 0||t in Object(n))}}return fp=e,fp}var hp,zx;function yq(){if(zx)return hp;zx=1;var e=dq(),t=mq(),r=gE();function n(i){var a=t(i);return a.length==1&&a[0][2]?r(a[0][0],a[0][1]):function(o){return o===i||e(o,i,a)}}return hp=n,hp}var pp,Ux;function bE(){if(Ux)return pp;Ux=1;var e=Mg();function t(r,n,i){var a=r==null?void 0:e(r,n);return a===void 0?i:a}return pp=t,pp}var dp,Wx;function vq(){if(Wx)return dp;Wx=1;function e(t,r){return t!=null&&r in Object(t)}return dp=e,dp}var mp,Gx;function gq(){if(Gx)return mp;Gx=1;var e=oE(),t=Og(),r=Ue(),n=$g(),i=jg(),a=fc();function o(s,u,l){u=e(u,s);for(var c=-1,f=u.length,h=!1;++c<f;){var p=a(u[c]);if(!(h=s!=null&&l(s,p)))break;s=s[p]}return h||++c!=f?h:(f=s==null?0:s.length,!!f&&i(f)&&n(p,f)&&(r(s)||t(s)))}return mp=o,mp}var yp,Hx;function bq(){if(Hx)return yp;Hx=1;var e=vq(),t=gq();function r(n,i){return n!=null&&t(n,i,e)}return yp=r,yp}var vp,Kx;function _q(){if(Kx)return vp;Kx=1;var e=Dg(),t=bE(),r=bq(),n=Ag(),i=vE(),a=gE(),o=fc(),s=1,u=2;function l(c,f){return n(c)&&i(f)?a(o(c),f):function(h){var p=t(h,c);return p===void 0&&p===f?r(h,c):e(f,p,s|u)}}return vp=l,vp}var gp,Yx;function Qa(){if(Yx)return gp;Yx=1;function e(t){return t}return gp=e,gp}var bp,Xx;function xq(){if(Xx)return bp;Xx=1;function e(t){return function(r){return r==null?void 0:r[t]}}return bp=e,bp}var _p,Vx;function wq(){if(Vx)return _p;Vx=1;var e=Mg();function t(r){return function(n){return e(n,r)}}return _p=t,_p}var xp,Zx;function Sq(){if(Zx)return xp;Zx=1;var e=xq(),t=wq(),r=Ag(),n=fc();function i(a){return r(a)?e(n(a)):t(a)}return xp=i,xp}var wp,Jx;function Jn(){if(Jx)return wp;Jx=1;var e=yq(),t=_q(),r=Qa(),n=Ue(),i=Sq();function a(o){return typeof o=="function"?o:o==null?r:typeof o=="object"?n(o)?t(o[0],o[1]):e(o):i(o)}return wp=a,wp}var Sp,Qx;function Oq(){if(Qx)return Sp;Qx=1;function e(t){return function(r,n,i){for(var a=-1,o=Object(r),s=i(r),u=s.length;u--;){var l=s[t?u:++a];if(n(o[l],l,o)===!1)break}return r}}return Sp=e,Sp}var Op,t1;function Aq(){if(t1)return Op;t1=1;var e=Oq(),t=e();return Op=t,Op}var Ap,e1;function _E(){if(e1)return Ap;e1=1;var e=Aq(),t=Zs();function r(n,i){return n&&e(n,i,t)}return Ap=r,Ap}var Pp,r1;function Pq(){if(r1)return Pp;r1=1;var e=Vs();function t(r,n){return function(i,a){if(i==null)return i;if(!e(i))return r(i,a);for(var o=i.length,s=n?o:-1,u=Object(i);(n?s--:++s<o)&&a(u[s],s,u)!==!1;);return i}}return Pp=t,Pp}var Tp,n1;function Rg(){if(n1)return Tp;n1=1;var e=_E(),t=Pq(),r=t(e);return Tp=r,Tp}var Ep,i1;function xE(){if(i1)return Ep;i1=1;var e=Rg(),t=Vs();function r(n,i){var a=-1,o=t(n)?Array(n.length):[];return e(n,function(s,u,l){o[++a]=i(s,u,l)}),o}return Ep=r,Ep}var Cp,a1;function Tq(){if(a1)return Cp;a1=1;function e(t,r){var n=t.length;for(t.sort(r);n--;)t[n]=t[n].value;return t}return Cp=e,Cp}var Mp,o1;function Eq(){if(o1)return Mp;o1=1;var e=Ja();function t(r,n){if(r!==n){var i=r!==void 0,a=r===null,o=r===r,s=e(r),u=n!==void 0,l=n===null,c=n===n,f=e(n);if(!l&&!f&&!s&&r>n||s&&u&&c&&!l&&!f||a&&u&&c||!i&&c||!o)return 1;if(!a&&!s&&!f&&r<n||f&&i&&o&&!a&&!s||l&&i&&o||!u&&o||!c)return-1}return 0}return Mp=t,Mp}var kp,s1;function Cq(){if(s1)return kp;s1=1;var e=Eq();function t(r,n,i){for(var a=-1,o=r.criteria,s=n.criteria,u=o.length,l=i.length;++a<u;){var c=e(o[a],s[a]);if(c){if(a>=l)return c;var f=i[a];return c*(f=="desc"?-1:1)}}return r.index-n.index}return kp=t,kp}var $p,u1;function Mq(){if(u1)return $p;u1=1;var e=oc(),t=Mg(),r=Jn(),n=xE(),i=Tq(),a=pE(),o=Cq(),s=Qa(),u=Ue();function l(c,f,h){f.length?f=e(f,function(m){return u(m)?function(d){return t(d,m.length===1?m[0]:m)}:m}):f=[s];var p=-1;f=e(f,a(r));var y=n(c,function(m,d,g){var _=e(f,function(b){return b(m)});return{criteria:_,index:++p,value:m}});return i(y,function(m,d){return o(m,d,h)})}return $p=l,$p}var jp,l1;function kq(){if(l1)return jp;l1=1;function e(t,r,n){switch(n.length){case 0:return t.call(r);case 1:return t.call(r,n[0]);case 2:return t.call(r,n[0],n[1]);case 3:return t.call(r,n[0],n[1],n[2])}return t.apply(r,n)}return jp=e,jp}var Dp,c1;function $q(){if(c1)return Dp;c1=1;var e=kq(),t=Math.max;function r(n,i,a){return i=t(i===void 0?n.length-1:i,0),function(){for(var o=arguments,s=-1,u=t(o.length-i,0),l=Array(u);++s<u;)l[s]=o[i+s];s=-1;for(var c=Array(i+1);++s<i;)c[s]=o[s];return c[i]=a(l),e(n,this,c)}}return Dp=r,Dp}var Rp,f1;function jq(){if(f1)return Rp;f1=1;function e(t){return function(){return t}}return Rp=e,Rp}var Ip,h1;function wE(){if(h1)return Ip;h1=1;var e=qi(),t=(function(){try{var r=e(Object,"defineProperty");return r({},"",{}),r}catch{}})();return Ip=t,Ip}var Np,p1;function Dq(){if(p1)return Np;p1=1;var e=jq(),t=wE(),r=Qa(),n=t?function(i,a){return t(i,"toString",{configurable:!0,enumerable:!1,value:e(a),writable:!0})}:r;return Np=n,Np}var Lp,d1;function Rq(){if(d1)return Lp;d1=1;var e=800,t=16,r=Date.now;function n(i){var a=0,o=0;return function(){var s=r(),u=t-(s-o);if(o=s,u>0){if(++a>=e)return arguments[0]}else a=0;return i.apply(void 0,arguments)}}return Lp=n,Lp}var Bp,m1;function Iq(){if(m1)return Bp;m1=1;var e=Dq(),t=Rq(),r=t(e);return Bp=r,Bp}var qp,y1;function Nq(){if(y1)return qp;y1=1;var e=Qa(),t=$q(),r=Iq();function n(i,a){return r(t(i,a,e),i+"")}return qp=n,qp}var Fp,v1;function Js(){if(v1)return Fp;v1=1;var e=Tg(),t=Vs(),r=$g(),n=Zn();function i(a,o,s){if(!n(s))return!1;var u=typeof o;return(u=="number"?t(s)&&r(o,s.length):u=="string"&&o in s)?e(s[o],a):!1}return Fp=i,Fp}var zp,g1;function Lq(){if(g1)return zp;g1=1;var e=nE(),t=Mq(),r=Nq(),n=Js(),i=r(function(a,o){if(a==null)return[];var s=o.length;return s>1&&n(a,o[0],o[1])?o=[]:s>2&&n(o[0],o[1],o[2])&&(o=[o[0]]),t(a,e(o,1),[])});return zp=i,zp}var Bq=Lq();const hc=qt(Bq);var Up,b1;function qq(){if(b1)return Up;b1=1;function e(t){for(var r=-1,n=t==null?0:t.length,i={};++r<n;){var a=t[r];i[a[0]]=a[1]}return i}return Up=e,Up}var Fq=qq();const _1=qt(Fq);var Wp,x1;function zq(){if(x1)return Wp;x1=1;var e=Math.ceil,t=Math.max;function r(n,i,a,o){for(var s=-1,u=t(e((i-n)/(a||1)),0),l=Array(u);u--;)l[o?u:++s]=n,n+=a;return l}return Wp=r,Wp}var Gp,w1;function Uq(){if(w1)return Gp;w1=1;var e=zq(),t=Js(),r=eE();function n(i){return function(a,o,s){return s&&typeof s!="number"&&t(a,o,s)&&(o=s=void 0),a=r(a),o===void 0?(o=a,a=0):o=r(o),s=s===void 0?a<o?1:-1:r(s),e(a,o,s,i)}}return Gp=n,Gp}var Hp,S1;function Wq(){if(S1)return Hp;S1=1;var e=Uq(),t=e();return Hp=t,Hp}var Gq=Wq();const fs=qt(Gq);var Kp,O1;function Hq(){if(O1)return Kp;O1=1;var e=oc(),t=Jn(),r=xE(),n=Ue();function i(a,o){var s=n(a)?e:r;return s(a,t(o,3))}return Kp=i,Kp}var Yp,A1;function Kq(){if(A1)return Yp;A1=1;var e=nE(),t=Hq();function r(n,i){return e(t(n,i),1)}return Yp=r,Yp}var Yq=Kq();const SE=qt(Yq);var Xp,P1;function OE(){if(P1)return Xp;P1=1;function e(t,r,n){return t===t&&(n!==void 0&&(t=t<=n?t:n),r!==void 0&&(t=t>=r?t:r)),t}return Xp=e,Xp}var Vp,T1;function Xq(){if(T1)return Vp;T1=1;function e(t,r){var n=-1,i=t.length;for(r||(r=Array(i));++n<i;)r[n]=t[n];return r}return Vp=e,Vp}var Zp,E1;function Vq(){if(E1)return Zp;E1=1;var e=Math.floor,t=Math.random;function r(n,i){return n+e(t()*(i-n+1))}return Zp=r,Zp}var Jp,C1;function AE(){if(C1)return Jp;C1=1;var e=Vq();function t(r,n){var i=-1,a=r.length,o=a-1;for(n=n===void 0?a:n;++i<n;){var s=e(i,o),u=r[s];r[s]=r[i],r[i]=u}return r.length=n,r}return Jp=t,Jp}var Qp,M1;function Zq(){if(M1)return Qp;M1=1;var e=OE(),t=Xq(),r=AE();function n(i,a){return r(t(i),e(a,0,i.length))}return Qp=n,Qp}var td,k1;function Jq(){if(k1)return td;k1=1;var e=oc();function t(r,n){return e(n,function(i){return r[i]})}return td=t,td}var ed,$1;function Qq(){if($1)return ed;$1=1;var e=Jq(),t=Zs();function r(n){return n==null?[]:e(n,t(n))}return ed=r,ed}var rd,j1;function tF(){if(j1)return rd;j1=1;var e=OE(),t=AE(),r=Qq();function n(i,a){var o=r(i);return t(o,e(a,0,o.length))}return rd=n,rd}var nd,D1;function eF(){if(D1)return nd;D1=1;var e=Zq(),t=tF(),r=Ue(),n=Js(),i=wg();function a(o,s,u){(u?n(o,s,u):s===void 0)?s=1:s=i(s);var l=r(o)?e:t;return l(o,s)}return nd=a,nd}var rF=eF();const nF=qt(rF),iF=e=>pB(e,14),R1=e=>Object.values(e).reduce((t,r)=>t+r,0),aF=(e,t,r={})=>{const n=Object.assign({draw:!1},r);if(Object.values(e).length<1)throw new Error("vote distribution must contain at least one party");if(!Object.values(e).every(y=>typeof y=="number"&&y>=0))throw new Error("party vote counts must be non-negative integers");if(!Number.isInteger(t)||t<=0)throw new Error("seats must be a positive integer");if(typeof n.draw!="boolean")throw new Error("opt.draw must be a boolean");const i=R1(e),a=_1(Object.entries(e).map(([y,m])=>{const d=Math.max(t-Object.keys(e).length,0),g=Math.round(d*m/i);return[y,g]})),o=_1(Object.entries(e).map(([y,m])=>{const d=t+Object.keys(e).length,g=Math.min(Math.round(d*m/i),t);return[y,g]})),s=SE(Object.entries(e).map(([y,m])=>{const d=a[y],g=o[y];return fs(d,g).map(_=>{const b=iF(m/(_+.5));return{party:y,quotient:b}})})),u=R1(a),l=t-u,c=hc(s,({quotient:y})=>-y),f=c[l-1].quotient,h=c.filter(({quotient:y})=>y>f),p=c.filter(({quotient:y})=>y===f);if(h.length+p.length===l)h.push(...p);else{if(!n.draw)throw new Error("result is ambiguous, a draw would need to be made, but opt.draw is disabled");h.push(...nF(p,l-h.length))}return h.reduce((y,{party:m})=>(y[m]+=1,y),a)},al=e=>Math.round(e*1e10)/1e10,oF=e=>e.reduce((t,r)=>t+r.seats,0),sF=e=>e.flat(),uF=(e,t,r)=>{const n=(Math.PI-r)/2,i=t/e+n-Math.PI;return{x:al(e*Math.cos(i)),y:al(e*Math.sin(i))}},PE=(e,t,r,n)=>{const i=n*t*r/(e-t),a=1+n*(t-1)*t/2/(e-t);return i/a},go=(e,t,r,n)=>{const i=n/Math.PI*.7142857142857143;return Math.abs(PE(e,t,r,n)*t/r-i)},lF=(e,t,r)=>{let n=Math.floor(Math.log(e)/Math.log(2))||1,i=go(e,n,t,r),a=0;for(go(e,n+1,t,r)<i&&(a=1),go(e,n-1,t,r)<i&&n>1&&(a=-1);go(e,n+a,t,r)<i&&n>0;)i=go(e,n+a,t,r),n+=a;return n},cF=(e,t)=>{var i,a;let r,n;for(let o=0;o<e.length;o++)n=al((t[o]||0)/(((i=e[o])==null?void 0:i.length)??1)),(!r||n<r)&&(r=n);for(let o=0;o<e.length;o++)if(n=al((t[o]||0)/(((a=e[o])==null?void 0:a.length)??1)),n===r)return o;return 0},fF=(e,t,r)=>{const n=oF(e),i=lF(n,t,r),a=PE(n,i,t,r);let o={};for(let h=1;h<=i;h++)o[h]=t-(h-1)*a;o=aF(o,n);const s=[];let u,l,c;for(let h=1;h<=i;h++){const p=[];u=t-(h-1)*a,l=r*u/((o[h]??1)-1||1);for(let y=0;y<=(o[h]??1)-1;y++)c={...uF(u,y*l,r),r:.4*a},p.push(c);s.push(p)}const f=Array(s.length).fill(0);for(const h of e)for(let p=0;p<h.seats;p++){const y=cF(s,f),m=s[y],d=f[y]??0,g=m==null?void 0:m[d];g&&(g.fill=h.colour,g.party=String(h.id)),f[y]=d+1}return sF(s)},hF=e=>t=>e("circle",{cx:t.x,cy:t.y,r:t.r,fill:t.fill,class:t.party}),pF={seatCount:!1,arcAngle:180,hFunction:Ys},dF=(e,t={})=>{var d;const{seatCount:r,arcAngle:n,hFunction:i}=Object.assign({},pF,t);if(typeof r!="boolean")throw new Error("`seatCount` option must be a boolean");if(typeof i!="function")throw new Error("`hFunction` option must be a function");if(typeof n!="number"||n<=0||n>360)throw new Error("`arcAngle` option must be a number between 0 and 360");const a=n*Math.PI/180,o=20,s=fF(e,o,a),u=(((d=s[0])==null?void 0:d.r)??0)/.4||0,l=s.map(hF(i));r&&l.push(i("text",{x:0,y:0,"text-anchor":"middle",style:{"font-family":"Helvetica","font-size":.25*o+"px"},class:"seatNumber"},String(l.length)));const c=n<=180?o+u:o*(1+Math.sin((a-Math.PI)/2))+u,f=o+u,h=Math.max(c,f),p=n<=180?-o-u/2:-o*(1+Math.sin((a-Math.PI)/2))-u/2,y=i("defs",[GT(i),HT(i),KT(i)]);return i("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:[-o-u/2,p,2*o+u,h].join(",")},[y,...l])},mF={seatCount:!1,arcAngle:200,arcAngleFlexibility:5,radius:380,seatSize:4.5,minSeatSize:1.8,maxSeatSize:3,spacing:1.8,innerRadiusRatio:.6,showLabels:!0,hFunction:Ys},yF=(e,t={})=>{const r={...mF,...t},{arcAngle:n,arcAngleFlexibility:i,radius:a,seatSize:o,minSeatSize:s,maxSeatSize:u,spacing:l,innerRadiusRatio:c,showLabels:f,hFunction:h}=r,p=a*c,y=e.reduce((K,F)=>K+F.seats,0);let m={seatSize:o,arcAngle:n,score:-1};const d=n-i,g=n+i;for(let K=d;K<=g;K+=2.5){const F=K*Math.PI/180;for(let G=u;G>=s;G-=.1){const J=G*2,N=J*l,ut=Math.floor((a-p)/N);for(let H=1;H<=Math.min(ut,10);H++){let st=0;for(let ht=0;ht<H;ht++){const at=p+(ht+.5)*N,pt=J*l/at,Tt=Math.floor(F/pt);st+=Tt}if(st>=y){const ht=y/st,at=(G-s)/(u-s),pt=(st-y)/y,Tt=pt<.15?1:pt<.3?.7:pt<.5?.4:.1,it=1-Math.abs(K-n)/i,ft=Tt*.5+at*.3+ht*.15+it*.05;ft>m.score&&(m={seatSize:G,arcAngle:K,rings:H,score:ft})}}}}const _=m.seatSize,b=m.arcAngle,x=b*Math.PI/180,v=_*2,w=v*l,S=Math.floor((a-p)/w),A=[],P=-x/2-Math.PI/2,C=[];let T=0,E=[];for(let K=1;K<=S;K++){let F=0;const G=[];for(let J=0;J<K;J++){const N=p+(J+.5)*w,ut=v*l/N,H=Math.floor(x/ut);G.push(H),F+=H}if(F>=y){T=K,E=G;break}}if(T>0)C.push(...E);else for(let K=0;K<S;K++){const F=p+(K+.5)*w,G=v*l/F,J=Math.floor(x/G);C.push(J)}for(let K=0;K<C.length;K++){const F=p+(K+.5)*w,G=C[K]??0;if(G>0){const J=x/G;for(let N=0;N<G;N++){const ut=P+(N+.5)*J,H=Math.cos(ut)*F,st=Math.sin(ut)*F;A.push({ring:K,index:N,angle:ut,x:H,y:st})}}}A.sort((K,F)=>{const G=K.angle-F.angle;return Math.abs(G)>.001?G:K.ring-F.ring});const k=[];let j=0;e.forEach(K=>{const F=[],G=Math.min(K.seats,A.length-j);let J=1/0,N=-1/0;for(let H=0;H<G&&j<A.length;H++){const st=A[j++];st&&(J=Math.min(J,st.angle),N=Math.max(N,st.angle),Math.sqrt(st.x*st.x+st.y*st.y),F.push(h("circle",{fill:K.colour,stroke:K.colour,className:"circle seat-visual seat-hover-zone",transform:`translate(${st.x}, ${st.y})`,r:_,"data-party":K.name,"data-party-id":String(K.id),style:"pointer-events: all; cursor: pointer;"})))}const ut=F;k.push(h("g",{className:"party-group","data-party":K.name,style:"opacity: 1; outline: none;"},ut))});const $=h("g",{className:"arc-bg"},[h("circle",{className:"outer",cx:0,cy:0,fill:"#ffffff",r:a}),h("circle",{className:"inner",cx:0,cy:0,fill:"#ffffff",r:p})]),M=h("g",{className:"points-container"},k),I=f?h("g",{className:"label-container",mask:"url(#label-clip)",style:"pointer-events: none;"},[h("text",{className:"party_count",dy:"-0.05em",style:"font-size: 24vw; font-weight: bold; text-anchor: middle; display: none; opacity: 0; fill: rgb(19, 90, 225); transform: scale(1);"}),h("text",{className:"party_name",y:0,dy:"1em",style:"font-size: 6vw; font-weight: normal; text-anchor: middle; display: none; opacity: 0; fill: rgb(19, 90, 225); transform: scale(1);"})]):null,L=h("defs",[h("radialGradient",{id:"label-gradient"},[h("stop",{offset:"0%",style:"stop-color: rgb(255, 255, 255); stop-opacity: 1;"}),h("stop",{offset:"80%",style:"stop-color: rgb(255, 255, 255); stop-opacity: 1;"}),h("stop",{offset:"90%",style:"stop-color: rgb(255, 255, 255); stop-opacity: 0.1;"}),h("stop",{offset:"100%",style:"stop-color: rgb(255, 255, 255); stop-opacity: 0;"})]),h("mask",{id:"label-clip"},[h("circle",{fill:"url(#label-gradient)",r:p})]),GT(h),HT(h),KT(h)]),D=h("g",{className:"arc-container",transform:`translate(${a}, ${a})`},[$,M,I].filter(Boolean)),B=x/2;let U;if(b<=180)U=a*Math.sin(B)+_;else{const K=B-Math.PI/2;U=a*(1+Math.sin(K))+_}const W=a+_,X=a*2,Z=Math.max(U,W);return h("svg",{id:"chart-container","font-family":"Canva Sans Variable",viewBox:`0 0 ${X} ${Z}`,preserveAspectRatio:"xMidYMid meet",xmlns:"http://www.w3.org/2000/svg"},[D,L])};function TE(e){return!e||!e.color?"#cccccc":e.color==="url(#hatchPattern)"?ha.COMPLETED:e.color==="url(#greyHatchPattern)"?Ft.greyHatch.lines:e.color}function ay(e,t){if(!e)return;const r=e.querySelectorAll(".party-group");r&&r.length>0&&r.forEach(n=>{if(!n)return;const i=n,a=i.getAttribute("data-party");t?a===t?i.style.opacity=Fe.animation.hoverOpacity.active:i.style.opacity=Fe.animation.hoverOpacity.dimmed:i.style.opacity="1"})}function oy(e,t){e.forEach(r=>{const n=r,i=r.getAttribute("class")||"";t?i===t?(n.setAttribute("fill-opacity","1"),n.setAttribute("stroke-opacity","1")):(n.setAttribute("fill-opacity",Fe.animation.hoverOpacity.dimmed),n.setAttribute("stroke-opacity","0.2")):(n.setAttribute("fill-opacity","1"),n.setAttribute("stroke-opacity","1"))})}const vF=({containerRef:e,processedData:t,totalRepositories:r,arcAngle:n,useEnhanced:i,maxSeats:a,setHoveredData:o,activePartyName:s,setActivePartyName:u,chartConfig:l,seatSize:c,shouldAnimate:f=!1,animationDirection:h="left-to-right",onAnimationComplete:p})=>{O.useEffect(()=>{if(!e.current||t.length===0)return;for(;e.current.firstChild;)e.current.removeChild(e.current.firstChild);const y=r<=a?1:a/r,m=t.filter(w=>w.value>0).map(w=>{const S=r<=a?w.value:Math.max(1,Math.floor(w.value*y));return{id:String(w.id),name:w.label,seats:S,colour:w.color==="url(#hatchPattern)"?ha.COMPLETED:w.color}}),d=i?yF(m,{arcAngle:n,arcAngleFlexibility:l.arcAngleFlexibility,radius:l.radius,seatSize:c,minSeatSize:l.minSeatSize,maxSeatSize:l.maxSeatSize,spacing:l.spacing,innerRadiusRatio:l.innerRadiusRatio,showLabels:!0}):dF(m,{arcAngle:n});d.properties&&(d.properties.width="100%",d.properties.height="100%",d.properties.style="display: block; width: 100%; max-width: 100%; height: auto;",d.properties.preserveAspectRatio="xMidYMid meet");const g=eB(d),x=new DOMParser().parseFromString(g,"image/svg+xml").documentElement;if(!x)return;x.setAttribute("width","100%"),x.setAttribute("height","100%"),x.style.width="100%",x.style.height="auto",x.style.display="block",i?gF(x,m,t,o,s,u):bF(x,m,t,o,s,u);const v=()=>{if(o(null),u(null),i)ay(x,null);else{const w=x.querySelectorAll("circle");oy(w,null)}};return x&&x.addEventListener("mouseleave",v),e.current.appendChild(x),f&&x&&iB(x,n,l.radius,h,900,p),()=>{if(x&&x.removeEventListener("mouseleave",v),e.current)for(;e.current.firstChild;)e.current.removeChild(e.current.firstChild)}},[t,r,n,i,a,o,s,u,e,l,c,f,h,p])};function gF(e,t,r,n,i,a){if(!e)return;const o=e.querySelectorAll(".seat-hover-zone"),s=e.querySelectorAll(".party-group circle.seat-visual");s&&s.length>0&&s.forEach(u=>{if(u){const l=u;l.style.stroke=Fe.colors.seatBorder,l.style.strokeWidth="0.5",l.setAttribute("fill-opacity","1"),l.style.transition=`fill-opacity ${Fe.animation.transitionDuration} ease, stroke-opacity ${Fe.animation.transitionDuration} ease`}}),o&&o.length>0&&o.forEach(u=>{if(!u)return;const l=u.getAttribute("data-party"),c=u.getAttribute("data-party-id"),f=()=>{if(l&&l!==i){const h=t.find(p=>p.name===l||String(p.id)===c);if(h){const p=r.find(y=>y.label===h.name||String(y.id)===h.id);if(p){const y=TE(p);n({label:p.label||"Unknown",value:p.value||0,color:y}),a(h.name),ay(e,h.name)}}}};u.addEventListener("mouseenter",f)}),i&&ay(e,i)}function bF(e,t,r,n,i,a){if(!e)return;const o=e.querySelectorAll("circle");if(o&&o.length>0&&(o.forEach(s=>{if(s){const u=s;u.style.cursor="pointer",u.style.stroke=Fe.colors.seatBorder,u.style.strokeWidth="0.5",u.setAttribute("fill-opacity","1"),u.style.transition=`fill-opacity ${Fe.animation.transitionDuration} ease, stroke-opacity ${Fe.animation.transitionDuration} ease`}}),o.forEach(s=>{if(!s)return;const u=s.getAttribute("class")||"",l=parseInt(u,10),c=t[l],f=()=>{if(c){const h=c.name;if(h&&h!==i){const p=r.find(y=>y.label===c.name||String(y.id)===c.id);if(p){const y=TE(p);n({label:p.label||"Unknown",value:p.value||0,color:y}),a(h),oy(o,u)}}}};s.addEventListener("mouseenter",f)})),i){const s=t.find(u=>u.name===i);if(s){const u=t.indexOf(s);oy(o,String(u))}}}const id=Lo,I1={[qo]:ha.NOT_APPLICABLE,[Fo]:ha.NO_LST,[zo]:ha.DATA_MISSING},bo=(e,t,r)=>{if(e in I1)return I1[e];const n=r-1-t,i=id.length,a=Math.floor(n/Math.max(1,r-1)*(i-1)),o=Math.min(Math.max(0,a),i-1);return id[o]??id[0]??"#000000"},EE=({dataSeries:e,notApplicableRepositories:t,noLstRepositories:r,unavailableRepositories:n})=>{const{special:i,regular:a}=e.reduce((p,y,m)=>([qo,Fo,zo].includes(y.label)?p.special.push({...y,originalIndex:m}):p.regular.push({...y,originalIndex:m}),p),{special:[],regular:[]}),o=a.reverse().map((p,y)=>({id:`measure-${y}`,label:p.label,value:p.value,color:bo(p.label,a.length-1-y,a.length)})),s=i.map((p,y)=>({id:p.label.toLowerCase().replace(" ","-"),label:p.label,value:p.value,color:bo(p.label,y,i.length)})),u=n,l={id:"no-lst",label:Fo,value:r,color:bo(Fo,0,1)},c={id:"data-missing",label:zo,value:u,color:bo(zo,0,1)},f={id:"n/a",label:qo,value:t,color:bo(qo,0,1)},h=[];return f.value>0&&h.push(f),l.value>0&&h.push(l),c.value>0&&h.push(c),h.push(...s),h.push(...o),h},N1={"N/A":"Repos that aren't applicable to this migration.","No LST":"There are no LSTs for these repos.","Data Missing":"There is data missing in the LSTs."},_F=({dataSeries:e,totalRepositories:t,notApplicableRepositories:r,noLstRepositories:n,unavailableRepositories:i,arcAngle:a,useEnhanced:o=Fe.useEnhanced,showTable:s=!0,shouldAnimate:u=!1,animationDirection:l="left-to-right",onAnimationComplete:c})=>{const f=O.useRef(null),[h,p]=O.useState(null),[y,m]=O.useState(null),g=EE({dataSeries:e,notApplicableRepositories:r,noLstRepositories:n,unavailableRepositories:i}).map(S=>{const A=typeof S.color=="function"?S.color("arc"):S.color,P=typeof S.label=="function"?S.label("arc"):S.label;return{...S,color:A,label:P}}),_=a??mg({repositoryCount:t}),b=yg({repositoryCount:t});vF({containerRef:f,processedData:g,totalRepositories:t,arcAngle:_,useEnhanced:o,maxSeats:Fe.maxSeats,setHoveredData:p,activePartyName:y,setActivePartyName:m,chartConfig:Fe.chartConfig,seatSize:b,shouldAnimate:u,animationDirection:l,onAnimationComplete:c});const x=g.map(S=>{const A=S.value/t*100,P=A>0&&A<1?"< 1":A.toFixed(0);return{id:String(S.id),label:S.label,value:S.value,percentage:P,color:S.color}}),v=t>Fe.maxSeats,w=v?Math.round(t/Fe.maxSeats):1;return z.jsxs(V.Stack,{sx:{width:"100%",alignItems:"center",gap:{xs:.5,sm:.75,md:1,lg:1},py:0,"@media (min-width: 1024px) and (max-width: 1225px)":{gap:.25}},children:[z.jsxs(V.Box,{className:"parliament-chart-container",sx:{position:"relative",width:"100%",minHeight:"200px",mb:{xs:.5,sm:.75,md:1},"@media (min-width: 1024px) and (max-width: 1225px)":{maxHeight:"250px",mb:.25}},children:[z.jsx(V.Box,{className:"parliament-chart-svg-container",ref:f,sx:{width:"100%",height:"100%",position:"relative",display:"flex",justifyContent:"center",alignItems:"center","& svg":{width:"100%",height:"100%",maxWidth:"100%","@media (min-width: 1024px) and (max-width: 1225px)":{maxHeight:"230px"}}}}),z.jsxs(V.Box,{className:"parliament-chart-tooltip",sx:{position:"absolute",bottom:"0%",left:"50%",transform:"translate(-50%, 0%)",pointerEvents:"none",textAlign:"center",zIndex:10,"@media (min-width: 1024px) and (max-width: 1225px)":{bottom:"5%"}},children:[h&&z.jsxs(O.Fragment,{children:[z.jsx(V.Typography,{sx:{color:"text.secondary",mb:.3,fontSize:"clamp(0.75rem, 1.5vw, 0.85rem)",display:"block","@media (min-width: 1024px) and (max-width: 1225px)":{fontSize:"0.7rem",mb:.2}},children:h.label}),z.jsxs(V.Typography,{sx:{fontWeight:"bold",color:h.color,lineHeight:1,fontSize:"clamp(1.1rem, 2.2vw, 1.3rem)","@media (min-width: 1024px) and (max-width: 1225px)":{fontSize:"1rem"}},children:[h.value," ",h.value>1?"repos":"repo"]})]}),v&&z.jsxs(V.Box,{className:"parliament-chart-scaled-indicator",sx:{display:"flex",alignItems:"center",justifyContent:"center",gap:.5,mt:h?.5:0,color:"text.secondary",fontSize:"clamp(0.65rem, 1.2vw, 0.72rem)"},children:[z.jsx(V.Box,{className:"parliament-chart-scaled-indicator-dot",sx:{width:8,height:8,borderRadius:"50%",backgroundColor:"#888888",flexShrink:0}}),z.jsxs(V.Typography,{variant:"caption",sx:{fontSize:"inherit",fontStyle:"italic"},children:["= ~",w," repos"]})]})]})]}),s&&z.jsx(V.Box,{className:"parliament-chart-data-table",sx:{width:"100%",display:"flex",justifyContent:"center","@media (min-width: 1024px) and (max-width: 1225px)":{overflowX:"auto",maxWidth:"100%"}},onMouseLeave:()=>{p(null),m(null)},children:z.jsxs(V.Table,{"aria-label":"Repository categories summary",className:"parliament-chart-table",size:"small",sx:{maxWidth:{xs:"clamp(360px, 90%, 400px)",sm:"clamp(360px, 90%, 400px)",md:"clamp(360px, 85%, 420px)",lg:"clamp(360px, 90%, 400px)"},"@media (min-width: 1024px) and (max-width: 1225px)":{maxWidth:"360px","& .MuiTableCell-root":{padding:"1px 4px",fontSize:"9.5px"}},"& .MuiTableCell-root":{padding:"2px 8px",borderBottom:"none",fontSize:"clamp(10px, 1.8vw, 11.5px)"}},children:[z.jsx("thead",{children:z.jsxs(V.TableRow,{children:[z.jsx(V.TableCell,{}),z.jsx(V.TableCell,{sx:{fontWeight:"bold"},children:"Category"}),z.jsx(V.TableCell,{align:"right",sx:{fontWeight:"bold"},children:"# of repos"}),z.jsx(V.TableCell,{align:"right",sx:{fontWeight:"bold"},children:"% of org"})]})}),z.jsx("tbody",{children:x.map(S=>{const A=S.color==="url(#greyHatchPattern)"?Ft.greyHatch.lines:S.color==="url(#dataMissingHatchPattern)"?Ft.dataMissingHatch.lines:S.color==="url(#noLstHatchPattern)"?Ft.noLstHatch.lines:S.color;return z.jsxs(V.TableRow,{onMouseEnter:()=>{m(S.label),p({label:S.label,value:S.value,color:S.color==="url(#greyHatchPattern)"?Ft.greyHatch.lines:S.color==="url(#dataMissingHatchPattern)"?Ft.dataMissingHatch.lines:S.color==="url(#noLstHatchPattern)"?Ft.noLstHatch.lines:S.color})},sx:{cursor:"pointer",transition:"background-color 0.15s ease",backgroundColor:y===S.label?`${A}15`:"transparent","&:hover":{backgroundColor:`${A}15`}},children:[z.jsx(V.TableCell,{align:"center",sx:{width:20},children:z.jsx(V.Box,{sx:{width:12,height:12,backgroundColor:S.color==="url(#greyHatchPattern)"?Ft.greyHatch.background:S.color==="url(#dataMissingHatchPattern)"?Ft.dataMissingHatch.background:S.color==="url(#noLstHatchPattern)"?Ft.noLstHatch.background:S.color,borderRadius:"50%",position:"relative",overflow:"hidden",transition:"transform 0.15s ease",transform:y===S.label?"scale(1.2)":"scale(1)",...S.label==="N/A"&&{"&::after":{content:'""',position:"absolute",top:0,left:0,right:0,bottom:0,backgroundImage:`repeating-linear-gradient(
|
|
47
|
+
\f\r "&'<=>\``.split("")]],single:[["&'".split(""),"\"&'`".split("")],["\0&'".split(""),"\0\"&'`".split("")]],double:[['"&'.split(""),"\"&'`".split("")],['\0"&'.split(""),"\0\"&'`".split("")]]};function yB(e,t,r,n){const i=n.schema,a=i.space==="svg"?!1:n.settings.omitOptionalTags;let o=i.space==="svg"?n.settings.closeEmptyElements:n.settings.voids.includes(e.tagName.toLowerCase());const s=[];let u;i.space==="html"&&e.tagName==="svg"&&(n.schema=e0);const l=gB(n,e.properties),c=n.all(i.space==="html"&&e.tagName==="template"?e.content:e);return n.schema=i,c&&(o=!1),(l||!a||!cB(e,t,r))&&(s.push("<",e.tagName,l?" "+l:""),o&&(i.space==="svg"||n.settings.closeSelfClosing)&&(u=l.charAt(l.length-1),(!n.settings.tightSelfClosing||u==="/"||u&&u!=='"'&&u!=="'")&&s.push(" "),s.push("/")),s.push(">")),s.push(c),!o&&(!a||!n0(e,t,r))&&s.push("</"+e.tagName+">"),s.join("")}function gB(e,t){const r=[];let n=-1,i;if(t){for(i in t)if(t[i]!==null&&t[i]!==void 0){const a=vB(e,i,t[i]);a&&r.push(a)}}for(;++n<r.length;){const a=e.settings.tightAttributes?r[n].charAt(r[n].length-1):void 0;n!==r.length-1&&a!=='"'&&a!=="'"&&(r[n]+=" ")}return r.join("")}function vB(e,t,r){const n=gE(e.schema,t),i=e.settings.allowParseErrors&&e.schema.space==="html"?0:1,a=e.settings.allowDangerousCharacters?0:1;let o=e.quote,s;if(n.overloadedBoolean&&(r===n.attribute||r==="")?r=!0:(n.boolean||n.overloadedBoolean)&&(typeof r!="string"||r===n.attribute||r==="")&&(r=!!r),r==null||r===!1||typeof r=="number"&&Number.isNaN(r))return"";const u=Ua(n.attribute,Object.assign({},e.settings.characterReferences,{subset:Wu.name[i][a]}));return r===!0||(r=Array.isArray(r)?(n.commaSeparated?hL:dL)(r,{padLeft:!e.settings.tightCommaSeparatedLists}):String(r),e.settings.collapseEmptyAttributes&&!r)?u:(e.settings.preferUnquoted&&(s=Ua(r,Object.assign({},e.settings.characterReferences,{attribute:!0,subset:Wu.unquoted[i][a]}))),s!==r&&(e.settings.quoteSmart&&hx(r,o)>hx(r,e.alternative)&&(o=e.alternative),s=o+Ua(r,Object.assign({},e.settings.characterReferences,{subset:(o==="'"?Wu.single:Wu.double)[i][a],attribute:!0}))+o),u+(s&&"="+s))}const bB=["<","&"];function EE(e,t,r,n){return r&&r.type==="element"&&(r.tagName==="script"||r.tagName==="style")?e.value:Ua(e.value,Object.assign({},n.settings.characterReferences,{subset:bB}))}function xB(e,t,r,n){return n.settings.allowDangerousHtml?e.value:EE(e,t,r,n)}function _B(e,t,r,n){return n.all(e)}const wB=PL("type",{invalid:SB,unknown:AB,handlers:{comment:KL,doctype:XL,element:yB,raw:xB,root:_B,text:EE}});function SB(e){throw new Error("Expected node, not `"+e+"`")}function AB(e){const t=e;throw new Error("Cannot compile unknown node `"+t.type+"`")}const OB={},TB={},PB=[];function EB(e,t){const r=OB,n=r.quote||'"',i=n==='"'?"'":'"';if(n!=='"'&&n!=="'")throw new Error("Invalid quote `"+n+"`, expected `'` or `\"`");return{one:CB,all:MB,settings:{omitOptionalTags:r.omitOptionalTags||!1,allowParseErrors:r.allowParseErrors||!1,allowDangerousCharacters:r.allowDangerousCharacters||!1,quoteSmart:r.quoteSmart||!1,preferUnquoted:r.preferUnquoted||!1,tightAttributes:r.tightAttributes||!1,upperDoctype:r.upperDoctype||!1,tightDoctype:r.tightDoctype||!1,bogusComments:r.bogusComments||!1,tightCommaSeparatedLists:r.tightCommaSeparatedLists||!1,tightSelfClosing:r.tightSelfClosing||!1,collapseEmptyAttributes:r.collapseEmptyAttributes||!1,allowDangerousHtml:r.allowDangerousHtml||!1,voids:r.voids||TL,characterReferences:r.characterReferences||TB,closeSelfClosing:r.closeSelfClosing||!1,closeEmptyElements:r.closeEmptyElements||!1},schema:r.space==="svg"?e0:vE,quote:n,alternative:i}.one(Array.isArray(e)?{type:"root",children:e}:e,void 0,void 0)}function CB(e,t,r){return wB(e,t,r,this)}function MB(e){const t=[],r=e&&e.children||PB;let n=-1;for(;++n<r.length;)t[n]=this.one(r[n],n,e);return t.join("")}const tr={arcAngle:180,maxSeats:200,useEnhanced:!0,chartConfig:{radius:220,seatSize:5,minSeatSize:4,maxSeatSize:18,spacing:1.1,innerRadiusRatio:.4,arcAngleFlexibility:5},colors:{emptySeats:"#f8f8f8",emptySeatsBorder:"#d8d8d8",seatBorder:"#fff"},animation:{transitionDuration:"0.2s",hoverOpacity:{active:"1",dimmed:"0.2",empty:"0.3"}},scaling:{enableScaling:!0,scaleThreshold:200}},Wa={COMPLETED:dr.neoDigitalGreen[600],NOT_APPLICABLE:"url(#greyHatchPattern)",NO_LST:"url(#noLstHatchPattern)",DATA_MISSING:"url(#dataMissingHatchPattern)"},xs="N/A",_s="No LST",ws="Data Missing";function kB(e,t,r,n="left-to-right",i=900,a){ee.prototype.transition=lv;const o=t*Math.PI/180,s=-o/2-Math.PI/2,u=o/2-Math.PI/2;let l=e.querySelector("defs");l||(l=document.createElementNS("http://www.w3.org/2000/svg","defs"),e.appendChild(l));const c="arc-sweep-clip";let f=l.querySelector(`#${c}`);f||(f=document.createElementNS("http://www.w3.org/2000/svg","clipPath"),f.setAttribute("id",c),l.appendChild(f));const h=document.createElementNS("http://www.w3.org/2000/svg","path");f.innerHTML="",f.appendChild(h);const p=e.querySelector(".arc-container"),y=e.querySelector(".points-container");if(y&&p)if(y.setAttribute("clip-path",`url(#${c})`),n==="left-to-right"){const m=_=>{const b=r*1.5,x=Math.cos(_)*b,g=Math.sin(_)*b,w=Math.cos(u)*b,S=Math.sin(u)*b,A=u-_>Math.PI?1:0;return`M 0,0 L ${x},${g} A ${b},${b} 0 ${A},1 ${w},${S} Z`};h.setAttribute("d",m(s)),ee(h).transition().duration(i).ease(_=>1-Math.pow(1-_,3)).tween("arc-sweep",()=>_=>{const b=s+(u-s)*_;h.setAttribute("d",m(b))}).on("end",()=>{a&&a(),setTimeout(()=>{y.removeAttribute("clip-path")},50)})}else{const m=_=>{const b=r*1.5,x=Math.cos(_)*b,g=Math.sin(_)*b,w=Math.cos(u)*b,S=Math.sin(u)*b,A=u-_>Math.PI?1:0;return`M 0,0 L ${x},${g} A ${b},${b} 0 ${A},1 ${w},${S} Z`};h.setAttribute("d",m(u)),ee(h).transition().duration(i).ease(_=>1-Math.pow(1-_,3)).tween("arc-sweep",()=>_=>{const b=u-(u-s)*_;h.setAttribute("d",m(b))}).on("end",()=>{y.removeAttribute("clip-path"),a&&a()})}}var Hu=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function Ft(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var Xf,yx;function CE(){if(yx)return Xf;yx=1;var e=typeof Hu=="object"&&Hu&&Hu.Object===Object&&Hu;return Xf=e,Xf}var Yf,gx;function ln(){if(gx)return Yf;gx=1;var e=CE(),t=typeof self=="object"&&self&&self.Object===Object&&self,r=e||t||Function("return this")();return Yf=r,Yf}var Vf,vx;function $B(){if(vx)return Vf;vx=1;var e=/\s/;function t(r){for(var n=r.length;n--&&e.test(r.charAt(n)););return n}return Vf=t,Vf}var Zf,bx;function jB(){if(bx)return Zf;bx=1;var e=$B(),t=/^\s+/;function r(n){return n&&n.slice(0,e(n)+1).replace(t,"")}return Zf=r,Zf}var Jf,xx;function Ai(){if(xx)return Jf;xx=1;function e(t){var r=typeof t;return t!=null&&(r=="object"||r=="function")}return Jf=e,Jf}var Qf,_x;function Cu(){if(_x)return Qf;_x=1;var e=ln(),t=e.Symbol;return Qf=t,Qf}var th,wx;function RB(){if(wx)return th;wx=1;var e=Cu(),t=Object.prototype,r=t.hasOwnProperty,n=t.toString,i=e?e.toStringTag:void 0;function a(o){var s=r.call(o,i),u=o[i];try{o[i]=void 0;var l=!0}catch{}var c=n.call(o);return l&&(s?o[i]=u:delete o[i]),c}return th=a,th}var eh,Sx;function DB(){if(Sx)return eh;Sx=1;var e=Object.prototype,t=e.toString;function r(n){return t.call(n)}return eh=r,eh}var rh,Ax;function Zn(){if(Ax)return rh;Ax=1;var e=Cu(),t=RB(),r=DB(),n="[object Null]",i="[object Undefined]",a=e?e.toStringTag:void 0;function o(s){return s==null?s===void 0?i:n:a&&a in Object(s)?t(s):r(s)}return rh=o,rh}var nh,Ox;function Jn(){if(Ox)return nh;Ox=1;function e(t){return t!=null&&typeof t=="object"}return nh=e,nh}var ih,Tx;function ko(){if(Tx)return ih;Tx=1;var e=Zn(),t=Jn(),r="[object Symbol]";function n(i){return typeof i=="symbol"||t(i)&&e(i)==r}return ih=n,ih}var ah,Px;function i0(){if(Px)return ah;Px=1;var e=jB(),t=Ai(),r=ko(),n=NaN,i=/^[-+]0x[0-9a-f]+$/i,a=/^0b[01]+$/i,o=/^0o[0-7]+$/i,s=parseInt;function u(l){if(typeof l=="number")return l;if(r(l))return n;if(t(l)){var c=typeof l.valueOf=="function"?l.valueOf():l;l=t(c)?c+"":c}if(typeof l!="string")return l===0?l:+l;l=e(l);var f=a.test(l);return f||o.test(l)?s(l.slice(2),f?2:8):i.test(l)?n:+l}return ah=u,ah}var oh,Ex;function ME(){if(Ex)return oh;Ex=1;var e=i0(),t=1/0,r=17976931348623157e292;function n(i){if(!i)return i===0?i:0;if(i=e(i),i===t||i===-t){var a=i<0?-1:1;return a*r}return i===i?i:0}return oh=n,oh}var sh,Cx;function a0(){if(Cx)return sh;Cx=1;var e=ME();function t(r){var n=e(r),i=n%1;return n===n?i?n-i:n:0}return sh=t,sh}var uh,Mx;function Bc(){if(Mx)return uh;Mx=1;function e(t,r){for(var n=-1,i=t==null?0:t.length,a=Array(i);++n<i;)a[n]=r(t[n],n,t);return a}return uh=e,uh}var lh,kx;function rr(){if(kx)return lh;kx=1;var e=Array.isArray;return lh=e,lh}var ch,$x;function IB(){if($x)return ch;$x=1;var e=Cu(),t=Bc(),r=rr(),n=ko(),i=e?e.prototype:void 0,a=i?i.toString:void 0;function o(s){if(typeof s=="string")return s;if(r(s))return t(s,o)+"";if(n(s))return a?a.call(s):"";var u=s+"";return u=="0"&&1/s==-1/0?"-0":u}return ch=o,ch}var fh,jx;function o0(){if(jx)return fh;jx=1;var e=IB();function t(r){return r==null?"":e(r)}return fh=t,fh}var hh,Rx;function NB(){if(Rx)return hh;Rx=1;var e=ln(),t=a0(),r=i0(),n=o0(),i=e.isFinite,a=Math.min;function o(s){var u=Math[s];return function(l,c){if(l=r(l),c=c==null?0:a(t(c),292),c&&i(l)){var f=(n(l)+"e").split("e"),h=u(f[0]+"e"+(+f[1]+c));return f=(n(h)+"e").split("e"),+(f[0]+"e"+(+f[1]-c))}return u(l)}}return hh=o,hh}var ph,Dx;function LB(){if(Dx)return ph;Dx=1;var e=NB(),t=e("round");return ph=t,ph}var BB=LB();const qB=Ft(BB);var dh,Ix;function kE(){if(Ix)return dh;Ix=1;function e(t,r){for(var n=-1,i=r.length,a=t.length;++n<i;)t[a+n]=r[n];return t}return dh=e,dh}var mh,Nx;function FB(){if(Nx)return mh;Nx=1;var e=Zn(),t=Jn(),r="[object Arguments]";function n(i){return t(i)&&e(i)==r}return mh=n,mh}var yh,Lx;function s0(){if(Lx)return yh;Lx=1;var e=FB(),t=Jn(),r=Object.prototype,n=r.hasOwnProperty,i=r.propertyIsEnumerable,a=e((function(){return arguments})())?e:function(o){return t(o)&&n.call(o,"callee")&&!i.call(o,"callee")};return yh=a,yh}var gh,Bx;function zB(){if(Bx)return gh;Bx=1;var e=Cu(),t=s0(),r=rr(),n=e?e.isConcatSpreadable:void 0;function i(a){return r(a)||t(a)||!!(n&&a&&a[n])}return gh=i,gh}var vh,qx;function $E(){if(qx)return vh;qx=1;var e=kE(),t=zB();function r(n,i,a,o,s){var u=-1,l=n.length;for(a||(a=t),s||(s=[]);++u<l;){var c=n[u];i>0&&a(c)?i>1?r(c,i-1,a,o,s):e(s,c):o||(s[s.length]=c)}return s}return vh=r,vh}var bh,Fx;function u0(){if(Fx)return bh;Fx=1;var e=rr(),t=ko(),r=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,n=/^\w*$/;function i(a,o){if(e(a))return!1;var s=typeof a;return s=="number"||s=="symbol"||s=="boolean"||a==null||t(a)?!0:n.test(a)||!r.test(a)||o!=null&&a in Object(o)}return bh=i,bh}var xh,zx;function l0(){if(zx)return xh;zx=1;var e=Zn(),t=Ai(),r="[object AsyncFunction]",n="[object Function]",i="[object GeneratorFunction]",a="[object Proxy]";function o(s){if(!t(s))return!1;var u=e(s);return u==n||u==i||u==r||u==a}return xh=o,xh}var _h,Ux;function UB(){if(Ux)return _h;Ux=1;var e=ln(),t=e["__core-js_shared__"];return _h=t,_h}var wh,Wx;function WB(){if(Wx)return wh;Wx=1;var e=UB(),t=(function(){var n=/[^.]+$/.exec(e&&e.keys&&e.keys.IE_PROTO||"");return n?"Symbol(src)_1."+n:""})();function r(n){return!!t&&t in n}return wh=r,wh}var Sh,Hx;function jE(){if(Hx)return Sh;Hx=1;var e=Function.prototype,t=e.toString;function r(n){if(n!=null){try{return t.call(n)}catch{}try{return n+""}catch{}}return""}return Sh=r,Sh}var Ah,Gx;function HB(){if(Gx)return Ah;Gx=1;var e=l0(),t=WB(),r=Ai(),n=jE(),i=/[\\^$.*+?()[\]{}|]/g,a=/^\[object .+?Constructor\]$/,o=Function.prototype,s=Object.prototype,u=o.toString,l=s.hasOwnProperty,c=RegExp("^"+u.call(l).replace(i,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function f(h){if(!r(h)||t(h))return!1;var p=e(h)?c:a;return p.test(n(h))}return Ah=f,Ah}var Oh,Kx;function GB(){if(Kx)return Oh;Kx=1;function e(t,r){return t==null?void 0:t[r]}return Oh=e,Oh}var Th,Xx;function va(){if(Xx)return Th;Xx=1;var e=HB(),t=GB();function r(n,i){var a=t(n,i);return e(a)?a:void 0}return Th=r,Th}var Ph,Yx;function qc(){if(Yx)return Ph;Yx=1;var e=va(),t=e(Object,"create");return Ph=t,Ph}var Eh,Vx;function KB(){if(Vx)return Eh;Vx=1;var e=qc();function t(){this.__data__=e?e(null):{},this.size=0}return Eh=t,Eh}var Ch,Zx;function XB(){if(Zx)return Ch;Zx=1;function e(t){var r=this.has(t)&&delete this.__data__[t];return this.size-=r?1:0,r}return Ch=e,Ch}var Mh,Jx;function YB(){if(Jx)return Mh;Jx=1;var e=qc(),t="__lodash_hash_undefined__",r=Object.prototype,n=r.hasOwnProperty;function i(a){var o=this.__data__;if(e){var s=o[a];return s===t?void 0:s}return n.call(o,a)?o[a]:void 0}return Mh=i,Mh}var kh,Qx;function VB(){if(Qx)return kh;Qx=1;var e=qc(),t=Object.prototype,r=t.hasOwnProperty;function n(i){var a=this.__data__;return e?a[i]!==void 0:r.call(a,i)}return kh=n,kh}var $h,t_;function ZB(){if(t_)return $h;t_=1;var e=qc(),t="__lodash_hash_undefined__";function r(n,i){var a=this.__data__;return this.size+=this.has(n)?0:1,a[n]=e&&i===void 0?t:i,this}return $h=r,$h}var jh,e_;function JB(){if(e_)return jh;e_=1;var e=KB(),t=XB(),r=YB(),n=VB(),i=ZB();function a(o){var s=-1,u=o==null?0:o.length;for(this.clear();++s<u;){var l=o[s];this.set(l[0],l[1])}}return a.prototype.clear=e,a.prototype.delete=t,a.prototype.get=r,a.prototype.has=n,a.prototype.set=i,jh=a,jh}var Rh,r_;function QB(){if(r_)return Rh;r_=1;function e(){this.__data__=[],this.size=0}return Rh=e,Rh}var Dh,n_;function c0(){if(n_)return Dh;n_=1;function e(t,r){return t===r||t!==t&&r!==r}return Dh=e,Dh}var Ih,i_;function Fc(){if(i_)return Ih;i_=1;var e=c0();function t(r,n){for(var i=r.length;i--;)if(e(r[i][0],n))return i;return-1}return Ih=t,Ih}var Nh,a_;function tq(){if(a_)return Nh;a_=1;var e=Fc(),t=Array.prototype,r=t.splice;function n(i){var a=this.__data__,o=e(a,i);if(o<0)return!1;var s=a.length-1;return o==s?a.pop():r.call(a,o,1),--this.size,!0}return Nh=n,Nh}var Lh,o_;function eq(){if(o_)return Lh;o_=1;var e=Fc();function t(r){var n=this.__data__,i=e(n,r);return i<0?void 0:n[i][1]}return Lh=t,Lh}var Bh,s_;function rq(){if(s_)return Bh;s_=1;var e=Fc();function t(r){return e(this.__data__,r)>-1}return Bh=t,Bh}var qh,u_;function nq(){if(u_)return qh;u_=1;var e=Fc();function t(r,n){var i=this.__data__,a=e(i,r);return a<0?(++this.size,i.push([r,n])):i[a][1]=n,this}return qh=t,qh}var Fh,l_;function zc(){if(l_)return Fh;l_=1;var e=QB(),t=tq(),r=eq(),n=rq(),i=nq();function a(o){var s=-1,u=o==null?0:o.length;for(this.clear();++s<u;){var l=o[s];this.set(l[0],l[1])}}return a.prototype.clear=e,a.prototype.delete=t,a.prototype.get=r,a.prototype.has=n,a.prototype.set=i,Fh=a,Fh}var zh,c_;function f0(){if(c_)return zh;c_=1;var e=va(),t=ln(),r=e(t,"Map");return zh=r,zh}var Uh,f_;function iq(){if(f_)return Uh;f_=1;var e=JB(),t=zc(),r=f0();function n(){this.size=0,this.__data__={hash:new e,map:new(r||t),string:new e}}return Uh=n,Uh}var Wh,h_;function aq(){if(h_)return Wh;h_=1;function e(t){var r=typeof t;return r=="string"||r=="number"||r=="symbol"||r=="boolean"?t!=="__proto__":t===null}return Wh=e,Wh}var Hh,p_;function Uc(){if(p_)return Hh;p_=1;var e=aq();function t(r,n){var i=r.__data__;return e(n)?i[typeof n=="string"?"string":"hash"]:i.map}return Hh=t,Hh}var Gh,d_;function oq(){if(d_)return Gh;d_=1;var e=Uc();function t(r){var n=e(this,r).delete(r);return this.size-=n?1:0,n}return Gh=t,Gh}var Kh,m_;function sq(){if(m_)return Kh;m_=1;var e=Uc();function t(r){return e(this,r).get(r)}return Kh=t,Kh}var Xh,y_;function uq(){if(y_)return Xh;y_=1;var e=Uc();function t(r){return e(this,r).has(r)}return Xh=t,Xh}var Yh,g_;function lq(){if(g_)return Yh;g_=1;var e=Uc();function t(r,n){var i=e(this,r),a=i.size;return i.set(r,n),this.size+=i.size==a?0:1,this}return Yh=t,Yh}var Vh,v_;function h0(){if(v_)return Vh;v_=1;var e=iq(),t=oq(),r=sq(),n=uq(),i=lq();function a(o){var s=-1,u=o==null?0:o.length;for(this.clear();++s<u;){var l=o[s];this.set(l[0],l[1])}}return a.prototype.clear=e,a.prototype.delete=t,a.prototype.get=r,a.prototype.has=n,a.prototype.set=i,Vh=a,Vh}var Zh,b_;function RE(){if(b_)return Zh;b_=1;var e=h0(),t="Expected a function";function r(n,i){if(typeof n!="function"||i!=null&&typeof i!="function")throw new TypeError(t);var a=function(){var o=arguments,s=i?i.apply(this,o):o[0],u=a.cache;if(u.has(s))return u.get(s);var l=n.apply(this,o);return a.cache=u.set(s,l)||u,l};return a.cache=new(r.Cache||e),a}return r.Cache=e,Zh=r,Zh}var Jh,x_;function cq(){if(x_)return Jh;x_=1;var e=RE(),t=500;function r(n){var i=e(n,function(o){return a.size===t&&a.clear(),o}),a=i.cache;return i}return Jh=r,Jh}var Qh,__;function fq(){if(__)return Qh;__=1;var e=cq(),t=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,r=/\\(\\)?/g,n=e(function(i){var a=[];return i.charCodeAt(0)===46&&a.push(""),i.replace(t,function(o,s,u,l){a.push(u?l.replace(r,"$1"):s||o)}),a});return Qh=n,Qh}var tp,w_;function DE(){if(w_)return tp;w_=1;var e=rr(),t=u0(),r=fq(),n=o0();function i(a,o){return e(a)?a:t(a,o)?[a]:r(n(a))}return tp=i,tp}var ep,S_;function Wc(){if(S_)return ep;S_=1;var e=ko();function t(r){if(typeof r=="string"||e(r))return r;var n=r+"";return n=="0"&&1/r==-1/0?"-0":n}return ep=t,ep}var rp,A_;function p0(){if(A_)return rp;A_=1;var e=DE(),t=Wc();function r(n,i){i=e(i,n);for(var a=0,o=i.length;n!=null&&a<o;)n=n[t(i[a++])];return a&&a==o?n:void 0}return rp=r,rp}var np,O_;function hq(){if(O_)return np;O_=1;var e=zc();function t(){this.__data__=new e,this.size=0}return np=t,np}var ip,T_;function pq(){if(T_)return ip;T_=1;function e(t){var r=this.__data__,n=r.delete(t);return this.size=r.size,n}return ip=e,ip}var ap,P_;function dq(){if(P_)return ap;P_=1;function e(t){return this.__data__.get(t)}return ap=e,ap}var op,E_;function mq(){if(E_)return op;E_=1;function e(t){return this.__data__.has(t)}return op=e,op}var sp,C_;function yq(){if(C_)return sp;C_=1;var e=zc(),t=f0(),r=h0(),n=200;function i(a,o){var s=this.__data__;if(s instanceof e){var u=s.__data__;if(!t||u.length<n-1)return u.push([a,o]),this.size=++s.size,this;s=this.__data__=new r(u)}return s.set(a,o),this.size=s.size,this}return sp=i,sp}var up,M_;function IE(){if(M_)return up;M_=1;var e=zc(),t=hq(),r=pq(),n=dq(),i=mq(),a=yq();function o(s){var u=this.__data__=new e(s);this.size=u.size}return o.prototype.clear=t,o.prototype.delete=r,o.prototype.get=n,o.prototype.has=i,o.prototype.set=a,up=o,up}var lp,k_;function gq(){if(k_)return lp;k_=1;var e="__lodash_hash_undefined__";function t(r){return this.__data__.set(r,e),this}return lp=t,lp}var cp,$_;function vq(){if($_)return cp;$_=1;function e(t){return this.__data__.has(t)}return cp=e,cp}var fp,j_;function NE(){if(j_)return fp;j_=1;var e=h0(),t=gq(),r=vq();function n(i){var a=-1,o=i==null?0:i.length;for(this.__data__=new e;++a<o;)this.add(i[a])}return n.prototype.add=n.prototype.push=t,n.prototype.has=r,fp=n,fp}var hp,R_;function LE(){if(R_)return hp;R_=1;function e(t,r){for(var n=-1,i=t==null?0:t.length;++n<i;)if(r(t[n],n,t))return!0;return!1}return hp=e,hp}var pp,D_;function BE(){if(D_)return pp;D_=1;function e(t,r){return t.has(r)}return pp=e,pp}var dp,I_;function qE(){if(I_)return dp;I_=1;var e=NE(),t=LE(),r=BE(),n=1,i=2;function a(o,s,u,l,c,f){var h=u&n,p=o.length,y=s.length;if(p!=y&&!(h&&y>p))return!1;var d=f.get(o),m=f.get(s);if(d&&m)return d==s&&m==o;var v=-1,_=!0,b=u&i?new e:void 0;for(f.set(o,s),f.set(s,o);++v<p;){var x=o[v],g=s[v];if(l)var w=h?l(g,x,v,s,o,f):l(x,g,v,o,s,f);if(w!==void 0){if(w)continue;_=!1;break}if(b){if(!t(s,function(S,A){if(!r(b,A)&&(x===S||c(x,S,u,l,f)))return b.push(A)})){_=!1;break}}else if(!(x===g||c(x,g,u,l,f))){_=!1;break}}return f.delete(o),f.delete(s),_}return dp=a,dp}var mp,N_;function bq(){if(N_)return mp;N_=1;var e=ln(),t=e.Uint8Array;return mp=t,mp}var yp,L_;function xq(){if(L_)return yp;L_=1;function e(t){var r=-1,n=Array(t.size);return t.forEach(function(i,a){n[++r]=[a,i]}),n}return yp=e,yp}var gp,B_;function d0(){if(B_)return gp;B_=1;function e(t){var r=-1,n=Array(t.size);return t.forEach(function(i){n[++r]=i}),n}return gp=e,gp}var vp,q_;function _q(){if(q_)return vp;q_=1;var e=Cu(),t=bq(),r=c0(),n=qE(),i=xq(),a=d0(),o=1,s=2,u="[object Boolean]",l="[object Date]",c="[object Error]",f="[object Map]",h="[object Number]",p="[object RegExp]",y="[object Set]",d="[object String]",m="[object Symbol]",v="[object ArrayBuffer]",_="[object DataView]",b=e?e.prototype:void 0,x=b?b.valueOf:void 0;function g(w,S,A,T,M,P,E){switch(A){case _:if(w.byteLength!=S.byteLength||w.byteOffset!=S.byteOffset)return!1;w=w.buffer,S=S.buffer;case v:return!(w.byteLength!=S.byteLength||!P(new t(w),new t(S)));case u:case l:case h:return r(+w,+S);case c:return w.name==S.name&&w.message==S.message;case p:case d:return w==S+"";case f:var k=i;case y:var $=T&o;if(k||(k=a),w.size!=S.size&&!$)return!1;var j=E.get(w);if(j)return j==S;T|=s,E.set(w,S);var C=n(k(w),k(S),T,M,P,E);return E.delete(w),C;case m:if(x)return x.call(w)==x.call(S)}return!1}return vp=g,vp}var bp,F_;function wq(){if(F_)return bp;F_=1;var e=kE(),t=rr();function r(n,i,a){var o=i(n);return t(n)?o:e(o,a(n))}return bp=r,bp}var xp,z_;function Sq(){if(z_)return xp;z_=1;function e(t,r){for(var n=-1,i=t==null?0:t.length,a=0,o=[];++n<i;){var s=t[n];r(s,n,t)&&(o[a++]=s)}return o}return xp=e,xp}var _p,U_;function Aq(){if(U_)return _p;U_=1;function e(){return[]}return _p=e,_p}var wp,W_;function Oq(){if(W_)return wp;W_=1;var e=Sq(),t=Aq(),r=Object.prototype,n=r.propertyIsEnumerable,i=Object.getOwnPropertySymbols,a=i?function(o){return o==null?[]:(o=Object(o),e(i(o),function(s){return n.call(o,s)}))}:t;return wp=a,wp}var Sp,H_;function Tq(){if(H_)return Sp;H_=1;function e(t,r){for(var n=-1,i=Array(t);++n<t;)i[n]=r(n);return i}return Sp=e,Sp}var cs={exports:{}},Ap,G_;function Pq(){if(G_)return Ap;G_=1;function e(){return!1}return Ap=e,Ap}cs.exports;var K_;function FE(){return K_||(K_=1,(function(e,t){var r=ln(),n=Pq(),i=t&&!t.nodeType&&t,a=i&&!0&&e&&!e.nodeType&&e,o=a&&a.exports===i,s=o?r.Buffer:void 0,u=s?s.isBuffer:void 0,l=u||n;e.exports=l})(cs,cs.exports)),cs.exports}var Op,X_;function m0(){if(X_)return Op;X_=1;var e=9007199254740991,t=/^(?:0|[1-9]\d*)$/;function r(n,i){var a=typeof n;return i=i??e,!!i&&(a=="number"||a!="symbol"&&t.test(n))&&n>-1&&n%1==0&&n<i}return Op=r,Op}var Tp,Y_;function y0(){if(Y_)return Tp;Y_=1;var e=9007199254740991;function t(r){return typeof r=="number"&&r>-1&&r%1==0&&r<=e}return Tp=t,Tp}var Pp,V_;function Eq(){if(V_)return Pp;V_=1;var e=Zn(),t=y0(),r=Jn(),n="[object Arguments]",i="[object Array]",a="[object Boolean]",o="[object Date]",s="[object Error]",u="[object Function]",l="[object Map]",c="[object Number]",f="[object Object]",h="[object RegExp]",p="[object Set]",y="[object String]",d="[object WeakMap]",m="[object ArrayBuffer]",v="[object DataView]",_="[object Float32Array]",b="[object Float64Array]",x="[object Int8Array]",g="[object Int16Array]",w="[object Int32Array]",S="[object Uint8Array]",A="[object Uint8ClampedArray]",T="[object Uint16Array]",M="[object Uint32Array]",P={};P[_]=P[b]=P[x]=P[g]=P[w]=P[S]=P[A]=P[T]=P[M]=!0,P[n]=P[i]=P[m]=P[a]=P[v]=P[o]=P[s]=P[u]=P[l]=P[c]=P[f]=P[h]=P[p]=P[y]=P[d]=!1;function E(k){return r(k)&&t(k.length)&&!!P[e(k)]}return Pp=E,Pp}var Ep,Z_;function zE(){if(Z_)return Ep;Z_=1;function e(t){return function(r){return t(r)}}return Ep=e,Ep}var fs={exports:{}};fs.exports;var J_;function Cq(){return J_||(J_=1,(function(e,t){var r=CE(),n=t&&!t.nodeType&&t,i=n&&!0&&e&&!e.nodeType&&e,a=i&&i.exports===n,o=a&&r.process,s=(function(){try{var u=i&&i.require&&i.require("util").types;return u||o&&o.binding&&o.binding("util")}catch{}})();e.exports=s})(fs,fs.exports)),fs.exports}var Cp,Q_;function UE(){if(Q_)return Cp;Q_=1;var e=Eq(),t=zE(),r=Cq(),n=r&&r.isTypedArray,i=n?t(n):e;return Cp=i,Cp}var Mp,t1;function Mq(){if(t1)return Mp;t1=1;var e=Tq(),t=s0(),r=rr(),n=FE(),i=m0(),a=UE(),o=Object.prototype,s=o.hasOwnProperty;function u(l,c){var f=r(l),h=!f&&t(l),p=!f&&!h&&n(l),y=!f&&!h&&!p&&a(l),d=f||h||p||y,m=d?e(l.length,String):[],v=m.length;for(var _ in l)(c||s.call(l,_))&&!(d&&(_=="length"||p&&(_=="offset"||_=="parent")||y&&(_=="buffer"||_=="byteLength"||_=="byteOffset")||i(_,v)))&&m.push(_);return m}return Mp=u,Mp}var kp,e1;function kq(){if(e1)return kp;e1=1;var e=Object.prototype;function t(r){var n=r&&r.constructor,i=typeof n=="function"&&n.prototype||e;return r===i}return kp=t,kp}var $p,r1;function WE(){if(r1)return $p;r1=1;function e(t,r){return function(n){return t(r(n))}}return $p=e,$p}var jp,n1;function $q(){if(n1)return jp;n1=1;var e=WE(),t=e(Object.keys,Object);return jp=t,jp}var Rp,i1;function jq(){if(i1)return Rp;i1=1;var e=kq(),t=$q(),r=Object.prototype,n=r.hasOwnProperty;function i(a){if(!e(a))return t(a);var o=[];for(var s in Object(a))n.call(a,s)&&s!="constructor"&&o.push(s);return o}return Rp=i,Rp}var Dp,a1;function Mu(){if(a1)return Dp;a1=1;var e=l0(),t=y0();function r(n){return n!=null&&t(n.length)&&!e(n)}return Dp=r,Dp}var Ip,o1;function ku(){if(o1)return Ip;o1=1;var e=Mq(),t=jq(),r=Mu();function n(i){return r(i)?e(i):t(i)}return Ip=n,Ip}var Np,s1;function Rq(){if(s1)return Np;s1=1;var e=wq(),t=Oq(),r=ku();function n(i){return e(i,r,t)}return Np=n,Np}var Lp,u1;function Dq(){if(u1)return Lp;u1=1;var e=Rq(),t=1,r=Object.prototype,n=r.hasOwnProperty;function i(a,o,s,u,l,c){var f=s&t,h=e(a),p=h.length,y=e(o),d=y.length;if(p!=d&&!f)return!1;for(var m=p;m--;){var v=h[m];if(!(f?v in o:n.call(o,v)))return!1}var _=c.get(a),b=c.get(o);if(_&&b)return _==o&&b==a;var x=!0;c.set(a,o),c.set(o,a);for(var g=f;++m<p;){v=h[m];var w=a[v],S=o[v];if(u)var A=f?u(S,w,v,o,a,c):u(w,S,v,a,o,c);if(!(A===void 0?w===S||l(w,S,s,u,c):A)){x=!1;break}g||(g=v=="constructor")}if(x&&!g){var T=a.constructor,M=o.constructor;T!=M&&"constructor"in a&&"constructor"in o&&!(typeof T=="function"&&T instanceof T&&typeof M=="function"&&M instanceof M)&&(x=!1)}return c.delete(a),c.delete(o),x}return Lp=i,Lp}var Bp,l1;function Iq(){if(l1)return Bp;l1=1;var e=va(),t=ln(),r=e(t,"DataView");return Bp=r,Bp}var qp,c1;function Nq(){if(c1)return qp;c1=1;var e=va(),t=ln(),r=e(t,"Promise");return qp=r,qp}var Fp,f1;function HE(){if(f1)return Fp;f1=1;var e=va(),t=ln(),r=e(t,"Set");return Fp=r,Fp}var zp,h1;function Lq(){if(h1)return zp;h1=1;var e=va(),t=ln(),r=e(t,"WeakMap");return zp=r,zp}var Up,p1;function Bq(){if(p1)return Up;p1=1;var e=Iq(),t=f0(),r=Nq(),n=HE(),i=Lq(),a=Zn(),o=jE(),s="[object Map]",u="[object Object]",l="[object Promise]",c="[object Set]",f="[object WeakMap]",h="[object DataView]",p=o(e),y=o(t),d=o(r),m=o(n),v=o(i),_=a;return(e&&_(new e(new ArrayBuffer(1)))!=h||t&&_(new t)!=s||r&&_(r.resolve())!=l||n&&_(new n)!=c||i&&_(new i)!=f)&&(_=function(b){var x=a(b),g=x==u?b.constructor:void 0,w=g?o(g):"";if(w)switch(w){case p:return h;case y:return s;case d:return l;case m:return c;case v:return f}return x}),Up=_,Up}var Wp,d1;function qq(){if(d1)return Wp;d1=1;var e=IE(),t=qE(),r=_q(),n=Dq(),i=Bq(),a=rr(),o=FE(),s=UE(),u=1,l="[object Arguments]",c="[object Array]",f="[object Object]",h=Object.prototype,p=h.hasOwnProperty;function y(d,m,v,_,b,x){var g=a(d),w=a(m),S=g?c:i(d),A=w?c:i(m);S=S==l?f:S,A=A==l?f:A;var T=S==f,M=A==f,P=S==A;if(P&&o(d)){if(!o(m))return!1;g=!0,T=!1}if(P&&!T)return x||(x=new e),g||s(d)?t(d,m,v,_,b,x):r(d,m,S,v,_,b,x);if(!(v&u)){var E=T&&p.call(d,"__wrapped__"),k=M&&p.call(m,"__wrapped__");if(E||k){var $=E?d.value():d,j=k?m.value():m;return x||(x=new e),b($,j,v,_,x)}}return P?(x||(x=new e),n(d,m,v,_,b,x)):!1}return Wp=y,Wp}var Hp,m1;function g0(){if(m1)return Hp;m1=1;var e=qq(),t=Jn();function r(n,i,a,o,s){return n===i?!0:n==null||i==null||!t(n)&&!t(i)?n!==n&&i!==i:e(n,i,a,o,r,s)}return Hp=r,Hp}var Gp,y1;function Fq(){if(y1)return Gp;y1=1;var e=IE(),t=g0(),r=1,n=2;function i(a,o,s,u){var l=s.length,c=l,f=!u;if(a==null)return!c;for(a=Object(a);l--;){var h=s[l];if(f&&h[2]?h[1]!==a[h[0]]:!(h[0]in a))return!1}for(;++l<c;){h=s[l];var p=h[0],y=a[p],d=h[1];if(f&&h[2]){if(y===void 0&&!(p in a))return!1}else{var m=new e;if(u)var v=u(y,d,p,a,o,m);if(!(v===void 0?t(d,y,r|n,u,m):v))return!1}}return!0}return Gp=i,Gp}var Kp,g1;function GE(){if(g1)return Kp;g1=1;var e=Ai();function t(r){return r===r&&!e(r)}return Kp=t,Kp}var Xp,v1;function zq(){if(v1)return Xp;v1=1;var e=GE(),t=ku();function r(n){for(var i=t(n),a=i.length;a--;){var o=i[a],s=n[o];i[a]=[o,s,e(s)]}return i}return Xp=r,Xp}var Yp,b1;function KE(){if(b1)return Yp;b1=1;function e(t,r){return function(n){return n==null?!1:n[t]===r&&(r!==void 0||t in Object(n))}}return Yp=e,Yp}var Vp,x1;function Uq(){if(x1)return Vp;x1=1;var e=Fq(),t=zq(),r=KE();function n(i){var a=t(i);return a.length==1&&a[0][2]?r(a[0][0],a[0][1]):function(o){return o===i||e(o,i,a)}}return Vp=n,Vp}var Zp,_1;function XE(){if(_1)return Zp;_1=1;var e=p0();function t(r,n,i){var a=r==null?void 0:e(r,n);return a===void 0?i:a}return Zp=t,Zp}var Jp,w1;function Wq(){if(w1)return Jp;w1=1;function e(t,r){return t!=null&&r in Object(t)}return Jp=e,Jp}var Qp,S1;function Hq(){if(S1)return Qp;S1=1;var e=DE(),t=s0(),r=rr(),n=m0(),i=y0(),a=Wc();function o(s,u,l){u=e(u,s);for(var c=-1,f=u.length,h=!1;++c<f;){var p=a(u[c]);if(!(h=s!=null&&l(s,p)))break;s=s[p]}return h||++c!=f?h:(f=s==null?0:s.length,!!f&&i(f)&&n(p,f)&&(r(s)||t(s)))}return Qp=o,Qp}var td,A1;function Gq(){if(A1)return td;A1=1;var e=Wq(),t=Hq();function r(n,i){return n!=null&&t(n,i,e)}return td=r,td}var ed,O1;function Kq(){if(O1)return ed;O1=1;var e=g0(),t=XE(),r=Gq(),n=u0(),i=GE(),a=KE(),o=Wc(),s=1,u=2;function l(c,f){return n(c)&&i(f)?a(o(c),f):function(h){var p=t(h,c);return p===void 0&&p===f?r(h,c):e(f,p,s|u)}}return ed=l,ed}var rd,T1;function $o(){if(T1)return rd;T1=1;function e(t){return t}return rd=e,rd}var nd,P1;function Xq(){if(P1)return nd;P1=1;function e(t){return function(r){return r==null?void 0:r[t]}}return nd=e,nd}var id,E1;function Yq(){if(E1)return id;E1=1;var e=p0();function t(r){return function(n){return e(n,r)}}return id=t,id}var ad,C1;function Vq(){if(C1)return ad;C1=1;var e=Xq(),t=Yq(),r=u0(),n=Wc();function i(a){return r(a)?e(n(a)):t(a)}return ad=i,ad}var od,M1;function Oi(){if(M1)return od;M1=1;var e=Uq(),t=Kq(),r=$o(),n=rr(),i=Vq();function a(o){return typeof o=="function"?o:o==null?r:typeof o=="object"?n(o)?t(o[0],o[1]):e(o):i(o)}return od=a,od}var sd,k1;function Zq(){if(k1)return sd;k1=1;function e(t){return function(r,n,i){for(var a=-1,o=Object(r),s=i(r),u=s.length;u--;){var l=s[t?u:++a];if(n(o[l],l,o)===!1)break}return r}}return sd=e,sd}var ud,$1;function Jq(){if($1)return ud;$1=1;var e=Zq(),t=e();return ud=t,ud}var ld,j1;function YE(){if(j1)return ld;j1=1;var e=Jq(),t=ku();function r(n,i){return n&&e(n,i,t)}return ld=r,ld}var cd,R1;function Qq(){if(R1)return cd;R1=1;var e=Mu();function t(r,n){return function(i,a){if(i==null)return i;if(!e(i))return r(i,a);for(var o=i.length,s=n?o:-1,u=Object(i);(n?s--:++s<o)&&a(u[s],s,u)!==!1;);return i}}return cd=t,cd}var fd,D1;function v0(){if(D1)return fd;D1=1;var e=YE(),t=Qq(),r=t(e);return fd=r,fd}var hd,I1;function VE(){if(I1)return hd;I1=1;var e=v0(),t=Mu();function r(n,i){var a=-1,o=t(n)?Array(n.length):[];return e(n,function(s,u,l){o[++a]=i(s,u,l)}),o}return hd=r,hd}var pd,N1;function tF(){if(N1)return pd;N1=1;function e(t,r){var n=t.length;for(t.sort(r);n--;)t[n]=t[n].value;return t}return pd=e,pd}var dd,L1;function eF(){if(L1)return dd;L1=1;var e=ko();function t(r,n){if(r!==n){var i=r!==void 0,a=r===null,o=r===r,s=e(r),u=n!==void 0,l=n===null,c=n===n,f=e(n);if(!l&&!f&&!s&&r>n||s&&u&&c&&!l&&!f||a&&u&&c||!i&&c||!o)return 1;if(!a&&!s&&!f&&r<n||f&&i&&o&&!a&&!s||l&&i&&o||!u&&o||!c)return-1}return 0}return dd=t,dd}var md,B1;function rF(){if(B1)return md;B1=1;var e=eF();function t(r,n,i){for(var a=-1,o=r.criteria,s=n.criteria,u=o.length,l=i.length;++a<u;){var c=e(o[a],s[a]);if(c){if(a>=l)return c;var f=i[a];return c*(f=="desc"?-1:1)}}return r.index-n.index}return md=t,md}var yd,q1;function nF(){if(q1)return yd;q1=1;var e=Bc(),t=p0(),r=Oi(),n=VE(),i=tF(),a=zE(),o=rF(),s=$o(),u=rr();function l(c,f,h){f.length?f=e(f,function(d){return u(d)?function(m){return t(m,d.length===1?d[0]:d)}:d}):f=[s];var p=-1;f=e(f,a(r));var y=n(c,function(d,m,v){var _=e(f,function(b){return b(d)});return{criteria:_,index:++p,value:d}});return i(y,function(d,m){return o(d,m,h)})}return yd=l,yd}var gd,F1;function iF(){if(F1)return gd;F1=1;function e(t,r,n){switch(n.length){case 0:return t.call(r);case 1:return t.call(r,n[0]);case 2:return t.call(r,n[0],n[1]);case 3:return t.call(r,n[0],n[1],n[2])}return t.apply(r,n)}return gd=e,gd}var vd,z1;function aF(){if(z1)return vd;z1=1;var e=iF(),t=Math.max;function r(n,i,a){return i=t(i===void 0?n.length-1:i,0),function(){for(var o=arguments,s=-1,u=t(o.length-i,0),l=Array(u);++s<u;)l[s]=o[i+s];s=-1;for(var c=Array(i+1);++s<i;)c[s]=o[s];return c[i]=a(l),e(n,this,c)}}return vd=r,vd}var bd,U1;function oF(){if(U1)return bd;U1=1;function e(t){return function(){return t}}return bd=e,bd}var xd,W1;function ZE(){if(W1)return xd;W1=1;var e=va(),t=(function(){try{var r=e(Object,"defineProperty");return r({},"",{}),r}catch{}})();return xd=t,xd}var _d,H1;function sF(){if(H1)return _d;H1=1;var e=oF(),t=ZE(),r=$o(),n=t?function(i,a){return t(i,"toString",{configurable:!0,enumerable:!1,value:e(a),writable:!0})}:r;return _d=n,_d}var wd,G1;function uF(){if(G1)return wd;G1=1;var e=800,t=16,r=Date.now;function n(i){var a=0,o=0;return function(){var s=r(),u=t-(s-o);if(o=s,u>0){if(++a>=e)return arguments[0]}else a=0;return i.apply(void 0,arguments)}}return wd=n,wd}var Sd,K1;function lF(){if(K1)return Sd;K1=1;var e=sF(),t=uF(),r=t(e);return Sd=r,Sd}var Ad,X1;function cF(){if(X1)return Ad;X1=1;var e=$o(),t=aF(),r=lF();function n(i,a){return r(t(i,a,e),i+"")}return Ad=n,Ad}var Od,Y1;function $u(){if(Y1)return Od;Y1=1;var e=c0(),t=Mu(),r=m0(),n=Ai();function i(a,o,s){if(!n(s))return!1;var u=typeof o;return(u=="number"?t(s)&&r(o,s.length):u=="string"&&o in s)?e(s[o],a):!1}return Od=i,Od}var Td,V1;function fF(){if(V1)return Td;V1=1;var e=$E(),t=nF(),r=cF(),n=$u(),i=r(function(a,o){if(a==null)return[];var s=o.length;return s>1&&n(a,o[0],o[1])?o=[]:s>2&&n(o[0],o[1],o[2])&&(o=[o[0]]),t(a,e(o,1),[])});return Td=i,Td}var hF=fF();const Hc=Ft(hF);var Pd,Z1;function pF(){if(Z1)return Pd;Z1=1;function e(t){for(var r=-1,n=t==null?0:t.length,i={};++r<n;){var a=t[r];i[a[0]]=a[1]}return i}return Pd=e,Pd}var dF=pF();const J1=Ft(dF);var Ed,Q1;function mF(){if(Q1)return Ed;Q1=1;var e=Math.ceil,t=Math.max;function r(n,i,a,o){for(var s=-1,u=t(e((i-n)/(a||1)),0),l=Array(u);u--;)l[o?u:++s]=n,n+=a;return l}return Ed=r,Ed}var Cd,tw;function yF(){if(tw)return Cd;tw=1;var e=mF(),t=$u(),r=ME();function n(i){return function(a,o,s){return s&&typeof s!="number"&&t(a,o,s)&&(o=s=void 0),a=r(a),o===void 0?(o=a,a=0):o=r(o),s=s===void 0?a<o?1:-1:r(s),e(a,o,s,i)}}return Cd=n,Cd}var Md,ew;function gF(){if(ew)return Md;ew=1;var e=yF(),t=e();return Md=t,Md}var vF=gF();const Hs=Ft(vF);var kd,rw;function bF(){if(rw)return kd;rw=1;var e=Bc(),t=Oi(),r=VE(),n=rr();function i(a,o){var s=n(a)?e:r;return s(a,t(o,3))}return kd=i,kd}var $d,nw;function xF(){if(nw)return $d;nw=1;var e=$E(),t=bF();function r(n,i){return e(t(n,i),1)}return $d=r,$d}var _F=xF();const JE=Ft(_F);var jd,iw;function QE(){if(iw)return jd;iw=1;function e(t,r,n){return t===t&&(n!==void 0&&(t=t<=n?t:n),r!==void 0&&(t=t>=r?t:r)),t}return jd=e,jd}var Rd,aw;function wF(){if(aw)return Rd;aw=1;function e(t,r){var n=-1,i=t.length;for(r||(r=Array(i));++n<i;)r[n]=t[n];return r}return Rd=e,Rd}var Dd,ow;function SF(){if(ow)return Dd;ow=1;var e=Math.floor,t=Math.random;function r(n,i){return n+e(t()*(i-n+1))}return Dd=r,Dd}var Id,sw;function tC(){if(sw)return Id;sw=1;var e=SF();function t(r,n){var i=-1,a=r.length,o=a-1;for(n=n===void 0?a:n;++i<n;){var s=e(i,o),u=r[s];r[s]=r[i],r[i]=u}return r.length=n,r}return Id=t,Id}var Nd,uw;function AF(){if(uw)return Nd;uw=1;var e=QE(),t=wF(),r=tC();function n(i,a){return r(t(i),e(a,0,i.length))}return Nd=n,Nd}var Ld,lw;function OF(){if(lw)return Ld;lw=1;var e=Bc();function t(r,n){return e(n,function(i){return r[i]})}return Ld=t,Ld}var Bd,cw;function TF(){if(cw)return Bd;cw=1;var e=OF(),t=ku();function r(n){return n==null?[]:e(n,t(n))}return Bd=r,Bd}var qd,fw;function PF(){if(fw)return qd;fw=1;var e=QE(),t=tC(),r=TF();function n(i,a){var o=r(i);return t(o,e(a,0,o.length))}return qd=n,qd}var Fd,hw;function EF(){if(hw)return Fd;hw=1;var e=AF(),t=PF(),r=rr(),n=$u(),i=a0();function a(o,s,u){(u?n(o,s,u):s===void 0)?s=1:s=i(s);var l=r(o)?e:t;return l(o,s)}return Fd=a,Fd}var CF=EF();const MF=Ft(CF),kF=e=>qB(e,14),pw=e=>Object.values(e).reduce((t,r)=>t+r,0),$F=(e,t,r={})=>{const n=Object.assign({draw:!1},r);if(Object.values(e).length<1)throw new Error("vote distribution must contain at least one party");if(!Object.values(e).every(y=>typeof y=="number"&&y>=0))throw new Error("party vote counts must be non-negative integers");if(!Number.isInteger(t)||t<=0)throw new Error("seats must be a positive integer");if(typeof n.draw!="boolean")throw new Error("opt.draw must be a boolean");const i=pw(e),a=J1(Object.entries(e).map(([y,d])=>{const m=Math.max(t-Object.keys(e).length,0),v=Math.round(m*d/i);return[y,v]})),o=J1(Object.entries(e).map(([y,d])=>{const m=t+Object.keys(e).length,v=Math.min(Math.round(m*d/i),t);return[y,v]})),s=JE(Object.entries(e).map(([y,d])=>{const m=a[y],v=o[y];return Hs(m,v).map(_=>{const b=kF(d/(_+.5));return{party:y,quotient:b}})})),u=pw(a),l=t-u,c=Hc(s,({quotient:y})=>-y),f=c[l-1].quotient,h=c.filter(({quotient:y})=>y>f),p=c.filter(({quotient:y})=>y===f);if(h.length+p.length===l)h.push(...p);else{if(!n.draw)throw new Error("result is ambiguous, a draw would need to be made, but opt.draw is disabled");h.push(...MF(p,l-h.length))}return h.reduce((y,{party:d})=>(y[d]+=1,y),a)},Bl=e=>Math.round(e*1e10)/1e10,jF=e=>e.reduce((t,r)=>t+r.seats,0),RF=e=>e.flat(),DF=(e,t,r)=>{const n=(Math.PI-r)/2,i=t/e+n-Math.PI;return{x:Bl(e*Math.cos(i)),y:Bl(e*Math.sin(i))}},eC=(e,t,r,n)=>{const i=n*t*r/(e-t),a=1+n*(t-1)*t/2/(e-t);return i/a},Zo=(e,t,r,n)=>{const i=n/Math.PI*.7142857142857143;return Math.abs(eC(e,t,r,n)*t/r-i)},IF=(e,t,r)=>{let n=Math.floor(Math.log(e)/Math.log(2))||1,i=Zo(e,n,t,r),a=0;for(Zo(e,n+1,t,r)<i&&(a=1),Zo(e,n-1,t,r)<i&&n>1&&(a=-1);Zo(e,n+a,t,r)<i&&n>0;)i=Zo(e,n+a,t,r),n+=a;return n},NF=(e,t)=>{var i,a;let r,n;for(let o=0;o<e.length;o++)n=Bl((t[o]||0)/(((i=e[o])==null?void 0:i.length)??1)),(!r||n<r)&&(r=n);for(let o=0;o<e.length;o++)if(n=Bl((t[o]||0)/(((a=e[o])==null?void 0:a.length)??1)),n===r)return o;return 0},LF=(e,t,r)=>{const n=jF(e),i=IF(n,t,r),a=eC(n,i,t,r);let o={};for(let h=1;h<=i;h++)o[h]=t-(h-1)*a;o=$F(o,n);const s=[];let u,l,c;for(let h=1;h<=i;h++){const p=[];u=t-(h-1)*a,l=r*u/((o[h]??1)-1||1);for(let y=0;y<=(o[h]??1)-1;y++)c={...DF(u,y*l,r),r:.4*a},p.push(c);s.push(p)}const f=Array(s.length).fill(0);for(const h of e)for(let p=0;p<h.seats;p++){const y=NF(s,f),d=s[y],m=f[y]??0,v=d==null?void 0:d[m];v&&(v.fill=h.colour,v.party=String(h.id)),f[y]=m+1}return RF(s)},BF=e=>t=>e("circle",{cx:t.x,cy:t.y,r:t.r,fill:t.fill,class:t.party}),qF={seatCount:!1,arcAngle:180,hFunction:Eu},FF=(e,t={})=>{var m;const{seatCount:r,arcAngle:n,hFunction:i}=Object.assign({},qF,t);if(typeof r!="boolean")throw new Error("`seatCount` option must be a boolean");if(typeof i!="function")throw new Error("`hFunction` option must be a function");if(typeof n!="number"||n<=0||n>360)throw new Error("`arcAngle` option must be a number between 0 and 360");const a=n*Math.PI/180,o=20,s=LF(e,o,a),u=(((m=s[0])==null?void 0:m.r)??0)/.4||0,l=s.map(BF(i));r&&l.push(i("text",{x:0,y:0,"text-anchor":"middle",style:{"font-family":"Helvetica","font-size":.25*o+"px"},class:"seatNumber"},String(l.length)));const c=n<=180?o+u:o*(1+Math.sin((a-Math.PI)/2))+u,f=o+u,h=Math.max(c,f),p=n<=180?-o-u/2:-o*(1+Math.sin((a-Math.PI)/2))-u/2,y=i("defs",[xE(i),_E(i),wE(i)]);return i("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:[-o-u/2,p,2*o+u,h].join(",")},[y,...l])},zF={seatCount:!1,arcAngle:200,arcAngleFlexibility:5,radius:380,seatSize:4.5,minSeatSize:1.8,maxSeatSize:3,spacing:1.8,innerRadiusRatio:.6,showLabels:!0,hFunction:Eu},UF=(e,t={})=>{const r={...zF,...t},{arcAngle:n,arcAngleFlexibility:i,radius:a,seatSize:o,minSeatSize:s,maxSeatSize:u,spacing:l,innerRadiusRatio:c,showLabels:f,hFunction:h}=r,p=a*c,y=e.reduce((H,q)=>H+q.seats,0);let d={seatSize:o,arcAngle:n,score:-1};const m=n-i,v=n+i;for(let H=m;H<=v;H+=2.5){const q=H*Math.PI/180;for(let Y=u;Y>=s;Y-=.1){const Q=Y*2,R=Q*l,J=Math.floor((a-p)/R);for(let z=1;z<=Math.min(J,10);z++){let ut=0;for(let ft=0;ft<z;ft++){const ot=p+(ft+.5)*R,dt=Q*l/ot,ht=Math.floor(q/dt);ut+=ht}if(ut>=y){const ft=y/ut,ot=(Y-s)/(u-s),dt=(ut-y)/y,ht=dt<.15?1:dt<.3?.7:dt<.5?.4:.1,At=1-Math.abs(H-n)/i,at=ht*.5+ot*.3+ft*.15+At*.05;at>d.score&&(d={seatSize:Y,arcAngle:H,rings:z,score:at})}}}}const _=d.seatSize,b=d.arcAngle,x=b*Math.PI/180,g=_*2,w=g*l,S=Math.floor((a-p)/w),A=[],T=-x/2-Math.PI/2,M=[];let P=0,E=[];for(let H=1;H<=S;H++){let q=0;const Y=[];for(let Q=0;Q<H;Q++){const R=p+(Q+.5)*w,J=g*l/R,z=Math.floor(x/J);Y.push(z),q+=z}if(q>=y){P=H,E=Y;break}}if(P>0)M.push(...E);else for(let H=0;H<S;H++){const q=p+(H+.5)*w,Y=g*l/q,Q=Math.floor(x/Y);M.push(Q)}for(let H=0;H<M.length;H++){const q=p+(H+.5)*w,Y=M[H]??0;if(Y>0){const Q=x/Y;for(let R=0;R<Y;R++){const J=T+(R+.5)*Q,z=Math.cos(J)*q,ut=Math.sin(J)*q;A.push({ring:H,index:R,angle:J,x:z,y:ut})}}}A.sort((H,q)=>{const Y=H.angle-q.angle;return Math.abs(Y)>.001?Y:H.ring-q.ring});const k=[];let $=0;e.forEach(H=>{const q=[],Y=Math.min(H.seats,A.length-$);let Q=1/0,R=-1/0;for(let z=0;z<Y&&$<A.length;z++){const ut=A[$++];ut&&(Q=Math.min(Q,ut.angle),R=Math.max(R,ut.angle),Math.sqrt(ut.x*ut.x+ut.y*ut.y),q.push(h("circle",{fill:H.colour,stroke:H.colour,className:"circle seat-visual seat-hover-zone",transform:`translate(${ut.x}, ${ut.y})`,r:_,"data-party":H.name,"data-party-id":String(H.id),style:"pointer-events: all; cursor: pointer;"})))}const J=q;k.push(h("g",{className:"party-group","data-party":H.name,style:"opacity: 1; outline: none;"},J))});const j=h("g",{className:"arc-bg"},[h("circle",{className:"outer",cx:0,cy:0,fill:"#ffffff",r:a}),h("circle",{className:"inner",cx:0,cy:0,fill:"#ffffff",r:p})]),C=h("g",{className:"points-container"},k),I=f?h("g",{className:"label-container",mask:"url(#label-clip)",style:"pointer-events: none;"},[h("text",{className:"party_count",dy:"-0.05em",style:"font-size: 24vw; font-weight: bold; text-anchor: middle; display: none; opacity: 0; fill: rgb(19, 90, 225); transform: scale(1);"}),h("text",{className:"party_name",y:0,dy:"1em",style:"font-size: 6vw; font-weight: normal; text-anchor: middle; display: none; opacity: 0; fill: rgb(19, 90, 225); transform: scale(1);"})]):null,U=h("defs",[h("radialGradient",{id:"label-gradient"},[h("stop",{offset:"0%",style:"stop-color: rgb(255, 255, 255); stop-opacity: 1;"}),h("stop",{offset:"80%",style:"stop-color: rgb(255, 255, 255); stop-opacity: 1;"}),h("stop",{offset:"90%",style:"stop-color: rgb(255, 255, 255); stop-opacity: 0.1;"}),h("stop",{offset:"100%",style:"stop-color: rgb(255, 255, 255); stop-opacity: 0;"})]),h("mask",{id:"label-clip"},[h("circle",{fill:"url(#label-gradient)",r:p})]),xE(h),_E(h),wE(h)]),L=h("g",{className:"arc-container",transform:`translate(${a}, ${a})`},[j,C,I].filter(Boolean)),B=x/2;let N;if(b<=180)N=a*Math.sin(B)+_;else{const H=B-Math.PI/2;N=a*(1+Math.sin(H))+_}const X=a+_,F=a*2,G=Math.max(N,X);return h("svg",{id:"chart-container","font-family":"Canva Sans Variable",viewBox:`0 0 ${F} ${G}`,preserveAspectRatio:"xMidYMid meet",xmlns:"http://www.w3.org/2000/svg"},[L,U])};function rC(e){return!e||!e.color?"#cccccc":e.color==="url(#hatchPattern)"?Wa.COMPLETED:e.color==="url(#greyHatchPattern)"?zt.greyHatch.lines:e.color}function zy(e,t){if(!e)return;const r=e.querySelectorAll(".party-group");r&&r.length>0&&r.forEach(n=>{if(!n)return;const i=n,a=i.getAttribute("data-party");t?a===t?i.style.opacity=tr.animation.hoverOpacity.active:i.style.opacity=tr.animation.hoverOpacity.dimmed:i.style.opacity="1"})}function Uy(e,t){e.forEach(r=>{const n=r,i=r.getAttribute("class")||"";t?i===t?(n.setAttribute("fill-opacity","1"),n.setAttribute("stroke-opacity","1")):(n.setAttribute("fill-opacity",tr.animation.hoverOpacity.dimmed),n.setAttribute("stroke-opacity","0.2")):(n.setAttribute("fill-opacity","1"),n.setAttribute("stroke-opacity","1"))})}const WF=({containerRef:e,processedData:t,totalRepositories:r,arcAngle:n,useEnhanced:i,maxSeats:a,setHoveredData:o,activePartyName:s,setActivePartyName:u,chartConfig:l,seatSize:c,shouldAnimate:f=!1,animationDirection:h="left-to-right",onAnimationComplete:p})=>{O.useEffect(()=>{if(!e.current||t.length===0)return;for(;e.current.firstChild;)e.current.removeChild(e.current.firstChild);const y=r<=a?1:a/r,d=t.filter(w=>w.value>0).map(w=>{const S=r<=a?w.value:Math.max(1,Math.floor(w.value*y));return{id:String(w.id),name:w.label,seats:S,colour:w.color==="url(#hatchPattern)"?Wa.COMPLETED:w.color}}),m=i?UF(d,{arcAngle:n,arcAngleFlexibility:l.arcAngleFlexibility,radius:l.radius,seatSize:c,minSeatSize:l.minSeatSize,maxSeatSize:l.maxSeatSize,spacing:l.spacing,innerRadiusRatio:l.innerRadiusRatio,showLabels:!0}):FF(d,{arcAngle:n});m.properties&&(m.properties.width="100%",m.properties.height="100%",m.properties.style="display: block; width: 100%; max-width: 100%; height: auto;",m.properties.preserveAspectRatio="xMidYMid meet");const v=EB(m),x=new DOMParser().parseFromString(v,"image/svg+xml").documentElement;if(!x)return;x.setAttribute("width","100%"),x.setAttribute("height","100%"),x.style.width="100%",x.style.height="auto",x.style.display="block",i?HF(x,d,t,o,s,u):GF(x,d,t,o,s,u);const g=()=>{if(o(null),u(null),i)zy(x,null);else{const w=x.querySelectorAll("circle");Uy(w,null)}};return x&&x.addEventListener("mouseleave",g),e.current.appendChild(x),f&&x&&kB(x,n,l.radius,h,900,p),()=>{if(x&&x.removeEventListener("mouseleave",g),e.current)for(;e.current.firstChild;)e.current.removeChild(e.current.firstChild)}},[t,r,n,i,a,o,s,u,e,l,c,f,h,p])};function HF(e,t,r,n,i,a){if(!e)return;const o=e.querySelectorAll(".seat-hover-zone"),s=e.querySelectorAll(".party-group circle.seat-visual");s&&s.length>0&&s.forEach(u=>{if(u){const l=u;l.style.stroke=tr.colors.seatBorder,l.style.strokeWidth="0.5",l.setAttribute("fill-opacity","1"),l.style.transition=`fill-opacity ${tr.animation.transitionDuration} ease, stroke-opacity ${tr.animation.transitionDuration} ease`}}),o&&o.length>0&&o.forEach(u=>{if(!u)return;const l=u.getAttribute("data-party"),c=u.getAttribute("data-party-id"),f=()=>{if(l&&l!==i){const h=t.find(p=>p.name===l||String(p.id)===c);if(h){const p=r.find(y=>y.label===h.name||String(y.id)===h.id);if(p){const y=rC(p);n({label:p.label||"Unknown",value:p.value||0,color:y}),a(h.name),zy(e,h.name)}}}};u.addEventListener("mouseenter",f)}),i&&zy(e,i)}function GF(e,t,r,n,i,a){if(!e)return;const o=e.querySelectorAll("circle");if(o&&o.length>0&&(o.forEach(s=>{if(s){const u=s;u.style.cursor="pointer",u.style.stroke=tr.colors.seatBorder,u.style.strokeWidth="0.5",u.setAttribute("fill-opacity","1"),u.style.transition=`fill-opacity ${tr.animation.transitionDuration} ease, stroke-opacity ${tr.animation.transitionDuration} ease`}}),o.forEach(s=>{if(!s)return;const u=s.getAttribute("class")||"",l=parseInt(u,10),c=t[l],f=()=>{if(c){const h=c.name;if(h&&h!==i){const p=r.find(y=>y.label===c.name||String(y.id)===c.id);if(p){const y=rC(p);n({label:p.label||"Unknown",value:p.value||0,color:y}),a(h),Uy(o,u)}}}};s.addEventListener("mouseenter",f)})),i){const s=t.find(u=>u.name===i);if(s){const u=t.indexOf(s);Uy(o,String(u))}}}const zd=gs,dw={[xs]:Wa.NOT_APPLICABLE,[_s]:Wa.NO_LST,[ws]:Wa.DATA_MISSING},Jo=(e,t,r)=>{if(e in dw)return dw[e];const n=r-1-t,i=zd.length,a=Math.floor(n/Math.max(1,r-1)*(i-1)),o=Math.min(Math.max(0,a),i-1);return zd[o]??zd[0]??"#000000"},nC=({dataSeries:e,notApplicableRepositories:t,noLstRepositories:r,unavailableRepositories:n})=>{const{special:i,regular:a}=e.reduce((p,y,d)=>([xs,_s,ws].includes(y.label)?p.special.push({...y,originalIndex:d}):p.regular.push({...y,originalIndex:d}),p),{special:[],regular:[]}),o=a.reverse().map((p,y)=>({id:`measure-${y}`,label:p.label,value:p.value,color:Jo(p.label,a.length-1-y,a.length)})),s=i.map((p,y)=>({id:p.label.toLowerCase().replace(" ","-"),label:p.label,value:p.value,color:Jo(p.label,y,i.length)})),u=n,l={id:"no-lst",label:_s,value:r,color:Jo(_s,0,1)},c={id:"data-missing",label:ws,value:u,color:Jo(ws,0,1)},f={id:"n/a",label:xs,value:t,color:Jo(xs,0,1)},h=[];return f.value>0&&h.push(f),l.value>0&&h.push(l),c.value>0&&h.push(c),h.push(...s),h.push(...o),h},mw={"N/A":"Repos that aren't applicable to this migration.","No LST":"There are no LSTs for these repos.","Data Missing":"There is data missing in the LSTs."},KF=({dataSeries:e,totalRepositories:t,notApplicableRepositories:r,noLstRepositories:n,unavailableRepositories:i,arcAngle:a,useEnhanced:o=tr.useEnhanced,showTable:s=!0,shouldAnimate:u=!1,animationDirection:l="left-to-right",onAnimationComplete:c})=>{const f=O.useRef(null),[h,p]=O.useState(null),[y,d]=O.useState(null),v=nC({dataSeries:e,notApplicableRepositories:r,noLstRepositories:n,unavailableRepositories:i}).map(S=>{const A=typeof S.color=="function"?S.color("arc"):S.color,T=typeof S.label=="function"?S.label("arc"):S.label;return{...S,color:A,label:T}}),_=a??Jv({repositoryCount:t}),b=Qv({repositoryCount:t});WF({containerRef:f,processedData:v,totalRepositories:t,arcAngle:_,useEnhanced:o,maxSeats:tr.maxSeats,setHoveredData:p,activePartyName:y,setActivePartyName:d,chartConfig:tr.chartConfig,seatSize:b,shouldAnimate:u,animationDirection:l,onAnimationComplete:c});const x=v.map(S=>{const A=S.value/t*100,T=A>0&&A<1?"< 1":A.toFixed(0);return{id:String(S.id),label:S.label,value:S.value,percentage:T,color:S.color}}),g=t>tr.maxSeats,w=g?Math.round(t/tr.maxSeats):1;return K.jsxs(tt.Stack,{sx:{width:"100%",alignItems:"center",gap:{xs:.5,sm:.75,md:1,lg:1},py:0,"@media (min-width: 1024px) and (max-width: 1225px)":{gap:.25}},children:[K.jsxs(tt.Box,{className:"parliament-chart-container",sx:{position:"relative",width:"100%",minHeight:"200px",mb:{xs:.5,sm:.75,md:1},"@media (min-width: 1024px) and (max-width: 1225px)":{maxHeight:"250px",mb:.25}},children:[K.jsx(tt.Box,{className:"parliament-chart-svg-container",ref:f,sx:{width:"100%",height:"100%",position:"relative",display:"flex",justifyContent:"center",alignItems:"center","& svg":{width:"100%",height:"100%",maxWidth:"100%","@media (min-width: 1024px) and (max-width: 1225px)":{maxHeight:"230px"}}}}),K.jsxs(tt.Box,{className:"parliament-chart-tooltip",sx:{position:"absolute",bottom:"0%",left:"50%",transform:"translate(-50%, 0%)",pointerEvents:"none",textAlign:"center",zIndex:10,"@media (min-width: 1024px) and (max-width: 1225px)":{bottom:"5%"}},children:[h&&K.jsxs(O.Fragment,{children:[K.jsx(tt.Typography,{sx:{color:"text.secondary",mb:.3,fontSize:"clamp(0.75rem, 1.5vw, 0.85rem)",display:"block","@media (min-width: 1024px) and (max-width: 1225px)":{fontSize:"0.7rem",mb:.2}},children:h.label}),K.jsxs(tt.Typography,{sx:{fontWeight:"bold",color:h.color,lineHeight:1,fontSize:"clamp(1.1rem, 2.2vw, 1.3rem)","@media (min-width: 1024px) and (max-width: 1225px)":{fontSize:"1rem"}},children:[h.value," ",h.value>1?"repos":"repo"]})]}),g&&K.jsxs(tt.Box,{className:"parliament-chart-scaled-indicator",sx:{display:"flex",alignItems:"center",justifyContent:"center",gap:.5,mt:h?.5:0,color:"text.secondary",fontSize:"clamp(0.65rem, 1.2vw, 0.72rem)"},children:[K.jsx(tt.Box,{className:"parliament-chart-scaled-indicator-dot",sx:{width:8,height:8,borderRadius:"50%",backgroundColor:"#888888",flexShrink:0}}),K.jsxs(tt.Typography,{variant:"caption",sx:{fontSize:"inherit",fontStyle:"italic"},children:["= ~",w," repos"]})]})]})]}),s&&K.jsx(tt.Box,{className:"parliament-chart-data-table",sx:{width:"100%",display:"flex",justifyContent:"center","@media (min-width: 1024px) and (max-width: 1225px)":{overflowX:"auto",maxWidth:"100%"}},onMouseLeave:()=>{p(null),d(null)},children:K.jsxs(tt.Table,{"aria-label":"Repository categories summary",className:"parliament-chart-table",size:"small",sx:{maxWidth:{xs:"clamp(360px, 90%, 400px)",sm:"clamp(360px, 90%, 400px)",md:"clamp(360px, 85%, 420px)",lg:"clamp(360px, 90%, 400px)"},"@media (min-width: 1024px) and (max-width: 1225px)":{maxWidth:"360px","& .MuiTableCell-root":{padding:"1px 4px",fontSize:"9.5px"}},"& .MuiTableCell-root":{padding:"2px 8px",borderBottom:"none",fontSize:"clamp(10px, 1.8vw, 11.5px)"}},children:[K.jsx("thead",{children:K.jsxs(tt.TableRow,{children:[K.jsx(tt.TableCell,{}),K.jsx(tt.TableCell,{sx:{fontWeight:"bold"},children:"Category"}),K.jsx(tt.TableCell,{align:"right",sx:{fontWeight:"bold"},children:"# of repos"}),K.jsx(tt.TableCell,{align:"right",sx:{fontWeight:"bold"},children:"% of org"})]})}),K.jsx("tbody",{children:x.map(S=>{const A=S.color==="url(#greyHatchPattern)"?zt.greyHatch.lines:S.color==="url(#dataMissingHatchPattern)"?zt.dataMissingHatch.lines:S.color==="url(#noLstHatchPattern)"?zt.noLstHatch.lines:S.color;return K.jsxs(tt.TableRow,{onMouseEnter:()=>{d(S.label),p({label:S.label,value:S.value,color:S.color==="url(#greyHatchPattern)"?zt.greyHatch.lines:S.color==="url(#dataMissingHatchPattern)"?zt.dataMissingHatch.lines:S.color==="url(#noLstHatchPattern)"?zt.noLstHatch.lines:S.color})},sx:{cursor:"pointer",transition:"background-color 0.15s ease",backgroundColor:y===S.label?`${A}15`:"transparent","&:hover":{backgroundColor:`${A}15`}},children:[K.jsx(tt.TableCell,{align:"center",sx:{width:20},children:K.jsx(tt.Box,{sx:{width:12,height:12,backgroundColor:S.color==="url(#greyHatchPattern)"?zt.greyHatch.background:S.color==="url(#dataMissingHatchPattern)"?zt.dataMissingHatch.background:S.color==="url(#noLstHatchPattern)"?zt.noLstHatch.background:S.color,borderRadius:"50%",position:"relative",overflow:"hidden",transition:"transform 0.15s ease",transform:y===S.label?"scale(1.2)":"scale(1)",...S.label==="N/A"&&{"&::after":{content:'""',position:"absolute",top:0,left:0,right:0,bottom:0,backgroundImage:`repeating-linear-gradient(
|
|
48
48
|
0deg,
|
|
49
49
|
transparent,
|
|
50
50
|
transparent 3px,
|
|
51
|
-
${
|
|
52
|
-
${
|
|
51
|
+
${zt.greyHatch.lines} 3px,
|
|
52
|
+
${zt.greyHatch.lines} 4px
|
|
53
53
|
)`,borderRadius:"50%"}},...S.label==="Data Missing"&&{"&::after":{content:'""',position:"absolute",top:0,left:0,right:0,bottom:0,backgroundImage:`repeating-linear-gradient(
|
|
54
54
|
45deg,
|
|
55
55
|
transparent,
|
|
56
56
|
transparent 3px,
|
|
57
|
-
${
|
|
58
|
-
${
|
|
57
|
+
${zt.dataMissingHatch.lines} 3px,
|
|
58
|
+
${zt.dataMissingHatch.lines} 4px
|
|
59
59
|
)`,borderRadius:"50%"}},...S.label==="No LST"&&{"&::after":{content:'""',position:"absolute",top:0,left:0,right:0,bottom:0,backgroundImage:`repeating-linear-gradient(
|
|
60
60
|
-45deg,
|
|
61
61
|
transparent,
|
|
62
62
|
transparent 3px,
|
|
63
|
-
${
|
|
64
|
-
${
|
|
65
|
-
)`,borderRadius:"50%"}}}})}),
|
|
63
|
+
${zt.noLstHatch.lines} 3px,
|
|
64
|
+
${zt.noLstHatch.lines} 4px
|
|
65
|
+
)`,borderRadius:"50%"}}}})}),K.jsx(tt.TableCell,{children:K.jsxs(tt.Stack,{direction:"row",alignItems:"center",gap:.5,children:[K.jsx("span",{children:S.label}),mw[S.label]&&K.jsx(tt.Tooltip,{title:mw[S.label],placement:"right",arrow:!0,children:K.jsx(zO.InfoOutlined,{sx:{fontSize:".875rem",color:"text.secondary"}})})]})}),K.jsx(tt.TableCell,{align:"right",children:S.value}),K.jsxs(tt.TableCell,{align:"right",children:[S.percentage,"%"]})]},S.id)})})]})})]})};function iC(e){var t,r,n="";if(typeof e=="string"||typeof e=="number")n+=e;else if(typeof e=="object")if(Array.isArray(e)){var i=e.length;for(t=0;t<i;t++)e[t]&&(r=iC(e[t]))&&(n&&(n+=" "),n+=r)}else for(r in e)e[r]&&(n&&(n+=" "),n+=r);return n}function Ot(){for(var e,t,r=0,n="",i=arguments.length;r<i;r++)(e=arguments[r])&&(t=iC(e))&&(n&&(n+=" "),n+=t);return n}var XF=XE();const Gr=Ft(XF);var Ud,yw;function YF(){if(yw)return Ud;yw=1;function e(t){return t==null}return Ud=e,Ud}var VF=YF();const vt=Ft(VF);var Wd,gw;function ZF(){if(gw)return Wd;gw=1;var e=Zn(),t=rr(),r=Jn(),n="[object String]";function i(a){return typeof a=="string"||!t(a)&&r(a)&&e(a)==n}return Wd=i,Wd}var JF=ZF();const ua=Ft(JF);var QF=l0();const _t=Ft(QF);var t5=Ai();const jo=Ft(t5);var Gu={exports:{}},It={};/**
|
|
66
66
|
* @license React
|
|
67
67
|
* react-is.production.min.js
|
|
68
68
|
*
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
*
|
|
71
71
|
* This source code is licensed under the MIT license found in the
|
|
72
72
|
* LICENSE file in the root directory of this source tree.
|
|
73
|
-
*/var
|
|
73
|
+
*/var vw;function e5(){if(vw)return It;vw=1;var e=Symbol.for("react.element"),t=Symbol.for("react.portal"),r=Symbol.for("react.fragment"),n=Symbol.for("react.strict_mode"),i=Symbol.for("react.profiler"),a=Symbol.for("react.provider"),o=Symbol.for("react.context"),s=Symbol.for("react.server_context"),u=Symbol.for("react.forward_ref"),l=Symbol.for("react.suspense"),c=Symbol.for("react.suspense_list"),f=Symbol.for("react.memo"),h=Symbol.for("react.lazy"),p=Symbol.for("react.offscreen"),y;y=Symbol.for("react.module.reference");function d(m){if(typeof m=="object"&&m!==null){var v=m.$$typeof;switch(v){case e:switch(m=m.type,m){case r:case i:case n:case l:case c:return m;default:switch(m=m&&m.$$typeof,m){case s:case o:case u:case h:case f:case a:return m;default:return v}}case t:return v}}}return It.ContextConsumer=o,It.ContextProvider=a,It.Element=e,It.ForwardRef=u,It.Fragment=r,It.Lazy=h,It.Memo=f,It.Portal=t,It.Profiler=i,It.StrictMode=n,It.Suspense=l,It.SuspenseList=c,It.isAsyncMode=function(){return!1},It.isConcurrentMode=function(){return!1},It.isContextConsumer=function(m){return d(m)===o},It.isContextProvider=function(m){return d(m)===a},It.isElement=function(m){return typeof m=="object"&&m!==null&&m.$$typeof===e},It.isForwardRef=function(m){return d(m)===u},It.isFragment=function(m){return d(m)===r},It.isLazy=function(m){return d(m)===h},It.isMemo=function(m){return d(m)===f},It.isPortal=function(m){return d(m)===t},It.isProfiler=function(m){return d(m)===i},It.isStrictMode=function(m){return d(m)===n},It.isSuspense=function(m){return d(m)===l},It.isSuspenseList=function(m){return d(m)===c},It.isValidElementType=function(m){return typeof m=="string"||typeof m=="function"||m===r||m===i||m===n||m===l||m===c||m===p||typeof m=="object"&&m!==null&&(m.$$typeof===h||m.$$typeof===f||m.$$typeof===a||m.$$typeof===o||m.$$typeof===u||m.$$typeof===y||m.getModuleId!==void 0)},It.typeOf=d,It}var Nt={};/**
|
|
74
74
|
* @license React
|
|
75
75
|
* react-is.development.js
|
|
76
76
|
*
|
|
@@ -78,70 +78,70 @@
|
|
|
78
78
|
*
|
|
79
79
|
* This source code is licensed under the MIT license found in the
|
|
80
80
|
* LICENSE file in the root directory of this source tree.
|
|
81
|
-
*/var F1;function CF(){return F1||(F1=1,process.env.NODE_ENV!=="production"&&(function(){var e=Symbol.for("react.element"),t=Symbol.for("react.portal"),r=Symbol.for("react.fragment"),n=Symbol.for("react.strict_mode"),i=Symbol.for("react.profiler"),a=Symbol.for("react.provider"),o=Symbol.for("react.context"),s=Symbol.for("react.server_context"),u=Symbol.for("react.forward_ref"),l=Symbol.for("react.suspense"),c=Symbol.for("react.suspense_list"),f=Symbol.for("react.memo"),h=Symbol.for("react.lazy"),p=Symbol.for("react.offscreen"),y=!1,m=!1,d=!1,g=!1,_=!1,b;b=Symbol.for("react.module.reference");function x(H){return!!(typeof H=="string"||typeof H=="function"||H===r||H===i||_||H===n||H===l||H===c||g||H===p||y||m||d||typeof H=="object"&&H!==null&&(H.$$typeof===h||H.$$typeof===f||H.$$typeof===a||H.$$typeof===o||H.$$typeof===u||H.$$typeof===b||H.getModuleId!==void 0))}function v(H){if(typeof H=="object"&&H!==null){var st=H.$$typeof;switch(st){case e:var ht=H.type;switch(ht){case r:case i:case n:case l:case c:return ht;default:var at=ht&&ht.$$typeof;switch(at){case s:case o:case u:case h:case f:case a:return at;default:return st}}case t:return st}}}var w=o,S=a,A=e,P=u,C=r,T=h,E=f,k=t,j=i,$=n,M=l,I=c,L=!1,q=!1;function R(H){return L||(L=!0,console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 18+.")),!1}function D(H){return q||(q=!0,console.warn("The ReactIs.isConcurrentMode() alias has been deprecated, and will be removed in React 18+.")),!1}function B(H){return v(H)===o}function U(H){return v(H)===a}function W(H){return typeof H=="object"&&H!==null&&H.$$typeof===e}function X(H){return v(H)===u}function Z(H){return v(H)===r}function Q(H){return v(H)===h}function K(H){return v(H)===f}function F(H){return v(H)===t}function G(H){return v(H)===i}function J(H){return v(H)===n}function N(H){return v(H)===l}function ut(H){return v(H)===c}It.ContextConsumer=w,It.ContextProvider=S,It.Element=A,It.ForwardRef=P,It.Fragment=C,It.Lazy=T,It.Memo=E,It.Portal=k,It.Profiler=j,It.StrictMode=$,It.Suspense=M,It.SuspenseList=I,It.isAsyncMode=R,It.isConcurrentMode=D,It.isContextConsumer=B,It.isContextProvider=U,It.isElement=W,It.isForwardRef=X,It.isFragment=Z,It.isLazy=Q,It.isMemo=K,It.isPortal=F,It.isProfiler=G,It.isStrictMode=J,It.isSuspense=N,It.isSuspenseList=ut,It.isValidElementType=x,It.typeOf=v})()),It}var z1;function MF(){return z1||(z1=1,process.env.NODE_ENV==="production"?pu.exports=EF():pu.exports=CF()),pu.exports}var kF=MF(),sd,U1;function ME(){if(U1)return sd;U1=1;var e=Tn(),t=En(),r="[object Number]";function n(i){return typeof i=="number"||t(i)&&e(i)==r}return sd=n,sd}var ud,W1;function $F(){if(W1)return ud;W1=1;var e=ME();function t(r){return e(r)&&r!=+r}return ud=t,ud}var jF=$F();const eo=qt(jF);var DF=ME();const RF=qt(DF);var Nr=function(t){return t===0?0:t>0?1:-1},mi=function(t){return Mi(t)&&t.indexOf("%")===t.length-1},nt=function(t){return RF(t)&&!eo(t)},IF=function(t){return yt(t)},ge=function(t){return nt(t)||Mi(t)},NF=0,Fi=function(t){var r=++NF;return"".concat(t||"").concat(r)},ki=function(t,r){var n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:0,i=arguments.length>3&&arguments[3]!==void 0?arguments[3]:!1;if(!nt(t)&&!Mi(t))return n;var a;if(mi(t)){var o=t.indexOf("%");a=r*parseFloat(t.slice(0,o))/100}else a=+t;return eo(a)&&(a=n),i&&a>r&&(a=r),a},In=function(t){if(!t)return null;var r=Object.keys(t);return r&&r.length?t[r[0]]:null},LF=function(t){if(!Array.isArray(t))return!1;for(var r=t.length,n={},i=0;i<r;i++)if(!n[t[i]])n[t[i]]=!0;else return!0;return!1},ce=function(t,r){return nt(t)&&nt(r)?function(n){return t+n*(r-t)}:function(){return r}};function ol(e,t,r){return!e||!e.length?null:e.find(function(n){return n&&(typeof t=="function"?t(n):Tr(n,t))===r})}var BF=function(t){if(!t||!t.length)return null;for(var r=t.length,n=0,i=0,a=0,o=0,s=1/0,u=-1/0,l=0,c=0,f=0;f<r;f++)l=t[f].cx||0,c=t[f].cy||0,n+=l,i+=c,a+=l*c,o+=l*l,s=Math.min(s,l),u=Math.max(u,l);var h=r*o!==n*n?(r*a-n*i)/(r*o-n*n):0;return{xmin:s,xmax:u,a:h,b:(i-h*n)/r}},qF=function(t,r){return nt(t)&&nt(r)?t-r:Mi(t)&&Mi(r)?t.localeCompare(r):t instanceof Date&&r instanceof Date?t.getTime()-r.getTime():String(t).localeCompare(String(r))};function pa(e,t){for(var r in e)if({}.hasOwnProperty.call(e,r)&&(!{}.hasOwnProperty.call(t,r)||e[r]!==t[r]))return!1;for(var n in t)if({}.hasOwnProperty.call(t,n)&&!{}.hasOwnProperty.call(e,n))return!1;return!0}function sy(e){"@babel/helpers - typeof";return sy=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},sy(e)}var FF=["viewBox","children"],zF=["aria-activedescendant","aria-atomic","aria-autocomplete","aria-busy","aria-checked","aria-colcount","aria-colindex","aria-colspan","aria-controls","aria-current","aria-describedby","aria-details","aria-disabled","aria-errormessage","aria-expanded","aria-flowto","aria-haspopup","aria-hidden","aria-invalid","aria-keyshortcuts","aria-label","aria-labelledby","aria-level","aria-live","aria-modal","aria-multiline","aria-multiselectable","aria-orientation","aria-owns","aria-placeholder","aria-posinset","aria-pressed","aria-readonly","aria-relevant","aria-required","aria-roledescription","aria-rowcount","aria-rowindex","aria-rowspan","aria-selected","aria-setsize","aria-sort","aria-valuemax","aria-valuemin","aria-valuenow","aria-valuetext","className","color","height","id","lang","max","media","method","min","name","style","target","width","role","tabIndex","accentHeight","accumulate","additive","alignmentBaseline","allowReorder","alphabetic","amplitude","arabicForm","ascent","attributeName","attributeType","autoReverse","azimuth","baseFrequency","baselineShift","baseProfile","bbox","begin","bias","by","calcMode","capHeight","clip","clipPath","clipPathUnits","clipRule","colorInterpolation","colorInterpolationFilters","colorProfile","colorRendering","contentScriptType","contentStyleType","cursor","cx","cy","d","decelerate","descent","diffuseConstant","direction","display","divisor","dominantBaseline","dur","dx","dy","edgeMode","elevation","enableBackground","end","exponent","externalResourcesRequired","fill","fillOpacity","fillRule","filter","filterRes","filterUnits","floodColor","floodOpacity","focusable","fontFamily","fontSize","fontSizeAdjust","fontStretch","fontStyle","fontVariant","fontWeight","format","from","fx","fy","g1","g2","glyphName","glyphOrientationHorizontal","glyphOrientationVertical","glyphRef","gradientTransform","gradientUnits","hanging","horizAdvX","horizOriginX","href","ideographic","imageRendering","in2","in","intercept","k1","k2","k3","k4","k","kernelMatrix","kernelUnitLength","kerning","keyPoints","keySplines","keyTimes","lengthAdjust","letterSpacing","lightingColor","limitingConeAngle","local","markerEnd","markerHeight","markerMid","markerStart","markerUnits","markerWidth","mask","maskContentUnits","maskUnits","mathematical","mode","numOctaves","offset","opacity","operator","order","orient","orientation","origin","overflow","overlinePosition","overlineThickness","paintOrder","panose1","pathLength","patternContentUnits","patternTransform","patternUnits","pointerEvents","pointsAtX","pointsAtY","pointsAtZ","preserveAlpha","preserveAspectRatio","primitiveUnits","r","radius","refX","refY","renderingIntent","repeatCount","repeatDur","requiredExtensions","requiredFeatures","restart","result","rotate","rx","ry","seed","shapeRendering","slope","spacing","specularConstant","specularExponent","speed","spreadMethod","startOffset","stdDeviation","stemh","stemv","stitchTiles","stopColor","stopOpacity","strikethroughPosition","strikethroughThickness","string","stroke","strokeDasharray","strokeDashoffset","strokeLinecap","strokeLinejoin","strokeMiterlimit","strokeOpacity","strokeWidth","surfaceScale","systemLanguage","tableValues","targetX","targetY","textAnchor","textDecoration","textLength","textRendering","to","transform","u1","u2","underlinePosition","underlineThickness","unicode","unicodeBidi","unicodeRange","unitsPerEm","vAlphabetic","values","vectorEffect","version","vertAdvY","vertOriginX","vertOriginY","vHanging","vIdeographic","viewTarget","visibility","vMathematical","widths","wordSpacing","writingMode","x1","x2","x","xChannelSelector","xHeight","xlinkActuate","xlinkArcrole","xlinkHref","xlinkRole","xlinkShow","xlinkTitle","xlinkType","xmlBase","xmlLang","xmlns","xmlnsXlink","xmlSpace","y1","y2","y","yChannelSelector","z","zoomAndPan","ref","key","angle"],G1=["points","pathLength"],ld={svg:FF,polygon:G1,polyline:G1},Ig=["dangerouslySetInnerHTML","onCopy","onCopyCapture","onCut","onCutCapture","onPaste","onPasteCapture","onCompositionEnd","onCompositionEndCapture","onCompositionStart","onCompositionStartCapture","onCompositionUpdate","onCompositionUpdateCapture","onFocus","onFocusCapture","onBlur","onBlurCapture","onChange","onChangeCapture","onBeforeInput","onBeforeInputCapture","onInput","onInputCapture","onReset","onResetCapture","onSubmit","onSubmitCapture","onInvalid","onInvalidCapture","onLoad","onLoadCapture","onError","onErrorCapture","onKeyDown","onKeyDownCapture","onKeyPress","onKeyPressCapture","onKeyUp","onKeyUpCapture","onAbort","onAbortCapture","onCanPlay","onCanPlayCapture","onCanPlayThrough","onCanPlayThroughCapture","onDurationChange","onDurationChangeCapture","onEmptied","onEmptiedCapture","onEncrypted","onEncryptedCapture","onEnded","onEndedCapture","onLoadedData","onLoadedDataCapture","onLoadedMetadata","onLoadedMetadataCapture","onLoadStart","onLoadStartCapture","onPause","onPauseCapture","onPlay","onPlayCapture","onPlaying","onPlayingCapture","onProgress","onProgressCapture","onRateChange","onRateChangeCapture","onSeeked","onSeekedCapture","onSeeking","onSeekingCapture","onStalled","onStalledCapture","onSuspend","onSuspendCapture","onTimeUpdate","onTimeUpdateCapture","onVolumeChange","onVolumeChangeCapture","onWaiting","onWaitingCapture","onAuxClick","onAuxClickCapture","onClick","onClickCapture","onContextMenu","onContextMenuCapture","onDoubleClick","onDoubleClickCapture","onDrag","onDragCapture","onDragEnd","onDragEndCapture","onDragEnter","onDragEnterCapture","onDragExit","onDragExitCapture","onDragLeave","onDragLeaveCapture","onDragOver","onDragOverCapture","onDragStart","onDragStartCapture","onDrop","onDropCapture","onMouseDown","onMouseDownCapture","onMouseEnter","onMouseLeave","onMouseMove","onMouseMoveCapture","onMouseOut","onMouseOutCapture","onMouseOver","onMouseOverCapture","onMouseUp","onMouseUpCapture","onSelect","onSelectCapture","onTouchCancel","onTouchCancelCapture","onTouchEnd","onTouchEndCapture","onTouchMove","onTouchMoveCapture","onTouchStart","onTouchStartCapture","onPointerDown","onPointerDownCapture","onPointerMove","onPointerMoveCapture","onPointerUp","onPointerUpCapture","onPointerCancel","onPointerCancelCapture","onPointerEnter","onPointerEnterCapture","onPointerLeave","onPointerLeaveCapture","onPointerOver","onPointerOverCapture","onPointerOut","onPointerOutCapture","onGotPointerCapture","onGotPointerCaptureCapture","onLostPointerCapture","onLostPointerCaptureCapture","onScroll","onScrollCapture","onWheel","onWheelCapture","onAnimationStart","onAnimationStartCapture","onAnimationEnd","onAnimationEndCapture","onAnimationIteration","onAnimationIterationCapture","onTransitionEnd","onTransitionEndCapture"],sl=function(t,r){if(!t||typeof t=="function"||typeof t=="boolean")return null;var n=t;if(O.isValidElement(t)&&(n=t.props),!to(n))return null;var i={};return Object.keys(n).forEach(function(a){Ig.includes(a)&&(i[a]=r||function(o){return n[a](n,o)})}),i},UF=function(t,r,n){return function(i){return t(r,n,i),null}},hs=function(t,r,n){if(!to(t)||sy(t)!=="object")return null;var i=null;return Object.keys(t).forEach(function(a){var o=t[a];Ig.includes(a)&&typeof o=="function"&&(i||(i={}),i[a]=UF(o,r,n))}),i},WF=["children"],GF=["children"];function H1(e,t){if(e==null)return{};var r=HF(e,t),n,i;if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(i=0;i<a.length;i++)n=a[i],!(t.indexOf(n)>=0)&&Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}function HF(e,t){if(e==null)return{};var r={};for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n)){if(t.indexOf(n)>=0)continue;r[n]=e[n]}return r}function uy(e){"@babel/helpers - typeof";return uy=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},uy(e)}var K1={click:"onClick",mousedown:"onMouseDown",mouseup:"onMouseUp",mouseover:"onMouseOver",mousemove:"onMouseMove",mouseout:"onMouseOut",mouseenter:"onMouseEnter",mouseleave:"onMouseLeave",touchcancel:"onTouchCancel",touchend:"onTouchEnd",touchmove:"onTouchMove",touchstart:"onTouchStart",contextmenu:"onContextMenu",dblclick:"onDoubleClick"},vn=function(t){return typeof t=="string"?t:t?t.displayName||t.name||"Component":""},Y1=null,cd=null,Ng=function e(t){if(t===Y1&&Array.isArray(cd))return cd;var r=[];return O.Children.forEach(t,function(n){yt(n)||(kF.isFragment(n)?r=r.concat(e(n.props.children)):r.push(n))}),cd=r,Y1=t,r};function tr(e,t){var r=[],n=[];return Array.isArray(t)?n=t.map(function(i){return vn(i)}):n=[vn(t)],Ng(e).forEach(function(i){var a=Tr(i,"type.displayName")||Tr(i,"type.name");n.indexOf(a)!==-1&&r.push(i)}),r}function ur(e,t){var r=tr(e,t);return r&&r[0]}var X1=function(t){if(!t||!t.props)return!1;var r=t.props,n=r.width,i=r.height;return!(!nt(n)||n<=0||!nt(i)||i<=0)},KF=["a","altGlyph","altGlyphDef","altGlyphItem","animate","animateColor","animateMotion","animateTransform","circle","clipPath","color-profile","cursor","defs","desc","ellipse","feBlend","feColormatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence","filter","font","font-face","font-face-format","font-face-name","font-face-url","foreignObject","g","glyph","glyphRef","hkern","image","line","lineGradient","marker","mask","metadata","missing-glyph","mpath","path","pattern","polygon","polyline","radialGradient","rect","script","set","stop","style","svg","switch","symbol","text","textPath","title","tref","tspan","use","view","vkern"],YF=function(t){return t&&t.type&&Mi(t.type)&&KF.indexOf(t.type)>=0},kE=function(t){return t&&uy(t)==="object"&&"clipDot"in t},XF=function(t,r,n,i){var a,o=(a=ld==null?void 0:ld[i])!==null&&a!==void 0?a:[];return r.startsWith("data-")||!gt(t)&&(i&&o.includes(r)||zF.includes(r))||n&&Ig.includes(r)},vt=function(t,r,n){if(!t||typeof t=="function"||typeof t=="boolean")return null;var i=t;if(O.isValidElement(t)&&(i=t.props),!to(i))return null;var a={};return Object.keys(i).forEach(function(o){var s;XF((s=i)===null||s===void 0?void 0:s[o],o,r,n)&&(a[o]=i[o])}),a},ly=function e(t,r){if(t===r)return!0;var n=O.Children.count(t);if(n!==O.Children.count(r))return!1;if(n===0)return!0;if(n===1)return V1(Array.isArray(t)?t[0]:t,Array.isArray(r)?r[0]:r);for(var i=0;i<n;i++){var a=t[i],o=r[i];if(Array.isArray(a)||Array.isArray(o)){if(!e(a,o))return!1}else if(!V1(a,o))return!1}return!0},V1=function(t,r){if(yt(t)&&yt(r))return!0;if(!yt(t)&&!yt(r)){var n=t.props||{},i=n.children,a=H1(n,WF),o=r.props||{},s=o.children,u=H1(o,GF);return i&&s?pa(a,u)&&ly(i,s):!i&&!s?pa(a,u):!1}return!1},Z1=function(t,r){var n=[],i={};return Ng(t).forEach(function(a,o){if(YF(a))n.push(a);else if(a){var s=vn(a.type),u=r[s]||{},l=u.handler,c=u.once;if(l&&(!c||!i[s])){var f=l(a,s,o);n.push(f),i[s]=!0}}}),n},VF=function(t){var r=t&&t.type;return r&&K1[r]?K1[r]:null},ZF=function(t,r){return Ng(r).indexOf(t)},JF=["children","width","height","viewBox","className","style","title","desc"];function cy(){return cy=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},cy.apply(this,arguments)}function QF(e,t){if(e==null)return{};var r=tz(e,t),n,i;if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(i=0;i<a.length;i++)n=a[i],!(t.indexOf(n)>=0)&&Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}function tz(e,t){if(e==null)return{};var r={};for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n)){if(t.indexOf(n)>=0)continue;r[n]=e[n]}return r}function fy(e){var t=e.children,r=e.width,n=e.height,i=e.viewBox,a=e.className,o=e.style,s=e.title,u=e.desc,l=QF(e,JF),c=i||{width:r,height:n,x:0,y:0},f=At("recharts-surface",a);return O.createElement("svg",cy({},vt(l,!0,"svg"),{className:f,width:r,height:n,style:o,viewBox:"".concat(c.x," ").concat(c.y," ").concat(c.width," ").concat(c.height)}),O.createElement("title",null,s),O.createElement("desc",null,u),t)}var ez=["children","className"];function hy(){return hy=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},hy.apply(this,arguments)}function rz(e,t){if(e==null)return{};var r=nz(e,t),n,i;if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(i=0;i<a.length;i++)n=a[i],!(t.indexOf(n)>=0)&&Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}function nz(e,t){if(e==null)return{};var r={};for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n)){if(t.indexOf(n)>=0)continue;r[n]=e[n]}return r}var jt=O.forwardRef(function(e,t){var r=e.children,n=e.className,i=rz(e,ez),a=At("recharts-layer",n);return O.createElement("g",hy({className:a},vt(i,!0),{ref:t}),r)}),iz=process.env.NODE_ENV!=="production",gn=function(t,r){for(var n=arguments.length,i=new Array(n>2?n-2:0),a=2;a<n;a++)i[a-2]=arguments[a];if(iz&&typeof console<"u"&&console.warn&&(r===void 0&&console.warn("LogUtils requires an error message argument"),!t))if(r===void 0)console.warn("Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.");else{var o=0;console.warn(r.replace(/%s/g,function(){return i[o++]}))}},fd,J1;function az(){if(J1)return fd;J1=1;function e(t,r,n){var i=-1,a=t.length;r<0&&(r=-r>a?0:a+r),n=n>a?a:n,n<0&&(n+=a),a=r>n?0:n-r>>>0,r>>>=0;for(var o=Array(a);++i<a;)o[i]=t[i+r];return o}return fd=e,fd}var hd,Q1;function oz(){if(Q1)return hd;Q1=1;var e=az();function t(r,n,i){var a=r.length;return i=i===void 0?a:i,!n&&i>=a?r:e(r,n,i)}return hd=t,hd}var pd,tw;function $E(){if(tw)return pd;tw=1;var e="\\ud800-\\udfff",t="\\u0300-\\u036f",r="\\ufe20-\\ufe2f",n="\\u20d0-\\u20ff",i=t+r+n,a="\\ufe0e\\ufe0f",o="\\u200d",s=RegExp("["+o+e+i+a+"]");function u(l){return s.test(l)}return pd=u,pd}var dd,ew;function sz(){if(ew)return dd;ew=1;function e(t){return t.split("")}return dd=e,dd}var md,rw;function uz(){if(rw)return md;rw=1;var e="\\ud800-\\udfff",t="\\u0300-\\u036f",r="\\ufe20-\\ufe2f",n="\\u20d0-\\u20ff",i=t+r+n,a="\\ufe0e\\ufe0f",o="["+e+"]",s="["+i+"]",u="\\ud83c[\\udffb-\\udfff]",l="(?:"+s+"|"+u+")",c="[^"+e+"]",f="(?:\\ud83c[\\udde6-\\uddff]){2}",h="[\\ud800-\\udbff][\\udc00-\\udfff]",p="\\u200d",y=l+"?",m="["+a+"]?",d="(?:"+p+"(?:"+[c,f,h].join("|")+")"+m+y+")*",g=m+y+d,_="(?:"+[c+s+"?",s,f,h,o].join("|")+")",b=RegExp(u+"(?="+u+")|"+_+g,"g");function x(v){return v.match(b)||[]}return md=x,md}var yd,nw;function lz(){if(nw)return yd;nw=1;var e=sz(),t=$E(),r=uz();function n(i){return t(i)?r(i):e(i)}return yd=n,yd}var vd,iw;function cz(){if(iw)return vd;iw=1;var e=oz(),t=$E(),r=lz(),n=Sg();function i(a){return function(o){o=n(o);var s=t(o)?r(o):void 0,u=s?s[0]:o.charAt(0),l=s?e(s,1).join(""):o.slice(1);return u[a]()+l}}return vd=i,vd}var gd,aw;function fz(){if(aw)return gd;aw=1;var e=cz(),t=e("toUpperCase");return gd=t,gd}var hz=fz();const pc=qt(hz);function ps(e){"@babel/helpers - typeof";return ps=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},ps(e)}var pz=["type","size","sizeType"];function py(){return py=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},py.apply(this,arguments)}function ow(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function sw(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?ow(Object(r),!0).forEach(function(n){dz(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):ow(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function dz(e,t,r){return t=mz(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function mz(e){var t=yz(e,"string");return ps(t)=="symbol"?t:t+""}function yz(e,t){if(ps(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(ps(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function vz(e,t){if(e==null)return{};var r=gz(e,t),n,i;if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(i=0;i<a.length;i++)n=a[i],!(t.indexOf(n)>=0)&&Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}function gz(e,t){if(e==null)return{};var r={};for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n)){if(t.indexOf(n)>=0)continue;r[n]=e[n]}return r}var jE={symbolCircle:Xv,symbolCross:CR,symbolDiamond:kR,symbolSquare:$R,symbolStar:IR,symbolTriangle:NR,symbolWye:BR},bz=Math.PI/180,_z=function(t){var r="symbol".concat(pc(t));return jE[r]||Xv},xz=function(t,r,n){if(r==="area")return t;switch(n){case"cross":return 5*t*t/9;case"diamond":return .5*t*t/Math.sqrt(3);case"square":return t*t;case"star":{var i=18*bz;return 1.25*t*t*(Math.tan(i)-Math.tan(i*2)*Math.pow(Math.tan(i),2))}case"triangle":return Math.sqrt(3)*t*t/4;case"wye":return(21-10*Math.sqrt(3))*t*t/8;default:return Math.PI*t*t/4}},wz=function(t,r){jE["symbol".concat(pc(t))]=r},dc=function(t){var r=t.type,n=r===void 0?"circle":r,i=t.size,a=i===void 0?64:i,o=t.sizeType,s=o===void 0?"area":o,u=vz(t,pz),l=sw(sw({},u),{},{type:n,size:a,sizeType:s}),c=function(){var d=_z(n),g=qR().type(d).size(xz(a,s,n));return g()},f=l.className,h=l.cx,p=l.cy,y=vt(l,!0);return h===+h&&p===+p&&a===+a?O.createElement("path",py({},y,{className:At("recharts-symbols",f),transform:"translate(".concat(h,", ").concat(p,")"),d:c()})):null};dc.registerSymbol=wz;function Ta(e){"@babel/helpers - typeof";return Ta=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Ta(e)}function dy(){return dy=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},dy.apply(this,arguments)}function uw(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function Sz(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?uw(Object(r),!0).forEach(function(n){ds(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):uw(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function Oz(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Az(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,RE(n.key),n)}}function Pz(e,t,r){return t&&Az(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}function Tz(e,t,r){return t=ul(t),Ez(e,DE()?Reflect.construct(t,r||[],ul(e).constructor):t.apply(e,r))}function Ez(e,t){if(t&&(Ta(t)==="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return Cz(e)}function Cz(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function DE(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(DE=function(){return!!e})()}function ul(e){return ul=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(r){return r.__proto__||Object.getPrototypeOf(r)},ul(e)}function Mz(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&my(e,t)}function my(e,t){return my=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,i){return n.__proto__=i,n},my(e,t)}function ds(e,t,r){return t=RE(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function RE(e){var t=kz(e,"string");return Ta(t)=="symbol"?t:t+""}function kz(e,t){if(Ta(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(Ta(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}var br=32,Lg=(function(e){function t(){return Oz(this,t),Tz(this,t,arguments)}return Mz(t,e),Pz(t,[{key:"renderIcon",value:function(n){var i=this.props.inactiveColor,a=br/2,o=br/6,s=br/3,u=n.inactive?i:n.color;if(n.type==="plainline")return O.createElement("line",{strokeWidth:4,fill:"none",stroke:u,strokeDasharray:n.payload.strokeDasharray,x1:0,y1:a,x2:br,y2:a,className:"recharts-legend-icon"});if(n.type==="line")return O.createElement("path",{strokeWidth:4,fill:"none",stroke:u,d:"M0,".concat(a,"h").concat(s,`
|
|
81
|
+
*/var bw;function r5(){return bw||(bw=1,process.env.NODE_ENV!=="production"&&(function(){var e=Symbol.for("react.element"),t=Symbol.for("react.portal"),r=Symbol.for("react.fragment"),n=Symbol.for("react.strict_mode"),i=Symbol.for("react.profiler"),a=Symbol.for("react.provider"),o=Symbol.for("react.context"),s=Symbol.for("react.server_context"),u=Symbol.for("react.forward_ref"),l=Symbol.for("react.suspense"),c=Symbol.for("react.suspense_list"),f=Symbol.for("react.memo"),h=Symbol.for("react.lazy"),p=Symbol.for("react.offscreen"),y=!1,d=!1,m=!1,v=!1,_=!1,b;b=Symbol.for("react.module.reference");function x(z){return!!(typeof z=="string"||typeof z=="function"||z===r||z===i||_||z===n||z===l||z===c||v||z===p||y||d||m||typeof z=="object"&&z!==null&&(z.$$typeof===h||z.$$typeof===f||z.$$typeof===a||z.$$typeof===o||z.$$typeof===u||z.$$typeof===b||z.getModuleId!==void 0))}function g(z){if(typeof z=="object"&&z!==null){var ut=z.$$typeof;switch(ut){case e:var ft=z.type;switch(ft){case r:case i:case n:case l:case c:return ft;default:var ot=ft&&ft.$$typeof;switch(ot){case s:case o:case u:case h:case f:case a:return ot;default:return ut}}case t:return ut}}}var w=o,S=a,A=e,T=u,M=r,P=h,E=f,k=t,$=i,j=n,C=l,I=c,U=!1,W=!1;function D(z){return U||(U=!0,console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 18+.")),!1}function L(z){return W||(W=!0,console.warn("The ReactIs.isConcurrentMode() alias has been deprecated, and will be removed in React 18+.")),!1}function B(z){return g(z)===o}function N(z){return g(z)===a}function X(z){return typeof z=="object"&&z!==null&&z.$$typeof===e}function F(z){return g(z)===u}function G(z){return g(z)===r}function Z(z){return g(z)===h}function H(z){return g(z)===f}function q(z){return g(z)===t}function Y(z){return g(z)===i}function Q(z){return g(z)===n}function R(z){return g(z)===l}function J(z){return g(z)===c}Nt.ContextConsumer=w,Nt.ContextProvider=S,Nt.Element=A,Nt.ForwardRef=T,Nt.Fragment=M,Nt.Lazy=P,Nt.Memo=E,Nt.Portal=k,Nt.Profiler=$,Nt.StrictMode=j,Nt.Suspense=C,Nt.SuspenseList=I,Nt.isAsyncMode=D,Nt.isConcurrentMode=L,Nt.isContextConsumer=B,Nt.isContextProvider=N,Nt.isElement=X,Nt.isForwardRef=F,Nt.isFragment=G,Nt.isLazy=Z,Nt.isMemo=H,Nt.isPortal=q,Nt.isProfiler=Y,Nt.isStrictMode=Q,Nt.isSuspense=R,Nt.isSuspenseList=J,Nt.isValidElementType=x,Nt.typeOf=g})()),Nt}var xw;function n5(){return xw||(xw=1,process.env.NODE_ENV==="production"?Gu.exports=e5():Gu.exports=r5()),Gu.exports}var i5=n5(),Hd,_w;function aC(){if(_w)return Hd;_w=1;var e=Zn(),t=Jn(),r="[object Number]";function n(i){return typeof i=="number"||t(i)&&e(i)==r}return Hd=n,Hd}var Gd,ww;function a5(){if(ww)return Gd;ww=1;var e=aC();function t(r){return e(r)&&r!=+r}return Gd=t,Gd}var o5=a5();const Ro=Ft(o5);var s5=aC();const u5=Ft(s5);var an=function(t){return t===0?0:t>0?1:-1},Ki=function(t){return ua(t)&&t.indexOf("%")===t.length-1},it=function(t){return u5(t)&&!Ro(t)},l5=function(t){return vt(t)},Te=function(t){return it(t)||ua(t)},c5=0,ba=function(t){var r=++c5;return"".concat(t||"").concat(r)},la=function(t,r){var n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:0,i=arguments.length>3&&arguments[3]!==void 0?arguments[3]:!1;if(!it(t)&&!ua(t))return n;var a;if(Ki(t)){var o=t.indexOf("%");a=r*parseFloat(t.slice(0,o))/100}else a=+t;return Ro(a)&&(a=n),i&&a>r&&(a=r),a},ui=function(t){if(!t)return null;var r=Object.keys(t);return r&&r.length?t[r[0]]:null},f5=function(t){if(!Array.isArray(t))return!1;for(var r=t.length,n={},i=0;i<r;i++)if(!n[t[i]])n[t[i]]=!0;else return!0;return!1},de=function(t,r){return it(t)&&it(r)?function(n){return t+n*(r-t)}:function(){return r}};function ql(e,t,r){return!e||!e.length?null:e.find(function(n){return n&&(typeof t=="function"?t(n):Gr(n,t))===r})}var h5=function(t){if(!t||!t.length)return null;for(var r=t.length,n=0,i=0,a=0,o=0,s=1/0,u=-1/0,l=0,c=0,f=0;f<r;f++)l=t[f].cx||0,c=t[f].cy||0,n+=l,i+=c,a+=l*c,o+=l*l,s=Math.min(s,l),u=Math.max(u,l);var h=r*o!==n*n?(r*a-n*i)/(r*o-n*n):0;return{xmin:s,xmax:u,a:h,b:(i-h*n)/r}},p5=function(t,r){return it(t)&&it(r)?t-r:ua(t)&&ua(r)?t.localeCompare(r):t instanceof Date&&r instanceof Date?t.getTime()-r.getTime():String(t).localeCompare(String(r))};function Ha(e,t){for(var r in e)if({}.hasOwnProperty.call(e,r)&&(!{}.hasOwnProperty.call(t,r)||e[r]!==t[r]))return!1;for(var n in t)if({}.hasOwnProperty.call(t,n)&&!{}.hasOwnProperty.call(e,n))return!1;return!0}function Wy(e){"@babel/helpers - typeof";return Wy=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Wy(e)}var d5=["viewBox","children"],m5=["aria-activedescendant","aria-atomic","aria-autocomplete","aria-busy","aria-checked","aria-colcount","aria-colindex","aria-colspan","aria-controls","aria-current","aria-describedby","aria-details","aria-disabled","aria-errormessage","aria-expanded","aria-flowto","aria-haspopup","aria-hidden","aria-invalid","aria-keyshortcuts","aria-label","aria-labelledby","aria-level","aria-live","aria-modal","aria-multiline","aria-multiselectable","aria-orientation","aria-owns","aria-placeholder","aria-posinset","aria-pressed","aria-readonly","aria-relevant","aria-required","aria-roledescription","aria-rowcount","aria-rowindex","aria-rowspan","aria-selected","aria-setsize","aria-sort","aria-valuemax","aria-valuemin","aria-valuenow","aria-valuetext","className","color","height","id","lang","max","media","method","min","name","style","target","width","role","tabIndex","accentHeight","accumulate","additive","alignmentBaseline","allowReorder","alphabetic","amplitude","arabicForm","ascent","attributeName","attributeType","autoReverse","azimuth","baseFrequency","baselineShift","baseProfile","bbox","begin","bias","by","calcMode","capHeight","clip","clipPath","clipPathUnits","clipRule","colorInterpolation","colorInterpolationFilters","colorProfile","colorRendering","contentScriptType","contentStyleType","cursor","cx","cy","d","decelerate","descent","diffuseConstant","direction","display","divisor","dominantBaseline","dur","dx","dy","edgeMode","elevation","enableBackground","end","exponent","externalResourcesRequired","fill","fillOpacity","fillRule","filter","filterRes","filterUnits","floodColor","floodOpacity","focusable","fontFamily","fontSize","fontSizeAdjust","fontStretch","fontStyle","fontVariant","fontWeight","format","from","fx","fy","g1","g2","glyphName","glyphOrientationHorizontal","glyphOrientationVertical","glyphRef","gradientTransform","gradientUnits","hanging","horizAdvX","horizOriginX","href","ideographic","imageRendering","in2","in","intercept","k1","k2","k3","k4","k","kernelMatrix","kernelUnitLength","kerning","keyPoints","keySplines","keyTimes","lengthAdjust","letterSpacing","lightingColor","limitingConeAngle","local","markerEnd","markerHeight","markerMid","markerStart","markerUnits","markerWidth","mask","maskContentUnits","maskUnits","mathematical","mode","numOctaves","offset","opacity","operator","order","orient","orientation","origin","overflow","overlinePosition","overlineThickness","paintOrder","panose1","pathLength","patternContentUnits","patternTransform","patternUnits","pointerEvents","pointsAtX","pointsAtY","pointsAtZ","preserveAlpha","preserveAspectRatio","primitiveUnits","r","radius","refX","refY","renderingIntent","repeatCount","repeatDur","requiredExtensions","requiredFeatures","restart","result","rotate","rx","ry","seed","shapeRendering","slope","spacing","specularConstant","specularExponent","speed","spreadMethod","startOffset","stdDeviation","stemh","stemv","stitchTiles","stopColor","stopOpacity","strikethroughPosition","strikethroughThickness","string","stroke","strokeDasharray","strokeDashoffset","strokeLinecap","strokeLinejoin","strokeMiterlimit","strokeOpacity","strokeWidth","surfaceScale","systemLanguage","tableValues","targetX","targetY","textAnchor","textDecoration","textLength","textRendering","to","transform","u1","u2","underlinePosition","underlineThickness","unicode","unicodeBidi","unicodeRange","unitsPerEm","vAlphabetic","values","vectorEffect","version","vertAdvY","vertOriginX","vertOriginY","vHanging","vIdeographic","viewTarget","visibility","vMathematical","widths","wordSpacing","writingMode","x1","x2","x","xChannelSelector","xHeight","xlinkActuate","xlinkArcrole","xlinkHref","xlinkRole","xlinkShow","xlinkTitle","xlinkType","xmlBase","xmlLang","xmlns","xmlnsXlink","xmlSpace","y1","y2","y","yChannelSelector","z","zoomAndPan","ref","key","angle"],Sw=["points","pathLength"],Kd={svg:d5,polygon:Sw,polyline:Sw},b0=["dangerouslySetInnerHTML","onCopy","onCopyCapture","onCut","onCutCapture","onPaste","onPasteCapture","onCompositionEnd","onCompositionEndCapture","onCompositionStart","onCompositionStartCapture","onCompositionUpdate","onCompositionUpdateCapture","onFocus","onFocusCapture","onBlur","onBlurCapture","onChange","onChangeCapture","onBeforeInput","onBeforeInputCapture","onInput","onInputCapture","onReset","onResetCapture","onSubmit","onSubmitCapture","onInvalid","onInvalidCapture","onLoad","onLoadCapture","onError","onErrorCapture","onKeyDown","onKeyDownCapture","onKeyPress","onKeyPressCapture","onKeyUp","onKeyUpCapture","onAbort","onAbortCapture","onCanPlay","onCanPlayCapture","onCanPlayThrough","onCanPlayThroughCapture","onDurationChange","onDurationChangeCapture","onEmptied","onEmptiedCapture","onEncrypted","onEncryptedCapture","onEnded","onEndedCapture","onLoadedData","onLoadedDataCapture","onLoadedMetadata","onLoadedMetadataCapture","onLoadStart","onLoadStartCapture","onPause","onPauseCapture","onPlay","onPlayCapture","onPlaying","onPlayingCapture","onProgress","onProgressCapture","onRateChange","onRateChangeCapture","onSeeked","onSeekedCapture","onSeeking","onSeekingCapture","onStalled","onStalledCapture","onSuspend","onSuspendCapture","onTimeUpdate","onTimeUpdateCapture","onVolumeChange","onVolumeChangeCapture","onWaiting","onWaitingCapture","onAuxClick","onAuxClickCapture","onClick","onClickCapture","onContextMenu","onContextMenuCapture","onDoubleClick","onDoubleClickCapture","onDrag","onDragCapture","onDragEnd","onDragEndCapture","onDragEnter","onDragEnterCapture","onDragExit","onDragExitCapture","onDragLeave","onDragLeaveCapture","onDragOver","onDragOverCapture","onDragStart","onDragStartCapture","onDrop","onDropCapture","onMouseDown","onMouseDownCapture","onMouseEnter","onMouseLeave","onMouseMove","onMouseMoveCapture","onMouseOut","onMouseOutCapture","onMouseOver","onMouseOverCapture","onMouseUp","onMouseUpCapture","onSelect","onSelectCapture","onTouchCancel","onTouchCancelCapture","onTouchEnd","onTouchEndCapture","onTouchMove","onTouchMoveCapture","onTouchStart","onTouchStartCapture","onPointerDown","onPointerDownCapture","onPointerMove","onPointerMoveCapture","onPointerUp","onPointerUpCapture","onPointerCancel","onPointerCancelCapture","onPointerEnter","onPointerEnterCapture","onPointerLeave","onPointerLeaveCapture","onPointerOver","onPointerOverCapture","onPointerOut","onPointerOutCapture","onGotPointerCapture","onGotPointerCaptureCapture","onLostPointerCapture","onLostPointerCaptureCapture","onScroll","onScrollCapture","onWheel","onWheelCapture","onAnimationStart","onAnimationStartCapture","onAnimationEnd","onAnimationEndCapture","onAnimationIteration","onAnimationIterationCapture","onTransitionEnd","onTransitionEndCapture"],Fl=function(t,r){if(!t||typeof t=="function"||typeof t=="boolean")return null;var n=t;if(O.isValidElement(t)&&(n=t.props),!jo(n))return null;var i={};return Object.keys(n).forEach(function(a){b0.includes(a)&&(i[a]=r||function(o){return n[a](n,o)})}),i},y5=function(t,r,n){return function(i){return t(r,n,i),null}},Gs=function(t,r,n){if(!jo(t)||Wy(t)!=="object")return null;var i=null;return Object.keys(t).forEach(function(a){var o=t[a];b0.includes(a)&&typeof o=="function"&&(i||(i={}),i[a]=y5(o,r,n))}),i},g5=["children"],v5=["children"];function Aw(e,t){if(e==null)return{};var r=b5(e,t),n,i;if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(i=0;i<a.length;i++)n=a[i],!(t.indexOf(n)>=0)&&Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}function b5(e,t){if(e==null)return{};var r={};for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n)){if(t.indexOf(n)>=0)continue;r[n]=e[n]}return r}function Hy(e){"@babel/helpers - typeof";return Hy=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Hy(e)}var Ow={click:"onClick",mousedown:"onMouseDown",mouseup:"onMouseUp",mouseover:"onMouseOver",mousemove:"onMouseMove",mouseout:"onMouseOut",mouseenter:"onMouseEnter",mouseleave:"onMouseLeave",touchcancel:"onTouchCancel",touchend:"onTouchEnd",touchmove:"onTouchMove",touchstart:"onTouchStart",contextmenu:"onContextMenu",dblclick:"onDoubleClick"},Fn=function(t){return typeof t=="string"?t:t?t.displayName||t.name||"Component":""},Tw=null,Xd=null,x0=function e(t){if(t===Tw&&Array.isArray(Xd))return Xd;var r=[];return O.Children.forEach(t,function(n){vt(n)||(i5.isFragment(n)?r=r.concat(e(n.props.children)):r.push(n))}),Xd=r,Tw=t,r};function mr(e,t){var r=[],n=[];return Array.isArray(t)?n=t.map(function(i){return Fn(i)}):n=[Fn(t)],x0(e).forEach(function(i){var a=Gr(i,"type.displayName")||Gr(i,"type.name");n.indexOf(a)!==-1&&r.push(i)}),r}function Ar(e,t){var r=mr(e,t);return r&&r[0]}var Pw=function(t){if(!t||!t.props)return!1;var r=t.props,n=r.width,i=r.height;return!(!it(n)||n<=0||!it(i)||i<=0)},x5=["a","altGlyph","altGlyphDef","altGlyphItem","animate","animateColor","animateMotion","animateTransform","circle","clipPath","color-profile","cursor","defs","desc","ellipse","feBlend","feColormatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence","filter","font","font-face","font-face-format","font-face-name","font-face-url","foreignObject","g","glyph","glyphRef","hkern","image","line","lineGradient","marker","mask","metadata","missing-glyph","mpath","path","pattern","polygon","polyline","radialGradient","rect","script","set","stop","style","svg","switch","symbol","text","textPath","title","tref","tspan","use","view","vkern"],_5=function(t){return t&&t.type&&ua(t.type)&&x5.indexOf(t.type)>=0},oC=function(t){return t&&Hy(t)==="object"&&"clipDot"in t},w5=function(t,r,n,i){var a,o=(a=Kd==null?void 0:Kd[i])!==null&&a!==void 0?a:[];return r.startsWith("data-")||!_t(t)&&(i&&o.includes(r)||m5.includes(r))||n&&b0.includes(r)},xt=function(t,r,n){if(!t||typeof t=="function"||typeof t=="boolean")return null;var i=t;if(O.isValidElement(t)&&(i=t.props),!jo(i))return null;var a={};return Object.keys(i).forEach(function(o){var s;w5((s=i)===null||s===void 0?void 0:s[o],o,r,n)&&(a[o]=i[o])}),a},Gy=function e(t,r){if(t===r)return!0;var n=O.Children.count(t);if(n!==O.Children.count(r))return!1;if(n===0)return!0;if(n===1)return Ew(Array.isArray(t)?t[0]:t,Array.isArray(r)?r[0]:r);for(var i=0;i<n;i++){var a=t[i],o=r[i];if(Array.isArray(a)||Array.isArray(o)){if(!e(a,o))return!1}else if(!Ew(a,o))return!1}return!0},Ew=function(t,r){if(vt(t)&&vt(r))return!0;if(!vt(t)&&!vt(r)){var n=t.props||{},i=n.children,a=Aw(n,g5),o=r.props||{},s=o.children,u=Aw(o,v5);return i&&s?Ha(a,u)&&Gy(i,s):!i&&!s?Ha(a,u):!1}return!1},Cw=function(t,r){var n=[],i={};return x0(t).forEach(function(a,o){if(_5(a))n.push(a);else if(a){var s=Fn(a.type),u=r[s]||{},l=u.handler,c=u.once;if(l&&(!c||!i[s])){var f=l(a,s,o);n.push(f),i[s]=!0}}}),n},S5=function(t){var r=t&&t.type;return r&&Ow[r]?Ow[r]:null},A5=function(t,r){return x0(r).indexOf(t)},O5=["children","width","height","viewBox","className","style","title","desc"];function Ky(){return Ky=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Ky.apply(this,arguments)}function T5(e,t){if(e==null)return{};var r=P5(e,t),n,i;if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(i=0;i<a.length;i++)n=a[i],!(t.indexOf(n)>=0)&&Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}function P5(e,t){if(e==null)return{};var r={};for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n)){if(t.indexOf(n)>=0)continue;r[n]=e[n]}return r}function Xy(e){var t=e.children,r=e.width,n=e.height,i=e.viewBox,a=e.className,o=e.style,s=e.title,u=e.desc,l=T5(e,O5),c=i||{width:r,height:n,x:0,y:0},f=Ot("recharts-surface",a);return O.createElement("svg",Ky({},xt(l,!0,"svg"),{className:f,width:r,height:n,style:o,viewBox:"".concat(c.x," ").concat(c.y," ").concat(c.width," ").concat(c.height)}),O.createElement("title",null,s),O.createElement("desc",null,u),t)}var E5=["children","className"];function Yy(){return Yy=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Yy.apply(this,arguments)}function C5(e,t){if(e==null)return{};var r=M5(e,t),n,i;if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(i=0;i<a.length;i++)n=a[i],!(t.indexOf(n)>=0)&&Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}function M5(e,t){if(e==null)return{};var r={};for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n)){if(t.indexOf(n)>=0)continue;r[n]=e[n]}return r}var Dt=O.forwardRef(function(e,t){var r=e.children,n=e.className,i=C5(e,E5),a=Ot("recharts-layer",n);return O.createElement("g",Yy({className:a},xt(i,!0),{ref:t}),r)}),k5=process.env.NODE_ENV!=="production",zn=function(t,r){for(var n=arguments.length,i=new Array(n>2?n-2:0),a=2;a<n;a++)i[a-2]=arguments[a];if(k5&&typeof console<"u"&&console.warn&&(r===void 0&&console.warn("LogUtils requires an error message argument"),!t))if(r===void 0)console.warn("Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.");else{var o=0;console.warn(r.replace(/%s/g,function(){return i[o++]}))}},Yd,Mw;function $5(){if(Mw)return Yd;Mw=1;function e(t,r,n){var i=-1,a=t.length;r<0&&(r=-r>a?0:a+r),n=n>a?a:n,n<0&&(n+=a),a=r>n?0:n-r>>>0,r>>>=0;for(var o=Array(a);++i<a;)o[i]=t[i+r];return o}return Yd=e,Yd}var Vd,kw;function j5(){if(kw)return Vd;kw=1;var e=$5();function t(r,n,i){var a=r.length;return i=i===void 0?a:i,!n&&i>=a?r:e(r,n,i)}return Vd=t,Vd}var Zd,$w;function sC(){if($w)return Zd;$w=1;var e="\\ud800-\\udfff",t="\\u0300-\\u036f",r="\\ufe20-\\ufe2f",n="\\u20d0-\\u20ff",i=t+r+n,a="\\ufe0e\\ufe0f",o="\\u200d",s=RegExp("["+o+e+i+a+"]");function u(l){return s.test(l)}return Zd=u,Zd}var Jd,jw;function R5(){if(jw)return Jd;jw=1;function e(t){return t.split("")}return Jd=e,Jd}var Qd,Rw;function D5(){if(Rw)return Qd;Rw=1;var e="\\ud800-\\udfff",t="\\u0300-\\u036f",r="\\ufe20-\\ufe2f",n="\\u20d0-\\u20ff",i=t+r+n,a="\\ufe0e\\ufe0f",o="["+e+"]",s="["+i+"]",u="\\ud83c[\\udffb-\\udfff]",l="(?:"+s+"|"+u+")",c="[^"+e+"]",f="(?:\\ud83c[\\udde6-\\uddff]){2}",h="[\\ud800-\\udbff][\\udc00-\\udfff]",p="\\u200d",y=l+"?",d="["+a+"]?",m="(?:"+p+"(?:"+[c,f,h].join("|")+")"+d+y+")*",v=d+y+m,_="(?:"+[c+s+"?",s,f,h,o].join("|")+")",b=RegExp(u+"(?="+u+")|"+_+v,"g");function x(g){return g.match(b)||[]}return Qd=x,Qd}var tm,Dw;function I5(){if(Dw)return tm;Dw=1;var e=R5(),t=sC(),r=D5();function n(i){return t(i)?r(i):e(i)}return tm=n,tm}var em,Iw;function N5(){if(Iw)return em;Iw=1;var e=j5(),t=sC(),r=I5(),n=o0();function i(a){return function(o){o=n(o);var s=t(o)?r(o):void 0,u=s?s[0]:o.charAt(0),l=s?e(s,1).join(""):o.slice(1);return u[a]()+l}}return em=i,em}var rm,Nw;function L5(){if(Nw)return rm;Nw=1;var e=N5(),t=e("toUpperCase");return rm=t,rm}var B5=L5();const Gc=Ft(B5);function Ks(e){"@babel/helpers - typeof";return Ks=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Ks(e)}var q5=["type","size","sizeType"];function Vy(){return Vy=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Vy.apply(this,arguments)}function Lw(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function Bw(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?Lw(Object(r),!0).forEach(function(n){F5(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):Lw(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function F5(e,t,r){return t=z5(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function z5(e){var t=U5(e,"string");return Ks(t)=="symbol"?t:t+""}function U5(e,t){if(Ks(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(Ks(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function W5(e,t){if(e==null)return{};var r=H5(e,t),n,i;if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(i=0;i<a.length;i++)n=a[i],!(t.indexOf(n)>=0)&&Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}function H5(e,t){if(e==null)return{};var r={};for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n)){if(t.indexOf(n)>=0)continue;r[n]=e[n]}return r}var uC={symbolCircle:$v,symbolCross:eI,symbolDiamond:nI,symbolSquare:iI,symbolStar:uI,symbolTriangle:lI,symbolWye:fI},G5=Math.PI/180,K5=function(t){var r="symbol".concat(Gc(t));return uC[r]||$v},X5=function(t,r,n){if(r==="area")return t;switch(n){case"cross":return 5*t*t/9;case"diamond":return .5*t*t/Math.sqrt(3);case"square":return t*t;case"star":{var i=18*G5;return 1.25*t*t*(Math.tan(i)-Math.tan(i*2)*Math.pow(Math.tan(i),2))}case"triangle":return Math.sqrt(3)*t*t/4;case"wye":return(21-10*Math.sqrt(3))*t*t/8;default:return Math.PI*t*t/4}},Y5=function(t,r){uC["symbol".concat(Gc(t))]=r},Kc=function(t){var r=t.type,n=r===void 0?"circle":r,i=t.size,a=i===void 0?64:i,o=t.sizeType,s=o===void 0?"area":o,u=W5(t,q5),l=Bw(Bw({},u),{},{type:n,size:a,sizeType:s}),c=function(){var m=K5(n),v=hI().type(m).size(X5(a,s,n));return v()},f=l.className,h=l.cx,p=l.cy,y=xt(l,!0);return h===+h&&p===+p&&a===+a?O.createElement("path",Vy({},y,{className:Ot("recharts-symbols",f),transform:"translate(".concat(h,", ").concat(p,")"),d:c()})):null};Kc.registerSymbol=Y5;function ao(e){"@babel/helpers - typeof";return ao=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},ao(e)}function Zy(){return Zy=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Zy.apply(this,arguments)}function qw(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function V5(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?qw(Object(r),!0).forEach(function(n){Xs(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):qw(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function Z5(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function J5(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,cC(n.key),n)}}function Q5(e,t,r){return t&&J5(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}function tz(e,t,r){return t=zl(t),ez(e,lC()?Reflect.construct(t,r||[],zl(e).constructor):t.apply(e,r))}function ez(e,t){if(t&&(ao(t)==="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return rz(e)}function rz(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function lC(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(lC=function(){return!!e})()}function zl(e){return zl=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(r){return r.__proto__||Object.getPrototypeOf(r)},zl(e)}function nz(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&Jy(e,t)}function Jy(e,t){return Jy=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,i){return n.__proto__=i,n},Jy(e,t)}function Xs(e,t,r){return t=cC(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function cC(e){var t=iz(e,"string");return ao(t)=="symbol"?t:t+""}function iz(e,t){if(ao(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(ao(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}var Lr=32,_0=(function(e){function t(){return Z5(this,t),tz(this,t,arguments)}return nz(t,e),Q5(t,[{key:"renderIcon",value:function(n){var i=this.props.inactiveColor,a=Lr/2,o=Lr/6,s=Lr/3,u=n.inactive?i:n.color;if(n.type==="plainline")return O.createElement("line",{strokeWidth:4,fill:"none",stroke:u,strokeDasharray:n.payload.strokeDasharray,x1:0,y1:a,x2:Lr,y2:a,className:"recharts-legend-icon"});if(n.type==="line")return O.createElement("path",{strokeWidth:4,fill:"none",stroke:u,d:"M0,".concat(a,"h").concat(s,`
|
|
82
82
|
A`).concat(o,",").concat(o,",0,1,1,").concat(2*s,",").concat(a,`
|
|
83
|
-
H`).concat(
|
|
84
|
-
A`).concat(o,",").concat(o,",0,1,1,").concat(s,",").concat(a),className:"recharts-legend-icon"});if(n.type==="rect")return O.createElement("path",{stroke:"none",fill:u,d:"M0,".concat(br/8,"h").concat(br,"v").concat(br*3/4,"h").concat(-br,"z"),className:"recharts-legend-icon"});if(O.isValidElement(n.legendIcon)){var l=Sz({},n);return delete l.legendIcon,O.cloneElement(n.legendIcon,l)}return O.createElement(dc,{fill:u,cx:a,cy:a,size:br,sizeType:"diameter",type:n.type})}},{key:"renderItems",value:function(){var n=this,i=this.props,a=i.payload,o=i.iconSize,s=i.layout,u=i.formatter,l=i.inactiveColor,c={x:0,y:0,width:br,height:br},f={display:s==="horizontal"?"inline-block":"block",marginRight:10},h={display:"inline-block",verticalAlign:"middle",marginRight:4};return a.map(function(p,y){var m=p.formatter||u,d=At(ds(ds({"recharts-legend-item":!0},"legend-item-".concat(y),!0),"inactive",p.inactive));if(p.type==="none")return null;var g=gt(p.value)?null:p.value;gn(!gt(p.value),`The name property is also required when using a function for the dataKey of a chart's cartesian components. Ex: <Bar name="Name of my Data"/>`);var _=p.inactive?l:p.color;return O.createElement("li",dy({className:d,style:f,key:"legend-item-".concat(y)},hs(n.props,p,y)),O.createElement(fy,{width:o,height:o,viewBox:c,style:h},n.renderIcon(p)),O.createElement("span",{className:"recharts-legend-item-text",style:{color:_}},m?m(g,p,y):g))})}},{key:"render",value:function(){var n=this.props,i=n.payload,a=n.layout,o=n.align;if(!i||!i.length)return null;var s={padding:0,margin:0,textAlign:a==="horizontal"?o:"left"};return O.createElement("ul",{className:"recharts-default-legend",style:s},this.renderItems())}}])})(O.PureComponent);ds(Lg,"displayName","Legend");ds(Lg,"defaultProps",{iconSize:14,layout:"horizontal",align:"center",verticalAlign:"middle",inactiveColor:"#ccc"});var bd,lw;function IE(){if(lw)return bd;lw=1;function e(t,r,n,i){for(var a=t.length,o=n+(i?1:-1);i?o--:++o<a;)if(r(t[o],o,t))return o;return-1}return bd=e,bd}var _d,cw;function $z(){if(cw)return _d;cw=1;function e(t){return t!==t}return _d=e,_d}var xd,fw;function jz(){if(fw)return xd;fw=1;function e(t,r,n){for(var i=n-1,a=t.length;++i<a;)if(t[i]===r)return i;return-1}return xd=e,xd}var wd,hw;function Dz(){if(hw)return wd;hw=1;var e=IE(),t=$z(),r=jz();function n(i,a,o){return a===a?r(i,a,o):e(i,t,o)}return wd=n,wd}var Sd,pw;function Rz(){if(pw)return Sd;pw=1;var e=Dz();function t(r,n){var i=r==null?0:r.length;return!!i&&e(r,n,0)>-1}return Sd=t,Sd}var Od,dw;function Iz(){if(dw)return Od;dw=1;function e(t,r,n){for(var i=-1,a=t==null?0:t.length;++i<a;)if(n(r,t[i]))return!0;return!1}return Od=e,Od}var Ad,mw;function Nz(){if(mw)return Ad;mw=1;function e(){}return Ad=e,Ad}var Pd,yw;function Lz(){if(yw)return Pd;yw=1;var e=yE(),t=Nz(),r=kg(),n=1/0,i=e&&1/r(new e([,-0]))[1]==n?function(a){return new e(a)}:t;return Pd=i,Pd}var Td,vw;function Bz(){if(vw)return Td;vw=1;var e=uE(),t=Rz(),r=Iz(),n=cE(),i=Lz(),a=kg(),o=200;function s(u,l,c){var f=-1,h=t,p=u.length,y=!0,m=[],d=m;if(c)y=!1,h=r;else if(p>=o){var g=l?null:i(u);if(g)return a(g);y=!1,h=n,d=new e}else d=l?[]:m;t:for(;++f<p;){var _=u[f],b=l?l(_):_;if(_=c||_!==0?_:0,y&&b===b){for(var x=d.length;x--;)if(d[x]===b)continue t;l&&d.push(b),m.push(_)}else h(d,b,c)||(d!==m&&d.push(b),m.push(_))}return m}return Td=s,Td}var Ed,gw;function qz(){if(gw)return Ed;gw=1;var e=Jn(),t=Bz();function r(n,i){return n&&n.length?t(n,e(i,2)):[]}return Ed=r,Ed}var Fz=qz();const bw=qt(Fz);function NE(e,t,r){return t===!0?bw(e,r):gt(t)?bw(e,t):e}function Ea(e){"@babel/helpers - typeof";return Ea=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Ea(e)}var zz=["ref"];function _w(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function cn(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?_w(Object(r),!0).forEach(function(n){mc(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):_w(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function Uz(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function xw(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,BE(n.key),n)}}function Wz(e,t,r){return t&&xw(e.prototype,t),r&&xw(e,r),Object.defineProperty(e,"prototype",{writable:!1}),e}function Gz(e,t,r){return t=ll(t),Hz(e,LE()?Reflect.construct(t,r||[],ll(e).constructor):t.apply(e,r))}function Hz(e,t){if(t&&(Ea(t)==="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return Kz(e)}function Kz(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function LE(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(LE=function(){return!!e})()}function ll(e){return ll=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(r){return r.__proto__||Object.getPrototypeOf(r)},ll(e)}function Yz(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&yy(e,t)}function yy(e,t){return yy=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,i){return n.__proto__=i,n},yy(e,t)}function mc(e,t,r){return t=BE(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function BE(e){var t=Xz(e,"string");return Ea(t)=="symbol"?t:t+""}function Xz(e,t){if(Ea(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(Ea(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}function Vz(e,t){if(e==null)return{};var r=Zz(e,t),n,i;if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(i=0;i<a.length;i++)n=a[i],!(t.indexOf(n)>=0)&&Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}function Zz(e,t){if(e==null)return{};var r={};for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n)){if(t.indexOf(n)>=0)continue;r[n]=e[n]}return r}function Jz(e){return e.value}function Qz(e,t){if(O.isValidElement(e))return O.cloneElement(e,t);if(typeof e=="function")return O.createElement(e,t);t.ref;var r=Vz(t,zz);return O.createElement(Lg,r)}var ww=1,Si=(function(e){function t(){var r;Uz(this,t);for(var n=arguments.length,i=new Array(n),a=0;a<n;a++)i[a]=arguments[a];return r=Gz(this,t,[].concat(i)),mc(r,"lastBoundingBox",{width:-1,height:-1}),r}return Yz(t,e),Wz(t,[{key:"componentDidMount",value:function(){this.updateBBox()}},{key:"componentDidUpdate",value:function(){this.updateBBox()}},{key:"getBBox",value:function(){if(this.wrapperNode&&this.wrapperNode.getBoundingClientRect){var n=this.wrapperNode.getBoundingClientRect();return n.height=this.wrapperNode.offsetHeight,n.width=this.wrapperNode.offsetWidth,n}return null}},{key:"updateBBox",value:function(){var n=this.props.onBBoxUpdate,i=this.getBBox();i?(Math.abs(i.width-this.lastBoundingBox.width)>ww||Math.abs(i.height-this.lastBoundingBox.height)>ww)&&(this.lastBoundingBox.width=i.width,this.lastBoundingBox.height=i.height,n&&n(i)):(this.lastBoundingBox.width!==-1||this.lastBoundingBox.height!==-1)&&(this.lastBoundingBox.width=-1,this.lastBoundingBox.height=-1,n&&n(null))}},{key:"getBBoxSnapshot",value:function(){return this.lastBoundingBox.width>=0&&this.lastBoundingBox.height>=0?cn({},this.lastBoundingBox):{width:0,height:0}}},{key:"getDefaultPosition",value:function(n){var i=this.props,a=i.layout,o=i.align,s=i.verticalAlign,u=i.margin,l=i.chartWidth,c=i.chartHeight,f,h;if(!n||(n.left===void 0||n.left===null)&&(n.right===void 0||n.right===null))if(o==="center"&&a==="vertical"){var p=this.getBBoxSnapshot();f={left:((l||0)-p.width)/2}}else f=o==="right"?{right:u&&u.right||0}:{left:u&&u.left||0};if(!n||(n.top===void 0||n.top===null)&&(n.bottom===void 0||n.bottom===null))if(s==="middle"){var y=this.getBBoxSnapshot();h={top:((c||0)-y.height)/2}}else h=s==="bottom"?{bottom:u&&u.bottom||0}:{top:u&&u.top||0};return cn(cn({},f),h)}},{key:"render",value:function(){var n=this,i=this.props,a=i.content,o=i.width,s=i.height,u=i.wrapperStyle,l=i.payloadUniqBy,c=i.payload,f=cn(cn({position:"absolute",width:o||"auto",height:s||"auto"},this.getDefaultPosition(u)),u);return O.createElement("div",{className:"recharts-legend-wrapper",style:f,ref:function(p){n.wrapperNode=p}},Qz(a,cn(cn({},this.props),{},{payload:NE(c,l,Jz)})))}}],[{key:"getWithHeight",value:function(n,i){var a=cn(cn({},this.defaultProps),n.props),o=a.layout;return o==="vertical"&&nt(n.props.height)?{height:n.props.height}:o==="horizontal"?{width:n.props.width||i}:null}}])})(O.PureComponent);mc(Si,"displayName","Legend");mc(Si,"defaultProps",{iconSize:14,layout:"horizontal",align:"center",verticalAlign:"bottom"});function ms(e){"@babel/helpers - typeof";return ms=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},ms(e)}function vy(){return vy=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},vy.apply(this,arguments)}function t5(e,t){return i5(e)||n5(e,t)||r5(e,t)||e5()}function e5(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
85
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function r5(e,t){if(e){if(typeof e=="string")return Sw(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);if(r==="Object"&&e.constructor&&(r=e.constructor.name),r==="Map"||r==="Set")return Array.from(e);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return Sw(e,t)}}function Sw(e,t){(t==null||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function n5(e,t){var r=e==null?null:typeof Symbol<"u"&&e[Symbol.iterator]||e["@@iterator"];if(r!=null){var n,i,a,o,s=[],u=!0,l=!1;try{if(a=(r=r.call(e)).next,t!==0)for(;!(u=(n=a.call(r)).done)&&(s.push(n.value),s.length!==t);u=!0);}catch(c){l=!0,i=c}finally{try{if(!u&&r.return!=null&&(o=r.return(),Object(o)!==o))return}finally{if(l)throw i}}return s}}function i5(e){if(Array.isArray(e))return e}function Ow(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function Cd(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?Ow(Object(r),!0).forEach(function(n){a5(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):Ow(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function a5(e,t,r){return t=o5(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function o5(e){var t=s5(e,"string");return ms(t)=="symbol"?t:t+""}function s5(e,t){if(ms(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(ms(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function u5(e){return Array.isArray(e)&&ge(e[0])&&ge(e[1])?e.join(" ~ "):e}var l5=function(t){var r=t.separator,n=r===void 0?" : ":r,i=t.contentStyle,a=i===void 0?{}:i,o=t.itemStyle,s=o===void 0?{}:o,u=t.labelStyle,l=u===void 0?{}:u,c=t.payload,f=t.formatter,h=t.itemSorter,p=t.wrapperClassName,y=t.labelClassName,m=t.label,d=t.labelFormatter,g=t.accessibilityLayer,_=g===void 0?!1:g,b=function(){if(c&&c.length){var E={padding:0,margin:0},k=(h?hc(c,h):c).map(function(j,$){if(j.type==="none")return null;var M=Cd({display:"block",paddingTop:4,paddingBottom:4,color:j.color||"#000"},s),I=j.formatter||f||u5,L=j.value,q=j.name,R=L,D=q;if(I&&R!=null&&D!=null){var B=I(L,q,j,$,c);if(Array.isArray(B)){var U=t5(B,2);R=U[0],D=U[1]}else R=B}return O.createElement("li",{className:"recharts-tooltip-item",key:"tooltip-item-".concat($),style:M},ge(D)?O.createElement("span",{className:"recharts-tooltip-item-name"},D):null,ge(D)?O.createElement("span",{className:"recharts-tooltip-item-separator"},n):null,O.createElement("span",{className:"recharts-tooltip-item-value"},R),O.createElement("span",{className:"recharts-tooltip-item-unit"},j.unit||""))});return O.createElement("ul",{className:"recharts-tooltip-item-list",style:E},k)}return null},x=Cd({margin:0,padding:10,backgroundColor:"#fff",border:"1px solid #ccc",whiteSpace:"nowrap"},a),v=Cd({margin:0},l),w=!yt(m),S=w?m:"",A=At("recharts-default-tooltip",p),P=At("recharts-tooltip-label",y);w&&d&&c!==void 0&&c!==null&&(S=d(m,c));var C=_?{role:"status","aria-live":"assertive"}:{};return O.createElement("div",vy({className:A,style:x},C),O.createElement("p",{className:P,style:v},O.isValidElement(S)?S:"".concat(S)),b())};function ys(e){"@babel/helpers - typeof";return ys=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},ys(e)}function du(e,t,r){return t=c5(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function c5(e){var t=f5(e,"string");return ys(t)=="symbol"?t:t+""}function f5(e,t){if(ys(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(ys(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var _o="recharts-tooltip-wrapper",h5={visibility:"hidden"};function p5(e){var t=e.coordinate,r=e.translateX,n=e.translateY;return At(_o,du(du(du(du({},"".concat(_o,"-right"),nt(r)&&t&&nt(t.x)&&r>=t.x),"".concat(_o,"-left"),nt(r)&&t&&nt(t.x)&&r<t.x),"".concat(_o,"-bottom"),nt(n)&&t&&nt(t.y)&&n>=t.y),"".concat(_o,"-top"),nt(n)&&t&&nt(t.y)&&n<t.y))}function Aw(e){var t=e.allowEscapeViewBox,r=e.coordinate,n=e.key,i=e.offsetTopLeft,a=e.position,o=e.reverseDirection,s=e.tooltipDimension,u=e.viewBox,l=e.viewBoxDimension;if(a&&nt(a[n]))return a[n];var c=r[n]-s-i,f=r[n]+i;if(t[n])return o[n]?c:f;if(o[n]){var h=c,p=u[n];return h<p?Math.max(f,u[n]):Math.max(c,u[n])}var y=f+s,m=u[n]+l;return y>m?Math.max(c,u[n]):Math.max(f,u[n])}function d5(e){var t=e.translateX,r=e.translateY,n=e.useTranslate3d;return{transform:n?"translate3d(".concat(t,"px, ").concat(r,"px, 0)"):"translate(".concat(t,"px, ").concat(r,"px)")}}function m5(e){var t=e.allowEscapeViewBox,r=e.coordinate,n=e.offsetTopLeft,i=e.position,a=e.reverseDirection,o=e.tooltipBox,s=e.useTranslate3d,u=e.viewBox,l,c,f;return o.height>0&&o.width>0&&r?(c=Aw({allowEscapeViewBox:t,coordinate:r,key:"x",offsetTopLeft:n,position:i,reverseDirection:a,tooltipDimension:o.width,viewBox:u,viewBoxDimension:u.width}),f=Aw({allowEscapeViewBox:t,coordinate:r,key:"y",offsetTopLeft:n,position:i,reverseDirection:a,tooltipDimension:o.height,viewBox:u,viewBoxDimension:u.height}),l=d5({translateX:c,translateY:f,useTranslate3d:s})):l=h5,{cssProperties:l,cssClasses:p5({translateX:c,translateY:f,coordinate:r})}}function Ca(e){"@babel/helpers - typeof";return Ca=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Ca(e)}function Pw(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function Tw(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?Pw(Object(r),!0).forEach(function(n){by(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):Pw(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function y5(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function v5(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,FE(n.key),n)}}function g5(e,t,r){return t&&v5(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}function b5(e,t,r){return t=cl(t),_5(e,qE()?Reflect.construct(t,r||[],cl(e).constructor):t.apply(e,r))}function _5(e,t){if(t&&(Ca(t)==="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return x5(e)}function x5(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function qE(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(qE=function(){return!!e})()}function cl(e){return cl=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(r){return r.__proto__||Object.getPrototypeOf(r)},cl(e)}function w5(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&gy(e,t)}function gy(e,t){return gy=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,i){return n.__proto__=i,n},gy(e,t)}function by(e,t,r){return t=FE(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function FE(e){var t=S5(e,"string");return Ca(t)=="symbol"?t:t+""}function S5(e,t){if(Ca(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(Ca(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}var Ew=1,O5=(function(e){function t(){var r;y5(this,t);for(var n=arguments.length,i=new Array(n),a=0;a<n;a++)i[a]=arguments[a];return r=b5(this,t,[].concat(i)),by(r,"state",{dismissed:!1,dismissedAtCoordinate:{x:0,y:0},lastBoundingBox:{width:-1,height:-1}}),by(r,"handleKeyDown",function(o){if(o.key==="Escape"){var s,u,l,c;r.setState({dismissed:!0,dismissedAtCoordinate:{x:(s=(u=r.props.coordinate)===null||u===void 0?void 0:u.x)!==null&&s!==void 0?s:0,y:(l=(c=r.props.coordinate)===null||c===void 0?void 0:c.y)!==null&&l!==void 0?l:0}})}}),r}return w5(t,e),g5(t,[{key:"updateBBox",value:function(){if(this.wrapperNode&&this.wrapperNode.getBoundingClientRect){var n=this.wrapperNode.getBoundingClientRect();(Math.abs(n.width-this.state.lastBoundingBox.width)>Ew||Math.abs(n.height-this.state.lastBoundingBox.height)>Ew)&&this.setState({lastBoundingBox:{width:n.width,height:n.height}})}else(this.state.lastBoundingBox.width!==-1||this.state.lastBoundingBox.height!==-1)&&this.setState({lastBoundingBox:{width:-1,height:-1}})}},{key:"componentDidMount",value:function(){document.addEventListener("keydown",this.handleKeyDown),this.updateBBox()}},{key:"componentWillUnmount",value:function(){document.removeEventListener("keydown",this.handleKeyDown)}},{key:"componentDidUpdate",value:function(){var n,i;this.props.active&&this.updateBBox(),this.state.dismissed&&(((n=this.props.coordinate)===null||n===void 0?void 0:n.x)!==this.state.dismissedAtCoordinate.x||((i=this.props.coordinate)===null||i===void 0?void 0:i.y)!==this.state.dismissedAtCoordinate.y)&&(this.state.dismissed=!1)}},{key:"render",value:function(){var n=this,i=this.props,a=i.active,o=i.allowEscapeViewBox,s=i.animationDuration,u=i.animationEasing,l=i.children,c=i.coordinate,f=i.hasPayload,h=i.isAnimationActive,p=i.offset,y=i.position,m=i.reverseDirection,d=i.useTranslate3d,g=i.viewBox,_=i.wrapperStyle,b=m5({allowEscapeViewBox:o,coordinate:c,offsetTopLeft:p,position:y,reverseDirection:m,tooltipBox:this.state.lastBoundingBox,useTranslate3d:d,viewBox:g}),x=b.cssClasses,v=b.cssProperties,w=Tw(Tw({transition:h&&a?"transform ".concat(s,"ms ").concat(u):void 0},v),{},{pointerEvents:"none",visibility:!this.state.dismissed&&a&&f?"visible":"hidden",position:"absolute",top:0,left:0},_);return O.createElement("div",{tabIndex:-1,className:x,style:w,ref:function(A){n.wrapperNode=A}},l)}}])})(O.PureComponent),A5=function(){return!(typeof window<"u"&&window.document&&window.document.createElement&&window.setTimeout)},Qn={isSsr:A5()};function Ma(e){"@babel/helpers - typeof";return Ma=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Ma(e)}function Cw(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function Mw(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?Cw(Object(r),!0).forEach(function(n){Bg(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):Cw(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function P5(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function T5(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,UE(n.key),n)}}function E5(e,t,r){return t&&T5(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}function C5(e,t,r){return t=fl(t),M5(e,zE()?Reflect.construct(t,r||[],fl(e).constructor):t.apply(e,r))}function M5(e,t){if(t&&(Ma(t)==="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return k5(e)}function k5(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function zE(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(zE=function(){return!!e})()}function fl(e){return fl=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(r){return r.__proto__||Object.getPrototypeOf(r)},fl(e)}function $5(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&_y(e,t)}function _y(e,t){return _y=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,i){return n.__proto__=i,n},_y(e,t)}function Bg(e,t,r){return t=UE(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function UE(e){var t=j5(e,"string");return Ma(t)=="symbol"?t:t+""}function j5(e,t){if(Ma(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(Ma(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}function D5(e){return e.dataKey}function R5(e,t){return O.isValidElement(e)?O.cloneElement(e,t):typeof e=="function"?O.createElement(e,t):O.createElement(l5,t)}var Kr=(function(e){function t(){return P5(this,t),C5(this,t,arguments)}return $5(t,e),E5(t,[{key:"render",value:function(){var n=this,i=this.props,a=i.active,o=i.allowEscapeViewBox,s=i.animationDuration,u=i.animationEasing,l=i.content,c=i.coordinate,f=i.filterNull,h=i.isAnimationActive,p=i.offset,y=i.payload,m=i.payloadUniqBy,d=i.position,g=i.reverseDirection,_=i.useTranslate3d,b=i.viewBox,x=i.wrapperStyle,v=y??[];f&&v.length&&(v=NE(y.filter(function(S){return S.value!=null&&(S.hide!==!0||n.props.includeHidden)}),m,D5));var w=v.length>0;return O.createElement(O5,{allowEscapeViewBox:o,animationDuration:s,animationEasing:u,isAnimationActive:h,active:a,coordinate:c,hasPayload:w,offset:p,position:d,reverseDirection:g,useTranslate3d:_,viewBox:b,wrapperStyle:x},R5(l,Mw(Mw({},this.props),{},{payload:v})))}}])})(O.PureComponent);Bg(Kr,"displayName","Tooltip");Bg(Kr,"defaultProps",{accessibilityLayer:!1,allowEscapeViewBox:{x:!1,y:!1},animationDuration:400,animationEasing:"ease",contentStyle:{},coordinate:{x:0,y:0},cursor:!0,cursorStyle:{},filterNull:!0,isAnimationActive:!Qn.isSsr,itemStyle:{},labelStyle:{},offset:10,reverseDirection:{x:!1,y:!1},separator:" : ",trigger:"hover",useTranslate3d:!1,viewBox:{x:0,y:0,height:0,width:0},wrapperStyle:{}});var Md,kw;function I5(){if(kw)return Md;kw=1;var e=Fr(),t=function(){return e.Date.now()};return Md=t,Md}var kd,$w;function N5(){if($w)return kd;$w=1;var e=Zn(),t=I5(),r=xg(),n="Expected a function",i=Math.max,a=Math.min;function o(s,u,l){var c,f,h,p,y,m,d=0,g=!1,_=!1,b=!0;if(typeof s!="function")throw new TypeError(n);u=r(u)||0,e(l)&&(g=!!l.leading,_="maxWait"in l,h=_?i(r(l.maxWait)||0,u):h,b="trailing"in l?!!l.trailing:b);function x(k){var j=c,$=f;return c=f=void 0,d=k,p=s.apply($,j),p}function v(k){return d=k,y=setTimeout(A,u),g?x(k):p}function w(k){var j=k-m,$=k-d,M=u-j;return _?a(M,h-$):M}function S(k){var j=k-m,$=k-d;return m===void 0||j>=u||j<0||_&&$>=h}function A(){var k=t();if(S(k))return P(k);y=setTimeout(A,w(k))}function P(k){return y=void 0,b&&c?x(k):(c=f=void 0,p)}function C(){y!==void 0&&clearTimeout(y),d=0,c=m=f=y=void 0}function T(){return y===void 0?p:P(t())}function E(){var k=t(),j=S(k);if(c=arguments,f=this,m=k,j){if(y===void 0)return v(m);if(_)return clearTimeout(y),y=setTimeout(A,u),x(m)}return y===void 0&&(y=setTimeout(A,u)),p}return E.cancel=C,E.flush=T,E}return kd=o,kd}var $d,jw;function L5(){if(jw)return $d;jw=1;var e=N5(),t=Zn(),r="Expected a function";function n(i,a,o){var s=!0,u=!0;if(typeof i!="function")throw new TypeError(r);return t(o)&&(s="leading"in o?!!o.leading:s,u="trailing"in o?!!o.trailing:u),e(i,a,{leading:s,maxWait:a,trailing:u})}return $d=n,$d}var B5=L5();const WE=qt(B5);function vs(e){"@babel/helpers - typeof";return vs=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},vs(e)}function Dw(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function mu(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?Dw(Object(r),!0).forEach(function(n){q5(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):Dw(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function q5(e,t,r){return t=F5(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function F5(e){var t=z5(e,"string");return vs(t)=="symbol"?t:t+""}function z5(e,t){if(vs(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(vs(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function U5(e,t){return K5(e)||H5(e,t)||G5(e,t)||W5()}function W5(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
86
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function
|
|
87
|
-
maybe you don't need to use a ResponsiveContainer.`,o,u),
|
|
83
|
+
H`).concat(Lr,"M").concat(2*s,",").concat(a,`
|
|
84
|
+
A`).concat(o,",").concat(o,",0,1,1,").concat(s,",").concat(a),className:"recharts-legend-icon"});if(n.type==="rect")return O.createElement("path",{stroke:"none",fill:u,d:"M0,".concat(Lr/8,"h").concat(Lr,"v").concat(Lr*3/4,"h").concat(-Lr,"z"),className:"recharts-legend-icon"});if(O.isValidElement(n.legendIcon)){var l=V5({},n);return delete l.legendIcon,O.cloneElement(n.legendIcon,l)}return O.createElement(Kc,{fill:u,cx:a,cy:a,size:Lr,sizeType:"diameter",type:n.type})}},{key:"renderItems",value:function(){var n=this,i=this.props,a=i.payload,o=i.iconSize,s=i.layout,u=i.formatter,l=i.inactiveColor,c={x:0,y:0,width:Lr,height:Lr},f={display:s==="horizontal"?"inline-block":"block",marginRight:10},h={display:"inline-block",verticalAlign:"middle",marginRight:4};return a.map(function(p,y){var d=p.formatter||u,m=Ot(Xs(Xs({"recharts-legend-item":!0},"legend-item-".concat(y),!0),"inactive",p.inactive));if(p.type==="none")return null;var v=_t(p.value)?null:p.value;zn(!_t(p.value),`The name property is also required when using a function for the dataKey of a chart's cartesian components. Ex: <Bar name="Name of my Data"/>`);var _=p.inactive?l:p.color;return O.createElement("li",Zy({className:m,style:f,key:"legend-item-".concat(y)},Gs(n.props,p,y)),O.createElement(Xy,{width:o,height:o,viewBox:c,style:h},n.renderIcon(p)),O.createElement("span",{className:"recharts-legend-item-text",style:{color:_}},d?d(v,p,y):v))})}},{key:"render",value:function(){var n=this.props,i=n.payload,a=n.layout,o=n.align;if(!i||!i.length)return null;var s={padding:0,margin:0,textAlign:a==="horizontal"?o:"left"};return O.createElement("ul",{className:"recharts-default-legend",style:s},this.renderItems())}}])})(O.PureComponent);Xs(_0,"displayName","Legend");Xs(_0,"defaultProps",{iconSize:14,layout:"horizontal",align:"center",verticalAlign:"middle",inactiveColor:"#ccc"});var nm,Fw;function fC(){if(Fw)return nm;Fw=1;function e(t,r,n,i){for(var a=t.length,o=n+(i?1:-1);i?o--:++o<a;)if(r(t[o],o,t))return o;return-1}return nm=e,nm}var im,zw;function az(){if(zw)return im;zw=1;function e(t){return t!==t}return im=e,im}var am,Uw;function oz(){if(Uw)return am;Uw=1;function e(t,r,n){for(var i=n-1,a=t.length;++i<a;)if(t[i]===r)return i;return-1}return am=e,am}var om,Ww;function sz(){if(Ww)return om;Ww=1;var e=fC(),t=az(),r=oz();function n(i,a,o){return a===a?r(i,a,o):e(i,t,o)}return om=n,om}var sm,Hw;function uz(){if(Hw)return sm;Hw=1;var e=sz();function t(r,n){var i=r==null?0:r.length;return!!i&&e(r,n,0)>-1}return sm=t,sm}var um,Gw;function lz(){if(Gw)return um;Gw=1;function e(t,r,n){for(var i=-1,a=t==null?0:t.length;++i<a;)if(n(r,t[i]))return!0;return!1}return um=e,um}var lm,Kw;function cz(){if(Kw)return lm;Kw=1;function e(){}return lm=e,lm}var cm,Xw;function fz(){if(Xw)return cm;Xw=1;var e=HE(),t=cz(),r=d0(),n=1/0,i=e&&1/r(new e([,-0]))[1]==n?function(a){return new e(a)}:t;return cm=i,cm}var fm,Yw;function hz(){if(Yw)return fm;Yw=1;var e=NE(),t=uz(),r=lz(),n=BE(),i=fz(),a=d0(),o=200;function s(u,l,c){var f=-1,h=t,p=u.length,y=!0,d=[],m=d;if(c)y=!1,h=r;else if(p>=o){var v=l?null:i(u);if(v)return a(v);y=!1,h=n,m=new e}else m=l?[]:d;t:for(;++f<p;){var _=u[f],b=l?l(_):_;if(_=c||_!==0?_:0,y&&b===b){for(var x=m.length;x--;)if(m[x]===b)continue t;l&&m.push(b),d.push(_)}else h(m,b,c)||(m!==d&&m.push(b),d.push(_))}return d}return fm=s,fm}var hm,Vw;function pz(){if(Vw)return hm;Vw=1;var e=Oi(),t=hz();function r(n,i){return n&&n.length?t(n,e(i,2)):[]}return hm=r,hm}var dz=pz();const Zw=Ft(dz);function hC(e,t,r){return t===!0?Zw(e,r):_t(t)?Zw(e,t):e}function oo(e){"@babel/helpers - typeof";return oo=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},oo(e)}var mz=["ref"];function Jw(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function Rn(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?Jw(Object(r),!0).forEach(function(n){Xc(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):Jw(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function yz(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Qw(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,dC(n.key),n)}}function gz(e,t,r){return t&&Qw(e.prototype,t),r&&Qw(e,r),Object.defineProperty(e,"prototype",{writable:!1}),e}function vz(e,t,r){return t=Ul(t),bz(e,pC()?Reflect.construct(t,r||[],Ul(e).constructor):t.apply(e,r))}function bz(e,t){if(t&&(oo(t)==="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return xz(e)}function xz(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function pC(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(pC=function(){return!!e})()}function Ul(e){return Ul=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(r){return r.__proto__||Object.getPrototypeOf(r)},Ul(e)}function _z(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&Qy(e,t)}function Qy(e,t){return Qy=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,i){return n.__proto__=i,n},Qy(e,t)}function Xc(e,t,r){return t=dC(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function dC(e){var t=wz(e,"string");return oo(t)=="symbol"?t:t+""}function wz(e,t){if(oo(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(oo(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}function Sz(e,t){if(e==null)return{};var r=Az(e,t),n,i;if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(i=0;i<a.length;i++)n=a[i],!(t.indexOf(n)>=0)&&Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}function Az(e,t){if(e==null)return{};var r={};for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n)){if(t.indexOf(n)>=0)continue;r[n]=e[n]}return r}function Oz(e){return e.value}function Tz(e,t){if(O.isValidElement(e))return O.cloneElement(e,t);if(typeof e=="function")return O.createElement(e,t);t.ref;var r=Sz(t,mz);return O.createElement(_0,r)}var tS=1,ea=(function(e){function t(){var r;yz(this,t);for(var n=arguments.length,i=new Array(n),a=0;a<n;a++)i[a]=arguments[a];return r=vz(this,t,[].concat(i)),Xc(r,"lastBoundingBox",{width:-1,height:-1}),r}return _z(t,e),gz(t,[{key:"componentDidMount",value:function(){this.updateBBox()}},{key:"componentDidUpdate",value:function(){this.updateBBox()}},{key:"getBBox",value:function(){if(this.wrapperNode&&this.wrapperNode.getBoundingClientRect){var n=this.wrapperNode.getBoundingClientRect();return n.height=this.wrapperNode.offsetHeight,n.width=this.wrapperNode.offsetWidth,n}return null}},{key:"updateBBox",value:function(){var n=this.props.onBBoxUpdate,i=this.getBBox();i?(Math.abs(i.width-this.lastBoundingBox.width)>tS||Math.abs(i.height-this.lastBoundingBox.height)>tS)&&(this.lastBoundingBox.width=i.width,this.lastBoundingBox.height=i.height,n&&n(i)):(this.lastBoundingBox.width!==-1||this.lastBoundingBox.height!==-1)&&(this.lastBoundingBox.width=-1,this.lastBoundingBox.height=-1,n&&n(null))}},{key:"getBBoxSnapshot",value:function(){return this.lastBoundingBox.width>=0&&this.lastBoundingBox.height>=0?Rn({},this.lastBoundingBox):{width:0,height:0}}},{key:"getDefaultPosition",value:function(n){var i=this.props,a=i.layout,o=i.align,s=i.verticalAlign,u=i.margin,l=i.chartWidth,c=i.chartHeight,f,h;if(!n||(n.left===void 0||n.left===null)&&(n.right===void 0||n.right===null))if(o==="center"&&a==="vertical"){var p=this.getBBoxSnapshot();f={left:((l||0)-p.width)/2}}else f=o==="right"?{right:u&&u.right||0}:{left:u&&u.left||0};if(!n||(n.top===void 0||n.top===null)&&(n.bottom===void 0||n.bottom===null))if(s==="middle"){var y=this.getBBoxSnapshot();h={top:((c||0)-y.height)/2}}else h=s==="bottom"?{bottom:u&&u.bottom||0}:{top:u&&u.top||0};return Rn(Rn({},f),h)}},{key:"render",value:function(){var n=this,i=this.props,a=i.content,o=i.width,s=i.height,u=i.wrapperStyle,l=i.payloadUniqBy,c=i.payload,f=Rn(Rn({position:"absolute",width:o||"auto",height:s||"auto"},this.getDefaultPosition(u)),u);return O.createElement("div",{className:"recharts-legend-wrapper",style:f,ref:function(p){n.wrapperNode=p}},Tz(a,Rn(Rn({},this.props),{},{payload:hC(c,l,Oz)})))}}],[{key:"getWithHeight",value:function(n,i){var a=Rn(Rn({},this.defaultProps),n.props),o=a.layout;return o==="vertical"&&it(n.props.height)?{height:n.props.height}:o==="horizontal"?{width:n.props.width||i}:null}}])})(O.PureComponent);Xc(ea,"displayName","Legend");Xc(ea,"defaultProps",{iconSize:14,layout:"horizontal",align:"center",verticalAlign:"bottom"});function Ys(e){"@babel/helpers - typeof";return Ys=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Ys(e)}function tg(){return tg=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},tg.apply(this,arguments)}function Pz(e,t){return kz(e)||Mz(e,t)||Cz(e,t)||Ez()}function Ez(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
85
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function Cz(e,t){if(e){if(typeof e=="string")return eS(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);if(r==="Object"&&e.constructor&&(r=e.constructor.name),r==="Map"||r==="Set")return Array.from(e);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return eS(e,t)}}function eS(e,t){(t==null||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function Mz(e,t){var r=e==null?null:typeof Symbol<"u"&&e[Symbol.iterator]||e["@@iterator"];if(r!=null){var n,i,a,o,s=[],u=!0,l=!1;try{if(a=(r=r.call(e)).next,t!==0)for(;!(u=(n=a.call(r)).done)&&(s.push(n.value),s.length!==t);u=!0);}catch(c){l=!0,i=c}finally{try{if(!u&&r.return!=null&&(o=r.return(),Object(o)!==o))return}finally{if(l)throw i}}return s}}function kz(e){if(Array.isArray(e))return e}function rS(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function pm(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?rS(Object(r),!0).forEach(function(n){$z(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):rS(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function $z(e,t,r){return t=jz(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function jz(e){var t=Rz(e,"string");return Ys(t)=="symbol"?t:t+""}function Rz(e,t){if(Ys(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(Ys(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function Dz(e){return Array.isArray(e)&&Te(e[0])&&Te(e[1])?e.join(" ~ "):e}var Iz=function(t){var r=t.separator,n=r===void 0?" : ":r,i=t.contentStyle,a=i===void 0?{}:i,o=t.itemStyle,s=o===void 0?{}:o,u=t.labelStyle,l=u===void 0?{}:u,c=t.payload,f=t.formatter,h=t.itemSorter,p=t.wrapperClassName,y=t.labelClassName,d=t.label,m=t.labelFormatter,v=t.accessibilityLayer,_=v===void 0?!1:v,b=function(){if(c&&c.length){var E={padding:0,margin:0},k=(h?Hc(c,h):c).map(function($,j){if($.type==="none")return null;var C=pm({display:"block",paddingTop:4,paddingBottom:4,color:$.color||"#000"},s),I=$.formatter||f||Dz,U=$.value,W=$.name,D=U,L=W;if(I&&D!=null&&L!=null){var B=I(U,W,$,j,c);if(Array.isArray(B)){var N=Pz(B,2);D=N[0],L=N[1]}else D=B}return O.createElement("li",{className:"recharts-tooltip-item",key:"tooltip-item-".concat(j),style:C},Te(L)?O.createElement("span",{className:"recharts-tooltip-item-name"},L):null,Te(L)?O.createElement("span",{className:"recharts-tooltip-item-separator"},n):null,O.createElement("span",{className:"recharts-tooltip-item-value"},D),O.createElement("span",{className:"recharts-tooltip-item-unit"},$.unit||""))});return O.createElement("ul",{className:"recharts-tooltip-item-list",style:E},k)}return null},x=pm({margin:0,padding:10,backgroundColor:"#fff",border:"1px solid #ccc",whiteSpace:"nowrap"},a),g=pm({margin:0},l),w=!vt(d),S=w?d:"",A=Ot("recharts-default-tooltip",p),T=Ot("recharts-tooltip-label",y);w&&m&&c!==void 0&&c!==null&&(S=m(d,c));var M=_?{role:"status","aria-live":"assertive"}:{};return O.createElement("div",tg({className:A,style:x},M),O.createElement("p",{className:T,style:g},O.isValidElement(S)?S:"".concat(S)),b())};function Vs(e){"@babel/helpers - typeof";return Vs=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Vs(e)}function Ku(e,t,r){return t=Nz(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function Nz(e){var t=Lz(e,"string");return Vs(t)=="symbol"?t:t+""}function Lz(e,t){if(Vs(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(Vs(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var Qo="recharts-tooltip-wrapper",Bz={visibility:"hidden"};function qz(e){var t=e.coordinate,r=e.translateX,n=e.translateY;return Ot(Qo,Ku(Ku(Ku(Ku({},"".concat(Qo,"-right"),it(r)&&t&&it(t.x)&&r>=t.x),"".concat(Qo,"-left"),it(r)&&t&&it(t.x)&&r<t.x),"".concat(Qo,"-bottom"),it(n)&&t&&it(t.y)&&n>=t.y),"".concat(Qo,"-top"),it(n)&&t&&it(t.y)&&n<t.y))}function nS(e){var t=e.allowEscapeViewBox,r=e.coordinate,n=e.key,i=e.offsetTopLeft,a=e.position,o=e.reverseDirection,s=e.tooltipDimension,u=e.viewBox,l=e.viewBoxDimension;if(a&&it(a[n]))return a[n];var c=r[n]-s-i,f=r[n]+i;if(t[n])return o[n]?c:f;if(o[n]){var h=c,p=u[n];return h<p?Math.max(f,u[n]):Math.max(c,u[n])}var y=f+s,d=u[n]+l;return y>d?Math.max(c,u[n]):Math.max(f,u[n])}function Fz(e){var t=e.translateX,r=e.translateY,n=e.useTranslate3d;return{transform:n?"translate3d(".concat(t,"px, ").concat(r,"px, 0)"):"translate(".concat(t,"px, ").concat(r,"px)")}}function zz(e){var t=e.allowEscapeViewBox,r=e.coordinate,n=e.offsetTopLeft,i=e.position,a=e.reverseDirection,o=e.tooltipBox,s=e.useTranslate3d,u=e.viewBox,l,c,f;return o.height>0&&o.width>0&&r?(c=nS({allowEscapeViewBox:t,coordinate:r,key:"x",offsetTopLeft:n,position:i,reverseDirection:a,tooltipDimension:o.width,viewBox:u,viewBoxDimension:u.width}),f=nS({allowEscapeViewBox:t,coordinate:r,key:"y",offsetTopLeft:n,position:i,reverseDirection:a,tooltipDimension:o.height,viewBox:u,viewBoxDimension:u.height}),l=Fz({translateX:c,translateY:f,useTranslate3d:s})):l=Bz,{cssProperties:l,cssClasses:qz({translateX:c,translateY:f,coordinate:r})}}function so(e){"@babel/helpers - typeof";return so=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},so(e)}function iS(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function aS(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?iS(Object(r),!0).forEach(function(n){rg(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):iS(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function Uz(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Wz(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,yC(n.key),n)}}function Hz(e,t,r){return t&&Wz(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}function Gz(e,t,r){return t=Wl(t),Kz(e,mC()?Reflect.construct(t,r||[],Wl(e).constructor):t.apply(e,r))}function Kz(e,t){if(t&&(so(t)==="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return Xz(e)}function Xz(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function mC(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(mC=function(){return!!e})()}function Wl(e){return Wl=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(r){return r.__proto__||Object.getPrototypeOf(r)},Wl(e)}function Yz(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&eg(e,t)}function eg(e,t){return eg=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,i){return n.__proto__=i,n},eg(e,t)}function rg(e,t,r){return t=yC(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function yC(e){var t=Vz(e,"string");return so(t)=="symbol"?t:t+""}function Vz(e,t){if(so(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(so(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}var oS=1,Zz=(function(e){function t(){var r;Uz(this,t);for(var n=arguments.length,i=new Array(n),a=0;a<n;a++)i[a]=arguments[a];return r=Gz(this,t,[].concat(i)),rg(r,"state",{dismissed:!1,dismissedAtCoordinate:{x:0,y:0},lastBoundingBox:{width:-1,height:-1}}),rg(r,"handleKeyDown",function(o){if(o.key==="Escape"){var s,u,l,c;r.setState({dismissed:!0,dismissedAtCoordinate:{x:(s=(u=r.props.coordinate)===null||u===void 0?void 0:u.x)!==null&&s!==void 0?s:0,y:(l=(c=r.props.coordinate)===null||c===void 0?void 0:c.y)!==null&&l!==void 0?l:0}})}}),r}return Yz(t,e),Hz(t,[{key:"updateBBox",value:function(){if(this.wrapperNode&&this.wrapperNode.getBoundingClientRect){var n=this.wrapperNode.getBoundingClientRect();(Math.abs(n.width-this.state.lastBoundingBox.width)>oS||Math.abs(n.height-this.state.lastBoundingBox.height)>oS)&&this.setState({lastBoundingBox:{width:n.width,height:n.height}})}else(this.state.lastBoundingBox.width!==-1||this.state.lastBoundingBox.height!==-1)&&this.setState({lastBoundingBox:{width:-1,height:-1}})}},{key:"componentDidMount",value:function(){document.addEventListener("keydown",this.handleKeyDown),this.updateBBox()}},{key:"componentWillUnmount",value:function(){document.removeEventListener("keydown",this.handleKeyDown)}},{key:"componentDidUpdate",value:function(){var n,i;this.props.active&&this.updateBBox(),this.state.dismissed&&(((n=this.props.coordinate)===null||n===void 0?void 0:n.x)!==this.state.dismissedAtCoordinate.x||((i=this.props.coordinate)===null||i===void 0?void 0:i.y)!==this.state.dismissedAtCoordinate.y)&&(this.state.dismissed=!1)}},{key:"render",value:function(){var n=this,i=this.props,a=i.active,o=i.allowEscapeViewBox,s=i.animationDuration,u=i.animationEasing,l=i.children,c=i.coordinate,f=i.hasPayload,h=i.isAnimationActive,p=i.offset,y=i.position,d=i.reverseDirection,m=i.useTranslate3d,v=i.viewBox,_=i.wrapperStyle,b=zz({allowEscapeViewBox:o,coordinate:c,offsetTopLeft:p,position:y,reverseDirection:d,tooltipBox:this.state.lastBoundingBox,useTranslate3d:m,viewBox:v}),x=b.cssClasses,g=b.cssProperties,w=aS(aS({transition:h&&a?"transform ".concat(s,"ms ").concat(u):void 0},g),{},{pointerEvents:"none",visibility:!this.state.dismissed&&a&&f?"visible":"hidden",position:"absolute",top:0,left:0},_);return O.createElement("div",{tabIndex:-1,className:x,style:w,ref:function(A){n.wrapperNode=A}},l)}}])})(O.PureComponent),Jz=function(){return!(typeof window<"u"&&window.document&&window.document.createElement&&window.setTimeout)},Ti={isSsr:Jz()};function uo(e){"@babel/helpers - typeof";return uo=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},uo(e)}function sS(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function uS(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?sS(Object(r),!0).forEach(function(n){w0(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):sS(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function Qz(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function t3(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,vC(n.key),n)}}function e3(e,t,r){return t&&t3(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}function r3(e,t,r){return t=Hl(t),n3(e,gC()?Reflect.construct(t,r||[],Hl(e).constructor):t.apply(e,r))}function n3(e,t){if(t&&(uo(t)==="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return i3(e)}function i3(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function gC(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(gC=function(){return!!e})()}function Hl(e){return Hl=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(r){return r.__proto__||Object.getPrototypeOf(r)},Hl(e)}function a3(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&ng(e,t)}function ng(e,t){return ng=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,i){return n.__proto__=i,n},ng(e,t)}function w0(e,t,r){return t=vC(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function vC(e){var t=o3(e,"string");return uo(t)=="symbol"?t:t+""}function o3(e,t){if(uo(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(uo(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}function s3(e){return e.dataKey}function u3(e,t){return O.isValidElement(e)?O.cloneElement(e,t):typeof e=="function"?O.createElement(e,t):O.createElement(Iz,t)}var xn=(function(e){function t(){return Qz(this,t),r3(this,t,arguments)}return a3(t,e),e3(t,[{key:"render",value:function(){var n=this,i=this.props,a=i.active,o=i.allowEscapeViewBox,s=i.animationDuration,u=i.animationEasing,l=i.content,c=i.coordinate,f=i.filterNull,h=i.isAnimationActive,p=i.offset,y=i.payload,d=i.payloadUniqBy,m=i.position,v=i.reverseDirection,_=i.useTranslate3d,b=i.viewBox,x=i.wrapperStyle,g=y??[];f&&g.length&&(g=hC(y.filter(function(S){return S.value!=null&&(S.hide!==!0||n.props.includeHidden)}),d,s3));var w=g.length>0;return O.createElement(Zz,{allowEscapeViewBox:o,animationDuration:s,animationEasing:u,isAnimationActive:h,active:a,coordinate:c,hasPayload:w,offset:p,position:m,reverseDirection:v,useTranslate3d:_,viewBox:b,wrapperStyle:x},u3(l,uS(uS({},this.props),{},{payload:g})))}}])})(O.PureComponent);w0(xn,"displayName","Tooltip");w0(xn,"defaultProps",{accessibilityLayer:!1,allowEscapeViewBox:{x:!1,y:!1},animationDuration:400,animationEasing:"ease",contentStyle:{},coordinate:{x:0,y:0},cursor:!0,cursorStyle:{},filterNull:!0,isAnimationActive:!Ti.isSsr,itemStyle:{},labelStyle:{},offset:10,reverseDirection:{x:!1,y:!1},separator:" : ",trigger:"hover",useTranslate3d:!1,viewBox:{x:0,y:0,height:0,width:0},wrapperStyle:{}});var dm,lS;function l3(){if(lS)return dm;lS=1;var e=ln(),t=function(){return e.Date.now()};return dm=t,dm}var mm,cS;function c3(){if(cS)return mm;cS=1;var e=Ai(),t=l3(),r=i0(),n="Expected a function",i=Math.max,a=Math.min;function o(s,u,l){var c,f,h,p,y,d,m=0,v=!1,_=!1,b=!0;if(typeof s!="function")throw new TypeError(n);u=r(u)||0,e(l)&&(v=!!l.leading,_="maxWait"in l,h=_?i(r(l.maxWait)||0,u):h,b="trailing"in l?!!l.trailing:b);function x(k){var $=c,j=f;return c=f=void 0,m=k,p=s.apply(j,$),p}function g(k){return m=k,y=setTimeout(A,u),v?x(k):p}function w(k){var $=k-d,j=k-m,C=u-$;return _?a(C,h-j):C}function S(k){var $=k-d,j=k-m;return d===void 0||$>=u||$<0||_&&j>=h}function A(){var k=t();if(S(k))return T(k);y=setTimeout(A,w(k))}function T(k){return y=void 0,b&&c?x(k):(c=f=void 0,p)}function M(){y!==void 0&&clearTimeout(y),m=0,c=d=f=y=void 0}function P(){return y===void 0?p:T(t())}function E(){var k=t(),$=S(k);if(c=arguments,f=this,d=k,$){if(y===void 0)return g(d);if(_)return clearTimeout(y),y=setTimeout(A,u),x(d)}return y===void 0&&(y=setTimeout(A,u)),p}return E.cancel=M,E.flush=P,E}return mm=o,mm}var ym,fS;function f3(){if(fS)return ym;fS=1;var e=c3(),t=Ai(),r="Expected a function";function n(i,a,o){var s=!0,u=!0;if(typeof i!="function")throw new TypeError(r);return t(o)&&(s="leading"in o?!!o.leading:s,u="trailing"in o?!!o.trailing:u),e(i,a,{leading:s,maxWait:a,trailing:u})}return ym=n,ym}var h3=f3();const bC=Ft(h3);function Zs(e){"@babel/helpers - typeof";return Zs=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Zs(e)}function hS(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function Xu(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?hS(Object(r),!0).forEach(function(n){p3(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):hS(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function p3(e,t,r){return t=d3(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function d3(e){var t=m3(e,"string");return Zs(t)=="symbol"?t:t+""}function m3(e,t){if(Zs(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(Zs(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function y3(e,t){return x3(e)||b3(e,t)||v3(e,t)||g3()}function g3(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
86
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function v3(e,t){if(e){if(typeof e=="string")return pS(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);if(r==="Object"&&e.constructor&&(r=e.constructor.name),r==="Map"||r==="Set")return Array.from(e);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return pS(e,t)}}function pS(e,t){(t==null||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function b3(e,t){var r=e==null?null:typeof Symbol<"u"&&e[Symbol.iterator]||e["@@iterator"];if(r!=null){var n,i,a,o,s=[],u=!0,l=!1;try{if(a=(r=r.call(e)).next,t!==0)for(;!(u=(n=a.call(r)).done)&&(s.push(n.value),s.length!==t);u=!0);}catch(c){l=!0,i=c}finally{try{if(!u&&r.return!=null&&(o=r.return(),Object(o)!==o))return}finally{if(l)throw i}}return s}}function x3(e){if(Array.isArray(e))return e}var _3=O.forwardRef(function(e,t){var r=e.aspect,n=e.initialDimension,i=n===void 0?{width:-1,height:-1}:n,a=e.width,o=a===void 0?"100%":a,s=e.height,u=s===void 0?"100%":s,l=e.minWidth,c=l===void 0?0:l,f=e.minHeight,h=e.maxHeight,p=e.children,y=e.debounce,d=y===void 0?0:y,m=e.id,v=e.className,_=e.onResize,b=e.style,x=b===void 0?{}:b,g=O.useRef(null),w=O.useRef();w.current=_,O.useImperativeHandle(t,function(){return Object.defineProperty(g.current,"current",{get:function(){return console.warn("The usage of ref.current.current is deprecated and will no longer be supported."),g.current},configurable:!0})});var S=O.useState({containerWidth:i.width,containerHeight:i.height}),A=y3(S,2),T=A[0],M=A[1],P=O.useCallback(function(k,$){M(function(j){var C=Math.round(k),I=Math.round($);return j.containerWidth===C&&j.containerHeight===I?j:{containerWidth:C,containerHeight:I}})},[]);O.useEffect(function(){var k=function(W){var D,L=W[0].contentRect,B=L.width,N=L.height;P(B,N),(D=w.current)===null||D===void 0||D.call(w,B,N)};d>0&&(k=bC(k,d,{trailing:!0,leading:!1}));var $=new ResizeObserver(k),j=g.current.getBoundingClientRect(),C=j.width,I=j.height;return P(C,I),$.observe(g.current),function(){$.disconnect()}},[P,d]);var E=O.useMemo(function(){var k=T.containerWidth,$=T.containerHeight;if(k<0||$<0)return null;zn(Ki(o)||Ki(u),`The width(%s) and height(%s) are both fixed numbers,
|
|
87
|
+
maybe you don't need to use a ResponsiveContainer.`,o,u),zn(!r||r>0,"The aspect(%s) must be greater than zero.",r);var j=Ki(o)?k:o,C=Ki(u)?$:u;r&&r>0&&(j?C=j/r:C&&(j=C*r),h&&C>h&&(C=h)),zn(j>0||C>0,`The width(%s) and height(%s) of chart should be greater than 0,
|
|
88
88
|
please check the style of container, or the props width(%s) and height(%s),
|
|
89
89
|
or add a minWidth(%s) or minHeight(%s) or use aspect(%s) to control the
|
|
90
|
-
height and width
|
|
91
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function
|
|
92
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function x3(e,t){if(e){if(typeof e=="string")return Gw(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);if(r==="Object"&&e.constructor&&(r=e.constructor.name),r==="Map"||r==="Set")return Array.from(e);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return Gw(e,t)}}function Gw(e,t){(t==null||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function w3(e,t){var r=e==null?null:typeof Symbol<"u"&&e[Symbol.iterator]||e["@@iterator"];if(r!=null){var n,i,a,o,s=[],u=!0,l=!1;try{if(a=(r=r.call(e)).next,t===0){if(Object(r)!==r)return;u=!1}else for(;!(u=(n=a.call(r)).done)&&(s.push(n.value),s.length!==t);u=!0);}catch(c){l=!0,i=c}finally{try{if(!u&&r.return!=null&&(o=r.return(),Object(o)!==o))return}finally{if(l)throw i}}return s}}function S3(e){if(Array.isArray(e))return e}var KE=/[ \f\n\r\t\v\u2028\u2029]+/,YE=function(t){var r=t.children,n=t.breakAll,i=t.style;try{var a=[];yt(r)||(n?a=r.toString().split(""):a=r.toString().split(KE));var o=a.map(function(u){return{word:u,width:Uo(u,i).width}}),s=n?0:Uo(" ",i).width;return{wordsWithComputedWidth:o,spaceWidth:s}}catch{return null}},O3=function(t,r,n,i,a){var o=t.maxLines,s=t.children,u=t.style,l=t.breakAll,c=nt(o),f=s,h=function(){var $=arguments.length>0&&arguments[0]!==void 0?arguments[0]:[];return $.reduce(function(M,I){var L=I.word,q=I.width,R=M[M.length-1];if(R&&(i==null||a||R.width+q+n<Number(i)))R.words.push(L),R.width+=q+n;else{var D={words:[L],width:q};M.push(D)}return M},[])},p=h(r),y=function($){return $.reduce(function(M,I){return M.width>I.width?M:I})};if(!c)return p;for(var m="…",d=function($){var M=f.slice(0,$),I=YE({breakAll:l,style:u,children:M+m}).wordsWithComputedWidth,L=h(I),q=L.length>o||y(L).width>Number(i);return[q,L]},g=0,_=f.length-1,b=0,x;g<=_&&b<=f.length-1;){var v=Math.floor((g+_)/2),w=v-1,S=d(w),A=Ww(S,2),P=A[0],C=A[1],T=d(v),E=Ww(T,1),k=E[0];if(!P&&!k&&(g=v+1),P&&k&&(_=v-1),!P&&k){x=C;break}b++}return x||p},Hw=function(t){var r=yt(t)?[]:t.toString().split(KE);return[{words:r}]},A3=function(t){var r=t.width,n=t.scaleToFit,i=t.children,a=t.style,o=t.breakAll,s=t.maxLines;if((r||n)&&!Qn.isSsr){var u,l,c=YE({breakAll:o,children:i,style:a});if(c){var f=c.wordsWithComputedWidth,h=c.spaceWidth;u=f,l=h}else return Hw(i);return O3({breakAll:o,children:i,maxLines:s,style:a},u,l,r,n)}return Hw(i)},Kw="#808080",pl=function(t){var r=t.x,n=r===void 0?0:r,i=t.y,a=i===void 0?0:i,o=t.lineHeight,s=o===void 0?"1em":o,u=t.capHeight,l=u===void 0?"0.71em":u,c=t.scaleToFit,f=c===void 0?!1:c,h=t.textAnchor,p=h===void 0?"start":h,y=t.verticalAnchor,m=y===void 0?"end":y,d=t.fill,g=d===void 0?Kw:d,_=Uw(t,v3),b=O.useMemo(function(){return A3({breakAll:_.breakAll,children:_.children,maxLines:_.maxLines,scaleToFit:f,style:_.style,width:_.width})},[_.breakAll,_.children,_.maxLines,f,_.style,_.width]),x=_.dx,v=_.dy,w=_.angle,S=_.className,A=_.breakAll,P=Uw(_,g3);if(!ge(n)||!ge(a))return null;var C=n+(nt(x)?x:0),T=a+(nt(v)?v:0),E;switch(m){case"start":E=jd("calc(".concat(l,")"));break;case"middle":E=jd("calc(".concat((b.length-1)/2," * -").concat(s," + (").concat(l," / 2))"));break;default:E=jd("calc(".concat(b.length-1," * -").concat(s,")"));break}var k=[];if(f){var j=b[0].width,$=_.width;k.push("scale(".concat((nt($)?$/j:1)/j,")"))}return w&&k.push("rotate(".concat(w,", ").concat(C,", ").concat(T,")")),k.length&&(P.transform=k.join(" ")),O.createElement("text",wy({},vt(P,!0),{x:C,y:T,className:At("recharts-text",S),textAnchor:p,fill:g.includes("url")?Kw:g}),b.map(function(M,I){var L=M.words.join(A?"":" ");return O.createElement("tspan",{x:C,dy:I===0?E:s,key:"".concat(L,"-").concat(I)},L)}))};const Yw=Object.freeze(Object.defineProperty({__proto__:null,scaleBand:es,scaleDiverging:cP,scaleDivergingLog:fP,scaleDivergingPow:Gv,scaleDivergingSqrt:SR,scaleDivergingSymlog:hP,scaleIdentity:WA,scaleImplicit:km,scaleLinear:Ei,scaleLog:HA,scaleOrdinal:Ev,scalePoint:Do,scalePow:Rv,scaleQuantile:XA,scaleQuantize:VA,scaleRadial:YA,scaleSequential:oP,scaleSequentialLog:sP,scaleSequentialPow:Wv,scaleSequentialQuantile:lP,scaleSequentialSqrt:wR,scaleSequentialSymlog:uP,scaleSqrt:iD,scaleSymlog:KA,scaleThreshold:ZA,scaleTime:Gu,scaleUtc:xR,tickFormat:UA},Symbol.toStringTag,{value:"Module"}));var Dd,Xw;function XE(){if(Xw)return Dd;Xw=1;var e=Ja();function t(r,n,i){for(var a=-1,o=r.length;++a<o;){var s=r[a],u=n(s);if(u!=null&&(l===void 0?u===u&&!e(u):i(u,l)))var l=u,c=s}return c}return Dd=t,Dd}var Rd,Vw;function P3(){if(Vw)return Rd;Vw=1;function e(t,r){return t>r}return Rd=e,Rd}var Id,Zw;function T3(){if(Zw)return Id;Zw=1;var e=XE(),t=P3(),r=Qa();function n(i){return i&&i.length?e(i,r,t):void 0}return Id=n,Id}var E3=T3();const qn=qt(E3);var Nd,Jw;function C3(){if(Jw)return Nd;Jw=1;function e(t,r){return t<r}return Nd=e,Nd}var Ld,Qw;function M3(){if(Qw)return Ld;Qw=1;var e=XE(),t=C3(),r=Qa();function n(i){return i&&i.length?e(i,r,t):void 0}return Ld=n,Ld}var k3=M3();const yc=qt(k3);var Bd,tS;function $3(){if(tS)return Bd;tS=1;var e=Dg();function t(r,n){return e(r,n)}return Bd=t,Bd}var j3=$3();const $i=qt(j3);var ro=1e9,D3={precision:20,rounding:4,toExpNeg:-7,toExpPos:21,LN10:"2.302585092994045684017991454684364207601101488628772976033327900967572609677352480235997205089598298341967784042286"},zg,te=!0,Er="[DecimalError] ",Oi=Er+"Invalid argument: ",Fg=Er+"Exponent out of range: ",no=Math.floor,li=Math.pow,R3=/^(\d+(\.\d*)?|\.\d+)(e[+-]?\d+)?$/i,fr,Se=1e7,Xt=7,VE=9007199254740991,dl=no(VE/Xt),lt={};lt.absoluteValue=lt.abs=function(){var e=new this.constructor(this);return e.s&&(e.s=1),e};lt.comparedTo=lt.cmp=function(e){var t,r,n,i,a=this;if(e=new a.constructor(e),a.s!==e.s)return a.s||-e.s;if(a.e!==e.e)return a.e>e.e^a.s<0?1:-1;for(n=a.d.length,i=e.d.length,t=0,r=n<i?n:i;t<r;++t)if(a.d[t]!==e.d[t])return a.d[t]>e.d[t]^a.s<0?1:-1;return n===i?0:n>i^a.s<0?1:-1};lt.decimalPlaces=lt.dp=function(){var e=this,t=e.d.length-1,r=(t-e.e)*Xt;if(t=e.d[t],t)for(;t%10==0;t/=10)r--;return r<0?0:r};lt.dividedBy=lt.div=function(e){return bn(this,new this.constructor(e))};lt.dividedToIntegerBy=lt.idiv=function(e){var t=this,r=t.constructor;return Gt(bn(t,new r(e),0,1),r.precision)};lt.equals=lt.eq=function(e){return!this.cmp(e)};lt.exponent=function(){return me(this)};lt.greaterThan=lt.gt=function(e){return this.cmp(e)>0};lt.greaterThanOrEqualTo=lt.gte=function(e){return this.cmp(e)>=0};lt.isInteger=lt.isint=function(){return this.e>this.d.length-2};lt.isNegative=lt.isneg=function(){return this.s<0};lt.isPositive=lt.ispos=function(){return this.s>0};lt.isZero=function(){return this.s===0};lt.lessThan=lt.lt=function(e){return this.cmp(e)<0};lt.lessThanOrEqualTo=lt.lte=function(e){return this.cmp(e)<1};lt.logarithm=lt.log=function(e){var t,r=this,n=r.constructor,i=n.precision,a=i+5;if(e===void 0)e=new n(10);else if(e=new n(e),e.s<1||e.eq(fr))throw Error(Er+"NaN");if(r.s<1)throw Error(Er+(r.s?"NaN":"-Infinity"));return r.eq(fr)?new n(0):(te=!1,t=bn(_s(r,a),_s(e,a),a),te=!0,Gt(t,i))};lt.minus=lt.sub=function(e){var t=this;return e=new t.constructor(e),t.s==e.s?QE(t,e):ZE(t,(e.s=-e.s,e))};lt.modulo=lt.mod=function(e){var t,r=this,n=r.constructor,i=n.precision;if(e=new n(e),!e.s)throw Error(Er+"NaN");return r.s?(te=!1,t=bn(r,e,0,1).times(e),te=!0,r.minus(t)):Gt(new n(r),i)};lt.naturalExponential=lt.exp=function(){return JE(this)};lt.naturalLogarithm=lt.ln=function(){return _s(this)};lt.negated=lt.neg=function(){var e=new this.constructor(this);return e.s=-e.s||0,e};lt.plus=lt.add=function(e){var t=this;return e=new t.constructor(e),t.s==e.s?ZE(t,e):QE(t,(e.s=-e.s,e))};lt.precision=lt.sd=function(e){var t,r,n,i=this;if(e!==void 0&&e!==!!e&&e!==1&&e!==0)throw Error(Oi+e);if(t=me(i)+1,n=i.d.length-1,r=n*Xt+1,n=i.d[n],n){for(;n%10==0;n/=10)r--;for(n=i.d[0];n>=10;n/=10)r++}return e&&t>r?t:r};lt.squareRoot=lt.sqrt=function(){var e,t,r,n,i,a,o,s=this,u=s.constructor;if(s.s<1){if(!s.s)return new u(0);throw Error(Er+"NaN")}for(e=me(s),te=!1,i=Math.sqrt(+s),i==0||i==1/0?(t=Vr(s.d),(t.length+e)%2==0&&(t+="0"),i=Math.sqrt(t),e=no((e+1)/2)-(e<0||e%2),i==1/0?t="5e"+e:(t=i.toExponential(),t=t.slice(0,t.indexOf("e")+1)+e),n=new u(t)):n=new u(i.toString()),r=u.precision,i=o=r+3;;)if(a=n,n=a.plus(bn(s,a,o+2)).times(.5),Vr(a.d).slice(0,o)===(t=Vr(n.d)).slice(0,o)){if(t=t.slice(o-3,o+1),i==o&&t=="4999"){if(Gt(a,r+1,0),a.times(a).eq(s)){n=a;break}}else if(t!="9999")break;o+=4}return te=!0,Gt(n,r)};lt.times=lt.mul=function(e){var t,r,n,i,a,o,s,u,l,c=this,f=c.constructor,h=c.d,p=(e=new f(e)).d;if(!c.s||!e.s)return new f(0);for(e.s*=c.s,r=c.e+e.e,u=h.length,l=p.length,u<l&&(a=h,h=p,p=a,o=u,u=l,l=o),a=[],o=u+l,n=o;n--;)a.push(0);for(n=l;--n>=0;){for(t=0,i=u+n;i>n;)s=a[i]+p[n]*h[i-n-1]+t,a[i--]=s%Se|0,t=s/Se|0;a[i]=(a[i]+t)%Se|0}for(;!a[--o];)a.pop();return t?++r:a.shift(),e.d=a,e.e=r,te?Gt(e,f.precision):e};lt.toDecimalPlaces=lt.todp=function(e,t){var r=this,n=r.constructor;return r=new n(r),e===void 0?r:(rn(e,0,ro),t===void 0?t=n.rounding:rn(t,0,8),Gt(r,e+me(r)+1,t))};lt.toExponential=function(e,t){var r,n=this,i=n.constructor;return e===void 0?r=ji(n,!0):(rn(e,0,ro),t===void 0?t=i.rounding:rn(t,0,8),n=Gt(new i(n),e+1,t),r=ji(n,!0,e+1)),r};lt.toFixed=function(e,t){var r,n,i=this,a=i.constructor;return e===void 0?ji(i):(rn(e,0,ro),t===void 0?t=a.rounding:rn(t,0,8),n=Gt(new a(i),e+me(i)+1,t),r=ji(n.abs(),!1,e+me(n)+1),i.isneg()&&!i.isZero()?"-"+r:r)};lt.toInteger=lt.toint=function(){var e=this,t=e.constructor;return Gt(new t(e),me(e)+1,t.rounding)};lt.toNumber=function(){return+this};lt.toPower=lt.pow=function(e){var t,r,n,i,a,o,s=this,u=s.constructor,l=12,c=+(e=new u(e));if(!e.s)return new u(fr);if(s=new u(s),!s.s){if(e.s<1)throw Error(Er+"Infinity");return s}if(s.eq(fr))return s;if(n=u.precision,e.eq(fr))return Gt(s,n);if(t=e.e,r=e.d.length-1,o=t>=r,a=s.s,o){if((r=c<0?-c:c)<=VE){for(i=new u(fr),t=Math.ceil(n/Xt+4),te=!1;r%2&&(i=i.times(s),rS(i.d,t)),r=no(r/2),r!==0;)s=s.times(s),rS(s.d,t);return te=!0,e.s<0?new u(fr).div(i):Gt(i,n)}}else if(a<0)throw Error(Er+"NaN");return a=a<0&&e.d[Math.max(t,r)]&1?-1:1,s.s=1,te=!1,i=e.times(_s(s,n+l)),te=!0,i=JE(i),i.s=a,i};lt.toPrecision=function(e,t){var r,n,i=this,a=i.constructor;return e===void 0?(r=me(i),n=ji(i,r<=a.toExpNeg||r>=a.toExpPos)):(rn(e,1,ro),t===void 0?t=a.rounding:rn(t,0,8),i=Gt(new a(i),e,t),r=me(i),n=ji(i,e<=r||r<=a.toExpNeg,e)),n};lt.toSignificantDigits=lt.tosd=function(e,t){var r=this,n=r.constructor;return e===void 0?(e=n.precision,t=n.rounding):(rn(e,1,ro),t===void 0?t=n.rounding:rn(t,0,8)),Gt(new n(r),e,t)};lt.toString=lt.valueOf=lt.val=lt.toJSON=lt[Symbol.for("nodejs.util.inspect.custom")]=function(){var e=this,t=me(e),r=e.constructor;return ji(e,t<=r.toExpNeg||t>=r.toExpPos)};function ZE(e,t){var r,n,i,a,o,s,u,l,c=e.constructor,f=c.precision;if(!e.s||!t.s)return t.s||(t=new c(e)),te?Gt(t,f):t;if(u=e.d,l=t.d,o=e.e,i=t.e,u=u.slice(),a=o-i,a){for(a<0?(n=u,a=-a,s=l.length):(n=l,i=o,s=u.length),o=Math.ceil(f/Xt),s=o>s?o+1:s+1,a>s&&(a=s,n.length=1),n.reverse();a--;)n.push(0);n.reverse()}for(s=u.length,a=l.length,s-a<0&&(a=s,n=l,l=u,u=n),r=0;a;)r=(u[--a]=u[a]+l[a]+r)/Se|0,u[a]%=Se;for(r&&(u.unshift(r),++i),s=u.length;u[--s]==0;)u.pop();return t.d=u,t.e=i,te?Gt(t,f):t}function rn(e,t,r){if(e!==~~e||e<t||e>r)throw Error(Oi+e)}function Vr(e){var t,r,n,i=e.length-1,a="",o=e[0];if(i>0){for(a+=o,t=1;t<i;t++)n=e[t]+"",r=Xt-n.length,r&&(a+=Rn(r)),a+=n;o=e[t],n=o+"",r=Xt-n.length,r&&(a+=Rn(r))}else if(o===0)return"0";for(;o%10===0;)o/=10;return a+o}var bn=(function(){function e(n,i){var a,o=0,s=n.length;for(n=n.slice();s--;)a=n[s]*i+o,n[s]=a%Se|0,o=a/Se|0;return o&&n.unshift(o),n}function t(n,i,a,o){var s,u;if(a!=o)u=a>o?1:-1;else for(s=u=0;s<a;s++)if(n[s]!=i[s]){u=n[s]>i[s]?1:-1;break}return u}function r(n,i,a){for(var o=0;a--;)n[a]-=o,o=n[a]<i[a]?1:0,n[a]=o*Se+n[a]-i[a];for(;!n[0]&&n.length>1;)n.shift()}return function(n,i,a,o){var s,u,l,c,f,h,p,y,m,d,g,_,b,x,v,w,S,A,P=n.constructor,C=n.s==i.s?1:-1,T=n.d,E=i.d;if(!n.s)return new P(n);if(!i.s)throw Error(Er+"Division by zero");for(u=n.e-i.e,S=E.length,v=T.length,p=new P(C),y=p.d=[],l=0;E[l]==(T[l]||0);)++l;if(E[l]>(T[l]||0)&&--u,a==null?_=a=P.precision:o?_=a+(me(n)-me(i))+1:_=a,_<0)return new P(0);if(_=_/Xt+2|0,l=0,S==1)for(c=0,E=E[0],_++;(l<v||c)&&_--;l++)b=c*Se+(T[l]||0),y[l]=b/E|0,c=b%E|0;else{for(c=Se/(E[0]+1)|0,c>1&&(E=e(E,c),T=e(T,c),S=E.length,v=T.length),x=S,m=T.slice(0,S),d=m.length;d<S;)m[d++]=0;A=E.slice(),A.unshift(0),w=E[0],E[1]>=Se/2&&++w;do c=0,s=t(E,m,S,d),s<0?(g=m[0],S!=d&&(g=g*Se+(m[1]||0)),c=g/w|0,c>1?(c>=Se&&(c=Se-1),f=e(E,c),h=f.length,d=m.length,s=t(f,m,h,d),s==1&&(c--,r(f,S<h?A:E,h))):(c==0&&(s=c=1),f=E.slice()),h=f.length,h<d&&f.unshift(0),r(m,f,d),s==-1&&(d=m.length,s=t(E,m,S,d),s<1&&(c++,r(m,S<d?A:E,d))),d=m.length):s===0&&(c++,m=[0]),y[l++]=c,s&&m[0]?m[d++]=T[x]||0:(m=[T[x]],d=1);while((x++<v||m[0]!==void 0)&&_--)}return y[0]||y.shift(),p.e=u,Gt(p,o?a+me(p)+1:a)}})();function JE(e,t){var r,n,i,a,o,s,u=0,l=0,c=e.constructor,f=c.precision;if(me(e)>16)throw Error(Fg+me(e));if(!e.s)return new c(fr);for(te=!1,s=f,o=new c(.03125);e.abs().gte(.1);)e=e.times(o),l+=5;for(n=Math.log(li(2,l))/Math.LN10*2+5|0,s+=n,r=i=a=new c(fr),c.precision=s;;){if(i=Gt(i.times(e),s),r=r.times(++u),o=a.plus(bn(i,r,s)),Vr(o.d).slice(0,s)===Vr(a.d).slice(0,s)){for(;l--;)a=Gt(a.times(a),s);return c.precision=f,t==null?(te=!0,Gt(a,f)):a}a=o}}function me(e){for(var t=e.e*Xt,r=e.d[0];r>=10;r/=10)t++;return t}function qd(e,t,r){if(t>e.LN10.sd())throw te=!0,r&&(e.precision=r),Error(Er+"LN10 precision limit exceeded");return Gt(new e(e.LN10),t)}function Rn(e){for(var t="";e--;)t+="0";return t}function _s(e,t){var r,n,i,a,o,s,u,l,c,f=1,h=10,p=e,y=p.d,m=p.constructor,d=m.precision;if(p.s<1)throw Error(Er+(p.s?"NaN":"-Infinity"));if(p.eq(fr))return new m(0);if(t==null?(te=!1,l=d):l=t,p.eq(10))return t==null&&(te=!0),qd(m,l);if(l+=h,m.precision=l,r=Vr(y),n=r.charAt(0),a=me(p),Math.abs(a)<15e14){for(;n<7&&n!=1||n==1&&r.charAt(1)>3;)p=p.times(e),r=Vr(p.d),n=r.charAt(0),f++;a=me(p),n>1?(p=new m("0."+r),a++):p=new m(n+"."+r.slice(1))}else return u=qd(m,l+2,d).times(a+""),p=_s(new m(n+"."+r.slice(1)),l-h).plus(u),m.precision=d,t==null?(te=!0,Gt(p,d)):p;for(s=o=p=bn(p.minus(fr),p.plus(fr),l),c=Gt(p.times(p),l),i=3;;){if(o=Gt(o.times(c),l),u=s.plus(bn(o,new m(i),l)),Vr(u.d).slice(0,l)===Vr(s.d).slice(0,l))return s=s.times(2),a!==0&&(s=s.plus(qd(m,l+2,d).times(a+""))),s=bn(s,new m(f),l),m.precision=d,t==null?(te=!0,Gt(s,d)):s;s=u,i+=2}}function eS(e,t){var r,n,i;for((r=t.indexOf("."))>-1&&(t=t.replace(".","")),(n=t.search(/e/i))>0?(r<0&&(r=n),r+=+t.slice(n+1),t=t.substring(0,n)):r<0&&(r=t.length),n=0;t.charCodeAt(n)===48;)++n;for(i=t.length;t.charCodeAt(i-1)===48;)--i;if(t=t.slice(n,i),t){if(i-=n,r=r-n-1,e.e=no(r/Xt),e.d=[],n=(r+1)%Xt,r<0&&(n+=Xt),n<i){for(n&&e.d.push(+t.slice(0,n)),i-=Xt;n<i;)e.d.push(+t.slice(n,n+=Xt));t=t.slice(n),n=Xt-t.length}else n-=i;for(;n--;)t+="0";if(e.d.push(+t),te&&(e.e>dl||e.e<-dl))throw Error(Fg+r)}else e.s=0,e.e=0,e.d=[0];return e}function Gt(e,t,r){var n,i,a,o,s,u,l,c,f=e.d;for(o=1,a=f[0];a>=10;a/=10)o++;if(n=t-o,n<0)n+=Xt,i=t,l=f[c=0];else{if(c=Math.ceil((n+1)/Xt),a=f.length,c>=a)return e;for(l=a=f[c],o=1;a>=10;a/=10)o++;n%=Xt,i=n-Xt+o}if(r!==void 0&&(a=li(10,o-i-1),s=l/a%10|0,u=t<0||f[c+1]!==void 0||l%a,u=r<4?(s||u)&&(r==0||r==(e.s<0?3:2)):s>5||s==5&&(r==4||u||r==6&&(n>0?i>0?l/li(10,o-i):0:f[c-1])%10&1||r==(e.s<0?8:7))),t<1||!f[0])return u?(a=me(e),f.length=1,t=t-a-1,f[0]=li(10,(Xt-t%Xt)%Xt),e.e=no(-t/Xt)||0):(f.length=1,f[0]=e.e=e.s=0),e;if(n==0?(f.length=c,a=1,c--):(f.length=c+1,a=li(10,Xt-n),f[c]=i>0?(l/li(10,o-i)%li(10,i)|0)*a:0),u)for(;;)if(c==0){(f[0]+=a)==Se&&(f[0]=1,++e.e);break}else{if(f[c]+=a,f[c]!=Se)break;f[c--]=0,a=1}for(n=f.length;f[--n]===0;)f.pop();if(te&&(e.e>dl||e.e<-dl))throw Error(Fg+me(e));return e}function QE(e,t){var r,n,i,a,o,s,u,l,c,f,h=e.constructor,p=h.precision;if(!e.s||!t.s)return t.s?t.s=-t.s:t=new h(e),te?Gt(t,p):t;if(u=e.d,f=t.d,n=t.e,l=e.e,u=u.slice(),o=l-n,o){for(c=o<0,c?(r=u,o=-o,s=f.length):(r=f,n=l,s=u.length),i=Math.max(Math.ceil(p/Xt),s)+2,o>i&&(o=i,r.length=1),r.reverse(),i=o;i--;)r.push(0);r.reverse()}else{for(i=u.length,s=f.length,c=i<s,c&&(s=i),i=0;i<s;i++)if(u[i]!=f[i]){c=u[i]<f[i];break}o=0}for(c&&(r=u,u=f,f=r,t.s=-t.s),s=u.length,i=f.length-s;i>0;--i)u[s++]=0;for(i=f.length;i>o;){if(u[--i]<f[i]){for(a=i;a&&u[--a]===0;)u[a]=Se-1;--u[a],u[i]+=Se}u[i]-=f[i]}for(;u[--s]===0;)u.pop();for(;u[0]===0;u.shift())--n;return u[0]?(t.d=u,t.e=n,te?Gt(t,p):t):new h(0)}function ji(e,t,r){var n,i=me(e),a=Vr(e.d),o=a.length;return t?(r&&(n=r-o)>0?a=a.charAt(0)+"."+a.slice(1)+Rn(n):o>1&&(a=a.charAt(0)+"."+a.slice(1)),a=a+(i<0?"e":"e+")+i):i<0?(a="0."+Rn(-i-1)+a,r&&(n=r-o)>0&&(a+=Rn(n))):i>=o?(a+=Rn(i+1-o),r&&(n=r-i-1)>0&&(a=a+"."+Rn(n))):((n=i+1)<o&&(a=a.slice(0,n)+"."+a.slice(n)),r&&(n=r-o)>0&&(i+1===o&&(a+="."),a+=Rn(n))),e.s<0?"-"+a:a}function rS(e,t){if(e.length>t)return e.length=t,!0}function tC(e){var t,r,n;function i(a){var o=this;if(!(o instanceof i))return new i(a);if(o.constructor=i,a instanceof i){o.s=a.s,o.e=a.e,o.d=(a=a.d)?a.slice():a;return}if(typeof a=="number"){if(a*0!==0)throw Error(Oi+a);if(a>0)o.s=1;else if(a<0)a=-a,o.s=-1;else{o.s=0,o.e=0,o.d=[0];return}if(a===~~a&&a<1e7){o.e=0,o.d=[a];return}return eS(o,a.toString())}else if(typeof a!="string")throw Error(Oi+a);if(a.charCodeAt(0)===45?(a=a.slice(1),o.s=-1):o.s=1,R3.test(a))eS(o,a);else throw Error(Oi+a)}if(i.prototype=lt,i.ROUND_UP=0,i.ROUND_DOWN=1,i.ROUND_CEIL=2,i.ROUND_FLOOR=3,i.ROUND_HALF_UP=4,i.ROUND_HALF_DOWN=5,i.ROUND_HALF_EVEN=6,i.ROUND_HALF_CEIL=7,i.ROUND_HALF_FLOOR=8,i.clone=tC,i.config=i.set=I3,e===void 0&&(e={}),e)for(n=["precision","rounding","toExpNeg","toExpPos","LN10"],t=0;t<n.length;)e.hasOwnProperty(r=n[t++])||(e[r]=this[r]);return i.config(e),i}function I3(e){if(!e||typeof e!="object")throw Error(Er+"Object expected");var t,r,n,i=["precision",1,ro,"rounding",0,8,"toExpNeg",-1/0,0,"toExpPos",0,1/0];for(t=0;t<i.length;t+=3)if((n=e[r=i[t]])!==void 0)if(no(n)===n&&n>=i[t+1]&&n<=i[t+2])this[r]=n;else throw Error(Oi+r+": "+n);if((n=e[r="LN10"])!==void 0)if(n==Math.LN10)this[r]=new this(n);else throw Error(Oi+r+": "+n);return this}var zg=tC(D3);fr=new zg(1);const zt=zg;function N3(e){return F3(e)||q3(e)||B3(e)||L3()}function L3(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
|
|
93
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function
|
|
94
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function
|
|
95
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function
|
|
96
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function
|
|
97
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function CU(e,t){if(e){if(typeof e=="string")return Cy(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);if(r==="Object"&&e.constructor&&(r=e.constructor.name),r==="Map"||r==="Set")return Array.from(e);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return Cy(e,t)}}function MU(e){if(typeof Symbol<"u"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function kU(e){if(Array.isArray(e))return Cy(e)}function Cy(e,t){(t==null||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function sS(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function ae(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?sS(Object(r),!0).forEach(function(n){da(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):sS(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function da(e,t,r){return t=$U(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function $U(e){var t=jU(e,"string");return Ss(t)=="symbol"?t:t+""}function jU(e,t){if(Ss(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(Ss(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function be(e,t,r){return yt(e)||yt(t)?r:ge(t)?Tr(e,t,r):gt(t)?t(e):r}function Wo(e,t,r,n){var i=SE(e,function(s){return be(s,t)});if(r==="number"){var a=i.filter(function(s){return nt(s)||parseFloat(s)});return a.length?[yc(a),qn(a)]:[1/0,-1/0]}var o=n?i.filter(function(s){return!yt(s)}):i;return o.map(function(s){return ge(s)||s instanceof Date?s:""})}var DU=function(t){var r,n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:[],i=arguments.length>2?arguments[2]:void 0,a=arguments.length>3?arguments[3]:void 0,o=-1,s=(r=n==null?void 0:n.length)!==null&&r!==void 0?r:0;if(s<=1)return 0;if(a&&a.axisType==="angleAxis"&&Math.abs(Math.abs(a.range[1]-a.range[0])-360)<=1e-6)for(var u=a.range,l=0;l<s;l++){var c=l>0?i[l-1].coordinate:i[s-1].coordinate,f=i[l].coordinate,h=l>=s-1?i[0].coordinate:i[l+1].coordinate,p=void 0;if(Nr(f-c)!==Nr(h-f)){var y=[];if(Nr(h-f)===Nr(u[1]-u[0])){p=h;var m=f+u[1]-u[0];y[0]=Math.min(m,(m+c)/2),y[1]=Math.max(m,(m+c)/2)}else{p=c;var d=h+u[1]-u[0];y[0]=Math.min(f,(d+f)/2),y[1]=Math.max(f,(d+f)/2)}var g=[Math.min(f,(p+f)/2),Math.max(f,(p+f)/2)];if(t>g[0]&&t<=g[1]||t>=y[0]&&t<=y[1]){o=i[l].index;break}}else{var _=Math.min(c,h),b=Math.max(c,h);if(t>(_+f)/2&&t<=(b+f)/2){o=i[l].index;break}}}else for(var x=0;x<s;x++)if(x===0&&t<=(n[x].coordinate+n[x+1].coordinate)/2||x>0&&x<s-1&&t>(n[x].coordinate+n[x-1].coordinate)/2&&t<=(n[x].coordinate+n[x+1].coordinate)/2||x===s-1&&t>(n[x].coordinate+n[x-1].coordinate)/2){o=n[x].index;break}return o},Ug=function(t){var r,n=t,i=n.type.displayName,a=(r=t.type)!==null&&r!==void 0&&r.defaultProps?ae(ae({},t.type.defaultProps),t.props):t.props,o=a.stroke,s=a.fill,u;switch(i){case"Line":u=o;break;case"Area":case"Radar":u=o&&o!=="none"?o:s;break;default:u=s;break}return u},RU=function(t){var r=t.barSize,n=t.totalSize,i=t.stackGroups,a=i===void 0?{}:i;if(!a)return{};for(var o={},s=Object.keys(a),u=0,l=s.length;u<l;u++)for(var c=a[s[u]].stackGroups,f=Object.keys(c),h=0,p=f.length;h<p;h++){var y=c[f[h]],m=y.items,d=y.cateAxisId,g=m.filter(function(S){return vn(S.type).indexOf("Bar")>=0});if(g&&g.length){var _=g[0].type.defaultProps,b=_!==void 0?ae(ae({},_),g[0].props):g[0].props,x=b.barSize,v=b[d];o[v]||(o[v]=[]);var w=yt(x)?r:x;o[v].push({item:g[0],stackList:g.slice(1),barSize:yt(w)?void 0:ki(w,n,0)})}}return o},IU=function(t){var r=t.barGap,n=t.barCategoryGap,i=t.bandSize,a=t.sizeList,o=a===void 0?[]:a,s=t.maxBarSize,u=o.length;if(u<1)return null;var l=ki(r,i,0,!0),c,f=[];if(o[0].barSize===+o[0].barSize){var h=!1,p=i/u,y=o.reduce(function(x,v){return x+v.barSize||0},0);y+=(u-1)*l,y>=i&&(y-=(u-1)*l,l=0),y>=i&&p>0&&(h=!0,p*=.9,y=u*p);var m=(i-y)/2>>0,d={offset:m-l,size:0};c=o.reduce(function(x,v){var w={item:v.item,position:{offset:d.offset+d.size+l,size:h?p:v.barSize}},S=[].concat(oS(x),[w]);return d=S[S.length-1].position,v.stackList&&v.stackList.length&&v.stackList.forEach(function(A){S.push({item:A,position:d})}),S},f)}else{var g=ki(n,i,0,!0);i-2*g-(u-1)*l<=0&&(l=0);var _=(i-2*g-(u-1)*l)/u;_>1&&(_>>=0);var b=s===+s?Math.min(_,s):_;c=o.reduce(function(x,v,w){var S=[].concat(oS(x),[{item:v.item,position:{offset:g+(_+l)*w+(_-b)/2,size:b}}]);return v.stackList&&v.stackList.length&&v.stackList.forEach(function(A){S.push({item:A,position:S[S.length-1].position})}),S},f)}return c},NU=function(t,r,n,i){var a=n.children,o=n.width,s=n.margin,u=o-(s.left||0)-(s.right||0),l=fC({children:a,legendWidth:u});if(l){var c=i||{},f=c.width,h=c.height,p=l.align,y=l.verticalAlign,m=l.layout;if((m==="vertical"||m==="horizontal"&&y==="middle")&&p!=="center"&&nt(t[p]))return ae(ae({},t),{},da({},p,t[p]+(f||0)));if((m==="horizontal"||m==="vertical"&&p==="center")&&y!=="middle"&&nt(t[y]))return ae(ae({},t),{},da({},y,t[y]+(h||0)))}return t},LU=function(t,r,n){return yt(r)?!0:t==="horizontal"?r==="yAxis":t==="vertical"||n==="x"?r==="xAxis":n==="y"?r==="yAxis":!0},hC=function(t,r,n,i,a){var o=r.props.children,s=tr(o,io).filter(function(l){return LU(i,a,l.props.direction)});if(s&&s.length){var u=s.map(function(l){return l.props.dataKey});return t.reduce(function(l,c){var f=be(c,n);if(yt(f))return l;var h=Array.isArray(f)?[yc(f),qn(f)]:[f,f],p=u.reduce(function(y,m){var d=be(c,m,0),g=h[0]-Math.abs(Array.isArray(d)?d[0]:d),_=h[1]+Math.abs(Array.isArray(d)?d[1]:d);return[Math.min(g,y[0]),Math.max(_,y[1])]},[1/0,-1/0]);return[Math.min(p[0],l[0]),Math.max(p[1],l[1])]},[1/0,-1/0])}return null},BU=function(t,r,n,i,a){var o=r.map(function(s){return hC(t,s,n,a,i)}).filter(function(s){return!yt(s)});return o&&o.length?o.reduce(function(s,u){return[Math.min(s[0],u[0]),Math.max(s[1],u[1])]},[1/0,-1/0]):null},pC=function(t,r,n,i,a){var o=r.map(function(u){var l=u.props.dataKey;return n==="number"&&l&&hC(t,u,l,i)||Wo(t,l,n,a)});if(n==="number")return o.reduce(function(u,l){return[Math.min(u[0],l[0]),Math.max(u[1],l[1])]},[1/0,-1/0]);var s={};return o.reduce(function(u,l){for(var c=0,f=l.length;c<f;c++)s[l[c]]||(s[l[c]]=!0,u.push(l[c]));return u},[])},dC=function(t,r){return t==="horizontal"&&r==="xAxis"||t==="vertical"&&r==="yAxis"||t==="centric"&&r==="angleAxis"||t==="radial"&&r==="radiusAxis"},mC=function(t,r,n,i){if(i)return t.map(function(u){return u.coordinate});var a,o,s=t.map(function(u){return u.coordinate===r&&(a=!0),u.coordinate===n&&(o=!0),u.coordinate});return a||s.push(r),o||s.push(n),s},yn=function(t,r,n){if(!t)return null;var i=t.scale,a=t.duplicateDomain,o=t.type,s=t.range,u=t.realScaleType==="scaleBand"?i.bandwidth()/2:2,l=(r||n)&&o==="category"&&i.bandwidth?i.bandwidth()/u:0;if(l=t.axisType==="angleAxis"&&(s==null?void 0:s.length)>=2?Nr(s[0]-s[1])*2*l:l,r&&(t.ticks||t.niceTicks)){var c=(t.ticks||t.niceTicks).map(function(f){var h=a?a.indexOf(f):f;return{coordinate:i(h)+l,value:f,offset:l}});return c.filter(function(f){return!eo(f.coordinate)})}return t.isCategorical&&t.categoricalDomain?t.categoricalDomain.map(function(f,h){return{coordinate:i(f)+l,value:f,index:h,offset:l}}):i.ticks&&!n?i.ticks(t.tickCount).map(function(f){return{coordinate:i(f)+l,value:f,offset:l}}):i.domain().map(function(f,h){return{coordinate:i(f)+l,value:a?a[f]:f,index:h,offset:l}})},zd=new WeakMap,vu=function(t,r){if(typeof r!="function")return t;zd.has(t)||zd.set(t,new WeakMap);var n=zd.get(t);if(n.has(r))return n.get(r);var i=function(){t.apply(void 0,arguments),r.apply(void 0,arguments)};return n.set(r,i),i},qU=function(t,r,n){var i=t.scale,a=t.type,o=t.layout,s=t.axisType;if(i==="auto")return o==="radial"&&s==="radiusAxis"?{scale:es(),realScaleType:"band"}:o==="radial"&&s==="angleAxis"?{scale:Ei(),realScaleType:"linear"}:a==="category"&&r&&(r.indexOf("LineChart")>=0||r.indexOf("AreaChart")>=0||r.indexOf("ComposedChart")>=0&&!n)?{scale:Do(),realScaleType:"point"}:a==="category"?{scale:es(),realScaleType:"band"}:{scale:Ei(),realScaleType:"linear"};if(Mi(i)){var u="scale".concat(pc(i));return{scale:(Yw[u]||Do)(),realScaleType:Yw[u]?u:"point"}}return gt(i)?{scale:i}:{scale:Do(),realScaleType:"point"}},uS=1e-4,FU=function(t){var r=t.domain();if(!(!r||r.length<=2)){var n=r.length,i=t.range(),a=Math.min(i[0],i[1])-uS,o=Math.max(i[0],i[1])+uS,s=t(r[0]),u=t(r[n-1]);(s<a||s>o||u<a||u>o)&&t.domain([r[0],r[n-1]])}},zU=function(t,r){if(!t)return null;for(var n=0,i=t.length;n<i;n++)if(t[n].item===r)return t[n].position;return null},UU=function(t,r){if(!r||r.length!==2||!nt(r[0])||!nt(r[1]))return t;var n=Math.min(r[0],r[1]),i=Math.max(r[0],r[1]),a=[t[0],t[1]];return(!nt(t[0])||t[0]<n)&&(a[0]=n),(!nt(t[1])||t[1]>i)&&(a[1]=i),a[0]>i&&(a[0]=i),a[1]<n&&(a[1]=n),a},WU=function(t){var r=t.length;if(!(r<=0))for(var n=0,i=t[0].length;n<i;++n)for(var a=0,o=0,s=0;s<r;++s){var u=eo(t[s][n][1])?t[s][n][0]:t[s][n][1];u>=0?(t[s][n][0]=a,t[s][n][1]=a+u,a=t[s][n][1]):(t[s][n][0]=o,t[s][n][1]=o+u,o=t[s][n][1])}},GU=function(t){var r=t.length;if(!(r<=0))for(var n=0,i=t[0].length;n<i;++n)for(var a=0,o=0;o<r;++o){var s=eo(t[o][n][1])?t[o][n][0]:t[o][n][1];s>=0?(t[o][n][0]=a,t[o][n][1]=a+s,a=t[o][n][1]):(t[o][n][0]=0,t[o][n][1]=0)}},HU={sign:WU,expand:QR,none:_a,silhouette:tI,wiggle:eI,positive:GU},KU=function(t,r,n){var i=r.map(function(s){return s.props.dataKey}),a=HU[n],o=Zu().keys(i).value(function(s,u){return+be(s,u,0)}).order(Nm).offset(a);return o(t)},YU=function(t,r,n,i,a,o){if(!t)return null;var s=o?r.reverse():r,u={},l=s.reduce(function(f,h){var p,y=(p=h.type)!==null&&p!==void 0&&p.defaultProps?ae(ae({},h.type.defaultProps),h.props):h.props,m=y.stackId,d=y.hide;if(d)return f;var g=y[n],_=f[g]||{hasStack:!1,stackGroups:{}};if(ge(m)){var b=_.stackGroups[m]||{numericAxisId:n,cateAxisId:i,items:[]};b.items.push(h),_.hasStack=!0,_.stackGroups[m]=b}else _.stackGroups[Fi("_stackId_")]={numericAxisId:n,cateAxisId:i,items:[h]};return ae(ae({},f),{},da({},g,_))},u),c={};return Object.keys(l).reduce(function(f,h){var p=l[h];if(p.hasStack){var y={};p.stackGroups=Object.keys(p.stackGroups).reduce(function(m,d){var g=p.stackGroups[d];return ae(ae({},m),{},da({},d,{numericAxisId:n,cateAxisId:i,items:g.items,stackedData:KU(t,g.items,a)}))},y)}return ae(ae({},f),{},da({},h,p))},c)},XU=function(t,r){var n=r.realScaleType,i=r.type,a=r.tickCount,o=r.originalDomain,s=r.allowDecimals,u=n||r.scale;if(u!=="auto"&&u!=="linear")return null;if(a&&i==="number"&&o&&(o[0]==="auto"||o[1]==="auto")){var l=t.domain();if(!l.length)return null;var c=oU(l,a,s);return t.domain([yc(c),qn(c)]),{niceTicks:c}}if(a&&i==="number"){var f=t.domain(),h=sU(f,a,s);return{niceTicks:h}}return null};function $a(e){var t=e.axis,r=e.ticks,n=e.bandSize,i=e.entry,a=e.index,o=e.dataKey;if(t.type==="category"){if(!t.allowDuplicatedCategory&&t.dataKey&&!yt(i[t.dataKey])){var s=ol(r,"value",i[t.dataKey]);if(s)return s.coordinate+n/2}return r[a]?r[a].coordinate+n/2:null}var u=be(i,yt(o)?t.dataKey:o);return yt(u)?null:t.scale(u)}var lS=function(t){var r=t.axis,n=t.ticks,i=t.offset,a=t.bandSize,o=t.entry,s=t.index;if(r.type==="category")return n[s]?n[s].coordinate+i:null;var u=be(o,r.dataKey,r.domain[s]);return yt(u)?null:r.scale(u)-a/2+i},VU=function(t){var r=t.numericAxis,n=r.scale.domain();if(r.type==="number"){var i=Math.min(n[0],n[1]),a=Math.max(n[0],n[1]);return i<=0&&a>=0?0:a<0?a:i}return n[0]},ZU=function(t,r){var n,i=(n=t.type)!==null&&n!==void 0&&n.defaultProps?ae(ae({},t.type.defaultProps),t.props):t.props,a=i.stackId;if(ge(a)){var o=r[a];if(o){var s=o.items.indexOf(t);return s>=0?o.stackedData[s]:null}}return null},JU=function(t){return t.reduce(function(r,n){return[yc(n.concat([r[0]]).filter(nt)),qn(n.concat([r[1]]).filter(nt))]},[1/0,-1/0])},yC=function(t,r,n){return Object.keys(t).reduce(function(i,a){var o=t[a],s=o.stackedData,u=s.reduce(function(l,c){var f=JU(c.slice(r,n+1));return[Math.min(l[0],f[0]),Math.max(l[1],f[1])]},[1/0,-1/0]);return[Math.min(u[0],i[0]),Math.max(u[1],i[1])]},[1/0,-1/0]).map(function(i){return i===1/0||i===-1/0?0:i})},cS=/^dataMin[\s]*-[\s]*([0-9]+([.]{1}[0-9]+){0,1})$/,fS=/^dataMax[\s]*\+[\s]*([0-9]+([.]{1}[0-9]+){0,1})$/,My=function(t,r,n){if(gt(t))return t(r,n);if(!Array.isArray(t))return r;var i=[];if(nt(t[0]))i[0]=n?t[0]:Math.min(t[0],r[0]);else if(cS.test(t[0])){var a=+cS.exec(t[0])[1];i[0]=r[0]-a}else gt(t[0])?i[0]=t[0](r[0]):i[0]=r[0];if(nt(t[1]))i[1]=n?t[1]:Math.max(t[1],r[1]);else if(fS.test(t[1])){var o=+fS.exec(t[1])[1];i[1]=r[1]+o}else gt(t[1])?i[1]=t[1](r[1]):i[1]=r[1];return i},vl=function(t,r,n){if(t&&t.scale&&t.scale.bandwidth){var i=t.scale.bandwidth();if(!n||i>0)return i}if(t&&r&&r.length>=2){for(var a=hc(r,function(f){return f.coordinate}),o=1/0,s=1,u=a.length;s<u;s++){var l=a[s],c=a[s-1];o=Math.min((l.coordinate||0)-(c.coordinate||0),o)}return o===1/0?0:o}return n?void 0:0},hS=function(t,r,n){return!t||!t.length||$i(t,Tr(n,"type.defaultProps.domain"))?r:t},vC=function(t,r){var n=t.type.defaultProps?ae(ae({},t.type.defaultProps),t.props):t.props,i=n.dataKey,a=n.name,o=n.unit,s=n.formatter,u=n.tooltipType,l=n.chartType,c=n.hide;return ae(ae({},vt(t,!1)),{},{dataKey:i,unit:o,formatter:s,name:a||i,color:Ug(t),value:be(r,i),type:u,payload:r,chartType:l,hide:c})};function Os(e){"@babel/helpers - typeof";return Os=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Os(e)}function pS(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function dS(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?pS(Object(r),!0).forEach(function(n){QU(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):pS(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function QU(e,t,r){return t=tW(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function tW(e){var t=eW(e,"string");return Os(t)=="symbol"?t:t+""}function eW(e,t){if(Os(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(Os(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var gl=Math.PI/180,rW=function(t){return t*180/Math.PI},Ee=function(t,r,n,i){return{x:t+Math.cos(-gl*i)*n,y:r+Math.sin(-gl*i)*n}},nW=function(t,r){var n=t.x,i=t.y,a=r.x,o=r.y;return Math.sqrt(Math.pow(n-a,2)+Math.pow(i-o,2))},iW=function(t,r){var n=t.x,i=t.y,a=r.cx,o=r.cy,s=nW({x:n,y:i},{x:a,y:o});if(s<=0)return{radius:s};var u=(n-a)/s,l=Math.acos(u);return i>o&&(l=2*Math.PI-l),{radius:s,angle:rW(l),angleInRadian:l}},aW=function(t){var r=t.startAngle,n=t.endAngle,i=Math.floor(r/360),a=Math.floor(n/360),o=Math.min(i,a);return{startAngle:r-o*360,endAngle:n-o*360}},oW=function(t,r){var n=r.startAngle,i=r.endAngle,a=Math.floor(n/360),o=Math.floor(i/360),s=Math.min(a,o);return t+s*360},mS=function(t,r){var n=t.x,i=t.y,a=iW({x:n,y:i},r),o=a.radius,s=a.angle,u=r.innerRadius,l=r.outerRadius;if(o<u||o>l)return!1;if(o===0)return!0;var c=aW(r),f=c.startAngle,h=c.endAngle,p=s,y;if(f<=h){for(;p>h;)p-=360;for(;p<f;)p+=360;y=p>=f&&p<=h}else{for(;p>f;)p-=360;for(;p<h;)p+=360;y=p>=h&&p<=f}return y?dS(dS({},r),{},{radius:o,angle:oW(p,r)}):null};function As(e){"@babel/helpers - typeof";return As=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},As(e)}var sW=["offset"];function uW(e){return hW(e)||fW(e)||cW(e)||lW()}function lW(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
|
|
98
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function
|
|
99
|
-
A`).concat(
|
|
100
|
-
`).concat(w.x,",").concat(w.y),A=
|
|
101
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function
|
|
90
|
+
height and width.`,j,C,o,u,c,f,r);var I=!Array.isArray(p)&&Fn(p.type).endsWith("Chart");return O.Children.map(p,function(U){return O.isValidElement(U)?O.cloneElement(U,Xu({width:j,height:C},I?{style:Xu({height:"100%",width:"100%",maxHeight:C,maxWidth:j},U.props.style)}:{})):U})},[r,p,u,h,f,c,T,o]);return O.createElement("div",{id:m?"".concat(m):void 0,className:Ot("recharts-responsive-container",v),style:Xu(Xu({},x),{},{width:o,height:u,minWidth:c,minHeight:f,maxHeight:h}),ref:g},E)}),S0=function(t){return null};S0.displayName="Cell";function Js(e){"@babel/helpers - typeof";return Js=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Js(e)}function dS(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function ig(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?dS(Object(r),!0).forEach(function(n){w3(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):dS(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function w3(e,t,r){return t=S3(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function S3(e){var t=A3(e,"string");return Js(t)=="symbol"?t:t+""}function A3(e,t){if(Js(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(Js(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var Ca={widthCache:{},cacheCount:0},O3=2e3,T3={position:"absolute",top:"-20000px",left:0,padding:0,margin:0,border:"none",whiteSpace:"pre"},mS="recharts_measurement_span";function P3(e){var t=ig({},e);return Object.keys(t).forEach(function(r){t[r]||delete t[r]}),t}var Ss=function(t){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};if(t==null||Ti.isSsr)return{width:0,height:0};var n=P3(r),i=JSON.stringify({text:t,copyStyle:n});if(Ca.widthCache[i])return Ca.widthCache[i];try{var a=document.getElementById(mS);a||(a=document.createElement("span"),a.setAttribute("id",mS),a.setAttribute("aria-hidden","true"),document.body.appendChild(a));var o=ig(ig({},T3),n);Object.assign(a.style,o),a.textContent="".concat(t);var s=a.getBoundingClientRect(),u={width:s.width,height:s.height};return Ca.widthCache[i]=u,++Ca.cacheCount>O3&&(Ca.cacheCount=0,Ca.widthCache={}),u}catch{return{width:0,height:0}}},E3=function(t){return{top:t.top+window.scrollY-document.documentElement.clientTop,left:t.left+window.scrollX-document.documentElement.clientLeft}};function Qs(e){"@babel/helpers - typeof";return Qs=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Qs(e)}function Gl(e,t){return $3(e)||k3(e,t)||M3(e,t)||C3()}function C3(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
91
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function M3(e,t){if(e){if(typeof e=="string")return yS(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);if(r==="Object"&&e.constructor&&(r=e.constructor.name),r==="Map"||r==="Set")return Array.from(e);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return yS(e,t)}}function yS(e,t){(t==null||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function k3(e,t){var r=e==null?null:typeof Symbol<"u"&&e[Symbol.iterator]||e["@@iterator"];if(r!=null){var n,i,a,o,s=[],u=!0,l=!1;try{if(a=(r=r.call(e)).next,t===0){if(Object(r)!==r)return;u=!1}else for(;!(u=(n=a.call(r)).done)&&(s.push(n.value),s.length!==t);u=!0);}catch(c){l=!0,i=c}finally{try{if(!u&&r.return!=null&&(o=r.return(),Object(o)!==o))return}finally{if(l)throw i}}return s}}function $3(e){if(Array.isArray(e))return e}function j3(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function gS(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,D3(n.key),n)}}function R3(e,t,r){return t&&gS(e.prototype,t),r&&gS(e,r),Object.defineProperty(e,"prototype",{writable:!1}),e}function D3(e){var t=I3(e,"string");return Qs(t)=="symbol"?t:t+""}function I3(e,t){if(Qs(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(Qs(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}var vS=/(-?\d+(?:\.\d+)?[a-zA-Z%]*)([*/])(-?\d+(?:\.\d+)?[a-zA-Z%]*)/,bS=/(-?\d+(?:\.\d+)?[a-zA-Z%]*)([+-])(-?\d+(?:\.\d+)?[a-zA-Z%]*)/,N3=/^px|cm|vh|vw|em|rem|%|mm|in|pt|pc|ex|ch|vmin|vmax|Q$/,L3=/(-?\d+(?:\.\d+)?)([a-zA-Z%]+)?/,xC={cm:96/2.54,mm:96/25.4,pt:96/72,pc:96/6,in:96,Q:96/(2.54*40),px:1},B3=Object.keys(xC),Da="NaN";function q3(e,t){return e*xC[t]}var Yu=(function(){function e(t,r){j3(this,e),this.num=t,this.unit=r,this.num=t,this.unit=r,Number.isNaN(t)&&(this.unit=""),r!==""&&!N3.test(r)&&(this.num=NaN,this.unit=""),B3.includes(r)&&(this.num=q3(t,r),this.unit="px")}return R3(e,[{key:"add",value:function(r){return this.unit!==r.unit?new e(NaN,""):new e(this.num+r.num,this.unit)}},{key:"subtract",value:function(r){return this.unit!==r.unit?new e(NaN,""):new e(this.num-r.num,this.unit)}},{key:"multiply",value:function(r){return this.unit!==""&&r.unit!==""&&this.unit!==r.unit?new e(NaN,""):new e(this.num*r.num,this.unit||r.unit)}},{key:"divide",value:function(r){return this.unit!==""&&r.unit!==""&&this.unit!==r.unit?new e(NaN,""):new e(this.num/r.num,this.unit||r.unit)}},{key:"toString",value:function(){return"".concat(this.num).concat(this.unit)}},{key:"isNaN",value:function(){return Number.isNaN(this.num)}}],[{key:"parse",value:function(r){var n,i=(n=L3.exec(r))!==null&&n!==void 0?n:[],a=Gl(i,3),o=a[1],s=a[2];return new e(parseFloat(o),s??"")}}])})();function _C(e){if(e.includes(Da))return Da;for(var t=e;t.includes("*")||t.includes("/");){var r,n=(r=vS.exec(t))!==null&&r!==void 0?r:[],i=Gl(n,4),a=i[1],o=i[2],s=i[3],u=Yu.parse(a??""),l=Yu.parse(s??""),c=o==="*"?u.multiply(l):u.divide(l);if(c.isNaN())return Da;t=t.replace(vS,c.toString())}for(;t.includes("+")||/.-\d+(?:\.\d+)?/.test(t);){var f,h=(f=bS.exec(t))!==null&&f!==void 0?f:[],p=Gl(h,4),y=p[1],d=p[2],m=p[3],v=Yu.parse(y??""),_=Yu.parse(m??""),b=d==="+"?v.add(_):v.subtract(_);if(b.isNaN())return Da;t=t.replace(bS,b.toString())}return t}var xS=/\(([^()]*)\)/;function F3(e){for(var t=e;t.includes("(");){var r=xS.exec(t),n=Gl(r,2),i=n[1];t=t.replace(xS,_C(i))}return t}function z3(e){var t=e.replace(/\s+/g,"");return t=F3(t),t=_C(t),t}function U3(e){try{return z3(e)}catch{return Da}}function gm(e){var t=U3(e.slice(5,-1));return t===Da?"":t}var W3=["x","y","lineHeight","capHeight","scaleToFit","textAnchor","verticalAnchor","fill"],H3=["dx","dy","angle","className","breakAll"];function ag(){return ag=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},ag.apply(this,arguments)}function _S(e,t){if(e==null)return{};var r=G3(e,t),n,i;if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(i=0;i<a.length;i++)n=a[i],!(t.indexOf(n)>=0)&&Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}function G3(e,t){if(e==null)return{};var r={};for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n)){if(t.indexOf(n)>=0)continue;r[n]=e[n]}return r}function wS(e,t){return V3(e)||Y3(e,t)||X3(e,t)||K3()}function K3(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
92
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function X3(e,t){if(e){if(typeof e=="string")return SS(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);if(r==="Object"&&e.constructor&&(r=e.constructor.name),r==="Map"||r==="Set")return Array.from(e);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return SS(e,t)}}function SS(e,t){(t==null||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function Y3(e,t){var r=e==null?null:typeof Symbol<"u"&&e[Symbol.iterator]||e["@@iterator"];if(r!=null){var n,i,a,o,s=[],u=!0,l=!1;try{if(a=(r=r.call(e)).next,t===0){if(Object(r)!==r)return;u=!1}else for(;!(u=(n=a.call(r)).done)&&(s.push(n.value),s.length!==t);u=!0);}catch(c){l=!0,i=c}finally{try{if(!u&&r.return!=null&&(o=r.return(),Object(o)!==o))return}finally{if(l)throw i}}return s}}function V3(e){if(Array.isArray(e))return e}var wC=/[ \f\n\r\t\v\u2028\u2029]+/,SC=function(t){var r=t.children,n=t.breakAll,i=t.style;try{var a=[];vt(r)||(n?a=r.toString().split(""):a=r.toString().split(wC));var o=a.map(function(u){return{word:u,width:Ss(u,i).width}}),s=n?0:Ss(" ",i).width;return{wordsWithComputedWidth:o,spaceWidth:s}}catch{return null}},Z3=function(t,r,n,i,a){var o=t.maxLines,s=t.children,u=t.style,l=t.breakAll,c=it(o),f=s,h=function(){var j=arguments.length>0&&arguments[0]!==void 0?arguments[0]:[];return j.reduce(function(C,I){var U=I.word,W=I.width,D=C[C.length-1];if(D&&(i==null||a||D.width+W+n<Number(i)))D.words.push(U),D.width+=W+n;else{var L={words:[U],width:W};C.push(L)}return C},[])},p=h(r),y=function(j){return j.reduce(function(C,I){return C.width>I.width?C:I})};if(!c)return p;for(var d="…",m=function(j){var C=f.slice(0,j),I=SC({breakAll:l,style:u,children:C+d}).wordsWithComputedWidth,U=h(I),W=U.length>o||y(U).width>Number(i);return[W,U]},v=0,_=f.length-1,b=0,x;v<=_&&b<=f.length-1;){var g=Math.floor((v+_)/2),w=g-1,S=m(w),A=wS(S,2),T=A[0],M=A[1],P=m(g),E=wS(P,1),k=E[0];if(!T&&!k&&(v=g+1),T&&k&&(_=g-1),!T&&k){x=M;break}b++}return x||p},AS=function(t){var r=vt(t)?[]:t.toString().split(wC);return[{words:r}]},J3=function(t){var r=t.width,n=t.scaleToFit,i=t.children,a=t.style,o=t.breakAll,s=t.maxLines;if((r||n)&&!Ti.isSsr){var u,l,c=SC({breakAll:o,children:i,style:a});if(c){var f=c.wordsWithComputedWidth,h=c.spaceWidth;u=f,l=h}else return AS(i);return Z3({breakAll:o,children:i,maxLines:s,style:a},u,l,r,n)}return AS(i)},OS="#808080",Kl=function(t){var r=t.x,n=r===void 0?0:r,i=t.y,a=i===void 0?0:i,o=t.lineHeight,s=o===void 0?"1em":o,u=t.capHeight,l=u===void 0?"0.71em":u,c=t.scaleToFit,f=c===void 0?!1:c,h=t.textAnchor,p=h===void 0?"start":h,y=t.verticalAnchor,d=y===void 0?"end":y,m=t.fill,v=m===void 0?OS:m,_=_S(t,W3),b=O.useMemo(function(){return J3({breakAll:_.breakAll,children:_.children,maxLines:_.maxLines,scaleToFit:f,style:_.style,width:_.width})},[_.breakAll,_.children,_.maxLines,f,_.style,_.width]),x=_.dx,g=_.dy,w=_.angle,S=_.className,A=_.breakAll,T=_S(_,H3);if(!Te(n)||!Te(a))return null;var M=n+(it(x)?x:0),P=a+(it(g)?g:0),E;switch(d){case"start":E=gm("calc(".concat(l,")"));break;case"middle":E=gm("calc(".concat((b.length-1)/2," * -").concat(s," + (").concat(l," / 2))"));break;default:E=gm("calc(".concat(b.length-1," * -").concat(s,")"));break}var k=[];if(f){var $=b[0].width,j=_.width;k.push("scale(".concat((it(j)?j/$:1)/$,")"))}return w&&k.push("rotate(".concat(w,", ").concat(M,", ").concat(P,")")),k.length&&(T.transform=k.join(" ")),O.createElement("text",ag({},xt(T,!0),{x:M,y:P,className:Ot("recharts-text",S),textAnchor:p,fill:v.includes("url")?OS:v}),b.map(function(C,I){var U=C.words.join(A?"":" ");return O.createElement("tspan",{x:M,dy:I===0?E:s,key:"".concat(U,"-").concat(I)},U)}))};const TS=Object.freeze(Object.defineProperty({__proto__:null,scaleBand:Ds,scaleDiverging:zT,scaleDivergingLog:UT,scaleDivergingPow:Ev,scaleDivergingSqrt:YD,scaleDivergingSymlog:WT,scaleIdentity:wT,scaleImplicit:my,scaleLinear:oa,scaleLog:AT,scaleOrdinal:fv,scalePoint:ps,scalePow:vv,scaleQuantile:PT,scaleQuantize:ET,scaleRadial:TT,scaleSequential:LT,scaleSequentialLog:BT,scaleSequentialPow:Pv,scaleSequentialQuantile:FT,scaleSequentialSqrt:XD,scaleSequentialSymlog:qT,scaleSqrt:MR,scaleSymlog:OT,scaleThreshold:CT,scaleTime:Al,scaleUtc:KD,tickFormat:_T},Symbol.toStringTag,{value:"Module"}));var vm,PS;function AC(){if(PS)return vm;PS=1;var e=ko();function t(r,n,i){for(var a=-1,o=r.length;++a<o;){var s=r[a],u=n(s);if(u!=null&&(l===void 0?u===u&&!e(u):i(u,l)))var l=u,c=s}return c}return vm=t,vm}var bm,ES;function Q3(){if(ES)return bm;ES=1;function e(t,r){return t>r}return bm=e,bm}var xm,CS;function tU(){if(CS)return xm;CS=1;var e=AC(),t=Q3(),r=$o();function n(i){return i&&i.length?e(i,r,t):void 0}return xm=n,xm}var eU=tU();const hi=Ft(eU);var _m,MS;function rU(){if(MS)return _m;MS=1;function e(t,r){return t<r}return _m=e,_m}var wm,kS;function nU(){if(kS)return wm;kS=1;var e=AC(),t=rU(),r=$o();function n(i){return i&&i.length?e(i,r,t):void 0}return wm=n,wm}var iU=nU();const Yc=Ft(iU);var Sm,$S;function aU(){if($S)return Sm;$S=1;var e=g0();function t(r,n){return e(r,n)}return Sm=t,Sm}var oU=aU();const ca=Ft(oU);var Do=1e9,sU={precision:20,rounding:4,toExpNeg:-7,toExpPos:21,LN10:"2.302585092994045684017991454684364207601101488628772976033327900967572609677352480235997205089598298341967784042286"},O0,re=!0,Kr="[DecimalError] ",ra=Kr+"Invalid argument: ",A0=Kr+"Exponent out of range: ",Io=Math.floor,Fi=Math.pow,uU=/^(\d+(\.\d*)?|\.\d+)(e[+-]?\d+)?$/i,Pr,ke=1e7,Jt=7,OC=9007199254740991,Xl=Io(OC/Jt),lt={};lt.absoluteValue=lt.abs=function(){var e=new this.constructor(this);return e.s&&(e.s=1),e};lt.comparedTo=lt.cmp=function(e){var t,r,n,i,a=this;if(e=new a.constructor(e),a.s!==e.s)return a.s||-e.s;if(a.e!==e.e)return a.e>e.e^a.s<0?1:-1;for(n=a.d.length,i=e.d.length,t=0,r=n<i?n:i;t<r;++t)if(a.d[t]!==e.d[t])return a.d[t]>e.d[t]^a.s<0?1:-1;return n===i?0:n>i^a.s<0?1:-1};lt.decimalPlaces=lt.dp=function(){var e=this,t=e.d.length-1,r=(t-e.e)*Jt;if(t=e.d[t],t)for(;t%10==0;t/=10)r--;return r<0?0:r};lt.dividedBy=lt.div=function(e){return Un(this,new this.constructor(e))};lt.dividedToIntegerBy=lt.idiv=function(e){var t=this,r=t.constructor;return Kt(Un(t,new r(e),0,1),r.precision)};lt.equals=lt.eq=function(e){return!this.cmp(e)};lt.exponent=function(){return we(this)};lt.greaterThan=lt.gt=function(e){return this.cmp(e)>0};lt.greaterThanOrEqualTo=lt.gte=function(e){return this.cmp(e)>=0};lt.isInteger=lt.isint=function(){return this.e>this.d.length-2};lt.isNegative=lt.isneg=function(){return this.s<0};lt.isPositive=lt.ispos=function(){return this.s>0};lt.isZero=function(){return this.s===0};lt.lessThan=lt.lt=function(e){return this.cmp(e)<0};lt.lessThanOrEqualTo=lt.lte=function(e){return this.cmp(e)<1};lt.logarithm=lt.log=function(e){var t,r=this,n=r.constructor,i=n.precision,a=i+5;if(e===void 0)e=new n(10);else if(e=new n(e),e.s<1||e.eq(Pr))throw Error(Kr+"NaN");if(r.s<1)throw Error(Kr+(r.s?"NaN":"-Infinity"));return r.eq(Pr)?new n(0):(re=!1,t=Un(tu(r,a),tu(e,a),a),re=!0,Kt(t,i))};lt.minus=lt.sub=function(e){var t=this;return e=new t.constructor(e),t.s==e.s?EC(t,e):TC(t,(e.s=-e.s,e))};lt.modulo=lt.mod=function(e){var t,r=this,n=r.constructor,i=n.precision;if(e=new n(e),!e.s)throw Error(Kr+"NaN");return r.s?(re=!1,t=Un(r,e,0,1).times(e),re=!0,r.minus(t)):Kt(new n(r),i)};lt.naturalExponential=lt.exp=function(){return PC(this)};lt.naturalLogarithm=lt.ln=function(){return tu(this)};lt.negated=lt.neg=function(){var e=new this.constructor(this);return e.s=-e.s||0,e};lt.plus=lt.add=function(e){var t=this;return e=new t.constructor(e),t.s==e.s?TC(t,e):EC(t,(e.s=-e.s,e))};lt.precision=lt.sd=function(e){var t,r,n,i=this;if(e!==void 0&&e!==!!e&&e!==1&&e!==0)throw Error(ra+e);if(t=we(i)+1,n=i.d.length-1,r=n*Jt+1,n=i.d[n],n){for(;n%10==0;n/=10)r--;for(n=i.d[0];n>=10;n/=10)r++}return e&&t>r?t:r};lt.squareRoot=lt.sqrt=function(){var e,t,r,n,i,a,o,s=this,u=s.constructor;if(s.s<1){if(!s.s)return new u(0);throw Error(Kr+"NaN")}for(e=we(s),re=!1,i=Math.sqrt(+s),i==0||i==1/0?(t=Sn(s.d),(t.length+e)%2==0&&(t+="0"),i=Math.sqrt(t),e=Io((e+1)/2)-(e<0||e%2),i==1/0?t="5e"+e:(t=i.toExponential(),t=t.slice(0,t.indexOf("e")+1)+e),n=new u(t)):n=new u(i.toString()),r=u.precision,i=o=r+3;;)if(a=n,n=a.plus(Un(s,a,o+2)).times(.5),Sn(a.d).slice(0,o)===(t=Sn(n.d)).slice(0,o)){if(t=t.slice(o-3,o+1),i==o&&t=="4999"){if(Kt(a,r+1,0),a.times(a).eq(s)){n=a;break}}else if(t!="9999")break;o+=4}return re=!0,Kt(n,r)};lt.times=lt.mul=function(e){var t,r,n,i,a,o,s,u,l,c=this,f=c.constructor,h=c.d,p=(e=new f(e)).d;if(!c.s||!e.s)return new f(0);for(e.s*=c.s,r=c.e+e.e,u=h.length,l=p.length,u<l&&(a=h,h=p,p=a,o=u,u=l,l=o),a=[],o=u+l,n=o;n--;)a.push(0);for(n=l;--n>=0;){for(t=0,i=u+n;i>n;)s=a[i]+p[n]*h[i-n-1]+t,a[i--]=s%ke|0,t=s/ke|0;a[i]=(a[i]+t)%ke|0}for(;!a[--o];)a.pop();return t?++r:a.shift(),e.d=a,e.e=r,re?Kt(e,f.precision):e};lt.toDecimalPlaces=lt.todp=function(e,t){var r=this,n=r.constructor;return r=new n(r),e===void 0?r:(Cn(e,0,Do),t===void 0?t=n.rounding:Cn(t,0,8),Kt(r,e+we(r)+1,t))};lt.toExponential=function(e,t){var r,n=this,i=n.constructor;return e===void 0?r=fa(n,!0):(Cn(e,0,Do),t===void 0?t=i.rounding:Cn(t,0,8),n=Kt(new i(n),e+1,t),r=fa(n,!0,e+1)),r};lt.toFixed=function(e,t){var r,n,i=this,a=i.constructor;return e===void 0?fa(i):(Cn(e,0,Do),t===void 0?t=a.rounding:Cn(t,0,8),n=Kt(new a(i),e+we(i)+1,t),r=fa(n.abs(),!1,e+we(n)+1),i.isneg()&&!i.isZero()?"-"+r:r)};lt.toInteger=lt.toint=function(){var e=this,t=e.constructor;return Kt(new t(e),we(e)+1,t.rounding)};lt.toNumber=function(){return+this};lt.toPower=lt.pow=function(e){var t,r,n,i,a,o,s=this,u=s.constructor,l=12,c=+(e=new u(e));if(!e.s)return new u(Pr);if(s=new u(s),!s.s){if(e.s<1)throw Error(Kr+"Infinity");return s}if(s.eq(Pr))return s;if(n=u.precision,e.eq(Pr))return Kt(s,n);if(t=e.e,r=e.d.length-1,o=t>=r,a=s.s,o){if((r=c<0?-c:c)<=OC){for(i=new u(Pr),t=Math.ceil(n/Jt+4),re=!1;r%2&&(i=i.times(s),RS(i.d,t)),r=Io(r/2),r!==0;)s=s.times(s),RS(s.d,t);return re=!0,e.s<0?new u(Pr).div(i):Kt(i,n)}}else if(a<0)throw Error(Kr+"NaN");return a=a<0&&e.d[Math.max(t,r)]&1?-1:1,s.s=1,re=!1,i=e.times(tu(s,n+l)),re=!0,i=PC(i),i.s=a,i};lt.toPrecision=function(e,t){var r,n,i=this,a=i.constructor;return e===void 0?(r=we(i),n=fa(i,r<=a.toExpNeg||r>=a.toExpPos)):(Cn(e,1,Do),t===void 0?t=a.rounding:Cn(t,0,8),i=Kt(new a(i),e,t),r=we(i),n=fa(i,e<=r||r<=a.toExpNeg,e)),n};lt.toSignificantDigits=lt.tosd=function(e,t){var r=this,n=r.constructor;return e===void 0?(e=n.precision,t=n.rounding):(Cn(e,1,Do),t===void 0?t=n.rounding:Cn(t,0,8)),Kt(new n(r),e,t)};lt.toString=lt.valueOf=lt.val=lt.toJSON=lt[Symbol.for("nodejs.util.inspect.custom")]=function(){var e=this,t=we(e),r=e.constructor;return fa(e,t<=r.toExpNeg||t>=r.toExpPos)};function TC(e,t){var r,n,i,a,o,s,u,l,c=e.constructor,f=c.precision;if(!e.s||!t.s)return t.s||(t=new c(e)),re?Kt(t,f):t;if(u=e.d,l=t.d,o=e.e,i=t.e,u=u.slice(),a=o-i,a){for(a<0?(n=u,a=-a,s=l.length):(n=l,i=o,s=u.length),o=Math.ceil(f/Jt),s=o>s?o+1:s+1,a>s&&(a=s,n.length=1),n.reverse();a--;)n.push(0);n.reverse()}for(s=u.length,a=l.length,s-a<0&&(a=s,n=l,l=u,u=n),r=0;a;)r=(u[--a]=u[a]+l[a]+r)/ke|0,u[a]%=ke;for(r&&(u.unshift(r),++i),s=u.length;u[--s]==0;)u.pop();return t.d=u,t.e=i,re?Kt(t,f):t}function Cn(e,t,r){if(e!==~~e||e<t||e>r)throw Error(ra+e)}function Sn(e){var t,r,n,i=e.length-1,a="",o=e[0];if(i>0){for(a+=o,t=1;t<i;t++)n=e[t]+"",r=Jt-n.length,r&&(a+=si(r)),a+=n;o=e[t],n=o+"",r=Jt-n.length,r&&(a+=si(r))}else if(o===0)return"0";for(;o%10===0;)o/=10;return a+o}var Un=(function(){function e(n,i){var a,o=0,s=n.length;for(n=n.slice();s--;)a=n[s]*i+o,n[s]=a%ke|0,o=a/ke|0;return o&&n.unshift(o),n}function t(n,i,a,o){var s,u;if(a!=o)u=a>o?1:-1;else for(s=u=0;s<a;s++)if(n[s]!=i[s]){u=n[s]>i[s]?1:-1;break}return u}function r(n,i,a){for(var o=0;a--;)n[a]-=o,o=n[a]<i[a]?1:0,n[a]=o*ke+n[a]-i[a];for(;!n[0]&&n.length>1;)n.shift()}return function(n,i,a,o){var s,u,l,c,f,h,p,y,d,m,v,_,b,x,g,w,S,A,T=n.constructor,M=n.s==i.s?1:-1,P=n.d,E=i.d;if(!n.s)return new T(n);if(!i.s)throw Error(Kr+"Division by zero");for(u=n.e-i.e,S=E.length,g=P.length,p=new T(M),y=p.d=[],l=0;E[l]==(P[l]||0);)++l;if(E[l]>(P[l]||0)&&--u,a==null?_=a=T.precision:o?_=a+(we(n)-we(i))+1:_=a,_<0)return new T(0);if(_=_/Jt+2|0,l=0,S==1)for(c=0,E=E[0],_++;(l<g||c)&&_--;l++)b=c*ke+(P[l]||0),y[l]=b/E|0,c=b%E|0;else{for(c=ke/(E[0]+1)|0,c>1&&(E=e(E,c),P=e(P,c),S=E.length,g=P.length),x=S,d=P.slice(0,S),m=d.length;m<S;)d[m++]=0;A=E.slice(),A.unshift(0),w=E[0],E[1]>=ke/2&&++w;do c=0,s=t(E,d,S,m),s<0?(v=d[0],S!=m&&(v=v*ke+(d[1]||0)),c=v/w|0,c>1?(c>=ke&&(c=ke-1),f=e(E,c),h=f.length,m=d.length,s=t(f,d,h,m),s==1&&(c--,r(f,S<h?A:E,h))):(c==0&&(s=c=1),f=E.slice()),h=f.length,h<m&&f.unshift(0),r(d,f,m),s==-1&&(m=d.length,s=t(E,d,S,m),s<1&&(c++,r(d,S<m?A:E,m))),m=d.length):s===0&&(c++,d=[0]),y[l++]=c,s&&d[0]?d[m++]=P[x]||0:(d=[P[x]],m=1);while((x++<g||d[0]!==void 0)&&_--)}return y[0]||y.shift(),p.e=u,Kt(p,o?a+we(p)+1:a)}})();function PC(e,t){var r,n,i,a,o,s,u=0,l=0,c=e.constructor,f=c.precision;if(we(e)>16)throw Error(A0+we(e));if(!e.s)return new c(Pr);for(re=!1,s=f,o=new c(.03125);e.abs().gte(.1);)e=e.times(o),l+=5;for(n=Math.log(Fi(2,l))/Math.LN10*2+5|0,s+=n,r=i=a=new c(Pr),c.precision=s;;){if(i=Kt(i.times(e),s),r=r.times(++u),o=a.plus(Un(i,r,s)),Sn(o.d).slice(0,s)===Sn(a.d).slice(0,s)){for(;l--;)a=Kt(a.times(a),s);return c.precision=f,t==null?(re=!0,Kt(a,f)):a}a=o}}function we(e){for(var t=e.e*Jt,r=e.d[0];r>=10;r/=10)t++;return t}function Am(e,t,r){if(t>e.LN10.sd())throw re=!0,r&&(e.precision=r),Error(Kr+"LN10 precision limit exceeded");return Kt(new e(e.LN10),t)}function si(e){for(var t="";e--;)t+="0";return t}function tu(e,t){var r,n,i,a,o,s,u,l,c,f=1,h=10,p=e,y=p.d,d=p.constructor,m=d.precision;if(p.s<1)throw Error(Kr+(p.s?"NaN":"-Infinity"));if(p.eq(Pr))return new d(0);if(t==null?(re=!1,l=m):l=t,p.eq(10))return t==null&&(re=!0),Am(d,l);if(l+=h,d.precision=l,r=Sn(y),n=r.charAt(0),a=we(p),Math.abs(a)<15e14){for(;n<7&&n!=1||n==1&&r.charAt(1)>3;)p=p.times(e),r=Sn(p.d),n=r.charAt(0),f++;a=we(p),n>1?(p=new d("0."+r),a++):p=new d(n+"."+r.slice(1))}else return u=Am(d,l+2,m).times(a+""),p=tu(new d(n+"."+r.slice(1)),l-h).plus(u),d.precision=m,t==null?(re=!0,Kt(p,m)):p;for(s=o=p=Un(p.minus(Pr),p.plus(Pr),l),c=Kt(p.times(p),l),i=3;;){if(o=Kt(o.times(c),l),u=s.plus(Un(o,new d(i),l)),Sn(u.d).slice(0,l)===Sn(s.d).slice(0,l))return s=s.times(2),a!==0&&(s=s.plus(Am(d,l+2,m).times(a+""))),s=Un(s,new d(f),l),d.precision=m,t==null?(re=!0,Kt(s,m)):s;s=u,i+=2}}function jS(e,t){var r,n,i;for((r=t.indexOf("."))>-1&&(t=t.replace(".","")),(n=t.search(/e/i))>0?(r<0&&(r=n),r+=+t.slice(n+1),t=t.substring(0,n)):r<0&&(r=t.length),n=0;t.charCodeAt(n)===48;)++n;for(i=t.length;t.charCodeAt(i-1)===48;)--i;if(t=t.slice(n,i),t){if(i-=n,r=r-n-1,e.e=Io(r/Jt),e.d=[],n=(r+1)%Jt,r<0&&(n+=Jt),n<i){for(n&&e.d.push(+t.slice(0,n)),i-=Jt;n<i;)e.d.push(+t.slice(n,n+=Jt));t=t.slice(n),n=Jt-t.length}else n-=i;for(;n--;)t+="0";if(e.d.push(+t),re&&(e.e>Xl||e.e<-Xl))throw Error(A0+r)}else e.s=0,e.e=0,e.d=[0];return e}function Kt(e,t,r){var n,i,a,o,s,u,l,c,f=e.d;for(o=1,a=f[0];a>=10;a/=10)o++;if(n=t-o,n<0)n+=Jt,i=t,l=f[c=0];else{if(c=Math.ceil((n+1)/Jt),a=f.length,c>=a)return e;for(l=a=f[c],o=1;a>=10;a/=10)o++;n%=Jt,i=n-Jt+o}if(r!==void 0&&(a=Fi(10,o-i-1),s=l/a%10|0,u=t<0||f[c+1]!==void 0||l%a,u=r<4?(s||u)&&(r==0||r==(e.s<0?3:2)):s>5||s==5&&(r==4||u||r==6&&(n>0?i>0?l/Fi(10,o-i):0:f[c-1])%10&1||r==(e.s<0?8:7))),t<1||!f[0])return u?(a=we(e),f.length=1,t=t-a-1,f[0]=Fi(10,(Jt-t%Jt)%Jt),e.e=Io(-t/Jt)||0):(f.length=1,f[0]=e.e=e.s=0),e;if(n==0?(f.length=c,a=1,c--):(f.length=c+1,a=Fi(10,Jt-n),f[c]=i>0?(l/Fi(10,o-i)%Fi(10,i)|0)*a:0),u)for(;;)if(c==0){(f[0]+=a)==ke&&(f[0]=1,++e.e);break}else{if(f[c]+=a,f[c]!=ke)break;f[c--]=0,a=1}for(n=f.length;f[--n]===0;)f.pop();if(re&&(e.e>Xl||e.e<-Xl))throw Error(A0+we(e));return e}function EC(e,t){var r,n,i,a,o,s,u,l,c,f,h=e.constructor,p=h.precision;if(!e.s||!t.s)return t.s?t.s=-t.s:t=new h(e),re?Kt(t,p):t;if(u=e.d,f=t.d,n=t.e,l=e.e,u=u.slice(),o=l-n,o){for(c=o<0,c?(r=u,o=-o,s=f.length):(r=f,n=l,s=u.length),i=Math.max(Math.ceil(p/Jt),s)+2,o>i&&(o=i,r.length=1),r.reverse(),i=o;i--;)r.push(0);r.reverse()}else{for(i=u.length,s=f.length,c=i<s,c&&(s=i),i=0;i<s;i++)if(u[i]!=f[i]){c=u[i]<f[i];break}o=0}for(c&&(r=u,u=f,f=r,t.s=-t.s),s=u.length,i=f.length-s;i>0;--i)u[s++]=0;for(i=f.length;i>o;){if(u[--i]<f[i]){for(a=i;a&&u[--a]===0;)u[a]=ke-1;--u[a],u[i]+=ke}u[i]-=f[i]}for(;u[--s]===0;)u.pop();for(;u[0]===0;u.shift())--n;return u[0]?(t.d=u,t.e=n,re?Kt(t,p):t):new h(0)}function fa(e,t,r){var n,i=we(e),a=Sn(e.d),o=a.length;return t?(r&&(n=r-o)>0?a=a.charAt(0)+"."+a.slice(1)+si(n):o>1&&(a=a.charAt(0)+"."+a.slice(1)),a=a+(i<0?"e":"e+")+i):i<0?(a="0."+si(-i-1)+a,r&&(n=r-o)>0&&(a+=si(n))):i>=o?(a+=si(i+1-o),r&&(n=r-i-1)>0&&(a=a+"."+si(n))):((n=i+1)<o&&(a=a.slice(0,n)+"."+a.slice(n)),r&&(n=r-o)>0&&(i+1===o&&(a+="."),a+=si(n))),e.s<0?"-"+a:a}function RS(e,t){if(e.length>t)return e.length=t,!0}function CC(e){var t,r,n;function i(a){var o=this;if(!(o instanceof i))return new i(a);if(o.constructor=i,a instanceof i){o.s=a.s,o.e=a.e,o.d=(a=a.d)?a.slice():a;return}if(typeof a=="number"){if(a*0!==0)throw Error(ra+a);if(a>0)o.s=1;else if(a<0)a=-a,o.s=-1;else{o.s=0,o.e=0,o.d=[0];return}if(a===~~a&&a<1e7){o.e=0,o.d=[a];return}return jS(o,a.toString())}else if(typeof a!="string")throw Error(ra+a);if(a.charCodeAt(0)===45?(a=a.slice(1),o.s=-1):o.s=1,uU.test(a))jS(o,a);else throw Error(ra+a)}if(i.prototype=lt,i.ROUND_UP=0,i.ROUND_DOWN=1,i.ROUND_CEIL=2,i.ROUND_FLOOR=3,i.ROUND_HALF_UP=4,i.ROUND_HALF_DOWN=5,i.ROUND_HALF_EVEN=6,i.ROUND_HALF_CEIL=7,i.ROUND_HALF_FLOOR=8,i.clone=CC,i.config=i.set=lU,e===void 0&&(e={}),e)for(n=["precision","rounding","toExpNeg","toExpPos","LN10"],t=0;t<n.length;)e.hasOwnProperty(r=n[t++])||(e[r]=this[r]);return i.config(e),i}function lU(e){if(!e||typeof e!="object")throw Error(Kr+"Object expected");var t,r,n,i=["precision",1,Do,"rounding",0,8,"toExpNeg",-1/0,0,"toExpPos",0,1/0];for(t=0;t<i.length;t+=3)if((n=e[r=i[t]])!==void 0)if(Io(n)===n&&n>=i[t+1]&&n<=i[t+2])this[r]=n;else throw Error(ra+r+": "+n);if((n=e[r="LN10"])!==void 0)if(n==Math.LN10)this[r]=new this(n);else throw Error(ra+r+": "+n);return this}var O0=CC(sU);Pr=new O0(1);const Ut=O0;function cU(e){return dU(e)||pU(e)||hU(e)||fU()}function fU(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
|
|
93
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function hU(e,t){if(e){if(typeof e=="string")return og(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);if(r==="Object"&&e.constructor&&(r=e.constructor.name),r==="Map"||r==="Set")return Array.from(e);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return og(e,t)}}function pU(e){if(typeof Symbol<"u"&&Symbol.iterator in Object(e))return Array.from(e)}function dU(e){if(Array.isArray(e))return og(e)}function og(e,t){(t==null||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}var mU=function(t){return t},MC={},kC=function(t){return t===MC},DS=function(t){return function r(){return arguments.length===0||arguments.length===1&&kC(arguments.length<=0?void 0:arguments[0])?r:t.apply(void 0,arguments)}},yU=function e(t,r){return t===1?r:DS(function(){for(var n=arguments.length,i=new Array(n),a=0;a<n;a++)i[a]=arguments[a];var o=i.filter(function(s){return s!==MC}).length;return o>=t?r.apply(void 0,i):e(t-o,DS(function(){for(var s=arguments.length,u=new Array(s),l=0;l<s;l++)u[l]=arguments[l];var c=i.map(function(f){return kC(f)?u.shift():f});return r.apply(void 0,cU(c).concat(u))}))})},Vc=function(t){return yU(t.length,t)},sg=function(t,r){for(var n=[],i=t;i<r;++i)n[i-t]=i;return n},gU=Vc(function(e,t){return Array.isArray(t)?t.map(e):Object.keys(t).map(function(r){return t[r]}).map(e)}),vU=function(){for(var t=arguments.length,r=new Array(t),n=0;n<t;n++)r[n]=arguments[n];if(!r.length)return mU;var i=r.reverse(),a=i[0],o=i.slice(1);return function(){return o.reduce(function(s,u){return u(s)},a.apply(void 0,arguments))}},ug=function(t){return Array.isArray(t)?t.reverse():t.split("").reverse.join("")},$C=function(t){var r=null,n=null;return function(){for(var i=arguments.length,a=new Array(i),o=0;o<i;o++)a[o]=arguments[o];return r&&a.every(function(s,u){return s===r[u]})||(r=a,n=t.apply(void 0,a)),n}};function bU(e){var t;return e===0?t=1:t=Math.floor(new Ut(e).abs().log(10).toNumber())+1,t}function xU(e,t,r){for(var n=new Ut(e),i=0,a=[];n.lt(t)&&i<1e5;)a.push(n.toNumber()),n=n.add(r),i++;return a}var _U=Vc(function(e,t,r){var n=+e,i=+t;return n+r*(i-n)}),wU=Vc(function(e,t,r){var n=t-+e;return n=n||1/0,(r-e)/n}),SU=Vc(function(e,t,r){var n=t-+e;return n=n||1/0,Math.max(0,Math.min(1,(r-e)/n))});const Zc={rangeStep:xU,getDigitCount:bU,interpolateNumber:_U,uninterpolateNumber:wU,uninterpolateTruncation:SU};function lg(e){return TU(e)||OU(e)||jC(e)||AU()}function AU(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
|
|
94
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function OU(e){if(typeof Symbol<"u"&&Symbol.iterator in Object(e))return Array.from(e)}function TU(e){if(Array.isArray(e))return cg(e)}function eu(e,t){return CU(e)||EU(e,t)||jC(e,t)||PU()}function PU(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
95
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function jC(e,t){if(e){if(typeof e=="string")return cg(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);if(r==="Object"&&e.constructor&&(r=e.constructor.name),r==="Map"||r==="Set")return Array.from(e);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return cg(e,t)}}function cg(e,t){(t==null||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function EU(e,t){if(!(typeof Symbol>"u"||!(Symbol.iterator in Object(e)))){var r=[],n=!0,i=!1,a=void 0;try{for(var o=e[Symbol.iterator](),s;!(n=(s=o.next()).done)&&(r.push(s.value),!(t&&r.length===t));n=!0);}catch(u){i=!0,a=u}finally{try{!n&&o.return!=null&&o.return()}finally{if(i)throw a}}return r}}function CU(e){if(Array.isArray(e))return e}function RC(e){var t=eu(e,2),r=t[0],n=t[1],i=r,a=n;return r>n&&(i=n,a=r),[i,a]}function DC(e,t,r){if(e.lte(0))return new Ut(0);var n=Zc.getDigitCount(e.toNumber()),i=new Ut(10).pow(n),a=e.div(i),o=n!==1?.05:.1,s=new Ut(Math.ceil(a.div(o).toNumber())).add(r).mul(o),u=s.mul(i);return t?u:new Ut(Math.ceil(u))}function MU(e,t,r){var n=1,i=new Ut(e);if(!i.isint()&&r){var a=Math.abs(e);a<1?(n=new Ut(10).pow(Zc.getDigitCount(e)-1),i=new Ut(Math.floor(i.div(n).toNumber())).mul(n)):a>1&&(i=new Ut(Math.floor(e)))}else e===0?i=new Ut(Math.floor((t-1)/2)):r||(i=new Ut(Math.floor(e)));var o=Math.floor((t-1)/2),s=vU(gU(function(u){return i.add(new Ut(u-o).mul(n)).toNumber()}),sg);return s(0,t)}function IC(e,t,r,n){var i=arguments.length>4&&arguments[4]!==void 0?arguments[4]:0;if(!Number.isFinite((t-e)/(r-1)))return{step:new Ut(0),tickMin:new Ut(0),tickMax:new Ut(0)};var a=DC(new Ut(t).sub(e).div(r-1),n,i),o;e<=0&&t>=0?o=new Ut(0):(o=new Ut(e).add(t).div(2),o=o.sub(new Ut(o).mod(a)));var s=Math.ceil(o.sub(e).div(a).toNumber()),u=Math.ceil(new Ut(t).sub(o).div(a).toNumber()),l=s+u+1;return l>r?IC(e,t,r,n,i+1):(l<r&&(u=t>0?u+(r-l):u,s=t>0?s:s+(r-l)),{step:a,tickMin:o.sub(new Ut(s).mul(a)),tickMax:o.add(new Ut(u).mul(a))})}function kU(e){var t=eu(e,2),r=t[0],n=t[1],i=arguments.length>1&&arguments[1]!==void 0?arguments[1]:6,a=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!0,o=Math.max(i,2),s=RC([r,n]),u=eu(s,2),l=u[0],c=u[1];if(l===-1/0||c===1/0){var f=c===1/0?[l].concat(lg(sg(0,i-1).map(function(){return 1/0}))):[].concat(lg(sg(0,i-1).map(function(){return-1/0})),[c]);return r>n?ug(f):f}if(l===c)return MU(l,i,a);var h=IC(l,c,o,a),p=h.step,y=h.tickMin,d=h.tickMax,m=Zc.rangeStep(y,d.add(new Ut(.1).mul(p)),p);return r>n?ug(m):m}function $U(e,t){var r=eu(e,2),n=r[0],i=r[1],a=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!0,o=RC([n,i]),s=eu(o,2),u=s[0],l=s[1];if(u===-1/0||l===1/0)return[n,i];if(u===l)return[u];var c=Math.max(t,2),f=DC(new Ut(l).sub(u).div(c-1),a,0),h=[].concat(lg(Zc.rangeStep(new Ut(u),new Ut(l).sub(new Ut(.99).mul(f)),f)),[l]);return n>i?ug(h):h}var jU=$C(kU),RU=$C($U),DU=process.env.NODE_ENV==="production",Om="Invariant failed";function lr(e,t){if(DU)throw new Error(Om);var r=typeof t=="function"?t():t,n=r?"".concat(Om,": ").concat(r):Om;throw new Error(n)}var IU=["offset","layout","width","dataKey","data","dataPointFormatter","xAxis","yAxis"];function lo(e){"@babel/helpers - typeof";return lo=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},lo(e)}function Yl(){return Yl=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Yl.apply(this,arguments)}function NU(e,t){return FU(e)||qU(e,t)||BU(e,t)||LU()}function LU(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
96
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function BU(e,t){if(e){if(typeof e=="string")return IS(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);if(r==="Object"&&e.constructor&&(r=e.constructor.name),r==="Map"||r==="Set")return Array.from(e);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return IS(e,t)}}function IS(e,t){(t==null||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function qU(e,t){var r=e==null?null:typeof Symbol<"u"&&e[Symbol.iterator]||e["@@iterator"];if(r!=null){var n,i,a,o,s=[],u=!0,l=!1;try{if(a=(r=r.call(e)).next,t!==0)for(;!(u=(n=a.call(r)).done)&&(s.push(n.value),s.length!==t);u=!0);}catch(c){l=!0,i=c}finally{try{if(!u&&r.return!=null&&(o=r.return(),Object(o)!==o))return}finally{if(l)throw i}}return s}}function FU(e){if(Array.isArray(e))return e}function zU(e,t){if(e==null)return{};var r=UU(e,t),n,i;if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(i=0;i<a.length;i++)n=a[i],!(t.indexOf(n)>=0)&&Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}function UU(e,t){if(e==null)return{};var r={};for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n)){if(t.indexOf(n)>=0)continue;r[n]=e[n]}return r}function WU(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function HU(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,BC(n.key),n)}}function GU(e,t,r){return t&&HU(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}function KU(e,t,r){return t=Vl(t),XU(e,NC()?Reflect.construct(t,r||[],Vl(e).constructor):t.apply(e,r))}function XU(e,t){if(t&&(lo(t)==="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return YU(e)}function YU(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function NC(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(NC=function(){return!!e})()}function Vl(e){return Vl=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(r){return r.__proto__||Object.getPrototypeOf(r)},Vl(e)}function VU(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&fg(e,t)}function fg(e,t){return fg=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,i){return n.__proto__=i,n},fg(e,t)}function LC(e,t,r){return t=BC(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function BC(e){var t=ZU(e,"string");return lo(t)=="symbol"?t:t+""}function ZU(e,t){if(lo(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(lo(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}var No=(function(e){function t(){return WU(this,t),KU(this,t,arguments)}return VU(t,e),GU(t,[{key:"render",value:function(){var n=this.props,i=n.offset,a=n.layout,o=n.width,s=n.dataKey,u=n.data,l=n.dataPointFormatter,c=n.xAxis,f=n.yAxis,h=zU(n,IU),p=xt(h,!1);this.props.direction==="x"&&c.type!=="number"&&(process.env.NODE_ENV!=="production"?lr(!1,'ErrorBar requires Axis type property to be "number".'):lr());var y=u.map(function(d){var m=l(d,s),v=m.x,_=m.y,b=m.value,x=m.errorVal;if(!x)return null;var g=[],w,S;if(Array.isArray(x)){var A=NU(x,2);w=A[0],S=A[1]}else w=S=x;if(a==="vertical"){var T=c.scale,M=_+i,P=M+o,E=M-o,k=T(b-w),$=T(b+S);g.push({x1:$,y1:P,x2:$,y2:E}),g.push({x1:k,y1:M,x2:$,y2:M}),g.push({x1:k,y1:P,x2:k,y2:E})}else if(a==="horizontal"){var j=f.scale,C=v+i,I=C-o,U=C+o,W=j(b-w),D=j(b+S);g.push({x1:I,y1:D,x2:U,y2:D}),g.push({x1:C,y1:W,x2:C,y2:D}),g.push({x1:I,y1:W,x2:U,y2:W})}return O.createElement(Dt,Yl({className:"recharts-errorBar",key:"bar-".concat(g.map(function(L){return"".concat(L.x1,"-").concat(L.x2,"-").concat(L.y1,"-").concat(L.y2)}))},p),g.map(function(L){return O.createElement("line",Yl({},L,{key:"line-".concat(L.x1,"-").concat(L.x2,"-").concat(L.y1,"-").concat(L.y2)}))}))});return O.createElement(Dt,{className:"recharts-errorBars"},y)}}])})(O.Component);LC(No,"defaultProps",{stroke:"black",strokeWidth:1.5,width:5,offset:0,layout:"horizontal"});LC(No,"displayName","ErrorBar");function ru(e){"@babel/helpers - typeof";return ru=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},ru(e)}function NS(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function Li(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?NS(Object(r),!0).forEach(function(n){JU(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):NS(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function JU(e,t,r){return t=QU(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function QU(e){var t=tW(e,"string");return ru(t)=="symbol"?t:t+""}function tW(e,t){if(ru(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(ru(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var qC=function(t){var r=t.children,n=t.formattedGraphicalItems,i=t.legendWidth,a=t.legendContent,o=Ar(r,ea);if(!o)return null;var s=ea.defaultProps,u=s!==void 0?Li(Li({},s),o.props):{},l;return o.props&&o.props.payload?l=o.props&&o.props.payload:a==="children"?l=(n||[]).reduce(function(c,f){var h=f.item,p=f.props,y=p.sectors||p.data||[];return c.concat(y.map(function(d){return{type:o.props.iconType||h.props.legendType,value:d.name,color:d.fill,payload:d}}))},[]):l=(n||[]).map(function(c){var f=c.item,h=f.type.defaultProps,p=h!==void 0?Li(Li({},h),f.props):{},y=p.dataKey,d=p.name,m=p.legendType,v=p.hide;return{inactive:v,dataKey:y,type:u.iconType||m||"square",color:T0(f),value:d||y,payload:p}}),Li(Li(Li({},u),ea.getWithHeight(o,i)),{},{payload:l,item:o})};function nu(e){"@babel/helpers - typeof";return nu=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},nu(e)}function LS(e){return iW(e)||nW(e)||rW(e)||eW()}function eW(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
|
|
97
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function rW(e,t){if(e){if(typeof e=="string")return hg(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);if(r==="Object"&&e.constructor&&(r=e.constructor.name),r==="Map"||r==="Set")return Array.from(e);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return hg(e,t)}}function nW(e){if(typeof Symbol<"u"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function iW(e){if(Array.isArray(e))return hg(e)}function hg(e,t){(t==null||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function BS(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function le(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?BS(Object(r),!0).forEach(function(n){Ga(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):BS(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function Ga(e,t,r){return t=aW(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function aW(e){var t=oW(e,"string");return nu(t)=="symbol"?t:t+""}function oW(e,t){if(nu(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(nu(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function Pe(e,t,r){return vt(e)||vt(t)?r:Te(t)?Gr(e,t,r):_t(t)?t(e):r}function As(e,t,r,n){var i=JE(e,function(s){return Pe(s,t)});if(r==="number"){var a=i.filter(function(s){return it(s)||parseFloat(s)});return a.length?[Yc(a),hi(a)]:[1/0,-1/0]}var o=n?i.filter(function(s){return!vt(s)}):i;return o.map(function(s){return Te(s)||s instanceof Date?s:""})}var sW=function(t){var r,n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:[],i=arguments.length>2?arguments[2]:void 0,a=arguments.length>3?arguments[3]:void 0,o=-1,s=(r=n==null?void 0:n.length)!==null&&r!==void 0?r:0;if(s<=1)return 0;if(a&&a.axisType==="angleAxis"&&Math.abs(Math.abs(a.range[1]-a.range[0])-360)<=1e-6)for(var u=a.range,l=0;l<s;l++){var c=l>0?i[l-1].coordinate:i[s-1].coordinate,f=i[l].coordinate,h=l>=s-1?i[0].coordinate:i[l+1].coordinate,p=void 0;if(an(f-c)!==an(h-f)){var y=[];if(an(h-f)===an(u[1]-u[0])){p=h;var d=f+u[1]-u[0];y[0]=Math.min(d,(d+c)/2),y[1]=Math.max(d,(d+c)/2)}else{p=c;var m=h+u[1]-u[0];y[0]=Math.min(f,(m+f)/2),y[1]=Math.max(f,(m+f)/2)}var v=[Math.min(f,(p+f)/2),Math.max(f,(p+f)/2)];if(t>v[0]&&t<=v[1]||t>=y[0]&&t<=y[1]){o=i[l].index;break}}else{var _=Math.min(c,h),b=Math.max(c,h);if(t>(_+f)/2&&t<=(b+f)/2){o=i[l].index;break}}}else for(var x=0;x<s;x++)if(x===0&&t<=(n[x].coordinate+n[x+1].coordinate)/2||x>0&&x<s-1&&t>(n[x].coordinate+n[x-1].coordinate)/2&&t<=(n[x].coordinate+n[x+1].coordinate)/2||x===s-1&&t>(n[x].coordinate+n[x-1].coordinate)/2){o=n[x].index;break}return o},T0=function(t){var r,n=t,i=n.type.displayName,a=(r=t.type)!==null&&r!==void 0&&r.defaultProps?le(le({},t.type.defaultProps),t.props):t.props,o=a.stroke,s=a.fill,u;switch(i){case"Line":u=o;break;case"Area":case"Radar":u=o&&o!=="none"?o:s;break;default:u=s;break}return u},uW=function(t){var r=t.barSize,n=t.totalSize,i=t.stackGroups,a=i===void 0?{}:i;if(!a)return{};for(var o={},s=Object.keys(a),u=0,l=s.length;u<l;u++)for(var c=a[s[u]].stackGroups,f=Object.keys(c),h=0,p=f.length;h<p;h++){var y=c[f[h]],d=y.items,m=y.cateAxisId,v=d.filter(function(S){return Fn(S.type).indexOf("Bar")>=0});if(v&&v.length){var _=v[0].type.defaultProps,b=_!==void 0?le(le({},_),v[0].props):v[0].props,x=b.barSize,g=b[m];o[g]||(o[g]=[]);var w=vt(x)?r:x;o[g].push({item:v[0],stackList:v.slice(1),barSize:vt(w)?void 0:la(w,n,0)})}}return o},lW=function(t){var r=t.barGap,n=t.barCategoryGap,i=t.bandSize,a=t.sizeList,o=a===void 0?[]:a,s=t.maxBarSize,u=o.length;if(u<1)return null;var l=la(r,i,0,!0),c,f=[];if(o[0].barSize===+o[0].barSize){var h=!1,p=i/u,y=o.reduce(function(x,g){return x+g.barSize||0},0);y+=(u-1)*l,y>=i&&(y-=(u-1)*l,l=0),y>=i&&p>0&&(h=!0,p*=.9,y=u*p);var d=(i-y)/2>>0,m={offset:d-l,size:0};c=o.reduce(function(x,g){var w={item:g.item,position:{offset:m.offset+m.size+l,size:h?p:g.barSize}},S=[].concat(LS(x),[w]);return m=S[S.length-1].position,g.stackList&&g.stackList.length&&g.stackList.forEach(function(A){S.push({item:A,position:m})}),S},f)}else{var v=la(n,i,0,!0);i-2*v-(u-1)*l<=0&&(l=0);var _=(i-2*v-(u-1)*l)/u;_>1&&(_>>=0);var b=s===+s?Math.min(_,s):_;c=o.reduce(function(x,g,w){var S=[].concat(LS(x),[{item:g.item,position:{offset:v+(_+l)*w+(_-b)/2,size:b}}]);return g.stackList&&g.stackList.length&&g.stackList.forEach(function(A){S.push({item:A,position:S[S.length-1].position})}),S},f)}return c},cW=function(t,r,n,i){var a=n.children,o=n.width,s=n.margin,u=o-(s.left||0)-(s.right||0),l=qC({children:a,legendWidth:u});if(l){var c=i||{},f=c.width,h=c.height,p=l.align,y=l.verticalAlign,d=l.layout;if((d==="vertical"||d==="horizontal"&&y==="middle")&&p!=="center"&&it(t[p]))return le(le({},t),{},Ga({},p,t[p]+(f||0)));if((d==="horizontal"||d==="vertical"&&p==="center")&&y!=="middle"&&it(t[y]))return le(le({},t),{},Ga({},y,t[y]+(h||0)))}return t},fW=function(t,r,n){return vt(r)?!0:t==="horizontal"?r==="yAxis":t==="vertical"||n==="x"?r==="xAxis":n==="y"?r==="yAxis":!0},FC=function(t,r,n,i,a){var o=r.props.children,s=mr(o,No).filter(function(l){return fW(i,a,l.props.direction)});if(s&&s.length){var u=s.map(function(l){return l.props.dataKey});return t.reduce(function(l,c){var f=Pe(c,n);if(vt(f))return l;var h=Array.isArray(f)?[Yc(f),hi(f)]:[f,f],p=u.reduce(function(y,d){var m=Pe(c,d,0),v=h[0]-Math.abs(Array.isArray(m)?m[0]:m),_=h[1]+Math.abs(Array.isArray(m)?m[1]:m);return[Math.min(v,y[0]),Math.max(_,y[1])]},[1/0,-1/0]);return[Math.min(p[0],l[0]),Math.max(p[1],l[1])]},[1/0,-1/0])}return null},hW=function(t,r,n,i,a){var o=r.map(function(s){return FC(t,s,n,a,i)}).filter(function(s){return!vt(s)});return o&&o.length?o.reduce(function(s,u){return[Math.min(s[0],u[0]),Math.max(s[1],u[1])]},[1/0,-1/0]):null},zC=function(t,r,n,i,a){var o=r.map(function(u){var l=u.props.dataKey;return n==="number"&&l&&FC(t,u,l,i)||As(t,l,n,a)});if(n==="number")return o.reduce(function(u,l){return[Math.min(u[0],l[0]),Math.max(u[1],l[1])]},[1/0,-1/0]);var s={};return o.reduce(function(u,l){for(var c=0,f=l.length;c<f;c++)s[l[c]]||(s[l[c]]=!0,u.push(l[c]));return u},[])},UC=function(t,r){return t==="horizontal"&&r==="xAxis"||t==="vertical"&&r==="yAxis"||t==="centric"&&r==="angleAxis"||t==="radial"&&r==="radiusAxis"},WC=function(t,r,n,i){if(i)return t.map(function(u){return u.coordinate});var a,o,s=t.map(function(u){return u.coordinate===r&&(a=!0),u.coordinate===n&&(o=!0),u.coordinate});return a||s.push(r),o||s.push(n),s},qn=function(t,r,n){if(!t)return null;var i=t.scale,a=t.duplicateDomain,o=t.type,s=t.range,u=t.realScaleType==="scaleBand"?i.bandwidth()/2:2,l=(r||n)&&o==="category"&&i.bandwidth?i.bandwidth()/u:0;if(l=t.axisType==="angleAxis"&&(s==null?void 0:s.length)>=2?an(s[0]-s[1])*2*l:l,r&&(t.ticks||t.niceTicks)){var c=(t.ticks||t.niceTicks).map(function(f){var h=a?a.indexOf(f):f;return{coordinate:i(h)+l,value:f,offset:l}});return c.filter(function(f){return!Ro(f.coordinate)})}return t.isCategorical&&t.categoricalDomain?t.categoricalDomain.map(function(f,h){return{coordinate:i(f)+l,value:f,index:h,offset:l}}):i.ticks&&!n?i.ticks(t.tickCount).map(function(f){return{coordinate:i(f)+l,value:f,offset:l}}):i.domain().map(function(f,h){return{coordinate:i(f)+l,value:a?a[f]:f,index:h,offset:l}})},Tm=new WeakMap,Vu=function(t,r){if(typeof r!="function")return t;Tm.has(t)||Tm.set(t,new WeakMap);var n=Tm.get(t);if(n.has(r))return n.get(r);var i=function(){t.apply(void 0,arguments),r.apply(void 0,arguments)};return n.set(r,i),i},pW=function(t,r,n){var i=t.scale,a=t.type,o=t.layout,s=t.axisType;if(i==="auto")return o==="radial"&&s==="radiusAxis"?{scale:Ds(),realScaleType:"band"}:o==="radial"&&s==="angleAxis"?{scale:oa(),realScaleType:"linear"}:a==="category"&&r&&(r.indexOf("LineChart")>=0||r.indexOf("AreaChart")>=0||r.indexOf("ComposedChart")>=0&&!n)?{scale:ps(),realScaleType:"point"}:a==="category"?{scale:Ds(),realScaleType:"band"}:{scale:oa(),realScaleType:"linear"};if(ua(i)){var u="scale".concat(Gc(i));return{scale:(TS[u]||ps)(),realScaleType:TS[u]?u:"point"}}return _t(i)?{scale:i}:{scale:ps(),realScaleType:"point"}},qS=1e-4,dW=function(t){var r=t.domain();if(!(!r||r.length<=2)){var n=r.length,i=t.range(),a=Math.min(i[0],i[1])-qS,o=Math.max(i[0],i[1])+qS,s=t(r[0]),u=t(r[n-1]);(s<a||s>o||u<a||u>o)&&t.domain([r[0],r[n-1]])}},mW=function(t,r){if(!t)return null;for(var n=0,i=t.length;n<i;n++)if(t[n].item===r)return t[n].position;return null},yW=function(t,r){if(!r||r.length!==2||!it(r[0])||!it(r[1]))return t;var n=Math.min(r[0],r[1]),i=Math.max(r[0],r[1]),a=[t[0],t[1]];return(!it(t[0])||t[0]<n)&&(a[0]=n),(!it(t[1])||t[1]>i)&&(a[1]=i),a[0]>i&&(a[0]=i),a[1]<n&&(a[1]=n),a},gW=function(t){var r=t.length;if(!(r<=0))for(var n=0,i=t[0].length;n<i;++n)for(var a=0,o=0,s=0;s<r;++s){var u=Ro(t[s][n][1])?t[s][n][0]:t[s][n][1];u>=0?(t[s][n][0]=a,t[s][n][1]=a+u,a=t[s][n][1]):(t[s][n][0]=o,t[s][n][1]=o+u,o=t[s][n][1])}},vW=function(t){var r=t.length;if(!(r<=0))for(var n=0,i=t[0].length;n<i;++n)for(var a=0,o=0;o<r;++o){var s=Ro(t[o][n][1])?t[o][n][0]:t[o][n][1];s>=0?(t[o][n][0]=a,t[o][n][1]=a+s,a=t[o][n][1]):(t[o][n][0]=0,t[o][n][1]=0)}},bW={sign:gW,expand:OI,none:Ja,silhouette:TI,wiggle:PI,positive:vW},xW=function(t,r,n){var i=r.map(function(s){return s.props.dataKey}),a=bW[n],o=Ml().keys(i).value(function(s,u){return+Pe(s,u,0)}).order(xy).offset(a);return o(t)},_W=function(t,r,n,i,a,o){if(!t)return null;var s=o?r.reverse():r,u={},l=s.reduce(function(f,h){var p,y=(p=h.type)!==null&&p!==void 0&&p.defaultProps?le(le({},h.type.defaultProps),h.props):h.props,d=y.stackId,m=y.hide;if(m)return f;var v=y[n],_=f[v]||{hasStack:!1,stackGroups:{}};if(Te(d)){var b=_.stackGroups[d]||{numericAxisId:n,cateAxisId:i,items:[]};b.items.push(h),_.hasStack=!0,_.stackGroups[d]=b}else _.stackGroups[ba("_stackId_")]={numericAxisId:n,cateAxisId:i,items:[h]};return le(le({},f),{},Ga({},v,_))},u),c={};return Object.keys(l).reduce(function(f,h){var p=l[h];if(p.hasStack){var y={};p.stackGroups=Object.keys(p.stackGroups).reduce(function(d,m){var v=p.stackGroups[m];return le(le({},d),{},Ga({},m,{numericAxisId:n,cateAxisId:i,items:v.items,stackedData:xW(t,v.items,a)}))},y)}return le(le({},f),{},Ga({},h,p))},c)},wW=function(t,r){var n=r.realScaleType,i=r.type,a=r.tickCount,o=r.originalDomain,s=r.allowDecimals,u=n||r.scale;if(u!=="auto"&&u!=="linear")return null;if(a&&i==="number"&&o&&(o[0]==="auto"||o[1]==="auto")){var l=t.domain();if(!l.length)return null;var c=jU(l,a,s);return t.domain([Yc(c),hi(c)]),{niceTicks:c}}if(a&&i==="number"){var f=t.domain(),h=RU(f,a,s);return{niceTicks:h}}return null};function co(e){var t=e.axis,r=e.ticks,n=e.bandSize,i=e.entry,a=e.index,o=e.dataKey;if(t.type==="category"){if(!t.allowDuplicatedCategory&&t.dataKey&&!vt(i[t.dataKey])){var s=ql(r,"value",i[t.dataKey]);if(s)return s.coordinate+n/2}return r[a]?r[a].coordinate+n/2:null}var u=Pe(i,vt(o)?t.dataKey:o);return vt(u)?null:t.scale(u)}var FS=function(t){var r=t.axis,n=t.ticks,i=t.offset,a=t.bandSize,o=t.entry,s=t.index;if(r.type==="category")return n[s]?n[s].coordinate+i:null;var u=Pe(o,r.dataKey,r.domain[s]);return vt(u)?null:r.scale(u)-a/2+i},SW=function(t){var r=t.numericAxis,n=r.scale.domain();if(r.type==="number"){var i=Math.min(n[0],n[1]),a=Math.max(n[0],n[1]);return i<=0&&a>=0?0:a<0?a:i}return n[0]},AW=function(t,r){var n,i=(n=t.type)!==null&&n!==void 0&&n.defaultProps?le(le({},t.type.defaultProps),t.props):t.props,a=i.stackId;if(Te(a)){var o=r[a];if(o){var s=o.items.indexOf(t);return s>=0?o.stackedData[s]:null}}return null},OW=function(t){return t.reduce(function(r,n){return[Yc(n.concat([r[0]]).filter(it)),hi(n.concat([r[1]]).filter(it))]},[1/0,-1/0])},HC=function(t,r,n){return Object.keys(t).reduce(function(i,a){var o=t[a],s=o.stackedData,u=s.reduce(function(l,c){var f=OW(c.slice(r,n+1));return[Math.min(l[0],f[0]),Math.max(l[1],f[1])]},[1/0,-1/0]);return[Math.min(u[0],i[0]),Math.max(u[1],i[1])]},[1/0,-1/0]).map(function(i){return i===1/0||i===-1/0?0:i})},zS=/^dataMin[\s]*-[\s]*([0-9]+([.]{1}[0-9]+){0,1})$/,US=/^dataMax[\s]*\+[\s]*([0-9]+([.]{1}[0-9]+){0,1})$/,pg=function(t,r,n){if(_t(t))return t(r,n);if(!Array.isArray(t))return r;var i=[];if(it(t[0]))i[0]=n?t[0]:Math.min(t[0],r[0]);else if(zS.test(t[0])){var a=+zS.exec(t[0])[1];i[0]=r[0]-a}else _t(t[0])?i[0]=t[0](r[0]):i[0]=r[0];if(it(t[1]))i[1]=n?t[1]:Math.max(t[1],r[1]);else if(US.test(t[1])){var o=+US.exec(t[1])[1];i[1]=r[1]+o}else _t(t[1])?i[1]=t[1](r[1]):i[1]=r[1];return i},Zl=function(t,r,n){if(t&&t.scale&&t.scale.bandwidth){var i=t.scale.bandwidth();if(!n||i>0)return i}if(t&&r&&r.length>=2){for(var a=Hc(r,function(f){return f.coordinate}),o=1/0,s=1,u=a.length;s<u;s++){var l=a[s],c=a[s-1];o=Math.min((l.coordinate||0)-(c.coordinate||0),o)}return o===1/0?0:o}return n?void 0:0},WS=function(t,r,n){return!t||!t.length||ca(t,Gr(n,"type.defaultProps.domain"))?r:t},GC=function(t,r){var n=t.type.defaultProps?le(le({},t.type.defaultProps),t.props):t.props,i=n.dataKey,a=n.name,o=n.unit,s=n.formatter,u=n.tooltipType,l=n.chartType,c=n.hide;return le(le({},xt(t,!1)),{},{dataKey:i,unit:o,formatter:s,name:a||i,color:T0(t),value:Pe(r,i),type:u,payload:r,chartType:l,hide:c})};function iu(e){"@babel/helpers - typeof";return iu=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},iu(e)}function HS(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function GS(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?HS(Object(r),!0).forEach(function(n){TW(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):HS(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function TW(e,t,r){return t=PW(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function PW(e){var t=EW(e,"string");return iu(t)=="symbol"?t:t+""}function EW(e,t){if(iu(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(iu(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var Jl=Math.PI/180,CW=function(t){return t*180/Math.PI},Ne=function(t,r,n,i){return{x:t+Math.cos(-Jl*i)*n,y:r+Math.sin(-Jl*i)*n}},MW=function(t,r){var n=t.x,i=t.y,a=r.x,o=r.y;return Math.sqrt(Math.pow(n-a,2)+Math.pow(i-o,2))},kW=function(t,r){var n=t.x,i=t.y,a=r.cx,o=r.cy,s=MW({x:n,y:i},{x:a,y:o});if(s<=0)return{radius:s};var u=(n-a)/s,l=Math.acos(u);return i>o&&(l=2*Math.PI-l),{radius:s,angle:CW(l),angleInRadian:l}},$W=function(t){var r=t.startAngle,n=t.endAngle,i=Math.floor(r/360),a=Math.floor(n/360),o=Math.min(i,a);return{startAngle:r-o*360,endAngle:n-o*360}},jW=function(t,r){var n=r.startAngle,i=r.endAngle,a=Math.floor(n/360),o=Math.floor(i/360),s=Math.min(a,o);return t+s*360},KS=function(t,r){var n=t.x,i=t.y,a=kW({x:n,y:i},r),o=a.radius,s=a.angle,u=r.innerRadius,l=r.outerRadius;if(o<u||o>l)return!1;if(o===0)return!0;var c=$W(r),f=c.startAngle,h=c.endAngle,p=s,y;if(f<=h){for(;p>h;)p-=360;for(;p<f;)p+=360;y=p>=f&&p<=h}else{for(;p>f;)p-=360;for(;p<h;)p+=360;y=p>=h&&p<=f}return y?GS(GS({},r),{},{radius:o,angle:jW(p,r)}):null};function au(e){"@babel/helpers - typeof";return au=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},au(e)}var RW=["offset"];function DW(e){return BW(e)||LW(e)||NW(e)||IW()}function IW(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
|
|
98
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function NW(e,t){if(e){if(typeof e=="string")return dg(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);if(r==="Object"&&e.constructor&&(r=e.constructor.name),r==="Map"||r==="Set")return Array.from(e);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return dg(e,t)}}function LW(e){if(typeof Symbol<"u"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function BW(e){if(Array.isArray(e))return dg(e)}function dg(e,t){(t==null||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function qW(e,t){if(e==null)return{};var r=FW(e,t),n,i;if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(i=0;i<a.length;i++)n=a[i],!(t.indexOf(n)>=0)&&Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}function FW(e,t){if(e==null)return{};var r={};for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n)){if(t.indexOf(n)>=0)continue;r[n]=e[n]}return r}function XS(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function Oe(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?XS(Object(r),!0).forEach(function(n){zW(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):XS(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function zW(e,t,r){return t=UW(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function UW(e){var t=WW(e,"string");return au(t)=="symbol"?t:t+""}function WW(e,t){if(au(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(au(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function ou(){return ou=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},ou.apply(this,arguments)}var HW=function(t){var r=t.value,n=t.formatter,i=vt(t.children)?r:t.children;return _t(n)?n(i):i},GW=function(t,r){var n=an(r-t),i=Math.min(Math.abs(r-t),360);return n*i},KW=function(t,r,n){var i=t.position,a=t.viewBox,o=t.offset,s=t.className,u=a,l=u.cx,c=u.cy,f=u.innerRadius,h=u.outerRadius,p=u.startAngle,y=u.endAngle,d=u.clockWise,m=(f+h)/2,v=GW(p,y),_=v>=0?1:-1,b,x;i==="insideStart"?(b=p+_*o,x=d):i==="insideEnd"?(b=y-_*o,x=!d):i==="end"&&(b=y+_*o,x=d),x=v<=0?x:!x;var g=Ne(l,c,m,b),w=Ne(l,c,m,b+(x?1:-1)*359),S="M".concat(g.x,",").concat(g.y,`
|
|
99
|
+
A`).concat(m,",").concat(m,",0,1,").concat(x?0:1,`,
|
|
100
|
+
`).concat(w.x,",").concat(w.y),A=vt(t.id)?ba("recharts-radial-line-"):t.id;return O.createElement("text",ou({},n,{dominantBaseline:"central",className:Ot("recharts-radial-bar-label",s)}),O.createElement("defs",null,O.createElement("path",{id:A,d:S})),O.createElement("textPath",{xlinkHref:"#".concat(A)},r))},XW=function(t){var r=t.viewBox,n=t.offset,i=t.position,a=r,o=a.cx,s=a.cy,u=a.innerRadius,l=a.outerRadius,c=a.startAngle,f=a.endAngle,h=(c+f)/2;if(i==="outside"){var p=Ne(o,s,l+n,h),y=p.x,d=p.y;return{x:y,y:d,textAnchor:y>=o?"start":"end",verticalAnchor:"middle"}}if(i==="center")return{x:o,y:s,textAnchor:"middle",verticalAnchor:"middle"};if(i==="centerTop")return{x:o,y:s,textAnchor:"middle",verticalAnchor:"start"};if(i==="centerBottom")return{x:o,y:s,textAnchor:"middle",verticalAnchor:"end"};var m=(u+l)/2,v=Ne(o,s,m,h),_=v.x,b=v.y;return{x:_,y:b,textAnchor:"middle",verticalAnchor:"middle"}},YW=function(t){var r=t.viewBox,n=t.parentViewBox,i=t.offset,a=t.position,o=r,s=o.x,u=o.y,l=o.width,c=o.height,f=c>=0?1:-1,h=f*i,p=f>0?"end":"start",y=f>0?"start":"end",d=l>=0?1:-1,m=d*i,v=d>0?"end":"start",_=d>0?"start":"end";if(a==="top"){var b={x:s+l/2,y:u-f*i,textAnchor:"middle",verticalAnchor:p};return Oe(Oe({},b),n?{height:Math.max(u-n.y,0),width:l}:{})}if(a==="bottom"){var x={x:s+l/2,y:u+c+h,textAnchor:"middle",verticalAnchor:y};return Oe(Oe({},x),n?{height:Math.max(n.y+n.height-(u+c),0),width:l}:{})}if(a==="left"){var g={x:s-m,y:u+c/2,textAnchor:v,verticalAnchor:"middle"};return Oe(Oe({},g),n?{width:Math.max(g.x-n.x,0),height:c}:{})}if(a==="right"){var w={x:s+l+m,y:u+c/2,textAnchor:_,verticalAnchor:"middle"};return Oe(Oe({},w),n?{width:Math.max(n.x+n.width-w.x,0),height:c}:{})}var S=n?{width:l,height:c}:{};return a==="insideLeft"?Oe({x:s+m,y:u+c/2,textAnchor:_,verticalAnchor:"middle"},S):a==="insideRight"?Oe({x:s+l-m,y:u+c/2,textAnchor:v,verticalAnchor:"middle"},S):a==="insideTop"?Oe({x:s+l/2,y:u+h,textAnchor:"middle",verticalAnchor:y},S):a==="insideBottom"?Oe({x:s+l/2,y:u+c-h,textAnchor:"middle",verticalAnchor:p},S):a==="insideTopLeft"?Oe({x:s+m,y:u+h,textAnchor:_,verticalAnchor:y},S):a==="insideTopRight"?Oe({x:s+l-m,y:u+h,textAnchor:v,verticalAnchor:y},S):a==="insideBottomLeft"?Oe({x:s+m,y:u+c-h,textAnchor:_,verticalAnchor:p},S):a==="insideBottomRight"?Oe({x:s+l-m,y:u+c-h,textAnchor:v,verticalAnchor:p},S):jo(a)&&(it(a.x)||Ki(a.x))&&(it(a.y)||Ki(a.y))?Oe({x:s+la(a.x,l),y:u+la(a.y,c),textAnchor:"end",verticalAnchor:"end"},S):Oe({x:s+l/2,y:u+c/2,textAnchor:"middle",verticalAnchor:"middle"},S)},VW=function(t){return"cx"in t&&it(t.cx)};function Ge(e){var t=e.offset,r=t===void 0?5:t,n=qW(e,RW),i=Oe({offset:r},n),a=i.viewBox,o=i.position,s=i.value,u=i.children,l=i.content,c=i.className,f=c===void 0?"":c,h=i.textBreakAll;if(!a||vt(s)&&vt(u)&&!O.isValidElement(l)&&!_t(l))return null;if(O.isValidElement(l))return O.cloneElement(l,i);var p;if(_t(l)){if(p=O.createElement(l,i),O.isValidElement(p))return p}else p=HW(i);var y=VW(a),d=xt(i,!0);if(y&&(o==="insideStart"||o==="insideEnd"||o==="end"))return KW(i,p,d);var m=y?XW(i):YW(i);return O.createElement(Kl,ou({className:Ot("recharts-label",f)},d,m,{breakAll:h}),p)}Ge.displayName="Label";var KC=function(t){var r=t.cx,n=t.cy,i=t.angle,a=t.startAngle,o=t.endAngle,s=t.r,u=t.radius,l=t.innerRadius,c=t.outerRadius,f=t.x,h=t.y,p=t.top,y=t.left,d=t.width,m=t.height,v=t.clockWise,_=t.labelViewBox;if(_)return _;if(it(d)&&it(m)){if(it(f)&&it(h))return{x:f,y:h,width:d,height:m};if(it(p)&&it(y))return{x:p,y,width:d,height:m}}return it(f)&&it(h)?{x:f,y:h,width:0,height:0}:it(r)&&it(n)?{cx:r,cy:n,startAngle:a||i||0,endAngle:o||i||0,innerRadius:l||0,outerRadius:c||u||s||0,clockWise:v}:t.viewBox?t.viewBox:{}},ZW=function(t,r){return t?t===!0?O.createElement(Ge,{key:"label-implicit",viewBox:r}):Te(t)?O.createElement(Ge,{key:"label-implicit",viewBox:r,value:t}):O.isValidElement(t)?t.type===Ge?O.cloneElement(t,{key:"label-implicit",viewBox:r}):O.createElement(Ge,{key:"label-implicit",content:t,viewBox:r}):_t(t)?O.createElement(Ge,{key:"label-implicit",content:t,viewBox:r}):jo(t)?O.createElement(Ge,ou({viewBox:r},t,{key:"label-implicit"})):null:null},JW=function(t,r){var n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!0;if(!t||!t.children&&n&&!t.label)return null;var i=t.children,a=KC(t),o=mr(i,Ge).map(function(u,l){return O.cloneElement(u,{viewBox:r||a,key:"label-".concat(l)})});if(!n)return o;var s=ZW(t.label,r||a);return[s].concat(DW(o))};Ge.parseViewBox=KC;Ge.renderCallByParent=JW;var Pm,YS;function QW(){if(YS)return Pm;YS=1;function e(t){var r=t==null?0:t.length;return r?t[r-1]:void 0}return Pm=e,Pm}var t8=QW();const e8=Ft(t8);function su(e){"@babel/helpers - typeof";return su=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},su(e)}var r8=["valueAccessor"],n8=["data","dataKey","clockWise","id","textBreakAll"];function i8(e){return u8(e)||s8(e)||o8(e)||a8()}function a8(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
|
|
101
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function o8(e,t){if(e){if(typeof e=="string")return mg(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);if(r==="Object"&&e.constructor&&(r=e.constructor.name),r==="Map"||r==="Set")return Array.from(e);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return mg(e,t)}}function s8(e){if(typeof Symbol<"u"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function u8(e){if(Array.isArray(e))return mg(e)}function mg(e,t){(t==null||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function Ql(){return Ql=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Ql.apply(this,arguments)}function VS(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function ZS(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?VS(Object(r),!0).forEach(function(n){l8(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):VS(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function l8(e,t,r){return t=c8(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function c8(e){var t=f8(e,"string");return su(t)=="symbol"?t:t+""}function f8(e,t){if(su(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(su(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function JS(e,t){if(e==null)return{};var r=h8(e,t),n,i;if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(i=0;i<a.length;i++)n=a[i],!(t.indexOf(n)>=0)&&Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}function h8(e,t){if(e==null)return{};var r={};for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n)){if(t.indexOf(n)>=0)continue;r[n]=e[n]}return r}var p8=function(t){return Array.isArray(t.value)?e8(t.value):t.value};function Tn(e){var t=e.valueAccessor,r=t===void 0?p8:t,n=JS(e,r8),i=n.data,a=n.dataKey,o=n.clockWise,s=n.id,u=n.textBreakAll,l=JS(n,n8);return!i||!i.length?null:O.createElement(Dt,{className:"recharts-label-list"},i.map(function(c,f){var h=vt(a)?r(c,f):Pe(c&&c.payload,a),p=vt(s)?{}:{id:"".concat(s,"-").concat(f)};return O.createElement(Ge,Ql({},xt(c,!0),l,p,{parentViewBox:c.parentViewBox,value:h,textBreakAll:u,viewBox:Ge.parseViewBox(vt(o)?c:ZS(ZS({},c),{},{clockWise:o})),key:"label-".concat(f),index:f}))}))}Tn.displayName="LabelList";function d8(e,t){return e?e===!0?O.createElement(Tn,{key:"labelList-implicit",data:t}):O.isValidElement(e)||_t(e)?O.createElement(Tn,{key:"labelList-implicit",data:t,content:e}):jo(e)?O.createElement(Tn,Ql({data:t},e,{key:"labelList-implicit"})):null:null}function m8(e,t){var r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!0;if(!e||!e.children&&r&&!e.label)return null;var n=e.children,i=mr(n,Tn).map(function(o,s){return O.cloneElement(o,{data:t,key:"labelList-".concat(s)})});if(!r)return i;var a=d8(e.label,t);return[a].concat(i8(i))}Tn.renderCallByParent=m8;function uu(e){"@babel/helpers - typeof";return uu=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},uu(e)}function yg(){return yg=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},yg.apply(this,arguments)}function QS(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function tA(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?QS(Object(r),!0).forEach(function(n){y8(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):QS(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function y8(e,t,r){return t=g8(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function g8(e){var t=v8(e,"string");return uu(t)=="symbol"?t:t+""}function v8(e,t){if(uu(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(uu(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var b8=function(t,r){var n=an(r-t),i=Math.min(Math.abs(r-t),359.999);return n*i},Zu=function(t){var r=t.cx,n=t.cy,i=t.radius,a=t.angle,o=t.sign,s=t.isExternal,u=t.cornerRadius,l=t.cornerIsExternal,c=u*(s?1:-1)+i,f=Math.asin(u/c)/Jl,h=l?a:a+o*f,p=Ne(r,n,c,h),y=Ne(r,n,i,h),d=l?a-o*f:a,m=Ne(r,n,c*Math.cos(f*Jl),d);return{center:p,circleTangency:y,lineTangency:m,theta:f}},XC=function(t){var r=t.cx,n=t.cy,i=t.innerRadius,a=t.outerRadius,o=t.startAngle,s=t.endAngle,u=b8(o,s),l=o+u,c=Ne(r,n,a,o),f=Ne(r,n,a,l),h="M ".concat(c.x,",").concat(c.y,`
|
|
102
102
|
A `).concat(a,",").concat(a,`,0,
|
|
103
103
|
`).concat(+(Math.abs(u)>180),",").concat(+(o>l),`,
|
|
104
104
|
`).concat(f.x,",").concat(f.y,`
|
|
105
|
-
`);if(i>0){var p=
|
|
105
|
+
`);if(i>0){var p=Ne(r,n,i,o),y=Ne(r,n,i,l);h+="L ".concat(y.x,",").concat(y.y,`
|
|
106
106
|
A `).concat(i,",").concat(i,`,0,
|
|
107
107
|
`).concat(+(Math.abs(u)>180),",").concat(+(o<=l),`,
|
|
108
|
-
`).concat(p.x,",").concat(p.y," Z")}else h+="L ".concat(r,",").concat(n," Z");return h},
|
|
108
|
+
`).concat(p.x,",").concat(p.y," Z")}else h+="L ".concat(r,",").concat(n," Z");return h},x8=function(t){var r=t.cx,n=t.cy,i=t.innerRadius,a=t.outerRadius,o=t.cornerRadius,s=t.forceCornerRadius,u=t.cornerIsExternal,l=t.startAngle,c=t.endAngle,f=an(c-l),h=Zu({cx:r,cy:n,radius:a,angle:l,sign:f,cornerRadius:o,cornerIsExternal:u}),p=h.circleTangency,y=h.lineTangency,d=h.theta,m=Zu({cx:r,cy:n,radius:a,angle:c,sign:-f,cornerRadius:o,cornerIsExternal:u}),v=m.circleTangency,_=m.lineTangency,b=m.theta,x=u?Math.abs(l-c):Math.abs(l-c)-d-b;if(x<0)return s?"M ".concat(y.x,",").concat(y.y,`
|
|
109
109
|
a`).concat(o,",").concat(o,",0,0,1,").concat(o*2,`,0
|
|
110
110
|
a`).concat(o,",").concat(o,",0,0,1,").concat(-o*2,`,0
|
|
111
|
-
`):
|
|
111
|
+
`):XC({cx:r,cy:n,innerRadius:i,outerRadius:a,startAngle:l,endAngle:c});var g="M ".concat(y.x,",").concat(y.y,`
|
|
112
112
|
A`).concat(o,",").concat(o,",0,0,").concat(+(f<0),",").concat(p.x,",").concat(p.y,`
|
|
113
|
-
A`).concat(a,",").concat(a,",0,").concat(+(x>180),",").concat(+(f<0),",").concat(
|
|
113
|
+
A`).concat(a,",").concat(a,",0,").concat(+(x>180),",").concat(+(f<0),",").concat(v.x,",").concat(v.y,`
|
|
114
114
|
A`).concat(o,",").concat(o,",0,0,").concat(+(f<0),",").concat(_.x,",").concat(_.y,`
|
|
115
|
-
`);if(i>0){var w=
|
|
116
|
-
A`).concat(o,",").concat(o,",0,0,").concat(+(f<0),",").concat(
|
|
117
|
-
A`).concat(i,",").concat(i,",0,").concat(+(
|
|
118
|
-
A`).concat(o,",").concat(o,",0,0,").concat(+(f<0),",").concat(A.x,",").concat(A.y,"Z")}else
|
|
115
|
+
`);if(i>0){var w=Zu({cx:r,cy:n,radius:i,angle:l,sign:f,isExternal:!0,cornerRadius:o,cornerIsExternal:u}),S=w.circleTangency,A=w.lineTangency,T=w.theta,M=Zu({cx:r,cy:n,radius:i,angle:c,sign:-f,isExternal:!0,cornerRadius:o,cornerIsExternal:u}),P=M.circleTangency,E=M.lineTangency,k=M.theta,$=u?Math.abs(l-c):Math.abs(l-c)-T-k;if($<0&&o===0)return"".concat(g,"L").concat(r,",").concat(n,"Z");g+="L".concat(E.x,",").concat(E.y,`
|
|
116
|
+
A`).concat(o,",").concat(o,",0,0,").concat(+(f<0),",").concat(P.x,",").concat(P.y,`
|
|
117
|
+
A`).concat(i,",").concat(i,",0,").concat(+($>180),",").concat(+(f>0),",").concat(S.x,",").concat(S.y,`
|
|
118
|
+
A`).concat(o,",").concat(o,",0,0,").concat(+(f<0),",").concat(A.x,",").concat(A.y,"Z")}else g+="L".concat(r,",").concat(n,"Z");return g},_8={cx:0,cy:0,innerRadius:0,outerRadius:0,startAngle:0,endAngle:0,cornerRadius:0,forceCornerRadius:!1,cornerIsExternal:!1},YC=function(t){var r=tA(tA({},_8),t),n=r.cx,i=r.cy,a=r.innerRadius,o=r.outerRadius,s=r.cornerRadius,u=r.forceCornerRadius,l=r.cornerIsExternal,c=r.startAngle,f=r.endAngle,h=r.className;if(o<a||c===f)return null;var p=Ot("recharts-sector",h),y=o-a,d=la(s,y,0,!0),m;return d>0&&Math.abs(c-f)<360?m=x8({cx:n,cy:i,innerRadius:a,outerRadius:o,cornerRadius:Math.min(d,y/2),forceCornerRadius:u,cornerIsExternal:l,startAngle:c,endAngle:f}):m=XC({cx:n,cy:i,innerRadius:a,outerRadius:o,startAngle:c,endAngle:f}),O.createElement("path",yg({},xt(r,!0),{className:p,d:m,role:"img"}))};function lu(e){"@babel/helpers - typeof";return lu=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},lu(e)}function gg(){return gg=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},gg.apply(this,arguments)}function eA(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function rA(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?eA(Object(r),!0).forEach(function(n){w8(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):eA(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function w8(e,t,r){return t=S8(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function S8(e){var t=A8(e,"string");return lu(t)=="symbol"?t:t+""}function A8(e,t){if(lu(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(lu(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var nA={curveBasisClosed:dI,curveBasisOpen:mI,curveBasis:pI,curveBumpX:QD,curveBumpY:tI,curveLinearClosed:yI,curveLinear:vi,curveMonotoneX:gI,curveMonotoneY:vI,curveNatural:bI,curveStep:xI,curveStepAfter:wI,curveStepBefore:_I},Ju=function(t){return t.x===+t.x&&t.y===+t.y},ts=function(t){return t.x},es=function(t){return t.y},O8=function(t,r){if(_t(t))return t;var n="curve".concat(Gc(t));return(n==="curveMonotone"||n==="curveBump")&&r?nA["".concat(n).concat(r==="vertical"?"Y":"X")]:nA[n]||vi},T8=function(t){var r=t.type,n=r===void 0?"linear":r,i=t.points,a=i===void 0?[]:i,o=t.baseLine,s=t.layout,u=t.connectNulls,l=u===void 0?!1:u,c=O8(n,s),f=l?a.filter(function(d){return Ju(d)}):a,h;if(Array.isArray(o)){var p=l?o.filter(function(d){return Ju(d)}):o,y=f.map(function(d,m){return rA(rA({},d),{},{base:p[m]})});return s==="vertical"?h=Wi().y(es).x1(ts).x0(function(d){return d.base.x}):h=Wi().x(ts).y1(es).y0(function(d){return d.base.y}),h.defined(Ju).curve(c),h(y)}return s==="vertical"&&it(o)?h=Wi().y(es).x1(ts).x0(o):it(o)?h=Wi().x(ts).y1(es).y0(o):h=kv().x(ts).y(es),h.defined(Ju).curve(c),h(f)},na=function(t){var r=t.className,n=t.points,i=t.path,a=t.pathRef;if((!n||!n.length)&&!i)return null;var o=n&&n.length?T8(t):i;return Hr.createElement("path",gg({},xt(t,!1),Fl(t),{className:Ot("recharts-curve",r),d:o,ref:a}))},Qu={exports:{}},tl={exports:{}},Lt={};/** @license React v16.13.1
|
|
119
119
|
* react-is.production.min.js
|
|
120
120
|
*
|
|
121
121
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
122
122
|
*
|
|
123
123
|
* This source code is licensed under the MIT license found in the
|
|
124
124
|
* LICENSE file in the root directory of this source tree.
|
|
125
|
-
*/var
|
|
125
|
+
*/var iA;function P8(){if(iA)return Lt;iA=1;var e=typeof Symbol=="function"&&Symbol.for,t=e?Symbol.for("react.element"):60103,r=e?Symbol.for("react.portal"):60106,n=e?Symbol.for("react.fragment"):60107,i=e?Symbol.for("react.strict_mode"):60108,a=e?Symbol.for("react.profiler"):60114,o=e?Symbol.for("react.provider"):60109,s=e?Symbol.for("react.context"):60110,u=e?Symbol.for("react.async_mode"):60111,l=e?Symbol.for("react.concurrent_mode"):60111,c=e?Symbol.for("react.forward_ref"):60112,f=e?Symbol.for("react.suspense"):60113,h=e?Symbol.for("react.suspense_list"):60120,p=e?Symbol.for("react.memo"):60115,y=e?Symbol.for("react.lazy"):60116,d=e?Symbol.for("react.block"):60121,m=e?Symbol.for("react.fundamental"):60117,v=e?Symbol.for("react.responder"):60118,_=e?Symbol.for("react.scope"):60119;function b(g){if(typeof g=="object"&&g!==null){var w=g.$$typeof;switch(w){case t:switch(g=g.type,g){case u:case l:case n:case a:case i:case f:return g;default:switch(g=g&&g.$$typeof,g){case s:case c:case y:case p:case o:return g;default:return w}}case r:return w}}}function x(g){return b(g)===l}return Lt.AsyncMode=u,Lt.ConcurrentMode=l,Lt.ContextConsumer=s,Lt.ContextProvider=o,Lt.Element=t,Lt.ForwardRef=c,Lt.Fragment=n,Lt.Lazy=y,Lt.Memo=p,Lt.Portal=r,Lt.Profiler=a,Lt.StrictMode=i,Lt.Suspense=f,Lt.isAsyncMode=function(g){return x(g)||b(g)===u},Lt.isConcurrentMode=x,Lt.isContextConsumer=function(g){return b(g)===s},Lt.isContextProvider=function(g){return b(g)===o},Lt.isElement=function(g){return typeof g=="object"&&g!==null&&g.$$typeof===t},Lt.isForwardRef=function(g){return b(g)===c},Lt.isFragment=function(g){return b(g)===n},Lt.isLazy=function(g){return b(g)===y},Lt.isMemo=function(g){return b(g)===p},Lt.isPortal=function(g){return b(g)===r},Lt.isProfiler=function(g){return b(g)===a},Lt.isStrictMode=function(g){return b(g)===i},Lt.isSuspense=function(g){return b(g)===f},Lt.isValidElementType=function(g){return typeof g=="string"||typeof g=="function"||g===n||g===l||g===a||g===i||g===f||g===h||typeof g=="object"&&g!==null&&(g.$$typeof===y||g.$$typeof===p||g.$$typeof===o||g.$$typeof===s||g.$$typeof===c||g.$$typeof===m||g.$$typeof===v||g.$$typeof===_||g.$$typeof===d)},Lt.typeOf=b,Lt}var Bt={};/** @license React v16.13.1
|
|
126
126
|
* react-is.development.js
|
|
127
127
|
*
|
|
128
128
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
129
129
|
*
|
|
130
130
|
* This source code is licensed under the MIT license found in the
|
|
131
131
|
* LICENSE file in the root directory of this source tree.
|
|
132
|
-
*/var
|
|
132
|
+
*/var aA;function E8(){return aA||(aA=1,process.env.NODE_ENV!=="production"&&(function(){var e=typeof Symbol=="function"&&Symbol.for,t=e?Symbol.for("react.element"):60103,r=e?Symbol.for("react.portal"):60106,n=e?Symbol.for("react.fragment"):60107,i=e?Symbol.for("react.strict_mode"):60108,a=e?Symbol.for("react.profiler"):60114,o=e?Symbol.for("react.provider"):60109,s=e?Symbol.for("react.context"):60110,u=e?Symbol.for("react.async_mode"):60111,l=e?Symbol.for("react.concurrent_mode"):60111,c=e?Symbol.for("react.forward_ref"):60112,f=e?Symbol.for("react.suspense"):60113,h=e?Symbol.for("react.suspense_list"):60120,p=e?Symbol.for("react.memo"):60115,y=e?Symbol.for("react.lazy"):60116,d=e?Symbol.for("react.block"):60121,m=e?Symbol.for("react.fundamental"):60117,v=e?Symbol.for("react.responder"):60118,_=e?Symbol.for("react.scope"):60119;function b(R){return typeof R=="string"||typeof R=="function"||R===n||R===l||R===a||R===i||R===f||R===h||typeof R=="object"&&R!==null&&(R.$$typeof===y||R.$$typeof===p||R.$$typeof===o||R.$$typeof===s||R.$$typeof===c||R.$$typeof===m||R.$$typeof===v||R.$$typeof===_||R.$$typeof===d)}function x(R){if(typeof R=="object"&&R!==null){var J=R.$$typeof;switch(J){case t:var z=R.type;switch(z){case u:case l:case n:case a:case i:case f:return z;default:var ut=z&&z.$$typeof;switch(ut){case s:case c:case y:case p:case o:return ut;default:return J}}case r:return J}}}var g=u,w=l,S=s,A=o,T=t,M=c,P=n,E=y,k=p,$=r,j=a,C=i,I=f,U=!1;function W(R){return U||(U=!0,console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")),D(R)||x(R)===u}function D(R){return x(R)===l}function L(R){return x(R)===s}function B(R){return x(R)===o}function N(R){return typeof R=="object"&&R!==null&&R.$$typeof===t}function X(R){return x(R)===c}function F(R){return x(R)===n}function G(R){return x(R)===y}function Z(R){return x(R)===p}function H(R){return x(R)===r}function q(R){return x(R)===a}function Y(R){return x(R)===i}function Q(R){return x(R)===f}Bt.AsyncMode=g,Bt.ConcurrentMode=w,Bt.ContextConsumer=S,Bt.ContextProvider=A,Bt.Element=T,Bt.ForwardRef=M,Bt.Fragment=P,Bt.Lazy=E,Bt.Memo=k,Bt.Portal=$,Bt.Profiler=j,Bt.StrictMode=C,Bt.Suspense=I,Bt.isAsyncMode=W,Bt.isConcurrentMode=D,Bt.isContextConsumer=L,Bt.isContextProvider=B,Bt.isElement=N,Bt.isForwardRef=X,Bt.isFragment=F,Bt.isLazy=G,Bt.isMemo=Z,Bt.isPortal=H,Bt.isProfiler=q,Bt.isStrictMode=Y,Bt.isSuspense=Q,Bt.isValidElementType=b,Bt.typeOf=x})()),Bt}var oA;function VC(){return oA||(oA=1,process.env.NODE_ENV==="production"?tl.exports=P8():tl.exports=E8()),tl.exports}/*
|
|
133
133
|
object-assign
|
|
134
134
|
(c) Sindre Sorhus
|
|
135
135
|
@license MIT
|
|
136
|
-
*/var
|
|
137
|
-
Valid keys: `+JSON.stringify(Object.keys(
|
|
138
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function
|
|
139
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function
|
|
140
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function
|
|
141
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function
|
|
142
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function
|
|
143
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function
|
|
144
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function
|
|
136
|
+
*/var Em,sA;function C8(){if(sA)return Em;sA=1;var e=Object.getOwnPropertySymbols,t=Object.prototype.hasOwnProperty,r=Object.prototype.propertyIsEnumerable;function n(a){if(a==null)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(a)}function i(){try{if(!Object.assign)return!1;var a=new String("abc");if(a[5]="de",Object.getOwnPropertyNames(a)[0]==="5")return!1;for(var o={},s=0;s<10;s++)o["_"+String.fromCharCode(s)]=s;var u=Object.getOwnPropertyNames(o).map(function(c){return o[c]});if(u.join("")!=="0123456789")return!1;var l={};return"abcdefghijklmnopqrst".split("").forEach(function(c){l[c]=c}),Object.keys(Object.assign({},l)).join("")==="abcdefghijklmnopqrst"}catch{return!1}}return Em=i()?Object.assign:function(a,o){for(var s,u=n(a),l,c=1;c<arguments.length;c++){s=Object(arguments[c]);for(var f in s)t.call(s,f)&&(u[f]=s[f]);if(e){l=e(s);for(var h=0;h<l.length;h++)r.call(s,l[h])&&(u[l[h]]=s[l[h]])}}return u},Em}var Cm,uA;function P0(){if(uA)return Cm;uA=1;var e="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";return Cm=e,Cm}var Mm,lA;function ZC(){return lA||(lA=1,Mm=Function.call.bind(Object.prototype.hasOwnProperty)),Mm}var km,cA;function M8(){if(cA)return km;cA=1;var e=function(){};if(process.env.NODE_ENV!=="production"){var t=P0(),r={},n=ZC();e=function(a){var o="Warning: "+a;typeof console<"u"&&console.error(o);try{throw new Error(o)}catch{}}}function i(a,o,s,u,l){if(process.env.NODE_ENV!=="production"){for(var c in a)if(n(a,c)){var f;try{if(typeof a[c]!="function"){var h=Error((u||"React class")+": "+s+" type `"+c+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof a[c]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw h.name="Invariant Violation",h}f=a[c](o,c,u,s,null,t)}catch(y){f=y}if(f&&!(f instanceof Error)&&e((u||"React class")+": type specification of "+s+" `"+c+"` is invalid; the type checker function must return `null` or an `Error` but returned a "+typeof f+". You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument)."),f instanceof Error&&!(f.message in r)){r[f.message]=!0;var p=l?l():"";e("Failed "+s+" type: "+f.message+(p??""))}}}}return i.resetWarningCache=function(){process.env.NODE_ENV!=="production"&&(r={})},km=i,km}var $m,fA;function k8(){if(fA)return $m;fA=1;var e=VC(),t=C8(),r=P0(),n=ZC(),i=M8(),a=function(){};process.env.NODE_ENV!=="production"&&(a=function(s){var u="Warning: "+s;typeof console<"u"&&console.error(u);try{throw new Error(u)}catch{}});function o(){return null}return $m=function(s,u){var l=typeof Symbol=="function"&&Symbol.iterator,c="@@iterator";function f(D){var L=D&&(l&&D[l]||D[c]);if(typeof L=="function")return L}var h="<<anonymous>>",p={array:v("array"),bigint:v("bigint"),bool:v("boolean"),func:v("function"),number:v("number"),object:v("object"),string:v("string"),symbol:v("symbol"),any:_(),arrayOf:b,element:x(),elementType:g(),instanceOf:w,node:M(),objectOf:A,oneOf:S,oneOfType:T,shape:E,exact:k};function y(D,L){return D===L?D!==0||1/D===1/L:D!==D&&L!==L}function d(D,L){this.message=D,this.data=L&&typeof L=="object"?L:{},this.stack=""}d.prototype=Error.prototype;function m(D){if(process.env.NODE_ENV!=="production")var L={},B=0;function N(F,G,Z,H,q,Y,Q){if(H=H||h,Y=Y||Z,Q!==r){if(u){var R=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use `PropTypes.checkPropTypes()` to call them. Read more at http://fb.me/use-check-prop-types");throw R.name="Invariant Violation",R}else if(process.env.NODE_ENV!=="production"&&typeof console<"u"){var J=H+":"+Z;!L[J]&&B<3&&(a("You are manually calling a React.PropTypes validation function for the `"+Y+"` prop on `"+H+"`. This is deprecated and will throw in the standalone `prop-types` package. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details."),L[J]=!0,B++)}}return G[Z]==null?F?G[Z]===null?new d("The "+q+" `"+Y+"` is marked as required "+("in `"+H+"`, but its value is `null`.")):new d("The "+q+" `"+Y+"` is marked as required in "+("`"+H+"`, but its value is `undefined`.")):null:D(G,Z,H,q,Y)}var X=N.bind(null,!1);return X.isRequired=N.bind(null,!0),X}function v(D){function L(B,N,X,F,G,Z){var H=B[N],q=C(H);if(q!==D){var Y=I(H);return new d("Invalid "+F+" `"+G+"` of type "+("`"+Y+"` supplied to `"+X+"`, expected ")+("`"+D+"`."),{expectedType:D})}return null}return m(L)}function _(){return m(o)}function b(D){function L(B,N,X,F,G){if(typeof D!="function")return new d("Property `"+G+"` of component `"+X+"` has invalid PropType notation inside arrayOf.");var Z=B[N];if(!Array.isArray(Z)){var H=C(Z);return new d("Invalid "+F+" `"+G+"` of type "+("`"+H+"` supplied to `"+X+"`, expected an array."))}for(var q=0;q<Z.length;q++){var Y=D(Z,q,X,F,G+"["+q+"]",r);if(Y instanceof Error)return Y}return null}return m(L)}function x(){function D(L,B,N,X,F){var G=L[B];if(!s(G)){var Z=C(G);return new d("Invalid "+X+" `"+F+"` of type "+("`"+Z+"` supplied to `"+N+"`, expected a single ReactElement."))}return null}return m(D)}function g(){function D(L,B,N,X,F){var G=L[B];if(!e.isValidElementType(G)){var Z=C(G);return new d("Invalid "+X+" `"+F+"` of type "+("`"+Z+"` supplied to `"+N+"`, expected a single ReactElement type."))}return null}return m(D)}function w(D){function L(B,N,X,F,G){if(!(B[N]instanceof D)){var Z=D.name||h,H=W(B[N]);return new d("Invalid "+F+" `"+G+"` of type "+("`"+H+"` supplied to `"+X+"`, expected ")+("instance of `"+Z+"`."))}return null}return m(L)}function S(D){if(!Array.isArray(D))return process.env.NODE_ENV!=="production"&&(arguments.length>1?a("Invalid arguments supplied to oneOf, expected an array, got "+arguments.length+" arguments. A common mistake is to write oneOf(x, y, z) instead of oneOf([x, y, z])."):a("Invalid argument supplied to oneOf, expected an array.")),o;function L(B,N,X,F,G){for(var Z=B[N],H=0;H<D.length;H++)if(y(Z,D[H]))return null;var q=JSON.stringify(D,function(Q,R){var J=I(R);return J==="symbol"?String(R):R});return new d("Invalid "+F+" `"+G+"` of value `"+String(Z)+"` "+("supplied to `"+X+"`, expected one of "+q+"."))}return m(L)}function A(D){function L(B,N,X,F,G){if(typeof D!="function")return new d("Property `"+G+"` of component `"+X+"` has invalid PropType notation inside objectOf.");var Z=B[N],H=C(Z);if(H!=="object")return new d("Invalid "+F+" `"+G+"` of type "+("`"+H+"` supplied to `"+X+"`, expected an object."));for(var q in Z)if(n(Z,q)){var Y=D(Z,q,X,F,G+"."+q,r);if(Y instanceof Error)return Y}return null}return m(L)}function T(D){if(!Array.isArray(D))return process.env.NODE_ENV!=="production"&&a("Invalid argument supplied to oneOfType, expected an instance of array."),o;for(var L=0;L<D.length;L++){var B=D[L];if(typeof B!="function")return a("Invalid argument supplied to oneOfType. Expected an array of check functions, but received "+U(B)+" at index "+L+"."),o}function N(X,F,G,Z,H){for(var q=[],Y=0;Y<D.length;Y++){var Q=D[Y],R=Q(X,F,G,Z,H,r);if(R==null)return null;R.data&&n(R.data,"expectedType")&&q.push(R.data.expectedType)}var J=q.length>0?", expected one of type ["+q.join(", ")+"]":"";return new d("Invalid "+Z+" `"+H+"` supplied to "+("`"+G+"`"+J+"."))}return m(N)}function M(){function D(L,B,N,X,F){return $(L[B])?null:new d("Invalid "+X+" `"+F+"` supplied to "+("`"+N+"`, expected a ReactNode."))}return m(D)}function P(D,L,B,N,X){return new d((D||"React class")+": "+L+" type `"+B+"."+N+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+X+"`.")}function E(D){function L(B,N,X,F,G){var Z=B[N],H=C(Z);if(H!=="object")return new d("Invalid "+F+" `"+G+"` of type `"+H+"` "+("supplied to `"+X+"`, expected `object`."));for(var q in D){var Y=D[q];if(typeof Y!="function")return P(X,F,G,q,I(Y));var Q=Y(Z,q,X,F,G+"."+q,r);if(Q)return Q}return null}return m(L)}function k(D){function L(B,N,X,F,G){var Z=B[N],H=C(Z);if(H!=="object")return new d("Invalid "+F+" `"+G+"` of type `"+H+"` "+("supplied to `"+X+"`, expected `object`."));var q=t({},B[N],D);for(var Y in q){var Q=D[Y];if(n(D,Y)&&typeof Q!="function")return P(X,F,G,Y,I(Q));if(!Q)return new d("Invalid "+F+" `"+G+"` key `"+Y+"` supplied to `"+X+"`.\nBad object: "+JSON.stringify(B[N],null," ")+`
|
|
137
|
+
Valid keys: `+JSON.stringify(Object.keys(D),null," "));var R=Q(Z,Y,X,F,G+"."+Y,r);if(R)return R}return null}return m(L)}function $(D){switch(typeof D){case"number":case"string":case"undefined":return!0;case"boolean":return!D;case"object":if(Array.isArray(D))return D.every($);if(D===null||s(D))return!0;var L=f(D);if(L){var B=L.call(D),N;if(L!==D.entries){for(;!(N=B.next()).done;)if(!$(N.value))return!1}else for(;!(N=B.next()).done;){var X=N.value;if(X&&!$(X[1]))return!1}}else return!1;return!0;default:return!1}}function j(D,L){return D==="symbol"?!0:L?L["@@toStringTag"]==="Symbol"||typeof Symbol=="function"&&L instanceof Symbol:!1}function C(D){var L=typeof D;return Array.isArray(D)?"array":D instanceof RegExp?"object":j(L,D)?"symbol":L}function I(D){if(typeof D>"u"||D===null)return""+D;var L=C(D);if(L==="object"){if(D instanceof Date)return"date";if(D instanceof RegExp)return"regexp"}return L}function U(D){var L=I(D);switch(L){case"array":case"object":return"an "+L;case"boolean":case"date":case"regexp":return"a "+L;default:return L}}function W(D){return!D.constructor||!D.constructor.name?h:D.constructor.name}return p.checkPropTypes=i,p.resetWarningCache=i.resetWarningCache,p.PropTypes=p,p},$m}var jm,hA;function $8(){if(hA)return jm;hA=1;var e=P0();function t(){}function r(){}return r.resetWarningCache=t,jm=function(){function n(o,s,u,l,c,f){if(f!==e){var h=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw h.name="Invariant Violation",h}}n.isRequired=n;function i(){return n}var a={array:n,bigint:n,bool:n,func:n,number:n,object:n,string:n,symbol:n,any:n,arrayOf:i,element:n,elementType:n,instanceOf:i,node:n,objectOf:i,oneOf:i,oneOfType:i,shape:i,exact:i,checkPropTypes:r,resetWarningCache:t};return a.PropTypes=a,a},jm}var pA;function j8(){if(pA)return Qu.exports;if(pA=1,process.env.NODE_ENV!=="production"){var e=VC(),t=!0;Qu.exports=k8()(e.isElement,t)}else Qu.exports=$8()();return Qu.exports}var R8=j8();const qt=Ft(R8);var D8=Object.getOwnPropertyNames,I8=Object.getOwnPropertySymbols,N8=Object.prototype.hasOwnProperty;function dA(e,t){return function(n,i,a){return e(n,i,a)&&t(n,i,a)}}function el(e){return function(r,n,i){if(!r||!n||typeof r!="object"||typeof n!="object")return e(r,n,i);var a=i.cache,o=a.get(r),s=a.get(n);if(o&&s)return o===n&&s===r;a.set(r,n),a.set(n,r);var u=e(r,n,i);return a.delete(r),a.delete(n),u}}function L8(e){return e!=null?e[Symbol.toStringTag]:void 0}function mA(e){return D8(e).concat(I8(e))}var B8=Object.hasOwn||(function(e,t){return N8.call(e,t)});function xa(e,t){return e===t||!e&&!t&&e!==e&&t!==t}var q8="__v",F8="__o",z8="_owner",yA=Object.getOwnPropertyDescriptor,gA=Object.keys;function U8(e,t,r){var n=e.length;if(t.length!==n)return!1;for(;n-- >0;)if(!r.equals(e[n],t[n],n,n,e,t,r))return!1;return!0}function W8(e,t){return xa(e.getTime(),t.getTime())}function H8(e,t){return e.name===t.name&&e.message===t.message&&e.cause===t.cause&&e.stack===t.stack}function G8(e,t){return e===t}function vA(e,t,r){var n=e.size;if(n!==t.size)return!1;if(!n)return!0;for(var i=new Array(n),a=e.entries(),o,s,u=0;(o=a.next())&&!o.done;){for(var l=t.entries(),c=!1,f=0;(s=l.next())&&!s.done;){if(i[f]){f++;continue}var h=o.value,p=s.value;if(r.equals(h[0],p[0],u,f,e,t,r)&&r.equals(h[1],p[1],h[0],p[0],e,t,r)){c=i[f]=!0;break}f++}if(!c)return!1;u++}return!0}var K8=xa;function X8(e,t,r){var n=gA(e),i=n.length;if(gA(t).length!==i)return!1;for(;i-- >0;)if(!JC(e,t,r,n[i]))return!1;return!0}function rs(e,t,r){var n=mA(e),i=n.length;if(mA(t).length!==i)return!1;for(var a,o,s;i-- >0;)if(a=n[i],!JC(e,t,r,a)||(o=yA(e,a),s=yA(t,a),(o||s)&&(!o||!s||o.configurable!==s.configurable||o.enumerable!==s.enumerable||o.writable!==s.writable)))return!1;return!0}function Y8(e,t){return xa(e.valueOf(),t.valueOf())}function V8(e,t){return e.source===t.source&&e.flags===t.flags}function bA(e,t,r){var n=e.size;if(n!==t.size)return!1;if(!n)return!0;for(var i=new Array(n),a=e.values(),o,s;(o=a.next())&&!o.done;){for(var u=t.values(),l=!1,c=0;(s=u.next())&&!s.done;){if(!i[c]&&r.equals(o.value,s.value,o.value,s.value,e,t,r)){l=i[c]=!0;break}c++}if(!l)return!1}return!0}function Z8(e,t){var r=e.length;if(t.length!==r)return!1;for(;r-- >0;)if(e[r]!==t[r])return!1;return!0}function J8(e,t){return e.hostname===t.hostname&&e.pathname===t.pathname&&e.protocol===t.protocol&&e.port===t.port&&e.hash===t.hash&&e.username===t.username&&e.password===t.password}function JC(e,t,r,n){return(n===z8||n===F8||n===q8)&&(e.$$typeof||t.$$typeof)?!0:B8(t,n)&&r.equals(e[n],t[n],n,n,e,t,r)}var Q8="[object Arguments]",tH="[object Boolean]",eH="[object Date]",rH="[object Error]",nH="[object Map]",iH="[object Number]",aH="[object Object]",oH="[object RegExp]",sH="[object Set]",uH="[object String]",lH="[object URL]",cH=Array.isArray,xA=typeof ArrayBuffer=="function"&&ArrayBuffer.isView?ArrayBuffer.isView:null,_A=Object.assign,fH=Object.prototype.toString.call.bind(Object.prototype.toString);function hH(e){var t=e.areArraysEqual,r=e.areDatesEqual,n=e.areErrorsEqual,i=e.areFunctionsEqual,a=e.areMapsEqual,o=e.areNumbersEqual,s=e.areObjectsEqual,u=e.arePrimitiveWrappersEqual,l=e.areRegExpsEqual,c=e.areSetsEqual,f=e.areTypedArraysEqual,h=e.areUrlsEqual,p=e.unknownTagComparators;return function(d,m,v){if(d===m)return!0;if(d==null||m==null)return!1;var _=typeof d;if(_!==typeof m)return!1;if(_!=="object")return _==="number"?o(d,m,v):_==="function"?i(d,m,v):!1;var b=d.constructor;if(b!==m.constructor)return!1;if(b===Object)return s(d,m,v);if(cH(d))return t(d,m,v);if(xA!=null&&xA(d))return f(d,m,v);if(b===Date)return r(d,m,v);if(b===RegExp)return l(d,m,v);if(b===Map)return a(d,m,v);if(b===Set)return c(d,m,v);var x=fH(d);if(x===eH)return r(d,m,v);if(x===oH)return l(d,m,v);if(x===nH)return a(d,m,v);if(x===sH)return c(d,m,v);if(x===aH)return typeof d.then!="function"&&typeof m.then!="function"&&s(d,m,v);if(x===lH)return h(d,m,v);if(x===rH)return n(d,m,v);if(x===Q8)return s(d,m,v);if(x===tH||x===iH||x===uH)return u(d,m,v);if(p){var g=p[x];if(!g){var w=L8(d);w&&(g=p[w])}if(g)return g(d,m,v)}return!1}}function pH(e){var t=e.circular,r=e.createCustomConfig,n=e.strict,i={areArraysEqual:n?rs:U8,areDatesEqual:W8,areErrorsEqual:H8,areFunctionsEqual:G8,areMapsEqual:n?dA(vA,rs):vA,areNumbersEqual:K8,areObjectsEqual:n?rs:X8,arePrimitiveWrappersEqual:Y8,areRegExpsEqual:V8,areSetsEqual:n?dA(bA,rs):bA,areTypedArraysEqual:n?rs:Z8,areUrlsEqual:J8,unknownTagComparators:void 0};if(r&&(i=_A({},i,r(i))),t){var a=el(i.areArraysEqual),o=el(i.areMapsEqual),s=el(i.areObjectsEqual),u=el(i.areSetsEqual);i=_A({},i,{areArraysEqual:a,areMapsEqual:o,areObjectsEqual:s,areSetsEqual:u})}return i}function dH(e){return function(t,r,n,i,a,o,s){return e(t,r,s)}}function mH(e){var t=e.circular,r=e.comparator,n=e.createState,i=e.equals,a=e.strict;if(n)return function(u,l){var c=n(),f=c.cache,h=f===void 0?t?new WeakMap:void 0:f,p=c.meta;return r(u,l,{cache:h,equals:i,meta:p,strict:a})};if(t)return function(u,l){return r(u,l,{cache:new WeakMap,equals:i,meta:void 0,strict:a})};var o={cache:void 0,equals:i,meta:void 0,strict:a};return function(u,l){return r(u,l,o)}}var yH=Pi();Pi({strict:!0});Pi({circular:!0});Pi({circular:!0,strict:!0});Pi({createInternalComparator:function(){return xa}});Pi({strict:!0,createInternalComparator:function(){return xa}});Pi({circular:!0,createInternalComparator:function(){return xa}});Pi({circular:!0,createInternalComparator:function(){return xa},strict:!0});function Pi(e){e===void 0&&(e={});var t=e.circular,r=t===void 0?!1:t,n=e.createInternalComparator,i=e.createState,a=e.strict,o=a===void 0?!1:a,s=pH(e),u=hH(s),l=n?n(u):dH(u);return mH({circular:r,comparator:u,createState:i,equals:l,strict:o})}function gH(e){typeof requestAnimationFrame<"u"&&requestAnimationFrame(e)}function wA(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0,r=-1,n=function i(a){r<0&&(r=a),a-r>t?(e(a),r=-1):gH(i)};requestAnimationFrame(n)}function vg(e){"@babel/helpers - typeof";return vg=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},vg(e)}function vH(e){return wH(e)||_H(e)||xH(e)||bH()}function bH(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
138
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function xH(e,t){if(e){if(typeof e=="string")return SA(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);if(r==="Object"&&e.constructor&&(r=e.constructor.name),r==="Map"||r==="Set")return Array.from(e);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return SA(e,t)}}function SA(e,t){(t==null||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function _H(e){if(typeof Symbol<"u"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function wH(e){if(Array.isArray(e))return e}function SH(){var e={},t=function(){return null},r=!1,n=function i(a){if(!r){if(Array.isArray(a)){if(!a.length)return;var o=a,s=vH(o),u=s[0],l=s.slice(1);if(typeof u=="number"){wA(i.bind(null,l),u);return}i(u),wA(i.bind(null,l));return}vg(a)==="object"&&(e=a,t(e)),typeof a=="function"&&a()}};return{stop:function(){r=!0},start:function(a){r=!1,n(a)},subscribe:function(a){return t=a,function(){t=function(){return null}}}}}function cu(e){"@babel/helpers - typeof";return cu=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},cu(e)}function AA(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function OA(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?AA(Object(r),!0).forEach(function(n){QC(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):AA(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function QC(e,t,r){return t=AH(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function AH(e){var t=OH(e,"string");return cu(t)==="symbol"?t:String(t)}function OH(e,t){if(cu(e)!=="object"||e===null)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(cu(n)!=="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var TH=function(t,r){return[Object.keys(t),Object.keys(r)].reduce(function(n,i){return n.filter(function(a){return i.includes(a)})})},PH=function(t){return t},EH=function(t){return t.replace(/([A-Z])/g,function(r){return"-".concat(r.toLowerCase())})},Os=function(t,r){return Object.keys(r).reduce(function(n,i){return OA(OA({},n),{},QC({},i,t(i,r[i])))},{})},TA=function(t,r,n){return t.map(function(i){return"".concat(EH(i)," ").concat(r,"ms ").concat(n)}).join(",")},CH=process.env.NODE_ENV!=="production",tc=function(t,r,n,i,a,o,s,u){if(CH&&typeof console<"u"&&console.warn&&(r===void 0&&console.warn("LogUtils requires an error message argument"),!t))if(r===void 0)console.warn("Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.");else{var l=[n,i,a,o,s,u],c=0;console.warn(r.replace(/%s/g,function(){return l[c++]}))}};function MH(e,t){return jH(e)||$H(e,t)||tM(e,t)||kH()}function kH(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
139
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function $H(e,t){var r=e==null?null:typeof Symbol<"u"&&e[Symbol.iterator]||e["@@iterator"];if(r!=null){var n,i,a,o,s=[],u=!0,l=!1;try{if(a=(r=r.call(e)).next,t!==0)for(;!(u=(n=a.call(r)).done)&&(s.push(n.value),s.length!==t);u=!0);}catch(c){l=!0,i=c}finally{try{if(!u&&r.return!=null&&(o=r.return(),Object(o)!==o))return}finally{if(l)throw i}}return s}}function jH(e){if(Array.isArray(e))return e}function RH(e){return NH(e)||IH(e)||tM(e)||DH()}function DH(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
|
|
140
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function tM(e,t){if(e){if(typeof e=="string")return bg(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);if(r==="Object"&&e.constructor&&(r=e.constructor.name),r==="Map"||r==="Set")return Array.from(e);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return bg(e,t)}}function IH(e){if(typeof Symbol<"u"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function NH(e){if(Array.isArray(e))return bg(e)}function bg(e,t){(t==null||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}var ec=1e-4,eM=function(t,r){return[0,3*t,3*r-6*t,3*t-3*r+1]},rM=function(t,r){return t.map(function(n,i){return n*Math.pow(r,i)}).reduce(function(n,i){return n+i})},PA=function(t,r){return function(n){var i=eM(t,r);return rM(i,n)}},LH=function(t,r){return function(n){var i=eM(t,r),a=[].concat(RH(i.map(function(o,s){return o*s}).slice(1)),[0]);return rM(a,n)}},EA=function(){for(var t=arguments.length,r=new Array(t),n=0;n<t;n++)r[n]=arguments[n];var i=r[0],a=r[1],o=r[2],s=r[3];if(r.length===1)switch(r[0]){case"linear":i=0,a=0,o=1,s=1;break;case"ease":i=.25,a=.1,o=.25,s=1;break;case"ease-in":i=.42,a=0,o=1,s=1;break;case"ease-out":i=.42,a=0,o=.58,s=1;break;case"ease-in-out":i=0,a=0,o=.58,s=1;break;default:{var u=r[0].split("(");if(u[0]==="cubic-bezier"&&u[1].split(")")[0].split(",").length===4){var l=u[1].split(")")[0].split(",").map(function(m){return parseFloat(m)}),c=MH(l,4);i=c[0],a=c[1],o=c[2],s=c[3]}else tc(!1,"[configBezier]: arguments should be one of oneOf 'linear', 'ease', 'ease-in', 'ease-out', 'ease-in-out','cubic-bezier(x1,y1,x2,y2)', instead received %s",r)}}tc([i,o,a,s].every(function(m){return typeof m=="number"&&m>=0&&m<=1}),"[configBezier]: arguments should be x1, y1, x2, y2 of [0, 1] instead received %s",r);var f=PA(i,o),h=PA(a,s),p=LH(i,o),y=function(v){return v>1?1:v<0?0:v},d=function(v){for(var _=v>1?1:v,b=_,x=0;x<8;++x){var g=f(b)-_,w=p(b);if(Math.abs(g-_)<ec||w<ec)return h(b);b=y(b-g/w)}return h(b)};return d.isStepper=!1,d},BH=function(){var t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},r=t.stiff,n=r===void 0?100:r,i=t.damping,a=i===void 0?8:i,o=t.dt,s=o===void 0?17:o,u=function(c,f,h){var p=-(c-f)*n,y=h*a,d=h+(p-y)*s/1e3,m=h*s/1e3+c;return Math.abs(m-f)<ec&&Math.abs(d)<ec?[f,0]:[m,d]};return u.isStepper=!0,u.dt=s,u},qH=function(){for(var t=arguments.length,r=new Array(t),n=0;n<t;n++)r[n]=arguments[n];var i=r[0];if(typeof i=="string")switch(i){case"ease":case"ease-in-out":case"ease-out":case"ease-in":case"linear":return EA(i);case"spring":return BH();default:if(i.split("(")[0]==="cubic-bezier")return EA(i);tc(!1,"[configEasing]: first argument should be one of 'ease', 'ease-in', 'ease-out', 'ease-in-out','cubic-bezier(x1,y1,x2,y2)', 'linear' and 'spring', instead received %s",r)}return typeof i=="function"?i:(tc(!1,"[configEasing]: first argument type should be function or string, instead received %s",r),null)};function fu(e){"@babel/helpers - typeof";return fu=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},fu(e)}function CA(e){return UH(e)||zH(e)||nM(e)||FH()}function FH(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
|
|
141
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function zH(e){if(typeof Symbol<"u"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function UH(e){if(Array.isArray(e))return _g(e)}function MA(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function Ie(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?MA(Object(r),!0).forEach(function(n){xg(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):MA(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function xg(e,t,r){return t=WH(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function WH(e){var t=HH(e,"string");return fu(t)==="symbol"?t:String(t)}function HH(e,t){if(fu(e)!=="object"||e===null)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(fu(n)!=="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function GH(e,t){return YH(e)||XH(e,t)||nM(e,t)||KH()}function KH(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
142
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function nM(e,t){if(e){if(typeof e=="string")return _g(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);if(r==="Object"&&e.constructor&&(r=e.constructor.name),r==="Map"||r==="Set")return Array.from(e);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return _g(e,t)}}function _g(e,t){(t==null||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function XH(e,t){var r=e==null?null:typeof Symbol<"u"&&e[Symbol.iterator]||e["@@iterator"];if(r!=null){var n,i,a,o,s=[],u=!0,l=!1;try{if(a=(r=r.call(e)).next,t!==0)for(;!(u=(n=a.call(r)).done)&&(s.push(n.value),s.length!==t);u=!0);}catch(c){l=!0,i=c}finally{try{if(!u&&r.return!=null&&(o=r.return(),Object(o)!==o))return}finally{if(l)throw i}}return s}}function YH(e){if(Array.isArray(e))return e}var rc=function(t,r,n){return t+(r-t)*n},wg=function(t){var r=t.from,n=t.to;return r!==n},VH=function e(t,r,n){var i=Os(function(a,o){if(wg(o)){var s=t(o.from,o.to,o.velocity),u=GH(s,2),l=u[0],c=u[1];return Ie(Ie({},o),{},{from:l,velocity:c})}return o},r);return n<1?Os(function(a,o){return wg(o)?Ie(Ie({},o),{},{velocity:rc(o.velocity,i[a].velocity,n),from:rc(o.from,i[a].from,n)}):o},r):e(t,i,n-1)};const ZH=(function(e,t,r,n,i){var a=TH(e,t),o=a.reduce(function(m,v){return Ie(Ie({},m),{},xg({},v,[e[v],t[v]]))},{}),s=a.reduce(function(m,v){return Ie(Ie({},m),{},xg({},v,{from:e[v],velocity:0,to:t[v]}))},{}),u=-1,l,c,f=function(){return null},h=function(){return Os(function(v,_){return _.from},s)},p=function(){return!Object.values(s).filter(wg).length},y=function(v){l||(l=v);var _=v-l,b=_/r.dt;s=VH(r,s,b),i(Ie(Ie(Ie({},e),t),h())),l=v,p()||(u=requestAnimationFrame(f))},d=function(v){c||(c=v);var _=(v-c)/n,b=Os(function(g,w){return rc.apply(void 0,CA(w).concat([r(_)]))},o);if(i(Ie(Ie(Ie({},e),t),b)),_<1)u=requestAnimationFrame(f);else{var x=Os(function(g,w){return rc.apply(void 0,CA(w).concat([r(1)]))},o);i(Ie(Ie(Ie({},e),t),x))}};return f=r.isStepper?y:d,function(){return requestAnimationFrame(f),function(){cancelAnimationFrame(u)}}});function fo(e){"@babel/helpers - typeof";return fo=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},fo(e)}var JH=["children","begin","duration","attributeName","easing","isActive","steps","from","to","canBegin","onAnimationEnd","shouldReAnimate","onAnimationReStart"];function QH(e,t){if(e==null)return{};var r=tG(e,t),n,i;if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(i=0;i<a.length;i++)n=a[i],!(t.indexOf(n)>=0)&&Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}function tG(e,t){if(e==null)return{};var r={},n=Object.keys(e),i,a;for(a=0;a<n.length;a++)i=n[a],!(t.indexOf(i)>=0)&&(r[i]=e[i]);return r}function Rm(e){return iG(e)||nG(e)||rG(e)||eG()}function eG(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
|
|
143
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function rG(e,t){if(e){if(typeof e=="string")return Sg(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);if(r==="Object"&&e.constructor&&(r=e.constructor.name),r==="Map"||r==="Set")return Array.from(e);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return Sg(e,t)}}function nG(e){if(typeof Symbol<"u"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function iG(e){if(Array.isArray(e))return Sg(e)}function Sg(e,t){(t==null||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function kA(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function Jr(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?kA(Object(r),!0).forEach(function(n){hs(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):kA(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function hs(e,t,r){return t=iM(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function aG(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function oG(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,iM(n.key),n)}}function sG(e,t,r){return t&&oG(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}function iM(e){var t=uG(e,"string");return fo(t)==="symbol"?t:String(t)}function uG(e,t){if(fo(e)!=="object"||e===null)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(fo(n)!=="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function lG(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&Ag(e,t)}function Ag(e,t){return Ag=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,i){return n.__proto__=i,n},Ag(e,t)}function cG(e){var t=fG();return function(){var n=nc(e),i;if(t){var a=nc(this).constructor;i=Reflect.construct(n,arguments,a)}else i=n.apply(this,arguments);return Og(this,i)}}function Og(e,t){if(t&&(fo(t)==="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return Tg(e)}function Tg(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function fG(){if(typeof Reflect>"u"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch{return!1}}function nc(e){return nc=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(r){return r.__proto__||Object.getPrototypeOf(r)},nc(e)}var on=(function(e){lG(r,e);var t=cG(r);function r(n,i){var a;aG(this,r),a=t.call(this,n,i);var o=a.props,s=o.isActive,u=o.attributeName,l=o.from,c=o.to,f=o.steps,h=o.children,p=o.duration;if(a.handleStyleChange=a.handleStyleChange.bind(Tg(a)),a.changeStyle=a.changeStyle.bind(Tg(a)),!s||p<=0)return a.state={style:{}},typeof h=="function"&&(a.state={style:c}),Og(a);if(f&&f.length)a.state={style:f[0].style};else if(l){if(typeof h=="function")return a.state={style:l},Og(a);a.state={style:u?hs({},u,l):l}}else a.state={style:{}};return a}return sG(r,[{key:"componentDidMount",value:function(){var i=this.props,a=i.isActive,o=i.canBegin;this.mounted=!0,!(!a||!o)&&this.runAnimation(this.props)}},{key:"componentDidUpdate",value:function(i){var a=this.props,o=a.isActive,s=a.canBegin,u=a.attributeName,l=a.shouldReAnimate,c=a.to,f=a.from,h=this.state.style;if(s){if(!o){var p={style:u?hs({},u,c):c};this.state&&h&&(u&&h[u]!==c||!u&&h!==c)&&this.setState(p);return}if(!(yH(i.to,c)&&i.canBegin&&i.isActive)){var y=!i.canBegin||!i.isActive;this.manager&&this.manager.stop(),this.stopJSAnimation&&this.stopJSAnimation();var d=y||l?f:i.to;if(this.state&&h){var m={style:u?hs({},u,d):d};(u&&h[u]!==d||!u&&h!==d)&&this.setState(m)}this.runAnimation(Jr(Jr({},this.props),{},{from:d,begin:0}))}}}},{key:"componentWillUnmount",value:function(){this.mounted=!1;var i=this.props.onAnimationEnd;this.unSubscribe&&this.unSubscribe(),this.manager&&(this.manager.stop(),this.manager=null),this.stopJSAnimation&&this.stopJSAnimation(),i&&i()}},{key:"handleStyleChange",value:function(i){this.changeStyle(i)}},{key:"changeStyle",value:function(i){this.mounted&&this.setState({style:i})}},{key:"runJSAnimation",value:function(i){var a=this,o=i.from,s=i.to,u=i.duration,l=i.easing,c=i.begin,f=i.onAnimationEnd,h=i.onAnimationStart,p=ZH(o,s,qH(l),u,this.changeStyle),y=function(){a.stopJSAnimation=p()};this.manager.start([h,c,y,u,f])}},{key:"runStepAnimation",value:function(i){var a=this,o=i.steps,s=i.begin,u=i.onAnimationStart,l=o[0],c=l.style,f=l.duration,h=f===void 0?0:f,p=function(d,m,v){if(v===0)return d;var _=m.duration,b=m.easing,x=b===void 0?"ease":b,g=m.style,w=m.properties,S=m.onAnimationEnd,A=v>0?o[v-1]:m,T=w||Object.keys(g);if(typeof x=="function"||x==="spring")return[].concat(Rm(d),[a.runJSAnimation.bind(a,{from:A.style,to:g,duration:_,easing:x}),_]);var M=TA(T,_,x),P=Jr(Jr(Jr({},A.style),g),{},{transition:M});return[].concat(Rm(d),[P,_,S]).filter(PH)};return this.manager.start([u].concat(Rm(o.reduce(p,[c,Math.max(h,s)])),[i.onAnimationEnd]))}},{key:"runAnimation",value:function(i){this.manager||(this.manager=SH());var a=i.begin,o=i.duration,s=i.attributeName,u=i.to,l=i.easing,c=i.onAnimationStart,f=i.onAnimationEnd,h=i.steps,p=i.children,y=this.manager;if(this.unSubscribe=y.subscribe(this.handleStyleChange),typeof l=="function"||typeof p=="function"||l==="spring"){this.runJSAnimation(i);return}if(h.length>1){this.runStepAnimation(i);return}var d=s?hs({},s,u):u,m=TA(Object.keys(d),o,l);y.start([c,a,Jr(Jr({},d),{},{transition:m}),o,f])}},{key:"render",value:function(){var i=this.props,a=i.children;i.begin;var o=i.duration;i.attributeName,i.easing;var s=i.isActive;i.steps,i.from,i.to,i.canBegin,i.onAnimationEnd,i.shouldReAnimate,i.onAnimationReStart;var u=QH(i,JH),l=O.Children.count(a),c=this.state.style;if(typeof a=="function")return a(c);if(!s||l===0||o<=0)return a;var f=function(p){var y=p.props,d=y.style,m=d===void 0?{}:d,v=y.className,_=O.cloneElement(p,Jr(Jr({},u),{},{style:Jr(Jr({},m),c),className:v}));return _};return l===1?f(O.Children.only(a)):O.createElement("div",null,O.Children.map(a,function(h){return f(h)}))}}]),r})(O.PureComponent);on.displayName="Animate";on.defaultProps={begin:0,duration:1e3,from:"",to:"",attributeName:"",easing:"ease",isActive:!0,canBegin:!0,steps:[],onAnimationEnd:function(){},onAnimationStart:function(){}};on.propTypes={from:qt.oneOfType([qt.object,qt.string]),to:qt.oneOfType([qt.object,qt.string]),attributeName:qt.string,duration:qt.number,begin:qt.number,easing:qt.oneOfType([qt.string,qt.func]),steps:qt.arrayOf(qt.shape({duration:qt.number.isRequired,style:qt.object.isRequired,easing:qt.oneOfType([qt.oneOf(["ease","ease-in","ease-out","ease-in-out","linear"]),qt.func]),properties:qt.arrayOf("string"),onAnimationEnd:qt.func})),children:qt.oneOfType([qt.node,qt.func]),isActive:qt.bool,canBegin:qt.bool,onAnimationEnd:qt.func,shouldReAnimate:qt.bool,onAnimationStart:qt.func,onAnimationReStart:qt.func};function hu(e){"@babel/helpers - typeof";return hu=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},hu(e)}function ic(){return ic=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},ic.apply(this,arguments)}function hG(e,t){return yG(e)||mG(e,t)||dG(e,t)||pG()}function pG(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
144
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function dG(e,t){if(e){if(typeof e=="string")return $A(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);if(r==="Object"&&e.constructor&&(r=e.constructor.name),r==="Map"||r==="Set")return Array.from(e);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return $A(e,t)}}function $A(e,t){(t==null||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function mG(e,t){var r=e==null?null:typeof Symbol<"u"&&e[Symbol.iterator]||e["@@iterator"];if(r!=null){var n,i,a,o,s=[],u=!0,l=!1;try{if(a=(r=r.call(e)).next,t!==0)for(;!(u=(n=a.call(r)).done)&&(s.push(n.value),s.length!==t);u=!0);}catch(c){l=!0,i=c}finally{try{if(!u&&r.return!=null&&(o=r.return(),Object(o)!==o))return}finally{if(l)throw i}}return s}}function yG(e){if(Array.isArray(e))return e}function jA(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function RA(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?jA(Object(r),!0).forEach(function(n){gG(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):jA(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function gG(e,t,r){return t=vG(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function vG(e){var t=bG(e,"string");return hu(t)=="symbol"?t:t+""}function bG(e,t){if(hu(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(hu(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var DA=function(t,r,n,i,a){var o=Math.min(Math.abs(n)/2,Math.abs(i)/2),s=i>=0?1:-1,u=n>=0?1:-1,l=i>=0&&n>=0||i<0&&n<0?1:0,c;if(o>0&&a instanceof Array){for(var f=[0,0,0,0],h=0,p=4;h<p;h++)f[h]=a[h]>o?o:a[h];c="M".concat(t,",").concat(r+s*f[0]),f[0]>0&&(c+="A ".concat(f[0],",").concat(f[0],",0,0,").concat(l,",").concat(t+u*f[0],",").concat(r)),c+="L ".concat(t+n-u*f[1],",").concat(r),f[1]>0&&(c+="A ".concat(f[1],",").concat(f[1],",0,0,").concat(l,`,
|
|
145
145
|
`).concat(t+n,",").concat(r+s*f[1])),c+="L ".concat(t+n,",").concat(r+i-s*f[2]),f[2]>0&&(c+="A ".concat(f[2],",").concat(f[2],",0,0,").concat(l,`,
|
|
146
146
|
`).concat(t+n-u*f[2],",").concat(r+i)),c+="L ".concat(t+u*f[3],",").concat(r+i),f[3]>0&&(c+="A ".concat(f[3],",").concat(f[3],",0,0,").concat(l,`,
|
|
147
147
|
`).concat(t,",").concat(r+i-s*f[3])),c+="Z"}else if(o>0&&a===+a&&a>0){var y=Math.min(o,a);c="M ".concat(t,",").concat(r+s*y,`
|
|
@@ -151,10 +151,10 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
151
151
|
L `).concat(t+n,",").concat(r+i-s*y,`
|
|
152
152
|
A `).concat(y,",").concat(y,",0,0,").concat(l,",").concat(t+n-u*y,",").concat(r+i,`
|
|
153
153
|
L `).concat(t+u*y,",").concat(r+i,`
|
|
154
|
-
A `).concat(y,",").concat(y,",0,0,").concat(l,",").concat(t,",").concat(r+i-s*y," Z")}else c="M ".concat(t,",").concat(r," h ").concat(n," v ").concat(i," h ").concat(-n," Z");return c},
|
|
155
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function p6(e,t){if(e){if(typeof e=="string")return uO(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);if(r==="Object"&&e.constructor&&(r=e.constructor.name),r==="Map"||r==="Set")return Array.from(e);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return uO(e,t)}}function uO(e,t){(t==null||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function d6(e,t){var r=e==null?null:typeof Symbol<"u"&&e[Symbol.iterator]||e["@@iterator"];if(r!=null){var n,i,a,o,s=[],u=!0,l=!1;try{if(a=(r=r.call(e)).next,t!==0)for(;!(u=(n=a.call(r)).done)&&(s.push(n.value),s.length!==t);u=!0);}catch(c){l=!0,i=c}finally{try{if(!u&&r.return!=null&&(o=r.return(),Object(o)!==o))return}finally{if(l)throw i}}return s}}function m6(e){if(Array.isArray(e))return e}function lO(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function cO(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?lO(Object(r),!0).forEach(function(n){y6(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):lO(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function y6(e,t,r){return t=v6(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function v6(e){var t=g6(e,"string");return Ds(t)=="symbol"?t:t+""}function g6(e,t){if(Ds(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(Ds(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var fO=function(t,r,n,i,a){var o=n-i,s;return s="M ".concat(t,",").concat(r),s+="L ".concat(t+n,",").concat(r),s+="L ".concat(t+n-o/2,",").concat(r+a),s+="L ".concat(t+n-o/2-i,",").concat(r+a),s+="L ".concat(t,",").concat(r," Z"),s},b6={x:0,y:0,upperWidth:0,lowerWidth:0,height:0,isUpdateAnimationActive:!1,animationBegin:0,animationDuration:1500,animationEasing:"ease"},_6=function(t){var r=cO(cO({},b6),t),n=O.useRef(),i=O.useState(-1),a=f6(i,2),o=a[0],s=a[1];O.useEffect(function(){if(n.current&&n.current.getTotalLength)try{var b=n.current.getTotalLength();b&&s(b)}catch{}},[]);var u=r.x,l=r.y,c=r.upperWidth,f=r.lowerWidth,h=r.height,p=r.className,y=r.animationEasing,m=r.animationDuration,d=r.animationBegin,g=r.isUpdateAnimationActive;if(u!==+u||l!==+l||c!==+c||f!==+f||h!==+h||c===0&&f===0||h===0)return null;var _=At("recharts-trapezoid",p);return g?O.createElement(Lr,{canBegin:o>0,from:{upperWidth:0,lowerWidth:0,height:h,x:u,y:l},to:{upperWidth:c,lowerWidth:f,height:h,x:u,y:l},duration:m,animationEasing:y,isActive:g},function(b){var x=b.upperWidth,v=b.lowerWidth,w=b.height,S=b.x,A=b.y;return O.createElement(Lr,{canBegin:o>0,from:"0px ".concat(o===-1?1:o,"px"),to:"".concat(o,"px 0px"),attributeName:"strokeDasharray",begin:d,duration:m,easing:y},O.createElement("path",Al({},vt(r,!0),{className:_,d:fO(S,A,x,v,w),ref:n})))}):O.createElement("g",null,O.createElement("path",Al({},vt(r,!0),{className:_,d:fO(u,l,c,f,h)})))},x6=["option","shapeType","propTransformer","activeClassName","isActive"];function Rs(e){"@babel/helpers - typeof";return Rs=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Rs(e)}function w6(e,t){if(e==null)return{};var r=S6(e,t),n,i;if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(i=0;i<a.length;i++)n=a[i],!(t.indexOf(n)>=0)&&Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}function S6(e,t){if(e==null)return{};var r={};for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n)){if(t.indexOf(n)>=0)continue;r[n]=e[n]}return r}function hO(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function Pl(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?hO(Object(r),!0).forEach(function(n){O6(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):hO(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function O6(e,t,r){return t=A6(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function A6(e){var t=P6(e,"string");return Rs(t)=="symbol"?t:t+""}function P6(e,t){if(Rs(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(Rs(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function T6(e,t){return Pl(Pl({},t),e)}function E6(e,t){return e==="symbols"}function pO(e){var t=e.shapeType,r=e.elementProps;switch(t){case"rectangle":return O.createElement(Gg,r);case"trapezoid":return O.createElement(_6,r);case"sector":return O.createElement(_C,r);case"symbols":if(E6(t))return O.createElement(dc,r);break;default:return null}}function C6(e){return O.isValidElement(e)?e.props:e}function Hy(e){var t=e.option,r=e.shapeType,n=e.propTransformer,i=n===void 0?T6:n,a=e.activeClassName,o=a===void 0?"recharts-active-shape":a,s=e.isActive,u=w6(e,x6),l;if(O.isValidElement(t))l=O.cloneElement(t,Pl(Pl({},u),C6(t)));else if(gt(t))l=t(u);else if(s6(t)&&!c6(t)){var c=i(t,u);l=O.createElement(pO,{shapeType:r,elementProps:c})}else{var f=u;l=O.createElement(pO,{shapeType:r,elementProps:f})}return s?O.createElement(jt,{className:o},l):l}function _c(e,t){return t!=null&&"trapezoids"in e.props}function xc(e,t){return t!=null&&"sectors"in e.props}function Is(e,t){return t!=null&&"points"in e.props}function M6(e,t){var r,n,i=e.x===(t==null||(r=t.labelViewBox)===null||r===void 0?void 0:r.x)||e.x===t.x,a=e.y===(t==null||(n=t.labelViewBox)===null||n===void 0?void 0:n.y)||e.y===t.y;return i&&a}function k6(e,t){var r=e.endAngle===t.endAngle,n=e.startAngle===t.startAngle;return r&&n}function $6(e,t){var r=e.x===t.x,n=e.y===t.y,i=e.z===t.z;return r&&n&&i}function j6(e,t){var r;return _c(e,t)?r=M6:xc(e,t)?r=k6:Is(e,t)&&(r=$6),r}function D6(e,t){var r;return _c(e,t)?r="trapezoids":xc(e,t)?r="sectors":Is(e,t)&&(r="points"),r}function R6(e,t){if(_c(e,t)){var r;return(r=t.tooltipPayload)===null||r===void 0||(r=r[0])===null||r===void 0||(r=r.payload)===null||r===void 0?void 0:r.payload}if(xc(e,t)){var n;return(n=t.tooltipPayload)===null||n===void 0||(n=n[0])===null||n===void 0||(n=n.payload)===null||n===void 0?void 0:n.payload}return Is(e,t)?t.payload:{}}function I6(e){var t=e.activeTooltipItem,r=e.graphicalItem,n=e.itemData,i=D6(r,t),a=R6(r,t),o=n.filter(function(u,l){var c=$i(a,u),f=r.props[i].filter(function(y){var m=j6(r,t);return m(y,t)}),h=r.props[i].indexOf(f[f.length-1]),p=l===h;return c&&p}),s=n.indexOf(o[o.length-1]);return s}function Ns(e){"@babel/helpers - typeof";return Ns=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Ns(e)}function dO(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function mO(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?dO(Object(r),!0).forEach(function(n){MC(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):dO(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function MC(e,t,r){return t=N6(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function N6(e){var t=L6(e,"string");return Ns(t)=="symbol"?t:t+""}function L6(e,t){if(Ns(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(Ns(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var B6=["Webkit","Moz","O","ms"],q6=function(t,r){var n=t.replace(/(\w)/,function(a){return a.toUpperCase()}),i=B6.reduce(function(a,o){return mO(mO({},a),{},MC({},o+n,r))},{});return i[t]=r,i};function Da(e){"@babel/helpers - typeof";return Da=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Da(e)}function Tl(){return Tl=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Tl.apply(this,arguments)}function yO(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function tm(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?yO(Object(r),!0).forEach(function(n){sr(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):yO(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function F6(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function vO(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,$C(n.key),n)}}function z6(e,t,r){return t&&vO(e.prototype,t),r&&vO(e,r),Object.defineProperty(e,"prototype",{writable:!1}),e}function U6(e,t,r){return t=El(t),W6(e,kC()?Reflect.construct(t,r||[],El(e).constructor):t.apply(e,r))}function W6(e,t){if(t&&(Da(t)==="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return G6(e)}function G6(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function kC(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(kC=function(){return!!e})()}function El(e){return El=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(r){return r.__proto__||Object.getPrototypeOf(r)},El(e)}function H6(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&Ky(e,t)}function Ky(e,t){return Ky=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,i){return n.__proto__=i,n},Ky(e,t)}function sr(e,t,r){return t=$C(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function $C(e){var t=K6(e,"string");return Da(t)=="symbol"?t:t+""}function K6(e,t){if(Da(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(Da(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}var Y6=function(t){var r=t.data,n=t.startIndex,i=t.endIndex,a=t.x,o=t.width,s=t.travellerWidth;if(!r||!r.length)return{};var u=r.length,l=Do().domain(fs(0,u)).range([a,a+o-s]),c=l.domain().map(function(f){return l(f)});return{isTextActive:!1,isSlideMoving:!1,isTravellerMoving:!1,isTravellerFocused:!1,startX:l(n),endX:l(i),scale:l,scaleValues:c}},gO=function(t){return t.changedTouches&&!!t.changedTouches.length},Ra=(function(e){function t(r){var n;return F6(this,t),n=U6(this,t,[r]),sr(n,"handleDrag",function(i){n.leaveTimer&&(clearTimeout(n.leaveTimer),n.leaveTimer=null),n.state.isTravellerMoving?n.handleTravellerMove(i):n.state.isSlideMoving&&n.handleSlideDrag(i)}),sr(n,"handleTouchMove",function(i){i.changedTouches!=null&&i.changedTouches.length>0&&n.handleDrag(i.changedTouches[0])}),sr(n,"handleDragEnd",function(){n.setState({isTravellerMoving:!1,isSlideMoving:!1},function(){var i=n.props,a=i.endIndex,o=i.onDragEnd,s=i.startIndex;o==null||o({endIndex:a,startIndex:s})}),n.detachDragEndListener()}),sr(n,"handleLeaveWrapper",function(){(n.state.isTravellerMoving||n.state.isSlideMoving)&&(n.leaveTimer=window.setTimeout(n.handleDragEnd,n.props.leaveTimeOut))}),sr(n,"handleEnterSlideOrTraveller",function(){n.setState({isTextActive:!0})}),sr(n,"handleLeaveSlideOrTraveller",function(){n.setState({isTextActive:!1})}),sr(n,"handleSlideDragStart",function(i){var a=gO(i)?i.changedTouches[0]:i;n.setState({isTravellerMoving:!1,isSlideMoving:!0,slideMoveStartX:a.pageX}),n.attachDragEndListener()}),n.travellerDragStartHandlers={startX:n.handleTravellerDragStart.bind(n,"startX"),endX:n.handleTravellerDragStart.bind(n,"endX")},n.state={},n}return H6(t,e),z6(t,[{key:"componentWillUnmount",value:function(){this.leaveTimer&&(clearTimeout(this.leaveTimer),this.leaveTimer=null),this.detachDragEndListener()}},{key:"getIndex",value:function(n){var i=n.startX,a=n.endX,o=this.state.scaleValues,s=this.props,u=s.gap,l=s.data,c=l.length-1,f=Math.min(i,a),h=Math.max(i,a),p=t.getIndexInRange(o,f),y=t.getIndexInRange(o,h);return{startIndex:p-p%u,endIndex:y===c?c:y-y%u}}},{key:"getTextOfTick",value:function(n){var i=this.props,a=i.data,o=i.tickFormatter,s=i.dataKey,u=be(a[n],s,n);return gt(o)?o(u,n):u}},{key:"attachDragEndListener",value:function(){window.addEventListener("mouseup",this.handleDragEnd,!0),window.addEventListener("touchend",this.handleDragEnd,!0),window.addEventListener("mousemove",this.handleDrag,!0)}},{key:"detachDragEndListener",value:function(){window.removeEventListener("mouseup",this.handleDragEnd,!0),window.removeEventListener("touchend",this.handleDragEnd,!0),window.removeEventListener("mousemove",this.handleDrag,!0)}},{key:"handleSlideDrag",value:function(n){var i=this.state,a=i.slideMoveStartX,o=i.startX,s=i.endX,u=this.props,l=u.x,c=u.width,f=u.travellerWidth,h=u.startIndex,p=u.endIndex,y=u.onChange,m=n.pageX-a;m>0?m=Math.min(m,l+c-f-s,l+c-f-o):m<0&&(m=Math.max(m,l-o,l-s));var d=this.getIndex({startX:o+m,endX:s+m});(d.startIndex!==h||d.endIndex!==p)&&y&&y(d),this.setState({startX:o+m,endX:s+m,slideMoveStartX:n.pageX})}},{key:"handleTravellerDragStart",value:function(n,i){var a=gO(i)?i.changedTouches[0]:i;this.setState({isSlideMoving:!1,isTravellerMoving:!0,movingTravellerId:n,brushMoveStartX:a.pageX}),this.attachDragEndListener()}},{key:"handleTravellerMove",value:function(n){var i=this.state,a=i.brushMoveStartX,o=i.movingTravellerId,s=i.endX,u=i.startX,l=this.state[o],c=this.props,f=c.x,h=c.width,p=c.travellerWidth,y=c.onChange,m=c.gap,d=c.data,g={startX:this.state.startX,endX:this.state.endX},_=n.pageX-a;_>0?_=Math.min(_,f+h-p-l):_<0&&(_=Math.max(_,f-l)),g[o]=l+_;var b=this.getIndex(g),x=b.startIndex,v=b.endIndex,w=function(){var A=d.length-1;return o==="startX"&&(s>u?x%m===0:v%m===0)||s<u&&v===A||o==="endX"&&(s>u?v%m===0:x%m===0)||s>u&&v===A};this.setState(sr(sr({},o,l+_),"brushMoveStartX",n.pageX),function(){y&&w()&&y(b)})}},{key:"handleTravellerMoveKeyboard",value:function(n,i){var a=this,o=this.state,s=o.scaleValues,u=o.startX,l=o.endX,c=this.state[i],f=s.indexOf(c);if(f!==-1){var h=f+n;if(!(h===-1||h>=s.length)){var p=s[h];i==="startX"&&p>=l||i==="endX"&&p<=u||this.setState(sr({},i,p),function(){a.props.onChange(a.getIndex({startX:a.state.startX,endX:a.state.endX}))})}}}},{key:"renderBackground",value:function(){var n=this.props,i=n.x,a=n.y,o=n.width,s=n.height,u=n.fill,l=n.stroke;return O.createElement("rect",{stroke:l,fill:u,x:i,y:a,width:o,height:s})}},{key:"renderPanorama",value:function(){var n=this.props,i=n.x,a=n.y,o=n.width,s=n.height,u=n.data,l=n.children,c=n.padding,f=O.Children.only(l);return f?O.cloneElement(f,{x:i,y:a,width:o,height:s,margin:c,compact:!0,data:u}):null}},{key:"renderTravellerLayer",value:function(n,i){var a,o,s=this,u=this.props,l=u.y,c=u.travellerWidth,f=u.height,h=u.traveller,p=u.ariaLabel,y=u.data,m=u.startIndex,d=u.endIndex,g=Math.max(n,this.props.x),_=tm(tm({},vt(this.props,!1)),{},{x:g,y:l,width:c,height:f}),b=p||"Min value: ".concat((a=y[m])===null||a===void 0?void 0:a.name,", Max value: ").concat((o=y[d])===null||o===void 0?void 0:o.name);return O.createElement(jt,{tabIndex:0,role:"slider","aria-label":b,"aria-valuenow":n,className:"recharts-brush-traveller",onMouseEnter:this.handleEnterSlideOrTraveller,onMouseLeave:this.handleLeaveSlideOrTraveller,onMouseDown:this.travellerDragStartHandlers[i],onTouchStart:this.travellerDragStartHandlers[i],onKeyDown:function(v){["ArrowLeft","ArrowRight"].includes(v.key)&&(v.preventDefault(),v.stopPropagation(),s.handleTravellerMoveKeyboard(v.key==="ArrowRight"?1:-1,i))},onFocus:function(){s.setState({isTravellerFocused:!0})},onBlur:function(){s.setState({isTravellerFocused:!1})},style:{cursor:"col-resize"}},t.renderTraveller(h,_))}},{key:"renderSlide",value:function(n,i){var a=this.props,o=a.y,s=a.height,u=a.stroke,l=a.travellerWidth,c=Math.min(n,i)+l,f=Math.max(Math.abs(i-n)-l,0);return O.createElement("rect",{className:"recharts-brush-slide",onMouseEnter:this.handleEnterSlideOrTraveller,onMouseLeave:this.handleLeaveSlideOrTraveller,onMouseDown:this.handleSlideDragStart,onTouchStart:this.handleSlideDragStart,style:{cursor:"move"},stroke:"none",fill:u,fillOpacity:.2,x:c,y:o,width:f,height:s})}},{key:"renderText",value:function(){var n=this.props,i=n.startIndex,a=n.endIndex,o=n.y,s=n.height,u=n.travellerWidth,l=n.stroke,c=this.state,f=c.startX,h=c.endX,p=5,y={pointerEvents:"none",fill:l};return O.createElement(jt,{className:"recharts-brush-texts"},O.createElement(pl,Tl({textAnchor:"end",verticalAnchor:"middle",x:Math.min(f,h)-p,y:o+s/2},y),this.getTextOfTick(i)),O.createElement(pl,Tl({textAnchor:"start",verticalAnchor:"middle",x:Math.max(f,h)+u+p,y:o+s/2},y),this.getTextOfTick(a)))}},{key:"render",value:function(){var n=this.props,i=n.data,a=n.className,o=n.children,s=n.x,u=n.y,l=n.width,c=n.height,f=n.alwaysShowText,h=this.state,p=h.startX,y=h.endX,m=h.isTextActive,d=h.isSlideMoving,g=h.isTravellerMoving,_=h.isTravellerFocused;if(!i||!i.length||!nt(s)||!nt(u)||!nt(l)||!nt(c)||l<=0||c<=0)return null;var b=At("recharts-brush",a),x=O.Children.count(o)===1,v=q6("userSelect","none");return O.createElement(jt,{className:b,onMouseLeave:this.handleLeaveWrapper,onTouchMove:this.handleTouchMove,style:v},this.renderBackground(),x&&this.renderPanorama(),this.renderSlide(p,y),this.renderTravellerLayer(p,"startX"),this.renderTravellerLayer(y,"endX"),(m||d||g||_||f)&&this.renderText())}}],[{key:"renderDefaultTraveller",value:function(n){var i=n.x,a=n.y,o=n.width,s=n.height,u=n.stroke,l=Math.floor(a+s/2)-1;return O.createElement(O.Fragment,null,O.createElement("rect",{x:i,y:a,width:o,height:s,fill:u,stroke:"none"}),O.createElement("line",{x1:i+1,y1:l,x2:i+o-1,y2:l,fill:"none",stroke:"#fff"}),O.createElement("line",{x1:i+1,y1:l+2,x2:i+o-1,y2:l+2,fill:"none",stroke:"#fff"}))}},{key:"renderTraveller",value:function(n,i){var a;return O.isValidElement(n)?a=O.cloneElement(n,i):gt(n)?a=n(i):a=t.renderDefaultTraveller(i),a}},{key:"getDerivedStateFromProps",value:function(n,i){var a=n.data,o=n.width,s=n.x,u=n.travellerWidth,l=n.updateId,c=n.startIndex,f=n.endIndex;if(a!==i.prevData||l!==i.prevUpdateId)return tm({prevData:a,prevTravellerWidth:u,prevUpdateId:l,prevX:s,prevWidth:o},a&&a.length?Y6({data:a,width:o,x:s,travellerWidth:u,startIndex:c,endIndex:f}):{scale:null,scaleValues:null});if(i.scale&&(o!==i.prevWidth||s!==i.prevX||u!==i.prevTravellerWidth)){i.scale.range([s,s+o-u]);var h=i.scale.domain().map(function(p){return i.scale(p)});return{prevData:a,prevTravellerWidth:u,prevUpdateId:l,prevX:s,prevWidth:o,startX:i.scale(n.startIndex),endX:i.scale(n.endIndex),scaleValues:h}}return null}},{key:"getIndexInRange",value:function(n,i){for(var a=n.length,o=0,s=a-1;s-o>1;){var u=Math.floor((o+s)/2);n[u]>i?s=u:o=u}return i>=n[s]?s:o}}])})(O.PureComponent);sr(Ra,"displayName","Brush");sr(Ra,"defaultProps",{height:40,travellerWidth:5,gap:1,fill:"#fff",stroke:"#666",padding:{top:1,right:1,bottom:1,left:1},leaveTimeOut:1e3,alwaysShowText:!1});var em,bO;function X6(){if(bO)return em;bO=1;var e=Rg();function t(r,n){var i;return e(r,function(a,o,s){return i=n(a,o,s),!i}),!!i}return em=t,em}var rm,_O;function V6(){if(_O)return rm;_O=1;var e=lE(),t=Jn(),r=X6(),n=Ue(),i=Js();function a(o,s,u){var l=n(o)?e:r;return u&&i(o,s,u)&&(s=void 0),l(o,t(s,3))}return rm=a,rm}var Z6=V6();const J6=qt(Z6);var tn=function(t,r){var n=t.alwaysShow,i=t.ifOverflow;return n&&(i="extendDomain"),i===r},nm,xO;function Q6(){if(xO)return nm;xO=1;var e=wE();function t(r,n,i){n=="__proto__"&&e?e(r,n,{configurable:!0,enumerable:!0,value:i,writable:!0}):r[n]=i}return nm=t,nm}var im,wO;function tH(){if(wO)return im;wO=1;var e=Q6(),t=_E(),r=Jn();function n(i,a){var o={};return a=r(a,3),t(i,function(s,u,l){e(o,u,a(s,u,l))}),o}return im=n,im}var eH=tH();const rH=qt(eH);var am,SO;function nH(){if(SO)return am;SO=1;function e(t,r){for(var n=-1,i=t==null?0:t.length;++n<i;)if(!r(t[n],n,t))return!1;return!0}return am=e,am}var om,OO;function iH(){if(OO)return om;OO=1;var e=Rg();function t(r,n){var i=!0;return e(r,function(a,o,s){return i=!!n(a,o,s),i}),i}return om=t,om}var sm,AO;function aH(){if(AO)return sm;AO=1;var e=nH(),t=iH(),r=Jn(),n=Ue(),i=Js();function a(o,s,u){var l=n(o)?e:t;return u&&i(o,s,u)&&(s=void 0),l(o,r(s,3))}return sm=a,sm}var oH=aH();const jC=qt(oH);var sH=["x","y"];function Ia(e){"@babel/helpers - typeof";return Ia=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Ia(e)}function Yy(){return Yy=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Yy.apply(this,arguments)}function PO(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function Oo(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?PO(Object(r),!0).forEach(function(n){uH(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):PO(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function uH(e,t,r){return t=lH(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function lH(e){var t=cH(e,"string");return Ia(t)=="symbol"?t:t+""}function cH(e,t){if(Ia(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(Ia(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function fH(e,t){if(e==null)return{};var r=hH(e,t),n,i;if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(i=0;i<a.length;i++)n=a[i],!(t.indexOf(n)>=0)&&Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}function hH(e,t){if(e==null)return{};var r={};for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n)){if(t.indexOf(n)>=0)continue;r[n]=e[n]}return r}function pH(e,t){var r=e.x,n=e.y,i=fH(e,sH),a="".concat(r),o=parseInt(a,10),s="".concat(n),u=parseInt(s,10),l="".concat(t.height||i.height),c=parseInt(l,10),f="".concat(t.width||i.width),h=parseInt(f,10);return Oo(Oo(Oo(Oo(Oo({},t),i),o?{x:o}:{}),u?{y:u}:{}),{},{height:c,width:h,name:t.name,radius:t.radius})}function TO(e){return O.createElement(Hy,Yy({shapeType:"rectangle",propTransformer:pH,activeClassName:"recharts-active-bar"},e))}var dH=function(t){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0;return function(n,i){if(typeof t=="number")return t;var a=nt(n)||IF(n);return a?t(n,i):(a||(process.env.NODE_ENV!=="production"?Ye(!1,"minPointSize callback function received a value with type of ".concat(Ia(n),". Currently only numbers or null/undefined are supported.")):Ye()),r)}},mH=["value","background"],DC;function Na(e){"@babel/helpers - typeof";return Na=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Na(e)}function yH(e,t){if(e==null)return{};var r=vH(e,t),n,i;if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(i=0;i<a.length;i++)n=a[i],!(t.indexOf(n)>=0)&&Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}function vH(e,t){if(e==null)return{};var r={};for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n)){if(t.indexOf(n)>=0)continue;r[n]=e[n]}return r}function Cl(){return Cl=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Cl.apply(this,arguments)}function EO(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function he(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?EO(Object(r),!0).forEach(function(n){Fn(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):EO(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function gH(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function CO(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,IC(n.key),n)}}function bH(e,t,r){return t&&CO(e.prototype,t),r&&CO(e,r),Object.defineProperty(e,"prototype",{writable:!1}),e}function _H(e,t,r){return t=Ml(t),xH(e,RC()?Reflect.construct(t,r||[],Ml(e).constructor):t.apply(e,r))}function xH(e,t){if(t&&(Na(t)==="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return wH(e)}function wH(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function RC(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(RC=function(){return!!e})()}function Ml(e){return Ml=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(r){return r.__proto__||Object.getPrototypeOf(r)},Ml(e)}function SH(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&Xy(e,t)}function Xy(e,t){return Xy=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,i){return n.__proto__=i,n},Xy(e,t)}function Fn(e,t,r){return t=IC(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function IC(e){var t=OH(e,"string");return Na(t)=="symbol"?t:t+""}function OH(e,t){if(Na(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(Na(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var ao=(function(e){function t(){var r;gH(this,t);for(var n=arguments.length,i=new Array(n),a=0;a<n;a++)i[a]=arguments[a];return r=_H(this,t,[].concat(i)),Fn(r,"state",{isAnimationFinished:!1}),Fn(r,"id",Fi("recharts-bar-")),Fn(r,"handleAnimationEnd",function(){var o=r.props.onAnimationEnd;r.setState({isAnimationFinished:!0}),o&&o()}),Fn(r,"handleAnimationStart",function(){var o=r.props.onAnimationStart;r.setState({isAnimationFinished:!1}),o&&o()}),r}return SH(t,e),bH(t,[{key:"renderRectanglesStatically",value:function(n){var i=this,a=this.props,o=a.shape,s=a.dataKey,u=a.activeIndex,l=a.activeBar,c=vt(this.props,!1);return n&&n.map(function(f,h){var p=h===u,y=p?l:o,m=he(he(he({},c),f),{},{isActive:p,option:y,index:h,dataKey:s,onAnimationStart:i.handleAnimationStart,onAnimationEnd:i.handleAnimationEnd});return O.createElement(jt,Cl({className:"recharts-bar-rectangle"},hs(i.props,f,h),{key:"rectangle-".concat(f==null?void 0:f.x,"-").concat(f==null?void 0:f.y,"-").concat(f==null?void 0:f.value,"-").concat(h)}),O.createElement(TO,m))})}},{key:"renderRectanglesWithAnimation",value:function(){var n=this,i=this.props,a=i.data,o=i.layout,s=i.isAnimationActive,u=i.animationBegin,l=i.animationDuration,c=i.animationEasing,f=i.animationId,h=this.state.prevData;return O.createElement(Lr,{begin:u,duration:l,isActive:s,easing:c,from:{t:0},to:{t:1},key:"bar-".concat(f),onAnimationEnd:this.handleAnimationEnd,onAnimationStart:this.handleAnimationStart},function(p){var y=p.t,m=a.map(function(d,g){var _=h&&h[g];if(_){var b=ce(_.x,d.x),x=ce(_.y,d.y),v=ce(_.width,d.width),w=ce(_.height,d.height);return he(he({},d),{},{x:b(y),y:x(y),width:v(y),height:w(y)})}if(o==="horizontal"){var S=ce(0,d.height),A=S(y);return he(he({},d),{},{y:d.y+d.height-A,height:A})}var P=ce(0,d.width),C=P(y);return he(he({},d),{},{width:C})});return O.createElement(jt,null,n.renderRectanglesStatically(m))})}},{key:"renderRectangles",value:function(){var n=this.props,i=n.data,a=n.isAnimationActive,o=this.state.prevData;return a&&i&&i.length&&(!o||!$i(o,i))?this.renderRectanglesWithAnimation():this.renderRectanglesStatically(i)}},{key:"renderBackground",value:function(){var n=this,i=this.props,a=i.data,o=i.dataKey,s=i.activeIndex,u=vt(this.props.background,!1);return a.map(function(l,c){l.value;var f=l.background,h=yH(l,mH);if(!f)return null;var p=he(he(he(he(he({},h),{},{fill:"#eee"},f),u),hs(n.props,l,c)),{},{onAnimationStart:n.handleAnimationStart,onAnimationEnd:n.handleAnimationEnd,dataKey:o,index:c,className:"recharts-bar-background-rectangle"});return O.createElement(TO,Cl({key:"background-bar-".concat(c),option:n.props.background,isActive:c===s},p))})}},{key:"renderErrorBar",value:function(n,i){if(this.props.isAnimationActive&&!this.state.isAnimationFinished)return null;var a=this.props,o=a.data,s=a.xAxis,u=a.yAxis,l=a.layout,c=a.children,f=tr(c,io);if(!f)return null;var h=l==="vertical"?o[0].height/2:o[0].width/2,p=function(d,g){var _=Array.isArray(d.value)?d.value[1]:d.value;return{x:d.x,y:d.y,value:_,errorVal:be(d,g)}},y={clipPath:n?"url(#clipPath-".concat(i,")"):null};return O.createElement(jt,y,f.map(function(m){return O.cloneElement(m,{key:"error-bar-".concat(i,"-").concat(m.props.dataKey),data:o,xAxis:s,yAxis:u,layout:l,offset:h,dataPointFormatter:p})}))}},{key:"render",value:function(){var n=this.props,i=n.hide,a=n.data,o=n.className,s=n.xAxis,u=n.yAxis,l=n.left,c=n.top,f=n.width,h=n.height,p=n.isAnimationActive,y=n.background,m=n.id;if(i||!a||!a.length)return null;var d=this.state.isAnimationFinished,g=At("recharts-bar",o),_=s&&s.allowDataOverflow,b=u&&u.allowDataOverflow,x=_||b,v=yt(m)?this.id:m;return O.createElement(jt,{className:g},_||b?O.createElement("defs",null,O.createElement("clipPath",{id:"clipPath-".concat(v)},O.createElement("rect",{x:_?l:l-f/2,y:b?c:c-h/2,width:_?f:f*2,height:b?h:h*2}))):null,O.createElement(jt,{className:"recharts-bar-rectangles",clipPath:x?"url(#clipPath-".concat(v,")"):null},y?this.renderBackground():null,this.renderRectangles()),this.renderErrorBar(x,v),(!p||d)&&Qr.renderCallByParent(this.props,a))}}],[{key:"getDerivedStateFromProps",value:function(n,i){return n.animationId!==i.prevAnimationId?{prevAnimationId:n.animationId,curData:n.data,prevData:i.curData}:n.data!==i.curData?{curData:n.data}:null}}])})(O.PureComponent);DC=ao;Fn(ao,"displayName","Bar");Fn(ao,"defaultProps",{xAxisId:0,yAxisId:0,legendType:"rect",minPointSize:0,hide:!1,data:[],layout:"vertical",activeBar:!1,isAnimationActive:!Qn.isSsr,animationBegin:0,animationDuration:400,animationEasing:"ease"});Fn(ao,"getComposedData",function(e){var t=e.props,r=e.item,n=e.barPosition,i=e.bandSize,a=e.xAxis,o=e.yAxis,s=e.xAxisTicks,u=e.yAxisTicks,l=e.stackedData,c=e.dataStartIndex,f=e.displayedData,h=e.offset,p=zU(n,r);if(!p)return null;var y=t.layout,m=r.type.defaultProps,d=m!==void 0?he(he({},m),r.props):r.props,g=d.dataKey,_=d.children,b=d.minPointSize,x=y==="horizontal"?o:a,v=l?x.scale.domain():null,w=VU({numericAxis:x}),S=tr(_,qg),A=f.map(function(P,C){var T,E,k,j,$,M;l?T=UU(l[c+C],v):(T=be(P,g),Array.isArray(T)||(T=[w,T]));var I=dH(b,DC.defaultProps.minPointSize)(T[1],C);if(y==="horizontal"){var L,q=[o.scale(T[0]),o.scale(T[1])],R=q[0],D=q[1];E=lS({axis:a,ticks:s,bandSize:i,offset:p.offset,entry:P,index:C}),k=(L=D??R)!==null&&L!==void 0?L:void 0,j=p.size;var B=R-D;if($=Number.isNaN(B)?0:B,M={x:E,y:o.y,width:j,height:o.height},Math.abs(I)>0&&Math.abs($)<Math.abs(I)){var U=Nr($||I)*(Math.abs(I)-Math.abs($));k-=U,$+=U}}else{var W=[a.scale(T[0]),a.scale(T[1])],X=W[0],Z=W[1];if(E=X,k=lS({axis:o,ticks:u,bandSize:i,offset:p.offset,entry:P,index:C}),j=Z-X,$=p.size,M={x:a.x,y:k,width:a.width,height:$},Math.abs(I)>0&&Math.abs(j)<Math.abs(I)){var Q=Nr(j||I)*(Math.abs(I)-Math.abs(j));j+=Q}}return he(he(he({},P),{},{x:E,y:k,width:j,height:$,value:l?T:T[1],payload:P,background:M},S&&S[C]&&S[C].props),{},{tooltipPayload:[vC(r,P)],tooltipPosition:{x:E+j/2,y:k+$/2}})});return he({data:A,layout:y},h)});function Ls(e){"@babel/helpers - typeof";return Ls=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Ls(e)}function AH(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function MO(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,NC(n.key),n)}}function PH(e,t,r){return t&&MO(e.prototype,t),r&&MO(e,r),Object.defineProperty(e,"prototype",{writable:!1}),e}function kO(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function jr(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?kO(Object(r),!0).forEach(function(n){wc(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):kO(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function wc(e,t,r){return t=NC(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function NC(e){var t=TH(e,"string");return Ls(t)=="symbol"?t:t+""}function TH(e,t){if(Ls(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(Ls(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var EH=function(t,r,n,i,a){var o=t.width,s=t.height,u=t.layout,l=t.children,c=Object.keys(r),f={left:n.left,leftMirror:n.left,right:o-n.right,rightMirror:o-n.right,top:n.top,topMirror:n.top,bottom:s-n.bottom,bottomMirror:s-n.bottom},h=!!ur(l,ao);return c.reduce(function(p,y){var m=r[y],d=m.orientation,g=m.domain,_=m.padding,b=_===void 0?{}:_,x=m.mirror,v=m.reversed,w="".concat(d).concat(x?"Mirror":""),S,A,P,C,T;if(m.type==="number"&&(m.padding==="gap"||m.padding==="no-gap")){var E=g[1]-g[0],k=1/0,j=m.categoricalDomain.sort(qF);if(j.forEach(function(W,X){X>0&&(k=Math.min((W||0)-(j[X-1]||0),k))}),Number.isFinite(k)){var $=k/E,M=m.layout==="vertical"?n.height:n.width;if(m.padding==="gap"&&(S=$*M/2),m.padding==="no-gap"){var I=ki(t.barCategoryGap,$*M),L=$*M/2;S=L-I-(L-I)/M*I}}}i==="xAxis"?A=[n.left+(b.left||0)+(S||0),n.left+n.width-(b.right||0)-(S||0)]:i==="yAxis"?A=u==="horizontal"?[n.top+n.height-(b.bottom||0),n.top+(b.top||0)]:[n.top+(b.top||0)+(S||0),n.top+n.height-(b.bottom||0)-(S||0)]:A=m.range,v&&(A=[A[1],A[0]]);var q=qU(m,a,h),R=q.scale,D=q.realScaleType;R.domain(g).range(A),FU(R);var B=XU(R,jr(jr({},m),{},{realScaleType:D}));i==="xAxis"?(T=d==="top"&&!x||d==="bottom"&&x,P=n.left,C=f[w]-T*m.height):i==="yAxis"&&(T=d==="left"&&!x||d==="right"&&x,P=f[w]-T*m.width,C=n.top);var U=jr(jr(jr({},m),B),{},{realScaleType:D,x:P,y:C,scale:R,width:i==="xAxis"?n.width:m.width,height:i==="yAxis"?n.height:m.height});return U.bandSize=vl(U,B),!m.hide&&i==="xAxis"?f[w]+=(T?-1:1)*U.height:m.hide||(f[w]+=(T?-1:1)*U.width),jr(jr({},p),{},wc({},y,U))},{})},LC=function(t,r){var n=t.x,i=t.y,a=r.x,o=r.y;return{x:Math.min(n,a),y:Math.min(i,o),width:Math.abs(a-n),height:Math.abs(o-i)}},CH=function(t){var r=t.x1,n=t.y1,i=t.x2,a=t.y2;return LC({x:r,y:n},{x:i,y:a})},BC=(function(){function e(t){AH(this,e),this.scale=t}return PH(e,[{key:"domain",get:function(){return this.scale.domain}},{key:"range",get:function(){return this.scale.range}},{key:"rangeMin",get:function(){return this.range()[0]}},{key:"rangeMax",get:function(){return this.range()[1]}},{key:"bandwidth",get:function(){return this.scale.bandwidth}},{key:"apply",value:function(r){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},i=n.bandAware,a=n.position;if(r!==void 0){if(a)switch(a){case"start":return this.scale(r);case"middle":{var o=this.bandwidth?this.bandwidth()/2:0;return this.scale(r)+o}case"end":{var s=this.bandwidth?this.bandwidth():0;return this.scale(r)+s}default:return this.scale(r)}if(i){var u=this.bandwidth?this.bandwidth()/2:0;return this.scale(r)+u}return this.scale(r)}}},{key:"isInRange",value:function(r){var n=this.range(),i=n[0],a=n[n.length-1];return i<=a?r>=i&&r<=a:r>=a&&r<=i}}],[{key:"create",value:function(r){return new e(r)}}])})();wc(BC,"EPS",1e-4);var Hg=function(t){var r=Object.keys(t).reduce(function(n,i){return jr(jr({},n),{},wc({},i,BC.create(t[i])))},{});return jr(jr({},r),{},{apply:function(i){var a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},o=a.bandAware,s=a.position;return rH(i,function(u,l){return r[l].apply(u,{bandAware:o,position:s})})},isInRange:function(i){return jC(i,function(a,o){return r[o].isInRange(a)})}})};function MH(e){return(e%180+180)%180}var kH=function(t){var r=t.width,n=t.height,i=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0,a=MH(i),o=a*Math.PI/180,s=Math.atan(n/r),u=o>s&&o<Math.PI-s?n/Math.sin(o):r/Math.cos(o);return Math.abs(u)},um,$O;function $H(){if($O)return um;$O=1;var e=Jn(),t=Vs(),r=Zs();function n(i){return function(a,o,s){var u=Object(a);if(!t(a)){var l=e(o,3);a=r(a),o=function(f){return l(u[f],f,u)}}var c=i(a,o,s);return c>-1?u[l?a[c]:c]:void 0}}return um=n,um}var lm,jO;function jH(){if(jO)return lm;jO=1;var e=IE(),t=Jn(),r=wg(),n=Math.max;function i(a,o,s){var u=a==null?0:a.length;if(!u)return-1;var l=s==null?0:r(s);return l<0&&(l=n(u+l,0)),e(a,t(o,3),l)}return lm=i,lm}var cm,DO;function DH(){if(DO)return cm;DO=1;var e=$H(),t=jH(),r=e(t);return cm=r,cm}var RH=DH();const IH=qt(RH);var NH=aE();const LH=qt(NH);var BH=LH(function(e){return{x:e.left,y:e.top,width:e.width,height:e.height}},function(e){return["l",e.left,"t",e.top,"w",e.width,"h",e.height].join("")});function kl(e){"@babel/helpers - typeof";return kl=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},kl(e)}var Kg=O.createContext(void 0),Yg=O.createContext(void 0),qC=O.createContext(void 0),FC=O.createContext({}),zC=O.createContext(void 0),UC=O.createContext(0),WC=O.createContext(0),RO=function(t){var r=t.state,n=r.xAxisMap,i=r.yAxisMap,a=r.offset,o=t.clipPathId,s=t.children,u=t.width,l=t.height,c=BH(a);return O.createElement(Kg.Provider,{value:n},O.createElement(Yg.Provider,{value:i},O.createElement(FC.Provider,{value:a},O.createElement(qC.Provider,{value:c},O.createElement(zC.Provider,{value:o},O.createElement(UC.Provider,{value:l},O.createElement(WC.Provider,{value:u},s)))))))},qH=function(){return O.useContext(zC)};function GC(e){var t=Object.keys(e);return t.length===0?"There are no available ids.":"Available ids are: ".concat(t,".")}var HC=function(t){var r=O.useContext(Kg);r==null&&(process.env.NODE_ENV!=="production"?Ye(!1,"Could not find Recharts context; are you sure this is rendered inside a Recharts wrapper component?"):Ye());var n=r[t];return n==null&&(process.env.NODE_ENV!=="production"?Ye(!1,'Could not find xAxis by id "'.concat(t,'" [').concat(kl(t),"]. ").concat(GC(r))):Ye()),n},FH=function(){var t=O.useContext(Kg);return In(t)},zH=function(){var t=O.useContext(Yg),r=IH(t,function(n){return jC(n.domain,Number.isFinite)});return r||In(t)},KC=function(t){var r=O.useContext(Yg);r==null&&(process.env.NODE_ENV!=="production"?Ye(!1,"Could not find Recharts context; are you sure this is rendered inside a Recharts wrapper component?"):Ye());var n=r[t];return n==null&&(process.env.NODE_ENV!=="production"?Ye(!1,'Could not find yAxis by id "'.concat(t,'" [').concat(kl(t),"]. ").concat(GC(r))):Ye()),n},UH=function(){var t=O.useContext(qC);return t},WH=function(){return O.useContext(FC)},Xg=function(){return O.useContext(WC)},Vg=function(){return O.useContext(UC)};function La(e){"@babel/helpers - typeof";return La=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},La(e)}function GH(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function HH(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,XC(n.key),n)}}function KH(e,t,r){return t&&HH(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}function YH(e,t,r){return t=$l(t),XH(e,YC()?Reflect.construct(t,r||[],$l(e).constructor):t.apply(e,r))}function XH(e,t){if(t&&(La(t)==="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return VH(e)}function VH(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function YC(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(YC=function(){return!!e})()}function $l(e){return $l=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(r){return r.__proto__||Object.getPrototypeOf(r)},$l(e)}function ZH(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&Vy(e,t)}function Vy(e,t){return Vy=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,i){return n.__proto__=i,n},Vy(e,t)}function IO(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function NO(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?IO(Object(r),!0).forEach(function(n){Zg(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):IO(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function Zg(e,t,r){return t=XC(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function XC(e){var t=JH(e,"string");return La(t)=="symbol"?t:t+""}function JH(e,t){if(La(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(La(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}function QH(e,t){return nK(e)||rK(e,t)||eK(e,t)||tK()}function tK(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
156
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function eK(e,t){if(e){if(typeof e=="string")return LO(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);if(r==="Object"&&e.constructor&&(r=e.constructor.name),r==="Map"||r==="Set")return Array.from(e);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return LO(e,t)}}function LO(e,t){(t==null||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function rK(e,t){var r=e==null?null:typeof Symbol<"u"&&e[Symbol.iterator]||e["@@iterator"];if(r!=null){var n,i,a,o,s=[],u=!0,l=!1;try{if(a=(r=r.call(e)).next,t!==0)for(;!(u=(n=a.call(r)).done)&&(s.push(n.value),s.length!==t);u=!0);}catch(c){l=!0,i=c}finally{try{if(!u&&r.return!=null&&(o=r.return(),Object(o)!==o))return}finally{if(l)throw i}}return s}}function nK(e){if(Array.isArray(e))return e}function Zy(){return Zy=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Zy.apply(this,arguments)}var iK=function(t,r){var n;return O.isValidElement(t)?n=O.cloneElement(t,r):gt(t)?n=t(r):n=O.createElement("line",Zy({},r,{className:"recharts-reference-line-line"})),n},aK=function(t,r,n,i,a,o,s,u,l){var c=a.x,f=a.y,h=a.width,p=a.height;if(n){var y=l.y,m=t.y.apply(y,{position:o});if(tn(l,"discard")&&!t.y.isInRange(m))return null;var d=[{x:c+h,y:m},{x:c,y:m}];return u==="left"?d.reverse():d}if(r){var g=l.x,_=t.x.apply(g,{position:o});if(tn(l,"discard")&&!t.x.isInRange(_))return null;var b=[{x:_,y:f+p},{x:_,y:f}];return s==="top"?b.reverse():b}if(i){var x=l.segment,v=x.map(function(w){return t.apply(w,{position:o})});return tn(l,"discard")&&J6(v,function(w){return!t.isInRange(w)})?null:v}return null};function oK(e){var t=e.x,r=e.y,n=e.segment,i=e.xAxisId,a=e.yAxisId,o=e.shape,s=e.className,u=e.alwaysShow,l=qH(),c=HC(i),f=KC(a),h=UH();if(!l||!h)return null;gn(u===void 0,'The alwaysShow prop is deprecated. Please use ifOverflow="extendDomain" instead.');var p=Hg({x:c.scale,y:f.scale}),y=ge(t),m=ge(r),d=n&&n.length===2,g=aK(p,y,m,d,h,e.position,c.orientation,f.orientation,e);if(!g)return null;var _=QH(g,2),b=_[0],x=b.x,v=b.y,w=_[1],S=w.x,A=w.y,P=tn(e,"hidden")?"url(#".concat(l,")"):void 0,C=NO(NO({clipPath:P},vt(e,!0)),{},{x1:x,y1:v,x2:S,y2:A});return O.createElement(jt,{className:At("recharts-reference-line",s)},iK(o,C),Re.renderCallByParent(e,CH({x1:x,y1:v,x2:S,y2:A})))}var Sc=(function(e){function t(){return GH(this,t),YH(this,t,arguments)}return ZH(t,e),KH(t,[{key:"render",value:function(){return O.createElement(oK,this.props)}}])})(O.Component);Zg(Sc,"displayName","ReferenceLine");Zg(Sc,"defaultProps",{isFront:!1,ifOverflow:"discard",xAxisId:0,yAxisId:0,fill:"none",stroke:"#ccc",fillOpacity:1,strokeWidth:1,position:"middle"});function Jy(){return Jy=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Jy.apply(this,arguments)}function Ba(e){"@babel/helpers - typeof";return Ba=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Ba(e)}function BO(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function qO(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?BO(Object(r),!0).forEach(function(n){Oc(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):BO(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function sK(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function uK(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,ZC(n.key),n)}}function lK(e,t,r){return t&&uK(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}function cK(e,t,r){return t=jl(t),fK(e,VC()?Reflect.construct(t,r||[],jl(e).constructor):t.apply(e,r))}function fK(e,t){if(t&&(Ba(t)==="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return hK(e)}function hK(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function VC(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(VC=function(){return!!e})()}function jl(e){return jl=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(r){return r.__proto__||Object.getPrototypeOf(r)},jl(e)}function pK(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&Qy(e,t)}function Qy(e,t){return Qy=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,i){return n.__proto__=i,n},Qy(e,t)}function Oc(e,t,r){return t=ZC(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function ZC(e){var t=dK(e,"string");return Ba(t)=="symbol"?t:t+""}function dK(e,t){if(Ba(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(Ba(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}var mK=function(t){var r=t.x,n=t.y,i=t.xAxis,a=t.yAxis,o=Hg({x:i.scale,y:a.scale}),s=o.apply({x:r,y:n},{bandAware:!0});return tn(t,"discard")&&!o.isInRange(s)?null:s},Ac=(function(e){function t(){return sK(this,t),cK(this,t,arguments)}return pK(t,e),lK(t,[{key:"render",value:function(){var n=this.props,i=n.x,a=n.y,o=n.r,s=n.alwaysShow,u=n.clipPathId,l=ge(i),c=ge(a);if(gn(s===void 0,'The alwaysShow prop is deprecated. Please use ifOverflow="extendDomain" instead.'),!l||!c)return null;var f=mK(this.props);if(!f)return null;var h=f.x,p=f.y,y=this.props,m=y.shape,d=y.className,g=tn(this.props,"hidden")?"url(#".concat(u,")"):void 0,_=qO(qO({clipPath:g},vt(this.props,!0)),{},{cx:h,cy:p});return O.createElement(jt,{className:At("recharts-reference-dot",d)},t.renderDot(m,_),Re.renderCallByParent(this.props,{x:h-o,y:p-o,width:2*o,height:2*o}))}}])})(O.Component);Oc(Ac,"displayName","ReferenceDot");Oc(Ac,"defaultProps",{isFront:!1,ifOverflow:"discard",xAxisId:0,yAxisId:0,r:10,fill:"#fff",stroke:"#ccc",fillOpacity:1,strokeWidth:1});Oc(Ac,"renderDot",function(e,t){var r;return O.isValidElement(e)?r=O.cloneElement(e,t):gt(e)?r=e(t):r=O.createElement(bc,Jy({},t,{cx:t.cx,cy:t.cy,className:"recharts-reference-dot-dot"})),r});function tv(){return tv=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},tv.apply(this,arguments)}function qa(e){"@babel/helpers - typeof";return qa=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},qa(e)}function FO(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function zO(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?FO(Object(r),!0).forEach(function(n){Pc(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):FO(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function yK(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function vK(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,QC(n.key),n)}}function gK(e,t,r){return t&&vK(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}function bK(e,t,r){return t=Dl(t),_K(e,JC()?Reflect.construct(t,r||[],Dl(e).constructor):t.apply(e,r))}function _K(e,t){if(t&&(qa(t)==="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return xK(e)}function xK(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function JC(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(JC=function(){return!!e})()}function Dl(e){return Dl=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(r){return r.__proto__||Object.getPrototypeOf(r)},Dl(e)}function wK(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&ev(e,t)}function ev(e,t){return ev=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,i){return n.__proto__=i,n},ev(e,t)}function Pc(e,t,r){return t=QC(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function QC(e){var t=SK(e,"string");return qa(t)=="symbol"?t:t+""}function SK(e,t){if(qa(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(qa(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}var OK=function(t,r,n,i,a){var o=a.x1,s=a.x2,u=a.y1,l=a.y2,c=a.xAxis,f=a.yAxis;if(!c||!f)return null;var h=Hg({x:c.scale,y:f.scale}),p={x:t?h.x.apply(o,{position:"start"}):h.x.rangeMin,y:n?h.y.apply(u,{position:"start"}):h.y.rangeMin},y={x:r?h.x.apply(s,{position:"end"}):h.x.rangeMax,y:i?h.y.apply(l,{position:"end"}):h.y.rangeMax};return tn(a,"discard")&&(!h.isInRange(p)||!h.isInRange(y))?null:LC(p,y)},Tc=(function(e){function t(){return yK(this,t),bK(this,t,arguments)}return wK(t,e),gK(t,[{key:"render",value:function(){var n=this.props,i=n.x1,a=n.x2,o=n.y1,s=n.y2,u=n.className,l=n.alwaysShow,c=n.clipPathId;gn(l===void 0,'The alwaysShow prop is deprecated. Please use ifOverflow="extendDomain" instead.');var f=ge(i),h=ge(a),p=ge(o),y=ge(s),m=this.props.shape;if(!f&&!h&&!p&&!y&&!m)return null;var d=OK(f,h,p,y,this.props);if(!d&&!m)return null;var g=tn(this.props,"hidden")?"url(#".concat(c,")"):void 0;return O.createElement(jt,{className:At("recharts-reference-area",u)},t.renderRect(m,zO(zO({clipPath:g},vt(this.props,!0)),d)),Re.renderCallByParent(this.props,d))}}])})(O.Component);Pc(Tc,"displayName","ReferenceArea");Pc(Tc,"defaultProps",{isFront:!1,ifOverflow:"discard",xAxisId:0,yAxisId:0,r:10,fill:"#ccc",fillOpacity:.5,stroke:"none",strokeWidth:1});Pc(Tc,"renderRect",function(e,t){var r;return O.isValidElement(e)?r=O.cloneElement(e,t):gt(e)?r=e(t):r=O.createElement(Gg,tv({},t,{className:"recharts-reference-area-rect"})),r});function tM(e,t,r){if(t<1)return[];if(t===1&&r===void 0)return e;for(var n=[],i=0;i<e.length;i+=t)n.push(e[i]);return n}function AK(e,t,r){var n={width:e.width+t.width,height:e.height+t.height};return kH(n,r)}function PK(e,t,r){var n=r==="width",i=e.x,a=e.y,o=e.width,s=e.height;return t===1?{start:n?i:a,end:n?i+o:a+s}:{start:n?i+o:a+s,end:n?i:a}}function Rl(e,t,r,n,i){if(e*t<e*n||e*t>e*i)return!1;var a=r();return e*(t-e*a/2-n)>=0&&e*(t+e*a/2-i)<=0}function TK(e,t){return tM(e,t+1)}function EK(e,t,r,n,i){for(var a=(n||[]).slice(),o=t.start,s=t.end,u=0,l=1,c=o,f=function(){var y=n==null?void 0:n[u];if(y===void 0)return{v:tM(n,l)};var m=u,d,g=function(){return d===void 0&&(d=r(y,m)),d},_=y.coordinate,b=u===0||Rl(e,_,g,c,s);b||(u=0,c=o,l+=1),b&&(c=_+e*(g()/2+i),u+=l)},h;l<=a.length;)if(h=f(),h)return h.v;return[]}function Bs(e){"@babel/helpers - typeof";return Bs=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Bs(e)}function UO(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function De(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?UO(Object(r),!0).forEach(function(n){CK(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):UO(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function CK(e,t,r){return t=MK(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function MK(e){var t=kK(e,"string");return Bs(t)=="symbol"?t:t+""}function kK(e,t){if(Bs(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(Bs(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function $K(e,t,r,n,i){for(var a=(n||[]).slice(),o=a.length,s=t.start,u=t.end,l=function(h){var p=a[h],y,m=function(){return y===void 0&&(y=r(p,h)),y};if(h===o-1){var d=e*(p.coordinate+e*m()/2-u);a[h]=p=De(De({},p),{},{tickCoord:d>0?p.coordinate-d*e:p.coordinate})}else a[h]=p=De(De({},p),{},{tickCoord:p.coordinate});var g=Rl(e,p.tickCoord,m,s,u);g&&(u=p.tickCoord-e*(m()/2+i),a[h]=De(De({},p),{},{isShow:!0}))},c=o-1;c>=0;c--)l(c);return a}function jK(e,t,r,n,i,a){var o=(n||[]).slice(),s=o.length,u=t.start,l=t.end;if(a){var c=n[s-1],f=r(c,s-1),h=e*(c.coordinate+e*f/2-l);o[s-1]=c=De(De({},c),{},{tickCoord:h>0?c.coordinate-h*e:c.coordinate});var p=Rl(e,c.tickCoord,function(){return f},u,l);p&&(l=c.tickCoord-e*(f/2+i),o[s-1]=De(De({},c),{},{isShow:!0}))}for(var y=a?s-1:s,m=function(_){var b=o[_],x,v=function(){return x===void 0&&(x=r(b,_)),x};if(_===0){var w=e*(b.coordinate-e*v()/2-u);o[_]=b=De(De({},b),{},{tickCoord:w<0?b.coordinate-w*e:b.coordinate})}else o[_]=b=De(De({},b),{},{tickCoord:b.coordinate});var S=Rl(e,b.tickCoord,v,u,l);S&&(u=b.tickCoord+e*(v()/2+i),o[_]=De(De({},b),{},{isShow:!0}))},d=0;d<y;d++)m(d);return o}function Jg(e,t,r){var n=e.tick,i=e.ticks,a=e.viewBox,o=e.minTickGap,s=e.orientation,u=e.interval,l=e.tickFormatter,c=e.unit,f=e.angle;if(!i||!i.length||!n)return[];if(nt(u)||Qn.isSsr)return TK(i,typeof u=="number"&&nt(u)?u:0);var h=[],p=s==="top"||s==="bottom"?"width":"height",y=c&&p==="width"?Uo(c,{fontSize:t,letterSpacing:r}):{width:0,height:0},m=function(b,x){var v=gt(l)?l(b.value,x):b.value;return p==="width"?AK(Uo(v,{fontSize:t,letterSpacing:r}),y,f):Uo(v,{fontSize:t,letterSpacing:r})[p]},d=i.length>=2?Nr(i[1].coordinate-i[0].coordinate):1,g=PK(a,d,p);return u==="equidistantPreserveStart"?EK(d,g,m,i,o):(u==="preserveStart"||u==="preserveStartEnd"?h=jK(d,g,m,i,o,u==="preserveStartEnd"):h=$K(d,g,m,i,o),h.filter(function(_){return _.isShow}))}var DK=["viewBox"],RK=["viewBox"],IK=["ticks"];function Fa(e){"@babel/helpers - typeof";return Fa=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Fa(e)}function na(){return na=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},na.apply(this,arguments)}function WO(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function ye(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?WO(Object(r),!0).forEach(function(n){Qg(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):WO(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function fm(e,t){if(e==null)return{};var r=NK(e,t),n,i;if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(i=0;i<a.length;i++)n=a[i],!(t.indexOf(n)>=0)&&Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}function NK(e,t){if(e==null)return{};var r={};for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n)){if(t.indexOf(n)>=0)continue;r[n]=e[n]}return r}function LK(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function GO(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,rM(n.key),n)}}function BK(e,t,r){return t&&GO(e.prototype,t),r&&GO(e,r),Object.defineProperty(e,"prototype",{writable:!1}),e}function qK(e,t,r){return t=Il(t),FK(e,eM()?Reflect.construct(t,r||[],Il(e).constructor):t.apply(e,r))}function FK(e,t){if(t&&(Fa(t)==="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return zK(e)}function zK(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function eM(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(eM=function(){return!!e})()}function Il(e){return Il=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(r){return r.__proto__||Object.getPrototypeOf(r)},Il(e)}function UK(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&rv(e,t)}function rv(e,t){return rv=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,i){return n.__proto__=i,n},rv(e,t)}function Qg(e,t,r){return t=rM(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function rM(e){var t=WK(e,"string");return Fa(t)=="symbol"?t:t+""}function WK(e,t){if(Fa(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(Fa(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}var oo=(function(e){function t(r){var n;return LK(this,t),n=qK(this,t,[r]),n.state={fontSize:"",letterSpacing:""},n}return UK(t,e),BK(t,[{key:"shouldComponentUpdate",value:function(n,i){var a=n.viewBox,o=fm(n,DK),s=this.props,u=s.viewBox,l=fm(s,RK);return!pa(a,u)||!pa(o,l)||!pa(i,this.state)}},{key:"componentDidMount",value:function(){var n=this.layerReference;if(n){var i=n.getElementsByClassName("recharts-cartesian-axis-tick-value")[0];i&&this.setState({fontSize:window.getComputedStyle(i).fontSize,letterSpacing:window.getComputedStyle(i).letterSpacing})}}},{key:"getTickLineCoord",value:function(n){var i=this.props,a=i.x,o=i.y,s=i.width,u=i.height,l=i.orientation,c=i.tickSize,f=i.mirror,h=i.tickMargin,p,y,m,d,g,_,b=f?-1:1,x=n.tickSize||c,v=nt(n.tickCoord)?n.tickCoord:n.coordinate;switch(l){case"top":p=y=n.coordinate,d=o+ +!f*u,m=d-b*x,_=m-b*h,g=v;break;case"left":m=d=n.coordinate,y=a+ +!f*s,p=y-b*x,g=p-b*h,_=v;break;case"right":m=d=n.coordinate,y=a+ +f*s,p=y+b*x,g=p+b*h,_=v;break;default:p=y=n.coordinate,d=o+ +f*u,m=d+b*x,_=m+b*h,g=v;break}return{line:{x1:p,y1:m,x2:y,y2:d},tick:{x:g,y:_}}}},{key:"getTickTextAnchor",value:function(){var n=this.props,i=n.orientation,a=n.mirror,o;switch(i){case"left":o=a?"start":"end";break;case"right":o=a?"end":"start";break;default:o="middle";break}return o}},{key:"getTickVerticalAnchor",value:function(){var n=this.props,i=n.orientation,a=n.mirror,o="end";switch(i){case"left":case"right":o="middle";break;case"top":o=a?"start":"end";break;default:o=a?"end":"start";break}return o}},{key:"renderAxisLine",value:function(){var n=this.props,i=n.x,a=n.y,o=n.width,s=n.height,u=n.orientation,l=n.mirror,c=n.axisLine,f=ye(ye(ye({},vt(this.props,!1)),vt(c,!1)),{},{fill:"none"});if(u==="top"||u==="bottom"){var h=+(u==="top"&&!l||u==="bottom"&&l);f=ye(ye({},f),{},{x1:i,y1:a+h*s,x2:i+o,y2:a+h*s})}else{var p=+(u==="left"&&!l||u==="right"&&l);f=ye(ye({},f),{},{x1:i+p*o,y1:a,x2:i+p*o,y2:a+s})}return O.createElement("line",na({},f,{className:At("recharts-cartesian-axis-line",Tr(c,"className"))}))}},{key:"renderTicks",value:function(n,i,a){var o=this,s=this.props,u=s.tickLine,l=s.stroke,c=s.tick,f=s.tickFormatter,h=s.unit,p=Jg(ye(ye({},this.props),{},{ticks:n}),i,a),y=this.getTickTextAnchor(),m=this.getTickVerticalAnchor(),d=vt(this.props,!1),g=vt(c,!1),_=ye(ye({},d),{},{fill:"none"},vt(u,!1)),b=p.map(function(x,v){var w=o.getTickLineCoord(x),S=w.line,A=w.tick,P=ye(ye(ye(ye({textAnchor:y,verticalAnchor:m},d),{},{stroke:"none",fill:l},g),A),{},{index:v,payload:x,visibleTicksCount:p.length,tickFormatter:f});return O.createElement(jt,na({className:"recharts-cartesian-axis-tick",key:"tick-".concat(x.value,"-").concat(x.coordinate,"-").concat(x.tickCoord)},hs(o.props,x,v)),u&&O.createElement("line",na({},_,S,{className:At("recharts-cartesian-axis-tick-line",Tr(u,"className"))})),c&&t.renderTickItem(c,P,"".concat(gt(f)?f(x.value,v):x.value).concat(h||"")))});return O.createElement("g",{className:"recharts-cartesian-axis-ticks"},b)}},{key:"render",value:function(){var n=this,i=this.props,a=i.axisLine,o=i.width,s=i.height,u=i.ticksGenerator,l=i.className,c=i.hide;if(c)return null;var f=this.props,h=f.ticks,p=fm(f,IK),y=h;return gt(u)&&(y=h&&h.length>0?u(this.props):u(p)),o<=0||s<=0||!y||!y.length?null:O.createElement(jt,{className:At("recharts-cartesian-axis",l),ref:function(d){n.layerReference=d}},a&&this.renderAxisLine(),this.renderTicks(y,this.state.fontSize,this.state.letterSpacing),Re.renderCallByParent(this.props))}}],[{key:"renderTickItem",value:function(n,i,a){var o,s=At(i.className,"recharts-cartesian-axis-tick-value");return O.isValidElement(n)?o=O.cloneElement(n,ye(ye({},i),{},{className:s})):gt(n)?o=n(ye(ye({},i),{},{className:s})):o=O.createElement(pl,na({},i,{className:"recharts-cartesian-axis-tick-value"}),a),o}}])})(O.Component);Qg(oo,"displayName","CartesianAxis");Qg(oo,"defaultProps",{x:0,y:0,width:0,height:0,viewBox:{x:0,y:0,width:0,height:0},orientation:"bottom",ticks:[],stroke:"#666",tickLine:!0,axisLine:!0,tick:!0,mirror:!1,minTickGap:5,tickSize:6,tickMargin:2,interval:"preserveEnd"});var GK=["x1","y1","x2","y2","key"],HK=["offset"];function Di(e){"@babel/helpers - typeof";return Di=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Di(e)}function HO(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function Ie(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?HO(Object(r),!0).forEach(function(n){KK(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):HO(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function KK(e,t,r){return t=YK(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function YK(e){var t=XK(e,"string");return Di(t)=="symbol"?t:t+""}function XK(e,t){if(Di(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(Di(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function yi(){return yi=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},yi.apply(this,arguments)}function KO(e,t){if(e==null)return{};var r=VK(e,t),n,i;if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(i=0;i<a.length;i++)n=a[i],!(t.indexOf(n)>=0)&&Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}function VK(e,t){if(e==null)return{};var r={};for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n)){if(t.indexOf(n)>=0)continue;r[n]=e[n]}return r}var ZK=function(t){var r=t.fill;if(!r||r==="none")return null;var n=t.fillOpacity,i=t.x,a=t.y,o=t.width,s=t.height,u=t.ry;return O.createElement("rect",{x:i,y:a,ry:u,width:o,height:s,stroke:"none",fill:r,fillOpacity:n,className:"recharts-cartesian-grid-bg"})};function nM(e,t){var r;if(O.isValidElement(e))r=O.cloneElement(e,t);else if(gt(e))r=e(t);else{var n=t.x1,i=t.y1,a=t.x2,o=t.y2,s=t.key,u=KO(t,GK),l=vt(u,!1);l.offset;var c=KO(l,HK);r=O.createElement("line",yi({},c,{x1:n,y1:i,x2:a,y2:o,fill:"none",key:s}))}return r}function JK(e){var t=e.x,r=e.width,n=e.horizontal,i=n===void 0?!0:n,a=e.horizontalPoints;if(!i||!a||!a.length)return null;var o=a.map(function(s,u){var l=Ie(Ie({},e),{},{x1:t,y1:s,x2:t+r,y2:s,key:"line-".concat(u),index:u});return nM(i,l)});return O.createElement("g",{className:"recharts-cartesian-grid-horizontal"},o)}function QK(e){var t=e.y,r=e.height,n=e.vertical,i=n===void 0?!0:n,a=e.verticalPoints;if(!i||!a||!a.length)return null;var o=a.map(function(s,u){var l=Ie(Ie({},e),{},{x1:s,y1:t,x2:s,y2:t+r,key:"line-".concat(u),index:u});return nM(i,l)});return O.createElement("g",{className:"recharts-cartesian-grid-vertical"},o)}function t4(e){var t=e.horizontalFill,r=e.fillOpacity,n=e.x,i=e.y,a=e.width,o=e.height,s=e.horizontalPoints,u=e.horizontal,l=u===void 0?!0:u;if(!l||!t||!t.length)return null;var c=s.map(function(h){return Math.round(h+i-i)}).sort(function(h,p){return h-p});i!==c[0]&&c.unshift(0);var f=c.map(function(h,p){var y=!c[p+1],m=y?i+o-h:c[p+1]-h;if(m<=0)return null;var d=p%t.length;return O.createElement("rect",{key:"react-".concat(p),y:h,x:n,height:m,width:a,stroke:"none",fill:t[d],fillOpacity:r,className:"recharts-cartesian-grid-bg"})});return O.createElement("g",{className:"recharts-cartesian-gridstripes-horizontal"},f)}function e4(e){var t=e.vertical,r=t===void 0?!0:t,n=e.verticalFill,i=e.fillOpacity,a=e.x,o=e.y,s=e.width,u=e.height,l=e.verticalPoints;if(!r||!n||!n.length)return null;var c=l.map(function(h){return Math.round(h+a-a)}).sort(function(h,p){return h-p});a!==c[0]&&c.unshift(0);var f=c.map(function(h,p){var y=!c[p+1],m=y?a+s-h:c[p+1]-h;if(m<=0)return null;var d=p%n.length;return O.createElement("rect",{key:"react-".concat(p),x:h,y:o,width:m,height:u,stroke:"none",fill:n[d],fillOpacity:i,className:"recharts-cartesian-grid-bg"})});return O.createElement("g",{className:"recharts-cartesian-gridstripes-vertical"},f)}var r4=function(t,r){var n=t.xAxis,i=t.width,a=t.height,o=t.offset;return mC(Jg(Ie(Ie(Ie({},oo.defaultProps),n),{},{ticks:yn(n,!0),viewBox:{x:0,y:0,width:i,height:a}})),o.left,o.left+o.width,r)},n4=function(t,r){var n=t.yAxis,i=t.width,a=t.height,o=t.offset;return mC(Jg(Ie(Ie(Ie({},oo.defaultProps),n),{},{ticks:yn(n,!0),viewBox:{x:0,y:0,width:i,height:a}})),o.top,o.top+o.height,r)},Zi={horizontal:!0,vertical:!0,stroke:"#ccc",fill:"none",verticalFill:[],horizontalFill:[]};function iM(e){var t,r,n,i,a,o,s=Xg(),u=Vg(),l=WH(),c=Ie(Ie({},e),{},{stroke:(t=e.stroke)!==null&&t!==void 0?t:Zi.stroke,fill:(r=e.fill)!==null&&r!==void 0?r:Zi.fill,horizontal:(n=e.horizontal)!==null&&n!==void 0?n:Zi.horizontal,horizontalFill:(i=e.horizontalFill)!==null&&i!==void 0?i:Zi.horizontalFill,vertical:(a=e.vertical)!==null&&a!==void 0?a:Zi.vertical,verticalFill:(o=e.verticalFill)!==null&&o!==void 0?o:Zi.verticalFill,x:nt(e.x)?e.x:l.left,y:nt(e.y)?e.y:l.top,width:nt(e.width)?e.width:l.width,height:nt(e.height)?e.height:l.height}),f=c.x,h=c.y,p=c.width,y=c.height,m=c.syncWithTicks,d=c.horizontalValues,g=c.verticalValues,_=FH(),b=zH();if(!nt(p)||p<=0||!nt(y)||y<=0||!nt(f)||f!==+f||!nt(h)||h!==+h)return null;var x=c.verticalCoordinatesGenerator||r4,v=c.horizontalCoordinatesGenerator||n4,w=c.horizontalPoints,S=c.verticalPoints;if((!w||!w.length)&>(v)){var A=d&&d.length,P=v({yAxis:b?Ie(Ie({},b),{},{ticks:A?d:b.ticks}):void 0,width:s,height:u,offset:l},A?!0:m);gn(Array.isArray(P),"horizontalCoordinatesGenerator should return Array but instead it returned [".concat(Di(P),"]")),Array.isArray(P)&&(w=P)}if((!S||!S.length)&>(x)){var C=g&&g.length,T=x({xAxis:_?Ie(Ie({},_),{},{ticks:C?g:_.ticks}):void 0,width:s,height:u,offset:l},C?!0:m);gn(Array.isArray(T),"verticalCoordinatesGenerator should return Array but instead it returned [".concat(Di(T),"]")),Array.isArray(T)&&(S=T)}return O.createElement("g",{className:"recharts-cartesian-grid"},O.createElement(ZK,{fill:c.fill,fillOpacity:c.fillOpacity,x:c.x,y:c.y,width:c.width,height:c.height,ry:c.ry}),O.createElement(JK,yi({},c,{offset:l,horizontalPoints:w,xAxis:_,yAxis:b})),O.createElement(QK,yi({},c,{offset:l,verticalPoints:S,xAxis:_,yAxis:b})),O.createElement(t4,yi({},c,{horizontalPoints:w})),O.createElement(e4,yi({},c,{verticalPoints:S})))}iM.displayName="CartesianGrid";var i4=["type","layout","connectNulls","ref"],a4=["key"];function za(e){"@babel/helpers - typeof";return za=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},za(e)}function YO(e,t){if(e==null)return{};var r=o4(e,t),n,i;if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(i=0;i<a.length;i++)n=a[i],!(t.indexOf(n)>=0)&&Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}function o4(e,t){if(e==null)return{};var r={};for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n)){if(t.indexOf(n)>=0)continue;r[n]=e[n]}return r}function Ho(){return Ho=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Ho.apply(this,arguments)}function XO(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function or(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?XO(Object(r),!0).forEach(function(n){Dr(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):XO(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function Ji(e){return c4(e)||l4(e)||u4(e)||s4()}function s4(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
|
|
157
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function u4(e,t){if(e){if(typeof e=="string")return nv(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);if(r==="Object"&&e.constructor&&(r=e.constructor.name),r==="Map"||r==="Set")return Array.from(e);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return nv(e,t)}}function l4(e){if(typeof Symbol<"u"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function c4(e){if(Array.isArray(e))return nv(e)}function nv(e,t){(t==null||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function f4(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function VO(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,oM(n.key),n)}}function h4(e,t,r){return t&&VO(e.prototype,t),r&&VO(e,r),Object.defineProperty(e,"prototype",{writable:!1}),e}function p4(e,t,r){return t=Nl(t),d4(e,aM()?Reflect.construct(t,r||[],Nl(e).constructor):t.apply(e,r))}function d4(e,t){if(t&&(za(t)==="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return m4(e)}function m4(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function aM(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(aM=function(){return!!e})()}function Nl(e){return Nl=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(r){return r.__proto__||Object.getPrototypeOf(r)},Nl(e)}function y4(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&iv(e,t)}function iv(e,t){return iv=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,i){return n.__proto__=i,n},iv(e,t)}function Dr(e,t,r){return t=oM(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function oM(e){var t=v4(e,"string");return za(t)=="symbol"?t:t+""}function v4(e,t){if(za(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(za(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var Ec=(function(e){function t(){var r;f4(this,t);for(var n=arguments.length,i=new Array(n),a=0;a<n;a++)i[a]=arguments[a];return r=p4(this,t,[].concat(i)),Dr(r,"state",{isAnimationFinished:!0,totalLength:0}),Dr(r,"generateSimpleStrokeDasharray",function(o,s){return"".concat(s,"px ").concat(o-s,"px")}),Dr(r,"getStrokeDasharray",function(o,s,u){var l=u.reduce(function(g,_){return g+_});if(!l)return r.generateSimpleStrokeDasharray(s,o);for(var c=Math.floor(o/l),f=o%l,h=s-o,p=[],y=0,m=0;y<u.length;m+=u[y],++y)if(m+u[y]>f){p=[].concat(Ji(u.slice(0,y)),[f-m]);break}var d=p.length%2===0?[0,h]:[h];return[].concat(Ji(t.repeat(u,c)),Ji(p),d).map(function(g){return"".concat(g,"px")}).join(", ")}),Dr(r,"id",Fi("recharts-line-")),Dr(r,"pathRef",function(o){r.mainCurve=o}),Dr(r,"handleAnimationEnd",function(){r.setState({isAnimationFinished:!0}),r.props.onAnimationEnd&&r.props.onAnimationEnd()}),Dr(r,"handleAnimationStart",function(){r.setState({isAnimationFinished:!1}),r.props.onAnimationStart&&r.props.onAnimationStart()}),r}return y4(t,e),h4(t,[{key:"componentDidMount",value:function(){if(this.props.isAnimationActive){var n=this.getTotalLength();this.setState({totalLength:n})}}},{key:"componentDidUpdate",value:function(){if(this.props.isAnimationActive){var n=this.getTotalLength();n!==this.state.totalLength&&this.setState({totalLength:n})}}},{key:"getTotalLength",value:function(){var n=this.mainCurve;try{return n&&n.getTotalLength&&n.getTotalLength()||0}catch{return 0}}},{key:"renderErrorBar",value:function(n,i){if(this.props.isAnimationActive&&!this.state.isAnimationFinished)return null;var a=this.props,o=a.points,s=a.xAxis,u=a.yAxis,l=a.layout,c=a.children,f=tr(c,io);if(!f)return null;var h=function(m,d){return{x:m.x,y:m.y,value:m.value,errorVal:be(m.payload,d)}},p={clipPath:n?"url(#clipPath-".concat(i,")"):null};return O.createElement(jt,p,f.map(function(y){return O.cloneElement(y,{key:"bar-".concat(y.props.dataKey),data:o,xAxis:s,yAxis:u,layout:l,dataPointFormatter:h})}))}},{key:"renderDots",value:function(n,i,a){var o=this.props.isAnimationActive;if(o&&!this.state.isAnimationFinished)return null;var s=this.props,u=s.dot,l=s.points,c=s.dataKey,f=vt(this.props,!1),h=vt(u,!0),p=l.map(function(m,d){var g=or(or(or({key:"dot-".concat(d),r:3},f),h),{},{index:d,cx:m.x,cy:m.y,value:m.value,dataKey:c,payload:m.payload,points:l});return t.renderDotItem(u,g)}),y={clipPath:n?"url(#clipPath-".concat(i?"":"dots-").concat(a,")"):null};return O.createElement(jt,Ho({className:"recharts-line-dots",key:"dots"},y),p)}},{key:"renderCurveStatically",value:function(n,i,a,o){var s=this.props,u=s.type,l=s.layout,c=s.connectNulls;s.ref;var f=YO(s,i4),h=or(or(or({},vt(f,!0)),{},{fill:"none",className:"recharts-line-curve",clipPath:i?"url(#clipPath-".concat(a,")"):null,points:n},o),{},{type:u,layout:l,connectNulls:c});return O.createElement(Ai,Ho({},h,{pathRef:this.pathRef}))}},{key:"renderCurveWithAnimation",value:function(n,i){var a=this,o=this.props,s=o.points,u=o.strokeDasharray,l=o.isAnimationActive,c=o.animationBegin,f=o.animationDuration,h=o.animationEasing,p=o.animationId,y=o.animateNewValues,m=o.width,d=o.height,g=this.state,_=g.prevPoints,b=g.totalLength;return O.createElement(Lr,{begin:c,duration:f,isActive:l,easing:h,from:{t:0},to:{t:1},key:"line-".concat(p),onAnimationEnd:this.handleAnimationEnd,onAnimationStart:this.handleAnimationStart},function(x){var v=x.t;if(_){var w=_.length/s.length,S=s.map(function(E,k){var j=Math.floor(k*w);if(_[j]){var $=_[j],M=ce($.x,E.x),I=ce($.y,E.y);return or(or({},E),{},{x:M(v),y:I(v)})}if(y){var L=ce(m*2,E.x),q=ce(d/2,E.y);return or(or({},E),{},{x:L(v),y:q(v)})}return or(or({},E),{},{x:E.x,y:E.y})});return a.renderCurveStatically(S,n,i)}var A=ce(0,b),P=A(v),C;if(u){var T="".concat(u).split(/[,\s]+/gim).map(function(E){return parseFloat(E)});C=a.getStrokeDasharray(P,b,T)}else C=a.generateSimpleStrokeDasharray(b,P);return a.renderCurveStatically(s,n,i,{strokeDasharray:C})})}},{key:"renderCurve",value:function(n,i){var a=this.props,o=a.points,s=a.isAnimationActive,u=this.state,l=u.prevPoints,c=u.totalLength;return s&&o&&o.length&&(!l&&c>0||!$i(l,o))?this.renderCurveWithAnimation(n,i):this.renderCurveStatically(o,n,i)}},{key:"render",value:function(){var n,i=this.props,a=i.hide,o=i.dot,s=i.points,u=i.className,l=i.xAxis,c=i.yAxis,f=i.top,h=i.left,p=i.width,y=i.height,m=i.isAnimationActive,d=i.id;if(a||!s||!s.length)return null;var g=this.state.isAnimationFinished,_=s.length===1,b=At("recharts-line",u),x=l&&l.allowDataOverflow,v=c&&c.allowDataOverflow,w=x||v,S=yt(d)?this.id:d,A=(n=vt(o,!1))!==null&&n!==void 0?n:{r:3,strokeWidth:2},P=A.r,C=P===void 0?3:P,T=A.strokeWidth,E=T===void 0?2:T,k=kE(o)?o:{},j=k.clipDot,$=j===void 0?!0:j,M=C*2+E;return O.createElement(jt,{className:b},x||v?O.createElement("defs",null,O.createElement("clipPath",{id:"clipPath-".concat(S)},O.createElement("rect",{x:x?h:h-p/2,y:v?f:f-y/2,width:x?p:p*2,height:v?y:y*2})),!$&&O.createElement("clipPath",{id:"clipPath-dots-".concat(S)},O.createElement("rect",{x:h-M/2,y:f-M/2,width:p+M,height:y+M}))):null,!_&&this.renderCurve(w,S),this.renderErrorBar(w,S),(_||o)&&this.renderDots(w,$,S),(!m||g)&&Qr.renderCallByParent(this.props,s))}}],[{key:"getDerivedStateFromProps",value:function(n,i){return n.animationId!==i.prevAnimationId?{prevAnimationId:n.animationId,curPoints:n.points,prevPoints:i.curPoints}:n.points!==i.curPoints?{curPoints:n.points}:null}},{key:"repeat",value:function(n,i){for(var a=n.length%2!==0?[].concat(Ji(n),[0]):n,o=[],s=0;s<i;++s)o=[].concat(Ji(o),Ji(a));return o}},{key:"renderDotItem",value:function(n,i){var a;if(O.isValidElement(n))a=O.cloneElement(n,i);else if(gt(n))a=n(i);else{var o=i.key,s=YO(i,a4),u=At("recharts-line-dot",typeof n!="boolean"?n.className:"");a=O.createElement(bc,Ho({key:o},s,{className:u}))}return a}}])})(O.PureComponent);Dr(Ec,"displayName","Line");Dr(Ec,"defaultProps",{xAxisId:0,yAxisId:0,connectNulls:!1,activeDot:!0,dot:!0,legendType:"line",stroke:"#3182bd",strokeWidth:1,fill:"#fff",points:[],isAnimationActive:!Qn.isSsr,animateNewValues:!0,animationBegin:0,animationDuration:1500,animationEasing:"ease",hide:!1,label:!1});Dr(Ec,"getComposedData",function(e){var t=e.props,r=e.xAxis,n=e.yAxis,i=e.xAxisTicks,a=e.yAxisTicks,o=e.dataKey,s=e.bandSize,u=e.displayedData,l=e.offset,c=t.layout,f=u.map(function(h,p){var y=be(h,o);return c==="horizontal"?{x:$a({axis:r,ticks:i,bandSize:s,entry:h,index:p}),y:yt(y)?null:n.scale(y),value:y,payload:h}:{x:yt(y)?null:r.scale(y),y:$a({axis:n,ticks:a,bandSize:s,entry:h,index:p}),value:y,payload:h}});return or({points:f,layout:c},l)});var g4=["layout","type","stroke","connectNulls","isRange","ref"],b4=["key"],sM;function Ua(e){"@babel/helpers - typeof";return Ua=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Ua(e)}function uM(e,t){if(e==null)return{};var r=_4(e,t),n,i;if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(i=0;i<a.length;i++)n=a[i],!(t.indexOf(n)>=0)&&Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}function _4(e,t){if(e==null)return{};var r={};for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n)){if(t.indexOf(n)>=0)continue;r[n]=e[n]}return r}function vi(){return vi=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},vi.apply(this,arguments)}function ZO(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function Dn(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?ZO(Object(r),!0).forEach(function(n){Zr(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):ZO(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function x4(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function JO(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,cM(n.key),n)}}function w4(e,t,r){return t&&JO(e.prototype,t),r&&JO(e,r),Object.defineProperty(e,"prototype",{writable:!1}),e}function S4(e,t,r){return t=Ll(t),O4(e,lM()?Reflect.construct(t,r||[],Ll(e).constructor):t.apply(e,r))}function O4(e,t){if(t&&(Ua(t)==="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return A4(e)}function A4(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function lM(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(lM=function(){return!!e})()}function Ll(e){return Ll=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(r){return r.__proto__||Object.getPrototypeOf(r)},Ll(e)}function P4(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&av(e,t)}function av(e,t){return av=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,i){return n.__proto__=i,n},av(e,t)}function Zr(e,t,r){return t=cM(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function cM(e){var t=T4(e,"string");return Ua(t)=="symbol"?t:t+""}function T4(e,t){if(Ua(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(Ua(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}var ei=(function(e){function t(){var r;x4(this,t);for(var n=arguments.length,i=new Array(n),a=0;a<n;a++)i[a]=arguments[a];return r=S4(this,t,[].concat(i)),Zr(r,"state",{isAnimationFinished:!0}),Zr(r,"id",Fi("recharts-area-")),Zr(r,"handleAnimationEnd",function(){var o=r.props.onAnimationEnd;r.setState({isAnimationFinished:!0}),gt(o)&&o()}),Zr(r,"handleAnimationStart",function(){var o=r.props.onAnimationStart;r.setState({isAnimationFinished:!1}),gt(o)&&o()}),r}return P4(t,e),w4(t,[{key:"renderDots",value:function(n,i,a){var o=this.props.isAnimationActive,s=this.state.isAnimationFinished;if(o&&!s)return null;var u=this.props,l=u.dot,c=u.points,f=u.dataKey,h=vt(this.props,!1),p=vt(l,!0),y=c.map(function(d,g){var _=Dn(Dn(Dn({key:"dot-".concat(g),r:3},h),p),{},{index:g,cx:d.x,cy:d.y,dataKey:f,value:d.value,payload:d.payload,points:c});return t.renderDotItem(l,_)}),m={clipPath:n?"url(#clipPath-".concat(i?"":"dots-").concat(a,")"):null};return O.createElement(jt,vi({className:"recharts-area-dots"},m),y)}},{key:"renderHorizontalRect",value:function(n){var i=this.props,a=i.baseLine,o=i.points,s=i.strokeWidth,u=o[0].x,l=o[o.length-1].x,c=n*Math.abs(u-l),f=qn(o.map(function(h){return h.y||0}));return nt(a)&&typeof a=="number"?f=Math.max(a,f):a&&Array.isArray(a)&&a.length&&(f=Math.max(qn(a.map(function(h){return h.y||0})),f)),nt(f)?O.createElement("rect",{x:u<l?u:u-c,y:0,width:c,height:Math.floor(f+(s?parseInt("".concat(s),10):1))}):null}},{key:"renderVerticalRect",value:function(n){var i=this.props,a=i.baseLine,o=i.points,s=i.strokeWidth,u=o[0].y,l=o[o.length-1].y,c=n*Math.abs(u-l),f=qn(o.map(function(h){return h.x||0}));return nt(a)&&typeof a=="number"?f=Math.max(a,f):a&&Array.isArray(a)&&a.length&&(f=Math.max(qn(a.map(function(h){return h.x||0})),f)),nt(f)?O.createElement("rect",{x:0,y:u<l?u:u-c,width:f+(s?parseInt("".concat(s),10):1),height:Math.floor(c)}):null}},{key:"renderClipRect",value:function(n){var i=this.props.layout;return i==="vertical"?this.renderVerticalRect(n):this.renderHorizontalRect(n)}},{key:"renderAreaStatically",value:function(n,i,a,o){var s=this.props,u=s.layout,l=s.type,c=s.stroke,f=s.connectNulls,h=s.isRange;s.ref;var p=uM(s,g4);return O.createElement(jt,{clipPath:a?"url(#clipPath-".concat(o,")"):null},O.createElement(Ai,vi({},vt(p,!0),{points:n,connectNulls:f,type:l,baseLine:i,layout:u,stroke:"none",className:"recharts-area-area"})),c!=="none"&&O.createElement(Ai,vi({},vt(this.props,!1),{className:"recharts-area-curve",layout:u,type:l,connectNulls:f,fill:"none",points:n})),c!=="none"&&h&&O.createElement(Ai,vi({},vt(this.props,!1),{className:"recharts-area-curve",layout:u,type:l,connectNulls:f,fill:"none",points:i})))}},{key:"renderAreaWithAnimation",value:function(n,i){var a=this,o=this.props,s=o.points,u=o.baseLine,l=o.isAnimationActive,c=o.animationBegin,f=o.animationDuration,h=o.animationEasing,p=o.animationId,y=this.state,m=y.prevPoints,d=y.prevBaseLine;return O.createElement(Lr,{begin:c,duration:f,isActive:l,easing:h,from:{t:0},to:{t:1},key:"area-".concat(p),onAnimationEnd:this.handleAnimationEnd,onAnimationStart:this.handleAnimationStart},function(g){var _=g.t;if(m){var b=m.length/s.length,x=s.map(function(A,P){var C=Math.floor(P*b);if(m[C]){var T=m[C],E=ce(T.x,A.x),k=ce(T.y,A.y);return Dn(Dn({},A),{},{x:E(_),y:k(_)})}return A}),v;if(nt(u)&&typeof u=="number"){var w=ce(d,u);v=w(_)}else if(yt(u)||eo(u)){var S=ce(d,0);v=S(_)}else v=u.map(function(A,P){var C=Math.floor(P*b);if(d[C]){var T=d[C],E=ce(T.x,A.x),k=ce(T.y,A.y);return Dn(Dn({},A),{},{x:E(_),y:k(_)})}return A});return a.renderAreaStatically(x,v,n,i)}return O.createElement(jt,null,O.createElement("defs",null,O.createElement("clipPath",{id:"animationClipPath-".concat(i)},a.renderClipRect(_))),O.createElement(jt,{clipPath:"url(#animationClipPath-".concat(i,")")},a.renderAreaStatically(s,u,n,i)))})}},{key:"renderArea",value:function(n,i){var a=this.props,o=a.points,s=a.baseLine,u=a.isAnimationActive,l=this.state,c=l.prevPoints,f=l.prevBaseLine,h=l.totalLength;return u&&o&&o.length&&(!c&&h>0||!$i(c,o)||!$i(f,s))?this.renderAreaWithAnimation(n,i):this.renderAreaStatically(o,s,n,i)}},{key:"render",value:function(){var n,i=this.props,a=i.hide,o=i.dot,s=i.points,u=i.className,l=i.top,c=i.left,f=i.xAxis,h=i.yAxis,p=i.width,y=i.height,m=i.isAnimationActive,d=i.id;if(a||!s||!s.length)return null;var g=this.state.isAnimationFinished,_=s.length===1,b=At("recharts-area",u),x=f&&f.allowDataOverflow,v=h&&h.allowDataOverflow,w=x||v,S=yt(d)?this.id:d,A=(n=vt(o,!1))!==null&&n!==void 0?n:{r:3,strokeWidth:2},P=A.r,C=P===void 0?3:P,T=A.strokeWidth,E=T===void 0?2:T,k=kE(o)?o:{},j=k.clipDot,$=j===void 0?!0:j,M=C*2+E;return O.createElement(jt,{className:b},x||v?O.createElement("defs",null,O.createElement("clipPath",{id:"clipPath-".concat(S)},O.createElement("rect",{x:x?c:c-p/2,y:v?l:l-y/2,width:x?p:p*2,height:v?y:y*2})),!$&&O.createElement("clipPath",{id:"clipPath-dots-".concat(S)},O.createElement("rect",{x:c-M/2,y:l-M/2,width:p+M,height:y+M}))):null,_?null:this.renderArea(w,S),(o||_)&&this.renderDots(w,$,S),(!m||g)&&Qr.renderCallByParent(this.props,s))}}],[{key:"getDerivedStateFromProps",value:function(n,i){return n.animationId!==i.prevAnimationId?{prevAnimationId:n.animationId,curPoints:n.points,curBaseLine:n.baseLine,prevPoints:i.curPoints,prevBaseLine:i.curBaseLine}:n.points!==i.curPoints||n.baseLine!==i.curBaseLine?{curPoints:n.points,curBaseLine:n.baseLine}:null}}])})(O.PureComponent);sM=ei;Zr(ei,"displayName","Area");Zr(ei,"defaultProps",{stroke:"#3182bd",fill:"#3182bd",fillOpacity:.6,xAxisId:0,yAxisId:0,legendType:"line",connectNulls:!1,points:[],dot:!1,activeDot:!0,hide:!1,isAnimationActive:!Qn.isSsr,animationBegin:0,animationDuration:1500,animationEasing:"ease"});Zr(ei,"getBaseValue",function(e,t,r,n){var i=e.layout,a=e.baseValue,o=t.props.baseValue,s=o??a;if(nt(s)&&typeof s=="number")return s;var u=i==="horizontal"?n:r,l=u.scale.domain();if(u.type==="number"){var c=Math.max(l[0],l[1]),f=Math.min(l[0],l[1]);return s==="dataMin"?f:s==="dataMax"||c<0?c:Math.max(Math.min(l[0],l[1]),0)}return s==="dataMin"?l[0]:s==="dataMax"?l[1]:l[0]});Zr(ei,"getComposedData",function(e){var t=e.props,r=e.item,n=e.xAxis,i=e.yAxis,a=e.xAxisTicks,o=e.yAxisTicks,s=e.bandSize,u=e.dataKey,l=e.stackedData,c=e.dataStartIndex,f=e.displayedData,h=e.offset,p=t.layout,y=l&&l.length,m=sM.getBaseValue(t,r,n,i),d=p==="horizontal",g=!1,_=f.map(function(x,v){var w;y?w=l[c+v]:(w=be(x,u),Array.isArray(w)?g=!0:w=[m,w]);var S=w[1]==null||y&&be(x,u)==null;return d?{x:$a({axis:n,ticks:a,bandSize:s,entry:x,index:v}),y:S?null:i.scale(w[1]),value:w,payload:x}:{x:S?null:n.scale(w[1]),y:$a({axis:i,ticks:o,bandSize:s,entry:x,index:v}),value:w,payload:x}}),b;return y||g?b=_.map(function(x){var v=Array.isArray(x.value)?x.value[0]:null;return d?{x:x.x,y:v!=null&&x.y!=null?i.scale(v):null}:{x:v!=null?n.scale(v):null,y:x.y}}):b=d?i.scale(m):n.scale(m),Dn({points:_,baseLine:b,layout:p,isRange:g},h)});Zr(ei,"renderDotItem",function(e,t){var r;if(O.isValidElement(e))r=O.cloneElement(e,t);else if(gt(e))r=e(t);else{var n=At("recharts-area-dot",typeof e!="boolean"?e.className:""),i=t.key,a=uM(t,b4);r=O.createElement(bc,vi({},a,{key:i,className:n}))}return r});function Wa(e){"@babel/helpers - typeof";return Wa=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Wa(e)}function E4(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function C4(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,pM(n.key),n)}}function M4(e,t,r){return t&&C4(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}function k4(e,t,r){return t=Bl(t),$4(e,fM()?Reflect.construct(t,r||[],Bl(e).constructor):t.apply(e,r))}function $4(e,t){if(t&&(Wa(t)==="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return j4(e)}function j4(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function fM(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(fM=function(){return!!e})()}function Bl(e){return Bl=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(r){return r.__proto__||Object.getPrototypeOf(r)},Bl(e)}function D4(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&ov(e,t)}function ov(e,t){return ov=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,i){return n.__proto__=i,n},ov(e,t)}function hM(e,t,r){return t=pM(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function pM(e){var t=R4(e,"string");return Wa(t)=="symbol"?t:t+""}function R4(e,t){if(Wa(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(Wa(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var Cc=(function(e){function t(){return E4(this,t),k4(this,t,arguments)}return D4(t,e),M4(t,[{key:"render",value:function(){return null}}])})(Pr.Component);hM(Cc,"displayName","ZAxis");hM(Cc,"defaultProps",{zAxisId:0,range:[64,64],scale:"auto",type:"number"});var I4=["option","isActive"];function Ko(){return Ko=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Ko.apply(this,arguments)}function N4(e,t){if(e==null)return{};var r=L4(e,t),n,i;if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(i=0;i<a.length;i++)n=a[i],!(t.indexOf(n)>=0)&&Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}function L4(e,t){if(e==null)return{};var r={};for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n)){if(t.indexOf(n)>=0)continue;r[n]=e[n]}return r}function B4(e){var t=e.option,r=e.isActive,n=N4(e,I4);return typeof t=="string"?Pr.createElement(Hy,Ko({option:Pr.createElement(dc,Ko({type:t},n)),isActive:r,shapeType:"symbols"},n)):Pr.createElement(Hy,Ko({option:t,isActive:r,shapeType:"symbols"},n))}function Ga(e){"@babel/helpers - typeof";return Ga=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Ga(e)}function Yo(){return Yo=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Yo.apply(this,arguments)}function QO(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function xr(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?QO(Object(r),!0).forEach(function(n){zn(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):QO(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function q4(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function tA(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,mM(n.key),n)}}function F4(e,t,r){return t&&tA(e.prototype,t),r&&tA(e,r),Object.defineProperty(e,"prototype",{writable:!1}),e}function z4(e,t,r){return t=ql(t),U4(e,dM()?Reflect.construct(t,r||[],ql(e).constructor):t.apply(e,r))}function U4(e,t){if(t&&(Ga(t)==="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return W4(e)}function W4(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function dM(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(dM=function(){return!!e})()}function ql(e){return ql=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(r){return r.__proto__||Object.getPrototypeOf(r)},ql(e)}function G4(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&sv(e,t)}function sv(e,t){return sv=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,i){return n.__proto__=i,n},sv(e,t)}function zn(e,t,r){return t=mM(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function mM(e){var t=H4(e,"string");return Ga(t)=="symbol"?t:t+""}function H4(e,t){if(Ga(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(Ga(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var Mc=(function(e){function t(){var r;q4(this,t);for(var n=arguments.length,i=new Array(n),a=0;a<n;a++)i[a]=arguments[a];return r=z4(this,t,[].concat(i)),zn(r,"state",{isAnimationFinished:!1}),zn(r,"handleAnimationEnd",function(){r.setState({isAnimationFinished:!0})}),zn(r,"handleAnimationStart",function(){r.setState({isAnimationFinished:!1})}),zn(r,"id",Fi("recharts-scatter-")),r}return G4(t,e),F4(t,[{key:"renderSymbolsStatically",value:function(n){var i=this,a=this.props,o=a.shape,s=a.activeShape,u=a.activeIndex,l=vt(this.props,!1);return n.map(function(c,f){var h=u===f,p=h?s:o,y=xr(xr({},l),c);return O.createElement(jt,Yo({className:"recharts-scatter-symbol",key:"symbol-".concat(c==null?void 0:c.cx,"-").concat(c==null?void 0:c.cy,"-").concat(c==null?void 0:c.size,"-").concat(f)},hs(i.props,c,f),{role:"img"}),O.createElement(B4,Yo({option:p,isActive:h,key:"symbol-".concat(f)},y)))})}},{key:"renderSymbolsWithAnimation",value:function(){var n=this,i=this.props,a=i.points,o=i.isAnimationActive,s=i.animationBegin,u=i.animationDuration,l=i.animationEasing,c=i.animationId,f=this.state.prevPoints;return O.createElement(Lr,{begin:s,duration:u,isActive:o,easing:l,from:{t:0},to:{t:1},key:"pie-".concat(c),onAnimationEnd:this.handleAnimationEnd,onAnimationStart:this.handleAnimationStart},function(h){var p=h.t,y=a.map(function(m,d){var g=f&&f[d];if(g){var _=ce(g.cx,m.cx),b=ce(g.cy,m.cy),x=ce(g.size,m.size);return xr(xr({},m),{},{cx:_(p),cy:b(p),size:x(p)})}var v=ce(0,m.size);return xr(xr({},m),{},{size:v(p)})});return O.createElement(jt,null,n.renderSymbolsStatically(y))})}},{key:"renderSymbols",value:function(){var n=this.props,i=n.points,a=n.isAnimationActive,o=this.state.prevPoints;return a&&i&&i.length&&(!o||!$i(o,i))?this.renderSymbolsWithAnimation():this.renderSymbolsStatically(i)}},{key:"renderErrorBar",value:function(){var n=this.props.isAnimationActive;if(n&&!this.state.isAnimationFinished)return null;var i=this.props,a=i.points,o=i.xAxis,s=i.yAxis,u=i.children,l=tr(u,io);return l?l.map(function(c,f){var h=c.props,p=h.direction,y=h.dataKey;return O.cloneElement(c,{key:"".concat(p,"-").concat(y,"-").concat(a[f]),data:a,xAxis:o,yAxis:s,layout:p==="x"?"vertical":"horizontal",dataPointFormatter:function(d,g){return{x:d.cx,y:d.cy,value:p==="x"?+d.node.x:+d.node.y,errorVal:be(d,g)}}})}):null}},{key:"renderLine",value:function(){var n=this.props,i=n.points,a=n.line,o=n.lineType,s=n.lineJointType,u=vt(this.props,!1),l=vt(a,!1),c,f;if(o==="joint")c=i.map(function(b){return{x:b.cx,y:b.cy}});else if(o==="fitting"){var h=BF(i),p=h.xmin,y=h.xmax,m=h.a,d=h.b,g=function(x){return m*x+d};c=[{x:p,y:g(p)},{x:y,y:g(y)}]}var _=xr(xr(xr({},u),{},{fill:"none",stroke:u&&u.fill},l),{},{points:c});return O.isValidElement(a)?f=O.cloneElement(a,_):gt(a)?f=a(_):f=O.createElement(Ai,Yo({},_,{type:s})),O.createElement(jt,{className:"recharts-scatter-line",key:"recharts-scatter-line"},f)}},{key:"render",value:function(){var n=this.props,i=n.hide,a=n.points,o=n.line,s=n.className,u=n.xAxis,l=n.yAxis,c=n.left,f=n.top,h=n.width,p=n.height,y=n.id,m=n.isAnimationActive;if(i||!a||!a.length)return null;var d=this.state.isAnimationFinished,g=At("recharts-scatter",s),_=u&&u.allowDataOverflow,b=l&&l.allowDataOverflow,x=_||b,v=yt(y)?this.id:y;return O.createElement(jt,{className:g,clipPath:x?"url(#clipPath-".concat(v,")"):null},_||b?O.createElement("defs",null,O.createElement("clipPath",{id:"clipPath-".concat(v)},O.createElement("rect",{x:_?c:c-h/2,y:b?f:f-p/2,width:_?h:h*2,height:b?p:p*2}))):null,o&&this.renderLine(),this.renderErrorBar(),O.createElement(jt,{key:"recharts-scatter-symbols"},this.renderSymbols()),(!m||d)&&Qr.renderCallByParent(this.props,a))}}],[{key:"getDerivedStateFromProps",value:function(n,i){return n.animationId!==i.prevAnimationId?{prevAnimationId:n.animationId,curPoints:n.points,prevPoints:i.curPoints}:n.points!==i.curPoints?{curPoints:n.points}:null}}])})(O.PureComponent);zn(Mc,"displayName","Scatter");zn(Mc,"defaultProps",{xAxisId:0,yAxisId:0,zAxisId:0,legendType:"circle",lineType:"joint",lineJointType:"linear",data:[],shape:"circle",hide:!1,isAnimationActive:!Qn.isSsr,animationBegin:0,animationDuration:400,animationEasing:"linear"});zn(Mc,"getComposedData",function(e){var t=e.xAxis,r=e.yAxis,n=e.zAxis,i=e.item,a=e.displayedData,o=e.xAxisTicks,s=e.yAxisTicks,u=e.offset,l=i.props.tooltipType,c=tr(i.props.children,qg),f=yt(t.dataKey)?i.props.dataKey:t.dataKey,h=yt(r.dataKey)?i.props.dataKey:r.dataKey,p=n&&n.dataKey,y=n?n.range:Cc.defaultProps.range,m=y&&y[0],d=t.scale.bandwidth?t.scale.bandwidth():0,g=r.scale.bandwidth?r.scale.bandwidth():0,_=a.map(function(b,x){var v=be(b,f),w=be(b,h),S=!yt(p)&&be(b,p)||"-",A=[{name:yt(t.dataKey)?i.props.name:t.name||t.dataKey,unit:t.unit||"",value:v,payload:b,dataKey:f,type:l},{name:yt(r.dataKey)?i.props.name:r.name||r.dataKey,unit:r.unit||"",value:w,payload:b,dataKey:h,type:l}];S!=="-"&&A.push({name:n.name||n.dataKey,unit:n.unit||"",value:S,payload:b,dataKey:p,type:l});var P=$a({axis:t,ticks:o,bandSize:d,entry:b,index:x,dataKey:f}),C=$a({axis:r,ticks:s,bandSize:g,entry:b,index:x,dataKey:h}),T=S!=="-"?n.scale(S):m,E=Math.sqrt(Math.max(T,0)/Math.PI);return xr(xr({},b),{},{cx:P,cy:C,x:P-E,y:C-E,xAxis:t,yAxis:r,zAxis:n,width:2*E,height:2*E,size:T,node:{x:v,y:w,z:S},tooltipPayload:A,tooltipPosition:{x:P,y:C},payload:b},c&&c[x]&&c[x].props)});return xr({points:_},u)});function Ha(e){"@babel/helpers - typeof";return Ha=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Ha(e)}function K4(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Y4(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,gM(n.key),n)}}function X4(e,t,r){return t&&Y4(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}function V4(e,t,r){return t=Fl(t),Z4(e,yM()?Reflect.construct(t,r||[],Fl(e).constructor):t.apply(e,r))}function Z4(e,t){if(t&&(Ha(t)==="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return J4(e)}function J4(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function yM(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(yM=function(){return!!e})()}function Fl(e){return Fl=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(r){return r.__proto__||Object.getPrototypeOf(r)},Fl(e)}function Q4(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&uv(e,t)}function uv(e,t){return uv=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,i){return n.__proto__=i,n},uv(e,t)}function vM(e,t,r){return t=gM(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function gM(e){var t=tY(e,"string");return Ha(t)=="symbol"?t:t+""}function tY(e,t){if(Ha(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(Ha(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}function lv(){return lv=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},lv.apply(this,arguments)}function eY(e){var t=e.xAxisId,r=Xg(),n=Vg(),i=HC(t);return i==null?null:Pr.createElement(oo,lv({},i,{className:At("recharts-".concat(i.axisType," ").concat(i.axisType),i.className),viewBox:{x:0,y:0,width:r,height:n},ticksGenerator:function(o){return yn(o,!0)}}))}var kc=(function(e){function t(){return K4(this,t),V4(this,t,arguments)}return Q4(t,e),X4(t,[{key:"render",value:function(){return Pr.createElement(eY,this.props)}}])})(Pr.Component);vM(kc,"displayName","XAxis");vM(kc,"defaultProps",{allowDecimals:!0,hide:!1,orientation:"bottom",width:0,height:30,mirror:!1,xAxisId:0,tickCount:5,type:"category",padding:{left:0,right:0},allowDataOverflow:!1,scale:"auto",reversed:!1,allowDuplicatedCategory:!0});function Ka(e){"@babel/helpers - typeof";return Ka=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Ka(e)}function rY(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function nY(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,xM(n.key),n)}}function iY(e,t,r){return t&&nY(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}function aY(e,t,r){return t=zl(t),oY(e,bM()?Reflect.construct(t,r||[],zl(e).constructor):t.apply(e,r))}function oY(e,t){if(t&&(Ka(t)==="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return sY(e)}function sY(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function bM(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(bM=function(){return!!e})()}function zl(e){return zl=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(r){return r.__proto__||Object.getPrototypeOf(r)},zl(e)}function uY(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&cv(e,t)}function cv(e,t){return cv=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,i){return n.__proto__=i,n},cv(e,t)}function _M(e,t,r){return t=xM(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function xM(e){var t=lY(e,"string");return Ka(t)=="symbol"?t:t+""}function lY(e,t){if(Ka(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(Ka(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}function fv(){return fv=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},fv.apply(this,arguments)}var cY=function(t){var r=t.yAxisId,n=Xg(),i=Vg(),a=KC(r);return a==null?null:Pr.createElement(oo,fv({},a,{className:At("recharts-".concat(a.axisType," ").concat(a.axisType),a.className),viewBox:{x:0,y:0,width:n,height:i},ticksGenerator:function(s){return yn(s,!0)}}))},$c=(function(e){function t(){return rY(this,t),aY(this,t,arguments)}return uY(t,e),iY(t,[{key:"render",value:function(){return Pr.createElement(cY,this.props)}}])})(Pr.Component);_M($c,"displayName","YAxis");_M($c,"defaultProps",{allowDuplicatedCategory:!0,allowDecimals:!0,hide:!1,orientation:"left",width:60,height:0,mirror:!1,yAxisId:0,tickCount:5,type:"number",padding:{top:0,bottom:0},allowDataOverflow:!1,scale:"auto",reversed:!1});function eA(e){return dY(e)||pY(e)||hY(e)||fY()}function fY(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
|
|
158
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function hY(e,t){if(e){if(typeof e=="string")return hv(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);if(r==="Object"&&e.constructor&&(r=e.constructor.name),r==="Map"||r==="Set")return Array.from(e);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return hv(e,t)}}function pY(e){if(typeof Symbol<"u"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function dY(e){if(Array.isArray(e))return hv(e)}function hv(e,t){(t==null||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}var pv=function(t,r,n,i,a){var o=tr(t,Sc),s=tr(t,Ac),u=[].concat(eA(o),eA(s)),l=tr(t,Tc),c="".concat(i,"Id"),f=i[0],h=r;if(u.length&&(h=u.reduce(function(m,d){if(d.props[c]===n&&tn(d.props,"extendDomain")&&nt(d.props[f])){var g=d.props[f];return[Math.min(m[0],g),Math.max(m[1],g)]}return m},h)),l.length){var p="".concat(f,"1"),y="".concat(f,"2");h=l.reduce(function(m,d){if(d.props[c]===n&&tn(d.props,"extendDomain")&&nt(d.props[p])&&nt(d.props[y])){var g=d.props[p],_=d.props[y];return[Math.min(m[0],g,_),Math.max(m[1],g,_)]}return m},h)}return a&&a.length&&(h=a.reduce(function(m,d){return nt(d)?[Math.min(m[0],d),Math.max(m[1],d)]:m},h)),h},hm={exports:{}},rA;function mY(){return rA||(rA=1,(function(e){var t=Object.prototype.hasOwnProperty,r="~";function n(){}Object.create&&(n.prototype=Object.create(null),new n().__proto__||(r=!1));function i(u,l,c){this.fn=u,this.context=l,this.once=c||!1}function a(u,l,c,f,h){if(typeof c!="function")throw new TypeError("The listener must be a function");var p=new i(c,f||u,h),y=r?r+l:l;return u._events[y]?u._events[y].fn?u._events[y]=[u._events[y],p]:u._events[y].push(p):(u._events[y]=p,u._eventsCount++),u}function o(u,l){--u._eventsCount===0?u._events=new n:delete u._events[l]}function s(){this._events=new n,this._eventsCount=0}s.prototype.eventNames=function(){var l=[],c,f;if(this._eventsCount===0)return l;for(f in c=this._events)t.call(c,f)&&l.push(r?f.slice(1):f);return Object.getOwnPropertySymbols?l.concat(Object.getOwnPropertySymbols(c)):l},s.prototype.listeners=function(l){var c=r?r+l:l,f=this._events[c];if(!f)return[];if(f.fn)return[f.fn];for(var h=0,p=f.length,y=new Array(p);h<p;h++)y[h]=f[h].fn;return y},s.prototype.listenerCount=function(l){var c=r?r+l:l,f=this._events[c];return f?f.fn?1:f.length:0},s.prototype.emit=function(l,c,f,h,p,y){var m=r?r+l:l;if(!this._events[m])return!1;var d=this._events[m],g=arguments.length,_,b;if(d.fn){switch(d.once&&this.removeListener(l,d.fn,void 0,!0),g){case 1:return d.fn.call(d.context),!0;case 2:return d.fn.call(d.context,c),!0;case 3:return d.fn.call(d.context,c,f),!0;case 4:return d.fn.call(d.context,c,f,h),!0;case 5:return d.fn.call(d.context,c,f,h,p),!0;case 6:return d.fn.call(d.context,c,f,h,p,y),!0}for(b=1,_=new Array(g-1);b<g;b++)_[b-1]=arguments[b];d.fn.apply(d.context,_)}else{var x=d.length,v;for(b=0;b<x;b++)switch(d[b].once&&this.removeListener(l,d[b].fn,void 0,!0),g){case 1:d[b].fn.call(d[b].context);break;case 2:d[b].fn.call(d[b].context,c);break;case 3:d[b].fn.call(d[b].context,c,f);break;case 4:d[b].fn.call(d[b].context,c,f,h);break;default:if(!_)for(v=1,_=new Array(g-1);v<g;v++)_[v-1]=arguments[v];d[b].fn.apply(d[b].context,_)}}return!0},s.prototype.on=function(l,c,f){return a(this,l,c,f,!1)},s.prototype.once=function(l,c,f){return a(this,l,c,f,!0)},s.prototype.removeListener=function(l,c,f,h){var p=r?r+l:l;if(!this._events[p])return this;if(!c)return o(this,p),this;var y=this._events[p];if(y.fn)y.fn===c&&(!h||y.once)&&(!f||y.context===f)&&o(this,p);else{for(var m=0,d=[],g=y.length;m<g;m++)(y[m].fn!==c||h&&!y[m].once||f&&y[m].context!==f)&&d.push(y[m]);d.length?this._events[p]=d.length===1?d[0]:d:o(this,p)}return this},s.prototype.removeAllListeners=function(l){var c;return l?(c=r?r+l:l,this._events[c]&&o(this,c)):(this._events=new n,this._eventsCount=0),this},s.prototype.off=s.prototype.removeListener,s.prototype.addListener=s.prototype.on,s.prefixed=r,s.EventEmitter=s,e.exports=s})(hm)),hm.exports}var yY=mY();const vY=qt(yY);var pm=new vY,dm="recharts.syncMouseEvents";function qs(e){"@babel/helpers - typeof";return qs=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},qs(e)}function gY(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function bY(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,wM(n.key),n)}}function _Y(e,t,r){return t&&bY(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}function mm(e,t,r){return t=wM(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function wM(e){var t=xY(e,"string");return qs(t)=="symbol"?t:t+""}function xY(e,t){if(qs(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(qs(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}var wY=(function(){function e(){gY(this,e),mm(this,"activeIndex",0),mm(this,"coordinateList",[]),mm(this,"layout","horizontal")}return _Y(e,[{key:"setDetails",value:function(r){var n,i=r.coordinateList,a=i===void 0?null:i,o=r.container,s=o===void 0?null:o,u=r.layout,l=u===void 0?null:u,c=r.offset,f=c===void 0?null:c,h=r.mouseHandlerCallback,p=h===void 0?null:h;this.coordinateList=(n=a??this.coordinateList)!==null&&n!==void 0?n:[],this.container=s??this.container,this.layout=l??this.layout,this.offset=f??this.offset,this.mouseHandlerCallback=p??this.mouseHandlerCallback,this.activeIndex=Math.min(Math.max(this.activeIndex,0),this.coordinateList.length-1)}},{key:"focus",value:function(){this.spoofMouse()}},{key:"keyboardEvent",value:function(r){if(this.coordinateList.length!==0)switch(r.key){case"ArrowRight":{if(this.layout!=="horizontal")return;this.activeIndex=Math.min(this.activeIndex+1,this.coordinateList.length-1),this.spoofMouse();break}case"ArrowLeft":{if(this.layout!=="horizontal")return;this.activeIndex=Math.max(this.activeIndex-1,0),this.spoofMouse();break}}}},{key:"setIndex",value:function(r){this.activeIndex=r}},{key:"spoofMouse",value:function(){var r,n;if(this.layout==="horizontal"&&this.coordinateList.length!==0){var i=this.container.getBoundingClientRect(),a=i.x,o=i.y,s=i.height,u=this.coordinateList[this.activeIndex].coordinate,l=((r=window)===null||r===void 0?void 0:r.scrollX)||0,c=((n=window)===null||n===void 0?void 0:n.scrollY)||0,f=a+u+l,h=o+this.offset.top+s/2+c;this.mouseHandlerCallback({pageX:f,pageY:h})}}}])})();function SY(e,t,r){if(r==="number"&&t===!0&&Array.isArray(e)){var n=e==null?void 0:e[0],i=e==null?void 0:e[1];if(n&&i&&nt(n)&&nt(i))return!0}return!1}function OY(e,t,r,n){var i=n/2;return{stroke:"none",fill:"#ccc",x:e==="horizontal"?t.x-i:r.left+.5,y:e==="horizontal"?r.top+.5:t.y-i,width:e==="horizontal"?n:r.width-1,height:e==="horizontal"?r.height-1:n}}function SM(e){var t=e.cx,r=e.cy,n=e.radius,i=e.startAngle,a=e.endAngle,o=Ee(t,r,n,i),s=Ee(t,r,n,a);return{points:[o,s],cx:t,cy:r,radius:n,startAngle:i,endAngle:a}}function AY(e,t,r){var n,i,a,o;if(e==="horizontal")n=t.x,a=n,i=r.top,o=r.top+r.height;else if(e==="vertical")i=t.y,o=i,n=r.left,a=r.left+r.width;else if(t.cx!=null&&t.cy!=null)if(e==="centric"){var s=t.cx,u=t.cy,l=t.innerRadius,c=t.outerRadius,f=t.angle,h=Ee(s,u,l,f),p=Ee(s,u,c,f);n=h.x,i=h.y,a=p.x,o=p.y}else return SM(t);return[{x:n,y:i},{x:a,y:o}]}function Fs(e){"@babel/helpers - typeof";return Fs=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Fs(e)}function nA(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function Su(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?nA(Object(r),!0).forEach(function(n){PY(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):nA(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function PY(e,t,r){return t=TY(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function TY(e){var t=EY(e,"string");return Fs(t)=="symbol"?t:t+""}function EY(e,t){if(Fs(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(Fs(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function CY(e){var t,r,n=e.element,i=e.tooltipEventType,a=e.isActive,o=e.activeCoordinate,s=e.activePayload,u=e.offset,l=e.activeTooltipIndex,c=e.tooltipAxisBandSize,f=e.layout,h=e.chartName,p=(t=n.props.cursor)!==null&&t!==void 0?t:(r=n.type.defaultProps)===null||r===void 0?void 0:r.cursor;if(!n||!p||!a||!o||h!=="ScatterChart"&&i!=="axis")return null;var y,m=Ai;if(h==="ScatterChart")y=o,m=n6;else if(h==="BarChart")y=OY(f,o,u,c),m=Gg;else if(f==="radial"){var d=SM(o),g=d.cx,_=d.cy,b=d.radius,x=d.startAngle,v=d.endAngle;y={cx:g,cy:_,startAngle:x,endAngle:v,innerRadius:b,outerRadius:b},m=_C}else y={points:AY(f,o,u)},m=Ai;var w=Su(Su(Su(Su({stroke:"#ccc",pointerEvents:"none"},u),y),vt(p,!1)),{},{payload:s,payloadIndex:l,className:At("recharts-tooltip-cursor",p.className)});return O.isValidElement(p)?O.cloneElement(p,w):O.createElement(m,w)}var MY=["item"],kY=["children","className","width","height","style","compact","title","desc"];function Ya(e){"@babel/helpers - typeof";return Ya=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Ya(e)}function ia(){return ia=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},ia.apply(this,arguments)}function iA(e,t){return DY(e)||jY(e,t)||AM(e,t)||$Y()}function $Y(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
159
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function
|
|
160
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function AM(e,t){if(e){if(typeof e=="string")return mv(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);if(r==="Object"&&e.constructor&&(r=e.constructor.name),r==="Map"||r==="Set")return Array.from(e);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return mv(e,t)}}function WY(e){if(typeof Symbol<"u"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function GY(e){if(Array.isArray(e))return mv(e)}function mv(e,t){(t==null||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function oA(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function Y(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?oA(Object(r),!0).forEach(function(n){dt(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):oA(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function dt(e,t,r){return t=PM(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function PM(e){var t=HY(e,"string");return Ya(t)=="symbol"?t:t+""}function HY(e,t){if(Ya(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(Ya(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var KY={xAxis:["bottom","top"],yAxis:["left","right"]},YY={width:"100%",height:"100%"},TM={x:0,y:0};function Ou(e){return e}var XY=function(t,r){return r==="horizontal"?t.x:r==="vertical"?t.y:r==="centric"?t.angle:t.radius},VY=function(t,r,n,i){var a=r.find(function(c){return c&&c.index===n});if(a){if(t==="horizontal")return{x:a.coordinate,y:i.y};if(t==="vertical")return{x:i.x,y:a.coordinate};if(t==="centric"){var o=a.coordinate,s=i.radius;return Y(Y(Y({},i),Ee(i.cx,i.cy,s,o)),{},{angle:o,radius:s})}var u=a.coordinate,l=i.angle;return Y(Y(Y({},i),Ee(i.cx,i.cy,u,l)),{},{angle:l,radius:u})}return TM},jc=function(t,r){var n=r.graphicalItems,i=r.dataStartIndex,a=r.dataEndIndex,o=(n??[]).reduce(function(s,u){var l=u.props.data;return l&&l.length?[].concat(Xa(s),Xa(l)):s},[]);return o.length>0?o:t&&t.length&&nt(i)&&nt(a)?t.slice(i,a+1):[]};function EM(e){return e==="number"?[0,"auto"]:void 0}var yv=function(t,r,n,i){var a=t.graphicalItems,o=t.tooltipAxis,s=jc(r,t);return n<0||!a||!a.length||n>=s.length?null:a.reduce(function(u,l){var c,f=(c=l.props.data)!==null&&c!==void 0?c:r;f&&t.dataStartIndex+t.dataEndIndex!==0&&t.dataEndIndex-t.dataStartIndex>=n&&(f=f.slice(t.dataStartIndex,t.dataEndIndex+1));var h;if(o.dataKey&&!o.allowDuplicatedCategory){var p=f===void 0?s:f;h=ol(p,o.dataKey,i)}else h=f&&f[n]||s[n];return h?[].concat(Xa(u),[vC(l,h)]):u},[])},sA=function(t,r,n,i){var a=i||{x:t.chartX,y:t.chartY},o=XY(a,n),s=t.orderedTooltipTicks,u=t.tooltipAxis,l=t.tooltipTicks,c=DU(o,s,l,u);if(c>=0&&l){var f=l[c]&&l[c].value,h=yv(t,r,c,f),p=VY(n,s,c,a);return{activeTooltipIndex:c,activeLabel:f,activePayload:h,activeCoordinate:p}}return null},ZY=function(t,r){var n=r.axes,i=r.graphicalItems,a=r.axisType,o=r.axisIdKey,s=r.stackGroups,u=r.dataStartIndex,l=r.dataEndIndex,c=t.layout,f=t.children,h=t.stackOffset,p=dC(c,a);return n.reduce(function(y,m){var d,g=m.type.defaultProps!==void 0?Y(Y({},m.type.defaultProps),m.props):m.props,_=g.type,b=g.dataKey,x=g.allowDataOverflow,v=g.allowDuplicatedCategory,w=g.scale,S=g.ticks,A=g.includeHidden,P=g[o];if(y[P])return y;var C=jc(t.data,{graphicalItems:i.filter(function(B){var U,W=o in B.props?B.props[o]:(U=B.type.defaultProps)===null||U===void 0?void 0:U[o];return W===P}),dataStartIndex:u,dataEndIndex:l}),T=C.length,E,k,j;SY(g.domain,x,_)&&(E=My(g.domain,null,x),p&&(_==="number"||w!=="auto")&&(j=Wo(C,b,"category")));var $=EM(_);if(!E||E.length===0){var M,I=(M=g.domain)!==null&&M!==void 0?M:$;if(b){if(E=Wo(C,b,_),_==="category"&&p){var L=LF(E);v&&L?(k=E,E=fs(0,T)):v||(E=hS(I,E,m).reduce(function(B,U){return B.indexOf(U)>=0?B:[].concat(Xa(B),[U])},[]))}else if(_==="category")v?E=E.filter(function(B){return B!==""&&!yt(B)}):E=hS(I,E,m).reduce(function(B,U){return B.indexOf(U)>=0||U===""||yt(U)?B:[].concat(Xa(B),[U])},[]);else if(_==="number"){var q=BU(C,i.filter(function(B){var U,W,X=o in B.props?B.props[o]:(U=B.type.defaultProps)===null||U===void 0?void 0:U[o],Z="hide"in B.props?B.props.hide:(W=B.type.defaultProps)===null||W===void 0?void 0:W.hide;return X===P&&(A||!Z)}),b,a,c);q&&(E=q)}p&&(_==="number"||w!=="auto")&&(j=Wo(C,b,"category"))}else p?E=fs(0,T):s&&s[P]&&s[P].hasStack&&_==="number"?E=h==="expand"?[0,1]:yC(s[P].stackGroups,u,l):E=pC(C,i.filter(function(B){var U=o in B.props?B.props[o]:B.type.defaultProps[o],W="hide"in B.props?B.props.hide:B.type.defaultProps.hide;return U===P&&(A||!W)}),_,c,!0);if(_==="number")E=pv(f,E,P,a,S),I&&(E=My(I,E,x));else if(_==="category"&&I){var R=I,D=E.every(function(B){return R.indexOf(B)>=0});D&&(E=R)}}return Y(Y({},y),{},dt({},P,Y(Y({},g),{},{axisType:a,domain:E,categoricalDomain:j,duplicateDomain:k,originalDomain:(d=g.domain)!==null&&d!==void 0?d:$,isCategorical:p,layout:c})))},{})},JY=function(t,r){var n=r.graphicalItems,i=r.Axis,a=r.axisType,o=r.axisIdKey,s=r.stackGroups,u=r.dataStartIndex,l=r.dataEndIndex,c=t.layout,f=t.children,h=jc(t.data,{graphicalItems:n,dataStartIndex:u,dataEndIndex:l}),p=h.length,y=dC(c,a),m=-1;return n.reduce(function(d,g){var _=g.type.defaultProps!==void 0?Y(Y({},g.type.defaultProps),g.props):g.props,b=_[o],x=EM("number");if(!d[b]){m++;var v;return y?v=fs(0,p):s&&s[b]&&s[b].hasStack?(v=yC(s[b].stackGroups,u,l),v=pv(f,v,b,a)):(v=My(x,pC(h,n.filter(function(w){var S,A,P=o in w.props?w.props[o]:(S=w.type.defaultProps)===null||S===void 0?void 0:S[o],C="hide"in w.props?w.props.hide:(A=w.type.defaultProps)===null||A===void 0?void 0:A.hide;return P===b&&!C}),"number",c),i.defaultProps.allowDataOverflow),v=pv(f,v,b,a)),Y(Y({},d),{},dt({},b,Y(Y({axisType:a},i.defaultProps),{},{hide:!0,orientation:Tr(KY,"".concat(a,".").concat(m%2),null),domain:v,originalDomain:x,isCategorical:y,layout:c})))}return d},{})},QY=function(t,r){var n=r.axisType,i=n===void 0?"xAxis":n,a=r.AxisComp,o=r.graphicalItems,s=r.stackGroups,u=r.dataStartIndex,l=r.dataEndIndex,c=t.children,f="".concat(i,"Id"),h=tr(c,a),p={};return h&&h.length?p=ZY(t,{axes:h,graphicalItems:o,axisType:i,axisIdKey:f,stackGroups:s,dataStartIndex:u,dataEndIndex:l}):o&&o.length&&(p=JY(t,{Axis:a,graphicalItems:o,axisType:i,axisIdKey:f,stackGroups:s,dataStartIndex:u,dataEndIndex:l})),p},tX=function(t){var r=In(t),n=yn(r,!1,!0);return{tooltipTicks:n,orderedTooltipTicks:hc(n,function(i){return i.coordinate}),tooltipAxis:r,tooltipAxisBandSize:vl(r,n)}},uA=function(t){var r=t.children,n=t.defaultShowTooltip,i=ur(r,Ra),a=0,o=0;return t.data&&t.data.length!==0&&(o=t.data.length-1),i&&i.props&&(i.props.startIndex>=0&&(a=i.props.startIndex),i.props.endIndex>=0&&(o=i.props.endIndex)),{chartX:0,chartY:0,dataStartIndex:a,dataEndIndex:o,activeTooltipIndex:-1,isTooltipActive:!!n}},eX=function(t){return!t||!t.length?!1:t.some(function(r){var n=vn(r&&r.type);return n&&n.indexOf("Bar")>=0})},lA=function(t){return t==="horizontal"?{numericAxisName:"yAxis",cateAxisName:"xAxis"}:t==="vertical"?{numericAxisName:"xAxis",cateAxisName:"yAxis"}:t==="centric"?{numericAxisName:"radiusAxis",cateAxisName:"angleAxis"}:{numericAxisName:"angleAxis",cateAxisName:"radiusAxis"}},rX=function(t,r){var n=t.props,i=t.graphicalItems,a=t.xAxisMap,o=a===void 0?{}:a,s=t.yAxisMap,u=s===void 0?{}:s,l=n.width,c=n.height,f=n.children,h=n.margin||{},p=ur(f,Ra),y=ur(f,Si),m=Object.keys(u).reduce(function(v,w){var S=u[w],A=S.orientation;return!S.mirror&&!S.hide?Y(Y({},v),{},dt({},A,v[A]+S.width)):v},{left:h.left||0,right:h.right||0}),d=Object.keys(o).reduce(function(v,w){var S=o[w],A=S.orientation;return!S.mirror&&!S.hide?Y(Y({},v),{},dt({},A,Tr(v,"".concat(A))+S.height)):v},{top:h.top||0,bottom:h.bottom||0}),g=Y(Y({},d),m),_=g.bottom;p&&(g.bottom+=p.props.height||Ra.defaultProps.height),y&&r&&(g=NU(g,i,n,r));var b=l-g.left-g.right,x=c-g.top-g.bottom;return Y(Y({brushBottom:_},g),{},{width:Math.max(b,0),height:Math.max(x,0)})},nX=function(t,r){if(r==="xAxis")return t[r].width;if(r==="yAxis")return t[r].height},iX=function(t){var r=t.chartName,n=t.GraphicalChild,i=t.defaultTooltipEventType,a=i===void 0?"axis":i,o=t.validateTooltipEventTypes,s=o===void 0?["axis"]:o,u=t.axisComponents,l=t.legendContent,c=t.formatAxisMap,f=t.defaultProps,h=function(g,_){var b=_.graphicalItems,x=_.stackGroups,v=_.offset,w=_.updateId,S=_.dataStartIndex,A=_.dataEndIndex,P=g.barSize,C=g.layout,T=g.barGap,E=g.barCategoryGap,k=g.maxBarSize,j=lA(C),$=j.numericAxisName,M=j.cateAxisName,I=eX(b),L=[];return b.forEach(function(q,R){var D=jc(g.data,{graphicalItems:[q],dataStartIndex:S,dataEndIndex:A}),B=q.type.defaultProps!==void 0?Y(Y({},q.type.defaultProps),q.props):q.props,U=B.dataKey,W=B.maxBarSize,X=B["".concat($,"Id")],Z=B["".concat(M,"Id")],Q={},K=u.reduce(function(ft,wt){var Et,Vt,Mt=_["".concat(wt.axisType,"Map")],Dt=B["".concat(wt.axisType,"Id")];Mt&&Mt[Dt]||wt.axisType==="zAxis"||(process.env.NODE_ENV!=="production"?Ye(!1,"Specifying a(n) ".concat(wt.axisType,"Id requires a corresponding ").concat(wt.axisType,"Id on the targeted graphical component ").concat((Et=q==null||(Vt=q.type)===null||Vt===void 0?void 0:Vt.displayName)!==null&&Et!==void 0?Et:"")):Ye());var Pe=Mt[Dt];return Y(Y({},ft),{},dt(dt({},wt.axisType,Pe),"".concat(wt.axisType,"Ticks"),yn(Pe)))},Q),F=K[M],G=K["".concat(M,"Ticks")],J=x&&x[X]&&x[X].hasStack&&ZU(q,x[X].stackGroups),N=vn(q.type).indexOf("Bar")>=0,ut=vl(F,G),H=[],st=I&&RU({barSize:P,stackGroups:x,totalSize:nX(K,M)});if(N){var ht,at,pt=yt(W)?k:W,Tt=(ht=(at=vl(F,G,!0))!==null&&at!==void 0?at:pt)!==null&&ht!==void 0?ht:0;H=IU({barGap:T,barCategoryGap:E,bandSize:Tt!==ut?Tt:ut,sizeList:st[Z],maxBarSize:pt}),Tt!==ut&&(H=H.map(function(ft){return Y(Y({},ft),{},{position:Y(Y({},ft.position),{},{offset:ft.position.offset-Tt/2})})}))}var it=q&&q.type&&q.type.getComposedData;it&&L.push({props:Y(Y({},it(Y(Y({},K),{},{displayedData:D,props:g,dataKey:U,item:q,bandSize:ut,barPosition:H,offset:v,stackedData:J,layout:C,dataStartIndex:S,dataEndIndex:A}))),{},dt(dt(dt({key:q.key||"item-".concat(R)},$,K[$]),M,K[M]),"animationId",w)),childIndex:ZF(q,g.children),item:q})}),L},p=function(g,_){var b=g.props,x=g.dataStartIndex,v=g.dataEndIndex,w=g.updateId;if(!X1({props:b}))return null;var S=b.children,A=b.layout,P=b.stackOffset,C=b.data,T=b.reverseStackOrder,E=lA(A),k=E.numericAxisName,j=E.cateAxisName,$=tr(S,n),M=YU(C,$,"".concat(k,"Id"),"".concat(j,"Id"),P,T),I=u.reduce(function(B,U){var W="".concat(U.axisType,"Map");return Y(Y({},B),{},dt({},W,QY(b,Y(Y({},U),{},{graphicalItems:$,stackGroups:U.axisType===k&&M,dataStartIndex:x,dataEndIndex:v}))))},{}),L=rX(Y(Y({},I),{},{props:b,graphicalItems:$}),_==null?void 0:_.legendBBox);Object.keys(I).forEach(function(B){I[B]=c(b,I[B],L,B.replace("Map",""),r)});var q=I["".concat(j,"Map")],R=tX(q),D=h(b,Y(Y({},I),{},{dataStartIndex:x,dataEndIndex:v,updateId:w,graphicalItems:$,stackGroups:M,offset:L}));return Y(Y({formattedGraphicalItems:D,graphicalItems:$,offset:L,stackGroups:M},R),I)},y=(function(d){function g(_){var b,x,v;return IY(this,g),v=BY(this,g,[_]),dt(v,"eventEmitterSymbol",Symbol("rechartsEventEmitter")),dt(v,"accessibilityManager",new wY),dt(v,"handleLegendBBoxUpdate",function(w){if(w){var S=v.state,A=S.dataStartIndex,P=S.dataEndIndex,C=S.updateId;v.setState(Y({legendBBox:w},p({props:v.props,dataStartIndex:A,dataEndIndex:P,updateId:C},Y(Y({},v.state),{},{legendBBox:w}))))}}),dt(v,"handleReceiveSyncEvent",function(w,S,A){if(v.props.syncId===w){if(A===v.eventEmitterSymbol&&typeof v.props.syncMethod!="function")return;v.applySyncEvent(S)}}),dt(v,"handleBrushChange",function(w){var S=w.startIndex,A=w.endIndex;if(S!==v.state.dataStartIndex||A!==v.state.dataEndIndex){var P=v.state.updateId;v.setState(function(){return Y({dataStartIndex:S,dataEndIndex:A},p({props:v.props,dataStartIndex:S,dataEndIndex:A,updateId:P},v.state))}),v.triggerSyncEvent({dataStartIndex:S,dataEndIndex:A})}}),dt(v,"handleMouseEnter",function(w){var S=v.getMouseInfo(w);if(S){var A=Y(Y({},S),{},{isTooltipActive:!0});v.setState(A),v.triggerSyncEvent(A);var P=v.props.onMouseEnter;gt(P)&&P(A,w)}}),dt(v,"triggeredAfterMouseMove",function(w){var S=v.getMouseInfo(w),A=S?Y(Y({},S),{},{isTooltipActive:!0}):{isTooltipActive:!1};v.setState(A),v.triggerSyncEvent(A);var P=v.props.onMouseMove;gt(P)&&P(A,w)}),dt(v,"handleItemMouseEnter",function(w){v.setState(function(){return{isTooltipActive:!0,activeItem:w,activePayload:w.tooltipPayload,activeCoordinate:w.tooltipPosition||{x:w.cx,y:w.cy}}})}),dt(v,"handleItemMouseLeave",function(){v.setState(function(){return{isTooltipActive:!1}})}),dt(v,"handleMouseMove",function(w){w.persist(),v.throttleTriggeredAfterMouseMove(w)}),dt(v,"handleMouseLeave",function(w){v.throttleTriggeredAfterMouseMove.cancel();var S={isTooltipActive:!1};v.setState(S),v.triggerSyncEvent(S);var A=v.props.onMouseLeave;gt(A)&&A(S,w)}),dt(v,"handleOuterEvent",function(w){var S=VF(w),A=Tr(v.props,"".concat(S));if(S&>(A)){var P,C;/.*touch.*/i.test(S)?C=v.getMouseInfo(w.changedTouches[0]):C=v.getMouseInfo(w),A((P=C)!==null&&P!==void 0?P:{},w)}}),dt(v,"handleClick",function(w){var S=v.getMouseInfo(w);if(S){var A=Y(Y({},S),{},{isTooltipActive:!0});v.setState(A),v.triggerSyncEvent(A);var P=v.props.onClick;gt(P)&&P(A,w)}}),dt(v,"handleMouseDown",function(w){var S=v.props.onMouseDown;if(gt(S)){var A=v.getMouseInfo(w);S(A,w)}}),dt(v,"handleMouseUp",function(w){var S=v.props.onMouseUp;if(gt(S)){var A=v.getMouseInfo(w);S(A,w)}}),dt(v,"handleTouchMove",function(w){w.changedTouches!=null&&w.changedTouches.length>0&&v.throttleTriggeredAfterMouseMove(w.changedTouches[0])}),dt(v,"handleTouchStart",function(w){w.changedTouches!=null&&w.changedTouches.length>0&&v.handleMouseDown(w.changedTouches[0])}),dt(v,"handleTouchEnd",function(w){w.changedTouches!=null&&w.changedTouches.length>0&&v.handleMouseUp(w.changedTouches[0])}),dt(v,"handleDoubleClick",function(w){var S=v.props.onDoubleClick;if(gt(S)){var A=v.getMouseInfo(w);S(A,w)}}),dt(v,"handleContextMenu",function(w){var S=v.props.onContextMenu;if(gt(S)){var A=v.getMouseInfo(w);S(A,w)}}),dt(v,"triggerSyncEvent",function(w){v.props.syncId!==void 0&&pm.emit(dm,v.props.syncId,w,v.eventEmitterSymbol)}),dt(v,"applySyncEvent",function(w){var S=v.props,A=S.layout,P=S.syncMethod,C=v.state.updateId,T=w.dataStartIndex,E=w.dataEndIndex;if(w.dataStartIndex!==void 0||w.dataEndIndex!==void 0)v.setState(Y({dataStartIndex:T,dataEndIndex:E},p({props:v.props,dataStartIndex:T,dataEndIndex:E,updateId:C},v.state)));else if(w.activeTooltipIndex!==void 0){var k=w.chartX,j=w.chartY,$=w.activeTooltipIndex,M=v.state,I=M.offset,L=M.tooltipTicks;if(!I)return;if(typeof P=="function")$=P(L,w);else if(P==="value"){$=-1;for(var q=0;q<L.length;q++)if(L[q].value===w.activeLabel){$=q;break}}var R=Y(Y({},I),{},{x:I.left,y:I.top}),D=Math.min(k,R.x+R.width),B=Math.min(j,R.y+R.height),U=L[$]&&L[$].value,W=yv(v.state,v.props.data,$),X=L[$]?{x:A==="horizontal"?L[$].coordinate:D,y:A==="horizontal"?B:L[$].coordinate}:TM;v.setState(Y(Y({},w),{},{activeLabel:U,activeCoordinate:X,activePayload:W,activeTooltipIndex:$}))}else v.setState(w)}),dt(v,"renderCursor",function(w){var S,A=v.state,P=A.isTooltipActive,C=A.activeCoordinate,T=A.activePayload,E=A.offset,k=A.activeTooltipIndex,j=A.tooltipAxisBandSize,$=v.getTooltipEventType(),M=(S=w.props.active)!==null&&S!==void 0?S:P,I=v.props.layout,L=w.key||"_recharts-cursor";return O.createElement(CY,{key:L,activeCoordinate:C,activePayload:T,activeTooltipIndex:k,chartName:r,element:w,isActive:M,layout:I,offset:E,tooltipAxisBandSize:j,tooltipEventType:$})}),dt(v,"renderPolarAxis",function(w,S,A){var P=Tr(w,"type.axisType"),C=Tr(v.state,"".concat(P,"Map")),T=w.type.defaultProps,E=T!==void 0?Y(Y({},T),w.props):w.props,k=C&&C[E["".concat(P,"Id")]];return O.cloneElement(w,Y(Y({},k),{},{className:At(P,k.className),key:w.key||"".concat(S,"-").concat(A),ticks:yn(k,!0)}))}),dt(v,"renderPolarGrid",function(w){var S=w.props,A=S.radialLines,P=S.polarAngles,C=S.polarRadius,T=v.state,E=T.radiusAxisMap,k=T.angleAxisMap,j=In(E),$=In(k),M=$.cx,I=$.cy,L=$.innerRadius,q=$.outerRadius;return O.cloneElement(w,{polarAngles:Array.isArray(P)?P:yn($,!0).map(function(R){return R.coordinate}),polarRadius:Array.isArray(C)?C:yn(j,!0).map(function(R){return R.coordinate}),cx:M,cy:I,innerRadius:L,outerRadius:q,key:w.key||"polar-grid",radialLines:A})}),dt(v,"renderLegend",function(){var w=v.state.formattedGraphicalItems,S=v.props,A=S.children,P=S.width,C=S.height,T=v.props.margin||{},E=P-(T.left||0)-(T.right||0),k=fC({children:A,formattedGraphicalItems:w,legendWidth:E,legendContent:l});if(!k)return null;var j=k.item,$=aA(k,MY);return O.cloneElement(j,Y(Y({},$),{},{chartWidth:P,chartHeight:C,margin:T,onBBoxUpdate:v.handleLegendBBoxUpdate}))}),dt(v,"renderTooltip",function(){var w,S=v.props,A=S.children,P=S.accessibilityLayer,C=ur(A,Kr);if(!C)return null;var T=v.state,E=T.isTooltipActive,k=T.activeCoordinate,j=T.activePayload,$=T.activeLabel,M=T.offset,I=(w=C.props.active)!==null&&w!==void 0?w:E;return O.cloneElement(C,{viewBox:Y(Y({},M),{},{x:M.left,y:M.top}),active:I,label:$,payload:I?j:[],coordinate:k,accessibilityLayer:P})}),dt(v,"renderBrush",function(w){var S=v.props,A=S.margin,P=S.data,C=v.state,T=C.offset,E=C.dataStartIndex,k=C.dataEndIndex,j=C.updateId;return O.cloneElement(w,{key:w.key||"_recharts-brush",onChange:vu(v.handleBrushChange,w.props.onChange),data:P,x:nt(w.props.x)?w.props.x:T.left,y:nt(w.props.y)?w.props.y:T.top+T.height+T.brushBottom-(A.bottom||0),width:nt(w.props.width)?w.props.width:T.width,startIndex:E,endIndex:k,updateId:"brush-".concat(j)})}),dt(v,"renderReferenceElement",function(w,S,A){if(!w)return null;var P=v,C=P.clipPathId,T=v.state,E=T.xAxisMap,k=T.yAxisMap,j=T.offset,$=w.type.defaultProps||{},M=w.props,I=M.xAxisId,L=I===void 0?$.xAxisId:I,q=M.yAxisId,R=q===void 0?$.yAxisId:q;return O.cloneElement(w,{key:w.key||"".concat(S,"-").concat(A),xAxis:E[L],yAxis:k[R],viewBox:{x:j.left,y:j.top,width:j.width,height:j.height},clipPathId:C})}),dt(v,"renderActivePoints",function(w){var S=w.item,A=w.activePoint,P=w.basePoint,C=w.childIndex,T=w.isRange,E=[],k=S.props.key,j=S.item.type.defaultProps!==void 0?Y(Y({},S.item.type.defaultProps),S.item.props):S.item.props,$=j.activeDot,M=j.dataKey,I=Y(Y({index:C,dataKey:M,cx:A.x,cy:A.y,r:4,fill:Ug(S.item),strokeWidth:2,stroke:"#fff",payload:A.payload,value:A.value},vt($,!1)),sl($));return E.push(g.renderActiveDot($,I,"".concat(k,"-activePoint-").concat(C))),P?E.push(g.renderActiveDot($,Y(Y({},I),{},{cx:P.x,cy:P.y}),"".concat(k,"-basePoint-").concat(C))):T&&E.push(null),E}),dt(v,"renderGraphicChild",function(w,S,A){var P=v.filterFormatItem(w,S,A);if(!P)return null;var C=v.getTooltipEventType(),T=v.state,E=T.isTooltipActive,k=T.tooltipAxis,j=T.activeTooltipIndex,$=T.activeLabel,M=v.props.children,I=ur(M,Kr),L=P.props,q=L.points,R=L.isRange,D=L.baseLine,B=P.item.type.defaultProps!==void 0?Y(Y({},P.item.type.defaultProps),P.item.props):P.item.props,U=B.activeDot,W=B.hide,X=B.activeBar,Z=B.activeShape,Q=!!(!W&&E&&I&&(U||X||Z)),K={};C!=="axis"&&I&&I.props.trigger==="click"?K={onClick:vu(v.handleItemMouseEnter,w.props.onClick)}:C!=="axis"&&(K={onMouseLeave:vu(v.handleItemMouseLeave,w.props.onMouseLeave),onMouseEnter:vu(v.handleItemMouseEnter,w.props.onMouseEnter)});var F=O.cloneElement(w,Y(Y({},P.props),K));function G(wt){return typeof k.dataKey=="function"?k.dataKey(wt.payload):null}if(Q)if(j>=0){var J,N;if(k.dataKey&&!k.allowDuplicatedCategory){var ut=typeof k.dataKey=="function"?G:"payload.".concat(k.dataKey.toString());J=ol(q,ut,$),N=R&&D&&ol(D,ut,$)}else J=q==null?void 0:q[j],N=R&&D&&D[j];if(Z||X){var H=w.props.activeIndex!==void 0?w.props.activeIndex:j;return[O.cloneElement(w,Y(Y(Y({},P.props),K),{},{activeIndex:H})),null,null]}if(!yt(J))return[F].concat(Xa(v.renderActivePoints({item:P,activePoint:J,basePoint:N,childIndex:j,isRange:R})))}else{var st,ht=(st=v.getItemByXY(v.state.activeCoordinate))!==null&&st!==void 0?st:{graphicalItem:F},at=ht.graphicalItem,pt=at.item,Tt=pt===void 0?w:pt,it=at.childIndex,ft=Y(Y(Y({},P.props),K),{},{activeIndex:it});return[O.cloneElement(Tt,ft),null,null]}return R?[F,null,null]:[F,null]}),dt(v,"renderCustomized",function(w,S,A){return O.cloneElement(w,Y(Y({key:"recharts-customized-".concat(A)},v.props),v.state))}),dt(v,"renderMap",{CartesianGrid:{handler:Ou,once:!0},ReferenceArea:{handler:v.renderReferenceElement},ReferenceLine:{handler:Ou},ReferenceDot:{handler:v.renderReferenceElement},XAxis:{handler:Ou},YAxis:{handler:Ou},Brush:{handler:v.renderBrush,once:!0},Bar:{handler:v.renderGraphicChild},Line:{handler:v.renderGraphicChild},Area:{handler:v.renderGraphicChild},Radar:{handler:v.renderGraphicChild},RadialBar:{handler:v.renderGraphicChild},Scatter:{handler:v.renderGraphicChild},Pie:{handler:v.renderGraphicChild},Funnel:{handler:v.renderGraphicChild},Tooltip:{handler:v.renderCursor,once:!0},PolarGrid:{handler:v.renderPolarGrid,once:!0},PolarAngleAxis:{handler:v.renderPolarAxis},PolarRadiusAxis:{handler:v.renderPolarAxis},Customized:{handler:v.renderCustomized}}),v.clipPathId="".concat((b=_.id)!==null&&b!==void 0?b:Fi("recharts"),"-clip"),v.throttleTriggeredAfterMouseMove=WE(v.triggeredAfterMouseMove,(x=_.throttleDelay)!==null&&x!==void 0?x:1e3/60),v.state={},v}return zY(g,d),LY(g,[{key:"componentDidMount",value:function(){var b,x;this.addListener(),this.accessibilityManager.setDetails({container:this.container,offset:{left:(b=this.props.margin.left)!==null&&b!==void 0?b:0,top:(x=this.props.margin.top)!==null&&x!==void 0?x:0},coordinateList:this.state.tooltipTicks,mouseHandlerCallback:this.triggeredAfterMouseMove,layout:this.props.layout}),this.displayDefaultTooltip()}},{key:"displayDefaultTooltip",value:function(){var b=this.props,x=b.children,v=b.data,w=b.height,S=b.layout,A=ur(x,Kr);if(A){var P=A.props.defaultIndex;if(!(typeof P!="number"||P<0||P>this.state.tooltipTicks.length-1)){var C=this.state.tooltipTicks[P]&&this.state.tooltipTicks[P].value,T=yv(this.state,v,P,C),E=this.state.tooltipTicks[P].coordinate,k=(this.state.offset.top+w)/2,j=S==="horizontal",$=j?{x:E,y:k}:{y:E,x:k},M=this.state.formattedGraphicalItems.find(function(L){var q=L.item;return q.type.name==="Scatter"});M&&($=Y(Y({},$),M.props.points[P].tooltipPosition),T=M.props.points[P].tooltipPayload);var I={activeTooltipIndex:P,isTooltipActive:!0,activeLabel:C,activePayload:T,activeCoordinate:$};this.setState(I),this.renderCursor(A),this.accessibilityManager.setIndex(P)}}}},{key:"getSnapshotBeforeUpdate",value:function(b,x){if(!this.props.accessibilityLayer)return null;if(this.state.tooltipTicks!==x.tooltipTicks&&this.accessibilityManager.setDetails({coordinateList:this.state.tooltipTicks}),this.props.layout!==b.layout&&this.accessibilityManager.setDetails({layout:this.props.layout}),this.props.margin!==b.margin){var v,w;this.accessibilityManager.setDetails({offset:{left:(v=this.props.margin.left)!==null&&v!==void 0?v:0,top:(w=this.props.margin.top)!==null&&w!==void 0?w:0}})}return null}},{key:"componentDidUpdate",value:function(b){ly([ur(b.children,Kr)],[ur(this.props.children,Kr)])||this.displayDefaultTooltip()}},{key:"componentWillUnmount",value:function(){this.removeListener(),this.throttleTriggeredAfterMouseMove.cancel()}},{key:"getTooltipEventType",value:function(){var b=ur(this.props.children,Kr);if(b&&typeof b.props.shared=="boolean"){var x=b.props.shared?"axis":"item";return s.indexOf(x)>=0?x:a}return a}},{key:"getMouseInfo",value:function(b){if(!this.container)return null;var x=this.container,v=x.getBoundingClientRect(),w=e3(v),S={chartX:Math.round(b.pageX-w.left),chartY:Math.round(b.pageY-w.top)},A=v.width/x.offsetWidth||1,P=this.inRange(S.chartX,S.chartY,A);if(!P)return null;var C=this.state,T=C.xAxisMap,E=C.yAxisMap,k=this.getTooltipEventType(),j=sA(this.state,this.props.data,this.props.layout,P);if(k!=="axis"&&T&&E){var $=In(T).scale,M=In(E).scale,I=$&&$.invert?$.invert(S.chartX):null,L=M&&M.invert?M.invert(S.chartY):null;return Y(Y({},S),{},{xValue:I,yValue:L},j)}return j?Y(Y({},S),j):null}},{key:"inRange",value:function(b,x){var v=arguments.length>2&&arguments[2]!==void 0?arguments[2]:1,w=this.props.layout,S=b/v,A=x/v;if(w==="horizontal"||w==="vertical"){var P=this.state.offset,C=S>=P.left&&S<=P.left+P.width&&A>=P.top&&A<=P.top+P.height;return C?{x:S,y:A}:null}var T=this.state,E=T.angleAxisMap,k=T.radiusAxisMap;if(E&&k){var j=In(E);return mS({x:S,y:A},j)}return null}},{key:"parseEventsOfWrapper",value:function(){var b=this.props.children,x=this.getTooltipEventType(),v=ur(b,Kr),w={};v&&x==="axis"&&(v.props.trigger==="click"?w={onClick:this.handleClick}:w={onMouseEnter:this.handleMouseEnter,onDoubleClick:this.handleDoubleClick,onMouseMove:this.handleMouseMove,onMouseLeave:this.handleMouseLeave,onTouchMove:this.handleTouchMove,onTouchStart:this.handleTouchStart,onTouchEnd:this.handleTouchEnd,onContextMenu:this.handleContextMenu});var S=sl(this.props,this.handleOuterEvent);return Y(Y({},S),w)}},{key:"addListener",value:function(){pm.on(dm,this.handleReceiveSyncEvent)}},{key:"removeListener",value:function(){pm.removeListener(dm,this.handleReceiveSyncEvent)}},{key:"filterFormatItem",value:function(b,x,v){for(var w=this.state.formattedGraphicalItems,S=0,A=w.length;S<A;S++){var P=w[S];if(P.item===b||P.props.key===b.key||x===vn(P.item.type)&&v===P.childIndex)return P}return null}},{key:"renderClipPath",value:function(){var b=this.clipPathId,x=this.state.offset,v=x.left,w=x.top,S=x.height,A=x.width;return O.createElement("defs",null,O.createElement("clipPath",{id:b},O.createElement("rect",{x:v,y:w,height:S,width:A})))}},{key:"getXScales",value:function(){var b=this.state.xAxisMap;return b?Object.entries(b).reduce(function(x,v){var w=iA(v,2),S=w[0],A=w[1];return Y(Y({},x),{},dt({},S,A.scale))},{}):null}},{key:"getYScales",value:function(){var b=this.state.yAxisMap;return b?Object.entries(b).reduce(function(x,v){var w=iA(v,2),S=w[0],A=w[1];return Y(Y({},x),{},dt({},S,A.scale))},{}):null}},{key:"getXScaleByAxisId",value:function(b){var x;return(x=this.state.xAxisMap)===null||x===void 0||(x=x[b])===null||x===void 0?void 0:x.scale}},{key:"getYScaleByAxisId",value:function(b){var x;return(x=this.state.yAxisMap)===null||x===void 0||(x=x[b])===null||x===void 0?void 0:x.scale}},{key:"getItemByXY",value:function(b){var x=this.state,v=x.formattedGraphicalItems,w=x.activeItem;if(v&&v.length)for(var S=0,A=v.length;S<A;S++){var P=v[S],C=P.props,T=P.item,E=T.type.defaultProps!==void 0?Y(Y({},T.type.defaultProps),T.props):T.props,k=vn(T.type);if(k==="Bar"){var j=(C.data||[]).find(function(L){return KG(b,L)});if(j)return{graphicalItem:P,payload:j}}else if(k==="RadialBar"){var $=(C.data||[]).find(function(L){return mS(b,L)});if($)return{graphicalItem:P,payload:$}}else if(_c(P,w)||xc(P,w)||Is(P,w)){var M=I6({graphicalItem:P,activeTooltipItem:w,itemData:E.data}),I=E.activeIndex===void 0?M:E.activeIndex;return{graphicalItem:Y(Y({},P),{},{childIndex:I}),payload:Is(P,w)?E.data[M]:P.props.data[M]}}}return null}},{key:"render",value:function(){var b=this;if(!X1(this))return null;var x=this.props,v=x.children,w=x.className,S=x.width,A=x.height,P=x.style,C=x.compact,T=x.title,E=x.desc,k=aA(x,kY),j=vt(k,!1);if(C)return O.createElement(RO,{state:this.state,width:this.props.width,height:this.props.height,clipPathId:this.clipPathId},O.createElement(fy,ia({},j,{width:S,height:A,title:T,desc:E}),this.renderClipPath(),Z1(v,this.renderMap)));if(this.props.accessibilityLayer){var $,M;j.tabIndex=($=this.props.tabIndex)!==null&&$!==void 0?$:0,j.role=(M=this.props.role)!==null&&M!==void 0?M:"application",j.onKeyDown=function(L){b.accessibilityManager.keyboardEvent(L)},j.onFocus=function(){b.accessibilityManager.focus()}}var I=this.parseEventsOfWrapper();return O.createElement(RO,{state:this.state,width:this.props.width,height:this.props.height,clipPathId:this.clipPathId},O.createElement("div",ia({className:At("recharts-wrapper",w),style:Y({position:"relative",cursor:"default",width:S,height:A},P)},I,{ref:function(q){b.container=q}}),O.createElement(fy,ia({},j,{width:S,height:A,title:T,desc:E,style:YY}),this.renderClipPath(),Z1(v,this.renderMap)),this.renderLegend(),this.renderTooltip()))}}])})(O.Component);dt(y,"displayName",r),dt(y,"defaultProps",Y({layout:"horizontal",stackOffset:"none",barCategoryGap:"10%",barGap:4,margin:{top:5,right:5,bottom:5,left:5},reverseStackOrder:!1,syncMethod:"index"},f)),dt(y,"getDerivedStateFromProps",function(d,g){var _=d.dataKey,b=d.data,x=d.children,v=d.width,w=d.height,S=d.layout,A=d.stackOffset,P=d.margin,C=g.dataStartIndex,T=g.dataEndIndex;if(g.updateId===void 0){var E=uA(d);return Y(Y(Y({},E),{},{updateId:0},p(Y(Y({props:d},E),{},{updateId:0}),g)),{},{prevDataKey:_,prevData:b,prevWidth:v,prevHeight:w,prevLayout:S,prevStackOffset:A,prevMargin:P,prevChildren:x})}if(_!==g.prevDataKey||b!==g.prevData||v!==g.prevWidth||w!==g.prevHeight||S!==g.prevLayout||A!==g.prevStackOffset||!pa(P,g.prevMargin)){var k=uA(d),j={chartX:g.chartX,chartY:g.chartY,isTooltipActive:g.isTooltipActive},$=Y(Y({},sA(g,b,S)),{},{updateId:g.updateId+1}),M=Y(Y(Y({},k),j),$);return Y(Y(Y({},M),p(Y({props:d},M),g)),{},{prevDataKey:_,prevData:b,prevWidth:v,prevHeight:w,prevLayout:S,prevStackOffset:A,prevMargin:P,prevChildren:x})}if(!ly(x,g.prevChildren)){var I,L,q,R,D=ur(x,Ra),B=D&&(I=(L=D.props)===null||L===void 0?void 0:L.startIndex)!==null&&I!==void 0?I:C,U=D&&(q=(R=D.props)===null||R===void 0?void 0:R.endIndex)!==null&&q!==void 0?q:T,W=B!==C||U!==T,X=!yt(b),Z=X&&!W?g.updateId:g.updateId+1;return Y(Y({updateId:Z},p(Y(Y({props:d},g),{},{updateId:Z,dataStartIndex:B,dataEndIndex:U}),g)),{},{prevChildren:x,dataStartIndex:B,dataEndIndex:U})}return null}),dt(y,"renderActiveDot",function(d,g,_){var b;return O.isValidElement(d)?b=O.cloneElement(d,g):gt(d)?b=d(g):b=O.createElement(bc,g),O.createElement(jt,{className:"recharts-active-dot",key:_},b)});var m=O.forwardRef(function(g,_){return O.createElement(y,ia({},g,{ref:_}))});return m.displayName=y.displayName,m},aX=iX({chartName:"ComposedChart",GraphicalChild:[Ec,ei,ao,Mc],axisComponents:[{axisType:"xAxis",AxisComp:kc},{axisType:"yAxis",AxisComp:$c},{axisType:"zAxis",AxisComp:Cc}],formatAxisMap:EH});const Ao=()=>{var e,t;try{return((t=(e=globalThis.process)==null?void 0:e.env)==null?void 0:t.NODE_ENV)==="development"}catch{return!1}},oX=e=>new Date(e).toLocaleDateString("en-US",{month:"short",day:"numeric",year:"numeric"}),sX=e=>new Intl.NumberFormat("en-US").format(e);function uX(e){const{data:t,categories:r,formatDate:n,formatValue:i}=e,a=O.useMemo(()=>{if(!t||t.length===0)return Ao()&&console.warn("StackedAreaChart: No data provided. Chart will be empty."),[];const h=[...t].sort((y,m)=>y.timestamp-m.timestamp);return h.some(y=>typeof y.timestamp!="number"||Number.isNaN(y.timestamp))&&Ao()&&console.warn("StackedAreaChart: Some data points have invalid timestamps. These may not render correctly."),h},[t]),o=O.useMemo(()=>{if(!r||r.length===0)return Ao()&&console.warn("StackedAreaChart: No categories provided. Chart will be empty."),[];const h=r.filter(p=>!p.dataKey||!p.label||!p.color?(Ao()&&console.warn("StackedAreaChart: Category is missing required fields:",p),!1):!0);if(Ao()&&a.length>0){const p=a[0];if(p){const y=new Set(Object.keys(p)),m=h.filter(d=>!y.has(d.dataKey));m.length>0&&console.warn("StackedAreaChart: Some categories do not exist in data:",m.map(d=>d.dataKey))}}return h},[r,a]),{minTimestamp:s,maxTimestamp:u}=O.useMemo(()=>{if(a.length===0)return{minTimestamp:0,maxTimestamp:0};const h=a[0],p=a[a.length-1];return{minTimestamp:(h==null?void 0:h.timestamp)??0,maxTimestamp:(p==null?void 0:p.timestamp)??0}},[a]),l=O.useMemo(()=>a.length===0||o.length===0?0:Math.max(...a.map(h=>o.reduce((p,y)=>{const m=h[y.dataKey];return p+(typeof m=="number"?m:0)},0))),[a,o]),c=O.useMemo(()=>n||oX,[n]),f=O.useMemo(()=>i||sX,[i]);return{processedData:a,processedCategories:o,minTimestamp:s,maxTimestamp:u,maxTotalValue:l,dateFormatter:c,valueFormatter:f}}function lX(e,t){const r=t-1-e,n=Lo.length,i=Math.floor(r/Math.max(1,t-1)*(n-1)),a=Math.min(Math.max(0,i),n-1);return Lo[a]??Lo[0]??"#000000"}function cX(e){return Array.from({length:e},(t,r)=>lX(r,e))}const Qi=cX(5),fn={critical:"#dc3545",high:"#fd7e14",medium:"#ffc107",low:"#17a2b8",complete:Qe.neoDigitalGreen[600],inProgress:"#007bff",farthest:Qi[0],far:Qi[1],close:Qi[2],closest:Qi[3],completed:Qi[4],primary:"#007bff",secondary:"#6c757d",success:Qe.neoDigitalGreen[600],danger:"#dc3545",warning:"#ffc107",info:"#17a2b8",light:Qe.neoGrey[200],dark:"#343a40"},Ct={dimensions:{height:400,width:"100%",minHeight:200},margin:{top:10,right:30,left:0,bottom:0},animation:{enabled:!0,duration:1500,easing:"ease"},display:{showHeader:!0,showLegend:!0,showTooltip:!0,showXAxis:!0,showYAxis:!0,showGrid:!0},curve:{type:"monotone"},stack:{offset:"none"},axis:{strokeColor:Qe.neoGrey[400],tickColor:"#666",labelColor:"#666"},tooltip:{backgroundColor:"rgba(255, 255, 255, 0.95)",borderColor:Qe.neoGrey[400],borderWidth:1,borderRadius:4,padding:10},legend:{iconSize:14,iconType:"square",layout:"horizontal",align:"center",verticalAlign:"bottom"},marker:{strokeColor:"#666",strokeWidth:2,strokeDasharray:"5 5",labelColor:"#666"}},fX={migration:Qi,severity:[fn.critical,fn.high,fn.medium,fn.low,fn.info],status:[fn.danger,fn.warning,fn.success],extended:["#e74c3c","#e67e22","#f39c12","#2ecc71","#3498db","#9b59b6","#1abc9c","#95a5a6"],colorblindSafe:["#0173B2","#DE8F05","#029E73","#CC78BC","#CA9161","#FBAFE4","#949494","#ECE133"]},hX={FARTHEST:"Farthest",FAR:"Far",CLOSE:"Close",CLOSEST:"Closest",COMPLETE:"Complete",CRITICAL:"Critical",HIGH:"High",MEDIUM:"Medium",LOW:"Low",INFO:"Info",NOT_APPLICABLE:"N/A",NO_LST:"No LST",DATA_MISSING:"Data Missing"},pX=({data:e,categories:t,markers:r=[],title:n,subtitle:i,showHeader:a=Ct.display.showHeader,height:o=Ct.dimensions.height,width:s=Ct.dimensions.width,showLegend:u=Ct.display.showLegend,showTooltip:l=Ct.display.showTooltip,showXAxis:c=Ct.display.showXAxis,showYAxis:f=Ct.display.showYAxis,showGrid:h=Ct.display.showGrid,enableAnimation:p=Ct.animation.enabled,animationDuration:y=Ct.animation.duration,animationEasing:m=Ct.animation.easing,formatDate:d,formatValue:g,tooltipFormatter:_,slotProps:b,margin:x=Ct.margin,curveType:v=Ct.curve.type,stackOffset:w=Ct.stack.offset,timeRange:S,onTimeRangeChange:A,enableBrush:P=!1,zoomToSelection:C=!1})=>{const{processedData:T,processedCategories:E,dateFormatter:k,valueFormatter:j}=uX({data:e,categories:t,formatDate:d,formatValue:g}),[$,M]=O.useState(null),[I,L]=O.useState(!1),[q,R]=O.useState(null),[D,B]=O.useState(null),U=O.useRef(null),W=S?[S[0],S[1]]:["dataMin","dataMax"],X=T.length>0?T[0].timestamp:0,Z=T.length>0?T[T.length-1].timestamp:0,Q=O.useCallback((it,ft)=>{const wt=it/ft*100,Et=Z-X;return X+wt/100*Et},[X,Z]),K=O.useCallback(it=>{const ft=Z-X;return ft===0?0:(it-X)/ft*100},[X,Z]),F=O.useCallback(it=>{if(!P)return;const ft=it.currentTarget.getBoundingClientRect(),wt=it.clientX-ft.left,Et=Q(wt,ft.width);L(!0),R(Et),B(Et)},[P,Q]),G=O.useCallback(it=>{if(!U.current)return;const ft=it.currentTarget.getBoundingClientRect(),wt=it.clientX-ft.left,Et=ft.width,Vt=Q(wt,Et);if(I)q!==null&&B(Vt);else{const Dt=r.find(Pe=>Math.abs(Pe.timestamp-Vt)<2592e5);M((Dt==null?void 0:Dt.timestamp)??null)}},[I,q,Q,r]),J=O.useCallback(()=>{if(I&&q!==null&&D!==null&&A){const it=Math.min(q,D),ft=Math.max(q,D);it!==ft&&A([it,ft])}L(!1),R(null),B(null)},[I,q,D,A]),N=O.useCallback(()=>{J(),M(null)},[J]),H=(C?I:!0)&&I&&q!==null&&D!==null?{left:K(Math.min(q,D)),width:Math.abs(K(D)-K(q))}:null,ht=(S?T.filter(it=>it.timestamp>=S[0]&&it.timestamp<=S[1]):T).slice().reverse().map(it=>{const ft=r.find(wt=>wt.timestamp===it.timestamp);return ft&&ft.label?{...it,__markerLabel:ft.label}:it}),at=it=>k(it),pt=it=>j(it),Tt=({active:it,payload:ft,label:wt})=>{if(!it||!ft||ft.length===0)return null;const Et=ht.find(Mt=>Mt.timestamp===wt);if(Et&&"__markerLabel"in Et){const Dt=String(Et.__markerLabel).split(" - "),Pe=Dt[0]||"",Cn=Dt[1]||"";return z.jsxs(V.Box,{sx:{backgroundColor:"#131E7A",border:"1px solid #2F42FF",borderRadius:"4px",padding:"12px 16px"},children:[z.jsx(V.Typography,{sx:{color:"#B6BFFF",fontSize:"14px",fontWeight:400,marginBottom:"4px"},children:Cn}),z.jsx(V.Typography,{sx:{color:"white",fontSize:"14px",fontWeight:500},children:Pe})]})}return z.jsxs(V.Box,{sx:{backgroundColor:Ct.tooltip.backgroundColor,border:`${Ct.tooltip.borderWidth}px solid ${Ct.tooltip.borderColor}`,borderRadius:Ct.tooltip.borderRadius,padding:Ct.tooltip.padding},children:[z.jsx(V.Typography,{sx:{marginBottom:"8px",fontWeight:500},children:k(wt)}),ft.map((Mt,Dt)=>z.jsxs(V.Box,{sx:{display:"flex",alignItems:"center",gap:1,mb:.5},children:[z.jsx(V.Box,{sx:{width:10,height:10,backgroundColor:Mt.color,borderRadius:"2px"}}),z.jsxs(V.Typography,{sx:{fontSize:"14px"},children:[Mt.name,": ",j(Mt.value)]})]},`item-${Dt}`))]})};return z.jsxs(V.Stack,{sx:{width:"100%",alignItems:"center"},...b==null?void 0:b.container,children:[a&&(n||i)&&z.jsxs(V.Stack,{spacing:.5,sx:{mb:2,width:"100%",alignItems:"center"},...b==null?void 0:b.header,children:[n&&z.jsx(V.Typography,{variant:"h5",sx:{fontWeight:500},...b==null?void 0:b.title,children:n}),i&&z.jsx(V.Typography,{variant:"body2",sx:{color:"text.secondary"},...b==null?void 0:b.subtitle,children:i})]}),z.jsxs(V.Box,{ref:U,sx:{width:"100%",height:`${o}px`,minHeight:Ct.dimensions.minHeight,position:"relative"},...b==null?void 0:b.chartContainer,children:[z.jsx(Y5,{width:s,height:"100%",children:z.jsxs(aX,{data:ht,margin:x,stackOffset:w,children:[h&&z.jsx(iM,{strokeDasharray:"3 3",stroke:Ct.axis.strokeColor,opacity:.3}),c&&z.jsx(kc,{dataKey:"timestamp",type:"number",domain:W,tickFormatter:at,stroke:Ct.axis.strokeColor,tick:{fill:Ct.axis.tickColor},scale:"time"}),f&&z.jsx($c,{tickFormatter:pt,stroke:Ct.axis.strokeColor,tick:{fill:Ct.axis.tickColor}}),l&&z.jsx(Kr,{content:z.jsx(Tt,{})}),u&&z.jsx(Si,{iconSize:Ct.legend.iconSize,iconType:Ct.legend.iconType,layout:Ct.legend.layout,align:Ct.legend.align,verticalAlign:Ct.legend.verticalAlign}),E.map((it,ft)=>z.jsx(ei,{type:v,dataKey:it.dataKey,name:it.label,stackId:"1",stroke:it.color,fill:it.strokeDasharray?"transparent":it.color,fillOpacity:it.strokeDasharray?0:it.fillOpacity??.7,strokeWidth:it.strokeWidth??2,strokeDasharray:it.strokeDasharray,isAnimationActive:p,animationDuration:y,animationEasing:m,animationBegin:p?(E.length-1-ft)*100:0},it.dataKey)),r.filter(it=>$===null||it.timestamp===$).map((it,ft)=>z.jsx(Sc,{x:it.timestamp,stroke:it.color??Ct.marker.strokeColor,strokeWidth:it.strokeWidth??Ct.marker.strokeWidth,strokeDasharray:it.strokeDasharray??Ct.marker.strokeDasharray,strokeOpacity:$===null?0:1},`marker-${it.timestamp}-${ft}`))]},S?`${S[0]}-${S[1]}`:"default")}),P&&z.jsxs(V.Box,{sx:{position:"absolute",top:x.top||0,left:x.left||0,right:x.right||0,bottom:x.bottom||0,cursor:I?"col-resize":"crosshair",pointerEvents:"all"},onMouseDown:F,onMouseMove:G,onMouseUp:J,onMouseLeave:N,children:[H&&z.jsx(V.Box,{sx:{position:"absolute",left:`${H.left}%`,width:`${H.width}%`,top:0,bottom:0,backgroundColor:"rgba(0, 123, 255, 0.1)",border:"1px solid rgba(0, 123, 255, 0.5)",pointerEvents:"none"}}),$&&z.jsx(z.Fragment,{children:r.filter(it=>it.timestamp===$).map(it=>z.jsx(V.Box,{sx:{position:"absolute",left:`${K(it.timestamp)}%`,top:"-50px",transform:"translateX(-50%)",backgroundColor:"#992FB9",color:"white",padding:"6px 10px",borderRadius:"4px",fontSize:"12px",whiteSpace:"nowrap",pointerEvents:"none",zIndex:10,boxShadow:"0 2px 8px rgba(0,0,0,0.15)"},children:it.label||k(it.timestamp)},`tooltip-${it.timestamp}`))})]})]})]})},Gr={colors:{primary:"#992FB9",background:"#FFFFFF",border:"#9CA3AF",highlightBackground:"rgba(229, 231, 235, 0.5)",monthLabel:"#9ca3af",tooltipText:"#6b7280"},dimensions:{height:32,eventWidth:2}},$r={header:{sx:{}},title:{sx:{m:0}},instructions:{sx:{color:"text.secondary",minHeight:"40px",display:"flex",alignItems:"center"}},monthLabelsContainer:{sx:{justifyContent:"space-between",px:1.25,height:"20px",fontSize:"11px",color:Gr.colors.monthLabel,mb:1}},monthLabel:{sx:{fontSize:"11px"}},timeline:{sx:{position:"relative",height:`${Gr.dimensions.height}px`,backgroundColor:Gr.colors.background,borderRadius:0,overflow:"hidden",border:`1px solid ${Gr.colors.border}`}},event:{sx:{position:"absolute",top:0,width:`${Gr.dimensions.eventWidth}px`,height:"100%",backgroundColor:Gr.colors.primary,cursor:"pointer",transition:"transform 0.2s",transformOrigin:"center"}},selection:{sx:{position:"absolute",top:0,height:"100%",backgroundColor:Gr.colors.highlightBackground,pointerEvents:"none"}},tooltip:{sx:{position:"absolute",bottom:"-40px",backgroundColor:"white",p:"6px 10px",borderRadius:.5,boxShadow:"0 2px 8px rgba(0,0,0,0.15)",whiteSpace:"nowrap",pointerEvents:"none",zIndex:10,border:`1px solid ${Gr.colors.border}`}},tooltipEventName:{sx:{fontWeight:600}},tooltipDate:{sx:{color:Gr.colors.tooltipText,fontSize:"11px"}}},dX=()=>{var e,t;try{return((t=(e=globalThis.process)==null?void 0:e.env)==null?void 0:t.NODE_ENV)==="development"}catch{return!1}},mX=({events:e,selectedRange:t,onSelectionChange:r,enableZoom:n,zoomToSelection:i,visibleRange:a,onVisibleRangeChange:o})=>{dX()&&e.length>1&&(e.every((q,R)=>R===0||q.timestamp>=e[R-1].timestamp)||console.warn("TimelineChart: events array should be sorted by timestamp for optimal performance and correct behavior."));const[s,u]=O.useState(!1),[l,c]=O.useState(null),[f,h]=O.useState({start:null,end:null}),[p,y]=O.useState({start:null,end:null}),[m,d]=O.useState(null),g=t??f,_=a??p,b=O.useMemo(()=>{var L;return e.length>0?((L=e[0])==null?void 0:L.timestamp)??0:0},[e]),x=O.useMemo(()=>{var L;return e.length>0?((L=e[e.length-1])==null?void 0:L.timestamp)??0:0},[e]),v=O.useMemo(()=>i&&_.start&&_.end?_.start:b,[i,_,b]),w=O.useMemo(()=>i&&_.start&&_.end?_.end:x,[i,_,x]),S=O.useMemo(()=>w-v,[w,v]),A=O.useCallback(L=>S===0?0:(L-v)/S*100,[v,S]),P=O.useCallback((L,q)=>{const R=L/q*100;return v+R/100*S},[v,S]),C=O.useCallback(L=>{t===void 0&&h(L),r==null||r(L)},[t,r]),T=O.useCallback(L=>{const q=L.currentTarget.getBoundingClientRect(),R=L.clientX-q.left,D=P(R,q.width);u(!0),c(D),C({start:D,end:D})},[P,C]),E=O.useCallback(L=>{if(!s||l===null)return;const q=L.currentTarget.getBoundingClientRect(),R=L.clientX-q.left,D=P(R,q.width);C({start:Math.min(l,D),end:Math.max(l,D)})},[s,l,P,C]),k=O.useCallback(()=>{const L=s;if(u(!1),L&&i&&g.start&&g.end&&g.start!==g.end){const q={start:g.start,end:g.end};a===void 0&&y(q),o==null||o(q)}},[s,i,g,a,o]),j=O.useCallback(L=>{if(L.cancelable&&n&&L.preventDefault(),!n||!g.start||!g.end||S===0)return;const q=(g.start+g.end)/2,R=g.end-g.start,D=L.deltaY>0?1.1:.9,B=Math.max(R*D,S*.01),U=S*1.5,W=Math.min(B,U);let X=q-W/2,Z=q+W/2;X<v&&(X=v,Z=Math.min(v+W,w)),Z>w&&(Z=w,X=Math.max(w-W,v)),C({start:X,end:Z})},[n,g,S,v,w,C]),$=O.useCallback(()=>!g.start||!g.end?[]:e.filter(L=>L.timestamp>=g.start&&L.timestamp<=g.end),[e,g]),M=O.useCallback(()=>{const L={start:b,end:x};a===void 0&&y({start:null,end:null}),o==null||o(L)},[b,x,a,o]),I=O.useCallback(()=>{i&&M()},[i,M]);return{isDragging:s,dragStart:l,internalSelectedRange:g,internalVisibleRange:_,hoveredEvent:m,minDate:v,maxDate:w,timeSpan:S,getPositionFromTimestamp:A,getTimestampFromPosition:P,handleMouseDown:T,handleMouseMove:E,handleMouseUp:k,handleWheel:j,handleDoubleClick:I,setHoveredEvent:d,getEventsInRange:$,resetZoom:M}},yX=e=>new Date(e).toLocaleDateString("en-US",{month:"short",day:"numeric",year:"numeric"}),vX=e=>new Date(e).toLocaleDateString("en-US",{month:"short",year:"numeric"}),gX=e=>{const t=e/864e5;return t>60?r=>new Date(r).toLocaleDateString("en-US",{month:"short",year:"numeric"}):t>7?r=>new Date(r).toLocaleDateString("en-US",{month:"short",day:"numeric"}):r=>new Date(r).toLocaleDateString("en-US",{month:"short",day:"numeric",hour:"numeric",hour12:!0})},bX=()=>{var e,t;try{return((t=(e=globalThis.process)==null?void 0:e.env)==null?void 0:t.NODE_ENV)==="development"}catch{return!1}},_X=e=>({header:{...$r.header,...e==null?void 0:e.header},title:{...$r.title,...e==null?void 0:e.title},instructions:{...$r.instructions,...e==null?void 0:e.instructions},monthLabelsContainer:{...$r.monthLabelsContainer,...e==null?void 0:e.monthLabelsContainer},monthLabel:{...$r.monthLabel,...e==null?void 0:e.monthLabel},timeline:{...$r.timeline,...e==null?void 0:e.timeline},event:{...$r.event,...e==null?void 0:e.event},selection:{...$r.selection,...e==null?void 0:e.selection},tooltip:{...$r.tooltip,...e==null?void 0:e.tooltip},tooltipEventName:{...$r.tooltipEventName,...e==null?void 0:e.tooltipEventName},tooltipDate:{...$r.tooltipDate,...e==null?void 0:e.tooltipDate}}),xX=({events:e,onSelectionChange:t,selectedRange:r,height:n=Gr.dimensions.height,margin:i={top:0,right:0,bottom:0,left:0},formatDate:a=yX,formatMonthYear:o=vX,showMonthLabels:s=!0,monthLabelCount:u=6,enableZoom:l=!0,showHeader:c=!0,title:f="Event Timeline Selector",zoomToSelection:h=!1,visibleRange:p,onVisibleRangeChange:y,timeRange:m,onTimeRangeChange:d,slotProps:g})=>{const _=m?{start:m[0],end:m[1]}:p,b=d?q=>{q.start!==null&&q.end!==null&&d([q.start,q.end])}:y;bX()&&e.length>500&&console.warn(`TimelineChart: Rendering ${e.length} events may impact performance. Consider implementing virtualization or canvas rendering for datasets larger than 500 events.`);const x=O.useMemo(()=>_X(g),[g]),{isDragging:v,internalSelectedRange:w,hoveredEvent:S,minDate:A,timeSpan:P,getPositionFromTimestamp:C,handleMouseDown:T,handleMouseMove:E,handleMouseUp:k,handleWheel:j,handleDoubleClick:$,setHoveredEvent:M,getEventsInRange:I}=mX({events:e,selectedRange:r,onSelectionChange:t,enableZoom:l,zoomToSelection:h,visibleRange:_,onVisibleRangeChange:b}),L=w.start&&w.end?`Selected: ${a(w.start)} - ${a(w.end)} (${I().length} events)`:"Click and drag on the timeline below to select a date range. Use mouse wheel to zoom in/out.";return z.jsxs(V.Stack,{sx:{width:"100%"},children:[c&&z.jsxs(V.Stack,{spacing:1,sx:{mb:3},...x.header,children:[z.jsx(V.Typography,{variant:"h5",...x.title,children:f}),z.jsx(V.Typography,{variant:"body2",...x.instructions,children:L})]}),s&&z.jsx(V.Stack,{direction:"row",...x.monthLabelsContainer,sx:{...x.monthLabelsContainer.sx,paddingLeft:`${i.left}px`,paddingRight:`${i.right}px`},children:Array.from({length:u},(q,R)=>{const D=A+P/(u-1)*R,B=gX(P);return z.jsx(V.Typography,{variant:"caption",...x.monthLabel,children:B(D)},R)})}),z.jsxs(V.Box,{...x.timeline,sx:{...x.timeline.sx,height:`${n}px`,paddingLeft:`${i.left}px`,paddingRight:`${i.right}px`},children:[z.jsx(V.Box,{sx:{position:"absolute",top:i.top,left:0,right:0,bottom:i.bottom},children:e.map((q,R)=>{const D=C(q.timestamp);return z.jsx(V.Box,{onMouseEnter:()=>M(q),onMouseLeave:()=>M(null),"aria-label":`Event: ${q.eventName} at ${a(q.timestamp)}`,...x.event,sx:{...x.event.sx,left:`${D}%`,transform:(S==null?void 0:S.timestamp)===q.timestamp?"scaleX(2)":"scaleX(1)"}},`${q.timestamp}-${R}`)})}),w.start&&w.end&&(!h||v)&&z.jsx(V.Box,{...x.selection,sx:{...x.selection.sx,left:`${C(w.start)}%`,width:`${C(w.end)-C(w.start)}%`}}),z.jsx(V.Box,{role:"application","aria-label":"Interactive timeline - click and drag to select date range","aria-describedby":c?void 0:"timeline-instructions",tabIndex:0,sx:{position:"absolute",top:0,left:0,right:0,height:"100%",cursor:"crosshair"},onMouseDown:T,onMouseMove:E,onMouseUp:k,onMouseLeave:k,onWheel:j,onDoubleClick:$}),!c&&z.jsx("span",{id:"timeline-instructions",style:{display:"none"},children:L}),S&&z.jsxs(V.Box,{role:"tooltip","aria-live":"polite",...x.tooltip,sx:{...x.tooltip.sx,left:`${C(S.timestamp)}%`,transform:"translateX(-50%)"},children:[z.jsx(V.Typography,{variant:"body2",...x.tooltipEventName,children:S.eventName}),z.jsx(V.Typography,{variant:"caption",...x.tooltipDate,children:a(S.timestamp)})]})]})]})},wX="#8b5cf6",SX=e=>new Date(e).toLocaleDateString("en-US",{month:"short",day:"numeric",year:"numeric"}),OX=({events:e,title:t="Events in Selected Range",maxHeight:r="200px",formatDate:n=SX,primaryColor:i=wX})=>e.length===0?null:z.jsxs("div",{style:{marginTop:"24px",padding:"20px",backgroundColor:"#f9fafb",borderRadius:"8px",border:"1px solid #e5e7eb"},children:[z.jsxs("h3",{style:{margin:"0 0 12px 0",fontSize:"16px",color:"#374151"},children:[t," (",e.length,")"]}),z.jsx("div",{style:{display:"grid",gridTemplateColumns:"repeat(auto-fill, minmax(250px, 1fr))",gap:"8px",maxHeight:r,overflowY:"auto"},children:e.map((a,o)=>z.jsxs("div",{style:{padding:"8px 12px",backgroundColor:"white",borderRadius:"4px",fontSize:"13px",border:"1px solid #e5e7eb"},children:[z.jsx("div",{style:{fontWeight:500,color:i},children:a.eventName}),z.jsx("div",{style:{color:"#6b7280",fontSize:"12px",marginTop:"2px"},children:n(a.timestamp)})]},`${a.timestamp}-${o}`))})]});exports.CAMPAIGN_DATA_MISSING=zo;exports.CAMPAIGN_NOT_APPLICABLE=qo;exports.CAMPAIGN_NO_LST=Fo;exports.CATEGORY_LABELS=hX;exports.ChronoChart=YT;exports.ChronoPerspectiveChart=YT;exports.D3StackedAreaChart=JN;exports.DEFAULT_CHART_COLORS=Qe;exports.DEFAULT_CHART_CONFIG=Fe;exports.DEFAULT_STACKED_AREA_COLORS=fn;exports.DEFAULT_STACKED_AREA_CONFIG=Ct;exports.MEASURE_GRADIENT_COLORS=Lo;exports.MODERNE_VULNERABILITY_COLORS=ha;exports.MorphChart=jT;exports.ParliamentChart=_F;exports.STACKED_AREA_PALETTES=fX;exports.StackedAreaChart=pX;exports.TimelineChart=xX;exports.TimelineSelectedEvents=OX;exports.calculateDataSeries=EE;exports.calculateOptimalArcAngle=mg;exports.calculateOptimalSeatSize=yg;
|
|
154
|
+
A `).concat(y,",").concat(y,",0,0,").concat(l,",").concat(t,",").concat(r+i-s*y," Z")}else c="M ".concat(t,",").concat(r," h ").concat(n," v ").concat(i," h ").concat(-n," Z");return c},xG=function(t,r){if(!t||!r)return!1;var n=t.x,i=t.y,a=r.x,o=r.y,s=r.width,u=r.height;if(Math.abs(s)>0&&Math.abs(u)>0){var l=Math.min(a,a+s),c=Math.max(a,a+s),f=Math.min(o,o+u),h=Math.max(o,o+u);return n>=l&&n<=c&&i>=f&&i<=h}return!1},_G={x:0,y:0,width:0,height:0,radius:0,isAnimationActive:!1,isUpdateAnimationActive:!1,animationBegin:0,animationDuration:1500,animationEasing:"ease"},E0=function(t){var r=RA(RA({},_G),t),n=O.useRef(),i=O.useState(-1),a=hG(i,2),o=a[0],s=a[1];O.useEffect(function(){if(n.current&&n.current.getTotalLength)try{var x=n.current.getTotalLength();x&&s(x)}catch{}},[]);var u=r.x,l=r.y,c=r.width,f=r.height,h=r.radius,p=r.className,y=r.animationEasing,d=r.animationDuration,m=r.animationBegin,v=r.isAnimationActive,_=r.isUpdateAnimationActive;if(u!==+u||l!==+l||c!==+c||f!==+f||c===0||f===0)return null;var b=Ot("recharts-rectangle",p);return _?O.createElement(on,{canBegin:o>0,from:{width:c,height:f,x:u,y:l},to:{width:c,height:f,x:u,y:l},duration:d,animationEasing:y,isActive:_},function(x){var g=x.width,w=x.height,S=x.x,A=x.y;return O.createElement(on,{canBegin:o>0,from:"0px ".concat(o===-1?1:o,"px"),to:"".concat(o,"px 0px"),attributeName:"strokeDasharray",begin:m,duration:d,isActive:v,easing:y},O.createElement("path",ic({},xt(r,!0),{className:b,d:DA(S,A,g,w,h),ref:n})))}):O.createElement("path",ic({},xt(r,!0),{className:b,d:DA(u,l,c,f,h)}))};function Pg(){return Pg=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Pg.apply(this,arguments)}var Jc=function(t){var r=t.cx,n=t.cy,i=t.r,a=t.className,o=Ot("recharts-dot",a);return r===+r&&n===+n&&i===+i?Hr.createElement("circle",Pg({},xt(t,!1),Fl(t),{className:o,cx:r,cy:n,r:i})):null};function pu(e){"@babel/helpers - typeof";return pu=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},pu(e)}var wG=["x","y","top","left","width","height","className"];function Eg(){return Eg=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Eg.apply(this,arguments)}function IA(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function SG(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?IA(Object(r),!0).forEach(function(n){AG(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):IA(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function AG(e,t,r){return t=OG(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function OG(e){var t=TG(e,"string");return pu(t)=="symbol"?t:t+""}function TG(e,t){if(pu(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(pu(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function PG(e,t){if(e==null)return{};var r=EG(e,t),n,i;if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(i=0;i<a.length;i++)n=a[i],!(t.indexOf(n)>=0)&&Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}function EG(e,t){if(e==null)return{};var r={};for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n)){if(t.indexOf(n)>=0)continue;r[n]=e[n]}return r}var CG=function(t,r,n,i,a,o){return"M".concat(t,",").concat(a,"v").concat(i,"M").concat(o,",").concat(r,"h").concat(n)},MG=function(t){var r=t.x,n=r===void 0?0:r,i=t.y,a=i===void 0?0:i,o=t.top,s=o===void 0?0:o,u=t.left,l=u===void 0?0:u,c=t.width,f=c===void 0?0:c,h=t.height,p=h===void 0?0:h,y=t.className,d=PG(t,wG),m=SG({x:n,y:a,top:s,left:l,width:f,height:p},d);return!it(n)||!it(a)||!it(f)||!it(p)||!it(s)||!it(l)?null:O.createElement("path",Eg({},xt(m,!0),{className:Ot("recharts-cross",y),d:CG(n,a,f,p,s,l)}))},Dm,NA;function kG(){if(NA)return Dm;NA=1;var e=WE(),t=e(Object.getPrototypeOf,Object);return Dm=t,Dm}var Im,LA;function $G(){if(LA)return Im;LA=1;var e=Zn(),t=kG(),r=Jn(),n="[object Object]",i=Function.prototype,a=Object.prototype,o=i.toString,s=a.hasOwnProperty,u=o.call(Object);function l(c){if(!r(c)||e(c)!=n)return!1;var f=t(c);if(f===null)return!0;var h=s.call(f,"constructor")&&f.constructor;return typeof h=="function"&&h instanceof h&&o.call(h)==u}return Im=l,Im}var jG=$G();const RG=Ft(jG);var Nm,BA;function DG(){if(BA)return Nm;BA=1;var e=Zn(),t=Jn(),r="[object Boolean]";function n(i){return i===!0||i===!1||t(i)&&e(i)==r}return Nm=n,Nm}var IG=DG();const NG=Ft(IG);function du(e){"@babel/helpers - typeof";return du=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},du(e)}function ac(){return ac=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},ac.apply(this,arguments)}function LG(e,t){return zG(e)||FG(e,t)||qG(e,t)||BG()}function BG(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
155
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function qG(e,t){if(e){if(typeof e=="string")return qA(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);if(r==="Object"&&e.constructor&&(r=e.constructor.name),r==="Map"||r==="Set")return Array.from(e);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return qA(e,t)}}function qA(e,t){(t==null||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function FG(e,t){var r=e==null?null:typeof Symbol<"u"&&e[Symbol.iterator]||e["@@iterator"];if(r!=null){var n,i,a,o,s=[],u=!0,l=!1;try{if(a=(r=r.call(e)).next,t!==0)for(;!(u=(n=a.call(r)).done)&&(s.push(n.value),s.length!==t);u=!0);}catch(c){l=!0,i=c}finally{try{if(!u&&r.return!=null&&(o=r.return(),Object(o)!==o))return}finally{if(l)throw i}}return s}}function zG(e){if(Array.isArray(e))return e}function FA(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function zA(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?FA(Object(r),!0).forEach(function(n){UG(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):FA(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function UG(e,t,r){return t=WG(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function WG(e){var t=HG(e,"string");return du(t)=="symbol"?t:t+""}function HG(e,t){if(du(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(du(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var UA=function(t,r,n,i,a){var o=n-i,s;return s="M ".concat(t,",").concat(r),s+="L ".concat(t+n,",").concat(r),s+="L ".concat(t+n-o/2,",").concat(r+a),s+="L ".concat(t+n-o/2-i,",").concat(r+a),s+="L ".concat(t,",").concat(r," Z"),s},GG={x:0,y:0,upperWidth:0,lowerWidth:0,height:0,isUpdateAnimationActive:!1,animationBegin:0,animationDuration:1500,animationEasing:"ease"},KG=function(t){var r=zA(zA({},GG),t),n=O.useRef(),i=O.useState(-1),a=LG(i,2),o=a[0],s=a[1];O.useEffect(function(){if(n.current&&n.current.getTotalLength)try{var b=n.current.getTotalLength();b&&s(b)}catch{}},[]);var u=r.x,l=r.y,c=r.upperWidth,f=r.lowerWidth,h=r.height,p=r.className,y=r.animationEasing,d=r.animationDuration,m=r.animationBegin,v=r.isUpdateAnimationActive;if(u!==+u||l!==+l||c!==+c||f!==+f||h!==+h||c===0&&f===0||h===0)return null;var _=Ot("recharts-trapezoid",p);return v?O.createElement(on,{canBegin:o>0,from:{upperWidth:0,lowerWidth:0,height:h,x:u,y:l},to:{upperWidth:c,lowerWidth:f,height:h,x:u,y:l},duration:d,animationEasing:y,isActive:v},function(b){var x=b.upperWidth,g=b.lowerWidth,w=b.height,S=b.x,A=b.y;return O.createElement(on,{canBegin:o>0,from:"0px ".concat(o===-1?1:o,"px"),to:"".concat(o,"px 0px"),attributeName:"strokeDasharray",begin:m,duration:d,easing:y},O.createElement("path",ac({},xt(r,!0),{className:_,d:UA(S,A,x,g,w),ref:n})))}):O.createElement("g",null,O.createElement("path",ac({},xt(r,!0),{className:_,d:UA(u,l,c,f,h)})))},XG=["option","shapeType","propTransformer","activeClassName","isActive"];function mu(e){"@babel/helpers - typeof";return mu=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},mu(e)}function YG(e,t){if(e==null)return{};var r=VG(e,t),n,i;if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(i=0;i<a.length;i++)n=a[i],!(t.indexOf(n)>=0)&&Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}function VG(e,t){if(e==null)return{};var r={};for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n)){if(t.indexOf(n)>=0)continue;r[n]=e[n]}return r}function WA(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function oc(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?WA(Object(r),!0).forEach(function(n){ZG(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):WA(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function ZG(e,t,r){return t=JG(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function JG(e){var t=QG(e,"string");return mu(t)=="symbol"?t:t+""}function QG(e,t){if(mu(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(mu(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function t6(e,t){return oc(oc({},t),e)}function e6(e,t){return e==="symbols"}function HA(e){var t=e.shapeType,r=e.elementProps;switch(t){case"rectangle":return O.createElement(E0,r);case"trapezoid":return O.createElement(KG,r);case"sector":return O.createElement(YC,r);case"symbols":if(e6(t))return O.createElement(Kc,r);break;default:return null}}function r6(e){return O.isValidElement(e)?e.props:e}function Cg(e){var t=e.option,r=e.shapeType,n=e.propTransformer,i=n===void 0?t6:n,a=e.activeClassName,o=a===void 0?"recharts-active-shape":a,s=e.isActive,u=YG(e,XG),l;if(O.isValidElement(t))l=O.cloneElement(t,oc(oc({},u),r6(t)));else if(_t(t))l=t(u);else if(RG(t)&&!NG(t)){var c=i(t,u);l=O.createElement(HA,{shapeType:r,elementProps:c})}else{var f=u;l=O.createElement(HA,{shapeType:r,elementProps:f})}return s?O.createElement(Dt,{className:o},l):l}function Qc(e,t){return t!=null&&"trapezoids"in e.props}function tf(e,t){return t!=null&&"sectors"in e.props}function yu(e,t){return t!=null&&"points"in e.props}function n6(e,t){var r,n,i=e.x===(t==null||(r=t.labelViewBox)===null||r===void 0?void 0:r.x)||e.x===t.x,a=e.y===(t==null||(n=t.labelViewBox)===null||n===void 0?void 0:n.y)||e.y===t.y;return i&&a}function i6(e,t){var r=e.endAngle===t.endAngle,n=e.startAngle===t.startAngle;return r&&n}function a6(e,t){var r=e.x===t.x,n=e.y===t.y,i=e.z===t.z;return r&&n&&i}function o6(e,t){var r;return Qc(e,t)?r=n6:tf(e,t)?r=i6:yu(e,t)&&(r=a6),r}function s6(e,t){var r;return Qc(e,t)?r="trapezoids":tf(e,t)?r="sectors":yu(e,t)&&(r="points"),r}function u6(e,t){if(Qc(e,t)){var r;return(r=t.tooltipPayload)===null||r===void 0||(r=r[0])===null||r===void 0||(r=r.payload)===null||r===void 0?void 0:r.payload}if(tf(e,t)){var n;return(n=t.tooltipPayload)===null||n===void 0||(n=n[0])===null||n===void 0||(n=n.payload)===null||n===void 0?void 0:n.payload}return yu(e,t)?t.payload:{}}function l6(e){var t=e.activeTooltipItem,r=e.graphicalItem,n=e.itemData,i=s6(r,t),a=u6(r,t),o=n.filter(function(u,l){var c=ca(a,u),f=r.props[i].filter(function(y){var d=o6(r,t);return d(y,t)}),h=r.props[i].indexOf(f[f.length-1]),p=l===h;return c&&p}),s=n.indexOf(o[o.length-1]);return s}function gu(e){"@babel/helpers - typeof";return gu=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},gu(e)}function GA(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function KA(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?GA(Object(r),!0).forEach(function(n){aM(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):GA(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function aM(e,t,r){return t=c6(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function c6(e){var t=f6(e,"string");return gu(t)=="symbol"?t:t+""}function f6(e,t){if(gu(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(gu(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var h6=["Webkit","Moz","O","ms"],p6=function(t,r){var n=t.replace(/(\w)/,function(a){return a.toUpperCase()}),i=h6.reduce(function(a,o){return KA(KA({},a),{},aM({},o+n,r))},{});return i[t]=r,i};function ho(e){"@babel/helpers - typeof";return ho=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},ho(e)}function sc(){return sc=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},sc.apply(this,arguments)}function XA(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function Lm(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?XA(Object(r),!0).forEach(function(n){Sr(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):XA(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function d6(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function YA(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,sM(n.key),n)}}function m6(e,t,r){return t&&YA(e.prototype,t),r&&YA(e,r),Object.defineProperty(e,"prototype",{writable:!1}),e}function y6(e,t,r){return t=uc(t),g6(e,oM()?Reflect.construct(t,r||[],uc(e).constructor):t.apply(e,r))}function g6(e,t){if(t&&(ho(t)==="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return v6(e)}function v6(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function oM(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(oM=function(){return!!e})()}function uc(e){return uc=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(r){return r.__proto__||Object.getPrototypeOf(r)},uc(e)}function b6(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&Mg(e,t)}function Mg(e,t){return Mg=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,i){return n.__proto__=i,n},Mg(e,t)}function Sr(e,t,r){return t=sM(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function sM(e){var t=x6(e,"string");return ho(t)=="symbol"?t:t+""}function x6(e,t){if(ho(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(ho(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}var _6=function(t){var r=t.data,n=t.startIndex,i=t.endIndex,a=t.x,o=t.width,s=t.travellerWidth;if(!r||!r.length)return{};var u=r.length,l=ps().domain(Hs(0,u)).range([a,a+o-s]),c=l.domain().map(function(f){return l(f)});return{isTextActive:!1,isSlideMoving:!1,isTravellerMoving:!1,isTravellerFocused:!1,startX:l(n),endX:l(i),scale:l,scaleValues:c}},VA=function(t){return t.changedTouches&&!!t.changedTouches.length},po=(function(e){function t(r){var n;return d6(this,t),n=y6(this,t,[r]),Sr(n,"handleDrag",function(i){n.leaveTimer&&(clearTimeout(n.leaveTimer),n.leaveTimer=null),n.state.isTravellerMoving?n.handleTravellerMove(i):n.state.isSlideMoving&&n.handleSlideDrag(i)}),Sr(n,"handleTouchMove",function(i){i.changedTouches!=null&&i.changedTouches.length>0&&n.handleDrag(i.changedTouches[0])}),Sr(n,"handleDragEnd",function(){n.setState({isTravellerMoving:!1,isSlideMoving:!1},function(){var i=n.props,a=i.endIndex,o=i.onDragEnd,s=i.startIndex;o==null||o({endIndex:a,startIndex:s})}),n.detachDragEndListener()}),Sr(n,"handleLeaveWrapper",function(){(n.state.isTravellerMoving||n.state.isSlideMoving)&&(n.leaveTimer=window.setTimeout(n.handleDragEnd,n.props.leaveTimeOut))}),Sr(n,"handleEnterSlideOrTraveller",function(){n.setState({isTextActive:!0})}),Sr(n,"handleLeaveSlideOrTraveller",function(){n.setState({isTextActive:!1})}),Sr(n,"handleSlideDragStart",function(i){var a=VA(i)?i.changedTouches[0]:i;n.setState({isTravellerMoving:!1,isSlideMoving:!0,slideMoveStartX:a.pageX}),n.attachDragEndListener()}),n.travellerDragStartHandlers={startX:n.handleTravellerDragStart.bind(n,"startX"),endX:n.handleTravellerDragStart.bind(n,"endX")},n.state={},n}return b6(t,e),m6(t,[{key:"componentWillUnmount",value:function(){this.leaveTimer&&(clearTimeout(this.leaveTimer),this.leaveTimer=null),this.detachDragEndListener()}},{key:"getIndex",value:function(n){var i=n.startX,a=n.endX,o=this.state.scaleValues,s=this.props,u=s.gap,l=s.data,c=l.length-1,f=Math.min(i,a),h=Math.max(i,a),p=t.getIndexInRange(o,f),y=t.getIndexInRange(o,h);return{startIndex:p-p%u,endIndex:y===c?c:y-y%u}}},{key:"getTextOfTick",value:function(n){var i=this.props,a=i.data,o=i.tickFormatter,s=i.dataKey,u=Pe(a[n],s,n);return _t(o)?o(u,n):u}},{key:"attachDragEndListener",value:function(){window.addEventListener("mouseup",this.handleDragEnd,!0),window.addEventListener("touchend",this.handleDragEnd,!0),window.addEventListener("mousemove",this.handleDrag,!0)}},{key:"detachDragEndListener",value:function(){window.removeEventListener("mouseup",this.handleDragEnd,!0),window.removeEventListener("touchend",this.handleDragEnd,!0),window.removeEventListener("mousemove",this.handleDrag,!0)}},{key:"handleSlideDrag",value:function(n){var i=this.state,a=i.slideMoveStartX,o=i.startX,s=i.endX,u=this.props,l=u.x,c=u.width,f=u.travellerWidth,h=u.startIndex,p=u.endIndex,y=u.onChange,d=n.pageX-a;d>0?d=Math.min(d,l+c-f-s,l+c-f-o):d<0&&(d=Math.max(d,l-o,l-s));var m=this.getIndex({startX:o+d,endX:s+d});(m.startIndex!==h||m.endIndex!==p)&&y&&y(m),this.setState({startX:o+d,endX:s+d,slideMoveStartX:n.pageX})}},{key:"handleTravellerDragStart",value:function(n,i){var a=VA(i)?i.changedTouches[0]:i;this.setState({isSlideMoving:!1,isTravellerMoving:!0,movingTravellerId:n,brushMoveStartX:a.pageX}),this.attachDragEndListener()}},{key:"handleTravellerMove",value:function(n){var i=this.state,a=i.brushMoveStartX,o=i.movingTravellerId,s=i.endX,u=i.startX,l=this.state[o],c=this.props,f=c.x,h=c.width,p=c.travellerWidth,y=c.onChange,d=c.gap,m=c.data,v={startX:this.state.startX,endX:this.state.endX},_=n.pageX-a;_>0?_=Math.min(_,f+h-p-l):_<0&&(_=Math.max(_,f-l)),v[o]=l+_;var b=this.getIndex(v),x=b.startIndex,g=b.endIndex,w=function(){var A=m.length-1;return o==="startX"&&(s>u?x%d===0:g%d===0)||s<u&&g===A||o==="endX"&&(s>u?g%d===0:x%d===0)||s>u&&g===A};this.setState(Sr(Sr({},o,l+_),"brushMoveStartX",n.pageX),function(){y&&w()&&y(b)})}},{key:"handleTravellerMoveKeyboard",value:function(n,i){var a=this,o=this.state,s=o.scaleValues,u=o.startX,l=o.endX,c=this.state[i],f=s.indexOf(c);if(f!==-1){var h=f+n;if(!(h===-1||h>=s.length)){var p=s[h];i==="startX"&&p>=l||i==="endX"&&p<=u||this.setState(Sr({},i,p),function(){a.props.onChange(a.getIndex({startX:a.state.startX,endX:a.state.endX}))})}}}},{key:"renderBackground",value:function(){var n=this.props,i=n.x,a=n.y,o=n.width,s=n.height,u=n.fill,l=n.stroke;return O.createElement("rect",{stroke:l,fill:u,x:i,y:a,width:o,height:s})}},{key:"renderPanorama",value:function(){var n=this.props,i=n.x,a=n.y,o=n.width,s=n.height,u=n.data,l=n.children,c=n.padding,f=O.Children.only(l);return f?O.cloneElement(f,{x:i,y:a,width:o,height:s,margin:c,compact:!0,data:u}):null}},{key:"renderTravellerLayer",value:function(n,i){var a,o,s=this,u=this.props,l=u.y,c=u.travellerWidth,f=u.height,h=u.traveller,p=u.ariaLabel,y=u.data,d=u.startIndex,m=u.endIndex,v=Math.max(n,this.props.x),_=Lm(Lm({},xt(this.props,!1)),{},{x:v,y:l,width:c,height:f}),b=p||"Min value: ".concat((a=y[d])===null||a===void 0?void 0:a.name,", Max value: ").concat((o=y[m])===null||o===void 0?void 0:o.name);return O.createElement(Dt,{tabIndex:0,role:"slider","aria-label":b,"aria-valuenow":n,className:"recharts-brush-traveller",onMouseEnter:this.handleEnterSlideOrTraveller,onMouseLeave:this.handleLeaveSlideOrTraveller,onMouseDown:this.travellerDragStartHandlers[i],onTouchStart:this.travellerDragStartHandlers[i],onKeyDown:function(g){["ArrowLeft","ArrowRight"].includes(g.key)&&(g.preventDefault(),g.stopPropagation(),s.handleTravellerMoveKeyboard(g.key==="ArrowRight"?1:-1,i))},onFocus:function(){s.setState({isTravellerFocused:!0})},onBlur:function(){s.setState({isTravellerFocused:!1})},style:{cursor:"col-resize"}},t.renderTraveller(h,_))}},{key:"renderSlide",value:function(n,i){var a=this.props,o=a.y,s=a.height,u=a.stroke,l=a.travellerWidth,c=Math.min(n,i)+l,f=Math.max(Math.abs(i-n)-l,0);return O.createElement("rect",{className:"recharts-brush-slide",onMouseEnter:this.handleEnterSlideOrTraveller,onMouseLeave:this.handleLeaveSlideOrTraveller,onMouseDown:this.handleSlideDragStart,onTouchStart:this.handleSlideDragStart,style:{cursor:"move"},stroke:"none",fill:u,fillOpacity:.2,x:c,y:o,width:f,height:s})}},{key:"renderText",value:function(){var n=this.props,i=n.startIndex,a=n.endIndex,o=n.y,s=n.height,u=n.travellerWidth,l=n.stroke,c=this.state,f=c.startX,h=c.endX,p=5,y={pointerEvents:"none",fill:l};return O.createElement(Dt,{className:"recharts-brush-texts"},O.createElement(Kl,sc({textAnchor:"end",verticalAnchor:"middle",x:Math.min(f,h)-p,y:o+s/2},y),this.getTextOfTick(i)),O.createElement(Kl,sc({textAnchor:"start",verticalAnchor:"middle",x:Math.max(f,h)+u+p,y:o+s/2},y),this.getTextOfTick(a)))}},{key:"render",value:function(){var n=this.props,i=n.data,a=n.className,o=n.children,s=n.x,u=n.y,l=n.width,c=n.height,f=n.alwaysShowText,h=this.state,p=h.startX,y=h.endX,d=h.isTextActive,m=h.isSlideMoving,v=h.isTravellerMoving,_=h.isTravellerFocused;if(!i||!i.length||!it(s)||!it(u)||!it(l)||!it(c)||l<=0||c<=0)return null;var b=Ot("recharts-brush",a),x=O.Children.count(o)===1,g=p6("userSelect","none");return O.createElement(Dt,{className:b,onMouseLeave:this.handleLeaveWrapper,onTouchMove:this.handleTouchMove,style:g},this.renderBackground(),x&&this.renderPanorama(),this.renderSlide(p,y),this.renderTravellerLayer(p,"startX"),this.renderTravellerLayer(y,"endX"),(d||m||v||_||f)&&this.renderText())}}],[{key:"renderDefaultTraveller",value:function(n){var i=n.x,a=n.y,o=n.width,s=n.height,u=n.stroke,l=Math.floor(a+s/2)-1;return O.createElement(O.Fragment,null,O.createElement("rect",{x:i,y:a,width:o,height:s,fill:u,stroke:"none"}),O.createElement("line",{x1:i+1,y1:l,x2:i+o-1,y2:l,fill:"none",stroke:"#fff"}),O.createElement("line",{x1:i+1,y1:l+2,x2:i+o-1,y2:l+2,fill:"none",stroke:"#fff"}))}},{key:"renderTraveller",value:function(n,i){var a;return O.isValidElement(n)?a=O.cloneElement(n,i):_t(n)?a=n(i):a=t.renderDefaultTraveller(i),a}},{key:"getDerivedStateFromProps",value:function(n,i){var a=n.data,o=n.width,s=n.x,u=n.travellerWidth,l=n.updateId,c=n.startIndex,f=n.endIndex;if(a!==i.prevData||l!==i.prevUpdateId)return Lm({prevData:a,prevTravellerWidth:u,prevUpdateId:l,prevX:s,prevWidth:o},a&&a.length?_6({data:a,width:o,x:s,travellerWidth:u,startIndex:c,endIndex:f}):{scale:null,scaleValues:null});if(i.scale&&(o!==i.prevWidth||s!==i.prevX||u!==i.prevTravellerWidth)){i.scale.range([s,s+o-u]);var h=i.scale.domain().map(function(p){return i.scale(p)});return{prevData:a,prevTravellerWidth:u,prevUpdateId:l,prevX:s,prevWidth:o,startX:i.scale(n.startIndex),endX:i.scale(n.endIndex),scaleValues:h}}return null}},{key:"getIndexInRange",value:function(n,i){for(var a=n.length,o=0,s=a-1;s-o>1;){var u=Math.floor((o+s)/2);n[u]>i?s=u:o=u}return i>=n[s]?s:o}}])})(O.PureComponent);Sr(po,"displayName","Brush");Sr(po,"defaultProps",{height:40,travellerWidth:5,gap:1,fill:"#fff",stroke:"#666",padding:{top:1,right:1,bottom:1,left:1},leaveTimeOut:1e3,alwaysShowText:!1});var Bm,ZA;function w6(){if(ZA)return Bm;ZA=1;var e=v0();function t(r,n){var i;return e(r,function(a,o,s){return i=n(a,o,s),!i}),!!i}return Bm=t,Bm}var qm,JA;function S6(){if(JA)return qm;JA=1;var e=LE(),t=Oi(),r=w6(),n=rr(),i=$u();function a(o,s,u){var l=n(o)?e:r;return u&&i(o,s,u)&&(s=void 0),l(o,t(s,3))}return qm=a,qm}var A6=S6();const O6=Ft(A6);var Pn=function(t,r){var n=t.alwaysShow,i=t.ifOverflow;return n&&(i="extendDomain"),i===r},Fm,QA;function T6(){if(QA)return Fm;QA=1;var e=ZE();function t(r,n,i){n=="__proto__"&&e?e(r,n,{configurable:!0,enumerable:!0,value:i,writable:!0}):r[n]=i}return Fm=t,Fm}var zm,tO;function P6(){if(tO)return zm;tO=1;var e=T6(),t=YE(),r=Oi();function n(i,a){var o={};return a=r(a,3),t(i,function(s,u,l){e(o,u,a(s,u,l))}),o}return zm=n,zm}var E6=P6();const C6=Ft(E6);var Um,eO;function M6(){if(eO)return Um;eO=1;function e(t,r){for(var n=-1,i=t==null?0:t.length;++n<i;)if(!r(t[n],n,t))return!1;return!0}return Um=e,Um}var Wm,rO;function k6(){if(rO)return Wm;rO=1;var e=v0();function t(r,n){var i=!0;return e(r,function(a,o,s){return i=!!n(a,o,s),i}),i}return Wm=t,Wm}var Hm,nO;function $6(){if(nO)return Hm;nO=1;var e=M6(),t=k6(),r=Oi(),n=rr(),i=$u();function a(o,s,u){var l=n(o)?e:t;return u&&i(o,s,u)&&(s=void 0),l(o,r(s,3))}return Hm=a,Hm}var j6=$6();const uM=Ft(j6);var R6=["x","y"];function mo(e){"@babel/helpers - typeof";return mo=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},mo(e)}function kg(){return kg=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},kg.apply(this,arguments)}function iO(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function ns(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?iO(Object(r),!0).forEach(function(n){D6(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):iO(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function D6(e,t,r){return t=I6(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function I6(e){var t=N6(e,"string");return mo(t)=="symbol"?t:t+""}function N6(e,t){if(mo(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(mo(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function L6(e,t){if(e==null)return{};var r=B6(e,t),n,i;if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(i=0;i<a.length;i++)n=a[i],!(t.indexOf(n)>=0)&&Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}function B6(e,t){if(e==null)return{};var r={};for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n)){if(t.indexOf(n)>=0)continue;r[n]=e[n]}return r}function q6(e,t){var r=e.x,n=e.y,i=L6(e,R6),a="".concat(r),o=parseInt(a,10),s="".concat(n),u=parseInt(s,10),l="".concat(t.height||i.height),c=parseInt(l,10),f="".concat(t.width||i.width),h=parseInt(f,10);return ns(ns(ns(ns(ns({},t),i),o?{x:o}:{}),u?{y:u}:{}),{},{height:c,width:h,name:t.name,radius:t.radius})}function aO(e){return O.createElement(Cg,kg({shapeType:"rectangle",propTransformer:q6,activeClassName:"recharts-active-bar"},e))}var F6=function(t){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0;return function(n,i){if(typeof t=="number")return t;var a=it(n)||l5(n);return a?t(n,i):(a||(process.env.NODE_ENV!=="production"?lr(!1,"minPointSize callback function received a value with type of ".concat(mo(n),". Currently only numbers or null/undefined are supported.")):lr()),r)}},z6=["value","background"],lM;function yo(e){"@babel/helpers - typeof";return yo=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},yo(e)}function U6(e,t){if(e==null)return{};var r=W6(e,t),n,i;if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(i=0;i<a.length;i++)n=a[i],!(t.indexOf(n)>=0)&&Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}function W6(e,t){if(e==null)return{};var r={};for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n)){if(t.indexOf(n)>=0)continue;r[n]=e[n]}return r}function lc(){return lc=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},lc.apply(this,arguments)}function oO(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function be(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?oO(Object(r),!0).forEach(function(n){pi(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):oO(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function H6(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function sO(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,fM(n.key),n)}}function G6(e,t,r){return t&&sO(e.prototype,t),r&&sO(e,r),Object.defineProperty(e,"prototype",{writable:!1}),e}function K6(e,t,r){return t=cc(t),X6(e,cM()?Reflect.construct(t,r||[],cc(e).constructor):t.apply(e,r))}function X6(e,t){if(t&&(yo(t)==="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return Y6(e)}function Y6(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function cM(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(cM=function(){return!!e})()}function cc(e){return cc=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(r){return r.__proto__||Object.getPrototypeOf(r)},cc(e)}function V6(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&$g(e,t)}function $g(e,t){return $g=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,i){return n.__proto__=i,n},$g(e,t)}function pi(e,t,r){return t=fM(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function fM(e){var t=Z6(e,"string");return yo(t)=="symbol"?t:t+""}function Z6(e,t){if(yo(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(yo(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var Lo=(function(e){function t(){var r;H6(this,t);for(var n=arguments.length,i=new Array(n),a=0;a<n;a++)i[a]=arguments[a];return r=K6(this,t,[].concat(i)),pi(r,"state",{isAnimationFinished:!1}),pi(r,"id",ba("recharts-bar-")),pi(r,"handleAnimationEnd",function(){var o=r.props.onAnimationEnd;r.setState({isAnimationFinished:!0}),o&&o()}),pi(r,"handleAnimationStart",function(){var o=r.props.onAnimationStart;r.setState({isAnimationFinished:!1}),o&&o()}),r}return V6(t,e),G6(t,[{key:"renderRectanglesStatically",value:function(n){var i=this,a=this.props,o=a.shape,s=a.dataKey,u=a.activeIndex,l=a.activeBar,c=xt(this.props,!1);return n&&n.map(function(f,h){var p=h===u,y=p?l:o,d=be(be(be({},c),f),{},{isActive:p,option:y,index:h,dataKey:s,onAnimationStart:i.handleAnimationStart,onAnimationEnd:i.handleAnimationEnd});return O.createElement(Dt,lc({className:"recharts-bar-rectangle"},Gs(i.props,f,h),{key:"rectangle-".concat(f==null?void 0:f.x,"-").concat(f==null?void 0:f.y,"-").concat(f==null?void 0:f.value,"-").concat(h)}),O.createElement(aO,d))})}},{key:"renderRectanglesWithAnimation",value:function(){var n=this,i=this.props,a=i.data,o=i.layout,s=i.isAnimationActive,u=i.animationBegin,l=i.animationDuration,c=i.animationEasing,f=i.animationId,h=this.state.prevData;return O.createElement(on,{begin:u,duration:l,isActive:s,easing:c,from:{t:0},to:{t:1},key:"bar-".concat(f),onAnimationEnd:this.handleAnimationEnd,onAnimationStart:this.handleAnimationStart},function(p){var y=p.t,d=a.map(function(m,v){var _=h&&h[v];if(_){var b=de(_.x,m.x),x=de(_.y,m.y),g=de(_.width,m.width),w=de(_.height,m.height);return be(be({},m),{},{x:b(y),y:x(y),width:g(y),height:w(y)})}if(o==="horizontal"){var S=de(0,m.height),A=S(y);return be(be({},m),{},{y:m.y+m.height-A,height:A})}var T=de(0,m.width),M=T(y);return be(be({},m),{},{width:M})});return O.createElement(Dt,null,n.renderRectanglesStatically(d))})}},{key:"renderRectangles",value:function(){var n=this.props,i=n.data,a=n.isAnimationActive,o=this.state.prevData;return a&&i&&i.length&&(!o||!ca(o,i))?this.renderRectanglesWithAnimation():this.renderRectanglesStatically(i)}},{key:"renderBackground",value:function(){var n=this,i=this.props,a=i.data,o=i.dataKey,s=i.activeIndex,u=xt(this.props.background,!1);return a.map(function(l,c){l.value;var f=l.background,h=U6(l,z6);if(!f)return null;var p=be(be(be(be(be({},h),{},{fill:"#eee"},f),u),Gs(n.props,l,c)),{},{onAnimationStart:n.handleAnimationStart,onAnimationEnd:n.handleAnimationEnd,dataKey:o,index:c,className:"recharts-bar-background-rectangle"});return O.createElement(aO,lc({key:"background-bar-".concat(c),option:n.props.background,isActive:c===s},p))})}},{key:"renderErrorBar",value:function(n,i){if(this.props.isAnimationActive&&!this.state.isAnimationFinished)return null;var a=this.props,o=a.data,s=a.xAxis,u=a.yAxis,l=a.layout,c=a.children,f=mr(c,No);if(!f)return null;var h=l==="vertical"?o[0].height/2:o[0].width/2,p=function(m,v){var _=Array.isArray(m.value)?m.value[1]:m.value;return{x:m.x,y:m.y,value:_,errorVal:Pe(m,v)}},y={clipPath:n?"url(#clipPath-".concat(i,")"):null};return O.createElement(Dt,y,f.map(function(d){return O.cloneElement(d,{key:"error-bar-".concat(i,"-").concat(d.props.dataKey),data:o,xAxis:s,yAxis:u,layout:l,offset:h,dataPointFormatter:p})}))}},{key:"render",value:function(){var n=this.props,i=n.hide,a=n.data,o=n.className,s=n.xAxis,u=n.yAxis,l=n.left,c=n.top,f=n.width,h=n.height,p=n.isAnimationActive,y=n.background,d=n.id;if(i||!a||!a.length)return null;var m=this.state.isAnimationFinished,v=Ot("recharts-bar",o),_=s&&s.allowDataOverflow,b=u&&u.allowDataOverflow,x=_||b,g=vt(d)?this.id:d;return O.createElement(Dt,{className:v},_||b?O.createElement("defs",null,O.createElement("clipPath",{id:"clipPath-".concat(g)},O.createElement("rect",{x:_?l:l-f/2,y:b?c:c-h/2,width:_?f:f*2,height:b?h:h*2}))):null,O.createElement(Dt,{className:"recharts-bar-rectangles",clipPath:x?"url(#clipPath-".concat(g,")"):null},y?this.renderBackground():null,this.renderRectangles()),this.renderErrorBar(x,g),(!p||m)&&Tn.renderCallByParent(this.props,a))}}],[{key:"getDerivedStateFromProps",value:function(n,i){return n.animationId!==i.prevAnimationId?{prevAnimationId:n.animationId,curData:n.data,prevData:i.curData}:n.data!==i.curData?{curData:n.data}:null}}])})(O.PureComponent);lM=Lo;pi(Lo,"displayName","Bar");pi(Lo,"defaultProps",{xAxisId:0,yAxisId:0,legendType:"rect",minPointSize:0,hide:!1,data:[],layout:"vertical",activeBar:!1,isAnimationActive:!Ti.isSsr,animationBegin:0,animationDuration:400,animationEasing:"ease"});pi(Lo,"getComposedData",function(e){var t=e.props,r=e.item,n=e.barPosition,i=e.bandSize,a=e.xAxis,o=e.yAxis,s=e.xAxisTicks,u=e.yAxisTicks,l=e.stackedData,c=e.dataStartIndex,f=e.displayedData,h=e.offset,p=mW(n,r);if(!p)return null;var y=t.layout,d=r.type.defaultProps,m=d!==void 0?be(be({},d),r.props):r.props,v=m.dataKey,_=m.children,b=m.minPointSize,x=y==="horizontal"?o:a,g=l?x.scale.domain():null,w=SW({numericAxis:x}),S=mr(_,S0),A=f.map(function(T,M){var P,E,k,$,j,C;l?P=yW(l[c+M],g):(P=Pe(T,v),Array.isArray(P)||(P=[w,P]));var I=F6(b,lM.defaultProps.minPointSize)(P[1],M);if(y==="horizontal"){var U,W=[o.scale(P[0]),o.scale(P[1])],D=W[0],L=W[1];E=FS({axis:a,ticks:s,bandSize:i,offset:p.offset,entry:T,index:M}),k=(U=L??D)!==null&&U!==void 0?U:void 0,$=p.size;var B=D-L;if(j=Number.isNaN(B)?0:B,C={x:E,y:o.y,width:$,height:o.height},Math.abs(I)>0&&Math.abs(j)<Math.abs(I)){var N=an(j||I)*(Math.abs(I)-Math.abs(j));k-=N,j+=N}}else{var X=[a.scale(P[0]),a.scale(P[1])],F=X[0],G=X[1];if(E=F,k=FS({axis:o,ticks:u,bandSize:i,offset:p.offset,entry:T,index:M}),$=G-F,j=p.size,C={x:a.x,y:k,width:a.width,height:j},Math.abs(I)>0&&Math.abs($)<Math.abs(I)){var Z=an($||I)*(Math.abs(I)-Math.abs($));$+=Z}}return be(be(be({},T),{},{x:E,y:k,width:$,height:j,value:l?P:P[1],payload:T,background:C},S&&S[M]&&S[M].props),{},{tooltipPayload:[GC(r,T)],tooltipPosition:{x:E+$/2,y:k+j/2}})});return be({data:A,layout:y},h)});function vu(e){"@babel/helpers - typeof";return vu=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},vu(e)}function J6(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function uO(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,hM(n.key),n)}}function Q6(e,t,r){return t&&uO(e.prototype,t),r&&uO(e,r),Object.defineProperty(e,"prototype",{writable:!1}),e}function lO(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function tn(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?lO(Object(r),!0).forEach(function(n){ef(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):lO(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function ef(e,t,r){return t=hM(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function hM(e){var t=t4(e,"string");return vu(t)=="symbol"?t:t+""}function t4(e,t){if(vu(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(vu(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var e4=function(t,r,n,i,a){var o=t.width,s=t.height,u=t.layout,l=t.children,c=Object.keys(r),f={left:n.left,leftMirror:n.left,right:o-n.right,rightMirror:o-n.right,top:n.top,topMirror:n.top,bottom:s-n.bottom,bottomMirror:s-n.bottom},h=!!Ar(l,Lo);return c.reduce(function(p,y){var d=r[y],m=d.orientation,v=d.domain,_=d.padding,b=_===void 0?{}:_,x=d.mirror,g=d.reversed,w="".concat(m).concat(x?"Mirror":""),S,A,T,M,P;if(d.type==="number"&&(d.padding==="gap"||d.padding==="no-gap")){var E=v[1]-v[0],k=1/0,$=d.categoricalDomain.sort(p5);if($.forEach(function(X,F){F>0&&(k=Math.min((X||0)-($[F-1]||0),k))}),Number.isFinite(k)){var j=k/E,C=d.layout==="vertical"?n.height:n.width;if(d.padding==="gap"&&(S=j*C/2),d.padding==="no-gap"){var I=la(t.barCategoryGap,j*C),U=j*C/2;S=U-I-(U-I)/C*I}}}i==="xAxis"?A=[n.left+(b.left||0)+(S||0),n.left+n.width-(b.right||0)-(S||0)]:i==="yAxis"?A=u==="horizontal"?[n.top+n.height-(b.bottom||0),n.top+(b.top||0)]:[n.top+(b.top||0)+(S||0),n.top+n.height-(b.bottom||0)-(S||0)]:A=d.range,g&&(A=[A[1],A[0]]);var W=pW(d,a,h),D=W.scale,L=W.realScaleType;D.domain(v).range(A),dW(D);var B=wW(D,tn(tn({},d),{},{realScaleType:L}));i==="xAxis"?(P=m==="top"&&!x||m==="bottom"&&x,T=n.left,M=f[w]-P*d.height):i==="yAxis"&&(P=m==="left"&&!x||m==="right"&&x,T=f[w]-P*d.width,M=n.top);var N=tn(tn(tn({},d),B),{},{realScaleType:L,x:T,y:M,scale:D,width:i==="xAxis"?n.width:d.width,height:i==="yAxis"?n.height:d.height});return N.bandSize=Zl(N,B),!d.hide&&i==="xAxis"?f[w]+=(P?-1:1)*N.height:d.hide||(f[w]+=(P?-1:1)*N.width),tn(tn({},p),{},ef({},y,N))},{})},pM=function(t,r){var n=t.x,i=t.y,a=r.x,o=r.y;return{x:Math.min(n,a),y:Math.min(i,o),width:Math.abs(a-n),height:Math.abs(o-i)}},r4=function(t){var r=t.x1,n=t.y1,i=t.x2,a=t.y2;return pM({x:r,y:n},{x:i,y:a})},dM=(function(){function e(t){J6(this,e),this.scale=t}return Q6(e,[{key:"domain",get:function(){return this.scale.domain}},{key:"range",get:function(){return this.scale.range}},{key:"rangeMin",get:function(){return this.range()[0]}},{key:"rangeMax",get:function(){return this.range()[1]}},{key:"bandwidth",get:function(){return this.scale.bandwidth}},{key:"apply",value:function(r){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},i=n.bandAware,a=n.position;if(r!==void 0){if(a)switch(a){case"start":return this.scale(r);case"middle":{var o=this.bandwidth?this.bandwidth()/2:0;return this.scale(r)+o}case"end":{var s=this.bandwidth?this.bandwidth():0;return this.scale(r)+s}default:return this.scale(r)}if(i){var u=this.bandwidth?this.bandwidth()/2:0;return this.scale(r)+u}return this.scale(r)}}},{key:"isInRange",value:function(r){var n=this.range(),i=n[0],a=n[n.length-1];return i<=a?r>=i&&r<=a:r>=a&&r<=i}}],[{key:"create",value:function(r){return new e(r)}}])})();ef(dM,"EPS",1e-4);var C0=function(t){var r=Object.keys(t).reduce(function(n,i){return tn(tn({},n),{},ef({},i,dM.create(t[i])))},{});return tn(tn({},r),{},{apply:function(i){var a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},o=a.bandAware,s=a.position;return C6(i,function(u,l){return r[l].apply(u,{bandAware:o,position:s})})},isInRange:function(i){return uM(i,function(a,o){return r[o].isInRange(a)})}})};function n4(e){return(e%180+180)%180}var i4=function(t){var r=t.width,n=t.height,i=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0,a=n4(i),o=a*Math.PI/180,s=Math.atan(n/r),u=o>s&&o<Math.PI-s?n/Math.sin(o):r/Math.cos(o);return Math.abs(u)},Gm,cO;function a4(){if(cO)return Gm;cO=1;var e=Oi(),t=Mu(),r=ku();function n(i){return function(a,o,s){var u=Object(a);if(!t(a)){var l=e(o,3);a=r(a),o=function(f){return l(u[f],f,u)}}var c=i(a,o,s);return c>-1?u[l?a[c]:c]:void 0}}return Gm=n,Gm}var Km,fO;function o4(){if(fO)return Km;fO=1;var e=fC(),t=Oi(),r=a0(),n=Math.max;function i(a,o,s){var u=a==null?0:a.length;if(!u)return-1;var l=s==null?0:r(s);return l<0&&(l=n(u+l,0)),e(a,t(o,3),l)}return Km=i,Km}var Xm,hO;function s4(){if(hO)return Xm;hO=1;var e=a4(),t=o4(),r=e(t);return Xm=r,Xm}var u4=s4();const l4=Ft(u4);var c4=RE();const f4=Ft(c4);var h4=f4(function(e){return{x:e.left,y:e.top,width:e.width,height:e.height}},function(e){return["l",e.left,"t",e.top,"w",e.width,"h",e.height].join("")});function fc(e){"@babel/helpers - typeof";return fc=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},fc(e)}var M0=O.createContext(void 0),k0=O.createContext(void 0),mM=O.createContext(void 0),yM=O.createContext({}),gM=O.createContext(void 0),vM=O.createContext(0),bM=O.createContext(0),pO=function(t){var r=t.state,n=r.xAxisMap,i=r.yAxisMap,a=r.offset,o=t.clipPathId,s=t.children,u=t.width,l=t.height,c=h4(a);return O.createElement(M0.Provider,{value:n},O.createElement(k0.Provider,{value:i},O.createElement(yM.Provider,{value:a},O.createElement(mM.Provider,{value:c},O.createElement(gM.Provider,{value:o},O.createElement(vM.Provider,{value:l},O.createElement(bM.Provider,{value:u},s)))))))},p4=function(){return O.useContext(gM)};function xM(e){var t=Object.keys(e);return t.length===0?"There are no available ids.":"Available ids are: ".concat(t,".")}var _M=function(t){var r=O.useContext(M0);r==null&&(process.env.NODE_ENV!=="production"?lr(!1,"Could not find Recharts context; are you sure this is rendered inside a Recharts wrapper component?"):lr());var n=r[t];return n==null&&(process.env.NODE_ENV!=="production"?lr(!1,'Could not find xAxis by id "'.concat(t,'" [').concat(fc(t),"]. ").concat(xM(r))):lr()),n},d4=function(){var t=O.useContext(M0);return ui(t)},m4=function(){var t=O.useContext(k0),r=l4(t,function(n){return uM(n.domain,Number.isFinite)});return r||ui(t)},wM=function(t){var r=O.useContext(k0);r==null&&(process.env.NODE_ENV!=="production"?lr(!1,"Could not find Recharts context; are you sure this is rendered inside a Recharts wrapper component?"):lr());var n=r[t];return n==null&&(process.env.NODE_ENV!=="production"?lr(!1,'Could not find yAxis by id "'.concat(t,'" [').concat(fc(t),"]. ").concat(xM(r))):lr()),n},y4=function(){var t=O.useContext(mM);return t},g4=function(){return O.useContext(yM)},$0=function(){return O.useContext(bM)},j0=function(){return O.useContext(vM)};function go(e){"@babel/helpers - typeof";return go=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},go(e)}function v4(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function b4(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,AM(n.key),n)}}function x4(e,t,r){return t&&b4(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}function _4(e,t,r){return t=hc(t),w4(e,SM()?Reflect.construct(t,r||[],hc(e).constructor):t.apply(e,r))}function w4(e,t){if(t&&(go(t)==="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return S4(e)}function S4(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function SM(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(SM=function(){return!!e})()}function hc(e){return hc=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(r){return r.__proto__||Object.getPrototypeOf(r)},hc(e)}function A4(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&jg(e,t)}function jg(e,t){return jg=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,i){return n.__proto__=i,n},jg(e,t)}function dO(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function mO(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?dO(Object(r),!0).forEach(function(n){R0(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):dO(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function R0(e,t,r){return t=AM(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function AM(e){var t=O4(e,"string");return go(t)=="symbol"?t:t+""}function O4(e,t){if(go(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(go(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}function T4(e,t){return M4(e)||C4(e,t)||E4(e,t)||P4()}function P4(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
156
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function E4(e,t){if(e){if(typeof e=="string")return yO(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);if(r==="Object"&&e.constructor&&(r=e.constructor.name),r==="Map"||r==="Set")return Array.from(e);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return yO(e,t)}}function yO(e,t){(t==null||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function C4(e,t){var r=e==null?null:typeof Symbol<"u"&&e[Symbol.iterator]||e["@@iterator"];if(r!=null){var n,i,a,o,s=[],u=!0,l=!1;try{if(a=(r=r.call(e)).next,t!==0)for(;!(u=(n=a.call(r)).done)&&(s.push(n.value),s.length!==t);u=!0);}catch(c){l=!0,i=c}finally{try{if(!u&&r.return!=null&&(o=r.return(),Object(o)!==o))return}finally{if(l)throw i}}return s}}function M4(e){if(Array.isArray(e))return e}function Rg(){return Rg=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Rg.apply(this,arguments)}var k4=function(t,r){var n;return O.isValidElement(t)?n=O.cloneElement(t,r):_t(t)?n=t(r):n=O.createElement("line",Rg({},r,{className:"recharts-reference-line-line"})),n},$4=function(t,r,n,i,a,o,s,u,l){var c=a.x,f=a.y,h=a.width,p=a.height;if(n){var y=l.y,d=t.y.apply(y,{position:o});if(Pn(l,"discard")&&!t.y.isInRange(d))return null;var m=[{x:c+h,y:d},{x:c,y:d}];return u==="left"?m.reverse():m}if(r){var v=l.x,_=t.x.apply(v,{position:o});if(Pn(l,"discard")&&!t.x.isInRange(_))return null;var b=[{x:_,y:f+p},{x:_,y:f}];return s==="top"?b.reverse():b}if(i){var x=l.segment,g=x.map(function(w){return t.apply(w,{position:o})});return Pn(l,"discard")&&O6(g,function(w){return!t.isInRange(w)})?null:g}return null};function j4(e){var t=e.x,r=e.y,n=e.segment,i=e.xAxisId,a=e.yAxisId,o=e.shape,s=e.className,u=e.alwaysShow,l=p4(),c=_M(i),f=wM(a),h=y4();if(!l||!h)return null;zn(u===void 0,'The alwaysShow prop is deprecated. Please use ifOverflow="extendDomain" instead.');var p=C0({x:c.scale,y:f.scale}),y=Te(t),d=Te(r),m=n&&n.length===2,v=$4(p,y,d,m,h,e.position,c.orientation,f.orientation,e);if(!v)return null;var _=T4(v,2),b=_[0],x=b.x,g=b.y,w=_[1],S=w.x,A=w.y,T=Pn(e,"hidden")?"url(#".concat(l,")"):void 0,M=mO(mO({clipPath:T},xt(e,!0)),{},{x1:x,y1:g,x2:S,y2:A});return O.createElement(Dt,{className:Ot("recharts-reference-line",s)},k4(o,M),Ge.renderCallByParent(e,r4({x1:x,y1:g,x2:S,y2:A})))}var rf=(function(e){function t(){return v4(this,t),_4(this,t,arguments)}return A4(t,e),x4(t,[{key:"render",value:function(){return O.createElement(j4,this.props)}}])})(O.Component);R0(rf,"displayName","ReferenceLine");R0(rf,"defaultProps",{isFront:!1,ifOverflow:"discard",xAxisId:0,yAxisId:0,fill:"none",stroke:"#ccc",fillOpacity:1,strokeWidth:1,position:"middle"});function Dg(){return Dg=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Dg.apply(this,arguments)}function vo(e){"@babel/helpers - typeof";return vo=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},vo(e)}function gO(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function vO(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?gO(Object(r),!0).forEach(function(n){nf(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):gO(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function R4(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function D4(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,TM(n.key),n)}}function I4(e,t,r){return t&&D4(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}function N4(e,t,r){return t=pc(t),L4(e,OM()?Reflect.construct(t,r||[],pc(e).constructor):t.apply(e,r))}function L4(e,t){if(t&&(vo(t)==="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return B4(e)}function B4(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function OM(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(OM=function(){return!!e})()}function pc(e){return pc=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(r){return r.__proto__||Object.getPrototypeOf(r)},pc(e)}function q4(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&Ig(e,t)}function Ig(e,t){return Ig=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,i){return n.__proto__=i,n},Ig(e,t)}function nf(e,t,r){return t=TM(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function TM(e){var t=F4(e,"string");return vo(t)=="symbol"?t:t+""}function F4(e,t){if(vo(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(vo(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}var z4=function(t){var r=t.x,n=t.y,i=t.xAxis,a=t.yAxis,o=C0({x:i.scale,y:a.scale}),s=o.apply({x:r,y:n},{bandAware:!0});return Pn(t,"discard")&&!o.isInRange(s)?null:s},af=(function(e){function t(){return R4(this,t),N4(this,t,arguments)}return q4(t,e),I4(t,[{key:"render",value:function(){var n=this.props,i=n.x,a=n.y,o=n.r,s=n.alwaysShow,u=n.clipPathId,l=Te(i),c=Te(a);if(zn(s===void 0,'The alwaysShow prop is deprecated. Please use ifOverflow="extendDomain" instead.'),!l||!c)return null;var f=z4(this.props);if(!f)return null;var h=f.x,p=f.y,y=this.props,d=y.shape,m=y.className,v=Pn(this.props,"hidden")?"url(#".concat(u,")"):void 0,_=vO(vO({clipPath:v},xt(this.props,!0)),{},{cx:h,cy:p});return O.createElement(Dt,{className:Ot("recharts-reference-dot",m)},t.renderDot(d,_),Ge.renderCallByParent(this.props,{x:h-o,y:p-o,width:2*o,height:2*o}))}}])})(O.Component);nf(af,"displayName","ReferenceDot");nf(af,"defaultProps",{isFront:!1,ifOverflow:"discard",xAxisId:0,yAxisId:0,r:10,fill:"#fff",stroke:"#ccc",fillOpacity:1,strokeWidth:1});nf(af,"renderDot",function(e,t){var r;return O.isValidElement(e)?r=O.cloneElement(e,t):_t(e)?r=e(t):r=O.createElement(Jc,Dg({},t,{cx:t.cx,cy:t.cy,className:"recharts-reference-dot-dot"})),r});function Ng(){return Ng=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Ng.apply(this,arguments)}function bo(e){"@babel/helpers - typeof";return bo=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},bo(e)}function bO(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function xO(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?bO(Object(r),!0).forEach(function(n){of(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):bO(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function U4(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function W4(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,EM(n.key),n)}}function H4(e,t,r){return t&&W4(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}function G4(e,t,r){return t=dc(t),K4(e,PM()?Reflect.construct(t,r||[],dc(e).constructor):t.apply(e,r))}function K4(e,t){if(t&&(bo(t)==="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return X4(e)}function X4(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function PM(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(PM=function(){return!!e})()}function dc(e){return dc=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(r){return r.__proto__||Object.getPrototypeOf(r)},dc(e)}function Y4(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&Lg(e,t)}function Lg(e,t){return Lg=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,i){return n.__proto__=i,n},Lg(e,t)}function of(e,t,r){return t=EM(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function EM(e){var t=V4(e,"string");return bo(t)=="symbol"?t:t+""}function V4(e,t){if(bo(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(bo(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}var Z4=function(t,r,n,i,a){var o=a.x1,s=a.x2,u=a.y1,l=a.y2,c=a.xAxis,f=a.yAxis;if(!c||!f)return null;var h=C0({x:c.scale,y:f.scale}),p={x:t?h.x.apply(o,{position:"start"}):h.x.rangeMin,y:n?h.y.apply(u,{position:"start"}):h.y.rangeMin},y={x:r?h.x.apply(s,{position:"end"}):h.x.rangeMax,y:i?h.y.apply(l,{position:"end"}):h.y.rangeMax};return Pn(a,"discard")&&(!h.isInRange(p)||!h.isInRange(y))?null:pM(p,y)},sf=(function(e){function t(){return U4(this,t),G4(this,t,arguments)}return Y4(t,e),H4(t,[{key:"render",value:function(){var n=this.props,i=n.x1,a=n.x2,o=n.y1,s=n.y2,u=n.className,l=n.alwaysShow,c=n.clipPathId;zn(l===void 0,'The alwaysShow prop is deprecated. Please use ifOverflow="extendDomain" instead.');var f=Te(i),h=Te(a),p=Te(o),y=Te(s),d=this.props.shape;if(!f&&!h&&!p&&!y&&!d)return null;var m=Z4(f,h,p,y,this.props);if(!m&&!d)return null;var v=Pn(this.props,"hidden")?"url(#".concat(c,")"):void 0;return O.createElement(Dt,{className:Ot("recharts-reference-area",u)},t.renderRect(d,xO(xO({clipPath:v},xt(this.props,!0)),m)),Ge.renderCallByParent(this.props,m))}}])})(O.Component);of(sf,"displayName","ReferenceArea");of(sf,"defaultProps",{isFront:!1,ifOverflow:"discard",xAxisId:0,yAxisId:0,r:10,fill:"#ccc",fillOpacity:.5,stroke:"none",strokeWidth:1});of(sf,"renderRect",function(e,t){var r;return O.isValidElement(e)?r=O.cloneElement(e,t):_t(e)?r=e(t):r=O.createElement(E0,Ng({},t,{className:"recharts-reference-area-rect"})),r});function CM(e,t,r){if(t<1)return[];if(t===1&&r===void 0)return e;for(var n=[],i=0;i<e.length;i+=t)n.push(e[i]);return n}function J4(e,t,r){var n={width:e.width+t.width,height:e.height+t.height};return i4(n,r)}function Q4(e,t,r){var n=r==="width",i=e.x,a=e.y,o=e.width,s=e.height;return t===1?{start:n?i:a,end:n?i+o:a+s}:{start:n?i+o:a+s,end:n?i:a}}function mc(e,t,r,n,i){if(e*t<e*n||e*t>e*i)return!1;var a=r();return e*(t-e*a/2-n)>=0&&e*(t+e*a/2-i)<=0}function tK(e,t){return CM(e,t+1)}function eK(e,t,r,n,i){for(var a=(n||[]).slice(),o=t.start,s=t.end,u=0,l=1,c=o,f=function(){var y=n==null?void 0:n[u];if(y===void 0)return{v:CM(n,l)};var d=u,m,v=function(){return m===void 0&&(m=r(y,d)),m},_=y.coordinate,b=u===0||mc(e,_,v,c,s);b||(u=0,c=o,l+=1),b&&(c=_+e*(v()/2+i),u+=l)},h;l<=a.length;)if(h=f(),h)return h.v;return[]}function bu(e){"@babel/helpers - typeof";return bu=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},bu(e)}function _O(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function We(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?_O(Object(r),!0).forEach(function(n){rK(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):_O(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function rK(e,t,r){return t=nK(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function nK(e){var t=iK(e,"string");return bu(t)=="symbol"?t:t+""}function iK(e,t){if(bu(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(bu(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function aK(e,t,r,n,i){for(var a=(n||[]).slice(),o=a.length,s=t.start,u=t.end,l=function(h){var p=a[h],y,d=function(){return y===void 0&&(y=r(p,h)),y};if(h===o-1){var m=e*(p.coordinate+e*d()/2-u);a[h]=p=We(We({},p),{},{tickCoord:m>0?p.coordinate-m*e:p.coordinate})}else a[h]=p=We(We({},p),{},{tickCoord:p.coordinate});var v=mc(e,p.tickCoord,d,s,u);v&&(u=p.tickCoord-e*(d()/2+i),a[h]=We(We({},p),{},{isShow:!0}))},c=o-1;c>=0;c--)l(c);return a}function oK(e,t,r,n,i,a){var o=(n||[]).slice(),s=o.length,u=t.start,l=t.end;if(a){var c=n[s-1],f=r(c,s-1),h=e*(c.coordinate+e*f/2-l);o[s-1]=c=We(We({},c),{},{tickCoord:h>0?c.coordinate-h*e:c.coordinate});var p=mc(e,c.tickCoord,function(){return f},u,l);p&&(l=c.tickCoord-e*(f/2+i),o[s-1]=We(We({},c),{},{isShow:!0}))}for(var y=a?s-1:s,d=function(_){var b=o[_],x,g=function(){return x===void 0&&(x=r(b,_)),x};if(_===0){var w=e*(b.coordinate-e*g()/2-u);o[_]=b=We(We({},b),{},{tickCoord:w<0?b.coordinate-w*e:b.coordinate})}else o[_]=b=We(We({},b),{},{tickCoord:b.coordinate});var S=mc(e,b.tickCoord,g,u,l);S&&(u=b.tickCoord+e*(g()/2+i),o[_]=We(We({},b),{},{isShow:!0}))},m=0;m<y;m++)d(m);return o}function D0(e,t,r){var n=e.tick,i=e.ticks,a=e.viewBox,o=e.minTickGap,s=e.orientation,u=e.interval,l=e.tickFormatter,c=e.unit,f=e.angle;if(!i||!i.length||!n)return[];if(it(u)||Ti.isSsr)return tK(i,typeof u=="number"&&it(u)?u:0);var h=[],p=s==="top"||s==="bottom"?"width":"height",y=c&&p==="width"?Ss(c,{fontSize:t,letterSpacing:r}):{width:0,height:0},d=function(b,x){var g=_t(l)?l(b.value,x):b.value;return p==="width"?J4(Ss(g,{fontSize:t,letterSpacing:r}),y,f):Ss(g,{fontSize:t,letterSpacing:r})[p]},m=i.length>=2?an(i[1].coordinate-i[0].coordinate):1,v=Q4(a,m,p);return u==="equidistantPreserveStart"?eK(m,v,d,i,o):(u==="preserveStart"||u==="preserveStartEnd"?h=oK(m,v,d,i,o,u==="preserveStartEnd"):h=aK(m,v,d,i,o),h.filter(function(_){return _.isShow}))}var sK=["viewBox"],uK=["viewBox"],lK=["ticks"];function xo(e){"@babel/helpers - typeof";return xo=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},xo(e)}function Ia(){return Ia=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Ia.apply(this,arguments)}function wO(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function Ae(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?wO(Object(r),!0).forEach(function(n){I0(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):wO(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function Ym(e,t){if(e==null)return{};var r=cK(e,t),n,i;if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(i=0;i<a.length;i++)n=a[i],!(t.indexOf(n)>=0)&&Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}function cK(e,t){if(e==null)return{};var r={};for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n)){if(t.indexOf(n)>=0)continue;r[n]=e[n]}return r}function fK(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function SO(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,kM(n.key),n)}}function hK(e,t,r){return t&&SO(e.prototype,t),r&&SO(e,r),Object.defineProperty(e,"prototype",{writable:!1}),e}function pK(e,t,r){return t=yc(t),dK(e,MM()?Reflect.construct(t,r||[],yc(e).constructor):t.apply(e,r))}function dK(e,t){if(t&&(xo(t)==="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return mK(e)}function mK(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function MM(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(MM=function(){return!!e})()}function yc(e){return yc=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(r){return r.__proto__||Object.getPrototypeOf(r)},yc(e)}function yK(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&Bg(e,t)}function Bg(e,t){return Bg=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,i){return n.__proto__=i,n},Bg(e,t)}function I0(e,t,r){return t=kM(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function kM(e){var t=gK(e,"string");return xo(t)=="symbol"?t:t+""}function gK(e,t){if(xo(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(xo(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}var Bo=(function(e){function t(r){var n;return fK(this,t),n=pK(this,t,[r]),n.state={fontSize:"",letterSpacing:""},n}return yK(t,e),hK(t,[{key:"shouldComponentUpdate",value:function(n,i){var a=n.viewBox,o=Ym(n,sK),s=this.props,u=s.viewBox,l=Ym(s,uK);return!Ha(a,u)||!Ha(o,l)||!Ha(i,this.state)}},{key:"componentDidMount",value:function(){var n=this.layerReference;if(n){var i=n.getElementsByClassName("recharts-cartesian-axis-tick-value")[0];i&&this.setState({fontSize:window.getComputedStyle(i).fontSize,letterSpacing:window.getComputedStyle(i).letterSpacing})}}},{key:"getTickLineCoord",value:function(n){var i=this.props,a=i.x,o=i.y,s=i.width,u=i.height,l=i.orientation,c=i.tickSize,f=i.mirror,h=i.tickMargin,p,y,d,m,v,_,b=f?-1:1,x=n.tickSize||c,g=it(n.tickCoord)?n.tickCoord:n.coordinate;switch(l){case"top":p=y=n.coordinate,m=o+ +!f*u,d=m-b*x,_=d-b*h,v=g;break;case"left":d=m=n.coordinate,y=a+ +!f*s,p=y-b*x,v=p-b*h,_=g;break;case"right":d=m=n.coordinate,y=a+ +f*s,p=y+b*x,v=p+b*h,_=g;break;default:p=y=n.coordinate,m=o+ +f*u,d=m+b*x,_=d+b*h,v=g;break}return{line:{x1:p,y1:d,x2:y,y2:m},tick:{x:v,y:_}}}},{key:"getTickTextAnchor",value:function(){var n=this.props,i=n.orientation,a=n.mirror,o;switch(i){case"left":o=a?"start":"end";break;case"right":o=a?"end":"start";break;default:o="middle";break}return o}},{key:"getTickVerticalAnchor",value:function(){var n=this.props,i=n.orientation,a=n.mirror,o="end";switch(i){case"left":case"right":o="middle";break;case"top":o=a?"start":"end";break;default:o=a?"end":"start";break}return o}},{key:"renderAxisLine",value:function(){var n=this.props,i=n.x,a=n.y,o=n.width,s=n.height,u=n.orientation,l=n.mirror,c=n.axisLine,f=Ae(Ae(Ae({},xt(this.props,!1)),xt(c,!1)),{},{fill:"none"});if(u==="top"||u==="bottom"){var h=+(u==="top"&&!l||u==="bottom"&&l);f=Ae(Ae({},f),{},{x1:i,y1:a+h*s,x2:i+o,y2:a+h*s})}else{var p=+(u==="left"&&!l||u==="right"&&l);f=Ae(Ae({},f),{},{x1:i+p*o,y1:a,x2:i+p*o,y2:a+s})}return O.createElement("line",Ia({},f,{className:Ot("recharts-cartesian-axis-line",Gr(c,"className"))}))}},{key:"renderTicks",value:function(n,i,a){var o=this,s=this.props,u=s.tickLine,l=s.stroke,c=s.tick,f=s.tickFormatter,h=s.unit,p=D0(Ae(Ae({},this.props),{},{ticks:n}),i,a),y=this.getTickTextAnchor(),d=this.getTickVerticalAnchor(),m=xt(this.props,!1),v=xt(c,!1),_=Ae(Ae({},m),{},{fill:"none"},xt(u,!1)),b=p.map(function(x,g){var w=o.getTickLineCoord(x),S=w.line,A=w.tick,T=Ae(Ae(Ae(Ae({textAnchor:y,verticalAnchor:d},m),{},{stroke:"none",fill:l},v),A),{},{index:g,payload:x,visibleTicksCount:p.length,tickFormatter:f});return O.createElement(Dt,Ia({className:"recharts-cartesian-axis-tick",key:"tick-".concat(x.value,"-").concat(x.coordinate,"-").concat(x.tickCoord)},Gs(o.props,x,g)),u&&O.createElement("line",Ia({},_,S,{className:Ot("recharts-cartesian-axis-tick-line",Gr(u,"className"))})),c&&t.renderTickItem(c,T,"".concat(_t(f)?f(x.value,g):x.value).concat(h||"")))});return O.createElement("g",{className:"recharts-cartesian-axis-ticks"},b)}},{key:"render",value:function(){var n=this,i=this.props,a=i.axisLine,o=i.width,s=i.height,u=i.ticksGenerator,l=i.className,c=i.hide;if(c)return null;var f=this.props,h=f.ticks,p=Ym(f,lK),y=h;return _t(u)&&(y=h&&h.length>0?u(this.props):u(p)),o<=0||s<=0||!y||!y.length?null:O.createElement(Dt,{className:Ot("recharts-cartesian-axis",l),ref:function(m){n.layerReference=m}},a&&this.renderAxisLine(),this.renderTicks(y,this.state.fontSize,this.state.letterSpacing),Ge.renderCallByParent(this.props))}}],[{key:"renderTickItem",value:function(n,i,a){var o,s=Ot(i.className,"recharts-cartesian-axis-tick-value");return O.isValidElement(n)?o=O.cloneElement(n,Ae(Ae({},i),{},{className:s})):_t(n)?o=n(Ae(Ae({},i),{},{className:s})):o=O.createElement(Kl,Ia({},i,{className:"recharts-cartesian-axis-tick-value"}),a),o}}])})(O.Component);I0(Bo,"displayName","CartesianAxis");I0(Bo,"defaultProps",{x:0,y:0,width:0,height:0,viewBox:{x:0,y:0,width:0,height:0},orientation:"bottom",ticks:[],stroke:"#666",tickLine:!0,axisLine:!0,tick:!0,mirror:!1,minTickGap:5,tickSize:6,tickMargin:2,interval:"preserveEnd"});var vK=["x1","y1","x2","y2","key"],bK=["offset"];function ha(e){"@babel/helpers - typeof";return ha=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},ha(e)}function AO(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function Ke(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?AO(Object(r),!0).forEach(function(n){xK(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):AO(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function xK(e,t,r){return t=_K(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function _K(e){var t=wK(e,"string");return ha(t)=="symbol"?t:t+""}function wK(e,t){if(ha(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(ha(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function Xi(){return Xi=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Xi.apply(this,arguments)}function OO(e,t){if(e==null)return{};var r=SK(e,t),n,i;if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(i=0;i<a.length;i++)n=a[i],!(t.indexOf(n)>=0)&&Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}function SK(e,t){if(e==null)return{};var r={};for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n)){if(t.indexOf(n)>=0)continue;r[n]=e[n]}return r}var AK=function(t){var r=t.fill;if(!r||r==="none")return null;var n=t.fillOpacity,i=t.x,a=t.y,o=t.width,s=t.height,u=t.ry;return O.createElement("rect",{x:i,y:a,ry:u,width:o,height:s,stroke:"none",fill:r,fillOpacity:n,className:"recharts-cartesian-grid-bg"})};function $M(e,t){var r;if(O.isValidElement(e))r=O.cloneElement(e,t);else if(_t(e))r=e(t);else{var n=t.x1,i=t.y1,a=t.x2,o=t.y2,s=t.key,u=OO(t,vK),l=xt(u,!1);l.offset;var c=OO(l,bK);r=O.createElement("line",Xi({},c,{x1:n,y1:i,x2:a,y2:o,fill:"none",key:s}))}return r}function OK(e){var t=e.x,r=e.width,n=e.horizontal,i=n===void 0?!0:n,a=e.horizontalPoints;if(!i||!a||!a.length)return null;var o=a.map(function(s,u){var l=Ke(Ke({},e),{},{x1:t,y1:s,x2:t+r,y2:s,key:"line-".concat(u),index:u});return $M(i,l)});return O.createElement("g",{className:"recharts-cartesian-grid-horizontal"},o)}function TK(e){var t=e.y,r=e.height,n=e.vertical,i=n===void 0?!0:n,a=e.verticalPoints;if(!i||!a||!a.length)return null;var o=a.map(function(s,u){var l=Ke(Ke({},e),{},{x1:s,y1:t,x2:s,y2:t+r,key:"line-".concat(u),index:u});return $M(i,l)});return O.createElement("g",{className:"recharts-cartesian-grid-vertical"},o)}function PK(e){var t=e.horizontalFill,r=e.fillOpacity,n=e.x,i=e.y,a=e.width,o=e.height,s=e.horizontalPoints,u=e.horizontal,l=u===void 0?!0:u;if(!l||!t||!t.length)return null;var c=s.map(function(h){return Math.round(h+i-i)}).sort(function(h,p){return h-p});i!==c[0]&&c.unshift(0);var f=c.map(function(h,p){var y=!c[p+1],d=y?i+o-h:c[p+1]-h;if(d<=0)return null;var m=p%t.length;return O.createElement("rect",{key:"react-".concat(p),y:h,x:n,height:d,width:a,stroke:"none",fill:t[m],fillOpacity:r,className:"recharts-cartesian-grid-bg"})});return O.createElement("g",{className:"recharts-cartesian-gridstripes-horizontal"},f)}function EK(e){var t=e.vertical,r=t===void 0?!0:t,n=e.verticalFill,i=e.fillOpacity,a=e.x,o=e.y,s=e.width,u=e.height,l=e.verticalPoints;if(!r||!n||!n.length)return null;var c=l.map(function(h){return Math.round(h+a-a)}).sort(function(h,p){return h-p});a!==c[0]&&c.unshift(0);var f=c.map(function(h,p){var y=!c[p+1],d=y?a+s-h:c[p+1]-h;if(d<=0)return null;var m=p%n.length;return O.createElement("rect",{key:"react-".concat(p),x:h,y:o,width:d,height:u,stroke:"none",fill:n[m],fillOpacity:i,className:"recharts-cartesian-grid-bg"})});return O.createElement("g",{className:"recharts-cartesian-gridstripes-vertical"},f)}var CK=function(t,r){var n=t.xAxis,i=t.width,a=t.height,o=t.offset;return WC(D0(Ke(Ke(Ke({},Bo.defaultProps),n),{},{ticks:qn(n,!0),viewBox:{x:0,y:0,width:i,height:a}})),o.left,o.left+o.width,r)},MK=function(t,r){var n=t.yAxis,i=t.width,a=t.height,o=t.offset;return WC(D0(Ke(Ke(Ke({},Bo.defaultProps),n),{},{ticks:qn(n,!0),viewBox:{x:0,y:0,width:i,height:a}})),o.top,o.top+o.height,r)},Ma={horizontal:!0,vertical:!0,stroke:"#ccc",fill:"none",verticalFill:[],horizontalFill:[]};function jM(e){var t,r,n,i,a,o,s=$0(),u=j0(),l=g4(),c=Ke(Ke({},e),{},{stroke:(t=e.stroke)!==null&&t!==void 0?t:Ma.stroke,fill:(r=e.fill)!==null&&r!==void 0?r:Ma.fill,horizontal:(n=e.horizontal)!==null&&n!==void 0?n:Ma.horizontal,horizontalFill:(i=e.horizontalFill)!==null&&i!==void 0?i:Ma.horizontalFill,vertical:(a=e.vertical)!==null&&a!==void 0?a:Ma.vertical,verticalFill:(o=e.verticalFill)!==null&&o!==void 0?o:Ma.verticalFill,x:it(e.x)?e.x:l.left,y:it(e.y)?e.y:l.top,width:it(e.width)?e.width:l.width,height:it(e.height)?e.height:l.height}),f=c.x,h=c.y,p=c.width,y=c.height,d=c.syncWithTicks,m=c.horizontalValues,v=c.verticalValues,_=d4(),b=m4();if(!it(p)||p<=0||!it(y)||y<=0||!it(f)||f!==+f||!it(h)||h!==+h)return null;var x=c.verticalCoordinatesGenerator||CK,g=c.horizontalCoordinatesGenerator||MK,w=c.horizontalPoints,S=c.verticalPoints;if((!w||!w.length)&&_t(g)){var A=m&&m.length,T=g({yAxis:b?Ke(Ke({},b),{},{ticks:A?m:b.ticks}):void 0,width:s,height:u,offset:l},A?!0:d);zn(Array.isArray(T),"horizontalCoordinatesGenerator should return Array but instead it returned [".concat(ha(T),"]")),Array.isArray(T)&&(w=T)}if((!S||!S.length)&&_t(x)){var M=v&&v.length,P=x({xAxis:_?Ke(Ke({},_),{},{ticks:M?v:_.ticks}):void 0,width:s,height:u,offset:l},M?!0:d);zn(Array.isArray(P),"verticalCoordinatesGenerator should return Array but instead it returned [".concat(ha(P),"]")),Array.isArray(P)&&(S=P)}return O.createElement("g",{className:"recharts-cartesian-grid"},O.createElement(AK,{fill:c.fill,fillOpacity:c.fillOpacity,x:c.x,y:c.y,width:c.width,height:c.height,ry:c.ry}),O.createElement(OK,Xi({},c,{offset:l,horizontalPoints:w,xAxis:_,yAxis:b})),O.createElement(TK,Xi({},c,{offset:l,verticalPoints:S,xAxis:_,yAxis:b})),O.createElement(PK,Xi({},c,{horizontalPoints:w})),O.createElement(EK,Xi({},c,{verticalPoints:S})))}jM.displayName="CartesianGrid";var kK=["type","layout","connectNulls","ref"],$K=["key"];function _o(e){"@babel/helpers - typeof";return _o=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},_o(e)}function TO(e,t){if(e==null)return{};var r=jK(e,t),n,i;if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(i=0;i<a.length;i++)n=a[i],!(t.indexOf(n)>=0)&&Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}function jK(e,t){if(e==null)return{};var r={};for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n)){if(t.indexOf(n)>=0)continue;r[n]=e[n]}return r}function Ts(){return Ts=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Ts.apply(this,arguments)}function PO(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function wr(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?PO(Object(r),!0).forEach(function(n){en(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):PO(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function ka(e){return NK(e)||IK(e)||DK(e)||RK()}function RK(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
|
|
157
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function DK(e,t){if(e){if(typeof e=="string")return qg(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);if(r==="Object"&&e.constructor&&(r=e.constructor.name),r==="Map"||r==="Set")return Array.from(e);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return qg(e,t)}}function IK(e){if(typeof Symbol<"u"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function NK(e){if(Array.isArray(e))return qg(e)}function qg(e,t){(t==null||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function LK(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function EO(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,DM(n.key),n)}}function BK(e,t,r){return t&&EO(e.prototype,t),r&&EO(e,r),Object.defineProperty(e,"prototype",{writable:!1}),e}function qK(e,t,r){return t=gc(t),FK(e,RM()?Reflect.construct(t,r||[],gc(e).constructor):t.apply(e,r))}function FK(e,t){if(t&&(_o(t)==="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return zK(e)}function zK(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function RM(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(RM=function(){return!!e})()}function gc(e){return gc=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(r){return r.__proto__||Object.getPrototypeOf(r)},gc(e)}function UK(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&Fg(e,t)}function Fg(e,t){return Fg=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,i){return n.__proto__=i,n},Fg(e,t)}function en(e,t,r){return t=DM(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function DM(e){var t=WK(e,"string");return _o(t)=="symbol"?t:t+""}function WK(e,t){if(_o(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(_o(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var uf=(function(e){function t(){var r;LK(this,t);for(var n=arguments.length,i=new Array(n),a=0;a<n;a++)i[a]=arguments[a];return r=qK(this,t,[].concat(i)),en(r,"state",{isAnimationFinished:!0,totalLength:0}),en(r,"generateSimpleStrokeDasharray",function(o,s){return"".concat(s,"px ").concat(o-s,"px")}),en(r,"getStrokeDasharray",function(o,s,u){var l=u.reduce(function(v,_){return v+_});if(!l)return r.generateSimpleStrokeDasharray(s,o);for(var c=Math.floor(o/l),f=o%l,h=s-o,p=[],y=0,d=0;y<u.length;d+=u[y],++y)if(d+u[y]>f){p=[].concat(ka(u.slice(0,y)),[f-d]);break}var m=p.length%2===0?[0,h]:[h];return[].concat(ka(t.repeat(u,c)),ka(p),m).map(function(v){return"".concat(v,"px")}).join(", ")}),en(r,"id",ba("recharts-line-")),en(r,"pathRef",function(o){r.mainCurve=o}),en(r,"handleAnimationEnd",function(){r.setState({isAnimationFinished:!0}),r.props.onAnimationEnd&&r.props.onAnimationEnd()}),en(r,"handleAnimationStart",function(){r.setState({isAnimationFinished:!1}),r.props.onAnimationStart&&r.props.onAnimationStart()}),r}return UK(t,e),BK(t,[{key:"componentDidMount",value:function(){if(this.props.isAnimationActive){var n=this.getTotalLength();this.setState({totalLength:n})}}},{key:"componentDidUpdate",value:function(){if(this.props.isAnimationActive){var n=this.getTotalLength();n!==this.state.totalLength&&this.setState({totalLength:n})}}},{key:"getTotalLength",value:function(){var n=this.mainCurve;try{return n&&n.getTotalLength&&n.getTotalLength()||0}catch{return 0}}},{key:"renderErrorBar",value:function(n,i){if(this.props.isAnimationActive&&!this.state.isAnimationFinished)return null;var a=this.props,o=a.points,s=a.xAxis,u=a.yAxis,l=a.layout,c=a.children,f=mr(c,No);if(!f)return null;var h=function(d,m){return{x:d.x,y:d.y,value:d.value,errorVal:Pe(d.payload,m)}},p={clipPath:n?"url(#clipPath-".concat(i,")"):null};return O.createElement(Dt,p,f.map(function(y){return O.cloneElement(y,{key:"bar-".concat(y.props.dataKey),data:o,xAxis:s,yAxis:u,layout:l,dataPointFormatter:h})}))}},{key:"renderDots",value:function(n,i,a){var o=this.props.isAnimationActive;if(o&&!this.state.isAnimationFinished)return null;var s=this.props,u=s.dot,l=s.points,c=s.dataKey,f=xt(this.props,!1),h=xt(u,!0),p=l.map(function(d,m){var v=wr(wr(wr({key:"dot-".concat(m),r:3},f),h),{},{index:m,cx:d.x,cy:d.y,value:d.value,dataKey:c,payload:d.payload,points:l});return t.renderDotItem(u,v)}),y={clipPath:n?"url(#clipPath-".concat(i?"":"dots-").concat(a,")"):null};return O.createElement(Dt,Ts({className:"recharts-line-dots",key:"dots"},y),p)}},{key:"renderCurveStatically",value:function(n,i,a,o){var s=this.props,u=s.type,l=s.layout,c=s.connectNulls;s.ref;var f=TO(s,kK),h=wr(wr(wr({},xt(f,!0)),{},{fill:"none",className:"recharts-line-curve",clipPath:i?"url(#clipPath-".concat(a,")"):null,points:n},o),{},{type:u,layout:l,connectNulls:c});return O.createElement(na,Ts({},h,{pathRef:this.pathRef}))}},{key:"renderCurveWithAnimation",value:function(n,i){var a=this,o=this.props,s=o.points,u=o.strokeDasharray,l=o.isAnimationActive,c=o.animationBegin,f=o.animationDuration,h=o.animationEasing,p=o.animationId,y=o.animateNewValues,d=o.width,m=o.height,v=this.state,_=v.prevPoints,b=v.totalLength;return O.createElement(on,{begin:c,duration:f,isActive:l,easing:h,from:{t:0},to:{t:1},key:"line-".concat(p),onAnimationEnd:this.handleAnimationEnd,onAnimationStart:this.handleAnimationStart},function(x){var g=x.t;if(_){var w=_.length/s.length,S=s.map(function(E,k){var $=Math.floor(k*w);if(_[$]){var j=_[$],C=de(j.x,E.x),I=de(j.y,E.y);return wr(wr({},E),{},{x:C(g),y:I(g)})}if(y){var U=de(d*2,E.x),W=de(m/2,E.y);return wr(wr({},E),{},{x:U(g),y:W(g)})}return wr(wr({},E),{},{x:E.x,y:E.y})});return a.renderCurveStatically(S,n,i)}var A=de(0,b),T=A(g),M;if(u){var P="".concat(u).split(/[,\s]+/gim).map(function(E){return parseFloat(E)});M=a.getStrokeDasharray(T,b,P)}else M=a.generateSimpleStrokeDasharray(b,T);return a.renderCurveStatically(s,n,i,{strokeDasharray:M})})}},{key:"renderCurve",value:function(n,i){var a=this.props,o=a.points,s=a.isAnimationActive,u=this.state,l=u.prevPoints,c=u.totalLength;return s&&o&&o.length&&(!l&&c>0||!ca(l,o))?this.renderCurveWithAnimation(n,i):this.renderCurveStatically(o,n,i)}},{key:"render",value:function(){var n,i=this.props,a=i.hide,o=i.dot,s=i.points,u=i.className,l=i.xAxis,c=i.yAxis,f=i.top,h=i.left,p=i.width,y=i.height,d=i.isAnimationActive,m=i.id;if(a||!s||!s.length)return null;var v=this.state.isAnimationFinished,_=s.length===1,b=Ot("recharts-line",u),x=l&&l.allowDataOverflow,g=c&&c.allowDataOverflow,w=x||g,S=vt(m)?this.id:m,A=(n=xt(o,!1))!==null&&n!==void 0?n:{r:3,strokeWidth:2},T=A.r,M=T===void 0?3:T,P=A.strokeWidth,E=P===void 0?2:P,k=oC(o)?o:{},$=k.clipDot,j=$===void 0?!0:$,C=M*2+E;return O.createElement(Dt,{className:b},x||g?O.createElement("defs",null,O.createElement("clipPath",{id:"clipPath-".concat(S)},O.createElement("rect",{x:x?h:h-p/2,y:g?f:f-y/2,width:x?p:p*2,height:g?y:y*2})),!j&&O.createElement("clipPath",{id:"clipPath-dots-".concat(S)},O.createElement("rect",{x:h-C/2,y:f-C/2,width:p+C,height:y+C}))):null,!_&&this.renderCurve(w,S),this.renderErrorBar(w,S),(_||o)&&this.renderDots(w,j,S),(!d||v)&&Tn.renderCallByParent(this.props,s))}}],[{key:"getDerivedStateFromProps",value:function(n,i){return n.animationId!==i.prevAnimationId?{prevAnimationId:n.animationId,curPoints:n.points,prevPoints:i.curPoints}:n.points!==i.curPoints?{curPoints:n.points}:null}},{key:"repeat",value:function(n,i){for(var a=n.length%2!==0?[].concat(ka(n),[0]):n,o=[],s=0;s<i;++s)o=[].concat(ka(o),ka(a));return o}},{key:"renderDotItem",value:function(n,i){var a;if(O.isValidElement(n))a=O.cloneElement(n,i);else if(_t(n))a=n(i);else{var o=i.key,s=TO(i,$K),u=Ot("recharts-line-dot",typeof n!="boolean"?n.className:"");a=O.createElement(Jc,Ts({key:o},s,{className:u}))}return a}}])})(O.PureComponent);en(uf,"displayName","Line");en(uf,"defaultProps",{xAxisId:0,yAxisId:0,connectNulls:!1,activeDot:!0,dot:!0,legendType:"line",stroke:"#3182bd",strokeWidth:1,fill:"#fff",points:[],isAnimationActive:!Ti.isSsr,animateNewValues:!0,animationBegin:0,animationDuration:1500,animationEasing:"ease",hide:!1,label:!1});en(uf,"getComposedData",function(e){var t=e.props,r=e.xAxis,n=e.yAxis,i=e.xAxisTicks,a=e.yAxisTicks,o=e.dataKey,s=e.bandSize,u=e.displayedData,l=e.offset,c=t.layout,f=u.map(function(h,p){var y=Pe(h,o);return c==="horizontal"?{x:co({axis:r,ticks:i,bandSize:s,entry:h,index:p}),y:vt(y)?null:n.scale(y),value:y,payload:h}:{x:vt(y)?null:r.scale(y),y:co({axis:n,ticks:a,bandSize:s,entry:h,index:p}),value:y,payload:h}});return wr({points:f,layout:c},l)});var HK=["layout","type","stroke","connectNulls","isRange","ref"],GK=["key"],IM;function wo(e){"@babel/helpers - typeof";return wo=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},wo(e)}function NM(e,t){if(e==null)return{};var r=KK(e,t),n,i;if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(i=0;i<a.length;i++)n=a[i],!(t.indexOf(n)>=0)&&Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}function KK(e,t){if(e==null)return{};var r={};for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n)){if(t.indexOf(n)>=0)continue;r[n]=e[n]}return r}function Yi(){return Yi=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Yi.apply(this,arguments)}function CO(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function oi(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?CO(Object(r),!0).forEach(function(n){An(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):CO(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function XK(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function MO(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,BM(n.key),n)}}function YK(e,t,r){return t&&MO(e.prototype,t),r&&MO(e,r),Object.defineProperty(e,"prototype",{writable:!1}),e}function VK(e,t,r){return t=vc(t),ZK(e,LM()?Reflect.construct(t,r||[],vc(e).constructor):t.apply(e,r))}function ZK(e,t){if(t&&(wo(t)==="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return JK(e)}function JK(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function LM(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(LM=function(){return!!e})()}function vc(e){return vc=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(r){return r.__proto__||Object.getPrototypeOf(r)},vc(e)}function QK(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&zg(e,t)}function zg(e,t){return zg=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,i){return n.__proto__=i,n},zg(e,t)}function An(e,t,r){return t=BM(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function BM(e){var t=tX(e,"string");return wo(t)=="symbol"?t:t+""}function tX(e,t){if(wo(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(wo(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}var Ei=(function(e){function t(){var r;XK(this,t);for(var n=arguments.length,i=new Array(n),a=0;a<n;a++)i[a]=arguments[a];return r=VK(this,t,[].concat(i)),An(r,"state",{isAnimationFinished:!0}),An(r,"id",ba("recharts-area-")),An(r,"handleAnimationEnd",function(){var o=r.props.onAnimationEnd;r.setState({isAnimationFinished:!0}),_t(o)&&o()}),An(r,"handleAnimationStart",function(){var o=r.props.onAnimationStart;r.setState({isAnimationFinished:!1}),_t(o)&&o()}),r}return QK(t,e),YK(t,[{key:"renderDots",value:function(n,i,a){var o=this.props.isAnimationActive,s=this.state.isAnimationFinished;if(o&&!s)return null;var u=this.props,l=u.dot,c=u.points,f=u.dataKey,h=xt(this.props,!1),p=xt(l,!0),y=c.map(function(m,v){var _=oi(oi(oi({key:"dot-".concat(v),r:3},h),p),{},{index:v,cx:m.x,cy:m.y,dataKey:f,value:m.value,payload:m.payload,points:c});return t.renderDotItem(l,_)}),d={clipPath:n?"url(#clipPath-".concat(i?"":"dots-").concat(a,")"):null};return O.createElement(Dt,Yi({className:"recharts-area-dots"},d),y)}},{key:"renderHorizontalRect",value:function(n){var i=this.props,a=i.baseLine,o=i.points,s=i.strokeWidth,u=o[0].x,l=o[o.length-1].x,c=n*Math.abs(u-l),f=hi(o.map(function(h){return h.y||0}));return it(a)&&typeof a=="number"?f=Math.max(a,f):a&&Array.isArray(a)&&a.length&&(f=Math.max(hi(a.map(function(h){return h.y||0})),f)),it(f)?O.createElement("rect",{x:u<l?u:u-c,y:0,width:c,height:Math.floor(f+(s?parseInt("".concat(s),10):1))}):null}},{key:"renderVerticalRect",value:function(n){var i=this.props,a=i.baseLine,o=i.points,s=i.strokeWidth,u=o[0].y,l=o[o.length-1].y,c=n*Math.abs(u-l),f=hi(o.map(function(h){return h.x||0}));return it(a)&&typeof a=="number"?f=Math.max(a,f):a&&Array.isArray(a)&&a.length&&(f=Math.max(hi(a.map(function(h){return h.x||0})),f)),it(f)?O.createElement("rect",{x:0,y:u<l?u:u-c,width:f+(s?parseInt("".concat(s),10):1),height:Math.floor(c)}):null}},{key:"renderClipRect",value:function(n){var i=this.props.layout;return i==="vertical"?this.renderVerticalRect(n):this.renderHorizontalRect(n)}},{key:"renderAreaStatically",value:function(n,i,a,o){var s=this.props,u=s.layout,l=s.type,c=s.stroke,f=s.connectNulls,h=s.isRange;s.ref;var p=NM(s,HK);return O.createElement(Dt,{clipPath:a?"url(#clipPath-".concat(o,")"):null},O.createElement(na,Yi({},xt(p,!0),{points:n,connectNulls:f,type:l,baseLine:i,layout:u,stroke:"none",className:"recharts-area-area"})),c!=="none"&&O.createElement(na,Yi({},xt(this.props,!1),{className:"recharts-area-curve",layout:u,type:l,connectNulls:f,fill:"none",points:n})),c!=="none"&&h&&O.createElement(na,Yi({},xt(this.props,!1),{className:"recharts-area-curve",layout:u,type:l,connectNulls:f,fill:"none",points:i})))}},{key:"renderAreaWithAnimation",value:function(n,i){var a=this,o=this.props,s=o.points,u=o.baseLine,l=o.isAnimationActive,c=o.animationBegin,f=o.animationDuration,h=o.animationEasing,p=o.animationId,y=this.state,d=y.prevPoints,m=y.prevBaseLine;return O.createElement(on,{begin:c,duration:f,isActive:l,easing:h,from:{t:0},to:{t:1},key:"area-".concat(p),onAnimationEnd:this.handleAnimationEnd,onAnimationStart:this.handleAnimationStart},function(v){var _=v.t;if(d){var b=d.length/s.length,x=s.map(function(A,T){var M=Math.floor(T*b);if(d[M]){var P=d[M],E=de(P.x,A.x),k=de(P.y,A.y);return oi(oi({},A),{},{x:E(_),y:k(_)})}return A}),g;if(it(u)&&typeof u=="number"){var w=de(m,u);g=w(_)}else if(vt(u)||Ro(u)){var S=de(m,0);g=S(_)}else g=u.map(function(A,T){var M=Math.floor(T*b);if(m[M]){var P=m[M],E=de(P.x,A.x),k=de(P.y,A.y);return oi(oi({},A),{},{x:E(_),y:k(_)})}return A});return a.renderAreaStatically(x,g,n,i)}return O.createElement(Dt,null,O.createElement("defs",null,O.createElement("clipPath",{id:"animationClipPath-".concat(i)},a.renderClipRect(_))),O.createElement(Dt,{clipPath:"url(#animationClipPath-".concat(i,")")},a.renderAreaStatically(s,u,n,i)))})}},{key:"renderArea",value:function(n,i){var a=this.props,o=a.points,s=a.baseLine,u=a.isAnimationActive,l=this.state,c=l.prevPoints,f=l.prevBaseLine,h=l.totalLength;return u&&o&&o.length&&(!c&&h>0||!ca(c,o)||!ca(f,s))?this.renderAreaWithAnimation(n,i):this.renderAreaStatically(o,s,n,i)}},{key:"render",value:function(){var n,i=this.props,a=i.hide,o=i.dot,s=i.points,u=i.className,l=i.top,c=i.left,f=i.xAxis,h=i.yAxis,p=i.width,y=i.height,d=i.isAnimationActive,m=i.id;if(a||!s||!s.length)return null;var v=this.state.isAnimationFinished,_=s.length===1,b=Ot("recharts-area",u),x=f&&f.allowDataOverflow,g=h&&h.allowDataOverflow,w=x||g,S=vt(m)?this.id:m,A=(n=xt(o,!1))!==null&&n!==void 0?n:{r:3,strokeWidth:2},T=A.r,M=T===void 0?3:T,P=A.strokeWidth,E=P===void 0?2:P,k=oC(o)?o:{},$=k.clipDot,j=$===void 0?!0:$,C=M*2+E;return O.createElement(Dt,{className:b},x||g?O.createElement("defs",null,O.createElement("clipPath",{id:"clipPath-".concat(S)},O.createElement("rect",{x:x?c:c-p/2,y:g?l:l-y/2,width:x?p:p*2,height:g?y:y*2})),!j&&O.createElement("clipPath",{id:"clipPath-dots-".concat(S)},O.createElement("rect",{x:c-C/2,y:l-C/2,width:p+C,height:y+C}))):null,_?null:this.renderArea(w,S),(o||_)&&this.renderDots(w,j,S),(!d||v)&&Tn.renderCallByParent(this.props,s))}}],[{key:"getDerivedStateFromProps",value:function(n,i){return n.animationId!==i.prevAnimationId?{prevAnimationId:n.animationId,curPoints:n.points,curBaseLine:n.baseLine,prevPoints:i.curPoints,prevBaseLine:i.curBaseLine}:n.points!==i.curPoints||n.baseLine!==i.curBaseLine?{curPoints:n.points,curBaseLine:n.baseLine}:null}}])})(O.PureComponent);IM=Ei;An(Ei,"displayName","Area");An(Ei,"defaultProps",{stroke:"#3182bd",fill:"#3182bd",fillOpacity:.6,xAxisId:0,yAxisId:0,legendType:"line",connectNulls:!1,points:[],dot:!1,activeDot:!0,hide:!1,isAnimationActive:!Ti.isSsr,animationBegin:0,animationDuration:1500,animationEasing:"ease"});An(Ei,"getBaseValue",function(e,t,r,n){var i=e.layout,a=e.baseValue,o=t.props.baseValue,s=o??a;if(it(s)&&typeof s=="number")return s;var u=i==="horizontal"?n:r,l=u.scale.domain();if(u.type==="number"){var c=Math.max(l[0],l[1]),f=Math.min(l[0],l[1]);return s==="dataMin"?f:s==="dataMax"||c<0?c:Math.max(Math.min(l[0],l[1]),0)}return s==="dataMin"?l[0]:s==="dataMax"?l[1]:l[0]});An(Ei,"getComposedData",function(e){var t=e.props,r=e.item,n=e.xAxis,i=e.yAxis,a=e.xAxisTicks,o=e.yAxisTicks,s=e.bandSize,u=e.dataKey,l=e.stackedData,c=e.dataStartIndex,f=e.displayedData,h=e.offset,p=t.layout,y=l&&l.length,d=IM.getBaseValue(t,r,n,i),m=p==="horizontal",v=!1,_=f.map(function(x,g){var w;y?w=l[c+g]:(w=Pe(x,u),Array.isArray(w)?v=!0:w=[d,w]);var S=w[1]==null||y&&Pe(x,u)==null;return m?{x:co({axis:n,ticks:a,bandSize:s,entry:x,index:g}),y:S?null:i.scale(w[1]),value:w,payload:x}:{x:S?null:n.scale(w[1]),y:co({axis:i,ticks:o,bandSize:s,entry:x,index:g}),value:w,payload:x}}),b;return y||v?b=_.map(function(x){var g=Array.isArray(x.value)?x.value[0]:null;return m?{x:x.x,y:g!=null&&x.y!=null?i.scale(g):null}:{x:g!=null?n.scale(g):null,y:x.y}}):b=m?i.scale(d):n.scale(d),oi({points:_,baseLine:b,layout:p,isRange:v},h)});An(Ei,"renderDotItem",function(e,t){var r;if(O.isValidElement(e))r=O.cloneElement(e,t);else if(_t(e))r=e(t);else{var n=Ot("recharts-area-dot",typeof e!="boolean"?e.className:""),i=t.key,a=NM(t,GK);r=O.createElement(Jc,Yi({},a,{key:i,className:n}))}return r});function So(e){"@babel/helpers - typeof";return So=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},So(e)}function eX(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function rX(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,zM(n.key),n)}}function nX(e,t,r){return t&&rX(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}function iX(e,t,r){return t=bc(t),aX(e,qM()?Reflect.construct(t,r||[],bc(e).constructor):t.apply(e,r))}function aX(e,t){if(t&&(So(t)==="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return oX(e)}function oX(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function qM(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(qM=function(){return!!e})()}function bc(e){return bc=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(r){return r.__proto__||Object.getPrototypeOf(r)},bc(e)}function sX(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&Ug(e,t)}function Ug(e,t){return Ug=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,i){return n.__proto__=i,n},Ug(e,t)}function FM(e,t,r){return t=zM(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function zM(e){var t=uX(e,"string");return So(t)=="symbol"?t:t+""}function uX(e,t){if(So(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(So(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var lf=(function(e){function t(){return eX(this,t),iX(this,t,arguments)}return sX(t,e),nX(t,[{key:"render",value:function(){return null}}])})(Hr.Component);FM(lf,"displayName","ZAxis");FM(lf,"defaultProps",{zAxisId:0,range:[64,64],scale:"auto",type:"number"});var lX=["option","isActive"];function Ps(){return Ps=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Ps.apply(this,arguments)}function cX(e,t){if(e==null)return{};var r=fX(e,t),n,i;if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(i=0;i<a.length;i++)n=a[i],!(t.indexOf(n)>=0)&&Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}function fX(e,t){if(e==null)return{};var r={};for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n)){if(t.indexOf(n)>=0)continue;r[n]=e[n]}return r}function hX(e){var t=e.option,r=e.isActive,n=cX(e,lX);return typeof t=="string"?Hr.createElement(Cg,Ps({option:Hr.createElement(Kc,Ps({type:t},n)),isActive:r,shapeType:"symbols"},n)):Hr.createElement(Cg,Ps({option:t,isActive:r,shapeType:"symbols"},n))}function Ao(e){"@babel/helpers - typeof";return Ao=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Ao(e)}function Es(){return Es=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Es.apply(this,arguments)}function kO(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function qr(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?kO(Object(r),!0).forEach(function(n){di(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):kO(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function pX(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function $O(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,WM(n.key),n)}}function dX(e,t,r){return t&&$O(e.prototype,t),r&&$O(e,r),Object.defineProperty(e,"prototype",{writable:!1}),e}function mX(e,t,r){return t=xc(t),yX(e,UM()?Reflect.construct(t,r||[],xc(e).constructor):t.apply(e,r))}function yX(e,t){if(t&&(Ao(t)==="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return gX(e)}function gX(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function UM(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(UM=function(){return!!e})()}function xc(e){return xc=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(r){return r.__proto__||Object.getPrototypeOf(r)},xc(e)}function vX(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&Wg(e,t)}function Wg(e,t){return Wg=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,i){return n.__proto__=i,n},Wg(e,t)}function di(e,t,r){return t=WM(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function WM(e){var t=bX(e,"string");return Ao(t)=="symbol"?t:t+""}function bX(e,t){if(Ao(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(Ao(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var cf=(function(e){function t(){var r;pX(this,t);for(var n=arguments.length,i=new Array(n),a=0;a<n;a++)i[a]=arguments[a];return r=mX(this,t,[].concat(i)),di(r,"state",{isAnimationFinished:!1}),di(r,"handleAnimationEnd",function(){r.setState({isAnimationFinished:!0})}),di(r,"handleAnimationStart",function(){r.setState({isAnimationFinished:!1})}),di(r,"id",ba("recharts-scatter-")),r}return vX(t,e),dX(t,[{key:"renderSymbolsStatically",value:function(n){var i=this,a=this.props,o=a.shape,s=a.activeShape,u=a.activeIndex,l=xt(this.props,!1);return n.map(function(c,f){var h=u===f,p=h?s:o,y=qr(qr({},l),c);return O.createElement(Dt,Es({className:"recharts-scatter-symbol",key:"symbol-".concat(c==null?void 0:c.cx,"-").concat(c==null?void 0:c.cy,"-").concat(c==null?void 0:c.size,"-").concat(f)},Gs(i.props,c,f),{role:"img"}),O.createElement(hX,Es({option:p,isActive:h,key:"symbol-".concat(f)},y)))})}},{key:"renderSymbolsWithAnimation",value:function(){var n=this,i=this.props,a=i.points,o=i.isAnimationActive,s=i.animationBegin,u=i.animationDuration,l=i.animationEasing,c=i.animationId,f=this.state.prevPoints;return O.createElement(on,{begin:s,duration:u,isActive:o,easing:l,from:{t:0},to:{t:1},key:"pie-".concat(c),onAnimationEnd:this.handleAnimationEnd,onAnimationStart:this.handleAnimationStart},function(h){var p=h.t,y=a.map(function(d,m){var v=f&&f[m];if(v){var _=de(v.cx,d.cx),b=de(v.cy,d.cy),x=de(v.size,d.size);return qr(qr({},d),{},{cx:_(p),cy:b(p),size:x(p)})}var g=de(0,d.size);return qr(qr({},d),{},{size:g(p)})});return O.createElement(Dt,null,n.renderSymbolsStatically(y))})}},{key:"renderSymbols",value:function(){var n=this.props,i=n.points,a=n.isAnimationActive,o=this.state.prevPoints;return a&&i&&i.length&&(!o||!ca(o,i))?this.renderSymbolsWithAnimation():this.renderSymbolsStatically(i)}},{key:"renderErrorBar",value:function(){var n=this.props.isAnimationActive;if(n&&!this.state.isAnimationFinished)return null;var i=this.props,a=i.points,o=i.xAxis,s=i.yAxis,u=i.children,l=mr(u,No);return l?l.map(function(c,f){var h=c.props,p=h.direction,y=h.dataKey;return O.cloneElement(c,{key:"".concat(p,"-").concat(y,"-").concat(a[f]),data:a,xAxis:o,yAxis:s,layout:p==="x"?"vertical":"horizontal",dataPointFormatter:function(m,v){return{x:m.cx,y:m.cy,value:p==="x"?+m.node.x:+m.node.y,errorVal:Pe(m,v)}}})}):null}},{key:"renderLine",value:function(){var n=this.props,i=n.points,a=n.line,o=n.lineType,s=n.lineJointType,u=xt(this.props,!1),l=xt(a,!1),c,f;if(o==="joint")c=i.map(function(b){return{x:b.cx,y:b.cy}});else if(o==="fitting"){var h=h5(i),p=h.xmin,y=h.xmax,d=h.a,m=h.b,v=function(x){return d*x+m};c=[{x:p,y:v(p)},{x:y,y:v(y)}]}var _=qr(qr(qr({},u),{},{fill:"none",stroke:u&&u.fill},l),{},{points:c});return O.isValidElement(a)?f=O.cloneElement(a,_):_t(a)?f=a(_):f=O.createElement(na,Es({},_,{type:s})),O.createElement(Dt,{className:"recharts-scatter-line",key:"recharts-scatter-line"},f)}},{key:"render",value:function(){var n=this.props,i=n.hide,a=n.points,o=n.line,s=n.className,u=n.xAxis,l=n.yAxis,c=n.left,f=n.top,h=n.width,p=n.height,y=n.id,d=n.isAnimationActive;if(i||!a||!a.length)return null;var m=this.state.isAnimationFinished,v=Ot("recharts-scatter",s),_=u&&u.allowDataOverflow,b=l&&l.allowDataOverflow,x=_||b,g=vt(y)?this.id:y;return O.createElement(Dt,{className:v,clipPath:x?"url(#clipPath-".concat(g,")"):null},_||b?O.createElement("defs",null,O.createElement("clipPath",{id:"clipPath-".concat(g)},O.createElement("rect",{x:_?c:c-h/2,y:b?f:f-p/2,width:_?h:h*2,height:b?p:p*2}))):null,o&&this.renderLine(),this.renderErrorBar(),O.createElement(Dt,{key:"recharts-scatter-symbols"},this.renderSymbols()),(!d||m)&&Tn.renderCallByParent(this.props,a))}}],[{key:"getDerivedStateFromProps",value:function(n,i){return n.animationId!==i.prevAnimationId?{prevAnimationId:n.animationId,curPoints:n.points,prevPoints:i.curPoints}:n.points!==i.curPoints?{curPoints:n.points}:null}}])})(O.PureComponent);di(cf,"displayName","Scatter");di(cf,"defaultProps",{xAxisId:0,yAxisId:0,zAxisId:0,legendType:"circle",lineType:"joint",lineJointType:"linear",data:[],shape:"circle",hide:!1,isAnimationActive:!Ti.isSsr,animationBegin:0,animationDuration:400,animationEasing:"linear"});di(cf,"getComposedData",function(e){var t=e.xAxis,r=e.yAxis,n=e.zAxis,i=e.item,a=e.displayedData,o=e.xAxisTicks,s=e.yAxisTicks,u=e.offset,l=i.props.tooltipType,c=mr(i.props.children,S0),f=vt(t.dataKey)?i.props.dataKey:t.dataKey,h=vt(r.dataKey)?i.props.dataKey:r.dataKey,p=n&&n.dataKey,y=n?n.range:lf.defaultProps.range,d=y&&y[0],m=t.scale.bandwidth?t.scale.bandwidth():0,v=r.scale.bandwidth?r.scale.bandwidth():0,_=a.map(function(b,x){var g=Pe(b,f),w=Pe(b,h),S=!vt(p)&&Pe(b,p)||"-",A=[{name:vt(t.dataKey)?i.props.name:t.name||t.dataKey,unit:t.unit||"",value:g,payload:b,dataKey:f,type:l},{name:vt(r.dataKey)?i.props.name:r.name||r.dataKey,unit:r.unit||"",value:w,payload:b,dataKey:h,type:l}];S!=="-"&&A.push({name:n.name||n.dataKey,unit:n.unit||"",value:S,payload:b,dataKey:p,type:l});var T=co({axis:t,ticks:o,bandSize:m,entry:b,index:x,dataKey:f}),M=co({axis:r,ticks:s,bandSize:v,entry:b,index:x,dataKey:h}),P=S!=="-"?n.scale(S):d,E=Math.sqrt(Math.max(P,0)/Math.PI);return qr(qr({},b),{},{cx:T,cy:M,x:T-E,y:M-E,xAxis:t,yAxis:r,zAxis:n,width:2*E,height:2*E,size:P,node:{x:g,y:w,z:S},tooltipPayload:A,tooltipPosition:{x:T,y:M},payload:b},c&&c[x]&&c[x].props)});return qr({points:_},u)});function Oo(e){"@babel/helpers - typeof";return Oo=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Oo(e)}function xX(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function _X(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,KM(n.key),n)}}function wX(e,t,r){return t&&_X(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}function SX(e,t,r){return t=_c(t),AX(e,HM()?Reflect.construct(t,r||[],_c(e).constructor):t.apply(e,r))}function AX(e,t){if(t&&(Oo(t)==="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return OX(e)}function OX(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function HM(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(HM=function(){return!!e})()}function _c(e){return _c=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(r){return r.__proto__||Object.getPrototypeOf(r)},_c(e)}function TX(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&Hg(e,t)}function Hg(e,t){return Hg=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,i){return n.__proto__=i,n},Hg(e,t)}function GM(e,t,r){return t=KM(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function KM(e){var t=PX(e,"string");return Oo(t)=="symbol"?t:t+""}function PX(e,t){if(Oo(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(Oo(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}function Gg(){return Gg=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Gg.apply(this,arguments)}function EX(e){var t=e.xAxisId,r=$0(),n=j0(),i=_M(t);return i==null?null:Hr.createElement(Bo,Gg({},i,{className:Ot("recharts-".concat(i.axisType," ").concat(i.axisType),i.className),viewBox:{x:0,y:0,width:r,height:n},ticksGenerator:function(o){return qn(o,!0)}}))}var ff=(function(e){function t(){return xX(this,t),SX(this,t,arguments)}return TX(t,e),wX(t,[{key:"render",value:function(){return Hr.createElement(EX,this.props)}}])})(Hr.Component);GM(ff,"displayName","XAxis");GM(ff,"defaultProps",{allowDecimals:!0,hide:!1,orientation:"bottom",width:0,height:30,mirror:!1,xAxisId:0,tickCount:5,type:"category",padding:{left:0,right:0},allowDataOverflow:!1,scale:"auto",reversed:!1,allowDuplicatedCategory:!0});function To(e){"@babel/helpers - typeof";return To=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},To(e)}function CX(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function MX(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,VM(n.key),n)}}function kX(e,t,r){return t&&MX(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}function $X(e,t,r){return t=wc(t),jX(e,XM()?Reflect.construct(t,r||[],wc(e).constructor):t.apply(e,r))}function jX(e,t){if(t&&(To(t)==="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return RX(e)}function RX(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function XM(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(XM=function(){return!!e})()}function wc(e){return wc=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(r){return r.__proto__||Object.getPrototypeOf(r)},wc(e)}function DX(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&Kg(e,t)}function Kg(e,t){return Kg=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,i){return n.__proto__=i,n},Kg(e,t)}function YM(e,t,r){return t=VM(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function VM(e){var t=IX(e,"string");return To(t)=="symbol"?t:t+""}function IX(e,t){if(To(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(To(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}function Xg(){return Xg=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Xg.apply(this,arguments)}var NX=function(t){var r=t.yAxisId,n=$0(),i=j0(),a=wM(r);return a==null?null:Hr.createElement(Bo,Xg({},a,{className:Ot("recharts-".concat(a.axisType," ").concat(a.axisType),a.className),viewBox:{x:0,y:0,width:n,height:i},ticksGenerator:function(s){return qn(s,!0)}}))},hf=(function(e){function t(){return CX(this,t),$X(this,t,arguments)}return DX(t,e),kX(t,[{key:"render",value:function(){return Hr.createElement(NX,this.props)}}])})(Hr.Component);YM(hf,"displayName","YAxis");YM(hf,"defaultProps",{allowDuplicatedCategory:!0,allowDecimals:!0,hide:!1,orientation:"left",width:60,height:0,mirror:!1,yAxisId:0,tickCount:5,type:"number",padding:{top:0,bottom:0},allowDataOverflow:!1,scale:"auto",reversed:!1});function jO(e){return FX(e)||qX(e)||BX(e)||LX()}function LX(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
|
|
158
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function BX(e,t){if(e){if(typeof e=="string")return Yg(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);if(r==="Object"&&e.constructor&&(r=e.constructor.name),r==="Map"||r==="Set")return Array.from(e);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return Yg(e,t)}}function qX(e){if(typeof Symbol<"u"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function FX(e){if(Array.isArray(e))return Yg(e)}function Yg(e,t){(t==null||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}var Vg=function(t,r,n,i,a){var o=mr(t,rf),s=mr(t,af),u=[].concat(jO(o),jO(s)),l=mr(t,sf),c="".concat(i,"Id"),f=i[0],h=r;if(u.length&&(h=u.reduce(function(d,m){if(m.props[c]===n&&Pn(m.props,"extendDomain")&&it(m.props[f])){var v=m.props[f];return[Math.min(d[0],v),Math.max(d[1],v)]}return d},h)),l.length){var p="".concat(f,"1"),y="".concat(f,"2");h=l.reduce(function(d,m){if(m.props[c]===n&&Pn(m.props,"extendDomain")&&it(m.props[p])&&it(m.props[y])){var v=m.props[p],_=m.props[y];return[Math.min(d[0],v,_),Math.max(d[1],v,_)]}return d},h)}return a&&a.length&&(h=a.reduce(function(d,m){return it(m)?[Math.min(d[0],m),Math.max(d[1],m)]:d},h)),h},Vm={exports:{}},RO;function zX(){return RO||(RO=1,(function(e){var t=Object.prototype.hasOwnProperty,r="~";function n(){}Object.create&&(n.prototype=Object.create(null),new n().__proto__||(r=!1));function i(u,l,c){this.fn=u,this.context=l,this.once=c||!1}function a(u,l,c,f,h){if(typeof c!="function")throw new TypeError("The listener must be a function");var p=new i(c,f||u,h),y=r?r+l:l;return u._events[y]?u._events[y].fn?u._events[y]=[u._events[y],p]:u._events[y].push(p):(u._events[y]=p,u._eventsCount++),u}function o(u,l){--u._eventsCount===0?u._events=new n:delete u._events[l]}function s(){this._events=new n,this._eventsCount=0}s.prototype.eventNames=function(){var l=[],c,f;if(this._eventsCount===0)return l;for(f in c=this._events)t.call(c,f)&&l.push(r?f.slice(1):f);return Object.getOwnPropertySymbols?l.concat(Object.getOwnPropertySymbols(c)):l},s.prototype.listeners=function(l){var c=r?r+l:l,f=this._events[c];if(!f)return[];if(f.fn)return[f.fn];for(var h=0,p=f.length,y=new Array(p);h<p;h++)y[h]=f[h].fn;return y},s.prototype.listenerCount=function(l){var c=r?r+l:l,f=this._events[c];return f?f.fn?1:f.length:0},s.prototype.emit=function(l,c,f,h,p,y){var d=r?r+l:l;if(!this._events[d])return!1;var m=this._events[d],v=arguments.length,_,b;if(m.fn){switch(m.once&&this.removeListener(l,m.fn,void 0,!0),v){case 1:return m.fn.call(m.context),!0;case 2:return m.fn.call(m.context,c),!0;case 3:return m.fn.call(m.context,c,f),!0;case 4:return m.fn.call(m.context,c,f,h),!0;case 5:return m.fn.call(m.context,c,f,h,p),!0;case 6:return m.fn.call(m.context,c,f,h,p,y),!0}for(b=1,_=new Array(v-1);b<v;b++)_[b-1]=arguments[b];m.fn.apply(m.context,_)}else{var x=m.length,g;for(b=0;b<x;b++)switch(m[b].once&&this.removeListener(l,m[b].fn,void 0,!0),v){case 1:m[b].fn.call(m[b].context);break;case 2:m[b].fn.call(m[b].context,c);break;case 3:m[b].fn.call(m[b].context,c,f);break;case 4:m[b].fn.call(m[b].context,c,f,h);break;default:if(!_)for(g=1,_=new Array(v-1);g<v;g++)_[g-1]=arguments[g];m[b].fn.apply(m[b].context,_)}}return!0},s.prototype.on=function(l,c,f){return a(this,l,c,f,!1)},s.prototype.once=function(l,c,f){return a(this,l,c,f,!0)},s.prototype.removeListener=function(l,c,f,h){var p=r?r+l:l;if(!this._events[p])return this;if(!c)return o(this,p),this;var y=this._events[p];if(y.fn)y.fn===c&&(!h||y.once)&&(!f||y.context===f)&&o(this,p);else{for(var d=0,m=[],v=y.length;d<v;d++)(y[d].fn!==c||h&&!y[d].once||f&&y[d].context!==f)&&m.push(y[d]);m.length?this._events[p]=m.length===1?m[0]:m:o(this,p)}return this},s.prototype.removeAllListeners=function(l){var c;return l?(c=r?r+l:l,this._events[c]&&o(this,c)):(this._events=new n,this._eventsCount=0),this},s.prototype.off=s.prototype.removeListener,s.prototype.addListener=s.prototype.on,s.prefixed=r,s.EventEmitter=s,e.exports=s})(Vm)),Vm.exports}var UX=zX();const WX=Ft(UX);var Zm=new WX,Jm="recharts.syncMouseEvents";function xu(e){"@babel/helpers - typeof";return xu=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},xu(e)}function HX(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function GX(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,ZM(n.key),n)}}function KX(e,t,r){return t&&GX(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}function Qm(e,t,r){return t=ZM(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function ZM(e){var t=XX(e,"string");return xu(t)=="symbol"?t:t+""}function XX(e,t){if(xu(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(xu(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}var YX=(function(){function e(){HX(this,e),Qm(this,"activeIndex",0),Qm(this,"coordinateList",[]),Qm(this,"layout","horizontal")}return KX(e,[{key:"setDetails",value:function(r){var n,i=r.coordinateList,a=i===void 0?null:i,o=r.container,s=o===void 0?null:o,u=r.layout,l=u===void 0?null:u,c=r.offset,f=c===void 0?null:c,h=r.mouseHandlerCallback,p=h===void 0?null:h;this.coordinateList=(n=a??this.coordinateList)!==null&&n!==void 0?n:[],this.container=s??this.container,this.layout=l??this.layout,this.offset=f??this.offset,this.mouseHandlerCallback=p??this.mouseHandlerCallback,this.activeIndex=Math.min(Math.max(this.activeIndex,0),this.coordinateList.length-1)}},{key:"focus",value:function(){this.spoofMouse()}},{key:"keyboardEvent",value:function(r){if(this.coordinateList.length!==0)switch(r.key){case"ArrowRight":{if(this.layout!=="horizontal")return;this.activeIndex=Math.min(this.activeIndex+1,this.coordinateList.length-1),this.spoofMouse();break}case"ArrowLeft":{if(this.layout!=="horizontal")return;this.activeIndex=Math.max(this.activeIndex-1,0),this.spoofMouse();break}}}},{key:"setIndex",value:function(r){this.activeIndex=r}},{key:"spoofMouse",value:function(){var r,n;if(this.layout==="horizontal"&&this.coordinateList.length!==0){var i=this.container.getBoundingClientRect(),a=i.x,o=i.y,s=i.height,u=this.coordinateList[this.activeIndex].coordinate,l=((r=window)===null||r===void 0?void 0:r.scrollX)||0,c=((n=window)===null||n===void 0?void 0:n.scrollY)||0,f=a+u+l,h=o+this.offset.top+s/2+c;this.mouseHandlerCallback({pageX:f,pageY:h})}}}])})();function VX(e,t,r){if(r==="number"&&t===!0&&Array.isArray(e)){var n=e==null?void 0:e[0],i=e==null?void 0:e[1];if(n&&i&&it(n)&&it(i))return!0}return!1}function ZX(e,t,r,n){var i=n/2;return{stroke:"none",fill:"#ccc",x:e==="horizontal"?t.x-i:r.left+.5,y:e==="horizontal"?r.top+.5:t.y-i,width:e==="horizontal"?n:r.width-1,height:e==="horizontal"?r.height-1:n}}function JM(e){var t=e.cx,r=e.cy,n=e.radius,i=e.startAngle,a=e.endAngle,o=Ne(t,r,n,i),s=Ne(t,r,n,a);return{points:[o,s],cx:t,cy:r,radius:n,startAngle:i,endAngle:a}}function JX(e,t,r){var n,i,a,o;if(e==="horizontal")n=t.x,a=n,i=r.top,o=r.top+r.height;else if(e==="vertical")i=t.y,o=i,n=r.left,a=r.left+r.width;else if(t.cx!=null&&t.cy!=null)if(e==="centric"){var s=t.cx,u=t.cy,l=t.innerRadius,c=t.outerRadius,f=t.angle,h=Ne(s,u,l,f),p=Ne(s,u,c,f);n=h.x,i=h.y,a=p.x,o=p.y}else return JM(t);return[{x:n,y:i},{x:a,y:o}]}function _u(e){"@babel/helpers - typeof";return _u=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},_u(e)}function DO(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function rl(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?DO(Object(r),!0).forEach(function(n){QX(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):DO(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function QX(e,t,r){return t=tY(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function tY(e){var t=eY(e,"string");return _u(t)=="symbol"?t:t+""}function eY(e,t){if(_u(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(_u(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function rY(e){var t,r,n=e.element,i=e.tooltipEventType,a=e.isActive,o=e.activeCoordinate,s=e.activePayload,u=e.offset,l=e.activeTooltipIndex,c=e.tooltipAxisBandSize,f=e.layout,h=e.chartName,p=(t=n.props.cursor)!==null&&t!==void 0?t:(r=n.type.defaultProps)===null||r===void 0?void 0:r.cursor;if(!n||!p||!a||!o||h!=="ScatterChart"&&i!=="axis")return null;var y,d=na;if(h==="ScatterChart")y=o,d=MG;else if(h==="BarChart")y=ZX(f,o,u,c),d=E0;else if(f==="radial"){var m=JM(o),v=m.cx,_=m.cy,b=m.radius,x=m.startAngle,g=m.endAngle;y={cx:v,cy:_,startAngle:x,endAngle:g,innerRadius:b,outerRadius:b},d=YC}else y={points:JX(f,o,u)},d=na;var w=rl(rl(rl(rl({stroke:"#ccc",pointerEvents:"none"},u),y),xt(p,!1)),{},{payload:s,payloadIndex:l,className:Ot("recharts-tooltip-cursor",p.className)});return O.isValidElement(p)?O.cloneElement(p,w):O.createElement(d,w)}var nY=["item"],iY=["children","className","width","height","style","compact","title","desc"];function Po(e){"@babel/helpers - typeof";return Po=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Po(e)}function Na(){return Na=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Na.apply(this,arguments)}function IO(e,t){return sY(e)||oY(e,t)||tk(e,t)||aY()}function aY(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
159
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function oY(e,t){var r=e==null?null:typeof Symbol<"u"&&e[Symbol.iterator]||e["@@iterator"];if(r!=null){var n,i,a,o,s=[],u=!0,l=!1;try{if(a=(r=r.call(e)).next,t!==0)for(;!(u=(n=a.call(r)).done)&&(s.push(n.value),s.length!==t);u=!0);}catch(c){l=!0,i=c}finally{try{if(!u&&r.return!=null&&(o=r.return(),Object(o)!==o))return}finally{if(l)throw i}}return s}}function sY(e){if(Array.isArray(e))return e}function NO(e,t){if(e==null)return{};var r=uY(e,t),n,i;if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(i=0;i<a.length;i++)n=a[i],!(t.indexOf(n)>=0)&&Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}function uY(e,t){if(e==null)return{};var r={};for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n)){if(t.indexOf(n)>=0)continue;r[n]=e[n]}return r}function lY(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function cY(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,ek(n.key),n)}}function fY(e,t,r){return t&&cY(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}function hY(e,t,r){return t=Sc(t),pY(e,QM()?Reflect.construct(t,r||[],Sc(e).constructor):t.apply(e,r))}function pY(e,t){if(t&&(Po(t)==="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return dY(e)}function dY(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function QM(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(QM=function(){return!!e})()}function Sc(e){return Sc=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(r){return r.__proto__||Object.getPrototypeOf(r)},Sc(e)}function mY(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&Zg(e,t)}function Zg(e,t){return Zg=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,i){return n.__proto__=i,n},Zg(e,t)}function Eo(e){return vY(e)||gY(e)||tk(e)||yY()}function yY(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
|
|
160
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function tk(e,t){if(e){if(typeof e=="string")return Jg(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);if(r==="Object"&&e.constructor&&(r=e.constructor.name),r==="Map"||r==="Set")return Array.from(e);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return Jg(e,t)}}function gY(e){if(typeof Symbol<"u"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function vY(e){if(Array.isArray(e))return Jg(e)}function Jg(e,t){(t==null||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function LO(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function V(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?LO(Object(r),!0).forEach(function(n){yt(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):LO(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function yt(e,t,r){return t=ek(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function ek(e){var t=bY(e,"string");return Po(t)=="symbol"?t:t+""}function bY(e,t){if(Po(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(Po(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var xY={xAxis:["bottom","top"],yAxis:["left","right"]},_Y={width:"100%",height:"100%"},rk={x:0,y:0};function nl(e){return e}var wY=function(t,r){return r==="horizontal"?t.x:r==="vertical"?t.y:r==="centric"?t.angle:t.radius},SY=function(t,r,n,i){var a=r.find(function(c){return c&&c.index===n});if(a){if(t==="horizontal")return{x:a.coordinate,y:i.y};if(t==="vertical")return{x:i.x,y:a.coordinate};if(t==="centric"){var o=a.coordinate,s=i.radius;return V(V(V({},i),Ne(i.cx,i.cy,s,o)),{},{angle:o,radius:s})}var u=a.coordinate,l=i.angle;return V(V(V({},i),Ne(i.cx,i.cy,u,l)),{},{angle:l,radius:u})}return rk},pf=function(t,r){var n=r.graphicalItems,i=r.dataStartIndex,a=r.dataEndIndex,o=(n??[]).reduce(function(s,u){var l=u.props.data;return l&&l.length?[].concat(Eo(s),Eo(l)):s},[]);return o.length>0?o:t&&t.length&&it(i)&&it(a)?t.slice(i,a+1):[]};function nk(e){return e==="number"?[0,"auto"]:void 0}var Qg=function(t,r,n,i){var a=t.graphicalItems,o=t.tooltipAxis,s=pf(r,t);return n<0||!a||!a.length||n>=s.length?null:a.reduce(function(u,l){var c,f=(c=l.props.data)!==null&&c!==void 0?c:r;f&&t.dataStartIndex+t.dataEndIndex!==0&&t.dataEndIndex-t.dataStartIndex>=n&&(f=f.slice(t.dataStartIndex,t.dataEndIndex+1));var h;if(o.dataKey&&!o.allowDuplicatedCategory){var p=f===void 0?s:f;h=ql(p,o.dataKey,i)}else h=f&&f[n]||s[n];return h?[].concat(Eo(u),[GC(l,h)]):u},[])},BO=function(t,r,n,i){var a=i||{x:t.chartX,y:t.chartY},o=wY(a,n),s=t.orderedTooltipTicks,u=t.tooltipAxis,l=t.tooltipTicks,c=sW(o,s,l,u);if(c>=0&&l){var f=l[c]&&l[c].value,h=Qg(t,r,c,f),p=SY(n,s,c,a);return{activeTooltipIndex:c,activeLabel:f,activePayload:h,activeCoordinate:p}}return null},AY=function(t,r){var n=r.axes,i=r.graphicalItems,a=r.axisType,o=r.axisIdKey,s=r.stackGroups,u=r.dataStartIndex,l=r.dataEndIndex,c=t.layout,f=t.children,h=t.stackOffset,p=UC(c,a);return n.reduce(function(y,d){var m,v=d.type.defaultProps!==void 0?V(V({},d.type.defaultProps),d.props):d.props,_=v.type,b=v.dataKey,x=v.allowDataOverflow,g=v.allowDuplicatedCategory,w=v.scale,S=v.ticks,A=v.includeHidden,T=v[o];if(y[T])return y;var M=pf(t.data,{graphicalItems:i.filter(function(B){var N,X=o in B.props?B.props[o]:(N=B.type.defaultProps)===null||N===void 0?void 0:N[o];return X===T}),dataStartIndex:u,dataEndIndex:l}),P=M.length,E,k,$;VX(v.domain,x,_)&&(E=pg(v.domain,null,x),p&&(_==="number"||w!=="auto")&&($=As(M,b,"category")));var j=nk(_);if(!E||E.length===0){var C,I=(C=v.domain)!==null&&C!==void 0?C:j;if(b){if(E=As(M,b,_),_==="category"&&p){var U=f5(E);g&&U?(k=E,E=Hs(0,P)):g||(E=WS(I,E,d).reduce(function(B,N){return B.indexOf(N)>=0?B:[].concat(Eo(B),[N])},[]))}else if(_==="category")g?E=E.filter(function(B){return B!==""&&!vt(B)}):E=WS(I,E,d).reduce(function(B,N){return B.indexOf(N)>=0||N===""||vt(N)?B:[].concat(Eo(B),[N])},[]);else if(_==="number"){var W=hW(M,i.filter(function(B){var N,X,F=o in B.props?B.props[o]:(N=B.type.defaultProps)===null||N===void 0?void 0:N[o],G="hide"in B.props?B.props.hide:(X=B.type.defaultProps)===null||X===void 0?void 0:X.hide;return F===T&&(A||!G)}),b,a,c);W&&(E=W)}p&&(_==="number"||w!=="auto")&&($=As(M,b,"category"))}else p?E=Hs(0,P):s&&s[T]&&s[T].hasStack&&_==="number"?E=h==="expand"?[0,1]:HC(s[T].stackGroups,u,l):E=zC(M,i.filter(function(B){var N=o in B.props?B.props[o]:B.type.defaultProps[o],X="hide"in B.props?B.props.hide:B.type.defaultProps.hide;return N===T&&(A||!X)}),_,c,!0);if(_==="number")E=Vg(f,E,T,a,S),I&&(E=pg(I,E,x));else if(_==="category"&&I){var D=I,L=E.every(function(B){return D.indexOf(B)>=0});L&&(E=D)}}return V(V({},y),{},yt({},T,V(V({},v),{},{axisType:a,domain:E,categoricalDomain:$,duplicateDomain:k,originalDomain:(m=v.domain)!==null&&m!==void 0?m:j,isCategorical:p,layout:c})))},{})},OY=function(t,r){var n=r.graphicalItems,i=r.Axis,a=r.axisType,o=r.axisIdKey,s=r.stackGroups,u=r.dataStartIndex,l=r.dataEndIndex,c=t.layout,f=t.children,h=pf(t.data,{graphicalItems:n,dataStartIndex:u,dataEndIndex:l}),p=h.length,y=UC(c,a),d=-1;return n.reduce(function(m,v){var _=v.type.defaultProps!==void 0?V(V({},v.type.defaultProps),v.props):v.props,b=_[o],x=nk("number");if(!m[b]){d++;var g;return y?g=Hs(0,p):s&&s[b]&&s[b].hasStack?(g=HC(s[b].stackGroups,u,l),g=Vg(f,g,b,a)):(g=pg(x,zC(h,n.filter(function(w){var S,A,T=o in w.props?w.props[o]:(S=w.type.defaultProps)===null||S===void 0?void 0:S[o],M="hide"in w.props?w.props.hide:(A=w.type.defaultProps)===null||A===void 0?void 0:A.hide;return T===b&&!M}),"number",c),i.defaultProps.allowDataOverflow),g=Vg(f,g,b,a)),V(V({},m),{},yt({},b,V(V({axisType:a},i.defaultProps),{},{hide:!0,orientation:Gr(xY,"".concat(a,".").concat(d%2),null),domain:g,originalDomain:x,isCategorical:y,layout:c})))}return m},{})},TY=function(t,r){var n=r.axisType,i=n===void 0?"xAxis":n,a=r.AxisComp,o=r.graphicalItems,s=r.stackGroups,u=r.dataStartIndex,l=r.dataEndIndex,c=t.children,f="".concat(i,"Id"),h=mr(c,a),p={};return h&&h.length?p=AY(t,{axes:h,graphicalItems:o,axisType:i,axisIdKey:f,stackGroups:s,dataStartIndex:u,dataEndIndex:l}):o&&o.length&&(p=OY(t,{Axis:a,graphicalItems:o,axisType:i,axisIdKey:f,stackGroups:s,dataStartIndex:u,dataEndIndex:l})),p},PY=function(t){var r=ui(t),n=qn(r,!1,!0);return{tooltipTicks:n,orderedTooltipTicks:Hc(n,function(i){return i.coordinate}),tooltipAxis:r,tooltipAxisBandSize:Zl(r,n)}},qO=function(t){var r=t.children,n=t.defaultShowTooltip,i=Ar(r,po),a=0,o=0;return t.data&&t.data.length!==0&&(o=t.data.length-1),i&&i.props&&(i.props.startIndex>=0&&(a=i.props.startIndex),i.props.endIndex>=0&&(o=i.props.endIndex)),{chartX:0,chartY:0,dataStartIndex:a,dataEndIndex:o,activeTooltipIndex:-1,isTooltipActive:!!n}},EY=function(t){return!t||!t.length?!1:t.some(function(r){var n=Fn(r&&r.type);return n&&n.indexOf("Bar")>=0})},FO=function(t){return t==="horizontal"?{numericAxisName:"yAxis",cateAxisName:"xAxis"}:t==="vertical"?{numericAxisName:"xAxis",cateAxisName:"yAxis"}:t==="centric"?{numericAxisName:"radiusAxis",cateAxisName:"angleAxis"}:{numericAxisName:"angleAxis",cateAxisName:"radiusAxis"}},CY=function(t,r){var n=t.props,i=t.graphicalItems,a=t.xAxisMap,o=a===void 0?{}:a,s=t.yAxisMap,u=s===void 0?{}:s,l=n.width,c=n.height,f=n.children,h=n.margin||{},p=Ar(f,po),y=Ar(f,ea),d=Object.keys(u).reduce(function(g,w){var S=u[w],A=S.orientation;return!S.mirror&&!S.hide?V(V({},g),{},yt({},A,g[A]+S.width)):g},{left:h.left||0,right:h.right||0}),m=Object.keys(o).reduce(function(g,w){var S=o[w],A=S.orientation;return!S.mirror&&!S.hide?V(V({},g),{},yt({},A,Gr(g,"".concat(A))+S.height)):g},{top:h.top||0,bottom:h.bottom||0}),v=V(V({},m),d),_=v.bottom;p&&(v.bottom+=p.props.height||po.defaultProps.height),y&&r&&(v=cW(v,i,n,r));var b=l-v.left-v.right,x=c-v.top-v.bottom;return V(V({brushBottom:_},v),{},{width:Math.max(b,0),height:Math.max(x,0)})},MY=function(t,r){if(r==="xAxis")return t[r].width;if(r==="yAxis")return t[r].height},kY=function(t){var r=t.chartName,n=t.GraphicalChild,i=t.defaultTooltipEventType,a=i===void 0?"axis":i,o=t.validateTooltipEventTypes,s=o===void 0?["axis"]:o,u=t.axisComponents,l=t.legendContent,c=t.formatAxisMap,f=t.defaultProps,h=function(v,_){var b=_.graphicalItems,x=_.stackGroups,g=_.offset,w=_.updateId,S=_.dataStartIndex,A=_.dataEndIndex,T=v.barSize,M=v.layout,P=v.barGap,E=v.barCategoryGap,k=v.maxBarSize,$=FO(M),j=$.numericAxisName,C=$.cateAxisName,I=EY(b),U=[];return b.forEach(function(W,D){var L=pf(v.data,{graphicalItems:[W],dataStartIndex:S,dataEndIndex:A}),B=W.type.defaultProps!==void 0?V(V({},W.type.defaultProps),W.props):W.props,N=B.dataKey,X=B.maxBarSize,F=B["".concat(j,"Id")],G=B["".concat(C,"Id")],Z={},H=u.reduce(function(at,pt){var Pt,Ct,ue=_["".concat(pt.axisType,"Map")],jt=B["".concat(pt.axisType,"Id")];ue&&ue[jt]||pt.axisType==="zAxis"||(process.env.NODE_ENV!=="production"?lr(!1,"Specifying a(n) ".concat(pt.axisType,"Id requires a corresponding ").concat(pt.axisType,"Id on the targeted graphical component ").concat((Pt=W==null||(Ct=W.type)===null||Ct===void 0?void 0:Ct.displayName)!==null&&Pt!==void 0?Pt:"")):lr());var Rt=ue[jt];return V(V({},at),{},yt(yt({},pt.axisType,Rt),"".concat(pt.axisType,"Ticks"),qn(Rt)))},Z),q=H[C],Y=H["".concat(C,"Ticks")],Q=x&&x[F]&&x[F].hasStack&&AW(W,x[F].stackGroups),R=Fn(W.type).indexOf("Bar")>=0,J=Zl(q,Y),z=[],ut=I&&uW({barSize:T,stackGroups:x,totalSize:MY(H,C)});if(R){var ft,ot,dt=vt(X)?k:X,ht=(ft=(ot=Zl(q,Y,!0))!==null&&ot!==void 0?ot:dt)!==null&&ft!==void 0?ft:0;z=lW({barGap:P,barCategoryGap:E,bandSize:ht!==J?ht:J,sizeList:ut[G],maxBarSize:dt}),ht!==J&&(z=z.map(function(at){return V(V({},at),{},{position:V(V({},at.position),{},{offset:at.position.offset-ht/2})})}))}var At=W&&W.type&&W.type.getComposedData;At&&U.push({props:V(V({},At(V(V({},H),{},{displayedData:L,props:v,dataKey:N,item:W,bandSize:J,barPosition:z,offset:g,stackedData:Q,layout:M,dataStartIndex:S,dataEndIndex:A}))),{},yt(yt(yt({key:W.key||"item-".concat(D)},j,H[j]),C,H[C]),"animationId",w)),childIndex:A5(W,v.children),item:W})}),U},p=function(v,_){var b=v.props,x=v.dataStartIndex,g=v.dataEndIndex,w=v.updateId;if(!Pw({props:b}))return null;var S=b.children,A=b.layout,T=b.stackOffset,M=b.data,P=b.reverseStackOrder,E=FO(A),k=E.numericAxisName,$=E.cateAxisName,j=mr(S,n),C=_W(M,j,"".concat(k,"Id"),"".concat($,"Id"),T,P),I=u.reduce(function(B,N){var X="".concat(N.axisType,"Map");return V(V({},B),{},yt({},X,TY(b,V(V({},N),{},{graphicalItems:j,stackGroups:N.axisType===k&&C,dataStartIndex:x,dataEndIndex:g}))))},{}),U=CY(V(V({},I),{},{props:b,graphicalItems:j}),_==null?void 0:_.legendBBox);Object.keys(I).forEach(function(B){I[B]=c(b,I[B],U,B.replace("Map",""),r)});var W=I["".concat($,"Map")],D=PY(W),L=h(b,V(V({},I),{},{dataStartIndex:x,dataEndIndex:g,updateId:w,graphicalItems:j,stackGroups:C,offset:U}));return V(V({formattedGraphicalItems:L,graphicalItems:j,offset:U,stackGroups:C},D),I)},y=(function(m){function v(_){var b,x,g;return lY(this,v),g=hY(this,v,[_]),yt(g,"eventEmitterSymbol",Symbol("rechartsEventEmitter")),yt(g,"accessibilityManager",new YX),yt(g,"handleLegendBBoxUpdate",function(w){if(w){var S=g.state,A=S.dataStartIndex,T=S.dataEndIndex,M=S.updateId;g.setState(V({legendBBox:w},p({props:g.props,dataStartIndex:A,dataEndIndex:T,updateId:M},V(V({},g.state),{},{legendBBox:w}))))}}),yt(g,"handleReceiveSyncEvent",function(w,S,A){if(g.props.syncId===w){if(A===g.eventEmitterSymbol&&typeof g.props.syncMethod!="function")return;g.applySyncEvent(S)}}),yt(g,"handleBrushChange",function(w){var S=w.startIndex,A=w.endIndex;if(S!==g.state.dataStartIndex||A!==g.state.dataEndIndex){var T=g.state.updateId;g.setState(function(){return V({dataStartIndex:S,dataEndIndex:A},p({props:g.props,dataStartIndex:S,dataEndIndex:A,updateId:T},g.state))}),g.triggerSyncEvent({dataStartIndex:S,dataEndIndex:A})}}),yt(g,"handleMouseEnter",function(w){var S=g.getMouseInfo(w);if(S){var A=V(V({},S),{},{isTooltipActive:!0});g.setState(A),g.triggerSyncEvent(A);var T=g.props.onMouseEnter;_t(T)&&T(A,w)}}),yt(g,"triggeredAfterMouseMove",function(w){var S=g.getMouseInfo(w),A=S?V(V({},S),{},{isTooltipActive:!0}):{isTooltipActive:!1};g.setState(A),g.triggerSyncEvent(A);var T=g.props.onMouseMove;_t(T)&&T(A,w)}),yt(g,"handleItemMouseEnter",function(w){g.setState(function(){return{isTooltipActive:!0,activeItem:w,activePayload:w.tooltipPayload,activeCoordinate:w.tooltipPosition||{x:w.cx,y:w.cy}}})}),yt(g,"handleItemMouseLeave",function(){g.setState(function(){return{isTooltipActive:!1}})}),yt(g,"handleMouseMove",function(w){w.persist(),g.throttleTriggeredAfterMouseMove(w)}),yt(g,"handleMouseLeave",function(w){g.throttleTriggeredAfterMouseMove.cancel();var S={isTooltipActive:!1};g.setState(S),g.triggerSyncEvent(S);var A=g.props.onMouseLeave;_t(A)&&A(S,w)}),yt(g,"handleOuterEvent",function(w){var S=S5(w),A=Gr(g.props,"".concat(S));if(S&&_t(A)){var T,M;/.*touch.*/i.test(S)?M=g.getMouseInfo(w.changedTouches[0]):M=g.getMouseInfo(w),A((T=M)!==null&&T!==void 0?T:{},w)}}),yt(g,"handleClick",function(w){var S=g.getMouseInfo(w);if(S){var A=V(V({},S),{},{isTooltipActive:!0});g.setState(A),g.triggerSyncEvent(A);var T=g.props.onClick;_t(T)&&T(A,w)}}),yt(g,"handleMouseDown",function(w){var S=g.props.onMouseDown;if(_t(S)){var A=g.getMouseInfo(w);S(A,w)}}),yt(g,"handleMouseUp",function(w){var S=g.props.onMouseUp;if(_t(S)){var A=g.getMouseInfo(w);S(A,w)}}),yt(g,"handleTouchMove",function(w){w.changedTouches!=null&&w.changedTouches.length>0&&g.throttleTriggeredAfterMouseMove(w.changedTouches[0])}),yt(g,"handleTouchStart",function(w){w.changedTouches!=null&&w.changedTouches.length>0&&g.handleMouseDown(w.changedTouches[0])}),yt(g,"handleTouchEnd",function(w){w.changedTouches!=null&&w.changedTouches.length>0&&g.handleMouseUp(w.changedTouches[0])}),yt(g,"handleDoubleClick",function(w){var S=g.props.onDoubleClick;if(_t(S)){var A=g.getMouseInfo(w);S(A,w)}}),yt(g,"handleContextMenu",function(w){var S=g.props.onContextMenu;if(_t(S)){var A=g.getMouseInfo(w);S(A,w)}}),yt(g,"triggerSyncEvent",function(w){g.props.syncId!==void 0&&Zm.emit(Jm,g.props.syncId,w,g.eventEmitterSymbol)}),yt(g,"applySyncEvent",function(w){var S=g.props,A=S.layout,T=S.syncMethod,M=g.state.updateId,P=w.dataStartIndex,E=w.dataEndIndex;if(w.dataStartIndex!==void 0||w.dataEndIndex!==void 0)g.setState(V({dataStartIndex:P,dataEndIndex:E},p({props:g.props,dataStartIndex:P,dataEndIndex:E,updateId:M},g.state)));else if(w.activeTooltipIndex!==void 0){var k=w.chartX,$=w.chartY,j=w.activeTooltipIndex,C=g.state,I=C.offset,U=C.tooltipTicks;if(!I)return;if(typeof T=="function")j=T(U,w);else if(T==="value"){j=-1;for(var W=0;W<U.length;W++)if(U[W].value===w.activeLabel){j=W;break}}var D=V(V({},I),{},{x:I.left,y:I.top}),L=Math.min(k,D.x+D.width),B=Math.min($,D.y+D.height),N=U[j]&&U[j].value,X=Qg(g.state,g.props.data,j),F=U[j]?{x:A==="horizontal"?U[j].coordinate:L,y:A==="horizontal"?B:U[j].coordinate}:rk;g.setState(V(V({},w),{},{activeLabel:N,activeCoordinate:F,activePayload:X,activeTooltipIndex:j}))}else g.setState(w)}),yt(g,"renderCursor",function(w){var S,A=g.state,T=A.isTooltipActive,M=A.activeCoordinate,P=A.activePayload,E=A.offset,k=A.activeTooltipIndex,$=A.tooltipAxisBandSize,j=g.getTooltipEventType(),C=(S=w.props.active)!==null&&S!==void 0?S:T,I=g.props.layout,U=w.key||"_recharts-cursor";return O.createElement(rY,{key:U,activeCoordinate:M,activePayload:P,activeTooltipIndex:k,chartName:r,element:w,isActive:C,layout:I,offset:E,tooltipAxisBandSize:$,tooltipEventType:j})}),yt(g,"renderPolarAxis",function(w,S,A){var T=Gr(w,"type.axisType"),M=Gr(g.state,"".concat(T,"Map")),P=w.type.defaultProps,E=P!==void 0?V(V({},P),w.props):w.props,k=M&&M[E["".concat(T,"Id")]];return O.cloneElement(w,V(V({},k),{},{className:Ot(T,k.className),key:w.key||"".concat(S,"-").concat(A),ticks:qn(k,!0)}))}),yt(g,"renderPolarGrid",function(w){var S=w.props,A=S.radialLines,T=S.polarAngles,M=S.polarRadius,P=g.state,E=P.radiusAxisMap,k=P.angleAxisMap,$=ui(E),j=ui(k),C=j.cx,I=j.cy,U=j.innerRadius,W=j.outerRadius;return O.cloneElement(w,{polarAngles:Array.isArray(T)?T:qn(j,!0).map(function(D){return D.coordinate}),polarRadius:Array.isArray(M)?M:qn($,!0).map(function(D){return D.coordinate}),cx:C,cy:I,innerRadius:U,outerRadius:W,key:w.key||"polar-grid",radialLines:A})}),yt(g,"renderLegend",function(){var w=g.state.formattedGraphicalItems,S=g.props,A=S.children,T=S.width,M=S.height,P=g.props.margin||{},E=T-(P.left||0)-(P.right||0),k=qC({children:A,formattedGraphicalItems:w,legendWidth:E,legendContent:l});if(!k)return null;var $=k.item,j=NO(k,nY);return O.cloneElement($,V(V({},j),{},{chartWidth:T,chartHeight:M,margin:P,onBBoxUpdate:g.handleLegendBBoxUpdate}))}),yt(g,"renderTooltip",function(){var w,S=g.props,A=S.children,T=S.accessibilityLayer,M=Ar(A,xn);if(!M)return null;var P=g.state,E=P.isTooltipActive,k=P.activeCoordinate,$=P.activePayload,j=P.activeLabel,C=P.offset,I=(w=M.props.active)!==null&&w!==void 0?w:E;return O.cloneElement(M,{viewBox:V(V({},C),{},{x:C.left,y:C.top}),active:I,label:j,payload:I?$:[],coordinate:k,accessibilityLayer:T})}),yt(g,"renderBrush",function(w){var S=g.props,A=S.margin,T=S.data,M=g.state,P=M.offset,E=M.dataStartIndex,k=M.dataEndIndex,$=M.updateId;return O.cloneElement(w,{key:w.key||"_recharts-brush",onChange:Vu(g.handleBrushChange,w.props.onChange),data:T,x:it(w.props.x)?w.props.x:P.left,y:it(w.props.y)?w.props.y:P.top+P.height+P.brushBottom-(A.bottom||0),width:it(w.props.width)?w.props.width:P.width,startIndex:E,endIndex:k,updateId:"brush-".concat($)})}),yt(g,"renderReferenceElement",function(w,S,A){if(!w)return null;var T=g,M=T.clipPathId,P=g.state,E=P.xAxisMap,k=P.yAxisMap,$=P.offset,j=w.type.defaultProps||{},C=w.props,I=C.xAxisId,U=I===void 0?j.xAxisId:I,W=C.yAxisId,D=W===void 0?j.yAxisId:W;return O.cloneElement(w,{key:w.key||"".concat(S,"-").concat(A),xAxis:E[U],yAxis:k[D],viewBox:{x:$.left,y:$.top,width:$.width,height:$.height},clipPathId:M})}),yt(g,"renderActivePoints",function(w){var S=w.item,A=w.activePoint,T=w.basePoint,M=w.childIndex,P=w.isRange,E=[],k=S.props.key,$=S.item.type.defaultProps!==void 0?V(V({},S.item.type.defaultProps),S.item.props):S.item.props,j=$.activeDot,C=$.dataKey,I=V(V({index:M,dataKey:C,cx:A.x,cy:A.y,r:4,fill:T0(S.item),strokeWidth:2,stroke:"#fff",payload:A.payload,value:A.value},xt(j,!1)),Fl(j));return E.push(v.renderActiveDot(j,I,"".concat(k,"-activePoint-").concat(M))),T?E.push(v.renderActiveDot(j,V(V({},I),{},{cx:T.x,cy:T.y}),"".concat(k,"-basePoint-").concat(M))):P&&E.push(null),E}),yt(g,"renderGraphicChild",function(w,S,A){var T=g.filterFormatItem(w,S,A);if(!T)return null;var M=g.getTooltipEventType(),P=g.state,E=P.isTooltipActive,k=P.tooltipAxis,$=P.activeTooltipIndex,j=P.activeLabel,C=g.props.children,I=Ar(C,xn),U=T.props,W=U.points,D=U.isRange,L=U.baseLine,B=T.item.type.defaultProps!==void 0?V(V({},T.item.type.defaultProps),T.item.props):T.item.props,N=B.activeDot,X=B.hide,F=B.activeBar,G=B.activeShape,Z=!!(!X&&E&&I&&(N||F||G)),H={};M!=="axis"&&I&&I.props.trigger==="click"?H={onClick:Vu(g.handleItemMouseEnter,w.props.onClick)}:M!=="axis"&&(H={onMouseLeave:Vu(g.handleItemMouseLeave,w.props.onMouseLeave),onMouseEnter:Vu(g.handleItemMouseEnter,w.props.onMouseEnter)});var q=O.cloneElement(w,V(V({},T.props),H));function Y(pt){return typeof k.dataKey=="function"?k.dataKey(pt.payload):null}if(Z)if($>=0){var Q,R;if(k.dataKey&&!k.allowDuplicatedCategory){var J=typeof k.dataKey=="function"?Y:"payload.".concat(k.dataKey.toString());Q=ql(W,J,j),R=D&&L&&ql(L,J,j)}else Q=W==null?void 0:W[$],R=D&&L&&L[$];if(G||F){var z=w.props.activeIndex!==void 0?w.props.activeIndex:$;return[O.cloneElement(w,V(V(V({},T.props),H),{},{activeIndex:z})),null,null]}if(!vt(Q))return[q].concat(Eo(g.renderActivePoints({item:T,activePoint:Q,basePoint:R,childIndex:$,isRange:D})))}else{var ut,ft=(ut=g.getItemByXY(g.state.activeCoordinate))!==null&&ut!==void 0?ut:{graphicalItem:q},ot=ft.graphicalItem,dt=ot.item,ht=dt===void 0?w:dt,At=ot.childIndex,at=V(V(V({},T.props),H),{},{activeIndex:At});return[O.cloneElement(ht,at),null,null]}return D?[q,null,null]:[q,null]}),yt(g,"renderCustomized",function(w,S,A){return O.cloneElement(w,V(V({key:"recharts-customized-".concat(A)},g.props),g.state))}),yt(g,"renderMap",{CartesianGrid:{handler:nl,once:!0},ReferenceArea:{handler:g.renderReferenceElement},ReferenceLine:{handler:nl},ReferenceDot:{handler:g.renderReferenceElement},XAxis:{handler:nl},YAxis:{handler:nl},Brush:{handler:g.renderBrush,once:!0},Bar:{handler:g.renderGraphicChild},Line:{handler:g.renderGraphicChild},Area:{handler:g.renderGraphicChild},Radar:{handler:g.renderGraphicChild},RadialBar:{handler:g.renderGraphicChild},Scatter:{handler:g.renderGraphicChild},Pie:{handler:g.renderGraphicChild},Funnel:{handler:g.renderGraphicChild},Tooltip:{handler:g.renderCursor,once:!0},PolarGrid:{handler:g.renderPolarGrid,once:!0},PolarAngleAxis:{handler:g.renderPolarAxis},PolarRadiusAxis:{handler:g.renderPolarAxis},Customized:{handler:g.renderCustomized}}),g.clipPathId="".concat((b=_.id)!==null&&b!==void 0?b:ba("recharts"),"-clip"),g.throttleTriggeredAfterMouseMove=bC(g.triggeredAfterMouseMove,(x=_.throttleDelay)!==null&&x!==void 0?x:1e3/60),g.state={},g}return mY(v,m),fY(v,[{key:"componentDidMount",value:function(){var b,x;this.addListener(),this.accessibilityManager.setDetails({container:this.container,offset:{left:(b=this.props.margin.left)!==null&&b!==void 0?b:0,top:(x=this.props.margin.top)!==null&&x!==void 0?x:0},coordinateList:this.state.tooltipTicks,mouseHandlerCallback:this.triggeredAfterMouseMove,layout:this.props.layout}),this.displayDefaultTooltip()}},{key:"displayDefaultTooltip",value:function(){var b=this.props,x=b.children,g=b.data,w=b.height,S=b.layout,A=Ar(x,xn);if(A){var T=A.props.defaultIndex;if(!(typeof T!="number"||T<0||T>this.state.tooltipTicks.length-1)){var M=this.state.tooltipTicks[T]&&this.state.tooltipTicks[T].value,P=Qg(this.state,g,T,M),E=this.state.tooltipTicks[T].coordinate,k=(this.state.offset.top+w)/2,$=S==="horizontal",j=$?{x:E,y:k}:{y:E,x:k},C=this.state.formattedGraphicalItems.find(function(U){var W=U.item;return W.type.name==="Scatter"});C&&(j=V(V({},j),C.props.points[T].tooltipPosition),P=C.props.points[T].tooltipPayload);var I={activeTooltipIndex:T,isTooltipActive:!0,activeLabel:M,activePayload:P,activeCoordinate:j};this.setState(I),this.renderCursor(A),this.accessibilityManager.setIndex(T)}}}},{key:"getSnapshotBeforeUpdate",value:function(b,x){if(!this.props.accessibilityLayer)return null;if(this.state.tooltipTicks!==x.tooltipTicks&&this.accessibilityManager.setDetails({coordinateList:this.state.tooltipTicks}),this.props.layout!==b.layout&&this.accessibilityManager.setDetails({layout:this.props.layout}),this.props.margin!==b.margin){var g,w;this.accessibilityManager.setDetails({offset:{left:(g=this.props.margin.left)!==null&&g!==void 0?g:0,top:(w=this.props.margin.top)!==null&&w!==void 0?w:0}})}return null}},{key:"componentDidUpdate",value:function(b){Gy([Ar(b.children,xn)],[Ar(this.props.children,xn)])||this.displayDefaultTooltip()}},{key:"componentWillUnmount",value:function(){this.removeListener(),this.throttleTriggeredAfterMouseMove.cancel()}},{key:"getTooltipEventType",value:function(){var b=Ar(this.props.children,xn);if(b&&typeof b.props.shared=="boolean"){var x=b.props.shared?"axis":"item";return s.indexOf(x)>=0?x:a}return a}},{key:"getMouseInfo",value:function(b){if(!this.container)return null;var x=this.container,g=x.getBoundingClientRect(),w=E3(g),S={chartX:Math.round(b.pageX-w.left),chartY:Math.round(b.pageY-w.top)},A=g.width/x.offsetWidth||1,T=this.inRange(S.chartX,S.chartY,A);if(!T)return null;var M=this.state,P=M.xAxisMap,E=M.yAxisMap,k=this.getTooltipEventType(),$=BO(this.state,this.props.data,this.props.layout,T);if(k!=="axis"&&P&&E){var j=ui(P).scale,C=ui(E).scale,I=j&&j.invert?j.invert(S.chartX):null,U=C&&C.invert?C.invert(S.chartY):null;return V(V({},S),{},{xValue:I,yValue:U},$)}return $?V(V({},S),$):null}},{key:"inRange",value:function(b,x){var g=arguments.length>2&&arguments[2]!==void 0?arguments[2]:1,w=this.props.layout,S=b/g,A=x/g;if(w==="horizontal"||w==="vertical"){var T=this.state.offset,M=S>=T.left&&S<=T.left+T.width&&A>=T.top&&A<=T.top+T.height;return M?{x:S,y:A}:null}var P=this.state,E=P.angleAxisMap,k=P.radiusAxisMap;if(E&&k){var $=ui(E);return KS({x:S,y:A},$)}return null}},{key:"parseEventsOfWrapper",value:function(){var b=this.props.children,x=this.getTooltipEventType(),g=Ar(b,xn),w={};g&&x==="axis"&&(g.props.trigger==="click"?w={onClick:this.handleClick}:w={onMouseEnter:this.handleMouseEnter,onDoubleClick:this.handleDoubleClick,onMouseMove:this.handleMouseMove,onMouseLeave:this.handleMouseLeave,onTouchMove:this.handleTouchMove,onTouchStart:this.handleTouchStart,onTouchEnd:this.handleTouchEnd,onContextMenu:this.handleContextMenu});var S=Fl(this.props,this.handleOuterEvent);return V(V({},S),w)}},{key:"addListener",value:function(){Zm.on(Jm,this.handleReceiveSyncEvent)}},{key:"removeListener",value:function(){Zm.removeListener(Jm,this.handleReceiveSyncEvent)}},{key:"filterFormatItem",value:function(b,x,g){for(var w=this.state.formattedGraphicalItems,S=0,A=w.length;S<A;S++){var T=w[S];if(T.item===b||T.props.key===b.key||x===Fn(T.item.type)&&g===T.childIndex)return T}return null}},{key:"renderClipPath",value:function(){var b=this.clipPathId,x=this.state.offset,g=x.left,w=x.top,S=x.height,A=x.width;return O.createElement("defs",null,O.createElement("clipPath",{id:b},O.createElement("rect",{x:g,y:w,height:S,width:A})))}},{key:"getXScales",value:function(){var b=this.state.xAxisMap;return b?Object.entries(b).reduce(function(x,g){var w=IO(g,2),S=w[0],A=w[1];return V(V({},x),{},yt({},S,A.scale))},{}):null}},{key:"getYScales",value:function(){var b=this.state.yAxisMap;return b?Object.entries(b).reduce(function(x,g){var w=IO(g,2),S=w[0],A=w[1];return V(V({},x),{},yt({},S,A.scale))},{}):null}},{key:"getXScaleByAxisId",value:function(b){var x;return(x=this.state.xAxisMap)===null||x===void 0||(x=x[b])===null||x===void 0?void 0:x.scale}},{key:"getYScaleByAxisId",value:function(b){var x;return(x=this.state.yAxisMap)===null||x===void 0||(x=x[b])===null||x===void 0?void 0:x.scale}},{key:"getItemByXY",value:function(b){var x=this.state,g=x.formattedGraphicalItems,w=x.activeItem;if(g&&g.length)for(var S=0,A=g.length;S<A;S++){var T=g[S],M=T.props,P=T.item,E=P.type.defaultProps!==void 0?V(V({},P.type.defaultProps),P.props):P.props,k=Fn(P.type);if(k==="Bar"){var $=(M.data||[]).find(function(U){return xG(b,U)});if($)return{graphicalItem:T,payload:$}}else if(k==="RadialBar"){var j=(M.data||[]).find(function(U){return KS(b,U)});if(j)return{graphicalItem:T,payload:j}}else if(Qc(T,w)||tf(T,w)||yu(T,w)){var C=l6({graphicalItem:T,activeTooltipItem:w,itemData:E.data}),I=E.activeIndex===void 0?C:E.activeIndex;return{graphicalItem:V(V({},T),{},{childIndex:I}),payload:yu(T,w)?E.data[C]:T.props.data[C]}}}return null}},{key:"render",value:function(){var b=this;if(!Pw(this))return null;var x=this.props,g=x.children,w=x.className,S=x.width,A=x.height,T=x.style,M=x.compact,P=x.title,E=x.desc,k=NO(x,iY),$=xt(k,!1);if(M)return O.createElement(pO,{state:this.state,width:this.props.width,height:this.props.height,clipPathId:this.clipPathId},O.createElement(Xy,Na({},$,{width:S,height:A,title:P,desc:E}),this.renderClipPath(),Cw(g,this.renderMap)));if(this.props.accessibilityLayer){var j,C;$.tabIndex=(j=this.props.tabIndex)!==null&&j!==void 0?j:0,$.role=(C=this.props.role)!==null&&C!==void 0?C:"application",$.onKeyDown=function(U){b.accessibilityManager.keyboardEvent(U)},$.onFocus=function(){b.accessibilityManager.focus()}}var I=this.parseEventsOfWrapper();return O.createElement(pO,{state:this.state,width:this.props.width,height:this.props.height,clipPathId:this.clipPathId},O.createElement("div",Na({className:Ot("recharts-wrapper",w),style:V({position:"relative",cursor:"default",width:S,height:A},T)},I,{ref:function(W){b.container=W}}),O.createElement(Xy,Na({},$,{width:S,height:A,title:P,desc:E,style:_Y}),this.renderClipPath(),Cw(g,this.renderMap)),this.renderLegend(),this.renderTooltip()))}}])})(O.Component);yt(y,"displayName",r),yt(y,"defaultProps",V({layout:"horizontal",stackOffset:"none",barCategoryGap:"10%",barGap:4,margin:{top:5,right:5,bottom:5,left:5},reverseStackOrder:!1,syncMethod:"index"},f)),yt(y,"getDerivedStateFromProps",function(m,v){var _=m.dataKey,b=m.data,x=m.children,g=m.width,w=m.height,S=m.layout,A=m.stackOffset,T=m.margin,M=v.dataStartIndex,P=v.dataEndIndex;if(v.updateId===void 0){var E=qO(m);return V(V(V({},E),{},{updateId:0},p(V(V({props:m},E),{},{updateId:0}),v)),{},{prevDataKey:_,prevData:b,prevWidth:g,prevHeight:w,prevLayout:S,prevStackOffset:A,prevMargin:T,prevChildren:x})}if(_!==v.prevDataKey||b!==v.prevData||g!==v.prevWidth||w!==v.prevHeight||S!==v.prevLayout||A!==v.prevStackOffset||!Ha(T,v.prevMargin)){var k=qO(m),$={chartX:v.chartX,chartY:v.chartY,isTooltipActive:v.isTooltipActive},j=V(V({},BO(v,b,S)),{},{updateId:v.updateId+1}),C=V(V(V({},k),$),j);return V(V(V({},C),p(V({props:m},C),v)),{},{prevDataKey:_,prevData:b,prevWidth:g,prevHeight:w,prevLayout:S,prevStackOffset:A,prevMargin:T,prevChildren:x})}if(!Gy(x,v.prevChildren)){var I,U,W,D,L=Ar(x,po),B=L&&(I=(U=L.props)===null||U===void 0?void 0:U.startIndex)!==null&&I!==void 0?I:M,N=L&&(W=(D=L.props)===null||D===void 0?void 0:D.endIndex)!==null&&W!==void 0?W:P,X=B!==M||N!==P,F=!vt(b),G=F&&!X?v.updateId:v.updateId+1;return V(V({updateId:G},p(V(V({props:m},v),{},{updateId:G,dataStartIndex:B,dataEndIndex:N}),v)),{},{prevChildren:x,dataStartIndex:B,dataEndIndex:N})}return null}),yt(y,"renderActiveDot",function(m,v,_){var b;return O.isValidElement(m)?b=O.cloneElement(m,v):_t(m)?b=m(v):b=O.createElement(Jc,v),O.createElement(Dt,{className:"recharts-active-dot",key:_},b)});var d=O.forwardRef(function(v,_){return O.createElement(y,Na({},v,{ref:_}))});return d.displayName=y.displayName,d},$Y=kY({chartName:"ComposedChart",GraphicalChild:[uf,Ei,Lo,cf],axisComponents:[{axisType:"xAxis",AxisComp:ff},{axisType:"yAxis",AxisComp:hf},{axisType:"zAxis",AxisComp:lf}],formatAxisMap:e4});const is=()=>{var e,t;try{return((t=(e=globalThis.process)==null?void 0:e.env)==null?void 0:t.NODE_ENV)==="development"}catch{return!1}},jY=e=>new Date(e).toLocaleDateString("en-US",{month:"short",day:"numeric",year:"numeric"}),RY=e=>new Intl.NumberFormat("en-US").format(e);function DY(e){const{data:t,categories:r,formatDate:n,formatValue:i}=e,a=O.useMemo(()=>{if(!t||t.length===0)return is()&&console.warn("StackedAreaChart: No data provided. Chart will be empty."),[];const h=[...t].sort((y,d)=>y.timestamp-d.timestamp);return h.some(y=>typeof y.timestamp!="number"||Number.isNaN(y.timestamp))&&is()&&console.warn("StackedAreaChart: Some data points have invalid timestamps. These may not render correctly."),h},[t]),o=O.useMemo(()=>{if(!r||r.length===0)return is()&&console.warn("StackedAreaChart: No categories provided. Chart will be empty."),[];const h=r.filter(p=>!p.dataKey||!p.label||!p.color?(is()&&console.warn("StackedAreaChart: Category is missing required fields:",p),!1):!0);if(is()&&a.length>0){const p=a[0];if(p){const y=new Set(Object.keys(p)),d=h.filter(m=>!y.has(m.dataKey));d.length>0&&console.warn("StackedAreaChart: Some categories do not exist in data:",d.map(m=>m.dataKey))}}return h},[r,a]),{minTimestamp:s,maxTimestamp:u}=O.useMemo(()=>{if(a.length===0)return{minTimestamp:0,maxTimestamp:0};const h=a[0],p=a[a.length-1];return{minTimestamp:(h==null?void 0:h.timestamp)??0,maxTimestamp:(p==null?void 0:p.timestamp)??0}},[a]),l=O.useMemo(()=>a.length===0||o.length===0?0:Math.max(...a.map(h=>o.reduce((p,y)=>{const d=h[y.dataKey];return p+(typeof d=="number"?d:0)},0))),[a,o]),c=O.useMemo(()=>n||jY,[n]),f=O.useMemo(()=>i||RY,[i]);return{processedData:a,processedCategories:o,minTimestamp:s,maxTimestamp:u,maxTotalValue:l,dateFormatter:c,valueFormatter:f}}function IY(e,t){const r=t-1-e,n=gs.length,i=Math.floor(r/Math.max(1,t-1)*(n-1)),a=Math.min(Math.max(0,i),n-1);return gs[a]??gs[0]??"#000000"}function NY(e){return Array.from({length:e},(t,r)=>IY(r,e))}const $a=NY(5),Dn={critical:"#dc3545",high:"#fd7e14",medium:"#ffc107",low:"#17a2b8",complete:dr.neoDigitalGreen[600],inProgress:"#007bff",farthest:$a[0],far:$a[1],close:$a[2],closest:$a[3],completed:$a[4],primary:"#007bff",secondary:"#6c757d",success:dr.neoDigitalGreen[600],danger:"#dc3545",warning:"#ffc107",info:"#17a2b8",light:dr.neoGrey[200],dark:"#343a40"},Et={dimensions:{height:400,width:"100%",minHeight:200},margin:{top:10,right:30,left:0,bottom:0},animation:{enabled:!0,duration:1500,easing:"ease"},display:{showHeader:!0,showLegend:!0,showTooltip:!0,showXAxis:!0,showYAxis:!0,showGrid:!0},curve:{type:"monotone"},stack:{offset:"none"},axis:{strokeColor:dr.neoGrey[400],tickColor:"#666",labelColor:"#666"},tooltip:{backgroundColor:"rgba(255, 255, 255, 0.95)",borderColor:dr.neoGrey[400],borderWidth:1,borderRadius:4,padding:10},legend:{iconSize:14,iconType:"square",layout:"horizontal",align:"center",verticalAlign:"bottom"},marker:{strokeColor:"#666",strokeWidth:2,strokeDasharray:"5 5",labelColor:"#666"}},LY={migration:$a,severity:[Dn.critical,Dn.high,Dn.medium,Dn.low,Dn.info],status:[Dn.danger,Dn.warning,Dn.success],extended:["#e74c3c","#e67e22","#f39c12","#2ecc71","#3498db","#9b59b6","#1abc9c","#95a5a6"],colorblindSafe:["#0173B2","#DE8F05","#029E73","#CC78BC","#CA9161","#FBAFE4","#949494","#ECE133"]},BY={FARTHEST:"Farthest",FAR:"Far",CLOSE:"Close",CLOSEST:"Closest",COMPLETE:"Complete",CRITICAL:"Critical",HIGH:"High",MEDIUM:"Medium",LOW:"Low",INFO:"Info",NOT_APPLICABLE:"N/A",NO_LST:"No LST",DATA_MISSING:"Data Missing"},qY=({data:e,categories:t,markers:r=[],title:n,subtitle:i,showHeader:a=Et.display.showHeader,height:o=Et.dimensions.height,width:s=Et.dimensions.width,showLegend:u=Et.display.showLegend,showTooltip:l=Et.display.showTooltip,showXAxis:c=Et.display.showXAxis,showYAxis:f=Et.display.showYAxis,showGrid:h=Et.display.showGrid,enableAnimation:p=Et.animation.enabled,animationDuration:y=Et.animation.duration,animationEasing:d=Et.animation.easing,formatDate:m,formatValue:v,tooltipFormatter:_,slotProps:b,margin:x=Et.margin,curveType:g=Et.curve.type,stackOffset:w=Et.stack.offset,timeRange:S,onTimeRangeChange:A,enableBrush:T=!1,zoomToSelection:M=!1})=>{const{processedData:P,processedCategories:E,dateFormatter:k,valueFormatter:$}=DY({data:e,categories:t,formatDate:m,formatValue:v}),[j,C]=O.useState(null),[I,U]=O.useState(!1),[W,D]=O.useState(null),[L,B]=O.useState(null),N=O.useRef(null),X=S?[S[0],S[1]]:["dataMin","dataMax"],F=P.length>0?P[0].timestamp:0,G=P.length>0?P[P.length-1].timestamp:0,Z=O.useMemo(()=>{const at=S?S[0]:F,pt=S?S[1]:G,Pt=6;if(at===pt||at===0)return[];const Ct=(pt-at)/(Pt-1);return Array.from({length:Pt},(ue,jt)=>Math.round(at+Ct*jt))},[S,F,G]),H=O.useCallback((at,pt)=>{const Pt=at/pt*100,Ct=G-F;return F+Pt/100*Ct},[F,G]),q=O.useCallback(at=>{const pt=G-F;return pt===0?0:(at-F)/pt*100},[F,G]),Y=O.useCallback(at=>{if(!T)return;const pt=at.currentTarget.getBoundingClientRect(),Pt=at.clientX-pt.left,Ct=H(Pt,pt.width);U(!0),D(Ct),B(Ct)},[T,H]),Q=O.useCallback(at=>{if(!N.current)return;const pt=at.currentTarget.getBoundingClientRect(),Pt=at.clientX-pt.left,Ct=pt.width,ue=H(Pt,Ct);if(I)W!==null&&B(ue);else{const Rt=r.find(me=>Math.abs(me.timestamp-ue)<2592e5);C((Rt==null?void 0:Rt.timestamp)??null)}},[I,W,H,r]),R=O.useCallback(()=>{if(I&&W!==null&&L!==null&&A){const at=Math.min(W,L),pt=Math.max(W,L);at!==pt&&A([at,pt])}U(!1),D(null),B(null)},[I,W,L,A]),J=O.useCallback(()=>{R(),C(null)},[R]),ut=(M?I:!0)&&I&&W!==null&&L!==null?{left:q(Math.min(W,L)),width:Math.abs(q(L)-q(W))}:null,ot=(S?P.filter(at=>at.timestamp>=S[0]&&at.timestamp<=S[1]):P).slice().reverse().map(at=>{const pt=r.find(Pt=>Pt.timestamp===at.timestamp);return pt&&pt.label?{...at,__markerLabel:pt.label}:at}),dt=at=>k(at),ht=at=>$(at),At=({active:at,payload:pt,label:Pt})=>{if(!at||!pt||pt.length===0)return null;const Ct=ot.find(jt=>jt.timestamp===Pt);if(Ct&&"__markerLabel"in Ct){const Rt=String(Ct.__markerLabel).split(" - "),me=Rt[0]||"",Xt=Rt[1]||"";return K.jsxs(tt.Box,{sx:{backgroundColor:"#131E7A",border:"1px solid #2F42FF",borderRadius:"4px",padding:"12px 16px"},children:[K.jsx(tt.Typography,{sx:{color:"#B6BFFF",fontSize:"14px",fontWeight:400,marginBottom:"4px"},children:Xt}),K.jsx(tt.Typography,{sx:{color:"white",fontSize:"14px",fontWeight:500},children:me})]})}return K.jsxs(tt.Box,{sx:{backgroundColor:Et.tooltip.backgroundColor,border:`${Et.tooltip.borderWidth}px solid ${Et.tooltip.borderColor}`,borderRadius:Et.tooltip.borderRadius,padding:Et.tooltip.padding},children:[K.jsx(tt.Typography,{sx:{marginBottom:"8px",fontWeight:500},children:k(Pt)}),pt.map((jt,Rt)=>K.jsxs(tt.Box,{sx:{display:"flex",alignItems:"center",gap:1,mb:.5},children:[K.jsx(tt.Box,{sx:{width:10,height:10,backgroundColor:jt.color,borderRadius:"2px"}}),K.jsxs(tt.Typography,{sx:{fontSize:"14px"},children:[jt.name,": ",$(jt.value)]})]},`item-${Rt}`))]})};return K.jsxs(tt.Stack,{sx:{width:"100%",alignItems:"center"},...b==null?void 0:b.container,children:[a&&(n||i)&&K.jsxs(tt.Stack,{spacing:.5,sx:{mb:2,width:"100%",alignItems:"center"},...b==null?void 0:b.header,children:[n&&K.jsx(tt.Typography,{variant:"h5",sx:{fontWeight:500},...b==null?void 0:b.title,children:n}),i&&K.jsx(tt.Typography,{variant:"body2",sx:{color:"text.secondary"},...b==null?void 0:b.subtitle,children:i})]}),K.jsxs(tt.Box,{ref:N,sx:{width:"100%",height:`${o}px`,minHeight:Et.dimensions.minHeight,position:"relative"},...b==null?void 0:b.chartContainer,children:[K.jsx(_3,{width:s,height:"100%",children:K.jsxs($Y,{data:ot,margin:x,stackOffset:w,children:[h&&K.jsx(jM,{strokeDasharray:"3 3",stroke:Et.axis.strokeColor,opacity:.3}),c&&K.jsx(ff,{dataKey:"timestamp",type:"number",domain:X,tickFormatter:dt,stroke:Et.axis.strokeColor,tick:{fill:Et.axis.tickColor},scale:"time",ticks:Z}),f&&K.jsx(hf,{tickFormatter:ht,stroke:Et.axis.strokeColor,tick:{fill:Et.axis.tickColor}}),l&&K.jsx(xn,{content:K.jsx(At,{})}),u&&K.jsx(ea,{iconSize:Et.legend.iconSize,iconType:Et.legend.iconType,layout:Et.legend.layout,align:Et.legend.align,verticalAlign:Et.legend.verticalAlign}),E.map((at,pt)=>K.jsx(Ei,{type:g,dataKey:at.dataKey,name:at.label,stackId:"1",stroke:at.color,fill:at.strokeDasharray?"transparent":at.color,fillOpacity:at.strokeDasharray?0:at.fillOpacity??.7,strokeWidth:at.strokeWidth??2,strokeDasharray:at.strokeDasharray,isAnimationActive:p,animationDuration:y,animationEasing:d,animationBegin:p?(E.length-1-pt)*100:0},at.dataKey)),r.filter(at=>j===null||at.timestamp===j).map((at,pt)=>K.jsx(rf,{x:at.timestamp,stroke:at.color??Et.marker.strokeColor,strokeWidth:at.strokeWidth??Et.marker.strokeWidth,strokeDasharray:at.strokeDasharray??Et.marker.strokeDasharray,strokeOpacity:j===null?0:1},`marker-${at.timestamp}-${pt}`))]},S?`${S[0]}-${S[1]}`:"default")}),T&&K.jsxs(tt.Box,{sx:{position:"absolute",top:x.top||0,left:x.left||0,right:x.right||0,bottom:x.bottom||0,cursor:I?"col-resize":"crosshair",pointerEvents:"all"},onMouseDown:Y,onMouseMove:Q,onMouseUp:R,onMouseLeave:J,children:[ut&&K.jsx(tt.Box,{sx:{position:"absolute",left:`${ut.left}%`,width:`${ut.width}%`,top:0,bottom:0,backgroundColor:"rgba(0, 123, 255, 0.1)",border:"1px solid rgba(0, 123, 255, 0.5)",pointerEvents:"none"}}),j&&K.jsx(K.Fragment,{children:r.filter(at=>at.timestamp===j).map(at=>K.jsx(tt.Box,{sx:{position:"absolute",left:`${q(at.timestamp)}%`,top:"-50px",transform:"translateX(-50%)",backgroundColor:"#992FB9",color:"white",padding:"6px 10px",borderRadius:"4px",fontSize:"12px",whiteSpace:"nowrap",pointerEvents:"none",zIndex:10,boxShadow:"0 2px 8px rgba(0,0,0,0.15)"},children:at.label||k(at.timestamp)},`tooltip-${at.timestamp}`))})]})]})]})},vn={colors:{primary:"#992FB9",background:"#FFFFFF",border:"#9CA3AF",highlightBackground:"rgba(31, 41, 55, 0.14)",monthLabel:"#9ca3af",tooltipText:"#6b7280"},dimensions:{height:32,eventWidth:2}},FY=(e="#4B5563")=>({startHandle:{sx:{position:"absolute",left:"-6px",top:"-10px",width:"14px",height:"calc(100% + 10px)",zIndex:3,display:"flex",justifyContent:"center",transition:"opacity 0.2s","&::before":{content:'""',position:"absolute",top:0,left:"50%",transform:"translateX(-50%)",width:0,height:0,borderLeft:"6px solid transparent",borderRight:"6px solid transparent",borderTop:`8px solid ${e}`,transition:"border-top-color 0.2s",pointerEvents:"none"},"&::after":{content:'""',position:"absolute",top:"8px",left:"50%",transform:"translateX(-50%)",width:"2px",height:"calc(100% - 8px)",backgroundColor:e,transition:"background-color 0.2s",pointerEvents:"none"},"&:hover::before":{borderTopColor:e},"&:hover::after":{backgroundColor:e},"&:active::before":{borderTopColor:e},"&:active::after":{backgroundColor:e}}},endHandle:{sx:{position:"absolute",right:"-6px",top:"-10px",width:"14px",height:"calc(100% + 10px)",zIndex:3,display:"flex",justifyContent:"center",transition:"opacity 0.2s","&::before":{content:'""',position:"absolute",top:0,left:"50%",transform:"translateX(-50%)",width:0,height:0,borderLeft:"6px solid transparent",borderRight:"6px solid transparent",borderTop:`8px solid ${e}`,transition:"border-top-color 0.2s",pointerEvents:"none"},"&::after":{content:'""',position:"absolute",top:"8px",left:"50%",transform:"translateX(-50%)",width:"2px",height:"calc(100% - 8px)",backgroundColor:e,transition:"background-color 0.2s",pointerEvents:"none"},"&:hover::before":{borderTopColor:e},"&:hover::after":{backgroundColor:e},"&:active::before":{borderTopColor:e},"&:active::after":{backgroundColor:e}}}}),Qr={header:{sx:{}},title:{sx:{m:0}},instructions:{sx:{color:"text.secondary",minHeight:"40px",display:"flex",alignItems:"center"}},monthLabelsContainer:{sx:{justifyContent:"space-between",px:1.25,height:"20px",fontSize:"11px",color:vn.colors.monthLabel,mb:1}},monthLabel:{sx:{fontSize:"11px"}},timeline:{sx:{position:"relative",height:`${vn.dimensions.height}px`,backgroundColor:vn.colors.background,borderRadius:0,overflow:"visible",border:`1px solid ${vn.colors.border}`}},event:{sx:{position:"absolute",top:0,width:`${vn.dimensions.eventWidth}px`,height:"100%",backgroundColor:vn.colors.primary,cursor:"pointer",transition:"transform 0.2s",transformOrigin:"center"}},selection:{sx:{position:"absolute",top:0,height:"100%",backgroundColor:vn.colors.highlightBackground,pointerEvents:"none"}},tooltip:{sx:{position:"absolute",bottom:"-40px",backgroundColor:"white",p:"6px 10px",borderRadius:.5,boxShadow:"0 2px 8px rgba(0,0,0,0.15)",whiteSpace:"nowrap",pointerEvents:"none",zIndex:10,border:`1px solid ${vn.colors.border}`}},tooltipEventName:{sx:{fontWeight:600}},tooltipDate:{sx:{color:vn.colors.tooltipText,fontSize:"11px"}}},zY=(e="#9CA3AF")=>({startHandle:{sx:{position:"absolute",left:"-8px",top:0,width:"20px",height:"100%",zIndex:3,display:"flex",alignItems:"center",justifyContent:"center",transition:"opacity 0.2s","&::before":{content:'""',position:"absolute",top:0,left:"50%",transform:"translateX(-50%)",width:"1px",height:"100%",backgroundColor:e,transition:"background-color 0.2s",pointerEvents:"none"},"&::after":{content:'""',position:"absolute",top:"50%",left:"50%",transform:"translate(-50%, -50%)",width:"9px",height:"16px",backgroundColor:"#F9FAFB",border:`1px solid ${e}`,transition:"border-color 0.2s, background-color 0.2s",pointerEvents:"none",backgroundImage:`linear-gradient(to bottom, transparent 0%, transparent 25%, ${e} 25%, ${e} 75%, transparent 75%), linear-gradient(to bottom, transparent 0%, transparent 25%, ${e} 25%, ${e} 75%, transparent 75%)`,backgroundPosition:"35% center, 65% center",backgroundSize:"1px 50%, 1px 50%",backgroundRepeat:"no-repeat"},"&:hover::before":{backgroundColor:e},"&:hover::after":{borderColor:e,backgroundImage:`linear-gradient(to bottom, transparent 0%, transparent 25%, ${e} 25%, ${e} 75%, transparent 75%), linear-gradient(to bottom, transparent 0%, transparent 25%, ${e} 25%, ${e} 75%, transparent 75%)`},"&:active::before":{backgroundColor:e},"&:active::after":{borderColor:e,backgroundImage:`linear-gradient(to bottom, transparent 0%, transparent 25%, ${e} 25%, ${e} 75%, transparent 75%), linear-gradient(to bottom, transparent 0%, transparent 25%, ${e} 25%, ${e} 75%, transparent 75%)`}}},endHandle:{sx:{position:"absolute",right:"-8px",top:0,width:"20px",height:"100%",zIndex:3,display:"flex",alignItems:"center",justifyContent:"center",transition:"opacity 0.2s","&::before":{content:'""',position:"absolute",top:0,left:"50%",transform:"translateX(-50%)",width:"1px",height:"100%",backgroundColor:e,transition:"background-color 0.2s",pointerEvents:"none"},"&::after":{content:'""',position:"absolute",top:"50%",left:"50%",transform:"translate(-50%, -50%)",width:"9px",height:"16px",backgroundColor:"#F9FAFB",border:`1px solid ${e}`,transition:"border-color 0.2s, background-color 0.2s",pointerEvents:"none",backgroundImage:`linear-gradient(to bottom, transparent 0%, transparent 25%, ${e} 25%, ${e} 75%, transparent 75%), linear-gradient(to bottom, transparent 0%, transparent 25%, ${e} 25%, ${e} 75%, transparent 75%)`,backgroundPosition:"35% center, 65% center",backgroundSize:"1px 50%, 1px 50%",backgroundRepeat:"no-repeat"},"&:hover::before":{backgroundColor:e},"&:hover::after":{borderColor:e,backgroundImage:`linear-gradient(to bottom, transparent 0%, transparent 25%, ${e} 25%, ${e} 75%, transparent 75%), linear-gradient(to bottom, transparent 0%, transparent 25%, ${e} 25%, ${e} 75%, transparent 75%)`},"&:active::before":{backgroundColor:e},"&:active::after":{borderColor:e,backgroundImage:`linear-gradient(to bottom, transparent 0%, transparent 25%, ${e} 25%, ${e} 75%, transparent 75%), linear-gradient(to bottom, transparent 0%, transparent 25%, ${e} 25%, ${e} 75%, transparent 75%)`}}}}),UY=()=>{var e,t;try{return((t=(e=globalThis.process)==null?void 0:e.env)==null?void 0:t.NODE_ENV)==="development"}catch{return!1}},WY=({events:e,selectedRange:t,onSelectionChange:r,enableZoom:n,zoomToSelection:i,visibleRange:a,onVisibleRangeChange:o})=>{UY()&&e.length>1&&(e.every((G,Z)=>Z===0||G.timestamp>=e[Z-1].timestamp)||console.warn("TimelineChart: events array should be sorted by timestamp for optimal performance and correct behavior."));const[s,u]=O.useState(!1),[l,c]=O.useState(null),[f,h]=O.useState(null),[p,y]=O.useState({start:null,end:null}),[d,m]=O.useState({start:null,end:null}),[v,_]=O.useState(null),b=O.useRef(null),x=t??p,g=a??d,w=O.useMemo(()=>{var F;return e.length>0?((F=e[0])==null?void 0:F.timestamp)??0:0},[e]),S=O.useMemo(()=>{var F;return e.length>0?((F=e[e.length-1])==null?void 0:F.timestamp)??0:0},[e]),A=O.useMemo(()=>i&&g.start&&g.end?g.start:w,[i,g,w]),T=O.useMemo(()=>i&&g.start&&g.end?g.end:S,[i,g,S]),M=O.useMemo(()=>T-A,[T,A]),P=O.useMemo(()=>!n&&x.start!==null&&x.end!==null,[n,x]),E=O.useCallback(F=>M===0?0:(F-A)/M*100,[A,M]),k=O.useCallback((F,G)=>{const Z=F/G*100;return A+Z/100*M},[A,M]),$=O.useCallback(F=>{t===void 0&&y(F),r==null||r(F)},[t,r]),j=O.useCallback(F=>{const G=F.currentTarget.getBoundingClientRect(),Z=F.clientX-G.left,H=k(Z,G.width);u(!0),c(H),$({start:H,end:H})},[k,$]),C=O.useCallback(F=>{if(!s||l===null)return;const G=F.currentTarget.getBoundingClientRect(),Z=F.clientX-G.left,H=k(Z,G.width);if(f==="start"){const q=Math.min(H,x.end-M*.01);$({start:Math.max(q,A),end:x.end})}else if(f==="end"){const q=Math.max(H,x.start+M*.01);$({start:x.start,end:Math.min(q,T)})}else if(f==="body"){const q=H-l,Y=x.end-x.start;let Q=x.start+q,R=x.end+q;Q<A&&(Q=A,R=A+Y),R>T&&(R=T,Q=T-Y),$({start:Q,end:R}),c(H)}else $({start:Math.min(l,H),end:Math.max(l,H)})},[s,l,f,x,M,A,T,k,$]),I=O.useCallback(()=>{const F=s;if(u(!1),h(null),F&&i&&x.start&&x.end&&x.start!==x.end){const G={start:x.start,end:x.end};a===void 0&&m(G),o==null||o(G)}},[s,i,x,a,o]);O.useEffect(()=>{if(!s||l===null||!b.current)return;const F=Z=>{const H=b.current;if(!H)return;const q=H.getBoundingClientRect(),Y=Z.clientX-q.left,Q=k(Y,q.width);if(f==="start"){const R=Math.min(Q,x.end-M*.01);$({start:Math.max(R,A),end:x.end})}else if(f==="end"){const R=Math.max(Q,x.start+M*.01);$({start:x.start,end:Math.min(R,T)})}else if(f==="body"){const R=Q-l,J=x.end-x.start;let z=x.start+R,ut=x.end+R;z<A&&(z=A,ut=A+J),ut>T&&(ut=T,z=T-J),$({start:z,end:ut}),c(Q)}else $({start:Math.min(l,Q),end:Math.max(l,Q)})},G=()=>{I()};return document.addEventListener("mousemove",F),document.addEventListener("mouseup",G),()=>{document.removeEventListener("mousemove",F),document.removeEventListener("mouseup",G)}},[s,l,f,x,M,A,T,k,$,I]);const U=O.useCallback(F=>{F.stopPropagation(),x.start!==null&&(u(!0),c(x.start),h("start"))},[x]),W=O.useCallback(F=>{F.stopPropagation(),x.end!==null&&(u(!0),c(x.end),h("end"))},[x]),D=O.useCallback(F=>{F.stopPropagation();const G=b.current;if(!G)return;const Z=G.getBoundingClientRect(),H=F.clientX-Z.left,q=k(H,Z.width);u(!0),c(q),h("body")},[k]),L=O.useCallback(F=>{if(F.cancelable&&n&&F.preventDefault(),!n||!x.start||!x.end||M===0)return;const G=(x.start+x.end)/2,Z=x.end-x.start,H=F.deltaY>0?1.1:.9,q=Math.max(Z*H,M*.01),Y=M*1.5,Q=Math.min(q,Y);let R=G-Q/2,J=G+Q/2;R<A&&(R=A,J=Math.min(A+Q,T)),J>T&&(J=T,R=Math.max(T-Q,A)),$({start:R,end:J})},[n,x,M,A,T,$]),B=O.useCallback(()=>!x.start||!x.end?[]:e.filter(F=>F.timestamp>=x.start&&F.timestamp<=x.end),[e,x]),N=O.useCallback(()=>{const F={start:w,end:S};a===void 0&&m({start:null,end:null}),o==null||o(F)},[w,S,a,o]),X=O.useCallback(()=>{i&&N()},[i,N]);return{isDragging:s,dragStart:l,dragHandleType:f,internalSelectedRange:x,internalVisibleRange:g,hoveredEvent:v,minDate:A,maxDate:T,timeSpan:M,timelineContainerRef:b,getPositionFromTimestamp:E,getTimestampFromPosition:k,handleMouseDown:j,handleMouseMove:C,handleMouseUp:I,handleWheel:L,handleDoubleClick:X,handleStartHandleMouseDown:U,handleEndHandleMouseDown:W,handleSelectionBodyMouseDown:D,setHoveredEvent:_,getEventsInRange:B,resetZoom:N,showHandles:P}},HY=e=>new Date(e).toLocaleDateString("en-US",{month:"short",day:"numeric",year:"numeric"}),GY=e=>new Date(e).toLocaleDateString("en-US",{month:"short",year:"numeric"}),KY=e=>{const t=e/864e5;return t>60?r=>new Date(r).toLocaleDateString("en-US",{month:"short",year:"numeric"}):t>7?r=>new Date(r).toLocaleDateString("en-US",{month:"short",day:"numeric"}):r=>new Date(r).toLocaleDateString("en-US",{month:"short",day:"numeric",hour:"numeric",hour12:!0})},XY=()=>{var e,t;try{return((t=(e=globalThis.process)==null?void 0:e.env)==null?void 0:t.NODE_ENV)==="development"}catch{return!1}},YY=(e,t="arrow",r)=>{const n=t==="grip"?zY(r||"#9CA3AF"):FY(r||"#4B5563");return{header:{...Qr.header,...e==null?void 0:e.header},title:{...Qr.title,...e==null?void 0:e.title},instructions:{...Qr.instructions,...e==null?void 0:e.instructions},monthLabelsContainer:{...Qr.monthLabelsContainer,...e==null?void 0:e.monthLabelsContainer},monthLabel:{...Qr.monthLabel,...e==null?void 0:e.monthLabel},timeline:{...Qr.timeline,...e==null?void 0:e.timeline},event:{...Qr.event,...e==null?void 0:e.event},selection:{...Qr.selection,...e==null?void 0:e.selection},startHandle:{...n.startHandle,...e==null?void 0:e.startHandle},endHandle:{...n.endHandle,...e==null?void 0:e.endHandle},tooltip:{...Qr.tooltip,...e==null?void 0:e.tooltip},tooltipEventName:{...Qr.tooltipEventName,...e==null?void 0:e.tooltipEventName},tooltipDate:{...Qr.tooltipDate,...e==null?void 0:e.tooltipDate}}},VY=({events:e,onSelectionChange:t,selectedRange:r,height:n=vn.dimensions.height,margin:i={top:0,right:0,bottom:0,left:0},formatDate:a=HY,formatMonthYear:o=GY,showMonthLabels:s=!0,monthLabelCount:u=6,enableZoom:l=!0,dragHandleVariant:c="arrow",dragHandleColor:f,showHeader:h=!0,title:p="Event Timeline Selector",zoomToSelection:y=!1,visibleRange:d,onVisibleRangeChange:m,timeRange:v,onTimeRangeChange:_,slotProps:b})=>{const x=v?{start:v[0],end:v[1]}:d,g=_?F=>{F.start!==null&&F.end!==null&&_([F.start,F.end])}:m;XY()&&e.length>500&&console.warn(`TimelineChart: Rendering ${e.length} events may impact performance. Consider implementing virtualization or canvas rendering for datasets larger than 500 events.`);const w=O.useMemo(()=>YY(b,c,f),[b,c,f]),{isDragging:S,dragHandleType:A,internalSelectedRange:T,hoveredEvent:M,minDate:P,timeSpan:E,timelineContainerRef:k,getPositionFromTimestamp:$,handleMouseDown:j,handleWheel:C,handleDoubleClick:I,handleStartHandleMouseDown:U,handleEndHandleMouseDown:W,handleSelectionBodyMouseDown:D,setHoveredEvent:L,getEventsInRange:B,showHandles:N}=WY({events:e,selectedRange:r,onSelectionChange:t,enableZoom:l,zoomToSelection:y,visibleRange:x,onVisibleRangeChange:g}),X=T.start&&T.end?`Selected: ${a(T.start)} - ${a(T.end)} (${B().length} events)`:"Click and drag on the timeline below to select a date range. Use mouse wheel to zoom in/out.";return K.jsxs(tt.Stack,{sx:{width:"100%"},children:[h&&K.jsxs(tt.Stack,{spacing:1,sx:{mb:3},...w.header,children:[K.jsx(tt.Typography,{variant:"h5",...w.title,children:p}),K.jsx(tt.Typography,{variant:"body2",...w.instructions,children:X})]}),s&&K.jsx(tt.Stack,{direction:"row",...w.monthLabelsContainer,sx:{...w.monthLabelsContainer.sx,paddingLeft:`${i.left}px`,paddingRight:`${i.right}px`},children:Array.from({length:u},(F,G)=>{const Z=P+E/(u-1)*G,H=KY(E);return K.jsx(tt.Typography,{variant:"caption",...w.monthLabel,children:H(Z)},G)})}),K.jsxs(tt.Box,{...w.timeline,sx:{...w.timeline.sx,height:`${n}px`,paddingLeft:`${i.left}px`,paddingRight:`${i.right}px`},children:[K.jsx(tt.Box,{sx:{position:"absolute",top:i.top,left:0,right:0,bottom:i.bottom},children:e.map((F,G)=>{const Z=$(F.timestamp);return K.jsx(tt.Box,{onMouseEnter:()=>L(F),onMouseLeave:()=>L(null),"aria-label":`Event: ${F.eventName} at ${a(F.timestamp)}`,...w.event,sx:{...w.event.sx,left:`${Z}%`,transform:(M==null?void 0:M.timestamp)===F.timestamp?"scaleX(2)":"scaleX(1)"}},`${F.timestamp}-${G}`)})}),T.start&&T.end&&(!y||S)&&K.jsx(tt.Box,{...w.selection,onMouseDown:N&&!S?D:void 0,sx:{...w.selection.sx,left:`${$(T.start)}%`,width:`${$(T.end)-$(T.start)}%`,pointerEvents:N?"all":"none",zIndex:2,cursor:N&&!S?A==="body"?"grabbing":"grab":"default"},children:N&&!(S&&A===null)&&K.jsxs(K.Fragment,{children:[K.jsx(tt.Box,{...w.startHandle,onMouseDown:U,sx:{...w.startHandle.sx,cursor:"ew-resize",opacity:S&&A!=="start"?.5:1},"aria-label":"Drag to adjust start of selection"}),K.jsx(tt.Box,{...w.endHandle,onMouseDown:W,sx:{...w.endHandle.sx,cursor:"ew-resize",opacity:S&&A!=="end"?.5:1},"aria-label":"Drag to adjust end of selection"})]})}),K.jsx(tt.Box,{ref:k,role:"application","aria-label":"Interactive timeline - click and drag to select date range","aria-describedby":h?void 0:"timeline-instructions",tabIndex:0,sx:{position:"absolute",top:0,left:0,right:0,height:"100%",cursor:"crosshair",pointerEvents:"all",zIndex:1},onMouseDown:j,onWheel:C,onDoubleClick:I}),!h&&K.jsx("span",{id:"timeline-instructions",style:{display:"none"},children:X}),M&&K.jsxs(tt.Box,{role:"tooltip","aria-live":"polite",...w.tooltip,sx:{...w.tooltip.sx,left:`${$(M.timestamp)}%`,transform:"translateX(-50%)"},children:[K.jsx(tt.Typography,{variant:"body2",...w.tooltipEventName,children:M.eventName}),K.jsx(tt.Typography,{variant:"caption",...w.tooltipDate,children:a(M.timestamp)})]})]})]})},ZY="#8b5cf6",JY=e=>new Date(e).toLocaleDateString("en-US",{month:"short",day:"numeric",year:"numeric"}),QY=({events:e,title:t="Events in Selected Range",maxHeight:r="200px",formatDate:n=JY,primaryColor:i=ZY})=>e.length===0?null:K.jsxs("div",{style:{marginTop:"24px",padding:"20px",backgroundColor:"#f9fafb",borderRadius:"8px",border:"1px solid #e5e7eb"},children:[K.jsxs("h3",{style:{margin:"0 0 12px 0",fontSize:"16px",color:"#374151"},children:[t," (",e.length,")"]}),K.jsx("div",{style:{display:"grid",gridTemplateColumns:"repeat(auto-fill, minmax(250px, 1fr))",gap:"8px",maxHeight:r,overflowY:"auto"},children:e.map((a,o)=>K.jsxs("div",{style:{padding:"8px 12px",backgroundColor:"white",borderRadius:"4px",fontSize:"13px",border:"1px solid #e5e7eb"},children:[K.jsx("div",{style:{fontWeight:500,color:i},children:a.eventName}),K.jsx("div",{style:{color:"#6b7280",fontSize:"12px",marginTop:"2px"},children:n(a.timestamp)})]},`${a.timestamp}-${o}`))})]});exports.CAMPAIGN_DATA_MISSING=ws;exports.CAMPAIGN_NOT_APPLICABLE=xs;exports.CAMPAIGN_NO_LST=_s;exports.CATEGORY_LABELS=BY;exports.ChronoChart=SE;exports.ChronoPerspectiveChart=SE;exports.D3StackedAreaChart=OL;exports.DEFAULT_CHART_COLORS=dr;exports.DEFAULT_CHART_CONFIG=tr;exports.DEFAULT_STACKED_AREA_COLORS=Dn;exports.DEFAULT_STACKED_AREA_CONFIG=Et;exports.MEASURE_GRADIENT_COLORS=gs;exports.MODERNE_VULNERABILITY_COLORS=Wa;exports.MorphChart=uE;exports.ParliamentChart=KF;exports.STACKED_AREA_PALETTES=LY;exports.StackedAreaChart=qY;exports.TimelineChart=VY;exports.TimelineSelectedEvents=QY;exports.calculateDataSeries=nC;exports.calculateOptimalArcAngle=Jv;exports.calculateOptimalSeatSize=Qv;
|