@carbon/charts-react 1.8.0 → 1.9.0-rc.0

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 (131) hide show
  1. package/README.md +11 -13
  2. package/dist/charts/AlluvialChart.d.ts +5 -0
  3. package/dist/charts/AreaChart.d.ts +5 -0
  4. package/dist/charts/BaseChart.d.ts +16 -0
  5. package/dist/charts/BoxplotChart.d.ts +5 -0
  6. package/dist/charts/BubbleChart.d.ts +5 -0
  7. package/dist/charts/BulletChart.d.ts +5 -0
  8. package/dist/charts/ChoroplethChart.d.ts +5 -0
  9. package/dist/charts/CirclePackChart.d.ts +5 -0
  10. package/dist/charts/ComboChart.d.ts +5 -0
  11. package/dist/charts/DonutChart.d.ts +5 -0
  12. package/dist/charts/GaugeChart.d.ts +5 -0
  13. package/dist/charts/GroupedBarChart.d.ts +5 -0
  14. package/dist/charts/HeatmapChart.d.ts +5 -0
  15. package/dist/charts/HistogramChart.d.ts +5 -0
  16. package/dist/charts/LineChart.d.ts +5 -0
  17. package/dist/charts/LollipopChart.d.ts +5 -0
  18. package/dist/charts/MeterChart.d.ts +5 -0
  19. package/dist/charts/PieChart.d.ts +5 -0
  20. package/dist/charts/RadarChart.d.ts +5 -0
  21. package/dist/charts/ScatterChart.d.ts +5 -0
  22. package/dist/charts/SimpleBarChart.d.ts +5 -0
  23. package/dist/charts/StackedAreaChart.d.ts +5 -0
  24. package/dist/charts/StackedBarChart.d.ts +5 -0
  25. package/dist/charts/TreeChart.d.ts +5 -0
  26. package/dist/charts/TreemapChart.d.ts +5 -0
  27. package/dist/charts/WordCloudChart.d.ts +5 -0
  28. package/dist/charts/index.d.ts +26 -0
  29. package/dist/diagrams/CardNode.d.ts +12 -0
  30. package/dist/diagrams/CardNodeColumn.d.ts +7 -0
  31. package/dist/diagrams/CardNodeLabel.d.ts +6 -0
  32. package/dist/diagrams/CardNodeSubtitle.d.ts +6 -0
  33. package/dist/diagrams/CardNodeTitle.d.ts +6 -0
  34. package/dist/diagrams/Edge.d.ts +17 -0
  35. package/dist/diagrams/Marker.d.ts +20 -0
  36. package/dist/diagrams/ShapeNode.d.ts +17 -0
  37. package/dist/diagrams/index.d.ts +9 -0
  38. package/dist/index.d.ts +2 -0
  39. package/dist/index.js +114 -0
  40. package/dist/index.js.map +1 -0
  41. package/dist/index.mjs +23083 -0
  42. package/dist/index.mjs.map +1 -0
  43. package/dist/styles.css +28264 -0
  44. package/dist/styles.css.map +1 -0
  45. package/dist/styles.min.css +1 -0
  46. package/dist/styles.min.css.map +1 -0
  47. package/package.json +96 -57
  48. package/CHANGELOG.md +0 -2120
  49. package/alluvial-chart.d.ts +0 -12
  50. package/alluvial-chart.js +0 -42
  51. package/area-chart-stacked.d.ts +0 -12
  52. package/area-chart-stacked.js +0 -42
  53. package/area-chart.d.ts +0 -12
  54. package/area-chart.js +0 -42
  55. package/bar-chart-grouped.d.ts +0 -12
  56. package/bar-chart-grouped.js +0 -42
  57. package/bar-chart-simple.d.ts +0 -12
  58. package/bar-chart-simple.js +0 -42
  59. package/bar-chart-stacked.d.ts +0 -12
  60. package/bar-chart-stacked.js +0 -42
  61. package/base-chart.d.ts +0 -17
  62. package/base-chart.js +0 -46
  63. package/boxplot-chart.d.ts +0 -12
  64. package/boxplot-chart.js +0 -42
  65. package/bubble-chart.d.ts +0 -12
  66. package/bubble-chart.js +0 -42
  67. package/bullet-chart.d.ts +0 -12
  68. package/bullet-chart.js +0 -42
  69. package/bundle.js +0 -1
  70. package/choropleth-chart.d.ts +0 -12
  71. package/choropleth-chart.js +0 -42
  72. package/circle-pack-chart.d.ts +0 -12
  73. package/circle-pack-chart.js +0 -42
  74. package/combo-chart.d.ts +0 -12
  75. package/combo-chart.js +0 -42
  76. package/diagrams/CardNode/CardNode.d.ts +0 -54
  77. package/diagrams/CardNode/CardNode.js +0 -84
  78. package/diagrams/CardNode/CardNodeColumn.d.ts +0 -19
  79. package/diagrams/CardNode/CardNodeColumn.js +0 -37
  80. package/diagrams/CardNode/CardNodeLabel.d.ts +0 -15
  81. package/diagrams/CardNode/CardNodeLabel.js +0 -32
  82. package/diagrams/CardNode/CardNodeSubtitle.d.ts +0 -15
  83. package/diagrams/CardNode/CardNodeSubtitle.js +0 -32
  84. package/diagrams/CardNode/CardNodeTitle.d.ts +0 -15
  85. package/diagrams/CardNode/CardNodeTitle.js +0 -32
  86. package/diagrams/CardNode/index.d.ts +0 -6
  87. package/diagrams/CardNode/index.js +0 -16
  88. package/diagrams/Edge/Edge.d.ts +0 -65
  89. package/diagrams/Edge/Edge.js +0 -94
  90. package/diagrams/Edge/index.d.ts +0 -2
  91. package/diagrams/Edge/index.js +0 -7
  92. package/diagrams/Marker/Marker.d.ts +0 -66
  93. package/diagrams/Marker/Marker.js +0 -120
  94. package/diagrams/Marker/index.d.ts +0 -1
  95. package/diagrams/Marker/index.js +0 -14
  96. package/diagrams/ShapeNode/ShapeNode.d.ts +0 -68
  97. package/diagrams/ShapeNode/ShapeNode.js +0 -101
  98. package/diagrams/ShapeNode/index.d.ts +0 -2
  99. package/diagrams/ShapeNode/index.js +0 -7
  100. package/diagrams/configs.js +0 -4
  101. package/donut-chart.d.ts +0 -12
  102. package/donut-chart.js +0 -42
  103. package/gauge-chart.d.ts +0 -12
  104. package/gauge-chart.js +0 -42
  105. package/heatmap-chart.d.ts +0 -12
  106. package/heatmap-chart.js +0 -42
  107. package/histogram-chart.d.ts +0 -12
  108. package/histogram-chart.js +0 -42
  109. package/index.d.ts +0 -26
  110. package/index.js +0 -56
  111. package/line-chart.d.ts +0 -12
  112. package/line-chart.js +0 -42
  113. package/lollipop-chart.d.ts +0 -12
  114. package/lollipop-chart.js +0 -42
  115. package/meter-chart.d.ts +0 -12
  116. package/meter-chart.js +0 -42
  117. package/pie-chart.d.ts +0 -12
  118. package/pie-chart.js +0 -42
  119. package/radar-chart.d.ts +0 -12
  120. package/radar-chart.js +0 -42
  121. package/scatter-chart.d.ts +0 -12
  122. package/scatter-chart.js +0 -42
  123. package/tree-chart.d.ts +0 -12
  124. package/tree-chart.js +0 -42
  125. package/treemap-chart.d.ts +0 -12
  126. package/treemap-chart.js +0 -42
  127. package/utils.d.ts +0 -1
  128. package/utils.js +0 -9
  129. package/wordcloud-chart.d.ts +0 -12
  130. package/wordcloud-chart.js +0 -42
  131. /package/{diagrams/configs.d.ts → dist/diagrams/utils.d.ts} +0 -0
package/dist/index.js ADDED
@@ -0,0 +1,114 @@
1
+ (function(J,re){typeof exports=="object"&&typeof module<"u"?re(exports,require("react")):typeof define=="function"&&define.amd?define(["exports","react"],re):(J=typeof globalThis<"u"?globalThis:J||self,re(J.ChartsReact={},J.React))})(this,function(J,re){"use strict";var GB=Object.defineProperty;var zB=(J,re,xe)=>re in J?GB(J,re,{enumerable:!0,configurable:!0,writable:!0,value:xe}):J[re]=xe;var ou=(J,re,xe)=>(zB(J,typeof re!="symbol"?re+"":re,xe),xe);function xe(e,t){return e==null||t==null?NaN:e<t?-1:e>t?1:e>=t?0:NaN}function Ev(e,t){return e==null||t==null?NaN:t<e?-1:t>e?1:t>=e?0:NaN}function no(e){let t,n,r;e.length!==2?(t=xe,n=(o,l)=>xe(e(o),l),r=(o,l)=>e(o)-l):(t=e===xe||e===Ev?e:Sv,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 h=c+u>>>1;n(o[h],l)<0?c=h+1:u=h}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 h=c+u>>>1;n(o[h],l)<=0?c=h+1:u=h}while(c<u)}return c}function a(o,l,c=0,u=o.length){const h=i(o,l,c,u-1);return h>c&&r(o[h-1],l)>-r(o[h],l)?h-1:h}return{left:i,center:a,right:s}}function Sv(){return 0}function Ov(e){return e===null?NaN:+e}function*Tv(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 Mv=no(xe).right;no(Ov).center;const ro=Mv;function Cv(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 Ie(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 In{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 lu extends Map{constructor(t,n=Lv){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(cu(this,t))}has(t){return super.has(cu(this,t))}set(t,n){return super.set(Av(this,t),n)}delete(t){return super.delete($v(this,t))}}function cu({_intern:e,_key:t},n){const r=t(n);return e.has(r)?e.get(r):n}function Av({_intern:e,_key:t},n){const r=t(n);return e.has(r)?e.get(r):(e.set(r,n),n)}function $v({_intern:e,_key:t},n){const r=t(n);return e.has(r)&&(n=e.get(r),e.delete(r)),n}function Lv(e){return e!==null&&typeof e=="object"?e.valueOf():e}function Dv(e){return e}function kv(e=xe){if(e===xe)return uu;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 uu(e,t){return(e==null||!(e>=e))-(t==null||!(t>=t))||(e<t?-1:e>t?1:0)}var Rv=Array.prototype,Iv=Rv.slice;function io(e){return()=>e}const Pv=Math.sqrt(50),Nv=Math.sqrt(10),Uv=Math.sqrt(2);function ls(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>=Pv?10:s>=Nv?5:s>=Uv?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?ls(e,t,n*2):[o,l,c]}function cs(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?ls(t,e,n):ls(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 lr(e,t,n){return t=+t,e=+e,n=+n,ls(e,t,n)[2]}function so(e,t,n){t=+t,e=+e,n=+n;const r=t<e,i=r?lr(t,e,n):lr(e,t,n);return(r?-1:1)*(i<0?1/-i:i)}function Bv(e,t,n){let r;for(;;){const i=lr(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 Vv(e){return Math.max(1,Math.ceil(Math.log(Cv(e))/Math.LN2)+1)}function Hv(){var e=Dv,t=Ie,n=Vv;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),h=u[0],d=u[1],f=n(c,h,d);if(!Array.isArray(f)){const w=d,O=+f;if(t===Ie&&([h,d]=Bv(h,d,O)),f=cs(h,d,O),f[0]<=h&&(l=lr(h,d,O)),f[f.length-1]>=d)if(w>=d&&t===Ie){const E=lr(h,d,O);isFinite(E)&&(E>0?d=(Math.floor(d/E)+1)*E:E<0&&(d=(Math.ceil(d*-E)+1)/-E))}else f.pop()}for(var p=f.length,m=0,g=p;f[m]<=h;)++m;for(;f[g-1]>d;)--g;(m||g<p)&&(f=f.slice(m,g),p=g-m);var v=new Array(p+1),b;for(s=0;s<=p;++s)b=v[s]=[],b.x0=s>0?f[s-1]:h,b.x1=s<p?f[s]:d;if(isFinite(l)){if(l>0)for(s=0;s<a;++s)(o=c[s])!=null&&h<=o&&o<=d&&v[Math.min(p,Math.floor((o-h)/l))].push(i[s]);else if(l<0){for(s=0;s<a;++s)if((o=c[s])!=null&&h<=o&&o<=d){const w=Math.floor((h-o)*l);v[Math.min(p,w+(f[w]<=o))].push(i[s])}}}else for(s=0;s<a;++s)(o=c[s])!=null&&h<=o&&o<=d&&v[ro(f,o,0,p)].push(i[s]);return v}return r.value=function(i){return arguments.length?(e=typeof i=="function"?i:io(i),r):e},r.domain=function(i){return arguments.length?(t=typeof i=="function"?i:io([i[0],i[1]]),r):t},r.thresholds=function(i){return arguments.length?(n=typeof i=="function"?i:io(Array.isArray(i)?Iv.call(i):i),r):n},r}function Pn(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 Sn(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 hu(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?uu:kv(i);r>n;){if(r-n>600){const l=r-n+1,c=t-n+1,u=Math.log(l),h=.5*Math.exp(2*u/3),d=.5*Math.sqrt(u*h*(l-h)/l)*(c-l/2<0?-1:1),f=Math.max(n,Math.floor(t-c*h/l+d)),p=Math.min(r,Math.floor(t+(l-c)*h/l+d));hu(e,t,f,p,i)}const s=e[t];let a=n,o=r;for(Xr(e,n,t),i(e[r],s)>0&&Xr(e,n,r);a<o;){for(Xr(e,a,o),++a,--o;i(e[a],s)<0;)++a;for(;i(e[o],s)>0;)--o}i(e[n],s)===0?Xr(e,n,o):(++o,Xr(e,o,r)),o<=t&&(n=o+1),t<=o&&(r=o-1)}return e}function Xr(e,t,n){const r=e[t];e[t]=e[n],e[n]=r}function ao(e,t,n){if(e=Float64Array.from(Tv(e,n)),!(!(r=e.length)||isNaN(t=+t))){if(t<=0||r<2)return Sn(e);if(t>=1)return Pn(e);var r,i=(r-1)*t,s=Math.floor(i),a=Pn(hu(e,s).subarray(0,s+1)),o=Sn(e.subarray(s+1));return a+(o-a)*(i-s)}}function*Fv(e){for(const t of e)yield*t}function du(e){return Array.from(Fv(e))}function Gv(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 zv(e){return e}var us=1,hs=2,oo=3,Zr=4,fu=1e-6;function jv(e){return"translate("+e+",0)"}function Wv(e){return"translate(0,"+e+")"}function qv(e){return t=>+e(t)}function Yv(e,t){return t=Math.max(0,e.bandwidth()-t*2)/2,e.round()&&(t=Math.round(t)),n=>+e(n)+t}function Xv(){return!this.__axis}function ds(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===us||e===Zr?-1:1,u=e===Zr||e===hs?"x":"y",h=e===us||e===oo?jv:Wv;function d(f){var p=r??(t.ticks?t.ticks.apply(t,n):t.domain()),m=i??(t.tickFormat?t.tickFormat.apply(t,n):zv),g=Math.max(s,0)+o,v=t.range(),b=+v[0]+l,w=+v[v.length-1]+l,O=(t.bandwidth?Yv:qv)(t.copy(),l),E=f.selection?f.selection():f,T=E.selectAll(".domain").data([null]),S=E.selectAll(".tick").data(p,t).order(),$=S.exit(),k=S.enter().append("g").attr("class","tick"),L=S.select("line"),M=S.select("text");T=T.merge(T.enter().insert("path",".tick").attr("class","domain").attr("stroke","currentColor")),S=S.merge(k),L=L.merge(k.append("line").attr("stroke","currentColor").attr(u+"2",c*s)),M=M.merge(k.append("text").attr("fill","currentColor").attr(u,c*g).attr("dy",e===us?"0em":e===oo?"0.71em":"0.32em")),f!==E&&(T=T.transition(f),S=S.transition(f),L=L.transition(f),M=M.transition(f),$=$.transition(f).attr("opacity",fu).attr("transform",function(V){return isFinite(V=O(V))?h(V+l):this.getAttribute("transform")}),k.attr("opacity",fu).attr("transform",function(V){var x=this.parentNode.__axis;return h((x&&isFinite(x=x(V))?x:O(V))+l)})),$.remove(),T.attr("d",e===Zr||e===hs?a?"M"+c*a+","+b+"H"+l+"V"+w+"H"+c*a:"M"+l+","+b+"V"+w:a?"M"+b+","+c*a+"V"+l+"H"+w+"V"+c*a:"M"+b+","+l+"H"+w),S.attr("opacity",1).attr("transform",function(V){return h(O(V)+l)}),L.attr(u+"2",c*s),M.attr(u,c*g).text(m),E.filter(Xv).attr("fill","none").attr("font-size",10).attr("font-family","sans-serif").attr("text-anchor",e===hs?"start":e===Zr?"end":"middle"),E.each(function(){this.__axis=O})}return d.scale=function(f){return arguments.length?(t=f,d):t},d.ticks=function(){return n=Array.from(arguments),d},d.tickArguments=function(f){return arguments.length?(n=f==null?[]:Array.from(f),d):n.slice()},d.tickValues=function(f){return arguments.length?(r=f==null?null:Array.from(f),d):r&&r.slice()},d.tickFormat=function(f){return arguments.length?(i=f,d):i},d.tickSize=function(f){return arguments.length?(s=a=+f,d):s},d.tickSizeInner=function(f){return arguments.length?(s=+f,d):s},d.tickSizeOuter=function(f){return arguments.length?(a=+f,d):a},d.tickPadding=function(f){return arguments.length?(o=+f,d):o},d.offset=function(f){return arguments.length?(l=+f,d):l},d}function Zv(e){return ds(us,e)}function Kv(e){return ds(hs,e)}function lo(e){return ds(oo,e)}function pu(e){return ds(Zr,e)}var Qv={value:()=>{}};function co(){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 fs(n)}function fs(e){this._=e}function Jv(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}})}fs.prototype=co.prototype={constructor:fs,on:function(e,t){var n=this._,r=Jv(e+"",n),i,s=-1,a=r.length;if(arguments.length<2){for(;++s<a;)if((i=(e=r[s]).type)&&(i=t0(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]=gu(n[i],e.name,t);else if(t==null)for(i in n)n[i]=gu(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 fs(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 t0(e,t){for(var n=0,r=e.length,i;n<r;++n)if((i=e[n]).name===t)return i.value}function gu(e,t,n){for(var r=0,i=e.length;r<i;++r)if(e[r].name===t){e[r]=Qv,e=e.slice(0,r).concat(e.slice(r+1));break}return n!=null&&e.push({name:t,value:n}),e}var uo="http://www.w3.org/1999/xhtml";const mu={svg:"http://www.w3.org/2000/svg",xhtml:uo,xlink:"http://www.w3.org/1999/xlink",xml:"http://www.w3.org/XML/1998/namespace",xmlns:"http://www.w3.org/2000/xmlns/"};function ps(e){var t=e+="",n=t.indexOf(":");return n>=0&&(t=e.slice(0,n))!=="xmlns"&&(e=e.slice(n+1)),mu.hasOwnProperty(t)?{space:mu[t],local:e}:e}function e0(e){return function(){var t=this.ownerDocument,n=this.namespaceURI;return n===uo&&t.documentElement.namespaceURI===uo?t.createElement(e):t.createElementNS(n,e)}}function n0(e){return function(){return this.ownerDocument.createElementNS(e.space,e.local)}}function vu(e){var t=ps(e);return(t.local?n0:e0)(t)}function r0(){}function ho(e){return e==null?r0:function(){return this.querySelector(e)}}function i0(e){typeof e!="function"&&(e=ho(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 we(r,this._parents)}function s0(e){return e==null?[]:Array.isArray(e)?e:Array.from(e)}function a0(){return[]}function yu(e){return e==null?a0:function(){return this.querySelectorAll(e)}}function o0(e){return function(){return s0(e.apply(this,arguments))}}function l0(e){typeof e=="function"?e=o0(e):e=yu(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 we(r,i)}function bu(e){return function(){return this.matches(e)}}function xu(e){return function(t){return t.matches(e)}}var c0=Array.prototype.find;function u0(e){return function(){return c0.call(this.children,e)}}function h0(){return this.firstElementChild}function d0(e){return this.select(e==null?h0:u0(typeof e=="function"?e:xu(e)))}var f0=Array.prototype.filter;function p0(){return Array.from(this.children)}function g0(e){return function(){return f0.call(this.children,e)}}function m0(e){return this.selectAll(e==null?p0:g0(typeof e=="function"?e:xu(e)))}function v0(e){typeof e!="function"&&(e=bu(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 we(r,this._parents)}function wu(e){return new Array(e.length)}function y0(){return new we(this._enter||this._groups.map(wu),this._parents)}function gs(e,t){this.ownerDocument=e.ownerDocument,this.namespaceURI=e.namespaceURI,this._next=null,this._parent=e,this.__data__=t}gs.prototype={constructor:gs,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 b0(e){return function(){return e}}function x0(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 gs(e,s[a]);for(;a<l;++a)(o=t[a])&&(i[a]=o)}function w0(e,t,n,r,i,s,a){var o,l,c=new Map,u=t.length,h=s.length,d=new Array(u),f;for(o=0;o<u;++o)(l=t[o])&&(d[o]=f=a.call(l,l.__data__,o,t)+"",c.has(f)?i[o]=l:c.set(f,l));for(o=0;o<h;++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 gs(e,s[o]);for(o=0;o<u;++o)(l=t[o])&&c.get(d[o])===l&&(i[o]=l)}function _0(e){return e.__data__}function E0(e,t){if(!arguments.length)return Array.from(this,_0);var n=t?w0:x0,r=this._parents,i=this._groups;typeof e!="function"&&(e=b0(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],h=i[c],d=h.length,f=S0(e.call(u,u&&u.__data__,c,r)),p=f.length,m=o[c]=new Array(p),g=a[c]=new Array(p),v=l[c]=new Array(d);n(u,h,m,g,v,f,t);for(var b=0,w=0,O,E;b<p;++b)if(O=m[b]){for(b>=w&&(w=b+1);!(E=g[w])&&++w<p;);O._next=E||null}}return a=new we(a,r),a._enter=o,a._exit=l,a}function S0(e){return typeof e=="object"&&"length"in e?e:Array.from(e)}function O0(){return new we(this._exit||this._groups.map(wu),this._parents)}function T0(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 M0(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],h=c.length,d=o[l]=new Array(h),f,p=0;p<h;++p)(f=c[p]||u[p])&&(d[p]=f);for(;l<i;++l)o[l]=n[l];return new we(o,this._parents)}function C0(){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 A0(e){e||(e=$0);function t(h,d){return h&&d?e(h.__data__,d.__data__):!h-!d}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 we(i,this._parents).order()}function $0(e,t){return e<t?-1:e>t?1:e>=t?0:NaN}function L0(){var e=arguments[0];return arguments[0]=this,e.apply(null,arguments),this}function D0(){return Array.from(this)}function k0(){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 R0(){let e=0;for(const t of this)++e;return e}function I0(){return!this.node()}function P0(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 N0(e){return function(){this.removeAttribute(e)}}function U0(e){return function(){this.removeAttributeNS(e.space,e.local)}}function B0(e,t){return function(){this.setAttribute(e,t)}}function V0(e,t){return function(){this.setAttributeNS(e.space,e.local,t)}}function H0(e,t){return function(){var n=t.apply(this,arguments);n==null?this.removeAttribute(e):this.setAttribute(e,n)}}function F0(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 G0(e,t){var n=ps(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?U0:N0:typeof t=="function"?n.local?F0:H0:n.local?V0:B0)(n,t))}function _u(e){return e.ownerDocument&&e.ownerDocument.defaultView||e.document&&e||e.defaultView}function z0(e){return function(){this.style.removeProperty(e)}}function j0(e,t,n){return function(){this.style.setProperty(e,t,n)}}function W0(e,t,n){return function(){var r=t.apply(this,arguments);r==null?this.style.removeProperty(e):this.style.setProperty(e,r,n)}}function q0(e,t,n){return arguments.length>1?this.each((t==null?z0:typeof t=="function"?W0:j0)(e,t,n??"")):cr(this.node(),e)}function cr(e,t){return e.style.getPropertyValue(t)||_u(e).getComputedStyle(e,null).getPropertyValue(t)}function Y0(e){return function(){delete this[e]}}function X0(e,t){return function(){this[e]=t}}function Z0(e,t){return function(){var n=t.apply(this,arguments);n==null?delete this[e]:this[e]=n}}function K0(e,t){return arguments.length>1?this.each((t==null?Y0:typeof t=="function"?Z0:X0)(e,t)):this.node()[e]}function Eu(e){return e.trim().split(/^|\s+/)}function fo(e){return e.classList||new Su(e)}function Su(e){this._node=e,this._names=Eu(e.getAttribute("class")||"")}Su.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 Ou(e,t){for(var n=fo(e),r=-1,i=t.length;++r<i;)n.add(t[r])}function Tu(e,t){for(var n=fo(e),r=-1,i=t.length;++r<i;)n.remove(t[r])}function Q0(e){return function(){Ou(this,e)}}function J0(e){return function(){Tu(this,e)}}function ty(e,t){return function(){(t.apply(this,arguments)?Ou:Tu)(this,e)}}function ey(e,t){var n=Eu(e+"");if(arguments.length<2){for(var r=fo(this.node()),i=-1,s=n.length;++i<s;)if(!r.contains(n[i]))return!1;return!0}return this.each((typeof t=="function"?ty:t?Q0:J0)(n,t))}function ny(){this.textContent=""}function ry(e){return function(){this.textContent=e}}function iy(e){return function(){var t=e.apply(this,arguments);this.textContent=t??""}}function sy(e){return arguments.length?this.each(e==null?ny:(typeof e=="function"?iy:ry)(e)):this.node().textContent}function ay(){this.innerHTML=""}function oy(e){return function(){this.innerHTML=e}}function ly(e){return function(){var t=e.apply(this,arguments);this.innerHTML=t??""}}function cy(e){return arguments.length?this.each(e==null?ay:(typeof e=="function"?ly:oy)(e)):this.node().innerHTML}function uy(){this.nextSibling&&this.parentNode.appendChild(this)}function hy(){return this.each(uy)}function dy(){this.previousSibling&&this.parentNode.insertBefore(this,this.parentNode.firstChild)}function fy(){return this.each(dy)}function py(e){var t=typeof e=="function"?e:vu(e);return this.select(function(){return this.appendChild(t.apply(this,arguments))})}function gy(){return null}function my(e,t){var n=typeof e=="function"?e:vu(e),r=t==null?gy:typeof t=="function"?t:ho(t);return this.select(function(){return this.insertBefore(n.apply(this,arguments),r.apply(this,arguments)||null)})}function vy(){var e=this.parentNode;e&&e.removeChild(this)}function yy(){return this.each(vy)}function by(){var e=this.cloneNode(!1),t=this.parentNode;return t?t.insertBefore(e,this.nextSibling):e}function xy(){var e=this.cloneNode(!0),t=this.parentNode;return t?t.insertBefore(e,this.nextSibling):e}function wy(e){return this.select(e?xy:by)}function _y(e){return arguments.length?this.property("__data__",e):this.node().__data__}function Ey(e){return function(t){e.call(this,t,this.__data__)}}function Sy(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 Oy(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 Ty(e,t,n){return function(){var r=this.__on,i,s=Ey(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 My(e,t,n){var r=Sy(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?Ty:Oy,i=0;i<s;++i)this.each(o(r[i],t,n));return this}function Mu(e,t,n){var r=_u(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 Cy(e,t){return function(){return Mu(this,e,t)}}function Ay(e,t){return function(){return Mu(this,e,t.apply(this,arguments))}}function $y(e,t){return this.each((typeof t=="function"?Ay:Cy)(e,t))}function*Ly(){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 Cu=[null];function we(e,t){this._groups=e,this._parents=t}function Kr(){return new we([[document.documentElement]],Cu)}function Dy(){return this}we.prototype=Kr.prototype={constructor:we,select:i0,selectAll:l0,selectChild:d0,selectChildren:m0,filter:v0,data:E0,enter:y0,exit:O0,join:T0,merge:M0,selection:Dy,order:C0,sort:A0,call:L0,nodes:D0,node:k0,size:R0,empty:I0,each:P0,attr:G0,style:q0,property:K0,classed:ey,text:sy,html:cy,raise:hy,lower:fy,append:py,insert:my,remove:yy,clone:wy,datum:_y,on:My,dispatch:$y,[Symbol.iterator]:Ly};function N(e){return typeof e=="string"?new we([[document.querySelector(e)]],[document.documentElement]):new we([[e]],Cu)}function ky(e){let t;for(;t=e.sourceEvent;)e=t;return e}function Nn(e,t){if(e=ky(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 po={capture:!0,passive:!1};function go(e){e.preventDefault(),e.stopImmediatePropagation()}function Ry(e){var t=e.document.documentElement,n=N(e).on("dragstart.drag",go,po);"onselectstart"in t?n.on("selectstart.drag",go,po):(t.__noselect=t.style.MozUserSelect,t.style.MozUserSelect="none")}function Iy(e,t){var n=e.document.documentElement,r=N(e).on("dragstart.drag",null);t&&(r.on("click.drag",go,po),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 mo(e,t,n){e.prototype=t.prototype=n,n.constructor=e}function Au(e,t){var n=Object.create(e.prototype);for(var r in t)n[r]=t[r];return n}function Qr(){}var Jr=.7,ms=1/Jr,ur="\\s*([+-]?\\d+)\\s*",ti="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)\\s*",We="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)%\\s*",Py=/^#([0-9a-f]{3,8})$/,Ny=new RegExp(`^rgb\\(${ur},${ur},${ur}\\)$`),Uy=new RegExp(`^rgb\\(${We},${We},${We}\\)$`),By=new RegExp(`^rgba\\(${ur},${ur},${ur},${ti}\\)$`),Vy=new RegExp(`^rgba\\(${We},${We},${We},${ti}\\)$`),Hy=new RegExp(`^hsl\\(${ti},${We},${We}\\)$`),Fy=new RegExp(`^hsla\\(${ti},${We},${We},${ti}\\)$`),$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};mo(Qr,rn,{copy(e){return Object.assign(new this.constructor,this,e)},displayable(){return this.rgb().displayable()},hex:Lu,formatHex:Lu,formatHex8:Gy,formatHsl:zy,formatRgb:Du,toString:Du});function Lu(){return this.rgb().formatHex()}function Gy(){return this.rgb().formatHex8()}function zy(){return Nu(this).formatHsl()}function Du(){return this.rgb().formatRgb()}function rn(e){var t,n;return e=(e+"").trim().toLowerCase(),(t=Py.exec(e))?(n=t[1].length,t=parseInt(t[1],16),n===6?ku(t):n===3?new pe(t>>8&15|t>>4&240,t>>4&15|t&240,(t&15)<<4|t&15,1):n===8?vs(t>>24&255,t>>16&255,t>>8&255,(t&255)/255):n===4?vs(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=Ny.exec(e))?new pe(t[1],t[2],t[3],1):(t=Uy.exec(e))?new pe(t[1]*255/100,t[2]*255/100,t[3]*255/100,1):(t=By.exec(e))?vs(t[1],t[2],t[3],t[4]):(t=Vy.exec(e))?vs(t[1]*255/100,t[2]*255/100,t[3]*255/100,t[4]):(t=Hy.exec(e))?Pu(t[1],t[2]/100,t[3]/100,1):(t=Fy.exec(e))?Pu(t[1],t[2]/100,t[3]/100,t[4]):$u.hasOwnProperty(e)?ku($u[e]):e==="transparent"?new pe(NaN,NaN,NaN,0):null}function ku(e){return new pe(e>>16&255,e>>8&255,e&255,1)}function vs(e,t,n,r){return r<=0&&(e=t=n=NaN),new pe(e,t,n,r)}function jy(e){return e instanceof Qr||(e=rn(e)),e?(e=e.rgb(),new pe(e.r,e.g,e.b,e.opacity)):new pe}function vo(e,t,n,r){return arguments.length===1?jy(e):new pe(e,t,n,r??1)}function pe(e,t,n,r){this.r=+e,this.g=+t,this.b=+n,this.opacity=+r}mo(pe,vo,Au(Qr,{brighter(e){return e=e==null?ms:Math.pow(ms,e),new pe(this.r*e,this.g*e,this.b*e,this.opacity)},darker(e){return e=e==null?Jr:Math.pow(Jr,e),new pe(this.r*e,this.g*e,this.b*e,this.opacity)},rgb(){return this},clamp(){return new pe(Un(this.r),Un(this.g),Un(this.b),ys(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:Ru,formatHex:Ru,formatHex8:Wy,formatRgb:Iu,toString:Iu}));function Ru(){return`#${Bn(this.r)}${Bn(this.g)}${Bn(this.b)}`}function Wy(){return`#${Bn(this.r)}${Bn(this.g)}${Bn(this.b)}${Bn((isNaN(this.opacity)?1:this.opacity)*255)}`}function Iu(){const e=ys(this.opacity);return`${e===1?"rgb(":"rgba("}${Un(this.r)}, ${Un(this.g)}, ${Un(this.b)}${e===1?")":`, ${e})`}`}function ys(e){return isNaN(e)?1:Math.max(0,Math.min(1,e))}function Un(e){return Math.max(0,Math.min(255,Math.round(e)||0))}function Bn(e){return e=Un(e),(e<16?"0":"")+e.toString(16)}function Pu(e,t,n,r){return r<=0?e=t=n=NaN:n<=0||n>=1?e=t=NaN:t<=0&&(e=NaN),new Pe(e,t,n,r)}function Nu(e){if(e instanceof Pe)return new Pe(e.h,e.s,e.l,e.opacity);if(e instanceof Qr||(e=rn(e)),!e)return new Pe;if(e instanceof Pe)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 Pe(a,o,l,e.opacity)}function yo(e,t,n,r){return arguments.length===1?Nu(e):new Pe(e,t,n,r??1)}function Pe(e,t,n,r){this.h=+e,this.s=+t,this.l=+n,this.opacity=+r}mo(Pe,yo,Au(Qr,{brighter(e){return e=e==null?ms:Math.pow(ms,e),new Pe(this.h,this.s,this.l*e,this.opacity)},darker(e){return e=e==null?Jr:Math.pow(Jr,e),new Pe(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 pe(bo(e>=240?e-240:e+120,i,r),bo(e,i,r),bo(e<120?e+240:e-120,i,r),this.opacity)},clamp(){return new Pe(Uu(this.h),bs(this.s),bs(this.l),ys(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=ys(this.opacity);return`${e===1?"hsl(":"hsla("}${Uu(this.h)}, ${bs(this.s)*100}%, ${bs(this.l)*100}%${e===1?")":`, ${e})`}`}}));function Uu(e){return e=(e||0)%360,e<0?e+360:e}function bs(e){return Math.max(0,Math.min(1,e||0))}function bo(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 xo=e=>()=>e;function qy(e,t){return function(n){return e+n*t}}function Yy(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 Xy(e){return(e=+e)==1?Bu:function(t,n){return n-t?Yy(t,n,e):xo(isNaN(t)?n:t)}}function Bu(e,t){var n=t-e;return n?qy(e,n):xo(isNaN(e)?t:e)}const xs=function e(t){var n=Xy(t);function r(i,s){var a=n((i=vo(i)).r,(s=vo(s)).r),o=n(i.g,s.g),l=n(i.b,s.b),c=Bu(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 Zy(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 Ky(e){return ArrayBuffer.isView(e)&&!(e instanceof DataView)}function Qy(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]=ei(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 Jy(e,t){var n=new Date;return e=+e,t=+t,function(r){return n.setTime(e*(1-r)+t*r),n}}function _e(e,t){return e=+e,t=+t,function(n){return e*(1-n)+t*n}}function t1(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]=ei(e[i],t[i]):r[i]=t[i];return function(s){for(i in n)r[i]=n[i](s);return r}}var wo=/[-+]?(?:\d+\.?\d*|\.?\d+)(?:[eE][-+]?\d+)?/g,_o=new RegExp(wo.source,"g");function e1(e){return function(){return e}}function n1(e){return function(t){return e(t)+""}}function Vu(e,t){var n=wo.lastIndex=_o.lastIndex=0,r,i,s,a=-1,o=[],l=[];for(e=e+"",t=t+"";(r=wo.exec(e))&&(i=_o.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:_e(r,i)})),n=_o.lastIndex;return n<t.length&&(s=t.slice(n),o[a]?o[a]+=s:o[++a]=s),o.length<2?l[0]?n1(l[0].x):e1(t):(t=l.length,function(c){for(var u=0,h;u<t;++u)o[(h=l[u]).i]=h.x(c);return o.join("")})}function ei(e,t){var n=typeof t,r;return t==null||n==="boolean"?xo(t):(n==="number"?_e:n==="string"?(r=rn(t))?(t=r,xs):Vu:t instanceof rn?xs:t instanceof Date?Jy:Ky(t)?Zy:Array.isArray(t)?Qy:typeof t.valueOf!="function"&&typeof t.toString!="function"||isNaN(t)?t1:_e)(e,t)}function Hu(e,t){return e=+e,t=+t,function(n){return Math.round(e*(1-n)+t*n)}}var Fu=180/Math.PI,Eo={translateX:0,translateY:0,rotate:0,skewX:0,scaleX:1,scaleY:1};function Gu(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)*Fu,skewX:Math.atan(l)*Fu,scaleX:a,scaleY:o}}var ws;function r1(e){const t=new(typeof DOMMatrix=="function"?DOMMatrix:WebKitCSSMatrix)(e+"");return t.isIdentity?Eo:Gu(t.a,t.b,t.c,t.d,t.e,t.f)}function i1(e){return e==null||(ws||(ws=document.createElementNS("http://www.w3.org/2000/svg","g")),ws.setAttribute("transform",e),!(e=ws.transform.baseVal.consolidate()))?Eo:(e=e.matrix,Gu(e.a,e.b,e.c,e.d,e.e,e.f))}function zu(e,t,n,r){function i(c){return c.length?c.pop()+" ":""}function s(c,u,h,d,f,p){if(c!==h||u!==d){var m=f.push("translate(",null,t,null,n);p.push({i:m-4,x:_e(c,h)},{i:m-2,x:_e(u,d)})}else(h||d)&&f.push("translate("+h+t+d+n)}function a(c,u,h,d){c!==u?(c-u>180?u+=360:u-c>180&&(c+=360),d.push({i:h.push(i(h)+"rotate(",null,r)-2,x:_e(c,u)})):u&&h.push(i(h)+"rotate("+u+r)}function o(c,u,h,d){c!==u?d.push({i:h.push(i(h)+"skewX(",null,r)-2,x:_e(c,u)}):u&&h.push(i(h)+"skewX("+u+r)}function l(c,u,h,d,f,p){if(c!==h||u!==d){var m=f.push(i(f)+"scale(",null,",",null,")");p.push({i:m-4,x:_e(c,h)},{i:m-2,x:_e(u,d)})}else(h!==1||d!==1)&&f.push(i(f)+"scale("+h+","+d+")")}return function(c,u){var h=[],d=[];return c=e(c),u=e(u),s(c.translateX,c.translateY,u.translateX,u.translateY,h,d),a(c.rotate,u.rotate,h,d),o(c.skewX,u.skewX,h,d),l(c.scaleX,c.scaleY,u.scaleX,u.scaleY,h,d),c=u=null,function(f){for(var p=-1,m=d.length,g;++p<m;)h[(g=d[p]).i]=g.x(f);return h.join("")}}}var s1=zu(r1,"px, ","px)","deg)"),a1=zu(i1,", ",")",")");function o1(e,t){for(var n=new Array(t),r=0;r<t;++r)n[r]=e(r/(t-1));return n}var hr=0,ni=0,ri=0,ju=1e3,_s,ii,Es=0,Vn=0,Ss=0,si=typeof performance=="object"&&performance.now?performance:Date,Wu=typeof window=="object"&&window.requestAnimationFrame?window.requestAnimationFrame.bind(window):function(e){setTimeout(e,17)};function So(){return Vn||(Wu(l1),Vn=si.now()+Ss)}function l1(){Vn=0}function Os(){this._call=this._time=this._next=null}Os.prototype=qu.prototype={constructor:Os,restart:function(e,t,n){if(typeof e!="function")throw new TypeError("callback is not a function");n=(n==null?So():+n)+(t==null?0:+t),!this._next&&ii!==this&&(ii?ii._next=this:_s=this,ii=this),this._call=e,this._time=n,Oo()},stop:function(){this._call&&(this._call=null,this._time=1/0,Oo())}};function qu(e,t,n){var r=new Os;return r.restart(e,t,n),r}function c1(){So(),++hr;for(var e=_s,t;e;)(t=Vn-e._time)>=0&&e._call.call(void 0,t),e=e._next;--hr}function Yu(){Vn=(Es=si.now())+Ss,hr=ni=0;try{c1()}finally{hr=0,h1(),Vn=0}}function u1(){var e=si.now(),t=e-Es;t>ju&&(Ss-=t,Es=e)}function h1(){for(var e,t=_s,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:_s=n);ii=e,Oo(r)}function Oo(e){if(!hr){ni&&(ni=clearTimeout(ni));var t=e-Vn;t>24?(e<1/0&&(ni=setTimeout(Yu,e-si.now()-Ss)),ri&&(ri=clearInterval(ri))):(ri||(Es=si.now(),ri=setInterval(u1,ju)),hr=1,Wu(Yu))}}function Xu(e,t,n){var r=new Os;return t=t==null?0:+t,r.restart(i=>{r.stop(),e(i+t)},t,n),r}var d1=co("start","end","cancel","interrupt"),f1=[],Zu=0,Ku=1,To=2,Ts=3,Qu=4,Mo=5,Ms=6;function Cs(e,t,n,r,i,s){var a=e.__transition;if(!a)e.__transition={};else if(n in a)return;p1(e,n,{name:t,index:r,group:i,on:d1,tween:f1,time:s.time,delay:s.delay,duration:s.duration,ease:s.ease,timer:null,state:Zu})}function Co(e,t){var n=Ne(e,t);if(n.state>Zu)throw new Error("too late; already scheduled");return n}function qe(e,t){var n=Ne(e,t);if(n.state>Ts)throw new Error("too late; already running");return n}function Ne(e,t){var n=e.__transition;if(!n||!(n=n[t]))throw new Error("transition not found");return n}function p1(e,t,n){var r=e.__transition,i;r[t]=n,n.timer=qu(s,0,n.time);function s(c){n.state=Ku,n.timer.restart(a,n.delay,n.time),n.delay<=c&&a(c-n.delay)}function a(c){var u,h,d,f;if(n.state!==Ku)return l();for(u in r)if(f=r[u],f.name===n.name){if(f.state===Ts)return Xu(a);f.state===Qu?(f.state=Ms,f.timer.stop(),f.on.call("interrupt",e,e.__data__,f.index,f.group),delete r[u]):+u<t&&(f.state=Ms,f.timer.stop(),f.on.call("cancel",e,e.__data__,f.index,f.group),delete r[u])}if(Xu(function(){n.state===Ts&&(n.state=Qu,n.timer.restart(o,n.delay,n.time),o(c))}),n.state=To,n.on.call("start",e,e.__data__,n.index,n.group),n.state===To){for(n.state=Ts,i=new Array(d=n.tween.length),u=0,h=-1;u<d;++u)(f=n.tween[u].value.call(e,e.__data__,n.index,n.group))&&(i[++h]=f);i.length=h+1}}function o(c){for(var u=c<n.duration?n.ease.call(null,c/n.duration):(n.timer.restart(l),n.state=Mo,1),h=-1,d=i.length;++h<d;)i[h].call(e,u);n.state===Mo&&(n.on.call("end",e,e.__data__,n.index,n.group),l())}function l(){n.state=Ms,n.timer.stop(),delete r[t];for(var c in r)return;delete e.__transition}}function Ao(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>To&&r.state<Mo,r.state=Ms,r.timer.stop(),r.on.call(i?"interrupt":"cancel",e,e.__data__,r.index,r.group),delete n[a]}s&&delete e.__transition}}function g1(e){return this.each(function(){Ao(this,e)})}function m1(e,t){var n,r;return function(){var i=qe(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 v1(e,t,n){var r,i;if(typeof n!="function")throw new Error;return function(){var s=qe(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 y1(e,t){var n=this._id;if(e+="",arguments.length<2){for(var r=Ne(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?m1:v1)(n,e,t))}function $o(e,t,n){var r=e._id;return e.each(function(){var i=qe(this,r);(i.value||(i.value={}))[t]=n.apply(this,arguments)}),function(i){return Ne(i,r).value[t]}}function Ju(e,t){var n;return(typeof t=="number"?_e:t instanceof rn?xs:(n=rn(t))?(t=n,xs):Vu)(e,t)}function b1(e){return function(){this.removeAttribute(e)}}function x1(e){return function(){this.removeAttributeNS(e.space,e.local)}}function w1(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 _1(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 E1(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 S1(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 O1(e,t){var n=ps(e),r=n==="transform"?a1:Ju;return this.attrTween(e,typeof t=="function"?(n.local?S1:E1)(n,r,$o(this,"attr."+e,t)):t==null?(n.local?x1:b1)(n):(n.local?_1:w1)(n,r,t))}function T1(e,t){return function(n){this.setAttribute(e,t.call(this,n))}}function M1(e,t){return function(n){this.setAttributeNS(e.space,e.local,t.call(this,n))}}function C1(e,t){var n,r;function i(){var s=t.apply(this,arguments);return s!==r&&(n=(r=s)&&M1(e,s)),n}return i._value=t,i}function A1(e,t){var n,r;function i(){var s=t.apply(this,arguments);return s!==r&&(n=(r=s)&&T1(e,s)),n}return i._value=t,i}function $1(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=ps(e);return this.tween(n,(r.local?C1:A1)(r,t))}function L1(e,t){return function(){Co(this,e).delay=+t.apply(this,arguments)}}function D1(e,t){return t=+t,function(){Co(this,e).delay=t}}function k1(e){var t=this._id;return arguments.length?this.each((typeof e=="function"?L1:D1)(t,e)):Ne(this.node(),t).delay}function R1(e,t){return function(){qe(this,e).duration=+t.apply(this,arguments)}}function I1(e,t){return t=+t,function(){qe(this,e).duration=t}}function P1(e){var t=this._id;return arguments.length?this.each((typeof e=="function"?R1:I1)(t,e)):Ne(this.node(),t).duration}function N1(e,t){if(typeof t!="function")throw new Error;return function(){qe(this,e).ease=t}}function U1(e){var t=this._id;return arguments.length?this.each(N1(t,e)):Ne(this.node(),t).ease}function B1(e,t){return function(){var n=t.apply(this,arguments);if(typeof n!="function")throw new Error;qe(this,e).ease=n}}function V1(e){if(typeof e!="function")throw new Error;return this.each(B1(this._id,e))}function H1(e){typeof e!="function"&&(e=bu(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 sn(r,this._parents,this._name,this._id)}function F1(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,h=a[o]=new Array(u),d,f=0;f<u;++f)(d=l[f]||c[f])&&(h[f]=d);for(;o<r;++o)a[o]=t[o];return new sn(a,this._parents,this._name,this._id)}function G1(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 z1(e,t,n){var r,i,s=G1(t)?Co:qe;return function(){var a=s(this,e),o=a.on;o!==r&&(i=(r=o).copy()).on(t,n),a.on=i}}function j1(e,t){var n=this._id;return arguments.length<2?Ne(this.node(),n).on.on(e):this.each(z1(n,e,t))}function W1(e){return function(){var t=this.parentNode;for(var n in this.__transition)if(+n!==e)return;t&&t.removeChild(this)}}function q1(){return this.on("end.remove",W1(this._id))}function Y1(e){var t=this._name,n=this._id;typeof e!="function"&&(e=ho(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,h,d=0;d<l;++d)(u=o[d])&&(h=e.call(u,u.__data__,d,o))&&("__data__"in u&&(h.__data__=u.__data__),c[d]=h,Cs(c[d],t,n,d,c,Ne(u,n)));return new sn(s,this._parents,t,n)}function X1(e){var t=this._name,n=this._id;typeof e!="function"&&(e=yu(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,h=0;h<c;++h)if(u=l[h]){for(var d=e.call(u,u.__data__,h,l),f,p=Ne(u,n),m=0,g=d.length;m<g;++m)(f=d[m])&&Cs(f,t,n,m,d,p);s.push(d),a.push(u)}return new sn(s,a,t,n)}var Z1=Kr.prototype.constructor;function K1(){return new Z1(this._groups,this._parents)}function Q1(e,t){var n,r,i;return function(){var s=cr(this,e),a=(this.style.removeProperty(e),cr(this,e));return s===a?null:s===n&&a===r?i:i=t(n=s,r=a)}}function th(e){return function(){this.style.removeProperty(e)}}function J1(e,t,n){var r,i=n+"",s;return function(){var a=cr(this,e);return a===i?null:a===r?s:s=t(r=a,n)}}function tb(e,t,n){var r,i,s;return function(){var a=cr(this,e),o=n(this),l=o+"";return o==null&&(l=o=(this.style.removeProperty(e),cr(this,e))),a===l?null:a===r&&l===i?s:(i=l,s=t(r=a,o))}}function eb(e,t){var n,r,i,s="style."+t,a="end."+s,o;return function(){var l=qe(this,e),c=l.on,u=l.value[s]==null?o||(o=th(t)):void 0;(c!==n||i!==u)&&(r=(n=c).copy()).on(a,i=u),l.on=r}}function nb(e,t,n){var r=(e+="")=="transform"?s1:Ju;return t==null?this.styleTween(e,Q1(e,r)).on("end.style."+e,th(e)):typeof t=="function"?this.styleTween(e,tb(e,r,$o(this,"style."+e,t))).each(eb(this._id,e)):this.styleTween(e,J1(e,r,t),n).on("end.style."+e,null)}function rb(e,t,n){return function(r){this.style.setProperty(e,t.call(this,r),n)}}function ib(e,t,n){var r,i;function s(){var a=t.apply(this,arguments);return a!==i&&(r=(i=a)&&rb(e,a,n)),r}return s._value=t,s}function sb(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,ib(e,t,n??""))}function ab(e){return function(){this.textContent=e}}function ob(e){return function(){var t=e(this);this.textContent=t??""}}function lb(e){return this.tween("text",typeof e=="function"?ob($o(this,"text",e)):ab(e==null?"":e+""))}function cb(e){return function(t){this.textContent=e.call(this,t)}}function ub(e){var t,n;function r(){var i=e.apply(this,arguments);return i!==n&&(t=(n=i)&&cb(i)),t}return r._value=e,r}function hb(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,ub(e))}function db(){for(var e=this._name,t=this._id,n=eh(),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=Ne(l,t);Cs(l,e,n,c,a,{time:u.time+u.delay+u.duration,delay:0,duration:u.duration,ease:u.ease})}return new sn(r,this._parents,e,n)}function fb(){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=qe(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 pb=0;function sn(e,t,n,r){this._groups=e,this._parents=t,this._name=n,this._id=r}function eh(){return++pb}var an=Kr.prototype;sn.prototype={constructor:sn,select:Y1,selectAll:X1,selectChild:an.selectChild,selectChildren:an.selectChildren,filter:H1,merge:F1,selection:K1,transition:db,call:an.call,nodes:an.nodes,node:an.node,size:an.size,empty:an.empty,each:an.each,on:j1,attr:O1,attrTween:$1,style:nb,styleTween:sb,text:lb,textTween:hb,remove:q1,tween:y1,delay:k1,duration:P1,ease:U1,easeVarying:V1,end:fb,[Symbol.iterator]:an[Symbol.iterator]};const gb=e=>+e;function nh(e){return((e*=2)<=1?e*e*e:(e-=2)*e*e+2)/2}var mb={time:null,delay:0,duration:250,ease:nh};function vb(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 yb(e){var t,n;e instanceof sn?(t=e._id,e=e._name):(t=eh(),(n=mb).time=So(),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])&&Cs(l,e,t,c,a,n||vb(l,t));return new sn(r,this._parents,e,t)}Kr.prototype.interrupt=g1,Kr.prototype.transition=yb;const Lo=e=>()=>e;function bb(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 xb(e){e.stopImmediatePropagation()}function Do(e){e.preventDefault(),e.stopImmediatePropagation()}var rh={name:"drag"},ko={name:"space"},dr={name:"handle"},fr={name:"center"};const{abs:ih,max:ie,min:se}=Math;function sh(e){return[+e[0],+e[1]]}function ah(e){return[sh(e[0]),sh(e[1])]}var As={name:"x",handles:["w","e"].map($s),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]]}},Ro={name:"y",handles:["n","s"].map($s),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]]}},on={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"},oh={e:"w",w:"e",nw:"ne",ne:"nw",se:"sw",sw:"se"},lh={n:"s",s:"n",nw:"sw",ne:"se",se:"ne",sw:"nw"},wb={overlay:1,selection:1,n:null,e:1,s:null,w:-1,nw:-1,ne:1,se:1,sw:-1},_b={overlay:1,selection:1,n:-1,e:null,s:1,w:null,nw:-1,ne:-1,se:1,sw:1};function $s(e){return{type:e}}function Eb(e){return!e.ctrlKey&&!e.button}function Sb(){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 Ob(){return navigator.maxTouchPoints||"ontouchstart"in this}function Io(e){for(;!e.__brush;)if(!(e=e.parentNode))return;return e.__brush}function Tb(e){return e[0][0]===e[1][0]||e[0][1]===e[1][1]}function ch(){return Mb(As)}function Mb(e){var t=Sb,n=Eb,r=Ob,i=!0,s=co("start","brush","end"),a=6,o;function l(g){var v=g.property("__brush",m).selectAll(".overlay").data([$s("overlay")]);v.enter().append("rect").attr("class","overlay").attr("pointer-events","all").attr("cursor",on.overlay).merge(v).each(function(){var w=Io(this).extent;N(this).attr("x",w[0][0]).attr("y",w[0][1]).attr("width",w[1][0]-w[0][0]).attr("height",w[1][1]-w[0][1])}),g.selectAll(".selection").data([$s("selection")]).enter().append("rect").attr("class","selection").attr("cursor",on.selection).attr("fill","#777").attr("fill-opacity",.3).attr("stroke","#fff").attr("shape-rendering","crispEdges");var b=g.selectAll(".handle").data(e.handles,function(w){return w.type});b.exit().remove(),b.enter().append("rect").attr("class",function(w){return"handle handle--"+w.type}).attr("cursor",function(w){return on[w.type]}),g.each(c).attr("fill","none").attr("pointer-events","all").on("mousedown.brush",d).filter(r).on("touchstart.brush",d).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(g,v,b){g.tween?g.on("start.brush",function(w){u(this,arguments).beforestart().start(w)}).on("interrupt.brush end.brush",function(w){u(this,arguments).end(w)}).tween("brush",function(){var w=this,O=w.__brush,E=u(w,arguments),T=O.selection,S=e.input(typeof v=="function"?v.apply(this,arguments):v,O.extent),$=ei(T,S);function k(L){O.selection=L===1&&S===null?null:$(L),c.call(w),E.brush()}return T!==null&&S!==null?k:k(1)}):g.each(function(){var w=this,O=arguments,E=w.__brush,T=e.input(typeof v=="function"?v.apply(w,O):v,E.extent),S=u(w,O).beforestart();Ao(w),E.selection=T===null?null:T,c.call(w),S.start(b).brush(b).end(b)})},l.clear=function(g,v){l.move(g,null,v)};function c(){var g=N(this),v=Io(this).selection;v?(g.selectAll(".selection").style("display",null).attr("x",v[0][0]).attr("y",v[0][1]).attr("width",v[1][0]-v[0][0]).attr("height",v[1][1]-v[0][1]),g.selectAll(".handle").style("display",null).attr("x",function(b){return b.type[b.type.length-1]==="e"?v[1][0]-a/2:v[0][0]-a/2}).attr("y",function(b){return b.type[0]==="s"?v[1][1]-a/2:v[0][1]-a/2}).attr("width",function(b){return b.type==="n"||b.type==="s"?v[1][0]-v[0][0]+a:a}).attr("height",function(b){return b.type==="e"||b.type==="w"?v[1][1]-v[0][1]+a:a})):g.selectAll(".selection,.handle").style("display","none").attr("x",null).attr("y",null).attr("width",null).attr("height",null)}function u(g,v,b){var w=g.__brush.emitter;return w&&(!b||!w.clean)?w:new h(g,v,b)}function h(g,v,b){this.that=g,this.args=v,this.state=g.__brush,this.active=0,this.clean=b}h.prototype={beforestart:function(){return++this.active===1&&(this.state.emitter=this,this.starting=!0),this},start:function(g,v){return this.starting?(this.starting=!1,this.emit("start",g,v)):this.emit("brush",g),this},brush:function(g,v){return this.emit("brush",g,v),this},end:function(g,v){return--this.active===0&&(delete this.state.emitter,this.emit("end",g,v)),this},emit:function(g,v,b){var w=N(this.that).datum();s.call(g,this.that,new bb(g,{sourceEvent:v,target:l,selection:e.output(this.state.selection),mode:b,dispatch:s}),w)}};function d(g){if(o&&!g.touches||!n.apply(this,arguments))return;var v=this,b=g.target.__data__.type,w=(i&&g.metaKey?b="overlay":b)==="selection"?rh:i&&g.altKey?fr:dr,O=e===Ro?null:wb[b],E=e===As?null:_b[b],T=Io(v),S=T.extent,$=T.selection,k=S[0][0],L,M,V=S[0][1],x,C,y=S[1][0],R,I,B=S[1][1],U,z,j=0,G=0,et,q=O&&E&&i&&g.shiftKey,Q,lt,rt=Array.from(g.touches||[g],it=>{const $t=it.identifier;return it=Nn(it,v),it.point0=it.slice(),it.identifier=$t,it});Ao(v);var ot=u(v,arguments,!0).beforestart();if(b==="overlay"){$&&(et=!0);const it=[rt[0],rt[1]||rt[0]];T.selection=$=[[L=e===Ro?k:se(it[0][0],it[1][0]),x=e===As?V:se(it[0][1],it[1][1])],[R=e===Ro?y:ie(it[0][0],it[1][0]),U=e===As?B:ie(it[0][1],it[1][1])]],rt.length>1&&wt(g)}else L=$[0][0],x=$[0][1],R=$[1][0],U=$[1][1];M=L,C=x,I=R,z=U;var Y=N(v).attr("pointer-events","none"),X=Y.selectAll(".overlay").attr("cursor",on[b]);if(g.touches)ot.moved=F,ot.ended=yt;else{var K=N(g.view).on("mousemove.brush",F,!0).on("mouseup.brush",yt,!0);i&&K.on("keydown.brush",Ht,!0).on("keyup.brush",zt,!0),Ry(g.view)}c.call(v),ot.start(g,w.name);function F(it){for(const $t of it.changedTouches||[it])for(const De of rt)De.identifier===$t.identifier&&(De.cur=Nn($t,v));if(q&&!Q&&!lt&&rt.length===1){const $t=rt[0];ih($t.cur[0]-$t[0])>ih($t.cur[1]-$t[1])?lt=!0:Q=!0}for(const $t of rt)$t.cur&&($t[0]=$t.cur[0],$t[1]=$t.cur[1]);et=!0,Do(it),wt(it)}function wt(it){const $t=rt[0],De=$t.point0;var ke;switch(j=$t[0]-De[0],G=$t[1]-De[1],w){case ko:case rh:{O&&(j=ie(k-L,se(y-R,j)),M=L+j,I=R+j),E&&(G=ie(V-x,se(B-U,G)),C=x+G,z=U+G);break}case dr:{rt[1]?(O&&(M=ie(k,se(y,rt[0][0])),I=ie(k,se(y,rt[1][0])),O=1),E&&(C=ie(V,se(B,rt[0][1])),z=ie(V,se(B,rt[1][1])),E=1)):(O<0?(j=ie(k-L,se(y-L,j)),M=L+j,I=R):O>0&&(j=ie(k-R,se(y-R,j)),M=L,I=R+j),E<0?(G=ie(V-x,se(B-x,G)),C=x+G,z=U):E>0&&(G=ie(V-U,se(B-U,G)),C=x,z=U+G));break}case fr:{O&&(M=ie(k,se(y,L-j*O)),I=ie(k,se(y,R+j*O))),E&&(C=ie(V,se(B,x-G*E)),z=ie(V,se(B,U+G*E)));break}}I<M&&(O*=-1,ke=L,L=R,R=ke,ke=M,M=I,I=ke,b in oh&&X.attr("cursor",on[b=oh[b]])),z<C&&(E*=-1,ke=x,x=U,U=ke,ke=C,C=z,z=ke,b in lh&&X.attr("cursor",on[b=lh[b]])),T.selection&&($=T.selection),Q&&(M=$[0][0],I=$[1][0]),lt&&(C=$[0][1],z=$[1][1]),($[0][0]!==M||$[0][1]!==C||$[1][0]!==I||$[1][1]!==z)&&(T.selection=[[M,C],[I,z]],c.call(v),ot.brush(it,w.name))}function yt(it){if(xb(it),it.touches){if(it.touches.length)return;o&&clearTimeout(o),o=setTimeout(function(){o=null},500)}else Iy(it.view,et),K.on("keydown.brush keyup.brush mousemove.brush mouseup.brush",null);Y.attr("pointer-events","all"),X.attr("cursor",on.overlay),T.selection&&($=T.selection),Tb($)&&(T.selection=null,c.call(v)),ot.end(it,w.name)}function Ht(it){switch(it.keyCode){case 16:{q=O&&E;break}case 18:{w===dr&&(O&&(R=I-j*O,L=M+j*O),E&&(U=z-G*E,x=C+G*E),w=fr,wt(it));break}case 32:{(w===dr||w===fr)&&(O<0?R=I-j:O>0&&(L=M-j),E<0?U=z-G:E>0&&(x=C-G),w=ko,X.attr("cursor",on.selection),wt(it));break}default:return}Do(it)}function zt(it){switch(it.keyCode){case 16:{q&&(Q=lt=q=!1,wt(it));break}case 18:{w===fr&&(O<0?R=I:O>0&&(L=M),E<0?U=z:E>0&&(x=C),w=dr,wt(it));break}case 32:{w===ko&&(it.altKey?(O&&(R=I-j*O,L=M+j*O),E&&(U=z-G*E,x=C+G*E),w=fr):(O<0?R=I:O>0&&(L=M),E<0?U=z:E>0&&(x=C),w=dr),X.attr("cursor",on[b]),wt(it));break}default:return}Do(it)}}function f(g){u(this,arguments).moved(g)}function p(g){u(this,arguments).ended(g)}function m(){var g=this.__brush||{selection:null};return g.extent=ah(t.apply(this,arguments)),g.dim=e,g}return l.extent=function(g){return arguments.length?(t=typeof g=="function"?g:Lo(ah(g)),l):t},l.filter=function(g){return arguments.length?(n=typeof g=="function"?g:Lo(!!g),l):n},l.touchable=function(g){return arguments.length?(r=typeof g=="function"?g:Lo(!!g),l):r},l.handleSize=function(g){return arguments.length?(a=+g,l):a},l.keyModifiers=function(g){return arguments.length?(i=!!g,l):i},l.on=function(){var g=s.on.apply(s,arguments);return g===s?l:g},l}const Po=Math.PI,No=2*Po,Hn=1e-6,Cb=No-Hn;function uh(e){this._+=e[0];for(let t=1,n=e.length;t<n;++t)this._+=arguments[t]+e[t]}function Ab(e){let t=Math.floor(e);if(!(t>=0))throw new Error(`invalid digits: ${e}`);if(t>15)return uh;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 Uo=class{constructor(t){this._x0=this._y0=this._x1=this._y1=null,this._="",this._append=t==null?uh:Ab(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,h=o-n,d=u*u+h*h;if(this._x1===null)this._append`M${this._x1=t},${this._y1=n}`;else if(d>Hn)if(!(Math.abs(h*l-c*u)>Hn)||!s)this._append`L${this._x1=t},${this._y1=n}`;else{let f=r-a,p=i-o,m=l*l+c*c,g=f*f+p*p,v=Math.sqrt(m),b=Math.sqrt(d),w=s*Math.tan((Po-Math.acos((m+d-g)/(2*v*b)))/2),O=w/b,E=w/v;Math.abs(O-1)>Hn&&this._append`L${t+O*u},${n+O*h}`,this._append`A${s},${s},0,0,${+(h*f>u*p)},${this._x1=t+E*l},${this._y1=n+E*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,h=1^a,d=a?i-s:s-i;this._x1===null?this._append`M${c},${u}`:(Math.abs(this._x1-c)>Hn||Math.abs(this._y1-u)>Hn)&&this._append`L${c},${u}`,r&&(d<0&&(d=d%No+No),d>Cb?this._append`A${r},${r},0,1,${h},${t-o},${n-l}A${r},${r},0,1,${h},${this._x1=c},${this._y1=u}`:d>Hn&&this._append`A${r},${r},0,${+(d>=Po)},${h},${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 hh(){return new Uo}hh.prototype=Uo.prototype;function $b(e){return Math.abs(e=Math.round(e))>=1e21?e.toLocaleString("en").replace(/,/g,""):e.toString(10)}function Ls(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 pr(e){return e=Ls(Math.abs(e)),e?e[1]:NaN}function Lb(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 Db(e){return function(t){return t.replace(/[0-9]/g,function(n){return e[+n]})}}var kb=/^(?:(.)?([<>=^]))?([+\-( ])?([$#])?(0)?(\d+)?(,)?(\.\d+)?(~)?([a-z%])?$/i;function ai(e){if(!(t=kb.exec(e)))throw new Error("invalid format: "+e);var t;return new Bo({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]})}ai.prototype=Bo.prototype;function Bo(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+""}Bo.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 Rb(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 dh;function Ib(e,t){var n=Ls(e,t);if(!n)return e+"";var r=n[0],i=n[1],s=i-(dh=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")+Ls(e,Math.max(0,t+s-1))[0]}function fh(e,t){var n=Ls(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 ph={"%":(e,t)=>(e*100).toFixed(t),b:e=>Math.round(e).toString(2),c:e=>e+"",d:$b,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)=>fh(e*100,t),r:fh,s:Ib,X:e=>Math.round(e).toString(16).toUpperCase(),x:e=>Math.round(e).toString(16)};function gh(e){return e}var mh=Array.prototype.map,vh=["y","z","a","f","p","n","µ","m","","k","M","G","T","P","E","Z","Y"];function Pb(e){var t=e.grouping===void 0||e.thousands===void 0?gh:Lb(mh.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?gh:Db(mh.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(h){h=ai(h);var d=h.fill,f=h.align,p=h.sign,m=h.symbol,g=h.zero,v=h.width,b=h.comma,w=h.precision,O=h.trim,E=h.type;E==="n"?(b=!0,E="g"):ph[E]||(w===void 0&&(w=12),O=!0,E="g"),(g||d==="0"&&f==="=")&&(g=!0,d="0",f="=");var T=m==="$"?n:m==="#"&&/[boxX]/.test(E)?"0"+E.toLowerCase():"",S=m==="$"?r:/[%p]/.test(E)?a:"",$=ph[E],k=/[defgprs%]/.test(E);w=w===void 0?6:/[gprs]/.test(E)?Math.max(1,Math.min(21,w)):Math.max(0,Math.min(20,w));function L(M){var V=T,x=S,C,y,R;if(E==="c")x=$(M)+x,M="";else{M=+M;var I=M<0||1/M<0;if(M=isNaN(M)?l:$(Math.abs(M),w),O&&(M=Rb(M)),I&&+M==0&&p!=="+"&&(I=!1),V=(I?p==="("?p:o:p==="-"||p==="("?"":p)+V,x=(E==="s"?vh[8+dh/3]:"")+x+(I&&p==="("?")":""),k){for(C=-1,y=M.length;++C<y;)if(R=M.charCodeAt(C),48>R||R>57){x=(R===46?i+M.slice(C+1):M.slice(C))+x,M=M.slice(0,C);break}}}b&&!g&&(M=t(M,1/0));var B=V.length+M.length+x.length,U=B<v?new Array(v-B+1).join(d):"";switch(b&&g&&(M=t(U+M,U.length?v-x.length:1/0),U=""),f){case"<":M=V+M+x+U;break;case"=":M=V+U+M+x;break;case"^":M=U.slice(0,B=U.length>>1)+V+M+x+U.slice(B);break;default:M=U+V+M+x;break}return s(M)}return L.toString=function(){return h+""},L}function u(h,d){var f=c((h=ai(h),h.type="f",h)),p=Math.max(-8,Math.min(8,Math.floor(pr(d)/3)))*3,m=Math.pow(10,-p),g=vh[8+p/3];return function(v){return f(m*v)+g}}return{format:c,formatPrefix:u}}var Ds,Vo,yh;Nb({thousands:",",grouping:[3],currency:["$",""]});function Nb(e){return Ds=Pb(e),Vo=Ds.format,yh=Ds.formatPrefix,Ds}function Ub(e){return Math.max(0,-pr(Math.abs(e)))}function Bb(e,t){return Math.max(0,Math.max(-8,Math.min(8,Math.floor(pr(t)/3)))*3-pr(Math.abs(e)))}function Vb(e,t){return e=Math.abs(e),t=Math.abs(t)-e,Math.max(0,pr(t)-pr(e))+1}var St=1e-6,bh=1e-12,pt=Math.PI,ge=pt/2,xh=pt/4,Ee=pt*2,ce=180/pt,Ft=pt/180,Ot=Math.abs,wh=Math.atan,Fn=Math.atan2,Mt=Math.cos,Hb=Math.exp,Fb=Math.log,Et=Math.sin,On=Math.sign||function(e){return e>0?1:e<0?-1:0},Ue=Math.sqrt,Gb=Math.tan;function zb(e){return e>1?0:e<-1?pt:Math.acos(e)}function ln(e){return e>1?ge:e<-1?-ge:Math.asin(e)}function Te(){}function ks(e,t){e&&Eh.hasOwnProperty(e.type)&&Eh[e.type](e,t)}var _h={Feature:function(e,t){ks(e.geometry,t)},FeatureCollection:function(e,t){for(var n=e.features,r=-1,i=n.length;++r<i;)ks(n[r].geometry,t)}},Eh={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){Ho(e.coordinates,t,0)},MultiLineString:function(e,t){for(var n=e.coordinates,r=-1,i=n.length;++r<i;)Ho(n[r],t,0)},Polygon:function(e,t){Sh(e.coordinates,t)},MultiPolygon:function(e,t){for(var n=e.coordinates,r=-1,i=n.length;++r<i;)Sh(n[r],t)},GeometryCollection:function(e,t){for(var n=e.geometries,r=-1,i=n.length;++r<i;)ks(n[r],t)}};function Ho(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 Sh(e,t){var n=-1,r=e.length;for(t.polygonStart();++n<r;)Ho(e[n],t,1);t.polygonEnd()}function gr(e,t){e&&_h.hasOwnProperty(e.type)?_h[e.type](e,t):ks(e,t)}function Fo(e){return[Fn(e[1],e[0]),ln(e[2])]}function mr(e){var t=e[0],n=e[1],r=Mt(n);return[r*Mt(t),r*Et(t),Et(n)]}function Rs(e,t){return e[0]*t[0]+e[1]*t[1]+e[2]*t[2]}function Is(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 Go(e,t){e[0]+=t[0],e[1]+=t[1],e[2]+=t[2]}function Ps(e,t){return[e[0]*t,e[1]*t,e[2]*t]}function zo(e){var t=Ue(e[0]*e[0]+e[1]*e[1]+e[2]*e[2]);e[0]/=t,e[1]/=t,e[2]/=t}function jo(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 Wo(e,t){return Ot(e)>pt&&(e-=Math.round(e/Ee)*Ee),[e,t]}Wo.invert=Wo;function Oh(e,t,n){return(e%=Ee)?t||n?jo(Mh(e),Ch(t,n)):Mh(e):t||n?Ch(t,n):Wo}function Th(e){return function(t,n){return t+=e,Ot(t)>pt&&(t-=Math.round(t/Ee)*Ee),[t,n]}}function Mh(e){var t=Th(e);return t.invert=Th(-e),t}function Ch(e,t){var n=Mt(e),r=Et(e),i=Mt(t),s=Et(t);function a(o,l){var c=Mt(l),u=Mt(o)*c,h=Et(o)*c,d=Et(l),f=d*n+u*r;return[Fn(h*i-f*s,u*n-d*r),ln(f*i+h*s)]}return a.invert=function(o,l){var c=Mt(l),u=Mt(o)*c,h=Et(o)*c,d=Et(l),f=d*i-h*s;return[Fn(h*i+d*s,u*n+f*r),ln(f*n-u*r)]},a}function jb(e){e=Oh(e[0]*Ft,e[1]*Ft,e.length>2?e[2]*Ft:0);function t(n){return n=e(n[0]*Ft,n[1]*Ft),n[0]*=ce,n[1]*=ce,n}return t.invert=function(n){return n=e.invert(n[0]*Ft,n[1]*Ft),n[0]*=ce,n[1]*=ce,n},t}function Wb(e,t,n,r,i,s){if(n){var a=Mt(t),o=Et(t),l=r*n;i==null?(i=t+r*Ee,s=t-l/2):(i=Ah(a,i),s=Ah(a,s),(r>0?i<s:i>s)&&(i+=r*Ee));for(var c,u=i;r>0?u>s:u<s;u-=l)c=Fo([a,-o*Mt(u),-o*Et(u)]),e.point(c[0],c[1])}}function Ah(e,t){t=mr(t),t[0]-=e,zo(t);var n=zb(-t[1]);return((-t[2]<0?-n:n)+Ee-St)%Ee}function $h(){var e=[],t;return{point:function(n,r,i){t.push([n,r,i])},lineStart:function(){e.push(t=[])},lineEnd:Te,rejoin:function(){e.length>1&&e.push(e.pop().concat(e.shift()))},result:function(){var n=e;return e=[],t=null,n}}}function Ns(e,t){return Ot(e[0]-t[0])<St&&Ot(e[1]-t[1])<St}function Us(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 Lh(e,t,n,r,i){var s=[],a=[],o,l;if(e.forEach(function(p){if(!((m=p.length-1)<=0)){var m,g=p[0],v=p[m],b;if(Ns(g,v)){if(!g[2]&&!v[2]){for(i.lineStart(),o=0;o<m;++o)i.point((g=p[o])[0],g[1]);i.lineEnd();return}v[0]+=2*St}s.push(b=new Us(g,p,null,!0)),a.push(b.o=new Us(g,null,b,!1)),s.push(b=new Us(v,p,null,!1)),a.push(b.o=new Us(v,null,b,!0))}}),!!s.length){for(a.sort(t),Dh(s),Dh(a),o=0,l=a.length;o<l;++o)a[o].e=n=!n;for(var c=s[0],u,h;;){for(var d=c,f=!0;d.v;)if((d=d.n)===c)return;u=d.z,i.lineStart();do{if(d.v=d.o.v=!0,d.e){if(f)for(o=0,l=u.length;o<l;++o)i.point((h=u[o])[0],h[1]);else r(d.x,d.n.x,1,i);d=d.n}else{if(f)for(u=d.p.z,o=u.length-1;o>=0;--o)i.point((h=u[o])[0],h[1]);else r(d.x,d.p.x,-1,i);d=d.p}d=d.o,u=d.z,f=!f}while(!d.v);i.lineEnd()}}}function Dh(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 qo(e){return Ot(e[0])<=pt?e[0]:On(e[0])*((Ot(e[0])+pt)%Ee-pt)}function qb(e,t){var n=qo(t),r=t[1],i=Et(r),s=[Et(n),-Mt(n),0],a=0,o=0,l=new In;i===1?r=ge+St:i===-1&&(r=-ge-St);for(var c=0,u=e.length;c<u;++c)if(d=(h=e[c]).length)for(var h,d,f=h[d-1],p=qo(f),m=f[1]/2+xh,g=Et(m),v=Mt(m),b=0;b<d;++b,p=O,g=T,v=S,f=w){var w=h[b],O=qo(w),E=w[1]/2+xh,T=Et(E),S=Mt(E),$=O-p,k=$>=0?1:-1,L=k*$,M=L>pt,V=g*T;if(l.add(Fn(V*k*Et(L),v*S+V*Mt(L))),a+=M?$+k*Ee:$,M^p>=n^O>=n){var x=Is(mr(f),mr(w));zo(x);var C=Is(s,x);zo(C);var y=(M^$>=0?-1:1)*ln(C[2]);(r>y||r===y&&(x[0]||x[1]))&&(o+=M^$>=0?1:-1)}}return(a<-St||a<St&&l<-bh)^o&1}function kh(e,t,n,r){return function(i){var s=t(i),a=$h(),o=t(a),l=!1,c,u,h,d={point:f,lineStart:m,lineEnd:g,polygonStart:function(){d.point=v,d.lineStart=b,d.lineEnd=w,u=[],c=[]},polygonEnd:function(){d.point=f,d.lineStart=m,d.lineEnd=g,u=du(u);var O=qb(c,r);u.length?(l||(i.polygonStart(),l=!0),Lh(u,Xb,O,n,i)):O&&(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(O,E){e(O,E)&&i.point(O,E)}function p(O,E){s.point(O,E)}function m(){d.point=p,s.lineStart()}function g(){d.point=f,s.lineEnd()}function v(O,E){h.push([O,E]),o.point(O,E)}function b(){o.lineStart(),h=[]}function w(){v(h[0][0],h[0][1]),o.lineEnd();var O=o.clean(),E=a.result(),T,S=E.length,$,k,L;if(h.pop(),c.push(h),h=null,!!S){if(O&1){if(k=E[0],($=k.length-1)>0){for(l||(i.polygonStart(),l=!0),i.lineStart(),T=0;T<$;++T)i.point((L=k[T])[0],L[1]);i.lineEnd()}return}S>1&&O&2&&E.push(E.pop().concat(E.shift())),u.push(E.filter(Yb))}}return d}}function Yb(e){return e.length>1}function Xb(e,t){return((e=e.x)[0]<0?e[1]-ge-St:ge-e[1])-((t=t.x)[0]<0?t[1]-ge-St:ge-t[1])}const Rh=kh(function(){return!0},Zb,Qb,[-pt,-ge]);function Zb(e){var t=NaN,n=NaN,r=NaN,i;return{lineStart:function(){e.lineStart(),i=1},point:function(s,a){var o=s>0?pt:-pt,l=Ot(s-t);Ot(l-pt)<St?(e.point(t,n=(n+a)/2>0?ge:-ge),e.point(r,n),e.lineEnd(),e.lineStart(),e.point(o,n),e.point(s,n),i=0):r!==o&&l>=pt&&(Ot(t-r)<St&&(t-=r*St),Ot(s-o)<St&&(s-=o*St),n=Kb(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 Kb(e,t,n,r){var i,s,a=Et(e-n);return Ot(a)>St?wh((Et(t)*(s=Mt(r))*Et(n)-Et(r)*(i=Mt(t))*Et(e))/(i*s*a)):(t+r)/2}function Qb(e,t,n,r){var i;if(e==null)i=n*ge,r.point(-pt,i),r.point(0,i),r.point(pt,i),r.point(pt,0),r.point(pt,-i),r.point(0,-i),r.point(-pt,-i),r.point(-pt,0),r.point(-pt,i);else if(Ot(e[0]-t[0])>St){var s=e[0]<t[0]?pt:-pt;i=n*s/2,r.point(-s,i),r.point(0,i),r.point(s,i)}else r.point(t[0],t[1])}function Jb(e){var t=Mt(e),n=6*Ft,r=t>0,i=Ot(t)>St;function s(u,h,d,f){Wb(f,e,n,d,u,h)}function a(u,h){return Mt(u)*Mt(h)>t}function o(u){var h,d,f,p,m;return{lineStart:function(){p=f=!1,m=1},point:function(g,v){var b=[g,v],w,O=a(g,v),E=r?O?0:c(g,v):O?c(g+(g<0?pt:-pt),v):0;if(!h&&(p=f=O)&&u.lineStart(),O!==f&&(w=l(h,b),(!w||Ns(h,w)||Ns(b,w))&&(b[2]=1)),O!==f)m=0,O?(u.lineStart(),w=l(b,h),u.point(w[0],w[1])):(w=l(h,b),u.point(w[0],w[1],2),u.lineEnd()),h=w;else if(i&&h&&r^O){var T;!(E&d)&&(T=l(b,h,!0))&&(m=0,r?(u.lineStart(),u.point(T[0][0],T[0][1]),u.point(T[1][0],T[1][1]),u.lineEnd()):(u.point(T[1][0],T[1][1]),u.lineEnd(),u.lineStart(),u.point(T[0][0],T[0][1],3)))}O&&(!h||!Ns(h,b))&&u.point(b[0],b[1]),h=b,f=O,d=E},lineEnd:function(){f&&u.lineEnd(),h=null},clean:function(){return m|(p&&f)<<1}}}function l(u,h,d){var f=mr(u),p=mr(h),m=[1,0,0],g=Is(f,p),v=Rs(g,g),b=g[0],w=v-b*b;if(!w)return!d&&u;var O=t*v/w,E=-t*b/w,T=Is(m,g),S=Ps(m,O),$=Ps(g,E);Go(S,$);var k=T,L=Rs(S,k),M=Rs(k,k),V=L*L-M*(Rs(S,S)-1);if(!(V<0)){var x=Ue(V),C=Ps(k,(-L-x)/M);if(Go(C,S),C=Fo(C),!d)return C;var y=u[0],R=h[0],I=u[1],B=h[1],U;R<y&&(U=y,y=R,R=U);var z=R-y,j=Ot(z-pt)<St,G=j||z<St;if(!j&&B<I&&(U=I,I=B,B=U),G?j?I+B>0^C[1]<(Ot(C[0]-y)<St?I:B):I<=C[1]&&C[1]<=B:z>pt^(y<=C[0]&&C[0]<=R)){var et=Ps(k,(-L+x)/M);return Go(et,S),[C,Fo(et)]}}}function c(u,h){var d=r?e:pt-e,f=0;return u<-d?f|=1:u>d&&(f|=2),h<-d?f|=4:h>d&&(f|=8),f}return kh(a,o,s,r?[0,-e]:[-pt,e-pt])}function tx(e,t,n,r,i,s){var a=e[0],o=e[1],l=t[0],c=t[1],u=0,h=1,d=l-a,f=c-o,p;if(p=n-a,!(!d&&p>0)){if(p/=d,d<0){if(p<u)return;p<h&&(h=p)}else if(d>0){if(p>h)return;p>u&&(u=p)}if(p=i-a,!(!d&&p<0)){if(p/=d,d<0){if(p>h)return;p>u&&(u=p)}else if(d>0){if(p<u)return;p<h&&(h=p)}if(p=r-o,!(!f&&p>0)){if(p/=f,f<0){if(p<u)return;p<h&&(h=p)}else if(f>0){if(p>h)return;p>u&&(u=p)}if(p=s-o,!(!f&&p<0)){if(p/=f,f<0){if(p>h)return;p>u&&(u=p)}else if(f>0){if(p<u)return;p<h&&(h=p)}return u>0&&(e[0]=a+u*d,e[1]=o+u*f),h<1&&(t[0]=a+h*d,t[1]=o+h*f),!0}}}}}var oi=1e9,Bs=-oi;function ex(e,t,n,r){function i(c,u){return e<=c&&c<=n&&t<=u&&u<=r}function s(c,u,h,d){var f=0,p=0;if(c==null||(f=a(c,h))!==(p=a(u,h))||l(c,u)<0^h>0)do d.point(f===0||f===3?e:n,f>1?r:t);while((f=(f+h+4)%4)!==p);else d.point(u[0],u[1])}function a(c,u){return Ot(c[0]-e)<St?u>0?0:3:Ot(c[0]-n)<St?u>0?2:1:Ot(c[1]-t)<St?u>0?1:0:u>0?3:2}function o(c,u){return l(c.x,u.x)}function l(c,u){var h=a(c,1),d=a(u,1);return h!==d?h-d:h===0?u[1]-c[1]:h===1?c[0]-u[0]:h===2?c[1]-u[1]:u[0]-c[0]}return function(c){var u=c,h=$h(),d,f,p,m,g,v,b,w,O,E,T,S={point:$,lineStart:V,lineEnd:x,polygonStart:L,polygonEnd:M};function $(y,R){i(y,R)&&u.point(y,R)}function k(){for(var y=0,R=0,I=f.length;R<I;++R)for(var B=f[R],U=1,z=B.length,j=B[0],G,et,q=j[0],Q=j[1];U<z;++U)G=q,et=Q,j=B[U],q=j[0],Q=j[1],et<=r?Q>r&&(q-G)*(r-et)>(Q-et)*(e-G)&&++y:Q<=r&&(q-G)*(r-et)<(Q-et)*(e-G)&&--y;return y}function L(){u=h,d=[],f=[],T=!0}function M(){var y=k(),R=T&&y,I=(d=du(d)).length;(R||I)&&(c.polygonStart(),R&&(c.lineStart(),s(null,null,1,c),c.lineEnd()),I&&Lh(d,o,y,s,c),c.polygonEnd()),u=c,d=f=p=null}function V(){S.point=C,f&&f.push(p=[]),E=!0,O=!1,b=w=NaN}function x(){d&&(C(m,g),v&&O&&h.rejoin(),d.push(h.result())),S.point=$,O&&u.lineEnd()}function C(y,R){var I=i(y,R);if(f&&p.push([y,R]),E)m=y,g=R,v=I,E=!1,I&&(u.lineStart(),u.point(y,R));else if(I&&O)u.point(y,R);else{var B=[b=Math.max(Bs,Math.min(oi,b)),w=Math.max(Bs,Math.min(oi,w))],U=[y=Math.max(Bs,Math.min(oi,y)),R=Math.max(Bs,Math.min(oi,R))];tx(B,U,e,t,n,r)?(O||(u.lineStart(),u.point(B[0],B[1])),u.point(U[0],U[1]),I||u.lineEnd(),T=!1):I&&(u.lineStart(),u.point(y,R),T=!1)}b=y,w=R,O=I}return S}}const Yo=e=>e;var Xo=new In,Zo=new In,Ih,Ph,Ko,Qo,Tn={point:Te,lineStart:Te,lineEnd:Te,polygonStart:function(){Tn.lineStart=nx,Tn.lineEnd=ix},polygonEnd:function(){Tn.lineStart=Tn.lineEnd=Tn.point=Te,Xo.add(Ot(Zo)),Zo=new In},result:function(){var e=Xo/2;return Xo=new In,e}};function nx(){Tn.point=rx}function rx(e,t){Tn.point=Nh,Ih=Ko=e,Ph=Qo=t}function Nh(e,t){Zo.add(Qo*e-Ko*t),Ko=e,Qo=t}function ix(){Nh(Ih,Ph)}const Uh=Tn;var vr=1/0,Vs=vr,li=-vr,Hs=li,sx={point:ax,lineStart:Te,lineEnd:Te,polygonStart:Te,polygonEnd:Te,result:function(){var e=[[vr,Vs],[li,Hs]];return li=Hs=-(Vs=vr=1/0),e}};function ax(e,t){e<vr&&(vr=e),e>li&&(li=e),t<Vs&&(Vs=t),t>Hs&&(Hs=t)}const Fs=sx;var Jo=0,tl=0,ci=0,Gs=0,zs=0,yr=0,el=0,nl=0,ui=0,Bh,Vh,Ye,Xe,Be={point:Gn,lineStart:Hh,lineEnd:Fh,polygonStart:function(){Be.lineStart=cx,Be.lineEnd=ux},polygonEnd:function(){Be.point=Gn,Be.lineStart=Hh,Be.lineEnd=Fh},result:function(){var e=ui?[el/ui,nl/ui]:yr?[Gs/yr,zs/yr]:ci?[Jo/ci,tl/ci]:[NaN,NaN];return Jo=tl=ci=Gs=zs=yr=el=nl=ui=0,e}};function Gn(e,t){Jo+=e,tl+=t,++ci}function Hh(){Be.point=ox}function ox(e,t){Be.point=lx,Gn(Ye=e,Xe=t)}function lx(e,t){var n=e-Ye,r=t-Xe,i=Ue(n*n+r*r);Gs+=i*(Ye+e)/2,zs+=i*(Xe+t)/2,yr+=i,Gn(Ye=e,Xe=t)}function Fh(){Be.point=Gn}function cx(){Be.point=hx}function ux(){Gh(Bh,Vh)}function hx(e,t){Be.point=Gh,Gn(Bh=Ye=e,Vh=Xe=t)}function Gh(e,t){var n=e-Ye,r=t-Xe,i=Ue(n*n+r*r);Gs+=i*(Ye+e)/2,zs+=i*(Xe+t)/2,yr+=i,i=Xe*e-Ye*t,el+=i*(Ye+e),nl+=i*(Xe+t),ui+=i*3,Gn(Ye=e,Xe=t)}const zh=Be;function jh(e){this._context=e}jh.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,Ee);break}}},result:Te};var rl=new In,il,Wh,qh,hi,di,js={point:Te,lineStart:function(){js.point=dx},lineEnd:function(){il&&Yh(Wh,qh),js.point=Te},polygonStart:function(){il=!0},polygonEnd:function(){il=null},result:function(){var e=+rl;return rl=new In,e}};function dx(e,t){js.point=Yh,Wh=hi=e,qh=di=t}function Yh(e,t){hi-=e,di-=t,rl.add(Ue(hi*hi+di*di)),hi=e,di=t}const Xh=js;let Zh,Ws,Kh,Qh;class Jh{constructor(t){this._append=t==null?td:fx(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!==Kh||this._append!==Ws){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`,Kh=r,Ws=this._append,Qh=this._,this._=i}this._+=Qh;break}}}result(){const t=this._;return this._="",t.length?t:null}}function td(e){let t=1;this._+=e[0];for(const n=e.length;t<n;++t)this._+=arguments[t]+e[t]}function fx(e){const t=Math.floor(e);if(!(t>=0))throw new RangeError(`invalid digits: ${e}`);if(t>15)return td;if(t!==Zh){const n=10**t;Zh=t,Ws=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 Ws}function px(e,t){let n=3,r=4.5,i,s;function a(o){return o&&(typeof r=="function"&&s.pointRadius(+r.apply(this,arguments)),gr(o,i(s))),s.result()}return a.area=function(o){return gr(o,i(Uh)),Uh.result()},a.measure=function(o){return gr(o,i(Xh)),Xh.result()},a.bounds=function(o){return gr(o,i(Fs)),Fs.result()},a.centroid=function(o){return gr(o,i(zh)),zh.result()},a.projection=function(o){return arguments.length?(i=o==null?(e=null,Yo):(e=o).stream,a):e},a.context=function(o){return arguments.length?(s=o==null?(t=null,new Jh(n)):new jh(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 Jh(n)),a},a.projection(e).digits(n).context(t)}function sl(e){return function(t){var n=new al;for(var r in e)n[r]=e[r];return n.stream=t,n}}function al(){}al.prototype={constructor:al,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 ol(e,t,n){var r=e.clipExtent&&e.clipExtent();return e.scale(150).translate([0,0]),r!=null&&e.clipExtent(null),gr(n,e.stream(Fs)),t(Fs.result()),r!=null&&e.clipExtent(r),e}function ed(e,t,n){return ol(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 gx(e,t,n){return ed(e,[[0,0],t],n)}function mx(e,t,n){return ol(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 ol(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 nd=16,yx=Mt(30*Ft);function rd(e,t){return+t?xx(e,t):bx(e)}function bx(e){return sl({point:function(t,n){t=e(t,n),this.stream.point(t[0],t[1])}})}function xx(e,t){function n(r,i,s,a,o,l,c,u,h,d,f,p,m,g){var v=c-r,b=u-i,w=v*v+b*b;if(w>4*t&&m--){var O=a+d,E=o+f,T=l+p,S=Ue(O*O+E*E+T*T),$=ln(T/=S),k=Ot(Ot(T)-1)<St||Ot(s-h)<St?(s+h)/2:Fn(E,O),L=e(k,$),M=L[0],V=L[1],x=M-r,C=V-i,y=b*x-v*C;(y*y/w>t||Ot((v*x+b*C)/w-.5)>.3||a*d+o*f+l*p<yx)&&(n(r,i,s,a,o,l,M,V,k,O/=S,E/=S,T,m,g),g.point(M,V),n(M,V,k,O,E,T,c,u,h,d,f,p,m,g))}}return function(r){var i,s,a,o,l,c,u,h,d,f,p,m,g={point:v,lineStart:b,lineEnd:O,polygonStart:function(){r.polygonStart(),g.lineStart=E},polygonEnd:function(){r.polygonEnd(),g.lineStart=b}};function v($,k){$=e($,k),r.point($[0],$[1])}function b(){h=NaN,g.point=w,r.lineStart()}function w($,k){var L=mr([$,k]),M=e($,k);n(h,d,u,f,p,m,h=M[0],d=M[1],u=$,f=L[0],p=L[1],m=L[2],nd,r),r.point(h,d)}function O(){g.point=v,r.lineEnd()}function E(){b(),g.point=T,g.lineEnd=S}function T($,k){w(i=$,k),s=h,a=d,o=f,l=p,c=m,g.point=w}function S(){n(h,d,u,f,p,m,s,a,i,o,l,c,nd,r),g.lineEnd=O,O()}return g}}var wx=sl({point:function(e,t){this.stream.point(e*Ft,t*Ft)}});function _x(e){return sl({point:function(t,n){var r=e(t,n);return this.stream.point(r[0],r[1])}})}function Ex(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 id(e,t,n,r,i,s){if(!s)return Ex(e,t,n,r,i);var a=Mt(s),o=Et(s),l=a*e,c=o*e,u=a/e,h=o/e,d=(o*n-a*t)/e,f=(o*t+a*n)/e;function p(m,g){return m*=r,g*=i,[l*m-c*g+t,n-c*m-l*g]}return p.invert=function(m,g){return[r*(u*m-h*g+d),i*(f-h*m-u*g)]},p}function qs(e){return sd(function(){return e})()}function sd(e){var t,n=150,r=480,i=250,s=0,a=0,o=0,l=0,c=0,u,h=0,d=1,f=1,p=null,m=Rh,g=null,v,b,w,O=Yo,E=.5,T,S,$,k,L;function M(y){return $(y[0]*Ft,y[1]*Ft)}function V(y){return y=$.invert(y[0],y[1]),y&&[y[0]*ce,y[1]*ce]}M.stream=function(y){return k&&L===y?k:k=wx(_x(u)(m(T(O(L=y)))))},M.preclip=function(y){return arguments.length?(m=y,p=void 0,C()):m},M.postclip=function(y){return arguments.length?(O=y,g=v=b=w=null,C()):O},M.clipAngle=function(y){return arguments.length?(m=+y?Jb(p=y*Ft):(p=null,Rh),C()):p*ce},M.clipExtent=function(y){return arguments.length?(O=y==null?(g=v=b=w=null,Yo):ex(g=+y[0][0],v=+y[0][1],b=+y[1][0],w=+y[1][1]),C()):g==null?null:[[g,v],[b,w]]},M.scale=function(y){return arguments.length?(n=+y,x()):n},M.translate=function(y){return arguments.length?(r=+y[0],i=+y[1],x()):[r,i]},M.center=function(y){return arguments.length?(s=y[0]%360*Ft,a=y[1]%360*Ft,x()):[s*ce,a*ce]},M.rotate=function(y){return arguments.length?(o=y[0]%360*Ft,l=y[1]%360*Ft,c=y.length>2?y[2]%360*Ft:0,x()):[o*ce,l*ce,c*ce]},M.angle=function(y){return arguments.length?(h=y%360*Ft,x()):h*ce},M.reflectX=function(y){return arguments.length?(d=y?-1:1,x()):d<0},M.reflectY=function(y){return arguments.length?(f=y?-1:1,x()):f<0},M.precision=function(y){return arguments.length?(T=rd(S,E=y*y),C()):Ue(E)},M.fitExtent=function(y,R){return ed(M,y,R)},M.fitSize=function(y,R){return gx(M,y,R)},M.fitWidth=function(y,R){return mx(M,y,R)},M.fitHeight=function(y,R){return vx(M,y,R)};function x(){var y=id(n,0,0,d,f,h).apply(null,t(s,a)),R=id(n,r-y[0],i-y[1],d,f,h);return u=Oh(o,l,c),S=jo(t,R),$=jo(u,S),T=rd(S,E),C()}function C(){return k=L=null,M}return function(){return t=e.apply(this,arguments),M.invert=t.invert&&V,x()}}function ad(e){var t=0,n=pt/3,r=sd(e),i=r(t,n);return i.parallels=function(s){return arguments.length?r(t=s[0]*Ft,n=s[1]*Ft):[t*ce,n*ce]},i}function Sx(e){var t=Mt(e);function n(r,i){return[r*t,Et(i)/t]}return n.invert=function(r,i){return[r/t,ln(i*t)]},n}function Ox(e,t){var n=Et(e),r=(n+Et(t))/2;if(Ot(r)<St)return Sx(e);var i=1+n*(2*r-n),s=Ue(i)/r;function a(o,l){var c=Ue(i-2*r*Et(l))/r;return[c*Et(o*=r),s-c*Mt(o)]}return a.invert=function(o,l){var c=s-l,u=Fn(o,Ot(c))*On(c);return c*r<0&&(u-=pt*On(o)*On(c)),[u/r,ln((i-(o*o+c*c)*r*r)/(2*r))]},a}function od(){return ad(Ox).scale(155.424).center([0,33.6442])}function Tx(){return od().parallels([29.5,45.5]).scale(1070).translate([480,250]).rotate([96,0]).center([-.6,38.7])}function ll(e,t){return[e,Fb(Gb((ge+t)/2))]}ll.invert=function(e,t){return[e,2*wh(Hb(t))-ge]};function Mx(){return Cx(ll).scale(961/Ee)}function Cx(e){var t=qs(e),n=t.center,r=t.scale,i=t.translate,s=t.clipExtent,a=null,o,l,c;t.scale=function(h){return arguments.length?(r(h),u()):r()},t.translate=function(h){return arguments.length?(i(h),u()):i()},t.center=function(h){return arguments.length?(n(h),u()):n()},t.clipExtent=function(h){return arguments.length?(h==null?a=o=l=c=null:(a=+h[0][0],o=+h[0][1],l=+h[1][0],c=+h[1][1]),u()):a==null?null:[[a,o],[l,c]]};function u(){var h=pt*r(),d=t(jb(t.rotate()).invert([0,0]));return s(a==null?[[d[0]-h,d[1]-h],[d[0]+h,d[1]+h]]:e===ll?[[Math.max(d[0]-h,a),o],[Math.min(d[0]+h,l),c]]:[[a,Math.max(d[1]-h,o)],[l,Math.min(d[1]+h,c)]])}return u()}function Ys(e,t){return[e,t]}Ys.invert=Ys;function Ax(){return qs(Ys).scale(152.63)}function $x(e,t){var n=Mt(e),r=e===t?Et(e):(n-Mt(t))/(t-e),i=n/r+e;if(Ot(r)<St)return Ys;function s(a,o){var l=i-o,c=r*a;return[l*Et(c),i-l*Mt(c)]}return s.invert=function(a,o){var l=i-o,c=Fn(a,Ot(l))*On(l);return l*r<0&&(c-=pt*On(a)*On(l)),[c/r,i-On(r)*Ue(a*a+l*l)]},s}function Lx(){return ad($x).scale(131.154).center([0,13.9389])}var fi=1.340264,pi=-.081106,gi=893e-6,mi=.003796,Xs=Ue(3)/2,Dx=12;function ld(e,t){var n=ln(Xs*Et(t)),r=n*n,i=r*r*r;return[e*Mt(n)/(Xs*(fi+3*pi*r+i*(7*gi+9*mi*r))),n*(fi+pi*r+i*(gi+mi*r))]}ld.invert=function(e,t){for(var n=t,r=n*n,i=r*r*r,s=0,a,o,l;s<Dx&&(o=n*(fi+pi*r+i*(gi+mi*r))-t,l=fi+3*pi*r+i*(7*gi+9*mi*r),n-=a=o/l,r=n*n,i=r*r*r,!(Ot(a)<bh));++s);return[Xs*e*(fi+3*pi*r+i*(7*gi+9*mi*r))/Mt(n),ln(Et(n)/Xs)]};function kx(){return qs(ld).scale(177.158)}function cd(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)))]}cd.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(Ot(i)>St&&--r>0);return[e/(.8707+(s=n*n)*(-.131979+s*(-.013791+s*s*s*(.003971-.001529*s)))),n]};function Rx(){return qs(cd).scale(175.295)}function Ix(e,t){return e.parent===t.parent?1:2}function Px(e){return e.reduce(Nx,0)/e.length}function Nx(e,t){return e+t.x}function Ux(e){return 1+e.reduce(Bx,0)}function Bx(e,t){return Math.max(e,t.y)}function Vx(e){for(var t;t=e.children;)e=t[0];return e}function Hx(e){for(var t;t=e.children;)e=t[t.length-1];return e}function Fx(){var e=Ix,t=1,n=1,r=!1;function i(s){var a,o=0;s.eachAfter(function(d){var f=d.children;f?(d.x=Px(f),d.y=Ux(f)):(d.x=a?o+=e(d,a):0,d.y=0,a=d)});var l=Vx(s),c=Hx(s),u=l.x-e(l,c)/2,h=c.x+e(c,l)/2;return s.eachAfter(r?function(d){d.x=(d.x-s.x)*t,d.y=(s.y-d.y)*n}:function(d){d.x=(d.x-u)/(h-u)*t,d.y=(1-(s.y?d.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 Gx(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 zx(){return this.eachAfter(Gx)}function jx(e,t){let n=-1;for(const r of this)e.call(t,r,++n,this);return this}function Wx(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 qx(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 Yx(e,t){let n=-1;for(const r of this)if(e.call(t,r,++n,this))return r}function Xx(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 Zx(e){return this.eachBefore(function(t){t.children&&t.children.sort(e)})}function Kx(e){for(var t=this,n=Qx(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 Qx(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 Jx(){for(var e=this,t=[e];e=e.parent;)t.push(e);return t}function tw(){return Array.from(this)}function ew(){var e=[];return this.eachBefore(function(t){t.children||e.push(t)}),e}function nw(){var e=this,t=[];return e.each(function(n){n!==e&&t.push({source:n.parent,target:n})}),t}function*rw(){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 vi(e,t){e instanceof Map?(e=[void 0,e],t===void 0&&(t=aw)):t===void 0&&(t=sw);for(var n=new yi(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 yi(a[o])),s.parent=r,s.depth=r.depth+1;return n.eachBefore(lw)}function iw(){return vi(this).eachBefore(ow)}function sw(e){return e.children}function aw(e){return Array.isArray(e)?e[1]:null}function ow(e){e.data.value!==void 0&&(e.value=e.data.value),e.data=e.data.data}function lw(e){var t=0;do e.height=t;while((e=e.parent)&&e.height<++t)}function yi(e){this.data=e,this.depth=this.height=0,this.parent=null}yi.prototype=vi.prototype={constructor:yi,count:zx,each:jx,eachAfter:qx,eachBefore:Wx,find:Yx,sum:Xx,sort:Zx,path:Kx,ancestors:Jx,descendants:tw,leaves:ew,links:nw,copy:iw,[Symbol.iterator]:rw};function cw(e){return e==null?null:ud(e)}function ud(e){if(typeof e!="function")throw new Error;return e}function zn(){return 0}function br(e){return function(){return e}}const uw=1664525,hw=1013904223,hd=4294967296;function dw(){let e=1;return()=>(e=(uw*e+hw)%hd)/hd}function fw(e){return typeof e=="object"&&"length"in e?e:Array.from(e)}function pw(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 gw(e,t){for(var n=0,r=(e=pw(Array.from(e),t)).length,i=[],s,a;n<r;)s=e[n],a&&dd(a,s)?++n:(a=vw(i=mw(i,s)),n=0);return a}function mw(e,t){var n,r;if(cl(t,e))return[t];for(n=0;n<e.length;++n)if(Zs(t,e[n])&&cl(bi(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(Zs(bi(e[n],e[r]),t)&&Zs(bi(e[n],t),e[r])&&Zs(bi(e[r],t),e[n])&&cl(fd(e[n],e[r],t),e))return[e[n],e[r],t];throw new Error}function Zs(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 dd(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 cl(e,t){for(var n=0;n<t.length;++n)if(!dd(e,t[n]))return!1;return!0}function vw(e){switch(e.length){case 1:return yw(e[0]);case 2:return bi(e[0],e[1]);case 3:return fd(e[0],e[1],e[2])}}function yw(e){return{x:e.x,y:e.y,r:e.r}}function bi(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,h=Math.sqrt(l*l+c*c);return{x:(n+s+l/h*u)/2,y:(r+a+c/h*u)/2,r:(h+i+o)/2}}function fd(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,h=n.r,d=r-a,f=r-c,p=i-o,m=i-u,g=l-s,v=h-s,b=r*r+i*i-s*s,w=b-a*a-o*o+l*l,O=b-c*c-u*u+h*h,E=f*p-d*m,T=(p*O-m*w)/(E*2)-r,S=(m*g-p*v)/E,$=(f*w-d*O)/(E*2)-i,k=(d*v-f*g)/E,L=S*S+k*k-1,M=2*(s+T*S+$*k),V=T*T+$*$-s*s,x=-(Math.abs(L)>1e-6?(M+Math.sqrt(M*M-4*L*V))/(2*L):V/M);return{x:r+T+S*x,y:i+$+k*x,r:x}}function pd(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 gd(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 md(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 Ks(e){this._=e,this.next=null,this.previous=null}function bw(e,t){if(!(s=(e=fw(e)).length))return 0;var n,r,i,s,a,o,l,c,u,h,d;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;pd(r,n,i=e[2]),n=new Ks(n),r=new Ks(r),i=new Ks(i),n.next=i.previous=r,r.next=n.previous=i,i.next=r.previous=n;t:for(l=3;l<s;++l){pd(n._,r._,i=e[l]),i=new Ks(i),c=r.next,u=n.previous,h=r._.r,d=n._.r;do if(h<=d){if(gd(c._,i._)){r=c,n.next=r,r.previous=n,--l;continue t}h+=c._.r,c=c.next}else{if(gd(u._,i._)){n=u,n.next=r,r.previous=n,--l;continue t}d+=u._.r,u=u.previous}while(c!==u.next);for(i.previous=n,i.next=r,n.next=r.previous=r=i,a=md(n);(i=i.next)!==r;)(o=md(i))<a&&(n=i,a=o);r=n.next}for(n=[r._],i=r;(i=i.next)!==r;)n.push(i._);for(i=gw(n,t),l=0;l<s;++l)n=e[l],n.x-=i.x,n.y-=i.y;return i.r}function xw(e){return Math.sqrt(e.value)}function ww(){var e=null,t=1,n=1,r=zn;function i(s){const a=dw();return s.x=t/2,s.y=n/2,e?s.eachBefore(vd(e)).eachAfter(ul(r,.5,a)).eachBefore(yd(1)):s.eachBefore(vd(xw)).eachAfter(ul(zn,1,a)).eachAfter(ul(r,s.r/Math.min(t,n),a)).eachBefore(yd(Math.min(t,n)/(2*s.r))),s}return i.radius=function(s){return arguments.length?(e=cw(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:br(+s),i):r},i}function vd(e){return function(t){t.children||(t.r=Math.max(0,+e(t)||0))}}function ul(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=bw(i,n),o)for(s=0;s<a;++s)i[s].r-=o;r.r=l+o}}}function yd(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 _w(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 Ew(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 Sw(e,t){return e.parent===t.parent?1:2}function hl(e){var t=e.children;return t?t[0]:e.t}function dl(e){var t=e.children;return t?t[t.length-1]:e.t}function Ow(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 Tw(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 Mw(e,t,n){return e.a.parent===t.parent?e.a:n}function Qs(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}Qs.prototype=Object.create(yi.prototype);function Cw(e){for(var t=new Qs(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 Qs(s[a],a)),i.parent=n;return(t.parent=new Qs(null,0)).children=[t],t}function Aw(){var e=Sw,t=1,n=1,r=null;function i(c){var u=Cw(c);if(u.eachAfter(s),u.parent.m=-u.z,u.eachBefore(a),r)c.eachBefore(l);else{var h=c,d=c,f=c;c.eachBefore(function(b){b.x<h.x&&(h=b),b.x>d.x&&(d=b),b.depth>f.depth&&(f=b)});var p=h===d?1:e(h,d)/2,m=p-h.x,g=t/(d.x+p+m),v=n/(f.depth||1);c.eachBefore(function(b){b.x=(b.x+m)*g,b.y=b.depth*v})}return c}function s(c){var u=c.children,h=c.parent.children,d=c.i?h[c.i-1]:null;if(u){Tw(c);var f=(u[0].z+u[u.length-1].z)/2;d?(c.z=d.z+e(c._,d._),c.m=c.z-f):c.z=f}else d&&(c.z=d.z+e(c._,d._));c.parent.A=o(c,d,c.parent.A||h[0])}function a(c){c._.x=c.z+c.parent.m,c.m+=c.parent.m}function o(c,u,h){if(u){for(var d=c,f=c,p=u,m=d.parent.children[0],g=d.m,v=f.m,b=p.m,w=m.m,O;p=dl(p),d=hl(d),p&&d;)m=hl(m),f=dl(f),f.a=c,O=p.z+b-d.z-g+e(p._,d._),O>0&&(Ow(Mw(p,c,h),c,O),g+=O,v+=O),b+=p.m,g+=d.m,w+=m.m,v+=f.m;p&&!dl(f)&&(f.t=p,f.m+=b-v),d&&!hl(m)&&(m.t=d,m.m+=g-w,h=c)}return h}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 $w(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 Lw=(1+Math.sqrt(5))/2;function Dw(e,t,n,r,i,s){for(var a=[],o=t.children,l,c,u=0,h=0,d=o.length,f,p,m=t.value,g,v,b,w,O,E,T;u<d;){f=i-n,p=s-r;do g=o[h++].value;while(!g&&h<d);for(v=b=g,E=Math.max(p/f,f/p)/(m*e),T=g*g*E,O=Math.max(b/T,T/v);h<d;++h){if(g+=c=o[h].value,c<v&&(v=c),c>b&&(b=c),T=g*g*E,w=Math.max(b/T,T/v),w>O){g-=c;break}O=w}a.push(l={value:g,dice:f<p,children:o.slice(u,h)}),l.dice?Ew(l,n,r,i,m?r+=p*g/m:s):$w(l,n,r,m?n+=f*g/m:i,s),m-=g,u=h}return a}const kw=function e(t){function n(r,i,s,a,o){Dw(t,r,i,s,a,o)}return n.ratio=function(r){return e((r=+r)>1?r:1)},n}(Lw);function Rw(){var e=kw,t=!1,n=1,r=1,i=[0],s=zn,a=zn,o=zn,l=zn,c=zn;function u(d){return d.x0=d.y0=0,d.x1=n,d.y1=r,d.eachBefore(h),i=[0],t&&d.eachBefore(_w),d}function h(d){var f=i[d.depth],p=d.x0+f,m=d.y0+f,g=d.x1-f,v=d.y1-f;g<p&&(p=g=(p+g)/2),v<m&&(m=v=(m+v)/2),d.x0=p,d.y0=m,d.x1=g,d.y1=v,d.children&&(f=i[d.depth+1]=s(d)/2,p+=c(d)-f,m+=a(d)-f,g-=o(d)-f,v-=l(d)-f,g<p&&(p=g=(p+g)/2),v<m&&(m=v=(m+v)/2),e(d,p,m,g,v))}return u.round=function(d){return arguments.length?(t=!!d,u):t},u.size=function(d){return arguments.length?(n=+d[0],r=+d[1],u):[n,r]},u.tile=function(d){return arguments.length?(e=ud(d),u):e},u.padding=function(d){return arguments.length?u.paddingInner(d).paddingOuter(d):u.paddingInner()},u.paddingInner=function(d){return arguments.length?(s=typeof d=="function"?d:br(+d),u):s},u.paddingOuter=function(d){return arguments.length?u.paddingTop(d).paddingRight(d).paddingBottom(d).paddingLeft(d):u.paddingTop()},u.paddingTop=function(d){return arguments.length?(a=typeof d=="function"?d:br(+d),u):a},u.paddingRight=function(d){return arguments.length?(o=typeof d=="function"?d:br(+d),u):o},u.paddingBottom=function(d){return arguments.length?(l=typeof d=="function"?d:br(+d),u):l},u.paddingLeft=function(d){return arguments.length?(c=typeof d=="function"?d:br(+d),u):c},u}function xr(e,t){switch(arguments.length){case 0:break;case 1:this.range(e);break;default:this.range(t).domain(e);break}return this}const bd=Symbol("implicit");function Js(){var e=new lu,t=[],n=[],r=bd;function i(s){let a=e.get(s);if(a===void 0){if(r!==bd)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 lu;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 Js(t,n).unknown(r)},xr.apply(i,arguments),i}function xi(){var e=Js().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 h(){var d=t().length,f=i<r,p=f?i:r,m=f?r:i;s=(m-p)/Math.max(1,d-l+c*2),o&&(s=Math.floor(s)),p+=(m-p-s*(d-l))*u,a=s*(1-l),o&&(p=Math.round(p),a=Math.round(a));var g=Gv(d).map(function(v){return p+s*v});return n(f?g.reverse():g)}return e.domain=function(d){return arguments.length?(t(d),h()):t()},e.range=function(d){return arguments.length?([r,i]=d,r=+r,i=+i,h()):[r,i]},e.rangeRound=function(d){return[r,i]=d,r=+r,i=+i,o=!0,h()},e.bandwidth=function(){return a},e.step=function(){return s},e.round=function(d){return arguments.length?(o=!!d,h()):o},e.padding=function(d){return arguments.length?(l=Math.min(1,c=+d),h()):l},e.paddingInner=function(d){return arguments.length?(l=Math.min(1,d),h()):l},e.paddingOuter=function(d){return arguments.length?(c=+d,h()):c},e.align=function(d){return arguments.length?(u=Math.max(0,Math.min(1,d)),h()):u},e.copy=function(){return xi(t(),[r,i]).round(o).paddingInner(l).paddingOuter(c).align(u)},xr.apply(h(),arguments)}function Iw(e){return function(){return e}}function Pw(e){return+e}var xd=[0,1];function wr(e){return e}function fl(e,t){return(t-=e=+e)?function(n){return(n-e)/t}:Iw(isNaN(t)?NaN:.5)}function Nw(e,t){var n;return e>t&&(n=e,e=t,t=n),function(r){return Math.max(e,Math.min(t,r))}}function Uw(e,t,n){var r=e[0],i=e[1],s=t[0],a=t[1];return i<r?(r=fl(i,r),s=n(a,s)):(r=fl(r,i),s=n(s,a)),function(o){return s(r(o))}}function Bw(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]=fl(e[a],e[a+1]),s[a]=n(t[a],t[a+1]);return function(o){var l=ro(e,o,1,r)-1;return s[l](i[l](o))}}function pl(e,t){return t.domain(e.domain()).range(e.range()).interpolate(e.interpolate()).clamp(e.clamp()).unknown(e.unknown())}function wd(){var e=xd,t=xd,n=ei,r,i,s,a=wr,o,l,c;function u(){var d=Math.min(e.length,t.length);return a!==wr&&(a=Nw(e[0],e[d-1])),o=d>2?Bw:Uw,l=c=null,h}function h(d){return d==null||isNaN(d=+d)?s:(l||(l=o(e.map(r),t,n)))(r(a(d)))}return h.invert=function(d){return a(i((c||(c=o(t,e.map(r),_e)))(d)))},h.domain=function(d){return arguments.length?(e=Array.from(d,Pw),u()):e.slice()},h.range=function(d){return arguments.length?(t=Array.from(d),u()):t.slice()},h.rangeRound=function(d){return t=Array.from(d),n=Hu,u()},h.clamp=function(d){return arguments.length?(a=d?!0:wr,u()):a!==wr},h.interpolate=function(d){return arguments.length?(n=d,u()):n},h.unknown=function(d){return arguments.length?(s=d,h):s},function(d,f){return r=d,i=f,u()}}function _d(){return wd()(wr,wr)}function Vw(e,t,n,r){var i=so(e,t,n),s;switch(r=ai(r??",f"),r.type){case"s":{var a=Math.max(Math.abs(e),Math.abs(t));return r.precision==null&&!isNaN(s=Bb(i,a))&&(r.precision=s),yh(r,a)}case"":case"e":case"g":case"p":case"r":{r.precision==null&&!isNaN(s=Vb(i,Math.max(Math.abs(e),Math.abs(t))))&&(r.precision=s-(r.type==="e"));break}case"f":case"%":{r.precision==null&&!isNaN(s=Ub(i))&&(r.precision=s-(r.type==="%")*2);break}}return Vo(r)}function Ed(e){var t=e.domain;return e.ticks=function(n){var r=t();return cs(r[0],r[r.length-1],n??10)},e.tickFormat=function(n,r){var i=t();return Vw(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=lr(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 Ve(){var e=_d();return e.copy=function(){return pl(e,Ve())},xr.apply(e,arguments),Ed(e)}function Sd(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 Od(e){return Math.log(e)}function Td(e){return Math.exp(e)}function Hw(e){return-Math.log(-e)}function Fw(e){return-Math.exp(-e)}function Gw(e){return isFinite(e)?+("1e"+e):e<0?0:e}function zw(e){return e===10?Gw:e===Math.E?Math.exp:t=>Math.pow(e,t)}function jw(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 Md(e){return(t,n)=>-e(-t,n)}function Ww(e){const t=e(Od,Td),n=t.domain;let r=10,i,s;function a(){return i=jw(r),s=zw(r),n()[0]<0?(i=Md(i),s=Md(s),e(Hw,Fw)):e(Od,Td),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 h=u<c;h&&([c,u]=[u,c]);let d=i(c),f=i(u),p,m;const g=o==null?10:+o;let v=[];if(!(r%1)&&f-d<g){if(d=Math.floor(d),f=Math.ceil(f),c>0){for(;d<=f;++d)for(p=1;p<r;++p)if(m=d<0?p/s(-d):p*s(d),!(m<c)){if(m>u)break;v.push(m)}}else for(;d<=f;++d)for(p=r-1;p>=1;--p)if(m=d>0?p/s(-d):p*s(d),!(m<c)){if(m>u)break;v.push(m)}v.length*2<g&&(v=cs(c,u,g))}else v=cs(d,f,Math.min(f-d,g)).map(s);return h?v.reverse():v},t.tickFormat=(o,l)=>{if(o==null&&(o=10),l==null&&(l=r===10?"s":","),typeof l!="function"&&(!(r%1)&&(l=ai(l)).precision==null&&(l.trim=!0),l=Vo(l)),o===1/0)return l;const c=Math.max(1,r*o/t.ticks().length);return u=>{let h=u/s(Math.round(i(u)));return h*r<r-.5&&(h*=r),h<=c?l(u):""}},t.nice=()=>n(Sd(n(),{floor:o=>s(Math.floor(i(o))),ceil:o=>s(Math.ceil(i(o)))})),t}function Cd(){const e=Ww(wd()).domain([1,10]);return e.copy=()=>pl(e,Cd()).base(e.base()),xr.apply(e,arguments),e}function gl(){var e=0,t=1,n=1,r=[.5],i=[0,1],s;function a(l){return l!=null&&l<=l?i[ro(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 gl().domain([e,t]).range(i).unknown(s)},xr.apply(Ed(a),arguments)}const ml=new Date,vl=new Date;function qt(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=>qt(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)=>(ml.setTime(+s),vl.setTime(+a),e(ml),e(vl),Math.floor(n(ml,vl))),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 ta=qt(()=>{},(e,t)=>{e.setTime(+e+t)},(e,t)=>t-e);ta.every=e=>(e=Math.floor(e),!isFinite(e)||!(e>0)?null:e>1?qt(t=>{t.setTime(Math.floor(t/e)*e)},(t,n)=>{t.setTime(+t+n*e)},(t,n)=>(n-t)/e):ta),ta.range;const cn=1e3,Me=cn*60,un=Me*60,hn=un*24,yl=hn*7,Ad=hn*30,bl=hn*365,_r=qt(e=>{e.setTime(e-e.getMilliseconds())},(e,t)=>{e.setTime(+e+t*cn)},(e,t)=>(t-e)/cn,e=>e.getUTCSeconds());_r.range;const xl=qt(e=>{e.setTime(e-e.getMilliseconds()-e.getSeconds()*cn)},(e,t)=>{e.setTime(+e+t*Me)},(e,t)=>(t-e)/Me,e=>e.getMinutes());xl.range,qt(e=>{e.setUTCSeconds(0,0)},(e,t)=>{e.setTime(+e+t*Me)},(e,t)=>(t-e)/Me,e=>e.getUTCMinutes()).range;const wl=qt(e=>{e.setTime(e-e.getMilliseconds()-e.getSeconds()*cn-e.getMinutes()*Me)},(e,t)=>{e.setTime(+e+t*un)},(e,t)=>(t-e)/un,e=>e.getHours());wl.range,qt(e=>{e.setUTCMinutes(0,0,0)},(e,t)=>{e.setTime(+e+t*un)},(e,t)=>(t-e)/un,e=>e.getUTCHours()).range;const wi=qt(e=>e.setHours(0,0,0,0),(e,t)=>e.setDate(e.getDate()+t),(e,t)=>(t-e-(t.getTimezoneOffset()-e.getTimezoneOffset())*Me)/hn,e=>e.getDate()-1);wi.range;const _l=qt(e=>{e.setUTCHours(0,0,0,0)},(e,t)=>{e.setUTCDate(e.getUTCDate()+t)},(e,t)=>(t-e)/hn,e=>e.getUTCDate()-1);_l.range,qt(e=>{e.setUTCHours(0,0,0,0)},(e,t)=>{e.setUTCDate(e.getUTCDate()+t)},(e,t)=>(t-e)/hn,e=>Math.floor(e/hn)).range;function jn(e){return qt(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())*Me)/yl)}const ea=jn(0),na=jn(1),qw=jn(2),Yw=jn(3),Er=jn(4),Xw=jn(5),Zw=jn(6);ea.range,na.range,qw.range,Yw.range,Er.range,Xw.range,Zw.range;function Wn(e){return qt(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)/yl)}const $d=Wn(0),ra=Wn(1),Kw=Wn(2),Qw=Wn(3),Sr=Wn(4),Jw=Wn(5),t_=Wn(6);$d.range,ra.range,Kw.range,Qw.range,Sr.range,Jw.range,t_.range;const El=qt(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());El.range,qt(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 dn=qt(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());dn.every=e=>!isFinite(e=Math.floor(e))||!(e>0)?null:qt(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)}),dn.range;const qn=qt(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());qn.every=e=>!isFinite(e=Math.floor(e))||!(e>0)?null:qt(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)}),qn.range;function e_(e,t,n,r,i,s){const a=[[_r,1,cn],[_r,5,5*cn],[_r,15,15*cn],[_r,30,30*cn],[s,1,Me],[s,5,5*Me],[s,15,15*Me],[s,30,30*Me],[i,1,un],[i,3,3*un],[i,6,6*un],[i,12,12*un],[r,1,hn],[r,2,2*hn],[n,1,yl],[t,1,Ad],[t,3,3*Ad],[e,1,bl]];function o(c,u,h){const d=u<c;d&&([c,u]=[u,c]);const f=h&&typeof h.range=="function"?h:l(c,u,h),p=f?f.range(c,+u+1):[];return d?p.reverse():p}function l(c,u,h){const d=Math.abs(u-c)/h,f=no(([,,g])=>g).right(a,d);if(f===a.length)return e.every(so(c/bl,u/bl,h));if(f===0)return ta.every(Math.max(so(c,u,h),1));const[p,m]=a[d/a[f-1][2]<a[f][2]/d?f-1:f];return p.every(m)}return[o,l]}const[n_,r_]=e_(dn,El,ea,wi,wl,xl);function Sl(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 Ol(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 _i(e,t,n){return{y:e,m:t,d:n,H:0,M:0,S:0,L:0}}function i_(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=Ei(i),u=Si(i),h=Ei(s),d=Si(s),f=Ei(a),p=Si(a),m=Ei(o),g=Si(o),v=Ei(l),b=Si(l),w={a:I,A:B,b:U,B:z,c:null,d:Pd,e:Pd,f:M_,g:N_,G:B_,H:S_,I:O_,j:T_,L:Nd,m:C_,M:A_,p:j,q:G,Q:Gd,s:zd,S:$_,u:L_,U:D_,V:k_,w:R_,W:I_,x:null,X:null,y:P_,Y:U_,Z:V_,"%":Fd},O={a:et,A:q,b:Q,B:lt,c:null,d:Bd,e:Bd,f:z_,g:tE,G:nE,H:H_,I:F_,j:G_,L:Vd,m:j_,M:W_,p:rt,q:ot,Q:Gd,s:zd,S:q_,u:Y_,U:X_,V:Z_,w:K_,W:Q_,x:null,X:null,y:J_,Y:eE,Z:rE,"%":Fd},E={a:L,A:M,b:V,B:x,c:C,d:Rd,e:Rd,f:x_,g:kd,G:Dd,H:Id,I:Id,j:m_,L:b_,m:g_,M:v_,p:k,q:p_,Q:__,s:E_,S:y_,u:c_,U:u_,V:h_,w:l_,W:d_,x:y,X:R,y:kd,Y:Dd,Z:f_,"%":w_};w.x=T(n,w),w.X=T(r,w),w.c=T(t,w),O.x=T(n,O),O.X=T(r,O),O.c=T(t,O);function T(Y,X){return function(K){var F=[],wt=-1,yt=0,Ht=Y.length,zt,it,$t;for(K instanceof Date||(K=new Date(+K));++wt<Ht;)Y.charCodeAt(wt)===37&&(F.push(Y.slice(yt,wt)),(it=Ld[zt=Y.charAt(++wt)])!=null?zt=Y.charAt(++wt):it=zt==="e"?" ":"0",($t=X[zt])&&(zt=$t(K,it)),F.push(zt),yt=wt+1);return F.push(Y.slice(yt,wt)),F.join("")}}function S(Y,X){return function(K){var F=_i(1900,void 0,1),wt=$(F,Y,K+="",0),yt,Ht;if(wt!=K.length)return null;if("Q"in F)return new Date(F.Q);if("s"in F)return new Date(F.s*1e3+("L"in F?F.L:0));if(X&&!("Z"in F)&&(F.Z=0),"p"in F&&(F.H=F.H%12+F.p*12),F.m===void 0&&(F.m="q"in F?F.q:0),"V"in F){if(F.V<1||F.V>53)return null;"w"in F||(F.w=1),"Z"in F?(yt=Ol(_i(F.y,0,1)),Ht=yt.getUTCDay(),yt=Ht>4||Ht===0?ra.ceil(yt):ra(yt),yt=_l.offset(yt,(F.V-1)*7),F.y=yt.getUTCFullYear(),F.m=yt.getUTCMonth(),F.d=yt.getUTCDate()+(F.w+6)%7):(yt=Sl(_i(F.y,0,1)),Ht=yt.getDay(),yt=Ht>4||Ht===0?na.ceil(yt):na(yt),yt=wi.offset(yt,(F.V-1)*7),F.y=yt.getFullYear(),F.m=yt.getMonth(),F.d=yt.getDate()+(F.w+6)%7)}else("W"in F||"U"in F)&&("w"in F||(F.w="u"in F?F.u%7:"W"in F?1:0),Ht="Z"in F?Ol(_i(F.y,0,1)).getUTCDay():Sl(_i(F.y,0,1)).getDay(),F.m=0,F.d="W"in F?(F.w+6)%7+F.W*7-(Ht+5)%7:F.w+F.U*7-(Ht+6)%7);return"Z"in F?(F.H+=F.Z/100|0,F.M+=F.Z%100,Ol(F)):Sl(F)}}function $(Y,X,K,F){for(var wt=0,yt=X.length,Ht=K.length,zt,it;wt<yt;){if(F>=Ht)return-1;if(zt=X.charCodeAt(wt++),zt===37){if(zt=X.charAt(wt++),it=E[zt in Ld?X.charAt(wt++):zt],!it||(F=it(Y,K,F))<0)return-1}else if(zt!=K.charCodeAt(F++))return-1}return F}function k(Y,X,K){var F=c.exec(X.slice(K));return F?(Y.p=u.get(F[0].toLowerCase()),K+F[0].length):-1}function L(Y,X,K){var F=f.exec(X.slice(K));return F?(Y.w=p.get(F[0].toLowerCase()),K+F[0].length):-1}function M(Y,X,K){var F=h.exec(X.slice(K));return F?(Y.w=d.get(F[0].toLowerCase()),K+F[0].length):-1}function V(Y,X,K){var F=v.exec(X.slice(K));return F?(Y.m=b.get(F[0].toLowerCase()),K+F[0].length):-1}function x(Y,X,K){var F=m.exec(X.slice(K));return F?(Y.m=g.get(F[0].toLowerCase()),K+F[0].length):-1}function C(Y,X,K){return $(Y,t,X,K)}function y(Y,X,K){return $(Y,n,X,K)}function R(Y,X,K){return $(Y,r,X,K)}function I(Y){return a[Y.getDay()]}function B(Y){return s[Y.getDay()]}function U(Y){return l[Y.getMonth()]}function z(Y){return o[Y.getMonth()]}function j(Y){return i[+(Y.getHours()>=12)]}function G(Y){return 1+~~(Y.getMonth()/3)}function et(Y){return a[Y.getUTCDay()]}function q(Y){return s[Y.getUTCDay()]}function Q(Y){return l[Y.getUTCMonth()]}function lt(Y){return o[Y.getUTCMonth()]}function rt(Y){return i[+(Y.getUTCHours()>=12)]}function ot(Y){return 1+~~(Y.getUTCMonth()/3)}return{format:function(Y){var X=T(Y+="",w);return X.toString=function(){return Y},X},parse:function(Y){var X=S(Y+="",!1);return X.toString=function(){return Y},X},utcFormat:function(Y){var X=T(Y+="",O);return X.toString=function(){return Y},X},utcParse:function(Y){var X=S(Y+="",!0);return X.toString=function(){return Y},X}}}var Ld={"-":"",_:" ",0:"0"},Qt=/^\s*\d+/,s_=/^%/,a_=/[\\^$*+?|[\]().{}]/g;function bt(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 o_(e){return e.replace(a_,"\\$&")}function Ei(e){return new RegExp("^(?:"+e.map(o_).join("|")+")","i")}function Si(e){return new Map(e.map((t,n)=>[t.toLowerCase(),n]))}function l_(e,t,n){var r=Qt.exec(t.slice(n,n+1));return r?(e.w=+r[0],n+r[0].length):-1}function c_(e,t,n){var r=Qt.exec(t.slice(n,n+1));return r?(e.u=+r[0],n+r[0].length):-1}function u_(e,t,n){var r=Qt.exec(t.slice(n,n+2));return r?(e.U=+r[0],n+r[0].length):-1}function h_(e,t,n){var r=Qt.exec(t.slice(n,n+2));return r?(e.V=+r[0],n+r[0].length):-1}function d_(e,t,n){var r=Qt.exec(t.slice(n,n+2));return r?(e.W=+r[0],n+r[0].length):-1}function Dd(e,t,n){var r=Qt.exec(t.slice(n,n+4));return r?(e.y=+r[0],n+r[0].length):-1}function kd(e,t,n){var r=Qt.exec(t.slice(n,n+2));return r?(e.y=+r[0]+(+r[0]>68?1900:2e3),n+r[0].length):-1}function f_(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 p_(e,t,n){var r=Qt.exec(t.slice(n,n+1));return r?(e.q=r[0]*3-3,n+r[0].length):-1}function g_(e,t,n){var r=Qt.exec(t.slice(n,n+2));return r?(e.m=r[0]-1,n+r[0].length):-1}function Rd(e,t,n){var r=Qt.exec(t.slice(n,n+2));return r?(e.d=+r[0],n+r[0].length):-1}function m_(e,t,n){var r=Qt.exec(t.slice(n,n+3));return r?(e.m=0,e.d=+r[0],n+r[0].length):-1}function Id(e,t,n){var r=Qt.exec(t.slice(n,n+2));return r?(e.H=+r[0],n+r[0].length):-1}function v_(e,t,n){var r=Qt.exec(t.slice(n,n+2));return r?(e.M=+r[0],n+r[0].length):-1}function y_(e,t,n){var r=Qt.exec(t.slice(n,n+2));return r?(e.S=+r[0],n+r[0].length):-1}function b_(e,t,n){var r=Qt.exec(t.slice(n,n+3));return r?(e.L=+r[0],n+r[0].length):-1}function x_(e,t,n){var r=Qt.exec(t.slice(n,n+6));return r?(e.L=Math.floor(r[0]/1e3),n+r[0].length):-1}function w_(e,t,n){var r=s_.exec(t.slice(n,n+1));return r?n+r[0].length:-1}function __(e,t,n){var r=Qt.exec(t.slice(n));return r?(e.Q=+r[0],n+r[0].length):-1}function E_(e,t,n){var r=Qt.exec(t.slice(n));return r?(e.s=+r[0],n+r[0].length):-1}function Pd(e,t){return bt(e.getDate(),t,2)}function S_(e,t){return bt(e.getHours(),t,2)}function O_(e,t){return bt(e.getHours()%12||12,t,2)}function T_(e,t){return bt(1+wi.count(dn(e),e),t,3)}function Nd(e,t){return bt(e.getMilliseconds(),t,3)}function M_(e,t){return Nd(e,t)+"000"}function C_(e,t){return bt(e.getMonth()+1,t,2)}function A_(e,t){return bt(e.getMinutes(),t,2)}function $_(e,t){return bt(e.getSeconds(),t,2)}function L_(e){var t=e.getDay();return t===0?7:t}function D_(e,t){return bt(ea.count(dn(e)-1,e),t,2)}function Ud(e){var t=e.getDay();return t>=4||t===0?Er(e):Er.ceil(e)}function k_(e,t){return e=Ud(e),bt(Er.count(dn(e),e)+(dn(e).getDay()===4),t,2)}function R_(e){return e.getDay()}function I_(e,t){return bt(na.count(dn(e)-1,e),t,2)}function P_(e,t){return bt(e.getFullYear()%100,t,2)}function N_(e,t){return e=Ud(e),bt(e.getFullYear()%100,t,2)}function U_(e,t){return bt(e.getFullYear()%1e4,t,4)}function B_(e,t){var n=e.getDay();return e=n>=4||n===0?Er(e):Er.ceil(e),bt(e.getFullYear()%1e4,t,4)}function V_(e){var t=e.getTimezoneOffset();return(t>0?"-":(t*=-1,"+"))+bt(t/60|0,"0",2)+bt(t%60,"0",2)}function Bd(e,t){return bt(e.getUTCDate(),t,2)}function H_(e,t){return bt(e.getUTCHours(),t,2)}function F_(e,t){return bt(e.getUTCHours()%12||12,t,2)}function G_(e,t){return bt(1+_l.count(qn(e),e),t,3)}function Vd(e,t){return bt(e.getUTCMilliseconds(),t,3)}function z_(e,t){return Vd(e,t)+"000"}function j_(e,t){return bt(e.getUTCMonth()+1,t,2)}function W_(e,t){return bt(e.getUTCMinutes(),t,2)}function q_(e,t){return bt(e.getUTCSeconds(),t,2)}function Y_(e){var t=e.getUTCDay();return t===0?7:t}function X_(e,t){return bt($d.count(qn(e)-1,e),t,2)}function Hd(e){var t=e.getUTCDay();return t>=4||t===0?Sr(e):Sr.ceil(e)}function Z_(e,t){return e=Hd(e),bt(Sr.count(qn(e),e)+(qn(e).getUTCDay()===4),t,2)}function K_(e){return e.getUTCDay()}function Q_(e,t){return bt(ra.count(qn(e)-1,e),t,2)}function J_(e,t){return bt(e.getUTCFullYear()%100,t,2)}function tE(e,t){return e=Hd(e),bt(e.getUTCFullYear()%100,t,2)}function eE(e,t){return bt(e.getUTCFullYear()%1e4,t,4)}function nE(e,t){var n=e.getUTCDay();return e=n>=4||n===0?Sr(e):Sr.ceil(e),bt(e.getUTCFullYear()%1e4,t,4)}function rE(){return"+0000"}function Fd(){return"%"}function Gd(e){return+e}function zd(e){return Math.floor(+e/1e3)}var Or,jd;iE({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 iE(e){return Or=i_(e),jd=Or.format,Or.parse,Or.utcFormat,Or.utcParse,Or}function sE(e){return new Date(e)}function aE(e){return e instanceof Date?+e:+new Date(+e)}function Wd(e,t,n,r,i,s,a,o,l,c){var u=_d(),h=u.invert,d=u.domain,f=c(".%L"),p=c(":%S"),m=c("%I:%M"),g=c("%I %p"),v=c("%a %d"),b=c("%b %d"),w=c("%B"),O=c("%Y");function E(T){return(l(T)<T?f:o(T)<T?p:a(T)<T?m:s(T)<T?g:r(T)<T?i(T)<T?v:b:n(T)<T?w:O)(T)}return u.invert=function(T){return new Date(h(T))},u.domain=function(T){return arguments.length?d(Array.from(T,aE)):d().map(sE)},u.ticks=function(T){var S=d();return e(S[0],S[S.length-1],T??10)},u.tickFormat=function(T,S){return S==null?E:c(S)},u.nice=function(T){var S=d();return(!T||typeof T.range!="function")&&(T=t(S[0],S[S.length-1],T??10)),T?d(Sd(S,T)):u},u.copy=function(){return pl(u,Wd(e,t,n,r,i,s,a,o,l,c))},u}function qd(){return xr.apply(Wd(n_,r_,dn,El,ea,wi,wl,xl,_r,jd).domain([new Date(2e3,0,1),new Date(2e3,0,2)]),arguments)}function ft(e){return function(){return e}}const Yd=Math.abs,ae=Math.atan2,Yn=Math.cos,oE=Math.max,Tl=Math.min,Ze=Math.sin,Tr=Math.sqrt,oe=1e-12,Oi=Math.PI,ia=Oi/2,sa=2*Oi;function lE(e){return e>1?0:e<-1?Oi:Math.acos(e)}function Xd(e){return e>=1?ia:e<=-1?-ia:Math.asin(e)}function aa(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 Uo(t)}function cE(e){return e.innerRadius}function uE(e){return e.outerRadius}function hE(e){return e.startAngle}function dE(e){return e.endAngle}function fE(e){return e&&e.padAngle}function pE(e,t,n,r,i,s,a,o){var l=n-e,c=r-t,u=a-i,h=o-s,d=h*l-u*c;if(!(d*d<oe))return d=(u*(t-s)-h*(e-i))/d,[e+d*l,t+d*c]}function oa(e,t,n,r,i,s,a){var o=e-n,l=t-r,c=(a?s:-s)/Tr(o*o+l*l),u=c*l,h=-c*o,d=e+u,f=t+h,p=n+u,m=r+h,g=(d+p)/2,v=(f+m)/2,b=p-d,w=m-f,O=b*b+w*w,E=i-s,T=d*m-p*f,S=(w<0?-1:1)*Tr(oE(0,E*E*O-T*T)),$=(T*w-b*S)/O,k=(-T*b-w*S)/O,L=(T*w+b*S)/O,M=(-T*b+w*S)/O,V=$-g,x=k-v,C=L-g,y=M-v;return V*V+x*x>C*C+y*y&&($=L,k=M),{cx:$,cy:k,x01:-u,y01:-h,x11:$*(i/E-1),y11:k*(i/E-1)}}function Ti(){var e=cE,t=uE,n=ft(0),r=null,i=hE,s=dE,a=fE,o=null,l=aa(c);function c(){var u,h,d=+e.apply(this,arguments),f=+t.apply(this,arguments),p=i.apply(this,arguments)-ia,m=s.apply(this,arguments)-ia,g=Yd(m-p),v=m>p;if(o||(o=u=l()),f<d&&(h=f,f=d,d=h),!(f>oe))o.moveTo(0,0);else if(g>sa-oe)o.moveTo(f*Yn(p),f*Ze(p)),o.arc(0,0,f,p,m,!v),d>oe&&(o.moveTo(d*Yn(m),d*Ze(m)),o.arc(0,0,d,m,p,v));else{var b=p,w=m,O=p,E=m,T=g,S=g,$=a.apply(this,arguments)/2,k=$>oe&&(r?+r.apply(this,arguments):Tr(d*d+f*f)),L=Tl(Yd(f-d)/2,+n.apply(this,arguments)),M=L,V=L,x,C;if(k>oe){var y=Xd(k/d*Ze($)),R=Xd(k/f*Ze($));(T-=y*2)>oe?(y*=v?1:-1,O+=y,E-=y):(T=0,O=E=(p+m)/2),(S-=R*2)>oe?(R*=v?1:-1,b+=R,w-=R):(S=0,b=w=(p+m)/2)}var I=f*Yn(b),B=f*Ze(b),U=d*Yn(E),z=d*Ze(E);if(L>oe){var j=f*Yn(w),G=f*Ze(w),et=d*Yn(O),q=d*Ze(O),Q;if(g<Oi)if(Q=pE(I,B,et,q,j,G,U,z)){var lt=I-Q[0],rt=B-Q[1],ot=j-Q[0],Y=G-Q[1],X=1/Ze(lE((lt*ot+rt*Y)/(Tr(lt*lt+rt*rt)*Tr(ot*ot+Y*Y)))/2),K=Tr(Q[0]*Q[0]+Q[1]*Q[1]);M=Tl(L,(d-K)/(X-1)),V=Tl(L,(f-K)/(X+1))}else M=V=0}S>oe?V>oe?(x=oa(et,q,I,B,f,V,v),C=oa(j,G,U,z,f,V,v),o.moveTo(x.cx+x.x01,x.cy+x.y01),V<L?o.arc(x.cx,x.cy,V,ae(x.y01,x.x01),ae(C.y01,C.x01),!v):(o.arc(x.cx,x.cy,V,ae(x.y01,x.x01),ae(x.y11,x.x11),!v),o.arc(0,0,f,ae(x.cy+x.y11,x.cx+x.x11),ae(C.cy+C.y11,C.cx+C.x11),!v),o.arc(C.cx,C.cy,V,ae(C.y11,C.x11),ae(C.y01,C.x01),!v))):(o.moveTo(I,B),o.arc(0,0,f,b,w,!v)):o.moveTo(I,B),!(d>oe)||!(T>oe)?o.lineTo(U,z):M>oe?(x=oa(U,z,j,G,d,-M,v),C=oa(I,B,et,q,d,-M,v),o.lineTo(x.cx+x.x01,x.cy+x.y01),M<L?o.arc(x.cx,x.cy,M,ae(x.y01,x.x01),ae(C.y01,C.x01),!v):(o.arc(x.cx,x.cy,M,ae(x.y01,x.x01),ae(x.y11,x.x11),!v),o.arc(0,0,d,ae(x.cy+x.y11,x.cx+x.x11),ae(C.cy+C.y11,C.cx+C.x11),v),o.arc(C.cx,C.cy,M,ae(C.y11,C.x11),ae(C.y01,C.x01),!v))):o.arc(0,0,d,E,O,v)}if(o.closePath(),u)return o=null,u+""||null}return c.centroid=function(){var u=(+e.apply(this,arguments)+ +t.apply(this,arguments))/2,h=(+i.apply(this,arguments)+ +s.apply(this,arguments))/2-Oi/2;return[Yn(h)*u,Ze(h)*u]},c.innerRadius=function(u){return arguments.length?(e=typeof u=="function"?u:ft(+u),c):e},c.outerRadius=function(u){return arguments.length?(t=typeof u=="function"?u:ft(+u),c):t},c.cornerRadius=function(u){return arguments.length?(n=typeof u=="function"?u:ft(+u),c):n},c.padRadius=function(u){return arguments.length?(r=u==null?null:typeof u=="function"?u:ft(+u),c):r},c.startAngle=function(u){return arguments.length?(i=typeof u=="function"?u:ft(+u),c):i},c.endAngle=function(u){return arguments.length?(s=typeof u=="function"?u:ft(+u),c):s},c.padAngle=function(u){return arguments.length?(a=typeof u=="function"?u:ft(+u),c):a},c.context=function(u){return arguments.length?(o=u??null,c):o},c}var gE=Array.prototype.slice;function la(e){return typeof e=="object"&&"length"in e?e:Array.from(e)}function Zd(e){this._context=e}Zd.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 ca(e){return new Zd(e)}function Ml(e){return e[0]}function Cl(e){return e[1]}function Mi(e,t){var n=ft(!0),r=null,i=ca,s=null,a=aa(o);e=typeof e=="function"?e:e===void 0?Ml:ft(e),t=typeof t=="function"?t:t===void 0?Cl:ft(t);function o(l){var c,u=(l=la(l)).length,h,d=!1,f;for(r==null&&(s=i(f=a())),c=0;c<=u;++c)!(c<u&&n(h=l[c],c,l))===d&&((d=!d)?s.lineStart():s.lineEnd()),d&&s.point(+e(h,c,l),+t(h,c,l));if(f)return s=null,f+""||null}return o.x=function(l){return arguments.length?(e=typeof l=="function"?l:ft(+l),o):e},o.y=function(l){return arguments.length?(t=typeof l=="function"?l:ft(+l),o):t},o.defined=function(l){return arguments.length?(n=typeof l=="function"?l:ft(!!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 Al(e,t,n){var r=null,i=ft(!0),s=null,a=ca,o=null,l=aa(c);e=typeof e=="function"?e:e===void 0?Ml:ft(+e),t=typeof t=="function"?t:ft(t===void 0?0:+t),n=typeof n=="function"?n:n===void 0?Cl:ft(+n);function c(h){var d,f,p,m=(h=la(h)).length,g,v=!1,b,w=new Array(m),O=new Array(m);for(s==null&&(o=a(b=l())),d=0;d<=m;++d){if(!(d<m&&i(g=h[d],d,h))===v)if(v=!v)f=d,o.areaStart(),o.lineStart();else{for(o.lineEnd(),o.lineStart(),p=d-1;p>=f;--p)o.point(w[p],O[p]);o.lineEnd(),o.areaEnd()}v&&(w[d]=+e(g,d,h),O[d]=+t(g,d,h),o.point(r?+r(g,d,h):w[d],n?+n(g,d,h):O[d]))}if(b)return o=null,b+""||null}function u(){return Mi().defined(i).curve(a).context(s)}return c.x=function(h){return arguments.length?(e=typeof h=="function"?h:ft(+h),r=null,c):e},c.x0=function(h){return arguments.length?(e=typeof h=="function"?h:ft(+h),c):e},c.x1=function(h){return arguments.length?(r=h==null?null:typeof h=="function"?h:ft(+h),c):r},c.y=function(h){return arguments.length?(t=typeof h=="function"?h:ft(+h),n=null,c):t},c.y0=function(h){return arguments.length?(t=typeof h=="function"?h:ft(+h),c):t},c.y1=function(h){return arguments.length?(n=h==null?null:typeof h=="function"?h:ft(+h),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(h){return arguments.length?(i=typeof h=="function"?h:ft(!!h),c):i},c.curve=function(h){return arguments.length?(a=h,s!=null&&(o=a(s)),c):a},c.context=function(h){return arguments.length?(h==null?s=o=null:o=a(s=h),c):s},c}function mE(e,t){return t<e?-1:t>e?1:t>=e?0:NaN}function vE(e){return e}function yE(){var e=vE,t=mE,n=null,r=ft(0),i=ft(sa),s=ft(0);function a(o){var l,c=(o=la(o)).length,u,h,d=0,f=new Array(c),p=new Array(c),m=+r.apply(this,arguments),g=Math.min(sa,Math.max(-sa,i.apply(this,arguments)-m)),v,b=Math.min(Math.abs(g)/c,s.apply(this,arguments)),w=b*(g<0?-1:1),O;for(l=0;l<c;++l)(O=p[f[l]=l]=+e(o[l],l,o))>0&&(d+=O);for(t!=null?f.sort(function(E,T){return t(p[E],p[T])}):n!=null&&f.sort(function(E,T){return n(o[E],o[T])}),l=0,h=d?(g-c*w)/d:0;l<c;++l,m=v)u=f[l],O=p[u],v=m+(O>0?O*h:0)+w,p[u]={data:o[u],index:l,value:O,startAngle:m,endAngle:v,padAngle:b};return p}return a.value=function(o){return arguments.length?(e=typeof o=="function"?o:ft(+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:ft(+o),a):r},a.endAngle=function(o){return arguments.length?(i=typeof o=="function"?o:ft(+o),a):i},a.padAngle=function(o){return arguments.length?(s=typeof o=="function"?o:ft(+o),a):s},a}var bE=Qd(ca);function Kd(e){this._curve=e}Kd.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 Qd(e){function t(n){return new Kd(e(n))}return t._curve=e,t}function xE(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(Qd(n)):t()._curve},e}function wE(){return xE(Mi().curve(bE))}class _E{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 EE(e){return new _E(e,!0)}function SE(e){return e.source}function OE(e){return e.target}function TE(e){let t=SE,n=OE,r=Ml,i=Cl,s=null,a=null,o=aa(l);function l(){let c;const u=gE.call(arguments),h=t.apply(this,u),d=n.apply(this,u);if(s==null&&(a=e(c=o())),a.lineStart(),u[0]=h,a.point(+r.apply(this,u),+i.apply(this,u)),u[0]=d,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:ft(+c),l):r},l.y=function(c){return arguments.length?(i=typeof c=="function"?c:ft(+c),l):i},l.context=function(c){return arguments.length?(c==null?s=a=null:a=e(s=c),l):s},l}function ME(){return TE(EE)}function Mn(){}function ua(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 ha(e){this._context=e}ha.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:ua(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:ua(this,e,t);break}this._x0=this._x1,this._x1=e,this._y0=this._y1,this._y1=t}};function CE(e){return new ha(e)}function Jd(e){this._context=e}Jd.prototype={areaStart:Mn,areaEnd:Mn,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:ua(this,e,t);break}this._x0=this._x1,this._x1=e,this._y0=this._y1,this._y1=t}};function AE(e){return new Jd(e)}function tf(e){this._context=e}tf.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:ua(this,e,t);break}this._x0=this._x1,this._x1=e,this._y0=this._y1,this._y1=t}};function $E(e){return new tf(e)}function ef(e,t){this._basis=new ha(e),this._beta=t}ef.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 LE=function e(t){function n(r){return t===1?new ha(r):new ef(r,t)}return n.beta=function(r){return e(+r)},n}(.85);function da(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 $l(e,t){this._context=e,this._k=(1-t)/6}$l.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:da(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:da(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 DE=function e(t){function n(r){return new $l(r,t)}return n.tension=function(r){return e(+r)},n}(0);function Ll(e,t){this._context=e,this._k=(1-t)/6}Ll.prototype={areaStart:Mn,areaEnd:Mn,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:da(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 kE=function e(t){function n(r){return new Ll(r,t)}return n.tension=function(r){return e(+r)},n}(0);function Dl(e,t){this._context=e,this._k=(1-t)/6}Dl.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:da(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 RE=function e(t){function n(r){return new Dl(r,t)}return n.tension=function(r){return e(+r)},n}(0);function kl(e,t,n){var r=e._x1,i=e._y1,s=e._x2,a=e._y2;if(e._l01_a>oe){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>oe){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 nf(e,t){this._context=e,this._alpha=t}nf.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:kl(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 IE=function e(t){function n(r){return t?new nf(r,t):new $l(r,0)}return n.alpha=function(r){return e(+r)},n}(.5);function rf(e,t){this._context=e,this._alpha=t}rf.prototype={areaStart:Mn,areaEnd:Mn,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:kl(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 PE=function e(t){function n(r){return t?new rf(r,t):new Ll(r,0)}return n.alpha=function(r){return e(+r)},n}(.5);function sf(e,t){this._context=e,this._alpha=t}sf.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:kl(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 NE=function e(t){function n(r){return t?new sf(r,t):new Dl(r,0)}return n.alpha=function(r){return e(+r)},n}(.5);function af(e){this._context=e}af.prototype={areaStart:Mn,areaEnd:Mn,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 of(e){return new af(e)}function lf(e){return e<0?-1:1}function cf(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(lf(s)+lf(a))*Math.min(Math.abs(s),Math.abs(a),.5*Math.abs(o))||0}function uf(e,t){var n=e._x1-e._x0;return n?(3*(e._y1-e._y0)/n-t)/2:t}function Rl(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 fa(e){this._context=e}fa.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:Rl(this,this._t0,uf(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,Rl(this,uf(this,n=cf(this,e,t)),n);break;default:Rl(this,this._t0,n=cf(this,e,t));break}this._x0=this._x1,this._x1=e,this._y0=this._y1,this._y1=t,this._t0=n}}};function hf(e){this._context=new df(e)}(hf.prototype=Object.create(fa.prototype)).point=function(e,t){fa.prototype.point.call(this,t,e)};function df(e){this._context=e}df.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 UE(e){return new fa(e)}function BE(e){return new hf(e)}function ff(e){this._context=e}ff.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=pf(e),i=pf(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 pf(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 VE(e){return new ff(e)}function pa(e,t){this._context=e,this._t=t}pa.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 HE(e){return new pa(e,.5)}function FE(e){return new pa(e,0)}function GE(e){return new pa(e,1)}function gf(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 mf(e){for(var t=e.length,n=new Array(t);--t>=0;)n[t]=t;return n}function zE(e,t){return e[t]}function jE(e){const t=[];return t.key=e,t}function Il(){var e=ft([]),t=mf,n=gf,r=zE;function i(s){var a=Array.from(e.apply(this,arguments),jE),o,l=a.length,c=-1,u;for(const h of s)for(o=0,++c;o<l;++o)(a[o][c]=[0,+r(h,a[o].key,c,s)]).data=h;for(o=0,u=la(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:ft(Array.from(s)),i):e},i.value=function(s){return arguments.length?(r=typeof s=="function"?s:ft(+s),i):r},i.order=function(s){return arguments.length?(t=s==null?mf:typeof s=="function"?s:ft(Array.from(s)),i):t},i.offset=function(s){return arguments.length?(n=s??gf,i):n},i}function WE(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 Ci(e,t,n){this.k=e,this.x=t,this.y=n}Ci.prototype={constructor:Ci,scale:function(e){return e===1?this:new Ci(this.k*e,this.x,this.y)},translate:function(e,t){return e===0&t===0?this:new Ci(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+")"}},Ci.prototype;var vf=(e=>(e.RENDER_FINISHED="render-finished",e.RESIZE="chart-resize",e.MOUSEOVER="chart-mouseover",e.MOUSEOUT="chart-mouseout",e))(vf||{}),yf=(e=>(e.SHOW="show-modal",e.HIDE="hide-modal",e))(yf||{}),bf=(e=>(e.UPDATE="model-update",e))(bf||{}),xf=(e=>(e.SHOW_OVERFLOW_MENU="show-toolbar-overflow-menu",e.HIDE_OVERFLOW_MENU="hide-toolbar-overflow-menu",e.BUTTON_CLICK="toolbar-button-click",e))(xf||{}),wf=(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))(wf||{}),_f=(e=>(e.CHANGE="zoom-domain-change",e))(_f||{}),Ef=(e=>(e.CANVAS_ZOOM_IN="canvas-zoom-in",e.CANVAS_ZOOM_OUT="canvas-zoom-out",e))(Ef||{}),Sf=(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))(Sf||{}),Of=(e=>(e.POINT_MOUSEOVER="scatter-mouseover",e.POINT_MOUSEMOVE="scatter-mousemove",e.POINT_CLICK="scatter-click",e.POINT_MOUSEOUT="scatter-mouseout",e))(Of||{}),Tf=(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))(Tf||{}),Mf=(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))(Mf||{}),Cf=(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))(Cf||{}),Af=(e=>(e.BAR_MOUSEOVER="bar-mouseover",e.BAR_MOUSEMOVE="bar-mousemove",e.BAR_CLICK="bar-click",e.BAR_MOUSEOUT="bar-mouseout",e))(Af||{}),$f=(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))($f||{}),Lf=(e=>(e.SCATTER_MOUSEOVER="scatter-mouseover",e.SCATTER_MOUSEMOVE="scatter-mousemove",e.SCATTER_CLICK="scatter-click",e.SCATTER_MOUSEOUT="scatter-mouseout",e))(Lf||{}),Df=(e=>(e.POINT_MOUSEOVER="scatter-mouseover",e.POINT_MOUSEMOVE="scatter-mousemove",e.POINT_CLICK="scatter-click",e.POINT_MOUSEOUT="scatter-mouseout",e))(Df||{}),kf=(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))(kf||{}),Rf=(e=>(e.NODE_MOUSEOVER="tree-node-mouseover",e.NODE_CLICK="tree-node-click",e.NODE_MOUSEOUT="tree-node-mouseout",e))(Rf||{}),If=(e=>(e.LEAF_MOUSEOVER="leaf-mouseover",e.LEAF_MOUSEMOVE="leaf-mousemove",e.LEAF_CLICK="leaf-click",e.LEAF_MOUSEOUT="leaf-mouseout",e))(If||{}),Ai=(e=>(e.SHOW="show-tooltip",e.MOVE="move-tooltip",e.HIDE="hide-tooltip",e))(Ai||{}),Pf=(e=>(e.SHOW="show-threshold",e.HIDE="hide-threshold",e))(Pf||{}),Nf=(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))(Nf||{}),Uf=(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))(Uf||{}),Bf=(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))(Bf||{}),Vf=(e=>(e.METER_MOUSEOVER="meter-mouseover",e.METER_CLICK="meter-click",e.METER_MOUSEOUT="meter-mouseout",e.METER_MOUSEMOVE="meter-mousemove",e))(Vf||{}),Hf=(e=>(e.HEATMAP_MOUSEOVER="heatmap-mouseover",e.HEATMAP_CLICK="heatmap-click",e.HEATMAP_MOUSEOUT="heatmap-mouseout",e.HEATMAP_MOUSEMOVE="hetmap-mousemove",e))(Hf||{}),Mr=(e=>(e.CHOROPLETH_MOUSEOVER="choropleth-mouseover",e.CHOROPLETH_CLICK="choropleth-click",e.CHOROPLETH_MOUSEOUT="choropleth-mouseout",e.CHOROPLETH_MOUSEMOVE="choropleth-mousemove",e))(Mr||{});const qE=Object.freeze(Object.defineProperty({__proto__:null,Alluvial:Bf,Area:Of,Axis:Sf,Bar:Af,Boxplot:$f,CanvasZoom:Ef,Chart:vf,Choropleth:Mr,CirclePack:Uf,Gauge:Cf,Heatmap:Hf,Legend:Nf,Line:Df,Meter:Vf,Modal:yf,Model:bf,Pie:Mf,Radar:kf,Scatter:Lf,Threshold:Pf,Toolbar:xf,Tooltip:Ai,Tree:Rf,Treemap:If,WordCloud:Tf,ZoomBar:wf,ZoomDomain:_f},Symbol.toStringTag,{value:"Module"})),A=qE;var nt=(e=>(e.HTML="html",e.SVG="svg",e))(nt||{}),Ff=(e=>(e.WHITE="white",e.G100="g100",e.G90="g90",e.G10="g10",e))(Ff||{}),st=(e=>(e.BACKGROUND="background",e.FILL="fill",e.STROKE="stroke",e.TOOLTIP="tooltip",e))(st||{}),H=(e=>(e.LEFT="left",e.RIGHT="right",e.TOP="top",e.BOTTOM="bottom",e))(H||{}),Ke=(e=>(e.GRAPH_VIEW="graph_view",e.SLIDER_VIEW="slider_view",e))(Ke||{}),He=(e=>(e.END_LINE="end_line",e.MID_LINE="mid_line",e.FRONT_LINE="front_line",e.NONE="none",e))(He||{}),Jt=(e=>(e.VERTICAL="vertical",e.HORIZONTAL="horizontal",e))(Jt||{}),tt=(e=>(e.TIME="time",e.LINEAR="linear",e.LOG="log",e.LABELS="labels",e.LABELS_RATIO="labels-ratio",e))(tt||{}),$i=(e=>(e.RIGHT="right",e.LEFT="left",e.TOP="top",e.BOTTOM="bottom",e))($i||{}),Yt=(e=>(e.LEFT="left",e.CENTER="center",e.RIGHT="right",e))(Yt||{}),Li=(e=>(e.HORIZONTAL="horizontal",e.VERTICAL="vertical",e))(Li||{}),Pl=(e=>(e.TREE="tree",e.DENDROGRAM="dendrogram",e))(Pl||{}),Dt=(e=>(e.ROW="row",e.COLUMN="column",e.ROW_REVERSE="row-reverse",e.COLUMN_REVERSE="column-reverse",e))(Dt||{}),ut=(e=>(e.FIXED="fixed",e.PREFERRED="preferred",e.STRETCH="stretch",e))(ut||{}),Cr=(e=>(e.CENTER="center",e))(Cr||{}),ga=(e=>(e.LEFT="left",e.RIGHT="right",e))(ga||{}),Xt=(e=>(e.GRID="grid",e.VERT_OR_HORIZ="vertOrHoriz",e.PIE="pie",e.DONUT="donut",e))(Xt||{}),fn=(e=>(e.START="start",e.MIDDLE="middle",e.END="end",e))(fn||{}),pn=(e=>(e.BASELINE="baseline",e.MIDDLE="middle",e.HANGING="hanging",e))(pn||{}),Ar=(e=>(e.SEMI="semi",e.FULL="full",e))(Ar||{}),Nl=(e=>(e.UP="up",e.DOWN="down",e))(Nl||{}),ma=(e=>(e.SUCCESS="success",e.WARNING="warning",e.DANGER="danger",e))(ma||{}),va=(e=>(e.ALWAYS="always",e.AUTO="auto",e.NEVER="never",e))(va||{}),Ce=(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))(Ce||{}),Bt=(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))(Bt||{}),Ul=(e=>(e.LEFT="left",e.RIGHT="right",e))(Ul||{}),Zt=(e=>(e.CHECKBOX="checkbox",e.RADIUS="radius",e.AREA="area",e.SIZE="size",e.LINE="line",e.QUARTILE="quartile",e.ZOOM="zoom",e))(Zt||{}),ya=(e=>(e.LINEAR="linear",e.QUANTIZE="quantize",e))(ya||{}),Di=(e=>(e.ON="on",e.AUTO="auto",e.OFF="off",e))(Di||{}),ba=(e=>(e.DEFAULT="default",e.HOVERABLE="hoverable",e))(ba||{}),gn=(e=>(e.geoEqualEarth="geoEqualEarth",e.geoAlbers="geoAlbers",e.geoConicEqualArea="geoConicEqualArea",e.geoConicEquidistant="geoConicEquidistant",e.geoEquirectangular="geoEquirectangular",e.geoMercator="geoMercator",e.geoNaturalEarth1="geoNaturalEarth1",e))(gn||{});function Bl(e){return function(){var t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},n=t.width?String(t.width):e.defaultWidth,r=e.formats[n]||e.formats[e.defaultWidth];return r}}function ki(e){return function(t,n){var r=n!=null&&n.context?String(n.context):"standalone",i;if(r==="formatting"&&e.formattingValues){var s=e.defaultFormattingWidth||e.defaultWidth,a=n!=null&&n.width?String(n.width):s;i=e.formattingValues[a]||e.formattingValues[s]}else{var o=e.defaultWidth,l=n!=null&&n.width?String(n.width):e.defaultWidth;i=e.values[l]||e.values[o]}var c=e.argumentCallback?e.argumentCallback(t):t;return i[c]}}function Ri(e){return function(t){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=n.width,i=r&&e.matchPatterns[r]||e.matchPatterns[e.defaultMatchWidth],s=t.match(i);if(!s)return null;var a=s[0],o=r&&e.parsePatterns[r]||e.parsePatterns[e.defaultParseWidth],l=Array.isArray(o)?XE(o,function(h){return h.test(a)}):YE(o,function(h){return h.test(a)}),c;c=e.valueCallback?e.valueCallback(l):l,c=n.valueCallback?n.valueCallback(c):c;var u=t.slice(a.length);return{value:c,rest:u}}}function YE(e,t){for(var n in e)if(e.hasOwnProperty(n)&&t(e[n]))return n}function XE(e,t){for(var n=0;n<e.length;n++)if(t(e[n]))return n}function ZE(e){return function(t){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=t.match(e.matchPattern);if(!r)return null;var i=r[0],s=t.match(e.parsePattern);if(!s)return null;var a=e.valueCallback?e.valueCallback(s[0]):s[0];a=n.valueCallback?n.valueCallback(a):a;var o=t.slice(i.length);return{value:a,rest:o}}}function xa(e){"@babel/helpers - typeof";return xa=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},xa(e)}function Kt(e){if(e===null||e===!0||e===!1)return NaN;var t=Number(e);return isNaN(t)?t:t<0?Math.ceil(t):Math.floor(t)}function ht(e,t){if(t.length<e)throw new TypeError(e+" argument"+(e>1?"s":"")+" required, but only "+t.length+" present")}function xt(e){ht(1,arguments);var t=Object.prototype.toString.call(e);return e instanceof Date||xa(e)==="object"&&t==="[object Date]"?new Date(e.getTime()):typeof e=="number"||t==="[object Number]"?new Date(e):((typeof e=="string"||t==="[object String]")&&typeof console<"u"&&(console.warn("Starting with v2.0.0-beta.1 date-fns doesn't accept strings as date arguments. Please use `parseISO` to parse strings. See: https://github.com/date-fns/date-fns/blob/master/docs/upgradeGuide.md#string-arguments"),console.warn(new Error().stack)),new Date(NaN))}function wa(e,t){ht(2,arguments);var n=xt(e).getTime(),r=Kt(t);return new Date(n+r)}var KE={};function _a(){return KE}function Vl(e){var 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 QE(e){return ht(1,arguments),e instanceof Date||xa(e)==="object"&&Object.prototype.toString.call(e)==="[object Date]"}function JE(e){if(ht(1,arguments),!QE(e)&&typeof e!="number")return!1;var t=xt(e);return!isNaN(Number(t))}function tS(e,t){ht(2,arguments);var n=Kt(t);return wa(e,-n)}var eS=864e5;function nS(e){ht(1,arguments);var t=xt(e),n=t.getTime();t.setUTCMonth(0,1),t.setUTCHours(0,0,0,0);var r=t.getTime(),i=n-r;return Math.floor(i/eS)+1}function Ea(e){ht(1,arguments);var t=1,n=xt(e),r=n.getUTCDay(),i=(r<t?7:0)+r-t;return n.setUTCDate(n.getUTCDate()-i),n.setUTCHours(0,0,0,0),n}function Gf(e){ht(1,arguments);var t=xt(e),n=t.getUTCFullYear(),r=new Date(0);r.setUTCFullYear(n+1,0,4),r.setUTCHours(0,0,0,0);var i=Ea(r),s=new Date(0);s.setUTCFullYear(n,0,4),s.setUTCHours(0,0,0,0);var a=Ea(s);return t.getTime()>=i.getTime()?n+1:t.getTime()>=a.getTime()?n:n-1}function rS(e){ht(1,arguments);var t=Gf(e),n=new Date(0);n.setUTCFullYear(t,0,4),n.setUTCHours(0,0,0,0);var r=Ea(n);return r}var iS=6048e5;function sS(e){ht(1,arguments);var t=xt(e),n=Ea(t).getTime()-rS(t).getTime();return Math.round(n/iS)+1}function Sa(e,t){var n,r,i,s,a,o,l,c;ht(1,arguments);var u=_a(),h=Kt((n=(r=(i=(s=t==null?void 0:t.weekStartsOn)!==null&&s!==void 0?s:t==null||(a=t.locale)===null||a===void 0||(o=a.options)===null||o===void 0?void 0:o.weekStartsOn)!==null&&i!==void 0?i:u.weekStartsOn)!==null&&r!==void 0?r:(l=u.locale)===null||l===void 0||(c=l.options)===null||c===void 0?void 0:c.weekStartsOn)!==null&&n!==void 0?n:0);if(!(h>=0&&h<=6))throw new RangeError("weekStartsOn must be between 0 and 6 inclusively");var d=xt(e),f=d.getUTCDay(),p=(f<h?7:0)+f-h;return d.setUTCDate(d.getUTCDate()-p),d.setUTCHours(0,0,0,0),d}function zf(e,t){var n,r,i,s,a,o,l,c;ht(1,arguments);var u=xt(e),h=u.getUTCFullYear(),d=_a(),f=Kt((n=(r=(i=(s=t==null?void 0:t.firstWeekContainsDate)!==null&&s!==void 0?s:t==null||(a=t.locale)===null||a===void 0||(o=a.options)===null||o===void 0?void 0:o.firstWeekContainsDate)!==null&&i!==void 0?i:d.firstWeekContainsDate)!==null&&r!==void 0?r:(l=d.locale)===null||l===void 0||(c=l.options)===null||c===void 0?void 0:c.firstWeekContainsDate)!==null&&n!==void 0?n:1);if(!(f>=1&&f<=7))throw new RangeError("firstWeekContainsDate must be between 1 and 7 inclusively");var p=new Date(0);p.setUTCFullYear(h+1,0,f),p.setUTCHours(0,0,0,0);var m=Sa(p,t),g=new Date(0);g.setUTCFullYear(h,0,f),g.setUTCHours(0,0,0,0);var v=Sa(g,t);return u.getTime()>=m.getTime()?h+1:u.getTime()>=v.getTime()?h:h-1}function aS(e,t){var n,r,i,s,a,o,l,c;ht(1,arguments);var u=_a(),h=Kt((n=(r=(i=(s=t==null?void 0:t.firstWeekContainsDate)!==null&&s!==void 0?s:t==null||(a=t.locale)===null||a===void 0||(o=a.options)===null||o===void 0?void 0:o.firstWeekContainsDate)!==null&&i!==void 0?i:u.firstWeekContainsDate)!==null&&r!==void 0?r:(l=u.locale)===null||l===void 0||(c=l.options)===null||c===void 0?void 0:c.firstWeekContainsDate)!==null&&n!==void 0?n:1),d=zf(e,t),f=new Date(0);f.setUTCFullYear(d,0,h),f.setUTCHours(0,0,0,0);var p=Sa(f,t);return p}var oS=6048e5;function lS(e,t){ht(1,arguments);var n=xt(e),r=Sa(n,t).getTime()-aS(n,t).getTime();return Math.round(r/oS)+1}function Tt(e,t){for(var n=e<0?"-":"",r=Math.abs(e).toString();r.length<t;)r="0"+r;return n+r}var cS={y:function(e,t){var n=e.getUTCFullYear(),r=n>0?n:1-n;return Tt(t==="yy"?r%100:r,t.length)},M:function(e,t){var n=e.getUTCMonth();return t==="M"?String(n+1):Tt(n+1,2)},d:function(e,t){return Tt(e.getUTCDate(),t.length)},a:function(e,t){var n=e.getUTCHours()/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:function(e,t){return Tt(e.getUTCHours()%12||12,t.length)},H:function(e,t){return Tt(e.getUTCHours(),t.length)},m:function(e,t){return Tt(e.getUTCMinutes(),t.length)},s:function(e,t){return Tt(e.getUTCSeconds(),t.length)},S:function(e,t){var n=t.length,r=e.getUTCMilliseconds(),i=Math.floor(r*Math.pow(10,n-3));return Tt(i,t.length)}};const Cn=cS;var $r={am:"am",pm:"pm",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},uS={G:function(e,t,n){var r=e.getUTCFullYear()>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"){var r=e.getUTCFullYear(),i=r>0?r:1-r;return n.ordinalNumber(i,{unit:"year"})}return Cn.y(e,t)},Y:function(e,t,n,r){var i=zf(e,r),s=i>0?i:1-i;if(t==="YY"){var a=s%100;return Tt(a,2)}return t==="Yo"?n.ordinalNumber(s,{unit:"year"}):Tt(s,t.length)},R:function(e,t){var n=Gf(e);return Tt(n,t.length)},u:function(e,t){var n=e.getUTCFullYear();return Tt(n,t.length)},Q:function(e,t,n){var r=Math.ceil((e.getUTCMonth()+1)/3);switch(t){case"Q":return String(r);case"QQ":return Tt(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){var r=Math.ceil((e.getUTCMonth()+1)/3);switch(t){case"q":return String(r);case"qq":return Tt(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){var r=e.getUTCMonth();switch(t){case"M":case"MM":return Cn.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){var r=e.getUTCMonth();switch(t){case"L":return String(r+1);case"LL":return Tt(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){var i=lS(e,r);return t==="wo"?n.ordinalNumber(i,{unit:"week"}):Tt(i,t.length)},I:function(e,t,n){var r=sS(e);return t==="Io"?n.ordinalNumber(r,{unit:"week"}):Tt(r,t.length)},d:function(e,t,n){return t==="do"?n.ordinalNumber(e.getUTCDate(),{unit:"date"}):Cn.d(e,t)},D:function(e,t,n){var r=nS(e);return t==="Do"?n.ordinalNumber(r,{unit:"dayOfYear"}):Tt(r,t.length)},E:function(e,t,n){var r=e.getUTCDay();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){var i=e.getUTCDay(),s=(i-r.weekStartsOn+8)%7||7;switch(t){case"e":return String(s);case"ee":return Tt(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){var i=e.getUTCDay(),s=(i-r.weekStartsOn+8)%7||7;switch(t){case"c":return String(s);case"cc":return Tt(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){var r=e.getUTCDay(),i=r===0?7:r;switch(t){case"i":return String(i);case"ii":return Tt(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){var r=e.getUTCHours(),i=r/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){var r=e.getUTCHours(),i;switch(r===12?i=$r.noon:r===0?i=$r.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){var r=e.getUTCHours(),i;switch(r>=17?i=$r.evening:r>=12?i=$r.afternoon:r>=4?i=$r.morning:i=$r.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"){var r=e.getUTCHours()%12;return r===0&&(r=12),n.ordinalNumber(r,{unit:"hour"})}return Cn.h(e,t)},H:function(e,t,n){return t==="Ho"?n.ordinalNumber(e.getUTCHours(),{unit:"hour"}):Cn.H(e,t)},K:function(e,t,n){var r=e.getUTCHours()%12;return t==="Ko"?n.ordinalNumber(r,{unit:"hour"}):Tt(r,t.length)},k:function(e,t,n){var r=e.getUTCHours();return r===0&&(r=24),t==="ko"?n.ordinalNumber(r,{unit:"hour"}):Tt(r,t.length)},m:function(e,t,n){return t==="mo"?n.ordinalNumber(e.getUTCMinutes(),{unit:"minute"}):Cn.m(e,t)},s:function(e,t,n){return t==="so"?n.ordinalNumber(e.getUTCSeconds(),{unit:"second"}):Cn.s(e,t)},S:function(e,t){return Cn.S(e,t)},X:function(e,t,n,r){var i=r._originalDate||e,s=i.getTimezoneOffset();if(s===0)return"Z";switch(t){case"X":return Wf(s);case"XXXX":case"XX":return Xn(s);case"XXXXX":case"XXX":default:return Xn(s,":")}},x:function(e,t,n,r){var i=r._originalDate||e,s=i.getTimezoneOffset();switch(t){case"x":return Wf(s);case"xxxx":case"xx":return Xn(s);case"xxxxx":case"xxx":default:return Xn(s,":")}},O:function(e,t,n,r){var i=r._originalDate||e,s=i.getTimezoneOffset();switch(t){case"O":case"OO":case"OOO":return"GMT"+jf(s,":");case"OOOO":default:return"GMT"+Xn(s,":")}},z:function(e,t,n,r){var i=r._originalDate||e,s=i.getTimezoneOffset();switch(t){case"z":case"zz":case"zzz":return"GMT"+jf(s,":");case"zzzz":default:return"GMT"+Xn(s,":")}},t:function(e,t,n,r){var i=r._originalDate||e,s=Math.floor(i.getTime()/1e3);return Tt(s,t.length)},T:function(e,t,n,r){var i=r._originalDate||e,s=i.getTime();return Tt(s,t.length)}};function jf(e,t){var n=e>0?"-":"+",r=Math.abs(e),i=Math.floor(r/60),s=r%60;if(s===0)return n+String(i);var a=t||"";return n+String(i)+a+Tt(s,2)}function Wf(e,t){if(e%60===0){var n=e>0?"-":"+";return n+Tt(Math.abs(e)/60,2)}return Xn(e,t)}function Xn(e,t){var n=t||"",r=e>0?"-":"+",i=Math.abs(e),s=Tt(Math.floor(i/60),2),a=Tt(i%60,2);return r+s+n+a}const hS=uS;var qf=function(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"})}},Yf=function(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"})}},dS=function(e,t){var n=e.match(/(P+)(p+)?/)||[],r=n[1],i=n[2];if(!i)return qf(e,t);var 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}}",qf(r,t)).replace("{{time}}",Yf(i,t))},fS={p:Yf,P:dS};const pS=fS;var gS=["D","DD"],mS=["YY","YYYY"];function vS(e){return gS.indexOf(e)!==-1}function yS(e){return mS.indexOf(e)!==-1}function Xf(e,t,n){if(e==="YYYY")throw new RangeError("Use `yyyy` instead of `YYYY` (in `".concat(t,"`) for formatting years to the input `").concat(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 `".concat(t,"`) for formatting years to the input `").concat(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 `".concat(t,"`) for formatting days of the month to the input `").concat(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 `".concat(t,"`) for formatting days of the month to the input `").concat(n,"`; see: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md"))}var bS={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"}},xS=function(e,t,n){var r,i=bS[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};const wS=xS;var _S={full:"EEEE, MMMM do, y",long:"MMMM do, y",medium:"MMM d, y",short:"MM/dd/yyyy"},ES={full:"h:mm:ss a zzzz",long:"h:mm:ss a z",medium:"h:mm:ss a",short:"h:mm a"},SS={full:"{{date}} 'at' {{time}}",long:"{{date}} 'at' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},OS={date:Bl({formats:_S,defaultWidth:"full"}),time:Bl({formats:ES,defaultWidth:"full"}),dateTime:Bl({formats:SS,defaultWidth:"full"})};const TS=OS;var MS={lastWeek:"'last' eeee 'at' p",yesterday:"'yesterday at' p",today:"'today at' p",tomorrow:"'tomorrow at' p",nextWeek:"eeee 'at' p",other:"P"},CS=function(e,t,n,r){return MS[e]};const AS=CS;var $S={narrow:["B","A"],abbreviated:["BC","AD"],wide:["Before Christ","Anno Domini"]},LS={narrow:["1","2","3","4"],abbreviated:["Q1","Q2","Q3","Q4"],wide:["1st quarter","2nd quarter","3rd quarter","4th quarter"]},DS={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"]},kS={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"]},RS={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"}},IS={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"}},PS=function(e,t){var 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"},NS={ordinalNumber:PS,era:ki({values:$S,defaultWidth:"wide"}),quarter:ki({values:LS,defaultWidth:"wide",argumentCallback:function(e){return e-1}}),month:ki({values:DS,defaultWidth:"wide"}),day:ki({values:kS,defaultWidth:"wide"}),dayPeriod:ki({values:RS,defaultWidth:"wide",formattingValues:IS,defaultFormattingWidth:"wide"})};const US=NS;var BS=/^(\d+)(th|st|nd|rd)?/i,VS=/\d+/i,HS={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},FS={any:[/^b/i,/^(a|c)/i]},GS={narrow:/^[1234]/i,abbreviated:/^q[1234]/i,wide:/^[1234](th|st|nd|rd)? quarter/i},zS={any:[/1/i,/2/i,/3/i,/4/i]},jS={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},WS={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]},qS={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},YS={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]},XS={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},ZS={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}},KS={ordinalNumber:ZE({matchPattern:BS,parsePattern:VS,valueCallback:function(e){return parseInt(e,10)}}),era:Ri({matchPatterns:HS,defaultMatchWidth:"wide",parsePatterns:FS,defaultParseWidth:"any"}),quarter:Ri({matchPatterns:GS,defaultMatchWidth:"wide",parsePatterns:zS,defaultParseWidth:"any",valueCallback:function(e){return e+1}}),month:Ri({matchPatterns:jS,defaultMatchWidth:"wide",parsePatterns:WS,defaultParseWidth:"any"}),day:Ri({matchPatterns:qS,defaultMatchWidth:"wide",parsePatterns:YS,defaultParseWidth:"any"}),dayPeriod:Ri({matchPatterns:XS,defaultMatchWidth:"any",parsePatterns:ZS,defaultParseWidth:"any"})},QS={code:"en-US",formatDistance:wS,formatLong:TS,formatRelative:AS,localize:US,match:KS,options:{weekStartsOn:0,firstWeekContainsDate:1}};const Zf=QS;var JS=/[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g,tO=/P+p+|P+|p+|''|'(''|[^'])+('|$)|./g,eO=/^'([^]*?)'?$/,nO=/''/g,rO=/[a-zA-Z]/;function Lr(e,t,n){var r,i,s,a,o,l,c,u,h,d,f,p,m,g,v,b,w,O;ht(2,arguments);var E=String(t),T=_a(),S=(r=(i=n==null?void 0:n.locale)!==null&&i!==void 0?i:T.locale)!==null&&r!==void 0?r:Zf,$=Kt((s=(a=(o=(l=n==null?void 0:n.firstWeekContainsDate)!==null&&l!==void 0?l:n==null||(c=n.locale)===null||c===void 0||(u=c.options)===null||u===void 0?void 0:u.firstWeekContainsDate)!==null&&o!==void 0?o:T.firstWeekContainsDate)!==null&&a!==void 0?a:(h=T.locale)===null||h===void 0||(d=h.options)===null||d===void 0?void 0:d.firstWeekContainsDate)!==null&&s!==void 0?s:1);if(!($>=1&&$<=7))throw new RangeError("firstWeekContainsDate must be between 1 and 7 inclusively");var k=Kt((f=(p=(m=(g=n==null?void 0:n.weekStartsOn)!==null&&g!==void 0?g:n==null||(v=n.locale)===null||v===void 0||(b=v.options)===null||b===void 0?void 0:b.weekStartsOn)!==null&&m!==void 0?m:T.weekStartsOn)!==null&&p!==void 0?p:(w=T.locale)===null||w===void 0||(O=w.options)===null||O===void 0?void 0:O.weekStartsOn)!==null&&f!==void 0?f:0);if(!(k>=0&&k<=6))throw new RangeError("weekStartsOn must be between 0 and 6 inclusively");if(!S.localize)throw new RangeError("locale must contain localize property");if(!S.formatLong)throw new RangeError("locale must contain formatLong property");var L=xt(e);if(!JE(L))throw new RangeError("Invalid time value");var M=Vl(L),V=tS(L,M),x={firstWeekContainsDate:$,weekStartsOn:k,locale:S,_originalDate:L},C=E.match(tO).map(function(y){var R=y[0];if(R==="p"||R==="P"){var I=pS[R];return I(y,S.formatLong)}return y}).join("").match(JS).map(function(y){if(y==="''")return"'";var R=y[0];if(R==="'")return iO(y);var I=hS[R];if(I)return!(n!=null&&n.useAdditionalWeekYearTokens)&&yS(y)&&Xf(y,t,String(e)),!(n!=null&&n.useAdditionalDayOfYearTokens)&&vS(y)&&Xf(y,t,String(e)),I(V,y,S.localize,x);if(R.match(rO))throw new RangeError("Format string contains an unescaped latin alphabet character `"+R+"`");return y}).join("");return C}function iO(e){var t=e.match(eO);return t?t[1].replace(nO,"'"):e}const ue="cds",Qe={opacity:{unselected:.05,selected:.4}},Dr={ticks:{number:7,rotateIfSmallerThan:30,verticalSpaceRatio:2.5,horizontalSpaceRatio:3.5},ratio:{reference:"value",compareTo:"marker"},paddingRatio:.1,hover:{rectanglePadding:4}},kr={duration:1e3,ease:nh,zoomLevel:3},Zn={circles:{fillOpacity:.3,hover:{stroke:"#FFF"}},padding:{mainGroup:4,children:2},hierarchyLevel:2},Hl={pairingOptions:{"1-color":4,"2-color":5,"3-color":5,"4-color":3,"5-color":2,"14-color":1}},Se={circle:{radius:4,opacity:{hovered:1,default:.3}},box:{opacity:{hovered:.5,default:.3}},strokeWidth:{default:1,thicker:2}},Kf={defaultBins:10},Vt={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}},Je={opacity:{unselected:.3,selected:1},weight:{selected:2,unselected:1}},te={statusBar:{paddingRight:5},status:{indicatorSize:16,paddingLeft:15},total:{paddingLeft:36,paddingRight:24},height:{default:8,proportional:16},dividerWidth:2},At={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}},An={opacity:{unselected:.1,selected:.3},xLabelPadding:10,yLabelPadding:8,yTicksNumber:4,minRange:10,xAxisRectHeight:50,dotsRadius:5},Ae={nodeWidth:4,nodeHoveredWidth:8,minNodePadding:24,opacity:{unfocus:.3,default:.8,selected:1}},Fl={minCellDividerDimension:16,chartPadding:.5},Gl={default:{size:24}},Qf={horizontalOffset:10},zl={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}},sO={buttonSize:32,iconSize:20,height:32,spacerHeight:10,iconPadding:6},me={height:{[Ke.GRAPH_VIEW]:32,[Ke.SLIDER_VIEW]:10},spacerHeight:8,handleWidth:5,handleBarWidth:1,handleBarHeight:12},Jf=[{type:Zt.RADIUS,name:"Radius"},{type:Zt.AREA,name:"Poor area"},{type:Zt.AREA,name:"Satisfactory area"},{type:Zt.AREA,name:"Great area"},{type:Zt.QUARTILE,name:"Quartiles"}];var aO=typeof global=="object"&&global&&global.Object===Object&&global;const tp=aO;var oO=typeof self=="object"&&self&&self.Object===Object&&self,lO=tp||oO||Function("return this")();const Fe=lO;var cO=Fe.Symbol;const $e=cO;var ep=Object.prototype,uO=ep.hasOwnProperty,hO=ep.toString,Ii=$e?$e.toStringTag:void 0;function dO(e){var t=uO.call(e,Ii),n=e[Ii];try{e[Ii]=void 0;var r=!0}catch{}var i=hO.call(e);return r&&(t?e[Ii]=n:delete e[Ii]),i}var fO=Object.prototype,pO=fO.toString;function gO(e){return pO.call(e)}var mO="[object Null]",vO="[object Undefined]",np=$e?$e.toStringTag:void 0;function Kn(e){return e==null?e===void 0?vO:mO:np&&np in Object(e)?dO(e):gO(e)}function tn(e){return e!=null&&typeof e=="object"}var yO="[object Symbol]";function Oa(e){return typeof e=="symbol"||tn(e)&&Kn(e)==yO}function rp(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 bO=Array.isArray;const ee=bO;var xO=1/0,ip=$e?$e.prototype:void 0,sp=ip?ip.toString:void 0;function ap(e){if(typeof e=="string")return e;if(ee(e))return rp(e,ap)+"";if(Oa(e))return sp?sp.call(e):"";var t=e+"";return t=="0"&&1/e==-xO?"-0":t}function Le(e){var t=typeof e;return e!=null&&(t=="object"||t=="function")}function jl(e){return e}var wO="[object AsyncFunction]",_O="[object Function]",EO="[object GeneratorFunction]",SO="[object Proxy]";function Wl(e){if(!Le(e))return!1;var t=Kn(e);return t==_O||t==EO||t==wO||t==SO}var OO=Fe["__core-js_shared__"];const ql=OO;var op=function(){var e=/[^.]+$/.exec(ql&&ql.keys&&ql.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}();function TO(e){return!!op&&op in e}var MO=Function.prototype,CO=MO.toString;function Qn(e){if(e!=null){try{return CO.call(e)}catch{}try{return e+""}catch{}}return""}var AO=/[\\^$.*+?()[\]{}|]/g,$O=/^\[object .+?Constructor\]$/,LO=Function.prototype,DO=Object.prototype,kO=LO.toString,RO=DO.hasOwnProperty,IO=RegExp("^"+kO.call(RO).replace(AO,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function PO(e){if(!Le(e)||TO(e))return!1;var t=Wl(e)?IO:$O;return t.test(Qn(e))}function NO(e,t){return e==null?void 0:e[t]}function Jn(e,t){var n=NO(e,t);return PO(n)?n:void 0}var UO=Jn(Fe,"WeakMap");const Yl=UO;var lp=Object.create,BO=function(){function e(){}return function(t){if(!Le(t))return{};if(lp)return lp(t);e.prototype=t;var n=new e;return e.prototype=void 0,n}}();const VO=BO;function HO(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 FO(){}function cp(e,t){var n=-1,r=e.length;for(t||(t=Array(r));++n<r;)t[n]=e[n];return t}var GO=800,zO=16,jO=Date.now;function WO(e){var t=0,n=0;return function(){var r=jO(),i=zO-(r-n);if(n=r,i>0){if(++t>=GO)return arguments[0]}else t=0;return e.apply(void 0,arguments)}}function qO(e){return function(){return e}}var YO=function(){try{var e=Jn(Object,"defineProperty");return e({},"",{}),e}catch{}}();const Ta=YO;var XO=Ta?function(e,t){return Ta(e,"toString",{configurable:!0,enumerable:!1,value:qO(t),writable:!0})}:jl,ZO=WO(XO);const KO=ZO;function QO(e,t){for(var n=-1,r=e==null?0:e.length;++n<r&&t(e[n],n,e)!==!1;);return e}function JO(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 tT(e){return e!==e}function eT(e,t,n){for(var r=n-1,i=e.length;++r<i;)if(e[r]===t)return r;return-1}function nT(e,t,n){return t===t?eT(e,t,n):JO(e,tT,n)}function rT(e,t){var n=e==null?0:e.length;return!!n&&nT(e,t,0)>-1}var iT=9007199254740991,sT=/^(?:0|[1-9]\d*)$/;function Xl(e,t){var n=typeof e;return t=t??iT,!!t&&(n=="number"||n!="symbol"&&sT.test(e))&&e>-1&&e%1==0&&e<t}function Ma(e,t,n){t=="__proto__"&&Ta?Ta(e,t,{configurable:!0,enumerable:!0,value:n,writable:!0}):e[t]=n}function Pi(e,t){return e===t||e!==e&&t!==t}var aT=Object.prototype,oT=aT.hasOwnProperty;function up(e,t,n){var r=e[t];(!(oT.call(e,t)&&Pi(r,n))||n===void 0&&!(t in e))&&Ma(e,t,n)}function Ni(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?Ma(n,o,l):up(n,o,l)}return n}var hp=Math.max;function lT(e,t,n){return t=hp(t===void 0?e.length-1:t,0),function(){for(var r=arguments,i=-1,s=hp(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),HO(e,this,o)}}function dp(e,t){return KO(lT(e,t,jl),e+"")}var cT=9007199254740991;function Zl(e){return typeof e=="number"&&e>-1&&e%1==0&&e<=cT}function tr(e){return e!=null&&Zl(e.length)&&!Wl(e)}function fp(e,t,n){if(!Le(n))return!1;var r=typeof t;return(r=="number"?tr(n)&&Xl(t,n.length):r=="string"&&t in n)?Pi(n[t],e):!1}function uT(e){return dp(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&&fp(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 hT=Object.prototype;function Ca(e){var t=e&&e.constructor,n=typeof t=="function"&&t.prototype||hT;return e===n}function dT(e,t){for(var n=-1,r=Array(e);++n<e;)r[n]=t(n);return r}var fT="[object Arguments]";function pp(e){return tn(e)&&Kn(e)==fT}var gp=Object.prototype,pT=gp.hasOwnProperty,gT=gp.propertyIsEnumerable,mT=pp(function(){return arguments}())?pp:function(e){return tn(e)&&pT.call(e,"callee")&&!gT.call(e,"callee")};const Rr=mT;function vT(){return!1}var mp=typeof J=="object"&&J&&!J.nodeType&&J,vp=mp&&typeof module=="object"&&module&&!module.nodeType&&module,yT=vp&&vp.exports===mp,yp=yT?Fe.Buffer:void 0,bT=yp?yp.isBuffer:void 0,xT=bT||vT;const Ir=xT;var wT="[object Arguments]",_T="[object Array]",ET="[object Boolean]",ST="[object Date]",OT="[object Error]",TT="[object Function]",MT="[object Map]",CT="[object Number]",AT="[object Object]",$T="[object RegExp]",LT="[object Set]",DT="[object String]",kT="[object WeakMap]",RT="[object ArrayBuffer]",IT="[object DataView]",PT="[object Float32Array]",NT="[object Float64Array]",UT="[object Int8Array]",BT="[object Int16Array]",VT="[object Int32Array]",HT="[object Uint8Array]",FT="[object Uint8ClampedArray]",GT="[object Uint16Array]",zT="[object Uint32Array]",It={};It[PT]=It[NT]=It[UT]=It[BT]=It[VT]=It[HT]=It[FT]=It[GT]=It[zT]=!0,It[wT]=It[_T]=It[RT]=It[ET]=It[IT]=It[ST]=It[OT]=It[TT]=It[MT]=It[CT]=It[AT]=It[$T]=It[LT]=It[DT]=It[kT]=!1;function jT(e){return tn(e)&&Zl(e.length)&&!!It[Kn(e)]}function Kl(e){return function(t){return e(t)}}var bp=typeof J=="object"&&J&&!J.nodeType&&J,Ui=bp&&typeof module=="object"&&module&&!module.nodeType&&module,WT=Ui&&Ui.exports===bp,Ql=WT&&tp.process,qT=function(){try{var e=Ui&&Ui.require&&Ui.require("util").types;return e||Ql&&Ql.binding&&Ql.binding("util")}catch{}}();const Pr=qT;var xp=Pr&&Pr.isTypedArray,YT=xp?Kl(xp):jT;const Aa=YT;var XT=Object.prototype,ZT=XT.hasOwnProperty;function wp(e,t){var n=ee(e),r=!n&&Rr(e),i=!n&&!r&&Ir(e),s=!n&&!r&&!i&&Aa(e),a=n||r||i||s,o=a?dT(e.length,String):[],l=o.length;for(var c in e)(t||ZT.call(e,c))&&!(a&&(c=="length"||i&&(c=="offset"||c=="parent")||s&&(c=="buffer"||c=="byteLength"||c=="byteOffset")||Xl(c,l)))&&o.push(c);return o}function _p(e,t){return function(n){return e(t(n))}}var KT=_p(Object.keys,Object);const QT=KT;var JT=Object.prototype,tM=JT.hasOwnProperty;function Ep(e){if(!Ca(e))return QT(e);var t=[];for(var n in Object(e))tM.call(e,n)&&n!="constructor"&&t.push(n);return t}function Bi(e){return tr(e)?wp(e):Ep(e)}function eM(e){var t=[];if(e!=null)for(var n in Object(e))t.push(n);return t}var nM=Object.prototype,rM=nM.hasOwnProperty;function iM(e){if(!Le(e))return eM(e);var t=Ca(e),n=[];for(var r in e)r=="constructor"&&(t||!rM.call(e,r))||n.push(r);return n}function Vi(e){return tr(e)?wp(e,!0):iM(e)}var sM=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,aM=/^\w*$/;function Jl(e,t){if(ee(e))return!1;var n=typeof e;return n=="number"||n=="symbol"||n=="boolean"||e==null||Oa(e)?!0:aM.test(e)||!sM.test(e)||t!=null&&e in Object(t)}var oM=Jn(Object,"create");const Hi=oM;function lM(){this.__data__=Hi?Hi(null):{},this.size=0}function cM(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t}var uM="__lodash_hash_undefined__",hM=Object.prototype,dM=hM.hasOwnProperty;function fM(e){var t=this.__data__;if(Hi){var n=t[e];return n===uM?void 0:n}return dM.call(t,e)?t[e]:void 0}var pM=Object.prototype,gM=pM.hasOwnProperty;function mM(e){var t=this.__data__;return Hi?t[e]!==void 0:gM.call(t,e)}var vM="__lodash_hash_undefined__";function yM(e,t){var n=this.__data__;return this.size+=this.has(e)?0:1,n[e]=Hi&&t===void 0?vM:t,this}function er(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])}}er.prototype.clear=lM,er.prototype.delete=cM,er.prototype.get=fM,er.prototype.has=mM,er.prototype.set=yM;function bM(){this.__data__=[],this.size=0}function $a(e,t){for(var n=e.length;n--;)if(Pi(e[n][0],t))return n;return-1}var xM=Array.prototype,wM=xM.splice;function _M(e){var t=this.__data__,n=$a(t,e);if(n<0)return!1;var r=t.length-1;return n==r?t.pop():wM.call(t,n,1),--this.size,!0}function EM(e){var t=this.__data__,n=$a(t,e);return n<0?void 0:t[n][1]}function SM(e){return $a(this.__data__,e)>-1}function OM(e,t){var n=this.__data__,r=$a(n,e);return r<0?(++this.size,n.push([e,t])):n[r][1]=t,this}function mn(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])}}mn.prototype.clear=bM,mn.prototype.delete=_M,mn.prototype.get=EM,mn.prototype.has=SM,mn.prototype.set=OM;var TM=Jn(Fe,"Map");const Fi=TM;function MM(){this.size=0,this.__data__={hash:new er,map:new(Fi||mn),string:new er}}function CM(e){var t=typeof e;return t=="string"||t=="number"||t=="symbol"||t=="boolean"?e!=="__proto__":e===null}function La(e,t){var n=e.__data__;return CM(t)?n[typeof t=="string"?"string":"hash"]:n.map}function AM(e){var t=La(this,e).delete(e);return this.size-=t?1:0,t}function $M(e){return La(this,e).get(e)}function LM(e){return La(this,e).has(e)}function DM(e,t){var n=La(this,e),r=n.size;return n.set(e,t),this.size+=n.size==r?0:1,this}function vn(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])}}vn.prototype.clear=MM,vn.prototype.delete=AM,vn.prototype.get=$M,vn.prototype.has=LM,vn.prototype.set=DM;var kM="Expected a function";function tc(e,t){if(typeof e!="function"||t!=null&&typeof t!="function")throw new TypeError(kM);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(tc.Cache||vn),n}tc.Cache=vn;var RM=500;function IM(e){var t=tc(e,function(r){return n.size===RM&&n.clear(),r}),n=t.cache;return t}var PM=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,NM=/\\(\\)?/g,UM=IM(function(e){var t=[];return e.charCodeAt(0)===46&&t.push(""),e.replace(PM,function(n,r,i,s){t.push(i?s.replace(NM,"$1"):r||n)}),t});const BM=UM;function Gi(e){return e==null?"":ap(e)}function Sp(e,t){return ee(e)?e:Jl(e,t)?[e]:BM(Gi(e))}var VM=1/0;function Da(e){if(typeof e=="string"||Oa(e))return e;var t=e+"";return t=="0"&&1/e==-VM?"-0":t}function Op(e,t){t=Sp(t,e);for(var n=0,r=t.length;e!=null&&n<r;)e=e[Da(t[n++])];return n&&n==r?e:void 0}function kt(e,t,n){var r=e==null?void 0:Op(e,t);return r===void 0?n:r}function ec(e,t){for(var n=-1,r=t.length,i=e.length;++n<r;)e[i+n]=t[n];return e}var Tp=$e?$e.isConcatSpreadable:void 0;function HM(e){return ee(e)||Rr(e)||!!(Tp&&e&&e[Tp])}function ka(e,t,n,r,i){var s=-1,a=e.length;for(n||(n=HM),i||(i=[]);++s<a;){var o=e[s];t>0&&n(o)?t>1?ka(o,t-1,n,r,i):ec(i,o):r||(i[i.length]=o)}return i}var FM=_p(Object.getPrototypeOf,Object);const nc=FM;var GM="[object Object]",zM=Function.prototype,jM=Object.prototype,Mp=zM.toString,WM=jM.hasOwnProperty,qM=Mp.call(Object);function YM(e){if(!tn(e)||Kn(e)!=GM)return!1;var t=nc(e);if(t===null)return!0;var n=WM.call(t,"constructor")&&t.constructor;return typeof n=="function"&&n instanceof n&&Mp.call(n)==qM}function XM(){this.__data__=new mn,this.size=0}function ZM(e){var t=this.__data__,n=t.delete(e);return this.size=t.size,n}function KM(e){return this.__data__.get(e)}function QM(e){return this.__data__.has(e)}var JM=200;function tC(e,t){var n=this.__data__;if(n instanceof mn){var r=n.__data__;if(!Fi||r.length<JM-1)return r.push([e,t]),this.size=++n.size,this;n=this.__data__=new vn(r)}return n.set(e,t),this.size=n.size,this}function Ge(e){var t=this.__data__=new mn(e);this.size=t.size}Ge.prototype.clear=XM,Ge.prototype.delete=ZM,Ge.prototype.get=KM,Ge.prototype.has=QM,Ge.prototype.set=tC;function eC(e,t){return e&&Ni(t,Bi(t),e)}function nC(e,t){return e&&Ni(t,Vi(t),e)}var Cp=typeof J=="object"&&J&&!J.nodeType&&J,Ap=Cp&&typeof module=="object"&&module&&!module.nodeType&&module,rC=Ap&&Ap.exports===Cp,$p=rC?Fe.Buffer:void 0,Lp=$p?$p.allocUnsafe:void 0;function Dp(e,t){if(t)return e.slice();var n=e.length,r=Lp?Lp(n):new e.constructor(n);return e.copy(r),r}function iC(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 kp(){return[]}var sC=Object.prototype,aC=sC.propertyIsEnumerable,Rp=Object.getOwnPropertySymbols,oC=Rp?function(e){return e==null?[]:(e=Object(e),iC(Rp(e),function(t){return aC.call(e,t)}))}:kp;const rc=oC;function lC(e,t){return Ni(e,rc(e),t)}var cC=Object.getOwnPropertySymbols,uC=cC?function(e){for(var t=[];e;)ec(t,rc(e)),e=nc(e);return t}:kp;const Ip=uC;function hC(e,t){return Ni(e,Ip(e),t)}function Pp(e,t,n){var r=t(e);return ee(e)?r:ec(r,n(e))}function ic(e){return Pp(e,Bi,rc)}function dC(e){return Pp(e,Vi,Ip)}var fC=Jn(Fe,"DataView");const sc=fC;var pC=Jn(Fe,"Promise");const ac=pC;var gC=Jn(Fe,"Set");const Nr=gC;var Np="[object Map]",mC="[object Object]",Up="[object Promise]",Bp="[object Set]",Vp="[object WeakMap]",Hp="[object DataView]",vC=Qn(sc),yC=Qn(Fi),bC=Qn(ac),xC=Qn(Nr),wC=Qn(Yl),nr=Kn;(sc&&nr(new sc(new ArrayBuffer(1)))!=Hp||Fi&&nr(new Fi)!=Np||ac&&nr(ac.resolve())!=Up||Nr&&nr(new Nr)!=Bp||Yl&&nr(new Yl)!=Vp)&&(nr=function(e){var t=Kn(e),n=t==mC?e.constructor:void 0,r=n?Qn(n):"";if(r)switch(r){case vC:return Hp;case yC:return Np;case bC:return Up;case xC:return Bp;case wC:return Vp}return t});const Ur=nr;var _C=Object.prototype,EC=_C.hasOwnProperty;function SC(e){var t=e.length,n=new e.constructor(t);return t&&typeof e[0]=="string"&&EC.call(e,"index")&&(n.index=e.index,n.input=e.input),n}var OC=Fe.Uint8Array;const Ra=OC;function oc(e){var t=new e.constructor(e.byteLength);return new Ra(t).set(new Ra(e)),t}function TC(e,t){var n=t?oc(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.byteLength)}var MC=/\w*$/;function CC(e){var t=new e.constructor(e.source,MC.exec(e));return t.lastIndex=e.lastIndex,t}var Fp=$e?$e.prototype:void 0,Gp=Fp?Fp.valueOf:void 0;function AC(e){return Gp?Object(Gp.call(e)):{}}function zp(e,t){var n=t?oc(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.length)}var $C="[object Boolean]",LC="[object Date]",DC="[object Map]",kC="[object Number]",RC="[object RegExp]",IC="[object Set]",PC="[object String]",NC="[object Symbol]",UC="[object ArrayBuffer]",BC="[object DataView]",VC="[object Float32Array]",HC="[object Float64Array]",FC="[object Int8Array]",GC="[object Int16Array]",zC="[object Int32Array]",jC="[object Uint8Array]",WC="[object Uint8ClampedArray]",qC="[object Uint16Array]",YC="[object Uint32Array]";function XC(e,t,n){var r=e.constructor;switch(t){case UC:return oc(e);case $C:case LC:return new r(+e);case BC:return TC(e,n);case VC:case HC:case FC:case GC:case zC:case jC:case WC:case qC:case YC:return zp(e,n);case DC:return new r;case kC:case PC:return new r(e);case RC:return CC(e);case IC:return new r;case NC:return AC(e)}}function jp(e){return typeof e.constructor=="function"&&!Ca(e)?VO(nc(e)):{}}var ZC="[object Map]";function KC(e){return tn(e)&&Ur(e)==ZC}var Wp=Pr&&Pr.isMap,QC=Wp?Kl(Wp):KC;const JC=QC;var tA="[object Set]";function eA(e){return tn(e)&&Ur(e)==tA}var qp=Pr&&Pr.isSet,nA=qp?Kl(qp):eA;const rA=nA;var iA=1,sA=2,aA=4,Yp="[object Arguments]",oA="[object Array]",lA="[object Boolean]",cA="[object Date]",uA="[object Error]",Xp="[object Function]",hA="[object GeneratorFunction]",dA="[object Map]",fA="[object Number]",Zp="[object Object]",pA="[object RegExp]",gA="[object Set]",mA="[object String]",vA="[object Symbol]",yA="[object WeakMap]",bA="[object ArrayBuffer]",xA="[object DataView]",wA="[object Float32Array]",_A="[object Float64Array]",EA="[object Int8Array]",SA="[object Int16Array]",OA="[object Int32Array]",TA="[object Uint8Array]",MA="[object Uint8ClampedArray]",CA="[object Uint16Array]",AA="[object Uint32Array]",Rt={};Rt[Yp]=Rt[oA]=Rt[bA]=Rt[xA]=Rt[lA]=Rt[cA]=Rt[wA]=Rt[_A]=Rt[EA]=Rt[SA]=Rt[OA]=Rt[dA]=Rt[fA]=Rt[Zp]=Rt[pA]=Rt[gA]=Rt[mA]=Rt[vA]=Rt[TA]=Rt[MA]=Rt[CA]=Rt[AA]=!0,Rt[uA]=Rt[Xp]=Rt[yA]=!1;function Ia(e,t,n,r,i,s){var a,o=t&iA,l=t&sA,c=t&aA;if(n&&(a=i?n(e,r,i,s):n(e)),a!==void 0)return a;if(!Le(e))return e;var u=ee(e);if(u){if(a=SC(e),!o)return cp(e,a)}else{var h=Ur(e),d=h==Xp||h==hA;if(Ir(e))return Dp(e,o);if(h==Zp||h==Yp||d&&!i){if(a=l||d?{}:jp(e),!o)return l?hC(e,nC(a,e)):lC(e,eC(a,e))}else{if(!Rt[h])return i?e:{};a=XC(e,h,o)}}s||(s=new Ge);var f=s.get(e);if(f)return f;s.set(e,a),rA(e)?e.forEach(function(g){a.add(Ia(g,t,n,g,e,s))}):JC(e)&&e.forEach(function(g,v){a.set(v,Ia(g,t,n,v,e,s))});var p=c?l?dC:ic:l?Vi:Bi,m=u?void 0:p(e);return QO(m||e,function(g,v){m&&(v=g,g=e[v]),up(a,v,Ia(g,t,n,v,e,s))}),a}var $A=1,LA=4;function DA(e){return Ia(e,$A|LA)}var kA="__lodash_hash_undefined__";function RA(e){return this.__data__.set(e,kA),this}function IA(e){return this.__data__.has(e)}function zi(e){var t=-1,n=e==null?0:e.length;for(this.__data__=new vn;++t<n;)this.add(e[t])}zi.prototype.add=zi.prototype.push=RA,zi.prototype.has=IA;function Kp(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 Qp(e,t){return e.has(t)}var PA=1,NA=2;function Jp(e,t,n,r,i,s){var a=n&PA,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 h=-1,d=!0,f=n&NA?new zi:void 0;for(s.set(e,t),s.set(t,e);++h<o;){var p=e[h],m=t[h];if(r)var g=a?r(m,p,h,t,e,s):r(p,m,h,e,t,s);if(g!==void 0){if(g)continue;d=!1;break}if(f){if(!Kp(t,function(v,b){if(!Qp(f,b)&&(p===v||i(p,v,n,r,s)))return f.push(b)})){d=!1;break}}else if(!(p===m||i(p,m,n,r,s))){d=!1;break}}return s.delete(e),s.delete(t),d}function UA(e){var t=-1,n=Array(e.size);return e.forEach(function(r,i){n[++t]=[i,r]}),n}function lc(e){var t=-1,n=Array(e.size);return e.forEach(function(r){n[++t]=r}),n}var BA=1,VA=2,HA="[object Boolean]",FA="[object Date]",GA="[object Error]",zA="[object Map]",jA="[object Number]",WA="[object RegExp]",qA="[object Set]",YA="[object String]",XA="[object Symbol]",ZA="[object ArrayBuffer]",KA="[object DataView]",tg=$e?$e.prototype:void 0,cc=tg?tg.valueOf:void 0;function QA(e,t,n,r,i,s,a){switch(n){case KA:if(e.byteLength!=t.byteLength||e.byteOffset!=t.byteOffset)return!1;e=e.buffer,t=t.buffer;case ZA:return!(e.byteLength!=t.byteLength||!s(new Ra(e),new Ra(t)));case HA:case FA:case jA:return Pi(+e,+t);case GA:return e.name==t.name&&e.message==t.message;case WA:case YA:return e==t+"";case zA:var o=UA;case qA:var l=r&BA;if(o||(o=lc),e.size!=t.size&&!l)return!1;var c=a.get(e);if(c)return c==t;r|=VA,a.set(e,t);var u=Jp(o(e),o(t),r,i,s,a);return a.delete(e),u;case XA:if(cc)return cc.call(e)==cc.call(t)}return!1}var JA=1,t2=Object.prototype,e2=t2.hasOwnProperty;function n2(e,t,n,r,i,s){var a=n&JA,o=ic(e),l=o.length,c=ic(t),u=c.length;if(l!=u&&!a)return!1;for(var h=l;h--;){var d=o[h];if(!(a?d in t:e2.call(t,d)))return!1}var f=s.get(e),p=s.get(t);if(f&&p)return f==t&&p==e;var m=!0;s.set(e,t),s.set(t,e);for(var g=a;++h<l;){d=o[h];var v=e[d],b=t[d];if(r)var w=a?r(b,v,d,t,e,s):r(v,b,d,e,t,s);if(!(w===void 0?v===b||i(v,b,n,r,s):w)){m=!1;break}g||(g=d=="constructor")}if(m&&!g){var O=e.constructor,E=t.constructor;O!=E&&"constructor"in e&&"constructor"in t&&!(typeof O=="function"&&O instanceof O&&typeof E=="function"&&E instanceof E)&&(m=!1)}return s.delete(e),s.delete(t),m}var r2=1,eg="[object Arguments]",ng="[object Array]",Pa="[object Object]",i2=Object.prototype,rg=i2.hasOwnProperty;function s2(e,t,n,r,i,s){var a=ee(e),o=ee(t),l=a?ng:Ur(e),c=o?ng:Ur(t);l=l==eg?Pa:l,c=c==eg?Pa:c;var u=l==Pa,h=c==Pa,d=l==c;if(d&&Ir(e)){if(!Ir(t))return!1;a=!0,u=!1}if(d&&!u)return s||(s=new Ge),a||Aa(e)?Jp(e,t,n,r,i,s):QA(e,t,l,n,r,i,s);if(!(n&r2)){var f=u&&rg.call(e,"__wrapped__"),p=h&&rg.call(t,"__wrapped__");if(f||p){var m=f?e.value():e,g=p?t.value():t;return s||(s=new Ge),i(m,g,n,r,s)}}return d?(s||(s=new Ge),n2(e,t,n,r,i,s)):!1}function Na(e,t,n,r,i){return e===t?!0:e==null||t==null||!tn(e)&&!tn(t)?e!==e&&t!==t:s2(e,t,n,r,Na,i)}var a2=1,o2=2;function l2(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 h=new Ge;if(r)var d=r(c,u,l,e,t,h);if(!(d===void 0?Na(u,c,a2|o2,r,h):d))return!1}}return!0}function ig(e){return e===e&&!Le(e)}function c2(e){for(var t=Bi(e),n=t.length;n--;){var r=t[n],i=e[r];t[n]=[r,i,ig(i)]}return t}function sg(e,t){return function(n){return n==null?!1:n[e]===t&&(t!==void 0||e in Object(n))}}function u2(e){var t=c2(e);return t.length==1&&t[0][2]?sg(t[0][0],t[0][1]):function(n){return n===e||l2(n,e,t)}}function h2(e,t){return e!=null&&t in Object(e)}function d2(e,t,n){t=Sp(t,e);for(var r=-1,i=t.length,s=!1;++r<i;){var a=Da(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&&Zl(i)&&Xl(a,i)&&(ee(e)||Rr(e)))}function f2(e,t){return e!=null&&d2(e,t,h2)}var p2=1,g2=2;function m2(e,t){return Jl(e)&&ig(t)?sg(Da(e),t):function(n){var r=kt(n,e);return r===void 0&&r===t?f2(n,e):Na(t,r,p2|g2)}}function v2(e){return function(t){return t==null?void 0:t[e]}}function y2(e){return function(t){return Op(t,e)}}function b2(e){return Jl(e)?v2(Da(e)):y2(e)}function Ua(e){return typeof e=="function"?e:e==null?jl:typeof e=="object"?ee(e)?m2(e[0],e[1]):u2(e):b2(e)}function x2(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 w2=x2();const ag=w2;function uc(e,t,n){(n!==void 0&&!Pi(e[t],n)||n===void 0&&!(t in e))&&Ma(e,t,n)}function hc(e){return tn(e)&&tr(e)}function dc(e,t){if(!(t==="constructor"&&typeof e[t]=="function")&&t!="__proto__")return e[t]}function _2(e){return Ni(e,Vi(e))}function E2(e,t,n,r,i,s,a){var o=dc(e,n),l=dc(t,n),c=a.get(l);if(c){uc(e,n,c);return}var u=s?s(o,l,n+"",e,t,a):void 0,h=u===void 0;if(h){var d=ee(l),f=!d&&Ir(l),p=!d&&!f&&Aa(l);u=l,d||f||p?ee(o)?u=o:hc(o)?u=cp(o):f?(h=!1,u=Dp(l,!0)):p?(h=!1,u=zp(l,!0)):u=[]:YM(l)||Rr(l)?(u=o,Rr(o)?u=_2(o):(!Le(o)||Wl(o))&&(u=jp(l))):h=!1}h&&(a.set(l,u),i(u,l,r,s,a),a.delete(l)),uc(e,n,u)}function og(e,t,n,r,i){e!==t&&ag(t,function(s,a){if(i||(i=new Ge),Le(s))E2(e,t,a,n,og,r,i);else{var o=r?r(dc(e,a),s,a+"",e,t,i):void 0;o===void 0&&(o=s),uc(e,a,o)}},Vi)}function S2(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 O2(e){var t=e==null?0:e.length;return t?e[t-1]:void 0}var T2="[object Map]",M2="[object Set]",C2=Object.prototype,A2=C2.hasOwnProperty;function ze(e){if(e==null)return!0;if(tr(e)&&(ee(e)||typeof e=="string"||typeof e.splice=="function"||Ir(e)||Aa(e)||Rr(e)))return!e.length;var t=Ur(e);if(t==T2||t==M2)return!e.size;if(Ca(e))return!Ep(e).length;for(var n in e)if(A2.call(e,n))return!1;return!0}var $2=uT(function(e,t,n){og(e,t,n)});const at=$2;var L2=1/0,D2=Nr&&1/lc(new Nr([,-0]))[1]==L2?function(e){return new Nr(e)}:FO;const k2=D2;var R2=200;function lg(e,t,n){var r=-1,i=rT,s=e.length,a=!0,o=[],l=o;if(n)a=!1,i=S2;else if(s>=R2){var c=t?null:k2(e);if(c)return lc(c);a=!1,i=Qp,l=new zi}else l=t?[]:o;t:for(;++r<s;){var u=e[r],h=t?t(u):u;if(u=n||u!==0?u:0,a&&h===h){for(var d=l.length;d--;)if(l[d]===h)continue t;t&&l.push(h),o.push(u)}else i(l,h,n)||(l!==o&&l.push(h),o.push(u))}return o}var I2=dp(function(e){var t=O2(e);return hc(t)&&(t=void 0),lg(ka(e,1,hc,!0),Ua(t))});const P2=I2;function N2(e){return e&&e.length?lg(e):[]}const yn=DA,ji=N2;function U2(e,t,n){let r=null;return(...i)=>{const s=this;s.mousePosition=Nn(i[0],n),clearTimeout(r),r=setTimeout(function(){e.apply(s,i)},t)}}function Nt(e,t){var n;const r=yn(e),i=Object.keys(t.axes||{});(n=t==null?void 0:t.toolbar)!=null&&n.controls&&delete r.toolbar.controls,i.length===0&&delete r.axes;for(const s in r.axes)if(i.includes(s)){const a=t.axes[s];if((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"),a.mapsTo==null){const l=a.scaleType;l==null?a.mapsTo="value":l===tt.TIME?a.mapsTo="date":l===tt.LABELS&&(a.mapsTo="key")}}else delete r.axes[s];return fc(r,t),at(r,t)}function bn(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 Wi(e){const t=/\(([^)]+)\)/.exec(e);if(t&&t.length>1){const n=t[1].split(",");if(n.length>1)return{x:parseFloat(n[0]),y:parseFloat(n[1])}}return{x:0,y:0}}function cg(e,t,n="value"){const r=e/t.reduce((i,s)=>i+s[n],0)*100;return r%1!==0?parseFloat(r.toFixed(1)):r}function qi(e,t,n){if(n>e.length)return e;if(t===He.MID_LINE)return e.substr(0,n/2)+"..."+e.substr(-n/2);if(t===He.FRONT_LINE)return"..."+e.substr(-n);if(t===He.END_LINE)return e.substr(0,n)+"..."}function fc(e,t){const n=_(e,"legend","additionalItems"),r=_(t,"legend","additionalItems");if(n&&r){const i=r.map(o=>o.type),s=n.map(o=>o.type),a=Jf.filter(o=>s.includes(o.type)&&!i.includes(o.type));e.legend.additionalItems=a,t.legend.additionalItems=P2(a,r,"name")}}const _=(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},ug=(e,t)=>t===Jt.HORIZONTAL?{y0:e.x0,y1:e.x1,x0:e.y0,x1:e.y1}:e,he=(e,t)=>{const{x0:n,x1:r,y0:i,y1:s}=ug(e,t);return`M${n},${i}L${n},${s}L${r},${s}L${r},${i}L${n},${i}`};function xn(e,t,n){return n===Jt.VERTICAL?[e,t]:[t,e]}const Br={type:He.END_LINE,threshold:16,numCharacter:14},B2={enabled:!0,position:$i.BOTTOM,clickable:!0,truncation:Br,alignment:Yt.LEFT,order:null,additionalItems:[]},hg={x:{enabled:!0,numberOfTicks:15,alignWithAxisTicks:!1},y:{enabled:!0,numberOfTicks:5,alignWithAxisTicks:!1}},dg={enabled:!0},pc={enabled:!0,showTotal:!0,truncation:Br,groupLabel:"Group"},fg={top:{visible:!0,includeZero:!0,truncation:Br},bottom:{visible:!0,includeZero:!0,truncation:Br},left:{visible:!0,includeZero:!0,truncation:Br},right:{visible:!0,includeZero:!0,truncation:Br}},Yi={addSpaceOnEdges:1,showDayName:!1,localeObject:Zf,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"}}},V2=typeof document<"u"&&(document.fullscreenEnabled||document.webkitFullscreenEnabled||document.mozFullScreenEnabled||document.msFullscreenEnabled),le={width:null,height:null,resizable:!0,theme:Ff.WHITE,tooltip:pc,legend:B2,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:Bt.SHOW_AS_DATATABLE},...V2?[{type:Bt.MAKE_FULLSCREEN}]:[],{type:Bt.EXPORT_CSV},{type:Bt.EXPORT_PNG},{type:Bt.EXPORT_JPG}]}},pg=at({},le,{thematic:{projection:gn.geoNaturalEarth1}}),Xi=at({},le,{axes:fg,timeScale:Yi,grid:hg,ruler:dg,zoomBar:{zoomRatio:.4,minZoomRatio:.01,top:{enabled:!1,type:Ke.GRAPH_VIEW}}}),rr=at({},Xi,{bars:{maxWidth:16,spacingFactor:.25},timeScale:at(Yi,{addSpaceOnEdges:1})}),H2=at({},rr,{}),F2=at({},rr,{}),G2=at({},rr,{bars:at({},rr.bars,{dividerSize:1.5})}),z2=at({},rr,{}),gc=at({},Xi,{points:{radius:4,fillOpacity:.3,filled:!0,enabled:!0}}),j2=gc,gg=at({},gc,{points:{radius:3,filled:!1,enabled:!0}}),mg=at({},gg,{timeScale:at(Yi,{addSpaceOnEdges:0})}),W2=mg,q2=at({},Xi,{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:Zt.RADIUS,name:"Radius"}]}}),Y2=at({},Xi,{bullet:{performanceAreaTitles:["Poor","Satisfactory","Great"]},grid:{x:{enabled:!1},y:{enabled:!1}},legend:{additionalItems:[{type:Zt.AREA,name:"Poor area"},{type:Zt.AREA,name:"Satisfactory area"},{type:Zt.AREA,name:"Great area"},{type:Zt.QUARTILE,name:"Quartiles"}]}}),X2=at({},rr,{bars:{dividerSize:1.5},timeScale:at(Yi,{addSpaceOnEdges:0})}),Z2=at({},le,{tooltip:at({},pc,{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"}}),vg=at({},le,{pie:{labels:{formatter:null,enabled:!0},alignment:Yt.LEFT,sortFunction:null,valueMapsTo:"value"}}),K2=at({},le,{legend:{enabled:!1},gauge:{type:Ar.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:Yt.LEFT}}),Q2=at({},vg,{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:Yt.LEFT}}),yg=at({},le,{legend:{enabled:!1,clickable:!1},meter:{showLabels:!0,proportional:null,statusBar:{percentageIndicator:{enabled:!0}}}}),J2=at({},yg,{legend:{enabled:!0}}),t$=at({},le,{radar:{axes:{angle:"key",value:"value"},alignment:Yt.LEFT},tooltip:{gridline:{enabled:!0},valueFormatter:e=>e??"N/A"}}),e$=at({},rr,{comboChartTypes:[]}),n$=at({tree:{type:Pl.TREE}},le,{}),r$=at({},le,{data:at(le.data,{groupMapsTo:"name"})}),i$=at({},le,Zn,{data:at(le.data,{groupMapsTo:"name"})}),s$=at({},le,{alluvial:{data:at(le.data,{groupMapsTo:"source"}),nodeAlignment:Yt.CENTER,nodePadding:24,monochrome:!1,nodes:[]}}),a$=at({},le,{axes:fg,heatmap:{divider:{state:Di.AUTO},colorLegend:{type:"linear"}}}),o$=at({},pg,{choropleth:{colorLegend:{type:"linear"}}}),Ct={alluvialChart:s$,areaChart:mg,axisChart:Xi,boxplotChart:z2,bubbleChart:q2,bulletChart:Y2,chart:le,circlePackChart:i$,choroplethChart:o$,comboChart:e$,donutChart:Q2,gaugeChart:K2,groupedBarChart:F2,heatmapChart:a$,histogramChart:X2,lineChart:gg,lollipopChart:j2,meterChart:yg,pieChart:vg,proportionalMeterChart:J2,radarChart:t$,scatterChart:gc,simpleBarChart:H2,stackedAreaChart:W2,stackedBarChart:G2,thematicChart:pg,treeChart:n$,treemapChart:r$,wordCloudChart:Z2},bg=Object.freeze(Object.defineProperty({__proto__:null,alluvial:Ae,area:Qe,axis:Dr,baseTooltip:pc,boxplot:Se,canvasZoomSettings:kr,carbonPrefix:ue,circlePack:Zn,color:Hl,defaultLegendAdditionalItems:Jf,grid:hg,heatmap:Fl,histogram:Kf,legend:Vt,lines:Je,meter:te,options:Ct,pie:At,radar:An,ruler:dg,spacers:Gl,timeScale:Yi,toolbar:sO,tooltips:Qf,transitions:zl,zoomBar:me},Symbol.toStringTag,{value:"Module"})),mc=[["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 xg(e,t,n,r,i){const s=t===0,a=Number(Lr(new Date(e),"c"))===2,o=Number(Lr(new Date(e),"q"))===1,l=t!==0?n[t-1]:null;switch(r){case"15seconds":return s||Va(e)||Zi(e,l)||ir(e);case"minute":return s||Va(e)||Zi(e,l)||ir(e);case"30minutes":return s||Va(e)||Zi(e,l)||ir(e);case"hourly":return s||Va(e)||Zi(e,l)||ir(e);case"daily":return i?s||a||ir(e):s||Zi(e,l)||ir(e);case"monthly":return s||ir(e);case"quarterly":return s||o;case"yearly":return!1;default:throw new Error(`${r} is not a valid time interval.`)}}function vc(e,t,n,r,i){const s=i.showDayName,a=r==="daily"&&s?"weekly":r,o=new Date(e),l=_(i,"timeIntervalFormats")[a],c=_(l,"primary"),u=_(l,"secondary");let h=xg(e,t,n,r,s)?c:u;r==="15seconds"&&o.getMilliseconds()!==0&&(h=h.replace("pp","h:mm:ss.SSS a"));const d=i.localeObject;return Lr(o,h,{locale:d})}function Ba(e){const t=new Date(e);return{M:t.getMonth()+1,d:t.getDate(),H:t.getHours(),m:t.getMinutes(),s:t.getSeconds()}}function l$(e){if(e)return e.slice(1).map((t,n)=>t-e[n])}function c$(e){const t=mc.reduce((n,[,r],i)=>{const s=mc[n][1],a=Math.abs(s-e),o=Math.abs(r-e);return a<o?n:i},0);return mc[t][0]}function yc(e){if(e.length===1)return"15seconds";const t=l$(e),n=Sn(t);return c$(n)}function Va(e){const{s:t,m:n,H:r}=Ba(e);return r===0&&n===0&&t===0}function Zi(e,t){const n=Ba(e).M,r=Ba(t).M;return n!==r}function ir(e){const{M:t,d:n,s:r,m:i,H:s}=Ba(e);return t===1&&n===1&&s===0&&i===0&&r===0}function wg(e){return e===void 0?"":e.toISOString()}var u$=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function _g(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var Eg={exports:{}};/*! dom-to-image-more 26-04-2023 */(function(e,t){(function(n){const r=function(){let S=0;return{escape:function(x){return x.replace(/([.*+?^${}()|[]\/\\])/g,"\\$1")},isDataUrl:function(x){return x.search(/^(data:)/)!==-1},canvasToBlob:function(x){return x.toBlob?new Promise(function(C){x.toBlob(C)}):function(C){return new Promise(function(y){var R=f(C.toDataURL().split(",")[1]),I=R.length,B=new Uint8Array(I);for(let U=0;U<I;U++)B[U]=R.charCodeAt(U);y(new Blob([B],{type:"image/png"}))})}(x)},resolveUrl:function(x,C){var y=document.implementation.createHTMLDocument(),R=y.createElement("base"),I=(y.head.appendChild(R),y.createElement("a"));return y.body.appendChild(I),R.href=C,I.href=x,I.href},getAndEncode:function(x){let C=u.impl.urlCache.find(function(y){return y.url===x});return C||(C={url:x,promise:null},u.impl.urlCache.push(C)),C.promise===null&&(u.impl.options.cacheBust&&(x+=(/\?/.test(x)?"&":"?")+new Date().getTime()),C.promise=new Promise(function(y){const R=u.impl.options.httpTimeout,I=new XMLHttpRequest;I.onreadystatechange=function(){if(I.readyState===4)if(I.status!==200)B?y(B):z(`cannot fetch resource: ${x}, status: `+I.status);else{const j=new FileReader;j.onloadend=function(){y(j.result)},j.readAsDataURL(I.response)}},I.ontimeout=function(){B?y(B):z(`timeout of ${R}ms occured while fetching resource: `+x)},I.responseType="blob",I.timeout=R,u.impl.options.useCredentials&&(I.withCredentials=!0),I.open("GET",x,!0),I.send();let B;var U;function z(j){console.error(j),y("")}u.impl.options.imagePlaceholder&&(U=u.impl.options.imagePlaceholder.split(/,/))&&U[1]&&(B=U[1])})),C.promise},uid:function(){return"u"+("0000"+(Math.random()*Math.pow(36,4)<<0).toString(36)).slice(-4)+S++},delay:function(x){return function(C){return new Promise(function(y){setTimeout(function(){y(C)},x)})}},asArray:function(x){var C=[],y=x.length;for(let R=0;R<y;R++)C.push(x[R]);return C},escapeXhtml:function(x){return x.replace(/%/g,"%25").replace(/#/g,"%23").replace(/\n/g,"%0A")},makeImage:function(x){return x!=="data:,"?new Promise(function(C,y){const R=new Image;u.impl.options.useCredentials&&(R.crossOrigin="use-credentials"),R.onload=function(){window&&window.requestAnimationFrame?window.requestAnimationFrame(function(){C(R)}):C(R)},R.onerror=y,R.src=x}):Promise.resolve()},width:function(x){var C=V(x,"width");if(!isNaN(C))return C;var C=V(x,"border-left-width"),y=V(x,"border-right-width");return x.scrollWidth+C+y},height:function(x){var C=V(x,"height");if(!isNaN(C))return C;var C=V(x,"border-top-width"),y=V(x,"border-bottom-width");return x.scrollHeight+C+y},getWindow:$,isElement:M,isElementHostForOpenShadowRoot:function(x){return M(x)&&x.shadowRoot!==null},isShadowRoot:k,isInShadowRoot:L,isHTMLElement:function(x){return x instanceof $(x).HTMLElement},isHTMLCanvasElement:function(x){return x instanceof $(x).HTMLCanvasElement},isHTMLInputElement:function(x){return x instanceof $(x).HTMLInputElement},isHTMLImageElement:function(x){return x instanceof $(x).HTMLImageElement},isHTMLLinkElement:function(x){return x instanceof $(x).HTMLLinkElement},isHTMLScriptElement:function(x){return x instanceof $(x).HTMLScriptElement},isHTMLStyleElement:function(x){return x instanceof $(x).HTMLStyleElement},isHTMLTextAreaElement:function(x){return x instanceof $(x).HTMLTextAreaElement},isShadowSlotElement:function(x){return L(x)&&x instanceof $(x).HTMLSlotElement},isSVGElement:function(x){return x instanceof $(x).SVGElement},isSVGRectElement:function(x){return x instanceof $(x).SVGRectElement},isDimensionMissing:function(x){return isNaN(x)||x<=0}};function $(x){return x=x?x.ownerDocument:void 0,(x?x.defaultView:void 0)||n||window}function k(x){return x instanceof $(x).ShadowRoot}function L(x){return x!==null&&Object.prototype.hasOwnProperty.call(x,"getRootNode")&&k(x.getRootNode())}function M(x){return x instanceof $(x).Element}function V(x,C){if(x.nodeType===h){let y=d(x).getPropertyValue(C);if(y.slice(-2)==="px")return y=y.slice(0,-2),parseFloat(y)}return NaN}}(),i=function(){const S=/url\(['"]?([^'"]+?)['"]?\)/g;return{inlineAll:function(M,V,x){return $(M)?Promise.resolve(M).then(k).then(function(C){let y=Promise.resolve(M);return C.forEach(function(R){y=y.then(function(I){return L(I,R,V,x)})}),y}):Promise.resolve(M)},shouldProcess:$,impl:{readUrls:k,inline:L}};function $(M){return M.search(S)!==-1}function k(M){for(var V,x=[];(V=S.exec(M))!==null;)x.push(V[1]);return x.filter(function(C){return!r.isDataUrl(C)})}function L(M,V,x,C){return Promise.resolve(V).then(function(y){return x?r.resolveUrl(y,x):y}).then(C||r.getAndEncode).then(function(y){return M.replace((R=V,new RegExp(`(url\\(['"]?)(${r.escape(R)})(['"]?\\))`,"g")),`$1${y}$3`);var R})}}(),s={resolveAll:function(){return a().then(function(S){return Promise.all(S.map(function($){return $.resolve()}))}).then(function(S){return S.join(`
2
+ `)})},impl:{readAll:a}};function a(){return Promise.resolve(r.asArray(document.styleSheets)).then(function($){const k=[];return $.forEach(function(L){if(Object.prototype.hasOwnProperty.call(Object.getPrototypeOf(L),"cssRules"))try{r.asArray(L.cssRules||[]).forEach(k.push.bind(k))}catch(M){console.error("domtoimage: Error while reading CSS rules from "+L.href,M.toString())}}),k}).then(function($){return $.filter(function(k){return k.type===CSSRule.FONT_FACE_RULE}).filter(function(k){return i.shouldProcess(k.style.getPropertyValue("src"))})}).then(function($){return $.map(S)});function S($){return{resolve:function(){var k=($.parentStyleSheet||{}).href;return i.inlineAll($.cssText,k)},src:function(){return $.style.getPropertyValue("src")}}}}const o={inlineAll:function S($){if(!r.isElement($))return Promise.resolve($);return k($).then(function(){return r.isHTMLImageElement($)?l($).inline():Promise.all(r.asArray($.childNodes).map(function(L){return S(L)}))});function k(L){const M=["background","background-image"],V=M.map(function(x){const C=L.style.getPropertyValue(x),y=L.style.getPropertyPriority(x);return C?i.inlineAll(C).then(function(R){L.style.setProperty(x,R,y)}):Promise.resolve()});return Promise.all(V).then(function(){return L})}},impl:{newImage:l}};function l(S){return{inline:function($){return r.isDataUrl(S.src)?Promise.resolve():Promise.resolve(S.src).then($||r.getAndEncode).then(function(k){return new Promise(function(L){S.onload=L,S.onerror=L,S.src=k})})}}}const c={copyDefaultStyles:!0,imagePlaceholder:void 0,cacheBust:!1,useCredentials:!1,httpTimeout:3e4,styleCaching:"strict"},u={toSvg:p,toPng:function(S,$){return m(S,$).then(function(k){return k.toDataURL()})},toJpeg:function(S,$){return m(S,$).then(function(k){return k.toDataURL("image/jpeg",($?$.quality:void 0)||1)})},toBlob:function(S,$){return m(S,$).then(r.canvasToBlob)},toPixelData:function(S,$){return m(S,$).then(function(k){return k.getContext("2d").getImageData(0,0,r.width(S),r.height(S)).data})},toCanvas:m,impl:{fontFaces:s,images:o,util:r,inliner:i,urlCache:[],options:{}}},h=(e.exports=u,(typeof Node<"u"?Node.ELEMENT_NODE:void 0)||1),d=(n!==void 0?n.getComputedStyle:void 0)||(typeof window<"u"?window.getComputedStyle:void 0)||globalThis.getComputedStyle,f=(n!==void 0?n.atob:void 0)||(typeof window<"u"?window.atob:void 0)||globalThis.atob;function p(S,$){u.impl.util.getWindow(S);var k=$=$||{};k.copyDefaultStyles===void 0?u.impl.options.copyDefaultStyles=c.copyDefaultStyles:u.impl.options.copyDefaultStyles=k.copyDefaultStyles,k.imagePlaceholder===void 0?u.impl.options.imagePlaceholder=c.imagePlaceholder:u.impl.options.imagePlaceholder=k.imagePlaceholder,k.cacheBust===void 0?u.impl.options.cacheBust=c.cacheBust:u.impl.options.cacheBust=k.cacheBust,k.useCredentials===void 0?u.impl.options.useCredentials=c.useCredentials:u.impl.options.useCredentials=k.useCredentials,k.httpTimeout===void 0?u.impl.options.httpTimeout=c.httpTimeout:u.impl.options.httpTimeout=k.httpTimeout,k.styleCaching===void 0?u.impl.options.styleCaching=c.styleCaching:u.impl.options.styleCaching=k.styleCaching;let L=[];return Promise.resolve(S).then(function(M){if(M.nodeType===h)return M;var V=M,x=M.parentNode,C=document.createElement("span");return x.replaceChild(C,V),C.append(M),L.push({parent:x,child:V,wrapper:C}),C}).then(function(M){return function V(x,C,y,R){const I=C.filter;if(x===g||r.isHTMLScriptElement(x)||r.isHTMLStyleElement(x)||r.isHTMLLinkElement(x)||y!==null&&I&&!I(x))return Promise.resolve();return Promise.resolve(x).then(B).then(function(G){return z(G,U(x))}).then(function(G){return j(G,x)});function B(G){return r.isHTMLCanvasElement(G)?r.makeImage(G.toDataURL()):G.cloneNode(!1)}function U(G){return r.isElementHostForOpenShadowRoot(G)?G.shadowRoot:G}function z(G,et){const q=rt(et);let Q=Promise.resolve();if(q.length!==0){const ot=d(lt(et));r.asArray(q).forEach(function(Y){Q=Q.then(function(){return V(Y,C,ot).then(function(X){X&&G.appendChild(X)})})})}return Q.then(function(){return G});function lt(ot){return r.isShadowRoot(ot)?ot.host:ot}function rt(ot){return r.isShadowSlotElement(ot)?ot.assignedNodes():ot.childNodes}}function j(G,et){return!r.isElement(G)||r.isShadowSlotElement(et)?Promise.resolve(G):Promise.resolve().then(q).then(Q).then(lt).then(rt).then(function(){return G});function q(){function ot(X,K){K.font=X.font,K.fontFamily=X.fontFamily,K.fontFeatureSettings=X.fontFeatureSettings,K.fontKerning=X.fontKerning,K.fontSize=X.fontSize,K.fontStretch=X.fontStretch,K.fontStyle=X.fontStyle,K.fontVariant=X.fontVariant,K.fontVariantCaps=X.fontVariantCaps,K.fontVariantEastAsian=X.fontVariantEastAsian,K.fontVariantLigatures=X.fontVariantLigatures,K.fontVariantNumeric=X.fontVariantNumeric,K.fontVariationSettings=X.fontVariationSettings,K.fontWeight=X.fontWeight}function Y(X,K){const F=d(X);F.cssText?(K.style.cssText=F.cssText,ot(F,K.style)):(w(C,X,F,y,K),y===null&&(["inset-block","inset-block-start","inset-block-end"].forEach(wt=>K.style.removeProperty(wt)),["left","right","top","bottom"].forEach(wt=>{K.style.getPropertyValue(wt)&&K.style.setProperty(wt,"0px")})))}Y(et,G)}function Q(){const ot=r.uid();function Y(X){const K=d(et,X),F=K.getPropertyValue("content");if(F!==""&&F!=="none"){let wt=function(){const zt=`.${ot}:`+X,it=(K.cssText?$t:De)();return document.createTextNode(zt+`{${it}}`);function $t(){return`${K.cssText} content: ${F};`}function De(){return r.asArray(K).map(ke).join("; ")+";";function ke(ss){const as=K.getPropertyValue(ss),nu=K.getPropertyPriority(ss)?" !important":"";return ss+": "+as+nu}}};const yt=G.getAttribute("class")||"",Ht=(G.setAttribute("class",yt+" "+ot),document.createElement("style"));Ht.appendChild(wt()),G.appendChild(Ht)}}[":before",":after"].forEach(function(X){Y(X)})}function lt(){r.isHTMLTextAreaElement(et)&&(G.innerHTML=et.value),r.isHTMLInputElement(et)&&G.setAttribute("value",et.value)}function rt(){r.isSVGElement(G)&&(G.setAttribute("xmlns","http://www.w3.org/2000/svg"),r.isSVGRectElement(G))&&["width","height"].forEach(function(ot){const Y=G.getAttribute(ot);Y&&G.style.setProperty(ot,Y)})}}}(M,$,null)}).then(v).then(b).then(function(M){$.bgcolor&&(M.style.backgroundColor=$.bgcolor),$.width&&(M.style.width=$.width+"px"),$.height&&(M.style.height=$.height+"px"),$.style&&Object.keys($.style).forEach(function(x){M.style[x]=$.style[x]});let V=null;return typeof $.onclone=="function"&&(V=$.onclone(M)),Promise.resolve(V).then(function(){return M})}).then(function(M){let V=$.width||r.width(M),x=$.height||r.height(M);return Promise.resolve(M).then(function(C){return C.setAttribute("xmlns","http://www.w3.org/1999/xhtml"),new XMLSerializer().serializeToString(C)}).then(r.escapeXhtml).then(function(C){var y=(r.isDimensionMissing(V)?' width="100%"':` width="${V}"`)+(r.isDimensionMissing(x)?' height="100%"':` height="${x}"`);return`<svg xmlns="http://www.w3.org/2000/svg"${(r.isDimensionMissing(V)?"":` width="${V}"`)+(r.isDimensionMissing(x)?"":` height="${x}"`)}><foreignObject${y}>${C}</foreignObject></svg>`}).then(function(C){return"data:image/svg+xml;charset=utf-8,"+C})}).then(function(M){for(;0<L.length;){var V=L.pop();V.parent.replaceChild(V.child,V.wrapper)}return M}).then(function(M){return u.impl.urlCache=[],function(){g&&(document.body.removeChild(g),g=null),O&&clearTimeout(O),O=setTimeout(()=>{O=null,E={}},2e4)}(),M})}function m(S,$){return p(S,$=$||{}).then(r.makeImage).then(function(k){var L=typeof $.scale!="number"?1:$.scale,M=function(x,C){let y=$.width||r.width(x),R=$.height||r.height(x);return r.isDimensionMissing(y)&&(y=r.isDimensionMissing(R)?300:2*R),r.isDimensionMissing(R)&&(R=y/2),x=document.createElement("canvas"),x.width=y*C,x.height=R*C,$.bgcolor&&((C=x.getContext("2d")).fillStyle=$.bgcolor,C.fillRect(0,0,x.width,x.height)),x}(S,L),V=M.getContext("2d");return V.msImageSmoothingEnabled=!1,V.imageSmoothingEnabled=!1,k&&(V.scale(L,L),V.drawImage(k,0,0)),M})}let g=null;function v(S){return s.resolveAll().then(function($){var k;return $!==""&&(k=document.createElement("style"),S.appendChild(k),k.appendChild(document.createTextNode($))),S})}function b(S){return o.inlineAll(S).then(function(){return S})}function w(S,$,k,L,M){const V=u.impl.options.copyDefaultStyles?function(C,I){var I=function(U){var z=[];do if(U.nodeType===h){var j=U.tagName;if(z.push(j),T.includes(j))break}while(U=U.parentNode,U);return z}(I),R=function(U){return(C.styleCaching!=="relaxed"?U:U.filter((z,j,G)=>j===0||j===G.length-1)).join(">")}(I);if(E[R])return E[R];var B=function(){if(g)return g.contentWindow;var U=document.characterSet||"UTF-8",z=document.doctype,z=z?(`<!DOCTYPE ${j(z.name)} ${j(z.publicId)} `+j(z.systemId)).trim()+">":"";return(g=document.createElement("iframe")).id="domtoimage-sandbox-"+r.uid(),g.style.visibility="hidden",g.style.position="fixed",document.body.appendChild(g),function(G,et,q,Q){try{return G.contentWindow.document.write(et+`<html><head><meta charset='${q}'><title>${Q}</title></head><body></body></html>`),G.contentWindow}catch{}var lt=document.createElement("meta");lt.setAttribute("charset",q);try{var rt=document.implementation.createHTMLDocument(Q),ot=(rt.head.appendChild(lt),et+rt.documentElement.outerHTML);return G.setAttribute("srcdoc",ot),G.contentWindow}catch{}return G.contentDocument.head.appendChild(lt),G.contentDocument.title=Q,G.contentWindow}(g,z,U,"domtoimage-sandbox");function j(G){var et;return G?((et=document.createElement("div")).innerText=G,et.innerHTML):""}}(),I=function(U,z){let j=U.body;do{var G=z.pop(),G=U.createElement(G);j.appendChild(G),j=G}while(0<z.length);return j.textContent="​",j}(B.document,I),B=function(U,z){const j={},G=U.getComputedStyle(z);return r.asArray(G).forEach(function(et){j[et]=et==="width"||et==="height"?"auto":G.getPropertyValue(et)}),j}(B,I);return function(U){do{var z=U.parentElement;z!==null&&z.removeChild(U),U=z}while(U&&U.tagName!=="BODY")}(I),E[R]=B}(S,$):{},x=M.style;r.asArray(k).forEach(function(C){var y,R=k.getPropertyValue(C),I=V[C],B=L?L.getPropertyValue(C):void 0;(R!==I||L&&R!==B)&&(I=k.getPropertyPriority(C),B=x,R=R,I=I,y=0<=["background-clip"].indexOf(C=C),I?(B.setProperty(C,R,I),y&&B.setProperty("-webkit-"+C,R,I)):(B.setProperty(C,R),y&&B.setProperty("-webkit-"+C,R)))})}let O=null,E={};const T=["ADDRESS","ARTICLE","ASIDE","BLOCKQUOTE","DETAILS","DIALOG","DD","DIV","DL","DT","FIELDSET","FIGCAPTION","FIGURE","FOOTER","FORM","H1","H2","H3","H4","H5","H6","HEADER","HGROUP","HR","LI","MAIN","NAV","OL","P","PRE","SECTION","SVG","TABLE","UL","math","svg","BODY","HEAD","HTML"]})(u$)})(Eg);var h$=Eg.exports;const Sg=_g(h$);function Og(e){const t=Ie(e,r=>r.value),n=Ve().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 Tg(e,t){const n=_(t,"gradient","colors"),r=!ze(n);let i=_(t,"pairing","option");const s=Og(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 gl().domain(s).range(o)}var dt=(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))(dt||{});function d$(e,t){return e&&ag(e,t,Bi)}function f$(e,t){return function(n,r){if(n==null)return n;if(!tr(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 p$=f$(d$);const bc=p$;function g$(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 m$(e,t,n,r){return bc(e,function(i,s,a){t(r,i,n(i),a)}),r}function v$(e,t){return function(n,r){var i=ee(n)?g$:m$,s=t?t():{};return i(n,e,Ua(r),s)}}function y$(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 b$=Object.prototype,x$=b$.hasOwnProperty,w$=v$(function(e,t,n){x$.call(e,n)?e[n].push(t):Ma(e,n,[t])});const _$=w$;class en{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}=_(n,"data"),a=_(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===tt.LINEAR||c===tt.LOG)&&(r=r.map(u=>({...u,[l]:u[l]===null?u[l]:Number(u[l])}))),l&&a[o].domain)if(c===tt.LABELS)r=r.filter(u=>a[o].domain.includes(u[l]));else{const[u,h]=a[o].domain;r=r.filter(d=>!(l in d)||d[l]>=u&&d[l]<=h)}}),r.filter(o=>i.find(l=>l.name===o[s]))}getDisplayData(t){if(!this.get("data"))return null;const{ACTIVE:n}=Vt.items.status,r=this.getDataGroups(t),{groupMapsTo:i}=this.getOptions().data;return this.getAllDataFromDomain(t).filter(s=>r.find(a=>a.name===s[i]&&a.status===n))}getData(){return this.get("data")}isDataEmpty(){return!this.getData().length}setData(t){const n=this.sanitize(yn(t)),r=this.generateDataGroups(n);return this.set({data:n,dataGroups:r}),n}getDataGroups(t){return _(this.getOptions(),"data","loading")?[]:t?this.get("dataGroups").filter(n=>t.includes(n.name)):this.get("dataGroups")}getActiveDataGroups(t){const{ACTIVE:n}=Vt.items.status;return this.getDataGroups(t).filter(r=>r.status===n)}getDataGroupNames(t){return this.getDataGroups(t).map(n=>n.name)}getActiveDataGroupNames(t){return this.getActiveDataGroups(t).map(n=>n.name)}aggregateBinDataByGroup(t){return _$(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=Kf.defaultBins}=s,l=Array.isArray(o),c=Hv().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],h=Array.from(new Set(t.map(f=>f[a]))),d=[];return c.forEach(f=>{const p=`${f.x0}-${f.x1}`,m=this.aggregateBinDataByGroup(f);h.forEach(g=>{d.push({group:g,key:p,value:m[g]||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 Il().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=ji(i.map(l=>{const c=this.services.cartesianScales.getDomainIdentifier(l);return l[c]instanceof Date?wg(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===tt.TIME?s.sort((l,c)=>{const u=new Date(l),h=new Date(c);return u-h}):(o===tt.LOG||o===tt.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("-"),h={x0:c,x1:u},d=t.find(f=>f.x0.toString()===c.toString());return a.forEach(f=>{h[f]=d.filter(p=>p[i]===f).length}),h}):o.map(l=>{const c={sharedStackKey:l};return a.forEach(u=>{const h=s.find(f=>{const p=this.services.cartesianScales.getDomainIdentifier(f);return f[i]===u&&Object.prototype.hasOwnProperty.call(f,p)&&(f[p]instanceof Date?wg(f[p])===l:f[p].toString()===l)}),d=this.services.cartesianScales.getRangeIdentifier(c);c[u]=h?h[d]: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 l=y$(o.map(c=>[c.sharedStackKey,0]));o.forEach(c=>{a.forEach(u=>{l[c.sharedStackKey]+=c[u]})}),o.forEach(c=>{a.forEach(u=>{const h=l[c.sharedStackKey];l[c.sharedStackKey]?c[u]=c[u]/h*100:c[u]=0})})}return(r?Il().offset(WE):Il()).keys(a)(o).map((l,c)=>Object.keys(l).filter(u=>!isNaN(u)).map(u=>{const h=l[u];return h[s]=a[c],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();fc(n,t),this.set({options:at(n,t)})}update(t=!0){this.getDisplayData()&&(this.updateAllDataGroups(),this.setCustomColorScale(),this.setColorClassNames(),this.services.events.dispatchEvent(A.Model.UPDATE,{animate:t}))}toggleDataLabel(t){const{ACTIVE:n,DISABLED:r}=Vt.items.status,i=this.getDataGroups(),s=i.some(c=>c.status===r),a=i.filter(c=>c.status===n);if(s)if(a.length===1&&a[0].name===t)i.forEach((c,u)=>{i[u].status=n});else{const c=i.findIndex(u=>u.name===t);i[c].status=i[c].status===r?n:r}else i.forEach((c,u)=>{i[u].status=c.name===t?n:r});const o=i.filter(c=>c.status===n),l=this.getOptions();i.some(c=>c.status===r)?l.data.selectedGroups=o.map(c=>c.name):l.data.selectedGroups=[],this.services.events.dispatchEvent(A.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=_(this.colorScale,t);return i.getFillColor?i.getFillColor(t,n,r,s):s}getStrokeColor(t,n,r){const i=this.getOptions(),s=_(this.colorScale,t);return i.getStrokeColor?i.getStrokeColor(t,n,r,s):s}isUserProvidedColorScaleValid(){const t=_(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=_(s,"label");if(c===null){const h=_(i,o);h?l=h: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(i=>i.map(s=>`"${s==="&ndash;"?"–":s}"`));let n="",r="";t.forEach(function(i,s){r=i.join(","),n+=s<t.length?r+`
3
+ `:r}),this.services.files.downloadCSV(n,"myChart.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}=Vt.items.status,s=this.getOptions(),a=ji(t.map(l=>l[n]));s.data.selectedGroups.length&&(s.data.selectedGroups.every(l=>a.includes(l))||(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=_(t,"color","scale");Object.keys(n).forEach(r=>{this.allDataGroups.includes(r)||console.warn(`"${r}" does not exist in data groups.`)}),this.allDataGroups.filter(r=>n[r]).forEach(r=>this.colorScale[r]=n[r])}setColorClassNames(){const t=_(this.getOptions(),"color","pairing");let n=_(t,"numberOfVariants");(!n||n<this.allDataGroups.length)&&(n=this.allDataGroups.length);let r=_(t,"option");const i=Hl.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=Js().range(o).domain(this.allDataGroups)}}let sr=class extends en{constructor(t){super(t),this.axisFlavor=ba.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:_(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===tt.TIME&&(u=h=>Lr(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),_(this.getOptions(),"zoomBar",H.TOP,"enabled"))){const r=_(this.getOptions(),"zoomBar",H.TOP,"data");this.setZoomBarData(r)}return n}setZoomBarData(t){const n=t?this.sanitize(yn(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=ji(o).sort(),r=o.map(l=>{let c=0;const u={};return n.forEach(h=>{h[s].getTime()===l&&(c+=h[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(H).forEach(i=>{const s=H[i],a=n.axes[s];if(a&&a.scaleType===tt.TIME){const o=a.mapsTo;(o!==null||o!==void 0)&&r.push(o)}}),r.length>0&&t.forEach(i=>{r.forEach(s=>{_(i,s,"getTime")===null&&(i[s]=new Date(i[s]))})}),t}sanitize(t){return t=super.sanitize(t),t=this.sanitizeDateValues(t),t}},E$=class extends sr{constructor(t){super(t)}getTabularDataArray(){const t=this.getDisplayData();return t.sort((n,r)=>n.source.localeCompare(r.source)),[["Source","Target","Value"],...t.map(n=>[n.source,n.target,n.value])]}},S$=class extends sr{constructor(t){super(t)}getBoxQuartiles(t){return{q_25:ao(t,.25),q_50:ao(t,.5),q_75:ao(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(w=>w[o]).sort(xe),c={[n]:s,counts:l,quartiles:this.getBoxQuartiles(l),outliers:null,whiskers:null},u=c.quartiles.q_25,h=c.quartiles.q_75,d=(h-u)*1.5,f=u-d,p=h+d,m=[],g=[];for(const w of l)w<f||w>p?m.push(w):g.push(w);c.outliers=m;const v=Sn(g),b=Pn(g);c.whiskers={min:v||Sn([c.quartiles.q_25,c.quartiles.q_50,c.quartiles.q_75]),max:b||Pn([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(i=>{let s=_(i,"outliers");return(s===null||s.length===0)&&(s=["&ndash;"]),[i[n],_(i,"whiskers","min")!==null?_(i,"whiskers","min").toLocaleString():"&ndash;",_(i,"quartiles","q_25")!==null?_(i,"quartiles","q_25").toLocaleString():"&ndash;",_(i,"quartiles","q_50")!==null?_(i,"quartiles","q_50").toLocaleString():"&ndash;",_(i,"quartiles","q_75")!==null?_(i,"quartiles","q_75").toLocaleString():"&ndash;",_(i,"whiskers","max")!==null?_(i,"whiskers","max").toLocaleString():"&ndash;",_(i,"quartiles","q_75")!==null&&_(i,"quartiles","q_25")!==null?(_(i,"quartiles","q_75")-_(i,"quartiles","q_25")).toLocaleString():"&ndash;",s.map(a=>a.toLocaleString()).join(",")]})]}setColorClassNames(){const t=_(this.getOptions(),"color","pairing");let n=_(t,"option");const r=Hl.pairingOptions;n=n<=r["1-color"]?n:1;const i=this.allDataGroups.map(()=>`1-${n}-1`);this.colorClassNames=Js().range(i).domain(this.allDataGroups)}},O$=class extends sr{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=_(n,"bullet","performanceAreaTitles");return[["Title","Group","Value","Target","Percentage","Performance"],...t.map(a=>[a.title,a[r],a.value===null?"&ndash;":a.value,_(a,"marker")===null?"&ndash;":a.marker,_(a,"marker")===null?"&ndash;":`${Math.floor(a[i]/a.marker*100)}%`,s[this.getMatchingRangeIndexForDatapoint(a)]])]}},T$=class extends en{constructor(t){super(t),this._colorScale=void 0,this._matrix={}}getFillColor(t){return this._colorScale(t)}getCombinedData(){if(ze(this._matrix)){const t=this.getOptions(),n=this.getDisplayData();!ze(n)&&!ze(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(n=>[n.id===null?"&ndash;":n.id,n.name,n.value])]}getColorClassName(t){return`${t.originalClassName} ${this._colorScale(t.value)}`}setColorClassNames(){const t=_(this.getOptions(),"color");this._colorScale=Tg(this.getDisplayData(),t)}},M$=class extends en{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=at({},t,this.getZoomOptions(t));fc(n,r);const i=this.getHierarchyLevel(),s=_(n,"circlePack","hierarchyLevel");this.set({options:at(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&&_(n,0,"children")?_(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}),_(r,"canvasZoom","enabled")===!0&&s>2?{legend:{additionalItems:[{type:Zt.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}},C$=class extends en{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;return[["Group","Value"],...t.map(i=>[i[r],i.value===null?"&ndash;":i.value.toLocaleString()])]}sanitize(t){return this.getTabularData(t).sort((n,r)=>r.value-n.value)}},A$=class extends en{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(i=>[i[r],i.value===null?"&ndash;":i.value.toLocaleString()])]}},$$=class extends sr{constructor(t){super(t),this.axisFlavor=ba.HOVERABLE,this._colorScale=void 0,this._domains=[],this._ranges=[],this._matrix={};const n=_(this.getOptions(),"axes");if(_(n,"left","scaleType")&&_(n,"left","scaleType")!==tt.LABELS||_(n,"right","scaleType")&&_(n,"right","scaleType")!==tt.LABELS||_(n,"top","scaleType")&&_(n,"top","scaleType")!==tt.LABELS||_(n,"bottom","scaleType")&&_(n,"bottom","scaleType")!==tt.LABELS)throw Error("Heatmap only supports label scaletypes.")}getValueDomain(){const t=Ie(this.getDisplayData(),r=>r.value),n=Ve().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(ze(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(ze(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(ze(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]=yn(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(yn(t)),r=this.generateDataGroups(n);return this.set({data:n,dataGroups:r}),this._domains=[],this._ranges=[],this._matrix={},n}getMatrixAsArray(){ze(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(i=>[i[n.identifier]===null?"&ndash;":i[n.identifier],i[r.identifier]===null?"&ndash;":i[r.identifier].toLocaleString(),i.value])]}getColorClassName(t){return`${t.originalClassName} ${this._colorScale(t.value)}`}setColorClassNames(){const t=this.getOptions(),n=_(t,"color","gradient","colors"),r=!ze(n);let i=_(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=gl().domain(s).range(o);const l=_(this.getOptions(),"color");this._colorScale=Tg(this.getDisplayData(),l)}},L$=class extends sr{getTabularDataArray(){const t=this.getOptions(),{groupMapsTo:n}=t.data,r=this.getBinnedStackedData();return[[kt(t,"bins.rangeLabel")||"Range",...r.map(i=>kt(i,`0.${n}`))],...kt(r,0).map((i,s)=>[`${kt(i,"data.x0")} – ${kt(i,"data.x1")}`,...r.map(a=>kt(a[s],`data.${kt(a[s],n)}`))])]}},D$=class extends en{constructor(t){super(t)}getMaximumDomain(t){return t.reduce((n,r)=>n+r.value,0)}getFillColor(t){const n=this.getOptions(),r=_(n,"color","scale"),i=this.getStatus();return r||!i?super.getFillColor(t):null}getStatus(){const t=this.getOptions(),n=_(this.getDisplayData()),{value:r}=n?n.reduce((a,o)=>({value:a.value+o.value})):0,i=_(t,"meter","proportional")?r:r>100?100:r,s=_(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=_(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 o=_(s,"total")||this.getMaximumDomain(t),a=[["Group","Value","Percentage of total"],...t.map(c=>[c[r],c.value,(c.value/o*100).toFixed(2)+" %"])];return a}},k$=class extends sr{constructor(t){super(t)}getTabularDataArray(){const t=this.getOptions(),n=this.getGroupedData(),{angle:r,value:i}=_(t,"radar","axes"),s=_(n,"0","data").map(a=>a[r]);return[["Group",...s],...n.map(a=>[a.name,...s.map((o,l)=>_(a,"data",l,i)!==null?_(a,"data",l,i).toLocaleString():"&ndash;")])]}},R$=class extends en{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 I$ extends en{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])}):_(r.name)!==null&&_(r.value)&&n.push(["–",r.name,r.value])}),n}}let P$=class extends en{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(a=>[a[i],a[s],a[r]])]}};var N$=/\s/;function U$(e){for(var t=e.length;t--&&N$.test(e.charAt(t)););return t}var B$=/^\s+/;function V$(e){return e&&e.slice(0,U$(e)+1).replace(B$,"")}var Mg=0/0,H$=/^[-+]0x[0-9a-f]+$/i,F$=/^0b[01]+$/i,G$=/^0o[0-7]+$/i,z$=parseInt;function Ki(e){if(typeof e=="number")return e;if(Oa(e))return Mg;if(Le(e)){var t=typeof e.valueOf=="function"?e.valueOf():e;e=Le(t)?t+"":t}if(typeof e!="string")return e===0?e:+e;e=V$(e);var n=F$.test(e);return n||G$.test(e)?z$(e.slice(2),n?2:8):H$.test(e)?Mg:+e}var j$=function(){return Fe.Date.now()};const xc=j$;var W$="Expected a function",q$=Math.max,Y$=Math.min;function Ha(e,t,n){var r,i,s,a,o,l,c=0,u=!1,h=!1,d=!0;if(typeof e!="function")throw new TypeError(W$);t=Ki(t)||0,Le(n)&&(u=!!n.leading,h="maxWait"in n,s=h?q$(Ki(n.maxWait)||0,t):s,d="trailing"in n?!!n.trailing:d);function f(T){var S=r,$=i;return r=i=void 0,c=T,a=e.apply($,S),a}function p(T){return c=T,o=setTimeout(v,t),u?f(T):a}function m(T){var S=T-l,$=T-c,k=t-S;return h?Y$(k,s-$):k}function g(T){var S=T-l,$=T-c;return l===void 0||S>=t||S<0||h&&$>=s}function v(){var T=xc();if(g(T))return b(T);o=setTimeout(v,m(T))}function b(T){return o=void 0,d&&r?f(T):(r=i=void 0,a)}function w(){o!==void 0&&clearTimeout(o),c=0,r=l=i=o=void 0}function O(){return o===void 0?a:b(xc())}function E(){var T=xc(),S=g(T);if(r=arguments,i=this,l=T,S){if(o===void 0)return p(l);if(h)return clearTimeout(o),o=setTimeout(v,t),f(l)}return o===void 0&&(o=setTimeout(v,t)),a}return E.cancel=w,E.flush=O,E}let wn=class{constructor(t,n){this.model=t,this.services=n,this.init()}init(){}update(){}setModel(t){this.model=t}setServices(t){this.services=t}};const X$="DONT_STYLE_ME_css_styles_verifier";class P extends wn{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=N(t));const r={width:0,height:0},i=d=>{d&&Object.keys(r).forEach(f=>{if(d[f]){const p=d[f],m=parseFloat(p);p&&m>r[f]&&(""+p).indexOf("%")===-1&&(r[f]=m)}})},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(d){console.error(d)}try{typeof(a==null?void 0:a.getBoundingClientRect)=="function"&&(c=a.getBoundingClientRect(),u={width:c.width,height:c.height})}catch(d){console.error(d)}let h;if(a instanceof SVGSVGElement&&(h={width:a.clientWidth,height:a.clientHeight}),n){if(n.useAttrs&&(i(s),r.width>0&&r.height>0))return r;if(n.useClientDimensions&&(i(h),r.width>0&&r.height>0))return h;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 d={width:_(t.node(),"width","baseVal","value"),height:_(t.node(),"height","baseVal","value")};i(d)}catch{i(h),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=_(t,"style","prefix"),r=N(this.getHolder()).append("div").classed(`${ue}--${n}--chart-wrapper`,!0).attr("id",`chart-${this.getChartID()}`).style("height","100%").style("width","100%");r.append("g").attr("class",X$),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),N(this.getHolder()).classed(`${ue}--chart-holder`,!0).attr("data-carbon-theme",i)}getHolder(){return this.model.get("holder")}exportToJPG(){const t=this,n=this.getHolder(),r=N(n);r.classed("filled",!0),Sg.toJpeg(this.getMainContainer(),{bgcolor:typeof window<"u"?window.getComputedStyle(n).getPropertyValue("background-color"):void 0,quality:1,filter:i=>!(i.classList&&i.classList.contains("cds--cc--toolbar"))}).then(function(i){var s;(s=t.services.files)==null||s.downloadImage(i,"myChart.jpg"),r.classed("filled",!1)})}exportToPNG(){const t=this,n=this.getHolder(),r=N(n);r.classed("filled",!0),Sg.toPng(this.getMainContainer(),{bgcolor:typeof window<"u"?window.getComputedStyle(n).getPropertyValue("background-color"):void 0,quality:1,filter:i=>!(i.classList&&i.classList.contains("cds--cc--toolbar"))}).then(function(i){var s;(s=t.services.files)==null||s.downloadImage(i,"myChart.png"),r.classed("filled",!1)}).catch(function(i){console.error("oops, something went wrong!",i)})}toggleFullscreen(){const t=this.getHolder();N(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=N(this.getHolder()),n=t.classed("fullscreen");t.classed("fullscreen",!n)})}setSVGMaxHeight(){if(!this.model.getOptions().height){const{height:t}=P.getSVGElementSize(N(this.mainContainer),{useBBox:!0}),n=N(this.mainContainer).attr("class"),r=N(this.mainContainer).selectAll(`.${n} > svg`);let i=0;r.nodes().forEach(function(s){i+=Number(P.getSVGElementSize(N(s),{useBBox:!0}).height)}),i<=t?N(this.mainContainer).attr("height",i):N(this.mainContainer).attr("height","100%")}}getMainContainer(){return this.mainContainer}addHolderListeners(){const t=this.getHolder();t&&N(t).on("mouseover",()=>{var n;(n=this.services.events)==null||n.dispatchEvent(A.Chart.MOUSEOVER)}).on("mouseout",()=>{var n;(n=this.services.events)==null||n.dispatchEvent(A.Chart.MOUSEOUT)})}addResizeListener(){const t=this.getHolder();if(!t)return;let n=t.clientWidth,r=t.clientHeight;const i=Ha(()=>{var s;t&&(Math.abs(n-t.clientWidth)>1||Math.abs(r-t.clientHeight)>1)&&(n=t.clientWidth,r=t.clientHeight,(s=this.services.events)==null||s.dispatchEvent(A.Chart.RESIZE))},12.5);new ResizeObserver(i).observe(t)}}let wc=class _v extends wn{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:_v.getOffsetRatio(t),color:n,opacity:"0"},{offset:"100%",color:n,opacity:"0.6"}]),i}};function Cg(e){const t=Z$(Ag(e),360);return $n(t,[0,10])||$n(t,[350,0])?{textAnchor:fn.START,dominantBaseline:pn.MIDDLE}:$n(t,[10,80])?{textAnchor:fn.START,dominantBaseline:pn.HANGING}:$n(t,[80,100])?{textAnchor:fn.MIDDLE,dominantBaseline:pn.HANGING}:$n(t,[100,170])?{textAnchor:fn.END,dominantBaseline:pn.HANGING}:$n(t,[170,190])?{textAnchor:fn.END,dominantBaseline:pn.MIDDLE}:$n(t,[190,260])?{textAnchor:fn.END,dominantBaseline:pn.BASELINE}:$n(t,[260,280])?{textAnchor:fn.MIDDLE,dominantBaseline:pn.BASELINE}:{textAnchor:fn.START,dominantBaseline:pn.BASELINE}}function Z$(e,t){return(e%t+t)%t}function $n(e,[t,n]){return e>=t&&e<=n}function Ag(e){return e*(180/Math.PI)}function Gt(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 K$(e,t){return t*Math.sin(e-Math.PI/2)}function $g(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 Q$(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 _c(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 J$(e){return e.depth}function tL(e,t){return t-1-e.height}function Lg(e,t){return e.sourceLinks.length?e.depth:t-1}function Fa(e){return function(){return e}}function Dg(e,t){return Ga(e.source,t.source)||e.index-t.index}function kg(e,t){return Ga(e.target,t.target)||e.index-t.index}function Ga(e,t){return e.y0-t.y0}function Ec(e){return e.value}function eL(e){return e.index}function nL(e){return e.nodes}function rL(e){return e.links}function Rg(e,t){const n=e.get(t);if(!n)throw new Error("missing: "+t);return n}function Ig({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 iL(){let e=0,t=0,n=1,r=1,i=24,s=8,a,o=eL,l=Lg,c,u,h=nL,d=rL,f=6;function p(){const y={nodes:h.apply(null,arguments),links:d.apply(null,arguments)};return m(y),g(y),v(y),b(y),E(y),Ig(y),y}p.update=function(y){return Ig(y),y},p.nodeId=function(y){return arguments.length?(o=typeof y=="function"?y:Fa(y),p):o},p.nodeAlign=function(y){return arguments.length?(l=typeof y=="function"?y:Fa(y),p):l},p.nodeSort=function(y){return arguments.length?(c=y,p):c},p.nodeWidth=function(y){return arguments.length?(i=+y,p):i},p.nodePadding=function(y){return arguments.length?(s=a=+y,p):s},p.nodes=function(y){return arguments.length?(h=typeof y=="function"?y:Fa(y),p):h},p.links=function(y){return arguments.length?(d=typeof y=="function"?y:Fa(y),p):d},p.linkSort=function(y){return arguments.length?(u=y,p):u},p.size=function(y){return arguments.length?(e=t=0,n=+y[0],r=+y[1],p):[n-e,r-t]},p.extent=function(y){return arguments.length?(e=+y[0][0],n=+y[1][0],t=+y[0][1],r=+y[1][1],p):[[e,t],[n,r]]},p.iterations=function(y){return arguments.length?(f=+y,p):f};function m({nodes:y,links:R}){for(const[B,U]of y.entries())U.index=B,U.sourceLinks=[],U.targetLinks=[];const I=new Map(y.map((B,U)=>[o(B,U,y),B]));for(const[B,U]of R.entries()){U.index=B;let{source:z,target:j}=U;typeof z!="object"&&(z=U.source=Rg(I,z)),typeof j!="object"&&(j=U.target=Rg(I,j)),z.sourceLinks.push(U),j.targetLinks.push(U)}if(u!=null)for(const{sourceLinks:B,targetLinks:U}of y)B.sort(u),U.sort(u)}function g({nodes:y}){for(const R of y)R.value=R.fixedValue===void 0?Math.max(_c(R.sourceLinks,Ec),_c(R.targetLinks,Ec)):R.fixedValue}function v({nodes:y}){const R=y.length;let I=new Set(y),B=new Set,U=0;for(;I.size;){for(const z of I){z.depth=U;for(const{target:j}of z.sourceLinks)B.add(j)}if(++U>R)throw new Error("circular link");I=B,B=new Set}}function b({nodes:y}){const R=y.length;let I=new Set(y),B=new Set,U=0;for(;I.size;){for(const z of I){z.height=U;for(const{source:j}of z.targetLinks)B.add(j)}if(++U>R)throw new Error("circular link");I=B,B=new Set}}function w({nodes:y}){const R=$g(y,U=>U.depth)+1,I=(n-e-i)/(R-1),B=new Array(R);for(const U of y){const z=Math.max(0,Math.min(R-1,Math.floor(l.call(null,U,R))));U.layer=z,U.x0=e+z*I,U.x1=U.x0+i,B[z]?B[z].push(U):B[z]=[U]}if(c)for(const U of B)U.sort(c);return B}function O(y){const R=Q$(y,I=>(r-t-(I.length-1)*a)/_c(I,Ec));for(const I of y){let B=t;for(const U of I){U.y0=B,U.y1=B+U.value*R,B=U.y1+a;for(const z of U.sourceLinks)z.width=z.value*R}B=(r-B+a)/(I.length+1);for(let U=0;U<I.length;++U){const z=I[U];z.y0+=B*(U+1),z.y1+=B*(U+1)}V(I)}}function E(y){const R=w(y);a=Math.min(s,(r-t)/($g(R,I=>I.length)-1)),O(R);for(let I=0;I<f;++I){const B=Math.pow(.99,I),U=Math.max(1-B,(I+1)/f);S(R,B,U),T(R,B,U)}}function T(y,R,I){for(let B=1,U=y.length;B<U;++B){const z=y[B];for(const j of z){let G=0,et=0;for(const{source:Q,value:lt}of j.targetLinks){let rt=lt*(j.layer-Q.layer);G+=x(Q,j)*rt,et+=rt}if(!(et>0))continue;let q=(G/et-j.y0)*R;j.y0+=q,j.y1+=q,M(j)}c===void 0&&z.sort(Ga),$(z,I)}}function S(y,R,I){for(let B=y.length,U=B-2;U>=0;--U){const z=y[U];for(const j of z){let G=0,et=0;for(const{target:Q,value:lt}of j.sourceLinks){let rt=lt*(Q.layer-j.layer);G+=C(j,Q)*rt,et+=rt}if(!(et>0))continue;let q=(G/et-j.y0)*R;j.y0+=q,j.y1+=q,M(j)}c===void 0&&z.sort(Ga),$(z,I)}}function $(y,R){const I=y.length>>1,B=y[I];L(y,B.y0-a,I-1,R),k(y,B.y1+a,I+1,R),L(y,r,y.length-1,R),k(y,t,0,R)}function k(y,R,I,B){for(;I<y.length;++I){const U=y[I],z=(R-U.y0)*B;z>1e-6&&(U.y0+=z,U.y1+=z),R=U.y1+a}}function L(y,R,I,B){for(;I>=0;--I){const U=y[I],z=(U.y1-R)*B;z>1e-6&&(U.y0-=z,U.y1-=z),R=U.y0-a}}function M({sourceLinks:y,targetLinks:R}){if(u===void 0){for(const{source:{sourceLinks:I}}of R)I.sort(kg);for(const{target:{targetLinks:I}}of y)I.sort(Dg)}}function V(y){if(u===void 0)for(const{sourceLinks:R,targetLinks:I}of y)R.sort(kg),I.sort(Dg)}function x(y,R){let I=y.y0-(y.sourceLinks.length-1)*a/2;for(const{target:B,width:U}of y.sourceLinks){if(B===R)break;I+=U+a}for(const{source:B,width:U}of R.targetLinks){if(B===y)break;I-=U}return I}function C(y,R){let I=R.y0-(R.targetLinks.length-1)*a/2;for(const{source:B,width:U}of R.targetLinks){if(B===y)break;I+=U+a}for(const{target:B,width:U}of y.sourceLinks){if(B===R)break;I-=U}return I}return p}var Sc=Math.PI,Oc=2*Sc,ar=1e-6,sL=Oc-ar;function Tc(){this._x0=this._y0=this._x1=this._y1=null,this._=""}function Pg(){return new Tc}Tc.prototype=Pg.prototype={constructor:Tc,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,h=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(h>ar)if(!(Math.abs(u*o-l*c)>ar)||!i)this._+="L"+(this._x1=e)+","+(this._y1=t);else{var d=n-s,f=r-a,p=o*o+l*l,m=d*d+f*f,g=Math.sqrt(p),v=Math.sqrt(h),b=i*Math.tan((Sc-Math.acos((p+h-m)/(2*g*v)))/2),w=b/v,O=b/g;Math.abs(w-1)>ar&&(this._+="L"+(e+w*c)+","+(t+w*u)),this._+="A"+i+","+i+",0,0,"+ +(u*d>c*f)+","+(this._x1=e+O*o)+","+(this._y1=t+O*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,h=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)>ar||Math.abs(this._y1-c)>ar)&&(this._+="L"+l+","+c),n&&(h<0&&(h=h%Oc+Oc),h>sL?this._+="A"+n+","+n+",0,1,"+u+","+(e-a)+","+(t-o)+"A"+n+","+n+",0,1,"+u+","+(this._x1=l)+","+(this._y1=c):h>ar&&(this._+="A"+n+","+n+",0,"+ +(h>=Sc)+","+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 Ng(e){return function(){return e}}function aL(e){return e[0]}function oL(e){return e[1]}var lL=Array.prototype.slice;function cL(e){return e.source}function uL(e){return e.target}function hL(e){var t=cL,n=uL,r=aL,i=oL,s=null;function a(){var o,l=lL.call(arguments),c=t.apply(this,l),u=n.apply(this,l);if(s||(s=o=Pg()),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:Ng(+o),a):r},a.y=function(o){return arguments.length?(i=typeof o=="function"?o:Ng(+o),a):i},a.context=function(o){return arguments.length?(s=o??null,a):s},a}function dL(e,t,n,r,i){e.moveTo(t,n),e.bezierCurveTo(t=(t+r)/2,n,t,i,r,i)}function fL(){return hL(dL)}function pL(e){return[e.source.x1,e.y0]}function gL(e){return[e.target.x0,e.y1]}function mL(){return fL().source(pL).target(gL)}function Ug(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function vL(e){if(e.__esModule)return e;var t=e.default;if(typeof t=="function"){var n=function r(){if(this instanceof r){var i=[null];i.push.apply(i,arguments);var s=Function.bind.apply(t,i);return new s}return 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}var yL={value:function(){}};function Bg(){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 za(n)}function za(e){this._=e}function bL(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}})}za.prototype=Bg.prototype={constructor:za,on:function(e,t){var n=this._,r=bL(e+"",n),i,s=-1,a=r.length;if(arguments.length<2){for(;++s<a;)if((i=(e=r[s]).type)&&(i=xL(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]=Vg(n[i],e.name,t);else if(t==null)for(i in n)n[i]=Vg(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 za(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 xL(e,t){for(var n=0,r=e.length,i;n<r;++n)if((i=e[n]).name===t)return i.value}function Vg(e,t,n){for(var r=0,i=e.length;r<i;++r)if(e[r].name===t){e[r]=yL,e=e.slice(0,r).concat(e.slice(r+1));break}return n!=null&&e.push({name:t,value:n}),e}var wL=vL(Object.freeze(Object.defineProperty({__proto__:null,dispatch:Bg},Symbol.toStringTag,{value:"Module"}))).dispatch,Mc=Math.PI/180,Qi=64,ja=2048,_L=function(){var e=[256,256],t=EL,n=SL,r=OL,i=Hg,s=Hg,a=TL,o=ML,l=Fg,c=[],u=1/0,h=wL("word","end"),d=null,f=Math.random,p={},m=RL;p.canvas=function(b){return arguments.length?(m=Ln(b),p):m},p.start=function(){var b=g(m()),w=kL((e[0]>>5)*e[1]),O=null,E=c.length,T=-1,S=[],$=c.map(function(L,M){return L.text=t.call(this,L,M),L.font=n.call(this,L,M),L.style=i.call(this,L,M),L.weight=s.call(this,L,M),L.rotate=a.call(this,L,M),L.size=~~r.call(this,L,M),L.padding=o.call(this,L,M),L}).sort(function(L,M){return M.size-L.size});return d&&clearInterval(d),d=setInterval(k,0),k(),p;function k(){for(var L=Date.now();Date.now()-L<u&&++T<E&&d;){var M=$[T];M.x=e[0]*(f()+.5)>>1,M.y=e[1]*(f()+.5)>>1,CL(b,M,$,T),M.hasText&&v(w,M,O)&&(S.push(M),h.call("word",p,M),O?$L(O,M):O=[{x:M.x+M.x0,y:M.y+M.y0},{x:M.x+M.x1,y:M.y+M.y1}],M.x-=e[0]>>1,M.y-=e[1]>>1)}T>=E&&(p.stop(),h.call("end",p,S,O))}},p.stop=function(){return d&&(clearInterval(d),d=null),p};function g(b){b.width=b.height=1;var w=Math.sqrt(b.getContext("2d").getImageData(0,0,1,1).data.length>>2);b.width=(Qi<<5)/w,b.height=ja/w;var O=b.getContext("2d");return O.fillStyle=O.strokeStyle="red",O.textAlign="center",{context:O,ratio:w}}function v(b,w,O){e[0],e[1];for(var E=w.x,T=w.y,S=Math.sqrt(e[0]*e[0]+e[1]*e[1]),$=l(e),k=f()<.5?1:-1,L=-k,M,V,x;(M=$(L+=k))&&(V=~~M[0],x=~~M[1],!(Math.min(Math.abs(V),Math.abs(x))>=S));)if(w.x=E+V,w.y=T+x,!(w.x+w.x0<0||w.y+w.y0<0||w.x+w.x1>e[0]||w.y+w.y1>e[1])&&(!O||!AL(w,b,e[0]))&&(!O||LL(w,O))){for(var C=w.sprite,y=w.width>>5,R=e[0]>>5,I=w.x-(y<<4),B=I&127,U=32-B,z=w.y1-w.y0,j=(w.y+w.y0)*R+(I>>5),G,et=0;et<z;et++){G=0;for(var q=0;q<=y;q++)b[j+q]|=G<<U|(q<y?(G=C[et*y+q])>>>B:0);j+=R}return delete w.sprite,!0}return!1}return p.timeInterval=function(b){return arguments.length?(u=b??1/0,p):u},p.words=function(b){return arguments.length?(c=b,p):c},p.size=function(b){return arguments.length?(e=[+b[0],+b[1]],p):e},p.font=function(b){return arguments.length?(n=Ln(b),p):n},p.fontStyle=function(b){return arguments.length?(i=Ln(b),p):i},p.fontWeight=function(b){return arguments.length?(s=Ln(b),p):s},p.rotate=function(b){return arguments.length?(a=Ln(b),p):a},p.text=function(b){return arguments.length?(t=Ln(b),p):t},p.spiral=function(b){return arguments.length?(l=IL[b]||b,p):l},p.fontSize=function(b){return arguments.length?(r=Ln(b),p):r},p.padding=function(b){return arguments.length?(o=Ln(b),p):o},p.random=function(b){return arguments.length?(f=b,p):f},p.on=function(){var b=h.on.apply(h,arguments);return b===h?p:b},p};function EL(e){return e.text}function SL(){return"serif"}function Hg(){return"normal"}function OL(e){return Math.sqrt(e.value)}function TL(){return(~~(Math.random()*6)-3)*30}function ML(){return 1}function CL(e,t,n,r){if(!t.sprite){var i=e.context,s=e.ratio;i.clearRect(0,0,(Qi<<5)/s,ja/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;var u=i.measureText(t.text+"m").width*s,h=t.size<<1;if(t.rotate){var d=Math.sin(t.rotate*Mc),f=Math.cos(t.rotate*Mc),p=u*f,m=u*d,g=h*f,v=h*d;u=Math.max(Math.abs(p+v),Math.abs(p-v))+31>>5<<5,h=~~Math.max(Math.abs(m+g),Math.abs(m-g))}else u=u+31>>5<<5;if(h>l&&(l=h),a+u>=Qi<<5&&(a=0,o+=l,l=0),o+h>=ja)break;i.translate((a+(u>>1))/s,(o+(h>>1))/s),t.rotate&&i.rotate(t.rotate*Mc),i.fillText(t.text,0,0),t.padding&&(i.lineWidth=2*t.padding,i.strokeText(t.text,0,0)),i.restore(),t.width=u,t.height=h,t.xoff=a,t.yoff=o,t.x1=u>>1,t.y1=h>>1,t.x0=-t.x1,t.y0=-t.y1,t.hasText=!0,a+=u}for(var b=i.getImageData(0,0,(Qi<<5)/s,ja/s).data,w=[];--r>=0;)if(t=n[r],!!t.hasText){for(var u=t.width,O=u>>5,h=t.y1-t.y0,E=0;E<h*O;E++)w[E]=0;if(a=t.xoff,a==null)return;o=t.yoff;for(var T=0,S=-1,$=0;$<h;$++){for(var E=0;E<u;E++){var k=O*$+(E>>5),L=b[(o+$)*(Qi<<5)+(a+E)<<2]?1<<31-E%32:0;w[k]|=L,T|=L}T?S=$:(t.y0++,h--,$--,o++)}t.y1=t.y0+S,t.sprite=w.slice(0,(t.y1-t.y0)*O)}}}function AL(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,h=0;h<l;h++){u=0;for(var d=0;d<=i;d++)if((u<<o|(d<i?(u=r[h*i+d])>>>a:0))&t[c+d])return!0;c+=n}return!1}function $L(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 LL(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 Fg(e){var t=e[0]/e[1];return function(n){return[t*(n*=.1)*Math.cos(n),n*Math.sin(n)]}}function DL(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 kL(e){for(var t=[],n=-1;++n<e;)t[n]=0;return t}function RL(){return document.createElement("canvas")}function Ln(e){return typeof e=="function"?e:function(){return e}}var IL={archimedean:Fg,rectangular:DL};const PL=Ug(_L);function NL(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 UL(e){return function(t){return e==null?void 0:e[t]}}var BL={À:"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"},VL=UL(BL);const HL=VL;var FL=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,GL="\\u0300-\\u036f",zL="\\ufe20-\\ufe2f",jL="\\u20d0-\\u20ff",WL=GL+zL+jL,qL="["+WL+"]",YL=RegExp(qL,"g");function XL(e){return e=Gi(e),e&&e.replace(FL,HL).replace(YL,"")}var ZL=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g;function KL(e){return e.match(ZL)||[]}var QL=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/;function JL(e){return QL.test(e)}var Gg="\\ud800-\\udfff",tD="\\u0300-\\u036f",eD="\\ufe20-\\ufe2f",nD="\\u20d0-\\u20ff",rD=tD+eD+nD,zg="\\u2700-\\u27bf",jg="a-z\\xdf-\\xf6\\xf8-\\xff",iD="\\xac\\xb1\\xd7\\xf7",sD="\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf",aD="\\u2000-\\u206f",oD=" \\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",Wg="A-Z\\xc0-\\xd6\\xd8-\\xde",lD="\\ufe0e\\ufe0f",qg=iD+sD+aD+oD,Yg="['’]",Xg="["+qg+"]",cD="["+rD+"]",Zg="\\d+",uD="["+zg+"]",Kg="["+jg+"]",Qg="[^"+Gg+qg+Zg+zg+jg+Wg+"]",hD="\\ud83c[\\udffb-\\udfff]",dD="(?:"+cD+"|"+hD+")",fD="[^"+Gg+"]",Jg="(?:\\ud83c[\\udde6-\\uddff]){2}",tm="[\\ud800-\\udbff][\\udc00-\\udfff]",Vr="["+Wg+"]",pD="\\u200d",em="(?:"+Kg+"|"+Qg+")",gD="(?:"+Vr+"|"+Qg+")",nm="(?:"+Yg+"(?:d|ll|m|re|s|t|ve))?",rm="(?:"+Yg+"(?:D|LL|M|RE|S|T|VE))?",im=dD+"?",sm="["+lD+"]?",mD="(?:"+pD+"(?:"+[fD,Jg,tm].join("|")+")"+sm+im+")*",vD="\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",yD="\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])",bD=sm+im+mD,xD="(?:"+[uD,Jg,tm].join("|")+")"+bD,wD=RegExp([Vr+"?"+Kg+"+"+nm+"(?="+[Xg,Vr,"$"].join("|")+")",gD+"+"+rm+"(?="+[Xg,Vr+em,"$"].join("|")+")",Vr+"?"+em+"+"+nm,Vr+"+"+rm,yD,vD,Zg,xD].join("|"),"g");function _D(e){return e.match(wD)||[]}function ED(e,t,n){return e=Gi(e),t=n?void 0:t,t===void 0?JL(e)?_D(e):KL(e):e.match(t)||[]}var SD="['’]",OD=RegExp(SD,"g");function am(e){return function(t){return NL(ED(XL(t).replace(OD,"")),e,"")}}function TD(e,t,n){return e===e&&(n!==void 0&&(e=e<=n?e:n),t!==void 0&&(e=e>=t?e:t)),e}function om(e,t,n){return n===void 0&&(n=t,t=void 0),n!==void 0&&(n=Ki(n),n=n===n?n:0),t!==void 0&&(t=Ki(t),t=t===t?t:0),TD(Ki(e),t,n)}function MD(e,t){var n=-1,r=tr(e)?Array(e.length):[];return bc(e,function(i,s,a){r[++n]=t(i,s,a)}),r}function CD(e,t){var n=ee(e)?rp:MD;return n(e,Ua(t))}var AD=1/0;function $D(e,t){return ka(CD(e,t),AD)}function lm(e,t){return Na(e,t)}var LD=am(function(e,t,n){return e+(n?"-":"")+t.toLowerCase()});const Hr=LD;function DD(e,t){var n;return bc(e,function(r,i,s){return n=t(r,i,s),!n}),!!n}function kD(e,t,n){var r=ee(e)?Kp:DD;return n&&fp(e,t,n)&&(t=void 0),r(e,Ua(t))}class gt{constructor(t,n,r){if(this.type="",this.renderType=nt.HTML,this.id="",this.parent=void 0,this.configs={},this.model=t,this.services=n,r&&(this.configs=r,this.configs.id)){const i=_(this.model.getOptions(),"style","prefix");this.id=`${i}--${this.configs.id}`}this.parent||this.setParent(N(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 n;const r=this.parent;if(this.parent=t,!(r&&r.node()===t.node())&&this.type){const i=_(this.model.getOptions(),"style","prefix");(n=this.parent)==null||n.classed(`${ue}--${i}--${this.type}`,!0),r&&r.classed(`${ue}--${i}--${this.type}`,!1)}}getParent(){return this.parent}getComponentContainer(t={withinChartClip:!1}){if(this.type){const n=_(this.model.getOptions(),"style","prefix"),r=this.id?`#${this.id}`:"",i=P.appendOrSelect(this.parent,`${this.renderType===nt.SVG?"svg":"div"}${r}.${ue}--${n}--${this.type}`);if(t.withinChartClip){const s=this.model.get("chartClipId");if(s){const a=N(`#${s}`).select("rect");a.size()!==0&&parseFloat(a.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?at({},this.model.getOptions(),this.configs.options):this.model.getOptions()}}const cm=class extends gt{constructor(){super(...arguments),this.type="toolbar",this.renderType=nt.HTML}init(){const t=()=>this.updateOverflowMenu(!1);this.services.events.addEventListener(A.Toolbar.SHOW_OVERFLOW_MENU,()=>{this.renderOverflowMenu(),document.body.addEventListener("click",t)}),this.services.events.addEventListener(A.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(_(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:r,overflowMenuItemList:i}=this.getControlConfigs();i&&r.push(this.getOverflowButtonConfig());const s=n.selectAll("div.toolbar-control").data(r,l=>l.id);s.exit().remove();const a=s.enter().append("div").attr("class","toolbar-control cds--overflow-menu cds--overflow-menu").attr("role","button"),o=this;a.merge(s).classed("disabled",l=>l.shouldBeDisabled()).attr("aria-disabled",l=>l.shouldBeDisabled()).attr("aria-label",l=>l.title).html(l=>`
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-${l.id}`)}" aria-label="${l.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
+ ${l.iconSVG.content}
9
+ </svg>
10
+ </button>`).each(function(l,c){N(this).select("svg").style("will-change","transform").style("width",l.iconSVG.width!==void 0?l.iconSVG.width:"20px").style("height",l.iconSVG.height!==void 0?l.iconSVG.height:"20px"),N(this).select("button").on("click",u=>{l.shouldBeDisabled()||o.triggerFunctionAndEvent(l,u,this)}).on("keydown",u=>{u.key&&u.key==="Enter"||u.key===" "?(u.preventDefault(),o.triggerFunctionAndEvent(l,u,this)):u.key&&u.key==="ArrowLeft"?o.focusOnPreviousEnabledToolbarItem(c):u.key&&u.key==="ArrowRight"&&o.focusOnNextEnabledToolbarItem(c)})}),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=>_(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),N(this.overflowButton.node().parentNode).classed("cds--overflow-menu--open",t).classed("cds--overflow-menu--open",t)),t?this.services.events.dispatchEvent(A.Toolbar.SHOW_OVERFLOW_MENU):this.services.events.dispatchEvent(A.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=N(`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=N(`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=N(`#${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=N(`#${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((r,i)=>{const s=N(`#${this.services.domUtils.generateElementIDString(`control-${r.id}`)}`);s!==null&&(s.on("click",()=>{n.triggerFunctionAndEvent(r,t,s.node()),n.updateOverflowMenu(!1)}),s.on("keydown",a=>{a&&a.key==="Enter"?n.triggerFunctionAndEvent(r,t,s.node()):a&&a.key==="ArrowUp"?n.focusOnPreviousEnabledMenuItem(i):a&&a.key==="ArrowDown"?n.focusOnNextEnabledMenuItem(i):a&&a.key==="Escape"&&n.updateOverflowMenu(!1),a.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(A.Toolbar.BUTTON_CLICK,{control:t,event:n,element:r}))}getControlConfigs(){const t=_(this.getOptions(),"toolbar","numberOfIcons")-1,n=_(this.getOptions(),"toolbar","controls"),r=[],i=[],s=[];return n.forEach(a=>{let o=null;a.type===Bt.CUSTOM?(_(a,"id")===null&&(a.id=`toolbar-button-${cm.buttonID++}`),_(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?_(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 Bt.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 Bt.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 Bt.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 Bt.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 Bt.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(A.Modal.SHOW)};break;case Bt.EXPORT_CSV:i={id:"toolbar-export-CSV",title:"Export as CSV",shouldBeDisabled:()=>!1,iconSVG:{content:this.getControlIconByType(t)},clickFunction:()=>this.model.exportToCSV()};break;case Bt.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 Bt.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 Bt.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 Bt.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 Bt.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 Bt.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 Bt.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 Bt.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 Bt.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 Bt.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)}}};let Ji=cm;Ji.buttonID=0;const um=class extends gt{constructor(t,n,r,i){super(t,n,i),this.type="layout",this.configs=i,this.children=r,this._instanceID=um.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=_(r,"growth");return i===ut.PREFERRED||i===ut.FIXED}).each(function(r){n+=r.size}),n}getNumOfStretchChildren(){return this.parent.selectAll(`div.layout-child-${this._instanceID}`).filter(t=>_(t,"growth")===ut.STRETCH).size()}render(t=!0){const n=this.parent,{width:r,height:i}=P.getHTMLElementSize(n.node()),s=this.configs.direction===Dt.ROW||this.configs.direction===Dt.ROW_REVERSE,a=_(this.model.getOptions(),"style","prefix"),o=n.classed(`${ue}--${a}--layout-row`,this.configs.direction===Dt.ROW).classed(`${ue}--${a}--layout-row-reverse`,this.configs.direction===Dt.ROW_REVERSE).classed(`${ue}--${a}--layout-column`,this.configs.direction===Dt.COLUMN).classed(`${ue}--${a}--layout-column-reverse`,this.configs.direction===Dt.COLUMN_REVERSE).classed(`${ue}--${a}--layout-alignitems-center`,this.configs.alignItems===Cr.CENTER).selectAll(`div.layout-child-${this._instanceID}`).data(this.children,c=>c.id);o.enter().append("div").merge(n.selectAll(`div.layout-child-${this._instanceID}`)).attr("class",c=>`layout-child layout-child-${this._instanceID} ${c.id}`).each(function(c){c.components.forEach(u=>{const h=N(this),d=_(c,"renderType")===nt.SVG;u.setParent(d?P.appendOrSelect(h,"svg.layout-svg-wrapper").attr("width","100%").attr("height","100%"):h);const f=_(c,"growth");(f===ut.PREFERRED||f===ut.FIXED)&&u.render(t)})}),n.selectAll(`div.layout-child-${this._instanceID}`).style("height",null).style("width",null).each(function(c){const u=_(c,"growth"),h=_(c,"renderType")===nt.SVG?P.getSVGElementSize(N(this).select("svg.layout-svg-wrapper"),{useBBox:!0}):P.getHTMLElementSize(this);if(u===ut.PREFERRED){const d=s?h.width:h.height,f=s?r:i;c.size=d/f*100}}),o.exit().remove(),this.children.filter(c=>_(c,"growth")===ut.STRETCH).forEach(c=>{c.size=(100-+this.getPreferedAndFixedSizeSum())/+this.getNumOfStretchChildren()});const l=n.selectAll(`div.layout-child-${this._instanceID}`).data(this.children,c=>c.id);s?l.style("width",c=>`${c.size/100*r}px`).style("height","100%"):l.style("height",c=>`${c.size/100*i}px`).style("width","100%"),l.each(function(c){c.components.forEach(u=>{_(c,"growth")===ut.STRETCH&&u.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())})}};let ve=um;ve.instanceID=Math.floor(Math.random()*99999999999);class _n extends gt{constructor(){super(...arguments),this.type="spacer"}render(t=!0){this.getComponentContainer().style("width",`${this.configs.size||Gl.default.size}px`).style("height",`${this.configs.size||Gl.default.size}px`).attr("opacity",0)}}var RD={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
+ `},Cc=RD;function hm(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 ID(e,t,n){return t&&hm(e.prototype,t),n&&hm(e,n),Object.defineProperty(e,"prototype",{writable:!1}),e}function PD(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function ND(e){return HD(e)||VD(e)||BD(e)||UD()}function UD(){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 BD(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 VD(e){if(typeof Symbol<"u"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function HD(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 dm(e){return e.reduce(function(t,n){return Array.isArray(n)?t.push.apply(t,ND(dm(n))):t.push(n),t},[])}function FD(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return dm(t).reduce(function(r,i){return i(r)},function(){function r(){PD(this,r)}return ID(r)}())}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 GD(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function fm(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 zD(e,t,n){return t&&fm(e.prototype,t),n&&fm(e,n),Object.defineProperty(e,"prototype",{writable:!1}),e}function jD(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&&Lc(e,t)}function Lc(e,t){return Lc=Object.setPrototypeOf||function(n,r){return n.__proto__=r,n},Lc(e,t)}function WD(e){var t=YD();return function(){var n=Wa(e),r;if(t){var i=Wa(this).constructor;r=Reflect.construct(n,arguments,i)}else r=n.apply(this,arguments);return qD(this,r)}}function qD(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 pm(e)}function pm(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function YD(){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 Wa(e){return Wa=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},Wa(e)}function XD(e){var t=function(n){jD(i,n);var r=WD(i);function i(s){var a,o=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};if(GD(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,pm(a)),a}return zD(i,[{key:"release",value:function(){for(var s=this.children.pop();s;s=this.children.pop())s.release();return this.constructor.components.delete(this.element),null}}],[{key:"create",value:function(s,a){return this.components.get(s)||new this(s,a)}}]),i}(e);return t}function Dc(e){"@babel/helpers - typeof";return Dc=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},Dc(e)}function ZD(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function gm(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 KD(e,t,n){return t&&gm(e.prototype,t),n&&gm(e,n),Object.defineProperty(e,"prototype",{writable:!1}),e}function qa(){return typeof Reflect<"u"&&Reflect.get?qa=Reflect.get:qa=function(e,t,n){var r=QD(e,t);if(r){var i=Object.getOwnPropertyDescriptor(r,t);return i.get?i.get.call(arguments.length<3?e:n):i.value}},qa.apply(this,arguments)}function QD(e,t){for(;!Object.prototype.hasOwnProperty.call(e,t)&&(e=Fr(e),e!==null););return e}function JD(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(n,r){return n.__proto__=r,n},kc(e,t)}function tk(e){var t=rk();return function(){var n=Fr(e),r;if(t){var i=Fr(this).constructor;r=Reflect.construct(n,arguments,i)}else r=n.apply(this,arguments);return ek(this,r)}}function ek(e,t){if(t&&(Dc(t)==="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return nk(e)}function nk(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function rk(){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 Fr(e){return Fr=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},Fr(e)}function ik(e){var t=function(n){JD(i,n);var r=tk(i);function i(){var s;ZD(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 KD(i,[{key:"manage",value:function(s){return this.handles.add(s),s}},{key:"unmanage",value:function(s){return this.handles.delete(s),s}},{key:"release",value:function(){var s=this;return this.handles.forEach(function(a){a.release(),s.handles.delete(a)}),qa(Fr(i.prototype),"release",this).call(this)}}]),i}(e);return t}function ts(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 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 sk(e){return ck(e)||lk(e)||ok(e)||ak()}function ak(){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 ok(e,t){if(e){if(typeof e=="string")return Ic(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 Ic(e,t)}}function lk(e){if(typeof Symbol<"u"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function ck(e){if(Array.isArray(e))return Ic(e)}function Ic(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 uk(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function mm(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 hk(e,t,n){return t&&mm(e.prototype,t),n&&mm(e,n),Object.defineProperty(e,"prototype",{writable:!1}),e}function dk(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(n,r){return n.__proto__=r,n},Pc(e,t)}function fk(e){var t=mk();return function(){var n=Ya(e),r;if(t){var i=Ya(this).constructor;r=Reflect.construct(n,arguments,i)}else r=n.apply(this,arguments);return pk(this,r)}}function pk(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 gk(e)}function gk(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function mk(){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 Ya(e){return Ya=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},Ya(e)}function vk(e){var t=function(n){dk(i,n);var r=fk(i);function i(){return uk(this,i),r.apply(this,arguments)}return hk(i,[{key:"_changeState",value:function(){throw new Error("_changeState() should be overridden to perform actual change in state.")}},{key:"changeState",value:function(){for(var s=this,a=arguments.length,o=new Array(a),l=0;l<a;l++)o[l]=arguments[l];var c=typeof o[0]=="string"?o.shift():void 0,u=Object(o[0])===o[0]&&typeof o[0]!="function"?o.shift():void 0,h=typeof o[0]=="function"?o.shift():void 0;if(typeof this.shouldStateBeChanged=="function"&&!this.shouldStateBeChanged(c,u)){h&&h(null,!0);return}var d={group:u&&u.group,state:c},f=[d.group,c].filter(Boolean).join("-").split("-").map(function(w){return w[0].toUpperCase()+w.substr(1)}).join(""),p=new CustomEvent(this.options["eventBefore".concat(f)],{bubbles:!0,cancelable:!0,detail:u}),m=u&&u.delegatorNode||this.element,g=!m.dispatchEvent(p);if(g){if(h){var v=new Error("Changing state (".concat(JSON.stringify(d),") has been canceled."));v.canceled=!0,h(v)}}else{var b=[c,u].filter(Boolean);this._changeState.apply(this,sk(b).concat([function(){m.dispatchEvent(new CustomEvent(s.options["eventAfter".concat(f)],{bubbles:!0,cancelable:!0,detail:u})),h&&h()}]))}}}]),i}(e);return t}function Nc(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 vm(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 Uc(e){"@babel/helpers - typeof";return Uc=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},Uc(e)}function yk(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function ym(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 bk(e,t,n){return t&&ym(e.prototype,t),n&&ym(e,n),Object.defineProperty(e,"prototype",{writable:!1}),e}function xk(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&&Bc(e,t)}function Bc(e,t){return Bc=Object.setPrototypeOf||function(n,r){return n.__proto__=r,n},Bc(e,t)}function wk(e){var t=Sk();return function(){var n=Xa(e),r;if(t){var i=Xa(this).constructor;r=Reflect.construct(n,arguments,i)}else r=n.apply(this,arguments);return _k(this,r)}}function _k(e,t){if(t&&(Uc(t)==="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return Ek(e)}function Ek(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Sk(){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 Xa(e){return Xa=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},Xa(e)}function Ok(e){var t=function(n){xk(i,n);var r=wk(i);function i(){return yk(this,i),r.apply(this,arguments)}return bk(i,[{key:"show",value:function(s,a){(!s||typeof s=="function")&&(a=s),this.changeState("shown",vm(s),a)}},{key:"hide",value:function(s,a){(!s||typeof s=="function")&&(a=s),this.changeState("hidden",vm(s),a)}}]),i}(e);return t}var Tk=[vk,Ok];const Mk=Tk;var bm=function(){};process.env.NODE_ENV!=="production"&&(bm=function(e,t,n){var r=arguments.length;n=new Array(r>2?r-2:0);for(var i=2;i<r;i++)n[i-2]=arguments[i];if(t===void 0)throw new Error("`warning(condition, format, ...args)` requires a warning message argument");if(t.length<10||/^[s\W]*$/.test(t))throw new Error("The warning format should be able to uniquely identify this warning. Please, use a more descriptive format than: "+t);if(!e){var s=0,a="Warning: "+t.replace(/%s/g,function(){return n[s++]});typeof console<"u"&&console.error(a);try{throw new Error(a)}catch{}}});var Ck=bm;const Ak=_g(Ck);function Vc(e){"@babel/helpers - typeof";return Vc=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},Vc(e)}function $k(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function xm(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 Lk(e,t,n){return t&&xm(e.prototype,t),n&&xm(e,n),Object.defineProperty(e,"prototype",{writable:!1}),e}function Dk(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&&Hc(e,t)}function Hc(e,t){return Hc=Object.setPrototypeOf||function(n,r){return n.__proto__=r,n},Hc(e,t)}function kk(e){var t=Pk();return function(){var n=Za(e),r;if(t){var i=Za(this).constructor;r=Reflect.construct(n,arguments,i)}else r=n.apply(this,arguments);return Rk(this,r)}}function Rk(e,t){if(t&&(Vc(t)==="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return Ik(e)}function Ik(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Pk(){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 Za(e){return Za=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},Za(e)}function Nk(e){var t=function(n){Dk(i,n);var r=kk(i);function i(){return $k(this,i),r.apply(this,arguments)}return Lk(i,null,[{key:"init",value:function(){var s=this,a=arguments.length>0&&arguments[0]!==void 0?arguments[0]:document,o=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},l=Object.assign(Object.create(this.options),o);if(!a||a.nodeType!==Node.ELEMENT_NODE&&a.nodeType!==Node.DOCUMENT_NODE)throw new TypeError("DOM document or DOM element should be given to search for and initialize this widget.");if(a.nodeType===Node.ELEMENT_NODE&&a.matches(l.selectorInit))this.create(a,o);else{var c=l.initEventNames.map(function(u){return ts(a,u,function(h){var d=Nc(h,"[".concat(l.attribInitTarget,"]"));if(d){h.delegateTarget=d;var f=d.ownerDocument.querySelectorAll(d.getAttribute(l.attribInitTarget));if(f.length>1)throw new Error("Target widget must be unique.");if(f.length===1){d.tagName==="A"&&h.preventDefault();var p=s.create(f[0],o);typeof p.createdByLauncher=="function"&&p.createdByLauncher(h)}}})});return{release:function(){for(var u=c.pop();u;u=c.pop())u.release()}}}return""}}]),i.forLazyInit=!0,i}(e);return t}function Fc(e){"@babel/helpers - typeof";return Fc=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Fc(e)}function Uk(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function wm(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 Bk(e,t,n){return t&&wm(e.prototype,t),n&&wm(e,n),Object.defineProperty(e,"prototype",{writable:!1}),e}function Vk(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&&Gc(e,t)}function Gc(e,t){return Gc=Object.setPrototypeOf||function(n,r){return n.__proto__=r,n},Gc(e,t)}function Hk(e){var t=zk();return function(){var n=Ka(e),r;if(t){var i=Ka(this).constructor;r=Reflect.construct(n,arguments,i)}else r=n.apply(this,arguments);return Fk(this,r)}}function Fk(e,t){if(t&&(Fc(t)==="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return Gk(e)}function Gk(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function zk(){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 Ka(e){return Ka=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},Ka(e)}var jk=function(e){Vk(n,e);var t=Hk(n);function n(r,i){var s;return Uk(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!Nc(a,l)})&&s.element.querySelector(Cc.selectorTabbable).focus()},s._hookCloseActions(),s}return Bk(n,[{key:"createdByLauncher",value:function(r){this.show(r)}},{key:"shouldStateBeChanged",value:function(r){return r==="shown"?!this.element.classList.contains(this.options.classVisible):this.element.classList.contains(this.options.classVisible)}},{key:"_changeState",value:function(r,i,s){var a=this,o,l=function(){if(o&&(o=a.unmanage(o).release()),r==="shown"&&a.element.offsetWidth>0&&a.element.offsetHeight>0){a.previouslyFocusedNode=a.element.ownerDocument.activeElement;var h=a.element.querySelector(a.options.selectorPrimaryFocus)||a.element.querySelector(Cc.selectorTabbable);h.focus(),process.env.NODE_ENV!=="production"&&process.env.NODE_ENV!=="production"&&Ak(h,"Modals need to contain a focusable element by either using "+"`".concat(a.options.selectorPrimaryFocus,"` or settings.selectorTabbable."))}s()};if(this._handleFocusinListener&&(this._handleFocusinListener=this.unmanage(this._handleFocusinListener).release()),r==="shown"){var c="onfocusin"in this.element.ownerDocument.defaultView,u=c?"focusin":"focus";this._handleFocusinListener=this.manage(ts(this.element.ownerDocument,u,this._handleFocusin,!c))}r==="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()):r==="shown"&&(this.element.classList.toggle(this.options.classVisible,!0),this.element.ownerDocument.body.classList.toggle(this.options.classBody,!0)),o=this.manage(ts(this.element,"transitionend",l))}},{key:"_hookCloseActions",value:function(){var r=this;this.manage(ts(this.element,"click",function(i){var s=Nc(i,r.options.selectorModalClose);s&&(i.delegateTarget=s),(s||i.target===r.element)&&r.hide(i)})),this._handleKeydownListener&&(this._handleKeydownListener=this.unmanage(this._handleKeydownListener).release()),this._handleKeydownListener=this.manage(ts(this.element.ownerDocument.body,"keydown",function(i){i.which===27&&r.shouldStateBeChanged("hidden")&&(i.stopPropagation(),r.hide(i))}))}}],[{key:"options",get:function(){var r=Cc.prefix;return{selectorInit:"[data-modal]",selectorModalClose:"[data-modal-close]",selectorPrimaryFocus:"[data-modal-primary-focus]",selectorsFloatingMenus:[".".concat(r,"--overflow-menu-options"),".".concat(r,"--tooltip"),".flatpickr-calendar"],selectorModalContainer:".".concat(r,"--modal-container"),classVisible:"is-visible",classBody:"".concat(r,"--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}(FD(XD,Nk,Mk,ik));const Wk=jk;class Qa extends gt{constructor(t,n,r){super(t,n,r),this.type="modal",this.isEventListenerAdded=!1,this.handleShowModal=()=>{this.modal.html(this.getModalHTML()),this.modal.select("div.cds--modal-footer button.cds--btn").on("click",()=>this.model.exportToCSV()),Wk.create(this.modal.node()).show()},this.init()}addEventListeners(){this.services.events.addEventListener(A.Modal.SHOW,this.handleShowModal)}removeEventListeners(){this.services.events.removeEventListener(A.Modal.SHOW,this.handleShowModal)}getModalHTML(){const t=this.model.getOptions(),n=_(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
+ ${kt(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="${ue}--${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=!0){const n=this.model.getOptions();if(!this.isEventListenerAdded){const r=N(this.services.domUtils.getHolder()),i=_(n,"style","prefix");this.modal=P.appendOrSelect(r,`div.${ue}--${i}--modal`),this.addEventListeners(),this.isEventListenerAdded=!0,this.modal.attr("data-modal",!0).attr("class","cds--modal cds--modal").attr("role","dialog").attr("aria-modal",!0).attr("aria-labelledby","modal-title").attr("aria-describedby","modal-description").attr("tabindex",-1)}}destroy(){this.removeEventListeners(),this.isEventListenerAdded=!1}}class es extends gt{constructor(){super(...arguments),this.type="title",this.renderType=nt.HTML}render(t=!0){const n=this.getComponentContainer(),r=_(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(A.Tooltip.SHOW,{event:a,hoveredElement:i,content:i.text()})}).on("mousemove",function(a){s.services.events.dispatchEvent(A.Tooltip.MOVE,{event:a})}).on("mouseout",function(){s.services.events.dispatchEvent(A.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=P.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(A.Tooltip.SHOW,{event:l,hoveredElement:t,content:r})}).on("mousemove",function(l){o.services.events.dispatchEvent(A.Tooltip.MOVE,{event:l})}).on("mouseout",function(){o.services.events.dispatchEvent(A.Tooltip.HIDE)})}}getMaxTitleWidth(){return P.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}}class zc extends gt{constructor(){super(...arguments),this.type="legend",this.renderType=nt.HTML}render(t=!0){const n=this.getOptions(),r=_(n,"legend"),i=_(r,"alignment"),s=_(n,"legend","orientation");let a=this.model.getDataGroups();const{DISABLED:o}=Vt.items.status,l=a.some(b=>b.status===o),c=_(r,"order"),u=this.getComponentContainer().classed("center-aligned",i===Yt.CENTER).classed("right-aligned",i===Yt.RIGHT).classed(s,!0).classed("has-deactivated-items",l).attr("role",dt.GROUP).attr("aria-label","Data groups").attr("data-name","legend-items");c&&(a=this.sortDataGroups(a,c));const h=u.selectAll("div.legend-item").data(a,b=>b.name),d=h.enter().append("div").attr("class","legend-item");d.merge(u.selectAll("div.legend-item")).classed("active",function(b){return b.status===Vt.items.status.ACTIVE});const f=_(this.getOptions(),"legend","clickable");u.classed("clickable",f&&a.length>1);const p=Vt.checkbox.radius,m=d.append("div").classed("checkbox",!0),g=m.merge(h.select("div.checkbox")).attr("role",dt.CHECKBOX).attr("tabindex",f?0:-1).attr("aria-labelledby",(b,w)=>this.services.domUtils.generateElementIDString(`legend-datagroup-${w}-title`)).attr("aria-checked",({status:b})=>b===Vt.items.status.ACTIVE).attr("width",p*2).attr("height",p*2).attr("class",b=>this.model.getColorClassName({classNameTypes:[st.BACKGROUND],dataGroupName:b.name,originalClassName:"checkbox"})).style("background",b=>b.status===Vt.items.status.ACTIVE?this.model.getFillColor(b.name)||this.model.getStrokeColor(b.name):null).classed("active",function(b){return b.status===Vt.items.status.ACTIVE});m.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"),d.append("p").merge(h.select("p"));const v=_(n,"legend","additionalItems");if(v&&a.length){const b=this,w=u.selectAll("div.additional-item").data(v);w.exit().remove();const O=w.enter().append("div").merge(w).classed("legend-item",!0).classed("additional",!0).attr("aria-labelledby",(S,$)=>this.services.domUtils.generateElementIDString(`legend-datagroup-${g.size()+$}-title`));O.selectAll("*").remove();let E,T=1;O.append("svg").classed("icon",!0).each(function(S){const $=N(this);!E||E!=S.type?(E=S.type,T=1):T++,b.addAdditionalItem($,S,T)}),O.append("p").merge(O.select("p")),this.truncateLegendText()}h.exit().on("mouseover",null).on("click",null).on("mouseout",null).remove(),f&&d.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}=Vt.area;if(n.type===Zt.RADIUS?t.style("width",`${s}px`).style("height",`${s}px`):t.style("width",`${i}px`).style("height",`${s}px`),n.type===Zt.RADIUS){const{iconData:a,fill:o,stroke:l}=Vt.radius;t.attr("fill","none").selectAll("circle").data(a).enter().append("circle").classed("radius",!0).attr("role",dt.IMG).attr("aria-label","radius").attr("cx",c=>c.cx).attr("cy",c=>c.cy).attr("r",c=>c.r).style("fill",n.fill?n.fill:o).style("stroke",n.stroke?n.stroke:l)}else if(n.type===Zt.LINE){const a=Vt.line;t.select("line.line").empty()&&t.append("line").classed(`line-${r}`,!0).attr("role",dt.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===Zt.AREA)t.select("rect.area").empty()&&t.append("rect").classed(`area-${r}`,!0).attr("role",dt.IMG).attr("aria-label","area").attr("width",i).attr("height",s).style("fill",r>3&&!n.fill?Vt.area.fill:n.fill).style("stroke",n.stroke);else if(n.type===Zt.SIZE){const{iconData:a,fill:o,stroke:l}=Vt.size;t.attr("fill","none").attr("role",dt.IMG).attr("aria-label","size").selectAll("rect").data(a).enter().append("rect").classed("size",!0).attr("width",c=>c.width).attr("height",c=>c.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===Zt.QUARTILE){const{iconData:a}=Vt.quartile;t.selectAll("rect").attr("role",dt.IMG).attr("aria-label","quartile").data(a).enter().append("rect").attr("class",(o,l)=>`quartile-${l===0?"wrapper":"line"}`).attr("x",o=>o.x).attr("y",o=>o.y).attr("width",o=>o.width).attr("height",o=>o.height)}else if(n.type===Zt.ZOOM){const{iconData:a,color:o}=_(bg,"legend","zoom"),l=t.attr("role",dt.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=_(this.getOptions(),"legend","truncation"),r=_(n,"type"),i=_(n,"threshold"),s=_(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!==He.NONE?a.html(function(o){return o.name.length>i?qi(o.name,r,s):o.name}):a.html(o=>o.name)}addEventListeners(){const t=this,n=this.getComponentContainer(),r=this.getOptions(),i=_(r,"legend"),s=_(i,"truncation");n.selectAll("div.legend-item").on("mouseover",function(a){t.services.events.dispatchEvent(A.Legend.ITEM_HOVER,{hoveredElement:N(this)});const o=N(this);o.select("div.checkbox").classed("hovered",!0);const l=o.datum();l.name.length>s.threshold&&s.type!==He.NONE&&t.services.events.dispatchEvent(A.Tooltip.SHOW,{event:a,hoveredElement:o,content:l.name})}).on("mousemove",function(a){N(this).datum().name.length>s.threshold&&s.type!==He.NONE&&t.services.events.dispatchEvent(A.Tooltip.MOVE,{event:a})}).on("click",function(){t.services.events.dispatchEvent(A.Legend.ITEM_CLICK,{clickedElement:N(this)});const a=N(this).datum();t.model.toggleDataLabel(a.name)}).on("mouseout",function(){const a=N(this);a.select("div.checkbox").classed("hovered",!1),a.datum().name.length>s.threshold&&s.type!==He.NONE&&t.services.events.dispatchEvent(A.Tooltip.HIDE),t.services.events.dispatchEvent(A.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(A.Legend.ITEM_HOVER,{hoveredElement:N(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(A.Legend.ITEM_MOUSEOUT,{hoveredElement:N(this)})}),n.selectAll("g.additional-item").on("mouseover",function(a){const o=N(this),l=o.datum();l.name.length>s.threshold&&t.services.events.dispatchEvent(A.Tooltip.SHOW,{event:a,hoveredElement:o,content:l.name})})}}class _m extends gt{constructor(t,n,r){super(t,n,r),this.type="chart-clip",this.renderType=nt.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=P.appendOrSelect(t,`clipPath.${this.type}`).attr("id",this.chartClipId);const c=P.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 qk extends _m{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}=P.getSVGElementSize(this.parent,{useAttrs:!0});this.chartClipPath=P.appendOrSelect(t,`clipPath.${this.type}`).attr("id",this.chartClipId);const i=P.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 Gr,ne;(function(e){e.LEFT="left",e.RIGHT="right",e.TOP="top",e.BOTTOM="bottom"})(ne||(ne={}));var Em=(Gr={},Gr[ne.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)}},Gr[ne.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)}},Gr[ne.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)}},Gr[ne.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)}},Gr),Sm=typeof window<"u"?window:{innerHeight:0,scrollY:0,innerWidth:0,scrollX:0},Ja=function(){function e(t){t===void 0&&(t={}),this.positions=Em,this.positions=Object.assign({},Em,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),h=0,d=0,f=i();u.top<f.top?h=f.top-u.top:u.bottom>f.height&&(h=u.bottom-f.height),u.left<f.left?d=f.left-u.left:u.right>f.width&&(d=u.right-f.width),h&&!d?d=1:d&&!h&&(h=1);var p=n.offsetHeight*n.offsetWidth,m=h*d,g=p-m,v=g/p;return{placement:l,weight:v}});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:Sm.innerHeight,width:Sm.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 Ja;class jc extends gt{constructor(t,n,r){super(t,n,r),this.type="tooltip",this.renderType=nt.HTML,this.isEventListenerAdded=!1,this.positionService=new Ja,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=P.appendOrSelect(this.tooltip,"div.content-box");if(_(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 h=o[u];o[u]&&o[u].color&&N(this).select(".tooltip-color").attr("class","tooltip-color").style("background-color",h.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(A.Tooltip.MOVE,t=>{this.tooltip.classed("hidden")===!1&&this.positionTooltip(t)}),this.services.events.addEventListener(A.Tooltip.SHOW,this.handleShowTooltip),this.services.events.addEventListener(A.Tooltip.HIDE,this.handleHideTooltip),this.services.events.addEventListener(A.Chart.MOUSEOUT,this.handleHideTooltip)}removeTooltipEventListener(){this.services.events.removeEventListener(A.Tooltip.MOVE,null),this.services.events.removeEventListener(A.Tooltip.SHOW,this.handleShowTooltip),this.services.events.removeEventListener(A.Tooltip.HIDE,this.handleHideTooltip),this.services.events.removeEventListener(A.Chart.MOUSEOUT,this.handleHideTooltip)}getItems(t){return t.detail.items?t.detail.items:[]}formatItems(t){const n=this.getOptions(),r=_(n,"tooltip","truncation","type"),i=_(n,"tooltip","truncation","threshold"),s=_(n,"tooltip","truncation","numCharacter");return r!==He.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=qi(a.label,r,s)),a.value&&a.value.length>i&&(a.value=qi(a.value,r,s)),a}):t}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=_(r,"tooltip","valueFormatter");if(i)return i(t,n);if(typeof t.getTime=="function")return Lr(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 Lr(Date.parse(t),"MMM d, yyyy")}catch{}return t.toLocaleString()}render(t=!0){const n=this.getOptions(),r=_(n,"tooltip","enabled");if(r){const i=N(this.services.domUtils.getHolder()),s=_(n,"style","prefix");this.tooltip=P.appendOrSelect(i,`div.${ue}--${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=_(i,"zoomBar","top","enabled");let a=_(t,"detail","mousePosition");if(!a)a=Nn(_(t,"detail","event"),n);else{const d=_(i,"zoomBar","top","type"),f=me.height[d];s&&(a[1]+=f+me.spacerHeight)}const o=n.offsetWidth,l=n.offsetHeight;let c;a[0]/o>.9?c=ne.LEFT:a[0]/o<.1?c=ne.RIGHT:c=this.positionService.findBestPlacementAt({left:a[0],top:a[1]},r,[ne.RIGHT,ne.LEFT,ne.TOP,ne.BOTTOM],()=>({top:void 0,left:void 0,width:o,height:l}));let{horizontalOffset:u}=Qf;c===ne.LEFT&&(u*=-1);const h=this.positionService.findPositionAt({left:a[0]+u,top:a[1]},r,c);this.positionService.setElement(r,h)}}const to=class extends gt{constructor(){super(...arguments),this.type="grid-brush",this.renderType=nt.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=P.appendOrSelect(n,"svg.chart-grid-backdrop"),s=P.appendOrSelect(i,`g.${this.type}`),a=P.appendOrSelect(s,this.selectionSelector),{width:o,height:l}=P.getSVGElementSize(i,{useAttrs:!0}),{cartesianScales:c}=this.services,u=c.getMainXScaleType(),h=c.getMainXScale(),[d]=h.range();r.attr("transform",`translate(${d},0)`);const f=P.appendOrSelect(r,this.frontSelectionSelector);if(h&&u===tt.TIME){let p=this.model.get("zoomDomain");p===void 0&&(p=this.services.zoom.getDefaultZoomBarDomain(),p&&this.model.set({zoomDomain:p},{animate:!1}));const m=E=>{const T=E[1]-E[0];let S="0,"+T.toString();const $=Math.floor(l/to.DASH_LENGTH),k=$*to.DASH_LENGTH;for(let L=0;L<$;L++)S+=","+to.DASH_LENGTH;S+=","+(l-k),$%2===1&&(S+=",0"),S+=","+T.toString(),S+=","+l.toString(),f.attr("stroke-dasharray",S)},g=E=>{const T=E.selection;T===null||T[0]===T[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),m(T))},v=(E,T)=>{const S=qd().range([0,o]).domain(p);let $=[S.invert(E),S.invert(T)];$[0].valueOf()===$[1].valueOf()&&($=this.services.zoom.getDefaultZoomBarDomain()),(p[0].valueOf()!==$[0].valueOf()||p[1].valueOf()!==$[1].valueOf())&&this.services.zoom.handleDomainChange($)};let b;const w=E=>{const T=E.selection;T!==null&&(v(T[0],T[1]),s.call(b.move,null),f.style("display","none"))};l!=0&&o!=0&&(b=ch().extent([[0,0],[o-1,l]]).on("start brush end",g).on("end.brushed",w),s.call(b));const O=this.services.zoom.getZoomRatio();i.on("click",function(E){if(E.shiftKey){const T=this.services.domUtils.getHolder(),S=Nn(s.node(),T)[0];let $=S-o*O/2;$<0&&($=0);let k=S+o*O/2;k>o&&(k=o),v($,k)}})}}};let Om=to;Om.DASH_LENGTH=4;class Yk extends gt{constructor(){super(...arguments),this.type="zoom-bar",this.renderType=nt.SVG,this.MIN_SELECTION_DIFF=9e-10,this.brushSelector="g.zoom-bar-brush",this.clipId="zoomBarClip-"+Math.floor(Math.random()*99999999999),this.brush=ch(),this.highlightStrokeWidth=1}init(){this.services.events.addEventListener(A.ZoomBar.UPDATE,this.render.bind(this));const t=_(this.getOptions(),"zoomBar",H.TOP,"data");this.model.setZoomBarData(t)}render(t=!0){const n=this.getComponentContainer(),r=this.services.zoom.isZoomBarLoading(H.TOP),i=this.services.zoom.isZoomBarLocked(H.TOP),s=_(this.getOptions(),"zoomBar",H.TOP,"type"),a=_(this.getOptions(),"axes",H.BOTTOM,"highlights"),o=me.height[s],{width:l}=P.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 h=P.appendOrSelect(n,"svg.zoom-container").attr("width","100%").attr("height",o).attr("opacity",1);if(P.appendOrSelect(n,"rect.zoom-spacer").attr("x",0).attr("y",o).attr("width","100%").attr("height",me.spacerHeight).attr("opacity",1).attr("fill","none"),s===Ke.GRAPH_VIEW?P.appendOrSelect(h,"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===Ke.SLIDER_VIEW&&P.appendOrSelect(h,"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(h,c,l);return}const{cartesianScales:d}=this.services,f=d.getMainXScale(),p=d.getMainYScale(),m=d.getMainXScaleType();if(f&&m===tt.TIME){let g=this.services.zoom.getZoomBarData();if(ze(g)||g.length===1)return;this.xScale=f.copy(),this.yScale=p.copy();const v=this.services.zoom.getDefaultZoomBarDomain(g);g=this.compensateDataForDefaultDomain(g,v);const b=this.model.get("initialZoomDomain"),w=_(this.getOptions(),"zoomBar",H.TOP,"initialZoomDomain");w&&w[0]&&w[1]&&(w[0]=new Date(w[0]),w[1]=new Date(w[1])),w&&!(b&&b[0].valueOf()===w[0].valueOf()&&b[1].valueOf()===w[1].valueOf())?this.model.set({initialZoomDomain:at([],w),zoomDomain:w?at([],w):v},{skipUpdate:!0}):w===null&&b!==null&&this.model.set({initialZoomDomain:null,zoomDomain:at([],v)},{skipUpdate:!0}),this.xScale.range([c,l]).domain(v),this.maxSelectionRange=this.xScale.range(),this.yScale.range([0,o-6]).domain(Ie(g,T=>T.value));const O=this.model.get("zoomDomain");if(s===Ke.GRAPH_VIEW&&(this.renderZoomBarArea(h,"path.zoom-graph-area-unselected",g,null),this.updateClipPath(n,this.clipId,0,0,0,0),this.renderZoomBarArea(h,"path.zoom-graph-area",g,this.clipId),this.renderZoomBarBaseline(h,c,l),a)){const T=a.highlightStartMapsTo,S=a.highlightEndMapsTo,$=a.color,k=a.labelMapsTo;a.data.forEach((L,M)=>{P.appendOrSelect(h,`rect.highlight-${M}`).attr("height",o-2*this.highlightStrokeWidth).attr("y",this.highlightStrokeWidth).attr("x",this.xScale(L[T])).attr("width",this.xScale(L[S])-this.xScale(L[T])).style("fill",$&&$.scale[L[k]]?$.scale[L[k]]:null).style("fill-opacity",.1).style("stroke",$&&$.scale[L[k]]?$.scale[L[k]]:null).style("stroke-dasharray","2, 2").attr("stroke-width","1px")})}this.addBrushEventListener(O,c,l);const E=P.appendOrSelect(n,this.brushSelector).call(this.brush);if(O!==void 0)if(O[0].valueOf()===O[1].valueOf())E.call(this.brush.move,this.xScale.range()),this.updateBrushHandle(this.getComponentContainer(),this.xScale.range());else{const T=O.map(S=>this.xScale(S));T[1]-T[0]<this.MIN_SELECTION_DIFF||(E.call(this.brush.move,T),this.updateBrushHandle(this.getComponentContainer(),T))}i&&(this.brush.filter(()=>!1),E.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=_(this.getOptions(),"zoomBar",H.TOP,"type"),a=me.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=A.ZoomBar.SELECTION_START:t.type==="brush"?a=A.ZoomBar.SELECTION_IN_PROGRESS:t.type==="end"&&(a=A.ZoomBar.SELECTION_END,this.services.events.dispatchEvent(A.ZoomDomain.CHANGE,{newDomain:s})),this.services.events.dispatchEvent(a,{selection:i,newDomain:s})}}updateBrushHandle(t,n){const r=this,i=me.handleWidth,s=_(this.getOptions(),"zoomBar",H.TOP,"type"),a=me.height[s],o=-i/2,l=me.handleBarWidth,c=s===Ke.GRAPH_VIEW?me.handleBarHeight:6,u=-l/2,h=(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 d=t.select(this.brushSelector).selectAll("rect.handle-bar").data([{type:"w"},{type:"e"}]);d.enter().append("rect").attr("class",function(f){return"handle-bar handle-bar--"+f.type}),d.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",h).attr("width",l).attr("height",c).attr("cursor","ew-resize"),s===Ke.SLIDER_VIEW&&this.updateSliderSelectedArea(n),this.updateClipPath(t,this.clipId,n[0],0,n[1]-n[0],a)}updateSliderSelectedArea(t){const n=_(this.getOptions(),"zoomBar",H.TOP,"type"),r=me.height[n],i=this.getComponentContainer().select("svg.zoom-container");P.appendOrSelect(i,"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=(v,b,w)=>O=>s.getValueFromScale(v,b,w,O),h=u(this.xScale,l,a),d=u(this.yScale,c,o),f=_(this.getOptions(),"zoomBar",H.TOP,"type"),p=me.height[f],m=Al().x(v=>h(v)).y0(p).y1(v=>p-d(v)),g=P.appendOrSelect(t,n).datum(r).attr("d",m);i&&g.attr("clip-path",`url(#${i})`)}updateClipPath(t,n,r,i,s,a){const o=P.appendOrSelect(t,"clipPath").attr("id",n);P.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=yn(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=_(this.model.getOptions(),"zoomBar",H.TOP,"type"),a=me.height[s],o=Mi()([[n,a],[r,a]]);P.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),P.appendOrSelect(this.getComponentContainer(),this.brushSelector).html(null),_(this.getOptions(),"zoomBar",H.TOP,"type")===Ke.GRAPH_VIEW&&this.renderZoomBarBaseline(t,n,r,!0)}destroy(){this.brush.on("start brush end",null),this.services.events.removeEventListener(A.ZoomBar.UPDATE,this.render.bind(this))}}class Xk extends gt{constructor(t,n){super(t,n),this.type="threshold",this.renderType=nt.SVG,this.positionService=new Ja}render(t=!1){const n=_(this.getOptions(),"axes"),r=[];Object.keys(n).forEach(c=>{if(Object.values(H).includes(c)){const u=n[c];u.thresholds&&u.thresholds.length>0&&r.push({axisPosition:c,thresholds:u.thresholds,correspondingDatasets:u==null?void 0:u.correspondingDatasets,mapsTo:u==null?void 0:u.mapsTo})}});const i=this.getComponentContainer({withinChartClip:!0}).selectAll("g.axis-thresholds").data(r,c=>c.axisPosition);i.exit().attr("opacity",0).remove();const s=i.enter().append("g").merge(i);s.attr("class",c=>`axis-thresholds ${c.axisPosition}`);const a=s.selectAll("g.threshold-group").data(c=>c.thresholds.map(u=>(u.axisPosition=c.axisPosition,u.datum=this.constructDatumObj(c,u),u)));a.exit().attr("opacity",0).remove();const o=a.enter().append("g");o.append("line").attr("class","threshold-line"),o.append("rect").attr("class","threshold-hoverable-area"),o.merge(a).attr("class","threshold-group");const l=this;s.each(function({axisPosition:c}){const u=l.services.cartesianScales.getScaleByPosition(c),h=l.services.cartesianScales.getScaleTypeByPosition(c);let d=null,f=null;c===H.LEFT||c===H.RIGHT?(f=u,d=l.services.cartesianScales.getMainXScale()):(d=u,f=l.services.cartesianScales.getMainYScale());const p=h===tt.LABELS,[m,g]=d.range(),[v,b]=f.range(),{cartesianScales:w}=l.services,O=w.getOrientation(),E=L=>w.getDomainValue(L),T=L=>w.getRangeValue(L),[S,$]=xn(E,T,O),k=N(this);c===H.TOP||c===H.BOTTOM?(k.selectAll("line.threshold-line").transition().call(L=>l.services.transitions.setupTransition({transition:L,name:"threshold-line-update",animate:t})).attr("y1",b).attr("y2",v).attr("x1",({datum:L})=>S(L)+(p?u.step()/2:0)).attr("x2",({datum:L})=>S(L)+(p?u.step()/2:0)).style("stroke",({fillColor:L})=>L),k.selectAll("rect.threshold-hoverable-area").attr("x",0).attr("y",({datum:L})=>-S(L)).attr("width",Math.abs(v-b)).classed("rotate",!0)):(k.selectAll("line.threshold-line").transition().call(L=>l.services.transitions.setupTransition({transition:L,name:"threshold-line-update",animate:t})).attr("x1",m).attr("x2",g).attr("y1",({datum:L})=>$(L)+(p?u.step()/2:0)).attr("y2",({datum:L})=>$(L)+(p?u.step()/2:0)).style("stroke",({fillColor:L})=>L),k.selectAll("rect.threshold-hoverable-area").attr("x",m).attr("y",({datum:L})=>$(L)).attr("width",Math.abs(g-m)).classed("rotate",!1))}),this.services.events.addEventListener(A.Threshold.SHOW,c=>{this.setThresholdLabelPosition(c.detail),this.label.classed("hidden",!1)}),this.services.events.addEventListener(A.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)===tt.TIME){const s=[H.LEFT,H.RIGHT].includes(r),a=this.services.cartesianScales.getMainXScale(),o=this.services.cartesianScales.getMainYScale(),l=s?o:a,c=_(i,"timeScale"),u=yc(l.ticks());return vc(n,0,l.ticks(),u,c)}return n.toLocaleString("en")}appendThresholdLabel(){const t=N(this.services.domUtils.getHolder()),n=_(this.getOptions(),"style","prefix");this.label=P.appendOrSelect(t,`div.${ue}--${n}--threshold--label`).classed("hidden",!0)}setThresholdLabelPosition({event:t,datum:n}){const r=this.services.domUtils.getHolder(),i=Nn(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,[ne.RIGHT,ne.LEFT,ne.TOP,ne.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=_(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(n){N(this.parentNode).select("line.threshold-line").classed("active",!0),t.services.events.dispatchEvent(A.Threshold.SHOW,{event:n,hoveredElement:N(this),datum:N(this).datum()})}).on("mouseout",function(n){N(this.parentNode).select("line.threshold-line").classed("active",!1),t.services.events.dispatchEvent(A.Threshold.HIDE,{event:n,hoveredElement:N(this),datum:N(this).datum()})})}}class Zk extends gt{constructor(t,n){super(t,n),this.type="highlight",this.renderType=nt.SVG,this.positionService=new Ja,this.highlightStrokeWidth=1}render(t=!1){const n=_(this.getOptions(),"axes"),r=[];Object.keys(n).forEach(c=>{if(Object.values(H).includes(c)){const u=n[c];u.highlights&&u.highlights.data.length>0&&r.push({axisPosition:c,highlightStartMapsTo:u.highlights.highlightStartMapsTo,highlightEndMapsTo:u.highlights.highlightEndMapsTo,labelMapsTo:u.highlights.labelMapsTo,highlight:u.highlights.data,color:u.highlights.color})}});const i=this.getComponentContainer({withinChartClip:!0}).selectAll("g.axis-highlight").data(r,c=>c.axisPosition);i.exit().attr("opacity",0).remove();const s=i.enter().append("g").merge(i);s.attr("class",c=>`axis-highlight ${c.axisPosition}`);const a=s.selectAll("g.highlight-group").data(c=>c.highlight.map(u=>(u.axisPosition=c.axisPosition,u.highlightStartMapsTo=c.highlightStartMapsTo,u.labelMapsTo=c.labelMapsTo,u.color=c.color,u.highlightEndMapsTo=c.highlightEndMapsTo,u)));a.exit().attr("opacity",0).remove();const o=a.enter().append("g");o.append("rect").attr("class","highlight-bar"),o.append("line").attr("class","highlight-line"),o.merge(a).attr("class","highlight-group");const l=this;s.each(function({axisPosition:c}){const u=l.services.cartesianScales.getMainXScale(),h=l.services.cartesianScales.getMainYScale(),[d,f]=u.range(),[p,m]=h.range(),{cartesianScales:g}=l.services,v=g.getOrientation(),b=S=>g.getDomainValue(S),w=S=>g.getRangeValue(S),[O,E]=xn(b,w,v),T=N(this);c===H.TOP||c===H.BOTTOM?T.selectAll("rect.highlight-bar").transition().call(S=>l.services.transitions.setupTransition({transition:S,name:"highlight-bar-update",animate:t})).attr("y",Math.max(m+l.highlightStrokeWidth,0)).attr("height",Math.max(p-2*l.highlightStrokeWidth,0)).attr("x",({highlightStartMapsTo:S,...$})=>O($[S])).attr("width",({highlightStartMapsTo:S,highlightEndMapsTo:$,...k})=>Math.max(O(k[$])-O(k[S]),0)).style("stroke",({color:S,labelMapsTo:$,...k})=>S&&S.scale[k[$]]?S.scale[k[$]]:null).style("stroke-dasharray","2, 2").attr("stroke-width",l.highlightStrokeWidth+"px").style("fill-opacity",.1).style("fill",({color:S,labelMapsTo:$,...k})=>S&&S.scale[k[$]]?S.scale[k[$]]:null):T.selectAll("rect.highlight-bar").transition().call(S=>l.services.transitions.setupTransition({transition:S,name:"highlight-bar-update",animate:t})).attr("x",d).attr("width",Math.max(f-d,0)).attr("y",({highlightEndMapsTo:S,...$})=>E($[S])).attr("height",({highlightStartMapsTo:S,highlightEndMapsTo:$,...k})=>Math.max(E(k[S])-E(k[$]),0)).style("stroke",({color:S,labelMapsTo:$,...k})=>S&&S.scale[k[$]]?S.scale[k[$]]:null).style("stroke-dasharray","2, 2").attr("stroke-width",l.highlightStrokeWidth+"px").style("fill-opacity",.1).style("fill",({color:S,labelMapsTo:$,...k})=>S&&S.scale[k[$]]?S.scale[k[$]]:null)})}}class Tm extends jc{getItems(t){if(t.detail.items)return t.detail.items;const n=t.detail.data;if(!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 h;if(n.length===1){const d=n[0],f=i.getRangeIdentifier(d);if(a){const m=i.getRangeAxisPosition({datum:d,groups:[d[o]]});c=i.getScaleLabel(m)}const p=d[f];h=[{label:l,value:u},...Array.isArray(p)&&p.length===2?[{label:"Start",value:p[0]},{label:"End",value:p[1]}]:[{label:c,value:d[f]}]],t.detail.additionalItems&&t.detail.additionalItems.forEach(m=>h.push({label:m.label,value:m.value})),h.push({label:r.tooltip.groupLabel,value:d[o],color:this.model.getFillColor(d[o]),class:this.model.getColorClassName({classNameTypes:[st.TOOLTIP],dataGroupName:d[o]})})}else if(n.length>1&&(h=[{label:l,value:u}],h=h.concat(n.map(d=>{const f=d[i.getRangeIdentifier(d)];return{label:d[o],value:Array.isArray(f)&&f.length===2?`${f[0]} - ${f[1]}`:f,color:this.model.getFillColor(d[o]),class:this.model.getColorClassName({classNameTypes:[st.TOOLTIP],dataGroupName:d[o]})}}).sort((d,f)=>f.value-d.value)),!a&&_(r,"tooltip","showTotal")===!0)){const d=i.getRangeIdentifier();h.push({label:kt(r,"tooltip.totalLabel")||"Total",value:n.reduce((f,p)=>f+p[d],0),bold:!0})}return h}}class Kk extends gt{constructor(){super(...arguments),this.type="alluvial",this.renderType=nt.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}=P.getSVGElementSize(n,{useAttrs:!0});if(r<1||i<1)return;const s=this.model.getOptions(),a=this.model.getDisplayData(),o=_(this.getOptions(),"color","gradient","enabled");let l=Ae.minNodePadding;s.alluvial.nodePadding>Ae.minNodePadding&&(l=s.alluvial.nodePadding);const c=_(s,"alluvial","nodeAlignment");let u=Lg;c===Yt.LEFT?u=J$:c===Yt.RIGHT&&(u=tL);const h=iL().nodeId(g=>g.name).nodeWidth(Ae.nodeWidth).nodePadding(l).nodeAlign(u).extent([[2,30],[r-2,i]]);this.graph=h({nodes:s.alluvial.nodes.map(g=>Object.assign({},g)),links:a.map(g=>Object.assign({},g))}),this.graph.nodes=this.graph.nodes.filter(g=>g.value!==0);const d={};this.graph.nodes.forEach(g=>{const v=g.x0;g.category&&(d[v]=g==null?void 0:g.category)}),n.append("g").classed("header-arrows",!0).selectAll("g").data(Object.keys(d)).join("g").attr("transform",g=>`translate(${g}, 0)`).append("text").attr("id",(g,v)=>this.services.domUtils.generateElementIDString(`alluvial-category-${v}`)).style("font-size","14px").text(g=>d[g]?d[g]:"").attr("y",20).attr("x",(g,v)=>{const b=this.services.domUtils.generateElementIDString(`alluvial-category-${v}`),{width:w}=P.getSVGElementSize(N(`text#${b}`),{useBBox:!0});let O=0;return g+O>=w&&(O=-w+4),O});const f=n.append("g").attr("fill","none").selectAll("g").data(this.graph.links);if(f.exit().remove(),o){const g=_(this.getOptions(),"color","scale");g&&f.enter().append("linearGradient").attr("id",v=>`${this.gradient_id}-link-${v.index}`).attr("gradientUnits","userSpaceOnUse").call(v=>v.append("stop").attr("offset","0%").attr("stop-color",b=>g[b.source.name])).call(v=>v.append("stop").attr("offset","100%").attr("stop-color",b=>g[b.target.name])),f.exit().remove()}f.enter().append("path").classed("link",!0).attr("d",mL()).attr("id",g=>this.services.domUtils.generateElementIDString(`alluvial-line-${g.index}`)).attr("class",g=>s.alluvial.monochrome?this.model.getColorClassName({classNameTypes:[st.STROKE],dataGroupName:0,originalClassName:"link"}):this.model.getColorClassName({classNameTypes:[st.STROKE],dataGroupName:g.source.index,originalClassName:"link"})).style("stroke",g=>o?`url(#${this.gradient_id}-link-${g.index})`:this.model.getFillColor(g.source.name)).attr("stroke-width",g=>Math.max(1,g.width)).style("stroke-opacity",Ae.opacity.default).attr("aria-label",g=>`${g.source.name} → ${g.target.name} (${g.value}${s.alluvial.units?" "+s.alluvial.units:""})`);const p=n.append("g").selectAll("g").data(this.graph.nodes).enter().append("g").attr("id",g=>this.services.domUtils.generateElementIDString(`alluvial-node-${g.index}`)).classed("node-group",!0).attr("transform",g=>`translate(${g.x0}, ${g.y0})`);p.append("rect").classed("node",!0).attr("height",g=>g.y1-g.y0).attr("width",g=>g.x1-g.x0).attr("fill","black");const m=p.append("g").attr("id",g=>this.services.domUtils.generateElementIDString(`alluvial-node-title-${g.index}`));m.append("text").attr("id",g=>this.services.domUtils.generateElementIDString(`alluvial-node-text-${g.index}`)).attr("class","node-text").style("font-size","12px").attr("text-anchor","start").attr("fill","white").attr("x",4).attr("dy",13).text(g=>`${g.name} (${g.value})`).attr("aria-label",g=>`${g.name} (${g.value})`),m.append("rect").classed("node-text-bg",!0).attr("width",(g,v)=>{const b=this.services.domUtils.generateElementIDString(`alluvial-node-text-${v}`),{width:w}=P.getSVGElementSize(N(`text#${b}`),{useBBox:!0});return w+8}).attr("height",18).attr("stroke-width",2).lower(),m.attr("transform",(g,v)=>{const b=this.services.domUtils.generateElementIDString(`alluvial-node-text-${v}`),{width:w}=P.getSVGElementSize(N(`text#${b}`),{useBBox:!0}),O=(g.y1-g.y0)/2-9;let E=g.x1-g.x0;return g.x1>=w?E=E-(w+16):E+=4,`translate(${E}, ${O})`}),this.addLineEventListener(),this.addNodeEventListener()}addLineEventListener(){const t=this.getOptions(),n=this,r=Ha((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"?(N(i).lower(),a.style("stroke-opacity",Ae.opacity.default)):a.style("stroke-opacity",function(){return i===this?(N(this).raise(),Ae.opacity.selected):Ae.opacity.unfocus})},33);this.parent.selectAll("path.link").on("mouseover",function(i,s){const a=N(this);r(this,"mouseover"),a.classed("link-hovered",!0);const o=getComputedStyle(this).getPropertyValue("stroke");n.services.events.dispatchEvent(A.Alluvial.LINE_MOUSEOVER,{event:i,element:a,datum:s}),n.services.events.dispatchEvent(A.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(A.Alluvial.LINE_MOUSEMOVE,{event:i,element:N(this),datum:s}),n.services.events.dispatchEvent(A.Tooltip.MOVE,{event:i})}).on("click",function(i,s){n.services.events.dispatchEvent(A.Alluvial.LINE_CLICK,{event:i,element:N(this),datum:s})}).on("mouseout",function(i,s){const a=N(this);r(this,"mouseout"),a.classed("link-hovered",!1),n.services.events.dispatchEvent(A.Alluvial.LINE_MOUSEOUT,{event:i,element:a,datum:s}),n.services.events.dispatchEvent(A.Tooltip.HIDE,{event:i,hoveredElement:a})})}addNodeEventListener(){const t=this,n=Ha((r=[],i="mouseover")=>{if(i==="mouseout"||r.length===0){t.parent.selectAll("path.link").classed("link-hovered",!1).data(this.graph.links,s=>s.index).order().style("stroke-opacity",Ae.opacity.default);return}t.parent.selectAll("path.link").transition().call(s=>this.services.transitions.setupTransition({transition:s,name:"alluvial-link-mouse-highlight"})).style("stroke-opacity",function(s){return r.some(a=>a===s.index)?(N(this).classed("link-hovered",!0).raise(),Ae.opacity.selected):Ae.opacity.unfocus})},66);t.parent.selectAll(".node-group").on("mouseover",function(r,i){const s=N(this),a=[];if(t.traverse({link:"sourceLinks",node:"target"},i,a),t.traverse({link:"targetLinks",node:"source"},i,a),a.length){const o=Wi(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}`),h=Wi(u.attr("transform"));u.attr("transform",`translate(${h.x+4},${h.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(A.Alluvial.NODE_MOUSEOVER,{event:r,element:s,datum:i})}}).on("mousemove",function(r,i){t.services.events.dispatchEvent(A.Alluvial.NODE_MOUSEMOVE,{event:r,element:N(this),datum:i}),t.services.events.dispatchEvent(A.Tooltip.MOVE,{event:r})}).on("click",function(r,i){t.services.events.dispatchEvent(A.Alluvial.NODE_CLICK,{event:r,element:N(this),datum:i})}).on("mouseout",function(r,i){const s=N(this),a=Wi(s.attr("transform"));if(s.classed("node-hovered",!1).attr("transform",`translate(${a.x+2}, ${a.y})`).select("rect.node").attr("width",Ae.nodeWidth),i.x0-2===0){const l=t.services.domUtils.generateElementIDString(`alluvial-node-title-${i.index}`),c=t.parent.select(`g#${l}`),u=Wi(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(A.Alluvial.NODE_MOUSEOUT,{event:r,element:s,datum:i}),t.services.events.dispatchEvent(A.Tooltip.HIDE,{hoveredElement:s})})}traverse(t,n,r=[]){n[t.link].map(i=>(r.push(i.index),i[t.node])).forEach(i=>this.traverse(t,i,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 Oe extends gt{constructor(){super(...arguments),this.type="grid",this.renderType=nt.SVG}render(t=!0){const n=_(this.getOptions(),"grid","x","enabled"),r=_(this.getOptions(),"grid","y","enabled");this.drawBackdrop(n,r),!(!n&&!r)&&(n&&(P.appendOrSelect(this.backdrop,"g.x.grid"),this.drawXGrid(t)),r&&(P.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=lo(i).tickSizeInner(-r).tickSizeOuter(0);if(_(this.getOptions(),"grid","x","alignWithAxisTicks")){const o=this.services.cartesianScales.getDomainAxisPosition(),l=_(this.getOptions(),"axes",o,"ticks","values");l&&s.tickValues(l)}else{const o=_(this.getOptions(),"grid","x","numberOfTicks");s.ticks(o)}const a=n.select(".x.grid").attr("transform",`translate(${-this.backdrop.attr("x")}, ${r})`);t?a.transition().call(o=>this.services.transitions.setupTransition({transition:o,name:"grid-update",animate:t})).call(s):a.call(s),this.cleanGrid(a)}drawYGrid(t){const n=this.parent,r=this.backdrop.attr("width"),i=this.services.cartesianScales.getMainYScale(),s=pu(i).tickSizeInner(-r).tickSizeOuter(0);if(_(this.getOptions(),"grid","y","alignWithAxisTicks")){const o=this.services.cartesianScales.getRangeAxisPosition(),l=_(this.getOptions(),"axes",o,"ticks","values");l&&s.tickValues(l)}else{const o=_(this.getOptions(),"grid","y","numberOfTicks");s.ticks(o)}const a=n.select(".y.grid").attr("transform",`translate(0, ${-this.backdrop.attr("y")})`);t?a.transition().call(o=>this.services.transitions.setupTransition({transition:o,name:"grid-update",animate:t})).call(s):a.call(s),this.cleanGrid(a)}getGridlineThreshold(t){const n=this.parent,r=n.selectAll(".x.grid .tick").nodes().sort((u,h)=>Number(bn(u).tx)-Number(bn(h).tx));let i=-1;if(!r.length)return;r.forEach(u=>{t[0]>=+bn(u).tx&&i++});const s=i+1<r.length?i+1:r.length,a=r[i],o=r[s];let l;if(!a)l=+bn(o).tx;else if(o)l=+bn(o).tx-+bn(a).tx;else{const u=n.select("rect.chart-grid-backdrop").node();l=P.getSVGElementSize(u).width-+bn(a).tx}const{threshold:c}=this.getOptions().tooltip.gridline;return l*c}getActiveGridline(t){const n=_(this.getOptions,"tooltip","gridline","threshold"),r=n||this.getGridlineThreshold(t);return this.parent.selectAll(".x.grid .tick").filter(function(){const i=bn(this),s={min:Number(i.tx)-r,max:Number(i.tx)+r};return s.min<=t[0]&&t[0]<=s.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=P.appendOrSelect(r,"svg.chart-grid-backdrop");const u=P.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 Mm extends gt{constructor(){super(...arguments),this.type="area",this.renderType=nt.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?Qe.opacity.unselected:Qe.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",Qe.opacity.selected)}}init(){const t=this.services.events;t.addEventListener(A.Legend.ITEM_HOVER,this.handleLegendOnHover),t.addEventListener(A.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=Al().curve(this.services.curves.getD3Curve()).defined(E=>{const T=s.getRangeIdentifier();return E[T]!=null}),l=this.model.getGroupedData(this.configs.groups),c=_(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 h=0;const d=(E,T)=>{_(r,"axes",E,"includeZero")===!1&&T[0]>0&&T[1]>0&&(h=T[0])},f=E=>u?s.getBoundedScaledValues(E)[0]:s.getRangeValue(h),p=E=>u?s.getBoundedScaledValues(E)[1]:s.getRangeValue(E);a===Jt.VERTICAL?(i=s.getMainYScale().domain(),d(s.getMainYAxisPosition(),i),o.x(E=>s.getDomainValue(E)).y0(E=>f(E)).y1(E=>p(E))):(i=s.getMainXScale().domain(),d(s.getMainXAxisPosition(),i),o.x0(E=>f(E)).x1(E=>p(E)).y(E=>s.getDomainValue(E)));const m=_(r,"color","gradient","enabled"),g=l&&l.length===1&&m;l.length>1&&m&&console.error("Gradients can only be enabled when having 1 single dataset");const v=n.selectAll("path.area").data(l,E=>E.name),b=N(this.services.domUtils.getMainContainer());if(v.exit().attr("opacity",0).remove(),!l.length)return;if(g){const E=b.select(`path.${this.model.getColorClassName({classNameTypes:[st.STROKE],dataGroupName:l[0].name})}`).node();let T;if(E)T=getComputedStyle(E,null).getPropertyValue("stroke");else{const S=_(this.model.getOptions(),"color","scale");if(S!==null){const $=Object.keys(S);T=S[$[0]]}}wc.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:wc.getStops(i,T)})}else this.parent.selectAll("defs linearGradient").empty()||this.parent.selectAll("defs linearGradient").each(function(){this.parentNode.remove()});const w=this,O=v.enter().append("path");g?O.merge(v).style("fill",E=>`url(#${this.services.domUtils.generateElementIDString(`${E.name.replace(" ","")}_${this.gradient_id}`)})`).attr("class","area").attr("class",E=>this.model.getColorClassName({classNameTypes:[st.FILL],dataGroupName:E.name,originalClassName:"area"})).attr("d",E=>{const{data:T}=E;return o(T)}):(O.attr("opacity",0).merge(v).attr("class","area").attr("class",E=>this.model.getColorClassName({classNameTypes:[st.FILL,st.STROKE],dataGroupName:E.name,originalClassName:"area"})).style("fill",E=>w.model.getFillColor(E.name)).transition().call(E=>this.services.transitions.setupTransition({transition:E,name:"area-update-enter",animate:t})).attr("opacity",u?1:Qe.opacity.selected).attr("d",E=>{const{data:T}=E;return o(T)}),u&&O.attr("fill-opacity",Qe.opacity.selected).style("stroke",E=>w.model.getStrokeColor(E.name)).style("stroke-dasharray","2, 2").attr("stroke-width",.7+"px"))}destroy(){const t=this.services.events;t.removeEventListener(A.Legend.ITEM_HOVER,this.handleLegendOnHover),t.removeEventListener(A.Legend.ITEM_MOUSEOUT,this.handleLegendMouseOut)}}class zr extends gt{constructor(){super(...arguments),this.type="line",this.renderType=nt.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?Je.opacity.unselected:Je.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",Je.opacity.selected)}}init(){const{events:t}=this.services;t.addEventListener(A.Legend.ITEM_HOVER,this.handleLegendOnHover),t.addEventListener(A.Legend.ITEM_MOUSEOUT,this.handleLegendMouseOut)}render(t=!0){const n=this.getComponentContainer({withinChartClip:!0}),{cartesianScales:r,curves:i}=this.services,s=f=>r.getDomainValue(f),a=f=>r.getRangeValue(f),[o,l]=xn(s,a,r.getOrientation()),c=this.getOptions(),u=Mi().x(o).y(l).curve(i.getD3Curve()).defined(f=>{const p=r.getRangeIdentifier(f);return f[p]!=null});let h=[];if(this.configs.stacked){const f=Object.keys(c.axes).some(m=>c.axes[m].percentage),{groupMapsTo:p}=c.data;h=this.model.getStackedData({groups:this.configs.groups,percentage:f}).map(m=>{const g=this.services.cartesianScales.getDomainIdentifier(m),v=this.services.cartesianScales.getRangeIdentifier(m);return{name:_(m,0,p),data:m.map(b=>({[g]:b.data.sharedStackKey,[p]:b[p],[v]:b[1]})),hidden:!kD(m,b=>b[0]!==b[1])}})}else h=this.model.getGroupedData(this.configs.groups);const d=n.selectAll("path.line").data(h,f=>f.name);d.exit().attr("opacity",0).remove(),d.enter().append("path").classed("line",!0).attr("opacity",0).merge(d).data(h,f=>f.name).attr("class",f=>this.model.getColorClassName({classNameTypes:[st.STROKE],dataGroupName:f.name,originalClassName:"line"})).style("stroke",f=>this.model.getStrokeColor(f.name)).attr("role",dt.GRAPHICS_SYMBOL).attr("aria-roledescription","line").attr("aria-label",f=>{const{data:p}=f;return p.map(m=>{const g=this.services.cartesianScales.getRangeIdentifier(m);return m[g]}).join(",")}).transition().call(f=>this.services.transitions.setupTransition({transition:f,name:"line-update-enter",animate:t})).attr("opacity",f=>f.hidden?0:1).attr("d",f=>{const{data:p}=f;return u(p)})}destroy(){const t=this.services.events;t.removeEventListener(A.Legend.ITEM_HOVER,this.handleLegendOnHover),t.removeEventListener(A.Legend.ITEM_MOUSEOUT,this.handleLegendMouseOut)}}const Cm=5;function Qk(e,t){return e>t-Cm&&e<t+Cm}let Dn=class extends gt{constructor(){super(...arguments),this.type="ruler",this.renderType=nt.SVG,this.isXGridEnabled=_(this.getOptions(),"grid","x","enabled"),this.isYGridEnabled=_(this.getOptions(),"grid","y","enabled"),this.isEventListenerAdded=!1}render(t=!0){const n=_(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===Jt.HORIZONTAL?r:n,h=P.appendOrSelect(i,"g.ruler").attr("aria-label","ruler"),d=P.appendOrSelect(h,"line.ruler-line"),f=i.selectAll("[role=graphics-symbol]"),p=a.map(g=>({domainValue:this.services.cartesianScales.getDomainValue(g),originalData:g})).filter(g=>Qk(g.domainValue,u));if(this.pointsWithinLine&&p.length===this.pointsWithinLine.length&&p.map(g=>g.domainValue).join()===this.pointsWithinLine.map(g=>g.domainValue).join())return this.pointsWithinLine=p,this.services.events.dispatchEvent(A.Tooltip.MOVE,{mousePosition:[n,r]});this.pointsWithinLine=p;const m=this.pointsWithinLine.reduce((g,v)=>{if(g.length===0)return g.push(v),g;const b=g[0].domainValue,w=Math.abs(u-v.domainValue),O=Math.abs(u-b);return w>O||(w<O?g=[v]:g.push(v)),g},[]);if(m.length>0){const g=m.map(O=>O.originalData).filter(O=>{const E=this.services.cartesianScales.getRangeIdentifier(O);return O[E]!=null}),v=m.map(O=>O.domainValue),b=f.filter(O=>{const E=this.services.cartesianScales.getDomainValue(O);return v.includes(E)});this.elementsToHighlight&&this.elementsToHighlight.size()>0&&!lm(this.elementsToHighlight,b)&&this.hideRuler(),b.dispatch("mouseover"),this.elementsToHighlight=b,this.services.events.dispatchEvent(A.Tooltip.SHOW,{mousePosition:[n,r],hoveredElement:d,data:this.formatTooltipData(g)}),h.attr("opacity",1);const w=m[0];s==="horizontal"?d.attr("x1",c).attr("x2",l).attr("y1",w.domainValue).attr("y2",w.domainValue):d.attr("y1",c).attr("y2",l).attr("x1",w.domainValue).attr("x2",w.domainValue)}else this.hideRuler()}hideRuler(){const t=this.parent,n=P.appendOrSelect(t,"g.ruler");t.selectAll("[role=graphics-symbol]").dispatch("mouseout"),this.services.events.dispatchEvent(A.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=Nn(s,t.parent.node());t.showRuler(s,a)};if(r.length>100){const s=r.length%50*12.5;i=U2(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=P.appendOrSelect(t,"svg.chart-grid-backdrop")}};class nn extends gt{constructor(){super(...arguments),this.type="scatter",this.renderType=nt.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(A.Legend.ITEM_HOVER,this.handleLegendOnHover),t.addEventListener(A.Legend.ITEM_MOUSEOUT,this.handleLegendMouseOut);const{fadeInOnChartHolderMouseover:n}=this.configs;n&&(t.addEventListener(A.Chart.MOUSEOVER,this.handleChartHolderOnHover),t.addEventListener(A.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(!(_(this.getOptions(),"points","enabled")||_(this.getOptions(),"bubble","enabled")))return;const n=this.getComponentContainer({withinChartClip:!0}),r=this.getOptions(),{groupMapsTo:i}=r.data,{cartesianScales:s}=this.services;if(!s)throw new Error("Services cartesianScales are undefined.");const a=s.getDomainIdentifier(),o=n.selectAll("circle.dot").data(this.getScatterData(),c=>`${c[i]}-${c[a]}`);o.exit().attr("opacity",0).remove();const l=o.enter().append("circle").classed("dot",!0).attr("opacity",0).merge(o);this.styleCircles(l,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]=xn(r.getHighestDomainThreshold(),r.getHighestRangeThreshold(),i),[o,l]=xn(h=>r.getDomainValue(h),h=>r.getRangeValue(h),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,h]=xn(l,c,a.getOrientation()),{fadeInOnChartHolderMouseover:d}=this.configs;t.raise().classed("dot",!0).attr("class",f=>{const p=a.getDomainIdentifier(f),m=this.model.getIsFilled(f[o],f[p],f,i)?[st.FILL,st.STROKE]:[st.STROKE];return this.model.getColorClassName({classNameTypes:m,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",h).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",d?0:1).attr("role",dt.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 s,a;const o=N(this);o.classed("hovered",!0).attr("class",l=>t.model.getColorClassName({classNameTypes:[st.FILL],dataGroupName:l[n],originalClassName:o.attr("class")})).style("fill",l=>{var c;const u=(c=t.services.cartesianScales)==null?void 0:c.getDomainIdentifier(l);return t.model.getFillColor(l[n],l[u],l)}).classed("unfilled",!1),(s=t.services.events)==null||s.dispatchEvent(A.Tooltip.SHOW,{event:r,hoveredElement:o,data:[i],additionalItems:t.getTooltipAdditionalItems(i)}),(a=t.services.events)==null||a.dispatchEvent(A.Scatter.SCATTER_MOUSEOVER,{event:r,element:o,datum:i})}).on("mousemove",function(r,i){var s,a;const o=N(this);(s=t.services.events)==null||s.dispatchEvent(A.Scatter.SCATTER_MOUSEMOVE,{event:r,element:o,datum:i}),(a=t.services.events)==null||a.dispatchEvent(A.Tooltip.MOVE,{event:r})}).on("click",function(r,i){var s;(s=t.services.events)==null||s.dispatchEvent(A.Scatter.SCATTER_CLICK,{event:r,element:N(this),datum:i})}).on("mouseout",function(r,i){var s,a,o;const l=N(this);if(l.classed("hovered",!1),!t.configs.filled){const{filled:c}=t.getOptions().points,u=(s=t.services.cartesianScales)==null?void 0:s.getDomainIdentifier(i),h=t.model.getIsFilled(i[n],i[u],i,c);l.classed("unfilled",!h).style("fill",d=>h||c?t.model.getFillColor(d[n],d[u],d):null)}(a=t.services.events)==null||a.dispatchEvent(A.Scatter.SCATTER_MOUSEOUT,{event:r,element:l,datum:i}),(o=t.services.events)==null||o.dispatchEvent(A.Tooltip.HIDE,{hoveredElement:l})})}destroy(){var t;(t=this.parent)==null||t.selectAll("circle").on("mousemove",null).on("mouseout",null);const{events:n}=this.services;if(!n)throw new Error("Services events undefined");n.removeEventListener(A.Legend.ITEM_HOVER,this.handleLegendOnHover),n.removeEventListener(A.Legend.ITEM_MOUSEOUT,this.handleLegendMouseOut),n.removeEventListener(A.Chart.MOUSEOVER,this.handleChartHolderOnHover),n.removeEventListener(A.Chart.MOUSEOUT,this.handleChartHolderOnMouseOut)}}let Am=class extends gt{constructor(t,n,r){super(t,n,r),this.type="axes",this.renderType=nt.SVG,this.truncation={[H.LEFT]:!1,[H.RIGHT]:!1,[H.TOP]:!1,[H.BOTTOM]:!1},r&&(this.configs=r),this.margins=this.configs.margins}render(t=!0){const{position:n}=this.configs,r=this.getOptions(),i=_(r,"axes",n,"visible"),s=this.getComponentContainer(),{width:a,height:o}=P.getSVGElementSize(s,{useAttrs:!0}),l=P.appendOrSelect(s,`g.axis.${n}`);let c,u;if(n===H.BOTTOM||n===H.TOP?(c=this.configs.axes[H.LEFT]?this.margins.left:0,u=this.configs.axes[H.RIGHT]?a-this.margins.right:a):(c=o-this.margins.bottom,u=this.margins.top),!this.services.cartesianScales)throw new Error("Services cartesianScales undefineds");const h=this.services.cartesianScales.getScaleByPosition(n);this.scaleType===tt.LABELS||this.scaleType===tt.LABELS_RATIO?h.rangeRound([c,u]):h.range([c,u]);let d;switch(n){case H.LEFT:d=pu;break;case H.BOTTOM:d=lo;break;case H.RIGHT:d=Kv;break;case H.TOP:d=Zv;break}l.attr("aria-label",`${n} axis`);const f=!l.select("g.ticks").empty();let p=P.appendOrSelect(l,"g.ticks");f||(p.attr("role",`${dt.GRAPHICS_OBJECT} ${dt.GROUP}`),p.attr("aria-label",`${n} ticks`));const m=P.appendOrSelect(l,"g.ticks.invisible").style("opacity","0").style("pointer-events","none").attr("aria-hidden",!0).attr("aria-label",`invisible ${n} ticks`),g=_(r,"axes",n),v=this.scaleType===tt.TIME||g.scaleType===tt.TIME,b=n===H.LEFT||n===H.RIGHT,w=this.model.get("zoomDomain");if(w&&v&&!b&&h.domain(w),!i){p.attr("aria-hidden",!0);return}const O=_(g,"scaleType"),E=_(r,"data","loading"),T=_(g,"ticks","number"),S=_(g,"ticks","values"),$=_(g,"truncation","type"),k=_(g,"truncation","threshold"),L=_(g,"truncation","numCharacter"),M=T!==null,V=_(r,"timeScale"),x=P.appendOrSelect(m,"g.tick"),C=P.appendOrSelect(x,"text").text("0"),y=P.getSVGElementSize(C.node(),{useBBox:!0}).height;x.remove();const R=this.scaleType||g.scaleType||tt.LINEAR,I=d(h).tickSizeOuter(0);if(h.ticks){let q;if(M?q=T:(q=I.ticks.number,b&&(q=this.getNumberOfFittingTicks(o,y,I.ticks.verticalSpaceRatio))),h.ticks().length===1&&h.ticks()[0]===0&&(q=0),I.ticks(q),v)if(!h.ticks(q).length)I.tickValues([]);else{const Q=_(r,"timeScale","addSpaceOnEdges"),lt=_(r,"axes",n,"domain"),rt=h.copy();Q&&!lt&&rt.nice(q);const ot=rt.ticks(q);Q&&ot.length>2&&!lt&&(ot.splice(ot.length-1,1),ot.splice(0,1)),I.tickValues(ot)}}let B;const U=_(g,"ticks","formatter");if(v){const q=yc(I.tickValues());U===null?B=(Q,lt)=>vc(Q,lt,I.tickValues(),q,V):B=(Q,lt)=>{const rt=vc(Q,lt,I.tickValues(),q,V);return U(Q,lt,rt)}}else U===null?R===tt.LINEAR&&(B=q=>q.toLocaleString()):B=U;I.tickFormat(B);const[z,j]=this.services.cartesianScales.getScaleByPosition(n).domain();let G;if(S){if(v)S.forEach((q,Q)=>{q.getTime===void 0&&(S[Q]=new Date(q))}),G=S.filter(q=>{const Q=q.getTime();return Q>=new Date(z).getTime()&&Q<=new Date(j).getTime()});else if(O===tt.LABELS){const q=this.services.cartesianScales.getScaleByPosition(n).domain();G=S.filter(Q=>q.includes(Q))}else G=S.filter(q=>q>=z&&q<=j);I.tickValues(G)}switch(n){case H.LEFT:p.attr("transform",`translate(${this.margins.left}, 0)`);break;case H.BOTTOM:p.attr("transform",`translate(0, ${o-this.margins.bottom})`);break;case H.RIGHT:p.attr("transform",`translate(${a-this.margins.right}, 0)`);break;case H.TOP:p.attr("transform",`translate(0, ${this.margins.top})`);break}const et=this.model.isDataEmpty();if(g.title){const q=P.appendOrSelect(l,"text.axis-title").html(et||E?"":g.title),Q=_(g,"titleOrientation");let lt;switch(n){case H.LEFT:Q===Ul.RIGHT?q.attr("transform","rotate(90)").attr("y",0).attr("x",h.range()[0]/2).attr("dy","-0.5em").style("text-anchor","middle"):q.attr("transform","rotate(-90)").attr("y",0).attr("x",-(h.range()[0]/2)).attr("dy","0.75em").style("text-anchor","middle");break;case H.BOTTOM:q.attr("transform",`translate(${this.margins.left/2+h.range()[1]/2}, ${o+4})`).style("text-anchor","middle");break;case H.RIGHT:Q===Ul.LEFT?q.attr("transform","rotate(-90)").attr("y",a).attr("x",-(h.range()[0]/2)).style("text-anchor","middle"):q.attr("transform","rotate(90)").attr("y",-a).attr("x",h.range()[0]/2).attr("dy","0.75em").style("text-anchor","middle");break;case H.TOP:({height:lt}=P.getSVGElementSize(q,{useBBox:!0})),q.attr("transform",`translate(${this.margins.left/2+h.range()[1]/2}, ${lt/2})`).style("text-anchor","middle");break}}if(v){const q=yc(I.tickValues()),Q=V.showDayName,lt=p;t&&(p=p.transition().call(rt=>this.services.transitions.setupTransition({transition:rt,name:"axis-update",animate:t}))),p=p.call(I),lt.selectAll(".tick").data(I.tickValues(),h).order().select("text").style("font-weight",(rt,ot)=>xg(rt,ot,I.tickValues(),q,Q)?"bold":"normal")}else!t||!f?p=p.call(I):p=p.transition().call(q=>this.services.transitions.setupTransition({transition:q,name:"axis-update",animate:t})).call(I);if(m.call(I),n===H.BOTTOM||n===H.TOP){let q=!1;const Q=_(g,"ticks","rotation");if(Q===va.ALWAYS)q=!0;else if(Q===va.NEVER)q=!1;else if(!Q||Q===va.AUTO)if(h.step)q=m.selectAll("g.tick text").nodes().some(lt=>P.getSVGElementSize(lt,{useBBox:!0}).width>=h.step());else{q=!1;const lt=m.append("text").text("A"),rt=P.getSVGElementSize(lt.node(),{useBBox:!0}).width;let ot;m.selectAll("g.tick").each(function(){const Y=N(this),X=parseFloat(_(bn(this),"tx"));X!==null&&ot+Y.text().length*rt*.8>=X&&(q=!0),ot=X}),lt.remove()}q?(M||(I.ticks(this.getNumberOfFittingTicks(a,y,I.ticks.horizontalSpaceRatio)),m.call(I),p.call(I)),l.selectAll("g.ticks g.tick text").attr("transform","rotate(-45)").attr("text-anchor",n===H.TOP?"start":"end")):l.selectAll("g.ticks g.tick text").attr("transform",null).attr("text-anchor",null)}if(E?l.attr("opacity",0):l.attr("opacity",1),p.selectAll("g.tick").attr("aria-label",q=>q),m.selectAll("g.tick").attr("aria-label",q=>q),$!==He.NONE&&O===tt.LABELS&&!S){const q=this.services.cartesianScales.getScaleDomain(n);if(q.length>0){const Q=s.select(`g.axis.${n} g.ticks g.tick`).html();l.selectAll("g.ticks g.tick").html(Q);const lt=this;l.selectAll("g.tick text").data(q).text(function(rt){return rt.length>k?(lt.truncation[n]=!0,qi(rt,$,L)):rt}),this.getInvisibleAxisRef().selectAll("g.tick text").data(q).text(function(rt){return rt.length>k?qi(rt,$,L):rt}),l.selectAll("g.ticks").html(this.getInvisibleAxisRef().html()),l.selectAll("g.tick text").data(q)}}this.addEventListeners()}addEventListeners(){const t=this.getComponentContainer(),{position:n}=this.configs,r=P.appendOrSelect(t,`g.axis.${n}`),i=this.getOptions(),s=_(i,"axes",n),a=_(s,"scaleType"),o=_(s,"truncation","threshold"),l=this;r.selectAll("g.tick text").on("mouseover",function(c,u){l.services.events.dispatchEvent(A.Axis.LABEL_MOUSEOVER,{event:c,element:N(this),datum:u}),a===tt.LABELS&&u.length>o&&l.services.events.dispatchEvent(A.Tooltip.SHOW,{event:c,hoveredElement:N(this),content:u})}).on("mousemove",function(c,u){l.services.events.dispatchEvent(A.Axis.LABEL_MOUSEMOVE,{event:c,element:N(this),datum:u}),a===tt.LABELS&&u.length>o&&l.services.events.dispatchEvent(A.Tooltip.MOVE,{event:c})}).on("click",function(c,u){l.services.events.dispatchEvent(A.Axis.LABEL_CLICK,{event:c,element:N(this),datum:u})}).on("mouseout",function(c,u){l.services.events.dispatchEvent(A.Axis.LABEL_MOUSEOUT,{event:c,element:N(this),datum:u}),a===tt.LABELS&&l.services.events.dispatchEvent(A.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 om(i,2,Dr.ticks.number)}destroy(){const t=this.getComponentContainer(),{position:n}=this.configs;P.appendOrSelect(t,`g.axis.${n}`).selectAll("g.tick text").on("mouseover",null).on("mousemove",null).on("mouseout",null)}};class Jk extends Am{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=P.appendOrSelect(r,`g.axis.${n}`),s=this;i.selectAll("g.tick").each(function(a,o){const l=N(this);l.classed("tick-hover",!0).attr("tabindex",o===0?0:-1);const c=l.select("text"),{width:u,height:h}=P.getSVGElementSize(c,{useBBox:!0}),d=P.appendOrSelect(l,"rect.axis-holder");let f=0,p=0;switch(n){case H.LEFT:f=-u+Number(c.attr("x")),p=-(h/2);break;case H.RIGHT:f=Math.abs(Number(c.attr("x"))),p=-(h/2);break;case H.TOP:f=-(u/2),p=-h+Number(c.attr("y"))/2,s.truncation[n]&&(f=0,d.attr("transform","rotate(-45)"));break;case H.BOTTOM:f=-(u/2),p=h/2-2,s.truncation[n]&&(f=-u,d.attr("transform","rotate(-45)"));break}d.attr("x",f-Dr.hover.rectanglePadding).attr("y",p).attr("width",u+Dr.hover.rectanglePadding*2).attr("height",h).lower()}),this.addEventListeners()}addEventListeners(){const t=this.getComponentContainer(),{position:n}=this.configs,r=P.appendOrSelect(t,`g.axis.${n}`),i=this.getOptions(),s=_(i,"axes",n),a=_(s,"scaleType"),o=_(s,"truncation","threshold"),l=this;r.selectAll("g.tick.tick-hover").on("mouseover",function(c){const u=N(this).select("text"),h=u.datum();l.services.events.dispatchEvent(A.Axis.LABEL_MOUSEOVER,{event:c,element:u,datum:h}),a===tt.LABELS&&h.length>o&&l.services.events.dispatchEvent(A.Tooltip.SHOW,{event:c,element:u,datum:h})}).on("mousemove",function(c){const u=N(this).select("text"),h=u.datum();l.services.events.dispatchEvent(A.Axis.LABEL_MOUSEMOVE,{event:c,element:u,datum:h}),l.services.events.dispatchEvent(A.Tooltip.MOVE,{event:c})}).on("click",function(c){l.services.events.dispatchEvent(A.Axis.LABEL_CLICK,{event:c,element:N(this).select("text"),datum:N(this).select("text").datum()})}).on("mouseout",function(c){l.services.events.dispatchEvent(A.Axis.LABEL_MOUSEOUT,{event:c,element:N(this).select("text"),datum:N(this).select("text").datum()}),a===tt.LABELS&&l.services.events.dispatchEvent(A.Tooltip.HIDE)}).on("focus",function(c){const u={clientX:0,clientY:0};if(c.target){c.target.focus();const h=c.target.getBoundingClientRect();u.clientX=h.x,u.clientY=h.y}l.services.events.dispatchEvent(A.Axis.LABEL_FOCUS,{event:{...c,...u},element:N(this),datum:N(this).select("text").datum()})}).on("blur",function(c){l.services.events.dispatchEvent(A.Axis.LABEL_BLUR,{event:c,element:N(this),datum:N(this).select("text").datum()})}).on("keydown",function(c){c.key&&c.key==="Escape"&&(l.services.events.dispatchEvent(A.Tooltip.HIDE),l.services.events.dispatchEvent(A.Axis.LABEL_BLUR,{event:c,element:N(this),datum:N(this).select("text").datum()})),n===H.LEFT||n===H.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;P.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 ye extends gt{constructor(){super(...arguments),this.type="2D-axes",this.renderType=nt.SVG,this.children={},this.thresholds=[],this.margins={top:0,right:0,bottom:0,left:0}}render(t=!1){const n={},r=Object.keys(H),i=_(this.getOptions(),"axes");r.forEach(a=>{i[H[a]]&&(n[H[a]]=!0)}),this.configs.axes=n,r.forEach(a=>{const o=H[a];if(this.configs.axes[o]&&!this.children[o]){const l={position:o,axes:this.configs.axes,margins:this.margins},c=this.model.axisFlavor===ba.DEFAULT?new Am(this.model,this.services,l):new Jk(this.model,this.services,l);c.setModel(this.model),c.setServices(this.services),c.setParent(this.parent),this.children[o]=c}}),Object.keys(this.children).forEach(a=>{this.children[a].render(t)});const s={};Object.keys(this.children).forEach(a=>{const o=this.children[a],l=o.configs.position,c=o.getInvisibleAxisRef(),{width:u,height:h}=P.getSVGElementSize(c,{useBBox:!0});let d;switch(o.getTitleRef().empty()?d=0:(d=P.getSVGElementSize(o.getTitleRef(),{useBBox:!0}).height,(l===H.LEFT||l===H.RIGHT)&&(d+=5)),l){case H.TOP:s.top=h+d;break;case H.BOTTOM:s.bottom=h+d;break;case H.LEFT:s.left=u+d;break;case H.RIGHT:s.right=u+d;break}}),this.services.events.dispatchEvent(A.Axis.RENDER_COMPLETE),Object.keys(s).some(a=>this.margins[a]!==s[a])&&(this.margins=Object.assign(this.margins,s),this.model.set({axesMargins:this.margins},{skipUpdate:!0}),this.services.events.dispatchEvent(A.ZoomBar.UPDATE),Object.keys(this.children).forEach(a=>{const o=this.children[a];o.margins=this.margins}),this.render(!0))}}class de extends gt{constructor(){super(...arguments),this.type="skeleton"}render(t=!0){const n=_(this.getOptions(),"data","loading");n?this.renderSkeleton(n):this.removeSkeleton()}renderSkeleton(t){if(this.configs.skeleton===Xt.GRID)this.renderGridSkeleton(t);else if(this.configs.skeleton===Xt.VERT_OR_HORIZ)this.renderVertOrHorizSkeleton(t);else if(this.configs.skeleton===Xt.PIE)this.renderPieSkeleton(t);else if(this.configs.skeleton===Xt.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===Jt.VERTICAL&&this.drawYGrid(t),n===Jt.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=Ve().domain([0,1]).range(t),this.yScale=Ve().domain([0,1]).range(n)}drawBackdrop(t){const n=this.parent,{width:r,height:i}=P.getSVGElementSize(n,{useAttrs:!0});this.backdrop=P.appendOrSelect(n,"svg.chart-skeleton.DAII").attr("width",r).attr("height",i);const s=P.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=_(this.getOptions(),"grid","x","numberOfTicks"),i=this.xScale.ticks(r).map(o=>o*n),s=P.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=_(this.getOptions(),"grid","y","numberOfTicks"),s=this.xScale.ticks(i).map(l=>l*n),a=P.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}=P.getSVGElementSize(i,{useAttrs:!0}),o=P.appendOrSelect(i,"svg.chart-skeleton").attr("width",s).attr("height",a),l=n===0?"pie":"donut",c=_(this.getOptions(),l,"alignment");P.appendOrSelect(o,"rect.chart-skeleton-area-container").attr("width",s).attr("height",a).attr("fill","none");const u=Ti().innerRadius(n).outerRadius(t).startAngle(0).endAngle(Math.PI*2),h=t+Math.abs(At.radiusOffset),d=t+(Math.min(s,a)-t*2)/2,f=P.appendOrSelect(o,"path").attr("class","skeleton-area-shape").attr("transform",`translate(${h}, ${d})`).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+At.xOffset;c===Yt.CENTER?p=s/2:c===Yt.RIGHT&&(p=s-t-At.xOffset);const m=t+At.yOffset;f.attr("transform",`translate(${p}, ${m})`)}computeOuterRadius(){const{width:t,height:n}=P.getSVGElementSize(this.parent,{useAttrs:!0});return Math.min(t,n)/2+At.radiusOffset}computeInnerRadius(){return this.computeOuterRadius()*(3/4)}setShimmerEffect(t){const n="stop-bg-shimmer",r="stop-shimmer",i=this.parent.select(".chart-skeleton"),{width:s}=P.getSVGElementSize(this.parent,{useAttrs:!0}),a=0,o=s,l=P.appendOrSelect(i,"defs").lower(),c=P.appendOrSelect(l,"linearGradient").attr("id",this.services.domUtils.generateElementIDString(t)).attr("class",t).attr("x1",a-3*.2*s).attr("x2",o).attr("y1",0).attr("y2",0).attr("gradientUnits","userSpaceOnUse").attr("gradientTransform","translate(0, 0)"),u=`
76
+ <stop class="${n}" offset="${a}"></stop>
77
+ <stop class="${r}" offset="${a+.2}"></stop>
78
+ <stop class="${n}" offset="${a+2*.2}"></stop>
79
+ `;c.html(u),h();function h(){c.attr("gradientTransform",`translate(${a-3*.2*s}, 0)`).transition().duration(2e3).delay(1e3).ease(gb).attr("gradientTransform",`translate(${o+3*.2*s}, 0)`).on("end",h)}}removeSkeleton(){this.parent.select(".chart-skeleton").remove()}}class tR extends gt{constructor(){super(...arguments),this.type="boxplot",this.renderType=nt.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,h]=o.range(),d=c-l,f=u-h;if(d===0)return;const{cartesianScales:p}=this.services,m=p.getOrientation(),g=m===Jt.VERTICAL,[v,b]=xn(M=>this.services.cartesianScales.getDomainValue(M),M=>this.services.cartesianScales.getRangeValue(M),m),w=Math.floor((g?d:f)/s.length),O=Math.min(w/2,16),E=this.model.getBoxplotData(),T=n.selectAll(".box-group").data(E);T.exit().remove();const S=T.enter().append("g").attr("class","box-group"),$=T.merge(S);S.append("path").merge(T.select("path.vertical-line.start")).attr("class",()=>this.model.getColorClassName({classNameTypes:[st.STROKE],originalClassName:"vertical-line start"})).attr("stroke-width",Se.strokeWidth.default).attr("fill","none").transition().call(M=>this.services.transitions.setupTransition({transition:M,name:"boxplot-update-verticalstartline",animate:t})).attr("d",M=>{const V=p.getDomainValue(M[i]),x=V,C=p.getRangeValue(M.whiskers.min),y=p.getRangeValue(M.quartiles.q_25);return he({x0:V,x1:x,y0:C,y1:y},m)}),S.append("path").merge(T.select("path.vertical-line.end")).attr("class",()=>this.model.getColorClassName({classNameTypes:[st.STROKE],originalClassName:"vertical-line end"})).attr("stroke-width",Se.strokeWidth.default).attr("fill","none").transition().call(M=>this.services.transitions.setupTransition({transition:M,name:"boxplot-update-verticalendline",animate:t})).attr("d",M=>{const V=p.getDomainValue(M[i]),x=V,C=p.getRangeValue(M.whiskers.max),y=p.getRangeValue(M.quartiles.q_75);return he({x0:V,x1:x,y0:C,y1:y},m)}),S.append("path").merge(T.select("path.box")).attr("class",()=>this.model.getColorClassName({classNameTypes:[st.FILL,st.STROKE],originalClassName:"box"})).attr("fill-opacity",Se.box.opacity.default).attr("stroke-width",Se.strokeWidth.default).attr("role",dt.GRAPHICS_SYMBOL).attr("aria-roledescription","box").attr("aria-label",M=>M[i]).transition().call(M=>this.services.transitions.setupTransition({transition:M,name:"boxplot-update-quartiles",animate:t})).attr("d",M=>{const V=p.getDomainValue(M[i])-O/2,x=V+O,C=p.getRangeValue(Math[g?"max":"min"](M.quartiles.q_75,M.quartiles.q_25)),y=C+Math.abs(p.getRangeValue(M.quartiles.q_75)-p.getRangeValue(M.quartiles.q_25));return he({x0:V,x1:x,y0:C,y1:y},m)}),S.append("path").merge(T.select("path.highlight-area")).attr("class","highlight-area").attr("opacity",0).attr("d",M=>{const V=p.getDomainValue(M[i])-O/2,x=V+O,C=p.getRangeValue(M.whiskers.min),y=p.getRangeValue(M.whiskers.max);return he({x0:V,x1:x,y0:C,y1:y},m)}),S.append("path").merge(T.select("path.whisker.start")).attr("class",()=>this.model.getColorClassName({classNameTypes:[st.STROKE],originalClassName:"whisker start"})).attr("stroke-width",Se.strokeWidth.thicker).attr("fill","none").transition().call(M=>this.services.transitions.setupTransition({transition:M,name:"boxplot-update-startingwhisker",animate:t})).attr("d",M=>{const V=p.getDomainValue(M[i])-O/4,x=V+O/2,C=p.getRangeValue(M.whiskers.min),y=p.getRangeValue(M.whiskers.min);return he({x0:V,x1:x,y0:C,y1:y},m)}),S.append("path").merge(T.select("path.median")).attr("fill","none").attr("class",()=>this.model.getColorClassName({classNameTypes:[st.STROKE],originalClassName:"median"})).attr("stroke-width",2).transition().call(M=>this.services.transitions.setupTransition({transition:M,name:"boxplot-update-median",animate:t})).attr("d",M=>{const V=p.getDomainValue(M[i])-O/2,x=V+O,C=p.getRangeValue(M.quartiles.q_50);return he({x0:V,x1:x,y0:C,y1:C},m)}),S.append("path").merge(T.select("path.whisker.end")).attr("class",()=>this.model.getColorClassName({classNameTypes:[st.STROKE],originalClassName:"whisker end"})).attr("stroke-width",Se.strokeWidth.thicker).attr("fill","none").transition().call(M=>this.services.transitions.setupTransition({transition:M,name:"boxplot-update-endingwhisker",animate:t})).attr("d",M=>{const V=p.getDomainValue(M[i])-O/4,x=V+O/2,C=p.getRangeValue(M.whiskers.max),y=p.getRangeValue(M.whiskers.max);return he({x0:V,x1:x,y0:C,y1:y},m)});const k=$.selectAll("circle.outlier").data(M=>M.outliers.map(V=>({min:M.whiskers.min,max:M.whiskers.max,[i]:M[i],value:V})));k.exit().remove();const L=k.enter().append("circle");k.merge(L).attr("r",Se.circle.radius).attr("class",()=>this.model.getColorClassName({classNameTypes:[st.FILL,st.STROKE],originalClassName:"outlier"})).attr("fill-opacity",Se.circle.opacity.default).attr("cx",v).transition().call(M=>this.services.transitions.setupTransition({transition:M,name:"boxplot-update-circles",animate:t})).attr("cy",b),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=N(this);N(this.parentNode).select("path.box").classed("hovered",!0).attr("fill-opacity",Se.box.opacity.hovered),t.services.events.dispatchEvent(A.Tooltip.SHOW,{event:i,hoveredElement:a,items:[{label:n.tooltip.groupLabel,value:s[r],class:t.model.getColorClassName({classNameTypes:[st.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(A.Boxplot.BOX_MOUSEOVER,{event:i,element:a,datum:s})}).on("mousemove",function(i,s){const a=N(this);t.services.events.dispatchEvent(A.Boxplot.BOX_MOUSEMOVE,{event:i,element:a,datum:s}),t.services.events.dispatchEvent(A.Tooltip.MOVE,{event:i})}).on("click",function(i,s){t.services.events.dispatchEvent(A.Boxplot.BOX_CLICK,{event:i,element:N(this),datum:s})}).on("mouseout",function(i,s){const a=N(this);N(this.parentNode).select("path.box").classed("hovered",!1).attr("fill-opacity",Se.box.opacity.default),t.services.events.dispatchEvent(A.Boxplot.BOX_MOUSEOUT,{event:i,element:a,datum:s}),t.services.events.dispatchEvent(A.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=N(this);o.classed("hovered",!0).attr("fill-opacity",Se.circle.opacity.hovered).classed("unfilled",!1),t.services.events.dispatchEvent(A.Tooltip.SHOW,{event:s,hoveredElement:o,items:[{label:n.tooltip.groupLabel,value:a[r],class:t.model.getColorClassName({classNameTypes:[st.TOOLTIP]})},{label:"Outlier",value:a[i]}]}),t.services.events.dispatchEvent(A.Boxplot.OUTLIER_MOUSEOVER,{event:s,element:o,datum:a})}).on("mousemove",function(s,a){const o=N(this);t.services.events.dispatchEvent(A.Boxplot.OUTLIER_MOUSEMOVE,{event:s,element:o,datum:a}),t.services.events.dispatchEvent(A.Tooltip.MOVE,{event:s})}).on("click",function(s,a){t.services.events.dispatchEvent(A.Boxplot.OUTLIER_CLICK,{event:s,element:N(this),datum:a})}).on("mouseout",function(s,a){const o=N(this);o.classed("hovered",!1).attr("fill-opacity",Se.circle.opacity.default),t.services.events.dispatchEvent(A.Boxplot.OUTLIER_MOUSEOUT,{event:s,element:o,datum:a}),t.services.events.dispatchEvent(A.Tooltip.HIDE,{hoveredElement:o})})}}class jr extends gt{constructor(){super(...arguments),this.type="zero-line",this.renderType=nt.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 h=ug({x0:l,x1:c,y0:u,y1:u},this.services.cartesianScales.getOrientation());P.appendOrSelect(o,"line.domain").transition().call(d=>this.services.transitions.setupTransition({transition:d,name:"zero-line-update",animate:t})).attr("y1",h.y0).attr("y2",h.y1).attr("x1",h.x0).attr("x2",h.x1)}}class eR extends nn{constructor(){super(...arguments),this.type="bubble",this.renderType=nt.SVG}getRadiusScale(t){const n=this.getOptions(),{radiusMapsTo:r}=n.bubble,i=t.data(),s=i.map(c=>c[r]).filter(c=>c),a=P.getHTMLElementSize(this.services.domUtils.getMainContainer()),o=s.length>0,l=o?Ie(s):[1,1];return Ve().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=d=>o.getDomainValue(d),c=d=>o.getRangeValue(d),[u,h]=xn(l,c,o.getOrientation());t.raise().classed("dot",!0).attr("role",dt.GRAPHICS_SYMBOL).attr("aria-label",d=>{const f=o.getRangeIdentifier(d);return d[f]}).transition().call(d=>this.services.transitions.setupTransition({transition:d,name:"bubble-update-enter",animate:n})).attr("cx",u).attr("cy",h).attr("r",d=>s(d[i]||1)).attr("class",d=>this.model.getColorClassName({classNameTypes:[st.FILL,st.STROKE],dataGroupName:d[a],originalClassName:"dot"})).style("fill",d=>{const f=this.services.cartesianScales.getDomainIdentifier(d);return this.model.getFillColor(d[a],d[f],d)}).style("stroke",d=>{const f=this.services.cartesianScales.getDomainIdentifier(d);return this.model.getStrokeColor(d[a],d[f],d)}).attr("fill-opacity",r.bubble.fillOpacity).attr("opacity",1)}getTooltipAdditionalItems(t){const n=_(this.getOptions(),"bubble");return[{label:_(n,"radiusLabel"),value:t[_(n,"radiusMapsTo")]}]}}class nR extends gt{constructor(){super(...arguments),this.type="bullet",this.renderType=nt.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(A.Legend.ITEM_HOVER,this.handleLegendOnHover),t.addEventListener(A.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(),h=()=>{const m=[];s.forEach(v=>{v.ranges?v.ranges.forEach((b,w)=>{b!=null&&b<u&&m.push({datum:v,value:b,order:w+1})}):m.push({datum:v,order:1})});const g=P.appendOrSelect(i,"g.range-boxes").selectAll("path.range-box").data(m,v=>`${v[r]}-${v.order}`);g.exit().attr("opacity",0).remove(),g.enter().append("path").attr("opacity",0).merge(g).attr("class",v=>`range-box order-${v.order}`).transition().call(v=>this.services.transitions.setupTransition({transition:v,name:"bullet-range-box-update-enter",animate:t})).attr("d",v=>{let b,w,O,E;return v.order===1?(b=this.services.cartesianScales.getDomainValue(v.datum)-16/2,w=b+16,O=c-2,E=l+1):(b=this.services.cartesianScales.getDomainValue(v.datum)-16/2,w=b+16,O=this.services.cartesianScales.getRangeValue(v.value),E=c),he({x0:b,x1:w,y0:O,y1:E},this.services.cartesianScales.getOrientation())}).attr("opacity",1)},d=()=>{const m=P.appendOrSelect(i,"g.bars").selectAll("path.bar").data(s,g=>g[r]);m.exit().attr("opacity",0).remove(),m.enter().append("path").attr("opacity",0).merge(m).classed("bar",!0).transition().call(g=>this.services.transitions.setupTransition({transition:g,name:"bullet-bar-update-enter",animate:t})).attr("class",g=>this.model.getColorClassName({classNameTypes:[st.FILL],dataGroupName:g[r],originalClassName:"bar"})).style("fill",g=>this.model.getFillColor(g[r])).attr("d",g=>{const v=this.services.cartesianScales.getDomainValue(g)-4,b=v+8,w=this.services.cartesianScales.getRangeValue(0)+1,O=this.services.cartesianScales.getRangeValue(g);return he({x0:v,x1:b,y0:w,y1:O},this.services.cartesianScales.getOrientation())}).attr("opacity",1).attr("role",dt.GRAPHICS_SYMBOL).attr("aria-roledescription","bar").attr("aria-label",g=>g.value)},f=()=>{const m=P.appendOrSelect(i,"g.markers").selectAll("path.marker").data(s.filter(g=>_(g,"marker")!==null),g=>g[r]);m.exit().attr("opacity",0).remove(),m.enter().append("path").attr("opacity",0).merge(m).classed("marker",!0).transition().call(g=>this.services.transitions.setupTransition({transition:g,name:"bullet-marker-update-enter",animate:t})).attr("d",g=>{const v=this.services.cartesianScales.getDomainValue(g)-12,b=v+24,w=this.services.cartesianScales.getRangeValue(g.marker);return he({x0:v,x1:b,y0:w,y1:w},this.services.cartesianScales.getOrientation())}).attr("opacity",1)},p=()=>{let m=[];s.filter(v=>_(v,"marker")!==null).forEach(v=>{const b=v.marker,w=v[o];m=m.concat([{datum:v,value:b*.25,barValue:w},{datum:v,value:b*.5,barValue:w},{datum:v,value:b*.75,barValue:w}])});const g=P.appendOrSelect(i,"g.quartiles").selectAll("path.quartile").data(m,v=>v[r]);g.exit().attr("opacity",0).remove(),g.enter().append("path").attr("opacity",0).merge(g).attr("class",v=>`quartile ${v.value<=v.barValue?"over-bar":""}`).transition().call(v=>this.services.transitions.setupTransition({transition:v,name:"bullet-quartile-update-enter",animate:t})).attr("d",({datum:v,value:b})=>{let w=4;v.ranges&&v.ranges.indexOf(b)!==-1&&(w=8);const O=this.services.cartesianScales.getDomainValue(v)-w/2,E=O+w,T=this.services.cartesianScales.getRangeValue(b);return he({x0:O,x1:E,y0:T,y1:T},this.services.cartesianScales.getOrientation())}).attr("opacity",1)};h(),d(),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=N(this);o.classed("hovered",!0),t.services.events.dispatchEvent(A.Bar.BAR_MOUSEOVER,{event:s,element:o,datum:a});const l=_(n,"bullet","performanceAreaTitles"),c=t.model.getMatchingRangeIndexForDatapoint(a);t.services.events.dispatchEvent(A.Tooltip.SHOW,{event:s,hoveredElement:o,items:[{label:n.tooltip.groupLabel||"Group",value:a[r],class:t.model.getColorClassName({classNameTypes:[st.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(A.Bar.BAR_MOUSEMOVE,{event:s,element:N(this),datum:a}),t.services.events.dispatchEvent(A.Tooltip.MOVE,{event:s})}).on("click",function(s,a){t.services.events.dispatchEvent(A.Bar.BAR_CLICK,{event:s,element:N(this),datum:a})}).on("mouseout",function(s,a){const o=N(this);o.classed("hovered",!1),t.services.events.dispatchEvent(A.Bar.BAR_MOUSEOUT,{event:s,element:o,datum:a}),t.services.events.dispatchEvent(A.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(A.Legend.ITEM_HOVER,this.handleLegendOnHover),t.removeEventListener(A.Legend.ITEM_MOUSEOUT,this.handleLegendMouseOut)}}function rR(e){return e}function iR(e){if(e==null)return rR;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,h=new Array(u);for(h[0]=(t+=o[0])*r+s,h[1]=(n+=o[1])*i+a;c<u;)h[c]=o[c],++c;return h}}function sR(e,t){for(var n,r=e.length,i=r-t;i<--r;)n=e[i],e[i++]=e[r],e[r]=n}function aR(e,t){return typeof t=="string"&&(t=e.objects[t]),t.type==="GeometryCollection"?{type:"FeatureCollection",features:t.geometries.map(function(n){return $m(e,n)})}:$m(e,t)}function $m(e,t){var n=t.id,r=t.bbox,i=t.properties==null?{}:t.properties,s=Wc(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 Wc(e,t){var n=iR(e.transform),r=e.arcs;function i(u,h){h.length&&h.pop();for(var d=r[u<0?~u:u],f=0,p=d.length;f<p;++f)h.push(n(d[f],f));u<0&&sR(h,p)}function s(u){return n(u)}function a(u){for(var h=[],d=0,f=u.length;d<f;++d)i(u[d],h);return h.length<2&&h.push(h[0]),h}function o(u){for(var h=a(u);h.length<4;)h.push(h[0]);return h}function l(u){return u.map(o)}function c(u){var h=u.type,d;switch(h){case"GeometryCollection":return{type:h,geometries:u.geometries.map(c)};case"Point":d=s(u.coordinates);break;case"MultiPoint":d=u.coordinates.map(s);break;case"LineString":d=a(u.arcs);break;case"MultiLineString":d=u.arcs.map(a);break;case"Polygon":d=l(u.arcs);break;case"MultiPolygon":d=u.arcs.map(l);break;default:return null}return{type:h,coordinates:d}}return c(t)}function oR(e,t){var n={},r={},i={},s=[],a=-1;t.forEach(function(c,u){var h=e.arcs[c<0?~c:c],d;h.length<3&&!h[1][0]&&!h[1][1]&&(d=t[++a],t[a]=c,t[u]=d)}),t.forEach(function(c){var u=o(c),h=u[0],d=u[1],f,p;if(f=i[h])if(delete i[f.end],f.push(c),f.end=d,p=r[d]){delete r[p.start];var m=p===f?f:f.concat(p);r[m.start=f.start]=i[m.end=p.end]=m}else r[f.start]=i[f.end]=f;else if(f=r[d])if(delete r[f.start],f.unshift(c),f.start=h,p=i[h]){delete i[p.end];var g=p===f?f:p.concat(f);r[g.start=p.start]=i[g.end=f.end]=g}else r[f.start]=i[f.end]=f;else f=[c],r[f.start=h]=i[f.end=d]=f});function o(c){var u=e.arcs[c<0?~c:c],h=u[0],d;return e.transform?(d=[0,0],u.forEach(function(f){d[0]+=f[0],d[1]+=f[1]})):d=u[u.length-1],c<0?[d,h]:[h,d]}function l(c,u){for(var h in c){var d=c[h];delete u[d.start],delete d.start,delete d.end,d.forEach(function(f){n[f<0?~f:f]=1}),s.push(d)}}return l(i,r),l(r,i),t.forEach(function(c){n[c<0?~c:c]||s.push([c])}),s}function lR(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 cR(e){return Wc(e,uR.apply(this,arguments))}function uR(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 lR(Wc(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(h){h.forEach(function(d){n[d<0?~d:d].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(m){m.forEach(function(g){g.forEach(function(v){n[v<0?~v:v].length<2&&c.push(v)})})}),c=oR(e,c),(u=c.length)>1)for(var h=1,d=o(c[0]),f,p;h<u;++h)(f=o(c[h]))>d&&(p=c[0],c[0]=c[h],c[h]=p,d=f);return c}).filter(function(l){return l.length>0})}}class hR extends Dn{constructor(){super(...arguments),this.type="ruler-binned",this.renderType=nt.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(),h=a.getDomainScale(),d=h.invert(o===Jt.VERTICAL?n:r),f=P.appendOrSelect(i,"g.ruler").attr("aria-label","ruler"),p=P.appendOrSelect(f,"line.ruler-line"),m=i.selectAll("[role=graphics-symbol]").filter(g=>{if(parseFloat(kt(g,"data.x0"))<=d&&parseFloat(kt(g,"data.x1"))>=d)return!0});if(m.size()>0){this.elementsToHighlight&&this.elementsToHighlight.size()>0&&!lm(this.elementsToHighlight,m)&&this.hideRuler(),m.dispatch("mouseover"),this.elementsToHighlight=m;const g=N(m.nodes()[0]).datum(),v=parseFloat(kt(g,"data.x0")),b=parseFloat(kt(g,"data.x1")),w=this.model.getActiveDataGroupNames(),O=w.reverse().map(E=>({label:E,value:kt(g,`data.${E}`),class:this.model.getColorClassName({classNameTypes:[st.TOOLTIP],dataGroupName:E})})).filter(E=>E.value!==0);if(O.length>0){this.services.events.dispatchEvent(A.Tooltip.SHOW,{mousePosition:[n,r],hoveredElement:p,items:[{label:kt(s,"bins.rangeLabel")||"Range",value:`${v} – ${b}`},...O,..._(s,"tooltip","showTotal")===!0?[{label:kt(s,"tooltip.totalLabel")||"Total",value:w.reduce((T,S)=>T+parseFloat(kt(g,`data.${S}`)),0)}]:[]]}),f.attr("opacity",1);const E=h((v+b)/2);o==="horizontal"?p.attr("x1",u).attr("x2",c).attr("y1",E).attr("y2",E):p.attr("y1",u).attr("y2",c).attr("x1",E).attr("x2",E)}else this.hideRuler()}else this.hideRuler()}}class eo extends Dn{formatTooltipData(t){return t.reverse()}}const dR=(e,t)=>{const n=e.x,r=e.y,i=t.x,s=t.y,a=hh();return a.moveTo(n,r),a.lineTo(i,s),a.toString()},fR={d:"M7 0v8L0 4z",height:8,width:7.5,id:"arrowLeft"},pR={d:"M0 0v8l7-4z",height:8,width:7.5,id:"arrowRight"},gR={d:"M5.32 9.513a4.75 4.75 0 100-9.5 4.75 4.75 0 000 9.5z",height:10,width:10,id:"circle"},mR={d:"M5.03517654-1e-7l4.99999996 5-4.99999996 5-5-5L2.4517844 2.58339204z",height:10,width:10,id:"diamond"},vR={d:"M0 .44974747h8v8H0v-3.6830331z",height:9,width:8,id:"square"},yR={d:"M0 0h1.5v8H0z",height:8,width:2,id:"tee"};class Lm extends zc{constructor(t,n,r){super(t,n,r),this.type="color-legend",this.renderType=nt.SVG,this.gradient_id=`gradient-id-${Math.floor(Math.random()*99999999999)}`,this.handleAxisCompleteEvent=()=>{const i=this.getComponentContainer(),{width:s}=P.getSVGElementSize(i,{useAttrs:!0}),a=_(this.getOptions(),"data","loading");if(s>Vt.color.barWidth&&!a){const o=_(this.getOptions(),"heatmap","colorLegend","title"),{cartesianScales:l}=this.services,c=l.getMainXScale().range();if(c[0]>1&&(i.select("g.legend").attr("transform",`translate(${c[0]}, 0)`),o)){const{width:u}=P.getSVGElementSize(i.select("g.legend-title").select("text"),{useBBox:!0}),h=c[0]-u-9;h>1?i.select("g.legend-title").attr("transform",`translate(${h}, 0)`):(i.select("g.legend").attr("transform",`translate(${c[0]}, 16)`),i.select("g.legend-title").attr("transform",`translate(${c[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(A.Axis.RENDER_COMPLETE,this.handleAxisCompleteEvent)}render(t=!0){const n=this.getOptions(),r=this.getComponentContainer(),{width:i}=P.getSVGElementSize(r,{useAttrs:!0}),s=_(n,"color","gradient","colors"),a=_(n,this.chartType,"colorLegend","type");let o=_(n,"color","pairing","option");const l=_(n,"heatmap","colorLegend","title");if(_(this.getOptions(),"data","loading")){r.html("");return}const c=!ze(s),u=Og(this.model.getDisplayData()),h=!(i<=Vt.color.barWidth),d=h?Vt.color.barWidth:i,f=P.appendOrSelect(r,"g.legend"),p=P.appendOrSelect(f,"g.legend-axis");if(l){const S=P.appendOrSelect(r,"g.legend-title");P.appendOrSelect(S,"text").text(l).attr("dy","0.7em"),f.attr("transform","translate(0, 16)")}const m=u[0]<0&&u[1]>0?"diverge":"mono";(o<1&&o>4&&m==="mono"||o<1&&o>2&&m==="diverge")&&(o=1);let g=[];const v=m==="diverge"?17:11;if(c)g=s;else for(let S=1;S<v+1;S++)g.push(a===ya.LINEAR?`stop-color-${m}-${o}-${S}`:`fill-${m}-${o}-${S}`);const b=_e(u[0],u[1]),w=o1(b,3),O=Ve().domain(u).range([0,d]),E=lo(O).tickSize(0).tickValues(w);let T;switch(a){case ya.LINEAR:this.drawLinear(g,f,d);break;case ya.QUANTIZE:T=this.drawQuantize(g,m,c,f,d),O.range([T,d]);break;default:throw Error("Entered color legend type is not supported.")}p.attr("transform",`translate(0,${Vt.color.axisYTranslation})`).call(E),p.select(".domain").remove(),p.select("g.tick:last-of-type text").style("text-anchor",h?"middle":"end"),p.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);P.appendOrSelect(n,"linearGradient").attr("id",`${this.gradient_id}-legend`).selectAll("stop").data(t).enter().append("stop").attr("offset",(s,a)=>`${a*i}%`).attr("class",(s,a)=>t[a]).attr("stop-color",s=>s),P.appendOrSelect(n,"rect").attr("width",r).attr("height",Vt.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=xi().domain(t).range([0,s]);return P.appendOrSelect(i,"g.quantized-rect").selectAll("rect").data(a.domain()).join("rect").attr("x",o=>a(o)).attr("y",0).attr("width",Math.max(0,a.bandwidth()-1)).attr("height",Vt.color.barHeight).attr("class",o=>o).attr("fill",o=>o),(!r&&n)==="mono"?a.bandwidth()-1:0}destroy(){this.chartType==="heatmap"&&this.services.events.removeEventListener(A.Axis.RENDER_COMPLETE,this.handleAxisCompleteEvent)}}class bR extends es{constructor(){super(...arguments),this.type="meter-title",this.renderType=nt.SVG}render(t=!0){const n=_(this.model.getDisplayData(),0),r=this.getOptions(),i=this.getComponentContainer(),{groupMapsTo:s}=r.data;if(_(r,"meter","proportional"))this.displayTotal(),this.displayBreakdownTitle();else{const l=i.selectAll("text.meter-title").data([n[s]]);l.enter().append("text").classed("meter-title",!0).merge(l).attr("x",0).attr("y","1em").text(c=>c),l.exit().remove(),this.appendPercentage()}this.displayStatus();const a=this.getMaxTitleWidth(),o=P.appendOrSelect(i,"text.meter-title");a>0&&o.node().getComputedTextLength()>a&&this.truncateTitle(o,a)}displayBreakdownTitle(){const t=this.getComponentContainer(),n=this.getOptions(),r=this.model.getMaximumDomain(this.model.getDisplayData()),i=_(n,"meter","proportional","total"),s=_(n,"meter","proportional","unit")?_(n,"meter","proportional","unit"):"";let a;if(r===i)a=null;else{const u=i!==null?i-r:r,h=_(n,"meter","proportional","breakdownFormatter");a=h!==null?h({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=P.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=_(n,"meter","proportional","total"),i=r?_(n,"meter","proportional","total"):this.model.getMaximumDomain(this.model.getDisplayData()),s=_(n,"meter","proportional","unit")?_(n,"meter","proportional","unit"):"",a=_(n,"meter","proportional","totalFormatter"),o=a!==null?a(i):`${r} ${s} total`,l=P.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-te.total.paddingRight:c).attr("y","1em").attr("text-anchor","end").text(h=>h),u.exit().remove()}displayStatus(){const t=this,n=this.getComponentContainer(),r=P.getHTMLElementSize(this.services.domUtils.getMainContainer()),i=r.width?r.width:0,s=this.model.getStatus(),a=te.status.indicatorSize/2,o=P.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=_(this.model.getDisplayData(),0,"value"),n=this.getComponentContainer(),r=P.appendOrSelect(n,"text.meter-title"),i=_(this.getOptions(),"meter","statusBar","percentageIndicator","enabled")===!0?[t]:[],s=n.selectAll("text.percent-value").data(i),a=te.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=P.appendOrSelect(this.parent,"tspan"),i=te.statusBar.paddingRight,s=Math.ceil(r.node().getComputedTextLength());P.appendOrSelect(this.parent,"text.percent-value").attr("x",+t.attr("x")+t.node().getComputedTextLength()+s+i)}getMaxTitleWidth(){const t=P.getHTMLElementSize(this.services.domUtils.getMainContainer()),n=_(this.getOptions(),"meter","proportional"),r=t.width?t.width:this.parent.node().getBoundingClientRect().width;if(n!==null){const i=P.appendOrSelect(this.parent,"text.proportional-meter-total").node(),s=P.getSVGElementSize(i,{useBBox:!0}).width;return r-s-te.total.paddingLeft}else{const i=P.appendOrSelect(this.parent,"text.percent-value"),s=te.statusBar.paddingRight,a=i.node().getComputedTextLength(),o=P.appendOrSelect(this.parent,"g.status-indicator").node(),l=P.getSVGElementSize(o,{useBBox:!0}).width+te.status.paddingLeft;return r-a-s-l}}getStatusIconPathString(t){switch(t){case ma.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 ma.DANGER:return"M10.7 11.5 4.5 5.3 5.3 4.5 11.5 10.7 Z";case ma.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 qc extends gt{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=P.getSVGElementSize(this.parent,{useAttrs:!0}).width;if(!r.step){const s=_(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 r=this.model.get("zoomDomain");if(r!==void 0){const i=this.services.cartesianScales.getDomainScale();return t<i(r[0])||n>i(r[1])}return!1}}class xR extends gt{constructor(){super(...arguments),this.type="circle-pack",this.renderType=nt.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:Zn.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}=P.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=_(l,"canvasZoom","enabled");a&&_(s,0,"children")&&(s=_(s,0,"children"));const u=vi({children:s}).sum(p=>p.value).sort((p,m)=>m.value-p.value),h=ww().size([r,i]).padding(p=>p.depth>=1?Zn.padding.children+3:Zn.padding.mainGroup+3)(u).descendants().splice(1).filter(p=>p.depth<=o),d=n.selectAll("circle.node").data(h);d.exit().attr("width",0).attr("height",0).remove();const f=d.enter().append("circle").classed("node",!0);f.merge(d).attr("class",p=>{const m=c&&o===3?this.getZoomClass(p):"";return this.model.getColorClassName({classNameTypes:[st.FILL,st.STROKE],dataGroupName:p.data.dataGroupName,originalClassName:p.children?`node ${m}`:`node node-leaf ${m}`})}).style("fill",p=>this.model.getFillColor(p.data.dataGroupName)).style("stroke",p=>this.model.getFillColor(p.data.dataGroupName)).attr("cx",p=>p.x).attr("cy",p=>p.y).transition("circlepack-leaf-update-enter").call(p=>this.services.transitions.setupTransition({transition:p,name:"circlepack-leaf-update-enter"})).attr("r",p=>p.r).attr("opacity",1).attr("fill-opacity",Zn.circles.fillOpacity),c===!0&&this.focal&&(this.services.canvasZoom.zoomIn(this.focal,f,kr),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",Zn.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(A.Legend.ITEM_HOVER,this.handleLegendOnHover),t.addEventListener(A.Legend.ITEM_MOUSEOUT,this.handleLegendMouseOut)}removeBackgroundListeners(){N(this.services.domUtils.getMainContainer()).on("click",()=>null)}setBackgroundListeners(){const t=N(this.services.domUtils.getMainContainer()),n=this,r=this.parent.selectAll("circle.node"),i=_(bg,"canvasZoomSettings");t.on("click",()=>{n.focal=null,n.model.updateHierarchyLevel(2),t.classed("zoomed-in",!1),n.services.canvasZoom.zoomOut(r,i)})}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=N(this);i.classed("hovered",!0);const s=t.model.getHierarchyLevel(),a=s>2&&!i.classed("focal"),o=_(t.model.getOptions(),"canvasZoom","enabled");let l=!1;if(!a){let c=[],u=[],h=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:kt(f,"tooltip.totalLabel")||"Total",value:r.value,bold:!0}],t.highlightChildren(r.children)}else h=r.value;const d=getComputedStyle(this,null).getPropertyValue("fill");t.services.events.dispatchEvent(A.Tooltip.SHOW,{event:n,hoveredElement:i,items:[{color:d,label:r.data.name,labelIcon:l&&o&&s<=2?t.getZoomIcon():null,value:h},...c,...u]})}t.services.events.dispatchEvent(A.CirclePack.CIRCLE_MOUSEOVER,{event:n,element:i,datum:r})}).on("mousemove",function(n,r){const i=N(this);t.services.events.dispatchEvent(A.CirclePack.CIRCLE_MOUSEMOVE,{event:n,element:i,datum:r}),t.services.events.dispatchEvent(A.Tooltip.MOVE,{event:n})}).on("mouseout",function(n,r){const i=N(this);i.classed("hovered",!1),r.children&&t.unhighlightChildren(r.children),t.services.events.dispatchEvent(A.CirclePack.CIRCLE_MOUSEOUT,{event:n,element:i,datum:r}),t.services.events.dispatchEvent(A.Tooltip.HIDE,{hoveredElement:i})}).on("click",function(n,r){const i=N(this),s=i.classed("non-focal"),a=_(t.model.getOptions(),"canvasZoom","enabled");if(a&&t.model.getHierarchyLevel()>2){const o=t.parent.selectAll("circle.node");N(t.services.domUtils.getMainContainer()).classed("zoomed-in",!1),t.focal=null,t.model.updateHierarchyLevel(2),t.services.canvasZoom.zoomOut(o,kr)}else if(r.depth===2&&r.children&&!s&&a){const o=t.parent.selectAll("circle.node");N(t.services.domUtils.getMainContainer()).classed("zoomed-in",!0),t.focal=r,t.model.updateHierarchyLevel(3),t.services.canvasZoom.zoomIn(r,o,kr),n.stopPropagation()}t.services.events.dispatchEvent(A.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(A.Legend.ITEM_HOVER,this.handleLegendOnHover),t.removeEventListener(A.Legend.ITEM_MOUSEOUT,this.handleLegendMouseOut),this.removeBackgroundListeners()}}function wR(e,t){const n=ei(this._current,e);return r=>(this._current=n(r),t(this._current))}class Dm extends gt{constructor(){super(...arguments),this.type="pie",this.renderType=nt.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(A.Legend.ITEM_HOVER,this.handleLegendOnHover),t.addEventListener(A.Legend.ITEM_MOUSEOUT,this.handleLegendMouseOut)}getInnerRadius(){return At.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(S=>S[a]>0),l=this.computeRadius();this.arc=Ti().innerRadius(this.getInnerRadius()).outerRadius(l),this.hoverArc=Ti().innerRadius(this.getInnerRadius()).outerRadius(l+At.hoverArc.outerRadiusOffset);const c=yE().value(S=>S[a]).sort(_(i,"pie","sortFunction")).padAngle(At.padAngle)(o),u=P.appendOrSelect(r,"g.slices").attr("role",dt.GROUP).attr("data-name","slices").selectAll("path.slice").data(c,S=>S.data[s]);u.exit().attr("opacity",0).remove(),u.enter().append("path").classed("slice",!0).attr("opacity",0).merge(u).attr("class",S=>this.model.getColorClassName({classNameTypes:[st.FILL],dataGroupName:S.data[s],originalClassName:"slice"})).style("fill",S=>n.model.getFillColor(S.data[s])).attr("d",this.arc).transition().call(S=>this.services.transitions.setupTransition({transition:S,name:"pie_slice_enter_update",animate:t})).attr("opacity",1).attr("role",dt.GRAPHICS_SYMBOL).attr("aria-roledescription","slice").attr("aria-label",S=>`${S[a]}, ${cg(S.data[a],o,a)+"%"}`).attrTween("d",function(S){return wR.bind(this)(S,n.arc)});const h=i.pie.labels.enabled,d=h?c.filter(S=>S.data[a]>0):[],f=P.appendOrSelect(r,"g.labels").attr("role",dt.GROUP).attr("data-name","labels").selectAll("text.pie-label").data(d,S=>S.data[s]);f.exit().attr("opacity",0).remove();const p=f.enter().append("text").classed("pie-label",!0),m=[];p.merge(f).style("text-anchor","middle").text(S=>i.pie.labels.formatter?i.pie.labels.formatter(S):cg(S.data[a],o,a)+"%").datum(function(S){const $=l+7,k=(S.endAngle-S.startAngle)/2+S.startAngle,L=k/Math.PI*180,M=this.getComputedTextLength();return S.textOffsetX=M/2,S.textOffsetY=L>90&&L<270?10:0,S.xPosition=(S.textOffsetX+$)*Math.sin(k),S.yPosition=(S.textOffsetY+$)*-Math.cos(k),S}).attr("transform",function(S,$){const k=d.length,L=(S.endAngle-S.startAngle)*(180/Math.PI);if($>=k-2&&L<At.callout.minSliceDegree){let M,V;return S.index===k-1?(M=S.xPosition+At.callout.offsetX+At.callout.textMargin+S.textOffsetX,V=S.yPosition-At.callout.offsetY,S.direction=ga.RIGHT,m.push(S)):(M=S.xPosition-At.callout.offsetX-S.textOffsetX-At.callout.textMargin,V=S.yPosition-At.callout.offsetY,S.direction=ga.LEFT,m.push(S)),`translate(${M}, ${V})`}return`translate(${S.xPosition}, ${S.yPosition})`}),this.renderCallouts(m);const g=_(i,"donut")?"donut":"pie",v=_(i,g,"alignment"),{width:b}=P.getSVGElementSize(this.getParent(),{useAttrs:!0}),w=h?At.xOffset:0,O=h?At.yOffset:0;let E=l+w;v===Yt.CENTER?E=b/2:v===Yt.RIGHT&&(E=b-l-At.xOffset);let T=l+O;m.length>0&&(T+=At.yOffsetCallout),r.attr("x",E+7).attr("y",T),this.addEventListeners()}renderCallouts(t){const n=P.appendOrSelect(this.getComponentContainer(),"g.callouts").attr("role",dt.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",dt.GROUP).attr("aria-roledescription","label callout");i.merge(r).datum(function(s){const{xPosition:a,yPosition:o,direction:l}=s;return l===ga.RIGHT?(s.startPos={x:a,y:o+s.textOffsetY},s.endPos={x:a+At.callout.offsetX,y:o-At.callout.offsetY+s.textOffsetY},s.intersectPointX=s.endPos.x-At.callout.horizontalLineLength):(s.startPos={x:a,y:o+s.textOffsetY},s.endPos={x:a-At.callout.offsetX,y:o-At.callout.offsetY+s.textOffsetY},s.intersectPointX=s.endPos.x+At.callout.horizontalLineLength),s}),i.append("line").classed("vertical-line",!0).merge(n.selectAll("line.vertical-line")).datum(function(){return N(this.parentNode).datum()}).style("stroke-width","1px").attr("x1",s=>s.startPos.x).attr("y1",s=>s.startPos.y).attr("x2",s=>s.intersectPointX).attr("y2",s=>s.endPos.y),i.append("line").classed("horizontal-line",!0).merge(n.selectAll("line.horizontal-line")).datum(function(){return N(this.parentNode).datum()}).style("stroke-width","1px").attr("x1",s=>s.intersectPointX).attr("y1",s=>s.endPos.y).attr("x2",s=>s.endPos.x).attr("y2",s=>s.endPos.y)}addEventListeners(){const t=this;this.parent.selectAll("path.slice").on("mouseover",function(n,r){const i=N(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(A.Pie.SLICE_MOUSEOVER,{event:n,element:N(this),datum:r});const{groupMapsTo:s}=t.getOptions().data,{valueMapsTo:a}=t.getOptions().pie;t.services.events.dispatchEvent(A.Tooltip.SHOW,{event:n,hoveredElement:i,items:[{label:r.data[s],value:r.data[a]}]})}).on("mousemove",function(n,r){const i=N(this);t.services.events.dispatchEvent(A.Pie.SLICE_MOUSEMOVE,{event:n,element:i,datum:r}),t.services.events.dispatchEvent(A.Tooltip.MOVE,{event:n})}).on("click",function(n,r){t.services.events.dispatchEvent(A.Pie.SLICE_CLICK,{event:n,element:N(this),datum:r})}).on("mouseout",function(n,r){const i=N(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(A.Pie.SLICE_MOUSEOUT,{event:n,element:i,datum:r}),t.services.events.dispatchEvent(A.Tooltip.HIDE,{hoveredElement:i})})}computeRadius(){const{width:t,height:n}=P.getSVGElementSize(this.parent,{useAttrs:!0}),r=this.getOptions(),i=Math.min(t,n)/2;return r.pie.labels.enabled?i+At.radiusOffset:i}}class _R extends Dm{constructor(){super(...arguments),this.type="donut",this.renderType=nt.SVG}render(t=!0){super.render(t);const n=this;if(this.model.isDataEmpty()){this.getComponentContainer().select("g.center").remove();return}const r=P.appendOrSelect(this.getComponentContainer(),"g.center"),i=this.getOptions(),s=this.computeRadius(),a=_(i,"donut","center","label");P.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(N(this))}),a!==null&&a!==""&&P.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=_(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=Hu:s=_e;const a=s(i,r);return o=>{const{numberFormatter:l}=n.donut.center;t.text(l(a(o)))}}}const km="4,10 8,6 12,10",Rm="12,6 8,10 4,6";class ER extends gt{constructor(){super(...arguments),this.type="gauge",this.renderType=nt.SVG}getValue(){var t;return((t=this.model.getData().find(n=>n.group==="value"))==null?void 0:t.value)??null}getValueRatio(){return om(this.getValue(),0,100)/100}getDelta(){var t;return((t=this.model.getData().find(n=>n.group==="delta"))==null?void 0:t.value)??null}getArcRatio(){const t=this.getOptions();return _(t,"gauge","type")===Ar.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(_(n,"gauge","deltaArrow","direction")){case Nl.UP:return km;case Nl.DOWN:return Rm;default:return t>0?km:Rm}}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,h=this.computeRadius(),d=this.getInnerRadius();this.backgroundArc=Ti().innerRadius(d).outerRadius(h).startAngle(c).endAngle(u),this.arc=Ti().innerRadius(d).outerRadius(h).startAngle(o).endAngle(c),P.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:[st.FILL],dataGroupName:"value",originalClassName:"arc-foreground"})).style("fill",()=>_(this.getOptions(),"color","scale","value")).attr("d",this.arc).attr("role",dt.GRAPHICS_SYMBOL).attr("aria-roledescription","value").attr("aria-label",v=>v),this.drawValueNumber(),this.drawDelta(),f.exit().remove();const p=_(r,"gauge","alignment"),{width:m}=P.getSVGElementSize(this.getParent(),{useAttrs:!0});let g=h;p===Yt.CENTER?g=m/2:p===Yt.RIGHT&&(g=m-h),n.attr("x",g).attr("y",h),this.addEventListeners()}drawValueNumber(){const t=this.getComponentContainer(),n=this.getOptions(),r=_(n,"gauge","type"),i=this.getValue(),s=this.getDelta(),a=this.computeRadius(),o=_(n,"gauge","valueFontSize"),l=_(n,"gauge","deltaFontSize"),c=_(n,"gauge","numberSpacing"),u=_(n,"gauge","showPercentageSymbol");let h=0;r===Ar.FULL&&!s?h=l(a):r===Ar.SEMI&&s&&(h=-(l(a)+c));const d=P.appendOrSelect(t,"g.gauge-numbers").attr("transform",`translate(0, ${h})`),f=o(a),p=P.appendOrSelect(d,"g.gauge-value-number"),m=_(n,"gauge","numberFormatter"),g=p.selectAll("text.gauge-value-number").data([i]);g.enter().append("text").attr("class","gauge-value-number").merge(g).style("font-size",`${f}px`).attr("text-anchor","middle").text(S=>m(S));const{width:v}=P.getSVGElementSize(P.appendOrSelect(t,"text.gauge-value-number"),{useBBox:!0}),b=f/2,w=u?"%":"",O=P.appendOrSelect(p,"text.gauge-value-symbol").style("font-size",`${b}px`).attr("x",v/2).text(w),{width:E,height:T}=P.getSVGElementSize(O,{useBBox:!0});O.attr("y",`-${T/2}px`),p.attr("transform",`translate(-${E/2}, 0)`)}drawDelta(){const t=this,n=this.getComponentContainer(),r=this.getOptions(),i=this.getDelta();if(i){const s=this.computeRadius(),a=i?_(r,"gauge","deltaFontSize"):()=>0,o=i?_(r,"gauge","numberFormatter"):()=>null,l=_(r,"gauge","deltaArrow","size"),c=_(r,"gauge","numberSpacing"),u=_(r,"gauge","showPercentageSymbol"),h=P.appendOrSelect(n,"g.gauge-numbers"),d=P.appendOrSelect(h,"g.gauge-delta").attr("transform",`translate(0, ${a(s)+c})`),f=P.appendOrSelect(d,"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(b=>`${o(b)}${p}`);const{width:m}=P.getSVGElementSize(P.appendOrSelect(n,".gauge-delta-number"),{useBBox:!0}),g=_(r,"gauge","deltaArrow","enabled"),v=d.selectAll("svg.gauge-delta-arrow").data(i!==null&&g?[i]:[]);v.enter().append("svg").merge(v).attr("class","gauge-delta-arrow").attr("x",-l(s)-m/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 b=N(this);P.appendOrSelect(b,"rect.gauge-delta-arrow-backdrop").attr("width","16").attr("height","16").attr("fill","none");const w=_(r,"gauge","status");P.appendOrSelect(b,"polygon.gauge-delta-arrow").attr("class",w!==null?`gauge-delta-arrow status--${w}`:"").attr("points",t.getArrow(i))}),v.exit().remove(),f.exit().remove()}else{const s=n.select("g.gauge-delta");s.empty()||s.remove()}}getInnerRadius(){const t=this.computeRadius(),n=_(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(A.Gauge.ARC_MOUSEOVER,{event:n,element:N(this),datum:r})}).on("mousemove",function(n,r){const i=N(this);t.services.events.dispatchEvent(A.Gauge.ARC_MOUSEMOVE,{event:n,element:i,datum:r})}).on("click",function(n,r){t.services.events.dispatchEvent(A.Gauge.ARC_CLICK,{event:n,element:N(this),datum:r})}).on("mouseout",function(n,r){const i=N(this);t.services.events.dispatchEvent(A.Gauge.ARC_MOUSEOUT,{event:n,element:i,datum:r})})}computeRadius(){const t=this.getOptions(),n=_(t,"gauge","type"),{width:r,height:i}=P.getSVGElementSize(this.parent,{useAttrs:!0});return n===Ar.SEMI?Math.min(r/2,i):Math.min(r/2,i/2)}}class Im extends qc{constructor(){super(...arguments),this.type="grouped-bar",this.renderType=nt.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(A.Legend.ITEM_HOVER,this.handleLegendOnHover),t.addEventListener(A.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=ji(n.map(u=>{const h=this.services.cartesianScales.getDomainIdentifier(u);return u[h]&&typeof u[h].toString=="function"?u[h].toString():u[h]})),o=s.selectAll("g.bars").data(a,u=>u);o.exit().attr("opacity",0).remove();const l=o.enter().append("g").classed("bars",!0).attr("role",dt.GROUP).attr("data-name","bars").merge(o);l.transition().call(u=>this.services.transitions.setupTransition({transition:u,name:"bar-group-update-enter",animate:t})).attr("transform",u=>{const h=this.services.cartesianScales.getDomainValue(u)-this.getGroupWidth()/2;return this.services.cartesianScales.getOrientation()===Jt.VERTICAL?`translate(${h}, 0)`:`translate(0, ${h})`});const c=l.selectAll("path.bar").data(u=>this.getDataCorrespondingToLabel(u),u=>u[i]);c.exit().attr("opacity",0).remove(),c.enter().append("path").attr("opacity",0).merge(c).classed("bar",!0).transition().call(u=>this.services.transitions.setupTransition({transition:u,name:"bar-update-enter",animate:t})).attr("class",u=>this.model.getColorClassName({classNameTypes:[st.FILL],dataGroupName:u[i],originalClassName:"bar"})).style("fill",u=>this.model.getFillColor(u[i])).attr("d",u=>{const h=this.groupScale(u[i]),d=this.getBarWidth(),f=h,p=h+d,m=this.services.cartesianScales.getRangeAxisPosition({datum:u}),g=this.services.cartesianScales.getValueThroughAxisPosition(m,0),v=this.services.cartesianScales.getRangeValue(u),b=this.services.cartesianScales.getDomainValue(u)-d/2,w=b+d;if(!this.isOutsideZoomedDomain(b,w))return he({x0:f,x1:p,y0:g,y1:v},this.services.cartesianScales.getOrientation())}).attr("opacity",1).attr("role",dt.GRAPHICS_SYMBOL).attr("aria-roledescription","bar").attr("aria-label",u=>u.value),this.addEventListeners()}addEventListeners(){const t=this;this.parent.selectAll("path.bar").on("mouseover",function(n,r){const i=N(this);i.classed("hovered",!0),t.services.events.dispatchEvent(A.Bar.BAR_MOUSEOVER,{event:n,element:i,datum:r}),t.services.events.dispatchEvent(A.Tooltip.SHOW,{event:n,hoveredElement:i,data:[r]})}).on("mousemove",function(n,r){const i=N(this);t.services.events.dispatchEvent(A.Bar.BAR_MOUSEMOVE,{event:n,element:i,datum:r}),t.services.events.dispatchEvent(A.Tooltip.MOVE,{event:n})}).on("click",function(n,r){t.services.events.dispatchEvent(A.Bar.BAR_CLICK,{event:n,element:N(this),datum:r})}).on("mouseout",function(n,r){const i=N(this);i.classed("hovered",!1),t.services.events.dispatchEvent(A.Bar.BAR_MOUSEOUT,{event:n,element:i,datum:r}),t.services.events.dispatchEvent(A.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(A.Legend.ITEM_HOVER,this.handleLegendOnHover),t.removeEventListener(A.Legend.ITEM_MOUSEOUT,this.handleLegendMouseOut)}getDataCorrespondingToLabel(t){return this.model.getDisplayData(this.configs.groups).filter(n=>{const r=this.services.cartesianScales.getDomainIdentifier(n);return n[r].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=_(t,"bars","width"),r=_(t,"bars","maxWidth");if(n!==null&&(r===null||n<=r))return n;const i=this.model.getGroupedData(this.configs.groups).length,s=this.getTotalGroupPadding();return Math.min(r,(this.getDomainScaleStep()-s)/i)}setGroupScale(){const t=this.model.getActiveDataGroupNames(this.configs.groups);this.groupScale=xi().domain(t).rangeRound([0,this.getGroupWidth()])}}class SR extends gt{constructor(){super(...arguments),this.type="heatmap",this.renderType=nt.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="",h=null,d=null,f=null;this.matrix[r]!==void 0?(u=a,i.forEach(p=>{if(typeof this.matrix[r][p].value=="number"){const m=this.matrix[r][p].value;if(h===null){h=m,d=m,f=m;return}h+=m,d=m<d?m:d,f=m>f?m:f}})):(u=o,s.forEach(p=>{if(typeof this.matrix[p][r].value=="number"){const m=this.matrix[p][r].value;if(h===null){h=m,d=m,f=m;return}h+=m,d=m<d?m:d,f=m>f?m:f}})),l(r)!==void 0?this.parent.select("g.multi-cell.column-highlight").classed("highlighter-hidden",!1).attr("transform",`translate(${l(r)}, ${Sn(c.range())})`):c(r)!==void 0&&this.parent.select("g.multi-cell.row-highlight").classed("highlighter-hidden",!1).attr("transform",`translate(${Sn(l.range())},${c(r)})`),this.services.events.dispatchEvent(A.Tooltip.SHOW,{event:n.event,hoveredElement:N(t.detail.element),items:[{label:u,value:r,bold:!0},{label:"Min",value:d!==null?d:"-"},{label:"Max",value:f!==null?f:"-"},{label:"Average",value:h!==null?h/s.length:"-"}]})},this.handleAxisMouseOut=t=>{this.parent.selectAll("g.multi-cell").classed("highlighter-hidden",!0),this.services.events.dispatchEvent(A.Tooltip.HIDE,{event:t})}}init(){const t=this.services.events;t.addEventListener(A.Axis.LABEL_MOUSEOVER,this.handleAxisOnHover),t.addEventListener(A.Axis.LABEL_MOUSEOUT,this.handleAxisMouseOut),t.addEventListener(A.Axis.LABEL_FOCUS,this.handleAxisOnHover),t.addEventListener(A.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(""),_(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(),h=i.range(),d=s.range();this.xBandwidth=Math.abs((h[1]-h[0])/l.length),this.yBandwidth=Math.abs((d[1]-d[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",m=>`heat-${m.index}`).classed("cell",!0).attr("transform",m=>`translate(${i(m[a])}, ${s(m[o])})`).append("rect").attr("class",m=>this.model.getColorClassName({value:m.value,originalClassName:`heat-${m.index}`})).classed("heat",!0).classed("null-state",m=>m.index===-1||m.value===null).attr("width",this.xBandwidth).attr("height",this.yBandwidth).style("fill",m=>m.index===-1||m.value===null?`url(#${f})`:this.model.getFillColor(Number(m.value))).attr("aria-label",m=>m.value);this.createOuterBox("g.cell-highlight",this.xBandwidth,this.yBandwidth),this.createOuterBox("g.multi-cell.column-highlight",this.xBandwidth,Math.abs(d[1]-d[0])),this.createOuterBox("g.multi-cell.row-highlight",Math.abs(h[1]-h[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=P.appendOrSelect(this.parent,t).classed("shadows",!0).classed("highlighter-hidden",!0);P.appendOrSelect(i,"line.top").attr("x1",-1).attr("x2",n+1),P.appendOrSelect(i,"line.left").attr("x1",0).attr("y1",-1).attr("x2",0).attr("y2",r+1),P.appendOrSelect(i,"line.down").attr("x1",-1).attr("x2",n+1).attr("y1",r).attr("y2",r),P.appendOrSelect(i,"line.right").attr("x1",n).attr("x2",n).attr("y1",-1).attr("y2",r+1)}determineDividerStatus(){const t=_(this.getOptions(),"heatmap","divider","state");return t!==Di.OFF&&(t===Di.AUTO&&Fl.minCellDividerDimension<=this.xBandwidth&&Fl.minCellDividerDimension<=this.yBandwidth||t===Di.ON)}addEventListener(){const t=this,{cartesianScales:n}=this.services,r=this.getOptions(),i=kt(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 h=N(this),d=h.select("rect.heat");if(!d.classed("null-state")){const f=Wi(h.attr("transform"));t.parent.select("g.cell-highlight").attr("transform",`translate(${f.x+t.translationUnits.x}, ${f.y+t.translationUnits.y})`).classed("highlighter-hidden",!1),t.services.events.dispatchEvent(A.Heatmap.HEATMAP_MOUSEOVER,{event:c,element:d,datum:u}),t.services.events.dispatchEvent(A.Tooltip.SHOW,{event:c,items:[{label:o,value:u[s]},{label:l,value:u[a]},{label:i||"Total",value:u.value,color:d.style("fill")}]})}}).on("mousemove",function(c,u){t.services.events.dispatchEvent(A.Heatmap.HEATMAP_MOUSEMOVE,{event:c,element:N(this),datum:u}),t.services.events.dispatchEvent(A.Tooltip.MOVE,{event:c})}).on("click",function(c,u){t.services.events.dispatchEvent(A.Heatmap.HEATMAP_CLICK,{event:c,element:N(this),datum:u})}).on("mouseout",function(c,u){const h=N(this).select("rect.heat"),d=h.classed("null-state");t.parent.select("g.cell-highlight").classed("highlighter-hidden",!0),d||(t.services.events.dispatchEvent(A.Heatmap.HEATMAP_MOUSEOUT,{event:c,element:h,datum:u}),t.services.events.dispatchEvent(A.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(A.Legend.ITEM_HOVER,this.handleAxisOnHover),t.removeEventListener(A.Legend.ITEM_MOUSEOUT,this.handleAxisMouseOut)}}class OR extends gt{constructor(){super(...arguments),this.type="histogram",this.renderType=nt.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(A.Legend.ITEM_HOVER,this.handleLegendOnHover),t.addEventListener(A.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=>kt(u,`0.${s}`));l.exit().attr("opacity",0).remove(),l.enter().append("g").classed("bars",!0).attr("role",dt.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,h)=>h).transition().call(u=>this.services.transitions.setupTransition({transition:u,name:"histogram-bar-update-enter",animate:t})).attr("class",u=>this.model.getColorClassName({classNameTypes:[st.FILL],dataGroupName:u[s],originalClassName:"bar"})).style("fill",u=>this.model.getFillColor(u[s])).attr("d",u=>{const h=kt(u,"data");if(!h)return;const d=o(h.x1)-o(h.x0)-1,f=this.services.cartesianScales.getDomainValue(h.x0),p=f+d,m=this.services.cartesianScales.getRangeValue(u[0]);let g=this.services.cartesianScales.getRangeValue(u[1]);return Math.abs(g-m)>0&&Math.abs(g-m)>r.bars.dividerSize&&(this.services.cartesianScales.getOrientation()===Jt.VERTICAL?g+=1:g-=1),he({x0:f,x1:p,y0:m,y1:g},this.services.cartesianScales.getOrientation())}).attr("opacity",1).attr("role",dt.GRAPHICS_SYMBOL).attr("aria-roledescription","bar").attr("aria-label",u=>_(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=N(this);a.classed("hovered",!0);const o=parseFloat(kt(s,"data.x0")),l=parseFloat(kt(s,"data.x1")),c=r.services.cartesianScales.getRangeAxisPosition(),u=r.services.cartesianScales.getScaleLabel(c);r.services.events.dispatchEvent(A.Tooltip.SHOW,{event:i,hoveredElement:a,items:[{label:kt(t,"bins.rangeLabel")||"Range",value:`${o} – ${l}`},{label:t.tooltip.groupLabel||"Group",value:s[n],class:r.model.getColorClassName({classNameTypes:[st.TOOLTIP],dataGroupName:s[n]})},{label:u,value:kt(s,`data.${s[n]}`)}]})}).on("mousemove",function(i){r.services.events.dispatchEvent(A.Tooltip.MOVE,{event:i})}).on("mouseout",function(){N(this).classed("hovered",!1),r.services.events.dispatchEvent(A.Tooltip.HIDE)})}destroy(){this.parent.selectAll("path.bar").on("mouseover",null).on("mousemove",null).on("mouseout",null);const t=this.services.events;t.removeEventListener(A.Legend.ITEM_HOVER,this.handleLegendOnHover),t.removeEventListener(A.Legend.ITEM_MOUSEOUT,this.handleLegendMouseOut)}}class TR extends nn{constructor(){super(...arguments),this.type="lollipop",this.renderType=nt.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]?Je.weight.unselected:Je.weight.selected)},this.handleScatterOnMouseOut=()=>{this.parent.selectAll("line.line").attr("stroke-width",Je.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?Je.opacity.unselected:Je.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",Je.opacity.selected)}}init(){const{events:t}=this.services;t.addEventListener(A.Legend.ITEM_HOVER,this.handleLegendOnHover),t.addEventListener(A.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=g=>s.getDomainValue(g),u=g=>s.getRangeValue(g),h=s.getOrientation(),[d,f]=xn(c,u,h),p=n.selectAll("line.line").data(this.getScatterData(),g=>`${g[i]}-${g[l]}`);p.exit().attr("opacity",0).remove();const m=p.enter().append("line").attr("opacity",0).merge(p).classed("line",!0).attr("class",g=>this.model.getColorClassName({classNameTypes:[st.STROKE],dataGroupName:g[i],originalClassName:"line"})).transition().call(g=>this.services.transitions.setupTransition({transition:g,name:"lollipop-line-update-enter",animate:t})).style("stroke",g=>this.model.getFillColor(g[i],g[l],g)).attr("opacity",1);h===Jt.HORIZONTAL?m.attr("y1",f).attr("y2",f).attr("x1",a.range()[0]).attr("x2",g=>d(g)-r.points.radius):m.attr("x1",d).attr("x2",d).attr("y1",o.range()[0]).attr("y2",g=>f(g)+r.points.radius),this.addScatterPointEventListeners()}addScatterPointEventListeners(){this.services.events.addEventListener(A.Scatter.SCATTER_MOUSEOVER,this.handleScatterOnHover),this.services.events.addEventListener(A.Scatter.SCATTER_MOUSEOUT,this.handleScatterOnMouseOut)}destroy(){const t=this.services.events;t.removeEventListener(A.Legend.ITEM_HOVER,this.handleLegendOnHover),t.removeEventListener(A.Legend.ITEM_MOUSEOUT,this.handleLegendMouseOut),t.removeEventListener(A.Scatter.SCATTER_MOUSEOVER,this.handleScatterOnHover),t.removeEventListener(A.Scatter.SCATTER_MOUSEOUT,this.handleScatterOnMouseOut)}}class MR extends gt{constructor(){super(...arguments),this.type="meter",this.renderType=nt.SVG}getStackedBounds(t,n){let r=0;return t.map((i,s)=>s!==0?(r+=n(i.value),{...i,width:Math.abs(n(i.value)-te.dividerWidth),x:r-n(i.value)}):(r=n(i.value),{...i,width:Math.abs(n(i.value)-te.dividerWidth),x:0}))}render(t=!0){const n=this,r=this.getComponentContainer(),i=this.getOptions(),s=_(i,"meter","proportional"),a=this.model.getDisplayData(),o=this.model.getStatus(),{width:l}=P.getSVGElementSize(r,{useAttrs:!0}),{groupMapsTo:c}=i.data;let u;_(i,"meter","proportional")===null?u=100:u=_(i,"meter","proportional","total")||this.model.getMaximumDomain(this.model.getDisplayData());const h=Ve().domain([0,u]).range([0,l]),d=this.getStackedBounds(a,h),f=_(i,"meter","height");P.appendOrSelect(r,"rect.container").attr("x",0).attr("y",0).attr("width",l).attr("height",f||(s?te.height.proportional:te.height.default)),P.appendOrSelect(r,"line.rangeIndicator").attr("x1",l).attr("x2",l).attr("y1",0).attr("y2",f||(s?te.height.proportional:te.height.default));const p=r.selectAll("rect.value").data(d),m=o!=null&&!n.model.isUserProvidedColorScaleValid()&&!s?`value status--${o}`:"value";p.enter().append("rect").classed("value",!0).merge(p).attr("x",w=>w.x).attr("y",0).attr("height",()=>_(i,"meter","height")||(s?te.height.proportional:te.height.default)).attr("class",w=>this.model.getColorClassName({classNameTypes:[st.FILL],dataGroupName:w[c],originalClassName:m})).transition().call(w=>this.services.transitions.setupTransition({transition:w,name:"meter-bar-update",animate:t})).attr("width",w=>w.value>u?h(u):w.width).style("fill",w=>n.model.getFillColor(w[c])).attr("role",dt.GRAPHICS_SYMBOL).attr("aria-roledescription","value").attr("aria-label",w=>w.value),p.exit().remove();const g=_(i,"meter","peak");let v=g;g!==null&&(g>u?v=u:g<a[0].value&&(v=a[0].value>u?u:a[0].value));const b=r.selectAll("line.peak").data(v==null?[]:[v]);b.enter().append("line").classed("peak",!0).merge(b).attr("y1",0).attr("y2",()=>_(i,"meter","height")||(s?te.height.proportional:te.height.default)).transition().call(w=>this.services.transitions.setupTransition({transition:w,name:"peak-line-update",animate:t})).attr("x1",w=>h(w)).attr("x2",w=>h(w)).attr("role",dt.GRAPHICS_SYMBOL).attr("aria-roledescription","peak").attr("aria-label",w=>w),b.exit().remove(),this.services.domUtils.setSVGMaxHeight(),this.addEventListeners()}addEventListeners(){const t=this.getOptions(),{groupMapsTo:n}=t.data,r=this,i=_(t,"meter","proportional");this.parent.selectAll("rect.value").on("mouseover",function(s,a){const o=N(this);r.services.events.dispatchEvent(A.Meter.METER_MOUSEOVER,{event:s,element:o,datum:a}),i&&(o.classed("hovered",!0),r.services.events.dispatchEvent(A.Tooltip.SHOW,{event:s,hoveredElement:o,items:[{label:a[n],value:a.value}]}))}).on("mousemove",function(s,a){const o=N(this);r.services.events.dispatchEvent(A.Meter.METER_MOUSEMOVE,{event:s,element:o,datum:a}),i&&r.services.events.dispatchEvent(A.Tooltip.MOVE,{event:s})}).on("click",function(s,a){r.services.events.dispatchEvent(A.Meter.METER_CLICK,{event:s,element:N(this),datum:a})}).on("mouseout",function(s,a){const o=N(this);r.services.events.dispatchEvent(A.Meter.METER_MOUSEOUT,{event:s,element:o,datum:a}),i&&(o.classed("hovered",!1),r.services.events.dispatchEvent(A.Tooltip.HIDE,{hoveredElement:o}))})}destroy(){this.parent.selectAll("rect.value").on("mouseover",null).on("mousemove",null).on("mouseout",null).on("click",null)}}class CR extends gt{constructor(){super(...arguments),this.type="radar",this.renderType=nt.SVG,this.getLabelDimensions=t=>{const n=P.appendOrSelect(this.getComponentContainer(),"g.tmp-tick"),r=P.appendOrSelect(n,"text").text(t),{width:i,height:s}=P.getSVGElementSize(r.node(),{useBBox:!0});return n.remove(),{width:i,height:s}},this.normalizeFlatData=t=>{const n=this.getOptions(),{angle:r,value:i}=_(n,"radar","axes"),s=_(n,"data","groupMapsTo"),a=$D(this.uniqueKeys.map(o=>this.uniqueGroups.map(l=>({[r]:o,[s]:l,[i]:null}))));return at(a,t)},this.normalizeGroupedData=t=>{const n=this.getOptions(),{angle:r,value:i}=_(n,"radar","axes"),s=_(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:at(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?An.opacity.unselected:An.opacity.selected).style("stroke-opacity",r=>r.name!==n.datum().name?An.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",An.opacity.selected).style("stroke-opacity",1)}}init(){const{events:t}=this.services;t.addEventListener(A.Legend.ITEM_HOVER,this.handleLegendOnHover),t.addEventListener(A.Legend.ITEM_MOUSEOUT,this.handleLegendMouseOut)}render(t=!0){const n=this.getComponentContainer(),{width:r,height:i}=P.getSVGElementSize(n,{useAttrs:!0}),s=this.model.getData(),a=this.model.getGroupedData(),o=this.getOptions(),l=_(o,"data","groupMapsTo"),c=_(o,"radar","axes","value"),{angle:u,value:h}=_(o,"radar","axes"),{xLabelPadding:d,yLabelPadding:f,yTicksNumber:p,minRange:m,xAxisRectHeight:g}=An;this.uniqueKeys=Array.from(new Set(s.map(x=>x[u]))),this.uniqueGroups=Array.from(new Set(s.map(x=>x[l]))),this.fullDataNormalized=this.normalizeFlatData(s),this.groupedDataNormalized=this.normalizeGroupedData(a);const v=2*(this.getLabelDimensions(this.uniqueKeys[0]).height+f),b=(Math.min(r,i)-v)/2;if(b<=0)return;const w=xi().domain(this.fullDataNormalized.map(x=>x[u])).range([0,2*Math.PI].map(x=>x-Math.PI/2)),O=Sn(this.fullDataNormalized.map(x=>x[h])),E=Ve().domain([O>=0?0:O,Pn(this.fullDataNormalized.map(x=>x[h]))]).range([m,b]).nice(p),T=E.ticks(p),S=x=>this.model.getFillColor(x),$=wE().angle(x=>w(x[u])+Math.PI/2).radius(x=>E(x[h])).curve(of),k=this.uniqueKeys.map(x=>{const C=this.getLabelDimensions(x).width,y=K$(w(x),b);return C+y}),L={x:Pn(k)+d,y:i/2},M=P.appendOrSelect(n,"g.y-axes").attr("role",dt.GROUP).selectAll("path").data(T,x=>x),V=x=>this.uniqueKeys.map(C=>({[u]:C,[h]:x}));M.join(x=>x.append("path").attr("opacity",0).attr("transform",`translate(${L.x}, ${L.y})`).attr("fill","none").call(C=>C.transition().call(y=>this.services.transitions.setupTransition({transition:y,name:"radar_y_axes_enter",animate:t})).attr("opacity",1).attr("d",y=>$(V(y)))),x=>x.call(C=>C.transition().call(y=>this.services.transitions.setupTransition({transition:y,name:"radar_y_axes_update",animate:t})).attr("opacity",1).attr("transform",`translate(${L.x}, ${L.y})`).attr("d",y=>$(V(y)))),x=>x.call(C=>C.transition().call(y=>this.services.transitions.setupTransition({transition:y,name:"radar_y_axes_exit",animate:t})).attr("d",y=>$(V(y))).attr("opacity",0).remove())),P.appendOrSelect(n,"g.x-axes").attr("role",dt.GROUP).selectAll("line").data(this.uniqueKeys,x=>x).join(x=>x.append("line").attr("opacity",0).attr("class",C=>`x-axis-${Hr(C)}`).attr("stroke-dasharray","0").attr("x1",C=>Gt(w(C),0,L).x).attr("y1",C=>Gt(w(C),0,L).y).attr("x2",C=>Gt(w(C),0,L).x).attr("y2",C=>Gt(w(C),0,L).y).call(C=>C.transition().call(y=>this.services.transitions.setupTransition({transition:y,name:"radar_x_axes_enter",animate:t})).attr("opacity",1).attr("x1",y=>Gt(w(y),E.range()[0],L).x).attr("y1",y=>Gt(w(y),E.range()[0],L).y).attr("x2",y=>Gt(w(y),E.range()[1],L).x).attr("y2",y=>Gt(w(y),E.range()[1],L).y)),x=>x.call(C=>C.transition().call(y=>this.services.transitions.setupTransition({transition:y,name:"radar_x_axes_update",animate:t})).attr("opacity",1).attr("x1",y=>Gt(w(y),E.range()[0],L).x).attr("y1",y=>Gt(w(y),E.range()[0],L).y).attr("x2",y=>Gt(w(y),E.range()[1],L).x).attr("y2",y=>Gt(w(y),E.range()[1],L).y)),x=>x.call(C=>C.transition().call(y=>this.services.transitions.setupTransition({transition:y,name:"radar_x_axes_exit",animate:t})).attr("opacity",0).remove())),P.appendOrSelect(n,"g.x-labels").attr("role",dt.GROUP).selectAll("text").data(this.uniqueKeys).join(x=>x.append("text").text(C=>C).attr("opacity",0).attr("x",C=>Gt(w(C),E.range()[1]+d,L).x).attr("y",C=>Gt(w(C),E.range()[1]+d,L).y).style("text-anchor",C=>Cg(w(C)).textAnchor).style("dominant-baseline",C=>Cg(w(C)).dominantBaseline).call(C=>C.transition().call(y=>this.services.transitions.setupTransition({transition:y,name:"radar_x_labels_enter",animate:t})).attr("opacity",1)),x=>x.call(C=>C.transition().call(y=>this.services.transitions.setupTransition({transition:y,name:"radar_x_labels_update",animate:t})).attr("opacity",1).attr("x",y=>Gt(w(y),E.range()[1]+d,L).x).attr("y",y=>Gt(w(y),E.range()[1]+d,L).y).end().finally(()=>{const y=_(o,"radar","alignment"),R=this.getAlignmentXOffset(y,n,this.getParent());n.attr("x",R)})),x=>x.call(C=>C.transition().call(y=>this.services.transitions.setupTransition({transition:y,name:"radar_x_labels_exit",animate:t})).attr("opacity",0).remove())),P.appendOrSelect(n,"g.blobs").attr("role",dt.GROUP).selectAll("path").data(this.groupedDataNormalized,x=>x.name).join(x=>x.append("path").attr("class",C=>this.model.getColorClassName({classNameTypes:[st.FILL,st.STROKE],dataGroupName:C.name,originalClassName:"blob"})).attr("role",dt.GRAPHICS_SYMBOL).attr("aria-label",C=>C.name).attr("opacity",0).attr("transform",t?()=>`translate(${L.x}, ${L.y}) scale(${1+Math.random()*.35})`:`translate(${L.x}, ${L.y})`).style("fill",C=>S(C.name)).style("fill-opacity",An.opacity.selected).style("stroke",C=>S(C.name)).call(C=>{const y=C.transition().call(R=>this.services.transitions.setupTransition({transition:R,name:"radar_blobs_enter",animate:t}));t&&y.delay(()=>Math.random()*30).attr("transform",`translate(${L.x}, ${L.y})`),y.attr("opacity",1).attr("d",R=>$(R.data))}),x=>(x.attr("class",C=>this.model.getColorClassName({classNameTypes:[st.FILL,st.STROKE],dataGroupName:C.name,originalClassName:"blob"})).style("fill",C=>S(C.name)).style("stroke",C=>S(C.name)),x.call(C=>C.transition().call(y=>this.services.transitions.setupTransition({transition:y,name:"radar_blobs_update",animate:t})).attr("opacity",1).attr("transform",`translate(${L.x}, ${L.y})`).attr("d",y=>$(y.data))),x),x=>x.call(C=>{const y=C.transition().call(R=>this.services.transitions.setupTransition({transition:R,name:"radar_blobs_exit",animate:t}));t&&y.delay(()=>Math.random()*30).attr("transform",()=>`translate(${L.x}, ${L.y}) scale(${1+Math.random()*.35})`),y.attr("opacity",0).remove()})),P.appendOrSelect(n,"g.dots").attr("role",dt.GROUP).selectAll("circle").data(this.fullDataNormalized.filter(x=>_(x,h)!==null)).join(x=>x.append("circle").attr("role",dt.GRAPHICS_SYMBOL).attr("aria-label",C=>C[c]),x=>x,x=>x.remove()).attr("class",x=>this.model.getColorClassName({classNameTypes:[st.FILL],dataGroupName:x[l],originalClassName:Hr(x[u])})).attr("cx",x=>Gt(w(x[u]),E(x[h]),L).x).attr("cy",x=>Gt(w(x[u]),E(x[h]),L).y).attr("r",0).attr("opacity",0).style("fill",x=>S(x[l])),P.appendOrSelect(n,"g.x-axes-rect").attr("role",dt.GROUP).selectAll("rect").data(this.uniqueKeys).join(x=>x.append("rect"),x=>x,x=>x.remove()).attr("x",L.x).attr("y",L.y-g/2).attr("width",E.range()[1]).attr("height",g).style("fill","red").style("fill-opacity",0).attr("transform",x=>`rotate(${Ag(w(x))}, ${L.x}, ${L.y})`),P.appendOrSelect(n,"g.y-labels").attr("role",dt.GROUP).selectAll("text").data(Ie(T)).join(x=>x.append("text").attr("opacity",0).text(C=>C).attr("x",C=>Gt(-Math.PI/2,E(C),L).x+f).attr("y",C=>Gt(-Math.PI/2,E(C),L).y).style("text-anchor","start").style("dominant-baseline","middle").call(C=>C.transition().call(y=>this.services.transitions.setupTransition({transition:y,name:"radar_y_labels_enter",animate:t})).attr("opacity",1)),x=>x.call(C=>C.transition().call(y=>this.services.transitions.setupTransition({transition:y,name:"radar_y_labels_update",animate:t})).text(y=>y).attr("opacity",1).attr("x",y=>Gt(-Math.PI/2,E(y),L).x+f).attr("y",y=>Gt(-Math.PI/2,E(y),L).y)),x=>x.call(C=>C.transition().call(y=>this.services.transitions.setupTransition({transition:y,name:"radar_y_labels_exit",animate:t})).attr("opacity",0).remove())),this.addEventListeners()}getAlignmentXOffset(t,n,r){const i=P.getSVGElementSize(n,{useBBox:!0}),{width:s}=P.getSVGElementSize(r,{useAttrs:!0});let a=0;return t===Yt.CENTER?a=Math.floor((s-i.width)/2):t===Yt.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(A.Legend.ITEM_HOVER,this.handleLegendOnHover),t.removeEventListener(A.Legend.ITEM_MOUSEOUT,this.handleLegendMouseOut)}addEventListeners(){const t=this,{axes:{angle:n}}=_(this.getOptions(),"radar");this.parent.selectAll(".x-axes-rect > rect").on("mouseover",function(r,i){const s=N(this);t.services.events.dispatchEvent(A.Radar.X_AXIS_MOUSEOVER,{event:r,element:s,datum:i});const a=t.parent.select(`.x-axes .x-axis-${Hr(i)}`),o=t.parent.selectAll(`.dots circle.${Hr(i)}`),l=t.model.getActiveDataGroupNames(),c=t.getOptions(),{groupMapsTo:u}=c.data,h=_(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",An.dotsRadius);const d=t.fullDataNormalized.filter(f=>f[n]===i&&l.indexOf(f[u])!==-1);t.services.events.dispatchEvent(A.Tooltip.SHOW,{event:r,hoveredElement:s,items:d.filter(f=>typeof f[h]=="number").map(f=>({label:f[u],value:f[h],color:t.model.getFillColor(f[u]),class:t.model.getColorClassName({classNameTypes:[st.TOOLTIP],dataGroupName:f[u]})}))})}).on("mousemove",function(r,i){const s=N(this);t.services.events.dispatchEvent(A.Radar.X_AXIS_MOUSEMOVE,{event:r,element:s,datum:i}),t.services.events.dispatchEvent(A.Tooltip.MOVE,{event:r})}).on("click",function(r,i){t.services.events.dispatchEvent(A.Radar.X_AXIS_CLICK,{event:r,element:N(this),datum:i})}).on("mouseout",function(r,i){const s=N(this),a=t.parent.select(`.x-axes .x-axis-${Hr(i)}`),o=t.parent.selectAll(`.dots circle.${Hr(i)}`);a.classed("hovered",!1).attr("stroke-dasharray","0"),o.classed("hovered",!1).attr("opacity",0).attr("r",0),t.services.events.dispatchEvent(A.Radar.X_AXIS_MOUSEOUT,{event:r,element:s,datum:i}),t.services.events.dispatchEvent(A.Tooltip.HIDE)})}}class Pm extends qc{constructor(){super(...arguments),this.type="simple-bar",this.renderType=nt.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(A.Legend.ITEM_HOVER,this.handleLegendOnHover),t.addEventListener(A.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,l=>l[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(l=>this.services.transitions.setupTransition({transition:l,name:"bar-update-enter",animate:t})).attr("class",l=>this.model.getColorClassName({classNameTypes:[st.FILL],dataGroupName:l[r],originalClassName:"bar"})).style("fill",l=>this.model.getFillColor(l[r])).attr("d",l=>{const c=this.services.cartesianScales.getRangeIdentifier(),u=this.getBarWidth(),h=l[c],d=this.services.cartesianScales.getDomainValue(l)-u/2,f=d+u;let p,m;if(Array.isArray(h)&&h.length===2)p=this.services.cartesianScales.getRangeValue(h[0]),m=this.services.cartesianScales.getRangeValue(h[1]);else{const v=this.services.cartesianScales.getRangeScale().domain()[0];p=this.services.cartesianScales.getRangeValue(Math.max(0,v)),m=this.services.cartesianScales.getRangeValue(l)}const g=Math.abs(m-p);if(g!==0&&g<2&&(h>0&&a===Jt.VERTICAL||h<0&&a===Jt.HORIZONTAL?m=p-2:m=p+2),!this.isOutsideZoomedDomain(d,f))return he({x0:d,x1:f,y0:p,y1:m},a)}).attr("opacity",1).attr("role",dt.GRAPHICS_SYMBOL).attr("aria-roledescription","bar").attr("aria-label",l=>l.value),this.addEventListeners()}addEventListeners(){const t=this;this.parent.selectAll("path.bar").on("mouseover",function(n,r){const i=N(this);i.classed("hovered",!0),t.services.events.dispatchEvent(A.Bar.BAR_MOUSEOVER,{event:n,element:i,datum:r}),t.services.events.dispatchEvent(A.Tooltip.SHOW,{event:n,hoveredElement:i,data:[r]})}).on("mousemove",function(n,r){t.services.events.dispatchEvent(A.Bar.BAR_MOUSEMOVE,{event:n,element:N(this),datum:r}),t.services.events.dispatchEvent(A.Tooltip.MOVE,{event:n})}).on("click",function(n,r){t.services.events.dispatchEvent(A.Bar.BAR_CLICK,{event:n,element:N(this),datum:r})}).on("mouseout",function(n,r){const i=N(this);i.classed("hovered",!1),t.services.events.dispatchEvent(A.Bar.BAR_MOUSEOUT,{event:n,element:i,datum:r}),t.services.events.dispatchEvent(A.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(A.Legend.ITEM_HOVER,this.handleLegendOnHover),t.removeEventListener(A.Legend.ITEM_MOUSEOUT,this.handleLegendMouseOut)}}class AR extends de{constructor(){super(...arguments),this.type="skeleton-lines"}render(t=!0){const n=_(this.getOptions(),"data","loading"),r=!_(this.getOptions(),"grid","x","enabled")&&!_(this.getOptions(),"grid","y","enabled")&&!_(this.getOptions(),"axes","bottom","visible")&&!_(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=P.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=P.appendOrSelect(t,"svg.chart-skeleton.DAII"),P.appendOrSelect(this.backdrop,"rect.chart-skeleton-backdrop").classed("shimmer-effect-lines",!1).classed("shimmer-effect-sparkline",!0).style("stroke",null)}}class Nm extends gt{constructor(){super(...arguments),this.type="area-stacked",this.renderType=nt.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=>_(s,0,i)!==n.datum().name?Qe.opacity.unselected:Qe.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",Qe.opacity.selected)}}init(){const t=this.services.events;t.addEventListener(A.Legend.ITEM_HOVER,this.handleLegendOnHover),t.addEventListener(A.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(f=>i.axes[f].percentage),o=this.model.getStackedData({percentage:a,groups:this.configs.groups}),l=_(o,0,0),c=this.services.cartesianScales.getDomainAxisPosition({datum:l}),u=this.services.cartesianScales.getRangeAxisPosition({datum:l}),h=this.services.cartesianScales.getScaleByPosition(u),d=n.selectAll("path.area").data(o,f=>_(f,0,s));this.areaGenerator=Al().x(f=>this.services.cartesianScales.getValueThroughAxisPosition(c,f.data.sharedStackKey)).y0(f=>h(f[0])).y1(f=>h(f[1])).curve(this.services.curves.getD3Curve()),d.exit().attr("opacity",0).remove(),d.enter().append("path").attr("opacity",0).merge(d).data(o,f=>_(f,0,s)).attr("class","area").attr("class",f=>this.model.getColorClassName({classNameTypes:[st.FILL],dataGroupName:_(f,0,s),originalClassName:"area"})).style("fill",f=>r.model.getFillColor(_(f,0,s))).attr("role",dt.GRAPHICS_SYMBOL).attr("aria-roledescription","area").attr("aria-label",f=>_(f,0,s)).transition().call(f=>this.services.transitions.setupTransition({transition:f,name:"area-update-enter",animate:t})).attr("opacity",Qe.opacity.selected).attr("d",this.areaGenerator)}}class Um extends qc{constructor(){super(...arguments),this.type="stacked-bar",this.renderType=nt.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(A.Legend.ITEM_HOVER,this.handleLegendOnHover),t.addEventListener(A.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=>_(c,0,i));o.exit().attr("opacity",0).remove(),o.enter().append("g").classed("bars",!0).attr("role",dt.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:[st.FILL],dataGroupName:c[i],originalClassName:"bar"})).style("fill",c=>this.model.getFillColor(c[i])).attr("d",c=>{const u=c.data.sharedStackKey,h=this.getBarWidth(),d=this.services.cartesianScales.getDomainValue(u)-h/2,f=d+h,p=this.services.cartesianScales.getRangeValue(c[0]);let m=this.services.cartesianScales.getRangeValue(c[1]);if(!this.isOutsideZoomedDomain(d,f)){if(Math.abs(m-p)>0&&Math.abs(m-p)>r.bars.dividerSize){const g=c[0]<0&&c[1]<=0;g&&a.length>1?this.services.cartesianScales.getOrientation()===Jt.VERTICAL?m+=c[1]===0?2:1:m-=1:g||(this.services.cartesianScales.getOrientation()===Jt.VERTICAL?m+=1:m-=1)}return he({x0:d,x1:f,y0:p,y1:m},this.services.cartesianScales.getOrientation())}}).attr("opacity",1).attr("role",dt.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=N(this);a.classed("hovered",!0),r.services.events.dispatchEvent(A.Bar.BAR_MOUSEOVER,{event:i,element:a,datum:s});let o=r.model.getDisplayData(r.configs.groups).find(l=>{const c=r.services.cartesianScales.getDomainIdentifier(l),u=r.services.cartesianScales.getRangeIdentifier(l);return l[u]===s.data[s[n]]&&l[c].toString()===s.data.sharedStackKey&&l[n]===s[n]});if(o===void 0){const l=r.services.cartesianScales.getDomainIdentifier(),c=r.services.cartesianScales.getRangeIdentifier();o={[l]:s.data.sharedStackKey,[c]:s.data[s[n]],[n]:s[n]}}r.services.events.dispatchEvent(A.Tooltip.SHOW,{event:i,hoveredElement:a,data:[o]})}).on("mousemove",function(i,s){const a=N(this);r.services.events.dispatchEvent(A.Bar.BAR_MOUSEMOVE,{event:i,element:a,datum:s}),r.services.events.dispatchEvent(A.Tooltip.MOVE,{event:i})}).on("click",function(i,s){r.services.events.dispatchEvent(A.Bar.BAR_CLICK,{event:i,element:N(this),datum:s})}).on("mouseout",function(i,s){const a=N(this);a.classed("hovered",!1),r.services.events.dispatchEvent(A.Bar.BAR_MOUSEOUT,{event:i,element:a,datum:s}),r.services.events.dispatchEvent(A.Tooltip.HIDE,{hoveredElement:a})})}getBarWidth(){const t=this.getOptions();if(_(t,"bars","width"))return t.bars.width;const n=this.services.cartesianScales.getMainXScale(),r=P.getSVGElementSize(this.parent,{useAttrs:!0}).width,i=this.model.getStackKeys().length,s=_(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(A.Legend.ITEM_HOVER,this.handleLegendOnHover),t.removeEventListener(A.Legend.ITEM_MOUSEOUT,this.handleLegendMouseOut)}}class Bm extends nn{constructor(){super(...arguments),this.type="scatter-stacked",this.renderType=nt.SVG}render(t){if(!_(this.getOptions(),"points","enabled"))return;const n=this.getComponentContainer({withinChartClip:!0}),r=this.getOptions(),{groupMapsTo:i}=r.data,s=Object.keys(r.axes).some(u=>r.axes[u].percentage),a=this.model.getStackedData({groups:this.configs.groups,percentage:s}),o=n.selectAll("g.dots").data(a,u=>_(u,0,i));o.exit().attr("opacity",0).remove();const l=o.enter().append("g").classed("dots",!0).attr("role",dt.GROUP).merge(o).selectAll("circle.dot").data(u=>u);l.exit().attr("opacity",0).remove();const c=l.enter().append("circle").classed("dot",!0).attr("opacity",0).merge(l).datum(u=>{const h=u[i],d=this.services.cartesianScales.getDomainIdentifier(u),f=this.services.cartesianScales.getRangeIdentifier(u);return{[i]:h,[d]:u.data.sharedStackKey,[f]:u[1]}});this.styleCircles(c,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,h)=>{const d=u[i],f=u.data.sharedStackKey;let p=u.data[d];const m=u[1],g=this.services.cartesianScales.getDomainIdentifier(u),v=this.services.cartesianScales.getRangeIdentifier(u);p!=null&&t===this.services.cartesianScales.getDomainValue(f)&&n===this.services.cartesianScales.getRangeValue(m)&&(s&&(p=this.model.getStackedData({groups:this.configs.groups})[c][h].data[d]),p!==null&&o.push({[i]:d,[g]:f,[v]: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(h=>h[i]==l[i]&&h[c]==l[c]&&h[u]==l[u])!==void 0})}}const Wr=6;class $R extends gt{constructor(){super(...arguments),this.type="tree",this.renderType=nt.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}=P.getSVGElementSize(r.node(),{useBBox:!0});return r.remove(),i}render(t=!0){const n=this.getComponentContainer();n.html("");const{width:r,height:i}=P.getSVGElementSize(this.parent,{useAttrs:!0});if(r<1||i<1)return;const s=this.model.getOptions(),a=this.model.getDisplayData(),o=_(s,"tree","rootTitle")||"Tree",l=this.getMockLabelWidth(n,o),c=this.getLongestLabel(a),u=this.getMockLabelWidth(n,c),h={top:0,right:0,bottom:0,left:l>0?l+Wr:30-Wr},d=vi({name:o,children:a}),f=10,p=r/6,m=T=>{const S=d.descendants().reverse(),$=d.links();let k=d,L=d;d.eachBefore(B=>{B.x<k.x&&(k=B),B.x>L.x&&(L=B)});const M=L.x-k.x,V=n.transition().call(B=>this.services.transitions.setupTransition({transition:B,name:"tree-update-viewbox",animate:!0})).attr("viewBox",[-h.left,k.x,r,M].join(" ")),x=E.selectAll("g").data(S,B=>B.id),C=this,y=x.enter().append("g").attr("transform",()=>`translate(${T.y0},${T.x0})`).attr("class",B=>B.depth!==0&&B.children&&B.children.length>0?"clickable":null).on("mouseover",function(B,U){C.services.events.dispatchEvent(A.Tree.NODE_MOUSEOVER,{event:B,element:N(this),datum:U})}).on("click",function(B,U){U.depth!==0&&(U.children=U.children?null:U._children,m(U)),C.services.events.dispatchEvent(A.Tree.NODE_CLICK,{event:B,element:N(this),datum:U})}).on("mouseout",function(B,U){C.services.events.dispatchEvent(A.Tree.NODE_MOUSEOUT,{event:B,element:N(this),datum:U})});y.append("circle").attr("r",2.5).attr("class",B=>B._children?"parent":"child").attr("stroke-width",10),y.append("text").attr("dy","0.31em").attr("x",B=>B._children?-Wr:Wr).attr("text-anchor",B=>B._children?"end":"start").text(B=>B.data.name).clone(!0).attr("class","text-stroke").lower(),x.merge(y).transition(V).attr("transform",B=>`translate(${B.y},${B.x})`).attr("fill-opacity",1).attr("stroke-opacity",1),x.exit().transition(V).remove().attr("transform",()=>`translate(${T.y},${T.x})`).attr("fill-opacity",0).attr("stroke-opacity",0);const R=O.selectAll("path").data($,B=>B.target.id),I=R.enter().append("path").attr("d",()=>{const B={x:T.x0,y:T.y0};return w({source:B,target:B})});R.merge(I).transition(V).attr("d",w),R.exit().transition(V).remove().attr("d",()=>{const B={x:T.x,y:T.y};return w({source:B,target:B})}),d.eachBefore(B=>{B.x0=B.x,B.y0=B.y})},g=d.descendants(),v=g[g.length-1].depth,b=_(s,"tree","type")===Pl.DENDROGRAM?Fx().size([i,r-u-v*Wr-l]):Aw().nodeSize([f,p]).size([i,r-u-v*Wr-l]),w=ME().x(T=>T.y).y(T=>T.x);d.x0=p/2,d.y0=0,d.descendants().forEach((T,S)=>{T.id=S,T._children=T.children}),b(d),n.attr("viewBox",[-h.left,-h.top,r,f]).style("user-select","none");const O=n.append("g").attr("class","links"),E=n.append("g").attr("class","nodes");m(d)}}var LR="#000000",DR="#ffffff",kR="#fcf4d6",RR="#fddc69",IR="#f1c21b",PR="#d2a106",NR="#b28600",UR="#8e6a00",BR="#684e00",VR="#483700",HR="#302400",FR="#1c1500",GR={10:kR,20:RR,30:IR,40:PR,50:NR,60:UR,70:BR,80:VR,90:HR,100:FR},zR="#fff2e8",jR="#ffd9be",WR="#ffb784",qR="#ff832b",YR="#eb6200",XR="#ba4e00",ZR="#8a3800",KR="#5e2900",QR="#3e1a00",JR="#231000",tI={10:zR,20:jR,30:WR,40:qR,50:YR,60:XR,70:ZR,80:KR,90:QR,100:JR},eI="#fff1f1",nI="#ffd7d9",rI="#ffb3b8",iI="#ff8389",sI="#fa4d56",aI="#da1e28",oI="#a2191f",lI="#750e13",cI="#520408",uI="#2d0709",hI={10:eI,20:nI,30:rI,40:iI,50:sI,60:aI,70:oI,80:lI,90:cI,100:uI},dI="#fff0f7",fI="#ffd6e8",pI="#ffafd2",gI="#ff7eb6",mI="#ee5396",vI="#d02670",yI="#9f1853",bI="#740937",xI="#510224",wI="#2a0a18",_I={10:dI,20:fI,30:pI,40:gI,50:mI,60:vI,70:yI,80:bI,90:xI,100:wI},EI="#f6f2ff",SI="#e8daff",OI="#d4bbff",TI="#be95ff",MI="#a56eff",CI="#8a3ffc",AI="#6929c4",$I="#491d8b",LI="#31135e",DI="#1c0f30",kI={10:EI,20:SI,30:OI,40:TI,50:MI,60:CI,70:AI,80:$I,90:LI,100:DI},RI="#edf5ff",II="#d0e2ff",PI="#a6c8ff",NI="#78a9ff",UI="#4589ff",BI="#0f62fe",VI="#0043ce",HI="#002d9c",FI="#001d6c",GI="#001141",zI={10:RI,20:II,30:PI,40:NI,50:UI,60:BI,70:VI,80:HI,90:FI,100:GI},jI="#e5f6ff",WI="#bae6ff",qI="#82cfff",YI="#33b1ff",XI="#1192e8",ZI="#0072c3",KI="#00539a",QI="#003a6d",JI="#012749",tP="#061727",eP={10:jI,20:WI,30:qI,40:YI,50:XI,60:ZI,70:KI,80:QI,90:JI,100:tP},nP="#d9fbfb",rP="#9ef0f0",iP="#3ddbd9",sP="#08bdba",aP="#009d9a",oP="#007d79",lP="#005d5d",cP="#004144",uP="#022b30",hP="#081a1c",dP={10:nP,20:rP,30:iP,40:sP,50:aP,60:oP,70:lP,80:cP,90:uP,100:hP},fP="#defbe6",pP="#a7f0ba",gP="#6fdc8c",mP="#42be65",vP="#24a148",yP="#198038",bP="#0e6027",xP="#044317",wP="#022d0d",_P="#071908",EP={10:fP,20:pP,30:gP,40:mP,50:vP,60:yP,70:bP,80:xP,90:wP,100:_P},SP="#f2f4f8",OP="#dde1e6",TP="#c1c7cd",MP="#a2a9b0",CP="#878d96",AP="#697077",$P="#4d5358",LP="#343a3f",DP="#21272a",kP="#121619",RP={10:SP,20:OP,30:TP,40:MP,50:CP,60:AP,70:$P,80:LP,90:DP,100:kP},IP="#f4f4f4",PP="#e0e0e0",NP="#c6c6c6",UP="#a8a8a8",BP="#8d8d8d",VP="#6f6f6f",HP="#525252",FP="#393939",GP="#262626",zP="#161616",jP={10:IP,20:PP,30:NP,40:UP,50:BP,60:VP,70:HP,80:FP,90:GP,100:zP},WP="#f7f3f2",qP="#e5e0df",YP="#cac5c4",XP="#ada8a8",ZP="#8f8b8b",KP="#726e6e",QP="#565151",JP="#3c3838",tN="#272525",eN="#171414",nN={10:WP,20:qP,30:YP,40:XP,50:ZP,60:KP,70:QP,80:JP,90:tN,100:eN},Vm={black:{100:LR},blue:zI,coolGray:RP,cyan:eP,gray:jP,green:EP,magenta:_I,orange:tI,purple:kI,red:hI,teal:dP,warmGray:nN,white:{0:DR},yellow:GR};const rN=e=>{if(!e)return null;for(const t of Object.keys(Vm)){const n=Vm[t];for(const r of Object.keys(n))if(n[+r]===e)return r}return null},Hm=function(){const e=N(this.parentNode).select("rect.leaf"),t=getComputedStyle(e.node(),null).getPropertyValue("fill"),n=rn(t);let r;if(n&&(r=rN(n?n.hex():null)),r==null){const i=yo(n).l;r=Math.abs(i*100-100)}return r>50?"white":"black"};let iN=0;class sN extends gt{constructor(){super(...arguments),this.type="treemap",this.renderType=nt.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(A.Legend.ITEM_HOVER,this.handleLegendOnHover),t.addEventListener(A.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=_(window,"location"),{width:a,height:o}=P.getSVGElementSize(n,{useAttrs:!0}),l=vi({name:i.title||"Treemap",children:r}).sum(f=>f.value).sort((f,p)=>p.value-f.value),c=Rw().size([a,o]).paddingInner(1).paddingOuter(0).round(!0)(l),u=n.selectAll("g[data-name='leaf']").data(c.leaves(),f=>f.data.name);u.exit().attr("opacity",0).remove();const h=u.enter().append("g").attr("data-name","leaf").attr("data-uid",()=>iN++).merge(u);h.attr("data-name","leaf").transition().call(f=>this.services.transitions.setupTransition({transition:f,name:"treemap-group-update",animate:t})).attr("transform",f=>`translate(${f.x0},${f.y0})`);const d=h.selectAll("rect.leaf").data(f=>[f]);d.exit().attr("width",0).attr("height",0).remove(),d.enter().append("rect").classed("leaf",!0).merge(d).attr("width",0).attr("height",0).attr("id",function(){const f=N(this.parentNode).attr("data-uid");return`${i.style.prefix}-leaf-${f}`}).attr("class",f=>{for(;f.depth>1;)f=f.parent;return this.model.getColorClassName({classNameTypes:[st.FILL],dataGroupName:f.data.name,originalClassName:"leaf"})}).transition().call(f=>this.services.transitions.setupTransition({transition:f,name:"treemap-leaf-update-enter",animate:t})).attr("width",f=>f.x1-f.x0).attr("height",f=>f.y1-f.y0).style("fill",f=>{for(;f.depth>1;)f=f.parent;return this.model.getFillColor(f.data.name)}),h.selectAll("clipPath").data(f=>f.data.showLabel!==!0?[]:[1],f=>f).join(f=>f.append("clipPath").attr("id",function(){const p=N(this.parentNode).attr("data-uid");return`${i.style.prefix}-clip-${p}`}).append("use").attr("xlink:href",function(){const p=N(this.parentNode.parentNode).attr("data-uid"),m=`${i.style.prefix}-leaf-${p}`;return new URL(`#${m}`,s)+""}),f=>null,f=>f.remove()),h.selectAll("text").data(f=>{if(f.data.showLabel!==!0)return[];let p=f;for(;p.depth>1;)p=p.parent;const m=yo(this.model.getFillColor(p.data.name));return[{text:f.data.name,color:m.l<.5?"white":"black"}]},f=>f).join(f=>{const p=f.append("text").text(m=>m.text).style("fill",Hm).attr("x",7).attr("y",18);return s&&p.attr("clip-path",function(){const m=N(this.parentNode).attr("data-uid"),g=`${i.style.prefix}-clip-${m}`;return`url(${new URL(`#${g}`,s)+""})`}),p},f=>f.text(p=>p.text).style("fill",Hm),f=>f.remove()),this.addEventListeners()}addEventListeners(){const t=this;this.parent.selectAll("rect.leaf").on("mouseover",function(n,r){const i=N(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),rn(s).darker(.7).toString()}),t.services.events.dispatchEvent(A.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(A.Treemap.LEAF_MOUSEOVER,{event:n,element:i,datum:r})}).on("mousemove",function(n,r){const i=N(this);t.services.events.dispatchEvent(A.Treemap.LEAF_MOUSEMOVE,{event:n,element:i,datum:r}),t.services.events.dispatchEvent(A.Tooltip.MOVE,{event:n})}).on("click",function(n,r){t.services.events.dispatchEvent(A.Treemap.LEAF_CLICK,{event:n,element:N(this),datum:r})}).on("mouseout",function(n,r){const i=N(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(A.Treemap.LEAF_MOUSEOUT,{event:n,element:i,datum:r}),t.services.events.dispatchEvent(A.Tooltip.HIDE,{hoveredElement:i})})}}class aN extends gt{constructor(){super(...arguments),this.type="wordcloud",this.renderType=nt.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(A.Legend.ITEM_HOVER,this.handleLegendOnHover),t.addEventListener(A.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:h}=P.getSVGElementSize(r,{useAttrs:!0});if(u===0||h===0)return;const d=PL().size([u,h]).words(i.map(function(p){const m=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:m,value:m}})).padding(5).rotate(0).fontSize(p=>s(p.size)).on("end",f);d.start();function f(p){const m=P.appendOrSelect(r,"g.words");m.attr("transform",`translate(${d.size()[0]/2}, ${d.size()[1]/2})`);const g=m.selectAll("text").data(p,v=>`${v[c]}-${v.text}`);g.exit().attr("opacity",0).remove(),g.enter().append("text").attr("opacity",0).merge(g).style("font-size",v=>`${v.size}px`).text(function(v){return v.text}).attr("class",v=>n.model.getColorClassName({classNameTypes:[st.FILL],dataGroupName:v[c],originalClassName:`word ${v.size>32?"light":""}`})).style("fill",v=>n.model.getFillColor(v[c],v.text,v)).attr("text-anchor","middle").transition().call(v=>n.services.transitions.setupTransition({transition:v,name:"wordcloud-text-update-enter",animate:t})).attr("transform",v=>`translate(${v.x}, ${v.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=P.getHTMLElementSize(this.services.domUtils.getMainContainer()),a=i.length>0,o=a?Ie(i):[1,1];return Ve().domain(o).range(a?n.wordCloud.fontSizeRange(s,t):[4,4])}addEventListeners(){const t=this.getOptions(),{groupMapsTo:n}=t.data,r=this,i=Ha(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(A.WordCloud.WORD_MOUSEOVER,{event:s,element:N(this),datum:a}),r.services.events.dispatchEvent(A.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:[st.TOOLTIP],dataGroupName:a[n]})}]})}).on("mousemove",function(s,a){const o=N(this);r.services.events.dispatchEvent(A.WordCloud.WORD_MOUSEMOVE,{element:o,datum:a}),r.services.events.dispatchEvent(A.Tooltip.MOVE,{event:s})}).on("click",function(s,a){r.services.events.dispatchEvent(A.WordCloud.WORD_CLICK,{event:s,element:N(this),datum:a})}).on("mouseout",function(s,a){const o=N(this);i(null),r.services.events.dispatchEvent(A.WordCloud.WORD_MOUSEOUT,{event:s,element:o,datum:a}),r.services.events.dispatchEvent(A.Tooltip.HIDE,{hoveredElement:o})})}}class oN extends gt{constructor(){super(...arguments),this.type="geo",this.renderType=nt.SVG}render(){const t=this.getComponentContainer({withinChartClip:!0}),{width:n,height:r}=P.getSVGElementSize(t,{useAttrs:!0});if(n<1||r<1)return;const i=this.getProjection(),s=_(this.getOptions(),"geoData"),a=this.model.getCombinedData(),o={},l={};Object.keys(a).forEach(g=>{typeof a[g].value=="number"?o[g]=a[g]:l[g]=a[g]});const c=cR(s,Object.values(l)),u=aR(s,{type:"GeometryCollection",geometries:Object.values(o)}),h=i.fitSize([n,r],u),d=px().projection(h);P.appendOrSelect(t,"g.geo").selectAll("path").data(u.features).join("path").attr("d",d);const f=this.services.domUtils.generateElementIDString("geo-pattern-stripes"),p=P.appendOrSelect(t,"defs");P.appendOrSelect(p,"pattern").attr("id",f).attr("width",5).attr("height",10).attr("patternUnits","userSpaceOnUse").attr("patternTransform","rotate(45)").append("path").classed("pattern-fill",!0).attr("d",Mi()([[0,0],[0,10]]));const m=P.appendOrSelect(t,"g.missing-data");P.appendOrSelect(m,"path").datum(c).attr("d",d).style("fill",`url(#${f})`)}getProjection(){let t=null;switch(_(this.getOptions(),"thematic","projection")){case gn.geoEqualEarth:t=kx();break;case gn.geoAlbers:t=Tx();break;case gn.geoConicEqualArea:t=od();break;case gn.geoConicEquidistant:t=Lx();break;case gn.geoEquirectangular:t=Ax();break;case gn.geoMercator:t=Mx();break;case gn.geoNaturalEarth1:t=Rx();break;default:throw new Error("Projection is not supported.")}return t}}class lN extends oN{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",r=>this.model.getColorClassName({value:n[r.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=N(this);t.services.events.dispatchEvent(Mr.CHOROPLETH_MOUSEOVER,{event:r,element:s,datum:n[i.properties.NAME]}),t.services.events.dispatchEvent(Ai.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(Mr.CHOROPLETH_MOUSEMOVE,{event:r,element:N(this),datum:n[i.properties.NAME]}),t.services.events.dispatchEvent(Ai.MOVE,{event:r})}).on("click",function(r,i){t.services.events.dispatchEvent(Mr.CHOROPLETH_CLICK,{event:r,element:N(this),datum:n[i.properties.NAME]})}).on("mouseout",function(r,i){const s=N(this);t.services.events.dispatchEvent(Mr.CHOROPLETH_MOUSEOUT,{event:r,element:s,datum:n[i.properties.NAME]}),t.services.events.dispatchEvent(Ai.HIDE,{event:r,hoveredElement:s})})}}function Fm(e,t){ht(2,arguments);var n=xt(e),r=Kt(t);return isNaN(r)?new Date(NaN):(r&&n.setDate(n.getDate()+r),n)}function Yc(e,t){ht(2,arguments);var n=xt(e),r=Kt(t);if(isNaN(r))return new Date(NaN);if(!r)return n;var i=n.getDate(),s=new Date(n.getTime());s.setMonth(n.getMonth()+r+1,0);var a=s.getDate();return i>=a?s:(n.setFullYear(s.getFullYear(),s.getMonth(),i),n)}var cN=36e5;function Gm(e,t){ht(2,arguments);var n=Kt(t);return wa(e,n*cN)}function zm(e){ht(1,arguments);var t=xt(e);return t.setHours(0,0,0,0),t}var uN=864e5;function hN(e,t){ht(2,arguments);var n=zm(e),r=zm(t),i=n.getTime()-Vl(n),s=r.getTime()-Vl(r);return Math.round((i-s)/uN)}var dN=6e4;function Xc(e,t){ht(2,arguments);var n=Kt(t);return wa(e,n*dN)}function Zc(e,t){ht(2,arguments);var n=Kt(t);return wa(e,n*1e3)}function jm(e,t){ht(2,arguments);var n=Kt(t);return Yc(e,n*12)}function ns(e,t){ht(2,arguments);var n=xt(e),r=xt(t),i=n.getTime()-r.getTime();return i<0?-1:i>0?1:i}var fN=6e4,pN=36e5;function gN(e,t){ht(2,arguments);var n=xt(e),r=xt(t),i=n.getFullYear()-r.getFullYear(),s=n.getMonth()-r.getMonth();return i*12+s}function mN(e,t){ht(2,arguments);var n=xt(e),r=xt(t);return n.getFullYear()-r.getFullYear()}function Wm(e,t){var 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 vN(e,t){ht(2,arguments);var n=xt(e),r=xt(t),i=Wm(n,r),s=Math.abs(hN(n,r));n.setDate(n.getDate()-i*s);var a=+(Wm(n,r)===-i),o=i*(s-a);return o===0?0:o}function Kc(e,t){return ht(2,arguments),xt(e).getTime()-xt(t).getTime()}var qm={ceil:Math.ceil,round:Math.round,floor:Math.floor,trunc:function(e){return e<0?Math.ceil(e):Math.floor(e)}},yN="trunc";function Qc(e){return e?qm[e]:qm[yN]}function bN(e,t,n){ht(2,arguments);var r=Kc(e,t)/pN;return Qc(n==null?void 0:n.roundingMethod)(r)}function Ym(e,t,n){ht(2,arguments);var r=Kc(e,t)/fN;return Qc(n==null?void 0:n.roundingMethod)(r)}function xN(e){ht(1,arguments);var t=xt(e);return t.setHours(23,59,59,999),t}function wN(e){ht(1,arguments);var t=xt(e),n=t.getMonth();return t.setFullYear(t.getFullYear(),n+1,0),t.setHours(23,59,59,999),t}function _N(e){ht(1,arguments);var t=xt(e);return xN(t).getTime()===wN(t).getTime()}function EN(e,t){ht(2,arguments);var n=xt(e),r=xt(t),i=ns(n,r),s=Math.abs(gN(n,r)),a;if(s<1)a=0;else{n.getMonth()===1&&n.getDate()>27&&n.setDate(30),n.setMonth(n.getMonth()-i*s);var o=ns(n,r)===-i;_N(xt(e))&&s===1&&ns(e,r)===1&&(o=!1),a=i*(s-Number(o))}return a===0?0:a}function Xm(e,t,n){ht(2,arguments);var r=Kc(e,t)/1e3;return Qc(n==null?void 0:n.roundingMethod)(r)}function SN(e,t){ht(2,arguments);var n=xt(e),r=xt(t),i=ns(n,r),s=Math.abs(mN(n,r));n.setFullYear(1584),r.setFullYear(1584);var a=ns(n,r)===-i,o=i*(s-Number(a));return o===0?0:o}function ON(e,t){ht(2,arguments);var n=Kt(t);return Fm(e,-n)}function TN(e,t){ht(2,arguments);var n=Kt(t);return Yc(e,-n)}function MN(e,t){ht(2,arguments);var n=Kt(t);return Gm(e,-n)}function Zm(e,t){ht(2,arguments);var n=Kt(t);return Xc(e,-n)}function Km(e,t){ht(2,arguments);var n=Kt(t);return Zc(e,-n)}function CN(e,t){ht(2,arguments);var n=Kt(t);return jm(e,-n)}function Qm(e){var t=e==null?0:e.length;return t?ka(e,1):[]}class AN extends wn{zoomIn(t,n,r){let i,s,a;const o=r||kr;t&&(i=t.x,s=t.y,a=2);const{width:l,height:c}=P.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(A.CanvasZoom.CANVAS_ZOOM_IN,{element:N(t)})}zoomOut(t,n){const r=n||kr;t.transition().duration(r.duration).ease(r.ease).attr("transform",""),this.services.events.dispatchEvent(A.CanvasZoom.CANVAS_ZOOM_OUT)}}class $N extends wn{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 LN extends wn{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 DN extends wn{constructor(){super(...arguments),this.pendingTransitions={}}init(){var t;(t=this.services.events)==null||t.addEventListener(A.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(_(zl,n,"duration")||zl.default.duration)}getPendingTransitions(){return this.pendingTransitions}}let kN=class extends wn{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=_(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=_(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 _(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){return this.getAxisOptions(t).title||(t===H.BOTTOM||t===H.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(H).map(t=>H[t]).forEach(t=>{this.scales[t]=this.createScale(t)})}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===H.LEFT||this.rangeAxisPosition===H.RIGHT)&&(this.domainAxisPosition===H.BOTTOM||this.domainAxisPosition===H.TOP)?this.orientation=Jt.VERTICAL:this.orientation=Jt.HORIZONTAL}isDualAxes(){return this.dualAxes}determineAxisDuality(){var t,n,r,i;const s=this.model.getOptions(),a=_(s,"axes");((t=a[H.LEFT])!=null&&t.correspondingDatasets&&a[H.RIGHT]||(n=a[H.RIGHT])!=null&&n.correspondingDatasets&&a[H.LEFT]||(r=a[H.TOP])!=null&&r.correspondingDatasets&&a[H.BOTTOM]||(i=a[H.BOTTOM])!=null&&i.correspondingDatasets&&a[H.TOP])&&(this.dualAxes=!0)}getCustomDomainValuesByposition(t){const n=_(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]===tt.LINEAR||this.scaleTypes[t]===tt.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=[H.BOTTOM,H.TOP];return[this.domainAxisPosition,this.rangeAxisPosition].find(n=>t.indexOf(n)>-1)}getMainYAxisPosition(){const t=[H.LEFT,H.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(),a=_(s,"axes")[r],{mapsTo:o}=a,l=_(i,o)!==null?i[o]:i;let c;switch(n){case tt.LABELS:c=t(l)+t.step()/2;break;case tt.TIME:c=t(new Date(l));break;default:c=t(l)}return c}getBoundedScaledValues(t){const{bounds:n}=this.model.getOptions(),r=this.getRangeAxisPosition({datum:t}),i=this.scales[r],s=this.model.getOptions(),a=_(s,"axes")[r],{mapsTo:o}=a,l=t[o]!==void 0?t[o]:t;return[i(_(t,n.upperBoundMapsTo)!==null?t[n.upperBoundMapsTo]:l),i(_(t,n.lowerBoundMapsTo)!==null?t[n.lowerBoundMapsTo]:l)]}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 _(n,"axes",this.getDomainAxisPosition({datum:t}),"mapsTo")}getRangeIdentifier(t){const n=this.model.getOptions();return _(n,"axes",this.getRangeAxisPosition({datum:t}),"mapsTo")}extendsDomain(t,n){const r=this.model.getOptions(),i=_(r,"axes",t);if(i.scaleType===tt.TIME){const s=_(r,"timeScale","addSpaceOnEdges");return RN(n,s)}else return IN(n,Dr.paddingRatio,i.scaleType)}findVerticalAxesPositions(){const t=this.model.getOptions(),n=_(t,"axes"),r=this.isDualAxes();return _(n,H.LEFT)===null&&_(n,H.RIGHT)!==null||_(n,H.RIGHT,"main")===!0||r&&_(n,H.LEFT,"correspondingDatasets")?{primary:H.RIGHT,secondary:H.LEFT}:{primary:H.LEFT,secondary:H.RIGHT}}findHorizontalAxesPositions(){const t=this.model.getOptions(),n=_(t,"axes"),r=this.isDualAxes();return _(n,H.BOTTOM)===null&&_(n,H.TOP)!==null||_(n,H.TOP,"main")===!0||r&&_(n,H.BOTTOM,"correspondingDatasets")?{primary:H.TOP,secondary:H.BOTTOM}:{primary:H.BOTTOM,secondary:H.TOP}}findDomainAndRangeAxesPositions(t,n){const r=this.model.getOptions(),i=_(r,"axes",t.primary),s=_(r,"axes",n.primary),a=i.scaleType||tt.LINEAR,o=s.scaleType||tt.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===tt.LABELS||o===tt.TIME)&&a===tt.LABELS||a===tt.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=_(n,"axes",t),i=_(n,"bounds"),{includeZero:s}=r,a=_(r,"scaleType")||tt.LINEAR;if(this.model.isDataEmpty())return[];if(r.binned){const{bins:v}=this.model.getBinConfigurations();return[0,Pn(v,b=>b.length)]}else if(r.limitDomainToBins){const{bins:v}=this.model.getBinConfigurations(),b=this.model.getStackKeys({bins:v});return[b[0].split("-")[0],b[b.length-1].split("-")[1]]}const o=this.model.getDisplayData(),{extendLinearDomainBy:l,mapsTo:c,percentage:u,thresholds:h}=r,{reference:d,compareTo:f}=Dr.ratio;if(r.domain)return a===tt.LABELS?r.domain:(a===tt.TIME&&(r.domain=r.domain.map(v=>v.getTime===void 0?new Date(v):v)),this.extendsDomain(t,r.domain));if(u)return[0,100];if(r&&a===tt.LABELS)return ji(o.map(v=>v[c]));let p,m;const g=this.model.getDataGroupNames();if(a===tt.LABELS_RATIO)return o.map(v=>`${v[d]}/${v[f]}`);if(a===tt.TIME)m=o.map(v=>+new Date(v[c]));else if(i&&n.axes)m=[],o.forEach(v=>{m.push(v[c]),v[i.upperBoundMapsTo]&&m.push(v[i.upperBoundMapsTo]),v[i.lowerBoundMapsTo]&&m.push(v[i.lowerBoundMapsTo])});else if(r.stacked===!0&&g&&t===this.getRangeAxisPosition()){const{groupMapsTo:v}=n.data,b=this.model.getDataValuesGroupedByKeys({groups:g}),w=o.filter(E=>!g.includes(E[v])),O=[];b.forEach(E=>{const{...T}=E;let S=0,$=0;Object.values(T).forEach(k=>{isNaN(k)||(k<0?$+=k:S+=k)}),O.push([$,S])}),m=[...Qm(O),...w.map(E=>E[c])]}else m=[],o.forEach(v=>{const b=v[c];Array.isArray(b)&&b.length===2?(m.push(b[0]),m.push(b[1])):(l&&m.push(Math.max(v[c],v[l])),m.push(b))});return a!==tt.TIME&&a!==tt.LOG&&s&&m.push(0),h&&h.length>0&&h.forEach(v=>{const b=_(v,"value");b!==null&&m.push(b)}),p=Ie(m),p=this.extendsDomain(t,p),p}createScale(t){const n=this.model.getOptions(),r=_(n,"axes",t);if(!r)return null;const i=_(r,"scaleType")||tt.LINEAR;this.scaleTypes[t]=i;let s;return i===tt.TIME?s=qd():i===tt.LOG?s=Cd().base(r.base||10):i===tt.LABELS||i===tt.LABELS_RATIO?s=xi():s=Ve(),s.domain(this.getScaleDomain(t)),s}getHighestDomainThreshold(){const t=_(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((a,o)=>o.value-a.value)[0];return this.getScaleTypeByPosition(n)===tt.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=_(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 RN(e,t){const n=new Date(e[0]),r=new Date(e[1]);return SN(r,n)>1?[CN(n,t),jm(r,t)]:EN(r,n)>1?[TN(n,t),Yc(r,t)]:vN(r,n)>1?[ON(n,t),Fm(r,t)]:bN(r,n)>1?[MN(n,t),Gm(r,t)]:Ym(r,n)>30?[Zm(n,t*30),Xc(r,t*30)]:Ym(r,n)>1?[Zm(n,t),Xc(r,t)]:Xm(r,n)>15?[Km(n,t*15),Zc(r,t*15)]:Xm(r,n)>1?[Km(n,t),Zc(r,t)]:[n,r]}function IN([e,t],n,r){const i=(t-e)*n,s=t<=0&&t+i>0?0:t+i;let a=e>=0&&e-i<0?0:e-i;if(r===tt.LOG&&a<=0){if(e<=0)throw Error("Data must have values greater than 0 if log scale type is used.");a=e}return[a,s]}let PN=class extends wn{constructor(){super(...arguments),this.curveTypes={curveLinear:ca,curveLinearClosed:of,curveBasis:CE,curveBasisClosed:AE,curveBasisOpen:$E,curveBundle:LE,curveCardinal:DE,curveCardinalClosed:kE,curveCardinalOpen:RE,curveCatmullRom:IE,curveCatmullRomClosed:PE,curveCatmullRomOpen:NE,curveMonotoneX:UE,curveMonotoneY:BE,curveNatural:VE,curveStep:HE,curveStepAfter:GE,curveStepBefore:FE}}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 NN extends wn{isZoomBarEnabled(){if(!this.services.cartesianScales||!_(this.model.getOptions(),"zoomBar","top","enabled"))return!1;this.services.cartesianScales.findDomainAndRangeAxes();const t=this.services.cartesianScales.getMainXAxisPosition(),n=_(this.model.getOptions(),"axes",t,"scaleType");return t===H.BOTTOM&&n===tt.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=_(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,Ie(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(A.ZoomDomain.CHANGE,{newDomain:t}))}getZoomRatio(){return _(this.model.getOptions(),"zoomBar","zoomRatio")}filterDataForRangeAxis(t,n){var r;const i=this.model.get("zoomDomain"),s=Object.assign({stacked:!1},n),a=_(this.model.getOptions(),"zoomBar","updateRangeAxis");if(this.isZoomBarEnabled()&&a&&i){const o=s.stacked?"sharedStackKey":(r=this.services.cartesianScales)==null?void 0:r.getDomainIdentifier(),l=t.filter(c=>new Date(c[o])>=i[0]&&new Date(c[o])<=i[1]);if(l.length>0)return l}return t}zoomIn(t=this.getZoomRatio()){var n;const r=this.model.get("zoomDomain"),i=me.handleWidth,s=(n=this.services.cartesianScales)==null?void 0:n.getMainXScale().copy();s.domain(this.getDefaultZoomBarDomain());const a=s(r[0]),o=s(r[1]);if(o-a<i+1)return;const l=s.range(),c=o-a,u=Math.min((l[1]-l[0])/2*(t/2),c/2);let h=a+u,d=o-u;h>=d&&(h=a+c/2-i/2,d=o-c/2+i/2);const f=[s.invert(h),s.invert(d)];(r[0].valueOf()!==f[0].valueOf()||r[1].valueOf()!==f[1].valueOf())&&this.handleDomainChange(f)}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=_(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 _(this.model.getOptions(),"zoomBar",t,"loading")}isZoomBarLocked(t){return _(this.model.getOptions(),"zoomBar",t,"locked")}}function UN(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 BN(e,t,n){var r=e.length;return n=n===void 0?r:n,!t&&n>=r?e:UN(e,t,n)}var VN="\\ud800-\\udfff",HN="\\u0300-\\u036f",FN="\\ufe20-\\ufe2f",GN="\\u20d0-\\u20ff",zN=HN+FN+GN,jN="\\ufe0e\\ufe0f",WN="\\u200d",qN=RegExp("["+WN+VN+zN+jN+"]");function Jm(e){return qN.test(e)}function YN(e){return e.split("")}var tv="\\ud800-\\udfff",XN="\\u0300-\\u036f",ZN="\\ufe20-\\ufe2f",KN="\\u20d0-\\u20ff",QN=XN+ZN+KN,JN="\\ufe0e\\ufe0f",tU="["+tv+"]",Jc="["+QN+"]",tu="\\ud83c[\\udffb-\\udfff]",eU="(?:"+Jc+"|"+tu+")",ev="[^"+tv+"]",nv="(?:\\ud83c[\\udde6-\\uddff]){2}",rv="[\\ud800-\\udbff][\\udc00-\\udfff]",nU="\\u200d",iv=eU+"?",sv="["+JN+"]?",rU="(?:"+nU+"(?:"+[ev,nv,rv].join("|")+")"+sv+iv+")*",iU=sv+iv+rU,sU="(?:"+[ev+Jc+"?",Jc,nv,rv,tU].join("|")+")",aU=RegExp(tu+"(?="+tu+")|"+sU+iU,"g");function oU(e){return e.match(aU)||[]}function lU(e){return Jm(e)?oU(e):YN(e)}function cU(e){return function(t){t=Gi(t);var n=Jm(t)?lU(t):void 0,r=n?n[0]:t.charAt(0),i=n?BN(n,1).join(""):t.slice(1);return r[e]()+i}}var uU=cU("toUpperCase");const hU=uU;function dU(e){return hU(Gi(e).toLowerCase())}var fU=am(function(e,t,n){return t=t.toLowerCase(),e+(n?dU(t):t)});const pU=fU;class je{constructor(t,n){this.components=[],this.services={canvasZoom:AN,domUtils:P,events:$N,files:LN,gradientUtils:wc,transitions:DN},this.model=new en(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(A.Model.UPDATE,()=>{this.update()}),this.model.setData(n.data),this.services.events.addEventListener(A.Chart.RESIZE,()=>{this.update()}),this.components=this.getComponents(),this.update()}getComponents(){return console.error("getComponents() method is not implemented"),[]}update(){if(!this.components)return;Object.keys(this.services).forEach(r=>{this.services[r].update()}),this.components.forEach(r=>r.render(!0));const t=this.services.transitions.getPendingTransitions(),n=Object.keys(t).map(r=>t[r].end().catch(i=>i));Promise.all(n).then(()=>this.services.events.dispatchEvent(A.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=_(r,"toolbar","enabled"),s={id:"legend",components:[new zc(this.model,this.services)],growth:ut.PREFERRED},a=_(r,"canvasZoom","enabled");a&&a===!0&&t.push(new qk(this.model,this.services));const o=!!this.model.getOptions().title,l={id:"title",components:[new es(this.model,this.services)],growth:ut.STRETCH},c={id:"toolbar",components:[new Ji(this.model,this.services)],growth:ut.PREFERRED},u={id:"header",components:[new ve(this.model,this.services,[l,...i?[c]:[]],{direction:Dt.ROW,alignItems:Cr.CENTER})],growth:ut.PREFERRED},h={id:"graph-frame",components:t,growth:ut.STRETCH,renderType:_(n,"graphFrameRenderType")||nt.SVG},d=_(n,"excludeLegend")!==!0&&r.legend.enabled!==!1;let f=Dt.COLUMN;if(d){const v=_(r,"legend","position");v==="left"?(f=Dt.ROW,r.legend.orientation||(r.legend.orientation=Li.VERTICAL)):v==="right"?(f=Dt.ROW_REVERSE,r.legend.orientation||(r.legend.orientation=Li.VERTICAL)):v==="bottom"&&(f=Dt.COLUMN_REVERSE)}const p={id:"spacer",components:[new _n(this.model,this.services)],growth:ut.PREFERRED},m={id:"full-frame",components:[new ve(this.model,this.services,[...d?[s]:[],...d?[p]:[],h],{direction:f})],growth:ut.STRETCH},g=[];if(o||i){g.push(u);const v={id:"spacer",components:[new _n(this.model,this.services,i?{size:15}:void 0)],growth:ut.PREFERRED};g.push(v)}return g.push(m),[new jc(this.model,this.services),new Qa(this.model,this.services),new ve(this.model,this.services,g,{direction:Dt.COLUMN})]}}class be extends je{constructor(t,n){super(t,n),this.services=Object.assign(this.services,{cartesianScales:kN,curves:PN,zoom:NN}),this.model=new sr(this.services)}getAxisChartComponents(t,n){const r=this.model.getOptions(),i=_(r,"zoomBar",H.TOP,"enabled"),s=_(r,"toolbar","enabled");this.services.cartesianScales.determineAxisDuality(),this.services.cartesianScales.findDomainAndRangeAxes(),this.services.cartesianScales.determineOrientation();const a=this.services.cartesianScales.getMainXAxisPosition(),o=_(r,"axes",a,"scaleType"),l=i&&a===H.BOTTOM&&o===tt.TIME,c=this.services.zoom.isZoomBarLocked(H.TOP),u=!!this.model.getOptions().title,h={id:"title",components:[new es(this.model,this.services)],growth:ut.STRETCH},d={id:"toolbar",components:[new Ji(this.model,this.services)],growth:ut.PREFERRED},f={id:"header",components:[new ve(this.model,this.services,[h,...s?[d]:[]],{direction:Dt.ROW,alignItems:Cr.CENTER})],growth:ut.PREFERRED},p={id:"legend",components:[new zc(this.model,this.services)],growth:ut.PREFERRED};l&&!c&&t.push(new _m(this.model,this.services),new Om(this.model,this.services)),t.push(new Xk(this.model,this.services)),t.push(new Zk(this.model,this.services));const m={id:"graph-frame",components:t,growth:ut.STRETCH,renderType:nt.SVG},g=_(n,"legend","enabled")!==!1&&this.model.getOptions().legend.enabled!==!1;let v=Dt.COLUMN;if(g){const T=_(this.model.getOptions(),"legend","position");T===$i.LEFT?(v=Dt.ROW,this.model.getOptions().legend.orientation||(this.model.getOptions().legend.orientation=Li.VERTICAL)):T===$i.RIGHT?(v=Dt.ROW_REVERSE,this.model.getOptions().legend.orientation||(this.model.getOptions().legend.orientation=Li.VERTICAL)):T===$i.BOTTOM&&(v=Dt.COLUMN_REVERSE)}const b={id:"spacer",components:[new _n(this.model,this.services)],growth:ut.PREFERRED},w={id:"full-frame",components:[new ve(this.model,this.services,[...g?[p]:[],...g?[b]:[],m],{direction:v})],growth:ut.STRETCH},O={id:"zoom-bar",components:[new Yk(this.model,this.services)],growth:ut.PREFERRED,renderType:nt.SVG},E=[];if(u||s){E.push(f);const T={id:"spacer",components:[new _n(this.model,this.services,s?{size:15}:void 0)],growth:ut.PREFERRED};E.push(T)}return l&&E.push(O),E.push(w),[new Tm(this.model,this.services),new Qa(this.model,this.services),new ve(this.model,this.services,E,{direction:Dt.COLUMN})]}}class gU extends je{constructor(t,n){super(t,n),this.model=new E$(this.services),this.model.setOptions(Nt(Ct.alluvialChart,n.options)),this.init(t,n)}getComponents(){const t=[new Kk(this.model,this.services)];return this.getChartComponents(t,{excludeLegend:!0})}}class mU extends be{constructor(t,n){super(t,n),this.model.setOptions(Nt(yn(Ct.areaChart),n.options)),this.init(t,n)}getComponents(){const t=[new ye(this.model,this.services),new Oe(this.model,this.services),new Dn(this.model,this.services),new zr(this.model,this.services),new Mm(this.model,this.services),new nn(this.model,this.services,{fadeInOnChartHolderMouseover:!0,handleThresholds:!0}),new de(this.model,this.services,{skeleton:Xt.GRID})];return this.getAxisChartComponents(t)}}class vU extends be{constructor(t,n){super(t,n),this.model=new S$(this.services),this.model.setOptions(Nt(Ct.boxplotChart,n.options)),this.init(t,n)}getComponents(){const t=[new ye(this.model,this.services),new Oe(this.model,this.services),new tR(this.model,this.services),new jr(this.model,this.services),new de(this.model,this.services,{skeleton:Xt.VERT_OR_HORIZ})];return this.getAxisChartComponents(t,{legend:{enabled:!1}})}}class yU extends be{constructor(t,n){super(t,n),this.model.setOptions(Nt(Ct.bubbleChart,n.options)),this.init(t,n)}getComponents(){const t=[new ye(this.model,this.services),new Oe(this.model,this.services),new Dn(this.model,this.services),new eR(this.model,this.services),new de(this.model,this.services,{skeleton:Xt.GRID})];return this.getAxisChartComponents(t)}}class bU extends be{constructor(t,n){super(t,n),this.model=new O$(this.services),this.model.setOptions(Nt(Ct.bulletChart,n.options)),this.init(t,n)}getComponents(){const t=[new ye(this.model,this.services),new Oe(this.model,this.services),new nR(this.model,this.services),new de(this.model,this.services,{skeleton:Xt.GRID})];return this.getAxisChartComponents(t)}}class xU extends je{constructor(t,n){super(t,n),this.model=new T$(this.services),this.model.setOptions(Nt(Ct.choroplethChart,n.options)),this.init(t,n)}getChartComponents(t,n){const r=this.model.getOptions(),i=_(r,"toolbar","enabled"),s=!!this.model.getOptions().title,a={id:"title",components:[new es(this.model,this.services)],growth:ut.STRETCH},o={id:"toolbar",components:[new Ji(this.model,this.services)],growth:ut.PREFERRED},l={id:"header",components:[new ve(this.model,this.services,[a,...i?[o]:[]],{direction:Dt.ROW,alignItems:Cr.CENTER})],growth:ut.PREFERRED},c={id:"legend",components:[new Lm(this.model,this.services,{chartType:"choropleth"})],growth:ut.PREFERRED,renderType:nt.SVG},u={id:"graph-frame",components:t,growth:ut.STRETCH,renderType:nt.SVG},h=_(n,"legend","enabled")!==!1&&this.model.getOptions().legend.enabled!==!1,d=Dt.COLUMN_REVERSE,f={id:"spacer",components:[new _n(this.model,this.services,{size:15})],growth:ut.PREFERRED},p={id:"full-frame",components:[new ve(this.model,this.services,[...h?[c]:[],...h?[f]:[],u],{direction:d})],growth:ut.STRETCH},m=[];if(s||i){m.push(l);const g={id:"spacer",components:[new _n(this.model,this.services,i?{size:15}:void 0)],growth:ut.PREFERRED};m.push(g)}return m.push(p),[new jc(this.model,this.services),new Qa(this.model,this.services),new ve(this.model,this.services,m,{direction:Dt.COLUMN})]}getComponents(){const t=[new lN(this.model,this.services)];return this.getChartComponents(t)}}class wU extends je{constructor(t,n){super(t,n),this.model=new M$(this.services),this.model.setOptions(Nt(Ct.circlePackChart,n.options)),this.init(t,n)}getComponents(){const t=[new xR(this.model,this.services)];return this.getChartComponents(t)}}const av={[Ce.LINE]:[zr,nn],[Ce.SCATTER]:[nn],[Ce.AREA]:[Mm,zr,nn],[Ce.STACKED_AREA]:[Nm,zr,Bm,eo],[Ce.SIMPLE_BAR]:[Pm],[Ce.GROUPED_BAR]:[Im,jr],[Ce.STACKED_BAR]:[Um,eo]};class _U extends be{constructor(t,n){super(t,n);const r=Nt(Ct.comboChart,n.options);n.options.comboChartTypes||(console.error("No comboChartTypes defined for the Combo Chart!"),r.comboChartTypes=[{type:Ce.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(av).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=`${pU(i.type)}Chart`;return a=at({},Ct[l],this.model.getOptions(),i.options),i.type===Ce.STACKED_AREA&&(o=!0),av[i.type].map(c=>new c(this.model,this.services,{groups:i.correspondingDatasets,id:n++,options:a,stacked:o}))}else return a=at({},this.model.getOptions(),i.options),new s(this.model,this.services,{groups:i.correspondingDatasets,id:n++,options:a})}).filter(i=>i!==null);return Qm(r)}getComponents(){const{comboChartTypes:t}=this.model.getOptions(),n=t.some(i=>i.type===Ce.STACKED_BAR||i.type===Ce.STACKED_AREA),r=[new ye(this.model,this.services),new Oe(this.model,this.services),new de(this.model,this.services,{skeleton:Xt.GRID}),...n?[]:[new Dn(this.model,this.services)],...this.getGraphComponents()];return this.getAxisChartComponents(r)}}class ov extends je{constructor(t,n,r=!1){super(t,n),this.model=new C$(this.services),!r&&(this.model.setOptions(Nt(Ct.pieChart,n.options)),this.init(t,n))}getComponents(){const t=[new Dm(this.model,this.services),new de(this.model,this.services,{skeleton:Xt.PIE})];return this.getChartComponents(t)}}class EU extends ov{constructor(t,n){super(t,n,!0),this.model.setOptions(Nt(Ct.donutChart,n.options)),this.init(t,n)}getComponents(){const t=[new _R(this.model,this.services),new de(this.model,this.services,{skeleton:Xt.DONUT})];return this.getChartComponents(t)}}class SU extends je{constructor(t,n){super(t,n),this.model=new A$(this.services),this.model.setOptions(Nt(Ct.gaugeChart,n.options)),this.init(t,n)}getComponents(){const t=[new ER(this.model,this.services)];return this.getChartComponents(t)}}class OU extends be{constructor(t,n){super(t,n),this.model.setOptions(Nt(Ct.groupedBarChart,n.options)),this.init(t,n)}getComponents(){const t=[new ye(this.model,this.services),new Oe(this.model,this.services),new Im(this.model,this.services),new jr(this.model,this.services),new de(this.model,this.services,{skeleton:Xt.VERT_OR_HORIZ})];return this.getAxisChartComponents(t)}}class TU extends be{constructor(t,n){super(t,n),this.model=new $$(this.services),this.model.setOptions(Nt(Ct.heatmapChart,n.options)),this.init(t,n)}getAxisChartComponents(t,n){const r=this.model.getOptions(),i=_(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 es(this.model,this.services)],growth:ut.STRETCH},o={id:"toolbar",components:[new Ji(this.model,this.services)],growth:ut.PREFERRED},l={id:"header",components:[new ve(this.model,this.services,[a,...i?[o]:[]],{direction:Dt.ROW,alignItems:Cr.CENTER})],growth:ut.PREFERRED},c={id:"legend",components:[new Lm(this.model,this.services,{chartType:"heatmap"})],growth:ut.PREFERRED,renderType:nt.SVG},u={id:"graph-frame",components:t,growth:ut.STRETCH,renderType:nt.SVG},h=_(n,"legend","enabled")!==!1&&this.model.getOptions().legend.enabled!==!1,d=Dt.COLUMN_REVERSE,f={id:"spacer",components:[new _n(this.model,this.services,{size:15})],growth:ut.PREFERRED},p={id:"full-frame",components:[new ve(this.model,this.services,[...h?[c]:[],...h?[f]:[],u],{direction:d})],growth:ut.STRETCH},m=[];if(s||i){m.push(l);const g={id:"spacer",components:[new _n(this.model,this.services,i?{size:15}:void 0)],growth:ut.PREFERRED};m.push(g)}return m.push(p),[new Tm(this.model,this.services),new Qa(this.model,this.services),new ve(this.model,this.services,m,{direction:Dt.COLUMN})]}getComponents(){const t=[new ye(this.model,this.services),new SR(this.model,this.services)];return this.getAxisChartComponents(t)}}class MU extends be{constructor(t,n){super(t,n),this.model=new L$(this.services),this.model.setOptions(Nt(Ct.histogramChart,n.options)),this.init(t,n),this.update()}getComponents(){const t=[new ye(this.model,this.services),new Oe(this.model,this.services),new hR(this.model,this.services),new OR(this.model,this.services)];return this.getAxisChartComponents(t)}}class CU extends be{constructor(t,n){super(t,n),this.model.setOptions(Nt(Ct.lineChart,n.options)),this.init(t,n)}getComponents(){const t=[new ye(this.model,this.services),new Oe(this.model,this.services),new Dn(this.model,this.services),new zr(this.model,this.services),new nn(this.model,this.services,{handleThresholds:!0}),new AR(this.model,this.services),new jr(this.model,this.services)];return this.getAxisChartComponents(t)}}class AU extends be{constructor(t,n){super(t,n),this.model.setOptions(Nt(Ct.lollipopChart,n.options)),this.init(t,n)}getComponents(){const t=[new ye(this.model,this.services),new Oe(this.model,this.services),new Dn(this.model,this.services),new TR(this.model,this.services),new nn(this.model,this.services),new de(this.model,this.services,{skeleton:Xt.GRID})];return this.getAxisChartComponents(t)}}class $U extends je{constructor(t,n){var r;super(t,n),this.model=new D$(this.services);const i=(r=n.options.meter)!=null&&r.proportional?at(yn(Ct.proportionalMeterChart),n.options):at(yn(Ct.meterChart),n.options);this.model.setOptions(i),this.init(t,n)}getComponents(){const t=[..._(this.model.getOptions(),"meter","showLabels")?[{id:"meter-title",components:[new bR(this.model,this.services)],growth:ut.STRETCH,renderType:nt.SVG},{id:"spacer",components:[new _n(this.model,this.services,{size:8})],growth:ut.STRETCH}]:[],{id:"meter-graph",components:[new MR(this.model,this.services)],growth:ut.STRETCH,renderType:nt.SVG}],n=[new ve(this.model,this.services,t,{direction:Dt.COLUMN})];return this.getChartComponents(n,{graphFrameRenderType:nt.HTML})}}class LU extends je{constructor(t,n){super(t,n),this.model=new k$(this.services),this.model.setOptions(Nt(Ct.radarChart,n.options)),this.init(t,n)}getComponents(){const t=[new CR(this.model,this.services)];return this.getChartComponents(t)}}class DU extends be{constructor(t,n){super(t,n),this.model.setOptions(Nt(Ct.scatterChart,n.options)),this.init(t,n)}getComponents(){const t=[new ye(this.model,this.services),new Oe(this.model,this.services),new Dn(this.model,this.services),new nn(this.model,this.services),new de(this.model,this.services,{skeleton:Xt.GRID})];return this.getAxisChartComponents(t)}}class kU extends je{constructor(t,n){super(t,n),this.model=new R$(this.services),this.model.setOptions(Nt(Ct.treeChart,n.options)),this.init(t,n)}getComponents(){const t=[new $R(this.model,this.services)];return this.getChartComponents(t,{excludeLegend:!0})}}class RU extends je{constructor(t,n){super(t,n),this.model=new I$(this.services),this.model.setOptions(Nt(Ct.treemapChart,n.options)),this.init(t,n)}getComponents(){const t=[new sN(this.model,this.services)];return this.getChartComponents(t)}}class IU extends be{constructor(t,n){super(t,n),this.model.setOptions(Nt(Ct.simpleBarChart,n.options)),this.init(t,n)}getComponents(){const t=[new ye(this.model,this.services),new Oe(this.model,this.services),new Pm(this.model,this.services),new jr(this.model,this.services),new de(this.model,this.services,{skeleton:Xt.VERT_OR_HORIZ})];return this.getAxisChartComponents(t)}}class PU extends be{constructor(t,n){super(t,n),this.model.setOptions(Nt(Ct.stackedAreaChart,n.options)),this.init(t,n)}getComponents(){const t=[new ye(this.model,this.services),new Oe(this.model,this.services),new eo(this.model,this.services),new Nm(this.model,this.services),new zr(this.model,this.services,{stacked:!0}),new Bm(this.model,this.services,{fadeInOnChartHolderMouseover:!0,handleThresholds:!0,stacked:!0}),new de(this.model,this.services,{skeleton:Xt.GRID})];return this.getAxisChartComponents(t)}}class NU extends be{constructor(t,n){super(t,n),this.model.setOptions(Nt(Ct.stackedBarChart,n.options)),this.init(t,n)}getComponents(){const t=[new ye(this.model,this.services),new Oe(this.model,this.services),new eo(this.model,this.services),new Um(this.model,this.services),new de(this.model,this.services,{skeleton:Xt.VERT_OR_HORIZ}),new jr(this.model,this.services)];return this.getAxisChartComponents(t)}}class UU extends je{constructor(t,n){super(t,n),this.model=new P$(this.services),this.model.setOptions(Nt(Ct.wordCloudChart,n.options)),this.init(t,n)}getComponents(){const t=[new aN(this.model,this.services),new de(this.model,this.services,{skeleton:Xt.PIE})];return this.getChartComponents(t)}}var eu={exports:{}},rs={};/**
84
+ * @license React
85
+ * react-jsx-runtime.production.min.js
86
+ *
87
+ * Copyright (c) Facebook, Inc. and its affiliates.
88
+ *
89
+ * This source code is licensed under the MIT license found in the
90
+ * LICENSE file in the root directory of this source tree.
91
+ */var lv;function BU(){if(lv)return rs;lv=1;var e=re,t=Symbol.for("react.element"),n=Symbol.for("react.fragment"),r=Object.prototype.hasOwnProperty,i=e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,s={key:!0,ref:!0,__self:!0,__source:!0};function a(o,l,c){var u,h={},d=null,f=null;c!==void 0&&(d=""+c),l.key!==void 0&&(d=""+l.key),l.ref!==void 0&&(f=l.ref);for(u in l)r.call(l,u)&&!s.hasOwnProperty(u)&&(h[u]=l[u]);if(o&&o.defaultProps)for(u in l=o.defaultProps,l)h[u]===void 0&&(h[u]=l[u]);return{$$typeof:t,type:o,key:d,ref:f,props:h,_owner:i.current}}return rs.Fragment=n,rs.jsx=a,rs.jsxs=a,rs}var is={};/**
92
+ * @license React
93
+ * react-jsx-runtime.development.js
94
+ *
95
+ * Copyright (c) Facebook, Inc. and its affiliates.
96
+ *
97
+ * This source code is licensed under the MIT license found in the
98
+ * LICENSE file in the root directory of this source tree.
99
+ */var cv;function VU(){return cv||(cv=1,process.env.NODE_ENV!=="production"&&function(){var e=re,t=Symbol.for("react.element"),n=Symbol.for("react.portal"),r=Symbol.for("react.fragment"),i=Symbol.for("react.strict_mode"),s=Symbol.for("react.profiler"),a=Symbol.for("react.provider"),o=Symbol.for("react.context"),l=Symbol.for("react.forward_ref"),c=Symbol.for("react.suspense"),u=Symbol.for("react.suspense_list"),h=Symbol.for("react.memo"),d=Symbol.for("react.lazy"),f=Symbol.for("react.offscreen"),p=Symbol.iterator,m="@@iterator";function g(D){if(D===null||typeof D!="object")return null;var W=p&&D[p]||D[m];return typeof W=="function"?W:null}var v=e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;function b(D){{for(var W=arguments.length,Z=new Array(W>1?W-1:0),ct=1;ct<W;ct++)Z[ct-1]=arguments[ct];w("error",D,Z)}}function w(D,W,Z){{var ct=v.ReactDebugCurrentFrame,_t=ct.getStackAddendum();_t!==""&&(W+="%s",Z=Z.concat([_t]));var Lt=Z.map(function(vt){return String(vt)});Lt.unshift("Warning: "+W),Function.prototype.apply.call(console[D],console,Lt)}}var O=!1,E=!1,T=!1,S=!1,$=!1,k;k=Symbol.for("react.module.reference");function L(D){return!!(typeof D=="string"||typeof D=="function"||D===r||D===s||$||D===i||D===c||D===u||S||D===f||O||E||T||typeof D=="object"&&D!==null&&(D.$$typeof===d||D.$$typeof===h||D.$$typeof===a||D.$$typeof===o||D.$$typeof===l||D.$$typeof===k||D.getModuleId!==void 0))}function M(D,W,Z){var ct=D.displayName;if(ct)return ct;var _t=W.displayName||W.name||"";return _t!==""?Z+"("+_t+")":Z}function V(D){return D.displayName||"Context"}function x(D){if(D==null)return null;if(typeof D.tag=="number"&&b("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),typeof D=="function")return D.displayName||D.name||null;if(typeof D=="string")return D;switch(D){case r:return"Fragment";case n:return"Portal";case s:return"Profiler";case i:return"StrictMode";case c:return"Suspense";case u:return"SuspenseList"}if(typeof D=="object")switch(D.$$typeof){case o:var W=D;return V(W)+".Consumer";case a:var Z=D;return V(Z._context)+".Provider";case l:return M(D,D.render,"ForwardRef");case h:var ct=D.displayName||null;return ct!==null?ct:x(D.type)||"Memo";case d:{var _t=D,Lt=_t._payload,vt=_t._init;try{return x(vt(Lt))}catch{return null}}}return null}var C=Object.assign,y=0,R,I,B,U,z,j,G;function et(){}et.__reactDisabledLog=!0;function q(){{if(y===0){R=console.log,I=console.info,B=console.warn,U=console.error,z=console.group,j=console.groupCollapsed,G=console.groupEnd;var D={configurable:!0,enumerable:!0,value:et,writable:!0};Object.defineProperties(console,{info:D,log:D,warn:D,error:D,group:D,groupCollapsed:D,groupEnd:D})}y++}}function Q(){{if(y--,y===0){var D={configurable:!0,enumerable:!0,writable:!0};Object.defineProperties(console,{log:C({},D,{value:R}),info:C({},D,{value:I}),warn:C({},D,{value:B}),error:C({},D,{value:U}),group:C({},D,{value:z}),groupCollapsed:C({},D,{value:j}),groupEnd:C({},D,{value:G})})}y<0&&b("disabledDepth fell below zero. This is a bug in React. Please file an issue.")}}var lt=v.ReactCurrentDispatcher,rt;function ot(D,W,Z){{if(rt===void 0)try{throw Error()}catch(_t){var ct=_t.stack.trim().match(/\n( *(at )?)/);rt=ct&&ct[1]||""}return`
100
+ `+rt+D}}var Y=!1,X;{var K=typeof WeakMap=="function"?WeakMap:Map;X=new K}function F(D,W){if(!D||Y)return"";{var Z=X.get(D);if(Z!==void 0)return Z}var ct;Y=!0;var _t=Error.prepareStackTrace;Error.prepareStackTrace=void 0;var Lt;Lt=lt.current,lt.current=null,q();try{if(W){var vt=function(){throw Error()};if(Object.defineProperty(vt.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(vt,[])}catch(En){ct=En}Reflect.construct(D,[],vt)}else{try{vt.call()}catch(En){ct=En}D.call(vt.prototype)}}else{try{throw Error()}catch(En){ct=En}D()}}catch(En){if(En&&ct&&typeof En.stack=="string"){for(var mt=En.stack.split(`
101
+ `),fe=ct.stack.split(`
102
+ `),jt=mt.length-1,Wt=fe.length-1;jt>=1&&Wt>=0&&mt[jt]!==fe[Wt];)Wt--;for(;jt>=1&&Wt>=0;jt--,Wt--)if(mt[jt]!==fe[Wt]){if(jt!==1||Wt!==1)do if(jt--,Wt--,Wt<0||mt[jt]!==fe[Wt]){var Re=`
103
+ `+mt[jt].replace(" at new "," at ");return D.displayName&&Re.includes("<anonymous>")&&(Re=Re.replace("<anonymous>",D.displayName)),typeof D=="function"&&X.set(D,Re),Re}while(jt>=1&&Wt>=0);break}}}finally{Y=!1,lt.current=Lt,Q(),Error.prepareStackTrace=_t}var Yr=D?D.displayName||D.name:"",wv=Yr?ot(Yr):"";return typeof D=="function"&&X.set(D,wv),wv}function wt(D,W,Z){return F(D,!1)}function yt(D){var W=D.prototype;return!!(W&&W.isReactComponent)}function Ht(D,W,Z){if(D==null)return"";if(typeof D=="function")return F(D,yt(D));if(typeof D=="string")return ot(D);switch(D){case c:return ot("Suspense");case u:return ot("SuspenseList")}if(typeof D=="object")switch(D.$$typeof){case l:return wt(D.render);case h:return Ht(D.type,W,Z);case d:{var ct=D,_t=ct._payload,Lt=ct._init;try{return Ht(Lt(_t),W,Z)}catch{}}}return""}var zt=Object.prototype.hasOwnProperty,it={},$t=v.ReactDebugCurrentFrame;function De(D){if(D){var W=D._owner,Z=Ht(D.type,D._source,W?W.type:null);$t.setExtraStackFrame(Z)}else $t.setExtraStackFrame(null)}function ke(D,W,Z,ct,_t){{var Lt=Function.call.bind(zt);for(var vt in D)if(Lt(D,vt)){var mt=void 0;try{if(typeof D[vt]!="function"){var fe=Error((ct||"React class")+": "+Z+" type `"+vt+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof D[vt]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw fe.name="Invariant Violation",fe}mt=D[vt](W,vt,ct,Z,null,"SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED")}catch(jt){mt=jt}mt&&!(mt instanceof Error)&&(De(_t),b("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).",ct||"React class",Z,vt,typeof mt),De(null)),mt instanceof Error&&!(mt.message in it)&&(it[mt.message]=!0,De(_t),b("Failed %s type: %s",Z,mt.message),De(null))}}}var ss=Array.isArray;function as(D){return ss(D)}function nu(D){{var W=typeof Symbol=="function"&&Symbol.toStringTag,Z=W&&D[Symbol.toStringTag]||D.constructor.name||"Object";return Z}}function TB(D){try{return hv(D),!1}catch{return!0}}function hv(D){return""+D}function dv(D){if(TB(D))return b("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.",nu(D)),hv(D)}var os=v.ReactCurrentOwner,MB={key:!0,ref:!0,__self:!0,__source:!0},fv,pv,ru;ru={};function CB(D){if(zt.call(D,"ref")){var W=Object.getOwnPropertyDescriptor(D,"ref").get;if(W&&W.isReactWarning)return!1}return D.ref!==void 0}function AB(D){if(zt.call(D,"key")){var W=Object.getOwnPropertyDescriptor(D,"key").get;if(W&&W.isReactWarning)return!1}return D.key!==void 0}function $B(D,W){if(typeof D.ref=="string"&&os.current&&W&&os.current.stateNode!==W){var Z=x(os.current.type);ru[Z]||(b('Component "%s" contains the string ref "%s". Support for string refs will be removed in a future major release. This case cannot be automatically converted to an arrow function. We ask you to manually fix this case by using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref',x(os.current.type),D.ref),ru[Z]=!0)}}function LB(D,W){{var Z=function(){fv||(fv=!0,b("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)",W))};Z.isReactWarning=!0,Object.defineProperty(D,"key",{get:Z,configurable:!0})}}function DB(D,W){{var Z=function(){pv||(pv=!0,b("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)",W))};Z.isReactWarning=!0,Object.defineProperty(D,"ref",{get:Z,configurable:!0})}}var kB=function(D,W,Z,ct,_t,Lt,vt){var mt={$$typeof:t,type:D,key:W,ref:Z,props:vt,_owner:Lt};return mt._store={},Object.defineProperty(mt._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:!1}),Object.defineProperty(mt,"_self",{configurable:!1,enumerable:!1,writable:!1,value:ct}),Object.defineProperty(mt,"_source",{configurable:!1,enumerable:!1,writable:!1,value:_t}),Object.freeze&&(Object.freeze(mt.props),Object.freeze(mt)),mt};function RB(D,W,Z,ct,_t){{var Lt,vt={},mt=null,fe=null;Z!==void 0&&(dv(Z),mt=""+Z),AB(W)&&(dv(W.key),mt=""+W.key),CB(W)&&(fe=W.ref,$B(W,_t));for(Lt in W)zt.call(W,Lt)&&!MB.hasOwnProperty(Lt)&&(vt[Lt]=W[Lt]);if(D&&D.defaultProps){var jt=D.defaultProps;for(Lt in jt)vt[Lt]===void 0&&(vt[Lt]=jt[Lt])}if(mt||fe){var Wt=typeof D=="function"?D.displayName||D.name||"Unknown":D;mt&&LB(vt,Wt),fe&&DB(vt,Wt)}return kB(D,mt,fe,_t,ct,os.current,vt)}}var iu=v.ReactCurrentOwner,gv=v.ReactDebugCurrentFrame;function qr(D){if(D){var W=D._owner,Z=Ht(D.type,D._source,W?W.type:null);gv.setExtraStackFrame(Z)}else gv.setExtraStackFrame(null)}var su;su=!1;function au(D){return typeof D=="object"&&D!==null&&D.$$typeof===t}function mv(){{if(iu.current){var D=x(iu.current.type);if(D)return`
104
+
105
+ Check the render method of \``+D+"`."}return""}}function IB(D){{if(D!==void 0){var W=D.fileName.replace(/^.*[\\\/]/,""),Z=D.lineNumber;return`
106
+
107
+ Check your code at `+W+":"+Z+"."}return""}}var vv={};function PB(D){{var W=mv();if(!W){var Z=typeof D=="string"?D:D.displayName||D.name;Z&&(W=`
108
+
109
+ Check the top-level render call using <`+Z+">.")}return W}}function yv(D,W){{if(!D._store||D._store.validated||D.key!=null)return;D._store.validated=!0;var Z=PB(W);if(vv[Z])return;vv[Z]=!0;var ct="";D&&D._owner&&D._owner!==iu.current&&(ct=" It was passed a child from "+x(D._owner.type)+"."),qr(D),b('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.',Z,ct),qr(null)}}function bv(D,W){{if(typeof D!="object")return;if(as(D))for(var Z=0;Z<D.length;Z++){var ct=D[Z];au(ct)&&yv(ct,W)}else if(au(D))D._store&&(D._store.validated=!0);else if(D){var _t=g(D);if(typeof _t=="function"&&_t!==D.entries)for(var Lt=_t.call(D),vt;!(vt=Lt.next()).done;)au(vt.value)&&yv(vt.value,W)}}}function NB(D){{var W=D.type;if(W==null||typeof W=="string")return;var Z;if(typeof W=="function")Z=W.propTypes;else if(typeof W=="object"&&(W.$$typeof===l||W.$$typeof===h))Z=W.propTypes;else return;if(Z){var ct=x(W);ke(Z,D.props,"prop",ct,D)}else if(W.PropTypes!==void 0&&!su){su=!0;var _t=x(W);b("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?",_t||"Unknown")}typeof W.getDefaultProps=="function"&&!W.getDefaultProps.isReactClassApproved&&b("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.")}}function UB(D){{for(var W=Object.keys(D.props),Z=0;Z<W.length;Z++){var ct=W[Z];if(ct!=="children"&&ct!=="key"){qr(D),b("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.",ct),qr(null);break}}D.ref!==null&&(qr(D),b("Invalid attribute `ref` supplied to `React.Fragment`."),qr(null))}}function xv(D,W,Z,ct,_t,Lt){{var vt=L(D);if(!vt){var mt="";(D===void 0||typeof D=="object"&&D!==null&&Object.keys(D).length===0)&&(mt+=" You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");var fe=IB(_t);fe?mt+=fe:mt+=mv();var jt;D===null?jt="null":as(D)?jt="array":D!==void 0&&D.$$typeof===t?(jt="<"+(x(D.type)||"Unknown")+" />",mt=" Did you accidentally export a JSX literal instead of a component?"):jt=typeof D,b("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s",jt,mt)}var Wt=RB(D,W,Z,_t,Lt);if(Wt==null)return Wt;if(vt){var Re=W.children;if(Re!==void 0)if(ct)if(as(Re)){for(var Yr=0;Yr<Re.length;Yr++)bv(Re[Yr],D);Object.freeze&&Object.freeze(Re)}else b("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");else bv(Re,D)}return D===r?UB(Wt):NB(Wt),Wt}}function BB(D,W,Z){return xv(D,W,Z,!0)}function VB(D,W,Z){return xv(D,W,Z,!1)}var HB=VB,FB=BB;is.Fragment=r,is.jsx=HB,is.jsxs=FB}()),is}process.env.NODE_ENV==="production"?eu.exports=BU():eu.exports=VU();var Ut=eu.exports;class Pt extends re.PureComponent{constructor(){super(...arguments);ou(this,"chart");ou(this,"chartRef",re.createRef())}createChart(n,r,i){throw new Error("Method not implemented.")}componentDidUpdate(n){var r,i;this.props.data!==n.data&&((r=this.chart)==null||r.model.setData(this.props.data)),this.props.options!==n.options&&((i=this.chart)==null||i.model.setOptions(this.props.options))}componentWillUnmount(){var n;(n=this.chart)==null||n.destroy()}componentDidMount(){this.chartRef.current&&!this.chart&&(this.chart=this.createChart(this.chartRef.current,this.props.data,this.props.options))}render(){return Ut.jsx("div",{ref:this.chartRef,className:"chart-holder"})}}class HU extends Pt{createChart(t,n,r){return new gU(t,{data:n,options:r})}}class FU extends Pt{createChart(t,n,r){return new mU(t,{data:n,options:r})}}class GU extends Pt{createChart(t,n,r){return new vU(t,{data:n,options:r})}}class zU extends Pt{createChart(t,n,r){return new yU(t,{data:n,options:r})}}class jU extends Pt{createChart(t,n,r){return new bU(t,{data:n,options:r})}}class WU extends Pt{createChart(t,n,r){return new xU(t,{data:n,options:r})}}class qU extends Pt{createChart(t,n,r){return new wU(t,{data:n,options:r})}}class YU extends Pt{createChart(t,n,r){return new _U(t,{data:n,options:r})}}class XU extends Pt{createChart(t,n,r){return new EU(t,{data:n,options:r})}}class ZU extends Pt{createChart(t,n,r){return new SU(t,{data:n,options:r})}}class KU extends Pt{createChart(t,n,r){return new OU(t,{data:n,options:r})}}class QU extends Pt{createChart(t,n,r){return new TU(t,{data:n,options:r})}}class JU extends Pt{createChart(t,n,r){return new MU(t,{data:n,options:r})}}class tB extends Pt{createChart(t,n,r){return new CU(t,{data:n,options:r})}}class eB extends Pt{createChart(t,n,r){return new AU(t,{data:n,options:r})}}class nB extends Pt{createChart(t,n,r){return new $U(t,{data:n,options:r})}}class rB extends Pt{createChart(t,n,r){return new ov(t,{data:n,options:r})}}class iB extends Pt{createChart(t,n,r){return new LU(t,{data:n,options:r})}}class sB extends Pt{createChart(t,n,r){return new DU(t,{data:n,options:r})}}class aB extends Pt{createChart(t,n,r){return new IU(t,{data:n,options:r})}}class oB extends Pt{createChart(t,n,r){return new PU(t,{data:n,options:r})}}class lB extends Pt{createChart(t,n,r){return new NU(t,{data:n,options:r})}}class cB extends Pt{createChart(t,n,r){return new kU(t,{data:n,options:r})}}class uB extends Pt{createChart(t,n,r){return new RU(t,{data:n,options:r})}}class hB extends Pt{createChart(t,n,r){return new UU(t,{data:n,options:r})}}var uv={exports:{}};/*!
110
+ Copyright (c) 2018 Jed Watson.
111
+ Licensed under the MIT License (MIT), see
112
+ http://jedwatson.github.io/classnames
113
+ */(function(e){(function(){var t={}.hasOwnProperty;function n(){for(var r=[],i=0;i<arguments.length;i++){var s=arguments[i];if(s){var a=typeof s;if(a==="string"||a==="number")r.push(s);else if(Array.isArray(s)){if(s.length){var o=n.apply(null,s);o&&r.push(o)}}else if(a==="object"){if(s.toString!==Object.prototype.toString&&!s.toString.toString().includes("[native code]")){r.push(s.toString());continue}for(var l in s)t.call(s,l)&&s[l]&&r.push(l)}}}return r.join(" ")}e.exports?(n.default=n,e.exports=n):window.classNames=n})()})(uv);var dB=uv.exports;const kn=Ug(dB),Rn="cds",fB=({tag:e="div",children:t,color:n,href:r,position:i="static",stacked:s,...a})=>{const o=r?"a":a.onClick?"button":e,l=`${Rn}--cc--card-node`,c=kn(l,{[`${l}--stacked`]:s,[`${l}--${o}`]:o,[a.className]:a.className});return Ut.jsx(o,{className:c,style:{borderColor:n,position:i},tabIndex:0,...a,children:t})},pB=({children:e,farsideColumn:t=!1,...n})=>{const r=`${Rn}--cc--card-node`,i=kn(`${r}__column`,{[`${r}__column--farside`]:t,...n.className?{[n.className]:!0}:{}});return Ut.jsx("div",{className:i,...n,children:e})},gB=({children:e,...t})=>{const n=`${Rn}--cc--card-node`,r=kn(`${n}__label`,{...t.className?{[t.className]:!0}:{}});return Ut.jsx("label",{className:r,...t,children:e})},mB=({children:e,...t})=>{const n=`${Rn}--cc--card-node`,r=kn(`${n}__subtitle`,{...t.className?{[t.className]:!0}:{}});return Ut.jsx("div",{className:r,...t,children:e})},vB=({children:e,...t})=>{const n=`${Rn}--cc--card-node`,r=kn(`${n}__title`,{...t.className?{[t.className]:!0}:{}});return Ut.jsx("div",{className:r,...t,children:e})},yB=({color:e,markerEnd:t,markerStart:n,path:r,source:i,target:s,variant:a=null,...o})=>{const l=`${Rn}--cc--edge`,c=kn(l,{[`${l}--${a}`]:a,...o.className?{[o.className]:!0}:{}});let u=r;if(!u&&i&&s&&(u=dR(i,s)),!u)throw Error("Missing parameters for Edge component: path or source and target.");return Ut.jsxs("g",{className:c,...o,children:[Ut.jsx("path",{d:u,className:`${l}__container`}),Ut.jsx("path",{d:u,className:`${l}__outer`}),Ut.jsx("path",{d:u,className:`${l}__inner`,markerEnd:`url(#${t})`,markerStart:`url(#${n})`,style:{stroke:e}})]})},or=({color:e,d:t,id:n,orient:r="auto",height:i,width:s,position:a="end",className:o,refX:l,refY:c,...u})=>{const h=`${Rn}--cc--marker`,d=kn(h,o),f=a==="end"?(s||0)/2+.5:.5,p=(i||0)/2;return Ut.jsx("marker",{className:d,markerHeight:i,markerWidth:s,orient:r,id:n,refX:l||f,refY:c||p,markerUnits:"userSpaceOnUse",...u,children:Ut.jsx("path",{d:t,style:{fill:e}})})},bB=e=>Ut.jsx(or,{d:fR.d,...e}),xB=e=>Ut.jsx(or,{d:pR.d,...e}),wB=e=>Ut.jsx(or,{d:gR.d,...e}),_B=e=>Ut.jsx(or,{d:mR.d,...e}),EB=e=>Ut.jsx(or,{d:vR.d,...e}),SB=e=>Ut.jsx(or,{d:yR.d,...e}),OB=({shape:e="circle",tag:t="div",title:n="Title",subtitle:r,description:i,renderIcon:s,href:a,size:o=48,stacked:l,position:c="fixed",bodyPosition:u="absolute",...h})=>{const d=a?"a":h.onClick?"button":t,f=`${Rn}--cc--shape-node`,p=kn(f,{[`${f}--stacked`]:l,[`${f}--${e}`]:e,[`${f}--${t}`]:t,[h.className]:h.className}),m=n?Ut.jsx("div",{className:`${f}__title`,children:n}):null,g=r?Ut.jsx("div",{className:`${f}__subtitle`,children:r}):null,v=i?Ut.jsx("div",{className:`${f}__description`,children:i}):null;return Ut.jsxs(d,{className:p,style:{height:o,width:o,position:c},tabIndex:0,...h,children:[Ut.jsx("div",{className:`${f}__icon`,children:s}),Ut.jsxs("div",{className:`${f}__body`,style:{position:u},children:[m,g,v]})]})};J.AlluvialChart=HU,J.AreaChart=FU,J.ArrowLeftMarker=bB,J.ArrowRightMarker=xB,J.BoxplotChart=GU,J.BubbleChart=zU,J.BulletChart=jU,J.CardNode=fB,J.CardNodeColumn=pB,J.CardNodeLabel=gB,J.CardNodeSubtitle=mB,J.CardNodeTitle=vB,J.CircleMarker=wB,J.CirclePackChart=qU,J.ComboChart=YU,J.DiamondMarker=_B,J.DonutChart=XU,J.Edge=yB,J.ExperimentalChoroplethChart=WU,J.GaugeChart=ZU,J.GroupedBarChart=KU,J.HeatmapChart=QU,J.HistogramChart=JU,J.LineChart=tB,J.LollipopChart=eB,J.Marker=or,J.MeterChart=nB,J.PieChart=rB,J.RadarChart=iB,J.ScatterChart=sB,J.ShapeNode=OB,J.SimpleBarChart=aB,J.SquareMarker=EB,J.StackedAreaChart=oB,J.StackedBarChart=lB,J.TeeMarker=SB,J.TreeChart=cB,J.TreemapChart=uB,J.WordCloudChart=hB,Object.defineProperty(J,Symbol.toStringTag,{value:"Module"})});
114
+ //# sourceMappingURL=index.js.map