@carbon/charts 1.13.14 → 1.13.17

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.
Files changed (100) hide show
  1. package/CHANGELOG.md +31 -0
  2. package/README.md +9 -4
  3. package/dist/{_baseEach-fTLS5z67.mjs → _baseEach-L1oeNjGL.mjs} +2 -2
  4. package/dist/{_baseEach-fTLS5z67.mjs.map → _baseEach-L1oeNjGL.mjs.map} +1 -1
  5. package/dist/{angle-utils-DHfDhGau.mjs → angle-utils-iPPUNSDt.mjs} +4 -12
  6. package/dist/{angle-utils-DHfDhGau.mjs.map → angle-utils-iPPUNSDt.mjs.map} +1 -1
  7. package/dist/{choropleth-S04OahB3.mjs → choropleth-EFcahG_A.mjs} +3221 -2698
  8. package/dist/choropleth-EFcahG_A.mjs.map +1 -0
  9. package/dist/{color-scale-utils-7ngqnWVI.mjs → color-scale-utils-GLd1MML3.mjs} +3 -3
  10. package/dist/color-scale-utils-GLd1MML3.mjs.map +1 -0
  11. package/dist/components/axes/axis.d.ts +1 -1
  12. package/dist/components/axes/chart-clip.d.ts +1 -1
  13. package/dist/components/axes/grid-brush.d.ts +1 -1
  14. package/dist/components/axes/grid.d.ts +1 -1
  15. package/dist/components/axes/ruler.d.ts +1 -1
  16. package/dist/components/axes/toolbar.d.ts +1 -1
  17. package/dist/components/axes/two-dimensional-axes.d.ts +2 -2
  18. package/dist/components/axes/zero-line.d.ts +1 -1
  19. package/dist/components/axes/zoom-bar.d.ts +1 -1
  20. package/dist/components/essentials/canvas-chart-clip.d.ts +1 -1
  21. package/dist/components/essentials/geo-projection.d.ts +1 -1
  22. package/dist/components/essentials/highlights.d.ts +1 -1
  23. package/dist/components/essentials/legend.d.ts +1 -1
  24. package/dist/components/essentials/modal.d.ts +1 -1
  25. package/dist/components/essentials/threshold.d.ts +1 -1
  26. package/dist/components/essentials/title.d.ts +1 -1
  27. package/dist/components/essentials/tooltip.d.ts +1 -1
  28. package/dist/components/graphs/alluvial.d.ts +1 -1
  29. package/dist/components/graphs/area-stacked.d.ts +1 -1
  30. package/dist/components/graphs/area.d.ts +1 -1
  31. package/dist/components/graphs/bar.d.ts +1 -1
  32. package/dist/components/graphs/boxplot.d.ts +1 -1
  33. package/dist/components/graphs/bullet.d.ts +1 -1
  34. package/dist/components/graphs/choropleth.d.ts +1 -1
  35. package/dist/components/graphs/circle-pack.d.ts +1 -1
  36. package/dist/components/graphs/gauge.d.ts +1 -1
  37. package/dist/components/graphs/heatmap.d.ts +1 -1
  38. package/dist/components/graphs/histogram.d.ts +1 -1
  39. package/dist/components/graphs/line.d.ts +1 -1
  40. package/dist/components/graphs/meter.d.ts +1 -1
  41. package/dist/components/graphs/pie.d.ts +1 -1
  42. package/dist/components/graphs/radar.d.ts +1 -1
  43. package/dist/components/graphs/scatter.d.ts +1 -1
  44. package/dist/components/graphs/skeleton.d.ts +1 -1
  45. package/dist/components/graphs/tree.d.ts +1 -1
  46. package/dist/components/graphs/treemap.d.ts +1 -1
  47. package/dist/components/graphs/wordcloud.d.ts +1 -1
  48. package/dist/components/index.mjs +4 -4
  49. package/dist/components/layout/layout.d.ts +1 -1
  50. package/dist/components/layout/spacer.d.ts +1 -1
  51. package/dist/demo/index.mjs +197 -202
  52. package/dist/demo/index.mjs.map +1 -1
  53. package/dist/demo/styles.css +35 -11
  54. package/dist/demo/styles.css.map +1 -1
  55. package/dist/demo/utils/stackblitz/angular.d.ts +1 -1
  56. package/dist/demo/utils/stackblitz/react.d.ts +1 -1
  57. package/dist/demo/utils/stackblitz/svelte.d.ts +1 -1
  58. package/dist/demo/utils/stackblitz/vanilla-js.d.ts +1 -1
  59. package/dist/demo/utils/stackblitz/vue.d.ts +1 -1
  60. package/dist/demo/utils/story-widgets.d.ts +1 -1
  61. package/dist/enums-tMKLWMMm.mjs.map +1 -1
  62. package/dist/index.mjs +16 -17
  63. package/dist/index.mjs.map +1 -1
  64. package/dist/model/index.mjs +3 -3
  65. package/dist/services/essentials/dom-utils.d.ts +1 -1
  66. package/dist/services/essentials/events.d.ts +1 -1
  67. package/dist/services/essentials/files.d.ts +1 -1
  68. package/dist/services/essentials/gradient-utils.d.ts +1 -1
  69. package/dist/services/essentials/transitions.d.ts +1 -1
  70. package/dist/services/index.mjs +3 -3
  71. package/dist/styles.css +35 -11
  72. package/dist/styles.css.map +1 -1
  73. package/dist/styles.min.css +1 -1
  74. package/dist/styles.min.css.map +1 -1
  75. package/dist/umd/bundle.umd.js +85 -0
  76. package/dist/umd/bundle.umd.js.map +1 -0
  77. package/dist/utils/sanitizeHtml.d.ts +3 -0
  78. package/dist/{wordcloud-eTGg6ZP6.mjs → wordcloud-XkAQGXwu.mjs} +80 -79
  79. package/dist/wordcloud-XkAQGXwu.mjs.map +1 -0
  80. package/dist/{zoom-i_u9NbAF.mjs → zoom-nkwOD6_z.mjs} +6 -4
  81. package/dist/zoom-nkwOD6_z.mjs.map +1 -0
  82. package/package.json +7 -5
  83. package/scss/_chart-wrapper.scss +1 -1
  84. package/scss/_color-palette.scss +8 -8
  85. package/scss/components/_title.scss +1 -1
  86. package/scss/components/_tooltip.scss +6 -2
  87. package/scss/components/toolbar/_buttons.scss +160 -159
  88. package/scss/components/toolbar/_modal.scss +348 -315
  89. package/scss/demos.scss +3 -2
  90. package/scss/graphs/_choropleth.scss +1 -1
  91. package/scss/graphs/_tree.scss +2 -1
  92. package/scss/index.scss +1 -1
  93. package/styles.css +35 -11
  94. package/styles.min.css +1 -1
  95. package/dist/choropleth-S04OahB3.mjs.map +0 -1
  96. package/dist/color-scale-utils-7ngqnWVI.mjs.map +0 -1
  97. package/dist/umd/bundle.umd.cjs +0 -84
  98. package/dist/umd/bundle.umd.cjs.map +0 -1
  99. package/dist/wordcloud-eTGg6ZP6.mjs.map +0 -1
  100. package/dist/zoom-i_u9NbAF.mjs.map +0 -1
@@ -1,84 +0,0 @@
1
- (function(z,ve){typeof exports=="object"&&typeof module<"u"?ve(exports):typeof define=="function"&&define.amd?define(["exports"],ve):(z=typeof globalThis<"u"?globalThis:z||self,ve(z.Charts={}))})(this,function(z){"use strict";function ve(e,t){return e==null||t==null?NaN:e<t?-1:e>t?1:e>=t?0:NaN}function zm(e,t){return e==null||t==null?NaN:t<e?-1:t>e?1:t>=e?0:NaN}function Ua(e){let t,n,r;e.length!==2?(t=ve,n=(o,l)=>ve(e(o),l),r=(o,l)=>e(o)-l):(t=e===ve||e===zm?e:Wm,n=e,r=e);function i(o,l,c=0,u=o.length){if(c<u){if(t(l,l)!==0)return u;do{const d=c+u>>>1;n(o[d],l)<0?c=d+1:u=d}while(c<u)}return c}function s(o,l,c=0,u=o.length){if(c<u){if(t(l,l)!==0)return u;do{const d=c+u>>>1;n(o[d],l)<=0?c=d+1:u=d}while(c<u)}return c}function a(o,l,c=0,u=o.length){const d=i(o,l,c,u-1);return d>c&&r(o[d-1],l)>-r(o[d],l)?d-1:d}return{left:i,center:a,right:s}}function Wm(){return 0}function Ym(e){return e===null?NaN:+e}function*qm(e,t){if(t===void 0)for(let n of e)n!=null&&(n=+n)>=n&&(yield n);else{let n=-1;for(let r of e)(r=t(r,++n,e))!=null&&(r=+r)>=r&&(yield r)}}const Xm=Ua(ve).right;Ua(Ym).center;const Ha=Xm;function jm(e,t){let n=0;if(t===void 0)for(let r of e)r!=null&&(r=+r)>=r&&++n;else{let r=-1;for(let i of e)(i=t(i,++r,e))!=null&&(i=+i)>=i&&++n}return n}function ye(e,t){let n,r;if(t===void 0)for(const i of e)i!=null&&(n===void 0?i>=i&&(n=r=i):(n>i&&(n=i),r<i&&(r=i)));else{let i=-1;for(let s of e)(s=t(s,++i,e))!=null&&(n===void 0?s>=s&&(n=r=s):(n>s&&(n=s),r<s&&(r=s)))}return[n,r]}class xn{constructor(){this._partials=new Float64Array(32),this._n=0}add(t){const n=this._partials;let r=0;for(let i=0;i<this._n&&i<32;i++){const s=n[i],a=t+s,o=Math.abs(t)<Math.abs(s)?t-(a-s):s-(a-t);o&&(n[r++]=o),t=a}return n[r]=t,this._n=r+1,this}valueOf(){const t=this._partials;let n=this._n,r,i,s,a=0;if(n>0){for(a=t[--n];n>0&&(r=a,i=t[--n],a=r+i,s=i-(a-r),!s););n>0&&(s<0&&t[n-1]<0||s>0&&t[n-1]>0)&&(i=s*2,r=a+i,i==r-a&&(a=r))}return a}}class eu extends Map{constructor(t,n=Qm){if(super(),Object.defineProperties(this,{_intern:{value:new Map},_key:{value:n}}),t!=null)for(const[r,i]of t)this.set(r,i)}get(t){return super.get(nu(this,t))}has(t){return super.has(nu(this,t))}set(t,n){return super.set(Zm(this,t),n)}delete(t){return super.delete(Km(this,t))}}function nu({_intern:e,_key:t},n){const r=t(n);return e.has(r)?e.get(r):n}function Zm({_intern:e,_key:t},n){const r=t(n);return e.has(r)?e.get(r):(e.set(r,n),n)}function Km({_intern:e,_key:t},n){const r=t(n);return e.has(r)&&(n=e.get(r),e.delete(r)),n}function Qm(e){return e!==null&&typeof e=="object"?e.valueOf():e}function Jm(e){return e}function tv(e=ve){if(e===ve)return ru;if(typeof e!="function")throw new TypeError("compare is not a function");return(t,n)=>{const r=e(t,n);return r||r===0?r:(e(n,n)===0)-(e(t,t)===0)}}function ru(e,t){return(e==null||!(e>=e))-(t==null||!(t>=t))||(e<t?-1:e>t?1:0)}var ev=Array.prototype,nv=ev.slice;function Fa(e){return()=>e}const rv=Math.sqrt(50),iv=Math.sqrt(10),sv=Math.sqrt(2);function Wi(e,t,n){const r=(t-e)/Math.max(0,n),i=Math.floor(Math.log10(r)),s=r/Math.pow(10,i),a=s>=rv?10:s>=iv?5:s>=sv?2:1;let o,l,c;return i<0?(c=Math.pow(10,-i)/a,o=Math.round(e*c),l=Math.round(t*c),o/c<e&&++o,l/c>t&&--l,c=-c):(c=Math.pow(10,i)*a,o=Math.round(e/c),l=Math.round(t/c),o*c<e&&++o,l*c>t&&--l),l<o&&.5<=n&&n<2?Wi(e,t,n*2):[o,l,c]}function Yi(e,t,n){if(t=+t,e=+e,n=+n,!(n>0))return[];if(e===t)return[e];const r=t<e,[i,s,a]=r?Wi(t,e,n):Wi(e,t,n);if(!(s>=i))return[];const o=s-i+1,l=new Array(o);if(r)if(a<0)for(let c=0;c<o;++c)l[c]=(s-c)/-a;else for(let c=0;c<o;++c)l[c]=(s-c)*a;else if(a<0)for(let c=0;c<o;++c)l[c]=(i+c)/-a;else for(let c=0;c<o;++c)l[c]=(i+c)*a;return l}function Yn(e,t,n){return t=+t,e=+e,n=+n,Wi(e,t,n)[2]}function Ga(e,t,n){t=+t,e=+e,n=+n;const r=t<e,i=r?Yn(t,e,n):Yn(e,t,n);return(r?-1:1)*(i<0?1/-i:i)}function av(e,t,n){let r;for(;;){const i=Yn(e,t,n);if(i===r||i===0||!isFinite(i))return[e,t];i>0?(e=Math.floor(e/i)*i,t=Math.ceil(t/i)*i):i<0&&(e=Math.ceil(e*i)/i,t=Math.floor(t*i)/i),r=i}}function ov(e){return Math.max(1,Math.ceil(Math.log(jm(e))/Math.LN2)+1)}function lv(){var e=Jm,t=ye,n=ov;function r(i){Array.isArray(i)||(i=Array.from(i));var s,a=i.length,o,l,c=new Array(a);for(s=0;s<a;++s)c[s]=e(i[s],s,i);var u=t(c),d=u[0],h=u[1],f=n(c,d,h);if(!Array.isArray(f)){const b=h,S=+f;if(t===ye&&([d,h]=av(d,h,S)),f=Yi(d,h,S),f[0]<=d&&(l=Yn(d,h,S)),f[f.length-1]>=h)if(b>=h&&t===ye){const _=Yn(d,h,S);isFinite(_)&&(_>0?h=(Math.floor(h/_)+1)*_:_<0&&(h=(Math.ceil(h*-_)+1)/-_))}else f.pop()}for(var p=f.length,g=0,v=p;f[g]<=d;)++g;for(;f[v-1]>h;)--v;(g||v<p)&&(f=f.slice(g,v),p=v-g);var m=new Array(p+1),y;for(s=0;s<=p;++s)y=m[s]=[],y.x0=s>0?f[s-1]:d,y.x1=s<p?f[s]:h;if(isFinite(l)){if(l>0)for(s=0;s<a;++s)(o=c[s])!=null&&d<=o&&o<=h&&m[Math.min(p,Math.floor((o-d)/l))].push(i[s]);else if(l<0){for(s=0;s<a;++s)if((o=c[s])!=null&&d<=o&&o<=h){const b=Math.floor((d-o)*l);m[Math.min(p,b+(f[b]<=o))].push(i[s])}}}else for(s=0;s<a;++s)(o=c[s])!=null&&d<=o&&o<=h&&m[Ha(f,o,0,p)].push(i[s]);return m}return r.value=function(i){return arguments.length?(e=typeof i=="function"?i:Fa(i),r):e},r.domain=function(i){return arguments.length?(t=typeof i=="function"?i:Fa([i[0],i[1]]),r):t},r.thresholds=function(i){return arguments.length?(n=typeof i=="function"?i:Fa(Array.isArray(i)?nv.call(i):i),r):n},r}function bn(e,t){let n;if(t===void 0)for(const r of e)r!=null&&(n<r||n===void 0&&r>=r)&&(n=r);else{let r=-1;for(let i of e)(i=t(i,++r,e))!=null&&(n<i||n===void 0&&i>=i)&&(n=i)}return n}function ln(e,t){let n;if(t===void 0)for(const r of e)r!=null&&(n>r||n===void 0&&r>=r)&&(n=r);else{let r=-1;for(let i of e)(i=t(i,++r,e))!=null&&(n>i||n===void 0&&i>=i)&&(n=i)}return n}function iu(e,t,n=0,r=1/0,i){if(t=Math.floor(t),n=Math.floor(Math.max(0,n)),r=Math.floor(Math.min(e.length-1,r)),!(n<=t&&t<=r))return e;for(i=i===void 0?ru:tv(i);r>n;){if(r-n>600){const l=r-n+1,c=t-n+1,u=Math.log(l),d=.5*Math.exp(2*u/3),h=.5*Math.sqrt(u*d*(l-d)/l)*(c-l/2<0?-1:1),f=Math.max(n,Math.floor(t-c*d/l+h)),p=Math.min(r,Math.floor(t+(l-c)*d/l+h));iu(e,t,f,p,i)}const s=e[t];let a=n,o=r;for(Pr(e,n,t),i(e[r],s)>0&&Pr(e,n,r);a<o;){for(Pr(e,a,o),++a,--o;i(e[a],s)<0;)++a;for(;i(e[o],s)>0;)--o}i(e[n],s)===0?Pr(e,n,o):(++o,Pr(e,o,r)),o<=t&&(n=o+1),t<=o&&(r=o-1)}return e}function Pr(e,t,n){const r=e[t];e[t]=e[n],e[n]=r}function za(e,t,n){if(e=Float64Array.from(qm(e,n)),!(!(r=e.length)||isNaN(t=+t))){if(t<=0||r<2)return ln(e);if(t>=1)return bn(e);var r,i=(r-1)*t,s=Math.floor(i),a=bn(iu(e,s).subarray(0,s+1)),o=ln(e.subarray(s+1));return a+(o-a)*(i-s)}}function*cv(e){for(const t of e)yield*t}function su(e){return Array.from(cv(e))}function uv(e,t,n){e=+e,t=+t,n=(i=arguments.length)<2?(t=e,e=0,1):i<3?1:+n;for(var r=-1,i=Math.max(0,Math.ceil((t-e)/n))|0,s=new Array(i);++r<i;)s[r]=e+r*n;return s}function hv(e){return e}var qi=1,Xi=2,Wa=3,$r=4,au=1e-6;function dv(e){return"translate("+e+",0)"}function fv(e){return"translate(0,"+e+")"}function pv(e){return t=>+e(t)}function gv(e,t){return t=Math.max(0,e.bandwidth()-t*2)/2,e.round()&&(t=Math.round(t)),n=>+e(n)+t}function mv(){return!this.__axis}function ji(e,t){var n=[],r=null,i=null,s=6,a=6,o=3,l=typeof window<"u"&&window.devicePixelRatio>1?0:.5,c=e===qi||e===$r?-1:1,u=e===$r||e===Xi?"x":"y",d=e===qi||e===Wa?dv:fv;function h(f){var p=r??(t.ticks?t.ticks.apply(t,n):t.domain()),g=i??(t.tickFormat?t.tickFormat.apply(t,n):hv),v=Math.max(s,0)+o,m=t.range(),y=+m[0]+l,b=+m[m.length-1]+l,S=(t.bandwidth?gv:pv)(t.copy(),l),_=f.selection?f.selection():f,E=_.selectAll(".domain").data([null]),M=_.selectAll(".tick").data(p,t).order(),D=M.exit(),H=M.enter().append("g").attr("class","tick"),I=M.select("line"),O=M.select("text");E=E.merge(E.enter().insert("path",".tick").attr("class","domain").attr("stroke","currentColor")),M=M.merge(H),I=I.merge(H.append("line").attr("stroke","currentColor").attr(u+"2",c*s)),O=O.merge(H.append("text").attr("fill","currentColor").attr(u,c*v).attr("dy",e===qi?"0em":e===Wa?"0.71em":"0.32em")),f!==_&&(E=E.transition(f),M=M.transition(f),I=I.transition(f),O=O.transition(f),D=D.transition(f).attr("opacity",au).attr("transform",function(L){return isFinite(L=S(L))?d(L+l):this.getAttribute("transform")}),H.attr("opacity",au).attr("transform",function(L){var R=this.parentNode.__axis;return d((R&&isFinite(R=R(L))?R:S(L))+l)})),D.remove(),E.attr("d",e===$r||e===Xi?a?"M"+c*a+","+y+"H"+l+"V"+b+"H"+c*a:"M"+l+","+y+"V"+b:a?"M"+y+","+c*a+"V"+l+"H"+b+"V"+c*a:"M"+y+","+l+"H"+b),M.attr("opacity",1).attr("transform",function(L){return d(S(L)+l)}),I.attr(u+"2",c*s),O.attr(u,c*v).text(g),_.filter(mv).attr("fill","none").attr("font-size",10).attr("font-family","sans-serif").attr("text-anchor",e===Xi?"start":e===$r?"end":"middle"),_.each(function(){this.__axis=S})}return h.scale=function(f){return arguments.length?(t=f,h):t},h.ticks=function(){return n=Array.from(arguments),h},h.tickArguments=function(f){return arguments.length?(n=f==null?[]:Array.from(f),h):n.slice()},h.tickValues=function(f){return arguments.length?(r=f==null?null:Array.from(f),h):r&&r.slice()},h.tickFormat=function(f){return arguments.length?(i=f,h):i},h.tickSize=function(f){return arguments.length?(s=a=+f,h):s},h.tickSizeInner=function(f){return arguments.length?(s=+f,h):s},h.tickSizeOuter=function(f){return arguments.length?(a=+f,h):a},h.tickPadding=function(f){return arguments.length?(o=+f,h):o},h.offset=function(f){return arguments.length?(l=+f,h):l},h}function vv(e){return ji(qi,e)}function yv(e){return ji(Xi,e)}function Ya(e){return ji(Wa,e)}function ou(e){return ji($r,e)}var xv={value:()=>{}};function qa(){for(var e=0,t=arguments.length,n={},r;e<t;++e){if(!(r=arguments[e]+"")||r in n||/[\s.]/.test(r))throw new Error("illegal type: "+r);n[r]=[]}return new Zi(n)}function Zi(e){this._=e}function bv(e,t){return e.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&&!t.hasOwnProperty(n))throw new Error("unknown type: "+n);return{type:n,name:r}})}Zi.prototype=qa.prototype={constructor:Zi,on:function(e,t){var n=this._,r=bv(e+"",n),i,s=-1,a=r.length;if(arguments.length<2){for(;++s<a;)if((i=(e=r[s]).type)&&(i=Ev(n[i],e.name)))return i;return}if(t!=null&&typeof t!="function")throw new Error("invalid callback: "+t);for(;++s<a;)if(i=(e=r[s]).type)n[i]=lu(n[i],e.name,t);else if(t==null)for(i in n)n[i]=lu(n[i],e.name,null);return this},copy:function(){var e={},t=this._;for(var n in t)e[n]=t[n].slice();return new Zi(e)},call:function(e,t){if((i=arguments.length-2)>0)for(var n=new Array(i),r=0,i,s;r<i;++r)n[r]=arguments[r+2];if(!this._.hasOwnProperty(e))throw new Error("unknown type: "+e);for(s=this._[e],r=0,i=s.length;r<i;++r)s[r].value.apply(t,n)},apply:function(e,t,n){if(!this._.hasOwnProperty(e))throw new Error("unknown type: "+e);for(var r=this._[e],i=0,s=r.length;i<s;++i)r[i].value.apply(t,n)}};function Ev(e,t){for(var n=0,r=e.length,i;n<r;++n)if((i=e[n]).name===t)return i.value}function lu(e,t,n){for(var r=0,i=e.length;r<i;++r)if(e[r].name===t){e[r]=xv,e=e.slice(0,r).concat(e.slice(r+1));break}return n!=null&&e.push({name:t,value:n}),e}var Xa="http://www.w3.org/1999/xhtml";const cu={svg:"http://www.w3.org/2000/svg",xhtml:Xa,xlink:"http://www.w3.org/1999/xlink",xml:"http://www.w3.org/XML/1998/namespace",xmlns:"http://www.w3.org/2000/xmlns/"};function Ki(e){var t=e+="",n=t.indexOf(":");return n>=0&&(t=e.slice(0,n))!=="xmlns"&&(e=e.slice(n+1)),cu.hasOwnProperty(t)?{space:cu[t],local:e}:e}function Sv(e){return function(){var t=this.ownerDocument,n=this.namespaceURI;return n===Xa&&t.documentElement.namespaceURI===Xa?t.createElement(e):t.createElementNS(n,e)}}function _v(e){return function(){return this.ownerDocument.createElementNS(e.space,e.local)}}function uu(e){var t=Ki(e);return(t.local?_v:Sv)(t)}function wv(){}function ja(e){return e==null?wv:function(){return this.querySelector(e)}}function Ov(e){typeof e!="function"&&(e=ja(e));for(var t=this._groups,n=t.length,r=new Array(n),i=0;i<n;++i)for(var s=t[i],a=s.length,o=r[i]=new Array(a),l,c,u=0;u<a;++u)(l=s[u])&&(c=e.call(l,l.__data__,u,s))&&("__data__"in l&&(c.__data__=l.__data__),o[u]=c);return new ie(r,this._parents)}function Tv(e){return e==null?[]:Array.isArray(e)?e:Array.from(e)}function Mv(){return[]}function hu(e){return e==null?Mv:function(){return this.querySelectorAll(e)}}function Cv(e){return function(){return Tv(e.apply(this,arguments))}}function Av(e){typeof e=="function"?e=Cv(e):e=hu(e);for(var t=this._groups,n=t.length,r=[],i=[],s=0;s<n;++s)for(var a=t[s],o=a.length,l,c=0;c<o;++c)(l=a[c])&&(r.push(e.call(l,l.__data__,c,a)),i.push(l));return new ie(r,i)}function du(e){return function(){return this.matches(e)}}function fu(e){return function(t){return t.matches(e)}}var Dv=Array.prototype.find;function Lv(e){return function(){return Dv.call(this.children,e)}}function Rv(){return this.firstElementChild}function kv(e){return this.select(e==null?Rv:Lv(typeof e=="function"?e:fu(e)))}var Iv=Array.prototype.filter;function Pv(){return Array.from(this.children)}function $v(e){return function(){return Iv.call(this.children,e)}}function Nv(e){return this.selectAll(e==null?Pv:$v(typeof e=="function"?e:fu(e)))}function Bv(e){typeof e!="function"&&(e=du(e));for(var t=this._groups,n=t.length,r=new Array(n),i=0;i<n;++i)for(var s=t[i],a=s.length,o=r[i]=[],l,c=0;c<a;++c)(l=s[c])&&e.call(l,l.__data__,c,s)&&o.push(l);return new ie(r,this._parents)}function pu(e){return new Array(e.length)}function Vv(){return new ie(this._enter||this._groups.map(pu),this._parents)}function Qi(e,t){this.ownerDocument=e.ownerDocument,this.namespaceURI=e.namespaceURI,this._next=null,this._parent=e,this.__data__=t}Qi.prototype={constructor:Qi,appendChild:function(e){return this._parent.insertBefore(e,this._next)},insertBefore:function(e,t){return this._parent.insertBefore(e,t)},querySelector:function(e){return this._parent.querySelector(e)},querySelectorAll:function(e){return this._parent.querySelectorAll(e)}};function Uv(e){return function(){return e}}function Hv(e,t,n,r,i,s){for(var a=0,o,l=t.length,c=s.length;a<c;++a)(o=t[a])?(o.__data__=s[a],r[a]=o):n[a]=new Qi(e,s[a]);for(;a<l;++a)(o=t[a])&&(i[a]=o)}function Fv(e,t,n,r,i,s,a){var o,l,c=new Map,u=t.length,d=s.length,h=new Array(u),f;for(o=0;o<u;++o)(l=t[o])&&(h[o]=f=a.call(l,l.__data__,o,t)+"",c.has(f)?i[o]=l:c.set(f,l));for(o=0;o<d;++o)f=a.call(e,s[o],o,s)+"",(l=c.get(f))?(r[o]=l,l.__data__=s[o],c.delete(f)):n[o]=new Qi(e,s[o]);for(o=0;o<u;++o)(l=t[o])&&c.get(h[o])===l&&(i[o]=l)}function Gv(e){return e.__data__}function zv(e,t){if(!arguments.length)return Array.from(this,Gv);var n=t?Fv:Hv,r=this._parents,i=this._groups;typeof e!="function"&&(e=Uv(e));for(var s=i.length,a=new Array(s),o=new Array(s),l=new Array(s),c=0;c<s;++c){var u=r[c],d=i[c],h=d.length,f=Wv(e.call(u,u&&u.__data__,c,r)),p=f.length,g=o[c]=new Array(p),v=a[c]=new Array(p),m=l[c]=new Array(h);n(u,d,g,v,m,f,t);for(var y=0,b=0,S,_;y<p;++y)if(S=g[y]){for(y>=b&&(b=y+1);!(_=v[b])&&++b<p;);S._next=_||null}}return a=new ie(a,r),a._enter=o,a._exit=l,a}function Wv(e){return typeof e=="object"&&"length"in e?e:Array.from(e)}function Yv(){return new ie(this._exit||this._groups.map(pu),this._parents)}function qv(e,t,n){var r=this.enter(),i=this,s=this.exit();return typeof e=="function"?(r=e(r),r&&(r=r.selection())):r=r.append(e+""),t!=null&&(i=t(i),i&&(i=i.selection())),n==null?s.remove():n(s),r&&i?r.merge(i).order():i}function Xv(e){for(var t=e.selection?e.selection():e,n=this._groups,r=t._groups,i=n.length,s=r.length,a=Math.min(i,s),o=new Array(i),l=0;l<a;++l)for(var c=n[l],u=r[l],d=c.length,h=o[l]=new Array(d),f,p=0;p<d;++p)(f=c[p]||u[p])&&(h[p]=f);for(;l<i;++l)o[l]=n[l];return new ie(o,this._parents)}function jv(){for(var e=this._groups,t=-1,n=e.length;++t<n;)for(var r=e[t],i=r.length-1,s=r[i],a;--i>=0;)(a=r[i])&&(s&&a.compareDocumentPosition(s)^4&&s.parentNode.insertBefore(a,s),s=a);return this}function Zv(e){e||(e=Kv);function t(d,h){return d&&h?e(d.__data__,h.__data__):!d-!h}for(var n=this._groups,r=n.length,i=new Array(r),s=0;s<r;++s){for(var a=n[s],o=a.length,l=i[s]=new Array(o),c,u=0;u<o;++u)(c=a[u])&&(l[u]=c);l.sort(t)}return new ie(i,this._parents).order()}function Kv(e,t){return e<t?-1:e>t?1:e>=t?0:NaN}function Qv(){var e=arguments[0];return arguments[0]=this,e.apply(null,arguments),this}function Jv(){return Array.from(this)}function t0(){for(var e=this._groups,t=0,n=e.length;t<n;++t)for(var r=e[t],i=0,s=r.length;i<s;++i){var a=r[i];if(a)return a}return null}function e0(){let e=0;for(const t of this)++e;return e}function n0(){return!this.node()}function r0(e){for(var t=this._groups,n=0,r=t.length;n<r;++n)for(var i=t[n],s=0,a=i.length,o;s<a;++s)(o=i[s])&&e.call(o,o.__data__,s,i);return this}function i0(e){return function(){this.removeAttribute(e)}}function s0(e){return function(){this.removeAttributeNS(e.space,e.local)}}function a0(e,t){return function(){this.setAttribute(e,t)}}function o0(e,t){return function(){this.setAttributeNS(e.space,e.local,t)}}function l0(e,t){return function(){var n=t.apply(this,arguments);n==null?this.removeAttribute(e):this.setAttribute(e,n)}}function c0(e,t){return function(){var n=t.apply(this,arguments);n==null?this.removeAttributeNS(e.space,e.local):this.setAttributeNS(e.space,e.local,n)}}function u0(e,t){var n=Ki(e);if(arguments.length<2){var r=this.node();return n.local?r.getAttributeNS(n.space,n.local):r.getAttribute(n)}return this.each((t==null?n.local?s0:i0:typeof t=="function"?n.local?c0:l0:n.local?o0:a0)(n,t))}function gu(e){return e.ownerDocument&&e.ownerDocument.defaultView||e.document&&e||e.defaultView}function h0(e){return function(){this.style.removeProperty(e)}}function d0(e,t,n){return function(){this.style.setProperty(e,t,n)}}function f0(e,t,n){return function(){var r=t.apply(this,arguments);r==null?this.style.removeProperty(e):this.style.setProperty(e,r,n)}}function p0(e,t,n){return arguments.length>1?this.each((t==null?h0:typeof t=="function"?f0:d0)(e,t,n??"")):qn(this.node(),e)}function qn(e,t){return e.style.getPropertyValue(t)||gu(e).getComputedStyle(e,null).getPropertyValue(t)}function g0(e){return function(){delete this[e]}}function m0(e,t){return function(){this[e]=t}}function v0(e,t){return function(){var n=t.apply(this,arguments);n==null?delete this[e]:this[e]=n}}function y0(e,t){return arguments.length>1?this.each((t==null?g0:typeof t=="function"?v0:m0)(e,t)):this.node()[e]}function mu(e){return e.trim().split(/^|\s+/)}function Za(e){return e.classList||new vu(e)}function vu(e){this._node=e,this._names=mu(e.getAttribute("class")||"")}vu.prototype={add:function(e){var t=this._names.indexOf(e);t<0&&(this._names.push(e),this._node.setAttribute("class",this._names.join(" ")))},remove:function(e){var t=this._names.indexOf(e);t>=0&&(this._names.splice(t,1),this._node.setAttribute("class",this._names.join(" ")))},contains:function(e){return this._names.indexOf(e)>=0}};function yu(e,t){for(var n=Za(e),r=-1,i=t.length;++r<i;)n.add(t[r])}function xu(e,t){for(var n=Za(e),r=-1,i=t.length;++r<i;)n.remove(t[r])}function x0(e){return function(){yu(this,e)}}function b0(e){return function(){xu(this,e)}}function E0(e,t){return function(){(t.apply(this,arguments)?yu:xu)(this,e)}}function S0(e,t){var n=mu(e+"");if(arguments.length<2){for(var r=Za(this.node()),i=-1,s=n.length;++i<s;)if(!r.contains(n[i]))return!1;return!0}return this.each((typeof t=="function"?E0:t?x0:b0)(n,t))}function _0(){this.textContent=""}function w0(e){return function(){this.textContent=e}}function O0(e){return function(){var t=e.apply(this,arguments);this.textContent=t??""}}function T0(e){return arguments.length?this.each(e==null?_0:(typeof e=="function"?O0:w0)(e)):this.node().textContent}function M0(){this.innerHTML=""}function C0(e){return function(){this.innerHTML=e}}function A0(e){return function(){var t=e.apply(this,arguments);this.innerHTML=t??""}}function D0(e){return arguments.length?this.each(e==null?M0:(typeof e=="function"?A0:C0)(e)):this.node().innerHTML}function L0(){this.nextSibling&&this.parentNode.appendChild(this)}function R0(){return this.each(L0)}function k0(){this.previousSibling&&this.parentNode.insertBefore(this,this.parentNode.firstChild)}function I0(){return this.each(k0)}function P0(e){var t=typeof e=="function"?e:uu(e);return this.select(function(){return this.appendChild(t.apply(this,arguments))})}function $0(){return null}function N0(e,t){var n=typeof e=="function"?e:uu(e),r=t==null?$0:typeof t=="function"?t:ja(t);return this.select(function(){return this.insertBefore(n.apply(this,arguments),r.apply(this,arguments)||null)})}function B0(){var e=this.parentNode;e&&e.removeChild(this)}function V0(){return this.each(B0)}function U0(){var e=this.cloneNode(!1),t=this.parentNode;return t?t.insertBefore(e,this.nextSibling):e}function H0(){var e=this.cloneNode(!0),t=this.parentNode;return t?t.insertBefore(e,this.nextSibling):e}function F0(e){return this.select(e?H0:U0)}function G0(e){return arguments.length?this.property("__data__",e):this.node().__data__}function z0(e){return function(t){e.call(this,t,this.__data__)}}function W0(e){return e.trim().split(/^|\s+/).map(function(t){var n="",r=t.indexOf(".");return r>=0&&(n=t.slice(r+1),t=t.slice(0,r)),{type:t,name:n}})}function Y0(e){return function(){var t=this.__on;if(t){for(var n=0,r=-1,i=t.length,s;n<i;++n)s=t[n],(!e.type||s.type===e.type)&&s.name===e.name?this.removeEventListener(s.type,s.listener,s.options):t[++r]=s;++r?t.length=r:delete this.__on}}}function q0(e,t,n){return function(){var r=this.__on,i,s=z0(t);if(r){for(var a=0,o=r.length;a<o;++a)if((i=r[a]).type===e.type&&i.name===e.name){this.removeEventListener(i.type,i.listener,i.options),this.addEventListener(i.type,i.listener=s,i.options=n),i.value=t;return}}this.addEventListener(e.type,s,n),i={type:e.type,name:e.name,value:t,listener:s,options:n},r?r.push(i):this.__on=[i]}}function X0(e,t,n){var r=W0(e+""),i,s=r.length,a;if(arguments.length<2){var o=this.node().__on;if(o){for(var l=0,c=o.length,u;l<c;++l)for(i=0,u=o[l];i<s;++i)if((a=r[i]).type===u.type&&a.name===u.name)return u.value}return}for(o=t?q0:Y0,i=0;i<s;++i)this.each(o(r[i],t,n));return this}function bu(e,t,n){var r=gu(e),i=r.CustomEvent;typeof i=="function"?i=new i(t,n):(i=r.document.createEvent("Event"),n?(i.initEvent(t,n.bubbles,n.cancelable),i.detail=n.detail):i.initEvent(t,!1,!1)),e.dispatchEvent(i)}function j0(e,t){return function(){return bu(this,e,t)}}function Z0(e,t){return function(){return bu(this,e,t.apply(this,arguments))}}function K0(e,t){return this.each((typeof t=="function"?Z0:j0)(e,t))}function*Q0(){for(var e=this._groups,t=0,n=e.length;t<n;++t)for(var r=e[t],i=0,s=r.length,a;i<s;++i)(a=r[i])&&(yield a)}var Eu=[null];function ie(e,t){this._groups=e,this._parents=t}function Nr(){return new ie([[document.documentElement]],Eu)}function J0(){return this}ie.prototype=Nr.prototype={constructor:ie,select:Ov,selectAll:Av,selectChild:kv,selectChildren:Nv,filter:Bv,data:zv,enter:Vv,exit:Yv,join:qv,merge:Xv,selection:J0,order:jv,sort:Zv,call:Qv,nodes:Jv,node:t0,size:e0,empty:n0,each:r0,attr:u0,style:p0,property:y0,classed:S0,text:T0,html:D0,raise:R0,lower:I0,append:P0,insert:N0,remove:V0,clone:F0,datum:G0,on:X0,dispatch:K0,[Symbol.iterator]:Q0};function A(e){return typeof e=="string"?new ie([[document.querySelector(e)]],[document.documentElement]):new ie([[e]],Eu)}function ty(e){let t;for(;t=e.sourceEvent;)e=t;return e}function En(e,t){if(e=ty(e),t===void 0&&(t=e.currentTarget),t){var n=t.ownerSVGElement||t;if(n.createSVGPoint){var r=n.createSVGPoint();return r.x=e.clientX,r.y=e.clientY,r=r.matrixTransform(t.getScreenCTM().inverse()),[r.x,r.y]}if(t.getBoundingClientRect){var i=t.getBoundingClientRect();return[e.clientX-i.left-t.clientLeft,e.clientY-i.top-t.clientTop]}}return[e.pageX,e.pageY]}const Ka={capture:!0,passive:!1};function Qa(e){e.preventDefault(),e.stopImmediatePropagation()}function ey(e){var t=e.document.documentElement,n=A(e).on("dragstart.drag",Qa,Ka);"onselectstart"in t?n.on("selectstart.drag",Qa,Ka):(t.__noselect=t.style.MozUserSelect,t.style.MozUserSelect="none")}function ny(e,t){var n=e.document.documentElement,r=A(e).on("dragstart.drag",null);t&&(r.on("click.drag",Qa,Ka),setTimeout(function(){r.on("click.drag",null)},0)),"onselectstart"in n?r.on("selectstart.drag",null):(n.style.MozUserSelect=n.__noselect,delete n.__noselect)}function Ja(e,t,n){e.prototype=t.prototype=n,n.constructor=e}function Su(e,t){var n=Object.create(e.prototype);for(var r in t)n[r]=t[r];return n}function Br(){}var Vr=.7,Ji=1/Vr,Xn="\\s*([+-]?\\d+)\\s*",Ur="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)\\s*",Le="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)%\\s*",ry=/^#([0-9a-f]{3,8})$/,iy=new RegExp(`^rgb\\(${Xn},${Xn},${Xn}\\)$`),sy=new RegExp(`^rgb\\(${Le},${Le},${Le}\\)$`),ay=new RegExp(`^rgba\\(${Xn},${Xn},${Xn},${Ur}\\)$`),oy=new RegExp(`^rgba\\(${Le},${Le},${Le},${Ur}\\)$`),ly=new RegExp(`^hsl\\(${Ur},${Le},${Le}\\)$`),cy=new RegExp(`^hsla\\(${Ur},${Le},${Le},${Ur}\\)$`),_u={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};Ja(Br,Fe,{copy(e){return Object.assign(new this.constructor,this,e)},displayable(){return this.rgb().displayable()},hex:wu,formatHex:wu,formatHex8:uy,formatHsl:hy,formatRgb:Ou,toString:Ou});function wu(){return this.rgb().formatHex()}function uy(){return this.rgb().formatHex8()}function hy(){return Du(this).formatHsl()}function Ou(){return this.rgb().formatRgb()}function Fe(e){var t,n;return e=(e+"").trim().toLowerCase(),(t=ry.exec(e))?(n=t[1].length,t=parseInt(t[1],16),n===6?Tu(t):n===3?new Qt(t>>8&15|t>>4&240,t>>4&15|t&240,(t&15)<<4|t&15,1):n===8?ts(t>>24&255,t>>16&255,t>>8&255,(t&255)/255):n===4?ts(t>>12&15|t>>8&240,t>>8&15|t>>4&240,t>>4&15|t&240,((t&15)<<4|t&15)/255):null):(t=iy.exec(e))?new Qt(t[1],t[2],t[3],1):(t=sy.exec(e))?new Qt(t[1]*255/100,t[2]*255/100,t[3]*255/100,1):(t=ay.exec(e))?ts(t[1],t[2],t[3],t[4]):(t=oy.exec(e))?ts(t[1]*255/100,t[2]*255/100,t[3]*255/100,t[4]):(t=ly.exec(e))?Au(t[1],t[2]/100,t[3]/100,1):(t=cy.exec(e))?Au(t[1],t[2]/100,t[3]/100,t[4]):_u.hasOwnProperty(e)?Tu(_u[e]):e==="transparent"?new Qt(NaN,NaN,NaN,0):null}function Tu(e){return new Qt(e>>16&255,e>>8&255,e&255,1)}function ts(e,t,n,r){return r<=0&&(e=t=n=NaN),new Qt(e,t,n,r)}function dy(e){return e instanceof Br||(e=Fe(e)),e?(e=e.rgb(),new Qt(e.r,e.g,e.b,e.opacity)):new Qt}function to(e,t,n,r){return arguments.length===1?dy(e):new Qt(e,t,n,r??1)}function Qt(e,t,n,r){this.r=+e,this.g=+t,this.b=+n,this.opacity=+r}Ja(Qt,to,Su(Br,{brighter(e){return e=e==null?Ji:Math.pow(Ji,e),new Qt(this.r*e,this.g*e,this.b*e,this.opacity)},darker(e){return e=e==null?Vr:Math.pow(Vr,e),new Qt(this.r*e,this.g*e,this.b*e,this.opacity)},rgb(){return this},clamp(){return new Qt(Sn(this.r),Sn(this.g),Sn(this.b),es(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:Mu,formatHex:Mu,formatHex8:fy,formatRgb:Cu,toString:Cu}));function Mu(){return`#${_n(this.r)}${_n(this.g)}${_n(this.b)}`}function fy(){return`#${_n(this.r)}${_n(this.g)}${_n(this.b)}${_n((isNaN(this.opacity)?1:this.opacity)*255)}`}function Cu(){const e=es(this.opacity);return`${e===1?"rgb(":"rgba("}${Sn(this.r)}, ${Sn(this.g)}, ${Sn(this.b)}${e===1?")":`, ${e})`}`}function es(e){return isNaN(e)?1:Math.max(0,Math.min(1,e))}function Sn(e){return Math.max(0,Math.min(255,Math.round(e)||0))}function _n(e){return e=Sn(e),(e<16?"0":"")+e.toString(16)}function Au(e,t,n,r){return r<=0?e=t=n=NaN:n<=0||n>=1?e=t=NaN:t<=0&&(e=NaN),new xe(e,t,n,r)}function Du(e){if(e instanceof xe)return new xe(e.h,e.s,e.l,e.opacity);if(e instanceof Br||(e=Fe(e)),!e)return new xe;if(e instanceof xe)return e;e=e.rgb();var t=e.r/255,n=e.g/255,r=e.b/255,i=Math.min(t,n,r),s=Math.max(t,n,r),a=NaN,o=s-i,l=(s+i)/2;return o?(t===s?a=(n-r)/o+(n<r)*6:n===s?a=(r-t)/o+2:a=(t-n)/o+4,o/=l<.5?s+i:2-s-i,a*=60):o=l>0&&l<1?0:a,new xe(a,o,l,e.opacity)}function eo(e,t,n,r){return arguments.length===1?Du(e):new xe(e,t,n,r??1)}function xe(e,t,n,r){this.h=+e,this.s=+t,this.l=+n,this.opacity=+r}Ja(xe,eo,Su(Br,{brighter(e){return e=e==null?Ji:Math.pow(Ji,e),new xe(this.h,this.s,this.l*e,this.opacity)},darker(e){return e=e==null?Vr:Math.pow(Vr,e),new xe(this.h,this.s,this.l*e,this.opacity)},rgb(){var e=this.h%360+(this.h<0)*360,t=isNaN(e)||isNaN(this.s)?0:this.s,n=this.l,r=n+(n<.5?n:1-n)*t,i=2*n-r;return new Qt(no(e>=240?e-240:e+120,i,r),no(e,i,r),no(e<120?e+240:e-120,i,r),this.opacity)},clamp(){return new xe(Lu(this.h),ns(this.s),ns(this.l),es(this.opacity))},displayable(){return(0<=this.s&&this.s<=1||isNaN(this.s))&&0<=this.l&&this.l<=1&&0<=this.opacity&&this.opacity<=1},formatHsl(){const e=es(this.opacity);return`${e===1?"hsl(":"hsla("}${Lu(this.h)}, ${ns(this.s)*100}%, ${ns(this.l)*100}%${e===1?")":`, ${e})`}`}}));function Lu(e){return e=(e||0)%360,e<0?e+360:e}function ns(e){return Math.max(0,Math.min(1,e||0))}function no(e,t,n){return(e<60?t+(n-t)*e/60:e<180?n:e<240?t+(n-t)*(240-e)/60:t)*255}const ro=e=>()=>e;function py(e,t){return function(n){return e+n*t}}function gy(e,t,n){return e=Math.pow(e,n),t=Math.pow(t,n)-e,n=1/n,function(r){return Math.pow(e+r*t,n)}}function my(e){return(e=+e)==1?Ru:function(t,n){return n-t?gy(t,n,e):ro(isNaN(t)?n:t)}}function Ru(e,t){var n=t-e;return n?py(e,n):ro(isNaN(e)?t:e)}const rs=function e(t){var n=my(t);function r(i,s){var a=n((i=to(i)).r,(s=to(s)).r),o=n(i.g,s.g),l=n(i.b,s.b),c=Ru(i.opacity,s.opacity);return function(u){return i.r=a(u),i.g=o(u),i.b=l(u),i.opacity=c(u),i+""}}return r.gamma=e,r}(1);function vy(e,t){t||(t=[]);var n=e?Math.min(t.length,e.length):0,r=t.slice(),i;return function(s){for(i=0;i<n;++i)r[i]=e[i]*(1-s)+t[i]*s;return r}}function yy(e){return ArrayBuffer.isView(e)&&!(e instanceof DataView)}function xy(e,t){var n=t?t.length:0,r=e?Math.min(n,e.length):0,i=new Array(r),s=new Array(n),a;for(a=0;a<r;++a)i[a]=Hr(e[a],t[a]);for(;a<n;++a)s[a]=t[a];return function(o){for(a=0;a<r;++a)s[a]=i[a](o);return s}}function by(e,t){var n=new Date;return e=+e,t=+t,function(r){return n.setTime(e*(1-r)+t*r),n}}function se(e,t){return e=+e,t=+t,function(n){return e*(1-n)+t*n}}function Ey(e,t){var n={},r={},i;(e===null||typeof e!="object")&&(e={}),(t===null||typeof t!="object")&&(t={});for(i in t)i in e?n[i]=Hr(e[i],t[i]):r[i]=t[i];return function(s){for(i in n)r[i]=n[i](s);return r}}var io=/[-+]?(?:\d+\.?\d*|\.?\d+)(?:[eE][-+]?\d+)?/g,so=new RegExp(io.source,"g");function Sy(e){return function(){return e}}function _y(e){return function(t){return e(t)+""}}function ku(e,t){var n=io.lastIndex=so.lastIndex=0,r,i,s,a=-1,o=[],l=[];for(e=e+"",t=t+"";(r=io.exec(e))&&(i=so.exec(t));)(s=i.index)>n&&(s=t.slice(n,s),o[a]?o[a]+=s:o[++a]=s),(r=r[0])===(i=i[0])?o[a]?o[a]+=i:o[++a]=i:(o[++a]=null,l.push({i:a,x:se(r,i)})),n=so.lastIndex;return n<t.length&&(s=t.slice(n),o[a]?o[a]+=s:o[++a]=s),o.length<2?l[0]?_y(l[0].x):Sy(t):(t=l.length,function(c){for(var u=0,d;u<t;++u)o[(d=l[u]).i]=d.x(c);return o.join("")})}function Hr(e,t){var n=typeof t,r;return t==null||n==="boolean"?ro(t):(n==="number"?se:n==="string"?(r=Fe(t))?(t=r,rs):ku:t instanceof Fe?rs:t instanceof Date?by:yy(t)?vy:Array.isArray(t)?xy:typeof t.valueOf!="function"&&typeof t.toString!="function"||isNaN(t)?Ey:se)(e,t)}function Iu(e,t){return e=+e,t=+t,function(n){return Math.round(e*(1-n)+t*n)}}var Pu=180/Math.PI,ao={translateX:0,translateY:0,rotate:0,skewX:0,scaleX:1,scaleY:1};function $u(e,t,n,r,i,s){var a,o,l;return(a=Math.sqrt(e*e+t*t))&&(e/=a,t/=a),(l=e*n+t*r)&&(n-=e*l,r-=t*l),(o=Math.sqrt(n*n+r*r))&&(n/=o,r/=o,l/=o),e*r<t*n&&(e=-e,t=-t,l=-l,a=-a),{translateX:i,translateY:s,rotate:Math.atan2(t,e)*Pu,skewX:Math.atan(l)*Pu,scaleX:a,scaleY:o}}var is;function wy(e){const t=new(typeof DOMMatrix=="function"?DOMMatrix:WebKitCSSMatrix)(e+"");return t.isIdentity?ao:$u(t.a,t.b,t.c,t.d,t.e,t.f)}function Oy(e){return e==null||(is||(is=document.createElementNS("http://www.w3.org/2000/svg","g")),is.setAttribute("transform",e),!(e=is.transform.baseVal.consolidate()))?ao:(e=e.matrix,$u(e.a,e.b,e.c,e.d,e.e,e.f))}function Nu(e,t,n,r){function i(c){return c.length?c.pop()+" ":""}function s(c,u,d,h,f,p){if(c!==d||u!==h){var g=f.push("translate(",null,t,null,n);p.push({i:g-4,x:se(c,d)},{i:g-2,x:se(u,h)})}else(d||h)&&f.push("translate("+d+t+h+n)}function a(c,u,d,h){c!==u?(c-u>180?u+=360:u-c>180&&(c+=360),h.push({i:d.push(i(d)+"rotate(",null,r)-2,x:se(c,u)})):u&&d.push(i(d)+"rotate("+u+r)}function o(c,u,d,h){c!==u?h.push({i:d.push(i(d)+"skewX(",null,r)-2,x:se(c,u)}):u&&d.push(i(d)+"skewX("+u+r)}function l(c,u,d,h,f,p){if(c!==d||u!==h){var g=f.push(i(f)+"scale(",null,",",null,")");p.push({i:g-4,x:se(c,d)},{i:g-2,x:se(u,h)})}else(d!==1||h!==1)&&f.push(i(f)+"scale("+d+","+h+")")}return function(c,u){var d=[],h=[];return c=e(c),u=e(u),s(c.translateX,c.translateY,u.translateX,u.translateY,d,h),a(c.rotate,u.rotate,d,h),o(c.skewX,u.skewX,d,h),l(c.scaleX,c.scaleY,u.scaleX,u.scaleY,d,h),c=u=null,function(f){for(var p=-1,g=h.length,v;++p<g;)d[(v=h[p]).i]=v.x(f);return d.join("")}}}var Ty=Nu(wy,"px, ","px)","deg)"),My=Nu(Oy,", ",")",")");function Cy(e,t){for(var n=new Array(t),r=0;r<t;++r)n[r]=e(r/(t-1));return n}var jn=0,Fr=0,Gr=0,Bu=1e3,ss,zr,as=0,wn=0,os=0,Wr=typeof performance=="object"&&performance.now?performance:Date,Vu=typeof window=="object"&&window.requestAnimationFrame?window.requestAnimationFrame.bind(window):function(e){setTimeout(e,17)};function oo(){return wn||(Vu(Ay),wn=Wr.now()+os)}function Ay(){wn=0}function ls(){this._call=this._time=this._next=null}ls.prototype=Uu.prototype={constructor:ls,restart:function(e,t,n){if(typeof e!="function")throw new TypeError("callback is not a function");n=(n==null?oo():+n)+(t==null?0:+t),!this._next&&zr!==this&&(zr?zr._next=this:ss=this,zr=this),this._call=e,this._time=n,lo()},stop:function(){this._call&&(this._call=null,this._time=1/0,lo())}};function Uu(e,t,n){var r=new ls;return r.restart(e,t,n),r}function Dy(){oo(),++jn;for(var e=ss,t;e;)(t=wn-e._time)>=0&&e._call.call(void 0,t),e=e._next;--jn}function Hu(){wn=(as=Wr.now())+os,jn=Fr=0;try{Dy()}finally{jn=0,Ry(),wn=0}}function Ly(){var e=Wr.now(),t=e-as;t>Bu&&(os-=t,as=e)}function Ry(){for(var e,t=ss,n,r=1/0;t;)t._call?(r>t._time&&(r=t._time),e=t,t=t._next):(n=t._next,t._next=null,t=e?e._next=n:ss=n);zr=e,lo(r)}function lo(e){if(!jn){Fr&&(Fr=clearTimeout(Fr));var t=e-wn;t>24?(e<1/0&&(Fr=setTimeout(Hu,e-Wr.now()-os)),Gr&&(Gr=clearInterval(Gr))):(Gr||(as=Wr.now(),Gr=setInterval(Ly,Bu)),jn=1,Vu(Hu))}}function Fu(e,t,n){var r=new ls;return t=t==null?0:+t,r.restart(i=>{r.stop(),e(i+t)},t,n),r}var ky=qa("start","end","cancel","interrupt"),Iy=[],Gu=0,zu=1,co=2,cs=3,Wu=4,uo=5,us=6;function hs(e,t,n,r,i,s){var a=e.__transition;if(!a)e.__transition={};else if(n in a)return;Py(e,n,{name:t,index:r,group:i,on:ky,tween:Iy,time:s.time,delay:s.delay,duration:s.duration,ease:s.ease,timer:null,state:Gu})}function ho(e,t){var n=be(e,t);if(n.state>Gu)throw new Error("too late; already scheduled");return n}function Re(e,t){var n=be(e,t);if(n.state>cs)throw new Error("too late; already running");return n}function be(e,t){var n=e.__transition;if(!n||!(n=n[t]))throw new Error("transition not found");return n}function Py(e,t,n){var r=e.__transition,i;r[t]=n,n.timer=Uu(s,0,n.time);function s(c){n.state=zu,n.timer.restart(a,n.delay,n.time),n.delay<=c&&a(c-n.delay)}function a(c){var u,d,h,f;if(n.state!==zu)return l();for(u in r)if(f=r[u],f.name===n.name){if(f.state===cs)return Fu(a);f.state===Wu?(f.state=us,f.timer.stop(),f.on.call("interrupt",e,e.__data__,f.index,f.group),delete r[u]):+u<t&&(f.state=us,f.timer.stop(),f.on.call("cancel",e,e.__data__,f.index,f.group),delete r[u])}if(Fu(function(){n.state===cs&&(n.state=Wu,n.timer.restart(o,n.delay,n.time),o(c))}),n.state=co,n.on.call("start",e,e.__data__,n.index,n.group),n.state===co){for(n.state=cs,i=new Array(h=n.tween.length),u=0,d=-1;u<h;++u)(f=n.tween[u].value.call(e,e.__data__,n.index,n.group))&&(i[++d]=f);i.length=d+1}}function o(c){for(var u=c<n.duration?n.ease.call(null,c/n.duration):(n.timer.restart(l),n.state=uo,1),d=-1,h=i.length;++d<h;)i[d].call(e,u);n.state===uo&&(n.on.call("end",e,e.__data__,n.index,n.group),l())}function l(){n.state=us,n.timer.stop(),delete r[t];for(var c in r)return;delete e.__transition}}function fo(e,t){var n=e.__transition,r,i,s=!0,a;if(n){t=t==null?null:t+"";for(a in n){if((r=n[a]).name!==t){s=!1;continue}i=r.state>co&&r.state<uo,r.state=us,r.timer.stop(),r.on.call(i?"interrupt":"cancel",e,e.__data__,r.index,r.group),delete n[a]}s&&delete e.__transition}}function $y(e){return this.each(function(){fo(this,e)})}function Ny(e,t){var n,r;return function(){var i=Re(this,e),s=i.tween;if(s!==n){r=n=s;for(var a=0,o=r.length;a<o;++a)if(r[a].name===t){r=r.slice(),r.splice(a,1);break}}i.tween=r}}function By(e,t,n){var r,i;if(typeof n!="function")throw new Error;return function(){var s=Re(this,e),a=s.tween;if(a!==r){i=(r=a).slice();for(var o={name:t,value:n},l=0,c=i.length;l<c;++l)if(i[l].name===t){i[l]=o;break}l===c&&i.push(o)}s.tween=i}}function Vy(e,t){var n=this._id;if(e+="",arguments.length<2){for(var r=be(this.node(),n).tween,i=0,s=r.length,a;i<s;++i)if((a=r[i]).name===e)return a.value;return null}return this.each((t==null?Ny:By)(n,e,t))}function po(e,t,n){var r=e._id;return e.each(function(){var i=Re(this,r);(i.value||(i.value={}))[t]=n.apply(this,arguments)}),function(i){return be(i,r).value[t]}}function Yu(e,t){var n;return(typeof t=="number"?se:t instanceof Fe?rs:(n=Fe(t))?(t=n,rs):ku)(e,t)}function Uy(e){return function(){this.removeAttribute(e)}}function Hy(e){return function(){this.removeAttributeNS(e.space,e.local)}}function Fy(e,t,n){var r,i=n+"",s;return function(){var a=this.getAttribute(e);return a===i?null:a===r?s:s=t(r=a,n)}}function Gy(e,t,n){var r,i=n+"",s;return function(){var a=this.getAttributeNS(e.space,e.local);return a===i?null:a===r?s:s=t(r=a,n)}}function zy(e,t,n){var r,i,s;return function(){var a,o=n(this),l;return o==null?void this.removeAttribute(e):(a=this.getAttribute(e),l=o+"",a===l?null:a===r&&l===i?s:(i=l,s=t(r=a,o)))}}function Wy(e,t,n){var r,i,s;return function(){var a,o=n(this),l;return o==null?void this.removeAttributeNS(e.space,e.local):(a=this.getAttributeNS(e.space,e.local),l=o+"",a===l?null:a===r&&l===i?s:(i=l,s=t(r=a,o)))}}function Yy(e,t){var n=Ki(e),r=n==="transform"?My:Yu;return this.attrTween(e,typeof t=="function"?(n.local?Wy:zy)(n,r,po(this,"attr."+e,t)):t==null?(n.local?Hy:Uy)(n):(n.local?Gy:Fy)(n,r,t))}function qy(e,t){return function(n){this.setAttribute(e,t.call(this,n))}}function Xy(e,t){return function(n){this.setAttributeNS(e.space,e.local,t.call(this,n))}}function jy(e,t){var n,r;function i(){var s=t.apply(this,arguments);return s!==r&&(n=(r=s)&&Xy(e,s)),n}return i._value=t,i}function Zy(e,t){var n,r;function i(){var s=t.apply(this,arguments);return s!==r&&(n=(r=s)&&qy(e,s)),n}return i._value=t,i}function Ky(e,t){var n="attr."+e;if(arguments.length<2)return(n=this.tween(n))&&n._value;if(t==null)return this.tween(n,null);if(typeof t!="function")throw new Error;var r=Ki(e);return this.tween(n,(r.local?jy:Zy)(r,t))}function Qy(e,t){return function(){ho(this,e).delay=+t.apply(this,arguments)}}function Jy(e,t){return t=+t,function(){ho(this,e).delay=t}}function t1(e){var t=this._id;return arguments.length?this.each((typeof e=="function"?Qy:Jy)(t,e)):be(this.node(),t).delay}function e1(e,t){return function(){Re(this,e).duration=+t.apply(this,arguments)}}function n1(e,t){return t=+t,function(){Re(this,e).duration=t}}function r1(e){var t=this._id;return arguments.length?this.each((typeof e=="function"?e1:n1)(t,e)):be(this.node(),t).duration}function i1(e,t){if(typeof t!="function")throw new Error;return function(){Re(this,e).ease=t}}function s1(e){var t=this._id;return arguments.length?this.each(i1(t,e)):be(this.node(),t).ease}function a1(e,t){return function(){var n=t.apply(this,arguments);if(typeof n!="function")throw new Error;Re(this,e).ease=n}}function o1(e){if(typeof e!="function")throw new Error;return this.each(a1(this._id,e))}function l1(e){typeof e!="function"&&(e=du(e));for(var t=this._groups,n=t.length,r=new Array(n),i=0;i<n;++i)for(var s=t[i],a=s.length,o=r[i]=[],l,c=0;c<a;++c)(l=s[c])&&e.call(l,l.__data__,c,s)&&o.push(l);return new Ge(r,this._parents,this._name,this._id)}function c1(e){if(e._id!==this._id)throw new Error;for(var t=this._groups,n=e._groups,r=t.length,i=n.length,s=Math.min(r,i),a=new Array(r),o=0;o<s;++o)for(var l=t[o],c=n[o],u=l.length,d=a[o]=new Array(u),h,f=0;f<u;++f)(h=l[f]||c[f])&&(d[f]=h);for(;o<r;++o)a[o]=t[o];return new Ge(a,this._parents,this._name,this._id)}function u1(e){return(e+"").trim().split(/^|\s+/).every(function(t){var n=t.indexOf(".");return n>=0&&(t=t.slice(0,n)),!t||t==="start"})}function h1(e,t,n){var r,i,s=u1(t)?ho:Re;return function(){var a=s(this,e),o=a.on;o!==r&&(i=(r=o).copy()).on(t,n),a.on=i}}function d1(e,t){var n=this._id;return arguments.length<2?be(this.node(),n).on.on(e):this.each(h1(n,e,t))}function f1(e){return function(){var t=this.parentNode;for(var n in this.__transition)if(+n!==e)return;t&&t.removeChild(this)}}function p1(){return this.on("end.remove",f1(this._id))}function g1(e){var t=this._name,n=this._id;typeof e!="function"&&(e=ja(e));for(var r=this._groups,i=r.length,s=new Array(i),a=0;a<i;++a)for(var o=r[a],l=o.length,c=s[a]=new Array(l),u,d,h=0;h<l;++h)(u=o[h])&&(d=e.call(u,u.__data__,h,o))&&("__data__"in u&&(d.__data__=u.__data__),c[h]=d,hs(c[h],t,n,h,c,be(u,n)));return new Ge(s,this._parents,t,n)}function m1(e){var t=this._name,n=this._id;typeof e!="function"&&(e=hu(e));for(var r=this._groups,i=r.length,s=[],a=[],o=0;o<i;++o)for(var l=r[o],c=l.length,u,d=0;d<c;++d)if(u=l[d]){for(var h=e.call(u,u.__data__,d,l),f,p=be(u,n),g=0,v=h.length;g<v;++g)(f=h[g])&&hs(f,t,n,g,h,p);s.push(h),a.push(u)}return new Ge(s,a,t,n)}var v1=Nr.prototype.constructor;function y1(){return new v1(this._groups,this._parents)}function x1(e,t){var n,r,i;return function(){var s=qn(this,e),a=(this.style.removeProperty(e),qn(this,e));return s===a?null:s===n&&a===r?i:i=t(n=s,r=a)}}function qu(e){return function(){this.style.removeProperty(e)}}function b1(e,t,n){var r,i=n+"",s;return function(){var a=qn(this,e);return a===i?null:a===r?s:s=t(r=a,n)}}function E1(e,t,n){var r,i,s;return function(){var a=qn(this,e),o=n(this),l=o+"";return o==null&&(l=o=(this.style.removeProperty(e),qn(this,e))),a===l?null:a===r&&l===i?s:(i=l,s=t(r=a,o))}}function S1(e,t){var n,r,i,s="style."+t,a="end."+s,o;return function(){var l=Re(this,e),c=l.on,u=l.value[s]==null?o||(o=qu(t)):void 0;(c!==n||i!==u)&&(r=(n=c).copy()).on(a,i=u),l.on=r}}function _1(e,t,n){var r=(e+="")=="transform"?Ty:Yu;return t==null?this.styleTween(e,x1(e,r)).on("end.style."+e,qu(e)):typeof t=="function"?this.styleTween(e,E1(e,r,po(this,"style."+e,t))).each(S1(this._id,e)):this.styleTween(e,b1(e,r,t),n).on("end.style."+e,null)}function w1(e,t,n){return function(r){this.style.setProperty(e,t.call(this,r),n)}}function O1(e,t,n){var r,i;function s(){var a=t.apply(this,arguments);return a!==i&&(r=(i=a)&&w1(e,a,n)),r}return s._value=t,s}function T1(e,t,n){var r="style."+(e+="");if(arguments.length<2)return(r=this.tween(r))&&r._value;if(t==null)return this.tween(r,null);if(typeof t!="function")throw new Error;return this.tween(r,O1(e,t,n??""))}function M1(e){return function(){this.textContent=e}}function C1(e){return function(){var t=e(this);this.textContent=t??""}}function A1(e){return this.tween("text",typeof e=="function"?C1(po(this,"text",e)):M1(e==null?"":e+""))}function D1(e){return function(t){this.textContent=e.call(this,t)}}function L1(e){var t,n;function r(){var i=e.apply(this,arguments);return i!==n&&(t=(n=i)&&D1(i)),t}return r._value=e,r}function R1(e){var t="text";if(arguments.length<1)return(t=this.tween(t))&&t._value;if(e==null)return this.tween(t,null);if(typeof e!="function")throw new Error;return this.tween(t,L1(e))}function k1(){for(var e=this._name,t=this._id,n=Xu(),r=this._groups,i=r.length,s=0;s<i;++s)for(var a=r[s],o=a.length,l,c=0;c<o;++c)if(l=a[c]){var u=be(l,t);hs(l,e,n,c,a,{time:u.time+u.delay+u.duration,delay:0,duration:u.duration,ease:u.ease})}return new Ge(r,this._parents,e,n)}function I1(){var e,t,n=this,r=n._id,i=n.size();return new Promise(function(s,a){var o={value:a},l={value:function(){--i===0&&s()}};n.each(function(){var c=Re(this,r),u=c.on;u!==e&&(t=(e=u).copy(),t._.cancel.push(o),t._.interrupt.push(o),t._.end.push(l)),c.on=t}),i===0&&s()})}var P1=0;function Ge(e,t,n,r){this._groups=e,this._parents=t,this._name=n,this._id=r}function Xu(){return++P1}var ze=Nr.prototype;Ge.prototype={constructor:Ge,select:g1,selectAll:m1,selectChild:ze.selectChild,selectChildren:ze.selectChildren,filter:l1,merge:c1,selection:y1,transition:k1,call:ze.call,nodes:ze.nodes,node:ze.node,size:ze.size,empty:ze.empty,each:ze.each,on:d1,attr:Yy,attrTween:Ky,style:_1,styleTween:T1,text:A1,textTween:R1,remove:p1,tween:Vy,delay:t1,duration:r1,ease:s1,easeVarying:o1,end:I1,[Symbol.iterator]:ze[Symbol.iterator]};const $1=e=>+e;function ju(e){return((e*=2)<=1?e*e*e:(e-=2)*e*e+2)/2}var N1={time:null,delay:0,duration:250,ease:ju};function B1(e,t){for(var n;!(n=e.__transition)||!(n=n[t]);)if(!(e=e.parentNode))throw new Error(`transition ${t} not found`);return n}function V1(e){var t,n;e instanceof Ge?(t=e._id,e=e._name):(t=Xu(),(n=N1).time=oo(),e=e==null?null:e+"");for(var r=this._groups,i=r.length,s=0;s<i;++s)for(var a=r[s],o=a.length,l,c=0;c<o;++c)(l=a[c])&&hs(l,e,t,c,a,n||B1(l,t));return new Ge(r,this._parents,e,t)}Nr.prototype.interrupt=$y,Nr.prototype.transition=V1;const go=e=>()=>e;function U1(e,{sourceEvent:t,target:n,selection:r,mode:i,dispatch:s}){Object.defineProperties(this,{type:{value:e,enumerable:!0,configurable:!0},sourceEvent:{value:t,enumerable:!0,configurable:!0},target:{value:n,enumerable:!0,configurable:!0},selection:{value:r,enumerable:!0,configurable:!0},mode:{value:i,enumerable:!0,configurable:!0},_:{value:s}})}function H1(e){e.stopImmediatePropagation()}function mo(e){e.preventDefault(),e.stopImmediatePropagation()}var Zu={name:"drag"},vo={name:"space"},Zn={name:"handle"},Kn={name:"center"};const{abs:Ku,max:Ht,min:Ft}=Math;function Qu(e){return[+e[0],+e[1]]}function Ju(e){return[Qu(e[0]),Qu(e[1])]}var ds={name:"x",handles:["w","e"].map(fs),input:function(e,t){return e==null?null:[[+e[0],t[0][1]],[+e[1],t[1][1]]]},output:function(e){return e&&[e[0][0],e[1][0]]}},yo={name:"y",handles:["n","s"].map(fs),input:function(e,t){return e==null?null:[[t[0][0],+e[0]],[t[1][0],+e[1]]]},output:function(e){return e&&[e[0][1],e[1][1]]}},We={overlay:"crosshair",selection:"move",n:"ns-resize",e:"ew-resize",s:"ns-resize",w:"ew-resize",nw:"nwse-resize",ne:"nesw-resize",se:"nwse-resize",sw:"nesw-resize"},th={e:"w",w:"e",nw:"ne",ne:"nw",se:"sw",sw:"se"},eh={n:"s",s:"n",nw:"sw",ne:"se",se:"ne",sw:"nw"},F1={overlay:1,selection:1,n:null,e:1,s:null,w:-1,nw:-1,ne:1,se:1,sw:-1},G1={overlay:1,selection:1,n:-1,e:null,s:1,w:null,nw:-1,ne:-1,se:1,sw:1};function fs(e){return{type:e}}function z1(e){return!e.ctrlKey&&!e.button}function W1(){var e=this.ownerSVGElement||this;return e.hasAttribute("viewBox")?(e=e.viewBox.baseVal,[[e.x,e.y],[e.x+e.width,e.y+e.height]]):[[0,0],[e.width.baseVal.value,e.height.baseVal.value]]}function Y1(){return navigator.maxTouchPoints||"ontouchstart"in this}function xo(e){for(;!e.__brush;)if(!(e=e.parentNode))return;return e.__brush}function q1(e){return e[0][0]===e[1][0]||e[0][1]===e[1][1]}function nh(){return X1(ds)}function X1(e){var t=W1,n=z1,r=Y1,i=!0,s=qa("start","brush","end"),a=6,o;function l(v){var m=v.property("__brush",g).selectAll(".overlay").data([fs("overlay")]);m.enter().append("rect").attr("class","overlay").attr("pointer-events","all").attr("cursor",We.overlay).merge(m).each(function(){var b=xo(this).extent;A(this).attr("x",b[0][0]).attr("y",b[0][1]).attr("width",b[1][0]-b[0][0]).attr("height",b[1][1]-b[0][1])}),v.selectAll(".selection").data([fs("selection")]).enter().append("rect").attr("class","selection").attr("cursor",We.selection).attr("fill","#777").attr("fill-opacity",.3).attr("stroke","#fff").attr("shape-rendering","crispEdges");var y=v.selectAll(".handle").data(e.handles,function(b){return b.type});y.exit().remove(),y.enter().append("rect").attr("class",function(b){return"handle handle--"+b.type}).attr("cursor",function(b){return We[b.type]}),v.each(c).attr("fill","none").attr("pointer-events","all").on("mousedown.brush",h).filter(r).on("touchstart.brush",h).on("touchmove.brush",f).on("touchend.brush touchcancel.brush",p).style("touch-action","none").style("-webkit-tap-highlight-color","rgba(0,0,0,0)")}l.move=function(v,m,y){v.tween?v.on("start.brush",function(b){u(this,arguments).beforestart().start(b)}).on("interrupt.brush end.brush",function(b){u(this,arguments).end(b)}).tween("brush",function(){var b=this,S=b.__brush,_=u(b,arguments),E=S.selection,M=e.input(typeof m=="function"?m.apply(this,arguments):m,S.extent),D=Hr(E,M);function H(I){S.selection=I===1&&M===null?null:D(I),c.call(b),_.brush()}return E!==null&&M!==null?H:H(1)}):v.each(function(){var b=this,S=arguments,_=b.__brush,E=e.input(typeof m=="function"?m.apply(b,S):m,_.extent),M=u(b,S).beforestart();fo(b),_.selection=E===null?null:E,c.call(b),M.start(y).brush(y).end(y)})},l.clear=function(v,m){l.move(v,null,m)};function c(){var v=A(this),m=xo(this).selection;m?(v.selectAll(".selection").style("display",null).attr("x",m[0][0]).attr("y",m[0][1]).attr("width",m[1][0]-m[0][0]).attr("height",m[1][1]-m[0][1]),v.selectAll(".handle").style("display",null).attr("x",function(y){return y.type[y.type.length-1]==="e"?m[1][0]-a/2:m[0][0]-a/2}).attr("y",function(y){return y.type[0]==="s"?m[1][1]-a/2:m[0][1]-a/2}).attr("width",function(y){return y.type==="n"||y.type==="s"?m[1][0]-m[0][0]+a:a}).attr("height",function(y){return y.type==="e"||y.type==="w"?m[1][1]-m[0][1]+a:a})):v.selectAll(".selection,.handle").style("display","none").attr("x",null).attr("y",null).attr("width",null).attr("height",null)}function u(v,m,y){var b=v.__brush.emitter;return b&&(!y||!b.clean)?b:new d(v,m,y)}function d(v,m,y){this.that=v,this.args=m,this.state=v.__brush,this.active=0,this.clean=y}d.prototype={beforestart:function(){return++this.active===1&&(this.state.emitter=this,this.starting=!0),this},start:function(v,m){return this.starting?(this.starting=!1,this.emit("start",v,m)):this.emit("brush",v),this},brush:function(v,m){return this.emit("brush",v,m),this},end:function(v,m){return--this.active===0&&(delete this.state.emitter,this.emit("end",v,m)),this},emit:function(v,m,y){var b=A(this.that).datum();s.call(v,this.that,new U1(v,{sourceEvent:m,target:l,selection:e.output(this.state.selection),mode:y,dispatch:s}),b)}};function h(v){if(o&&!v.touches||!n.apply(this,arguments))return;var m=this,y=v.target.__data__.type,b=(i&&v.metaKey?y="overlay":y)==="selection"?Zu:i&&v.altKey?Kn:Zn,S=e===yo?null:F1[y],_=e===ds?null:G1[y],E=xo(m),M=E.extent,D=E.selection,H=M[0][0],I,O,L=M[0][1],R,k,T=M[1][0],U,N,$=M[1][1],B,Y,X=0,J=0,lt,W=S&&_&&i&&v.shiftKey,K,ct,rt=Array.from(v.touches||[v],et=>{const Lt=et.identifier;return et=En(et,m),et.point0=et.slice(),et.identifier=Lt,et});fo(m);var Ot=u(m,arguments,!0).beforestart();if(y==="overlay"){D&&(lt=!0);const et=[rt[0],rt[1]||rt[0]];E.selection=D=[[I=e===yo?H:Ft(et[0][0],et[1][0]),R=e===ds?L:Ft(et[0][1],et[1][1])],[U=e===yo?T:Ht(et[0][0],et[1][0]),B=e===ds?$:Ht(et[0][1],et[1][1])]],rt.length>1&&ft(v)}else I=D[0][0],R=D[0][1],U=D[1][0],B=D[1][1];O=I,k=R,N=U,Y=B;var q=A(m).attr("pointer-events","none"),V=q.selectAll(".overlay").attr("cursor",We[y]);if(v.touches)Ot.moved=P,Ot.ended=vt;else{var F=A(v.view).on("mousemove.brush",P,!0).on("mouseup.brush",vt,!0);i&&F.on("keydown.brush",Zt,!0).on("keyup.brush",Kt,!0),ey(v.view)}c.call(m),Ot.start(v,b.name);function P(et){for(const Lt of et.changedTouches||[et])for(const zi of rt)zi.identifier===Lt.identifier&&(zi.cur=En(Lt,m));if(W&&!K&&!ct&&rt.length===1){const Lt=rt[0];Ku(Lt.cur[0]-Lt[0])>Ku(Lt.cur[1]-Lt[1])?ct=!0:K=!0}for(const Lt of rt)Lt.cur&&(Lt[0]=Lt.cur[0],Lt[1]=Lt.cur[1]);lt=!0,mo(et),ft(et)}function ft(et){const Lt=rt[0],zi=Lt.point0;var yn;switch(X=Lt[0]-zi[0],J=Lt[1]-zi[1],b){case vo:case Zu:{S&&(X=Ht(H-I,Ft(T-U,X)),O=I+X,N=U+X),_&&(J=Ht(L-R,Ft($-B,J)),k=R+J,Y=B+J);break}case Zn:{rt[1]?(S&&(O=Ht(H,Ft(T,rt[0][0])),N=Ht(H,Ft(T,rt[1][0])),S=1),_&&(k=Ht(L,Ft($,rt[0][1])),Y=Ht(L,Ft($,rt[1][1])),_=1)):(S<0?(X=Ht(H-I,Ft(T-I,X)),O=I+X,N=U):S>0&&(X=Ht(H-U,Ft(T-U,X)),O=I,N=U+X),_<0?(J=Ht(L-R,Ft($-R,J)),k=R+J,Y=B):_>0&&(J=Ht(L-B,Ft($-B,J)),k=R,Y=B+J));break}case Kn:{S&&(O=Ht(H,Ft(T,I-X*S)),N=Ht(H,Ft(T,U+X*S))),_&&(k=Ht(L,Ft($,R-J*_)),Y=Ht(L,Ft($,B+J*_)));break}}N<O&&(S*=-1,yn=I,I=U,U=yn,yn=O,O=N,N=yn,y in th&&V.attr("cursor",We[y=th[y]])),Y<k&&(_*=-1,yn=R,R=B,B=yn,yn=k,k=Y,Y=yn,y in eh&&V.attr("cursor",We[y=eh[y]])),E.selection&&(D=E.selection),K&&(O=D[0][0],N=D[1][0]),ct&&(k=D[0][1],Y=D[1][1]),(D[0][0]!==O||D[0][1]!==k||D[1][0]!==N||D[1][1]!==Y)&&(E.selection=[[O,k],[N,Y]],c.call(m),Ot.brush(et,b.name))}function vt(et){if(H1(et),et.touches){if(et.touches.length)return;o&&clearTimeout(o),o=setTimeout(function(){o=null},500)}else ny(et.view,lt),F.on("keydown.brush keyup.brush mousemove.brush mouseup.brush",null);q.attr("pointer-events","all"),V.attr("cursor",We.overlay),E.selection&&(D=E.selection),q1(D)&&(E.selection=null,c.call(m)),Ot.end(et,b.name)}function Zt(et){switch(et.keyCode){case 16:{W=S&&_;break}case 18:{b===Zn&&(S&&(U=N-X*S,I=O+X*S),_&&(B=Y-J*_,R=k+J*_),b=Kn,ft(et));break}case 32:{(b===Zn||b===Kn)&&(S<0?U=N-X:S>0&&(I=O-X),_<0?B=Y-J:_>0&&(R=k-J),b=vo,V.attr("cursor",We.selection),ft(et));break}default:return}mo(et)}function Kt(et){switch(et.keyCode){case 16:{W&&(K=ct=W=!1,ft(et));break}case 18:{b===Kn&&(S<0?U=N:S>0&&(I=O),_<0?B=Y:_>0&&(R=k),b=Zn,ft(et));break}case 32:{b===vo&&(et.altKey?(S&&(U=N-X*S,I=O+X*S),_&&(B=Y-J*_,R=k+J*_),b=Kn):(S<0?U=N:S>0&&(I=O),_<0?B=Y:_>0&&(R=k),b=Zn),V.attr("cursor",We[y]),ft(et));break}default:return}mo(et)}}function f(v){u(this,arguments).moved(v)}function p(v){u(this,arguments).ended(v)}function g(){var v=this.__brush||{selection:null};return v.extent=Ju(t.apply(this,arguments)),v.dim=e,v}return l.extent=function(v){return arguments.length?(t=typeof v=="function"?v:go(Ju(v)),l):t},l.filter=function(v){return arguments.length?(n=typeof v=="function"?v:go(!!v),l):n},l.touchable=function(v){return arguments.length?(r=typeof v=="function"?v:go(!!v),l):r},l.handleSize=function(v){return arguments.length?(a=+v,l):a},l.keyModifiers=function(v){return arguments.length?(i=!!v,l):i},l.on=function(){var v=s.on.apply(s,arguments);return v===s?l:v},l}const bo=Math.PI,Eo=2*bo,On=1e-6,j1=Eo-On;function rh(e){this._+=e[0];for(let t=1,n=e.length;t<n;++t)this._+=arguments[t]+e[t]}function Z1(e){let t=Math.floor(e);if(!(t>=0))throw new Error(`invalid digits: ${e}`);if(t>15)return rh;const n=10**t;return function(r){this._+=r[0];for(let i=1,s=r.length;i<s;++i)this._+=Math.round(arguments[i]*n)/n+r[i]}}let K1=class{constructor(t){this._x0=this._y0=this._x1=this._y1=null,this._="",this._append=t==null?rh:Z1(t)}moveTo(t,n){this._append`M${this._x0=this._x1=+t},${this._y0=this._y1=+n}`}closePath(){this._x1!==null&&(this._x1=this._x0,this._y1=this._y0,this._append`Z`)}lineTo(t,n){this._append`L${this._x1=+t},${this._y1=+n}`}quadraticCurveTo(t,n,r,i){this._append`Q${+t},${+n},${this._x1=+r},${this._y1=+i}`}bezierCurveTo(t,n,r,i,s,a){this._append`C${+t},${+n},${+r},${+i},${this._x1=+s},${this._y1=+a}`}arcTo(t,n,r,i,s){if(t=+t,n=+n,r=+r,i=+i,s=+s,s<0)throw new Error(`negative radius: ${s}`);let a=this._x1,o=this._y1,l=r-t,c=i-n,u=a-t,d=o-n,h=u*u+d*d;if(this._x1===null)this._append`M${this._x1=t},${this._y1=n}`;else if(h>On)if(!(Math.abs(d*l-c*u)>On)||!s)this._append`L${this._x1=t},${this._y1=n}`;else{let f=r-a,p=i-o,g=l*l+c*c,v=f*f+p*p,m=Math.sqrt(g),y=Math.sqrt(h),b=s*Math.tan((bo-Math.acos((g+h-v)/(2*m*y)))/2),S=b/y,_=b/m;Math.abs(S-1)>On&&this._append`L${t+S*u},${n+S*d}`,this._append`A${s},${s},0,0,${+(d*f>u*p)},${this._x1=t+_*l},${this._y1=n+_*c}`}}arc(t,n,r,i,s,a){if(t=+t,n=+n,r=+r,a=!!a,r<0)throw new Error(`negative radius: ${r}`);let o=r*Math.cos(i),l=r*Math.sin(i),c=t+o,u=n+l,d=1^a,h=a?i-s:s-i;this._x1===null?this._append`M${c},${u}`:(Math.abs(this._x1-c)>On||Math.abs(this._y1-u)>On)&&this._append`L${c},${u}`,r&&(h<0&&(h=h%Eo+Eo),h>j1?this._append`A${r},${r},0,1,${d},${t-o},${n-l}A${r},${r},0,1,${d},${this._x1=c},${this._y1=u}`:h>On&&this._append`A${r},${r},0,${+(h>=bo)},${d},${this._x1=t+r*Math.cos(s)},${this._y1=n+r*Math.sin(s)}`)}rect(t,n,r,i){this._append`M${this._x0=this._x1=+t},${this._y0=this._y1=+n}h${r=+r}v${+i}h${-r}Z`}toString(){return this._}};function Q1(e){return Math.abs(e=Math.round(e))>=1e21?e.toLocaleString("en").replace(/,/g,""):e.toString(10)}function ps(e,t){if((n=(e=t?e.toExponential(t-1):e.toExponential()).indexOf("e"))<0)return null;var n,r=e.slice(0,n);return[r.length>1?r[0]+r.slice(2):r,+e.slice(n+1)]}function Qn(e){return e=ps(Math.abs(e)),e?e[1]:NaN}function J1(e,t){return function(n,r){for(var i=n.length,s=[],a=0,o=e[0],l=0;i>0&&o>0&&(l+o+1>r&&(o=Math.max(1,r-l)),s.push(n.substring(i-=o,i+o)),!((l+=o+1)>r));)o=e[a=(a+1)%e.length];return s.reverse().join(t)}}function tx(e){return function(t){return t.replace(/[0-9]/g,function(n){return e[+n]})}}var ex=/^(?:(.)?([<>=^]))?([+\-( ])?([$#])?(0)?(\d+)?(,)?(\.\d+)?(~)?([a-z%])?$/i;function Yr(e){if(!(t=ex.exec(e)))throw new Error("invalid format: "+e);var t;return new So({fill:t[1],align:t[2],sign:t[3],symbol:t[4],zero:t[5],width:t[6],comma:t[7],precision:t[8]&&t[8].slice(1),trim:t[9],type:t[10]})}Yr.prototype=So.prototype;function So(e){this.fill=e.fill===void 0?" ":e.fill+"",this.align=e.align===void 0?">":e.align+"",this.sign=e.sign===void 0?"-":e.sign+"",this.symbol=e.symbol===void 0?"":e.symbol+"",this.zero=!!e.zero,this.width=e.width===void 0?void 0:+e.width,this.comma=!!e.comma,this.precision=e.precision===void 0?void 0:+e.precision,this.trim=!!e.trim,this.type=e.type===void 0?"":e.type+""}So.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 nx(e){t:for(var t=e.length,n=1,r=-1,i;n<t;++n)switch(e[n]){case".":r=i=n;break;case"0":r===0&&(r=n),i=n;break;default:if(!+e[n])break t;r>0&&(r=0);break}return r>0?e.slice(0,r)+e.slice(i+1):e}var ih;function rx(e,t){var n=ps(e,t);if(!n)return e+"";var r=n[0],i=n[1],s=i-(ih=Math.max(-8,Math.min(8,Math.floor(i/3)))*3)+1,a=r.length;return s===a?r:s>a?r+new Array(s-a+1).join("0"):s>0?r.slice(0,s)+"."+r.slice(s):"0."+new Array(1-s).join("0")+ps(e,Math.max(0,t+s-1))[0]}function sh(e,t){var n=ps(e,t);if(!n)return e+"";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 ah={"%":(e,t)=>(e*100).toFixed(t),b:e=>Math.round(e).toString(2),c:e=>e+"",d:Q1,e:(e,t)=>e.toExponential(t),f:(e,t)=>e.toFixed(t),g:(e,t)=>e.toPrecision(t),o:e=>Math.round(e).toString(8),p:(e,t)=>sh(e*100,t),r:sh,s:rx,X:e=>Math.round(e).toString(16).toUpperCase(),x:e=>Math.round(e).toString(16)};function oh(e){return e}var lh=Array.prototype.map,ch=["y","z","a","f","p","n","µ","m","","k","M","G","T","P","E","Z","Y"];function ix(e){var t=e.grouping===void 0||e.thousands===void 0?oh:J1(lh.call(e.grouping,Number),e.thousands+""),n=e.currency===void 0?"":e.currency[0]+"",r=e.currency===void 0?"":e.currency[1]+"",i=e.decimal===void 0?".":e.decimal+"",s=e.numerals===void 0?oh:tx(lh.call(e.numerals,String)),a=e.percent===void 0?"%":e.percent+"",o=e.minus===void 0?"−":e.minus+"",l=e.nan===void 0?"NaN":e.nan+"";function c(d){d=Yr(d);var h=d.fill,f=d.align,p=d.sign,g=d.symbol,v=d.zero,m=d.width,y=d.comma,b=d.precision,S=d.trim,_=d.type;_==="n"?(y=!0,_="g"):ah[_]||(b===void 0&&(b=12),S=!0,_="g"),(v||h==="0"&&f==="=")&&(v=!0,h="0",f="=");var E=g==="$"?n:g==="#"&&/[boxX]/.test(_)?"0"+_.toLowerCase():"",M=g==="$"?r:/[%p]/.test(_)?a:"",D=ah[_],H=/[defgprs%]/.test(_);b=b===void 0?6:/[gprs]/.test(_)?Math.max(1,Math.min(21,b)):Math.max(0,Math.min(20,b));function I(O){var L=E,R=M,k,T,U;if(_==="c")R=D(O)+R,O="";else{O=+O;var N=O<0||1/O<0;if(O=isNaN(O)?l:D(Math.abs(O),b),S&&(O=nx(O)),N&&+O==0&&p!=="+"&&(N=!1),L=(N?p==="("?p:o:p==="-"||p==="("?"":p)+L,R=(_==="s"?ch[8+ih/3]:"")+R+(N&&p==="("?")":""),H){for(k=-1,T=O.length;++k<T;)if(U=O.charCodeAt(k),48>U||U>57){R=(U===46?i+O.slice(k+1):O.slice(k))+R,O=O.slice(0,k);break}}}y&&!v&&(O=t(O,1/0));var $=L.length+O.length+R.length,B=$<m?new Array(m-$+1).join(h):"";switch(y&&v&&(O=t(B+O,B.length?m-R.length:1/0),B=""),f){case"<":O=L+O+R+B;break;case"=":O=L+B+O+R;break;case"^":O=B.slice(0,$=B.length>>1)+L+O+R+B.slice($);break;default:O=B+L+O+R;break}return s(O)}return I.toString=function(){return d+""},I}function u(d,h){var f=c((d=Yr(d),d.type="f",d)),p=Math.max(-8,Math.min(8,Math.floor(Qn(h)/3)))*3,g=Math.pow(10,-p),v=ch[8+p/3];return function(m){return f(g*m)+v}}return{format:c,formatPrefix:u}}var gs,_o,uh;sx({thousands:",",grouping:[3],currency:["$",""]});function sx(e){return gs=ix(e),_o=gs.format,uh=gs.formatPrefix,gs}function ax(e){return Math.max(0,-Qn(Math.abs(e)))}function ox(e,t){return Math.max(0,Math.max(-8,Math.min(8,Math.floor(Qn(t)/3)))*3-Qn(Math.abs(e)))}function lx(e,t){return e=Math.abs(e),t=Math.abs(t)-e,Math.max(0,Qn(t)-Qn(e))+1}var pt=1e-6,hh=1e-12,at=Math.PI,Jt=at/2,dh=at/4,ae=at*2,Yt=180/at,At=at/180,gt=Math.abs,fh=Math.atan,Tn=Math.atan2,yt=Math.cos,cx=Math.exp,ux=Math.log,dt=Math.sin,cn=Math.sign||function(e){return e>0?1:e<0?-1:0},Ee=Math.sqrt,hx=Math.tan;function dx(e){return e>1?0:e<-1?at:Math.acos(e)}function Ye(e){return e>1?Jt:e<-1?-Jt:Math.asin(e)}function he(){}function ms(e,t){e&&gh.hasOwnProperty(e.type)&&gh[e.type](e,t)}var ph={Feature:function(e,t){ms(e.geometry,t)},FeatureCollection:function(e,t){for(var n=e.features,r=-1,i=n.length;++r<i;)ms(n[r].geometry,t)}},gh={Sphere:function(e,t){t.sphere()},Point:function(e,t){e=e.coordinates,t.point(e[0],e[1],e[2])},MultiPoint:function(e,t){for(var n=e.coordinates,r=-1,i=n.length;++r<i;)e=n[r],t.point(e[0],e[1],e[2])},LineString:function(e,t){wo(e.coordinates,t,0)},MultiLineString:function(e,t){for(var n=e.coordinates,r=-1,i=n.length;++r<i;)wo(n[r],t,0)},Polygon:function(e,t){mh(e.coordinates,t)},MultiPolygon:function(e,t){for(var n=e.coordinates,r=-1,i=n.length;++r<i;)mh(n[r],t)},GeometryCollection:function(e,t){for(var n=e.geometries,r=-1,i=n.length;++r<i;)ms(n[r],t)}};function wo(e,t,n){var r=-1,i=e.length-n,s;for(t.lineStart();++r<i;)s=e[r],t.point(s[0],s[1],s[2]);t.lineEnd()}function mh(e,t){var n=-1,r=e.length;for(t.polygonStart();++n<r;)wo(e[n],t,1);t.polygonEnd()}function Jn(e,t){e&&ph.hasOwnProperty(e.type)?ph[e.type](e,t):ms(e,t)}function Oo(e){return[Tn(e[1],e[0]),Ye(e[2])]}function tr(e){var t=e[0],n=e[1],r=yt(n);return[r*yt(t),r*dt(t),dt(n)]}function vs(e,t){return e[0]*t[0]+e[1]*t[1]+e[2]*t[2]}function ys(e,t){return[e[1]*t[2]-e[2]*t[1],e[2]*t[0]-e[0]*t[2],e[0]*t[1]-e[1]*t[0]]}function To(e,t){e[0]+=t[0],e[1]+=t[1],e[2]+=t[2]}function xs(e,t){return[e[0]*t,e[1]*t,e[2]*t]}function Mo(e){var t=Ee(e[0]*e[0]+e[1]*e[1]+e[2]*e[2]);e[0]/=t,e[1]/=t,e[2]/=t}function Co(e,t){function n(r,i){return r=e(r,i),t(r[0],r[1])}return e.invert&&t.invert&&(n.invert=function(r,i){return r=t.invert(r,i),r&&e.invert(r[0],r[1])}),n}function Ao(e,t){return gt(e)>at&&(e-=Math.round(e/ae)*ae),[e,t]}Ao.invert=Ao;function vh(e,t,n){return(e%=ae)?t||n?Co(xh(e),bh(t,n)):xh(e):t||n?bh(t,n):Ao}function yh(e){return function(t,n){return t+=e,gt(t)>at&&(t-=Math.round(t/ae)*ae),[t,n]}}function xh(e){var t=yh(e);return t.invert=yh(-e),t}function bh(e,t){var n=yt(e),r=dt(e),i=yt(t),s=dt(t);function a(o,l){var c=yt(l),u=yt(o)*c,d=dt(o)*c,h=dt(l),f=h*n+u*r;return[Tn(d*i-f*s,u*n-h*r),Ye(f*i+d*s)]}return a.invert=function(o,l){var c=yt(l),u=yt(o)*c,d=dt(o)*c,h=dt(l),f=h*i-d*s;return[Tn(d*i+h*s,u*n+f*r),Ye(f*n-u*r)]},a}function fx(e){e=vh(e[0]*At,e[1]*At,e.length>2?e[2]*At:0);function t(n){return n=e(n[0]*At,n[1]*At),n[0]*=Yt,n[1]*=Yt,n}return t.invert=function(n){return n=e.invert(n[0]*At,n[1]*At),n[0]*=Yt,n[1]*=Yt,n},t}function px(e,t,n,r,i,s){if(n){var a=yt(t),o=dt(t),l=r*n;i==null?(i=t+r*ae,s=t-l/2):(i=Eh(a,i),s=Eh(a,s),(r>0?i<s:i>s)&&(i+=r*ae));for(var c,u=i;r>0?u>s:u<s;u-=l)c=Oo([a,-o*yt(u),-o*dt(u)]),e.point(c[0],c[1])}}function Eh(e,t){t=tr(t),t[0]-=e,Mo(t);var n=dx(-t[1]);return((-t[2]<0?-n:n)+ae-pt)%ae}function Sh(){var e=[],t;return{point:function(n,r,i){t.push([n,r,i])},lineStart:function(){e.push(t=[])},lineEnd:he,rejoin:function(){e.length>1&&e.push(e.pop().concat(e.shift()))},result:function(){var n=e;return e=[],t=null,n}}}function bs(e,t){return gt(e[0]-t[0])<pt&&gt(e[1]-t[1])<pt}function Es(e,t,n,r){this.x=e,this.z=t,this.o=n,this.e=r,this.v=!1,this.n=this.p=null}function _h(e,t,n,r,i){var s=[],a=[],o,l;if(e.forEach(function(p){if(!((g=p.length-1)<=0)){var g,v=p[0],m=p[g],y;if(bs(v,m)){if(!v[2]&&!m[2]){for(i.lineStart(),o=0;o<g;++o)i.point((v=p[o])[0],v[1]);i.lineEnd();return}m[0]+=2*pt}s.push(y=new Es(v,p,null,!0)),a.push(y.o=new Es(v,null,y,!1)),s.push(y=new Es(m,p,null,!1)),a.push(y.o=new Es(m,null,y,!0))}}),!!s.length){for(a.sort(t),wh(s),wh(a),o=0,l=a.length;o<l;++o)a[o].e=n=!n;for(var c=s[0],u,d;;){for(var h=c,f=!0;h.v;)if((h=h.n)===c)return;u=h.z,i.lineStart();do{if(h.v=h.o.v=!0,h.e){if(f)for(o=0,l=u.length;o<l;++o)i.point((d=u[o])[0],d[1]);else r(h.x,h.n.x,1,i);h=h.n}else{if(f)for(u=h.p.z,o=u.length-1;o>=0;--o)i.point((d=u[o])[0],d[1]);else r(h.x,h.p.x,-1,i);h=h.p}h=h.o,u=h.z,f=!f}while(!h.v);i.lineEnd()}}}function wh(e){if(t=e.length){for(var t,n=0,r=e[0],i;++n<t;)r.n=i=e[n],i.p=r,r=i;r.n=i=e[0],i.p=r}}function Do(e){return gt(e[0])<=at?e[0]:cn(e[0])*((gt(e[0])+at)%ae-at)}function gx(e,t){var n=Do(t),r=t[1],i=dt(r),s=[dt(n),-yt(n),0],a=0,o=0,l=new xn;i===1?r=Jt+pt:i===-1&&(r=-Jt-pt);for(var c=0,u=e.length;c<u;++c)if(h=(d=e[c]).length)for(var d,h,f=d[h-1],p=Do(f),g=f[1]/2+dh,v=dt(g),m=yt(g),y=0;y<h;++y,p=S,v=E,m=M,f=b){var b=d[y],S=Do(b),_=b[1]/2+dh,E=dt(_),M=yt(_),D=S-p,H=D>=0?1:-1,I=H*D,O=I>at,L=v*E;if(l.add(Tn(L*H*dt(I),m*M+L*yt(I))),a+=O?D+H*ae:D,O^p>=n^S>=n){var R=ys(tr(f),tr(b));Mo(R);var k=ys(s,R);Mo(k);var T=(O^D>=0?-1:1)*Ye(k[2]);(r>T||r===T&&(R[0]||R[1]))&&(o+=O^D>=0?1:-1)}}return(a<-pt||a<pt&&l<-hh)^o&1}function Oh(e,t,n,r){return function(i){var s=t(i),a=Sh(),o=t(a),l=!1,c,u,d,h={point:f,lineStart:g,lineEnd:v,polygonStart:function(){h.point=m,h.lineStart=y,h.lineEnd=b,u=[],c=[]},polygonEnd:function(){h.point=f,h.lineStart=g,h.lineEnd=v,u=su(u);var S=gx(c,r);u.length?(l||(i.polygonStart(),l=!0),_h(u,vx,S,n,i)):S&&(l||(i.polygonStart(),l=!0),i.lineStart(),n(null,null,1,i),i.lineEnd()),l&&(i.polygonEnd(),l=!1),u=c=null},sphere:function(){i.polygonStart(),i.lineStart(),n(null,null,1,i),i.lineEnd(),i.polygonEnd()}};function f(S,_){e(S,_)&&i.point(S,_)}function p(S,_){s.point(S,_)}function g(){h.point=p,s.lineStart()}function v(){h.point=f,s.lineEnd()}function m(S,_){d.push([S,_]),o.point(S,_)}function y(){o.lineStart(),d=[]}function b(){m(d[0][0],d[0][1]),o.lineEnd();var S=o.clean(),_=a.result(),E,M=_.length,D,H,I;if(d.pop(),c.push(d),d=null,!!M){if(S&1){if(H=_[0],(D=H.length-1)>0){for(l||(i.polygonStart(),l=!0),i.lineStart(),E=0;E<D;++E)i.point((I=H[E])[0],I[1]);i.lineEnd()}return}M>1&&S&2&&_.push(_.pop().concat(_.shift())),u.push(_.filter(mx))}}return h}}function mx(e){return e.length>1}function vx(e,t){return((e=e.x)[0]<0?e[1]-Jt-pt:Jt-e[1])-((t=t.x)[0]<0?t[1]-Jt-pt:Jt-t[1])}const Th=Oh(function(){return!0},yx,bx,[-at,-Jt]);function yx(e){var t=NaN,n=NaN,r=NaN,i;return{lineStart:function(){e.lineStart(),i=1},point:function(s,a){var o=s>0?at:-at,l=gt(s-t);gt(l-at)<pt?(e.point(t,n=(n+a)/2>0?Jt:-Jt),e.point(r,n),e.lineEnd(),e.lineStart(),e.point(o,n),e.point(s,n),i=0):r!==o&&l>=at&&(gt(t-r)<pt&&(t-=r*pt),gt(s-o)<pt&&(s-=o*pt),n=xx(t,n,s,a),e.point(r,n),e.lineEnd(),e.lineStart(),e.point(o,n),i=0),e.point(t=s,n=a),r=o},lineEnd:function(){e.lineEnd(),t=n=NaN},clean:function(){return 2-i}}}function xx(e,t,n,r){var i,s,a=dt(e-n);return gt(a)>pt?fh((dt(t)*(s=yt(r))*dt(n)-dt(r)*(i=yt(t))*dt(e))/(i*s*a)):(t+r)/2}function bx(e,t,n,r){var i;if(e==null)i=n*Jt,r.point(-at,i),r.point(0,i),r.point(at,i),r.point(at,0),r.point(at,-i),r.point(0,-i),r.point(-at,-i),r.point(-at,0),r.point(-at,i);else if(gt(e[0]-t[0])>pt){var s=e[0]<t[0]?at:-at;i=n*s/2,r.point(-s,i),r.point(0,i),r.point(s,i)}else r.point(t[0],t[1])}function Ex(e){var t=yt(e),n=6*At,r=t>0,i=gt(t)>pt;function s(u,d,h,f){px(f,e,n,h,u,d)}function a(u,d){return yt(u)*yt(d)>t}function o(u){var d,h,f,p,g;return{lineStart:function(){p=f=!1,g=1},point:function(v,m){var y=[v,m],b,S=a(v,m),_=r?S?0:c(v,m):S?c(v+(v<0?at:-at),m):0;if(!d&&(p=f=S)&&u.lineStart(),S!==f&&(b=l(d,y),(!b||bs(d,b)||bs(y,b))&&(y[2]=1)),S!==f)g=0,S?(u.lineStart(),b=l(y,d),u.point(b[0],b[1])):(b=l(d,y),u.point(b[0],b[1],2),u.lineEnd()),d=b;else if(i&&d&&r^S){var E;!(_&h)&&(E=l(y,d,!0))&&(g=0,r?(u.lineStart(),u.point(E[0][0],E[0][1]),u.point(E[1][0],E[1][1]),u.lineEnd()):(u.point(E[1][0],E[1][1]),u.lineEnd(),u.lineStart(),u.point(E[0][0],E[0][1],3)))}S&&(!d||!bs(d,y))&&u.point(y[0],y[1]),d=y,f=S,h=_},lineEnd:function(){f&&u.lineEnd(),d=null},clean:function(){return g|(p&&f)<<1}}}function l(u,d,h){var f=tr(u),p=tr(d),g=[1,0,0],v=ys(f,p),m=vs(v,v),y=v[0],b=m-y*y;if(!b)return!h&&u;var S=t*m/b,_=-t*y/b,E=ys(g,v),M=xs(g,S),D=xs(v,_);To(M,D);var H=E,I=vs(M,H),O=vs(H,H),L=I*I-O*(vs(M,M)-1);if(!(L<0)){var R=Ee(L),k=xs(H,(-I-R)/O);if(To(k,M),k=Oo(k),!h)return k;var T=u[0],U=d[0],N=u[1],$=d[1],B;U<T&&(B=T,T=U,U=B);var Y=U-T,X=gt(Y-at)<pt,J=X||Y<pt;if(!X&&$<N&&(B=N,N=$,$=B),J?X?N+$>0^k[1]<(gt(k[0]-T)<pt?N:$):N<=k[1]&&k[1]<=$:Y>at^(T<=k[0]&&k[0]<=U)){var lt=xs(H,(-I+R)/O);return To(lt,M),[k,Oo(lt)]}}}function c(u,d){var h=r?e:at-e,f=0;return u<-h?f|=1:u>h&&(f|=2),d<-h?f|=4:d>h&&(f|=8),f}return Oh(a,o,s,r?[0,-e]:[-at,e-at])}function Sx(e,t,n,r,i,s){var a=e[0],o=e[1],l=t[0],c=t[1],u=0,d=1,h=l-a,f=c-o,p;if(p=n-a,!(!h&&p>0)){if(p/=h,h<0){if(p<u)return;p<d&&(d=p)}else if(h>0){if(p>d)return;p>u&&(u=p)}if(p=i-a,!(!h&&p<0)){if(p/=h,h<0){if(p>d)return;p>u&&(u=p)}else if(h>0){if(p<u)return;p<d&&(d=p)}if(p=r-o,!(!f&&p>0)){if(p/=f,f<0){if(p<u)return;p<d&&(d=p)}else if(f>0){if(p>d)return;p>u&&(u=p)}if(p=s-o,!(!f&&p<0)){if(p/=f,f<0){if(p>d)return;p>u&&(u=p)}else if(f>0){if(p<u)return;p<d&&(d=p)}return u>0&&(e[0]=a+u*h,e[1]=o+u*f),d<1&&(t[0]=a+d*h,t[1]=o+d*f),!0}}}}}var qr=1e9,Ss=-qr;function _x(e,t,n,r){function i(c,u){return e<=c&&c<=n&&t<=u&&u<=r}function s(c,u,d,h){var f=0,p=0;if(c==null||(f=a(c,d))!==(p=a(u,d))||l(c,u)<0^d>0)do h.point(f===0||f===3?e:n,f>1?r:t);while((f=(f+d+4)%4)!==p);else h.point(u[0],u[1])}function a(c,u){return gt(c[0]-e)<pt?u>0?0:3:gt(c[0]-n)<pt?u>0?2:1:gt(c[1]-t)<pt?u>0?1:0:u>0?3:2}function o(c,u){return l(c.x,u.x)}function l(c,u){var d=a(c,1),h=a(u,1);return d!==h?d-h:d===0?u[1]-c[1]:d===1?c[0]-u[0]:d===2?c[1]-u[1]:u[0]-c[0]}return function(c){var u=c,d=Sh(),h,f,p,g,v,m,y,b,S,_,E,M={point:D,lineStart:L,lineEnd:R,polygonStart:I,polygonEnd:O};function D(T,U){i(T,U)&&u.point(T,U)}function H(){for(var T=0,U=0,N=f.length;U<N;++U)for(var $=f[U],B=1,Y=$.length,X=$[0],J,lt,W=X[0],K=X[1];B<Y;++B)J=W,lt=K,X=$[B],W=X[0],K=X[1],lt<=r?K>r&&(W-J)*(r-lt)>(K-lt)*(e-J)&&++T:K<=r&&(W-J)*(r-lt)<(K-lt)*(e-J)&&--T;return T}function I(){u=d,h=[],f=[],E=!0}function O(){var T=H(),U=E&&T,N=(h=su(h)).length;(U||N)&&(c.polygonStart(),U&&(c.lineStart(),s(null,null,1,c),c.lineEnd()),N&&_h(h,o,T,s,c),c.polygonEnd()),u=c,h=f=p=null}function L(){M.point=k,f&&f.push(p=[]),_=!0,S=!1,y=b=NaN}function R(){h&&(k(g,v),m&&S&&d.rejoin(),h.push(d.result())),M.point=D,S&&u.lineEnd()}function k(T,U){var N=i(T,U);if(f&&p.push([T,U]),_)g=T,v=U,m=N,_=!1,N&&(u.lineStart(),u.point(T,U));else if(N&&S)u.point(T,U);else{var $=[y=Math.max(Ss,Math.min(qr,y)),b=Math.max(Ss,Math.min(qr,b))],B=[T=Math.max(Ss,Math.min(qr,T)),U=Math.max(Ss,Math.min(qr,U))];Sx($,B,e,t,n,r)?(S||(u.lineStart(),u.point($[0],$[1])),u.point(B[0],B[1]),N||u.lineEnd(),E=!1):N&&(u.lineStart(),u.point(T,U),E=!1)}y=T,b=U,S=N}return M}}const Lo=e=>e;var Ro=new xn,ko=new xn,Mh,Ch,Io,Po,un={point:he,lineStart:he,lineEnd:he,polygonStart:function(){un.lineStart=wx,un.lineEnd=Tx},polygonEnd:function(){un.lineStart=un.lineEnd=un.point=he,Ro.add(gt(ko)),ko=new xn},result:function(){var e=Ro/2;return Ro=new xn,e}};function wx(){un.point=Ox}function Ox(e,t){un.point=Ah,Mh=Io=e,Ch=Po=t}function Ah(e,t){ko.add(Po*e-Io*t),Io=e,Po=t}function Tx(){Ah(Mh,Ch)}const Dh=un;var er=1/0,_s=er,Xr=-er,ws=Xr,Mx={point:Cx,lineStart:he,lineEnd:he,polygonStart:he,polygonEnd:he,result:function(){var e=[[er,_s],[Xr,ws]];return Xr=ws=-(_s=er=1/0),e}};function Cx(e,t){e<er&&(er=e),e>Xr&&(Xr=e),t<_s&&(_s=t),t>ws&&(ws=t)}const Os=Mx;var $o=0,No=0,jr=0,Ts=0,Ms=0,nr=0,Bo=0,Vo=0,Zr=0,Lh,Rh,ke,Ie,Se={point:Mn,lineStart:kh,lineEnd:Ih,polygonStart:function(){Se.lineStart=Lx,Se.lineEnd=Rx},polygonEnd:function(){Se.point=Mn,Se.lineStart=kh,Se.lineEnd=Ih},result:function(){var e=Zr?[Bo/Zr,Vo/Zr]:nr?[Ts/nr,Ms/nr]:jr?[$o/jr,No/jr]:[NaN,NaN];return $o=No=jr=Ts=Ms=nr=Bo=Vo=Zr=0,e}};function Mn(e,t){$o+=e,No+=t,++jr}function kh(){Se.point=Ax}function Ax(e,t){Se.point=Dx,Mn(ke=e,Ie=t)}function Dx(e,t){var n=e-ke,r=t-Ie,i=Ee(n*n+r*r);Ts+=i*(ke+e)/2,Ms+=i*(Ie+t)/2,nr+=i,Mn(ke=e,Ie=t)}function Ih(){Se.point=Mn}function Lx(){Se.point=kx}function Rx(){Ph(Lh,Rh)}function kx(e,t){Se.point=Ph,Mn(Lh=ke=e,Rh=Ie=t)}function Ph(e,t){var n=e-ke,r=t-Ie,i=Ee(n*n+r*r);Ts+=i*(ke+e)/2,Ms+=i*(Ie+t)/2,nr+=i,i=Ie*e-ke*t,Bo+=i*(ke+e),Vo+=i*(Ie+t),Zr+=i*3,Mn(ke=e,Ie=t)}const $h=Se;function Nh(e){this._context=e}Nh.prototype={_radius:4.5,pointRadius:function(e){return this._radius=e,this},polygonStart:function(){this._line=0},polygonEnd:function(){this._line=NaN},lineStart:function(){this._point=0},lineEnd:function(){this._line===0&&this._context.closePath(),this._point=NaN},point:function(e,t){switch(this._point){case 0:{this._context.moveTo(e,t),this._point=1;break}case 1:{this._context.lineTo(e,t);break}default:{this._context.moveTo(e+this._radius,t),this._context.arc(e,t,this._radius,0,ae);break}}},result:he};var Uo=new xn,Ho,Bh,Vh,Kr,Qr,Cs={point:he,lineStart:function(){Cs.point=Ix},lineEnd:function(){Ho&&Uh(Bh,Vh),Cs.point=he},polygonStart:function(){Ho=!0},polygonEnd:function(){Ho=null},result:function(){var e=+Uo;return Uo=new xn,e}};function Ix(e,t){Cs.point=Uh,Bh=Kr=e,Vh=Qr=t}function Uh(e,t){Kr-=e,Qr-=t,Uo.add(Ee(Kr*Kr+Qr*Qr)),Kr=e,Qr=t}const Hh=Cs;let Fh,As,Gh,zh;class Wh{constructor(t){this._append=t==null?Yh:Px(t),this._radius=4.5,this._=""}pointRadius(t){return this._radius=+t,this}polygonStart(){this._line=0}polygonEnd(){this._line=NaN}lineStart(){this._point=0}lineEnd(){this._line===0&&(this._+="Z"),this._point=NaN}point(t,n){switch(this._point){case 0:{this._append`M${t},${n}`,this._point=1;break}case 1:{this._append`L${t},${n}`;break}default:{if(this._append`M${t},${n}`,this._radius!==Gh||this._append!==As){const r=this._radius,i=this._;this._="",this._append`m0,${r}a${r},${r} 0 1,1 0,${-2*r}a${r},${r} 0 1,1 0,${2*r}z`,Gh=r,As=this._append,zh=this._,this._=i}this._+=zh;break}}}result(){const t=this._;return this._="",t.length?t:null}}function Yh(e){let t=1;this._+=e[0];for(const n=e.length;t<n;++t)this._+=arguments[t]+e[t]}function Px(e){const t=Math.floor(e);if(!(t>=0))throw new RangeError(`invalid digits: ${e}`);if(t>15)return Yh;if(t!==Fh){const n=10**t;Fh=t,As=function(i){let s=1;this._+=i[0];for(const a=i.length;s<a;++s)this._+=Math.round(arguments[s]*n)/n+i[s]}}return As}function $x(e,t){let n=3,r=4.5,i,s;function a(o){return o&&(typeof r=="function"&&s.pointRadius(+r.apply(this,arguments)),Jn(o,i(s))),s.result()}return a.area=function(o){return Jn(o,i(Dh)),Dh.result()},a.measure=function(o){return Jn(o,i(Hh)),Hh.result()},a.bounds=function(o){return Jn(o,i(Os)),Os.result()},a.centroid=function(o){return Jn(o,i($h)),$h.result()},a.projection=function(o){return arguments.length?(i=o==null?(e=null,Lo):(e=o).stream,a):e},a.context=function(o){return arguments.length?(s=o==null?(t=null,new Wh(n)):new Nh(t=o),typeof r!="function"&&s.pointRadius(r),a):t},a.pointRadius=function(o){return arguments.length?(r=typeof o=="function"?o:(s.pointRadius(+o),+o),a):r},a.digits=function(o){if(!arguments.length)return n;if(o==null)n=null;else{const l=Math.floor(o);if(!(l>=0))throw new RangeError(`invalid digits: ${o}`);n=l}return t===null&&(s=new Wh(n)),a},a.projection(e).digits(n).context(t)}function Fo(e){return function(t){var n=new Go;for(var r in e)n[r]=e[r];return n.stream=t,n}}function Go(){}Go.prototype={constructor:Go,point:function(e,t){this.stream.point(e,t)},sphere:function(){this.stream.sphere()},lineStart:function(){this.stream.lineStart()},lineEnd:function(){this.stream.lineEnd()},polygonStart:function(){this.stream.polygonStart()},polygonEnd:function(){this.stream.polygonEnd()}};function zo(e,t,n){var r=e.clipExtent&&e.clipExtent();return e.scale(150).translate([0,0]),r!=null&&e.clipExtent(null),Jn(n,e.stream(Os)),t(Os.result()),r!=null&&e.clipExtent(r),e}function qh(e,t,n){return zo(e,function(r){var i=t[1][0]-t[0][0],s=t[1][1]-t[0][1],a=Math.min(i/(r[1][0]-r[0][0]),s/(r[1][1]-r[0][1])),o=+t[0][0]+(i-a*(r[1][0]+r[0][0]))/2,l=+t[0][1]+(s-a*(r[1][1]+r[0][1]))/2;e.scale(150*a).translate([o,l])},n)}function Nx(e,t,n){return qh(e,[[0,0],t],n)}function Bx(e,t,n){return zo(e,function(r){var i=+t,s=i/(r[1][0]-r[0][0]),a=(i-s*(r[1][0]+r[0][0]))/2,o=-s*r[0][1];e.scale(150*s).translate([a,o])},n)}function Vx(e,t,n){return zo(e,function(r){var i=+t,s=i/(r[1][1]-r[0][1]),a=-s*r[0][0],o=(i-s*(r[1][1]+r[0][1]))/2;e.scale(150*s).translate([a,o])},n)}var Xh=16,Ux=yt(30*At);function jh(e,t){return+t?Fx(e,t):Hx(e)}function Hx(e){return Fo({point:function(t,n){t=e(t,n),this.stream.point(t[0],t[1])}})}function Fx(e,t){function n(r,i,s,a,o,l,c,u,d,h,f,p,g,v){var m=c-r,y=u-i,b=m*m+y*y;if(b>4*t&&g--){var S=a+h,_=o+f,E=l+p,M=Ee(S*S+_*_+E*E),D=Ye(E/=M),H=gt(gt(E)-1)<pt||gt(s-d)<pt?(s+d)/2:Tn(_,S),I=e(H,D),O=I[0],L=I[1],R=O-r,k=L-i,T=y*R-m*k;(T*T/b>t||gt((m*R+y*k)/b-.5)>.3||a*h+o*f+l*p<Ux)&&(n(r,i,s,a,o,l,O,L,H,S/=M,_/=M,E,g,v),v.point(O,L),n(O,L,H,S,_,E,c,u,d,h,f,p,g,v))}}return function(r){var i,s,a,o,l,c,u,d,h,f,p,g,v={point:m,lineStart:y,lineEnd:S,polygonStart:function(){r.polygonStart(),v.lineStart=_},polygonEnd:function(){r.polygonEnd(),v.lineStart=y}};function m(D,H){D=e(D,H),r.point(D[0],D[1])}function y(){d=NaN,v.point=b,r.lineStart()}function b(D,H){var I=tr([D,H]),O=e(D,H);n(d,h,u,f,p,g,d=O[0],h=O[1],u=D,f=I[0],p=I[1],g=I[2],Xh,r),r.point(d,h)}function S(){v.point=m,r.lineEnd()}function _(){y(),v.point=E,v.lineEnd=M}function E(D,H){b(i=D,H),s=d,a=h,o=f,l=p,c=g,v.point=b}function M(){n(d,h,u,f,p,g,s,a,i,o,l,c,Xh,r),v.lineEnd=S,S()}return v}}var Gx=Fo({point:function(e,t){this.stream.point(e*At,t*At)}});function zx(e){return Fo({point:function(t,n){var r=e(t,n);return this.stream.point(r[0],r[1])}})}function Wx(e,t,n,r,i){function s(a,o){return a*=r,o*=i,[t+e*a,n-e*o]}return s.invert=function(a,o){return[(a-t)/e*r,(n-o)/e*i]},s}function Zh(e,t,n,r,i,s){if(!s)return Wx(e,t,n,r,i);var a=yt(s),o=dt(s),l=a*e,c=o*e,u=a/e,d=o/e,h=(o*n-a*t)/e,f=(o*t+a*n)/e;function p(g,v){return g*=r,v*=i,[l*g-c*v+t,n-c*g-l*v]}return p.invert=function(g,v){return[r*(u*g-d*v+h),i*(f-d*g-u*v)]},p}function Ds(e){return Kh(function(){return e})()}function Kh(e){var t,n=150,r=480,i=250,s=0,a=0,o=0,l=0,c=0,u,d=0,h=1,f=1,p=null,g=Th,v=null,m,y,b,S=Lo,_=.5,E,M,D,H,I;function O(T){return D(T[0]*At,T[1]*At)}function L(T){return T=D.invert(T[0],T[1]),T&&[T[0]*Yt,T[1]*Yt]}O.stream=function(T){return H&&I===T?H:H=Gx(zx(u)(g(E(S(I=T)))))},O.preclip=function(T){return arguments.length?(g=T,p=void 0,k()):g},O.postclip=function(T){return arguments.length?(S=T,v=m=y=b=null,k()):S},O.clipAngle=function(T){return arguments.length?(g=+T?Ex(p=T*At):(p=null,Th),k()):p*Yt},O.clipExtent=function(T){return arguments.length?(S=T==null?(v=m=y=b=null,Lo):_x(v=+T[0][0],m=+T[0][1],y=+T[1][0],b=+T[1][1]),k()):v==null?null:[[v,m],[y,b]]},O.scale=function(T){return arguments.length?(n=+T,R()):n},O.translate=function(T){return arguments.length?(r=+T[0],i=+T[1],R()):[r,i]},O.center=function(T){return arguments.length?(s=T[0]%360*At,a=T[1]%360*At,R()):[s*Yt,a*Yt]},O.rotate=function(T){return arguments.length?(o=T[0]%360*At,l=T[1]%360*At,c=T.length>2?T[2]%360*At:0,R()):[o*Yt,l*Yt,c*Yt]},O.angle=function(T){return arguments.length?(d=T%360*At,R()):d*Yt},O.reflectX=function(T){return arguments.length?(h=T?-1:1,R()):h<0},O.reflectY=function(T){return arguments.length?(f=T?-1:1,R()):f<0},O.precision=function(T){return arguments.length?(E=jh(M,_=T*T),k()):Ee(_)},O.fitExtent=function(T,U){return qh(O,T,U)},O.fitSize=function(T,U){return Nx(O,T,U)},O.fitWidth=function(T,U){return Bx(O,T,U)},O.fitHeight=function(T,U){return Vx(O,T,U)};function R(){var T=Zh(n,0,0,h,f,d).apply(null,t(s,a)),U=Zh(n,r-T[0],i-T[1],h,f,d);return u=vh(o,l,c),M=Co(t,U),D=Co(u,M),E=jh(M,_),k()}function k(){return H=I=null,O}return function(){return t=e.apply(this,arguments),O.invert=t.invert&&L,R()}}function Qh(e){var t=0,n=at/3,r=Kh(e),i=r(t,n);return i.parallels=function(s){return arguments.length?r(t=s[0]*At,n=s[1]*At):[t*Yt,n*Yt]},i}function Yx(e){var t=yt(e);function n(r,i){return[r*t,dt(i)/t]}return n.invert=function(r,i){return[r/t,Ye(i*t)]},n}function qx(e,t){var n=dt(e),r=(n+dt(t))/2;if(gt(r)<pt)return Yx(e);var i=1+n*(2*r-n),s=Ee(i)/r;function a(o,l){var c=Ee(i-2*r*dt(l))/r;return[c*dt(o*=r),s-c*yt(o)]}return a.invert=function(o,l){var c=s-l,u=Tn(o,gt(c))*cn(c);return c*r<0&&(u-=at*cn(o)*cn(c)),[u/r,Ye((i-(o*o+c*c)*r*r)/(2*r))]},a}function Jh(){return Qh(qx).scale(155.424).center([0,33.6442])}function Xx(){return Jh().parallels([29.5,45.5]).scale(1070).translate([480,250]).rotate([96,0]).center([-.6,38.7])}function Wo(e,t){return[e,ux(hx((Jt+t)/2))]}Wo.invert=function(e,t){return[e,2*fh(cx(t))-Jt]};function jx(){return Zx(Wo).scale(961/ae)}function Zx(e){var t=Ds(e),n=t.center,r=t.scale,i=t.translate,s=t.clipExtent,a=null,o,l,c;t.scale=function(d){return arguments.length?(r(d),u()):r()},t.translate=function(d){return arguments.length?(i(d),u()):i()},t.center=function(d){return arguments.length?(n(d),u()):n()},t.clipExtent=function(d){return arguments.length?(d==null?a=o=l=c=null:(a=+d[0][0],o=+d[0][1],l=+d[1][0],c=+d[1][1]),u()):a==null?null:[[a,o],[l,c]]};function u(){var d=at*r(),h=t(fx(t.rotate()).invert([0,0]));return s(a==null?[[h[0]-d,h[1]-d],[h[0]+d,h[1]+d]]:e===Wo?[[Math.max(h[0]-d,a),o],[Math.min(h[0]+d,l),c]]:[[a,Math.max(h[1]-d,o)],[l,Math.min(h[1]+d,c)]])}return u()}function Ls(e,t){return[e,t]}Ls.invert=Ls;function Kx(){return Ds(Ls).scale(152.63)}function Qx(e,t){var n=yt(e),r=e===t?dt(e):(n-yt(t))/(t-e),i=n/r+e;if(gt(r)<pt)return Ls;function s(a,o){var l=i-o,c=r*a;return[l*dt(c),i-l*yt(c)]}return s.invert=function(a,o){var l=i-o,c=Tn(a,gt(l))*cn(l);return l*r<0&&(c-=at*cn(a)*cn(l)),[c/r,i-cn(r)*Ee(a*a+l*l)]},s}function Jx(){return Qh(Qx).scale(131.154).center([0,13.9389])}var Jr=1.340264,ti=-.081106,ei=893e-6,ni=.003796,Rs=Ee(3)/2,tb=12;function td(e,t){var n=Ye(Rs*dt(t)),r=n*n,i=r*r*r;return[e*yt(n)/(Rs*(Jr+3*ti*r+i*(7*ei+9*ni*r))),n*(Jr+ti*r+i*(ei+ni*r))]}td.invert=function(e,t){for(var n=t,r=n*n,i=r*r*r,s=0,a,o,l;s<tb&&(o=n*(Jr+ti*r+i*(ei+ni*r))-t,l=Jr+3*ti*r+i*(7*ei+9*ni*r),n-=a=o/l,r=n*n,i=r*r*r,!(gt(a)<hh));++s);return[Rs*e*(Jr+3*ti*r+i*(7*ei+9*ni*r))/yt(n),Ye(dt(n)/Rs)]};function eb(){return Ds(td).scale(177.158)}function ed(e,t){var n=t*t,r=n*n;return[e*(.8707-.131979*n+r*(-.013791+r*(.003971*n-.001529*r))),t*(1.007226+n*(.015085+r*(-.044475+.028874*n-.005916*r)))]}ed.invert=function(e,t){var n=t,r=25,i;do{var s=n*n,a=s*s;n-=i=(n*(1.007226+s*(.015085+a*(-.044475+.028874*s-.005916*a)))-t)/(1.007226+s*(.015085*3+a*(-.044475*7+.028874*9*s-.005916*11*a)))}while(gt(i)>pt&&--r>0);return[e/(.8707+(s=n*n)*(-.131979+s*(-.013791+s*s*s*(.003971-.001529*s)))),n]};function nb(){return Ds(ed).scale(175.295)}function rb(e,t){return e.parent===t.parent?1:2}function ib(e){return e.reduce(sb,0)/e.length}function sb(e,t){return e+t.x}function ab(e){return 1+e.reduce(ob,0)}function ob(e,t){return Math.max(e,t.y)}function lb(e){for(var t;t=e.children;)e=t[0];return e}function cb(e){for(var t;t=e.children;)e=t[t.length-1];return e}function ub(){var e=rb,t=1,n=1,r=!1;function i(s){var a,o=0;s.eachAfter(function(h){var f=h.children;f?(h.x=ib(f),h.y=ab(f)):(h.x=a?o+=e(h,a):0,h.y=0,a=h)});var l=lb(s),c=cb(s),u=l.x-e(l,c)/2,d=c.x+e(c,l)/2;return s.eachAfter(r?function(h){h.x=(h.x-s.x)*t,h.y=(s.y-h.y)*n}:function(h){h.x=(h.x-u)/(d-u)*t,h.y=(1-(s.y?h.y/s.y:1))*n})}return i.separation=function(s){return arguments.length?(e=s,i):e},i.size=function(s){return arguments.length?(r=!1,t=+s[0],n=+s[1],i):r?null:[t,n]},i.nodeSize=function(s){return arguments.length?(r=!0,t=+s[0],n=+s[1],i):r?[t,n]:null},i}function hb(e){var t=0,n=e.children,r=n&&n.length;if(!r)t=1;else for(;--r>=0;)t+=n[r].value;e.value=t}function db(){return this.eachAfter(hb)}function fb(e,t){let n=-1;for(const r of this)e.call(t,r,++n,this);return this}function pb(e,t){for(var n=this,r=[n],i,s,a=-1;n=r.pop();)if(e.call(t,n,++a,this),i=n.children)for(s=i.length-1;s>=0;--s)r.push(i[s]);return this}function gb(e,t){for(var n=this,r=[n],i=[],s,a,o,l=-1;n=r.pop();)if(i.push(n),s=n.children)for(a=0,o=s.length;a<o;++a)r.push(s[a]);for(;n=i.pop();)e.call(t,n,++l,this);return this}function mb(e,t){let n=-1;for(const r of this)if(e.call(t,r,++n,this))return r}function vb(e){return this.eachAfter(function(t){for(var n=+e(t.data)||0,r=t.children,i=r&&r.length;--i>=0;)n+=r[i].value;t.value=n})}function yb(e){return this.eachBefore(function(t){t.children&&t.children.sort(e)})}function xb(e){for(var t=this,n=bb(t,e),r=[t];t!==n;)t=t.parent,r.push(t);for(var i=r.length;e!==n;)r.splice(i,0,e),e=e.parent;return r}function bb(e,t){if(e===t)return e;var n=e.ancestors(),r=t.ancestors(),i=null;for(e=n.pop(),t=r.pop();e===t;)i=e,e=n.pop(),t=r.pop();return i}function Eb(){for(var e=this,t=[e];e=e.parent;)t.push(e);return t}function Sb(){return Array.from(this)}function _b(){var e=[];return this.eachBefore(function(t){t.children||e.push(t)}),e}function wb(){var e=this,t=[];return e.each(function(n){n!==e&&t.push({source:n.parent,target:n})}),t}function*Ob(){var e=this,t,n=[e],r,i,s;do for(t=n.reverse(),n=[];e=t.pop();)if(yield e,r=e.children)for(i=0,s=r.length;i<s;++i)n.push(r[i]);while(n.length)}function ri(e,t){e instanceof Map?(e=[void 0,e],t===void 0&&(t=Cb)):t===void 0&&(t=Mb);for(var n=new ii(e),r,i=[n],s,a,o,l;r=i.pop();)if((a=t(r.data))&&(l=(a=Array.from(a)).length))for(r.children=a,o=l-1;o>=0;--o)i.push(s=a[o]=new ii(a[o])),s.parent=r,s.depth=r.depth+1;return n.eachBefore(Db)}function Tb(){return ri(this).eachBefore(Ab)}function Mb(e){return e.children}function Cb(e){return Array.isArray(e)?e[1]:null}function Ab(e){e.data.value!==void 0&&(e.value=e.data.value),e.data=e.data.data}function Db(e){var t=0;do e.height=t;while((e=e.parent)&&e.height<++t)}function ii(e){this.data=e,this.depth=this.height=0,this.parent=null}ii.prototype=ri.prototype={constructor:ii,count:db,each:fb,eachAfter:gb,eachBefore:pb,find:mb,sum:vb,sort:yb,path:xb,ancestors:Eb,descendants:Sb,leaves:_b,links:wb,copy:Tb,[Symbol.iterator]:Ob};function Lb(e){return e==null?null:nd(e)}function nd(e){if(typeof e!="function")throw new Error;return e}function Cn(){return 0}function rr(e){return function(){return e}}const Rb=1664525,kb=1013904223,rd=4294967296;function Ib(){let e=1;return()=>(e=(Rb*e+kb)%rd)/rd}function Pb(e){return typeof e=="object"&&"length"in e?e:Array.from(e)}function $b(e,t){let n=e.length,r,i;for(;n;)i=t()*n--|0,r=e[n],e[n]=e[i],e[i]=r;return e}function Nb(e,t){for(var n=0,r=(e=$b(Array.from(e),t)).length,i=[],s,a;n<r;)s=e[n],a&&id(a,s)?++n:(a=Vb(i=Bb(i,s)),n=0);return a}function Bb(e,t){var n,r;if(Yo(t,e))return[t];for(n=0;n<e.length;++n)if(ks(t,e[n])&&Yo(si(e[n],t),e))return[e[n],t];for(n=0;n<e.length-1;++n)for(r=n+1;r<e.length;++r)if(ks(si(e[n],e[r]),t)&&ks(si(e[n],t),e[r])&&ks(si(e[r],t),e[n])&&Yo(sd(e[n],e[r],t),e))return[e[n],e[r],t];throw new Error}function ks(e,t){var n=e.r-t.r,r=t.x-e.x,i=t.y-e.y;return n<0||n*n<r*r+i*i}function id(e,t){var n=e.r-t.r+Math.max(e.r,t.r,1)*1e-9,r=t.x-e.x,i=t.y-e.y;return n>0&&n*n>r*r+i*i}function Yo(e,t){for(var n=0;n<t.length;++n)if(!id(e,t[n]))return!1;return!0}function Vb(e){switch(e.length){case 1:return Ub(e[0]);case 2:return si(e[0],e[1]);case 3:return sd(e[0],e[1],e[2])}}function Ub(e){return{x:e.x,y:e.y,r:e.r}}function si(e,t){var n=e.x,r=e.y,i=e.r,s=t.x,a=t.y,o=t.r,l=s-n,c=a-r,u=o-i,d=Math.sqrt(l*l+c*c);return{x:(n+s+l/d*u)/2,y:(r+a+c/d*u)/2,r:(d+i+o)/2}}function sd(e,t,n){var r=e.x,i=e.y,s=e.r,a=t.x,o=t.y,l=t.r,c=n.x,u=n.y,d=n.r,h=r-a,f=r-c,p=i-o,g=i-u,v=l-s,m=d-s,y=r*r+i*i-s*s,b=y-a*a-o*o+l*l,S=y-c*c-u*u+d*d,_=f*p-h*g,E=(p*S-g*b)/(_*2)-r,M=(g*v-p*m)/_,D=(f*b-h*S)/(_*2)-i,H=(h*m-f*v)/_,I=M*M+H*H-1,O=2*(s+E*M+D*H),L=E*E+D*D-s*s,R=-(Math.abs(I)>1e-6?(O+Math.sqrt(O*O-4*I*L))/(2*I):L/O);return{x:r+E+M*R,y:i+D+H*R,r:R}}function ad(e,t,n){var r=e.x-t.x,i,s,a=e.y-t.y,o,l,c=r*r+a*a;c?(s=t.r+n.r,s*=s,l=e.r+n.r,l*=l,s>l?(i=(c+l-s)/(2*c),o=Math.sqrt(Math.max(0,l/c-i*i)),n.x=e.x-i*r-o*a,n.y=e.y-i*a+o*r):(i=(c+s-l)/(2*c),o=Math.sqrt(Math.max(0,s/c-i*i)),n.x=t.x+i*r-o*a,n.y=t.y+i*a+o*r)):(n.x=t.x+n.r,n.y=t.y)}function od(e,t){var n=e.r+t.r-1e-6,r=t.x-e.x,i=t.y-e.y;return n>0&&n*n>r*r+i*i}function ld(e){var t=e._,n=e.next._,r=t.r+n.r,i=(t.x*n.r+n.x*t.r)/r,s=(t.y*n.r+n.y*t.r)/r;return i*i+s*s}function Is(e){this._=e,this.next=null,this.previous=null}function Hb(e,t){if(!(s=(e=Pb(e)).length))return 0;var n,r,i,s,a,o,l,c,u,d,h;if(n=e[0],n.x=0,n.y=0,!(s>1))return n.r;if(r=e[1],n.x=-r.r,r.x=n.r,r.y=0,!(s>2))return n.r+r.r;ad(r,n,i=e[2]),n=new Is(n),r=new Is(r),i=new Is(i),n.next=i.previous=r,r.next=n.previous=i,i.next=r.previous=n;t:for(l=3;l<s;++l){ad(n._,r._,i=e[l]),i=new Is(i),c=r.next,u=n.previous,d=r._.r,h=n._.r;do if(d<=h){if(od(c._,i._)){r=c,n.next=r,r.previous=n,--l;continue t}d+=c._.r,c=c.next}else{if(od(u._,i._)){n=u,n.next=r,r.previous=n,--l;continue t}h+=u._.r,u=u.previous}while(c!==u.next);for(i.previous=n,i.next=r,n.next=r.previous=r=i,a=ld(n);(i=i.next)!==r;)(o=ld(i))<a&&(n=i,a=o);r=n.next}for(n=[r._],i=r;(i=i.next)!==r;)n.push(i._);for(i=Nb(n,t),l=0;l<s;++l)n=e[l],n.x-=i.x,n.y-=i.y;return i.r}function Fb(e){return Math.sqrt(e.value)}function Gb(){var e=null,t=1,n=1,r=Cn;function i(s){const a=Ib();return s.x=t/2,s.y=n/2,e?s.eachBefore(cd(e)).eachAfter(qo(r,.5,a)).eachBefore(ud(1)):s.eachBefore(cd(Fb)).eachAfter(qo(Cn,1,a)).eachAfter(qo(r,s.r/Math.min(t,n),a)).eachBefore(ud(Math.min(t,n)/(2*s.r))),s}return i.radius=function(s){return arguments.length?(e=Lb(s),i):e},i.size=function(s){return arguments.length?(t=+s[0],n=+s[1],i):[t,n]},i.padding=function(s){return arguments.length?(r=typeof s=="function"?s:rr(+s),i):r},i}function cd(e){return function(t){t.children||(t.r=Math.max(0,+e(t)||0))}}function qo(e,t,n){return function(r){if(i=r.children){var i,s,a=i.length,o=e(r)*t||0,l;if(o)for(s=0;s<a;++s)i[s].r+=o;if(l=Hb(i,n),o)for(s=0;s<a;++s)i[s].r-=o;r.r=l+o}}}function ud(e){return function(t){var n=t.parent;t.r*=e,n&&(t.x=n.x+e*t.x,t.y=n.y+e*t.y)}}function zb(e){e.x0=Math.round(e.x0),e.y0=Math.round(e.y0),e.x1=Math.round(e.x1),e.y1=Math.round(e.y1)}function Wb(e,t,n,r,i){for(var s=e.children,a,o=-1,l=s.length,c=e.value&&(r-t)/e.value;++o<l;)a=s[o],a.y0=n,a.y1=i,a.x0=t,a.x1=t+=a.value*c}function Yb(e,t){return e.parent===t.parent?1:2}function Xo(e){var t=e.children;return t?t[0]:e.t}function jo(e){var t=e.children;return t?t[t.length-1]:e.t}function qb(e,t,n){var r=n/(t.i-e.i);t.c-=r,t.s+=n,e.c+=r,t.z+=n,t.m+=n}function Xb(e){for(var t=0,n=0,r=e.children,i=r.length,s;--i>=0;)s=r[i],s.z+=t,s.m+=t,t+=s.s+(n+=s.c)}function jb(e,t,n){return e.a.parent===t.parent?e.a:n}function Ps(e,t){this._=e,this.parent=null,this.children=null,this.A=null,this.a=this,this.z=0,this.m=0,this.c=0,this.s=0,this.t=null,this.i=t}Ps.prototype=Object.create(ii.prototype);function Zb(e){for(var t=new Ps(e,0),n,r=[t],i,s,a,o;n=r.pop();)if(s=n._.children)for(n.children=new Array(o=s.length),a=o-1;a>=0;--a)r.push(i=n.children[a]=new Ps(s[a],a)),i.parent=n;return(t.parent=new Ps(null,0)).children=[t],t}function Kb(){var e=Yb,t=1,n=1,r=null;function i(c){var u=Zb(c);if(u.eachAfter(s),u.parent.m=-u.z,u.eachBefore(a),r)c.eachBefore(l);else{var d=c,h=c,f=c;c.eachBefore(function(y){y.x<d.x&&(d=y),y.x>h.x&&(h=y),y.depth>f.depth&&(f=y)});var p=d===h?1:e(d,h)/2,g=p-d.x,v=t/(h.x+p+g),m=n/(f.depth||1);c.eachBefore(function(y){y.x=(y.x+g)*v,y.y=y.depth*m})}return c}function s(c){var u=c.children,d=c.parent.children,h=c.i?d[c.i-1]:null;if(u){Xb(c);var f=(u[0].z+u[u.length-1].z)/2;h?(c.z=h.z+e(c._,h._),c.m=c.z-f):c.z=f}else h&&(c.z=h.z+e(c._,h._));c.parent.A=o(c,h,c.parent.A||d[0])}function a(c){c._.x=c.z+c.parent.m,c.m+=c.parent.m}function o(c,u,d){if(u){for(var h=c,f=c,p=u,g=h.parent.children[0],v=h.m,m=f.m,y=p.m,b=g.m,S;p=jo(p),h=Xo(h),p&&h;)g=Xo(g),f=jo(f),f.a=c,S=p.z+y-h.z-v+e(p._,h._),S>0&&(qb(jb(p,c,d),c,S),v+=S,m+=S),y+=p.m,v+=h.m,b+=g.m,m+=f.m;p&&!jo(f)&&(f.t=p,f.m+=y-m),h&&!Xo(g)&&(g.t=h,g.m+=v-b,d=c)}return d}function l(c){c.x*=t,c.y=c.depth*n}return i.separation=function(c){return arguments.length?(e=c,i):e},i.size=function(c){return arguments.length?(r=!1,t=+c[0],n=+c[1],i):r?null:[t,n]},i.nodeSize=function(c){return arguments.length?(r=!0,t=+c[0],n=+c[1],i):r?[t,n]:null},i}function Qb(e,t,n,r,i){for(var s=e.children,a,o=-1,l=s.length,c=e.value&&(i-n)/e.value;++o<l;)a=s[o],a.x0=t,a.x1=r,a.y0=n,a.y1=n+=a.value*c}var Jb=(1+Math.sqrt(5))/2;function tE(e,t,n,r,i,s){for(var a=[],o=t.children,l,c,u=0,d=0,h=o.length,f,p,g=t.value,v,m,y,b,S,_,E;u<h;){f=i-n,p=s-r;do v=o[d++].value;while(!v&&d<h);for(m=y=v,_=Math.max(p/f,f/p)/(g*e),E=v*v*_,S=Math.max(y/E,E/m);d<h;++d){if(v+=c=o[d].value,c<m&&(m=c),c>y&&(y=c),E=v*v*_,b=Math.max(y/E,E/m),b>S){v-=c;break}S=b}a.push(l={value:v,dice:f<p,children:o.slice(u,d)}),l.dice?Wb(l,n,r,i,g?r+=p*v/g:s):Qb(l,n,r,g?n+=f*v/g:i,s),g-=v,u=d}return a}const eE=function e(t){function n(r,i,s,a,o){tE(t,r,i,s,a,o)}return n.ratio=function(r){return e((r=+r)>1?r:1)},n}(Jb);function nE(){var e=eE,t=!1,n=1,r=1,i=[0],s=Cn,a=Cn,o=Cn,l=Cn,c=Cn;function u(h){return h.x0=h.y0=0,h.x1=n,h.y1=r,h.eachBefore(d),i=[0],t&&h.eachBefore(zb),h}function d(h){var f=i[h.depth],p=h.x0+f,g=h.y0+f,v=h.x1-f,m=h.y1-f;v<p&&(p=v=(p+v)/2),m<g&&(g=m=(g+m)/2),h.x0=p,h.y0=g,h.x1=v,h.y1=m,h.children&&(f=i[h.depth+1]=s(h)/2,p+=c(h)-f,g+=a(h)-f,v-=o(h)-f,m-=l(h)-f,v<p&&(p=v=(p+v)/2),m<g&&(g=m=(g+m)/2),e(h,p,g,v,m))}return u.round=function(h){return arguments.length?(t=!!h,u):t},u.size=function(h){return arguments.length?(n=+h[0],r=+h[1],u):[n,r]},u.tile=function(h){return arguments.length?(e=nd(h),u):e},u.padding=function(h){return arguments.length?u.paddingInner(h).paddingOuter(h):u.paddingInner()},u.paddingInner=function(h){return arguments.length?(s=typeof h=="function"?h:rr(+h),u):s},u.paddingOuter=function(h){return arguments.length?u.paddingTop(h).paddingRight(h).paddingBottom(h).paddingLeft(h):u.paddingTop()},u.paddingTop=function(h){return arguments.length?(a=typeof h=="function"?h:rr(+h),u):a},u.paddingRight=function(h){return arguments.length?(o=typeof h=="function"?h:rr(+h),u):o},u.paddingBottom=function(h){return arguments.length?(l=typeof h=="function"?h:rr(+h),u):l},u.paddingLeft=function(h){return arguments.length?(c=typeof h=="function"?h:rr(+h),u):c},u}function ir(e,t){switch(arguments.length){case 0:break;case 1:this.range(e);break;default:this.range(t).domain(e);break}return this}const hd=Symbol("implicit");function $s(){var e=new eu,t=[],n=[],r=hd;function i(s){let a=e.get(s);if(a===void 0){if(r!==hd)return r;e.set(s,a=t.push(s)-1)}return n[a%n.length]}return i.domain=function(s){if(!arguments.length)return t.slice();t=[],e=new eu;for(const a of s)e.has(a)||e.set(a,t.push(a)-1);return i},i.range=function(s){return arguments.length?(n=Array.from(s),i):n.slice()},i.unknown=function(s){return arguments.length?(r=s,i):r},i.copy=function(){return $s(t,n).unknown(r)},ir.apply(i,arguments),i}function ai(){var e=$s().unknown(void 0),t=e.domain,n=e.range,r=0,i=1,s,a,o=!1,l=0,c=0,u=.5;delete e.unknown;function d(){var h=t().length,f=i<r,p=f?i:r,g=f?r:i;s=(g-p)/Math.max(1,h-l+c*2),o&&(s=Math.floor(s)),p+=(g-p-s*(h-l))*u,a=s*(1-l),o&&(p=Math.round(p),a=Math.round(a));var v=uv(h).map(function(m){return p+s*m});return n(f?v.reverse():v)}return e.domain=function(h){return arguments.length?(t(h),d()):t()},e.range=function(h){return arguments.length?([r,i]=h,r=+r,i=+i,d()):[r,i]},e.rangeRound=function(h){return[r,i]=h,r=+r,i=+i,o=!0,d()},e.bandwidth=function(){return a},e.step=function(){return s},e.round=function(h){return arguments.length?(o=!!h,d()):o},e.padding=function(h){return arguments.length?(l=Math.min(1,c=+h),d()):l},e.paddingInner=function(h){return arguments.length?(l=Math.min(1,h),d()):l},e.paddingOuter=function(h){return arguments.length?(c=+h,d()):c},e.align=function(h){return arguments.length?(u=Math.max(0,Math.min(1,h)),d()):u},e.copy=function(){return ai(t(),[r,i]).round(o).paddingInner(l).paddingOuter(c).align(u)},ir.apply(d(),arguments)}function rE(e){return function(){return e}}function iE(e){return+e}var dd=[0,1];function sr(e){return e}function Zo(e,t){return(t-=e=+e)?function(n){return(n-e)/t}:rE(isNaN(t)?NaN:.5)}function sE(e,t){var n;return e>t&&(n=e,e=t,t=n),function(r){return Math.max(e,Math.min(t,r))}}function aE(e,t,n){var r=e[0],i=e[1],s=t[0],a=t[1];return i<r?(r=Zo(i,r),s=n(a,s)):(r=Zo(r,i),s=n(s,a)),function(o){return s(r(o))}}function oE(e,t,n){var r=Math.min(e.length,t.length)-1,i=new Array(r),s=new Array(r),a=-1;for(e[r]<e[0]&&(e=e.slice().reverse(),t=t.slice().reverse());++a<r;)i[a]=Zo(e[a],e[a+1]),s[a]=n(t[a],t[a+1]);return function(o){var l=Ha(e,o,1,r)-1;return s[l](i[l](o))}}function Ko(e,t){return t.domain(e.domain()).range(e.range()).interpolate(e.interpolate()).clamp(e.clamp()).unknown(e.unknown())}function fd(){var e=dd,t=dd,n=Hr,r,i,s,a=sr,o,l,c;function u(){var h=Math.min(e.length,t.length);return a!==sr&&(a=sE(e[0],e[h-1])),o=h>2?oE:aE,l=c=null,d}function d(h){return h==null||isNaN(h=+h)?s:(l||(l=o(e.map(r),t,n)))(r(a(h)))}return d.invert=function(h){return a(i((c||(c=o(t,e.map(r),se)))(h)))},d.domain=function(h){return arguments.length?(e=Array.from(h,iE),u()):e.slice()},d.range=function(h){return arguments.length?(t=Array.from(h),u()):t.slice()},d.rangeRound=function(h){return t=Array.from(h),n=Iu,u()},d.clamp=function(h){return arguments.length?(a=h?!0:sr,u()):a!==sr},d.interpolate=function(h){return arguments.length?(n=h,u()):n},d.unknown=function(h){return arguments.length?(s=h,d):s},function(h,f){return r=h,i=f,u()}}function pd(){return fd()(sr,sr)}function lE(e,t,n,r){var i=Ga(e,t,n),s;switch(r=Yr(r??",f"),r.type){case"s":{var a=Math.max(Math.abs(e),Math.abs(t));return r.precision==null&&!isNaN(s=ox(i,a))&&(r.precision=s),uh(r,a)}case"":case"e":case"g":case"p":case"r":{r.precision==null&&!isNaN(s=lx(i,Math.max(Math.abs(e),Math.abs(t))))&&(r.precision=s-(r.type==="e"));break}case"f":case"%":{r.precision==null&&!isNaN(s=ax(i))&&(r.precision=s-(r.type==="%")*2);break}}return _o(r)}function gd(e){var t=e.domain;return e.ticks=function(n){var r=t();return Yi(r[0],r[r.length-1],n??10)},e.tickFormat=function(n,r){var i=t();return lE(i[0],i[i.length-1],n??10,r)},e.nice=function(n){n==null&&(n=10);var r=t(),i=0,s=r.length-1,a=r[i],o=r[s],l,c,u=10;for(o<a&&(c=a,a=o,o=c,c=i,i=s,s=c);u-- >0;){if(c=Yn(a,o,n),c===l)return r[i]=a,r[s]=o,t(r);if(c>0)a=Math.floor(a/c)*c,o=Math.ceil(o/c)*c;else if(c<0)a=Math.ceil(a*c)/c,o=Math.floor(o*c)/c;else break;l=c}return e},e}function _e(){var e=pd();return e.copy=function(){return Ko(e,_e())},ir.apply(e,arguments),gd(e)}function md(e,t){e=e.slice();var n=0,r=e.length-1,i=e[n],s=e[r],a;return s<i&&(a=n,n=r,r=a,a=i,i=s,s=a),e[n]=t.floor(i),e[r]=t.ceil(s),e}function vd(e){return Math.log(e)}function yd(e){return Math.exp(e)}function cE(e){return-Math.log(-e)}function uE(e){return-Math.exp(-e)}function hE(e){return isFinite(e)?+("1e"+e):e<0?0:e}function dE(e){return e===10?hE:e===Math.E?Math.exp:t=>Math.pow(e,t)}function fE(e){return e===Math.E?Math.log:e===10&&Math.log10||e===2&&Math.log2||(e=Math.log(e),t=>Math.log(t)/e)}function xd(e){return(t,n)=>-e(-t,n)}function pE(e){const t=e(vd,yd),n=t.domain;let r=10,i,s;function a(){return i=fE(r),s=dE(r),n()[0]<0?(i=xd(i),s=xd(s),e(cE,uE)):e(vd,yd),t}return t.base=function(o){return arguments.length?(r=+o,a()):r},t.domain=function(o){return arguments.length?(n(o),a()):n()},t.ticks=o=>{const l=n();let c=l[0],u=l[l.length-1];const d=u<c;d&&([c,u]=[u,c]);let h=i(c),f=i(u),p,g;const v=o==null?10:+o;let m=[];if(!(r%1)&&f-h<v){if(h=Math.floor(h),f=Math.ceil(f),c>0){for(;h<=f;++h)for(p=1;p<r;++p)if(g=h<0?p/s(-h):p*s(h),!(g<c)){if(g>u)break;m.push(g)}}else for(;h<=f;++h)for(p=r-1;p>=1;--p)if(g=h>0?p/s(-h):p*s(h),!(g<c)){if(g>u)break;m.push(g)}m.length*2<v&&(m=Yi(c,u,v))}else m=Yi(h,f,Math.min(f-h,v)).map(s);return d?m.reverse():m},t.tickFormat=(o,l)=>{if(o==null&&(o=10),l==null&&(l=r===10?"s":","),typeof l!="function"&&(!(r%1)&&(l=Yr(l)).precision==null&&(l.trim=!0),l=_o(l)),o===1/0)return l;const c=Math.max(1,r*o/t.ticks().length);return u=>{let d=u/s(Math.round(i(u)));return d*r<r-.5&&(d*=r),d<=c?l(u):""}},t.nice=()=>n(md(n(),{floor:o=>s(Math.floor(i(o))),ceil:o=>s(Math.ceil(i(o)))})),t}function bd(){const e=pE(fd()).domain([1,10]);return e.copy=()=>Ko(e,bd()).base(e.base()),ir.apply(e,arguments),e}function Qo(){var e=0,t=1,n=1,r=[.5],i=[0,1],s;function a(l){return l!=null&&l<=l?i[Ha(r,l,0,n)]:s}function o(){var l=-1;for(r=new Array(n);++l<n;)r[l]=((l+1)*t-(l-n)*e)/(n+1);return a}return a.domain=function(l){return arguments.length?([e,t]=l,e=+e,t=+t,o()):[e,t]},a.range=function(l){return arguments.length?(n=(i=Array.from(l)).length-1,o()):i.slice()},a.invertExtent=function(l){var c=i.indexOf(l);return c<0?[NaN,NaN]:c<1?[e,r[0]]:c>=n?[r[n-1],t]:[r[c-1],r[c]]},a.unknown=function(l){return arguments.length&&(s=l),a},a.thresholds=function(){return r.slice()},a.copy=function(){return Qo().domain([e,t]).range(i).unknown(s)},ir.apply(gd(a),arguments)}const Jo=new Date,tl=new Date;function Pt(e,t,n,r){function i(s){return e(s=arguments.length===0?new Date:new Date(+s)),s}return i.floor=s=>(e(s=new Date(+s)),s),i.ceil=s=>(e(s=new Date(s-1)),t(s,1),e(s),s),i.round=s=>{const a=i(s),o=i.ceil(s);return s-a<o-s?a:o},i.offset=(s,a)=>(t(s=new Date(+s),a==null?1:Math.floor(a)),s),i.range=(s,a,o)=>{const l=[];if(s=i.ceil(s),o=o==null?1:Math.floor(o),!(s<a)||!(o>0))return l;let c;do l.push(c=new Date(+s)),t(s,o),e(s);while(c<s&&s<a);return l},i.filter=s=>Pt(a=>{if(a>=a)for(;e(a),!s(a);)a.setTime(a-1)},(a,o)=>{if(a>=a)if(o<0)for(;++o<=0;)for(;t(a,-1),!s(a););else for(;--o>=0;)for(;t(a,1),!s(a););}),n&&(i.count=(s,a)=>(Jo.setTime(+s),tl.setTime(+a),e(Jo),e(tl),Math.floor(n(Jo,tl))),i.every=s=>(s=Math.floor(s),!isFinite(s)||!(s>0)?null:s>1?i.filter(r?a=>r(a)%s===0:a=>i.count(0,a)%s===0):i)),i}const Ns=Pt(()=>{},(e,t)=>{e.setTime(+e+t)},(e,t)=>t-e);Ns.every=e=>(e=Math.floor(e),!isFinite(e)||!(e>0)?null:e>1?Pt(t=>{t.setTime(Math.floor(t/e)*e)},(t,n)=>{t.setTime(+t+n*e)},(t,n)=>(n-t)/e):Ns),Ns.range;const qe=1e3,de=qe*60,Xe=de*60,je=Xe*24,el=je*7,Ed=je*30,nl=je*365,ar=Pt(e=>{e.setTime(e-e.getMilliseconds())},(e,t)=>{e.setTime(+e+t*qe)},(e,t)=>(t-e)/qe,e=>e.getUTCSeconds());ar.range;const rl=Pt(e=>{e.setTime(e-e.getMilliseconds()-e.getSeconds()*qe)},(e,t)=>{e.setTime(+e+t*de)},(e,t)=>(t-e)/de,e=>e.getMinutes());rl.range,Pt(e=>{e.setUTCSeconds(0,0)},(e,t)=>{e.setTime(+e+t*de)},(e,t)=>(t-e)/de,e=>e.getUTCMinutes()).range;const il=Pt(e=>{e.setTime(e-e.getMilliseconds()-e.getSeconds()*qe-e.getMinutes()*de)},(e,t)=>{e.setTime(+e+t*Xe)},(e,t)=>(t-e)/Xe,e=>e.getHours());il.range,Pt(e=>{e.setUTCMinutes(0,0,0)},(e,t)=>{e.setTime(+e+t*Xe)},(e,t)=>(t-e)/Xe,e=>e.getUTCHours()).range;const oi=Pt(e=>e.setHours(0,0,0,0),(e,t)=>e.setDate(e.getDate()+t),(e,t)=>(t-e-(t.getTimezoneOffset()-e.getTimezoneOffset())*de)/je,e=>e.getDate()-1);oi.range;const sl=Pt(e=>{e.setUTCHours(0,0,0,0)},(e,t)=>{e.setUTCDate(e.getUTCDate()+t)},(e,t)=>(t-e)/je,e=>e.getUTCDate()-1);sl.range,Pt(e=>{e.setUTCHours(0,0,0,0)},(e,t)=>{e.setUTCDate(e.getUTCDate()+t)},(e,t)=>(t-e)/je,e=>Math.floor(e/je)).range;function An(e){return Pt(t=>{t.setDate(t.getDate()-(t.getDay()+7-e)%7),t.setHours(0,0,0,0)},(t,n)=>{t.setDate(t.getDate()+n*7)},(t,n)=>(n-t-(n.getTimezoneOffset()-t.getTimezoneOffset())*de)/el)}const Bs=An(0),Vs=An(1),gE=An(2),mE=An(3),or=An(4),vE=An(5),yE=An(6);Bs.range,Vs.range,gE.range,mE.range,or.range,vE.range,yE.range;function Dn(e){return Pt(t=>{t.setUTCDate(t.getUTCDate()-(t.getUTCDay()+7-e)%7),t.setUTCHours(0,0,0,0)},(t,n)=>{t.setUTCDate(t.getUTCDate()+n*7)},(t,n)=>(n-t)/el)}const Sd=Dn(0),Us=Dn(1),xE=Dn(2),bE=Dn(3),lr=Dn(4),EE=Dn(5),SE=Dn(6);Sd.range,Us.range,xE.range,bE.range,lr.range,EE.range,SE.range;const al=Pt(e=>{e.setDate(1),e.setHours(0,0,0,0)},(e,t)=>{e.setMonth(e.getMonth()+t)},(e,t)=>t.getMonth()-e.getMonth()+(t.getFullYear()-e.getFullYear())*12,e=>e.getMonth());al.range,Pt(e=>{e.setUTCDate(1),e.setUTCHours(0,0,0,0)},(e,t)=>{e.setUTCMonth(e.getUTCMonth()+t)},(e,t)=>t.getUTCMonth()-e.getUTCMonth()+(t.getUTCFullYear()-e.getUTCFullYear())*12,e=>e.getUTCMonth()).range;const Ze=Pt(e=>{e.setMonth(0,1),e.setHours(0,0,0,0)},(e,t)=>{e.setFullYear(e.getFullYear()+t)},(e,t)=>t.getFullYear()-e.getFullYear(),e=>e.getFullYear());Ze.every=e=>!isFinite(e=Math.floor(e))||!(e>0)?null:Pt(t=>{t.setFullYear(Math.floor(t.getFullYear()/e)*e),t.setMonth(0,1),t.setHours(0,0,0,0)},(t,n)=>{t.setFullYear(t.getFullYear()+n*e)}),Ze.range;const Ln=Pt(e=>{e.setUTCMonth(0,1),e.setUTCHours(0,0,0,0)},(e,t)=>{e.setUTCFullYear(e.getUTCFullYear()+t)},(e,t)=>t.getUTCFullYear()-e.getUTCFullYear(),e=>e.getUTCFullYear());Ln.every=e=>!isFinite(e=Math.floor(e))||!(e>0)?null:Pt(t=>{t.setUTCFullYear(Math.floor(t.getUTCFullYear()/e)*e),t.setUTCMonth(0,1),t.setUTCHours(0,0,0,0)},(t,n)=>{t.setUTCFullYear(t.getUTCFullYear()+n*e)}),Ln.range;function _E(e,t,n,r,i,s){const a=[[ar,1,qe],[ar,5,5*qe],[ar,15,15*qe],[ar,30,30*qe],[s,1,de],[s,5,5*de],[s,15,15*de],[s,30,30*de],[i,1,Xe],[i,3,3*Xe],[i,6,6*Xe],[i,12,12*Xe],[r,1,je],[r,2,2*je],[n,1,el],[t,1,Ed],[t,3,3*Ed],[e,1,nl]];function o(c,u,d){const h=u<c;h&&([c,u]=[u,c]);const f=d&&typeof d.range=="function"?d:l(c,u,d),p=f?f.range(c,+u+1):[];return h?p.reverse():p}function l(c,u,d){const h=Math.abs(u-c)/d,f=Ua(([,,v])=>v).right(a,h);if(f===a.length)return e.every(Ga(c/nl,u/nl,d));if(f===0)return Ns.every(Math.max(Ga(c,u,d),1));const[p,g]=a[h/a[f-1][2]<a[f][2]/h?f-1:f];return p.every(g)}return[o,l]}const[wE,OE]=_E(Ze,al,Bs,oi,il,rl);function ol(e){if(0<=e.y&&e.y<100){var t=new Date(-1,e.m,e.d,e.H,e.M,e.S,e.L);return t.setFullYear(e.y),t}return new Date(e.y,e.m,e.d,e.H,e.M,e.S,e.L)}function ll(e){if(0<=e.y&&e.y<100){var t=new Date(Date.UTC(-1,e.m,e.d,e.H,e.M,e.S,e.L));return t.setUTCFullYear(e.y),t}return new Date(Date.UTC(e.y,e.m,e.d,e.H,e.M,e.S,e.L))}function li(e,t,n){return{y:e,m:t,d:n,H:0,M:0,S:0,L:0}}function TE(e){var t=e.dateTime,n=e.date,r=e.time,i=e.periods,s=e.days,a=e.shortDays,o=e.months,l=e.shortMonths,c=ci(i),u=ui(i),d=ci(s),h=ui(s),f=ci(a),p=ui(a),g=ci(o),v=ui(o),m=ci(l),y=ui(l),b={a:N,A:$,b:B,B:Y,c:null,d:Cd,e:Cd,f:jE,g:sS,G:oS,H:YE,I:qE,j:XE,L:Ad,m:ZE,M:KE,p:X,q:J,Q:Pd,s:$d,S:QE,u:JE,U:tS,V:eS,w:nS,W:rS,x:null,X:null,y:iS,Y:aS,Z:lS,"%":Id},S={a:lt,A:W,b:K,B:ct,c:null,d:Ld,e:Ld,f:dS,g:SS,G:wS,H:cS,I:uS,j:hS,L:Rd,m:fS,M:pS,p:rt,q:Ot,Q:Pd,s:$d,S:gS,u:mS,U:vS,V:yS,w:xS,W:bS,x:null,X:null,y:ES,Y:_S,Z:OS,"%":Id},_={a:I,A:O,b:L,B:R,c:k,d:Td,e:Td,f:FE,g:Od,G:wd,H:Md,I:Md,j:BE,L:HE,m:NE,M:VE,p:H,q:$E,Q:zE,s:WE,S:UE,u:LE,U:RE,V:kE,w:DE,W:IE,x:T,X:U,y:Od,Y:wd,Z:PE,"%":GE};b.x=E(n,b),b.X=E(r,b),b.c=E(t,b),S.x=E(n,S),S.X=E(r,S),S.c=E(t,S);function E(q,V){return function(F){var P=[],ft=-1,vt=0,Zt=q.length,Kt,et,Lt;for(F instanceof Date||(F=new Date(+F));++ft<Zt;)q.charCodeAt(ft)===37&&(P.push(q.slice(vt,ft)),(et=_d[Kt=q.charAt(++ft)])!=null?Kt=q.charAt(++ft):et=Kt==="e"?" ":"0",(Lt=V[Kt])&&(Kt=Lt(F,et)),P.push(Kt),vt=ft+1);return P.push(q.slice(vt,ft)),P.join("")}}function M(q,V){return function(F){var P=li(1900,void 0,1),ft=D(P,q,F+="",0),vt,Zt;if(ft!=F.length)return null;if("Q"in P)return new Date(P.Q);if("s"in P)return new Date(P.s*1e3+("L"in P?P.L:0));if(V&&!("Z"in P)&&(P.Z=0),"p"in P&&(P.H=P.H%12+P.p*12),P.m===void 0&&(P.m="q"in P?P.q:0),"V"in P){if(P.V<1||P.V>53)return null;"w"in P||(P.w=1),"Z"in P?(vt=ll(li(P.y,0,1)),Zt=vt.getUTCDay(),vt=Zt>4||Zt===0?Us.ceil(vt):Us(vt),vt=sl.offset(vt,(P.V-1)*7),P.y=vt.getUTCFullYear(),P.m=vt.getUTCMonth(),P.d=vt.getUTCDate()+(P.w+6)%7):(vt=ol(li(P.y,0,1)),Zt=vt.getDay(),vt=Zt>4||Zt===0?Vs.ceil(vt):Vs(vt),vt=oi.offset(vt,(P.V-1)*7),P.y=vt.getFullYear(),P.m=vt.getMonth(),P.d=vt.getDate()+(P.w+6)%7)}else("W"in P||"U"in P)&&("w"in P||(P.w="u"in P?P.u%7:"W"in P?1:0),Zt="Z"in P?ll(li(P.y,0,1)).getUTCDay():ol(li(P.y,0,1)).getDay(),P.m=0,P.d="W"in P?(P.w+6)%7+P.W*7-(Zt+5)%7:P.w+P.U*7-(Zt+6)%7);return"Z"in P?(P.H+=P.Z/100|0,P.M+=P.Z%100,ll(P)):ol(P)}}function D(q,V,F,P){for(var ft=0,vt=V.length,Zt=F.length,Kt,et;ft<vt;){if(P>=Zt)return-1;if(Kt=V.charCodeAt(ft++),Kt===37){if(Kt=V.charAt(ft++),et=_[Kt in _d?V.charAt(ft++):Kt],!et||(P=et(q,F,P))<0)return-1}else if(Kt!=F.charCodeAt(P++))return-1}return P}function H(q,V,F){var P=c.exec(V.slice(F));return P?(q.p=u.get(P[0].toLowerCase()),F+P[0].length):-1}function I(q,V,F){var P=f.exec(V.slice(F));return P?(q.w=p.get(P[0].toLowerCase()),F+P[0].length):-1}function O(q,V,F){var P=d.exec(V.slice(F));return P?(q.w=h.get(P[0].toLowerCase()),F+P[0].length):-1}function L(q,V,F){var P=m.exec(V.slice(F));return P?(q.m=y.get(P[0].toLowerCase()),F+P[0].length):-1}function R(q,V,F){var P=g.exec(V.slice(F));return P?(q.m=v.get(P[0].toLowerCase()),F+P[0].length):-1}function k(q,V,F){return D(q,t,V,F)}function T(q,V,F){return D(q,n,V,F)}function U(q,V,F){return D(q,r,V,F)}function N(q){return a[q.getDay()]}function $(q){return s[q.getDay()]}function B(q){return l[q.getMonth()]}function Y(q){return o[q.getMonth()]}function X(q){return i[+(q.getHours()>=12)]}function J(q){return 1+~~(q.getMonth()/3)}function lt(q){return a[q.getUTCDay()]}function W(q){return s[q.getUTCDay()]}function K(q){return l[q.getUTCMonth()]}function ct(q){return o[q.getUTCMonth()]}function rt(q){return i[+(q.getUTCHours()>=12)]}function Ot(q){return 1+~~(q.getUTCMonth()/3)}return{format:function(q){var V=E(q+="",b);return V.toString=function(){return q},V},parse:function(q){var V=M(q+="",!1);return V.toString=function(){return q},V},utcFormat:function(q){var V=E(q+="",S);return V.toString=function(){return q},V},utcParse:function(q){var V=M(q+="",!0);return V.toString=function(){return q},V}}}var _d={"-":"",_:" ",0:"0"},Nt=/^\s*\d+/,ME=/^%/,CE=/[\\^$*+?|[\]().{}]/g;function ut(e,t,n){var r=e<0?"-":"",i=(r?-e:e)+"",s=i.length;return r+(s<n?new Array(n-s+1).join(t)+i:i)}function AE(e){return e.replace(CE,"\\$&")}function ci(e){return new RegExp("^(?:"+e.map(AE).join("|")+")","i")}function ui(e){return new Map(e.map((t,n)=>[t.toLowerCase(),n]))}function DE(e,t,n){var r=Nt.exec(t.slice(n,n+1));return r?(e.w=+r[0],n+r[0].length):-1}function LE(e,t,n){var r=Nt.exec(t.slice(n,n+1));return r?(e.u=+r[0],n+r[0].length):-1}function RE(e,t,n){var r=Nt.exec(t.slice(n,n+2));return r?(e.U=+r[0],n+r[0].length):-1}function kE(e,t,n){var r=Nt.exec(t.slice(n,n+2));return r?(e.V=+r[0],n+r[0].length):-1}function IE(e,t,n){var r=Nt.exec(t.slice(n,n+2));return r?(e.W=+r[0],n+r[0].length):-1}function wd(e,t,n){var r=Nt.exec(t.slice(n,n+4));return r?(e.y=+r[0],n+r[0].length):-1}function Od(e,t,n){var r=Nt.exec(t.slice(n,n+2));return r?(e.y=+r[0]+(+r[0]>68?1900:2e3),n+r[0].length):-1}function PE(e,t,n){var r=/^(Z)|([+-]\d\d)(?::?(\d\d))?/.exec(t.slice(n,n+6));return r?(e.Z=r[1]?0:-(r[2]+(r[3]||"00")),n+r[0].length):-1}function $E(e,t,n){var r=Nt.exec(t.slice(n,n+1));return r?(e.q=r[0]*3-3,n+r[0].length):-1}function NE(e,t,n){var r=Nt.exec(t.slice(n,n+2));return r?(e.m=r[0]-1,n+r[0].length):-1}function Td(e,t,n){var r=Nt.exec(t.slice(n,n+2));return r?(e.d=+r[0],n+r[0].length):-1}function BE(e,t,n){var r=Nt.exec(t.slice(n,n+3));return r?(e.m=0,e.d=+r[0],n+r[0].length):-1}function Md(e,t,n){var r=Nt.exec(t.slice(n,n+2));return r?(e.H=+r[0],n+r[0].length):-1}function VE(e,t,n){var r=Nt.exec(t.slice(n,n+2));return r?(e.M=+r[0],n+r[0].length):-1}function UE(e,t,n){var r=Nt.exec(t.slice(n,n+2));return r?(e.S=+r[0],n+r[0].length):-1}function HE(e,t,n){var r=Nt.exec(t.slice(n,n+3));return r?(e.L=+r[0],n+r[0].length):-1}function FE(e,t,n){var r=Nt.exec(t.slice(n,n+6));return r?(e.L=Math.floor(r[0]/1e3),n+r[0].length):-1}function GE(e,t,n){var r=ME.exec(t.slice(n,n+1));return r?n+r[0].length:-1}function zE(e,t,n){var r=Nt.exec(t.slice(n));return r?(e.Q=+r[0],n+r[0].length):-1}function WE(e,t,n){var r=Nt.exec(t.slice(n));return r?(e.s=+r[0],n+r[0].length):-1}function Cd(e,t){return ut(e.getDate(),t,2)}function YE(e,t){return ut(e.getHours(),t,2)}function qE(e,t){return ut(e.getHours()%12||12,t,2)}function XE(e,t){return ut(1+oi.count(Ze(e),e),t,3)}function Ad(e,t){return ut(e.getMilliseconds(),t,3)}function jE(e,t){return Ad(e,t)+"000"}function ZE(e,t){return ut(e.getMonth()+1,t,2)}function KE(e,t){return ut(e.getMinutes(),t,2)}function QE(e,t){return ut(e.getSeconds(),t,2)}function JE(e){var t=e.getDay();return t===0?7:t}function tS(e,t){return ut(Bs.count(Ze(e)-1,e),t,2)}function Dd(e){var t=e.getDay();return t>=4||t===0?or(e):or.ceil(e)}function eS(e,t){return e=Dd(e),ut(or.count(Ze(e),e)+(Ze(e).getDay()===4),t,2)}function nS(e){return e.getDay()}function rS(e,t){return ut(Vs.count(Ze(e)-1,e),t,2)}function iS(e,t){return ut(e.getFullYear()%100,t,2)}function sS(e,t){return e=Dd(e),ut(e.getFullYear()%100,t,2)}function aS(e,t){return ut(e.getFullYear()%1e4,t,4)}function oS(e,t){var n=e.getDay();return e=n>=4||n===0?or(e):or.ceil(e),ut(e.getFullYear()%1e4,t,4)}function lS(e){var t=e.getTimezoneOffset();return(t>0?"-":(t*=-1,"+"))+ut(t/60|0,"0",2)+ut(t%60,"0",2)}function Ld(e,t){return ut(e.getUTCDate(),t,2)}function cS(e,t){return ut(e.getUTCHours(),t,2)}function uS(e,t){return ut(e.getUTCHours()%12||12,t,2)}function hS(e,t){return ut(1+sl.count(Ln(e),e),t,3)}function Rd(e,t){return ut(e.getUTCMilliseconds(),t,3)}function dS(e,t){return Rd(e,t)+"000"}function fS(e,t){return ut(e.getUTCMonth()+1,t,2)}function pS(e,t){return ut(e.getUTCMinutes(),t,2)}function gS(e,t){return ut(e.getUTCSeconds(),t,2)}function mS(e){var t=e.getUTCDay();return t===0?7:t}function vS(e,t){return ut(Sd.count(Ln(e)-1,e),t,2)}function kd(e){var t=e.getUTCDay();return t>=4||t===0?lr(e):lr.ceil(e)}function yS(e,t){return e=kd(e),ut(lr.count(Ln(e),e)+(Ln(e).getUTCDay()===4),t,2)}function xS(e){return e.getUTCDay()}function bS(e,t){return ut(Us.count(Ln(e)-1,e),t,2)}function ES(e,t){return ut(e.getUTCFullYear()%100,t,2)}function SS(e,t){return e=kd(e),ut(e.getUTCFullYear()%100,t,2)}function _S(e,t){return ut(e.getUTCFullYear()%1e4,t,4)}function wS(e,t){var n=e.getUTCDay();return e=n>=4||n===0?lr(e):lr.ceil(e),ut(e.getUTCFullYear()%1e4,t,4)}function OS(){return"+0000"}function Id(){return"%"}function Pd(e){return+e}function $d(e){return Math.floor(+e/1e3)}var cr,Nd;TS({dateTime:"%x, %X",date:"%-m/%-d/%Y",time:"%-I:%M:%S %p",periods:["AM","PM"],days:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],shortDays:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],months:["January","February","March","April","May","June","July","August","September","October","November","December"],shortMonths:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"]});function TS(e){return cr=TE(e),Nd=cr.format,cr.parse,cr.utcFormat,cr.utcParse,cr}function MS(e){return new Date(e)}function CS(e){return e instanceof Date?+e:+new Date(+e)}function Bd(e,t,n,r,i,s,a,o,l,c){var u=pd(),d=u.invert,h=u.domain,f=c(".%L"),p=c(":%S"),g=c("%I:%M"),v=c("%I %p"),m=c("%a %d"),y=c("%b %d"),b=c("%B"),S=c("%Y");function _(E){return(l(E)<E?f:o(E)<E?p:a(E)<E?g:s(E)<E?v:r(E)<E?i(E)<E?m:y:n(E)<E?b:S)(E)}return u.invert=function(E){return new Date(d(E))},u.domain=function(E){return arguments.length?h(Array.from(E,CS)):h().map(MS)},u.ticks=function(E){var M=h();return e(M[0],M[M.length-1],E??10)},u.tickFormat=function(E,M){return M==null?_:c(M)},u.nice=function(E){var M=h();return(!E||typeof E.range!="function")&&(E=t(M[0],M[M.length-1],E??10)),E?h(md(M,E)):u},u.copy=function(){return Ko(u,Bd(e,t,n,r,i,s,a,o,l,c))},u}function Vd(){return ir.apply(Bd(wE,OE,Ze,al,Bs,oi,il,rl,ar,Nd).domain([new Date(2e3,0,1),new Date(2e3,0,2)]),arguments)}function st(e){return function(){return e}}const Ud=Math.abs,Gt=Math.atan2,Rn=Math.cos,AS=Math.max,cl=Math.min,Pe=Math.sin,ur=Math.sqrt,zt=1e-12,hi=Math.PI,Hs=hi/2,Fs=2*hi;function DS(e){return e>1?0:e<-1?hi:Math.acos(e)}function Hd(e){return e>=1?Hs:e<=-1?-Hs:Math.asin(e)}function Gs(e){let t=3;return e.digits=function(n){if(!arguments.length)return t;if(n==null)t=null;else{const r=Math.floor(n);if(!(r>=0))throw new RangeError(`invalid digits: ${n}`);t=r}return e},()=>new K1(t)}function LS(e){return e.innerRadius}function RS(e){return e.outerRadius}function kS(e){return e.startAngle}function IS(e){return e.endAngle}function PS(e){return e&&e.padAngle}function $S(e,t,n,r,i,s,a,o){var l=n-e,c=r-t,u=a-i,d=o-s,h=d*l-u*c;if(!(h*h<zt))return h=(u*(t-s)-d*(e-i))/h,[e+h*l,t+h*c]}function zs(e,t,n,r,i,s,a){var o=e-n,l=t-r,c=(a?s:-s)/ur(o*o+l*l),u=c*l,d=-c*o,h=e+u,f=t+d,p=n+u,g=r+d,v=(h+p)/2,m=(f+g)/2,y=p-h,b=g-f,S=y*y+b*b,_=i-s,E=h*g-p*f,M=(b<0?-1:1)*ur(AS(0,_*_*S-E*E)),D=(E*b-y*M)/S,H=(-E*y-b*M)/S,I=(E*b+y*M)/S,O=(-E*y+b*M)/S,L=D-v,R=H-m,k=I-v,T=O-m;return L*L+R*R>k*k+T*T&&(D=I,H=O),{cx:D,cy:H,x01:-u,y01:-d,x11:D*(i/_-1),y11:H*(i/_-1)}}function di(){var e=LS,t=RS,n=st(0),r=null,i=kS,s=IS,a=PS,o=null,l=Gs(c);function c(){var u,d,h=+e.apply(this,arguments),f=+t.apply(this,arguments),p=i.apply(this,arguments)-Hs,g=s.apply(this,arguments)-Hs,v=Ud(g-p),m=g>p;if(o||(o=u=l()),f<h&&(d=f,f=h,h=d),!(f>zt))o.moveTo(0,0);else if(v>Fs-zt)o.moveTo(f*Rn(p),f*Pe(p)),o.arc(0,0,f,p,g,!m),h>zt&&(o.moveTo(h*Rn(g),h*Pe(g)),o.arc(0,0,h,g,p,m));else{var y=p,b=g,S=p,_=g,E=v,M=v,D=a.apply(this,arguments)/2,H=D>zt&&(r?+r.apply(this,arguments):ur(h*h+f*f)),I=cl(Ud(f-h)/2,+n.apply(this,arguments)),O=I,L=I,R,k;if(H>zt){var T=Hd(H/h*Pe(D)),U=Hd(H/f*Pe(D));(E-=T*2)>zt?(T*=m?1:-1,S+=T,_-=T):(E=0,S=_=(p+g)/2),(M-=U*2)>zt?(U*=m?1:-1,y+=U,b-=U):(M=0,y=b=(p+g)/2)}var N=f*Rn(y),$=f*Pe(y),B=h*Rn(_),Y=h*Pe(_);if(I>zt){var X=f*Rn(b),J=f*Pe(b),lt=h*Rn(S),W=h*Pe(S),K;if(v<hi)if(K=$S(N,$,lt,W,X,J,B,Y)){var ct=N-K[0],rt=$-K[1],Ot=X-K[0],q=J-K[1],V=1/Pe(DS((ct*Ot+rt*q)/(ur(ct*ct+rt*rt)*ur(Ot*Ot+q*q)))/2),F=ur(K[0]*K[0]+K[1]*K[1]);O=cl(I,(h-F)/(V-1)),L=cl(I,(f-F)/(V+1))}else O=L=0}M>zt?L>zt?(R=zs(lt,W,N,$,f,L,m),k=zs(X,J,B,Y,f,L,m),o.moveTo(R.cx+R.x01,R.cy+R.y01),L<I?o.arc(R.cx,R.cy,L,Gt(R.y01,R.x01),Gt(k.y01,k.x01),!m):(o.arc(R.cx,R.cy,L,Gt(R.y01,R.x01),Gt(R.y11,R.x11),!m),o.arc(0,0,f,Gt(R.cy+R.y11,R.cx+R.x11),Gt(k.cy+k.y11,k.cx+k.x11),!m),o.arc(k.cx,k.cy,L,Gt(k.y11,k.x11),Gt(k.y01,k.x01),!m))):(o.moveTo(N,$),o.arc(0,0,f,y,b,!m)):o.moveTo(N,$),!(h>zt)||!(E>zt)?o.lineTo(B,Y):O>zt?(R=zs(B,Y,X,J,h,-O,m),k=zs(N,$,lt,W,h,-O,m),o.lineTo(R.cx+R.x01,R.cy+R.y01),O<I?o.arc(R.cx,R.cy,O,Gt(R.y01,R.x01),Gt(k.y01,k.x01),!m):(o.arc(R.cx,R.cy,O,Gt(R.y01,R.x01),Gt(R.y11,R.x11),!m),o.arc(0,0,h,Gt(R.cy+R.y11,R.cx+R.x11),Gt(k.cy+k.y11,k.cx+k.x11),m),o.arc(k.cx,k.cy,O,Gt(k.y11,k.x11),Gt(k.y01,k.x01),!m))):o.arc(0,0,h,_,S,m)}if(o.closePath(),u)return o=null,u+""||null}return c.centroid=function(){var u=(+e.apply(this,arguments)+ +t.apply(this,arguments))/2,d=(+i.apply(this,arguments)+ +s.apply(this,arguments))/2-hi/2;return[Rn(d)*u,Pe(d)*u]},c.innerRadius=function(u){return arguments.length?(e=typeof u=="function"?u:st(+u),c):e},c.outerRadius=function(u){return arguments.length?(t=typeof u=="function"?u:st(+u),c):t},c.cornerRadius=function(u){return arguments.length?(n=typeof u=="function"?u:st(+u),c):n},c.padRadius=function(u){return arguments.length?(r=u==null?null:typeof u=="function"?u:st(+u),c):r},c.startAngle=function(u){return arguments.length?(i=typeof u=="function"?u:st(+u),c):i},c.endAngle=function(u){return arguments.length?(s=typeof u=="function"?u:st(+u),c):s},c.padAngle=function(u){return arguments.length?(a=typeof u=="function"?u:st(+u),c):a},c.context=function(u){return arguments.length?(o=u??null,c):o},c}var NS=Array.prototype.slice;function Ws(e){return typeof e=="object"&&"length"in e?e:Array.from(e)}function Fd(e){this._context=e}Fd.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._point=0},lineEnd:function(){(this._line||this._line!==0&&this._point===1)&&this._context.closePath(),this._line=1-this._line},point:function(e,t){switch(e=+e,t=+t,this._point){case 0:this._point=1,this._line?this._context.lineTo(e,t):this._context.moveTo(e,t);break;case 1:this._point=2;default:this._context.lineTo(e,t);break}}};function Ys(e){return new Fd(e)}function ul(e){return e[0]}function hl(e){return e[1]}function fi(e,t){var n=st(!0),r=null,i=Ys,s=null,a=Gs(o);e=typeof e=="function"?e:e===void 0?ul:st(e),t=typeof t=="function"?t:t===void 0?hl:st(t);function o(l){var c,u=(l=Ws(l)).length,d,h=!1,f;for(r==null&&(s=i(f=a())),c=0;c<=u;++c)!(c<u&&n(d=l[c],c,l))===h&&((h=!h)?s.lineStart():s.lineEnd()),h&&s.point(+e(d,c,l),+t(d,c,l));if(f)return s=null,f+""||null}return o.x=function(l){return arguments.length?(e=typeof l=="function"?l:st(+l),o):e},o.y=function(l){return arguments.length?(t=typeof l=="function"?l:st(+l),o):t},o.defined=function(l){return arguments.length?(n=typeof l=="function"?l:st(!!l),o):n},o.curve=function(l){return arguments.length?(i=l,r!=null&&(s=i(r)),o):i},o.context=function(l){return arguments.length?(l==null?r=s=null:s=i(r=l),o):r},o}function dl(e,t,n){var r=null,i=st(!0),s=null,a=Ys,o=null,l=Gs(c);e=typeof e=="function"?e:e===void 0?ul:st(+e),t=typeof t=="function"?t:st(t===void 0?0:+t),n=typeof n=="function"?n:n===void 0?hl:st(+n);function c(d){var h,f,p,g=(d=Ws(d)).length,v,m=!1,y,b=new Array(g),S=new Array(g);for(s==null&&(o=a(y=l())),h=0;h<=g;++h){if(!(h<g&&i(v=d[h],h,d))===m)if(m=!m)f=h,o.areaStart(),o.lineStart();else{for(o.lineEnd(),o.lineStart(),p=h-1;p>=f;--p)o.point(b[p],S[p]);o.lineEnd(),o.areaEnd()}m&&(b[h]=+e(v,h,d),S[h]=+t(v,h,d),o.point(r?+r(v,h,d):b[h],n?+n(v,h,d):S[h]))}if(y)return o=null,y+""||null}function u(){return fi().defined(i).curve(a).context(s)}return c.x=function(d){return arguments.length?(e=typeof d=="function"?d:st(+d),r=null,c):e},c.x0=function(d){return arguments.length?(e=typeof d=="function"?d:st(+d),c):e},c.x1=function(d){return arguments.length?(r=d==null?null:typeof d=="function"?d:st(+d),c):r},c.y=function(d){return arguments.length?(t=typeof d=="function"?d:st(+d),n=null,c):t},c.y0=function(d){return arguments.length?(t=typeof d=="function"?d:st(+d),c):t},c.y1=function(d){return arguments.length?(n=d==null?null:typeof d=="function"?d:st(+d),c):n},c.lineX0=c.lineY0=function(){return u().x(e).y(t)},c.lineY1=function(){return u().x(e).y(n)},c.lineX1=function(){return u().x(r).y(t)},c.defined=function(d){return arguments.length?(i=typeof d=="function"?d:st(!!d),c):i},c.curve=function(d){return arguments.length?(a=d,s!=null&&(o=a(s)),c):a},c.context=function(d){return arguments.length?(d==null?s=o=null:o=a(s=d),c):s},c}function BS(e,t){return t<e?-1:t>e?1:t>=e?0:NaN}function VS(e){return e}function US(){var e=VS,t=BS,n=null,r=st(0),i=st(Fs),s=st(0);function a(o){var l,c=(o=Ws(o)).length,u,d,h=0,f=new Array(c),p=new Array(c),g=+r.apply(this,arguments),v=Math.min(Fs,Math.max(-Fs,i.apply(this,arguments)-g)),m,y=Math.min(Math.abs(v)/c,s.apply(this,arguments)),b=y*(v<0?-1:1),S;for(l=0;l<c;++l)(S=p[f[l]=l]=+e(o[l],l,o))>0&&(h+=S);for(t!=null?f.sort(function(_,E){return t(p[_],p[E])}):n!=null&&f.sort(function(_,E){return n(o[_],o[E])}),l=0,d=h?(v-c*b)/h:0;l<c;++l,g=m)u=f[l],S=p[u],m=g+(S>0?S*d:0)+b,p[u]={data:o[u],index:l,value:S,startAngle:g,endAngle:m,padAngle:y};return p}return a.value=function(o){return arguments.length?(e=typeof o=="function"?o:st(+o),a):e},a.sortValues=function(o){return arguments.length?(t=o,n=null,a):t},a.sort=function(o){return arguments.length?(n=o,t=null,a):n},a.startAngle=function(o){return arguments.length?(r=typeof o=="function"?o:st(+o),a):r},a.endAngle=function(o){return arguments.length?(i=typeof o=="function"?o:st(+o),a):i},a.padAngle=function(o){return arguments.length?(s=typeof o=="function"?o:st(+o),a):s},a}var HS=zd(Ys);function Gd(e){this._curve=e}Gd.prototype={areaStart:function(){this._curve.areaStart()},areaEnd:function(){this._curve.areaEnd()},lineStart:function(){this._curve.lineStart()},lineEnd:function(){this._curve.lineEnd()},point:function(e,t){this._curve.point(t*Math.sin(e),t*-Math.cos(e))}};function zd(e){function t(n){return new Gd(e(n))}return t._curve=e,t}function FS(e){var t=e.curve;return e.angle=e.x,delete e.x,e.radius=e.y,delete e.y,e.curve=function(n){return arguments.length?t(zd(n)):t()._curve},e}function GS(){return FS(fi().curve(HS))}class zS{constructor(t,n){this._context=t,this._x=n}areaStart(){this._line=0}areaEnd(){this._line=NaN}lineStart(){this._point=0}lineEnd(){(this._line||this._line!==0&&this._point===1)&&this._context.closePath(),this._line=1-this._line}point(t,n){switch(t=+t,n=+n,this._point){case 0:{this._point=1,this._line?this._context.lineTo(t,n):this._context.moveTo(t,n);break}case 1:this._point=2;default:{this._x?this._context.bezierCurveTo(this._x0=(this._x0+t)/2,this._y0,this._x0,n,t,n):this._context.bezierCurveTo(this._x0,this._y0=(this._y0+n)/2,t,this._y0,t,n);break}}this._x0=t,this._y0=n}}function WS(e){return new zS(e,!0)}function YS(e){return e.source}function qS(e){return e.target}function XS(e){let t=YS,n=qS,r=ul,i=hl,s=null,a=null,o=Gs(l);function l(){let c;const u=NS.call(arguments),d=t.apply(this,u),h=n.apply(this,u);if(s==null&&(a=e(c=o())),a.lineStart(),u[0]=d,a.point(+r.apply(this,u),+i.apply(this,u)),u[0]=h,a.point(+r.apply(this,u),+i.apply(this,u)),a.lineEnd(),c)return a=null,c+""||null}return l.source=function(c){return arguments.length?(t=c,l):t},l.target=function(c){return arguments.length?(n=c,l):n},l.x=function(c){return arguments.length?(r=typeof c=="function"?c:st(+c),l):r},l.y=function(c){return arguments.length?(i=typeof c=="function"?c:st(+c),l):i},l.context=function(c){return arguments.length?(c==null?s=a=null:a=e(s=c),l):s},l}function jS(){return XS(WS)}function hn(){}function qs(e,t,n){e._context.bezierCurveTo((2*e._x0+e._x1)/3,(2*e._y0+e._y1)/3,(e._x0+2*e._x1)/3,(e._y0+2*e._y1)/3,(e._x0+4*e._x1+t)/6,(e._y0+4*e._y1+n)/6)}function Xs(e){this._context=e}Xs.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._y0=this._y1=NaN,this._point=0},lineEnd:function(){switch(this._point){case 3:qs(this,this._x1,this._y1);case 2:this._context.lineTo(this._x1,this._y1);break}(this._line||this._line!==0&&this._point===1)&&this._context.closePath(),this._line=1-this._line},point:function(e,t){switch(e=+e,t=+t,this._point){case 0:this._point=1,this._line?this._context.lineTo(e,t):this._context.moveTo(e,t);break;case 1:this._point=2;break;case 2:this._point=3,this._context.lineTo((5*this._x0+this._x1)/6,(5*this._y0+this._y1)/6);default:qs(this,e,t);break}this._x0=this._x1,this._x1=e,this._y0=this._y1,this._y1=t}};function ZS(e){return new Xs(e)}function Wd(e){this._context=e}Wd.prototype={areaStart:hn,areaEnd:hn,lineStart:function(){this._x0=this._x1=this._x2=this._x3=this._x4=this._y0=this._y1=this._y2=this._y3=this._y4=NaN,this._point=0},lineEnd:function(){switch(this._point){case 1:{this._context.moveTo(this._x2,this._y2),this._context.closePath();break}case 2:{this._context.moveTo((this._x2+2*this._x3)/3,(this._y2+2*this._y3)/3),this._context.lineTo((this._x3+2*this._x2)/3,(this._y3+2*this._y2)/3),this._context.closePath();break}case 3:{this.point(this._x2,this._y2),this.point(this._x3,this._y3),this.point(this._x4,this._y4);break}}},point:function(e,t){switch(e=+e,t=+t,this._point){case 0:this._point=1,this._x2=e,this._y2=t;break;case 1:this._point=2,this._x3=e,this._y3=t;break;case 2:this._point=3,this._x4=e,this._y4=t,this._context.moveTo((this._x0+4*this._x1+e)/6,(this._y0+4*this._y1+t)/6);break;default:qs(this,e,t);break}this._x0=this._x1,this._x1=e,this._y0=this._y1,this._y1=t}};function KS(e){return new Wd(e)}function Yd(e){this._context=e}Yd.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._y0=this._y1=NaN,this._point=0},lineEnd:function(){(this._line||this._line!==0&&this._point===3)&&this._context.closePath(),this._line=1-this._line},point:function(e,t){switch(e=+e,t=+t,this._point){case 0:this._point=1;break;case 1:this._point=2;break;case 2:this._point=3;var n=(this._x0+4*this._x1+e)/6,r=(this._y0+4*this._y1+t)/6;this._line?this._context.lineTo(n,r):this._context.moveTo(n,r);break;case 3:this._point=4;default:qs(this,e,t);break}this._x0=this._x1,this._x1=e,this._y0=this._y1,this._y1=t}};function QS(e){return new Yd(e)}function qd(e,t){this._basis=new Xs(e),this._beta=t}qd.prototype={lineStart:function(){this._x=[],this._y=[],this._basis.lineStart()},lineEnd:function(){var e=this._x,t=this._y,n=e.length-1;if(n>0)for(var r=e[0],i=t[0],s=e[n]-r,a=t[n]-i,o=-1,l;++o<=n;)l=o/n,this._basis.point(this._beta*e[o]+(1-this._beta)*(r+l*s),this._beta*t[o]+(1-this._beta)*(i+l*a));this._x=this._y=null,this._basis.lineEnd()},point:function(e,t){this._x.push(+e),this._y.push(+t)}};const JS=function e(t){function n(r){return t===1?new Xs(r):new qd(r,t)}return n.beta=function(r){return e(+r)},n}(.85);function js(e,t,n){e._context.bezierCurveTo(e._x1+e._k*(e._x2-e._x0),e._y1+e._k*(e._y2-e._y0),e._x2+e._k*(e._x1-t),e._y2+e._k*(e._y1-n),e._x2,e._y2)}function fl(e,t){this._context=e,this._k=(1-t)/6}fl.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._x2=this._y0=this._y1=this._y2=NaN,this._point=0},lineEnd:function(){switch(this._point){case 2:this._context.lineTo(this._x2,this._y2);break;case 3:js(this,this._x1,this._y1);break}(this._line||this._line!==0&&this._point===1)&&this._context.closePath(),this._line=1-this._line},point:function(e,t){switch(e=+e,t=+t,this._point){case 0:this._point=1,this._line?this._context.lineTo(e,t):this._context.moveTo(e,t);break;case 1:this._point=2,this._x1=e,this._y1=t;break;case 2:this._point=3;default:js(this,e,t);break}this._x0=this._x1,this._x1=this._x2,this._x2=e,this._y0=this._y1,this._y1=this._y2,this._y2=t}};const t_=function e(t){function n(r){return new fl(r,t)}return n.tension=function(r){return e(+r)},n}(0);function pl(e,t){this._context=e,this._k=(1-t)/6}pl.prototype={areaStart:hn,areaEnd:hn,lineStart:function(){this._x0=this._x1=this._x2=this._x3=this._x4=this._x5=this._y0=this._y1=this._y2=this._y3=this._y4=this._y5=NaN,this._point=0},lineEnd:function(){switch(this._point){case 1:{this._context.moveTo(this._x3,this._y3),this._context.closePath();break}case 2:{this._context.lineTo(this._x3,this._y3),this._context.closePath();break}case 3:{this.point(this._x3,this._y3),this.point(this._x4,this._y4),this.point(this._x5,this._y5);break}}},point:function(e,t){switch(e=+e,t=+t,this._point){case 0:this._point=1,this._x3=e,this._y3=t;break;case 1:this._point=2,this._context.moveTo(this._x4=e,this._y4=t);break;case 2:this._point=3,this._x5=e,this._y5=t;break;default:js(this,e,t);break}this._x0=this._x1,this._x1=this._x2,this._x2=e,this._y0=this._y1,this._y1=this._y2,this._y2=t}};const e_=function e(t){function n(r){return new pl(r,t)}return n.tension=function(r){return e(+r)},n}(0);function gl(e,t){this._context=e,this._k=(1-t)/6}gl.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._x2=this._y0=this._y1=this._y2=NaN,this._point=0},lineEnd:function(){(this._line||this._line!==0&&this._point===3)&&this._context.closePath(),this._line=1-this._line},point:function(e,t){switch(e=+e,t=+t,this._point){case 0:this._point=1;break;case 1:this._point=2;break;case 2:this._point=3,this._line?this._context.lineTo(this._x2,this._y2):this._context.moveTo(this._x2,this._y2);break;case 3:this._point=4;default:js(this,e,t);break}this._x0=this._x1,this._x1=this._x2,this._x2=e,this._y0=this._y1,this._y1=this._y2,this._y2=t}};const n_=function e(t){function n(r){return new gl(r,t)}return n.tension=function(r){return e(+r)},n}(0);function ml(e,t,n){var r=e._x1,i=e._y1,s=e._x2,a=e._y2;if(e._l01_a>zt){var o=2*e._l01_2a+3*e._l01_a*e._l12_a+e._l12_2a,l=3*e._l01_a*(e._l01_a+e._l12_a);r=(r*o-e._x0*e._l12_2a+e._x2*e._l01_2a)/l,i=(i*o-e._y0*e._l12_2a+e._y2*e._l01_2a)/l}if(e._l23_a>zt){var c=2*e._l23_2a+3*e._l23_a*e._l12_a+e._l12_2a,u=3*e._l23_a*(e._l23_a+e._l12_a);s=(s*c+e._x1*e._l23_2a-t*e._l12_2a)/u,a=(a*c+e._y1*e._l23_2a-n*e._l12_2a)/u}e._context.bezierCurveTo(r,i,s,a,e._x2,e._y2)}function Xd(e,t){this._context=e,this._alpha=t}Xd.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._x2=this._y0=this._y1=this._y2=NaN,this._l01_a=this._l12_a=this._l23_a=this._l01_2a=this._l12_2a=this._l23_2a=this._point=0},lineEnd:function(){switch(this._point){case 2:this._context.lineTo(this._x2,this._y2);break;case 3:this.point(this._x2,this._y2);break}(this._line||this._line!==0&&this._point===1)&&this._context.closePath(),this._line=1-this._line},point:function(e,t){if(e=+e,t=+t,this._point){var n=this._x2-e,r=this._y2-t;this._l23_a=Math.sqrt(this._l23_2a=Math.pow(n*n+r*r,this._alpha))}switch(this._point){case 0:this._point=1,this._line?this._context.lineTo(e,t):this._context.moveTo(e,t);break;case 1:this._point=2;break;case 2:this._point=3;default:ml(this,e,t);break}this._l01_a=this._l12_a,this._l12_a=this._l23_a,this._l01_2a=this._l12_2a,this._l12_2a=this._l23_2a,this._x0=this._x1,this._x1=this._x2,this._x2=e,this._y0=this._y1,this._y1=this._y2,this._y2=t}};const r_=function e(t){function n(r){return t?new Xd(r,t):new fl(r,0)}return n.alpha=function(r){return e(+r)},n}(.5);function jd(e,t){this._context=e,this._alpha=t}jd.prototype={areaStart:hn,areaEnd:hn,lineStart:function(){this._x0=this._x1=this._x2=this._x3=this._x4=this._x5=this._y0=this._y1=this._y2=this._y3=this._y4=this._y5=NaN,this._l01_a=this._l12_a=this._l23_a=this._l01_2a=this._l12_2a=this._l23_2a=this._point=0},lineEnd:function(){switch(this._point){case 1:{this._context.moveTo(this._x3,this._y3),this._context.closePath();break}case 2:{this._context.lineTo(this._x3,this._y3),this._context.closePath();break}case 3:{this.point(this._x3,this._y3),this.point(this._x4,this._y4),this.point(this._x5,this._y5);break}}},point:function(e,t){if(e=+e,t=+t,this._point){var n=this._x2-e,r=this._y2-t;this._l23_a=Math.sqrt(this._l23_2a=Math.pow(n*n+r*r,this._alpha))}switch(this._point){case 0:this._point=1,this._x3=e,this._y3=t;break;case 1:this._point=2,this._context.moveTo(this._x4=e,this._y4=t);break;case 2:this._point=3,this._x5=e,this._y5=t;break;default:ml(this,e,t);break}this._l01_a=this._l12_a,this._l12_a=this._l23_a,this._l01_2a=this._l12_2a,this._l12_2a=this._l23_2a,this._x0=this._x1,this._x1=this._x2,this._x2=e,this._y0=this._y1,this._y1=this._y2,this._y2=t}};const i_=function e(t){function n(r){return t?new jd(r,t):new pl(r,0)}return n.alpha=function(r){return e(+r)},n}(.5);function Zd(e,t){this._context=e,this._alpha=t}Zd.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._x2=this._y0=this._y1=this._y2=NaN,this._l01_a=this._l12_a=this._l23_a=this._l01_2a=this._l12_2a=this._l23_2a=this._point=0},lineEnd:function(){(this._line||this._line!==0&&this._point===3)&&this._context.closePath(),this._line=1-this._line},point:function(e,t){if(e=+e,t=+t,this._point){var n=this._x2-e,r=this._y2-t;this._l23_a=Math.sqrt(this._l23_2a=Math.pow(n*n+r*r,this._alpha))}switch(this._point){case 0:this._point=1;break;case 1:this._point=2;break;case 2:this._point=3,this._line?this._context.lineTo(this._x2,this._y2):this._context.moveTo(this._x2,this._y2);break;case 3:this._point=4;default:ml(this,e,t);break}this._l01_a=this._l12_a,this._l12_a=this._l23_a,this._l01_2a=this._l12_2a,this._l12_2a=this._l23_2a,this._x0=this._x1,this._x1=this._x2,this._x2=e,this._y0=this._y1,this._y1=this._y2,this._y2=t}};const s_=function e(t){function n(r){return t?new Zd(r,t):new gl(r,0)}return n.alpha=function(r){return e(+r)},n}(.5);function Kd(e){this._context=e}Kd.prototype={areaStart:hn,areaEnd:hn,lineStart:function(){this._point=0},lineEnd:function(){this._point&&this._context.closePath()},point:function(e,t){e=+e,t=+t,this._point?this._context.lineTo(e,t):(this._point=1,this._context.moveTo(e,t))}};function Qd(e){return new Kd(e)}function Jd(e){return e<0?-1:1}function tf(e,t,n){var r=e._x1-e._x0,i=t-e._x1,s=(e._y1-e._y0)/(r||i<0&&-0),a=(n-e._y1)/(i||r<0&&-0),o=(s*i+a*r)/(r+i);return(Jd(s)+Jd(a))*Math.min(Math.abs(s),Math.abs(a),.5*Math.abs(o))||0}function ef(e,t){var n=e._x1-e._x0;return n?(3*(e._y1-e._y0)/n-t)/2:t}function vl(e,t,n){var r=e._x0,i=e._y0,s=e._x1,a=e._y1,o=(s-r)/3;e._context.bezierCurveTo(r+o,i+o*t,s-o,a-o*n,s,a)}function Zs(e){this._context=e}Zs.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._y0=this._y1=this._t0=NaN,this._point=0},lineEnd:function(){switch(this._point){case 2:this._context.lineTo(this._x1,this._y1);break;case 3:vl(this,this._t0,ef(this,this._t0));break}(this._line||this._line!==0&&this._point===1)&&this._context.closePath(),this._line=1-this._line},point:function(e,t){var n=NaN;if(e=+e,t=+t,!(e===this._x1&&t===this._y1)){switch(this._point){case 0:this._point=1,this._line?this._context.lineTo(e,t):this._context.moveTo(e,t);break;case 1:this._point=2;break;case 2:this._point=3,vl(this,ef(this,n=tf(this,e,t)),n);break;default:vl(this,this._t0,n=tf(this,e,t));break}this._x0=this._x1,this._x1=e,this._y0=this._y1,this._y1=t,this._t0=n}}};function nf(e){this._context=new rf(e)}(nf.prototype=Object.create(Zs.prototype)).point=function(e,t){Zs.prototype.point.call(this,t,e)};function rf(e){this._context=e}rf.prototype={moveTo:function(e,t){this._context.moveTo(t,e)},closePath:function(){this._context.closePath()},lineTo:function(e,t){this._context.lineTo(t,e)},bezierCurveTo:function(e,t,n,r,i,s){this._context.bezierCurveTo(t,e,r,n,s,i)}};function a_(e){return new Zs(e)}function o_(e){return new nf(e)}function sf(e){this._context=e}sf.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x=[],this._y=[]},lineEnd:function(){var e=this._x,t=this._y,n=e.length;if(n)if(this._line?this._context.lineTo(e[0],t[0]):this._context.moveTo(e[0],t[0]),n===2)this._context.lineTo(e[1],t[1]);else for(var r=af(e),i=af(t),s=0,a=1;a<n;++s,++a)this._context.bezierCurveTo(r[0][s],i[0][s],r[1][s],i[1][s],e[a],t[a]);(this._line||this._line!==0&&n===1)&&this._context.closePath(),this._line=1-this._line,this._x=this._y=null},point:function(e,t){this._x.push(+e),this._y.push(+t)}};function af(e){var t,n=e.length-1,r,i=new Array(n),s=new Array(n),a=new Array(n);for(i[0]=0,s[0]=2,a[0]=e[0]+2*e[1],t=1;t<n-1;++t)i[t]=1,s[t]=4,a[t]=4*e[t]+2*e[t+1];for(i[n-1]=2,s[n-1]=7,a[n-1]=8*e[n-1]+e[n],t=1;t<n;++t)r=i[t]/s[t-1],s[t]-=r,a[t]-=r*a[t-1];for(i[n-1]=a[n-1]/s[n-1],t=n-2;t>=0;--t)i[t]=(a[t]-i[t+1])/s[t];for(s[n-1]=(e[n]+i[n-1])/2,t=0;t<n-1;++t)s[t]=2*e[t+1]-i[t+1];return[i,s]}function l_(e){return new sf(e)}function Ks(e,t){this._context=e,this._t=t}Ks.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x=this._y=NaN,this._point=0},lineEnd:function(){0<this._t&&this._t<1&&this._point===2&&this._context.lineTo(this._x,this._y),(this._line||this._line!==0&&this._point===1)&&this._context.closePath(),this._line>=0&&(this._t=1-this._t,this._line=1-this._line)},point:function(e,t){switch(e=+e,t=+t,this._point){case 0:this._point=1,this._line?this._context.lineTo(e,t):this._context.moveTo(e,t);break;case 1:this._point=2;default:{if(this._t<=0)this._context.lineTo(this._x,t),this._context.lineTo(e,t);else{var n=this._x*(1-this._t)+e*this._t;this._context.lineTo(n,this._y),this._context.lineTo(n,t)}break}}this._x=e,this._y=t}};function c_(e){return new Ks(e,.5)}function u_(e){return new Ks(e,0)}function h_(e){return new Ks(e,1)}function of(e,t){if((a=e.length)>1)for(var n=1,r,i,s=e[t[0]],a,o=s.length;n<a;++n)for(i=s,s=e[t[n]],r=0;r<o;++r)s[r][1]+=s[r][0]=isNaN(i[r][1])?i[r][0]:i[r][1]}function lf(e){for(var t=e.length,n=new Array(t);--t>=0;)n[t]=t;return n}function d_(e,t){return e[t]}function f_(e){const t=[];return t.key=e,t}function yl(){var e=st([]),t=lf,n=of,r=d_;function i(s){var a=Array.from(e.apply(this,arguments),f_),o,l=a.length,c=-1,u;for(const d of s)for(o=0,++c;o<l;++o)(a[o][c]=[0,+r(d,a[o].key,c,s)]).data=d;for(o=0,u=Ws(t(a));o<l;++o)a[u[o]].index=o;return n(a,u),a}return i.keys=function(s){return arguments.length?(e=typeof s=="function"?s:st(Array.from(s)),i):e},i.value=function(s){return arguments.length?(r=typeof s=="function"?s:st(+s),i):r},i.order=function(s){return arguments.length?(t=s==null?lf:typeof s=="function"?s:st(Array.from(s)),i):t},i.offset=function(s){return arguments.length?(n=s??of,i):n},i}function p_(e,t){if((l=e.length)>0)for(var n,r=0,i,s,a,o,l,c=e[t[0]].length;r<c;++r)for(a=o=0,n=0;n<l;++n)(s=(i=e[t[n]][r])[1]-i[0])>0?(i[0]=a,i[1]=a+=s):s<0?(i[1]=o,i[0]=o+=s):(i[0]=0,i[1]=s)}function pi(e,t,n){this.k=e,this.x=t,this.y=n}pi.prototype={constructor:pi,scale:function(e){return e===1?this:new pi(this.k*e,this.x,this.y)},translate:function(e,t){return e===0&t===0?this:new pi(this.k,this.x+this.k*e,this.y+this.k*t)},apply:function(e){return[e[0]*this.k+this.x,e[1]*this.k+this.y]},applyX:function(e){return e*this.k+this.x},applyY:function(e){return e*this.k+this.y},invert:function(e){return[(e[0]-this.x)/this.k,(e[1]-this.y)/this.k]},invertX:function(e){return(e-this.x)/this.k},invertY:function(e){return(e-this.y)/this.k},rescaleX:function(e){return e.copy().domain(e.range().map(this.invertX,this).map(e.invert,e))},rescaleY:function(e){return e.copy().domain(e.range().map(this.invertY,this).map(e.invert,e))},toString:function(){return"translate("+this.x+","+this.y+") scale("+this.k+")"}},pi.prototype;var g_=typeof global=="object"&&global&&global.Object===Object&&global;const cf=g_;var m_=typeof self=="object"&&self&&self.Object===Object&&self,v_=cf||m_||Function("return this")();const we=v_;var y_=we.Symbol;const fe=y_;var uf=Object.prototype,x_=uf.hasOwnProperty,b_=uf.toString,gi=fe?fe.toStringTag:void 0;function E_(e){var t=x_.call(e,gi),n=e[gi];try{e[gi]=void 0;var r=!0}catch{}var i=b_.call(e);return r&&(t?e[gi]=n:delete e[gi]),i}var S_=Object.prototype,__=S_.toString;function w_(e){return __.call(e)}var O_="[object Null]",T_="[object Undefined]",hf=fe?fe.toStringTag:void 0;function kn(e){return e==null?e===void 0?T_:O_:hf&&hf in Object(e)?E_(e):w_(e)}function $e(e){return e!=null&&typeof e=="object"}var M_="[object Symbol]";function Qs(e){return typeof e=="symbol"||$e(e)&&kn(e)==M_}function df(e,t){for(var n=-1,r=e==null?0:e.length,i=Array(r);++n<r;)i[n]=t(e[n],n,e);return i}var C_=Array.isArray;const Bt=C_;var A_=1/0,ff=fe?fe.prototype:void 0,pf=ff?ff.toString:void 0;function gf(e){if(typeof e=="string")return e;if(Bt(e))return df(e,gf)+"";if(Qs(e))return pf?pf.call(e):"";var t=e+"";return t=="0"&&1/e==-A_?"-0":t}var D_=/\s/;function L_(e){for(var t=e.length;t--&&D_.test(e.charAt(t)););return t}var R_=/^\s+/;function k_(e){return e&&e.slice(0,L_(e)+1).replace(R_,"")}function pe(e){var t=typeof e;return e!=null&&(t=="object"||t=="function")}var mf=NaN,I_=/^[-+]0x[0-9a-f]+$/i,P_=/^0b[01]+$/i,$_=/^0o[0-7]+$/i,N_=parseInt;function mi(e){if(typeof e=="number")return e;if(Qs(e))return mf;if(pe(e)){var t=typeof e.valueOf=="function"?e.valueOf():e;e=pe(t)?t+"":t}if(typeof e!="string")return e===0?e:+e;e=k_(e);var n=P_.test(e);return n||$_.test(e)?N_(e.slice(2),n?2:8):I_.test(e)?mf:+e}function xl(e){return e}var B_="[object AsyncFunction]",V_="[object Function]",U_="[object GeneratorFunction]",H_="[object Proxy]";function bl(e){if(!pe(e))return!1;var t=kn(e);return t==V_||t==U_||t==B_||t==H_}var F_=we["__core-js_shared__"];const El=F_;var vf=function(){var e=/[^.]+$/.exec(El&&El.keys&&El.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}();function G_(e){return!!vf&&vf in e}var z_=Function.prototype,W_=z_.toString;function In(e){if(e!=null){try{return W_.call(e)}catch{}try{return e+""}catch{}}return""}var Y_=/[\\^$.*+?()[\]{}|]/g,q_=/^\[object .+?Constructor\]$/,X_=Function.prototype,j_=Object.prototype,Z_=X_.toString,K_=j_.hasOwnProperty,Q_=RegExp("^"+Z_.call(K_).replace(Y_,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function J_(e){if(!pe(e)||G_(e))return!1;var t=bl(e)?Q_:q_;return t.test(In(e))}function tw(e,t){return e==null?void 0:e[t]}function Pn(e,t){var n=tw(e,t);return J_(n)?n:void 0}var ew=Pn(we,"WeakMap");const Sl=ew;var yf=Object.create,nw=function(){function e(){}return function(t){if(!pe(t))return{};if(yf)return yf(t);e.prototype=t;var n=new e;return e.prototype=void 0,n}}();const rw=nw;function iw(e,t,n){switch(n.length){case 0:return e.call(t);case 1:return e.call(t,n[0]);case 2:return e.call(t,n[0],n[1]);case 3:return e.call(t,n[0],n[1],n[2])}return e.apply(t,n)}function sw(){}function xf(e,t){var n=-1,r=e.length;for(t||(t=Array(r));++n<r;)t[n]=e[n];return t}var aw=800,ow=16,lw=Date.now;function cw(e){var t=0,n=0;return function(){var r=lw(),i=ow-(r-n);if(n=r,i>0){if(++t>=aw)return arguments[0]}else t=0;return e.apply(void 0,arguments)}}function uw(e){return function(){return e}}var hw=function(){try{var e=Pn(Object,"defineProperty");return e({},"",{}),e}catch{}}();const Js=hw;var dw=Js?function(e,t){return Js(e,"toString",{configurable:!0,enumerable:!1,value:uw(t),writable:!0})}:xl,fw=cw(dw);const pw=fw;function gw(e,t){for(var n=-1,r=e==null?0:e.length;++n<r&&t(e[n],n,e)!==!1;);return e}function mw(e,t,n,r){for(var i=e.length,s=n+(r?1:-1);r?s--:++s<i;)if(t(e[s],s,e))return s;return-1}function vw(e){return e!==e}function yw(e,t,n){for(var r=n-1,i=e.length;++r<i;)if(e[r]===t)return r;return-1}function xw(e,t,n){return t===t?yw(e,t,n):mw(e,vw,n)}function bw(e,t){var n=e==null?0:e.length;return!!n&&xw(e,t,0)>-1}var Ew=9007199254740991,Sw=/^(?:0|[1-9]\d*)$/;function _l(e,t){var n=typeof e;return t=t??Ew,!!t&&(n=="number"||n!="symbol"&&Sw.test(e))&&e>-1&&e%1==0&&e<t}function ta(e,t,n){t=="__proto__"&&Js?Js(e,t,{configurable:!0,enumerable:!0,value:n,writable:!0}):e[t]=n}function vi(e,t){return e===t||e!==e&&t!==t}var _w=Object.prototype,ww=_w.hasOwnProperty;function bf(e,t,n){var r=e[t];(!(ww.call(e,t)&&vi(r,n))||n===void 0&&!(t in e))&&ta(e,t,n)}function yi(e,t,n,r){var i=!n;n||(n={});for(var s=-1,a=t.length;++s<a;){var o=t[s],l=r?r(n[o],e[o],o,n,e):void 0;l===void 0&&(l=e[o]),i?ta(n,o,l):bf(n,o,l)}return n}var Ef=Math.max;function Ow(e,t,n){return t=Ef(t===void 0?e.length-1:t,0),function(){for(var r=arguments,i=-1,s=Ef(r.length-t,0),a=Array(s);++i<s;)a[i]=r[t+i];i=-1;for(var o=Array(t+1);++i<t;)o[i]=r[i];return o[t]=n(a),iw(e,this,o)}}function Sf(e,t){return pw(Ow(e,t,xl),e+"")}var Tw=9007199254740991;function wl(e){return typeof e=="number"&&e>-1&&e%1==0&&e<=Tw}function $n(e){return e!=null&&wl(e.length)&&!bl(e)}function _f(e,t,n){if(!pe(n))return!1;var r=typeof t;return(r=="number"?$n(n)&&_l(t,n.length):r=="string"&&t in n)?vi(n[t],e):!1}function Mw(e){return Sf(function(t,n){var r=-1,i=n.length,s=i>1?n[i-1]:void 0,a=i>2?n[2]:void 0;for(s=e.length>3&&typeof s=="function"?(i--,s):void 0,a&&_f(n[0],n[1],a)&&(s=i<3?void 0:s,i=1),t=Object(t);++r<i;){var o=n[r];o&&e(t,o,r,s)}return t})}var Cw=Object.prototype;function ea(e){var t=e&&e.constructor,n=typeof t=="function"&&t.prototype||Cw;return e===n}function Aw(e,t){for(var n=-1,r=Array(e);++n<e;)r[n]=t(n);return r}var Dw="[object Arguments]";function wf(e){return $e(e)&&kn(e)==Dw}var Of=Object.prototype,Lw=Of.hasOwnProperty,Rw=Of.propertyIsEnumerable,kw=wf(function(){return arguments}())?wf:function(e){return $e(e)&&Lw.call(e,"callee")&&!Rw.call(e,"callee")};const hr=kw;function Iw(){return!1}var Tf=typeof z=="object"&&z&&!z.nodeType&&z,Mf=Tf&&typeof module=="object"&&module&&!module.nodeType&&module,Pw=Mf&&Mf.exports===Tf,Cf=Pw?we.Buffer:void 0,$w=Cf?Cf.isBuffer:void 0,Nw=$w||Iw;const dr=Nw;var Bw="[object Arguments]",Vw="[object Array]",Uw="[object Boolean]",Hw="[object Date]",Fw="[object Error]",Gw="[object Function]",zw="[object Map]",Ww="[object Number]",Yw="[object Object]",qw="[object RegExp]",Xw="[object Set]",jw="[object String]",Zw="[object WeakMap]",Kw="[object ArrayBuffer]",Qw="[object DataView]",Jw="[object Float32Array]",tO="[object Float64Array]",eO="[object Int8Array]",nO="[object Int16Array]",rO="[object Int32Array]",iO="[object Uint8Array]",sO="[object Uint8ClampedArray]",aO="[object Uint16Array]",oO="[object Uint32Array]",wt={};wt[Jw]=wt[tO]=wt[eO]=wt[nO]=wt[rO]=wt[iO]=wt[sO]=wt[aO]=wt[oO]=!0,wt[Bw]=wt[Vw]=wt[Kw]=wt[Uw]=wt[Qw]=wt[Hw]=wt[Fw]=wt[Gw]=wt[zw]=wt[Ww]=wt[Yw]=wt[qw]=wt[Xw]=wt[jw]=wt[Zw]=!1;function lO(e){return $e(e)&&wl(e.length)&&!!wt[kn(e)]}function Ol(e){return function(t){return e(t)}}var Af=typeof z=="object"&&z&&!z.nodeType&&z,xi=Af&&typeof module=="object"&&module&&!module.nodeType&&module,cO=xi&&xi.exports===Af,Tl=cO&&cf.process,uO=function(){try{var e=xi&&xi.require&&xi.require("util").types;return e||Tl&&Tl.binding&&Tl.binding("util")}catch{}}();const fr=uO;var Df=fr&&fr.isTypedArray,hO=Df?Ol(Df):lO;const na=hO;var dO=Object.prototype,fO=dO.hasOwnProperty;function Lf(e,t){var n=Bt(e),r=!n&&hr(e),i=!n&&!r&&dr(e),s=!n&&!r&&!i&&na(e),a=n||r||i||s,o=a?Aw(e.length,String):[],l=o.length;for(var c in e)(t||fO.call(e,c))&&!(a&&(c=="length"||i&&(c=="offset"||c=="parent")||s&&(c=="buffer"||c=="byteLength"||c=="byteOffset")||_l(c,l)))&&o.push(c);return o}function Rf(e,t){return function(n){return e(t(n))}}var pO=Rf(Object.keys,Object);const gO=pO;var mO=Object.prototype,vO=mO.hasOwnProperty;function kf(e){if(!ea(e))return gO(e);var t=[];for(var n in Object(e))vO.call(e,n)&&n!="constructor"&&t.push(n);return t}function bi(e){return $n(e)?Lf(e):kf(e)}function yO(e){var t=[];if(e!=null)for(var n in Object(e))t.push(n);return t}var xO=Object.prototype,bO=xO.hasOwnProperty;function EO(e){if(!pe(e))return yO(e);var t=ea(e),n=[];for(var r in e)r=="constructor"&&(t||!bO.call(e,r))||n.push(r);return n}function Ei(e){return $n(e)?Lf(e,!0):EO(e)}var SO=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,_O=/^\w*$/;function Ml(e,t){if(Bt(e))return!1;var n=typeof e;return n=="number"||n=="symbol"||n=="boolean"||e==null||Qs(e)?!0:_O.test(e)||!SO.test(e)||t!=null&&e in Object(t)}var wO=Pn(Object,"create");const Si=wO;function OO(){this.__data__=Si?Si(null):{},this.size=0}function TO(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t}var MO="__lodash_hash_undefined__",CO=Object.prototype,AO=CO.hasOwnProperty;function DO(e){var t=this.__data__;if(Si){var n=t[e];return n===MO?void 0:n}return AO.call(t,e)?t[e]:void 0}var LO=Object.prototype,RO=LO.hasOwnProperty;function kO(e){var t=this.__data__;return Si?t[e]!==void 0:RO.call(t,e)}var IO="__lodash_hash_undefined__";function PO(e,t){var n=this.__data__;return this.size+=this.has(e)?0:1,n[e]=Si&&t===void 0?IO:t,this}function Nn(e){var t=-1,n=e==null?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}Nn.prototype.clear=OO,Nn.prototype.delete=TO,Nn.prototype.get=DO,Nn.prototype.has=kO,Nn.prototype.set=PO;function $O(){this.__data__=[],this.size=0}function ra(e,t){for(var n=e.length;n--;)if(vi(e[n][0],t))return n;return-1}var NO=Array.prototype,BO=NO.splice;function VO(e){var t=this.__data__,n=ra(t,e);if(n<0)return!1;var r=t.length-1;return n==r?t.pop():BO.call(t,n,1),--this.size,!0}function UO(e){var t=this.__data__,n=ra(t,e);return n<0?void 0:t[n][1]}function HO(e){return ra(this.__data__,e)>-1}function FO(e,t){var n=this.__data__,r=ra(n,e);return r<0?(++this.size,n.push([e,t])):n[r][1]=t,this}function Ke(e){var t=-1,n=e==null?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}Ke.prototype.clear=$O,Ke.prototype.delete=VO,Ke.prototype.get=UO,Ke.prototype.has=HO,Ke.prototype.set=FO;var GO=Pn(we,"Map");const _i=GO;function zO(){this.size=0,this.__data__={hash:new Nn,map:new(_i||Ke),string:new Nn}}function WO(e){var t=typeof e;return t=="string"||t=="number"||t=="symbol"||t=="boolean"?e!=="__proto__":e===null}function ia(e,t){var n=e.__data__;return WO(t)?n[typeof t=="string"?"string":"hash"]:n.map}function YO(e){var t=ia(this,e).delete(e);return this.size-=t?1:0,t}function qO(e){return ia(this,e).get(e)}function XO(e){return ia(this,e).has(e)}function jO(e,t){var n=ia(this,e),r=n.size;return n.set(e,t),this.size+=n.size==r?0:1,this}function Qe(e){var t=-1,n=e==null?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}Qe.prototype.clear=zO,Qe.prototype.delete=YO,Qe.prototype.get=qO,Qe.prototype.has=XO,Qe.prototype.set=jO;var ZO="Expected a function";function Cl(e,t){if(typeof e!="function"||t!=null&&typeof t!="function")throw new TypeError(ZO);var n=function(){var r=arguments,i=t?t.apply(this,r):r[0],s=n.cache;if(s.has(i))return s.get(i);var a=e.apply(this,r);return n.cache=s.set(i,a)||s,a};return n.cache=new(Cl.Cache||Qe),n}Cl.Cache=Qe;var KO=500;function QO(e){var t=Cl(e,function(r){return n.size===KO&&n.clear(),r}),n=t.cache;return t}var JO=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,tT=/\\(\\)?/g,eT=QO(function(e){var t=[];return e.charCodeAt(0)===46&&t.push(""),e.replace(JO,function(n,r,i,s){t.push(i?s.replace(tT,"$1"):r||n)}),t});const nT=eT;function wi(e){return e==null?"":gf(e)}function If(e,t){return Bt(e)?e:Ml(e,t)?[e]:nT(wi(e))}var rT=1/0;function sa(e){if(typeof e=="string"||Qs(e))return e;var t=e+"";return t=="0"&&1/e==-rT?"-0":t}function Pf(e,t){t=If(t,e);for(var n=0,r=t.length;e!=null&&n<r;)e=e[sa(t[n++])];return n&&n==r?e:void 0}function Et(e,t,n){var r=e==null?void 0:Pf(e,t);return r===void 0?n:r}function Al(e,t){for(var n=-1,r=t.length,i=e.length;++n<r;)e[i+n]=t[n];return e}var $f=fe?fe.isConcatSpreadable:void 0;function iT(e){return Bt(e)||hr(e)||!!($f&&e&&e[$f])}function aa(e,t,n,r,i){var s=-1,a=e.length;for(n||(n=iT),i||(i=[]);++s<a;){var o=e[s];t>0&&n(o)?t>1?aa(o,t-1,n,r,i):Al(i,o):r||(i[i.length]=o)}return i}function Nf(e){var t=e==null?0:e.length;return t?aa(e,1):[]}var sT=Rf(Object.getPrototypeOf,Object);const Dl=sT;var aT="[object Object]",oT=Function.prototype,lT=Object.prototype,Bf=oT.toString,cT=lT.hasOwnProperty,uT=Bf.call(Object);function hT(e){if(!$e(e)||kn(e)!=aT)return!1;var t=Dl(e);if(t===null)return!0;var n=cT.call(t,"constructor")&&t.constructor;return typeof n=="function"&&n instanceof n&&Bf.call(n)==uT}function dT(e,t,n){var r=-1,i=e.length;t<0&&(t=-t>i?0:i+t),n=n>i?i:n,n<0&&(n+=i),i=t>n?0:n-t>>>0,t>>>=0;for(var s=Array(i);++r<i;)s[r]=e[r+t];return s}function fT(e,t,n){var r=e.length;return n=n===void 0?r:n,!t&&n>=r?e:dT(e,t,n)}var pT="\\ud800-\\udfff",gT="\\u0300-\\u036f",mT="\\ufe20-\\ufe2f",vT="\\u20d0-\\u20ff",yT=gT+mT+vT,xT="\\ufe0e\\ufe0f",bT="\\u200d",ET=RegExp("["+bT+pT+yT+xT+"]");function Vf(e){return ET.test(e)}function ST(e){return e.split("")}var Uf="\\ud800-\\udfff",_T="\\u0300-\\u036f",wT="\\ufe20-\\ufe2f",OT="\\u20d0-\\u20ff",TT=_T+wT+OT,MT="\\ufe0e\\ufe0f",CT="["+Uf+"]",Ll="["+TT+"]",Rl="\\ud83c[\\udffb-\\udfff]",AT="(?:"+Ll+"|"+Rl+")",Hf="[^"+Uf+"]",Ff="(?:\\ud83c[\\udde6-\\uddff]){2}",Gf="[\\ud800-\\udbff][\\udc00-\\udfff]",DT="\\u200d",zf=AT+"?",Wf="["+MT+"]?",LT="(?:"+DT+"(?:"+[Hf,Ff,Gf].join("|")+")"+Wf+zf+")*",RT=Wf+zf+LT,kT="(?:"+[Hf+Ll+"?",Ll,Ff,Gf,CT].join("|")+")",IT=RegExp(Rl+"(?="+Rl+")|"+kT+RT,"g");function PT(e){return e.match(IT)||[]}function $T(e){return Vf(e)?PT(e):ST(e)}function NT(e){return function(t){t=wi(t);var n=Vf(t)?$T(t):void 0,r=n?n[0]:t.charAt(0),i=n?fT(n,1).join(""):t.slice(1);return r[e]()+i}}var BT=NT("toUpperCase");const VT=BT;function UT(e){return VT(wi(e).toLowerCase())}function HT(e,t,n,r){var i=-1,s=e==null?0:e.length;for(r&&s&&(n=e[++i]);++i<s;)n=t(n,e[i],i,e);return n}function FT(e){return function(t){return e==null?void 0:e[t]}}var GT={À:"A",Á:"A",Â:"A",Ã:"A",Ä:"A",Å:"A",à:"a",á:"a",â:"a",ã:"a",ä:"a",å:"a",Ç:"C",ç:"c",Ð:"D",ð:"d",È:"E",É:"E",Ê:"E",Ë:"E",è:"e",é:"e",ê:"e",ë:"e",Ì:"I",Í:"I",Î:"I",Ï:"I",ì:"i",í:"i",î:"i",ï:"i",Ñ:"N",ñ:"n",Ò:"O",Ó:"O",Ô:"O",Õ:"O",Ö:"O",Ø:"O",ò:"o",ó:"o",ô:"o",õ:"o",ö:"o",ø:"o",Ù:"U",Ú:"U",Û:"U",Ü:"U",ù:"u",ú:"u",û:"u",ü:"u",Ý:"Y",ý:"y",ÿ:"y",Æ:"Ae",æ:"ae",Þ:"Th",þ:"th",ß:"ss",Ā:"A",Ă:"A",Ą:"A",ā:"a",ă:"a",ą:"a",Ć:"C",Ĉ:"C",Ċ:"C",Č:"C",ć:"c",ĉ:"c",ċ:"c",č:"c",Ď:"D",Đ:"D",ď:"d",đ:"d",Ē:"E",Ĕ:"E",Ė:"E",Ę:"E",Ě:"E",ē:"e",ĕ:"e",ė:"e",ę:"e",ě:"e",Ĝ:"G",Ğ:"G",Ġ:"G",Ģ:"G",ĝ:"g",ğ:"g",ġ:"g",ģ:"g",Ĥ:"H",Ħ:"H",ĥ:"h",ħ:"h",Ĩ:"I",Ī:"I",Ĭ:"I",Į:"I",İ:"I",ĩ:"i",ī:"i",ĭ:"i",į:"i",ı:"i",Ĵ:"J",ĵ:"j",Ķ:"K",ķ:"k",ĸ:"k",Ĺ:"L",Ļ:"L",Ľ:"L",Ŀ:"L",Ł:"L",ĺ:"l",ļ:"l",ľ:"l",ŀ:"l",ł:"l",Ń:"N",Ņ:"N",Ň:"N",Ŋ:"N",ń:"n",ņ:"n",ň:"n",ŋ:"n",Ō:"O",Ŏ:"O",Ő:"O",ō:"o",ŏ:"o",ő:"o",Ŕ:"R",Ŗ:"R",Ř:"R",ŕ:"r",ŗ:"r",ř:"r",Ś:"S",Ŝ:"S",Ş:"S",Š:"S",ś:"s",ŝ:"s",ş:"s",š:"s",Ţ:"T",Ť:"T",Ŧ:"T",ţ:"t",ť:"t",ŧ:"t",Ũ:"U",Ū:"U",Ŭ:"U",Ů:"U",Ű:"U",Ų:"U",ũ:"u",ū:"u",ŭ:"u",ů:"u",ű:"u",ų:"u",Ŵ:"W",ŵ:"w",Ŷ:"Y",ŷ:"y",Ÿ:"Y",Ź:"Z",Ż:"Z",Ž:"Z",ź:"z",ż:"z",ž:"z",IJ:"IJ",ij:"ij",Œ:"Oe",œ:"oe",ʼn:"'n",ſ:"s"},zT=FT(GT);const WT=zT;var YT=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,qT="\\u0300-\\u036f",XT="\\ufe20-\\ufe2f",jT="\\u20d0-\\u20ff",ZT=qT+XT+jT,KT="["+ZT+"]",QT=RegExp(KT,"g");function JT(e){return e=wi(e),e&&e.replace(YT,WT).replace(QT,"")}var tM=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g;function eM(e){return e.match(tM)||[]}var nM=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/;function rM(e){return nM.test(e)}var Yf="\\ud800-\\udfff",iM="\\u0300-\\u036f",sM="\\ufe20-\\ufe2f",aM="\\u20d0-\\u20ff",oM=iM+sM+aM,qf="\\u2700-\\u27bf",Xf="a-z\\xdf-\\xf6\\xf8-\\xff",lM="\\xac\\xb1\\xd7\\xf7",cM="\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf",uM="\\u2000-\\u206f",hM=" \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",jf="A-Z\\xc0-\\xd6\\xd8-\\xde",dM="\\ufe0e\\ufe0f",Zf=lM+cM+uM+hM,Kf="['’]",Qf="["+Zf+"]",fM="["+oM+"]",Jf="\\d+",pM="["+qf+"]",tp="["+Xf+"]",ep="[^"+Yf+Zf+Jf+qf+Xf+jf+"]",gM="\\ud83c[\\udffb-\\udfff]",mM="(?:"+fM+"|"+gM+")",vM="[^"+Yf+"]",np="(?:\\ud83c[\\udde6-\\uddff]){2}",rp="[\\ud800-\\udbff][\\udc00-\\udfff]",pr="["+jf+"]",yM="\\u200d",ip="(?:"+tp+"|"+ep+")",xM="(?:"+pr+"|"+ep+")",sp="(?:"+Kf+"(?:d|ll|m|re|s|t|ve))?",ap="(?:"+Kf+"(?:D|LL|M|RE|S|T|VE))?",op=mM+"?",lp="["+dM+"]?",bM="(?:"+yM+"(?:"+[vM,np,rp].join("|")+")"+lp+op+")*",EM="\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",SM="\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])",_M=lp+op+bM,wM="(?:"+[pM,np,rp].join("|")+")"+_M,OM=RegExp([pr+"?"+tp+"+"+sp+"(?="+[Qf,pr,"$"].join("|")+")",xM+"+"+ap+"(?="+[Qf,pr+ip,"$"].join("|")+")",pr+"?"+ip+"+"+sp,pr+"+"+ap,SM,EM,Jf,wM].join("|"),"g");function TM(e){return e.match(OM)||[]}function MM(e,t,n){return e=wi(e),t=n?void 0:t,t===void 0?rM(e)?TM(e):eM(e):e.match(t)||[]}var CM="['’]",AM=RegExp(CM,"g");function cp(e){return function(t){return HT(MM(JT(t).replace(AM,"")),e,"")}}var DM=cp(function(e,t,n){return t=t.toLowerCase(),e+(n?UT(t):t)});const LM=DM;function RM(e,t,n){return e===e&&(n!==void 0&&(e=e<=n?e:n),t!==void 0&&(e=e>=t?e:t)),e}function up(e,t,n){return n===void 0&&(n=t,t=void 0),n!==void 0&&(n=mi(n),n=n===n?n:0),t!==void 0&&(t=mi(t),t=t===t?t:0),RM(mi(e),t,n)}function kM(){this.__data__=new Ke,this.size=0}function IM(e){var t=this.__data__,n=t.delete(e);return this.size=t.size,n}function PM(e){return this.__data__.get(e)}function $M(e){return this.__data__.has(e)}var NM=200;function BM(e,t){var n=this.__data__;if(n instanceof Ke){var r=n.__data__;if(!_i||r.length<NM-1)return r.push([e,t]),this.size=++n.size,this;n=this.__data__=new Qe(r)}return n.set(e,t),this.size=n.size,this}function Oe(e){var t=this.__data__=new Ke(e);this.size=t.size}Oe.prototype.clear=kM,Oe.prototype.delete=IM,Oe.prototype.get=PM,Oe.prototype.has=$M,Oe.prototype.set=BM;function VM(e,t){return e&&yi(t,bi(t),e)}function UM(e,t){return e&&yi(t,Ei(t),e)}var hp=typeof z=="object"&&z&&!z.nodeType&&z,dp=hp&&typeof module=="object"&&module&&!module.nodeType&&module,HM=dp&&dp.exports===hp,fp=HM?we.Buffer:void 0,pp=fp?fp.allocUnsafe:void 0;function gp(e,t){if(t)return e.slice();var n=e.length,r=pp?pp(n):new e.constructor(n);return e.copy(r),r}function FM(e,t){for(var n=-1,r=e==null?0:e.length,i=0,s=[];++n<r;){var a=e[n];t(a,n,e)&&(s[i++]=a)}return s}function mp(){return[]}var GM=Object.prototype,zM=GM.propertyIsEnumerable,vp=Object.getOwnPropertySymbols,WM=vp?function(e){return e==null?[]:(e=Object(e),FM(vp(e),function(t){return zM.call(e,t)}))}:mp;const kl=WM;function YM(e,t){return yi(e,kl(e),t)}var qM=Object.getOwnPropertySymbols,XM=qM?function(e){for(var t=[];e;)Al(t,kl(e)),e=Dl(e);return t}:mp;const yp=XM;function jM(e,t){return yi(e,yp(e),t)}function xp(e,t,n){var r=t(e);return Bt(e)?r:Al(r,n(e))}function Il(e){return xp(e,bi,kl)}function ZM(e){return xp(e,Ei,yp)}var KM=Pn(we,"DataView");const Pl=KM;var QM=Pn(we,"Promise");const $l=QM;var JM=Pn(we,"Set");const gr=JM;var bp="[object Map]",tC="[object Object]",Ep="[object Promise]",Sp="[object Set]",_p="[object WeakMap]",wp="[object DataView]",eC=In(Pl),nC=In(_i),rC=In($l),iC=In(gr),sC=In(Sl),Bn=kn;(Pl&&Bn(new Pl(new ArrayBuffer(1)))!=wp||_i&&Bn(new _i)!=bp||$l&&Bn($l.resolve())!=Ep||gr&&Bn(new gr)!=Sp||Sl&&Bn(new Sl)!=_p)&&(Bn=function(e){var t=kn(e),n=t==tC?e.constructor:void 0,r=n?In(n):"";if(r)switch(r){case eC:return wp;case nC:return bp;case rC:return Ep;case iC:return Sp;case sC:return _p}return t});const mr=Bn;var aC=Object.prototype,oC=aC.hasOwnProperty;function lC(e){var t=e.length,n=new e.constructor(t);return t&&typeof e[0]=="string"&&oC.call(e,"index")&&(n.index=e.index,n.input=e.input),n}var cC=we.Uint8Array;const oa=cC;function Nl(e){var t=new e.constructor(e.byteLength);return new oa(t).set(new oa(e)),t}function uC(e,t){var n=t?Nl(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.byteLength)}var hC=/\w*$/;function dC(e){var t=new e.constructor(e.source,hC.exec(e));return t.lastIndex=e.lastIndex,t}var Op=fe?fe.prototype:void 0,Tp=Op?Op.valueOf:void 0;function fC(e){return Tp?Object(Tp.call(e)):{}}function Mp(e,t){var n=t?Nl(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.length)}var pC="[object Boolean]",gC="[object Date]",mC="[object Map]",vC="[object Number]",yC="[object RegExp]",xC="[object Set]",bC="[object String]",EC="[object Symbol]",SC="[object ArrayBuffer]",_C="[object DataView]",wC="[object Float32Array]",OC="[object Float64Array]",TC="[object Int8Array]",MC="[object Int16Array]",CC="[object Int32Array]",AC="[object Uint8Array]",DC="[object Uint8ClampedArray]",LC="[object Uint16Array]",RC="[object Uint32Array]";function kC(e,t,n){var r=e.constructor;switch(t){case SC:return Nl(e);case pC:case gC:return new r(+e);case _C:return uC(e,n);case wC:case OC:case TC:case MC:case CC:case AC:case DC:case LC:case RC:return Mp(e,n);case mC:return new r;case vC:case bC:return new r(e);case yC:return dC(e);case xC:return new r;case EC:return fC(e)}}function Cp(e){return typeof e.constructor=="function"&&!ea(e)?rw(Dl(e)):{}}var IC="[object Map]";function PC(e){return $e(e)&&mr(e)==IC}var Ap=fr&&fr.isMap,$C=Ap?Ol(Ap):PC;const NC=$C;var BC="[object Set]";function VC(e){return $e(e)&&mr(e)==BC}var Dp=fr&&fr.isSet,UC=Dp?Ol(Dp):VC;const HC=UC;var FC=1,GC=2,zC=4,Lp="[object Arguments]",WC="[object Array]",YC="[object Boolean]",qC="[object Date]",XC="[object Error]",Rp="[object Function]",jC="[object GeneratorFunction]",ZC="[object Map]",KC="[object Number]",kp="[object Object]",QC="[object RegExp]",JC="[object Set]",tA="[object String]",eA="[object Symbol]",nA="[object WeakMap]",rA="[object ArrayBuffer]",iA="[object DataView]",sA="[object Float32Array]",aA="[object Float64Array]",oA="[object Int8Array]",lA="[object Int16Array]",cA="[object Int32Array]",uA="[object Uint8Array]",hA="[object Uint8ClampedArray]",dA="[object Uint16Array]",fA="[object Uint32Array]",St={};St[Lp]=St[WC]=St[rA]=St[iA]=St[YC]=St[qC]=St[sA]=St[aA]=St[oA]=St[lA]=St[cA]=St[ZC]=St[KC]=St[kp]=St[QC]=St[JC]=St[tA]=St[eA]=St[uA]=St[hA]=St[dA]=St[fA]=!0,St[XC]=St[Rp]=St[nA]=!1;function la(e,t,n,r,i,s){var a,o=t&FC,l=t&GC,c=t&zC;if(n&&(a=i?n(e,r,i,s):n(e)),a!==void 0)return a;if(!pe(e))return e;var u=Bt(e);if(u){if(a=lC(e),!o)return xf(e,a)}else{var d=mr(e),h=d==Rp||d==jC;if(dr(e))return gp(e,o);if(d==kp||d==Lp||h&&!i){if(a=l||h?{}:Cp(e),!o)return l?jM(e,UM(a,e)):YM(e,VM(a,e))}else{if(!St[d])return i?e:{};a=kC(e,d,o)}}s||(s=new Oe);var f=s.get(e);if(f)return f;s.set(e,a),HC(e)?e.forEach(function(v){a.add(la(v,t,n,v,e,s))}):NC(e)&&e.forEach(function(v,m){a.set(m,la(v,t,n,m,e,s))});var p=c?l?ZM:Il:l?Ei:bi,g=u?void 0:p(e);return gw(g||e,function(v,m){g&&(m=v,v=e[m]),bf(a,m,la(v,t,n,m,e,s))}),a}var pA=1,gA=4;function Je(e){return la(e,pA|gA)}var mA="__lodash_hash_undefined__";function vA(e){return this.__data__.set(e,mA),this}function yA(e){return this.__data__.has(e)}function Oi(e){var t=-1,n=e==null?0:e.length;for(this.__data__=new Qe;++t<n;)this.add(e[t])}Oi.prototype.add=Oi.prototype.push=vA,Oi.prototype.has=yA;function Ip(e,t){for(var n=-1,r=e==null?0:e.length;++n<r;)if(t(e[n],n,e))return!0;return!1}function Pp(e,t){return e.has(t)}var xA=1,bA=2;function $p(e,t,n,r,i,s){var a=n&xA,o=e.length,l=t.length;if(o!=l&&!(a&&l>o))return!1;var c=s.get(e),u=s.get(t);if(c&&u)return c==t&&u==e;var d=-1,h=!0,f=n&bA?new Oi:void 0;for(s.set(e,t),s.set(t,e);++d<o;){var p=e[d],g=t[d];if(r)var v=a?r(g,p,d,t,e,s):r(p,g,d,e,t,s);if(v!==void 0){if(v)continue;h=!1;break}if(f){if(!Ip(t,function(m,y){if(!Pp(f,y)&&(p===m||i(p,m,n,r,s)))return f.push(y)})){h=!1;break}}else if(!(p===g||i(p,g,n,r,s))){h=!1;break}}return s.delete(e),s.delete(t),h}function EA(e){var t=-1,n=Array(e.size);return e.forEach(function(r,i){n[++t]=[i,r]}),n}function Bl(e){var t=-1,n=Array(e.size);return e.forEach(function(r){n[++t]=r}),n}var SA=1,_A=2,wA="[object Boolean]",OA="[object Date]",TA="[object Error]",MA="[object Map]",CA="[object Number]",AA="[object RegExp]",DA="[object Set]",LA="[object String]",RA="[object Symbol]",kA="[object ArrayBuffer]",IA="[object DataView]",Np=fe?fe.prototype:void 0,Vl=Np?Np.valueOf:void 0;function PA(e,t,n,r,i,s,a){switch(n){case IA:if(e.byteLength!=t.byteLength||e.byteOffset!=t.byteOffset)return!1;e=e.buffer,t=t.buffer;case kA:return!(e.byteLength!=t.byteLength||!s(new oa(e),new oa(t)));case wA:case OA:case CA:return vi(+e,+t);case TA:return e.name==t.name&&e.message==t.message;case AA:case LA:return e==t+"";case MA:var o=EA;case DA:var l=r&SA;if(o||(o=Bl),e.size!=t.size&&!l)return!1;var c=a.get(e);if(c)return c==t;r|=_A,a.set(e,t);var u=$p(o(e),o(t),r,i,s,a);return a.delete(e),u;case RA:if(Vl)return Vl.call(e)==Vl.call(t)}return!1}var $A=1,NA=Object.prototype,BA=NA.hasOwnProperty;function VA(e,t,n,r,i,s){var a=n&$A,o=Il(e),l=o.length,c=Il(t),u=c.length;if(l!=u&&!a)return!1;for(var d=l;d--;){var h=o[d];if(!(a?h in t:BA.call(t,h)))return!1}var f=s.get(e),p=s.get(t);if(f&&p)return f==t&&p==e;var g=!0;s.set(e,t),s.set(t,e);for(var v=a;++d<l;){h=o[d];var m=e[h],y=t[h];if(r)var b=a?r(y,m,h,t,e,s):r(m,y,h,e,t,s);if(!(b===void 0?m===y||i(m,y,n,r,s):b)){g=!1;break}v||(v=h=="constructor")}if(g&&!v){var S=e.constructor,_=t.constructor;S!=_&&"constructor"in e&&"constructor"in t&&!(typeof S=="function"&&S instanceof S&&typeof _=="function"&&_ instanceof _)&&(g=!1)}return s.delete(e),s.delete(t),g}var UA=1,Bp="[object Arguments]",Vp="[object Array]",ca="[object Object]",HA=Object.prototype,Up=HA.hasOwnProperty;function FA(e,t,n,r,i,s){var a=Bt(e),o=Bt(t),l=a?Vp:mr(e),c=o?Vp:mr(t);l=l==Bp?ca:l,c=c==Bp?ca:c;var u=l==ca,d=c==ca,h=l==c;if(h&&dr(e)){if(!dr(t))return!1;a=!0,u=!1}if(h&&!u)return s||(s=new Oe),a||na(e)?$p(e,t,n,r,i,s):PA(e,t,l,n,r,i,s);if(!(n&UA)){var f=u&&Up.call(e,"__wrapped__"),p=d&&Up.call(t,"__wrapped__");if(f||p){var g=f?e.value():e,v=p?t.value():t;return s||(s=new Oe),i(g,v,n,r,s)}}return h?(s||(s=new Oe),VA(e,t,n,r,i,s)):!1}function ua(e,t,n,r,i){return e===t?!0:e==null||t==null||!$e(e)&&!$e(t)?e!==e&&t!==t:FA(e,t,n,r,ua,i)}var GA=1,zA=2;function WA(e,t,n,r){var i=n.length,s=i,a=!r;if(e==null)return!s;for(e=Object(e);i--;){var o=n[i];if(a&&o[2]?o[1]!==e[o[0]]:!(o[0]in e))return!1}for(;++i<s;){o=n[i];var l=o[0],c=e[l],u=o[1];if(a&&o[2]){if(c===void 0&&!(l in e))return!1}else{var d=new Oe;if(r)var h=r(c,u,l,e,t,d);if(!(h===void 0?ua(u,c,GA|zA,r,d):h))return!1}}return!0}function Hp(e){return e===e&&!pe(e)}function YA(e){for(var t=bi(e),n=t.length;n--;){var r=t[n],i=e[r];t[n]=[r,i,Hp(i)]}return t}function Fp(e,t){return function(n){return n==null?!1:n[e]===t&&(t!==void 0||e in Object(n))}}function qA(e){var t=YA(e);return t.length==1&&t[0][2]?Fp(t[0][0],t[0][1]):function(n){return n===e||WA(n,e,t)}}function XA(e,t){return e!=null&&t in Object(e)}function jA(e,t,n){t=If(t,e);for(var r=-1,i=t.length,s=!1;++r<i;){var a=sa(t[r]);if(!(s=e!=null&&n(e,a)))break;e=e[a]}return s||++r!=i?s:(i=e==null?0:e.length,!!i&&wl(i)&&_l(a,i)&&(Bt(e)||hr(e)))}function ZA(e,t){return e!=null&&jA(e,t,XA)}var KA=1,QA=2;function JA(e,t){return Ml(e)&&Hp(t)?Fp(sa(e),t):function(n){var r=Et(n,e);return r===void 0&&r===t?ZA(n,e):ua(t,r,KA|QA)}}function tD(e){return function(t){return t==null?void 0:t[e]}}function eD(e){return function(t){return Pf(t,e)}}function nD(e){return Ml(e)?tD(sa(e)):eD(e)}function ha(e){return typeof e=="function"?e:e==null?xl:typeof e=="object"?Bt(e)?JA(e[0],e[1]):qA(e):nD(e)}function rD(e,t,n,r){for(var i=-1,s=e==null?0:e.length;++i<s;){var a=e[i];t(r,a,n(a),e)}return r}function iD(e){return function(t,n,r){for(var i=-1,s=Object(t),a=r(t),o=a.length;o--;){var l=a[e?o:++i];if(n(s[l],l,s)===!1)break}return t}}var sD=iD();const Gp=sD;function aD(e,t){return e&&Gp(e,t,bi)}function oD(e,t){return function(n,r){if(n==null)return n;if(!$n(n))return e(n,r);for(var i=n.length,s=t?i:-1,a=Object(n);(t?s--:++s<i)&&r(a[s],s,a)!==!1;);return n}}var lD=oD(aD);const Ul=lD;function cD(e,t,n,r){return Ul(e,function(i,s,a){t(r,i,n(i),a)}),r}function uD(e,t){return function(n,r){var i=Bt(n)?rD:cD,s=t?t():{};return i(n,e,ha(r),s)}}var hD=function(){return we.Date.now()};const Hl=hD;var dD="Expected a function",fD=Math.max,pD=Math.min;function da(e,t,n){var r,i,s,a,o,l,c=0,u=!1,d=!1,h=!0;if(typeof e!="function")throw new TypeError(dD);t=mi(t)||0,pe(n)&&(u=!!n.leading,d="maxWait"in n,s=d?fD(mi(n.maxWait)||0,t):s,h="trailing"in n?!!n.trailing:h);function f(E){var M=r,D=i;return r=i=void 0,c=E,a=e.apply(D,M),a}function p(E){return c=E,o=setTimeout(m,t),u?f(E):a}function g(E){var M=E-l,D=E-c,H=t-M;return d?pD(H,s-D):H}function v(E){var M=E-l,D=E-c;return l===void 0||M>=t||M<0||d&&D>=s}function m(){var E=Hl();if(v(E))return y(E);o=setTimeout(m,g(E))}function y(E){return o=void 0,h&&r?f(E):(r=i=void 0,a)}function b(){o!==void 0&&clearTimeout(o),c=0,r=l=i=o=void 0}function S(){return o===void 0?a:y(Hl())}function _(){var E=Hl(),M=v(E);if(r=arguments,i=this,l=E,M){if(o===void 0)return p(l);if(d)return clearTimeout(o),o=setTimeout(m,t),f(l)}return o===void 0&&(o=setTimeout(m,t)),a}return _.cancel=b,_.flush=S,_}function Fl(e,t,n){(n!==void 0&&!vi(e[t],n)||n===void 0&&!(t in e))&&ta(e,t,n)}function Gl(e){return $e(e)&&$n(e)}function zl(e,t){if(!(t==="constructor"&&typeof e[t]=="function")&&t!="__proto__")return e[t]}function gD(e){return yi(e,Ei(e))}function mD(e,t,n,r,i,s,a){var o=zl(e,n),l=zl(t,n),c=a.get(l);if(c){Fl(e,n,c);return}var u=s?s(o,l,n+"",e,t,a):void 0,d=u===void 0;if(d){var h=Bt(l),f=!h&&dr(l),p=!h&&!f&&na(l);u=l,h||f||p?Bt(o)?u=o:Gl(o)?u=xf(o):f?(d=!1,u=gp(l,!0)):p?(d=!1,u=Mp(l,!0)):u=[]:hT(l)||hr(l)?(u=o,hr(o)?u=gD(o):(!pe(o)||bl(o))&&(u=Cp(l))):d=!1}d&&(a.set(l,u),i(u,l,r,s,a),a.delete(l)),Fl(e,n,u)}function zp(e,t,n,r,i){e!==t&&Gp(t,function(s,a){if(i||(i=new Oe),pe(s))mD(e,t,a,n,zp,r,i);else{var o=r?r(zl(e,a),s,a+"",e,t,i):void 0;o===void 0&&(o=s),Fl(e,a,o)}},Ei)}function vD(e,t,n){for(var r=-1,i=e==null?0:e.length;++r<i;)if(n(t,e[r]))return!0;return!1}function yD(e){var t=e==null?0:e.length;return t?e[t-1]:void 0}function xD(e,t){var n=-1,r=$n(e)?Array(e.length):[];return Ul(e,function(i,s,a){r[++n]=t(i,s,a)}),r}function bD(e,t){var n=Bt(e)?df:xD;return n(e,ha(t))}var ED=1/0;function SD(e,t){return aa(bD(e,t),ED)}function _D(e){for(var t=-1,n=e==null?0:e.length,r={};++t<n;){var i=e[t];r[i[0]]=i[1]}return r}var wD=Object.prototype,OD=wD.hasOwnProperty,TD=uD(function(e,t,n){OD.call(e,n)?e[n].push(t):ta(e,n,[t])});const MD=TD;var CD="[object Map]",AD="[object Set]",DD=Object.prototype,LD=DD.hasOwnProperty;function Te(e){if(e==null)return!0;if($n(e)&&(Bt(e)||typeof e=="string"||typeof e.splice=="function"||dr(e)||na(e)||hr(e)))return!e.length;var t=mr(e);if(t==CD||t==AD)return!e.size;if(ea(e))return!kf(e).length;for(var n in e)if(LD.call(e,n))return!1;return!0}function Wp(e,t){return ua(e,t)}var RD=cp(function(e,t,n){return e+(n?"-":"")+t.toLowerCase()});const vr=RD;var kD=Mw(function(e,t,n){zp(e,t,n)});const tt=kD;function ID(e,t){var n;return Ul(e,function(r,i,s){return n=t(r,i,s),!n}),!!n}function PD(e,t,n){var r=Bt(e)?Ip:ID;return n&&_f(e,t,n)&&(t=void 0),r(e,ha(t))}var $D=1/0,ND=gr&&1/Bl(new gr([,-0]))[1]==$D?function(e){return new gr(e)}:sw;const BD=ND;var VD=200;function Yp(e,t,n){var r=-1,i=bw,s=e.length,a=!0,o=[],l=o;if(n)a=!1,i=vD;else if(s>=VD){var c=t?null:BD(e);if(c)return Bl(c);a=!1,i=Pp,l=new Oi}else l=t?[]:o;t:for(;++r<s;){var u=e[r],d=t?t(u):u;if(u=n||u!==0?u:0,a&&d===d){for(var h=l.length;h--;)if(l[h]===d)continue t;t&&l.push(d),o.push(u)}else i(l,d,n)||(l!==o&&l.push(d),o.push(u))}return o}var UD=Sf(function(e){var t=yD(e);return Gl(t)&&(t=void 0),Yp(aa(e,1,Gl,!0),ha(t))});const HD=UD;function Ti(e){return e&&e.length?Yp(e):[]}var Wl=(e=>(e.RENDER_FINISHED="render-finished",e.RESIZE="chart-resize",e.MOUSEOVER="chart-mouseover",e.MOUSEOUT="chart-mouseout",e))(Wl||{}),Yl=(e=>(e.SHOW="show-modal",e.HIDE="hide-modal",e))(Yl||{}),ql=(e=>(e.UPDATE="model-update",e))(ql||{}),qp=(e=>(e.SHOW_OVERFLOW_MENU="show-toolbar-overflow-menu",e.HIDE_OVERFLOW_MENU="hide-toolbar-overflow-menu",e.BUTTON_CLICK="toolbar-button-click",e))(qp||{}),Xl=(e=>(e.UPDATE="zoom-bar-update",e.SELECTION_START="zoom-bar-selection-start",e.SELECTION_IN_PROGRESS="zoom-bar-selection-in-progress",e.SELECTION_END="zoom-bar-selection-end",e))(Xl||{}),jl=(e=>(e.CHANGE="zoom-domain-change",e))(jl||{}),Zl=(e=>(e.CANVAS_ZOOM_IN="canvas-zoom-in",e.CANVAS_ZOOM_OUT="canvas-zoom-out",e))(Zl||{}),Kl=(e=>(e.LABEL_MOUSEOVER="axis-label-mouseover",e.LABEL_MOUSEMOVE="axis-label-mousemove",e.LABEL_CLICK="axis-label-click",e.LABEL_MOUSEOUT="axis-label-mouseout",e.LABEL_FOCUS="axis-label-focus",e.LABEL_BLUR="axis-label-blur",e.RENDER_COMPLETE="axis-render-complete",e))(Kl||{}),Ql=(e=>(e.POINT_MOUSEOVER="scatter-mouseover",e.POINT_MOUSEMOVE="scatter-mousemove",e.POINT_CLICK="scatter-click",e.POINT_MOUSEOUT="scatter-mouseout",e))(Ql||{}),Jl=(e=>(e.WORD_MOUSEOVER="wordcloud-word-mouseover",e.WORD_MOUSEMOVE="wordcloud-word-mousemove",e.WORD_CLICK="wordcloud-word-click",e.WORD_MOUSEOUT="wordcloud-word-mouseout",e))(Jl||{}),tc=(e=>(e.SLICE_MOUSEOVER="pie-slice-mouseover",e.SLICE_MOUSEMOVE="pie-slice-mousemove",e.SLICE_CLICK="pie-slice-click",e.SLICE_MOUSEOUT="pie-slice-mouseout",e))(tc||{}),ec=(e=>(e.ARC_MOUSEOVER="gauge-arc-mouseover",e.ARC_MOUSEMOVE="gauge-arc-mousemove",e.ARC_CLICK="gauge-arc-click",e.ARC_MOUSEOUT="gauge-arc-mouseout",e))(ec||{}),nc=(e=>(e.BAR_MOUSEOVER="bar-mouseover",e.BAR_MOUSEMOVE="bar-mousemove",e.BAR_CLICK="bar-click",e.BAR_MOUSEOUT="bar-mouseout",e))(nc||{}),rc=(e=>(e.BOX_MOUSEOVER="box-mouseover",e.BOX_MOUSEMOVE="box-mousemove",e.BOX_CLICK="box-click",e.BOX_MOUSEOUT="box-mouseout",e.OUTLIER_MOUSEOVER="outlier-mouseover",e.OUTLIER_MOUSEMOVE="outlier-mousemove",e.OUTLIER_CLICK="outlier-click",e.OUTLIER_MOUSEOUT="outlier-mouseout",e))(rc||{}),ic=(e=>(e.SCATTER_MOUSEOVER="scatter-mouseover",e.SCATTER_MOUSEMOVE="scatter-mousemove",e.SCATTER_CLICK="scatter-click",e.SCATTER_MOUSEOUT="scatter-mouseout",e))(ic||{}),sc=(e=>(e.POINT_MOUSEOVER="scatter-mouseover",e.POINT_MOUSEMOVE="scatter-mousemove",e.POINT_CLICK="scatter-click",e.POINT_MOUSEOUT="scatter-mouseout",e))(sc||{}),ac=(e=>(e.X_AXIS_MOUSEOVER="radar-x-axis-mouseover",e.X_AXIS_MOUSEMOVE="radar-x-axis-mousemove",e.X_AXIS_CLICK="radar-x-axis-click",e.X_AXIS_MOUSEOUT="radar-x-axis-mouseout",e))(ac||{}),oc=(e=>(e.NODE_MOUSEOVER="tree-node-mouseover",e.NODE_CLICK="tree-node-click",e.NODE_MOUSEOUT="tree-node-mouseout",e))(oc||{}),lc=(e=>(e.LEAF_MOUSEOVER="leaf-mouseover",e.LEAF_MOUSEMOVE="leaf-mousemove",e.LEAF_CLICK="leaf-click",e.LEAF_MOUSEOUT="leaf-mouseout",e))(lc||{}),yr=(e=>(e.SHOW="show-tooltip",e.MOVE="move-tooltip",e.HIDE="hide-tooltip",e))(yr||{}),cc=(e=>(e.SHOW="show-threshold",e.HIDE="hide-threshold",e))(cc||{}),Xp=(e=>(e.ITEM_HOVER="legend-item-onhover",e.ITEM_CLICK="legend-item-onclick",e.ITEM_MOUSEOUT="legend-item-onmouseout",e.ITEMS_UPDATE="legend-items-update",e))(Xp||{}),jp=(e=>(e.CIRCLE_MOUSEOVER="circle-leaf-mouseover",e.CIRCLE_CLICK="circle-leaf-click",e.CIRCLE_MOUSEOUT="circle-leaf-mouseout",e.CIRCLE_MOUSEMOVE="circle-leaf-mousemove",e))(jp||{}),Zp=(e=>(e.NODE_MOUSEOVER="alluvial-node-mouseover",e.NODE_CLICK="alluvial-node-click",e.NODE_MOUSEOUT="alluvial-node-mouseout",e.NODE_MOUSEMOVE="alluvial-node-mousemove",e.LINE_MOUSEOVER="alluvial-line-mouseover",e.LINE_CLICK="alluvial-line-click",e.LINE_MOUSEOUT="alluvial-line-mouseout",e.LINE_MOUSEMOVE="alluvial-line-mousemove",e))(Zp||{}),Kp=(e=>(e.METER_MOUSEOVER="meter-mouseover",e.METER_CLICK="meter-click",e.METER_MOUSEOUT="meter-mouseout",e.METER_MOUSEMOVE="meter-mousemove",e))(Kp||{}),Qp=(e=>(e.HEATMAP_MOUSEOVER="heatmap-mouseover",e.HEATMAP_CLICK="heatmap-click",e.HEATMAP_MOUSEOUT="heatmap-mouseout",e.HEATMAP_MOUSEMOVE="hetmap-mousemove",e))(Qp||{}),xr=(e=>(e.CHOROPLETH_MOUSEOVER="choropleth-mouseover",e.CHOROPLETH_CLICK="choropleth-click",e.CHOROPLETH_MOUSEOUT="choropleth-mouseout",e.CHOROPLETH_MOUSEMOVE="choropleth-mousemove",e))(xr||{});const w=Object.freeze(Object.defineProperty({__proto__:null,Alluvial:Zp,Area:Ql,Axis:Kl,Bar:nc,Boxplot:rc,CanvasZoom:Zl,Chart:Wl,Choropleth:xr,CirclePack:jp,Gauge:ec,Heatmap:Qp,Legend:Xp,Line:sc,Meter:Kp,Modal:Yl,Model:ql,Pie:tc,Radar:ac,Scatter:ic,Threshold:cc,Toolbar:qp,Tooltip:yr,Tree:oc,Treemap:lc,WordCloud:Jl,ZoomBar:Xl,ZoomDomain:jl},Symbol.toStringTag,{value:"Module"}));var Z=(e=>(e.HTML="html",e.SVG="svg",e))(Z||{}),uc=(e=>(e.WHITE="white",e.G100="g100",e.G90="g90",e.G10="g10",e))(uc||{}),Q=(e=>(e.BACKGROUND="background",e.FILL="fill",e.STROKE="stroke",e.TOOLTIP="tooltip",e))(Q||{}),G=(e=>(e.LEFT="left",e.RIGHT="right",e.TOP="top",e.BOTTOM="bottom",e))(G||{}),Me=(e=>(e.GRAPH_VIEW="graph_view",e.SLIDER_VIEW="slider_view",e))(Me||{}),ge=(e=>(e.END_LINE="end_line",e.MID_LINE="mid_line",e.FRONT_LINE="front_line",e.NONE="none",e))(ge||{}),$t=(e=>(e.VERTICAL="vertical",e.HORIZONTAL="horizontal",e))($t||{}),j=(e=>(e.TIME="time",e.LINEAR="linear",e.LOG="log",e.LABELS="labels",e.LABELS_RATIO="labels-ratio",e))(j||{}),br=(e=>(e.RIGHT="right",e.LEFT="left",e.TOP="top",e.BOTTOM="bottom",e))(br||{}),Rt=(e=>(e.LEFT="left",e.CENTER="center",e.RIGHT="right",e))(Rt||{}),Er=(e=>(e.HORIZONTAL="horizontal",e.VERTICAL="vertical",e))(Er||{}),fa=(e=>(e.TREE="tree",e.DENDROGRAM="dendrogram",e))(fa||{}),xt=(e=>(e.ROW="row",e.COLUMN="column",e.ROW_REVERSE="row-reverse",e.COLUMN_REVERSE="column-reverse",e))(xt||{}),nt=(e=>(e.FIXED="fixed",e.PREFERRED="preferred",e.STRETCH="stretch",e))(nt||{}),Vn=(e=>(e.CENTER="center",e))(Vn||{}),Mi=(e=>(e.LEFT="left",e.RIGHT="right",e))(Mi||{}),kt=(e=>(e.GRID="grid",e.VERT_OR_HORIZ="vertOrHoriz",e.PIE="pie",e.DONUT="donut",e))(kt||{}),Ne=(e=>(e.START="start",e.MIDDLE="middle",e.END="end",e))(Ne||{}),Be=(e=>(e.BASELINE="baseline",e.MIDDLE="middle",e.HANGING="hanging",e))(Be||{}),Un=(e=>(e.SEMI="semi",e.FULL="full",e))(Un||{}),pa=(e=>(e.UP="up",e.DOWN="down",e))(pa||{}),Ci=(e=>(e.SUCCESS="success",e.WARNING="warning",e.DANGER="danger",e))(Ci||{}),Ai=(e=>(e.ALWAYS="always",e.AUTO="auto",e.NEVER="never",e))(Ai||{}),oe=(e=>(e.SCATTER="scatter",e.LINE="line",e.SIMPLE_BAR="simple-bar",e.STACKED_BAR="stacked-bar",e.GROUPED_BAR="grouped-bar",e.AREA="area",e.STACKED_AREA="stacked-area",e))(oe||{}),Tt=(e=>(e.EXPORT_CSV="Export as CSV",e.EXPORT_PNG="Export as PNG",e.EXPORT_JPG="Export as JPG",e.ZOOM_IN="Zoom in",e.ZOOM_OUT="Zoom out",e.RESET_ZOOM="Reset zoom",e.MAKE_FULLSCREEN="Make fullscreen",e.SHOW_AS_DATATABLE="Show as data-table",e.CUSTOM="Custom",e))(Tt||{}),ga=(e=>(e.LEFT="left",e.RIGHT="right",e))(ga||{}),It=(e=>(e.CHECKBOX="checkbox",e.RADIUS="radius",e.AREA="area",e.SIZE="size",e.LINE="line",e.QUARTILE="quartile",e.ZOOM="zoom",e))(It||{}),Di=(e=>(e.LINEAR="linear",e.QUANTIZE="quantize",e))(Di||{}),Sr=(e=>(e.ON="on",e.AUTO="auto",e.OFF="off",e))(Sr||{}),Li=(e=>(e.DEFAULT="default",e.HOVERABLE="hoverable",e))(Li||{}),Ve=(e=>(e.geoEqualEarth="geoEqualEarth",e.geoAlbers="geoAlbers",e.geoConicEqualArea="geoConicEqualArea",e.geoConicEquidistant="geoConicEquidistant",e.geoEquirectangular="geoEquirectangular",e.geoMercator="geoMercator",e.geoNaturalEarth1="geoNaturalEarth1",e))(Ve||{});const te="cds",tn={opacity:{unselected:.05,selected:.4}},dn={ticks:{number:7,rotateIfSmallerThan:30,verticalSpaceRatio:2.5,horizontalSpaceRatio:3.5},ratio:{reference:"value",compareTo:"marker"},paddingRatio:.1,hover:{rectanglePadding:4}},_r={duration:1e3,ease:ju,zoomLevel:3},wr={circles:{fillOpacity:.3,hover:{stroke:"#FFF"}},padding:{mainGroup:4,children:2},hierarchyLevel:2},Jp={pairingOptions:{"1-color":4,"2-color":5,"3-color":5,"4-color":3,"5-color":2,"14-color":1}},me={circle:{radius:4,opacity:{hovered:1,default:.3}},box:{opacity:{hovered:.5,default:.3}},strokeWidth:{default:1,thicker:2}},FD={defaultBins:10},Ct={items:{status:{ACTIVE:1,DISABLED:0},horizontalSpace:12,verticalSpace:24,textYOffset:8,spaceAfter:4},checkbox:{radius:6.5},radius:{iconData:[{cx:7,cy:7,r:6.5},{cx:7,cy:10,r:3.5}],fill:null,stroke:"#8c8c8c"},line:{yPosition:6,width:24,strokeWidth:1.4,fill:null,stroke:"#999999"},area:{width:24,height:14,fill:"#6f6f6f",stroke:null},size:{iconData:[{width:23,height:12},{width:13,height:6}],fill:null,stroke:"#8D8D8D"},quartile:{iconData:[{x:0,y:0,width:24,height:13},{x:11,y:4,width:1,height:4}]},zoom:{iconData:[{x:0,y:0,width:12,height:12}],color:"#8D8D8D"},color:{barWidth:300,barHeight:8,axisYTranslation:10}},en={opacity:{unselected:.3,selected:1},weight:{selected:2,unselected:1}},Vt={statusBar:{paddingRight:5},status:{indicatorSize:16,paddingLeft:15},total:{paddingLeft:36,paddingRight:24},height:{default:8,proportional:16},dividerWidth:2},_t={radiusOffset:-15,innerRadius:2,padAngle:.007,hoverArc:{outerRadiusOffset:3},xOffset:30,yOffset:20,yOffsetCallout:10,callout:{minSliceDegree:5,offsetX:15,offsetY:12,horizontalLineLength:8,textMargin:2}},Hn={opacity:{unselected:.1,selected:.3},xLabelPadding:10,yLabelPadding:8,yTicksNumber:4,minRange:10,xAxisRectHeight:50,dotsRadius:5},Ce={nodeWidth:4,nodeHoveredWidth:8,minNodePadding:24,opacity:{unfocus:.3,default:.8,selected:1}},tg={minCellDividerDimension:16,chartPadding:.5},eg={default:{size:24}},GD={horizontalOffset:10},ng={default:{duration:300},pie_slice_mouseover:{duration:100},pie_chart_titles:{duration:375},graph_element_mouseover_fill_update:{duration:100},graph_element_mouseout_fill_update:{duration:100}},le={height:{[Me.GRAPH_VIEW]:32,[Me.SLIDER_VIEW]:10},spacerHeight:8,handleWidth:5,handleBarWidth:1,handleBarHeight:12},zD=[{type:It.RADIUS,name:"Radius"},{type:It.AREA,name:"Poor area"},{type:It.AREA,name:"Satisfactory area"},{type:It.AREA,name:"Great area"},{type:It.QUARTILE,name:"Quartiles"}];function WD(e,t,n){let r=null;return function(...i){const s=this;s.mousePosition=En(i[0],n),clearTimeout(r),r=setTimeout(function(){e.apply(s,i)},t)}}function Mt(e,t){var i;const n=Je(e),r=Object.keys(t.axes||{});(i=t==null?void 0:t.toolbar)!=null&&i.controls&&delete n.toolbar.controls,r.length===0&&delete n.axes;for(const s in n.axes)if(r.includes(s)){const a=t.axes[s];(a.primary||a.secondary)&&console.warn("`primary` & `secondary` are no longer needed for axis configurations. Read more here https://carbon-design-system.github.io/carbon-charts/?path=/story/docs-tutorials--tabular-data-format");const o=a.mapsTo;if(o==null){const l=a.scaleType;l==null?a.mapsTo="value":l===j.TIME?a.mapsTo="date":l===j.LABELS&&(a.mapsTo="key")}}else delete n.axes[s];return dc(n,t),tt(n,t)}function nn(e){if(!e)return;const t=/translate\([0-9]+\.?[0-9]*,[0-9]+\.?[0-9]*\)/,n=e.getAttribute("transform").match(t);if(!n)return null;if(n[0]){const r=n[0].replace(/translate\(/,"").replace(/\)/,"").split(",");return{tx:r[0],ty:r[1]}}return null}function Ri(e){const n=/\(([^)]+)\)/.exec(e);if(n&&n.length>1){const r=n[1].split(",");if(r.length>1)return{x:parseFloat(r[0]),y:parseFloat(r[1])}}return{x:0,y:0}}function hc(e,t,n="value",r=!1){const i=e/t.reduce((s,a)=>s+a[n],0)*100;return r?i:i%1!==0?parseFloat(i.toFixed(1)):i}function ki(e,t,n){if(n>e.length)return e;if(t===ge.MID_LINE)return e.substr(0,n/2)+"..."+e.substr(-n/2);if(t===ge.FRONT_LINE)return"..."+e.substr(-n);if(t===ge.END_LINE)return e.substr(0,n)+"..."}function dc(e,t){const n=x(e,"legend","additionalItems"),r=x(t,"legend","additionalItems");if(n&&r){const i=r.map(o=>o.type),s=n.map(o=>o.type),a=zD.filter(o=>s.includes(o.type)&&!i.includes(o.type));e.legend.additionalItems=a,t.legend.additionalItems=HD(a,r,"name")}}const x=(e,...t)=>{let n=e;if(n){for(const r of t)if(n[r]!==null&&n[r]!==void 0)n=n[r];else return null;return n}return null},rg=(e,t)=>t===$t.HORIZONTAL?{y0:e.x0,y1:e.x1,x0:e.y0,x1:e.y1}:e,qt=(e,t)=>{const{x0:n,x1:r,y0:i,y1:s}=rg(e,t);return`M${n},${i}L${n},${s}L${r},${s}L${r},${i}L${n},${i}`};function rn(e,t,n){return n===$t.VERTICAL?[e,t]:[t,e]}function fc(e){return(t={})=>{const n=t.width?String(t.width):e.defaultWidth;return e.formats[n]||e.formats[e.defaultWidth]}}function Ii(e){return(t,n)=>{const r=n!=null&&n.context?String(n.context):"standalone";let i;if(r==="formatting"&&e.formattingValues){const a=e.defaultFormattingWidth||e.defaultWidth,o=n!=null&&n.width?String(n.width):a;i=e.formattingValues[o]||e.formattingValues[a]}else{const a=e.defaultWidth,o=n!=null&&n.width?String(n.width):e.defaultWidth;i=e.values[o]||e.values[a]}const s=e.argumentCallback?e.argumentCallback(t):t;return i[s]}}function Pi(e){return(t,n={})=>{const r=n.width,i=r&&e.matchPatterns[r]||e.matchPatterns[e.defaultMatchWidth],s=t.match(i);if(!s)return null;const a=s[0],o=r&&e.parsePatterns[r]||e.parsePatterns[e.defaultParseWidth],l=Array.isArray(o)?qD(o,d=>d.test(a)):YD(o,d=>d.test(a));let c;c=e.valueCallback?e.valueCallback(l):l,c=n.valueCallback?n.valueCallback(c):c;const u=t.slice(a.length);return{value:c,rest:u}}}function YD(e,t){for(const n in e)if(Object.prototype.hasOwnProperty.call(e,n)&&t(e[n]))return n}function qD(e,t){for(let n=0;n<e.length;n++)if(t(e[n]))return n}function XD(e){return(t,n={})=>{const r=t.match(e.matchPattern);if(!r)return null;const i=r[0],s=t.match(e.parsePattern);if(!s)return null;let a=e.valueCallback?e.valueCallback(s[0]):s[0];a=n.valueCallback?n.valueCallback(a):a;const o=t.slice(i.length);return{value:a,rest:o}}}function ht(e){const t=Object.prototype.toString.call(e);return e instanceof Date||typeof e=="object"&&t==="[object Date]"?new e.constructor(+e):typeof e=="number"||t==="[object Number]"||typeof t=="string"||t==="[object String]"?new Date(e):new Date(NaN)}let jD={};function ma(){return jD}function $i(e,t){var o,l,c,u;const n=ma(),r=(t==null?void 0:t.weekStartsOn)??((l=(o=t==null?void 0:t.locale)==null?void 0:o.options)==null?void 0:l.weekStartsOn)??n.weekStartsOn??((u=(c=n.locale)==null?void 0:c.options)==null?void 0:u.weekStartsOn)??0,i=ht(e),s=i.getDay(),a=(s<r?7:0)+s-r;return i.setDate(i.getDate()-a),i.setHours(0,0,0,0),i}const ZD={lessThanXSeconds:{one:"less than a second",other:"less than {{count}} seconds"},xSeconds:{one:"1 second",other:"{{count}} seconds"},halfAMinute:"half a minute",lessThanXMinutes:{one:"less than a minute",other:"less than {{count}} minutes"},xMinutes:{one:"1 minute",other:"{{count}} minutes"},aboutXHours:{one:"about 1 hour",other:"about {{count}} hours"},xHours:{one:"1 hour",other:"{{count}} hours"},xDays:{one:"1 day",other:"{{count}} days"},aboutXWeeks:{one:"about 1 week",other:"about {{count}} weeks"},xWeeks:{one:"1 week",other:"{{count}} weeks"},aboutXMonths:{one:"about 1 month",other:"about {{count}} months"},xMonths:{one:"1 month",other:"{{count}} months"},aboutXYears:{one:"about 1 year",other:"about {{count}} years"},xYears:{one:"1 year",other:"{{count}} years"},overXYears:{one:"over 1 year",other:"over {{count}} years"},almostXYears:{one:"almost 1 year",other:"almost {{count}} years"}},KD=(e,t,n)=>{let r;const i=ZD[e];return typeof i=="string"?r=i:t===1?r=i.one:r=i.other.replace("{{count}}",t.toString()),n!=null&&n.addSuffix?n.comparison&&n.comparison>0?"in "+r:r+" ago":r},QD={lastWeek:"'last' eeee 'at' p",yesterday:"'yesterday at' p",today:"'today at' p",tomorrow:"'tomorrow at' p",nextWeek:"eeee 'at' p",other:"P"},JD=(e,t,n,r)=>QD[e],tL={narrow:["B","A"],abbreviated:["BC","AD"],wide:["Before Christ","Anno Domini"]},eL={narrow:["1","2","3","4"],abbreviated:["Q1","Q2","Q3","Q4"],wide:["1st quarter","2nd quarter","3rd quarter","4th quarter"]},nL={narrow:["J","F","M","A","M","J","J","A","S","O","N","D"],abbreviated:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],wide:["January","February","March","April","May","June","July","August","September","October","November","December"]},rL={narrow:["S","M","T","W","T","F","S"],short:["Su","Mo","Tu","We","Th","Fr","Sa"],abbreviated:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],wide:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"]},iL={narrow:{am:"a",pm:"p",midnight:"mi",noon:"n",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},abbreviated:{am:"AM",pm:"PM",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},wide:{am:"a.m.",pm:"p.m.",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"}},sL={narrow:{am:"a",pm:"p",midnight:"mi",noon:"n",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"},abbreviated:{am:"AM",pm:"PM",midnight:"midnight",noon:"noon",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"},wide:{am:"a.m.",pm:"p.m.",midnight:"midnight",noon:"noon",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"}},aL={ordinalNumber:(e,t)=>{const n=Number(e),r=n%100;if(r>20||r<10)switch(r%10){case 1:return n+"st";case 2:return n+"nd";case 3:return n+"rd"}return n+"th"},era:Ii({values:tL,defaultWidth:"wide"}),quarter:Ii({values:eL,defaultWidth:"wide",argumentCallback:e=>e-1}),month:Ii({values:nL,defaultWidth:"wide"}),day:Ii({values:rL,defaultWidth:"wide"}),dayPeriod:Ii({values:iL,defaultWidth:"wide",formattingValues:sL,defaultFormattingWidth:"wide"})},oL=/^(\d+)(th|st|nd|rd)?/i,lL=/\d+/i,cL={narrow:/^(b|a)/i,abbreviated:/^(b\.?\s?c\.?|b\.?\s?c\.?\s?e\.?|a\.?\s?d\.?|c\.?\s?e\.?)/i,wide:/^(before christ|before common era|anno domini|common era)/i},uL={any:[/^b/i,/^(a|c)/i]},hL={narrow:/^[1234]/i,abbreviated:/^q[1234]/i,wide:/^[1234](th|st|nd|rd)? quarter/i},dL={any:[/1/i,/2/i,/3/i,/4/i]},fL={narrow:/^[jfmasond]/i,abbreviated:/^(jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec)/i,wide:/^(january|february|march|april|may|june|july|august|september|october|november|december)/i},pL={narrow:[/^j/i,/^f/i,/^m/i,/^a/i,/^m/i,/^j/i,/^j/i,/^a/i,/^s/i,/^o/i,/^n/i,/^d/i],any:[/^ja/i,/^f/i,/^mar/i,/^ap/i,/^may/i,/^jun/i,/^jul/i,/^au/i,/^s/i,/^o/i,/^n/i,/^d/i]},gL={narrow:/^[smtwf]/i,short:/^(su|mo|tu|we|th|fr|sa)/i,abbreviated:/^(sun|mon|tue|wed|thu|fri|sat)/i,wide:/^(sunday|monday|tuesday|wednesday|thursday|friday|saturday)/i},mL={narrow:[/^s/i,/^m/i,/^t/i,/^w/i,/^t/i,/^f/i,/^s/i],any:[/^su/i,/^m/i,/^tu/i,/^w/i,/^th/i,/^f/i,/^sa/i]},vL={narrow:/^(a|p|mi|n|(in the|at) (morning|afternoon|evening|night))/i,any:/^([ap]\.?\s?m\.?|midnight|noon|(in the|at) (morning|afternoon|evening|night))/i},yL={any:{am:/^a/i,pm:/^p/i,midnight:/^mi/i,noon:/^no/i,morning:/morning/i,afternoon:/afternoon/i,evening:/evening/i,night:/night/i}},xL={ordinalNumber:XD({matchPattern:oL,parsePattern:lL,valueCallback:e=>parseInt(e,10)}),era:Pi({matchPatterns:cL,defaultMatchWidth:"wide",parsePatterns:uL,defaultParseWidth:"any"}),quarter:Pi({matchPatterns:hL,defaultMatchWidth:"wide",parsePatterns:dL,defaultParseWidth:"any",valueCallback:e=>e+1}),month:Pi({matchPatterns:fL,defaultMatchWidth:"wide",parsePatterns:pL,defaultParseWidth:"any"}),day:Pi({matchPatterns:gL,defaultMatchWidth:"wide",parsePatterns:mL,defaultParseWidth:"any"}),dayPeriod:Pi({matchPatterns:vL,defaultMatchWidth:"any",parsePatterns:yL,defaultParseWidth:"any"})},bL={full:"EEEE, MMMM do, y",long:"MMMM do, y",medium:"MMM d, y",short:"MM/dd/yyyy"},EL={full:"h:mm:ss a zzzz",long:"h:mm:ss a z",medium:"h:mm:ss a",short:"h:mm a"},SL={full:"{{date}} 'at' {{time}}",long:"{{date}} 'at' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},_L={date:fc({formats:bL,defaultWidth:"full"}),time:fc({formats:EL,defaultWidth:"full"}),dateTime:fc({formats:SL,defaultWidth:"full"})},ig={code:"en-US",formatDistance:KD,formatLong:_L,formatRelative:JD,localize:aL,match:xL,options:{weekStartsOn:0,firstWeekContainsDate:1}},Or={type:ge.END_LINE,threshold:16,numCharacter:14},wL={enabled:!0,position:br.BOTTOM,clickable:!0,truncation:Or,alignment:Rt.LEFT,order:null,additionalItems:[]},OL={x:{enabled:!0,numberOfTicks:15,alignWithAxisTicks:!1},y:{enabled:!0,numberOfTicks:5,alignWithAxisTicks:!1}},TL={enabled:!0},sg={enabled:!0,showTotal:!0,truncation:Or,groupLabel:"Group"},ag={top:{visible:!0,includeZero:!0,truncation:Or},bottom:{visible:!0,includeZero:!0,truncation:Or},left:{visible:!0,includeZero:!0,truncation:Or},right:{visible:!0,includeZero:!0,truncation:Or}},va={addSpaceOnEdges:1,showDayName:!1,localeObject:ig,timeIntervalFormats:{"15seconds":{primary:"MMM d, pp",secondary:"pp"},minute:{primary:"MMM d, p",secondary:"p"},"30minutes":{primary:"MMM d, p",secondary:"p"},hourly:{primary:"MMM d, hh a",secondary:"hh a"},daily:{primary:"MMM d",secondary:"d"},weekly:{primary:"eee, MMM d",secondary:"eee"},monthly:{primary:"MMM yyyy",secondary:"MMM"},quarterly:{primary:"QQQ ''yy",secondary:"QQQ"},yearly:{primary:"yyyy",secondary:"yyyy"}}},ML=typeof document<"u"&&(document.fullscreenEnabled||document.webkitFullscreenEnabled||document.mozFullScreenEnabled||document.msFullscreenEnabled),Wt={width:null,height:null,resizable:!0,theme:uc.WHITE,tooltip:sg,legend:wL,style:{prefix:"cc"},data:{groupMapsTo:"group",loading:!1,selectedGroups:[]},color:{scale:null,pairing:{numberOfVariants:null,option:1},gradient:{enabled:!1}},toolbar:{enabled:!0,numberOfIcons:3,controls:[{type:Tt.SHOW_AS_DATATABLE},...ML?[{type:Tt.MAKE_FULLSCREEN}]:[],{type:Tt.EXPORT_CSV},{type:Tt.EXPORT_PNG},{type:Tt.EXPORT_JPG}]}},og=tt({},Wt,{thematic:{projection:Ve.geoNaturalEarth1}}),Ni=tt({},Wt,{axes:ag,timeScale:va,grid:OL,ruler:TL,zoomBar:{zoomRatio:.4,minZoomRatio:.01,top:{enabled:!1,type:Me.GRAPH_VIEW}}}),Fn=tt({},Ni,{bars:{maxWidth:16,spacingFactor:.25},timeScale:tt(va,{addSpaceOnEdges:1})}),CL=tt({},Fn,{}),AL=tt({},Fn,{}),DL=tt({},Fn,{bars:tt({},Fn.bars,{dividerSize:1.5})}),LL=tt({},Fn,{}),pc=tt({},Ni,{points:{radius:4,fillOpacity:.3,filled:!0,enabled:!0}}),RL=pc,lg=tt({},pc,{points:{radius:3,filled:!1,enabled:!0}}),cg=tt({},lg,{timeScale:tt(va,{addSpaceOnEdges:0})}),kL=cg,IL=tt({},Ni,{bubble:{radiusMapsTo:"radius",radiusLabel:"Radius",radiusRange:e=>{const t=Math.min(e.width,e.height);return[t*3/400,t*25/400]},fillOpacity:.2,enabled:!0},points:{filled:!0},legend:{additionalItems:[{type:It.RADIUS,name:"Radius"}]}}),PL=tt({},Ni,{bullet:{performanceAreaTitles:["Poor","Satisfactory","Great"]},grid:{x:{enabled:!1},y:{enabled:!1}},legend:{additionalItems:[{type:It.AREA,name:"Poor area"},{type:It.AREA,name:"Satisfactory area"},{type:It.AREA,name:"Great area"},{type:It.QUARTILE,name:"Quartiles"}]}}),$L=tt({},Fn,{bars:{dividerSize:1.5},timeScale:tt(va,{addSpaceOnEdges:0})}),NL=tt({},Wt,{tooltip:tt({},sg,{wordLabel:"Word",valueLabel:"Value"}),wordCloud:{fontSizeMapsTo:"value",fontSizeRange:e=>{const t=Math.min(e.width,e.height);return[t*20/400,t*75/400]},wordMapsTo:"word"}}),ug=tt({},Wt,{pie:{labels:{formatter:null,enabled:!0},alignment:Rt.LEFT,sortFunction:null,valueMapsTo:"value"}}),BL=tt({},Wt,{legend:{enabled:!1},gauge:{type:Un.SEMI,arcWidth:16,deltaArrow:{size:e=>e/8,enabled:!0},showPercentageSymbol:!0,status:null,numberSpacing:10,deltaFontSize:e=>e/8,valueFontSize:e=>e/2.5,numberFormatter:e=>Number(e.toFixed(2))%1!==0?e.toFixed(2).toLocaleString():e.toFixed().toLocaleString(),alignment:Rt.LEFT}}),VL=tt({},ug,{donut:{center:{numberFontSize:e=>`${Math.min(e/100*24,24)}px`,titleFontSize:e=>`${Math.min(e/100*15,15)}px`,titleYPosition:e=>Math.min(e/80*20,20),numberFormatter:e=>Math.floor(e).toLocaleString()},alignment:Rt.LEFT}}),hg=tt({},Wt,{legend:{enabled:!1,clickable:!1},meter:{showLabels:!0,proportional:null,statusBar:{percentageIndicator:{enabled:!0}}}}),UL=tt({},hg,{legend:{enabled:!0}}),HL=tt({},Wt,{radar:{axes:{angle:"key",value:"value"},alignment:Rt.LEFT},tooltip:{gridline:{enabled:!0},valueFormatter:e=>e??"N/A"}}),FL=tt({},Fn,{comboChartTypes:[]}),GL=tt({tree:{type:fa.TREE}},Wt,{}),zL=tt({},Wt,{data:tt(Wt.data,{groupMapsTo:"name"})}),WL=tt({},Wt,wr,{data:tt(Wt.data,{groupMapsTo:"name"})}),YL=tt({},Wt,{alluvial:{data:tt(Wt.data,{groupMapsTo:"source"}),nodeAlignment:Rt.CENTER,nodePadding:24,monochrome:!1,nodes:[]}}),qL=tt({},Wt,{axes:ag,heatmap:{divider:{state:Sr.AUTO},colorLegend:{type:"linear"}}}),XL=tt({},og,{choropleth:{colorLegend:{type:"linear"}}}),bt={alluvialChart:YL,areaChart:cg,axisChart:Ni,boxplotChart:LL,bubbleChart:IL,bulletChart:PL,chart:Wt,circlePackChart:WL,choroplethChart:XL,comboChart:FL,donutChart:VL,gaugeChart:BL,groupedBarChart:AL,heatmapChart:qL,histogramChart:$L,lineChart:lg,lollipopChart:RL,meterChart:hg,pieChart:ug,proportionalMeterChart:UL,radarChart:HL,scatterChart:pc,simpleBarChart:CL,stackedAreaChart:kL,stackedBarChart:DL,thematicChart:og,treeChart:GL,treemapChart:zL,wordCloudChart:NL};function jL(e){return e instanceof Date||typeof e=="object"&&Object.prototype.toString.call(e)==="[object Date]"}function ZL(e){if(!jL(e)&&typeof e!="number")return!1;const t=ht(e);return!isNaN(Number(t))}const dg=6048e5,KL=864e5,fg=6e4,pg=36e5;function gg(e){const t=ht(e);return t.setHours(0,0,0,0),t}function mg(e){const t=new Date(Date.UTC(e.getFullYear(),e.getMonth(),e.getDate(),e.getHours(),e.getMinutes(),e.getSeconds(),e.getMilliseconds()));return t.setUTCFullYear(e.getFullYear()),e.getTime()-t.getTime()}function vg(e,t){const n=gg(e),r=gg(t),i=n.getTime()-mg(n),s=r.getTime()-mg(r);return Math.round((i-s)/KL)}function Ae(e,t){return e instanceof Date?new e.constructor(t):new Date(t)}function QL(e){const t=ht(e),n=Ae(e,0);return n.setFullYear(t.getFullYear(),0,1),n.setHours(0,0,0,0),n}function JL(e){const t=ht(e);return vg(t,QL(t))+1}function ya(e){return $i(e,{weekStartsOn:1})}function yg(e){const t=ht(e),n=t.getFullYear(),r=Ae(e,0);r.setFullYear(n+1,0,4),r.setHours(0,0,0,0);const i=ya(r),s=Ae(e,0);s.setFullYear(n,0,4),s.setHours(0,0,0,0);const a=ya(s);return t.getTime()>=i.getTime()?n+1:t.getTime()>=a.getTime()?n:n-1}function tR(e){const t=yg(e),n=Ae(e,0);return n.setFullYear(t,0,4),n.setHours(0,0,0,0),ya(n)}function eR(e){const t=ht(e),n=ya(t).getTime()-tR(t).getTime();return Math.round(n/dg)+1}function xg(e,t){var u,d,h,f;const n=ht(e),r=n.getFullYear(),i=ma(),s=(t==null?void 0:t.firstWeekContainsDate)??((d=(u=t==null?void 0:t.locale)==null?void 0:u.options)==null?void 0:d.firstWeekContainsDate)??i.firstWeekContainsDate??((f=(h=i.locale)==null?void 0:h.options)==null?void 0:f.firstWeekContainsDate)??1,a=Ae(e,0);a.setFullYear(r+1,0,s),a.setHours(0,0,0,0);const o=$i(a,t),l=Ae(e,0);l.setFullYear(r,0,s),l.setHours(0,0,0,0);const c=$i(l,t);return n.getTime()>=o.getTime()?r+1:n.getTime()>=c.getTime()?r:r-1}function nR(e,t){var o,l,c,u;const n=ma(),r=(t==null?void 0:t.firstWeekContainsDate)??((l=(o=t==null?void 0:t.locale)==null?void 0:o.options)==null?void 0:l.firstWeekContainsDate)??n.firstWeekContainsDate??((u=(c=n.locale)==null?void 0:c.options)==null?void 0:u.firstWeekContainsDate)??1,i=xg(e,t),s=Ae(e,0);return s.setFullYear(i,0,r),s.setHours(0,0,0,0),$i(s,t)}function rR(e,t){const n=ht(e),r=$i(n,t).getTime()-nR(n,t).getTime();return Math.round(r/dg)+1}function mt(e,t){const n=e<0?"-":"",r=Math.abs(e).toString().padStart(t,"0");return n+r}const fn={y(e,t){const n=e.getFullYear(),r=n>0?n:1-n;return mt(t==="yy"?r%100:r,t.length)},M(e,t){const n=e.getMonth();return t==="M"?String(n+1):mt(n+1,2)},d(e,t){return mt(e.getDate(),t.length)},a(e,t){const n=e.getHours()/12>=1?"pm":"am";switch(t){case"a":case"aa":return n.toUpperCase();case"aaa":return n;case"aaaaa":return n[0];case"aaaa":default:return n==="am"?"a.m.":"p.m."}},h(e,t){return mt(e.getHours()%12||12,t.length)},H(e,t){return mt(e.getHours(),t.length)},m(e,t){return mt(e.getMinutes(),t.length)},s(e,t){return mt(e.getSeconds(),t.length)},S(e,t){const n=t.length,r=e.getMilliseconds(),i=Math.floor(r*Math.pow(10,n-3));return mt(i,t.length)}},Tr={am:"am",pm:"pm",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},iR={G:function(e,t,n){const r=e.getFullYear()>0?1:0;switch(t){case"G":case"GG":case"GGG":return n.era(r,{width:"abbreviated"});case"GGGGG":return n.era(r,{width:"narrow"});case"GGGG":default:return n.era(r,{width:"wide"})}},y:function(e,t,n){if(t==="yo"){const r=e.getFullYear(),i=r>0?r:1-r;return n.ordinalNumber(i,{unit:"year"})}return fn.y(e,t)},Y:function(e,t,n,r){const i=xg(e,r),s=i>0?i:1-i;if(t==="YY"){const a=s%100;return mt(a,2)}return t==="Yo"?n.ordinalNumber(s,{unit:"year"}):mt(s,t.length)},R:function(e,t){const n=yg(e);return mt(n,t.length)},u:function(e,t){const n=e.getFullYear();return mt(n,t.length)},Q:function(e,t,n){const r=Math.ceil((e.getMonth()+1)/3);switch(t){case"Q":return String(r);case"QQ":return mt(r,2);case"Qo":return n.ordinalNumber(r,{unit:"quarter"});case"QQQ":return n.quarter(r,{width:"abbreviated",context:"formatting"});case"QQQQQ":return n.quarter(r,{width:"narrow",context:"formatting"});case"QQQQ":default:return n.quarter(r,{width:"wide",context:"formatting"})}},q:function(e,t,n){const r=Math.ceil((e.getMonth()+1)/3);switch(t){case"q":return String(r);case"qq":return mt(r,2);case"qo":return n.ordinalNumber(r,{unit:"quarter"});case"qqq":return n.quarter(r,{width:"abbreviated",context:"standalone"});case"qqqqq":return n.quarter(r,{width:"narrow",context:"standalone"});case"qqqq":default:return n.quarter(r,{width:"wide",context:"standalone"})}},M:function(e,t,n){const r=e.getMonth();switch(t){case"M":case"MM":return fn.M(e,t);case"Mo":return n.ordinalNumber(r+1,{unit:"month"});case"MMM":return n.month(r,{width:"abbreviated",context:"formatting"});case"MMMMM":return n.month(r,{width:"narrow",context:"formatting"});case"MMMM":default:return n.month(r,{width:"wide",context:"formatting"})}},L:function(e,t,n){const r=e.getMonth();switch(t){case"L":return String(r+1);case"LL":return mt(r+1,2);case"Lo":return n.ordinalNumber(r+1,{unit:"month"});case"LLL":return n.month(r,{width:"abbreviated",context:"standalone"});case"LLLLL":return n.month(r,{width:"narrow",context:"standalone"});case"LLLL":default:return n.month(r,{width:"wide",context:"standalone"})}},w:function(e,t,n,r){const i=rR(e,r);return t==="wo"?n.ordinalNumber(i,{unit:"week"}):mt(i,t.length)},I:function(e,t,n){const r=eR(e);return t==="Io"?n.ordinalNumber(r,{unit:"week"}):mt(r,t.length)},d:function(e,t,n){return t==="do"?n.ordinalNumber(e.getDate(),{unit:"date"}):fn.d(e,t)},D:function(e,t,n){const r=JL(e);return t==="Do"?n.ordinalNumber(r,{unit:"dayOfYear"}):mt(r,t.length)},E:function(e,t,n){const r=e.getDay();switch(t){case"E":case"EE":case"EEE":return n.day(r,{width:"abbreviated",context:"formatting"});case"EEEEE":return n.day(r,{width:"narrow",context:"formatting"});case"EEEEEE":return n.day(r,{width:"short",context:"formatting"});case"EEEE":default:return n.day(r,{width:"wide",context:"formatting"})}},e:function(e,t,n,r){const i=e.getDay(),s=(i-r.weekStartsOn+8)%7||7;switch(t){case"e":return String(s);case"ee":return mt(s,2);case"eo":return n.ordinalNumber(s,{unit:"day"});case"eee":return n.day(i,{width:"abbreviated",context:"formatting"});case"eeeee":return n.day(i,{width:"narrow",context:"formatting"});case"eeeeee":return n.day(i,{width:"short",context:"formatting"});case"eeee":default:return n.day(i,{width:"wide",context:"formatting"})}},c:function(e,t,n,r){const i=e.getDay(),s=(i-r.weekStartsOn+8)%7||7;switch(t){case"c":return String(s);case"cc":return mt(s,t.length);case"co":return n.ordinalNumber(s,{unit:"day"});case"ccc":return n.day(i,{width:"abbreviated",context:"standalone"});case"ccccc":return n.day(i,{width:"narrow",context:"standalone"});case"cccccc":return n.day(i,{width:"short",context:"standalone"});case"cccc":default:return n.day(i,{width:"wide",context:"standalone"})}},i:function(e,t,n){const r=e.getDay(),i=r===0?7:r;switch(t){case"i":return String(i);case"ii":return mt(i,t.length);case"io":return n.ordinalNumber(i,{unit:"day"});case"iii":return n.day(r,{width:"abbreviated",context:"formatting"});case"iiiii":return n.day(r,{width:"narrow",context:"formatting"});case"iiiiii":return n.day(r,{width:"short",context:"formatting"});case"iiii":default:return n.day(r,{width:"wide",context:"formatting"})}},a:function(e,t,n){const i=e.getHours()/12>=1?"pm":"am";switch(t){case"a":case"aa":return n.dayPeriod(i,{width:"abbreviated",context:"formatting"});case"aaa":return n.dayPeriod(i,{width:"abbreviated",context:"formatting"}).toLowerCase();case"aaaaa":return n.dayPeriod(i,{width:"narrow",context:"formatting"});case"aaaa":default:return n.dayPeriod(i,{width:"wide",context:"formatting"})}},b:function(e,t,n){const r=e.getHours();let i;switch(r===12?i=Tr.noon:r===0?i=Tr.midnight:i=r/12>=1?"pm":"am",t){case"b":case"bb":return n.dayPeriod(i,{width:"abbreviated",context:"formatting"});case"bbb":return n.dayPeriod(i,{width:"abbreviated",context:"formatting"}).toLowerCase();case"bbbbb":return n.dayPeriod(i,{width:"narrow",context:"formatting"});case"bbbb":default:return n.dayPeriod(i,{width:"wide",context:"formatting"})}},B:function(e,t,n){const r=e.getHours();let i;switch(r>=17?i=Tr.evening:r>=12?i=Tr.afternoon:r>=4?i=Tr.morning:i=Tr.night,t){case"B":case"BB":case"BBB":return n.dayPeriod(i,{width:"abbreviated",context:"formatting"});case"BBBBB":return n.dayPeriod(i,{width:"narrow",context:"formatting"});case"BBBB":default:return n.dayPeriod(i,{width:"wide",context:"formatting"})}},h:function(e,t,n){if(t==="ho"){let r=e.getHours()%12;return r===0&&(r=12),n.ordinalNumber(r,{unit:"hour"})}return fn.h(e,t)},H:function(e,t,n){return t==="Ho"?n.ordinalNumber(e.getHours(),{unit:"hour"}):fn.H(e,t)},K:function(e,t,n){const r=e.getHours()%12;return t==="Ko"?n.ordinalNumber(r,{unit:"hour"}):mt(r,t.length)},k:function(e,t,n){let r=e.getHours();return r===0&&(r=24),t==="ko"?n.ordinalNumber(r,{unit:"hour"}):mt(r,t.length)},m:function(e,t,n){return t==="mo"?n.ordinalNumber(e.getMinutes(),{unit:"minute"}):fn.m(e,t)},s:function(e,t,n){return t==="so"?n.ordinalNumber(e.getSeconds(),{unit:"second"}):fn.s(e,t)},S:function(e,t){return fn.S(e,t)},X:function(e,t,n,r){const s=(r._originalDate||e).getTimezoneOffset();if(s===0)return"Z";switch(t){case"X":return Eg(s);case"XXXX":case"XX":return Gn(s);case"XXXXX":case"XXX":default:return Gn(s,":")}},x:function(e,t,n,r){const s=(r._originalDate||e).getTimezoneOffset();switch(t){case"x":return Eg(s);case"xxxx":case"xx":return Gn(s);case"xxxxx":case"xxx":default:return Gn(s,":")}},O:function(e,t,n,r){const s=(r._originalDate||e).getTimezoneOffset();switch(t){case"O":case"OO":case"OOO":return"GMT"+bg(s,":");case"OOOO":default:return"GMT"+Gn(s,":")}},z:function(e,t,n,r){const s=(r._originalDate||e).getTimezoneOffset();switch(t){case"z":case"zz":case"zzz":return"GMT"+bg(s,":");case"zzzz":default:return"GMT"+Gn(s,":")}},t:function(e,t,n,r){const i=r._originalDate||e,s=Math.floor(i.getTime()/1e3);return mt(s,t.length)},T:function(e,t,n,r){const s=(r._originalDate||e).getTime();return mt(s,t.length)}};function bg(e,t=""){const n=e>0?"-":"+",r=Math.abs(e),i=Math.floor(r/60),s=r%60;return s===0?n+String(i):n+String(i)+t+mt(s,2)}function Eg(e,t){return e%60===0?(e>0?"-":"+")+mt(Math.abs(e)/60,2):Gn(e,t)}function Gn(e,t=""){const n=e>0?"-":"+",r=Math.abs(e),i=mt(Math.floor(r/60),2),s=mt(r%60,2);return n+i+t+s}const Sg=(e,t)=>{switch(e){case"P":return t.date({width:"short"});case"PP":return t.date({width:"medium"});case"PPP":return t.date({width:"long"});case"PPPP":default:return t.date({width:"full"})}},_g=(e,t)=>{switch(e){case"p":return t.time({width:"short"});case"pp":return t.time({width:"medium"});case"ppp":return t.time({width:"long"});case"pppp":default:return t.time({width:"full"})}},sR={p:_g,P:(e,t)=>{const n=e.match(/(P+)(p+)?/)||[],r=n[1],i=n[2];if(!i)return Sg(e,t);let s;switch(r){case"P":s=t.dateTime({width:"short"});break;case"PP":s=t.dateTime({width:"medium"});break;case"PPP":s=t.dateTime({width:"long"});break;case"PPPP":default:s=t.dateTime({width:"full"});break}return s.replace("{{date}}",Sg(r,t)).replace("{{time}}",_g(i,t))}},aR=["D","DD"],oR=["YY","YYYY"];function lR(e){return aR.indexOf(e)!==-1}function cR(e){return oR.indexOf(e)!==-1}function wg(e,t,n){if(e==="YYYY")throw new RangeError(`Use \`yyyy\` instead of \`YYYY\` (in \`${t}\`) for formatting years to the input \`${n}\`; see: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md`);if(e==="YY")throw new RangeError(`Use \`yy\` instead of \`YY\` (in \`${t}\`) for formatting years to the input \`${n}\`; see: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md`);if(e==="D")throw new RangeError(`Use \`d\` instead of \`D\` (in \`${t}\`) for formatting days of the month to the input \`${n}\`; see: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md`);if(e==="DD")throw new RangeError(`Use \`dd\` instead of \`DD\` (in \`${t}\`) for formatting days of the month to the input \`${n}\`; see: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md`)}const uR=/[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g,hR=/P+p+|P+|p+|''|'(''|[^'])+('|$)|./g,dR=/^'([^]*?)'?$/,fR=/''/g,pR=/[a-zA-Z]/;function Mr(e,t,n){var u,d,h,f,p,g,v,m;const r=ma(),i=(n==null?void 0:n.locale)??r.locale??ig,s=(n==null?void 0:n.firstWeekContainsDate)??((d=(u=n==null?void 0:n.locale)==null?void 0:u.options)==null?void 0:d.firstWeekContainsDate)??r.firstWeekContainsDate??((f=(h=r.locale)==null?void 0:h.options)==null?void 0:f.firstWeekContainsDate)??1,a=(n==null?void 0:n.weekStartsOn)??((g=(p=n==null?void 0:n.locale)==null?void 0:p.options)==null?void 0:g.weekStartsOn)??r.weekStartsOn??((m=(v=r.locale)==null?void 0:v.options)==null?void 0:m.weekStartsOn)??0,o=ht(e);if(!ZL(o))throw new RangeError("Invalid time value");const l={firstWeekContainsDate:s,weekStartsOn:a,locale:i,_originalDate:o};return t.match(hR).map(function(y){const b=y[0];if(b==="p"||b==="P"){const S=sR[b];return S(y,i.formatLong)}return y}).join("").match(uR).map(function(y){if(y==="''")return"'";const b=y[0];if(b==="'")return gR(y);const S=iR[b];if(S)return!(n!=null&&n.useAdditionalWeekYearTokens)&&cR(y)&&wg(y,t,String(e)),!(n!=null&&n.useAdditionalDayOfYearTokens)&&lR(y)&&wg(y,t,String(e)),S(o,y,i.localize,l);if(b.match(pR))throw new RangeError("Format string contains an unescaped latin alphabet character `"+b+"`");return y}).join("")}function gR(e){const t=e.match(dR);return t?t[1].replace(fR,"'"):e}var Og=(e=>(e["15seconds"]="15seconds",e.minute="minute",e["30minutes"]="30minutes",e.hourly="hourly",e.daily="daily",e.weekly="weekly",e.monthly="monthly",e.quarterly="quarterly",e.yearly="yearly",e))(Og||{});const gc=[["15seconds",15*1e3],["minute",60*1e3],["30minutes",30*60*1e3],["hourly",60*60*1e3],["daily",24*60*60*1e3],["monthly",30*24*60*60*1e3],["quarterly",3*30*24*60*60*1e3],["yearly",12*30*24*60*60*1e3]];function Tg(e,t,n,r,i){const s=t===0,a=Number(Mr(new Date(e),"c"))===2,o=Number(Mr(new Date(e),"q"))===1,l=t!==0?n[t-1]:null;switch(r){case"15seconds":return s||ba(e)||Bi(e,l)||pn(e);case"minute":return s||ba(e)||Bi(e,l)||pn(e);case"30minutes":return s||ba(e)||Bi(e,l)||pn(e);case"hourly":return s||ba(e)||Bi(e,l)||pn(e);case"daily":return i?s||a||pn(e):s||Bi(e,l)||pn(e);case"weekly":return s||a||pn(e);case"monthly":return s||pn(e);case"quarterly":return s||o;case"yearly":return!1;default:throw new Error(`${r} is not a valid time interval.`)}}function mc(e,t,n,r,i){const s=i.showDayName,a=r==="daily"&&s?"weekly":r,o=new Date(e),l=x(i,"timeIntervalFormats")[a],c=x(l,"primary"),u=x(l,"secondary");let d=Tg(e,t,n,r,s)?c:u;r==="15seconds"&&o.getMilliseconds()!==0&&(d=d.replace("pp","h:mm:ss.SSS a"));const h=i.localeObject;return Mr(o,d,{locale:h})}function xa(e){const t=new Date(e);return{M:t.getMonth()+1,d:t.getDate(),H:t.getHours(),m:t.getMinutes(),s:t.getSeconds()}}function mR(e){if(e)return e.slice(1).map((t,n)=>t-e[n])}function vR(e){const t=gc.reduce((n,[,r],i)=>{const s=gc[n][1],a=Math.abs(s-e),o=Math.abs(r-e);return a<o?n:i},0);return gc[t][0]}function vc(e,t){if(Og[t])return t;if(e.length===1)return"15seconds";const n=mR(e),r=ln(n);return vR(r)}function ba(e){const{s:t,m:n,H:r}=xa(e);return r===0&&n===0&&t===0}function Bi(e,t){const n=xa(e).M,r=xa(t).M;return n!==r}function pn(e){const{M:t,d:n,s:r,m:i,H:s}=xa(e);return t===1&&n===1&&s===0&&i===0&&r===0}function Mg(e){return e===void 0?"":e.toISOString()}class Ue{constructor(t){this.state={options:{}},this.colorScale={},this.colorClassNames={},this.services=t}getAllDataFromDomain(t){if(!this.getData())return null;const n=this.getOptions();let r=this.getData();const i=this.getDataGroups(),{groupMapsTo:s}=x(n,"data"),a=x(n,"axes");return t&&(r=r.filter(o=>t.includes(o[s]))),a&&Object.keys(a).forEach(o=>{const l=a[o].mapsTo,c=a[o].scaleType;if((c===j.LINEAR||c===j.LOG)&&(r=r.map(u=>({...u,[l]:u[l]===null?u[l]:Number(u[l])}))),l&&a[o].domain)if(c===j.LABELS)r=r.filter(u=>a[o].domain.includes(u[l]));else{const[u,d]=a[o].domain;r=r.filter(h=>!(l in h)||h[l]>=u&&h[l]<=d)}}),r.filter(o=>i.find(l=>l.name===o[s]))}getDisplayData(t){if(!this.get("data"))return null;const{ACTIVE:n}=Ct.items.status,r=this.getDataGroups(t),{groupMapsTo:i}=this.getOptions().data;return this.getAllDataFromDomain(t).filter(a=>r.find(o=>o.name===a[i]&&o.status===n))}getData(){return this.get("data")}isDataEmpty(){return!this.getData().length}setData(t){const n=this.sanitize(Je(t)),r=this.generateDataGroups(n);return this.set({data:n,dataGroups:r}),n}getDataGroups(t){return x(this.getOptions(),"data","loading")?[]:t?this.get("dataGroups").filter(r=>t.includes(r.name)):this.get("dataGroups")}getActiveDataGroups(t){const{ACTIVE:n}=Ct.items.status;return this.getDataGroups(t).filter(r=>r.status===n)}getDataGroupNames(t){return this.getDataGroups(t).map(r=>r.name)}getActiveDataGroupNames(t){return this.getActiveDataGroups(t).map(r=>r.name)}aggregateBinDataByGroup(t){return MD(t,"group")}getBinConfigurations(){const t=this.getDisplayData(),n=this.getOptions(),r=this.services.cartesianScales.getMainXAxisPosition(),i=this.services.cartesianScales.getDomainIdentifier(),s=n.axes[r],{groupMapsTo:a}=n.data,{bins:o=FD.defaultBins}=s,l=Array.isArray(o),c=lv().value(f=>f[i]).thresholds(o)(t);if(l)c[c.length-1].x1=o[o.length-1];else{const f=c[0].x1-c[0].x0;c[c.length-1].x1=+c[c.length-1].x0+f}const u=l?[o[0],o[o.length-1]]:[c[0].x0,c[c.length-1].x1],d=Array.from(new Set(t.map(f=>f[a]))),h=[];return c.forEach(f=>{const p=`${f.x0}-${f.x1}`,g=this.aggregateBinDataByGroup(f);d.forEach(v=>{h.push({group:v,key:p,value:g[v]||0,bin:f.x0})})}),{bins:c,binsDomain:u}}getBinnedStackedData(){const t=this.getOptions(),{groupMapsTo:n}=t.data,r=this.getActiveDataGroupNames(),{bins:i}=this.getBinConfigurations(),s=this.getDataValuesGroupedByKeys({bins:i});return yl().keys(r)(s).map((a,o)=>Object.keys(a).filter(l=>!isNaN(l)).map(l=>{const c=a[l];return c[n]=r[o],c}))}getGroupedData(t){const n=this.getDisplayData(t),r={},{groupMapsTo:i}=this.getOptions().data;return n.map(s=>{const a=s[i];r[a]!==null&&r[a]!==void 0?r[a].push(s):r[a]=[s]}),Object.keys(r).map(s=>({name:s,data:r[s]}))}getStackKeys({bins:t=null,groups:n=null}={bins:null,groups:null}){const r=this.getOptions(),i=this.getDisplayData(n);let s;t?s=t.map(l=>`${l.x0}:${l.x1}`):s=Ti(i.map(l=>{const c=this.services.cartesianScales.getDomainIdentifier(l);return l[c]instanceof Date?Mg(l[c]):l[c]&&typeof l[c].toString=="function"?l[c].toString():l[c]}));const a=this.services.cartesianScales.domainAxisPosition,o=r.axes[a].scaleType;return o===j.TIME?s.sort((l,c)=>{const u=new Date(l),d=new Date(c);return u-d}):(o===j.LOG||o===j.LINEAR)&&s.sort((l,c)=>l-c),s}getDataValuesGroupedByKeys({bins:t=null,groups:n=null}){const r=this.getOptions(),{groupMapsTo:i}=r.data,s=this.getDisplayData(n),a=this.getDataGroupNames(),o=this.getStackKeys({bins:t,groups:n});return t?o.map(l=>{const[c,u]=l.split(":"),d={x0:c,x1:u},h=t.find(f=>f.x0.toString()===c.toString());return a.forEach(f=>{d[f]=h.filter(p=>p[i]===f).length}),d}):o.map(l=>{const c={sharedStackKey:l};return a.forEach(u=>{const d=s.find(f=>{const p=this.services.cartesianScales.getDomainIdentifier(f);return f[i]===u&&Object.prototype.hasOwnProperty.call(f,p)&&(f[p]instanceof Date?Mg(f[p])===l:f[p].toString()===l)}),h=this.services.cartesianScales.getRangeIdentifier(c);c[u]=d?d[h]:null}),c})}getStackedData({percentage:t=!1,groups:n=null,divergent:r=!1}){const i=this.getOptions(),{groupMapsTo:s}=i.data,a=this.getActiveDataGroupNames(n),o=this.getDataValuesGroupedByKeys({groups:n});if(t){const c=_D(o.map(u=>[u.sharedStackKey,0]));o.forEach(u=>{a.forEach(d=>{c[u.sharedStackKey]+=u[d]})}),o.forEach(u=>{a.forEach(d=>{const h=c[u.sharedStackKey];c[u.sharedStackKey]?u[d]=u[d]/h*100:u[d]=0})})}return(r?yl().offset(p_):yl()).keys(a)(o).map((c,u)=>Object.keys(c).filter(d=>!isNaN(d)).map(d=>{const h=c[d];return h[s]=a[u],h}))}getOptions(){return this.state.options}set(t,n){this.state=Object.assign({},this.state,t);const r=Object.assign({skipUpdate:!1,animate:!0},n);r.skipUpdate||this.update(r.animate)}get(t){return t?this.state[t]:this.state}setOptions(t){const n=this.getOptions();dc(n,t),this.set({options:tt(n,t)})}update(t=!0){this.getDisplayData()&&(this.updateAllDataGroups(),this.setCustomColorScale(),this.setColorClassNames(),this.services.events.dispatchEvent(w.Model.UPDATE,{animate:t}))}toggleDataLabel(t){const{ACTIVE:n,DISABLED:r}=Ct.items.status,i=this.getDataGroups(),s=i.some(u=>u.status===r),a=i.filter(u=>u.status===n);if(s)if(a.length===1&&a[0].name===t)i.forEach((u,d)=>{i[d].status=n});else{const u=i.findIndex(d=>d.name===t);i[u].status=i[u].status===r?n:r}else i.forEach((u,d)=>{i[d].status=u.name===t?n:r});const o=i.filter(u=>u.status===n),l=this.getOptions();i.some(u=>u.status===r)?l.data.selectedGroups=o.map(u=>u.name):l.data.selectedGroups=[],this.services.events.dispatchEvent(w.Legend.ITEMS_UPDATE,{dataGroups:i}),this.set({dataGroups:i})}getIsFilled(t,n,r,i){const s=this.getOptions();return s.getIsFilled?s.getIsFilled(t,n,r,i):i}getFillColor(t,n,r){const i=this.getOptions(),s=x(this.colorScale,t);return i.getFillColor?i.getFillColor(t,n,r,s):s}getStrokeColor(t,n,r){const i=this.getOptions(),s=x(this.colorScale,t);return i.getStrokeColor?i.getStrokeColor(t,n,r,s):s}isUserProvidedColorScaleValid(){const t=x(this.getOptions(),"color","scale"),n=this.getDataGroups();return t==null||Object.keys(t).length==0?!1:n.some(r=>Object.keys(t).includes(r.name))}getColorClassName(t){const n=this.colorClassNames(t.dataGroupName);let r=t.originalClassName;return t.classNameTypes.forEach(i=>r=t.originalClassName?`${r} ${i}-${n}`:`${i}-${n}`),r||""}getStatus(){return null}getAllDataGroupsNames(){return this.allDataGroups}transformToTabularData(t){console.warn("We've updated the charting data format to be tabular by default. The current format you're using is deprecated and will be removed in v1.0, read more here https://carbon-design-system.github.io/carbon-charts/?path=/story/docs-tutorials--tabular-data-format");const n=[],{datasets:r,labels:i}=t;return r.forEach(s=>{s.data.forEach((a,o)=>{let l;const c=x(s,"label");if(c===null){const d=x(i,o);d?l=d:l="Ungrouped"}else l=c;const u={group:l,key:i[o]};isNaN(a)?(u.value=a.value,u.date=a.date):u.value=a,n.push(u)})}),n}getTabularDataArray(){return[]}exportToCSV(){const t=this.getTabularDataArray().map(o=>o.map(l=>`"${l==="&ndash;"?"–":l}"`));let n="",r="";t.forEach(function(o,l){r=o.join(","),n+=l<t.length?r+`
2
- `:r});const i=this.getOptions();let s="myChart";const a=x(i,"fileDownload","fileName");typeof a=="function"?s=a("csv"):typeof a=="string"&&(s=a),this.services.files.downloadCSV(n,`${s}.csv`)}getTabularData(t){return Array.isArray(t)?t:this.transformToTabularData(t)}sanitize(t){return t=this.getTabularData(t),t}updateAllDataGroups(){this.allDataGroups?this.getDataGroupNames().forEach(t=>{this.allDataGroups.indexOf(t)===-1&&this.allDataGroups.push(t)}):this.allDataGroups=this.getDataGroupNames()}generateDataGroups(t){const{groupMapsTo:n}=this.getOptions().data,{ACTIVE:r,DISABLED:i}=Ct.items.status,s=this.getOptions(),a=Ti(t.map(l=>l[n]));s.data.selectedGroups.length&&(s.data.selectedGroups.every(c=>a.includes(c))||(s.data.selectedGroups=[]));const o=l=>!s.data.selectedGroups.length||s.data.selectedGroups.includes(l)?r:i;return a.map(l=>({name:l,status:o(l)}))}setCustomColorScale(){if(!this.isUserProvidedColorScaleValid())return;const t=this.getOptions(),n=x(t,"color","scale");Object.keys(n).forEach(i=>{this.allDataGroups.includes(i)||console.warn(`"${i}" does not exist in data groups.`)}),this.allDataGroups.filter(i=>n[i]).forEach(i=>this.colorScale[i]=n[i])}setColorClassNames(){const t=x(this.getOptions(),"color","pairing");let n=x(t,"numberOfVariants");(!n||n<this.allDataGroups.length)&&(n=this.allDataGroups.length);let r=x(t,"option");const i=Jp.pairingOptions,s=n>5?14:n,a=`${s}-color`;r=r<=i[a]?r:1;const o=this.allDataGroups.map((l,c)=>`${s}-${r}-${c%14+1}`);this.colorClassNames=$s().range(o).domain(this.allDataGroups)}}function yR(e,t){if(e.match(/^[a-z]+:\/\//i))return e;if(e.match(/^\/\//))return window.location.protocol+e;if(e.match(/^[a-z]+:/i))return e;const n=document.implementation.createHTMLDocument(),r=n.createElement("base"),i=n.createElement("a");return n.head.appendChild(r),n.body.appendChild(i),t&&(r.href=t),i.href=e,i.href}const xR=(()=>{let e=0;const t=()=>`0000${(Math.random()*36**4<<0).toString(36)}`.slice(-4);return()=>(e+=1,`u${t()}${e}`)})();function sn(e){const t=[];for(let n=0,r=e.length;n<r;n++)t.push(e[n]);return t}function Ea(e,t){const r=(e.ownerDocument.defaultView||window).getComputedStyle(e).getPropertyValue(t);return r?parseFloat(r.replace("px","")):0}function bR(e){const t=Ea(e,"border-left-width"),n=Ea(e,"border-right-width");return e.clientWidth+t+n}function ER(e){const t=Ea(e,"border-top-width"),n=Ea(e,"border-bottom-width");return e.clientHeight+t+n}function Cg(e,t={}){const n=t.width||bR(e),r=t.height||ER(e);return{width:n,height:r}}function SR(){let e,t;try{t=process}catch{}const n=t&&t.env?t.env.devicePixelRatio:null;return n&&(e=parseInt(n,10),Number.isNaN(e)&&(e=1)),e||window.devicePixelRatio||1}const ce=16384;function _R(e){(e.width>ce||e.height>ce)&&(e.width>ce&&e.height>ce?e.width>e.height?(e.height*=ce/e.width,e.width=ce):(e.width*=ce/e.height,e.height=ce):e.width>ce?(e.height*=ce/e.width,e.width=ce):(e.width*=ce/e.height,e.height=ce))}function Sa(e){return new Promise((t,n)=>{const r=new Image;r.decode=()=>t(r),r.onload=()=>t(r),r.onerror=n,r.crossOrigin="anonymous",r.decoding="async",r.src=e})}async function wR(e){return Promise.resolve().then(()=>new XMLSerializer().serializeToString(e)).then(encodeURIComponent).then(t=>`data:image/svg+xml;charset=utf-8,${t}`)}async function OR(e,t,n){const r="http://www.w3.org/2000/svg",i=document.createElementNS(r,"svg"),s=document.createElementNS(r,"foreignObject");return i.setAttribute("width",`${t}`),i.setAttribute("height",`${n}`),i.setAttribute("viewBox",`0 0 ${t} ${n}`),s.setAttribute("width","100%"),s.setAttribute("height","100%"),s.setAttribute("x","0"),s.setAttribute("y","0"),s.setAttribute("externalResourcesRequired","true"),i.appendChild(s),s.appendChild(e),wR(i)}const ee=(e,t)=>{if(e instanceof t)return!0;const n=Object.getPrototypeOf(e);return n===null?!1:n.constructor.name===t.name||ee(n,t)};function TR(e){const t=e.getPropertyValue("content");return`${e.cssText} content: '${t.replace(/'|"/g,"")}';`}function MR(e){return sn(e).map(t=>{const n=e.getPropertyValue(t),r=e.getPropertyPriority(t);return`${t}: ${n}${r?" !important":""};`}).join(" ")}function CR(e,t,n){const r=`.${e}:${t}`,i=n.cssText?TR(n):MR(n);return document.createTextNode(`${r}{${i}}`)}function Ag(e,t,n){const r=window.getComputedStyle(e,n),i=r.getPropertyValue("content");if(i===""||i==="none")return;const s=xR();try{t.className=`${t.className} ${s}`}catch{return}const a=document.createElement("style");a.appendChild(CR(s,n,r)),t.appendChild(a)}function AR(e,t){Ag(e,t,":before"),Ag(e,t,":after")}const Dg="application/font-woff",Lg="image/jpeg",DR={woff:Dg,woff2:Dg,ttf:"application/font-truetype",eot:"application/vnd.ms-fontobject",png:"image/png",jpg:Lg,jpeg:Lg,gif:"image/gif",tiff:"image/tiff",svg:"image/svg+xml",webp:"image/webp"};function LR(e){const t=/\.([^./]*?)$/g.exec(e);return t?t[1]:""}function yc(e){const t=LR(e).toLowerCase();return DR[t]||""}function RR(e){return e.split(/,/)[1]}function xc(e){return e.search(/^(data:)/)!==-1}function Rg(e,t){return`data:${t};base64,${e}`}async function kg(e,t,n){const r=await fetch(e,t);if(r.status===404)throw new Error(`Resource "${r.url}" not found`);const i=await r.blob();return new Promise((s,a)=>{const o=new FileReader;o.onerror=a,o.onloadend=()=>{try{s(n({res:r,result:o.result}))}catch(l){a(l)}},o.readAsDataURL(i)})}const bc={};function kR(e,t,n){let r=e.replace(/\?.*/,"");return n&&(r=e),/ttf|otf|eot|woff2?/i.test(r)&&(r=r.replace(/.*\//,"")),t?`[${t}]${r}`:r}async function Ec(e,t,n){const r=kR(e,t,n.includeQueryParams);if(bc[r]!=null)return bc[r];n.cacheBust&&(e+=(/\?/.test(e)?"&":"?")+new Date().getTime());let i;try{const s=await kg(e,n.fetchRequestInit,({res:a,result:o})=>(t||(t=a.headers.get("Content-Type")||""),RR(o)));i=Rg(s,t)}catch(s){i=n.imagePlaceholder||"";let a=`Failed to fetch resource: ${e}`;s&&(a=typeof s=="string"?s:s.message),a&&console.warn(a)}return bc[r]=i,i}async function IR(e){const t=e.toDataURL();return t==="data:,"?e.cloneNode(!1):Sa(t)}async function PR(e,t){if(e.currentSrc){const s=document.createElement("canvas"),a=s.getContext("2d");s.width=e.clientWidth,s.height=e.clientHeight,a==null||a.drawImage(e,0,0,s.width,s.height);const o=s.toDataURL();return Sa(o)}const n=e.poster,r=yc(n),i=await Ec(n,r,t);return Sa(i)}async function $R(e){var t;try{if(!((t=e==null?void 0:e.contentDocument)===null||t===void 0)&&t.body)return await _a(e.contentDocument.body,{},!0)}catch{}return e.cloneNode(!1)}async function NR(e,t){return ee(e,HTMLCanvasElement)?IR(e):ee(e,HTMLVideoElement)?PR(e,t):ee(e,HTMLIFrameElement)?$R(e):e.cloneNode(!1)}const BR=e=>e.tagName!=null&&e.tagName.toUpperCase()==="SLOT";async function VR(e,t,n){var r,i;let s=[];return BR(e)&&e.assignedNodes?s=sn(e.assignedNodes()):ee(e,HTMLIFrameElement)&&(!((r=e.contentDocument)===null||r===void 0)&&r.body)?s=sn(e.contentDocument.body.childNodes):s=sn(((i=e.shadowRoot)!==null&&i!==void 0?i:e).childNodes),s.length===0||ee(e,HTMLVideoElement)||await s.reduce((a,o)=>a.then(()=>_a(o,n)).then(l=>{l&&t.appendChild(l)}),Promise.resolve()),t}function UR(e,t){const n=t.style;if(!n)return;const r=window.getComputedStyle(e);r.cssText?(n.cssText=r.cssText,n.transformOrigin=r.transformOrigin):sn(r).forEach(i=>{let s=r.getPropertyValue(i);i==="font-size"&&s.endsWith("px")&&(s=`${Math.floor(parseFloat(s.substring(0,s.length-2)))-.1}px`),ee(e,HTMLIFrameElement)&&i==="display"&&s==="inline"&&(s="block"),i==="d"&&t.getAttribute("d")&&(s=`path(${t.getAttribute("d")})`),n.setProperty(i,s,r.getPropertyPriority(i))})}function HR(e,t){ee(e,HTMLTextAreaElement)&&(t.innerHTML=e.value),ee(e,HTMLInputElement)&&t.setAttribute("value",e.value)}function FR(e,t){if(ee(e,HTMLSelectElement)){const n=t,r=Array.from(n.children).find(i=>e.value===i.getAttribute("value"));r&&r.setAttribute("selected","")}}function GR(e,t){return ee(t,Element)&&(UR(e,t),AR(e,t),HR(e,t),FR(e,t)),t}async function zR(e,t){const n=e.querySelectorAll?e.querySelectorAll("use"):[];if(n.length===0)return e;const r={};for(let s=0;s<n.length;s++){const o=n[s].getAttribute("xlink:href");if(o){const l=e.querySelector(o),c=document.querySelector(o);!l&&c&&!r[o]&&(r[o]=await _a(c,t,!0))}}const i=Object.values(r);if(i.length){const s="http://www.w3.org/1999/xhtml",a=document.createElementNS(s,"svg");a.setAttribute("xmlns",s),a.style.position="absolute",a.style.width="0",a.style.height="0",a.style.overflow="hidden",a.style.display="none";const o=document.createElementNS(s,"defs");a.appendChild(o);for(let l=0;l<i.length;l++)o.appendChild(i[l]);e.appendChild(a)}return e}async function _a(e,t,n){return!n&&t.filter&&!t.filter(e)?null:Promise.resolve(e).then(r=>NR(r,t)).then(r=>VR(e,r,t)).then(r=>GR(e,r)).then(r=>zR(r,t))}const Ig=/url\((['"]?)([^'"]+?)\1\)/g,WR=/url\([^)]+\)\s*format\((["']?)([^"']+)\1\)/g,YR=/src:\s*(?:url\([^)]+\)\s*format\([^)]+\)[,;]\s*)+/g;function qR(e){const t=e.replace(/([.*+?^${}()|\[\]\/\\])/g,"\\$1");return new RegExp(`(url\\(['"]?)(${t})(['"]?\\))`,"g")}function XR(e){const t=[];return e.replace(Ig,(n,r,i)=>(t.push(i),n)),t.filter(n=>!xc(n))}async function jR(e,t,n,r,i){try{const s=n?yR(t,n):t,a=yc(t);let o;if(i){const l=await i(s);o=Rg(l,a)}else o=await Ec(s,a,r);return e.replace(qR(t),`$1${o}$3`)}catch{}return e}function ZR(e,{preferredFontFormat:t}){return t?e.replace(YR,n=>{for(;;){const[r,,i]=WR.exec(n)||[];if(!i)return"";if(i===t)return`src: ${r};`}}):e}function Pg(e){return e.search(Ig)!==-1}async function $g(e,t,n){if(!Pg(e))return e;const r=ZR(e,n);return XR(r).reduce((s,a)=>s.then(o=>jR(o,a,t,n)),Promise.resolve(r))}async function wa(e,t,n){var r;const i=(r=t.style)===null||r===void 0?void 0:r.getPropertyValue(e);if(i){const s=await $g(i,null,n);return t.style.setProperty(e,s,t.style.getPropertyPriority(e)),!0}return!1}async function KR(e,t){await wa("background",e,t)||await wa("background-image",e,t),await wa("mask",e,t)||await wa("mask-image",e,t)}async function QR(e,t){const n=ee(e,HTMLImageElement);if(!(n&&!xc(e.src))&&!(ee(e,SVGImageElement)&&!xc(e.href.baseVal)))return;const r=n?e.src:e.href.baseVal,i=await Ec(r,yc(r),t);await new Promise((s,a)=>{e.onload=s,e.onerror=a;const o=e;o.decode&&(o.decode=s),o.loading==="lazy"&&(o.loading="eager"),n?(e.srcset="",e.src=i):e.href.baseVal=i})}async function JR(e,t){const r=sn(e.childNodes).map(i=>Ng(i,t));await Promise.all(r).then(()=>e)}async function Ng(e,t){ee(e,Element)&&(await KR(e,t),await QR(e,t),await JR(e,t))}function t2(e,t){const{style:n}=e;t.backgroundColor&&(n.backgroundColor=t.backgroundColor),t.width&&(n.width=`${t.width}px`),t.height&&(n.height=`${t.height}px`);const r=t.style;return r!=null&&Object.keys(r).forEach(i=>{n[i]=r[i]}),e}const Bg={};async function Vg(e){let t=Bg[e];if(t!=null)return t;const r=await(await fetch(e)).text();return t={url:e,cssText:r},Bg[e]=t,t}async function Ug(e,t){let n=e.cssText;const r=/url\(["']?([^"')]+)["']?\)/g,s=(n.match(/url\([^)]+\)/g)||[]).map(async a=>{let o=a.replace(r,"$1");return o.startsWith("https://")||(o=new URL(o,e.url).href),kg(o,t.fetchRequestInit,({result:l})=>(n=n.replace(a,`url(${l})`),[a,l]))});return Promise.all(s).then(()=>n)}function Hg(e){if(e==null)return[];const t=[],n=/(\/\*[\s\S]*?\*\/)/gi;let r=e.replace(n,"");const i=new RegExp("((@.*?keyframes [\\s\\S]*?){([\\s\\S]*?}\\s*?)})","gi");for(;;){const l=i.exec(r);if(l===null)break;t.push(l[0])}r=r.replace(i,"");const s=/@import[\s\S]*?url\([^)]*\)[\s\S]*?;/gi,a="((\\s*?(?:\\/\\*[\\s\\S]*?\\*\\/)?\\s*?@media[\\s\\S]*?){([\\s\\S]*?)}\\s*?})|(([\\s\\S]*?){([\\s\\S]*?)})",o=new RegExp(a,"gi");for(;;){let l=s.exec(r);if(l===null){if(l=o.exec(r),l===null)break;s.lastIndex=o.lastIndex}else o.lastIndex=s.lastIndex;t.push(l[0])}return t}async function e2(e,t){const n=[],r=[];return e.forEach(i=>{if("cssRules"in i)try{sn(i.cssRules||[]).forEach((s,a)=>{if(s.type===CSSRule.IMPORT_RULE){let o=a+1;const l=s.href,c=Vg(l).then(u=>Ug(u,t)).then(u=>Hg(u).forEach(d=>{try{i.insertRule(d,d.startsWith("@import")?o+=1:i.cssRules.length)}catch(h){console.error("Error inserting rule from remote css",{rule:d,error:h})}})).catch(u=>{console.error("Error loading remote css",u.toString())});r.push(c)}})}catch(s){const a=e.find(o=>o.href==null)||document.styleSheets[0];i.href!=null&&r.push(Vg(i.href).then(o=>Ug(o,t)).then(o=>Hg(o).forEach(l=>{a.insertRule(l,i.cssRules.length)})).catch(o=>{console.error("Error loading remote stylesheet",o)})),console.error("Error inlining remote css file",s)}}),Promise.all(r).then(()=>(e.forEach(i=>{if("cssRules"in i)try{sn(i.cssRules||[]).forEach(s=>{n.push(s)})}catch(s){console.error(`Error while reading CSS rules from ${i.href}`,s)}}),n))}function n2(e){return e.filter(t=>t.type===CSSRule.FONT_FACE_RULE).filter(t=>Pg(t.style.getPropertyValue("src")))}async function r2(e,t){if(e.ownerDocument==null)throw new Error("Provided element is not within a Document");const n=sn(e.ownerDocument.styleSheets),r=await e2(n,t);return n2(r)}async function i2(e,t){const n=await r2(e,t);return(await Promise.all(n.map(i=>{const s=i.parentStyleSheet?i.parentStyleSheet.href:null;return $g(i.cssText,s,t)}))).join(`
3
- `)}async function s2(e,t){const n=t.fontEmbedCSS!=null?t.fontEmbedCSS:t.skipFonts?null:await i2(e,t);if(n){const r=document.createElement("style"),i=document.createTextNode(n);r.appendChild(i),e.firstChild?e.insertBefore(r,e.firstChild):e.appendChild(r)}}async function a2(e,t={}){const{width:n,height:r}=Cg(e,t),i=await _a(e,t,!0);return await s2(i,t),await Ng(i,t),t2(i,t),await OR(i,n,r)}async function Fg(e,t={}){const{width:n,height:r}=Cg(e,t),i=await a2(e,t),s=await Sa(i),a=document.createElement("canvas"),o=a.getContext("2d"),l=t.pixelRatio||SR(),c=t.canvasWidth||n,u=t.canvasHeight||r;return a.width=c*l,a.height=u*l,t.skipAutoScale||_R(a),a.style.width=`${c}`,a.style.height=`${u}`,t.backgroundColor&&(o.fillStyle=t.backgroundColor,o.fillRect(0,0,a.width,a.height)),o.drawImage(s,0,0,a.width,a.height),a}async function o2(e,t={}){return(await Fg(e,t)).toDataURL()}async function l2(e,t={}){return(await Fg(e,t)).toDataURL("image/jpeg",t.quality||1)}class an{constructor(t,n){this.model=t,this.services=n,this.init()}init(){}update(){}setModel(t){this.model=t}setServices(t){this.services=t}}const c2="DONT_STYLE_ME_css_styles_verifier";class C extends an{constructor(t,n){super(t,n),this.chartID=""}static getHTMLElementSize(t){return{width:t.clientWidth,height:t.clientHeight}}static getSVGElementSize(t,n={useAttrs:!1,useClientDimensions:!1,useBBox:!1,useBoundingRect:!1}){t.attr||(t=A(t));const r={width:0,height:0},i=h=>{h&&Object.keys(r).forEach(f=>{if(h[f]){const p=h[f],g=parseFloat(p);p&&g>r[f]&&(""+p).indexOf("%")===-1&&(r[f]=g)}})},s={width:t.attr("width"),height:t.attr("height")},a=t.node();let o,l,c,u;try{typeof a.getBBox=="function"&&(o=a.getBBox(),l={width:o.width,height:o.height})}catch(h){console.error(h)}try{typeof(a==null?void 0:a.getBoundingClientRect)=="function"&&(c=a.getBoundingClientRect(),u={width:c.width,height:c.height})}catch(h){console.error(h)}let d;if(a instanceof SVGSVGElement&&(d={width:a.clientWidth,height:a.clientHeight}),n){if(n.useAttrs&&(i(s),r.width>0&&r.height>0))return r;if(n.useClientDimensions&&(i(d),r.width>0&&r.height>0))return d;if(n.useBBox&&(i(l),r.width>0&&r.height>0))return l;if(n.useBoundingRect&&(i(u),r.width>0&&r.height>0))return u}try{const h={width:x(t.node(),"width","baseVal","value"),height:x(t.node(),"height","baseVal","value")};i(h)}catch{i(d),i(l),i(s)}return r}static appendOrSelect(t,n){const r=t.select(`${n}`);if(r.empty()){let i=n.split("#"),s,a;return i.length===2?(s=i[0],i=i[1].split("."),a=i[0]):(i=n.split("."),s=i[0]),t.append(s).attr("id",a).attr("class",i.slice(1).join(" "))}return r}init(){this.styleHolderElement(),this.initializeID(),this.addMainContainer(),this.model.getOptions().resizable&&this.addResizeListener(),this.addHolderListeners(),this.handleFullscreenChange()}getChartID(){return this.chartID}generateElementIDString(t){return`chart-${this.chartID}-${t}`}initializeID(){this.chartID=Math.floor((1+Math.random())*281474976710656).toString(16)}addMainContainer(){const t=this.model.getOptions(),n=x(t,"style","prefix"),r=A(this.getHolder()).append("div").classed(`${te}--${n}--chart-wrapper`,!0).attr("id",`chart-${this.getChartID()}`).style("height","100%").style("width","100%");r.append("g").attr("class",c2),this.mainContainer=r.node()}update(){this.styleHolderElement()}styleHolderElement(){const t=this.getHolder(),{width:n,height:r,theme:i}=this.model.getOptions();n!==this.width&&(t.style.width=n,this.width=n),r!==this.height&&(t.style.height=r,this.height=r),A(this.getHolder()).classed(`${te}--chart-holder`,!0).attr("data-carbon-theme",i)}getHolder(){return this.model.get("holder")}exportToJPG(){const t=this,n=this.model.getOptions(),r=this.getHolder(),i=A(r);i.classed("filled",!0),l2(this.getMainContainer(),{quality:1,filter:s=>!(s.classList&&s.classList.contains("cds--cc--toolbar"))}).then(function(s){var l;let a="myChart";const o=x(n,"fileDownload","fileName");typeof o=="function"?a=o("jpg"):typeof o=="string"&&(a=o),(l=t.services.files)==null||l.downloadImage(s,`${a}.jpg`),i.classed("filled",!1)})}exportToPNG(){const t=this,n=this.model.getOptions(),r=this.getHolder(),i=A(r);i.classed("filled",!0),o2(this.getMainContainer(),{quality:1,filter:s=>!(s.classList&&s.classList.contains("cds--cc--toolbar"))}).then(function(s){var l;let a="myChart";const o=x(n,"fileDownload","fileName");typeof o=="function"?a=o("png"):typeof o=="string"&&(a=o),(l=t.services.files)==null||l.downloadImage(s,`${a}.png`),i.classed("filled",!1)}).catch(function(s){console.error("oops, something went wrong!",s)})}toggleFullscreen(){const t=this.getHolder();A(t).classed("fullscreen")&&(document.fullscreenElement||document.webkitFullscreenElement||document.mozFullScreenElement||document.msFullscreenElement)?document.exitFullscreen?document.exitFullscreen():document.webkitExitFullscreen?document.webkitExitFullscreen():document.mozCancelFullScreen?document.mozCancelFullScreen():document.msExitFullscreen&&document.msExitFullscreen():t.requestFullscreen?t.requestFullscreen():t.webkitRequestFullscreen?t.webkitRequestFullscreen():t.mozRequestFullScreen?t.mozRequestFullScreen():t.msRequestFullscreen&&t.msRequestFullscreen()}handleFullscreenChange(){document.addEventListener("fullscreenchange",()=>{const t=A(this.getHolder()),n=t.classed("fullscreen");t.classed("fullscreen",!n)})}setSVGMaxHeight(){if(!this.model.getOptions().height){const{height:t}=C.getSVGElementSize(A(this.mainContainer),{useBBox:!0}),n=A(this.mainContainer).attr("class"),r=A(this.mainContainer).selectAll(`.${n} > svg`);let i=0;r.nodes().forEach(function(s){i+=Number(C.getSVGElementSize(A(s),{useBBox:!0}).height)}),i<=t?A(this.mainContainer).attr("height",i):A(this.mainContainer).attr("height","100%")}}getMainContainer(){return this.mainContainer}addHolderListeners(){const t=this.getHolder();t&&A(t).on("mouseover",()=>{var n;(n=this.services.events)==null||n.dispatchEvent(w.Chart.MOUSEOVER)}).on("mouseout",()=>{var n;(n=this.services.events)==null||n.dispatchEvent(w.Chart.MOUSEOUT)})}addResizeListener(){const t=this.getHolder();if(!t)return;let n=t.clientWidth,r=t.clientHeight;const i=da(()=>{var a;t&&(Math.abs(n-t.clientWidth)>1||Math.abs(r-t.clientHeight)>1)&&(n=t.clientWidth,r=t.clientHeight,(a=this.services.events)==null||a.dispatchEvent(w.Chart.RESIZE))},12.5);new ResizeObserver(i).observe(t)}}class ot{constructor(t,n,r){if(this.type="",this.renderType=Z.HTML,this.id="",this.parent=void 0,this.configs={},this.model=t,this.services=n,r&&(this.configs=r,this.configs.id)){const i=x(this.model.getOptions(),"style","prefix");this.id=`${i}--${this.configs.id}`}this.parent||this.setParent(A(this.services.domUtils.getMainContainer()))}init(){}render(t=!0){console.error("Error: Component did not provide the required render function.")}destroy(){}setModel(t){this.model=t}setServices(t){this.services=t}setParent(t){var r;const n=this.parent;if(this.parent=t,!(n&&n.node()===t.node())&&this.type){const i=x(this.model.getOptions(),"style","prefix");(r=this.parent)==null||r.classed(`${te}--${i}--${this.type}`,!0),n&&n.classed(`${te}--${i}--${this.type}`,!1)}}getParent(){return this.parent}getComponentContainer(t={withinChartClip:!1}){if(this.type){const n=x(this.model.getOptions(),"style","prefix"),r=this.id?`#${this.id}`:"",i=C.appendOrSelect(this.parent,`${this.renderType===Z.SVG?"svg":"div"}${r}.${te}--${n}--${this.type}`);if(t.withinChartClip){const s=this.model.get("chartClipId");if(s){const o=A(`#${s}`).select("rect");o.size()!==0&&parseFloat(o.attr("height"))>0&&i.attr("clip-path",`url(#${s})`)}}return i.attr("width","100%").attr("height","100%")}return this.parent}getOptions(){return this.configs.options?tt({},this.model.getOptions(),this.configs.options):this.model.getOptions()}}const Ba=class Ba extends ot{constructor(){super(...arguments),this.type="toolbar",this.renderType=Z.HTML}init(){const t=()=>this.updateOverflowMenu(!1);this.services.events.addEventListener(w.Toolbar.SHOW_OVERFLOW_MENU,()=>{this.renderOverflowMenu(),document.body.addEventListener("click",t)}),this.services.events.addEventListener(w.Toolbar.HIDE_OVERFLOW_MENU,()=>{document.body.removeEventListener("click",t)})}render(t=!0){const n=this.getComponentContainer().attr("role","toolbar").attr("aria-label",`chart-${this.services.domUtils.getChartID()} toolbar`);if(x(this.getOptions(),"data","loading"))n.html(""),this.overflowMenu=null;else{this.overflowMenu||(this.overflowMenu=n.append("div").attr("class","cds--overflow-menu-options cds--overflow-menu--flip cds--overflow-menu-options cds--overflow-menu--flip").attr("tabindex",-1).html("<ul role='menu'></ul>"));const{buttonList:i,overflowMenuItemList:s}=this.getControlConfigs();s&&i.push(this.getOverflowButtonConfig());const a=n.selectAll("div.toolbar-control").data(i,c=>c.id);a.exit().remove();const o=a.enter().append("div").attr("class","toolbar-control cds--overflow-menu cds--overflow-menu"),l=this;o.merge(a).classed("disabled",c=>c.shouldBeDisabled()).attr("aria-disabled",c=>c.shouldBeDisabled()).attr("aria-label",c=>c.title).html(c=>`
4
- <button
5
- class="cds--overflow-menu__trigger cds--overflow-menu__trigger"
6
- aria-haspopup="true" aria-expanded="false" id="${this.services.domUtils.generateElementIDString(`control-${c.id}`)}" aria-label="${c.title}">
7
- <svg focusable="false" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" class="cds--overflow-menu__icon cds--overflow-menu__icon" viewBox="0 0 32 32" aria-hidden="true">
8
- ${c.iconSVG.content}
9
- </svg>
10
- </button>`).each(function(c,u){A(this).select("svg").style("will-change","transform").style("width",c.iconSVG.width!==void 0?c.iconSVG.width:"20px").style("height",c.iconSVG.height!==void 0?c.iconSVG.height:"20px"),A(this).select("button").on("click",d=>{c.shouldBeDisabled()||l.triggerFunctionAndEvent(c,d,this)}).on("keydown",d=>{d.key&&d.key==="Enter"||d.key===" "?(d.preventDefault(),l.triggerFunctionAndEvent(c,d,this)):d.key&&d.key==="ArrowLeft"?l.focusOnPreviousEnabledToolbarItem(u):d.key&&d.key==="ArrowRight"&&l.focusOnNextEnabledToolbarItem(u)})}),this.overflowButton=this.getComponentContainer().select(`button.cds--overflow-menu__trigger#${this.services.domUtils.generateElementIDString("control-toolbar-overflow-menu")}`)}}renderOverflowMenu(){const{overflowMenuItemList:t}=this.getControlConfigs(),n=this.overflowMenu.select("ul").selectAll("li.cds--overflow-menu-options__option").data(t,i=>x(i,"id"));n.exit().remove();const r=n.enter().append("li").attr("id",i=>this.services.domUtils.generateElementIDString(`control-${i.id}`)).attr("class","cds--overflow-menu-options__option cds--overflow-menu-options__option").attr("role","menuitem").attr("tabindex",1);r.append("button").attr("class","cds--overflow-menu-options__btn cds--overflow-menu-options__btn"),r.merge(n).classed("cds--overflow-menu-options__option--disabled",i=>i.shouldBeDisabled()).classed("cds--overflow-menu-options__option--disabled",i=>i.shouldBeDisabled()).attr("aria-disabled",i=>i.shouldBeDisabled()).selectAll("button").text(i=>i.text)}isOverflowMenuOpen(){return this.overflowMenu.classed("is-open")}updateOverflowMenu(t){this.overflowMenu&&(this.overflowMenu.classed("is-open",t),this.overflowButton&&(this.overflowButton.attr("aria-expanded",t),A(this.overflowButton.node().parentNode).classed("cds--overflow-menu--open",t).classed("cds--overflow-menu--open",t)),t?this.services.events.dispatchEvent(w.Toolbar.SHOW_OVERFLOW_MENU):this.services.events.dispatchEvent(w.Toolbar.HIDE_OVERFLOW_MENU))}focusOnPreviousEnabledToolbarItem(t){const n=this.getToolbarButtonItems();let r=n.length;for(let i=t-1;i>=0;i--)if(!n[i].shouldBeDisabled()){r=i;break}if(r<n.length){const i=A(`button#${this.services.domUtils.generateElementIDString(`control-${n[r].id}`)}`).node();"focus"in i&&i.focus()}}focusOnNextEnabledToolbarItem(t){const n=this.getToolbarButtonItems();let r=-1;for(let i=t+1;i<n.length;i++)if(!n[i].shouldBeDisabled()){r=i;break}if(r>-1){const i=A(`button#${this.services.domUtils.generateElementIDString(`control-${n[r].id}`)}`).node();"focus"in i&&i.focus()}}focusOnPreviousEnabledMenuItem(t){const n=this.getOverflowMenuItems();let r=n.length;for(let i=t-1;i>=0;i--)if(!n[i].shouldBeDisabled()){r=i;break}if(r<n.length){const i=A(`#${this.services.domUtils.generateElementIDString(`control-${n[r].id}`)} button`).node();"focus"in i&&i.focus()}}focusOnNextEnabledMenuItem(t){const n=this.getOverflowMenuItems();let r=-1;for(let i=t+1;i<n.length;i++)if(!n[i].shouldBeDisabled()){r=i;break}if(r>-1){const i=A(`#${this.services.domUtils.generateElementIDString(`control-${n[r].id}`)} button`).node();"focus"in i&&i.focus()}}toggleOverflowMenu(t){if(this.isOverflowMenuOpen())this.updateOverflowMenu(!1);else{this.updateOverflowMenu(!0);const n=this;this.getOverflowMenuItems().forEach((i,s)=>{const a=A(`#${this.services.domUtils.generateElementIDString(`control-${i.id}`)}`);a!==null&&(a.on("click",()=>{n.triggerFunctionAndEvent(i,t,a.node()),n.updateOverflowMenu(!1)}),a.on("keydown",o=>{o&&o.key==="Enter"?n.triggerFunctionAndEvent(i,t,a.node()):o&&o.key==="ArrowUp"?n.focusOnPreviousEnabledMenuItem(s):o&&o.key==="ArrowDown"?n.focusOnNextEnabledMenuItem(s):o&&o.key==="Escape"&&n.updateOverflowMenu(!1),o.preventDefault()}))}),n.focusOnNextEnabledMenuItem(-1)}t&&t.stopImmediatePropagation()}triggerFunctionAndEvent(t,n,r){typeof t.shouldBeDisabled=="function"&&t.shouldBeDisabled()||(typeof t.clickFunction=="function"&&t.clickFunction(n),this.services.events.dispatchEvent(w.Toolbar.BUTTON_CLICK,{control:t,event:n,element:r}))}getControlConfigs(){const t=x(this.getOptions(),"toolbar","numberOfIcons")-1,n=x(this.getOptions(),"toolbar","controls"),r=[],i=[],s=[];return n.forEach(a=>{let o=null;a.type===Tt.CUSTOM?(x(a,"id")===null&&(a.id=`toolbar-button-${Ba.buttonID++}`),x(a,"shouldBeDisabled")===null&&(a.shouldBeDisabled=()=>!1),o=a):o=this.getControlConfigByType(a.type),o&&(o.text=a.text?a.text:a.type,o.id.indexOf("toolbar-export")!==-1?r.push(o):i.length<t?x(o,"iconSVG","content")===null?s.push(o):i.push(o):s.push(o))}),s.push(...r),s.length?{buttonList:i,overflowMenuItemList:s}:{buttonList:i}}getToolbarButtonItems(){const{buttonList:t,overflowMenuItemList:n}=this.getControlConfigs();return n&&t.push(this.getOverflowButtonConfig()),t||[]}getOverflowMenuItems(){const{overflowMenuItemList:t}=this.getControlConfigs();return t||[]}getOverflowButtonConfig(){return{id:"toolbar-overflow-menu",title:"More options",shouldBeDisabled:()=>!1,iconSVG:{content:`<circle cx="16" cy="8" r="2"></circle>
11
- <circle cx="16" cy="16" r="2"></circle>
12
- <circle cx="16" cy="24" r="2"></circle>`},clickFunction:t=>this.toggleOverflowMenu(t)}}getControlConfigByType(t){const n=this.services.zoom&&this.services.zoom.isZoomBarEnabled()&&!this.services.zoom.isEmptyState(),r=this.model.getDisplayData();let i;switch(t){case Tt.ZOOM_IN:n&&(i={id:"toolbar-zoomIn",title:"Zoom in",shouldBeDisabled:()=>this.services.zoom.isMinZoomDomain(),iconSVG:{content:this.getControlIconByType(t)},clickFunction:()=>this.services.zoom.zoomIn()});break;case Tt.ZOOM_OUT:n&&(i={id:"toolbar-zoomOut",title:"Zoom out",shouldBeDisabled:()=>this.services.zoom.isMaxZoomDomain(),iconSVG:{content:this.getControlIconByType(t)},clickFunction:()=>this.services.zoom.zoomOut()});break;case Tt.RESET_ZOOM:n&&(i={id:"toolbar-resetZoom",title:"Reset zoom",shouldBeDisabled:()=>this.services.zoom.isMaxZoomDomain(),iconSVG:{content:this.getControlIconByType(t)},clickFunction:()=>this.services.zoom.resetZoomDomain()});break;case Tt.MAKE_FULLSCREEN:i={id:"toolbar-makefullscreen",iconSVG:{content:this.getControlIconByType(t),width:"15px",height:"15px"},title:"Make fullscreen",shouldBeDisabled:()=>!1,clickFunction:()=>{this.services.domUtils.toggleFullscreen()}};break;case Tt.SHOW_AS_DATATABLE:i={id:"toolbar-showasdatatable",iconSVG:{content:this.getControlIconByType(t)},title:"Show as table",shouldBeDisabled:()=>r.length===0,clickFunction:()=>this.services.events.dispatchEvent(w.Modal.SHOW)};break;case Tt.EXPORT_CSV:i={id:"toolbar-export-CSV",title:"Export as CSV",shouldBeDisabled:()=>!1,iconSVG:{content:this.getControlIconByType(t)},clickFunction:()=>this.model.exportToCSV()};break;case Tt.EXPORT_PNG:i={id:"toolbar-export-PNG",title:"Export as PNG",shouldBeDisabled:()=>!1,iconSVG:{content:this.getControlIconByType(t)},clickFunction:()=>this.services.domUtils.exportToPNG()};break;case Tt.EXPORT_JPG:i={id:"toolbar-export-JPG",title:"Export as JPG",shouldBeDisabled:()=>!1,iconSVG:{content:this.getControlIconByType(t)},clickFunction:()=>this.services.domUtils.exportToJPG()};break;default:throw Error("Not supported toolbar control type: "+t)}return i}getControlIconByType(t){switch(t){case Tt.ZOOM_IN:return`<polygon points="19 13 15 13 15 9 13 9 13 13 9 13 9 15 13 15 13 19 15 19 15 15 19 15 19 13"/>
13
- <path d="M22.45,21A10.87,10.87,0,0,0,25,14,11,11,0,1,0,14,25a10.87,10.87,0,0,0,7-2.55L28.59,30,30,28.59ZM14,23a9,9,0,1,1,9-9A9,9,0,0,1,14,23Z"/>`;case Tt.ZOOM_OUT:return`<rect x="9" y="13" width="10" height="2"/>
14
- <path d="M22.45,21A10.87,10.87,0,0,0,25,14,11,11,0,1,0,14,25a10.87,10.87,0,0,0,7-2.55L28.59,30,30,28.59ZM14,23a9,9,0,1,1,9-9A9,9,0,0,1,14,23Z"/>`;case Tt.RESET_ZOOM:return'<path d="M22.4478,21A10.855,10.855,0,0,0,25,14,10.99,10.99,0,0,0,6,6.4658V2H4v8h8V8H7.332a8.9768,8.9768,0,1,1-2.1,8H3.1912A11.0118,11.0118,0,0,0,14,25a10.855,10.855,0,0,0,7-2.5522L28.5859,30,30,28.5859Z"/>';case Tt.MAKE_FULLSCREEN:return'<polygon points="21 2 21 4 26.59 4 17 13.58 18.41 15 28 5.41 28 11 30 11 30 2 21 2"/><polygon points="15 18.42 13.59 17 4 26.59 4 21 2 21 2 30 11 30 11 28 5.41 28 15 18.42"/>';case Tt.SHOW_AS_DATATABLE:return'<rect x="4" y="6" width="18" height="2"/><rect x="4" y="12" width="18" height="2"/><rect x="4" y="18" width="18" height="2"/><rect x="4" y="24" width="18" height="2"/><rect x="26" y="6" width="2" height="2"/><rect x="26" y="12" width="2" height="2"/><rect x="26" y="18" width="2" height="2"/><rect x="26" y="24" width="2" height="2"/>';case Tt.EXPORT_CSV:return'<path d="M22.4478,21A10.855,10.855,0,0,0,25,14,10.99,10.99,0,0,0,6,6.4658V2H4v8h8V8H7.332a8.9768,8.9768,0,1,1-2.1,8H3.1912A11.0118,11.0118,0,0,0,14,25a10.855,10.855,0,0,0,7-2.5522L28.5859,30,30,28.5859Z"/>';case Tt.EXPORT_JPG:return'<path d="M22.4478,21A10.855,10.855,0,0,0,25,14,10.99,10.99,0,0,0,6,6.4658V2H4v8h8V8H7.332a8.9768,8.9768,0,1,1-2.1,8H3.1912A11.0118,11.0118,0,0,0,14,25a10.855,10.855,0,0,0,7-2.5522L28.5859,30,30,28.5859Z"/>';case Tt.EXPORT_PNG:return'<path d="M22.4478,21A10.855,10.855,0,0,0,25,14,10.99,10.99,0,0,0,6,6.4658V2H4v8h8V8H7.332a8.9768,8.9768,0,1,1-2.1,8H3.1912A11.0118,11.0118,0,0,0,14,25a10.855,10.855,0,0,0,7-2.5522L28.5859,30,30,28.5859Z"/>';default:throw Error("Not supported toolbar control type: "+t)}}};Ba.buttonID=0;let Cr=Ba;const Va=class Va extends ot{constructor(t,n,r,i){super(t,n,i),this.type="layout",this.configs=i,this.children=r,this._instanceID=Va.instanceID++,this.init()}init(){this.children.forEach(t=>{t.components.forEach(n=>{n.init()})})}getPreferedAndFixedSizeSum(){const t=this.parent;let n=0;return t.selectAll(`div.layout-child-${this._instanceID}`).filter(r=>{const i=x(r,"growth");return i===nt.PREFERRED||i===nt.FIXED}).each(function(r){n+=r.size}),n}getNumOfStretchChildren(){return this.parent.selectAll(`div.layout-child-${this._instanceID}`).filter(n=>x(n,"growth")===nt.STRETCH).size()}render(t=!0){const n=this.parent,{width:r,height:i}=C.getHTMLElementSize(n.node()),s=this.configs.direction===xt.ROW||this.configs.direction===xt.ROW_REVERSE,a=x(this.model.getOptions(),"style","prefix"),o=n.classed(`${te}--${a}--layout-row`,this.configs.direction===xt.ROW).classed(`${te}--${a}--layout-row-reverse`,this.configs.direction===xt.ROW_REVERSE).classed(`${te}--${a}--layout-column`,this.configs.direction===xt.COLUMN).classed(`${te}--${a}--layout-column-reverse`,this.configs.direction===xt.COLUMN_REVERSE).classed(`${te}--${a}--layout-alignitems-center`,this.configs.alignItems===Vn.CENTER).selectAll(`div.layout-child-${this._instanceID}`).data(this.children,u=>u.id);o.enter().append("div").merge(n.selectAll(`div.layout-child-${this._instanceID}`)).attr("class",u=>`layout-child layout-child-${this._instanceID} ${u.id}`).each(function(u){u.components.forEach(d=>{const h=A(this),p=x(u,"renderType")===Z.SVG;d.setParent(p?C.appendOrSelect(h,"svg.layout-svg-wrapper").attr("width","100%").attr("height","100%"):h);const g=x(u,"growth");(g===nt.PREFERRED||g===nt.FIXED)&&d.render(t)})}),n.selectAll(`div.layout-child-${this._instanceID}`).style("height",null).style("width",null).each(function(u){const d=x(u,"growth"),f=x(u,"renderType")===Z.SVG?C.getSVGElementSize(A(this).select("svg.layout-svg-wrapper"),{useBBox:!0}):C.getHTMLElementSize(this);if(d===nt.PREFERRED){const p=s?f.width:f.height,g=s?r:i;u.size=p/g*100}}),o.exit().remove(),this.children.filter(u=>x(u,"growth")===nt.STRETCH).forEach(u=>{u.size=(100-+this.getPreferedAndFixedSizeSum())/+this.getNumOfStretchChildren()});const c=n.selectAll(`div.layout-child-${this._instanceID}`).data(this.children,u=>u.id);s?c.style("width",u=>`${u.size/100*r}px`).style("height","100%"):c.style("height",u=>`${u.size/100*i}px`).style("width","100%"),c.each(function(u){u.components.forEach(d=>{x(u,"growth")===nt.STRETCH&&d.render(t)})})}setModel(t){super.setModel(t),this.children.forEach(n=>{n.components.forEach(r=>r.setModel(t))})}setServices(t){super.setServices(t),this.children.forEach(n=>{n.components.forEach(r=>r.setServices(t))})}destroy(){this.children.forEach(t=>{t.components.forEach(n=>n.destroy())})}};Va.instanceID=Math.floor(Math.random()*99999999999);let Xt=Va;class on extends ot{constructor(){super(...arguments),this.type="spacer"}render(t=!1){this.getComponentContainer().style("width",`${this.configs.size||eg.default.size}px`).style("height",`${this.configs.size||eg.default.size}px`).attr("opacity",0)}}var u2={prefix:"bx",selectorTabbable:`
15
- a[href], area[href], input:not([disabled]):not([tabindex='-1']),
16
- button:not([disabled]):not([tabindex='-1']),select:not([disabled]):not([tabindex='-1']),
17
- textarea:not([disabled]):not([tabindex='-1']),
18
- iframe, object, embed, *[tabindex]:not([tabindex='-1']), *[contenteditable=true]
19
- `,selectorFocusable:`
20
- a[href], area[href], input:not([disabled]),
21
- button:not([disabled]),select:not([disabled]),
22
- textarea:not([disabled]),
23
- iframe, object, embed, *[tabindex], *[contenteditable=true]
24
- `},Sc=u2;function Gg(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function h2(e,t,n){return t&&Gg(e.prototype,t),n&&Gg(e,n),Object.defineProperty(e,"prototype",{writable:!1}),e}function d2(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function f2(e){return v2(e)||m2(e)||g2(e)||p2()}function p2(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
25
- In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function g2(e,t){if(e){if(typeof e=="string")return _c(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if(n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set")return Array.from(e);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return _c(e,t)}}function m2(e){if(typeof Symbol<"u"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function v2(e){if(Array.isArray(e))return _c(e)}function _c(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function zg(e){return e.reduce(function(t,n){return Array.isArray(n)?t.push.apply(t,f2(zg(n))):t.push(n),t},[])}function y2(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return zg(t).reduce(function(r,i){return i(r)},function(){function r(){d2(this,r)}return h2(r)}())}function wc(e){"@babel/helpers - typeof";return wc=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},wc(e)}function x2(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Wg(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function b2(e,t,n){return t&&Wg(e.prototype,t),n&&Wg(e,n),Object.defineProperty(e,"prototype",{writable:!1}),e}function E2(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&Oc(e,t)}function Oc(e,t){return Oc=Object.setPrototypeOf||function(r,i){return r.__proto__=i,r},Oc(e,t)}function S2(e){var t=w2();return function(){var r=Oa(e),i;if(t){var s=Oa(this).constructor;i=Reflect.construct(r,arguments,s)}else i=r.apply(this,arguments);return _2(this,i)}}function _2(e,t){if(t&&(wc(t)==="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return Yg(e)}function Yg(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function w2(){if(typeof Reflect>"u"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch{return!1}}function Oa(e){return Oa=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Oa(e)}function O2(e){var t=function(n){E2(i,n);var r=S2(i);function i(s){var a,o=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};if(x2(this,i),a=r.call(this,s,o),a.children=[],!s||s.nodeType!==Node.ELEMENT_NODE)throw new TypeError("DOM element should be given to initialize this widget.");return a.element=s,a.options=Object.assign(Object.create(a.constructor.options),o),a.constructor.components.set(a.element,Yg(a)),a}return b2(i,[{key:"release",value:function(){for(var a=this.children.pop();a;a=this.children.pop())a.release();return this.constructor.components.delete(this.element),null}}],[{key:"create",value:function(a,o){return this.components.get(a)||new this(a,o)}}]),i}(e);return t}function Tc(e){"@babel/helpers - typeof";return Tc=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Tc(e)}function T2(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function qg(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function M2(e,t,n){return t&&qg(e.prototype,t),n&&qg(e,n),Object.defineProperty(e,"prototype",{writable:!1}),e}function Ta(){return typeof Reflect<"u"&&Reflect.get?Ta=Reflect.get:Ta=function(t,n,r){var i=C2(t,n);if(i){var s=Object.getOwnPropertyDescriptor(i,n);return s.get?s.get.call(arguments.length<3?t:r):s.value}},Ta.apply(this,arguments)}function C2(e,t){for(;!Object.prototype.hasOwnProperty.call(e,t)&&(e=Ar(e),e!==null););return e}function A2(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&Mc(e,t)}function Mc(e,t){return Mc=Object.setPrototypeOf||function(r,i){return r.__proto__=i,r},Mc(e,t)}function D2(e){var t=k2();return function(){var r=Ar(e),i;if(t){var s=Ar(this).constructor;i=Reflect.construct(r,arguments,s)}else i=r.apply(this,arguments);return L2(this,i)}}function L2(e,t){if(t&&(Tc(t)==="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return R2(e)}function R2(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function k2(){if(typeof Reflect>"u"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch{return!1}}function Ar(e){return Ar=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Ar(e)}function I2(e){var t=function(n){A2(i,n);var r=D2(i);function i(){var s;T2(this,i);for(var a=arguments.length,o=new Array(a),l=0;l<a;l++)o[l]=arguments[l];return s=r.call.apply(r,[this].concat(o)),s.handles=new Set,s}return M2(i,[{key:"manage",value:function(a){return this.handles.add(a),a}},{key:"unmanage",value:function(a){return this.handles.delete(a),a}},{key:"release",value:function(){var a=this;return this.handles.forEach(function(o){o.release(),a.handles.delete(o)}),Ta(Ar(i.prototype),"release",this).call(this)}}]),i}(e);return t}function Vi(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];return e.addEventListener.apply(e,n),{release:function(){return e.removeEventListener.apply(e,n),null}}}function Cc(e){"@babel/helpers - typeof";return Cc=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Cc(e)}function P2(e){return V2(e)||B2(e)||N2(e)||$2()}function $2(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
26
- In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function N2(e,t){if(e){if(typeof e=="string")return Ac(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if(n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set")return Array.from(e);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Ac(e,t)}}function B2(e){if(typeof Symbol<"u"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function V2(e){if(Array.isArray(e))return Ac(e)}function Ac(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function U2(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Xg(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function H2(e,t,n){return t&&Xg(e.prototype,t),n&&Xg(e,n),Object.defineProperty(e,"prototype",{writable:!1}),e}function F2(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&Dc(e,t)}function Dc(e,t){return Dc=Object.setPrototypeOf||function(r,i){return r.__proto__=i,r},Dc(e,t)}function G2(e){var t=Y2();return function(){var r=Ma(e),i;if(t){var s=Ma(this).constructor;i=Reflect.construct(r,arguments,s)}else i=r.apply(this,arguments);return z2(this,i)}}function z2(e,t){if(t&&(Cc(t)==="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return W2(e)}function W2(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Y2(){if(typeof Reflect>"u"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch{return!1}}function Ma(e){return Ma=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Ma(e)}function q2(e){var t=function(n){F2(i,n);var r=G2(i);function i(){return U2(this,i),r.apply(this,arguments)}return H2(i,[{key:"_changeState",value:function(){throw new Error("_changeState() should be overridden to perform actual change in state.")}},{key:"changeState",value:function(){for(var a=this,o=arguments.length,l=new Array(o),c=0;c<o;c++)l[c]=arguments[c];var u=typeof l[0]=="string"?l.shift():void 0,d=Object(l[0])===l[0]&&typeof l[0]!="function"?l.shift():void 0,h=typeof l[0]=="function"?l.shift():void 0;if(typeof this.shouldStateBeChanged=="function"&&!this.shouldStateBeChanged(u,d)){h&&h(null,!0);return}var f={group:d&&d.group,state:u},p=[f.group,u].filter(Boolean).join("-").split("-").map(function(S){return S[0].toUpperCase()+S.substr(1)}).join(""),g=new CustomEvent(this.options["eventBefore".concat(p)],{bubbles:!0,cancelable:!0,detail:d}),v=d&&d.delegatorNode||this.element,m=!v.dispatchEvent(g);if(m){if(h){var y=new Error("Changing state (".concat(JSON.stringify(f),") has been canceled."));y.canceled=!0,h(y)}}else{var b=[u,d].filter(Boolean);this._changeState.apply(this,P2(b).concat([function(){v.dispatchEvent(new CustomEvent(a.options["eventAfter".concat(p)],{bubbles:!0,cancelable:!0,detail:d})),h&&h()}]))}}}]),i}(e);return t}function Lc(e,t){var n=e.target,r=e.currentTarget;if(typeof n.matches=="function"){if(n.matches(t))return n;if(n.matches("".concat(t," *"))){var i=n.closest(t);if((r.nodeType===Node.DOCUMENT_NODE?r.documentElement:r).contains(i))return i}}}function jg(e){if(!e||typeof e=="function")return{launchingElement:null,launchingEvent:null};var t=e.delegateTarget||e.currentTarget||e,n=e.currentTarget&&e;if(t&&!t.nodeType)throw new TypeError("DOM Node should be given for launching element.");if(n&&!n.type)throw new TypeError("DOM event should be given for launching event.");return{launchingElement:t,launchingEvent:n}}function Rc(e){"@babel/helpers - typeof";return Rc=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Rc(e)}function X2(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Zg(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function j2(e,t,n){return t&&Zg(e.prototype,t),n&&Zg(e,n),Object.defineProperty(e,"prototype",{writable:!1}),e}function Z2(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&kc(e,t)}function kc(e,t){return kc=Object.setPrototypeOf||function(r,i){return r.__proto__=i,r},kc(e,t)}function K2(e){var t=tk();return function(){var r=Ca(e),i;if(t){var s=Ca(this).constructor;i=Reflect.construct(r,arguments,s)}else i=r.apply(this,arguments);return Q2(this,i)}}function Q2(e,t){if(t&&(Rc(t)==="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return J2(e)}function J2(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function tk(){if(typeof Reflect>"u"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch{return!1}}function Ca(e){return Ca=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Ca(e)}function ek(e){var t=function(n){Z2(i,n);var r=K2(i);function i(){return X2(this,i),r.apply(this,arguments)}return j2(i,[{key:"show",value:function(a,o){(!a||typeof a=="function")&&(o=a),this.changeState("shown",jg(a),o)}},{key:"hide",value:function(a,o){(!a||typeof a=="function")&&(o=a),this.changeState("hidden",jg(a),o)}}]),i}(e);return t}var nk=[q2,ek];const rk=nk;function ik(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function sk(e){if(e.__esModule)return e;var t=e.default;if(typeof t=="function"){var n=function r(){return this instanceof r?Reflect.construct(t,arguments,this.constructor):t.apply(this,arguments)};n.prototype=t.prototype}else n={};return Object.defineProperty(n,"__esModule",{value:!0}),Object.keys(e).forEach(function(r){var i=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(n,r,i.get?i:{enumerable:!0,get:function(){return e[r]}})}),n}function Ic(e){"@babel/helpers - typeof";return Ic=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Ic(e)}function ak(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Kg(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function ok(e,t,n){return t&&Kg(e.prototype,t),n&&Kg(e,n),Object.defineProperty(e,"prototype",{writable:!1}),e}function lk(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&Pc(e,t)}function Pc(e,t){return Pc=Object.setPrototypeOf||function(r,i){return r.__proto__=i,r},Pc(e,t)}function ck(e){var t=dk();return function(){var r=Aa(e),i;if(t){var s=Aa(this).constructor;i=Reflect.construct(r,arguments,s)}else i=r.apply(this,arguments);return uk(this,i)}}function uk(e,t){if(t&&(Ic(t)==="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return hk(e)}function hk(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function dk(){if(typeof Reflect>"u"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch{return!1}}function Aa(e){return Aa=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Aa(e)}function fk(e){var t=function(n){lk(i,n);var r=ck(i);function i(){return ak(this,i),r.apply(this,arguments)}return ok(i,null,[{key:"init",value:function(){var a=this,o=arguments.length>0&&arguments[0]!==void 0?arguments[0]:document,l=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},c=Object.assign(Object.create(this.options),l);if(!o||o.nodeType!==Node.ELEMENT_NODE&&o.nodeType!==Node.DOCUMENT_NODE)throw new TypeError("DOM document or DOM element should be given to search for and initialize this widget.");if(o.nodeType===Node.ELEMENT_NODE&&o.matches(c.selectorInit))this.create(o,l);else{var u=c.initEventNames.map(function(d){return Vi(o,d,function(h){var f=Lc(h,"[".concat(c.attribInitTarget,"]"));if(f){h.delegateTarget=f;var p=f.ownerDocument.querySelectorAll(f.getAttribute(c.attribInitTarget));if(p.length>1)throw new Error("Target widget must be unique.");if(p.length===1){f.tagName==="A"&&h.preventDefault();var g=a.create(p[0],l);typeof g.createdByLauncher=="function"&&g.createdByLauncher(h)}}})});return{release:function(){for(var h=u.pop();h;h=u.pop())h.release()}}}return""}}]),i.forLazyInit=!0,i}(e);return t}function $c(e){"@babel/helpers - typeof";return $c=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},$c(e)}function pk(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Qg(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function gk(e,t,n){return t&&Qg(e.prototype,t),n&&Qg(e,n),Object.defineProperty(e,"prototype",{writable:!1}),e}function mk(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&Nc(e,t)}function Nc(e,t){return Nc=Object.setPrototypeOf||function(r,i){return r.__proto__=i,r},Nc(e,t)}function vk(e){var t=bk();return function(){var r=Da(e),i;if(t){var s=Da(this).constructor;i=Reflect.construct(r,arguments,s)}else i=r.apply(this,arguments);return yk(this,i)}}function yk(e,t){if(t&&($c(t)==="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return xk(e)}function xk(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function bk(){if(typeof Reflect>"u"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch{return!1}}function Da(e){return Da=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Da(e)}var Ek=function(e){mk(n,e);var t=vk(n);function n(r,i){var s;return pk(this,n),s=t.call(this,r,i),s._handleFocusinListener=void 0,s._handleKeydownListener=void 0,s._handleFocusin=function(a){var o=s.element.querySelector(s.options.selectorModalContainer)||s.element;s.element.classList.contains(s.options.classVisible)&&!o.contains(a.target)&&s.options.selectorsFloatingMenus.every(function(l){return!Lc(a,l)})&&s.element.querySelector(Sc.selectorTabbable).focus()},s._hookCloseActions(),s}return gk(n,[{key:"createdByLauncher",value:function(i){this.show(i)}},{key:"shouldStateBeChanged",value:function(i){return i==="shown"?!this.element.classList.contains(this.options.classVisible):this.element.classList.contains(this.options.classVisible)}},{key:"_changeState",value:function(i,s,a){var o=this,l,c=function(){if(l&&(l=o.unmanage(l).release()),i==="shown"&&o.element.offsetWidth>0&&o.element.offsetHeight>0){o.previouslyFocusedNode=o.element.ownerDocument.activeElement;var f=o.element.querySelector(o.options.selectorPrimaryFocus)||o.element.querySelector(Sc.selectorTabbable);f.focus()}a()};if(this._handleFocusinListener&&(this._handleFocusinListener=this.unmanage(this._handleFocusinListener).release()),i==="shown"){var u="onfocusin"in this.element.ownerDocument.defaultView,d=u?"focusin":"focus";this._handleFocusinListener=this.manage(Vi(this.element.ownerDocument,d,this._handleFocusin,!u))}i==="hidden"?(this.element.classList.toggle(this.options.classVisible,!1),this.element.ownerDocument.body.classList.toggle(this.options.classBody,!1),(this.options.selectorFocusOnClose||this.previouslyFocusedNode)&&(this.element.ownerDocument.querySelector(this.options.selectorFocusOnClose)||this.previouslyFocusedNode).focus()):i==="shown"&&(this.element.classList.toggle(this.options.classVisible,!0),this.element.ownerDocument.body.classList.toggle(this.options.classBody,!0)),l=this.manage(Vi(this.element,"transitionend",c))}},{key:"_hookCloseActions",value:function(){var i=this;this.manage(Vi(this.element,"click",function(s){var a=Lc(s,i.options.selectorModalClose);a&&(s.delegateTarget=a),(a||s.target===i.element)&&i.hide(s)})),this._handleKeydownListener&&(this._handleKeydownListener=this.unmanage(this._handleKeydownListener).release()),this._handleKeydownListener=this.manage(Vi(this.element.ownerDocument.body,"keydown",function(s){s.which===27&&i.shouldStateBeChanged("hidden")&&(s.stopPropagation(),i.hide(s))}))}}],[{key:"options",get:function(){var i=Sc.prefix;return{selectorInit:"[data-modal]",selectorModalClose:"[data-modal-close]",selectorPrimaryFocus:"[data-modal-primary-focus]",selectorsFloatingMenus:[".".concat(i,"--overflow-menu-options"),".".concat(i,"--tooltip"),".flatpickr-calendar"],selectorModalContainer:".".concat(i,"--modal-container"),classVisible:"is-visible",classBody:"".concat(i,"--body--with-modal-open"),attribInitTarget:"data-modal-target",initEventNames:["click"],eventBeforeShown:"modal-beingshown",eventAfterShown:"modal-shown",eventBeforeHidden:"modal-beinghidden",eventAfterHidden:"modal-hidden"}}}]),n.components=new WeakMap,n}(y2(O2,fk,rk,I2));const Sk=Ek;class La extends ot{constructor(t,n,r){super(t,n,r),this.type="modal",this.isEventListenerAdded=!1,this.handleShowModal=()=>{this.modal.attr("data-modal",!0).attr("class","cds--modal").attr("role","dialog").attr("aria-modal",!0).attr("aria-labelledby","modal-title").attr("aria-describedby","modal-description").attr("tabindex",-1),this.modal.html(this.getModalHTML()),this.modal.select("div.cds--modal-footer button.cds--btn").on("click",()=>this.model.exportToCSV()),Sk.create(this.modal.node()).show(),document.addEventListener("modal-hidden",this.handleHideModal)},this.handleHideModal=()=>{this.modal.attr("role",null).attr("aria-modal",null).attr("aria-labelledby",null).attr("aria-describedby",null).attr("tabindex",null),document.removeEventListener("modal-hidden",this.handleHideModal)},this.init()}addEventListeners(){this.services.events.addEventListener(w.Modal.SHOW,this.handleShowModal)}removeEventListeners(){this.services.events.removeEventListener(w.Modal.SHOW,this.handleShowModal)}getModalHTML(){const t=this.model.getOptions(),n=x(t,"style","prefix"),r=this.model.getTabularDataArray();return`
27
- <div class="cds--modal-container cds--modal-container">
28
- <div class="cds--modal-header cds--modal-header">
29
- <p class="cds--modal-header__label cds--type-delta cds--modal-header__label cds--type-delta" id="modal-title">Tabular representation</p>
30
-
31
- <p class="cds--modal-header__heading cds--type-beta cds--modal-header__heading cds--type-beta" id="modal-description">${t.title}</p>
32
-
33
- <button class="cds--modal-close cds--modal-close" type="button" data-modal-close aria-label="close modal" data-modal-primary-focus>
34
- <svg focusable="false" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" fill="currentColor" aria-label="Close" width="20" height="20" viewBox="0 0 32 32" role="img" class="cds--modal-close__icon cds--modal-close__icon">
35
- <path d="M24 9.4L22.6 8 16 14.6 9.4 8 8 9.4 14.6 16 8 22.6 9.4 24 16 17.4 22.6 24 24 22.6 17.4 16 24 9.4z"></path>
36
- </svg>
37
- </button>
38
- </div>
39
-
40
- <div class="cds--modal-content cds--modal-content">
41
- <table class="cds--data-table cds--data-table--no-border cds--data-table cds--data-table--no-border">
42
- <thead>
43
- <tr>
44
- ${Et(r,0).map(i=>`<th scope="col">
45
- <div class="cds--table-header-label cds--table-header-label">${i}</div>
46
- </th>`).join("")}
47
- </tr>
48
- </thead>
49
-
50
- <tbody>${r.slice(1).map(i=>`
51
- <tr>
52
- ${i.map(s=>`<td>${s}</td>`).join("")}
53
- </tr>`).join("")}
54
- </tbody>
55
- </table>
56
- </div>
57
-
58
- <div class="cds--modal-footer cds--modal-footer">
59
- <div class="${te}--${n}-modal-footer-spacer"></div>
60
- <button class="cds--btn cds--btn--primary cds--btn cds--btn--primary" type="button" data-modal-primary-focus>Download as CSV</button>
61
- </div>
62
- </div>`}render(t=!1){const n=this.model.getOptions();if(!this.isEventListenerAdded){const r=A(this.services.domUtils.getHolder()),i=x(n,"style","prefix");this.modal=C.appendOrSelect(r,`div.${te}--${i}--modal`),this.addEventListeners(),this.isEventListenerAdded=!0}}destroy(){this.removeEventListeners(),this.isEventListenerAdded=!1}}class Ui extends ot{constructor(){super(...arguments),this.type="title",this.renderType=Z.HTML}render(t=!1){const n=this.getComponentContainer(),r=x(this.getOptions(),"title"),i=n.selectAll("p.title").data([r]);if(i.enter().append("p").classed("title",!0).attr("role","heading").attr("aria-level",2).merge(i).html(s=>s),i.node()&&i.node().offsetWidth<i.node().scrollWidth){const s=this;i.on("mouseover",function(a){s.services.events.dispatchEvent(w.Tooltip.SHOW,{event:a,hoveredElement:i,content:i.text()})}).on("mousemove",function(a){s.services.events.dispatchEvent(w.Tooltip.MOVE,{event:a})}).on("mouseout",function(){s.services.events.dispatchEvent(w.Tooltip.HIDE)})}i.exit().remove()}truncateTitle(t,n){if(n<=0)return;const r=t.text();if(t.node().getComputedTextLength()>n){t.append("tspan").text("...");const i=C.appendOrSelect(t,"tspan").node().getComputedTextLength(),s=t.text(),a=this.getSubstringIndex(t.node(),0,s.length-1,n-i);t.html(s.substring(0,a-1)).append("tspan").text("...");const o=this;t.on("mouseover",function(l){o.services.events.dispatchEvent(w.Tooltip.SHOW,{event:l,hoveredElement:t,content:r})}).on("mousemove",function(l){o.services.events.dispatchEvent(w.Tooltip.MOVE,{event:l})}).on("mouseout",function(){o.services.events.dispatchEvent(w.Tooltip.HIDE)})}}getMaxTitleWidth(){return C.getSVGElementSize(this.parent.node(),{useAttrs:!0}).width}getSubstringIndex(t,n,r,i){const s=Math.floor((r+n)/2);return t.getSubStringLength(0,s)>i?this.getSubstringIndex(t,n,s,i):t.getSubStringLength(0,s)<i?t.getSubStringLength(0,s+1)>i?s:this.getSubstringIndex(t,s,r,i):s}}var it=(e=>(e.GRAPHICS_DOCUMENT="graphics-document",e.GRAPHICS_OBJECT="graphics-object",e.GRAPHICS_SYMBOL="graphics-symbol",e.GROUP="group",e.DOCUMENT="document",e.CHECKBOX="checkbox",e.BUTTON="button",e.MENU="menu",e.MENU_ITEM="menuitem",e.IMG="img",e))(it||{});class Bc extends ot{constructor(){super(...arguments),this.type="legend",this.renderType=Z.HTML}render(t=!1){const n=this.getOptions(),r=x(n,"legend"),i=x(r,"alignment"),s=x(n,"legend","orientation");let a=this.model.getDataGroups();const{DISABLED:o}=Ct.items.status,l=a.some(y=>y.status===o),c=x(r,"order"),u=this.getComponentContainer().classed("center-aligned",i===Rt.CENTER).classed("right-aligned",i===Rt.RIGHT).classed(s,!0).classed("has-deactivated-items",l).attr("role",it.GROUP).attr("aria-label","Data groups").attr("data-name","legend-items");c&&(a=this.sortDataGroups(a,c));const d=u.selectAll("div.legend-item").data(a,y=>y.name),h=d.enter().append("div").attr("class","legend-item");h.merge(u.selectAll("div.legend-item")).classed("active",function(y){return y.status===Ct.items.status.ACTIVE});const f=x(this.getOptions(),"legend","clickable");u.classed("clickable",f&&a.length>1);const p=Ct.checkbox.radius,g=h.append("div").classed("checkbox",!0),v=g.merge(d.select("div.checkbox")).attr("role",it.CHECKBOX).attr("tabindex",f?0:-1).attr("aria-labelledby",(y,b)=>this.services.domUtils.generateElementIDString(`legend-datagroup-${b}-title`)).attr("aria-checked",({status:y})=>y===Ct.items.status.ACTIVE).attr("width",p*2).attr("height",p*2).attr("class",y=>this.model.getColorClassName({classNameTypes:[Q.BACKGROUND],dataGroupName:y.name,originalClassName:"checkbox"})).style("background",y=>y.status===Ct.items.status.ACTIVE?this.model.getFillColor(y.name)||this.model.getStrokeColor(y.name):null).classed("active",function(y){return y.status===Ct.items.status.ACTIVE});g.append("svg").attr("focusable",!1).attr("preserveAspectRatio","xMidYMid meet").attr("xmlns","http://www.w3.org/2000/svg").attr("width","11").attr("height","11").attr("viewBox","0 0 31 28").attr("aria-hidden",!0).style("will-change","transform").append("path").attr("d","M13 21.2l-7.1-7.1-1.4 1.4 7.1 7.1L13 24 27.1 9.9l-1.4-1.5z"),h.append("p").merge(d.select("p"));const m=x(n,"legend","additionalItems");if(m&&a.length){const y=this,b=u.selectAll("div.additional-item").data(m);b.exit().remove();const S=b.enter().append("div").merge(b).classed("legend-item",!0).classed("additional",!0).attr("aria-labelledby",(M,D)=>this.services.domUtils.generateElementIDString(`legend-datagroup-${v.size()+D}-title`));S.selectAll("*").remove();let _,E=1;S.append("svg").classed("icon",!0).each(function(M){const D=A(this);!_||_!=M.type?(_=M.type,E=1):E++,y.addAdditionalItem(D,M,E)}),S.append("p").merge(S.select("p")),this.truncateLegendText()}d.exit().on("mouseover",null).on("click",null).on("mouseout",null).remove(),f&&h.size()>1&&this.addEventListeners()}sortDataGroups(t,n){if(t.sort((r,i)=>n.indexOf(r.name)-n.indexOf(i.name)),n.length<t.length){const r=t.length-n.length;return t.slice(r).concat(t.slice(0,r))}return t}addAdditionalItem(t,n,r){const{width:i,height:s}=Ct.area;if(n.type===It.RADIUS?t.style("width",`${s}px`).style("height",`${s}px`):t.style("width",`${i}px`).style("height",`${s}px`),n.type===It.RADIUS){const{iconData:a,fill:o,stroke:l}=Ct.radius;t.attr("fill","none").selectAll("circle").data(a).enter().append("circle").classed("radius",!0).attr("role",it.IMG).attr("aria-label","radius").attr("cx",u=>u.cx).attr("cy",u=>u.cy).attr("r",u=>u.r).style("fill",n.fill?n.fill:o).style("stroke",n.stroke?n.stroke:l)}else if(n.type===It.LINE){const a=Ct.line;t.select("line.line").empty()&&t.append("line").classed(`line-${r}`,!0).attr("role",it.IMG).attr("aria-label","line").attr("x1",0).attr("y1",a.yPosition).attr("x2",i).attr("y2",a.yPosition).style("stroke",n.stroke?n.stroke:a.stroke).style("stroke-width",a.strokeWidth)}else if(n.type===It.AREA)t.select("rect.area").empty()&&t.append("rect").classed(`area-${r}`,!0).attr("role",it.IMG).attr("aria-label","area").attr("width",i).attr("height",s).style("fill",r>3&&!n.fill?Ct.area.fill:n.fill).style("stroke",n.stroke);else if(n.type===It.SIZE){const{iconData:a,fill:o,stroke:l}=Ct.size;t.attr("fill","none").attr("role",it.IMG).attr("aria-label","size").selectAll("rect").data(a).enter().append("rect").classed("size",!0).attr("width",u=>u.width).attr("height",u=>u.height).attr("y",()=>0).style("fill",n.fill?n.fill:o).style("stroke",n.stroke?n.stroke:l).style("stroke-width",1)}else if(n.type===It.QUARTILE){const{iconData:a}=Ct.quartile;t.selectAll("rect").attr("role",it.IMG).attr("aria-label","quartile").data(a).enter().append("rect").attr("class",(l,c)=>`quartile-${c===0?"wrapper":"line"}`).attr("x",l=>l.x).attr("y",l=>l.y).attr("width",l=>l.width).attr("height",l=>l.height)}else if(n.type===It.ZOOM){const{iconData:a,color:o}=x(Ct,"zoom"),l=t.attr("role",it.IMG).attr("aria-label","zoom").selectAll("g.icon").data(a).enter();l.append("g").attr("x",c=>c.x).attr("y",c=>c.y).attr("width",c=>c.width).attr("height",c=>c.height).append("polygon").attr("points","7.7 4.82 5.78 4.82 5.78 2.89 4.82 2.89 4.82 4.82 2.89 4.82 2.89 5.78 4.82 5.78 4.82 7.7 5.78 7.7 5.78 5.78 7.7 5.78 7.7 4.82").attr("fill",()=>n.color?n.color:o),l.append("path").attr("d","M9.36,8.67A5.22,5.22,0,0,0,10.59,5.3,5.3,5.3,0,1,0,5.3,10.59,5.22,5.22,0,0,0,8.67,9.36L12.32,13l.68-.68Zm-4.06,1A4.34,4.34,0,1,1,9.63,5.3,4.33,4.33,0,0,1,5.3,9.63Z").attr("fill",()=>n.color?n.color:o)}}truncateLegendText(){const t=this.getComponentContainer(),n=x(this.getOptions(),"legend","truncation"),r=x(n,"type"),i=x(n,"threshold"),s=x(n,"numCharacter"),a=t.selectAll("div.legend-item p");a.attr("id",function(){return(this.parentNode.querySelector("div.checkbox")||this.parentNode).getAttribute("aria-labelledby")}),r!==ge.NONE?a.html(function(o){return o.name.length>i&&o.name.length!==s?ki(o.name,r,s):o.name}):a.html(o=>o.name)}addEventListeners(){const t=this,n=this.getComponentContainer(),r=this.getOptions(),i=x(r,"legend"),s=x(i,"truncation");n.selectAll("div.legend-item").on("mouseover",function(a){t.services.events.dispatchEvent(w.Legend.ITEM_HOVER,{hoveredElement:A(this)});const o=A(this);o.select("div.checkbox").classed("hovered",!0);const l=o.datum();l.name.length>s.threshold&&s.numCharacter<l.name.length&&s.type!==ge.NONE&&t.services.events.dispatchEvent(w.Tooltip.SHOW,{event:a,hoveredElement:o,content:l.name})}).on("mousemove",function(a){A(this).datum().name.length>s.threshold&&s.type!==ge.NONE&&t.services.events.dispatchEvent(w.Tooltip.MOVE,{event:a})}).on("click",function(){t.services.events.dispatchEvent(w.Legend.ITEM_CLICK,{clickedElement:A(this)});const o=A(this).datum();t.model.toggleDataLabel(o.name)}).on("mouseout",function(){const a=A(this);a.select("div.checkbox").classed("hovered",!1),a.datum().name.length>s.threshold&&s.type!==ge.NONE&&t.services.events.dispatchEvent(w.Tooltip.HIDE),t.services.events.dispatchEvent(w.Legend.ITEM_MOUSEOUT,{hoveredElement:a})}),n.selectAll("div.legend-item div.checkbox").on("keyup",function(a){a.key&&a.key==="Tab"&&t.services.events.dispatchEvent(w.Legend.ITEM_HOVER,{hoveredElement:A(this)})}),n.selectAll("div.legend-item div.checkbox").on("keydown",function(a,o){a.key&&a.key===" "?(a.preventDefault(),t.model.toggleDataLabel(o.name)):a.key&&a.key==="Tab"&&t.services.events.dispatchEvent(w.Legend.ITEM_MOUSEOUT,{hoveredElement:A(this)})}),n.selectAll("g.additional-item").on("mouseover",function(a){const o=A(this),l=o.datum();l.name.length>s.threshold&&t.services.events.dispatchEvent(w.Tooltip.SHOW,{event:a,hoveredElement:o,content:l.name})})}}class Jg extends ot{constructor(t,n,r){super(t,n,r),this.type="chart-clip",this.renderType=Z.SVG,this.chartClipId="chart-clip-id-"+Math.floor(Math.random()*99999999999),this.init()}init(){this.model.set({chartClipId:this.chartClipId},{skipUpdate:!0})}render(t=!0){this.createClipPath()}createClipPath(){const t=this.parent,{cartesianScales:n}=this.services;if(!n)throw new Error("Service cartesianScales was undefined");const r=n.getMainXScale(),i=n.getMainYScale(),[s,a]=r.range(),[o,l]=i.range();if(!t)throw new Error("svg is undefined");this.chartClipPath=C.appendOrSelect(t,`clipPath.${this.type}`).attr("id",this.chartClipId);const c=C.appendOrSelect(this.chartClipPath,`rect.${this.type}`);a-s>0&&c.attr("x",s).attr("y",l).attr("width",a-s).attr("height",o-l),this.chartClipPath.merge(c).lower()}}class _k extends Jg{constructor(){super(...arguments),this.type="canvas-chart-clip",this.chartClipId="canvas-chart-clip-id-"+Math.floor(Math.random()*99999999999)}createClipPath(){const t=this.parent,{width:n,height:r}=C.getSVGElementSize(this.parent,{useAttrs:!0});this.chartClipPath=C.appendOrSelect(t,`clipPath.${this.type}`).attr("id",this.chartClipId);const i=C.appendOrSelect(this.chartClipPath,`rect.${this.type}`);i.attr("x",0).attr("y",0).attr("width",n).attr("height",r),this.chartClipPath.merge(i).lower()}}var Dr,Ut;(function(e){e.LEFT="left",e.RIGHT="right",e.TOP="top",e.BOTTOM="bottom"})(Ut||(Ut={}));var tm=(Dr={},Dr[Ut.LEFT]=function(e,t,n){return{top:e.top-Math.round(t.offsetHeight/2)+Math.round(n.height/2),left:Math.round(e.left-t.offsetWidth)}},Dr[Ut.RIGHT]=function(e,t,n){return{top:e.top-Math.round(t.offsetHeight/2)+Math.round(n.height/2),left:Math.round(e.left+n.width)}},Dr[Ut.TOP]=function(e,t,n){return{top:Math.round(e.top-t.offsetHeight),left:e.left-Math.round(t.offsetWidth/2)+Math.round(n.width/2)}},Dr[Ut.BOTTOM]=function(e,t,n){return{top:Math.round(e.top+n.height),left:e.left-Math.round(t.offsetWidth/2)+Math.round(n.width/2)}},Dr),em=typeof window<"u"?window:{innerHeight:0,scrollY:0,innerWidth:0,scrollX:0},Ra=function(){function e(t){t===void 0&&(t={}),this.positions=tm,this.positions=Object.assign({},tm,t)}return e.prototype.getRelativeOffset=function(t){for(var n={left:t.offsetLeft,top:t.offsetTop};t.offsetParent&&getComputedStyle(t.offsetParent).position==="static";)n.left+=t.offsetLeft,n.top+=t.offsetTop,t=t.offsetParent;return n},e.prototype.getAbsoluteOffset=function(t){for(var n=t,r={top:0,left:0};n.offsetParent;){var i=getComputedStyle(n.offsetParent);i.position==="static"&&i.marginLeft&&i.marginTop&&(parseInt(i.marginTop,10)&&(r.top+=parseInt(i.marginTop,10)),parseInt(i.marginLeft,10)&&(r.left+=parseInt(i.marginLeft,10))),n=n.offsetParent}var s=t.getBoundingClientRect(),a=document.body.getBoundingClientRect();return{top:s.top-a.top+r.top,left:s.left-a.left+r.left}},e.prototype.findRelative=function(t,n,r){var i=this.getRelativeOffset(t),s=t.getBoundingClientRect();return this.calculatePosition(i,s,n,r)},e.prototype.findAbsolute=function(t,n,r){var i=this.getAbsoluteOffset(t),s=t.getBoundingClientRect();return this.calculatePosition(i,s,n,r)},e.prototype.findPosition=function(t,n,r,i){i===void 0&&(i=this.getAbsoluteOffset.bind(this));var s=i(t),a=t.getBoundingClientRect();return this.calculatePosition(s,a,n,r)},e.prototype.findPositionAt=function(t,n,r){return this.calculatePosition(t,{top:0,left:0,height:0,width:0},n,r)},e.prototype.getPlacementBox=function(t,n){var r=t.offsetHeight+n.top,i=t.offsetWidth+n.left;return{top:n.top,bottom:r,left:n.left,right:i}},e.prototype.addOffset=function(t,n,r){return n===void 0&&(n=0),r===void 0&&(r=0),Object.assign({},t,{top:t.top+n,left:t.left+r})},e.prototype.setElement=function(t,n){t.style.top=n.top+"px",t.style.left=n.left+"px"},e.prototype.findBestPlacement=function(t,n,r,i,s){var a=this;i===void 0&&(i=this.defaultContainerFunction.bind(this)),s===void 0&&(s=this.findPosition.bind(this));var o=r.map(function(l){var c=s(t,n,l),u=a.getPlacementBox(n,c),d=0,h=0,f=i();u.top<f.top?d=f.top-u.top:u.bottom>f.height&&(d=u.bottom-f.height),u.left<f.left?h=f.left-u.left:u.right>f.width&&(h=u.right-f.width),d&&!h?h=1:h&&!d&&(d=1);var p=n.offsetHeight*n.offsetWidth,g=d*h,v=p-g,m=v/p;return{placement:l,weight:m}});return o.sort(function(l,c){return c.weight-l.weight}),o[0].placement},e.prototype.findBestPlacementAt=function(t,n,r,i){var s=this;i===void 0&&(i=this.defaultContainerFunction.bind(this));var a=function(o,l,c){return s.findPositionAt(t,l,c)};return this.findBestPlacement(null,n,r,i,a)},e.prototype.defaultContainerFunction=function(){return{top:0,left:0,height:em.innerHeight,width:em.innerWidth}},e.prototype.calculatePosition=function(t,n,r,i){return this.positions[i]?this.positions[i](t,r,n):(console.error("No function found for placement, defaulting to 0,0"),{left:0,top:0})},e}();new Ra;class Vc extends ot{constructor(t,n,r){super(t,n,r),this.type="tooltip",this.renderType=Z.HTML,this.isEventListenerAdded=!1,this.positionService=new Ra,this.handleShowTooltip=i=>{const s=i.detail.data||i.detail.items;let a;const o=this.formatItems(this.getItems(i));i.detail.content?a=`<div class="title-tooltip"><p>${i.detail.content}</p></div>`:a=this.getTooltipHTML(o);const l=C.appendOrSelect(this.tooltip,"div.content-box");if(x(this.getOptions(),"tooltip","customHTML"))if(i.detail.content){const c=`<div class="title-tooltip"><p>${i.detail.content}</p></div>`;l.html(c)}else l.html(this.model.getOptions().tooltip.customHTML(s,a));else l.html(a);l.selectAll(".datapoint-tooltip").each(function(c,u){const d=o[u];o[u]&&o[u].color&&A(this).select(".tooltip-color").attr("class","tooltip-color").style("background-color",d.color)}),this.positionTooltip(i),this.tooltip.classed("hidden",!1).attr("aria-hidden",!1)},this.handleHideTooltip=()=>{this.tooltip.classed("hidden",!0).attr("aria-hidden",!0)},this.init()}addTooltipEventListener(){this.services.events.addEventListener(w.Tooltip.MOVE,t=>{this.tooltip.classed("hidden")===!1&&this.positionTooltip(t)}),this.services.events.addEventListener(w.Tooltip.SHOW,this.handleShowTooltip),this.services.events.addEventListener(w.Tooltip.HIDE,this.handleHideTooltip),this.services.events.addEventListener(w.Chart.MOUSEOUT,this.handleHideTooltip)}removeTooltipEventListener(){this.services.events.removeEventListener(w.Tooltip.MOVE,null),this.services.events.removeEventListener(w.Tooltip.SHOW,this.handleShowTooltip),this.services.events.removeEventListener(w.Tooltip.HIDE,this.handleHideTooltip),this.services.events.removeEventListener(w.Chart.MOUSEOUT,this.handleHideTooltip)}getItems(t){return t.detail.items?t.detail.items:[]}formatItems(t){const n=this.getOptions(),r=x(n,"tooltip","truncation","type"),i=x(n,"tooltip","truncation","threshold"),s=x(n,"tooltip","truncation","numCharacter");return r!==ge.NONE?t.map(a=>{const o=a.labelIcon?12:0;return a.value=a.value?this.valueFormatter(a.value,a.label):a.value,a.label&&a.label.length+o>i&&(a.label=ki(a.label,r,s)),a.value&&a.value.length>i&&(a.value=ki(a.value,r,s)),a}):t.map(a=>(a.value=a.value?this.valueFormatter(a.value,a.label):a.value,a))}getTooltipHTML(t){return'<ul class="multi-tooltip">'+t.map(n=>`<li>
63
- <div class="datapoint-tooltip${n.bold?" bold":""}">
64
- ${n.class||n.color?`<div class="tooltip-color ${n.class}"></div>`:""}
65
- <div class="label">
66
- <p>${n.label||""}</p>
67
- ${n.labelIcon?`<span class="label-icon"/>${n.labelIcon}</span>`:""}
68
- </div>
69
- ${n.value===void 0||n.value===null?"":`<p class="value"/>${n.value}</p>`}
70
- </div>
71
- </li>`).join("")+"</ul>"}valueFormatter(t,n){const r=this.getOptions(),i=x(r,"tooltip","valueFormatter");if(i)return i(t,n);if(typeof t.getTime=="function")return Mr(t,"MMM d, yyyy");try{if(typeof t=="string"&&/\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}.\d{3}Z/.test(t))return Mr(Date.parse(t),"MMM d, yyyy")}catch{}return t.toLocaleString()}render(t=!1){const n=this.getOptions(),r=x(n,"tooltip","enabled");if(r){const i=A(this.services.domUtils.getHolder()),s=x(n,"style","prefix");this.tooltip=C.appendOrSelect(i,`div.${te}--${s}--tooltip`),this.tooltip.style("max-width",null).attr("role","tooltip"),this.isEventListenerAdded||(this.addTooltipEventListener(),this.isEventListenerAdded=!0),this.tooltip.classed("hidden",!0)}else!r&&this.isEventListenerAdded&&(this.removeTooltipEventListener(),this.isEventListenerAdded=!1)}positionTooltip(t){const n=this.services.domUtils.getHolder(),r=this.tooltip.node(),i=this.getOptions(),s=x(i,"zoomBar","top","enabled");let a=x(t,"detail","mousePosition");if(!a)a=En(x(t,"detail","event"),n);else{const h=x(i,"zoomBar","top","type"),f=le.height[h];s&&(a[1]+=f+le.spacerHeight)}const o=n.offsetWidth,l=n.offsetHeight;let c;a[0]/o>.9?c=Ut.LEFT:a[0]/o<.1?c=Ut.RIGHT:c=this.positionService.findBestPlacementAt({left:a[0],top:a[1]},r,[Ut.RIGHT,Ut.LEFT,Ut.TOP,Ut.BOTTOM],()=>({top:void 0,left:void 0,width:o,height:l}));let{horizontalOffset:u}=GD;c===Ut.LEFT&&(u*=-1);const d=this.positionService.findPositionAt({left:a[0]+u,top:a[1]},r,c);this.positionService.setElement(r,d)}}class wk extends an{zoomIn(t,n,r){let i,s,a;const o=r||_r;t&&(i=t.x,s=t.y,a=2);const{width:l,height:c}=C.getSVGElementSize(this.services.domUtils.getHolder(),{useClientDimensions:!0});n.transition().duration(o.duration).ease(o.ease).attr("transform",`translate(${l/2}, ${c/2}) scale(${a}) translate(${-i},${-s})`),this.services.events.dispatchEvent(w.CanvasZoom.CANVAS_ZOOM_IN,{element:A(t)})}zoomOut(t,n){const r=n||_r;t.transition().duration(r.duration).ease(r.ease).attr("transform",""),this.services.events.dispatchEvent(w.CanvasZoom.CANVAS_ZOOM_OUT)}}class Ok extends an{init(){this.documentFragment=document.createDocumentFragment()}addEventListener(t,n){this.documentFragment.addEventListener(t,n)}removeEventListener(t,n){this.documentFragment.removeEventListener(t,n)}dispatchEvent(t,n){let r;n?r=new CustomEvent(t,{detail:n}):(r=document.createEvent("Event"),r.initEvent(t,!1,!0)),this.documentFragment.dispatchEvent(r)}}class Tk extends an{constructor(t,n){super(t,n)}downloadCSV(t,n){const r=document.createElement("a"),i="text/csv;encoding:utf-8";if(navigator.msSaveBlob)navigator.msSaveBlob(new Blob([t],{type:i}),n);else if(URL&&"download"in r){const s=URL.createObjectURL(new Blob([t],{type:i}));r.href=s,r.setAttribute("download",n),document.body.appendChild(r),r.click(),document.body.removeChild(r),URL.revokeObjectURL(s)}else location.href=`data:application/octet-stream,${encodeURIComponent(t)}`}downloadImage(t,n){const r=document.createElement("a");r.download=n,r.href=t,document.body.appendChild(r),r.click(),document.body.removeChild(r)}}class Hi extends an{static appendOrUpdateLinearGradient(t){let n=t.svg.select(`defs linearGradient#${t.id}`);n.empty()&&(n=t.svg.append("defs").append("linearGradient").attr("id",t.id).attr("x1",t.x1).attr("x2",t.x2).attr("y1",t.y1).attr("y2",t.y2)),n.selectAll("stop").remove(),n.selectAll("stop").data(t.stops).enter().append("stop").attr("offset",r=>r.offset).style("stop-color",r=>r.color).style("stop-opacity",r=>r.opacity)}static getOffsetRatio(t){return(Math.abs(t[1])*100/Math.abs(t[0]-t[1])).toFixed(2)+"%"}static getStops(t,n){const r=t[0]<0&&t[1]>0;let i=[{offset:"0%",color:n,opacity:"0.6"},{offset:"80%",color:n,opacity:"0"}];return r&&(i=[{offset:"0%",color:n,opacity:"0.6"},{offset:Hi.getOffsetRatio(t),color:n,opacity:"0"},{offset:"100%",color:n,opacity:"0.6"}]),i}}class Mk extends an{constructor(){super(...arguments),this.pendingTransitions={}}init(){var t;(t=this.services.events)==null||t.addEventListener(w.Model.UPDATE,()=>{this.pendingTransitions={}})}setupTransition({transition:t,name:n,animate:r}){return this.pendingTransitions[t._id]=t,t.on("end interrupt cancel",()=>{delete this.pendingTransitions[t._id]}),this.model.getOptions().animations===!1||r===!1?t.duration(0):t.duration(x(ng,n,"duration")||ng.default.duration)}getPendingTransitions(){return this.pendingTransitions}}class De{constructor(t,n){this.components=[],this.services={canvasZoom:wk,domUtils:C,events:Ok,files:Tk,gradientUtils:Hi,transitions:Mk},this.model=new Ue(this.services)}init(t,n){this.model.set({holder:t},{skipUpdate:!0}),Object.keys(this.services).forEach(r=>{const i=this.services[r];this.services[r]=new i(this.model,this.services)}),this.services.events.addEventListener(w.Model.UPDATE,r=>{const i=!!x(r,"detail","animate");this.update(i)}),this.model.setData(n.data),this.services.events.addEventListener(w.Chart.RESIZE,()=>{this.update(!1)}),this.components=this.getComponents(),this.update()}getComponents(){return console.error("getComponents() method is not implemented"),[]}update(t=!0){if(!this.components)return;Object.keys(this.services).forEach(i=>{this.services[i].update()}),this.components.forEach(i=>i.render(t));const n=this.services.transitions.getPendingTransitions(),r=Object.keys(n).map(i=>n[i].end().catch(a=>a));Promise.all(r).then(()=>this.services.events.dispatchEvent(w.Chart.RENDER_FINISHED))}destroy(){this.components.forEach(t=>t.destroy()),this.services.domUtils.getHolder().remove(),this.model.set({destroyed:!0},{skipUpdate:!0})}getChartComponents(t,n){const r=this.model.getOptions(),i=x(r,"toolbar","enabled"),s={id:"legend",components:[new Bc(this.model,this.services)],growth:nt.PREFERRED},a=x(r,"canvasZoom","enabled");a&&a===!0&&t.push(new _k(this.model,this.services));const o=!!this.model.getOptions().title,l={id:"title",components:[new Ui(this.model,this.services)],growth:nt.STRETCH},c={id:"toolbar",components:[new Cr(this.model,this.services)],growth:nt.PREFERRED},u={id:"header",components:[new Xt(this.model,this.services,[l,...i?[c]:[]],{direction:xt.ROW,alignItems:Vn.CENTER})],growth:nt.PREFERRED},d={id:"graph-frame",components:t,growth:nt.STRETCH,renderType:x(n,"graphFrameRenderType")||Z.SVG},h=x(n,"excludeLegend")!==!0&&r.legend.enabled!==!1;let f=xt.COLUMN;if(h){const m=x(r,"legend","position");m==="left"?(f=xt.ROW,r.legend.orientation||(r.legend.orientation=Er.VERTICAL)):m==="right"?(f=xt.ROW_REVERSE,r.legend.orientation||(r.legend.orientation=Er.VERTICAL)):m==="bottom"&&(f=xt.COLUMN_REVERSE)}const p={id:"spacer",components:[new on(this.model,this.services)],growth:nt.PREFERRED},g={id:"full-frame",components:[new Xt(this.model,this.services,[...h?[s]:[],...h?[p]:[],d],{direction:f})],growth:nt.STRETCH},v=[];if(o||i){v.push(u);const m={id:"spacer",components:[new on(this.model,this.services,i?{size:15}:void 0)],growth:nt.PREFERRED};v.push(m)}return v.push(g),[new Vc(this.model,this.services),new La(this.model,this.services),new Xt(this.model,this.services,v,{direction:xt.COLUMN})]}}class zn extends Ue{constructor(t){super(t),this.axisFlavor=Li.DEFAULT}assignRangeAndDomains(){const{cartesianScales:t}=this.services,n=this.getOptions(),r=t.isDualAxes(),i={primaryDomain:t.domainAxisPosition,primaryRange:t.rangeAxisPosition,secondaryDomain:null,secondaryRange:null};return r&&(i.secondaryDomain=t.secondaryDomainAxisPosition,i.secondaryRange=t.secondaryRangeAxisPosition),Object.keys(i).forEach(s=>{const a=i[s];t.scales[a]?i[s]={position:a,label:t.getScaleLabel(a),identifier:x(n,"axes",a,"mapsTo")}:i[s]=null}),i}getTabularDataArray(){const t=this.getDisplayData(),n=this.getOptions(),{groupMapsTo:r}=n.data,{cartesianScales:i}=this.services,{primaryDomain:s,primaryRange:a,secondaryDomain:o,secondaryRange:l}=this.assignRangeAndDomains(),c=i.getDomainAxisScaleType();let u;return c===j.TIME&&(u=h=>Mr(h,"MMM d, yyyy")),[["Group",s.label,a.label,...o?[o.label]:[],...l?[l.label]:[]],...t.map(h=>[h[r],h[s.identifier]===null?"&ndash;":u?u(h[s.identifier]):h[s.identifier],h[a.identifier]===null||isNaN(h[a.identifier])?"&ndash;":h[a.identifier].toLocaleString(),...o?[h[o.identifier]===null?"&ndash;":h[o.identifier]]:[],...l?[h[l.identifier]===null||isNaN(h[l.identifier])?"&ndash;":h[l.identifier]]:[]])]}setData(t){let n;if(t&&(n=super.setData(t),x(this.getOptions(),"zoomBar",G.TOP,"enabled"))){const r=x(this.getOptions(),"zoomBar",G.TOP,"data");this.setZoomBarData(r)}return n}setZoomBarData(t){const n=t?this.sanitize(Je(t)):this.getDisplayData();let r=n;const{cartesianScales:i}=this.services;if(n&&i.domainAxisPosition&&i.rangeAxisPosition){const s=i.getDomainIdentifier(),a=i.getRangeIdentifier();let o=n.map(l=>l[s].getTime());o=Ti(o).sort(),r=o.map(l=>{let c=0;const u={};return n.forEach(d=>{d[s].getTime()===l&&(c+=d[a])}),u[s]=new Date(l),u[a]=c,u})}this.set({zoomBarData:r})}getZoomBarData(){return this.get("zoomBarData")}sanitizeDateValues(t){const n=this.getOptions();if(!n.axes)return t;const r=[];return Object.keys(G).forEach(i=>{const s=G[i],a=n.axes[s];if(a&&a.scaleType===j.TIME){const o=a.mapsTo;(o!==null||o!==void 0)&&r.push(o)}}),r.length>0&&t.forEach(i=>{r.forEach(s=>{x(i,s,"getTime")===null&&(i[s]=new Date(i[s]))})}),t}sanitize(t){return t=super.sanitize(t),t=this.sanitizeDateValues(t),t}}class Ck extends zn{constructor(t){super(t)}getTabularDataArray(){const t=this.getDisplayData();return t.sort((r,i)=>r.source.localeCompare(i.source)),[["Source","Target","Value"],...t.map(r=>[r.source,r.target,r.value])]}}function nm(e,t){let n;if(t===void 0)for(const r of e)r!=null&&(n<r||n===void 0&&r>=r)&&(n=r);else{let r=-1;for(let i of e)(i=t(i,++r,e))!=null&&(n<i||n===void 0&&i>=i)&&(n=i)}return n}function Ak(e,t){let n;if(t===void 0)for(const r of e)r!=null&&(n>r||n===void 0&&r>=r)&&(n=r);else{let r=-1;for(let i of e)(i=t(i,++r,e))!=null&&(n>i||n===void 0&&i>=i)&&(n=i)}return n}function Uc(e,t){let n=0;if(t===void 0)for(let r of e)(r=+r)&&(n+=r);else{let r=-1;for(let i of e)(i=+t(i,++r,e))&&(n+=i)}return n}function Dk(e){return e.depth}function Lk(e,t){return t-1-e.height}function rm(e,t){return e.sourceLinks.length?e.depth:t-1}function ka(e){return function(){return e}}function im(e,t){return Ia(e.source,t.source)||e.index-t.index}function sm(e,t){return Ia(e.target,t.target)||e.index-t.index}function Ia(e,t){return e.y0-t.y0}function Hc(e){return e.value}function Rk(e){return e.index}function kk(e){return e.nodes}function Ik(e){return e.links}function am(e,t){const n=e.get(t);if(!n)throw new Error("missing: "+t);return n}function om({nodes:e}){for(const t of e){let n=t.y0,r=n;for(const i of t.sourceLinks)i.y0=n+i.width/2,n+=i.width;for(const i of t.targetLinks)i.y1=r+i.width/2,r+=i.width}}function Pk(){let e=0,t=0,n=1,r=1,i=24,s=8,a,o=Rk,l=rm,c,u,d=kk,h=Ik,f=6;function p(){const T={nodes:d.apply(null,arguments),links:h.apply(null,arguments)};return g(T),v(T),m(T),y(T),_(T),om(T),T}p.update=function(T){return om(T),T},p.nodeId=function(T){return arguments.length?(o=typeof T=="function"?T:ka(T),p):o},p.nodeAlign=function(T){return arguments.length?(l=typeof T=="function"?T:ka(T),p):l},p.nodeSort=function(T){return arguments.length?(c=T,p):c},p.nodeWidth=function(T){return arguments.length?(i=+T,p):i},p.nodePadding=function(T){return arguments.length?(s=a=+T,p):s},p.nodes=function(T){return arguments.length?(d=typeof T=="function"?T:ka(T),p):d},p.links=function(T){return arguments.length?(h=typeof T=="function"?T:ka(T),p):h},p.linkSort=function(T){return arguments.length?(u=T,p):u},p.size=function(T){return arguments.length?(e=t=0,n=+T[0],r=+T[1],p):[n-e,r-t]},p.extent=function(T){return arguments.length?(e=+T[0][0],n=+T[1][0],t=+T[0][1],r=+T[1][1],p):[[e,t],[n,r]]},p.iterations=function(T){return arguments.length?(f=+T,p):f};function g({nodes:T,links:U}){for(const[$,B]of T.entries())B.index=$,B.sourceLinks=[],B.targetLinks=[];const N=new Map(T.map(($,B)=>[o($,B,T),$]));for(const[$,B]of U.entries()){B.index=$;let{source:Y,target:X}=B;typeof Y!="object"&&(Y=B.source=am(N,Y)),typeof X!="object"&&(X=B.target=am(N,X)),Y.sourceLinks.push(B),X.targetLinks.push(B)}if(u!=null)for(const{sourceLinks:$,targetLinks:B}of T)$.sort(u),B.sort(u)}function v({nodes:T}){for(const U of T)U.value=U.fixedValue===void 0?Math.max(Uc(U.sourceLinks,Hc),Uc(U.targetLinks,Hc)):U.fixedValue}function m({nodes:T}){const U=T.length;let N=new Set(T),$=new Set,B=0;for(;N.size;){for(const Y of N){Y.depth=B;for(const{target:X}of Y.sourceLinks)$.add(X)}if(++B>U)throw new Error("circular link");N=$,$=new Set}}function y({nodes:T}){const U=T.length;let N=new Set(T),$=new Set,B=0;for(;N.size;){for(const Y of N){Y.height=B;for(const{source:X}of Y.targetLinks)$.add(X)}if(++B>U)throw new Error("circular link");N=$,$=new Set}}function b({nodes:T}){const U=nm(T,B=>B.depth)+1,N=(n-e-i)/(U-1),$=new Array(U);for(const B of T){const Y=Math.max(0,Math.min(U-1,Math.floor(l.call(null,B,U))));B.layer=Y,B.x0=e+Y*N,B.x1=B.x0+i,$[Y]?$[Y].push(B):$[Y]=[B]}if(c)for(const B of $)B.sort(c);return $}function S(T){const U=Ak(T,N=>(r-t-(N.length-1)*a)/Uc(N,Hc));for(const N of T){let $=t;for(const B of N){B.y0=$,B.y1=$+B.value*U,$=B.y1+a;for(const Y of B.sourceLinks)Y.width=Y.value*U}$=(r-$+a)/(N.length+1);for(let B=0;B<N.length;++B){const Y=N[B];Y.y0+=$*(B+1),Y.y1+=$*(B+1)}L(N)}}function _(T){const U=b(T);a=Math.min(s,(r-t)/(nm(U,N=>N.length)-1)),S(U);for(let N=0;N<f;++N){const $=Math.pow(.99,N),B=Math.max(1-$,(N+1)/f);M(U,$,B),E(U,$,B)}}function E(T,U,N){for(let $=1,B=T.length;$<B;++$){const Y=T[$];for(const X of Y){let J=0,lt=0;for(const{source:K,value:ct}of X.targetLinks){let rt=ct*(X.layer-K.layer);J+=R(K,X)*rt,lt+=rt}if(!(lt>0))continue;let W=(J/lt-X.y0)*U;X.y0+=W,X.y1+=W,O(X)}c===void 0&&Y.sort(Ia),D(Y,N)}}function M(T,U,N){for(let $=T.length,B=$-2;B>=0;--B){const Y=T[B];for(const X of Y){let J=0,lt=0;for(const{target:K,value:ct}of X.sourceLinks){let rt=ct*(K.layer-X.layer);J+=k(X,K)*rt,lt+=rt}if(!(lt>0))continue;let W=(J/lt-X.y0)*U;X.y0+=W,X.y1+=W,O(X)}c===void 0&&Y.sort(Ia),D(Y,N)}}function D(T,U){const N=T.length>>1,$=T[N];I(T,$.y0-a,N-1,U),H(T,$.y1+a,N+1,U),I(T,r,T.length-1,U),H(T,t,0,U)}function H(T,U,N,$){for(;N<T.length;++N){const B=T[N],Y=(U-B.y0)*$;Y>1e-6&&(B.y0+=Y,B.y1+=Y),U=B.y1+a}}function I(T,U,N,$){for(;N>=0;--N){const B=T[N],Y=(B.y1-U)*$;Y>1e-6&&(B.y0-=Y,B.y1-=Y),U=B.y0-a}}function O({sourceLinks:T,targetLinks:U}){if(u===void 0){for(const{source:{sourceLinks:N}}of U)N.sort(sm);for(const{target:{targetLinks:N}}of T)N.sort(im)}}function L(T){if(u===void 0)for(const{sourceLinks:U,targetLinks:N}of T)U.sort(sm),N.sort(im)}function R(T,U){let N=T.y0-(T.sourceLinks.length-1)*a/2;for(const{target:$,width:B}of T.sourceLinks){if($===U)break;N+=B+a}for(const{source:$,width:B}of U.targetLinks){if($===T)break;N-=B}return N}function k(T,U){let N=U.y0-(U.targetLinks.length-1)*a/2;for(const{source:$,width:B}of U.targetLinks){if($===T)break;N+=B+a}for(const{target:$,width:B}of T.sourceLinks){if($===U)break;N-=B}return N}return p}var Fc=Math.PI,Gc=2*Fc,Wn=1e-6,$k=Gc-Wn;function zc(){this._x0=this._y0=this._x1=this._y1=null,this._=""}function lm(){return new zc}zc.prototype=lm.prototype={constructor:zc,moveTo:function(e,t){this._+="M"+(this._x0=this._x1=+e)+","+(this._y0=this._y1=+t)},closePath:function(){this._x1!==null&&(this._x1=this._x0,this._y1=this._y0,this._+="Z")},lineTo:function(e,t){this._+="L"+(this._x1=+e)+","+(this._y1=+t)},quadraticCurveTo:function(e,t,n,r){this._+="Q"+ +e+","+ +t+","+(this._x1=+n)+","+(this._y1=+r)},bezierCurveTo:function(e,t,n,r,i,s){this._+="C"+ +e+","+ +t+","+ +n+","+ +r+","+(this._x1=+i)+","+(this._y1=+s)},arcTo:function(e,t,n,r,i){e=+e,t=+t,n=+n,r=+r,i=+i;var s=this._x1,a=this._y1,o=n-e,l=r-t,c=s-e,u=a-t,d=c*c+u*u;if(i<0)throw new Error("negative radius: "+i);if(this._x1===null)this._+="M"+(this._x1=e)+","+(this._y1=t);else if(d>Wn)if(!(Math.abs(u*o-l*c)>Wn)||!i)this._+="L"+(this._x1=e)+","+(this._y1=t);else{var h=n-s,f=r-a,p=o*o+l*l,g=h*h+f*f,v=Math.sqrt(p),m=Math.sqrt(d),y=i*Math.tan((Fc-Math.acos((p+d-g)/(2*v*m)))/2),b=y/m,S=y/v;Math.abs(b-1)>Wn&&(this._+="L"+(e+b*c)+","+(t+b*u)),this._+="A"+i+","+i+",0,0,"+ +(u*h>c*f)+","+(this._x1=e+S*o)+","+(this._y1=t+S*l)}},arc:function(e,t,n,r,i,s){e=+e,t=+t,n=+n,s=!!s;var a=n*Math.cos(r),o=n*Math.sin(r),l=e+a,c=t+o,u=1^s,d=s?r-i:i-r;if(n<0)throw new Error("negative radius: "+n);this._x1===null?this._+="M"+l+","+c:(Math.abs(this._x1-l)>Wn||Math.abs(this._y1-c)>Wn)&&(this._+="L"+l+","+c),n&&(d<0&&(d=d%Gc+Gc),d>$k?this._+="A"+n+","+n+",0,1,"+u+","+(e-a)+","+(t-o)+"A"+n+","+n+",0,1,"+u+","+(this._x1=l)+","+(this._y1=c):d>Wn&&(this._+="A"+n+","+n+",0,"+ +(d>=Fc)+","+u+","+(this._x1=e+n*Math.cos(i))+","+(this._y1=t+n*Math.sin(i))))},rect:function(e,t,n,r){this._+="M"+(this._x0=this._x1=+e)+","+(this._y0=this._y1=+t)+"h"+ +n+"v"+ +r+"h"+-n+"Z"},toString:function(){return this._}};function cm(e){return function(){return e}}function Nk(e){return e[0]}function Bk(e){return e[1]}var Vk=Array.prototype.slice;function Uk(e){return e.source}function Hk(e){return e.target}function Fk(e){var t=Uk,n=Hk,r=Nk,i=Bk,s=null;function a(){var o,l=Vk.call(arguments),c=t.apply(this,l),u=n.apply(this,l);if(s||(s=o=lm()),e(s,+r.apply(this,(l[0]=c,l)),+i.apply(this,l),+r.apply(this,(l[0]=u,l)),+i.apply(this,l)),o)return s=null,o+""||null}return a.source=function(o){return arguments.length?(t=o,a):t},a.target=function(o){return arguments.length?(n=o,a):n},a.x=function(o){return arguments.length?(r=typeof o=="function"?o:cm(+o),a):r},a.y=function(o){return arguments.length?(i=typeof o=="function"?o:cm(+o),a):i},a.context=function(o){return arguments.length?(s=o??null,a):s},a}function Gk(e,t,n,r,i){e.moveTo(t,n),e.bezierCurveTo(t=(t+r)/2,n,t,i,r,i)}function zk(){return Fk(Gk)}function Wk(e){return[e.source.x1,e.y0]}function Yk(e){return[e.target.x0,e.y1]}function qk(){return zk().source(Wk).target(Yk)}class Xk extends ot{constructor(){super(...arguments),this.type="alluvial",this.renderType=Z.SVG,this.gradient_id="gradient-id-"+Math.floor(Math.random()*99999999999)}render(t=!0){const n=this.getComponentContainer({withinChartClip:!0});n.html("");const{width:r,height:i}=C.getSVGElementSize(n,{useAttrs:!0});if(r<1||i<1)return;const s=this.model.getOptions(),a=this.model.getDisplayData(),o=x(this.getOptions(),"color","gradient","enabled");let l=Ce.minNodePadding;s.alluvial.nodePadding>Ce.minNodePadding&&(l=s.alluvial.nodePadding);const c=x(s,"alluvial","nodeAlignment");let u=rm;c===Rt.LEFT?u=Dk:c===Rt.RIGHT&&(u=Lk);const d=Pk().nodeId(m=>m.name).nodeWidth(Ce.nodeWidth).nodePadding(l).nodeAlign(u).extent([[2,30],[r-2,i]]);this.graph=d({nodes:s.alluvial.nodes.map(m=>Object.assign({},m)),links:a.map(m=>Object.assign({},m))}),this.graph.nodes=this.graph.nodes.filter(m=>m.value!==0);const h={};this.graph.nodes.forEach(m=>{const y=m.x0;m.category&&(h[y]=m==null?void 0:m.category)}),n.append("g").classed("header-arrows",!0).selectAll("g").data(Object.keys(h)).join("g").attr("transform",m=>`translate(${m}, 0)`).append("text").attr("id",(m,y)=>this.services.domUtils.generateElementIDString(`alluvial-category-${y}`)).style("font-size","14px").text(m=>h[m]?h[m]:"").attr("y",20).attr("x",(m,y)=>{const b=this.services.domUtils.generateElementIDString(`alluvial-category-${y}`),{width:S}=C.getSVGElementSize(A(`text#${b}`),{useBBox:!0});let _=0;return m+_>=S&&(_=-S+4),_});const p=n.append("g").attr("fill","none").selectAll("g").data(this.graph.links);if(p.exit().remove(),o){const m=x(this.getOptions(),"color","scale");m&&p.enter().append("linearGradient").attr("id",y=>`${this.gradient_id}-link-${y.index}`).attr("gradientUnits","userSpaceOnUse").call(y=>y.append("stop").attr("offset","0%").attr("stop-color",b=>m[b.source.name])).call(y=>y.append("stop").attr("offset","100%").attr("stop-color",b=>m[b.target.name])),p.exit().remove()}p.enter().append("path").classed("link",!0).attr("d",qk()).attr("id",m=>this.services.domUtils.generateElementIDString(`alluvial-line-${m.index}`)).attr("class",m=>s.alluvial.monochrome?this.model.getColorClassName({classNameTypes:[Q.STROKE],dataGroupName:0,originalClassName:"link"}):this.model.getColorClassName({classNameTypes:[Q.STROKE],dataGroupName:m.source.index,originalClassName:"link"})).style("stroke",m=>o?`url(#${this.gradient_id}-link-${m.index})`:this.model.getFillColor(m.source.name)).attr("stroke-width",m=>Math.max(1,m.width)).style("stroke-opacity",Ce.opacity.default).attr("aria-label",m=>`${m.source.name} → ${m.target.name} (${m.value}${s.alluvial.units?" "+s.alluvial.units:""})`);const g=n.append("g").selectAll("g").data(this.graph.nodes).enter().append("g").attr("id",m=>this.services.domUtils.generateElementIDString(`alluvial-node-${m.index}`)).classed("node-group",!0).attr("transform",m=>`translate(${m.x0}, ${m.y0})`);g.append("rect").classed("node",!0).attr("height",m=>m.y1-m.y0).attr("width",m=>m.x1-m.x0).attr("fill","black");const v=g.append("g").attr("id",m=>this.services.domUtils.generateElementIDString(`alluvial-node-title-${m.index}`));v.append("text").attr("id",m=>this.services.domUtils.generateElementIDString(`alluvial-node-text-${m.index}`)).attr("class","node-text").style("font-size","12px").attr("text-anchor","start").attr("fill","white").attr("x",4).attr("dy",13).text(m=>`${m.name} (${m.value})`).attr("aria-label",m=>`${m.name} (${m.value})`),v.append("rect").classed("node-text-bg",!0).attr("width",(m,y)=>{const b=this.services.domUtils.generateElementIDString(`alluvial-node-text-${y}`),{width:S}=C.getSVGElementSize(A(`text#${b}`),{useBBox:!0});return S+8}).attr("height",18).attr("stroke-width",2).lower(),v.attr("transform",(m,y)=>{const b=this.services.domUtils.generateElementIDString(`alluvial-node-text-${y}`),{width:S}=C.getSVGElementSize(A(`text#${b}`),{useBBox:!0}),_=(m.y1-m.y0)/2-9;let E=m.x1-m.x0;return m.x1>=S?E=E-(S+16):E+=4,`translate(${E}, ${_})`}),this.addLineEventListener(),this.addNodeEventListener()}addLineEventListener(){const t=this.getOptions(),n=this,r=da((i,s="mouseover")=>{const a=n.parent.selectAll("path.link").transition().call(o=>n.services.transitions.setupTransition({transition:o,name:"alluvial-links-mouse-highlight"}));s==="mouseout"?(A(i).lower(),a.style("stroke-opacity",Ce.opacity.default)):a.style("stroke-opacity",function(){return i===this?(A(this).raise(),Ce.opacity.selected):Ce.opacity.unfocus})},33);this.parent.selectAll("path.link").on("mouseover",function(i,s){const a=A(this);r(this,"mouseover"),a.classed("link-hovered",!0);const o=getComputedStyle(this).getPropertyValue("stroke");n.services.events.dispatchEvent(w.Alluvial.LINE_MOUSEOVER,{event:i,element:a,datum:s}),n.services.events.dispatchEvent(w.Tooltip.SHOW,{event:i,hoveredElement:a,items:[{label:s.target.name,value:s.value+(t.alluvial.units?` ${t.alluvial.units}`:""),color:o,labelIcon:n.getRightArrowIcon()}]})}).on("mousemove",function(i,s){n.services.events.dispatchEvent(w.Alluvial.LINE_MOUSEMOVE,{event:i,element:A(this),datum:s}),n.services.events.dispatchEvent(w.Tooltip.MOVE,{event:i})}).on("click",function(i,s){n.services.events.dispatchEvent(w.Alluvial.LINE_CLICK,{event:i,element:A(this),datum:s})}).on("mouseout",function(i,s){const a=A(this);r(this,"mouseout"),a.classed("link-hovered",!1),n.services.events.dispatchEvent(w.Alluvial.LINE_MOUSEOUT,{event:i,element:a,datum:s}),n.services.events.dispatchEvent(w.Tooltip.HIDE,{event:i,hoveredElement:a})})}addNodeEventListener(){const t=this,n=da((r=[],i="mouseover")=>{if(i==="mouseout"||r.length===0){t.parent.selectAll("path.link").classed("link-hovered",!1).data(this.graph.links,a=>a.index).order().style("stroke-opacity",Ce.opacity.default);return}t.parent.selectAll("path.link").transition().call(a=>this.services.transitions.setupTransition({transition:a,name:"alluvial-link-mouse-highlight"})).style("stroke-opacity",function(a){return r.some(o=>o===a.index)?(A(this).classed("link-hovered",!0).raise(),Ce.opacity.selected):Ce.opacity.unfocus})},66);t.parent.selectAll(".node-group").on("mouseover",function(r,i){const s=A(this),a=[];if(t.traverse({link:"sourceLinks",node:"target"},i,a),t.traverse({link:"targetLinks",node:"source"},i,a),a.length){const o=Ri(s.attr("transform"));if(s.attr("transform",`translate(${o.x-2}, ${o.y})`),s.classed("node-hovered",!0).selectAll("rect.node").attr("width",8),i.x0-2===0){const c=t.services.domUtils.generateElementIDString(`alluvial-node-title-${i.index}`),u=t.parent.select(`g#${c}`),d=Ri(u.attr("transform"));u.attr("transform",`translate(${d.x+4},${d.y})`)}const l=t.services.domUtils.generateElementIDString(`alluvial-node-text-${i.index}`);t.parent.select(`text#${l}`).style("font-weight","bold"),n(a,"mouseover"),t.services.events.dispatchEvent(w.Alluvial.NODE_MOUSEOVER,{event:r,element:s,datum:i})}}).on("mousemove",function(r,i){t.services.events.dispatchEvent(w.Alluvial.NODE_MOUSEMOVE,{event:r,element:A(this),datum:i}),t.services.events.dispatchEvent(w.Tooltip.MOVE,{event:r})}).on("click",function(r,i){t.services.events.dispatchEvent(w.Alluvial.NODE_CLICK,{event:r,element:A(this),datum:i})}).on("mouseout",function(r,i){const s=A(this),a=Ri(s.attr("transform"));if(s.classed("node-hovered",!1).attr("transform",`translate(${a.x+2}, ${a.y})`).select("rect.node").attr("width",Ce.nodeWidth),i.x0-2===0){const l=t.services.domUtils.generateElementIDString(`alluvial-node-title-${i.index}`),c=t.parent.select(`g#${l}`),u=Ri(c.attr("transform"));c.attr("transform",`translate(${u.x-4},${u.y})`)}const o=t.services.domUtils.generateElementIDString(`alluvial-node-text-${i.index}`);t.parent.select(`text#${o}`).style("font-weight","normal"),n([],"mouseout"),t.services.events.dispatchEvent(w.Alluvial.NODE_MOUSEOUT,{event:r,element:s,datum:i}),t.services.events.dispatchEvent(w.Tooltip.HIDE,{hoveredElement:s})})}traverse(t,n,r=[]){n[t.link].map(s=>(r.push(s.index),s[t.node])).forEach(s=>this.traverse(t,s,r))}getRightArrowIcon(){return`
72
- <svg xmlns="http://www.w3.org/2000/svg" class="arrow-right" width="32" height="32" viewBox="0 0 32 32">
73
- <polygon points="18 6 16.57 7.393 24.15 15 4 15 4 17 24.15 17 16.57 24.573 18 26 28 16 18 6"/>
74
- <rect width="32" height="32"/>
75
- </svg>`}destroy(){this.parent.selectAll("path.line,.node-group").on("mouseover",null).on("mousemove",null).on("click",null).on("mouseout",null)}}class jk extends De{constructor(t,n){super(t,n),this.model=new Ck(this.services),this.model.setOptions(Mt(bt.alluvialChart,n.options)),this.init(t,n)}getComponents(){const t=[new Xk(this.model,this.services)];return this.getChartComponents(t,{excludeLegend:!0})}}const Ir=class Ir extends ot{constructor(){super(...arguments),this.type="grid-brush",this.renderType=Z.SVG,this.selectionSelector="rect.selection",this.frontSelectionSelector="rect.frontSelection"}render(t=!0){const n=this.parent,r=this.getComponentContainer();if(!n)throw new Error("SVG was not defined");const i=C.appendOrSelect(n,"svg.chart-grid-backdrop"),s=C.appendOrSelect(i,`g.${this.type}`),a=C.appendOrSelect(s,this.selectionSelector),{width:o,height:l}=C.getSVGElementSize(i,{useAttrs:!0}),{cartesianScales:c}=this.services,u=c.getMainXScaleType(),d=c.getMainXScale(),[h]=d.range();r.attr("transform",`translate(${h},0)`);const f=C.appendOrSelect(r,this.frontSelectionSelector);if(d&&u===j.TIME){let p=this.model.get("zoomDomain");p===void 0&&(p=this.services.zoom.getDefaultZoomBarDomain(),p&&this.model.set({zoomDomain:p},{animate:!1}));const g=_=>{const E=_[1]-_[0];let M="0,"+E.toString();const D=Math.floor(l/Ir.DASH_LENGTH),H=D*Ir.DASH_LENGTH;for(let I=0;I<D;I++)M+=","+Ir.DASH_LENGTH;M+=","+(l-H),D%2===1&&(M+=",0"),M+=","+E.toString(),M+=","+l.toString(),f.attr("stroke-dasharray",M)},v=_=>{const E=_.selection;E===null||E[0]===E[1]||(f.attr("x",parseFloat(a.attr("x"))+parseFloat(i.attr("x"))).attr("y",a.attr("y")).attr("width",a.attr("width")).attr("height",a.attr("height")).style("cursor","pointer").style("display",null),g(E))},m=(_,E)=>{const M=Vd().range([0,o]).domain(p);let D=[M.invert(_),M.invert(E)];D[0].valueOf()===D[1].valueOf()&&(D=this.services.zoom.getDefaultZoomBarDomain()),(p[0].valueOf()!==D[0].valueOf()||p[1].valueOf()!==D[1].valueOf())&&this.services.zoom.handleDomainChange(D)};let y;const b=_=>{const E=_.selection;E!==null&&(m(E[0],E[1]),s.call(y.move,null),f.style("display","none"))};l!=0&&o!=0&&(y=nh().extent([[0,0],[o-1,l]]).on("start brush end",v).on("end.brushed",b),s.call(y));const S=this.services.zoom.getZoomRatio();i.on("click",function(_){if(_.shiftKey){const E=this.services.domUtils.getHolder(),M=En(s.node(),E)[0];let D=M-o*S/2;D<0&&(D=0);let H=M+o*S/2;H>o&&(H=o),m(D,H)}})}}};Ir.DASH_LENGTH=4;let Wc=Ir;class Zk extends ot{constructor(){super(...arguments),this.type="zoom-bar",this.renderType=Z.SVG,this.MIN_SELECTION_DIFF=9e-10,this.brushSelector="g.zoom-bar-brush",this.clipId="zoomBarClip-"+Math.floor(Math.random()*99999999999),this.brush=nh(),this.highlightStrokeWidth=1}init(){this.services.events.addEventListener(w.ZoomBar.UPDATE,this.render.bind(this));const t=x(this.getOptions(),"zoomBar",G.TOP,"data");this.model.setZoomBarData(t)}render(t=!0){const n=this.getComponentContainer(),r=this.services.zoom.isZoomBarLoading(G.TOP),i=this.services.zoom.isZoomBarLocked(G.TOP),s=x(this.getOptions(),"zoomBar",G.TOP,"type"),a=x(this.getOptions(),"axes",G.BOTTOM,"highlights"),o=le.height[s],{width:l}=C.getSVGElementSize(this.parent,{useAttrs:!0});if(l===0)return;let c=0;const u=this.model.get("axesMargins");u&&u.left&&(c=u.left);const d=C.appendOrSelect(n,"svg.zoom-container").attr("width","100%").attr("height",o).attr("opacity",1);if(C.appendOrSelect(n,"rect.zoom-spacer").attr("x",0).attr("y",o).attr("width","100%").attr("height",le.spacerHeight).attr("opacity",1).attr("fill","none"),s===Me.GRAPH_VIEW?C.appendOrSelect(d,"rect.zoom-bg").attr("x",c).attr("y",0).attr("width",l-c).attr("height","100%").classed("zoom-bg-skeleton",r).style("stroke",r?`url(#${this.services.domUtils.generateElementIDString("shimmer-lines")})`:null):s===Me.SLIDER_VIEW&&C.appendOrSelect(d,"rect.zoom-slider-bg").attr("x",c).attr("y",o/2-1).attr("width",l-c).attr("height",2).classed("zoom-slider-bg-skeleton",r).style("stroke",r?`url(#${this.services.domUtils.generateElementIDString("shimmer-lines")})`:null),r){this.renderSkeleton(d,c,l);return}const{cartesianScales:h}=this.services,f=h.getMainXScale(),p=h.getMainYScale(),g=h.getMainXScaleType();if(f&&g===j.TIME){let v=this.services.zoom.getZoomBarData();if(Te(v)||v.length===1)return;this.xScale=f.copy(),this.yScale=p.copy();const m=this.services.zoom.getDefaultZoomBarDomain(v);v=this.compensateDataForDefaultDomain(v,m);const y=this.model.get("initialZoomDomain"),b=x(this.getOptions(),"zoomBar",G.TOP,"initialZoomDomain");b&&b[0]&&b[1]&&(b[0]=new Date(b[0]),b[1]=new Date(b[1])),b&&!(y&&y[0].valueOf()===b[0].valueOf()&&y[1].valueOf()===b[1].valueOf())?this.model.set({initialZoomDomain:tt([],b),zoomDomain:b?tt([],b):m},{skipUpdate:!0}):b===null&&y!==null&&this.model.set({initialZoomDomain:null,zoomDomain:tt([],m)},{skipUpdate:!0}),this.xScale.range([c,l]).domain(m),this.maxSelectionRange=this.xScale.range(),this.yScale.range([0,o-6]).domain(ye(v,E=>E.value));const S=this.model.get("zoomDomain");if(s===Me.GRAPH_VIEW&&(this.renderZoomBarArea(d,"path.zoom-graph-area-unselected",v,null),this.updateClipPath(n,this.clipId,0,0,0,0),this.renderZoomBarArea(d,"path.zoom-graph-area",v,this.clipId),this.renderZoomBarBaseline(d,c,l),a)){const E=a.highlightStartMapsTo,M=a.highlightEndMapsTo,D=a.color,H=a.labelMapsTo;a.data.forEach((I,O)=>{C.appendOrSelect(d,`rect.highlight-${O}`).attr("height",o-2*this.highlightStrokeWidth).attr("y",this.highlightStrokeWidth).attr("x",this.xScale(I[E])).attr("width",this.xScale(I[M])-this.xScale(I[E])).style("fill",D&&D.scale[I[H]]?D.scale[I[H]]:null).style("fill-opacity",.1).style("stroke",D&&D.scale[I[H]]?D.scale[I[H]]:null).style("stroke-dasharray","2, 2").attr("stroke-width","1px")})}this.addBrushEventListener(S,c,l);const _=C.appendOrSelect(n,this.brushSelector).call(this.brush);if(S!==void 0)if(S[0].valueOf()===S[1].valueOf())_.call(this.brush.move,this.xScale.range()),this.updateBrushHandle(this.getComponentContainer(),this.xScale.range());else{const E=S.map(M=>this.xScale(M));E[1]-E[0]<this.MIN_SELECTION_DIFF||(_.call(this.brush.move,E),this.updateBrushHandle(this.getComponentContainer(),E))}i&&(this.brush.filter(()=>!1),_.selectAll("rect").attr("cursor","auto"))}}addBrushEventListener(t,n,r){const i=o=>{const l=o.selection;l===null?this.handleBrushedEvent(o,t,this.xScale,this.xScale.range()):l[0]===l[1]||this.handleBrushedEvent(o,t,this.xScale,l)},s=x(this.getOptions(),"zoomBar",G.TOP,"type"),a=le.height[s];this.brush.extent([[n,0],[r,a]]).on("start brush end",null).on("start brush end",i)}handleBrushedEvent(t,n,r,i){const s=[r.invert(i[0]),r.invert(i[1])];if(this.updateBrushHandle(this.getComponentContainer(),i),t.sourceEvent!=null&&(t.sourceEvent.type==="mousemove"||t.sourceEvent.type==="mouseup"||t.sourceEvent.type==="mousedown"||t.sourceEvent.type==="touchstart"||t.sourceEvent.type==="touchmove"||t.sourceEvent.type==="touchend")){(n===void 0||n[0]!==s[0]||n[1]!==s[1])&&this.services.zoom.handleDomainChange(s,{dispatchEvent:!1});let a;t.type==="start"?a=w.ZoomBar.SELECTION_START:t.type==="brush"?a=w.ZoomBar.SELECTION_IN_PROGRESS:t.type==="end"&&(a=w.ZoomBar.SELECTION_END,this.services.events.dispatchEvent(w.ZoomDomain.CHANGE,{newDomain:s})),this.services.events.dispatchEvent(a,{selection:i,newDomain:s})}}updateBrushHandle(t,n){const r=this,i=le.handleWidth,s=x(this.getOptions(),"zoomBar",G.TOP,"type"),a=le.height[s],o=-i/2,l=le.handleBarWidth,c=s===Me.GRAPH_VIEW?le.handleBarHeight:6,u=-l/2,d=(a-c)/2;t.select(this.brushSelector).selectAll("rect.handle").data([{type:"w"},{type:"e"}]).attr("x",function(f){if(f.type==="w")return Math.max(n[0]+o,r.maxSelectionRange[0]);if(f.type==="e")return Math.min(n[1]+o,r.maxSelectionRange[1]-i)}).attr("y",0).attr("width",i).attr("height",a).attr("cursor","ew-resize").style("display",null);const h=t.select(this.brushSelector).selectAll("rect.handle-bar").data([{type:"w"},{type:"e"}]);h.enter().append("rect").attr("class",function(f){return"handle-bar handle-bar--"+f.type}),h.attr("x",function(f){if(f.type==="w")return Math.max(n[0]+u,r.maxSelectionRange[0]-o+u);if(f.type==="e")return Math.min(n[1]+u,r.maxSelectionRange[1]+o+u)}).attr("y",d).attr("width",l).attr("height",c).attr("cursor","ew-resize"),s===Me.SLIDER_VIEW&&this.updateSliderSelectedArea(n),this.updateClipPath(t,this.clipId,n[0],0,n[1]-n[0],a)}updateSliderSelectedArea(t){const n=x(this.getOptions(),"zoomBar",G.TOP,"type"),r=le.height[n],s=this.getComponentContainer().select("svg.zoom-container");C.appendOrSelect(s,"rect.zoom-slider-selected-area").attr("x",t[0]).attr("y",r/2-1).attr("width",t[1]-t[0]).attr("height",2)}renderZoomBarArea(t,n,r,i){const{cartesianScales:s}=this.services,a=s.getMainXAxisPosition(),o=s.getMainYAxisPosition(),l=s.getMainXScaleType(),c=s.getMainYScaleType(),u=(m,y,b)=>S=>s.getValueFromScale(m,y,b,S),d=u(this.xScale,l,a),h=u(this.yScale,c,o),f=x(this.getOptions(),"zoomBar",G.TOP,"type"),p=le.height[f],g=dl().x(m=>d(m)).y0(p).y1(m=>p-h(m)),v=C.appendOrSelect(t,n).datum(r).attr("d",g);i&&v.attr("clip-path",`url(#${i})`)}updateClipPath(t,n,r,i,s,a){const o=C.appendOrSelect(t,"clipPath").attr("id",n);C.appendOrSelect(o,"rect").attr("x",r).attr("y",i).attr("width",s).attr("height",a)}compensateDataForDefaultDomain(t,n){if(!t||t.length<2)return;const r=Je(t),i=this.services.cartesianScales.getDomainIdentifier(),s=this.services.cartesianScales.getRangeIdentifier();if(Number(n[0])<Number(r[0][i])){const a={};a[i]=n[0],a[s]=0,r.unshift(a)}if(Number(n[1])>Number(r[r.length-1][i])){const a={};a[i]=n[1],a[s]=0,r.push(a)}return r}renderZoomBarBaseline(t,n,r,i=!1){const s=x(this.model.getOptions(),"zoomBar",G.TOP,"type"),a=le.height[s],o=fi()([[n,a],[r,a]]);C.appendOrSelect(t,"path.zoom-bg-baseline").attr("d",o).classed("zoom-bg-baseline-skeleton",i).style("stroke",i?`url(#${this.services.domUtils.generateElementIDString("shimmer-lines")})`:null)}renderSkeleton(t,n,r){this.renderZoomBarArea(t,"path.zoom-graph-area-unselected",[],null),this.renderZoomBarArea(t,"path.zoom-graph-area",[],this.clipId),this.brush.on("start brush end",null),C.appendOrSelect(this.getComponentContainer(),this.brushSelector).html(null),x(this.getOptions(),"zoomBar",G.TOP,"type")===Me.GRAPH_VIEW&&this.renderZoomBarBaseline(t,n,r,!0)}destroy(){this.brush.on("start brush end",null),this.services.events.removeEventListener(w.ZoomBar.UPDATE,this.render.bind(this))}}class Kk extends ot{constructor(t,n){super(t,n),this.type="threshold",this.renderType=Z.SVG,this.positionService=new Ra}render(t=!1){const n=x(this.getOptions(),"axes"),r=[];Object.keys(n).forEach(h=>{if(Object.values(G).includes(h)){const f=n[h];f.thresholds&&f.thresholds.length>0&&r.push({axisPosition:h,thresholds:f.thresholds,correspondingDatasets:f==null?void 0:f.correspondingDatasets,mapsTo:f==null?void 0:f.mapsTo})}});const s=this.getComponentContainer({withinChartClip:!0}).selectAll("g.axis-thresholds").data(r,h=>h.axisPosition);s.exit().attr("opacity",0).remove();const o=s.enter().append("g").merge(s);o.attr("class",h=>`axis-thresholds ${h.axisPosition}`);const l=o.selectAll("g.threshold-group").data(h=>h.thresholds.map(f=>(f.axisPosition=h.axisPosition,f.datum=this.constructDatumObj(h,f),f)));l.exit().attr("opacity",0).remove();const c=l.enter().append("g");c.append("line").attr("class","threshold-line"),c.append("rect").attr("class","threshold-hoverable-area"),c.merge(l).attr("class","threshold-group");const d=this;o.each(function({axisPosition:h}){const f=d.services.cartesianScales.getScaleByPosition(h),p=d.services.cartesianScales.getScaleTypeByPosition(h);let g=null,v=null;h===G.LEFT||h===G.RIGHT?(v=f,g=d.services.cartesianScales.getMainXScale()):(g=f,v=d.services.cartesianScales.getMainYScale());const m=p===j.LABELS,[y,b]=g.range(),[S,_]=v.range(),{cartesianScales:E}=d.services,M=E.getOrientation(),D=R=>E.getDomainValue(R),H=R=>E.getRangeValue(R),[I,O]=rn(D,H,M),L=A(this);h===G.TOP||h===G.BOTTOM?(L.selectAll("line.threshold-line").transition().call(R=>d.services.transitions.setupTransition({transition:R,name:"threshold-line-update",animate:t})).attr("y1",_).attr("y2",S).attr("x1",({datum:R})=>I(R)+(m?f.step()/2:0)).attr("x2",({datum:R})=>I(R)+(m?f.step()/2:0)).style("stroke",({fillColor:R})=>R),L.selectAll("rect.threshold-hoverable-area").attr("x",0).attr("y",({datum:R})=>-I(R)).attr("width",Math.abs(S-_)).classed("rotate",!0)):(L.selectAll("line.threshold-line").transition().call(R=>d.services.transitions.setupTransition({transition:R,name:"threshold-line-update",animate:t})).attr("x1",y).attr("x2",b).attr("y1",({datum:R})=>O(R)+(m?f.step()/2:0)).attr("y2",({datum:R})=>O(R)+(m?f.step()/2:0)).style("stroke",({fillColor:R})=>R),L.selectAll("rect.threshold-hoverable-area").attr("x",y).attr("y",({datum:R})=>O(R)).attr("width",Math.abs(b-y)).classed("rotate",!1))}),this.services.events.addEventListener(w.Threshold.SHOW,h=>{this.setThresholdLabelPosition(h.detail),this.label.classed("hidden",!1)}),this.services.events.addEventListener(w.Threshold.HIDE,()=>{this.label.classed("hidden",!0)}),this.appendThresholdLabel(),this.addEventListeners()}getFormattedValue(t){const{value:n,axisPosition:r}=t,i=this.getOptions();if(this.services.cartesianScales.getScaleTypeByPosition(r)===j.TIME){const a=[G.LEFT,G.RIGHT].includes(r),o=this.services.cartesianScales.getMainXScale(),l=this.services.cartesianScales.getMainYScale(),c=a?l:o,u=x(i,"timeScale"),d=vc(c.ticks(),x(u,"timeInterval"));return mc(n,0,c.ticks(),d,u)}return n.toLocaleString("en")}appendThresholdLabel(){const t=A(this.services.domUtils.getHolder()),n=x(this.getOptions(),"style","prefix");this.label=C.appendOrSelect(t,`div.${te}--${n}--threshold--label`).classed("hidden",!0)}setThresholdLabelPosition({event:t,datum:n}){const r=this.services.domUtils.getHolder(),i=En(t,r),s=n.valueFormatter?n.valueFormatter(n.value):this.getFormattedValue(n);this.label.html(`${n.label||"Threshold"}: ${s}`).style("background-color",n.fillColor);const a=this.label.node(),o=this.positionService.findBestPlacementAt({left:i[0],top:i[1]},a,[Ut.RIGHT,Ut.LEFT,Ut.TOP,Ut.BOTTOM],()=>({top:void 0,left:void 0,width:r.offsetWidth,height:r.offsetHeight})),l=this.positionService.findPositionAt({left:i[0],top:i[1]},a,o);this.positionService.setElement(a,l)}constructDatumObj(t,n){const r={};return t.correspondingDatasets&&(r.group=x(t,"correspondingDatasets",0)),r[t.mapsTo]=n.value,r}addEventListeners(){const t=this;this.getComponentContainer({withinChartClip:!0}).selectAll("rect.threshold-hoverable-area").on("mouseover mousemove",function(r){A(this.parentNode).select("line.threshold-line").classed("active",!0),t.services.events.dispatchEvent(w.Threshold.SHOW,{event:r,hoveredElement:A(this),datum:A(this).datum()})}).on("mouseout",function(r){A(this.parentNode).select("line.threshold-line").classed("active",!1),t.services.events.dispatchEvent(w.Threshold.HIDE,{event:r,hoveredElement:A(this),datum:A(this).datum()})})}}class Qk extends ot{constructor(t,n){super(t,n),this.type="highlight",this.renderType=Z.SVG,this.positionService=new Ra,this.highlightStrokeWidth=1}render(t=!1){const n=x(this.getOptions(),"axes"),r=[];Object.keys(n).forEach(h=>{if(Object.values(G).includes(h)){const f=n[h];f.highlights&&f.highlights.data.length>0&&r.push({axisPosition:h,highlightStartMapsTo:f.highlights.highlightStartMapsTo,highlightEndMapsTo:f.highlights.highlightEndMapsTo,labelMapsTo:f.highlights.labelMapsTo,highlight:f.highlights.data,color:f.highlights.color})}});const s=this.getComponentContainer({withinChartClip:!0}).selectAll("g.axis-highlight").data(r,h=>h.axisPosition);s.exit().attr("opacity",0).remove();const o=s.enter().append("g").merge(s);o.attr("class",h=>`axis-highlight ${h.axisPosition}`);const l=o.selectAll("g.highlight-group").data(h=>h.highlight.map(f=>(f.axisPosition=h.axisPosition,f.highlightStartMapsTo=h.highlightStartMapsTo,f.labelMapsTo=h.labelMapsTo,f.color=h.color,f.highlightEndMapsTo=h.highlightEndMapsTo,f)));l.exit().attr("opacity",0).remove();const c=l.enter().append("g");c.append("rect").attr("class","highlight-bar"),c.append("line").attr("class","highlight-line"),c.merge(l).attr("class","highlight-group");const d=this;o.each(function({axisPosition:h}){const f=d.services.cartesianScales.getMainXScale(),p=d.services.cartesianScales.getMainYScale(),[g,v]=f.range(),[m,y]=p.range(),{cartesianScales:b}=d.services,S=b.getOrientation(),_=I=>b.getDomainValue(I),E=I=>b.getRangeValue(I),[M,D]=rn(_,E,S),H=A(this);h===G.TOP||h===G.BOTTOM?H.selectAll("rect.highlight-bar").transition().call(I=>d.services.transitions.setupTransition({transition:I,name:"highlight-bar-update",animate:t})).attr("y",Math.max(y+d.highlightStrokeWidth,0)).attr("height",Math.max(m-2*d.highlightStrokeWidth,0)).attr("x",({highlightStartMapsTo:I,...O})=>M(O[I])).attr("width",({highlightStartMapsTo:I,highlightEndMapsTo:O,...L})=>Math.max(M(L[O])-M(L[I]),0)).style("stroke",({color:I,labelMapsTo:O,...L})=>I&&I.scale[L[O]]?I.scale[L[O]]:null).style("stroke-dasharray","2, 2").attr("stroke-width",d.highlightStrokeWidth+"px").style("fill-opacity",.1).style("fill",({color:I,labelMapsTo:O,...L})=>I&&I.scale[L[O]]?I.scale[L[O]]:null):H.selectAll("rect.highlight-bar").transition().call(I=>d.services.transitions.setupTransition({transition:I,name:"highlight-bar-update",animate:t})).attr("x",g).attr("width",Math.max(v-g,0)).attr("y",({highlightEndMapsTo:I,...O})=>D(O[I])).attr("height",({highlightStartMapsTo:I,highlightEndMapsTo:O,...L})=>Math.max(D(L[I])-D(L[O]),0)).style("stroke",({color:I,labelMapsTo:O,...L})=>I&&I.scale[L[O]]?I.scale[L[O]]:null).style("stroke-dasharray","2, 2").attr("stroke-width",d.highlightStrokeWidth+"px").style("fill-opacity",.1).style("fill",({color:I,labelMapsTo:O,...L})=>I&&I.scale[L[O]]?I.scale[L[O]]:null)})}}class um extends Vc{getItems(t){if(t.detail.items)return t.detail.items;const{data:n}=t.detail;if(!n||!n.length||!n[0])return[];const r=this.getOptions(),{cartesianScales:i}=this.services,s=i.getDomainIdentifier(),a=i.isDualAxes(),{groupMapsTo:o}=r.data,l=i.getDomainLabel();let c=i.getRangeLabel();const u=n[0][s];let d;if(n.length===1){const h=n[0],f=i.getRangeIdentifier(h);if(a){const g=i.getRangeAxisPosition({datum:h,groups:[h[o]]});c=i.getScaleLabel(g)}const p=h[f];d=[{label:l,value:u},...Array.isArray(p)&&p.length===2?[{label:"Start",value:p[0]},{label:"End",value:p[1]}]:[{label:c,value:h[f]}]],t.detail.additionalItems&&t.detail.additionalItems.forEach(g=>d.push({label:g.label,value:g.value})),d.push({label:r.tooltip.groupLabel,value:h[o],color:this.model.getFillColor(h[o]),class:this.model.getColorClassName({classNameTypes:[Q.TOOLTIP],dataGroupName:h[o]})})}else if(n.length>1&&(d=[{label:l,value:u}],d=d.concat(n.map(h=>{const f=h[i.getRangeIdentifier(h)];return{label:h[o],value:Array.isArray(f)&&f.length===2?`${f[0]} - ${f[1]}`:f,color:this.model.getFillColor(h[o]),class:this.model.getColorClassName({classNameTypes:[Q.TOOLTIP],dataGroupName:h[o]})}}).sort((h,f)=>f.value-h.value)),!a&&x(r,"tooltip","showTotal")===!0)){const h=i.getRangeIdentifier();d.push({label:Et(r,"tooltip.totalLabel")||"Total",value:n.reduce((f,p)=>f+p[h],0),bold:!0})}return d}}function Fi(e,t){const n=ht(e),r=ht(t),i=n.getTime()-r.getTime();return i<0?-1:i>0?1:i}function Jk(e,t){const n=ht(e),r=ht(t);return n.getFullYear()-r.getFullYear()}function tI(e,t){const n=ht(e),r=ht(t),i=Fi(n,r),s=Math.abs(Jk(n,r));n.setFullYear(1584),r.setFullYear(1584);const a=Fi(n,r)===-i,o=i*(s-+a);return o===0?0:o}function Yc(e,t){const n=ht(e);if(isNaN(t))return Ae(e,NaN);if(!t)return n;const r=n.getDate(),i=Ae(e,n.getTime());i.setMonth(n.getMonth()+t+1,0);const s=i.getDate();return r>=s?i:(n.setFullYear(i.getFullYear(),i.getMonth(),r),n)}function hm(e,t){return Yc(e,t*12)}function eI(e,t){return hm(e,-t)}function nI(e,t){const n=ht(e),r=ht(t),i=n.getFullYear()-r.getFullYear(),s=n.getMonth()-r.getMonth();return i*12+s}function rI(e){const t=ht(e);return t.setHours(23,59,59,999),t}function iI(e){const t=ht(e),n=t.getMonth();return t.setFullYear(t.getFullYear(),n+1,0),t.setHours(23,59,59,999),t}function sI(e){const t=ht(e);return+rI(t)==+iI(t)}function aI(e,t){const n=ht(e),r=ht(t),i=Fi(n,r),s=Math.abs(nI(n,r));let a;if(s<1)a=0;else{n.getMonth()===1&&n.getDate()>27&&n.setDate(30),n.setMonth(n.getMonth()-i*s);let o=Fi(n,r)===-i;sI(ht(e))&&s===1&&Fi(e,r)===1&&(o=!1),a=i*(s-Number(o))}return a===0?0:a}function oI(e,t){return Yc(e,-t)}function lI(e,t){const n=ht(e),r=ht(t),i=dm(n,r),s=Math.abs(vg(n,r));n.setDate(n.getDate()-i*s);const a=+(dm(n,r)===-i),o=i*(s-a);return o===0?0:o}function dm(e,t){const n=e.getFullYear()-t.getFullYear()||e.getMonth()-t.getMonth()||e.getDate()-t.getDate()||e.getHours()-t.getHours()||e.getMinutes()-t.getMinutes()||e.getSeconds()-t.getSeconds()||e.getMilliseconds()-t.getMilliseconds();return n<0?-1:n>0?1:n}function fm(e,t){const n=ht(e);return isNaN(t)?Ae(e,NaN):(t&&n.setDate(n.getDate()+t),n)}function cI(e,t){return fm(e,-t)}function qc(e,t){return ht(e).getTime()-ht(t).getTime()}function Xc(e){return e?Math[e]:Math.trunc}function uI(e,t,n){const r=qc(e,t)/pg;return Xc(n==null?void 0:n.roundingMethod)(r)}function jc(e,t){const n=+ht(e);return Ae(e,n+t)}function pm(e,t){return jc(e,t*pg)}function hI(e,t){return pm(e,-t)}function gm(e,t,n){const r=qc(e,t)/fg;return Xc(n==null?void 0:n.roundingMethod)(r)}function Zc(e,t){return jc(e,t*fg)}function mm(e,t){return Zc(e,-t)}function vm(e,t,n){const r=qc(e,t)/1e3;return Xc(n==null?void 0:n.roundingMethod)(r)}function Kc(e,t){return jc(e,t*1e3)}function ym(e,t){return Kc(e,-t)}class dI extends an{constructor(){super(...arguments),this.scaleTypes={top:null,right:null,bottom:null,left:null},this.scales={top:null,right:null,bottom:null,left:null}}getDomainAxisPosition({datum:t=null}={}){if(this.dualAxes&&t){const n=this.model.getOptions(),{groupMapsTo:r}=n.data,i=x(n,"axes",this.secondaryDomainAxisPosition),s=t[r];if(i!=null&&i.correspondingDatasets&&i.correspondingDatasets.includes(s))return this.secondaryDomainAxisPosition}return this.domainAxisPosition}getRangeAxisPosition({datum:t=null,groups:n=null}={}){if(this.dualAxes){const r=this.model.getOptions(),{groupMapsTo:i}=r.data,s=x(r,"axes",this.secondaryRangeAxisPosition);let a;if(t!==null?a=t[i]:n&&n.length>0&&(a=n[0]),s!=null&&s.correspondingDatasets&&s.correspondingDatasets.includes(a))return this.secondaryRangeAxisPosition}return this.rangeAxisPosition}getAxisOptions(t){return x(this.model.getOptions(),"axes",t)}getDomainAxisOptions(){const t=this.getDomainAxisPosition();return this.getAxisOptions(t)}getRangeAxisOptions(){const t=this.getRangeAxisPosition();return this.getAxisOptions(t)}getScaleLabel(t){const r=this.getAxisOptions(t).title;return r||(t===G.BOTTOM||t===G.TOP?"x-value":"y-value")}getDomainLabel(){return this.getScaleLabel(this.getDomainAxisPosition())}getRangeLabel(){return this.getScaleLabel(this.getRangeAxisPosition())}update(){this.determineAxisDuality(),this.findDomainAndRangeAxes(),this.determineOrientation(),Object.keys(G).map(n=>G[n]).forEach(n=>{this.scales[n]=this.createScale(n)})}findDomainAndRangeAxes(){const t=this.findVerticalAxesPositions(),n=this.findHorizontalAxesPositions(),r=this.findDomainAndRangeAxesPositions(t,n);this.domainAxisPosition=r.primaryDomainAxisPosition,this.rangeAxisPosition=r.primaryRangeAxisPosition,this.isDualAxes()&&(this.secondaryDomainAxisPosition=r.secondaryDomainAxisPosition,this.secondaryRangeAxisPosition=r.secondaryRangeAxisPosition)}determineOrientation(){(this.rangeAxisPosition===G.LEFT||this.rangeAxisPosition===G.RIGHT)&&(this.domainAxisPosition===G.BOTTOM||this.domainAxisPosition===G.TOP)?this.orientation=$t.VERTICAL:this.orientation=$t.HORIZONTAL}isDualAxes(){return this.dualAxes}determineAxisDuality(){var r,i,s,a;const t=this.model.getOptions(),n=x(t,"axes");((r=n[G.LEFT])!=null&&r.correspondingDatasets&&n[G.RIGHT]||(i=n[G.RIGHT])!=null&&i.correspondingDatasets&&n[G.LEFT]||(s=n[G.TOP])!=null&&s.correspondingDatasets&&n[G.BOTTOM]||(a=n[G.BOTTOM])!=null&&a.correspondingDatasets&&n[G.TOP])&&(this.dualAxes=!0)}getCustomDomainValuesByposition(t){const n=x(this.model.getOptions(),"axes",t,"domain");if(n&&!Array.isArray(n))throw new Error(`Domain in ${t} axis is not a valid array`);if(Array.isArray(n)&&(this.scaleTypes[t]===j.LINEAR||this.scaleTypes[t]===j.TIME)&&n.length!==2)throw new Error(`There can only be 2 elements in domain for scale type: ${this.scaleTypes[t]}`);return n}getOrientation(){return this.orientation}getScaleByPosition(t){return this.scales[t]}getScaleTypeByPosition(t){return this.scaleTypes[t]}getDomainAxisScaleType(){const t=this.getDomainAxisPosition();return this.getScaleTypeByPosition(t)}getRangeAxisScaleType(){const t=this.getRangeAxisPosition();return this.getScaleTypeByPosition(t)}getDomainScale(){return this.scales[this.domainAxisPosition]}getRangeScale(){return this.scales[this.rangeAxisPosition]}getMainXAxisPosition(){const t=[G.BOTTOM,G.TOP];return[this.domainAxisPosition,this.rangeAxisPosition].find(n=>t.indexOf(n)>-1)}getMainYAxisPosition(){const t=[G.LEFT,G.RIGHT];return[this.domainAxisPosition,this.rangeAxisPosition].find(n=>t.indexOf(n)>-1)}getMainXScale(){return this.scales[this.getMainXAxisPosition()]}getMainYScale(){return this.scales[this.getMainYAxisPosition()]}getValueFromScale(t,n,r,i){const s=this.model.getOptions(),o=x(s,"axes")[r],{mapsTo:l}=o,c=x(i,l)!==null?i[l]:i;let u;switch(n){case j.LABELS:u=t(c)+t.step()/2;break;case j.TIME:u=t(new Date(c));break;default:u=t(c)}return u}getBoundedScaledValues(t){const{bounds:n}=this.model.getOptions(),r=this.getRangeAxisPosition({datum:t}),i=this.scales[r],s=this.model.getOptions(),o=x(s,"axes")[r],{mapsTo:l}=o,c=t[l]!==void 0?t[l]:t;return[i(x(t,n.upperBoundMapsTo)!==null?t[n.upperBoundMapsTo]:c),i(x(t,n.lowerBoundMapsTo)!==null?t[n.lowerBoundMapsTo]:c)]}getValueThroughAxisPosition(t,n){const r=this.scaleTypes[t],i=this.scales[t];return this.getValueFromScale(i,r,t,n)}getDomainValue(t){const n=this.getDomainAxisPosition({datum:t});return this.getValueThroughAxisPosition(n,t)}getRangeValue(t){const n=this.getRangeAxisPosition({datum:t});return this.getValueThroughAxisPosition(n,t)}getMainXScaleType(){return this.getScaleTypeByPosition(this.getMainXAxisPosition())}getMainYScaleType(){return this.getScaleTypeByPosition(this.getMainYAxisPosition())}getDomainIdentifier(t){const n=this.model.getOptions();return x(n,"axes",this.getDomainAxisPosition({datum:t}),"mapsTo")}getRangeIdentifier(t){const n=this.model.getOptions();return x(n,"axes",this.getRangeAxisPosition({datum:t}),"mapsTo")}extendsDomain(t,n){const r=this.model.getOptions(),i=x(r,"axes",t);if(i.scaleType===j.TIME){const s=x(r,"timeScale","addSpaceOnEdges");return fI(n,s)}else return pI(n,dn.paddingRatio,i.scaleType)}findVerticalAxesPositions(){const t=this.model.getOptions(),n=x(t,"axes"),r=this.isDualAxes();return x(n,G.LEFT)===null&&x(n,G.RIGHT)!==null||x(n,G.RIGHT,"main")===!0||r&&x(n,G.LEFT,"correspondingDatasets")?{primary:G.RIGHT,secondary:G.LEFT}:{primary:G.LEFT,secondary:G.RIGHT}}findHorizontalAxesPositions(){const t=this.model.getOptions(),n=x(t,"axes"),r=this.isDualAxes();return x(n,G.BOTTOM)===null&&x(n,G.TOP)!==null||x(n,G.TOP,"main")===!0||r&&x(n,G.BOTTOM,"correspondingDatasets")?{primary:G.TOP,secondary:G.BOTTOM}:{primary:G.BOTTOM,secondary:G.TOP}}findDomainAndRangeAxesPositions(t,n){const r=this.model.getOptions(),i=x(r,"axes",t.primary),s=x(r,"axes",n.primary),a=i.scaleType||j.LINEAR,o=s.scaleType||j.LINEAR,l={primaryDomainAxisPosition:null,secondaryDomainAxisPosition:null,primaryRangeAxisPosition:null,secondaryRangeAxisPosition:null};return l.primaryDomainAxisPosition=n.primary,l.primaryRangeAxisPosition=t.primary,l.secondaryDomainAxisPosition=n.secondary,l.secondaryRangeAxisPosition=t.secondary,(!(o===j.LABELS||o===j.TIME)&&a===j.LABELS||a===j.TIME)&&(l.primaryDomainAxisPosition=t.primary,l.primaryRangeAxisPosition=n.primary,l.secondaryDomainAxisPosition=t.secondary,l.secondaryRangeAxisPosition=n.secondary),l}getScaleDomain(t){const n=this.model.getOptions(),r=x(n,"axes",t),i=x(n,"bounds"),{includeZero:s}=r,a=x(r,"scaleType")||j.LINEAR;if(this.model.isDataEmpty())return[];if(r.binned){const{bins:m}=this.model.getBinConfigurations();return[0,bn(m,y=>y.length)]}else if(r.limitDomainToBins){const{bins:m}=this.model.getBinConfigurations(),y=this.model.getStackKeys({bins:m});return[y[0].split(":")[0],y[y.length-1].split(":")[1]]}const o=this.model.getDisplayData(),{extendLinearDomainBy:l,mapsTo:c,percentage:u,thresholds:d}=r,{reference:h,compareTo:f}=dn.ratio;if(r.domain)return a===j.LABELS?r.domain:(a===j.TIME&&(r.domain=r.domain.map(m=>m.getTime===void 0?new Date(m):m)),this.extendsDomain(t,r.domain));if(u)return[0,100];if(r&&a===j.LABELS)return Ti(o.map(m=>m[c]));let p,g;const v=this.model.getDataGroupNames();if(a===j.LABELS_RATIO)return o.map(m=>`${m[h]}/${m[f]}`);if(a===j.TIME)g=o.map(m=>+new Date(m[c]));else if(i&&n.axes)g=[],o.forEach(m=>{g.push(m[c]),m[i.upperBoundMapsTo]&&g.push(m[i.upperBoundMapsTo]),m[i.lowerBoundMapsTo]&&g.push(m[i.lowerBoundMapsTo])});else if(r.stacked===!0&&v&&t===this.getRangeAxisPosition()){const{groupMapsTo:m}=n.data,y=this.model.getDataValuesGroupedByKeys({groups:v}),b=o.filter(_=>!v.includes(_[m])),S=[];y.forEach(_=>{const{...E}=_;let M=0,D=0;Object.values(E).forEach(H=>{isNaN(H)||(H<0?D+=H:M+=H)}),S.push([D,M])}),g=[...Nf(S),...b.map(_=>_[c])]}else g=[],o.forEach(m=>{const y=m[c];Array.isArray(y)&&y.length===2?(g.push(y[0]),g.push(y[1])):(l&&g.push(Math.max(m[c],m[l])),g.push(y))});return a!==j.TIME&&a!==j.LOG&&s&&g.push(0),d&&d.length>0&&d.forEach(m=>{const y=x(m,"value");y!==null&&g.push(y)}),p=ye(g),p=this.extendsDomain(t,p),p}createScale(t){const n=this.model.getOptions(),r=x(n,"axes",t);if(!r)return null;const i=x(r,"scaleType")||j.LINEAR;this.scaleTypes[t]=i;let s;return i===j.TIME?s=Vd():i===j.LOG?s=bd().base(r.base||10):i===j.LABELS||i===j.LABELS_RATIO?s=ai():s=_e(),s.domain(this.getScaleDomain(t)),s}getHighestDomainThreshold(){const t=x(this.model.getOptions(),"axes"),n=this.getDomainAxisPosition(),{thresholds:r}=t[n];if(!Array.isArray(r)||Array.isArray(r)&&!r.length)return null;const i=this.getDomainScale(),s=r.sort((o,l)=>l.value-o.value)[0];return this.getScaleTypeByPosition(n)===j.TIME&&(typeof s.value=="string"||s.value.getTime===void 0)&&(s.value=new Date(s.value)),{threshold:s,scaleValue:i(s.value)}}getHighestRangeThreshold(){const t=x(this.model.getOptions(),"axes"),n=this.getRangeAxisPosition(),{thresholds:r}=t[n];if(!Array.isArray(r)||Array.isArray(r)&&!r.length)return null;const i=this.getRangeScale(),s=r.sort((a,o)=>o.value-a.value)[0];return{threshold:s,scaleValue:i(s.value)}}}function fI(e,t){const n=new Date(e[0]),r=new Date(e[1]);return tI(r,n)>1?[eI(n,t),hm(r,t)]:aI(r,n)>1?[oI(n,t),Yc(r,t)]:lI(r,n)>1?[cI(n,t),fm(r,t)]:uI(r,n)>1?[hI(n,t),pm(r,t)]:gm(r,n)>30?[mm(n,t*30),Zc(r,t*30)]:gm(r,n)>1?[mm(n,t),Zc(r,t)]:vm(r,n)>15?[ym(n,t*15),Kc(r,t*15)]:vm(r,n)>1?[ym(n,t),Kc(r,t)]:[n,r]}function pI([e,t],n,r){const s=(t-e)*n,a=t<=0&&t+s>0?0:t+s;let o=e>=0&&e-s<0?0:e-s;if(r===j.LOG&&o<=0){if(e<=0)throw Error("Data must have values greater than 0 if log scale type is used.");o=e}return[o,a]}class gI extends an{constructor(){super(...arguments),this.curveTypes={curveLinear:Ys,curveLinearClosed:Qd,curveBasis:ZS,curveBasisClosed:KS,curveBasisOpen:QS,curveBundle:JS,curveCardinal:t_,curveCardinalClosed:e_,curveCardinalOpen:n_,curveCatmullRom:r_,curveCatmullRomClosed:i_,curveCatmullRomOpen:s_,curveMonotoneX:a_,curveMonotoneY:o_,curveNatural:l_,curveStep:c_,curveStepAfter:h_,curveStepBefore:u_}}getD3Curve(){let t="curveLinear";const n=this.model.getOptions().curve;if(n&&(typeof n=="string"?t=n:t=n.name),this.curveTypes[t]){let r=this.curveTypes[t];return n&&Object.keys(n).forEach(i=>{r[i]&&(r=r[i](n[i]))}),r}return console.warn(`The curve type '${t}' is invalid, using 'curveLinear' instead`),this.curveTypes.curveLinear}}class mI extends an{isZoomBarEnabled(){if(!this.services.cartesianScales||!x(this.model.getOptions(),"zoomBar","top","enabled"))return!1;this.services.cartesianScales.findDomainAndRangeAxes();const t=this.services.cartesianScales.getMainXAxisPosition(),n=x(this.model.getOptions(),"axes",t,"scaleType");return t===G.BOTTOM&&n===j.TIME}getZoomBarData(){const t=this.model.getZoomBarData();return t&&t.length>1?t:this.model.getDisplayData()}getDefaultZoomBarDomain(t){if(!this.services.zoom)throw new Error("Services zoom not defined");const n=t||this.services.zoom.getZoomBarData(),{cartesianScales:r}=this.services;if(!r)throw new Error("Services cartesianScales undefined");const i=r.getMainXAxisPosition(),s=r.getDomainIdentifier(),a=x(this.model.getOptions(),"axes",i,"domain");if(Array.isArray(a)&&a.length===2)return a;if(!i)throw new Error("Not defined: mainXAxisPosition");return r.extendsDomain(i,ye(n,o=>o[s]))}handleDomainChange(t,n={dispatchEvent:!0}){var r;this.model.set({zoomDomain:t},{animate:!1}),n.dispatchEvent&&((r=this.services.events)==null||r.dispatchEvent(w.ZoomDomain.CHANGE,{newDomain:t}))}getZoomRatio(){return x(this.model.getOptions(),"zoomBar","zoomRatio")}filterDataForRangeAxis(t,n){var a;const r=this.model.get("zoomDomain"),i=Object.assign({stacked:!1},n),s=x(this.model.getOptions(),"zoomBar","updateRangeAxis");if(this.isZoomBarEnabled()&&s&&r){const o=i.stacked?"sharedStackKey":(a=this.services.cartesianScales)==null?void 0:a.getDomainIdentifier(),l=t.filter(c=>new Date(c[o])>=r[0]&&new Date(c[o])<=r[1]);if(l.length>0)return l}return t}zoomIn(t=this.getZoomRatio()){var f;const n=this.model.get("zoomDomain"),r=le.handleWidth,i=(f=this.services.cartesianScales)==null?void 0:f.getMainXScale().copy();i.domain(this.getDefaultZoomBarDomain());const s=i(n[0]),a=i(n[1]);if(a-s<r+1)return;const o=i.range(),l=a-s,c=Math.min((o[1]-o[0])/2*(t/2),l/2);let u=s+c,d=a-c;u>=d&&(u=s+l/2-r/2,d=a-l/2+r/2);const h=[i.invert(u),i.invert(d)];(n[0].valueOf()!==h[0].valueOf()||n[1].valueOf()!==h[1].valueOf())&&this.handleDomainChange(h)}zoomOut(t=this.getZoomRatio()){const n=this.model.get("zoomDomain");if(!this.services.cartesianScales)throw new Error("Services cartesianScales undefined");const r=this.services.cartesianScales.getMainXScale().copy();r.domain(this.getDefaultZoomBarDomain());const i=r(n[0]),s=r(n[1]),a=r.range(),o=(a[1]-a[0])/2*(t/2),l=Math.max(i-o,a[0]),c=Math.min(s+o,a[1]),u=[r.invert(l),r.invert(c)];(n[0].valueOf()!==u[0].valueOf()||n[1].valueOf()!==u[1].valueOf())&&this.handleDomainChange(u)}resetZoomDomain(){const t=this.model.get("zoomDomain"),n=this.getDefaultZoomBarDomain();(t[0].valueOf()!==n[0].valueOf()||t[1].valueOf()!==n[1].valueOf())&&this.handleDomainChange(n)}isMinZoomDomain(){const t=this.model.get("zoomDomain"),n=this.getDefaultZoomBarDomain();if(!t||!n)return!1;const r=t[1].valueOf()-t[0].valueOf(),i=n[1].valueOf()-n[0].valueOf(),s=x(this.model.getOptions(),"zoomBar","minZoomRatio");return r/i<s}isMaxZoomDomain(){const t=this.model.get("zoomDomain"),n=this.getDefaultZoomBarDomain();return!!(t&&n&&t[0].valueOf()===n[0].valueOf()&&t[1].valueOf()===n[1].valueOf())}isEmptyState(){return this.getZoomBarData().length===0}isZoomBarLoading(t){return x(this.model.getOptions(),"zoomBar",t,"loading")}isZoomBarLocked(t){return x(this.model.getOptions(),"zoomBar",t,"locked")}}class ne extends De{constructor(t,n){super(t,n),this.services=Object.assign(this.services,{cartesianScales:dI,curves:gI,zoom:mI}),this.model=new zn(this.services)}getAxisChartComponents(t,n){const r=this.model.getOptions(),i=x(r,"zoomBar",G.TOP,"enabled"),s=x(r,"toolbar","enabled");this.services.cartesianScales.determineAxisDuality(),this.services.cartesianScales.findDomainAndRangeAxes(),this.services.cartesianScales.determineOrientation();const a=this.services.cartesianScales.getMainXAxisPosition(),o=x(r,"axes",a,"scaleType"),l=i&&a===G.BOTTOM&&o===j.TIME,c=this.services.zoom.isZoomBarLocked(G.TOP),u=!!this.model.getOptions().title,d={id:"title",components:[new Ui(this.model,this.services)],growth:nt.STRETCH},h={id:"toolbar",components:[new Cr(this.model,this.services)],growth:nt.PREFERRED},f={id:"header",components:[new Xt(this.model,this.services,[d,...s?[h]:[]],{direction:xt.ROW,alignItems:Vn.CENTER})],growth:nt.PREFERRED},p={id:"legend",components:[new Bc(this.model,this.services)],growth:nt.PREFERRED};l&&!c&&t.push(new Jg(this.model,this.services),new Wc(this.model,this.services)),t.push(new Kk(this.model,this.services)),t.push(new Qk(this.model,this.services));const g={id:"graph-frame",components:t,growth:nt.STRETCH,renderType:Z.SVG},v=x(n,"legend","enabled")!==!1&&this.model.getOptions().legend.enabled!==!1;let m=xt.COLUMN;if(v){const E=x(this.model.getOptions(),"legend","position");E===br.LEFT?(m=xt.ROW,this.model.getOptions().legend.orientation||(this.model.getOptions().legend.orientation=Er.VERTICAL)):E===br.RIGHT?(m=xt.ROW_REVERSE,this.model.getOptions().legend.orientation||(this.model.getOptions().legend.orientation=Er.VERTICAL)):E===br.BOTTOM&&(m=xt.COLUMN_REVERSE)}const y={id:"spacer",components:[new on(this.model,this.services)],growth:nt.PREFERRED},b={id:"full-frame",components:[new Xt(this.model,this.services,[...v?[p]:[],...v?[y]:[],g],{direction:m})],growth:nt.STRETCH},S={id:"zoom-bar",components:[new Zk(this.model,this.services)],growth:nt.PREFERRED,renderType:Z.SVG},_=[];if(u||s){_.push(f);const E={id:"spacer",components:[new on(this.model,this.services,s?{size:15}:void 0)],growth:nt.PREFERRED};_.push(E)}return l&&_.push(S),_.push(b),[new um(this.model,this.services),new La(this.model,this.services),new Xt(this.model,this.services,_,{direction:xt.COLUMN})]}}class ue extends ot{constructor(){super(...arguments),this.type="grid",this.renderType=Z.SVG}render(t=!0){const n=x(this.getOptions(),"grid","x","enabled"),r=x(this.getOptions(),"grid","y","enabled");this.drawBackdrop(n,r),!(!n&&!r)&&(n&&(C.appendOrSelect(this.backdrop,"g.x.grid"),this.drawXGrid(t)),r&&(C.appendOrSelect(this.backdrop,"g.y.grid"),this.drawYGrid(t)))}drawXGrid(t){const n=this.parent,r=this.backdrop.attr("height"),i=this.services.cartesianScales.getMainXScale(),s=Ya(i).tickSizeInner(-r).tickSizeOuter(0);if(x(this.getOptions(),"grid","x","alignWithAxisTicks")){const l=this.services.cartesianScales.getDomainAxisPosition(),c=x(this.getOptions(),"axes",l,"ticks","values");c&&s.tickValues(c)}else{const l=x(this.getOptions(),"grid","x","numberOfTicks");s.ticks(l)}const o=n.select(".x.grid").attr("transform",`translate(${-this.backdrop.attr("x")}, ${r})`);t?o.transition().call(l=>this.services.transitions.setupTransition({transition:l,name:"grid-update",animate:t})).call(s):o.call(s),this.cleanGrid(o)}drawYGrid(t){const n=this.parent,r=this.backdrop.attr("width"),i=this.services.cartesianScales.getMainYScale(),s=ou(i).tickSizeInner(-r).tickSizeOuter(0);if(x(this.getOptions(),"grid","y","alignWithAxisTicks")){const l=this.services.cartesianScales.getRangeAxisPosition(),c=x(this.getOptions(),"axes",l,"ticks","values");c&&s.tickValues(c)}else{const l=x(this.getOptions(),"grid","y","numberOfTicks");s.ticks(l)}const o=n.select(".y.grid").attr("transform",`translate(0, ${-this.backdrop.attr("y")})`);t?o.transition().call(l=>this.services.transitions.setupTransition({transition:l,name:"grid-update",animate:t})).call(s):o.call(s),this.cleanGrid(o)}getGridlineThreshold(t){const n=this.parent,r=n.selectAll(".x.grid .tick").nodes().sort((u,d)=>Number(nn(u).tx)-Number(nn(d).tx));let i=-1;if(!r.length)return;r.forEach(u=>{t[0]>=+nn(u).tx&&i++});const s=i+1<r.length?i+1:r.length,a=r[i],o=r[s];let l;if(!a)l=+nn(o).tx;else if(o)l=+nn(o).tx-+nn(a).tx;else{const u=n.select("rect.chart-grid-backdrop").node();l=C.getSVGElementSize(u).width-+nn(a).tx}const{threshold:c}=this.getOptions().tooltip.gridline;return l*c}getActiveGridline(t){const n=x(this.getOptions,"tooltip","gridline","threshold"),r=n||this.getGridlineThreshold(t);return this.parent.selectAll(".x.grid .tick").filter(function(){const a=nn(this),o={min:Number(a.tx)-r,max:Number(a.tx)+r};return o.min<=t[0]&&t[0]<=o.max})}drawBackdrop(t,n){const r=this.parent,i=this.services.cartesianScales.getMainXScale(),s=this.services.cartesianScales.getMainYScale(),[a,o]=i.range(),[l,c]=s.range();this.backdrop=C.appendOrSelect(r,"svg.chart-grid-backdrop");const u=C.appendOrSelect(this.backdrop,t||n?"rect.chart-grid-backdrop.stroked":"rect.chart-grid-backdrop");this.backdrop.merge(u).attr("x",a).attr("y",c).attr("width",Math.abs(o-a)).attr("height",Math.abs(l-c)).lower(),u.attr("width","100%").attr("height","100%")}cleanGrid(t){t.selectAll("text").remove(),t.select(".domain").remove()}}class xm extends ot{constructor(){super(...arguments),this.type="area",this.renderType=Z.SVG,this.gradient_id="gradient-id-"+Math.floor(Math.random()*99999999999),this.handleLegendOnHover=t=>{const{hoveredElement:n}=t.detail;this.parent.selectAll("path.area").transition("legend-hover-area").call(r=>this.services.transitions.setupTransition({transition:r,name:"legend-hover-area"})).attr("opacity",r=>r.name!==n.datum().name?tn.opacity.unselected:tn.opacity.selected)},this.handleLegendMouseOut=()=>{this.parent.selectAll("path.area").transition("legend-mouseout-area").call(t=>this.services.transitions.setupTransition({transition:t,name:"legend-mouseout-area"})).attr("opacity",tn.opacity.selected)}}init(){const t=this.services.events;t.addEventListener(w.Legend.ITEM_HOVER,this.handleLegendOnHover),t.addEventListener(w.Legend.ITEM_MOUSEOUT,this.handleLegendMouseOut)}render(t=!0){const n=this.getComponentContainer({withinChartClip:!0}),r=this.getOptions();let i=[0,0];const{cartesianScales:s}=this.services,a=s.getOrientation(),o=dl().curve(this.services.curves.getD3Curve()).defined(_=>{const E=s.getRangeIdentifier(),M=_[E];return M!=null}),l=this.model.getGroupedData(this.configs.groups),c=x(r,"bounds"),u=c&&l&&l.length===1;!u&&c&&console.warn(`Bounds can only be shown when having 1 single datagroup, you've supplied ${l.length}`);let d=0;const h=(_,E)=>{x(r,"axes",_,"includeZero")===!1&&E[0]>0&&E[1]>0&&(d=E[0])},f=_=>u?s.getBoundedScaledValues(_)[0]:s.getRangeValue(d),p=_=>u?s.getBoundedScaledValues(_)[1]:s.getRangeValue(_);a===$t.VERTICAL?(i=s.getMainYScale().domain(),h(s.getMainYAxisPosition(),i),o.x(_=>s.getDomainValue(_)).y0(_=>f(_)).y1(_=>p(_))):(i=s.getMainXScale().domain(),h(s.getMainXAxisPosition(),i),o.x0(_=>f(_)).x1(_=>p(_)).y(_=>s.getDomainValue(_)));const g=x(r,"color","gradient","enabled"),v=l&&l.length===1&&g;l.length>1&&g&&console.error("Gradients can only be enabled when having 1 single dataset");const m=n.selectAll("path.area").data(l,_=>_.name),y=A(this.services.domUtils.getMainContainer());if(m.exit().attr("opacity",0).remove(),!l.length)return;if(v){const _=y.select(`path.${this.model.getColorClassName({classNameTypes:[Q.STROKE],dataGroupName:l[0].name})}`).node();let E;if(_)E=getComputedStyle(_,null).getPropertyValue("stroke");else{const M=x(this.model.getOptions(),"color","scale");if(M!==null){const D=Object.keys(M);E=M[D[0]]}}Hi.appendOrUpdateLinearGradient({svg:this.parent,id:this.services.domUtils.generateElementIDString(`${l[0].name.replace(" ","")}_${this.gradient_id}`),x1:"0%",x2:"0%",y1:"0%",y2:"100%",stops:Hi.getStops(i,E)})}else this.parent.selectAll("defs linearGradient").empty()||this.parent.selectAll("defs linearGradient").each(function(){this.parentNode.remove()});const b=this,S=m.enter().append("path");v?S.merge(m).style("fill",_=>`url(#${this.services.domUtils.generateElementIDString(`${_.name.replace(" ","")}_${this.gradient_id}`)})`).attr("class","area").attr("class",_=>this.model.getColorClassName({classNameTypes:[Q.FILL],dataGroupName:_.name,originalClassName:"area"})).attr("d",_=>{const{data:E}=_;return o(E)}):(S.attr("opacity",0).merge(m).attr("class","area").attr("class",_=>this.model.getColorClassName({classNameTypes:[Q.FILL,Q.STROKE],dataGroupName:_.name,originalClassName:"area"})).style("fill",_=>b.model.getFillColor(_.name)).transition().call(_=>this.services.transitions.setupTransition({transition:_,name:"area-update-enter",animate:t})).attr("opacity",u?1:tn.opacity.selected).attr("d",_=>{const{data:E}=_;return o(E)}),u&&S.attr("fill-opacity",tn.opacity.selected).style("stroke",_=>b.model.getStrokeColor(_.name)).style("stroke-dasharray","2, 2").attr("stroke-width",.7+"px"))}destroy(){const t=this.services.events;t.removeEventListener(w.Legend.ITEM_HOVER,this.handleLegendOnHover),t.removeEventListener(w.Legend.ITEM_MOUSEOUT,this.handleLegendMouseOut)}}class Lr extends ot{constructor(){super(...arguments),this.type="line",this.renderType=Z.SVG,this.handleLegendOnHover=t=>{const{hoveredElement:n}=t.detail;this.parent.selectAll("path.line").transition("legend-hover-line").call(r=>this.services.transitions.setupTransition({transition:r,name:"legend-hover-line"})).attr("opacity",r=>r.name!==n.datum().name?en.opacity.unselected:en.opacity.selected)},this.handleLegendMouseOut=()=>{this.parent.selectAll("path.line").transition("legend-mouseout-line").call(t=>this.services.transitions.setupTransition({transition:t,name:"legend-mouseout-line"})).attr("opacity",en.opacity.selected)}}init(){const{events:t}=this.services;t.addEventListener(w.Legend.ITEM_HOVER,this.handleLegendOnHover),t.addEventListener(w.Legend.ITEM_MOUSEOUT,this.handleLegendMouseOut)}render(t=!0){const n=this.getComponentContainer({withinChartClip:!0}),{cartesianScales:r,curves:i}=this.services,s=p=>r.getDomainValue(p),a=p=>r.getRangeValue(p),[o,l]=rn(s,a,r.getOrientation()),c=this.getOptions(),u=fi().x(o).y(l).curve(i.getD3Curve()).defined(p=>{const g=r.getRangeIdentifier(p),v=p[g];return v!=null});let d=[];if(this.configs.stacked){const p=Object.keys(c.axes).some(m=>c.axes[m].percentage),{groupMapsTo:g}=c.data;d=this.model.getStackedData({groups:this.configs.groups,percentage:p}).map(m=>{const y=this.services.cartesianScales.getDomainIdentifier(m),b=this.services.cartesianScales.getRangeIdentifier(m);return{name:x(m,0,g),data:m.map(S=>({[y]:S.data.sharedStackKey,[g]:S[g],[b]:S[1]})),hidden:!PD(m,S=>S[0]!==S[1])}})}else d=this.model.getGroupedData(this.configs.groups);const h=n.selectAll("path.line").data(d,p=>p.name);h.exit().attr("opacity",0).remove(),h.enter().append("path").classed("line",!0).attr("opacity",0).merge(h).data(d,p=>p.name).attr("class",p=>this.model.getColorClassName({classNameTypes:[Q.STROKE],dataGroupName:p.name,originalClassName:"line"})).style("stroke",p=>this.model.getStrokeColor(p.name)).attr("role",it.GRAPHICS_SYMBOL).attr("aria-roledescription","line").attr("aria-label",p=>{const{data:g}=p;return g.map(v=>{const m=this.services.cartesianScales.getRangeIdentifier(v);return v[m]}).join(",")}).transition().call(p=>this.services.transitions.setupTransition({transition:p,name:"line-update-enter",animate:t})).attr("opacity",p=>p.hidden?0:1).attr("d",p=>{const{data:g}=p;return u(g)})}destroy(){const t=this.services.events;t.removeEventListener(w.Legend.ITEM_HOVER,this.handleLegendOnHover),t.removeEventListener(w.Legend.ITEM_MOUSEOUT,this.handleLegendMouseOut)}}const bm=5;function vI(e,t){return e>t-bm&&e<t+bm}class gn extends ot{constructor(){super(...arguments),this.type="ruler",this.renderType=Z.SVG,this.isXGridEnabled=x(this.getOptions(),"grid","x","enabled"),this.isYGridEnabled=x(this.getOptions(),"grid","y","enabled"),this.isEventListenerAdded=!1}render(t=!1){const n=x(this.getOptions(),"ruler","enabled");this.drawBackdrop(),n&&!this.isEventListenerAdded?this.addBackdropEventListeners():!n&&this.isEventListenerAdded&&this.removeBackdropEventListeners()}removeBackdropEventListeners(){this.isEventListenerAdded=!1,this.backdrop.on("mousemove mouseover mouseout",null)}formatTooltipData(t){return t}showRuler(t,[n,r]){const i=this.parent,s=this.services.cartesianScales.getOrientation(),a=this.model.getDisplayData(),o=this.services.cartesianScales.getRangeScale(),[l,c]=o.range(),u=s===$t.HORIZONTAL?r:n,d=C.appendOrSelect(i,"g.ruler").attr("aria-label","ruler"),h=C.appendOrSelect(d,"line.ruler-line"),f=i.selectAll("[role=graphics-symbol]"),p=a.map(v=>({domainValue:this.services.cartesianScales.getDomainValue(v),originalData:v})).filter(v=>vI(v.domainValue,u));if(this.pointsWithinLine&&p.length===this.pointsWithinLine.length&&p.map(v=>v.domainValue).join()===this.pointsWithinLine.map(v=>v.domainValue).join())return this.pointsWithinLine=p,this.services.events.dispatchEvent(w.Tooltip.MOVE,{mousePosition:[n,r]});this.pointsWithinLine=p;const g=this.pointsWithinLine.reduce((v,m)=>{if(v.length===0)return v.push(m),v;const y=v[0].domainValue,b=Math.abs(u-m.domainValue),S=Math.abs(u-y);return b>S||(b<S?v=[m]:v.push(m)),v},[]);if(g.length>0){const v=g.map(S=>S.originalData).filter(S=>{const _=this.services.cartesianScales.getRangeIdentifier(S),E=S[_];return E!=null}),m=g.map(S=>S.domainValue),y=f.filter(S=>{const _=this.services.cartesianScales.getDomainValue(S);return m.includes(_)});this.elementsToHighlight&&this.elementsToHighlight.size()>0&&!Wp(this.elementsToHighlight,y)&&this.hideRuler(),y.dispatch("mouseover"),this.elementsToHighlight=y,this.services.events.dispatchEvent(w.Tooltip.SHOW,{mousePosition:[n,r],hoveredElement:h,data:this.formatTooltipData(v)}),d.attr("opacity",1);const b=g[0];s==="horizontal"?h.attr("x1",c).attr("x2",l).attr("y1",b.domainValue).attr("y2",b.domainValue):h.attr("y1",c).attr("y2",l).attr("x1",b.domainValue).attr("x2",b.domainValue)}else this.hideRuler()}hideRuler(){const t=this.parent,n=C.appendOrSelect(t,"g.ruler");t.selectAll("[role=graphics-symbol]").dispatch("mouseout"),this.services.events.dispatchEvent(w.Tooltip.HIDE),n.attr("opacity",0)}addBackdropEventListeners(){this.isEventListenerAdded=!0;const t=this,n=this.services.domUtils.getHolder(),r=this.model.getDisplayData();let i=function(s){const a=En(s,t.parent.node());t.showRuler(s,a)};if(r.length>100){const s=r.length%50*12.5;i=WD(function(a){const{mousePosition:o}=this;t.showRuler(a,o)},s,n)}this.backdrop.on("mousemove mouseover",i).on("mouseout",this.hideRuler.bind(this))}drawBackdrop(){const t=this.parent;this.backdrop=C.appendOrSelect(t,"svg.chart-grid-backdrop")}}class He extends ot{constructor(){super(...arguments),this.type="scatter",this.renderType=Z.SVG,this.handleChartHolderOnHover=()=>{if(!this.parent)throw new Error("Parent not defined");this.parent.selectAll("circle.dot").transition("chart-holder-hover-scatter").call(t=>{var n;return(n=this.services.transitions)==null?void 0:n.setupTransition({transition:t,name:"chart-holder-hover-scatter"})}).attr("opacity",1)},this.handleChartHolderOnMouseOut=()=>{if(!this.parent)throw new Error("Parent not defined");this.parent.selectAll("circle.dot").transition("chart-holder-mouseout-scatter").call(t=>{var n;return(n=this.services.transitions)==null?void 0:n.setupTransition({transition:t,name:"chart-holder-mouseout-scatter"})}).attr("opacity",0)},this.handleLegendOnHover=t=>{const{hoveredElement:n}=t.detail,{groupMapsTo:r}=this.getOptions().data;if(!this.parent)throw new Error("Parent not defined");this.parent.selectAll("circle.dot").transition("legend-hover-scatter").call(i=>{var s;return(s=this.services.transitions)==null?void 0:s.setupTransition({transition:i,name:"legend-hover-scatter"})}).attr("opacity",i=>i[r]!==n.datum().name?.3:1)},this.handleLegendMouseOut=()=>{if(!this.parent)throw new Error("Parent not defined");this.parent.selectAll("circle.dot").transition("legend-mouseout-scatter").call(t=>{var n;return(n=this.services.transitions)==null?void 0:n.setupTransition({transition:t,name:"legend-mouseout-scatter"})}).attr("opacity",1)}}init(){const{events:t}=this.services;if(!t)throw new Error("Services events are undefined.");t.addEventListener(w.Legend.ITEM_HOVER,this.handleLegendOnHover),t.addEventListener(w.Legend.ITEM_MOUSEOUT,this.handleLegendMouseOut);const{fadeInOnChartHolderMouseover:n}=this.configs;n&&(t.addEventListener(w.Chart.MOUSEOVER,this.handleChartHolderOnHover),t.addEventListener(w.Chart.MOUSEOUT,this.handleChartHolderOnMouseOut))}filterBasedOnZoomDomain(t){const{cartesianScales:n}=this.services;if(!n)throw new Error("Services cartesianScales are undefined.");const r=n.getDomainIdentifier(t),i=this.model.get("zoomDomain");return i!==void 0?t.filter(s=>s[r].getTime()>=i[0].getTime()&&s[r].getTime()<=i[1].getTime()):t}getScatterData(){const t=this.getOptions(),{stacked:n}=this.configs;let r;if(n){const i=Object.keys(t.axes).some(s=>t.axes[s].percentage);r=this.model.getStackedData({groups:this.configs.groups,percentage:i})}else{const{cartesianScales:i}=this.services;if(!i)throw new Error("Services cartesianScales are undefined.");r=this.model.getDisplayData(this.configs.groups).filter(s=>{const a=i.getRangeIdentifier(s);return s[a]!==void 0&&s[a]!==null})}return this.filterBasedOnZoomDomain(r)}render(t){if(!(x(this.getOptions(),"points","enabled")||x(this.getOptions(),"bubble","enabled")))return;const r=this.getComponentContainer({withinChartClip:!0}),i=this.getOptions(),{groupMapsTo:s}=i.data,{cartesianScales:a}=this.services;if(!a)throw new Error("Services cartesianScales are undefined.");const o=a.getDomainIdentifier(),l=r.selectAll("circle.dot").data(this.getScatterData(),d=>`${d[s]}-${d[o]}`);l.exit().attr("opacity",0).remove();const u=l.enter().append("circle").classed("dot",!0).attr("opacity",0).merge(l);this.styleCircles(u,t),this.addEventListeners()}isDatapointThresholdAnomaly(t){const{handleThresholds:n}=this.configs;if(!n)return!1;const{cartesianScales:r}=this.services;if(!r)throw new Error("Cartesian scales service is undefined");const i=r.getOrientation(),[s,a]=rn(r.getHighestDomainThreshold(),r.getHighestRangeThreshold(),i),[o,l]=rn(d=>r.getDomainValue(d),d=>r.getRangeValue(d),i),c=o(t),u=l(t);return a&&s?u<=a.scaleValue&&c>=s.scaleValue:a?u<=a.scaleValue:s?c>=s.scaleValue:!1}styleCircles(t,n){const r=this.getOptions(),{filled:i,fillOpacity:s}=r.points,{cartesianScales:a}=this.services;if(!a)throw new Error("Cartesian scales service is undefined");const{groupMapsTo:o}=r.data,l=f=>a.getDomainValue(f),c=f=>a.getRangeValue(f),[u,d]=rn(l,c,a.getOrientation()),{fadeInOnChartHolderMouseover:h}=this.configs;t.raise().classed("dot",!0).attr("class",f=>{const p=a.getDomainIdentifier(f),v=this.model.getIsFilled(f[o],f[p],f,i)?[Q.FILL,Q.STROKE]:[Q.STROKE];return this.model.getColorClassName({classNameTypes:v,dataGroupName:f[o],originalClassName:"dot"})||""}).classed("threshold-anomaly",f=>this.isDatapointThresholdAnomaly(f)).classed("filled",f=>{const p=a.getDomainIdentifier(f);return this.model.getIsFilled(f[o],f[p],f,i)}).classed("unfilled",f=>{const p=a.getDomainIdentifier(f);return!this.model.getIsFilled(f[o],f[p],f,i)}).transition().call(f=>{var p;return(p=this.services.transitions)==null?void 0:p.setupTransition({transition:f,name:"scatter-update-enter",animate:n})}).attr("cx",u).attr("cy",d).attr("r",r.points.radius).style("fill",f=>{const p=a.getDomainIdentifier(f);if(this.model.getIsFilled(f[o],f[p],f,i))return this.model.getFillColor(f[o],f[p],f)}).style("stroke",f=>{const p=a.getDomainIdentifier(f);return this.model.getStrokeColor(f[o],f[p],f)}).attr("fill-opacity",i?s:1).attr("opacity",h?0:1).attr("role",it.GRAPHICS_SYMBOL).attr("aria-roledescription","point").attr("aria-label",f=>{const p=a.getRangeIdentifier(f);return f[p]}),this.addEventListeners()}getTooltipAdditionalItems(t){return null}addEventListeners(){const t=this,{groupMapsTo:n}=t.getOptions().data;if(!this.parent)throw new Error("Parent not defined");this.parent.selectAll("circle").on("mouseover",function(r,i){var a,o;const s=A(this);s.classed("hovered",!0).attr("class",l=>t.model.getColorClassName({classNameTypes:[Q.FILL],dataGroupName:l[n],originalClassName:s.attr("class")})).style("fill",l=>{var u;const c=(u=t.services.cartesianScales)==null?void 0:u.getDomainIdentifier(l);return t.model.getFillColor(l[n],l[c],l)}).classed("unfilled",!1),(a=t.services.events)==null||a.dispatchEvent(w.Tooltip.SHOW,{event:r,hoveredElement:s,data:[i],additionalItems:t.getTooltipAdditionalItems(i)}),(o=t.services.events)==null||o.dispatchEvent(w.Scatter.SCATTER_MOUSEOVER,{event:r,element:s,datum:i})}).on("mousemove",function(r,i){var a,o;const s=A(this);(a=t.services.events)==null||a.dispatchEvent(w.Scatter.SCATTER_MOUSEMOVE,{event:r,element:s,datum:i}),(o=t.services.events)==null||o.dispatchEvent(w.Tooltip.MOVE,{event:r})}).on("click",function(r,i){var s;(s=t.services.events)==null||s.dispatchEvent(w.Scatter.SCATTER_CLICK,{event:r,element:A(this),datum:i})}).on("mouseout",function(r,i){var a,o,l;const s=A(this);if(s.classed("hovered",!1),!t.configs.filled){const{filled:c}=t.getOptions().points,u=(a=t.services.cartesianScales)==null?void 0:a.getDomainIdentifier(i),d=t.model.getIsFilled(i[n],i[u],i,c);s.classed("unfilled",!d).style("fill",h=>d||c?t.model.getFillColor(h[n],h[u],h):null)}(o=t.services.events)==null||o.dispatchEvent(w.Scatter.SCATTER_MOUSEOUT,{event:r,element:s,datum:i}),(l=t.services.events)==null||l.dispatchEvent(w.Tooltip.HIDE,{hoveredElement:s})})}destroy(){var n;(n=this.parent)==null||n.selectAll("circle").on("mousemove",null).on("mouseout",null);const{events:t}=this.services;if(!t)throw new Error("Services events undefined");t.removeEventListener(w.Legend.ITEM_HOVER,this.handleLegendOnHover),t.removeEventListener(w.Legend.ITEM_MOUSEOUT,this.handleLegendMouseOut),t.removeEventListener(w.Chart.MOUSEOVER,this.handleChartHolderOnHover),t.removeEventListener(w.Chart.MOUSEOUT,this.handleChartHolderOnMouseOut)}}class Em extends ot{constructor(t,n,r){super(t,n,r),this.type="axes",this.renderType=Z.SVG,this.truncation={[G.LEFT]:!1,[G.RIGHT]:!1,[G.TOP]:!1,[G.BOTTOM]:!1},r&&(this.configs=r),this.margins=this.configs.margins}render(t=!0){const{position:n}=this.configs,r=this.getOptions(),i=x(r,"axes",n,"visible"),s=this.getComponentContainer(),{width:a,height:o}=C.getSVGElementSize(s,{useAttrs:!0}),l=C.appendOrSelect(s,`g.axis.${n}`);let c,u;if(n===G.BOTTOM||n===G.TOP?(c=this.configs.axes[G.LEFT]?this.margins.left:0,u=this.configs.axes[G.RIGHT]?a-this.margins.right:a):(c=o-this.margins.bottom,u=this.margins.top),!this.services.cartesianScales)throw new Error("Services cartesianScales undefined");const d=this.services.cartesianScales.getScaleByPosition(n);this.scaleType===j.LABELS||this.scaleType===j.LABELS_RATIO?d.rangeRound([c,u]):d.range([c,u]);let h;switch(n){case G.LEFT:h=ou;break;case G.BOTTOM:h=Ya;break;case G.RIGHT:h=yv;break;case G.TOP:h=vv;break}l.attr("aria-label",`${n} axis`);const f=!l.select("g.ticks").empty();let p=C.appendOrSelect(l,"g.ticks");f||(p.attr("role",`${it.GRAPHICS_OBJECT} ${it.GROUP}`),p.attr("aria-label",`${n} ticks`));const g=C.appendOrSelect(l,"g.ticks.invisible").style("opacity","0").style("pointer-events","none").attr("aria-hidden",!0).attr("aria-label",`invisible ${n} ticks`),v=x(r,"axes",n),m=this.scaleType===j.TIME||v.scaleType===j.TIME,y=n===G.LEFT||n===G.RIGHT,b=this.model.get("zoomDomain");if(b&&m&&!y&&d.domain(b),!i){p.attr("aria-hidden",!0);return}const S=x(v,"scaleType"),_=x(r,"data","loading"),E=x(v,"ticks","number"),M=x(v,"ticks","values"),D=x(v,"truncation","type"),H=x(v,"truncation","threshold"),I=x(v,"truncation","numCharacter"),O=E!==null,L=x(r,"timeScale"),R=C.appendOrSelect(g,"g.tick"),k=C.appendOrSelect(R,"text").text("0"),T=C.getSVGElementSize(k.node(),{useBBox:!0}).height;R.remove();const U=this.scaleType||v.scaleType||j.LINEAR,N=h(d).tickSizeOuter(0);if(d.ticks){let W;if(O?W=E:(W=dn.ticks.number,y&&(W=this.getNumberOfFittingTicks(o,T,dn.ticks.verticalSpaceRatio))),d.ticks().length===1&&d.ticks()[0]===0&&(W=0),N.ticks(W),m)if(!d.ticks(W).length)N.tickValues([]);else{const K=x(r,"timeScale","addSpaceOnEdges"),ct=x(r,"axes",n,"domain"),rt=d.copy();K&&!ct&&rt.nice(W);const Ot=rt.ticks(W);K&&Ot.length>2&&!ct&&(Ot.splice(Ot.length-1,1),Ot.splice(0,1)),N.tickValues(Ot)}}let $;const B=x(v,"ticks","formatter");if(m){const W=vc(N.tickValues(),x(r,"timeScale","timeInterval"));B===null?$=(K,ct)=>mc(K,ct,N.tickValues(),W,L):$=(K,ct)=>{const rt=mc(K,ct,N.tickValues(),W,L);return B(K,ct,rt)}}else B===null?U===j.LINEAR&&($=W=>W.toLocaleString()):$=B;N.tickFormat($);const[Y,X]=this.services.cartesianScales.getScaleByPosition(n).domain();let J;if(M){if(m)M.forEach((W,K)=>{W.getTime===void 0&&(M[K]=new Date(W))}),J=M.filter(W=>{const K=W.getTime();return K>=new Date(Y).getTime()&&K<=new Date(X).getTime()});else if(S===j.LABELS){const W=this.services.cartesianScales.getScaleByPosition(n).domain();J=M.filter(K=>W.includes(K))}else J=M.filter(W=>W>=Y&&W<=X);N.tickValues(J)}switch(n){case G.LEFT:p.attr("transform",`translate(${this.margins.left}, 0)`);break;case G.BOTTOM:p.attr("transform",`translate(0, ${o-this.margins.bottom})`);break;case G.RIGHT:p.attr("transform",`translate(${a-this.margins.right}, 0)`);break;case G.TOP:p.attr("transform",`translate(0, ${this.margins.top})`);break}const lt=this.model.isDataEmpty();if(v.title){const W=C.appendOrSelect(l,"text.axis-title").html(lt||_?"":v.title),K=x(v,"titleOrientation");let ct;switch(n){case G.LEFT:K===ga.RIGHT?W.attr("transform","rotate(90)").attr("y",0).attr("x",d.range()[0]/2).attr("dy","-0.5em").style("text-anchor","middle"):W.attr("transform","rotate(-90)").attr("y",0).attr("x",-(d.range()[0]/2)).attr("dy","0.75em").style("text-anchor","middle");break;case G.BOTTOM:W.attr("transform",`translate(${this.margins.left/2+d.range()[1]/2}, ${o+4})`).style("text-anchor","middle");break;case G.RIGHT:K===ga.LEFT?W.attr("transform","rotate(-90)").attr("y",a).attr("x",-(d.range()[0]/2)).style("text-anchor","middle"):W.attr("transform","rotate(90)").attr("y",-a).attr("x",d.range()[0]/2).attr("dy","0.75em").style("text-anchor","middle");break;case G.TOP:ct=C.getSVGElementSize(W,{useBBox:!0}).height,W.attr("transform",`translate(${this.margins.left/2+d.range()[1]/2}, ${ct/2})`).style("text-anchor","middle");break}}if(m){const W=vc(N.tickValues(),x(r,"timeScale","timeInterval")),K=L.showDayName,ct=p;t&&(p=p.transition().call(Ot=>this.services.transitions.setupTransition({transition:Ot,name:"axis-update",animate:t}))),p=p.call(N),ct.selectAll(".tick").data(N.tickValues(),d).order().select("text").style("font-weight",(Ot,q)=>Tg(Ot,q,N.tickValues(),W,K)?"bold":"normal")}else!t||!f?p=p.call(N):p=p.transition().call(W=>this.services.transitions.setupTransition({transition:W,name:"axis-update",animate:t})).call(N);if(g.call(N),n===G.BOTTOM||n===G.TOP){let W=!1;const K=x(v,"ticks","rotation");if(K===Ai.ALWAYS)W=!0;else if(K===Ai.NEVER)W=!1;else if(!K||K===Ai.AUTO)if(d.step)W=g.selectAll("g.tick text").nodes().some(rt=>C.getSVGElementSize(rt,{useBBox:!0}).width>=d.step());else{W=!1;const ct=g.append("text").text("A"),rt=C.getSVGElementSize(ct.node(),{useBBox:!0}).width;let Ot;g.selectAll("g.tick").each(function(){const q=A(this),V=parseFloat(x(nn(this),"tx"));V!==null&&Ot+q.text().length*rt*.8>=V&&(W=!0),Ot=V}),ct.remove()}W?(O||(N.ticks(this.getNumberOfFittingTicks(a,T,dn.ticks.horizontalSpaceRatio)),g.call(N),p.call(N)),l.selectAll("g.ticks g.tick text").attr("transform","rotate(-45)").attr("text-anchor",n===G.TOP?"start":"end")):l.selectAll("g.ticks g.tick text").attr("transform",null).attr("text-anchor",null)}if(_?l.attr("opacity",0):l.attr("opacity",1),p.selectAll("g.tick").attr("aria-label",W=>W),g.selectAll("g.tick").attr("aria-label",W=>W),D!==ge.NONE&&S===j.LABELS&&!M){const W=this.services.cartesianScales.getScaleDomain(n);if(W.length>0){const K=s.select(`g.axis.${n} g.ticks g.tick`).html();l.selectAll("g.ticks g.tick").html(K);const ct=this;l.selectAll("g.tick text").data(W).text(function(rt){return rt.length>H?(ct.truncation[n]=!0,ki(rt,D,I)):rt}),this.getInvisibleAxisRef().selectAll("g.tick text").data(W).text(function(rt){return rt.length>H?ki(rt,D,I):rt}),l.selectAll("g.ticks").html(this.getInvisibleAxisRef().html()),l.selectAll("g.tick text").data(W)}}this.addEventListeners()}addEventListeners(){const t=this.getComponentContainer(),{position:n}=this.configs,r=C.appendOrSelect(t,`g.axis.${n}`),i=this.getOptions(),s=x(i,"axes",n),a=x(s,"scaleType"),o=x(s,"truncation","threshold"),l=this;r.selectAll("g.tick text").on("mouseover",function(c,u){l.services.events.dispatchEvent(w.Axis.LABEL_MOUSEOVER,{event:c,element:A(this),datum:u}),a===j.LABELS&&u.length>o&&l.services.events.dispatchEvent(w.Tooltip.SHOW,{event:c,hoveredElement:A(this),content:u})}).on("mousemove",function(c,u){l.services.events.dispatchEvent(w.Axis.LABEL_MOUSEMOVE,{event:c,element:A(this),datum:u}),a===j.LABELS&&u.length>o&&l.services.events.dispatchEvent(w.Tooltip.MOVE,{event:c})}).on("click",function(c,u){l.services.events.dispatchEvent(w.Axis.LABEL_CLICK,{event:c,element:A(this),datum:u})}).on("mouseout",function(c,u){l.services.events.dispatchEvent(w.Axis.LABEL_MOUSEOUT,{event:c,element:A(this),datum:u}),a===j.LABELS&&l.services.events.dispatchEvent(w.Tooltip.HIDE)})}getInvisibleAxisRef(){const{position:t}=this.configs;return this.getComponentContainer().select(`g.axis.${t} g.ticks.invisible`)}getTitleRef(){const{position:t}=this.configs;return this.getComponentContainer().select(`g.axis.${t} text.axis-title`)}getNumberOfFittingTicks(t,n,r){const i=Math.floor(t/(n*r));return up(i,2,dn.ticks.number)}destroy(){const t=this.getComponentContainer(),{position:n}=this.configs;C.appendOrSelect(t,`g.axis.${n}`).selectAll("g.tick text").on("mouseover",null).on("mousemove",null).on("mouseout",null)}}class yI extends Em{constructor(t,n,r){super(t,n,r)}render(t=!0){super.render(t),super.destroy();const n=this.configs.position,r=this.getComponentContainer(),i=C.appendOrSelect(r,`g.axis.${n}`),s=this;i.selectAll("g.tick").each(function(a,o){const l=A(this);l.classed("tick-hover",!0).attr("tabindex",o===0?0:-1);const c=l.select("text"),{width:u,height:d}=C.getSVGElementSize(c,{useBBox:!0}),h=C.appendOrSelect(l,"rect.axis-holder");let f=0,p=0;switch(n){case G.LEFT:f=-u+Number(c.attr("x")),p=-(d/2);break;case G.RIGHT:f=Math.abs(Number(c.attr("x"))),p=-(d/2);break;case G.TOP:f=-(u/2),p=-d+Number(c.attr("y"))/2,s.truncation[n]&&(f=0,h.attr("transform","rotate(-45)"));break;case G.BOTTOM:f=-(u/2),p=d/2-2,s.truncation[n]&&(f=-u,h.attr("transform","rotate(-45)"));break}h.attr("x",f-dn.hover.rectanglePadding).attr("y",p).attr("width",u+dn.hover.rectanglePadding*2).attr("height",d).lower()}),this.addEventListeners()}addEventListeners(){const t=this.getComponentContainer(),{position:n}=this.configs,r=C.appendOrSelect(t,`g.axis.${n}`),i=this.getOptions(),s=x(i,"axes",n),a=x(s,"scaleType"),o=x(s,"truncation","threshold"),l=this;r.selectAll("g.tick.tick-hover").on("mouseover",function(c){const u=A(this).select("text"),d=u.datum();l.services.events.dispatchEvent(w.Axis.LABEL_MOUSEOVER,{event:c,element:u,datum:d}),a===j.LABELS&&d.length>o&&l.services.events.dispatchEvent(w.Tooltip.SHOW,{event:c,element:u,datum:d})}).on("mousemove",function(c){const u=A(this).select("text"),d=u.datum();l.services.events.dispatchEvent(w.Axis.LABEL_MOUSEMOVE,{event:c,element:u,datum:d}),l.services.events.dispatchEvent(w.Tooltip.MOVE,{event:c})}).on("click",function(c){l.services.events.dispatchEvent(w.Axis.LABEL_CLICK,{event:c,element:A(this).select("text"),datum:A(this).select("text").datum()})}).on("mouseout",function(c){l.services.events.dispatchEvent(w.Axis.LABEL_MOUSEOUT,{event:c,element:A(this).select("text"),datum:A(this).select("text").datum()}),a===j.LABELS&&l.services.events.dispatchEvent(w.Tooltip.HIDE)}).on("focus",function(c){const u={clientX:0,clientY:0};if(c.target){c.target.focus();const d=c.target.getBoundingClientRect();u.clientX=d.x,u.clientY=d.y}l.services.events.dispatchEvent(w.Axis.LABEL_FOCUS,{event:{...c,...u},element:A(this),datum:A(this).select("text").datum()})}).on("blur",function(c){l.services.events.dispatchEvent(w.Axis.LABEL_BLUR,{event:c,element:A(this),datum:A(this).select("text").datum()})}).on("keydown",function(c){c.key&&c.key==="Escape"&&(l.services.events.dispatchEvent(w.Tooltip.HIDE),l.services.events.dispatchEvent(w.Axis.LABEL_BLUR,{event:c,element:A(this),datum:A(this).select("text").datum()})),n===G.LEFT||n===G.RIGHT?c.key&&c.key==="ArrowUp"?l.goNext(this,c):c.key&&c.key==="ArrowDown"&&l.goPrevious(this,c):c.key&&c.key==="ArrowLeft"?l.goPrevious(this,c):c.key&&c.key==="ArrowRight"&&l.goNext(this,c)})}goNext(t,n){t.nextElementSibling&&t.nextElementSibling.tagName!=="path"&&t.nextElementSibling.dispatchEvent(new Event("focus")),n.preventDefault()}goPrevious(t,n){t.previousElementSibling&&t.previousElementSibling.tagName!=="path"&&t.previousElementSibling.dispatchEvent(new Event("focus")),n.preventDefault()}destroy(){const t=this.getComponentContainer(),{position:n}=this.configs;C.appendOrSelect(t,`g.axis.${n}`).selectAll("g.tick.tick-hover").on("mouseover",null).on("mousemove",null).on("mouseout",null).on("focus",null).on("blur",null)}}class re extends ot{constructor(){super(...arguments),this.type="2D-axes",this.renderType=Z.SVG,this.children={},this.thresholds=[],this.margins={top:0,right:0,bottom:0,left:0}}render(t=!1){const n={},r=Object.keys(G),i=x(this.getOptions(),"axes");r.forEach(o=>{i[G[o]]&&(n[G[o]]=!0)}),this.configs.axes=n,r.forEach(o=>{const l=G[o];if(this.configs.axes[l]&&!this.children[l]){const c={position:l,axes:this.configs.axes,margins:this.margins},u=this.model.axisFlavor===Li.DEFAULT?new Em(this.model,this.services,c):new yI(this.model,this.services,c);u.setModel(this.model),u.setServices(this.services),u.setParent(this.parent),this.children[l]=u}}),Object.keys(this.children).forEach(o=>{this.children[o].render(t)});const s={};Object.keys(this.children).forEach(o=>{const l=this.children[o],c=l.configs.position,u=l.getInvisibleAxisRef(),{width:d,height:h}=C.getSVGElementSize(u,{useBBox:!0});let f;switch(l.getTitleRef().empty()?f=0:(f=C.getSVGElementSize(l.getTitleRef(),{useBBox:!0}).height,(c===G.LEFT||c===G.RIGHT)&&(f+=5)),c){case G.TOP:s.top=h+f;break;case G.BOTTOM:s.bottom=h+f;break;case G.LEFT:s.left=d+f;break;case G.RIGHT:s.right=d+f;break}}),this.services.events.dispatchEvent(w.Axis.RENDER_COMPLETE),Object.keys(s).some(o=>this.margins[o]!==s[o])&&(this.margins=Object.assign(this.margins,s),this.model.set({axesMargins:this.margins},{skipUpdate:!0}),this.services.events.dispatchEvent(w.ZoomBar.UPDATE),Object.keys(this.children).forEach(o=>{const l=this.children[o];l.margins=this.margins}),this.render(!0))}}class jt extends ot{constructor(){super(...arguments),this.type="skeleton"}render(t=!0){const n=x(this.getOptions(),"data","loading");n?this.renderSkeleton(n):this.removeSkeleton()}renderSkeleton(t){if(this.configs.skeleton===kt.GRID)this.renderGridSkeleton(t);else if(this.configs.skeleton===kt.VERT_OR_HORIZ)this.renderVertOrHorizSkeleton(t);else if(this.configs.skeleton===kt.PIE)this.renderPieSkeleton(t);else if(this.configs.skeleton===kt.DONUT)this.renderDonutSkeleton(t);else throw new Error(`"${this.configs.skeleton}" is not a valid Skeleton type.`)}renderGridSkeleton(t){this.setScales(),this.drawBackdrop(t),this.drawXGrid(t),this.drawYGrid(t),t&&this.setShimmerEffect("shimmer-lines")}renderVertOrHorizSkeleton(t){const n=this.services.cartesianScales.getOrientation();this.setScales(),this.drawBackdrop(t),n===$t.VERTICAL&&this.drawYGrid(t),n===$t.HORIZONTAL&&this.drawXGrid(t),this.setShimmerEffect("shimmer-lines")}renderPieSkeleton(t){const n=this.computeOuterRadius(),r=0;this.drawRing(n,r,t),t&&this.setShimmerEffect("shimmer-areas")}renderDonutSkeleton(t){const n=this.computeOuterRadius(),r=this.computeInnerRadius();this.drawRing(n,r,t),t&&this.setShimmerEffect("shimmer-areas")}setScales(){const t=this.services.cartesianScales.getMainXScale().range(),n=this.services.cartesianScales.getMainYScale().range();this.xScale=_e().domain([0,1]).range(t),this.yScale=_e().domain([0,1]).range(n)}drawBackdrop(t){const n=this.parent,{width:r,height:i}=C.getSVGElementSize(n,{useAttrs:!0});this.backdrop=C.appendOrSelect(n,"svg.chart-skeleton.DAII").attr("width",r).attr("height",i);const s=C.appendOrSelect(this.backdrop,"rect.chart-skeleton-backdrop");s.attr("width","100%").attr("height","100%");const[a]=this.xScale.range(),[,o]=this.yScale.range();this.backdrop.merge(s).attr("x",a).attr("y",o),s.classed("shimmer-effect-lines",t).classed("empty-state-lines",!t).style("stroke",t?`url(#${this.services.domUtils.generateElementIDString("shimmer-lines")})`:null)}drawXGrid(t){const n=+this.backdrop.attr("width"),r=x(this.getOptions(),"grid","x","numberOfTicks"),i=this.xScale.ticks(r).map(o=>o*n),s=C.appendOrSelect(this.backdrop,"g.x.skeleton"),a=s.selectAll("line").data(i);a.enter().append("line").merge(a).attr("x1",o=>o).attr("x2",o=>o).attr("y1",0).attr("y2","100%"),s.selectAll("line").classed("shimmer-effect-lines",t).classed("empty-state-lines",!t).style("stroke",t?`url(#${this.services.domUtils.generateElementIDString("shimmer-lines")})`:null)}drawYGrid(t){const n=+this.backdrop.attr("height"),r=this.backdrop.attr("width"),i=x(this.getOptions(),"grid","y","numberOfTicks"),s=this.xScale.ticks(i).map(l=>l*n),a=C.appendOrSelect(this.backdrop,"g.y.skeleton"),o=a.selectAll("line").data(s);o.enter().append("line").merge(o).attr("x1",0).attr("x2",r).attr("y1",l=>l).attr("y2",l=>l),a.selectAll("line").classed("shimmer-effect-lines",t).classed("empty-state-lines",!t).style("stroke",t?`url(#${this.services.domUtils.generateElementIDString("shimmer-lines")})`:null)}drawRing(t,n,r=!0){const i=this.parent,{width:s,height:a}=C.getSVGElementSize(i,{useAttrs:!0}),o=C.appendOrSelect(i,"svg.chart-skeleton").attr("width",s).attr("height",a),l=n===0?"pie":"donut",c=x(this.getOptions(),l,"alignment");C.appendOrSelect(o,"rect.chart-skeleton-area-container").attr("width",s).attr("height",a).attr("fill","none");const u=di().innerRadius(n).outerRadius(t).startAngle(0).endAngle(Math.PI*2),d=t+Math.abs(_t.radiusOffset),h=t+(Math.min(s,a)-t*2)/2,f=C.appendOrSelect(o,"path").attr("class","skeleton-area-shape").attr("transform",`translate(${d}, ${h})`).attr("d",u).classed("shimmer-effect-areas",r).classed("empty-state-areas",!r).style("fill",r?`url(#${this.services.domUtils.generateElementIDString("shimmer-areas")})`:null);let p=t+_t.xOffset;c===Rt.CENTER?p=s/2:c===Rt.RIGHT&&(p=s-t-_t.xOffset);const g=t+_t.yOffset;f.attr("transform",`translate(${p}, ${g})`)}computeOuterRadius(){const{width:t,height:n}=C.getSVGElementSize(this.parent,{useAttrs:!0});return Math.min(t,n)/2+_t.radiusOffset}computeInnerRadius(){return this.computeOuterRadius()*(3/4)}setShimmerEffect(t){const s="stop-bg-shimmer",a="stop-shimmer",o=this.parent.select(".chart-skeleton"),{width:l}=C.getSVGElementSize(this.parent,{useAttrs:!0}),c=0,u=l,d=C.appendOrSelect(o,"defs").lower(),h=C.appendOrSelect(d,"linearGradient").attr("id",this.services.domUtils.generateElementIDString(t)).attr("class",t).attr("x1",c-3*.2*l).attr("x2",u).attr("y1",0).attr("y2",0).attr("gradientUnits","userSpaceOnUse").attr("gradientTransform","translate(0, 0)"),f=`
76
- <stop class="${s}" offset="${c}"></stop>
77
- <stop class="${a}" offset="${c+.2}"></stop>
78
- <stop class="${s}" offset="${c+2*.2}"></stop>
79
- `;h.html(f),p();function p(){h.attr("gradientTransform",`translate(${c-3*.2*l}, 0)`).transition().duration(2e3).delay(1e3).ease($1).attr("gradientTransform",`translate(${u+3*.2*l}, 0)`).on("end",p)}}removeSkeleton(){this.parent.select(".chart-skeleton").remove()}}class xI extends ne{constructor(t,n){super(t,n),this.model.setOptions(Mt(Je(bt.areaChart),n.options)),this.init(t,n)}getComponents(){const t=[new re(this.model,this.services),new ue(this.model,this.services),new gn(this.model,this.services),new Lr(this.model,this.services),new xm(this.model,this.services),new He(this.model,this.services,{fadeInOnChartHolderMouseover:!0,handleThresholds:!0}),new jt(this.model,this.services,{skeleton:kt.GRID})];return this.getAxisChartComponents(t)}}class bI extends zn{constructor(t){super(t)}getBoxQuartiles(t){return{q_25:za(t,.25),q_50:za(t,.5),q_75:za(t,.75)}}getBoxplotData(){const t=this.getOptions(),{groupMapsTo:n}=t.data,r=this.getGroupedData(),i=[];for(const{name:s,data:a}of r){const o=this.services.cartesianScales.getRangeIdentifier(),l=a.map(b=>b[o]).sort(ve),c={[n]:s,counts:l,quartiles:this.getBoxQuartiles(l),outliers:null,whiskers:null},u=c.quartiles.q_25,d=c.quartiles.q_75,h=(d-u)*1.5,f=u-h,p=d+h,g=[],v=[];for(const b of l)b<f||b>p?g.push(b):v.push(b);c.outliers=g;const m=ln(v),y=bn(v);c.whiskers={min:m||ln([c.quartiles.q_25,c.quartiles.q_50,c.quartiles.q_75]),max:y||bn([c.quartiles.q_25,c.quartiles.q_50,c.quartiles.q_75])},i.push(c)}return i}getTabularDataArray(){const t=this.getOptions(),{groupMapsTo:n}=t.data,r=this.getBoxplotData();return[["Group","Minimum","Q1","Median","Q3","Maximum","IQR","Outlier(s)"],...r.map(s=>{let a=x(s,"outliers");return(a===null||a.length===0)&&(a=["&ndash;"]),[s[n],x(s,"whiskers","min")!==null?x(s,"whiskers","min").toLocaleString():"&ndash;",x(s,"quartiles","q_25")!==null?x(s,"quartiles","q_25").toLocaleString():"&ndash;",x(s,"quartiles","q_50")!==null?x(s,"quartiles","q_50").toLocaleString():"&ndash;",x(s,"quartiles","q_75")!==null?x(s,"quartiles","q_75").toLocaleString():"&ndash;",x(s,"whiskers","max")!==null?x(s,"whiskers","max").toLocaleString():"&ndash;",x(s,"quartiles","q_75")!==null&&x(s,"quartiles","q_25")!==null?(x(s,"quartiles","q_75")-x(s,"quartiles","q_25")).toLocaleString():"&ndash;",a.map(o=>o.toLocaleString()).join(",")]})]}setColorClassNames(){const n=x(this.getOptions(),"color","pairing");let r=x(n,"option");const i=Jp.pairingOptions;r=r<=i["1-color"]?r:1;const s=this.allDataGroups.map(()=>`1-${r}-1`);this.colorClassNames=$s().range(s).domain(this.allDataGroups)}}class EI extends ot{constructor(){super(...arguments),this.type="boxplot",this.renderType=Z.SVG}render(t){const n=this.getComponentContainer({withinChartClip:!0}),r=this.getOptions(),{groupMapsTo:i}=r.data,s=this.model.getDataGroupNames(),a=this.services.cartesianScales.getMainXScale(),o=this.services.cartesianScales.getMainYScale(),[l,c]=a.range(),[u,d]=o.range(),h=c-l,f=u-d;if(h===0)return;const{cartesianScales:p}=this.services,g=p.getOrientation(),v=g===$t.VERTICAL,[m,y]=rn(O=>this.services.cartesianScales.getDomainValue(O),O=>this.services.cartesianScales.getRangeValue(O),g),b=Math.floor((v?h:f)/s.length),S=Math.min(b/2,16),_=this.model.getBoxplotData(),E=n.selectAll(".box-group").data(_);E.exit().remove();const M=E.enter().append("g").attr("class","box-group"),D=E.merge(M);M.append("path").merge(E.select("path.vertical-line.start")).attr("class",()=>this.model.getColorClassName({classNameTypes:[Q.STROKE],originalClassName:"vertical-line start"})).attr("stroke-width",me.strokeWidth.default).attr("fill","none").transition().call(O=>this.services.transitions.setupTransition({transition:O,name:"boxplot-update-verticalstartline",animate:t})).attr("d",O=>{const L=p.getDomainValue(O[i]),R=L,k=p.getRangeValue(O.whiskers.min),T=p.getRangeValue(O.quartiles.q_25);return qt({x0:L,x1:R,y0:k,y1:T},g)}),M.append("path").merge(E.select("path.vertical-line.end")).attr("class",()=>this.model.getColorClassName({classNameTypes:[Q.STROKE],originalClassName:"vertical-line end"})).attr("stroke-width",me.strokeWidth.default).attr("fill","none").transition().call(O=>this.services.transitions.setupTransition({transition:O,name:"boxplot-update-verticalendline",animate:t})).attr("d",O=>{const L=p.getDomainValue(O[i]),R=L,k=p.getRangeValue(O.whiskers.max),T=p.getRangeValue(O.quartiles.q_75);return qt({x0:L,x1:R,y0:k,y1:T},g)}),M.append("path").merge(E.select("path.box")).attr("class",()=>this.model.getColorClassName({classNameTypes:[Q.FILL,Q.STROKE],originalClassName:"box"})).attr("fill-opacity",me.box.opacity.default).attr("stroke-width",me.strokeWidth.default).attr("role",it.GRAPHICS_SYMBOL).attr("aria-roledescription","box").attr("aria-label",O=>O[i]).transition().call(O=>this.services.transitions.setupTransition({transition:O,name:"boxplot-update-quartiles",animate:t})).attr("d",O=>{const L=p.getDomainValue(O[i])-S/2,R=L+S,k=p.getRangeValue(Math[v?"max":"min"](O.quartiles.q_75,O.quartiles.q_25)),T=k+Math.abs(p.getRangeValue(O.quartiles.q_75)-p.getRangeValue(O.quartiles.q_25));return qt({x0:L,x1:R,y0:k,y1:T},g)}),M.append("path").merge(E.select("path.highlight-area")).attr("class","highlight-area").attr("opacity",0).attr("d",O=>{const L=p.getDomainValue(O[i])-S/2,R=L+S,k=p.getRangeValue(O.whiskers.min),T=p.getRangeValue(O.whiskers.max);return qt({x0:L,x1:R,y0:k,y1:T},g)}),M.append("path").merge(E.select("path.whisker.start")).attr("class",()=>this.model.getColorClassName({classNameTypes:[Q.STROKE],originalClassName:"whisker start"})).attr("stroke-width",me.strokeWidth.thicker).attr("fill","none").transition().call(O=>this.services.transitions.setupTransition({transition:O,name:"boxplot-update-startingwhisker",animate:t})).attr("d",O=>{const L=p.getDomainValue(O[i])-S/4,R=L+S/2,k=p.getRangeValue(O.whiskers.min),T=p.getRangeValue(O.whiskers.min);return qt({x0:L,x1:R,y0:k,y1:T},g)}),M.append("path").merge(E.select("path.median")).attr("fill","none").attr("class",()=>this.model.getColorClassName({classNameTypes:[Q.STROKE],originalClassName:"median"})).attr("stroke-width",2).transition().call(O=>this.services.transitions.setupTransition({transition:O,name:"boxplot-update-median",animate:t})).attr("d",O=>{const L=p.getDomainValue(O[i])-S/2,R=L+S,k=p.getRangeValue(O.quartiles.q_50);return qt({x0:L,x1:R,y0:k,y1:k},g)}),M.append("path").merge(E.select("path.whisker.end")).attr("class",()=>this.model.getColorClassName({classNameTypes:[Q.STROKE],originalClassName:"whisker end"})).attr("stroke-width",me.strokeWidth.thicker).attr("fill","none").transition().call(O=>this.services.transitions.setupTransition({transition:O,name:"boxplot-update-endingwhisker",animate:t})).attr("d",O=>{const L=p.getDomainValue(O[i])-S/4,R=L+S/2,k=p.getRangeValue(O.whiskers.max),T=p.getRangeValue(O.whiskers.max);return qt({x0:L,x1:R,y0:k,y1:T},g)});const H=D.selectAll("circle.outlier").data(O=>O.outliers.map(L=>({min:O.whiskers.min,max:O.whiskers.max,[i]:O[i],value:L})));H.exit().remove();const I=H.enter().append("circle");H.merge(I).attr("r",me.circle.radius).attr("class",()=>this.model.getColorClassName({classNameTypes:[Q.FILL,Q.STROKE],originalClassName:"outlier"})).attr("fill-opacity",me.circle.opacity.default).attr("cx",m).transition().call(O=>this.services.transitions.setupTransition({transition:O,name:"boxplot-update-circles",animate:t})).attr("cy",y),this.addBoxEventListeners(),this.addCircleEventListeners()}addBoxEventListeners(){const t=this,n=this.getOptions(),{groupMapsTo:r}=n.data;this.parent.selectAll("path.highlight-area").on("mouseover",function(i,s){const a=A(this);A(this.parentNode).select("path.box").classed("hovered",!0).attr("fill-opacity",me.box.opacity.hovered),t.services.events.dispatchEvent(w.Tooltip.SHOW,{event:i,hoveredElement:a,items:[{label:n.tooltip.groupLabel,value:s[r],class:t.model.getColorClassName({classNameTypes:[Q.TOOLTIP]})},{label:"Minimum",value:s.whiskers.min},{label:"Q1",value:s.quartiles.q_25},{label:"Median",value:s.quartiles.q_50},{label:"Q3",value:s.quartiles.q_75},{label:"Maximum",value:s.whiskers.max},{label:"IQR",value:s.quartiles.q_75-s.quartiles.q_25}]}),t.services.events.dispatchEvent(w.Boxplot.BOX_MOUSEOVER,{event:i,element:a,datum:s})}).on("mousemove",function(i,s){const a=A(this);t.services.events.dispatchEvent(w.Boxplot.BOX_MOUSEMOVE,{event:i,element:a,datum:s}),t.services.events.dispatchEvent(w.Tooltip.MOVE,{event:i})}).on("click",function(i,s){t.services.events.dispatchEvent(w.Boxplot.BOX_CLICK,{event:i,element:A(this),datum:s})}).on("mouseout",function(i,s){const a=A(this);A(this.parentNode).select("path.box").classed("hovered",!1).attr("fill-opacity",me.box.opacity.default),t.services.events.dispatchEvent(w.Boxplot.BOX_MOUSEOUT,{event:i,element:a,datum:s}),t.services.events.dispatchEvent(w.Tooltip.HIDE,{hoveredElement:a})})}addCircleEventListeners(){const t=this,n=this.getOptions(),{groupMapsTo:r}=n.data,i=this.services.cartesianScales.getRangeIdentifier();this.parent.selectAll("circle").on("mouseover",function(s,a){const o=A(this);o.classed("hovered",!0).attr("fill-opacity",me.circle.opacity.hovered).classed("unfilled",!1),t.services.events.dispatchEvent(w.Tooltip.SHOW,{event:s,hoveredElement:o,items:[{label:n.tooltip.groupLabel,value:a[r],class:t.model.getColorClassName({classNameTypes:[Q.TOOLTIP]})},{label:"Outlier",value:a[i]}]}),t.services.events.dispatchEvent(w.Boxplot.OUTLIER_MOUSEOVER,{event:s,element:o,datum:a})}).on("mousemove",function(s,a){const o=A(this);t.services.events.dispatchEvent(w.Boxplot.OUTLIER_MOUSEMOVE,{event:s,element:o,datum:a}),t.services.events.dispatchEvent(w.Tooltip.MOVE,{event:s})}).on("click",function(s,a){t.services.events.dispatchEvent(w.Boxplot.OUTLIER_CLICK,{event:s,element:A(this),datum:a})}).on("mouseout",function(s,a){const o=A(this);o.classed("hovered",!1).attr("fill-opacity",me.circle.opacity.default),t.services.events.dispatchEvent(w.Boxplot.OUTLIER_MOUSEOUT,{event:s,element:o,datum:a}),t.services.events.dispatchEvent(w.Tooltip.HIDE,{hoveredElement:o})})}}class Rr extends ot{constructor(){super(...arguments),this.type="zero-line",this.renderType=Z.SVG}render(t){const n=this.services.cartesianScales.getRangeAxisPosition({groups:this.configs.groups}),r=this.services.cartesianScales.getScaleByPosition(n),[i,s]=r.domain(),a=i>0&&s<0||i<0&&s>0,o=this.getComponentContainer();if(!a){o.selectAll("line.domain").remove();return}const[l,c]=this.services.cartesianScales.getDomainScale().range();let u=+r(0)+.5;u||(u=r.range()[0]);const d=rg({x0:l,x1:c,y0:u,y1:u},this.services.cartesianScales.getOrientation());C.appendOrSelect(o,"line.domain").transition().call(f=>this.services.transitions.setupTransition({transition:f,name:"zero-line-update",animate:t})).attr("y1",d.y0).attr("y2",d.y1).attr("x1",d.x0).attr("x2",d.x1)}}class SI extends ne{constructor(t,n){super(t,n),this.model=new bI(this.services),this.model.setOptions(Mt(bt.boxplotChart,n.options)),this.init(t,n)}getComponents(){const t=[new re(this.model,this.services),new ue(this.model,this.services),new EI(this.model,this.services),new Rr(this.model,this.services),new jt(this.model,this.services,{skeleton:kt.VERT_OR_HORIZ})];return this.getAxisChartComponents(t,{legend:{enabled:!1}})}}class _I extends He{constructor(){super(...arguments),this.type="bubble",this.renderType=Z.SVG}getRadiusScale(t){const n=this.getOptions(),{radiusMapsTo:r}=n.bubble,i=t.data(),s=i.map(c=>c[r]).filter(c=>c),a=C.getHTMLElementSize(this.services.domUtils.getMainContainer()),o=s.length>0,l=o?ye(s):[1,1];return _e().domain(l).range(o?n.bubble.radiusRange(a,i):[4,4])}styleCircles(t,n){const r=this.getOptions(),{radiusMapsTo:i}=r.bubble,s=this.getRadiusScale(t),{groupMapsTo:a}=r.data,{cartesianScales:o}=this.services,l=h=>o.getDomainValue(h),c=h=>o.getRangeValue(h),[u,d]=rn(l,c,o.getOrientation());t.raise().classed("dot",!0).attr("role",it.GRAPHICS_SYMBOL).attr("aria-label",h=>{const f=o.getRangeIdentifier(h);return h[f]}).transition().call(h=>this.services.transitions.setupTransition({transition:h,name:"bubble-update-enter",animate:n})).attr("cx",u).attr("cy",d).attr("r",h=>s(h[i]||1)).attr("class",h=>this.model.getColorClassName({classNameTypes:[Q.FILL,Q.STROKE],dataGroupName:h[a],originalClassName:"dot"})).style("fill",h=>{const f=this.services.cartesianScales.getDomainIdentifier(h);return this.model.getFillColor(h[a],h[f],h)}).style("stroke",h=>{const f=this.services.cartesianScales.getDomainIdentifier(h);return this.model.getStrokeColor(h[a],h[f],h)}).attr("fill-opacity",r.bubble.fillOpacity).attr("opacity",1)}getTooltipAdditionalItems(t){const n=x(this.getOptions(),"bubble");return[{label:x(n,"radiusLabel"),value:t[x(n,"radiusMapsTo")]}]}}class wI extends ne{constructor(t,n){super(t,n),this.model.setOptions(Mt(bt.bubbleChart,n.options)),this.init(t,n)}getComponents(){const t=[new re(this.model,this.services),new ue(this.model,this.services),new gn(this.model,this.services),new _I(this.model,this.services),new jt(this.model,this.services,{skeleton:kt.GRID})];return this.getAxisChartComponents(t)}}class OI extends zn{constructor(t){super(t)}getMatchingRangeIndexForDatapoint(t){let n;for(let r=t.ranges.length-1;r>0;r--){const i=t.ranges[r];if(t.value>=i)return n=r,n}return 0}getTabularDataArray(){const t=this.getDisplayData(),n=this.getOptions(),{groupMapsTo:r}=n.data,i=this.services.cartesianScales.getRangeIdentifier(),s=x(n,"bullet","performanceAreaTitles");return[["Title","Group","Value","Target","Percentage","Performance"],...t.map(o=>[o.title,o[r],o.value===null?"&ndash;":o.value,x(o,"marker")===null?"&ndash;":o.marker,x(o,"marker")===null?"&ndash;":`${Math.floor(o[i]/o.marker*100)}%`,s[this.getMatchingRangeIndexForDatapoint(o)]])]}}class TI extends ot{constructor(){super(...arguments),this.type="bullet",this.renderType=Z.SVG,this.handleLegendOnHover=t=>{const{hoveredElement:n}=t.detail,{groupMapsTo:r}=this.getOptions().data;this.parent.selectAll("path.bar").transition("legend-hover-simple-bar").call(i=>this.services.transitions.setupTransition({transition:i,name:"legend-hover-simple-bar"})).attr("opacity",i=>i[r]!==n.datum().name?.3:1)},this.handleLegendMouseOut=()=>{this.parent.selectAll("path.bar").transition("legend-mouseout-simple-bar").call(t=>this.services.transitions.setupTransition({transition:t,name:"legend-mouseout-simple-bar"})).attr("opacity",1)}}init(){const t=this.services.events;t.addEventListener(w.Legend.ITEM_HOVER,this.handleLegendOnHover),t.addEventListener(w.Legend.ITEM_MOUSEOUT,this.handleLegendMouseOut)}render(t){const n=this.getOptions(),{groupMapsTo:r}=n.data,i=this.getComponentContainer({withinChartClip:!0}),s=this.model.getDisplayData(this.configs.groups),a=this.services.cartesianScales.getRangeScale(),o=this.services.cartesianScales.getRangeIdentifier(),[l,c]=a.range(),[,u]=a.domain(),d=()=>{const g=[];s.forEach(y=>{y.ranges?y.ranges.forEach((b,S)=>{b!=null&&b<u&&g.push({datum:y,value:b,order:S+1})}):g.push({datum:y,order:1})});const v=C.appendOrSelect(i,"g.range-boxes").selectAll("path.range-box").data(g,y=>`${y[r]}-${y.order}`);v.exit().attr("opacity",0).remove(),v.enter().append("path").attr("opacity",0).merge(v).attr("class",y=>`range-box order-${y.order}`).transition().call(y=>this.services.transitions.setupTransition({transition:y,name:"bullet-range-box-update-enter",animate:t})).attr("d",y=>{let S,_,E,M;return y.order===1?(S=this.services.cartesianScales.getDomainValue(y.datum)-16/2,_=S+16,E=c-2,M=l+1):(S=this.services.cartesianScales.getDomainValue(y.datum)-16/2,_=S+16,E=this.services.cartesianScales.getRangeValue(y.value),M=c),qt({x0:S,x1:_,y0:E,y1:M},this.services.cartesianScales.getOrientation())}).attr("opacity",1)},h=()=>{const g=C.appendOrSelect(i,"g.bars").selectAll("path.bar").data(s,m=>m[r]);g.exit().attr("opacity",0).remove(),g.enter().append("path").attr("opacity",0).merge(g).classed("bar",!0).transition().call(m=>this.services.transitions.setupTransition({transition:m,name:"bullet-bar-update-enter",animate:t})).attr("class",m=>this.model.getColorClassName({classNameTypes:[Q.FILL],dataGroupName:m[r],originalClassName:"bar"})).style("fill",m=>this.model.getFillColor(m[r])).attr("d",m=>{const b=this.services.cartesianScales.getDomainValue(m)-4,S=b+8,_=this.services.cartesianScales.getRangeValue(0)+1,E=this.services.cartesianScales.getRangeValue(m);return qt({x0:b,x1:S,y0:_,y1:E},this.services.cartesianScales.getOrientation())}).attr("opacity",1).attr("role",it.GRAPHICS_SYMBOL).attr("aria-roledescription","bar").attr("aria-label",m=>m.value)},f=()=>{const g=C.appendOrSelect(i,"g.markers").selectAll("path.marker").data(s.filter(m=>x(m,"marker")!==null),m=>m[r]);g.exit().attr("opacity",0).remove(),g.enter().append("path").attr("opacity",0).merge(g).classed("marker",!0).transition().call(m=>this.services.transitions.setupTransition({transition:m,name:"bullet-marker-update-enter",animate:t})).attr("d",m=>{const b=this.services.cartesianScales.getDomainValue(m)-12,S=b+24,_=this.services.cartesianScales.getRangeValue(m.marker);return qt({x0:b,x1:S,y0:_,y1:_},this.services.cartesianScales.getOrientation())}).attr("opacity",1)},p=()=>{let g=[];s.filter(y=>x(y,"marker")!==null).forEach(y=>{const b=y.marker,S=y[o];g=g.concat([{datum:y,value:b*.25,barValue:S},{datum:y,value:b*.5,barValue:S},{datum:y,value:b*.75,barValue:S}])});const v=C.appendOrSelect(i,"g.quartiles").selectAll("path.quartile").data(g,y=>y[r]);v.exit().attr("opacity",0).remove(),v.enter().append("path").attr("opacity",0).merge(v).attr("class",y=>`quartile ${y.value<=y.barValue?"over-bar":""}`).transition().call(y=>this.services.transitions.setupTransition({transition:y,name:"bullet-quartile-update-enter",animate:t})).attr("d",({datum:y,value:b})=>{let S=4;y.ranges&&y.ranges.indexOf(b)!==-1&&(S=8);const _=this.services.cartesianScales.getDomainValue(y)-S/2,E=_+S,M=this.services.cartesianScales.getRangeValue(b);return qt({x0:_,x1:E,y0:M,y1:M},this.services.cartesianScales.getOrientation())}).attr("opacity",1)};d(),h(),f(),p(),this.addEventListeners()}addEventListeners(){const t=this,n=this.getOptions(),{groupMapsTo:r}=n.data,i=this.services.cartesianScales.getRangeIdentifier();this.parent.selectAll("path.bar").on("mouseover",function(s,a){const o=A(this);o.classed("hovered",!0),t.services.events.dispatchEvent(w.Bar.BAR_MOUSEOVER,{event:s,element:o,datum:a});const l=x(n,"bullet","performanceAreaTitles"),c=t.model.getMatchingRangeIndexForDatapoint(a);t.services.events.dispatchEvent(w.Tooltip.SHOW,{event:s,hoveredElement:o,items:[{label:n.tooltip.groupLabel||"Group",value:a[r],class:t.model.getColorClassName({classNameTypes:[Q.TOOLTIP],dataGroupName:a[r]})},{label:"Value",value:a[i]},{label:"Target",value:a.marker},{label:"Percentage",value:`${Math.floor(a[i]/a.marker*100)}%`},{label:"Performance",value:l[c]}]})}).on("mousemove",function(s,a){t.services.events.dispatchEvent(w.Bar.BAR_MOUSEMOVE,{event:s,element:A(this),datum:a}),t.services.events.dispatchEvent(w.Tooltip.MOVE,{event:s})}).on("click",function(s,a){t.services.events.dispatchEvent(w.Bar.BAR_CLICK,{event:s,element:A(this),datum:a})}).on("mouseout",function(s,a){const o=A(this);o.classed("hovered",!1),t.services.events.dispatchEvent(w.Bar.BAR_MOUSEOUT,{event:s,element:o,datum:a}),t.services.events.dispatchEvent(w.Tooltip.HIDE,{hoveredElement:o})})}destroy(){this.parent.selectAll("path.bar").on("mouseover",null).on("mousemove",null).on("mouseout",null);const t=this.services.events;t.removeEventListener(w.Legend.ITEM_HOVER,this.handleLegendOnHover),t.removeEventListener(w.Legend.ITEM_MOUSEOUT,this.handleLegendMouseOut)}}class MI extends ne{constructor(t,n){super(t,n),this.model=new OI(this.services),this.model.setOptions(Mt(bt.bulletChart,n.options)),this.init(t,n)}getComponents(){const t=[new re(this.model,this.services),new ue(this.model,this.services),new TI(this.model,this.services),new jt(this.model,this.services,{skeleton:kt.GRID})];return this.getAxisChartComponents(t)}}function Sm(e){const t=ye(e,r=>r.value),n=_e().domain(t).nice().domain();if(n[0]>0)n[0]=0;else if(n[0]===0&&n[1]===0)return[0,1];return n[0]<0&&n[1]>0&&(Math.abs(n[0])>n[1]?n[1]=Math.abs(n[0]):n[0]=-n[1]),n}function _m(e,t){const n=x(t,"gradient","colors"),r=!Te(n);let i=x(t,"pairing","option");const s=Sm(e),a=s[0]<0&&s[1]>0?"diverge":"mono";(i<1&&i>4&&a==="mono"||i<1&&i>2&&a==="diverge")&&(i=1);const o=r?n:[];if(!r){const l=a==="diverge"?17:11;for(let c=1;c<l+1;c++)o.push(`fill-${a}-${i}-${c}`)}return Qo().domain(s).range(o)}class CI extends Ue{constructor(t){super(t),this._colorScale=void 0,this._matrix={}}getFillColor(t){return this._colorScale(t)}getCombinedData(){if(Te(this._matrix)){const t=this.getOptions(),n=this.getDisplayData();!Te(n)&&!Te(t.geoData.objects.countries)&&(t.geoData.objects.countries.geometries.forEach(r=>{this._matrix[r.properties.NAME]=r}),n.forEach(r=>{this._matrix[r.name]?this._matrix[r.name].value=r.value||null:console.warn(`Data point ${r} is missing geographical data.`)}))}return this._matrix}getTabularDataArray(){const t=this.getDisplayData();return[["Country ID","Country Name","Value"],...t.map(r=>[r.id===null?"&ndash;":r.id,r.name,r.value])]}getColorClassName(t){return`${t.originalClassName} ${this._colorScale(t.value)}`}setColorClassNames(){const t=x(this.getOptions(),"color");this._colorScale=_m(this.getDisplayData(),t)}}function AI(e){return e}function DI(e){if(e==null)return AI;var t,n,r=e.scale[0],i=e.scale[1],s=e.translate[0],a=e.translate[1];return function(o,l){l||(t=n=0);var c=2,u=o.length,d=new Array(u);for(d[0]=(t+=o[0])*r+s,d[1]=(n+=o[1])*i+a;c<u;)d[c]=o[c],++c;return d}}function LI(e,t){for(var n,r=e.length,i=r-t;i<--r;)n=e[i],e[i++]=e[r],e[r]=n}function RI(e,t){return typeof t=="string"&&(t=e.objects[t]),t.type==="GeometryCollection"?{type:"FeatureCollection",features:t.geometries.map(function(n){return wm(e,n)})}:wm(e,t)}function wm(e,t){var n=t.id,r=t.bbox,i=t.properties==null?{}:t.properties,s=Qc(e,t);return n==null&&r==null?{type:"Feature",properties:i,geometry:s}:r==null?{type:"Feature",id:n,properties:i,geometry:s}:{type:"Feature",id:n,bbox:r,properties:i,geometry:s}}function Qc(e,t){var n=DI(e.transform),r=e.arcs;function i(u,d){d.length&&d.pop();for(var h=r[u<0?~u:u],f=0,p=h.length;f<p;++f)d.push(n(h[f],f));u<0&&LI(d,p)}function s(u){return n(u)}function a(u){for(var d=[],h=0,f=u.length;h<f;++h)i(u[h],d);return d.length<2&&d.push(d[0]),d}function o(u){for(var d=a(u);d.length<4;)d.push(d[0]);return d}function l(u){return u.map(o)}function c(u){var d=u.type,h;switch(d){case"GeometryCollection":return{type:d,geometries:u.geometries.map(c)};case"Point":h=s(u.coordinates);break;case"MultiPoint":h=u.coordinates.map(s);break;case"LineString":h=a(u.arcs);break;case"MultiLineString":h=u.arcs.map(a);break;case"Polygon":h=l(u.arcs);break;case"MultiPolygon":h=u.arcs.map(l);break;default:return null}return{type:d,coordinates:h}}return c(t)}function kI(e,t){var n={},r={},i={},s=[],a=-1;t.forEach(function(c,u){var d=e.arcs[c<0?~c:c],h;d.length<3&&!d[1][0]&&!d[1][1]&&(h=t[++a],t[a]=c,t[u]=h)}),t.forEach(function(c){var u=o(c),d=u[0],h=u[1],f,p;if(f=i[d])if(delete i[f.end],f.push(c),f.end=h,p=r[h]){delete r[p.start];var g=p===f?f:f.concat(p);r[g.start=f.start]=i[g.end=p.end]=g}else r[f.start]=i[f.end]=f;else if(f=r[h])if(delete r[f.start],f.unshift(c),f.start=d,p=i[d]){delete i[p.end];var v=p===f?f:p.concat(f);r[v.start=p.start]=i[v.end=f.end]=v}else r[f.start]=i[f.end]=f;else f=[c],r[f.start=d]=i[f.end=h]=f});function o(c){var u=e.arcs[c<0?~c:c],d=u[0],h;return e.transform?(h=[0,0],u.forEach(function(f){h[0]+=f[0],h[1]+=f[1]})):h=u[u.length-1],c<0?[h,d]:[d,h]}function l(c,u){for(var d in c){var h=c[d];delete u[h.start],delete h.start,delete h.end,h.forEach(function(f){n[f<0?~f:f]=1}),s.push(h)}}return l(i,r),l(r,i),t.forEach(function(c){n[c<0?~c:c]||s.push([c])}),s}function II(e){for(var t=-1,n=e.length,r,i=e[n-1],s=0;++t<n;)r=i,i=e[t],s+=r[0]*i[1]-r[1]*i[0];return Math.abs(s)}function PI(e){return Qc(e,$I.apply(this,arguments))}function $I(e,t){var n={},r=[],i=[];t.forEach(s);function s(l){switch(l.type){case"GeometryCollection":l.geometries.forEach(s);break;case"Polygon":a(l.arcs);break;case"MultiPolygon":l.arcs.forEach(a);break}}function a(l){l.forEach(function(c){c.forEach(function(u){(n[u=u<0?~u:u]||(n[u]=[])).push(l)})}),r.push(l)}function o(l){return II(Qc(e,{type:"Polygon",arcs:[l]}).coordinates[0])}return r.forEach(function(l){if(!l._){var c=[],u=[l];for(l._=1,i.push(c);l=u.pop();)c.push(l),l.forEach(function(d){d.forEach(function(h){n[h<0?~h:h].forEach(function(f){f._||(f._=1,u.push(f))})})})}}),r.forEach(function(l){delete l._}),{type:"MultiPolygon",arcs:i.map(function(l){var c=[],u;if(l.forEach(function(g){g.forEach(function(v){v.forEach(function(m){n[m<0?~m:m].length<2&&c.push(m)})})}),c=kI(e,c),(u=c.length)>1)for(var d=1,h=o(c[0]),f,p;d<u;++d)(f=o(c[d]))>h&&(p=c[0],c[0]=c[d],c[d]=p,h=f);return c}).filter(function(l){return l.length>0})}}class NI extends gn{constructor(){super(...arguments),this.type="ruler-binned",this.renderType=Z.SVG}showRuler(t,[n,r]){const i=this.parent,s=this.model.getOptions(),{cartesianScales:a}=this.services,o=a.getOrientation(),l=a.getRangeScale(),[c,u]=l.range(),d=a.getDomainScale(),h=d.invert(o===$t.VERTICAL?n:r),f=C.appendOrSelect(i,"g.ruler").attr("aria-label","ruler"),p=C.appendOrSelect(f,"line.ruler-line"),v=i.selectAll("[role=graphics-symbol]").filter(m=>{if(parseFloat(Et(m,"data.x0"))<=h&&parseFloat(Et(m,"data.x1"))>=h)return!0});if(v.size()>0){this.elementsToHighlight&&this.elementsToHighlight.size()>0&&!Wp(this.elementsToHighlight,v)&&this.hideRuler(),v.dispatch("mouseover"),this.elementsToHighlight=v;const m=A(v.nodes()[0]).datum(),y=parseFloat(Et(m,"data.x0")),b=parseFloat(Et(m,"data.x1")),S=this.model.getActiveDataGroupNames(),_=S.reverse().map(M=>({label:M,value:Et(m,`data.${M}`),class:this.model.getColorClassName({classNameTypes:[Q.TOOLTIP],dataGroupName:M})})).filter(M=>M.value!==0);if(_.length>0){this.services.events.dispatchEvent(w.Tooltip.SHOW,{mousePosition:[n,r],hoveredElement:p,items:[{label:Et(s,"bins.rangeLabel")||"Range",value:`${y} – ${b}`},..._,...x(s,"tooltip","showTotal")===!0?[{label:Et(s,"tooltip.totalLabel")||"Total",value:S.reduce((D,H)=>D+parseFloat(Et(m,`data.${H}`)),0)}]:[]]}),f.attr("opacity",1);const M=d((y+b)/2);o==="horizontal"?p.attr("x1",u).attr("x2",c).attr("y1",M).attr("y2",M):p.attr("y1",u).attr("y2",c).attr("x1",M).attr("x2",M)}else this.hideRuler()}else this.hideRuler()}}class Pa extends gn{formatTooltipData(t){return t.reverse()}}class Om extends Bc{constructor(t,n,r){super(t,n,r),this.type="color-legend",this.renderType=Z.SVG,this.gradient_id=`gradient-id-${Math.floor(Math.random()*99999999999)}`,this.handleAxisCompleteEvent=()=>{const i=this.getComponentContainer(),{width:s}=C.getSVGElementSize(i,{useAttrs:!0}),a=x(this.getOptions(),"data","loading");if(s>Ct.color.barWidth&&!a){const o=x(this.getOptions(),"heatmap","colorLegend","title"),{cartesianScales:l}=this.services,u=l.getMainXScale().range();if(u[0]>1&&(i.select("g.legend").attr("transform",`translate(${u[0]}, 0)`),o)){const{width:d}=C.getSVGElementSize(i.select("g.legend-title").select("text"),{useBBox:!0}),h=u[0]-d-9;h>1?i.select("g.legend-title").attr("transform",`translate(${h}, 0)`):(i.select("g.legend").attr("transform",`translate(${u[0]}, 16)`),i.select("g.legend-title").attr("transform",`translate(${u[0]}, 0)`))}}else i.select("g.legend-title").attr("transform","translate(0, 0)")},this.chartType=r.chartType}init(){this.chartType==="heatmap"&&this.services.events.addEventListener(w.Axis.RENDER_COMPLETE,this.handleAxisCompleteEvent)}render(t=!1){const n=this.getOptions(),r=this.getComponentContainer(),{width:i}=C.getSVGElementSize(r,{useAttrs:!0}),s=x(n,"color","gradient","colors"),a=x(n,this.chartType,"colorLegend","type");let o=x(n,"color","pairing","option");const l=x(n,"heatmap","colorLegend","title");if(x(this.getOptions(),"data","loading")){r.html("");return}const u=!Te(s),d=Sm(this.model.getDisplayData()),h=!(i<=Ct.color.barWidth),f=h?Ct.color.barWidth:i,p=C.appendOrSelect(r,"g.legend"),g=C.appendOrSelect(p,"g.legend-axis");if(l){const D=C.appendOrSelect(r,"g.legend-title");C.appendOrSelect(D,"text").text(l).attr("dy","0.7em"),p.attr("transform","translate(0, 16)")}const v=d[0]<0&&d[1]>0?"diverge":"mono";(o<1&&o>4&&v==="mono"||o<1&&o>2&&v==="diverge")&&(o=1);let m=[];const y=v==="diverge"?17:11;if(u)m=s;else for(let D=1;D<y+1;D++)m.push(a===Di.LINEAR?`stop-color-${v}-${o}-${D}`:`fill-${v}-${o}-${D}`);const b=se(d[0],d[1]),S=Cy(b,3),_=_e().domain(d).range([0,f]),E=Ya(_).tickSize(0).tickValues(S);let M;switch(a){case Di.LINEAR:this.drawLinear(m,p,f);break;case Di.QUANTIZE:M=this.drawQuantize(m,v,u,p,f),_.range([M,f]);break;default:throw Error("Entered color legend type is not supported.")}g.attr("transform",`translate(0,${Ct.color.axisYTranslation})`).call(E),g.select(".domain").remove(),g.select("g.tick:last-of-type text").style("text-anchor",h?"middle":"end"),g.select("g.tick:first-of-type text").style("text-anchor",h&&this.chartType!=="choropleth"?"middle":"start")}drawLinear(t,n,r){const i=100/(t.length-1);C.appendOrSelect(n,"linearGradient").attr("id",`${this.gradient_id}-legend`).selectAll("stop").data(t).enter().append("stop").attr("offset",(o,l)=>`${l*i}%`).attr("class",(o,l)=>t[l]).attr("stop-color",o=>o),C.appendOrSelect(n,"rect").attr("width",r).attr("height",Ct.color.barHeight).style("fill",`url(#${this.gradient_id}-legend)`)}drawQuantize(t,n,r,i,s){!r&&n==="diverge"&&t.splice(t.length/2,1);const a=ai().domain(t).range([0,s]);return C.appendOrSelect(i,"g.quantized-rect").selectAll("rect").data(a.domain()).join("rect").attr("x",l=>a(l)).attr("y",0).attr("width",Math.max(0,a.bandwidth()-1)).attr("height",Ct.color.barHeight).attr("class",l=>l).attr("fill",l=>l),(!r&&n)==="mono"?a.bandwidth()-1:0}destroy(){this.chartType==="heatmap"&&this.services.events.removeEventListener(w.Axis.RENDER_COMPLETE,this.handleAxisCompleteEvent)}}class BI extends Ui{constructor(){super(...arguments),this.type="meter-title",this.renderType=Z.SVG}render(t=!1){const n=x(this.model.getDisplayData(),0),r=this.getOptions(),i=this.getComponentContainer(),{groupMapsTo:s}=r.data;if(x(r,"meter","proportional"))this.displayTotal(),this.displayBreakdownTitle();else{const c=i.selectAll("text.meter-title").data([n[s]]);c.enter().append("text").classed("meter-title",!0).merge(c).attr("x",0).attr("y","1em").text(u=>u),c.exit().remove(),this.appendPercentage()}this.displayStatus();const o=this.getMaxTitleWidth(),l=C.appendOrSelect(i,"text.meter-title");o>0&&l.node().getComputedTextLength()>o&&this.truncateTitle(l,o)}displayBreakdownTitle(){const t=this.getComponentContainer(),n=this.getOptions(),r=this.model.getMaximumDomain(this.model.getDisplayData()),i=x(n,"meter","proportional","total"),s=x(n,"meter","proportional","unit")?x(n,"meter","proportional","unit"):"";let a;if(r===i)a=null;else{const u=i!==null?i-r:r,d=x(n,"meter","proportional","breakdownFormatter");a=d!==null?d({datasetsTotal:r,total:i}):`${r} ${s} used (${u} ${s} available)`}const o=t.selectAll("text.proportional-meter-title").data([a]);o.enter().append("text").classed("proportional-meter-title",!0).merge(o).attr("x",0).attr("y","1em").text(u=>u),o.exit().remove();const l=this.getMaxTitleWidth(),c=C.appendOrSelect(t,"text.proportional-meter-title");l>0&&c.node().getComputedTextLength()>l&&this.truncateTitle(c,l)}displayTotal(){const t=this.getComponentContainer(),n=this.getOptions(),r=x(n,"meter","proportional","total"),i=r?x(n,"meter","proportional","total"):this.model.getMaximumDomain(this.model.getDisplayData()),s=x(n,"meter","proportional","unit")?x(n,"meter","proportional","unit"):"",a=x(n,"meter","proportional","totalFormatter"),o=a!==null?a(i):`${r} ${s} total`,l=C.getHTMLElementSize(this.services.domUtils.getMainContainer()),c=l.width?l.width:this.parent.node().getAttribute("width"),u=t.selectAll("text.proportional-meter-total").data([o]);u.enter().append("text").classed("proportional-meter-total",!0).merge(u).attr("x",this.model.getStatus()&&typeof c!="string"?c-Vt.total.paddingRight:c).attr("y","1em").attr("text-anchor","end").text(d=>d),u.exit().remove()}displayStatus(){const t=this,n=this.getComponentContainer(),r=C.getHTMLElementSize(this.services.domUtils.getMainContainer()),i=r.width?r.width:0,s=this.model.getStatus(),a=Vt.status.indicatorSize/2,o=C.appendOrSelect(n,"g.status-indicator").attr("class",s!==null?`status-indicator status--${s}`:"").attr("transform",`translate(${i-a}, 0)`),l=s?[s]:[],c=o.selectAll("circle.status").data(l);c.enter().append("circle").merge(c).attr("class","status").attr("r",a).attr("cx",0).attr("cy",8);const u=o.selectAll("path.innerFill").data(l);u.enter().append("path").merge(u).attr("d",t.getStatusIconPathString(s)).attr("transform",`translate(-${a}, 0)`).attr("class","innerFill"),u.exit().remove(),c.exit().remove()}appendPercentage(){const t=x(this.model.getDisplayData(),0,"value"),n=this.getComponentContainer(),r=C.appendOrSelect(n,"text.meter-title"),i=x(this.getOptions(),"meter","statusBar","percentageIndicator","enabled")===!0?[t]:[],s=n.selectAll("text.percent-value").data(i),a=Vt.statusBar.paddingRight;s.enter().append("text").classed("percent-value",!0).merge(s).text(o=>`${o}%`).attr("x",+r.attr("x")+r.node().getComputedTextLength()+a).attr("y",r.attr("y")),s.exit().remove()}truncateTitle(t,n){super.truncateTitle(t,n);const r=C.appendOrSelect(this.parent,"tspan"),i=Vt.statusBar.paddingRight,s=Math.ceil(r.node().getComputedTextLength());C.appendOrSelect(this.parent,"text.percent-value").attr("x",+t.attr("x")+t.node().getComputedTextLength()+s+i)}getMaxTitleWidth(){const t=C.getHTMLElementSize(this.services.domUtils.getMainContainer()),n=x(this.getOptions(),"meter","proportional"),r=t.width?t.width:this.parent.node().getBoundingClientRect().width;if(n!==null){const i=C.appendOrSelect(this.parent,"text.proportional-meter-total").node(),s=C.getSVGElementSize(i,{useBBox:!0}).width;return r-s-Vt.total.paddingLeft}else{const i=C.appendOrSelect(this.parent,"text.percent-value"),s=Vt.statusBar.paddingRight,a=i.node().getComputedTextLength(),o=C.appendOrSelect(this.parent,"g.status-indicator").node(),l=C.getSVGElementSize(o,{useBBox:!0}).width+Vt.status.paddingLeft;return r-a-s-l}}getStatusIconPathString(t){switch(t){case Ci.SUCCESS:return"M6.875 11.3125 3.75 8.1875 4.74375 7.25 6.875 9.34375 11.50625 4.75 12.5 5.7375 Z";case Ci.DANGER:return"M10.7 11.5 4.5 5.3 5.3 4.5 11.5 10.7 Z";case Ci.WARNING:return"M7.9375,11.125 C7.41973305,11.125 7,11.544733 7,12.0625 C7,12.580267 7.41973305,13 7.9375,13 C8.45526695,13 8.875,12.580267 8.875,12.0625 C8.875,11.544733 8.45526695,11.125 7.9375,11.125 M7.3125, 3 8.5625, 3 8.5625, 9.875 7.3125, 9.875, 7.3125, 3 Z"}}}class Jc extends ot{getBarWidth(){const t=this.getOptions();if(t.bars.width)return t.bars.width;const n=this.model.getDisplayData().length,r=this.services.cartesianScales.getMainXScale(),i=C.getSVGElementSize(this.parent,{useAttrs:!0}).width;if(!r.step){const s=x(t,"bars","spacingFactor");return Math.min(t.bars.maxWidth,i*s/n)}return Math.min(t.bars.maxWidth,r.step()/2)}isOutsideZoomedDomain(t,n){if(this.model.getDisplayData().length<=1)return!1;const i=this.model.get("zoomDomain");if(i!==void 0){const s=this.services.cartesianScales.getDomainScale();return t<s(i[0])||n>s(i[1])}return!1}}class VI extends ot{constructor(){super(...arguments),this.type="circle-pack",this.renderType=Z.SVG,this.handleLegendOnHover=t=>{const{hoveredElement:n}=t.detail;this.parent.selectAll("circle.node").transition("legend-hover-circlepack").call(r=>this.services.transitions.setupTransition({transition:r,name:"legend-hover-circlepack"})).attr("opacity",r=>r.data.dataGroupName===n.datum().name?1:wr.circles.fillOpacity)},this.handleLegendMouseOut=()=>{this.parent.selectAll("circle.node").transition("legend-mouseout-circlepack").call(t=>this.services.transitions.setupTransition({transition:t,name:"legend-mouseout-circlepack"})).attr("opacity",1)}}render(t=!0){const n=this.getComponentContainer({withinChartClip:!0}),{width:r,height:i}=C.getSVGElementSize(this.parent,{useAttrs:!0});if(r<1||i<1)return;let s=this.model.getDisplayData();const a=this.model.hasParentNode(),o=this.model.getHierarchyLevel(),l=this.getOptions(),c=x(l,"canvasZoom","enabled");a&&x(s,0,"children")&&(s=x(s,0,"children"));const u=ri({children:s}).sum(g=>g.value).sort((g,v)=>v.value-g.value),h=Gb().size([r,i]).padding(g=>g.depth>=1?wr.padding.children+3:wr.padding.mainGroup+3)(u).descendants().splice(1).filter(g=>g.depth<=o),f=n.selectAll("circle.node").data(h);f.exit().attr("width",0).attr("height",0).remove();const p=f.enter().append("circle").classed("node",!0);p.merge(f).attr("class",g=>{const v=c&&o===3?this.getZoomClass(g):"";return this.model.getColorClassName({classNameTypes:[Q.FILL,Q.STROKE],dataGroupName:g.data.dataGroupName,originalClassName:g.children?`node ${v}`:`node node-leaf ${v}`})}).style("fill",g=>this.model.getFillColor(g.data.dataGroupName)).style("stroke",g=>this.model.getFillColor(g.data.dataGroupName)).attr("cx",g=>g.x).attr("cy",g=>g.y).transition("circlepack-leaf-update-enter").call(g=>this.services.transitions.setupTransition({transition:g,name:"circlepack-leaf-update-enter"})).attr("r",g=>g.r).attr("opacity",1).attr("fill-opacity",wr.circles.fillOpacity),c===!0&&this.focal&&(this.services.canvasZoom.zoomIn(this.focal,p,_r),this.setBackgroundListeners()),a||this.addLegendListeners(),this.addEventListeners()}unhighlightChildren(t){const n=t.map(r=>r.data);this.parent.selectAll("circle.node").filter(r=>n.some(i=>i===r.data)&&r.depth>1).style("stroke",r=>this.model.getFillColor(r.data.dataGroupName))}highlightChildren(t){const n=t.map(r=>r.data);this.parent.selectAll("circle.node").filter(r=>n.some(i=>i===r.data)&&r.depth>1).style("stroke",wr.circles.hover.stroke)}getZoomClass(t){return this.model.getHierarchyLevel()===3&&this.focal&&(t.data===this.focal.data||this.focal.children.some(n=>n.data===t.data))?"focal":"non-focal"}addLegendListeners(){const{events:t}=this.services;t.addEventListener(w.Legend.ITEM_HOVER,this.handleLegendOnHover),t.addEventListener(w.Legend.ITEM_MOUSEOUT,this.handleLegendMouseOut)}removeBackgroundListeners(){A(this.services.domUtils.getMainContainer()).on("click",()=>null)}setBackgroundListeners(){const t=A(this.services.domUtils.getMainContainer()),n=this,r=this.parent.selectAll("circle.node");t.on("click",()=>{n.focal=null,n.model.updateHierarchyLevel(2),t.classed("zoomed-in",!1),n.services.canvasZoom.zoomOut(r,_r)})}getZoomIcon(){return`
80
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10">
81
- <polygon points="5.93 3.71 4.45 3.71 4.45 2.23 3.71 2.23 3.71 3.71 2.23 3.71 2.23 4.45 3.71 4.45 3.71 5.93 4.45 5.93 4.45 4.45 5.93 4.45 5.93 3.71"/>
82
- <path d="M7.2,6.67a4,4,0,0,0,1-2.59A4.08,4.08,0,1,0,4.07,8.15h0a4,4,0,0,0,2.59-1L9.48,10,10,9.48Zm-3.12.77A3.34,3.34,0,1,1,7.41,4.08,3.34,3.34,0,0,1,4.08,7.44Z"/>
83
- </svg>`}addEventListeners(){const t=this;this.parent.selectAll("circle.node").on("mouseover",function(n,r){const i=A(this);i.classed("hovered",!0);const s=t.model.getHierarchyLevel(),a=s>2&&!i.classed("focal"),o=x(t.model.getOptions(),"canvasZoom","enabled");let l=!1;if(!a){let c=[],u=[],d=null;if(r.children){r.depth>1&&o&&(l=!0,i.classed("clickable",!0)),c=r.children.map(p=>{if(p!==null)return typeof p.data.value=="number"?{label:p.data.name,value:p.data.value}:{label:p.data.name,labelIcon:o&&s<=2?t.getZoomIcon():null,value:p.value}});const f=t.model.getOptions();u=[{label:Et(f,"tooltip.totalLabel")||"Total",value:r.value,bold:!0}],t.highlightChildren(r.children)}else d=r.value;const h=getComputedStyle(this,null).getPropertyValue("fill");t.services.events.dispatchEvent(w.Tooltip.SHOW,{event:n,hoveredElement:i,items:[{color:h,label:r.data.name,labelIcon:l&&o&&s<=2?t.getZoomIcon():null,value:d},...c,...u]})}t.services.events.dispatchEvent(w.CirclePack.CIRCLE_MOUSEOVER,{event:n,element:i,datum:r})}).on("mousemove",function(n,r){const i=A(this);t.services.events.dispatchEvent(w.CirclePack.CIRCLE_MOUSEMOVE,{event:n,element:i,datum:r}),t.services.events.dispatchEvent(w.Tooltip.MOVE,{event:n})}).on("mouseout",function(n,r){const i=A(this);i.classed("hovered",!1),r.children&&t.unhighlightChildren(r.children),t.services.events.dispatchEvent(w.CirclePack.CIRCLE_MOUSEOUT,{event:n,element:i,datum:r}),t.services.events.dispatchEvent(w.Tooltip.HIDE,{hoveredElement:i})}).on("click",function(n,r){const i=A(this),s=i.classed("non-focal"),a=x(t.model.getOptions(),"canvasZoom","enabled");if(a&&t.model.getHierarchyLevel()>2){const o=t.parent.selectAll("circle.node");A(t.services.domUtils.getMainContainer()).classed("zoomed-in",!1),t.focal=null,t.model.updateHierarchyLevel(2),t.services.canvasZoom.zoomOut(o,_r)}else if(r.depth===2&&r.children&&!s&&a){const o=t.parent.selectAll("circle.node");A(t.services.domUtils.getMainContainer()).classed("zoomed-in",!0),t.focal=r,t.model.updateHierarchyLevel(3),t.services.canvasZoom.zoomIn(r,o,_r),n.stopPropagation()}t.services.events.dispatchEvent(w.CirclePack.CIRCLE_CLICK,{event:n,element:i,datum:r})})}destroy(){this.parent.selectAll("circle.node").on("mouseover",null).on("mousemove",null).on("mouseout",null).on("click",null);const t=this.services.events;t.removeEventListener(w.Legend.ITEM_HOVER,this.handleLegendOnHover),t.removeEventListener(w.Legend.ITEM_MOUSEOUT,this.handleLegendMouseOut),this.removeBackgroundListeners()}}function UI(e,t){const n=Hr(this._current,e);return r=>(this._current=n(r),t(this._current))}class Tm extends ot{constructor(){super(...arguments),this.type="pie",this.renderType=Z.SVG,this.handleLegendOnHover=t=>{const{hoveredElement:n}=t.detail,{groupMapsTo:r}=this.getOptions().data;this.parent.selectAll("path.slice").transition("legend-hover-bar").call(i=>this.services.transitions.setupTransition({transition:i,name:"legend-hover-bar"})).attr("opacity",i=>i.data[r]!==n.datum().name?.3:1)},this.handleLegendMouseOut=()=>{this.parent.selectAll("path.slice").transition("legend-mouseout-bar").call(t=>this.services.transitions.setupTransition({transition:t,name:"legend-mouseout-bar"})).attr("opacity",1)}}init(){const t=this.services.events;t.addEventListener(w.Legend.ITEM_HOVER,this.handleLegendOnHover),t.addEventListener(w.Legend.ITEM_MOUSEOUT,this.handleLegendMouseOut)}getInnerRadius(){return _t.innerRadius}render(t=!0){const n=this,r=this.getComponentContainer(),i=this.getOptions(),{groupMapsTo:s}=i.data,{valueMapsTo:a}=i.pie,o=this.model.getDisplayData().filter(L=>L[a]>0),l=this.computeRadius();this.arc=di().innerRadius(this.getInnerRadius()).outerRadius(l),this.hoverArc=di().innerRadius(this.getInnerRadius()).outerRadius(l+_t.hoverArc.outerRadiusOffset);const u=US().value(L=>L[a]).sort(x(i,"pie","sortFunction")).padAngle(_t.padAngle)(o),h=C.appendOrSelect(r,"g.slices").attr("role",it.GROUP).attr("data-name","slices").selectAll("path.slice").data(u,L=>L.data[s]);h.exit().attr("opacity",0).remove(),h.enter().append("path").classed("slice",!0).attr("opacity",0).merge(h).attr("class",L=>this.model.getColorClassName({classNameTypes:[Q.FILL],dataGroupName:L.data[s],originalClassName:"slice"})).style("fill",L=>n.model.getFillColor(L.data[s])).attr("d",this.arc).transition().call(L=>this.services.transitions.setupTransition({transition:L,name:"pie_slice_enter_update",animate:t})).attr("opacity",1).attr("role",it.GRAPHICS_SYMBOL).attr("aria-roledescription","slice").attr("aria-label",L=>`${L[a]}, ${hc(L.data[a],o,a)+"%"}`).attrTween("d",function(L){return UI.bind(this)(L,n.arc)});const g=i.pie.labels.enabled,v=g?u.filter(L=>L.data[a]>0):[],y=C.appendOrSelect(r,"g.labels").attr("role",it.GROUP).attr("data-name","labels").selectAll("text.pie-label").data(v,L=>L.data[s]);y.exit().attr("opacity",0).remove();const b=y.enter().append("text").classed("pie-label",!0),S=[];b.merge(y).style("text-anchor","middle").text(L=>i.pie.labels.formatter?i.pie.labels.formatter({...L,percentageValue:hc(L.data[a],o,a,!0)}):hc(L.data[a],o,a)+"%").datum(function(L){const R=l+7,k=(L.endAngle-L.startAngle)/2+L.startAngle,T=k/Math.PI*180,U=this.getComputedTextLength();return L.textOffsetX=U/2,L.textOffsetY=T>90&&T<270?10:0,L.xPosition=(L.textOffsetX+R)*Math.sin(k),L.yPosition=(L.textOffsetY+R)*-Math.cos(k),L}).attr("transform",function(L,R){const k=v.length,T=(L.endAngle-L.startAngle)*(180/Math.PI);if(R>=k-2&&T<_t.callout.minSliceDegree){let U,N;return L.index===k-1?(U=L.xPosition+_t.callout.offsetX+_t.callout.textMargin+L.textOffsetX,N=L.yPosition-_t.callout.offsetY,L.direction=Mi.RIGHT,S.push(L)):(U=L.xPosition-_t.callout.offsetX-L.textOffsetX-_t.callout.textMargin,N=L.yPosition-_t.callout.offsetY,L.direction=Mi.LEFT,S.push(L)),`translate(${U}, ${N})`}return`translate(${L.xPosition}, ${L.yPosition})`}),this.renderCallouts(S);const _=x(i,"donut")?"donut":"pie",E=x(i,_,"alignment"),{width:M}=C.getSVGElementSize(this.getParent(),{useAttrs:!0}),D=g?_t.xOffset:0,H=g?_t.yOffset:0;let I=l+D;E===Rt.CENTER?I=M/2:E===Rt.RIGHT&&(I=M-l-_t.xOffset);let O=l+H;S.length>0&&(O+=_t.yOffsetCallout),r.attr("x",I+7).attr("y",O),this.addEventListeners()}renderCallouts(t){const n=C.appendOrSelect(this.getComponentContainer(),"g.callouts").attr("role",it.GROUP).attr("data-name","callouts"),r=n.selectAll("g.callout").data(t);r.exit().remove();const i=r.enter().append("g").classed("callout",!0).attr("role",it.GROUP).attr("aria-roledescription","label callout");i.merge(r).datum(function(o){const{xPosition:l,yPosition:c,direction:u}=o;return u===Mi.RIGHT?(o.startPos={x:l,y:c+o.textOffsetY},o.endPos={x:l+_t.callout.offsetX,y:c-_t.callout.offsetY+o.textOffsetY},o.intersectPointX=o.endPos.x-_t.callout.horizontalLineLength):(o.startPos={x:l,y:c+o.textOffsetY},o.endPos={x:l-_t.callout.offsetX,y:c-_t.callout.offsetY+o.textOffsetY},o.intersectPointX=o.endPos.x+_t.callout.horizontalLineLength),o}),i.append("line").classed("vertical-line",!0).merge(n.selectAll("line.vertical-line")).datum(function(){return A(this.parentNode).datum()}).style("stroke-width","1px").attr("x1",o=>o.startPos.x).attr("y1",o=>o.startPos.y).attr("x2",o=>o.intersectPointX).attr("y2",o=>o.endPos.y),i.append("line").classed("horizontal-line",!0).merge(n.selectAll("line.horizontal-line")).datum(function(){return A(this.parentNode).datum()}).style("stroke-width","1px").attr("x1",o=>o.intersectPointX).attr("y1",o=>o.endPos.y).attr("x2",o=>o.endPos.x).attr("y2",o=>o.endPos.y)}addEventListeners(){const t=this;this.parent.selectAll("path.slice").on("mouseover",function(n,r){const i=A(this);i.classed("hovered",!0).transition("pie_slice_mouseover").call(o=>t.services.transitions.setupTransition({transition:o,name:"pie_slice_mouseover"})).attr("d",t.hoverArc),t.services.events.dispatchEvent(w.Pie.SLICE_MOUSEOVER,{event:n,element:A(this),datum:r});const{groupMapsTo:s}=t.getOptions().data,{valueMapsTo:a}=t.getOptions().pie;t.services.events.dispatchEvent(w.Tooltip.SHOW,{event:n,hoveredElement:i,items:[{label:r.data[s],value:r.data[a]}]})}).on("mousemove",function(n,r){const i=A(this);t.services.events.dispatchEvent(w.Pie.SLICE_MOUSEMOVE,{event:n,element:i,datum:r}),t.services.events.dispatchEvent(w.Tooltip.MOVE,{event:n})}).on("click",function(n,r){t.services.events.dispatchEvent(w.Pie.SLICE_CLICK,{event:n,element:A(this),datum:r})}).on("mouseout",function(n,r){const i=A(this);i.classed("hovered",!1).transition("pie_slice_mouseout").call(s=>t.services.transitions.setupTransition({transition:s,name:"pie_slice_mouseout"})).attr("d",t.arc),t.services.events.dispatchEvent(w.Pie.SLICE_MOUSEOUT,{event:n,element:i,datum:r}),t.services.events.dispatchEvent(w.Tooltip.HIDE,{hoveredElement:i})})}computeRadius(){const{width:t,height:n}=C.getSVGElementSize(this.parent,{useAttrs:!0}),r=this.getOptions(),i=Math.min(t,n)/2;return r.pie.labels.enabled?i+_t.radiusOffset:i}}class HI extends Tm{constructor(){super(...arguments),this.type="donut",this.renderType=Z.SVG}render(t=!0){super.render(t);const n=this;if(this.model.isDataEmpty()){this.getComponentContainer().select("g.center").remove();return}const r=C.appendOrSelect(this.getComponentContainer(),"g.center"),i=this.getOptions(),s=this.computeRadius(),a=x(i,"donut","center","label");C.appendOrSelect(r,"text.donut-figure").attr("text-anchor","middle").style("dominant-baseline",()=>a===null||a===""?"central":"initial").style("font-size",()=>i.donut.center.numberFontSize(s)).transition().call(o=>this.services.transitions.setupTransition({transition:o,name:"donut-figure-enter-update",animate:t})).tween("text",function(){return n.centerNumberTween(A(this))}),a!==null&&a!==""&&C.appendOrSelect(r,"text.donut-title").attr("text-anchor","middle").style("font-size",()=>i.donut.center.titleFontSize(s)).attr("y",i.donut.center.titleYPosition(s)).text(a)}getInnerRadius(){return this.computeRadius()*(3/4)}centerNumberTween(t){const n=this.getOptions();let r=x(n,"donut","center","number");r===null&&(r=this.model.getDisplayData().reduce((o,l)=>o+l[n.pie.valueMapsTo],0));const i=parseInt(t.text().replace(/[, ]+/g,""),10)||0;let s;i%1===0&&r%1===0?s=Iu:s=se;const a=s(i,r);return o=>{const{numberFormatter:l}=n.donut.center;t.text(l(a(o)))}}}const Mm="4,10 8,6 12,10",Cm="12,6 8,10 4,6";class FI extends ot{constructor(){super(...arguments),this.type="gauge",this.renderType=Z.SVG}getValue(){var r;return((r=this.model.getData().find(i=>i.group==="value"))==null?void 0:r.value)??null}getValueRatio(){return up(this.getValue(),0,100)/100}getDelta(){var r;return((r=this.model.getData().find(i=>i.group==="delta"))==null?void 0:r.value)??null}getArcRatio(){const t=this.getOptions();return x(t,"gauge","type")===Un.FULL?1:.5}getArcSize(){return this.getArcRatio()*Math.PI*2}getStartAngle(){const t=this.getArcSize();return t===2*Math.PI?0:-t/2}getArrow(t){const n=this.getOptions();switch(x(n,"gauge","deltaArrow","direction")){case pa.UP:return Mm;case pa.DOWN:return Cm;default:return t>0?Mm:Cm}}render(t=!0){const n=this.getComponentContainer().attr("width","100%").attr("height","100%"),r=this.getOptions(),i=this.getValue(),s=this.getValueRatio(),a=this.getArcSize(),o=this.getStartAngle(),l=s*a,c=o+l,u=o+a,d=this.computeRadius(),h=this.getInnerRadius();this.backgroundArc=di().innerRadius(h).outerRadius(d).startAngle(c).endAngle(u),this.arc=di().innerRadius(h).outerRadius(d).startAngle(o).endAngle(c),C.appendOrSelect(n,"path.arc-background").attr("d",this.backgroundArc);const f=n.selectAll("path.arc-foreground").data([i]);f.enter().append("path").merge(f).attr("class",this.model.getColorClassName({classNameTypes:[Q.FILL],dataGroupName:"value",originalClassName:"arc-foreground"})).style("fill",()=>x(this.getOptions(),"color","scale","value")).attr("d",this.arc).attr("role",it.GRAPHICS_SYMBOL).attr("aria-roledescription","value").attr("aria-label",y=>y),this.drawValueNumber(),this.drawDelta(),f.exit().remove();const g=x(r,"gauge","alignment"),{width:v}=C.getSVGElementSize(this.getParent(),{useAttrs:!0});let m=d;g===Rt.CENTER?m=v/2:g===Rt.RIGHT&&(m=v-d),n.attr("x",m).attr("y",d),this.addEventListeners()}drawValueNumber(){const t=this.getComponentContainer(),n=this.getOptions(),r=x(n,"gauge","type"),i=this.getValue(),s=this.getDelta(),a=this.computeRadius(),o=x(n,"gauge","valueFontSize"),l=x(n,"gauge","deltaFontSize"),c=x(n,"gauge","numberSpacing"),u=x(n,"gauge","showPercentageSymbol");let d=0;r===Un.FULL&&!s?d=l(a):r===Un.SEMI&&s&&(d=-(l(a)+c));const h=C.appendOrSelect(t,"g.gauge-numbers").attr("transform",`translate(0, ${d})`),f=o(a),p=C.appendOrSelect(h,"g.gauge-value-number"),g=x(n,"gauge","numberFormatter"),v=p.selectAll("text.gauge-value-number").data([i]);v.enter().append("text").attr("class","gauge-value-number").merge(v).style("font-size",`${f}px`).attr("text-anchor","middle").text(M=>g(M));const{width:m}=C.getSVGElementSize(C.appendOrSelect(t,"text.gauge-value-number"),{useBBox:!0}),y=f/2,b=u?"%":"",S=C.appendOrSelect(p,"text.gauge-value-symbol").style("font-size",`${y}px`).attr("x",m/2).text(b),{width:_,height:E}=C.getSVGElementSize(S,{useBBox:!0});S.attr("y",`-${E/2}px`),p.attr("transform",`translate(-${_/2}, 0)`)}drawDelta(){const t=this,n=this.getComponentContainer(),r=this.getOptions(),i=this.getDelta();if(i){const s=this.computeRadius(),a=i?x(r,"gauge","deltaFontSize"):()=>0,o=i?x(r,"gauge","numberFormatter"):()=>null,l=x(r,"gauge","deltaArrow","size"),c=x(r,"gauge","numberSpacing"),u=x(r,"gauge","showPercentageSymbol"),d=C.appendOrSelect(n,"g.gauge-numbers"),h=C.appendOrSelect(d,"g.gauge-delta").attr("transform",`translate(0, ${a(s)+c})`),f=C.appendOrSelect(h,"text.gauge-delta-number"),p=u?"%":"";f.data(i===null?[]:[i]),f.enter().append("text").classed("gauge-delta-number",!0).merge(f).attr("text-anchor","middle").style("font-size",`${a(s)}px`).text(y=>`${o(y)}${p}`);const{width:g}=C.getSVGElementSize(C.appendOrSelect(n,".gauge-delta-number"),{useBBox:!0}),v=x(r,"gauge","deltaArrow","enabled"),m=h.selectAll("svg.gauge-delta-arrow").data(i!==null&&v?[i]:[]);m.enter().append("svg").merge(m).attr("class","gauge-delta-arrow").attr("x",-l(s)-g/2).attr("y",-l(s)/2-a(s)*.35).attr("width",l(s)).attr("height",l(s)).attr("viewBox","0 0 16 16").each(function(){const y=A(this);C.appendOrSelect(y,"rect.gauge-delta-arrow-backdrop").attr("width","16").attr("height","16").attr("fill","none");const b=x(r,"gauge","status");C.appendOrSelect(y,"polygon.gauge-delta-arrow").attr("class",b!==null?`gauge-delta-arrow status--${b}`:"").attr("points",t.getArrow(i))}),m.exit().remove(),f.exit().remove()}else{const s=n.select("g.gauge-delta");s.empty()||s.remove()}}getInnerRadius(){const t=this.computeRadius(),n=x(this.getOptions(),"gauge","arcWidth");return t-n}addEventListeners(){const t=this;this.parent.selectAll("path.arc-foreground").on("mouseover",function(n,r){t.services.events.dispatchEvent(w.Gauge.ARC_MOUSEOVER,{event:n,element:A(this),datum:r})}).on("mousemove",function(n,r){const i=A(this);t.services.events.dispatchEvent(w.Gauge.ARC_MOUSEMOVE,{event:n,element:i,datum:r})}).on("click",function(n,r){t.services.events.dispatchEvent(w.Gauge.ARC_CLICK,{event:n,element:A(this),datum:r})}).on("mouseout",function(n,r){const i=A(this);t.services.events.dispatchEvent(w.Gauge.ARC_MOUSEOUT,{event:n,element:i,datum:r})})}computeRadius(){const t=this.getOptions(),n=x(t,"gauge","type"),{width:r,height:i}=C.getSVGElementSize(this.parent,{useAttrs:!0});return n===Un.SEMI?Math.min(r/2,i):Math.min(r/2,i/2)}}class Am extends Jc{constructor(){super(...arguments),this.type="grouped-bar",this.renderType=Z.SVG,this.padding=5,this.defaultStepFactor=70,this.handleLegendOnHover=t=>{const{hoveredElement:n}=t.detail,{groupMapsTo:r}=this.getOptions().data;this.parent.selectAll("path.bar").transition("legend-hover-bar").call(i=>this.services.transitions.setupTransition({transition:i,name:"legend-hover-bar"})).attr("opacity",i=>i[r]!==n.datum().name?.3:1)},this.handleLegendMouseOut=()=>{this.parent.selectAll("path.bar").transition("legend-mouseout-bar").call(t=>this.services.transitions.setupTransition({transition:t,name:"legend-mouseout-bar"})).attr("opacity",1)}}init(){const t=this.services.events;t.addEventListener(w.Legend.ITEM_HOVER,this.handleLegendOnHover),t.addEventListener(w.Legend.ITEM_MOUSEOUT,this.handleLegendMouseOut)}render(t){const n=this.model.getDisplayData(this.configs.groups),r=this.getOptions(),{groupMapsTo:i}=r.data;this.setGroupScale();const s=this.getComponentContainer({withinChartClip:!0}),a=Ti(n.map(h=>{const f=this.services.cartesianScales.getDomainIdentifier(h);return h[f]&&typeof h[f].toString=="function"?h[f].toString():h[f]})),o=s.selectAll("g.bars").data(a,h=>h);o.exit().attr("opacity",0).remove();const c=o.enter().append("g").classed("bars",!0).attr("role",it.GROUP).attr("data-name","bars").merge(o);c.transition().call(h=>this.services.transitions.setupTransition({transition:h,name:"bar-group-update-enter",animate:t})).attr("transform",h=>{const p=this.services.cartesianScales.getDomainValue(h)-this.getGroupWidth()/2;return this.services.cartesianScales.getOrientation()===$t.VERTICAL?`translate(${p}, 0)`:`translate(0, ${p})`});const u=c.selectAll("path.bar").data(h=>this.getDataCorrespondingToLabel(h),h=>h[i]);u.exit().attr("opacity",0).remove(),u.enter().append("path").attr("opacity",0).merge(u).classed("bar",!0).transition().call(h=>this.services.transitions.setupTransition({transition:h,name:"bar-update-enter",animate:t})).attr("class",h=>this.model.getColorClassName({classNameTypes:[Q.FILL],dataGroupName:h[i],originalClassName:"bar"})).style("fill",h=>this.model.getFillColor(h[i])).attr("d",h=>{const f=this.groupScale(h[i]),p=this.getBarWidth(),g=f,v=f+p,m=this.services.cartesianScales.getRangeAxisPosition({datum:h}),y=this.services.cartesianScales.getValueThroughAxisPosition(m,0),b=this.services.cartesianScales.getRangeValue(h),S=this.services.cartesianScales.getDomainValue(h)-p/2,_=S+p;if(!this.isOutsideZoomedDomain(S,_))return qt({x0:g,x1:v,y0:y,y1:b},this.services.cartesianScales.getOrientation())}).attr("opacity",1).attr("role",it.GRAPHICS_SYMBOL).attr("aria-roledescription","bar").attr("aria-label",h=>h.value),this.addEventListeners()}addEventListeners(){const t=this;this.parent.selectAll("path.bar").on("mouseover",function(n,r){const i=A(this);i.classed("hovered",!0),t.services.events.dispatchEvent(w.Bar.BAR_MOUSEOVER,{event:n,element:i,datum:r}),t.services.events.dispatchEvent(w.Tooltip.SHOW,{event:n,hoveredElement:i,data:[r]})}).on("mousemove",function(n,r){const i=A(this);t.services.events.dispatchEvent(w.Bar.BAR_MOUSEMOVE,{event:n,element:i,datum:r}),t.services.events.dispatchEvent(w.Tooltip.MOVE,{event:n})}).on("click",function(n,r){t.services.events.dispatchEvent(w.Bar.BAR_CLICK,{event:n,element:A(this),datum:r})}).on("mouseout",function(n,r){const i=A(this);i.classed("hovered",!1),t.services.events.dispatchEvent(w.Bar.BAR_MOUSEOUT,{event:n,element:i,datum:r}),t.services.events.dispatchEvent(w.Tooltip.HIDE,{hoveredElement:i})})}destroy(){this.parent.selectAll("path.bar").on("mouseover",null).on("mousemove",null).on("mouseout",null);const t=this.services.events;t.removeEventListener(w.Legend.ITEM_HOVER,this.handleLegendOnHover),t.removeEventListener(w.Legend.ITEM_MOUSEOUT,this.handleLegendMouseOut)}getDataCorrespondingToLabel(t){return this.model.getDisplayData(this.configs.groups).filter(r=>{const i=this.services.cartesianScales.getDomainIdentifier(r);return r[i].toString()===t})}getGroupWidth(){const t=this.model.getGroupedData(this.configs.groups),n=this.getTotalGroupPadding();return this.getBarWidth()*t.length+n}getDomainScaleStep(){const t=this.services.cartesianScales.getDomainScale(),n=this.model.getGroupedData(this.configs.groups);let r=this.defaultStepFactor;if(typeof t.step=="function")r=t.step();else if(n.length>0){const i=n.find(s=>{var a;return((a=s.data)==null?void 0:a.length)>1});if(i){const s=this.services.cartesianScales.getDomainIdentifier(i.data[0]);r=Math.abs(t(i.data[1][s])-t(i.data[0][s]))}}return r}getTotalGroupPadding(){const t=this.model.getGroupedData(this.configs.groups);return t.length===1?0:Math.min(5,5*(this.getDomainScaleStep()/this.defaultStepFactor))*(t.length-1)}getBarWidth(){const t=this.getOptions(),n=x(t,"bars","width"),r=x(t,"bars","maxWidth");if(n!==null&&(r===null||n<=r))return n;const s=this.model.getGroupedData(this.configs.groups).length,a=this.getTotalGroupPadding();return Math.min(r,(this.getDomainScaleStep()-a)/s)}setGroupScale(){const t=this.model.getActiveDataGroupNames(this.configs.groups);this.groupScale=ai().domain(t).rangeRound([0,this.getGroupWidth()])}}class GI extends ot{constructor(){super(...arguments),this.type="heatmap",this.renderType=Z.SVG,this.matrix={},this.xBandwidth=0,this.yBandwidth=0,this.translationUnits={x:0,y:0},this.handleAxisOnHover=t=>{const{detail:n}=t,{datum:r}=n,i=this.model.getUniqueRanges(),s=this.model.getUniqueDomain(),a=this.services.cartesianScales.getDomainLabel(),o=this.services.cartesianScales.getRangeLabel(),l=this.services.cartesianScales.getMainXScale(),c=this.services.cartesianScales.getMainYScale();let u="",d=null,h=null,f=null;this.matrix[r]!==void 0?(u=a,i.forEach(p=>{if(typeof this.matrix[r][p].value=="number"){const g=this.matrix[r][p].value;if(d===null){d=g,h=g,f=g;return}d+=g,h=g<h?g:h,f=g>f?g:f}})):(u=o,s.forEach(p=>{if(typeof this.matrix[p][r].value=="number"){const g=this.matrix[p][r].value;if(d===null){d=g,h=g,f=g;return}d+=g,h=g<h?g:h,f=g>f?g:f}})),l(r)!==void 0?this.parent.select("g.multi-cell.column-highlight").classed("highlighter-hidden",!1).attr("transform",`translate(${l(r)}, ${ln(c.range())})`):c(r)!==void 0&&this.parent.select("g.multi-cell.row-highlight").classed("highlighter-hidden",!1).attr("transform",`translate(${ln(l.range())},${c(r)})`),this.services.events.dispatchEvent(w.Tooltip.SHOW,{event:n.event,hoveredElement:A(t.detail.element),items:[{label:u,value:r,bold:!0},{label:"Min",value:h!==null?h:"-"},{label:"Max",value:f!==null?f:"-"},{label:"Average",value:d!==null?d/s.length:"-"}]})},this.handleAxisMouseOut=t=>{this.parent.selectAll("g.multi-cell").classed("highlighter-hidden",!0),this.services.events.dispatchEvent(w.Tooltip.HIDE,{event:t})}}init(){const t=this.services.events;t.addEventListener(w.Axis.LABEL_MOUSEOVER,this.handleAxisOnHover),t.addEventListener(w.Axis.LABEL_MOUSEOUT,this.handleAxisMouseOut),t.addEventListener(w.Axis.LABEL_FOCUS,this.handleAxisOnHover),t.addEventListener(w.Axis.LABEL_BLUR,this.handleAxisMouseOut)}render(t=!0){const n=this.getComponentContainer({withinChartClip:!0});n.lower();const{cartesianScales:r}=this.services;if(this.matrix=this.model.getMatrix(),n.html(""),x(this.getOptions(),"data","loading"))return;const i=r.getMainXScale(),s=r.getMainYScale(),a=r.getDomainIdentifier(),o=r.getRangeIdentifier(),l=this.model.getUniqueDomain(),c=this.model.getUniqueRanges(),u=this.model.getMatrixAsArray(),d=i.range(),h=s.range();this.xBandwidth=Math.abs((d[1]-d[0])/l.length),this.yBandwidth=Math.abs((h[1]-h[0])/c.length);const f=this.services.domUtils.generateElementIDString("heatmap-pattern-stripes");n.append("defs").append("pattern").attr("id",f).attr("width",3).attr("height",3).attr("patternUnits","userSpaceOnUse").attr("patternTransform","rotate(45)").append("rect").classed("pattern-fill",!0).attr("width",.5).attr("height",8);const p=n.selectAll().data(u).enter().append("g").attr("class",g=>`heat-${g.index}`).classed("cell",!0).attr("transform",g=>`translate(${i(g[a])}, ${s(g[o])})`).append("rect").attr("class",g=>this.model.getColorClassName({value:g.value,originalClassName:`heat-${g.index}`})).classed("heat",!0).classed("null-state",g=>g.index===-1||g.value===null).attr("width",this.xBandwidth).attr("height",this.yBandwidth).style("fill",g=>g.index===-1||g.value===null?`url(#${f})`:this.model.getFillColor(Number(g.value))).attr("aria-label",g=>g.value);this.createOuterBox("g.cell-highlight",this.xBandwidth,this.yBandwidth),this.createOuterBox("g.multi-cell.column-highlight",this.xBandwidth,Math.abs(h[1]-h[0])),this.createOuterBox("g.multi-cell.row-highlight",Math.abs(d[1]-d[0]),this.yBandwidth),this.determineDividerStatus()&&(p.style("stroke-width","1px"),this.parent.select("g.cell-highlight").classed("cell-2",!0)),this.addEventListener()}createOuterBox(t,n,r){const i=C.appendOrSelect(this.parent,t).classed("shadows",!0).classed("highlighter-hidden",!0);C.appendOrSelect(i,"line.top").attr("x1",-1).attr("x2",n+1),C.appendOrSelect(i,"line.left").attr("x1",0).attr("y1",-1).attr("x2",0).attr("y2",r+1),C.appendOrSelect(i,"line.down").attr("x1",-1).attr("x2",n+1).attr("y1",r).attr("y2",r),C.appendOrSelect(i,"line.right").attr("x1",n).attr("x2",n).attr("y1",-1).attr("y2",r+1)}determineDividerStatus(){const t=x(this.getOptions(),"heatmap","divider","state");return t!==Sr.OFF&&(t===Sr.AUTO&&tg.minCellDividerDimension<=this.xBandwidth&&tg.minCellDividerDimension<=this.yBandwidth||t===Sr.ON)}addEventListener(){const t=this,{cartesianScales:n}=this.services,r=this.getOptions(),i=Et(r,"tooltip.totalLabel"),s=n.getDomainIdentifier(),a=n.getRangeIdentifier(),o=n.getDomainLabel(),l=n.getRangeLabel();this.parent.selectAll("g.cell").on("mouseover",function(c,u){const d=A(this),h=d.select("rect.heat");if(!h.classed("null-state")){const p=Ri(d.attr("transform"));t.parent.select("g.cell-highlight").attr("transform",`translate(${p.x+t.translationUnits.x}, ${p.y+t.translationUnits.y})`).classed("highlighter-hidden",!1),t.services.events.dispatchEvent(w.Heatmap.HEATMAP_MOUSEOVER,{event:c,element:h,datum:u}),t.services.events.dispatchEvent(w.Tooltip.SHOW,{event:c,items:[{label:o,value:u[s]},{label:l,value:u[a]},{label:i||"Total",value:u.value,color:h.style("fill")}]})}}).on("mousemove",function(c,u){t.services.events.dispatchEvent(w.Heatmap.HEATMAP_MOUSEMOVE,{event:c,element:A(this),datum:u}),t.services.events.dispatchEvent(w.Tooltip.MOVE,{event:c})}).on("click",function(c,u){t.services.events.dispatchEvent(w.Heatmap.HEATMAP_CLICK,{event:c,element:A(this),datum:u})}).on("mouseout",function(c,u){const h=A(this).select("rect.heat"),f=h.classed("null-state");t.parent.select("g.cell-highlight").classed("highlighter-hidden",!0),f||(t.services.events.dispatchEvent(w.Heatmap.HEATMAP_MOUSEOUT,{event:c,element:h,datum:u}),t.services.events.dispatchEvent(w.Tooltip.HIDE,{event:c,hoveredElement:h}))})}destroy(){this.parent.selectAll("rect.heat").on("mouseover",null).on("mousemove",null).on("click",null).on("mouseout",null);const t=this.services.events;t.removeEventListener(w.Legend.ITEM_HOVER,this.handleAxisOnHover),t.removeEventListener(w.Legend.ITEM_MOUSEOUT,this.handleAxisMouseOut)}}class zI extends ot{constructor(){super(...arguments),this.type="histogram",this.renderType=Z.SVG,this.handleLegendOnHover=t=>{const{hoveredElement:n}=t.detail,r=this.getOptions(),{groupMapsTo:i}=r.data;this.parent.selectAll("path.bar").transition("legend-hover-bar").call(s=>this.services.transitions.setupTransition({transition:s,name:"legend-hover-bar"})).attr("opacity",s=>s[i]!==n.datum().name?.3:1)},this.handleLegendMouseOut=()=>{this.parent.selectAll("path.bar").transition("legend-mouseout-bar").call(t=>this.services.transitions.setupTransition({transition:t,name:"legend-mouseout-bar"})).attr("opacity",1)}}init(){const t=this.services.events;t.addEventListener(w.Legend.ITEM_HOVER,this.handleLegendOnHover),t.addEventListener(w.Legend.ITEM_MOUSEOUT,this.handleLegendMouseOut)}render(t){const n=this.getComponentContainer(),r=this.model.getOptions(),{groupIdentifier:i}=r,{groupMapsTo:s}=r.data,a=this.model.getBinnedStackedData(),o=this.services.cartesianScales.getMainXScale(),l=n.selectAll("g.bars").data(a,u=>Et(u,`0.${s}`));l.exit().attr("opacity",0).remove(),l.enter().append("g").classed("bars",!0).attr("role",it.GROUP);const c=n.selectAll("g.bars").selectAll("path.bar").data(u=>u);c.exit().remove(),c.enter().append("path").merge(c).classed("bar",!0).attr(i,(u,d)=>d).transition().call(u=>this.services.transitions.setupTransition({transition:u,name:"histogram-bar-update-enter",animate:t})).attr("class",u=>this.model.getColorClassName({classNameTypes:[Q.FILL],dataGroupName:u[s],originalClassName:"bar"})).style("fill",u=>this.model.getFillColor(u[s])).attr("d",u=>{const d=Et(u,"data");if(!d)return;const h=o(d.x1)-o(d.x0)-1,f=this.services.cartesianScales.getDomainValue(d.x0),p=f+h,g=this.services.cartesianScales.getRangeValue(u[0]);let v=this.services.cartesianScales.getRangeValue(u[1]);return Math.abs(v-g)>0&&Math.abs(v-g)>r.bars.dividerSize&&(this.services.cartesianScales.getOrientation()===$t.VERTICAL?v+=1:v-=1),qt({x0:f,x1:p,y0:g,y1:v},this.services.cartesianScales.getOrientation())}).attr("opacity",1).attr("role",it.GRAPHICS_SYMBOL).attr("aria-roledescription","bar").attr("aria-label",u=>x(u,"data",u[s])),this.addEventListeners()}addEventListeners(){const t=this.model.getOptions(),{groupMapsTo:n}=t.data,r=this;this.parent.selectAll("path.bar").on("mouseover",function(i,s){const a=A(this);a.classed("hovered",!0);const o=parseFloat(Et(s,"data.x0")),l=parseFloat(Et(s,"data.x1")),c=r.services.cartesianScales.getRangeAxisPosition(),u=r.services.cartesianScales.getScaleLabel(c);r.services.events.dispatchEvent(w.Tooltip.SHOW,{event:i,hoveredElement:a,items:[{label:Et(t,"bins.rangeLabel")||"Range",value:`${o} – ${l}`},{label:t.tooltip.groupLabel||"Group",value:s[n],class:r.model.getColorClassName({classNameTypes:[Q.TOOLTIP],dataGroupName:s[n]})},{label:u,value:Et(s,`data.${s[n]}`)}]})}).on("mousemove",function(i){r.services.events.dispatchEvent(w.Tooltip.MOVE,{event:i})}).on("mouseout",function(){A(this).classed("hovered",!1),r.services.events.dispatchEvent(w.Tooltip.HIDE)})}destroy(){this.parent.selectAll("path.bar").on("mouseover",null).on("mousemove",null).on("mouseout",null);const t=this.services.events;t.removeEventListener(w.Legend.ITEM_HOVER,this.handleLegendOnHover),t.removeEventListener(w.Legend.ITEM_MOUSEOUT,this.handleLegendMouseOut)}}class WI extends He{constructor(){super(...arguments),this.type="lollipop",this.renderType=Z.SVG,this.handleScatterOnHover=t=>{const n=t.detail,r=this.getOptions(),{groupMapsTo:i}=r.data;this.parent.selectAll("line.line").attr("stroke-width",s=>s[i]!==n.datum[i]?en.weight.unselected:en.weight.selected)},this.handleScatterOnMouseOut=()=>{this.parent.selectAll("line.line").attr("stroke-width",en.weight.unselected)},this.handleLegendOnHover=t=>{const{hoveredElement:n}=t.detail,r=this.getOptions(),{groupMapsTo:i}=r.data;this.parent.selectAll("line.line").transition("legend-hover-line").call(s=>this.services.transitions.setupTransition({transition:s,name:"legend-hover-line"})).attr("opacity",s=>s[i]!==n.datum().name?en.opacity.unselected:en.opacity.selected)},this.handleLegendMouseOut=()=>{this.parent.selectAll("line.line").transition("legend-mouseout-line").call(t=>this.services.transitions.setupTransition({transition:t,name:"legend-mouseout-line"})).attr("opacity",en.opacity.selected)}}init(){const{events:t}=this.services;t.addEventListener(w.Legend.ITEM_HOVER,this.handleLegendOnHover),t.addEventListener(w.Legend.ITEM_MOUSEOUT,this.handleLegendMouseOut)}render(t){const n=this.getComponentContainer({withinChartClip:!0}),r=this.model.getOptions(),{groupMapsTo:i}=r.data,{cartesianScales:s}=this.services,a=s.getMainXScale(),o=s.getMainYScale(),l=s.getDomainIdentifier(),c=m=>s.getDomainValue(m),u=m=>s.getRangeValue(m),d=s.getOrientation(),[h,f]=rn(c,u,d),p=n.selectAll("line.line").data(this.getScatterData(),m=>`${m[i]}-${m[l]}`);p.exit().attr("opacity",0).remove();const v=p.enter().append("line").attr("opacity",0).merge(p).classed("line",!0).attr("class",m=>this.model.getColorClassName({classNameTypes:[Q.STROKE],dataGroupName:m[i],originalClassName:"line"})).transition().call(m=>this.services.transitions.setupTransition({transition:m,name:"lollipop-line-update-enter",animate:t})).style("stroke",m=>this.model.getFillColor(m[i],m[l],m)).attr("opacity",1);d===$t.HORIZONTAL?v.attr("y1",f).attr("y2",f).attr("x1",a.range()[0]).attr("x2",m=>h(m)-r.points.radius):v.attr("x1",h).attr("x2",h).attr("y1",o.range()[0]).attr("y2",m=>f(m)+r.points.radius),this.addScatterPointEventListeners()}addScatterPointEventListeners(){this.services.events.addEventListener(w.Scatter.SCATTER_MOUSEOVER,this.handleScatterOnHover),this.services.events.addEventListener(w.Scatter.SCATTER_MOUSEOUT,this.handleScatterOnMouseOut)}destroy(){const t=this.services.events;t.removeEventListener(w.Legend.ITEM_HOVER,this.handleLegendOnHover),t.removeEventListener(w.Legend.ITEM_MOUSEOUT,this.handleLegendMouseOut),t.removeEventListener(w.Scatter.SCATTER_MOUSEOVER,this.handleScatterOnHover),t.removeEventListener(w.Scatter.SCATTER_MOUSEOUT,this.handleScatterOnMouseOut)}}class YI extends ot{constructor(){super(...arguments),this.type="meter",this.renderType=Z.SVG}getStackedBounds(t,n){let r=0;return t.map((s,a)=>a!==0?(r+=n(s.value),{...s,width:Math.abs(n(s.value)-Vt.dividerWidth),x:r-n(s.value)}):(r=n(s.value),{...s,width:Math.abs(n(s.value)-Vt.dividerWidth),x:0}))}render(t=!0){const n=this,r=this.getComponentContainer(),i=this.getOptions(),s=x(i,"meter","proportional"),a=this.model.getDisplayData(),o=this.model.getStatus(),{width:l}=C.getSVGElementSize(r,{useAttrs:!0}),{groupMapsTo:c}=i.data;let u;if(x(i,"meter","proportional")===null)u=100;else{const b=x(i,"meter","proportional","total");u=b||this.model.getMaximumDomain(this.model.getDisplayData())}const d=_e().domain([0,u]).range([0,l]),h=this.getStackedBounds(a,d),f=x(i,"meter","height");C.appendOrSelect(r,"rect.container").attr("x",0).attr("y",0).attr("width",l).attr("height",f||(s?Vt.height.proportional:Vt.height.default)),C.appendOrSelect(r,"line.rangeIndicator").attr("x1",l).attr("x2",l).attr("y1",0).attr("y2",f||(s?Vt.height.proportional:Vt.height.default));const p=r.selectAll("rect.value").data(h),g=o!=null&&!n.model.isUserProvidedColorScaleValid()&&!s?`value status--${o}`:"value";p.enter().append("rect").classed("value",!0).merge(p).attr("x",b=>b.x).attr("y",0).attr("height",()=>f||(s?Vt.height.proportional:Vt.height.default)).attr("class",b=>this.model.getColorClassName({classNameTypes:[Q.FILL],dataGroupName:b[c],originalClassName:g})).transition().call(b=>this.services.transitions.setupTransition({transition:b,name:"meter-bar-update",animate:t})).attr("width",b=>b.value>u?d(u):b.width).style("fill",b=>n.model.getFillColor(b[c])).attr("role",it.GRAPHICS_SYMBOL).attr("aria-roledescription","value").attr("aria-label",b=>b.value),p.exit().remove();const v=x(i,"meter","peak");let m=v;v!==null&&(v>u?m=u:v<a[0].value&&(m=a[0].value>u?u:a[0].value));const y=r.selectAll("line.peak").data(m==null?[]:[m]);y.enter().append("line").classed("peak",!0).merge(y).attr("y1",0).attr("y2",()=>f||(s?Vt.height.proportional:Vt.height.default)).transition().call(b=>this.services.transitions.setupTransition({transition:b,name:"peak-line-update",animate:t})).attr("x1",b=>d(b)).attr("x2",b=>d(b)).attr("role",it.GRAPHICS_SYMBOL).attr("aria-roledescription","peak").attr("aria-label",b=>b),y.exit().remove(),this.services.domUtils.setSVGMaxHeight(),this.addEventListeners()}addEventListeners(){const t=this.getOptions(),{groupMapsTo:n}=t.data,r=this,i=x(t,"meter","proportional");this.parent.selectAll("rect.value").on("mouseover",function(s,a){const o=A(this);r.services.events.dispatchEvent(w.Meter.METER_MOUSEOVER,{event:s,element:o,datum:a}),i&&(o.classed("hovered",!0),r.services.events.dispatchEvent(w.Tooltip.SHOW,{event:s,hoveredElement:o,items:[{label:a[n],value:a.value}]}))}).on("mousemove",function(s,a){const o=A(this);r.services.events.dispatchEvent(w.Meter.METER_MOUSEMOVE,{event:s,element:o,datum:a}),i&&r.services.events.dispatchEvent(w.Tooltip.MOVE,{event:s})}).on("click",function(s,a){r.services.events.dispatchEvent(w.Meter.METER_CLICK,{event:s,element:A(this),datum:a})}).on("mouseout",function(s,a){const o=A(this);r.services.events.dispatchEvent(w.Meter.METER_MOUSEOUT,{event:s,element:o,datum:a}),i&&(o.classed("hovered",!1),r.services.events.dispatchEvent(w.Tooltip.HIDE,{hoveredElement:o}))})}destroy(){this.parent.selectAll("rect.value").on("mouseover",null).on("mousemove",null).on("mouseout",null).on("click",null)}}function Dm(e){const t=qI(Lm(e),360);return mn(t,[0,10])||mn(t,[350,0])?{textAnchor:Ne.START,dominantBaseline:Be.MIDDLE}:mn(t,[10,80])?{textAnchor:Ne.START,dominantBaseline:Be.HANGING}:mn(t,[80,100])?{textAnchor:Ne.MIDDLE,dominantBaseline:Be.HANGING}:mn(t,[100,170])?{textAnchor:Ne.END,dominantBaseline:Be.HANGING}:mn(t,[170,190])?{textAnchor:Ne.END,dominantBaseline:Be.MIDDLE}:mn(t,[190,260])?{textAnchor:Ne.END,dominantBaseline:Be.BASELINE}:mn(t,[260,280])?{textAnchor:Ne.MIDDLE,dominantBaseline:Be.BASELINE}:{textAnchor:Ne.START,dominantBaseline:Be.BASELINE}}function qI(e,t){return(e%t+t)%t}function mn(e,[t,n]){return e>=t&&e<=n}function Lm(e){return e*(180/Math.PI)}function Dt(e,t,n={x:0,y:0}){const r=t*Math.cos(e)+n.x,i=t*Math.sin(e)+n.y;return{x:isNaN(r)?0:r,y:isNaN(i)?0:i}}function XI(e,t){return t*Math.sin(e-Math.PI/2)}class jI extends ot{constructor(){super(...arguments),this.type="radar",this.renderType=Z.SVG,this.getLabelDimensions=t=>{const n=C.appendOrSelect(this.getComponentContainer(),"g.tmp-tick"),r=C.appendOrSelect(n,"text").text(t),{width:i,height:s}=C.getSVGElementSize(r.node(),{useBBox:!0});return n.remove(),{width:i,height:s}},this.normalizeFlatData=t=>{const n=this.getOptions(),{angle:r,value:i}=x(n,"radar","axes"),s=x(n,"data","groupMapsTo"),a=SD(this.uniqueKeys.map(o=>this.uniqueGroups.map(l=>({[r]:o,[s]:l,[i]:null}))));return tt(a,t)},this.normalizeGroupedData=t=>{const n=this.getOptions(),{angle:r,value:i}=x(n,"radar","axes"),s=x(n,"data","groupMapsTo");return t.map(({name:a,data:o})=>{const l=this.uniqueKeys.map(c=>({[s]:a,[r]:c,[i]:null}));return{name:a,data:tt(l,o)}})},this.handleLegendOnHover=t=>{const{hoveredElement:n}=t.detail;this.parent.selectAll("g.blobs path").transition("legend-hover-blob").call(r=>this.services.transitions.setupTransition({transition:r,name:"legend-hover-blob"})).style("fill-opacity",r=>r.name!==n.datum().name?Hn.opacity.unselected:Hn.opacity.selected).style("stroke-opacity",r=>r.name!==n.datum().name?Hn.opacity.unselected:1)},this.handleLegendMouseOut=()=>{this.parent.selectAll("g.blobs path").transition("legend-mouseout-blob").call(t=>this.services.transitions.setupTransition({transition:t,name:"legend-mouseout-blob"})).style("fill-opacity",Hn.opacity.selected).style("stroke-opacity",1)}}init(){const{events:t}=this.services;t.addEventListener(w.Legend.ITEM_HOVER,this.handleLegendOnHover),t.addEventListener(w.Legend.ITEM_MOUSEOUT,this.handleLegendMouseOut)}render(t=!0){const n=this.getComponentContainer(),{width:r,height:i}=C.getSVGElementSize(n,{useAttrs:!0}),s=this.model.getData(),a=this.model.getGroupedData(),o=this.getOptions(),l=x(o,"data","groupMapsTo"),c=x(o,"radar","axes","value"),{angle:u,value:d}=x(o,"radar","axes"),{xLabelPadding:h,yLabelPadding:f,yTicksNumber:p,minRange:g,xAxisRectHeight:v}=Hn;this.uniqueKeys=Array.from(new Set(s.map(V=>V[u]))),this.uniqueGroups=Array.from(new Set(s.map(V=>V[l]))),this.fullDataNormalized=this.normalizeFlatData(s),this.groupedDataNormalized=this.normalizeGroupedData(a);const y=2*(this.getLabelDimensions(this.uniqueKeys[0]).height+f),_=(Math.min(r,i)-y)/2;if(_<=0)return;const E=ai().domain(this.fullDataNormalized.map(V=>V[u])).range([0,2*Math.PI].map(V=>V-Math.PI/2)),M=ln(this.fullDataNormalized.map(V=>V[d])),D=_e().domain([M>=0?0:M,bn(this.fullDataNormalized.map(V=>V[d]))]).range([g,_]).nice(p),H=D.ticks(p),I=V=>this.model.getFillColor(V),O=GS().angle(V=>E(V[u])+Math.PI/2).radius(V=>D(V[d])).curve(Qd),L=this.uniqueKeys.map(V=>{const F=this.getLabelDimensions(V).width,P=XI(E(V),_);return F+P}),k={x:bn(L)+h,y:i/2},U=C.appendOrSelect(n,"g.y-axes").attr("role",it.GROUP).selectAll("path").data(H,V=>V),N=V=>this.uniqueKeys.map(F=>({[u]:F,[d]:V}));U.join(V=>V.append("path").attr("opacity",0).attr("transform",`translate(${k.x}, ${k.y})`).attr("fill","none").call(F=>F.transition().call(P=>this.services.transitions.setupTransition({transition:P,name:"radar_y_axes_enter",animate:t})).attr("opacity",1).attr("d",P=>O(N(P)))),V=>V.call(F=>F.transition().call(P=>this.services.transitions.setupTransition({transition:P,name:"radar_y_axes_update",animate:t})).attr("opacity",1).attr("transform",`translate(${k.x}, ${k.y})`).attr("d",P=>O(N(P)))),V=>V.call(F=>F.transition().call(P=>this.services.transitions.setupTransition({transition:P,name:"radar_y_axes_exit",animate:t})).attr("d",P=>O(N(P))).attr("opacity",0).remove())),C.appendOrSelect(n,"g.x-axes").attr("role",it.GROUP).selectAll("line").data(this.uniqueKeys,V=>V).join(V=>V.append("line").attr("opacity",0).attr("class",F=>`x-axis-${vr(F)}`).attr("stroke-dasharray","0").attr("x1",F=>Dt(E(F),0,k).x).attr("y1",F=>Dt(E(F),0,k).y).attr("x2",F=>Dt(E(F),0,k).x).attr("y2",F=>Dt(E(F),0,k).y).call(F=>F.transition().call(P=>this.services.transitions.setupTransition({transition:P,name:"radar_x_axes_enter",animate:t})).attr("opacity",1).attr("x1",P=>Dt(E(P),D.range()[0],k).x).attr("y1",P=>Dt(E(P),D.range()[0],k).y).attr("x2",P=>Dt(E(P),D.range()[1],k).x).attr("y2",P=>Dt(E(P),D.range()[1],k).y)),V=>V.call(F=>F.transition().call(P=>this.services.transitions.setupTransition({transition:P,name:"radar_x_axes_update",animate:t})).attr("opacity",1).attr("x1",P=>Dt(E(P),D.range()[0],k).x).attr("y1",P=>Dt(E(P),D.range()[0],k).y).attr("x2",P=>Dt(E(P),D.range()[1],k).x).attr("y2",P=>Dt(E(P),D.range()[1],k).y)),V=>V.call(F=>F.transition().call(P=>this.services.transitions.setupTransition({transition:P,name:"radar_x_axes_exit",animate:t})).attr("opacity",0).remove())),C.appendOrSelect(n,"g.x-labels").attr("role",it.GROUP).selectAll("text").data(this.uniqueKeys).join(V=>V.append("text").text(F=>F).attr("opacity",0).attr("x",F=>Dt(E(F),D.range()[1]+h,k).x).attr("y",F=>Dt(E(F),D.range()[1]+h,k).y).style("text-anchor",F=>Dm(E(F)).textAnchor).style("dominant-baseline",F=>Dm(E(F)).dominantBaseline).call(F=>F.transition().call(P=>this.services.transitions.setupTransition({transition:P,name:"radar_x_labels_enter",animate:t})).attr("opacity",1)),V=>V.call(F=>F.transition().call(P=>this.services.transitions.setupTransition({transition:P,name:"radar_x_labels_update",animate:t})).attr("opacity",1).attr("x",P=>Dt(E(P),D.range()[1]+h,k).x).attr("y",P=>Dt(E(P),D.range()[1]+h,k).y).end().finally(()=>{const P=x(o,"radar","alignment"),ft=this.getAlignmentXOffset(P,n,this.getParent());n.attr("x",ft)})),V=>V.call(F=>F.transition().call(P=>this.services.transitions.setupTransition({transition:P,name:"radar_x_labels_exit",animate:t})).attr("opacity",0).remove())),C.appendOrSelect(n,"g.blobs").attr("role",it.GROUP).selectAll("path").data(this.groupedDataNormalized,V=>V.name).join(V=>V.append("path").attr("class",F=>this.model.getColorClassName({classNameTypes:[Q.FILL,Q.STROKE],dataGroupName:F.name,originalClassName:"blob"})).attr("role",it.GRAPHICS_SYMBOL).attr("aria-label",F=>F.name).attr("opacity",0).attr("transform",t?()=>`translate(${k.x}, ${k.y}) scale(${1+Math.random()*.35})`:`translate(${k.x}, ${k.y})`).style("fill",F=>I(F.name)).style("fill-opacity",Hn.opacity.selected).style("stroke",F=>I(F.name)).call(F=>{const P=F.transition().call(ft=>this.services.transitions.setupTransition({transition:ft,name:"radar_blobs_enter",animate:t}));t&&P.delay(()=>Math.random()*30).attr("transform",`translate(${k.x}, ${k.y})`),P.attr("opacity",1).attr("d",ft=>O(ft.data))}),V=>(V.attr("class",F=>this.model.getColorClassName({classNameTypes:[Q.FILL,Q.STROKE],dataGroupName:F.name,originalClassName:"blob"})).style("fill",F=>I(F.name)).style("stroke",F=>I(F.name)),V.call(F=>F.transition().call(P=>this.services.transitions.setupTransition({transition:P,name:"radar_blobs_update",animate:t})).attr("opacity",1).attr("transform",`translate(${k.x}, ${k.y})`).attr("d",P=>O(P.data))),V),V=>V.call(F=>{const P=F.transition().call(ft=>this.services.transitions.setupTransition({transition:ft,name:"radar_blobs_exit",animate:t}));t&&P.delay(()=>Math.random()*30).attr("transform",()=>`translate(${k.x}, ${k.y}) scale(${1+Math.random()*.35})`),P.attr("opacity",0).remove()})),C.appendOrSelect(n,"g.dots").attr("role",it.GROUP).selectAll("circle").data(this.fullDataNormalized.filter(V=>x(V,d)!==null)).join(V=>V.append("circle").attr("role",it.GRAPHICS_SYMBOL).attr("aria-label",F=>F[c]),V=>V,V=>V.remove()).attr("class",V=>this.model.getColorClassName({classNameTypes:[Q.FILL],dataGroupName:V[l],originalClassName:vr(V[u])})).attr("cx",V=>Dt(E(V[u]),D(V[d]),k).x).attr("cy",V=>Dt(E(V[u]),D(V[d]),k).y).attr("r",0).attr("opacity",0).style("fill",V=>I(V[l])),C.appendOrSelect(n,"g.x-axes-rect").attr("role",it.GROUP).selectAll("rect").data(this.uniqueKeys).join(V=>V.append("rect"),V=>V,V=>V.remove()).attr("x",k.x).attr("y",k.y-v/2).attr("width",D.range()[1]).attr("height",v).style("fill","red").style("fill-opacity",0).attr("transform",V=>`rotate(${Lm(E(V))}, ${k.x}, ${k.y})`),C.appendOrSelect(n,"g.y-labels").attr("role",it.GROUP).selectAll("text").data(ye(H)).join(V=>V.append("text").attr("opacity",0).text(F=>F).attr("x",F=>Dt(-Math.PI/2,D(F),k).x+f).attr("y",F=>Dt(-Math.PI/2,D(F),k).y).style("text-anchor","start").style("dominant-baseline","middle").call(F=>F.transition().call(P=>this.services.transitions.setupTransition({transition:P,name:"radar_y_labels_enter",animate:t})).attr("opacity",1)),V=>V.call(F=>F.transition().call(P=>this.services.transitions.setupTransition({transition:P,name:"radar_y_labels_update",animate:t})).text(P=>P).attr("opacity",1).attr("x",P=>Dt(-Math.PI/2,D(P),k).x+f).attr("y",P=>Dt(-Math.PI/2,D(P),k).y)),V=>V.call(F=>F.transition().call(P=>this.services.transitions.setupTransition({transition:P,name:"radar_y_labels_exit",animate:t})).attr("opacity",0).remove())),this.addEventListeners()}getAlignmentXOffset(t,n,r){const i=C.getSVGElementSize(n,{useBBox:!0}),{width:s}=C.getSVGElementSize(r,{useAttrs:!0});let a=0;return t===Rt.CENTER?a=Math.floor((s-i.width)/2):t===Rt.RIGHT&&(a=s-i.width),a}destroy(){this.parent.selectAll(".x-axes-rect > rect").on("mouseover",null).on("mousemove",null).on("mouseout",null);const t=this.services.events;t.removeEventListener(w.Legend.ITEM_HOVER,this.handleLegendOnHover),t.removeEventListener(w.Legend.ITEM_MOUSEOUT,this.handleLegendMouseOut)}addEventListeners(){const t=this,{axes:{angle:n}}=x(this.getOptions(),"radar");this.parent.selectAll(".x-axes-rect > rect").on("mouseover",function(r,i){const s=A(this);t.services.events.dispatchEvent(w.Radar.X_AXIS_MOUSEOVER,{event:r,element:s,datum:i});const a=t.parent.select(`.x-axes .x-axis-${vr(i)}`),o=t.parent.selectAll(`.dots circle.${vr(i)}`),l=t.model.getActiveDataGroupNames(),c=t.getOptions(),{groupMapsTo:u}=c.data,d=x(c,"radar","axes","value");a.classed("hovered",!0).attr("stroke-dasharray","4 4"),o.classed("hovered",!0).attr("opacity",f=>l.indexOf(f[u])!==-1?1:0).attr("r",Hn.dotsRadius);const h=t.fullDataNormalized.filter(f=>f[n]===i&&l.indexOf(f[u])!==-1);t.services.events.dispatchEvent(w.Tooltip.SHOW,{event:r,hoveredElement:s,items:h.filter(f=>typeof f[d]=="number").map(f=>({label:f[u],value:f[d],color:t.model.getFillColor(f[u]),class:t.model.getColorClassName({classNameTypes:[Q.TOOLTIP],dataGroupName:f[u]})}))})}).on("mousemove",function(r,i){const s=A(this);t.services.events.dispatchEvent(w.Radar.X_AXIS_MOUSEMOVE,{event:r,element:s,datum:i}),t.services.events.dispatchEvent(w.Tooltip.MOVE,{event:r})}).on("click",function(r,i){t.services.events.dispatchEvent(w.Radar.X_AXIS_CLICK,{event:r,element:A(this),datum:i})}).on("mouseout",function(r,i){const s=A(this),a=t.parent.select(`.x-axes .x-axis-${vr(i)}`),o=t.parent.selectAll(`.dots circle.${vr(i)}`);a.classed("hovered",!1).attr("stroke-dasharray","0"),o.classed("hovered",!1).attr("opacity",0).attr("r",0),t.services.events.dispatchEvent(w.Radar.X_AXIS_MOUSEOUT,{event:r,element:s,datum:i}),t.services.events.dispatchEvent(w.Tooltip.HIDE)})}}class Rm extends Jc{constructor(){super(...arguments),this.type="simple-bar",this.renderType=Z.SVG,this.handleLegendOnHover=t=>{const{hoveredElement:n}=t.detail,{groupMapsTo:r}=this.getOptions().data;this.parent.selectAll("path.bar").transition("legend-hover-simple-bar").call(i=>this.services.transitions.setupTransition({transition:i,name:"legend-hover-simple-bar"})).attr("opacity",i=>i[r]!==n.datum().name?.3:1)},this.handleLegendMouseOut=()=>{this.parent.selectAll("path.bar").transition("legend-mouseout-simple-bar").call(t=>this.services.transitions.setupTransition({transition:t,name:"legend-mouseout-simple-bar"})).attr("opacity",1)}}init(){const t=this.services.events;t.addEventListener(w.Legend.ITEM_HOVER,this.handleLegendOnHover),t.addEventListener(w.Legend.ITEM_MOUSEOUT,this.handleLegendMouseOut)}render(t){const n=this.getOptions(),{groupMapsTo:r}=n.data,i=this.getComponentContainer({withinChartClip:!0}),s=this.model.getDisplayData(this.configs.groups),a=this.services.cartesianScales.getOrientation(),o=i.selectAll("path.bar").data(s,c=>c[r]);o.exit().attr("opacity",0).remove(),o.enter().append("path").attr("opacity",0).merge(o).classed("bar",!0).attr("width",this.getBarWidth.bind(this)).transition().call(c=>this.services.transitions.setupTransition({transition:c,name:"bar-update-enter",animate:t})).attr("class",c=>this.model.getColorClassName({classNameTypes:[Q.FILL],dataGroupName:c[r],originalClassName:"bar"})).style("fill",c=>this.model.getFillColor(c[r])).attr("d",c=>{const u=this.services.cartesianScales.getRangeIdentifier(),d=this.getBarWidth(),h=c[u],f=this.services.cartesianScales.getDomainValue(c)-d/2,p=f+d;let g,v;if(Array.isArray(h)&&h.length===2)g=this.services.cartesianScales.getRangeValue(h[0]),v=this.services.cartesianScales.getRangeValue(h[1]);else{const b=this.services.cartesianScales.getRangeScale().domain()[0];g=this.services.cartesianScales.getRangeValue(Math.max(0,b)),v=this.services.cartesianScales.getRangeValue(c)}const m=Math.abs(v-g);if(m!==0&&m<2&&(h>0&&a===$t.VERTICAL||h<0&&a===$t.HORIZONTAL?v=g-2:v=g+2),!this.isOutsideZoomedDomain(f,p))return qt({x0:f,x1:p,y0:g,y1:v},a)}).attr("opacity",1).attr("role",it.GRAPHICS_SYMBOL).attr("aria-roledescription","bar").attr("aria-label",c=>c.value),this.addEventListeners()}addEventListeners(){const t=this;this.parent.selectAll("path.bar").on("mouseover",function(n,r){const i=A(this);i.classed("hovered",!0),t.services.events.dispatchEvent(w.Bar.BAR_MOUSEOVER,{event:n,element:i,datum:r}),t.services.events.dispatchEvent(w.Tooltip.SHOW,{event:n,hoveredElement:i,data:[r]})}).on("mousemove",function(n,r){t.services.events.dispatchEvent(w.Bar.BAR_MOUSEMOVE,{event:n,element:A(this),datum:r}),t.services.events.dispatchEvent(w.Tooltip.MOVE,{event:n})}).on("click",function(n,r){t.services.events.dispatchEvent(w.Bar.BAR_CLICK,{event:n,element:A(this),datum:r})}).on("mouseout",function(n,r){const i=A(this);i.classed("hovered",!1),t.services.events.dispatchEvent(w.Bar.BAR_MOUSEOUT,{event:n,element:i,datum:r}),t.services.events.dispatchEvent(w.Tooltip.HIDE,{hoveredElement:i})})}destroy(){this.parent.selectAll("path.bar").on("mouseover",null).on("mousemove",null).on("mouseout",null);const t=this.services.events;t.removeEventListener(w.Legend.ITEM_HOVER,this.handleLegendOnHover),t.removeEventListener(w.Legend.ITEM_MOUSEOUT,this.handleLegendMouseOut)}}class ZI extends jt{constructor(){super(...arguments),this.type="skeleton-lines"}render(t=!0){const n=x(this.getOptions(),"data","loading"),r=!x(this.getOptions(),"grid","x","enabled")&&!x(this.getOptions(),"grid","y","enabled")&&!x(this.getOptions(),"axes","bottom","visible")&&!x(this.getOptions(),"axes","left","visible");n&&!r?super.renderGridSkeleton(n):n&&r?this.renderSparklineSkeleton(n):this.removeSkeleton()}renderSparklineSkeleton(t){this.setScales(),this.drawBackdrop(t),this.drawSparkline(t),this.updateBackdropStyle(),t&&this.setShimmerEffect("shimmer-lines")}drawSparkline(t){const n=this.backdrop.attr("width"),r=[100],i=C.appendOrSelect(this.backdrop,"g.y.skeleton"),s=i.selectAll("line").data(r);s.enter().append("line").merge(s).attr("x1",0).attr("x2",n).attr("y1",a=>a).attr("y2",a=>a),i.selectAll("line").classed("shimmer-effect-lines",t).classed("empty-state-lines",!t).style("stroke",t?`url(#${this.services.domUtils.generateElementIDString("shimmer-lines")})`:null)}updateBackdropStyle(){const t=this.parent;this.backdrop=C.appendOrSelect(t,"svg.chart-skeleton.DAII"),C.appendOrSelect(this.backdrop,"rect.chart-skeleton-backdrop").classed("shimmer-effect-lines",!1).classed("shimmer-effect-sparkline",!0).style("stroke",null)}}class km extends ot{constructor(){super(...arguments),this.type="area-stacked",this.renderType=Z.SVG,this.handleLegendOnHover=t=>{const{hoveredElement:n}=t.detail,r=this.getOptions(),{groupMapsTo:i}=r.data;this.parent.selectAll("path.area").transition("legend-hover-area").call(s=>this.services.transitions.setupTransition({transition:s,name:"legend-hover-area"})).attr("opacity",s=>x(s,0,i)!==n.datum().name?tn.opacity.unselected:tn.opacity.selected)},this.handleLegendMouseOut=()=>{this.parent.selectAll("path.area").transition("legend-mouseout-area").call(t=>this.services.transitions.setupTransition({transition:t,name:"legend-mouseout-area"})).attr("opacity",tn.opacity.selected)}}init(){const t=this.services.events;t.addEventListener(w.Legend.ITEM_HOVER,this.handleLegendOnHover),t.addEventListener(w.Legend.ITEM_MOUSEOUT,this.handleLegendMouseOut)}render(t=!0){const n=this.getComponentContainer({withinChartClip:!0}),r=this,i=this.getOptions(),{groupMapsTo:s}=i.data,a=Object.keys(i.axes).some(p=>i.axes[p].percentage),o=this.model.getStackedData({percentage:a,groups:this.configs.groups}),l=x(o,0,0),c=this.services.cartesianScales.getDomainAxisPosition({datum:l}),u=this.services.cartesianScales.getRangeAxisPosition({datum:l}),d=this.services.cartesianScales.getScaleByPosition(u),h=n.selectAll("path.area").data(o,p=>x(p,0,s));this.areaGenerator=dl().x(p=>this.services.cartesianScales.getValueThroughAxisPosition(c,p.data.sharedStackKey)).y0(p=>d(p[0])).y1(p=>d(p[1])).curve(this.services.curves.getD3Curve()),h.exit().attr("opacity",0).remove(),h.enter().append("path").attr("opacity",0).merge(h).data(o,p=>x(p,0,s)).attr("class","area").attr("class",p=>this.model.getColorClassName({classNameTypes:[Q.FILL],dataGroupName:x(p,0,s),originalClassName:"area"})).style("fill",p=>r.model.getFillColor(x(p,0,s))).attr("role",it.GRAPHICS_SYMBOL).attr("aria-roledescription","area").attr("aria-label",p=>x(p,0,s)).transition().call(p=>this.services.transitions.setupTransition({transition:p,name:"area-update-enter",animate:t})).attr("opacity",tn.opacity.selected).attr("d",this.areaGenerator)}}class Im extends Jc{constructor(){super(...arguments),this.type="stacked-bar",this.renderType=Z.SVG,this.handleLegendOnHover=t=>{const{hoveredElement:n}=t.detail,{groupMapsTo:r}=this.model.getOptions().data;this.parent.selectAll("path.bar").transition("legend-hover-bar").call(i=>this.services.transitions.setupTransition({transition:i,name:"legend-hover-bar"})).attr("opacity",i=>i[r]!==n.datum().name?.3:1)},this.handleLegendMouseOut=()=>{this.parent.selectAll("path.bar").transition("legend-mouseout-bar").call(t=>this.services.transitions.setupTransition({transition:t,name:"legend-mouseout-bar"})).attr("opacity",1)}}init(){const t=this.services.events;t.addEventListener(w.Legend.ITEM_HOVER,this.handleLegendOnHover),t.addEventListener(w.Legend.ITEM_MOUSEOUT,this.handleLegendMouseOut)}render(t){const n=this.getComponentContainer({withinChartClip:!0}),r=this.getOptions(),{groupMapsTo:i}=r.data,s=this.model.getStackedData({groups:this.configs.groups,divergent:!0}),a=this.model.getActiveDataGroupNames(),o=n.selectAll("g.bars").data(s,c=>x(c,0,i));o.exit().attr("opacity",0).remove(),o.enter().append("g").classed("bars",!0).attr("role",it.GROUP).attr("data-name","bars");const l=n.selectAll("g.bars").selectAll("path.bar").data(c=>c,c=>c.data.sharedStackKey);l.exit().remove(),l.enter().append("path").merge(l).classed("bar",!0).transition().call(c=>this.services.transitions.setupTransition({transition:c,name:"bar-update-enter",animate:t})).attr("class",c=>this.model.getColorClassName({classNameTypes:[Q.FILL],dataGroupName:c[i],originalClassName:"bar"})).style("fill",c=>this.model.getFillColor(c[i])).attr("d",c=>{const u=c.data.sharedStackKey,d=this.getBarWidth(),h=this.services.cartesianScales.getDomainValue(u)-d/2,f=h+d,p=this.services.cartesianScales.getRangeValue(c[0]);let g=this.services.cartesianScales.getRangeValue(c[1]);if(!this.isOutsideZoomedDomain(h,f)){if(Math.abs(g-p)>0&&Math.abs(g-p)>r.bars.dividerSize){const v=c[0]<0&&c[1]<=0;v&&a.length>1?this.services.cartesianScales.getOrientation()===$t.VERTICAL?g+=c[1]===0?2:1:g-=1:v||(this.services.cartesianScales.getOrientation()===$t.VERTICAL?g+=1:g-=1)}return qt({x0:h,x1:f,y0:p,y1:g},this.services.cartesianScales.getOrientation())}}).attr("opacity",1).attr("role",it.GRAPHICS_SYMBOL).attr("aria-roledescription","bar").attr("aria-label",c=>c[1]-c[0]),this.addEventListeners()}addEventListeners(){const t=this.getOptions(),{groupMapsTo:n}=t.data,r=this;this.parent.selectAll("path.bar").on("mouseover",function(i,s){const a=A(this);a.classed("hovered",!0),r.services.events.dispatchEvent(w.Bar.BAR_MOUSEOVER,{event:i,element:a,datum:s});let l=r.model.getDisplayData(r.configs.groups).find(c=>{const u=r.services.cartesianScales.getDomainIdentifier(c),d=r.services.cartesianScales.getRangeIdentifier(c);return c[d]===s.data[s[n]]&&c[u].toString()===s.data.sharedStackKey&&c[n]===s[n]});if(l===void 0){const c=r.services.cartesianScales.getDomainIdentifier(),u=r.services.cartesianScales.getRangeIdentifier();l={[c]:s.data.sharedStackKey,[u]:s.data[s[n]],[n]:s[n]}}r.services.events.dispatchEvent(w.Tooltip.SHOW,{event:i,hoveredElement:a,data:[l]})}).on("mousemove",function(i,s){const a=A(this);r.services.events.dispatchEvent(w.Bar.BAR_MOUSEMOVE,{event:i,element:a,datum:s}),r.services.events.dispatchEvent(w.Tooltip.MOVE,{event:i})}).on("click",function(i,s){r.services.events.dispatchEvent(w.Bar.BAR_CLICK,{event:i,element:A(this),datum:s})}).on("mouseout",function(i,s){const a=A(this);a.classed("hovered",!1),r.services.events.dispatchEvent(w.Bar.BAR_MOUSEOUT,{event:i,element:a,datum:s}),r.services.events.dispatchEvent(w.Tooltip.HIDE,{hoveredElement:a})})}getBarWidth(){const t=this.getOptions();if(x(t,"bars","width"))return t.bars.width;const n=this.services.cartesianScales.getMainXScale(),r=C.getSVGElementSize(this.parent,{useAttrs:!0}).width,i=this.model.getStackKeys().length,s=x(t,"bars","spacingFactor");return n.step?Math.min(t.bars.maxWidth,n.step()/2):Math.min(t.bars.maxWidth,r*s/i)}destroy(){this.parent.selectAll("path.bar").on("mouseover",null).on("mousemove",null).on("mouseout",null);const t=this.services.events;t.removeEventListener(w.Legend.ITEM_HOVER,this.handleLegendOnHover),t.removeEventListener(w.Legend.ITEM_MOUSEOUT,this.handleLegendMouseOut)}}class Pm extends He{constructor(){super(...arguments),this.type="scatter-stacked",this.renderType=Z.SVG}render(t){if(!x(this.getOptions(),"points","enabled"))return;const r=this.getComponentContainer({withinChartClip:!0}),i=this.getOptions(),{groupMapsTo:s}=i.data,a=Object.keys(i.axes).some(f=>i.axes[f].percentage),o=this.model.getStackedData({groups:this.configs.groups,percentage:a}),l=r.selectAll("g.dots").data(o,f=>x(f,0,s));l.exit().attr("opacity",0).remove();const u=l.enter().append("g").classed("dots",!0).attr("role",it.GROUP).merge(l).selectAll("circle.dot").data(f=>f);u.exit().attr("opacity",0).remove();const h=u.enter().append("circle").classed("dot",!0).attr("opacity",0).merge(u).datum(f=>{const p=f[s],g=this.services.cartesianScales.getDomainIdentifier(f),v=this.services.cartesianScales.getRangeIdentifier(f);return{[s]:p,[g]:f.data.sharedStackKey,[v]:f[1]}});this.styleCircles(h,t),this.addEventListeners()}getTooltipData(t,n){const r=this.getOptions(),{groupMapsTo:i}=r.data,s=Object.keys(r.axes).some(l=>r.axes[l].percentage),a=this.model.getStackedData({groups:this.configs.groups,percentage:s}),o=[];return a.forEach((l,c)=>{l.forEach((u,d)=>{const h=u[i],f=u.data.sharedStackKey;let p=u.data[h];const g=u[1],v=this.services.cartesianScales.getDomainIdentifier(u),m=this.services.cartesianScales.getRangeIdentifier(u);p!=null&&t===this.services.cartesianScales.getDomainValue(f)&&n===this.services.cartesianScales.getRangeValue(g)&&(s&&(p=this.model.getStackedData({groups:this.configs.groups})[c][d].data[h]),p!==null&&o.push({[i]:h,[v]:f,[m]:p}))})}),this.model.getDisplayData(this.configs.groups).filter(l=>{const c=this.services.cartesianScales.getDomainIdentifier(l),u=this.services.cartesianScales.getRangeIdentifier(l);return o.find(d=>d[i]==l[i]&&d[c]==l[c]&&d[u]==l[u])!==void 0})}}const kr=6;class KI extends ot{constructor(){super(...arguments),this.type="tree",this.renderType=Z.SVG}getLongestLabel(t){let n="";return t.forEach(r=>{const i=r.children?this.getLongestLabel(r.children):"";(i.length>n.length||r.name.length>n.length)&&(n=i.length>r.name.length?i:r.name)}),n}getMockLabelWidth(t,n){const r=t.append("text").attr("dy","0.31em").attr("x",0).attr("text-anchor","end").text(n),{width:i}=C.getSVGElementSize(r.node(),{useBBox:!0});return r.remove(),i}render(t=!0){const n=this.getComponentContainer();n.html("");const{width:r,height:i}=C.getSVGElementSize(this.parent,{useAttrs:!0});if(r<1||i<1)return;const s=this.model.getOptions(),a=this.model.getDisplayData(),o=x(s,"tree","rootTitle")||"Tree",l=this.getMockLabelWidth(n,o),c=this.getLongestLabel(a),u=this.getMockLabelWidth(n,c),d={top:0,right:0,bottom:0,left:l>0?l+kr:30-kr},h=ri({name:o,children:a}),f=10,p=r/6,g=E=>{const M=h.descendants().reverse(),D=h.links();let H=h,I=h;h.eachBefore($=>{$.x<H.x&&(H=$),$.x>I.x&&(I=$)});const O=I.x-H.x,L=n.transition().call($=>this.services.transitions.setupTransition({transition:$,name:"tree-update-viewbox",animate:!0})).attr("viewBox",[-d.left,H.x,r,O].join(" ")),R=_.selectAll("g").data(M,$=>$.id),k=this,T=R.enter().append("g").attr("transform",()=>`translate(${E.y0},${E.x0})`).attr("class",$=>$.depth!==0&&$.children&&$.children.length>0?"clickable":null).on("mouseover",function($,B){k.services.events.dispatchEvent(w.Tree.NODE_MOUSEOVER,{event:$,element:A(this),datum:B})}).on("click",function($,B){B.depth!==0&&(B.children=B.children?null:B._children,g(B)),k.services.events.dispatchEvent(w.Tree.NODE_CLICK,{event:$,element:A(this),datum:B})}).on("mouseout",function($,B){k.services.events.dispatchEvent(w.Tree.NODE_MOUSEOUT,{event:$,element:A(this),datum:B})});T.append("circle").attr("r",2.5).attr("class",$=>$._children?"parent":"child").attr("stroke-width",10),T.append("text").attr("dy","0.31em").attr("x",$=>$._children?-kr:kr).attr("text-anchor",$=>$._children?"end":"start").text($=>$.data.name).clone(!0).attr("class","text-stroke").lower(),R.merge(T).transition(L).attr("transform",$=>`translate(${$.y},${$.x})`).attr("fill-opacity",1).attr("stroke-opacity",1),R.exit().transition(L).remove().attr("transform",()=>`translate(${E.y},${E.x})`).attr("fill-opacity",0).attr("stroke-opacity",0);const U=S.selectAll("path").data(D,$=>$.target.id),N=U.enter().append("path").attr("d",()=>{const $={x:E.x0,y:E.y0};return b({source:$,target:$})});U.merge(N).transition(L).attr("d",b),U.exit().transition(L).remove().attr("d",()=>{const $={x:E.x,y:E.y};return b({source:$,target:$})}),h.eachBefore($=>{$.x0=$.x,$.y0=$.y})},v=h.descendants(),m=v[v.length-1].depth,y=x(s,"tree","type")===fa.DENDROGRAM?ub().size([i,r-u-m*kr-l]):Kb().nodeSize([f,p]).size([i,r-u-m*kr-l]),b=jS().x(E=>E.y).y(E=>E.x);h.x0=p/2,h.y0=0,h.descendants().forEach((E,M)=>{E.id=M,E._children=E.children}),y(h),n.attr("viewBox",[-d.left,-d.top,r,f]).style("user-select","none");const S=n.append("g").attr("class","links"),_=n.append("g").attr("class","nodes");g(h)}}var QI="#000000",JI="#ffffff",tP="#fcf4d6",eP="#fddc69",nP="#f1c21b",rP="#d2a106",iP="#b28600",sP="#8e6a00",aP="#684e00",oP="#483700",lP="#302400",cP="#1c1500",uP={10:tP,20:eP,30:nP,40:rP,50:iP,60:sP,70:aP,80:oP,90:lP,100:cP},hP="#fff2e8",dP="#ffd9be",fP="#ffb784",pP="#ff832b",gP="#eb6200",mP="#ba4e00",vP="#8a3800",yP="#5e2900",xP="#3e1a00",bP="#231000",EP={10:hP,20:dP,30:fP,40:pP,50:gP,60:mP,70:vP,80:yP,90:xP,100:bP},SP="#fff1f1",_P="#ffd7d9",wP="#ffb3b8",OP="#ff8389",TP="#fa4d56",MP="#da1e28",CP="#a2191f",AP="#750e13",DP="#520408",LP="#2d0709",RP={10:SP,20:_P,30:wP,40:OP,50:TP,60:MP,70:CP,80:AP,90:DP,100:LP},kP="#fff0f7",IP="#ffd6e8",PP="#ffafd2",$P="#ff7eb6",NP="#ee5396",BP="#d02670",VP="#9f1853",UP="#740937",HP="#510224",FP="#2a0a18",GP={10:kP,20:IP,30:PP,40:$P,50:NP,60:BP,70:VP,80:UP,90:HP,100:FP},zP="#f6f2ff",WP="#e8daff",YP="#d4bbff",qP="#be95ff",XP="#a56eff",jP="#8a3ffc",ZP="#6929c4",KP="#491d8b",QP="#31135e",JP="#1c0f30",t$={10:zP,20:WP,30:YP,40:qP,50:XP,60:jP,70:ZP,80:KP,90:QP,100:JP},e$="#edf5ff",n$="#d0e2ff",r$="#a6c8ff",i$="#78a9ff",s$="#4589ff",a$="#0f62fe",o$="#0043ce",l$="#002d9c",c$="#001d6c",u$="#001141",h$={10:e$,20:n$,30:r$,40:i$,50:s$,60:a$,70:o$,80:l$,90:c$,100:u$},d$="#e5f6ff",f$="#bae6ff",p$="#82cfff",g$="#33b1ff",m$="#1192e8",v$="#0072c3",y$="#00539a",x$="#003a6d",b$="#012749",E$="#061727",S$={10:d$,20:f$,30:p$,40:g$,50:m$,60:v$,70:y$,80:x$,90:b$,100:E$},_$="#d9fbfb",w$="#9ef0f0",O$="#3ddbd9",T$="#08bdba",M$="#009d9a",C$="#007d79",A$="#005d5d",D$="#004144",L$="#022b30",R$="#081a1c",k$={10:_$,20:w$,30:O$,40:T$,50:M$,60:C$,70:A$,80:D$,90:L$,100:R$},I$="#defbe6",P$="#a7f0ba",$$="#6fdc8c",N$="#42be65",B$="#24a148",V$="#198038",U$="#0e6027",H$="#044317",F$="#022d0d",G$="#071908",z$={10:I$,20:P$,30:$$,40:N$,50:B$,60:V$,70:U$,80:H$,90:F$,100:G$},W$="#f2f4f8",Y$="#dde1e6",q$="#c1c7cd",X$="#a2a9b0",j$="#878d96",Z$="#697077",K$="#4d5358",Q$="#343a3f",J$="#21272a",tN="#121619",eN={10:W$,20:Y$,30:q$,40:X$,50:j$,60:Z$,70:K$,80:Q$,90:J$,100:tN},nN="#f4f4f4",rN="#e0e0e0",iN="#c6c6c6",sN="#a8a8a8",aN="#8d8d8d",oN="#6f6f6f",lN="#525252",cN="#393939",uN="#262626",hN="#161616",dN={10:nN,20:rN,30:iN,40:sN,50:aN,60:oN,70:lN,80:cN,90:uN,100:hN},fN="#f7f3f2",pN="#e5e0df",gN="#cac5c4",mN="#ada8a8",vN="#8f8b8b",yN="#726e6e",xN="#565151",bN="#3c3838",EN="#272525",SN="#171414",_N={10:fN,20:pN,30:gN,40:mN,50:vN,60:yN,70:xN,80:bN,90:EN,100:SN},$m={black:{100:QI},blue:h$,coolGray:eN,cyan:S$,gray:dN,green:z$,magenta:GP,orange:EP,purple:t$,red:RP,teal:k$,warmGray:_N,white:{0:JI},yellow:uP};const wN=e=>{if(!e)return null;for(const t of Object.keys($m)){const n=$m[t];for(const r of Object.keys(n))if(n[+r]===e)return r}return null},Nm=function(){const e=A(this.parentNode).select("rect.leaf"),t=getComputedStyle(e.node(),null).getPropertyValue("fill"),n=Fe(t);let r;if(n&&(r=wN(n?n.hex():null)),r==null){const i=eo(n).l;r=Math.abs(i*100-100)}return r>50?"white":"black"};let ON=0;class TN extends ot{constructor(){super(...arguments),this.type="treemap",this.renderType=Z.SVG,this.handleLegendOnHover=t=>{const{hoveredElement:n}=t.detail;this.parent.selectAll("g[data-name='leaf']").transition("legend-hover-treemap").call(r=>this.services.transitions.setupTransition({transition:r,name:"legend-hover-treemap"})).attr("opacity",r=>r.parent.data.name===n.datum().name?1:.3)},this.handleLegendMouseOut=()=>{this.parent.selectAll("g[data-name='leaf']").transition("legend-mouseout-treemap").call(t=>this.services.transitions.setupTransition({transition:t,name:"legend-mouseout-treemap"})).attr("opacity",1)}}init(){const{events:t}=this.services;t.addEventListener(w.Legend.ITEM_HOVER,this.handleLegendOnHover),t.addEventListener(w.Legend.ITEM_MOUSEOUT,this.handleLegendMouseOut)}render(t=!0){const n=this.getComponentContainer();this.model.getData();const r=this.model.getDisplayData(),i=this.model.getOptions(),s=x(window,"location"),{width:a,height:o}=C.getSVGElementSize(n,{useAttrs:!0}),l=ri({name:i.title||"Treemap",children:r}).sum(g=>g.value).sort((g,v)=>v.value-g.value),c=nE().size([a,o]).paddingInner(1).paddingOuter(0).round(!0)(l),u=n.selectAll("g[data-name='leaf']").data(c.leaves(),g=>g.data.name);u.exit().attr("opacity",0).remove();const h=u.enter().append("g").attr("data-name","leaf").attr("data-uid",()=>ON++).merge(u);h.attr("data-name","leaf").transition().call(g=>this.services.transitions.setupTransition({transition:g,name:"treemap-group-update",animate:t})).attr("transform",g=>`translate(${g.x0},${g.y0})`);const f=h.selectAll("rect.leaf").data(g=>[g]);f.exit().attr("width",0).attr("height",0).remove(),f.enter().append("rect").classed("leaf",!0).merge(f).attr("width",0).attr("height",0).attr("id",function(){const g=A(this.parentNode).attr("data-uid");return`${i.style.prefix}-leaf-${g}`}).attr("class",g=>{for(;g.depth>1;)g=g.parent;return this.model.getColorClassName({classNameTypes:[Q.FILL],dataGroupName:g.data.name,originalClassName:"leaf"})}).transition().call(g=>this.services.transitions.setupTransition({transition:g,name:"treemap-leaf-update-enter",animate:t})).attr("width",g=>g.x1-g.x0).attr("height",g=>g.y1-g.y0).style("fill",g=>{for(;g.depth>1;)g=g.parent;return this.model.getFillColor(g.data.name)}),h.selectAll("clipPath").data(g=>g.data.showLabel!==!0?[]:[1],g=>g).join(g=>g.append("clipPath").attr("id",function(){const v=A(this.parentNode).attr("data-uid");return`${i.style.prefix}-clip-${v}`}).append("use").attr("xlink:href",function(){const v=A(this.parentNode.parentNode).attr("data-uid"),m=`${i.style.prefix}-leaf-${v}`;return new URL(`#${m}`,s)+""}),g=>null,g=>g.remove()),h.selectAll("text").data(g=>{if(g.data.showLabel!==!0)return[];let v=g;for(;v.depth>1;)v=v.parent;const m=eo(this.model.getFillColor(v.data.name));return[{text:g.data.name,color:m.l<.5?"white":"black"}]},g=>g).join(g=>{const v=g.append("text").text(m=>m.text).style("fill",Nm).attr("x",7).attr("y",18);return s&&v.attr("clip-path",function(){const m=A(this.parentNode).attr("data-uid"),y=`${i.style.prefix}-clip-${m}`;return`url(${new URL(`#${y}`,s)+""})`}),v},g=>g.text(v=>v.text).style("fill",Nm),g=>g.remove()),this.addEventListeners()}addEventListeners(){const t=this;this.parent.selectAll("rect.leaf").on("mouseover",function(n,r){const i=A(this);let s=getComputedStyle(this,null).getPropertyValue("fill"),a=r;for(;a.depth>1;)a=a.parent;i.transition("graph_element_mouseover_fill_update").call(o=>t.services.transitions.setupTransition({transition:o,name:"graph_element_mouseover_fill_update"})).style("fill",o=>{const l=t.model.getFillColor(o.parent.data.name);return l&&(s=l),Fe(s).darker(.7).toString()}),t.services.events.dispatchEvent(w.Tooltip.SHOW,{event:n,hoveredElement:i,items:[{color:s,label:a.data.name,bold:!0},{label:r.data.name,value:r.data.value}]}),t.services.events.dispatchEvent(w.Treemap.LEAF_MOUSEOVER,{event:n,element:i,datum:r})}).on("mousemove",function(n,r){const i=A(this);t.services.events.dispatchEvent(w.Treemap.LEAF_MOUSEMOVE,{event:n,element:i,datum:r}),t.services.events.dispatchEvent(w.Tooltip.MOVE,{event:n})}).on("click",function(n,r){t.services.events.dispatchEvent(w.Treemap.LEAF_CLICK,{event:n,element:A(this),datum:r})}).on("mouseout",function(n,r){const i=A(this);i.classed("hovered",!1);let s=r;for(;s.depth>1;)s=s.parent;i.transition().call(a=>t.services.transitions.setupTransition({transition:a,name:"graph_element_mouseout_fill_update"})).style("fill",a=>t.model.getFillColor(a.parent.data.name)),t.services.events.dispatchEvent(w.Treemap.LEAF_MOUSEOUT,{event:n,element:i,datum:r}),t.services.events.dispatchEvent(w.Tooltip.HIDE,{hoveredElement:i})})}}var MN={value:function(){}};function Bm(){for(var e=0,t=arguments.length,n={},r;e<t;++e){if(!(r=arguments[e]+"")||r in n||/[\s.]/.test(r))throw new Error("illegal type: "+r);n[r]=[]}return new $a(n)}function $a(e){this._=e}function CN(e,t){return e.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&&!t.hasOwnProperty(n))throw new Error("unknown type: "+n);return{type:n,name:r}})}$a.prototype=Bm.prototype={constructor:$a,on:function(e,t){var n=this._,r=CN(e+"",n),i,s=-1,a=r.length;if(arguments.length<2){for(;++s<a;)if((i=(e=r[s]).type)&&(i=AN(n[i],e.name)))return i;return}if(t!=null&&typeof t!="function")throw new Error("invalid callback: "+t);for(;++s<a;)if(i=(e=r[s]).type)n[i]=Vm(n[i],e.name,t);else if(t==null)for(i in n)n[i]=Vm(n[i],e.name,null);return this},copy:function(){var e={},t=this._;for(var n in t)e[n]=t[n].slice();return new $a(e)},call:function(e,t){if((i=arguments.length-2)>0)for(var n=new Array(i),r=0,i,s;r<i;++r)n[r]=arguments[r+2];if(!this._.hasOwnProperty(e))throw new Error("unknown type: "+e);for(s=this._[e],r=0,i=s.length;r<i;++r)s[r].value.apply(t,n)},apply:function(e,t,n){if(!this._.hasOwnProperty(e))throw new Error("unknown type: "+e);for(var r=this._[e],i=0,s=r.length;i<s;++i)r[i].value.apply(t,n)}};function AN(e,t){for(var n=0,r=e.length,i;n<r;++n)if((i=e[n]).name===t)return i.value}function Vm(e,t,n){for(var r=0,i=e.length;r<i;++r)if(e[r].name===t){e[r]=MN,e=e.slice(0,r).concat(e.slice(r+1));break}return n!=null&&e.push({name:t,value:n}),e}const DN=sk(Object.freeze(Object.defineProperty({__proto__:null,dispatch:Bm},Symbol.toStringTag,{value:"Module"}))).dispatch,tu=Math.PI/180,LN={archimedean:Hm,rectangular:FN},Gi=64,Na=2048;var RN=function(){var e=[256,256],t=kN,n=IN,r=PN,i=Um,s=Um,a=$N,o=NN,l=Hm,c=[],u=1/0,d=DN("word","end"),h=null,f=Math.random,p={},g=zN;p.canvas=function(y){return arguments.length?(g=vn(y),p):g},p.start=function(){var y=v(g()),b=GN((e[0]>>5)*e[1]),S=null,_=c.length,E=-1,M=[],D=c.map(function(I,O){return I.text=t.call(this,I,O),I.font=n.call(this,I,O),I.style=i.call(this,I,O),I.weight=s.call(this,I,O),I.rotate=a.call(this,I,O),I.size=~~r.call(this,I,O),I.padding=o.call(this,I,O),I}).sort(function(I,O){return O.size-I.size});return h&&clearInterval(h),h=setInterval(H,0),H(),p;function H(){for(var I=Date.now();Date.now()-I<u&&++E<_&&h;){var O=D[E];O.x=e[0]*(f()+.5)>>1,O.y=e[1]*(f()+.5)>>1,BN(y,O,D,E),O.hasText&&m(b,O,S)&&(M.push(O),d.call("word",p,O),S?UN(S,O):S=[{x:O.x+O.x0,y:O.y+O.y0},{x:O.x+O.x1,y:O.y+O.y1}],O.x-=e[0]>>1,O.y-=e[1]>>1)}E>=_&&(p.stop(),d.call("end",p,M,S))}},p.stop=function(){h&&(clearInterval(h),h=null);for(const y of c)delete y.sprite;return p};function v(y){const b=y.getContext("2d",{willReadFrequently:!0});y.width=y.height=1;const S=Math.sqrt(b.getImageData(0,0,1,1).data.length>>2);return y.width=(Gi<<5)/S,y.height=Na/S,b.fillStyle=b.strokeStyle="red",{context:b,ratio:S}}function m(y,b,S){e[0],e[1];for(var _=b.x,E=b.y,M=Math.sqrt(e[0]*e[0]+e[1]*e[1]),D=l(e),H=f()<.5?1:-1,I=-H,O,L,R;(O=D(I+=H))&&(L=~~O[0],R=~~O[1],!(Math.min(Math.abs(L),Math.abs(R))>=M));)if(b.x=_+L,b.y=E+R,!(b.x+b.x0<0||b.y+b.y0<0||b.x+b.x1>e[0]||b.y+b.y1>e[1])&&(!S||HN(b,S))&&!VN(b,y,e[0])){for(var k=b.sprite,T=b.width>>5,U=e[0]>>5,N=b.x-(T<<4),$=N&127,B=32-$,Y=b.y1-b.y0,X=(b.y+b.y0)*U+(N>>5),J,lt=0;lt<Y;lt++){J=0;for(var W=0;W<=T;W++)y[X+W]|=J<<B|(W<T?(J=k[lt*T+W])>>>$:0);X+=U}return!0}return!1}return p.timeInterval=function(y){return arguments.length?(u=y??1/0,p):u},p.words=function(y){return arguments.length?(c=y,p):c},p.size=function(y){return arguments.length?(e=[+y[0],+y[1]],p):e},p.font=function(y){return arguments.length?(n=vn(y),p):n},p.fontStyle=function(y){return arguments.length?(i=vn(y),p):i},p.fontWeight=function(y){return arguments.length?(s=vn(y),p):s},p.rotate=function(y){return arguments.length?(a=vn(y),p):a},p.text=function(y){return arguments.length?(t=vn(y),p):t},p.spiral=function(y){return arguments.length?(l=LN[y]||y,p):l},p.fontSize=function(y){return arguments.length?(r=vn(y),p):r},p.padding=function(y){return arguments.length?(o=vn(y),p):o},p.random=function(y){return arguments.length?(f=y,p):f},p.on=function(){var y=d.on.apply(d,arguments);return y===d?p:y},p};function kN(e){return e.text}function IN(){return"serif"}function Um(){return"normal"}function PN(e){return Math.sqrt(e.value)}function $N(){return(~~(random()*6)-3)*30}function NN(){return 1}function BN(e,t,n,r){if(!t.sprite){var i=e.context,s=e.ratio;i.clearRect(0,0,(Gi<<5)/s,Na/s);var a=0,o=0,l=0,c=n.length;for(--r;++r<c;){t=n[r],i.save(),i.font=t.style+" "+t.weight+" "+~~((t.size+1)/s)+"px "+t.font;const O=i.measureText(t.text),L=-Math.floor(O.width/2);let R=(O.width+1)*s,k=t.size<<1;if(t.rotate){var u=Math.sin(t.rotate*tu),d=Math.cos(t.rotate*tu),h=R*d,f=R*u,p=k*d,g=k*u;R=Math.max(Math.abs(h+g),Math.abs(h-g))+31>>5<<5,k=~~Math.max(Math.abs(f+p),Math.abs(f-p))}else R=R+31>>5<<5;if(k>l&&(l=k),a+R>=Gi<<5&&(a=0,o+=l,l=0),o+k>=Na)break;i.translate((a+(R>>1))/s,(o+(k>>1))/s),t.rotate&&i.rotate(t.rotate*tu),i.fillText(t.text,L,0),t.padding&&(i.lineWidth=2*t.padding,i.strokeText(t.text,L,0)),i.restore(),t.width=R,t.height=k,t.xoff=a,t.yoff=o,t.x1=R>>1,t.y1=k>>1,t.x0=-t.x1,t.y0=-t.y1,t.hasText=!0,a+=R}for(var v=i.getImageData(0,0,(Gi<<5)/s,Na/s).data,m=[];--r>=0;)if(t=n[r],!!t.hasText){for(var y=t.width,b=y>>5,S=t.y1-t.y0,_=0;_<S*b;_++)m[_]=0;if(a=t.xoff,a==null)return;o=t.yoff;for(var E=0,M=-1,D=0;D<S;D++){for(var _=0;_<y;_++){var H=b*D+(_>>5),I=v[(o+D)*(Gi<<5)+(a+_)<<2]?1<<31-_%32:0;m[H]|=I,E|=I}E?M=D:(t.y0++,S--,D--,o++)}t.y1=t.y0+M,t.sprite=m.slice(0,(t.y1-t.y0)*b)}}}function VN(e,t,n){n>>=5;for(var r=e.sprite,i=e.width>>5,s=e.x-(i<<4),a=s&127,o=32-a,l=e.y1-e.y0,c=(e.y+e.y0)*n+(s>>5),u,d=0;d<l;d++){u=0;for(var h=0;h<=i;h++)if((u<<o|(h<i?(u=r[d*i+h])>>>a:0))&t[c+h])return!0;c+=n}return!1}function UN(e,t){var n=e[0],r=e[1];t.x+t.x0<n.x&&(n.x=t.x+t.x0),t.y+t.y0<n.y&&(n.y=t.y+t.y0),t.x+t.x1>r.x&&(r.x=t.x+t.x1),t.y+t.y1>r.y&&(r.y=t.y+t.y1)}function HN(e,t){return e.x+e.x1>t[0].x&&e.x+e.x0<t[1].x&&e.y+e.y1>t[0].y&&e.y+e.y0<t[1].y}function Hm(e){var t=e[0]/e[1];return function(n){return[t*(n*=.1)*Math.cos(n),n*Math.sin(n)]}}function FN(e){var t=4,n=t*e[0]/e[1],r=0,i=0;return function(s){var a=s<0?-1:1;switch(Math.sqrt(1+4*a*s)-a&3){case 0:r+=n;break;case 1:i+=t;break;case 2:r-=n;break;default:i-=t;break}return[r,i]}}function GN(e){for(var t=[],n=-1;++n<e;)t[n]=0;return t}function zN(){return document.createElement("canvas")}function vn(e){return typeof e=="function"?e:function(){return e}}const WN=ik(RN);class YN extends ot{constructor(){super(...arguments),this.type="wordcloud",this.renderType=Z.SVG,this.handleLegendOnHover=t=>{const{hoveredElement:n}=t.detail,{groupMapsTo:r}=this.getOptions().data;this.parent.selectAll("text.word").transition("legend-hover-wordcloud").call(i=>this.services.transitions.setupTransition({transition:i,name:"legend-hover-wordcloud"})).attr("opacity",i=>i[r]!==n.datum().name?.3:1)},this.handleLegendMouseOut=()=>{this.parent.selectAll("text.word").transition("legend-mouseout-wordcloud").call(t=>this.services.transitions.setupTransition({transition:t,name:"legend-mouseout-wordcloud"})).attr("opacity",1)}}init(){const t=this.services.events;t.addEventListener(w.Legend.ITEM_HOVER,this.handleLegendOnHover),t.addEventListener(w.Legend.ITEM_MOUSEOUT,this.handleLegendMouseOut)}render(t=!0){const n=this,r=this.getComponentContainer().attr("width","100%").attr("height","100%"),i=this.model.getDisplayData(),s=this.getFontSizeScale(i),a=this.getOptions(),{fontSizeMapsTo:o,wordMapsTo:l}=a.wordCloud,{groupMapsTo:c}=a.data,{width:u,height:d}=C.getSVGElementSize(r,{useAttrs:!0});if(u===0||d===0)return;const h=WN().size([u,d]).words(i.map(function(p){const g=p[o];if(typeof p[o]!="number")throw Error("Badly formatted WordCloud data. `value` should only be an integer or float");return{[c]:p[c],text:p[l],size:g,value:g}})).padding(5).rotate(0).fontSize(p=>s(p.size)).on("end",f);h.start();function f(p){const g=C.appendOrSelect(r,"g.words");g.attr("transform",`translate(${h.size()[0]/2}, ${h.size()[1]/2})`);const v=g.selectAll("text").data(p,y=>`${y[c]}-${y.text}`);v.exit().attr("opacity",0).remove(),v.enter().append("text").attr("opacity",0).merge(v).style("font-size",y=>`${y.size}px`).text(function(y){return y.text}).attr("class",y=>n.model.getColorClassName({classNameTypes:[Q.FILL],dataGroupName:y[c],originalClassName:`word ${y.size>32?"light":""}`})).style("fill",y=>n.model.getFillColor(y[c],y.text,y)).attr("text-anchor","middle").transition().call(y=>n.services.transitions.setupTransition({transition:y,name:"wordcloud-text-update-enter",animate:t})).attr("transform",y=>`translate(${y.x}, ${y.y})`).attr("opacity",1)}this.addEventListeners()}getFontSizeScale(t){const n=this.getOptions(),{fontSizeMapsTo:r}=n.wordCloud,i=t.map(l=>l[r]).filter(l=>l),s=C.getHTMLElementSize(this.services.domUtils.getMainContainer()),a=i.length>0,o=a?ye(i):[1,1];return _e().domain(o).range(a?n.wordCloud.fontSizeRange(s,t):[4,4])}addEventListeners(){const t=this.getOptions(),{groupMapsTo:n}=t.data,r=this,i=da(s=>{const a=r.parent.selectAll("text.word").transition("wordcloud-word-mouse-highlight").call(o=>r.services.transitions.setupTransition({transition:o,name:"wordcloud-word-mouse-highlight"}));s===null?a.attr("opacity",1):a.attr("opacity",function(){return s===this?1:.3})},6);this.parent.selectAll("text.word").on("mouseover",function(s,a){const o=this;i(o),r.services.events.dispatchEvent(w.WordCloud.WORD_MOUSEOVER,{event:s,element:A(this),datum:a}),r.services.events.dispatchEvent(w.Tooltip.SHOW,{event:s,hoveredElement:o,items:[{label:t.tooltip.wordLabel,value:a.text},{label:t.tooltip.valueLabel,value:a.value},{label:t.tooltip.groupLabel,value:a[n],class:r.model.getColorClassName({classNameTypes:[Q.TOOLTIP],dataGroupName:a[n]})}]})}).on("mousemove",function(s,a){const o=A(this);r.services.events.dispatchEvent(w.WordCloud.WORD_MOUSEMOVE,{element:o,datum:a}),r.services.events.dispatchEvent(w.Tooltip.MOVE,{event:s})}).on("click",function(s,a){r.services.events.dispatchEvent(w.WordCloud.WORD_CLICK,{event:s,element:A(this),datum:a})}).on("mouseout",function(s,a){const o=A(this);i(null),r.services.events.dispatchEvent(w.WordCloud.WORD_MOUSEOUT,{event:s,element:o,datum:a}),r.services.events.dispatchEvent(w.Tooltip.HIDE,{hoveredElement:o})})}}class qN extends ot{constructor(){super(...arguments),this.type="geo",this.renderType=Z.SVG}render(){const t=this.getComponentContainer({withinChartClip:!0}),{width:n,height:r}=C.getSVGElementSize(t,{useAttrs:!0});if(n<1||r<1)return;const i=this.getProjection(),s=x(this.getOptions(),"geoData"),a=this.model.getCombinedData(),o={},l={};Object.keys(a).forEach(m=>{typeof a[m].value=="number"?o[m]=a[m]:l[m]=a[m]});const c=PI(s,Object.values(l)),u=RI(s,{type:"GeometryCollection",geometries:Object.values(o)}),d=i.fitSize([n,r],u),h=$x().projection(d);C.appendOrSelect(t,"g.geo").selectAll("path").data(u.features).join("path").attr("d",h);const p=this.services.domUtils.generateElementIDString("geo-pattern-stripes"),g=C.appendOrSelect(t,"defs");C.appendOrSelect(g,"pattern").attr("id",p).attr("width",5).attr("height",10).attr("patternUnits","userSpaceOnUse").attr("patternTransform","rotate(45)").append("path").classed("pattern-fill",!0).attr("d",fi()([[0,0],[0,10]]));const v=C.appendOrSelect(t,"g.missing-data");C.appendOrSelect(v,"path").datum(c).attr("d",h).style("fill",`url(#${p})`)}getProjection(){let t=null;switch(x(this.getOptions(),"thematic","projection")){case Ve.geoEqualEarth:t=eb();break;case Ve.geoAlbers:t=Xx();break;case Ve.geoConicEqualArea:t=Jh();break;case Ve.geoConicEquidistant:t=Jx();break;case Ve.geoEquirectangular:t=Kx();break;case Ve.geoMercator:t=jx();break;case Ve.geoNaturalEarth1:t=nb();break;default:throw new Error("Projection is not supported.")}return t}}class XN extends qN{constructor(){super(...arguments),this.type="choropleth"}render(t=!0){super.render();const n=this.model.getCombinedData();this.getComponentContainer({withinChartClip:!0}).select("g.geo").selectAll("path").classed("border",!0).attr("class",s=>this.model.getColorClassName({value:n[s.properties.NAME].value,originalClassName:"border"})),this.addCountryAreaEventListener()}addCountryAreaEventListener(){const t=this,n=this.model.getCombinedData();this.parent.selectAll("path.border").on("mouseover",function(r,i){const s=A(this);t.services.events.dispatchEvent(xr.CHOROPLETH_MOUSEOVER,{event:r,element:s,datum:n[i.properties.NAME]}),t.services.events.dispatchEvent(yr.SHOW,{event:r,hoveredElement:s,items:[{label:i.properties.NAME,value:n[i.properties.NAME].value}]})}).on("mousemove",function(r,i){t.services.events.dispatchEvent(xr.CHOROPLETH_MOUSEMOVE,{event:r,element:A(this),datum:n[i.properties.NAME]}),t.services.events.dispatchEvent(yr.MOVE,{event:r})}).on("click",function(r,i){t.services.events.dispatchEvent(xr.CHOROPLETH_CLICK,{event:r,element:A(this),datum:n[i.properties.NAME]})}).on("mouseout",function(r,i){const s=A(this);t.services.events.dispatchEvent(xr.CHOROPLETH_MOUSEOUT,{event:r,element:s,datum:n[i.properties.NAME]}),t.services.events.dispatchEvent(yr.HIDE,{event:r,hoveredElement:s})})}}class jN extends De{constructor(t,n){super(t,n),this.model=new CI(this.services),this.model.setOptions(Mt(bt.choroplethChart,n.options)),this.init(t,n)}getChartComponents(t,n){const r=this.model.getOptions(),i=x(r,"toolbar","enabled"),s=!!this.model.getOptions().title,a={id:"title",components:[new Ui(this.model,this.services)],growth:nt.STRETCH},o={id:"toolbar",components:[new Cr(this.model,this.services)],growth:nt.PREFERRED},l={id:"header",components:[new Xt(this.model,this.services,[a,...i?[o]:[]],{direction:xt.ROW,alignItems:Vn.CENTER})],growth:nt.PREFERRED},c={id:"legend",components:[new Om(this.model,this.services,{chartType:"choropleth"})],growth:nt.PREFERRED,renderType:Z.SVG},u={id:"graph-frame",components:t,growth:nt.STRETCH,renderType:Z.SVG},d=x(n,"legend","enabled")!==!1&&this.model.getOptions().legend.enabled!==!1,h=xt.COLUMN_REVERSE,f={id:"spacer",components:[new on(this.model,this.services,{size:15})],growth:nt.PREFERRED},p={id:"full-frame",components:[new Xt(this.model,this.services,[...d?[c]:[],...d?[f]:[],u],{direction:h})],growth:nt.STRETCH},g=[];if(s||i){g.push(l);const v={id:"spacer",components:[new on(this.model,this.services,i?{size:15}:void 0)],growth:nt.PREFERRED};g.push(v)}return g.push(p),[new Vc(this.model,this.services),new La(this.model,this.services),new Xt(this.model,this.services,g,{direction:xt.COLUMN})]}getComponents(){const t=[new XN(this.model,this.services)];return this.getChartComponents(t)}}class ZN extends Ue{constructor(t){super(t),this.parentNode=!1,this.set({depth:2},{skipUpdate:!0})}setData(t){super.setData(t),this.setDataGroups(),t.length===1&&(this.parentNode=!0),this.setZoom()}setOptions(t){const n=this.getOptions(),r=tt({},t,this.getZoomOptions(t));dc(n,r);const i=this.getHierarchyLevel(),s=x(n,"circlePack","hierarchyLevel");this.set({options:tt(n,r),depth:s&&s<4?s:i})}getZoomOptions(t){if(!this.getDisplayData())return{};const n=this.getDisplayData(),r=t||this.getOptions(),i=n.length===1&&x(n,0,"children")?x(n,0,"children"):n;let s=this.getHierarchyLevel();return i.some(a=>{if(a.children&&a.children.some(o=>o.children))return s=3,!1}),x(r,"canvasZoom","enabled")===!0&&s>2?{legend:{additionalItems:[{type:It.ZOOM,name:"Click to zoom"}]}}:null}setZoom(t){this.setOptions(this.getZoomOptions(t))}updateHierarchyLevel(t){this.set({depth:t})}getHierarchyLevel(){return this.get("depth")}hasParentNode(){return this.parentNode}setDataGroups(){const t=this.getData(),n=this.getOptions(),{groupMapsTo:r}=n.data,i=t.map(s=>{const a=s[r];return this.setChildrenDataGroup(s,a)});this.set({data:i},{skipUpdate:!0})}setChildrenDataGroup(t,n){return t.children?{...t,dataGroupName:n,children:t.children.map(r=>this.setChildrenDataGroup(r,n))}:{...t,dataGroupName:n}}getTabularDataArray(){const t=this.getDisplayData(),n=[["Child","Parent","Value"]];return t.forEach(r=>{let i=r.value?r.value:0;r.children&&(i+=this.getChildrenDatums(r.children,r.name,n,0)),n.push(["&ndash;",r.name,i])}),n}getChildrenDatums(t,n,r=[],i=0){const s=n;return t.forEach(a=>{const o=a.name;let l=0;if(a.children)a.children.length>0&&(typeof a.value=="number"&&(i+=a.value),l+=this.getChildrenDatums(a.children,o,r,l),r.push([o,s,l]),i+=l);else{let c=0;typeof a.value=="number"&&(c=a.value,i+=a.value),r.push([a.name,s,c])}}),i}}class KN extends De{constructor(t,n){super(t,n),this.model=new ZN(this.services),this.model.setOptions(Mt(bt.circlePackChart,n.options)),this.init(t,n)}getComponents(){const t=[new VI(this.model,this.services)];return this.getChartComponents(t)}}const Fm={[oe.LINE]:[Lr,He],[oe.SCATTER]:[He],[oe.AREA]:[xm,Lr,He],[oe.STACKED_AREA]:[km,Lr,Pm,Pa],[oe.SIMPLE_BAR]:[Rm],[oe.GROUPED_BAR]:[Am,Rr],[oe.STACKED_BAR]:[Im,Pa]};class QN extends ne{constructor(t,n){super(t,n);const r=Mt(bt.comboChart,n.options);n.options.comboChartTypes||(console.error("No comboChartTypes defined for the Combo Chart!"),r.comboChartTypes=[{type:oe.LINE,correspondingDatasets:[]}]),this.model.setOptions(r),this.init(t,n)}getGraphComponents(){const{comboChartTypes:t}=this.model.getOptions();let n=0;const r=t.map(i=>{const s=i.type;let a;if(typeof i.type=="string"){if(!Object.keys(Fm).includes(i.type))return console.error(`Invalid chart type "${i.type}" specified for combo chart. Please refer to the ComboChart tutorial for more guidance.`),null;let o=!1;const l=`${LM(i.type)}Chart`;return a=tt({},bt[l],this.model.getOptions(),i.options),i.type===oe.STACKED_AREA&&(o=!0),Fm[i.type].map(c=>new c(this.model,this.services,{groups:i.correspondingDatasets,id:n++,options:a,stacked:o}))}else return a=tt({},this.model.getOptions(),i.options),new s(this.model,this.services,{groups:i.correspondingDatasets,id:n++,options:a})}).filter(i=>i!==null);return Nf(r)}getComponents(){const{comboChartTypes:t}=this.model.getOptions(),n=t.some(s=>s.type===oe.STACKED_BAR||s.type===oe.STACKED_AREA),r=[new re(this.model,this.services),new ue(this.model,this.services),new jt(this.model,this.services,{skeleton:kt.GRID}),...n?[]:[new gn(this.model,this.services)],...this.getGraphComponents()];return this.getAxisChartComponents(r)}}class JN extends Ue{constructor(t){super(t)}getTabularData(t){const n=super.getTabularData(t);return t!==n&&n.forEach(r=>{r.key&&r.key!==r.group&&(r.group=r.key)}),n}getTabularDataArray(){const t=this.getDisplayData(),n=this.getOptions(),{groupMapsTo:r}=n.data,{valueMapsTo:i}=n.pie;return[["Group","Value"],...t.map(a=>[a[r],a[i]===null?"&ndash;":a[i].toLocaleString()])]}sanitize(t){return this.getTabularData(t).sort((r,i)=>i.value-r.value)}}class Gm extends De{constructor(t,n,r=!1){super(t,n),this.model=new JN(this.services),!r&&(this.model.setOptions(Mt(bt.pieChart,n.options)),this.init(t,n))}getComponents(){const t=[new Tm(this.model,this.services),new jt(this.model,this.services,{skeleton:kt.PIE})];return this.getChartComponents(t)}}class tB extends Gm{constructor(t,n){super(t,n,!0),this.model.setOptions(Mt(bt.donutChart,n.options)),this.init(t,n)}getComponents(){const t=[new HI(this.model,this.services),new jt(this.model,this.services,{skeleton:kt.DONUT})];return this.getChartComponents(t)}}class eB extends Ue{constructor(t){super(t)}getDataGroups(){return super.getDataGroups().filter(t=>t.name!=="delta")}getTabularDataArray(){const t=this.getDisplayData(),n=this.getOptions(),{groupMapsTo:r}=n.data;return[["Group","Value"],...t.map(s=>[s[r],s.value===null?"&ndash;":s.value.toLocaleString()])]}}class nB extends De{constructor(t,n){super(t,n),this.model=new eB(this.services),this.model.setOptions(Mt(bt.gaugeChart,n.options)),this.init(t,n)}getComponents(){const t=[new FI(this.model,this.services)];return this.getChartComponents(t)}}class rB extends ne{constructor(t,n){super(t,n),this.model.setOptions(Mt(bt.groupedBarChart,n.options)),this.init(t,n)}getComponents(){const t=[new re(this.model,this.services),new ue(this.model,this.services),new Am(this.model,this.services),new Rr(this.model,this.services),new jt(this.model,this.services,{skeleton:kt.VERT_OR_HORIZ})];return this.getAxisChartComponents(t)}}class iB extends zn{constructor(t){super(t),this.axisFlavor=Li.HOVERABLE,this._colorScale=void 0,this._domains=[],this._ranges=[],this._matrix={};const n=x(this.getOptions(),"axes");if(x(n,"left","scaleType")&&x(n,"left","scaleType")!==j.LABELS||x(n,"right","scaleType")&&x(n,"right","scaleType")!==j.LABELS||x(n,"top","scaleType")&&x(n,"top","scaleType")!==j.LABELS||x(n,"bottom","scaleType")&&x(n,"bottom","scaleType")!==j.LABELS)throw Error("Heatmap only supports label scaletypes.")}getValueDomain(){const t=ye(this.getDisplayData(),r=>r.value),n=_e().domain(t).nice().domain();if(n[0]>0)n[0]=0;else if(n[0]===0&&n[1]===0)return[0,1];return n[0]<0&&n[1]>0&&(Math.abs(n[0])>n[1]?n[1]=Math.abs(n[0]):n[0]=-n[1]),n}getFillColor(t){return this._colorScale(t)}getUniqueDomain(){if(Te(this._domains)){const t=this.getDisplayData(),{cartesianScales:n}=this.services,r=n.getDomainIdentifier(),i=n.getMainXAxisPosition(),s=n.getCustomDomainValuesByposition(i);if(s)return s;this._domains=Array.from(new Set(t.map(a=>a[r])))}return this._domains}getUniqueRanges(){if(Te(this._ranges)){const t=this.getDisplayData(),{cartesianScales:n}=this.services,r=n.getRangeIdentifier(),i=n.getMainYAxisPosition(),s=n.getCustomDomainValuesByposition(i);if(s)return s;this._ranges=Array.from(new Set(t.map(a=>a[r])))}return this._ranges}getMatrix(){if(Te(this._matrix)){const t=this.getUniqueDomain(),n=this.getUniqueRanges(),r=this.services.cartesianScales.getDomainIdentifier(),i=this.services.cartesianScales.getRangeIdentifier(),s={};n.forEach(a=>{s[a]={value:null,index:-1}}),t.forEach(a=>{this._matrix[a]=Je(s)}),this.getDisplayData().forEach((a,o)=>{this._matrix[a[r]][a[i]]={value:a.value,index:o}})}return this._matrix}setData(t){const n=this.sanitize(Je(t)),r=this.generateDataGroups(n);return this.set({data:n,dataGroups:r}),this._domains=[],this._ranges=[],this._matrix={},n}getMatrixAsArray(){Te(this._matrix)&&this.getMatrix();const t=this.getUniqueDomain(),n=this.getUniqueRanges(),r=this.services.cartesianScales.getDomainIdentifier(),i=this.services.cartesianScales.getRangeIdentifier(),s=[];return t.forEach(a=>{n.forEach(o=>{const l={value:this._matrix[a][o].value,index:this._matrix[a][o].index};l[r]=a,l[i]=o,s.push(l)})}),s}getTabularDataArray(){const t=this.getDisplayData(),{primaryDomain:n,primaryRange:r}=this.assignRangeAndDomains();return[[n.label,r.label,"Value"],...t.map(s=>[s[n.identifier]===null?"&ndash;":s[n.identifier],s[r.identifier]===null?"&ndash;":s[r.identifier].toLocaleString(),s.value])]}getColorClassName(t){return`${t.originalClassName} ${this._colorScale(t.value)}`}setColorClassNames(){const t=this.getOptions(),n=x(t,"color","gradient","colors"),r=!Te(n);let i=x(t,"color","pairing","option");const s=this.getValueDomain(),a=s[0]<0&&s[1]>0?"diverge":"mono";(i<1&&i>4&&a==="mono"||i<1&&i>2&&a==="diverge")&&(i=1);const o=r?n:[];if(!r){const c=a==="diverge"?17:11;for(let u=1;u<c+1;u++)o.push(`fill-${a}-${i}-${u}`)}this._colorScale=Qo().domain(s).range(o);const l=x(this.getOptions(),"color");this._colorScale=_m(this.getDisplayData(),l)}}class sB extends ne{constructor(t,n){super(t,n),this.model=new iB(this.services),this.model.setOptions(Mt(bt.heatmapChart,n.options)),this.init(t,n)}getAxisChartComponents(t,n){const r=this.model.getOptions(),i=x(r,"toolbar","enabled");this.services.cartesianScales.determineAxisDuality(),this.services.cartesianScales.findDomainAndRangeAxes(),this.services.cartesianScales.determineOrientation();const s=!!this.model.getOptions().title,a={id:"title",components:[new Ui(this.model,this.services)],growth:nt.STRETCH},o={id:"toolbar",components:[new Cr(this.model,this.services)],growth:nt.PREFERRED},l={id:"header",components:[new Xt(this.model,this.services,[a,...i?[o]:[]],{direction:xt.ROW,alignItems:Vn.CENTER})],growth:nt.PREFERRED},c={id:"legend",components:[new Om(this.model,this.services,{chartType:"heatmap"})],growth:nt.PREFERRED,renderType:Z.SVG},u={id:"graph-frame",components:t,growth:nt.STRETCH,renderType:Z.SVG},d=x(n,"legend","enabled")!==!1&&this.model.getOptions().legend.enabled!==!1,h=xt.COLUMN_REVERSE,f={id:"spacer",components:[new on(this.model,this.services,{size:15})],growth:nt.PREFERRED},p={id:"full-frame",components:[new Xt(this.model,this.services,[...d?[c]:[],...d?[f]:[],u],{direction:h})],growth:nt.STRETCH},g=[];if(s||i){g.push(l);const v={id:"spacer",components:[new on(this.model,this.services,i?{size:15}:void 0)],growth:nt.PREFERRED};g.push(v)}return g.push(p),[new um(this.model,this.services),new La(this.model,this.services),new Xt(this.model,this.services,g,{direction:xt.COLUMN})]}getComponents(){const t=[new re(this.model,this.services),new GI(this.model,this.services)];return this.getAxisChartComponents(t)}}class aB extends zn{getTabularDataArray(){const t=this.getOptions(),{groupMapsTo:n}=t.data,r=this.getBinnedStackedData();return[[Et(t,"bins.rangeLabel")||"Range",...r.map(s=>Et(s,`0.${n}`))],...Et(r,0).map((s,a)=>[`${Et(s,"data.x0")} – ${Et(s,"data.x1")}`,...r.map(o=>Et(o[a],`data.${Et(o[a],n)}`))])]}}class oB extends ne{constructor(t,n){super(t,n),this.model=new aB(this.services),this.model.setOptions(Mt(bt.histogramChart,n.options)),this.init(t,n),this.update()}getComponents(){const t=[new re(this.model,this.services),new ue(this.model,this.services),new NI(this.model,this.services),new zI(this.model,this.services)];return this.getAxisChartComponents(t)}}class lB extends ne{constructor(t,n){super(t,n),this.model.setOptions(Mt(bt.lineChart,n.options)),this.init(t,n)}getComponents(){const t=[new re(this.model,this.services),new ue(this.model,this.services),new gn(this.model,this.services),new Lr(this.model,this.services),new He(this.model,this.services,{handleThresholds:!0}),new ZI(this.model,this.services),new Rr(this.model,this.services)];return this.getAxisChartComponents(t)}}class cB extends ne{constructor(t,n){super(t,n),this.model.setOptions(Mt(bt.lollipopChart,n.options)),this.init(t,n)}getComponents(){const t=[new re(this.model,this.services),new ue(this.model,this.services),new gn(this.model,this.services),new WI(this.model,this.services),new He(this.model,this.services),new jt(this.model,this.services,{skeleton:kt.GRID})];return this.getAxisChartComponents(t)}}class uB extends Ue{constructor(t){super(t)}getMaximumDomain(t){return t.reduce((r,i)=>r+i.value,0)}getFillColor(t){const n=this.getOptions(),r=x(n,"color","scale"),i=this.getStatus();return r||!i?super.getFillColor(t):null}getStatus(){const t=this.getOptions(),n=x(this.getDisplayData()),r=(n==null?void 0:n.reduce((a,o)=>a+o.value,0))??0,i=x(t,"meter","proportional")?r:r>100?100:r,s=x(t,"meter","status","ranges");if(s){const a=s.filter(o=>o.range[0]<=i&&i<=o.range[1]);if(a.length>0)return a[0].status}return null}getTabularDataArray(){const t=this.getDisplayData(),n=this.getOptions(),{groupMapsTo:r}=n.data,i=this.getStatus(),s=x(n,"meter","proportional");let a=[],o;if(s===null){o=100;const l=t[0];a=[["Group","Value",...i?["Status"]:[]],[l[r],l.value,...i?[i]:[]]]}else{const l=x(s,"total");o=l||this.getMaximumDomain(t),a=[["Group","Value","Percentage of total"],...t.map(c=>[c[r],c.value,(c.value/o*100).toFixed(2)+" %"])]}return a}}class hB extends De{constructor(t,n){var i;super(t,n),this.model=new uB(this.services);const r=(i=n.options.meter)!=null&&i.proportional?tt(Je(bt.proportionalMeterChart),n.options):tt(Je(bt.meterChart),n.options);this.model.setOptions(r),this.init(t,n)}getComponents(){const n=[...x(this.model.getOptions(),"meter","showLabels")?[{id:"meter-title",components:[new BI(this.model,this.services)],growth:nt.STRETCH,renderType:Z.SVG},{id:"spacer",components:[new on(this.model,this.services,{size:8})],growth:nt.STRETCH}]:[],{id:"meter-graph",components:[new YI(this.model,this.services)],growth:nt.STRETCH,renderType:Z.SVG}],r=[new Xt(this.model,this.services,n,{direction:xt.COLUMN})];return this.getChartComponents(r,{graphFrameRenderType:Z.HTML})}}class dB extends zn{constructor(t){super(t)}getTabularDataArray(){const t=this.getOptions(),n=this.getGroupedData(),{angle:r,value:i}=x(t,"radar","axes"),s=x(n,"0","data").map(o=>o[r]);return[["Group",...s],...n.map(o=>[o.name,...s.map((l,c)=>x(o,"data",c,i)!==null?x(o,"data",c,i).toLocaleString():"&ndash;")])]}}class fB extends De{constructor(t,n){super(t,n),this.model=new dB(this.services),this.model.setOptions(Mt(bt.radarChart,n.options)),this.init(t,n)}getComponents(){const t=[new jI(this.model,this.services)];return this.getChartComponents(t)}}class pB extends ne{constructor(t,n){super(t,n),this.model.setOptions(Mt(bt.scatterChart,n.options)),this.init(t,n)}getComponents(){const t=[new re(this.model,this.services),new ue(this.model,this.services),new gn(this.model,this.services),new He(this.model,this.services),new jt(this.model,this.services,{skeleton:kt.GRID})];return this.getAxisChartComponents(t)}}class gB extends Ue{constructor(t){super(t)}getTabularDataArray(){const t=this.getDisplayData(),n=[["Child","Parent"]];return t.forEach(r=>{this.getChildrenDatums(r,n),n.push([r.name,"&ndash;"])}),n}getChildrenDatums(t,n=[]){t.children&&t.children.length>0&&t.children.forEach(r=>{this.getChildrenDatums(r,n),n.push([r.name,t.name])})}}class mB extends De{constructor(t,n){super(t,n),this.model=new gB(this.services),this.model.setOptions(Mt(bt.treeChart,n.options)),this.init(t,n)}getComponents(){const t=[new KI(this.model,this.services)];return this.getChartComponents(t,{excludeLegend:!0})}}class vB extends Ue{constructor(t){super(t)}getTabularDataArray(){const t=this.getDisplayData(),n=[["Child","Group","Value"]];return t.forEach(r=>{Array.isArray(r.children)?r.children.forEach(i=>{n.push([i.name,r.name,i.value])}):x(r.name)!==null&&x(r.value)&&n.push(["–",r.name,r.value])}),n}}class yB extends De{constructor(t,n){super(t,n),this.model=new vB(this.services),this.model.setOptions(Mt(bt.treemapChart,n.options)),this.init(t,n)}getComponents(){const t=[new TN(this.model,this.services)];return this.getChartComponents(t)}}class xB extends ne{constructor(t,n){super(t,n),this.model.setOptions(Mt(bt.simpleBarChart,n.options)),this.init(t,n)}getComponents(){const t=[new re(this.model,this.services),new ue(this.model,this.services),new Rm(this.model,this.services),new Rr(this.model,this.services),new jt(this.model,this.services,{skeleton:kt.VERT_OR_HORIZ})];return this.getAxisChartComponents(t)}}class bB extends ne{constructor(t,n){super(t,n),this.model.setOptions(Mt(bt.stackedAreaChart,n.options)),this.init(t,n)}getComponents(){const t=[new re(this.model,this.services),new ue(this.model,this.services),new Pa(this.model,this.services),new km(this.model,this.services),new Lr(this.model,this.services,{stacked:!0}),new Pm(this.model,this.services,{fadeInOnChartHolderMouseover:!0,handleThresholds:!0,stacked:!0}),new jt(this.model,this.services,{skeleton:kt.GRID})];return this.getAxisChartComponents(t)}}class EB extends ne{constructor(t,n){super(t,n),this.model.setOptions(Mt(bt.stackedBarChart,n.options)),this.init(t,n)}getComponents(){const t=[new re(this.model,this.services),new ue(this.model,this.services),new Pa(this.model,this.services),new Im(this.model,this.services),new jt(this.model,this.services,{skeleton:kt.VERT_OR_HORIZ}),new Rr(this.model,this.services)];return this.getAxisChartComponents(t)}}class SB extends Ue{constructor(t){super(t)}getTabularDataArray(){const t=this.getDisplayData(),n=this.getOptions(),{fontSizeMapsTo:r,wordMapsTo:i}=n.wordCloud,{groupMapsTo:s}=n.data;return[[n.tooltip.wordLabel,"Group",n.tooltip.valueLabel],...t.map(o=>[o[i],o[s],o[r]])]}}class _B extends De{constructor(t,n){super(t,n),this.model=new SB(this.services),this.model.setOptions(Mt(bt.wordCloudChart,n.options)),this.init(t,n)}getComponents(){const t=[new YN(this.model,this.services),new jt(this.model,this.services,{skeleton:kt.PIE})];return this.getChartComponents(t)}}z.Alignments=Rt,z.AlluvialChart=jk,z.AreaChart=xI,z.AreaEvent=Ql,z.ArrowDirections=pa,z.AxisEvent=Kl,z.AxisFlavor=Li,z.AxisPositions=G,z.AxisTitleOrientations=ga,z.BarEvent=nc,z.BoxplotChart=SI,z.BoxplotEvent=rc,z.BubbleChart=wI,z.BulletChart=MI,z.CalloutDirections=Mi,z.CanvasZoomEvent=Zl,z.CartesianOrientations=$t,z.ChartEvent=Wl,z.ChartTheme=uc,z.ChartTypes=oe,z.CirclePackChart=KN,z.ColorClassNameTypes=Q,z.ColorLegendType=Di,z.ComboChart=QN,z.DividerStatus=Sr,z.DominantBaseline=Be,z.DonutChart=tB,z.ExperimentalChoroplethChart=jN,z.GaugeChart=nB,z.GaugeEvent=ec,z.GaugeTypes=Un,z.GroupedBarChart=rB,z.HeatmapChart=sB,z.HistogramChart=oB,z.LayoutAlignItems=Vn,z.LayoutDirection=xt,z.LayoutGrowth=nt,z.LegendItemType=It,z.LegendOrientations=Er,z.LegendPositions=br,z.LineChart=lB,z.LineEvent=sc,z.LollipopChart=cB,z.MeterChart=hB,z.ModalEvent=Yl,z.ModelEvent=ql,z.PieChart=Gm,z.PieEvent=tc,z.Projection=Ve,z.RadarChart=fB,z.RadarEvent=ac,z.RenderTypes=Z,z.ScaleTypes=j,z.ScatterChart=pB,z.ScatterEvent=ic,z.SimpleBarChart=xB,z.Skeletons=kt,z.StackedAreaChart=bB,z.StackedBarChart=EB,z.Statuses=Ci,z.TextAnchor=Ne,z.ThresholdEvent=cc,z.TickRotations=Ai,z.ToolbarControlTypes=Tt,z.TooltipEvent=yr,z.TreeChart=mB,z.TreeEvent=oc,z.TreeTypes=fa,z.TreemapChart=yB,z.TreemapEvent=lc,z.TruncationTypes=ge,z.WordCloudChart=_B,z.WordCloudEvent=Jl,z.ZoomBarTypes=Me,z.ZoomDomainEvent=jl,z.ZoombarEvent=Xl,Object.defineProperty(z,Symbol.toStringTag,{value:"Module"})});
84
- //# sourceMappingURL=bundle.umd.cjs.map