@skdx/web-components-charts 0.38.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 (169) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +98 -0
  3. package/dist/area.cjs +109 -0
  4. package/dist/area.d.cts +2 -0
  5. package/dist/area.d.ts +2 -0
  6. package/dist/area.js +109 -0
  7. package/dist/bar.cjs +109 -0
  8. package/dist/bar.d.cts +2 -0
  9. package/dist/bar.d.ts +2 -0
  10. package/dist/bar.js +109 -0
  11. package/dist/boxplot.cjs +109 -0
  12. package/dist/boxplot.d.cts +2 -0
  13. package/dist/boxplot.d.ts +2 -0
  14. package/dist/boxplot.js +109 -0
  15. package/dist/bubble.cjs +109 -0
  16. package/dist/bubble.d.cts +2 -0
  17. package/dist/bubble.d.ts +2 -0
  18. package/dist/bubble.js +109 -0
  19. package/dist/bullet.cjs +109 -0
  20. package/dist/bullet.d.cts +2 -0
  21. package/dist/bullet.d.ts +2 -0
  22. package/dist/bullet.js +109 -0
  23. package/dist/bump.cjs +109 -0
  24. package/dist/bump.d.cts +2 -0
  25. package/dist/bump.d.ts +2 -0
  26. package/dist/bump.js +109 -0
  27. package/dist/candlestick.cjs +109 -0
  28. package/dist/candlestick.d.cts +2 -0
  29. package/dist/candlestick.d.ts +2 -0
  30. package/dist/candlestick.js +109 -0
  31. package/dist/chord.cjs +109 -0
  32. package/dist/chord.d.cts +2 -0
  33. package/dist/chord.d.ts +2 -0
  34. package/dist/chord.js +109 -0
  35. package/dist/circle-packing.cjs +109 -0
  36. package/dist/circle-packing.d.cts +2 -0
  37. package/dist/circle-packing.d.ts +2 -0
  38. package/dist/circle-packing.js +109 -0
  39. package/dist/combo.cjs +109 -0
  40. package/dist/combo.d.cts +2 -0
  41. package/dist/combo.d.ts +2 -0
  42. package/dist/combo.js +109 -0
  43. package/dist/dumbbell.cjs +109 -0
  44. package/dist/dumbbell.d.cts +2 -0
  45. package/dist/dumbbell.d.ts +2 -0
  46. package/dist/dumbbell.js +109 -0
  47. package/dist/funnel.cjs +109 -0
  48. package/dist/funnel.d.cts +2 -0
  49. package/dist/funnel.d.ts +2 -0
  50. package/dist/funnel.js +109 -0
  51. package/dist/gantt.cjs +109 -0
  52. package/dist/gantt.d.cts +2 -0
  53. package/dist/gantt.d.ts +2 -0
  54. package/dist/gantt.js +109 -0
  55. package/dist/gauge.cjs +109 -0
  56. package/dist/gauge.d.cts +2 -0
  57. package/dist/gauge.d.ts +2 -0
  58. package/dist/gauge.js +109 -0
  59. package/dist/heatmap.cjs +109 -0
  60. package/dist/heatmap.d.cts +2 -0
  61. package/dist/heatmap.d.ts +2 -0
  62. package/dist/heatmap.js +109 -0
  63. package/dist/histogram.cjs +109 -0
  64. package/dist/histogram.d.cts +2 -0
  65. package/dist/histogram.d.ts +2 -0
  66. package/dist/histogram.js +109 -0
  67. package/dist/icicle.cjs +109 -0
  68. package/dist/icicle.d.cts +2 -0
  69. package/dist/icicle.d.ts +2 -0
  70. package/dist/icicle.js +109 -0
  71. package/dist/index-oF5ss8v9.d.cts +2331 -0
  72. package/dist/index-oF5ss8v9.d.ts +2331 -0
  73. package/dist/index.cjs +109 -0
  74. package/dist/index.d.cts +29 -0
  75. package/dist/index.d.ts +29 -0
  76. package/dist/index.js +109 -0
  77. package/dist/line.cjs +109 -0
  78. package/dist/line.d.cts +2 -0
  79. package/dist/line.d.ts +2 -0
  80. package/dist/line.js +109 -0
  81. package/dist/linear-gauge.cjs +109 -0
  82. package/dist/linear-gauge.d.cts +2 -0
  83. package/dist/linear-gauge.d.ts +2 -0
  84. package/dist/linear-gauge.js +109 -0
  85. package/dist/map.cjs +109 -0
  86. package/dist/map.d.cts +2 -0
  87. package/dist/map.d.ts +2 -0
  88. package/dist/map.js +109 -0
  89. package/dist/marimekko.cjs +109 -0
  90. package/dist/marimekko.d.cts +2 -0
  91. package/dist/marimekko.d.ts +2 -0
  92. package/dist/marimekko.js +109 -0
  93. package/dist/network.cjs +109 -0
  94. package/dist/network.d.cts +2 -0
  95. package/dist/network.d.ts +2 -0
  96. package/dist/network.js +109 -0
  97. package/dist/organization.cjs +109 -0
  98. package/dist/organization.d.cts +2 -0
  99. package/dist/organization.d.ts +2 -0
  100. package/dist/organization.js +109 -0
  101. package/dist/parallel.cjs +109 -0
  102. package/dist/parallel.d.cts +2 -0
  103. package/dist/parallel.d.ts +2 -0
  104. package/dist/parallel.js +109 -0
  105. package/dist/pareto.cjs +109 -0
  106. package/dist/pareto.d.cts +2 -0
  107. package/dist/pareto.d.ts +2 -0
  108. package/dist/pareto.js +109 -0
  109. package/dist/pie.cjs +109 -0
  110. package/dist/pie.d.cts +2 -0
  111. package/dist/pie.d.ts +2 -0
  112. package/dist/pie.js +109 -0
  113. package/dist/polar-area.cjs +109 -0
  114. package/dist/polar-area.d.cts +2 -0
  115. package/dist/polar-area.d.ts +2 -0
  116. package/dist/polar-area.js +109 -0
  117. package/dist/radar.cjs +109 -0
  118. package/dist/radar.d.cts +2 -0
  119. package/dist/radar.d.ts +2 -0
  120. package/dist/radar.js +109 -0
  121. package/dist/radial.cjs +109 -0
  122. package/dist/radial.d.cts +2 -0
  123. package/dist/radial.d.ts +2 -0
  124. package/dist/radial.js +109 -0
  125. package/dist/range.cjs +109 -0
  126. package/dist/range.d.cts +2 -0
  127. package/dist/range.d.ts +2 -0
  128. package/dist/range.js +109 -0
  129. package/dist/sankey.cjs +109 -0
  130. package/dist/sankey.d.cts +2 -0
  131. package/dist/sankey.d.ts +2 -0
  132. package/dist/sankey.js +109 -0
  133. package/dist/scatter.cjs +109 -0
  134. package/dist/scatter.d.cts +2 -0
  135. package/dist/scatter.d.ts +2 -0
  136. package/dist/scatter.js +109 -0
  137. package/dist/sparkline.cjs +109 -0
  138. package/dist/sparkline.d.cts +2 -0
  139. package/dist/sparkline.d.ts +2 -0
  140. package/dist/sparkline.js +109 -0
  141. package/dist/sunburst.cjs +109 -0
  142. package/dist/sunburst.d.cts +2 -0
  143. package/dist/sunburst.d.ts +2 -0
  144. package/dist/sunburst.js +109 -0
  145. package/dist/swarm.cjs +109 -0
  146. package/dist/swarm.d.cts +2 -0
  147. package/dist/swarm.d.ts +2 -0
  148. package/dist/swarm.js +109 -0
  149. package/dist/timeline.cjs +109 -0
  150. package/dist/timeline.d.cts +2 -0
  151. package/dist/timeline.d.ts +2 -0
  152. package/dist/timeline.js +109 -0
  153. package/dist/tree.cjs +109 -0
  154. package/dist/tree.d.cts +2 -0
  155. package/dist/tree.d.ts +2 -0
  156. package/dist/tree.js +109 -0
  157. package/dist/treemap.cjs +109 -0
  158. package/dist/treemap.d.cts +2 -0
  159. package/dist/treemap.d.ts +2 -0
  160. package/dist/treemap.js +109 -0
  161. package/dist/waffle.cjs +109 -0
  162. package/dist/waffle.d.cts +2 -0
  163. package/dist/waffle.d.ts +2 -0
  164. package/dist/waffle.js +109 -0
  165. package/dist/waterfall.cjs +109 -0
  166. package/dist/waterfall.d.cts +2 -0
  167. package/dist/waterfall.d.ts +2 -0
  168. package/dist/waterfall.js +109 -0
  169. package/package.json +76 -0
