@skdx/web-components-charts 0.38.0

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