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