@@ -0,0 +1,109 @@
1
+ "use strict";var Ye=Object.defineProperty;var Kn=Object.getOwnPropertyDescriptor;var Wr=Object.getOwnPropertyNames;var Zr=Object.prototype.hasOwnProperty;var Er=(e,n)=>{for(var t in n)Ye(e,t,{get:n[t],enumerable:!0})},Ur=(e,n,t,r)=>{if(n&&typeof n=="object"||typeof n=="function")for(let i of Wr(n))!Zr.call(e,i)&&i!==t&&Ye(e,i,{get:()=>n[i],enumerable:!(r=Kn(n,i))||r.enumerable});return e};var Kr=e=>Ur(Ye({},"__esModule",{value:!0}),e),g=(e,n,t,r)=>{for(var i=r>1?void 0:r?Kn(n,t):n,o=e.length-1,a;o>=0;o--)(a=e[o])&&(i=(r?a(n,t,i):a(i))||i);return r&&i&&Ye(n,t,i),i};var Li={};Er(Li,{SkdxParetoChart:()=>J});module.exports=Kr(Li);var te=require("lit/decorators.js");var qn=e=>Number(e.toPrecision(12)),qr,Xn=e=>(qr??(qr=new Intl.NumberFormat)).format(qn(e)),Xr=e=>{let n=Math.round(Math.abs(e)),t=e<0?"-":"",r=Math.floor(n/3600),i=Math.floor(n%3600/60),o=a=>String(a).padStart(2,"0");return r>0?`${t}${r}h ${o(i)}m`:i>0?`${t}${i}m ${o(n%60)}s`:`${t}${n}s`};function Me(e){if(e===void 0)return Xn;if(typeof e=="function")return e;let{style:n,locale:t,digits:r,unit:i="",timeZone:o}=e,a=u=>i?h=>u(h)+i:u,l=u=>r===void 0?u===void 0?{}:{maximumFractionDigits:u}:{minimumFractionDigits:r,maximumFractionDigits:r},c=u=>{let h=new Intl.NumberFormat(t,u);return a(p=>h.format(qn(p)))},d=u=>{let h=new Intl.DateTimeFormat(t,o?{...u,timeZone:o}:u);return p=>h.format(p)};switch(n){case"integer":return c({maximumFractionDigits:0});case"decimal":return c(l(2));case"percent":return c({style:"percent",...l(0)});case"currency":return c({style:"currency",currency:e.currency??"USD",...l()});case"compact":return c({notation:"compact",...l(1)});case"scientific":return c({notation:"scientific",...l(2)});case"date":return d({dateStyle:"medium"});case"time":return d({timeStyle:"short"});case"datetime":return d({dateStyle:"medium",timeStyle:"short"});case"duration":return a(Xr)}}function Qe(e,n){if(typeof e=="string")return e;let t=e instanceof Date?e.getTime():e;return n?Me(n)(t):e instanceof Date?new Intl.DateTimeFormat().format(e):Xn(t)}var ae=e=>{if(e instanceof Date)return e.getTime();if(typeof e=="number")return e;let n=Number(e);return Number.isFinite(n)&&e.trim()!==""?n:Date.parse(e)};function Se([e,n],[t,r]){let i=n-e;return o=>i===0?t:t+(o-e)/i*(r-t)}function ge(e,n,t=5){if(e===n)return[e];let r=(n-e)/Math.max(1,t),i=10**Math.floor(Math.log10(r)),o=r/i,a=(o<1.5?1:o<3.5?2:o<7.5?5:10)*i,l=Math.floor(e/a)*a,c=Math.ceil(n/a)*a,d=[];for(let u=l;u<=c+a/2;u+=a)d.push(Qn(u));return d}function Yn(e,[n,t],r=.2){let i=e===0?0:(t-n)/e,o=i*(1-Math.max(0,Math.min(.9,r)));return{step:i,bandwidth:o,start:a=>n+a*i+(i-o)/2,center:a=>n+(a+.5)*i}}var Qn=e=>Number(e.toPrecision(12)),m=e=>Number(e.toFixed(2)),C=e=>typeof e=="number"&&Number.isFinite(e),se=e=>e.filter(C);function le(e){let n=1/0,t=-1/0;for(let r of e)C(r)&&(r<n&&(n=r),r>t&&(t=r));return n===1/0?[0,0]:[n,t]}function xe(e,n="linear"){if(e.length===0)return"";let t=e[0];if(n==="step"||n==="stepBefore"||n==="stepAfter"){let d=`M${t.x} ${t.y}`;for(let u=1;u<e.length;u++){let h=e[u-1],p=e[u];n==="stepAfter"?d+=`H${p.x}V${p.y}`:n==="stepBefore"?d+=`V${p.y}H${p.x}`:d+=`H${m((h.x+p.x)/2)}V${p.y}H${p.x}`}return d}if(n==="linear"||e.length<3)return`M${e.map(d=>`${d.x} ${d.y}`).join("L")}`;let r=e.length,i=e.slice(1).map((d,u)=>d.x-e[u].x),o=e.slice(1).map((d,u)=>d.y-e[u].y),a=i.map((d,u)=>d===0?0:o[u]/d),l=[a[0]];for(let d=1;d<r-1;d++){let u=a[d-1],h=a[d];l.push(u*h<=0?0:(u+h)/2)}l.push(a[r-2]);for(let d=0;d<r-1;d++){let u=a[d];if(u===0){l[d]=0,l[d+1]=0;continue}let h=l[d]/u,p=l[d+1]/u,v=Math.hypot(h,p);v>3&&(l[d]=3*h*u/v,l[d+1]=3*p*u/v)}let c=`M${t.x} ${t.y}`;for(let d=0;d<r-1;d++){let u=e[d],h=e[d+1],p=i[d]/3;c+=`C${m(u.x+p)} ${m(u.y+p*l[d])} ${m(h.x-p)} ${m(h.y-p*l[d+1])} ${h.x} ${h.y}`}return c}var Ve=1e3,Be=60*Ve,De=60*Be,Pe=24*De,Yr=[Ve,5*Ve,15*Ve,30*Ve,Be,5*Be,15*Be,30*Be,De,3*De,6*De,12*De,Pe,2*Pe,7*Pe,14*Pe];function Jn(e,n,t=6){if(!(n>e))return[e];let r=n-e,i=Yr.find(h=>r/h<=t),o=[];if(i!==void 0){for(let h=Math.ceil(e/i)*i;h<=n;h+=i)o.push(h);return o.length?o:[e,n]}let a=r/(30*Pe),l=[1,2,3,6,12,24,60,120].find(h=>a/h<=t)??240,c=new Date(e),d=c.getUTCFullYear(),u=Math.ceil((c.getUTCMonth()+(c.getUTCDate()>1?1:0))/l)*l;for(let h=Date.UTC(d,u,1);h<=n;)o.push(h),u+=l,u>=12&&(d+=Math.floor(u/12),u%=12),h=Date.UTC(d,u,1);return o.length?o:[e,n]}function er(e,n){let t=Math.floor(Math.log10(e)),r=Math.ceil(Math.log10(n)),i=r-t<=1?[1,2,5]:[1],o=[];for(let a=t;a<=r;a++)for(let l of i)o.push(Qn(l*10**a));return o.filter(a=>a>=e/1.0001&&a<=n*1.0001)}function Je(e,n={}){if(n.thresholds&&n.thresholds.length>=2)return[...n.thresholds].filter(Number.isFinite).sort((c,d)=>c-d);let[t,r]=n.domain??le(e),i=Math.max(1,e.length),o=Math.max(1,n.bins??Math.ceil(Math.log2(i)+1)),a=n.binWidth??(r>t?(r-t)/o:1),l=r>t?Math.max(1,Math.ceil((r-t)/a-1e-9)):1;return Array.from({length:l+1},(c,d)=>Number((t+d*a).toPrecision(12)))}function et(e,n){let t=[];for(let o=0;o+1<n.length;o++)t.push({x0:n[o],x1:n[o+1],count:0});if(t.length===0)return t;let r=n[0],i=n[n.length-1];for(let o of se(e)){if(o<r||o>i)continue;let a=0,l=t.length-1;for(;a<l;){let c=a+l+1>>1;t[c].x0<=o?a=c:l=c-1}t[a].count++}return t}var Qr=/-?\d*\.?\d+(?:e[-+]?\d+)?/gi,Jr=/([MLTHVCSQAZmlthvcsqaz])([^MLTHVCSQAZmlthvcsqaz]*)/g,ei={M:2,L:2,T:2,C:6,S:4,Q:4,A:7,H:-1,V:-2};function ti(e,n,t){return e.replace(Jr,(r,i,o)=>{let a=ei[i];if(a===void 0)return i+o;let c=(o.match(Qr)??[]).map((d,u)=>{let h=Number(d);if(a===-1)return String(h+n);if(a===-2)return String(h+t);let p=u%a;return a===7?p===5?String(h+n):p===6?String(h+t):d:String(p%2===0?h+n:h+t)});return i+c.join(" ")})}var tr=(e,n,t)=>e.map(r=>{switch(r.kind){case"rect":return{...r,x:r.x+n,y:r.y+t};case"circle":return{...r,cx:r.cx+n,cy:r.cy+t};case"line":return{...r,x1:r.x1+n,x2:r.x2+n,y1:r.y1+t,y2:r.y2+t};case"text":return{...r,x:r.x+n,y:r.y+t};case"path":return{...r,d:ti(r.d,n,t)}}});var At=["primary","success","warning","danger","neutral"].flatMap(e=>[500,700].map(n=>`var(--skdx-color-${e}-${n})`)).sort((e,n)=>Number(e.endsWith("700)"))-Number(n.endsWith("700)"))),B={axis:"var(--skdx-color-border-strong)",grid:"var(--skdx-color-border-subtle)",label:"var(--skdx-color-text-muted)",focus:"var(--skdx-color-focus-ring)",positive:"var(--skdx-color-success-500)",negative:"var(--skdx-color-danger-500)",fontFamily:"var(--skdx-font-family)",fontSize:"var(--skdx-font-size-xs)"},tt=(e="neutral")=>e==="neutral"?B.axis:`var(--skdx-color-${e}-500)`,Ot=(e="neutral")=>e==="neutral"?B.label:e==="primary"?"var(--skdx-color-text-accent)":`var(--skdx-color-text-${e})`,nr=(e,n)=>n??At[e%At.length];var ne={top:16,right:16,bottom:32,left:48};function rr(e,n,t=ne){return{x:t.left,y:t.top,width:Math.max(0,e-t.left-t.right),height:Math.max(0,n-t.top-t.bottom)}}function Ne(e){let n=e.legend;if(n)return n===!0?{}:n.enabled===!1?void 0:n}function Lt(e){let n=e.tooltip;return n===void 0||n===!0?{enabled:!0}:n===!1?{enabled:!1}:{...n,enabled:n.enabled??!0}}var ir=e=>e.crosshair===!0||Lt(e).trigger==="axis",nt=20,ni=120,or=e=>{let n=Ne(e);return n&&(n.position==="left"||n.position==="right")?n.width??ni:0},Rt=(e,n=600,t=300)=>({width:(e.width??n)-or(e),height:(e.height??t)-(Ne(e)?.position==="bottom"?nt:0)}),ar=e=>{let n=Ne(e);return n&&(n.position===void 0||n.position==="top")?nt:0},ce=6.5,sr=(e,n,t)=>t??(e.palette&&e.palette.length>0?e.palette[n%e.palette.length]:nr(n)),lr=(e,n)=>e.hiddenSeries?.includes(n)??!1;function zt(e,n,t=[],r={},i=10,o=8,a=!1){let l=[],c=r.maxItems,d=c!==void 0&&c>=0&&e.length>c?e.slice(0,c):e,u=e.length-d.length,h=r.interactive??!0,p=o,v=i,y=(b,S,w,f)=>{let M=(S?18:4)+b.length*ce;p>o&&(a||p+M>n-8)&&(p=o,v+=nt),S&&l.push({kind:"rect",part:"legend-swatch",x:p,y:v-5,width:10,height:10,fill:S,opacity:f?.3:void 0,item:w}),l.push({kind:"text",part:"legend-label",x:p+(S?14:0),y:v,text:b,baseline:"middle",fill:f?B.grid:B.label,item:w}),p+=M+12};for(let b of d){let S=t.includes(b.name),w=h?{label:b.name,series:b.name,legend:!0}:void 0;y(r.formatter?.(b.name)??b.name,b.color,w,S)}return u>0&&y(`+${u} more`,void 0,void 0,!1),r.align==="end"?ri(l,n):l}function ri(e,n){let t=new Map;for(let i of e){let o=i.kind==="rect"?i.y+5:i.y;t.set(o,[...t.get(o)??[],i])}let r=[];for(let i of t.values()){let o=Math.max(...i.map(l=>l.kind==="rect"?l.x+l.width:l.x+l.text.length*ce)),a=n-8-o;for(let l of i)r.push({...l,x:l.x+a})}return r}var ii=(e,n,t={})=>new Set(zt(e,n,[],t).flatMap(r=>r.kind==="text"?[r.y]:[])).size;function Vt(e,n,t,r=[]){let i=Ne(e),o=i&&e.direction==="rtl"&&i.align===void 0?{...i,align:"end"}:i,a=Lt(e),l=o?.position==="bottom",c=or(e),d=e.hiddenSeries??[],u=o?c?zt(r,1/0,d,o,10,(o.position==="right"?n:0)+8,!0):zt(r,n,d,o,l?t+10:10):[],h=l?ii(r,n,o):0;return{width:n+c,height:l?t+Math.max(1,h)*nt:t,legendOffset:o?.position==="left"?c:void 0,tooltip:a.enabled,tooltipFormatter:a.formatter,axisTooltipFormatter:a.axisFormatter,tooltipPortal:a.portal,tooltipPlacement:a.placement,tooltipAnchored:a.followPointer===!1?!0:void 0,description:e.description,decorative:e.decorative,animate:e.animate===!0?300:e.animate||void 0,responsive:!!e.responsive,shapes:u}}function Bt(e){let n=e.legendOffset;if(!n)return e;let t=[...tr(e.shapes.filter(c=>!c.part.startsWith("legend-")),n,0),...e.shapes.filter(c=>c.part.startsWith("legend-"))],r=c=>({...c,x:c.x+n}),i=e.hit?{...e.hit,plot:r(e.hit.plot),xs:e.hit.xs.map(c=>c+n),brush:e.hit.brush?{box:r(e.hit.brush.box),window:r(e.hit.brush.window)}:void 0}:void 0,o=e.edit,a=o?{...o,scale:c=>o.scale(c)+n,invert:c=>o.invert(c-n),bars:o.bars.map(c=>({...c,x0:c.x0+n,x1:c.x1+n}))}:void 0,l=e.map?{...e.map,plot:r(e.map.plot)}:void 0;return{...e,shapes:t,hit:i,edit:a,map:l,legendOffset:void 0}}function rt(e,n,t,r,i,o="auto"){let a=Array.isArray(t)?t:[t],l=Math.max(...a.map(p=>p.length))*ce+12,c=6+a.length*16,d=o==="top"?{x:e-l/2,y:n-c-8}:o==="bottom"?{x:e-l/2,y:n+8}:o==="left"?{x:e-l-8,y:n-c/2}:o==="right"?{x:e+8,y:n-c/2}:{x:e+12,y:n-c-6},u=Math.max(0,Math.min(r-l,d.x)),h=Math.max(0,Math.min(i-c,d.y));return[{kind:"rect",part:"tooltip",x:m(u),y:m(h),width:m(l),height:c,fill:"var(--skdx-color-surface-raised)",stroke:B.axis,rx:3},...a.map((p,v)=>({kind:"text",part:"tooltip-label",x:m(u+6),y:m(h+11+v*16),text:p,baseline:"middle",fill:"var(--skdx-color-text-default)",weight:a.length>1&&v===0?"bold":void 0}))]}function cr([e,n],t,r=!1,i){let o=typeof r=="boolean"?{scale:r?"log":"linear"}:r,a=Me(o.format??i),l=o.min??e,c=o.max??n;o.reversed&&(t=[t[1],t[0]]);let d={id:o.id,position:o.position,options:o};if(o.scale==="sqrt"){let b=O=>Math.sign(O)*Math.sqrt(Math.abs(O)),S=o.nice===!1?[l,c]:ge(l,c,o.ticks),w=o.min??S[0],f=o.max??S[S.length-1],M=Se([b(w),b(f)],t),A=O=>M(b(O)),k=ge(w,f,o.ticks).filter(O=>O>=w-1e-9&&O<=f+1e-9);return{...d,scale:A,domain:[w,f],format:a,ticks:(k.length>=2?k:[w,f]).map(O=>({pos:m(A(O)),label:a(O)})),zero:m(A(Math.min(Math.max(0,w),f)))}}if(o.scale==="log"){let b=Math.max(l,Number.EPSILON),S=Math.max(c,b),w=er(b,S),f=[Math.log10(b),Math.log10(S)],M=Se(f,t),A=k=>M(Math.log10(Math.max(k,Number.EPSILON)));return{...d,scale:A,domain:f,format:a,ticks:w.map(k=>({pos:m(A(k)),label:a(k)})),zero:m(t[0])}}let u=ge(l,c,o.ticks),h=[o.min??(o.nice===!1?l:u[0]),o.max??(o.nice===!1?c:u[u.length-1])],p=Se(h,t),v=u.filter(b=>b>=h[0]-1e-9&&b<=h[1]+1e-9),y=(v.length>=2?v:[h[0],h[1]]).map(b=>({pos:m(p(b)),label:a(b)}));return{...d,scale:p,domain:h,format:a,ticks:y,zero:m(p(Math.min(Math.max(0,h[0]),h[1])))}}var dr=e=>e?.grid!==!1;function it(e,n){if(e.length<2)return e;let t=e.reduce((i,o)=>Math.max(i,o.label.length),0)*ce+8,r=Math.max(1,Math.ceil(e.length*t/Math.max(1,n)));return r===1?e:e.filter((i,o)=>o%r===0)}var Dt=(e,n,t,r)=>`${e}, ${n}: ${r(t)}`;function ur(e,n,t,r){let i=e.error!==void 0?"error":e.loading?"loading":n?"empty":null;if(!i)return null;let{width:o,height:a}=Rt(e,t,r),l=i==="error"?e.error:i==="loading"?"Loading\u2026":e.emptyMessage??"No data available",c=[];return i==="loading"&&c.push({kind:"rect",part:"skeleton",x:0,y:0,width:o,height:a,fill:"var(--skdx-color-surface-sunken)",rx:4}),c.push({kind:"text",part:`state-${i}`,x:m(o/2),y:m(a/2),text:l,anchor:"middle",baseline:"middle",fill:i==="error"?"var(--skdx-color-text-danger)":B.label}),{...Vt(e,o,a),shapes:c,tooltip:!1}}function Pt(e,n={}){let{plot:t,xTicks:r,yTicks:i,baseline:o}=e,a=t.x+t.width,l=t.y+t.height,c=[],d=n.grid??!0,u=(y,b)=>b?{kind:"line",part:"grid",x1:y.pos,x2:y.pos,y1:t.y,y2:l,stroke:B.grid}:{kind:"line",part:"grid",x1:t.x,x2:a,y1:y.pos,y2:y.pos,stroke:B.grid},h=n.x?.tickRotation??0,p=(y,b,S,w)=>h?X(y,b,S,{part:w,anchor:h<0?"end":"start",baseline:"middle",rotate:h}):X(y,b,S,{part:w,anchor:"middle"}),v=(y,b,S,w,f)=>{for(let M of y)c.push(b==="x"?{kind:"line",part:"tick",x1:M.pos,x2:M.pos,y1:S,y2:m(S+w*f),stroke:B.axis}:{kind:"line",part:"tick",x1:S,x2:m(S+w*f),y1:M.pos,y2:M.pos,stroke:B.axis})};if(n.categoryGrid)for(let y of r)c.push(u(y,!n.horizontal));if(n.horizontal){let y=n.axes??[{ticks:i,position:"bottom",offset:0,label:n.yLabel,...n.y}];if(d)for(let b of i)c.push(u(b,!0));y[0]?.showLine!==!1&&c.push({kind:"line",part:"axis",x1:o,x2:o,y1:t.y,y2:l,stroke:B.axis});for(let b of y){let S=b.position==="top"||b.position==="right",w=m(S?t.y-b.offset:l+b.offset),f=S||b.offset>0;b.showLine&&f&&c.push({kind:"line",part:"axis",x1:t.x,x2:a,y1:w,y2:w,stroke:B.axis}),b.showTicks&&v(b.ticks,"x",w,S?-1:1,b.tickSize??4);let M=m(S?w-8:w+20);for(let A of b.ticks)c.push(S?X(A.pos,M,A.label,{part:"x-label-top",anchor:"middle"}):p(A.pos,M,A.label,"x-label"));b.label&&c.push(f?X(4,M,b.label,{part:"axis-title",anchor:"start",baseline:S?void 0:"middle"}):X(4,t.y-6,b.label,{part:"axis-title",anchor:"start"}))}n.x?.showLine&&c.push({kind:"line",part:"axis",x1:n.rtl?a:t.x,x2:n.rtl?a:t.x,y1:t.y,y2:l,stroke:B.axis}),n.x?.showTicks&&v(r,"y",n.rtl?a:t.x,n.rtl?1:-1,n.x.tickSize??4);for(let b of r)c.push(n.rtl?X(a+8,b.pos,b.label,{part:"y-label",anchor:"start",baseline:"middle"}):X(t.x-8,b.pos,b.label,{part:"y-label",anchor:"end",baseline:"middle"}))}else{if(d)for(let b of i)c.push(u(b,!1));n.y?.showLine!==!1&&c.push({kind:"line",part:"axis",x1:t.x,x2:a,y1:o,y2:o,stroke:B.axis});let y=n.axes??[{ticks:i,position:"left",offset:0,label:n.yLabel,...n.y},...n.rightTicks?[{ticks:n.rightTicks,position:"right",offset:0,label:n.rightLabel}]:[]];for(let b of y){let S=b.position==="left",w=S?t.x-b.offset:a+b.offset,f=S?"y-label":"y-label-right";b.showLine&&c.push({kind:"line",part:"axis",x1:m(w),x2:m(w),y1:t.y,y2:l,stroke:B.axis}),b.showTicks&&v(b.ticks,"y",m(w),S?-1:1,b.tickSize??4);for(let M of b.ticks)c.push(X(m(S?w-8:w+8),M.pos,M.label,{part:f,anchor:S?"end":"start",baseline:"middle"}));b.label&&c.push(X(m(S?b.offset===0?4:Math.max(4,w-40):b.offset===0?e.width-4:Math.min(e.width-4,w+40)),t.y-6,b.label,{part:"axis-title",anchor:S?"start":"end"}))}n.x?.showTicks&&v(r,"x",l,1,n.x.tickSize??4);for(let b of r)c.push(p(b.pos,l+(h?12:20),b.label,"x-label"))}return n.xLabel&&c.push(X(m(t.x+t.width/2),e.height-4,n.xLabel,{part:"axis-title",anchor:"middle"})),n.horizontal&&n.rightLabel&&c.push(X(e.width-4,t.y-6,n.rightLabel,{part:"axis-title",anchor:"end"})),c}var X=(e,n,t,r={})=>({kind:"text",part:"label",x:e,y:n,text:t,fill:B.label,...r}),Fe=(e,n,t,r,i,o)=>({kind:"circle",part:"point",cx:e,cy:n,r:t,fill:r,title:i,item:o});function Nt(e,n){let t=[],{plot:r}=n,i=r.x+r.width,o=r.y+r.height,a=c=>Math.max(r.x,Math.min(i,c)),l=c=>Math.max(r.y,Math.min(o,c));for(let c of e??[]){let d=c.color??tt(c.variant),u=c.color??Ot(c.variant),h={part:"reference-label",fill:u},p=n.horizontal===!0;if("y"in c){let v=m(n.y(c.y,c.axis??"left"));if(p){let y=a(v);t.push(...fr(y,r.y,o,d,c.label,h))}else{let y=l(v);t.push(...hr(r.x,i,y,d,c.label,h))}}else if("x"in c){let v=n.x(c.x);if(v===void 0)continue;p?t.push(...hr(r.x,i,l(m(v)),d,c.label,h)):t.push(...fr(a(m(v)),r.y,o,d,c.label,h))}else if("y1"in c){let v=m(n.y(c.y1,c.axis??"left")),y=m(n.y(c.y2,c.axis??"left"));p?t.push(...pr(a(Math.min(v,y)),a(Math.max(v,y)),r,d,c.label,u)):t.push(...mr(l(Math.min(v,y)),l(Math.max(v,y)),r,d,c.label,u))}else{let v=n.x(c.x1),y=n.x(c.x2);if(v===void 0||y===void 0)continue;let b=m(Math.min(v,y)),S=m(Math.max(v,y));p?t.push(...mr(l(b),l(S),r,d,c.label,u)):t.push(...pr(a(b),a(S),r,d,c.label,u))}}return t}function hr(e,n,t,r,i,o){let a={kind:"line",part:"reference",x1:e,x2:n,y1:t,y2:t,stroke:r,dash:"6 4",strokeWidth:1.5,title:i};return i?[a,X(n-4,t-5,i,{...o,anchor:"end"})]:[a]}function fr(e,n,t,r,i,o){let a={kind:"line",part:"reference",x1:e,x2:e,y1:n,y2:t,stroke:r,dash:"6 4",strokeWidth:1.5,title:i};return i?[a,X(e+4,n+10,i,{...o,anchor:"start"})]:[a]}function mr(e,n,t,r,i,o){let a={kind:"rect",part:"reference-area",x:t.x,y:e,width:t.width,height:m(Math.max(0,n-e)),fill:r,opacity:.12,title:i};return i?[a,X(t.x+t.width-4,e+12,i,{part:"reference-label",fill:o,anchor:"end"})]:[a]}function pr(e,n,t,r,i,o){let a={kind:"rect",part:"reference-area",x:e,y:t.y,width:m(Math.max(0,n-e)),height:t.height,fill:r,opacity:.12,title:i};return i?[a,X(e+4,t.y+12,i,{part:"reference-label",fill:o,anchor:"start"})]:[a]}function br(e,n){let t=[],{plot:r}=n,i=r.x+r.width,o=r.y+r.height;for(let a of e??[]){let l=a.color??tt(a.variant),c=a.color??Ot(a.variant),d=(y,b,S)=>{let w=n.x(y);if(w===void 0)return;let f=n.y(b,S??"left");return n.horizontal?{x:m(f),y:m(w)}:{x:m(w),y:m(f)}},u=a.id??a.label,h=y=>({label:y,id:u,name:a.label});if(a.type==="line"||a.type==="band"){let{type:y,id:b,...S}=a;t.push(...Nt([S],n));continue}if(a.type==="rect"){let y=d(a.x1,a.y1,a.axis),b=d(a.x2,a.y2,a.axis);if(!y||!b)continue;let S=Math.max(r.x,Math.min(y.x,b.x)),w=Math.max(r.y,Math.min(y.y,b.y)),f=a.label??"";t.push({kind:"rect",part:"annotation-rect",x:m(S),y:m(w),width:m(Math.max(0,Math.min(i,Math.max(y.x,b.x))-S)),height:m(Math.max(0,Math.min(o,Math.max(y.y,b.y))-w)),fill:l,opacity:.12,stroke:l,title:f||void 0,item:f?h(f):void 0}),a.label&&t.push(X(m(S+4),m(w+12),a.label,{part:"annotation-label",fill:c}));continue}let p=d(a.x,a.y,a.axis);if(!p)continue;if(a.type==="text"){t.push(X(p.x,p.y,a.text,{part:"annotation-text",fill:c,anchor:"middle",baseline:"middle",title:a.label}));continue}let v=a.label??`${String(a.x)}, ${a.y}`;if(t.push({kind:"circle",part:"annotation-point",cx:p.x,cy:p.y,r:5,fill:l,stroke:"var(--skdx-color-surface-default)",title:v,item:h(v)}),a.type==="callout"&&a.label){let[y,b]=a.offset??[16,-16],S=m(Math.max(r.x,Math.min(i,p.x+y))),w=m(Math.max(r.y,Math.min(o,p.y+b)));t.push({kind:"line",part:"annotation-leader",x1:p.x,y1:p.y,x2:S,y2:w,stroke:l},X(S,w,a.label,{part:"annotation-label",fill:c,anchor:y>=0?"start":"end",baseline:"middle"}))}}return t}var Ft=2e3;function oi(e){if(e!=="none")return e===void 0||e==="auto"?{strategy:"lttb",threshold:Ft}:typeof e=="string"?{strategy:e,threshold:Ft}:{strategy:e.strategy,threshold:e.threshold??Ft}}function ai(e,n){let t=e.length;if(n>=t||n<3)return e.map((l,c)=>c);let r=[0],i=[],o=(t-2)/(n-2),a=0;for(let l=0;l<n-2;l++){let c=Math.floor((l+1)*o)+1,d=Math.min(t-1,Math.floor((l+2)*o)+1),u=0,h=0,p=0;for(let M=c;M<d;M++){let A=e[M];C(A)&&(u+=M,h+=A,p++)}u=p?u/p:(c+d)/2,h=p?h/p:0;let v=Math.floor(l*o)+1,y=Math.min(t-1,Math.floor((l+1)*o)+1),b=e[a],S=C(b)?b:0,w=-1,f=-1;for(let M=v;M<y;M++){let A=e[M];if(!C(A)){i.push(M);continue}let k=Math.abs((a-u)*(A-S)-(a-M)*(h-S));k>f&&(f=k,w=M)}w<0&&(w=v),r.push(w),a=w}return r.push(t-1),i.length?[...new Set([...r,...i])].sort((l,c)=>l-c):r}function si(e,n){let t=e.length,r=Math.max(1,Math.floor(n/2));if(r*2>=t)return e.map((a,l)=>l);let i=[],o=t/r;for(let a=0;a<r;a++){let l=Math.floor(a*o),c=a===r-1?t:Math.floor((a+1)*o),d=-1,u=-1;for(let h=l;h<c;h++){let p=e[h];if(!C(p)){i.push(h);continue}(d<0||p<e[d])&&(d=h),(u<0||p>e[u])&&(u=h)}d>=0&&i.push(Math.min(d,u)),u>=0&&u!==d&&i.push(Math.max(d,u))}return[...new Set(i)].sort((a,l)=>a-l)}function li(e,n){let t=e.length,r=Math.max(1,Math.floor(n/4));if(r*4>=t)return e.map((a,l)=>l);let i=[],o=t/r;for(let a=0;a<r;a++){let l=Math.floor(a*o),c=a===r-1?t:Math.floor((a+1)*o),d=-1,u=-1,h=-1,p=-1;for(let v=l;v<c;v++){let y=e[v];if(!C(y)){i.push(v);continue}h<0&&(h=v),p=v,(d<0||y<e[d])&&(d=v),(u<0||y>e[u])&&(u=v)}for(let v of[h,d,u,p])v>=0&&i.push(v)}return[...new Set(i)].sort((a,l)=>a-l)}function gr(e,n,t){let r=oi(t);if(!r||n<=r.threshold||e.length===0)return;let i=r.strategy==="minmax"?si:r.strategy==="m4"?li:ai,o=new Set;for(let a of e)for(let l of i(a.slice(0,n),r.threshold))o.add(l);return[...o].sort((a,l)=>a-l)}function xr(e,n,t,r,i,o,a,l){if(r==="circle")return{...Fe(e,n,t,i,o,a),part:l};let c=r==="square"?`M${m(e-t)} ${m(n-t)}h${m(2*t)}v${m(2*t)}h${m(-2*t)}Z`:r==="diamond"?`M${m(e)} ${m(n-t*1.3)}L${m(e+t*1.3)} ${m(n)}L${m(e)} ${m(n+t*1.3)}L${m(e-t*1.3)} ${m(n)}Z`:`M${m(e)} ${m(n-t*1.2)}L${m(e+t*1.15)} ${m(n+t*.9)}L${m(e-t*1.15)} ${m(n+t*.9)}Z`;return{kind:"path",part:l,d:c,fill:i,title:o,item:a}}var ci=e=>{let n=0;return e.map(t=>C(t)?n+=t:null)},di=e=>e.map((n,t)=>{let r=e[t-1];return t>0&&C(n)&&C(r)?n-r:null}),ui=e=>e.map((n,t)=>{let r=e[t-1];return t>0&&C(n)&&C(r)&&r!==0?(n-r)/Math.abs(r):null});function hi(e,n){let t=Math.max(1,Math.floor(n));return e.map((r,i)=>{if(i<t-1)return null;let o=0;for(let a=i-t+1;a<=i;a++){let l=e[a];if(!C(l))return null;o+=l}return o/t})}function fi(e,n="max"){let t=0;for(let r of e)C(r)&&(t=n==="sum"?t+r:Math.max(t,r));return e.map(r=>C(r)?t===0?0:r/t:null)}function mi(e,n="desc"){let t=e.filter(C).sort((r,i)=>n==="asc"?r-i:i-r);return e.map(r=>C(r)?t.indexOf(r)+1:null)}var pi=(e,n=-1/0,t=1/0)=>e.map(r=>C(r)&&r>=n&&r<=t?r:null),bi=(e,n="asc")=>[...e].sort((t,r)=>C(t)?C(r)?n==="asc"?t-r:r-t:-1:C(r)?1:0);function gi(e,n,t="sum"){let r=Math.max(1,Math.floor(n)),i=[];for(let o=0;o<e.length;o+=r){let a=e.slice(o,o+r).filter(C);if(a.length===0){i.push(null);continue}let l=a.reduce((c,d)=>c+d,0);i.push(t==="sum"?l:t==="mean"?l/a.length:t==="min"?Math.min(...a):Math.max(...a))}return i}function xi(e,n={}){let t=e.filter(C),r=Je(t,n);return{edges:r,counts:et(t,r).map(i=>i.count)}}function Gt(e,n){let t=[...e];for(let r of n??[])switch(r.type){case"cumulative":t=ci(t);break;case"difference":t=di(t);break;case"percentageChange":t=ui(t);break;case"movingAverage":t=hi(t,r.window);break;case"normalize":t=fi(t,r.to);break;case"rank":t=mi(t,r.order);break;case"filter":t=pi(t,r.min,r.max);break;case"sort":t=bi(t,r.order);break;case"aggregate":t=gi(t,r.every,r.method);break;case"bin":t=xi(t,r).counts;break}return t}var yi=100,vi=2e3,yr=32,vr=28,at=e=>e.position==="right"||e.position==="top";function ki(e){let t=(e.yAxis===void 0?[]:Array.isArray(e.yAxis)?e.yAxis:[e.yAxis]).map((i,o)=>({...i,id:i.id??(o===0?"left":o===1?"right":String(o)),position:i.position??(o===1?"right":"left")}));t.length===0&&t.push({id:"left",position:"left"});let r=t.some(i=>i.id==="right"||at(i));return e.rightAxis?t.push({...e.rightAxis,id:"right",position:"right"}):!r&&e.series.some(i=>i.axis==="right")&&t.push({id:"right",position:"right"}),t}function wr(e,n){let t=e[0]?.id;return n===void 0||n==="left"?t:n==="right"?(e.find(r=>r.id==="right")??e.find(at))?.id:e.find(r=>r.id===n)?.id}var ot=e=>e.kind==="bar"||e.kind==="range"&&e.style==="bar";function Mr(e,n){let t=Me(e.format),{series:r,categories:i,issues:o,axes:a}=Mi(e,n,t),l=e.direction==="rtl",c=e.baseline??0,d=Math.max(i.length,...r.map(s=>Math.max(s.data.length,s.low.length))),u=r.every(s=>se(s.data).length===0&&se(s.high).length===0),h=ur(e,u);if(h)return{...h,issues:o};let p=e.xAxis?.type??"category",v=p!=="category"&&i.length>0&&i.every(s=>typeof s!="string"||p==="time"&&C(ae(s))),y=v?i.map(ae):[],[b,S]=le(y),w=e.xAxis?.format??(p==="time"?{style:S-b<2*864e5?"time":"date"}:void 0),f=Array.from({length:d},(s,x)=>{let I=i[x];return I===void 0?String(x+1):Qe(I,w)}),M=wi(e.zoom,d),A=Array.from({length:M.end-M.start},(s,x)=>M.start+x),k=e.orientation==="horizontal",_=r.map(s=>({...s,hidden:s.hidden||k&&!ot(s)})).filter(s=>!s.hidden),H=_.some(s=>!ot(s))?gr(_.filter(s=>!ot(s)).map(s=>A.map(x=>(s.kind==="range"?s.high[x]:s.data[x])??null)),A.length,e.sampling):void 0,D=H?H.map(s=>A[s]):A,Y=e.stacked==="percent"||e.stackOffset==="expand",Q=e.stackOffset??"zero",re=new Map,he=new Map,ft=new Map;for(let s of _)s.stack!==void 0&&s.kind!=="range"&&ft.set(s.stack,[...ft.get(s.stack)??[],s]);for(let s of ft.values()){let x=new Array(d).fill(c),I=new Array(d).fill(c),j=new Array(d).fill(0);if(Y)for(let P of s)P.data.forEach((z,F)=>{C(z)&&(j[F]=j[F]+Math.abs(z))});for(let P of s){let z=[],F=[];for(let N=0;N<d;N++){let G=P.data[N];if(!C(G)){z.push(null),F.push(null);continue}let R=j[N],T=Y?R>0?G/R:0:G,W=T>=0?x:I;z.push(W[N]),W[N]=W[N]+T,F.push(W[N])}re.set(P,z),he.set(P,F)}if(Q==="silhouette"||Q==="wiggle"){let P=new Array(d).fill(0);if(Q==="silhouette")for(let z=0;z<d;z++)P[z]=-(x[z]-c)/2;else{let z=0;for(let F=0;F<d;F++){let N=s.length,G=0;for(let T=0;T<N;T++){let W=s[T],Z=W.data[F],q=W.data[F-1],ee=F>0&&C(Z)&&C(q)?Z-q:0;G+=(N-T-.5)*ee}let R=x[F]-c;z=F===0?-R/2:z-(R>0?G/Math.max(1,N):0),P[F]=z}}for(let z of s){let F=re.get(z),N=he.get(z);for(let G=0;G<d;G++){let R=F[G],T=N[G];C(R)&&(F[G]=R+P[G]),C(T)&&(N[G]=T+P[G])}}}}let Mn=s=>s.kind==="range"?{from:s.low,to:s.high}:{from:re.get(s)??new Array(d).fill(c),to:he.get(s)??s.data},Sn=s=>{let x=[],I=!1;for(let z of _){if(z.axis!==s)continue;let{from:F,to:N}=Mn(z);for(let G of D){let R=N[G];if(C(R)&&x.push(R),z.kind==="range"||z.stack!==void 0){let T=F[G];C(T)&&x.push(T)}}if(z.errors)for(let G of D){let R=kr(z.data[G],z.errors[G]);R&&x.push(R[0],R[1])}(z.kind==="bar"||z.kind==="area")&&Q==="zero"&&(I=!0)}let[j,P]=le(x);return I?[Math.min(c,j),Math.max(c,P)]:[j,P]},{width:$n,height:Cn}=Rt(e),Br=e.brush?yr+vr:0,In=D.reduce((s,x)=>Math.max(s,f[x].length),0)*ce,Tn=Y?{style:"percent"}:void 0,Dr=s=>{if(s.scale==="log")return ne.left;let[x,I]=Sn(s.id),j=Me(s.format??Tn??e.format),P=ge(s.min??x,s.max??I).reduce((z,F)=>Math.max(z,j(F).length),0);return Math.max(ne.left,P*ce+14)+(s.showTicks?s.tickSize??4:0)},mt=s=>k?at(s)?"top":"bottom":at(s)!==l?"right":"left",An=s=>k?24+(s.showTicks?s.tickSize??4:0):Dr(s),Pr=new Set(_.map(s=>s.axis)),pt=a.filter(s=>Pr.has(s.id)||a.length>1),On=new Map,ye={left:0,right:0,top:0,bottom:0};for(let s of pt){let x=mt(s);On.set(s.id,ye[x]),ye[x]+=An(s)}let zn=pt.find(s=>mt(s)==="bottom"),Nr={top:ne.top+ar(e)+(a.some(s=>s.label)?12:0)+ye.top,right:k?l?Math.max(ne.left,In+16):ne.right:Math.max(ne.right,ye.right),bottom:ne.bottom+Br+(e.xAxis?.label?14:0)+(e.xAxis?.tickRotation?24:0)+ye.bottom-(zn?An(zn):0),left:k?l?ne.right:Math.max(ne.left,In+16):Math.max(ne.left,ye.left)},K=rr($n,Cn,Nr),Fr=k?l?[K.x+K.width,K.x]:[K.x,K.x+K.width]:[K.y+K.height,K.y],Ln=k?[K.y,K.y+K.height]:l?[K.x+K.width,K.x]:[K.x,K.x+K.width],bt=new Map(a.map(s=>[s.id,{...cr(Sn(s.id),Fr,{format:Tn,...s},e.format),position:mt(s),offset:On.get(s.id)??0}])),Rn=a[0]?.id,He=bt.get(Rn),gt=s=>bt.get(wr(a,s)??Rn)??He,ie=(s,x)=>gt(x).scale(s),Vn=s=>m(s.scale(Math.min(Math.max(c,Math.min(...s.domain)),Math.max(...s.domain)))),We=Yn(D.length,Ln,e.barGap),xt=D.map(s=>y[s]),yt=[...xt].sort((s,x)=>s-x),ve=1/0;for(let s=1;s<yt.length;s++)ve=Math.min(ve,yt[s]-yt[s-1]);let[ke,Te]=le(xt),oe=ve===1/0?Math.max(1,Math.abs(Te)*.05||1):ve/2,Ae=Se([ke-oe,Te+oe],Ln),Ze=s=>m(v?Ae(xt[s]):We.center(s)),Bn=v?Math.abs(Ae(ke+(ve===1/0?oe:ve))-Ae(ke))*.8:We.bandwidth,Dn=s=>v?Ze(s)-Bn/2:We.start(s),Gr=v?(p==="time"?Jn(ke-oe,Te+oe):ge(ke-oe,Te+oe)).filter(s=>s>=ke-oe&&s<=Te+oe).map(s=>({pos:m(Ae(s)),label:Qe(s,w)})):it(D.map((s,x)=>({pos:Ze(x),label:f[s]})),k?1/0:K.width/Math.max(.2,Math.abs(Math.cos((e.xAxis?.tickRotation??0)*Math.PI/180)))),vt={...Vt(e,$n,Cn,r.map(s=>({name:s.name,color:s.color}))),plot:K,xTicks:Gr,yTicks:k?it(He.ticks,K.width):He.ticks,baseline:Vn(He)},_r=a[0],Pn=Pt(vt,{horizontal:k,rtl:l,axes:pt.map(s=>{let x=bt.get(s.id);return{ticks:k?it(x.ticks,K.width):x.ticks,position:x.position,offset:x.offset??0,label:s.label,showLine:s.showLine,showTicks:s.showTicks,tickSize:s.tickSize}}),xLabel:e.xAxis?.label,grid:dr(_r),categoryGrid:e.xAxis?.grid===!0,x:e.xAxis}),jr=s=>{if(typeof s=="number"&&i.every(I=>typeof I=="string"))return s;let x=typeof s=="string"?s:ae(s);for(let I=0;I<d;I++){let j=i[I];if(j!==void 0&&(typeof x=="string"?j===x||f[I]===x:ae(j)===x))return I}},Nn={plot:K,horizontal:k,x:s=>{if(v&&(typeof s!="string"||C(ae(s))))return Ae(ae(s));let x=jr(s),I=x===void 0?-1:D.indexOf(x);return I<0?void 0:We.center(I)},y:(s,x)=>ie(s,x)};Pn.push(...Nt(e.references,Nn));let kt=[],wt=new Map;for(let s of _){if(!ot(s))continue;let x=s.stack??s,I=kt.indexOf(x);I<0&&(I=kt.push(x)-1),wt.set(s,I)}let Ee=Bn/Math.max(1,kt.length),fe=Math.min(Ee,e.barWidth??1/0),Fn=(Ee-fe)/2,Mt=[],Ue=[],St=[],$t=[],Ct=[],Gn=[],Ke=[],qe=s=>gt(s.axis).format,It=Math.max(0,e.minBarSize??0),Hr=(s,x,I)=>{let j=Math.abs(x-s);if(j>=It)return[Math.min(s,x),j];let z=s+(k?I?1:-1:I?-1:1)*It;return[Math.min(s,z),It]},Oe=(s,x,I,j)=>({label:j,series:s.name,seriesId:s.id??s.name,category:f[x],index:x,value:I}),_n=(s,x,I,j)=>{let P=kr(j,s.errors?.[x]);if(!P)return;let z=m(ie(P[0],s.axis)),F=m(ie(P[1],s.axis)),N=4,G="var(--skdx-color-text-default)",R=`${s.name}, ${f[x]}: ${qe(s)(P[0])} \u2013 ${qe(s)(P[1])}`;Gn.push(k?{kind:"line",part:"error-bar",x1:z,x2:F,y1:I,y2:I,stroke:G,title:R}:{kind:"line",part:"error-bar",x1:I,x2:I,y1:z,y2:F,stroke:G,title:R},k?{kind:"line",part:"error-cap",x1:z,x2:z,y1:m(I-N),y2:m(I+N),stroke:G}:{kind:"line",part:"error-cap",x1:m(I-N),x2:m(I+N),y1:z,y2:z,stroke:G},k?{kind:"line",part:"error-cap",x1:F,x2:F,y1:m(I-N),y2:m(I+N),stroke:G}:{kind:"line",part:"error-cap",x1:m(I-N),x2:m(I+N),y1:F,y2:F,stroke:G})};for(let s of _){let{from:x,to:I}=Mn(s),j=qe(s),P=D.length<=vi;if(s.kind==="bar"){let R="";D.forEach((T,W)=>{let Z=s.data[T],q=x[T],ee=I[T];if(!C(Z)||!C(q)||!C(ee))return;let we=ie(q,s.axis),be=ie(ee,s.axis),[ze,Le]=Hr(we,be,ee>=q),Re=Dn(W)+wt.get(s)*Ee+Fn,Hn=m(k?ze:Re),Wn=m(k?Re:ze),Tt=m(k?Le:fe),Zn=m(k?fe:Le);if(!P){R+=`M${Hn} ${Wn}h${Tt}v${Zn}h${-Tt}Z`;return}let En=Dt(s.name,f[T],Y?ee-q:Z,j);if(Ue.push({kind:"rect",part:"bar",x:Hn,y:Wn,width:Tt,height:Zn,fill:s.color,rx:e.radius,title:En,item:Oe(s,T,Z,En)}),_n(s,T,m(Re+fe/2),Z),e.labels){let Un=j(Y?ee-q:Z);Ct.push(k?X(m(Math.max(we,be)+4),m(Re+fe/2),Un,{baseline:"middle"}):X(m(Re+fe/2),m(Math.min(we,be)-4),Un,{anchor:"middle"}))}}),R&&Ue.push({kind:"path",part:"bars",d:R,fill:s.color,title:s.name});continue}if(s.kind==="range"&&s.style==="bar"){D.forEach((R,T)=>{let W=x[R],Z=I[R];if(!C(W)||!C(Z))return;let q=ie(Math.min(W,Z),s.axis),ee=ie(Math.max(W,Z),s.axis),we=Dn(T)+wt.get(s)*Ee+Fn,be=`${s.name}, ${f[R]}: ${j(Math.min(W,Z))} \u2013 ${j(Math.max(W,Z))}`,ze=Oe(s,R,Z,be),Le=Math.max(1,Math.abs(ee-q));Ue.push(k?{kind:"rect",part:"range",x:m(Math.min(q,ee)),y:m(we),width:m(Le),height:m(fe),fill:s.color,rx:e.radius,title:P?be:void 0,item:ze}:{kind:"rect",part:"range",x:m(we),y:m(Math.min(q,ee)),width:m(fe),height:m(Le),fill:s.color,rx:e.radius,title:P?be:void 0,item:ze})});continue}let z=e.nulls==="connect"||e.nulls===void 0&&e.connectNulls,F=[],N=[];D.forEach((R,T)=>{let W=x[R],Z=I[R];if(!C(Z)||!C(W)){!z&&N.length&&(F.push(N),N=[]);return}N.push({x:Ze(T),y:m(ie(Z,s.axis)),y0:m(ie(W,s.axis)),i:R})}),N.length&&F.push(N);let G=s.markers??D.length<=yi;for(let R of F){let T=xe(R,s.curve);if(s.kind==="range"&&s.style==="line"){St.push({kind:"path",part:"range-high",d:T,stroke:s.color,strokeWidth:2,strokeLinejoin:"round"},{kind:"path",part:"range-low",d:xe(R.map(W=>({x:W.x,y:W.y0})),s.curve),stroke:s.color,strokeWidth:2,strokeLinejoin:"round",dash:"4 3"});continue}if(s.kind==="range"){let W=xe([...R].reverse().map(Z=>({x:Z.x,y:Z.y0})),s.curve);Mt.push({kind:"path",part:"range",d:`${T}L${W.slice(1)}Z`,fill:s.color,fillOpacity:.2,title:s.name});continue}if(s.kind==="area"){let W=Vn(gt(s.axis)),Z=s.stack!==void 0?xe([...R].reverse().map(ee=>({x:ee.x,y:ee.y0})),s.curve).slice(1):`${R[R.length-1]?.x} ${W}L${R[0]?.x} ${W}`,q=`skdx-g-${s.index}`;s.gradient&&!Ke.some(ee=>ee.id===q)&&Ke.push({id:q,vertical:!0,stops:[{offset:0,color:s.color,opacity:s.fillOpacity},{offset:1,color:s.color,opacity:0}]}),Mt.push({kind:"path",part:"area",d:`${T}L${Z}Z`,fill:s.gradient?`url(#${q})`:s.color,fillOpacity:s.gradient?void 0:s.fillOpacity})}St.push({kind:"path",part:"line",d:T,stroke:s.color,strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round",dash:s.dash})}if(s.kind==="range"&&P)for(let R of F)for(let T of R){let W=s.low[T.i],Z=s.high[T.i],q=`${s.name}, ${f[T.i]}: ${j(Math.min(W,Z))} \u2013 ${j(Math.max(W,Z))}`;$t.push({...Fe(T.x,T.y,.01,s.color,q,Oe(s,T.i,Z,q)),part:"anchor"})}if(s.kind!=="range")for(let R of F)for(let T of R){if(!G&&!P&&!e.labels&&!s.errors)continue;let W=s.data[T.i],Z=Y?I[T.i]-x[T.i]:W,q=Dt(s.name,f[T.i],Z,j);(G||P)&&$t.push(G&&s.symbol!=="circle"?xr(T.x,T.y,s.markerSize,s.symbol,s.color,P?q:void 0,Oe(s,T.i,W,q),"point"):{...Fe(T.x,T.y,G?s.markerSize:.01,s.color,P?q:void 0,Oe(s,T.i,W,q)),part:G?"point":"anchor"}),P&&_n(s,T.i,k?T.y:T.x,I[T.i]),e.labels&&Ct.push(X(T.x,T.y-8,j(Z),{anchor:"middle"}))}}let jn={plot:K,xs:k?[]:D.map((s,x)=>Ze(x)),rows:D.map(s=>[f[s],..._.map(x=>{let I=qe(x);if(x.kind==="range"){let P=x.low[s],z=x.high[s];return`${x.name}: ${C(P)&&C(z)?`${I(P)} \u2013 ${I(z)}`:"\u2014"}`}let j=x.data[s];return`${x.name}: ${C(j)?I(Y?(he.get(x)?.[s]??0)-(re.get(x)?.[s]??0):j):"\u2014"}`})]),count:d,zoom:M,crosshair:ir(e)},Xe=[];if(e.brush&&!k){let s={x:K.x,y:K.y+K.height+vr,width:K.width,height:yr},x=_.find(j=>j.kind!=="range"),I={x:m(s.x+M.start/Math.max(1,d)*s.width),y:s.y,width:m((M.end-M.start)/Math.max(1,d)*s.width),height:s.height};if(Xe.push({kind:"rect",part:"brush",x:s.x,y:s.y,width:s.width,height:s.height,fill:"var(--skdx-color-surface-sunken)",stroke:B.grid}),x){let j=se(x.data),[P,z]=le(j),F=d>1?s.width/(d-1):0,N=x.data.flatMap((R,T)=>C(R)?[{x:m(s.x+T*F),y:m(s.y+s.height-(z===P?.5:(R-P)/(z-P))*(s.height-4)-2)}]:[]),G=xe(N);N.length>1&&Xe.push({kind:"path",part:"brush-series",d:`${G}L${N[N.length-1]?.x} ${s.y+s.height}L${N[0]?.x} ${s.y+s.height}Z`,fill:x.color,fillOpacity:.3})}Xe.push({kind:"rect",part:"brush-window",...I,fill:"var(--skdx-color-primary-500)",opacity:.15,stroke:B.axis},{kind:"rect",part:"brush-handle",x:m(I.x-3),y:s.y+8,width:6,height:s.height-16,fill:B.axis,rx:2},{kind:"rect",part:"brush-handle",x:m(I.x+I.width-3),y:s.y+8,width:6,height:s.height-16,fill:B.axis,rx:2}),jn.brush={box:s,window:I}}return{...vt,shapes:[...Pn,...Mt,...Ue,...St,...Gn,...$t,...Ct,...br(e.annotations,Nn),...Xe,...vt.shapes],hit:jn,issues:o,defs:Ke.length?Ke:void 0}}function kr(e,n){if(!(!C(e)||n===null||n===void 0))return typeof n=="number"?C(n)?[e-Math.abs(n),e+Math.abs(n)]:void 0:C(n[0])&&C(n[1])?[Math.min(n[0],n[1]),Math.max(n[0],n[1])]:void 0}function wi(e,n){if(!e||n<2)return{start:0,end:n};let t=Math.max(0,Math.min(n-1,Math.floor(e.start))),r=Math.max(t+1,Math.min(n,Math.ceil(e.end)));return r-t<2&&n>=2?{start:Math.min(t,n-2),end:Math.min(t,n-2)+2}:{start:t,end:r}}function Mi(e,n,t){let r=f=>f.type??n,i=[],o=ki(e),a=e.categories??[],l=(e.transforms??[]).filter(f=>f.type==="sort"||f.type==="bin"||f.type==="aggregate"),c=(e.transforms??[]).filter(f=>!l.includes(f)),d=e.stacked||e.stackOffset!==void 0&&e.stackOffset!=="zero",u=(f,M,A)=>{let k=A.filter(O=>O!==null&&!(typeof O=="number"&&Number.isFinite(O))).length;k&&i.push({code:"invalid-value",severity:"warning",message:`Series "${f}" has ${k} value${k===1?"":"s"} that ${k===1?"is":"are"} neither a number nor null; drawn as gaps.`,itemId:M??f}),a.length&&A.length!==a.length&&!e.transform&&i.push({code:"length-mismatch",severity:"warning",message:`Series "${f}" has ${A.length} values for ${a.length} categories.`,itemId:M??f})},h=e.series.map((f,M)=>{let A=r(f),k=d?!0:void 0,O=f.type==="range"?void 0:f.stack,_=O===!1?void 0:O===!0||O===void 0&&k?`${A}`:O;f.type==="range"?(u(f.name,f.id,f.low),u(f.name,f.id,f.high)):u(f.name,f.id,f.data);let H=Y=>e.nulls==="zero"?Y.map(Q=>C(Q)?Q:0):Y,D=wr(o,f.axis);return D===void 0&&i.push({code:"unknown-axis",severity:"warning",message:`Series "${f.name}" names axis "${String(f.axis)}", which is not defined; drawn on the first axis.`,itemId:f.id??f.name}),{name:f.name,id:f.id,color:sr(e,M,f.color),axis:D??o[0]?.id,hidden:lr(e,f.name),index:M,kind:A,data:f.type==="range"?[]:H(Gt(Gt(f.data,c),f.transforms)),low:f.type==="range"?f.low:[],high:f.type==="range"?f.high:[],curve:f.curve??e.curve??"linear",dash:f.type==="range"?void 0:f.dash,markers:f.type==="range"?void 0:f.markers,symbol:f.type==="range"?"circle":f.symbol??"circle",markerSize:f.type==="range"?3:f.markerSize??3,errors:f.type==="range"?void 0:f.errors,stack:A==="range"||A==="line"?void 0:_,style:f.type==="range"?f.style??"area":"area",fillOpacity:(f.type==="range"?void 0:f.fillOpacity)??e.fillOpacity??.25,gradient:f.type!=="range"&&f.gradient===!0}}),p=()=>Math.max(a.length,...h.map(f=>Math.max(f.data.length,f.low.length))),v=f=>{let M=k=>k.length?f.map(O=>k[O]??null):k,A=Array.from({length:p()},(k,O)=>a[O]??String(O+1));a=f.map(k=>A[k]),h=h.map(k=>({...k,data:M(k.data),low:M(k.low),high:M(k.high)}))},y=(f,M)=>{let A=(M!==void 0?h.find(O=>O.name===M):void 0)??h.find(O=>!O.hidden&&O.kind!=="range")??h[0];M!==void 0&&!h.some(O=>O.name===M)&&i.push({code:"unknown-series",severity:"warning",message:`sort.by names "${M}", which is not a series; sorted by the first series.`});let k=Array.from({length:p()},(O,_)=>_).sort((O,_)=>{let H=A?.data[O]??A?.high[O],D=A?.data[_]??A?.high[_],Y=C(H)?H:-1/0,Q=C(D)?D:-1/0;return f==="asc"?Y-Q:Q-Y});v(k)},b=f=>{let M=h.flatMap(k=>se(k.data)),A=Je(M,f);a=A.slice(1).map((k,O)=>`${t(A[O])}\u2013${t(k)}`),h=h.map(k=>{let O=se(k.data),_=0,H=et(O,A).map(D=>e.binMode==="density"?O.length?D.count/(O.length*(D.x1-D.x0)):0:e.binMode==="cumulative"?_+=D.count:D.count);return{...k,data:H}})},S=(f,M)=>{let A=Math.max(1,Math.floor(f)),k=p(),O=H=>{if(!H.length)return H;let D=[];for(let Y=0;Y<k;Y+=A){let Q=se(H.slice(Y,Y+A));D.push(Q.length===0?null:M==="sum"?Q.reduce((re,he)=>re+he,0):M==="mean"?Q.reduce((re,he)=>re+he,0)/Q.length:M==="min"?Math.min(...Q):Math.max(...Q))}return D};a=Array.from({length:k},(H,D)=>a[D]??String(D+1)).filter((H,D)=>D%A===0),h=h.map(H=>({...H,data:O(H.data),low:O(H.low),high:O(H.high)}))};e.transform==="histogram"?b({bins:e.bins,binWidth:e.binWidth,domain:e.binDomain}):e.transform==="cumulative"&&(h=h.map(f=>{let M=0;return{...f,data:f.data.map(A=>C(A)?M+=A:M)}}));for(let f of l)f.type==="sort"?y(f.order??"desc"):f.type==="bin"?b(f):f.type==="aggregate"&&S(f.every,f.method??"sum");typeof e.sort=="string"?y(e.sort):e.sort&&y(e.sort.order,e.sort.by);let w=e.xAxis?.domain;if(w){let f=p(),M=Array.from({length:f},(_,H)=>a[H]??String(H+1)),A=_=>{let H=typeof _=="string"?_:ae(_);return M.findIndex(D=>typeof H=="string"?D===H||Qe(D)===H:ae(D)===H)},k=w.map(A),O=_=>_.length?k.map(H=>H<0?null:_[H]??null):_;a=[...w],h=h.map(_=>({..._,data:O(_.data),low:O(_.low),high:O(_.high)}))}return{series:h,categories:a,issues:i,axes:o}}function st(e){return e==null?[]:(Array.isArray(e)?e:[e]).map(t=>typeof t=="object"?t:{id:t})}var _t=e=>e.id??e.name??e.series,Sr=e=>e.seriesId??e.series;function de(e,n){let t=!1;return n.id!==void 0&&(t=!0,_t(e)!==n.id&&e.id!==n.id&&e.name!==n.id)||n.series!==void 0&&(t=!0,Sr(e)!==n.series&&e.series!==n.series)||n.index!==void 0&&(t=!0,e.index!==n.index)||n.category!==void 0&&(t=!0,e.category!==n.category)?!1:t}function me(e){let n={},t=_t(e);t!==void 0&&(n.id=t);let r=Sr(e);return r!==void 0&&e.series!==void 0&&(n.series=r),e.index!==void 0&&(n.index=e.index),n}var jt=(e,n)=>e.id===n.id&&e.series===n.series&&e.index===n.index&&e.category===n.category;function Ht(e,n,t){let r=st(e),i=me(n),o=r.some(a=>de(n,a));return t==="single"?o?[]:[i]:o?r.filter(a=>!de(n,a)):[...r,i]}var Si=.2;function $i(e){let n=B.focus;switch(e.kind){case"rect":return{kind:"rect",part:"selected",x:e.x-1.5,y:e.y-1.5,width:e.width+3,height:e.height+3,fill:"none",stroke:n,rx:e.rx};case"circle":return{kind:"circle",part:"selected",cx:e.cx,cy:e.cy,r:e.r+2.5,fill:"none",stroke:n};case"path":return{kind:"path",part:"selected",d:e.d,fill:"none",stroke:n,strokeWidth:2.5};case"line":return{...e,part:"selected",stroke:n,strokeWidth:(e.strokeWidth??1)+3,title:void 0,item:void 0};case"text":return}}var Ci=(e,n)=>e.kind==="text"?{...e,fill:B.grid}:{...e,opacity:(e.opacity??1)*n};function Wt(e,n){let t=st(n.selected),r=n.highlighted===void 0||n.highlighted===null?[]:st(n.highlighted),i=r[0];if(t.length===0&&!i)return e;let o={highlighted:n.highlightScope?.highlighted??"item",faded:n.highlightScope?.faded??"global"},a=[],l=u=>!i||r.some(h=>de(u,h))?!0:o.highlighted==="series"?r.some(h=>h.series!==void 0&&de(u,{series:h.series})):!1,c=u=>{if(!i||o.faded==="none"||l(u))return!1;if(o.faded==="series"){let h=i.series;return h!==void 0&&de(u,{series:h})}return!0},d=e.shapes.map(u=>{let h=u.item;if(!h||h.legend)return u;if(t.some(p=>de(h,p))){let p=$i(u);p&&a.push(p)}return c(h)?Ci(u,Si):u});return a.length?{...e,shapes:[...d,...a]}:{...e,shapes:d}}function Ie(e,n,t,r,i){let o=e.getBoundingClientRect();return{x:o.width?(n-o.left)*r/o.width:n,y:o.height?(t-o.top)*i/o.height:t}}var Zt=(e,n,t)=>n>=e.x&&n<=e.x+e.width&&t>=e.y&&t<=e.y+e.height;function $r(e,n){let t=0,r=1/0;return e.xs.forEach((i,o)=>{let a=Math.abs(i-n);a<r&&(r=a,t=o)}),t}function Ge(e,n){let t=e.hit;if(!t||t.xs.length===0)return;let r=$r(t,n),i=t.rows[r]??[];return{index:r,rows:e.axisTooltipFormatter?.(i,r)??i}}function Et(e,n){let t=e.hit;if(!t||t.xs.length===0)return;let r=t.xs[$r(t,n)];return{kind:"line",part:"crosshair",x1:r,x2:r,y1:t.plot.y,y2:t.plot.y+t.plot.height,stroke:B.axis,dash:"3 3"}}function Ut(e,n,t){let r=e.hit;if(!r||!r.crosshair||r.xs.length===0||!Zt(r.plot,n,t))return[];let i=Et(e,n),{rows:o}=Ge(e,n),a=e.tooltipAnchored?r.plot.y+8:t;return[i,...rt(i.x1,a,o,e.width,e.height,e.tooltipPlacement)]}function Kt(e,n){let t=e.hit;if(!t||t.xs.length===0)return[];let r=t.rows.findIndex(o=>o[0]===n);if(r<0)return[];let i=t.xs[r];return Ut(e,i,t.plot.y+8)}function qt(e,n,t,r,i){if(!e.tooltip)return{lines:[],shapes:[]};if(e.hit?.crosshair){let{x:c,y:d}=Ie(t,r,i,e.width,e.height);if(Zt(e.hit.plot,c,d)){let u=Ge(e,c),h=Et(e,c);if(u&&h)return{lines:u.rows,shapes:[h]}}}let o=n?.closest?.("[data-skdx-part]"),a=e.tooltipFormatter?pe(e,n)?.item:void 0,l=a&&e.tooltipFormatter?.(a)||o&&Array.from(o.children).find(c=>c.tagName.toLowerCase()==="title")?.textContent;return l?{lines:Array.isArray(l)?l:[l],shapes:[]}:{lines:[],shapes:[]}}function Cr(e,n,t,r,i,o,a){let l=e?.closest?.("[data-skdx-part]"),c=a&&a.tooltipFormatter?pe(a,e)?.item:void 0,d=c&&a?.tooltipFormatter?.(c)||l&&Array.from(l.children).find(y=>y.tagName.toLowerCase()==="title")?.textContent;if(!d)return[];let u=a?.tooltipAnchored?pe(a,e):void 0,h=u?a?.shapes[u.index]:void 0,{x:p,y:v}=h?_e(h):Ie(n,t,r,i,o);return rt(p,v,d,i,o,a?.tooltipPlacement)}function Xt(e,n,t,r,i){if(!e.tooltip)return[];if(e.hit?.crosshair){let{x:o,y:a}=Ie(t,r,i,e.width,e.height),l=Ut(e,o,a);if(l.length>0)return l}return Cr(n,t,r,i,e.width,e.height,e)}function Yt(e,n){let t=pe(e,n);return t&&!t.item.legend?me(t.item):null}var Ii=(e,n)=>{let{x:t,y:r}=_e(e),i=e.kind==="circle"?e.cy:e.kind==="rect"?e.y+e.height/2:r;return t>=n.x&&t<=n.x+n.width&&i>=n.y&&i<=n.y+n.height};function Qt(e,n){let t=new Set,r=[];for(let i of e.shapes){if(!i.item||i.item.legend||i.part==="anchor"||!Ii(i,n))continue;let o=me(i.item),a=JSON.stringify(o);t.has(a)||(t.add(a),r.push(o))}return r}var Jt=e=>({kind:"rect",part:"selection-box",x:m(e.x),y:m(e.y),width:m(e.width),height:m(e.height),fill:B.focus,opacity:.12,stroke:B.focus}),ct=(e,n,t,r)=>({x:Math.min(e,t),y:Math.min(n,r),width:Math.abs(t-e),height:Math.abs(r-n)});function Ir(e,n,t){let r=!1;for(let i=0,o=e.length-1;i<e.length;o=i++){let a=e[i],l=e[o];a.y>t!=l.y>t&&n<(l.x-a.x)*(t-a.y)/(l.y-a.y)+a.x&&(r=!r)}return r}function en(e,n){if(n.length<3)return[];let t=new Set,r=[];for(let i of e.shapes){if(!i.item||i.item.legend||i.part==="anchor")continue;let{x:o,y:a}=_e(i),l=i.kind==="circle"?i.cy:i.kind==="rect"?i.y+i.height/2:a;if(!Ir(n,o,l))continue;let c=me(i.item),d=JSON.stringify(c);t.has(d)||(t.add(d),r.push(c))}return r}var tn=e=>({kind:"path",part:"selection-lasso",d:e.length?`M${e.map(n=>`${m(n.x)} ${m(n.y)}`).join("L")}`:"",fill:B.focus,fillOpacity:.12,stroke:B.focus,dash:"4 3"}),lt=6;function nn(e,n,t){let r=e.edit;if(r){for(let i of r.bars)if(!(t<i.y||t>i.y+i.height||n<i.x0-lt||n>i.x1+lt))return Math.abs(n-i.x0)<=lt?{bar:i,mode:"start"}:Math.abs(n-i.x1)<=lt?{bar:i,mode:"end"}:{bar:i,mode:"move"}}}function rn(e,n,t){let r=e.edit;return Tr(r,n,r.invert(n.bar.x0+t)-r.invert(n.bar.x0))}function on(e,n,t){let r=e.edit,i=t.key==="ArrowRight"?1:t.key==="ArrowLeft"?-1:0;if(!r||n===null||!i||!(t.shiftKey||t.altKey))return;let o=r.bars.find(c=>c.index===n);if(!o)return;let a=t.altKey?t.shiftKey?"start":"end":"move",l=r.snap??r.invert(o.x0+10)-r.invert(o.x0);return Tr(r,{bar:o,mode:a},i*l)}function Tr(e,{bar:n,mode:t},r){let i=l=>e.snap?Math.round(l/e.snap)*e.snap:l,o=n.start,a=n.end;return t==="move"?(o=i(n.start+r),a=o+(n.end-n.start)):t==="start"?o=Math.min(i(n.start+r),n.end):a=Math.max(i(n.end+r),n.start),{id:n.id,name:n.name,start:o,end:a}}function an(e,n,t){let r=e.edit,i=r.scale(t.start),o=r.scale(t.end);return{kind:"rect",part:"edit-ghost",x:m(Math.min(i,o)),y:m(n.bar.y),width:m(Math.max(1,Math.abs(o-i))),height:m(n.bar.height),fill:B.focus,opacity:.25,stroke:B.focus,rx:2}}var Ti=64,Ai=e=>Math.max(1,Math.min(Ti,e));function sn(e,n,t,r){let i=n>0?.8:1.25,o=Ai(e.view.zoom*i);if(o===e.view.zoom)return e.view;let{plot:a,scale:l}=e,[c,d]=e.view.center,u=(t-(a.x+a.width/2))/l,h=(r-(a.y+a.height/2))/l,p=e.view.zoom/o;return{center:[c+u*(1-p),e.fromY(e.toY(d)-h*(1-p))],zoom:o}}function ln(e,n,t,r){let{scale:i}=e;return{center:[n.center[0]-t/i,e.fromY(e.toY(n.center[1])+r/i)],zoom:n.zoom}}function pe(e,n){let t=n?.closest?.("[data-skdx-i]"),r=Number(t?.getAttribute("data-skdx-i")),i=Number.isInteger(r)?e.shapes[r]?.item:void 0;return i?{index:r,item:i}:void 0}var dt=e=>e.shapes.flatMap((n,t)=>n.item&&!n.item.legend?[t]:[]);function _e(e){switch(e.kind){case"rect":return{x:e.x+e.width/2,y:e.y};case"circle":return{x:e.cx,y:e.cy-e.r};case"line":return{x:(e.x1+e.x2)/2,y:Math.min(e.y1,e.y2)};case"text":return{x:e.x,y:e.y};case"path":{let n=/M\s*(-?[\d.]+)[ ,](-?[\d.]+)/.exec(e.d);return n?{x:Number(n[1]),y:Number(n[2])}:{x:0,y:0}}}}function cn(e,n){let t=n===null?void 0:e.shapes[n];if(!t)return[];let r=B.focus,i;switch(t.kind){case"rect":i={kind:"rect",part:"focus",x:t.x-2,y:t.y-2,width:t.width+4,height:t.height+4,fill:"none",stroke:r,rx:2};break;case"circle":i={kind:"circle",part:"focus",cx:t.cx,cy:t.cy,r:t.r+3,fill:"none",stroke:r};break;case"line":i={kind:"line",part:"focus",x1:t.x1,y1:t.y1,x2:t.x2,y2:t.y2,stroke:r,strokeWidth:4};break;case"text":i={kind:"rect",part:"focus",x:t.x-2,y:t.y-8,width:t.text.length*ce+4,height:16,fill:"none",stroke:r,rx:2};break;case"path":i={kind:"path",part:"focus",d:t.d,stroke:r,strokeWidth:2,fill:"none"};break}let{x:o,y:a}=_e(t),l=t.item&&e.tooltipFormatter?.(t.item)||(t.item?.label??t.title??"");return[i,...l?rt(m(o),m(a),l,e.width,e.height):[]]}function dn(e,n,t){let r=dt(e);if(r.length===0)return;let i=n===null?-1:r.indexOf(n);switch(t){case"ArrowRight":case"ArrowDown":return r[Math.min(r.length-1,i+1)];case"ArrowLeft":case"ArrowUp":return r[Math.max(0,i<=0?0:i-1)];case"Home":return r[0];case"End":return r[r.length-1];case"Escape":return null;default:return}}var $e=2,Ce=(e,n,t)=>{let r=Math.max($e,Math.min(t,Math.round(n))),i=Math.max(0,Math.min(t-r,Math.round(e)));return{start:i,end:i+r}},Ar=(e,n)=>!e||e.start<=0&&e.end>=n;function un(e,n,t){if(e.count<=$e||!e.plot.width)return;let{start:r,end:i}=e.zoom,o=i-r,a=n>0?1.25:.8,l=Math.max($e,Math.min(e.count,Math.round(o*a)));if(l===o)return n>0&&!Ar(e.zoom,e.count)?Ce(r,l,e.count):void 0;let c=Math.max(0,Math.min(1,(t-e.plot.x)/e.plot.width)),d=r+c*o;return Ce(d-c*l,l,e.count)}function hn(e,n,t,r){let i=n.end-n.start,o=Math.max($e,Math.min(e.count,Math.round(i/Math.max(.05,t)))),a=Math.max(0,Math.min(1,(r-e.plot.x)/Math.max(1,e.plot.width)));return Ce(n.start+a*i-a*o,o,e.count)}function fn(e,n,t){let r=n.end-n.start,i=e.plot.width/Math.max(1,r);return Ce(n.start-t/i,r,e.count)}function mn(e,n,t){let r=e.brush;if(!r||!Zt(r.box,n,t))return;let i=r.window;if(Math.abs(n-i.x)<=6)return{grab:"left",zoom:e.zoom};if(Math.abs(n-(i.x+i.width))<=6)return{grab:"right",zoom:e.zoom};if(n>i.x&&n<i.x+i.width)return{grab:"move",zoom:e.zoom};let o=e.zoom.end-e.zoom.start,a=(n-r.box.x)/Math.max(1,r.box.width)*e.count;return{grab:"move",zoom:Ce(a-o/2,o,e.count)}}function pn(e,n,t,r){let i=e.brush;if(!i)return t;let o=r/Math.max(1,i.box.width)*e.count;if(n==="move")return Ce(t.start+o,t.end-t.start,e.count);if(n==="left")return{start:Math.max(0,Math.min(t.end-$e,Math.round(t.start+o))),end:t.end};let a=Math.min(e.count,Math.max(t.start+$e,Math.round(t.end+o)));return{start:t.start,end:a}}function gn(e,n){switch(n.type){case"svg":return Promise.resolve(bn(e,n.label,n.resolve));case"csv":return Promise.resolve(Rr(n.rows));case"png":{if(typeof document>"u"||typeof Image>"u")return Promise.reject(new Error("PNG export needs a browser"));let t=bn(e,n.label,n.resolve);return Lr(t,e.width,e.height,n.scale,n.background)}}}var ue=e=>e.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/"/g,"&quot;"),je=e=>e.filter(([,n])=>n!==void 0&&n!=="").map(([n,t])=>` ${n}="${ue(String(t))}"`).join("");function Or(e){let n=e.title?`<title>${ue(e.title)}</title>`:"",t=["data-skdx-part",e.part];switch(e.kind){case"path":return`<path${je([t,["d",e.d],["fill",e.fill??"none"],["stroke",e.stroke],["stroke-width",e.strokeWidth],["stroke-linecap",e.strokeLinecap],["stroke-linejoin",e.strokeLinejoin],["stroke-dasharray",e.dash],["opacity",e.opacity],["fill-opacity",e.fillOpacity]])}>${n}</path>`;case"rect":return`<rect${je([t,["x",e.x],["y",e.y],["width",e.width],["height",e.height],["rx",e.rx],["fill",e.fill],["stroke",e.stroke],["fill-opacity",e.opacity]])}>${n}</rect>`;case"line":return`<line${je([t,["x1",e.x1],["y1",e.y1],["x2",e.x2],["y2",e.y2],["stroke",e.stroke],["stroke-width",e.strokeWidth],["stroke-dasharray",e.dash],["opacity",e.opacity]])}>${n}</line>`;case"circle":return`<circle${je([t,["cx",e.cx],["cy",e.cy],["r",e.r],["fill",e.fill],["stroke",e.stroke]])}>${n}</circle>`;case"text":return`<text${je([t,["x",e.x],["y",e.y],["text-anchor",e.anchor],["dominant-baseline",e.baseline],["fill",e.fill],["font-weight",e.weight],["transform",e.rotate?`rotate(${e.rotate} ${e.x} ${e.y})`:void 0]])}>${ue(e.text)}</text>`}}function zr(e){let n=e.defs??[];return n.length===0?"":`<defs>${n.map(t=>`<linearGradient id="${ue(t.id)}" x1="0" y1="0" x2="${t.vertical===!1?1:0}" y2="${t.vertical===!1?0:1}">${t.stops.map(r=>`<stop offset="${r.offset}" stop-color="${ue(r.color)}"${r.opacity===void 0?"":` stop-opacity="${r.opacity}"`}/>`).join("")}</linearGradient>`).join("")}</defs>`}function bn(e,n,t){let r=zr(e)+e.shapes.map(Or).join("");return t&&(r=r.replace(/var\((--[\w-]+)\)/g,(i,o)=>t(o).trim()||i)),`<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 ${e.width} ${e.height}" width="${e.width}" height="${e.height}" role="img" aria-label="${ue(n)}" font-family="${ue(B.fontFamily)}" font-size="${ue(B.fontSize)}"><title>${ue(n)}</title>${r}</svg>`}function Lr(e,n,t,r=2,i){return new Promise((o,a)=>{let l=URL.createObjectURL(new Blob([e],{type:"image/svg+xml;charset=utf-8"})),c=new Image;c.onload=()=>{URL.revokeObjectURL(l);let d=document.createElement("canvas");d.width=Math.round(n*r),d.height=Math.round(t*r);let u=d.getContext("2d");if(!u)return a(new Error("canvas 2d context unavailable"));i&&(u.fillStyle=i,u.fillRect(0,0,d.width,d.height)),u.drawImage(c,0,0,d.width,d.height),d.toBlob(h=>h?o(h):a(new Error("toBlob failed")),"image/png")},c.onerror=()=>{URL.revokeObjectURL(l),a(new Error("svg could not be decoded"))},c.src=l})}function Rr(e){let n=t=>{let r=t==null?"":String(t);return/[",\n\r]/.test(r)?`"${r.replace(/"/g,'""')}"`:r};return e.map(t=>t.map(n).join(",")).join(`\r
2
+ `)}function xn(e,n){if(!n)return;let t=typeof n=="object"?n.maxRows??500:500,r=e.hit;if(r&&r.rows.length>0){let l=r.rows[0];if(r.rows.length>t)return;let c=["",...l.slice(1).map(u=>u.replace(/:\s[^:]*$/,""))],d=r.rows.map(u=>[u[0],...u.slice(1).map(h=>h.slice(h.lastIndexOf(": ")+2))]);return[c,...d]}let i=e.shapes.flatMap(l=>l.item&&!l.item.legend&&!(l.part==="anchor"&&!l.title)?[l.item]:[]);if(i.length===0||i.length>t)return;let o=["series","name","category","value"].filter(l=>i.some(c=>c[l]!==void 0)),a=(l,c)=>l[c]===void 0?"":String(l[c]);return[o.map(l=>l[0]?.toUpperCase()+l.slice(1)),...i.map(l=>o.map(c=>a(l,c)))]}var yn=new Map;function ut(e){let n=yn.get(e);if(n)return n.group;let t=new Set,r={},i={current:r,subscribe(o){return t.add(o),()=>{t.delete(o),t.size===0&&yn.delete(e)}},publish(o,a){Object.assign(r,o);for(let l of t)l(o,a)}};return yn.set(e,{group:i,listeners:t}),i}var Vr='[data-skdx-part]:not([data-skdx-part^="tooltip"]):not([data-skdx-part="focus"]):not([data-skdx-part="crosshair"])',vn=`@keyframes skdx-in{from{opacity:0}to{opacity:1}}${Vr}{animation:skdx-in var(--skdx-chart-duration,0ms) ease-out;transition:${["x","y","width","height","cx","cy","r","opacity","fill-opacity","d"].map(e=>`${e} var(--skdx-chart-duration,0ms) ease-out`).join(",")}}@media (prefers-reduced-motion:reduce){${Vr}{animation:none;transition:none}}`;function kn(e){let n=e.animate;return n&&e.shapes.length<=1500?`${n}ms`:void 0}function wn(e){let n=[],r=e.data.filter(u=>{let h=C(u.value)&&u.value>=0;return h||n.push({code:"invalid-value",severity:"warning",message:`"${u.name}" has no valid non-negative value and was dropped.`,itemId:u.id??u.name}),h}).map((u,h)=>({d:u,i:h})).sort((u,h)=>h.d.value-u.d.value||u.i-h.i),i=r.reduce((u,{d:h})=>u+h.value,0),o=0,a=r.map(({d:u})=>i>0?(o+=u.value)/i:0),l=e.threshold,c=Mr({...e,categories:r.map(({d:u})=>u.name),series:[{name:e.name??"Value",type:"bar",data:r.map(({d:u})=>u.value),color:r[0]?.d.color},{name:e.cumulativeLabel??"Cumulative",type:"line",axis:"right",data:a,curve:"linear"}],rightAxis:{min:0,max:1,format:{style:"percent"}},references:l!==void 0&&C(l)?[{y:l,axis:"right",label:`${Math.round(l*100)}%`,variant:"primary"}]:void 0},"bar"),d=c.shapes.map(u=>{if(u.part!=="bar"||u.kind!=="rect"||!u.item||u.item.index===void 0)return u;let h=r[u.item.index]?.d;return h?{...u,fill:h.color??u.fill,item:{...u.item,id:h.id??h.name,name:h.name}}:u});return{...c,shapes:d,issues:[...n,...c.issues??[]]}}var L=require("lit"),$=require("lit/decorators.js"),E=require("lit/directives/if-defined.js");var Oi={fromAttribute:()=>!1},V=class extends L.LitElement{constructor(){super(...arguments);this.legend=!1;this.tooltip=!0;this.selectionMode="none";this.loading=!1;this.decorative=!1;this.accessibleTable=!1;this.zoomable=!1;this.editable=!1;this.crossFilter=!1;this.animated=!1;this.responsive=!1;this.tip=[];this.overlay=[];this.portal=null;this.highlightState=null;this.crossState=null;this.lastCross=null;this.pointers=new Map;this.hover=null;this.token={};this.focused=null;this.hiddenState=[];this.drag=null;this.onPointerMove=t=>{let r=this.layout;if(!r)return;this.pointers.has(t.pointerId)&&this.pointers.set(t.pointerId,this.viewBox(t,r).x);let i=this.drag;if(i?.grab==="select"){let{x:o,y:a}=this.viewBox(t,r);this.overlay=[Jt(ct(i.x,i.y,o,a))];return}if(i?.grab==="lasso"){let{x:o,y:a}=this.viewBox(t,r);i.points=[...i.points??[],{x:o,y:a}],this.overlay=[tn(i.points)];return}if(i?.grab==="edit"){if(!i.gantt)return;let{x:o}=this.viewBox(t,r);i.change=rn(r,i.gantt,o-i.x),this.overlay=[an(r,i.gantt,i.change)];return}if(i?.grab==="map"){if(!r.map||!i.view)return;let{x:o,y:a}=this.viewBox(t,r);this.setView(ln(r.map,i.view,o-i.x,a-i.y));return}if(i&&r.hit){if(i.grab==="pinch"){let[a,l]=[...this.pointers.values()];if(a===void 0||l===void 0||!i.distance)return;this.setZoom(hn(r.hit,i.zoom,Math.abs(a-l)/i.distance,(a+l)/2));return}let{x:o}=this.viewBox(t,r);this.setZoom(i.grab==="pan"?fn(r.hit,i.zoom,o-i.x):pn(r.hit,i.grab,i.zoom,o-i.x));return}if(r.tooltipPortal){let{lines:o,shapes:a}=qt(r,t.target,t.currentTarget,t.clientX,t.clientY);this.tip=a,this.portal=o.length?{x:t.clientX,y:t.clientY,lines:o}:null}else{let o=Xt(r,t.target,t.currentTarget,t.clientX,t.clientY);(o.length>0||this.tip.length>0)&&(this.tip=o)}if(this.highlight(Yt(r,t.target)),this.syncId&&r.hit?.crosshair){let o=Ge(r,this.viewBox(t,r).x);this.shareCrosshair(o?r.hit.rows[o.index]?.[0]??null:null)}};this.onPointerDown=t=>{let r=this.layout;if(!r||t.button!==0)return;let{x:i,y:o}=this.viewBox(t,r),a=pe(r,t.target)?.item.legend,l=this.canEdit(r)?nn(r,i,o):void 0;if(l){this.drag={x:i,y:o,zoom:{start:0,end:0},grab:"edit",gantt:l},t.currentTarget.setPointerCapture(t.pointerId),this.clearTip();return}if(this.brushing()&&!a){this.drag={x:i,y:o,zoom:{start:0,end:0},grab:this.selectionMode==="lasso"?"lasso":"select",points:[{x:i,y:o}]},t.currentTarget.setPointerCapture(t.pointerId),this.clearTip();return}if(this.canPan(r)&&r.map){let d=r.map.plot;if(i<d.x||i>d.x+d.width||o<d.y||o>d.y+d.height)return;this.drag={x:i,y:o,zoom:{start:0,end:0},grab:"map",view:r.map.view},t.currentTarget.setPointerCapture(t.pointerId),this.clearTip();return}let c=r.hit;if(!(!c||!this.canZoom(r))){if(this.pointers.set(t.pointerId,i),this.pointers.size===2){let[d,u]=[...this.pointers.values()];this.drag={x:(d+u)/2,y:o,zoom:c.zoom,grab:"pinch",distance:Math.abs(d-u)||1}}else{let d=mn(c,i,o);if(d)this.drag={x:i,y:o,zoom:d.zoom,grab:d.grab},d.zoom!==c.zoom&&this.setZoom(d.zoom);else if(this.zoomable&&i>=c.plot.x&&i<=c.plot.x+c.plot.width&&o>=c.plot.y&&o<=c.plot.y+c.plot.height)this.drag={x:i,y:o,zoom:c.zoom,grab:"pan"};else{this.pointers.delete(t.pointerId);return}}t.currentTarget.setPointerCapture(t.pointerId),this.clearTip()}};this.onPointerUp=t=>{this.pointers.delete(t.pointerId);let r=t.currentTarget;r.hasPointerCapture(t.pointerId)&&r.releasePointerCapture(t.pointerId);let i=this.drag,o=this.layout;if(o&&(i?.grab==="select"||i?.grab==="lasso"||i?.grab==="edit"||i?.grab==="map")){this.overlay=[];let{x:a,y:l}=this.viewBox(t,o);if(Math.abs(a-i.x)>2||Math.abs(l-i.y)>2){i.grab==="select"?this.setSelected(Qt(o,ct(i.x,i.y,a,l))):i.grab==="lasso"?this.setSelected(en(o,i.points??[])):i.grab==="edit"&&i.change&&this.emit("skdx-task-change",i.change),this.drag={...i,distance:-1};return}this.drag=null;return}(this.pointers.size===0||this.drag?.grab==="pinch")&&(this.drag=null)};this.onWheel=t=>{let r=this.layout;if(!r)return;let{x:i,y:o}=this.viewBox(t,r);if(r.map&&this.canPan(r)){let c=r.map.plot;if(i<c.x||i>c.x+c.width||o<c.y||o>c.y+c.height)return;t.preventDefault(),this.setView(sn(r.map,t.deltaY,i,o));return}let a=r.hit;if(!a||!this.canZoom(r)||o<a.plot.y||o>a.plot.y+a.plot.height)return;let l=un(a,t.deltaY,i);l&&(t.preventDefault(),this.setZoom(l))};this.onClick=t=>{if(!this.layout)return;if(this.drag?.distance===-1){this.drag=null;return}let r=pe(this.layout,t.target);r&&(r.item.range?this.setZoom(r.item.range):r.item.legend&&r.item.series!==void 0?this.toggle(r.item.series):(this.select(r.item),this.emit("skdx-item-click",r.item)))};this.onKeyDown=t=>{let r=this.layout;if(!r)return;if((t.key==="Enter"||t.key===" ")&&this.focused!==null){let l=r.shapes[this.focused]?.item;l&&(t.preventDefault(),this.select(l),this.emit("skdx-item-click",l));return}let i=this.canEdit(r)?on(r,this.focused,t):void 0;if(i){t.preventDefault(),this.emit("skdx-task-change",i);return}let o=dn(r,this.focused,t.key);if(o===void 0)return;t.preventDefault(),this.focused=o;let a=o===null?void 0:r.shapes[o]?.item;this.highlight(a?me(a):null)}}connectedCallback(){super.connectedCallback(),!(typeof ResizeObserver>"u")&&(this.observer=new ResizeObserver(([t])=>{let r=Math.floor(t?.contentRect.width??0);r>0&&(this.measured=r)}),this.observer.observe(this))}disconnectedCallback(){this.observer?.disconnect(),this.leave?.(),this.leave=void 0,this.joined=void 0,super.disconnectedCallback()}sized(){let{width:t,height:r,legend:i,tooltip:o,format:a,palette:l,loading:c,error:d,emptyMessage:u,description:h,decorative:p,animated:v,responsive:y,highlighted:b,highlightScope:S,accessibleTable:w}=this;return{...typeof y=="object"&&this.measured!==void 0&&this.measured<(y.breakpoint??480)?y.compact:void 0,width:y&&this.measured?this.measured:t,height:r,animate:v,responsive:y,legend:i,tooltip:o,format:a,palette:l,loading:c,error:d,emptyMessage:u,description:h,decorative:p,highlighted:b===void 0?this.highlightState:b,highlightScope:S,accessibleTable:w,hiddenSeries:this.hiddenSeries??this.hiddenState,zoom:this.zoom??this.zoomState,selected:this.selected??this.selectedState,view:this.view??this.viewState}}emit(t,r){this.dispatchEvent(new CustomEvent(t,{detail:r,bubbles:!0,composed:!0}))}publish(t){this.syncId&&ut(this.syncId).publish(t,this.token)}join(){if(this.joined===this.syncId||(this.leave?.(),this.leave=void 0,this.joined=this.syncId,!this.syncId))return;let t=ut(this.syncId),r=i=>{"highlighted"in i&&(this.highlightState=i.highlighted??null),i.selected&&(this.selectedState=i.selected,this.crossFilter&&(this.highlightState=i.selected.length?i.selected:null)),"zoom"in i&&(this.zoomState=i.zoom),i.hiddenSeries&&(this.hiddenState=i.hiddenSeries),"crosshair"in i&&(this.crossState=i.crosshair??null)};r(t.current),this.leave=t.subscribe((i,o)=>{o!==this.token&&r(i)})}setZoom(t){this.zoomState=t,this.emit("skdx-zoom-change",t),this.publish({zoom:t})}setView(t){this.viewState=t,this.emit("skdx-view-change",t)}setSelected(t){this.selectedState=t,this.emit("skdx-selected-change",t),this.publish({selected:t})}toggle(t){let r=this.hiddenSeries??this.hiddenState,i=r.includes(t)?r.filter(o=>o!==t):[...r,t];this.hiddenState=i,this.emit("skdx-hidden-series-change",i),this.publish({hiddenSeries:i})}highlight(t){let r=this.hover;r===t||r&&t&&jt(r,t)||(this.hover=t,this.emit("skdx-highlighted-change",t),this.syncId&&(this.highlightState=t,this.publish({highlighted:t})))}select(t){let r=this.selectionMode;r!=="none"&&this.setSelected(Ht(this.selected??this.selectedState,t,r==="single"?"single":"multiple"))}shareCrosshair(t){!this.syncId||this.lastCross===t||(this.lastCross=t,this.publish({crosshair:t}))}clearTip(){this.tip=[],this.portal=null,this.shareCrosshair(null)}canZoom(t){return!!(t.hit&&(this.zoomable||t.hit.brush))}canPan(t){return!!(t.map&&this.zoomable)}canEdit(t){return!!(this.editable&&t.edit)}brushing(){return this.selectionMode==="brush"||this.selectionMode==="lasso"}viewBox(t,r){return Ie(t.currentTarget,t.clientX,t.clientY,r.width,r.height)}getSvgElement(){return this.renderRoot.querySelector("svg")}getLayout(){return this.layout}resetZoom(){this.setZoom(void 0)}zoomTo(t){this.setZoom(t)}focusItem(t){let r=this.layout;if(!r)return!1;let i=r.shapes.findIndex(o=>o.item&&!o.item.legend&&de(o.item,t));return i<0?!1:(this.getSvgElement()?.focus(),this.focused=i,!0)}export(t){let r=this.layout;return r?gn(r,{...t,label:t.label??this.label??this.localName}):Promise.reject(new Error("not rendered yet"))}root(t,r,i){this.join();let o=Wt(Bt(t),this.sized());if(this.layout=o,o.issues!==this.reported){this.reported=o.issues;for(let w of o.issues??[])this.emit("skdx-data-issue",w)}let a=this.canZoom(o),l=this.canPan(o),c=this.canEdit(o),d=this.brushing(),u=a||l||c||d,h=!o.decorative&&dt(o).length>0,p=o.description?`${r}-desc`:void 0,v=kn(o),y=xn(o,this.accessibleTable),b=typeof this.accessibleTable=="object"&&this.accessibleTable.caption||i,S=this.portal;return L.html`<svg
3
+ xmlns="http://www.w3.org/2000/svg"
4
+ viewBox="0 0 ${o.width} ${o.height}"
5
+ width=${o.width}
6
+ height=${o.height}
7
+ role=${o.decorative?"presentation":"img"}
8
+ aria-hidden=${o.decorative?"true":L.nothing}
9
+ aria-label=${o.decorative?L.nothing:i}
10
+ aria-describedby=${(0,E.ifDefined)(p)}
11
+ tabindex=${h?0:L.nothing}
12
+ data-skdx-chart=${r}
13
+ data-zoomable=${a||l?"":L.nothing}
14
+ data-brushing=${d&&!(a||l)?"":L.nothing}
15
+ data-editable=${c?"":L.nothing}
16
+ style=${v?`--skdx-chart-duration:${v}`:L.nothing}
17
+ font-family=${B.fontFamily}
18
+ font-size=${B.fontSize}
19
+ @pointermove=${o.tooltip||u?this.onPointerMove:L.nothing}
20
+ @pointerleave=${()=>{this.clearTip(),this.highlight(null)}}
21
+ @pointerdown=${u?this.onPointerDown:L.nothing}
22
+ @pointerup=${u?this.onPointerUp:L.nothing}
23
+ @pointercancel=${u?this.onPointerUp:L.nothing}
24
+ @wheel=${a||l?this.onWheel:L.nothing}
25
+ @dblclick=${a||l?()=>l?this.setView(void 0):this.setZoom(void 0):L.nothing}
26
+ @click=${this.onClick}
27
+ @keydown=${h?this.onKeyDown:L.nothing}
28
+ @blur=${()=>{this.focused=null,this.highlight(null)}}
29
+ >
30
+ <title>${i}</title>
31
+ ${o.description?L.svg`<desc id=${(0,E.ifDefined)(p)}>${o.description}</desc>`:L.nothing}
32
+ ${v?L.svg`<style>${vn}</style>`:L.nothing} ${zi(o)}
33
+ ${ht(o.shapes)}
34
+ ${ht(this.tip.length||!this.crossState?this.tip:Kt(o,this.crossState))}
35
+ ${ht(cn(o,this.focused))} ${ht(this.overlay)}
36
+ </svg>
37
+ ${S?L.html`<div
38
+ role="tooltip"
39
+ data-skdx-tooltip=${r}
40
+ style="left:${S.x+12}px;top:${S.y+12}px"
41
+ >
42
+ ${S.lines.map(w=>L.html`<div>${w}</div>`)}
43
+ </div>`:L.nothing}
44
+ ${y?L.html`<table data-skdx-table=${r}>
45
+ <caption>
46
+ ${b}
47
+ </caption>
48
+ <thead>
49
+ <tr>
50
+ ${(y[0]??[]).map(w=>L.html`<th scope="col">${w}</th>`)}
51
+ </tr>
52
+ </thead>
53
+ <tbody>
54
+ ${y.slice(1).map(w=>L.html`<tr>
55
+ ${w.map((f,M)=>M===0?L.html`<th scope="row">${f}</th>`:L.html`<td>${f}</td>`)}
56
+ </tr>`)}
57
+ </tbody>
58
+ </table>`:L.nothing}`}};V.styles=L.css`
59
+ :host {
60
+ display: inline-block;
61
+ }
62
+ svg {
63
+ display: block;
64
+ max-width: 100%;
65
+ height: auto;
66
+ outline: none;
67
+ }
68
+ svg[data-zoomable] {
69
+ cursor: grab;
70
+ touch-action: none;
71
+ }
72
+ svg[data-brushing] {
73
+ cursor: crosshair;
74
+ touch-action: none;
75
+ }
76
+ svg[data-editable] {
77
+ touch-action: none;
78
+ }
79
+ :host([responsive]) {
80
+ display: block;
81
+ }
82
+ table {
83
+ position: absolute;
84
+ width: 1px;
85
+ height: 1px;
86
+ margin: -1px;
87
+ padding: 0;
88
+ overflow: hidden;
89
+ clip: rect(0 0 0 0);
90
+ white-space: nowrap;
91
+ border: 0;
92
+ }
93
+ [role='tooltip'] {
94
+ position: fixed;
95
+ pointer-events: none;
96
+ z-index: 1000;
97
+ background: var(--skdx-color-surface-raised);
98
+ color: var(--skdx-color-text-default);
99
+ border: 1px solid var(--skdx-color-border-strong);
100
+ border-radius: 3px;
101
+ padding: 4px 8px;
102
+ font-family: var(--skdx-font-family);
103
+ font-size: var(--skdx-font-size-xs);
104
+ white-space: nowrap;
105
+ }
106
+ [role='tooltip'] > :first-child:not(:only-child) {
107
+ font-weight: bold;
108
+ }
109
+ `,g([(0,$.property)({type:Number})],V.prototype,"width",2),g([(0,$.property)({type:Number})],V.prototype,"height",2),g([(0,$.property)()],V.prototype,"label",2),g([(0,$.property)({type:Boolean,reflect:!0})],V.prototype,"legend",2),g([(0,$.property)({type:Boolean,attribute:"no-tooltip",converter:Oi})],V.prototype,"tooltip",2),g([(0,$.property)({attribute:!1})],V.prototype,"format",2),g([(0,$.property)({attribute:!1})],V.prototype,"palette",2),g([(0,$.property)({attribute:!1})],V.prototype,"hiddenSeries",2),g([(0,$.property)({attribute:!1})],V.prototype,"selected",2),g([(0,$.property)({attribute:"selection-mode"})],V.prototype,"selectionMode",2),g([(0,$.property)({attribute:!1})],V.prototype,"highlighted",2),g([(0,$.property)({attribute:!1})],V.prototype,"highlightScope",2),g([(0,$.property)({type:Boolean,reflect:!0})],V.prototype,"loading",2),g([(0,$.property)()],V.prototype,"error",2),g([(0,$.property)({attribute:"empty-message"})],V.prototype,"emptyMessage",2),g([(0,$.property)()],V.prototype,"description",2),g([(0,$.property)({type:Boolean,reflect:!0})],V.prototype,"decorative",2),g([(0,$.property)({type:Boolean,attribute:"accessible-table"})],V.prototype,"accessibleTable",2),g([(0,$.property)({attribute:!1})],V.prototype,"zoom",2),g([(0,$.property)({attribute:!1})],V.prototype,"view",2),g([(0,$.property)({type:Boolean,reflect:!0})],V.prototype,"zoomable",2),g([(0,$.property)({type:Boolean,reflect:!0})],V.prototype,"editable",2),g([(0,$.property)({attribute:"sync-id"})],V.prototype,"syncId",2),g([(0,$.property)({type:Boolean,attribute:"cross-filter"})],V.prototype,"crossFilter",2),g([(0,$.property)({converter:{fromAttribute:t=>t===null?!1:t===""?!0:Number(t)}})],V.prototype,"animated",2),g([(0,$.property)({type:Boolean,reflect:!0})],V.prototype,"responsive",2),g([(0,$.state)()],V.prototype,"tip",2),g([(0,$.state)()],V.prototype,"overlay",2),g([(0,$.state)()],V.prototype,"portal",2),g([(0,$.state)()],V.prototype,"measured",2),g([(0,$.state)()],V.prototype,"viewState",2),g([(0,$.state)()],V.prototype,"highlightState",2),g([(0,$.state)()],V.prototype,"crossState",2),g([(0,$.state)()],V.prototype,"focused",2),g([(0,$.state)()],V.prototype,"hiddenState",2),g([(0,$.state)()],V.prototype,"zoomState",2),g([(0,$.state)()],V.prototype,"selectedState",2);var U=class extends V{constructor(){super(...arguments);this.series=[];this.labels=!1;this.connectNulls=!1;this.stacked=!1;this.brush=!1;this.crosshair=!1}input(){let{series:t,categories:r,xAxis:i,yAxis:o,rightAxis:a,references:l,annotations:c,labels:d,curve:u,connectNulls:h,nulls:p,stacked:v,stackOffset:y,orientation:b,radius:S,barGap:w,barWidth:f,sort:M,transform:A,transforms:k,bins:O,binWidth:_,binDomain:H,binMode:D,sampling:Y,brush:Q,crosshair:re}=this;return{...this.sized(),series:t,categories:r,xAxis:i,yAxis:o,rightAxis:a,references:l,annotations:c,labels:d,curve:u,connectNulls:h,nulls:p,stacked:v,stackOffset:y,orientation:b,radius:S,barGap:w,barWidth:f,sort:M,transform:A,transforms:k,bins:O,binWidth:_,binDomain:H,binMode:D,sampling:Y,brush:Q,crosshair:re}}};g([(0,$.property)({attribute:!1})],U.prototype,"series",2),g([(0,$.property)({attribute:!1})],U.prototype,"categories",2),g([(0,$.property)({attribute:!1})],U.prototype,"xAxis",2),g([(0,$.property)({attribute:!1})],U.prototype,"yAxis",2),g([(0,$.property)({attribute:!1})],U.prototype,"rightAxis",2),g([(0,$.property)({attribute:!1})],U.prototype,"references",2),g([(0,$.property)({attribute:!1})],U.prototype,"annotations",2),g([(0,$.property)({type:Boolean,reflect:!0})],U.prototype,"labels",2),g([(0,$.property)()],U.prototype,"curve",2),g([(0,$.property)({type:Boolean,attribute:"connect-nulls"})],U.prototype,"connectNulls",2),g([(0,$.property)()],U.prototype,"nulls",2),g([(0,$.property)({reflect:!0,converter:{fromAttribute:t=>t==="percent"?"percent":t!==null}})],U.prototype,"stacked",2),g([(0,$.property)({attribute:"stack-offset"})],U.prototype,"stackOffset",2),g([(0,$.property)()],U.prototype,"orientation",2),g([(0,$.property)({type:Number})],U.prototype,"radius",2),g([(0,$.property)({type:Number,attribute:"bar-gap"})],U.prototype,"barGap",2),g([(0,$.property)({type:Number,attribute:"bar-width"})],U.prototype,"barWidth",2),g([(0,$.property)()],U.prototype,"sort",2),g([(0,$.property)()],U.prototype,"transform",2),g([(0,$.property)({attribute:!1})],U.prototype,"transforms",2),g([(0,$.property)({type:Number})],U.prototype,"bins",2),g([(0,$.property)({type:Number,attribute:"bin-width"})],U.prototype,"binWidth",2),g([(0,$.property)({attribute:!1})],U.prototype,"binDomain",2),g([(0,$.property)({attribute:"bin-mode"})],U.prototype,"binMode",2),g([(0,$.property)({attribute:!1})],U.prototype,"sampling",2),g([(0,$.property)({type:Boolean,reflect:!0})],U.prototype,"brush",2),g([(0,$.property)({type:Boolean,reflect:!0})],U.prototype,"crosshair",2);var zi=e=>e.defs&&e.defs.length?L.svg`<defs>${e.defs.map(n=>L.svg`<linearGradient id=${n.id} x1="0" y1="0" x2=${n.vertical===!1?1:0} y2=${n.vertical===!1?0:1}>${n.stops.map(t=>L.svg`<stop offset=${t.offset} stop-color=${t.color} stop-opacity=${(0,E.ifDefined)(t.opacity)}></stop>`)}</linearGradient>`)}</defs>`:L.nothing,ht=e=>L.svg`${e.map((n,t)=>{let r=n.title?L.svg`<title>${n.title}</title>`:L.nothing,i=n.item?t:void 0;switch(n.kind){case"path":return L.svg`<path data-skdx-part=${n.part} data-skdx-i=${(0,E.ifDefined)(i)} d=${n.d} fill=${n.fill??"none"} stroke=${(0,E.ifDefined)(n.stroke)} stroke-width=${(0,E.ifDefined)(n.strokeWidth)} stroke-linecap=${(0,E.ifDefined)(n.strokeLinecap)} stroke-linejoin=${(0,E.ifDefined)(n.strokeLinejoin)} stroke-dasharray=${(0,E.ifDefined)(n.dash)} opacity=${(0,E.ifDefined)(n.opacity)} fill-opacity=${(0,E.ifDefined)(n.fillOpacity)}>${r}</path>`;case"rect":return L.svg`<rect data-skdx-part=${n.part} data-skdx-i=${(0,E.ifDefined)(i)} x=${n.x} y=${n.y} width=${n.width} height=${n.height} rx=${(0,E.ifDefined)(n.rx)} fill=${n.fill} stroke=${(0,E.ifDefined)(n.stroke)} fill-opacity=${(0,E.ifDefined)(n.opacity)}>${r}</rect>`;case"line":return L.svg`<line data-skdx-part=${n.part} data-skdx-i=${(0,E.ifDefined)(i)} x1=${n.x1} y1=${n.y1} x2=${n.x2} y2=${n.y2} stroke=${n.stroke} stroke-width=${(0,E.ifDefined)(n.strokeWidth)} stroke-dasharray=${(0,E.ifDefined)(n.dash)} opacity=${(0,E.ifDefined)(n.opacity)}>${r}</line>`;case"circle":return L.svg`<circle data-skdx-part=${n.part} data-skdx-i=${(0,E.ifDefined)(i)} cx=${n.cx} cy=${n.cy} r=${n.r} fill=${n.fill} stroke=${(0,E.ifDefined)(n.stroke)} opacity=${(0,E.ifDefined)(n.opacity)}>${r}</circle>`;case"text":return L.svg`<text data-skdx-part=${n.part} data-skdx-i=${(0,E.ifDefined)(i)} x=${n.x} y=${n.y} text-anchor=${(0,E.ifDefined)(n.anchor)} dominant-baseline=${(0,E.ifDefined)(n.baseline)} fill=${(0,E.ifDefined)(n.fill)} font-weight=${(0,E.ifDefined)(n.weight)} pointer-events=${(0,E.ifDefined)(i===void 0?"none":void 0)} transform=${(0,E.ifDefined)(n.rotate?`rotate(${n.rotate} ${n.x} ${n.y})`:void 0)}>${n.text}</text>`}})}`;var J=class extends V{constructor(){super(...arguments);this.data=[];this.labels=!1;this.brush=!1;this.crosshair=!1}render(){let{data:t,threshold:r,cumulativeLabel:i,name:o,labels:a,radius:l,barGap:c,barWidth:d,xAxis:u,yAxis:h,brush:p,crosshair:v}=this;return this.root(wn({...this.sized(),data:t,threshold:r,cumulativeLabel:i,name:o,labels:a,radius:l,barGap:c,barWidth:d,xAxis:u,yAxis:h,brush:p,crosshair:v}),"pareto",this.label??"Pareto chart")}};g([(0,te.property)({attribute:!1})],J.prototype,"data",2),g([(0,te.property)({type:Number})],J.prototype,"threshold",2),g([(0,te.property)({attribute:"cumulative-label"})],J.prototype,"cumulativeLabel",2),g([(0,te.property)()],J.prototype,"name",2),g([(0,te.property)({type:Boolean,reflect:!0})],J.prototype,"labels",2),g([(0,te.property)({type:Number})],J.prototype,"radius",2),g([(0,te.property)({type:Number,attribute:"bar-gap"})],J.prototype,"barGap",2),g([(0,te.property)({type:Number,attribute:"bar-width"})],J.prototype,"barWidth",2),g([(0,te.property)({attribute:!1})],J.prototype,"xAxis",2),g([(0,te.property)({attribute:!1})],J.prototype,"yAxis",2),g([(0,te.property)({type:Boolean,reflect:!0})],J.prototype,"brush",2),g([(0,te.property)({type:Boolean,reflect:!0})],J.prototype,"crosshair",2),J=g([(0,te.customElement)("skdx-pareto-chart")],J);0&&(module.exports={SkdxParetoChart});
@@ -0,0 +1,2 @@
1
+ import 'lit';
2
+ export { az as SkdxParetoChart } from './index-oF5ss8v9.cjs';
@@ -0,0 +1,2 @@
1
+ import 'lit';
2
+ export { az as SkdxParetoChart } from './index-oF5ss8v9.js';
package/dist/pareto.js ADDED
@@ -0,0 +1,109 @@
1
+ var Zr=Object.defineProperty;var Er=Object.getOwnPropertyDescriptor;var g=(e,n,t,r)=>{for(var i=r>1?void 0:r?Er(n,t):n,o=e.length-1,a;o>=0;o--)(a=e[o])&&(i=(r?a(n,t,i):a(i))||i);return r&&i&&Zr(n,t,i),i};import{customElement as Li,property as re}from"lit/decorators.js";var Xn=e=>Number(e.toPrecision(12)),Ur,Yn=e=>(Ur??(Ur=new Intl.NumberFormat)).format(Xn(e)),Kr=e=>{let n=Math.round(Math.abs(e)),t=e<0?"-":"",r=Math.floor(n/3600),i=Math.floor(n%3600/60),o=a=>String(a).padStart(2,"0");return r>0?`${t}${r}h ${o(i)}m`:i>0?`${t}${i}m ${o(n%60)}s`:`${t}${n}s`};function Ce(e){if(e===void 0)return Yn;if(typeof e=="function")return e;let{style:n,locale:t,digits:r,unit:i="",timeZone:o}=e,a=u=>i?h=>u(h)+i:u,l=u=>r===void 0?u===void 0?{}:{maximumFractionDigits:u}:{minimumFractionDigits:r,maximumFractionDigits:r},c=u=>{let h=new Intl.NumberFormat(t,u);return a(p=>h.format(Xn(p)))},d=u=>{let h=new Intl.DateTimeFormat(t,o?{...u,timeZone:o}:u);return p=>h.format(p)};switch(n){case"integer":return c({maximumFractionDigits:0});case"decimal":return c(l(2));case"percent":return c({style:"percent",...l(0)});case"currency":return c({style:"currency",currency:e.currency??"USD",...l()});case"compact":return c({notation:"compact",...l(1)});case"scientific":return c({notation:"scientific",...l(2)});case"date":return d({dateStyle:"medium"});case"time":return d({timeStyle:"short"});case"datetime":return d({dateStyle:"medium",timeStyle:"short"});case"duration":return a(Kr)}}function et(e,n){if(typeof e=="string")return e;let t=e instanceof Date?e.getTime():e;return n?Ce(n)(t):e instanceof Date?new Intl.DateTimeFormat().format(e):Yn(t)}var le=e=>{if(e instanceof Date)return e.getTime();if(typeof e=="number")return e;let n=Number(e);return Number.isFinite(n)&&e.trim()!==""?n:Date.parse(e)};function Ie([e,n],[t,r]){let i=n-e;return o=>i===0?t:t+(o-e)/i*(r-t)}function ve(e,n,t=5){if(e===n)return[e];let r=(n-e)/Math.max(1,t),i=10**Math.floor(Math.log10(r)),o=r/i,a=(o<1.5?1:o<3.5?2:o<7.5?5:10)*i,l=Math.floor(e/a)*a,c=Math.ceil(n/a)*a,d=[];for(let u=l;u<=c+a/2;u+=a)d.push(Jn(u));return d}function Qn(e,[n,t],r=.2){let i=e===0?0:(t-n)/e,o=i*(1-Math.max(0,Math.min(.9,r)));return{step:i,bandwidth:o,start:a=>n+a*i+(i-o)/2,center:a=>n+(a+.5)*i}}var Jn=e=>Number(e.toPrecision(12)),m=e=>Number(e.toFixed(2)),$=e=>typeof e=="number"&&Number.isFinite(e),ce=e=>e.filter($);function de(e){let n=1/0,t=-1/0;for(let r of e)$(r)&&(r<n&&(n=r),r>t&&(t=r));return n===1/0?[0,0]:[n,t]}function ke(e,n="linear"){if(e.length===0)return"";let t=e[0];if(n==="step"||n==="stepBefore"||n==="stepAfter"){let d=`M${t.x} ${t.y}`;for(let u=1;u<e.length;u++){let h=e[u-1],p=e[u];n==="stepAfter"?d+=`H${p.x}V${p.y}`:n==="stepBefore"?d+=`V${p.y}H${p.x}`:d+=`H${m((h.x+p.x)/2)}V${p.y}H${p.x}`}return d}if(n==="linear"||e.length<3)return`M${e.map(d=>`${d.x} ${d.y}`).join("L")}`;let r=e.length,i=e.slice(1).map((d,u)=>d.x-e[u].x),o=e.slice(1).map((d,u)=>d.y-e[u].y),a=i.map((d,u)=>d===0?0:o[u]/d),l=[a[0]];for(let d=1;d<r-1;d++){let u=a[d-1],h=a[d];l.push(u*h<=0?0:(u+h)/2)}l.push(a[r-2]);for(let d=0;d<r-1;d++){let u=a[d];if(u===0){l[d]=0,l[d+1]=0;continue}let h=l[d]/u,p=l[d+1]/u,v=Math.hypot(h,p);v>3&&(l[d]=3*h*u/v,l[d+1]=3*p*u/v)}let c=`M${t.x} ${t.y}`;for(let d=0;d<r-1;d++){let u=e[d],h=e[d+1],p=i[d]/3;c+=`C${m(u.x+p)} ${m(u.y+p*l[d])} ${m(h.x-p)} ${m(h.y-p*l[d+1])} ${h.x} ${h.y}`}return c}var Pe=1e3,Ne=60*Pe,Fe=60*Ne,Ge=24*Fe,qr=[Pe,5*Pe,15*Pe,30*Pe,Ne,5*Ne,15*Ne,30*Ne,Fe,3*Fe,6*Fe,12*Fe,Ge,2*Ge,7*Ge,14*Ge];function er(e,n,t=6){if(!(n>e))return[e];let r=n-e,i=qr.find(h=>r/h<=t),o=[];if(i!==void 0){for(let h=Math.ceil(e/i)*i;h<=n;h+=i)o.push(h);return o.length?o:[e,n]}let a=r/(30*Ge),l=[1,2,3,6,12,24,60,120].find(h=>a/h<=t)??240,c=new Date(e),d=c.getUTCFullYear(),u=Math.ceil((c.getUTCMonth()+(c.getUTCDate()>1?1:0))/l)*l;for(let h=Date.UTC(d,u,1);h<=n;)o.push(h),u+=l,u>=12&&(d+=Math.floor(u/12),u%=12),h=Date.UTC(d,u,1);return o.length?o:[e,n]}function tr(e,n){let t=Math.floor(Math.log10(e)),r=Math.ceil(Math.log10(n)),i=r-t<=1?[1,2,5]:[1],o=[];for(let a=t;a<=r;a++)for(let l of i)o.push(Jn(l*10**a));return o.filter(a=>a>=e/1.0001&&a<=n*1.0001)}function tt(e,n={}){if(n.thresholds&&n.thresholds.length>=2)return[...n.thresholds].filter(Number.isFinite).sort((c,d)=>c-d);let[t,r]=n.domain??de(e),i=Math.max(1,e.length),o=Math.max(1,n.bins??Math.ceil(Math.log2(i)+1)),a=n.binWidth??(r>t?(r-t)/o:1),l=r>t?Math.max(1,Math.ceil((r-t)/a-1e-9)):1;return Array.from({length:l+1},(c,d)=>Number((t+d*a).toPrecision(12)))}function nt(e,n){let t=[];for(let o=0;o+1<n.length;o++)t.push({x0:n[o],x1:n[o+1],count:0});if(t.length===0)return t;let r=n[0],i=n[n.length-1];for(let o of ce(e)){if(o<r||o>i)continue;let a=0,l=t.length-1;for(;a<l;){let c=a+l+1>>1;t[c].x0<=o?a=c:l=c-1}t[a].count++}return t}var Xr=/-?\d*\.?\d+(?:e[-+]?\d+)?/gi,Yr=/([MLTHVCSQAZmlthvcsqaz])([^MLTHVCSQAZmlthvcsqaz]*)/g,Qr={M:2,L:2,T:2,C:6,S:4,Q:4,A:7,H:-1,V:-2};function Jr(e,n,t){return e.replace(Yr,(r,i,o)=>{let a=Qr[i];if(a===void 0)return i+o;let c=(o.match(Xr)??[]).map((d,u)=>{let h=Number(d);if(a===-1)return String(h+n);if(a===-2)return String(h+t);let p=u%a;return a===7?p===5?String(h+n):p===6?String(h+t):d:String(p%2===0?h+n:h+t)});return i+c.join(" ")})}var nr=(e,n,t)=>e.map(r=>{switch(r.kind){case"rect":return{...r,x:r.x+n,y:r.y+t};case"circle":return{...r,cx:r.cx+n,cy:r.cy+t};case"line":return{...r,x1:r.x1+n,x2:r.x2+n,y1:r.y1+t,y2:r.y2+t};case"text":return{...r,x:r.x+n,y:r.y+t};case"path":return{...r,d:Jr(r.d,n,t)}}});var zt=["primary","success","warning","danger","neutral"].flatMap(e=>[500,700].map(n=>`var(--skdx-color-${e}-${n})`)).sort((e,n)=>Number(e.endsWith("700)"))-Number(n.endsWith("700)"))),V={axis:"var(--skdx-color-border-strong)",grid:"var(--skdx-color-border-subtle)",label:"var(--skdx-color-text-muted)",focus:"var(--skdx-color-focus-ring)",positive:"var(--skdx-color-success-500)",negative:"var(--skdx-color-danger-500)",fontFamily:"var(--skdx-font-family)",fontSize:"var(--skdx-font-size-xs)"},rt=(e="neutral")=>e==="neutral"?V.axis:`var(--skdx-color-${e}-500)`,Lt=(e="neutral")=>e==="neutral"?V.label:e==="primary"?"var(--skdx-color-text-accent)":`var(--skdx-color-text-${e})`,rr=(e,n)=>n??zt[e%zt.length];var te={top:16,right:16,bottom:32,left:48};function ir(e,n,t=te){return{x:t.left,y:t.top,width:Math.max(0,e-t.left-t.right),height:Math.max(0,n-t.top-t.bottom)}}function _e(e){let n=e.legend;if(n)return n===!0?{}:n.enabled===!1?void 0:n}function Vt(e){let n=e.tooltip;return n===void 0||n===!0?{enabled:!0}:n===!1?{enabled:!1}:{...n,enabled:n.enabled??!0}}var or=e=>e.crosshair===!0||Vt(e).trigger==="axis",it=20,ei=120,ar=e=>{let n=_e(e);return n&&(n.position==="left"||n.position==="right")?n.width??ei:0},Bt=(e,n=600,t=300)=>({width:(e.width??n)-ar(e),height:(e.height??t)-(_e(e)?.position==="bottom"?it:0)}),sr=e=>{let n=_e(e);return n&&(n.position===void 0||n.position==="top")?it:0},ue=6.5,lr=(e,n,t)=>t??(e.palette&&e.palette.length>0?e.palette[n%e.palette.length]:rr(n)),cr=(e,n)=>e.hiddenSeries?.includes(n)??!1;function Rt(e,n,t=[],r={},i=10,o=8,a=!1){let l=[],c=r.maxItems,d=c!==void 0&&c>=0&&e.length>c?e.slice(0,c):e,u=e.length-d.length,h=r.interactive??!0,p=o,v=i,y=(b,S,w,f)=>{let M=(S?18:4)+b.length*ue;p>o&&(a||p+M>n-8)&&(p=o,v+=it),S&&l.push({kind:"rect",part:"legend-swatch",x:p,y:v-5,width:10,height:10,fill:S,opacity:f?.3:void 0,item:w}),l.push({kind:"text",part:"legend-label",x:p+(S?14:0),y:v,text:b,baseline:"middle",fill:f?V.grid:V.label,item:w}),p+=M+12};for(let b of d){let S=t.includes(b.name),w=h?{label:b.name,series:b.name,legend:!0}:void 0;y(r.formatter?.(b.name)??b.name,b.color,w,S)}return u>0&&y(`+${u} more`,void 0,void 0,!1),r.align==="end"?ti(l,n):l}function ti(e,n){let t=new Map;for(let i of e){let o=i.kind==="rect"?i.y+5:i.y;t.set(o,[...t.get(o)??[],i])}let r=[];for(let i of t.values()){let o=Math.max(...i.map(l=>l.kind==="rect"?l.x+l.width:l.x+l.text.length*ue)),a=n-8-o;for(let l of i)r.push({...l,x:l.x+a})}return r}var ni=(e,n,t={})=>new Set(Rt(e,n,[],t).flatMap(r=>r.kind==="text"?[r.y]:[])).size;function Dt(e,n,t,r=[]){let i=_e(e),o=i&&e.direction==="rtl"&&i.align===void 0?{...i,align:"end"}:i,a=Vt(e),l=o?.position==="bottom",c=ar(e),d=e.hiddenSeries??[],u=o?c?Rt(r,1/0,d,o,10,(o.position==="right"?n:0)+8,!0):Rt(r,n,d,o,l?t+10:10):[],h=l?ni(r,n,o):0;return{width:n+c,height:l?t+Math.max(1,h)*it:t,legendOffset:o?.position==="left"?c:void 0,tooltip:a.enabled,tooltipFormatter:a.formatter,axisTooltipFormatter:a.axisFormatter,tooltipPortal:a.portal,tooltipPlacement:a.placement,tooltipAnchored:a.followPointer===!1?!0:void 0,description:e.description,decorative:e.decorative,animate:e.animate===!0?300:e.animate||void 0,responsive:!!e.responsive,shapes:u}}function Pt(e){let n=e.legendOffset;if(!n)return e;let t=[...nr(e.shapes.filter(c=>!c.part.startsWith("legend-")),n,0),...e.shapes.filter(c=>c.part.startsWith("legend-"))],r=c=>({...c,x:c.x+n}),i=e.hit?{...e.hit,plot:r(e.hit.plot),xs:e.hit.xs.map(c=>c+n),brush:e.hit.brush?{box:r(e.hit.brush.box),window:r(e.hit.brush.window)}:void 0}:void 0,o=e.edit,a=o?{...o,scale:c=>o.scale(c)+n,invert:c=>o.invert(c-n),bars:o.bars.map(c=>({...c,x0:c.x0+n,x1:c.x1+n}))}:void 0,l=e.map?{...e.map,plot:r(e.map.plot)}:void 0;return{...e,shapes:t,hit:i,edit:a,map:l,legendOffset:void 0}}function ot(e,n,t,r,i,o="auto"){let a=Array.isArray(t)?t:[t],l=Math.max(...a.map(p=>p.length))*ue+12,c=6+a.length*16,d=o==="top"?{x:e-l/2,y:n-c-8}:o==="bottom"?{x:e-l/2,y:n+8}:o==="left"?{x:e-l-8,y:n-c/2}:o==="right"?{x:e+8,y:n-c/2}:{x:e+12,y:n-c-6},u=Math.max(0,Math.min(r-l,d.x)),h=Math.max(0,Math.min(i-c,d.y));return[{kind:"rect",part:"tooltip",x:m(u),y:m(h),width:m(l),height:c,fill:"var(--skdx-color-surface-raised)",stroke:V.axis,rx:3},...a.map((p,v)=>({kind:"text",part:"tooltip-label",x:m(u+6),y:m(h+11+v*16),text:p,baseline:"middle",fill:"var(--skdx-color-text-default)",weight:a.length>1&&v===0?"bold":void 0}))]}function dr([e,n],t,r=!1,i){let o=typeof r=="boolean"?{scale:r?"log":"linear"}:r,a=Ce(o.format??i),l=o.min??e,c=o.max??n;o.reversed&&(t=[t[1],t[0]]);let d={id:o.id,position:o.position,options:o};if(o.scale==="sqrt"){let b=O=>Math.sign(O)*Math.sqrt(Math.abs(O)),S=o.nice===!1?[l,c]:ve(l,c,o.ticks),w=o.min??S[0],f=o.max??S[S.length-1],M=Ie([b(w),b(f)],t),T=O=>M(b(O)),k=ve(w,f,o.ticks).filter(O=>O>=w-1e-9&&O<=f+1e-9);return{...d,scale:T,domain:[w,f],format:a,ticks:(k.length>=2?k:[w,f]).map(O=>({pos:m(T(O)),label:a(O)})),zero:m(T(Math.min(Math.max(0,w),f)))}}if(o.scale==="log"){let b=Math.max(l,Number.EPSILON),S=Math.max(c,b),w=tr(b,S),f=[Math.log10(b),Math.log10(S)],M=Ie(f,t),T=k=>M(Math.log10(Math.max(k,Number.EPSILON)));return{...d,scale:T,domain:f,format:a,ticks:w.map(k=>({pos:m(T(k)),label:a(k)})),zero:m(t[0])}}let u=ve(l,c,o.ticks),h=[o.min??(o.nice===!1?l:u[0]),o.max??(o.nice===!1?c:u[u.length-1])],p=Ie(h,t),v=u.filter(b=>b>=h[0]-1e-9&&b<=h[1]+1e-9),y=(v.length>=2?v:[h[0],h[1]]).map(b=>({pos:m(p(b)),label:a(b)}));return{...d,scale:p,domain:h,format:a,ticks:y,zero:m(p(Math.min(Math.max(0,h[0]),h[1])))}}var ur=e=>e?.grid!==!1;function at(e,n){if(e.length<2)return e;let t=e.reduce((i,o)=>Math.max(i,o.label.length),0)*ue+8,r=Math.max(1,Math.ceil(e.length*t/Math.max(1,n)));return r===1?e:e.filter((i,o)=>o%r===0)}var Nt=(e,n,t,r)=>`${e}, ${n}: ${r(t)}`;function hr(e,n,t,r){let i=e.error!==void 0?"error":e.loading?"loading":n?"empty":null;if(!i)return null;let{width:o,height:a}=Bt(e,t,r),l=i==="error"?e.error:i==="loading"?"Loading\u2026":e.emptyMessage??"No data available",c=[];return i==="loading"&&c.push({kind:"rect",part:"skeleton",x:0,y:0,width:o,height:a,fill:"var(--skdx-color-surface-sunken)",rx:4}),c.push({kind:"text",part:`state-${i}`,x:m(o/2),y:m(a/2),text:l,anchor:"middle",baseline:"middle",fill:i==="error"?"var(--skdx-color-text-danger)":V.label}),{...Dt(e,o,a),shapes:c,tooltip:!1}}function Ft(e,n={}){let{plot:t,xTicks:r,yTicks:i,baseline:o}=e,a=t.x+t.width,l=t.y+t.height,c=[],d=n.grid??!0,u=(y,b)=>b?{kind:"line",part:"grid",x1:y.pos,x2:y.pos,y1:t.y,y2:l,stroke:V.grid}:{kind:"line",part:"grid",x1:t.x,x2:a,y1:y.pos,y2:y.pos,stroke:V.grid},h=n.x?.tickRotation??0,p=(y,b,S,w)=>h?q(y,b,S,{part:w,anchor:h<0?"end":"start",baseline:"middle",rotate:h}):q(y,b,S,{part:w,anchor:"middle"}),v=(y,b,S,w,f)=>{for(let M of y)c.push(b==="x"?{kind:"line",part:"tick",x1:M.pos,x2:M.pos,y1:S,y2:m(S+w*f),stroke:V.axis}:{kind:"line",part:"tick",x1:S,x2:m(S+w*f),y1:M.pos,y2:M.pos,stroke:V.axis})};if(n.categoryGrid)for(let y of r)c.push(u(y,!n.horizontal));if(n.horizontal){let y=n.axes??[{ticks:i,position:"bottom",offset:0,label:n.yLabel,...n.y}];if(d)for(let b of i)c.push(u(b,!0));y[0]?.showLine!==!1&&c.push({kind:"line",part:"axis",x1:o,x2:o,y1:t.y,y2:l,stroke:V.axis});for(let b of y){let S=b.position==="top"||b.position==="right",w=m(S?t.y-b.offset:l+b.offset),f=S||b.offset>0;b.showLine&&f&&c.push({kind:"line",part:"axis",x1:t.x,x2:a,y1:w,y2:w,stroke:V.axis}),b.showTicks&&v(b.ticks,"x",w,S?-1:1,b.tickSize??4);let M=m(S?w-8:w+20);for(let T of b.ticks)c.push(S?q(T.pos,M,T.label,{part:"x-label-top",anchor:"middle"}):p(T.pos,M,T.label,"x-label"));b.label&&c.push(f?q(4,M,b.label,{part:"axis-title",anchor:"start",baseline:S?void 0:"middle"}):q(4,t.y-6,b.label,{part:"axis-title",anchor:"start"}))}n.x?.showLine&&c.push({kind:"line",part:"axis",x1:n.rtl?a:t.x,x2:n.rtl?a:t.x,y1:t.y,y2:l,stroke:V.axis}),n.x?.showTicks&&v(r,"y",n.rtl?a:t.x,n.rtl?1:-1,n.x.tickSize??4);for(let b of r)c.push(n.rtl?q(a+8,b.pos,b.label,{part:"y-label",anchor:"start",baseline:"middle"}):q(t.x-8,b.pos,b.label,{part:"y-label",anchor:"end",baseline:"middle"}))}else{if(d)for(let b of i)c.push(u(b,!1));n.y?.showLine!==!1&&c.push({kind:"line",part:"axis",x1:t.x,x2:a,y1:o,y2:o,stroke:V.axis});let y=n.axes??[{ticks:i,position:"left",offset:0,label:n.yLabel,...n.y},...n.rightTicks?[{ticks:n.rightTicks,position:"right",offset:0,label:n.rightLabel}]:[]];for(let b of y){let S=b.position==="left",w=S?t.x-b.offset:a+b.offset,f=S?"y-label":"y-label-right";b.showLine&&c.push({kind:"line",part:"axis",x1:m(w),x2:m(w),y1:t.y,y2:l,stroke:V.axis}),b.showTicks&&v(b.ticks,"y",m(w),S?-1:1,b.tickSize??4);for(let M of b.ticks)c.push(q(m(S?w-8:w+8),M.pos,M.label,{part:f,anchor:S?"end":"start",baseline:"middle"}));b.label&&c.push(q(m(S?b.offset===0?4:Math.max(4,w-40):b.offset===0?e.width-4:Math.min(e.width-4,w+40)),t.y-6,b.label,{part:"axis-title",anchor:S?"start":"end"}))}n.x?.showTicks&&v(r,"x",l,1,n.x.tickSize??4);for(let b of r)c.push(p(b.pos,l+(h?12:20),b.label,"x-label"))}return n.xLabel&&c.push(q(m(t.x+t.width/2),e.height-4,n.xLabel,{part:"axis-title",anchor:"middle"})),n.horizontal&&n.rightLabel&&c.push(q(e.width-4,t.y-6,n.rightLabel,{part:"axis-title",anchor:"end"})),c}var q=(e,n,t,r={})=>({kind:"text",part:"label",x:e,y:n,text:t,fill:V.label,...r}),je=(e,n,t,r,i,o)=>({kind:"circle",part:"point",cx:e,cy:n,r:t,fill:r,title:i,item:o});function Gt(e,n){let t=[],{plot:r}=n,i=r.x+r.width,o=r.y+r.height,a=c=>Math.max(r.x,Math.min(i,c)),l=c=>Math.max(r.y,Math.min(o,c));for(let c of e??[]){let d=c.color??rt(c.variant),u=c.color??Lt(c.variant),h={part:"reference-label",fill:u},p=n.horizontal===!0;if("y"in c){let v=m(n.y(c.y,c.axis??"left"));if(p){let y=a(v);t.push(...mr(y,r.y,o,d,c.label,h))}else{let y=l(v);t.push(...fr(r.x,i,y,d,c.label,h))}}else if("x"in c){let v=n.x(c.x);if(v===void 0)continue;p?t.push(...fr(r.x,i,l(m(v)),d,c.label,h)):t.push(...mr(a(m(v)),r.y,o,d,c.label,h))}else if("y1"in c){let v=m(n.y(c.y1,c.axis??"left")),y=m(n.y(c.y2,c.axis??"left"));p?t.push(...br(a(Math.min(v,y)),a(Math.max(v,y)),r,d,c.label,u)):t.push(...pr(l(Math.min(v,y)),l(Math.max(v,y)),r,d,c.label,u))}else{let v=n.x(c.x1),y=n.x(c.x2);if(v===void 0||y===void 0)continue;let b=m(Math.min(v,y)),S=m(Math.max(v,y));p?t.push(...pr(l(b),l(S),r,d,c.label,u)):t.push(...br(a(b),a(S),r,d,c.label,u))}}return t}function fr(e,n,t,r,i,o){let a={kind:"line",part:"reference",x1:e,x2:n,y1:t,y2:t,stroke:r,dash:"6 4",strokeWidth:1.5,title:i};return i?[a,q(n-4,t-5,i,{...o,anchor:"end"})]:[a]}function mr(e,n,t,r,i,o){let a={kind:"line",part:"reference",x1:e,x2:e,y1:n,y2:t,stroke:r,dash:"6 4",strokeWidth:1.5,title:i};return i?[a,q(e+4,n+10,i,{...o,anchor:"start"})]:[a]}function pr(e,n,t,r,i,o){let a={kind:"rect",part:"reference-area",x:t.x,y:e,width:t.width,height:m(Math.max(0,n-e)),fill:r,opacity:.12,title:i};return i?[a,q(t.x+t.width-4,e+12,i,{part:"reference-label",fill:o,anchor:"end"})]:[a]}function br(e,n,t,r,i,o){let a={kind:"rect",part:"reference-area",x:e,y:t.y,width:m(Math.max(0,n-e)),height:t.height,fill:r,opacity:.12,title:i};return i?[a,q(e+4,t.y+12,i,{part:"reference-label",fill:o,anchor:"start"})]:[a]}function gr(e,n){let t=[],{plot:r}=n,i=r.x+r.width,o=r.y+r.height;for(let a of e??[]){let l=a.color??rt(a.variant),c=a.color??Lt(a.variant),d=(y,b,S)=>{let w=n.x(y);if(w===void 0)return;let f=n.y(b,S??"left");return n.horizontal?{x:m(f),y:m(w)}:{x:m(w),y:m(f)}},u=a.id??a.label,h=y=>({label:y,id:u,name:a.label});if(a.type==="line"||a.type==="band"){let{type:y,id:b,...S}=a;t.push(...Gt([S],n));continue}if(a.type==="rect"){let y=d(a.x1,a.y1,a.axis),b=d(a.x2,a.y2,a.axis);if(!y||!b)continue;let S=Math.max(r.x,Math.min(y.x,b.x)),w=Math.max(r.y,Math.min(y.y,b.y)),f=a.label??"";t.push({kind:"rect",part:"annotation-rect",x:m(S),y:m(w),width:m(Math.max(0,Math.min(i,Math.max(y.x,b.x))-S)),height:m(Math.max(0,Math.min(o,Math.max(y.y,b.y))-w)),fill:l,opacity:.12,stroke:l,title:f||void 0,item:f?h(f):void 0}),a.label&&t.push(q(m(S+4),m(w+12),a.label,{part:"annotation-label",fill:c}));continue}let p=d(a.x,a.y,a.axis);if(!p)continue;if(a.type==="text"){t.push(q(p.x,p.y,a.text,{part:"annotation-text",fill:c,anchor:"middle",baseline:"middle",title:a.label}));continue}let v=a.label??`${String(a.x)}, ${a.y}`;if(t.push({kind:"circle",part:"annotation-point",cx:p.x,cy:p.y,r:5,fill:l,stroke:"var(--skdx-color-surface-default)",title:v,item:h(v)}),a.type==="callout"&&a.label){let[y,b]=a.offset??[16,-16],S=m(Math.max(r.x,Math.min(i,p.x+y))),w=m(Math.max(r.y,Math.min(o,p.y+b)));t.push({kind:"line",part:"annotation-leader",x1:p.x,y1:p.y,x2:S,y2:w,stroke:l},q(S,w,a.label,{part:"annotation-label",fill:c,anchor:y>=0?"start":"end",baseline:"middle"}))}}return t}var _t=2e3;function ri(e){if(e!=="none")return e===void 0||e==="auto"?{strategy:"lttb",threshold:_t}:typeof e=="string"?{strategy:e,threshold:_t}:{strategy:e.strategy,threshold:e.threshold??_t}}function ii(e,n){let t=e.length;if(n>=t||n<3)return e.map((l,c)=>c);let r=[0],i=[],o=(t-2)/(n-2),a=0;for(let l=0;l<n-2;l++){let c=Math.floor((l+1)*o)+1,d=Math.min(t-1,Math.floor((l+2)*o)+1),u=0,h=0,p=0;for(let M=c;M<d;M++){let T=e[M];$(T)&&(u+=M,h+=T,p++)}u=p?u/p:(c+d)/2,h=p?h/p:0;let v=Math.floor(l*o)+1,y=Math.min(t-1,Math.floor((l+1)*o)+1),b=e[a],S=$(b)?b:0,w=-1,f=-1;for(let M=v;M<y;M++){let T=e[M];if(!$(T)){i.push(M);continue}let k=Math.abs((a-u)*(T-S)-(a-M)*(h-S));k>f&&(f=k,w=M)}w<0&&(w=v),r.push(w),a=w}return r.push(t-1),i.length?[...new Set([...r,...i])].sort((l,c)=>l-c):r}function oi(e,n){let t=e.length,r=Math.max(1,Math.floor(n/2));if(r*2>=t)return e.map((a,l)=>l);let i=[],o=t/r;for(let a=0;a<r;a++){let l=Math.floor(a*o),c=a===r-1?t:Math.floor((a+1)*o),d=-1,u=-1;for(let h=l;h<c;h++){let p=e[h];if(!$(p)){i.push(h);continue}(d<0||p<e[d])&&(d=h),(u<0||p>e[u])&&(u=h)}d>=0&&i.push(Math.min(d,u)),u>=0&&u!==d&&i.push(Math.max(d,u))}return[...new Set(i)].sort((a,l)=>a-l)}function ai(e,n){let t=e.length,r=Math.max(1,Math.floor(n/4));if(r*4>=t)return e.map((a,l)=>l);let i=[],o=t/r;for(let a=0;a<r;a++){let l=Math.floor(a*o),c=a===r-1?t:Math.floor((a+1)*o),d=-1,u=-1,h=-1,p=-1;for(let v=l;v<c;v++){let y=e[v];if(!$(y)){i.push(v);continue}h<0&&(h=v),p=v,(d<0||y<e[d])&&(d=v),(u<0||y>e[u])&&(u=v)}for(let v of[h,d,u,p])v>=0&&i.push(v)}return[...new Set(i)].sort((a,l)=>a-l)}function xr(e,n,t){let r=ri(t);if(!r||n<=r.threshold||e.length===0)return;let i=r.strategy==="minmax"?oi:r.strategy==="m4"?ai:ii,o=new Set;for(let a of e)for(let l of i(a.slice(0,n),r.threshold))o.add(l);return[...o].sort((a,l)=>a-l)}function yr(e,n,t,r,i,o,a,l){if(r==="circle")return{...je(e,n,t,i,o,a),part:l};let c=r==="square"?`M${m(e-t)} ${m(n-t)}h${m(2*t)}v${m(2*t)}h${m(-2*t)}Z`:r==="diamond"?`M${m(e)} ${m(n-t*1.3)}L${m(e+t*1.3)} ${m(n)}L${m(e)} ${m(n+t*1.3)}L${m(e-t*1.3)} ${m(n)}Z`:`M${m(e)} ${m(n-t*1.2)}L${m(e+t*1.15)} ${m(n+t*.9)}L${m(e-t*1.15)} ${m(n+t*.9)}Z`;return{kind:"path",part:l,d:c,fill:i,title:o,item:a}}var si=e=>{let n=0;return e.map(t=>$(t)?n+=t:null)},li=e=>e.map((n,t)=>{let r=e[t-1];return t>0&&$(n)&&$(r)?n-r:null}),ci=e=>e.map((n,t)=>{let r=e[t-1];return t>0&&$(n)&&$(r)&&r!==0?(n-r)/Math.abs(r):null});function di(e,n){let t=Math.max(1,Math.floor(n));return e.map((r,i)=>{if(i<t-1)return null;let o=0;for(let a=i-t+1;a<=i;a++){let l=e[a];if(!$(l))return null;o+=l}return o/t})}function ui(e,n="max"){let t=0;for(let r of e)$(r)&&(t=n==="sum"?t+r:Math.max(t,r));return e.map(r=>$(r)?t===0?0:r/t:null)}function hi(e,n="desc"){let t=e.filter($).sort((r,i)=>n==="asc"?r-i:i-r);return e.map(r=>$(r)?t.indexOf(r)+1:null)}var fi=(e,n=-1/0,t=1/0)=>e.map(r=>$(r)&&r>=n&&r<=t?r:null),mi=(e,n="asc")=>[...e].sort((t,r)=>$(t)?$(r)?n==="asc"?t-r:r-t:-1:$(r)?1:0);function pi(e,n,t="sum"){let r=Math.max(1,Math.floor(n)),i=[];for(let o=0;o<e.length;o+=r){let a=e.slice(o,o+r).filter($);if(a.length===0){i.push(null);continue}let l=a.reduce((c,d)=>c+d,0);i.push(t==="sum"?l:t==="mean"?l/a.length:t==="min"?Math.min(...a):Math.max(...a))}return i}function bi(e,n={}){let t=e.filter($),r=tt(t,n);return{edges:r,counts:nt(t,r).map(i=>i.count)}}function jt(e,n){let t=[...e];for(let r of n??[])switch(r.type){case"cumulative":t=si(t);break;case"difference":t=li(t);break;case"percentageChange":t=ci(t);break;case"movingAverage":t=di(t,r.window);break;case"normalize":t=ui(t,r.to);break;case"rank":t=hi(t,r.order);break;case"filter":t=fi(t,r.min,r.max);break;case"sort":t=mi(t,r.order);break;case"aggregate":t=pi(t,r.every,r.method);break;case"bin":t=bi(t,r).counts;break}return t}var gi=100,xi=2e3,vr=32,kr=28,lt=e=>e.position==="right"||e.position==="top";function yi(e){let t=(e.yAxis===void 0?[]:Array.isArray(e.yAxis)?e.yAxis:[e.yAxis]).map((i,o)=>({...i,id:i.id??(o===0?"left":o===1?"right":String(o)),position:i.position??(o===1?"right":"left")}));t.length===0&&t.push({id:"left",position:"left"});let r=t.some(i=>i.id==="right"||lt(i));return e.rightAxis?t.push({...e.rightAxis,id:"right",position:"right"}):!r&&e.series.some(i=>i.axis==="right")&&t.push({id:"right",position:"right"}),t}function Mr(e,n){let t=e[0]?.id;return n===void 0||n==="left"?t:n==="right"?(e.find(r=>r.id==="right")??e.find(lt))?.id:e.find(r=>r.id===n)?.id}var st=e=>e.kind==="bar"||e.kind==="range"&&e.style==="bar";function Sr(e,n){let t=Ce(e.format),{series:r,categories:i,issues:o,axes:a}=ki(e,n,t),l=e.direction==="rtl",c=e.baseline??0,d=Math.max(i.length,...r.map(s=>Math.max(s.data.length,s.low.length))),u=r.every(s=>ce(s.data).length===0&&ce(s.high).length===0),h=hr(e,u);if(h)return{...h,issues:o};let p=e.xAxis?.type??"category",v=p!=="category"&&i.length>0&&i.every(s=>typeof s!="string"||p==="time"&&$(le(s))),y=v?i.map(le):[],[b,S]=de(y),w=e.xAxis?.format??(p==="time"?{style:S-b<2*864e5?"time":"date"}:void 0),f=Array.from({length:d},(s,x)=>{let C=i[x];return C===void 0?String(x+1):et(C,w)}),M=vi(e.zoom,d),T=Array.from({length:M.end-M.start},(s,x)=>M.start+x),k=e.orientation==="horizontal",G=r.map(s=>({...s,hidden:s.hidden||k&&!st(s)})).filter(s=>!s.hidden),j=G.some(s=>!st(s))?xr(G.filter(s=>!st(s)).map(s=>T.map(x=>(s.kind==="range"?s.high[x]:s.data[x])??null)),T.length,e.sampling):void 0,B=j?j.map(s=>T[s]):T,X=e.stacked==="percent"||e.stackOffset==="expand",Q=e.stackOffset??"zero",oe=new Map,me=new Map,pt=new Map;for(let s of G)s.stack!==void 0&&s.kind!=="range"&&pt.set(s.stack,[...pt.get(s.stack)??[],s]);for(let s of pt.values()){let x=new Array(d).fill(c),C=new Array(d).fill(c),_=new Array(d).fill(0);if(X)for(let D of s)D.data.forEach((z,N)=>{$(z)&&(_[N]=_[N]+Math.abs(z))});for(let D of s){let z=[],N=[];for(let P=0;P<d;P++){let F=D.data[P];if(!$(F)){z.push(null),N.push(null);continue}let L=_[P],I=X?L>0?F/L:0:F,H=I>=0?x:C;z.push(H[P]),H[P]=H[P]+I,N.push(H[P])}oe.set(D,z),me.set(D,N)}if(Q==="silhouette"||Q==="wiggle"){let D=new Array(d).fill(0);if(Q==="silhouette")for(let z=0;z<d;z++)D[z]=-(x[z]-c)/2;else{let z=0;for(let N=0;N<d;N++){let P=s.length,F=0;for(let I=0;I<P;I++){let H=s[I],W=H.data[N],K=H.data[N-1],J=N>0&&$(W)&&$(K)?W-K:0;F+=(P-I-.5)*J}let L=x[N]-c;z=N===0?-L/2:z-(L>0?F/Math.max(1,P):0),D[N]=z}}for(let z of s){let N=oe.get(z),P=me.get(z);for(let F=0;F<d;F++){let L=N[F],I=P[F];$(L)&&(N[F]=L+D[F]),$(I)&&(P[F]=I+D[F])}}}}let $n=s=>s.kind==="range"?{from:s.low,to:s.high}:{from:oe.get(s)??new Array(d).fill(c),to:me.get(s)??s.data},Cn=s=>{let x=[],C=!1;for(let z of G){if(z.axis!==s)continue;let{from:N,to:P}=$n(z);for(let F of B){let L=P[F];if($(L)&&x.push(L),z.kind==="range"||z.stack!==void 0){let I=N[F];$(I)&&x.push(I)}}if(z.errors)for(let F of B){let L=wr(z.data[F],z.errors[F]);L&&x.push(L[0],L[1])}(z.kind==="bar"||z.kind==="area")&&Q==="zero"&&(C=!0)}let[_,D]=de(x);return C?[Math.min(c,_),Math.max(c,D)]:[_,D]},{width:In,height:Tn}=Bt(e),Dr=e.brush?vr+kr:0,An=B.reduce((s,x)=>Math.max(s,f[x].length),0)*ue,On=X?{style:"percent"}:void 0,Pr=s=>{if(s.scale==="log")return te.left;let[x,C]=Cn(s.id),_=Ce(s.format??On??e.format),D=ve(s.min??x,s.max??C).reduce((z,N)=>Math.max(z,_(N).length),0);return Math.max(te.left,D*ue+14)+(s.showTicks?s.tickSize??4:0)},bt=s=>k?lt(s)?"top":"bottom":lt(s)!==l?"right":"left",zn=s=>k?24+(s.showTicks?s.tickSize??4:0):Pr(s),Nr=new Set(G.map(s=>s.axis)),gt=a.filter(s=>Nr.has(s.id)||a.length>1),Ln=new Map,we={left:0,right:0,top:0,bottom:0};for(let s of gt){let x=bt(s);Ln.set(s.id,we[x]),we[x]+=zn(s)}let Rn=gt.find(s=>bt(s)==="bottom"),Fr={top:te.top+sr(e)+(a.some(s=>s.label)?12:0)+we.top,right:k?l?Math.max(te.left,An+16):te.right:Math.max(te.right,we.right),bottom:te.bottom+Dr+(e.xAxis?.label?14:0)+(e.xAxis?.tickRotation?24:0)+we.bottom-(Rn?zn(Rn):0),left:k?l?te.right:Math.max(te.left,An+16):Math.max(te.left,we.left)},U=ir(In,Tn,Fr),Gr=k?l?[U.x+U.width,U.x]:[U.x,U.x+U.width]:[U.y+U.height,U.y],Vn=k?[U.y,U.y+U.height]:l?[U.x+U.width,U.x]:[U.x,U.x+U.width],xt=new Map(a.map(s=>[s.id,{...dr(Cn(s.id),Gr,{format:On,...s},e.format),position:bt(s),offset:Ln.get(s.id)??0}])),Bn=a[0]?.id,Ee=xt.get(Bn),yt=s=>xt.get(Mr(a,s)??Bn)??Ee,ae=(s,x)=>yt(x).scale(s),Dn=s=>m(s.scale(Math.min(Math.max(c,Math.min(...s.domain)),Math.max(...s.domain)))),Ue=Qn(B.length,Vn,e.barGap),vt=B.map(s=>y[s]),kt=[...vt].sort((s,x)=>s-x),Me=1/0;for(let s=1;s<kt.length;s++)Me=Math.min(Me,kt[s]-kt[s-1]);let[Se,ze]=de(vt),se=Me===1/0?Math.max(1,Math.abs(ze)*.05||1):Me/2,Le=Ie([Se-se,ze+se],Vn),Ke=s=>m(v?Le(vt[s]):Ue.center(s)),Pn=v?Math.abs(Le(Se+(Me===1/0?se:Me))-Le(Se))*.8:Ue.bandwidth,Nn=s=>v?Ke(s)-Pn/2:Ue.start(s),_r=v?(p==="time"?er(Se-se,ze+se):ve(Se-se,ze+se)).filter(s=>s>=Se-se&&s<=ze+se).map(s=>({pos:m(Le(s)),label:et(s,w)})):at(B.map((s,x)=>({pos:Ke(x),label:f[s]})),k?1/0:U.width/Math.max(.2,Math.abs(Math.cos((e.xAxis?.tickRotation??0)*Math.PI/180)))),wt={...Dt(e,In,Tn,r.map(s=>({name:s.name,color:s.color}))),plot:U,xTicks:_r,yTicks:k?at(Ee.ticks,U.width):Ee.ticks,baseline:Dn(Ee)},jr=a[0],Fn=Ft(wt,{horizontal:k,rtl:l,axes:gt.map(s=>{let x=xt.get(s.id);return{ticks:k?at(x.ticks,U.width):x.ticks,position:x.position,offset:x.offset??0,label:s.label,showLine:s.showLine,showTicks:s.showTicks,tickSize:s.tickSize}}),xLabel:e.xAxis?.label,grid:ur(jr),categoryGrid:e.xAxis?.grid===!0,x:e.xAxis}),Hr=s=>{if(typeof s=="number"&&i.every(C=>typeof C=="string"))return s;let x=typeof s=="string"?s:le(s);for(let C=0;C<d;C++){let _=i[C];if(_!==void 0&&(typeof x=="string"?_===x||f[C]===x:le(_)===x))return C}},Gn={plot:U,horizontal:k,x:s=>{if(v&&(typeof s!="string"||$(le(s))))return Le(le(s));let x=Hr(s),C=x===void 0?-1:B.indexOf(x);return C<0?void 0:Ue.center(C)},y:(s,x)=>ae(s,x)};Fn.push(...Gt(e.references,Gn));let Mt=[],St=new Map;for(let s of G){if(!st(s))continue;let x=s.stack??s,C=Mt.indexOf(x);C<0&&(C=Mt.push(x)-1),St.set(s,C)}let qe=Pn/Math.max(1,Mt.length),pe=Math.min(qe,e.barWidth??1/0),_n=(qe-pe)/2,$t=[],Xe=[],Ct=[],It=[],Tt=[],jn=[],Ye=[],Qe=s=>yt(s.axis).format,At=Math.max(0,e.minBarSize??0),Wr=(s,x,C)=>{let _=Math.abs(x-s);if(_>=At)return[Math.min(s,x),_];let z=s+(k?C?1:-1:C?-1:1)*At;return[Math.min(s,z),At]},Re=(s,x,C,_)=>({label:_,series:s.name,seriesId:s.id??s.name,category:f[x],index:x,value:C}),Hn=(s,x,C,_)=>{let D=wr(_,s.errors?.[x]);if(!D)return;let z=m(ae(D[0],s.axis)),N=m(ae(D[1],s.axis)),P=4,F="var(--skdx-color-text-default)",L=`${s.name}, ${f[x]}: ${Qe(s)(D[0])} \u2013 ${Qe(s)(D[1])}`;jn.push(k?{kind:"line",part:"error-bar",x1:z,x2:N,y1:C,y2:C,stroke:F,title:L}:{kind:"line",part:"error-bar",x1:C,x2:C,y1:z,y2:N,stroke:F,title:L},k?{kind:"line",part:"error-cap",x1:z,x2:z,y1:m(C-P),y2:m(C+P),stroke:F}:{kind:"line",part:"error-cap",x1:m(C-P),x2:m(C+P),y1:z,y2:z,stroke:F},k?{kind:"line",part:"error-cap",x1:N,x2:N,y1:m(C-P),y2:m(C+P),stroke:F}:{kind:"line",part:"error-cap",x1:m(C-P),x2:m(C+P),y1:N,y2:N,stroke:F})};for(let s of G){let{from:x,to:C}=$n(s),_=Qe(s),D=B.length<=xi;if(s.kind==="bar"){let L="";B.forEach((I,H)=>{let W=s.data[I],K=x[I],J=C[I];if(!$(W)||!$(K)||!$(J))return;let $e=ae(K,s.axis),ye=ae(J,s.axis),[Ve,Be]=Wr($e,ye,J>=K),De=Nn(H)+St.get(s)*qe+_n,Zn=m(k?Ve:De),En=m(k?De:Ve),Ot=m(k?Be:pe),Un=m(k?pe:Be);if(!D){L+=`M${Zn} ${En}h${Ot}v${Un}h${-Ot}Z`;return}let Kn=Nt(s.name,f[I],X?J-K:W,_);if(Xe.push({kind:"rect",part:"bar",x:Zn,y:En,width:Ot,height:Un,fill:s.color,rx:e.radius,title:Kn,item:Re(s,I,W,Kn)}),Hn(s,I,m(De+pe/2),W),e.labels){let qn=_(X?J-K:W);Tt.push(k?q(m(Math.max($e,ye)+4),m(De+pe/2),qn,{baseline:"middle"}):q(m(De+pe/2),m(Math.min($e,ye)-4),qn,{anchor:"middle"}))}}),L&&Xe.push({kind:"path",part:"bars",d:L,fill:s.color,title:s.name});continue}if(s.kind==="range"&&s.style==="bar"){B.forEach((L,I)=>{let H=x[L],W=C[L];if(!$(H)||!$(W))return;let K=ae(Math.min(H,W),s.axis),J=ae(Math.max(H,W),s.axis),$e=Nn(I)+St.get(s)*qe+_n,ye=`${s.name}, ${f[L]}: ${_(Math.min(H,W))} \u2013 ${_(Math.max(H,W))}`,Ve=Re(s,L,W,ye),Be=Math.max(1,Math.abs(J-K));Xe.push(k?{kind:"rect",part:"range",x:m(Math.min(K,J)),y:m($e),width:m(Be),height:m(pe),fill:s.color,rx:e.radius,title:D?ye:void 0,item:Ve}:{kind:"rect",part:"range",x:m($e),y:m(Math.min(K,J)),width:m(pe),height:m(Be),fill:s.color,rx:e.radius,title:D?ye:void 0,item:Ve})});continue}let z=e.nulls==="connect"||e.nulls===void 0&&e.connectNulls,N=[],P=[];B.forEach((L,I)=>{let H=x[L],W=C[L];if(!$(W)||!$(H)){!z&&P.length&&(N.push(P),P=[]);return}P.push({x:Ke(I),y:m(ae(W,s.axis)),y0:m(ae(H,s.axis)),i:L})}),P.length&&N.push(P);let F=s.markers??B.length<=gi;for(let L of N){let I=ke(L,s.curve);if(s.kind==="range"&&s.style==="line"){Ct.push({kind:"path",part:"range-high",d:I,stroke:s.color,strokeWidth:2,strokeLinejoin:"round"},{kind:"path",part:"range-low",d:ke(L.map(H=>({x:H.x,y:H.y0})),s.curve),stroke:s.color,strokeWidth:2,strokeLinejoin:"round",dash:"4 3"});continue}if(s.kind==="range"){let H=ke([...L].reverse().map(W=>({x:W.x,y:W.y0})),s.curve);$t.push({kind:"path",part:"range",d:`${I}L${H.slice(1)}Z`,fill:s.color,fillOpacity:.2,title:s.name});continue}if(s.kind==="area"){let H=Dn(yt(s.axis)),W=s.stack!==void 0?ke([...L].reverse().map(J=>({x:J.x,y:J.y0})),s.curve).slice(1):`${L[L.length-1]?.x} ${H}L${L[0]?.x} ${H}`,K=`skdx-g-${s.index}`;s.gradient&&!Ye.some(J=>J.id===K)&&Ye.push({id:K,vertical:!0,stops:[{offset:0,color:s.color,opacity:s.fillOpacity},{offset:1,color:s.color,opacity:0}]}),$t.push({kind:"path",part:"area",d:`${I}L${W}Z`,fill:s.gradient?`url(#${K})`:s.color,fillOpacity:s.gradient?void 0:s.fillOpacity})}Ct.push({kind:"path",part:"line",d:I,stroke:s.color,strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round",dash:s.dash})}if(s.kind==="range"&&D)for(let L of N)for(let I of L){let H=s.low[I.i],W=s.high[I.i],K=`${s.name}, ${f[I.i]}: ${_(Math.min(H,W))} \u2013 ${_(Math.max(H,W))}`;It.push({...je(I.x,I.y,.01,s.color,K,Re(s,I.i,W,K)),part:"anchor"})}if(s.kind!=="range")for(let L of N)for(let I of L){if(!F&&!D&&!e.labels&&!s.errors)continue;let H=s.data[I.i],W=X?C[I.i]-x[I.i]:H,K=Nt(s.name,f[I.i],W,_);(F||D)&&It.push(F&&s.symbol!=="circle"?yr(I.x,I.y,s.markerSize,s.symbol,s.color,D?K:void 0,Re(s,I.i,H,K),"point"):{...je(I.x,I.y,F?s.markerSize:.01,s.color,D?K:void 0,Re(s,I.i,H,K)),part:F?"point":"anchor"}),D&&Hn(s,I.i,k?I.y:I.x,C[I.i]),e.labels&&Tt.push(q(I.x,I.y-8,_(W),{anchor:"middle"}))}}let Wn={plot:U,xs:k?[]:B.map((s,x)=>Ke(x)),rows:B.map(s=>[f[s],...G.map(x=>{let C=Qe(x);if(x.kind==="range"){let D=x.low[s],z=x.high[s];return`${x.name}: ${$(D)&&$(z)?`${C(D)} \u2013 ${C(z)}`:"\u2014"}`}let _=x.data[s];return`${x.name}: ${$(_)?C(X?(me.get(x)?.[s]??0)-(oe.get(x)?.[s]??0):_):"\u2014"}`})]),count:d,zoom:M,crosshair:or(e)},Je=[];if(e.brush&&!k){let s={x:U.x,y:U.y+U.height+kr,width:U.width,height:vr},x=G.find(_=>_.kind!=="range"),C={x:m(s.x+M.start/Math.max(1,d)*s.width),y:s.y,width:m((M.end-M.start)/Math.max(1,d)*s.width),height:s.height};if(Je.push({kind:"rect",part:"brush",x:s.x,y:s.y,width:s.width,height:s.height,fill:"var(--skdx-color-surface-sunken)",stroke:V.grid}),x){let _=ce(x.data),[D,z]=de(_),N=d>1?s.width/(d-1):0,P=x.data.flatMap((L,I)=>$(L)?[{x:m(s.x+I*N),y:m(s.y+s.height-(z===D?.5:(L-D)/(z-D))*(s.height-4)-2)}]:[]),F=ke(P);P.length>1&&Je.push({kind:"path",part:"brush-series",d:`${F}L${P[P.length-1]?.x} ${s.y+s.height}L${P[0]?.x} ${s.y+s.height}Z`,fill:x.color,fillOpacity:.3})}Je.push({kind:"rect",part:"brush-window",...C,fill:"var(--skdx-color-primary-500)",opacity:.15,stroke:V.axis},{kind:"rect",part:"brush-handle",x:m(C.x-3),y:s.y+8,width:6,height:s.height-16,fill:V.axis,rx:2},{kind:"rect",part:"brush-handle",x:m(C.x+C.width-3),y:s.y+8,width:6,height:s.height-16,fill:V.axis,rx:2}),Wn.brush={box:s,window:C}}return{...wt,shapes:[...Fn,...$t,...Xe,...Ct,...jn,...It,...Tt,...gr(e.annotations,Gn),...Je,...wt.shapes],hit:Wn,issues:o,defs:Ye.length?Ye:void 0}}function wr(e,n){if(!(!$(e)||n===null||n===void 0))return typeof n=="number"?$(n)?[e-Math.abs(n),e+Math.abs(n)]:void 0:$(n[0])&&$(n[1])?[Math.min(n[0],n[1]),Math.max(n[0],n[1])]:void 0}function vi(e,n){if(!e||n<2)return{start:0,end:n};let t=Math.max(0,Math.min(n-1,Math.floor(e.start))),r=Math.max(t+1,Math.min(n,Math.ceil(e.end)));return r-t<2&&n>=2?{start:Math.min(t,n-2),end:Math.min(t,n-2)+2}:{start:t,end:r}}function ki(e,n,t){let r=f=>f.type??n,i=[],o=yi(e),a=e.categories??[],l=(e.transforms??[]).filter(f=>f.type==="sort"||f.type==="bin"||f.type==="aggregate"),c=(e.transforms??[]).filter(f=>!l.includes(f)),d=e.stacked||e.stackOffset!==void 0&&e.stackOffset!=="zero",u=(f,M,T)=>{let k=T.filter(O=>O!==null&&!(typeof O=="number"&&Number.isFinite(O))).length;k&&i.push({code:"invalid-value",severity:"warning",message:`Series "${f}" has ${k} value${k===1?"":"s"} that ${k===1?"is":"are"} neither a number nor null; drawn as gaps.`,itemId:M??f}),a.length&&T.length!==a.length&&!e.transform&&i.push({code:"length-mismatch",severity:"warning",message:`Series "${f}" has ${T.length} values for ${a.length} categories.`,itemId:M??f})},h=e.series.map((f,M)=>{let T=r(f),k=d?!0:void 0,O=f.type==="range"?void 0:f.stack,G=O===!1?void 0:O===!0||O===void 0&&k?`${T}`:O;f.type==="range"?(u(f.name,f.id,f.low),u(f.name,f.id,f.high)):u(f.name,f.id,f.data);let j=X=>e.nulls==="zero"?X.map(Q=>$(Q)?Q:0):X,B=Mr(o,f.axis);return B===void 0&&i.push({code:"unknown-axis",severity:"warning",message:`Series "${f.name}" names axis "${String(f.axis)}", which is not defined; drawn on the first axis.`,itemId:f.id??f.name}),{name:f.name,id:f.id,color:lr(e,M,f.color),axis:B??o[0]?.id,hidden:cr(e,f.name),index:M,kind:T,data:f.type==="range"?[]:j(jt(jt(f.data,c),f.transforms)),low:f.type==="range"?f.low:[],high:f.type==="range"?f.high:[],curve:f.curve??e.curve??"linear",dash:f.type==="range"?void 0:f.dash,markers:f.type==="range"?void 0:f.markers,symbol:f.type==="range"?"circle":f.symbol??"circle",markerSize:f.type==="range"?3:f.markerSize??3,errors:f.type==="range"?void 0:f.errors,stack:T==="range"||T==="line"?void 0:G,style:f.type==="range"?f.style??"area":"area",fillOpacity:(f.type==="range"?void 0:f.fillOpacity)??e.fillOpacity??.25,gradient:f.type!=="range"&&f.gradient===!0}}),p=()=>Math.max(a.length,...h.map(f=>Math.max(f.data.length,f.low.length))),v=f=>{let M=k=>k.length?f.map(O=>k[O]??null):k,T=Array.from({length:p()},(k,O)=>a[O]??String(O+1));a=f.map(k=>T[k]),h=h.map(k=>({...k,data:M(k.data),low:M(k.low),high:M(k.high)}))},y=(f,M)=>{let T=(M!==void 0?h.find(O=>O.name===M):void 0)??h.find(O=>!O.hidden&&O.kind!=="range")??h[0];M!==void 0&&!h.some(O=>O.name===M)&&i.push({code:"unknown-series",severity:"warning",message:`sort.by names "${M}", which is not a series; sorted by the first series.`});let k=Array.from({length:p()},(O,G)=>G).sort((O,G)=>{let j=T?.data[O]??T?.high[O],B=T?.data[G]??T?.high[G],X=$(j)?j:-1/0,Q=$(B)?B:-1/0;return f==="asc"?X-Q:Q-X});v(k)},b=f=>{let M=h.flatMap(k=>ce(k.data)),T=tt(M,f);a=T.slice(1).map((k,O)=>`${t(T[O])}\u2013${t(k)}`),h=h.map(k=>{let O=ce(k.data),G=0,j=nt(O,T).map(B=>e.binMode==="density"?O.length?B.count/(O.length*(B.x1-B.x0)):0:e.binMode==="cumulative"?G+=B.count:B.count);return{...k,data:j}})},S=(f,M)=>{let T=Math.max(1,Math.floor(f)),k=p(),O=j=>{if(!j.length)return j;let B=[];for(let X=0;X<k;X+=T){let Q=ce(j.slice(X,X+T));B.push(Q.length===0?null:M==="sum"?Q.reduce((oe,me)=>oe+me,0):M==="mean"?Q.reduce((oe,me)=>oe+me,0)/Q.length:M==="min"?Math.min(...Q):Math.max(...Q))}return B};a=Array.from({length:k},(j,B)=>a[B]??String(B+1)).filter((j,B)=>B%T===0),h=h.map(j=>({...j,data:O(j.data),low:O(j.low),high:O(j.high)}))};e.transform==="histogram"?b({bins:e.bins,binWidth:e.binWidth,domain:e.binDomain}):e.transform==="cumulative"&&(h=h.map(f=>{let M=0;return{...f,data:f.data.map(T=>$(T)?M+=T:M)}}));for(let f of l)f.type==="sort"?y(f.order??"desc"):f.type==="bin"?b(f):f.type==="aggregate"&&S(f.every,f.method??"sum");typeof e.sort=="string"?y(e.sort):e.sort&&y(e.sort.order,e.sort.by);let w=e.xAxis?.domain;if(w){let f=p(),M=Array.from({length:f},(G,j)=>a[j]??String(j+1)),T=G=>{let j=typeof G=="string"?G:le(G);return M.findIndex(B=>typeof j=="string"?B===j||et(B)===j:le(B)===j)},k=w.map(T),O=G=>G.length?k.map(j=>j<0?null:G[j]??null):G;a=[...w],h=h.map(G=>({...G,data:O(G.data),low:O(G.low),high:O(G.high)}))}return{series:h,categories:a,issues:i,axes:o}}function ct(e){return e==null?[]:(Array.isArray(e)?e:[e]).map(t=>typeof t=="object"?t:{id:t})}var Ht=e=>e.id??e.name??e.series,$r=e=>e.seriesId??e.series;function he(e,n){let t=!1;return n.id!==void 0&&(t=!0,Ht(e)!==n.id&&e.id!==n.id&&e.name!==n.id)||n.series!==void 0&&(t=!0,$r(e)!==n.series&&e.series!==n.series)||n.index!==void 0&&(t=!0,e.index!==n.index)||n.category!==void 0&&(t=!0,e.category!==n.category)?!1:t}function be(e){let n={},t=Ht(e);t!==void 0&&(n.id=t);let r=$r(e);return r!==void 0&&e.series!==void 0&&(n.series=r),e.index!==void 0&&(n.index=e.index),n}var Wt=(e,n)=>e.id===n.id&&e.series===n.series&&e.index===n.index&&e.category===n.category;function Zt(e,n,t){let r=ct(e),i=be(n),o=r.some(a=>he(n,a));return t==="single"?o?[]:[i]:o?r.filter(a=>!he(n,a)):[...r,i]}var wi=.2;function Mi(e){let n=V.focus;switch(e.kind){case"rect":return{kind:"rect",part:"selected",x:e.x-1.5,y:e.y-1.5,width:e.width+3,height:e.height+3,fill:"none",stroke:n,rx:e.rx};case"circle":return{kind:"circle",part:"selected",cx:e.cx,cy:e.cy,r:e.r+2.5,fill:"none",stroke:n};case"path":return{kind:"path",part:"selected",d:e.d,fill:"none",stroke:n,strokeWidth:2.5};case"line":return{...e,part:"selected",stroke:n,strokeWidth:(e.strokeWidth??1)+3,title:void 0,item:void 0};case"text":return}}var Si=(e,n)=>e.kind==="text"?{...e,fill:V.grid}:{...e,opacity:(e.opacity??1)*n};function Et(e,n){let t=ct(n.selected),r=n.highlighted===void 0||n.highlighted===null?[]:ct(n.highlighted),i=r[0];if(t.length===0&&!i)return e;let o={highlighted:n.highlightScope?.highlighted??"item",faded:n.highlightScope?.faded??"global"},a=[],l=u=>!i||r.some(h=>he(u,h))?!0:o.highlighted==="series"?r.some(h=>h.series!==void 0&&he(u,{series:h.series})):!1,c=u=>{if(!i||o.faded==="none"||l(u))return!1;if(o.faded==="series"){let h=i.series;return h!==void 0&&he(u,{series:h})}return!0},d=e.shapes.map(u=>{let h=u.item;if(!h||h.legend)return u;if(t.some(p=>he(h,p))){let p=Mi(u);p&&a.push(p)}return c(h)?Si(u,wi):u});return a.length?{...e,shapes:[...d,...a]}:{...e,shapes:d}}function Oe(e,n,t,r,i){let o=e.getBoundingClientRect();return{x:o.width?(n-o.left)*r/o.width:n,y:o.height?(t-o.top)*i/o.height:t}}var Ut=(e,n,t)=>n>=e.x&&n<=e.x+e.width&&t>=e.y&&t<=e.y+e.height;function Cr(e,n){let t=0,r=1/0;return e.xs.forEach((i,o)=>{let a=Math.abs(i-n);a<r&&(r=a,t=o)}),t}function He(e,n){let t=e.hit;if(!t||t.xs.length===0)return;let r=Cr(t,n),i=t.rows[r]??[];return{index:r,rows:e.axisTooltipFormatter?.(i,r)??i}}function Kt(e,n){let t=e.hit;if(!t||t.xs.length===0)return;let r=t.xs[Cr(t,n)];return{kind:"line",part:"crosshair",x1:r,x2:r,y1:t.plot.y,y2:t.plot.y+t.plot.height,stroke:V.axis,dash:"3 3"}}function qt(e,n,t){let r=e.hit;if(!r||!r.crosshair||r.xs.length===0||!Ut(r.plot,n,t))return[];let i=Kt(e,n),{rows:o}=He(e,n),a=e.tooltipAnchored?r.plot.y+8:t;return[i,...ot(i.x1,a,o,e.width,e.height,e.tooltipPlacement)]}function Xt(e,n){let t=e.hit;if(!t||t.xs.length===0)return[];let r=t.rows.findIndex(o=>o[0]===n);if(r<0)return[];let i=t.xs[r];return qt(e,i,t.plot.y+8)}function Yt(e,n,t,r,i){if(!e.tooltip)return{lines:[],shapes:[]};if(e.hit?.crosshair){let{x:c,y:d}=Oe(t,r,i,e.width,e.height);if(Ut(e.hit.plot,c,d)){let u=He(e,c),h=Kt(e,c);if(u&&h)return{lines:u.rows,shapes:[h]}}}let o=n?.closest?.("[data-skdx-part]"),a=e.tooltipFormatter?ge(e,n)?.item:void 0,l=a&&e.tooltipFormatter?.(a)||o&&Array.from(o.children).find(c=>c.tagName.toLowerCase()==="title")?.textContent;return l?{lines:Array.isArray(l)?l:[l],shapes:[]}:{lines:[],shapes:[]}}function Ir(e,n,t,r,i,o,a){let l=e?.closest?.("[data-skdx-part]"),c=a&&a.tooltipFormatter?ge(a,e)?.item:void 0,d=c&&a?.tooltipFormatter?.(c)||l&&Array.from(l.children).find(y=>y.tagName.toLowerCase()==="title")?.textContent;if(!d)return[];let u=a?.tooltipAnchored?ge(a,e):void 0,h=u?a?.shapes[u.index]:void 0,{x:p,y:v}=h?We(h):Oe(n,t,r,i,o);return ot(p,v,d,i,o,a?.tooltipPlacement)}function Qt(e,n,t,r,i){if(!e.tooltip)return[];if(e.hit?.crosshair){let{x:o,y:a}=Oe(t,r,i,e.width,e.height),l=qt(e,o,a);if(l.length>0)return l}return Ir(n,t,r,i,e.width,e.height,e)}function Jt(e,n){let t=ge(e,n);return t&&!t.item.legend?be(t.item):null}var $i=(e,n)=>{let{x:t,y:r}=We(e),i=e.kind==="circle"?e.cy:e.kind==="rect"?e.y+e.height/2:r;return t>=n.x&&t<=n.x+n.width&&i>=n.y&&i<=n.y+n.height};function en(e,n){let t=new Set,r=[];for(let i of e.shapes){if(!i.item||i.item.legend||i.part==="anchor"||!$i(i,n))continue;let o=be(i.item),a=JSON.stringify(o);t.has(a)||(t.add(a),r.push(o))}return r}var tn=e=>({kind:"rect",part:"selection-box",x:m(e.x),y:m(e.y),width:m(e.width),height:m(e.height),fill:V.focus,opacity:.12,stroke:V.focus}),ut=(e,n,t,r)=>({x:Math.min(e,t),y:Math.min(n,r),width:Math.abs(t-e),height:Math.abs(r-n)});function Tr(e,n,t){let r=!1;for(let i=0,o=e.length-1;i<e.length;o=i++){let a=e[i],l=e[o];a.y>t!=l.y>t&&n<(l.x-a.x)*(t-a.y)/(l.y-a.y)+a.x&&(r=!r)}return r}function nn(e,n){if(n.length<3)return[];let t=new Set,r=[];for(let i of e.shapes){if(!i.item||i.item.legend||i.part==="anchor")continue;let{x:o,y:a}=We(i),l=i.kind==="circle"?i.cy:i.kind==="rect"?i.y+i.height/2:a;if(!Tr(n,o,l))continue;let c=be(i.item),d=JSON.stringify(c);t.has(d)||(t.add(d),r.push(c))}return r}var rn=e=>({kind:"path",part:"selection-lasso",d:e.length?`M${e.map(n=>`${m(n.x)} ${m(n.y)}`).join("L")}`:"",fill:V.focus,fillOpacity:.12,stroke:V.focus,dash:"4 3"}),dt=6;function on(e,n,t){let r=e.edit;if(r){for(let i of r.bars)if(!(t<i.y||t>i.y+i.height||n<i.x0-dt||n>i.x1+dt))return Math.abs(n-i.x0)<=dt?{bar:i,mode:"start"}:Math.abs(n-i.x1)<=dt?{bar:i,mode:"end"}:{bar:i,mode:"move"}}}function an(e,n,t){let r=e.edit;return Ar(r,n,r.invert(n.bar.x0+t)-r.invert(n.bar.x0))}function sn(e,n,t){let r=e.edit,i=t.key==="ArrowRight"?1:t.key==="ArrowLeft"?-1:0;if(!r||n===null||!i||!(t.shiftKey||t.altKey))return;let o=r.bars.find(c=>c.index===n);if(!o)return;let a=t.altKey?t.shiftKey?"start":"end":"move",l=r.snap??r.invert(o.x0+10)-r.invert(o.x0);return Ar(r,{bar:o,mode:a},i*l)}function Ar(e,{bar:n,mode:t},r){let i=l=>e.snap?Math.round(l/e.snap)*e.snap:l,o=n.start,a=n.end;return t==="move"?(o=i(n.start+r),a=o+(n.end-n.start)):t==="start"?o=Math.min(i(n.start+r),n.end):a=Math.max(i(n.end+r),n.start),{id:n.id,name:n.name,start:o,end:a}}function ln(e,n,t){let r=e.edit,i=r.scale(t.start),o=r.scale(t.end);return{kind:"rect",part:"edit-ghost",x:m(Math.min(i,o)),y:m(n.bar.y),width:m(Math.max(1,Math.abs(o-i))),height:m(n.bar.height),fill:V.focus,opacity:.25,stroke:V.focus,rx:2}}var Ci=64,Ii=e=>Math.max(1,Math.min(Ci,e));function cn(e,n,t,r){let i=n>0?.8:1.25,o=Ii(e.view.zoom*i);if(o===e.view.zoom)return e.view;let{plot:a,scale:l}=e,[c,d]=e.view.center,u=(t-(a.x+a.width/2))/l,h=(r-(a.y+a.height/2))/l,p=e.view.zoom/o;return{center:[c+u*(1-p),e.fromY(e.toY(d)-h*(1-p))],zoom:o}}function dn(e,n,t,r){let{scale:i}=e;return{center:[n.center[0]-t/i,e.fromY(e.toY(n.center[1])+r/i)],zoom:n.zoom}}function ge(e,n){let t=n?.closest?.("[data-skdx-i]"),r=Number(t?.getAttribute("data-skdx-i")),i=Number.isInteger(r)?e.shapes[r]?.item:void 0;return i?{index:r,item:i}:void 0}var ht=e=>e.shapes.flatMap((n,t)=>n.item&&!n.item.legend?[t]:[]);function We(e){switch(e.kind){case"rect":return{x:e.x+e.width/2,y:e.y};case"circle":return{x:e.cx,y:e.cy-e.r};case"line":return{x:(e.x1+e.x2)/2,y:Math.min(e.y1,e.y2)};case"text":return{x:e.x,y:e.y};case"path":{let n=/M\s*(-?[\d.]+)[ ,](-?[\d.]+)/.exec(e.d);return n?{x:Number(n[1]),y:Number(n[2])}:{x:0,y:0}}}}function un(e,n){let t=n===null?void 0:e.shapes[n];if(!t)return[];let r=V.focus,i;switch(t.kind){case"rect":i={kind:"rect",part:"focus",x:t.x-2,y:t.y-2,width:t.width+4,height:t.height+4,fill:"none",stroke:r,rx:2};break;case"circle":i={kind:"circle",part:"focus",cx:t.cx,cy:t.cy,r:t.r+3,fill:"none",stroke:r};break;case"line":i={kind:"line",part:"focus",x1:t.x1,y1:t.y1,x2:t.x2,y2:t.y2,stroke:r,strokeWidth:4};break;case"text":i={kind:"rect",part:"focus",x:t.x-2,y:t.y-8,width:t.text.length*ue+4,height:16,fill:"none",stroke:r,rx:2};break;case"path":i={kind:"path",part:"focus",d:t.d,stroke:r,strokeWidth:2,fill:"none"};break}let{x:o,y:a}=We(t),l=t.item&&e.tooltipFormatter?.(t.item)||(t.item?.label??t.title??"");return[i,...l?ot(m(o),m(a),l,e.width,e.height):[]]}function hn(e,n,t){let r=ht(e);if(r.length===0)return;let i=n===null?-1:r.indexOf(n);switch(t){case"ArrowRight":case"ArrowDown":return r[Math.min(r.length-1,i+1)];case"ArrowLeft":case"ArrowUp":return r[Math.max(0,i<=0?0:i-1)];case"Home":return r[0];case"End":return r[r.length-1];case"Escape":return null;default:return}}var Te=2,Ae=(e,n,t)=>{let r=Math.max(Te,Math.min(t,Math.round(n))),i=Math.max(0,Math.min(t-r,Math.round(e)));return{start:i,end:i+r}},Or=(e,n)=>!e||e.start<=0&&e.end>=n;function fn(e,n,t){if(e.count<=Te||!e.plot.width)return;let{start:r,end:i}=e.zoom,o=i-r,a=n>0?1.25:.8,l=Math.max(Te,Math.min(e.count,Math.round(o*a)));if(l===o)return n>0&&!Or(e.zoom,e.count)?Ae(r,l,e.count):void 0;let c=Math.max(0,Math.min(1,(t-e.plot.x)/e.plot.width)),d=r+c*o;return Ae(d-c*l,l,e.count)}function mn(e,n,t,r){let i=n.end-n.start,o=Math.max(Te,Math.min(e.count,Math.round(i/Math.max(.05,t)))),a=Math.max(0,Math.min(1,(r-e.plot.x)/Math.max(1,e.plot.width)));return Ae(n.start+a*i-a*o,o,e.count)}function pn(e,n,t){let r=n.end-n.start,i=e.plot.width/Math.max(1,r);return Ae(n.start-t/i,r,e.count)}function bn(e,n,t){let r=e.brush;if(!r||!Ut(r.box,n,t))return;let i=r.window;if(Math.abs(n-i.x)<=6)return{grab:"left",zoom:e.zoom};if(Math.abs(n-(i.x+i.width))<=6)return{grab:"right",zoom:e.zoom};if(n>i.x&&n<i.x+i.width)return{grab:"move",zoom:e.zoom};let o=e.zoom.end-e.zoom.start,a=(n-r.box.x)/Math.max(1,r.box.width)*e.count;return{grab:"move",zoom:Ae(a-o/2,o,e.count)}}function gn(e,n,t,r){let i=e.brush;if(!i)return t;let o=r/Math.max(1,i.box.width)*e.count;if(n==="move")return Ae(t.start+o,t.end-t.start,e.count);if(n==="left")return{start:Math.max(0,Math.min(t.end-Te,Math.round(t.start+o))),end:t.end};let a=Math.min(e.count,Math.max(t.start+Te,Math.round(t.end+o)));return{start:t.start,end:a}}function yn(e,n){switch(n.type){case"svg":return Promise.resolve(xn(e,n.label,n.resolve));case"csv":return Promise.resolve(Vr(n.rows));case"png":{if(typeof document>"u"||typeof Image>"u")return Promise.reject(new Error("PNG export needs a browser"));let t=xn(e,n.label,n.resolve);return Rr(t,e.width,e.height,n.scale,n.background)}}}var fe=e=>e.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/"/g,"&quot;"),Ze=e=>e.filter(([,n])=>n!==void 0&&n!=="").map(([n,t])=>` ${n}="${fe(String(t))}"`).join("");function zr(e){let n=e.title?`<title>${fe(e.title)}</title>`:"",t=["data-skdx-part",e.part];switch(e.kind){case"path":return`<path${Ze([t,["d",e.d],["fill",e.fill??"none"],["stroke",e.stroke],["stroke-width",e.strokeWidth],["stroke-linecap",e.strokeLinecap],["stroke-linejoin",e.strokeLinejoin],["stroke-dasharray",e.dash],["opacity",e.opacity],["fill-opacity",e.fillOpacity]])}>${n}</path>`;case"rect":return`<rect${Ze([t,["x",e.x],["y",e.y],["width",e.width],["height",e.height],["rx",e.rx],["fill",e.fill],["stroke",e.stroke],["fill-opacity",e.opacity]])}>${n}</rect>`;case"line":return`<line${Ze([t,["x1",e.x1],["y1",e.y1],["x2",e.x2],["y2",e.y2],["stroke",e.stroke],["stroke-width",e.strokeWidth],["stroke-dasharray",e.dash],["opacity",e.opacity]])}>${n}</line>`;case"circle":return`<circle${Ze([t,["cx",e.cx],["cy",e.cy],["r",e.r],["fill",e.fill],["stroke",e.stroke]])}>${n}</circle>`;case"text":return`<text${Ze([t,["x",e.x],["y",e.y],["text-anchor",e.anchor],["dominant-baseline",e.baseline],["fill",e.fill],["font-weight",e.weight],["transform",e.rotate?`rotate(${e.rotate} ${e.x} ${e.y})`:void 0]])}>${fe(e.text)}</text>`}}function Lr(e){let n=e.defs??[];return n.length===0?"":`<defs>${n.map(t=>`<linearGradient id="${fe(t.id)}" x1="0" y1="0" x2="${t.vertical===!1?1:0}" y2="${t.vertical===!1?0:1}">${t.stops.map(r=>`<stop offset="${r.offset}" stop-color="${fe(r.color)}"${r.opacity===void 0?"":` stop-opacity="${r.opacity}"`}/>`).join("")}</linearGradient>`).join("")}</defs>`}function xn(e,n,t){let r=Lr(e)+e.shapes.map(zr).join("");return t&&(r=r.replace(/var\((--[\w-]+)\)/g,(i,o)=>t(o).trim()||i)),`<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 ${e.width} ${e.height}" width="${e.width}" height="${e.height}" role="img" aria-label="${fe(n)}" font-family="${fe(V.fontFamily)}" font-size="${fe(V.fontSize)}"><title>${fe(n)}</title>${r}</svg>`}function Rr(e,n,t,r=2,i){return new Promise((o,a)=>{let l=URL.createObjectURL(new Blob([e],{type:"image/svg+xml;charset=utf-8"})),c=new Image;c.onload=()=>{URL.revokeObjectURL(l);let d=document.createElement("canvas");d.width=Math.round(n*r),d.height=Math.round(t*r);let u=d.getContext("2d");if(!u)return a(new Error("canvas 2d context unavailable"));i&&(u.fillStyle=i,u.fillRect(0,0,d.width,d.height)),u.drawImage(c,0,0,d.width,d.height),d.toBlob(h=>h?o(h):a(new Error("toBlob failed")),"image/png")},c.onerror=()=>{URL.revokeObjectURL(l),a(new Error("svg could not be decoded"))},c.src=l})}function Vr(e){let n=t=>{let r=t==null?"":String(t);return/[",\n\r]/.test(r)?`"${r.replace(/"/g,'""')}"`:r};return e.map(t=>t.map(n).join(",")).join(`\r
2
+ `)}function vn(e,n){if(!n)return;let t=typeof n=="object"?n.maxRows??500:500,r=e.hit;if(r&&r.rows.length>0){let l=r.rows[0];if(r.rows.length>t)return;let c=["",...l.slice(1).map(u=>u.replace(/:\s[^:]*$/,""))],d=r.rows.map(u=>[u[0],...u.slice(1).map(h=>h.slice(h.lastIndexOf(": ")+2))]);return[c,...d]}let i=e.shapes.flatMap(l=>l.item&&!l.item.legend&&!(l.part==="anchor"&&!l.title)?[l.item]:[]);if(i.length===0||i.length>t)return;let o=["series","name","category","value"].filter(l=>i.some(c=>c[l]!==void 0)),a=(l,c)=>l[c]===void 0?"":String(l[c]);return[o.map(l=>l[0]?.toUpperCase()+l.slice(1)),...i.map(l=>o.map(c=>a(l,c)))]}var kn=new Map;function ft(e){let n=kn.get(e);if(n)return n.group;let t=new Set,r={},i={current:r,subscribe(o){return t.add(o),()=>{t.delete(o),t.size===0&&kn.delete(e)}},publish(o,a){Object.assign(r,o);for(let l of t)l(o,a)}};return kn.set(e,{group:i,listeners:t}),i}var Br='[data-skdx-part]:not([data-skdx-part^="tooltip"]):not([data-skdx-part="focus"]):not([data-skdx-part="crosshair"])',wn=`@keyframes skdx-in{from{opacity:0}to{opacity:1}}${Br}{animation:skdx-in var(--skdx-chart-duration,0ms) ease-out;transition:${["x","y","width","height","cx","cy","r","opacity","fill-opacity","d"].map(e=>`${e} var(--skdx-chart-duration,0ms) ease-out`).join(",")}}@media (prefers-reduced-motion:reduce){${Br}{animation:none;transition:none}}`;function Mn(e){let n=e.animate;return n&&e.shapes.length<=1500?`${n}ms`:void 0}function Sn(e){let n=[],r=e.data.filter(u=>{let h=$(u.value)&&u.value>=0;return h||n.push({code:"invalid-value",severity:"warning",message:`"${u.name}" has no valid non-negative value and was dropped.`,itemId:u.id??u.name}),h}).map((u,h)=>({d:u,i:h})).sort((u,h)=>h.d.value-u.d.value||u.i-h.i),i=r.reduce((u,{d:h})=>u+h.value,0),o=0,a=r.map(({d:u})=>i>0?(o+=u.value)/i:0),l=e.threshold,c=Sr({...e,categories:r.map(({d:u})=>u.name),series:[{name:e.name??"Value",type:"bar",data:r.map(({d:u})=>u.value),color:r[0]?.d.color},{name:e.cumulativeLabel??"Cumulative",type:"line",axis:"right",data:a,curve:"linear"}],rightAxis:{min:0,max:1,format:{style:"percent"}},references:l!==void 0&&$(l)?[{y:l,axis:"right",label:`${Math.round(l*100)}%`,variant:"primary"}]:void 0},"bar"),d=c.shapes.map(u=>{if(u.part!=="bar"||u.kind!=="rect"||!u.item||u.item.index===void 0)return u;let h=r[u.item.index]?.d;return h?{...u,fill:h.color??u.fill,item:{...u.item,id:h.id??h.name,name:h.name}}:u});return{...c,shapes:d,issues:[...n,...c.issues??[]]}}import{css as Ti,html as xe,LitElement as Ai,nothing as Y,svg as ne}from"lit";import{property as A,state as ie}from"lit/decorators.js";import{ifDefined as E}from"lit/directives/if-defined.js";var Oi={fromAttribute:()=>!1},R=class extends Ai{constructor(){super(...arguments);this.legend=!1;this.tooltip=!0;this.selectionMode="none";this.loading=!1;this.decorative=!1;this.accessibleTable=!1;this.zoomable=!1;this.editable=!1;this.crossFilter=!1;this.animated=!1;this.responsive=!1;this.tip=[];this.overlay=[];this.portal=null;this.highlightState=null;this.crossState=null;this.lastCross=null;this.pointers=new Map;this.hover=null;this.token={};this.focused=null;this.hiddenState=[];this.drag=null;this.onPointerMove=t=>{let r=this.layout;if(!r)return;this.pointers.has(t.pointerId)&&this.pointers.set(t.pointerId,this.viewBox(t,r).x);let i=this.drag;if(i?.grab==="select"){let{x:o,y:a}=this.viewBox(t,r);this.overlay=[tn(ut(i.x,i.y,o,a))];return}if(i?.grab==="lasso"){let{x:o,y:a}=this.viewBox(t,r);i.points=[...i.points??[],{x:o,y:a}],this.overlay=[rn(i.points)];return}if(i?.grab==="edit"){if(!i.gantt)return;let{x:o}=this.viewBox(t,r);i.change=an(r,i.gantt,o-i.x),this.overlay=[ln(r,i.gantt,i.change)];return}if(i?.grab==="map"){if(!r.map||!i.view)return;let{x:o,y:a}=this.viewBox(t,r);this.setView(dn(r.map,i.view,o-i.x,a-i.y));return}if(i&&r.hit){if(i.grab==="pinch"){let[a,l]=[...this.pointers.values()];if(a===void 0||l===void 0||!i.distance)return;this.setZoom(mn(r.hit,i.zoom,Math.abs(a-l)/i.distance,(a+l)/2));return}let{x:o}=this.viewBox(t,r);this.setZoom(i.grab==="pan"?pn(r.hit,i.zoom,o-i.x):gn(r.hit,i.grab,i.zoom,o-i.x));return}if(r.tooltipPortal){let{lines:o,shapes:a}=Yt(r,t.target,t.currentTarget,t.clientX,t.clientY);this.tip=a,this.portal=o.length?{x:t.clientX,y:t.clientY,lines:o}:null}else{let o=Qt(r,t.target,t.currentTarget,t.clientX,t.clientY);(o.length>0||this.tip.length>0)&&(this.tip=o)}if(this.highlight(Jt(r,t.target)),this.syncId&&r.hit?.crosshair){let o=He(r,this.viewBox(t,r).x);this.shareCrosshair(o?r.hit.rows[o.index]?.[0]??null:null)}};this.onPointerDown=t=>{let r=this.layout;if(!r||t.button!==0)return;let{x:i,y:o}=this.viewBox(t,r),a=ge(r,t.target)?.item.legend,l=this.canEdit(r)?on(r,i,o):void 0;if(l){this.drag={x:i,y:o,zoom:{start:0,end:0},grab:"edit",gantt:l},t.currentTarget.setPointerCapture(t.pointerId),this.clearTip();return}if(this.brushing()&&!a){this.drag={x:i,y:o,zoom:{start:0,end:0},grab:this.selectionMode==="lasso"?"lasso":"select",points:[{x:i,y:o}]},t.currentTarget.setPointerCapture(t.pointerId),this.clearTip();return}if(this.canPan(r)&&r.map){let d=r.map.plot;if(i<d.x||i>d.x+d.width||o<d.y||o>d.y+d.height)return;this.drag={x:i,y:o,zoom:{start:0,end:0},grab:"map",view:r.map.view},t.currentTarget.setPointerCapture(t.pointerId),this.clearTip();return}let c=r.hit;if(!(!c||!this.canZoom(r))){if(this.pointers.set(t.pointerId,i),this.pointers.size===2){let[d,u]=[...this.pointers.values()];this.drag={x:(d+u)/2,y:o,zoom:c.zoom,grab:"pinch",distance:Math.abs(d-u)||1}}else{let d=bn(c,i,o);if(d)this.drag={x:i,y:o,zoom:d.zoom,grab:d.grab},d.zoom!==c.zoom&&this.setZoom(d.zoom);else if(this.zoomable&&i>=c.plot.x&&i<=c.plot.x+c.plot.width&&o>=c.plot.y&&o<=c.plot.y+c.plot.height)this.drag={x:i,y:o,zoom:c.zoom,grab:"pan"};else{this.pointers.delete(t.pointerId);return}}t.currentTarget.setPointerCapture(t.pointerId),this.clearTip()}};this.onPointerUp=t=>{this.pointers.delete(t.pointerId);let r=t.currentTarget;r.hasPointerCapture(t.pointerId)&&r.releasePointerCapture(t.pointerId);let i=this.drag,o=this.layout;if(o&&(i?.grab==="select"||i?.grab==="lasso"||i?.grab==="edit"||i?.grab==="map")){this.overlay=[];let{x:a,y:l}=this.viewBox(t,o);if(Math.abs(a-i.x)>2||Math.abs(l-i.y)>2){i.grab==="select"?this.setSelected(en(o,ut(i.x,i.y,a,l))):i.grab==="lasso"?this.setSelected(nn(o,i.points??[])):i.grab==="edit"&&i.change&&this.emit("skdx-task-change",i.change),this.drag={...i,distance:-1};return}this.drag=null;return}(this.pointers.size===0||this.drag?.grab==="pinch")&&(this.drag=null)};this.onWheel=t=>{let r=this.layout;if(!r)return;let{x:i,y:o}=this.viewBox(t,r);if(r.map&&this.canPan(r)){let c=r.map.plot;if(i<c.x||i>c.x+c.width||o<c.y||o>c.y+c.height)return;t.preventDefault(),this.setView(cn(r.map,t.deltaY,i,o));return}let a=r.hit;if(!a||!this.canZoom(r)||o<a.plot.y||o>a.plot.y+a.plot.height)return;let l=fn(a,t.deltaY,i);l&&(t.preventDefault(),this.setZoom(l))};this.onClick=t=>{if(!this.layout)return;if(this.drag?.distance===-1){this.drag=null;return}let r=ge(this.layout,t.target);r&&(r.item.range?this.setZoom(r.item.range):r.item.legend&&r.item.series!==void 0?this.toggle(r.item.series):(this.select(r.item),this.emit("skdx-item-click",r.item)))};this.onKeyDown=t=>{let r=this.layout;if(!r)return;if((t.key==="Enter"||t.key===" ")&&this.focused!==null){let l=r.shapes[this.focused]?.item;l&&(t.preventDefault(),this.select(l),this.emit("skdx-item-click",l));return}let i=this.canEdit(r)?sn(r,this.focused,t):void 0;if(i){t.preventDefault(),this.emit("skdx-task-change",i);return}let o=hn(r,this.focused,t.key);if(o===void 0)return;t.preventDefault(),this.focused=o;let a=o===null?void 0:r.shapes[o]?.item;this.highlight(a?be(a):null)}}connectedCallback(){super.connectedCallback(),!(typeof ResizeObserver>"u")&&(this.observer=new ResizeObserver(([t])=>{let r=Math.floor(t?.contentRect.width??0);r>0&&(this.measured=r)}),this.observer.observe(this))}disconnectedCallback(){this.observer?.disconnect(),this.leave?.(),this.leave=void 0,this.joined=void 0,super.disconnectedCallback()}sized(){let{width:t,height:r,legend:i,tooltip:o,format:a,palette:l,loading:c,error:d,emptyMessage:u,description:h,decorative:p,animated:v,responsive:y,highlighted:b,highlightScope:S,accessibleTable:w}=this;return{...typeof y=="object"&&this.measured!==void 0&&this.measured<(y.breakpoint??480)?y.compact:void 0,width:y&&this.measured?this.measured:t,height:r,animate:v,responsive:y,legend:i,tooltip:o,format:a,palette:l,loading:c,error:d,emptyMessage:u,description:h,decorative:p,highlighted:b===void 0?this.highlightState:b,highlightScope:S,accessibleTable:w,hiddenSeries:this.hiddenSeries??this.hiddenState,zoom:this.zoom??this.zoomState,selected:this.selected??this.selectedState,view:this.view??this.viewState}}emit(t,r){this.dispatchEvent(new CustomEvent(t,{detail:r,bubbles:!0,composed:!0}))}publish(t){this.syncId&&ft(this.syncId).publish(t,this.token)}join(){if(this.joined===this.syncId||(this.leave?.(),this.leave=void 0,this.joined=this.syncId,!this.syncId))return;let t=ft(this.syncId),r=i=>{"highlighted"in i&&(this.highlightState=i.highlighted??null),i.selected&&(this.selectedState=i.selected,this.crossFilter&&(this.highlightState=i.selected.length?i.selected:null)),"zoom"in i&&(this.zoomState=i.zoom),i.hiddenSeries&&(this.hiddenState=i.hiddenSeries),"crosshair"in i&&(this.crossState=i.crosshair??null)};r(t.current),this.leave=t.subscribe((i,o)=>{o!==this.token&&r(i)})}setZoom(t){this.zoomState=t,this.emit("skdx-zoom-change",t),this.publish({zoom:t})}setView(t){this.viewState=t,this.emit("skdx-view-change",t)}setSelected(t){this.selectedState=t,this.emit("skdx-selected-change",t),this.publish({selected:t})}toggle(t){let r=this.hiddenSeries??this.hiddenState,i=r.includes(t)?r.filter(o=>o!==t):[...r,t];this.hiddenState=i,this.emit("skdx-hidden-series-change",i),this.publish({hiddenSeries:i})}highlight(t){let r=this.hover;r===t||r&&t&&Wt(r,t)||(this.hover=t,this.emit("skdx-highlighted-change",t),this.syncId&&(this.highlightState=t,this.publish({highlighted:t})))}select(t){let r=this.selectionMode;r!=="none"&&this.setSelected(Zt(this.selected??this.selectedState,t,r==="single"?"single":"multiple"))}shareCrosshair(t){!this.syncId||this.lastCross===t||(this.lastCross=t,this.publish({crosshair:t}))}clearTip(){this.tip=[],this.portal=null,this.shareCrosshair(null)}canZoom(t){return!!(t.hit&&(this.zoomable||t.hit.brush))}canPan(t){return!!(t.map&&this.zoomable)}canEdit(t){return!!(this.editable&&t.edit)}brushing(){return this.selectionMode==="brush"||this.selectionMode==="lasso"}viewBox(t,r){return Oe(t.currentTarget,t.clientX,t.clientY,r.width,r.height)}getSvgElement(){return this.renderRoot.querySelector("svg")}getLayout(){return this.layout}resetZoom(){this.setZoom(void 0)}zoomTo(t){this.setZoom(t)}focusItem(t){let r=this.layout;if(!r)return!1;let i=r.shapes.findIndex(o=>o.item&&!o.item.legend&&he(o.item,t));return i<0?!1:(this.getSvgElement()?.focus(),this.focused=i,!0)}export(t){let r=this.layout;return r?yn(r,{...t,label:t.label??this.label??this.localName}):Promise.reject(new Error("not rendered yet"))}root(t,r,i){this.join();let o=Et(Pt(t),this.sized());if(this.layout=o,o.issues!==this.reported){this.reported=o.issues;for(let w of o.issues??[])this.emit("skdx-data-issue",w)}let a=this.canZoom(o),l=this.canPan(o),c=this.canEdit(o),d=this.brushing(),u=a||l||c||d,h=!o.decorative&&ht(o).length>0,p=o.description?`${r}-desc`:void 0,v=Mn(o),y=vn(o,this.accessibleTable),b=typeof this.accessibleTable=="object"&&this.accessibleTable.caption||i,S=this.portal;return xe`<svg
3
+ xmlns="http://www.w3.org/2000/svg"
4
+ viewBox="0 0 ${o.width} ${o.height}"
5
+ width=${o.width}
6
+ height=${o.height}
7
+ role=${o.decorative?"presentation":"img"}
8
+ aria-hidden=${o.decorative?"true":Y}
9
+ aria-label=${o.decorative?Y:i}
10
+ aria-describedby=${E(p)}
11
+ tabindex=${h?0:Y}
12
+ data-skdx-chart=${r}
13
+ data-zoomable=${a||l?"":Y}
14
+ data-brushing=${d&&!(a||l)?"":Y}
15
+ data-editable=${c?"":Y}
16
+ style=${v?`--skdx-chart-duration:${v}`:Y}
17
+ font-family=${V.fontFamily}
18
+ font-size=${V.fontSize}
19
+ @pointermove=${o.tooltip||u?this.onPointerMove:Y}
20
+ @pointerleave=${()=>{this.clearTip(),this.highlight(null)}}
21
+ @pointerdown=${u?this.onPointerDown:Y}
22
+ @pointerup=${u?this.onPointerUp:Y}
23
+ @pointercancel=${u?this.onPointerUp:Y}
24
+ @wheel=${a||l?this.onWheel:Y}
25
+ @dblclick=${a||l?()=>l?this.setView(void 0):this.setZoom(void 0):Y}
26
+ @click=${this.onClick}
27
+ @keydown=${h?this.onKeyDown:Y}
28
+ @blur=${()=>{this.focused=null,this.highlight(null)}}
29
+ >
30
+ <title>${i}</title>
31
+ ${o.description?ne`<desc id=${E(p)}>${o.description}</desc>`:Y}
32
+ ${v?ne`<style>${wn}</style>`:Y} ${zi(o)}
33
+ ${mt(o.shapes)}
34
+ ${mt(this.tip.length||!this.crossState?this.tip:Xt(o,this.crossState))}
35
+ ${mt(un(o,this.focused))} ${mt(this.overlay)}
36
+ </svg>
37
+ ${S?xe`<div
38
+ role="tooltip"
39
+ data-skdx-tooltip=${r}
40
+ style="left:${S.x+12}px;top:${S.y+12}px"
41
+ >
42
+ ${S.lines.map(w=>xe`<div>${w}</div>`)}
43
+ </div>`:Y}
44
+ ${y?xe`<table data-skdx-table=${r}>
45
+ <caption>
46
+ ${b}
47
+ </caption>
48
+ <thead>
49
+ <tr>
50
+ ${(y[0]??[]).map(w=>xe`<th scope="col">${w}</th>`)}
51
+ </tr>
52
+ </thead>
53
+ <tbody>
54
+ ${y.slice(1).map(w=>xe`<tr>
55
+ ${w.map((f,M)=>M===0?xe`<th scope="row">${f}</th>`:xe`<td>${f}</td>`)}
56
+ </tr>`)}
57
+ </tbody>
58
+ </table>`:Y}`}};R.styles=Ti`
59
+ :host {
60
+ display: inline-block;
61
+ }
62
+ svg {
63
+ display: block;
64
+ max-width: 100%;
65
+ height: auto;
66
+ outline: none;
67
+ }
68
+ svg[data-zoomable] {
69
+ cursor: grab;
70
+ touch-action: none;
71
+ }
72
+ svg[data-brushing] {
73
+ cursor: crosshair;
74
+ touch-action: none;
75
+ }
76
+ svg[data-editable] {
77
+ touch-action: none;
78
+ }
79
+ :host([responsive]) {
80
+ display: block;
81
+ }
82
+ table {
83
+ position: absolute;
84
+ width: 1px;
85
+ height: 1px;
86
+ margin: -1px;
87
+ padding: 0;
88
+ overflow: hidden;
89
+ clip: rect(0 0 0 0);
90
+ white-space: nowrap;
91
+ border: 0;
92
+ }
93
+ [role='tooltip'] {
94
+ position: fixed;
95
+ pointer-events: none;
96
+ z-index: 1000;
97
+ background: var(--skdx-color-surface-raised);
98
+ color: var(--skdx-color-text-default);
99
+ border: 1px solid var(--skdx-color-border-strong);
100
+ border-radius: 3px;
101
+ padding: 4px 8px;
102
+ font-family: var(--skdx-font-family);
103
+ font-size: var(--skdx-font-size-xs);
104
+ white-space: nowrap;
105
+ }
106
+ [role='tooltip'] > :first-child:not(:only-child) {
107
+ font-weight: bold;
108
+ }
109
+ `,g([A({type:Number})],R.prototype,"width",2),g([A({type:Number})],R.prototype,"height",2),g([A()],R.prototype,"label",2),g([A({type:Boolean,reflect:!0})],R.prototype,"legend",2),g([A({type:Boolean,attribute:"no-tooltip",converter:Oi})],R.prototype,"tooltip",2),g([A({attribute:!1})],R.prototype,"format",2),g([A({attribute:!1})],R.prototype,"palette",2),g([A({attribute:!1})],R.prototype,"hiddenSeries",2),g([A({attribute:!1})],R.prototype,"selected",2),g([A({attribute:"selection-mode"})],R.prototype,"selectionMode",2),g([A({attribute:!1})],R.prototype,"highlighted",2),g([A({attribute:!1})],R.prototype,"highlightScope",2),g([A({type:Boolean,reflect:!0})],R.prototype,"loading",2),g([A()],R.prototype,"error",2),g([A({attribute:"empty-message"})],R.prototype,"emptyMessage",2),g([A()],R.prototype,"description",2),g([A({type:Boolean,reflect:!0})],R.prototype,"decorative",2),g([A({type:Boolean,attribute:"accessible-table"})],R.prototype,"accessibleTable",2),g([A({attribute:!1})],R.prototype,"zoom",2),g([A({attribute:!1})],R.prototype,"view",2),g([A({type:Boolean,reflect:!0})],R.prototype,"zoomable",2),g([A({type:Boolean,reflect:!0})],R.prototype,"editable",2),g([A({attribute:"sync-id"})],R.prototype,"syncId",2),g([A({type:Boolean,attribute:"cross-filter"})],R.prototype,"crossFilter",2),g([A({converter:{fromAttribute:t=>t===null?!1:t===""?!0:Number(t)}})],R.prototype,"animated",2),g([A({type:Boolean,reflect:!0})],R.prototype,"responsive",2),g([ie()],R.prototype,"tip",2),g([ie()],R.prototype,"overlay",2),g([ie()],R.prototype,"portal",2),g([ie()],R.prototype,"measured",2),g([ie()],R.prototype,"viewState",2),g([ie()],R.prototype,"highlightState",2),g([ie()],R.prototype,"crossState",2),g([ie()],R.prototype,"focused",2),g([ie()],R.prototype,"hiddenState",2),g([ie()],R.prototype,"zoomState",2),g([ie()],R.prototype,"selectedState",2);var Z=class extends R{constructor(){super(...arguments);this.series=[];this.labels=!1;this.connectNulls=!1;this.stacked=!1;this.brush=!1;this.crosshair=!1}input(){let{series:t,categories:r,xAxis:i,yAxis:o,rightAxis:a,references:l,annotations:c,labels:d,curve:u,connectNulls:h,nulls:p,stacked:v,stackOffset:y,orientation:b,radius:S,barGap:w,barWidth:f,sort:M,transform:T,transforms:k,bins:O,binWidth:G,binDomain:j,binMode:B,sampling:X,brush:Q,crosshair:oe}=this;return{...this.sized(),series:t,categories:r,xAxis:i,yAxis:o,rightAxis:a,references:l,annotations:c,labels:d,curve:u,connectNulls:h,nulls:p,stacked:v,stackOffset:y,orientation:b,radius:S,barGap:w,barWidth:f,sort:M,transform:T,transforms:k,bins:O,binWidth:G,binDomain:j,binMode:B,sampling:X,brush:Q,crosshair:oe}}};g([A({attribute:!1})],Z.prototype,"series",2),g([A({attribute:!1})],Z.prototype,"categories",2),g([A({attribute:!1})],Z.prototype,"xAxis",2),g([A({attribute:!1})],Z.prototype,"yAxis",2),g([A({attribute:!1})],Z.prototype,"rightAxis",2),g([A({attribute:!1})],Z.prototype,"references",2),g([A({attribute:!1})],Z.prototype,"annotations",2),g([A({type:Boolean,reflect:!0})],Z.prototype,"labels",2),g([A()],Z.prototype,"curve",2),g([A({type:Boolean,attribute:"connect-nulls"})],Z.prototype,"connectNulls",2),g([A()],Z.prototype,"nulls",2),g([A({reflect:!0,converter:{fromAttribute:t=>t==="percent"?"percent":t!==null}})],Z.prototype,"stacked",2),g([A({attribute:"stack-offset"})],Z.prototype,"stackOffset",2),g([A()],Z.prototype,"orientation",2),g([A({type:Number})],Z.prototype,"radius",2),g([A({type:Number,attribute:"bar-gap"})],Z.prototype,"barGap",2),g([A({type:Number,attribute:"bar-width"})],Z.prototype,"barWidth",2),g([A()],Z.prototype,"sort",2),g([A()],Z.prototype,"transform",2),g([A({attribute:!1})],Z.prototype,"transforms",2),g([A({type:Number})],Z.prototype,"bins",2),g([A({type:Number,attribute:"bin-width"})],Z.prototype,"binWidth",2),g([A({attribute:!1})],Z.prototype,"binDomain",2),g([A({attribute:"bin-mode"})],Z.prototype,"binMode",2),g([A({attribute:!1})],Z.prototype,"sampling",2),g([A({type:Boolean,reflect:!0})],Z.prototype,"brush",2),g([A({type:Boolean,reflect:!0})],Z.prototype,"crosshair",2);var zi=e=>e.defs&&e.defs.length?ne`<defs>${e.defs.map(n=>ne`<linearGradient id=${n.id} x1="0" y1="0" x2=${n.vertical===!1?1:0} y2=${n.vertical===!1?0:1}>${n.stops.map(t=>ne`<stop offset=${t.offset} stop-color=${t.color} stop-opacity=${E(t.opacity)}></stop>`)}</linearGradient>`)}</defs>`:Y,mt=e=>ne`${e.map((n,t)=>{let r=n.title?ne`<title>${n.title}</title>`:Y,i=n.item?t:void 0;switch(n.kind){case"path":return ne`<path data-skdx-part=${n.part} data-skdx-i=${E(i)} d=${n.d} fill=${n.fill??"none"} stroke=${E(n.stroke)} stroke-width=${E(n.strokeWidth)} stroke-linecap=${E(n.strokeLinecap)} stroke-linejoin=${E(n.strokeLinejoin)} stroke-dasharray=${E(n.dash)} opacity=${E(n.opacity)} fill-opacity=${E(n.fillOpacity)}>${r}</path>`;case"rect":return ne`<rect data-skdx-part=${n.part} data-skdx-i=${E(i)} x=${n.x} y=${n.y} width=${n.width} height=${n.height} rx=${E(n.rx)} fill=${n.fill} stroke=${E(n.stroke)} fill-opacity=${E(n.opacity)}>${r}</rect>`;case"line":return ne`<line data-skdx-part=${n.part} data-skdx-i=${E(i)} x1=${n.x1} y1=${n.y1} x2=${n.x2} y2=${n.y2} stroke=${n.stroke} stroke-width=${E(n.strokeWidth)} stroke-dasharray=${E(n.dash)} opacity=${E(n.opacity)}>${r}</line>`;case"circle":return ne`<circle data-skdx-part=${n.part} data-skdx-i=${E(i)} cx=${n.cx} cy=${n.cy} r=${n.r} fill=${n.fill} stroke=${E(n.stroke)} opacity=${E(n.opacity)}>${r}</circle>`;case"text":return ne`<text data-skdx-part=${n.part} data-skdx-i=${E(i)} x=${n.x} y=${n.y} text-anchor=${E(n.anchor)} dominant-baseline=${E(n.baseline)} fill=${E(n.fill)} font-weight=${E(n.weight)} pointer-events=${E(i===void 0?"none":void 0)} transform=${E(n.rotate?`rotate(${n.rotate} ${n.x} ${n.y})`:void 0)}>${n.text}</text>`}})}`;var ee=class extends R{constructor(){super(...arguments);this.data=[];this.labels=!1;this.brush=!1;this.crosshair=!1}render(){let{data:t,threshold:r,cumulativeLabel:i,name:o,labels:a,radius:l,barGap:c,barWidth:d,xAxis:u,yAxis:h,brush:p,crosshair:v}=this;return this.root(Sn({...this.sized(),data:t,threshold:r,cumulativeLabel:i,name:o,labels:a,radius:l,barGap:c,barWidth:d,xAxis:u,yAxis:h,brush:p,crosshair:v}),"pareto",this.label??"Pareto chart")}};g([re({attribute:!1})],ee.prototype,"data",2),g([re({type:Number})],ee.prototype,"threshold",2),g([re({attribute:"cumulative-label"})],ee.prototype,"cumulativeLabel",2),g([re()],ee.prototype,"name",2),g([re({type:Boolean,reflect:!0})],ee.prototype,"labels",2),g([re({type:Number})],ee.prototype,"radius",2),g([re({type:Number,attribute:"bar-gap"})],ee.prototype,"barGap",2),g([re({type:Number,attribute:"bar-width"})],ee.prototype,"barWidth",2),g([re({attribute:!1})],ee.prototype,"xAxis",2),g([re({attribute:!1})],ee.prototype,"yAxis",2),g([re({type:Boolean,reflect:!0})],ee.prototype,"brush",2),g([re({type:Boolean,reflect:!0})],ee.prototype,"crosshair",2),ee=g([Li("skdx-pareto-chart")],ee);export{ee as SkdxParetoChart};