@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.
- package/LICENSE +21 -0
- package/README.md +98 -0
- package/dist/area.cjs +109 -0
- package/dist/area.d.cts +2 -0
- package/dist/area.d.ts +2 -0
- package/dist/area.js +109 -0
- package/dist/bar.cjs +109 -0
- package/dist/bar.d.cts +2 -0
- package/dist/bar.d.ts +2 -0
- package/dist/bar.js +109 -0
- package/dist/boxplot.cjs +109 -0
- package/dist/boxplot.d.cts +2 -0
- package/dist/boxplot.d.ts +2 -0
- package/dist/boxplot.js +109 -0
- package/dist/bubble.cjs +109 -0
- package/dist/bubble.d.cts +2 -0
- package/dist/bubble.d.ts +2 -0
- package/dist/bubble.js +109 -0
- package/dist/bullet.cjs +109 -0
- package/dist/bullet.d.cts +2 -0
- package/dist/bullet.d.ts +2 -0
- package/dist/bullet.js +109 -0
- package/dist/bump.cjs +109 -0
- package/dist/bump.d.cts +2 -0
- package/dist/bump.d.ts +2 -0
- package/dist/bump.js +109 -0
- package/dist/candlestick.cjs +109 -0
- package/dist/candlestick.d.cts +2 -0
- package/dist/candlestick.d.ts +2 -0
- package/dist/candlestick.js +109 -0
- package/dist/chord.cjs +109 -0
- package/dist/chord.d.cts +2 -0
- package/dist/chord.d.ts +2 -0
- package/dist/chord.js +109 -0
- package/dist/circle-packing.cjs +109 -0
- package/dist/circle-packing.d.cts +2 -0
- package/dist/circle-packing.d.ts +2 -0
- package/dist/circle-packing.js +109 -0
- package/dist/combo.cjs +109 -0
- package/dist/combo.d.cts +2 -0
- package/dist/combo.d.ts +2 -0
- package/dist/combo.js +109 -0
- package/dist/dumbbell.cjs +109 -0
- package/dist/dumbbell.d.cts +2 -0
- package/dist/dumbbell.d.ts +2 -0
- package/dist/dumbbell.js +109 -0
- package/dist/funnel.cjs +109 -0
- package/dist/funnel.d.cts +2 -0
- package/dist/funnel.d.ts +2 -0
- package/dist/funnel.js +109 -0
- package/dist/gantt.cjs +109 -0
- package/dist/gantt.d.cts +2 -0
- package/dist/gantt.d.ts +2 -0
- package/dist/gantt.js +109 -0
- package/dist/gauge.cjs +109 -0
- package/dist/gauge.d.cts +2 -0
- package/dist/gauge.d.ts +2 -0
- package/dist/gauge.js +109 -0
- package/dist/heatmap.cjs +109 -0
- package/dist/heatmap.d.cts +2 -0
- package/dist/heatmap.d.ts +2 -0
- package/dist/heatmap.js +109 -0
- package/dist/histogram.cjs +109 -0
- package/dist/histogram.d.cts +2 -0
- package/dist/histogram.d.ts +2 -0
- package/dist/histogram.js +109 -0
- package/dist/icicle.cjs +109 -0
- package/dist/icicle.d.cts +2 -0
- package/dist/icicle.d.ts +2 -0
- package/dist/icicle.js +109 -0
- package/dist/index-oF5ss8v9.d.cts +2331 -0
- package/dist/index-oF5ss8v9.d.ts +2331 -0
- package/dist/index.cjs +109 -0
- package/dist/index.d.cts +29 -0
- package/dist/index.d.ts +29 -0
- package/dist/index.js +109 -0
- package/dist/line.cjs +109 -0
- package/dist/line.d.cts +2 -0
- package/dist/line.d.ts +2 -0
- package/dist/line.js +109 -0
- package/dist/linear-gauge.cjs +109 -0
- package/dist/linear-gauge.d.cts +2 -0
- package/dist/linear-gauge.d.ts +2 -0
- package/dist/linear-gauge.js +109 -0
- package/dist/map.cjs +109 -0
- package/dist/map.d.cts +2 -0
- package/dist/map.d.ts +2 -0
- package/dist/map.js +109 -0
- package/dist/marimekko.cjs +109 -0
- package/dist/marimekko.d.cts +2 -0
- package/dist/marimekko.d.ts +2 -0
- package/dist/marimekko.js +109 -0
- package/dist/network.cjs +109 -0
- package/dist/network.d.cts +2 -0
- package/dist/network.d.ts +2 -0
- package/dist/network.js +109 -0
- package/dist/organization.cjs +109 -0
- package/dist/organization.d.cts +2 -0
- package/dist/organization.d.ts +2 -0
- package/dist/organization.js +109 -0
- package/dist/parallel.cjs +109 -0
- package/dist/parallel.d.cts +2 -0
- package/dist/parallel.d.ts +2 -0
- package/dist/parallel.js +109 -0
- package/dist/pareto.cjs +109 -0
- package/dist/pareto.d.cts +2 -0
- package/dist/pareto.d.ts +2 -0
- package/dist/pareto.js +109 -0
- package/dist/pie.cjs +109 -0
- package/dist/pie.d.cts +2 -0
- package/dist/pie.d.ts +2 -0
- package/dist/pie.js +109 -0
- package/dist/polar-area.cjs +109 -0
- package/dist/polar-area.d.cts +2 -0
- package/dist/polar-area.d.ts +2 -0
- package/dist/polar-area.js +109 -0
- package/dist/radar.cjs +109 -0
- package/dist/radar.d.cts +2 -0
- package/dist/radar.d.ts +2 -0
- package/dist/radar.js +109 -0
- package/dist/radial.cjs +109 -0
- package/dist/radial.d.cts +2 -0
- package/dist/radial.d.ts +2 -0
- package/dist/radial.js +109 -0
- package/dist/range.cjs +109 -0
- package/dist/range.d.cts +2 -0
- package/dist/range.d.ts +2 -0
- package/dist/range.js +109 -0
- package/dist/sankey.cjs +109 -0
- package/dist/sankey.d.cts +2 -0
- package/dist/sankey.d.ts +2 -0
- package/dist/sankey.js +109 -0
- package/dist/scatter.cjs +109 -0
- package/dist/scatter.d.cts +2 -0
- package/dist/scatter.d.ts +2 -0
- package/dist/scatter.js +109 -0
- package/dist/sparkline.cjs +109 -0
- package/dist/sparkline.d.cts +2 -0
- package/dist/sparkline.d.ts +2 -0
- package/dist/sparkline.js +109 -0
- package/dist/sunburst.cjs +109 -0
- package/dist/sunburst.d.cts +2 -0
- package/dist/sunburst.d.ts +2 -0
- package/dist/sunburst.js +109 -0
- package/dist/swarm.cjs +109 -0
- package/dist/swarm.d.cts +2 -0
- package/dist/swarm.d.ts +2 -0
- package/dist/swarm.js +109 -0
- package/dist/timeline.cjs +109 -0
- package/dist/timeline.d.cts +2 -0
- package/dist/timeline.d.ts +2 -0
- package/dist/timeline.js +109 -0
- package/dist/tree.cjs +109 -0
- package/dist/tree.d.cts +2 -0
- package/dist/tree.d.ts +2 -0
- package/dist/tree.js +109 -0
- package/dist/treemap.cjs +109 -0
- package/dist/treemap.d.cts +2 -0
- package/dist/treemap.d.ts +2 -0
- package/dist/treemap.js +109 -0
- package/dist/waffle.cjs +109 -0
- package/dist/waffle.d.cts +2 -0
- package/dist/waffle.d.ts +2 -0
- package/dist/waffle.js +109 -0
- package/dist/waterfall.cjs +109 -0
- package/dist/waterfall.d.cts +2 -0
- package/dist/waterfall.d.ts +2 -0
- package/dist/waterfall.js +109 -0
- package/package.json +76 -0
package/dist/index.js
ADDED
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
var Js=Object.defineProperty;var ei=Object.getOwnPropertyDescriptor;var m=(e,n,t,r)=>{for(var a=r>1?void 0:r?ei(n,t):n,o=e.length-1,s;o>=0;o--)(s=e[o])&&(a=(r?s(n,t,a):s(a))||a);return r&&a&&Js(n,t,a),a};import{customElement as fl}from"lit/decorators.js";var ts=e=>Number(e.toPrecision(12)),ti,sa=e=>(ti??(ti=new Intl.NumberFormat)).format(ts(e)),ni=e=>{let n=Math.round(Math.abs(e)),t=e<0?"-":"",r=Math.floor(n/3600),a=Math.floor(n%3600/60),o=s=>String(s).padStart(2,"0");return r>0?`${t}${r}h ${o(a)}m`:a>0?`${t}${a}m ${o(n%60)}s`:`${t}${n}s`};function re(e){if(e===void 0)return sa;if(typeof e=="function")return e;let{style:n,locale:t,digits:r,unit:a="",timeZone:o}=e,s=u=>a?h=>u(h)+a:u,c=u=>r===void 0?u===void 0?{}:{maximumFractionDigits:u}:{minimumFractionDigits:r,maximumFractionDigits:r},l=u=>{let h=new Intl.NumberFormat(t,u);return s(f=>h.format(ts(f)))},d=u=>{let h=new Intl.DateTimeFormat(t,o?{...u,timeZone:o}:u);return f=>h.format(f)};switch(n){case"integer":return l({maximumFractionDigits:0});case"decimal":return l(c(2));case"percent":return l({style:"percent",...c(0)});case"currency":return l({style:"currency",currency:e.currency??"USD",...c()});case"compact":return l({notation:"compact",...c(1)});case"scientific":return l({notation:"scientific",...c(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(ni)}}function Dt(e,n){if(typeof e=="string")return e;let t=e instanceof Date?e.getTime():e;return n?re(n)(t):e instanceof Date?new Intl.DateTimeFormat().format(e):sa(t)}var je=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 Je([e,n],[t,r]){let a=n-e;return o=>a===0?t:t+(o-e)/a*(r-t)}function st(e,n,t=5){if(e===n)return[e];let r=(n-e)/Math.max(1,t),a=10**Math.floor(Math.log10(r)),o=r/a,s=(o<1.5?1:o<3.5?2:o<7.5?5:10)*a,c=Math.floor(e/s)*s,l=Math.ceil(n/s)*s,d=[];for(let u=c;u<=l+s/2;u+=s)d.push(ns(u));return d}function Pe(e,[n,t],r=.2){let a=e===0?0:(t-n)/e,o=a*(1-Math.max(0,Math.min(.9,r)));return{step:a,bandwidth:o,start:s=>n+s*a+(a-o)/2,center:s=>n+(s+.5)*a}}var ns=e=>Number(e.toPrecision(12)),i=e=>Number(e.toFixed(2)),P=e=>typeof e=="number"&&Number.isFinite(e),Be=e=>e.filter(P);function ye(e){let n=1/0,t=-1/0;for(let r of e)P(r)&&(r<n&&(n=r),r>t&&(t=r));return n===1/0?[0,0]:[n,t]}function et(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],f=e[u];n==="stepAfter"?d+=`H${f.x}V${f.y}`:n==="stepBefore"?d+=`V${f.y}H${f.x}`:d+=`H${i((h.x+f.x)/2)}V${f.y}H${f.x}`}return d}if(n==="linear"||e.length<3)return`M${e.map(d=>`${d.x} ${d.y}`).join("L")}`;let r=e.length,a=e.slice(1).map((d,u)=>d.x-e[u].x),o=e.slice(1).map((d,u)=>d.y-e[u].y),s=a.map((d,u)=>d===0?0:o[u]/d),c=[s[0]];for(let d=1;d<r-1;d++){let u=s[d-1],h=s[d];c.push(u*h<=0?0:(u+h)/2)}c.push(s[r-2]);for(let d=0;d<r-1;d++){let u=s[d];if(u===0){c[d]=0,c[d+1]=0;continue}let h=c[d]/u,f=c[d+1]/u,y=Math.hypot(h,f);y>3&&(c[d]=3*h*u/y,c[d+1]=3*f*u/y)}let l=`M${t.x} ${t.y}`;for(let d=0;d<r-1;d++){let u=e[d],h=e[d+1],f=a[d]/3;l+=`C${i(u.x+f)} ${i(u.y+f*c[d])} ${i(h.x-f)} ${i(h.y-f*c[d+1])} ${h.x} ${h.y}`}return l}var cr=1e3,dr=60*cr,mr=60*dr,ur=24*mr,ri=[cr,5*cr,15*cr,30*cr,dr,5*dr,15*dr,30*dr,mr,3*mr,6*mr,12*mr,ur,2*ur,7*ur,14*ur];function Gn(e,n,t=6){if(!(n>e))return[e];let r=n-e,a=ri.find(h=>r/h<=t),o=[];if(a!==void 0){for(let h=Math.ceil(e/a)*a;h<=n;h+=a)o.push(h);return o.length?o:[e,n]}let s=r/(30*ur),c=[1,2,3,6,12,24,60,120].find(h=>s/h<=t)??240,l=new Date(e),d=l.getUTCFullYear(),u=Math.ceil((l.getUTCMonth()+(l.getUTCDate()>1?1:0))/c)*c;for(let h=Date.UTC(d,u,1);h<=n;)o.push(h),u+=c,u>=12&&(d+=Math.floor(u/12),u%=12),h=Date.UTC(d,u,1);return o.length?o:[e,n]}function rs(e,n){let t=Math.floor(Math.log10(e)),r=Math.ceil(Math.log10(n)),a=r-t<=1?[1,2,5]:[1],o=[];for(let s=t;s<=r;s++)for(let c of a)o.push(ns(c*10**s));return o.filter(s=>s>=e/1.0001&&s<=n*1.0001)}function Wn(e,n={}){if(n.thresholds&&n.thresholds.length>=2)return[...n.thresholds].filter(Number.isFinite).sort((l,d)=>l-d);let[t,r]=n.domain??ye(e),a=Math.max(1,e.length),o=Math.max(1,n.bins??Math.ceil(Math.log2(a)+1)),s=n.binWidth??(r>t?(r-t)/o:1),c=r>t?Math.max(1,Math.ceil((r-t)/s-1e-9)):1;return Array.from({length:c+1},(l,d)=>Number((t+d*s).toPrecision(12)))}function Zn(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],a=n[n.length-1];for(let o of Be(e)){if(o<r||o>a)continue;let s=0,c=t.length-1;for(;s<c;){let l=s+c+1>>1;t[l].x0<=o?s=l:c=l-1}t[s].count++}return t}var ai=/-?\d*\.?\d+(?:e[-+]?\d+)?/gi,oi=/([MLTHVCSQAZmlthvcsqaz])([^MLTHVCSQAZmlthvcsqaz]*)/g,si={M:2,L:2,T:2,C:6,S:4,Q:4,A:7,H:-1,V:-2};function ii(e,n,t){return e.replace(oi,(r,a,o)=>{let s=si[a];if(s===void 0)return a+o;let l=(o.match(ai)??[]).map((d,u)=>{let h=Number(d);if(s===-1)return String(h+n);if(s===-2)return String(h+t);let f=u%s;return s===7?f===5?String(h+n):f===6?String(h+t):d:String(f%2===0?h+n:h+t)});return a+l.join(" ")})}var as=(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:ii(r.d,n,t)}}});var ia=["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)"))),Y={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)"},pt=(e="neutral")=>e==="neutral"?Y.axis:`var(--skdx-color-${e}-500)`,la=(e="neutral")=>e==="neutral"?Y.label:e==="primary"?"var(--skdx-color-text-accent)":`var(--skdx-color-text-${e})`,os=(e,n)=>n??ia[e%ia.length];var de={top:16,right:16,bottom:32,left:48};function $e(e,n,t=de){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 Pn(e){let n=e.legend;if(n)return n===!0?{}:n.enabled===!1?void 0:n}function da(e){let n=e.tooltip;return n===void 0||n===!0?{enabled:!0}:n===!1?{enabled:!1}:{...n,enabled:n.enabled??!0}}var Er=e=>e.crosshair===!0||da(e).trigger==="axis",Dr=20,li=120,ss=e=>{let n=Pn(e);return n&&(n.position==="left"||n.position==="right")?n.width??li:0},se=(e,n=600,t=300)=>({width:(e.width??n)-ss(e),height:(e.height??t)-(Pn(e)?.position==="bottom"?Dr:0)}),ie=e=>{let n=Pn(e);return n&&(n.position===void 0||n.position==="top")?Dr:0},ue=6.5,ee=(e,n,t)=>t??(e.palette&&e.palette.length>0?e.palette[n%e.palette.length]:os(n)),be=(e,n)=>e.hiddenSeries?.includes(n)??!1;function ca(e,n,t=[],r={},a=10,o=8,s=!1){let c=[],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,f=o,y=a,I=(x,T,O,b)=>{let z=(T?18:4)+x.length*ue;f>o&&(s||f+z>n-8)&&(f=o,y+=Dr),T&&c.push({kind:"rect",part:"legend-swatch",x:f,y:y-5,width:10,height:10,fill:T,opacity:b?.3:void 0,item:O}),c.push({kind:"text",part:"legend-label",x:f+(T?14:0),y,text:x,baseline:"middle",fill:b?Y.grid:Y.label,item:O}),f+=z+12};for(let x of d){let T=t.includes(x.name),O=h?{label:x.name,series:x.name,legend:!0}:void 0;I(r.formatter?.(x.name)??x.name,x.color,O,T)}return u>0&&I(`+${u} more`,void 0,void 0,!1),r.align==="end"?ci(c,n):c}function ci(e,n){let t=new Map;for(let a of e){let o=a.kind==="rect"?a.y+5:a.y;t.set(o,[...t.get(o)??[],a])}let r=[];for(let a of t.values()){let o=Math.max(...a.map(c=>c.kind==="rect"?c.x+c.width:c.x+c.text.length*ue)),s=n-8-o;for(let c of a)r.push({...c,x:c.x+s})}return r}var di=(e,n,t={})=>new Set(ca(e,n,[],t).flatMap(r=>r.kind==="text"?[r.y]:[])).size;function le(e,n,t,r=[]){let a=Pn(e),o=a&&e.direction==="rtl"&&a.align===void 0?{...a,align:"end"}:a,s=da(e),c=o?.position==="bottom",l=ss(e),d=e.hiddenSeries??[],u=o?l?ca(r,1/0,d,o,10,(o.position==="right"?n:0)+8,!0):ca(r,n,d,o,c?t+10:10):[],h=c?di(r,n,o):0;return{width:n+l,height:c?t+Math.max(1,h)*Dr: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 ma(e){let n=e.legendOffset;if(!n)return e;let t=[...as(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}),a=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,c=e.map?{...e.map,plot:r(e.map.plot)}:void 0;return{...e,shapes:t,hit:a,edit:s,map:c,legendOffset:void 0}}function Br(e,n,t,r,a,o="auto"){let s=Array.isArray(t)?t:[t],c=Math.max(...s.map(f=>f.length))*ue+12,l=6+s.length*16,d=o==="top"?{x:e-c/2,y:n-l-8}:o==="bottom"?{x:e-c/2,y:n+8}:o==="left"?{x:e-c-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-c,d.x)),h=Math.max(0,Math.min(a-l,d.y));return[{kind:"rect",part:"tooltip",x:i(u),y:i(h),width:i(c),height:l,fill:"var(--skdx-color-surface-raised)",stroke:Y.axis,rx:3},...s.map((f,y)=>({kind:"text",part:"tooltip-label",x:i(u+6),y:i(h+11+y*16),text:f,baseline:"middle",fill:"var(--skdx-color-text-default)",weight:s.length>1&&y===0?"bold":void 0}))]}function At(e,n){let[t,r]=ye(e);return n?[Math.min(0,t),Math.max(0,r)]:[t,r]}function Ve([e,n],t,r=!1,a){let o=typeof r=="boolean"?{scale:r?"log":"linear"}:r,s=re(o.format??a),c=o.min??e,l=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 x=$=>Math.sign($)*Math.sqrt(Math.abs($)),T=o.nice===!1?[c,l]:st(c,l,o.ticks),O=o.min??T[0],b=o.max??T[T.length-1],z=Je([x(O),x(b)],t),N=$=>z(x($)),k=st(O,b,o.ticks).filter($=>$>=O-1e-9&&$<=b+1e-9);return{...d,scale:N,domain:[O,b],format:s,ticks:(k.length>=2?k:[O,b]).map($=>({pos:i(N($)),label:s($)})),zero:i(N(Math.min(Math.max(0,O),b)))}}if(o.scale==="log"){let x=Math.max(c,Number.EPSILON),T=Math.max(l,x),O=rs(x,T),b=[Math.log10(x),Math.log10(T)],z=Je(b,t),N=k=>z(Math.log10(Math.max(k,Number.EPSILON)));return{...d,scale:N,domain:b,format:s,ticks:O.map(k=>({pos:i(N(k)),label:s(k)})),zero:i(t[0])}}let u=st(c,l,o.ticks),h=[o.min??(o.nice===!1?c:u[0]),o.max??(o.nice===!1?l:u[u.length-1])],f=Je(h,t),y=u.filter(x=>x>=h[0]-1e-9&&x<=h[1]+1e-9),I=(y.length>=2?y:[h[0],h[1]]).map(x=>({pos:i(f(x)),label:s(x)}));return{...d,scale:f,domain:h,format:s,ticks:I,zero:i(f(Math.min(Math.max(0,h[0]),h[1])))}}var Cn=e=>e?.grid!==!1;function ze(e,n){if(e.length<2)return e;let t=e.reduce((a,o)=>Math.max(a,o.label.length),0)*ue+8,r=Math.max(1,Math.ceil(e.length*t/Math.max(1,n)));return r===1?e:e.filter((a,o)=>o%r===0)}var hr=(e,n,t,r)=>`${e}, ${n}: ${r(t)}`;function oe(e,n,t,r){let a=e.error!==void 0?"error":e.loading?"loading":n?"empty":null;if(!a)return null;let{width:o,height:s}=se(e,t,r),c=a==="error"?e.error:a==="loading"?"Loading\u2026":e.emptyMessage??"No data available",l=[];return a==="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-${a}`,x:i(o/2),y:i(s/2),text:c,anchor:"middle",baseline:"middle",fill:a==="error"?"var(--skdx-color-text-danger)":Y.label}),{...le(e,o,s),shapes:l,tooltip:!1}}function Ge(e,n={}){let{plot:t,xTicks:r,yTicks:a,baseline:o}=e,s=t.x+t.width,c=t.y+t.height,l=[],d=n.grid??!0,u=(I,x)=>x?{kind:"line",part:"grid",x1:I.pos,x2:I.pos,y1:t.y,y2:c,stroke:Y.grid}:{kind:"line",part:"grid",x1:t.x,x2:s,y1:I.pos,y2:I.pos,stroke:Y.grid},h=n.x?.tickRotation??0,f=(I,x,T,O)=>h?K(I,x,T,{part:O,anchor:h<0?"end":"start",baseline:"middle",rotate:h}):K(I,x,T,{part:O,anchor:"middle"}),y=(I,x,T,O,b)=>{for(let z of I)l.push(x==="x"?{kind:"line",part:"tick",x1:z.pos,x2:z.pos,y1:T,y2:i(T+O*b),stroke:Y.axis}:{kind:"line",part:"tick",x1:T,x2:i(T+O*b),y1:z.pos,y2:z.pos,stroke:Y.axis})};if(n.categoryGrid)for(let I of r)l.push(u(I,!n.horizontal));if(n.horizontal){let I=n.axes??[{ticks:a,position:"bottom",offset:0,label:n.yLabel,...n.y}];if(d)for(let x of a)l.push(u(x,!0));I[0]?.showLine!==!1&&l.push({kind:"line",part:"axis",x1:o,x2:o,y1:t.y,y2:c,stroke:Y.axis});for(let x of I){let T=x.position==="top"||x.position==="right",O=i(T?t.y-x.offset:c+x.offset),b=T||x.offset>0;x.showLine&&b&&l.push({kind:"line",part:"axis",x1:t.x,x2:s,y1:O,y2:O,stroke:Y.axis}),x.showTicks&&y(x.ticks,"x",O,T?-1:1,x.tickSize??4);let z=i(T?O-8:O+20);for(let N of x.ticks)l.push(T?K(N.pos,z,N.label,{part:"x-label-top",anchor:"middle"}):f(N.pos,z,N.label,"x-label"));x.label&&l.push(b?K(4,z,x.label,{part:"axis-title",anchor:"start",baseline:T?void 0:"middle"}):K(4,t.y-6,x.label,{part:"axis-title",anchor:"start"}))}n.x?.showLine&&l.push({kind:"line",part:"axis",x1:n.rtl?s:t.x,x2:n.rtl?s:t.x,y1:t.y,y2:c,stroke:Y.axis}),n.x?.showTicks&&y(r,"y",n.rtl?s:t.x,n.rtl?1:-1,n.x.tickSize??4);for(let x of r)l.push(n.rtl?K(s+8,x.pos,x.label,{part:"y-label",anchor:"start",baseline:"middle"}):K(t.x-8,x.pos,x.label,{part:"y-label",anchor:"end",baseline:"middle"}))}else{if(d)for(let x of a)l.push(u(x,!1));n.y?.showLine!==!1&&l.push({kind:"line",part:"axis",x1:t.x,x2:s,y1:o,y2:o,stroke:Y.axis});let I=n.axes??[{ticks:a,position:"left",offset:0,label:n.yLabel,...n.y},...n.rightTicks?[{ticks:n.rightTicks,position:"right",offset:0,label:n.rightLabel}]:[]];for(let x of I){let T=x.position==="left",O=T?t.x-x.offset:s+x.offset,b=T?"y-label":"y-label-right";x.showLine&&l.push({kind:"line",part:"axis",x1:i(O),x2:i(O),y1:t.y,y2:c,stroke:Y.axis}),x.showTicks&&y(x.ticks,"y",i(O),T?-1:1,x.tickSize??4);for(let z of x.ticks)l.push(K(i(T?O-8:O+8),z.pos,z.label,{part:b,anchor:T?"end":"start",baseline:"middle"}));x.label&&l.push(K(i(T?x.offset===0?4:Math.max(4,O-40):x.offset===0?e.width-4:Math.min(e.width-4,O+40)),t.y-6,x.label,{part:"axis-title",anchor:T?"start":"end"}))}n.x?.showTicks&&y(r,"x",c,1,n.x.tickSize??4);for(let x of r)l.push(f(x.pos,c+(h?12:20),x.label,"x-label"))}return n.xLabel&&l.push(K(i(t.x+t.width/2),e.height-4,n.xLabel,{part:"axis-title",anchor:"middle"})),n.horizontal&&n.rightLabel&&l.push(K(e.width-4,t.y-6,n.rightLabel,{part:"axis-title",anchor:"end"})),l}var K=(e,n,t,r={})=>({kind:"text",part:"label",x:e,y:n,text:t,fill:Y.label,...r}),bt=(e,n,t,r,a,o)=>({kind:"circle",part:"point",cx:e,cy:n,r:t,fill:r,title:a,item:o});function Lt(e,n){let t=[],{plot:r}=n,a=r.x+r.width,o=r.y+r.height,s=l=>Math.max(r.x,Math.min(a,l)),c=l=>Math.max(r.y,Math.min(o,l));for(let l of e??[]){let d=l.color??pt(l.variant),u=l.color??la(l.variant),h={part:"reference-label",fill:u},f=n.horizontal===!0;if("y"in l){let y=i(n.y(l.y,l.axis??"left"));if(f){let I=s(y);t.push(...ls(I,r.y,o,d,l.label,h))}else{let I=c(y);t.push(...is(r.x,a,I,d,l.label,h))}}else if("x"in l){let y=n.x(l.x);if(y===void 0)continue;f?t.push(...is(r.x,a,c(i(y)),d,l.label,h)):t.push(...ls(s(i(y)),r.y,o,d,l.label,h))}else if("y1"in l){let y=i(n.y(l.y1,l.axis??"left")),I=i(n.y(l.y2,l.axis??"left"));f?t.push(...ds(s(Math.min(y,I)),s(Math.max(y,I)),r,d,l.label,u)):t.push(...cs(c(Math.min(y,I)),c(Math.max(y,I)),r,d,l.label,u))}else{let y=n.x(l.x1),I=n.x(l.x2);if(y===void 0||I===void 0)continue;let x=i(Math.min(y,I)),T=i(Math.max(y,I));f?t.push(...cs(c(x),c(T),r,d,l.label,u)):t.push(...ds(s(x),s(T),r,d,l.label,u))}}return t}function is(e,n,t,r,a,o){let s={kind:"line",part:"reference",x1:e,x2:n,y1:t,y2:t,stroke:r,dash:"6 4",strokeWidth:1.5,title:a};return a?[s,K(n-4,t-5,a,{...o,anchor:"end"})]:[s]}function ls(e,n,t,r,a,o){let s={kind:"line",part:"reference",x1:e,x2:e,y1:n,y2:t,stroke:r,dash:"6 4",strokeWidth:1.5,title:a};return a?[s,K(e+4,n+10,a,{...o,anchor:"start"})]:[s]}function cs(e,n,t,r,a,o){let s={kind:"rect",part:"reference-area",x:t.x,y:e,width:t.width,height:i(Math.max(0,n-e)),fill:r,opacity:.12,title:a};return a?[s,K(t.x+t.width-4,e+12,a,{part:"reference-label",fill:o,anchor:"end"})]:[s]}function ds(e,n,t,r,a,o){let s={kind:"rect",part:"reference-area",x:e,y:t.y,width:i(Math.max(0,n-e)),height:t.height,fill:r,opacity:.12,title:a};return a?[s,K(e+4,t.y+12,a,{part:"reference-label",fill:o,anchor:"start"})]:[s]}function An(e,n){let t=[],{plot:r}=n,a=r.x+r.width,o=r.y+r.height;for(let s of e??[]){let c=s.color??pt(s.variant),l=s.color??la(s.variant),d=(I,x,T)=>{let O=n.x(I);if(O===void 0)return;let b=n.y(x,T??"left");return n.horizontal?{x:i(b),y:i(O)}:{x:i(O),y:i(b)}},u=s.id??s.label,h=I=>({label:I,id:u,name:s.label});if(s.type==="line"||s.type==="band"){let{type:I,id:x,...T}=s;t.push(...Lt([T],n));continue}if(s.type==="rect"){let I=d(s.x1,s.y1,s.axis),x=d(s.x2,s.y2,s.axis);if(!I||!x)continue;let T=Math.max(r.x,Math.min(I.x,x.x)),O=Math.max(r.y,Math.min(I.y,x.y)),b=s.label??"";t.push({kind:"rect",part:"annotation-rect",x:i(T),y:i(O),width:i(Math.max(0,Math.min(a,Math.max(I.x,x.x))-T)),height:i(Math.max(0,Math.min(o,Math.max(I.y,x.y))-O)),fill:c,opacity:.12,stroke:c,title:b||void 0,item:b?h(b):void 0}),s.label&&t.push(K(i(T+4),i(O+12),s.label,{part:"annotation-label",fill:l}));continue}let f=d(s.x,s.y,s.axis);if(!f)continue;if(s.type==="text"){t.push(K(f.x,f.y,s.text,{part:"annotation-text",fill:l,anchor:"middle",baseline:"middle",title:s.label}));continue}let y=s.label??`${String(s.x)}, ${s.y}`;if(t.push({kind:"circle",part:"annotation-point",cx:f.x,cy:f.y,r:5,fill:c,stroke:"var(--skdx-color-surface-default)",title:y,item:h(y)}),s.type==="callout"&&s.label){let[I,x]=s.offset??[16,-16],T=i(Math.max(r.x,Math.min(a,f.x+I))),O=i(Math.max(r.y,Math.min(o,f.y+x)));t.push({kind:"line",part:"annotation-leader",x1:f.x,y1:f.y,x2:T,y2:O,stroke:c},K(T,O,s.label,{part:"annotation-label",fill:l,anchor:I>=0?"start":"end",baseline:"middle"}))}}return t}var ua=2e3;function mi(e){if(e!=="none")return e===void 0||e==="auto"?{strategy:"lttb",threshold:ua}:typeof e=="string"?{strategy:e,threshold:ua}:{strategy:e.strategy,threshold:e.threshold??ua}}function ui(e,n){let t=e.length;if(n>=t||n<3)return e.map((c,l)=>l);let r=[0],a=[],o=(t-2)/(n-2),s=0;for(let c=0;c<n-2;c++){let l=Math.floor((c+1)*o)+1,d=Math.min(t-1,Math.floor((c+2)*o)+1),u=0,h=0,f=0;for(let z=l;z<d;z++){let N=e[z];P(N)&&(u+=z,h+=N,f++)}u=f?u/f:(l+d)/2,h=f?h/f:0;let y=Math.floor(c*o)+1,I=Math.min(t-1,Math.floor((c+1)*o)+1),x=e[s],T=P(x)?x:0,O=-1,b=-1;for(let z=y;z<I;z++){let N=e[z];if(!P(N)){a.push(z);continue}let k=Math.abs((s-u)*(N-T)-(s-z)*(h-T));k>b&&(b=k,O=z)}O<0&&(O=y),r.push(O),s=O}return r.push(t-1),a.length?[...new Set([...r,...a])].sort((c,l)=>c-l):r}function hi(e,n){let t=e.length,r=Math.max(1,Math.floor(n/2));if(r*2>=t)return e.map((s,c)=>c);let a=[],o=t/r;for(let s=0;s<r;s++){let c=Math.floor(s*o),l=s===r-1?t:Math.floor((s+1)*o),d=-1,u=-1;for(let h=c;h<l;h++){let f=e[h];if(!P(f)){a.push(h);continue}(d<0||f<e[d])&&(d=h),(u<0||f>e[u])&&(u=h)}d>=0&&a.push(Math.min(d,u)),u>=0&&u!==d&&a.push(Math.max(d,u))}return[...new Set(a)].sort((s,c)=>s-c)}function fi(e,n){let t=e.length,r=Math.max(1,Math.floor(n/4));if(r*4>=t)return e.map((s,c)=>c);let a=[],o=t/r;for(let s=0;s<r;s++){let c=Math.floor(s*o),l=s===r-1?t:Math.floor((s+1)*o),d=-1,u=-1,h=-1,f=-1;for(let y=c;y<l;y++){let I=e[y];if(!P(I)){a.push(y);continue}h<0&&(h=y),f=y,(d<0||I<e[d])&&(d=y),(u<0||I>e[u])&&(u=y)}for(let y of[h,d,u,f])y>=0&&a.push(y)}return[...new Set(a)].sort((s,c)=>s-c)}function ms(e,n,t){let r=mi(t);if(!r||n<=r.threshold||e.length===0)return;let a=r.strategy==="minmax"?hi:r.strategy==="m4"?fi:ui,o=new Set;for(let s of e)for(let c of a(s.slice(0,n),r.threshold))o.add(c);return[...o].sort((s,c)=>s-c)}var fr=e=>Math.max(0,Math.min(1,e));function us(e){let n=/^#([0-9a-f]{3}|[0-9a-f]{6})$/i.exec(e.trim());if(n){let r=n[1],a=r.length===3?r.split("").map(o=>o+o).join(""):r;return[0,2,4].map(o=>parseInt(a.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 hs(e,n){if(e.length===0)return Y.axis;if(e.length===1)return e[0];let t=fr(n)*(e.length-1),r=Math.min(e.length-2,Math.floor(t)),a=t-r,o=us(e[r]),s=us(e[r+1]);if(!o||!s)return e[Math.round(t)];let c=l=>Math.round(o[l]+(s[l]-o[l])*a);return`rgb(${c(0)}, ${c(1)}, ${c(2)})`}var fs=(e,n)=>n!==void 0&&n>=2?Math.min(n-1,Math.floor(fr(e)*n))/(n-1):fr(e);function gt(e,n,t,r=Y.negative,a=String){let[o,s]=ye(n),c=e??{type:"sequential"},l=T=>i(.15+.85*T);if(c.type==="threshold"){let{thresholds:T,colors:O,labels:b}=c,z=k=>{if(typeof k!="number"||!Number.isFinite(k))return;let $=0;for(;$<T.length&&k>=T[$];)$++;return{fill:O[Math.min($,O.length-1)]??t,opacity:1}},N=O.map((k,$)=>({fill:k,opacity:1,label:b?.[$]??($===0?`< ${a(T[0]??0)}`:$===T.length?`\u2265 ${a(T[$-1])}`:`${a(T[$-1])} \u2013 ${a(T[$])}`)}));return{color:z,domain:[o,s],swatches:N,kind:"threshold"}}if(c.type==="ordinal"){let T=c.colors?.length?c.colors:[t];return{color:b=>typeof b=="number"&&Number.isFinite(b)?{fill:T[Math.abs(Math.round(b))%T.length],opacity:1}:void 0,domain:[o,s],swatches:T.map((b,z)=>({fill:b,opacity:1,label:String(z)})),kind:"ordinal"}}if(c.type==="diverging"){let[T,O,b]=c.domain??[-Math.max(Math.abs(o),Math.abs(s)),0,Math.max(Math.abs(o),Math.abs(s))],z=c.colors,N=v=>v<O?.5*(v-T)/Math.max(1e-12,O-T):.5+.5*(v-O)/Math.max(1e-12,b-O),k=v=>{let R=fs(c.reversed?1-fr(v):v,c.steps);if(z&&z.length>=2)return{fill:hs(z,R),opacity:1};let j=R<.5?r:t,p=Math.abs(R-.5)*2;return{fill:j,opacity:l(p)}},$=v=>typeof v=="number"&&Number.isFinite(v)?k(N(v)):void 0,L=c.steps??5,S=Array.from({length:L},(v,R)=>{let j=L===1?.5:R/(L-1),p=j<.5?T+(O-T)*(j*2):O+(b-O)*((j-.5)*2);return{...k(j),label:a(p)}});return{color:$,domain:[T,b],swatches:S,kind:"diverging"}}let[d,u]=c.domain??[o,s],h=c.colors,f=T=>{let O=fs(c.reversed?1-fr(T):T,c.steps);return h&&h.length>=2?{fill:hs(h,O),opacity:1}:{fill:h?.[0]??t,opacity:l(O)}},y=T=>typeof T!="number"||!Number.isFinite(T)?void 0:f(u===d?1:(T-d)/(u-d)),I=c.steps??5,x=Array.from({length:I},(T,O)=>{let b=I===1?1:O/(I-1);return{...f(b),label:a(d+(u-d)*b)}});return{color:y,domain:[d,u],swatches:x,kind:"sequential"}}var pi=34,bi=72;function Ln(e){if(!e)return{bottom:0,right:0,options:{}};let n=e===!0?{}:e;return n.orientation==="vertical"?{bottom:0,right:bi,options:n}:{bottom:pi,right:0,options:n}}function qn(e,n,t){let r=typeof t=="string"?{title:t}:t??{},a=r.title,o=e.swatches;if(o.length===0||n.width<=0)return[];if(r.orientation==="vertical"){let u=Math.max(0,n.height-(a?16:0)),h=Math.min(16,u/o.length),f=n.y+(a?16:0),y=o.map((x,T)=>({kind:"rect",part:"color-legend-swatch",x:i(n.x),y:i(f+T*h),width:10,height:i(h),fill:x.fill,opacity:x.opacity,title:x.label})),I=h>=12?1:2;return o.forEach((x,T)=>{T%I!==0&&T!==o.length-1||y.push({kind:"text",part:"color-legend-label",x:i(n.x+14),y:i(f+(T+.5)*h),text:x.label,baseline:"middle",fill:Y.label})}),a&&y.push({kind:"text",part:"color-legend-title",x:i(n.x),y:i(n.y+6),text:a,baseline:"middle",fill:Y.label}),y}let s=Math.min(n.width/o.length,96),c=n.x+(n.width-s*o.length)/2,l=o.map((u,h)=>({kind:"rect",part:"color-legend-swatch",x:i(c+h*s),y:i(n.y),width:i(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*ue/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:i(c+(h+.5)*s),y:i(n.y+22),text:u.label,anchor:"middle",fill:Y.label})}),a&&l.push({kind:"text",part:"color-legend-title",x:i(c-6),y:i(n.y+5),text:a,anchor:"end",baseline:"middle",fill:Y.label}),l}var gi=1e4,xi=e=>Array.isArray(e)?{x:e[0],y:e[1],size:e[2],label:void 0,id:void 0,color:void 0,value:void 0}:{x:e.x,y:e.y,size:e.size,label:e.label,id:e.id,color:e.color,value:e.value};function ha(e,n,t,r,a,o,s,c){if(r==="circle")return{...bt(e,n,t,a,o,s),part:c};let l=r==="square"?`M${i(e-t)} ${i(n-t)}h${i(2*t)}v${i(2*t)}h${i(-2*t)}Z`:r==="diamond"?`M${i(e)} ${i(n-t*1.3)}L${i(e+t*1.3)} ${i(n)}L${i(e)} ${i(n+t*1.3)}L${i(e-t*1.3)} ${i(n)}Z`:`M${i(e)} ${i(n-t*1.2)}L${i(e+t*1.15)} ${i(n+t*.9)}L${i(e-t*1.15)} ${i(n+t*.9)}Z`;return{kind:"path",part:c,d:l,fill:a,title:o,item:s}}function fa(e,n){let t=[],r=e.series.map((D,Z)=>({name:D.name,id:D.id,symbol:D.symbol??"circle",color:ee(e,Z,D.color),data:be(e,D.name)?[]:D.data.flatMap((B,H)=>{let V=xi(B);return P(V.x)&&P(V.y)?[{...V,index:H}]:[]})})),a=e.sampling==="auto"?gi:typeof e.sampling=="object"?e.sampling.threshold:1/0,o=r.reduce((D,Z)=>D+Z.data.length,0),s=o>a?Math.ceil(o/a):1;s>1&&t.push({code:"sampled",severity:"warning",message:`${o} points exceed the sampling threshold of ${a}; every ${s}th point is drawn.`});let c=s>1?r.map(D=>({...D,data:D.data.filter((Z,B)=>B%s===0)})):r,l=c.flatMap(D=>D.data),d=oe(e,l.length===0);if(d)return{...d,issues:t};let{width:u,height:h}=se(e),f=e.colorScale?Ln(e.colorLegend):{bottom:0,right:0,options:{}},y=$e(u,h,{...de,top:de.top+ie(e)+(e.yAxis?.label?12:0),right:de.right+f.right,bottom:de.bottom+(e.xAxis?.label?14:0)+f.bottom}),I=e.markerSize??3,x=Math.max(0,e.hitRadius??0),T=Math.max(0,e.jitter??0),O=new Map,b=e.colorScale?gt(e.colorScale,l.map(D=>D.value),ee(e,0),void 0,re(e.format)):void 0,z=Ve(At(l.map(D=>D.x),!1),[y.x,y.x+y.width],e.xAxis??{},e.format),N=Ve(At(l.map(D=>D.y),!1),[y.y+y.height,y.y],e.yAxis??{},e.format),k=ye(l.map(D=>D.size)),$=e.series.map((D,Z)=>({name:D.name,color:ee(e,Z,D.color)})),L=le(e,u,h,$),S=[],v=[],R=[],j=[];for(let D of c){let Z=D.data.some(B=>B.size!==void 0);for(let B of D.data){let H=B.index,V=n.describe(D.name,B,z,N),U=Z?n.radius(B.size,k):I,A=i(z.scale(B.x)),g=i(N.scale(B.y));if(T>0){let G=`${Math.round(A)},${Math.round(g)}`,J=O.get(G)??0;if(O.set(G,J+1),J>0){let te=J*2.399963;A=i(A+T*Math.cos(te)),g=i(g+T*Math.sin(te))}}let _=b?.color(B.value),W={label:V,id:B.id,series:D.name,seriesId:D.id??D.name,name:B.label,index:H,value:B.y},Q=B.color??_?.fill??D.color;if(S.push(ha(A,g,i(U),D.symbol,Q,V,W,Z?n.part:"point")),x>0&&S.push({kind:"circle",part:"hit",cx:A,cy:g,r:i(U+x),fill:Q,opacity:0,title:V,item:W}),e.labels&&B.label){let G=B.label.length*ue,J=A-G/2,te=g-U-4;j.some(ne=>Math.abs(ne.y-te)<12&&J<ne.x+ne.w+4&&J+G+4>ne.x)||(j.push({x:J,y:te,w:G}),v.push(K(A,i(te),B.label,{part:"point-label",anchor:"middle",fill:"var(--skdx-color-text-default)"})))}}if(e.trendline&&D.data.length>=2){let B=e.trendline===!0?"linear":e.trendline,H=yi(D.data.map(V=>[V.x,V.y]),B);if(H){let[V,U]=z.domain,A=`${D.name} trend${B==="linear"?"":` (${B})`}: r\xB2 ${H.r2.toFixed(2)}`,g=D.color;if(B==="linear")R.push({kind:"line",part:"trendline",x1:i(z.scale(V)),y1:i(N.scale(H.predict(V))),x2:i(z.scale(U)),y2:i(N.scale(H.predict(U))),stroke:g,dash:"5 4",strokeWidth:1.5,title:A});else{let _=Array.from({length:40},(W,Q)=>V+(U-V)*Q/39).map(W=>({v:W,p:H.predict(W)})).filter(({p:W})=>Number.isFinite(W)).map(({v:W,p:Q})=>({x:i(z.scale(W)),y:i(N.scale(Q))}));_.length>1&&R.push({kind:"path",part:"trendline",d:et(_),stroke:g,dash:"5 4",strokeWidth:1.5,title:A})}}}}let p={...L,plot:y,xTicks:z.ticks,yTicks:N.ticks,baseline:N.zero},w={plot:y,x:D=>z.scale(je(D)),y:D=>N.scale(D)},M=Lt(e.references,w),E=b&&(f.bottom||f.right)?qn(b,f.right?{x:y.x+y.width+12,y:y.y,width:f.right,height:y.height}:{x:y.x,y:h-f.bottom+8,width:y.width,height:f.bottom},f.options):[],F=n.opacity;return{...L,shapes:[...Ge(p,{xLabel:e.xAxis?.label,yLabel:e.yAxis?.label}),...M,...F!==void 0&&S.some(D=>D.part===n.part)?S.map(D=>(D.kind==="circle"||D.kind==="path")&&D.part!=="hit"?{...D,opacity:F}:D):S,...R,...v,...An(e.annotations,w),...E,...L.shapes],issues:t}}function yi(e,n="linear"){let t;if(n==="polynomial"){let l=0,d=0,u=0,h=0,f=0,y=0,I=0,x=0;for(let[$,L]of e)l+=1,d+=$,u+=$*$,h+=$**3,f+=$**4,y+=L,I+=$*L,x+=$*$*L;let T=$=>$[0]*($[4]*$[8]-$[5]*$[7])-$[1]*($[3]*$[8]-$[5]*$[6])+$[2]*($[3]*$[7]-$[4]*$[6]),b=T([f,h,u,h,u,d,u,d,l]);if(Math.abs(b)<1e-12)return;let z=T([x,h,u,I,u,d,y,d,l])/b,N=T([f,x,u,h,I,d,u,y,l])/b,k=T([f,h,x,h,u,I,u,d,y])/b;t=$=>z*$*$+N*$+k}else{let l=n==="logarithmic"||n==="power"?Math.log:y=>y,d=n==="exponential"||n==="power"?Math.log:y=>y,u=e.filter(([y,I])=>Number.isFinite(l(y))&&Number.isFinite(d(I))),h=vi(u.map(([y,I])=>[l(y),d(I)]));if(!h)return;let f=n==="exponential"||n==="power"?Math.exp:y=>y;t=y=>f(h.intercept+h.slope*l(y))}let r=t,a=e.filter(([l])=>Number.isFinite(r(l)));if(a.length===0)return;let o=a.reduce((l,[,d])=>l+d,0)/a.length,s=0,c=0;for(let[l,d]of a)s+=(d-r(l))**2,c+=(d-o)**2;return{predict:r,r2:c===0?1:Math.max(0,1-s/c)}}function pa(e){let[n,t]=e.sizeRange??[3,18];return fa(e,{part:"bubble",opacity:.7,radius:(r,[a,o])=>P(r)?o===a?(n+t)/2:n+Math.sqrt((r-a)/(o-a))*(t-n):3,describe:(r,a,o,s)=>`${r}${a.label?` ${a.label}`:""}: ${o.format(a.x)}, ${s.format(a.y)}${P(a.size)?` (${s.format(a.size)})`:""}`})}function vi(e){let n=e.length,t=e.reduce((d,u)=>d+u[0],0)/n,r=e.reduce((d,u)=>d+u[1],0)/n,a=0,o=0,s=0;for(let[d,u]of e)a+=(d-t)**2,o+=(d-t)*(u-r),s+=(u-r)**2;if(a===0)return;let c=o/a,l=s===0?1:o*o/(a*s);return{slope:c,intercept:r-c*t,r2:l}}var Mi=e=>{let n=0;return e.map(t=>P(t)?n+=t:null)},wi=e=>e.map((n,t)=>{let r=e[t-1];return t>0&&P(n)&&P(r)?n-r:null}),$i=e=>e.map((n,t)=>{let r=e[t-1];return t>0&&P(n)&&P(r)&&r!==0?(n-r)/Math.abs(r):null});function ba(e,n){let t=Math.max(1,Math.floor(n));return e.map((r,a)=>{if(a<t-1)return null;let o=0;for(let s=a-t+1;s<=a;s++){let c=e[s];if(!P(c))return null;o+=c}return o/t})}function ps(e,n){let t=Math.max(1,Math.floor(n)),r=2/(t+1),a,o=0,s=0;return e.map(c=>P(c)?a===void 0?(o+=c,s++,s<t?null:(a=o/t,a)):(a=r*c+(1-r)*a,a):a??null)}function ki(e,n="max"){let t=0;for(let r of e)P(r)&&(t=n==="sum"?t+r:Math.max(t,r));return e.map(r=>P(r)?t===0?0:r/t:null)}function Ii(e,n="desc"){let t=e.filter(P).sort((r,a)=>n==="asc"?r-a:a-r);return e.map(r=>P(r)?t.indexOf(r)+1:null)}var Ti=(e,n=-1/0,t=1/0)=>e.map(r=>P(r)&&r>=n&&r<=t?r:null),Ci=(e,n="asc")=>[...e].sort((t,r)=>P(t)?P(r)?n==="asc"?t-r:r-t:-1:P(r)?1:0);function Ai(e,n,t="sum"){let r=Math.max(1,Math.floor(n)),a=[];for(let o=0;o<e.length;o+=r){let s=e.slice(o,o+r).filter(P);if(s.length===0){a.push(null);continue}let c=s.reduce((l,d)=>l+d,0);a.push(t==="sum"?c:t==="mean"?c/s.length:t==="min"?Math.min(...s):Math.max(...s))}return a}function Li(e,n={}){let t=e.filter(P),r=Wn(t,n);return{edges:r,counts:Zn(t,r).map(a=>a.count)}}function ga(e,n){let t=[...e];for(let r of n??[])switch(r.type){case"cumulative":t=Mi(t);break;case"difference":t=wi(t);break;case"percentageChange":t=$i(t);break;case"movingAverage":t=ba(t,r.window);break;case"normalize":t=ki(t,r.to);break;case"rank":t=Ii(t,r.order);break;case"filter":t=Ti(t,r.min,r.max);break;case"sort":t=Ci(t,r.order);break;case"aggregate":t=Ai(t,r.every,r.method);break;case"bin":t=Li(t,r).counts;break}return t}var Oi=100,Si=2e3,bs=32,gs=28,Pr=e=>e.position==="right"||e.position==="top";function zi(e){let t=(e.yAxis===void 0?[]:Array.isArray(e.yAxis)?e.yAxis:[e.yAxis]).map((a,o)=>({...a,id:a.id??(o===0?"left":o===1?"right":String(o)),position:a.position??(o===1?"right":"left")}));t.length===0&&t.push({id:"left",position:"left"});let r=t.some(a=>a.id==="right"||Pr(a));return e.rightAxis?t.push({...e.rightAxis,id:"right",position:"right"}):!r&&e.series.some(a=>a.axis==="right")&&t.push({id:"right",position:"right"}),t}function ys(e,n){let t=e[0]?.id;return n===void 0||n==="left"?t:n==="right"?(e.find(r=>r.id==="right")??e.find(Pr))?.id:e.find(r=>r.id===n)?.id}var Fr=e=>e.kind==="bar"||e.kind==="range"&&e.style==="bar";function Ot(e,n){let t=re(e.format),{series:r,categories:a,issues:o,axes:s}=Ri(e,n,t),c=e.direction==="rtl",l=e.baseline??0,d=Math.max(a.length,...r.map(C=>Math.max(C.data.length,C.low.length))),u=r.every(C=>Be(C.data).length===0&&Be(C.high).length===0),h=oe(e,u);if(h)return{...h,issues:o};let f=e.xAxis?.type??"category",y=f!=="category"&&a.length>0&&a.every(C=>typeof C!="string"||f==="time"&&P(je(C))),I=y?a.map(je):[],[x,T]=ye(I),O=e.xAxis?.format??(f==="time"?{style:T-x<2*864e5?"time":"date"}:void 0),b=Array.from({length:d},(C,ae)=>{let me=a[ae];return me===void 0?String(ae+1):Dt(me,O)}),z=Ni(e.zoom,d),N=Array.from({length:z.end-z.start},(C,ae)=>z.start+ae),k=e.orientation==="horizontal",L=r.map(C=>({...C,hidden:C.hidden||k&&!Fr(C)})).filter(C=>!C.hidden),S=L.some(C=>!Fr(C))?ms(L.filter(C=>!Fr(C)).map(C=>N.map(ae=>(C.kind==="range"?C.high[ae]:C.data[ae])??null)),N.length,e.sampling):void 0,v=S?S.map(C=>N[C]):N,R=e.stacked==="percent"||e.stackOffset==="expand",j=e.stackOffset??"zero",p=new Map,w=new Map,M=new Map;for(let C of L)C.stack!==void 0&&C.kind!=="range"&&M.set(C.stack,[...M.get(C.stack)??[],C]);for(let C of M.values()){let ae=new Array(d).fill(l),me=new Array(d).fill(l),Ce=new Array(d).fill(0);if(R)for(let ve of C)ve.data.forEach((ge,we)=>{P(ge)&&(Ce[we]=Ce[we]+Math.abs(ge))});for(let ve of C){let ge=[],we=[];for(let Me=0;Me<d;Me++){let Ie=ve.data[Me];if(!P(Ie)){ge.push(null),we.push(null);continue}let xe=Ce[Me],he=R?xe>0?Ie/xe:0:Ie,Ae=he>=0?ae:me;ge.push(Ae[Me]),Ae[Me]=Ae[Me]+he,we.push(Ae[Me])}p.set(ve,ge),w.set(ve,we)}if(j==="silhouette"||j==="wiggle"){let ve=new Array(d).fill(0);if(j==="silhouette")for(let ge=0;ge<d;ge++)ve[ge]=-(ae[ge]-l)/2;else{let ge=0;for(let we=0;we<d;we++){let Me=C.length,Ie=0;for(let he=0;he<Me;he++){let Ae=C[he],Oe=Ae.data[we],De=Ae.data[we-1],ot=we>0&&P(Oe)&&P(De)?Oe-De:0;Ie+=(Me-he-.5)*ot}let xe=ae[we]-l;ge=we===0?-xe/2:ge-(xe>0?Ie/Math.max(1,Me):0),ve[we]=ge}}for(let ge of C){let we=p.get(ge),Me=w.get(ge);for(let Ie=0;Ie<d;Ie++){let xe=we[Ie],he=Me[Ie];P(xe)&&(we[Ie]=xe+ve[Ie]),P(he)&&(Me[Ie]=he+ve[Ie])}}}}let E=C=>C.kind==="range"?{from:C.low,to:C.high}:{from:p.get(C)??new Array(d).fill(l),to:w.get(C)??C.data},F=C=>{let ae=[],me=!1;for(let ge of L){if(ge.axis!==C)continue;let{from:we,to:Me}=E(ge);for(let Ie of v){let xe=Me[Ie];if(P(xe)&&ae.push(xe),ge.kind==="range"||ge.stack!==void 0){let he=we[Ie];P(he)&&ae.push(he)}}if(ge.errors)for(let Ie of v){let xe=xs(ge.data[Ie],ge.errors[Ie]);xe&&ae.push(xe[0],xe[1])}(ge.kind==="bar"||ge.kind==="area")&&j==="zero"&&(me=!0)}let[Ce,ve]=ye(ae);return me?[Math.min(l,Ce),Math.max(l,ve)]:[Ce,ve]},{width:D,height:Z}=se(e),B=e.brush?bs+gs:0,H=v.reduce((C,ae)=>Math.max(C,b[ae].length),0)*ue,V=R?{style:"percent"}:void 0,U=C=>{if(C.scale==="log")return de.left;let[ae,me]=F(C.id),Ce=re(C.format??V??e.format),ve=st(C.min??ae,C.max??me).reduce((ge,we)=>Math.max(ge,Ce(we).length),0);return Math.max(de.left,ve*ue+14)+(C.showTicks?C.tickSize??4:0)},A=C=>k?Pr(C)?"top":"bottom":Pr(C)!==c?"right":"left",g=C=>k?24+(C.showTicks?C.tickSize??4:0):U(C),_=new Set(L.map(C=>C.axis)),W=s.filter(C=>_.has(C.id)||s.length>1),Q=new Map,G={left:0,right:0,top:0,bottom:0};for(let C of W){let ae=A(C);Q.set(C.id,G[ae]),G[ae]+=g(C)}let J=W.find(C=>A(C)==="bottom"),te={top:de.top+ie(e)+(s.some(C=>C.label)?12:0)+G.top,right:k?c?Math.max(de.left,H+16):de.right:Math.max(de.right,G.right),bottom:de.bottom+B+(e.xAxis?.label?14:0)+(e.xAxis?.tickRotation?24:0)+G.bottom-(J?g(J):0),left:k?c?de.right:Math.max(de.left,H+16):Math.max(de.left,G.left)},ne=$e(D,Z,te),pe=k?c?[ne.x+ne.width,ne.x]:[ne.x,ne.x+ne.width]:[ne.y+ne.height,ne.y],Te=k?[ne.y,ne.y+ne.height]:c?[ne.x+ne.width,ne.x]:[ne.x,ne.x+ne.width],Ee=new Map(s.map(C=>[C.id,{...Ve(F(C.id),pe,{format:V,...C},e.format),position:A(C),offset:Q.get(C.id)??0}])),q=s[0]?.id,ce=Ee.get(q),Se=C=>Ee.get(ys(s,C)??q)??ce,Ze=(C,ae)=>Se(ae).scale(C),un=C=>i(C.scale(Math.min(Math.max(l,Math.min(...C.domain)),Math.max(...C.domain)))),tn=Pe(v.length,Te,e.barGap),hn=v.map(C=>I[C]),fn=[...hn].sort((C,ae)=>C-ae),Gt=1/0;for(let C=1;C<fn.length;C++)Gt=Math.min(Gt,fn[C]-fn[C-1]);let[Wt,pn]=ye(hn),_e=Gt===1/0?Math.max(1,Math.abs(pn)*.05||1):Gt/2,Zt=Je([Wt-_e,pn+_e],Te),nn=C=>i(y?Zt(hn[C]):tn.center(C)),ar=y?Math.abs(Zt(Wt+(Gt===1/0?_e:Gt))-Zt(Wt))*.8:tn.bandwidth,jo=C=>y?nn(C)-ar/2:tn.start(C),Ys=y?(f==="time"?Gn(Wt-_e,pn+_e):st(Wt-_e,pn+_e)).filter(C=>C>=Wt-_e&&C<=pn+_e).map(C=>({pos:i(Zt(C)),label:Dt(C,O)})):ze(v.map((C,ae)=>({pos:nn(ae),label:b[C]})),k?1/0:ne.width/Math.max(.2,Math.abs(Math.cos((e.xAxis?.tickRotation??0)*Math.PI/180)))),Xr={...le(e,D,Z,r.map(C=>({name:C.name,color:C.color}))),plot:ne,xTicks:Ys,yTicks:k?ze(ce.ticks,ne.width):ce.ticks,baseline:un(ce)},Ks=s[0],Go=Ge(Xr,{horizontal:k,rtl:c,axes:W.map(C=>{let ae=Ee.get(C.id);return{ticks:k?ze(ae.ticks,ne.width):ae.ticks,position:ae.position,offset:ae.offset??0,label:C.label,showLine:C.showLine,showTicks:C.showTicks,tickSize:C.tickSize}}),xLabel:e.xAxis?.label,grid:Cn(Ks),categoryGrid:e.xAxis?.grid===!0,x:e.xAxis}),Xs=C=>{if(typeof C=="number"&&a.every(me=>typeof me=="string"))return C;let ae=typeof C=="string"?C:je(C);for(let me=0;me<d;me++){let Ce=a[me];if(Ce!==void 0&&(typeof ae=="string"?Ce===ae||b[me]===ae:je(Ce)===ae))return me}},Wo={plot:ne,horizontal:k,x:C=>{if(y&&(typeof C!="string"||P(je(C))))return Zt(je(C));let ae=Xs(C),me=ae===void 0?-1:v.indexOf(ae);return me<0?void 0:tn.center(me)},y:(C,ae)=>Ze(C,ae)};Go.push(...Lt(e.references,Wo));let Qr=[],Jr=new Map;for(let C of L){if(!Fr(C))continue;let ae=C.stack??C,me=Qr.indexOf(ae);me<0&&(me=Qr.push(ae)-1),Jr.set(C,me)}let Or=ar/Math.max(1,Qr.length),Tn=Math.min(Or,e.barWidth??1/0),Zo=(Or-Tn)/2,ea=[],Sr=[],ta=[],na=[],ra=[],qo=[],zr=[],Nr=C=>Se(C.axis).format,aa=Math.max(0,e.minBarSize??0),Qs=(C,ae,me)=>{let Ce=Math.abs(ae-C);if(Ce>=aa)return[Math.min(C,ae),Ce];let ge=C+(k?me?1:-1:me?-1:1)*aa;return[Math.min(C,ge),aa]},or=(C,ae,me,Ce)=>({label:Ce,series:C.name,seriesId:C.id??C.name,category:b[ae],index:ae,value:me}),Uo=(C,ae,me,Ce)=>{let ve=xs(Ce,C.errors?.[ae]);if(!ve)return;let ge=i(Ze(ve[0],C.axis)),we=i(Ze(ve[1],C.axis)),Me=4,Ie="var(--skdx-color-text-default)",xe=`${C.name}, ${b[ae]}: ${Nr(C)(ve[0])} \u2013 ${Nr(C)(ve[1])}`;qo.push(k?{kind:"line",part:"error-bar",x1:ge,x2:we,y1:me,y2:me,stroke:Ie,title:xe}:{kind:"line",part:"error-bar",x1:me,x2:me,y1:ge,y2:we,stroke:Ie,title:xe},k?{kind:"line",part:"error-cap",x1:ge,x2:ge,y1:i(me-Me),y2:i(me+Me),stroke:Ie}:{kind:"line",part:"error-cap",x1:i(me-Me),x2:i(me+Me),y1:ge,y2:ge,stroke:Ie},k?{kind:"line",part:"error-cap",x1:we,x2:we,y1:i(me-Me),y2:i(me+Me),stroke:Ie}:{kind:"line",part:"error-cap",x1:i(me-Me),x2:i(me+Me),y1:we,y2:we,stroke:Ie})};for(let C of L){let{from:ae,to:me}=E(C),Ce=Nr(C),ve=v.length<=Si;if(C.kind==="bar"){let xe="";v.forEach((he,Ae)=>{let Oe=C.data[he],De=ae[he],ot=me[he];if(!P(Oe)||!P(De)||!P(ot))return;let jn=Ze(De,C.axis),Fn=Ze(ot,C.axis),[sr,ir]=Qs(jn,Fn,ot>=De),lr=jo(Ae)+Jr.get(C)*Or+Zo,Ko=i(k?sr:lr),Xo=i(k?lr:sr),oa=i(k?ir:Tn),Qo=i(k?Tn:ir);if(!ve){xe+=`M${Ko} ${Xo}h${oa}v${Qo}h${-oa}Z`;return}let Jo=hr(C.name,b[he],R?ot-De:Oe,Ce);if(Sr.push({kind:"rect",part:"bar",x:Ko,y:Xo,width:oa,height:Qo,fill:C.color,rx:e.radius,title:Jo,item:or(C,he,Oe,Jo)}),Uo(C,he,i(lr+Tn/2),Oe),e.labels){let es=Ce(R?ot-De:Oe);ra.push(k?K(i(Math.max(jn,Fn)+4),i(lr+Tn/2),es,{baseline:"middle"}):K(i(lr+Tn/2),i(Math.min(jn,Fn)-4),es,{anchor:"middle"}))}}),xe&&Sr.push({kind:"path",part:"bars",d:xe,fill:C.color,title:C.name});continue}if(C.kind==="range"&&C.style==="bar"){v.forEach((xe,he)=>{let Ae=ae[xe],Oe=me[xe];if(!P(Ae)||!P(Oe))return;let De=Ze(Math.min(Ae,Oe),C.axis),ot=Ze(Math.max(Ae,Oe),C.axis),jn=jo(he)+Jr.get(C)*Or+Zo,Fn=`${C.name}, ${b[xe]}: ${Ce(Math.min(Ae,Oe))} \u2013 ${Ce(Math.max(Ae,Oe))}`,sr=or(C,xe,Oe,Fn),ir=Math.max(1,Math.abs(ot-De));Sr.push(k?{kind:"rect",part:"range",x:i(Math.min(De,ot)),y:i(jn),width:i(ir),height:i(Tn),fill:C.color,rx:e.radius,title:ve?Fn:void 0,item:sr}:{kind:"rect",part:"range",x:i(jn),y:i(Math.min(De,ot)),width:i(Tn),height:i(ir),fill:C.color,rx:e.radius,title:ve?Fn:void 0,item:sr})});continue}let ge=e.nulls==="connect"||e.nulls===void 0&&e.connectNulls,we=[],Me=[];v.forEach((xe,he)=>{let Ae=ae[xe],Oe=me[xe];if(!P(Oe)||!P(Ae)){!ge&&Me.length&&(we.push(Me),Me=[]);return}Me.push({x:nn(he),y:i(Ze(Oe,C.axis)),y0:i(Ze(Ae,C.axis)),i:xe})}),Me.length&&we.push(Me);let Ie=C.markers??v.length<=Oi;for(let xe of we){let he=et(xe,C.curve);if(C.kind==="range"&&C.style==="line"){ta.push({kind:"path",part:"range-high",d:he,stroke:C.color,strokeWidth:2,strokeLinejoin:"round"},{kind:"path",part:"range-low",d:et(xe.map(Ae=>({x:Ae.x,y:Ae.y0})),C.curve),stroke:C.color,strokeWidth:2,strokeLinejoin:"round",dash:"4 3"});continue}if(C.kind==="range"){let Ae=et([...xe].reverse().map(Oe=>({x:Oe.x,y:Oe.y0})),C.curve);ea.push({kind:"path",part:"range",d:`${he}L${Ae.slice(1)}Z`,fill:C.color,fillOpacity:.2,title:C.name});continue}if(C.kind==="area"){let Ae=un(Se(C.axis)),Oe=C.stack!==void 0?et([...xe].reverse().map(ot=>({x:ot.x,y:ot.y0})),C.curve).slice(1):`${xe[xe.length-1]?.x} ${Ae}L${xe[0]?.x} ${Ae}`,De=`skdx-g-${C.index}`;C.gradient&&!zr.some(ot=>ot.id===De)&&zr.push({id:De,vertical:!0,stops:[{offset:0,color:C.color,opacity:C.fillOpacity},{offset:1,color:C.color,opacity:0}]}),ea.push({kind:"path",part:"area",d:`${he}L${Oe}Z`,fill:C.gradient?`url(#${De})`:C.color,fillOpacity:C.gradient?void 0:C.fillOpacity})}ta.push({kind:"path",part:"line",d:he,stroke:C.color,strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round",dash:C.dash})}if(C.kind==="range"&&ve)for(let xe of we)for(let he of xe){let Ae=C.low[he.i],Oe=C.high[he.i],De=`${C.name}, ${b[he.i]}: ${Ce(Math.min(Ae,Oe))} \u2013 ${Ce(Math.max(Ae,Oe))}`;na.push({...bt(he.x,he.y,.01,C.color,De,or(C,he.i,Oe,De)),part:"anchor"})}if(C.kind!=="range")for(let xe of we)for(let he of xe){if(!Ie&&!ve&&!e.labels&&!C.errors)continue;let Ae=C.data[he.i],Oe=R?me[he.i]-ae[he.i]:Ae,De=hr(C.name,b[he.i],Oe,Ce);(Ie||ve)&&na.push(Ie&&C.symbol!=="circle"?ha(he.x,he.y,C.markerSize,C.symbol,C.color,ve?De:void 0,or(C,he.i,Ae,De),"point"):{...bt(he.x,he.y,Ie?C.markerSize:.01,C.color,ve?De:void 0,or(C,he.i,Ae,De)),part:Ie?"point":"anchor"}),ve&&Uo(C,he.i,k?he.y:he.x,me[he.i]),e.labels&&ra.push(K(he.x,he.y-8,Ce(Oe),{anchor:"middle"}))}}let Yo={plot:ne,xs:k?[]:v.map((C,ae)=>nn(ae)),rows:v.map(C=>[b[C],...L.map(ae=>{let me=Nr(ae);if(ae.kind==="range"){let ve=ae.low[C],ge=ae.high[C];return`${ae.name}: ${P(ve)&&P(ge)?`${me(ve)} \u2013 ${me(ge)}`:"\u2014"}`}let Ce=ae.data[C];return`${ae.name}: ${P(Ce)?me(R?(w.get(ae)?.[C]??0)-(p.get(ae)?.[C]??0):Ce):"\u2014"}`})]),count:d,zoom:z,crosshair:Er(e)},Rr=[];if(e.brush&&!k){let C={x:ne.x,y:ne.y+ne.height+gs,width:ne.width,height:bs},ae=L.find(Ce=>Ce.kind!=="range"),me={x:i(C.x+z.start/Math.max(1,d)*C.width),y:C.y,width:i((z.end-z.start)/Math.max(1,d)*C.width),height:C.height};if(Rr.push({kind:"rect",part:"brush",x:C.x,y:C.y,width:C.width,height:C.height,fill:"var(--skdx-color-surface-sunken)",stroke:Y.grid}),ae){let Ce=Be(ae.data),[ve,ge]=ye(Ce),we=d>1?C.width/(d-1):0,Me=ae.data.flatMap((xe,he)=>P(xe)?[{x:i(C.x+he*we),y:i(C.y+C.height-(ge===ve?.5:(xe-ve)/(ge-ve))*(C.height-4)-2)}]:[]),Ie=et(Me);Me.length>1&&Rr.push({kind:"path",part:"brush-series",d:`${Ie}L${Me[Me.length-1]?.x} ${C.y+C.height}L${Me[0]?.x} ${C.y+C.height}Z`,fill:ae.color,fillOpacity:.3})}Rr.push({kind:"rect",part:"brush-window",...me,fill:"var(--skdx-color-primary-500)",opacity:.15,stroke:Y.axis},{kind:"rect",part:"brush-handle",x:i(me.x-3),y:C.y+8,width:6,height:C.height-16,fill:Y.axis,rx:2},{kind:"rect",part:"brush-handle",x:i(me.x+me.width-3),y:C.y+8,width:6,height:C.height-16,fill:Y.axis,rx:2}),Yo.brush={box:C,window:me}}return{...Xr,shapes:[...Go,...ea,...Sr,...ta,...qo,...na,...ra,...An(e.annotations,Wo),...Rr,...Xr.shapes],hit:Yo,issues:o,defs:zr.length?zr:void 0}}function xs(e,n){if(!(!P(e)||n===null||n===void 0))return typeof n=="number"?P(n)?[e-Math.abs(n),e+Math.abs(n)]:void 0:P(n[0])&&P(n[1])?[Math.min(n[0],n[1]),Math.max(n[0],n[1])]:void 0}function Ni(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 Ri(e,n,t){let r=b=>b.type??n,a=[],o=zi(e),s=e.categories??[],c=(e.transforms??[]).filter(b=>b.type==="sort"||b.type==="bin"||b.type==="aggregate"),l=(e.transforms??[]).filter(b=>!c.includes(b)),d=e.stacked||e.stackOffset!==void 0&&e.stackOffset!=="zero",u=(b,z,N)=>{let k=N.filter($=>$!==null&&!(typeof $=="number"&&Number.isFinite($))).length;k&&a.push({code:"invalid-value",severity:"warning",message:`Series "${b}" has ${k} value${k===1?"":"s"} that ${k===1?"is":"are"} neither a number nor null; drawn as gaps.`,itemId:z??b}),s.length&&N.length!==s.length&&!e.transform&&a.push({code:"length-mismatch",severity:"warning",message:`Series "${b}" has ${N.length} values for ${s.length} categories.`,itemId:z??b})},h=e.series.map((b,z)=>{let N=r(b),k=d?!0:void 0,$=b.type==="range"?void 0:b.stack,L=$===!1?void 0:$===!0||$===void 0&&k?`${N}`:$;b.type==="range"?(u(b.name,b.id,b.low),u(b.name,b.id,b.high)):u(b.name,b.id,b.data);let S=R=>e.nulls==="zero"?R.map(j=>P(j)?j:0):R,v=ys(o,b.axis);return v===void 0&&a.push({code:"unknown-axis",severity:"warning",message:`Series "${b.name}" names axis "${String(b.axis)}", which is not defined; drawn on the first axis.`,itemId:b.id??b.name}),{name:b.name,id:b.id,color:ee(e,z,b.color),axis:v??o[0]?.id,hidden:be(e,b.name),index:z,kind:N,data:b.type==="range"?[]:S(ga(ga(b.data,l),b.transforms)),low:b.type==="range"?b.low:[],high:b.type==="range"?b.high:[],curve:b.curve??e.curve??"linear",dash:b.type==="range"?void 0:b.dash,markers:b.type==="range"?void 0:b.markers,symbol:b.type==="range"?"circle":b.symbol??"circle",markerSize:b.type==="range"?3:b.markerSize??3,errors:b.type==="range"?void 0:b.errors,stack:N==="range"||N==="line"?void 0:L,style:b.type==="range"?b.style??"area":"area",fillOpacity:(b.type==="range"?void 0:b.fillOpacity)??e.fillOpacity??.25,gradient:b.type!=="range"&&b.gradient===!0}}),f=()=>Math.max(s.length,...h.map(b=>Math.max(b.data.length,b.low.length))),y=b=>{let z=k=>k.length?b.map($=>k[$]??null):k,N=Array.from({length:f()},(k,$)=>s[$]??String($+1));s=b.map(k=>N[k]),h=h.map(k=>({...k,data:z(k.data),low:z(k.low),high:z(k.high)}))},I=(b,z)=>{let N=(z!==void 0?h.find($=>$.name===z):void 0)??h.find($=>!$.hidden&&$.kind!=="range")??h[0];z!==void 0&&!h.some($=>$.name===z)&&a.push({code:"unknown-series",severity:"warning",message:`sort.by names "${z}", which is not a series; sorted by the first series.`});let k=Array.from({length:f()},($,L)=>L).sort(($,L)=>{let S=N?.data[$]??N?.high[$],v=N?.data[L]??N?.high[L],R=P(S)?S:-1/0,j=P(v)?v:-1/0;return b==="asc"?R-j:j-R});y(k)},x=b=>{let z=h.flatMap(k=>Be(k.data)),N=Wn(z,b);s=N.slice(1).map((k,$)=>`${t(N[$])}\u2013${t(k)}`),h=h.map(k=>{let $=Be(k.data),L=0,S=Zn($,N).map(v=>e.binMode==="density"?$.length?v.count/($.length*(v.x1-v.x0)):0:e.binMode==="cumulative"?L+=v.count:v.count);return{...k,data:S}})},T=(b,z)=>{let N=Math.max(1,Math.floor(b)),k=f(),$=S=>{if(!S.length)return S;let v=[];for(let R=0;R<k;R+=N){let j=Be(S.slice(R,R+N));v.push(j.length===0?null:z==="sum"?j.reduce((p,w)=>p+w,0):z==="mean"?j.reduce((p,w)=>p+w,0)/j.length:z==="min"?Math.min(...j):Math.max(...j))}return v};s=Array.from({length:k},(S,v)=>s[v]??String(v+1)).filter((S,v)=>v%N===0),h=h.map(S=>({...S,data:$(S.data),low:$(S.low),high:$(S.high)}))};e.transform==="histogram"?x({bins:e.bins,binWidth:e.binWidth,domain:e.binDomain}):e.transform==="cumulative"&&(h=h.map(b=>{let z=0;return{...b,data:b.data.map(N=>P(N)?z+=N:z)}}));for(let b of c)b.type==="sort"?I(b.order??"desc"):b.type==="bin"?x(b):b.type==="aggregate"&&T(b.every,b.method??"sum");typeof e.sort=="string"?I(e.sort):e.sort&&I(e.sort.order,e.sort.by);let O=e.xAxis?.domain;if(O){let b=f(),z=Array.from({length:b},(L,S)=>s[S]??String(S+1)),N=L=>{let S=typeof L=="string"?L:je(L);return z.findIndex(v=>typeof S=="string"?v===S||Dt(v)===S:je(v)===S)},k=O.map(N),$=L=>L.length?k.map(S=>S<0?null:L[S]??null):L;s=[...O],h=h.map(L=>({...L,data:$(L.data),low:$(L.low),high:$(L.high)}))}return{series:h,categories:s,issues:a,axes:o}}var xa=e=>Ot(e,"bar");var ya=e=>Ot(e,"line"),va=e=>Ot(e,"area");function On(e){return e==null?[]:(Array.isArray(e)?e:[e]).map(t=>typeof t=="object"?t:{id:t})}var Ma=e=>e.id??e.name??e.series,vs=e=>e.seriesId??e.series;function rn(e,n){let t=!1;return n.id!==void 0&&(t=!0,Ma(e)!==n.id&&e.id!==n.id&&e.name!==n.id)||n.series!==void 0&&(t=!0,vs(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}var wa=(e,n,t=On(n))=>t.some(r=>rn(e,r)),Vn=e=>On(e).flatMap(n=>n.id!==void 0?[n.id]:[]);function Sn(e){let n={},t=Ma(e);t!==void 0&&(n.id=t);let r=vs(e);return r!==void 0&&e.series!==void 0&&(n.series=r),e.index!==void 0&&(n.index=e.index),n}var $a=(e,n)=>e.id===n.id&&e.series===n.series&&e.index===n.index&&e.category===n.category;function ka(e,n,t){let r=On(e),a=Sn(n),o=r.some(s=>rn(n,s));return t==="single"?o?[]:[a]:o?r.filter(s=>!rn(n,s)):[...r,a]}var Ei=.2;function Di(e){let n=Y.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 Bi=(e,n)=>e.kind==="text"?{...e,fill:Y.grid}:{...e,opacity:(e.opacity??1)*n};function Ia(e,n){let t=On(n.selected),r=n.highlighted===void 0||n.highlighted===null?[]:On(n.highlighted),a=r[0];if(t.length===0&&!a)return e;let o={highlighted:n.highlightScope?.highlighted??"item",faded:n.highlightScope?.faded??"global"},s=[],c=u=>!a||r.some(h=>rn(u,h))?!0:o.highlighted==="series"?r.some(h=>h.series!==void 0&&rn(u,{series:h.series})):!1,l=u=>{if(!a||o.faded==="none"||c(u))return!1;if(o.faded==="series"){let h=a.series;return h!==void 0&&rn(u,{series:h})}return!0},d=e.shapes.map(u=>{let h=u.item;if(!h||h.legend)return u;if(t.some(f=>rn(h,f))){let f=Di(u);f&&s.push(f)}return l(h)?Bi(u,Ei):u});return s.length?{...e,shapes:[...d,...s]}:{...e,shapes:d}}var pr=2*Math.PI;function qe(e,n,t,r,a,o){let s=(d,u)=>`${i(e+d*Math.sin(u))} ${i(n-d*Math.cos(u))}`;if(o-a>=pr-1e-9){let d=a+pr/2;return`${qe(e,n,t,r,a,d)}${qe(e,n,t,r,d,o)}`}let c=o-a>Math.PI?1:0,l=`M${s(t,a)}A${t} ${t} 0 ${c} 1 ${s(t,o)}`;return r>0?`${l}L${s(r,o)}A${r} ${r} 0 ${c} 0 ${s(r,a)}Z`:`${l}L${i(e)} ${i(n)}Z`}function Fi(e,n,t,r,a,o,s){let c=o-a;if(s<=0||c>=pr-1e-9)return qe(e,n,t,r,a,o);let l=Math.sin(Math.min(Math.PI/2,c/2)),d=Math.min(s,r>0?(t-r)/2:t/2,t*l/(1+l));if(r>0&&l<1&&(d=Math.min(d,r*l/(1-l))),d<=.25)return qe(e,n,t,r,a,o);let u=(T,O)=>`${i(e+T*Math.sin(O))} ${i(n-T*Math.cos(O))}`,h=T=>`A${i(d)} ${i(d)} 0 0 1 ${T}`,f=Math.asin(d/(t-d)),y=Math.sqrt((t-d)**2-d*d),I=o-a-2*f>Math.PI?1:0,x=`M${u(y,a)}${h(u(t,a+f))}A${t} ${t} 0 ${I} 1 ${u(t,o-f)}${h(u(y,o))}`;if(r>0){let T=Math.asin(d/(r+d)),O=Math.sqrt((r+d)**2-d*d),b=o-a-2*T>Math.PI?1:0;x+=`L${u(O,o)}${h(u(r,o-T))}A${r} ${r} 0 ${b} 0 ${u(r,a+T)}${h(u(O,a))}Z`}else x+=`L${i(e)} ${i(n)}Z`;return x}function Ta(e){let n=[];for(let V of e.data)P(V.value)&&V.value<0&&n.push({code:"negative-value",severity:"warning",message:`"${V.name}" is negative (${V.value}); a share of a whole cannot be, so it is drawn as zero.`,itemId:V.id??V.name});let t=oe(e,!e.data.some(V=>P(V.value)&&V.value>0),300,300);if(t)return{...t,issues:n};let r=re(e.format),a=e.percentFormat?re(e.percentFormat):V=>`${Math.round(V*100)}%`,o=Math.max(0,e.cornerRadius??0),{width:s,height:c}=se(e,300,300),l=ie(e),d=(e.startAngle??0)*Math.PI/180,u=(e.endAngle??(e.startAngle??0)+360)*Math.PI/180,h=Math.max(0,Math.min(pr,u-d)),f=h<=Math.PI+1e-9&&Math.abs(Math.sin(d))>.99,y=e.labels&&e.labelPosition==="outside",I=s/2,x=Math.max(.2,Math.min(1,e.outerRadius??1)),T=y?40:8,O=(f?Math.max(0,Math.min(s/2,c-l)-T):Math.max(0,Math.min(s,c-l)/2-T))*x,b=f?d<0||d>Math.PI?c-T:l+T:l+(c-l)/2,z=O*Math.min(.95,Math.max(0,e.innerRadius??(e.variant==="donut"?.6:0))),N=e.data.map((V,U)=>({...V,i:U,value:P(V.value)&&!be(e,V.name)?Math.max(0,V.value):0})),k=e.sort?[...N].sort((V,U)=>e.sort==="asc"?V.value-U.value:U.value-V.value):N,$=k.reduce((V,U)=>V+U.value,0),L=k.filter(V=>V.value>0).length,S=Math.max(0,Math.min((e.padAngle??0)*Math.PI/180,h/Math.max(1,L)/2)),v=h>=pr-1e-9,R=L>1?v?L:L-1:0,j=h-R*S,p=Math.min((e.minAngle??0)*Math.PI/180,j/Math.max(1,L)),w=k.map(V=>$>0?V.value/$*j:0);if(p>0)for(let V=0;V<k.length;V++){let U=k.map((_,W)=>_.value>0&&w[W]<p);if(!U.some(Boolean))break;let A=U.filter(Boolean).length*p,g=k.reduce((_,W,Q)=>_+(U[Q]||W.value<=0?0:W.value),0);if(k.forEach((_,W)=>{w[W]=U[W]?p:g>0?_.value/g*(j-A):0}),!k.some((_,W)=>_.value>0&&!U[W]&&w[W]<p))break}let M=On(e.selected),E=d+(v&&R?S/2:0),F=[],D=[],Z=[],B=k.map((V,U)=>{let A=$>0?V.value/$:0,g=E,_=E+w[U];A>0&&(E=_+S);let W=a(A),Q=`${V.name}: ${r(V.value)} (${W})`,G={label:Q,id:V.id??V.name,name:V.name,index:V.i,value:V.value},J=(g+_)/2;if(e.labels&&A>0){let ne=`${V.name} ${W}`;if(y){let pe=Math.sin(J),Te=i(b-(O+14)*Math.cos(J));Z.some(Ee=>Math.abs(Ee-Te)<12)||(Z.push(Te),D.push({kind:"line",part:"label-connector",x1:i(I+O*pe),y1:i(b-O*Math.cos(J)),x2:i(I+(O+12)*pe),y2:i(b-(O+12)*Math.cos(J)),stroke:Y.axis}),F.push(K(i(I+(O+16)*pe),Te,ne,{part:"slice-label",anchor:pe>.1?"start":pe<-.1?"end":"middle",baseline:"middle",fill:"var(--skdx-color-text-default)"})))}else if(A>.03){let pe=(O+z)/2;F.push(K(i(I+pe*Math.sin(J)),i(b-pe*Math.cos(J)),ne,{part:"slice-label",anchor:"middle",baseline:"middle",fill:"var(--skdx-color-text-on-accent)"}))}}let te=wa(G,void 0,M)?Math.max(4,O*.06):0;return{kind:"path",part:"slice",d:A>0?Fi(I+te*Math.sin(J),b-te*Math.cos(J),O,z,g,_,o):"",fill:ee(e,V.i,V.color),title:Q,item:A>0?G:void 0}});e.centerLabel&&F.push(K(i(I),i(f?b-12:b),e.centerLabel,{part:"center-label",anchor:"middle",baseline:"middle",fill:"var(--skdx-color-text-default)",weight:"bold"}));let H=le(e,s,c,e.data.map((V,U)=>({name:V.name,color:ee(e,U,V.color)})));return{...H,shapes:[...B,...D,...H.shapes,...F],issues:n}}var dt=2;function Ca(e){let n=Be(e.data),t=oe(e,n.length===0,120,32);if(t)return t;let r=re(e.format),{width:a,height:o}=se(e,120,32),s=e.data.length,c=n[0],l=n[n.length-1],d=e.lastValue?r(l):"",u=a-dt-(d?d.length*ue+6:0),h=e.variant??"area",f=h==="winloss",y=[...n,...e.band??[],...e.target!==void 0?[e.target]:[]],I=Je(f?[-1,1]:At(y,h==="bar"),[o-dt,dt]),x=e.x&&e.x.length>=s?e.x.map(je):void 0,[T,O]=x?ye(x):[0,1],b=Je([T,O],[dt,u]),z=S=>s<2?(dt+u)/2:x?O===T?(dt+u)/2:b(x[S]):dt+S/(s-1)*(u-dt),N=e.trend?l>=c?Y.positive:Y.negative:ee(e,0,e.color),k=[];if(e.band&&!f){let[S,v]=e.band,R=Math.min(I(S),I(v));k.push({kind:"rect",part:"band",x:dt,y:i(R),width:i(Math.max(0,u-dt)),height:i(Math.abs(I(v)-I(S))),fill:Y.axis,opacity:.12,title:`${r(Math.min(S,v))} \u2013 ${r(Math.max(S,v))}`})}e.target!==void 0&&P(e.target)&&!f&&k.push({kind:"line",part:"target",x1:dt,x2:i(u),y1:i(I(e.target)),y2:i(I(e.target)),stroke:Y.axis,dash:"3 2",title:`Target: ${r(e.target)}`});let $=e.data.flatMap((S,v)=>P(S)?[{x:i(z(v)),y:i(I(S)),v:S,i:v}]:[]),L=$[$.length-1];if(h==="bar"||f){let S=s>0?(u-dt)/s:0,v=i(I(0));e.data.forEach((R,j)=>{if(!P(R))return;let p=i(I(f?Math.sign(R):R));k.push({kind:"rect",part:"bar",x:i(dt+j*S+S*.1),y:Math.min(p,v),width:i(Math.max(1,S*.8)),height:i(Math.max(1,Math.abs(v-p))),fill:f?R<0?Y.negative:Y.positive:R<0&&e.trend?Y.negative:N,title:e.tooltip===!1?void 0:r(R)})})}else{let S=et($,e.curve),v=$[0];h==="area"&&k.push({kind:"path",part:"area",d:S&&v&&L?`${S}L${L.x} ${o-dt}L${v.x} ${o-dt}Z`:"",fill:N,fillOpacity:.15}),k.push({kind:"path",part:"line",d:S,stroke:N,strokeWidth:1.5});let R=e.markers??["last"];L&&R.includes("last")&&k.push(bt(L.x,L.y,2,N,void 0)),v&&R.includes("first")&&k.push({...bt(v.x,v.y,2,N,void 0),part:"first"})}if(e.extremes&&$.length>1){let S=$.reduce((R,j)=>j.v<R.v?j:R),v=$.reduce((R,j)=>j.v>R.v?j:R);k.push({...bt(S.x,S.y,2.5,Y.negative,r(S.v)),part:"min"},{...bt(v.x,v.y,2.5,Y.positive,r(v.v)),part:"max"})}return d&&L&&k.push(K(i(u+4),L.y,d,{part:"last-value",baseline:"middle",fill:"var(--skdx-color-text-default)"})),{...le(e,a,o),shapes:k}}function Aa(e){let n=e.metrics??(e.categories??[]).map(B=>({label:B})),t=oe(e,n.length===0||e.series.every(B=>Be(B.data).length===0),300,300);if(t)return t;let r=[],a=re(e.format),{width:o,height:s}=se(e,300,300),c=ie(e),l=o/2,d=c+(s-c)/2,u=Math.max(0,Math.min(o,s-c)/2-36),h=n.length,f=(e.startAngle??0)*Math.PI/180-Math.PI/2,y=B=>f+B*2*Math.PI/Math.max(1,h),I=e.series.filter(B=>!be(e,B.name)),x=e.normalize===!0?"series":e.normalize===!1||e.normalize===void 0?e.metrics?"metric":"none":e.normalize;x==="series"&&I.length>1&&r.push({code:"misleading-scale",severity:"warning",message:"normalize: 'series' scales each series to its own maximum, so polygons cannot be compared in magnitude; prefer 'metric' or 'none'."});let T=Math.max(1,Math.round(e.levels??4)),O=e.max??Math.max(0,ye(I.flatMap(B=>B.data))[1]),b=x==="none"?st(0,O,T):Array.from({length:T+1},(B,H)=>100*H/T),z=x==="none"?e.max??b[b.length-1]:100,N=n.map((B,H)=>{let V=I.map(W=>W.data[H]),[U,A]=ye(V),g=B.min??Math.min(0,U),_=st(g,B.max??A,T);return{min:g,max:B.max??_[_.length-1]}}),k=e.series.map(B=>Math.max(0,ye(B.data)[1])),$=(B,H,V)=>{if(x==="series")return k[B]>0?V/k[B]*100:0;if(x==="metric"){let U=N[H];return U.max>U.min?(V-U.min)/(U.max-U.min)*100:0}return V},L=(B,H)=>{let V=z>0?Math.max(0,Math.min(H,z))/z*u:0;return{x:i(l+V*Math.cos(y(B))),y:i(d+V*Math.sin(y(B)))}},S=B=>h===0?"":`M${n.map((H,V)=>{let U=L(V,B(V));return`${U.x} ${U.y}`}).join("L")}Z`,v=B=>{if(e.gridShape==="circle"){let H=z>0?B/z*u:0;return{kind:"circle",part:"grid",cx:i(l),cy:i(d),r:i(H),fill:"none",stroke:Y.grid}}return{kind:"path",part:"grid",d:S(()=>B),stroke:Y.grid}},R=b.filter(B=>B>0&&B<=z),j=B=>x==="none"?a(B):x==="series"?`${B}%`:(()=>{let H=N[0];return re(n[0]?.format??e.format)(H.min+(H.max-H.min)*B/100)})(),p=[...R.map(v),...n.map((B,H)=>{let V=L(H,z);return{kind:"line",part:"grid",x1:i(l),y1:i(d),x2:V.x,y2:V.y,stroke:Y.grid}}),...R.map(B=>K(i(l+4),L(0,B).y,j(B),{part:"y-label",baseline:"middle"})),...n.map((B,H)=>{let V=Math.cos(y(H)),U=u+14;return K(i(l+U*V),i(d+U*Math.sin(y(H))),B.label,{part:"x-label",anchor:V>.1?"start":V<-.1?"end":"middle",baseline:"middle"})})],w=[],M=[],E=[],F=e.markers??!0,D=e.markerSize??3;e.series.forEach((B,H)=>{if(be(e,B.name))return;let V=ee(e,H,B.color),U=A=>{let g=B.data[A];return P(g)?$(H,A,g):0};n.forEach((A,g)=>{let _=B.data[g];if(!P(_))return;let W=re(A.format??e.format),Q=L(g,$(H,g,_)),G=hr(B.name,A.label,_,W);w.push({...bt(Q.x,Q.y,F?D:.01,V,G,{label:G,id:A.id,series:B.name,seriesId:B.id,category:A.label,index:g,value:_}),part:F?"point":"anchor"}),e.labels&&E.push(K(Q.x,i(Q.y-7),W(_),{part:"value-label",anchor:"middle",fill:"var(--skdx-color-text-default)"}))}),M.push({kind:"path",part:"area",d:S(U),fill:e.fill??!0?V:void 0,fillOpacity:.25,stroke:V,strokeWidth:2,title:B.name,item:{label:B.name,series:B.name,seriesId:B.id}})});let Z=le(e,o,s,e.series.map((B,H)=>({name:B.name,color:ee(e,H,B.color)})));return{...Z,shapes:[...p,...M,...w,...E,...Z.shapes],issues:r}}var Vr={top:24,right:8,bottom:8,left:64},La=864e5,Oa=["Mon","Tue","Wed","Thu","Fri","Sat","Sun"];function Pi(e,n="monday"){let t=n==="sunday"?[Oa[6],...Oa.slice(0,6)]:Oa,r=e.map(x=>({day:Math.floor(new Date(x.date).getTime()/La),value:x.value})).filter(x=>Number.isFinite(x.day));if(r.length===0)return{rows:t,columns:[],data:t.map(()=>[]),dates:t.map(()=>[])};let[a,o]=ye(r.map(x=>x.day)),s=n==="sunday"?4:3,c=x=>((x+s)%7+7)%7,l=a-c(a),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 x of r){let T=Math.floor((x.day-l)/7);u[c(x.day)][T]=x.value,h[c(x.day)][T]=new Date(x.day*La).toISOString().slice(0,10)}let f=new Intl.DateTimeFormat(void 0,{month:"short"}),y=-1,I=Array.from({length:d},(x,T)=>{let O=new Date((l+T*7+6)*La),b=O.getUTCMonth();return b===y?"":(y=b,f.format(O))});return{rows:t,columns:I,data:u,dates:h}}var Vi=e=>e.colorScale??(e.diverging?{type:"diverging",steps:e.steps}:{type:"sequential",domain:e.domain,steps:e.steps}),Ms=(e,n)=>{let t=e.map((r,a)=>a);return n&&t.sort((r,a)=>(n==="asc"?1:-1)*(e[r]-e[a])),t};function Sa(e){let n=[],t=e.calendar?Pi(e.calendar,e.weekStart):void 0,r=t?.rows??e.rows??[],a=t?.columns??e.columns??[],o=t?.data??e.data??[];!t&&(o.length!==r.length||o.some(p=>p.length!==a.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 ${a.length} columns; missing cells are blank.`});let s=o.flat().filter(p=>p!=null&&!P(p)).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 c=o.flat(),l=oe(e,r.length===0||a.length===0||!c.some(P));if(l)return{...l,issues:n};let d=re(e.format),{width:u,height:h}=se(e),f=Ln(e.colorLegend),y=$e(u,h,{...Vr,left:t?40:Vr.left,right:Vr.right+f.right,bottom:Vr.bottom+f.bottom}),I=p=>p.reduce((w,M)=>w+(P(M)?M:0),0),x=Ms(r.map((p,w)=>I(o[w]??[])),e.rowOrder),T=Ms(a.map((p,w)=>I(o.map(M=>M[w]))),e.columnOrder),O=x.map(p=>r[p]),b=T.map(p=>a[p]),z=y.width/Math.max(1,b.length),N=y.height/Math.max(1,O.length),k=gt(Vi(e),c,ee(e,0,e.color),e.negativeColor,d),$=[],L=[],S=e.cellGap??(t?1:0),v=e.cellRadius??(t?2:0);O.forEach((p,w)=>{b.forEach((M,E)=>{let F=o[x[w]]?.[T[E]],D=t?.dates[x[w]]?.[T[E]],Z=t?D??p:`${p}, ${M}`,B=i(y.x+E*z+S),H=i(y.y+w*N+S),V={x:B,y:H,width:i(Math.max(0,z-2*S)),height:i(Math.max(0,N-2*S)),rx:v||void 0};if(!P(F)){e.missingColor&&(!t||D)&&$.push({kind:"rect",part:"missing",...V,fill:e.missingColor,title:`${Z}: \u2014`});return}let U=k.color(F),A=`${Z}: ${d(F)}`;$.push({kind:"rect",part:"cell",...V,fill:U.fill,opacity:U.opacity,title:A,item:{label:A,id:t?D:`${p}:${M}`,category:M,name:p,index:E,value:F}}),e.labels&&z>24&&N>12&&L.push(K(i(y.x+(E+.5)*z),i(y.y+(w+.5)*N),d(F),{part:"cell-label",anchor:"middle",baseline:"middle",fill:"var(--skdx-color-text-default)"}))})});let R=le(e,u,h),j=e.colorLegend?qn(k,f.right?{x:y.x+y.width+12,y:y.y,width:f.right,height:y.height}:{x:y.x,y:y.y+y.height+8,width:y.width,height:f.bottom},f.options):[];return{...R,shapes:[...O.map((p,w)=>K(y.x-8,i(y.y+(w+.5)*N),p,{part:"y-label",anchor:"end",baseline:"middle"})),...b.flatMap((p,w)=>p?[K(i(y.x+(w+.5)*z),y.y-8,p,{part:"x-label",anchor:t?"start":"middle"})]:[]),...$,...L,...j,...R.shapes],issues:n}}var Hr=8;function za(e){let n=e.variant==="pyramid",t=[],r=e.sort??(n?"asc":void 0),a=e.data.filter(w=>P(w.value)?!0:(t.push({code:"invalid-value",severity:"warning",message:`Stage "${w.name}" has no valid value and was dropped.`,itemId:w.id??w.name}),!1)).sort((w,M)=>r==="asc"?w.value-M.value:r==="desc"?M.value-w.value:0),o=oe(e,a.length===0,400,300);if(o)return{...o,issues:t};let s=re(e.format),{width:c,height:l}=se(e,400,300),d=a.length,u=e.orientation==="horizontal",h=Math.max(0,e.gap??4),f=e.labelPosition??"inside",y=Math.max(0,...a.map(w=>w.value)),I=a.reduce((w,M)=>w+Math.max(0,M.value),0),x=a[0]?.value??0,T=ie(e),O=u?c:l-T,b=u?l-T:c,z=f==="outside",N=Math.max(0,(z?b*2/3:b)-2*Hr),k=d===0?0:(O-2*Hr)/d,$=Math.max(0,Math.min(1,e.neckWidth??0)),L=w=>y>0?($+(1-$)*(Math.max(0,w)/y))*N:0,S=e.percentFormat?re(e.percentFormat):w=>`${Math.round(w*100)}%`,v=a.map((w,M)=>({name:w.name,color:ee(e,M,w.color)})),R=(u?T+(l-T)/2:c/2)-(z?b/6:0),j=a.flatMap((w,M)=>{let E=L(w.value),F=L(a[M+1]?.value??w.value),D=Hr+M*k+(u?0:T),Z=D+k-h,B=n?I>0?w.value/I:0:x>0?w.value/x:0,H=a[M-1]?.value,V=!n&&H!==void 0&&H>0?` \xB7 \u2212${S(1-w.value/H)} from ${a[M-1]?.name}`:"",U=`${w.name}: ${s(w.value)} (${S(B)})${V}`,g={kind:"path",part:"stage",d:u?`M${i(D)} ${i(R-E/2)}L${i(D)} ${i(R+E/2)}L${i(Z)} ${i(R+F/2)}L${i(Z)} ${i(R-F/2)}Z`:`M${i(R-E/2)} ${i(D)}L${i(R+E/2)} ${i(D)}L${i(R+F/2)} ${i(Z)}L${i(R-F/2)} ${i(Z)}Z`,fill:ee(e,M,w.color),title:U,item:{label:U,id:w.id??w.name,name:w.name,index:M,value:w.value}};if(f==="none")return[g];let _=`${w.name} \xB7 ${s(w.value)}`,W=(D+Z)/2;if(z){let Q=R+N/2+Hr;return[g,K(i(u?W:Q),i(u?Q:W),_,{part:"stage-label",anchor:u?"middle":"start",baseline:u?"hanging":"middle",fill:"var(--skdx-color-text-default)"})]}return[g,K(i(u?W:R),i(u?R:W),_,{part:"stage-label",anchor:"middle",baseline:"middle",fill:"var(--skdx-color-text-on-accent)"})]}),p=le(e,c,l,v);return{...p,shapes:[...j,...p.shapes],issues:t}}var ws=e=>e*Math.PI/180;function Na(e){let n=e.data.filter(L=>P(L.value)),t=oe(e,n.length===0,300,300);if(t)return t;let r=re(e.format),{width:a,height:o}=se(e,300,300),s=ie(e),c=a/2,l=s+(o-s)/2,d=Math.max(0,Math.min(a,o-s)/2-(e.bands?20:8)),u=d*Math.min(.95,Math.max(0,e.innerRadius??.3)),h=ws(e.startAngle??0),f=ws(e.endAngle??(e.startAngle??0)+360),y=Math.max(0,Math.min(2*Math.PI,f-h)),I=e.max??Math.max(0,...n.map(L=>L.value)),x=n.length,T=Math.max(0,e.gap??.25),O=x===0?0:(d-u)/(x+T*(x-1)),b=e.rounded??!0,z=L=>I>0?Math.max(0,Math.min(1,L/I)):0,N=[],k=n.map((L,S)=>({name:L.name,color:ee(e,S,L.color)}));for(let L of e.bands??[]){let S=h+z(L.from)*y,v=h+z(L.to)*y;v<=S||N.push({kind:"path",part:"band",d:qe(c,l,d+14,d+6,S,v),fill:pt(L.variant),opacity:.6,title:`${r(L.from)} \u2013 ${r(L.to)}`})}if(n.forEach((L,S)=>{if(be(e,L.name))return;let v=d-S*O*(1+T),R=v-O,j=ee(e,S,L.color),p=h+z(L.value)*y,w=`${L.name}: ${r(L.value)} (${Math.round(z(L.value)*100)}%)`;if((e.track??!0)&&N.push({kind:"path",part:"track",d:qe(c,l,v,R,h,h+y),fill:Y.grid,opacity:.6}),p>h&&(N.push({kind:"path",part:"bar",d:qe(c,l,v,R,h,p),fill:j,title:w,item:{label:w,id:L.id,name:L.name,index:S,value:L.value}}),b&&y<2*Math.PI-1e-9)){let M=(R+v)/2;for(let E of[h,p])N.push({kind:"circle",part:"bar-cap",cx:i(c+M*Math.sin(E)),cy:i(l-M*Math.cos(E)),r:i(O/2),fill:j})}if(e.labels){let M=(R+v)/2;N.push(K(i(c+M*Math.sin(h)-6*Math.cos(h)),i(l-M*Math.cos(h)-6*Math.sin(h)),`${L.name} ${r(L.value)}`,{part:"bar-label",anchor:Math.cos(h)>=0?"end":"start",baseline:"middle"}))}}),e.target!==void 0&&P(e.target)){let L=h+z(e.target)*y,S=d-x*O*(1+T)+O*T;N.push({kind:"line",part:"target",x1:i(c+S*Math.sin(L)),y1:i(l-S*Math.cos(L)),x2:i(c+(d+4)*Math.sin(L)),y2:i(l-(d+4)*Math.cos(L)),stroke:"var(--skdx-color-text-default)",strokeWidth:2,title:`Target: ${r(e.target)}`})}e.centerLabel&&N.push(K(i(c),i(l),e.centerLabel,{part:"center-label",anchor:"middle",baseline:"middle",fill:"var(--skdx-color-text-default)",weight:"bold"}));let $=le(e,a,o,k);return{...$,shapes:[...N,...$.shapes]}}var $s=e=>e*Math.PI/180;function Hi(e,n){let t=[0],r=[0],a=o=>{t.push(Math.sin(o)),r.push(-Math.cos(o))};a(e),a(n);for(let o=Math.ceil(e/(Math.PI/2));o*(Math.PI/2)<=n;o++)a(o*(Math.PI/2));return{x0:Math.min(...t),y0:Math.min(...r),x1:Math.max(...t),y1:Math.max(...r)}}function Ra(e){let n=oe(e,!P(e.value),300,300);if(n)return n;let t=re(e.format),{width:r,height:a}=se(e,300,300),o=ie(e),s=P(e.min)?e.min:0,c=P(e.max)?e.max:100,l=e.startAngle??-120,d=e.endAngle??120,u=$s(l),h=$s(Math.max(l,Math.min(l+360,d))),f=h-u,y=G=>c>s?Math.max(0,Math.min(1,(G-s)/(c-s))):0,I=G=>u+y(G)*f,x=e.variant==="solid",T=e.ticks===!1?0:e.ticks===!0||e.ticks===void 0?5:e.ticks,O=e.tickLabels??!0,b=Array.from({length:T},(G,J)=>T===1?s:s+(c-s)*J/(T-1)),z=T>0&&O,N=z?Math.max(...b.map(G=>t(G).length))*ue:0,k=z?14+N:10,$=z?26:10,L=Hi(u,h),S=Math.max(L.x1-L.x0,.2),v=Math.max(L.y1-L.y0,.2),R=Math.max(0,Math.min((r-2*k)/S,(a-o-2*$)/v)),j=r/2-(L.x0+L.x1)/2*R,p=o+(a-o)/2-(L.y0+L.y1)/2*R,w=R*Math.max(.04,Math.min(.6,e.thickness??.18)),M=R-w,E=(G,J)=>({x:i(j+G*Math.sin(J)),y:i(p-G*Math.cos(J))}),F=[],D=`${t(s)} \u2013 ${t(c)}`,Z=(e.bands??[]).filter(G=>P(G.from)&&P(G.to)),B=G=>Z.find(J=>G>=J.from&&G<=J.to),H=G=>G.color??pt(G.variant);F.push({kind:"path",part:"track",d:qe(j,p,R,M,u,h),fill:Y.grid,opacity:.6});for(let G of Z){let J=I(Math.min(G.from,G.to)),te=I(Math.max(G.from,G.to));if(te<=J)continue;let ne=`${G.label?`${G.label}: `:""}${t(G.from)} \u2013 ${t(G.to)}`;F.push(x?{kind:"path",part:"band",d:qe(j,p,R+6,R+2,J,te),fill:H(G),opacity:.7,title:ne}:{kind:"path",part:"band",d:qe(j,p,R,M,J,te),fill:H(G),opacity:.75,title:ne})}let V=`${e.caption??"Value"}: ${t(e.value)} (${D})`,U={label:V,name:e.caption,value:e.value},A=I(e.value);if(x){let G=B(e.value),J=G?H(G):ee(e,0);A>u+1e-6?F.push({kind:"path",part:"value",d:qe(j,p,R,M,u,A),fill:J,title:V,item:U}):F.push({..._i(j,p),title:V,item:U})}else{let G=E(M-4,A),J=4,te=E(J,A-Math.PI/2),ne=E(J,A+Math.PI/2);F.push({kind:"path",part:"needle",d:`M${te.x} ${te.y}L${G.x} ${G.y}L${ne.x} ${ne.y}Z`,fill:"var(--skdx-color-text-default)",title:V,item:U},{kind:"circle",part:"hub",cx:i(j),cy:i(p),r:5,fill:"var(--skdx-color-text-default)"})}for(let G of b){let J=I(G),te=E(R+2,J),ne=E(R+7,J);if(F.push({kind:"line",part:"tick",x1:te.x,y1:te.y,x2:ne.x,y2:ne.y,stroke:Y.axis}),O){let pe=E(R+12,J),Te=Math.sin(J);F.push(K(pe.x,pe.y,t(G),{part:"tick-label",anchor:Te>.3?"start":Te<-.3?"end":"middle",baseline:"middle"}))}}if(P(e.target)){let G=I(e.target),J=E(M-2,G),te=E(R+4,G);F.push({kind:"line",part:"target",x1:J.x,y1:J.y,x2:te.x,y2:te.y,stroke:"var(--skdx-color-text-default)",strokeWidth:2,title:`Target: ${t(e.target)}`})}let _=f<2*Math.PI-1e-6?L.y1<.2?p-M*.4:p+M*.45:p;F.push(K(i(j),i(_),e.centerLabel??t(e.value),{part:"center-label",anchor:"middle",baseline:"middle",fill:"var(--skdx-color-text-default)",weight:"bold"})),e.caption&&F.push(K(i(j),i(_+16),e.caption,{part:"caption",anchor:"middle",baseline:"middle"}));let W=le(e,r,a),Q=P(e.target)?`, target ${t(e.target)}`:"";return{...W,description:e.description??`${e.caption??"Value"} ${t(e.value)} on a scale from ${t(s)} to ${t(c)}${Q}.`,shapes:[...F,...W.shapes]}}var _i=(e,n)=>({kind:"circle",part:"anchor",cx:i(e),cy:i(n),r:.01,fill:"none"});function Ea(e){let[n,t]=e.sizeRange??[4,24],r=re(e.zAxis?.format??e.format),a=e.zAxis?.label,o=e.xAxis?.label,s=e.yAxis?.label,c=(l,d)=>l?`${l} ${d}`:d;return fa({...e,series:e.series.map(l=>({name:l.name,id:l.id,color:l.color,data:l.data.filter(d=>P(d.x)&&P(d.y)).map(d=>({x:d.x,y:d.y,size:P(d.z)?Math.max(0,d.z):0,label:d.label,id:d.id,color:d.color,value:d.value??d.z}))}))},{part:"bubble",opacity:.7,radius:(l,[,d])=>d>0&&P(l)?Math.max(n,Math.sqrt(l/d)*t):n,describe:(l,d,u,h)=>`${l}${d.label?` ${d.label}`:""}: ${c(o,u.format(d.x))}, ${c(s,h.format(d.y))}, ${c(a,r(d.size??0))}`})}function Da(e){let n=Be(e.data),t=oe(e,n.length===0);if(t)return t;let r=Wn(n,{bins:e.bins,binWidth:e.binWidth,domain:e.domain,thresholds:e.thresholds}),a=Zn(n,r),o=a.reduce((x,T)=>x+T.count,0),s=e.mode??"count",c=re(e.xAxis?.format??e.format),l=re(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=x=>s==="density"?o>0&&x.x1>x.x0?x.count/(o*(x.x1-x.x0)):0:s==="percent"?o>0?x.count/o:0:x.count,h=a.map(x=>`${c(x.x0)}\u2013${c(x.x1)}`),f=Ot({...e,format:l,series:[{name:d,data:a.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"),y=f.shapes.map((x,T)=>{if(x.part!=="bar"||!x.item||x.item.index===void 0)return x;let O=a[x.item.index];if(!O)return x;let b=o>0?` (${Math.round(O.count/o*1e3)/10}%)`:"",z=`${h[x.item.index]??String(T)}: ${O.count}${b}${s==="count"?"":` \xB7 ${d} ${l(u(O))}`}`;return{...x,title:x.title===void 0?void 0:z,item:{...x.item,label:z}}}),I=f.hit?.rows.map((x,T)=>{let O=a[T];return O?[x[0],`${d}: ${l(u(O))}`,`Observations: ${O.count}`]:x});return{...f,shapes:y,hit:f.hit&&I?{...f.hit,rows:I}:f.hit}}function ji(e,n){let t=[],r=n;for(let a of e??[]){let o=typeof a=="number"?{from:r,to:a}:a;P(o.to)&&(t.push(o),r=o.to)}return t}function br(e){let n=e.data.filter(k=>P(k.value)),t=oe(e,n.length===0,600,40+44*Math.max(1,e.data.length));if(t)return t;let r=re(e.format),a=e.orientation==="vertical",{width:o,height:s}=se(e,600,a?300:40+44*n.length),c=k=>k.ranges??e.ranges,l=n.flatMap(k=>[k.value,k.target,...(c(k)??[]).map($=>typeof $=="number"?$:$.to)]),[d,u]=ye(l),h=e.min??Math.min(0,d),f=Math.max(0,...n.map(k=>k.name.length))*ue,y=$e(o,s,{top:de.top+ie(e),right:e.labels&&!a?56:de.right,bottom:de.bottom,left:a?de.left:Math.max(de.left,f+16)}),I=a?[y.y+y.height,y.y]:[y.x,y.x+y.width],x=Ve([h,Math.max(h,u)],I,{min:h,max:e.max,ticks:e.ticks},e.format),T=Pe(n.length,a?[y.x,y.x+y.width]:[y.y,y.y+y.height],.3),O=le(e,o,s),b=n.map((k,$)=>({pos:i(T.center($)),label:k.name})),z=Ge({...O,plot:y,xTicks:a?ze(b,y.width):b,yTicks:a?x.ticks:ze(x.ticks,y.width),baseline:x.zero},{horizontal:!a}),N=(k,$,L,S,v)=>{let R=x.scale(k),j=x.scale($),p=Math.max(1,Math.abs(j-R));return a?{kind:"rect",x:i(L-S/2),y:i(Math.min(R,j)),width:i(S),height:i(p),...v}:{kind:"rect",x:i(Math.min(R,j)),y:i(L-S/2),width:i(p),height:i(S),...v}};return n.forEach((k,$)=>{if(be(e,k.name))return;let L=T.center($),S=T.bandwidth,v=ji(c(k),h);v.forEach((w,M)=>{let E=`${k.name} ${w.label??`range ${M+1}`}: ${r(w.from)} \u2013 ${r(w.to)}`;z.push(N(w.from,w.to,L,S,{part:"range",fill:w.color??(w.variant?pt(w.variant):Y.axis),opacity:w.variant||w.color?.25:Math.max(.1,.4-M*.1),title:E}))});let R=P(k.target)?` \xB7 target ${r(k.target)}`:"",j=v.find(w=>k.value>=w.from&&k.value<=w.to),p=`${k.name}: ${r(k.value)}${R}${j?.label?` (${j.label})`:""}`;if(z.push(N(Math.min(h,k.value),k.value,L,S/3,{part:"measure",fill:ee(e,$,k.color),title:p,item:{label:p,id:k.id,name:k.name,index:$,value:k.value}})),P(k.target)){let w=i(x.scale(k.target));z.push({kind:"line",part:"target",x1:a?i(L-S/2.5):w,x2:a?i(L+S/2.5):w,y1:a?w:i(L-S/2.5),y2:a?w:i(L+S/2.5),stroke:"var(--skdx-color-text-default)",strokeWidth:3,title:`${k.name} target: ${r(k.target)}`})}if(e.labels){let w=x.scale(P(k.target)?Math.max(k.value,k.target):k.value);z.push(a?K(i(L),i(w-6),r(k.value),{part:"value-label",anchor:"middle"}):K(i(w+6),i(L),r(k.value),{part:"value-label",baseline:"middle"}))}}),{...O,shapes:[...z,...O.shapes]}}var Ba=e=>Ot(e,"bar");function Fa(e){let n=e.variant??"area";return Ot({...e,series:e.series.map(t=>({type:"range",name:t.name,low:t.low,high:t.high,color:t.color,axis:t.axis,curve:t.curve,style:n}))},"bar")}var ks=60,Gi=500;function Pa(e){let n=[],t=new Map;for(let q of e.nodes)t.has(q.id)?n.push({code:"duplicate-id",severity:"warning",message:`Node id "${q.id}" is duplicated; the first definition is kept.`,itemId:q.id}):t.set(q.id,q);let r=q=>q.group,a=[...t.values()].filter(q=>!(q.group!==void 0&&be(e,q.group))),o=new Set(a.map(q=>q.id)),s=e.edges.filter(q=>{let ce=o.has(q.source)&&o.has(q.target);return!ce&&!(t.has(q.source)&&t.has(q.target))&&n.push({code:"unknown-node",severity:"warning",message:`Edge ${q.source} \u2192 ${q.target} names a node that does not exist and was dropped.`,itemId:q.id}),ce}),c=oe(e,a.length===0);if(c)return{...c,issues:n};let l=re(e.format),{width:d,height:u}=se(e),[h,f]=e.nodeRange??[5,16],y=e.labels??a.length<=ks,I=$e(d,u,{top:ie(e)+f+8,right:f+(y?48:8),bottom:f+8,left:f+8}),x=[...new Set(e.nodes.map(r).filter(q=>q!==void 0))],T=(q,ce)=>q.color??ee(e,q.group!==void 0?x.indexOf(q.group):ce),[,O]=ye(a.map(q=>q.value)),b=q=>P(q)&&O>0?h+Math.sqrt(Math.max(0,q)/O)*(f-h):h,z=new Map;for(let q of s)z.set(q.source,(z.get(q.source)??0)+1),q.target!==q.source&&z.set(q.target,(z.get(q.target)??0)+1);let N=a.length,k=new Map(a.map((q,ce)=>[q.id,ce])),$,L,S=e.arrange??"force";S==="manual"&&a.every(q=>P(q.x)&&P(q.y))?($=a.map(q=>q.x),L=a.map(q=>q.y)):S==="circular"||S==="manual"||N<3?($=a.map((q,ce)=>Math.cos(2*Math.PI*ce/N-Math.PI/2)),L=a.map((q,ce)=>Math.sin(2*Math.PI*ce/N-Math.PI/2))):{xs:$,ys:L}=Wi(N,s.map(q=>[k.get(q.source),k.get(q.target)]),e.iterations??Math.max(50,Math.min(300,Math.floor(3e4/N))));let[v,R]=ye($),[j,p]=ye(L),w=Math.max(R-v,p-j)||1,M=Math.min(I.width/w,I.height/w),E=I.x+(I.width-(R-v)*M)/2,F=I.y+(I.height-(p-j)*M)/2,D=a.map((q,ce)=>({node:q,index:ce,x:i(E+($[ce]-v)*M),y:i(F+(L[ce]-j)*M),r:i(b(q.value)),color:T(q,ce),degree:z.get(q.id)??0})),Z=new Map(D.map(q=>[q.node.id,q])),B=Vn(e.selected)[0],H=B!==void 0?Z.get(String(B)):void 0,V=new Set;if(H){V.add(H.node.id);for(let q of s)q.source===H.node.id&&V.add(q.target),q.target===H.node.id&&V.add(q.source)}let U=(q,ce=q)=>H&&!(V.has(q)&&V.has(ce))?.15:void 0,A=q=>!H||q.source===H.node.id||q.target===H.node.id,[,g]=ye(s.map(q=>q.value)),_=s.length<=Gi,W=[],Q=(q,ce,Se)=>W.some(Ze=>Math.abs(Ze.y-ce)<12&&q<Ze.x+Ze.w+4&&q+Se+4>Ze.x)?!1:(W.push({x:q,y:ce,w:Se}),!0),G=[],J=[],te=s.map(q=>{let ce=Z.get(q.source),Se=Z.get(q.target),Ze=P(q.value)&&g>0?1+3*Math.sqrt(Math.max(0,q.value)/g):1,un=`${ce.node.label??ce.node.id} \u2192 ${Se.node.label??Se.node.id}${q.label?` ${q.label}`:""}${P(q.value)?`: ${l(q.value)}`:""}`,tn=A(q)?U(q.source,q.target):.15,hn=_?{label:un,id:q.id,name:q.source,category:q.target,value:q.value}:void 0;if(ce===Se){let _e=ce.r*2.5;return{kind:"path",part:"edge",d:`M${i(ce.x)} ${i(ce.y-ce.r)}C${i(ce.x-_e)} ${i(ce.y-_e*1.5)} ${i(ce.x+_e)} ${i(ce.y-_e*1.5)} ${i(ce.x)} ${i(ce.y-ce.r)}`,stroke:Y.axis,strokeWidth:Ze,opacity:tn??.7,title:_?un:void 0,item:hn}}let fn=Math.hypot(Se.x-ce.x,Se.y-ce.y)||1,Gt=(Se.x-ce.x)/fn,Wt=(Se.y-ce.y)/fn;if(e.directed){let _e=Se.x-Gt*Se.r,Zt=Se.y-Wt*Se.r,nn=_e-Gt*6,ar=Zt-Wt*6;G.push({kind:"path",part:"arrow",d:`M${i(_e)} ${i(Zt)}L${i(nn-Wt*3)} ${i(ar+Gt*3)}L${i(nn+Wt*3)} ${i(ar-Gt*3)}Z`,fill:Y.axis,opacity:tn??.7})}let pn=`${q.label??""}${P(q.value)?`${q.label?": ":""}${l(q.value)}`:""}`;if(e.edgeLabels&&pn){let _e=(ce.x+Se.x)/2,Zt=(ce.y+Se.y)/2,nn=pn.length*ue;Q(_e-nn/2,Zt,nn)&&J.push(K(i(_e),i(Zt),pn,{part:"edge-label",anchor:"middle",baseline:"middle"}))}return{kind:"path",part:"edge",d:`M${i(ce.x)} ${i(ce.y)}L${i(Se.x)} ${i(Se.y)}`,stroke:Y.axis,strokeWidth:Ze,opacity:tn??.7,title:_?un:void 0,item:hn}}),ne=[],pe=[];for(let q of D){let ce=q.node.label??q.node.id,Se=P(q.node.value)?`: ${l(q.node.value)}`:"",Ze=q.node.group!==void 0?` \xB7 ${q.node.group}`:"",un=`${ce}${Se}${Ze} \xB7 ${q.degree} connection${q.degree===1?"":"s"}`;if(ne.push({kind:"circle",part:"node",cx:q.x,cy:q.y,r:q.r,fill:q.color,stroke:H?.node.id===q.node.id?"var(--skdx-color-text-default)":"var(--skdx-color-surface-default)",opacity:U(q.node.id),title:un,item:{label:un,name:q.node.id,category:q.node.group,index:q.index,value:q.node.value}}),!y)continue;let tn=ce.length*ue,hn=q.x+q.r+4,fn=q.y;Q(hn,fn,tn)&&pe.push(K(i(hn),i(fn),ce,{part:"node-label",baseline:"middle",fill:U(q.node.id)===void 0?"var(--skdx-color-text-default)":Y.grid}))}let Te=x.map((q,ce)=>({name:q,color:ee(e,ce)})),Ee=le(e,d,u,Te);return{...Ee,shapes:[...te,...G,...ne,...J,...pe,...Ee.shapes],issues:n}}function Wi(e,n,t){let r=Array.from({length:e},(l,d)=>Math.cos(2*Math.PI*d/e)),a=Array.from({length:e},(l,d)=>Math.sin(2*Math.PI*d/e)),o=Math.sqrt(4/e),s=new Array(e).fill(0),c=new Array(e).fill(0);for(let l=0;l<t;l++){let d=.1*(1-l/t)+.005;s.fill(0),c.fill(0);for(let u=0;u<e;u++)for(let h=u+1;h<e;h++){let f=r[u]-r[h],y=a[u]-a[h];f===0&&y===0&&(f=.001*(u%7+1),y=.001*(h%5+1));let I=f*f+y*y,x=o*o/I;s[u]=s[u]+f*x,c[u]=c[u]+y*x,s[h]=s[h]-f*x,c[h]=c[h]-y*x}for(let[u,h]of n){if(u===h)continue;let f=r[u]-r[h],y=a[u]-a[h],I=Math.hypot(f,y)||1e-6,x=I*I/o/I;s[u]=s[u]-f*x,c[u]=c[u]-y*x,s[h]=s[h]+f*x,c[h]=c[h]+y*x}for(let u=0;u<e;u++){let h=Math.hypot(s[u],c[u])||1e-6,f=Math.min(h,d);r[u]=r[u]+s[u]/h*f,a[u]=a[u]+c[u]/h*f}}return{xs:r,ys:a}}var Va=14;function Ha(e){let n=[],t=e.events.map((M,E)=>({event:M,index:E,time:new Date(M.date).getTime()})).filter(M=>Number.isFinite(M.time)?!(M.event.group!==void 0&&be(e,M.event.group)):(n.push({code:"invalid-value",severity:"warning",message:`Event "${M.event.label}" has an unparseable date and was dropped.`,itemId:M.event.id??M.event.label}),!1)).sort((M,E)=>M.time-E.time||M.index-E.index),r=oe(e,t.length===0);if(r)return{...r,issues:n};let{width:a,height:o}=se(e),s=e.orientation==="vertical",c=[...new Set(e.events.map(M=>M.group).filter(M=>M!==void 0))],l=c.length?c:[""],[d,u]=ye(t.map(M=>M.time)),h=e.xAxis?.format??{style:u-d<2*864e5?"time":"date"},f=M=>Dt(M,h),y=e.labels??!0,I=t.map(M=>{let E=M.event.group,F=M.event.color??(M.event.variant?pt(M.event.variant):ee(e,E===void 0?0:c.indexOf(E))),D=M.event.description?` \u2014 ${M.event.description}`:"";return{...M,lane:E===void 0?0:c.indexOf(E),color:F,text:`${M.event.label} \xB7 ${f(M.time)}${D}`}}),x=c.map((M,E)=>({name:M,color:ee(e,E)})),T=le(e,a,o,x),O=M=>({label:M.text,id:M.event.id,name:M.event.label,category:M.event.group,index:M.index,value:M.time}),b=[];if(s){let M=Math.max(...I.map(Z=>f(Z.time).length))*ue+16,E=$e(a,o,{top:8+ie(e),right:8,bottom:8,left:M+12}),F=Pe(I.length,[E.y,E.y+E.height],0),D=i(E.x);return b.push({kind:"line",part:"axis",x1:D,x2:D,y1:E.y,y2:E.y+E.height,stroke:Y.axis}),I.forEach((Z,B)=>{let H=i(F.center(B));if(b.push(K(i(E.x-12),H,f(Z.time),{part:"x-label",anchor:"end",baseline:"middle"}),{kind:"circle",part:"event",cx:D,cy:H,r:5,fill:Z.color,stroke:"var(--skdx-color-surface-default)",title:Z.text,item:O(Z)}),y){let V=Z.event.description,U=F.step>=2*Va&&V;b.push(K(i(E.x+12),U?i(H-7):H,Z.event.label,{part:"event-label",baseline:"middle",fill:"var(--skdx-color-text-default)"})),U&&b.push(K(i(E.x+12),i(H+7),V,{part:"event-description",baseline:"middle"}))}}),{...T,shapes:[...b,...T.shapes],issues:n}}let z=c.length?Math.max(...c.map(M=>M.length))*ue+16:8,N=Math.max(f(d).length,f(u).length)*ue/2+4,k=$e(a,o,{top:8+ie(e),right:Math.max(16,N),bottom:32+(e.xAxis?.label?14:0),left:Math.max(16,z,N)}),$=(u-d)*.04||36e5,L=Je([d-$,u+$],[k.x,k.x+k.width]),S=Gn(d-$,u+$).filter(M=>M>=d-$&&M<=u+$).map(M=>({pos:i(L(M)),label:f(M)}));for(let M of ze(S,k.width))b.push({kind:"line",part:"grid",x1:M.pos,x2:M.pos,y1:k.y,y2:k.y+k.height,stroke:Y.grid},K(M.pos,k.y+k.height+20,M.label,{part:"x-label",anchor:"middle"}));e.xAxis?.label&&b.push(K(i(k.x+k.width/2),o-4,e.xAxis.label,{part:"axis-title",anchor:"middle"}));let v=Pe(l.length,[k.y,k.y+k.height],0),R=Math.max(0,Math.floor((v.step/2-14)/Va));l.forEach((M,E)=>{let F=i(v.center(E));b.push({kind:"line",part:"axis",x1:k.x,x2:k.x+k.width,y1:F,y2:F,stroke:Y.axis}),M&&b.push(K(k.x-8,F,M,{part:"y-label",anchor:"end",baseline:"middle"}))});let j=l.map(()=>[]),p=[],w=[];for(let M of I){let E=i(L(M.time)),F=i(v.center(M.lane));if(w.push({kind:"circle",part:"event",cx:E,cy:F,r:5,fill:M.color,stroke:"var(--skdx-color-surface-default)",title:M.text,item:O(M)}),!y)continue;let D=M.event.label.length*ue,Z=E-D/2,B=j[M.lane],H=0;for(;H<=R&&(B[H]??-1/0)>Z-6;)H++;if(H>R)continue;B[H]=Z+D;let V=i(F-12-H*Va),U=i(Math.max(D/2+2,Math.min(a-D/2-2,E)));H>0&&p.push({kind:"line",part:"connector",x1:E,x2:E,y1:i(F-6),y2:i(V+4),stroke:Y.grid}),p.push(K(U,V,M.event.label,{part:"event-label",anchor:"middle",fill:"var(--skdx-color-text-default)"}))}return{...T,shapes:[...b,...p,...w,...T.shapes],issues:n}}function Kn(e,n,t,r,a){let o=e.getBoundingClientRect();return{x:o.width?(n-o.left)*r/o.width:n,y:o.height?(t-o.top)*a/o.height:t}}var _a=(e,n,t)=>n>=e.x&&n<=e.x+e.width&&t>=e.y&&t<=e.y+e.height;function Is(e,n){let t=0,r=1/0;return e.xs.forEach((a,o)=>{let s=Math.abs(a-n);s<r&&(r=s,t=o)}),t}function gr(e,n){let t=e.hit;if(!t||t.xs.length===0)return;let r=Is(t,n),a=t.rows[r]??[];return{index:r,rows:e.axisTooltipFormatter?.(a,r)??a}}function ja(e,n){let t=e.hit;if(!t||t.xs.length===0)return;let r=t.xs[Is(t,n)];return{kind:"line",part:"crosshair",x1:r,x2:r,y1:t.plot.y,y2:t.plot.y+t.plot.height,stroke:Y.axis,dash:"3 3"}}function Ga(e,n,t){let r=e.hit;if(!r||!r.crosshair||r.xs.length===0||!_a(r.plot,n,t))return[];let a=ja(e,n),{rows:o}=gr(e,n),s=e.tooltipAnchored?r.plot.y+8:t;return[a,...Br(a.x1,s,o,e.width,e.height,e.tooltipPlacement)]}function Wa(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 a=t.xs[r];return Ga(e,a,t.plot.y+8)}function Za(e,n,t,r,a){if(!e.tooltip)return{lines:[],shapes:[]};if(e.hit?.crosshair){let{x:l,y:d}=Kn(t,r,a,e.width,e.height);if(_a(e.hit.plot,l,d)){let u=gr(e,l),h=ja(e,l);if(u&&h)return{lines:u.rows,shapes:[h]}}}let o=n?.closest?.("[data-skdx-part]"),s=e.tooltipFormatter?zn(e,n)?.item:void 0,c=s&&e.tooltipFormatter?.(s)||o&&Array.from(o.children).find(l=>l.tagName.toLowerCase()==="title")?.textContent;return c?{lines:Array.isArray(c)?c:[c],shapes:[]}:{lines:[],shapes:[]}}function Ts(e,n,t,r,a,o,s){let c=e?.closest?.("[data-skdx-part]"),l=s&&s.tooltipFormatter?zn(s,e)?.item:void 0,d=l&&s?.tooltipFormatter?.(l)||c&&Array.from(c.children).find(I=>I.tagName.toLowerCase()==="title")?.textContent;if(!d)return[];let u=s?.tooltipAnchored?zn(s,e):void 0,h=u?s?.shapes[u.index]:void 0,{x:f,y}=h?xr(h):Kn(n,t,r,a,o);return Br(f,y,d,a,o,s?.tooltipPlacement)}function qa(e,n,t,r,a){if(!e.tooltip)return[];if(e.hit?.crosshair){let{x:o,y:s}=Kn(t,r,a,e.width,e.height),c=Ga(e,o,s);if(c.length>0)return c}return Ts(n,t,r,a,e.width,e.height,e)}function Ua(e,n){let t=zn(e,n);return t&&!t.item.legend?Sn(t.item):null}var Zi=(e,n)=>{let{x:t,y:r}=xr(e),a=e.kind==="circle"?e.cy:e.kind==="rect"?e.y+e.height/2:r;return t>=n.x&&t<=n.x+n.width&&a>=n.y&&a<=n.y+n.height};function Ya(e,n){let t=new Set,r=[];for(let a of e.shapes){if(!a.item||a.item.legend||a.part==="anchor"||!Zi(a,n))continue;let o=Sn(a.item),s=JSON.stringify(o);t.has(s)||(t.add(s),r.push(o))}return r}var Ka=e=>({kind:"rect",part:"selection-box",x:i(e.x),y:i(e.y),width:i(e.width),height:i(e.height),fill:Y.focus,opacity:.12,stroke:Y.focus}),jr=(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 Cs(e,n,t){let r=!1;for(let a=0,o=e.length-1;a<e.length;o=a++){let s=e[a],c=e[o];s.y>t!=c.y>t&&n<(c.x-s.x)*(t-s.y)/(c.y-s.y)+s.x&&(r=!r)}return r}function Xa(e,n){if(n.length<3)return[];let t=new Set,r=[];for(let a of e.shapes){if(!a.item||a.item.legend||a.part==="anchor")continue;let{x:o,y:s}=xr(a),c=a.kind==="circle"?a.cy:a.kind==="rect"?a.y+a.height/2:s;if(!Cs(n,o,c))continue;let l=Sn(a.item),d=JSON.stringify(l);t.has(d)||(t.add(d),r.push(l))}return r}var Qa=e=>({kind:"path",part:"selection-lasso",d:e.length?`M${e.map(n=>`${i(n.x)} ${i(n.y)}`).join("L")}`:"",fill:Y.focus,fillOpacity:.12,stroke:Y.focus,dash:"4 3"}),_r=6;function Ja(e,n,t){let r=e.edit;if(r){for(let a of r.bars)if(!(t<a.y||t>a.y+a.height||n<a.x0-_r||n>a.x1+_r))return Math.abs(n-a.x0)<=_r?{bar:a,mode:"start"}:Math.abs(n-a.x1)<=_r?{bar:a,mode:"end"}:{bar:a,mode:"move"}}}function eo(e,n,t){let r=e.edit;return As(r,n,r.invert(n.bar.x0+t)-r.invert(n.bar.x0))}function to(e,n,t){let r=e.edit,a=t.key==="ArrowRight"?1:t.key==="ArrowLeft"?-1:0;if(!r||n===null||!a||!(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",c=r.snap??r.invert(o.x0+10)-r.invert(o.x0);return As(r,{bar:o,mode:s},a*c)}function As(e,{bar:n,mode:t},r){let a=c=>e.snap?Math.round(c/e.snap)*e.snap:c,o=n.start,s=n.end;return t==="move"?(o=a(n.start+r),s=o+(n.end-n.start)):t==="start"?o=Math.min(a(n.start+r),n.end):s=Math.max(a(n.end+r),n.start),{id:n.id,name:n.name,start:o,end:s}}function no(e,n,t){let r=e.edit,a=r.scale(t.start),o=r.scale(t.end);return{kind:"rect",part:"edit-ghost",x:i(Math.min(a,o)),y:i(n.bar.y),width:i(Math.max(1,Math.abs(o-a))),height:i(n.bar.height),fill:Y.focus,opacity:.25,stroke:Y.focus,rx:2}}var qi=64,Ui=e=>Math.max(1,Math.min(qi,e));function ro(e,n,t,r){let a=n>0?.8:1.25,o=Ui(e.view.zoom*a);if(o===e.view.zoom)return e.view;let{plot:s,scale:c}=e,[l,d]=e.view.center,u=(t-(s.x+s.width/2))/c,h=(r-(s.y+s.height/2))/c,f=e.view.zoom/o;return{center:[l+u*(1-f),e.fromY(e.toY(d)-h*(1-f))],zoom:o}}function ao(e,n,t,r){let{scale:a}=e;return{center:[n.center[0]-t/a,e.fromY(e.toY(n.center[1])+r/a)],zoom:n.zoom}}function zn(e,n){let t=n?.closest?.("[data-skdx-i]"),r=Number(t?.getAttribute("data-skdx-i")),a=Number.isInteger(r)?e.shapes[r]?.item:void 0;return a?{index:r,item:a}:void 0}var Gr=e=>e.shapes.flatMap((n,t)=>n.item&&!n.item.legend?[t]:[]);function xr(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 oo(e,n){let t=n===null?void 0:e.shapes[n];if(!t)return[];let r=Y.focus,a;switch(t.kind){case"rect":a={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":a={kind:"circle",part:"focus",cx:t.cx,cy:t.cy,r:t.r+3,fill:"none",stroke:r};break;case"line":a={kind:"line",part:"focus",x1:t.x1,y1:t.y1,x2:t.x2,y2:t.y2,stroke:r,strokeWidth:4};break;case"text":a={kind:"rect",part:"focus",x:t.x-2,y:t.y-8,width:t.text.length*ue+4,height:16,fill:"none",stroke:r,rx:2};break;case"path":a={kind:"path",part:"focus",d:t.d,stroke:r,strokeWidth:2,fill:"none"};break}let{x:o,y:s}=xr(t),c=t.item&&e.tooltipFormatter?.(t.item)||(t.item?.label??t.title??"");return[a,...c?Br(i(o),i(s),c,e.width,e.height):[]]}function so(e,n,t){let r=Gr(e);if(r.length===0)return;let a=n===null?-1:r.indexOf(n);switch(t){case"ArrowRight":case"ArrowDown":return r[Math.min(r.length-1,a+1)];case"ArrowLeft":case"ArrowUp":return r[Math.max(0,a<=0?0:a-1)];case"Home":return r[0];case"End":return r[r.length-1];case"Escape":return null;default:return}}var Un=2,Yn=(e,n,t)=>{let r=Math.max(Un,Math.min(t,Math.round(n))),a=Math.max(0,Math.min(t-r,Math.round(e)));return{start:a,end:a+r}},Ls=(e,n)=>!e||e.start<=0&&e.end>=n;function io(e,n,t){if(e.count<=Un||!e.plot.width)return;let{start:r,end:a}=e.zoom,o=a-r,s=n>0?1.25:.8,c=Math.max(Un,Math.min(e.count,Math.round(o*s)));if(c===o)return n>0&&!Ls(e.zoom,e.count)?Yn(r,c,e.count):void 0;let l=Math.max(0,Math.min(1,(t-e.plot.x)/e.plot.width)),d=r+l*o;return Yn(d-l*c,c,e.count)}function lo(e,n,t,r){let a=n.end-n.start,o=Math.max(Un,Math.min(e.count,Math.round(a/Math.max(.05,t)))),s=Math.max(0,Math.min(1,(r-e.plot.x)/Math.max(1,e.plot.width)));return Yn(n.start+s*a-s*o,o,e.count)}function co(e,n,t){let r=n.end-n.start,a=e.plot.width/Math.max(1,r);return Yn(n.start-t/a,r,e.count)}function mo(e,n,t){let r=e.brush;if(!r||!_a(r.box,n,t))return;let a=r.window;if(Math.abs(n-a.x)<=6)return{grab:"left",zoom:e.zoom};if(Math.abs(n-(a.x+a.width))<=6)return{grab:"right",zoom:e.zoom};if(n>a.x&&n<a.x+a.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:Yn(s-o/2,o,e.count)}}function uo(e,n,t,r){let a=e.brush;if(!a)return t;let o=r/Math.max(1,a.box.width)*e.count;if(n==="move")return Yn(t.start+o,t.end-t.start,e.count);if(n==="left")return{start:Math.max(0,Math.min(t.end-Un,Math.round(t.start+o))),end:t.end};let s=Math.min(e.count,Math.max(t.start+Un,Math.round(t.end+o)));return{start:t.start,end:s}}function Zr(e,n){switch(n.type){case"svg":return Promise.resolve(Wr(e,n.label,n.resolve));case"csv":return Promise.resolve(qr(n.rows));case"png":{if(typeof document>"u"||typeof Image>"u")return Promise.reject(new Error("PNG export needs a browser"));let t=Wr(e,n.label,n.resolve);return zs(t,e.width,e.height,n.scale,n.background)}}}var bn=e=>e.replace(/&/g,"&").replace(/</g,"<").replace(/"/g,"""),yr=e=>e.filter(([,n])=>n!==void 0&&n!=="").map(([n,t])=>` ${n}="${bn(String(t))}"`).join("");function Os(e){let n=e.title?`<title>${bn(e.title)}</title>`:"",t=["data-skdx-part",e.part];switch(e.kind){case"path":return`<path${yr([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${yr([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${yr([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${yr([t,["cx",e.cx],["cy",e.cy],["r",e.r],["fill",e.fill],["stroke",e.stroke]])}>${n}</circle>`;case"text":return`<text${yr([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]])}>${bn(e.text)}</text>`}}function Ss(e){let n=e.defs??[];return n.length===0?"":`<defs>${n.map(t=>`<linearGradient id="${bn(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="${bn(r.color)}"${r.opacity===void 0?"":` stop-opacity="${r.opacity}"`}/>`).join("")}</linearGradient>`).join("")}</defs>`}function Wr(e,n,t){let r=Ss(e)+e.shapes.map(Os).join("");return t&&(r=r.replace(/var\((--[\w-]+)\)/g,(a,o)=>t(o).trim()||a)),`<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="${bn(n)}" font-family="${bn(Y.fontFamily)}" font-size="${bn(Y.fontSize)}"><title>${bn(n)}</title>${r}</svg>`}function zs(e,n,t,r=2,a){return new Promise((o,s)=>{let c=URL.createObjectURL(new Blob([e],{type:"image/svg+xml;charset=utf-8"})),l=new Image;l.onload=()=>{URL.revokeObjectURL(c);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"));a&&(u.fillStyle=a,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(c),s(new Error("svg could not be decoded"))},l.src=c})}function qr(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 Ns(e,n=[]){let t=Math.max(n.length,...e.map(a=>a.data.length)),r=[["",...e.map(a=>a.name)]];for(let a=0;a<t;a++){let o=n[a];r.push([o instanceof Date?o.toISOString():o??a+1,...e.map(s=>s.data[a])])}return qr(r)}var Ne=e=>P(e.value)?e.value:(e.children??[]).reduce((n,t)=>n+Ne(t),0),vr=e=>e.length===0?0:1+Math.max(...e.map(n=>vr(n.children??[]))),mt=e=>e.id??e.name;function Rs(e,n){for(let t of e){if(mt(t)===n||t.name===n)return[t];let r=Rs(t.children??[],n);if(r)return[t,...r]}}var Xn=(e,n)=>n==="asc"||n==="desc"?[...e].sort((t,r)=>n==="asc"?Ne(t)-Ne(r):Ne(r)-Ne(t)):[...e];function qt(e,n,t=1){return n===void 0?[...e]:e.map(r=>t>=n?{...r,value:Ne(r),children:void 0}:{...r,children:r.children?qt(r.children,n,t+1):void 0})}function an(e,n){if(n===void 0)return{nodes:[...e],path:[]};let t=Rs(e,n);if(!t)return{nodes:[...e],path:[]};let r=t[t.length-1];return{nodes:r.children?.length?r.children:[r],path:t}}function ho(e,n){if(!n)return;let t=typeof n=="object"?n.maxRows??500:500,r=e.hit;if(r&&r.rows.length>0){let c=r.rows[0];if(r.rows.length>t)return;let l=["",...c.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 a=e.shapes.flatMap(c=>c.item&&!c.item.legend&&!(c.part==="anchor"&&!c.title)?[c.item]:[]);if(a.length===0||a.length>t)return;let o=["series","name","category","value"].filter(c=>a.some(l=>l[c]!==void 0)),s=(c,l)=>c[l]===void 0?"":String(c[l]);return[o.map(c=>c[0]?.toUpperCase()+c.slice(1)),...a.map(c=>o.map(l=>s(c,l)))]}var fo=new Map;function Mr(e){let n=fo.get(e);if(n)return n.group;let t=new Set,r={},a={current:r,subscribe(o){return t.add(o),()=>{t.delete(o),t.size===0&&fo.delete(e)}},publish(o,s){Object.assign(r,o);for(let c of t)c(o,s)}};return fo.set(e,{group:a,listeners:t}),a}var Es='[data-skdx-part]:not([data-skdx-part^="tooltip"]):not([data-skdx-part="focus"]):not([data-skdx-part="crosshair"])',po=`@keyframes skdx-in{from{opacity:0}to{opacity:1}}${Es}{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){${Es}{animation:none;transition:none}}`;function bo(e){let n=e.animate;return n&&e.shapes.length<=1500?`${n}ms`:void 0}function go(e){let n=[],t=e.nodes?new Set(e.nodes.map(p=>p.id)):void 0,r=e.links.filter(p=>!P(p.value)||p.value<=0?(n.push({code:"invalid-value",severity:"warning",message:`Link ${p.source} \u2192 ${p.target} has no positive value and was dropped.`,itemId:p.id}),!1):p.source===p.target?(n.push({code:"self-link",severity:"warning",message:`Link ${p.source} \u2192 ${p.target} points at its own node and was dropped.`,itemId:p.id}),!1):t&&!(t.has(p.source)&&t.has(p.target))?(n.push({code:"unknown-node",severity:"warning",message:`Link ${p.source} \u2192 ${p.target} names a node not in \`nodes\` and was dropped.`,itemId:p.id}),!1):!0),{links:a,back:o}=Yi(r),s=e.cyclePolicy??"drop";for(let p of o)n.push({code:"cycle",severity:s==="error"?"error":"warning",message:`Link ${p.source} \u2192 ${p.target} closes a cycle and was ${s==="error"?"rejected":"dropped"}.`,itemId:p.id});let c=oe(s==="error"&&o.length>0?{...e,error:e.error??`${o.length} link${o.length===1?"":"s"} close a cycle`}:e,a.length===0);if(c)return{...c,issues:n};let l=re(e.format),d=Math.max(0,e.nodePadding??8),u=Math.max(1,e.nodeWidth??16),{width:h,height:f}=se(e),y=$e(h,f,{top:8+ie(e),right:96,bottom:8,left:8}),I=new Map,x=new Map((e.nodes??[]).map(p=>[p.id,p])),T=p=>{let w=I.get(p);if(!w){let M=x.get(p);w={id:p,name:M?.label??p,depth:0,value:0,color:ee(e,I.size,M?.color),x:0,y:0,height:0,outY:0,inY:0},I.set(p,w)}return w};for(let p of e.nodes??[])T(p.id);for(let p of a)T(p.source),T(p.target);for(let p=0,w=!0;w&&p<=I.size;p++){w=!1;for(let M of a){let E=T(M.source).depth+1;E>T(M.target).depth&&(T(M.target).depth=E,w=!0)}}let O=new Map,b=new Map;for(let p of a)O.set(p.source,(O.get(p.source)??0)+p.value),b.set(p.target,(b.get(p.target)??0)+p.value);if(e.align==="justify"){let p=Math.max(0,...[...I.values()].map(w=>w.depth));for(let w of I.values())O.has(w.id)||(w.depth=p)}let z=Vn(e.selected).map(String),N=p=>z.includes(p),k=p=>z.length===0||N(p)||a.some(w=>N(w.source)&&w.target===p||N(w.target)&&w.source===p);for(let p of I.values())p.value=Math.max(O.get(p.id)??0,b.get(p.id)??0);let $=new Map;for(let p of I.values())$.set(p.depth,[...$.get(p.depth)??[],p]);if(e.nodeSort)for(let p of $.values())p.sort((w,M)=>e.nodeSort==="asc"?w.value-M.value:M.value-w.value);let L=Math.max(0,...$.keys()),S=Math.min(...[...$.values()].map(p=>(y.height-d*(p.length-1))/p.reduce((w,M)=>w+M.value,0)));for(let[p,w]of $){let M=y.y;for(let E of w)E.x=y.x+(L===0?0:p*(y.width-u)/L),E.y=M,E.height=E.value*S,E.outY=E.inY=M,M+=E.height+d}let v=[...a];e.linkSort&&v.sort((p,w)=>e.linkSort==="asc"?p.value-w.value:w.value-p.value);let R=[],j=[];for(let p of v){let w=T(p.source),M=T(p.target),E=p.value*S,F=z.length===0||N(p.source)||N(p.target),D=w.x+u,Z=M.x,B=(D+Z)/2,H=w.outY,V=M.inY;w.outY+=E,M.inY+=E;let U=`${w.name} \u2192 ${M.name}: ${l(p.value)}`;R.push({kind:"path",part:"link",d:`M${i(D)} ${i(H)}C${i(B)} ${i(H)} ${i(B)} ${i(V)} ${i(Z)} ${i(V)}L${i(Z)} ${i(V+E)}C${i(B)} ${i(V+E)} ${i(B)} ${i(H+E)} ${i(D)} ${i(H+E)}Z`,fill:w.color,opacity:F?.4:.08,title:U,item:{label:U,id:p.id??`${p.source}\u2192${p.target}`,name:p.source,category:p.target,value:p.value}});let A=Z-D>(w.name.length+l(p.value).length)*ue+24;e.linkLabels&&E>=12&&F&&A&&j.push(K(i(B),i((H+V+E)/2),l(p.value),{part:"link-label",anchor:"middle",baseline:"middle"}))}for(let p of I.values()){let w=`${p.name}: ${l(p.value)}`;R.push({kind:"rect",part:"node",x:i(p.x),y:i(p.y),width:u,height:i(p.height),fill:p.color,opacity:k(p.id)?void 0:.3,title:w,item:{label:w,id:p.id,name:p.name,value:p.value}});let M=p.depth===L;(e.nodeLabels??!0)&&R.push(K(i(M?p.x-6:p.x+u+6),i(p.y+p.height/2),p.name,{anchor:M?"end":"start",baseline:"middle"}))}return{...le(e,h,f),shapes:[...R,...j],issues:n}}function Yi(e){let n=new Map;for(let o of e)n.set(o.source,[...n.get(o.source)??[],o]);let t=new Map,r=new Set,a=o=>{t.set(o,"active");for(let s of n.get(o)??[]){let c=t.get(s.target);c==="active"?r.add(s):c===void 0&&a(s.target)}t.set(o,"done")};for(let o of e)t.has(o.source)||a(o.source);return{links:e.filter(o=>!r.has(o)),back:[...r]}}function xo(e,n,t,r,a,o){if(e.length===0)return;let s=(h,f)=>{let y=h.reduce((T,O)=>T+O.area,0),I=Math.max(...h.map(T=>T.area)),x=Math.min(...h.map(T=>T.area));return Math.max(f*f*I/(y*y),y*y/(f*f*x))},c=Math.min(r,a),l=[],d=0;for(;d<e.length;){let h=[...l,e[d]];if(l.length===0||s(h,c)<=s(l,c))l=h,d++;else break}let u=l.reduce((h,f)=>h+f.area,0);if(r>=a){let h=u/a,f=t;for(let y of l){let I=y.area/h;o(y,[n,f,h,I]),f+=I}xo(e.slice(d),n+h,t,r-h,a,o)}else{let h=u/r,f=n;for(let y of l){let I=y.area/h;o(y,[f,t,I,h]),f+=I}xo(e.slice(d),n,t+h,r,a-h,o)}}function Ki(e,n,t,r,a,o,s){let c=e.reduce((d,u)=>d+u.area,0),l=s?t:n;for(let d of e){let u=c>0?d.area/c:0;if(s){let h=a*u;o(d,[n,l,r,h]),l+=h}else{let h=r*u;o(d,[l,t,h,a]),l+=h}}}function yo(e){let{nodes:n,path:t}=an(e.data,e.rootId),r=qt(n,e.maxDepth),a=oe(e,!r.some(k=>Ne(k)>0));if(a)return a;let o=re(e.format),{width:s,height:c}=se(e),l=e.breadcrumbs&&t.length>0,d=ie(e)+(l?20:0),u=Math.max(0,e.padding??2),h=e.sort??"desc",f=e.tiling??"squarify",y=e.labels??!0,I=[],x=r.map((k,$)=>({name:k.name,color:ee(e,$,k.color)})),T=[],O=k=>{for(let $ of k)$.children?.length?O($.children):T.push(Ne($))};O(r);let b=e.colorScale?gt(e.colorScale,T,ee(e,0),void 0,o):void 0,z=(k,$,L,S,v,R,j)=>{let p=k.reduce((E,F)=>E+Math.max(0,Ne(F)),0),w=Xn(k,h).map(E=>{let F=Ne(E),Z=!((E.children?.length??0)>0)&&b?b.color(F):void 0;return{node:E,value:F,color:Z?.fill??E.color??R??ee(e,k.indexOf(E)),opacity:Z?.opacity,area:p>0?Math.max(0,F)/p*S*v:0}}).filter(E=>E.area>0&&!(R===void 0&&be(e,E.node.name))),M=(E,[F,D,Z,B])=>{let H=`${E.node.name}: ${o(E.value)}`,V=(E.node.children?.length??0)>0;I.push({kind:"rect",part:V?"branch":"tile",x:i(F),y:i(D),width:i(Z),height:i(B),fill:E.color,opacity:V?.15:E.opacity,stroke:"var(--skdx-color-surface-default)",title:H,item:{label:H,id:mt(E.node),name:E.node.name,value:E.value}}),V?z(E.node.children,F+u,D+u,Math.max(0,Z-2*u),Math.max(0,B-2*u),E.color,j+1):y&&Z>40&&B>20&&I.push(K(i(F+6),i(D+6),E.node.name,{baseline:"hanging",fill:"var(--skdx-color-text-on-accent)"}))};f==="squarify"?xo(w,$,L,S,v,M):Ki(w,$,L,S,v,M,f==="slice"||f==="sliceDice"&&j%2===0)};z(r,0,d,s,c-d,void 0,0),l&&I.push(...Qn(t,8,ie(e)+10));let N=le(e,s,c,x);return{...N,shapes:[...I,...N.shapes]}}function Qn(e,n,t){let r=[],a=n;return e.forEach((o,s)=>{s>0&&(r.push(K(i(a),t,"\u203A",{part:"breadcrumb-separator",baseline:"middle"})),a+=ue+6),r.push(K(i(a),t,o.name,{part:"breadcrumb",baseline:"middle",fill:"var(--skdx-color-text-default)",title:o.name,item:{label:o.name,id:mt(o),name:o.name}})),a+=o.name.length*ue+6}),r}var Xi=.22,Qi=20,Ds=32,Bs=28,Ji=e=>P(e.open)&&P(e.high)&&P(e.low)&&P(e.close);function vo(e){let n=[],t=e.data.filter(g=>Ji(g)?!0:(n.push({code:"invalid-value",severity:"warning",message:`Candle "${String(g.label)}" has a non-finite open/high/low/close and was dropped.`,itemId:g.id}),!1)),r=oe(e,t.length===0);if(r)return{...r,issues:n};let a=e.upColor??Y.positive,o=e.downColor??Y.negative,s=re(e.format),c=t.length,l=Math.max(0,Math.min(c-2,Math.floor(e.zoom?.start??0))),d=e.zoom?Math.max(l+2,Math.min(c,Math.ceil(e.zoom.end))):c,u={start:l,end:d},h=t.slice(l,d),f=t.some(g=>P(g.volume)),{width:y,height:I}=se(e),x=e.brush?Ds+Bs:0,T=e.rangeSelector??[],O=$e(y,I,{...de,top:de.top+ie(e)+(T.length?Qi:0),bottom:de.bottom+x}),b=e.compare?h[0].close:void 0,z=g=>b!==void 0&&b!==0?g/b-1:g,N=b!==void 0?{style:"percent",digits:1}:void 0,k=re({style:"percent",digits:1}),$=f?O.height*Xi:0,L={...O,height:Math.max(0,O.height-$-(f?8:0))},S=t.map(g=>g.close),v=(e.overlays??[]).map((g,_)=>{let W=g.name??`${g.type.toUpperCase()} ${g.period}`,Q=g.type==="ema"?ps(S,g.period):ba(S,g.period);return{name:W,color:g.color??ee(e,_+2),values:Q.slice(l,d),hidden:be(e,W)}}),R=Ve(At([...h.flatMap(g=>[z(g.low),z(g.high)]),...v.filter(g=>!g.hidden).flatMap(g=>g.values.map(_=>P(_)?z(_):_))],!1),[L.y+L.height,L.y],{scale:e.scale==="log"?"log":"linear",format:N},e.format),j=h.map(g=>je(g.label)),p=e.xAxis?.type==="time"&&j.every(g=>Number.isFinite(g)),w=Pe(h.length,[L.x,L.x+L.width]),M;if(p){let g=[...j].sort((pe,Te)=>pe-Te),_=1/0;for(let pe=1;pe<g.length;pe++)_=Math.min(_,g[pe]-g[pe-1]);let[W,Q]=ye(j),G=_===1/0?Math.max(1,Math.abs(Q)*.05||1):_/2,J=Je([W-G,Q+G],[L.x,L.x+L.width]),te=Math.abs(J(W+(_===1/0?G:_))-J(W))*.8;w={step:te,bandwidth:te,start:pe=>J(j[pe])-te/2,center:pe=>J(j[pe])};let ne=e.xAxis?.format??{style:"date"};M=Gn(W-G,Q+G).filter(pe=>pe>=W-G&&pe<=Q+G).map(pe=>({pos:i(J(pe)),label:Dt(pe,ne)}))}let E=h.map(g=>Dt(g.label,e.xAxis?.format)),F=[{name:"Up",color:a},{name:"Down",color:o},...v.map(g=>({name:g.name,color:g.color}))],D=le(e,y,I,F),Z={...D,plot:L,xTicks:ze(M??h.map((g,_)=>({pos:i(w.center(_)),label:E[_]})),L.width),yTicks:R.ticks,baseline:L.y+L.height},B=Ge(Z),H={plot:L,x:g=>{let _=typeof g=="string"?g:je(g),W=h.findIndex((Q,G)=>typeof _=="string"?E[G]===_||Q.label===_:je(Q.label)===_);return W<0?void 0:w.center(W)},y:g=>R.scale(z(g))};B.push(...Lt(e.references,H)),T.forEach((g,_)=>{let W=g.candles>0?{start:Math.max(0,c-g.candles),end:c}:{start:0,end:c},Q=W.start===l&&W.end===d;B.push(K(i(L.x+_*40),i(O.y-8),g.label,{part:"range-button",baseline:"middle",fill:Q?"var(--skdx-color-text-default)":Y.label,weight:Q?"bold":void 0,title:`${g.label}: last ${g.candles>0?Math.min(g.candles,c):c} candles`,item:{label:g.label,name:g.label,range:W}}))});let V=e.variant==="ohlc",U=[];if(h.forEach((g,_)=>{let Q=g.close>=g.open?a:o,G=i(w.center(_)),J=b!==void 0?` (${k(z(g.close))})`:"",te=`${E[_]}: O ${s(g.open)} H ${s(g.high)} L ${s(g.low)} C ${s(g.close)}${J}${P(g.volume)?` V ${s(g.volume)}`:""}`,ne={label:te,id:g.id,category:E[_],index:l+_,value:g.close};U.push([E[_],`Open: ${s(g.open)}`,`High: ${s(g.high)}`,`Low: ${s(g.low)}`,`Close: ${s(g.close)}${J}`,...P(g.volume)?[`Volume: ${s(g.volume)}`]:[],...v.filter(Ee=>!Ee.hidden).map(Ee=>`${Ee.name}: ${P(Ee.values[_])?s(Ee.values[_]):"\u2014"}`)]);let pe=R.scale(z(Math.max(g.open,g.close))),Te=R.scale(z(Math.min(g.open,g.close)));if(V){let Ee=w.bandwidth/2;B.push({kind:"line",part:"wick",x1:G,x2:G,y1:i(R.scale(z(g.high))),y2:i(R.scale(z(g.low))),stroke:Q,strokeWidth:1.5,title:te,item:ne},{kind:"line",part:"open",x1:i(G-Ee),x2:G,y1:i(R.scale(z(g.open))),y2:i(R.scale(z(g.open))),stroke:Q,strokeWidth:1.5},{kind:"line",part:"close",x1:G,x2:i(G+Ee),y1:i(R.scale(z(g.close))),y2:i(R.scale(z(g.close))),stroke:Q,strokeWidth:1.5})}else B.push({kind:"line",part:"wick",x1:G,x2:G,y1:i(R.scale(z(g.high))),y2:i(R.scale(z(g.low))),stroke:Q,title:te},{kind:"rect",part:"candle",x:i(w.start(_)),y:i(pe),width:i(w.bandwidth),height:i(Math.max(1,Te-pe)),fill:Q,title:te,item:ne})}),f){let g=L.y+L.height+8,[,_]=ye(h.map(W=>W.volume));h.forEach((W,Q)=>{if(!P(W.volume))return;let G=_>0?W.volume/_*$:0;B.push({kind:"rect",part:"volume",x:i(w.start(Q)),y:i(g+$-G),width:i(w.bandwidth),height:i(Math.max(G,0)),fill:W.close>=W.open?a:o,opacity:.4,title:`${E[Q]}: volume ${s(W.volume)}`})})}for(let g of v){if(g.hidden)continue;let _=g.values.flatMap((W,Q)=>P(W)?[{x:i(w.center(Q)),y:i(R.scale(z(W)))}]:[]);_.length<2||B.push({kind:"path",part:"overlay",d:et(_),stroke:g.color,strokeWidth:1.5,strokeLinejoin:"round",title:g.name,item:{label:g.name,series:g.name}})}for(let g of e.flags??[]){let _=H.x(g.label);if(_===void 0)continue;let W=h.findIndex((te,ne)=>w.center(ne)===_),Q=h[W],G=R.scale(z(Q.high))-6,J=pt(g.variant??"primary");B.push({kind:"path",part:"flag",d:`M${i(_)} ${i(G)}V${i(G-10)}H${i(_+8)}L${i(_+5)} ${i(G-7)}L${i(_+8)} ${i(G-4)}H${i(_)}Z`,fill:J,stroke:J,title:g.text,item:{label:g.text,name:g.text,category:E[W],index:l+W}})}B.push(...An(e.annotations,H));let A={plot:O,xs:h.map((g,_)=>i(w.center(_))),rows:U,count:c,zoom:u,crosshair:Er(e)};if(e.brush){let g={x:O.x,y:O.y+O.height+Bs,width:O.width,height:Ds},_=t.map(ne=>ne.close),[W,Q]=ye(_),G=c>1?g.width/(c-1):0,J=_.map((ne,pe)=>({x:i(g.x+pe*G),y:i(g.y+g.height-(Q===W?.5:(ne-W)/(Q-W))*(g.height-4)-2)})),te={x:i(g.x+l/c*g.width),y:g.y,width:i((d-l)/c*g.width),height:g.height};B.push({kind:"rect",part:"brush",...g,fill:"var(--skdx-color-surface-sunken)",stroke:Y.grid},{kind:"path",part:"brush-series",d:J.length>1?`${et(J)}L${J[J.length-1]?.x} ${g.y+g.height}L${J[0]?.x} ${g.y+g.height}Z`:"",fill:"var(--skdx-color-primary-500)",fillOpacity:.3},{kind:"rect",part:"brush-window",...te,fill:"var(--skdx-color-primary-500)",opacity:.15,stroke:Y.axis},{kind:"rect",part:"brush-handle",x:i(te.x-3),y:g.y+8,width:6,height:g.height-16,fill:Y.axis,rx:2},{kind:"rect",part:"brush-handle",x:i(te.x+te.width-3),y:g.y+8,width:6,height:g.height-16,fill:Y.axis,rx:2}),A.brush={box:g,window:te}}return{...D,shapes:[...B,...D.shapes],hit:A,issues:n}}var el="var(--skdx-color-success-500)",tl="var(--skdx-color-danger-500)";function Mo(e){let n=[],t=e.data.filter($=>$.type==="subtotal"||$.type==="total"||$.subtotal||P($.value)?!0:(n.push({code:"invalid-value",severity:"warning",message:`Row "${$.name}" has no valid value and was dropped.`,itemId:$.id??$.name}),!1)),r=oe(e,t.length===0);if(r)return{...r,issues:n};let a=re(e.format),{width:o,height:s}=se(e),c=e.orientation==="horizontal",l=e.positiveColor??el,d=e.negativeColor??tl,u=e.totalColor??ee(e,0),h=[],f=P(e.start)?e.start:0,y=$=>`${$>=0?"+":""}${a($)}`;P(e.start)&&e.startLabel!==void 0&&h.push({id:void 0,name:e.startLabel,from:0,to:f,color:u,title:`${e.startLabel}: ${a(f)}`,flat:!0});for(let $ of t){if(($.type??($.subtotal?"subtotal":"change"))!=="change"){h.push({id:$.id,name:$.name,from:0,to:f,color:$.color??u,title:`${$.name}: ${a(f)}`,flat:!0});continue}let S=f;f+=$.value,h.push({id:$.id,name:$.name,from:S,to:f,color:$.color??($.value>=0?l:d),title:`${$.name}: ${y($.value)}`,flat:!1})}e.total!==void 0&&h.push({id:void 0,name:e.total,from:0,to:f,color:u,title:`${e.total}: ${a(f)}`,flat:!0});let I=c?Math.max(0,...h.map($=>$.name.length))*ue+16:0,x=$e(o,s,{...de,top:de.top+ie(e),left:Math.max(de.left,I),right:e.labels&&c?56:de.right}),T=h.flatMap($=>[$.from,$.to]),O=Ve([Math.min(0,...T),Math.max(0,...T)],c?[x.x,x.x+x.width]:[x.y+x.height,x.y],{},e.format),b=Pe(h.length,c?[x.y,x.y+x.height]:[x.x,x.x+x.width]),z=le(e,o,s,[{name:"Increase",color:l},{name:"Decrease",color:d}]),N=h.map(($,L)=>({pos:i(b.center(L)),label:$.name})),k=Ge({...z,plot:x,xTicks:c?N:ze(N,x.width),yTicks:c?ze(O.ticks,x.width):O.ticks,baseline:O.zero},{horizontal:c});return h.forEach(($,L)=>{let S=O.scale($.from),v=O.scale($.to),R=Math.min(S,v),j=Math.max(1,Math.abs(v-S));if(k.push({kind:"rect",part:"bar",x:i(c?R:b.start(L)),y:i(c?b.start(L):R),width:i(c?j:b.bandwidth),height:i(c?b.bandwidth:j),fill:$.color,title:$.title,item:{label:$.title,id:$.id??$.name,name:$.name,index:L,value:$.flat?$.to:$.to-$.from}}),e.labels){let w=$.flat?a($.to):y($.to-$.from),M=Math.max(S,v);k.push(c?K(i(M+6),i(b.center(L)),w,{part:"value-label",baseline:"middle"}):K(i(b.center(L)),i(R-4),w,{part:"value-label",anchor:"middle"}))}let p=h[L+1];if(p&&(e.connectors??!0)){let w=i(v),M=i(O.scale(p.flat?p.to:p.from));k.push(c?{kind:"line",part:"connector",x1:w,x2:M,y1:i(b.start(L)+b.bandwidth),y2:i(b.start(L+1)),stroke:Y.axis,dash:"4 3"}:{kind:"line",part:"connector",x1:i(b.start(L)+b.bandwidth),x2:i(b.start(L+1)),y1:w,y2:M,stroke:Y.axis,dash:"4 3"})}}),{...z,shapes:[...k,...z.shapes],issues:n}}function nl(e){let n=new Map;for(let l of e)l.id!==void 0&&!n.has(l.id)&&n.set(l.id,l),n.has(l.name)||n.set(l.name,l);let t=new Map,r=new Set,a=l=>{let d=t.get(l);if(d)return d;if(r.has(l))return{length:0,next:void 0};r.add(l);let u={length:0,next:void 0};for(let f of l.dependsOn??[]){let y=n.get(f);if(!y||y===l)continue;let I=a(y);I.length>u.length&&(u={length:I.length,next:y})}r.delete(l);let h={length:u.length+Math.max(0,l.end-l.start),next:u.next};return t.set(l,h),h},o,s=-1;for(let l of e){let d=a(l);d.length>s&&(s=d.length,o=l)}let c=new Set;for(let l=o;l&&!c.has(l);l=t.get(l)?.next)c.add(l);return c}function wo(e){let n=[],t=e.tasks.filter(A=>{let g=P(A.start)&&(A.milestone?!0:P(A.end));return g?!A.milestone&&A.end<A.start&&n.push({code:"inverted-range",severity:"warning",message:`Task "${A.name}" ends before it starts; the interval was normalized.`,itemId:A.id??A.name}):n.push({code:"invalid-value",severity:"warning",message:`Task "${A.name}" has no valid start/end and was dropped.`,itemId:A.id??A.name}),g}),r=oe(e,t.length===0);if(r)return{...r,issues:n};let{width:a,height:o}=se(e),s=e.criticalPath?nl(t):void 0,c=A=>A.id??A.name,l=new Map;for(let A of t)A.id!==void 0&&!l.has(A.id)&&l.set(A.id,A),l.has(A.name)||l.set(A.name,A);let d=new Map,u=[];for(let A of t){let g=A.parent===void 0?void 0:l.get(A.parent);g&&g!==A?d.set(g,[...d.get(g)??[],A]):u.push(A)}let h=new Set(e.collapsed??[]),f=A=>h.has(c(A))||h.has(A.name),y=[],I=(A,g,_)=>{if(!_.has(A)&&(_.add(A),y.push({task:A,depth:g}),!f(A)))for(let W of d.get(A)??[])I(W,g+1,_)},x=new Set;for(let A of u)I(A,0,x);let T=y.map(A=>A.task),O=new Map(y.map(A=>[A.task,A.depth])),b=A=>{let g=d.get(A)??[];if(g.length===0||P(A.end)&&A.end!==A.start)return{start:A.start,end:A.end};let _=g.map(b);return{start:Math.min(..._.map(W=>W.start)),end:Math.max(..._.map(W=>W.end))}},z=[...new Set(T.map(A=>A.group??A.name))],N=new Map;for(let A of T){let g=A.group??A.name;N.has(g)||N.set(g,O.get(A)??0)}let k=A=>T.some(g=>(g.group??g.name)===A&&f(g)&&(d.get(g)?.length??0)>0)?" +":"",$=Math.max(0,...z.map(A=>A.length+k(A).length))*ue+Math.max(0,...z.map(A=>(N.get(A)??0)*12)),L=$e(a,o,{top:8+ie(e),right:16,bottom:32+(e.xAxis?.label?14:0),left:Math.min(a/2,Math.max(64,$+16))}),S=re(e.xAxis?.format??e.format),v=e.today===void 0?void 0:je(e.today),[R,j]=ye([...T.flatMap(A=>{let g=b(A);return[...A.milestone?[A.start]:[g.start,g.end],...A.baseline?[A.baseline.start,A.baseline.end]:[]]}),...v!==void 0?[v]:[]]),p=Ve([R,j],[L.x,L.x+L.width],{ticks:e.xAxis?.ticks,format:e.xAxis?.format},e.format),w=Pe(z.length,[L.y,L.y+L.height]),M=[],E=[],F=A=>p.domain[0]+(A-L.x)/Math.max(1,L.width)*(p.domain[1]-p.domain[0]);for(let A of ze(p.ticks,L.width))M.push({kind:"line",part:"grid",x1:A.pos,x2:A.pos,y1:L.y,y2:L.y+L.height,stroke:Y.grid}),M.push(K(A.pos,L.y+L.height+20,A.label,{part:"x-label",anchor:"middle"}));z.forEach((A,g)=>{let _=T.find(W=>(W.group??W.name)===A);M.push(K(L.x-8,i(w.center(g)),`${A}${k(A)}`,{part:"y-label",anchor:"end",baseline:"middle",item:_&&(d.get(_)?.length??0)>0?{label:A,id:c(_),name:_.name}:void 0}))});for(let A of M){if(A.kind!=="text"||A.part!=="y-label")continue;let g=N.get(A.text.replace(/ \+$/,""))??0;g&&(A.x=i(A.x+g*12))}let D=864e5;if(e.nonWorkingDays?.length&&j-R<=400*D&&j>R){let A=new Set(e.nonWorkingDays);for(let g=Math.floor(R/D)*D;g<j;g+=D){if(!A.has(new Date(g).getUTCDay()))continue;let _=Math.max(R,g),W=Math.min(j,g+D);W<=_||M.push({kind:"rect",part:"non-working",x:i(p.scale(_)),y:L.y,width:i(Math.max(0,p.scale(W)-p.scale(_))),height:L.height,fill:Y.grid,opacity:.12})}}e.xAxis?.label&&M.push(K(i(L.x+L.width/2),o-4,e.xAxis.label,{part:"axis-title",anchor:"middle"}));let Z={plot:L,x:A=>p.scale(je(A)),y:A=>w.center(A)};M.push(...Lt([...e.references??[],...v!==void 0?[{x:v,label:"Today",variant:"primary"}]:[]],Z));let B=new Map,H=[];T.forEach(A=>{if(be(e,A.name))return;let g=t.indexOf(A),_=z.indexOf(A.group??A.name),W=b(A),Q=p.scale(Math.min(W.start,W.end)),G=A.milestone?Q:p.scale(Math.max(W.start,W.end)),J=(d.get(A)?.length??0)>0;if(A.baseline&&!A.milestone){let ce=p.scale(Math.min(A.baseline.start,A.baseline.end)),Se=p.scale(Math.max(A.baseline.start,A.baseline.end));M.push({kind:"rect",part:"baseline",x:i(ce),y:i(w.start(_)+w.bandwidth*.75),width:i(Math.max(1,Se-ce)),height:i(w.bandwidth/4),fill:Y.axis,opacity:.6,rx:1,title:`${A.name} planned: ${S(A.baseline.start)} \u2013 ${S(A.baseline.end)}`})}let te=w.center(_),ne=ee(e,g,A.color),pe=s&&!s.has(A)?.35:void 0;if(B.has(A.name)||B.set(A.name,{x0:Q,x1:G,mid:te}),A.id!==void 0&&!B.has(A.id)&&B.set(A.id,{x0:Q,x1:G,mid:te}),A.milestone){let ce=w.bandwidth/2,Se=`${A.name}: ${S(A.start)}`;M.push({kind:"path",part:"milestone",d:`M${i(Q)} ${i(te-ce)}L${i(Q+ce)} ${i(te)}L${i(Q)} ${i(te+ce)}L${i(Q-ce)} ${i(te)}Z`,fill:ne,opacity:pe,title:Se,item:{label:Se,id:A.id,name:A.name,category:A.group,index:g,value:A.start}});return}let Te=P(A.progress)?Math.max(0,Math.min(1,A.progress)):void 0,Ee=`${A.name}: ${S(W.start)} \u2013 ${S(W.end)}${Te!==void 0?` \xB7 ${Math.round(Te*100)}% done`:""}`;J||E.push({index:M.length,id:A.id??A.name,name:A.name,start:Math.min(A.start,A.end),end:Math.max(A.start,A.end),x0:i(Q),x1:i(G),y:i(w.start(_)),height:i(w.bandwidth)});let q=A.baseline?w.bandwidth*.7:w.bandwidth;M.push({kind:"rect",part:J?"summary":"bar",x:i(Q),y:i(w.start(_)),width:i(Math.max(1,G-Q)),height:i(J?w.bandwidth/3:q),fill:ne,rx:2,opacity:pe,title:Ee,item:{label:Ee,id:A.id,name:A.name,category:A.group,index:g,value:Math.abs(A.end-A.start)}}),Te!==void 0&&Te>0&&H.push({kind:"rect",part:"progress",x:i(Q),y:i(te-w.bandwidth/4),width:i(Math.max(1,(G-Q)*Te)),height:i(w.bandwidth/2),fill:"var(--skdx-color-text-default)",opacity:.35,rx:1})});let V=new Map;for(let A of t)A.id!==void 0&&!V.has(A.id)&&V.set(A.id,A),V.has(A.name)||V.set(A.name,A);for(let A of t)for(let g of A.dependsOn??[]){let _=B.get(g),W=B.get(A.id??A.name);if(!_){n.push({code:"unknown-node",severity:"warning",message:`Task "${A.name}" depends on "${String(g)}", which does not exist.`,itemId:A.id??A.name});continue}if(!W||_===W)continue;let Q=Math.max(_.x1+6,W.x0-6),G=V.get(g),J=s&&G&&s.has(G)&&s.has(A),te=`${G?.name??String(g)} \u2192 ${A.name}`;H.push({kind:"path",part:"dependency",d:`M${i(_.x1)} ${i(_.mid)}H${i(Q)}V${i(W.mid)}H${i(W.x0)}`,stroke:J?"var(--skdx-color-danger-500)":Y.axis,strokeWidth:J?2.5:1.5,opacity:s&&!J?.35:void 0,title:te,item:{label:te,name:G?.name??String(g),category:A.name}})}M.push(...H,...An(e.annotations,Z));let U=le(e,a,o,e.tasks.map((A,g)=>({name:A.name,color:ee(e,g,A.color)})));return{...U,shapes:[...M,...U.shapes],issues:n,edit:{scale:A=>p.scale(A),invert:F,bars:E}}}var $o=e=>{let n=e.length;return n===0?0:n%2?e[(n-1)/2]:(e[n/2-1]+e[n/2])/2},rl=(e,n)=>{if(e.length===0)return 0;let t=(e.length-1)*n,r=Math.floor(t),a=Math.ceil(t),o=e[r],s=e[a];return o+(s-o)*(t-r)},al=(e,n)=>{let t=e.length;if(t===0)return 0;let r=(t+1)*n-1;if(r<=0)return e[0];if(r>=t-1)return e[t-1];let a=Math.floor(r),o=e[a],s=e[a+1];return o+(s-o)*(r-a)};function ol(e,n="linear"){let t=$o(e),r=e.length;if(r===0)return{q1:0,median:0,q3:0};if(n==="tukey"){let o=Math.floor(r/2),s=e.slice(0,r%2?o+1:o),c=e.slice((r%2,o));return{q1:$o(s),median:t,q3:$o(c)}}let a=n==="exclusive"?al:rl;return{q1:a(e,.25),median:t,q3:a(e,.75)}}function sl(e,n="linear",t=1.5){let r=Be(e).sort((I,x)=>I-x),{q1:a,median:o,q3:s}=ol(r,n),c=s-a,l=a-t*c,d=s+t*c,u=r.filter(I=>I>=l&&I<=d),h=r.length?r.reduce((I,x)=>I+x,0)/r.length:0,f=u[0]??a,y=u[u.length-1]??s;return{name:"",q1:a,median:o,q3:s,min:f,max:y,low:f,high:y,mean:h,outliers:r.filter(I=>I<l||I>d),count:r.length}}var Fs=e=>"median"in e&&!("data"in e),Ps=e=>"data"in e&&Array.isArray(e.data[0]);function ko(e){let n=e.quartileMethod??"linear",t=e.whisker??1.5,r=[],a=e.categories,o=a!==void 0,s=(M,E)=>r.push({code:"invalid-value",severity:"warning",message:E,itemId:M.id??M.name}),c=[];e.series.forEach((M,E)=>{let F=ee(e,E,M.color),D=(Z,B,H)=>{let V=H??(B&&Be(B).length?sl(B,n,t):void 0);return!V||![V.min,V.q1,V.median,V.q3,V.max].every(P)?!1:(V.count!==void 0&&V.count<5&&r.push({code:"small-sample",severity:"warning",message:`Series "${M.name}"${o?` at "${a[Z]??Z}"`:""} has ${V.count} observation${V.count===1?"":"s"}; quartiles are not meaningful below 5.`,itemId:M.id??M.name}),c.push({si:E,ci:Z,name:M.name,id:M.id,color:F,st:{...V,name:M.name},raw:B}),!0)};if(!o){(Fs(M)?D(0,void 0,M):Ps(M)?D(0,M.data.flat()):D(0,M.data))||s(M,`Series "${M.name}" has no valid observations or summary and was skipped.`);return}if(Fs(M)){s(M,`Series "${M.name}" is a summary, which cannot be grouped by categories; it was skipped.`);return}if(!Ps(M)){s(M,`Series "${M.name}" is not grouped (its data is one sample, not one per category); it was drawn in the first category.`),D(0,M.data);return}a.forEach((Z,B)=>D(B,M.data[B]))});let l=oe(e,c.length===0);if(l)return{...l,issues:r};let d=re(e.yAxis?.format??e.format),{width:u,height:h}=se(e),f=e.orientation==="horizontal",y=o?a:e.series.map(M=>M.name),I=Math.max(0,...y.map(M=>M.length))*ue,x=$e(u,h,{...de,top:de.top+ie(e)+(e.yAxis?.label?12:0),left:f?Math.max(de.left,I+16):de.left,bottom:de.bottom+(f&&e.yAxis?.label?14:0)}),T=c.filter(M=>!be(e,M.name)),O=T.flatMap(M=>[M.st.min,M.st.max,...M.st.outliers??[],...P(M.st.mean)?[M.st.mean]:[]]),b=Ve(At(O,!1),f?[x.x,x.x+x.width]:[x.y+x.height,x.y],e.yAxis??{},e.format),z=Pe(y.length,f?[x.y,x.y+x.height]:[x.x,x.x+x.width]),N=o?[...new Set(T.map(M=>M.si))]:[],k=o?z.bandwidth/Math.max(1,N.length):z.bandwidth,$=M=>o?z.start(M.ci)+(N.indexOf(M.si)+.5)*k:z.center(M.si),L=le(e,u,h,e.series.map((M,E)=>({name:M.name,color:ee(e,E,M.color)}))),S=y.map((M,E)=>({pos:i(z.center(E)),label:M})),v=Ge({...L,plot:x,xTicks:f?S:ze(S,x.width),yTicks:f?ze(b.ticks,x.width):b.ticks,baseline:f?x.x:x.y+x.height},{horizontal:f,grid:Cn(e.yAxis),...f?{xLabel:e.yAxis?.label}:{yLabel:e.yAxis?.label}}),R=(M,E,F)=>{let D=i(b.scale(M)),Z=i(b.scale(E));return f?{x1:D,x2:Z,y1:F,y2:F}:{x1:F,x2:F,y1:D,y2:Z}},j=(M,E,F,D)=>{let Z=b.scale(M),B=b.scale(E),H=Math.max(1,Math.abs(B-Z));return f?{x:i(Math.min(Z,B)),y:i(F-D/2),width:i(H),height:i(D)}:{x:i(F-D/2),y:i(Math.min(Z,B)),width:i(D),height:i(H)}},p=(M,E)=>f?`${i(b.scale(M))} ${i(E)}`:`${i(E)} ${i(b.scale(M))}`,w=(M,E,F,D,Z,B,H)=>({kind:"circle",part:Z,cx:f?i(b.scale(M)):i(E),cy:f?i(E):i(b.scale(M)),r:F,fill:D,opacity:H,title:B});for(let M of T){let{st:E,color:F,name:D,raw:Z}=M,B=i($(M)),H=o?a[M.ci]:void 0,V=H!==void 0?`${D}, ${H}`:D,U=`${V}: min ${d(E.min)} Q1 ${d(E.q1)} median ${d(E.median)} Q3 ${d(E.q3)} max ${d(E.max)}${e.mean&&P(E.mean)?` mean ${d(E.mean)}`:""}`,A={label:U,id:M.id,series:D,seriesId:M.id??D,category:H,index:o?M.ci:M.si,value:E.median},g=k*.6,_=g/2,W=f?{x1:i(b.scale(E.median)),x2:i(b.scale(E.median)),y1:i(B-_),y2:i(B+_)}:{x1:i(B-_),x2:i(B+_),y1:i(b.scale(E.median)),y2:i(b.scale(E.median))},Q=E.count,G=e.notched&&Q?Math.min(1.58*(E.q3-E.q1)/Math.sqrt(Q),(E.q3-E.q1)/2):0,J=G?{kind:"path",part:"box",d:`M${[p(E.q1,B-_),p(E.median-G,B-_),p(E.median,B-_+g/4),p(E.median+G,B-_),p(E.q3,B-_),p(E.q3,B+_),p(E.median+G,B+_),p(E.median,B+_-g/4),p(E.median-G,B+_),p(E.q1,B+_)].join("L")}Z`,fill:F,stroke:F,fillOpacity:.5,title:U,item:A}:{kind:"rect",part:"box",...j(E.q1,E.q3,B,g),fill:F,stroke:F,opacity:.5,title:U,item:A};if(v.push({kind:"line",part:"whisker",...R(E.max,E.min,B),stroke:F,title:U},J,{kind:"line",part:"median",...W,stroke:F,title:U},...(E.outliers??[]).map(te=>w(te,B,3,F,"outlier",`${V}: ${d(te)}`))),e.mean&&P(E.mean)){let te=f?i(b.scale(E.mean)):B,ne=f?B:i(b.scale(E.mean));v.push({kind:"path",part:"mean",d:`M${te} ${i(ne-4)}L${i(te+4)} ${ne}L${te} ${i(ne+4)}L${i(te-4)} ${ne}Z`,fill:"var(--skdx-color-text-default)",title:`${V} mean: ${d(E.mean)}`})}e.points&&Z&&Be(Z).forEach((te,ne)=>{let pe=(ne*7919%97/96-.5)*g*.8;v.push(w(te,B+pe,2,F,"observation",`${V}: ${d(te)}`,.6))})}return{...L,shapes:[...v,...L.shapes],issues:r}}var Io=e=>e*Math.PI/180;function To(e){let{nodes:n,path:t}=an(e.data,e.rootId),r=qt(n,e.maxDepth),a=oe(e,!r.some(p=>Ne(p)>0),300,300);if(a)return a;let o=re(e.format),{width:s,height:c}=se(e,300,300),l=Math.min(.9,Math.max(0,e.innerRadius??0)),d=e.breadcrumbs&&t.length>0,u=d&&l===0,h=ie(e)+(u?20:0),f=s/2,y=h+(c-h)/2,I=Math.max(0,Math.min(s,c-h)/2-8),x=I*l,T=(I-x)/Math.max(1,vr(r)),O=Io(e.startAngle??0),b=Io(e.endAngle??(e.startAngle??0)+360),z=Math.max(0,Io(e.padAngle??0)),N=e.sort??"none",k=[],$=p=>{for(let w of p)w.children?.length?$(w.children):k.push(Ne(w))};$(r);let L=e.colorScale?gt(e.colorScale,k,ee(e,0),void 0,o):void 0,S=[],v=[],R=(p,w,M,E,F)=>{let D=A=>w===0&&be(e,A.name)?0:Math.max(0,Ne(A)),Z=Xn(p,N),B=Z.reduce((A,g)=>A+D(g),0),H=Math.max(0,Z.filter(A=>D(A)>0).length-1),V=Math.max(0,E-H*z),U=M;Z.forEach(A=>{let g=D(A),_=B>0?g/B*V:0,Q=!((A.children?.length??0)>0)&&L?L.color(g):void 0,G=Q?.fill??A.color??F??ee(e,p.indexOf(A));if(_>0){let J=x+T*w,te=J+T;if(e.labels&&_*((J+te)/2)>A.name.length*ue+4){let pe=U+_/2,Te=(J+te)/2;v.push(K(i(f+Te*Math.sin(pe)),i(y-Te*Math.cos(pe)),A.name,{part:"arc-label",anchor:"middle",baseline:"middle",fill:"var(--skdx-color-text-on-accent)"}))}let ne=`${A.name}: ${o(g)}`;S.push({kind:"path",part:"arc",d:qe(f,y,te,J,U,U+_),fill:G,opacity:Q?Q.opacity:1-w*.2,stroke:"var(--skdx-color-surface-default)",title:ne,item:{label:ne,id:mt(A),name:A.name,value:g}}),R(A.children??[],w+1,U,_,G),U+=_+z}})};if(R(r,0,O,Math.max(0,Math.min(2*Math.PI,b-O)),void 0),e.centerLabel&&v.push(K(i(f),i(d&&!u?y-8:y),e.centerLabel,{part:"center-label",anchor:"middle",baseline:"middle",fill:"var(--skdx-color-text-default)",weight:"bold"})),d){let p=t.reduce((w,M)=>w+M.name.length*ue+6,0)+(t.length-1)*(ue+6);v.push(...u?Qn(t,8,ie(e)+10):Qn(t,f-p/2,e.centerLabel?y+8:y))}let j=le(e,s,c,r.map((p,w)=>({name:p.name,color:ee(e,w,p.color)})));return{...j,shapes:[...S,...v,...j.shapes]}}var il=2*Math.PI,ll=12,wr=5;function cl(e){let n=[];if(e.links){let a=[...e.names??[]],o=new Set(a);for(let l of e.links)for(let d of[l.source,l.target])o.has(d)||(e.names&&n.push({code:"unknown-node",severity:"warning",message:`Link ${l.source} \u2192 ${l.target} names "${d}", which is not in \`names\`; it was added.`,itemId:l.id}),o.add(d),a.push(d));let s=new Map(a.map((l,d)=>[l,d])),c=a.map(()=>a.map(()=>0));for(let l of e.links){if(!P(l.value)||l.value<0){n.push({code:"invalid-value",severity:"warning",message:`Link ${l.source} \u2192 ${l.target} has no valid value and was dropped.`,itemId:l.id});continue}let d=c[s.get(l.source)];d[s.get(l.target)]=d[s.get(l.target)]+l.value}return{names:a,matrix:c,issues:n}}let t=e.names??[],r=e.matrix??[];return(r.length!==t.length||r.some(a=>a.length!==t.length))&&n.push({code:"ragged-matrix",severity:"warning",message:`The matrix is ${r.length} \xD7 ${r[0]?.length??0} but there are ${t.length} names; missing cells count as zero.`}),{names:t,matrix:r,issues:n}}function Co(e){let{names:n,matrix:t,issues:r}=cl(e),a=oe(e,n.length===0||!t.some(F=>F.some(D=>P(D)&&D>0)),300,300);if(a)return{...a,issues:r};let o=re(e.format),{width:s,height:c}=se(e,300,300),l=ie(e),d=s/2,u=l+(c-l)/2,h=Math.max(0,Math.min(s,c-l)/2-36),f=Math.max(0,h-ll),y=(e.padding??2.3)*Math.PI/180,I=(F,D)=>{let Z=t[F]?.[D];return P(Z)?Math.max(0,Z):0},x=F=>n.reduce((D,Z,B)=>D+I(F,B)+I(B,F),0),T=n.map((F,D)=>D);e.sort&&T.sort((F,D)=>e.sort==="asc"?x(F)-x(D):x(D)-x(F));let O=T.map(F=>n[F]),b=F=>ee(e,T[F]),z=O.length,N=Vn(e.selected)[0],k=N===void 0?-1:O.indexOf(String(N)),$=(F,D)=>be(e,O[F])||be(e,O[D])?0:I(T[F],T[D]),L=O.map((F,D)=>O.reduce((Z,B,H)=>Z+$(D,H),0)),S=L.reduce((F,D)=>F+D,0),v=S>0?(il-y*z)/S:0,R=(F,D)=>`${i(d+D*Math.sin(F))} ${i(u-D*Math.cos(F))}`,j=[],p=0;for(let F=0;F<z;F++){let D=p,Z=O.map((B,H)=>{let V=p;return p+=$(F,H)*v,{a0:V,a1:p}});j.push({a0:D,a1:p,sub:Z}),p+=y}let w=[],M=[];for(let F=0;F<z;F++)for(let D=F;D<z;D++){let Z=$(F,D),B=$(D,F);if(Z+B===0)continue;let H=j[F].sub[D],V=j[D].sub[F],U=Q=>Q.a1-Q.a0>Math.PI?1:0,A=F===D?`M${R(H.a0,f)}A${f} ${f} 0 ${U(H)} 1 ${R(H.a1,f)}Q${i(d)} ${i(u)} ${R(H.a0,f)}Z`:`M${R(H.a0,f)}A${f} ${f} 0 ${U(H)} 1 ${R(H.a1,f)}Q${i(d)} ${i(u)} ${R(V.a0,f)}A${f} ${f} 0 ${U(V)} 1 ${R(V.a1,f)}Q${i(d)} ${i(u)} ${R(H.a0,f)}Z`,g=Z>=B?F:D,_=k<0||F===k||D===k,W=F===D?`${O[F]}: ${o(Z)}`:`${O[F]} \u2192 ${O[D]}: ${o(Z)} \xB7 ${O[D]} \u2192 ${O[F]}: ${o(B)}`;w.push({kind:"path",part:"chord",d:A,fill:b(g),opacity:_?.5:.08,title:W,item:{label:W,id:`${O[F]}\u2192${O[D]}`,name:O[F],category:O[D],value:Z+B}})}j.forEach((F,D)=>{if(F.a1<=F.a0)return;let Z=`${O[D]}: ${o(L[D])}`;w.push({kind:"path",part:"group",d:qe(d,u,h,f,F.a0,F.a1),fill:b(D),opacity:k<0||D===k||$(D,k)+$(k,D)>0?void 0:.3,title:Z,item:{label:Z,id:O[D],name:O[D],index:D,value:L[D]}});let B=(F.a0+F.a1)/2,H=Math.sin(B),V=h+(e.ticks?8+wr+14:8);if(w.push(K(i(d+V*H),i(u-V*Math.cos(B)),O[D],{anchor:H>.1?"start":H<-.1?"end":"middle",baseline:"middle"})),!e.ticks)return;let U=L[D];st(0,U,4).filter(A=>A<=U).forEach((A,g)=>{let _=F.a0+A*v,W=Math.sin(_),Q=Math.cos(_);if(w.push({kind:"line",part:"tick",x1:i(d+h*W),y1:i(u-h*Q),x2:i(d+(h+wr)*W),y2:i(u-(h+wr)*Q),stroke:Y.axis}),g%2)return;let G=i(d+(h+wr+3)*W),J=i(u-(h+wr+3)*Q);M.some(te=>Math.abs(te.x-G)<12&&Math.abs(te.y-J)<12)||(M.push({x:G,y:J}),w.push(K(G,J,o(A),{part:"tick-label",anchor:W>.1?"start":W<-.1?"end":"middle",baseline:"middle"})))})});let E=le(e,s,c,O.map((F,D)=>({name:F,color:b(D)})));return{...E,shapes:[...w,...E.shapes],issues:r}}var Nn=8,Ao=e=>e.geometry.type==="Polygon"?e.geometry.coordinates:e.geometry.type==="MultiPolygon"?e.geometry.coordinates.flat():[],Hs=e=>e.geometry.type==="Point"?[e.geometry.coordinates]:e.geometry.type==="MultiPoint"?e.geometry.coordinates:[],_s=e=>e.geometry.type==="LineString"?[e.geometry.coordinates]:e.geometry.type==="MultiLineString"?e.geometry.coordinates:[],Vs=e=>[...Ao(e).flat(),...Hs(e),..._s(e).flat()],dl=e=>Math.log(Math.tan(Math.PI/4+Math.max(-85,Math.min(85,e))*Math.PI/360)),Jn=e=>e!==void 0&&Number.isFinite(e[0])&&Number.isFinite(e[1]);function Lo(e){let n=[],t=e.features.filter(g=>{let _=Vs(g).some(Jn);return _||n.push({code:"invalid-geometry",severity:"warning",message:`Feature "${g.name}" has no valid coordinates and was dropped.`,itemId:g.id??g.name}),_}),r=oe(e,t.length===0);if(r)return{...r,issues:n};let a=re(e.format),{width:o,height:s}=se(e),c=ie(e),l=Ln(e.colorLegend).bottom,d=Ln(e.colorLegend).right,u=e.projection==="mercator"?dl:g=>g,h=t.filter(g=>Ao(g).length>0),f=(h.length?h:t).flatMap(g=>Vs(g).filter(Jn)),[y,I]=f.length?ye(f.map(g=>g[0])):[0,1],[x,T]=f.length?ye(f.map(g=>u(g[1]))):[0,1],O=Math.min((o-d-2*Nn)/Math.max(1e-9,I-y),(s-c-l-2*Nn)/Math.max(1e-9,T-x)),b={x:Nn,y:c+Nn,width:o-d-2*Nn,height:s-c-l-2*Nn},z=Math.max(1,Math.min(64,e.view?.zoom??1)),N=O*z,k=e.view?.center?[e.view.center[0],u(e.view.center[1])]:[(y+I)/2,(x+T)/2],$=b.x+b.width/2-k[0]*N,L=b.y+b.height/2+k[1]*N,S=([g,_])=>({x:i($+g*N),y:i(L-u(_)*N)}),v=g=>{let{x:_,y:W}=S(g);return`${_} ${W}`},R=ee(e,0,e.color),j=gt(e.colorScale,t.map(g=>g.value),R,void 0,a),p=[],w=h.map(g=>{let _=Ao(g);if(e.labels&&_.length){let G=_.reduce((Te,Ee)=>Ee.length>Te.length?Ee:Te),[J,te]=ye(G.map(Te=>Te[0])),[ne,pe]=ye(G.map(Te=>u(Te[1])));p.push(K(i($+((J+te)/2-y)*N),i(L+(T-(ne+pe)/2)*N),g.name,{part:"region-label",anchor:"middle",baseline:"middle",fill:"var(--skdx-color-text-default)"}))}let W=g.color!==void 0?{fill:g.color,opacity:1}:j.color(g.value),Q=`${g.name}${P(g.value)?`: ${a(g.value)}`:""}`;return{kind:"path",part:"region",d:_.map(G=>`M${G.filter(Jn).map(v).join("L")}Z`).join(""),fill:W?.fill??Y.grid,opacity:W?.opacity??.6,stroke:"var(--skdx-color-surface-default)",title:Q,item:{label:Q,id:g.id??g.name,name:g.name,value:g.value}}}),M=[...e.lines??[],...t.flatMap(g=>_s(g).map(_=>({id:g.id,name:g.name,coordinates:_,value:g.value,color:g.color??(P(g.value)?j.color(g.value)?.fill:void 0),dash:void 0})))].filter(g=>g.coordinates.filter(Jn).length>=2),[,E]=ye(M.map(g=>g.value)),F=M.map((g,_)=>{let W=`${g.name}${P(g.value)?`: ${a(g.value)}`:""}`;return{kind:"path",part:"route",d:`M${g.coordinates.filter(Jn).map(v).join("L")}`,stroke:g.color??ee(e,2),strokeWidth:P(g.value)&&E>0?1+3*Math.sqrt(Math.max(0,g.value)/E):1.5,strokeLinecap:"round",strokeLinejoin:"round",dash:g.dash,opacity:.85,title:W,item:{label:W,id:g.id??g.name,name:g.name,index:_,value:g.value}}}),D=[...e.points??[],...t.flatMap(g=>Hs(g).map(_=>({id:g.id,name:g.name,coordinates:_,value:g.value,color:g.color??(P(g.value)?j.color(g.value)?.fill:void 0)})))].filter(g=>Jn(g.coordinates)),[Z,B]=e.sizeRange??[3,14],[,H]=ye(D.map(g=>g.value)),V=D.map((g,_)=>{let{x:W,y:Q}=S(g.coordinates),G=Number.isFinite(g.value)&&H>0,J=`${g.name}${G?`: ${a(g.value)}`:""}`;return{kind:"circle",part:G?"bubble":"point",cx:W,cy:Q,r:i(G?Math.max(Z,Math.sqrt(Math.max(0,g.value)/H)*B):Z),fill:g.color??ee(e,1),stroke:"var(--skdx-color-surface-default)",opacity:.85,title:J,item:{label:J,id:g.id??g.name,name:g.name,index:_,value:g.value}}}),U=e.colorLegend?qn(j,d?{x:b.x+b.width+12,y:b.y,width:d,height:b.height}:{x:Nn,y:s-l+8,width:o-2*Nn,height:l},Ln(e.colorLegend).options):[],A=e.projection==="mercator"?g=>Math.atan(Math.exp(g))*360/Math.PI-90:g=>g;return{...le(e,o,s),shapes:[...w,...F,...p,...V,...U],issues:n,map:{view:{center:[k[0],A(k[1])],zoom:z},bounds:{minLon:y,maxLon:I,minLat:x,maxLat:T},plot:b,scale:N,toY:u,fromY:A}}}function Oo(e){let n=[],t=e.segments.map((S,v)=>typeof S=="string"?{name:S,id:S,color:ee(e,v)}:{name:S.name,id:S.id??S.name,color:ee(e,v,S.color)}),r=t.map(S=>!be(e,S.name)),a=(S,v)=>{let R=S.values[v];return R==null?0:!P(R)||R<0?(n.push({code:P(R)?"negative-value":"invalid-value",severity:"warning",message:`"${t[v]?.name}" in "${S.name}" is ${P(R)?"negative":"not a number"}; drawn as zero.`,itemId:S.id??S.name}),0):R},o=e.data.map((S,v)=>{let R=t.map((w,M)=>r[M]?a(S,M):0),j=R.reduce((w,M)=>w+M,0),p=P(S.total)&&S.total>=0?S.total:j;return{c:S,ci:v,values:R,sum:j,total:p}}),s=o.reduce((S,v)=>S+v.total,0),c=oe(e,s<=0);if(c)return{...c,issues:n};let l=re(e.format),d=re(e.xAxis?.format??e.format),{width:u,height:h}=se(e),f=$e(u,h,{...de,top:de.top+ie(e),bottom:de.bottom+(e.xAxis?.label?14:0)+(e.xAxis?.format?14:0)}),y=Math.max(0,Math.min(.2,e.gap??.01))*f.width,I=Math.max(0,o.length-1),x=Math.max(0,f.width-y*I),T=Ve([0,1],[f.y+f.height,f.y],{format:{style:"percent"}}),O=le(e,u,h,t.map(S=>({name:S.name,color:S.color}))),b=f.x,z=o.map(S=>{let v=S.total/s*x,R={x:b,w:v};return b+=v+y,{...S,...R}}),N=z.map(S=>({pos:i(S.x+S.w/2),label:S.c.name})),k=Ge({...O,plot:f,xTicks:ze(N,f.width),yTicks:T.ticks,baseline:T.zero},{xLabel:e.xAxis?.label,yLabel:void 0});if(e.xAxis?.format)for(let S of z)S.w>24&&k.push(K(i(S.x+S.w/2),f.y+f.height+34,d(S.total),{part:"x-total",anchor:"middle"}));let $=[],L=[];for(let S of z){let v=0;S.values.forEach((R,j)=>{let p=t[j];if(R<=0||S.sum<=0)return;let w=R/S.sum,M=T.scale(v+w),E=T.scale(v);v+=w;let F=`${Math.round(w*100)}%`,D=`${p.name}, ${S.c.name}: ${l(R)} (${F}) \xB7 column ${d(S.total)}`,Z=Math.max(0,E-M);$.push({kind:"rect",part:"cell",x:i(S.x),y:i(M),width:i(S.w),height:i(Z),fill:p.color,stroke:"var(--skdx-color-surface-default)",title:D,item:{label:D,id:`${S.c.id??S.c.name}:${p.name}`,series:p.name,seriesId:p.id,category:S.c.name,index:S.ci,value:R}}),e.labels&&Z>14&&S.w>24&&L.push(K(i(S.x+S.w/2),i(M+Z/2),F,{part:"cell-label",anchor:"middle",baseline:"middle",fill:"var(--skdx-color-text-on-accent)"}))})}return{...O,shapes:[...k,...$,...L,...O.shapes],issues:n}}var js=500;function So(e){let n=[],t=e.dimensions,r=e.data.filter(N=>!(N.group!==void 0&&be(e,N.group))),a=oe(e,t.length===0||r.length===0);if(a)return{...a,issues:n};let{width:o,height:s}=se(e),c=[...new Set(e.data.map(N=>N.group).filter(N=>N!==void 0))],l=t[0],d=t[t.length-1],u=N=>(N.label??N.key).length*ue/2+8,h=$e(o,s,{top:28+ie(e),right:Math.max(16,u(d)),bottom:16,left:Math.max(48,u(l))}),f=(N,k)=>{let $=N.values[k];return $==null?null:P($)?$:(n.push({code:"invalid-value",severity:"warning",message:`"${N.name}" has a value on "${k}" that is not a number; drawn as a gap.`,itemId:N.id??N.name}),null)},y=t.map((N,k)=>{let[$,L]=ye(r.map(E=>f(E,N.key))),S=st(N.min??$,N.max??L),v=N.min??S[0],R=N.max??S[S.length-1],j=N.reversed?[h.y,h.y+h.height]:[h.y+h.height,h.y],p=Je([v,R],j),w=i(t.length===1?h.x+h.width/2:h.x+k*h.width/(t.length-1)),M=re(N.format??e.format);return{d:N,x:w,scale:E=>i(p(Math.max(v,Math.min(R,E)))),format:M,ticks:S.filter(E=>E>=v-1e-9&&E<=R+1e-9)}}),I=[];y.forEach((N,k)=>{I.push({kind:"line",part:"axis",x1:N.x,x2:N.x,y1:h.y,y2:h.y+h.height,stroke:Y.axis});let $=k===y.length-1&&y.length>1?"start":"end";for(let L of N.ticks)I.push(K(i($==="end"?N.x-6:N.x+6),N.scale(L),N.format(L),{part:"y-label",anchor:$,baseline:"middle"}));I.push(K(N.x,h.y-12,N.d.label??N.d.key,{part:"axis-title",anchor:"middle"}))});let x=r.length<=js,T=e.opacity??(r.length>200?.25:.6),O=N=>(e.filters??[]).every(k=>{let $=f(N,k.key);return $!==null&&$>=(k.min??-1/0)&&$<=(k.max??1/0)}),b=r.map((N,k)=>{let $=[],L=[];for(let v of y){let R=f(N,v.d.key);if(R===null){!e.connectNulls&&L.length&&($.push(L),L=[]);continue}L.push({x:v.x,y:v.scale(R)})}L.length&&$.push(L);let S=`${N.name}: ${y.map(v=>{let R=f(N,v.d.key);return`${v.d.label??v.d.key} ${R===null?"\u2014":v.format(R)}`}).join(" \xB7 ")}`;return{kind:"path",part:"row",d:$.map(v=>et(v,e.curve)).join(""),stroke:N.color??(N.group!==void 0?ee(e,c.indexOf(N.group)):ee(e,0)),strokeWidth:1.5,strokeLinejoin:"round",opacity:O(N)?T:.08,title:x?S:void 0,item:x?{label:S,id:N.id??N.name,name:N.name,category:N.group,index:k}:void 0}}),z=le(e,o,s,c.map((N,k)=>({name:N,color:ee(e,k)})));return{...z,shapes:[...I,...b,...z.shapes],issues:n}}function zo(e){let n=e.orientation==="vertical",t=oe(e,!P(e.value),600,n?300:64);if(t)return t;let r=re(e.format),a=e.min??0,o=(e.bands??[]).filter(d=>P(d.from)&&P(d.to)),s=e.max??Math.max(100,e.value,e.target??-1/0,...o.map(d=>d.to)),c=P(e.target)?`, target ${r(e.target)}`:"";return{...br({...e,height:e.height??(n?300:64),data:[{id:"value",name:e.caption??"",value:e.value,target:e.target,ranges:o}],min:a,max:s,labels:e.labels??!0,ticks:e.ticks}),description:e.description??`${e.caption??"Value"} ${r(e.value)} on a scale from ${r(a)} to ${r(s)}${c}.`}}function No(e){let n=[],t=e.data.filter(v=>{let R=P(v.start)||P(v.end);return R||n.push({code:"invalid-value",severity:"warning",message:`"${v.name}" has neither a valid start nor end and was dropped.`,itemId:v.id??v.name}),R}),r=oe(e,t.length===0);if(r)return{...r,issues:n};let a=re(e.xAxis?.format??e.format),{width:o,height:s}=se(e),c=e.orientation==="vertical",l=e.startLabel??"Start",d=e.endLabel??"End",u=[...t];if(e.sort){let v=R=>e.sort==="change"?(P(R.end)?R.end:0)-(P(R.start)?R.start:0):P(R.end)?R.end:-1/0;u.sort((R,j)=>e.sort==="asc"?v(R)-v(j):v(j)-v(R))}let h=Math.max(0,...u.map(v=>v.name.length))*ue,f=$e(o,s,{...de,top:de.top+ie(e)+(c&&e.xAxis?.label?12:0),right:e.labels&&!c?56:de.right,bottom:de.bottom+(!c&&e.xAxis?.label?14:0),left:c?de.left:Math.max(de.left,h+16)}),y=Ve(At(u.flatMap(v=>[v.start,v.end]),!1),c?[f.y+f.height,f.y]:[f.x,f.x+f.width],e.xAxis??{},e.format),I=Pe(u.length,c?[f.x,f.x+f.width]:[f.y,f.y+f.height]),x=ee(e,0),T=ee(e,1),O=le(e,o,s,[{name:l,color:x},{name:d,color:T}]),b=u.map((v,R)=>({pos:i(I.center(R)),label:v.name})),z=Ge({...O,plot:f,xTicks:c?ze(b,f.width):b,yTicks:c?y.ticks:ze(y.ticks,f.width),baseline:c?f.y+f.height:f.x},{horizontal:!c,grid:Cn(e.xAxis),...c?{yLabel:e.xAxis?.label}:{xLabel:e.xAxis?.label}});z.push(...Lt(e.references,{plot:f,horizontal:!c,x:v=>{let R=u.findIndex(j=>j.name===v);return R<0?void 0:I.center(R)},y:v=>y.scale(v)}));let N=e.markerSize??5,k=(v,R)=>c?{x:i(R),y:i(y.scale(v))}:{x:i(y.scale(v)),y:i(R)},$=[],L=[],S=[];return u.forEach((v,R)=>{let j=I.center(R),p=P(v.start)?a(v.start):"\u2014",w=P(v.end)?a(v.end):"\u2014",M=`${v.name}: ${p} \u2192 ${w}`,E={label:M,id:v.id??v.name,name:v.name,index:R,value:P(v.end)?v.end:void 0};if(P(v.start)&&P(v.end)){let F=k(v.start,j),D=k(v.end,j);$.push({kind:"line",part:"connector",x1:F.x,y1:F.y,x2:D.x,y2:D.y,stroke:v.color??Y.axis,strokeWidth:3,title:M,item:E})}for(let[F,D,Z,B]of[[v.start,"start",l,x],[v.end,"end",d,T]]){if(!P(F))continue;let H=k(F,j),V=`${v.name} \xB7 ${Z}: ${a(F)}`;L.push({kind:"circle",part:D,cx:H.x,cy:H.y,r:N,fill:B,stroke:"var(--skdx-color-surface-default)",title:V,item:{...E,label:V,series:Z}}),e.labels&&S.push(c?K(H.x,i(H.y+(D==="end"?-N-4:N+12)),a(F),{part:"value-label",anchor:"middle"}):K(i(H.x+(D==="end"?N+4:-N-4)),H.y,a(F),{part:"value-label",anchor:D==="end"?"start":"end",baseline:"middle"}))}}),{...O,shapes:[...z,...$,...L,...S,...O.shapes],issues:n}}function Ro(e){let n=[],r=e.data.filter(u=>{let h=P(u.value)&&u.value>=0;return h||n.push({code:"invalid-value",severity:"warning",message:`"${u.name}" has no valid non-negative value and was dropped.`,itemId:u.id??u.name}),h}).map((u,h)=>({d:u,i:h})).sort((u,h)=>h.d.value-u.d.value||u.i-h.i),a=r.reduce((u,{d:h})=>u+h.value,0),o=0,s=r.map(({d:u})=>a>0?(o+=u.value)/a:0),c=e.threshold,l=Ot({...e,categories:r.map(({d:u})=>u.name),series:[{name:e.name??"Value",type:"bar",data:r.map(({d:u})=>u.value),color:r[0]?.d.color},{name:e.cumulativeLabel??"Cumulative",type:"line",axis:"right",data:s,curve:"linear"}],rightAxis:{min:0,max:1,format:{style:"percent"}},references:c!==void 0&&P(c)?[{y:c,axis:"right",label:`${Math.round(c*100)}%`,variant:"primary"}]:void 0},"bar"),d=l.shapes.map(u=>{if(u.part!=="bar"||u.kind!=="rect"||!u.item||u.item.index===void 0)return u;let h=r[u.item.index]?.d;return h?{...u,fill:h.color??u.fill,item:{...u.item,id:h.id??h.name,name:h.name}}:u});return{...l,shapes:d,issues:[...n,...l.issues??[]]}}function Ur(e){let{nodes:n,path:t}=an(e.data,e.rootId),r=qt(n,e.maxDepth),a=oe(e,r.length===0);if(a)return a;let o=re(e.format),{width:s,height:c}=se(e),l=e.orientation!=="horizontal",d=e.nodeShape==="box",u=e.linkStyle??"curve",h=new Set(e.collapsed??[]),f=e.labels??!0,y=[],I=0,x=0,T=(H,V,U,A)=>{let g=h.has(mt(H))||h.has(H.name),_=g?[]:H.children??[],W=H.color??U?.color??ee(e,A),Q={node:H,depth:V,slot:0,parent:U,collapsed:g,color:W};if(x=Math.max(x,V),_.length===0)Q.slot=I++;else{let G=_.map((J,te)=>T(J,V+1,Q,te));Q.slot=(G[0].slot+G[G.length-1].slot)/2}return y.push(Q),Q};r.forEach((H,V)=>T(H,0,void 0,V));let O=H=>Math.max(H.name.length,H.subtitle?.length??0),b=Math.max(0,...y.map(H=>O(H.node)))*ue+16,z=e.nodeSize??36,N=e.nodeSize??5,k=d?b:2*N,$=d?z:2*N,L=!d&&f?b:0,S=$e(s,c,{top:ie(e)+$/2+4,bottom:$/2+4+(l&&!d?16:0),left:k/2+4,right:k/2+4+(l?0:L)}),v=Math.max(1,I),R=l?S.width:S.height,j=l?S.height:S.width,p=v===1?0:R/(v-1),w=x===0?0:j/x,M=H=>{let V=v===1?R/2:H.slot*p,U=H.depth*w;return l?{x:i(S.x+V),y:i(S.y+U)}:{x:i(S.x+U),y:i(S.y+V)}},E=[],F=[],D=[];for(let H of y){let{x:V,y:U}=M(H);if(H.parent){let W=M(H.parent),Q=d?l?$/2:k/2:N,G=l?W.x:i(W.x+Q),J=l?i(W.y+Q):W.y,te=l?V:i(V-Q),ne=l?i(U-Q):U,pe=i((G+te)/2),Te=i((J+ne)/2),Ee=u==="straight"?`M${G} ${J}L${te} ${ne}`:u==="elbow"?l?`M${G} ${J}V${Te}H${te}V${ne}`:`M${G} ${J}H${pe}V${ne}H${te}`:l?`M${G} ${J}C${G} ${Te} ${te} ${Te} ${te} ${ne}`:`M${G} ${J}C${pe} ${J} ${pe} ${ne} ${te} ${ne}`;E.push({kind:"path",part:"link",d:Ee,stroke:Y.axis,strokeWidth:1.5,title:`${H.parent.node.name} \u2192 ${H.node.name}`})}let A=Ne(H.node),g=`${H.node.name}${H.node.subtitle?` \xB7 ${H.node.subtitle}`:""}${P(H.node.value)||(H.node.children?.length??0)>0?`: ${o(A)}`:""}${H.collapsed?" (collapsed)":""}`,_={label:g,id:mt(H.node),name:H.node.name,value:A};if(d){if(F.push({kind:"rect",part:"node",x:i(V-k/2),y:i(U-$/2),width:i(k),height:i($),fill:H.color,rx:4,title:g,item:_}),f){let W=!!H.node.subtitle;D.push(K(V,i(W?U-7:U),H.node.name,{part:"node-label",anchor:"middle",baseline:"middle",fill:"var(--skdx-color-text-on-accent)",weight:"bold"})),W&&D.push(K(V,i(U+8),H.node.subtitle,{part:"node-subtitle",anchor:"middle",baseline:"middle",fill:"var(--skdx-color-text-on-accent)"}))}}else F.push({kind:"circle",part:"node",cx:V,cy:U,r:i(N),fill:H.color,stroke:"var(--skdx-color-surface-default)",title:g,item:_}),f&&D.push(l?K(V,i(U+N+12),H.node.name,{part:"node-label",anchor:"middle",fill:"var(--skdx-color-text-default)"}):K(i(V+N+4),U,H.node.name,{part:"node-label",baseline:"middle",fill:"var(--skdx-color-text-default)"}));H.collapsed&&D.push(K(i(d?V+k/2-8:V+N+(l?6:-2)),i(d?U-$/2+8:U-N-2),"+",{part:"collapsed",anchor:"middle",baseline:"middle",fill:Y.label,weight:"bold"}))}let Z=t.length?[K(8,ie(e)+10,t.map(H=>H.name).join(" \u203A "),{part:"breadcrumb",baseline:"middle"})]:[],B=le(e,s,c);return{...B,shapes:[...E,...F,...D,...Z,...B.shapes]}}var Eo=e=>Ur({...e,nodeShape:"box",linkStyle:"elbow"});function Gs(e,n){let t=[],r=e.map((f,y)=>({r:f,i:y})).sort((f,y)=>y.r-f.r),a=new Array(e.length);for(let{r:f,i:y}of r){let I;if(t.length===0)I={x:0,y:0,r:f};else{let T=Math.max(1,f/4);e:for(let O=0;O<1e6;O+=T)for(let b=0;b<24;b++){let z=b/24*2*Math.PI+O*.05,N={x:O*Math.cos(z),y:O*Math.sin(z),r:f};if(t.every(k=>Math.hypot(k.x-N.x,k.y-N.y)>=k.r+N.r+n)){I=N;break e}}}let x=I??{x:0,y:0,r:f};t.push(x),a[y]=x}let o=1/0,s=-1/0,c=1/0,l=-1/0;for(let f of t)o=Math.min(o,f.x-f.r),s=Math.max(s,f.x+f.r),c=Math.min(c,f.y-f.r),l=Math.max(l,f.y+f.r);let d=(o+s)/2,u=(c+l)/2,h=0;for(let f of a)f.x-=d,f.y-=u,h=Math.max(h,Math.hypot(f.x,f.y)+f.r);return{circles:a,enclosing:h}}function Do(e){let n=[],{nodes:t}=an(e.data,e.rootId),r=qt(t,e.maxDepth).filter(z=>!be(e,z.name)),a=oe(e,!r.some(z=>Ne(z)>0),300,300);if(a)return{...a,issues:n};let o=re(e.format),{width:s,height:c}=se(e,300,300),l=ie(e),d=e.padding??2,u=e.labels??!0,h=[],f=z=>{z.children?.length?z.children.forEach(f):h.push(Ne(z))};r.forEach(f);let y=gt(e.colorScale,h,ee(e,0),void 0,o),I=[],x=[],T=(z,N,k,$,L)=>{let S=z.filter(p=>{let w=Ne(p)>0;return w||n.push({code:"invalid-value",severity:"warning",message:`"${p.name}" has no positive value and was dropped.`,itemId:mt(p)}),w});if(S.length===0)return;let{circles:v,enclosing:R}=Gs(S.map(p=>Math.sqrt(Ne(p))),0),j=R>0?($-d)/R:0;S.forEach((p,w)=>{let M=v[w],E=i(N+M.x*j),F=i(k+M.y*j),D=Math.max(0,M.r*j-d/2),Z=Ne(p),B=(p.children?.length??0)>0,H=p.color??L??ee(e,w),V=B?H:e.colorScale?y.color(Z)?.fill??H:H,U=`${p.name}: ${o(Z)}`;I.push({kind:"circle",part:B?"branch":"leaf",cx:E,cy:F,r:i(D),fill:V,opacity:B?.15:e.colorScale&&!B?y.color(Z)?.opacity:void 0,stroke:"var(--skdx-color-surface-default)",title:U,item:{label:U,id:mt(p),name:p.name,value:Z}}),u&&!B&&D*2>p.name.length*ue+4&&x.push(K(E,F,p.name,{part:"leaf-label",anchor:"middle",baseline:"middle",fill:"var(--skdx-color-text-on-accent)"})),u&&B&&D*2>p.name.length*ue+4&&x.push(K(E,i(F-D+10),p.name,{part:"branch-label",anchor:"middle",baseline:"middle"})),B&&T(p.children,E,F,D,H)})},O=Math.max(0,Math.min(s,c-l)/2-8);T(r,s/2,l+(c-l)/2,O,void 0);let b=le(e,s,c,r.map((z,N)=>({name:z.name,color:ee(e,N,z.color)})));return{...b,shapes:[...I,...x,...b.shapes],issues:n}}function Bo(e){let n=[],{nodes:t,path:r}=an(e.data,e.rootId),a=qt(t,e.maxDepth).filter(S=>!be(e,S.name)),o=oe(e,!a.some(S=>Ne(S)>0));if(o)return{...o,issues:n};let s=re(e.format),{width:c,height:l}=se(e),d=e.orientation==="horizontal",u=e.breadcrumbs&&r.length>0,h=ie(e)+(u?20:0),f=$e(c,l,{top:h,right:0,bottom:0,left:0}),y=e.padding??1,I=e.labels??!0,x=Math.max(1,vr(a)),T=(d?f.width:f.height)/x,O=[],b=S=>{S.children?.length?S.children.forEach(b):O.push(Ne(S))};a.forEach(b);let z=gt(e.colorScale,O,ee(e,0),void 0,s),N=[],k=[],$=(S,v,R,j,p)=>{let w=Xn(S,e.sort).filter(F=>{let D=Ne(F)>0;return D||n.push({code:"invalid-value",severity:"warning",message:`"${F.name}" has no positive value and was dropped.`,itemId:mt(F)}),D}),M=w.reduce((F,D)=>F+Ne(D),0),E=R;w.forEach((F,D)=>{let Z=Ne(F),B=M>0?Z/M*j:0,H=(F.children?.length??0)>0,V=F.color??p??ee(e,D),U=!H&&e.colorScale?z.color(Z):void 0,A=v*T,g=d?{x:f.x+A+y/2,y:E+y/2,width:T-y,height:B-y}:{x:E+y/2,y:f.y+A+y/2,width:B-y,height:T-y},_=`${F.name}: ${s(Z)}`;N.push({kind:"rect",part:"cell",x:i(g.x),y:i(g.y),width:i(Math.max(0,g.width)),height:i(Math.max(0,g.height)),fill:U?.fill??V,opacity:U?.opacity??(H?.7:void 0),title:_,item:{label:_,id:mt(F),name:F.name,value:Z}}),I&&g.width>F.name.length*ue+6&&g.height>12&&k.push(K(i(g.x+4),i(g.y+g.height/2),F.name,{part:"cell-label",baseline:"middle",fill:"var(--skdx-color-text-on-accent)"})),H&&$(F.children,v+1,E,B,V),E+=B})};$(a,0,d?f.y:f.x,d?f.height:f.width,void 0),u&&N.push(...Qn(r,8,ie(e)+10));let L=le(e,c,l,a.map((S,v)=>({name:S.name,color:ee(e,v,S.color)})));return{...L,shapes:[...N,...k,...L.shapes],issues:n}}function Fo(e){let n=[],t=e.series.map((v,R)=>({...v,index:R,hidden:be(e,v.name)})),r=Math.max(e.categories?.length??0,...t.map(v=>v.data.length)),a=oe(e,r===0||t.every(v=>v.hidden||Be(v.data).length===0));if(a)return{...a,issues:n};for(let v of t){let R=v.data.filter(j=>j!==null&&!P(j)).length;R&&n.push({code:"invalid-value",severity:"warning",message:`Series "${v.name}" has ${R} value${R===1?"":"s"} that ${R===1?"is":"are"} neither a number nor null; drawn as gaps.`,itemId:v.id??v.name})}let o=re(e.format),{width:s,height:c}=se(e),l=t.filter(v=>!v.hidden),d=l.map(()=>new Array(r).fill(null));for(let v=0;v<r;v++){if(e.ranked){l.forEach((j,p)=>{let w=j.data[v];d[p][v]=P(w)?w:null});continue}l.map((j,p)=>({si:p,v:j.data[v]})).filter(j=>P(j.v)).sort((j,p)=>p.v-j.v||j.si-p.si).forEach((j,p)=>{d[j.si][v]=p+1})}let u=e.topRank??Math.max(1,l.length),h=Array.from({length:r},(v,R)=>{let j=e.categories?.[R];return j===void 0?String(R+1):Dt(j,e.xAxis?.format)}),f=e.labels??!0,y=f?Math.max(0,...l.map(v=>v.name.length))*ue+12:0,I=$e(s,c,{...de,top:de.top+ie(e),right:Math.max(de.right,y),bottom:de.bottom+(e.xAxis?.label?14:0)}),x=Je([.5,u+.5],[I.y,I.y+I.height]),T=Pe(r,[I.x,I.x+I.width],0),O=le(e,s,c,e.series.map((v,R)=>({name:v.name,color:ee(e,R,v.color)}))),b=Array.from({length:u},(v,R)=>({pos:i(x(R+1)),label:`#${R+1}`})),z=Ge({...O,plot:I,xTicks:ze(h.map((v,R)=>({pos:i(T.center(R)),label:v})),I.width),yTicks:u>20?b.filter((v,R)=>R%Math.ceil(u/20)===0):b,baseline:I.y+I.height},{xLabel:e.xAxis?.label,grid:e.xAxis?.grid!==!1}),N=e.markerSize??5,k=[],$=[],L=[],S=[];return l.forEach((v,R)=>{let j=ee(e,v.index,v.color),p=[],w=[],M;for(let E=0;E<r;E++){let F=d[R][E];if(F==null||F>u||F<1){w.length&&p.push(w),w=[];continue}let D={x:i(T.center(E)),y:i(x(F))};w.push(D),M=D;let Z=v.data[E],B=`${v.name}, ${h[E]}: #${F}${e.ranked||!P(Z)?"":` (${o(Z)})`}`;$.push(bt(D.x,D.y,N,j,B,{label:B,id:v.id??v.name,series:v.name,seriesId:v.id??v.name,category:h[E],index:E,value:F}))}w.length&&p.push(w);for(let E of p)k.push({kind:"path",part:"line",d:et(E,e.curve??"monotone"),stroke:j,strokeWidth:3,strokeLinecap:"round",strokeLinejoin:"round",title:v.name,item:{label:v.name,id:v.id??v.name,series:v.name,seriesId:v.id??v.name}});f&&M&&!S.some(E=>Math.abs(E-M.y)<12)&&(S.push(M.y),L.push(K(i(M.x+N+4),M.y,v.name,{part:"series-label",baseline:"middle",fill:Y.label})))}),{...O,shapes:[...z,...k,...$,...L,...O.shapes],issues:n}}var Po=e=>e*Math.PI/180;function Vo(e){let n=[],t=e.data.map(p=>{let w=P(p.value);return w?p.value<0&&n.push({code:"negative-value",severity:"warning",message:`"${p.name}" is negative (${p.value}); a radius cannot be, so it is drawn as zero.`,itemId:p.id??p.name}):n.push({code:"invalid-value",severity:"warning",message:`"${p.name}" has no valid value and is drawn as zero.`,itemId:p.id??p.name}),{...p,value:w&&p.value>0?p.value:0}}),r=oe(e,!t.some(p=>p.value>0),300,300);if(r)return{...r,issues:n};let a=re(e.format),{width:o,height:s}=se(e,300,300),c=ie(e),l=o/2,d=c+(s-c)/2,u=Math.max(0,Math.min(o,s-c)/2-(e.labels?40:12)),h=u*Math.min(.9,Math.max(0,e.innerRadius??0)),f=Math.max(1,Math.round(e.levels??4)),y=Math.max(0,...t.map(p=>be(e,p.name)?0:p.value)),I=st(0,e.max??y,f).filter(p=>p>0),x=e.max??I[I.length-1],T=(e.scale??"sqrt")==="sqrt",O=p=>{let w=x>0?Math.max(0,Math.min(1,p/x)):0;return h+(u-h)*(T?Math.sqrt(w):w)},b=Po(e.startAngle??0),z=Po(e.endAngle??(e.startAngle??0)+360),N=Math.max(0,Math.min(2*Math.PI,z-b)),k=t.length,$=N/Math.max(1,k),L=Math.min($*.9,Po(Math.max(0,e.padAngle??0))),S=I.filter(p=>p<=x).flatMap(p=>[{kind:"circle",part:"grid",cx:i(l),cy:i(d),r:i(O(p)),fill:"none",stroke:Y.grid},K(i(l+4),i(d-O(p)),a(p),{part:"y-label",baseline:"middle"})]),v=[],R=[];t.forEach((p,w)=>{let M=b+w*$+L/2,E=M+$-L,F=be(e,p.name),D=`${p.name}: ${a(p.value)}`;if(!F&&p.value>0&&E>M&&v.push({kind:"path",part:"sector",d:qe(l,d,O(p.value),h,M,E),fill:ee(e,w,p.color),stroke:"var(--skdx-color-surface-default)",title:D,item:{label:D,id:p.id??p.name,name:p.name,index:w,value:p.value}}),e.labels&&!F){let Z=(M+E)/2,B=Math.sin(Z);R.push(K(i(l+(u+8)*B),i(d-(u+8)*Math.cos(Z)),p.name,{part:"sector-label",anchor:B>.1?"start":B<-.1?"end":"middle",baseline:"middle"}))}});let j=le(e,o,s,e.data.map((p,w)=>({name:p.name,color:ee(e,w,p.color)})));return{...j,shapes:[...S,...v,...R,...j.shapes],issues:n}}var Ws=2e3;function Zs(e,n,t){let r=[],a=[],o=(2*n)**2;for(let s of e){let c=[];for(let d=r.length-1;d>=0&&s-r[d].p<2*n;d--)c.push(r[d]);let l=0;for(let d=0;;d++){if(l=d===0?0:(d%2?1:-1)*Math.ceil(d/2),Math.abs(l)>t){l=Math.sign(l)*t;break}if(c.every(u=>(u.p-s)**2+(u.off-l)**2>=o))break}r.push({p:s,off:l}),a.push(l)}return a}function Ho(e){let n=[];for(let b of e.series){let z=b.data.filter(N=>N!==null&&!Number.isFinite(N)).length;z&&n.push({code:"invalid-value",severity:"warning",message:`Series "${b.name}" has ${z} value${z===1?"":"s"} that ${z===1?"is":"are"} neither a number nor null; skipped.`,itemId:b.id??b.name})}let t=e.series.map(b=>be(e,b.name)?[]:Be(b.data)),r=oe(e,t.every(b=>b.length===0));if(r)return{...r,issues:n};let a=re(e.yAxis?.format??e.format),{width:o,height:s}=se(e),c=e.orientation==="horizontal",l=Math.max(0,...e.series.map(b=>b.name.length))*ue,d=$e(o,s,{...de,top:de.top+ie(e)+(!c&&e.yAxis?.label?12:0),left:c?Math.max(de.left,l+16):de.left,bottom:de.bottom+(c&&e.yAxis?.label?14:0)}),u=Ve(At(t.flat(),!1),c?[d.x,d.x+d.width]:[d.y+d.height,d.y],e.yAxis??{},e.format),h=Pe(e.series.length,c?[d.y,d.y+d.height]:[d.x,d.x+d.width]),f=le(e,o,s,e.series.map((b,z)=>({name:b.name,color:ee(e,z,b.color)}))),y=e.series.map((b,z)=>({pos:i(h.center(z)),label:b.name})),I=Ge({...f,plot:d,xTicks:c?y:ze(y,d.width),yTicks:c?ze(u.ticks,d.width):u.ticks,baseline:c?d.x:d.y+d.height},{horizontal:c,grid:Cn(e.yAxis),...c?{xLabel:e.yAxis?.label}:{yLabel:e.yAxis?.label}});I.push(...Lt(e.references,{plot:d,horizontal:c,x:b=>{let z=e.series.findIndex(N=>N.name===b);return z<0?void 0:h.center(z)},y:b=>u.scale(b)}));let x=e.markerSize??3,T=Math.max(0,h.bandwidth/2-x),O=[];return e.series.forEach((b,z)=>{let N=ee(e,z,b.color),k=h.center(z),$=(be(e,b.name)?[]:b.data).map((v,R)=>({v,index:R})).filter(v=>P(v.v)).sort((v,R)=>u.scale(v.v)-u.scale(R.v)),L=Zs($.map(v=>u.scale(v.v)),x,T),S=$.length<=Ws;$.forEach((v,R)=>{let j=u.scale(v.v),p=L[R],w=`${b.name}: ${a(v.v)}`;O.push({kind:"circle",part:"dot",cx:i(c?j:k+p),cy:i(c?k+p:j),r:x,fill:N,title:S?w:void 0,item:S?{label:w,id:b.id??b.name,series:b.name,seriesId:b.id??b.name,index:v.index,value:v.v}:void 0})})}),{...f,shapes:[...I,...O,...f.shapes],issues:n}}var qs=8;function Us(e){let n=e.map(a=>Math.floor(a)),t=Math.round(e.reduce((a,o)=>a+o,0))-n.reduce((a,o)=>a+o,0),r=e.map((a,o)=>({i:o,frac:a-Math.floor(a)})).sort((a,o)=>o.frac-a.frac||a.i-o.i);for(let{i:a}of r){if(t<=0)break;n[a]++,t--}return n}function _o(e){let n=[],t=e.data.map(w=>{let M=P(w.value)&&w.value>=0;return M||n.push({code:P(w.value)?"negative-value":"invalid-value",severity:"warning",message:`"${w.name}" has no valid non-negative value and is drawn as zero.`,itemId:w.id??w.name}),{...w,value:M?w.value:0}}),r=t.reduce((w,M)=>w+(be(e,M.name)?0:M.value),0),a=oe(e,r<=0,300,300);if(a)return{...a,issues:n};let o=re(e.format),s=P(e.total)&&e.total>0?e.total:r,c=Math.max(1,Math.round(e.rows??10)),l=Math.max(1,Math.round(e.columns??10)),d=c*l,u=w=>s>0?w/s:0,h=Us(t.map(w=>be(e,w.name)?0:Math.min(1,u(w.value))*d)),{width:f,height:y}=se(e,300,300),I=ie(e),x=Math.max(0,e.cellGap??2),T=Math.max(1,Math.min((f-2*qs)/l,(y-I-2*qs)/c)),O=(f-T*l)/2,b=I+(y-I-T*c)/2,z=e.orientation==="horizontal",N=w=>z?{x:O+w%l*T,y:b+Math.floor(w/l)*T}:{x:O+Math.floor(w/c)*T,y:b+(c-1-w%c)*T},k=(w,M,E,F,D)=>{let{x:Z,y:B}=N(w);return{kind:"rect",part:"cell",x:i(Z+x/2),y:i(B+x/2),width:i(Math.max(.5,T-x)),height:i(Math.max(.5,T-x)),fill:M,opacity:D,rx:e.cellRadius??2,title:E,item:F}},$=[],L=0;t.forEach((w,M)=>{let E=h[M],F=`${w.name}: ${o(w.value)} (${Math.round(u(w.value)*100)}%)`,D={label:F,id:w.id??w.name,name:w.name,index:M,value:w.value};for(let Z=0;Z<E&&L<d;Z++,L++)$.push(k(L,ee(e,M,w.color),F,D))});let S=s-r,v=S>0?`Other: ${o(S)} (${Math.round(u(S)*100)}%)`:"Empty";for(;L<d;L++)$.push(k(L,Y.grid,v,void 0,.6));let R=new Map(t.map(w=>[w.name,`${Math.round(u(w.value)*100)}%`])),j=Pn(e),p=le(e.labels&&j?{...e,legend:{...j,formatter:w=>`${j.formatter?.(w)??w} ${R.get(w)??""}`}}:e,f,y,e.data.map((w,M)=>({name:w.name,color:ee(e,M,w.color)})));return{...p,shapes:[...$,...p.shapes],issues:n}}import{css as ml,html as Rn,LitElement as ul,nothing as We,svg as Bt}from"lit";import{property as fe,state as Ut}from"lit/decorators.js";import{ifDefined as Re}from"lit/directives/if-defined.js";var Le={fromAttribute:()=>!1},X=class extends ul{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 a=this.drag;if(a?.grab==="select"){let{x:o,y:s}=this.viewBox(t,r);this.overlay=[Ka(jr(a.x,a.y,o,s))];return}if(a?.grab==="lasso"){let{x:o,y:s}=this.viewBox(t,r);a.points=[...a.points??[],{x:o,y:s}],this.overlay=[Qa(a.points)];return}if(a?.grab==="edit"){if(!a.gantt)return;let{x:o}=this.viewBox(t,r);a.change=eo(r,a.gantt,o-a.x),this.overlay=[no(r,a.gantt,a.change)];return}if(a?.grab==="map"){if(!r.map||!a.view)return;let{x:o,y:s}=this.viewBox(t,r);this.setView(ao(r.map,a.view,o-a.x,s-a.y));return}if(a&&r.hit){if(a.grab==="pinch"){let[s,c]=[...this.pointers.values()];if(s===void 0||c===void 0||!a.distance)return;this.setZoom(lo(r.hit,a.zoom,Math.abs(s-c)/a.distance,(s+c)/2));return}let{x:o}=this.viewBox(t,r);this.setZoom(a.grab==="pan"?co(r.hit,a.zoom,o-a.x):uo(r.hit,a.grab,a.zoom,o-a.x));return}if(r.tooltipPortal){let{lines:o,shapes:s}=Za(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=qa(r,t.target,t.currentTarget,t.clientX,t.clientY);(o.length>0||this.tip.length>0)&&(this.tip=o)}if(this.highlight(Ua(r,t.target)),this.syncId&&r.hit?.crosshair){let o=gr(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:a,y:o}=this.viewBox(t,r),s=zn(r,t.target)?.item.legend,c=this.canEdit(r)?Ja(r,a,o):void 0;if(c){this.drag={x:a,y:o,zoom:{start:0,end:0},grab:"edit",gantt:c},t.currentTarget.setPointerCapture(t.pointerId),this.clearTip();return}if(this.brushing()&&!s){this.drag={x:a,y:o,zoom:{start:0,end:0},grab:this.selectionMode==="lasso"?"lasso":"select",points:[{x:a,y:o}]},t.currentTarget.setPointerCapture(t.pointerId),this.clearTip();return}if(this.canPan(r)&&r.map){let d=r.map.plot;if(a<d.x||a>d.x+d.width||o<d.y||o>d.y+d.height)return;this.drag={x:a,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,a),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=mo(l,a,o);if(d)this.drag={x:a,y:o,zoom:d.zoom,grab:d.grab},d.zoom!==l.zoom&&this.setZoom(d.zoom);else if(this.zoomable&&a>=l.plot.x&&a<=l.plot.x+l.plot.width&&o>=l.plot.y&&o<=l.plot.y+l.plot.height)this.drag={x:a,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 a=this.drag,o=this.layout;if(o&&(a?.grab==="select"||a?.grab==="lasso"||a?.grab==="edit"||a?.grab==="map")){this.overlay=[];let{x:s,y:c}=this.viewBox(t,o);if(Math.abs(s-a.x)>2||Math.abs(c-a.y)>2){a.grab==="select"?this.setSelected(Ya(o,jr(a.x,a.y,s,c))):a.grab==="lasso"?this.setSelected(Xa(o,a.points??[])):a.grab==="edit"&&a.change&&this.emit("skdx-task-change",a.change),this.drag={...a,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:a,y:o}=this.viewBox(t,r);if(r.map&&this.canPan(r)){let l=r.map.plot;if(a<l.x||a>l.x+l.width||o<l.y||o>l.y+l.height)return;t.preventDefault(),this.setView(ro(r.map,t.deltaY,a,o));return}let s=r.hit;if(!s||!this.canZoom(r)||o<s.plot.y||o>s.plot.y+s.plot.height)return;let c=io(s,t.deltaY,a);c&&(t.preventDefault(),this.setZoom(c))};this.onClick=t=>{if(!this.layout)return;if(this.drag?.distance===-1){this.drag=null;return}let r=zn(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 c=r.shapes[this.focused]?.item;c&&(t.preventDefault(),this.select(c),this.emit("skdx-item-click",c));return}let a=this.canEdit(r)?to(r,this.focused,t):void 0;if(a){t.preventDefault(),this.emit("skdx-task-change",a);return}let o=so(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?Sn(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:a,tooltip:o,format:s,palette:c,loading:l,error:d,emptyMessage:u,description:h,decorative:f,animated:y,responsive:I,highlighted:x,highlightScope:T,accessibleTable:O}=this;return{...typeof I=="object"&&this.measured!==void 0&&this.measured<(I.breakpoint??480)?I.compact:void 0,width:I&&this.measured?this.measured:t,height:r,animate:y,responsive:I,legend:a,tooltip:o,format:s,palette:c,loading:l,error:d,emptyMessage:u,description:h,decorative:f,highlighted:x===void 0?this.highlightState:x,highlightScope:T,accessibleTable:O,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&&Mr(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=Mr(this.syncId),r=a=>{"highlighted"in a&&(this.highlightState=a.highlighted??null),a.selected&&(this.selectedState=a.selected,this.crossFilter&&(this.highlightState=a.selected.length?a.selected:null)),"zoom"in a&&(this.zoomState=a.zoom),a.hiddenSeries&&(this.hiddenState=a.hiddenSeries),"crosshair"in a&&(this.crossState=a.crosshair??null)};r(t.current),this.leave=t.subscribe((a,o)=>{o!==this.token&&r(a)})}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,a=r.includes(t)?r.filter(o=>o!==t):[...r,t];this.hiddenState=a,this.emit("skdx-hidden-series-change",a),this.publish({hiddenSeries:a})}highlight(t){let r=this.hover;r===t||r&&t&&$a(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(ka(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 Kn(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 a=r.shapes.findIndex(o=>o.item&&!o.item.legend&&rn(o.item,t));return a<0?!1:(this.getSvgElement()?.focus(),this.focused=a,!0)}export(t){let r=this.layout;return r?Zr(r,{...t,label:t.label??this.label??this.localName}):Promise.reject(new Error("not rendered yet"))}root(t,r,a){this.join();let o=Ia(ma(t),this.sized());if(this.layout=o,o.issues!==this.reported){this.reported=o.issues;for(let O of o.issues??[])this.emit("skdx-data-issue",O)}let s=this.canZoom(o),c=this.canPan(o),l=this.canEdit(o),d=this.brushing(),u=s||c||l||d,h=!o.decorative&&Gr(o).length>0,f=o.description?`${r}-desc`:void 0,y=bo(o),I=ho(o,this.accessibleTable),x=typeof this.accessibleTable=="object"&&this.accessibleTable.caption||a,T=this.portal;return Rn`<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":We}
|
|
9
|
+
aria-label=${o.decorative?We:a}
|
|
10
|
+
aria-describedby=${Re(f)}
|
|
11
|
+
tabindex=${h?0:We}
|
|
12
|
+
data-skdx-chart=${r}
|
|
13
|
+
data-zoomable=${s||c?"":We}
|
|
14
|
+
data-brushing=${d&&!(s||c)?"":We}
|
|
15
|
+
data-editable=${l?"":We}
|
|
16
|
+
style=${y?`--skdx-chart-duration:${y}`:We}
|
|
17
|
+
font-family=${Y.fontFamily}
|
|
18
|
+
font-size=${Y.fontSize}
|
|
19
|
+
@pointermove=${o.tooltip||u?this.onPointerMove:We}
|
|
20
|
+
@pointerleave=${()=>{this.clearTip(),this.highlight(null)}}
|
|
21
|
+
@pointerdown=${u?this.onPointerDown:We}
|
|
22
|
+
@pointerup=${u?this.onPointerUp:We}
|
|
23
|
+
@pointercancel=${u?this.onPointerUp:We}
|
|
24
|
+
@wheel=${s||c?this.onWheel:We}
|
|
25
|
+
@dblclick=${s||c?()=>c?this.setView(void 0):this.setZoom(void 0):We}
|
|
26
|
+
@click=${this.onClick}
|
|
27
|
+
@keydown=${h?this.onKeyDown:We}
|
|
28
|
+
@blur=${()=>{this.focused=null,this.highlight(null)}}
|
|
29
|
+
>
|
|
30
|
+
<title>${a}</title>
|
|
31
|
+
${o.description?Bt`<desc id=${Re(f)}>${o.description}</desc>`:We}
|
|
32
|
+
${y?Bt`<style>${po}</style>`:We} ${hl(o)}
|
|
33
|
+
${Yr(o.shapes)}
|
|
34
|
+
${Yr(this.tip.length||!this.crossState?this.tip:Wa(o,this.crossState))}
|
|
35
|
+
${Yr(oo(o,this.focused))} ${Yr(this.overlay)}
|
|
36
|
+
</svg>
|
|
37
|
+
${T?Rn`<div
|
|
38
|
+
role="tooltip"
|
|
39
|
+
data-skdx-tooltip=${r}
|
|
40
|
+
style="left:${T.x+12}px;top:${T.y+12}px"
|
|
41
|
+
>
|
|
42
|
+
${T.lines.map(O=>Rn`<div>${O}</div>`)}
|
|
43
|
+
</div>`:We}
|
|
44
|
+
${I?Rn`<table data-skdx-table=${r}>
|
|
45
|
+
<caption>
|
|
46
|
+
${x}
|
|
47
|
+
</caption>
|
|
48
|
+
<thead>
|
|
49
|
+
<tr>
|
|
50
|
+
${(I[0]??[]).map(O=>Rn`<th scope="col">${O}</th>`)}
|
|
51
|
+
</tr>
|
|
52
|
+
</thead>
|
|
53
|
+
<tbody>
|
|
54
|
+
${I.slice(1).map(O=>Rn`<tr>
|
|
55
|
+
${O.map((b,z)=>z===0?Rn`<th scope="row">${b}</th>`:Rn`<td>${b}</td>`)}
|
|
56
|
+
</tr>`)}
|
|
57
|
+
</tbody>
|
|
58
|
+
</table>`:We}`}};X.styles=ml`
|
|
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
|
+
`,m([fe({type:Number})],X.prototype,"width",2),m([fe({type:Number})],X.prototype,"height",2),m([fe()],X.prototype,"label",2),m([fe({type:Boolean,reflect:!0})],X.prototype,"legend",2),m([fe({type:Boolean,attribute:"no-tooltip",converter:Le})],X.prototype,"tooltip",2),m([fe({attribute:!1})],X.prototype,"format",2),m([fe({attribute:!1})],X.prototype,"palette",2),m([fe({attribute:!1})],X.prototype,"hiddenSeries",2),m([fe({attribute:!1})],X.prototype,"selected",2),m([fe({attribute:"selection-mode"})],X.prototype,"selectionMode",2),m([fe({attribute:!1})],X.prototype,"highlighted",2),m([fe({attribute:!1})],X.prototype,"highlightScope",2),m([fe({type:Boolean,reflect:!0})],X.prototype,"loading",2),m([fe()],X.prototype,"error",2),m([fe({attribute:"empty-message"})],X.prototype,"emptyMessage",2),m([fe()],X.prototype,"description",2),m([fe({type:Boolean,reflect:!0})],X.prototype,"decorative",2),m([fe({type:Boolean,attribute:"accessible-table"})],X.prototype,"accessibleTable",2),m([fe({attribute:!1})],X.prototype,"zoom",2),m([fe({attribute:!1})],X.prototype,"view",2),m([fe({type:Boolean,reflect:!0})],X.prototype,"zoomable",2),m([fe({type:Boolean,reflect:!0})],X.prototype,"editable",2),m([fe({attribute:"sync-id"})],X.prototype,"syncId",2),m([fe({type:Boolean,attribute:"cross-filter"})],X.prototype,"crossFilter",2),m([fe({converter:{fromAttribute:t=>t===null?!1:t===""?!0:Number(t)}})],X.prototype,"animated",2),m([fe({type:Boolean,reflect:!0})],X.prototype,"responsive",2),m([Ut()],X.prototype,"tip",2),m([Ut()],X.prototype,"overlay",2),m([Ut()],X.prototype,"portal",2),m([Ut()],X.prototype,"measured",2),m([Ut()],X.prototype,"viewState",2),m([Ut()],X.prototype,"highlightState",2),m([Ut()],X.prototype,"crossState",2),m([Ut()],X.prototype,"focused",2),m([Ut()],X.prototype,"hiddenState",2),m([Ut()],X.prototype,"zoomState",2),m([Ut()],X.prototype,"selectedState",2);var ke=class extends X{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:a,yAxis:o,rightAxis:s,references:c,annotations:l,labels:d,curve:u,connectNulls:h,nulls:f,stacked:y,stackOffset:I,orientation:x,radius:T,barGap:O,barWidth:b,sort:z,transform:N,transforms:k,bins:$,binWidth:L,binDomain:S,binMode:v,sampling:R,brush:j,crosshair:p}=this;return{...this.sized(),series:t,categories:r,xAxis:a,yAxis:o,rightAxis:s,references:c,annotations:l,labels:d,curve:u,connectNulls:h,nulls:f,stacked:y,stackOffset:I,orientation:x,radius:T,barGap:O,barWidth:b,sort:z,transform:N,transforms:k,bins:$,binWidth:L,binDomain:S,binMode:v,sampling:R,brush:j,crosshair:p}}};m([fe({attribute:!1})],ke.prototype,"series",2),m([fe({attribute:!1})],ke.prototype,"categories",2),m([fe({attribute:!1})],ke.prototype,"xAxis",2),m([fe({attribute:!1})],ke.prototype,"yAxis",2),m([fe({attribute:!1})],ke.prototype,"rightAxis",2),m([fe({attribute:!1})],ke.prototype,"references",2),m([fe({attribute:!1})],ke.prototype,"annotations",2),m([fe({type:Boolean,reflect:!0})],ke.prototype,"labels",2),m([fe()],ke.prototype,"curve",2),m([fe({type:Boolean,attribute:"connect-nulls"})],ke.prototype,"connectNulls",2),m([fe()],ke.prototype,"nulls",2),m([fe({reflect:!0,converter:{fromAttribute:t=>t==="percent"?"percent":t!==null}})],ke.prototype,"stacked",2),m([fe({attribute:"stack-offset"})],ke.prototype,"stackOffset",2),m([fe()],ke.prototype,"orientation",2),m([fe({type:Number})],ke.prototype,"radius",2),m([fe({type:Number,attribute:"bar-gap"})],ke.prototype,"barGap",2),m([fe({type:Number,attribute:"bar-width"})],ke.prototype,"barWidth",2),m([fe()],ke.prototype,"sort",2),m([fe()],ke.prototype,"transform",2),m([fe({attribute:!1})],ke.prototype,"transforms",2),m([fe({type:Number})],ke.prototype,"bins",2),m([fe({type:Number,attribute:"bin-width"})],ke.prototype,"binWidth",2),m([fe({attribute:!1})],ke.prototype,"binDomain",2),m([fe({attribute:"bin-mode"})],ke.prototype,"binMode",2),m([fe({attribute:!1})],ke.prototype,"sampling",2),m([fe({type:Boolean,reflect:!0})],ke.prototype,"brush",2),m([fe({type:Boolean,reflect:!0})],ke.prototype,"crosshair",2);var hl=e=>e.defs&&e.defs.length?Bt`<defs>${e.defs.map(n=>Bt`<linearGradient id=${n.id} x1="0" y1="0" x2=${n.vertical===!1?1:0} y2=${n.vertical===!1?0:1}>${n.stops.map(t=>Bt`<stop offset=${t.offset} stop-color=${t.color} stop-opacity=${Re(t.opacity)}></stop>`)}</linearGradient>`)}</defs>`:We,Yr=e=>Bt`${e.map((n,t)=>{let r=n.title?Bt`<title>${n.title}</title>`:We,a=n.item?t:void 0;switch(n.kind){case"path":return Bt`<path data-skdx-part=${n.part} data-skdx-i=${Re(a)} d=${n.d} fill=${n.fill??"none"} stroke=${Re(n.stroke)} stroke-width=${Re(n.strokeWidth)} stroke-linecap=${Re(n.strokeLinecap)} stroke-linejoin=${Re(n.strokeLinejoin)} stroke-dasharray=${Re(n.dash)} opacity=${Re(n.opacity)} fill-opacity=${Re(n.fillOpacity)}>${r}</path>`;case"rect":return Bt`<rect data-skdx-part=${n.part} data-skdx-i=${Re(a)} x=${n.x} y=${n.y} width=${n.width} height=${n.height} rx=${Re(n.rx)} fill=${n.fill} stroke=${Re(n.stroke)} fill-opacity=${Re(n.opacity)}>${r}</rect>`;case"line":return Bt`<line data-skdx-part=${n.part} data-skdx-i=${Re(a)} x1=${n.x1} y1=${n.y1} x2=${n.x2} y2=${n.y2} stroke=${n.stroke} stroke-width=${Re(n.strokeWidth)} stroke-dasharray=${Re(n.dash)} opacity=${Re(n.opacity)}>${r}</line>`;case"circle":return Bt`<circle data-skdx-part=${n.part} data-skdx-i=${Re(a)} cx=${n.cx} cy=${n.cy} r=${n.r} fill=${n.fill} stroke=${Re(n.stroke)} opacity=${Re(n.opacity)}>${r}</circle>`;case"text":return Bt`<text data-skdx-part=${n.part} data-skdx-i=${Re(a)} x=${n.x} y=${n.y} text-anchor=${Re(n.anchor)} dominant-baseline=${Re(n.baseline)} fill=${Re(n.fill)} font-weight=${Re(n.weight)} pointer-events=${Re(a===void 0?"none":void 0)} transform=${Re(n.rotate?`rotate(${n.rotate} ${n.x} ${n.y})`:void 0)}>${n.text}</text>`}})}`;var $r=class extends ke{render(){return this.root(xa(this.input()),"bar",this.label??"Bar chart")}};$r=m([fl("skdx-bar-chart")],$r);import{customElement as pl}from"lit/decorators.js";var kr=class extends ke{render(){return this.root(ya(this.input()),"line",this.label??"Line chart")}};kr=m([pl("skdx-line-chart")],kr);import{customElement as bl}from"lit/decorators.js";var Ir=class extends ke{render(){return this.root(va(this.input()),"area",this.label??"Area chart")}};Ir=m([bl("skdx-area-chart")],Ir);import{customElement as gl,property as Yt}from"lit/decorators.js";var it=class extends X{constructor(){super(...arguments);this.data=[];this.labels=!1}render(){let{data:t,variant:r,innerRadius:a,outerRadius:o,labels:s,labelPosition:c,padAngle:l,sort:d,startAngle:u,endAngle:h,centerLabel:f}=this;return this.root(Ta({...this.sized(),data:t,variant:r,innerRadius:a,outerRadius:o,labels:s,labelPosition:c,padAngle:l,sort:d,startAngle:u,endAngle:h,centerLabel:f}),"pie",this.label??"Pie chart")}};m([Yt({attribute:!1})],it.prototype,"data",2),m([Yt()],it.prototype,"variant",2),m([Yt({type:Number,attribute:"inner-radius"})],it.prototype,"innerRadius",2),m([Yt({type:Number,attribute:"outer-radius"})],it.prototype,"outerRadius",2),m([Yt({type:Boolean,reflect:!0})],it.prototype,"labels",2),m([Yt({attribute:"label-position"})],it.prototype,"labelPosition",2),m([Yt({type:Number,attribute:"pad-angle"})],it.prototype,"padAngle",2),m([Yt()],it.prototype,"sort",2),m([Yt({type:Number,attribute:"start-angle"})],it.prototype,"startAngle",2),m([Yt({type:Number,attribute:"end-angle"})],it.prototype,"endAngle",2),m([Yt({attribute:"center-label"})],it.prototype,"centerLabel",2),it=m([gl("skdx-pie-chart")],it);import{customElement as xl,property as St}from"lit/decorators.js";var Ke=class extends X{constructor(){super(...arguments);this.series=[];this.labels=!1}render(){let{series:t,sizeRange:r,labels:a,xAxis:o,yAxis:s,references:c,annotations:l,colorScale:d,colorLegend:u,hitRadius:h,jitter:f,trendline:y,sampling:I}=this;return this.root(pa({...this.sized(),series:t,sizeRange:r,labels:a,xAxis:o,yAxis:s,references:c,annotations:l,colorScale:d,colorLegend:u,hitRadius:h,jitter:f,trendline:y,sampling:I}),"scatter",this.label??"Scatter chart")}};m([St({attribute:!1})],Ke.prototype,"series",2),m([St({attribute:!1})],Ke.prototype,"sizeRange",2),m([St({type:Boolean,reflect:!0})],Ke.prototype,"labels",2),m([St({attribute:!1})],Ke.prototype,"xAxis",2),m([St({attribute:!1})],Ke.prototype,"yAxis",2),m([St({attribute:!1})],Ke.prototype,"references",2),m([St({attribute:!1})],Ke.prototype,"annotations",2),m([St({attribute:!1})],Ke.prototype,"colorScale",2),m([St({attribute:!1})],Ke.prototype,"colorLegend",2),m([St({type:Number,attribute:"hit-radius"})],Ke.prototype,"hitRadius",2),m([St({type:Number})],Ke.prototype,"jitter",2),m([St({attribute:!1})],Ke.prototype,"trendline",2),m([St({attribute:!1})],Ke.prototype,"sampling",2),Ke=m([xl("skdx-scatter-chart")],Ke);import{customElement as yl,property as on}from"lit/decorators.js";var ut=class extends X{constructor(){super(...arguments);this.data=[];this.trend=!1;this.extremes=!1;this.lastValue=!1}render(){let{data:t,color:r,curve:a,variant:o,trend:s,extremes:c,lastValue:l,target:d,band:u,markers:h}=this;return this.root(Ca({...this.sized(),data:t,color:r,curve:a,variant:o,trend:s,extremes:c,lastValue:l,target:d,band:u,markers:h}),"sparkline",this.label??"Sparkline")}};m([on({attribute:!1})],ut.prototype,"data",2),m([on()],ut.prototype,"color",2),m([on()],ut.prototype,"curve",2),m([on()],ut.prototype,"variant",2),m([on({type:Boolean,reflect:!0})],ut.prototype,"trend",2),m([on({type:Boolean,reflect:!0})],ut.prototype,"extremes",2),m([on({type:Boolean,reflect:!0,attribute:"last-value"})],ut.prototype,"lastValue",2),m([on({type:Number})],ut.prototype,"target",2),m([on({attribute:!1})],ut.prototype,"band",2),m([on({attribute:!1})],ut.prototype,"markers",2),ut=m([yl("skdx-sparkline")],ut);import{customElement as vl,property as Ft}from"lit/decorators.js";var tt=class extends X{constructor(){super(...arguments);this.series=[];this.fill=!0;this.markers=!0;this.labels=!1}render(){let{series:t,categories:r,metrics:a,normalized:o,max:s,fill:c,levels:l,markers:d,markerSize:u,labels:h,startAngle:f,gridShape:y}=this;return this.root(Aa({...this.sized(),series:t,categories:r,metrics:a,normalize:o,max:s,fill:c,levels:l,markers:d,markerSize:u,labels:h,startAngle:f,gridShape:y}),"radar",this.label??"Radar chart")}};m([Ft({attribute:!1})],tt.prototype,"series",2),m([Ft({attribute:!1})],tt.prototype,"categories",2),m([Ft({attribute:!1})],tt.prototype,"metrics",2),m([Ft({attribute:!1})],tt.prototype,"normalized",2),m([Ft({type:Number})],tt.prototype,"max",2),m([Ft({type:Boolean,attribute:"no-fill",converter:Le})],tt.prototype,"fill",2),m([Ft({type:Number})],tt.prototype,"levels",2),m([Ft({type:Boolean,attribute:"no-markers",converter:Le})],tt.prototype,"markers",2),m([Ft({type:Number,attribute:"marker-size"})],tt.prototype,"markerSize",2),m([Ft({type:Boolean,reflect:!0})],tt.prototype,"labels",2),m([Ft({type:Number,attribute:"start-angle"})],tt.prototype,"startAngle",2),m([Ft({attribute:"grid-shape"})],tt.prototype,"gridShape",2),tt=m([vl("skdx-radar-chart")],tt);import{customElement as Ml,property as Xe}from"lit/decorators.js";var Fe=class extends X{constructor(){super(...arguments);this.diverging=!1;this.labels=!1}render(){let{rows:t,columns:r,data:a,calendar:o,color:s,diverging:c,negativeColor:l,labels:d,domain:u,steps:h,weekStart:f,colorScale:y,colorLegend:I,missingColor:x,cellGap:T,cellRadius:O,rowOrder:b,columnOrder:z}=this;return this.root(Sa({...this.sized(),rows:t,columns:r,data:a,calendar:o,color:s,diverging:c,negativeColor:l,labels:d,domain:u,steps:h,weekStart:f,colorScale:y,colorLegend:I,missingColor:x,cellGap:T,cellRadius:O,rowOrder:b,columnOrder:z}),"heatmap",this.label??"Heatmap")}};m([Xe({attribute:!1})],Fe.prototype,"rows",2),m([Xe({attribute:!1})],Fe.prototype,"columns",2),m([Xe({attribute:!1})],Fe.prototype,"data",2),m([Xe({attribute:!1})],Fe.prototype,"calendar",2),m([Xe()],Fe.prototype,"color",2),m([Xe({type:Boolean,reflect:!0})],Fe.prototype,"diverging",2),m([Xe({attribute:"negative-color"})],Fe.prototype,"negativeColor",2),m([Xe({type:Boolean,reflect:!0})],Fe.prototype,"labels",2),m([Xe({attribute:!1})],Fe.prototype,"domain",2),m([Xe({type:Number})],Fe.prototype,"steps",2),m([Xe({attribute:"week-start"})],Fe.prototype,"weekStart",2),m([Xe({attribute:!1})],Fe.prototype,"colorScale",2),m([Xe({attribute:!1})],Fe.prototype,"colorLegend",2),m([Xe({attribute:"missing-color"})],Fe.prototype,"missingColor",2),m([Xe({type:Number,attribute:"cell-gap"})],Fe.prototype,"cellGap",2),m([Xe({type:Number,attribute:"cell-radius"})],Fe.prototype,"cellRadius",2),m([Xe({attribute:"row-order"})],Fe.prototype,"rowOrder",2),m([Xe({attribute:"column-order"})],Fe.prototype,"columnOrder",2),Fe=m([Ml("skdx-heatmap")],Fe);import{customElement as wl,property as er}from"lit/decorators.js";var Kt=class extends X{constructor(){super(...arguments);this.data=[]}render(){let{data:t,orientation:r,variant:a,gap:o,labelPosition:s,sort:c}=this;return this.root(za({...this.sized(),data:t,orientation:r,variant:a,gap:o,labelPosition:s,sort:c}),"funnel",this.label??"Funnel chart")}};m([er({attribute:!1})],Kt.prototype,"data",2),m([er()],Kt.prototype,"orientation",2),m([er()],Kt.prototype,"variant",2),m([er({type:Number})],Kt.prototype,"gap",2),m([er({attribute:"label-position"})],Kt.prototype,"labelPosition",2),m([er()],Kt.prototype,"sort",2),Kt=m([wl("skdx-funnel-chart")],Kt);import{customElement as $l,property as sn}from"lit/decorators.js";var ht=class extends X{constructor(){super(...arguments);this.links=[];this.nodeLabels=!0;this.linkLabels=!1}render(){let{links:t,nodes:r,align:a,nodeWidth:o,nodePadding:s,nodeSort:c,linkSort:l,nodeLabels:d,linkLabels:u,cyclePolicy:h}=this;return this.root(go({...this.sized(),links:t,nodes:r,align:a,nodeWidth:o,nodePadding:s,nodeSort:c,linkSort:l,nodeLabels:d,linkLabels:u,cyclePolicy:h}),"sankey",this.label??"Sankey chart")}};m([sn({attribute:!1})],ht.prototype,"links",2),m([sn({attribute:!1})],ht.prototype,"nodes",2),m([sn()],ht.prototype,"align",2),m([sn({type:Number,attribute:"node-width"})],ht.prototype,"nodeWidth",2),m([sn({type:Number,attribute:"node-padding"})],ht.prototype,"nodePadding",2),m([sn({attribute:"node-sort"})],ht.prototype,"nodeSort",2),m([sn({attribute:"link-sort"})],ht.prototype,"linkSort",2),m([sn({type:Boolean,attribute:"no-node-labels",converter:Le})],ht.prototype,"nodeLabels",2),m([sn({type:Boolean,reflect:!0,attribute:"link-labels"})],ht.prototype,"linkLabels",2),m([sn({attribute:"cycle-policy"})],ht.prototype,"cyclePolicy",2),ht=m([$l("skdx-sankey-chart")],ht);import{customElement as kl,property as gn}from"lit/decorators.js";var xt=class extends X{constructor(){super(...arguments);this.data=[];this.breadcrumbs=!1;this.labels=!0}render(){let{data:t,rootId:r,breadcrumbs:a,maxDepth:o,sort:s,padding:c,tiling:l,colorScale:d,labels:u}=this;return this.root(yo({...this.sized(),data:t,rootId:r,breadcrumbs:a,maxDepth:o,sort:s,padding:c,tiling:l,colorScale:d,labels:u}),"treemap",this.label??"Treemap")}};m([gn({attribute:!1})],xt.prototype,"data",2),m([gn({attribute:!1})],xt.prototype,"rootId",2),m([gn({type:Boolean,reflect:!0})],xt.prototype,"breadcrumbs",2),m([gn({type:Number,attribute:"max-depth"})],xt.prototype,"maxDepth",2),m([gn()],xt.prototype,"sort",2),m([gn({type:Number})],xt.prototype,"padding",2),m([gn()],xt.prototype,"tiling",2),m([gn({attribute:!1})],xt.prototype,"colorScale",2),m([gn({type:Boolean,attribute:"no-labels",converter:Le})],xt.prototype,"labels",2),xt=m([kl("skdx-treemap")],xt);import{customElement as Il,property as Xt}from"lit/decorators.js";var lt=class extends X{constructor(){super(...arguments);this.data=[];this.brush=!1;this.crosshair=!1}render(){let{data:t,scale:r,variant:a,xAxis:o,references:s,annotations:c,overlays:l,upColor:d,downColor:u,brush:h,crosshair:f}=this;return this.root(vo({...this.sized(),data:t,scale:r,variant:a,xAxis:o,references:s,annotations:c,overlays:l,upColor:d,downColor:u,brush:h,crosshair:f}),"candlestick",this.label??"Candlestick chart")}};m([Xt({attribute:!1})],lt.prototype,"data",2),m([Xt()],lt.prototype,"scale",2),m([Xt()],lt.prototype,"variant",2),m([Xt({attribute:!1})],lt.prototype,"xAxis",2),m([Xt({attribute:!1})],lt.prototype,"references",2),m([Xt({attribute:!1})],lt.prototype,"annotations",2),m([Xt({attribute:!1})],lt.prototype,"overlays",2),m([Xt({attribute:"up-color"})],lt.prototype,"upColor",2),m([Xt({attribute:"down-color"})],lt.prototype,"downColor",2),m([Xt({type:Boolean,reflect:!0})],lt.prototype,"brush",2),m([Xt({type:Boolean,reflect:!0})],lt.prototype,"crosshair",2),lt=m([Il("skdx-candlestick-chart")],lt);import{customElement as Tl,property as ln}from"lit/decorators.js";var ft=class extends X{constructor(){super(...arguments);this.data=[];this.connectors=!0;this.labels=!1}render(){let{data:t,total:r,start:a,startLabel:o,orientation:s,connectors:c,labels:l,positiveColor:d,negativeColor:u,totalColor:h}=this;return this.root(Mo({...this.sized(),data:t,total:r,start:a,startLabel:o,orientation:s,connectors:c,labels:l,positiveColor:d,negativeColor:u,totalColor:h}),"waterfall",this.label??"Waterfall chart")}};m([ln({attribute:!1})],ft.prototype,"data",2),m([ln()],ft.prototype,"total",2),m([ln({type:Number})],ft.prototype,"start",2),m([ln({attribute:"start-label"})],ft.prototype,"startLabel",2),m([ln()],ft.prototype,"orientation",2),m([ln({type:Boolean,attribute:"no-connectors",converter:Le})],ft.prototype,"connectors",2),m([ln({type:Boolean,reflect:!0})],ft.prototype,"labels",2),m([ln({attribute:"positive-color"})],ft.prototype,"positiveColor",2),m([ln({attribute:"negative-color"})],ft.prototype,"negativeColor",2),m([ln({attribute:"total-color"})],ft.prototype,"totalColor",2),ft=m([Tl("skdx-waterfall-chart")],ft);import{customElement as Cl,property as tr}from"lit/decorators.js";var Qt=class extends X{constructor(){super(...arguments);this.tasks=[];this.criticalPath=!1}render(){let{tasks:t,references:r,annotations:a,today:o,criticalPath:s,xAxis:c}=this;return this.root(wo({...this.sized(),tasks:t,references:r,annotations:a,today:o,criticalPath:s,xAxis:c}),"gantt",this.label??"Gantt chart")}};m([tr({attribute:!1})],Qt.prototype,"tasks",2),m([tr({attribute:!1})],Qt.prototype,"references",2),m([tr({attribute:!1})],Qt.prototype,"annotations",2),m([tr({attribute:!1})],Qt.prototype,"today",2),m([tr({type:Boolean,reflect:!0,attribute:"critical-path"})],Qt.prototype,"criticalPath",2),m([tr({attribute:!1})],Qt.prototype,"xAxis",2),Qt=m([Cl("skdx-gantt-chart")],Qt);import{customElement as Al,property as xn}from"lit/decorators.js";var yt=class extends X{constructor(){super(...arguments);this.series=[];this.mean=!1;this.points=!1;this.notched=!1}render(){let{series:t,orientation:r,quartileMethod:a,whisker:o,mean:s,points:c,notched:l,categories:d,yAxis:u}=this;return this.root(ko({...this.sized(),series:t,orientation:r,quartileMethod:a,whisker:o,mean:s,points:c,notched:l,categories:d,yAxis:u}),"boxplot",this.label??"Box plot")}};m([xn({attribute:!1})],yt.prototype,"series",2),m([xn()],yt.prototype,"orientation",2),m([xn({attribute:"quartile-method"})],yt.prototype,"quartileMethod",2),m([xn({type:Number})],yt.prototype,"whisker",2),m([xn({type:Boolean,reflect:!0})],yt.prototype,"mean",2),m([xn({type:Boolean,reflect:!0})],yt.prototype,"points",2),m([xn({type:Boolean,reflect:!0})],yt.prototype,"notched",2),m([xn({attribute:!1})],yt.prototype,"categories",2),m([xn({attribute:!1})],yt.prototype,"yAxis",2),yt=m([Al("skdx-boxplot")],yt);import{customElement as Ll,property as Pt}from"lit/decorators.js";var nt=class extends X{constructor(){super(...arguments);this.data=[];this.labels=!1;this.breadcrumbs=!1}render(){let{data:t,innerRadius:r,centerLabel:a,labels:o,rootId:s,breadcrumbs:c,maxDepth:l,sort:d,startAngle:u,endAngle:h,padAngle:f,colorScale:y}=this;return this.root(To({...this.sized(),data:t,innerRadius:r,centerLabel:a,labels:o,rootId:s,breadcrumbs:c,maxDepth:l,sort:d,startAngle:u,endAngle:h,padAngle:f,colorScale:y}),"sunburst",this.label??"Sunburst chart")}};m([Pt({attribute:!1})],nt.prototype,"data",2),m([Pt({type:Number,attribute:"inner-radius"})],nt.prototype,"innerRadius",2),m([Pt({attribute:"center-label"})],nt.prototype,"centerLabel",2),m([Pt({type:Boolean,reflect:!0})],nt.prototype,"labels",2),m([Pt({attribute:!1})],nt.prototype,"rootId",2),m([Pt({type:Boolean,reflect:!0})],nt.prototype,"breadcrumbs",2),m([Pt({type:Number,attribute:"max-depth"})],nt.prototype,"maxDepth",2),m([Pt()],nt.prototype,"sort",2),m([Pt({type:Number,attribute:"start-angle"})],nt.prototype,"startAngle",2),m([Pt({type:Number,attribute:"end-angle"})],nt.prototype,"endAngle",2),m([Pt({type:Number,attribute:"pad-angle"})],nt.prototype,"padAngle",2),m([Pt({attribute:!1})],nt.prototype,"colorScale",2),nt=m([Ll("skdx-sunburst-chart")],nt);import{customElement as Ol,property as Tr}from"lit/decorators.js";var cn=class extends X{render(){let{names:n,matrix:t,links:r,padding:a,sort:o}=this;return this.root(Co({...this.sized(),names:n,matrix:t,links:r,padding:a,sort:o}),"chord",this.label??"Chord chart")}};m([Tr({attribute:!1})],cn.prototype,"names",2),m([Tr({attribute:!1})],cn.prototype,"matrix",2),m([Tr({attribute:!1})],cn.prototype,"links",2),m([Tr({type:Number})],cn.prototype,"padding",2),m([Tr()],cn.prototype,"sort",2),cn=m([Ol("skdx-chord-chart")],cn);import{customElement as Sl,property as yn}from"lit/decorators.js";var vt=class extends X{constructor(){super(...arguments);this.features=[];this.labels=!1}render(){let{features:t,color:r,colorScale:a,colorLegend:o,projection:s,points:c,lines:l,sizeRange:d,labels:u}=this;return this.root(Lo({...this.sized(),features:t,color:r,colorScale:a,colorLegend:o,projection:s,points:c,lines:l,sizeRange:d,labels:u}),"map",this.label??"Map")}};m([yn({attribute:!1})],vt.prototype,"features",2),m([yn()],vt.prototype,"color",2),m([yn({attribute:!1})],vt.prototype,"colorScale",2),m([yn({attribute:!1})],vt.prototype,"colorLegend",2),m([yn()],vt.prototype,"projection",2),m([yn({attribute:!1})],vt.prototype,"points",2),m([yn({attribute:!1})],vt.prototype,"lines",2),m([yn({attribute:!1})],vt.prototype,"sizeRange",2),m([yn({type:Boolean,reflect:!0})],vt.prototype,"labels",2),vt=m([Sl("skdx-map-chart")],vt);import{customElement as zl,property as Vt}from"lit/decorators.js";var rt=class extends X{constructor(){super(...arguments);this.data=[];this.track=!0;this.rounded=!0;this.labels=!1}render(){let{data:t,max:r,startAngle:a,endAngle:o,innerRadius:s,gap:c,track:l,rounded:d,labels:u,bands:h,target:f,centerLabel:y}=this;return this.root(Na({...this.sized(),data:t,max:r,startAngle:a,endAngle:o,innerRadius:s,gap:c,track:l,rounded:d,labels:u,bands:h,target:f,centerLabel:y}),"radial",this.label??"Radial bar chart")}};m([Vt({attribute:!1})],rt.prototype,"data",2),m([Vt({type:Number})],rt.prototype,"max",2),m([Vt({type:Number,attribute:"start-angle"})],rt.prototype,"startAngle",2),m([Vt({type:Number,attribute:"end-angle"})],rt.prototype,"endAngle",2),m([Vt({type:Number,attribute:"inner-radius"})],rt.prototype,"innerRadius",2),m([Vt({type:Number})],rt.prototype,"gap",2),m([Vt({type:Boolean,attribute:"no-track",converter:Le})],rt.prototype,"track",2),m([Vt({type:Boolean,attribute:"no-rounded",converter:Le})],rt.prototype,"rounded",2),m([Vt({type:Boolean,reflect:!0})],rt.prototype,"labels",2),m([Vt({attribute:!1})],rt.prototype,"bands",2),m([Vt({type:Number})],rt.prototype,"target",2),m([Vt({attribute:"center-label"})],rt.prototype,"centerLabel",2),rt=m([zl("skdx-radial-bar-chart")],rt);import{customElement as Nl,property as zt}from"lit/decorators.js";var Qe=class extends X{constructor(){super(...arguments);this.value=Number.NaN;this.tickLabels=!0}render(){let{value:t,min:r,max:a,variant:o,startAngle:s,endAngle:c,thickness:l,bands:d,target:u,ticks:h,tickLabels:f,centerLabel:y,caption:I}=this;return this.root(Ra({...this.sized(),value:t,min:r,max:a,variant:o,startAngle:s,endAngle:c,thickness:l,bands:d,target:u,ticks:h,tickLabels:f,centerLabel:y,caption:I}),"gauge",this.label??"Gauge chart")}};m([zt({type:Number})],Qe.prototype,"value",2),m([zt({type:Number})],Qe.prototype,"min",2),m([zt({type:Number})],Qe.prototype,"max",2),m([zt()],Qe.prototype,"variant",2),m([zt({type:Number,attribute:"start-angle"})],Qe.prototype,"startAngle",2),m([zt({type:Number,attribute:"end-angle"})],Qe.prototype,"endAngle",2),m([zt({type:Number})],Qe.prototype,"thickness",2),m([zt({attribute:!1})],Qe.prototype,"bands",2),m([zt({type:Number})],Qe.prototype,"target",2),m([zt({attribute:!1})],Qe.prototype,"ticks",2),m([zt({type:Boolean,attribute:"no-tick-labels",converter:Le})],Qe.prototype,"tickLabels",2),m([zt({attribute:"center-label"})],Qe.prototype,"centerLabel",2),m([zt()],Qe.prototype,"caption",2),Qe=m([Nl("skdx-gauge-chart")],Qe);import{customElement as Rl,property as Mt}from"lit/decorators.js";var Ue=class extends X{constructor(){super(...arguments);this.series=[];this.labels=!1}render(){let{series:t,sizeRange:r,labels:a,xAxis:o,yAxis:s,zAxis:c,references:l,annotations:d,colorScale:u,colorLegend:h,hitRadius:f,jitter:y,trendline:I,sampling:x}=this;return this.root(Ea({...this.sized(),series:t,sizeRange:r,labels:a,xAxis:o,yAxis:s,zAxis:c,references:l,annotations:d,colorScale:u,colorLegend:h,hitRadius:f,jitter:y,trendline:I,sampling:x}),"bubble",this.label??"Bubble chart")}};m([Mt({attribute:!1})],Ue.prototype,"series",2),m([Mt({attribute:!1})],Ue.prototype,"sizeRange",2),m([Mt({type:Boolean,reflect:!0})],Ue.prototype,"labels",2),m([Mt({attribute:!1})],Ue.prototype,"xAxis",2),m([Mt({attribute:!1})],Ue.prototype,"yAxis",2),m([Mt({attribute:!1})],Ue.prototype,"zAxis",2),m([Mt({attribute:!1})],Ue.prototype,"references",2),m([Mt({attribute:!1})],Ue.prototype,"annotations",2),m([Mt({attribute:!1})],Ue.prototype,"colorScale",2),m([Mt({attribute:!1})],Ue.prototype,"colorLegend",2),m([Mt({type:Number,attribute:"hit-radius"})],Ue.prototype,"hitRadius",2),m([Mt({type:Number})],Ue.prototype,"jitter",2),m([Mt({attribute:!1})],Ue.prototype,"trendline",2),m([Mt({attribute:!1})],Ue.prototype,"sampling",2),Ue=m([Rl("skdx-bubble-chart")],Ue);import{customElement as El,property as wt}from"lit/decorators.js";var Ye=class extends X{constructor(){super(...arguments);this.data=[];this.labels=!1}render(){let{data:t,name:r,color:a,bins:o,binWidth:s,thresholds:c,domain:l,mode:d,xAxis:u,yAxis:h,references:f,annotations:y,labels:I,barGap:x}=this;return this.root(Da({...this.sized(),data:t,name:r,color:a,bins:o,binWidth:s,thresholds:c,domain:l,mode:d,xAxis:u,yAxis:h,references:f,annotations:y,labels:I,barGap:x}),"histogram",this.label??"Histogram")}};m([wt({attribute:!1})],Ye.prototype,"data",2),m([wt()],Ye.prototype,"name",2),m([wt()],Ye.prototype,"color",2),m([wt({type:Number})],Ye.prototype,"bins",2),m([wt({type:Number,attribute:"bin-width"})],Ye.prototype,"binWidth",2),m([wt({attribute:!1})],Ye.prototype,"thresholds",2),m([wt({attribute:!1})],Ye.prototype,"domain",2),m([wt()],Ye.prototype,"mode",2),m([wt({attribute:!1})],Ye.prototype,"xAxis",2),m([wt({attribute:!1})],Ye.prototype,"yAxis",2),m([wt({attribute:!1})],Ye.prototype,"references",2),m([wt({attribute:!1})],Ye.prototype,"annotations",2),m([wt({type:Boolean,reflect:!0})],Ye.prototype,"labels",2),m([wt({type:Number,attribute:"bar-gap"})],Ye.prototype,"barGap",2),Ye=m([El("skdx-histogram")],Ye);import{customElement as Dl,property as Hn}from"lit/decorators.js";var Ht=class extends X{constructor(){super(...arguments);this.data=[];this.labels=!1}render(){let{data:t,orientation:r,ranges:a,min:o,max:s,labels:c,ticks:l}=this;return this.root(br({...this.sized(),data:t,orientation:r,ranges:a,min:o,max:s,labels:c,ticks:l}),"bullet",this.label??"Bullet chart")}};m([Hn({attribute:!1})],Ht.prototype,"data",2),m([Hn()],Ht.prototype,"orientation",2),m([Hn({attribute:!1})],Ht.prototype,"ranges",2),m([Hn({type:Number})],Ht.prototype,"min",2),m([Hn({type:Number})],Ht.prototype,"max",2),m([Hn({type:Boolean,reflect:!0})],Ht.prototype,"labels",2),m([Hn({type:Number})],Ht.prototype,"ticks",2),Ht=m([Dl("skdx-bullet-chart")],Ht);import{customElement as Bl}from"lit/decorators.js";var Cr=class extends ke{render(){return this.root(Ba(this.input()),"combo",this.label??"Combo chart")}};Cr=m([Bl("skdx-combo-chart")],Cr);import{customElement as Fl,property as ct}from"lit/decorators.js";var He=class extends X{constructor(){super(...arguments);this.series=[];this.connectNulls=!1;this.brush=!1;this.crosshair=!1}render(){let{series:t,variant:r,categories:a,xAxis:o,yAxis:s,rightAxis:c,references:l,annotations:d,curve:u,connectNulls:h,orientation:f,radius:y,barGap:I,barWidth:x,brush:T,crosshair:O}=this;return this.root(Fa({...this.sized(),series:t,variant:r,categories:a,xAxis:o,yAxis:s,rightAxis:c,references:l,annotations:d,curve:u,connectNulls:h,orientation:f,radius:y,barGap:I,barWidth:x,brush:T,crosshair:O}),"range",this.label??"Range chart")}};m([ct({attribute:!1})],He.prototype,"series",2),m([ct()],He.prototype,"variant",2),m([ct({attribute:!1})],He.prototype,"categories",2),m([ct({attribute:!1})],He.prototype,"xAxis",2),m([ct({attribute:!1})],He.prototype,"yAxis",2),m([ct({attribute:!1})],He.prototype,"rightAxis",2),m([ct({attribute:!1})],He.prototype,"references",2),m([ct({attribute:!1})],He.prototype,"annotations",2),m([ct()],He.prototype,"curve",2),m([ct({type:Boolean,reflect:!0,attribute:"connect-nulls"})],He.prototype,"connectNulls",2),m([ct()],He.prototype,"orientation",2),m([ct({type:Number})],He.prototype,"radius",2),m([ct({type:Number,attribute:"bar-gap"})],He.prototype,"barGap",2),m([ct({type:Number,attribute:"bar-width"})],He.prototype,"barWidth",2),m([ct({type:Boolean,reflect:!0})],He.prototype,"brush",2),m([ct({type:Boolean,reflect:!0})],He.prototype,"crosshair",2),He=m([Fl("skdx-range-chart")],He);import{customElement as Pl,property as En}from"lit/decorators.js";var Nt=class extends X{constructor(){super(...arguments);this.nodes=[];this.edges=[];this.labels=!0;this.directed=!1;this.edgeLabels=!1}render(){let{nodes:t,edges:r,arrange:a,labels:o,nodeRange:s,iterations:c,directed:l,edgeLabels:d}=this;return this.root(Pa({...this.sized(),nodes:t,edges:r,arrange:a,labels:o,nodeRange:s,iterations:c,directed:l,edgeLabels:d}),"network",this.label??"Network chart")}};m([En({attribute:!1})],Nt.prototype,"nodes",2),m([En({attribute:!1})],Nt.prototype,"edges",2),m([En()],Nt.prototype,"arrange",2),m([En({type:Boolean,attribute:"no-labels",converter:Le})],Nt.prototype,"labels",2),m([En({attribute:!1})],Nt.prototype,"nodeRange",2),m([En({type:Number})],Nt.prototype,"iterations",2),m([En({type:Boolean,reflect:!0})],Nt.prototype,"directed",2),m([En({type:Boolean,reflect:!0,attribute:"edge-labels"})],Nt.prototype,"edgeLabels",2),Nt=m([Pl("skdx-network-chart")],Nt);import{customElement as Vl,property as Kr}from"lit/decorators.js";var vn=class extends X{constructor(){super(...arguments);this.events=[];this.labels=!0}render(){let{events:t,orientation:r,xAxis:a,labels:o}=this;return this.root(Ha({...this.sized(),events:t,orientation:r,xAxis:a,labels:o}),"timeline",this.label??"Timeline chart")}};m([Kr({attribute:!1})],vn.prototype,"events",2),m([Kr()],vn.prototype,"orientation",2),m([Kr({attribute:!1})],vn.prototype,"xAxis",2),m([Kr({type:Boolean,attribute:"no-labels",converter:Le})],vn.prototype,"labels",2),vn=m([Vl("skdx-timeline-chart")],vn);import{customElement as Hl,property as Ar}from"lit/decorators.js";var dn=class extends X{constructor(){super(...arguments);this.segments=[];this.data=[];this.labels=!1}render(){let{segments:t,data:r,labels:a,gap:o,xAxis:s}=this;return this.root(Oo({...this.sized(),segments:t,data:r,labels:a,gap:o,xAxis:s}),"marimekko",this.label??"Marimekko chart")}};m([Ar({attribute:!1})],dn.prototype,"segments",2),m([Ar({attribute:!1})],dn.prototype,"data",2),m([Ar({type:Boolean,reflect:!0})],dn.prototype,"labels",2),m([Ar({type:Number})],dn.prototype,"gap",2),m([Ar({attribute:!1})],dn.prototype,"xAxis",2),dn=m([Hl("skdx-marimekko-chart")],dn);import{customElement as _l,property as nr}from"lit/decorators.js";var Jt=class extends X{constructor(){super(...arguments);this.dimensions=[];this.data=[];this.connectNulls=!1}render(){let{dimensions:t,data:r,opacity:a,curve:o,connectNulls:s,filters:c}=this;return this.root(So({...this.sized(),dimensions:t,data:r,opacity:a,curve:o,connectNulls:s,filters:c}),"parallel",this.label??"Parallel coordinates chart")}};m([nr({attribute:!1})],Jt.prototype,"dimensions",2),m([nr({attribute:!1})],Jt.prototype,"data",2),m([nr({type:Number})],Jt.prototype,"opacity",2),m([nr()],Jt.prototype,"curve",2),m([nr({type:Boolean,reflect:!0,attribute:"connect-nulls"})],Jt.prototype,"connectNulls",2),m([nr({attribute:!1})],Jt.prototype,"filters",2),Jt=m([_l("skdx-parallel-coordinates-chart")],Jt);import{customElement as jl,property as Mn}from"lit/decorators.js";var $t=class extends X{constructor(){super(...arguments);this.value=Number.NaN;this.labels=!0}render(){let{value:t,min:r,max:a,target:o,bands:s,orientation:c,caption:l,labels:d,ticks:u}=this;return this.root(zo({...this.sized(),value:t,min:r,max:a,target:o,bands:s,orientation:c,caption:l,labels:d,ticks:u}),"linear-gauge",this.label??"Linear gauge")}};m([Mn({type:Number})],$t.prototype,"value",2),m([Mn({type:Number})],$t.prototype,"min",2),m([Mn({type:Number})],$t.prototype,"max",2),m([Mn({type:Number})],$t.prototype,"target",2),m([Mn({attribute:!1})],$t.prototype,"bands",2),m([Mn()],$t.prototype,"orientation",2),m([Mn()],$t.prototype,"caption",2),m([Mn({type:Boolean,attribute:"no-labels",converter:Le})],$t.prototype,"labels",2),m([Mn({type:Number})],$t.prototype,"ticks",2),$t=m([jl("skdx-linear-gauge")],$t);import{customElement as Gl,property as wn}from"lit/decorators.js";var kt=class extends X{constructor(){super(...arguments);this.data=[];this.labels=!1}render(){let{data:t,startLabel:r,endLabel:a,orientation:o,labels:s,sort:c,markerSize:l,xAxis:d,references:u}=this;return this.root(No({...this.sized(),data:t,startLabel:r,endLabel:a,orientation:o,labels:s,sort:c,markerSize:l,xAxis:d,references:u}),"dumbbell",this.label??"Dumbbell chart")}};m([wn({attribute:!1})],kt.prototype,"data",2),m([wn({attribute:"start-label"})],kt.prototype,"startLabel",2),m([wn({attribute:"end-label"})],kt.prototype,"endLabel",2),m([wn()],kt.prototype,"orientation",2),m([wn({type:Boolean,reflect:!0})],kt.prototype,"labels",2),m([wn()],kt.prototype,"sort",2),m([wn({type:Number,attribute:"marker-size"})],kt.prototype,"markerSize",2),m([wn({attribute:!1})],kt.prototype,"xAxis",2),m([wn({attribute:!1})],kt.prototype,"references",2),kt=m([Gl("skdx-dumbbell-chart")],kt);import{customElement as Wl,property as _t}from"lit/decorators.js";var at=class extends X{constructor(){super(...arguments);this.data=[];this.labels=!1;this.brush=!1;this.crosshair=!1}render(){let{data:t,threshold:r,cumulativeLabel:a,name:o,labels:s,radius:c,barGap:l,barWidth:d,xAxis:u,yAxis:h,brush:f,crosshair:y}=this;return this.root(Ro({...this.sized(),data:t,threshold:r,cumulativeLabel:a,name:o,labels:s,radius:c,barGap:l,barWidth:d,xAxis:u,yAxis:h,brush:f,crosshair:y}),"pareto",this.label??"Pareto chart")}};m([_t({attribute:!1})],at.prototype,"data",2),m([_t({type:Number})],at.prototype,"threshold",2),m([_t({attribute:"cumulative-label"})],at.prototype,"cumulativeLabel",2),m([_t()],at.prototype,"name",2),m([_t({type:Boolean,reflect:!0})],at.prototype,"labels",2),m([_t({type:Number})],at.prototype,"radius",2),m([_t({type:Number,attribute:"bar-gap"})],at.prototype,"barGap",2),m([_t({type:Number,attribute:"bar-width"})],at.prototype,"barWidth",2),m([_t({attribute:!1})],at.prototype,"xAxis",2),m([_t({attribute:!1})],at.prototype,"yAxis",2),m([_t({type:Boolean,reflect:!0})],at.prototype,"brush",2),m([_t({type:Boolean,reflect:!0})],at.prototype,"crosshair",2),at=m([Wl("skdx-pareto-chart")],at);import{customElement as Zl,property as Dn}from"lit/decorators.js";var Rt=class extends X{constructor(){super(...arguments);this.series=[];this.ranked=!1;this.labels=!0}render(){let{series:t,categories:r,ranked:a,topRank:o,curve:s,labels:c,markerSize:l,xAxis:d}=this;return this.root(Fo({...this.sized(),series:t,categories:r,ranked:a,topRank:o,curve:s,labels:c,markerSize:l,xAxis:d}),"bump",this.label??"Bump chart")}};m([Dn({attribute:!1})],Rt.prototype,"series",2),m([Dn({attribute:!1})],Rt.prototype,"categories",2),m([Dn({type:Boolean,reflect:!0})],Rt.prototype,"ranked",2),m([Dn({type:Number,attribute:"top-rank"})],Rt.prototype,"topRank",2),m([Dn()],Rt.prototype,"curve",2),m([Dn({type:Boolean,attribute:"no-labels",converter:Le})],Rt.prototype,"labels",2),m([Dn({type:Number,attribute:"marker-size"})],Rt.prototype,"markerSize",2),m([Dn({attribute:!1})],Rt.prototype,"xAxis",2),Rt=m([Zl("skdx-bump-chart")],Rt);import{customElement as ql,property as $n}from"lit/decorators.js";var It=class extends X{constructor(){super(...arguments);this.data=[];this.labels=!1}render(){let{data:t,scale:r,max:a,startAngle:o,endAngle:s,padAngle:c,innerRadius:l,levels:d,labels:u}=this;return this.root(Vo({...this.sized(),data:t,scale:r,max:a,startAngle:o,endAngle:s,padAngle:c,innerRadius:l,levels:d,labels:u}),"polar-area",this.label??"Polar area chart")}};m([$n({attribute:!1})],It.prototype,"data",2),m([$n()],It.prototype,"scale",2),m([$n({type:Number})],It.prototype,"max",2),m([$n({type:Number,attribute:"start-angle"})],It.prototype,"startAngle",2),m([$n({type:Number,attribute:"end-angle"})],It.prototype,"endAngle",2),m([$n({type:Number,attribute:"pad-angle"})],It.prototype,"padAngle",2),m([$n({type:Number,attribute:"inner-radius"})],It.prototype,"innerRadius",2),m([$n({type:Number})],It.prototype,"levels",2),m([$n({type:Boolean,reflect:!0})],It.prototype,"labels",2),It=m([ql("skdx-polar-area-chart")],It);import{customElement as Ul,property as Lr}from"lit/decorators.js";var mn=class extends X{constructor(){super(...arguments);this.series=[]}render(){let{series:t,orientation:r,markerSize:a,yAxis:o,references:s}=this;return this.root(Ho({...this.sized(),series:t,orientation:r,markerSize:a,yAxis:o,references:s}),"swarm",this.label??"Swarm plot")}};m([Lr({attribute:!1})],mn.prototype,"series",2),m([Lr()],mn.prototype,"orientation",2),m([Lr({type:Number,attribute:"marker-size"})],mn.prototype,"markerSize",2),m([Lr({attribute:!1})],mn.prototype,"yAxis",2),m([Lr({attribute:!1})],mn.prototype,"references",2),mn=m([Ul("skdx-swarm-plot")],mn);import{customElement as Yl,property as Bn}from"lit/decorators.js";var Et=class extends X{constructor(){super(...arguments);this.data=[];this.labels=!1}render(){let{data:t,total:r,rows:a,columns:o,orientation:s,cellGap:c,cellRadius:l,labels:d}=this;return this.root(_o({...this.sized(),data:t,total:r,rows:a,columns:o,orientation:s,cellGap:c,cellRadius:l,labels:d}),"waffle",this.label??"Waffle chart")}};m([Bn({attribute:!1})],Et.prototype,"data",2),m([Bn({type:Number})],Et.prototype,"total",2),m([Bn({type:Number})],Et.prototype,"rows",2),m([Bn({type:Number})],Et.prototype,"columns",2),m([Bn()],Et.prototype,"orientation",2),m([Bn({type:Number,attribute:"cell-gap"})],Et.prototype,"cellGap",2),m([Bn({type:Number,attribute:"cell-radius"})],Et.prototype,"cellRadius",2),m([Bn({type:Boolean,reflect:!0})],Et.prototype,"labels",2),Et=m([Yl("skdx-waffle-chart")],Et);import{customElement as Kl,property as kn}from"lit/decorators.js";var Tt=class extends X{constructor(){super(...arguments);this.data=[];this.labels=!0}render(){let{data:t,orientation:r,nodeShape:a,linkStyle:o,rootId:s,collapsed:c,maxDepth:l,labels:d,nodeSize:u}=this;return this.root(Ur({...this.sized(),data:t,orientation:r,nodeShape:a,linkStyle:o,rootId:s,collapsed:c,maxDepth:l,labels:d,nodeSize:u}),"tree",this.label??"Tree chart")}};m([kn({attribute:!1})],Tt.prototype,"data",2),m([kn()],Tt.prototype,"orientation",2),m([kn({attribute:"node-shape"})],Tt.prototype,"nodeShape",2),m([kn({attribute:"link-style"})],Tt.prototype,"linkStyle",2),m([kn({attribute:!1})],Tt.prototype,"rootId",2),m([kn({attribute:!1})],Tt.prototype,"collapsed",2),m([kn({type:Number,attribute:"max-depth"})],Tt.prototype,"maxDepth",2),m([kn({type:Boolean,attribute:"no-labels",converter:Le})],Tt.prototype,"labels",2),m([kn({type:Number,attribute:"node-size"})],Tt.prototype,"nodeSize",2),Tt=m([Kl("skdx-tree-chart")],Tt);import{customElement as Xl,property as _n}from"lit/decorators.js";var jt=class extends X{constructor(){super(...arguments);this.data=[];this.labels=!0}render(){let{data:t,orientation:r,rootId:a,collapsed:o,maxDepth:s,labels:c,nodeSize:l}=this;return this.root(Eo({...this.sized(),data:t,orientation:r,rootId:a,collapsed:o,maxDepth:s,labels:c,nodeSize:l}),"organization",this.label??"Organization chart")}};m([_n({attribute:!1})],jt.prototype,"data",2),m([_n()],jt.prototype,"orientation",2),m([_n({attribute:!1})],jt.prototype,"rootId",2),m([_n({attribute:!1})],jt.prototype,"collapsed",2),m([_n({type:Number,attribute:"max-depth"})],jt.prototype,"maxDepth",2),m([_n({type:Boolean,attribute:"no-labels",converter:Le})],jt.prototype,"labels",2),m([_n({type:Number,attribute:"node-size"})],jt.prototype,"nodeSize",2),jt=m([Xl("skdx-organization-chart")],jt);import{customElement as Ql,property as rr}from"lit/decorators.js";var en=class extends X{constructor(){super(...arguments);this.data=[];this.labels=!0}render(){let{data:t,rootId:r,maxDepth:a,labels:o,padding:s,colorScale:c}=this;return this.root(Do({...this.sized(),data:t,rootId:r,maxDepth:a,labels:o,padding:s,colorScale:c}),"circle-packing",this.label??"Circle packing chart")}};m([rr({attribute:!1})],en.prototype,"data",2),m([rr({attribute:!1})],en.prototype,"rootId",2),m([rr({type:Number,attribute:"max-depth"})],en.prototype,"maxDepth",2),m([rr({type:Boolean,attribute:"no-labels",converter:Le})],en.prototype,"labels",2),m([rr({type:Number})],en.prototype,"padding",2),m([rr({attribute:!1})],en.prototype,"colorScale",2),en=m([Ql("skdx-circle-packing-chart")],en);import{customElement as Jl,property as In}from"lit/decorators.js";var Ct=class extends X{constructor(){super(...arguments);this.data=[];this.breadcrumbs=!1;this.labels=!0}render(){let{data:t,orientation:r,rootId:a,breadcrumbs:o,maxDepth:s,sort:c,labels:l,padding:d,colorScale:u}=this;return this.root(Bo({...this.sized(),data:t,orientation:r,rootId:a,breadcrumbs:o,maxDepth:s,sort:c,labels:l,padding:d,colorScale:u}),"icicle",this.label??"Icicle chart")}};m([In({attribute:!1})],Ct.prototype,"data",2),m([In()],Ct.prototype,"orientation",2),m([In({attribute:!1})],Ct.prototype,"rootId",2),m([In({type:Boolean,reflect:!0})],Ct.prototype,"breadcrumbs",2),m([In({type:Number,attribute:"max-depth"})],Ct.prototype,"maxDepth",2),m([In()],Ct.prototype,"sort",2),m([In({type:Boolean,attribute:"no-labels",converter:Le})],Ct.prototype,"labels",2),m([In({type:Number})],Ct.prototype,"padding",2),m([In({attribute:!1})],Ct.prototype,"colorScale",2),Ct=m([Jl("skdx-icicle-chart")],Ct);export{Ir as SkdxAreaChart,$r as SkdxBarChart,yt as SkdxBoxplot,Ue as SkdxBubbleChart,Ht as SkdxBulletChart,Rt as SkdxBumpChart,lt as SkdxCandlestickChart,cn as SkdxChordChart,en as SkdxCirclePackingChart,Cr as SkdxComboChart,kt as SkdxDumbbellChart,Kt as SkdxFunnelChart,Qt as SkdxGanttChart,Qe as SkdxGaugeChart,Fe as SkdxHeatmap,Ye as SkdxHistogram,Ct as SkdxIcicleChart,kr as SkdxLineChart,$t as SkdxLinearGauge,vt as SkdxMapChart,dn as SkdxMarimekkoChart,Nt as SkdxNetworkChart,jt as SkdxOrganizationChart,Jt as SkdxParallelCoordinatesChart,at as SkdxParetoChart,it as SkdxPieChart,It as SkdxPolarAreaChart,tt as SkdxRadarChart,rt as SkdxRadialBarChart,He as SkdxRangeChart,ht as SkdxSankeyChart,Ke as SkdxScatterChart,ut as SkdxSparkline,nt as SkdxSunburstChart,mn as SkdxSwarmPlot,vn as SkdxTimelineChart,Tt as SkdxTreeChart,xt as SkdxTreemap,Et as SkdxWaffleChart,ft as SkdxWaterfallChart,qr as csv,Zr as exportChart,re as makeFormatter,Ns as seriesCsv,Wr as svgMarkup,Mr as syncGroup};
|