@orbcharts/core 3.0.1 → 3.0.3
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/LICENSE +200 -200
- package/dist/orbcharts-core.es.js +2345 -2229
- package/dist/orbcharts-core.umd.js +5 -4
- package/dist/src/{utils → multiValue}/multiValueObservables.d.ts +20 -10
- package/dist/src/utils/errorMessage.d.ts +5 -0
- package/dist/src/utils/index.d.ts +0 -1
- package/dist/src/utils/observables.d.ts +3 -2
- package/dist/src/utils/orbchartsUtils.d.ts +1 -0
- package/lib/core-types.ts +7 -7
- package/package.json +46 -42
- package/src/AbstractChart.ts +57 -57
- package/src/GridChart.ts +24 -24
- package/src/MultiGridChart.ts +24 -24
- package/src/MultiValueChart.ts +24 -24
- package/src/RelationshipChart.ts +24 -24
- package/src/SeriesChart.ts +24 -24
- package/src/TreeChart.ts +24 -24
- package/src/base/createBaseChart.ts +526 -506
- package/src/base/createBasePlugin.ts +154 -154
- package/src/base/validators/chartOptionsValidator.ts +23 -23
- package/src/base/validators/chartParamsValidator.ts +133 -133
- package/src/base/validators/elementValidator.ts +13 -13
- package/src/base/validators/pluginsValidator.ts +14 -14
- package/src/defaults.ts +283 -282
- package/src/defineGridPlugin.ts +3 -3
- package/src/defineMultiGridPlugin.ts +3 -3
- package/src/defineMultiValuePlugin.ts +3 -3
- package/src/defineNoneDataPlugin.ts +4 -4
- package/src/defineRelationshipPlugin.ts +3 -3
- package/src/defineSeriesPlugin.ts +3 -3
- package/src/defineTreePlugin.ts +3 -3
- package/src/grid/computedDataFn.ts +129 -129
- package/src/grid/contextObserverCallback.ts +201 -198
- package/src/grid/dataFormatterValidator.ts +125 -120
- package/src/grid/dataValidator.ts +12 -12
- package/src/{utils → grid}/gridObservables.ts +718 -705
- package/src/index.ts +20 -20
- package/src/multiGrid/computedDataFn.ts +123 -123
- package/src/multiGrid/contextObserverCallback.ts +75 -72
- package/src/multiGrid/dataFormatterValidator.ts +120 -115
- package/src/multiGrid/dataValidator.ts +12 -12
- package/src/{utils → multiGrid}/multiGridObservables.ts +401 -401
- package/src/multiValue/computedDataFn.ts +113 -113
- package/src/multiValue/contextObserverCallback.ts +328 -276
- package/src/multiValue/dataFormatterValidator.ts +94 -89
- package/src/multiValue/dataValidator.ts +12 -12
- package/src/{utils → multiValue}/multiValueObservables.ts +1219 -1044
- package/src/relationship/computedDataFn.ts +159 -159
- package/src/relationship/contextObserverCallback.ts +80 -80
- package/src/relationship/dataFormatterValidator.ts +13 -13
- package/src/relationship/dataValidator.ts +13 -13
- package/src/{utils → relationship}/relationshipObservables.ts +84 -84
- package/src/series/computedDataFn.ts +88 -88
- package/src/series/contextObserverCallback.ts +107 -107
- package/src/series/dataFormatterValidator.ts +46 -41
- package/src/series/dataValidator.ts +12 -12
- package/src/{utils → series}/seriesObservables.ts +175 -175
- package/src/tree/computedDataFn.ts +129 -129
- package/src/tree/contextObserverCallback.ts +58 -58
- package/src/tree/dataFormatterValidator.ts +13 -13
- package/src/tree/dataValidator.ts +13 -13
- package/src/{utils → tree}/treeObservables.ts +105 -105
- package/src/utils/commonUtils.ts +55 -55
- package/src/utils/d3Scale.ts +198 -198
- package/src/utils/errorMessage.ts +43 -42
- package/src/utils/index.ts +4 -10
- package/src/utils/observables.ts +293 -281
- package/src/utils/orbchartsUtils.ts +396 -377
- package/src/utils/validator.ts +126 -126
- package/tsconfig.base.json +13 -13
- package/tsconfig.json +2 -2
- package/vite-env.d.ts +6 -6
- package/vite.config.js +22 -22
- /package/dist/src/{utils → grid}/gridObservables.d.ts +0 -0
- /package/dist/src/{utils → multiGrid}/multiGridObservables.d.ts +0 -0
- /package/dist/src/{utils → relationship}/relationshipObservables.d.ts +0 -0
- /package/dist/src/{utils → series}/seriesObservables.d.ts +0 -0
- /package/dist/src/{utils → tree}/treeObservables.d.ts +0 -0
@@ -1,7 +1,8 @@
|
|
1
|
-
(function(y,st){typeof exports=="object"&&typeof module<"u"?st(exports):typeof define=="function"&&define.amd?define(["exports"],st):(y=typeof globalThis<"u"?globalThis:y||self,st(y["orbcharts-core"]={}))})(this,function(y){"use strict";const st={width:"auto",height:"auto"},Le={top:60,right:60,bottom:60,left:60},Oe={padding:Le,highlightTarget:"datum",highlightDefault:null,colorScheme:"light",colors:{light:{label:["#0088FF","#FF3232","#38BEA8","#6F3BD5","#314285","#42C724","#D52580","#F4721B","#D117EA","#7E7D7D"],primary:"#000000",secondary:"#e0e0e0",labelContrast:["#ffffff","#000000"],background:"#ffffff"},dark:{label:["#4BABFF","#FF6C6C","#7DD3C4","#8E6BC9","#5366AC","#86DC72","#FF72BB","#F9B052","#EF76FF","#C4C4C4"],primary:"#ffffff",secondary:"#e0e0e0",labelContrast:["#ffffff","#000000"],background:"#000000"}},styles:{textSize:"0.875rem",unhighlightedOpacity:.3},transitionDuration:800,transitionEase:"easeCubic"},Yn=800,Gn=500,Gi=[],Ui=[],zi=[],Hi=[],ji=[],Wi={nodes:[],edges:[]},z={position:"left",scaleDomain:["auto","auto"],scaleRange:[0,.9],label:""},Un={position:"bottom",scaleDomain:[0,"max"],scalePadding:.5,label:""},Pe={scaleDomain:["auto","auto"],scaleRange:[0,.9],label:"",valueIndex:0},Nt={gap:120,rowAmount:1,columnAmount:1},Ie={type:"series",visibleFilter:(t,e)=>!0,sort:null,seriesLabels:[],container:{...Nt},separateSeries:!1,sumSeries:!1};Ie.visibleFilter.toString=()=>"(datum, context) => true";const Re={seriesDirection:"row",rowLabels:[],columnLabels:[],valueAxis:{...z},groupAxis:{...Un},separateSeries:!1},Be={type:"grid",visibleFilter:(t,e)=>!0,...Re,container:{...Nt}};Be.visibleFilter.toString=()=>"(datum, context) => true";const Vt={...Re},ke={type:"multiGrid",visibleFilter:(t,e)=>!0,gridList:[{...Vt}],separateGrid:!1,container:{...Nt}};ke.visibleFilter.toString=()=>"(datum, context) => true";const Ne={type:"multiValue",visibleFilter:(t,e)=>!0,categoryLabels:[],valueLabels:[],xAxis:{...Pe,valueIndex:0},yAxis:{...Pe,valueIndex:1},container:{...Nt},separateCategory:!1};Ne.visibleFilter.toString=()=>"(datum, context) => true";const Ve={type:"tree",visibleFilter:(t,e)=>!0,categoryLabels:[]};Ve.visibleFilter.toString=()=>"(datum, context) => true";const Xe={type:"relationship",visibleFilter:(t,e)=>!0,categoryLabels:[]};Xe.visibleFilter.toString=()=>"(datum, context) => true";function U(t){return Object.prototype.toString.call(t)==="[object Object]"}function zn(t){return Object.prototype.toString.call(t)==="[object Function]"}function Hn(t){return!!(t&&t.nodeType)}function ut(t,e){if(U(t)===!1||U(e)===!1)return Object.assign({},e);const n=(r,i)=>{const a=Object.assign({},i);for(let o of Object.keys(r)){if(!(o in i))continue;let s;U(r[o])&&U(i[o])?(s=n(r[o],i[o]),a[o]=s):a[o]=r[o]}return a};return n(t,e)}function qi(t=0){try{let e=t.toString().split(".");return e[0]=e[0].replace(/\B(?=(\d{3})+(?!\d))/g,","),e.join(".")}catch(e){console.error(e)}}function Ji(t,e){const n={string:a=>typeof a=="string",number:a=>typeof a=="number",boolean:a=>typeof a=="boolean",object:a=>U(a),"object[]":a=>Array.isArray(a)&&a.every(o=>U(o)),"string[]":a=>Array.isArray(a)&&a.every(o=>typeof o=="string"),"number[]":a=>Array.isArray(a)&&a.every(o=>typeof o=="number"),Function:a=>zn(a),null:a=>a===null,undefined:a=>a===void 0},r={ColorType:a=>a==="none"||a==="label"||a==="primary"||a==="secondary"||a==="labelContrast"||a==="background"};return Object.keys(t).find(a=>{if(e[a]){const o=e[a],s=t[a];if(o.toBeTypes){if(o.toBeTypes.some(c=>n[c](s))===!1)return!0}else if(o.toBe){const{toBe:u,test:l}=o;if(l(s)===!1)return!0}else if(o.toBeOption){const u=o.toBeOption;if(r[u](s)===!1)return!0}}return!1})}function M(t,e){const n=Ji(t,e);if(n){const r=e[n],i=r.toBeTypes?r.toBeTypes.join(" | "):r.toBe?r.toBe:r.toBeOption?r.toBeOption:"";return{status:"error",columnName:n,expectToBe:i}}else return{status:"success",columnName:"",expectToBe:""}}const Zi=t=>{const e=M(t,{visibleFilter:{toBeTypes:["Function"]},sort:{toBeTypes:["Function","null"]},seriesLabels:{toBeTypes:["string[]"]},container:{toBeTypes:["object"]},separateSeries:{toBeTypes:["boolean"]},sumSeries:{toBeTypes:["boolean"]}});if(t.container){const n=M(t.container,{gap:{toBeTypes:["number"]},rowAmount:{toBeTypes:["number"]},columnAmount:{toBeTypes:["number"]}});if(n.status==="error")return n}return e};function ee(t,e){return t==null||e==null?NaN:t<e?-1:t>e?1:t>=e?0:NaN}function Ki(t,e){return t==null||e==null?NaN:e<t?-1:e>t?1:e>=t?0:NaN}function jn(t){let e,n,r;t.length!==2?(e=ee,n=(s,u)=>ee(t(s),u),r=(s,u)=>t(s)-u):(e=t===ee||t===Ki?t:Qi,n=t,r=t);function i(s,u,l=0,c=s.length){if(l<c){if(e(u,u)!==0)return c;do{const f=l+c>>>1;n(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(e(u,u)!==0)return c;do{const f=l+c>>>1;n(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&&r(s[f-1],u)>-r(s[f],u)?f-1:f}return{left:i,center:o,right:a}}function Qi(){return 0}function ta(t){return t===null?NaN:+t}const Wn=jn(ee).right;jn(ta).center;class qn extends Map{constructor(e,n=ra){if(super(),Object.defineProperties(this,{_intern:{value:new Map},_key:{value:n}}),e!=null)for(const[r,i]of e)this.set(r,i)}get(e){return super.get(Jn(this,e))}has(e){return super.has(Jn(this,e))}set(e,n){return super.set(ea(this,e),n)}delete(e){return super.delete(na(this,e))}}function Jn({_intern:t,_key:e},n){const r=e(n);return t.has(r)?t.get(r):n}function ea({_intern:t,_key:e},n){const r=e(n);return t.has(r)?t.get(r):(t.set(r,n),n)}function na({_intern:t,_key:e},n){const r=e(n);return t.has(r)&&(n=t.get(r),t.delete(r)),n}function ra(t){return t!==null&&typeof t=="object"?t.valueOf():t}const ia=Math.sqrt(50),aa=Math.sqrt(10),oa=Math.sqrt(2);function ne(t,e,n){const r=(e-t)/Math.max(0,n),i=Math.floor(Math.log10(r)),a=r/Math.pow(10,i),o=a>=ia?10:a>=aa?5:a>=oa?2:1;let s,u,l;return i<0?(l=Math.pow(10,-i)/o,s=Math.round(t*l),u=Math.round(e*l),s/l<t&&++s,u/l>e&&--u,l=-l):(l=Math.pow(10,i)*o,s=Math.round(t/l),u=Math.round(e/l),s*l<t&&++s,u*l>e&&--u),u<s&&.5<=n&&n<2?ne(t,e,n*2):[s,u,l]}function sa(t,e,n){if(e=+e,t=+t,n=+n,!(n>0))return[];if(t===e)return[t];const r=e<t,[i,a,o]=r?ne(e,t,n):ne(t,e,n);if(!(a>=i))return[];const s=a-i+1,u=new Array(s);if(r)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 Ye(t,e,n){return e=+e,t=+t,n=+n,ne(t,e,n)[2]}function ua(t,e,n){e=+e,t=+t,n=+n;const r=e<t,i=r?Ye(e,t,n):Ye(t,e,n);return(r?-1:1)*(i<0?1/-i:i)}function la(t,e,n){t=+t,e=+e,n=(i=arguments.length)<2?(e=t,t=0,1):i<3?1:+n;for(var r=-1,i=Math.max(0,Math.ceil((e-t)/n))|0,a=new Array(i);++r<i;)a[r]=t+r*n;return a}var ca={value:()=>{}};function Zn(){for(var t=0,e=arguments.length,n={},r;t<e;++t){if(!(r=arguments[t]+"")||r in n||/[\s.]/.test(r))throw new Error("illegal type: "+r);n[r]=[]}return new re(n)}function re(t){this._=t}function fa(t,e){return t.trim().split(/^|\s+/).map(function(n){var r="",i=n.indexOf(".");if(i>=0&&(r=n.slice(i+1),n=n.slice(0,i)),n&&!e.hasOwnProperty(n))throw new Error("unknown type: "+n);return{type:n,name:r}})}re.prototype=Zn.prototype={constructor:re,on:function(t,e){var n=this._,r=fa(t+"",n),i,a=-1,o=r.length;if(arguments.length<2){for(;++a<o;)if((i=(t=r[a]).type)&&(i=ha(n[i],t.name)))return i;return}if(e!=null&&typeof e!="function")throw new Error("invalid callback: "+e);for(;++a<o;)if(i=(t=r[a]).type)n[i]=Kn(n[i],t.name,e);else if(e==null)for(i in n)n[i]=Kn(n[i],t.name,null);return this},copy:function(){var t={},e=this._;for(var n in e)t[n]=e[n].slice();return new re(t)},call:function(t,e){if((i=arguments.length-2)>0)for(var n=new Array(i),r=0,i,a;r<i;++r)n[r]=arguments[r+2];if(!this._.hasOwnProperty(t))throw new Error("unknown type: "+t);for(a=this._[t],r=0,i=a.length;r<i;++r)a[r].value.apply(e,n)},apply:function(t,e,n){if(!this._.hasOwnProperty(t))throw new Error("unknown type: "+t);for(var r=this._[t],i=0,a=r.length;i<a;++i)r[i].value.apply(e,n)}};function ha(t,e){for(var n=0,r=t.length,i;n<r;++n)if((i=t[n]).name===e)return i.value}function Kn(t,e,n){for(var r=0,i=t.length;r<i;++r)if(t[r].name===e){t[r]=ca,t=t.slice(0,r).concat(t.slice(r+1));break}return n!=null&&t.push({name:e,value:n}),t}var Ge="http://www.w3.org/1999/xhtml";const Qn={svg:"http://www.w3.org/2000/svg",xhtml:Ge,xlink:"http://www.w3.org/1999/xlink",xml:"http://www.w3.org/XML/1998/namespace",xmlns:"http://www.w3.org/2000/xmlns/"};function ie(t){var e=t+="",n=e.indexOf(":");return n>=0&&(e=t.slice(0,n))!=="xmlns"&&(t=t.slice(n+1)),Qn.hasOwnProperty(e)?{space:Qn[e],local:t}:t}function pa(t){return function(){var e=this.ownerDocument,n=this.namespaceURI;return n===Ge&&e.documentElement.namespaceURI===Ge?e.createElement(t):e.createElementNS(n,t)}}function ma(t){return function(){return this.ownerDocument.createElementNS(t.space,t.local)}}function tr(t){var e=ie(t);return(e.local?ma:pa)(e)}function da(){}function Ue(t){return t==null?da:function(){return this.querySelector(t)}}function ga(t){typeof t!="function"&&(t=Ue(t));for(var e=this._groups,n=e.length,r=new Array(n),i=0;i<n;++i)for(var a=e[i],o=a.length,s=r[i]=new Array(o),u,l,c=0;c<o;++c)(u=a[c])&&(l=t.call(u,u.__data__,c,a))&&("__data__"in u&&(l.__data__=u.__data__),s[c]=l);return new j(r,this._parents)}function ya(t){return t==null?[]:Array.isArray(t)?t:Array.from(t)}function va(){return[]}function er(t){return t==null?va:function(){return this.querySelectorAll(t)}}function ba(t){return function(){return ya(t.apply(this,arguments))}}function xa(t){typeof t=="function"?t=ba(t):t=er(t);for(var e=this._groups,n=e.length,r=[],i=[],a=0;a<n;++a)for(var o=e[a],s=o.length,u,l=0;l<s;++l)(u=o[l])&&(r.push(t.call(u,u.__data__,l,o)),i.push(u));return new j(r,i)}function nr(t){return function(){return this.matches(t)}}function rr(t){return function(e){return e.matches(t)}}var Da=Array.prototype.find;function wa(t){return function(){return Da.call(this.children,t)}}function $a(){return this.firstElementChild}function _a(t){return this.select(t==null?$a:wa(typeof t=="function"?t:rr(t)))}var Aa=Array.prototype.filter;function Sa(){return Array.from(this.children)}function Ta(t){return function(){return Aa.call(this.children,t)}}function Ma(t){return this.selectAll(t==null?Sa:Ta(typeof t=="function"?t:rr(t)))}function Ca(t){typeof t!="function"&&(t=nr(t));for(var e=this._groups,n=e.length,r=new Array(n),i=0;i<n;++i)for(var a=e[i],o=a.length,s=r[i]=[],u,l=0;l<o;++l)(u=a[l])&&t.call(u,u.__data__,l,a)&&s.push(u);return new j(r,this._parents)}function ir(t){return new Array(t.length)}function Fa(){return new j(this._enter||this._groups.map(ir),this._parents)}function ae(t,e){this.ownerDocument=t.ownerDocument,this.namespaceURI=t.namespaceURI,this._next=null,this._parent=t,this.__data__=e}ae.prototype={constructor:ae,appendChild:function(t){return this._parent.insertBefore(t,this._next)},insertBefore:function(t,e){return this._parent.insertBefore(t,e)},querySelector:function(t){return this._parent.querySelector(t)},querySelectorAll:function(t){return this._parent.querySelectorAll(t)}};function Ea(t){return function(){return t}}function La(t,e,n,r,i,a){for(var o=0,s,u=e.length,l=a.length;o<l;++o)(s=e[o])?(s.__data__=a[o],r[o]=s):n[o]=new ae(t,a[o]);for(;o<u;++o)(s=e[o])&&(i[o]=s)}function Oa(t,e,n,r,i,a,o){var s,u,l=new Map,c=e.length,f=a.length,h=new Array(c),p;for(s=0;s<c;++s)(u=e[s])&&(h[s]=p=o.call(u,u.__data__,s,e)+"",l.has(p)?i[s]=u:l.set(p,u));for(s=0;s<f;++s)p=o.call(t,a[s],s,a)+"",(u=l.get(p))?(r[s]=u,u.__data__=a[s],l.delete(p)):n[s]=new ae(t,a[s]);for(s=0;s<c;++s)(u=e[s])&&l.get(h[s])===u&&(i[s]=u)}function Pa(t){return t.__data__}function Ia(t,e){if(!arguments.length)return Array.from(this,Pa);var n=e?Oa:La,r=this._parents,i=this._groups;typeof t!="function"&&(t=Ea(t));for(var a=i.length,o=new Array(a),s=new Array(a),u=new Array(a),l=0;l<a;++l){var c=r[l],f=i[l],h=f.length,p=Ra(t.call(c,c&&c.__data__,l,r)),m=p.length,d=s[l]=new Array(m),x=o[l]=new Array(m),w=u[l]=new Array(h);n(c,f,d,x,w,p,e);for(var A=0,_=0,L,S;A<m;++A)if(L=d[A]){for(A>=_&&(_=A+1);!(S=x[_])&&++_<m;);L._next=S||null}}return o=new j(o,r),o._enter=s,o._exit=u,o}function Ra(t){return typeof t=="object"&&"length"in t?t:Array.from(t)}function Ba(){return new j(this._exit||this._groups.map(ir),this._parents)}function ka(t,e,n){var r=this.enter(),i=this,a=this.exit();return typeof t=="function"?(r=t(r),r&&(r=r.selection())):r=r.append(t+""),e!=null&&(i=e(i),i&&(i=i.selection())),n==null?a.remove():n(a),r&&i?r.merge(i).order():i}function Na(t){for(var e=t.selection?t.selection():t,n=this._groups,r=e._groups,i=n.length,a=r.length,o=Math.min(i,a),s=new Array(i),u=0;u<o;++u)for(var l=n[u],c=r[u],f=l.length,h=s[u]=new Array(f),p,m=0;m<f;++m)(p=l[m]||c[m])&&(h[m]=p);for(;u<i;++u)s[u]=n[u];return new j(s,this._parents)}function Va(){for(var t=this._groups,e=-1,n=t.length;++e<n;)for(var r=t[e],i=r.length-1,a=r[i],o;--i>=0;)(o=r[i])&&(a&&o.compareDocumentPosition(a)^4&&a.parentNode.insertBefore(o,a),a=o);return this}function Xa(t){t||(t=Ya);function e(f,h){return f&&h?t(f.__data__,h.__data__):!f-!h}for(var n=this._groups,r=n.length,i=new Array(r),a=0;a<r;++a){for(var o=n[a],s=o.length,u=i[a]=new Array(s),l,c=0;c<s;++c)(l=o[c])&&(u[c]=l);u.sort(e)}return new j(i,this._parents).order()}function Ya(t,e){return t<e?-1:t>e?1:t>=e?0:NaN}function Ga(){var t=arguments[0];return arguments[0]=this,t.apply(null,arguments),this}function Ua(){return Array.from(this)}function za(){for(var t=this._groups,e=0,n=t.length;e<n;++e)for(var r=t[e],i=0,a=r.length;i<a;++i){var o=r[i];if(o)return o}return null}function Ha(){let t=0;for(const e of this)++t;return t}function ja(){return!this.node()}function Wa(t){for(var e=this._groups,n=0,r=e.length;n<r;++n)for(var i=e[n],a=0,o=i.length,s;a<o;++a)(s=i[a])&&t.call(s,s.__data__,a,i);return this}function qa(t){return function(){this.removeAttribute(t)}}function Ja(t){return function(){this.removeAttributeNS(t.space,t.local)}}function Za(t,e){return function(){this.setAttribute(t,e)}}function Ka(t,e){return function(){this.setAttributeNS(t.space,t.local,e)}}function Qa(t,e){return function(){var n=e.apply(this,arguments);n==null?this.removeAttribute(t):this.setAttribute(t,n)}}function to(t,e){return function(){var n=e.apply(this,arguments);n==null?this.removeAttributeNS(t.space,t.local):this.setAttributeNS(t.space,t.local,n)}}function eo(t,e){var n=ie(t);if(arguments.length<2){var r=this.node();return n.local?r.getAttributeNS(n.space,n.local):r.getAttribute(n)}return this.each((e==null?n.local?Ja:qa:typeof e=="function"?n.local?to:Qa:n.local?Ka:Za)(n,e))}function ar(t){return t.ownerDocument&&t.ownerDocument.defaultView||t.document&&t||t.defaultView}function no(t){return function(){this.style.removeProperty(t)}}function ro(t,e,n){return function(){this.style.setProperty(t,e,n)}}function io(t,e,n){return function(){var r=e.apply(this,arguments);r==null?this.style.removeProperty(t):this.style.setProperty(t,r,n)}}function ao(t,e,n){return arguments.length>1?this.each((e==null?no:typeof e=="function"?io:ro)(t,e,n??"")):St(this.node(),t)}function St(t,e){return t.style.getPropertyValue(e)||ar(t).getComputedStyle(t,null).getPropertyValue(e)}function oo(t){return function(){delete this[t]}}function so(t,e){return function(){this[t]=e}}function uo(t,e){return function(){var n=e.apply(this,arguments);n==null?delete this[t]:this[t]=n}}function lo(t,e){return arguments.length>1?this.each((e==null?oo:typeof e=="function"?uo:so)(t,e)):this.node()[t]}function or(t){return t.trim().split(/^|\s+/)}function ze(t){return t.classList||new sr(t)}function sr(t){this._node=t,this._names=or(t.getAttribute("class")||"")}sr.prototype={add:function(t){var e=this._names.indexOf(t);e<0&&(this._names.push(t),this._node.setAttribute("class",this._names.join(" ")))},remove:function(t){var e=this._names.indexOf(t);e>=0&&(this._names.splice(e,1),this._node.setAttribute("class",this._names.join(" ")))},contains:function(t){return this._names.indexOf(t)>=0}};function ur(t,e){for(var n=ze(t),r=-1,i=e.length;++r<i;)n.add(e[r])}function lr(t,e){for(var n=ze(t),r=-1,i=e.length;++r<i;)n.remove(e[r])}function co(t){return function(){ur(this,t)}}function fo(t){return function(){lr(this,t)}}function ho(t,e){return function(){(e.apply(this,arguments)?ur:lr)(this,t)}}function po(t,e){var n=or(t+"");if(arguments.length<2){for(var r=ze(this.node()),i=-1,a=n.length;++i<a;)if(!r.contains(n[i]))return!1;return!0}return this.each((typeof e=="function"?ho:e?co:fo)(n,e))}function mo(){this.textContent=""}function go(t){return function(){this.textContent=t}}function yo(t){return function(){var e=t.apply(this,arguments);this.textContent=e??""}}function vo(t){return arguments.length?this.each(t==null?mo:(typeof t=="function"?yo:go)(t)):this.node().textContent}function bo(){this.innerHTML=""}function xo(t){return function(){this.innerHTML=t}}function Do(t){return function(){var e=t.apply(this,arguments);this.innerHTML=e??""}}function wo(t){return arguments.length?this.each(t==null?bo:(typeof t=="function"?Do:xo)(t)):this.node().innerHTML}function $o(){this.nextSibling&&this.parentNode.appendChild(this)}function _o(){return this.each($o)}function Ao(){this.previousSibling&&this.parentNode.insertBefore(this,this.parentNode.firstChild)}function So(){return this.each(Ao)}function To(t){var e=typeof t=="function"?t:tr(t);return this.select(function(){return this.appendChild(e.apply(this,arguments))})}function Mo(){return null}function Co(t,e){var n=typeof t=="function"?t:tr(t),r=e==null?Mo:typeof e=="function"?e:Ue(e);return this.select(function(){return this.insertBefore(n.apply(this,arguments),r.apply(this,arguments)||null)})}function Fo(){var t=this.parentNode;t&&t.removeChild(this)}function Eo(){return this.each(Fo)}function Lo(){var t=this.cloneNode(!1),e=this.parentNode;return e?e.insertBefore(t,this.nextSibling):t}function Oo(){var t=this.cloneNode(!0),e=this.parentNode;return e?e.insertBefore(t,this.nextSibling):t}function Po(t){return this.select(t?Oo:Lo)}function Io(t){return arguments.length?this.property("__data__",t):this.node().__data__}function Ro(t){return function(e){t.call(this,e,this.__data__)}}function Bo(t){return t.trim().split(/^|\s+/).map(function(e){var n="",r=e.indexOf(".");return r>=0&&(n=e.slice(r+1),e=e.slice(0,r)),{type:e,name:n}})}function ko(t){return function(){var e=this.__on;if(e){for(var n=0,r=-1,i=e.length,a;n<i;++n)a=e[n],(!t.type||a.type===t.type)&&a.name===t.name?this.removeEventListener(a.type,a.listener,a.options):e[++r]=a;++r?e.length=r:delete this.__on}}}function No(t,e,n){return function(){var r=this.__on,i,a=Ro(e);if(r){for(var o=0,s=r.length;o<s;++o)if((i=r[o]).type===t.type&&i.name===t.name){this.removeEventListener(i.type,i.listener,i.options),this.addEventListener(i.type,i.listener=a,i.options=n),i.value=e;return}}this.addEventListener(t.type,a,n),i={type:t.type,name:t.name,value:e,listener:a,options:n},r?r.push(i):this.__on=[i]}}function Vo(t,e,n){var r=Bo(t+""),i,a=r.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=r[i]).type===c.type&&o.name===c.name)return c.value}return}for(s=e?No:ko,i=0;i<a;++i)this.each(s(r[i],e,n));return this}function cr(t,e,n){var r=ar(t),i=r.CustomEvent;typeof i=="function"?i=new i(e,n):(i=r.document.createEvent("Event"),n?(i.initEvent(e,n.bubbles,n.cancelable),i.detail=n.detail):i.initEvent(e,!1,!1)),t.dispatchEvent(i)}function Xo(t,e){return function(){return cr(this,t,e)}}function Yo(t,e){return function(){return cr(this,t,e.apply(this,arguments))}}function Go(t,e){return this.each((typeof e=="function"?Yo:Xo)(t,e))}function*Uo(){for(var t=this._groups,e=0,n=t.length;e<n;++e)for(var r=t[e],i=0,a=r.length,o;i<a;++i)(o=r[i])&&(yield o)}var fr=[null];function j(t,e){this._groups=t,this._parents=e}function Xt(){return new j([[document.documentElement]],fr)}function zo(){return this}j.prototype=Xt.prototype={constructor:j,select:ga,selectAll:xa,selectChild:_a,selectChildren:Ma,filter:Ca,data:Ia,enter:Fa,exit:Ba,join:ka,merge:Na,selection:zo,order:Va,sort:Xa,call:Ga,nodes:Ua,node:za,size:Ha,empty:ja,each:Wa,attr:eo,style:ao,property:lo,classed:po,text:vo,html:wo,raise:_o,lower:So,append:To,insert:Co,remove:Eo,clone:Po,datum:Io,on:Vo,dispatch:Go,[Symbol.iterator]:Uo};function oe(t){return typeof t=="string"?new j([[document.querySelector(t)]],[document.documentElement]):new j([[t]],fr)}function He(t,e,n){t.prototype=e.prototype=n,n.constructor=t}function hr(t,e){var n=Object.create(t.prototype);for(var r in e)n[r]=e[r];return n}function Yt(){}var Gt=.7,se=1/Gt,Tt="\\s*([+-]?\\d+)\\s*",Ut="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)\\s*",tt="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)%\\s*",Ho=/^#([0-9a-f]{3,8})$/,jo=new RegExp(`^rgb\\(${Tt},${Tt},${Tt}\\)$`),Wo=new RegExp(`^rgb\\(${tt},${tt},${tt}\\)$`),qo=new RegExp(`^rgba\\(${Tt},${Tt},${Tt},${Ut}\\)$`),Jo=new RegExp(`^rgba\\(${tt},${tt},${tt},${Ut}\\)$`),Zo=new RegExp(`^hsl\\(${Ut},${tt},${tt}\\)$`),Ko=new RegExp(`^hsla\\(${Ut},${tt},${tt},${Ut}\\)$`),pr={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};He(Yt,yt,{copy(t){return Object.assign(new this.constructor,this,t)},displayable(){return this.rgb().displayable()},hex:mr,formatHex:mr,formatHex8:Qo,formatHsl:ts,formatRgb:dr,toString:dr});function mr(){return this.rgb().formatHex()}function Qo(){return this.rgb().formatHex8()}function ts(){return xr(this).formatHsl()}function dr(){return this.rgb().formatRgb()}function yt(t){var e,n;return t=(t+"").trim().toLowerCase(),(e=Ho.exec(t))?(n=e[1].length,e=parseInt(e[1],16),n===6?gr(e):n===3?new H(e>>8&15|e>>4&240,e>>4&15|e&240,(e&15)<<4|e&15,1):n===8?ue(e>>24&255,e>>16&255,e>>8&255,(e&255)/255):n===4?ue(e>>12&15|e>>8&240,e>>8&15|e>>4&240,e>>4&15|e&240,((e&15)<<4|e&15)/255):null):(e=jo.exec(t))?new H(e[1],e[2],e[3],1):(e=Wo.exec(t))?new H(e[1]*255/100,e[2]*255/100,e[3]*255/100,1):(e=qo.exec(t))?ue(e[1],e[2],e[3],e[4]):(e=Jo.exec(t))?ue(e[1]*255/100,e[2]*255/100,e[3]*255/100,e[4]):(e=Zo.exec(t))?br(e[1],e[2]/100,e[3]/100,1):(e=Ko.exec(t))?br(e[1],e[2]/100,e[3]/100,e[4]):pr.hasOwnProperty(t)?gr(pr[t]):t==="transparent"?new H(NaN,NaN,NaN,0):null}function gr(t){return new H(t>>16&255,t>>8&255,t&255,1)}function ue(t,e,n,r){return r<=0&&(t=e=n=NaN),new H(t,e,n,r)}function es(t){return t instanceof Yt||(t=yt(t)),t?(t=t.rgb(),new H(t.r,t.g,t.b,t.opacity)):new H}function je(t,e,n,r){return arguments.length===1?es(t):new H(t,e,n,r??1)}function H(t,e,n,r){this.r=+t,this.g=+e,this.b=+n,this.opacity=+r}He(H,je,hr(Yt,{brighter(t){return t=t==null?se:Math.pow(se,t),new H(this.r*t,this.g*t,this.b*t,this.opacity)},darker(t){return t=t==null?Gt:Math.pow(Gt,t),new H(this.r*t,this.g*t,this.b*t,this.opacity)},rgb(){return this},clamp(){return new H(vt(this.r),vt(this.g),vt(this.b),le(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:yr,formatHex:yr,formatHex8:ns,formatRgb:vr,toString:vr}));function yr(){return`#${bt(this.r)}${bt(this.g)}${bt(this.b)}`}function ns(){return`#${bt(this.r)}${bt(this.g)}${bt(this.b)}${bt((isNaN(this.opacity)?1:this.opacity)*255)}`}function vr(){const t=le(this.opacity);return`${t===1?"rgb(":"rgba("}${vt(this.r)}, ${vt(this.g)}, ${vt(this.b)}${t===1?")":`, ${t})`}`}function le(t){return isNaN(t)?1:Math.max(0,Math.min(1,t))}function vt(t){return Math.max(0,Math.min(255,Math.round(t)||0))}function bt(t){return t=vt(t),(t<16?"0":"")+t.toString(16)}function br(t,e,n,r){return r<=0?t=e=n=NaN:n<=0||n>=1?t=e=NaN:e<=0&&(t=NaN),new J(t,e,n,r)}function xr(t){if(t instanceof J)return new J(t.h,t.s,t.l,t.opacity);if(t instanceof Yt||(t=yt(t)),!t)return new J;if(t instanceof J)return t;t=t.rgb();var e=t.r/255,n=t.g/255,r=t.b/255,i=Math.min(e,n,r),a=Math.max(e,n,r),o=NaN,s=a-i,u=(a+i)/2;return s?(e===a?o=(n-r)/s+(n<r)*6:n===a?o=(r-e)/s+2:o=(e-n)/s+4,s/=u<.5?a+i:2-a-i,o*=60):s=u>0&&u<1?0:o,new J(o,s,u,t.opacity)}function rs(t,e,n,r){return arguments.length===1?xr(t):new J(t,e,n,r??1)}function J(t,e,n,r){this.h=+t,this.s=+e,this.l=+n,this.opacity=+r}He(J,rs,hr(Yt,{brighter(t){return t=t==null?se:Math.pow(se,t),new J(this.h,this.s,this.l*t,this.opacity)},darker(t){return t=t==null?Gt:Math.pow(Gt,t),new J(this.h,this.s,this.l*t,this.opacity)},rgb(){var t=this.h%360+(this.h<0)*360,e=isNaN(t)||isNaN(this.s)?0:this.s,n=this.l,r=n+(n<.5?n:1-n)*e,i=2*n-r;return new H(We(t>=240?t-240:t+120,i,r),We(t,i,r),We(t<120?t+240:t-120,i,r),this.opacity)},clamp(){return new J(Dr(this.h),ce(this.s),ce(this.l),le(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 t=le(this.opacity);return`${t===1?"hsl(":"hsla("}${Dr(this.h)}, ${ce(this.s)*100}%, ${ce(this.l)*100}%${t===1?")":`, ${t})`}`}}));function Dr(t){return t=(t||0)%360,t<0?t+360:t}function ce(t){return Math.max(0,Math.min(1,t||0))}function We(t,e,n){return(t<60?e+(n-e)*t/60:t<180?n:t<240?e+(n-e)*(240-t)/60:e)*255}const qe=t=>()=>t;function is(t,e){return function(n){return t+n*e}}function as(t,e,n){return t=Math.pow(t,n),e=Math.pow(e,n)-t,n=1/n,function(r){return Math.pow(t+r*e,n)}}function os(t){return(t=+t)==1?wr:function(e,n){return n-e?as(e,n,t):qe(isNaN(e)?n:e)}}function wr(t,e){var n=e-t;return n?is(t,n):qe(isNaN(t)?e:t)}const fe=function t(e){var n=os(e);function r(i,a){var o=n((i=je(i)).r,(a=je(a)).r),s=n(i.g,a.g),u=n(i.b,a.b),l=wr(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 r.gamma=t,r}(1);function ss(t,e){e||(e=[]);var n=t?Math.min(e.length,t.length):0,r=e.slice(),i;return function(a){for(i=0;i<n;++i)r[i]=t[i]*(1-a)+e[i]*a;return r}}function us(t){return ArrayBuffer.isView(t)&&!(t instanceof DataView)}function ls(t,e){var n=e?e.length:0,r=t?Math.min(n,t.length):0,i=new Array(r),a=new Array(n),o;for(o=0;o<r;++o)i[o]=Ke(t[o],e[o]);for(;o<n;++o)a[o]=e[o];return function(s){for(o=0;o<r;++o)a[o]=i[o](s);return a}}function cs(t,e){var n=new Date;return t=+t,e=+e,function(r){return n.setTime(t*(1-r)+e*r),n}}function Z(t,e){return t=+t,e=+e,function(n){return t*(1-n)+e*n}}function fs(t,e){var n={},r={},i;(t===null||typeof t!="object")&&(t={}),(e===null||typeof e!="object")&&(e={});for(i in e)i in t?n[i]=Ke(t[i],e[i]):r[i]=e[i];return function(a){for(i in n)r[i]=n[i](a);return r}}var Je=/[-+]?(?:\d+\.?\d*|\.?\d+)(?:[eE][-+]?\d+)?/g,Ze=new RegExp(Je.source,"g");function hs(t){return function(){return t}}function ps(t){return function(e){return t(e)+""}}function $r(t,e){var n=Je.lastIndex=Ze.lastIndex=0,r,i,a,o=-1,s=[],u=[];for(t=t+"",e=e+"";(r=Je.exec(t))&&(i=Ze.exec(e));)(a=i.index)>n&&(a=e.slice(n,a),s[o]?s[o]+=a:s[++o]=a),(r=r[0])===(i=i[0])?s[o]?s[o]+=i:s[++o]=i:(s[++o]=null,u.push({i:o,x:Z(r,i)})),n=Ze.lastIndex;return n<e.length&&(a=e.slice(n),s[o]?s[o]+=a:s[++o]=a),s.length<2?u[0]?ps(u[0].x):hs(e):(e=u.length,function(l){for(var c=0,f;c<e;++c)s[(f=u[c]).i]=f.x(l);return s.join("")})}function Ke(t,e){var n=typeof e,r;return e==null||n==="boolean"?qe(e):(n==="number"?Z:n==="string"?(r=yt(e))?(e=r,fe):$r:e instanceof yt?fe:e instanceof Date?cs:us(e)?ss:Array.isArray(e)?ls:typeof e.valueOf!="function"&&typeof e.toString!="function"||isNaN(e)?fs:Z)(t,e)}function ms(t,e){return t=+t,e=+e,function(n){return Math.round(t*(1-n)+e*n)}}var _r=180/Math.PI,Qe={translateX:0,translateY:0,rotate:0,skewX:0,scaleX:1,scaleY:1};function Ar(t,e,n,r,i,a){var o,s,u;return(o=Math.sqrt(t*t+e*e))&&(t/=o,e/=o),(u=t*n+e*r)&&(n-=t*u,r-=e*u),(s=Math.sqrt(n*n+r*r))&&(n/=s,r/=s,u/=s),t*r<e*n&&(t=-t,e=-e,u=-u,o=-o),{translateX:i,translateY:a,rotate:Math.atan2(e,t)*_r,skewX:Math.atan(u)*_r,scaleX:o,scaleY:s}}var he;function ds(t){const e=new(typeof DOMMatrix=="function"?DOMMatrix:WebKitCSSMatrix)(t+"");return e.isIdentity?Qe:Ar(e.a,e.b,e.c,e.d,e.e,e.f)}function gs(t){return t==null||(he||(he=document.createElementNS("http://www.w3.org/2000/svg","g")),he.setAttribute("transform",t),!(t=he.transform.baseVal.consolidate()))?Qe:(t=t.matrix,Ar(t.a,t.b,t.c,t.d,t.e,t.f))}function Sr(t,e,n,r){function i(l){return l.length?l.pop()+" ":""}function a(l,c,f,h,p,m){if(l!==f||c!==h){var d=p.push("translate(",null,e,null,n);m.push({i:d-4,x:Z(l,f)},{i:d-2,x:Z(c,h)})}else(f||h)&&p.push("translate("+f+e+h+n)}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,r)-2,x:Z(l,c)})):c&&f.push(i(f)+"rotate("+c+r)}function s(l,c,f,h){l!==c?h.push({i:f.push(i(f)+"skewX(",null,r)-2,x:Z(l,c)}):c&&f.push(i(f)+"skewX("+c+r)}function u(l,c,f,h,p,m){if(l!==f||c!==h){var d=p.push(i(p)+"scale(",null,",",null,")");m.push({i:d-4,x:Z(l,f)},{i:d-2,x:Z(c,h)})}else(f!==1||h!==1)&&p.push(i(p)+"scale("+f+","+h+")")}return function(l,c){var f=[],h=[];return l=t(l),c=t(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 m=-1,d=h.length,x;++m<d;)f[(x=h[m]).i]=x.x(p);return f.join("")}}}var ys=Sr(ds,"px, ","px)","deg)"),vs=Sr(gs,", ",")",")"),Mt=0,zt=0,Ht=0,Tr=1e3,pe,jt,me=0,xt=0,de=0,Wt=typeof performance=="object"&&performance.now?performance:Date,Mr=typeof window=="object"&&window.requestAnimationFrame?window.requestAnimationFrame.bind(window):function(t){setTimeout(t,17)};function tn(){return xt||(Mr(bs),xt=Wt.now()+de)}function bs(){xt=0}function ge(){this._call=this._time=this._next=null}ge.prototype=Cr.prototype={constructor:ge,restart:function(t,e,n){if(typeof t!="function")throw new TypeError("callback is not a function");n=(n==null?tn():+n)+(e==null?0:+e),!this._next&&jt!==this&&(jt?jt._next=this:pe=this,jt=this),this._call=t,this._time=n,en()},stop:function(){this._call&&(this._call=null,this._time=1/0,en())}};function Cr(t,e,n){var r=new ge;return r.restart(t,e,n),r}function xs(){tn(),++Mt;for(var t=pe,e;t;)(e=xt-t._time)>=0&&t._call.call(void 0,e),t=t._next;--Mt}function Fr(){xt=(me=Wt.now())+de,Mt=zt=0;try{xs()}finally{Mt=0,ws(),xt=0}}function Ds(){var t=Wt.now(),e=t-me;e>Tr&&(de-=e,me=t)}function ws(){for(var t,e=pe,n,r=1/0;e;)e._call?(r>e._time&&(r=e._time),t=e,e=e._next):(n=e._next,e._next=null,e=t?t._next=n:pe=n);jt=t,en(r)}function en(t){if(!Mt){zt&&(zt=clearTimeout(zt));var e=t-xt;e>24?(t<1/0&&(zt=setTimeout(Fr,t-Wt.now()-de)),Ht&&(Ht=clearInterval(Ht))):(Ht||(me=Wt.now(),Ht=setInterval(Ds,Tr)),Mt=1,Mr(Fr))}}function Er(t,e,n){var r=new ge;return e=e==null?0:+e,r.restart(i=>{r.stop(),t(i+e)},e,n),r}var $s=Zn("start","end","cancel","interrupt"),_s=[],Lr=0,Or=1,nn=2,ye=3,Pr=4,rn=5,ve=6;function be(t,e,n,r,i,a){var o=t.__transition;if(!o)t.__transition={};else if(n in o)return;As(t,n,{name:e,index:r,group:i,on:$s,tween:_s,time:a.time,delay:a.delay,duration:a.duration,ease:a.ease,timer:null,state:Lr})}function an(t,e){var n=K(t,e);if(n.state>Lr)throw new Error("too late; already scheduled");return n}function et(t,e){var n=K(t,e);if(n.state>ye)throw new Error("too late; already running");return n}function K(t,e){var n=t.__transition;if(!n||!(n=n[e]))throw new Error("transition not found");return n}function As(t,e,n){var r=t.__transition,i;r[e]=n,n.timer=Cr(a,0,n.time);function a(l){n.state=Or,n.timer.restart(o,n.delay,n.time),n.delay<=l&&o(l-n.delay)}function o(l){var c,f,h,p;if(n.state!==Or)return u();for(c in r)if(p=r[c],p.name===n.name){if(p.state===ye)return Er(o);p.state===Pr?(p.state=ve,p.timer.stop(),p.on.call("interrupt",t,t.__data__,p.index,p.group),delete r[c]):+c<e&&(p.state=ve,p.timer.stop(),p.on.call("cancel",t,t.__data__,p.index,p.group),delete r[c])}if(Er(function(){n.state===ye&&(n.state=Pr,n.timer.restart(s,n.delay,n.time),s(l))}),n.state=nn,n.on.call("start",t,t.__data__,n.index,n.group),n.state===nn){for(n.state=ye,i=new Array(h=n.tween.length),c=0,f=-1;c<h;++c)(p=n.tween[c].value.call(t,t.__data__,n.index,n.group))&&(i[++f]=p);i.length=f+1}}function s(l){for(var c=l<n.duration?n.ease.call(null,l/n.duration):(n.timer.restart(u),n.state=rn,1),f=-1,h=i.length;++f<h;)i[f].call(t,c);n.state===rn&&(n.on.call("end",t,t.__data__,n.index,n.group),u())}function u(){n.state=ve,n.timer.stop(),delete r[e];for(var l in r)return;delete t.__transition}}function Ss(t,e){var n=t.__transition,r,i,a=!0,o;if(n){e=e==null?null:e+"";for(o in n){if((r=n[o]).name!==e){a=!1;continue}i=r.state>nn&&r.state<rn,r.state=ve,r.timer.stop(),r.on.call(i?"interrupt":"cancel",t,t.__data__,r.index,r.group),delete n[o]}a&&delete t.__transition}}function Ts(t){return this.each(function(){Ss(this,t)})}function Ms(t,e){var n,r;return function(){var i=et(this,t),a=i.tween;if(a!==n){r=n=a;for(var o=0,s=r.length;o<s;++o)if(r[o].name===e){r=r.slice(),r.splice(o,1);break}}i.tween=r}}function Cs(t,e,n){var r,i;if(typeof n!="function")throw new Error;return function(){var a=et(this,t),o=a.tween;if(o!==r){i=(r=o).slice();for(var s={name:e,value:n},u=0,l=i.length;u<l;++u)if(i[u].name===e){i[u]=s;break}u===l&&i.push(s)}a.tween=i}}function Fs(t,e){var n=this._id;if(t+="",arguments.length<2){for(var r=K(this.node(),n).tween,i=0,a=r.length,o;i<a;++i)if((o=r[i]).name===t)return o.value;return null}return this.each((e==null?Ms:Cs)(n,t,e))}function on(t,e,n){var r=t._id;return t.each(function(){var i=et(this,r);(i.value||(i.value={}))[e]=n.apply(this,arguments)}),function(i){return K(i,r).value[e]}}function Ir(t,e){var n;return(typeof e=="number"?Z:e instanceof yt?fe:(n=yt(e))?(e=n,fe):$r)(t,e)}function Es(t){return function(){this.removeAttribute(t)}}function Ls(t){return function(){this.removeAttributeNS(t.space,t.local)}}function Os(t,e,n){var r,i=n+"",a;return function(){var o=this.getAttribute(t);return o===i?null:o===r?a:a=e(r=o,n)}}function Ps(t,e,n){var r,i=n+"",a;return function(){var o=this.getAttributeNS(t.space,t.local);return o===i?null:o===r?a:a=e(r=o,n)}}function Is(t,e,n){var r,i,a;return function(){var o,s=n(this),u;return s==null?void this.removeAttribute(t):(o=this.getAttribute(t),u=s+"",o===u?null:o===r&&u===i?a:(i=u,a=e(r=o,s)))}}function Rs(t,e,n){var r,i,a;return function(){var o,s=n(this),u;return s==null?void this.removeAttributeNS(t.space,t.local):(o=this.getAttributeNS(t.space,t.local),u=s+"",o===u?null:o===r&&u===i?a:(i=u,a=e(r=o,s)))}}function Bs(t,e){var n=ie(t),r=n==="transform"?vs:Ir;return this.attrTween(t,typeof e=="function"?(n.local?Rs:Is)(n,r,on(this,"attr."+t,e)):e==null?(n.local?Ls:Es)(n):(n.local?Ps:Os)(n,r,e))}function ks(t,e){return function(n){this.setAttribute(t,e.call(this,n))}}function Ns(t,e){return function(n){this.setAttributeNS(t.space,t.local,e.call(this,n))}}function Vs(t,e){var n,r;function i(){var a=e.apply(this,arguments);return a!==r&&(n=(r=a)&&Ns(t,a)),n}return i._value=e,i}function Xs(t,e){var n,r;function i(){var a=e.apply(this,arguments);return a!==r&&(n=(r=a)&&ks(t,a)),n}return i._value=e,i}function Ys(t,e){var n="attr."+t;if(arguments.length<2)return(n=this.tween(n))&&n._value;if(e==null)return this.tween(n,null);if(typeof e!="function")throw new Error;var r=ie(t);return this.tween(n,(r.local?Vs:Xs)(r,e))}function Gs(t,e){return function(){an(this,t).delay=+e.apply(this,arguments)}}function Us(t,e){return e=+e,function(){an(this,t).delay=e}}function zs(t){var e=this._id;return arguments.length?this.each((typeof t=="function"?Gs:Us)(e,t)):K(this.node(),e).delay}function Hs(t,e){return function(){et(this,t).duration=+e.apply(this,arguments)}}function js(t,e){return e=+e,function(){et(this,t).duration=e}}function Ws(t){var e=this._id;return arguments.length?this.each((typeof t=="function"?Hs:js)(e,t)):K(this.node(),e).duration}function qs(t,e){if(typeof e!="function")throw new Error;return function(){et(this,t).ease=e}}function Js(t){var e=this._id;return arguments.length?this.each(qs(e,t)):K(this.node(),e).ease}function Zs(t,e){return function(){var n=e.apply(this,arguments);if(typeof n!="function")throw new Error;et(this,t).ease=n}}function Ks(t){if(typeof t!="function")throw new Error;return this.each(Zs(this._id,t))}function Qs(t){typeof t!="function"&&(t=nr(t));for(var e=this._groups,n=e.length,r=new Array(n),i=0;i<n;++i)for(var a=e[i],o=a.length,s=r[i]=[],u,l=0;l<o;++l)(u=a[l])&&t.call(u,u.__data__,l,a)&&s.push(u);return new it(r,this._parents,this._name,this._id)}function tu(t){if(t._id!==this._id)throw new Error;for(var e=this._groups,n=t._groups,r=e.length,i=n.length,a=Math.min(r,i),o=new Array(r),s=0;s<a;++s)for(var u=e[s],l=n[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<r;++s)o[s]=e[s];return new it(o,this._parents,this._name,this._id)}function eu(t){return(t+"").trim().split(/^|\s+/).every(function(e){var n=e.indexOf(".");return n>=0&&(e=e.slice(0,n)),!e||e==="start"})}function nu(t,e,n){var r,i,a=eu(e)?an:et;return function(){var o=a(this,t),s=o.on;s!==r&&(i=(r=s).copy()).on(e,n),o.on=i}}function ru(t,e){var n=this._id;return arguments.length<2?K(this.node(),n).on.on(t):this.each(nu(n,t,e))}function iu(t){return function(){var e=this.parentNode;for(var n in this.__transition)if(+n!==t)return;e&&e.removeChild(this)}}function au(){return this.on("end.remove",iu(this._id))}function ou(t){var e=this._name,n=this._id;typeof t!="function"&&(t=Ue(t));for(var r=this._groups,i=r.length,a=new Array(i),o=0;o<i;++o)for(var s=r[o],u=s.length,l=a[o]=new Array(u),c,f,h=0;h<u;++h)(c=s[h])&&(f=t.call(c,c.__data__,h,s))&&("__data__"in c&&(f.__data__=c.__data__),l[h]=f,be(l[h],e,n,h,l,K(c,n)));return new it(a,this._parents,e,n)}function su(t){var e=this._name,n=this._id;typeof t!="function"&&(t=er(t));for(var r=this._groups,i=r.length,a=[],o=[],s=0;s<i;++s)for(var u=r[s],l=u.length,c,f=0;f<l;++f)if(c=u[f]){for(var h=t.call(c,c.__data__,f,u),p,m=K(c,n),d=0,x=h.length;d<x;++d)(p=h[d])&&be(p,e,n,d,h,m);a.push(h),o.push(c)}return new it(a,o,e,n)}var uu=Xt.prototype.constructor;function lu(){return new uu(this._groups,this._parents)}function cu(t,e){var n,r,i;return function(){var a=St(this,t),o=(this.style.removeProperty(t),St(this,t));return a===o?null:a===n&&o===r?i:i=e(n=a,r=o)}}function Rr(t){return function(){this.style.removeProperty(t)}}function fu(t,e,n){var r,i=n+"",a;return function(){var o=St(this,t);return o===i?null:o===r?a:a=e(r=o,n)}}function hu(t,e,n){var r,i,a;return function(){var o=St(this,t),s=n(this),u=s+"";return s==null&&(u=s=(this.style.removeProperty(t),St(this,t))),o===u?null:o===r&&u===i?a:(i=u,a=e(r=o,s))}}function pu(t,e){var n,r,i,a="style."+e,o="end."+a,s;return function(){var u=et(this,t),l=u.on,c=u.value[a]==null?s||(s=Rr(e)):void 0;(l!==n||i!==c)&&(r=(n=l).copy()).on(o,i=c),u.on=r}}function mu(t,e,n){var r=(t+="")=="transform"?ys:Ir;return e==null?this.styleTween(t,cu(t,r)).on("end.style."+t,Rr(t)):typeof e=="function"?this.styleTween(t,hu(t,r,on(this,"style."+t,e))).each(pu(this._id,t)):this.styleTween(t,fu(t,r,e),n).on("end.style."+t,null)}function du(t,e,n){return function(r){this.style.setProperty(t,e.call(this,r),n)}}function gu(t,e,n){var r,i;function a(){var o=e.apply(this,arguments);return o!==i&&(r=(i=o)&&du(t,o,n)),r}return a._value=e,a}function yu(t,e,n){var r="style."+(t+="");if(arguments.length<2)return(r=this.tween(r))&&r._value;if(e==null)return this.tween(r,null);if(typeof e!="function")throw new Error;return this.tween(r,gu(t,e,n??""))}function vu(t){return function(){this.textContent=t}}function bu(t){return function(){var e=t(this);this.textContent=e??""}}function xu(t){return this.tween("text",typeof t=="function"?bu(on(this,"text",t)):vu(t==null?"":t+""))}function Du(t){return function(e){this.textContent=t.call(this,e)}}function wu(t){var e,n;function r(){var i=t.apply(this,arguments);return i!==n&&(e=(n=i)&&Du(i)),e}return r._value=t,r}function $u(t){var e="text";if(arguments.length<1)return(e=this.tween(e))&&e._value;if(t==null)return this.tween(e,null);if(typeof t!="function")throw new Error;return this.tween(e,wu(t))}function _u(){for(var t=this._name,e=this._id,n=Br(),r=this._groups,i=r.length,a=0;a<i;++a)for(var o=r[a],s=o.length,u,l=0;l<s;++l)if(u=o[l]){var c=K(u,e);be(u,t,n,l,o,{time:c.time+c.delay+c.duration,delay:0,duration:c.duration,ease:c.ease})}return new it(r,this._parents,t,n)}function Au(){var t,e,n=this,r=n._id,i=n.size();return new Promise(function(a,o){var s={value:o},u={value:function(){--i===0&&a()}};n.each(function(){var l=et(this,r),c=l.on;c!==t&&(e=(t=c).copy(),e._.cancel.push(s),e._.interrupt.push(s),e._.end.push(u)),l.on=e}),i===0&&a()})}var Su=0;function it(t,e,n,r){this._groups=t,this._parents=e,this._name=n,this._id=r}function Br(){return++Su}var at=Xt.prototype;it.prototype={constructor:it,select:ou,selectAll:su,selectChild:at.selectChild,selectChildren:at.selectChildren,filter:Qs,merge:tu,selection:lu,transition:_u,call:at.call,nodes:at.nodes,node:at.node,size:at.size,empty:at.empty,each:at.each,on:ru,attr:Bs,attrTween:Ys,style:mu,styleTween:yu,text:xu,textTween:$u,remove:au,tween:Fs,delay:zs,duration:Ws,ease:Js,easeVarying:Ks,end:Au,[Symbol.iterator]:at[Symbol.iterator]};function Tu(t){return((t*=2)<=1?t*t*t:(t-=2)*t*t+2)/2}var Mu={time:null,delay:0,duration:250,ease:Tu};function Cu(t,e){for(var n;!(n=t.__transition)||!(n=n[e]);)if(!(t=t.parentNode))throw new Error(`transition ${e} not found`);return n}function Fu(t){var e,n;t instanceof it?(e=t._id,t=t._name):(e=Br(),(n=Mu).time=tn(),t=t==null?null:t+"");for(var r=this._groups,i=r.length,a=0;a<i;++a)for(var o=r[a],s=o.length,u,l=0;l<s;++l)(u=o[l])&&be(u,t,e,l,o,n||Cu(u,e));return new it(r,this._parents,t,e)}Xt.prototype.interrupt=Ts,Xt.prototype.transition=Fu;function Eu(t){return Math.abs(t=Math.round(t))>=1e21?t.toLocaleString("en").replace(/,/g,""):t.toString(10)}function xe(t,e){if((n=(t=e?t.toExponential(e-1):t.toExponential()).indexOf("e"))<0)return null;var n,r=t.slice(0,n);return[r.length>1?r[0]+r.slice(2):r,+t.slice(n+1)]}function Ct(t){return t=xe(Math.abs(t)),t?t[1]:NaN}function Lu(t,e){return function(n,r){for(var i=n.length,a=[],o=0,s=t[0],u=0;i>0&&s>0&&(u+s+1>r&&(s=Math.max(1,r-u)),a.push(n.substring(i-=s,i+s)),!((u+=s+1)>r));)s=t[o=(o+1)%t.length];return a.reverse().join(e)}}function Ou(t){return function(e){return e.replace(/[0-9]/g,function(n){return t[+n]})}}var Pu=/^(?:(.)?([<>=^]))?([+\-( ])?([$#])?(0)?(\d+)?(,)?(\.\d+)?(~)?([a-z%])?$/i;function De(t){if(!(e=Pu.exec(t)))throw new Error("invalid format: "+t);var e;return new sn({fill:e[1],align:e[2],sign:e[3],symbol:e[4],zero:e[5],width:e[6],comma:e[7],precision:e[8]&&e[8].slice(1),trim:e[9],type:e[10]})}De.prototype=sn.prototype;function sn(t){this.fill=t.fill===void 0?" ":t.fill+"",this.align=t.align===void 0?">":t.align+"",this.sign=t.sign===void 0?"-":t.sign+"",this.symbol=t.symbol===void 0?"":t.symbol+"",this.zero=!!t.zero,this.width=t.width===void 0?void 0:+t.width,this.comma=!!t.comma,this.precision=t.precision===void 0?void 0:+t.precision,this.trim=!!t.trim,this.type=t.type===void 0?"":t.type+""}sn.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 Iu(t){t:for(var e=t.length,n=1,r=-1,i;n<e;++n)switch(t[n]){case".":r=i=n;break;case"0":r===0&&(r=n),i=n;break;default:if(!+t[n])break t;r>0&&(r=0);break}return r>0?t.slice(0,r)+t.slice(i+1):t}var kr;function Ru(t,e){var n=xe(t,e);if(!n)return t+"";var r=n[0],i=n[1],a=i-(kr=Math.max(-8,Math.min(8,Math.floor(i/3)))*3)+1,o=r.length;return a===o?r:a>o?r+new Array(a-o+1).join("0"):a>0?r.slice(0,a)+"."+r.slice(a):"0."+new Array(1-a).join("0")+xe(t,Math.max(0,e+a-1))[0]}function Nr(t,e){var n=xe(t,e);if(!n)return t+"";var r=n[0],i=n[1];return i<0?"0."+new Array(-i).join("0")+r:r.length>i+1?r.slice(0,i+1)+"."+r.slice(i+1):r+new Array(i-r.length+2).join("0")}const Vr={"%":(t,e)=>(t*100).toFixed(e),b:t=>Math.round(t).toString(2),c:t=>t+"",d:Eu,e:(t,e)=>t.toExponential(e),f:(t,e)=>t.toFixed(e),g:(t,e)=>t.toPrecision(e),o:t=>Math.round(t).toString(8),p:(t,e)=>Nr(t*100,e),r:Nr,s:Ru,X:t=>Math.round(t).toString(16).toUpperCase(),x:t=>Math.round(t).toString(16)};function Xr(t){return t}var Yr=Array.prototype.map,Gr=["y","z","a","f","p","n","µ","m","","k","M","G","T","P","E","Z","Y"];function Bu(t){var e=t.grouping===void 0||t.thousands===void 0?Xr:Lu(Yr.call(t.grouping,Number),t.thousands+""),n=t.currency===void 0?"":t.currency[0]+"",r=t.currency===void 0?"":t.currency[1]+"",i=t.decimal===void 0?".":t.decimal+"",a=t.numerals===void 0?Xr:Ou(Yr.call(t.numerals,String)),o=t.percent===void 0?"%":t.percent+"",s=t.minus===void 0?"−":t.minus+"",u=t.nan===void 0?"NaN":t.nan+"";function l(f){f=De(f);var h=f.fill,p=f.align,m=f.sign,d=f.symbol,x=f.zero,w=f.width,A=f.comma,_=f.precision,L=f.trim,S=f.type;S==="n"?(A=!0,S="g"):Vr[S]||(_===void 0&&(_=12),L=!0,S="g"),(x||h==="0"&&p==="=")&&(x=!0,h="0",p="=");var I=d==="$"?n:d==="#"&&/[boxX]/.test(S)?"0"+S.toLowerCase():"",k=d==="$"?r:/[%p]/.test(S)?o:"",O=Vr[S],D=/[defgprs%]/.test(S);_=_===void 0?6:/[gprs]/.test(S)?Math.max(1,Math.min(21,_)):Math.max(0,Math.min(20,_));function $(v){var T=I,P=k,V,dt,Q;if(S==="c")P=O(v)+P,v="";else{v=+v;var rt=v<0||1/v<0;if(v=isNaN(v)?u:O(Math.abs(v),_),L&&(v=Iu(v)),rt&&+v==0&&m!=="+"&&(rt=!1),T=(rt?m==="("?m:s:m==="-"||m==="("?"":m)+T,P=(S==="s"?Gr[8+kr/3]:"")+P+(rt&&m==="("?")":""),D){for(V=-1,dt=v.length;++V<dt;)if(Q=v.charCodeAt(V),48>Q||Q>57){P=(Q===46?i+v.slice(V+1):v.slice(V))+P,v=v.slice(0,V);break}}}A&&!x&&(v=e(v,1/0));var gt=T.length+v.length+P.length,ot=gt<w?new Array(w-gt+1).join(h):"";switch(A&&x&&(v=e(ot+v,ot.length?w-P.length:1/0),ot=""),p){case"<":v=T+v+P+ot;break;case"=":v=T+ot+v+P;break;case"^":v=ot.slice(0,gt=ot.length>>1)+T+v+P+ot.slice(gt);break;default:v=ot+T+v+P;break}return a(v)}return $.toString=function(){return f+""},$}function c(f,h){var p=l((f=De(f),f.type="f",f)),m=Math.max(-8,Math.min(8,Math.floor(Ct(h)/3)))*3,d=Math.pow(10,-m),x=Gr[8+m/3];return function(w){return p(d*w)+x}}return{format:l,formatPrefix:c}}var we,un,Ur;ku({thousands:",",grouping:[3],currency:["$",""]});function ku(t){return we=Bu(t),un=we.format,Ur=we.formatPrefix,we}function Nu(t){return Math.max(0,-Ct(Math.abs(t)))}function Vu(t,e){return Math.max(0,Math.max(-8,Math.min(8,Math.floor(Ct(e)/3)))*3-Ct(Math.abs(t)))}function Xu(t,e){return t=Math.abs(t),e=Math.abs(e)-t,Math.max(0,Ct(e)-Ct(t))+1}function $e(t,e){switch(arguments.length){case 0:break;case 1:this.range(t);break;default:this.range(e).domain(t);break}return this}const zr=Symbol("implicit");function Hr(){var t=new qn,e=[],n=[],r=zr;function i(a){let o=t.get(a);if(o===void 0){if(r!==zr)return r;t.set(a,o=e.push(a)-1)}return n[o%n.length]}return i.domain=function(a){if(!arguments.length)return e.slice();e=[],t=new qn;for(const o of a)t.has(o)||t.set(o,e.push(o)-1);return i},i.range=function(a){return arguments.length?(n=Array.from(a),i):n.slice()},i.unknown=function(a){return arguments.length?(r=a,i):r},i.copy=function(){return Hr(e,n).unknown(r)},$e.apply(i,arguments),i}function jr(){var t=Hr().unknown(void 0),e=t.domain,n=t.range,r=0,i=1,a,o,s=!1,u=0,l=0,c=.5;delete t.unknown;function f(){var h=e().length,p=i<r,m=p?i:r,d=p?r:i;a=(d-m)/Math.max(1,h-u+l*2),s&&(a=Math.floor(a)),m+=(d-m-a*(h-u))*c,o=a*(1-u),s&&(m=Math.round(m),o=Math.round(o));var x=la(h).map(function(w){return m+a*w});return n(p?x.reverse():x)}return t.domain=function(h){return arguments.length?(e(h),f()):e()},t.range=function(h){return arguments.length?([r,i]=h,r=+r,i=+i,f()):[r,i]},t.rangeRound=function(h){return[r,i]=h,r=+r,i=+i,s=!0,f()},t.bandwidth=function(){return o},t.step=function(){return a},t.round=function(h){return arguments.length?(s=!!h,f()):s},t.padding=function(h){return arguments.length?(u=Math.min(1,l=+h),f()):u},t.paddingInner=function(h){return arguments.length?(u=Math.min(1,h),f()):u},t.paddingOuter=function(h){return arguments.length?(l=+h,f()):l},t.align=function(h){return arguments.length?(c=Math.max(0,Math.min(1,h)),f()):c},t.copy=function(){return jr(e(),[r,i]).round(s).paddingInner(u).paddingOuter(l).align(c)},$e.apply(f(),arguments)}function Wr(t){var e=t.copy;return t.padding=t.paddingOuter,delete t.paddingInner,delete t.paddingOuter,t.copy=function(){return Wr(e())},t}function Yu(){return Wr(jr.apply(null,arguments).paddingInner(1))}function Gu(t){return function(){return t}}function Uu(t){return+t}var qr=[0,1];function Ft(t){return t}function ln(t,e){return(e-=t=+t)?function(n){return(n-t)/e}:Gu(isNaN(e)?NaN:.5)}function zu(t,e){var n;return t>e&&(n=t,t=e,e=n),function(r){return Math.max(t,Math.min(e,r))}}function Hu(t,e,n){var r=t[0],i=t[1],a=e[0],o=e[1];return i<r?(r=ln(i,r),a=n(o,a)):(r=ln(r,i),a=n(a,o)),function(s){return a(r(s))}}function ju(t,e,n){var r=Math.min(t.length,e.length)-1,i=new Array(r),a=new Array(r),o=-1;for(t[r]<t[0]&&(t=t.slice().reverse(),e=e.slice().reverse());++o<r;)i[o]=ln(t[o],t[o+1]),a[o]=n(e[o],e[o+1]);return function(s){var u=Wn(t,s,1,r)-1;return a[u](i[u](s))}}function Wu(t,e){return e.domain(t.domain()).range(t.range()).interpolate(t.interpolate()).clamp(t.clamp()).unknown(t.unknown())}function qu(){var t=qr,e=qr,n=Ke,r,i,a,o=Ft,s,u,l;function c(){var h=Math.min(t.length,e.length);return o!==Ft&&(o=zu(t[0],t[h-1])),s=h>2?ju:Hu,u=l=null,f}function f(h){return h==null||isNaN(h=+h)?a:(u||(u=s(t.map(r),e,n)))(r(o(h)))}return f.invert=function(h){return o(i((l||(l=s(e,t.map(r),Z)))(h)))},f.domain=function(h){return arguments.length?(t=Array.from(h,Uu),c()):t.slice()},f.range=function(h){return arguments.length?(e=Array.from(h),c()):e.slice()},f.rangeRound=function(h){return e=Array.from(h),n=ms,c()},f.clamp=function(h){return arguments.length?(o=h?!0:Ft,c()):o!==Ft},f.interpolate=function(h){return arguments.length?(n=h,c()):n},f.unknown=function(h){return arguments.length?(a=h,f):a},function(h,p){return r=h,i=p,c()}}function Ju(){return qu()(Ft,Ft)}function Zu(t,e,n,r){var i=ua(t,e,n),a;switch(r=De(r??",f"),r.type){case"s":{var o=Math.max(Math.abs(t),Math.abs(e));return r.precision==null&&!isNaN(a=Vu(i,o))&&(r.precision=a),Ur(r,o)}case"":case"e":case"g":case"p":case"r":{r.precision==null&&!isNaN(a=Xu(i,Math.max(Math.abs(t),Math.abs(e))))&&(r.precision=a-(r.type==="e"));break}case"f":case"%":{r.precision==null&&!isNaN(a=Nu(i))&&(r.precision=a-(r.type==="%")*2);break}}return un(r)}function Jr(t){var e=t.domain;return t.ticks=function(n){var r=e();return sa(r[0],r[r.length-1],n??10)},t.tickFormat=function(n,r){var i=e();return Zu(i[0],i[i.length-1],n??10,r)},t.nice=function(n){n==null&&(n=10);var r=e(),i=0,a=r.length-1,o=r[i],s=r[a],u,l,c=10;for(s<o&&(l=o,o=s,s=l,l=i,i=a,a=l);c-- >0;){if(l=Ye(o,s,n),l===u)return r[i]=o,r[a]=s,e(r);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 t},t}function qt(){var t=Ju();return t.copy=function(){return Wu(t,qt())},$e.apply(t,arguments),Jr(t)}function Zr(){var t=0,e=1,n=1,r=[.5],i=[0,1],a;function o(u){return u!=null&&u<=u?i[Wn(r,u,0,n)]:a}function s(){var u=-1;for(r=new Array(n);++u<n;)r[u]=((u+1)*e-(u-n)*t)/(n+1);return o}return o.domain=function(u){return arguments.length?([t,e]=u,t=+t,e=+e,s()):[t,e]},o.range=function(u){return arguments.length?(n=(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?[t,r[0]]:l>=n?[r[n-1],e]:[r[l-1],r[l]]},o.unknown=function(u){return arguments.length&&(a=u),o},o.thresholds=function(){return r.slice()},o.copy=function(){return Zr().domain([t,e]).range(i).unknown(a)},$e.apply(Jr(o),arguments)}function Jt(t,e,n){this.k=t,this.x=e,this.y=n}Jt.prototype={constructor:Jt,scale:function(t){return t===1?this:new Jt(this.k*t,this.x,this.y)},translate:function(t,e){return t===0&e===0?this:new Jt(this.k,this.x+this.k*t,this.y+this.k*e)},apply:function(t){return[t[0]*this.k+this.x,t[1]*this.k+this.y]},applyX:function(t){return t*this.k+this.x},applyY:function(t){return t*this.k+this.y},invert:function(t){return[(t[0]-this.x)/this.k,(t[1]-this.y)/this.k]},invertX:function(t){return(t-this.x)/this.k},invertY:function(t){return(t-this.y)/this.k},rescaleX:function(t){return t.copy().domain(t.range().map(this.invertX,this).map(t.invert,t))},rescaleY:function(t){return t.copy().domain(t.range().map(this.invertY,this).map(t.invert,t))},toString:function(){return"translate("+this.x+","+this.y+") scale("+this.k+")"}},Jt.prototype;function Ku(t,e){return e instanceof Function?e(t):un(e)(t)}function Zt(t,e,n,r){let i=`${t}_${e}`;return n!=null&&(i+=`_${n}`),r!=null&&(i+=`_${r}`),i}function _e(t,e){return`${t}_series${e}`}function cn(t,e){return`${t}_group${e}`}function Ae(){return""}function fn({transposedDataGrid:t,dataFormatterGrid:e,chartType:n="grid"}){const r=e.seriesDirection==="row"?e.rowLabels:e.columnLabels;return t.map((i,a)=>r[a]!=null?r[a]:_e(n,a))}function Kr({transposedDataGrid:t,dataFormatterGrid:e,chartType:n="multiGrid",gridIndex:r=0}){const i=e.seriesDirection==="row"?e.rowLabels:e.columnLabels;return t.map((a,o)=>i[o]!=null?i[o]:_e(`${n}_grid${r}`,o))}function Qr({transposedDataGrid:t,dataFormatterGrid:e,chartType:n="grid"}){if(t[0]==null)return[];const r=e.seriesDirection==="row"?e.columnLabels:e.rowLabels;return t[0].map((i,a)=>r[a]!=null?r[a]:cn(n,a))}function ti({transposedDataGrid:t,dataFormatterGrid:e,chartType:n="multiGrid",gridIndex:r=0}){if(t[0]==null)return[];const i=e.seriesDirection==="row"?e.columnLabels:e.rowLabels;return t[0].map((a,o)=>i[o]!=null?i[o]:cn(`${n}_grid${r}`,o))}function lt(t){const e=[0,0];return t.length?t.reduce((r,i)=>[i<r[0]?i:r[0],i>r[1]?i:r[1]],[t[0],t[0]]):e}function ei(t){const e=t.filter(n=>n!=null&&n.value!=null).map(n=>n.value);return lt(e)}function Qu(t){const n=(t[0]&&Array.isArray(t[0])?t.flat():t).filter(r=>(r==null||U(r)&&r.value==null)===!1).map(r=>typeof r=="number"?r:r.value);return lt(n)}function hn(t){const n=t.flat().filter(r=>(r==null||U(r)&&r.value==null)===!1).map(r=>typeof r=="number"?r:r.value);return lt(n)}function tl(t){const n=t.flat().flat().filter(r=>(r==null||U(r)&&r.value==null)===!1).map(r=>typeof r=="number"?r:r.value);return lt(n)}function el(t,e){const n=t.map(r=>Array.isArray(r)?r[e]??null:U(r)?r.value[e]??null:null).filter(r=>r!=null);return lt(n)}function nl({data:t,minX:e,maxX:n,minY:r,maxY:i}){let a=[],o=null,s=null,u=null,l=null;for(let c of t)for(let f of c)f.axisX>=e&&f.axisX<=n&&f.axisY>=r&&f.axisY<=i&&(a.push(c),(o==null||f.axisX<o.axisX)&&(o=f),(s==null||f.axisX>s.axisX)&&(s=f),(u==null||f.axisY<u.axisY)&&(u=f),(l==null||f.axisY>l.axisY)&&(l=f));return{minXDatum:o,maxXDatum:s,minYDatum:u,maxYDatum:l,filteredData:a}}function ni(t,e){if(t==="row")return Object.assign([],e);const n=e.length,r=e.reduce((a,o)=>Math.max(a,o.length),0),i=new Array(r).fill(null).map(()=>new Array(n).fill(null));for(let a=0;a<n;a++)for(let o=0;o<r;o++)i[o][a]=e[a][o];return i}function ct(t,e){return t<e.colors[e.colorScheme].label.length?e.colors[e.colorScheme].label[t]:e.colors[e.colorScheme].label[t%e.colors[e.colorScheme].label.length]}function ri(t){let e=Math.floor(Math.sqrt(t)),n=Math.ceil(t/e);for(;e*n<t;)n++;return{rowAmount:e,columnAmount:n}}function pn(t,e,n){const{gap:r}=e,{rowAmount:i,columnAmount:a}=e.rowAmount*e.columnAmount>=n?e:ri(n);return new Array(n).fill(null).map((o,s)=>{const u=s%a,l=Math.floor(s/a),c=(t.width-r*(a-1))/a,f=(t.height-r*(i-1))/i,h=u*c+u*r,p=l*f+l*r;return{slotIndex:s,rowIndex:l,columnIndex:u,startX:h,startY:p,centerX:h+c/2,centerY:p+f/2,width:c,height:f}})}function Et(t,e,n){const{gap:r}=e,{rowAmount:i,columnAmount:a}=e.rowAmount*e.columnAmount>=n?e:ri(n);return new Array(n).fill(null).map((o,s)=>{const u=s%a,l=Math.floor(s/a),c=(t.width-r*(a-1))/a,f=(t.height-r*(i-1))/i,h=u*c+u*r,p=l*f+l*r,m=[h,p],d=[c/t.width,f/t.height];return{slotIndex:s,rowIndex:l,columnIndex:u,translate:m,scale:d}})}const rl=t=>{const{data:e=[],dataFormatter:n,chartParams:r}=t;if(!e.length)return[];let i=[];try{const a=(o,s,u,l)=>{const c=Zt(n.type,s,u),f=n.seriesLabels[s]||_e("series",s),h=ct(s,r);return typeof o=="number"?{id:c,index:l,seq:0,label:c,description:"",data:{},value:o,seriesIndex:s,seriesLabel:f,color:h,visible:!0}:{id:o.id?o.id:c,index:l,seq:0,label:o.label?o.label:c,description:o.description,data:o.data??{},value:o.value,seriesIndex:s,seriesLabel:f,color:h,visible:!0}};i=e.map((o,s)=>Array.isArray(o)?o.map((u,l)=>a(u,s,l,i.length+l)):a(o,s,0,i.length)).flat().sort(n.sort??void 0).map((o,s)=>(o.seq=s,o)).map(o=>(o.visible=n.visibleFilter(o,t),o)).sort((o,s)=>o.index-s.index).reduce((o,s)=>(o[s.seriesIndex]||(o[s.seriesIndex]=[]),o[s.seriesIndex].push(s),o),[])}catch(a){throw Error(a)}return i},il=t=>M({data:t},{data:{toBe:"(DataSeriesDatum | DataSeriesValue)[][] | (DataSeriesDatum | DataSeriesValue)[]",test:n=>Array.isArray(n)}});var mn=function(t,e){return mn=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,r){n.__proto__=r}||function(n,r){for(var i in r)Object.prototype.hasOwnProperty.call(r,i)&&(n[i]=r[i])},mn(t,e)};function nt(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");mn(t,e);function n(){this.constructor=t}t.prototype=e===null?Object.create(e):(n.prototype=e.prototype,new n)}function al(t,e,n,r){function i(a){return a instanceof n?a:new n(function(o){o(a)})}return new(n||(n=Promise))(function(a,o){function s(c){try{l(r.next(c))}catch(f){o(f)}}function u(c){try{l(r.throw(c))}catch(f){o(f)}}function l(c){c.done?a(c.value):i(c.value).then(s,u)}l((r=r.apply(t,e||[])).next())})}function ii(t,e){var n={label:0,sent:function(){if(a[0]&1)throw a[1];return a[1]},trys:[],ops:[]},r,i,a,o=Object.create((typeof Iterator=="function"?Iterator:Object).prototype);return o.next=s(0),o.throw=s(1),o.return=s(2),typeof Symbol=="function"&&(o[Symbol.iterator]=function(){return this}),o;function s(l){return function(c){return u([l,c])}}function u(l){if(r)throw new TypeError("Generator is already executing.");for(;o&&(o=0,l[0]&&(n=0)),n;)try{if(r=1,i&&(a=l[0]&2?i.return:l[0]?i.throw||((a=i.return)&&a.call(i),0):i.next)&&!(a=a.call(i,l[1])).done)return a;switch(i=0,a&&(l=[l[0]&2,a.value]),l[0]){case 0:case 1:a=l;break;case 4:return n.label++,{value:l[1],done:!1};case 5:n.label++,i=l[1],l=[0];continue;case 7:l=n.ops.pop(),n.trys.pop();continue;default:if(a=n.trys,!(a=a.length>0&&a[a.length-1])&&(l[0]===6||l[0]===2)){n=0;continue}if(l[0]===3&&(!a||l[1]>a[0]&&l[1]<a[3])){n.label=l[1];break}if(l[0]===6&&n.label<a[1]){n.label=a[1],a=l;break}if(a&&n.label<a[2]){n.label=a[2],n.ops.push(l);break}a[2]&&n.ops.pop(),n.trys.pop();continue}l=e.call(t,n)}catch(c){l=[6,c],i=0}finally{r=a=0}if(l[0]&5)throw l[1];return{value:l[0]?l[1]:void 0,done:!0}}}function Lt(t){var e=typeof Symbol=="function"&&Symbol.iterator,n=e&&t[e],r=0;if(n)return n.call(t);if(t&&typeof t.length=="number")return{next:function(){return t&&r>=t.length&&(t=void 0),{value:t&&t[r++],done:!t}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")}function ft(t,e){var n=typeof Symbol=="function"&&t[Symbol.iterator];if(!n)return t;var r=n.call(t),i,a=[],o;try{for(;(e===void 0||e-- >0)&&!(i=r.next()).done;)a.push(i.value)}catch(s){o={error:s}}finally{try{i&&!i.done&&(n=r.return)&&n.call(r)}finally{if(o)throw o.error}}return a}function ht(t,e,n){if(n||arguments.length===2)for(var r=0,i=e.length,a;r<i;r++)(a||!(r in e))&&(a||(a=Array.prototype.slice.call(e,0,r)),a[r]=e[r]);return t.concat(a||Array.prototype.slice.call(e))}function Ot(t){return this instanceof Ot?(this.v=t,this):new Ot(t)}function ol(t,e,n){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var r=n.apply(t,e||[]),i,a=[];return i=Object.create((typeof AsyncIterator=="function"?AsyncIterator:Object).prototype),s("next"),s("throw"),s("return",o),i[Symbol.asyncIterator]=function(){return this},i;function o(p){return function(m){return Promise.resolve(m).then(p,f)}}function s(p,m){r[p]&&(i[p]=function(d){return new Promise(function(x,w){a.push([p,d,x,w])>1||u(p,d)})},m&&(i[p]=m(i[p])))}function u(p,m){try{l(r[p](m))}catch(d){h(a[0][3],d)}}function l(p){p.value instanceof Ot?Promise.resolve(p.value.v).then(c,f):h(a[0][2],p)}function c(p){u("next",p)}function f(p){u("throw",p)}function h(p,m){p(m),a.shift(),a.length&&u(a[0][0],a[0][1])}}function sl(t){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var e=t[Symbol.asyncIterator],n;return e?e.call(t):(t=typeof Lt=="function"?Lt(t):t[Symbol.iterator](),n={},r("next"),r("throw"),r("return"),n[Symbol.asyncIterator]=function(){return this},n);function r(a){n[a]=t[a]&&function(o){return new Promise(function(s,u){o=t[a](o),i(s,u,o.done,o.value)})}}function i(a,o,s,u){Promise.resolve(u).then(function(l){a({value:l,done:s})},o)}}typeof SuppressedError=="function"&&SuppressedError;function N(t){return typeof t=="function"}function dn(t){var e=function(r){Error.call(r),r.stack=new Error().stack},n=t(e);return n.prototype=Object.create(Error.prototype),n.prototype.constructor=n,n}var gn=dn(function(t){return function(n){t(this),this.message=n?n.length+` errors occurred during unsubscription:
|
1
|
+
(function(v,ut){typeof exports=="object"&&typeof module<"u"?ut(exports):typeof define=="function"&&define.amd?define(["exports"],ut):(v=typeof globalThis<"u"?globalThis:v||self,ut(v["orbcharts-core"]={}))})(this,function(v){"use strict";const ut={width:"auto",height:"auto"},Ee={top:60,right:60,bottom:60,left:60},Le={padding:Ee,highlightTarget:"datum",highlightDefault:null,colorScheme:"light",colors:{light:{label:["#0088FF","#FF3232","#38BEA8","#6F3BD5","#314285","#42C724","#D52580","#F4721B","#D117EA","#7E7D7D"],primary:"#000000",secondary:"#e0e0e0",labelContrast:["#ffffff","#000000"],background:"#ffffff"},dark:{label:["#4BABFF","#FF6C6C","#7DD3C4","#8E6BC9","#5366AC","#86DC72","#FF72BB","#F9B052","#EF76FF","#C4C4C4"],primary:"#ffffff",secondary:"#e0e0e0",labelContrast:["#ffffff","#000000"],background:"#000000"}},styles:{textSize:"0.875rem",unhighlightedOpacity:.3},transitionDuration:800,transitionEase:"easeCubic"},En=800,Ln=500,zi=[],Hi=[],ji=[],Wi=[],qi=[],Ji={nodes:[],edges:[]},z={position:"left",scaleDomain:["auto","auto"],scaleRange:[0,.9],label:""},Pn={position:"bottom",scaleDomain:[0,"max"],scalePadding:.5,label:""},Pe={scaleDomain:["auto","auto"],scaleRange:[0,.9],label:"",valueIndex:0},kt={columnAmount:1,rowAmount:1,columnGap:"auto",rowGap:"auto"},Oe={type:"series",visibleFilter:(t,e)=>!0,sort:null,seriesLabels:[],container:{...kt},separateSeries:!1,sumSeries:!1};Oe.visibleFilter.toString=()=>"(datum, context) => true";const Ie={seriesDirection:"row",rowLabels:[],columnLabels:[],valueAxis:{...z},groupAxis:{...Pn},separateSeries:!1},Re={type:"grid",visibleFilter:(t,e)=>!0,...Ie,container:{...kt}};Re.visibleFilter.toString=()=>"(datum, context) => true";const Nt={...Ie},Be={type:"multiGrid",visibleFilter:(t,e)=>!0,gridList:[{...Nt}],separateGrid:!1,container:{...kt}};Be.visibleFilter.toString=()=>"(datum, context) => true";const ke={type:"multiValue",visibleFilter:(t,e)=>!0,categoryLabels:[],valueLabels:[],xAxis:{...Pe,valueIndex:0},yAxis:{...Pe,valueIndex:1},container:{...kt},separateCategory:!1};ke.visibleFilter.toString=()=>"(datum, context) => true";const Ne={type:"tree",visibleFilter:(t,e)=>!0,categoryLabels:[]};Ne.visibleFilter.toString=()=>"(datum, context) => true";const Ve={type:"relationship",visibleFilter:(t,e)=>!0,categoryLabels:[]};Ve.visibleFilter.toString=()=>"(datum, context) => true";function U(t){return Object.prototype.toString.call(t)==="[object Object]"}function On(t){return Object.prototype.toString.call(t)==="[object Function]"}function In(t){return!!(t&&t.nodeType)}function st(t,e){if(U(t)===!1||U(e)===!1)return Object.assign({},e);const n=(r,i)=>{const a=Object.assign({},i);for(let o of Object.keys(r)){if(!(o in i))continue;let u;U(r[o])&&U(i[o])?(u=n(r[o],i[o]),a[o]=u):a[o]=r[o]}return a};return n(t,e)}function Zi(t=0){try{let e=t.toString().split(".");return e[0]=e[0].replace(/\B(?=(\d{3})+(?!\d))/g,","),e.join(".")}catch(e){console.error(e)}}function Ki(t,e){const n={string:a=>typeof a=="string",number:a=>typeof a=="number",boolean:a=>typeof a=="boolean",object:a=>U(a),"object[]":a=>Array.isArray(a)&&a.every(o=>U(o)),"string[]":a=>Array.isArray(a)&&a.every(o=>typeof o=="string"),"number[]":a=>Array.isArray(a)&&a.every(o=>typeof o=="number"),Function:a=>On(a),null:a=>a===null,undefined:a=>a===void 0},r={ColorType:a=>a==="none"||a==="label"||a==="primary"||a==="secondary"||a==="labelContrast"||a==="background"};return Object.keys(t).find(a=>{if(e[a]){const o=e[a],u=t[a];if(o.toBeTypes){if(o.toBeTypes.some(f=>n[f](u))===!1)return!0}else if(o.toBe){const{toBe:s,test:l}=o;if(l(u)===!1)return!0}else if(o.toBeOption){const s=o.toBeOption;if(r[s](u)===!1)return!0}}return!1})}function E(t,e){const n=Ki(t,e);if(n){const r=e[n],i=r.toBeTypes?r.toBeTypes.join(" | "):r.toBe?r.toBe:r.toBeOption?r.toBeOption:"";return{status:"error",columnName:n,expectToBe:i}}else return{status:"success",columnName:"",expectToBe:""}}const Qi=t=>{const e=E(t,{visibleFilter:{toBeTypes:["Function"]},sort:{toBeTypes:["Function","null"]},seriesLabels:{toBeTypes:["string[]"]},container:{toBeTypes:["object"]},separateSeries:{toBeTypes:["boolean"]},sumSeries:{toBeTypes:["boolean"]}});if(t.container){const n=E(t.container,{columnAmount:{toBeTypes:["number"]},rowAmount:{toBeTypes:["number"]},columnGap:{toBe:'"auto" | number',test:r=>r==="auto"||typeof r=="number"},rowGap:{toBe:'"auto" | number',test:r=>r==="auto"||typeof r=="number"}});if(n.status==="error")return n}return e};function ee(t,e){return t==null||e==null?NaN:t<e?-1:t>e?1:t>=e?0:NaN}function ta(t,e){return t==null||e==null?NaN:e<t?-1:e>t?1:e>=t?0:NaN}function Rn(t){let e,n,r;t.length!==2?(e=ee,n=(u,s)=>ee(t(u),s),r=(u,s)=>t(u)-s):(e=t===ee||t===ta?t:ea,n=t,r=t);function i(u,s,l=0,f=u.length){if(l<f){if(e(s,s)!==0)return f;do{const c=l+f>>>1;n(u[c],s)<0?l=c+1:f=c}while(l<f)}return l}function a(u,s,l=0,f=u.length){if(l<f){if(e(s,s)!==0)return f;do{const c=l+f>>>1;n(u[c],s)<=0?l=c+1:f=c}while(l<f)}return l}function o(u,s,l=0,f=u.length){const c=i(u,s,l,f-1);return c>l&&r(u[c-1],s)>-r(u[c],s)?c-1:c}return{left:i,center:o,right:a}}function ea(){return 0}function na(t){return t===null?NaN:+t}const Bn=Rn(ee).right;Rn(na).center;class kn extends Map{constructor(e,n=aa){if(super(),Object.defineProperties(this,{_intern:{value:new Map},_key:{value:n}}),e!=null)for(const[r,i]of e)this.set(r,i)}get(e){return super.get(Nn(this,e))}has(e){return super.has(Nn(this,e))}set(e,n){return super.set(ra(this,e),n)}delete(e){return super.delete(ia(this,e))}}function Nn({_intern:t,_key:e},n){const r=e(n);return t.has(r)?t.get(r):n}function ra({_intern:t,_key:e},n){const r=e(n);return t.has(r)?t.get(r):(t.set(r,n),n)}function ia({_intern:t,_key:e},n){const r=e(n);return t.has(r)&&(n=t.get(r),t.delete(r)),n}function aa(t){return t!==null&&typeof t=="object"?t.valueOf():t}const oa=Math.sqrt(50),ua=Math.sqrt(10),sa=Math.sqrt(2);function ne(t,e,n){const r=(e-t)/Math.max(0,n),i=Math.floor(Math.log10(r)),a=r/Math.pow(10,i),o=a>=oa?10:a>=ua?5:a>=sa?2:1;let u,s,l;return i<0?(l=Math.pow(10,-i)/o,u=Math.round(t*l),s=Math.round(e*l),u/l<t&&++u,s/l>e&&--s,l=-l):(l=Math.pow(10,i)*o,u=Math.round(t/l),s=Math.round(e/l),u*l<t&&++u,s*l>e&&--s),s<u&&.5<=n&&n<2?ne(t,e,n*2):[u,s,l]}function la(t,e,n){if(e=+e,t=+t,n=+n,!(n>0))return[];if(t===e)return[t];const r=e<t,[i,a,o]=r?ne(e,t,n):ne(t,e,n);if(!(a>=i))return[];const u=a-i+1,s=new Array(u);if(r)if(o<0)for(let l=0;l<u;++l)s[l]=(a-l)/-o;else for(let l=0;l<u;++l)s[l]=(a-l)*o;else if(o<0)for(let l=0;l<u;++l)s[l]=(i+l)/-o;else for(let l=0;l<u;++l)s[l]=(i+l)*o;return s}function Ge(t,e,n){return e=+e,t=+t,n=+n,ne(t,e,n)[2]}function ca(t,e,n){e=+e,t=+t,n=+n;const r=e<t,i=r?Ge(e,t,n):Ge(t,e,n);return(r?-1:1)*(i<0?1/-i:i)}function fa(t,e,n){t=+t,e=+e,n=(i=arguments.length)<2?(e=t,t=0,1):i<3?1:+n;for(var r=-1,i=Math.max(0,Math.ceil((e-t)/n))|0,a=new Array(i);++r<i;)a[r]=t+r*n;return a}var pa={value:()=>{}};function Vn(){for(var t=0,e=arguments.length,n={},r;t<e;++t){if(!(r=arguments[t]+"")||r in n||/[\s.]/.test(r))throw new Error("illegal type: "+r);n[r]=[]}return new re(n)}function re(t){this._=t}function ha(t,e){return t.trim().split(/^|\s+/).map(function(n){var r="",i=n.indexOf(".");if(i>=0&&(r=n.slice(i+1),n=n.slice(0,i)),n&&!e.hasOwnProperty(n))throw new Error("unknown type: "+n);return{type:n,name:r}})}re.prototype=Vn.prototype={constructor:re,on:function(t,e){var n=this._,r=ha(t+"",n),i,a=-1,o=r.length;if(arguments.length<2){for(;++a<o;)if((i=(t=r[a]).type)&&(i=ma(n[i],t.name)))return i;return}if(e!=null&&typeof e!="function")throw new Error("invalid callback: "+e);for(;++a<o;)if(i=(t=r[a]).type)n[i]=Gn(n[i],t.name,e);else if(e==null)for(i in n)n[i]=Gn(n[i],t.name,null);return this},copy:function(){var t={},e=this._;for(var n in e)t[n]=e[n].slice();return new re(t)},call:function(t,e){if((i=arguments.length-2)>0)for(var n=new Array(i),r=0,i,a;r<i;++r)n[r]=arguments[r+2];if(!this._.hasOwnProperty(t))throw new Error("unknown type: "+t);for(a=this._[t],r=0,i=a.length;r<i;++r)a[r].value.apply(e,n)},apply:function(t,e,n){if(!this._.hasOwnProperty(t))throw new Error("unknown type: "+t);for(var r=this._[t],i=0,a=r.length;i<a;++i)r[i].value.apply(e,n)}};function ma(t,e){for(var n=0,r=t.length,i;n<r;++n)if((i=t[n]).name===e)return i.value}function Gn(t,e,n){for(var r=0,i=t.length;r<i;++r)if(t[r].name===e){t[r]=pa,t=t.slice(0,r).concat(t.slice(r+1));break}return n!=null&&t.push({name:e,value:n}),t}var Xe="http://www.w3.org/1999/xhtml";const Xn={svg:"http://www.w3.org/2000/svg",xhtml:Xe,xlink:"http://www.w3.org/1999/xlink",xml:"http://www.w3.org/XML/1998/namespace",xmlns:"http://www.w3.org/2000/xmlns/"};function ie(t){var e=t+="",n=e.indexOf(":");return n>=0&&(e=t.slice(0,n))!=="xmlns"&&(t=t.slice(n+1)),Xn.hasOwnProperty(e)?{space:Xn[e],local:t}:t}function da(t){return function(){var e=this.ownerDocument,n=this.namespaceURI;return n===Xe&&e.documentElement.namespaceURI===Xe?e.createElement(t):e.createElementNS(n,t)}}function ga(t){return function(){return this.ownerDocument.createElementNS(t.space,t.local)}}function Yn(t){var e=ie(t);return(e.local?ga:da)(e)}function ya(){}function Ye(t){return t==null?ya:function(){return this.querySelector(t)}}function ba(t){typeof t!="function"&&(t=Ye(t));for(var e=this._groups,n=e.length,r=new Array(n),i=0;i<n;++i)for(var a=e[i],o=a.length,u=r[i]=new Array(o),s,l,f=0;f<o;++f)(s=a[f])&&(l=t.call(s,s.__data__,f,a))&&("__data__"in s&&(l.__data__=s.__data__),u[f]=l);return new j(r,this._parents)}function va(t){return t==null?[]:Array.isArray(t)?t:Array.from(t)}function xa(){return[]}function Un(t){return t==null?xa:function(){return this.querySelectorAll(t)}}function Da(t){return function(){return va(t.apply(this,arguments))}}function wa(t){typeof t=="function"?t=Da(t):t=Un(t);for(var e=this._groups,n=e.length,r=[],i=[],a=0;a<n;++a)for(var o=e[a],u=o.length,s,l=0;l<u;++l)(s=o[l])&&(r.push(t.call(s,s.__data__,l,o)),i.push(s));return new j(r,i)}function zn(t){return function(){return this.matches(t)}}function Hn(t){return function(e){return e.matches(t)}}var $a=Array.prototype.find;function _a(t){return function(){return $a.call(this.children,t)}}function Aa(){return this.firstElementChild}function Sa(t){return this.select(t==null?Aa:_a(typeof t=="function"?t:Hn(t)))}var Ta=Array.prototype.filter;function Ma(){return Array.from(this.children)}function Fa(t){return function(){return Ta.call(this.children,t)}}function Ca(t){return this.selectAll(t==null?Ma:Fa(typeof t=="function"?t:Hn(t)))}function Ea(t){typeof t!="function"&&(t=zn(t));for(var e=this._groups,n=e.length,r=new Array(n),i=0;i<n;++i)for(var a=e[i],o=a.length,u=r[i]=[],s,l=0;l<o;++l)(s=a[l])&&t.call(s,s.__data__,l,a)&&u.push(s);return new j(r,this._parents)}function jn(t){return new Array(t.length)}function La(){return new j(this._enter||this._groups.map(jn),this._parents)}function ae(t,e){this.ownerDocument=t.ownerDocument,this.namespaceURI=t.namespaceURI,this._next=null,this._parent=t,this.__data__=e}ae.prototype={constructor:ae,appendChild:function(t){return this._parent.insertBefore(t,this._next)},insertBefore:function(t,e){return this._parent.insertBefore(t,e)},querySelector:function(t){return this._parent.querySelector(t)},querySelectorAll:function(t){return this._parent.querySelectorAll(t)}};function Pa(t){return function(){return t}}function Oa(t,e,n,r,i,a){for(var o=0,u,s=e.length,l=a.length;o<l;++o)(u=e[o])?(u.__data__=a[o],r[o]=u):n[o]=new ae(t,a[o]);for(;o<s;++o)(u=e[o])&&(i[o]=u)}function Ia(t,e,n,r,i,a,o){var u,s,l=new Map,f=e.length,c=a.length,p=new Array(f),h;for(u=0;u<f;++u)(s=e[u])&&(p[u]=h=o.call(s,s.__data__,u,e)+"",l.has(h)?i[u]=s:l.set(h,s));for(u=0;u<c;++u)h=o.call(t,a[u],u,a)+"",(s=l.get(h))?(r[u]=s,s.__data__=a[u],l.delete(h)):n[u]=new ae(t,a[u]);for(u=0;u<f;++u)(s=e[u])&&l.get(p[u])===s&&(i[u]=s)}function Ra(t){return t.__data__}function Ba(t,e){if(!arguments.length)return Array.from(this,Ra);var n=e?Ia:Oa,r=this._parents,i=this._groups;typeof t!="function"&&(t=Pa(t));for(var a=i.length,o=new Array(a),u=new Array(a),s=new Array(a),l=0;l<a;++l){var f=r[l],c=i[l],p=c.length,h=ka(t.call(f,f&&f.__data__,l,r)),m=h.length,d=u[l]=new Array(m),x=o[l]=new Array(m),$=s[l]=new Array(p);n(f,c,d,x,$,h,e);for(var S=0,_=0,C,A;S<m;++S)if(C=d[S]){for(S>=_&&(_=S+1);!(A=x[_])&&++_<m;);C._next=A||null}}return o=new j(o,r),o._enter=u,o._exit=s,o}function ka(t){return typeof t=="object"&&"length"in t?t:Array.from(t)}function Na(){return new j(this._exit||this._groups.map(jn),this._parents)}function Va(t,e,n){var r=this.enter(),i=this,a=this.exit();return typeof t=="function"?(r=t(r),r&&(r=r.selection())):r=r.append(t+""),e!=null&&(i=e(i),i&&(i=i.selection())),n==null?a.remove():n(a),r&&i?r.merge(i).order():i}function Ga(t){for(var e=t.selection?t.selection():t,n=this._groups,r=e._groups,i=n.length,a=r.length,o=Math.min(i,a),u=new Array(i),s=0;s<o;++s)for(var l=n[s],f=r[s],c=l.length,p=u[s]=new Array(c),h,m=0;m<c;++m)(h=l[m]||f[m])&&(p[m]=h);for(;s<i;++s)u[s]=n[s];return new j(u,this._parents)}function Xa(){for(var t=this._groups,e=-1,n=t.length;++e<n;)for(var r=t[e],i=r.length-1,a=r[i],o;--i>=0;)(o=r[i])&&(a&&o.compareDocumentPosition(a)^4&&a.parentNode.insertBefore(o,a),a=o);return this}function Ya(t){t||(t=Ua);function e(c,p){return c&&p?t(c.__data__,p.__data__):!c-!p}for(var n=this._groups,r=n.length,i=new Array(r),a=0;a<r;++a){for(var o=n[a],u=o.length,s=i[a]=new Array(u),l,f=0;f<u;++f)(l=o[f])&&(s[f]=l);s.sort(e)}return new j(i,this._parents).order()}function Ua(t,e){return t<e?-1:t>e?1:t>=e?0:NaN}function za(){var t=arguments[0];return arguments[0]=this,t.apply(null,arguments),this}function Ha(){return Array.from(this)}function ja(){for(var t=this._groups,e=0,n=t.length;e<n;++e)for(var r=t[e],i=0,a=r.length;i<a;++i){var o=r[i];if(o)return o}return null}function Wa(){let t=0;for(const e of this)++t;return t}function qa(){return!this.node()}function Ja(t){for(var e=this._groups,n=0,r=e.length;n<r;++n)for(var i=e[n],a=0,o=i.length,u;a<o;++a)(u=i[a])&&t.call(u,u.__data__,a,i);return this}function Za(t){return function(){this.removeAttribute(t)}}function Ka(t){return function(){this.removeAttributeNS(t.space,t.local)}}function Qa(t,e){return function(){this.setAttribute(t,e)}}function to(t,e){return function(){this.setAttributeNS(t.space,t.local,e)}}function eo(t,e){return function(){var n=e.apply(this,arguments);n==null?this.removeAttribute(t):this.setAttribute(t,n)}}function no(t,e){return function(){var n=e.apply(this,arguments);n==null?this.removeAttributeNS(t.space,t.local):this.setAttributeNS(t.space,t.local,n)}}function ro(t,e){var n=ie(t);if(arguments.length<2){var r=this.node();return n.local?r.getAttributeNS(n.space,n.local):r.getAttribute(n)}return this.each((e==null?n.local?Ka:Za:typeof e=="function"?n.local?no:eo:n.local?to:Qa)(n,e))}function Wn(t){return t.ownerDocument&&t.ownerDocument.defaultView||t.document&&t||t.defaultView}function io(t){return function(){this.style.removeProperty(t)}}function ao(t,e,n){return function(){this.style.setProperty(t,e,n)}}function oo(t,e,n){return function(){var r=e.apply(this,arguments);r==null?this.style.removeProperty(t):this.style.setProperty(t,r,n)}}function uo(t,e,n){return arguments.length>1?this.each((e==null?io:typeof e=="function"?oo:ao)(t,e,n??"")):St(this.node(),t)}function St(t,e){return t.style.getPropertyValue(e)||Wn(t).getComputedStyle(t,null).getPropertyValue(e)}function so(t){return function(){delete this[t]}}function lo(t,e){return function(){this[t]=e}}function co(t,e){return function(){var n=e.apply(this,arguments);n==null?delete this[t]:this[t]=n}}function fo(t,e){return arguments.length>1?this.each((e==null?so:typeof e=="function"?co:lo)(t,e)):this.node()[t]}function qn(t){return t.trim().split(/^|\s+/)}function Ue(t){return t.classList||new Jn(t)}function Jn(t){this._node=t,this._names=qn(t.getAttribute("class")||"")}Jn.prototype={add:function(t){var e=this._names.indexOf(t);e<0&&(this._names.push(t),this._node.setAttribute("class",this._names.join(" ")))},remove:function(t){var e=this._names.indexOf(t);e>=0&&(this._names.splice(e,1),this._node.setAttribute("class",this._names.join(" ")))},contains:function(t){return this._names.indexOf(t)>=0}};function Zn(t,e){for(var n=Ue(t),r=-1,i=e.length;++r<i;)n.add(e[r])}function Kn(t,e){for(var n=Ue(t),r=-1,i=e.length;++r<i;)n.remove(e[r])}function po(t){return function(){Zn(this,t)}}function ho(t){return function(){Kn(this,t)}}function mo(t,e){return function(){(e.apply(this,arguments)?Zn:Kn)(this,t)}}function go(t,e){var n=qn(t+"");if(arguments.length<2){for(var r=Ue(this.node()),i=-1,a=n.length;++i<a;)if(!r.contains(n[i]))return!1;return!0}return this.each((typeof e=="function"?mo:e?po:ho)(n,e))}function yo(){this.textContent=""}function bo(t){return function(){this.textContent=t}}function vo(t){return function(){var e=t.apply(this,arguments);this.textContent=e??""}}function xo(t){return arguments.length?this.each(t==null?yo:(typeof t=="function"?vo:bo)(t)):this.node().textContent}function Do(){this.innerHTML=""}function wo(t){return function(){this.innerHTML=t}}function $o(t){return function(){var e=t.apply(this,arguments);this.innerHTML=e??""}}function _o(t){return arguments.length?this.each(t==null?Do:(typeof t=="function"?$o:wo)(t)):this.node().innerHTML}function Ao(){this.nextSibling&&this.parentNode.appendChild(this)}function So(){return this.each(Ao)}function To(){this.previousSibling&&this.parentNode.insertBefore(this,this.parentNode.firstChild)}function Mo(){return this.each(To)}function Fo(t){var e=typeof t=="function"?t:Yn(t);return this.select(function(){return this.appendChild(e.apply(this,arguments))})}function Co(){return null}function Eo(t,e){var n=typeof t=="function"?t:Yn(t),r=e==null?Co:typeof e=="function"?e:Ye(e);return this.select(function(){return this.insertBefore(n.apply(this,arguments),r.apply(this,arguments)||null)})}function Lo(){var t=this.parentNode;t&&t.removeChild(this)}function Po(){return this.each(Lo)}function Oo(){var t=this.cloneNode(!1),e=this.parentNode;return e?e.insertBefore(t,this.nextSibling):t}function Io(){var t=this.cloneNode(!0),e=this.parentNode;return e?e.insertBefore(t,this.nextSibling):t}function Ro(t){return this.select(t?Io:Oo)}function Bo(t){return arguments.length?this.property("__data__",t):this.node().__data__}function ko(t){return function(e){t.call(this,e,this.__data__)}}function No(t){return t.trim().split(/^|\s+/).map(function(e){var n="",r=e.indexOf(".");return r>=0&&(n=e.slice(r+1),e=e.slice(0,r)),{type:e,name:n}})}function Vo(t){return function(){var e=this.__on;if(e){for(var n=0,r=-1,i=e.length,a;n<i;++n)a=e[n],(!t.type||a.type===t.type)&&a.name===t.name?this.removeEventListener(a.type,a.listener,a.options):e[++r]=a;++r?e.length=r:delete this.__on}}}function Go(t,e,n){return function(){var r=this.__on,i,a=ko(e);if(r){for(var o=0,u=r.length;o<u;++o)if((i=r[o]).type===t.type&&i.name===t.name){this.removeEventListener(i.type,i.listener,i.options),this.addEventListener(i.type,i.listener=a,i.options=n),i.value=e;return}}this.addEventListener(t.type,a,n),i={type:t.type,name:t.name,value:e,listener:a,options:n},r?r.push(i):this.__on=[i]}}function Xo(t,e,n){var r=No(t+""),i,a=r.length,o;if(arguments.length<2){var u=this.node().__on;if(u){for(var s=0,l=u.length,f;s<l;++s)for(i=0,f=u[s];i<a;++i)if((o=r[i]).type===f.type&&o.name===f.name)return f.value}return}for(u=e?Go:Vo,i=0;i<a;++i)this.each(u(r[i],e,n));return this}function Qn(t,e,n){var r=Wn(t),i=r.CustomEvent;typeof i=="function"?i=new i(e,n):(i=r.document.createEvent("Event"),n?(i.initEvent(e,n.bubbles,n.cancelable),i.detail=n.detail):i.initEvent(e,!1,!1)),t.dispatchEvent(i)}function Yo(t,e){return function(){return Qn(this,t,e)}}function Uo(t,e){return function(){return Qn(this,t,e.apply(this,arguments))}}function zo(t,e){return this.each((typeof e=="function"?Uo:Yo)(t,e))}function*Ho(){for(var t=this._groups,e=0,n=t.length;e<n;++e)for(var r=t[e],i=0,a=r.length,o;i<a;++i)(o=r[i])&&(yield o)}var tr=[null];function j(t,e){this._groups=t,this._parents=e}function Vt(){return new j([[document.documentElement]],tr)}function jo(){return this}j.prototype=Vt.prototype={constructor:j,select:ba,selectAll:wa,selectChild:Sa,selectChildren:Ca,filter:Ea,data:Ba,enter:La,exit:Na,join:Va,merge:Ga,selection:jo,order:Xa,sort:Ya,call:za,nodes:Ha,node:ja,size:Wa,empty:qa,each:Ja,attr:ro,style:uo,property:fo,classed:go,text:xo,html:_o,raise:So,lower:Mo,append:Fo,insert:Eo,remove:Po,clone:Ro,datum:Bo,on:Xo,dispatch:zo,[Symbol.iterator]:Ho};function oe(t){return typeof t=="string"?new j([[document.querySelector(t)]],[document.documentElement]):new j([[t]],tr)}function ze(t,e,n){t.prototype=e.prototype=n,n.constructor=t}function er(t,e){var n=Object.create(t.prototype);for(var r in e)n[r]=e[r];return n}function Gt(){}var Xt=.7,ue=1/Xt,Tt="\\s*([+-]?\\d+)\\s*",Yt="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)\\s*",tt="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)%\\s*",Wo=/^#([0-9a-f]{3,8})$/,qo=new RegExp(`^rgb\\(${Tt},${Tt},${Tt}\\)$`),Jo=new RegExp(`^rgb\\(${tt},${tt},${tt}\\)$`),Zo=new RegExp(`^rgba\\(${Tt},${Tt},${Tt},${Yt}\\)$`),Ko=new RegExp(`^rgba\\(${tt},${tt},${tt},${Yt}\\)$`),Qo=new RegExp(`^hsl\\(${Yt},${tt},${tt}\\)$`),tu=new RegExp(`^hsla\\(${Yt},${tt},${tt},${Yt}\\)$`),nr={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};ze(Gt,yt,{copy(t){return Object.assign(new this.constructor,this,t)},displayable(){return this.rgb().displayable()},hex:rr,formatHex:rr,formatHex8:eu,formatHsl:nu,formatRgb:ir,toString:ir});function rr(){return this.rgb().formatHex()}function eu(){return this.rgb().formatHex8()}function nu(){return lr(this).formatHsl()}function ir(){return this.rgb().formatRgb()}function yt(t){var e,n;return t=(t+"").trim().toLowerCase(),(e=Wo.exec(t))?(n=e[1].length,e=parseInt(e[1],16),n===6?ar(e):n===3?new H(e>>8&15|e>>4&240,e>>4&15|e&240,(e&15)<<4|e&15,1):n===8?se(e>>24&255,e>>16&255,e>>8&255,(e&255)/255):n===4?se(e>>12&15|e>>8&240,e>>8&15|e>>4&240,e>>4&15|e&240,((e&15)<<4|e&15)/255):null):(e=qo.exec(t))?new H(e[1],e[2],e[3],1):(e=Jo.exec(t))?new H(e[1]*255/100,e[2]*255/100,e[3]*255/100,1):(e=Zo.exec(t))?se(e[1],e[2],e[3],e[4]):(e=Ko.exec(t))?se(e[1]*255/100,e[2]*255/100,e[3]*255/100,e[4]):(e=Qo.exec(t))?sr(e[1],e[2]/100,e[3]/100,1):(e=tu.exec(t))?sr(e[1],e[2]/100,e[3]/100,e[4]):nr.hasOwnProperty(t)?ar(nr[t]):t==="transparent"?new H(NaN,NaN,NaN,0):null}function ar(t){return new H(t>>16&255,t>>8&255,t&255,1)}function se(t,e,n,r){return r<=0&&(t=e=n=NaN),new H(t,e,n,r)}function ru(t){return t instanceof Gt||(t=yt(t)),t?(t=t.rgb(),new H(t.r,t.g,t.b,t.opacity)):new H}function He(t,e,n,r){return arguments.length===1?ru(t):new H(t,e,n,r??1)}function H(t,e,n,r){this.r=+t,this.g=+e,this.b=+n,this.opacity=+r}ze(H,He,er(Gt,{brighter(t){return t=t==null?ue:Math.pow(ue,t),new H(this.r*t,this.g*t,this.b*t,this.opacity)},darker(t){return t=t==null?Xt:Math.pow(Xt,t),new H(this.r*t,this.g*t,this.b*t,this.opacity)},rgb(){return this},clamp(){return new H(bt(this.r),bt(this.g),bt(this.b),le(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:or,formatHex:or,formatHex8:iu,formatRgb:ur,toString:ur}));function or(){return`#${vt(this.r)}${vt(this.g)}${vt(this.b)}`}function iu(){return`#${vt(this.r)}${vt(this.g)}${vt(this.b)}${vt((isNaN(this.opacity)?1:this.opacity)*255)}`}function ur(){const t=le(this.opacity);return`${t===1?"rgb(":"rgba("}${bt(this.r)}, ${bt(this.g)}, ${bt(this.b)}${t===1?")":`, ${t})`}`}function le(t){return isNaN(t)?1:Math.max(0,Math.min(1,t))}function bt(t){return Math.max(0,Math.min(255,Math.round(t)||0))}function vt(t){return t=bt(t),(t<16?"0":"")+t.toString(16)}function sr(t,e,n,r){return r<=0?t=e=n=NaN:n<=0||n>=1?t=e=NaN:e<=0&&(t=NaN),new J(t,e,n,r)}function lr(t){if(t instanceof J)return new J(t.h,t.s,t.l,t.opacity);if(t instanceof Gt||(t=yt(t)),!t)return new J;if(t instanceof J)return t;t=t.rgb();var e=t.r/255,n=t.g/255,r=t.b/255,i=Math.min(e,n,r),a=Math.max(e,n,r),o=NaN,u=a-i,s=(a+i)/2;return u?(e===a?o=(n-r)/u+(n<r)*6:n===a?o=(r-e)/u+2:o=(e-n)/u+4,u/=s<.5?a+i:2-a-i,o*=60):u=s>0&&s<1?0:o,new J(o,u,s,t.opacity)}function au(t,e,n,r){return arguments.length===1?lr(t):new J(t,e,n,r??1)}function J(t,e,n,r){this.h=+t,this.s=+e,this.l=+n,this.opacity=+r}ze(J,au,er(Gt,{brighter(t){return t=t==null?ue:Math.pow(ue,t),new J(this.h,this.s,this.l*t,this.opacity)},darker(t){return t=t==null?Xt:Math.pow(Xt,t),new J(this.h,this.s,this.l*t,this.opacity)},rgb(){var t=this.h%360+(this.h<0)*360,e=isNaN(t)||isNaN(this.s)?0:this.s,n=this.l,r=n+(n<.5?n:1-n)*e,i=2*n-r;return new H(je(t>=240?t-240:t+120,i,r),je(t,i,r),je(t<120?t+240:t-120,i,r),this.opacity)},clamp(){return new J(cr(this.h),ce(this.s),ce(this.l),le(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 t=le(this.opacity);return`${t===1?"hsl(":"hsla("}${cr(this.h)}, ${ce(this.s)*100}%, ${ce(this.l)*100}%${t===1?")":`, ${t})`}`}}));function cr(t){return t=(t||0)%360,t<0?t+360:t}function ce(t){return Math.max(0,Math.min(1,t||0))}function je(t,e,n){return(t<60?e+(n-e)*t/60:t<180?n:t<240?e+(n-e)*(240-t)/60:e)*255}const We=t=>()=>t;function ou(t,e){return function(n){return t+n*e}}function uu(t,e,n){return t=Math.pow(t,n),e=Math.pow(e,n)-t,n=1/n,function(r){return Math.pow(t+r*e,n)}}function su(t){return(t=+t)==1?fr:function(e,n){return n-e?uu(e,n,t):We(isNaN(e)?n:e)}}function fr(t,e){var n=e-t;return n?ou(t,n):We(isNaN(t)?e:t)}const fe=function t(e){var n=su(e);function r(i,a){var o=n((i=He(i)).r,(a=He(a)).r),u=n(i.g,a.g),s=n(i.b,a.b),l=fr(i.opacity,a.opacity);return function(f){return i.r=o(f),i.g=u(f),i.b=s(f),i.opacity=l(f),i+""}}return r.gamma=t,r}(1);function lu(t,e){e||(e=[]);var n=t?Math.min(e.length,t.length):0,r=e.slice(),i;return function(a){for(i=0;i<n;++i)r[i]=t[i]*(1-a)+e[i]*a;return r}}function cu(t){return ArrayBuffer.isView(t)&&!(t instanceof DataView)}function fu(t,e){var n=e?e.length:0,r=t?Math.min(n,t.length):0,i=new Array(r),a=new Array(n),o;for(o=0;o<r;++o)i[o]=Ze(t[o],e[o]);for(;o<n;++o)a[o]=e[o];return function(u){for(o=0;o<r;++o)a[o]=i[o](u);return a}}function pu(t,e){var n=new Date;return t=+t,e=+e,function(r){return n.setTime(t*(1-r)+e*r),n}}function Z(t,e){return t=+t,e=+e,function(n){return t*(1-n)+e*n}}function hu(t,e){var n={},r={},i;(t===null||typeof t!="object")&&(t={}),(e===null||typeof e!="object")&&(e={});for(i in e)i in t?n[i]=Ze(t[i],e[i]):r[i]=e[i];return function(a){for(i in n)r[i]=n[i](a);return r}}var qe=/[-+]?(?:\d+\.?\d*|\.?\d+)(?:[eE][-+]?\d+)?/g,Je=new RegExp(qe.source,"g");function mu(t){return function(){return t}}function du(t){return function(e){return t(e)+""}}function pr(t,e){var n=qe.lastIndex=Je.lastIndex=0,r,i,a,o=-1,u=[],s=[];for(t=t+"",e=e+"";(r=qe.exec(t))&&(i=Je.exec(e));)(a=i.index)>n&&(a=e.slice(n,a),u[o]?u[o]+=a:u[++o]=a),(r=r[0])===(i=i[0])?u[o]?u[o]+=i:u[++o]=i:(u[++o]=null,s.push({i:o,x:Z(r,i)})),n=Je.lastIndex;return n<e.length&&(a=e.slice(n),u[o]?u[o]+=a:u[++o]=a),u.length<2?s[0]?du(s[0].x):mu(e):(e=s.length,function(l){for(var f=0,c;f<e;++f)u[(c=s[f]).i]=c.x(l);return u.join("")})}function Ze(t,e){var n=typeof e,r;return e==null||n==="boolean"?We(e):(n==="number"?Z:n==="string"?(r=yt(e))?(e=r,fe):pr:e instanceof yt?fe:e instanceof Date?pu:cu(e)?lu:Array.isArray(e)?fu:typeof e.valueOf!="function"&&typeof e.toString!="function"||isNaN(e)?hu:Z)(t,e)}function gu(t,e){return t=+t,e=+e,function(n){return Math.round(t*(1-n)+e*n)}}var hr=180/Math.PI,Ke={translateX:0,translateY:0,rotate:0,skewX:0,scaleX:1,scaleY:1};function mr(t,e,n,r,i,a){var o,u,s;return(o=Math.sqrt(t*t+e*e))&&(t/=o,e/=o),(s=t*n+e*r)&&(n-=t*s,r-=e*s),(u=Math.sqrt(n*n+r*r))&&(n/=u,r/=u,s/=u),t*r<e*n&&(t=-t,e=-e,s=-s,o=-o),{translateX:i,translateY:a,rotate:Math.atan2(e,t)*hr,skewX:Math.atan(s)*hr,scaleX:o,scaleY:u}}var pe;function yu(t){const e=new(typeof DOMMatrix=="function"?DOMMatrix:WebKitCSSMatrix)(t+"");return e.isIdentity?Ke:mr(e.a,e.b,e.c,e.d,e.e,e.f)}function bu(t){return t==null||(pe||(pe=document.createElementNS("http://www.w3.org/2000/svg","g")),pe.setAttribute("transform",t),!(t=pe.transform.baseVal.consolidate()))?Ke:(t=t.matrix,mr(t.a,t.b,t.c,t.d,t.e,t.f))}function dr(t,e,n,r){function i(l){return l.length?l.pop()+" ":""}function a(l,f,c,p,h,m){if(l!==c||f!==p){var d=h.push("translate(",null,e,null,n);m.push({i:d-4,x:Z(l,c)},{i:d-2,x:Z(f,p)})}else(c||p)&&h.push("translate("+c+e+p+n)}function o(l,f,c,p){l!==f?(l-f>180?f+=360:f-l>180&&(l+=360),p.push({i:c.push(i(c)+"rotate(",null,r)-2,x:Z(l,f)})):f&&c.push(i(c)+"rotate("+f+r)}function u(l,f,c,p){l!==f?p.push({i:c.push(i(c)+"skewX(",null,r)-2,x:Z(l,f)}):f&&c.push(i(c)+"skewX("+f+r)}function s(l,f,c,p,h,m){if(l!==c||f!==p){var d=h.push(i(h)+"scale(",null,",",null,")");m.push({i:d-4,x:Z(l,c)},{i:d-2,x:Z(f,p)})}else(c!==1||p!==1)&&h.push(i(h)+"scale("+c+","+p+")")}return function(l,f){var c=[],p=[];return l=t(l),f=t(f),a(l.translateX,l.translateY,f.translateX,f.translateY,c,p),o(l.rotate,f.rotate,c,p),u(l.skewX,f.skewX,c,p),s(l.scaleX,l.scaleY,f.scaleX,f.scaleY,c,p),l=f=null,function(h){for(var m=-1,d=p.length,x;++m<d;)c[(x=p[m]).i]=x.x(h);return c.join("")}}}var vu=dr(yu,"px, ","px)","deg)"),xu=dr(bu,", ",")",")"),Mt=0,Ut=0,zt=0,gr=1e3,he,Ht,me=0,xt=0,de=0,jt=typeof performance=="object"&&performance.now?performance:Date,yr=typeof window=="object"&&window.requestAnimationFrame?window.requestAnimationFrame.bind(window):function(t){setTimeout(t,17)};function Qe(){return xt||(yr(Du),xt=jt.now()+de)}function Du(){xt=0}function ge(){this._call=this._time=this._next=null}ge.prototype=br.prototype={constructor:ge,restart:function(t,e,n){if(typeof t!="function")throw new TypeError("callback is not a function");n=(n==null?Qe():+n)+(e==null?0:+e),!this._next&&Ht!==this&&(Ht?Ht._next=this:he=this,Ht=this),this._call=t,this._time=n,tn()},stop:function(){this._call&&(this._call=null,this._time=1/0,tn())}};function br(t,e,n){var r=new ge;return r.restart(t,e,n),r}function wu(){Qe(),++Mt;for(var t=he,e;t;)(e=xt-t._time)>=0&&t._call.call(void 0,e),t=t._next;--Mt}function vr(){xt=(me=jt.now())+de,Mt=Ut=0;try{wu()}finally{Mt=0,_u(),xt=0}}function $u(){var t=jt.now(),e=t-me;e>gr&&(de-=e,me=t)}function _u(){for(var t,e=he,n,r=1/0;e;)e._call?(r>e._time&&(r=e._time),t=e,e=e._next):(n=e._next,e._next=null,e=t?t._next=n:he=n);Ht=t,tn(r)}function tn(t){if(!Mt){Ut&&(Ut=clearTimeout(Ut));var e=t-xt;e>24?(t<1/0&&(Ut=setTimeout(vr,t-jt.now()-de)),zt&&(zt=clearInterval(zt))):(zt||(me=jt.now(),zt=setInterval($u,gr)),Mt=1,yr(vr))}}function xr(t,e,n){var r=new ge;return e=e==null?0:+e,r.restart(i=>{r.stop(),t(i+e)},e,n),r}var Au=Vn("start","end","cancel","interrupt"),Su=[],Dr=0,wr=1,en=2,ye=3,$r=4,nn=5,be=6;function ve(t,e,n,r,i,a){var o=t.__transition;if(!o)t.__transition={};else if(n in o)return;Tu(t,n,{name:e,index:r,group:i,on:Au,tween:Su,time:a.time,delay:a.delay,duration:a.duration,ease:a.ease,timer:null,state:Dr})}function rn(t,e){var n=K(t,e);if(n.state>Dr)throw new Error("too late; already scheduled");return n}function et(t,e){var n=K(t,e);if(n.state>ye)throw new Error("too late; already running");return n}function K(t,e){var n=t.__transition;if(!n||!(n=n[e]))throw new Error("transition not found");return n}function Tu(t,e,n){var r=t.__transition,i;r[e]=n,n.timer=br(a,0,n.time);function a(l){n.state=wr,n.timer.restart(o,n.delay,n.time),n.delay<=l&&o(l-n.delay)}function o(l){var f,c,p,h;if(n.state!==wr)return s();for(f in r)if(h=r[f],h.name===n.name){if(h.state===ye)return xr(o);h.state===$r?(h.state=be,h.timer.stop(),h.on.call("interrupt",t,t.__data__,h.index,h.group),delete r[f]):+f<e&&(h.state=be,h.timer.stop(),h.on.call("cancel",t,t.__data__,h.index,h.group),delete r[f])}if(xr(function(){n.state===ye&&(n.state=$r,n.timer.restart(u,n.delay,n.time),u(l))}),n.state=en,n.on.call("start",t,t.__data__,n.index,n.group),n.state===en){for(n.state=ye,i=new Array(p=n.tween.length),f=0,c=-1;f<p;++f)(h=n.tween[f].value.call(t,t.__data__,n.index,n.group))&&(i[++c]=h);i.length=c+1}}function u(l){for(var f=l<n.duration?n.ease.call(null,l/n.duration):(n.timer.restart(s),n.state=nn,1),c=-1,p=i.length;++c<p;)i[c].call(t,f);n.state===nn&&(n.on.call("end",t,t.__data__,n.index,n.group),s())}function s(){n.state=be,n.timer.stop(),delete r[e];for(var l in r)return;delete t.__transition}}function Mu(t,e){var n=t.__transition,r,i,a=!0,o;if(n){e=e==null?null:e+"";for(o in n){if((r=n[o]).name!==e){a=!1;continue}i=r.state>en&&r.state<nn,r.state=be,r.timer.stop(),r.on.call(i?"interrupt":"cancel",t,t.__data__,r.index,r.group),delete n[o]}a&&delete t.__transition}}function Fu(t){return this.each(function(){Mu(this,t)})}function Cu(t,e){var n,r;return function(){var i=et(this,t),a=i.tween;if(a!==n){r=n=a;for(var o=0,u=r.length;o<u;++o)if(r[o].name===e){r=r.slice(),r.splice(o,1);break}}i.tween=r}}function Eu(t,e,n){var r,i;if(typeof n!="function")throw new Error;return function(){var a=et(this,t),o=a.tween;if(o!==r){i=(r=o).slice();for(var u={name:e,value:n},s=0,l=i.length;s<l;++s)if(i[s].name===e){i[s]=u;break}s===l&&i.push(u)}a.tween=i}}function Lu(t,e){var n=this._id;if(t+="",arguments.length<2){for(var r=K(this.node(),n).tween,i=0,a=r.length,o;i<a;++i)if((o=r[i]).name===t)return o.value;return null}return this.each((e==null?Cu:Eu)(n,t,e))}function an(t,e,n){var r=t._id;return t.each(function(){var i=et(this,r);(i.value||(i.value={}))[e]=n.apply(this,arguments)}),function(i){return K(i,r).value[e]}}function _r(t,e){var n;return(typeof e=="number"?Z:e instanceof yt?fe:(n=yt(e))?(e=n,fe):pr)(t,e)}function Pu(t){return function(){this.removeAttribute(t)}}function Ou(t){return function(){this.removeAttributeNS(t.space,t.local)}}function Iu(t,e,n){var r,i=n+"",a;return function(){var o=this.getAttribute(t);return o===i?null:o===r?a:a=e(r=o,n)}}function Ru(t,e,n){var r,i=n+"",a;return function(){var o=this.getAttributeNS(t.space,t.local);return o===i?null:o===r?a:a=e(r=o,n)}}function Bu(t,e,n){var r,i,a;return function(){var o,u=n(this),s;return u==null?void this.removeAttribute(t):(o=this.getAttribute(t),s=u+"",o===s?null:o===r&&s===i?a:(i=s,a=e(r=o,u)))}}function ku(t,e,n){var r,i,a;return function(){var o,u=n(this),s;return u==null?void this.removeAttributeNS(t.space,t.local):(o=this.getAttributeNS(t.space,t.local),s=u+"",o===s?null:o===r&&s===i?a:(i=s,a=e(r=o,u)))}}function Nu(t,e){var n=ie(t),r=n==="transform"?xu:_r;return this.attrTween(t,typeof e=="function"?(n.local?ku:Bu)(n,r,an(this,"attr."+t,e)):e==null?(n.local?Ou:Pu)(n):(n.local?Ru:Iu)(n,r,e))}function Vu(t,e){return function(n){this.setAttribute(t,e.call(this,n))}}function Gu(t,e){return function(n){this.setAttributeNS(t.space,t.local,e.call(this,n))}}function Xu(t,e){var n,r;function i(){var a=e.apply(this,arguments);return a!==r&&(n=(r=a)&&Gu(t,a)),n}return i._value=e,i}function Yu(t,e){var n,r;function i(){var a=e.apply(this,arguments);return a!==r&&(n=(r=a)&&Vu(t,a)),n}return i._value=e,i}function Uu(t,e){var n="attr."+t;if(arguments.length<2)return(n=this.tween(n))&&n._value;if(e==null)return this.tween(n,null);if(typeof e!="function")throw new Error;var r=ie(t);return this.tween(n,(r.local?Xu:Yu)(r,e))}function zu(t,e){return function(){rn(this,t).delay=+e.apply(this,arguments)}}function Hu(t,e){return e=+e,function(){rn(this,t).delay=e}}function ju(t){var e=this._id;return arguments.length?this.each((typeof t=="function"?zu:Hu)(e,t)):K(this.node(),e).delay}function Wu(t,e){return function(){et(this,t).duration=+e.apply(this,arguments)}}function qu(t,e){return e=+e,function(){et(this,t).duration=e}}function Ju(t){var e=this._id;return arguments.length?this.each((typeof t=="function"?Wu:qu)(e,t)):K(this.node(),e).duration}function Zu(t,e){if(typeof e!="function")throw new Error;return function(){et(this,t).ease=e}}function Ku(t){var e=this._id;return arguments.length?this.each(Zu(e,t)):K(this.node(),e).ease}function Qu(t,e){return function(){var n=e.apply(this,arguments);if(typeof n!="function")throw new Error;et(this,t).ease=n}}function ts(t){if(typeof t!="function")throw new Error;return this.each(Qu(this._id,t))}function es(t){typeof t!="function"&&(t=zn(t));for(var e=this._groups,n=e.length,r=new Array(n),i=0;i<n;++i)for(var a=e[i],o=a.length,u=r[i]=[],s,l=0;l<o;++l)(s=a[l])&&t.call(s,s.__data__,l,a)&&u.push(s);return new it(r,this._parents,this._name,this._id)}function ns(t){if(t._id!==this._id)throw new Error;for(var e=this._groups,n=t._groups,r=e.length,i=n.length,a=Math.min(r,i),o=new Array(r),u=0;u<a;++u)for(var s=e[u],l=n[u],f=s.length,c=o[u]=new Array(f),p,h=0;h<f;++h)(p=s[h]||l[h])&&(c[h]=p);for(;u<r;++u)o[u]=e[u];return new it(o,this._parents,this._name,this._id)}function rs(t){return(t+"").trim().split(/^|\s+/).every(function(e){var n=e.indexOf(".");return n>=0&&(e=e.slice(0,n)),!e||e==="start"})}function is(t,e,n){var r,i,a=rs(e)?rn:et;return function(){var o=a(this,t),u=o.on;u!==r&&(i=(r=u).copy()).on(e,n),o.on=i}}function as(t,e){var n=this._id;return arguments.length<2?K(this.node(),n).on.on(t):this.each(is(n,t,e))}function os(t){return function(){var e=this.parentNode;for(var n in this.__transition)if(+n!==t)return;e&&e.removeChild(this)}}function us(){return this.on("end.remove",os(this._id))}function ss(t){var e=this._name,n=this._id;typeof t!="function"&&(t=Ye(t));for(var r=this._groups,i=r.length,a=new Array(i),o=0;o<i;++o)for(var u=r[o],s=u.length,l=a[o]=new Array(s),f,c,p=0;p<s;++p)(f=u[p])&&(c=t.call(f,f.__data__,p,u))&&("__data__"in f&&(c.__data__=f.__data__),l[p]=c,ve(l[p],e,n,p,l,K(f,n)));return new it(a,this._parents,e,n)}function ls(t){var e=this._name,n=this._id;typeof t!="function"&&(t=Un(t));for(var r=this._groups,i=r.length,a=[],o=[],u=0;u<i;++u)for(var s=r[u],l=s.length,f,c=0;c<l;++c)if(f=s[c]){for(var p=t.call(f,f.__data__,c,s),h,m=K(f,n),d=0,x=p.length;d<x;++d)(h=p[d])&&ve(h,e,n,d,p,m);a.push(p),o.push(f)}return new it(a,o,e,n)}var cs=Vt.prototype.constructor;function fs(){return new cs(this._groups,this._parents)}function ps(t,e){var n,r,i;return function(){var a=St(this,t),o=(this.style.removeProperty(t),St(this,t));return a===o?null:a===n&&o===r?i:i=e(n=a,r=o)}}function Ar(t){return function(){this.style.removeProperty(t)}}function hs(t,e,n){var r,i=n+"",a;return function(){var o=St(this,t);return o===i?null:o===r?a:a=e(r=o,n)}}function ms(t,e,n){var r,i,a;return function(){var o=St(this,t),u=n(this),s=u+"";return u==null&&(s=u=(this.style.removeProperty(t),St(this,t))),o===s?null:o===r&&s===i?a:(i=s,a=e(r=o,u))}}function ds(t,e){var n,r,i,a="style."+e,o="end."+a,u;return function(){var s=et(this,t),l=s.on,f=s.value[a]==null?u||(u=Ar(e)):void 0;(l!==n||i!==f)&&(r=(n=l).copy()).on(o,i=f),s.on=r}}function gs(t,e,n){var r=(t+="")=="transform"?vu:_r;return e==null?this.styleTween(t,ps(t,r)).on("end.style."+t,Ar(t)):typeof e=="function"?this.styleTween(t,ms(t,r,an(this,"style."+t,e))).each(ds(this._id,t)):this.styleTween(t,hs(t,r,e),n).on("end.style."+t,null)}function ys(t,e,n){return function(r){this.style.setProperty(t,e.call(this,r),n)}}function bs(t,e,n){var r,i;function a(){var o=e.apply(this,arguments);return o!==i&&(r=(i=o)&&ys(t,o,n)),r}return a._value=e,a}function vs(t,e,n){var r="style."+(t+="");if(arguments.length<2)return(r=this.tween(r))&&r._value;if(e==null)return this.tween(r,null);if(typeof e!="function")throw new Error;return this.tween(r,bs(t,e,n??""))}function xs(t){return function(){this.textContent=t}}function Ds(t){return function(){var e=t(this);this.textContent=e??""}}function ws(t){return this.tween("text",typeof t=="function"?Ds(an(this,"text",t)):xs(t==null?"":t+""))}function $s(t){return function(e){this.textContent=t.call(this,e)}}function _s(t){var e,n;function r(){var i=t.apply(this,arguments);return i!==n&&(e=(n=i)&&$s(i)),e}return r._value=t,r}function As(t){var e="text";if(arguments.length<1)return(e=this.tween(e))&&e._value;if(t==null)return this.tween(e,null);if(typeof t!="function")throw new Error;return this.tween(e,_s(t))}function Ss(){for(var t=this._name,e=this._id,n=Sr(),r=this._groups,i=r.length,a=0;a<i;++a)for(var o=r[a],u=o.length,s,l=0;l<u;++l)if(s=o[l]){var f=K(s,e);ve(s,t,n,l,o,{time:f.time+f.delay+f.duration,delay:0,duration:f.duration,ease:f.ease})}return new it(r,this._parents,t,n)}function Ts(){var t,e,n=this,r=n._id,i=n.size();return new Promise(function(a,o){var u={value:o},s={value:function(){--i===0&&a()}};n.each(function(){var l=et(this,r),f=l.on;f!==t&&(e=(t=f).copy(),e._.cancel.push(u),e._.interrupt.push(u),e._.end.push(s)),l.on=e}),i===0&&a()})}var Ms=0;function it(t,e,n,r){this._groups=t,this._parents=e,this._name=n,this._id=r}function Sr(){return++Ms}var at=Vt.prototype;it.prototype={constructor:it,select:ss,selectAll:ls,selectChild:at.selectChild,selectChildren:at.selectChildren,filter:es,merge:ns,selection:fs,transition:Ss,call:at.call,nodes:at.nodes,node:at.node,size:at.size,empty:at.empty,each:at.each,on:as,attr:Nu,attrTween:Uu,style:gs,styleTween:vs,text:ws,textTween:As,remove:us,tween:Lu,delay:ju,duration:Ju,ease:Ku,easeVarying:ts,end:Ts,[Symbol.iterator]:at[Symbol.iterator]};function Fs(t){return((t*=2)<=1?t*t*t:(t-=2)*t*t+2)/2}var Cs={time:null,delay:0,duration:250,ease:Fs};function Es(t,e){for(var n;!(n=t.__transition)||!(n=n[e]);)if(!(t=t.parentNode))throw new Error(`transition ${e} not found`);return n}function Ls(t){var e,n;t instanceof it?(e=t._id,t=t._name):(e=Sr(),(n=Cs).time=Qe(),t=t==null?null:t+"");for(var r=this._groups,i=r.length,a=0;a<i;++a)for(var o=r[a],u=o.length,s,l=0;l<u;++l)(s=o[l])&&ve(s,t,e,l,o,n||Es(s,e));return new it(r,this._parents,t,e)}Vt.prototype.interrupt=Fu,Vt.prototype.transition=Ls;function Ps(t){return Math.abs(t=Math.round(t))>=1e21?t.toLocaleString("en").replace(/,/g,""):t.toString(10)}function xe(t,e){if((n=(t=e?t.toExponential(e-1):t.toExponential()).indexOf("e"))<0)return null;var n,r=t.slice(0,n);return[r.length>1?r[0]+r.slice(2):r,+t.slice(n+1)]}function Ft(t){return t=xe(Math.abs(t)),t?t[1]:NaN}function Os(t,e){return function(n,r){for(var i=n.length,a=[],o=0,u=t[0],s=0;i>0&&u>0&&(s+u+1>r&&(u=Math.max(1,r-s)),a.push(n.substring(i-=u,i+u)),!((s+=u+1)>r));)u=t[o=(o+1)%t.length];return a.reverse().join(e)}}function Is(t){return function(e){return e.replace(/[0-9]/g,function(n){return t[+n]})}}var Rs=/^(?:(.)?([<>=^]))?([+\-( ])?([$#])?(0)?(\d+)?(,)?(\.\d+)?(~)?([a-z%])?$/i;function De(t){if(!(e=Rs.exec(t)))throw new Error("invalid format: "+t);var e;return new on({fill:e[1],align:e[2],sign:e[3],symbol:e[4],zero:e[5],width:e[6],comma:e[7],precision:e[8]&&e[8].slice(1),trim:e[9],type:e[10]})}De.prototype=on.prototype;function on(t){this.fill=t.fill===void 0?" ":t.fill+"",this.align=t.align===void 0?">":t.align+"",this.sign=t.sign===void 0?"-":t.sign+"",this.symbol=t.symbol===void 0?"":t.symbol+"",this.zero=!!t.zero,this.width=t.width===void 0?void 0:+t.width,this.comma=!!t.comma,this.precision=t.precision===void 0?void 0:+t.precision,this.trim=!!t.trim,this.type=t.type===void 0?"":t.type+""}on.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 Bs(t){t:for(var e=t.length,n=1,r=-1,i;n<e;++n)switch(t[n]){case".":r=i=n;break;case"0":r===0&&(r=n),i=n;break;default:if(!+t[n])break t;r>0&&(r=0);break}return r>0?t.slice(0,r)+t.slice(i+1):t}var Tr;function ks(t,e){var n=xe(t,e);if(!n)return t+"";var r=n[0],i=n[1],a=i-(Tr=Math.max(-8,Math.min(8,Math.floor(i/3)))*3)+1,o=r.length;return a===o?r:a>o?r+new Array(a-o+1).join("0"):a>0?r.slice(0,a)+"."+r.slice(a):"0."+new Array(1-a).join("0")+xe(t,Math.max(0,e+a-1))[0]}function Mr(t,e){var n=xe(t,e);if(!n)return t+"";var r=n[0],i=n[1];return i<0?"0."+new Array(-i).join("0")+r:r.length>i+1?r.slice(0,i+1)+"."+r.slice(i+1):r+new Array(i-r.length+2).join("0")}const Fr={"%":(t,e)=>(t*100).toFixed(e),b:t=>Math.round(t).toString(2),c:t=>t+"",d:Ps,e:(t,e)=>t.toExponential(e),f:(t,e)=>t.toFixed(e),g:(t,e)=>t.toPrecision(e),o:t=>Math.round(t).toString(8),p:(t,e)=>Mr(t*100,e),r:Mr,s:ks,X:t=>Math.round(t).toString(16).toUpperCase(),x:t=>Math.round(t).toString(16)};function Cr(t){return t}var Er=Array.prototype.map,Lr=["y","z","a","f","p","n","µ","m","","k","M","G","T","P","E","Z","Y"];function Ns(t){var e=t.grouping===void 0||t.thousands===void 0?Cr:Os(Er.call(t.grouping,Number),t.thousands+""),n=t.currency===void 0?"":t.currency[0]+"",r=t.currency===void 0?"":t.currency[1]+"",i=t.decimal===void 0?".":t.decimal+"",a=t.numerals===void 0?Cr:Is(Er.call(t.numerals,String)),o=t.percent===void 0?"%":t.percent+"",u=t.minus===void 0?"−":t.minus+"",s=t.nan===void 0?"NaN":t.nan+"";function l(c){c=De(c);var p=c.fill,h=c.align,m=c.sign,d=c.symbol,x=c.zero,$=c.width,S=c.comma,_=c.precision,C=c.trim,A=c.type;A==="n"?(S=!0,A="g"):Fr[A]||(_===void 0&&(_=12),C=!0,A="g"),(x||p==="0"&&h==="=")&&(x=!0,p="0",h="=");var I=d==="$"?n:d==="#"&&/[boxX]/.test(A)?"0"+A.toLowerCase():"",O=d==="$"?r:/[%p]/.test(A)?o:"",k=Fr[A],D=/[defgprs%]/.test(A);_=_===void 0?6:/[gprs]/.test(A)?Math.max(1,Math.min(21,_)):Math.max(0,Math.min(20,_));function w(y){var T=I,P=O,G,dt,Q;if(A==="c")P=k(y)+P,y="";else{y=+y;var rt=y<0||1/y<0;if(y=isNaN(y)?s:k(Math.abs(y),_),C&&(y=Bs(y)),rt&&+y==0&&m!=="+"&&(rt=!1),T=(rt?m==="("?m:u:m==="-"||m==="("?"":m)+T,P=(A==="s"?Lr[8+Tr/3]:"")+P+(rt&&m==="("?")":""),D){for(G=-1,dt=y.length;++G<dt;)if(Q=y.charCodeAt(G),48>Q||Q>57){P=(Q===46?i+y.slice(G+1):y.slice(G))+P,y=y.slice(0,G);break}}}S&&!x&&(y=e(y,1/0));var gt=T.length+y.length+P.length,ot=gt<$?new Array($-gt+1).join(p):"";switch(S&&x&&(y=e(ot+y,ot.length?$-P.length:1/0),ot=""),h){case"<":y=T+y+P+ot;break;case"=":y=T+ot+y+P;break;case"^":y=ot.slice(0,gt=ot.length>>1)+T+y+P+ot.slice(gt);break;default:y=ot+T+y+P;break}return a(y)}return w.toString=function(){return c+""},w}function f(c,p){var h=l((c=De(c),c.type="f",c)),m=Math.max(-8,Math.min(8,Math.floor(Ft(p)/3)))*3,d=Math.pow(10,-m),x=Lr[8+m/3];return function($){return h(d*$)+x}}return{format:l,formatPrefix:f}}var we,un,Pr;Vs({thousands:",",grouping:[3],currency:["$",""]});function Vs(t){return we=Ns(t),un=we.format,Pr=we.formatPrefix,we}function Gs(t){return Math.max(0,-Ft(Math.abs(t)))}function Xs(t,e){return Math.max(0,Math.max(-8,Math.min(8,Math.floor(Ft(e)/3)))*3-Ft(Math.abs(t)))}function Ys(t,e){return t=Math.abs(t),e=Math.abs(e)-t,Math.max(0,Ft(e)-Ft(t))+1}function $e(t,e){switch(arguments.length){case 0:break;case 1:this.range(t);break;default:this.range(e).domain(t);break}return this}const Or=Symbol("implicit");function Ir(){var t=new kn,e=[],n=[],r=Or;function i(a){let o=t.get(a);if(o===void 0){if(r!==Or)return r;t.set(a,o=e.push(a)-1)}return n[o%n.length]}return i.domain=function(a){if(!arguments.length)return e.slice();e=[],t=new kn;for(const o of a)t.has(o)||t.set(o,e.push(o)-1);return i},i.range=function(a){return arguments.length?(n=Array.from(a),i):n.slice()},i.unknown=function(a){return arguments.length?(r=a,i):r},i.copy=function(){return Ir(e,n).unknown(r)},$e.apply(i,arguments),i}function Rr(){var t=Ir().unknown(void 0),e=t.domain,n=t.range,r=0,i=1,a,o,u=!1,s=0,l=0,f=.5;delete t.unknown;function c(){var p=e().length,h=i<r,m=h?i:r,d=h?r:i;a=(d-m)/Math.max(1,p-s+l*2),u&&(a=Math.floor(a)),m+=(d-m-a*(p-s))*f,o=a*(1-s),u&&(m=Math.round(m),o=Math.round(o));var x=fa(p).map(function($){return m+a*$});return n(h?x.reverse():x)}return t.domain=function(p){return arguments.length?(e(p),c()):e()},t.range=function(p){return arguments.length?([r,i]=p,r=+r,i=+i,c()):[r,i]},t.rangeRound=function(p){return[r,i]=p,r=+r,i=+i,u=!0,c()},t.bandwidth=function(){return o},t.step=function(){return a},t.round=function(p){return arguments.length?(u=!!p,c()):u},t.padding=function(p){return arguments.length?(s=Math.min(1,l=+p),c()):s},t.paddingInner=function(p){return arguments.length?(s=Math.min(1,p),c()):s},t.paddingOuter=function(p){return arguments.length?(l=+p,c()):l},t.align=function(p){return arguments.length?(f=Math.max(0,Math.min(1,p)),c()):f},t.copy=function(){return Rr(e(),[r,i]).round(u).paddingInner(s).paddingOuter(l).align(f)},$e.apply(c(),arguments)}function Br(t){var e=t.copy;return t.padding=t.paddingOuter,delete t.paddingInner,delete t.paddingOuter,t.copy=function(){return Br(e())},t}function Us(){return Br(Rr.apply(null,arguments).paddingInner(1))}function zs(t){return function(){return t}}function Hs(t){return+t}var kr=[0,1];function Ct(t){return t}function sn(t,e){return(e-=t=+t)?function(n){return(n-t)/e}:zs(isNaN(e)?NaN:.5)}function js(t,e){var n;return t>e&&(n=t,t=e,e=n),function(r){return Math.max(t,Math.min(e,r))}}function Ws(t,e,n){var r=t[0],i=t[1],a=e[0],o=e[1];return i<r?(r=sn(i,r),a=n(o,a)):(r=sn(r,i),a=n(a,o)),function(u){return a(r(u))}}function qs(t,e,n){var r=Math.min(t.length,e.length)-1,i=new Array(r),a=new Array(r),o=-1;for(t[r]<t[0]&&(t=t.slice().reverse(),e=e.slice().reverse());++o<r;)i[o]=sn(t[o],t[o+1]),a[o]=n(e[o],e[o+1]);return function(u){var s=Bn(t,u,1,r)-1;return a[s](i[s](u))}}function Js(t,e){return e.domain(t.domain()).range(t.range()).interpolate(t.interpolate()).clamp(t.clamp()).unknown(t.unknown())}function Zs(){var t=kr,e=kr,n=Ze,r,i,a,o=Ct,u,s,l;function f(){var p=Math.min(t.length,e.length);return o!==Ct&&(o=js(t[0],t[p-1])),u=p>2?qs:Ws,s=l=null,c}function c(p){return p==null||isNaN(p=+p)?a:(s||(s=u(t.map(r),e,n)))(r(o(p)))}return c.invert=function(p){return o(i((l||(l=u(e,t.map(r),Z)))(p)))},c.domain=function(p){return arguments.length?(t=Array.from(p,Hs),f()):t.slice()},c.range=function(p){return arguments.length?(e=Array.from(p),f()):e.slice()},c.rangeRound=function(p){return e=Array.from(p),n=gu,f()},c.clamp=function(p){return arguments.length?(o=p?!0:Ct,f()):o!==Ct},c.interpolate=function(p){return arguments.length?(n=p,f()):n},c.unknown=function(p){return arguments.length?(a=p,c):a},function(p,h){return r=p,i=h,f()}}function Ks(){return Zs()(Ct,Ct)}function Qs(t,e,n,r){var i=ca(t,e,n),a;switch(r=De(r??",f"),r.type){case"s":{var o=Math.max(Math.abs(t),Math.abs(e));return r.precision==null&&!isNaN(a=Xs(i,o))&&(r.precision=a),Pr(r,o)}case"":case"e":case"g":case"p":case"r":{r.precision==null&&!isNaN(a=Ys(i,Math.max(Math.abs(t),Math.abs(e))))&&(r.precision=a-(r.type==="e"));break}case"f":case"%":{r.precision==null&&!isNaN(a=Gs(i))&&(r.precision=a-(r.type==="%")*2);break}}return un(r)}function Nr(t){var e=t.domain;return t.ticks=function(n){var r=e();return la(r[0],r[r.length-1],n??10)},t.tickFormat=function(n,r){var i=e();return Qs(i[0],i[i.length-1],n??10,r)},t.nice=function(n){n==null&&(n=10);var r=e(),i=0,a=r.length-1,o=r[i],u=r[a],s,l,f=10;for(u<o&&(l=o,o=u,u=l,l=i,i=a,a=l);f-- >0;){if(l=Ge(o,u,n),l===s)return r[i]=o,r[a]=u,e(r);if(l>0)o=Math.floor(o/l)*l,u=Math.ceil(u/l)*l;else if(l<0)o=Math.ceil(o*l)/l,u=Math.floor(u*l)/l;else break;s=l}return t},t}function Wt(){var t=Ks();return t.copy=function(){return Js(t,Wt())},$e.apply(t,arguments),Nr(t)}function Vr(){var t=0,e=1,n=1,r=[.5],i=[0,1],a;function o(s){return s!=null&&s<=s?i[Bn(r,s,0,n)]:a}function u(){var s=-1;for(r=new Array(n);++s<n;)r[s]=((s+1)*e-(s-n)*t)/(n+1);return o}return o.domain=function(s){return arguments.length?([t,e]=s,t=+t,e=+e,u()):[t,e]},o.range=function(s){return arguments.length?(n=(i=Array.from(s)).length-1,u()):i.slice()},o.invertExtent=function(s){var l=i.indexOf(s);return l<0?[NaN,NaN]:l<1?[t,r[0]]:l>=n?[r[n-1],e]:[r[l-1],r[l]]},o.unknown=function(s){return arguments.length&&(a=s),o},o.thresholds=function(){return r.slice()},o.copy=function(){return Vr().domain([t,e]).range(i).unknown(a)},$e.apply(Nr(o),arguments)}function qt(t,e,n){this.k=t,this.x=e,this.y=n}qt.prototype={constructor:qt,scale:function(t){return t===1?this:new qt(this.k*t,this.x,this.y)},translate:function(t,e){return t===0&e===0?this:new qt(this.k,this.x+this.k*t,this.y+this.k*e)},apply:function(t){return[t[0]*this.k+this.x,t[1]*this.k+this.y]},applyX:function(t){return t*this.k+this.x},applyY:function(t){return t*this.k+this.y},invert:function(t){return[(t[0]-this.x)/this.k,(t[1]-this.y)/this.k]},invertX:function(t){return(t-this.x)/this.k},invertY:function(t){return(t-this.y)/this.k},rescaleX:function(t){return t.copy().domain(t.range().map(this.invertX,this).map(t.invert,t))},rescaleY:function(t){return t.copy().domain(t.range().map(this.invertY,this).map(t.invert,t))},toString:function(){return"translate("+this.x+","+this.y+") scale("+this.k+")"}},qt.prototype;function tl(t,e){return e instanceof Function?e(t):un(e)(t)}function Jt(t,e,n,r){let i=`${t}_${e}`;return n!=null&&(i+=`_${n}`),r!=null&&(i+=`_${r}`),i}function _e(t,e){return`series${e}`}function ln(t,e){return`group${e}`}function Ae(){return""}function Gr(t,e){return`value${e}`}function cn({transposedDataGrid:t,dataFormatterGrid:e,chartType:n="grid"}){const r=e.seriesDirection==="row"?e.rowLabels:e.columnLabels;return t.map((i,a)=>r[a]!=null?r[a]:_e(n,a))}function Xr({transposedDataGrid:t,dataFormatterGrid:e,chartType:n="multiGrid",gridIndex:r=0}){const i=e.seriesDirection==="row"?e.rowLabels:e.columnLabels;return t.map((a,o)=>i[o]!=null?i[o]:_e(`${n}_grid${r}`,o))}function Yr({transposedDataGrid:t,dataFormatterGrid:e,chartType:n="grid"}){if(t[0]==null)return[];const r=e.seriesDirection==="row"?e.columnLabels:e.rowLabels;return t[0].map((i,a)=>r[a]!=null?r[a]:ln(n,a))}function Ur({transposedDataGrid:t,dataFormatterGrid:e,chartType:n="multiGrid",gridIndex:r=0}){if(t[0]==null)return[];const i=e.seriesDirection==="row"?e.columnLabels:e.rowLabels;return t[0].map((a,o)=>i[o]!=null?i[o]:ln(`${n}_grid${r}`,o))}function lt(t){const e=[0,0];return t.length?t.reduce((r,i)=>[i<r[0]?i:r[0],i>r[1]?i:r[1]],[t[0],t[0]]):e}function zr(t){const e=t.filter(n=>n!=null&&n.value!=null).map(n=>n.value);return lt(e)}function el(t){const n=(t[0]&&Array.isArray(t[0])?t.flat():t).filter(r=>(r==null||U(r)&&r.value==null)===!1).map(r=>typeof r=="number"?r:r.value);return lt(n)}function fn(t){const n=t.flat().filter(r=>(r==null||U(r)&&r.value==null)===!1).map(r=>typeof r=="number"?r:r.value);return lt(n)}function nl(t){const n=t.flat().flat().filter(r=>(r==null||U(r)&&r.value==null)===!1).map(r=>typeof r=="number"?r:r.value);return lt(n)}function rl(t,e){const n=t.map(r=>Array.isArray(r)?r[e]??null:U(r)?r.value[e]??null:null).filter(r=>r!=null);return lt(n)}function il({data:t,minX:e,maxX:n,minY:r,maxY:i}){let a=[],o=null,u=null,s=null,l=null;for(let f of t)for(let c of f)c.axisX>=e&&c.axisX<=n&&c.axisY>=r&&c.axisY<=i&&(a.push(f),(o==null||c.axisX<o.axisX)&&(o=c),(u==null||c.axisX>u.axisX)&&(u=c),(s==null||c.axisY<s.axisY)&&(s=c),(l==null||c.axisY>l.axisY)&&(l=c));return{minXDatum:o,maxXDatum:u,minYDatum:s,maxYDatum:l,filteredData:a}}function Hr(t,e){if(t==="row")return Object.assign([],e);const n=e.length,r=e.reduce((a,o)=>Math.max(a,o.length),0),i=new Array(r).fill(null).map(()=>new Array(n).fill(null));for(let a=0;a<n;a++)for(let o=0;o<r;o++)i[o][a]=e[a][o];return i}function ct(t,e){return t<e.colors[e.colorScheme].label.length?e.colors[e.colorScheme].label[t]:e.colors[e.colorScheme].label[t%e.colors[e.colorScheme].label.length]}function jr(t){let e=Math.floor(Math.sqrt(t)),n=Math.ceil(t/e);for(;e*n<t;)n++;return{rowAmount:e,columnAmount:n}}function pn(t,e,n){const r=e.columnGap==="auto"?t.left+t.right:e.columnGap,i=e.rowGap==="auto"?t.top+t.bottom:e.rowGap,{rowAmount:a,columnAmount:o}=e.rowAmount*e.columnAmount>=n?e:jr(n);return new Array(n).fill(null).map((u,s)=>{const l=s%o,f=Math.floor(s/o),c=(t.width-r*(o-1))/o,p=(t.height-i*(a-1))/a,h=l*c+l*r,m=f*p+f*i;return{slotIndex:s,rowIndex:f,columnIndex:l,startX:h,startY:m,centerX:h+c/2,centerY:m+p/2,width:c,height:p}})}function Et(t,e,n){const r=e.columnGap==="auto"?t.left+t.right:e.columnGap,i=e.rowGap==="auto"?t.top+t.bottom:e.rowGap,{rowAmount:a,columnAmount:o}=e.rowAmount*e.columnAmount>=n?e:jr(n);return new Array(n).fill(null).map((u,s)=>{const l=s%o,f=Math.floor(s/o),c=(t.width-r*(o-1))/o,p=(t.height-i*(a-1))/a,h=l*c+l*r,m=f*p+f*i,d=[h,m],x=[c/t.width,p/t.height];return{slotIndex:s,rowIndex:f,columnIndex:l,translate:d,scale:x}})}const al=t=>{const{data:e=[],dataFormatter:n,chartParams:r}=t;if(!e.length)return[];let i=[];try{const a=(o,u,s,l)=>{const f=Jt(n.type,u,s),c=n.seriesLabels[u]||_e("series",u),p=ct(u,r);return typeof o=="number"?{id:f,index:l,seq:0,label:f,description:"",data:{},value:o,seriesIndex:u,seriesLabel:c,color:p,visible:!0}:{id:o.id?o.id:f,index:l,seq:0,label:o.label?o.label:f,description:o.description,data:o.data??{},value:o.value,seriesIndex:u,seriesLabel:c,color:p,visible:!0}};i=e.map((o,u)=>Array.isArray(o)?o.map((s,l)=>a(s,u,l,i.length+l)):a(o,u,0,i.length)).flat().sort(n.sort??void 0).map((o,u)=>(o.seq=u,o)).map(o=>(o.visible=n.visibleFilter(o,t),o)).sort((o,u)=>o.index-u.index).reduce((o,u)=>(o[u.seriesIndex]||(o[u.seriesIndex]=[]),o[u.seriesIndex].push(u),o),[])}catch(a){throw Error(a)}return i},ol=t=>E({data:t},{data:{toBe:"(DataSeriesDatum | DataSeriesValue)[][] | (DataSeriesDatum | DataSeriesValue)[]",test:n=>Array.isArray(n)}});var hn=function(t,e){return hn=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,r){n.__proto__=r}||function(n,r){for(var i in r)Object.prototype.hasOwnProperty.call(r,i)&&(n[i]=r[i])},hn(t,e)};function nt(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");hn(t,e);function n(){this.constructor=t}t.prototype=e===null?Object.create(e):(n.prototype=e.prototype,new n)}function ul(t,e,n,r){function i(a){return a instanceof n?a:new n(function(o){o(a)})}return new(n||(n=Promise))(function(a,o){function u(f){try{l(r.next(f))}catch(c){o(c)}}function s(f){try{l(r.throw(f))}catch(c){o(c)}}function l(f){f.done?a(f.value):i(f.value).then(u,s)}l((r=r.apply(t,e||[])).next())})}function Wr(t,e){var n={label:0,sent:function(){if(a[0]&1)throw a[1];return a[1]},trys:[],ops:[]},r,i,a,o=Object.create((typeof Iterator=="function"?Iterator:Object).prototype);return o.next=u(0),o.throw=u(1),o.return=u(2),typeof Symbol=="function"&&(o[Symbol.iterator]=function(){return this}),o;function u(l){return function(f){return s([l,f])}}function s(l){if(r)throw new TypeError("Generator is already executing.");for(;o&&(o=0,l[0]&&(n=0)),n;)try{if(r=1,i&&(a=l[0]&2?i.return:l[0]?i.throw||((a=i.return)&&a.call(i),0):i.next)&&!(a=a.call(i,l[1])).done)return a;switch(i=0,a&&(l=[l[0]&2,a.value]),l[0]){case 0:case 1:a=l;break;case 4:return n.label++,{value:l[1],done:!1};case 5:n.label++,i=l[1],l=[0];continue;case 7:l=n.ops.pop(),n.trys.pop();continue;default:if(a=n.trys,!(a=a.length>0&&a[a.length-1])&&(l[0]===6||l[0]===2)){n=0;continue}if(l[0]===3&&(!a||l[1]>a[0]&&l[1]<a[3])){n.label=l[1];break}if(l[0]===6&&n.label<a[1]){n.label=a[1],a=l;break}if(a&&n.label<a[2]){n.label=a[2],n.ops.push(l);break}a[2]&&n.ops.pop(),n.trys.pop();continue}l=e.call(t,n)}catch(f){l=[6,f],i=0}finally{r=a=0}if(l[0]&5)throw l[1];return{value:l[0]?l[1]:void 0,done:!0}}}function Lt(t){var e=typeof Symbol=="function"&&Symbol.iterator,n=e&&t[e],r=0;if(n)return n.call(t);if(t&&typeof t.length=="number")return{next:function(){return t&&r>=t.length&&(t=void 0),{value:t&&t[r++],done:!t}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")}function ft(t,e){var n=typeof Symbol=="function"&&t[Symbol.iterator];if(!n)return t;var r=n.call(t),i,a=[],o;try{for(;(e===void 0||e-- >0)&&!(i=r.next()).done;)a.push(i.value)}catch(u){o={error:u}}finally{try{i&&!i.done&&(n=r.return)&&n.call(r)}finally{if(o)throw o.error}}return a}function pt(t,e,n){if(n||arguments.length===2)for(var r=0,i=e.length,a;r<i;r++)(a||!(r in e))&&(a||(a=Array.prototype.slice.call(e,0,r)),a[r]=e[r]);return t.concat(a||Array.prototype.slice.call(e))}function Pt(t){return this instanceof Pt?(this.v=t,this):new Pt(t)}function sl(t,e,n){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var r=n.apply(t,e||[]),i,a=[];return i=Object.create((typeof AsyncIterator=="function"?AsyncIterator:Object).prototype),u("next"),u("throw"),u("return",o),i[Symbol.asyncIterator]=function(){return this},i;function o(h){return function(m){return Promise.resolve(m).then(h,c)}}function u(h,m){r[h]&&(i[h]=function(d){return new Promise(function(x,$){a.push([h,d,x,$])>1||s(h,d)})},m&&(i[h]=m(i[h])))}function s(h,m){try{l(r[h](m))}catch(d){p(a[0][3],d)}}function l(h){h.value instanceof Pt?Promise.resolve(h.value.v).then(f,c):p(a[0][2],h)}function f(h){s("next",h)}function c(h){s("throw",h)}function p(h,m){h(m),a.shift(),a.length&&s(a[0][0],a[0][1])}}function ll(t){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var e=t[Symbol.asyncIterator],n;return e?e.call(t):(t=typeof Lt=="function"?Lt(t):t[Symbol.iterator](),n={},r("next"),r("throw"),r("return"),n[Symbol.asyncIterator]=function(){return this},n);function r(a){n[a]=t[a]&&function(o){return new Promise(function(u,s){o=t[a](o),i(u,s,o.done,o.value)})}}function i(a,o,u,s){Promise.resolve(s).then(function(l){a({value:l,done:u})},o)}}typeof SuppressedError=="function"&&SuppressedError;function N(t){return typeof t=="function"}function mn(t){var e=function(r){Error.call(r),r.stack=new Error().stack},n=t(e);return n.prototype=Object.create(Error.prototype),n.prototype.constructor=n,n}var dn=mn(function(t){return function(n){t(this),this.message=n?n.length+` errors occurred during unsubscription:
|
2
2
|
`+n.map(function(r,i){return i+1+") "+r.toString()}).join(`
|
3
|
-
`):"",this.name="UnsubscriptionError",this.errors=n}});function Se(t,e){if(t){var n=t.indexOf(e);0<=n&&t.splice(n,1)}}var Kt=function(){function t(e){this.initialTeardown=e,this.closed=!1,this._parentage=null,this._finalizers=null}return t.prototype.unsubscribe=function(){var e,n,r,i,a;if(!this.closed){this.closed=!0;var o=this._parentage;if(o)if(this._parentage=null,Array.isArray(o))try{for(var s=Lt(o),u=s.next();!u.done;u=s.next()){var l=u.value;l.remove(this)}}catch(d){e={error:d}}finally{try{u&&!u.done&&(n=s.return)&&n.call(s)}finally{if(e)throw e.error}}else o.remove(this);var c=this.initialTeardown;if(N(c))try{c()}catch(d){a=d instanceof gn?d.errors:[d]}var f=this._finalizers;if(f){this._finalizers=null;try{for(var h=Lt(f),p=h.next();!p.done;p=h.next()){var m=p.value;try{si(m)}catch(d){a=a??[],d instanceof gn?a=ht(ht([],ft(a)),ft(d.errors)):a.push(d)}}}catch(d){r={error:d}}finally{try{p&&!p.done&&(i=h.return)&&i.call(h)}finally{if(r)throw r.error}}}if(a)throw new gn(a)}},t.prototype.add=function(e){var n;if(e&&e!==this)if(this.closed)si(e);else{if(e instanceof t){if(e.closed||e._hasParent(this))return;e._addParent(this)}(this._finalizers=(n=this._finalizers)!==null&&n!==void 0?n:[]).push(e)}},t.prototype._hasParent=function(e){var n=this._parentage;return n===e||Array.isArray(n)&&n.includes(e)},t.prototype._addParent=function(e){var n=this._parentage;this._parentage=Array.isArray(n)?(n.push(e),n):n?[n,e]:e},t.prototype._removeParent=function(e){var n=this._parentage;n===e?this._parentage=null:Array.isArray(n)&&Se(n,e)},t.prototype.remove=function(e){var n=this._finalizers;n&&Se(n,e),e instanceof t&&e._removeParent(this)},t.EMPTY=function(){var e=new t;return e.closed=!0,e}(),t}(),ai=Kt.EMPTY;function oi(t){return t instanceof Kt||t&&"closed"in t&&N(t.remove)&&N(t.add)&&N(t.unsubscribe)}function si(t){N(t)?t():t.unsubscribe()}var ui={onUnhandledError:null,onStoppedNotification:null,Promise:void 0,useDeprecatedSynchronousErrorHandling:!1,useDeprecatedNextContext:!1},li={setTimeout:function(t,e){for(var n=[],r=2;r<arguments.length;r++)n[r-2]=arguments[r];return setTimeout.apply(void 0,ht([t,e],ft(n)))},clearTimeout:function(t){var e=li.delegate;return((e==null?void 0:e.clearTimeout)||clearTimeout)(t)},delegate:void 0};function ci(t){li.setTimeout(function(){throw t})}function yn(){}function Te(t){t()}var vn=function(t){nt(e,t);function e(n){var r=t.call(this)||this;return r.isStopped=!1,n?(r.destination=n,oi(n)&&n.add(r)):r.destination=fl,r}return e.create=function(n,r,i){return new Qt(n,r,i)},e.prototype.next=function(n){this.isStopped||this._next(n)},e.prototype.error=function(n){this.isStopped||(this.isStopped=!0,this._error(n))},e.prototype.complete=function(){this.isStopped||(this.isStopped=!0,this._complete())},e.prototype.unsubscribe=function(){this.closed||(this.isStopped=!0,t.prototype.unsubscribe.call(this),this.destination=null)},e.prototype._next=function(n){this.destination.next(n)},e.prototype._error=function(n){try{this.destination.error(n)}finally{this.unsubscribe()}},e.prototype._complete=function(){try{this.destination.complete()}finally{this.unsubscribe()}},e}(Kt),ul=Function.prototype.bind;function bn(t,e){return ul.call(t,e)}var ll=function(){function t(e){this.partialObserver=e}return t.prototype.next=function(e){var n=this.partialObserver;if(n.next)try{n.next(e)}catch(r){Me(r)}},t.prototype.error=function(e){var n=this.partialObserver;if(n.error)try{n.error(e)}catch(r){Me(r)}else Me(e)},t.prototype.complete=function(){var e=this.partialObserver;if(e.complete)try{e.complete()}catch(n){Me(n)}},t}(),Qt=function(t){nt(e,t);function e(n,r,i){var a=t.call(this)||this,o;if(N(n)||!n)o={next:n??void 0,error:r??void 0,complete:i??void 0};else{var s;a&&ui.useDeprecatedNextContext?(s=Object.create(n),s.unsubscribe=function(){return a.unsubscribe()},o={next:n.next&&bn(n.next,s),error:n.error&&bn(n.error,s),complete:n.complete&&bn(n.complete,s)}):o=n}return a.destination=new ll(o),a}return e}(vn);function Me(t){ci(t)}function cl(t){throw t}var fl={closed:!0,next:yn,error:cl,complete:yn},xn=function(){return typeof Symbol=="function"&&Symbol.observable||"@@observable"}();function Pt(t){return t}function hl(t){return t.length===0?Pt:t.length===1?t[0]:function(n){return t.reduce(function(r,i){return i(r)},n)}}var R=function(){function t(e){e&&(this._subscribe=e)}return t.prototype.lift=function(e){var n=new t;return n.source=this,n.operator=e,n},t.prototype.subscribe=function(e,n,r){var i=this,a=ml(e)?e:new Qt(e,n,r);return Te(function(){var o=i,s=o.operator,u=o.source;a.add(s?s.call(a,u):u?i._subscribe(a):i._trySubscribe(a))}),a},t.prototype._trySubscribe=function(e){try{return this._subscribe(e)}catch(n){e.error(n)}},t.prototype.forEach=function(e,n){var r=this;return n=fi(n),new n(function(i,a){var o=new Qt({next:function(s){try{e(s)}catch(u){a(u),o.unsubscribe()}},error:a,complete:i});r.subscribe(o)})},t.prototype._subscribe=function(e){var n;return(n=this.source)===null||n===void 0?void 0:n.subscribe(e)},t.prototype[xn]=function(){return this},t.prototype.pipe=function(){for(var e=[],n=0;n<arguments.length;n++)e[n]=arguments[n];return hl(e)(this)},t.prototype.toPromise=function(e){var n=this;return e=fi(e),new e(function(r,i){var a;n.subscribe(function(o){return a=o},function(o){return i(o)},function(){return r(a)})})},t.create=function(e){return new t(e)},t}();function fi(t){var e;return(e=t??ui.Promise)!==null&&e!==void 0?e:Promise}function pl(t){return t&&N(t.next)&&N(t.error)&&N(t.complete)}function ml(t){return t&&t instanceof vn||pl(t)&&oi(t)}function dl(t){return N(t==null?void 0:t.lift)}function Y(t){return function(e){if(dl(e))return e.lift(function(n){try{return t(n,this)}catch(r){this.error(r)}});throw new TypeError("Unable to lift unknown Observable type")}}function G(t,e,n,r,i){return new gl(t,e,n,r,i)}var gl=function(t){nt(e,t);function e(n,r,i,a,o,s){var u=t.call(this,n)||this;return u.onFinalize=o,u.shouldUnsubscribe=s,u._next=r?function(l){try{r(l)}catch(c){n.error(c)}}:t.prototype._next,u._error=a?function(l){try{a(l)}catch(c){n.error(c)}finally{this.unsubscribe()}}:t.prototype._error,u._complete=i?function(){try{i()}catch(l){n.error(l)}finally{this.unsubscribe()}}:t.prototype._complete,u}return e.prototype.unsubscribe=function(){var n;if(!this.shouldUnsubscribe||this.shouldUnsubscribe()){var r=this.closed;t.prototype.unsubscribe.call(this),!r&&((n=this.onFinalize)===null||n===void 0||n.call(this))}},e}(vn),yl=dn(function(t){return function(){t(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"}}),B=function(t){nt(e,t);function e(){var n=t.call(this)||this;return n.closed=!1,n.currentObservers=null,n.observers=[],n.isStopped=!1,n.hasError=!1,n.thrownError=null,n}return e.prototype.lift=function(n){var r=new hi(this,this);return r.operator=n,r},e.prototype._throwIfClosed=function(){if(this.closed)throw new yl},e.prototype.next=function(n){var r=this;Te(function(){var i,a;if(r._throwIfClosed(),!r.isStopped){r.currentObservers||(r.currentObservers=Array.from(r.observers));try{for(var o=Lt(r.currentObservers),s=o.next();!s.done;s=o.next()){var u=s.value;u.next(n)}}catch(l){i={error:l}}finally{try{s&&!s.done&&(a=o.return)&&a.call(o)}finally{if(i)throw i.error}}}})},e.prototype.error=function(n){var r=this;Te(function(){if(r._throwIfClosed(),!r.isStopped){r.hasError=r.isStopped=!0,r.thrownError=n;for(var i=r.observers;i.length;)i.shift().error(n)}})},e.prototype.complete=function(){var n=this;Te(function(){if(n._throwIfClosed(),!n.isStopped){n.isStopped=!0;for(var r=n.observers;r.length;)r.shift().complete()}})},e.prototype.unsubscribe=function(){this.isStopped=this.closed=!0,this.observers=this.currentObservers=null},Object.defineProperty(e.prototype,"observed",{get:function(){var n;return((n=this.observers)===null||n===void 0?void 0:n.length)>0},enumerable:!1,configurable:!0}),e.prototype._trySubscribe=function(n){return this._throwIfClosed(),t.prototype._trySubscribe.call(this,n)},e.prototype._subscribe=function(n){return this._throwIfClosed(),this._checkFinalizedStatuses(n),this._innerSubscribe(n)},e.prototype._innerSubscribe=function(n){var r=this,i=this,a=i.hasError,o=i.isStopped,s=i.observers;return a||o?ai:(this.currentObservers=null,s.push(n),new Kt(function(){r.currentObservers=null,Se(s,n)}))},e.prototype._checkFinalizedStatuses=function(n){var r=this,i=r.hasError,a=r.thrownError,o=r.isStopped;i?n.error(a):o&&n.complete()},e.prototype.asObservable=function(){var n=new R;return n.source=this,n},e.create=function(n,r){return new hi(n,r)},e}(R),hi=function(t){nt(e,t);function e(n,r){var i=t.call(this)||this;return i.destination=n,i.source=r,i}return e.prototype.next=function(n){var r,i;(i=(r=this.destination)===null||r===void 0?void 0:r.next)===null||i===void 0||i.call(r,n)},e.prototype.error=function(n){var r,i;(i=(r=this.destination)===null||r===void 0?void 0:r.error)===null||i===void 0||i.call(r,n)},e.prototype.complete=function(){var n,r;(r=(n=this.destination)===null||n===void 0?void 0:n.complete)===null||r===void 0||r.call(n)},e.prototype._subscribe=function(n){var r,i;return(i=(r=this.source)===null||r===void 0?void 0:r.subscribe(n))!==null&&i!==void 0?i:ai},e}(B),pi=function(t){nt(e,t);function e(n){var r=t.call(this)||this;return r._value=n,r}return Object.defineProperty(e.prototype,"value",{get:function(){return this.getValue()},enumerable:!1,configurable:!0}),e.prototype._subscribe=function(n){var r=t.prototype._subscribe.call(this,n);return!r.closed&&n.next(this._value),r},e.prototype.getValue=function(){var n=this,r=n.hasError,i=n.thrownError,a=n._value;if(r)throw i;return this._throwIfClosed(),a},e.prototype.next=function(n){t.prototype.next.call(this,this._value=n)},e}(B),Dn={now:function(){return(Dn.delegate||Date).now()},delegate:void 0},vl=function(t){nt(e,t);function e(n,r,i){n===void 0&&(n=1/0),r===void 0&&(r=1/0),i===void 0&&(i=Dn);var a=t.call(this)||this;return a._bufferSize=n,a._windowTime=r,a._timestampProvider=i,a._buffer=[],a._infiniteTimeWindow=!0,a._infiniteTimeWindow=r===1/0,a._bufferSize=Math.max(1,n),a._windowTime=Math.max(1,r),a}return e.prototype.next=function(n){var r=this,i=r.isStopped,a=r._buffer,o=r._infiniteTimeWindow,s=r._timestampProvider,u=r._windowTime;i||(a.push(n),!o&&a.push(s.now()+u)),this._trimBuffer(),t.prototype.next.call(this,n)},e.prototype._subscribe=function(n){this._throwIfClosed(),this._trimBuffer();for(var r=this._innerSubscribe(n),i=this,a=i._infiniteTimeWindow,o=i._buffer,s=o.slice(),u=0;u<s.length&&!n.closed;u+=a?1:2)n.next(s[u]);return this._checkFinalizedStatuses(n),r},e.prototype._trimBuffer=function(){var n=this,r=n._bufferSize,i=n._timestampProvider,a=n._buffer,o=n._infiniteTimeWindow,s=(o?1:2)*r;if(r<1/0&&s<a.length&&a.splice(0,a.length-s),!o){for(var u=i.now(),l=0,c=1;c<a.length&&a[c]<=u;c+=2)l=c;l&&a.splice(0,l+1)}},e}(B),bl=function(t){nt(e,t);function e(n,r){return t.call(this)||this}return e.prototype.schedule=function(n,r){return this},e}(Kt),wn={setInterval:function(t,e){for(var n=[],r=2;r<arguments.length;r++)n[r-2]=arguments[r];return setInterval.apply(void 0,ht([t,e],ft(n)))},clearInterval:function(t){var e=wn.delegate;return((e==null?void 0:e.clearInterval)||clearInterval)(t)},delegate:void 0},xl=function(t){nt(e,t);function e(n,r){var i=t.call(this,n,r)||this;return i.scheduler=n,i.work=r,i.pending=!1,i}return e.prototype.schedule=function(n,r){var i;if(r===void 0&&(r=0),this.closed)return this;this.state=n;var a=this.id,o=this.scheduler;return a!=null&&(this.id=this.recycleAsyncId(o,a,r)),this.pending=!0,this.delay=r,this.id=(i=this.id)!==null&&i!==void 0?i:this.requestAsyncId(o,this.id,r),this},e.prototype.requestAsyncId=function(n,r,i){return i===void 0&&(i=0),wn.setInterval(n.flush.bind(n,this),i)},e.prototype.recycleAsyncId=function(n,r,i){if(i===void 0&&(i=0),i!=null&&this.delay===i&&this.pending===!1)return r;r!=null&&wn.clearInterval(r)},e.prototype.execute=function(n,r){if(this.closed)return new Error("executing a cancelled action");this.pending=!1;var i=this._execute(n,r);if(i)return i;this.pending===!1&&this.id!=null&&(this.id=this.recycleAsyncId(this.scheduler,this.id,null))},e.prototype._execute=function(n,r){var i=!1,a;try{this.work(n)}catch(o){i=!0,a=o||new Error("Scheduled action threw falsy error")}if(i)return this.unsubscribe(),a},e.prototype.unsubscribe=function(){if(!this.closed){var n=this,r=n.id,i=n.scheduler,a=i.actions;this.work=this.state=this.scheduler=null,this.pending=!1,Se(a,this),r!=null&&(this.id=this.recycleAsyncId(i,r,null)),this.delay=null,t.prototype.unsubscribe.call(this)}},e}(bl),mi=function(){function t(e,n){n===void 0&&(n=t.now),this.schedulerActionCtor=e,this.now=n}return t.prototype.schedule=function(e,n,r){return n===void 0&&(n=0),new this.schedulerActionCtor(this,e).schedule(r,n)},t.now=Dn.now,t}(),Dl=function(t){nt(e,t);function e(n,r){r===void 0&&(r=mi.now);var i=t.call(this,n,r)||this;return i.actions=[],i._active=!1,i}return e.prototype.flush=function(n){var r=this.actions;if(this._active){r.push(n);return}var i;this._active=!0;do if(i=n.execute(n.state,n.delay))break;while(n=r.shift());if(this._active=!1,i){for(;n=r.shift();)n.unsubscribe();throw i}},e}(mi),$n=new Dl(xl),wl=$n,di=new R(function(t){return t.complete()});function gi(t){return t&&N(t.schedule)}function _n(t){return t[t.length-1]}function $l(t){return N(_n(t))?t.pop():void 0}function It(t){return gi(_n(t))?t.pop():void 0}function yi(t,e){return typeof _n(t)=="number"?t.pop():e}var vi=function(t){return t&&typeof t.length=="number"&&typeof t!="function"};function bi(t){return N(t==null?void 0:t.then)}function xi(t){return N(t[xn])}function Di(t){return Symbol.asyncIterator&&N(t==null?void 0:t[Symbol.asyncIterator])}function wi(t){return new TypeError("You provided "+(t!==null&&typeof t=="object"?"an invalid object":"'"+t+"'")+" where a stream was expected. You can provide an Observable, Promise, ReadableStream, Array, AsyncIterable, or Iterable.")}function _l(){return typeof Symbol!="function"||!Symbol.iterator?"@@iterator":Symbol.iterator}var $i=_l();function _i(t){return N(t==null?void 0:t[$i])}function Ai(t){return ol(this,arguments,function(){var n,r,i,a;return ii(this,function(o){switch(o.label){case 0:n=t.getReader(),o.label=1;case 1:o.trys.push([1,,9,10]),o.label=2;case 2:return[4,Ot(n.read())];case 3:return r=o.sent(),i=r.value,a=r.done,a?[4,Ot(void 0)]:[3,5];case 4:return[2,o.sent()];case 5:return[4,Ot(i)];case 6:return[4,o.sent()];case 7:return o.sent(),[3,2];case 8:return[3,10];case 9:return n.releaseLock(),[7];case 10:return[2]}})})}function Si(t){return N(t==null?void 0:t.getReader)}function W(t){if(t instanceof R)return t;if(t!=null){if(xi(t))return Al(t);if(vi(t))return Sl(t);if(bi(t))return Tl(t);if(Di(t))return Ti(t);if(_i(t))return Ml(t);if(Si(t))return Cl(t)}throw wi(t)}function Al(t){return new R(function(e){var n=t[xn]();if(N(n.subscribe))return n.subscribe(e);throw new TypeError("Provided object does not correctly implement Symbol.observable")})}function Sl(t){return new R(function(e){for(var n=0;n<t.length&&!e.closed;n++)e.next(t[n]);e.complete()})}function Tl(t){return new R(function(e){t.then(function(n){e.closed||(e.next(n),e.complete())},function(n){return e.error(n)}).then(null,ci)})}function Ml(t){return new R(function(e){var n,r;try{for(var i=Lt(t),a=i.next();!a.done;a=i.next()){var o=a.value;if(e.next(o),e.closed)return}}catch(s){n={error:s}}finally{try{a&&!a.done&&(r=i.return)&&r.call(i)}finally{if(n)throw n.error}}e.complete()})}function Ti(t){return new R(function(e){Fl(t,e).catch(function(n){return e.error(n)})})}function Cl(t){return Ti(Ai(t))}function Fl(t,e){var n,r,i,a;return al(this,void 0,void 0,function(){var o,s;return ii(this,function(u){switch(u.label){case 0:u.trys.push([0,5,6,11]),n=sl(t),u.label=1;case 1:return[4,n.next()];case 2:if(r=u.sent(),!!r.done)return[3,4];if(o=r.value,e.next(o),e.closed)return[2];u.label=3;case 3:return[3,1];case 4:return[3,11];case 5:return s=u.sent(),i={error:s},[3,11];case 6:return u.trys.push([6,,9,10]),r&&!r.done&&(a=n.return)?[4,a.call(n)]:[3,8];case 7:u.sent(),u.label=8;case 8:return[3,10];case 9:if(i)throw i.error;return[7];case 10:return[7];case 11:return e.complete(),[2]}})})}function pt(t,e,n,r,i){r===void 0&&(r=0),i===void 0&&(i=!1);var a=e.schedule(function(){n(),i?t.add(this.schedule(null,r)):this.unsubscribe()},r);if(t.add(a),!i)return a}function Mi(t,e){return e===void 0&&(e=0),Y(function(n,r){n.subscribe(G(r,function(i){return pt(r,t,function(){return r.next(i)},e)},function(){return pt(r,t,function(){return r.complete()},e)},function(i){return pt(r,t,function(){return r.error(i)},e)}))})}function Ci(t,e){return e===void 0&&(e=0),Y(function(n,r){r.add(t.schedule(function(){return n.subscribe(r)},e))})}function El(t,e){return W(t).pipe(Ci(e),Mi(e))}function Ll(t,e){return W(t).pipe(Ci(e),Mi(e))}function Ol(t,e){return new R(function(n){var r=0;return e.schedule(function(){r===t.length?n.complete():(n.next(t[r++]),n.closed||this.schedule())})})}function Pl(t,e){return new R(function(n){var r;return pt(n,e,function(){r=t[$i](),pt(n,e,function(){var i,a,o;try{i=r.next(),a=i.value,o=i.done}catch(s){n.error(s);return}o?n.complete():n.next(a)},0,!0)}),function(){return N(r==null?void 0:r.return)&&r.return()}})}function Fi(t,e){if(!t)throw new Error("Iterable cannot be null");return new R(function(n){pt(n,e,function(){var r=t[Symbol.asyncIterator]();pt(n,e,function(){r.next().then(function(i){i.done?n.complete():n.next(i.value)})},0,!0)})})}function Il(t,e){return Fi(Ai(t),e)}function Rl(t,e){if(t!=null){if(xi(t))return El(t,e);if(vi(t))return Ol(t,e);if(bi(t))return Ll(t,e);if(Di(t))return Fi(t,e);if(_i(t))return Pl(t,e);if(Si(t))return Il(t,e)}throw wi(t)}function Rt(t,e){return e?Rl(t,e):W(t)}function Dt(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];var n=It(t);return Rt(t,n)}var Ei=dn(function(t){return function(){t(this),this.name="EmptyError",this.message="no elements in sequence"}});function Bl(t){return t instanceof Date&&!isNaN(t)}function b(t,e){return Y(function(n,r){var i=0;n.subscribe(G(r,function(a){r.next(t.call(e,a,i++))}))})}var kl=Array.isArray;function Nl(t,e){return kl(e)?t.apply(void 0,ht([],ft(e))):t(e)}function Vl(t){return b(function(e){return Nl(t,e)})}var Xl=Array.isArray,Yl=Object.getPrototypeOf,Gl=Object.prototype,Ul=Object.keys;function zl(t){if(t.length===1){var e=t[0];if(Xl(e))return{args:e,keys:null};if(Hl(e)){var n=Ul(e);return{args:n.map(function(r){return e[r]}),keys:n}}}return{args:t,keys:null}}function Hl(t){return t&&typeof t=="object"&&Yl(t)===Gl}function jl(t,e){return t.reduce(function(n,r,i){return n[r]=e[i],n},{})}function E(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];var n=It(t),r=$l(t),i=zl(t),a=i.args,o=i.keys;if(a.length===0)return Rt([],n);var s=new R(Wl(a,n,o?function(u){return jl(o,u)}:Pt));return r?s.pipe(Vl(r)):s}function Wl(t,e,n){return n===void 0&&(n=Pt),function(r){Li(e,function(){for(var i=t.length,a=new Array(i),o=i,s=i,u=function(c){Li(e,function(){var f=Rt(t[c],e),h=!1;f.subscribe(G(r,function(p){a[c]=p,h||(h=!0,s--),s||r.next(n(a.slice()))},function(){--o||r.complete()}))},r)},l=0;l<i;l++)u(l)},r)}}function Li(t,e,n){t?pt(n,t,e):e()}function ql(t,e,n,r,i,a,o,s){var u=[],l=0,c=0,f=!1,h=function(){f&&!u.length&&!l&&e.complete()},p=function(d){return l<r?m(d):u.push(d)},m=function(d){l++;var x=!1;W(n(d,c++)).subscribe(G(e,function(w){e.next(w)},function(){x=!0},void 0,function(){if(x)try{l--;for(var w=function(){var A=u.shift();o||m(A)};u.length&&l<r;)w();h()}catch(A){e.error(A)}}))};return t.subscribe(G(e,p,function(){f=!0,h()})),function(){}}function Oi(t,e,n){return n===void 0&&(n=1/0),N(e)?Oi(function(r,i){return b(function(a,o){return e(r,a,i,o)})(W(t(r,i)))},n):(typeof e=="number"&&(n=e),Y(function(r,i){return ql(r,i,t,n)}))}function An(t){return t===void 0&&(t=1/0),Oi(Pt,t)}function Jl(){return An(1)}function Pi(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];return Jl()(Rt(t,It(t)))}function Zl(t){return new R(function(e){W(t()).subscribe(e)})}function Ii(t,e,n){return Zl(function(){return t()?e:n})}function Kl(t,e,n){n===void 0&&(n=wl);var r=-1;return e!=null&&(gi(e)?n=e:r=e),new R(function(i){var a=Bl(t)?+t-n.now():t;a<0&&(a=0);var o=0;return n.schedule(function(){i.closed||(i.next(o++),0<=r?this.schedule(void 0,r):i.complete())},a)})}function Ql(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];var n=It(t),r=yi(t,1/0),i=t;return i.length?i.length===1?W(i[0]):An(r)(Rt(i,n)):di}var tc=Array.isArray;function ec(t){return t.length===1&&tc(t[0])?t[0]:t}function Ri(t,e){return Y(function(n,r){var i=0;n.subscribe(G(r,function(a){return t.call(e,a,i++)&&r.next(a)}))})}function nc(t,e){return e===void 0&&(e=$n),Y(function(n,r){var i=null,a=null,o=null,s=function(){if(i){i.unsubscribe(),i=null;var l=a;a=null,r.next(l)}};function u(){var l=o+t,c=e.now();if(c<l){i=this.schedule(void 0,l-c),r.add(i);return}s()}n.subscribe(G(r,function(l){a=l,o=e.now(),i||(i=e.schedule(u,t),r.add(i))},function(){s(),r.complete()},void 0,function(){a=i=null}))})}function rc(t){return Y(function(e,n){var r=!1;e.subscribe(G(n,function(i){r=!0,n.next(i)},function(){r||n.next(t),n.complete()}))})}function ic(t){return t<=0?function(){return di}:Y(function(e,n){var r=0;e.subscribe(G(n,function(i){++r<=t&&(n.next(i),t<=r&&n.complete())}))})}function X(t,e){return e===void 0&&(e=Pt),t=t??ac,Y(function(n,r){var i,a=!0;n.subscribe(G(r,function(o){var s=e(o);(a||!t(i,s))&&(a=!1,i=s,r.next(o))}))})}function ac(t,e){return t===e}function oc(t){return t===void 0&&(t=sc),Y(function(e,n){var r=!1;e.subscribe(G(n,function(i){r=!0,n.next(i)},function(){return r?n.complete():n.error(t())}))})}function sc(){return new Ei}function uc(t,e){var n=arguments.length>=2;return function(r){return r.pipe(Pt,ic(1),n?rc(e):oc(function(){return new Ei}))}}function lc(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];var n=It(t),r=yi(t,1/0);return t=ec(t),Y(function(i,a){An(r)(Rt(ht([i],ft(t)),n)).subscribe(a)})}function cc(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];return lc.apply(void 0,ht([],ft(t)))}function Sn(t){t===void 0&&(t={});var e=t.connector,n=e===void 0?function(){return new B}:e,r=t.resetOnError,i=r===void 0?!0:r,a=t.resetOnComplete,o=a===void 0?!0:a,s=t.resetOnRefCountZero,u=s===void 0?!0:s;return function(l){var c,f,h,p=0,m=!1,d=!1,x=function(){f==null||f.unsubscribe(),f=void 0},w=function(){x(),c=h=void 0,m=d=!1},A=function(){var _=c;w(),_==null||_.unsubscribe()};return Y(function(_,L){p++,!d&&!m&&x();var S=h=h??n();L.add(function(){p--,p===0&&!d&&!m&&(f=Tn(A,u))}),S.subscribe(L),!c&&p>0&&(c=new Qt({next:function(I){return S.next(I)},error:function(I){d=!0,x(),f=Tn(w,i,I),S.error(I)},complete:function(){m=!0,x(),f=Tn(w,o),S.complete()}}),W(_).subscribe(c))})(l)}}function Tn(t,e){for(var n=[],r=2;r<arguments.length;r++)n[r-2]=arguments[r];if(e===!0){t();return}if(e!==!1){var i=new Qt({next:function(){i.unsubscribe(),t()}});return W(e.apply(void 0,ht([],ft(n)))).subscribe(i)}}function g(t,e,n){var r,i=!1;return r=t,Sn({connector:function(){return new vl(r,e,n)},resetOnError:!0,resetOnComplete:!1,resetOnRefCountZero:i})}function Mn(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];var n=It(t);return Y(function(r,i){(n?Pi(t,r,n):Pi(t,r)).subscribe(i)})}function C(t,e){return Y(function(n,r){var i=null,a=0,o=!1,s=function(){return o&&!i&&r.complete()};n.subscribe(G(r,function(u){i==null||i.unsubscribe();var l=0,c=a++;W(t(u,c)).subscribe(i=G(r,function(f){return r.next(e?e(u,f,c,l++):f)},function(){i=null,s()}))},function(){o=!0,s()}))})}function F(t){return Y(function(e,n){W(t).subscribe(G(n,function(){return n.complete()},yn)),!n.closed&&e.subscribe(n)})}function fc(t,e){return Y(function(n,r){var i=e??{},a=i.leading,o=a===void 0?!0:a,s=i.trailing,u=s===void 0?!1:s,l=!1,c=null,f=null,h=!1,p=function(){f==null||f.unsubscribe(),f=null,u&&(x(),h&&r.complete())},m=function(){f=null,h&&r.complete()},d=function(w){return f=W(t(w)).subscribe(G(r,p,m))},x=function(){if(l){l=!1;var w=c;c=null,r.next(w),!h&&d(w)}};n.subscribe(G(r,function(w){l=!0,c=w,!(f&&!f.closed)&&(o?x():d(w))},function(){h=!0,!(u&&l&&f&&!f.closed)&&r.complete()}))})}function hc(t,e,n){e===void 0&&(e=$n);var r=Kl(t,e);return fc(function(){return r},n)}function Bi(t){return new R(e=>{const n=new ResizeObserver(r=>{const i=r[0];i&&i.contentRect&&e.next(i.contentRect)});return n.observe(t),function(){n.unobserve(t)}})}const mt=({datumList$:t,fullChartParams$:e,event$:n})=>{const r=new B,i=e.pipe(F(r),b(f=>({id:null,label:null,seriesLabel:null,groupLabel:null,categoryLabel:null,highlightDefault:f.highlightDefault})),X()),a=n.pipe(F(r),Ri(f=>f.eventName==="mouseover"),b(f=>{const h=f;return h.datum?{id:h.datum.id,label:h.datum.label,seriesLabel:h.datum.seriesLabel,groupLabel:h.datum.groupLabel,categoryLabel:h.datum.categoryLabel,highlightDefault:null}:{id:null,label:null,seriesLabel:null,groupLabel:null,categoryLabel:null,highlightDefault:null}})),o=n.pipe(F(r),Ri(f=>f.eventName==="mouseout"),C(f=>i));function s(f,h,p){return h==null&&p==null?[]:f.filter(m=>m.id===h||m.label===p)}function u(f,h){return h==null?[]:f.filter(p=>p.seriesLabel===h)}function l(f,h){return h==null?[]:f.filter(p=>p.groupLabel===h)}function c(f,h){return h==null?[]:f.filter(p=>p.categoryLabel===h)}return new R(f=>(E({target:Ql(a,o,i),datumList:t,fullChartParams:e}).pipe(F(r),C(async h=>h)).subscribe(h=>{let p=[];h.fullChartParams.highlightTarget==="datum"?p=s(h.datumList,h.target.id,h.target.label):h.fullChartParams.highlightTarget==="series"?p=u(h.datumList,h.target.seriesLabel):h.fullChartParams.highlightTarget==="group"?p=l(h.datumList,h.target.groupLabel):h.fullChartParams.highlightTarget==="category"&&(p=c(h.datumList,h.target.categoryLabel)),f.next(p)}),function(){r.next(void 0)}))},Ce=({datumList$:t})=>t.pipe(b(e=>{const n=new Map;return e.forEach(r=>{const i=n.get(r.seriesLabel)??[];i.push(r),n.set(r.seriesLabel,i)}),n})),Cn=({datumList$:t})=>t.pipe(b(e=>{const n=new Map;return e.forEach(r=>{const i=n.get(r.groupLabel)??[];i.push(r),n.set(r.groupLabel,i)}),n})),te=({datumList$:t})=>t.pipe(b(e=>{const n=new Map;return e.filter(r=>r.categoryLabel!=null).forEach(r=>{const i=n.get(r.categoryLabel)??[];i.push(r),n.set(r.categoryLabel,i)}),n})),wt=t=>t.pipe(b(e=>e.styles.textSize),X(),b(e=>{let n=NaN;if(typeof e=="string")if(e.includes("rem")){const r=parseFloat(getComputedStyle(document.documentElement).fontSize);n=parseFloat(e)*r}else e.includes("px")&&(n=parseFloat(e));else if(typeof e=="number")return e;return n||14})),Fe=({layout$:t,containerPosition$:e})=>{const n=e.pipe(b(i=>i.reduce((o,s)=>s.rowIndex>o?s.rowIndex:o,0)+1),X()),r=e.pipe(b(i=>i.reduce((o,s)=>s.columnIndex>o?s.columnIndex:o,0)+1),X());return E({layout:t,rowAmount:n,columnAmount:r}).pipe(C(async i=>i),b(i=>{const a=i.layout.rootWidth/i.columnAmount-(i.layout.left+i.layout.right),o=i.layout.rootHeight/i.rowAmount-(i.layout.top+i.layout.bottom);return{width:a,height:o}}),X((i,a)=>i.width===a.width&&i.height===a.height))},pc=({fullDataFormatter$:t})=>t.pipe(b(e=>e.separateSeries),X()),mc=({computedData$:t})=>t.pipe(b(e=>e.filter(n=>n.length).map(n=>n[0].seriesLabel)),X((e,n)=>JSON.stringify(e).length===JSON.stringify(n).length)),ki=({computedData$:t})=>t.pipe(b(e=>e.map(n=>n.filter(r=>r.visible!=!1)))),dc=({computedData$:t,fullDataFormatter$:e})=>E({computedData:t,fullDataFormatter:e}).pipe(C(async n=>n),b(n=>{const r=n.fullDataFormatter.sumSeries==!0?n.computedData.map(i=>[i.reduce((a,o)=>a==null?o:(a.value=a.value+o.value,a),null)]):n.computedData;return n.fullDataFormatter.separateSeries==!0?r.map(i=>i.sort((a,o)=>a.seq-o.seq)):[r.flat().sort((i,a)=>i.seq-a.seq)]})),gc=({computedData$:t,fullDataFormatter$:e,layout$:n})=>E({computedData:t,fullDataFormatter:e,layout:n}).pipe(C(async i=>i),b(i=>i.fullDataFormatter.separateSeries?pn(i.layout,i.fullDataFormatter.container,i.computedData.length):pn(i.layout,i.fullDataFormatter.container,1))),yc=({seriesContainerPosition$:t,seriesLabels$:e,separateSeries$:n})=>E({seriesContainerPosition:t,seriesLabels:e,separateSeries:n}).pipe(C(async r=>r),b(r=>r.separateSeries?new Map(r.seriesLabels.map((i,a)=>[i,r.seriesContainerPosition[a]??r.seriesContainerPosition[0]])):new Map(r.seriesLabels.map((i,a)=>[i,r.seriesContainerPosition[0]])))),vc=({subject:t,observer:e})=>{const n=wt(e.fullChartParams$).pipe(g(1)),r=pc({fullDataFormatter$:e.fullDataFormatter$}).pipe(g(1)),i=ki({computedData$:e.computedData$}).pipe(g(1)),a=dc({computedData$:e.computedData$,fullDataFormatter$:e.fullDataFormatter$}).pipe(g(1)),o=ki({computedData$:a}).pipe(g(1)),s=e.computedData$.pipe(b(p=>p.flat())).pipe(g(1)),u=mt({datumList$:s,fullChartParams$:e.fullChartParams$,event$:t.event$}).pipe(g(1)),l=mc({computedData$:e.computedData$}).pipe(g(1)),c=Ce({datumList$:s}).pipe(g(1)),f=gc({computedData$:e.computedData$,fullDataFormatter$:e.fullDataFormatter$,layout$:e.layout$}).pipe(g(1)),h=yc({seriesContainerPosition$:f,seriesLabels$:l,separateSeries$:r}).pipe(g(1));return{fullParams$:e.fullParams$,fullChartParams$:e.fullChartParams$,fullDataFormatter$:e.fullDataFormatter$,computedData$:e.computedData$,layout$:e.layout$,textSizePx$:n,visibleComputedData$:i,visibleComputedSortedData$:o,separateSeries$:r,computedSortedData$:a,seriesHighlight$:u,seriesLabels$:l,SeriesDataMap$:c,seriesContainerPosition$:f,SeriesContainerPositionMap$:h}},q=({maxValue:t=1,minValue:e=0,axisWidth:n,scaleDomain:r=z.scaleDomain,scaleRange:i=z.scaleRange,reverse:a=!1})=>{const o=r[0]??z.scaleDomain[0],s=r[1]??z.scaleDomain[1],u=i[0]??z.scaleRange[0],l=i[1]??z.scaleRange[1];let c=o==="auto"?e<0?e:0:o==="min"?e:o,f=s==="auto"?t>=0?t:0:s==="max"?t:s;const h=t-(t-c)/(1-u),p=f/l;return a?qt().domain([h,p]).range([n,0]):qt().domain([h,p]).range([0,n])},bc=({maxValue:t=1,minValue:e=0,axisWidth:n,scaleDomain:r=z.scaleDomain,scaleRange:i=z.scaleRange,reverse:a=!1})=>{e===t&&(t+=1,e-=1);const o=r[0]??z.scaleDomain[0],s=r[1]??z.scaleDomain[1],u=i[0]??z.scaleRange[0],l=i[1]??z.scaleRange[1];let c=o==="auto"?e<0?e:0:o==="min"?e:o,f=s==="auto"?t>=0?t:0:s==="max"?t:s;const h=t-(t-c)/(1-u),p=f/l;return a?qt().domain([n,0]).range([h,p]):qt().domain([0,n]).range([h,p])},xc=({axisLabels:t,axisWidth:e,padding:n=.5})=>{let r=[0,e];return Yu().domain(t).range(r).padding(n)},Dc=({axisLabels:t,axisWidth:e,padding:n=0,reverse:r=!1})=>{let i=t.map((u,l)=>l);r&&i.reverse();const a=i.length-1+n*2,o=e/a,s=o*n-o*.5;return Zr().domain([s,e-s]).range(i)},Fn=({computedData$:t,fullDataFormatter$:e,layout$:n})=>{function r(a,o,s){const u=o.groupAxis.position==="top"||o.groupAxis.position==="bottom"?s.width:s.height,l=a[0]?a[0].length-1:0;return q({maxValue:l,minValue:0,axisWidth:u,scaleDomain:[0,l],scaleRange:[0,1]})}function i(a,o,s){const u=o.valueAxis.position==="left"||o.valueAxis.position==="right"?s.height:s.width,l=a.flat();let[c,f]=ei(l);return c===f&&f===0&&(f=1),q({maxValue:f,minValue:c,axisWidth:u,scaleDomain:["auto","auto"],scaleRange:[0,1]})}return E({computedData:t,fullDataFormatter:e,layout:n}).pipe(C(async a=>a),b(a=>{const o=r(a.computedData,a.fullDataFormatter,a.layout),s=i(a.computedData,a.fullDataFormatter,a.layout),u=s(0);return a.computedData.map((l,c)=>l.map((f,h)=>{const p=o(h),m=s(f.value??0);return{...f,axisX:p,axisY:m,axisYFromZero:m-u}}))}))},Ee=({fullDataFormatter$:t,layout$:e})=>{const n=new B;function r({xAxisPosition:o,yAxisPosition:s,width:u,height:l}){return(o==="bottom"||o==="top")&&(s==="left"||s==="right")?{width:u,height:l}:(o==="left"||o==="right")&&(s==="bottom"||s==="top")?{width:l,height:u}:{width:u,height:l}}const i=t.pipe(b(o=>o.groupAxis.position),X()),a=t.pipe(b(o=>o.valueAxis.position),X());return new R(o=>{E({groupAxisPosition:i,valueAxisPosition:a,layout:e}).pipe(F(n),C(async s=>s)).subscribe(s=>{const u=r({xAxisPosition:s.groupAxisPosition,yAxisPosition:s.valueAxisPosition,width:s.layout.width,height:s.layout.height});return o.next(u),function(){n.next(void 0)}})})},En=({fullDataFormatter$:t,containerSize$:e})=>Ee({fullDataFormatter$:t,layout$:e}),Ln=({computedData$:t})=>t.pipe(b(e=>e.filter(n=>n.length).map(n=>n[0].seriesLabel)),X((e,n)=>JSON.stringify(e).length===JSON.stringify(n).length)),On=({computedData$:t})=>t.pipe(b(e=>e.map(r=>r.filter(i=>i.visible==!0)).filter(r=>r.length))),Pn=({computedAxesData$:t})=>t.pipe(b(e=>e.map(r=>r.filter(i=>i.visible==!0)).filter(r=>r.length))),Ni=({computedData$:t,fullDataFormatter$:e,layout$:n})=>E({computedData:t,fullDataFormatter:e,layout:n}).pipe(C(async i=>i),b(i=>{if(i.fullDataFormatter.separateSeries)return Et(i.layout,i.fullDataFormatter.container,i.computedData.length);{const a=Et(i.layout,i.fullDataFormatter.container,1);return i.computedData.map((o,s)=>a[0])}})),In=({isSeriesSeprate$:t,computedData$:e})=>{const n=e.pipe(b(r=>{const i=new Array(r[0]?r[0].length:0).fill(null).map((o,s)=>r.reduce((u,l)=>{if(l&&l[s]){const c=l[s].value==null||l[s].visible==!1?0:l[s].value;return u+c}return u},0));return r.map((o,s)=>o.map((u,l)=>({...u,value:i[l]})))}));return t.pipe(C(r=>Ii(()=>r,e,n)))},Rn=({computedData$:t,fullDataFormatter$:e})=>E({computedData:t,fullDataFormatter:e}).pipe(C(async n=>n),b(n=>{const r=n.fullDataFormatter.groupAxis,i=n.computedData[0]?n.computedData[0].length-1:0,a=r.scaleDomain[0]-r.scalePadding,o=r.scaleDomain[1]==="max"?i+r.scalePadding:r.scaleDomain[1]+r.scalePadding;return[a,o]})),Bn=({computedData$:t,groupScaleDomainValue$:e})=>E({computedData:t,groupScaleDomainValue:e}).pipe(b(n=>{const r=n.computedData.map((a,o)=>a.filter((s,u)=>u>=n.groupScaleDomainValue[0]&&u<=n.groupScaleDomainValue[1]&&s.visible==!0));return hn(r)})),kn=({fullDataFormatter$:t,layout$:e})=>{const n=new B;function r({xAxis:i,yAxis:a,width:o,height:s}){if(!i||!a)return{translate:[0,0],scale:[1,1],rotate:0,rotateX:0,rotateY:0,value:""};let u=0,l=0,c=0,f=0,h=0;return i.position==="bottom"?a.position==="left"?(f=180,l=s):a.position==="right"?(f=180,h=180,u=o,l=s):(f=180,l=s):i.position==="top"?a.position==="left"||(a.position==="right"?(h=180,u=o):(f=180,l=s)):i.position==="left"?a.position==="bottom"?(c=-90,l=s):a.position==="top"?(c=-90,h=180):(f=180,l=s):i.position==="right"?a.position==="bottom"?(c=-90,f=180,l=s,u=o):a.position==="top"?(c=-90,f=180,h=180,u=o):(f=180,l=s):(f=180,l=s),{translate:[u,l],scale:[1,1],rotate:c,rotateX:f,rotateY:h,value:`translate(${u}px, ${l}px) rotate(${c}deg) rotateX(${f}deg) rotateY(${h}deg)`}}return new R(i=>(E({fullDataFormatter:t,layout:e}).pipe(F(n),C(async a=>a)).subscribe(a=>{const o=r({xAxis:a.fullDataFormatter.groupAxis,yAxis:a.fullDataFormatter.valueAxis,width:a.layout.width,height:a.layout.height});i.next(o)}),function(){n.next(void 0)}))},Nn=({gridAxesTransform$:t})=>t.pipe(b(e=>{const n=[0,0],r=[1/e.scale[0],1/e.scale[1]],i=e.rotate*-1,a=e.rotateX*-1,o=e.rotateY*-1;return{translate:n,scale:r,rotate:i,rotateX:a,rotateY:o,value:`translate(${n[0]}px, ${n[1]}px) rotateX(${a}deg) rotateY(${o}deg) rotate(${i}deg)`}})),Vn=({computedData$:t,groupScaleDomainValue$:e,filteredMinMaxValue$:n,fullDataFormatter$:r,layout$:i})=>{const a=new B;function o({data:s,groupAxis:u,valueAxis:l,groupScaleDomainValue:c,filteredMinMaxValue:f,width:h,height:p}){let m=0,d=0,x=0,w=0;const A=u.position==="top"||u.position==="bottom"?h:p,_=0,L=s[0]?s[0].length-1:0,S=q({maxValue:L,minValue:_,axisWidth:A,scaleDomain:c,scaleRange:[0,1]}),I=S(_),k=S(L);_==L?(m=0,x=1):(m=I,x=(k-I)/A),f[0]===f[1]&&f[1]===0&&(f[1]=1);const O=l.position==="left"||l.position==="right"?p:h,D=q({maxValue:f[1],minValue:f[0],axisWidth:O,scaleDomain:l.scaleDomain,scaleRange:l.scaleRange}),$=hn(s);$[0]===$[1]&&$[1]===0&&($[1]=1);const v=D($[0]>0?0:$[0]),T=D($[1]<0?0:$[1]);return d=v,w=(T-v)/O,{translate:[m,d],scale:[x,w],rotate:0,rotateX:0,rotateY:0,value:`translate(${m}px, ${d}px) scale(${x}, ${w})`}}return new R(s=>(E({computedData:t,groupScaleDomainValue:e,filteredMinMaxValue:n,fullDataFormatter:r,layout:i}).pipe(F(a),C(async u=>u)).subscribe(u=>{const l=o({data:u.computedData,groupAxis:u.fullDataFormatter.groupAxis,valueAxis:u.fullDataFormatter.valueAxis,groupScaleDomainValue:u.groupScaleDomainValue,filteredMinMaxValue:u.filteredMinMaxValue,width:u.layout.width,height:u.layout.height});s.next(l)}),function(){a.next(void 0)}))},Xn=({gridContainerPosition$:t,gridAxesTransform$:e,gridGraphicTransform$:n})=>E({gridContainerPosition:t,gridAxesTransform:e,gridGraphicTransform:n}).pipe(C(async r=>r),b(r=>r.gridAxesTransform.rotate==0||r.gridAxesTransform.rotate==180?r.gridContainerPosition.map((i,a)=>[1/r.gridGraphicTransform.scale[0]/r.gridContainerPosition[a].scale[0],1/r.gridGraphicTransform.scale[1]/r.gridContainerPosition[a].scale[1]]):r.gridContainerPosition.map((i,a)=>[1/r.gridGraphicTransform.scale[0]/r.gridContainerPosition[a].scale[1],1/r.gridGraphicTransform.scale[1]/r.gridContainerPosition[a].scale[0]])));function Bt(t){return`[OrbCharts warn]: ${t.message}`}function $t({columnName:t,expectToBe:e,from:n}){return`Invalid value: '${t}' must be '${e}'
|
3
|
+
`):"",this.name="UnsubscriptionError",this.errors=n}});function Se(t,e){if(t){var n=t.indexOf(e);0<=n&&t.splice(n,1)}}var Zt=function(){function t(e){this.initialTeardown=e,this.closed=!1,this._parentage=null,this._finalizers=null}return t.prototype.unsubscribe=function(){var e,n,r,i,a;if(!this.closed){this.closed=!0;var o=this._parentage;if(o)if(this._parentage=null,Array.isArray(o))try{for(var u=Lt(o),s=u.next();!s.done;s=u.next()){var l=s.value;l.remove(this)}}catch(d){e={error:d}}finally{try{s&&!s.done&&(n=u.return)&&n.call(u)}finally{if(e)throw e.error}}else o.remove(this);var f=this.initialTeardown;if(N(f))try{f()}catch(d){a=d instanceof dn?d.errors:[d]}var c=this._finalizers;if(c){this._finalizers=null;try{for(var p=Lt(c),h=p.next();!h.done;h=p.next()){var m=h.value;try{Zr(m)}catch(d){a=a??[],d instanceof dn?a=pt(pt([],ft(a)),ft(d.errors)):a.push(d)}}}catch(d){r={error:d}}finally{try{h&&!h.done&&(i=p.return)&&i.call(p)}finally{if(r)throw r.error}}}if(a)throw new dn(a)}},t.prototype.add=function(e){var n;if(e&&e!==this)if(this.closed)Zr(e);else{if(e instanceof t){if(e.closed||e._hasParent(this))return;e._addParent(this)}(this._finalizers=(n=this._finalizers)!==null&&n!==void 0?n:[]).push(e)}},t.prototype._hasParent=function(e){var n=this._parentage;return n===e||Array.isArray(n)&&n.includes(e)},t.prototype._addParent=function(e){var n=this._parentage;this._parentage=Array.isArray(n)?(n.push(e),n):n?[n,e]:e},t.prototype._removeParent=function(e){var n=this._parentage;n===e?this._parentage=null:Array.isArray(n)&&Se(n,e)},t.prototype.remove=function(e){var n=this._finalizers;n&&Se(n,e),e instanceof t&&e._removeParent(this)},t.EMPTY=function(){var e=new t;return e.closed=!0,e}(),t}(),qr=Zt.EMPTY;function Jr(t){return t instanceof Zt||t&&"closed"in t&&N(t.remove)&&N(t.add)&&N(t.unsubscribe)}function Zr(t){N(t)?t():t.unsubscribe()}var Kr={onUnhandledError:null,onStoppedNotification:null,Promise:void 0,useDeprecatedSynchronousErrorHandling:!1,useDeprecatedNextContext:!1},Qr={setTimeout:function(t,e){for(var n=[],r=2;r<arguments.length;r++)n[r-2]=arguments[r];return setTimeout.apply(void 0,pt([t,e],ft(n)))},clearTimeout:function(t){var e=Qr.delegate;return((e==null?void 0:e.clearTimeout)||clearTimeout)(t)},delegate:void 0};function ti(t){Qr.setTimeout(function(){throw t})}function gn(){}function Te(t){t()}var yn=function(t){nt(e,t);function e(n){var r=t.call(this)||this;return r.isStopped=!1,n?(r.destination=n,Jr(n)&&n.add(r)):r.destination=hl,r}return e.create=function(n,r,i){return new Kt(n,r,i)},e.prototype.next=function(n){this.isStopped||this._next(n)},e.prototype.error=function(n){this.isStopped||(this.isStopped=!0,this._error(n))},e.prototype.complete=function(){this.isStopped||(this.isStopped=!0,this._complete())},e.prototype.unsubscribe=function(){this.closed||(this.isStopped=!0,t.prototype.unsubscribe.call(this),this.destination=null)},e.prototype._next=function(n){this.destination.next(n)},e.prototype._error=function(n){try{this.destination.error(n)}finally{this.unsubscribe()}},e.prototype._complete=function(){try{this.destination.complete()}finally{this.unsubscribe()}},e}(Zt),cl=Function.prototype.bind;function bn(t,e){return cl.call(t,e)}var fl=function(){function t(e){this.partialObserver=e}return t.prototype.next=function(e){var n=this.partialObserver;if(n.next)try{n.next(e)}catch(r){Me(r)}},t.prototype.error=function(e){var n=this.partialObserver;if(n.error)try{n.error(e)}catch(r){Me(r)}else Me(e)},t.prototype.complete=function(){var e=this.partialObserver;if(e.complete)try{e.complete()}catch(n){Me(n)}},t}(),Kt=function(t){nt(e,t);function e(n,r,i){var a=t.call(this)||this,o;if(N(n)||!n)o={next:n??void 0,error:r??void 0,complete:i??void 0};else{var u;a&&Kr.useDeprecatedNextContext?(u=Object.create(n),u.unsubscribe=function(){return a.unsubscribe()},o={next:n.next&&bn(n.next,u),error:n.error&&bn(n.error,u),complete:n.complete&&bn(n.complete,u)}):o=n}return a.destination=new fl(o),a}return e}(yn);function Me(t){ti(t)}function pl(t){throw t}var hl={closed:!0,next:gn,error:pl,complete:gn},vn=function(){return typeof Symbol=="function"&&Symbol.observable||"@@observable"}();function Ot(t){return t}function ml(t){return t.length===0?Ot:t.length===1?t[0]:function(n){return t.reduce(function(r,i){return i(r)},n)}}var R=function(){function t(e){e&&(this._subscribe=e)}return t.prototype.lift=function(e){var n=new t;return n.source=this,n.operator=e,n},t.prototype.subscribe=function(e,n,r){var i=this,a=gl(e)?e:new Kt(e,n,r);return Te(function(){var o=i,u=o.operator,s=o.source;a.add(u?u.call(a,s):s?i._subscribe(a):i._trySubscribe(a))}),a},t.prototype._trySubscribe=function(e){try{return this._subscribe(e)}catch(n){e.error(n)}},t.prototype.forEach=function(e,n){var r=this;return n=ei(n),new n(function(i,a){var o=new Kt({next:function(u){try{e(u)}catch(s){a(s),o.unsubscribe()}},error:a,complete:i});r.subscribe(o)})},t.prototype._subscribe=function(e){var n;return(n=this.source)===null||n===void 0?void 0:n.subscribe(e)},t.prototype[vn]=function(){return this},t.prototype.pipe=function(){for(var e=[],n=0;n<arguments.length;n++)e[n]=arguments[n];return ml(e)(this)},t.prototype.toPromise=function(e){var n=this;return e=ei(e),new e(function(r,i){var a;n.subscribe(function(o){return a=o},function(o){return i(o)},function(){return r(a)})})},t.create=function(e){return new t(e)},t}();function ei(t){var e;return(e=t??Kr.Promise)!==null&&e!==void 0?e:Promise}function dl(t){return t&&N(t.next)&&N(t.error)&&N(t.complete)}function gl(t){return t&&t instanceof yn||dl(t)&&Jr(t)}function yl(t){return N(t==null?void 0:t.lift)}function X(t){return function(e){if(yl(e))return e.lift(function(n){try{return t(n,this)}catch(r){this.error(r)}});throw new TypeError("Unable to lift unknown Observable type")}}function Y(t,e,n,r,i){return new bl(t,e,n,r,i)}var bl=function(t){nt(e,t);function e(n,r,i,a,o,u){var s=t.call(this,n)||this;return s.onFinalize=o,s.shouldUnsubscribe=u,s._next=r?function(l){try{r(l)}catch(f){n.error(f)}}:t.prototype._next,s._error=a?function(l){try{a(l)}catch(f){n.error(f)}finally{this.unsubscribe()}}:t.prototype._error,s._complete=i?function(){try{i()}catch(l){n.error(l)}finally{this.unsubscribe()}}:t.prototype._complete,s}return e.prototype.unsubscribe=function(){var n;if(!this.shouldUnsubscribe||this.shouldUnsubscribe()){var r=this.closed;t.prototype.unsubscribe.call(this),!r&&((n=this.onFinalize)===null||n===void 0||n.call(this))}},e}(yn),vl=mn(function(t){return function(){t(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"}}),B=function(t){nt(e,t);function e(){var n=t.call(this)||this;return n.closed=!1,n.currentObservers=null,n.observers=[],n.isStopped=!1,n.hasError=!1,n.thrownError=null,n}return e.prototype.lift=function(n){var r=new ni(this,this);return r.operator=n,r},e.prototype._throwIfClosed=function(){if(this.closed)throw new vl},e.prototype.next=function(n){var r=this;Te(function(){var i,a;if(r._throwIfClosed(),!r.isStopped){r.currentObservers||(r.currentObservers=Array.from(r.observers));try{for(var o=Lt(r.currentObservers),u=o.next();!u.done;u=o.next()){var s=u.value;s.next(n)}}catch(l){i={error:l}}finally{try{u&&!u.done&&(a=o.return)&&a.call(o)}finally{if(i)throw i.error}}}})},e.prototype.error=function(n){var r=this;Te(function(){if(r._throwIfClosed(),!r.isStopped){r.hasError=r.isStopped=!0,r.thrownError=n;for(var i=r.observers;i.length;)i.shift().error(n)}})},e.prototype.complete=function(){var n=this;Te(function(){if(n._throwIfClosed(),!n.isStopped){n.isStopped=!0;for(var r=n.observers;r.length;)r.shift().complete()}})},e.prototype.unsubscribe=function(){this.isStopped=this.closed=!0,this.observers=this.currentObservers=null},Object.defineProperty(e.prototype,"observed",{get:function(){var n;return((n=this.observers)===null||n===void 0?void 0:n.length)>0},enumerable:!1,configurable:!0}),e.prototype._trySubscribe=function(n){return this._throwIfClosed(),t.prototype._trySubscribe.call(this,n)},e.prototype._subscribe=function(n){return this._throwIfClosed(),this._checkFinalizedStatuses(n),this._innerSubscribe(n)},e.prototype._innerSubscribe=function(n){var r=this,i=this,a=i.hasError,o=i.isStopped,u=i.observers;return a||o?qr:(this.currentObservers=null,u.push(n),new Zt(function(){r.currentObservers=null,Se(u,n)}))},e.prototype._checkFinalizedStatuses=function(n){var r=this,i=r.hasError,a=r.thrownError,o=r.isStopped;i?n.error(a):o&&n.complete()},e.prototype.asObservable=function(){var n=new R;return n.source=this,n},e.create=function(n,r){return new ni(n,r)},e}(R),ni=function(t){nt(e,t);function e(n,r){var i=t.call(this)||this;return i.destination=n,i.source=r,i}return e.prototype.next=function(n){var r,i;(i=(r=this.destination)===null||r===void 0?void 0:r.next)===null||i===void 0||i.call(r,n)},e.prototype.error=function(n){var r,i;(i=(r=this.destination)===null||r===void 0?void 0:r.error)===null||i===void 0||i.call(r,n)},e.prototype.complete=function(){var n,r;(r=(n=this.destination)===null||n===void 0?void 0:n.complete)===null||r===void 0||r.call(n)},e.prototype._subscribe=function(n){var r,i;return(i=(r=this.source)===null||r===void 0?void 0:r.subscribe(n))!==null&&i!==void 0?i:qr},e}(B),ri=function(t){nt(e,t);function e(n){var r=t.call(this)||this;return r._value=n,r}return Object.defineProperty(e.prototype,"value",{get:function(){return this.getValue()},enumerable:!1,configurable:!0}),e.prototype._subscribe=function(n){var r=t.prototype._subscribe.call(this,n);return!r.closed&&n.next(this._value),r},e.prototype.getValue=function(){var n=this,r=n.hasError,i=n.thrownError,a=n._value;if(r)throw i;return this._throwIfClosed(),a},e.prototype.next=function(n){t.prototype.next.call(this,this._value=n)},e}(B),xn={now:function(){return(xn.delegate||Date).now()},delegate:void 0},xl=function(t){nt(e,t);function e(n,r,i){n===void 0&&(n=1/0),r===void 0&&(r=1/0),i===void 0&&(i=xn);var a=t.call(this)||this;return a._bufferSize=n,a._windowTime=r,a._timestampProvider=i,a._buffer=[],a._infiniteTimeWindow=!0,a._infiniteTimeWindow=r===1/0,a._bufferSize=Math.max(1,n),a._windowTime=Math.max(1,r),a}return e.prototype.next=function(n){var r=this,i=r.isStopped,a=r._buffer,o=r._infiniteTimeWindow,u=r._timestampProvider,s=r._windowTime;i||(a.push(n),!o&&a.push(u.now()+s)),this._trimBuffer(),t.prototype.next.call(this,n)},e.prototype._subscribe=function(n){this._throwIfClosed(),this._trimBuffer();for(var r=this._innerSubscribe(n),i=this,a=i._infiniteTimeWindow,o=i._buffer,u=o.slice(),s=0;s<u.length&&!n.closed;s+=a?1:2)n.next(u[s]);return this._checkFinalizedStatuses(n),r},e.prototype._trimBuffer=function(){var n=this,r=n._bufferSize,i=n._timestampProvider,a=n._buffer,o=n._infiniteTimeWindow,u=(o?1:2)*r;if(r<1/0&&u<a.length&&a.splice(0,a.length-u),!o){for(var s=i.now(),l=0,f=1;f<a.length&&a[f]<=s;f+=2)l=f;l&&a.splice(0,l+1)}},e}(B),Dl=function(t){nt(e,t);function e(n,r){return t.call(this)||this}return e.prototype.schedule=function(n,r){return this},e}(Zt),Dn={setInterval:function(t,e){for(var n=[],r=2;r<arguments.length;r++)n[r-2]=arguments[r];return setInterval.apply(void 0,pt([t,e],ft(n)))},clearInterval:function(t){var e=Dn.delegate;return((e==null?void 0:e.clearInterval)||clearInterval)(t)},delegate:void 0},wl=function(t){nt(e,t);function e(n,r){var i=t.call(this,n,r)||this;return i.scheduler=n,i.work=r,i.pending=!1,i}return e.prototype.schedule=function(n,r){var i;if(r===void 0&&(r=0),this.closed)return this;this.state=n;var a=this.id,o=this.scheduler;return a!=null&&(this.id=this.recycleAsyncId(o,a,r)),this.pending=!0,this.delay=r,this.id=(i=this.id)!==null&&i!==void 0?i:this.requestAsyncId(o,this.id,r),this},e.prototype.requestAsyncId=function(n,r,i){return i===void 0&&(i=0),Dn.setInterval(n.flush.bind(n,this),i)},e.prototype.recycleAsyncId=function(n,r,i){if(i===void 0&&(i=0),i!=null&&this.delay===i&&this.pending===!1)return r;r!=null&&Dn.clearInterval(r)},e.prototype.execute=function(n,r){if(this.closed)return new Error("executing a cancelled action");this.pending=!1;var i=this._execute(n,r);if(i)return i;this.pending===!1&&this.id!=null&&(this.id=this.recycleAsyncId(this.scheduler,this.id,null))},e.prototype._execute=function(n,r){var i=!1,a;try{this.work(n)}catch(o){i=!0,a=o||new Error("Scheduled action threw falsy error")}if(i)return this.unsubscribe(),a},e.prototype.unsubscribe=function(){if(!this.closed){var n=this,r=n.id,i=n.scheduler,a=i.actions;this.work=this.state=this.scheduler=null,this.pending=!1,Se(a,this),r!=null&&(this.id=this.recycleAsyncId(i,r,null)),this.delay=null,t.prototype.unsubscribe.call(this)}},e}(Dl),ii=function(){function t(e,n){n===void 0&&(n=t.now),this.schedulerActionCtor=e,this.now=n}return t.prototype.schedule=function(e,n,r){return n===void 0&&(n=0),new this.schedulerActionCtor(this,e).schedule(r,n)},t.now=xn.now,t}(),$l=function(t){nt(e,t);function e(n,r){r===void 0&&(r=ii.now);var i=t.call(this,n,r)||this;return i.actions=[],i._active=!1,i}return e.prototype.flush=function(n){var r=this.actions;if(this._active){r.push(n);return}var i;this._active=!0;do if(i=n.execute(n.state,n.delay))break;while(n=r.shift());if(this._active=!1,i){for(;n=r.shift();)n.unsubscribe();throw i}},e}(ii),wn=new $l(wl),_l=wn,ai=new R(function(t){return t.complete()});function oi(t){return t&&N(t.schedule)}function $n(t){return t[t.length-1]}function Al(t){return N($n(t))?t.pop():void 0}function It(t){return oi($n(t))?t.pop():void 0}function ui(t,e){return typeof $n(t)=="number"?t.pop():e}var si=function(t){return t&&typeof t.length=="number"&&typeof t!="function"};function li(t){return N(t==null?void 0:t.then)}function ci(t){return N(t[vn])}function fi(t){return Symbol.asyncIterator&&N(t==null?void 0:t[Symbol.asyncIterator])}function pi(t){return new TypeError("You provided "+(t!==null&&typeof t=="object"?"an invalid object":"'"+t+"'")+" where a stream was expected. You can provide an Observable, Promise, ReadableStream, Array, AsyncIterable, or Iterable.")}function Sl(){return typeof Symbol!="function"||!Symbol.iterator?"@@iterator":Symbol.iterator}var hi=Sl();function mi(t){return N(t==null?void 0:t[hi])}function di(t){return sl(this,arguments,function(){var n,r,i,a;return Wr(this,function(o){switch(o.label){case 0:n=t.getReader(),o.label=1;case 1:o.trys.push([1,,9,10]),o.label=2;case 2:return[4,Pt(n.read())];case 3:return r=o.sent(),i=r.value,a=r.done,a?[4,Pt(void 0)]:[3,5];case 4:return[2,o.sent()];case 5:return[4,Pt(i)];case 6:return[4,o.sent()];case 7:return o.sent(),[3,2];case 8:return[3,10];case 9:return n.releaseLock(),[7];case 10:return[2]}})})}function gi(t){return N(t==null?void 0:t.getReader)}function W(t){if(t instanceof R)return t;if(t!=null){if(ci(t))return Tl(t);if(si(t))return Ml(t);if(li(t))return Fl(t);if(fi(t))return yi(t);if(mi(t))return Cl(t);if(gi(t))return El(t)}throw pi(t)}function Tl(t){return new R(function(e){var n=t[vn]();if(N(n.subscribe))return n.subscribe(e);throw new TypeError("Provided object does not correctly implement Symbol.observable")})}function Ml(t){return new R(function(e){for(var n=0;n<t.length&&!e.closed;n++)e.next(t[n]);e.complete()})}function Fl(t){return new R(function(e){t.then(function(n){e.closed||(e.next(n),e.complete())},function(n){return e.error(n)}).then(null,ti)})}function Cl(t){return new R(function(e){var n,r;try{for(var i=Lt(t),a=i.next();!a.done;a=i.next()){var o=a.value;if(e.next(o),e.closed)return}}catch(u){n={error:u}}finally{try{a&&!a.done&&(r=i.return)&&r.call(i)}finally{if(n)throw n.error}}e.complete()})}function yi(t){return new R(function(e){Ll(t,e).catch(function(n){return e.error(n)})})}function El(t){return yi(di(t))}function Ll(t,e){var n,r,i,a;return ul(this,void 0,void 0,function(){var o,u;return Wr(this,function(s){switch(s.label){case 0:s.trys.push([0,5,6,11]),n=ll(t),s.label=1;case 1:return[4,n.next()];case 2:if(r=s.sent(),!!r.done)return[3,4];if(o=r.value,e.next(o),e.closed)return[2];s.label=3;case 3:return[3,1];case 4:return[3,11];case 5:return u=s.sent(),i={error:u},[3,11];case 6:return s.trys.push([6,,9,10]),r&&!r.done&&(a=n.return)?[4,a.call(n)]:[3,8];case 7:s.sent(),s.label=8;case 8:return[3,10];case 9:if(i)throw i.error;return[7];case 10:return[7];case 11:return e.complete(),[2]}})})}function ht(t,e,n,r,i){r===void 0&&(r=0),i===void 0&&(i=!1);var a=e.schedule(function(){n(),i?t.add(this.schedule(null,r)):this.unsubscribe()},r);if(t.add(a),!i)return a}function bi(t,e){return e===void 0&&(e=0),X(function(n,r){n.subscribe(Y(r,function(i){return ht(r,t,function(){return r.next(i)},e)},function(){return ht(r,t,function(){return r.complete()},e)},function(i){return ht(r,t,function(){return r.error(i)},e)}))})}function vi(t,e){return e===void 0&&(e=0),X(function(n,r){r.add(t.schedule(function(){return n.subscribe(r)},e))})}function Pl(t,e){return W(t).pipe(vi(e),bi(e))}function Ol(t,e){return W(t).pipe(vi(e),bi(e))}function Il(t,e){return new R(function(n){var r=0;return e.schedule(function(){r===t.length?n.complete():(n.next(t[r++]),n.closed||this.schedule())})})}function Rl(t,e){return new R(function(n){var r;return ht(n,e,function(){r=t[hi](),ht(n,e,function(){var i,a,o;try{i=r.next(),a=i.value,o=i.done}catch(u){n.error(u);return}o?n.complete():n.next(a)},0,!0)}),function(){return N(r==null?void 0:r.return)&&r.return()}})}function xi(t,e){if(!t)throw new Error("Iterable cannot be null");return new R(function(n){ht(n,e,function(){var r=t[Symbol.asyncIterator]();ht(n,e,function(){r.next().then(function(i){i.done?n.complete():n.next(i.value)})},0,!0)})})}function Bl(t,e){return xi(di(t),e)}function kl(t,e){if(t!=null){if(ci(t))return Pl(t,e);if(si(t))return Il(t,e);if(li(t))return Ol(t,e);if(fi(t))return xi(t,e);if(mi(t))return Rl(t,e);if(gi(t))return Bl(t,e)}throw pi(t)}function Rt(t,e){return e?kl(t,e):W(t)}function Dt(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];var n=It(t);return Rt(t,n)}var Di=mn(function(t){return function(){t(this),this.name="EmptyError",this.message="no elements in sequence"}});function Nl(t){return t instanceof Date&&!isNaN(t)}function b(t,e){return X(function(n,r){var i=0;n.subscribe(Y(r,function(a){r.next(t.call(e,a,i++))}))})}var Vl=Array.isArray;function Gl(t,e){return Vl(e)?t.apply(void 0,pt([],ft(e))):t(e)}function Xl(t){return b(function(e){return Gl(t,e)})}var Yl=Array.isArray,Ul=Object.getPrototypeOf,zl=Object.prototype,Hl=Object.keys;function jl(t){if(t.length===1){var e=t[0];if(Yl(e))return{args:e,keys:null};if(Wl(e)){var n=Hl(e);return{args:n.map(function(r){return e[r]}),keys:n}}}return{args:t,keys:null}}function Wl(t){return t&&typeof t=="object"&&Ul(t)===zl}function ql(t,e){return t.reduce(function(n,r,i){return n[r]=e[i],n},{})}function M(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];var n=It(t),r=Al(t),i=jl(t),a=i.args,o=i.keys;if(a.length===0)return Rt([],n);var u=new R(Jl(a,n,o?function(s){return ql(o,s)}:Ot));return r?u.pipe(Xl(r)):u}function Jl(t,e,n){return n===void 0&&(n=Ot),function(r){wi(e,function(){for(var i=t.length,a=new Array(i),o=i,u=i,s=function(f){wi(e,function(){var c=Rt(t[f],e),p=!1;c.subscribe(Y(r,function(h){a[f]=h,p||(p=!0,u--),u||r.next(n(a.slice()))},function(){--o||r.complete()}))},r)},l=0;l<i;l++)s(l)},r)}}function wi(t,e,n){t?ht(n,t,e):e()}function Zl(t,e,n,r,i,a,o,u){var s=[],l=0,f=0,c=!1,p=function(){c&&!s.length&&!l&&e.complete()},h=function(d){return l<r?m(d):s.push(d)},m=function(d){l++;var x=!1;W(n(d,f++)).subscribe(Y(e,function($){e.next($)},function(){x=!0},void 0,function(){if(x)try{l--;for(var $=function(){var S=s.shift();o||m(S)};s.length&&l<r;)$();p()}catch(S){e.error(S)}}))};return t.subscribe(Y(e,h,function(){c=!0,p()})),function(){}}function $i(t,e,n){return n===void 0&&(n=1/0),N(e)?$i(function(r,i){return b(function(a,o){return e(r,a,i,o)})(W(t(r,i)))},n):(typeof e=="number"&&(n=e),X(function(r,i){return Zl(r,i,t,n)}))}function _n(t){return t===void 0&&(t=1/0),$i(Ot,t)}function Kl(){return _n(1)}function _i(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];return Kl()(Rt(t,It(t)))}function Ql(t){return new R(function(e){W(t()).subscribe(e)})}function Ai(t,e,n){return Ql(function(){return t()?e:n})}function tc(t,e,n){n===void 0&&(n=_l);var r=-1;return e!=null&&(oi(e)?n=e:r=e),new R(function(i){var a=Nl(t)?+t-n.now():t;a<0&&(a=0);var o=0;return n.schedule(function(){i.closed||(i.next(o++),0<=r?this.schedule(void 0,r):i.complete())},a)})}function ec(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];var n=It(t),r=ui(t,1/0),i=t;return i.length?i.length===1?W(i[0]):_n(r)(Rt(i,n)):ai}var nc=Array.isArray;function rc(t){return t.length===1&&nc(t[0])?t[0]:t}function Si(t,e){return X(function(n,r){var i=0;n.subscribe(Y(r,function(a){return t.call(e,a,i++)&&r.next(a)}))})}function ic(t,e){return e===void 0&&(e=wn),X(function(n,r){var i=null,a=null,o=null,u=function(){if(i){i.unsubscribe(),i=null;var l=a;a=null,r.next(l)}};function s(){var l=o+t,f=e.now();if(f<l){i=this.schedule(void 0,l-f),r.add(i);return}u()}n.subscribe(Y(r,function(l){a=l,o=e.now(),i||(i=e.schedule(s,t),r.add(i))},function(){u(),r.complete()},void 0,function(){a=i=null}))})}function ac(t){return X(function(e,n){var r=!1;e.subscribe(Y(n,function(i){r=!0,n.next(i)},function(){r||n.next(t),n.complete()}))})}function oc(t){return t<=0?function(){return ai}:X(function(e,n){var r=0;e.subscribe(Y(n,function(i){++r<=t&&(n.next(i),t<=r&&n.complete())}))})}function V(t,e){return e===void 0&&(e=Ot),t=t??uc,X(function(n,r){var i,a=!0;n.subscribe(Y(r,function(o){var u=e(o);(a||!t(i,u))&&(a=!1,i=u,r.next(o))}))})}function uc(t,e){return t===e}function sc(t){return t===void 0&&(t=lc),X(function(e,n){var r=!1;e.subscribe(Y(n,function(i){r=!0,n.next(i)},function(){return r?n.complete():n.error(t())}))})}function lc(){return new Di}function cc(t,e){var n=arguments.length>=2;return function(r){return r.pipe(Ot,oc(1),n?ac(e):sc(function(){return new Di}))}}function fc(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];var n=It(t),r=ui(t,1/0);return t=rc(t),X(function(i,a){_n(r)(Rt(pt([i],ft(t)),n)).subscribe(a)})}function pc(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];return fc.apply(void 0,pt([],ft(t)))}function An(t){t===void 0&&(t={});var e=t.connector,n=e===void 0?function(){return new B}:e,r=t.resetOnError,i=r===void 0?!0:r,a=t.resetOnComplete,o=a===void 0?!0:a,u=t.resetOnRefCountZero,s=u===void 0?!0:u;return function(l){var f,c,p,h=0,m=!1,d=!1,x=function(){c==null||c.unsubscribe(),c=void 0},$=function(){x(),f=p=void 0,m=d=!1},S=function(){var _=f;$(),_==null||_.unsubscribe()};return X(function(_,C){h++,!d&&!m&&x();var A=p=p??n();C.add(function(){h--,h===0&&!d&&!m&&(c=Sn(S,s))}),A.subscribe(C),!f&&h>0&&(f=new Kt({next:function(I){return A.next(I)},error:function(I){d=!0,x(),c=Sn($,i,I),A.error(I)},complete:function(){m=!0,x(),c=Sn($,o),A.complete()}}),W(_).subscribe(f))})(l)}}function Sn(t,e){for(var n=[],r=2;r<arguments.length;r++)n[r-2]=arguments[r];if(e===!0){t();return}if(e!==!1){var i=new Kt({next:function(){i.unsubscribe(),t()}});return W(e.apply(void 0,pt([],ft(n)))).subscribe(i)}}function g(t,e,n){var r,i=!1;return r=t,An({connector:function(){return new xl(r,e,n)},resetOnError:!0,resetOnComplete:!1,resetOnRefCountZero:i})}function Tn(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];var n=It(t);return X(function(r,i){(n?_i(t,r,n):_i(t,r)).subscribe(i)})}function F(t,e){return X(function(n,r){var i=null,a=0,o=!1,u=function(){return o&&!i&&r.complete()};n.subscribe(Y(r,function(s){i==null||i.unsubscribe();var l=0,f=a++;W(t(s,f)).subscribe(i=Y(r,function(c){return r.next(e?e(s,c,f,l++):c)},function(){i=null,u()}))},function(){o=!0,u()}))})}function L(t){return X(function(e,n){W(t).subscribe(Y(n,function(){return n.complete()},gn)),!n.closed&&e.subscribe(n)})}function hc(t,e){return X(function(n,r){var i=e??{},a=i.leading,o=a===void 0?!0:a,u=i.trailing,s=u===void 0?!1:u,l=!1,f=null,c=null,p=!1,h=function(){c==null||c.unsubscribe(),c=null,s&&(x(),p&&r.complete())},m=function(){c=null,p&&r.complete()},d=function($){return c=W(t($)).subscribe(Y(r,h,m))},x=function(){if(l){l=!1;var $=f;f=null,r.next($),!p&&d($)}};n.subscribe(Y(r,function($){l=!0,f=$,!(c&&!c.closed)&&(o?x():d($))},function(){p=!0,!(s&&l&&c&&!c.closed)&&r.complete()}))})}function mc(t,e,n){e===void 0&&(e=wn);var r=tc(t,e);return hc(function(){return r},n)}function Ti(t){return new R(e=>{const n=new ResizeObserver(r=>{const i=r[0];i&&i.contentRect&&e.next(i.contentRect)});return n.observe(t),function(){n.unobserve(t)}})}const mt=({datumList$:t,fullChartParams$:e,event$:n})=>{const r=new B,i=e.pipe(L(r),b(c=>({id:null,label:null,seriesLabel:null,groupLabel:null,categoryLabel:null,highlightDefault:c.highlightDefault})),V()),a=n.pipe(L(r),Si(c=>c.eventName==="mouseover"),b(c=>{const p=c;return p.datum?{id:p.datum.id,label:p.datum.label,seriesLabel:p.datum.seriesLabel,groupLabel:p.datum.groupLabel,categoryLabel:p.datum.categoryLabel,highlightDefault:null}:{id:null,label:null,seriesLabel:null,groupLabel:null,categoryLabel:null,highlightDefault:null}})),o=n.pipe(L(r),Si(c=>c.eventName==="mouseout"),F(c=>i));function u(c,p,h){return p==null&&h==null?[]:c.filter(m=>m.id===p||m.label===h)}function s(c,p){return p==null?[]:c.filter(h=>h.seriesLabel===p)}function l(c,p){return p==null?[]:c.filter(h=>h.groupLabel===p)}function f(c,p){return p==null?[]:c.filter(h=>h.categoryLabel===p)}return new R(c=>(M({target:ec(a,o,i),datumList:t,fullChartParams:e}).pipe(L(r),F(async p=>p)).subscribe(p=>{let h=[];p.fullChartParams.highlightTarget==="datum"?h=u(p.datumList,p.target.id,p.target.label):p.fullChartParams.highlightTarget==="series"?h=s(p.datumList,p.target.seriesLabel):p.fullChartParams.highlightTarget==="group"?h=l(p.datumList,p.target.groupLabel):p.fullChartParams.highlightTarget==="category"&&(h=f(p.datumList,p.target.categoryLabel)),c.next(h)}),function(){r.next(void 0)}))},Fe=({datumList$:t})=>t.pipe(b(e=>{const n=new Map;return e.forEach(r=>{const i=n.get(r.seriesLabel)??[];i.push(r),n.set(r.seriesLabel,i)}),n})),Mn=({datumList$:t})=>t.pipe(b(e=>{const n=new Map;return e.forEach(r=>{const i=n.get(r.groupLabel)??[];i.push(r),n.set(r.groupLabel,i)}),n})),Qt=({datumList$:t})=>t.pipe(b(e=>{const n=new Map;return e.filter(r=>r.categoryLabel!=null).forEach(r=>{const i=n.get(r.categoryLabel)??[];i.push(r),n.set(r.categoryLabel,i)}),n})),wt=t=>t.pipe(b(e=>e.styles.textSize),V(),b(e=>{let n=NaN;if(typeof e=="string")if(e.includes("rem")){const r=parseFloat(getComputedStyle(document.documentElement).fontSize);n=parseFloat(e)*r}else e.includes("px")&&(n=parseFloat(e));else if(typeof e=="number")return e;return n||14})),Ce=({layout$:t,containerPosition$:e,container$:n})=>{const r=e.pipe(b(a=>a.reduce((u,s)=>s.rowIndex>u?s.rowIndex:u,0)+1),V()),i=e.pipe(b(a=>a.reduce((u,s)=>s.columnIndex>u?s.columnIndex:u,0)+1),V());return M({layout:t,rowAmount:r,columnAmount:i,container:n}).pipe(F(async a=>a),b(a=>{const o=a.container.columnGap==="auto"?a.layout.left+a.layout.right:a.container.columnGap,u=a.container.rowGap==="auto"?a.layout.top+a.layout.bottom:a.container.rowGap,s=(a.layout.rootWidth-a.layout.left-a.layout.right-o*(a.columnAmount-1))/a.columnAmount,l=(a.layout.rootHeight-a.layout.top-a.layout.bottom-u*(a.rowAmount-1))/a.rowAmount;return{width:s,height:l}}),V((a,o)=>a.width===o.width&&a.height===o.height))},dc=({fullDataFormatter$:t})=>t.pipe(b(e=>e.separateSeries),V()),gc=({computedData$:t})=>t.pipe(b(e=>e.filter(n=>n.length).map(n=>n[0].seriesLabel)),V((e,n)=>JSON.stringify(e).length===JSON.stringify(n).length)),Mi=({computedData$:t})=>t.pipe(b(e=>e.map(n=>n.filter(r=>r.visible!=!1)))),yc=({computedData$:t,fullDataFormatter$:e})=>M({computedData:t,fullDataFormatter:e}).pipe(F(async n=>n),b(n=>{const r=n.fullDataFormatter.sumSeries==!0?n.computedData.map(i=>[i.reduce((a,o)=>a==null?o:(a.value=a.value+o.value,a),null)]):n.computedData;return n.fullDataFormatter.separateSeries==!0?r.map(i=>i.sort((a,o)=>a.seq-o.seq)):[r.flat().sort((i,a)=>i.seq-a.seq)]})),bc=({computedData$:t,fullDataFormatter$:e,layout$:n})=>M({computedData:t,fullDataFormatter:e,layout:n}).pipe(F(async i=>i),b(i=>i.fullDataFormatter.separateSeries?pn(i.layout,i.fullDataFormatter.container,i.computedData.length):pn(i.layout,i.fullDataFormatter.container,1))),vc=({seriesContainerPosition$:t,seriesLabels$:e,separateSeries$:n})=>M({seriesContainerPosition:t,seriesLabels:e,separateSeries:n}).pipe(F(async r=>r),b(r=>r.separateSeries?new Map(r.seriesLabels.map((i,a)=>[i,r.seriesContainerPosition[a]??r.seriesContainerPosition[0]])):new Map(r.seriesLabels.map((i,a)=>[i,r.seriesContainerPosition[0]])))),xc=({subject:t,observer:e})=>{const n=wt(e.fullChartParams$).pipe(g(1)),r=dc({fullDataFormatter$:e.fullDataFormatter$}).pipe(g(1)),i=Mi({computedData$:e.computedData$}).pipe(g(1)),a=yc({computedData$:e.computedData$,fullDataFormatter$:e.fullDataFormatter$}).pipe(g(1)),o=Mi({computedData$:a}).pipe(g(1)),u=e.computedData$.pipe(b(h=>h.flat())).pipe(g(1)),s=mt({datumList$:u,fullChartParams$:e.fullChartParams$,event$:t.event$}).pipe(g(1)),l=gc({computedData$:e.computedData$}).pipe(g(1)),f=Fe({datumList$:u}).pipe(g(1)),c=bc({computedData$:e.computedData$,fullDataFormatter$:e.fullDataFormatter$,layout$:e.layout$}).pipe(g(1)),p=vc({seriesContainerPosition$:c,seriesLabels$:l,separateSeries$:r}).pipe(g(1));return{fullParams$:e.fullParams$,fullChartParams$:e.fullChartParams$,fullDataFormatter$:e.fullDataFormatter$,computedData$:e.computedData$,layout$:e.layout$,textSizePx$:n,visibleComputedData$:i,visibleComputedSortedData$:o,separateSeries$:r,computedSortedData$:a,seriesHighlight$:s,seriesLabels$:l,SeriesDataMap$:f,seriesContainerPosition$:c,SeriesContainerPositionMap$:p}},q=({maxValue:t=1,minValue:e=0,axisWidth:n,scaleDomain:r=z.scaleDomain,scaleRange:i=z.scaleRange,reverse:a=!1})=>{const o=r[0]??z.scaleDomain[0],u=r[1]??z.scaleDomain[1],s=i[0]??z.scaleRange[0],l=i[1]??z.scaleRange[1];let f=o==="auto"?e<0?e:0:o==="min"?e:o,c=u==="auto"?t>=0?t:0:u==="max"?t:u;const p=t-(t-f)/(1-s),h=c/l;return a?Wt().domain([p,h]).range([n,0]):Wt().domain([p,h]).range([0,n])},Dc=({maxValue:t=1,minValue:e=0,axisWidth:n,scaleDomain:r=z.scaleDomain,scaleRange:i=z.scaleRange,reverse:a=!1})=>{e===t&&(t+=1,e-=1);const o=r[0]??z.scaleDomain[0],u=r[1]??z.scaleDomain[1],s=i[0]??z.scaleRange[0],l=i[1]??z.scaleRange[1];let f=o==="auto"?e<0?e:0:o==="min"?e:o,c=u==="auto"?t>=0?t:0:u==="max"?t:u;const p=t-(t-f)/(1-s),h=c/l;return a?Wt().domain([n,0]).range([p,h]):Wt().domain([0,n]).range([p,h])},wc=({axisLabels:t,axisWidth:e,padding:n=.5})=>{let r=[0,e];return Us().domain(t).range(r).padding(n)},$c=({axisLabels:t,axisWidth:e,padding:n=0,reverse:r=!1})=>{let i=t.map((s,l)=>l);r&&i.reverse(),i.length||(i=[0]);const a=i.length-1+n*2,o=e/a,u=o*n-o*.5;return Vr().domain([u,e-u]).range(i)};function Fi(t){return`[OrbCharts ${t}]:`}function te(t){return`${Fi("error")} ${t.message}`}function Fn({from:t,systemMessage:e}){return`unexpected error from '${t}':
|
4
|
+
${e}`}function $t({columnName:t,expectToBe:e,from:n}){return`Invalid value: '${t}' must be '${e}'
|
4
5
|
|
5
|
-
----> find in '${n}'`}function _t({columnName:t,expectToBe:e,from:n}){return
|
6
|
+
----> find in '${n}'`}function _t({columnName:t,expectToBe:e,from:n}){return`${Fi("warning")} Value is not correct: '${t}' suppose to be '${e}', it may cause unexpected errors.'
|
6
7
|
|
7
|
-
----> find in '${n}'`}function wc(t){return t?M(t,{width:{toBe:'"auto" | number',test:n=>n==="auto"||typeof n=="number"},height:{toBe:'"auto" | number',test:n=>n==="auto"||typeof n=="number"},preset:{toBeTypes:["object"]}}):{status:"success",columnName:"",expectToBe:""}}function $c(t){return M({element:t},{element:{toBe:"Dom",test:n=>Hn(n)}})}function _c(t,e){const n={series:["series","datum","none"],grid:["series","group","datum","none"],multiGrid:["series","group","datum","none"],multiValue:["category","datum","none"],relationship:["category","datum","none"],tree:["category","datum","none"],noneData:["none"]},r=M(e,{padding:{toBeTypes:["object"]},highlightTarget:{toBe:n[t].map(i=>`"${i}"`).join(" | "),test:i=>n[t].includes(i)},highlightDefault:{toBeTypes:["string","null"]},colorScheme:{toBe:'"dark" | "light"',test:i=>i==="dark"||i==="light"},colors:{toBeTypes:["object"],test:i=>i.light&&i.dark},styles:{toBeTypes:["object"]},transitionDuration:{toBeTypes:["number"]},transitionEase:{toBeTypes:["string"]}});if(e&&e.padding){const i=M(e.padding,{top:{toBeTypes:["number"]},right:{toBeTypes:["number"]},bottom:{toBeTypes:["number"]},left:{toBeTypes:["number"]}});if(i.status==="error")return i}if(e&&e.colors){const i=M(e.colors,{light:{toBeTypes:["object"]},dark:{toBeTypes:["object"]}});if(i.status==="error")return i;if(e.colors.light){const a=M(e.colors.light,{label:{toBeTypes:["string[]"]},primary:{toBeTypes:["string"]},secondary:{toBeTypes:["string"]},labelContrast:{toBeTypes:["string[]"]},background:{toBeTypes:["string"]}});if(a.status==="error")return a}if(e.colors.dark){const a=M(e.colors.dark,{label:{toBeTypes:["string[]"]},primary:{toBeTypes:["string"]},secondary:{toBeTypes:["string"]},labelContrast:{toBeTypes:["string[]"]},background:{toBeTypes:["string"]}});if(a.status==="error")return a}}return r}function Ac(t,e){return M({pluginEntities:e},{pluginEntities:{toBe:`PluginEntity<'${t}'>[]`,test:r=>Array.isArray(r)&&r.every(i=>i.chartType===t||i.chartType==="noneData")}})}function Vi(t,e,n){const r=ut(t,e);return n==="multiGrid"&&t.gridList!=null&&(r.gridList=t.gridList.map((i,a)=>{const o=e.gridList[a]||e.gridList[0];return ut(i,o)})),r}const Sc=({defaultDataFormatter:t,dataFormatterValidator:e,computedDataFn:n,dataValidator:r,contextObserverCallback:i})=>{const a=new B,o=t.type;return function(u,l){try{const{status:D,columnName:$,expectToBe:v}=wc(l);if(D==="error")throw new Error($t({columnName:$,expectToBe:v,from:"Chart.constructor"}));if(D==="warning")console.warn(_t({columnName:$,expectToBe:v,from:"Chart.constructor"}));else{const{status:T,columnName:P,expectToBe:V}=$c(u);if(T==="error")throw new Error($t({columnName:P,expectToBe:V,from:"Chart.constructor"}));T==="warning"&&console.warn(_t({columnName:P,expectToBe:V,from:"Chart.constructor"}))}}catch(D){throw new Error(D)}oe(u).selectAll("svg").remove();const c=oe(u).append("svg");c.attr("xmlns:xlink","http://www.w3.org/1999/xlink").attr("xmls","http://www.w3.org/2000/svg").attr("version","1.1").style("position","absolute").classed("orbcharts__root",!0);const f=c.append("g");f.classed("orbcharts__layout",!0);const h=f.append("g");h.classed("orbcharts__plugins",!0);const p={data$:new B,dataFormatter$:new B,plugins$:new B,chartParams$:new B,event$:new B},m=(D=>{const $=D||st,v=$.preset?$.preset:{};return{name:v.name??"",description:v.description??"",descriptionZh:v.descriptionZh??"",chartParams:v.chartParams?ut(v.chartParams,Oe):Oe,dataFormatter:v.dataFormatter?Vi(v.dataFormatter,t,o):t,pluginParams:v.pluginParams?v.pluginParams:{}}})(l),d=p.data$.pipe(g(1)),x=p.dataFormatter$.pipe(F(a),Mn({}),b(D=>{try{const{status:$,columnName:v,expectToBe:T}=e(D);if($==="error")throw new Error($t({columnName:v,expectToBe:T,from:"Chart.dataFormatter$"}));$==="warning"&&console.warn(_t({columnName:v,expectToBe:T,from:"Chart.dataFormatter$"}))}catch($){console.error(Bt($))}return Vi(D,m.dataFormatter,o)}),g(1)),w=p.chartParams$.pipe(F(a),Mn({}),b(D=>{try{const{status:$,columnName:v,expectToBe:T}=_c(o,D);if($==="error")throw new Error($t({columnName:v,expectToBe:T,from:"Chart.chartParams$"}));$==="warning"&&console.warn(_t({columnName:v,expectToBe:T,from:"Chart.chartParams$"}))}catch($){console.error(Bt($))}return ut(D,m.chartParams)}),g(1)),A=w.pipe(F(a),Mn({}),b(D=>ut(D.padding??{},Le)));A.pipe(F(a),uc()).subscribe(D=>{f.attr("transform",`translate(${D.left}, ${D.top})`)}),A.subscribe(D=>{f.transition().attr("transform",`translate(${D.left}, ${D.top})`)});const _=Dt({width:(l==null?void 0:l.width)??st.width,height:(l==null?void 0:l.height)??st.height}).pipe(C(D=>Ii(()=>D.width==="auto"||D.height==="auto",Bi(u).pipe(b($=>({width:D.width==="auto"?$.width:D.width,height:D.height==="auto"?$.height:D.height}))),Dt(D))),F(a),Sn()),L=Dt().pipe(cc(_.pipe(nc(250)),_.pipe(hc(250))),X((D,$)=>JSON.stringify(D)===JSON.stringify($)),Sn()),S=L.subscribe(),I=E({rootSize:L,mergedPadding:A}).pipe(F(a),C(async D=>{const $=D.rootSize.width>0?D.rootSize.width:Yn,v=D.rootSize.height>0?D.rootSize.height:Gn;return{width:$-D.mergedPadding.left-D.mergedPadding.right,height:v-D.mergedPadding.top-D.mergedPadding.bottom,top:D.mergedPadding.top,right:D.mergedPadding.right,bottom:D.mergedPadding.bottom,left:D.mergedPadding.left,rootWidth:$,rootHeight:v}}),g(1));I.subscribe(D=>{c.attr("width",D.rootWidth).attr("height",D.rootHeight)});const k=E({data:d,dataFormatter:x,chartParams:w}).pipe(F(a),C(async D=>D),C(D=>Dt(D).pipe(b($=>{try{const{status:v,columnName:T,expectToBe:P}=r($.data);if(v==="error")throw new Error($t({columnName:T,expectToBe:P,from:"Chart.data$"}));v==="warning"&&console.warn(_t({columnName:T,expectToBe:P,from:"Chart.data$"}))}catch(v){console.error(Bt(v))}return n({data:$.data,dataFormatter:$.dataFormatter,chartParams:$.chartParams})}))),g(1));k.subscribe();const O={};return p.plugins$.subscribe(D=>{try{const{status:$,columnName:v,expectToBe:T}=Ac(o,D);if($==="error")throw new Error($t({columnName:v,expectToBe:T,from:"Chart.plugins$"}));$==="warning"&&console.warn(_t({columnName:v,expectToBe:T,from:"Chart.plugins$"}))}catch($){console.error(Bt($));return}h.selectAll("g.orbcharts__plugin").data(D,$=>$.name).join($=>$.append("g").attr("class",v=>`orbcharts__plugin orbcharts__${v.name}`).each((v,T,P)=>{const V={fullParams$:new R,fullChartParams$:w,fullDataFormatter$:x,computedData$:k,layout$:I},dt=i({observer:V,subject:p}),rt={selection:oe(P[T]),rootSelection:c,name:v.name,chartType:o,subject:p,observer:dt};v.setPresetParams(m.pluginParams[v.name]??{}),v.setContext(rt),O[rt.name]=v,v.init()}),$=>$,$=>$.each((v,T,P)=>{O[v.name]&&(O[v.name].destroy(),O[v.name]=void 0)}).remove()).sort(($,v)=>$.layerIndex-v.layerIndex)}),{...p,selection:c,destroy(){oe(u).selectAll("svg").remove(),a.next(void 0),S.unsubscribe()}}}};class kt{constructor({defaultDataFormatter:e,dataFormatterValidator:n,computedDataFn:r,dataValidator:i,contextObserverCallback:a},o,s){this.data$=new B,this.dataFormatter$=new B,this.plugins$=new B,this.chartParams$=new B,this.event$=new B;try{const l=Sc({defaultDataFormatter:e,dataFormatterValidator:n,computedDataFn:r,dataValidator:i,contextObserverCallback:a})(o,s);this.selection=l.selection,this.destroy=l.destroy,this.data$=l.data$,this.dataFormatter$=l.dataFormatter$,this.plugins$=l.plugins$,this.chartParams$=l.chartParams$,this.event$=l.event$}catch(u){console.error(Bt(u))}}}class Tc extends kt{constructor(e,n){super({defaultDataFormatter:Ie,dataFormatterValidator:Zi,computedDataFn:rl,dataValidator:il,contextObserverCallback:vc},e,n)}}const Mc=t=>{const e=M(t,{visibleFilter:{toBeTypes:["Function"]},container:{toBeTypes:["object"]},seriesDirection:{toBe:'"row" | "column"',test:n=>n==="row"||n==="column"},rowLabels:{toBeTypes:["string[]"]},columnLabels:{toBeTypes:["string[]"]},valueAxis:{toBeTypes:["object"]},groupAxis:{toBeTypes:["object"]},separateSeries:{toBeTypes:["boolean"]}});if(e.status==="error")return e;if(t.valueAxis){const n=M(t.valueAxis,{position:{toBe:'"bottom" | "left" | "top" | "right"',test:r=>r==="bottom"||r==="left"||r==="top"||r==="right"},scaleDomain:{toBe:'[number | "min" | "auto", number | "max" | "auto"]',test:r=>Array.isArray(r)&&r.length===2&&(typeof r[0]=="number"||r[0]==="min"||r[0]==="auto")&&(typeof r[1]=="number"||r[1]==="max"||r[1]==="auto")},scaleRange:{toBe:"[number, number]",test:r=>Array.isArray(r)&&r.length===2&&typeof r[0]=="number"&&typeof r[1]=="number"},label:{toBeTypes:["string"]}});if(n.status==="error")return n}if(t.groupAxis){const n=M(t.groupAxis,{position:{toBe:'"bottom" | "left" | "top" | "right"',test:r=>r==="bottom"||r==="left"||r==="top"||r==="right"},scaleDomain:{toBe:'[number, number | "max"]',test:r=>Array.isArray(r)&&r.length===2&&typeof r[0]=="number"&&(typeof r[1]=="number"||r[1]==="max")},scalePadding:{toBeTypes:["number"]},label:{toBeTypes:["string"]}});if(n.status==="error")return n}if(t.container){const n=M(t.container,{gap:{toBeTypes:["number"]},rowAmount:{toBeTypes:["number"]},columnAmount:{toBeTypes:["number"]}});if(n.status==="error")return n}return e};function Xi(t,e){if(!t.length)return[];try{const n=t.reduce((o,s)=>s.length>o?s.length:o,0),i=t.map((o,s)=>{if(o.length===n)return o;const u=Object.assign([],o);for(let l=u.length;l<n;l++)u[l]=null;return u}).map((o,s)=>o.map((u,l)=>u==null?{id:"",label:"",data:{},value:null}:typeof u=="number"?{id:"",label:"",data:{},value:u}:{id:u.id??"",label:u.label??"",data:u.data??{},value:u.value}));return ni(e.seriesDirection,i)}catch{return[]}}const Cc=t=>{const{data:e=[],dataFormatter:n,chartParams:r}=t;if(!e.length)return[];let i;try{const a=Xi(e,n),o=fn({transposedDataGrid:a,dataFormatterGrid:n,chartType:"grid"}),s=Qr({transposedDataGrid:a,dataFormatterGrid:n,chartType:"grid"});let u=0;i=a.map((l,c)=>l.map((f,h)=>{const p=Zt("grid",0,c,h),m=s[h],d={id:f.id?f.id:p,index:u,label:f.label?f.label:p,description:f.description??"",data:f.data,value:f.value,gridIndex:0,seriesIndex:c,seriesLabel:o[c],groupIndex:h,groupLabel:m,color:ct(c,r),visible:!0};return d.visible=n.visibleFilter(d,t),u++,d}))}catch(a){throw Error(a)}return i},Fc=t=>M({data:t},{data:{toBe:"(DataGridDatum | DataGridValue)[][]",test:n=>Array.isArray(n)}}),Ec=({subject:t,observer:e})=>{const n=wt(e.fullChartParams$).pipe(g(1)),r=e.fullDataFormatter$.pipe(b(k=>k.separateSeries),X(),g(1)),i=Ni({computedData$:e.computedData$,fullDataFormatter$:e.fullDataFormatter$,layout$:e.layout$}).pipe(g(1)),a=Fe({layout$:e.layout$,containerPosition$:i}).pipe(g(1)),o=Ee({fullDataFormatter$:e.fullDataFormatter$,layout$:e.layout$}).pipe(g(1)),s=En({fullDataFormatter$:e.fullDataFormatter$,containerSize$:a}).pipe(g(1)),u=e.computedData$.pipe(b(k=>k.flat())).pipe(g(1)),l=mt({datumList$:u,fullChartParams$:e.fullChartParams$,event$:t.event$}).pipe(g(1)),c=Ln({computedData$:e.computedData$}),f=Ce({datumList$:u}).pipe(g(1)),h=Cn({datumList$:u}).pipe(g(1)),p=Fn({computedData$:e.computedData$,fullDataFormatter$:e.fullDataFormatter$,layout$:e.layout$}).pipe(g(1)),m=On({computedData$:e.computedData$}).pipe(g(1)),d=Pn({computedAxesData$:p}).pipe(g(1)),x=In({computedData$:e.computedData$,isSeriesSeprate$:r}).pipe(g(1)),w=Rn({computedData$:e.computedData$,fullDataFormatter$:e.fullDataFormatter$}).pipe(g(1)),A=Bn({computedData$:e.computedData$,groupScaleDomainValue$:w}).pipe(g(1)),_=kn({fullDataFormatter$:e.fullDataFormatter$,layout$:e.layout$}).pipe(g(1)),L=Nn({gridAxesTransform$:_}).pipe(g(1)),S=Vn({computedData$:e.computedData$,groupScaleDomainValue$:w,filteredMinMaxValue$:A,fullDataFormatter$:e.fullDataFormatter$,layout$:e.layout$}).pipe(g(1)),I=Xn({gridContainerPosition$:i,gridAxesTransform$:_,gridGraphicTransform$:S}).pipe(g(1));return{fullParams$:e.fullParams$,fullChartParams$:e.fullChartParams$,fullDataFormatter$:e.fullDataFormatter$,computedData$:e.computedData$,layout$:e.layout$,textSizePx$:n,isSeriesSeprate$:r,gridContainerPosition$:i,containerSize$:a,gridAxesSize$:o,gridAxesContainerSize$:s,gridHighlight$:l,seriesLabels$:c,SeriesDataMap$:f,GroupDataMap$:h,computedAxesData$:p,visibleComputedData$:m,visibleComputedAxesData$:d,computedStackedData$:x,groupScaleDomainValue$:w,filteredMinMaxValue$:A,gridAxesTransform$:_,gridAxesReverseTransform$:L,gridGraphicTransform$:S,gridGraphicReverseScale$:I}};class Lc extends kt{constructor(e,n){super({defaultDataFormatter:Be,dataFormatterValidator:Mc,computedDataFn:Cc,dataValidator:Fc,contextObserverCallback:Ec},e,n)}}const Oc=t=>{const e=M(t,{visibleFilter:{toBeTypes:["Function"]},gridList:{toBeTypes:["object[]"]},container:{toBeTypes:["object"]},separateGrid:{toBeTypes:["boolean"]}});if(t.gridList){const r=t.gridList.map((i,a)=>{const o=M(i,{seriesDirection:{toBe:'"row" | "column"',test:s=>s==="row"||s==="column"},rowLabels:{toBeTypes:["string[]"]},columnLabels:{toBeTypes:["string[]"]},valueAxis:{toBeTypes:["object"]},groupAxis:{toBeTypes:["object"]},separateSeries:{toBeTypes:["boolean"]}});if(o.status==="error")return o;if(i.valueAxis){const s=M(i.valueAxis,{position:{toBe:'"top" | "bottom" | "left" | "right"',test:u=>u==="top"||u==="bottom"||u==="left"||u==="right"},scaleDomain:{toBe:'[number | "min" | "auto", number | "max" | "auto"]',test:u=>Array.isArray(u)&&u.length===2&&(typeof u[0]=="number"||u[0]==="min"||u[0]==="auto")&&(typeof u[1]=="number"||u[1]==="max"||u[1]==="auto")},scaleRange:{toBe:"[number, number]",test:u=>Array.isArray(u)&&u.length===2&&typeof u[0]=="number"&&typeof u[1]=="number"},label:{toBeTypes:["string"]}});if(s.status==="error")return s}else if(i.groupAxis){const s=M(i.groupAxis,{position:{toBe:'"top" | "bottom" | "left" | "right"',test:u=>u==="top"||u==="bottom"||u==="left"||u==="right"},scaleDomain:{toBe:'[number, number | "max"]',test:u=>Array.isArray(u)&&u.length===2&&typeof u[0]=="number"&&(typeof u[1]=="number"||u[1]==="max")},scalePadding:{toBeTypes:["number"]},label:{toBeTypes:["string"]}});if(s.status==="error")return s}return{status:"success",columnName:"",expectToBe:""}}).find(i=>i.status==="error");if(r)return r}if(t.container){const n=M(t.container,{gap:{toBeTypes:["number"]},rowAmount:{toBeTypes:["number"]},columnAmount:{toBeTypes:["number"]}});if(n.status==="error")return n}return e},Pc=t=>{const{data:e=[],dataFormatter:n,chartParams:r}=t;if(!e.length)return[];let i=[];try{const a=n.gridList[0]||Vt,o=e.map((f,h)=>n.gridList[h]||a),s=e.map((f,h)=>Xi(f,o[h])),u=n.separateGrid?s.map((f,h)=>fn({transposedDataGrid:f,dataFormatterGrid:o[h],chartType:"multiGrid"})):s.map((f,h)=>Kr({transposedDataGrid:f,dataFormatterGrid:o[h],chartType:"multiGrid",gridIndex:h})),l=new Map;let c=0;u.flat().forEach((f,h)=>{if(!l.has(f)){const p=ct(c,r);l.set(f,p),c++}}),i=s.map((f,h)=>{const p=u[h],m=ti({transposedDataGrid:f,dataFormatterGrid:o[h],chartType:"multiGrid",gridIndex:h});let d=0;return f.map((w,A)=>w.map((_,L)=>{const S=Zt("multiGrid",h,A,L),I=m[L],k=p[A],O={id:_.id?_.id:S,index:d,label:_.label?_.label:S,description:_.description??"",data:_.data,value:_.value,gridIndex:h,seriesIndex:A,seriesLabel:k,groupIndex:L,groupLabel:I,color:l.get(k),visible:!0};return O.visible=n.visibleFilter(O,t),d++,O}))})}catch(a){throw Error(a)}return i},Ic=t=>M({data:t},{data:{toBe:"DataGrid[]",test:n=>Array.isArray(n)}}),Rc=({fullDataFormatter$:t,computedData$:e,layout$:n,fullChartParams$:r,event$:i,containerSize$:a})=>{const o=new B,s=Yi({computedData$:e,fullDataFormatter$:t,layout$:n}).pipe(g(1));return E({fullDataFormatter:t,computedData:e,multiGridContainer:s}).pipe(C(async u=>u),b(u=>{o.next(void 0);const l=u.fullDataFormatter.gridList[0]??Vt;return u.computedData.map((c,f)=>{const h=u.fullDataFormatter.gridList[f]??l,p={type:"grid",visibleFilter:u.fullDataFormatter.visibleFilter,...h,container:{...u.fullDataFormatter.container}},m=Dt(p).pipe(F(o),g(1)),d=Dt(c).pipe(F(o),g(1)),x=m.pipe(b(gt=>gt.separateSeries),X(),g(1)),w=Dt(u.multiGridContainer[f]).pipe(F(o),g(1)),A=Ee({fullDataFormatter$:m,layout$:n}).pipe(F(o),g(1)),_=En({fullDataFormatter$:m,containerSize$:a}).pipe(g(1)),L=d.pipe(b(gt=>gt.flat())).pipe(F(o),g(1)),S=Ln({computedData$:d}).pipe(F(o),g(1)),I=Ce({datumList$:L}).pipe(F(o),g(1)),k=Cn({datumList$:L}).pipe(F(o),g(1)),O=On({computedData$:d}).pipe(F(o),g(1)),D=Fn({computedData$:d,fullDataFormatter$:m,layout$:n}).pipe(F(o),g(1)),$=Pn({computedAxesData$:D}).pipe(F(o),g(1)),v=In({computedData$:d,isSeriesSeprate$:x}).pipe(g(1)),T=Rn({computedData$:d,fullDataFormatter$:m}).pipe(F(o),g(1)),P=Bn({computedData$:d,groupScaleDomainValue$:T}).pipe(F(o),g(1)),V=kn({fullDataFormatter$:m,layout$:n}).pipe(F(o),g(1)),dt=Nn({gridAxesTransform$:V}).pipe(F(o),g(1)),Q=Vn({computedData$:d,groupScaleDomainValue$:T,filteredMinMaxValue$:P,fullDataFormatter$:m,layout$:n}).pipe(F(o),g(1)),rt=Xn({gridContainerPosition$:w,gridAxesTransform$:V,gridGraphicTransform$:Q});return{isSeriesSeprate$:x,gridContainerPosition$:w,gridAxesSize$:A,gridAxesContainerSize$:_,seriesLabels$:S,SeriesDataMap$:I,GroupDataMap$:k,dataFormatter$:m,computedData$:d,computedAxesData$:D,visibleComputedData$:O,visibleComputedAxesData$:$,computedStackedData$:v,groupScaleDomainValue$:T,filteredMinMaxValue$:P,gridAxesTransform$:V,gridAxesReverseTransform$:dt,gridGraphicTransform$:Q,gridGraphicReverseScale$:rt}})}))},Yi=({computedData$:t,fullDataFormatter$:e,layout$:n})=>E({computedData:t,fullDataFormatter:e,layout:n}).pipe(C(async r=>r),b(r=>{const i=r.fullDataFormatter.gridList[0]??Vt,a=r.computedData.reduce((l,c,f)=>{const p=(r.fullDataFormatter.gridList[f]??i).separateSeries?c.length:r.fullDataFormatter.separateGrid?1:0;return l+p},0)||1,o=Et(r.layout,r.fullDataFormatter.container,a);let s=0;return r.computedData.map((l,c)=>{const f=r.fullDataFormatter.gridList[c]??i,h=l.map((p,m)=>{const d=o[s];return f.separateSeries&&(s+=1),d});return!f.separateSeries&&r.fullDataFormatter.separateGrid&&(s+=1),h})})),Bc=({subject:t,observer:e})=>{const n=wt(e.fullChartParams$).pipe(g(1)),r=Yi({computedData$:e.computedData$,fullDataFormatter$:e.fullDataFormatter$,layout$:e.layout$}).pipe(g(1)),i=Fe({layout$:e.layout$,containerPosition$:r.pipe(b(s=>s.flat()))}).pipe(g(1)),a=mt({datumList$:e.computedData$.pipe(b(s=>s.flat().flat()),g(1)),fullChartParams$:e.fullChartParams$,event$:t.event$}).pipe(g(1)),o=Rc({fullDataFormatter$:e.fullDataFormatter$,computedData$:e.computedData$,layout$:e.layout$,fullChartParams$:e.fullChartParams$,event$:t.event$,containerSize$:i}).pipe(g(1));return{fullParams$:e.fullParams$,fullChartParams$:e.fullChartParams$,fullDataFormatter$:e.fullDataFormatter$,computedData$:e.computedData$,layout$:e.layout$,textSizePx$:n,containerSize$:i,multiGridHighlight$:a,multiGridContainerPosition$:r,multiGridEachDetail$:o}};class kc extends kt{constructor(e,n){super({defaultDataFormatter:ke,dataFormatterValidator:Oc,computedDataFn:Pc,dataValidator:Ic,contextObserverCallback:Bc},e,n)}}const Nc=t=>{const e=M(t,{visibleFilter:{toBeTypes:["Function"]},container:{toBeTypes:["object"]},categoryLabels:{toBeTypes:["string[]"]},valueLabels:{toBeTypes:["string[]"]},xAxis:{toBeTypes:["object"]},yAxis:{toBeTypes:["object"]},separateCategory:{toBeTypes:["boolean"]}});if(e.status==="error")return e;if(t.yAxis){const n=M(t.yAxis,{scaleDomain:{toBe:'[number | "min" | "auto", number | "max" | "auto"]',test:r=>Array.isArray(r)&&r.length===2&&(typeof r[0]=="number"||r[0]==="min"||r[0]==="auto")&&(typeof r[1]=="number"||r[1]==="max"||r[1]==="auto")},scaleRange:{toBe:"[number, number]",test:r=>Array.isArray(r)&&r.length===2&&typeof r[0]=="number"&&typeof r[1]=="number"},label:{toBeTypes:["string"]},valueIndex:{toBeTypes:["number"]}});if(n.status==="error")return n}if(t.xAxis){const n=M(t.xAxis,{scaleDomain:{toBe:'[number | "min" | "auto", number | "max" | "auto"]',test:r=>Array.isArray(r)&&r.length===2&&(typeof r[0]=="number"||r[0]==="min"||r[0]==="auto")&&(typeof r[1]=="number"||r[1]==="max"||r[1]==="auto")},scaleRange:{toBe:"[number, number]",test:r=>Array.isArray(r)&&r.length===2&&typeof r[0]=="number"&&typeof r[1]=="number"},label:{toBeTypes:["string"]},valueIndex:{toBeTypes:["number"]}});if(n.status==="error")return n}if(t.container){const n=M(t.container,{gap:{toBeTypes:["number"]},rowAmount:{toBeTypes:["number"]},columnAmount:{toBeTypes:["number"]}});if(n.status==="error")return n}return e},Vc=t=>{const{data:e,dataFormatter:n,chartParams:r}=t;if(!e.length)return[];const i=Ae();let a=[];try{const o=e.map((c,f)=>Array.isArray(c)?{id:"",label:"",description:"",data:{},categoryLabel:i,value:c}:U(c)?{id:c.id??"",label:c.label??"",description:c.description??"",data:c.data??{},categoryLabel:c.categoryLabel??i,value:c.value}:{id:"",label:"",description:"",data:{},categoryLabel:i,value:[]}),s=(()=>{const c=new Set(n.categoryLabels);for(let f of o){const h=f.categoryLabel??i;c.add(h)}return Array.from(c)})(),u=new Map(s.map((c,f)=>[c,f]));let l=0;o.forEach((c,f)=>{const h=l;l++;const p=Zt(n.type,f),m=u.get(c.categoryLabel)??0,d=ct(m,r),x={id:c.id?c.id:p,index:h,label:c.label?c.label:p,description:c.description??"",data:c.data,datumIndex:f,value:c.value,categoryIndex:m,categoryLabel:c.categoryLabel,xValueIndex:n.xAxis.valueIndex,yValueIndex:n.yAxis.valueIndex,visible:!0,color:d,_visibleValue:c.value};x.visible=n.visibleFilter(x,t),a[m]||(a[m]=[]),a[m].push(x)})}catch(o){throw Error(o)}return a},Xc=t=>M({data:t},{data:{toBe:"(DataMultiValueDatum | DataMultiValueValue[])[]",test:n=>Array.isArray(n)}}),Yc=({computedData$:t,xyValueIndex$:e})=>E({computedData:t,xyValueIndex:e}).pipe(b(n=>{const r=n.computedData.flat(),[i,a]=lt(r.map(u=>u.value[n.xyValueIndex[0]])),[o,s]=lt(r.map(u=>u.value[n.xyValueIndex[1]]));return{minX:i,maxX:a,minY:o,maxY:s}})),Gc=({computedData$:t,xyMinMax$:e,xyValueIndex$:n,fullDataFormatter$:r,layout$:i})=>{function a(s,u){let l=s.maxX,c=s.minX;return c===l&&l===0&&(l=1),q({maxValue:l,minValue:c,axisWidth:u.width,scaleDomain:["auto","auto"],scaleRange:[0,1]})}function o(s,u){let l=s.maxY,c=s.minY;return c===l&&l===0&&(l=1),q({maxValue:l,minValue:c,axisWidth:u.height,scaleDomain:["auto","auto"],scaleRange:[0,1],reverse:!0})}return E({computedData:t,xyMinMax:e,xyValueIndex:n,fullDataFormatter:r,layout:i}).pipe(C(async s=>s),b(s=>{const u=a(s.xyMinMax,s.layout),l=o(s.xyMinMax,s.layout);return s.computedData.map((c,f)=>c.map((h,p)=>({...h,axisX:u(h.value[s.xyValueIndex[0]]??0),axisY:l(h.value[s.xyValueIndex[1]]??0)})))}))},Uc=({computedData$:t,fullDataFormatter$:e})=>t.pipe(b(n=>n.map(r=>r[0]?r[0].categoryLabel:"")),X((n,r)=>JSON.stringify(n).length===JSON.stringify(r).length)),zc=({computedData$:t})=>t.pipe(b(e=>e.map(n=>n.filter(r=>r.visible==!0)).filter(n=>n.length>0))),Hc=({visibleComputedData$:t})=>t.pipe(b(e=>e.map(n=>n.map(r=>{let i=r;return i.sum=i.value.reduce((a,o)=>a+o,0),i})))),jc=({xyValueIndex$:t,isCategorySeprate$:e,visibleComputedData$:n})=>E({isCategorySeprate:e,xyValueIndex:t,visibleComputedData:n}).pipe(C(async r=>r),b(r=>{const i=r.xyValueIndex[0];return r.isCategorySeprate?r.visibleComputedData.map(a=>a.sort((o,s)=>{const u=s.value[i]??-1/0,l=o.value[i]??-1/0;return u-l})):[r.visibleComputedData.flat().sort((a,o)=>{const s=o.value[i]??-1/0,u=a.value[i]??-1/0;return s-u})]})),Wc=({isCategorySeprate$:t,visibleComputedSumData$:e})=>E({isCategorySeprate:t,visibleComputedSumData:e}).pipe(C(async n=>n),b(n=>n.isCategorySeprate?n.visibleComputedSumData.map(r=>r.sort((i,a)=>a.sum-i.sum)):[n.visibleComputedSumData.flat().sort((r,i)=>i.sum-r.sum)])),qc=({computedXYData$:t})=>t.pipe(b(e=>e.map(n=>n.filter(r=>r.visible==!0)).filter(n=>n.length>0))),Jc=({computedData$:t,fullDataFormatter$:e,layout$:n})=>E({computedData:t,fullDataFormatter:e,layout:n}).pipe(C(async i=>i),b(i=>{if(i.fullDataFormatter.separateCategory)return Et(i.layout,i.fullDataFormatter.container,i.computedData.length);{const a=Et(i.layout,i.fullDataFormatter.container,1);return i.computedData.map((o,s)=>a[0])}})),Zc=({visibleComputedXYData$:t,xyMinMax$:e,xyValueIndex$:n,fullDataFormatter$:r})=>E({visibleComputedXYData:t,xyMinMax:e,xyValueIndex:n,fullDataFormatter:r}).pipe(b(i=>{const{minX:a,maxX:o,minY:s,maxY:u}=(()=>{let{minX:m,maxX:d,minY:x,maxY:w}=i.xyMinMax;return i.fullDataFormatter.xAxis.scaleDomain[0]==="auto"&&m>0?m=0:typeof i.fullDataFormatter.xAxis.scaleDomain[0]=="number"&&(m=i.fullDataFormatter.xAxis.scaleDomain[0]),i.fullDataFormatter.xAxis.scaleDomain[1]==="auto"&&d<0?d=0:typeof i.fullDataFormatter.xAxis.scaleDomain[1]=="number"&&(d=i.fullDataFormatter.xAxis.scaleDomain[1]),i.fullDataFormatter.yAxis.scaleDomain[0]==="auto"&&x>0?x=0:typeof i.fullDataFormatter.yAxis.scaleDomain[0]=="number"&&(x=i.fullDataFormatter.yAxis.scaleDomain[0]),i.fullDataFormatter.yAxis.scaleDomain[1]==="auto"&&w<0?w=0:typeof i.fullDataFormatter.yAxis.scaleDomain[1]=="number"&&(w=i.fullDataFormatter.yAxis.scaleDomain[1]),{minX:m,maxX:d,minY:x,maxY:w}})();let l=[],c=null,f=null,h=null,p=null;for(let m of i.visibleComputedXYData)for(let d of m){const x=d.value[i.xyValueIndex[0]],w=d.value[i.xyValueIndex[1]];x>=a&&x<=o&&w>=s&&w<=u&&(l.push(d),(c==null||x<c.value[i.xyValueIndex[0]])&&(c=d),(f==null||x>f.value[i.xyValueIndex[0]])&&(f=d),(h==null||w<h.value[i.xyValueIndex[1]])&&(h=d),(p==null||w>p.value[i.xyValueIndex[1]])&&(p=d))}return{datumList:l,minXDatum:c,maxXDatum:f,minYDatum:h,maxYDatum:p}})),Kc=({xyMinMax$:t,xyValueIndex$:e,filteredXYMinMaxData$:n,fullDataFormatter$:r,layout$:i})=>{const a=new B;function o({xyMinMax:s,xyValueIndex:u,filteredXYMinMaxData:l,xAxis:c,yAxis:f,width:h,height:p}){let m=0,d=0,x=0,w=0,{minX:A,maxX:_,minY:L,maxY:S}=s,I=l.minXDatum.value[u[0]]??0,k=l.maxXDatum.value[u[0]]??0,O=l.minYDatum.value[u[1]]??0,D=l.maxYDatum.value[u[1]]??0;I===k&&k===0&&(k=1),O===D&&D===0&&(D=1),A===_&&_===0&&(_=1),L===S&&S===0&&(S=1);const $=q({maxValue:k,minValue:I,axisWidth:h,scaleDomain:c.scaleDomain,scaleRange:c.scaleRange}),v=$(A>0?0:A),T=$(_<0?0:_);m=v,x=(T-v)/h;const V=q({maxValue:D,minValue:O,axisWidth:p,scaleDomain:f.scaleDomain,scaleRange:f.scaleRange,reverse:!0}),dt=V(L>0?0:L),Q=V(S<0?0:S);return d=Q,w=(dt-Q)/p,{translate:[m,d],scale:[x,w],rotate:0,rotateX:0,rotateY:0,value:`translate(${m}px, ${d}px) scale(${x}, ${w})`}}return new R(s=>(E({xyMinMax:t,xyValueIndex:e,filteredXYMinMaxData:n,fullDataFormatter:r,layout:i}).pipe(F(a),C(async u=>u)).subscribe(u=>{if(!u.filteredXYMinMaxData.minXDatum||!u.filteredXYMinMaxData.maxXDatum||u.filteredXYMinMaxData.minXDatum.value[u.xyValueIndex[0]]==null||u.filteredXYMinMaxData.maxXDatum.value[u.xyValueIndex[0]]==null||!u.filteredXYMinMaxData.minYDatum||!u.filteredXYMinMaxData.maxYDatum||u.filteredXYMinMaxData.minYDatum.value[u.xyValueIndex[1]]==null||u.filteredXYMinMaxData.maxYDatum.value[u.xyValueIndex[1]]==null)return;const l=o({xyMinMax:u.xyMinMax,xyValueIndex:u.xyValueIndex,filteredXYMinMaxData:u.filteredXYMinMaxData,xAxis:u.fullDataFormatter.xAxis,yAxis:u.fullDataFormatter.yAxis,width:u.layout.width,height:u.layout.height});s.next(l)}),function(){a.next(void 0)}))},Qc=({containerPosition$:t,graphicTransform$:e})=>E({containerPosition:t,graphicTransform:e}).pipe(C(async n=>n),b(n=>n.containerPosition.map((r,i)=>[1/n.graphicTransform.scale[0]/n.containerPosition[i].scale[0],1/n.graphicTransform.scale[1]/n.containerPosition[i].scale[1]]))),tf=({visibleComputedSumData$:t,fullDataFormatter$:e,filteredXYMinMaxData$:n,containerSize$:r})=>E({visibleComputedSumData:t,fullDataFormatter:e,containerSize:r,filteredXYMinMaxData:n}).pipe(C(async i=>i),b(i=>{const a=i.fullDataFormatter.xAxis.valueIndex;if(!i.filteredXYMinMaxData.minXDatum||!i.filteredXYMinMaxData.maxXDatum)return;let o=i.filteredXYMinMaxData.maxXDatum.value[a],s=i.filteredXYMinMaxData.minXDatum.value[a];return o===s&&o===0&&(o=1),q({maxValue:o,minValue:s,axisWidth:i.containerSize.width,scaleDomain:i.fullDataFormatter.xAxis.scaleDomain,scaleRange:i.fullDataFormatter.xAxis.scaleRange})})),ef=({fullDataFormatter$:t,filteredXYMinMaxData$:e,containerSize$:n})=>E({fullDataFormatter:t,containerSize:n,filteredXYMinMaxData:e}).pipe(C(async r=>r),b(r=>{const i=r.fullDataFormatter.xAxis.valueIndex;if(!r.filteredXYMinMaxData.minXDatum||!r.filteredXYMinMaxData.maxXDatum)return;let a=r.filteredXYMinMaxData.maxXDatum.value[i],o=r.filteredXYMinMaxData.minXDatum.value[i];return a===o&&a===0&&(a=1),q({maxValue:a,minValue:o,axisWidth:r.containerSize.width,scaleDomain:r.fullDataFormatter.xAxis.scaleDomain,scaleRange:r.fullDataFormatter.xAxis.scaleRange})})),nf=({fullDataFormatter$:t,filteredXYMinMaxData$:e,containerSize$:n})=>E({fullDataFormatter:t,containerSize:n,filteredXYMinMaxData:e}).pipe(C(async r=>r),b(r=>{const i=r.fullDataFormatter.yAxis.valueIndex;if(!r.filteredXYMinMaxData.minYDatum||!r.filteredXYMinMaxData.maxYDatum||r.filteredXYMinMaxData.minYDatum.value[i]==null||r.filteredXYMinMaxData.maxYDatum.value[i]==null)return;let a=r.filteredXYMinMaxData.maxYDatum.value[i],o=r.filteredXYMinMaxData.minYDatum.value[i];return a===o&&a===0&&(a=1),q({maxValue:a,minValue:o,axisWidth:r.containerSize.height,scaleDomain:r.fullDataFormatter.yAxis.scaleDomain,scaleRange:r.fullDataFormatter.yAxis.scaleRange,reverse:!0})})),rf=({subject:t,observer:e})=>{const n=wt(e.fullChartParams$).pipe(g(1)),r=e.fullDataFormatter$.pipe(b(O=>O.separateCategory),X(),g(1)),i=Jc({computedData$:e.computedData$,fullDataFormatter$:e.fullDataFormatter$,layout$:e.layout$}).pipe(g(1)),a=Fe({layout$:e.layout$,containerPosition$:i}).pipe(g(1)),o=e.fullDataFormatter$.pipe(b(O=>[O.xAxis.valueIndex,O.yAxis.valueIndex]),X((O,D)=>O[0]===D[0]&&O[1]===D[1]),g(1)),s=e.computedData$.pipe(b(O=>O.flat().flat())).pipe(g(1)),u=mt({datumList$:s,fullChartParams$:e.fullChartParams$,event$:t.event$}).pipe(g(1)),l=Uc({computedData$:e.computedData$,fullDataFormatter$:e.fullDataFormatter$}).pipe(g(1)),c=te({datumList$:s}).pipe(g(1)),f=Yc({computedData$:e.computedData$,xyValueIndex$:o}).pipe(g(1)),h=zc({computedData$:e.computedData$}).pipe(g(1)),p=Hc({visibleComputedData$:h}).pipe(g(1)),m=jc({xyValueIndex$:o,isCategorySeprate$:r,visibleComputedData$:h}).pipe(g(1)),d=Wc({isCategorySeprate$:r,visibleComputedSumData$:p}).pipe(g(1)),x=Gc({computedData$:e.computedData$,xyMinMax$:f,xyValueIndex$:o,fullDataFormatter$:e.fullDataFormatter$,layout$:e.layout$}).pipe(g(1)),w=qc({computedXYData$:x}).pipe(g(1)),A=Zc({visibleComputedXYData$:w,xyMinMax$:f,xyValueIndex$:o,fullDataFormatter$:e.fullDataFormatter$}).pipe(g(1)),_=Kc({xyMinMax$:f,xyValueIndex$:o,filteredXYMinMaxData$:A,fullDataFormatter$:e.fullDataFormatter$,layout$:e.layout$}).pipe(g(1)),L=Qc({containerPosition$:i,graphicTransform$:_}).pipe(g(1)),S=tf({visibleComputedSumData$:p,fullDataFormatter$:e.fullDataFormatter$,filteredXYMinMaxData$:A,containerSize$:a}).pipe(g(1)),I=ef({fullDataFormatter$:e.fullDataFormatter$,filteredXYMinMaxData$:A,containerSize$:a}).pipe(g(1)),k=nf({fullDataFormatter$:e.fullDataFormatter$,filteredXYMinMaxData$:A,containerSize$:a}).pipe(g(1));return{fullParams$:e.fullParams$,fullChartParams$:e.fullChartParams$,fullDataFormatter$:e.fullDataFormatter$,computedData$:e.computedData$,layout$:e.layout$,textSizePx$:n,isCategorySeprate$:r,containerPosition$:i,containerSize$:a,highlight$:u,categoryLabels$:l,CategoryDataMap$:c,xyMinMax$:f,xyValueIndex$:o,visibleComputedData$:h,visibleComputedSumData$:p,visibleComputedRankingByIndexData$:m,visibleComputedRankingBySumData$:d,visibleComputedXYData$:w,filteredXYMinMaxData$:A,graphicTransform$:_,graphicReverseScale$:L,xScale$:S,xSumScale$:I,yScale$:k}};class af extends kt{constructor(e,n){super({defaultDataFormatter:Ne,dataFormatterValidator:Nc,computedDataFn:Vc,dataValidator:Xc,contextObserverCallback:rf},e,n)}}const of=t=>M(t,{visibleFilter:{toBeTypes:["Function"]},categoryLabels:{toBeTypes:["string[]"]}}),sf=t=>{const{data:e,dataFormatter:n,chartParams:r}=t,i=Ae();let a=[],o=[];try{let s=[],u=[];if(e.nodes)s=e.nodes,u=e.edges;else if(e[0])s=e[0],u=e[1];else return{nodes:[],edges:[]};const l=(()=>{const h=new Set(n.categoryLabels);for(let p of s){const m=p.categoryLabel??i;h.add(m)}for(let p of u){const m=p.categoryLabel??i;h.add(m)}return Array.from(h)})(),c=new Map(l.map((h,p)=>[h,p]));a=s.map((h,p)=>{const m=h.categoryLabel??i,d=c.get(m)??0,x={id:h.id,index:p,label:h.label??"",description:h.description??"",data:h.data??{},value:h.value??0,categoryIndex:d,categoryLabel:m,color:ct(d,r),visible:!0};return x.visible=n.visibleFilter(x,t),x});const f=new Map(a.map(h=>[h.id,h]));o=u.map((h,p)=>{const m=f.get(h.start),d=f.get(h.end);return{edge:h,startNode:m,endNode:d}}).filter(({edge:h})=>{const p=f.get(h.start),m=f.get(h.end);return p!=null&&m!=null}).map(({edge:h,startNode:p,endNode:m},d)=>{const x=h.categoryLabel??i;return{id:h.id,index:d,label:h.label??"",description:h.description??"",data:h.data??{},value:h.value??0,categoryIndex:c.get(x),categoryLabel:x,color:ct(d,r),startNode:p,endNode:m,visible:p.visible&&m.visible}})}catch(s){throw Error(s)}return{nodes:a,edges:o}},uf=t=>M({data:t},{data:{toBe:"DataRelationshipObj | DataRelationshipList",test:n=>U(n)||Array.isArray(n)}}),lf=(t,e)=>E({CategoryNodeMap:t,CategoryEdgeMap:e}).pipe(C(async n=>n),b(n=>[...Array.from(n.CategoryNodeMap.keys()),...Array.from(n.CategoryEdgeMap.keys())]),X((n,r)=>JSON.stringify(n).length===JSON.stringify(r).length)),cf=t=>t.pipe(b(e=>{const n=new Map;return e.nodes.forEach(r=>{n.set(r.id,r)}),n})),ff=t=>t.pipe(b(e=>{const n=new Map;return e.edges.forEach(r=>{n.set(r.id,r)}),n})),hf=({computedData$:t,NodeMap$:e})=>E({computedData:t,NodeMap:e}).pipe(C(async n=>n),b(n=>({nodes:n.computedData.nodes.filter(r=>r.visible),edges:n.computedData.edges.filter(r=>r.visible).filter(r=>n.NodeMap.has(r.startNode.id)&&n.NodeMap.has(r.endNode.id))}))),pf=({subject:t,observer:e})=>{const n=wt(e.fullChartParams$).pipe(g(1)),r=mt({datumList$:e.computedData$.pipe(b(f=>f.nodes)),fullChartParams$:e.fullChartParams$,event$:t.event$}).pipe(g(1)),i=mt({datumList$:e.computedData$.pipe(b(f=>f.edges)),fullChartParams$:e.fullChartParams$,event$:t.event$}).pipe(g(1)),a=te({datumList$:e.computedData$.pipe(b(f=>f.nodes))}).pipe(g(1)),o=te({datumList$:e.computedData$.pipe(b(f=>f.edges))}).pipe(g(1)),s=cf(e.computedData$).pipe(g(1)),u=ff(e.computedData$).pipe(g(1)),l=lf(a,o).pipe(g(1)),c=hf({computedData$:e.computedData$,NodeMap$:s}).pipe(g(1));return{fullParams$:e.fullParams$,fullChartParams$:e.fullChartParams$,fullDataFormatter$:e.fullDataFormatter$,computedData$:e.computedData$,layout$:e.layout$,textSizePx$:n,relationshipHighlightNodes$:r,relationshipHighlightEdges$:i,categoryLabels$:l,CategoryNodeMap$:a,CategoryEdgeMap$:o,NodeMap$:s,EdgeMap$:u,visibleComputedData$:c}};class mf extends kt{constructor(e,n){super({defaultDataFormatter:Xe,dataFormatterValidator:of,computedDataFn:sf,dataValidator:uf,contextObserverCallback:pf},e,n)}}const df=t=>M(t,{visibleFilter:{toBeTypes:["Function"]},categoryLabels:{toBeTypes:["string[]"]}}),gf=t=>{const{data:e=[],dataFormatter:n,chartParams:r}=t,i=Ae(),a=new Map(n.categoryLabels.map((s,u)=>[s,u]));let o={id:"",index:0,label:"",description:"",categoryIndex:-1,categoryLabel:"",color:"",visible:!0,data:{},value:0,level:0,seq:0,children:[]};try{const s=function(){if(U(e)===!0)return JSON.parse(JSON.stringify(e));if(Array.isArray(e)===!1)return{id:""};let c;const f=new Map;e.forEach(p=>{if(!p.parent)c=p;else{const m=f.get(p.parent)??[];m.push(p),f.set(p.parent,m)}});const h=p=>({id:p.id,label:p.label,data:p.data,value:p.value,categoryLabel:p.categoryLabel??i,children:(f.get(p.id)??[]).map(m=>h(m))});return c?h(c):{id:""}}();let u=0;const l=(c,f,h)=>{const p=f+1,m=c.categoryLabel??i;a.has(m)||a.set(m,a.size);const d=a.get(m)??0,x=u;u++;const w={id:c.id,index:x,level:f,seq:h,label:c.label??"",description:c.description??"",categoryIndex:d,categoryLabel:m,color:ct(d,r),data:c.data??{},value:c.value,visible:!0,children:(c.children??[]).map((A,_)=>l(A,p,_))};return w.visible=n.visibleFilter(w,t),w};o=l(s,0,0)}catch(s){throw Error(s)}return o},yf=t=>M({data:t},{data:{toBe:"DataTreeObj | DataTreeDatum[]",test:n=>U(n)&&n.id!==void 0||Array.isArray(n)}}),vf=({computedData$:t})=>t.pipe(b(e=>{function n(r,i){return r.push(i),i.children&&i.children.forEach(a=>{r=n(r,a)}),r}return n([],e)})),bf=t=>t.pipe(b(e=>Array.from(e.keys())),X((e,n)=>JSON.stringify(e).length===JSON.stringify(n).length)),xf=({computedData$:t})=>t.pipe(b(e=>{function n(r){return r.children&&(r.children=r.children.filter(i=>i.visible).map(i=>n(i))),r}return n(e)})),Df=({subject:t,observer:e})=>{const n=wt(e.fullChartParams$).pipe(g(1)),r=vf({computedData$:e.computedData$}).pipe(g(1)),i=mt({datumList$:r,fullChartParams$:e.fullChartParams$,event$:t.event$}).pipe(g(1)),a=te({datumList$:r}).pipe(g(1)),o=bf(a).pipe(g(1)),s=xf({computedData$:e.computedData$}).pipe(g(1));return{fullParams$:e.fullParams$,fullChartParams$:e.fullChartParams$,fullDataFormatter$:e.fullDataFormatter$,computedData$:e.computedData$,layout$:e.layout$,textSizePx$:n,treeHighlight$:i,categoryLabels$:o,CategoryDataMap$:a,visibleComputedData$:s}};class wf extends kt{constructor(e,n){super({defaultDataFormatter:Ve,dataFormatterValidator:df,computedDataFn:gf,dataValidator:yf,contextObserverCallback:Df},e,n)}}function $f({chartType:t,config:e,initFn:n}){const r=new B,i=new WeakMap;let a=()=>{},o;const s=new pi(e.defaultParams),u=new pi({}),l=s.pipe(C(c=>u.pipe(F(r),b(f=>{try{const{status:h,columnName:p,expectToBe:m}=e.validator(f,{validateColumns:M});if(h==="error")throw new Error($t({columnName:p,expectToBe:m,from:`${e.name}.params$`}));h==="warning"&&console.warn(_t({columnName:p,expectToBe:m,from:`${e.name}.params$`}))}catch(h){console.error(Bt(h))}return ut(f,c)}))),g(1));return{params$:u,name:e.name,chartType:t,defaultParams:e.defaultParams,layerIndex:e.layerIndex,init(){o&&(a=n(o)??(()=>{}),i.set(o.selection,o))},destroy(){a(),o&&(o.selection.remove(),o=void 0),r.next(void 0)},setPresetParams:c=>{s.next(ut(c,e.defaultParams))},setContext:c=>{o=c,o.observer.fullParams$=l}}}const At=t=>function(n){return function(i){return class{constructor(){const o=$f({chartType:t,config:n,initFn:i});this.params$=o.params$,this.name=o.name,this.chartType=o.chartType,this.defaultParams=o.defaultParams,this.layerIndex=o.layerIndex,this.init=o.init,this.destroy=o.destroy,this.setPresetParams=o.setPresetParams,this.setContext=o.setContext}}}},_f=At("series"),Af=At("grid"),Sf=At("multiGrid"),Tf=At("multiValue"),Mf=At("noneData"),Cf=At("relationship"),Ff=At("tree");y.DEFAULTL_DATA_RELATIONA=Wi,y.DEFAULT_CHART_HEIGHT=Gn,y.DEFAULT_CHART_OPTIONS=st,y.DEFAULT_CHART_PARAMS=Oe,y.DEFAULT_CHART_WIDTH=Yn,y.DEFAULT_DATA_FORMATTER_CONTAINER=Nt,y.DEFAULT_DATA_FORMATTER_GRID=Be,y.DEFAULT_DATA_FORMATTER_GRID_GRID=Re,y.DEFAULT_DATA_FORMATTER_GROUP_AXIS=Un,y.DEFAULT_DATA_FORMATTER_MULTI_GRID=ke,y.DEFAULT_DATA_FORMATTER_MULTI_GRID_GRID=Vt,y.DEFAULT_DATA_FORMATTER_MULTI_VALUE=Ne,y.DEFAULT_DATA_FORMATTER_RELATIONSHIP=Xe,y.DEFAULT_DATA_FORMATTER_SERIES=Ie,y.DEFAULT_DATA_FORMATTER_TREE=Ve,y.DEFAULT_DATA_FORMATTER_VALUE_AXIS=z,y.DEFAULT_DATA_FORMATTER_X_Y_AXIS=Pe,y.DEFAULT_DATA_GRID=Ui,y.DEFAULT_DATA_MULTI_GRID=zi,y.DEFAULT_DATA_MULTI_VALUE=Hi,y.DEFAULT_DATA_SERIES=Gi,y.DEFAULT_DATA_TREE=ji,y.DEFAULT_PADDING=Le,y.GridChart=Lc,y.MultiGridChart=kc,y.MultiValueChart=af,y.RelationshipChart=mf,y.SeriesChart=Tc,y.TreeChart=wf,y.calcContainerPosition=pn,y.calcContainerPositionScaled=Et,y.categoryDataMapObservable=te,y.computedStackedDataObservables=In,y.containerSizeObservable=Fe,y.createAxisToLabelIndexScale=Dc,y.createAxisToValueScale=bc,y.createDefaultCategoryLabel=Ae,y.createDefaultDatumId=Zt,y.createDefaultGroupLabel=cn,y.createDefaultSeriesLabel=_e,y.createGridGroupLabels=Qr,y.createGridSeriesLabels=fn,y.createLabelToAxisScale=xc,y.createMultiGridGroupLabels=ti,y.createMultiGridSeriesLabels=Kr,y.createValueToAxisScale=q,y.defineGridPlugin=Af,y.defineMultiGridPlugin=Sf,y.defineMultiValuePlugin=Tf,y.defineNoneDataPlugin=Mf,y.defineRelationshipPlugin=Cf,y.defineSeriesPlugin=_f,y.defineTreePlugin=Ff,y.filteredMinMaxValueObservable=Bn,y.formatCommaNumber=qi,y.formatValueToLabel=Ku,y.getMinMax=lt,y.getMinMaxGrid=hn,y.getMinMaxMultiGrid=tl,y.getMinMaxMultiValue=el,y.getMinMaxMultiValueXY=nl,y.getMinMaxSeries=Qu,y.getMinMaxValue=ei,y.gridAxesContainerSizeObservable=En,y.gridAxesReverseTransformObservable=Nn,y.gridAxesSizeObservable=Ee,y.gridAxesTransformObservable=kn,y.gridComputedAxesDataObservable=Fn,y.gridContainerPositionObservable=Ni,y.gridGraphicReverseScaleObservable=Xn,y.gridGraphicTransformObservable=Vn,y.gridSeriesLabelsObservable=Ln,y.gridVisibleComputedAxesDataObservable=Pn,y.gridVisibleComputedDataObservable=On,y.groupDataMapObservable=Cn,y.groupScaleDomainValueObservable=Rn,y.highlightObservable=mt,y.isDom=Hn,y.isFunction=zn,y.isPlainObject=U,y.mergeOptionsWithDefault=ut,y.resizeObservable=Bi,y.seriesColorPredicate=ct,y.seriesDataMapObservable=Ce,y.textSizePxObservable=wt,y.transposeData=ni,Object.defineProperty(y,Symbol.toStringTag,{value:"Module"})});
|
8
|
+
----> find in '${n}'`}function _c(t){return t?E(t,{width:{toBe:'"auto" | number',test:n=>n==="auto"||typeof n=="number"},height:{toBe:'"auto" | number',test:n=>n==="auto"||typeof n=="number"},preset:{toBeTypes:["object"]}}):{status:"success",columnName:"",expectToBe:""}}function Ac(t){return E({element:t},{element:{toBe:"Dom",test:n=>In(n)}})}function Sc(t,e){const n={series:["series","datum","none"],grid:["series","group","datum","none"],multiGrid:["series","group","datum","none"],multiValue:["category","datum","none"],relationship:["category","datum","none"],tree:["category","datum","none"],noneData:["none"]},r=E(e,{padding:{toBeTypes:["object"]},highlightTarget:{toBe:n[t].map(i=>`"${i}"`).join(" | "),test:i=>n[t].includes(i)},highlightDefault:{toBeTypes:["string","null"]},colorScheme:{toBe:'"dark" | "light"',test:i=>i==="dark"||i==="light"},colors:{toBeTypes:["object"],test:i=>i.light&&i.dark},styles:{toBeTypes:["object"]},transitionDuration:{toBeTypes:["number"]},transitionEase:{toBeTypes:["string"]}});if(e&&e.padding){const i=E(e.padding,{top:{toBeTypes:["number"]},right:{toBeTypes:["number"]},bottom:{toBeTypes:["number"]},left:{toBeTypes:["number"]}});if(i.status==="error")return i}if(e&&e.colors){const i=E(e.colors,{light:{toBeTypes:["object"]},dark:{toBeTypes:["object"]}});if(i.status==="error")return i;if(e.colors.light){const a=E(e.colors.light,{label:{toBeTypes:["string[]"]},primary:{toBeTypes:["string"]},secondary:{toBeTypes:["string"]},labelContrast:{toBeTypes:["string[]"]},background:{toBeTypes:["string"]}});if(a.status==="error")return a}if(e.colors.dark){const a=E(e.colors.dark,{label:{toBeTypes:["string[]"]},primary:{toBeTypes:["string"]},secondary:{toBeTypes:["string"]},labelContrast:{toBeTypes:["string[]"]},background:{toBeTypes:["string"]}});if(a.status==="error")return a}}return r}function Tc(t,e){return E({pluginEntities:e},{pluginEntities:{toBe:`PluginEntity<'${t}'>[]`,test:r=>Array.isArray(r)&&r.every(i=>i.chartType===t||i.chartType==="noneData")}})}function Ci(t,e,n){const r=st(t,e);return n==="multiGrid"&&t.gridList!=null&&(r.gridList=t.gridList.map((i,a)=>{const o=e.gridList[a]||e.gridList[0];return st(i,o)})),r}const Mc=({defaultDataFormatter:t,dataFormatterValidator:e,computedDataFn:n,dataValidator:r,contextObserverCallback:i})=>{const a=new B,o=t.type;return function(s,l){try{const{status:D,columnName:w,expectToBe:y}=_c(l);if(D==="error")throw new Error($t({columnName:w,expectToBe:y,from:"Chart.constructor"}));if(D==="warning")console.warn(_t({columnName:w,expectToBe:y,from:"Chart.constructor"}));else{const{status:T,columnName:P,expectToBe:G}=Ac(s);if(T==="error")throw new Error($t({columnName:P,expectToBe:G,from:"Chart.constructor"}));T==="warning"&&console.warn(_t({columnName:P,expectToBe:G,from:"Chart.constructor"}))}}catch(D){throw new Error(D)}oe(s).selectAll("svg").remove();const f=oe(s).append("svg");f.attr("xmlns:xlink","http://www.w3.org/1999/xlink").attr("xmls","http://www.w3.org/2000/svg").attr("version","1.1").style("position","absolute").classed("orbcharts__root",!0);const c=f.append("g");c.classed("orbcharts__layout",!0);const p=c.append("g");p.classed("orbcharts__plugins",!0);const h={data$:new B,dataFormatter$:new B,plugins$:new B,chartParams$:new B,event$:new B},m=(D=>{const w=D||ut,y=w.preset?w.preset:{};return{name:y.name??"",description:y.description??"",descriptionZh:y.descriptionZh??"",chartParams:y.chartParams?st(y.chartParams,Le):Le,dataFormatter:y.dataFormatter?Ci(y.dataFormatter,t,o):t,pluginParams:y.pluginParams?y.pluginParams:{}}})(l),d=h.data$.pipe(g(1)),x=h.dataFormatter$.pipe(L(a),Tn({}),b(D=>{try{const{status:w,columnName:y,expectToBe:T}=e(D);if(w==="error")throw new Error($t({columnName:y,expectToBe:T,from:"Chart.dataFormatter$"}));w==="warning"&&console.warn(_t({columnName:y,expectToBe:T,from:"Chart.dataFormatter$"}))}catch(w){console.error(te(w))}try{return Ci(D,m.dataFormatter,o)}catch(w){throw new Error(Fn({from:"Chart.dataFormatter$",systemMessage:w}))}}),g(1)),$=h.chartParams$.pipe(L(a),Tn({}),b(D=>{try{const{status:w,columnName:y,expectToBe:T}=Sc(o,D);if(w==="error")throw new Error($t({columnName:y,expectToBe:T,from:"Chart.chartParams$"}));w==="warning"&&console.warn(_t({columnName:y,expectToBe:T,from:"Chart.chartParams$"}))}catch(w){console.error(te(w))}try{return st(D,m.chartParams)}catch(w){throw new Error(Fn({from:"Chart.chartParams$",systemMessage:w}))}}),g(1)),S=$.pipe(L(a),Tn({}),b(D=>st(D.padding??{},Ee)));S.pipe(L(a),cc()).subscribe(D=>{c.attr("transform",`translate(${D.left}, ${D.top})`)}),S.subscribe(D=>{c.transition().attr("transform",`translate(${D.left}, ${D.top})`)});const _=Dt({width:(l==null?void 0:l.width)??ut.width,height:(l==null?void 0:l.height)??ut.height}).pipe(F(D=>Ai(()=>D.width==="auto"||D.height==="auto",Ti(s).pipe(b(w=>({width:D.width==="auto"?w.width:D.width,height:D.height==="auto"?w.height:D.height}))),Dt(D))),L(a),An()),C=Dt().pipe(pc(_.pipe(ic(250)),_.pipe(mc(250))),V((D,w)=>JSON.stringify(D)===JSON.stringify(w)),An()),A=C.subscribe(),I=M({rootSize:C,mergedPadding:S}).pipe(L(a),F(async D=>{const w=D.rootSize.width>0?D.rootSize.width:En,y=D.rootSize.height>0?D.rootSize.height:Ln;return{width:w-D.mergedPadding.left-D.mergedPadding.right,height:y-D.mergedPadding.top-D.mergedPadding.bottom,top:D.mergedPadding.top,right:D.mergedPadding.right,bottom:D.mergedPadding.bottom,left:D.mergedPadding.left,rootWidth:w,rootHeight:y}}),g(1));I.subscribe(D=>{f.attr("width",D.rootWidth).attr("height",D.rootHeight)});const O=M({data:d,dataFormatter:x,chartParams:$}).pipe(L(a),F(async D=>D),F(D=>Dt(D).pipe(b(w=>{try{const{status:y,columnName:T,expectToBe:P}=r(w.data);if(y==="error")throw new Error($t({columnName:T,expectToBe:P,from:"Chart.data$"}));y==="warning"&&console.warn(_t({columnName:T,expectToBe:P,from:"Chart.data$"}))}catch(y){console.error(te(y))}try{return n({data:w.data,dataFormatter:w.dataFormatter,chartParams:w.chartParams})}catch(y){throw new Error(Fn({from:"Chart.data$",systemMessage:y}))}}))),g(1));O.subscribe();const k={};return h.plugins$.subscribe(D=>{try{const{status:w,columnName:y,expectToBe:T}=Tc(o,D);if(w==="error")throw new Error($t({columnName:y,expectToBe:T,from:"Chart.plugins$"}));w==="warning"&&console.warn(_t({columnName:y,expectToBe:T,from:"Chart.plugins$"}))}catch(w){throw new Error(w)}p.selectAll("g.orbcharts__plugin").data(D,w=>w.name).join(w=>w.append("g").attr("class",y=>`orbcharts__plugin orbcharts__${y.name}`).each((y,T,P)=>{const G={fullParams$:new R,fullChartParams$:$,fullDataFormatter$:x,computedData$:O,layout$:I},dt=i({observer:G,subject:h}),rt={selection:oe(P[T]),rootSelection:f,name:y.name,chartType:o,subject:h,observer:dt};y.setPresetParams(m.pluginParams[y.name]??{}),y.setContext(rt),k[rt.name]=y,y.init()}),w=>w,w=>w.each((y,T,P)=>{k[y.name]&&(k[y.name].destroy(),k[y.name]=void 0)}).remove()).sort((w,y)=>w.layerIndex-y.layerIndex)}),{...h,selection:f,destroy(){oe(s).selectAll("svg").remove(),a.next(void 0),A.unsubscribe()}}}};class Bt{constructor({defaultDataFormatter:e,dataFormatterValidator:n,computedDataFn:r,dataValidator:i,contextObserverCallback:a},o,u){this.data$=new B,this.dataFormatter$=new B,this.plugins$=new B,this.chartParams$=new B,this.event$=new B;try{const l=Mc({defaultDataFormatter:e,dataFormatterValidator:n,computedDataFn:r,dataValidator:i,contextObserverCallback:a})(o,u);this.selection=l.selection,this.destroy=l.destroy,this.data$=l.data$,this.dataFormatter$=l.dataFormatter$,this.plugins$=l.plugins$,this.chartParams$=l.chartParams$,this.event$=l.event$}catch(s){console.error(te(s))}}}class Fc extends Bt{constructor(e,n){super({defaultDataFormatter:Oe,dataFormatterValidator:Qi,computedDataFn:al,dataValidator:ol,contextObserverCallback:xc},e,n)}}const Cc=t=>{const e=E(t,{visibleFilter:{toBeTypes:["Function"]},container:{toBeTypes:["object"]},seriesDirection:{toBe:'"row" | "column"',test:n=>n==="row"||n==="column"},rowLabels:{toBeTypes:["string[]"]},columnLabels:{toBeTypes:["string[]"]},valueAxis:{toBeTypes:["object"]},groupAxis:{toBeTypes:["object"]},separateSeries:{toBeTypes:["boolean"]}});if(e.status==="error")return e;if(t.valueAxis){const n=E(t.valueAxis,{position:{toBe:'"bottom" | "left" | "top" | "right"',test:r=>r==="bottom"||r==="left"||r==="top"||r==="right"},scaleDomain:{toBe:'[number | "min" | "auto", number | "max" | "auto"]',test:r=>Array.isArray(r)&&r.length===2&&(typeof r[0]=="number"||r[0]==="min"||r[0]==="auto")&&(typeof r[1]=="number"||r[1]==="max"||r[1]==="auto")},scaleRange:{toBe:"[number, number]",test:r=>Array.isArray(r)&&r.length===2&&typeof r[0]=="number"&&typeof r[1]=="number"},label:{toBeTypes:["string"]}});if(n.status==="error")return n}if(t.groupAxis){const n=E(t.groupAxis,{position:{toBe:'"bottom" | "left" | "top" | "right"',test:r=>r==="bottom"||r==="left"||r==="top"||r==="right"},scaleDomain:{toBe:'[number, number | "max"]',test:r=>Array.isArray(r)&&r.length===2&&typeof r[0]=="number"&&(typeof r[1]=="number"||r[1]==="max")},scalePadding:{toBeTypes:["number"]},label:{toBeTypes:["string"]}});if(n.status==="error")return n}if(t.container){const n=E(t.container,{columnAmount:{toBeTypes:["number"]},rowAmount:{toBeTypes:["number"]},columnGap:{toBe:'"auto" | number',test:r=>r==="auto"||typeof r=="number"},rowGap:{toBe:'"auto" | number',test:r=>r==="auto"||typeof r=="number"}});if(n.status==="error")return n}return e};function Ei(t,e){if(!t.length)return[];try{const n=t.reduce((o,u)=>u.length>o?u.length:o,0),i=t.map((o,u)=>{if(o.length===n)return o;const s=Object.assign([],o);for(let l=s.length;l<n;l++)s[l]=null;return s}).map((o,u)=>o.map((s,l)=>s==null?{id:"",label:"",data:{},value:null}:typeof s=="number"?{id:"",label:"",data:{},value:s}:{id:s.id??"",label:s.label??"",data:s.data??{},value:s.value}));return Hr(e.seriesDirection,i)}catch{return[]}}const Ec=t=>{const{data:e=[],dataFormatter:n,chartParams:r}=t;if(!e.length)return[];let i;try{const a=Ei(e,n),o=cn({transposedDataGrid:a,dataFormatterGrid:n,chartType:"grid"}),u=Yr({transposedDataGrid:a,dataFormatterGrid:n,chartType:"grid"});let s=0;i=a.map((l,f)=>l.map((c,p)=>{const h=Jt("grid",0,f,p),m=u[p],d={id:c.id?c.id:h,index:s,label:c.label?c.label:h,description:c.description??"",data:c.data,value:c.value,gridIndex:0,seriesIndex:f,seriesLabel:o[f],groupIndex:p,groupLabel:m,color:ct(f,r),visible:!0};return d.visible=n.visibleFilter(d,t),s++,d}))}catch(a){throw Error(a)}return i},Lc=t=>E({data:t},{data:{toBe:"(DataGridDatum | DataGridValue)[][]",test:n=>Array.isArray(n)}}),Li=({computedData$:t,fullDataFormatter$:e,layout$:n})=>{function r(a,o,u){const s=o.groupAxis.position==="top"||o.groupAxis.position==="bottom"?u.width:u.height,l=a[0]?a[0].length-1:0;return q({maxValue:l,minValue:0,axisWidth:s,scaleDomain:[0,l],scaleRange:[0,1]})}function i(a,o,u){const s=o.valueAxis.position==="left"||o.valueAxis.position==="right"?u.height:u.width,l=a.flat();let[f,c]=zr(l);return f===c&&c===0&&(c=1),q({maxValue:c,minValue:f,axisWidth:s,scaleDomain:["auto","auto"],scaleRange:[0,1]})}return M({computedData:t,fullDataFormatter:e,layout:n}).pipe(F(async a=>a),b(a=>{const o=r(a.computedData,a.fullDataFormatter,a.layout),u=i(a.computedData,a.fullDataFormatter,a.layout),s=u(0);return a.computedData.map((l,f)=>l.map((c,p)=>{const h=o(p),m=u(c.value??0);return{...c,axisX:h,axisY:m,axisYFromZero:m-s}}))}))},Cn=({fullDataFormatter$:t,layout$:e})=>{const n=new B;function r({xAxisPosition:o,yAxisPosition:u,width:s,height:l}){return(o==="bottom"||o==="top")&&(u==="left"||u==="right")?{width:s,height:l}:(o==="left"||o==="right")&&(u==="bottom"||u==="top")?{width:l,height:s}:{width:s,height:l}}const i=t.pipe(b(o=>o.groupAxis.position),V()),a=t.pipe(b(o=>o.valueAxis.position),V());return new R(o=>{M({groupAxisPosition:i,valueAxisPosition:a,layout:e}).pipe(L(n),F(async u=>u)).subscribe(u=>{const s=r({xAxisPosition:u.groupAxisPosition,yAxisPosition:u.valueAxisPosition,width:u.layout.width,height:u.layout.height});return o.next(s),function(){n.next(void 0)}})})},Pi=({fullDataFormatter$:t,containerSize$:e})=>Cn({fullDataFormatter$:t,layout$:e}),Oi=({computedData$:t})=>t.pipe(b(e=>e.filter(n=>n.length).map(n=>n[0].seriesLabel)),V((e,n)=>JSON.stringify(e).length===JSON.stringify(n).length)),Ii=({computedData$:t})=>t.pipe(b(e=>e.map(r=>r.filter(i=>i.visible==!0)).filter(r=>r.length))),Ri=({computedAxesData$:t})=>t.pipe(b(e=>e.map(r=>r.filter(i=>i.visible==!0)).filter(r=>r.length))),Pc=({computedData$:t,fullDataFormatter$:e,layout$:n})=>M({computedData:t,fullDataFormatter:e,layout:n}).pipe(F(async i=>i),b(i=>{if(i.computedData.length===0)return[{slotIndex:0,rowIndex:0,columnIndex:0,translate:[0,0],scale:[1,1]}];if(i.fullDataFormatter.separateSeries)return Et(i.layout,i.fullDataFormatter.container,i.computedData.length);{const a=Et(i.layout,i.fullDataFormatter.container,1);return i.computedData.map((o,u)=>a[0])}})),Bi=({isSeriesSeprate$:t,computedData$:e})=>{const n=e.pipe(b(r=>{const i=new Array(r[0]?r[0].length:0).fill(null).map((o,u)=>r.reduce((s,l)=>{if(l&&l[u]){const f=l[u].value==null||l[u].visible==!1?0:l[u].value;return s+f}return s},0));return r.map((o,u)=>o.map((s,l)=>({...s,value:i[l]})))}));return t.pipe(F(r=>Ai(()=>r,e,n)))},ki=({computedData$:t,fullDataFormatter$:e})=>M({computedData:t,fullDataFormatter:e}).pipe(F(async n=>n),b(n=>{const r=n.fullDataFormatter.groupAxis,i=n.computedData[0]?n.computedData[0].length-1:0,a=r.scaleDomain[0]-r.scalePadding,o=r.scaleDomain[1]==="max"?i+r.scalePadding:r.scaleDomain[1]+r.scalePadding;return[a,o]})),Ni=({computedData$:t,groupScaleDomainValue$:e})=>M({computedData:t,groupScaleDomainValue:e}).pipe(b(n=>{const r=n.computedData.map((a,o)=>a.filter((u,s)=>s>=n.groupScaleDomainValue[0]&&s<=n.groupScaleDomainValue[1]&&u.visible==!0));return fn(r)})),Vi=({fullDataFormatter$:t,layout$:e})=>{const n=new B;function r({xAxis:i,yAxis:a,width:o,height:u}){if(!i||!a)return{translate:[0,0],scale:[1,1],rotate:0,rotateX:0,rotateY:0,value:""};let s=0,l=0,f=0,c=0,p=0;return i.position==="bottom"?a.position==="left"?(c=180,l=u):a.position==="right"?(c=180,p=180,s=o,l=u):(c=180,l=u):i.position==="top"?a.position==="left"||(a.position==="right"?(p=180,s=o):(c=180,l=u)):i.position==="left"?a.position==="bottom"?(f=-90,l=u):a.position==="top"?(f=-90,p=180):(c=180,l=u):i.position==="right"?a.position==="bottom"?(f=-90,c=180,l=u,s=o):a.position==="top"?(f=-90,c=180,p=180,s=o):(c=180,l=u):(c=180,l=u),{translate:[s,l],scale:[1,1],rotate:f,rotateX:c,rotateY:p,value:`translate(${s}px, ${l}px) rotate(${f}deg) rotateX(${c}deg) rotateY(${p}deg)`}}return new R(i=>(M({fullDataFormatter:t,layout:e}).pipe(L(n),F(async a=>a)).subscribe(a=>{const o=r({xAxis:a.fullDataFormatter.groupAxis,yAxis:a.fullDataFormatter.valueAxis,width:a.layout.width,height:a.layout.height});i.next(o)}),function(){n.next(void 0)}))},Gi=({gridAxesTransform$:t})=>t.pipe(b(e=>{const n=[0,0],r=[1/e.scale[0],1/e.scale[1]],i=e.rotate*-1,a=e.rotateX*-1,o=e.rotateY*-1;return{translate:n,scale:r,rotate:i,rotateX:a,rotateY:o,value:`translate(${n[0]}px, ${n[1]}px) rotateX(${a}deg) rotateY(${o}deg) rotate(${i}deg)`}})),Xi=({computedData$:t,groupScaleDomainValue$:e,filteredMinMaxValue$:n,fullDataFormatter$:r,layout$:i})=>{const a=new B;function o({data:u,groupAxis:s,valueAxis:l,groupScaleDomainValue:f,filteredMinMaxValue:c,width:p,height:h}){let m=0,d=0,x=0,$=0;const S=s.position==="top"||s.position==="bottom"?p:h,_=0,C=u[0]?u[0].length-1:0,A=q({maxValue:C,minValue:_,axisWidth:S,scaleDomain:f,scaleRange:[0,1]}),I=A(_),O=A(C);_==C?(m=0,x=1):(m=I,x=(O-I)/S),c[0]===c[1]&&c[1]===0&&(c[1]=1);const k=l.position==="left"||l.position==="right"?h:p,D=q({maxValue:c[1],minValue:c[0],axisWidth:k,scaleDomain:l.scaleDomain,scaleRange:l.scaleRange}),w=fn(u);w[0]===w[1]&&w[1]===0&&(w[1]=1);const y=D(w[0]>0?0:w[0]),T=D(w[1]<0?0:w[1]);return d=y,$=(T-y)/k,{translate:[m,d],scale:[x,$],rotate:0,rotateX:0,rotateY:0,value:`translate(${m}px, ${d}px) scale(${x}, ${$})`}}return new R(u=>(M({computedData:t,groupScaleDomainValue:e,filteredMinMaxValue:n,fullDataFormatter:r,layout:i}).pipe(L(a),F(async s=>s)).subscribe(s=>{const l=o({data:s.computedData,groupAxis:s.fullDataFormatter.groupAxis,valueAxis:s.fullDataFormatter.valueAxis,groupScaleDomainValue:s.groupScaleDomainValue,filteredMinMaxValue:s.filteredMinMaxValue,width:s.layout.width,height:s.layout.height});u.next(l)}),function(){a.next(void 0)}))},Yi=({gridContainerPosition$:t,gridAxesTransform$:e,gridGraphicTransform$:n})=>M({gridContainerPosition:t,gridAxesTransform:e,gridGraphicTransform:n}).pipe(F(async r=>r),b(r=>r.gridAxesTransform.rotate==0||r.gridAxesTransform.rotate==180?r.gridContainerPosition.map((i,a)=>[1/r.gridGraphicTransform.scale[0]/r.gridContainerPosition[a].scale[0],1/r.gridGraphicTransform.scale[1]/r.gridContainerPosition[a].scale[1]]):r.gridContainerPosition.map((i,a)=>[1/r.gridGraphicTransform.scale[0]/r.gridContainerPosition[a].scale[1],1/r.gridGraphicTransform.scale[1]/r.gridContainerPosition[a].scale[0]]))),Oc=({subject:t,observer:e})=>{const n=wt(e.fullChartParams$).pipe(g(1)),r=e.fullDataFormatter$.pipe(b(O=>O.separateSeries),V(),g(1)),i=Pc({computedData$:e.computedData$,fullDataFormatter$:e.fullDataFormatter$,layout$:e.layout$}).pipe(g(1)),a=Ce({layout$:e.layout$,containerPosition$:i,container$:e.fullDataFormatter$.pipe(b(O=>O.container))}).pipe(g(1)),o=Cn({fullDataFormatter$:e.fullDataFormatter$,layout$:e.layout$}).pipe(g(1)),u=Pi({fullDataFormatter$:e.fullDataFormatter$,containerSize$:a}).pipe(g(1)),s=e.computedData$.pipe(b(O=>O.flat())).pipe(g(1)),l=mt({datumList$:s,fullChartParams$:e.fullChartParams$,event$:t.event$}).pipe(g(1)),f=Oi({computedData$:e.computedData$}),c=Fe({datumList$:s}).pipe(g(1)),p=Mn({datumList$:s}).pipe(g(1)),h=Li({computedData$:e.computedData$,fullDataFormatter$:e.fullDataFormatter$,layout$:e.layout$}).pipe(g(1)),m=Ii({computedData$:e.computedData$}).pipe(g(1)),d=Ri({computedAxesData$:h}).pipe(g(1)),x=Bi({computedData$:e.computedData$,isSeriesSeprate$:r}).pipe(g(1)),$=ki({computedData$:e.computedData$,fullDataFormatter$:e.fullDataFormatter$}).pipe(g(1)),S=Ni({computedData$:e.computedData$,groupScaleDomainValue$:$}).pipe(g(1)),_=Vi({fullDataFormatter$:e.fullDataFormatter$,layout$:e.layout$}).pipe(g(1)),C=Gi({gridAxesTransform$:_}).pipe(g(1)),A=Xi({computedData$:e.computedData$,groupScaleDomainValue$:$,filteredMinMaxValue$:S,fullDataFormatter$:e.fullDataFormatter$,layout$:e.layout$}).pipe(g(1)),I=Yi({gridContainerPosition$:i,gridAxesTransform$:_,gridGraphicTransform$:A}).pipe(g(1));return{fullParams$:e.fullParams$,fullChartParams$:e.fullChartParams$,fullDataFormatter$:e.fullDataFormatter$,computedData$:e.computedData$,layout$:e.layout$,textSizePx$:n,isSeriesSeprate$:r,gridContainerPosition$:i,containerSize$:a,gridAxesSize$:o,gridAxesContainerSize$:u,gridHighlight$:l,seriesLabels$:f,SeriesDataMap$:c,GroupDataMap$:p,computedAxesData$:h,visibleComputedData$:m,visibleComputedAxesData$:d,computedStackedData$:x,groupScaleDomainValue$:$,filteredMinMaxValue$:S,gridAxesTransform$:_,gridAxesReverseTransform$:C,gridGraphicTransform$:A,gridGraphicReverseScale$:I}};class Ic extends Bt{constructor(e,n){super({defaultDataFormatter:Re,dataFormatterValidator:Cc,computedDataFn:Ec,dataValidator:Lc,contextObserverCallback:Oc},e,n)}}const Rc=t=>{const e=E(t,{visibleFilter:{toBeTypes:["Function"]},gridList:{toBeTypes:["object[]"]},container:{toBeTypes:["object"]},separateGrid:{toBeTypes:["boolean"]}});if(t.gridList){const r=t.gridList.map((i,a)=>{const o=E(i,{seriesDirection:{toBe:'"row" | "column"',test:u=>u==="row"||u==="column"},rowLabels:{toBeTypes:["string[]"]},columnLabels:{toBeTypes:["string[]"]},valueAxis:{toBeTypes:["object"]},groupAxis:{toBeTypes:["object"]},separateSeries:{toBeTypes:["boolean"]}});if(o.status==="error")return o;if(i.valueAxis){const u=E(i.valueAxis,{position:{toBe:'"top" | "bottom" | "left" | "right"',test:s=>s==="top"||s==="bottom"||s==="left"||s==="right"},scaleDomain:{toBe:'[number | "min" | "auto", number | "max" | "auto"]',test:s=>Array.isArray(s)&&s.length===2&&(typeof s[0]=="number"||s[0]==="min"||s[0]==="auto")&&(typeof s[1]=="number"||s[1]==="max"||s[1]==="auto")},scaleRange:{toBe:"[number, number]",test:s=>Array.isArray(s)&&s.length===2&&typeof s[0]=="number"&&typeof s[1]=="number"},label:{toBeTypes:["string"]}});if(u.status==="error")return u}else if(i.groupAxis){const u=E(i.groupAxis,{position:{toBe:'"top" | "bottom" | "left" | "right"',test:s=>s==="top"||s==="bottom"||s==="left"||s==="right"},scaleDomain:{toBe:'[number, number | "max"]',test:s=>Array.isArray(s)&&s.length===2&&typeof s[0]=="number"&&(typeof s[1]=="number"||s[1]==="max")},scalePadding:{toBeTypes:["number"]},label:{toBeTypes:["string"]}});if(u.status==="error")return u}return{status:"success",columnName:"",expectToBe:""}}).find(i=>i.status==="error");if(r)return r}if(t.container){const n=E(t.container,{columnAmount:{toBeTypes:["number"]},rowAmount:{toBeTypes:["number"]},columnGap:{toBe:'"auto" | number',test:r=>r==="auto"||typeof r=="number"},rowGap:{toBe:'"auto" | number',test:r=>r==="auto"||typeof r=="number"}});if(n.status==="error")return n}return e},Bc=t=>{const{data:e=[],dataFormatter:n,chartParams:r}=t;if(!e.length)return[];let i=[];try{const a=n.gridList[0]||Nt,o=e.map((c,p)=>n.gridList[p]||a),u=e.map((c,p)=>Ei(c,o[p])),s=n.separateGrid?u.map((c,p)=>cn({transposedDataGrid:c,dataFormatterGrid:o[p],chartType:"multiGrid"})):u.map((c,p)=>Xr({transposedDataGrid:c,dataFormatterGrid:o[p],chartType:"multiGrid",gridIndex:p})),l=new Map;let f=0;s.flat().forEach((c,p)=>{if(!l.has(c)){const h=ct(f,r);l.set(c,h),f++}}),i=u.map((c,p)=>{const h=s[p],m=Ur({transposedDataGrid:c,dataFormatterGrid:o[p],chartType:"multiGrid",gridIndex:p});let d=0;return c.map(($,S)=>$.map((_,C)=>{const A=Jt("multiGrid",p,S,C),I=m[C],O=h[S],k={id:_.id?_.id:A,index:d,label:_.label?_.label:A,description:_.description??"",data:_.data,value:_.value,gridIndex:p,seriesIndex:S,seriesLabel:O,groupIndex:C,groupLabel:I,color:l.get(O),visible:!0};return k.visible=n.visibleFilter(k,t),d++,k}))})}catch(a){throw Error(a)}return i},kc=t=>E({data:t},{data:{toBe:"DataGrid[]",test:n=>Array.isArray(n)}}),Nc=({fullDataFormatter$:t,computedData$:e,layout$:n,fullChartParams$:r,event$:i,containerSize$:a})=>{const o=new B,u=Ui({computedData$:e,fullDataFormatter$:t,layout$:n}).pipe(g(1));return M({fullDataFormatter:t,computedData:e,multiGridContainer:u}).pipe(F(async s=>s),b(s=>{o.next(void 0);const l=s.fullDataFormatter.gridList[0]??Nt;return s.computedData.map((f,c)=>{const p=s.fullDataFormatter.gridList[c]??l,h={type:"grid",visibleFilter:s.fullDataFormatter.visibleFilter,...p,container:{...s.fullDataFormatter.container}},m=Dt(h).pipe(L(o),g(1)),d=Dt(f).pipe(L(o),g(1)),x=m.pipe(b(gt=>gt.separateSeries),V(),g(1)),$=Dt(s.multiGridContainer[c]).pipe(L(o),g(1)),S=Cn({fullDataFormatter$:m,layout$:n}).pipe(L(o),g(1)),_=Pi({fullDataFormatter$:m,containerSize$:a}).pipe(g(1)),C=d.pipe(b(gt=>gt.flat())).pipe(L(o),g(1)),A=Oi({computedData$:d}).pipe(L(o),g(1)),I=Fe({datumList$:C}).pipe(L(o),g(1)),O=Mn({datumList$:C}).pipe(L(o),g(1)),k=Ii({computedData$:d}).pipe(L(o),g(1)),D=Li({computedData$:d,fullDataFormatter$:m,layout$:n}).pipe(L(o),g(1)),w=Ri({computedAxesData$:D}).pipe(L(o),g(1)),y=Bi({computedData$:d,isSeriesSeprate$:x}).pipe(g(1)),T=ki({computedData$:d,fullDataFormatter$:m}).pipe(L(o),g(1)),P=Ni({computedData$:d,groupScaleDomainValue$:T}).pipe(L(o),g(1)),G=Vi({fullDataFormatter$:m,layout$:n}).pipe(L(o),g(1)),dt=Gi({gridAxesTransform$:G}).pipe(L(o),g(1)),Q=Xi({computedData$:d,groupScaleDomainValue$:T,filteredMinMaxValue$:P,fullDataFormatter$:m,layout$:n}).pipe(L(o),g(1)),rt=Yi({gridContainerPosition$:$,gridAxesTransform$:G,gridGraphicTransform$:Q});return{isSeriesSeprate$:x,gridContainerPosition$:$,gridAxesSize$:S,gridAxesContainerSize$:_,seriesLabels$:A,SeriesDataMap$:I,GroupDataMap$:O,dataFormatter$:m,computedData$:d,computedAxesData$:D,visibleComputedData$:k,visibleComputedAxesData$:w,computedStackedData$:y,groupScaleDomainValue$:T,filteredMinMaxValue$:P,gridAxesTransform$:G,gridAxesReverseTransform$:dt,gridGraphicTransform$:Q,gridGraphicReverseScale$:rt}})}))},Ui=({computedData$:t,fullDataFormatter$:e,layout$:n})=>M({computedData:t,fullDataFormatter:e,layout:n}).pipe(F(async r=>r),b(r=>{const i=r.fullDataFormatter.gridList[0]??Nt,a=r.computedData.reduce((l,f,c)=>{const h=(r.fullDataFormatter.gridList[c]??i).separateSeries?f.length:r.fullDataFormatter.separateGrid?1:0;return l+h},0)||1,o=Et(r.layout,r.fullDataFormatter.container,a);let u=0;return r.computedData.map((l,f)=>{const c=r.fullDataFormatter.gridList[f]??i,p=l.map((h,m)=>{const d=o[u];return c.separateSeries&&(u+=1),d});return!c.separateSeries&&r.fullDataFormatter.separateGrid&&(u+=1),p})})),Vc=({subject:t,observer:e})=>{const n=wt(e.fullChartParams$).pipe(g(1)),r=Ui({computedData$:e.computedData$,fullDataFormatter$:e.fullDataFormatter$,layout$:e.layout$}).pipe(g(1)),i=Ce({layout$:e.layout$,containerPosition$:r.pipe(b(u=>u.flat())),container$:e.fullDataFormatter$.pipe(b(u=>u.container))}).pipe(g(1)),a=mt({datumList$:e.computedData$.pipe(b(u=>u.flat().flat()),g(1)),fullChartParams$:e.fullChartParams$,event$:t.event$}).pipe(g(1)),o=Nc({fullDataFormatter$:e.fullDataFormatter$,computedData$:e.computedData$,layout$:e.layout$,fullChartParams$:e.fullChartParams$,event$:t.event$,containerSize$:i}).pipe(g(1));return{fullParams$:e.fullParams$,fullChartParams$:e.fullChartParams$,fullDataFormatter$:e.fullDataFormatter$,computedData$:e.computedData$,layout$:e.layout$,textSizePx$:n,containerSize$:i,multiGridHighlight$:a,multiGridContainerPosition$:r,multiGridEachDetail$:o}};class Gc extends Bt{constructor(e,n){super({defaultDataFormatter:Be,dataFormatterValidator:Rc,computedDataFn:Bc,dataValidator:kc,contextObserverCallback:Vc},e,n)}}const Xc=t=>{const e=E(t,{visibleFilter:{toBeTypes:["Function"]},container:{toBeTypes:["object"]},categoryLabels:{toBeTypes:["string[]"]},valueLabels:{toBeTypes:["string[]"]},xAxis:{toBeTypes:["object"]},yAxis:{toBeTypes:["object"]},separateCategory:{toBeTypes:["boolean"]}});if(e.status==="error")return e;if(t.yAxis){const n=E(t.yAxis,{scaleDomain:{toBe:'[number | "min" | "auto", number | "max" | "auto"]',test:r=>Array.isArray(r)&&r.length===2&&(typeof r[0]=="number"||r[0]==="min"||r[0]==="auto")&&(typeof r[1]=="number"||r[1]==="max"||r[1]==="auto")},scaleRange:{toBe:"[number, number]",test:r=>Array.isArray(r)&&r.length===2&&typeof r[0]=="number"&&typeof r[1]=="number"},label:{toBeTypes:["string"]},valueIndex:{toBeTypes:["number"]}});if(n.status==="error")return n}if(t.xAxis){const n=E(t.xAxis,{scaleDomain:{toBe:'[number | "min" | "auto", number | "max" | "auto"]',test:r=>Array.isArray(r)&&r.length===2&&(typeof r[0]=="number"||r[0]==="min"||r[0]==="auto")&&(typeof r[1]=="number"||r[1]==="max"||r[1]==="auto")},scaleRange:{toBe:"[number, number]",test:r=>Array.isArray(r)&&r.length===2&&typeof r[0]=="number"&&typeof r[1]=="number"},label:{toBeTypes:["string"]},valueIndex:{toBeTypes:["number"]}});if(n.status==="error")return n}if(t.container){const n=E(t.container,{columnAmount:{toBeTypes:["number"]},rowAmount:{toBeTypes:["number"]},columnGap:{toBe:'"auto" | number',test:r=>r==="auto"||typeof r=="number"},rowGap:{toBe:'"auto" | number',test:r=>r==="auto"||typeof r=="number"}});if(n.status==="error")return n}return e},Yc=t=>{const{data:e,dataFormatter:n,chartParams:r}=t;if(!e.length)return[];const i=Ae();let a=[];try{const o=e.map((l,f)=>Array.isArray(l)?{id:"",label:"",description:"",data:{},categoryLabel:i,value:l}:U(l)?{id:l.id??"",label:l.label??"",description:l.description??"",data:l.data??{},categoryLabel:l.categoryLabel??i,value:l.value}:{id:"",label:"",description:"",data:{},categoryLabel:i,value:[]}),u=(()=>{const l=new Set(n.categoryLabels);for(let f of o){const c=f.categoryLabel??i;l.add(c)}return Array.from(l)})(),s=new Map(u.map((l,f)=>[l,f]));o.forEach((l,f)=>{const c=Jt(n.type,f),p=s.get(l.categoryLabel)??0,h=ct(p,r),m={id:l.id?l.id:c,index:f,label:l.label?l.label:c,description:l.description??"",data:l.data,value:l.value,categoryIndex:p,categoryLabel:l.categoryLabel,xValueIndex:n.xAxis.valueIndex,yValueIndex:n.yAxis.valueIndex,visible:!0,color:h};m.visible=n.visibleFilter(m,t),a[p]||(a[p]=[]),a[p].push(m)})}catch(o){throw Error(o)}return a},Uc=t=>E({data:t},{data:{toBe:"(DataMultiValueDatum | DataMultiValueValue[])[]",test:n=>Array.isArray(n)}}),zc=({computedData$:t,fullDataFormatter$:e})=>M({computedData:t,fullDataFormatter:e}).pipe(b(n=>n.computedData[0]&&n.computedData[0][0]&&n.computedData[0][0].value.length?n.computedData[0][0].value.map((r,i)=>n.fullDataFormatter.valueLabels[i]??Gr("multiValue",i)):[])),Hc=({computedData$:t,xyValueIndex$:e})=>M({computedData:t,xyValueIndex:e}).pipe(b(n=>{const r=n.computedData.flat(),[i,a]=lt(r.map(s=>s.value[n.xyValueIndex[0]])),[o,u]=lt(r.map(s=>s.value[n.xyValueIndex[1]]));return{minX:i,maxX:a,minY:o,maxY:u}})),jc=({computedData$:t,xyMinMax$:e,xyValueIndex$:n,fullDataFormatter$:r,layout$:i})=>{function a(u,s){let l=u.maxX,f=u.minX;return f===l&&l===0&&(l=1),q({maxValue:l,minValue:f,axisWidth:s.width,scaleDomain:["auto","auto"],scaleRange:[0,1]})}function o(u,s){let l=u.maxY,f=u.minY;return f===l&&l===0&&(l=1),q({maxValue:l,minValue:f,axisWidth:s.height,scaleDomain:["auto","auto"],scaleRange:[0,1],reverse:!0})}return M({computedData:t,xyMinMax:e,xyValueIndex:n,fullDataFormatter:r,layout:i}).pipe(F(async u=>u),b(u=>{const s=a(u.xyMinMax,u.layout),l=o(u.xyMinMax,u.layout);return u.computedData.map((f,c)=>f.map((p,h)=>({...p,axisX:s(p.value[u.xyValueIndex[0]]??0),axisY:l(p.value[u.xyValueIndex[1]]??0)})))}))},Wc=({computedData$:t,fullDataFormatter$:e})=>t.pipe(b(n=>n.map(r=>r[0]?r[0].categoryLabel:"")),V((n,r)=>JSON.stringify(n).length===JSON.stringify(r).length)),qc=({computedData$:t})=>t.pipe(b(e=>e.map(n=>n.filter(r=>r.visible==!0)).filter(n=>n.length>0))),Jc=({visibleComputedData$:t,fullDataFormatter$:e})=>M({visibleComputedData:t,fullDataFormatter:e}).pipe(b(n=>{let r=n.visibleComputedData[0]&&n.visibleComputedData[0][0]&&n.visibleComputedData[0][0].value.length?n.visibleComputedData[0][0].value.length-1:0;return[n.fullDataFormatter.xAxis.scaleDomain[0]==="auto"||n.fullDataFormatter.xAxis.scaleDomain[0]==="min"?0:n.fullDataFormatter.xAxis.scaleDomain[0],n.fullDataFormatter.xAxis.scaleDomain[1]==="auto"||n.fullDataFormatter.xAxis.scaleDomain[1]==="max"?r:n.fullDataFormatter.xAxis.scaleDomain[1]]}),V((n,r)=>n[0]===r[0]&&n[1]===r[1])),Zc=({visibleComputedData$:t,ordinalScaleDomain$:e})=>M({visibleComputedData:t,ordinalScaleDomain:e}).pipe(b(n=>n.visibleComputedData.map(r=>r.map((i,a)=>{let o=i;return o.sum=o.value.filter((u,s)=>s>=n.ordinalScaleDomain[0]&&s<=n.ordinalScaleDomain[1]).reduce((u,s)=>u+s,0),o})))),Kc=({xyValueIndex$:t,isCategorySeprate$:e,visibleComputedData$:n})=>M({isCategorySeprate:e,xyValueIndex:t,visibleComputedData:n}).pipe(F(async r=>r),b(r=>{const i=r.xyValueIndex[0];return r.isCategorySeprate?r.visibleComputedData.map(a=>a.sort((o,u)=>{const s=u.value[i]??-1/0,l=o.value[i]??-1/0;return s-l})):[r.visibleComputedData.flat().sort((a,o)=>{const u=o.value[i]??-1/0,s=a.value[i]??-1/0;return u-s})]})),Qc=({isCategorySeprate$:t,visibleComputedSumData$:e})=>M({isCategorySeprate:t,visibleComputedSumData:e}).pipe(F(async n=>n),b(n=>n.isCategorySeprate?n.visibleComputedSumData.map(r=>r.sort((i,a)=>a.sum-i.sum)):[n.visibleComputedSumData.flat().sort((r,i)=>i.sum-r.sum)])),tf=({computedXYData$:t})=>t.pipe(b(e=>e.map(n=>n.filter(r=>r.visible==!0)).filter(n=>n.length>0))),ef=({computedData$:t,fullDataFormatter$:e,layout$:n})=>M({computedData:t,fullDataFormatter:e,layout:n}).pipe(F(async i=>i),b(i=>{if(i.computedData.length===0)return[{slotIndex:0,rowIndex:0,columnIndex:0,translate:[0,0],scale:[1,1]}];if(i.fullDataFormatter.separateCategory)return Et(i.layout,i.fullDataFormatter.container,i.computedData.length);{const a=Et(i.layout,i.fullDataFormatter.container,1);return i.computedData.map((o,u)=>a[0])}})),nf=({visibleComputedXYData$:t,xyMinMax$:e,xyValueIndex$:n,fullDataFormatter$:r})=>M({visibleComputedXYData:t,xyMinMax:e,xyValueIndex:n,fullDataFormatter:r}).pipe(b(i=>{const{minX:a,maxX:o,minY:u,maxY:s}=(()=>{let{minX:m,maxX:d,minY:x,maxY:$}=i.xyMinMax;return i.fullDataFormatter.xAxis.scaleDomain[0]==="auto"&&m>0?m=0:typeof i.fullDataFormatter.xAxis.scaleDomain[0]=="number"&&(m=i.fullDataFormatter.xAxis.scaleDomain[0]),i.fullDataFormatter.xAxis.scaleDomain[1]==="auto"&&d<0?d=0:typeof i.fullDataFormatter.xAxis.scaleDomain[1]=="number"&&(d=i.fullDataFormatter.xAxis.scaleDomain[1]),i.fullDataFormatter.yAxis.scaleDomain[0]==="auto"&&x>0?x=0:typeof i.fullDataFormatter.yAxis.scaleDomain[0]=="number"&&(x=i.fullDataFormatter.yAxis.scaleDomain[0]),i.fullDataFormatter.yAxis.scaleDomain[1]==="auto"&&$<0?$=0:typeof i.fullDataFormatter.yAxis.scaleDomain[1]=="number"&&($=i.fullDataFormatter.yAxis.scaleDomain[1]),{minX:m,maxX:d,minY:x,maxY:$}})();let l=[],f=null,c=null,p=null,h=null;for(let m of i.visibleComputedXYData)for(let d of m){const x=d.value[i.xyValueIndex[0]],$=d.value[i.xyValueIndex[1]];x>=a&&x<=o&&$>=u&&$<=s&&(l.push(d),(f==null||x<f.value[i.xyValueIndex[0]])&&(f=d),(c==null||x>c.value[i.xyValueIndex[0]])&&(c=d),(p==null||$<p.value[i.xyValueIndex[1]])&&(p=d),(h==null||$>h.value[i.xyValueIndex[1]])&&(h=d))}return{datumList:l,minXDatum:f,maxXDatum:c,minYDatum:p,maxYDatum:h}})),rf=({xyMinMax$:t,xyValueIndex$:e,filteredXYMinMaxData$:n,fullDataFormatter$:r,layout$:i})=>{const a=new B;function o({xyMinMax:u,xyValueIndex:s,filteredXYMinMaxData:l,xAxis:f,yAxis:c,width:p,height:h}){let m=0,d=0,x=0,$=0,{minX:S,maxX:_,minY:C,maxY:A}=u,I=l.minXDatum.value[s[0]]??0,O=l.maxXDatum.value[s[0]]??0,k=l.minYDatum.value[s[1]]??0,D=l.maxYDatum.value[s[1]]??0;I===O&&O===0&&(O=1),k===D&&D===0&&(D=1),S===_&&_===0&&(_=1),C===A&&A===0&&(A=1);const w=q({maxValue:O,minValue:I,axisWidth:p,scaleDomain:f.scaleDomain,scaleRange:f.scaleRange}),y=w(S>0?0:S),T=w(_<0?0:_);m=y,x=(T-y)/p;const G=q({maxValue:D,minValue:k,axisWidth:h,scaleDomain:c.scaleDomain,scaleRange:c.scaleRange,reverse:!0}),dt=G(C>0?0:C),Q=G(A<0?0:A);return d=Q,$=(dt-Q)/h,{translate:[m,d],scale:[x,$],rotate:0,rotateX:0,rotateY:0,value:`translate(${m}px, ${d}px) scale(${x}, ${$})`}}return new R(u=>(M({xyMinMax:t,xyValueIndex:e,filteredXYMinMaxData:n,fullDataFormatter:r,layout:i}).pipe(L(a),F(async s=>s)).subscribe(s=>{if(!s.filteredXYMinMaxData.minXDatum||!s.filteredXYMinMaxData.maxXDatum||s.filteredXYMinMaxData.minXDatum.value[s.xyValueIndex[0]]==null||s.filteredXYMinMaxData.maxXDatum.value[s.xyValueIndex[0]]==null||!s.filteredXYMinMaxData.minYDatum||!s.filteredXYMinMaxData.maxYDatum||s.filteredXYMinMaxData.minYDatum.value[s.xyValueIndex[1]]==null||s.filteredXYMinMaxData.maxYDatum.value[s.xyValueIndex[1]]==null)return;const l=o({xyMinMax:s.xyMinMax,xyValueIndex:s.xyValueIndex,filteredXYMinMaxData:s.filteredXYMinMaxData,xAxis:s.fullDataFormatter.xAxis,yAxis:s.fullDataFormatter.yAxis,width:s.layout.width,height:s.layout.height});u.next(l)}),function(){a.next(void 0)}))},af=({containerPosition$:t,graphicTransform$:e})=>M({containerPosition:t,graphicTransform:e}).pipe(F(async n=>n),b(n=>n.containerPosition.map((r,i)=>[1/n.graphicTransform.scale[0]/n.containerPosition[i].scale[0],1/n.graphicTransform.scale[1]/n.containerPosition[i].scale[1]]))),of=({visibleComputedSumData$:t,fullDataFormatter$:e,filteredXYMinMaxData$:n,containerSize$:r})=>M({visibleComputedSumData:t,fullDataFormatter:e,containerSize:r,filteredXYMinMaxData:n}).pipe(F(async i=>i),b(i=>{const a=i.fullDataFormatter.xAxis.valueIndex;if(!i.filteredXYMinMaxData.minXDatum||!i.filteredXYMinMaxData.maxXDatum)return;let o=i.filteredXYMinMaxData.maxXDatum.value[a],u=i.filteredXYMinMaxData.minXDatum.value[a];return o===u&&o===0&&(o=1),q({maxValue:o,minValue:u,axisWidth:i.containerSize.width,scaleDomain:i.fullDataFormatter.xAxis.scaleDomain,scaleRange:i.fullDataFormatter.xAxis.scaleRange})})),uf=({fullDataFormatter$:t,filteredXYMinMaxData$:e,containerSize$:n})=>M({fullDataFormatter:t,containerSize:n,filteredXYMinMaxData:e}).pipe(F(async r=>r),b(r=>{const i=r.fullDataFormatter.yAxis.valueIndex;if(!r.filteredXYMinMaxData.minYDatum||!r.filteredXYMinMaxData.maxYDatum||r.filteredXYMinMaxData.minYDatum.value[i]==null||r.filteredXYMinMaxData.maxYDatum.value[i]==null)return;let a=r.filteredXYMinMaxData.maxYDatum.value[i],o=r.filteredXYMinMaxData.minYDatum.value[i];return a===o&&a===0&&(a=1),q({maxValue:a,minValue:o,axisWidth:r.containerSize.height,scaleDomain:r.fullDataFormatter.yAxis.scaleDomain,scaleRange:r.fullDataFormatter.yAxis.scaleRange,reverse:!0})})),sf=({ordinalScaleDomain$:t,computedData$:e,containerSize$:n})=>M({ordinalScaleDomain:t,containerSize:n,computedData:e}).pipe(F(async r=>r),b(r=>{r.computedData[0]&&r.computedData[0][0]&&r.computedData[0][0].value.length&&r.computedData[0][0].value.length-1;let i=r.containerSize.width;const a=r.ordinalScaleDomain[1]-r.ordinalScaleDomain[0];return a>=1?i/(a+1)/2:0})),lf=({ordinalScaleDomain$:t,computedData$:e,containerSize$:n,ordinalPadding$:r})=>M({ordinalScaleDomain:t,computedData:e,containerSize:n,ordinalPadding:r}).pipe(F(async i=>i),b(i=>{let a=i.computedData[0]&&i.computedData[0][0]&&i.computedData[0][0].value.length?i.computedData[0][0].value.length-1:0,o=0,u=i.containerSize.width-i.ordinalPadding*2;return q({maxValue:a,minValue:o,axisWidth:u,scaleDomain:i.ordinalScaleDomain,scaleRange:[0,1]})})),cf=({subject:t,observer:e})=>{const n=wt(e.fullChartParams$).pipe(g(1)),r=e.fullDataFormatter$.pipe(b(y=>y.separateCategory),V(),g(1)),i=ef({computedData$:e.computedData$,fullDataFormatter$:e.fullDataFormatter$,layout$:e.layout$}).pipe(g(1)),a=Ce({layout$:e.layout$,containerPosition$:i,container$:e.fullDataFormatter$.pipe(b(y=>y.container))}).pipe(g(1)),o=e.fullDataFormatter$.pipe(b(y=>[y.xAxis.valueIndex,y.yAxis.valueIndex]),V((y,T)=>y[0]===T[0]&&y[1]===T[1]),g(1)),u=e.computedData$.pipe(b(y=>y.flat().flat())).pipe(g(1)),s=mt({datumList$:u,fullChartParams$:e.fullChartParams$,event$:t.event$}).pipe(g(1)),l=Wc({computedData$:e.computedData$,fullDataFormatter$:e.fullDataFormatter$}).pipe(g(1)),f=Qt({datumList$:u}).pipe(g(1)),c=zc({fullDataFormatter$:e.fullDataFormatter$,computedData$:e.computedData$}).pipe(g(1)),p=Hc({computedData$:e.computedData$,xyValueIndex$:o}).pipe(g(1)),h=qc({computedData$:e.computedData$}).pipe(g(1)),m=Jc({fullDataFormatter$:e.fullDataFormatter$,visibleComputedData$:h}).pipe(g(1)),d=Zc({visibleComputedData$:h,ordinalScaleDomain$:m}).pipe(g(1)),x=Kc({xyValueIndex$:o,isCategorySeprate$:r,visibleComputedData$:h}).pipe(g(1)),$=Qc({isCategorySeprate$:r,visibleComputedSumData$:d}).pipe(g(1)),S=jc({computedData$:e.computedData$,xyMinMax$:p,xyValueIndex$:o,fullDataFormatter$:e.fullDataFormatter$,layout$:e.layout$}).pipe(g(1)),_=tf({computedXYData$:S}).pipe(g(1)),C=nf({visibleComputedXYData$:_,xyMinMax$:p,xyValueIndex$:o,fullDataFormatter$:e.fullDataFormatter$}).pipe(g(1)),A=rf({xyMinMax$:p,xyValueIndex$:o,filteredXYMinMaxData$:C,fullDataFormatter$:e.fullDataFormatter$,layout$:e.layout$}).pipe(g(1)),I=af({containerPosition$:i,graphicTransform$:A}).pipe(g(1)),O=of({visibleComputedSumData$:d,fullDataFormatter$:e.fullDataFormatter$,filteredXYMinMaxData$:C,containerSize$:a}).pipe(g(1)),k=uf({fullDataFormatter$:e.fullDataFormatter$,filteredXYMinMaxData$:C,containerSize$:a}).pipe(g(1)),D=sf({ordinalScaleDomain$:m,computedData$:e.computedData$,containerSize$:a}).pipe(g(1)),w=lf({ordinalScaleDomain$:m,computedData$:e.computedData$,containerSize$:a,ordinalPadding$:D}).pipe(g(1));return{fullParams$:e.fullParams$,fullChartParams$:e.fullChartParams$,fullDataFormatter$:e.fullDataFormatter$,computedData$:e.computedData$,layout$:e.layout$,textSizePx$:n,isCategorySeprate$:r,containerPosition$:i,containerSize$:a,highlight$:s,categoryLabels$:l,CategoryDataMap$:f,valueLabels$:c,xyMinMax$:p,xyValueIndex$:o,visibleComputedData$:h,visibleComputedSumData$:d,visibleComputedRankingByIndexData$:x,visibleComputedRankingBySumData$:$,visibleComputedXYData$:_,filteredXYMinMaxData$:C,graphicTransform$:A,graphicReverseScale$:I,xScale$:O,yScale$:k,ordinalScaleDomain$:m,ordinalPadding$:D,ordinalScale$:w}};class ff extends Bt{constructor(e,n){super({defaultDataFormatter:ke,dataFormatterValidator:Xc,computedDataFn:Yc,dataValidator:Uc,contextObserverCallback:cf},e,n)}}const pf=t=>E(t,{visibleFilter:{toBeTypes:["Function"]},categoryLabels:{toBeTypes:["string[]"]}}),hf=t=>{const{data:e,dataFormatter:n,chartParams:r}=t,i=Ae();let a=[],o=[];try{let u=[],s=[];if(e.nodes)u=e.nodes,s=e.edges;else if(e[0])u=e[0],s=e[1];else return{nodes:[],edges:[]};const l=(()=>{const p=new Set(n.categoryLabels);for(let h of u){const m=h.categoryLabel??i;p.add(m)}for(let h of s){const m=h.categoryLabel??i;p.add(m)}return Array.from(p)})(),f=new Map(l.map((p,h)=>[p,h]));a=u.map((p,h)=>{const m=p.categoryLabel??i,d=f.get(m)??0,x={id:p.id,index:h,label:p.label??"",description:p.description??"",data:p.data??{},value:p.value??0,categoryIndex:d,categoryLabel:m,color:ct(d,r),visible:!0};return x.visible=n.visibleFilter(x,t),x});const c=new Map(a.map(p=>[p.id,p]));o=s.map((p,h)=>{const m=c.get(p.start),d=c.get(p.end);return{edge:p,startNode:m,endNode:d}}).filter(({edge:p})=>{const h=c.get(p.start),m=c.get(p.end);return h!=null&&m!=null}).map(({edge:p,startNode:h,endNode:m},d)=>{const x=p.categoryLabel??i;return{id:p.id,index:d,label:p.label??"",description:p.description??"",data:p.data??{},value:p.value??0,categoryIndex:f.get(x),categoryLabel:x,color:ct(d,r),startNode:h,endNode:m,visible:h.visible&&m.visible}})}catch(u){throw Error(u)}return{nodes:a,edges:o}},mf=t=>E({data:t},{data:{toBe:"DataRelationshipObj | DataRelationshipList",test:n=>U(n)||Array.isArray(n)}}),df=(t,e)=>M({CategoryNodeMap:t,CategoryEdgeMap:e}).pipe(F(async n=>n),b(n=>[...Array.from(n.CategoryNodeMap.keys()),...Array.from(n.CategoryEdgeMap.keys())]),V((n,r)=>JSON.stringify(n).length===JSON.stringify(r).length)),gf=t=>t.pipe(b(e=>{const n=new Map;return e.nodes.forEach(r=>{n.set(r.id,r)}),n})),yf=t=>t.pipe(b(e=>{const n=new Map;return e.edges.forEach(r=>{n.set(r.id,r)}),n})),bf=({computedData$:t,NodeMap$:e})=>M({computedData:t,NodeMap:e}).pipe(F(async n=>n),b(n=>({nodes:n.computedData.nodes.filter(r=>r.visible),edges:n.computedData.edges.filter(r=>r.visible).filter(r=>n.NodeMap.has(r.startNode.id)&&n.NodeMap.has(r.endNode.id))}))),vf=({subject:t,observer:e})=>{const n=wt(e.fullChartParams$).pipe(g(1)),r=mt({datumList$:e.computedData$.pipe(b(c=>c.nodes)),fullChartParams$:e.fullChartParams$,event$:t.event$}).pipe(g(1)),i=mt({datumList$:e.computedData$.pipe(b(c=>c.edges)),fullChartParams$:e.fullChartParams$,event$:t.event$}).pipe(g(1)),a=Qt({datumList$:e.computedData$.pipe(b(c=>c.nodes))}).pipe(g(1)),o=Qt({datumList$:e.computedData$.pipe(b(c=>c.edges))}).pipe(g(1)),u=gf(e.computedData$).pipe(g(1)),s=yf(e.computedData$).pipe(g(1)),l=df(a,o).pipe(g(1)),f=bf({computedData$:e.computedData$,NodeMap$:u}).pipe(g(1));return{fullParams$:e.fullParams$,fullChartParams$:e.fullChartParams$,fullDataFormatter$:e.fullDataFormatter$,computedData$:e.computedData$,layout$:e.layout$,textSizePx$:n,relationshipHighlightNodes$:r,relationshipHighlightEdges$:i,categoryLabels$:l,CategoryNodeMap$:a,CategoryEdgeMap$:o,NodeMap$:u,EdgeMap$:s,visibleComputedData$:f}};class xf extends Bt{constructor(e,n){super({defaultDataFormatter:Ve,dataFormatterValidator:pf,computedDataFn:hf,dataValidator:mf,contextObserverCallback:vf},e,n)}}const Df=t=>E(t,{visibleFilter:{toBeTypes:["Function"]},categoryLabels:{toBeTypes:["string[]"]}}),wf=t=>{const{data:e=[],dataFormatter:n,chartParams:r}=t,i=Ae(),a=new Map(n.categoryLabels.map((u,s)=>[u,s]));let o={id:"",index:0,label:"",description:"",categoryIndex:-1,categoryLabel:"",color:"",visible:!0,data:{},value:0,level:0,seq:0,children:[]};try{const u=function(){if(U(e)===!0)return JSON.parse(JSON.stringify(e));if(Array.isArray(e)===!1)return{id:""};let f;const c=new Map;e.forEach(h=>{if(!h.parent)f=h;else{const m=c.get(h.parent)??[];m.push(h),c.set(h.parent,m)}});const p=h=>({id:h.id,label:h.label,data:h.data,value:h.value,categoryLabel:h.categoryLabel??i,children:(c.get(h.id)??[]).map(m=>p(m))});return f?p(f):{id:""}}();let s=0;const l=(f,c,p)=>{const h=c+1,m=f.categoryLabel??i;a.has(m)||a.set(m,a.size);const d=a.get(m)??0,x=s;s++;const $={id:f.id,index:x,level:c,seq:p,label:f.label??"",description:f.description??"",categoryIndex:d,categoryLabel:m,color:ct(d,r),data:f.data??{},value:f.value,visible:!0,children:(f.children??[]).map((S,_)=>l(S,h,_))};return $.visible=n.visibleFilter($,t),$};o=l(u,0,0)}catch(u){throw Error(u)}return o},$f=t=>E({data:t},{data:{toBe:"DataTreeObj | DataTreeDatum[]",test:n=>U(n)&&n.id!==void 0||Array.isArray(n)}}),_f=({computedData$:t})=>t.pipe(b(e=>{function n(r,i){return r.push(i),i.children&&i.children.forEach(a=>{r=n(r,a)}),r}return n([],e)})),Af=t=>t.pipe(b(e=>Array.from(e.keys())),V((e,n)=>JSON.stringify(e).length===JSON.stringify(n).length)),Sf=({computedData$:t})=>t.pipe(b(e=>{function n(r){return r.children&&(r.children=r.children.filter(i=>i.visible).map(i=>n(i))),r}return n(e)})),Tf=({subject:t,observer:e})=>{const n=wt(e.fullChartParams$).pipe(g(1)),r=_f({computedData$:e.computedData$}).pipe(g(1)),i=mt({datumList$:r,fullChartParams$:e.fullChartParams$,event$:t.event$}).pipe(g(1)),a=Qt({datumList$:r}).pipe(g(1)),o=Af(a).pipe(g(1)),u=Sf({computedData$:e.computedData$}).pipe(g(1));return{fullParams$:e.fullParams$,fullChartParams$:e.fullChartParams$,fullDataFormatter$:e.fullDataFormatter$,computedData$:e.computedData$,layout$:e.layout$,textSizePx$:n,treeHighlight$:i,categoryLabels$:o,CategoryDataMap$:a,visibleComputedData$:u}};class Mf extends Bt{constructor(e,n){super({defaultDataFormatter:Ne,dataFormatterValidator:Df,computedDataFn:wf,dataValidator:$f,contextObserverCallback:Tf},e,n)}}function Ff({chartType:t,config:e,initFn:n}){const r=new B,i=new WeakMap;let a=()=>{},o;const u=new ri(e.defaultParams),s=new ri({}),l=u.pipe(F(f=>s.pipe(L(r),b(c=>{try{const{status:p,columnName:h,expectToBe:m}=e.validator(c,{validateColumns:E});if(p==="error")throw new Error($t({columnName:h,expectToBe:m,from:`${e.name}.params$`}));p==="warning"&&console.warn(_t({columnName:h,expectToBe:m,from:`${e.name}.params$`}))}catch(p){console.error(te(p))}return st(c,f)}))),g(1));return{params$:s,name:e.name,chartType:t,defaultParams:e.defaultParams,layerIndex:e.layerIndex,init(){o&&(a=n(o)??(()=>{}),i.set(o.selection,o))},destroy(){a(),o&&(o.selection.remove(),o=void 0),r.next(void 0)},setPresetParams:f=>{u.next(st(f,e.defaultParams))},setContext:f=>{o=f,o.observer.fullParams$=l}}}const At=t=>function(n){return function(i){return class{constructor(){const o=Ff({chartType:t,config:n,initFn:i});this.params$=o.params$,this.name=o.name,this.chartType=o.chartType,this.defaultParams=o.defaultParams,this.layerIndex=o.layerIndex,this.init=o.init,this.destroy=o.destroy,this.setPresetParams=o.setPresetParams,this.setContext=o.setContext}}}},Cf=At("series"),Ef=At("grid"),Lf=At("multiGrid"),Pf=At("multiValue"),Of=At("noneData"),If=At("relationship"),Rf=At("tree");v.DEFAULTL_DATA_RELATIONA=Ji,v.DEFAULT_CHART_HEIGHT=Ln,v.DEFAULT_CHART_OPTIONS=ut,v.DEFAULT_CHART_PARAMS=Le,v.DEFAULT_CHART_WIDTH=En,v.DEFAULT_DATA_FORMATTER_CONTAINER=kt,v.DEFAULT_DATA_FORMATTER_GRID=Re,v.DEFAULT_DATA_FORMATTER_GRID_GRID=Ie,v.DEFAULT_DATA_FORMATTER_GROUP_AXIS=Pn,v.DEFAULT_DATA_FORMATTER_MULTI_GRID=Be,v.DEFAULT_DATA_FORMATTER_MULTI_GRID_GRID=Nt,v.DEFAULT_DATA_FORMATTER_MULTI_VALUE=ke,v.DEFAULT_DATA_FORMATTER_RELATIONSHIP=Ve,v.DEFAULT_DATA_FORMATTER_SERIES=Oe,v.DEFAULT_DATA_FORMATTER_TREE=Ne,v.DEFAULT_DATA_FORMATTER_VALUE_AXIS=z,v.DEFAULT_DATA_FORMATTER_X_Y_AXIS=Pe,v.DEFAULT_DATA_GRID=Hi,v.DEFAULT_DATA_MULTI_GRID=ji,v.DEFAULT_DATA_MULTI_VALUE=Wi,v.DEFAULT_DATA_SERIES=zi,v.DEFAULT_DATA_TREE=qi,v.DEFAULT_PADDING=Ee,v.GridChart=Ic,v.MultiGridChart=Gc,v.MultiValueChart=ff,v.RelationshipChart=xf,v.SeriesChart=Fc,v.TreeChart=Mf,v.calcContainerPosition=pn,v.calcContainerPositionScaled=Et,v.categoryDataMapObservable=Qt,v.containerSizeObservable=Ce,v.createAxisToLabelIndexScale=$c,v.createAxisToValueScale=Dc,v.createDefaultCategoryLabel=Ae,v.createDefaultDatumId=Jt,v.createDefaultGroupLabel=ln,v.createDefaultSeriesLabel=_e,v.createDefaultValueLabel=Gr,v.createGridGroupLabels=Yr,v.createGridSeriesLabels=cn,v.createLabelToAxisScale=wc,v.createMultiGridGroupLabels=Ur,v.createMultiGridSeriesLabels=Xr,v.createValueToAxisScale=q,v.defineGridPlugin=Ef,v.defineMultiGridPlugin=Lf,v.defineMultiValuePlugin=Pf,v.defineNoneDataPlugin=Of,v.defineRelationshipPlugin=If,v.defineSeriesPlugin=Cf,v.defineTreePlugin=Rf,v.formatCommaNumber=Zi,v.formatValueToLabel=tl,v.getMinMax=lt,v.getMinMaxGrid=fn,v.getMinMaxMultiGrid=nl,v.getMinMaxMultiValue=rl,v.getMinMaxMultiValueXY=il,v.getMinMaxSeries=el,v.getMinMaxValue=zr,v.groupDataMapObservable=Mn,v.highlightObservable=mt,v.isDom=In,v.isFunction=On,v.isPlainObject=U,v.mergeOptionsWithDefault=st,v.resizeObservable=Ti,v.seriesColorPredicate=ct,v.seriesDataMapObservable=Fe,v.textSizePxObservable=wt,v.transposeData=Hr,Object.defineProperty(v,Symbol.toStringTag,{value:"Module"})});
|