@orbcharts/core 3.0.6 → 3.0.7
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 +779 -779
- package/dist/orbcharts-core.umd.js +1 -1
- package/lib/core-types.ts +7 -7
- package/package.json +46 -46
- 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 +524 -524
- 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 +284 -284
- 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 +209 -209
- package/src/grid/dataFormatterValidator.ts +125 -125
- package/src/grid/dataValidator.ts +12 -12
- package/src/grid/gridObservables.ts +698 -698
- package/src/index.ts +20 -20
- package/src/multiGrid/computedDataFn.ts +123 -123
- package/src/multiGrid/contextObserverCallback.ts +109 -109
- package/src/multiGrid/dataFormatterValidator.ts +120 -120
- package/src/multiGrid/dataValidator.ts +12 -12
- package/src/multiGrid/multiGridObservables.ts +366 -366
- package/src/multiValue/computedDataFn.ts +113 -113
- package/src/multiValue/contextObserverCallback.ts +328 -328
- package/src/multiValue/dataFormatterValidator.ts +94 -94
- package/src/multiValue/dataValidator.ts +12 -12
- package/src/multiValue/multiValueObservables.ts +865 -865
- 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/relationship/relationshipObservables.ts +84 -84
- package/src/series/computedDataFn.ts +88 -88
- package/src/series/contextObserverCallback.ts +132 -132
- package/src/series/dataFormatterValidator.ts +46 -46
- package/src/series/dataValidator.ts +12 -12
- package/src/series/seriesObservables.ts +209 -209
- 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/tree/treeObservables.ts +105 -105
- package/src/utils/commonUtils.ts +55 -55
- package/src/utils/d3Scale.ts +198 -198
- package/src/utils/errorMessage.ts +40 -40
- package/src/utils/index.ts +3 -3
- package/src/utils/observables.ts +307 -308
- package/src/utils/orbchartsUtils.ts +396 -396
- 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
@@ -1,6 +1,6 @@
|
|
1
1
|
(function(v,lt){typeof exports=="object"&&typeof module<"u"?lt(exports):typeof define=="function"&&define.amd?define(["exports"],lt):(v=typeof globalThis<"u"?globalThis:v||self,lt(v["orbcharts-core"]={}))})(this,function(v){"use strict";const lt={width:"auto",height:"auto"},Oe={top:60,right:60,bottom:60,left:60},Ie={padding:Oe,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"},Pn=800,On=500,Ji=[],Zi=[],Ki=[],Qi=[],ta=[],ea={nodes:[],edges:[]},z={position:"left",scaleDomain:["auto","auto"],scaleRange:[0,.9],label:""},In={position:"bottom",scaleDomain:[0,"max"],scalePadding:.5,label:""},Re={scaleDomain:["auto","auto"],scaleRange:[0,.9],label:"",valueIndex:0},Nt={columnAmount:1,rowAmount:1,columnGap:"auto",rowGap:"auto"},ke={type:"series",visibleFilter:(t,e)=>!0,sort:null,seriesLabels:[],container:{...Nt},separateSeries:!1,separateLabel:!1,sumSeries:!1};ke.visibleFilter.toString=()=>"(datum, context) => true";const Be={seriesDirection:"row",rowLabels:[],columnLabels:[],valueAxis:{...z},groupAxis:{...In},separateSeries:!1},Ne={type:"grid",visibleFilter:(t,e)=>!0,...Be,container:{...Nt}};Ne.visibleFilter.toString=()=>"(datum, context) => true";const Vt={...Be},Ve={type:"multiGrid",visibleFilter:(t,e)=>!0,gridList:[{...Vt}],separateGrid:!1,container:{...Nt}};Ve.visibleFilter.toString=()=>"(datum, context) => true";const Ge={type:"multiValue",visibleFilter:(t,e)=>!0,categoryLabels:[],valueLabels:[],xAxis:{...Re,valueIndex:0},yAxis:{...Re,valueIndex:1},container:{...Nt},separateCategory:!1};Ge.visibleFilter.toString=()=>"(datum, context) => true";const Xe={type:"tree",visibleFilter:(t,e)=>!0,categoryLabels:[]};Xe.visibleFilter.toString=()=>"(datum, context) => true";const Ye={type:"relationship",visibleFilter:(t,e)=>!0,categoryLabels:[]};Ye.visibleFilter.toString=()=>"(datum, context) => true";function U(t){return Object.prototype.toString.call(t)==="[object Object]"}function Rn(t){return Object.prototype.toString.call(t)==="[object Function]"}function kn(t){return!!(t&&t.nodeType)}function ct(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 na(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 ra(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=>Rn(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(c=>n[c](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 L(t,e){const n=ra(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 ia=t=>{const e=L(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=L(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 ne(t,e){return t==null||e==null?NaN:t<e?-1:t>e?1:t>=e?0:NaN}function aa(t,e){return t==null||e==null?NaN:e<t?-1:e>t?1:e>=t?0:NaN}function Bn(t){let e,n,r;t.length!==2?(e=ne,n=(u,s)=>ne(t(u),s),r=(u,s)=>t(u)-s):(e=t===ne||t===aa?t:oa,n=t,r=t);function i(u,s,l=0,c=u.length){if(l<c){if(e(s,s)!==0)return c;do{const f=l+c>>>1;n(u[f],s)<0?l=f+1:c=f}while(l<c)}return l}function a(u,s,l=0,c=u.length){if(l<c){if(e(s,s)!==0)return c;do{const f=l+c>>>1;n(u[f],s)<=0?l=f+1:c=f}while(l<c)}return l}function o(u,s,l=0,c=u.length){const f=i(u,s,l,c-1);return f>l&&r(u[f-1],s)>-r(u[f],s)?f-1:f}return{left:i,center:o,right:a}}function oa(){return 0}function ua(t){return t===null?NaN:+t}const Nn=Bn(ne).right;Bn(ua).center;class Vn extends Map{constructor(e,n=ca){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(Gn(this,e))}has(e){return super.has(Gn(this,e))}set(e,n){return super.set(sa(this,e),n)}delete(e){return super.delete(la(this,e))}}function Gn({_intern:t,_key:e},n){const r=e(n);return t.has(r)?t.get(r):n}function sa({_intern:t,_key:e},n){const r=e(n);return t.has(r)?t.get(r):(t.set(r,n),n)}function la({_intern:t,_key:e},n){const r=e(n);return t.has(r)&&(n=t.get(r),t.delete(r)),n}function ca(t){return t!==null&&typeof t=="object"?t.valueOf():t}const fa=Math.sqrt(50),pa=Math.sqrt(10),ha=Math.sqrt(2);function re(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>=fa?10:a>=pa?5:a>=ha?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?re(t,e,n*2):[u,s,l]}function ma(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?re(e,t,n):re(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 Ue(t,e,n){return e=+e,t=+t,n=+n,re(t,e,n)[2]}function da(t,e,n){e=+e,t=+t,n=+n;const r=e<t,i=r?Ue(e,t,n):Ue(t,e,n);return(r?-1:1)*(i<0?1/-i:i)}function ga(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 ya={value:()=>{}};function Xn(){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 ie(n)}function ie(t){this._=t}function ba(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}})}ie.prototype=Xn.prototype={constructor:ie,on:function(t,e){var n=this._,r=ba(t+"",n),i,a=-1,o=r.length;if(arguments.length<2){for(;++a<o;)if((i=(t=r[a]).type)&&(i=va(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]=Yn(n[i],t.name,e);else if(e==null)for(i in n)n[i]=Yn(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 ie(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 va(t,e){for(var n=0,r=t.length,i;n<r;++n)if((i=t[n]).name===e)return i.value}function Yn(t,e,n){for(var r=0,i=t.length;r<i;++r)if(t[r].name===e){t[r]=ya,t=t.slice(0,r).concat(t.slice(r+1));break}return n!=null&&t.push({name:e,value:n}),t}var ze="http://www.w3.org/1999/xhtml";const Un={svg:"http://www.w3.org/2000/svg",xhtml:ze,xlink:"http://www.w3.org/1999/xlink",xml:"http://www.w3.org/XML/1998/namespace",xmlns:"http://www.w3.org/2000/xmlns/"};function ae(t){var e=t+="",n=e.indexOf(":");return n>=0&&(e=t.slice(0,n))!=="xmlns"&&(t=t.slice(n+1)),Un.hasOwnProperty(e)?{space:Un[e],local:t}:t}function xa(t){return function(){var e=this.ownerDocument,n=this.namespaceURI;return n===ze&&e.documentElement.namespaceURI===ze?e.createElement(t):e.createElementNS(n,t)}}function Da(t){return function(){return this.ownerDocument.createElementNS(t.space,t.local)}}function zn(t){var e=ae(t);return(e.local?Da:xa)(e)}function wa(){}function He(t){return t==null?wa:function(){return this.querySelector(t)}}function $a(t){typeof t!="function"&&(t=He(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,c=0;c<o;++c)(s=a[c])&&(l=t.call(s,s.__data__,c,a))&&("__data__"in s&&(l.__data__=s.__data__),u[c]=l);return new W(r,this._parents)}function _a(t){return t==null?[]:Array.isArray(t)?t:Array.from(t)}function Aa(){return[]}function Hn(t){return t==null?Aa:function(){return this.querySelectorAll(t)}}function Sa(t){return function(){return _a(t.apply(this,arguments))}}function Ma(t){typeof t=="function"?t=Sa(t):t=Hn(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 W(r,i)}function jn(t){return function(){return this.matches(t)}}function Wn(t){return function(e){return e.matches(t)}}var Ta=Array.prototype.find;function Fa(t){return function(){return Ta.call(this.children,t)}}function Ca(){return this.firstElementChild}function Ea(t){return this.select(t==null?Ca:Fa(typeof t=="function"?t:Wn(t)))}var La=Array.prototype.filter;function Pa(){return Array.from(this.children)}function Oa(t){return function(){return La.call(this.children,t)}}function Ia(t){return this.selectAll(t==null?Pa:Oa(typeof t=="function"?t:Wn(t)))}function Ra(t){typeof t!="function"&&(t=jn(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 W(r,this._parents)}function qn(t){return new Array(t.length)}function ka(){return new W(this._enter||this._groups.map(qn),this._parents)}function oe(t,e){this.ownerDocument=t.ownerDocument,this.namespaceURI=t.namespaceURI,this._next=null,this._parent=t,this.__data__=e}oe.prototype={constructor:oe,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 Ba(t){return function(){return t}}function Na(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 oe(t,a[o]);for(;o<s;++o)(u=e[o])&&(i[o]=u)}function Va(t,e,n,r,i,a,o){var u,s,l=new Map,c=e.length,f=a.length,p=new Array(c),h;for(u=0;u<c;++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<f;++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 oe(t,a[u]);for(u=0;u<c;++u)(s=e[u])&&l.get(p[u])===s&&(i[u]=s)}function Ga(t){return t.__data__}function Xa(t,e){if(!arguments.length)return Array.from(this,Ga);var n=e?Va:Na,r=this._parents,i=this._groups;typeof t!="function"&&(t=Ba(t));for(var a=i.length,o=new Array(a),u=new Array(a),s=new Array(a),l=0;l<a;++l){var c=r[l],f=i[l],p=f.length,h=Ya(t.call(c,c&&c.__data__,l,r)),m=h.length,d=u[l]=new Array(m),D=o[l]=new Array(m),w=s[l]=new Array(p);n(c,f,d,D,w,h,e);for(var M=0,_=0,F,S;M<m;++M)if(F=d[M]){for(M>=_&&(_=M+1);!(S=D[_])&&++_<m;);F._next=S||null}}return o=new W(o,r),o._enter=u,o._exit=s,o}function Ya(t){return typeof t=="object"&&"length"in t?t:Array.from(t)}function Ua(){return new W(this._exit||this._groups.map(qn),this._parents)}function za(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 Ha(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],c=r[s],f=l.length,p=u[s]=new Array(f),h,m=0;m<f;++m)(h=l[m]||c[m])&&(p[m]=h);for(;s<i;++s)u[s]=n[s];return new W(u,this._parents)}function ja(){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 Wa(t){t||(t=qa);function e(f,p){return f&&p?t(f.__data__,p.__data__):!f-!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,c=0;c<u;++c)(l=o[c])&&(s[c]=l);s.sort(e)}return new W(i,this._parents).order()}function qa(t,e){return t<e?-1:t>e?1:t>=e?0:NaN}function Ja(){var t=arguments[0];return arguments[0]=this,t.apply(null,arguments),this}function Za(){return Array.from(this)}function Ka(){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 Qa(){let t=0;for(const e of this)++t;return t}function to(){return!this.node()}function eo(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 no(t){return function(){this.removeAttribute(t)}}function ro(t){return function(){this.removeAttributeNS(t.space,t.local)}}function io(t,e){return function(){this.setAttribute(t,e)}}function ao(t,e){return function(){this.setAttributeNS(t.space,t.local,e)}}function oo(t,e){return function(){var n=e.apply(this,arguments);n==null?this.removeAttribute(t):this.setAttribute(t,n)}}function uo(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 so(t,e){var n=ae(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?ro:no:typeof e=="function"?n.local?uo:oo:n.local?ao:io)(n,e))}function Jn(t){return t.ownerDocument&&t.ownerDocument.defaultView||t.document&&t||t.defaultView}function lo(t){return function(){this.style.removeProperty(t)}}function co(t,e,n){return function(){this.style.setProperty(t,e,n)}}function fo(t,e,n){return function(){var r=e.apply(this,arguments);r==null?this.style.removeProperty(t):this.style.setProperty(t,r,n)}}function po(t,e,n){return arguments.length>1?this.each((e==null?lo:typeof e=="function"?fo:co)(t,e,n??"")):St(this.node(),t)}function St(t,e){return t.style.getPropertyValue(e)||Jn(t).getComputedStyle(t,null).getPropertyValue(e)}function ho(t){return function(){delete this[t]}}function mo(t,e){return function(){this[t]=e}}function go(t,e){return function(){var n=e.apply(this,arguments);n==null?delete this[t]:this[t]=n}}function yo(t,e){return arguments.length>1?this.each((e==null?ho:typeof e=="function"?go:mo)(t,e)):this.node()[t]}function Zn(t){return t.trim().split(/^|\s+/)}function je(t){return t.classList||new Kn(t)}function Kn(t){this._node=t,this._names=Zn(t.getAttribute("class")||"")}Kn.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 Qn(t,e){for(var n=je(t),r=-1,i=e.length;++r<i;)n.add(e[r])}function tr(t,e){for(var n=je(t),r=-1,i=e.length;++r<i;)n.remove(e[r])}function bo(t){return function(){Qn(this,t)}}function vo(t){return function(){tr(this,t)}}function xo(t,e){return function(){(e.apply(this,arguments)?Qn:tr)(this,t)}}function Do(t,e){var n=Zn(t+"");if(arguments.length<2){for(var r=je(this.node()),i=-1,a=n.length;++i<a;)if(!r.contains(n[i]))return!1;return!0}return this.each((typeof e=="function"?xo:e?bo:vo)(n,e))}function wo(){this.textContent=""}function $o(t){return function(){this.textContent=t}}function _o(t){return function(){var e=t.apply(this,arguments);this.textContent=e??""}}function Ao(t){return arguments.length?this.each(t==null?wo:(typeof t=="function"?_o:$o)(t)):this.node().textContent}function So(){this.innerHTML=""}function Mo(t){return function(){this.innerHTML=t}}function To(t){return function(){var e=t.apply(this,arguments);this.innerHTML=e??""}}function Fo(t){return arguments.length?this.each(t==null?So:(typeof t=="function"?To:Mo)(t)):this.node().innerHTML}function Co(){this.nextSibling&&this.parentNode.appendChild(this)}function Eo(){return this.each(Co)}function Lo(){this.previousSibling&&this.parentNode.insertBefore(this,this.parentNode.firstChild)}function Po(){return this.each(Lo)}function Oo(t){var e=typeof t=="function"?t:zn(t);return this.select(function(){return this.appendChild(e.apply(this,arguments))})}function Io(){return null}function Ro(t,e){var n=typeof t=="function"?t:zn(t),r=e==null?Io:typeof e=="function"?e:He(e);return this.select(function(){return this.insertBefore(n.apply(this,arguments),r.apply(this,arguments)||null)})}function ko(){var t=this.parentNode;t&&t.removeChild(this)}function Bo(){return this.each(ko)}function No(){var t=this.cloneNode(!1),e=this.parentNode;return e?e.insertBefore(t,this.nextSibling):t}function Vo(){var t=this.cloneNode(!0),e=this.parentNode;return e?e.insertBefore(t,this.nextSibling):t}function Go(t){return this.select(t?Vo:No)}function Xo(t){return arguments.length?this.property("__data__",t):this.node().__data__}function Yo(t){return function(e){t.call(this,e,this.__data__)}}function Uo(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 zo(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 Ho(t,e,n){return function(){var r=this.__on,i,a=Yo(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 jo(t,e,n){var r=Uo(t+""),i,a=r.length,o;if(arguments.length<2){var u=this.node().__on;if(u){for(var s=0,l=u.length,c;s<l;++s)for(i=0,c=u[s];i<a;++i)if((o=r[i]).type===c.type&&o.name===c.name)return c.value}return}for(u=e?Ho:zo,i=0;i<a;++i)this.each(u(r[i],e,n));return this}function er(t,e,n){var r=Jn(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 Wo(t,e){return function(){return er(this,t,e)}}function qo(t,e){return function(){return er(this,t,e.apply(this,arguments))}}function Jo(t,e){return this.each((typeof e=="function"?qo:Wo)(t,e))}function*Zo(){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 nr=[null];function W(t,e){this._groups=t,this._parents=e}function Gt(){return new W([[document.documentElement]],nr)}function Ko(){return this}W.prototype=Gt.prototype={constructor:W,select:$a,selectAll:Ma,selectChild:Ea,selectChildren:Ia,filter:Ra,data:Xa,enter:ka,exit:Ua,join:za,merge:Ha,selection:Ko,order:ja,sort:Wa,call:Ja,nodes:Za,node:Ka,size:Qa,empty:to,each:eo,attr:so,style:po,property:yo,classed:Do,text:Ao,html:Fo,raise:Eo,lower:Po,append:Oo,insert:Ro,remove:Bo,clone:Go,datum:Xo,on:jo,dispatch:Jo,[Symbol.iterator]:Zo};function ue(t){return typeof t=="string"?new W([[document.querySelector(t)]],[document.documentElement]):new W([[t]],nr)}function We(t,e,n){t.prototype=e.prototype=n,n.constructor=t}function rr(t,e){var n=Object.create(t.prototype);for(var r in e)n[r]=e[r];return n}function Xt(){}var Yt=.7,se=1/Yt,Mt="\\s*([+-]?\\d+)\\s*",Ut="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)\\s*",rt="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)%\\s*",Qo=/^#([0-9a-f]{3,8})$/,tu=new RegExp(`^rgb\\(${Mt},${Mt},${Mt}\\)$`),eu=new RegExp(`^rgb\\(${rt},${rt},${rt}\\)$`),nu=new RegExp(`^rgba\\(${Mt},${Mt},${Mt},${Ut}\\)$`),ru=new RegExp(`^rgba\\(${rt},${rt},${rt},${Ut}\\)$`),iu=new RegExp(`^hsl\\(${Ut},${rt},${rt}\\)$`),au=new RegExp(`^hsla\\(${Ut},${rt},${rt},${Ut}\\)$`),ir={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};We(Xt,yt,{copy(t){return Object.assign(new this.constructor,this,t)},displayable(){return this.rgb().displayable()},hex:ar,formatHex:ar,formatHex8:ou,formatHsl:uu,formatRgb:or,toString:or});function ar(){return this.rgb().formatHex()}function ou(){return this.rgb().formatHex8()}function uu(){return fr(this).formatHsl()}function or(){return this.rgb().formatRgb()}function yt(t){var e,n;return t=(t+"").trim().toLowerCase(),(e=Qo.exec(t))?(n=e[1].length,e=parseInt(e[1],16),n===6?ur(e):n===3?new H(e>>8&15|e>>4&240,e>>4&15|e&240,(e&15)<<4|e&15,1):n===8?le(e>>24&255,e>>16&255,e>>8&255,(e&255)/255):n===4?le(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=tu.exec(t))?new H(e[1],e[2],e[3],1):(e=eu.exec(t))?new H(e[1]*255/100,e[2]*255/100,e[3]*255/100,1):(e=nu.exec(t))?le(e[1],e[2],e[3],e[4]):(e=ru.exec(t))?le(e[1]*255/100,e[2]*255/100,e[3]*255/100,e[4]):(e=iu.exec(t))?cr(e[1],e[2]/100,e[3]/100,1):(e=au.exec(t))?cr(e[1],e[2]/100,e[3]/100,e[4]):ir.hasOwnProperty(t)?ur(ir[t]):t==="transparent"?new H(NaN,NaN,NaN,0):null}function ur(t){return new H(t>>16&255,t>>8&255,t&255,1)}function le(t,e,n,r){return r<=0&&(t=e=n=NaN),new H(t,e,n,r)}function su(t){return t instanceof Xt||(t=yt(t)),t?(t=t.rgb(),new H(t.r,t.g,t.b,t.opacity)):new H}function qe(t,e,n,r){return arguments.length===1?su(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}We(H,qe,rr(Xt,{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?Yt:Math.pow(Yt,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),ce(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:sr,formatHex:sr,formatHex8:lu,formatRgb:lr,toString:lr}));function sr(){return`#${vt(this.r)}${vt(this.g)}${vt(this.b)}`}function lu(){return`#${vt(this.r)}${vt(this.g)}${vt(this.b)}${vt((isNaN(this.opacity)?1:this.opacity)*255)}`}function lr(){const t=ce(this.opacity);return`${t===1?"rgb(":"rgba("}${bt(this.r)}, ${bt(this.g)}, ${bt(this.b)}${t===1?")":`, ${t})`}`}function ce(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 cr(t,e,n,r){return r<=0?t=e=n=NaN:n<=0||n>=1?t=e=NaN:e<=0&&(t=NaN),new Z(t,e,n,r)}function fr(t){if(t instanceof Z)return new Z(t.h,t.s,t.l,t.opacity);if(t instanceof Xt||(t=yt(t)),!t)return new Z;if(t instanceof Z)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 Z(o,u,s,t.opacity)}function cu(t,e,n,r){return arguments.length===1?fr(t):new Z(t,e,n,r??1)}function Z(t,e,n,r){this.h=+t,this.s=+e,this.l=+n,this.opacity=+r}We(Z,cu,rr(Xt,{brighter(t){return t=t==null?se:Math.pow(se,t),new Z(this.h,this.s,this.l*t,this.opacity)},darker(t){return t=t==null?Yt:Math.pow(Yt,t),new Z(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 Z(pr(this.h),fe(this.s),fe(this.l),ce(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=ce(this.opacity);return`${t===1?"hsl(":"hsla("}${pr(this.h)}, ${fe(this.s)*100}%, ${fe(this.l)*100}%${t===1?")":`, ${t})`}`}}));function pr(t){return t=(t||0)%360,t<0?t+360:t}function fe(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 Ze=t=>()=>t;function fu(t,e){return function(n){return t+n*e}}function pu(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 hu(t){return(t=+t)==1?hr:function(e,n){return n-e?pu(e,n,t):Ze(isNaN(e)?n:e)}}function hr(t,e){var n=e-t;return n?fu(t,n):Ze(isNaN(t)?e:t)}const pe=function t(e){var n=hu(e);function r(i,a){var o=n((i=qe(i)).r,(a=qe(a)).r),u=n(i.g,a.g),s=n(i.b,a.b),l=hr(i.opacity,a.opacity);return function(c){return i.r=o(c),i.g=u(c),i.b=s(c),i.opacity=l(c),i+""}}return r.gamma=t,r}(1);function mu(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 du(t){return ArrayBuffer.isView(t)&&!(t instanceof DataView)}function gu(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]=tn(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 yu(t,e){var n=new Date;return t=+t,e=+e,function(r){return n.setTime(t*(1-r)+e*r),n}}function K(t,e){return t=+t,e=+e,function(n){return t*(1-n)+e*n}}function bu(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]=tn(t[i],e[i]):r[i]=e[i];return function(a){for(i in n)r[i]=n[i](a);return r}}var Ke=/[-+]?(?:\d+\.?\d*|\.?\d+)(?:[eE][-+]?\d+)?/g,Qe=new RegExp(Ke.source,"g");function vu(t){return function(){return t}}function xu(t){return function(e){return t(e)+""}}function mr(t,e){var n=Ke.lastIndex=Qe.lastIndex=0,r,i,a,o=-1,u=[],s=[];for(t=t+"",e=e+"";(r=Ke.exec(t))&&(i=Qe.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:K(r,i)})),n=Qe.lastIndex;return n<e.length&&(a=e.slice(n),u[o]?u[o]+=a:u[++o]=a),u.length<2?s[0]?xu(s[0].x):vu(e):(e=s.length,function(l){for(var c=0,f;c<e;++c)u[(f=s[c]).i]=f.x(l);return u.join("")})}function tn(t,e){var n=typeof e,r;return e==null||n==="boolean"?Ze(e):(n==="number"?K:n==="string"?(r=yt(e))?(e=r,pe):mr:e instanceof yt?pe:e instanceof Date?yu:du(e)?mu:Array.isArray(e)?gu:typeof e.valueOf!="function"&&typeof e.toString!="function"||isNaN(e)?bu:K)(t,e)}function Du(t,e){return t=+t,e=+e,function(n){return Math.round(t*(1-n)+e*n)}}var dr=180/Math.PI,en={translateX:0,translateY:0,rotate:0,skewX:0,scaleX:1,scaleY:1};function gr(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)*dr,skewX:Math.atan(s)*dr,scaleX:o,scaleY:u}}var he;function wu(t){const e=new(typeof DOMMatrix=="function"?DOMMatrix:WebKitCSSMatrix)(t+"");return e.isIdentity?en:gr(e.a,e.b,e.c,e.d,e.e,e.f)}function $u(t){return t==null||(he||(he=document.createElementNS("http://www.w3.org/2000/svg","g")),he.setAttribute("transform",t),!(t=he.transform.baseVal.consolidate()))?en:(t=t.matrix,gr(t.a,t.b,t.c,t.d,t.e,t.f))}function yr(t,e,n,r){function i(l){return l.length?l.pop()+" ":""}function a(l,c,f,p,h,m){if(l!==f||c!==p){var d=h.push("translate(",null,e,null,n);m.push({i:d-4,x:K(l,f)},{i:d-2,x:K(c,p)})}else(f||p)&&h.push("translate("+f+e+p+n)}function o(l,c,f,p){l!==c?(l-c>180?c+=360:c-l>180&&(l+=360),p.push({i:f.push(i(f)+"rotate(",null,r)-2,x:K(l,c)})):c&&f.push(i(f)+"rotate("+c+r)}function u(l,c,f,p){l!==c?p.push({i:f.push(i(f)+"skewX(",null,r)-2,x:K(l,c)}):c&&f.push(i(f)+"skewX("+c+r)}function s(l,c,f,p,h,m){if(l!==f||c!==p){var d=h.push(i(h)+"scale(",null,",",null,")");m.push({i:d-4,x:K(l,f)},{i:d-2,x:K(c,p)})}else(f!==1||p!==1)&&h.push(i(h)+"scale("+f+","+p+")")}return function(l,c){var f=[],p=[];return l=t(l),c=t(c),a(l.translateX,l.translateY,c.translateX,c.translateY,f,p),o(l.rotate,c.rotate,f,p),u(l.skewX,c.skewX,f,p),s(l.scaleX,l.scaleY,c.scaleX,c.scaleY,f,p),l=c=null,function(h){for(var m=-1,d=p.length,D;++m<d;)f[(D=p[m]).i]=D.x(h);return f.join("")}}}var _u=yr(wu,"px, ","px)","deg)"),Au=yr($u,", ",")",")"),Tt=0,zt=0,Ht=0,br=1e3,me,jt,de=0,xt=0,ge=0,Wt=typeof performance=="object"&&performance.now?performance:Date,vr=typeof window=="object"&&window.requestAnimationFrame?window.requestAnimationFrame.bind(window):function(t){setTimeout(t,17)};function nn(){return xt||(vr(Su),xt=Wt.now()+ge)}function Su(){xt=0}function ye(){this._call=this._time=this._next=null}ye.prototype=xr.prototype={constructor:ye,restart:function(t,e,n){if(typeof t!="function")throw new TypeError("callback is not a function");n=(n==null?nn():+n)+(e==null?0:+e),!this._next&&jt!==this&&(jt?jt._next=this:me=this,jt=this),this._call=t,this._time=n,rn()},stop:function(){this._call&&(this._call=null,this._time=1/0,rn())}};function xr(t,e,n){var r=new ye;return r.restart(t,e,n),r}function Mu(){nn(),++Tt;for(var t=me,e;t;)(e=xt-t._time)>=0&&t._call.call(void 0,e),t=t._next;--Tt}function Dr(){xt=(de=Wt.now())+ge,Tt=zt=0;try{Mu()}finally{Tt=0,Fu(),xt=0}}function Tu(){var t=Wt.now(),e=t-de;e>br&&(ge-=e,de=t)}function Fu(){for(var t,e=me,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:me=n);jt=t,rn(r)}function rn(t){if(!Tt){zt&&(zt=clearTimeout(zt));var e=t-xt;e>24?(t<1/0&&(zt=setTimeout(Dr,t-Wt.now()-ge)),Ht&&(Ht=clearInterval(Ht))):(Ht||(de=Wt.now(),Ht=setInterval(Tu,br)),Tt=1,vr(Dr))}}function wr(t,e,n){var r=new ye;return e=e==null?0:+e,r.restart(i=>{r.stop(),t(i+e)},e,n),r}var Cu=Xn("start","end","cancel","interrupt"),Eu=[],$r=0,_r=1,an=2,be=3,Ar=4,on=5,ve=6;function xe(t,e,n,r,i,a){var o=t.__transition;if(!o)t.__transition={};else if(n in o)return;Lu(t,n,{name:e,index:r,group:i,on:Cu,tween:Eu,time:a.time,delay:a.delay,duration:a.duration,ease:a.ease,timer:null,state:$r})}function un(t,e){var n=Q(t,e);if(n.state>$r)throw new Error("too late; already scheduled");return n}function it(t,e){var n=Q(t,e);if(n.state>be)throw new Error("too late; already running");return n}function Q(t,e){var n=t.__transition;if(!n||!(n=n[e]))throw new Error("transition not found");return n}function Lu(t,e,n){var r=t.__transition,i;r[e]=n,n.timer=xr(a,0,n.time);function a(l){n.state=_r,n.timer.restart(o,n.delay,n.time),n.delay<=l&&o(l-n.delay)}function o(l){var c,f,p,h;if(n.state!==_r)return s();for(c in r)if(h=r[c],h.name===n.name){if(h.state===be)return wr(o);h.state===Ar?(h.state=ve,h.timer.stop(),h.on.call("interrupt",t,t.__data__,h.index,h.group),delete r[c]):+c<e&&(h.state=ve,h.timer.stop(),h.on.call("cancel",t,t.__data__,h.index,h.group),delete r[c])}if(wr(function(){n.state===be&&(n.state=Ar,n.timer.restart(u,n.delay,n.time),u(l))}),n.state=an,n.on.call("start",t,t.__data__,n.index,n.group),n.state===an){for(n.state=be,i=new Array(p=n.tween.length),c=0,f=-1;c<p;++c)(h=n.tween[c].value.call(t,t.__data__,n.index,n.group))&&(i[++f]=h);i.length=f+1}}function u(l){for(var c=l<n.duration?n.ease.call(null,l/n.duration):(n.timer.restart(s),n.state=on,1),f=-1,p=i.length;++f<p;)i[f].call(t,c);n.state===on&&(n.on.call("end",t,t.__data__,n.index,n.group),s())}function s(){n.state=ve,n.timer.stop(),delete r[e];for(var l in r)return;delete t.__transition}}function Pu(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>an&&r.state<on,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 Ou(t){return this.each(function(){Pu(this,t)})}function Iu(t,e){var n,r;return function(){var i=it(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 Ru(t,e,n){var r,i;if(typeof n!="function")throw new Error;return function(){var a=it(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 ku(t,e){var n=this._id;if(t+="",arguments.length<2){for(var r=Q(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?Iu:Ru)(n,t,e))}function sn(t,e,n){var r=t._id;return t.each(function(){var i=it(this,r);(i.value||(i.value={}))[e]=n.apply(this,arguments)}),function(i){return Q(i,r).value[e]}}function Sr(t,e){var n;return(typeof e=="number"?K:e instanceof yt?pe:(n=yt(e))?(e=n,pe):mr)(t,e)}function Bu(t){return function(){this.removeAttribute(t)}}function Nu(t){return function(){this.removeAttributeNS(t.space,t.local)}}function Vu(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 Gu(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 Xu(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 Yu(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 Uu(t,e){var n=ae(t),r=n==="transform"?Au:Sr;return this.attrTween(t,typeof e=="function"?(n.local?Yu:Xu)(n,r,sn(this,"attr."+t,e)):e==null?(n.local?Nu:Bu)(n):(n.local?Gu:Vu)(n,r,e))}function zu(t,e){return function(n){this.setAttribute(t,e.call(this,n))}}function Hu(t,e){return function(n){this.setAttributeNS(t.space,t.local,e.call(this,n))}}function ju(t,e){var n,r;function i(){var a=e.apply(this,arguments);return a!==r&&(n=(r=a)&&Hu(t,a)),n}return i._value=e,i}function Wu(t,e){var n,r;function i(){var a=e.apply(this,arguments);return a!==r&&(n=(r=a)&&zu(t,a)),n}return i._value=e,i}function qu(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=ae(t);return this.tween(n,(r.local?ju:Wu)(r,e))}function Ju(t,e){return function(){un(this,t).delay=+e.apply(this,arguments)}}function Zu(t,e){return e=+e,function(){un(this,t).delay=e}}function Ku(t){var e=this._id;return arguments.length?this.each((typeof t=="function"?Ju:Zu)(e,t)):Q(this.node(),e).delay}function Qu(t,e){return function(){it(this,t).duration=+e.apply(this,arguments)}}function ts(t,e){return e=+e,function(){it(this,t).duration=e}}function es(t){var e=this._id;return arguments.length?this.each((typeof t=="function"?Qu:ts)(e,t)):Q(this.node(),e).duration}function ns(t,e){if(typeof e!="function")throw new Error;return function(){it(this,t).ease=e}}function rs(t){var e=this._id;return arguments.length?this.each(ns(e,t)):Q(this.node(),e).ease}function is(t,e){return function(){var n=e.apply(this,arguments);if(typeof n!="function")throw new Error;it(this,t).ease=n}}function as(t){if(typeof t!="function")throw new Error;return this.each(is(this._id,t))}function os(t){typeof t!="function"&&(t=jn(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 ot(r,this._parents,this._name,this._id)}function us(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],c=s.length,f=o[u]=new Array(c),p,h=0;h<c;++h)(p=s[h]||l[h])&&(f[h]=p);for(;u<r;++u)o[u]=e[u];return new ot(o,this._parents,this._name,this._id)}function ss(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 ls(t,e,n){var r,i,a=ss(e)?un:it;return function(){var o=a(this,t),u=o.on;u!==r&&(i=(r=u).copy()).on(e,n),o.on=i}}function cs(t,e){var n=this._id;return arguments.length<2?Q(this.node(),n).on.on(t):this.each(ls(n,t,e))}function fs(t){return function(){var e=this.parentNode;for(var n in this.__transition)if(+n!==t)return;e&&e.removeChild(this)}}function ps(){return this.on("end.remove",fs(this._id))}function hs(t){var e=this._name,n=this._id;typeof t!="function"&&(t=He(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),c,f,p=0;p<s;++p)(c=u[p])&&(f=t.call(c,c.__data__,p,u))&&("__data__"in c&&(f.__data__=c.__data__),l[p]=f,xe(l[p],e,n,p,l,Q(c,n)));return new ot(a,this._parents,e,n)}function ms(t){var e=this._name,n=this._id;typeof t!="function"&&(t=Hn(t));for(var r=this._groups,i=r.length,a=[],o=[],u=0;u<i;++u)for(var s=r[u],l=s.length,c,f=0;f<l;++f)if(c=s[f]){for(var p=t.call(c,c.__data__,f,s),h,m=Q(c,n),d=0,D=p.length;d<D;++d)(h=p[d])&&xe(h,e,n,d,p,m);a.push(p),o.push(c)}return new ot(a,o,e,n)}var ds=Gt.prototype.constructor;function gs(){return new ds(this._groups,this._parents)}function ys(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 Mr(t){return function(){this.style.removeProperty(t)}}function bs(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 vs(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 xs(t,e){var n,r,i,a="style."+e,o="end."+a,u;return function(){var s=it(this,t),l=s.on,c=s.value[a]==null?u||(u=Mr(e)):void 0;(l!==n||i!==c)&&(r=(n=l).copy()).on(o,i=c),s.on=r}}function Ds(t,e,n){var r=(t+="")=="transform"?_u:Sr;return e==null?this.styleTween(t,ys(t,r)).on("end.style."+t,Mr(t)):typeof e=="function"?this.styleTween(t,vs(t,r,sn(this,"style."+t,e))).each(xs(this._id,t)):this.styleTween(t,bs(t,r,e),n).on("end.style."+t,null)}function ws(t,e,n){return function(r){this.style.setProperty(t,e.call(this,r),n)}}function $s(t,e,n){var r,i;function a(){var o=e.apply(this,arguments);return o!==i&&(r=(i=o)&&ws(t,o,n)),r}return a._value=e,a}function _s(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,$s(t,e,n??""))}function As(t){return function(){this.textContent=t}}function Ss(t){return function(){var e=t(this);this.textContent=e??""}}function Ms(t){return this.tween("text",typeof t=="function"?Ss(sn(this,"text",t)):As(t==null?"":t+""))}function Ts(t){return function(e){this.textContent=t.call(this,e)}}function Fs(t){var e,n;function r(){var i=t.apply(this,arguments);return i!==n&&(e=(n=i)&&Ts(i)),e}return r._value=t,r}function Cs(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,Fs(t))}function Es(){for(var t=this._name,e=this._id,n=Tr(),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 c=Q(s,e);xe(s,t,n,l,o,{time:c.time+c.delay+c.duration,delay:0,duration:c.duration,ease:c.ease})}return new ot(r,this._parents,t,n)}function Ls(){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=it(this,r),c=l.on;c!==t&&(e=(t=c).copy(),e._.cancel.push(u),e._.interrupt.push(u),e._.end.push(s)),l.on=e}),i===0&&a()})}var Ps=0;function ot(t,e,n,r){this._groups=t,this._parents=e,this._name=n,this._id=r}function Tr(){return++Ps}var ut=Gt.prototype;ot.prototype={constructor:ot,select:hs,selectAll:ms,selectChild:ut.selectChild,selectChildren:ut.selectChildren,filter:os,merge:us,selection:gs,transition:Es,call:ut.call,nodes:ut.nodes,node:ut.node,size:ut.size,empty:ut.empty,each:ut.each,on:cs,attr:Uu,attrTween:qu,style:Ds,styleTween:_s,text:Ms,textTween:Cs,remove:ps,tween:ku,delay:Ku,duration:es,ease:rs,easeVarying:as,end:Ls,[Symbol.iterator]:ut[Symbol.iterator]};function Os(t){return((t*=2)<=1?t*t*t:(t-=2)*t*t+2)/2}var Is={time:null,delay:0,duration:250,ease:Os};function Rs(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 ks(t){var e,n;t instanceof ot?(e=t._id,t=t._name):(e=Tr(),(n=Is).time=nn(),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])&&xe(s,t,e,l,o,n||Rs(s,e));return new ot(r,this._parents,t,e)}Gt.prototype.interrupt=Ou,Gt.prototype.transition=ks;function Bs(t){return Math.abs(t=Math.round(t))>=1e21?t.toLocaleString("en").replace(/,/g,""):t.toString(10)}function De(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=De(Math.abs(t)),t?t[1]:NaN}function Ns(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 Vs(t){return function(e){return e.replace(/[0-9]/g,function(n){return t[+n]})}}var Gs=/^(?:(.)?([<>=^]))?([+\-( ])?([$#])?(0)?(\d+)?(,)?(\.\d+)?(~)?([a-z%])?$/i;function we(t){if(!(e=Gs.exec(t)))throw new Error("invalid format: "+t);var e;return new ln({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]})}we.prototype=ln.prototype;function ln(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+""}ln.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 Xs(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 Fr;function Ys(t,e){var n=De(t,e);if(!n)return t+"";var r=n[0],i=n[1],a=i-(Fr=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")+De(t,Math.max(0,e+a-1))[0]}function Cr(t,e){var n=De(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 Er={"%":(t,e)=>(t*100).toFixed(e),b:t=>Math.round(t).toString(2),c:t=>t+"",d:Bs,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)=>Cr(t*100,e),r:Cr,s:Ys,X:t=>Math.round(t).toString(16).toUpperCase(),x:t=>Math.round(t).toString(16)};function Lr(t){return t}var Pr=Array.prototype.map,Or=["y","z","a","f","p","n","µ","m","","k","M","G","T","P","E","Z","Y"];function Us(t){var e=t.grouping===void 0||t.thousands===void 0?Lr:Ns(Pr.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?Lr:Vs(Pr.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(f){f=we(f);var p=f.fill,h=f.align,m=f.sign,d=f.symbol,D=f.zero,w=f.width,M=f.comma,_=f.precision,F=f.trim,S=f.type;S==="n"?(M=!0,S="g"):Er[S]||(_===void 0&&(_=12),F=!0,S="g"),(D||p==="0"&&h==="=")&&(D=!0,p="0",h="=");var I=d==="$"?n:d==="#"&&/[boxX]/.test(S)?"0"+S.toLowerCase():"",V=d==="$"?r:/[%p]/.test(S)?o:"",O=Er[S],x=/[defgprs%]/.test(S);_=_===void 0?6:/[gprs]/.test(S)?Math.max(1,Math.min(21,_)):Math.max(0,Math.min(20,_));function $(y){var A=I,P=V,X,tt,et;if(S==="c")P=O(y)+P,y="";else{y=+y;var nt=y<0||1/y<0;if(y=isNaN(y)?s:O(Math.abs(y),_),F&&(y=Xs(y)),nt&&+y==0&&m!=="+"&&(nt=!1),A=(nt?m==="("?m:u:m==="-"||m==="("?"":m)+A,P=(S==="s"?Or[8+Fr/3]:"")+P+(nt&&m==="("?")":""),x){for(X=-1,tt=y.length;++X<tt;)if(et=y.charCodeAt(X),48>et||et>57){P=(et===46?i+y.slice(X+1):y.slice(X))+P,y=y.slice(0,X);break}}}M&&!D&&(y=e(y,1/0));var Bt=A.length+y.length+P.length,q=Bt<w?new Array(w-Bt+1).join(p):"";switch(M&&D&&(y=e(q+y,q.length?w-P.length:1/0),q=""),h){case"<":y=A+y+P+q;break;case"=":y=A+q+y+P;break;case"^":y=q.slice(0,Bt=q.length>>1)+A+y+P+q.slice(Bt);break;default:y=q+A+y+P;break}return a(y)}return $.toString=function(){return f+""},$}function c(f,p){var h=l((f=we(f),f.type="f",f)),m=Math.max(-8,Math.min(8,Math.floor(Ft(p)/3)))*3,d=Math.pow(10,-m),D=Or[8+m/3];return function(w){return h(d*w)+D}}return{format:l,formatPrefix:c}}var $e,cn,Ir;zs({thousands:",",grouping:[3],currency:["$",""]});function zs(t){return $e=Us(t),cn=$e.format,Ir=$e.formatPrefix,$e}function Hs(t){return Math.max(0,-Ft(Math.abs(t)))}function js(t,e){return Math.max(0,Math.max(-8,Math.min(8,Math.floor(Ft(e)/3)))*3-Ft(Math.abs(t)))}function Ws(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 Rr=Symbol("implicit");function kr(){var t=new Vn,e=[],n=[],r=Rr;function i(a){let o=t.get(a);if(o===void 0){if(r!==Rr)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 Vn;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 kr(e,n).unknown(r)},_e.apply(i,arguments),i}function Br(){var t=kr().unknown(void 0),e=t.domain,n=t.range,r=0,i=1,a,o,u=!1,s=0,l=0,c=.5;delete t.unknown;function f(){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))*c,o=a*(1-s),u&&(m=Math.round(m),o=Math.round(o));var D=ga(p).map(function(w){return m+a*w});return n(h?D.reverse():D)}return t.domain=function(p){return arguments.length?(e(p),f()):e()},t.range=function(p){return arguments.length?([r,i]=p,r=+r,i=+i,f()):[r,i]},t.rangeRound=function(p){return[r,i]=p,r=+r,i=+i,u=!0,f()},t.bandwidth=function(){return o},t.step=function(){return a},t.round=function(p){return arguments.length?(u=!!p,f()):u},t.padding=function(p){return arguments.length?(s=Math.min(1,l=+p),f()):s},t.paddingInner=function(p){return arguments.length?(s=Math.min(1,p),f()):s},t.paddingOuter=function(p){return arguments.length?(l=+p,f()):l},t.align=function(p){return arguments.length?(c=Math.max(0,Math.min(1,p)),f()):c},t.copy=function(){return Br(e(),[r,i]).round(u).paddingInner(s).paddingOuter(l).align(c)},_e.apply(f(),arguments)}function Nr(t){var e=t.copy;return t.padding=t.paddingOuter,delete t.paddingInner,delete t.paddingOuter,t.copy=function(){return Nr(e())},t}function qs(){return Nr(Br.apply(null,arguments).paddingInner(1))}function Js(t){return function(){return t}}function Zs(t){return+t}var Vr=[0,1];function Ct(t){return t}function fn(t,e){return(e-=t=+t)?function(n){return(n-t)/e}:Js(isNaN(e)?NaN:.5)}function Ks(t,e){var n;return t>e&&(n=t,t=e,e=n),function(r){return Math.max(t,Math.min(e,r))}}function Qs(t,e,n){var r=t[0],i=t[1],a=e[0],o=e[1];return i<r?(r=fn(i,r),a=n(o,a)):(r=fn(r,i),a=n(a,o)),function(u){return a(r(u))}}function tl(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]=fn(t[o],t[o+1]),a[o]=n(e[o],e[o+1]);return function(u){var s=Nn(t,u,1,r)-1;return a[s](i[s](u))}}function el(t,e){return e.domain(t.domain()).range(t.range()).interpolate(t.interpolate()).clamp(t.clamp()).unknown(t.unknown())}function nl(){var t=Vr,e=Vr,n=tn,r,i,a,o=Ct,u,s,l;function c(){var p=Math.min(t.length,e.length);return o!==Ct&&(o=Ks(t[0],t[p-1])),u=p>2?tl:Qs,s=l=null,f}function f(p){return p==null||isNaN(p=+p)?a:(s||(s=u(t.map(r),e,n)))(r(o(p)))}return f.invert=function(p){return o(i((l||(l=u(e,t.map(r),K)))(p)))},f.domain=function(p){return arguments.length?(t=Array.from(p,Zs),c()):t.slice()},f.range=function(p){return arguments.length?(e=Array.from(p),c()):e.slice()},f.rangeRound=function(p){return e=Array.from(p),n=Du,c()},f.clamp=function(p){return arguments.length?(o=p?!0:Ct,c()):o!==Ct},f.interpolate=function(p){return arguments.length?(n=p,c()):n},f.unknown=function(p){return arguments.length?(a=p,f):a},function(p,h){return r=p,i=h,c()}}function rl(){return nl()(Ct,Ct)}function il(t,e,n,r){var i=da(t,e,n),a;switch(r=we(r??",f"),r.type){case"s":{var o=Math.max(Math.abs(t),Math.abs(e));return r.precision==null&&!isNaN(a=js(i,o))&&(r.precision=a),Ir(r,o)}case"":case"e":case"g":case"p":case"r":{r.precision==null&&!isNaN(a=Ws(i,Math.max(Math.abs(t),Math.abs(e))))&&(r.precision=a-(r.type==="e"));break}case"f":case"%":{r.precision==null&&!isNaN(a=Hs(i))&&(r.precision=a-(r.type==="%")*2);break}}return cn(r)}function Gr(t){var e=t.domain;return t.ticks=function(n){var r=e();return ma(r[0],r[r.length-1],n??10)},t.tickFormat=function(n,r){var i=e();return il(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,c=10;for(u<o&&(l=o,o=u,u=l,l=i,i=a,a=l);c-- >0;){if(l=Ue(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 qt(){var t=rl();return t.copy=function(){return el(t,qt())},_e.apply(t,arguments),Gr(t)}function Xr(){var t=0,e=1,n=1,r=[.5],i=[0,1],a;function o(s){return s!=null&&s<=s?i[Nn(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 Xr().domain([t,e]).range(i).unknown(a)},_e.apply(Gr(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 al(t,e){return e instanceof Function?e(t):cn(e)(t)}function Zt(t,e,n,r){let i=`${t}_${e}`;return n!=null&&(i+=`_${n}`),r!=null&&(i+=`_${r}`),i}function Ae(t,e){return`series${e}`}function pn(t,e){return`group${e}`}function Se(){return""}function Yr(t,e){return`value${e}`}function hn({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]:Ae(n,a))}function Ur({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]:Ae(`${n}_grid${r}`,o))}function zr({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]:pn(n,a))}function Hr({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]:pn(`${n}_grid${r}`,o))}function ft(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 jr(t){const e=t.filter(n=>n!=null&&n.value!=null).map(n=>n.value);return ft(e)}function ol(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 ft(n)}function mn(t){const n=t.flat().filter(r=>(r==null||U(r)&&r.value==null)===!1).map(r=>typeof r=="number"?r:r.value);return ft(n)}function ul(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 ft(n)}function sl(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 ft(n)}function ll({data:t,minX:e,maxX:n,minY:r,maxY:i}){let a=[],o=null,u=null,s=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),(u==null||f.axisX>u.axisX)&&(u=f),(s==null||f.axisY<s.axisY)&&(s=f),(l==null||f.axisY>l.axisY)&&(l=f));return{minXDatum:o,maxXDatum:u,minYDatum:s,maxYDatum:l,filteredData:a}}function Wr(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 pt(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 qr(t){let e=Math.floor(Math.sqrt(t)),n=Math.ceil(t/e);for(;e*n<t;)n++;return{rowAmount:e,columnAmount:n}}function Jr(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:qr(n);return new Array(n).fill(null).map((u,s)=>{const l=s%o,c=Math.floor(s/o),f=(t.width-r*(o-1))/o,p=(t.height-i*(a-1))/a,h=l*f+l*r,m=c*p+c*i;return{slotIndex:s,rowIndex:c,columnIndex:l,startX:h,startY:m,centerX:h+f/2,centerY:m+p/2,width:f,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:qr(n);return new Array(n).fill(null).map((u,s)=>{const l=s%o,c=Math.floor(s/o),f=(t.width-r*(o-1))/o,p=(t.height-i*(a-1))/a,h=l*f+l*r,m=c*p+c*i,d=[h,m],D=[f/t.width,p/t.height];return{slotIndex:s,rowIndex:c,columnIndex:l,translate:d,scale:D}})}const cl=t=>{const{data:e=[],dataFormatter:n,chartParams:r}=t;if(!e.length)return[];let i=[];try{const a=(o,u,s,l)=>{const c=Zt(n.type,u,s),f=n.seriesLabels[u]||Ae("series",u),p=pt(u,r);return typeof o=="number"?{id:c,index:l,seq:0,label:c,description:"",data:{},value:o,seriesIndex:u,seriesLabel:f,color:p,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:u,seriesLabel:f,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},fl=t=>L({data:t},{data:{toBe:"(DataSeriesDatum | DataSeriesValue)[][] | (DataSeriesDatum | DataSeriesValue)[]",test:n=>Array.isArray(n)}});var dn=function(t,e){return dn=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])},dn(t,e)};function at(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");dn(t,e);function n(){this.constructor=t}t.prototype=e===null?Object.create(e):(n.prototype=e.prototype,new n)}function pl(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(c){try{l(r.next(c))}catch(f){o(f)}}function s(c){try{l(r.throw(c))}catch(f){o(f)}}function l(c){c.done?a(c.value):i(c.value).then(u,s)}l((r=r.apply(t,e||[])).next())})}function Zr(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(c){return s([l,c])}}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(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 ht(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 mt(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 hl(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,f)}}function u(h,m){r[h]&&(i[h]=function(d){return new Promise(function(D,w){a.push([h,d,D,w])>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(c,f):p(a[0][2],h)}function c(h){s("next",h)}function f(h){s("throw",h)}function p(h,m){h(m),a.shift(),a.length&&s(a[0][0],a[0][1])}}function ml(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 gn(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 yn=gn(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 Me(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 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 c=this.initialTeardown;if(N(c))try{c()}catch(d){a=d instanceof yn?d.errors:[d]}var f=this._finalizers;if(f){this._finalizers=null;try{for(var p=Lt(f),h=p.next();!h.done;h=p.next()){var m=h.value;try{ti(m)}catch(d){a=a??[],d instanceof yn?a=mt(mt([],ht(a)),ht(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 yn(a)}},t.prototype.add=function(e){var n;if(e&&e!==this)if(this.closed)ti(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)&&Me(n,e)},t.prototype.remove=function(e){var n=this._finalizers;n&&Me(n,e),e instanceof t&&e._removeParent(this)},t.EMPTY=function(){var e=new t;return e.closed=!0,e}(),t}(),Kr=Kt.EMPTY;function Qr(t){return t instanceof Kt||t&&"closed"in t&&N(t.remove)&&N(t.add)&&N(t.unsubscribe)}function ti(t){N(t)?t():t.unsubscribe()}var ei={onUnhandledError:null,onStoppedNotification:null,Promise:void 0,useDeprecatedSynchronousErrorHandling:!1,useDeprecatedNextContext:!1},ni={setTimeout:function(t,e){for(var n=[],r=2;r<arguments.length;r++)n[r-2]=arguments[r];return setTimeout.apply(void 0,mt([t,e],ht(n)))},clearTimeout:function(t){var e=ni.delegate;return((e==null?void 0:e.clearTimeout)||clearTimeout)(t)},delegate:void 0};function ri(t){ni.setTimeout(function(){throw t})}function bn(){}function Te(t){t()}var vn=function(t){at(e,t);function e(n){var r=t.call(this)||this;return r.isStopped=!1,n?(r.destination=n,Qr(n)&&n.add(r)):r.destination=bl,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),dl=Function.prototype.bind;function xn(t,e){return dl.call(t,e)}var gl=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){Fe(r)}},t.prototype.error=function(e){var n=this.partialObserver;if(n.error)try{n.error(e)}catch(r){Fe(r)}else Fe(e)},t.prototype.complete=function(){var e=this.partialObserver;if(e.complete)try{e.complete()}catch(n){Fe(n)}},t}(),Qt=function(t){at(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&&ei.useDeprecatedNextContext?(u=Object.create(n),u.unsubscribe=function(){return a.unsubscribe()},o={next:n.next&&xn(n.next,u),error:n.error&&xn(n.error,u),complete:n.complete&&xn(n.complete,u)}):o=n}return a.destination=new gl(o),a}return e}(vn);function Fe(t){ri(t)}function yl(t){throw t}var bl={closed:!0,next:bn,error:yl,complete:bn},Dn=function(){return typeof Symbol=="function"&&Symbol.observable||"@@observable"}();function Ot(t){return t}function vl(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=Dl(e)?e:new Qt(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=ii(n),new n(function(i,a){var o=new Qt({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[Dn]=function(){return this},t.prototype.pipe=function(){for(var e=[],n=0;n<arguments.length;n++)e[n]=arguments[n];return vl(e)(this)},t.prototype.toPromise=function(e){var n=this;return e=ii(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 ii(t){var e;return(e=t??ei.Promise)!==null&&e!==void 0?e:Promise}function xl(t){return t&&N(t.next)&&N(t.error)&&N(t.complete)}function Dl(t){return t&&t instanceof vn||xl(t)&&Qr(t)}function wl(t){return N(t==null?void 0:t.lift)}function Y(t){return function(e){if(wl(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 $l(t,e,n,r,i)}var $l=function(t){at(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(c){n.error(c)}}:t.prototype._next,s._error=a?function(l){try{a(l)}catch(c){n.error(c)}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}(vn),_l=gn(function(t){return function(){t(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"}}),k=function(t){at(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 ai(this,this);return r.operator=n,r},e.prototype._throwIfClosed=function(){if(this.closed)throw new _l},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?Kr:(this.currentObservers=null,u.push(n),new Kt(function(){r.currentObservers=null,Me(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 ai(n,r)},e}(R),ai=function(t){at(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:Kr},e}(k),oi=function(t){at(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}(k),wn={now:function(){return(wn.delegate||Date).now()},delegate:void 0},Al=function(t){at(e,t);function e(n,r,i){n===void 0&&(n=1/0),r===void 0&&(r=1/0),i===void 0&&(i=wn);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,c=1;c<a.length&&a[c]<=s;c+=2)l=c;l&&a.splice(0,l+1)}},e}(k),Sl=function(t){at(e,t);function e(n,r){return t.call(this)||this}return e.prototype.schedule=function(n,r){return this},e}(Kt),$n={setInterval:function(t,e){for(var n=[],r=2;r<arguments.length;r++)n[r-2]=arguments[r];return setInterval.apply(void 0,mt([t,e],ht(n)))},clearInterval:function(t){var e=$n.delegate;return((e==null?void 0:e.clearInterval)||clearInterval)(t)},delegate:void 0},Ml=function(t){at(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),$n.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&&$n.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,Me(a,this),r!=null&&(this.id=this.recycleAsyncId(i,r,null)),this.delay=null,t.prototype.unsubscribe.call(this)}},e}(Sl),ui=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=wn.now,t}(),Tl=function(t){at(e,t);function e(n,r){r===void 0&&(r=ui.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}(ui),_n=new Tl(Ml),Fl=_n,te=new R(function(t){return t.complete()});function si(t){return t&&N(t.schedule)}function An(t){return t[t.length-1]}function li(t){return N(An(t))?t.pop():void 0}function It(t){return si(An(t))?t.pop():void 0}function ci(t,e){return typeof An(t)=="number"?t.pop():e}var fi=function(t){return t&&typeof t.length=="number"&&typeof t!="function"};function pi(t){return N(t==null?void 0:t.then)}function hi(t){return N(t[Dn])}function mi(t){return Symbol.asyncIterator&&N(t==null?void 0:t[Symbol.asyncIterator])}function di(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 Cl(){return typeof Symbol!="function"||!Symbol.iterator?"@@iterator":Symbol.iterator}var gi=Cl();function yi(t){return N(t==null?void 0:t[gi])}function bi(t){return hl(this,arguments,function(){var n,r,i,a;return Zr(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 vi(t){return N(t==null?void 0:t.getReader)}function j(t){if(t instanceof R)return t;if(t!=null){if(hi(t))return El(t);if(fi(t))return Ll(t);if(pi(t))return Pl(t);if(mi(t))return xi(t);if(yi(t))return Ol(t);if(vi(t))return Il(t)}throw di(t)}function El(t){return new R(function(e){var n=t[Dn]();if(N(n.subscribe))return n.subscribe(e);throw new TypeError("Provided object does not correctly implement Symbol.observable")})}function Ll(t){return new R(function(e){for(var n=0;n<t.length&&!e.closed;n++)e.next(t[n]);e.complete()})}function Pl(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,ri)})}function Ol(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 xi(t){return new R(function(e){Rl(t,e).catch(function(n){return e.error(n)})})}function Il(t){return xi(bi(t))}function Rl(t,e){var n,r,i,a;return pl(this,void 0,void 0,function(){var o,u;return Zr(this,function(s){switch(s.label){case 0:s.trys.push([0,5,6,11]),n=ml(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 dt(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 Di(t,e){return e===void 0&&(e=0),Y(function(n,r){n.subscribe(G(r,function(i){return dt(r,t,function(){return r.next(i)},e)},function(){return dt(r,t,function(){return r.complete()},e)},function(i){return dt(r,t,function(){return r.error(i)},e)}))})}function wi(t,e){return e===void 0&&(e=0),Y(function(n,r){r.add(t.schedule(function(){return n.subscribe(r)},e))})}function kl(t,e){return j(t).pipe(wi(e),Di(e))}function Bl(t,e){return j(t).pipe(wi(e),Di(e))}function Nl(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 Vl(t,e){return new R(function(n){var r;return dt(n,e,function(){r=t[gi](),dt(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 $i(t,e){if(!t)throw new Error("Iterable cannot be null");return new R(function(n){dt(n,e,function(){var r=t[Symbol.asyncIterator]();dt(n,e,function(){r.next().then(function(i){i.done?n.complete():n.next(i.value)})},0,!0)})})}function Gl(t,e){return $i(bi(t),e)}function Xl(t,e){if(t!=null){if(hi(t))return kl(t,e);if(fi(t))return Nl(t,e);if(pi(t))return Bl(t,e);if(mi(t))return $i(t,e);if(yi(t))return Vl(t,e);if(vi(t))return Gl(t,e)}throw di(t)}function Rt(t,e){return e?Xl(t,e):j(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 _i=gn(function(t){return function(){t(this),this.name="EmptyError",this.message="no elements in sequence"}});function Yl(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 Ul=Array.isArray;function zl(t,e){return Ul(e)?t.apply(void 0,mt([],ht(e))):t(e)}function Ai(t){return b(function(e){return zl(t,e)})}var Hl=Array.isArray,jl=Object.getPrototypeOf,Wl=Object.prototype,ql=Object.keys;function Si(t){if(t.length===1){var e=t[0];if(Hl(e))return{args:e,keys:null};if(Jl(e)){var n=ql(e);return{args:n.map(function(r){return e[r]}),keys:n}}}return{args:t,keys:null}}function Jl(t){return t&&typeof t=="object"&&jl(t)===Wl}function Mi(t,e){return t.reduce(function(n,r,i){return n[r]=e[i],n},{})}function C(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];var n=It(t),r=li(t),i=Si(t),a=i.args,o=i.keys;if(a.length===0)return Rt([],n);var u=new R(Zl(a,n,o?function(s){return Mi(o,s)}:Ot));return r?u.pipe(Ai(r)):u}function Zl(t,e,n){return n===void 0&&(n=Ot),function(r){Ti(e,function(){for(var i=t.length,a=new Array(i),o=i,u=i,s=function(c){Ti(e,function(){var f=Rt(t[c],e),p=!1;f.subscribe(G(r,function(h){a[c]=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 Ti(t,e,n){t?dt(n,t,e):e()}function Kl(t,e,n,r,i,a,o,u){var s=[],l=0,c=0,f=!1,p=function(){f&&!s.length&&!l&&e.complete()},h=function(d){return l<r?m(d):s.push(d)},m=function(d){l++;var D=!1;j(n(d,c++)).subscribe(G(e,function(w){e.next(w)},function(){D=!0},void 0,function(){if(D)try{l--;for(var w=function(){var M=s.shift();o||m(M)};s.length&&l<r;)w();p()}catch(M){e.error(M)}}))};return t.subscribe(G(e,h,function(){f=!0,p()})),function(){}}function Fi(t,e,n){return n===void 0&&(n=1/0),N(e)?Fi(function(r,i){return b(function(a,o){return e(r,a,i,o)})(j(t(r,i)))},n):(typeof e=="number"&&(n=e),Y(function(r,i){return Kl(r,i,t,n)}))}function Sn(t){return t===void 0&&(t=1/0),Fi(Ot,t)}function Ql(){return Sn(1)}function Ci(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];return Ql()(Rt(t,It(t)))}function tc(t){return new R(function(e){j(t()).subscribe(e)})}function Ei(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];var n=li(t),r=Si(t),i=r.args,a=r.keys,o=new R(function(u){var s=i.length;if(!s){u.complete();return}for(var l=new Array(s),c=s,f=s,p=function(m){var d=!1;j(i[m]).subscribe(G(u,function(D){d||(d=!0,f--),l[m]=D},function(){return c--},void 0,function(){(!c||!d)&&(f||u.next(a?Mi(a,l):l),u.complete())}))},h=0;h<s;h++)p(h)});return n?o.pipe(Ai(n)):o}function Li(t,e,n){return tc(function(){return t()?e:n})}function ec(t,e,n){n===void 0&&(n=Fl);var r=-1;return e!=null&&(si(e)?n=e:r=e),new R(function(i){var a=Yl(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 nc(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];var n=It(t),r=ci(t,1/0),i=t;return i.length?i.length===1?j(i[0]):Sn(r)(Rt(i,n)):te}var rc=Array.isArray;function ic(t){return t.length===1&&rc(t[0])?t[0]:t}function Pi(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 Ce(t){return Y(function(e,n){var r=null,i=!1,a;r=e.subscribe(G(n,void 0,void 0,function(o){a=j(t(o,Ce(t)(e))),r?(r.unsubscribe(),r=null,a.subscribe(n)):i=!0})),i&&(r.unsubscribe(),r=null,a.subscribe(n))})}function ac(t,e){return e===void 0&&(e=_n),Y(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,c=e.now();if(c<l){i=this.schedule(void 0,l-c),r.add(i);return}u()}n.subscribe(G(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 oc(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 uc(t){return t<=0?function(){return te}:Y(function(e,n){var r=0;e.subscribe(G(n,function(i){++r<=t&&(n.next(i),t<=r&&n.complete())}))})}function B(t,e){return e===void 0&&(e=Ot),t=t??sc,Y(function(n,r){var i,a=!0;n.subscribe(G(r,function(o){var u=e(o);(a||!t(i,u))&&(a=!1,i=u,r.next(o))}))})}function sc(t,e){return t===e}function lc(t){return t===void 0&&(t=cc),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 cc(){return new _i}function fc(t,e){var n=arguments.length>=2;return function(r){return r.pipe(Ot,uc(1),n?oc(e):lc(function(){return new _i}))}}function pc(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];var n=It(t),r=ci(t,1/0);return t=ic(t),Y(function(i,a){Sn(r)(Rt(mt([i],ht(t)),n)).subscribe(a)})}function hc(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];return pc.apply(void 0,mt([],ht(t)))}function Mn(t){t===void 0&&(t={});var e=t.connector,n=e===void 0?function(){return new k}: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 c,f,p,h=0,m=!1,d=!1,D=function(){f==null||f.unsubscribe(),f=void 0},w=function(){D(),c=p=void 0,m=d=!1},M=function(){var _=c;w(),_==null||_.unsubscribe()};return Y(function(_,F){h++,!d&&!m&&D();var S=p=p??n();F.add(function(){h--,h===0&&!d&&!m&&(f=Tn(M,s))}),S.subscribe(F),!c&&h>0&&(c=new Qt({next:function(I){return S.next(I)},error:function(I){d=!0,D(),f=Tn(w,i,I),S.error(I)},complete:function(){m=!0,D(),f=Tn(w,o),S.complete()}}),j(_).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 j(e.apply(void 0,mt([],ht(n)))).subscribe(i)}}function g(t,e,n){var r,i=!1;return r=t,Mn({connector:function(){return new Al(r,e,n)},resetOnError:!0,resetOnComplete:!1,resetOnRefCountZero:i})}function Fn(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];var n=It(t);return Y(function(r,i){(n?Ci(t,r,n):Ci(t,r)).subscribe(i)})}function T(t,e){return Y(function(n,r){var i=null,a=0,o=!1,u=function(){return o&&!i&&r.complete()};n.subscribe(G(r,function(s){i==null||i.unsubscribe();var l=0,c=a++;j(t(s,c)).subscribe(i=G(r,function(f){return r.next(e?e(s,f,c,l++):f)},function(){i=null,u()}))},function(){o=!0,u()}))})}function E(t){return Y(function(e,n){j(t).subscribe(G(n,function(){return n.complete()},bn)),!n.closed&&e.subscribe(n)})}function mc(t,e){return Y(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,c=null,f=null,p=!1,h=function(){f==null||f.unsubscribe(),f=null,s&&(D(),p&&r.complete())},m=function(){f=null,p&&r.complete()},d=function(w){return f=j(t(w)).subscribe(G(r,h,m))},D=function(){if(l){l=!1;var w=c;c=null,r.next(w),!p&&d(w)}};n.subscribe(G(r,function(w){l=!0,c=w,!(f&&!f.closed)&&(o?D():d(w))},function(){p=!0,!(s&&l&&f&&!f.closed)&&r.complete()}))})}function dc(t,e,n){e===void 0&&(e=_n);var r=ec(t,e);return mc(function(){return r},n)}function Oi(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 gt=({datumList$:t,fullChartParams$:e,event$:n})=>{const r=new k,i=e.pipe(E(r),b(p=>p.highlightDefault),B(),b(p=>({id:null,label:null,seriesLabel:null,groupLabel:null,categoryLabel:null,highlightDefault:p})),g(1)),o=e.pipe(E(r),b(p=>p.highlightTarget),B(),g(1)).pipe(T(p=>n.pipe(E(r),Pi(h=>h.eventName==="mouseover"),b(h=>{const m=h;return m.datum?{id:m.datum.id,label:null,seriesLabel:p==="series"?m.datum.seriesLabel:null,groupLabel:p==="group"?m.datum.groupLabel:null,categoryLabel:p==="category"?m.datum.categoryLabel:null,highlightDefault:null}:{id:null,label:null,seriesLabel:null,groupLabel:null,categoryLabel:null,highlightDefault:null}})))),u=n.pipe(E(r),Pi(p=>p.eventName==="mouseout"),T(p=>i));function s(p,h,m){return h==null&&m==null?[]:p.filter(d=>d.id===h||d.label===m)}function l(p,h){return h==null?[]:p.filter(m=>m.seriesLabel===h)}function c(p,h){return h==null?[]:p.filter(m=>m.groupLabel===h)}function f(p,h){return h==null?[]:p.filter(m=>m.categoryLabel===h)}return new R(p=>(C({target:nc(o,u,i),datumList:t,fullChartParams:e}).pipe(E(r),T(async h=>h)).subscribe(h=>{let m=[];h.fullChartParams.highlightTarget==="datum"?m=s(h.datumList,h.target.id,h.target.label):h.fullChartParams.highlightTarget==="series"?m=l(h.datumList,h.target.seriesLabel):h.fullChartParams.highlightTarget==="group"?m=c(h.datumList,h.target.groupLabel):h.fullChartParams.highlightTarget==="category"&&(m=f(h.datumList,h.target.categoryLabel)),p.next(m)}),function(){r.next(void 0)}))},Ee=({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})),ee=({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),B(),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})),Le=({layout$:t,containerPosition$:e,container$:n})=>{const r=e.pipe(b(a=>a.reduce((u,s)=>s.rowIndex>u?s.rowIndex:u,0)+1),B()),i=e.pipe(b(a=>a.reduce((u,s)=>s.columnIndex>u?s.columnIndex:u,0)+1),B());return C({layout:t,rowAmount:r,columnAmount:i,container:n}).pipe(T(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}}),B((a,o)=>a.width===o.width&&a.height===o.height))},gc=({computedData$:t})=>{const e=new Set;return t.pipe(b(n=>(n.forEach(r=>{r.forEach(i=>{e.add(i.label)})}),Array.from(e))))},yc=({fullDataFormatter$:t})=>t.pipe(b(e=>e.separateSeries),B()),bc=({fullDataFormatter$:t})=>t.pipe(b(e=>e.separateLabel),B()),vc=({fullDataFormatter$:t})=>t.pipe(b(e=>e.sumSeries),B()),xc=({computedData$:t})=>t.pipe(b(e=>e.filter(n=>n.length).map(n=>n[0].seriesLabel)),B((e,n)=>JSON.stringify(e)===JSON.stringify(n))),Dc=({computedData$:t})=>t.pipe(b(e=>e.map(n=>n.filter(r=>r.visible!=!1)))),wc=({computedData$:t,separateSeries$:e,separateLabel$:n,sumSeries$:r,datumLabels$:i})=>C({computedData:t,separateSeries:e,separateLabel:n,sumSeries:r,datumLabels:i}).pipe(T(async a=>a),b(a=>{const o=a.sumSeries==!0?a.computedData.map(l=>[l.reduce((c,f)=>c==null?f:(c.value=c.value+f.value,c),null)]):a.computedData,u=a.separateSeries==!0?o:[o.flat()],s=a.separateLabel==!0?(()=>{const l=a.datumLabels.reduce((c,f,p)=>(c[f]=p,c),{});return u.map(c=>c.reduce((f,p)=>{const h=l[p.label];return f[h]==null&&(f[h]=[]),f[h].push(p),f},[])).flat()})():u;return a.separateSeries==!0&&a.separateLabel==!0?s.sort((l,c)=>l[0].seq-c[0].seq):s.map(l=>l.sort((c,f)=>c.seq-f.seq))})),$c=({computedSortedData$:t,fullDataFormatter$:e,layout$:n})=>C({computedSortedData:t,fullDataFormatter:e,layout:n}).pipe(T(async i=>i),b(i=>{const a=i.computedSortedData.length;return Jr(i.layout,i.fullDataFormatter.container,a)})),_c=({seriesContainerPosition$:t,computedSortedData$:e})=>C({seriesContainerPosition:t,computedSortedData:e}).pipe(T(async n=>n),b(n=>new Map(n.computedSortedData.map((r,i)=>r.map(a=>[a.id,n.seriesContainerPosition[i]])).flat()))),Ac=({subject:t,observer:e})=>{const n=wt(e.fullChartParams$).pipe(g(1)),r=gc({computedData$:e.computedData$}).pipe(g(1)),i=yc({fullDataFormatter$:e.fullDataFormatter$}).pipe(g(1)),a=bc({fullDataFormatter$:e.fullDataFormatter$}).pipe(g(1)),o=vc({fullDataFormatter$:e.fullDataFormatter$}).pipe(g(1)),u=wc({computedData$:e.computedData$,separateSeries$:i,separateLabel$:a,sumSeries$:o,datumLabels$:r}).pipe(g(1)),s=Dc({computedData$:u}).pipe(g(1)),l=e.computedData$.pipe(b(d=>d.flat())).pipe(g(1)),c=gt({datumList$:l,fullChartParams$:e.fullChartParams$,event$:t.event$}).pipe(g(1)),f=xc({computedData$:e.computedData$}).pipe(g(1)),p=Ee({datumList$:l}).pipe(g(1)),h=$c({computedSortedData$:u,fullDataFormatter$:e.fullDataFormatter$,layout$:e.layout$}).pipe(g(1)),m=_c({seriesContainerPosition$:h,computedSortedData$:u}).pipe(g(1));return{fullParams$:e.fullParams$,fullChartParams$:e.fullChartParams$,fullDataFormatter$:e.fullDataFormatter$,computedData$:e.computedData$,layout$:e.layout$,textSizePx$:n,visibleComputedSortedData$:s,separateSeries$:i,separateLabel$:a,sumSeries$:o,computedSortedData$:u,seriesHighlight$:c,seriesLabels$:f,SeriesDataMap$:p,seriesContainerPosition$:h,DatumContainerPositionMap$:m}},J=({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 c=o==="auto"?e<0?e:0:o==="min"?e:o,f=u==="auto"?t>=0?t:0:u==="max"?t:u;const p=t-(t-c)/(1-s),h=f/l;return a?qt().domain([p,h]).range([n,0]):qt().domain([p,h]).range([0,n])},Sc=({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 c=o==="auto"?e<0?e:0:o==="min"?e:o,f=u==="auto"?t>=0?t:0:u==="max"?t:u;const p=t-(t-c)/(1-s),h=f/l;return a?qt().domain([n,0]).range([p,h]):qt().domain([0,n]).range([p,h])},Mc=({axisLabels:t,axisWidth:e,padding:n=.5})=>{let r=[0,e];return qs().domain(t).range(r).padding(n)},Tc=({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 Xr().domain([u,e-u]).range(i)};function Ii(t){return`[OrbCharts ${t}]:`}function st(t){return`${Ii("error")} ${t.message}`}function En({from:t,systemMessage:e}){return`unexpected error from '${t}':
|
3
|
+
`):"",this.name="UnsubscriptionError",this.errors=n}});function Me(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 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 c=this.initialTeardown;if(N(c))try{c()}catch(d){a=d instanceof yn?d.errors:[d]}var f=this._finalizers;if(f){this._finalizers=null;try{for(var p=Lt(f),h=p.next();!h.done;h=p.next()){var m=h.value;try{ti(m)}catch(d){a=a??[],d instanceof yn?a=mt(mt([],ht(a)),ht(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 yn(a)}},t.prototype.add=function(e){var n;if(e&&e!==this)if(this.closed)ti(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)&&Me(n,e)},t.prototype.remove=function(e){var n=this._finalizers;n&&Me(n,e),e instanceof t&&e._removeParent(this)},t.EMPTY=function(){var e=new t;return e.closed=!0,e}(),t}(),Kr=Kt.EMPTY;function Qr(t){return t instanceof Kt||t&&"closed"in t&&N(t.remove)&&N(t.add)&&N(t.unsubscribe)}function ti(t){N(t)?t():t.unsubscribe()}var ei={onUnhandledError:null,onStoppedNotification:null,Promise:void 0,useDeprecatedSynchronousErrorHandling:!1,useDeprecatedNextContext:!1},ni={setTimeout:function(t,e){for(var n=[],r=2;r<arguments.length;r++)n[r-2]=arguments[r];return setTimeout.apply(void 0,mt([t,e],ht(n)))},clearTimeout:function(t){var e=ni.delegate;return((e==null?void 0:e.clearTimeout)||clearTimeout)(t)},delegate:void 0};function ri(t){ni.setTimeout(function(){throw t})}function bn(){}function Te(t){t()}var vn=function(t){at(e,t);function e(n){var r=t.call(this)||this;return r.isStopped=!1,n?(r.destination=n,Qr(n)&&n.add(r)):r.destination=bl,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),dl=Function.prototype.bind;function xn(t,e){return dl.call(t,e)}var gl=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){Fe(r)}},t.prototype.error=function(e){var n=this.partialObserver;if(n.error)try{n.error(e)}catch(r){Fe(r)}else Fe(e)},t.prototype.complete=function(){var e=this.partialObserver;if(e.complete)try{e.complete()}catch(n){Fe(n)}},t}(),Qt=function(t){at(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&&ei.useDeprecatedNextContext?(u=Object.create(n),u.unsubscribe=function(){return a.unsubscribe()},o={next:n.next&&xn(n.next,u),error:n.error&&xn(n.error,u),complete:n.complete&&xn(n.complete,u)}):o=n}return a.destination=new gl(o),a}return e}(vn);function Fe(t){ri(t)}function yl(t){throw t}var bl={closed:!0,next:bn,error:yl,complete:bn},Dn=function(){return typeof Symbol=="function"&&Symbol.observable||"@@observable"}();function Ot(t){return t}function vl(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=Dl(e)?e:new Qt(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=ii(n),new n(function(i,a){var o=new Qt({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[Dn]=function(){return this},t.prototype.pipe=function(){for(var e=[],n=0;n<arguments.length;n++)e[n]=arguments[n];return vl(e)(this)},t.prototype.toPromise=function(e){var n=this;return e=ii(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 ii(t){var e;return(e=t??ei.Promise)!==null&&e!==void 0?e:Promise}function xl(t){return t&&N(t.next)&&N(t.error)&&N(t.complete)}function Dl(t){return t&&t instanceof vn||xl(t)&&Qr(t)}function wl(t){return N(t==null?void 0:t.lift)}function Y(t){return function(e){if(wl(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 $l(t,e,n,r,i)}var $l=function(t){at(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(c){n.error(c)}}:t.prototype._next,s._error=a?function(l){try{a(l)}catch(c){n.error(c)}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}(vn),_l=gn(function(t){return function(){t(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"}}),k=function(t){at(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 ai(this,this);return r.operator=n,r},e.prototype._throwIfClosed=function(){if(this.closed)throw new _l},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?Kr:(this.currentObservers=null,u.push(n),new Kt(function(){r.currentObservers=null,Me(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 ai(n,r)},e}(R),ai=function(t){at(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:Kr},e}(k),oi=function(t){at(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}(k),wn={now:function(){return(wn.delegate||Date).now()},delegate:void 0},Al=function(t){at(e,t);function e(n,r,i){n===void 0&&(n=1/0),r===void 0&&(r=1/0),i===void 0&&(i=wn);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,c=1;c<a.length&&a[c]<=s;c+=2)l=c;l&&a.splice(0,l+1)}},e}(k),Sl=function(t){at(e,t);function e(n,r){return t.call(this)||this}return e.prototype.schedule=function(n,r){return this},e}(Kt),$n={setInterval:function(t,e){for(var n=[],r=2;r<arguments.length;r++)n[r-2]=arguments[r];return setInterval.apply(void 0,mt([t,e],ht(n)))},clearInterval:function(t){var e=$n.delegate;return((e==null?void 0:e.clearInterval)||clearInterval)(t)},delegate:void 0},Ml=function(t){at(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),$n.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&&$n.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,Me(a,this),r!=null&&(this.id=this.recycleAsyncId(i,r,null)),this.delay=null,t.prototype.unsubscribe.call(this)}},e}(Sl),ui=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=wn.now,t}(),Tl=function(t){at(e,t);function e(n,r){r===void 0&&(r=ui.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}(ui),_n=new Tl(Ml),Fl=_n,te=new R(function(t){return t.complete()});function si(t){return t&&N(t.schedule)}function An(t){return t[t.length-1]}function li(t){return N(An(t))?t.pop():void 0}function It(t){return si(An(t))?t.pop():void 0}function ci(t,e){return typeof An(t)=="number"?t.pop():e}var fi=function(t){return t&&typeof t.length=="number"&&typeof t!="function"};function pi(t){return N(t==null?void 0:t.then)}function hi(t){return N(t[Dn])}function mi(t){return Symbol.asyncIterator&&N(t==null?void 0:t[Symbol.asyncIterator])}function di(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 Cl(){return typeof Symbol!="function"||!Symbol.iterator?"@@iterator":Symbol.iterator}var gi=Cl();function yi(t){return N(t==null?void 0:t[gi])}function bi(t){return hl(this,arguments,function(){var n,r,i,a;return Zr(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 vi(t){return N(t==null?void 0:t.getReader)}function j(t){if(t instanceof R)return t;if(t!=null){if(hi(t))return El(t);if(fi(t))return Ll(t);if(pi(t))return Pl(t);if(mi(t))return xi(t);if(yi(t))return Ol(t);if(vi(t))return Il(t)}throw di(t)}function El(t){return new R(function(e){var n=t[Dn]();if(N(n.subscribe))return n.subscribe(e);throw new TypeError("Provided object does not correctly implement Symbol.observable")})}function Ll(t){return new R(function(e){for(var n=0;n<t.length&&!e.closed;n++)e.next(t[n]);e.complete()})}function Pl(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,ri)})}function Ol(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 xi(t){return new R(function(e){Rl(t,e).catch(function(n){return e.error(n)})})}function Il(t){return xi(bi(t))}function Rl(t,e){var n,r,i,a;return pl(this,void 0,void 0,function(){var o,u;return Zr(this,function(s){switch(s.label){case 0:s.trys.push([0,5,6,11]),n=ml(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 dt(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 Di(t,e){return e===void 0&&(e=0),Y(function(n,r){n.subscribe(G(r,function(i){return dt(r,t,function(){return r.next(i)},e)},function(){return dt(r,t,function(){return r.complete()},e)},function(i){return dt(r,t,function(){return r.error(i)},e)}))})}function wi(t,e){return e===void 0&&(e=0),Y(function(n,r){r.add(t.schedule(function(){return n.subscribe(r)},e))})}function kl(t,e){return j(t).pipe(wi(e),Di(e))}function Bl(t,e){return j(t).pipe(wi(e),Di(e))}function Nl(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 Vl(t,e){return new R(function(n){var r;return dt(n,e,function(){r=t[gi](),dt(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 $i(t,e){if(!t)throw new Error("Iterable cannot be null");return new R(function(n){dt(n,e,function(){var r=t[Symbol.asyncIterator]();dt(n,e,function(){r.next().then(function(i){i.done?n.complete():n.next(i.value)})},0,!0)})})}function Gl(t,e){return $i(bi(t),e)}function Xl(t,e){if(t!=null){if(hi(t))return kl(t,e);if(fi(t))return Nl(t,e);if(pi(t))return Bl(t,e);if(mi(t))return $i(t,e);if(yi(t))return Vl(t,e);if(vi(t))return Gl(t,e)}throw di(t)}function Rt(t,e){return e?Xl(t,e):j(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 _i=gn(function(t){return function(){t(this),this.name="EmptyError",this.message="no elements in sequence"}});function Yl(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 Ul=Array.isArray;function zl(t,e){return Ul(e)?t.apply(void 0,mt([],ht(e))):t(e)}function Ai(t){return b(function(e){return zl(t,e)})}var Hl=Array.isArray,jl=Object.getPrototypeOf,Wl=Object.prototype,ql=Object.keys;function Si(t){if(t.length===1){var e=t[0];if(Hl(e))return{args:e,keys:null};if(Jl(e)){var n=ql(e);return{args:n.map(function(r){return e[r]}),keys:n}}}return{args:t,keys:null}}function Jl(t){return t&&typeof t=="object"&&jl(t)===Wl}function Mi(t,e){return t.reduce(function(n,r,i){return n[r]=e[i],n},{})}function C(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];var n=It(t),r=li(t),i=Si(t),a=i.args,o=i.keys;if(a.length===0)return Rt([],n);var u=new R(Zl(a,n,o?function(s){return Mi(o,s)}:Ot));return r?u.pipe(Ai(r)):u}function Zl(t,e,n){return n===void 0&&(n=Ot),function(r){Ti(e,function(){for(var i=t.length,a=new Array(i),o=i,u=i,s=function(c){Ti(e,function(){var f=Rt(t[c],e),p=!1;f.subscribe(G(r,function(h){a[c]=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 Ti(t,e,n){t?dt(n,t,e):e()}function Kl(t,e,n,r,i,a,o,u){var s=[],l=0,c=0,f=!1,p=function(){f&&!s.length&&!l&&e.complete()},h=function(d){return l<r?m(d):s.push(d)},m=function(d){l++;var D=!1;j(n(d,c++)).subscribe(G(e,function(w){e.next(w)},function(){D=!0},void 0,function(){if(D)try{l--;for(var w=function(){var M=s.shift();o||m(M)};s.length&&l<r;)w();p()}catch(M){e.error(M)}}))};return t.subscribe(G(e,h,function(){f=!0,p()})),function(){}}function Fi(t,e,n){return n===void 0&&(n=1/0),N(e)?Fi(function(r,i){return b(function(a,o){return e(r,a,i,o)})(j(t(r,i)))},n):(typeof e=="number"&&(n=e),Y(function(r,i){return Kl(r,i,t,n)}))}function Sn(t){return t===void 0&&(t=1/0),Fi(Ot,t)}function Ql(){return Sn(1)}function Ci(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];return Ql()(Rt(t,It(t)))}function tc(t){return new R(function(e){j(t()).subscribe(e)})}function Ei(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];var n=li(t),r=Si(t),i=r.args,a=r.keys,o=new R(function(u){var s=i.length;if(!s){u.complete();return}for(var l=new Array(s),c=s,f=s,p=function(m){var d=!1;j(i[m]).subscribe(G(u,function(D){d||(d=!0,f--),l[m]=D},function(){return c--},void 0,function(){(!c||!d)&&(f||u.next(a?Mi(a,l):l),u.complete())}))},h=0;h<s;h++)p(h)});return n?o.pipe(Ai(n)):o}function Li(t,e,n){return tc(function(){return t()?e:n})}function ec(t,e,n){n===void 0&&(n=Fl);var r=-1;return e!=null&&(si(e)?n=e:r=e),new R(function(i){var a=Yl(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 nc(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];var n=It(t),r=ci(t,1/0),i=t;return i.length?i.length===1?j(i[0]):Sn(r)(Rt(i,n)):te}var rc=Array.isArray;function ic(t){return t.length===1&&rc(t[0])?t[0]:t}function Pi(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 Ce(t){return Y(function(e,n){var r=null,i=!1,a;r=e.subscribe(G(n,void 0,void 0,function(o){a=j(t(o,Ce(t)(e))),r?(r.unsubscribe(),r=null,a.subscribe(n)):i=!0})),i&&(r.unsubscribe(),r=null,a.subscribe(n))})}function ac(t,e){return e===void 0&&(e=_n),Y(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,c=e.now();if(c<l){i=this.schedule(void 0,l-c),r.add(i);return}u()}n.subscribe(G(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 oc(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 uc(t){return t<=0?function(){return te}:Y(function(e,n){var r=0;e.subscribe(G(n,function(i){++r<=t&&(n.next(i),t<=r&&n.complete())}))})}function B(t,e){return e===void 0&&(e=Ot),t=t??sc,Y(function(n,r){var i,a=!0;n.subscribe(G(r,function(o){var u=e(o);(a||!t(i,u))&&(a=!1,i=u,r.next(o))}))})}function sc(t,e){return t===e}function lc(t){return t===void 0&&(t=cc),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 cc(){return new _i}function fc(t,e){var n=arguments.length>=2;return function(r){return r.pipe(Ot,uc(1),n?oc(e):lc(function(){return new _i}))}}function pc(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];var n=It(t),r=ci(t,1/0);return t=ic(t),Y(function(i,a){Sn(r)(Rt(mt([i],ht(t)),n)).subscribe(a)})}function hc(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];return pc.apply(void 0,mt([],ht(t)))}function Mn(t){t===void 0&&(t={});var e=t.connector,n=e===void 0?function(){return new k}: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 c,f,p,h=0,m=!1,d=!1,D=function(){f==null||f.unsubscribe(),f=void 0},w=function(){D(),c=p=void 0,m=d=!1},M=function(){var _=c;w(),_==null||_.unsubscribe()};return Y(function(_,F){h++,!d&&!m&&D();var S=p=p??n();F.add(function(){h--,h===0&&!d&&!m&&(f=Tn(M,s))}),S.subscribe(F),!c&&h>0&&(c=new Qt({next:function(I){return S.next(I)},error:function(I){d=!0,D(),f=Tn(w,i,I),S.error(I)},complete:function(){m=!0,D(),f=Tn(w,o),S.complete()}}),j(_).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 j(e.apply(void 0,mt([],ht(n)))).subscribe(i)}}function g(t,e,n){var r,i=!1;return r=t,Mn({connector:function(){return new Al(r,e,n)},resetOnError:!0,resetOnComplete:!1,resetOnRefCountZero:i})}function Fn(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];var n=It(t);return Y(function(r,i){(n?Ci(t,r,n):Ci(t,r)).subscribe(i)})}function T(t,e){return Y(function(n,r){var i=null,a=0,o=!1,u=function(){return o&&!i&&r.complete()};n.subscribe(G(r,function(s){i==null||i.unsubscribe();var l=0,c=a++;j(t(s,c)).subscribe(i=G(r,function(f){return r.next(e?e(s,f,c,l++):f)},function(){i=null,u()}))},function(){o=!0,u()}))})}function E(t){return Y(function(e,n){j(t).subscribe(G(n,function(){return n.complete()},bn)),!n.closed&&e.subscribe(n)})}function mc(t,e){return Y(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,c=null,f=null,p=!1,h=function(){f==null||f.unsubscribe(),f=null,s&&(D(),p&&r.complete())},m=function(){f=null,p&&r.complete()},d=function(w){return f=j(t(w)).subscribe(G(r,h,m))},D=function(){if(l){l=!1;var w=c;c=null,r.next(w),!p&&d(w)}};n.subscribe(G(r,function(w){l=!0,c=w,!(f&&!f.closed)&&(o?D():d(w))},function(){p=!0,!(s&&l&&f&&!f.closed)&&r.complete()}))})}function dc(t,e,n){e===void 0&&(e=_n);var r=ec(t,e);return mc(function(){return r},n)}function Oi(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 gt=({datumList$:t,fullChartParams$:e,event$:n})=>{const r=new k,i=e.pipe(E(r),b(p=>p.highlightDefault||null),B(),b(p=>({id:p,label:p,seriesLabel:p,groupLabel:p,categoryLabel:p})),g(1)),o=e.pipe(E(r),b(p=>p.highlightTarget),B(),g(1)).pipe(T(p=>n.pipe(E(r),Pi(h=>h.eventName==="mouseover"),b(h=>{const m=h;return m.datum?{id:m.datum.id,label:null,seriesLabel:p==="series"?m.datum.seriesLabel:null,groupLabel:p==="group"?m.datum.groupLabel:null,categoryLabel:p==="category"?m.datum.categoryLabel:null}:{id:null,label:null,seriesLabel:null,groupLabel:null,categoryLabel:null}})))),u=n.pipe(E(r),Pi(p=>p.eventName==="mouseout"),T(p=>i));function s(p,h,m){return h==null&&m==null?[]:p.filter(d=>d.id===h||d.label===m)}function l(p,h){return h==null?[]:p.filter(m=>m.seriesLabel===h)}function c(p,h){return h==null?[]:p.filter(m=>m.groupLabel===h)}function f(p,h){return h==null?[]:p.filter(m=>m.categoryLabel===h)}return new R(p=>(C({target:nc(o,u,i),datumList:t,fullChartParams:e}).pipe(E(r),T(async h=>h)).subscribe(h=>{let m=[];h.fullChartParams.highlightTarget==="datum"?m=s(h.datumList,h.target.id,h.target.label):h.fullChartParams.highlightTarget==="series"?m=l(h.datumList,h.target.seriesLabel):h.fullChartParams.highlightTarget==="group"?m=c(h.datumList,h.target.groupLabel):h.fullChartParams.highlightTarget==="category"&&(m=f(h.datumList,h.target.categoryLabel)),p.next(m)}),function(){r.next(void 0)}))},Ee=({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})),ee=({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),B(),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})),Le=({layout$:t,containerPosition$:e,container$:n})=>{const r=e.pipe(b(a=>a.reduce((u,s)=>s.rowIndex>u?s.rowIndex:u,0)+1),B()),i=e.pipe(b(a=>a.reduce((u,s)=>s.columnIndex>u?s.columnIndex:u,0)+1),B());return C({layout:t,rowAmount:r,columnAmount:i,container:n}).pipe(T(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}}),B((a,o)=>a.width===o.width&&a.height===o.height))},gc=({computedData$:t})=>{const e=new Set;return t.pipe(b(n=>(n.forEach(r=>{r.forEach(i=>{e.add(i.label)})}),Array.from(e))))},yc=({fullDataFormatter$:t})=>t.pipe(b(e=>e.separateSeries),B()),bc=({fullDataFormatter$:t})=>t.pipe(b(e=>e.separateLabel),B()),vc=({fullDataFormatter$:t})=>t.pipe(b(e=>e.sumSeries),B()),xc=({computedData$:t})=>t.pipe(b(e=>e.filter(n=>n.length).map(n=>n[0].seriesLabel)),B((e,n)=>JSON.stringify(e)===JSON.stringify(n))),Dc=({computedData$:t})=>t.pipe(b(e=>e.map(n=>n.filter(r=>r.visible!=!1)))),wc=({computedData$:t,separateSeries$:e,separateLabel$:n,sumSeries$:r,datumLabels$:i})=>C({computedData:t,separateSeries:e,separateLabel:n,sumSeries:r,datumLabels:i}).pipe(T(async a=>a),b(a=>{const o=a.sumSeries==!0?a.computedData.map(l=>[l.reduce((c,f)=>c==null?f:(c.value=c.value+f.value,c),null)]):a.computedData,u=a.separateSeries==!0?o:[o.flat()],s=a.separateLabel==!0?(()=>{const l=a.datumLabels.reduce((c,f,p)=>(c[f]=p,c),{});return u.map(c=>c.reduce((f,p)=>{const h=l[p.label];return f[h]==null&&(f[h]=[]),f[h].push(p),f},[])).flat()})():u;return a.separateSeries==!0&&a.separateLabel==!0?s.sort((l,c)=>l[0].seq-c[0].seq):s.map(l=>l.sort((c,f)=>c.seq-f.seq))})),$c=({computedSortedData$:t,fullDataFormatter$:e,layout$:n})=>C({computedSortedData:t,fullDataFormatter:e,layout:n}).pipe(T(async i=>i),b(i=>{const a=i.computedSortedData.length;return Jr(i.layout,i.fullDataFormatter.container,a)})),_c=({seriesContainerPosition$:t,computedSortedData$:e})=>C({seriesContainerPosition:t,computedSortedData:e}).pipe(T(async n=>n),b(n=>new Map(n.computedSortedData.map((r,i)=>r.map(a=>[a.id,n.seriesContainerPosition[i]])).flat()))),Ac=({subject:t,observer:e})=>{const n=wt(e.fullChartParams$).pipe(g(1)),r=gc({computedData$:e.computedData$}).pipe(g(1)),i=yc({fullDataFormatter$:e.fullDataFormatter$}).pipe(g(1)),a=bc({fullDataFormatter$:e.fullDataFormatter$}).pipe(g(1)),o=vc({fullDataFormatter$:e.fullDataFormatter$}).pipe(g(1)),u=wc({computedData$:e.computedData$,separateSeries$:i,separateLabel$:a,sumSeries$:o,datumLabels$:r}).pipe(g(1)),s=Dc({computedData$:u}).pipe(g(1)),l=e.computedData$.pipe(b(d=>d.flat())).pipe(g(1)),c=gt({datumList$:l,fullChartParams$:e.fullChartParams$,event$:t.event$}).pipe(g(1)),f=xc({computedData$:e.computedData$}).pipe(g(1)),p=Ee({datumList$:l}).pipe(g(1)),h=$c({computedSortedData$:u,fullDataFormatter$:e.fullDataFormatter$,layout$:e.layout$}).pipe(g(1)),m=_c({seriesContainerPosition$:h,computedSortedData$:u}).pipe(g(1));return{fullParams$:e.fullParams$,fullChartParams$:e.fullChartParams$,fullDataFormatter$:e.fullDataFormatter$,computedData$:e.computedData$,layout$:e.layout$,textSizePx$:n,visibleComputedSortedData$:s,separateSeries$:i,separateLabel$:a,sumSeries$:o,computedSortedData$:u,seriesHighlight$:c,seriesLabels$:f,SeriesDataMap$:p,seriesContainerPosition$:h,DatumContainerPositionMap$:m}},J=({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 c=o==="auto"?e<0?e:0:o==="min"?e:o,f=u==="auto"?t>=0?t:0:u==="max"?t:u;const p=t-(t-c)/(1-s),h=f/l;return a?qt().domain([p,h]).range([n,0]):qt().domain([p,h]).range([0,n])},Sc=({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 c=o==="auto"?e<0?e:0:o==="min"?e:o,f=u==="auto"?t>=0?t:0:u==="max"?t:u;const p=t-(t-c)/(1-s),h=f/l;return a?qt().domain([n,0]).range([p,h]):qt().domain([0,n]).range([p,h])},Mc=({axisLabels:t,axisWidth:e,padding:n=.5})=>{let r=[0,e];return qs().domain(t).range(r).padding(n)},Tc=({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 Xr().domain([u,e-u]).range(i)};function Ii(t){return`[OrbCharts ${t}]:`}function st(t){return`${Ii("error")} ${t.message}`}function En({from:t,systemMessage:e}){return`unexpected error from '${t}':
|
4
4
|
${e}`}function $t({columnName:t,expectToBe:e,from:n}){return`Invalid value: '${t}' must be '${e}'
|
5
5
|
|
6
6
|
----> find in '${n}'`}function _t({columnName:t,expectToBe:e,from:n}){return`${Ii("warning")} Value is not correct: '${t}' suppose to be '${e}', it may cause unexpected errors.'
|
package/lib/core-types.ts
CHANGED
@@ -1,7 +1,7 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
export * from '@orbcharts/core-types'
|
4
|
-
|
5
|
-
// test
|
6
|
-
// export * from '../../orbcharts-core-types/src'
|
7
|
-
|
1
|
+
|
2
|
+
|
3
|
+
export * from '@orbcharts/core-types'
|
4
|
+
|
5
|
+
// test
|
6
|
+
// export * from '../../orbcharts-core-types/src'
|
7
|
+
|
package/package.json
CHANGED
@@ -1,46 +1,46 @@
|
|
1
|
-
{
|
2
|
-
"name": "@orbcharts/core",
|
3
|
-
"version": "3.0.
|
4
|
-
"description": "Core codes for OrbCharts",
|
5
|
-
"author": "Blue Planet Inc.",
|
6
|
-
"license": "Apache-2.0",
|
7
|
-
"keywords": [
|
8
|
-
"d3",
|
9
|
-
"rxjs",
|
10
|
-
"typescript",
|
11
|
-
"svg",
|
12
|
-
"visualization",
|
13
|
-
"infographic",
|
14
|
-
"graph",
|
15
|
-
"chart"
|
16
|
-
],
|
17
|
-
"private": false,
|
18
|
-
"publishConfig": {
|
19
|
-
"access": "public",
|
20
|
-
"registry": "https://registry.npmjs.org/"
|
21
|
-
},
|
22
|
-
"files": [
|
23
|
-
"*"
|
24
|
-
],
|
25
|
-
"main": "./dist/orbcharts-core.umd.js",
|
26
|
-
"module": "./dist/orbcharts-core.es.js",
|
27
|
-
"types": "./dist/src/index.d.ts",
|
28
|
-
"unpkg": "./dist/orbcharts-core.umd.js",
|
29
|
-
"jsdelivr": "./dist/orbcharts-core.umd.js",
|
30
|
-
"scripts": {
|
31
|
-
"test": "echo \"Error: no test specified\" && exit 1",
|
32
|
-
"build": "vite build --mode production"
|
33
|
-
},
|
34
|
-
"devDependencies": {
|
35
|
-
"@types/d3": "^7.4.0",
|
36
|
-
"ts-loader": "^9.4.2",
|
37
|
-
"typescript": "^5.0.4",
|
38
|
-
"vite": "^5.3.5",
|
39
|
-
"vite-plugin-dts": "^3.7.3"
|
40
|
-
},
|
41
|
-
"dependencies": {
|
42
|
-
"@orbcharts/core-types": "^3.0.
|
43
|
-
"d3": "^7.8.5",
|
44
|
-
"rxjs": "^7.8.1"
|
45
|
-
}
|
46
|
-
}
|
1
|
+
{
|
2
|
+
"name": "@orbcharts/core",
|
3
|
+
"version": "3.0.7",
|
4
|
+
"description": "Core codes for OrbCharts",
|
5
|
+
"author": "Blue Planet Inc.",
|
6
|
+
"license": "Apache-2.0",
|
7
|
+
"keywords": [
|
8
|
+
"d3",
|
9
|
+
"rxjs",
|
10
|
+
"typescript",
|
11
|
+
"svg",
|
12
|
+
"visualization",
|
13
|
+
"infographic",
|
14
|
+
"graph",
|
15
|
+
"chart"
|
16
|
+
],
|
17
|
+
"private": false,
|
18
|
+
"publishConfig": {
|
19
|
+
"access": "public",
|
20
|
+
"registry": "https://registry.npmjs.org/"
|
21
|
+
},
|
22
|
+
"files": [
|
23
|
+
"*"
|
24
|
+
],
|
25
|
+
"main": "./dist/orbcharts-core.umd.js",
|
26
|
+
"module": "./dist/orbcharts-core.es.js",
|
27
|
+
"types": "./dist/src/index.d.ts",
|
28
|
+
"unpkg": "./dist/orbcharts-core.umd.js",
|
29
|
+
"jsdelivr": "./dist/orbcharts-core.umd.js",
|
30
|
+
"scripts": {
|
31
|
+
"test": "echo \"Error: no test specified\" && exit 1",
|
32
|
+
"build": "vite build --mode production"
|
33
|
+
},
|
34
|
+
"devDependencies": {
|
35
|
+
"@types/d3": "^7.4.0",
|
36
|
+
"ts-loader": "^9.4.2",
|
37
|
+
"typescript": "^5.0.4",
|
38
|
+
"vite": "^5.3.5",
|
39
|
+
"vite-plugin-dts": "^3.7.3"
|
40
|
+
},
|
41
|
+
"dependencies": {
|
42
|
+
"@orbcharts/core-types": "^3.0.5",
|
43
|
+
"d3": "^7.8.5",
|
44
|
+
"rxjs": "^7.8.1"
|
45
|
+
}
|
46
|
+
}
|
package/src/AbstractChart.ts
CHANGED
@@ -1,57 +1,57 @@
|
|
1
|
-
import * as d3 from 'd3'
|
2
|
-
import {
|
3
|
-
Subject } from 'rxjs'
|
4
|
-
import type {
|
5
|
-
ComputedDataFn,
|
6
|
-
DataValidator,
|
7
|
-
ChartEntity,
|
8
|
-
ChartType,
|
9
|
-
ChartParamsPartial,
|
10
|
-
ContextObserverCallback,
|
11
|
-
ChartOptionsPartial,
|
12
|
-
DataTypeMap,
|
13
|
-
DataFormatterTypeMap,
|
14
|
-
DataFormatterPartialTypeMap,
|
15
|
-
DataFormatterValidator,
|
16
|
-
EventTypeMap,
|
17
|
-
PluginEntity } from '../lib/core-types'
|
18
|
-
import { createBaseChart } from './base/createBaseChart'
|
19
|
-
import { createOrbChartsErrorMessage } from './utils/errorMessage'
|
20
|
-
|
21
|
-
export abstract class AbstractChart<T extends ChartType> implements ChartEntity<T> {
|
22
|
-
selection: d3.Selection<SVGGElement, unknown, HTMLElement, unknown>
|
23
|
-
destroy: () => void
|
24
|
-
data$: Subject<DataTypeMap<T>> = new Subject()
|
25
|
-
dataFormatter$: Subject<DataFormatterPartialTypeMap<T>> = new Subject()
|
26
|
-
plugins$: Subject<PluginEntity<T, any, any>[]> = new Subject()
|
27
|
-
chartParams$: Subject<ChartParamsPartial> = new Subject()
|
28
|
-
event$: Subject<EventTypeMap<T>> = new Subject()
|
29
|
-
|
30
|
-
constructor (
|
31
|
-
{ defaultDataFormatter, dataFormatterValidator, computedDataFn, dataValidator, contextObserverCallback }: {
|
32
|
-
defaultDataFormatter: DataFormatterTypeMap<T>
|
33
|
-
dataFormatterValidator: DataFormatterValidator<T>
|
34
|
-
computedDataFn: ComputedDataFn<T>
|
35
|
-
dataValidator: DataValidator<T>
|
36
|
-
contextObserverCallback: ContextObserverCallback<T>
|
37
|
-
},
|
38
|
-
element: HTMLElement | Element,
|
39
|
-
options?: ChartOptionsPartial<T>
|
40
|
-
) {
|
41
|
-
try {
|
42
|
-
const baseChart = createBaseChart({ defaultDataFormatter, dataFormatterValidator, computedDataFn, dataValidator, contextObserverCallback })
|
43
|
-
const chartEntity = baseChart(element, options)
|
44
|
-
|
45
|
-
this.selection = chartEntity.selection
|
46
|
-
this.destroy = chartEntity.destroy
|
47
|
-
this.data$ = chartEntity.data$
|
48
|
-
this.dataFormatter$ = chartEntity.dataFormatter$
|
49
|
-
this.plugins$ = chartEntity.plugins$
|
50
|
-
this.chartParams$ = chartEntity.chartParams$
|
51
|
-
this.event$ = chartEntity.event$
|
52
|
-
} catch (e) {
|
53
|
-
console.error(createOrbChartsErrorMessage(e))
|
54
|
-
}
|
55
|
-
}
|
56
|
-
|
57
|
-
}
|
1
|
+
import * as d3 from 'd3'
|
2
|
+
import {
|
3
|
+
Subject } from 'rxjs'
|
4
|
+
import type {
|
5
|
+
ComputedDataFn,
|
6
|
+
DataValidator,
|
7
|
+
ChartEntity,
|
8
|
+
ChartType,
|
9
|
+
ChartParamsPartial,
|
10
|
+
ContextObserverCallback,
|
11
|
+
ChartOptionsPartial,
|
12
|
+
DataTypeMap,
|
13
|
+
DataFormatterTypeMap,
|
14
|
+
DataFormatterPartialTypeMap,
|
15
|
+
DataFormatterValidator,
|
16
|
+
EventTypeMap,
|
17
|
+
PluginEntity } from '../lib/core-types'
|
18
|
+
import { createBaseChart } from './base/createBaseChart'
|
19
|
+
import { createOrbChartsErrorMessage } from './utils/errorMessage'
|
20
|
+
|
21
|
+
export abstract class AbstractChart<T extends ChartType> implements ChartEntity<T> {
|
22
|
+
selection: d3.Selection<SVGGElement, unknown, HTMLElement, unknown>
|
23
|
+
destroy: () => void
|
24
|
+
data$: Subject<DataTypeMap<T>> = new Subject()
|
25
|
+
dataFormatter$: Subject<DataFormatterPartialTypeMap<T>> = new Subject()
|
26
|
+
plugins$: Subject<PluginEntity<T, any, any>[]> = new Subject()
|
27
|
+
chartParams$: Subject<ChartParamsPartial> = new Subject()
|
28
|
+
event$: Subject<EventTypeMap<T>> = new Subject()
|
29
|
+
|
30
|
+
constructor (
|
31
|
+
{ defaultDataFormatter, dataFormatterValidator, computedDataFn, dataValidator, contextObserverCallback }: {
|
32
|
+
defaultDataFormatter: DataFormatterTypeMap<T>
|
33
|
+
dataFormatterValidator: DataFormatterValidator<T>
|
34
|
+
computedDataFn: ComputedDataFn<T>
|
35
|
+
dataValidator: DataValidator<T>
|
36
|
+
contextObserverCallback: ContextObserverCallback<T>
|
37
|
+
},
|
38
|
+
element: HTMLElement | Element,
|
39
|
+
options?: ChartOptionsPartial<T>
|
40
|
+
) {
|
41
|
+
try {
|
42
|
+
const baseChart = createBaseChart({ defaultDataFormatter, dataFormatterValidator, computedDataFn, dataValidator, contextObserverCallback })
|
43
|
+
const chartEntity = baseChart(element, options)
|
44
|
+
|
45
|
+
this.selection = chartEntity.selection
|
46
|
+
this.destroy = chartEntity.destroy
|
47
|
+
this.data$ = chartEntity.data$
|
48
|
+
this.dataFormatter$ = chartEntity.dataFormatter$
|
49
|
+
this.plugins$ = chartEntity.plugins$
|
50
|
+
this.chartParams$ = chartEntity.chartParams$
|
51
|
+
this.event$ = chartEntity.event$
|
52
|
+
} catch (e) {
|
53
|
+
console.error(createOrbChartsErrorMessage(e))
|
54
|
+
}
|
55
|
+
}
|
56
|
+
|
57
|
+
}
|
package/src/GridChart.ts
CHANGED
@@ -1,25 +1,25 @@
|
|
1
|
-
import type {
|
2
|
-
ChartEntity,
|
3
|
-
ChartOptionsPartial } from '../lib/core-types'
|
4
|
-
import { DEFAULT_DATA_FORMATTER_GRID } from './defaults'
|
5
|
-
import { dataFormatterValidator } from './grid/dataFormatterValidator'
|
6
|
-
import { computedDataFn } from './grid/computedDataFn'
|
7
|
-
import { dataValidator } from './grid/dataValidator'
|
8
|
-
import { contextObserverCallback } from './grid/contextObserverCallback'
|
9
|
-
import { AbstractChart } from './AbstractChart'
|
10
|
-
|
11
|
-
export class GridChart extends AbstractChart<'grid'> implements ChartEntity<'grid'> {
|
12
|
-
constructor (element: HTMLElement | Element, options?: ChartOptionsPartial<'grid'>) {
|
13
|
-
super(
|
14
|
-
{
|
15
|
-
defaultDataFormatter: DEFAULT_DATA_FORMATTER_GRID,
|
16
|
-
dataFormatterValidator,
|
17
|
-
computedDataFn,
|
18
|
-
dataValidator,
|
19
|
-
contextObserverCallback
|
20
|
-
},
|
21
|
-
element,
|
22
|
-
options
|
23
|
-
)
|
24
|
-
}
|
1
|
+
import type {
|
2
|
+
ChartEntity,
|
3
|
+
ChartOptionsPartial } from '../lib/core-types'
|
4
|
+
import { DEFAULT_DATA_FORMATTER_GRID } from './defaults'
|
5
|
+
import { dataFormatterValidator } from './grid/dataFormatterValidator'
|
6
|
+
import { computedDataFn } from './grid/computedDataFn'
|
7
|
+
import { dataValidator } from './grid/dataValidator'
|
8
|
+
import { contextObserverCallback } from './grid/contextObserverCallback'
|
9
|
+
import { AbstractChart } from './AbstractChart'
|
10
|
+
|
11
|
+
export class GridChart extends AbstractChart<'grid'> implements ChartEntity<'grid'> {
|
12
|
+
constructor (element: HTMLElement | Element, options?: ChartOptionsPartial<'grid'>) {
|
13
|
+
super(
|
14
|
+
{
|
15
|
+
defaultDataFormatter: DEFAULT_DATA_FORMATTER_GRID,
|
16
|
+
dataFormatterValidator,
|
17
|
+
computedDataFn,
|
18
|
+
dataValidator,
|
19
|
+
contextObserverCallback
|
20
|
+
},
|
21
|
+
element,
|
22
|
+
options
|
23
|
+
)
|
24
|
+
}
|
25
25
|
}
|