@graphysdk/viz-engine 0.0.1-plugins.3 → 0.0.1-plugins.4

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/dist/index.cjs CHANGED
@@ -1,21 +1,21 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const u=require("./geom.utils-DbZj1kY1.cjs"),v=require("date-fns"),le=require("lodash-es"),Ve=require("d3-time"),Vo=require("date-fns/differenceInDays"),q=require("d3-scale"),Fr=require("lodash-es/merge"),J=require("d3-regression"),Lo=require("humanize-duration"),Eo=require("d3-delaunay");typeof window<"u"&&(window.__GRAPHY_SDK__??={},window.__GRAPHY_SDK__.vizEngine="0.0.1-plugins.3");function Fe(e,t){return Pr(e,t)}function xt(e,t){for(const n of Object.keys(t)){const r=t[n];if(r!==void 0&&r!==e[n])return{...e,...t}}return e}function Pr(e,t){let n=!1;const r={...e};for(const[a,o]of Object.entries(t)){const s=e[a];if(u.isPlainObject(o)&&u.isPlainObject(s)){const i=Pr(s,o);i!==s&&(r[a]=i,n=!0)}else o!==void 0&&o!==s&&(r[a]=o,n=!0)}return n?r:e}const ne=process.env.NODE_ENV!=="production";function ut(e){return{pipe:t=>{const n=t(e);return ut({...e,...n})},result:()=>e}}let dt=!0;const Mo=e=>{dt=e},Do=()=>dt,ko=()=>{let e=null;const t={hits:0,misses:0};return Object.assign((r,a)=>{if(!dt)return ne&&(t.misses+=1),a();if(e&&Gr(e.args,r))return ne&&(t.hits+=1),e.out;ne&&(t.misses+=1);const o=a();return e={args:r,out:o},o},{stats:t,reset:()=>{e=null}})},Br=()=>{const e=new WeakMap,t={hits:0,misses:0};return Object.assign((r,a,o)=>{if(!dt)return ne&&(t.misses+=1),o();const s=e.get(r);if(s){for(const c of s)if(Gr(c.args,a))return ne&&(t.hits+=1),c.out}ne&&(t.misses+=1);const i=o();return s?s.push({args:a,out:i}):e.set(r,[{args:a,out:i}]),i},{stats:t})},Ro=(...e)=>e.reduce((t,n)=>({hits:t.hits+n.hits,misses:t.misses+n.misses}),{hits:0,misses:0}),Gr=(e,t)=>{if(e.length!==t.length)return!1;for(let n=0;n<e.length;n+=1)if(e[n]!==t[n])return!1;return!0};class j{constructor(){this.memo=Br(),this.singletonKey={}}get stats(){return this.memo.stats}compile(t){return this.memo(this.key(t),this.dependencies(t),()=>this.run(t))}key(t){return this.singletonKey}}const be=e=>e[u.GROUP_VARIABLES.group],Co=e=>{const{coordinate:t,coordSystem:n}=e;return"observation"in t?_o(e):n.type!=="cartesian"?null:"unit"in t?{x:t.unit.x,y:t.unit.y,mode:"unit"}:No(t.data,e)},_o=({coordinate:e,layers:t,coordSystem:n,geomCompiler:r})=>{if(!("observation"in e))return null;const a=e.observation;for(const o of t){if(a.layerId!==void 0&&o.id!==a.layerId)continue;const s=u.extractVariableName(o.mapping.x);if(s!==null)for(const i of o.data){if(i[s]!==a.anchorValue||be(i)!==a.groupValue)continue;const c=r.resolveAnchorPosition(o.geom,i,n);if(c!==null)return{x:c.x,y:1-c.y,mode:"observation",observation:i}}}return null},No=(e,{coordSystem:t,scales:n})=>{const r=Gn(n,"x"),a=Gn(n,"y");if(r===null||a===null)return null;const o=r.map(e.x),s=a.map(e.y);if(!Number.isFinite(o)||!Number.isFinite(s))return null;const i=t.type==="cartesian"&&t.mainAxis==="y";return{x:i?s:o,y:1-(i?o:s),mode:"data"}},Gn=(e,t)=>{const n=e[t];return n!==void 0&&n.kind==="position"?n:null},R=e=>e instanceof Date&&v.isValid(e),Oo=e=>R(e)||e===null,Pe=e=>typeof e=="string",I=e=>typeof e=="number"&&!Number.isNaN(e)&&Number.isFinite(e);function zt(e){return e[u.VISUAL_VARIABLES.color]}function Fo(e){return e[u.VISUAL_VARIABLES.alpha]}function Ur(e){return e[u.VISUAL_VARIABLES.size]}function Po(e){return e[u.VISUAL_VARIABLES.strokeWidth]}function $r(e){return e[u.VISUAL_VARIABLES.lineType]??"solid"}const Gt=(e,t,n,r)=>{for(const a of t){if(e.layerId!==void 0&&a.id!==e.layerId)continue;const o=u.extractVariableName(a.mapping.x);if(o===null)continue;const s=u.extractVariableName(a.mapping.y);for(const i of a.data){if(i[o]!==e.anchorValue||be(i)!==e.groupValue)continue;const c=r.resolveAnchorPosition(a.geom,i,n);if(c===null)continue;const l=s!==null?i[s]??null:null;if(I(l))return{...c,measurementValue:l,color:zt(i)}}}return null};class Bo extends j{constructor(t){super(),this.geomCompiler=t}dependencies(t){return[t.annotations,t.layers,t.coordSystem,t.scales.x,t.scales.y]}run(t){const{geomCompiler:n}=this;return{differenceArrows:Uo(t,n),shapes:t.annotations.shapes,freeformArrows:t.annotations.freeformArrows,textAnnotations:t.annotations.textAnnotations,stickers:At(t.annotations.stickers,t.layers,t.coordSystem,n),pinnedNumbers:At(t.annotations.pinnedNumbers,t.layers,t.coordSystem,n),comments:At(t.annotations.comments,t.layers,t.coordSystem,n),custom:Go(t,n)}}}const Go=({annotations:e,layers:t,coordSystem:n,scales:r},a)=>{const o=[];for(const s of e.custom){const i=[];let c=!1;for(const l of s.coordinates){const d=Co({coordinate:l,layers:t,coordSystem:n,scales:r,geomCompiler:a});if(d===null){c=!0;break}i.push(d)}c||o.push({id:s.id,type:s.type,params:s.params,zOrder:s.zOrder,targets:i})}return o},At=(e,t,n,r)=>{const a=[];for(const o of e){const s=Gt(o.anchor,t,n,r);s!==null&&a.push({...o,anchor:s})}return a},Uo=({annotations:e,layers:t,coordSystem:n},r)=>{if(n.type!=="cartesian")return[];const a=[];for(const o of e.differenceArrows){if($o(o.start,o.end))continue;const s=Gt(o.start,t,n,r),i=Gt(o.end,t,n,r);s===null||i===null||a.push({id:o.id,start:s,end:i,color:Yo(o,s,i),size:o.size,label:o.label,labelCrossPosition:o.labelCrossPosition})}return a},$o=(e,t)=>e.layerId===t.layerId&&e.anchorValue===t.anchorValue&&e.groupValue===t.groupValue,Yo=(e,t,n)=>e.color!==null?e.color:e.start.groupValue!==e.end.groupValue||t.color===void 0||t.color!==n.color?null:t.color;function Ko(e,t){const n=zo(t);return{...e,background:Ho(e.background,n),border:Wo(e.border,n)}}function Ho(e,t){if(e.type==="tinted"){const n=e.color??t;if(!n)throw new Error("could not resolve color for tinted background");return{type:"tinted",color:n}}return e}function Wo(e,t){if(e.type==="tinted"||e.type==="gradient"){const n=e.color??t;if(!n)throw new Error(`could not resolve color for ${e.type} background`);return{...e,color:n}}return e}function zo(e){const t=e.color,n=t?.domain[0];if(!n)return;const r=t.map(n);if(typeof r=="string")return r}class Xo extends j{dependencies(t){return[t.scales,t.config]}run(t){const{scales:n,config:r}=t;return{...r,appearance:Ko(r.appearance,n)}}}class qo extends j{dependencies(t){return[t.data,t.mapping]}run(t){let n=t.data,r=t.mapping;r.x===""&&(n=n.addConstantVariable(u.CONSTANT_VARIABLES.x,"categorical",""),r={...r,x:u.CONSTANT_VARIABLES.x});for(const a of Object.keys(r)){const o=u.extractConstantValue(r[a]);if(o===void 0)continue;const s=u.prefixInternalVariable(`const_${a}`);n=n.addConstantVariable(s,jo(o),o),r={...r,[a]:s}}return{data:n,mapping:r}}}const jo=e=>typeof e=="number"?"numeric":e instanceof Date?"temporal":"categorical";class Se{constructor(){this.perLayerMemo=Br(),this.listMemo=ko()}get stats(){return Ro(this.perLayerMemo.stats,this.listMemo.stats)}compile(t){const n=this.dependencies(t),r=t.layers.map(a=>this.perLayerMemo(a,n,()=>this.compileLayer(a,t)));return this.listMemo(r,()=>r)}}class Qo extends j{constructor(t){super(),this.registry=t}dependencies(t){return[t.coordSpec,t.scales,t.layers]}run(t){return this.registry.get(t.coordSpec.coordType).setup(t)}}class Zo extends Se{constructor(t){super(),this.registry=t}dependencies(t){return[t.coordSpec]}compileLayer(t,n){const r=this.registry.get(n.coordSpec.coordType),[a]=r.transform({coordSpec:n.coordSpec,layers:[t]});if(!a)throw new Error(`CoordCompiler: strategy '${n.coordSpec.coordType}' did not return a transformed layer`);return a}}class Jo{constructor(t){this.setupStage=new Qo(t),this.transformStage=new Zo(t)}get setupStats(){return this.setupStage.stats}get transformStats(){return this.transformStage.stats}setup(t){return this.setupStage.compile(t)}transform(t){return this.transformStage.compile(t)}}class xe{constructor(t){this.label=t,this.items=new Map}register(t,n){return this.items.set(t,n),this}get(t){if(!this.items.has(t)){const n=[...this.items.keys()].map(r=>`'${r}'`).join(", ");throw new Error(`Unknown ${this.label}: '${t}' (available: ${n})`)}return this.items.get(t)}getAll(){return[...this.items.values()]}has(t){return this.items.has(t)}}class es{constructor(){this.coordType="cartesian"}setup(t){if(t.coordSpec.coordType!=="cartesian")throw new Error(`Invalid coordinate type: ${t.coordSpec.coordType}`);return{coordSystem:{type:"cartesian",mainAxis:"x",axisMapping:{x:{position:"bottom",geometry:"linear"},y:{position:"right",geometry:"linear"}}},scales:t.scales}}transform(t){return t.layers}}class ts{constructor(t){this.geomRegistry=t,this.coordType="flip"}setup(t){if(t.coordSpec.coordType!=="flip")throw new Error(`Invalid coordinate type: ${t.coordSpec.coordType}`);return{coordSystem:{type:"cartesian",mainAxis:"y",axisMapping:{x:{position:"right",geometry:"linear"},y:{position:"bottom",geometry:"linear"}}},scales:ns(t.scales,t.layers)}}transform(t){return t.layers.map(n=>{const r=this.geomRegistry.get(n.geom),a=u.derivePositionColumnPairs(r.positionChannels);return as(n,a)})}}const Un=u.prefixInternalVariable("flipSwap"),ns=(e,t)=>rs(t)?e.map(n=>n.scaledAesthetic!=="x"||n.scaleType!=="continuous"&&n.scaleType!=="datetime"&&n.scaleType!=="discrete"?n:{...n,reverse:!n.reverse}):e,rs=e=>{for(const t of e){const n=u.extractVariableName(t.mapping.x);if(!n||!t.data.hasVariable(n))continue;const r=t.data.getType(n);if(r==="categorical"||r==="temporal")return!0}return!1},as=(e,t)=>{let n=e.data;for(const[r,a]of t){const o=n.hasVariable(r),s=n.hasVariable(a);o&&s?n=n.renameVariable(r,Un).renameVariable(a,r).renameVariable(Un,a):o?n=n.renameVariable(r,a):s&&(n=n.renameVariable(a,r))}return{...e,data:n}};class os{constructor(t){this.geomRegistry=t,this.coordType="polar"}setup(t){if(t.coordSpec.coordType!=="polar")throw new Error(`Invalid coordinate type: ${t.coordSpec.coordType}`);const{params:n}=t.coordSpec;return{coordSystem:{type:"polar",axisMapping:n.theta==="x"?{x:{position:"bottom",geometry:"circular"},y:{position:"left",geometry:"radial"}}:{x:{position:"left",geometry:"radial"},y:{position:"bottom",geometry:"circular"}},innerRadius:n.innerRadius,startAngle:n.startAngle*(Math.PI/180)},scales:t.scales}}transform(t){if(t.coordSpec.coordType!=="polar")throw new Error(`Invalid coordinate type: ${t.coordSpec.coordType}`);const{params:n}=t.coordSpec,r=ss(n),a=is(n);return t.layers.map(o=>{const s=this.geomRegistry.get(o.geom),i=u.derivePositionColumnPairs(s.positionChannels),c=n.theta==="y"?ls(o,i):o,l=cs(c,i,r,a),d=s.spatialKind==="points"?"polar-points":"arcs";return{...l,spatialMap:{kind:d}}})}}function ss(e){const t=e.startAngle*(Math.PI/180);return n=>n*2*Math.PI+t}function is(e){const{innerRadius:t}=e;return n=>t+n*(1-t)}function cs(e,t,n,r){let a=e.data;for(const[o,s]of t)a=$n(a,o,n),a=$n(a,s,r);return{...e,data:a}}function $n(e,t,n){if(!e.hasVariable(t))return e;const a=e.getValues(t,{type:"numeric"}).map(o=>o===null?null:n(o));return e.addVariable(t,"numeric",a)}function ls(e,t){let n=e.data;for(const[r,a]of t){const o=n.hasVariable(r),s=n.hasVariable(a);if(!o&&!s)continue;const i=o?n.getValues(r):null,c=s?n.getValues(a):null;i&&(n=n.addVariable(a,"numeric",i)),c&&(n=n.addVariable(r,"numeric",c))}return{...e,data:n}}class us extends xe{constructor(t){super("coord"),this.register("cartesian",new es),this.register("flip",new ts(t)),this.register("polar",new os(t))}}class Yr{constructor(){this.currentYear=new Date().getUTCFullYear(),this.previousDate=null,this.previousYear=null}incrementYearIfNeeded(t){this.previousYear===null?this.previousYear=t.getUTCFullYear():this.previousDate!==null&&v.isBefore(new Date(this.currentYear,t.getUTCMonth(),t.getUTCDate()),new Date(this.currentYear,this.previousDate.getUTCMonth(),this.previousDate.getUTCDate()))&&this.previousYear++;const n=new Date(t.getTime());return n.setUTCFullYear(this.previousYear),this.previousDate=n,n}}const Kr=e=>{const t=Object.entries(e);return!t.length||!t.some(([,n])=>!Be(n))},Be=e=>typeof e=="string"&&e.trim()===""||e===void 0||e===null||e==="-",mt="en-GB",ds=e=>e.type==="lookup",ms=e=>e.type==="text",Ge=e=>e.type==="date"||e.type==="datetime"||e.type==="year"||e.type==="month_year"||e.type==="month"||e.type==="day_month"||e.type==="weekly_date_range"||e.type==="weekly_date_range_with_year"||e.type==="quarter"||e.type==="time",Hr=e=>e.type==="decimal"||e.type==="integer"||e.type==="percentage"||e.type==="duration"||e.type==="currency",Wr=e=>e.type==="currency",zr=e=>e.type==="month"||e.type==="day_month"||e.type==="weekly_date_range",Xr=e=>{if(ds(e))return Xr(e.fallback);if(Ge(e))return"temporal";if(Hr(e))return"numeric";if(ms(e))return"categorical";const t=e;throw new Error(`No data type found for value format: ${t.type}`)},Re={k:1e3,m:1e6,b:1e9,t:1e12},Xt=["k","m","b","t"],ps=new RegExp(`^-?(\\d{1,3}(,\\d{3})*|\\d+)\\.?\\d*(${Xt.join("|")})?$`,"i"),fs=/^-?\d{1,3}(?:,\d{3})*(?:\.\d+)?%?$/,oe=e=>e===null||e instanceof Date||Array.isArray(e)||typeof e=="boolean"?!1:typeof e=="string"?ps.test(e)&&!Number.isNaN(Number(e.replace(new RegExp(`[,${Xt.join("")}]`,"gi"),""))):!Number.isNaN(Number(e)),qr=e=>oe(e)?!0:typeof e=="string"?fs.test(e):!1,hs=/^\d{4}-\d{2}-\d{2}(T|\s)\d{1,2}:\d{2}(:\d{2}(\.\d{3})?)?(Z|\+00:00)?$/,ys=/^\s*(19\d{2}|2[01]\d{2})\s*$/,gs=[[/\bJan\b/i,"January"],[/\bFeb\b/i,"February"],[/\bMar\b/i,"March"],[/\bApr\b/i,"April"],[/\bJun\b/i,"June"],[/\bJul\b/i,"July"],[/\bAug\b/i,"August"],[/\bSept?\b/i,"September"],[/\bOct\b/i,"October"],[/\bNov\b/i,"November"],[/\bDec\b/i,"December"]],bs={"en-US":"MDY","en-GB":"DMY","pt-PT":"DMY",ar:"DMY"},jr=["/","-","."," "],Yn=[["d","M","yy"],["d","MM","yy"],["d","MMMM","yy"],["dd","M","yy"],["dd","MM","yy"],["dd","MMMM","yy"],["do","MMMM","yy"],["d","M","yyyy"],["d","MM","yyyy"],["d","MMMM","yyyy"],["dd","M","yyyy"],["dd","MM","yyyy"],["dd","MMMM","yyyy"],["do","MMMM","yyyy"]],Kn=[["M","d","yy"],["M","dd","yy"],["MM","d","yy"],["MM","dd","yy"],["MMMM","d","yy"],["MMMM","dd","yy"],["MMMM","do","yy"],["M","d","yyyy"],["M","dd","yyyy"],["MM","d","yyyy"],["MM","dd","yyyy"],["MMMM","d","yyyy"],["MMMM","dd","yyyy"],["MMMM","do","yyyy"]],Hn=[["yyyy","M","d"],["yyyy","M","dd"],["yyyy","MM","d"],["yyyy","MM","dd"],["yyyy","MMMM","d"],["yyyy","MMMM","dd"],["yyyy","MMMM","do"]],Qr=[["d","MMMM"],["dd","MMMM"],["do","MMMM"],["MMMM","d"],["MMMM","dd"],["MMMM","do"]],Ss=[{dateFormat:"MMMM d, yyyy",type:"date"},{dateFormat:"MMMM dd, yyyy",type:"date"},{dateFormat:"MMMM do, yyyy",type:"date"},{dateFormat:"yyyy-MM",type:"month_year"}],Zr=1900,Jr=2199,xs=3,As=6,vs=5,Ts=1,Is=28,ws=/\s*[–—]\s*|\s-\s/,Vs=e=>typeof e=="number"?Number.isNaN(e)?!1:e>=Zr&&e<=Jr:typeof e=="string"?ys.test(e):!1,ea=(e,t)=>{const n=Ce(e);return oe(n)?Ms(n):typeof n=="string"?!!ta(n)||qt(n)&&v.isValid(new Date(n)):v.isValid(n)},Ce=e=>{if(typeof e!="string")return e;let t=e;for(const[n,r]of gs)t=t.replace(n,r);return t},ta=(e,t=mt)=>{const n=Ce(e);return qt(n)?{type:"datetime"}:na(t).find(r=>!Ge(r)||r.type==="month"&&n.length<xs?!1:r.dateFormat&&v.isValid(v.parse(n,r.dateFormat,new Date)))},qt=e=>hs.test(e.trim()),Ls=(e,t=mt)=>{const[n,r]=e.split(ws);if(!n||!r)return;const a=Ce(n).trim(),o=Ce(r).trim();return Es(t).find(s=>{if(!Ge(s)||!s.dateFormat)return!1;const i=v.parse(a,s.dateFormat,new Date),c=v.parse(o,s.dateFormat,new Date);if(!v.isValid(i)||!v.isValid(c))return!1;const l=new Yr,d=l.incrementYearIfNeeded(i),m=l.incrementYearIfNeeded(c),p=v.differenceInDays(m,d);return v.isWithinInterval(new Date(d.getFullYear(),Ts,Is),{start:d,end:m})&&p===vs?!0:p===As})},na=e=>{const t={date:ra(e),year:[["yyyy"]],day_month:Qr,month_year:[["MMMM","yyyy"],["yyyy","MMMM"]],month:[["MMMM"]],quarter:[["QQQ","yyyy"],["yyyy","QQQ"]]};return[...Ss,...Object.entries(t).flatMap(([n,r])=>r.flatMap(a=>jr.map(o=>({dateFormat:a.join(o),type:n}))))]},ra=e=>bs[e]==="MDY"?[...Kn,...Yn,...Hn]:[...Yn,...Kn,...Hn],Es=e=>{const t={weekly_date_range:Qr,weekly_date_range_with_year:ra(e)};return Object.entries(t).flatMap(([n,r])=>r.flatMap(a=>jr.map(o=>({dateFormat:a.join(o),type:n}))))},Ms=e=>{const t=Number(e);if(!le.isInteger(t))return!1;const n=new Date(t),r=new Date(t*1e3),a=o=>v.isValid(o)&&o.getFullYear()>=Zr&&o.getFullYear()<=Jr;return a(n)||a(r)},aa={$:"usd","£":"gbp","€":"eur","¥":"jpy","₹":"inr","₱":"php",P:"php","₩":"krw","₪":"ils","₫":"vnd","₽":"rub","฿":"thb",R$:"brl",Rp:"idr",RM:"myr","₦":"ngn",zł:"pln","₺":"try",kr:"dkk",Fr:"chf",R:"zar","د.إ":"aed","﷼":"sar",Ch$:"clp",NT$:"twd",HK$:"hkd",S$:"sgd",A$:"aud",C$:"cad",NZ$:"nzd",MX$:"mxn"},oa=e=>{if(typeof e=="string"){const t=sa(e);return t.length?oe(t):!1}return oe(e)},Ds=e=>{const t=ia(e),n=t?aa[t]:void 0;if(!n)throw new Error("Could not get currency ISO");return n},sa=e=>{const t=ia(e);let n=e;if(t){const r=e.indexOf(t);r===0?n=e.slice(t.length):r===e.length-t.length?n=e.slice(0,e.length-t.length):e[0]==="-"&&r===1&&(n=`-${e.slice(t.length+1)}`)}return oe(n)?n.split(",").join(""):""},ia=e=>Object.keys(aa).sort((n,r)=>r.length-n.length).find(n=>e.includes(n)),ks=(e,t)=>{const n=typeof e=="string"?e.trim():e;if(oe(n))return{type:"decimal"};const r=typeof n=="string"&&ta(n,t);if(r)return r;const a=typeof n=="string"&&Ls(n,t);return a||(ea(e)?{type:"date"}:qr(e)?{type:"percentage"}:oa(e)&&typeof e=="string"?{type:"currency",iso:Ds(e)}:{type:"text"})},Rs=/\s*[–—]\s*|\s-\s/,Cs=(e,t,n)=>{if(Be(e))return null;switch(t.type){case"decimal":case"integer":case"duration":return ca(e);case"percentage":return _s(e);case"currency":return Ns(e);case"datetime":case"date":case"year":case"month_year":case"month":case"day_month":case"quarter":case"time":return jt(e,t.dateFormat,n);case"weekly_date_range":case"weekly_date_range_with_year":return Os(e,t.dateFormat,n);case"text":return Fs(e);case"lookup":throw new Error("Cannot parse: lookup value formats are produced by transforms, not raw input");default:{const r=t;throw new Error(`Unhandled value format: ${r.type}`)}}},jt=(e,t,n)=>{if(e instanceof Date)return v.isValid(e)?e:null;const r=Ce(String(e).trim());if(r.length===0)return null;const a=new Date;if(t){const s=v.parse(r,t,a);return v.isValid(s)?vt(s):null}for(const s of na(n)){if(!Ge(s)||!s.dateFormat)continue;const i=v.parse(r,s.dateFormat,a);if(v.isValid(i))return vt(i)}const o=new Date(r);return ea(o)?qt(r)?o:vt(o):null},ca=e=>{if(typeof e=="number")return Number.isNaN(e)?null:e;if(typeof e!="string")return null;let t=e.trim();if(!oe(t))return null;let n=1;for(const r of Xt)if(new RegExp(`${r}$`,"i").test(t)){n=Re[r],t=t.slice(0,-1);break}return Number(t.split(",").join(""))*n},_s=e=>{if(typeof e=="number")return Number.isNaN(e)?null:e;if(typeof e!="string")return null;const t=e.trim();if(!qr(t))return null;const n=Number(t.replace(/%/g,"").replace(/,/g,""))/100;return Number.isNaN(n)?null:n},Ns=e=>{if(typeof e=="number")return Number.isNaN(e)?null:e;if(typeof e!="string")return null;const t=e.trim();return oa(t)?ca(sa(t)):null},Os=(e,t,n)=>{const r=String(e).trim().split(Rs),[a,o]=[r[0]?.trim(),r[1]?.trim()];return!a||!o?null:jt(a,t,n)},Fs=e=>String(e).trim(),vt=e=>new Date(Date.UTC(e.getFullYear(),e.getMonth(),e.getDate(),e.getHours(),e.getMinutes(),e.getSeconds(),e.getMilliseconds())),Ps={type:"year",dateFormat:"yyyy"};class Bs extends j{dependencies(t){return[t]}run(t){const n=t._metadata?.parsingLocale??mt,r={},a=$s(t),o=Gs(t);for(const[s,i]of t.columns.entries()){if(i._metadata?.isHidden)continue;const c=a.get(i.key);if(Be(c))continue;const l=s===o?Ps:ks(c,n),d=Xr(l);r[i.key]=Us(i.key,t.rows,l,d,n)}return new u.Dataset(r)}}const Gs=e=>{const t=Ys(e.rows,5);return e.columns.findIndex(n=>{const r=t.map(a=>a[n.key]).filter(a=>!Be(a));return r.length>=2&&r.every(Vs)})},Us=(e,t,n,r,a)=>{const o=new Yr,s=t.reduce((i,c)=>{if(Kr(c))return i;const l=Cs(c[e],n,a);return zr(n)&&R(l)?i.push(o.incrementYearIfNeeded(l)):i.push(l),i},[]);return{type:r,values:s,valueFormat:n}},$s=e=>{const t=new Map,n=new Set(e.columns.map(r=>r.key));for(const r of e.rows){for(const a of n){const o=r[a];Be(o)||(t.set(a,o),n.delete(a))}if(n.size===0)break}return t},Ys=(e,t)=>{const n=[];for(const r of e)if(Kr(r)||n.push(r),n.length===t)return n;return n};class Ks{constructor(t){this.registry=t}compile(t,n){return this.registry.get(t).compile(n)}getPositionChannels(t){return this.registry.get(t).positionChannels}getSwatchShape(t){return this.registry.get(t).swatchShape}getSpatialKind(t){return this.registry.get(t).spatialKind}getVisualAesthetics(t){return this.registry.get(t).visualAesthetics}getHighlightStrategy(t){return this.registry.get(t).highlightStrategy}getDirectLabelPositions(t){return this.registry.get(t).directLabelPositions}getGridPolicies(t){return this.registry.get(t).gridPolicies}getIdentityKeyStrategy(t){return this.registry.get(t).identityKeyStrategy}emitsGrandTotal(t){return this.registry.get(t).emitsGrandTotal}emitsStackTotals(t){return this.registry.get(t).emitsStackTotals}supportsPerGroupHeadline(t){return this.registry.get(t).supportsPerGroupHeadline}resolveAnchorPosition(t,n,r){return this.registry.get(t).resolveAnchorPosition(n,r)}}class Hs extends u.Geom{constructor(){super(...arguments),this.type="area",this.requiredAesthetics=["x","y"],this.positionChannels=[{axis:"x",role:"point",valueKind:"value"},{axis:"y",role:"point",valueKind:"value"},{axis:"y",role:"lower",valueKind:"value"},{axis:"y",role:"upper",valueKind:"value"}],this.swatchShape="area",this.highlightStrategy="overlay-anchor",this.spatialKind="buckets",this.directLabelPositions=["identity","stack","dodge","fill"],this.supportsPerGroupHeadline=!0}compile({data:t,mapping:n}){if(t=u.sortByXIfContinuous(t,n),t.hasVariable(u.POSITION_VARIABLES.yMin)||(t=t.addConstantVariable(u.POSITION_VARIABLES.yMin,"numeric",0)),!t.hasVariable(u.POSITION_VARIABLES.yMax)){const r=u.extractVariableName(n.y);u.isDefined(r)&&t.hasVariable(r)&&(t=t.addVariable(u.POSITION_VARIABLES.yMax,"numeric",t.getValues(r,{type:"numeric"})))}return{data:t,mapping:{}}}}const la=.7,Ws=.1;function Ae(e){return e[u.POSITION_VARIABLES.x]}function z(e){return e[u.POSITION_VARIABLES.y]}function _e(e){return e[u.POSITION_VARIABLES.xMin]}function ye(e){return e[u.POSITION_VARIABLES.xMax]}function se(e){return e[u.POSITION_VARIABLES.yMin]}function $(e){return e[u.POSITION_VARIABLES.yMax]}function ua(e){return e[u.POSITION_VARIABLES.yRaw]}class zs extends u.Geom{constructor(){super(...arguments),this.type="bar",this.positionChannels=[{axis:"x",role:"point",valueKind:"value"},{axis:"y",role:"point",valueKind:"value"},{axis:"x",role:"lower",valueKind:"bandOffset"},{axis:"x",role:"upper",valueKind:"bandOffset"},{axis:"y",role:"lower",valueKind:"value"},{axis:"y",role:"upper",valueKind:"value"}],this.swatchShape="square",this.highlightStrategy="observation-rerender",this.spatialKind="rects",this.directLabelPositions=["stack","fill"],this.gridPolicies={cartesian:{hideGridX:!0},flip:{hideGridX:!0},polar:{hideGridX:!0,hideGridY:!0}},this.emitsGrandTotal=!0,this.emitsStackTotals=!0,this.supportsPerGroupHeadline=!0}compile({data:t,mapping:n}){if(t=u.sortByXIfContinuous(t,n),t.hasVariable(u.POSITION_VARIABLES.yMin)||(t=t.addConstantVariable(u.POSITION_VARIABLES.yMin,"numeric",0)),!t.hasVariable(u.POSITION_VARIABLES.yMax)){const a=u.extractVariableName(n.y);u.isDefined(a)&&t.hasVariable(a)&&(t=t.addVariable(u.POSITION_VARIABLES.yMax,"numeric",t.getValues(a,{type:"numeric"})))}const r=la/2;return t=t.addConstantVariable(u.POSITION_VARIABLES.xMin,"numeric",-r).addConstantVariable(u.POSITION_VARIABLES.xMax,"numeric",r),{data:t,mapping:{}}}resolveAnchorPosition(t,n){if(n.type==="polar"){const s=_e(t),i=ye(t),c=se(t),l=$(t);if(s===null||i===null||c===null||l===null)return null;const d=(s+i)/2,m=(c+l)/2;return{x:.5+.5*m*Math.sin(d),y:.5-.5*m*Math.cos(d),geom:"polar-bar"}}if(n.mainAxis==="x"){const s=_e(t),i=ye(t),c=$(t)??z(t);return s===null||i===null||c===null?null:{x:(s+i)/2,y:c,geom:"bar"}}const r=se(t),a=$(t),o=ye(t)??Ae(t);return r===null||a===null||o===null?null:{x:o,y:(r+a)/2,geom:"bar"}}}class Xs extends u.Geom{constructor(){super(...arguments),this.type="line",this.requiredAesthetics=["x","y"],this.positionChannels=[{axis:"x",role:"point",valueKind:"value"},{axis:"y",role:"point",valueKind:"value"}],this.swatchShape="line",this.highlightStrategy="overlay-anchor",this.spatialKind="buckets",this.directLabelPositions=["identity","stack","dodge","fill"],this.supportsPerGroupHeadline=!0}compile(t){return{data:u.sortByXIfContinuous(t.data,t.mapping),mapping:{}}}resolveAnchorPosition(t,n){if(n.type==="polar")return null;const r=Ae(t),a=z(t);return r===null||a===null?null:{x:r,y:a,geom:"line"}}}class qs extends u.Geom{constructor(){super(...arguments),this.type="point",this.requiredAesthetics=["x","y"],this.positionChannels=[{axis:"x",role:"point",valueKind:"value"},{axis:"y",role:"point",valueKind:"value"}],this.swatchShape="circle",this.highlightStrategy="overlay-anchor",this.spatialKind="points",this.identityKeyStrategy="index",this.supportsPerGroupHeadline=!0}compile({data:t}){return{data:t,mapping:{}}}}class js extends u.Geom{constructor(){super(...arguments),this.type="rule",this.positionChannels=[{axis:"x",role:"point",valueKind:"value"},{axis:"y",role:"point",valueKind:"value"}],this.highlightStrategy=null,this.supportedCoordTypes=["cartesian","flip"]}compile({data:t,mapping:n}){const r=Wn(n.y,t);if(r!==null)return{data:new u.Dataset({[u.RULE_VARIABLES.y]:{type:"numeric",values:[r.value],valueFormat:r.sourceFormat}}),mapping:{y:u.RULE_VARIABLES.y,x:void 0}};const a=Wn(n.x,t);return a!==null?{data:new u.Dataset({[u.RULE_VARIABLES.x]:{type:"numeric",values:[a.value],valueFormat:a.sourceFormat}}),mapping:{x:u.RULE_VARIABLES.x,y:void 0}}:{data:new u.Dataset,mapping:{x:void 0,y:void 0}}}validateMapping({layerId:t,mapping:n,computedVariables:r}){const a=r.has("x")||I(u.extractConstantValue(n.x)),o=r.has("y")||I(u.extractConstantValue(n.y));return a&&o?[{code:"INVALID_RULE_MAPPING",message:`Layer '${t}': rule geom requires exactly one of 'x' or 'y', both were provided`,layerId:t}]:!a&&!o?[{code:"INVALID_RULE_MAPPING",message:`Layer '${t}': rule geom requires a numeric value on 'x' or 'y'`,layerId:t}]:[]}}const Wn=(e,t)=>{const n=u.extractConstantValue(e);if(I(n))return{value:n,sourceFormat:void 0};const r=u.extractVariableName(e);if(r===null||!u.isStatVariable(r)||!t.hasVariable(r))return null;const[a]=t.getValues(r);return I(a)?{value:a,sourceFormat:t.getValueFormat(r)}:null};class Qs extends xe{constructor(t){super("geom"),this.register("bar",new zs),this.register("point",new qs),this.register("line",new Xs),this.register("area",new Hs),this.register("rule",new js);for(const n of t?.geoms??[])this.register(n.type,n)}}const Qt=(e,t)=>{if(u.isDefined(t.group)){const a=u.extractVariableName(t.group);if(a!==null)return[a]}const n=new Set([u.extractVariableName(t.x),u.extractVariableName(t.y)].filter(u.isDefined)),r=new Set;for(const a in t){if(a==="x"||a==="y")continue;const o=u.extractVariableName(t[a]);u.isDefined(o)&&(n.has(o)||e.getType(o)==="categorical"&&r.add(o))}return[...r]};class Zs{compute({data:t,mapping:n}){const r=Qt(t,n);if(r.length===0)return{data:t.addConstantVariable(u.GROUP_VARIABLES.group,"categorical",null)};const a=t.size(),o=r.map(i=>t.getValues(i)),s=new Array(a);for(let i=0;i<a;i++)s[i]=u.getStableKey(o.map(c=>c[i]));return{data:t.addVariable(u.GROUP_VARIABLES.group,"categorical",s)}}}const da=new Set(["x","y","ySecondary"]),pt=new Set(["color","size","alpha","strokeWidth","lineType"]),ft=e=>da.has(e),Js=e=>pt.has(e),ei=e=>ft(e)||Js(e);function Ue(e){return e==="secondary"?"ySecondary":"y"}function Y(e){return e==="ySecondary"?"y":e}const ti=e=>{if(e===void 0)return{};const t={};for(const n of e.columns)n.label!==void 0&&(t[n.key]=n.label);return t},ni=(e,t,n)=>{const r=ie(t,"color");return r===null?{}:(e?.columns??[]).some(s=>s.key===r)?{}:n};function ie(e,t){const n=Y(t);for(const r of ma(t,e)){const a=u.extractVariableName(r.mapping[n]);if(u.isDefined(a))return a}return null}const Zt=(e,t)=>e===null?null:t[e]??e,ri=(e,t)=>e===null?null:t[String(e)]??null,ce=({layers:e,scaleType:t,variableName:n})=>{if(n===null)return Tt(t);for(const r of e){if(!r.data.hasVariable(n))continue;const a=r.data.getValueFormat(n),o=a.type==="lookup"?a.fallback:a;return oi(o,t)?o:Tt(t)}return Tt(t)},ai=(e,t)=>t!=="y"&&t!=="ySecondary"?!1:ma(t,e).some(n=>n.position==="fill");function ma(e,t){return e==="ySecondary"?t.filter(n=>n.yScaleType==="secondary"):e==="y"?t.filter(n=>n.yScaleType==="primary"):t}const Tt=e=>{switch(e){case"continuous":return{type:"decimal"};case"datetime":return{type:"date"};case"discrete":case"palette":case"identity":return{type:"text"}}},oi=(e,t)=>{switch(t){case"continuous":return Hr(e);case"datetime":return Ge(e);case"discrete":case"palette":case"identity":return!0}},si=[{unit:"year",step:1e3},{unit:"year",step:100},{unit:"year",step:50},{unit:"year",step:20},{unit:"year",step:10},{unit:"year",step:5},{unit:"year",step:2},{unit:"year",step:1},{unit:"month",step:6},{unit:"month",step:3},{unit:"month",step:2},{unit:"month",step:1},{unit:"week",step:2},{unit:"week",step:1},{unit:"day",step:2},{unit:"day",step:1},{unit:"hour",step:12},{unit:"hour",step:6},{unit:"hour",step:3}],zn={year:0,quarter:1,month:2,week:3,day:4,hour:5},de=40,ii=(e,t,n)=>{const r=n.unit==="quarter"?n.step*3:n.step;return di(n.unit).range(e,new Date(t.valueOf()+1),r)},ci=({unit:e,step:t,start:n,stop:r})=>{const a=Vo.differenceInDays(r,n);switch(e){case"hour":return 24*a/t>de;case"day":return a/t>de;case"week":return a/(7*t)>de;case"month":return a/(30*t)>de;case"quarter":return a/(90*t)>de;case"year":return a/(365*t)>de}},li=(e,t)=>{const n=!zr(t);switch(e.unit){case"year":return n?{type:"year"}:{type:"month"};case"quarter":return{type:"quarter"};case"month":return n?{type:"month_year"}:{type:"month"};case"week":return n?{type:"weekly_date_range_with_year"}:{type:"weekly_date_range"};case"day":return n?{type:"date"}:{type:"day_month"};case"hour":return n?{type:"datetime"}:{type:"time"}}},ui=(e,t)=>{const n=mi(t);return n===null?!1:zn[e]>zn[n]},di=e=>{switch(e){case"hour":return Ve.utcHour;case"day":return Ve.utcDay;case"week":return Ve.utcMonday;case"month":case"quarter":return Ve.utcMonth;case"year":return Ve.utcYear}},mi=e=>{switch(e.type){case"year":return"year";case"quarter":return"quarter";case"month_year":case"month":return"month";case"weekly_date_range":case"weekly_date_range_with_year":return"week";case"date":case"day_month":case"datetime":return"day";case"time":return"hour";default:return null}},pa={left:"right",right:"left",top:"bottom",bottom:"top"},pi={x:!0,y:!0,ySecondary:!1},fi=20,Xn=new Set(["top","bottom"]),hi={type:"percentage"};function yi(e,t){const{scales:n,config:r,layers:a,coordSystem:o,variableLabels:s,geomCompiler:i}=e;if(o.type==="polar"&&o.axisMapping.x.geometry!=="circular")return[];const c=bi(a,o.type,r,i),l=new Set(t.map(p=>p.position)),d=xi(fa(r.axes.y.position,o.axisMapping.y.position),l),m=[];for(const p of da){const f=n[p];if(!u.isDefined(f)||f.kind!=="position")continue;const h=gi({scaleAestheticKey:p,scale:f,config:r,layers:a,axisMapping:o.axisMapping,resolvedYPosition:d,gridOverrides:c,variableLabels:s});m.push(h)}return m}function gi(e){const{scaleAestheticKey:t,scale:n,config:r,layers:a,axisMapping:o,resolvedYPosition:s,gridOverrides:i,variableLabels:c}=e,l=Y(t),{axisConfig:d,position:m}=Si(t,r,o,s),p=ie(a,t),f=ai(a,t)?hi:ce({layers:a,scaleType:n.spec.scaleType,variableName:p}),h=Zt(p,c);return{scaleAestheticKey:t,aesthetic:l,position:m,geometry:o[t==="x"?"x":"y"].geometry,label:d.label??h,isVisible:d.isVisible,tickCandidates:vi(n,f),valueFormat:f,tickMode:d.ticks.mode,ticksVisible:d.ticks.isVisible,gridVisible:Ai(d,i,t),scaleType:n.spec.scaleType,bandwidth:n.bandwidth??void 0}}function bi(e,t,n,r){const a=e.flatMap(c=>{const l=r.getGridPolicies(c.geom)[t];return l?[l]:[]}),o=a.some(c=>c.hideGridX),s=a.some(c=>c.hideGridY),i=a.some(c=>c.hideBorder);return{x:{gridVisible:qn(o,n.axes.x.grid.isVisible)},y:{gridVisible:qn(s,n.axes.y.grid.isVisible)},borderVisible:i?!1:void 0}}function qn(e,t){if(e&&t===null)return!1}function Si(e,t,n,r){switch(e){case"x":return{axisConfig:t.axes[e],position:fa(t.axes[e].position,n[e].position)};case"y":return{axisConfig:t.axes[e],position:r};case"ySecondary":{const a=pa[r],o=le.merge({isVisible:t.axes.y.isVisible,label:null,position:a,grid:t.axes.y.grid,ticks:t.axes.y.ticks},t.axes.ySecondary);return{axisConfig:o,position:o.position}}}}function fa(e,t){return Xn.has(e)===Xn.has(t)?e:t}function xi(e,t){return t.has(e)?pa[e]:e}function Ai(e,t,n){const{gridVisible:r}=n==="x"?t.x:t.y;return r??e.grid.isVisible??pi[n]}const vi=(e,t)=>{if(e.spec.scaleType==="continuous"){const r=new Set,a=[];for(let o=1;o<=fi;o++){const s=e.generateTicks({count:o}),i=u.getStableKey(s);r.has(i)||(r.add(i),a.push({ticks:s.map(c=>st(e,c))}))}return a}return e.spec.scaleType==="datetime"?Ti(e,t):[{ticks:e.generateTicks().map(r=>st(e,r))}]},Ti=(e,t)=>{const[n,r]=e.domain;if(!R(n)||!R(r))return[{ticks:e.generateTicks().map(c=>st(e,c))}];const a=new Set,o=[],s=(i,c)=>{if(i.length===0)return;const l=u.getStableKey(i);a.has(l)||(a.add(l),o.push({ticks:i.map(d=>st(e,d)),valueFormat:c}))};for(const i of si)ci({...i,start:n,stop:r})||ui(i.unit,t)||s(e.generateTicks({interval:i}),li(i,t));return s(e.generateTicks({atInputs:!0})),o.sort((i,c)=>i.ticks.length-c.ticks.length),o},st=(e,t)=>({value:t,position:e.map(t)});function Ne(e,t){return t.type==="polar"&&e==="square"?"slice":e}function ha({scale:e,aesthetics:t,layers:n,coordSystem:r}){const a=Ii({layers:n,coordSystem:r,aesthetics:t}),o=ya({layers:n,aesthetics:t});return e.domain.map(s=>({value:s,swatchShape:a(s),owner:o(s)}))}function Ii({layers:e,coordSystem:t,aesthetics:n}){const r=ya({layers:e,aesthetics:n}),a=e.find(s=>n.some(i=>u.isDefined(s.mapping[i]))),o=a?Ne(a.swatchShape,t):"square";return s=>{const i=r(s);return i?Ne(i.layer.swatchShape,t):o}}function ya({layers:e,aesthetics:t,layerFilter:n}){const r=new Map;for(const[a,o]of e.entries()){if(n&&!n(o))continue;const s=t.find(c=>u.isDefined(o.mapping[c]));if(s===void 0)continue;const i=u.extractVariableName(o.mapping[s]);if(!(i===null||!o.data.hasVariable(i)))for(const c of o.data.getValues(i,{distinct:!0})){const l=u.getStableKey(c);r.has(l)||r.set(l,{layer:o,layerIndex:a})}}return a=>r.get(u.getStableKey(a))}const Jt=e=>{if(e.kind==="identity")return!1;const t=e.spec.scaleType;return t!=="continuous"&&t!=="datetime"};function wi({scales:e,layers:t,coordSystem:n,valueLabels:r}){const a=e.color;if(a===void 0||!Jt(a))return[];if(!t.some(d=>u.isDefined(d.mapping.color)))return[];const o=ie(t,"color");if(ga({colorVariableName:o,xVariableName:ie(t,"x"),mapsColorAcrossMultipleLayers:Li(t)>1,isMergedWithAnotherAesthetic:Vi(e,t,o)}))return[];const i=a.spec.scaleType,c=t.findIndex(d=>u.isDefined(d.mapping.color));return ha({scale:a,aesthetics:["color"],layers:t,coordSystem:n}).map(({value:d,swatchShape:m,owner:p})=>{const f=p?.layerIndex??c,h=t[f],y=h?u.extractVariableName(h.mapping.color):null;return{value:d,color:String(a.map(d)),shape:m,layerIndex:f,valueFormat:ce({layers:h?[h]:t,scaleType:i,variableName:y}),label:ri(d,r)}})}const ga=({colorVariableName:e,xVariableName:t,mapsColorAcrossMultipleLayers:n,isMergedWithAnotherAesthetic:r})=>r?!1:e===null||u.isInternalVariable(e)?!n:t!==null&&e===t;function Vi(e,t,n){if(n===null)return!1;for(const r of pt){if(r==="color")continue;const a=e[r];if(!(a===void 0||!Jt(a))&&ie(t,r)===n)return!0}return!1}const Li=e=>e.filter(t=>u.isDefined(t.mapping.color)).length;function Ei(e,t,n,r){const a=t.findIndex(o=>r.supportsPerGroupHeadline(o.geom));if(a===-1)return[];if(e.length<2){const o=u.extractVariableName(t[a]?.mapping.y);return[{value:null,swatch:null,layerIndex:a,groupLabelFormat:{type:"text"},label:Zt(o,n)}]}return e.map(o=>({value:o.value,swatch:{color:o.color,shape:o.shape},layerIndex:o.layerIndex,groupLabelFormat:o.valueFormat,label:o.label}))}function jn(e,t,n){if(n===null||t===null)return[...e];const r=u.getStableKey(n);return e.filter((a,o)=>u.getStableKey(t[o]??null)===r)}const Mi=(e,t)=>{switch(t){case"total":{const{sum:n,count:r}=Qn(e);return r===0?null:n}case"average":{const{sum:n,count:r}=Qn(e);return r===0?null:n/r}case"current":return e.at(-1)??null}},Di=(e,t)=>{if(e.length<2)return null;const n=e.at(-1),r=t==="previous"?e.at(-2):e.at(0);return n===void 0||r===void 0||n.cross===null||r.cross===null||r.cross===0?null:{variation:(n.cross-r.cross)/r.cross,against:r.main}},Qn=e=>e.reduce((t,n)=>n===null?t:{sum:t.sum+n,count:t.count+1},{sum:0,count:0});function ki(e){const{config:t,coordSystem:n}=e,r=t.headline.show;return r==="none"||r==="conversion"?null:n.type==="polar"?Ri(e,r):Ci(e,r)}function Ri(e,t){if(t!=="total")return null;const{scales:n,layers:r}=e,a=r.find(c=>c.summary.grandTotal!==void 0);if(a===void 0)return null;const o=a.summary.grandTotal;if(o===void 0)return null;const s=u.extractVariableName(a.mapping.y);if(s===null)return null;const i=ce({layers:[a],scaleType:n.y?.spec.scaleType??"continuous",variableName:s});return{kind:"grandTotal",value:o,valueFormat:i}}function Ci(e,t){const{config:n,scales:r,layers:a,variableLabels:o,colorGroups:s,geomCompiler:i}=e;if(!a.some(d=>i.supportsPerGroupHeadline(d.geom)))return null;const c=Ei(s,a,o,i);if(c.length===0)return null;const l=c.map(d=>_i({group:d,show:t,compareWith:n.headline.compareWith,layers:a,scales:r})).filter(d=>d!==null);return l.length===0?null:{kind:"perGroup",items:l}}function _i({group:e,show:t,compareWith:n,layers:r,scales:a}){const o=r[e.layerIndex];if(o===void 0)return null;const s=u.extractVariableName(o.mapping.y);if(s===null||t==="total"&&o.position==="fill")return null;const i=u.extractVariableName(o.mapping.x),c=u.extractVariableName(o.mapping.color),l=o.yScaleType==="secondary"?a.ySecondary:a.y,d=ce({layers:[o],scaleType:l?.spec.scaleType??"continuous",variableName:s}),m=Fi(o.data,i),p=ce({layers:[o],scaleType:m?"datetime":a.x?.spec.scaleType??"discrete",variableName:i}),f=Pi(o.data,i),h=f.getValues(s,{type:"numeric"}),y=i!==null?f.getValues(i):[],g=c!==null?f.getValues(c):null,S=jn(h,g,e.value),b=jn(y,g,e.value);return{value:e.value,swatch:e.swatch,aggregate:Mi(S,t),valueFormat:d,groupLabelFormat:e.groupLabelFormat,mainValueFormat:p,label:e.label,observationLabel:Ni(t,m,b),comparison:Oi(t,n,m,b,S)}}function Ni(e,t,n){if(e==="current"){const o=n.at(-1);return o===void 0?null:{kind:"point",value:o}}if(!t)return null;const r=n.at(0),a=n.at(-1);return r===void 0||a===void 0?null:{kind:"range",from:r,to:a}}function Oi(e,t,n,r,a){if(e!=="current"||!n)return null;const o=t==="none"?"first":t,s=r.map((i,c)=>({main:i,cross:a[c]??null}));return Di(s,o)}function Fi(e,t){return t!==null&&e.hasVariable(t)&&e.getType(t)==="temporal"}function Pi(e,t){return t===null||!["numeric","temporal"].includes(e.getType(t))?e:e.orderBy(t)}const ba=["point","line","area","bar","rule"],Sa=new Set(ba);function xa(e){return Sa.has(e)}function O(e){return e==="stack"||e==="fill"}const Bi=3;function Gi({scales:e,config:t,layers:n,coordSystem:r,variableLabels:a,colorGroups:o,geomCompiler:s}){if(t.legend.position==="none")return[];const i=new Map(o.map(g=>[u.getStableKey(g.value),g])),c=Yi({scales:e,layers:n,geomCompiler:s}),l=Xi(c),d=ie(n,"x"),m=l.map(g=>{if(Wi(g,d,n))return null;const S=ji({group:g,variableLabels:a,layers:n,coordSystem:r,colorGroupsByValue:i});return S.items.length===0?null:{group:g,built:S}}).filter(u.isDefined);if(m.length===0)return[];const p=Ui(m);if(t.legend.position==="auto"&&tc(p,n,r))return[];const f=nc(t.legend.position,p,n,r),h=ac(t.legend.display,f,n,r,s),y=h==="direct"?ic(n):null;return m.map(({built:g})=>$i(g,f,h,y))}function Ui(e){return e.reduce((t,{group:n,built:r})=>{const a=n.some(o=>o.guideType!=="discrete");return t+(a?1:r.items.length)},0)}function $i(e,t,n,r){return n!=="direct"||r===null?{...e,position:t,display:n}:{...e,position:t,display:n,items:e.items.map(a=>({...a,normalizedY:r.get(String(a.value))??null}))}}function Yi(e){const{scales:t,layers:n,geomCompiler:r}=e,a=Ki(n,r),o=[];for(const s of pt){if(!a.has(s))continue;const i=t[s];if(i===void 0||i.kind==="identity"||!Hi(s,n))continue;const c=ie(n,s),l=sc(s,i);o.push({scaleAestheticKey:s,scale:i,variableName:c,guideType:l})}return o}function Ki(e,t){const n=new Set;for(const r of e)for(const a of t.getVisualAesthetics(r.geom))n.add(a);return n}function Hi(e,t){const n=Y(e);return t.some(r=>u.isDefined(r.mapping[n]))}function Wi(e,t,n){const[r]=e;return r.scaleAestheticKey!=="color"?!1:ga({colorVariableName:r.variableName,xVariableName:t,mapsColorAcrossMultipleLayers:zi(r.scaleAestheticKey,n),isMergedWithAnotherAesthetic:e.length>1})}function zi(e,t){const n=Y(e);return t.filter(r=>u.isDefined(r.mapping[n])).length>1}function Xi(e){const t=new Map;for(const n of e){const r=oc(n),a=t.get(r);a?a.push(n):t.set(r,[n])}return[...t.values()]}function qi(e,t,n){if(t==="lineType"){e.lineType=n;return}if(t==="color"){e.color=String(n);return}e[t]=n}function ji({group:e,variableLabels:t,layers:n,coordSystem:r,colorGroupsByValue:a}){const o=e[0],s=e.map(d=>Y(d.scaleAestheticKey)),i=ha({scale:o.scale,aesthetics:s,layers:n,coordSystem:r}),c=Zt(o.variableName,t),l=ce({layers:n,scaleType:o.scale.spec.scaleType,variableName:o.variableName});return{aesthetics:e.map(d=>d.scaleAestheticKey),title:c,items:i.map(d=>Qi(d,e,s,l,a))}}function Qi(e,t,n,r,a){const o={};for(const i of t)qi(o,i.scaleAestheticKey,i.scale.map(e.value));const s=Ji(e,t,n,r,a);return{value:e.value,label:Zi(t,e,a),visual:o,normalizedY:null,swatchShape:e.swatchShape,valueFormat:s}}function Zi(e,t,n){return e[0].scaleAestheticKey!=="color"?null:n.get(u.getStableKey(t.value))?.label??null}function Ji(e,t,n,r,a){if(t[0].scaleAestheticKey==="color")return a.get(u.getStableKey(e.value))?.valueFormat??r;const o=e.owner?.layer,s=ec(o,n);return o===void 0||s===null?r:ce({layers:[o],scaleType:t[0].scale.spec.scaleType,variableName:s})}function ec(e,t){if(e===void 0)return null;for(const n of t){const r=e.mapping[n];if(r===void 0)continue;const a=u.extractVariableName(r);if(a!==null)return a}return null}function tc(e,t,n){if(e>1)return!1;const r=n.type==="polar";return Je(t,["line","area","bar"])||r}function nc(e,t,n,r){if(e!=="auto")return e;if(r.type==="polar")return"top";const a=Je(n,["line","area"]),o=Je(n,["bar"]),s=Je(n,["bar"],c=>O(c.position)),i=t>=Bi;return a&&o?"top":a?i?"right":"top":s?Aa(r)?"top":i?"right":"top":"top"}function rc(e,t){if(e.length!==1)return!1;const n=e[0];return n?t.getDirectLabelPositions(n.geom).includes(n.position):!1}function ac(e,t,n,r,a){if(!(t==="right"&&!Aa(r)))return"pill";switch(e){case"pill":return"pill";case"direct":return"direct";case"auto":return rc(n,a)?"direct":"pill"}}function Aa(e){return e.type==="cartesian"&&e.mainAxis==="y"}function Je(e,t,n){return e.some(r=>t.includes(r.geom)&&(n?.(r)??!0))}function oc(e){const t=e.scale.domain.map(u.getStableKey);return JSON.stringify([e.variableName,e.guideType,...t])}function sc(e,t){return Jt(t)?"discrete":`continuous:${e}`}function ic(e){const t=e[0];if(!t)return new Map;const n=new Map;return t.data.groupBy(u.GROUP_VARIABLES.group).forEach(r=>{const a=r.findLast(l=>u.isDefined($(l))||u.isDefined(z(l)));if(!a)return;const o=be(a);if(!u.isDefined(o))return;const s=se(a),i=$(a)??z(a);if(!u.isDefined(i))return;const c=u.isDefined(s)?(s+i)/2:i;n.set(String(o),c)}),n}class cc extends j{constructor(t){super(),this.geomCompiler=t}dependencies(t){return[t.scales,t.config.axes,t.config.legend,t.config.headline,t.config.panel,t.layers,t.coordSystem,t.originalData]}run(t){const n=ti(t.originalData),r=wi({scales:t.scales,layers:t.layers,coordSystem:t.coordSystem,valueLabels:ni(t.originalData,t.layers,n)}),a={scales:t.scales,config:t.config,layers:t.layers,coordSystem:t.coordSystem,variableLabels:n,colorGroups:r,geomCompiler:this.geomCompiler},o=ki(a),s=lc(o,Gi(a));return{axes:yi(a,s),legends:s,headline:o,panel:{border:{isVisible:t.config.panel.border.isVisible}},colorGroups:r}}}const lc=(e,t)=>e?.kind!=="perGroup"||t.some(r=>r.display==="direct")?t:[],ht=e=>e[u.IDENTITY_VARIABLES.key],uc=e=>u.getStableKey([be(e)]),en=(e,t)=>{const n=t!==null?e[t]??null:null;return u.getStableKey([n])},F=(e,t)=>{const n=u.extractConstantValue(t);if(n!==void 0)return()=>n;const r=u.extractVariableName(t);return u.isDefined(r)?a=>{const o=a[r];if(o===void 0)return null;switch(e.getType(r)){case"numeric":return I(o)?o:null;case"categorical":return Pe(o)?o:null;case"temporal":return R(o)?o:null;default:return null}}:()=>null},tn=(e,t)=>F(e,t.x),va=(e,t)=>F(e,t.y),dc=(e,t)=>F(e,t.label),Ta=(e,t)=>F(e,t.color),mc=(e,t)=>F(e,t.size),pc=(e,t)=>F(e,t.alpha),fc=(e,t)=>F(e,t.group),hc=(e,t)=>F(e,t.strokeWidth),Zn={variable:u.POSITION_VARIABLES.yRaw};function $e(e,t){return O(e)?Zn:t.y??Zn}function nn(e){return F(e.data,$e(e.position,e.mapping))}const yc=["lt","lte","gt","gte","range"];function et(e,t){if("and"in e){const n=e.and.map(r=>et(r,t));return r=>{for(const a of n)if(!a(r))return!1;return!0}}if("or"in e){const n=e.or.map(r=>et(r,t));return r=>{for(const a of n)if(a(r))return!0;return!1}}if("not"in e){const n=et(e.not,t);return r=>!n(r)}return gc(e,t)}function tt(e,t){if("and"in e){for(const r of e.and)tt(r,t);return}if("or"in e){for(const r of e.or)tt(r,t);return}if("not"in e){tt(e.not,t);return}const n=bc(e);if(n!==null&&t.hasVariable(e.variable)&&t.getType(e.variable)==="categorical")throw new Error(`Highlight predicate uses ordering operator '${n}' on categorical variable '${e.variable}'. Use 'eq' or 'oneOf' instead.`)}const Jn=()=>!1;function gc(e,t){if(!t.hasVariable(e.variable))return Jn;const n=t.getType(e.variable);if("eq"in e){const r=X(e.eq,n,t.parsingLocale);return a=>er(t.readValue(a,e.variable),r)}if("oneOf"in e){const r=e.oneOf.map(a=>X(a,n,t.parsingLocale));return a=>{const o=t.readValue(a,e.variable);for(const s of r)if(er(o,s))return!0;return!1}}if("lt"in e){const r=X(e.lt,n,t.parsingLocale);return a=>me(t.readValue(a,e.variable),r)==="less"}if("lte"in e){const r=X(e.lte,n,t.parsingLocale);return a=>{const o=me(t.readValue(a,e.variable),r);return o==="less"||o==="equal"}}if("gt"in e){const r=X(e.gt,n,t.parsingLocale);return a=>me(t.readValue(a,e.variable),r)==="greater"}if("gte"in e){const r=X(e.gte,n,t.parsingLocale);return a=>{const o=me(t.readValue(a,e.variable),r);return o==="greater"||o==="equal"}}if("range"in e){const[r,a]=e.range,o=X(r,n,t.parsingLocale),s=X(a,n,t.parsingLocale);return i=>{const c=t.readValue(i,e.variable),l=me(c,o),d=me(c,s);return l==="incomparable"||d==="incomparable"?!1:(l==="greater"||l==="equal")&&(d==="less"||d==="equal")}}return Jn}function bc(e){for(const t of yc)if(t in e)return t;return null}function me(e,t){if(e===null||t===null)return"incomparable";if(R(e)&&R(t)){const n=e.getTime(),r=t.getTime();return n<r?"less":n>r?"greater":"equal"}return I(e)&&I(t)?e<t?"less":e>t?"greater":"equal":"incomparable"}function er(e,t){return e===t?!0:R(e)&&R(t)?e.getTime()===t.getTime():!1}function X(e,t,n){return t!=="temporal"||!Pe(e)?e:jt(e,void 0,n)}function Ia(e){return e===null?null:{strategy:e,composition:wa()}}function wa(){return{isDimmed:!1,matchedLayer:null,overlayCandidates:[]}}class Sc extends Se{dependencies(t){return[t.highlights,t.config.parsingLocale]}compileLayer(t,n){const r=t.highlight;if(r===null)return t;const a=n.highlights.filter(({layerId:s})=>s===void 0||s===t.id);if(a.length===0)return t;const o=xc({layer:t,highlights:a,parsingLocale:n.config.parsingLocale,strategy:r.strategy});return{...t,highlight:{...r,composition:o}}}}function xc({layer:e,highlights:t,parsingLocale:n,strategy:r}){for(const A of t)tt(A.predicate,e.data);const a=u.extractVariableName(e.mapping.x),o=Ac(e,n),s=t.map(A=>({predicate:et(A.predicate,o),scope:A.scope})),i=s.some(({scope:A})=>A==="series"),c=s.some(({scope:A})=>A==="x-value"),l=r==="overlay-anchor",d=e.data.size(),m=i?new Array(d):null,p=c?new Array(d):null,f=l?new Array(d):null,h=new Uint8Array(d),y=new Set,g=new Set;let S=!1,b=0;for(const A of e.data){let K,Z;m!==null&&(K=uc(A),m[b]=K),p!==null&&(Z=en(A,a),p[b]=Z),f!==null&&(f[b]=A);for(const{predicate:Ke,scope:He}of s)if(Ke(A))switch(He){case"series":K!==void 0&&y.add(K);break;case"x-value":Z!==void 0&&g.add(Z);break;case"data-point":h[b]=1,S=!0;break}b++}if(y.size===0&&g.size===0&&!S)return wa();const x=new Uint8Array(d),T=[];let L=0;for(let A=0;A<d;A++){const K=m?.[A],Z=p?.[A],Ke=K!==void 0&&y.has(K),He=Z!==void 0&&g.has(Z),Pn=h[A]===1;if(r==="observation-rerender")(Ke||Pn||He)&&(x[A]=1,L++);else if(Ke)x[A]=1,L++;else if(Pn||He){const Bn=f?.[A];Bn!==void 0&&T.push({observation:Bn,observationIndex:A})}}const P=L>0?{...e,data:e.data.filterByMask(x)}:null;return{isDimmed:(r==="observation-rerender"||y.size>0)&&P!==null,matchedLayer:P,overlayCandidates:T}}function Ac(e,t){const n=u.extractVariableName(e.mapping.y),r=nn(e);return{hasVariable:a=>e.data.hasVariable(a),getType:a=>e.data.getType(a),readValue:(a,o)=>n!==null&&o===n?r(a):a[o]??null,parsingLocale:t}}const vc=["x","y","color","size","alpha","strokeWidth","lineType","label"],Va=(e,t,n,r=[])=>{const a=[];for(const o of vc){const s=wc(o,t,n);s===null||!e.hasVariable(s.valueVariable)||!e.hasVariable(s.formatVariable)||a.push({aesthetic:o,variable:s.valueVariable,valueFormat:e.getValueFormat(s.formatVariable)})}return{encodings:a,detailRows:Ic(e,r)}},Tc=e=>t=>({key:ht(t),encodings:e.encodings.map(({aesthetic:n,variable:r,valueFormat:a})=>({aesthetic:n,value:t[r]??null,valueFormat:a}))});function Ic(e,t){const n=[];for(const r of t)e.hasVariable(r.variable)&&n.push({label:r.label,variable:r.variable,valueFormat:e.getValueFormat(r.variable)});return n}function wc(e,t,n){if(e==="y"){const a=u.extractVariableName($e(n,t));return a===null?null:{valueVariable:a,formatVariable:u.extractVariableName(t.y)??a}}const r=u.extractVariableName(t[e]);return r===null?null:{valueVariable:r,formatVariable:r}}const Vc=Object.values(u.POSITION_VARIABLES);function tr(e){const t=new u.Dataset({});return{id:e.id,data:t,geom:e.geom,mapping:{},position:e.position,yScaleType:e.yScaleType,params:e.params,interactive:e.interactive,dataLabels:e.dataLabels,summary:{},highlight:null,semanticMap:Va(t,{},e.position),spatialMap:{kind:"noop"},swatchShape:"square",failed:!0}}function Lc(e,t){let n;try{n=t()}catch{return tr(e)}return Ec(n)?n:tr(e)}function Ec(e){for(const t of Vc)if(e.data.hasVariable(t)&&e.data.getType(t)==="numeric"){for(const n of e.data.getValues(t,{type:"numeric"}))if(n!==null&&!Number.isFinite(n))return!1}return!0}const Mc=e=>e.kind==="index"?(t,n)=>String(n):t=>u.getStableKey(e.variables.map(n=>t[n])),Dc=(e,t)=>{if(e==="index")return{kind:"index"};const n=u.extractVariableName(t.x);return{kind:"fields",variables:n===null?[u.GROUP_VARIABLES.group]:[n,u.GROUP_VARIABLES.group]}},kc=(e,t,n)=>{const r=Mc(Dc(t,n));return e.deriveVariable(u.IDENTITY_VARIABLES.key,"categorical",r)};class Rc extends Se{constructor(t,n,r,a,o){super(),this.transformCompiler=t,this.statCompiler=n,this.groupCompiler=r,this.geomCompiler=a,this.positionAdjusterCompiler=o}dependencies(t){return[t.data,t.mapping,nr(t)]}compileLayer(t,n){return Lc(t,()=>{const r=this.transformCompiler.compile({data:n.data,transforms:t.transforms}),a={...n.mapping,...t.mapping};return this.runLayerPipeline(t,r,a,nr(n))})}runLayerPipeline(t,n,r,a){const o=ut({data:n,mapping:r}).pipe(({data:c,mapping:l})=>{const d=this.statCompiler.compute(t.stat,{data:c,mapping:l,xScaleIsDiscrete:a});return{data:d.data,mapping:{...l,...d.mapping}}}).pipe(({data:c,mapping:l})=>({data:this.groupCompiler.compute({data:c,mapping:l}).data,mapping:l})).pipe(({data:c,mapping:l})=>{const d=this.geomCompiler.compile(t.geom,{data:c,mapping:l,params:t.params});return{data:d.data,mapping:{...l,...d.mapping},tooltipRows:d.tooltipRows??[]}}).pipe(({data:c,mapping:l})=>{const d=this.geomCompiler.getPositionChannels(t.geom),m=this.positionAdjusterCompiler.adjust(t.position,d,{data:c,mapping:l});return{data:m.data,mapping:{...l,...m.mapping}}}).pipe(({data:c,mapping:l})=>({data:kc(c,this.geomCompiler.getIdentityKeyStrategy(t.geom),l),mapping:l})).result(),{tooltipRows:s,...i}=o;return{...i,id:t.id,geom:t.geom,position:t.position,yScaleType:t.yScaleType,params:t.params,interactive:t.interactive,dataLabels:t.dataLabels,summary:{},highlight:Ia(this.geomCompiler.getHighlightStrategy(t.geom)),semanticMap:Va(i.data,i.mapping,t.position,s),spatialMap:{kind:this.geomCompiler.getSpatialKind(t.geom)},swatchShape:this.geomCompiler.getSwatchShape(t.geom),failed:!1}}}function nr(e){return e.scales.some(t=>t.scaledAesthetic==="x"&&t.scaleType==="discrete")}class La extends Error{constructor(t){const n=t.map(r=>`- ${r.message}`).join(`
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const L=require("date-fns"),re=require("arquero"),ae=require("lodash-es"),Ne=require("d3-time"),Ja=require("date-fns/differenceInDays"),oe=require("d3-scale"),oo=require("lodash-es/merge"),ue=require("d3-regression"),es=require("humanize-duration"),ts=require("d3-delaunay");typeof window<"u"&&(window.__GRAPHY_SDK__??={},window.__GRAPHY_SDK__.vizEngine="0.0.1-plugins.4");const ao=e=>e.length>0;function h(e){return e!=null}function rr(e){if(e===null||typeof e!="object")return!1;const t=Object.getPrototypeOf(e);return t===Object.prototype||t===null}function qe(e,t){return so(e,t)}function Rt(e,t){for(const n of Object.keys(t)){const r=t[n];if(r!==void 0&&r!==e[n])return{...e,...t}}return e}function so(e,t){let n=!1;const r={...e};for(const[o,a]of Object.entries(t)){const s=e[o];if(rr(a)&&rr(s)){const i=so(s,a);i!==s&&(r[o]=i,n=!0)}else a!==void 0&&a!==s&&(r[o]=a,n=!0)}return n?r:e}const pe=process.env.NODE_ENV!=="production";function Tt(e){return{pipe:t=>{const n=t(e);return Tt({...e,...n})},result:()=>e}}let Mt=!0;const ns=e=>{Mt=e},rs=()=>Mt,os=()=>{let e=null;const t={hits:0,misses:0};return Object.assign((r,o)=>{if(!Mt)return pe&&(t.misses+=1),o();if(e&&co(e.args,r))return pe&&(t.hits+=1),e.out;pe&&(t.misses+=1);const a=o();return e={args:r,out:a},a},{stats:t,reset:()=>{e=null}})},io=()=>{const e=new WeakMap,t={hits:0,misses:0};return Object.assign((r,o,a)=>{if(!Mt)return pe&&(t.misses+=1),a();const s=e.get(r);if(s){for(const c of s)if(co(c.args,o))return pe&&(t.hits+=1),c.out}pe&&(t.misses+=1);const i=a();return s?s.push({args:o,out:i}):e.set(r,[{args:o,out:i}]),i},{stats:t})},as=(...e)=>e.reduce((t,n)=>({hits:t.hits+n.hits,misses:t.misses+n.misses}),{hits:0,misses:0}),co=(e,t)=>{if(e.length!==t.length)return!1;for(let n=0;n<e.length;n+=1)if(e[n]!==t[n])return!1;return!0};class se{constructor(){this.memo=io(),this.singletonKey={}}get stats(){return this.memo.stats}compile(t){return this.memo(this.key(t),this.dependencies(t),()=>this.run(t))}key(t){return this.singletonKey}}function ss(e){return{type:"mapping",mapping:e}}function un(e,t){return e[t]}function v(e){return h(e)?typeof e=="string"?e:"variable"in e?e.variable:null:null}function ee(e){if(!(!h(e)||typeof e=="string")&&"value"in e)return e.value}const lo="\0graphy\0_",A=e=>`${lo}${e}`,tn={x:A("constantX")},He={count:A("count"),mean:A("mean")},D={group:A("group")},uo={key:A("key")},g={x:A("x"),y:A("y"),xMin:A("xMin"),xMax:A("xMax"),yMin:A("yMin"),yMax:A("yMax"),yRaw:A("yRaw")},ie={color:A("color"),size:A("size"),alpha:A("alpha"),strokeWidth:A("strokeWidth"),lineType:A("lineType")},at={y:A("ruleY"),x:A("ruleX")};({...D,...g,...ie});const is=new Set(Object.values(He)),cs=e=>e.startsWith(lo),ls=e=>is.has(e),Ee=e=>e[D.group],us=e=>{const{coordinate:t,coordSystem:n}=e;return"observation"in t?ds(e):n.type!=="cartesian"?null:"unit"in t?{x:t.unit.x,y:t.unit.y,mode:"unit"}:ms(t.data,e)},ds=({coordinate:e,layers:t,coordSystem:n,geomCompiler:r})=>{if(!("observation"in e))return null;const o=e.observation;for(const a of t){if(o.layerId!==void 0&&a.id!==o.layerId)continue;const s=v(a.mapping.x);if(s!==null)for(const i of a.data){if(i[s]!==o.anchorValue||Ee(i)!==o.groupValue)continue;const c=r.resolveAnchorPosition(a.geom,i,n);if(c!==null)return{x:c.x,y:1-c.y,mode:"observation",observation:i}}}return null},ms=(e,{coordSystem:t,scales:n})=>{const r=or(n,"x"),o=or(n,"y");if(r===null||o===null)return null;const a=r.map(e.x),s=o.map(e.y);if(!Number.isFinite(a)||!Number.isFinite(s))return null;const i=t.type==="cartesian"&&t.mainAxis==="y";return{x:i?s:a,y:1-(i?a:s),mode:"data"}},or=(e,t)=>{const n=e[t];return n!==void 0&&n.kind==="position"?n:null},O=e=>e instanceof Date&&L.isValid(e),ps=e=>O(e)||e===null,Qe=e=>typeof e=="string",k=e=>typeof e=="number"&&!Number.isNaN(e)&&Number.isFinite(e);function dn(e){return e[ie.color]}function fs(e){return e[ie.alpha]}function mo(e){return e[ie.size]}function hs(e){return e[ie.strokeWidth]}function po(e){return e[ie.lineType]??"solid"}const nn=(e,t,n,r)=>{for(const o of t){if(e.layerId!==void 0&&o.id!==e.layerId)continue;const a=v(o.mapping.x);if(a===null)continue;const s=v(o.mapping.y);for(const i of o.data){if(i[a]!==e.anchorValue||Ee(i)!==e.groupValue)continue;const c=r.resolveAnchorPosition(o.geom,i,n);if(c===null)continue;const l=s!==null?i[s]??null:null;if(k(l))return{...c,measurementValue:l,color:dn(i)}}}return null};class ys extends se{constructor(t){super(),this.geomCompiler=t}dependencies(t){return[t.annotations,t.layers,t.coordSystem,t.scales.x,t.scales.y]}run(t){const{geomCompiler:n}=this;return{differenceArrows:bs(t,n),shapes:t.annotations.shapes,freeformArrows:t.annotations.freeformArrows,textAnnotations:t.annotations.textAnnotations,stickers:Pt(t.annotations.stickers,t.layers,t.coordSystem,n),pinnedNumbers:Pt(t.annotations.pinnedNumbers,t.layers,t.coordSystem,n),comments:Pt(t.annotations.comments,t.layers,t.coordSystem,n),custom:gs(t,n)}}}const gs=({annotations:e,layers:t,coordSystem:n,scales:r},o)=>{const a=[];for(const s of e.custom){const i=[];let c=!1;for(const l of s.coordinates){const u=us({coordinate:l,layers:t,coordSystem:n,scales:r,geomCompiler:o});if(u===null){c=!0;break}i.push(u)}c||a.push({id:s.id,type:s.type,params:s.params,zOrder:s.zOrder,targets:i})}return a},Pt=(e,t,n,r)=>{const o=[];for(const a of e){const s=nn(a.anchor,t,n,r);s!==null&&o.push({...a,anchor:s})}return o},bs=({annotations:e,layers:t,coordSystem:n},r)=>{if(n.type!=="cartesian")return[];const o=[];for(const a of e.differenceArrows){if(vs(a.start,a.end))continue;const s=nn(a.start,t,n,r),i=nn(a.end,t,n,r);s===null||i===null||o.push({id:a.id,start:s,end:i,color:Ss(a,s,i),size:a.size,label:a.label,labelCrossPosition:a.labelCrossPosition})}return o},vs=(e,t)=>e.layerId===t.layerId&&e.anchorValue===t.anchorValue&&e.groupValue===t.groupValue,Ss=(e,t,n)=>e.color!==null?e.color:e.start.groupValue!==e.end.groupValue||t.color===void 0||t.color!==n.color?null:t.color;function xs(e,t){const n=Ts(t);return{...e,background:ws(e.background,n),border:As(e.border,n)}}function ws(e,t){if(e.type==="tinted"){const n=e.color??t;if(!n)throw new Error("could not resolve color for tinted background");return{type:"tinted",color:n}}return e}function As(e,t){if(e.type==="tinted"||e.type==="gradient"){const n=e.color??t;if(!n)throw new Error(`could not resolve color for ${e.type} background`);return{...e,color:n}}return e}function Ts(e){const t=e.color,n=t?.domain[0];if(!n)return;const r=t.map(n);if(typeof r=="string")return r}class Ms extends se{dependencies(t){return[t.scales,t.config]}run(t){const{scales:n,config:r}=t;return{...r,appearance:xs(r.appearance,n)}}}class Ls extends se{dependencies(t){return[t.data,t.mapping]}run(t){let n=t.data,r=t.mapping;r.x===""&&(n=n.addConstantVariable(tn.x,"categorical",""),r={...r,x:tn.x});for(const o of Object.keys(r)){const a=ee(r[o]);if(a===void 0)continue;const s=A(`const_${o}`);n=n.addConstantVariable(s,Vs(a),a),r={...r,[o]:s}}return{data:n,mapping:r}}}const Vs=e=>typeof e=="number"?"numeric":e instanceof Date?"temporal":"categorical";class ke{constructor(){this.perLayerMemo=io(),this.listMemo=os()}get stats(){return as(this.perLayerMemo.stats,this.listMemo.stats)}compile(t){const n=this.dependencies(t),r=t.layers.map(o=>this.perLayerMemo(o,n,()=>this.compileLayer(o,t)));return this.listMemo(r,()=>r)}}class Es extends se{constructor(t){super(),this.registry=t}dependencies(t){return[t.coordSpec,t.scales,t.layers]}run(t){return this.registry.get(t.coordSpec.coordType).setup(t)}}class ks extends ke{constructor(t){super(),this.registry=t}dependencies(t){return[t.coordSpec]}compileLayer(t,n){const r=this.registry.get(n.coordSpec.coordType),[o]=r.transform({coordSpec:n.coordSpec,layers:[t]});if(!o)throw new Error(`CoordCompiler: strategy '${n.coordSpec.coordType}' did not return a transformed layer`);return o}}class Is{constructor(t){this.setupStage=new Es(t),this.transformStage=new ks(t)}get setupStats(){return this.setupStage.stats}get transformStats(){return this.transformStage.stats}setup(t){return this.setupStage.compile(t)}transform(t){return this.transformStage.compile(t)}}class Ie{constructor(t){this.label=t,this.items=new Map}register(t,n){return this.items.set(t,n),this}get(t){if(!this.items.has(t)){const n=[...this.items.keys()].map(r=>`'${r}'`).join(", ");throw new Error(`Unknown ${this.label}: '${t}' (available: ${n})`)}return this.items.get(t)}getAll(){return[...this.items.values()]}has(t){return this.items.has(t)}}class Cs{constructor(){this.coordType="cartesian"}setup(t){if(t.coordSpec.coordType!=="cartesian")throw new Error(`Invalid coordinate type: ${t.coordSpec.coordType}`);return{coordSystem:{type:"cartesian",mainAxis:"x",axisMapping:{x:{position:"bottom",geometry:"linear"},y:{position:"right",geometry:"linear"}}},scales:t.scales}}transform(t){return t.layers}}const _s={x:{point:g.x,lower:g.xMin,upper:g.xMax},y:{point:g.y,lower:g.yMin,upper:g.yMax}},ar=["point","lower","upper"];function Fs(e){return e.name??e.role}function $(e,t){return _s[e][t]??A(`${e}_${t}`)}function fo(e){const t=[];for(const n of e){const r=Fs(n);t.includes(r)||t.push(r)}return t.sort((n,r)=>sr(n)-sr(r)),t.map(n=>[$("x",n),$("y",n)])}function sr(e){const t=ar.indexOf(e);return t===-1?ar.length:t}class Ds{constructor(t){this.geomRegistry=t,this.coordType="flip"}setup(t){if(t.coordSpec.coordType!=="flip")throw new Error(`Invalid coordinate type: ${t.coordSpec.coordType}`);return{coordSystem:{type:"cartesian",mainAxis:"y",axisMapping:{x:{position:"right",geometry:"linear"},y:{position:"bottom",geometry:"linear"}}},scales:Rs(t.scales,t.layers)}}transform(t){return t.layers.map(n=>{const r=this.geomRegistry.get(n.geom),o=fo(r.positionChannels);return Ns(n,o)})}}const ir=A("flipSwap"),Rs=(e,t)=>Ps(t)?e.map(n=>n.scaledAesthetic!=="x"||n.scaleType!=="continuous"&&n.scaleType!=="datetime"&&n.scaleType!=="discrete"?n:{...n,reverse:!n.reverse}):e,Ps=e=>{for(const t of e){const n=v(t.mapping.x);if(!n||!t.data.hasVariable(n))continue;const r=t.data.getType(n);if(r==="categorical"||r==="temporal")return!0}return!1},Ns=(e,t)=>{let n=e.data;for(const[r,o]of t){const a=n.hasVariable(r),s=n.hasVariable(o);a&&s?n=n.renameVariable(r,ir).renameVariable(o,r).renameVariable(ir,o):a?n=n.renameVariable(r,o):s&&(n=n.renameVariable(o,r))}return{...e,data:n}};class Os{constructor(t){this.geomRegistry=t,this.coordType="polar"}setup(t){if(t.coordSpec.coordType!=="polar")throw new Error(`Invalid coordinate type: ${t.coordSpec.coordType}`);const{params:n}=t.coordSpec;return{coordSystem:{type:"polar",axisMapping:n.theta==="x"?{x:{position:"bottom",geometry:"circular"},y:{position:"left",geometry:"radial"}}:{x:{position:"left",geometry:"radial"},y:{position:"bottom",geometry:"circular"}},innerRadius:n.innerRadius,startAngle:n.startAngle*(Math.PI/180)},scales:t.scales}}transform(t){if(t.coordSpec.coordType!=="polar")throw new Error(`Invalid coordinate type: ${t.coordSpec.coordType}`);const{params:n}=t.coordSpec,r=Bs(n),o=$s(n);return t.layers.map(a=>{const s=this.geomRegistry.get(a.geom),i=fo(s.positionChannels),c=n.theta==="y"?Us(a,i):a,l=Gs(c,i,r,o),u=s.spatialKind==="points"?"polar-points":"arcs";return{...l,spatialMap:{kind:u}}})}}function Bs(e){const t=e.startAngle*(Math.PI/180);return n=>n*2*Math.PI+t}function $s(e){const{innerRadius:t}=e;return n=>t+n*(1-t)}function Gs(e,t,n,r){let o=e.data;for(const[a,s]of t)o=cr(o,a,n),o=cr(o,s,r);return{...e,data:o}}function cr(e,t,n){if(!e.hasVariable(t))return e;const o=e.getValues(t,{type:"numeric"}).map(a=>a===null?null:n(a));return e.addVariable(t,"numeric",o)}function Us(e,t){let n=e.data;for(const[r,o]of t){const a=n.hasVariable(r),s=n.hasVariable(o);if(!a&&!s)continue;const i=a?n.getValues(r):null,c=s?n.getValues(o):null;i&&(n=n.addVariable(o,"numeric",i)),c&&(n=n.addVariable(r,"numeric",c))}return{...e,data:n}}class Ys extends Ie{constructor(t){super("coord"),this.register("cartesian",new Cs),this.register("flip",new Ds(t)),this.register("polar",new Os(t))}}const Ws=new Set(["count","sum","mean","median"]);function ho(e,t){return Ws.has(e)?"numeric":t}const V=e=>(Array.isArray(e)?e:[e]).map(n=>n instanceof Date?n.toISOString():String(n??"<null>")).join("\0"),Hs="key",Ks="value",lr="\0__rowMaskIndex",Ye={numeric:{type:"decimal"},categorical:{type:"text"},temporal:{type:"datetime"}},zs={eq:(e,t)=>e[t.__variableName]===t.__value,neq:(e,t)=>e[t.__variableName]!==t.__value,gt:(e,t)=>e[t.__variableName]>t.__value,gte:(e,t)=>e[t.__variableName]>=t.__value,lt:(e,t)=>e[t.__variableName]<t.__value,lte:(e,t)=>e[t.__variableName]<=t.__value},yo=(e,t)=>e==="count"?{type:"integer"}:t;class M{constructor(t={}){const{table:n,variableMetadata:r}=this.parseVariableMap(t);this.table=n,this.variableMetadata=r}static fromTrusted(t,n){const r=Object.create(M.prototype);return r.table=t,r.variableMetadata=n,r}size(){return this.table.numRows()}getVariableNames(){return this.table.columnNames()}hasVariable(t){return this.table.column(t)!==void 0}addVariable(t,n,r,o){const a={...this.variableMetadata,[t]:{type:n,valueFormat:this.resolveAddedVariableFormat(t,n,o)}},s=this.normalizeRawValues(n,r),i=this.table.assign(re.table({[t]:s}));return M.fromTrusted(i,a)}addConstantVariable(t,n,r,o){const a={...this.variableMetadata,[t]:{type:n,valueFormat:this.resolveAddedVariableFormat(t,n,o)}},[s]=this.normalizeRawValues(n,[r]),i=this.table.assign(re.table({[t]:Array(this.size()).fill(s)}));return M.fromTrusted(i,a)}deriveVariable(t,n,r,o){const a=Array.from({length:this.size()},(s,i)=>r(this.table.object(i),i));return this.addVariable(t,n,a,o)}renameVariable(t,n){const r=this.variableMetadata[t];if(!r)throw new Error(`Variable ${t} not defined`);const o=this.table.rename({[t]:n}),{[t]:a,...s}=this.variableMetadata,i={...s,[n]:r};return M.fromTrusted(o,i)}selectVariables(...t){const n=this.table.select(...t),r=Object.fromEntries(Object.entries(this.variableMetadata).filter(([o])=>t.includes(o)));return M.fromTrusted(n,r)}getType(t){const n=this.variableMetadata[t];if(!n)throw new Error(`Variable ${t} not defined`);return n.type}getValueFormat(t){const n=this.variableMetadata[t];if(!n)throw new Error(`Variable ${t} not defined`);return n.valueFormat}groupVariableNamesByType(){const t={numeric:[],categorical:[],temporal:[]};for(const[n,{type:r}]of Object.entries(this.variableMetadata))t[r].push(n);return t}getValues(t,n){if(!this.hasVariable(t))throw new Error(`Variable '${t}' not defined`);const r=this.getType(t);if(n?.type!==void 0&&r!==n.type)throw new Error(`Variable '${t}' has type '${r}', expected '${n.type}'`);let o=this.table.array(t);return n?.distinct&&(o=this.getDistinctValues(r,o)),n?.skipNulls&&(o=this.skipNulls(o)),o}filter(t,n,r){const o=zs[n],a=this.table.params({__variableName:t,__value:r}).filter(o);return M.fromTrusted(a,this.variableMetadata)}filterByMask(t){if(t.length!==this.size())throw new Error(`Row mask length ${t.length} does not match dataset size ${this.size()}`);const n=Array.from({length:t.length},(o,a)=>a),r=this.table.assign(re.table({[lr]:n})).params({__indexColumnName:lr,__mask:t}).filter((o,a)=>a.__mask[o[a.__indexColumnName]]===1).select(...this.table.columnNames());return M.fromTrusted(r,this.variableMetadata)}orderBy(t,n="asc"){const r=this.table.orderby(n==="asc"?t:re.desc(t));return M.fromTrusted(r,this.variableMetadata)}getFirst(){return this.size()===0?null:this.table.object(0)}getLast(){return this.size()===0?null:this.table.object(this.size()-1)}findLast(t){for(let n=this.size()-1;n>=0;n--){const r=this.table.object(n);if(t(r))return r}return null}groupBy(...t){const n=this.table.groupby(...t);return new Xs(t,n,this.variableMetadata)}rollup(t){const n=this.table.rollup(Object.fromEntries(Object.entries(t).map(([o,a])=>[o,re.op[a.aggregation](a.variableName)]))),r={};for(const[o,{variableName:a,aggregation:s}]of Object.entries(t)){const i=this.variableMetadata[a],c=i?.type??"numeric",l=i?.valueFormat??Ye[c],u=ho(s,c);r[o]={type:u,valueFormat:yo(s,l)}}return M.fromTrusted(n,r)}reshapeFromWideToLong({keep:t,reshape:n,keyName:r=Hs,valueName:o=Ks}={}){const{numeric:a,categorical:s,temporal:i}=this.groupVariableNamesByType(),c=t??[...s,...i],l=n??a.filter(f=>!c.includes(f));if(c.includes(r)||c.includes(o))throw new Error(`The variables to keep includes the variables '${r}' or '${o}' to create the key and value variables`);if(l.length===0){const f={};for(const y of c){const b=this.variableMetadata[y];b&&(f[y]={type:b.type,values:[],valueFormat:b.valueFormat})}return f[r]={type:"categorical",values:[],valueFormat:{type:"text"}},f[o]={type:"numeric",values:[],valueFormat:{type:"decimal"}},new M(f)}if(l.filter(f=>this.variableMetadata[f]?.type!=="numeric").length>0)throw new Error("Only numeric variables can be reshaped");const m=this.table.select([...c,...l]).fold(l,{as:[r,o]}),p={};for(const f of c){const y=this.variableMetadata[f];y&&(p[f]=y)}return p[r]={type:"categorical",valueFormat:{type:"text"}},p[o]={type:"numeric",valueFormat:js(this.variableMetadata,l,r)},M.fromTrusted(m,p)}print(){console.table(this.variableMetadata),this.table.print()}[Symbol.iterator](){return this.table[Symbol.iterator]()}resolveAddedVariableFormat(t,n,r){if(r!==void 0)return r;const o=this.variableMetadata[t];return o?o.valueFormat:Ye[n]}parseVariableMap(t){const n={},r={};for(const[a,{type:s,values:i,valueFormat:c}]of Object.entries(t))n[a]=i,r[a]={type:s,valueFormat:c??Ye[s]};return{table:re.table(n),variableMetadata:r}}normalizeRawValues(t,n){switch(t){case"numeric":return n.map(r=>typeof r!="number"||Number.isNaN(r)?null:r);case"categorical":return n.map(r=>typeof r!="string"?null:r);case"temporal":return n.map(r=>!(r instanceof Date)||!L.isValid(r)?null:r);default:{const r=t;throw new Error(`Cannot normalize raw value of unknown type: ${r}`)}}}skipNulls(t){return t.filter(n=>n!==null)}getDistinctValues(t,n){const r=t==="temporal",o=new Set,a=[];for(const s of n){const i=r&&s instanceof Date?s.getTime():s;o.has(i)||(o.add(i),a.push(s))}return a}}class Xs{constructor(t,n,r){this.groupedBy=t,this.grouped=n,this.variableMetadata=r}forEach(t){const n=this.grouped.partitions(),r=this.grouped.columnNames(),o=this.groupedBy.map(s=>this.grouped.column(s)).filter(s=>s!==void 0);let a=0;for(const s of n){const i=s[0];if(i===void 0)continue;const c=this.getStableKey(o,i),l=Object.fromEntries(r.map(d=>{const m=this.grouped.column(d);return[d,s.map(p=>m?.get(p))]})),u=re.table(l);t(M.fromTrusted(u,this.variableMetadata),c,a++)}}rollup(t){const n=this.grouped.rollup(Object.fromEntries(Object.entries(t).map(([o,a])=>[o,re.op[a.aggregation](a.variableName)]))),r=Object.fromEntries(this.groupedBy.map(o=>{const a=this.variableMetadata[o],s=a?.type??"categorical",i=a?.valueFormat??Ye[s];return[o,{type:s,valueFormat:i}]}));for(const[o,{variableName:a,aggregation:s}]of Object.entries(t)){const i=this.variableMetadata[a],c=i?.type??"numeric",l=i?.valueFormat??Ye[c],u=ho(s,c);r[o]={type:u,valueFormat:yo(s,l)}}return M.fromTrusted(n,r)}getStableKey(t,n){return V(t.map(r=>r.get(n)))}}function js(e,t,n){const r=t.map(c=>e[c]?.valueFormat??{type:"decimal"}),[o,...a]=r;if(!o)return{type:"decimal"};for(const c of r)if(c.type==="lookup")throw new Error("Cannot reshape: a source column has a lookup format and lookups cannot nest");if(a.every(c=>ae.isEqual(c,o))||o.type==="lookup")return o;const i={};for(const[c,l]of t.entries()){const u=V([l]),d=r[c];d&&d.type!=="lookup"&&(i[u]=d)}return{type:"lookup",byVariable:n,cases:i,fallback:o}}class go{constructor(){this.currentYear=new Date().getUTCFullYear(),this.previousDate=null,this.previousYear=null}incrementYearIfNeeded(t){this.previousYear===null?this.previousYear=t.getUTCFullYear():this.previousDate!==null&&L.isBefore(new Date(this.currentYear,t.getUTCMonth(),t.getUTCDate()),new Date(this.currentYear,this.previousDate.getUTCMonth(),this.previousDate.getUTCDate()))&&this.previousYear++;const n=new Date(t.getTime());return n.setUTCFullYear(this.previousYear),this.previousDate=n,n}}const bo=e=>{const t=Object.entries(e);return!t.length||!t.some(([,n])=>!Ze(n))},Ze=e=>typeof e=="string"&&e.trim()===""||e===void 0||e===null||e==="-",Lt="en-GB",qs=e=>e.type==="lookup",Qs=e=>e.type==="text",Je=e=>e.type==="date"||e.type==="datetime"||e.type==="year"||e.type==="month_year"||e.type==="month"||e.type==="day_month"||e.type==="weekly_date_range"||e.type==="weekly_date_range_with_year"||e.type==="quarter"||e.type==="time",vo=e=>e.type==="decimal"||e.type==="integer"||e.type==="percentage"||e.type==="duration"||e.type==="currency",So=e=>e.type==="currency",xo=e=>e.type==="month"||e.type==="day_month"||e.type==="weekly_date_range",wo=e=>{if(qs(e))return wo(e.fallback);if(Je(e))return"temporal";if(vo(e))return"numeric";if(Qs(e))return"categorical";const t=e;throw new Error(`No data type found for value format: ${t.type}`)},We={k:1e3,m:1e6,b:1e9,t:1e12},mn=["k","m","b","t"],Zs=new RegExp(`^-?(\\d{1,3}(,\\d{3})*|\\d+)\\.?\\d*(${mn.join("|")})?$`,"i"),Js=/^-?\d{1,3}(?:,\d{3})*(?:\.\d+)?%?$/,ye=e=>e===null||e instanceof Date||Array.isArray(e)||typeof e=="boolean"?!1:typeof e=="string"?Zs.test(e)&&!Number.isNaN(Number(e.replace(new RegExp(`[,${mn.join("")}]`,"gi"),""))):!Number.isNaN(Number(e)),Ao=e=>ye(e)?!0:typeof e=="string"?Js.test(e):!1,ei=/^\d{4}-\d{2}-\d{2}(T|\s)\d{1,2}:\d{2}(:\d{2}(\.\d{3})?)?(Z|\+00:00)?$/,ti=/^\s*(19\d{2}|2[01]\d{2})\s*$/,ni=[[/\bJan\b/i,"January"],[/\bFeb\b/i,"February"],[/\bMar\b/i,"March"],[/\bApr\b/i,"April"],[/\bJun\b/i,"June"],[/\bJul\b/i,"July"],[/\bAug\b/i,"August"],[/\bSept?\b/i,"September"],[/\bOct\b/i,"October"],[/\bNov\b/i,"November"],[/\bDec\b/i,"December"]],ri={"en-US":"MDY","en-GB":"DMY","pt-PT":"DMY",ar:"DMY"},To=["/","-","."," "],ur=[["d","M","yy"],["d","MM","yy"],["d","MMMM","yy"],["dd","M","yy"],["dd","MM","yy"],["dd","MMMM","yy"],["do","MMMM","yy"],["d","M","yyyy"],["d","MM","yyyy"],["d","MMMM","yyyy"],["dd","M","yyyy"],["dd","MM","yyyy"],["dd","MMMM","yyyy"],["do","MMMM","yyyy"]],dr=[["M","d","yy"],["M","dd","yy"],["MM","d","yy"],["MM","dd","yy"],["MMMM","d","yy"],["MMMM","dd","yy"],["MMMM","do","yy"],["M","d","yyyy"],["M","dd","yyyy"],["MM","d","yyyy"],["MM","dd","yyyy"],["MMMM","d","yyyy"],["MMMM","dd","yyyy"],["MMMM","do","yyyy"]],mr=[["yyyy","M","d"],["yyyy","M","dd"],["yyyy","MM","d"],["yyyy","MM","dd"],["yyyy","MMMM","d"],["yyyy","MMMM","dd"],["yyyy","MMMM","do"]],Mo=[["d","MMMM"],["dd","MMMM"],["do","MMMM"],["MMMM","d"],["MMMM","dd"],["MMMM","do"]],oi=[{dateFormat:"MMMM d, yyyy",type:"date"},{dateFormat:"MMMM dd, yyyy",type:"date"},{dateFormat:"MMMM do, yyyy",type:"date"},{dateFormat:"yyyy-MM",type:"month_year"}],Lo=1900,Vo=2199,ai=3,si=6,ii=5,ci=1,li=28,ui=/\s*[–—]\s*|\s-\s/,di=e=>typeof e=="number"?Number.isNaN(e)?!1:e>=Lo&&e<=Vo:typeof e=="string"?ti.test(e):!1,Eo=(e,t)=>{const n=Ke(e);return ye(n)?fi(n):typeof n=="string"?!!ko(n)||pn(n)&&L.isValid(new Date(n)):L.isValid(n)},Ke=e=>{if(typeof e!="string")return e;let t=e;for(const[n,r]of ni)t=t.replace(n,r);return t},ko=(e,t=Lt)=>{const n=Ke(e);return pn(n)?{type:"datetime"}:Io(t).find(r=>!Je(r)||r.type==="month"&&n.length<ai?!1:r.dateFormat&&L.isValid(L.parse(n,r.dateFormat,new Date)))},pn=e=>ei.test(e.trim()),mi=(e,t=Lt)=>{const[n,r]=e.split(ui);if(!n||!r)return;const o=Ke(n).trim(),a=Ke(r).trim();return pi(t).find(s=>{if(!Je(s)||!s.dateFormat)return!1;const i=L.parse(o,s.dateFormat,new Date),c=L.parse(a,s.dateFormat,new Date);if(!L.isValid(i)||!L.isValid(c))return!1;const l=new go,u=l.incrementYearIfNeeded(i),d=l.incrementYearIfNeeded(c),m=L.differenceInDays(d,u);return L.isWithinInterval(new Date(u.getFullYear(),ci,li),{start:u,end:d})&&m===ii?!0:m===si})},Io=e=>{const t={date:Co(e),year:[["yyyy"]],day_month:Mo,month_year:[["MMMM","yyyy"],["yyyy","MMMM"]],month:[["MMMM"]],quarter:[["QQQ","yyyy"],["yyyy","QQQ"]]};return[...oi,...Object.entries(t).flatMap(([n,r])=>r.flatMap(o=>To.map(a=>({dateFormat:o.join(a),type:n}))))]},Co=e=>ri[e]==="MDY"?[...dr,...ur,...mr]:[...ur,...dr,...mr],pi=e=>{const t={weekly_date_range:Mo,weekly_date_range_with_year:Co(e)};return Object.entries(t).flatMap(([n,r])=>r.flatMap(o=>To.map(a=>({dateFormat:o.join(a),type:n}))))},fi=e=>{const t=Number(e);if(!ae.isInteger(t))return!1;const n=new Date(t),r=new Date(t*1e3),o=a=>L.isValid(a)&&a.getFullYear()>=Lo&&a.getFullYear()<=Vo;return o(n)||o(r)},_o={$:"usd","£":"gbp","€":"eur","¥":"jpy","₹":"inr","₱":"php",P:"php","₩":"krw","₪":"ils","₫":"vnd","₽":"rub","฿":"thb",R$:"brl",Rp:"idr",RM:"myr","₦":"ngn",zł:"pln","₺":"try",kr:"dkk",Fr:"chf",R:"zar","د.إ":"aed","﷼":"sar",Ch$:"clp",NT$:"twd",HK$:"hkd",S$:"sgd",A$:"aud",C$:"cad",NZ$:"nzd",MX$:"mxn"},Fo=e=>{if(typeof e=="string"){const t=Do(e);return t.length?ye(t):!1}return ye(e)},hi=e=>{const t=Ro(e),n=t?_o[t]:void 0;if(!n)throw new Error("Could not get currency ISO");return n},Do=e=>{const t=Ro(e);let n=e;if(t){const r=e.indexOf(t);r===0?n=e.slice(t.length):r===e.length-t.length?n=e.slice(0,e.length-t.length):e[0]==="-"&&r===1&&(n=`-${e.slice(t.length+1)}`)}return ye(n)?n.split(",").join(""):""},Ro=e=>Object.keys(_o).sort((n,r)=>r.length-n.length).find(n=>e.includes(n)),yi=(e,t)=>{const n=typeof e=="string"?e.trim():e;if(ye(n))return{type:"decimal"};const r=typeof n=="string"&&ko(n,t);if(r)return r;const o=typeof n=="string"&&mi(n,t);return o||(Eo(e)?{type:"date"}:Ao(e)?{type:"percentage"}:Fo(e)&&typeof e=="string"?{type:"currency",iso:hi(e)}:{type:"text"})},gi=/\s*[–—]\s*|\s-\s/,bi=(e,t,n)=>{if(Ze(e))return null;switch(t.type){case"decimal":case"integer":case"duration":return Po(e);case"percentage":return vi(e);case"currency":return Si(e);case"datetime":case"date":case"year":case"month_year":case"month":case"day_month":case"quarter":case"time":return fn(e,t.dateFormat,n);case"weekly_date_range":case"weekly_date_range_with_year":return xi(e,t.dateFormat,n);case"text":return wi(e);case"lookup":throw new Error("Cannot parse: lookup value formats are produced by transforms, not raw input");default:{const r=t;throw new Error(`Unhandled value format: ${r.type}`)}}},fn=(e,t,n)=>{if(e instanceof Date)return L.isValid(e)?e:null;const r=Ke(String(e).trim());if(r.length===0)return null;const o=new Date;if(t){const s=L.parse(r,t,o);return L.isValid(s)?Nt(s):null}for(const s of Io(n)){if(!Je(s)||!s.dateFormat)continue;const i=L.parse(r,s.dateFormat,o);if(L.isValid(i))return Nt(i)}const a=new Date(r);return Eo(a)?pn(r)?a:Nt(a):null},Po=e=>{if(typeof e=="number")return Number.isNaN(e)?null:e;if(typeof e!="string")return null;let t=e.trim();if(!ye(t))return null;let n=1;for(const r of mn)if(new RegExp(`${r}$`,"i").test(t)){n=We[r],t=t.slice(0,-1);break}return Number(t.split(",").join(""))*n},vi=e=>{if(typeof e=="number")return Number.isNaN(e)?null:e;if(typeof e!="string")return null;const t=e.trim();if(!Ao(t))return null;const n=Number(t.replace(/%/g,"").replace(/,/g,""))/100;return Number.isNaN(n)?null:n},Si=e=>{if(typeof e=="number")return Number.isNaN(e)?null:e;if(typeof e!="string")return null;const t=e.trim();return Fo(t)?Po(Do(t)):null},xi=(e,t,n)=>{const r=String(e).trim().split(gi),[o,a]=[r[0]?.trim(),r[1]?.trim()];return!o||!a?null:fn(o,t,n)},wi=e=>String(e).trim(),Nt=e=>new Date(Date.UTC(e.getFullYear(),e.getMonth(),e.getDate(),e.getHours(),e.getMinutes(),e.getSeconds(),e.getMilliseconds())),Ai={type:"year",dateFormat:"yyyy"};class Ti extends se{dependencies(t){return[t]}run(t){const n=t._metadata?.parsingLocale??Lt,r={},o=Vi(t),a=Mi(t);for(const[s,i]of t.columns.entries()){if(i._metadata?.isHidden)continue;const c=o.get(i.key);if(Ze(c))continue;const l=s===a?Ai:yi(c,n),u=wo(l);r[i.key]=Li(i.key,t.rows,l,u,n)}return new M(r)}}const Mi=e=>{const t=Ei(e.rows,5);return e.columns.findIndex(n=>{const r=t.map(o=>o[n.key]).filter(o=>!Ze(o));return r.length>=2&&r.every(di)})},Li=(e,t,n,r,o)=>{const a=new go,s=t.reduce((i,c)=>{if(bo(c))return i;const l=bi(c[e],n,o);return xo(n)&&O(l)?i.push(a.incrementYearIfNeeded(l)):i.push(l),i},[]);return{type:r,values:s,valueFormat:n}},Vi=e=>{const t=new Map,n=new Set(e.columns.map(r=>r.key));for(const r of e.rows){for(const o of n){const a=r[o];Ze(a)||(t.set(o,a),n.delete(o))}if(n.size===0)break}return t},Ei=(e,t)=>{const n=[];for(const r of e)if(bo(r)||n.push(r),n.length===t)return n;return n};class ki{constructor(t){this.registry=t}compile(t,n){return this.registry.get(t).compile(n)}getPositionChannels(t){return this.registry.get(t).positionChannels}getSwatchShape(t){return this.registry.get(t).swatchShape}getSpatialKind(t){return this.registry.get(t).spatialKind}getVisualAesthetics(t){return this.registry.get(t).visualAesthetics}getHighlightStrategy(t){return this.registry.get(t).highlightStrategy}getDirectLabelPositions(t){return this.registry.get(t).directLabelPositions}getGridPolicies(t){return this.registry.get(t).gridPolicies}getIdentityKeyStrategy(t){return this.registry.get(t).identityKeyStrategy}emitsGrandTotal(t){return this.registry.get(t).emitsGrandTotal}emitsStackTotals(t){return this.registry.get(t).emitsStackTotals}supportsPerGroupHeadline(t){return this.registry.get(t).supportsPerGroupHeadline}resolveAnchorPosition(t,n,r){return this.registry.get(t).resolveAnchorPosition(n,r)}}class Ce{constructor(){this.requiredAesthetics=[],this.defaultParams={},this.positionChannels=[],this.visualAesthetics=["color","size","alpha","strokeWidth","lineType"],this.swatchShape="square",this.highlightStrategy=null,this.spatialKind="noop",this.directLabelPositions=[],this.gridPolicies={},this.identityKeyStrategy="fields",this.supportedCoordTypes=["cartesian","flip","polar"],this.emitsGrandTotal=!1,this.emitsStackTotals=!1,this.supportsPerGroupHeadline=!1}resolveAnchorPosition(t,n){return null}}const Vt=(e,t)=>{const n=v(t.x);return!n||!["numeric","temporal"].includes(e.getType(n))?e:e.orderBy(n,"asc")};class Ii extends Ce{constructor(){super(...arguments),this.type="area",this.requiredAesthetics=["x","y"],this.positionChannels=[{axis:"x",role:"point",valueKind:"value"},{axis:"y",role:"point",valueKind:"value"},{axis:"y",role:"lower",valueKind:"value"},{axis:"y",role:"upper",valueKind:"value"}],this.swatchShape="area",this.highlightStrategy="overlay-anchor",this.spatialKind="buckets",this.directLabelPositions=["identity","stack","dodge","fill"],this.supportsPerGroupHeadline=!0}compile({data:t,mapping:n}){if(t=Vt(t,n),t.hasVariable(g.yMin)||(t=t.addConstantVariable(g.yMin,"numeric",0)),!t.hasVariable(g.yMax)){const r=v(n.y);h(r)&&t.hasVariable(r)&&(t=t.addVariable(g.yMax,"numeric",t.getValues(r,{type:"numeric"})))}return{data:t,mapping:{}}}}const No=.7,Ci=.1;function _e(e){return e[g.x]}function te(e){return e[g.y]}function ze(e){return e[g.xMin]}function Le(e){return e[g.xMax]}function ge(e){return e[g.yMin]}function j(e){return e[g.yMax]}function Oo(e){return e[g.yRaw]}class _i extends Ce{constructor(){super(...arguments),this.type="bar",this.positionChannels=[{axis:"x",role:"point",valueKind:"value"},{axis:"y",role:"point",valueKind:"value"},{axis:"x",role:"lower",valueKind:"bandOffset"},{axis:"x",role:"upper",valueKind:"bandOffset"},{axis:"y",role:"lower",valueKind:"value"},{axis:"y",role:"upper",valueKind:"value"}],this.swatchShape="square",this.highlightStrategy="observation-rerender",this.spatialKind="rects",this.directLabelPositions=["stack","fill"],this.gridPolicies={cartesian:{hideGridX:!0},flip:{hideGridX:!0},polar:{hideGridX:!0,hideGridY:!0}},this.emitsGrandTotal=!0,this.emitsStackTotals=!0,this.supportsPerGroupHeadline=!0}compile({data:t,mapping:n}){if(t=Vt(t,n),t.hasVariable(g.yMin)||(t=t.addConstantVariable(g.yMin,"numeric",0)),!t.hasVariable(g.yMax)){const o=v(n.y);h(o)&&t.hasVariable(o)&&(t=t.addVariable(g.yMax,"numeric",t.getValues(o,{type:"numeric"})))}const r=No/2;return t=t.addConstantVariable(g.xMin,"numeric",-r).addConstantVariable(g.xMax,"numeric",r),{data:t,mapping:{}}}resolveAnchorPosition(t,n){if(n.type==="polar"){const s=ze(t),i=Le(t),c=ge(t),l=j(t);if(s===null||i===null||c===null||l===null)return null;const u=(s+i)/2,d=(c+l)/2;return{x:.5+.5*d*Math.sin(u),y:.5-.5*d*Math.cos(u),geom:"polar-bar"}}if(n.mainAxis==="x"){const s=ze(t),i=Le(t),c=j(t)??te(t);return s===null||i===null||c===null?null:{x:(s+i)/2,y:c,geom:"bar"}}const r=ge(t),o=j(t),a=Le(t)??_e(t);return r===null||o===null||a===null?null:{x:a,y:(r+o)/2,geom:"bar"}}}class Fi extends Ce{constructor(){super(...arguments),this.type="line",this.requiredAesthetics=["x","y"],this.positionChannels=[{axis:"x",role:"point",valueKind:"value"},{axis:"y",role:"point",valueKind:"value"}],this.swatchShape="line",this.highlightStrategy="overlay-anchor",this.spatialKind="buckets",this.directLabelPositions=["identity","stack","dodge","fill"],this.supportsPerGroupHeadline=!0}compile(t){return{data:Vt(t.data,t.mapping),mapping:{}}}resolveAnchorPosition(t,n){if(n.type==="polar")return null;const r=_e(t),o=te(t);return r===null||o===null?null:{x:r,y:o,geom:"line"}}}class Di extends Ce{constructor(){super(...arguments),this.type="point",this.requiredAesthetics=["x","y"],this.positionChannels=[{axis:"x",role:"point",valueKind:"value"},{axis:"y",role:"point",valueKind:"value"}],this.swatchShape="circle",this.highlightStrategy="overlay-anchor",this.spatialKind="points",this.identityKeyStrategy="index",this.supportsPerGroupHeadline=!0}compile({data:t}){return{data:t,mapping:{}}}}class Ri extends Ce{constructor(){super(...arguments),this.type="rule",this.positionChannels=[{axis:"x",role:"point",valueKind:"value"},{axis:"y",role:"point",valueKind:"value"}],this.highlightStrategy=null,this.supportedCoordTypes=["cartesian","flip"]}compile({data:t,mapping:n}){const r=pr(n.y,t);if(r!==null)return{data:new M({[at.y]:{type:"numeric",values:[r.value],valueFormat:r.sourceFormat}}),mapping:{y:at.y,x:void 0}};const o=pr(n.x,t);return o!==null?{data:new M({[at.x]:{type:"numeric",values:[o.value],valueFormat:o.sourceFormat}}),mapping:{x:at.x,y:void 0}}:{data:new M,mapping:{x:void 0,y:void 0}}}validateMapping({layerId:t,mapping:n,computedVariables:r}){const o=r.has("x")||k(ee(n.x)),a=r.has("y")||k(ee(n.y));return o&&a?[{code:"INVALID_RULE_MAPPING",message:`Layer '${t}': rule geom requires exactly one of 'x' or 'y', both were provided`,layerId:t}]:!o&&!a?[{code:"INVALID_RULE_MAPPING",message:`Layer '${t}': rule geom requires a numeric value on 'x' or 'y'`,layerId:t}]:[]}}const pr=(e,t)=>{const n=ee(e);if(k(n))return{value:n,sourceFormat:void 0};const r=v(e);if(r===null||!ls(r)||!t.hasVariable(r))return null;const[o]=t.getValues(r);return k(o)?{value:o,sourceFormat:t.getValueFormat(r)}:null};class Pi extends Ie{constructor(t){super("geom"),this.register("bar",new _i),this.register("point",new Di),this.register("line",new Fi),this.register("area",new Ii),this.register("rule",new Ri);for(const n of t?.geoms??[])this.register(n.type,n)}}const hn=(e,t)=>{if(h(t.group)){const o=v(t.group);if(o!==null)return[o]}const n=new Set([v(t.x),v(t.y)].filter(h)),r=new Set;for(const o in t){if(o==="x"||o==="y")continue;const a=v(t[o]);h(a)&&(n.has(a)||e.getType(a)==="categorical"&&r.add(a))}return[...r]};class Ni{compute({data:t,mapping:n}){const r=hn(t,n);if(r.length===0)return{data:t.addConstantVariable(D.group,"categorical",null)};const o=t.size(),a=r.map(i=>t.getValues(i)),s=new Array(o);for(let i=0;i<o;i++)s[i]=V(a.map(c=>c[i]));return{data:t.addVariable(D.group,"categorical",s)}}}const Bo=new Set(["x","y","ySecondary"]),Et=new Set(["color","size","alpha","strokeWidth","lineType"]),kt=e=>Bo.has(e),Oi=e=>Et.has(e),Bi=e=>kt(e)||Oi(e);function et(e){return e==="secondary"?"ySecondary":"y"}function q(e){return e==="ySecondary"?"y":e}const $i=e=>{if(e===void 0)return{};const t={};for(const n of e.columns)n.label!==void 0&&(t[n.key]=n.label);return t},Gi=(e,t,n)=>{const r=be(t,"color");return r===null?{}:(e?.columns??[]).some(s=>s.key===r)?{}:n};function be(e,t){const n=q(t);for(const r of $o(t,e)){const o=v(r.mapping[n]);if(h(o))return o}return null}const yn=(e,t)=>e===null?null:t[e]??e,Ui=(e,t)=>e===null?null:t[String(e)]??null,ve=({layers:e,scaleType:t,variableName:n})=>{if(n===null)return Ot(t);for(const r of e){if(!r.data.hasVariable(n))continue;const o=r.data.getValueFormat(n),a=o.type==="lookup"?o.fallback:o;return Wi(a,t)?a:Ot(t)}return Ot(t)},Yi=(e,t)=>t!=="y"&&t!=="ySecondary"?!1:$o(t,e).some(n=>n.position==="fill");function $o(e,t){return e==="ySecondary"?t.filter(n=>n.yScaleType==="secondary"):e==="y"?t.filter(n=>n.yScaleType==="primary"):t}const Ot=e=>{switch(e){case"continuous":return{type:"decimal"};case"datetime":return{type:"date"};case"discrete":case"palette":case"identity":return{type:"text"}}},Wi=(e,t)=>{switch(t){case"continuous":return vo(e);case"datetime":return Je(e);case"discrete":case"palette":case"identity":return!0}},Hi=[{unit:"year",step:1e3},{unit:"year",step:100},{unit:"year",step:50},{unit:"year",step:20},{unit:"year",step:10},{unit:"year",step:5},{unit:"year",step:2},{unit:"year",step:1},{unit:"month",step:6},{unit:"month",step:3},{unit:"month",step:2},{unit:"month",step:1},{unit:"week",step:2},{unit:"week",step:1},{unit:"day",step:2},{unit:"day",step:1},{unit:"hour",step:12},{unit:"hour",step:6},{unit:"hour",step:3}],fr={year:0,quarter:1,month:2,week:3,day:4,hour:5},xe=40,Ki=(e,t,n)=>{const r=n.unit==="quarter"?n.step*3:n.step;return qi(n.unit).range(e,new Date(t.valueOf()+1),r)},zi=({unit:e,step:t,start:n,stop:r})=>{const o=Ja.differenceInDays(r,n);switch(e){case"hour":return 24*o/t>xe;case"day":return o/t>xe;case"week":return o/(7*t)>xe;case"month":return o/(30*t)>xe;case"quarter":return o/(90*t)>xe;case"year":return o/(365*t)>xe}},Xi=(e,t)=>{const n=!xo(t);switch(e.unit){case"year":return n?{type:"year"}:{type:"month"};case"quarter":return{type:"quarter"};case"month":return n?{type:"month_year"}:{type:"month"};case"week":return n?{type:"weekly_date_range_with_year"}:{type:"weekly_date_range"};case"day":return n?{type:"date"}:{type:"day_month"};case"hour":return n?{type:"datetime"}:{type:"time"}}},ji=(e,t)=>{const n=Qi(t);return n===null?!1:fr[e]>fr[n]},qi=e=>{switch(e){case"hour":return Ne.utcHour;case"day":return Ne.utcDay;case"week":return Ne.utcMonday;case"month":case"quarter":return Ne.utcMonth;case"year":return Ne.utcYear}},Qi=e=>{switch(e.type){case"year":return"year";case"quarter":return"quarter";case"month_year":case"month":return"month";case"weekly_date_range":case"weekly_date_range_with_year":return"week";case"date":case"day_month":case"datetime":return"day";case"time":return"hour";default:return null}},Go={left:"right",right:"left",top:"bottom",bottom:"top"},Zi={x:!0,y:!0,ySecondary:!1},Ji=20,hr=new Set(["top","bottom"]),ec={type:"percentage"};function tc(e,t){const{scales:n,config:r,layers:o,coordSystem:a,variableLabels:s,geomCompiler:i}=e;if(a.type==="polar"&&a.axisMapping.x.geometry!=="circular")return[];const c=rc(o,a.type,r,i),l=new Set(t.map(m=>m.position)),u=ac(Uo(r.axes.y.position,a.axisMapping.y.position),l),d=[];for(const m of Bo){const p=n[m];if(!h(p)||p.kind!=="position")continue;const f=nc({scaleAestheticKey:m,scale:p,config:r,layers:o,axisMapping:a.axisMapping,resolvedYPosition:u,gridOverrides:c,variableLabels:s});d.push(f)}return d}function nc(e){const{scaleAestheticKey:t,scale:n,config:r,layers:o,axisMapping:a,resolvedYPosition:s,gridOverrides:i,variableLabels:c}=e,l=q(t),{axisConfig:u,position:d}=oc(t,r,a,s),m=be(o,t),p=Yi(o,t)?ec:ve({layers:o,scaleType:n.spec.scaleType,variableName:m}),f=yn(m,c);return{scaleAestheticKey:t,aesthetic:l,position:d,geometry:a[t==="x"?"x":"y"].geometry,label:u.label??f,isVisible:u.isVisible,tickCandidates:ic(n,p),valueFormat:p,tickMode:u.ticks.mode,ticksVisible:u.ticks.isVisible,gridVisible:sc(u,i,t),scaleType:n.spec.scaleType,bandwidth:n.bandwidth??void 0}}function rc(e,t,n,r){const o=e.flatMap(c=>{const l=r.getGridPolicies(c.geom)[t];return l?[l]:[]}),a=o.some(c=>c.hideGridX),s=o.some(c=>c.hideGridY),i=o.some(c=>c.hideBorder);return{x:{gridVisible:yr(a,n.axes.x.grid.isVisible)},y:{gridVisible:yr(s,n.axes.y.grid.isVisible)},borderVisible:i?!1:void 0}}function yr(e,t){if(e&&t===null)return!1}function oc(e,t,n,r){switch(e){case"x":return{axisConfig:t.axes[e],position:Uo(t.axes[e].position,n[e].position)};case"y":return{axisConfig:t.axes[e],position:r};case"ySecondary":{const o=Go[r],a=ae.merge({isVisible:t.axes.y.isVisible,label:null,position:o,grid:t.axes.y.grid,ticks:t.axes.y.ticks},t.axes.ySecondary);return{axisConfig:a,position:a.position}}}}function Uo(e,t){return hr.has(e)===hr.has(t)?e:t}function ac(e,t){return t.has(e)?Go[e]:e}function sc(e,t,n){const{gridVisible:r}=n==="x"?t.x:t.y;return r??e.grid.isVisible??Zi[n]}const ic=(e,t)=>{if(e.spec.scaleType==="continuous"){const r=new Set,o=[];for(let a=1;a<=Ji;a++){const s=e.generateTicks({count:a}),i=V(s);r.has(i)||(r.add(i),o.push({ticks:s.map(c=>St(e,c))}))}return o}return e.spec.scaleType==="datetime"?cc(e,t):[{ticks:e.generateTicks().map(r=>St(e,r))}]},cc=(e,t)=>{const[n,r]=e.domain;if(!O(n)||!O(r))return[{ticks:e.generateTicks().map(c=>St(e,c))}];const o=new Set,a=[],s=(i,c)=>{if(i.length===0)return;const l=V(i);o.has(l)||(o.add(l),a.push({ticks:i.map(u=>St(e,u)),valueFormat:c}))};for(const i of Hi)zi({...i,start:n,stop:r})||ji(i.unit,t)||s(e.generateTicks({interval:i}),Xi(i,t));return s(e.generateTicks({atInputs:!0})),a.sort((i,c)=>i.ticks.length-c.ticks.length),a},St=(e,t)=>({value:t,position:e.map(t)});function Xe(e,t){return t.type==="polar"&&e==="square"?"slice":e}function Yo({scale:e,aesthetics:t,layers:n,coordSystem:r}){const o=lc({layers:n,coordSystem:r,aesthetics:t}),a=Wo({layers:n,aesthetics:t});return e.domain.map(s=>({value:s,swatchShape:o(s),owner:a(s)}))}function lc({layers:e,coordSystem:t,aesthetics:n}){const r=Wo({layers:e,aesthetics:n}),o=e.find(s=>n.some(i=>h(s.mapping[i]))),a=o?Xe(o.swatchShape,t):"square";return s=>{const i=r(s);return i?Xe(i.layer.swatchShape,t):a}}function Wo({layers:e,aesthetics:t,layerFilter:n}){const r=new Map;for(const[o,a]of e.entries()){if(n&&!n(a))continue;const s=t.find(c=>h(a.mapping[c]));if(s===void 0)continue;const i=v(a.mapping[s]);if(!(i===null||!a.data.hasVariable(i)))for(const c of a.data.getValues(i,{distinct:!0})){const l=V(c);r.has(l)||r.set(l,{layer:a,layerIndex:o})}}return o=>r.get(V(o))}const gn=e=>{if(e.kind==="identity")return!1;const t=e.spec.scaleType;return t!=="continuous"&&t!=="datetime"};function uc({scales:e,layers:t,coordSystem:n,valueLabels:r}){const o=e.color;if(o===void 0||!gn(o))return[];if(!t.some(u=>h(u.mapping.color)))return[];const a=be(t,"color");if(Ho({colorVariableName:a,xVariableName:be(t,"x"),mapsColorAcrossMultipleLayers:mc(t)>1,isMergedWithAnotherAesthetic:dc(e,t,a)}))return[];const i=o.spec.scaleType,c=t.findIndex(u=>h(u.mapping.color));return Yo({scale:o,aesthetics:["color"],layers:t,coordSystem:n}).map(({value:u,swatchShape:d,owner:m})=>{const p=m?.layerIndex??c,f=t[p],y=f?v(f.mapping.color):null;return{value:u,color:String(o.map(u)),shape:d,layerIndex:p,valueFormat:ve({layers:f?[f]:t,scaleType:i,variableName:y}),label:Ui(u,r)}})}const Ho=({colorVariableName:e,xVariableName:t,mapsColorAcrossMultipleLayers:n,isMergedWithAnotherAesthetic:r})=>r?!1:e===null||cs(e)?!n:t!==null&&e===t;function dc(e,t,n){if(n===null)return!1;for(const r of Et){if(r==="color")continue;const o=e[r];if(!(o===void 0||!gn(o))&&be(t,r)===n)return!0}return!1}const mc=e=>e.filter(t=>h(t.mapping.color)).length;function pc(e,t,n,r){const o=t.findIndex(a=>r.supportsPerGroupHeadline(a.geom));if(o===-1)return[];if(e.length<2){const a=v(t[o]?.mapping.y);return[{value:null,swatch:null,layerIndex:o,groupLabelFormat:{type:"text"},label:yn(a,n)}]}return e.map(a=>({value:a.value,swatch:{color:a.color,shape:a.shape},layerIndex:a.layerIndex,groupLabelFormat:a.valueFormat,label:a.label}))}function gr(e,t,n){if(n===null||t===null)return[...e];const r=V(n);return e.filter((o,a)=>V(t[a]??null)===r)}const fc=(e,t)=>{switch(t){case"total":{const{sum:n,count:r}=br(e);return r===0?null:n}case"average":{const{sum:n,count:r}=br(e);return r===0?null:n/r}case"current":return e.at(-1)??null}},hc=(e,t)=>{if(e.length<2)return null;const n=e.at(-1),r=t==="previous"?e.at(-2):e.at(0);return n===void 0||r===void 0||n.cross===null||r.cross===null||r.cross===0?null:{variation:(n.cross-r.cross)/r.cross,against:r.main}},br=e=>e.reduce((t,n)=>n===null?t:{sum:t.sum+n,count:t.count+1},{sum:0,count:0});function yc(e){const{config:t,coordSystem:n}=e,r=t.headline.show;return r==="none"||r==="conversion"?null:n.type==="polar"?gc(e,r):bc(e,r)}function gc(e,t){if(t!=="total")return null;const{scales:n,layers:r}=e,o=r.find(c=>c.summary.grandTotal!==void 0);if(o===void 0)return null;const a=o.summary.grandTotal;if(a===void 0)return null;const s=v(o.mapping.y);if(s===null)return null;const i=ve({layers:[o],scaleType:n.y?.spec.scaleType??"continuous",variableName:s});return{kind:"grandTotal",value:a,valueFormat:i}}function bc(e,t){const{config:n,scales:r,layers:o,variableLabels:a,colorGroups:s,geomCompiler:i}=e;if(!o.some(u=>i.supportsPerGroupHeadline(u.geom)))return null;const c=pc(s,o,a,i);if(c.length===0)return null;const l=c.map(u=>vc({group:u,show:t,compareWith:n.headline.compareWith,layers:o,scales:r})).filter(u=>u!==null);return l.length===0?null:{kind:"perGroup",items:l}}function vc({group:e,show:t,compareWith:n,layers:r,scales:o}){const a=r[e.layerIndex];if(a===void 0)return null;const s=v(a.mapping.y);if(s===null||t==="total"&&a.position==="fill")return null;const i=v(a.mapping.x),c=v(a.mapping.color),l=a.yScaleType==="secondary"?o.ySecondary:o.y,u=ve({layers:[a],scaleType:l?.spec.scaleType??"continuous",variableName:s}),d=wc(a.data,i),m=ve({layers:[a],scaleType:d?"datetime":o.x?.spec.scaleType??"discrete",variableName:i}),p=Ac(a.data,i),f=p.getValues(s,{type:"numeric"}),y=i!==null?p.getValues(i):[],b=c!==null?p.getValues(c):null,x=gr(f,b,e.value),S=gr(y,b,e.value);return{value:e.value,swatch:e.swatch,aggregate:fc(x,t),valueFormat:u,groupLabelFormat:e.groupLabelFormat,mainValueFormat:m,label:e.label,observationLabel:Sc(t,d,S),comparison:xc(t,n,d,S,x)}}function Sc(e,t,n){if(e==="current"){const a=n.at(-1);return a===void 0?null:{kind:"point",value:a}}if(!t)return null;const r=n.at(0),o=n.at(-1);return r===void 0||o===void 0?null:{kind:"range",from:r,to:o}}function xc(e,t,n,r,o){if(e!=="current"||!n)return null;const a=t==="none"?"first":t,s=r.map((i,c)=>({main:i,cross:o[c]??null}));return hc(s,a)}function wc(e,t){return t!==null&&e.hasVariable(t)&&e.getType(t)==="temporal"}function Ac(e,t){return t===null||!["numeric","temporal"].includes(e.getType(t))?e:e.orderBy(t)}const Ko=["point","line","area","bar","rule"],zo=new Set(Ko);function Xo(e){return zo.has(e)}function Y(e){return e==="stack"||e==="fill"}const Tc=3;function Mc({scales:e,config:t,layers:n,coordSystem:r,variableLabels:o,colorGroups:a,geomCompiler:s}){if(t.legend.position==="none")return[];const i=new Map(a.map(b=>[V(b.value),b])),c=Ec({scales:e,layers:n,geomCompiler:s}),l=Fc(c),u=be(n,"x"),d=l.map(b=>{if(Cc(b,u,n))return null;const x=Rc({group:b,variableLabels:o,layers:n,coordSystem:r,colorGroupsByValue:i});return x.items.length===0?null:{group:b,built:x}}).filter(h);if(d.length===0)return[];const m=Lc(d);if(t.legend.position==="auto"&&$c(m,n,r))return[];const p=Gc(t.legend.position,m,n,r),f=Yc(t.legend.display,p,n,r,s),y=f==="direct"?Kc(n):null;return d.map(({built:b})=>Vc(b,p,f,y))}function Lc(e){return e.reduce((t,{group:n,built:r})=>{const o=n.some(a=>a.guideType!=="discrete");return t+(o?1:r.items.length)},0)}function Vc(e,t,n,r){return n!=="direct"||r===null?{...e,position:t,display:n}:{...e,position:t,display:n,items:e.items.map(o=>({...o,normalizedY:r.get(String(o.value))??null}))}}function Ec(e){const{scales:t,layers:n,geomCompiler:r}=e,o=kc(n,r),a=[];for(const s of Et){if(!o.has(s))continue;const i=t[s];if(i===void 0||i.kind==="identity"||!Ic(s,n))continue;const c=be(n,s),l=Hc(s,i);a.push({scaleAestheticKey:s,scale:i,variableName:c,guideType:l})}return a}function kc(e,t){const n=new Set;for(const r of e)for(const o of t.getVisualAesthetics(r.geom))n.add(o);return n}function Ic(e,t){const n=q(e);return t.some(r=>h(r.mapping[n]))}function Cc(e,t,n){const[r]=e;return r.scaleAestheticKey!=="color"?!1:Ho({colorVariableName:r.variableName,xVariableName:t,mapsColorAcrossMultipleLayers:_c(r.scaleAestheticKey,n),isMergedWithAnotherAesthetic:e.length>1})}function _c(e,t){const n=q(e);return t.filter(r=>h(r.mapping[n])).length>1}function Fc(e){const t=new Map;for(const n of e){const r=Wc(n),o=t.get(r);o?o.push(n):t.set(r,[n])}return[...t.values()]}function Dc(e,t,n){if(t==="lineType"){e.lineType=n;return}if(t==="color"){e.color=String(n);return}e[t]=n}function Rc({group:e,variableLabels:t,layers:n,coordSystem:r,colorGroupsByValue:o}){const a=e[0],s=e.map(u=>q(u.scaleAestheticKey)),i=Yo({scale:a.scale,aesthetics:s,layers:n,coordSystem:r}),c=yn(a.variableName,t),l=ve({layers:n,scaleType:a.scale.spec.scaleType,variableName:a.variableName});return{aesthetics:e.map(u=>u.scaleAestheticKey),title:c,items:i.map(u=>Pc(u,e,s,l,o))}}function Pc(e,t,n,r,o){const a={};for(const i of t)Dc(a,i.scaleAestheticKey,i.scale.map(e.value));const s=Oc(e,t,n,r,o);return{value:e.value,label:Nc(t,e,o),visual:a,normalizedY:null,swatchShape:e.swatchShape,valueFormat:s}}function Nc(e,t,n){return e[0].scaleAestheticKey!=="color"?null:n.get(V(t.value))?.label??null}function Oc(e,t,n,r,o){if(t[0].scaleAestheticKey==="color")return o.get(V(e.value))?.valueFormat??r;const a=e.owner?.layer,s=Bc(a,n);return a===void 0||s===null?r:ve({layers:[a],scaleType:t[0].scale.spec.scaleType,variableName:s})}function Bc(e,t){if(e===void 0)return null;for(const n of t){const r=e.mapping[n];if(r===void 0)continue;const o=v(r);if(o!==null)return o}return null}function $c(e,t,n){if(e>1)return!1;const r=n.type==="polar";return pt(t,["line","area","bar"])||r}function Gc(e,t,n,r){if(e!=="auto")return e;if(r.type==="polar")return"top";const o=pt(n,["line","area"]),a=pt(n,["bar"]),s=pt(n,["bar"],c=>Y(c.position)),i=t>=Tc;return o&&a?"top":o?i?"right":"top":s?jo(r)?"top":i?"right":"top":"top"}function Uc(e,t){if(e.length!==1)return!1;const n=e[0];return n?t.getDirectLabelPositions(n.geom).includes(n.position):!1}function Yc(e,t,n,r,o){if(!(t==="right"&&!jo(r)))return"pill";switch(e){case"pill":return"pill";case"direct":return"direct";case"auto":return Uc(n,o)?"direct":"pill"}}function jo(e){return e.type==="cartesian"&&e.mainAxis==="y"}function pt(e,t,n){return e.some(r=>t.includes(r.geom)&&(n?.(r)??!0))}function Wc(e){const t=e.scale.domain.map(V);return JSON.stringify([e.variableName,e.guideType,...t])}function Hc(e,t){return gn(t)?"discrete":`continuous:${e}`}function Kc(e){const t=e[0];if(!t)return new Map;const n=new Map;return t.data.groupBy(D.group).forEach(r=>{const o=r.findLast(l=>h(j(l))||h(te(l)));if(!o)return;const a=Ee(o);if(!h(a))return;const s=ge(o),i=j(o)??te(o);if(!h(i))return;const c=h(s)?(s+i)/2:i;n.set(String(a),c)}),n}class zc extends se{constructor(t){super(),this.geomCompiler=t}dependencies(t){return[t.scales,t.config.axes,t.config.legend,t.config.headline,t.config.panel,t.layers,t.coordSystem,t.originalData]}run(t){const n=$i(t.originalData),r=uc({scales:t.scales,layers:t.layers,coordSystem:t.coordSystem,valueLabels:Gi(t.originalData,t.layers,n)}),o={scales:t.scales,config:t.config,layers:t.layers,coordSystem:t.coordSystem,variableLabels:n,colorGroups:r,geomCompiler:this.geomCompiler},a=yc(o),s=Xc(a,Mc(o));return{axes:tc(o,s),legends:s,headline:a,panel:{border:{isVisible:t.config.panel.border.isVisible}},colorGroups:r}}}const Xc=(e,t)=>e?.kind!=="perGroup"||t.some(r=>r.display==="direct")?t:[],It=e=>e[uo.key],jc=e=>V([Ee(e)]),bn=(e,t)=>{const n=t!==null?e[t]??null:null;return V([n])},W=(e,t)=>{const n=ee(t);if(n!==void 0)return()=>n;const r=v(t);return h(r)?o=>{const a=o[r];if(a===void 0)return null;switch(e.getType(r)){case"numeric":return k(a)?a:null;case"categorical":return Qe(a)?a:null;case"temporal":return O(a)?a:null;default:return null}}:()=>null},vn=(e,t)=>W(e,t.x),qo=(e,t)=>W(e,t.y),qc=(e,t)=>W(e,t.label),Qo=(e,t)=>W(e,t.color),Qc=(e,t)=>W(e,t.size),Zc=(e,t)=>W(e,t.alpha),Jc=(e,t)=>W(e,t.group),el=(e,t)=>W(e,t.strokeWidth),vr={variable:g.yRaw};function tt(e,t){return Y(e)?vr:t.y??vr}function Sn(e){return W(e.data,tt(e.position,e.mapping))}const tl=["lt","lte","gt","gte","range"];function ft(e,t){if("and"in e){const n=e.and.map(r=>ft(r,t));return r=>{for(const o of n)if(!o(r))return!1;return!0}}if("or"in e){const n=e.or.map(r=>ft(r,t));return r=>{for(const o of n)if(o(r))return!0;return!1}}if("not"in e){const n=ft(e.not,t);return r=>!n(r)}return nl(e,t)}function ht(e,t){if("and"in e){for(const r of e.and)ht(r,t);return}if("or"in e){for(const r of e.or)ht(r,t);return}if("not"in e){ht(e.not,t);return}const n=rl(e);if(n!==null&&t.hasVariable(e.variable)&&t.getType(e.variable)==="categorical")throw new Error(`Highlight predicate uses ordering operator '${n}' on categorical variable '${e.variable}'. Use 'eq' or 'oneOf' instead.`)}const Sr=()=>!1;function nl(e,t){if(!t.hasVariable(e.variable))return Sr;const n=t.getType(e.variable);if("eq"in e){const r=ne(e.eq,n,t.parsingLocale);return o=>xr(t.readValue(o,e.variable),r)}if("oneOf"in e){const r=e.oneOf.map(o=>ne(o,n,t.parsingLocale));return o=>{const a=t.readValue(o,e.variable);for(const s of r)if(xr(a,s))return!0;return!1}}if("lt"in e){const r=ne(e.lt,n,t.parsingLocale);return o=>we(t.readValue(o,e.variable),r)==="less"}if("lte"in e){const r=ne(e.lte,n,t.parsingLocale);return o=>{const a=we(t.readValue(o,e.variable),r);return a==="less"||a==="equal"}}if("gt"in e){const r=ne(e.gt,n,t.parsingLocale);return o=>we(t.readValue(o,e.variable),r)==="greater"}if("gte"in e){const r=ne(e.gte,n,t.parsingLocale);return o=>{const a=we(t.readValue(o,e.variable),r);return a==="greater"||a==="equal"}}if("range"in e){const[r,o]=e.range,a=ne(r,n,t.parsingLocale),s=ne(o,n,t.parsingLocale);return i=>{const c=t.readValue(i,e.variable),l=we(c,a),u=we(c,s);return l==="incomparable"||u==="incomparable"?!1:(l==="greater"||l==="equal")&&(u==="less"||u==="equal")}}return Sr}function rl(e){for(const t of tl)if(t in e)return t;return null}function we(e,t){if(e===null||t===null)return"incomparable";if(O(e)&&O(t)){const n=e.getTime(),r=t.getTime();return n<r?"less":n>r?"greater":"equal"}return k(e)&&k(t)?e<t?"less":e>t?"greater":"equal":"incomparable"}function xr(e,t){return e===t?!0:O(e)&&O(t)?e.getTime()===t.getTime():!1}function ne(e,t,n){return t!=="temporal"||!Qe(e)?e:fn(e,void 0,n)}function Zo(e){return e===null?null:{strategy:e,composition:Jo()}}function Jo(){return{isDimmed:!1,matchedLayer:null,overlayCandidates:[]}}class ol extends ke{dependencies(t){return[t.highlights,t.config.parsingLocale]}compileLayer(t,n){const r=t.highlight;if(r===null)return t;const o=n.highlights.filter(({layerId:s})=>s===void 0||s===t.id);if(o.length===0)return t;const a=al({layer:t,highlights:o,parsingLocale:n.config.parsingLocale,strategy:r.strategy});return{...t,highlight:{...r,composition:a}}}}function al({layer:e,highlights:t,parsingLocale:n,strategy:r}){for(const T of t)ht(T.predicate,e.data);const o=v(e.mapping.x),a=sl(e,n),s=t.map(T=>({predicate:ft(T.predicate,a),scope:T.scope})),i=s.some(({scope:T})=>T==="series"),c=s.some(({scope:T})=>T==="x-value"),l=r==="overlay-anchor",u=e.data.size(),d=i?new Array(u):null,m=c?new Array(u):null,p=l?new Array(u):null,f=new Uint8Array(u),y=new Set,b=new Set;let x=!1,S=0;for(const T of e.data){let Q,le;d!==null&&(Q=jc(T),d[S]=Q),m!==null&&(le=bn(T,o),m[S]=le),p!==null&&(p[S]=T);for(const{predicate:rt,scope:ot}of s)if(rt(T))switch(ot){case"series":Q!==void 0&&y.add(Q);break;case"x-value":le!==void 0&&b.add(le);break;case"data-point":f[S]=1,x=!0;break}S++}if(y.size===0&&b.size===0&&!x)return Jo();const w=new Uint8Array(u),E=[];let _=0;for(let T=0;T<u;T++){const Q=d?.[T],le=m?.[T],rt=Q!==void 0&&y.has(Q),ot=le!==void 0&&b.has(le),tr=f[T]===1;if(r==="observation-rerender")(rt||tr||ot)&&(w[T]=1,_++);else if(rt)w[T]=1,_++;else if(tr||ot){const nr=p?.[T];nr!==void 0&&E.push({observation:nr,observationIndex:T})}}const H=_>0?{...e,data:e.data.filterByMask(w)}:null;return{isDimmed:(r==="observation-rerender"||y.size>0)&&H!==null,matchedLayer:H,overlayCandidates:E}}function sl(e,t){const n=v(e.mapping.y),r=Sn(e);return{hasVariable:o=>e.data.hasVariable(o),getType:o=>e.data.getType(o),readValue:(o,a)=>n!==null&&a===n?r(o):o[a]??null,parsingLocale:t}}const il=["x","y","color","size","alpha","strokeWidth","lineType","label"],ea=(e,t,n,r=[])=>{const o=[];for(const a of il){const s=ul(a,t,n);s===null||!e.hasVariable(s.valueVariable)||!e.hasVariable(s.formatVariable)||o.push({aesthetic:a,variable:s.valueVariable,valueFormat:e.getValueFormat(s.formatVariable)})}return{encodings:o,detailRows:ll(e,r)}},cl=e=>t=>({key:It(t),encodings:e.encodings.map(({aesthetic:n,variable:r,valueFormat:o})=>({aesthetic:n,value:t[r]??null,valueFormat:o}))});function ll(e,t){const n=[];for(const r of t)e.hasVariable(r.variable)&&n.push({label:r.label,variable:r.variable,valueFormat:e.getValueFormat(r.variable)});return n}function ul(e,t,n){if(e==="y"){const o=v(tt(n,t));return o===null?null:{valueVariable:o,formatVariable:v(t.y)??o}}const r=v(t[e]);return r===null?null:{valueVariable:r,formatVariable:r}}const dl=Object.values(g);function wr(e){const t=new M({});return{id:e.id,data:t,geom:e.geom,mapping:{},position:e.position,yScaleType:e.yScaleType,params:e.params,interactive:e.interactive,dataLabels:e.dataLabels,summary:{},highlight:null,semanticMap:ea(t,{},e.position),spatialMap:{kind:"noop"},swatchShape:"square",failed:!0}}function ml(e,t){let n;try{n=t()}catch{return wr(e)}return pl(n)?n:wr(e)}function pl(e){for(const t of dl)if(e.data.hasVariable(t)&&e.data.getType(t)==="numeric"){for(const n of e.data.getValues(t,{type:"numeric"}))if(n!==null&&!Number.isFinite(n))return!1}return!0}const fl=e=>e.kind==="index"?(t,n)=>String(n):t=>V(e.variables.map(n=>t[n])),hl=(e,t)=>{if(e==="index")return{kind:"index"};const n=v(t.x);return{kind:"fields",variables:n===null?[D.group]:[n,D.group]}},yl=(e,t,n)=>{const r=fl(hl(t,n));return e.deriveVariable(uo.key,"categorical",r)};class gl extends ke{constructor(t,n,r,o,a){super(),this.transformCompiler=t,this.statCompiler=n,this.groupCompiler=r,this.geomCompiler=o,this.positionAdjusterCompiler=a}dependencies(t){return[t.data,t.mapping,Ar(t)]}compileLayer(t,n){return ml(t,()=>{const r=this.transformCompiler.compile({data:n.data,transforms:t.transforms}),o={...n.mapping,...t.mapping};return this.runLayerPipeline(t,r,o,Ar(n))})}runLayerPipeline(t,n,r,o){const a=Tt({data:n,mapping:r}).pipe(({data:c,mapping:l})=>{const u=this.statCompiler.compute(t.stat,{data:c,mapping:l,xScaleIsDiscrete:o});return{data:u.data,mapping:{...l,...u.mapping}}}).pipe(({data:c,mapping:l})=>({data:this.groupCompiler.compute({data:c,mapping:l}).data,mapping:l})).pipe(({data:c,mapping:l})=>{const u=this.geomCompiler.compile(t.geom,{data:c,mapping:l,params:t.params});return{data:u.data,mapping:{...l,...u.mapping},tooltipRows:u.tooltipRows??[]}}).pipe(({data:c,mapping:l})=>{const u=this.geomCompiler.getPositionChannels(t.geom),d=this.positionAdjusterCompiler.adjust(t.position,u,{data:c,mapping:l});return{data:d.data,mapping:{...l,...d.mapping}}}).pipe(({data:c,mapping:l})=>({data:yl(c,this.geomCompiler.getIdentityKeyStrategy(t.geom),l),mapping:l})).result(),{tooltipRows:s,...i}=a;return{...i,id:t.id,geom:t.geom,position:t.position,yScaleType:t.yScaleType,params:t.params,interactive:t.interactive,dataLabels:t.dataLabels,summary:{},highlight:Zo(this.geomCompiler.getHighlightStrategy(t.geom)),semanticMap:ea(i.data,i.mapping,t.position,s),spatialMap:{kind:this.geomCompiler.getSpatialKind(t.geom)},swatchShape:this.geomCompiler.getSwatchShape(t.geom),failed:!1}}}function Ar(e){return e.scales.some(t=>t.scaledAesthetic==="x"&&t.scaleType==="discrete")}class ta extends Error{constructor(t){const n=t.map(r=>`- ${r.message}`).join(`
2
2
  `);super(`Spec validation failed:
3
3
  ${n}`),this.issues=t,this.name="SpecValidationError",console.warn(`Spec validation failed:
4
- ${n}`)}}class Cc{constructor(t,n){this.transformCompiler=t,this.validator=n}check(t){const n=[];for(const r of t.layers){const a=this.transformCompiler.compile({data:t.data,transforms:r.transforms}),o={...t.mapping,...r.mapping};n.push(...this.validator.validate({layerId:r.id,geom:r.geom,stat:r.stat,effectiveMapping:o,data:a,coordType:t.coords.coordType}))}if(n.length>0)throw new La(n)}}class _c{constructor(t,n){this.geomRegistry=t,this.statRegistry=n}validate(t){return[...this.validateRequiredAesthetics(t),...this.validateVariableExistence(t),...this.validateGeomMapping(t),...this.validateCoordSupport(t)]}validateRequiredAesthetics({layerId:t,geom:n,stat:r,effectiveMapping:a}){const o=[],{requiredAesthetics:s}=this.geomRegistry.get(n),{computedVariables:i}=this.statRegistry.get(r.type);for(const c of s)i.has(c)||u.isDefined(u.readAesthetic(a,c))||o.push({code:"MISSING_AESTHETIC",message:`Layer '${t}': geom '${n}' requires aesthetic '${c}'`,layerId:t,aesthetic:c});return o}validateVariableExistence({layerId:t,stat:n,effectiveMapping:r,data:a}){const o=[],{computedVariables:s}=this.statRegistry.get(n.type);for(const[i,c]of Object.entries(r)){if(s.has(i))continue;const l=u.extractVariableName(c);l!==null&&(a.hasVariable(l)||o.push({code:"UNKNOWN_VARIABLE",message:`Layer '${t}': aesthetic '${i}' references variable '${l}' which does not exist in the dataset`,layerId:t,aesthetic:i}))}return o}validateGeomMapping({layerId:t,geom:n,stat:r,effectiveMapping:a}){const o=this.geomRegistry.get(n);if(o.validateMapping===void 0)return[];const{computedVariables:s}=this.statRegistry.get(r.type);return o.validateMapping({layerId:t,mapping:a,computedVariables:s})}validateCoordSupport({layerId:t,geom:n,coordType:r}){const{supportedCoordTypes:a}=this.geomRegistry.get(n);return a.includes(r)?[]:[{code:"UNSUPPORTED_COORD",message:`Layer '${t}': geom '${n}' is not supported under '${r}' coords`,layerId:t}]}}const rr=u.prefixInternalVariable("__ungrouped__"),Nc=(e,t)=>t===null?!0:e.some(n=>n.axis===t.axis&&n.role===t.role&&n.valueKind===t.valueKind),Ea=(e,t,n="y")=>{const r=n==="y"?"x":"y",a=u.extractVariableName(t[n]),o=u.extractVariableName(t[r]);if(!a||!o)return null;const s=e.getValues(u.GROUP_VARIABLES.group,{type:"categorical",distinct:!0,skipNulls:!0}),i=s.length===0,c=i?[rr]:s,l=e.getValues(o),d=e.getValues(a,{type:"numeric"}),m=e.getValues(u.GROUP_VARIABLES.group,{type:"categorical"}),p=e.size(),f=new Map;for(let h=0;h<p;h++){const y=l[h]??null,g=m[h],S=i?rr:g;if(!u.isDefined(S))continue;let b=f.get(y);b||(b=new Map,f.set(y,b)),b.set(S,h)}return{values:d,observationIndexByPartitionAndGroup:f,uniqueGroupKeys:c,observationCount:p}};class Oc{constructor(t){this.registry=t}adjust(t,n,r){const a=this.registry.get(t),o=a.getConsumedChannel(r.axis??"y");return Nc(n,o)?a.adjust(r):{data:r.data,mapping:{}}}}class yt{getConsumedChannel(t){return null}}class Fc extends yt{constructor(){super(...arguments),this.type="dodge"}getConsumedChannel(t){return{axis:"x",role:"point",valueKind:"value"}}adjust({data:t,mapping:n}){if(!u.extractVariableName(n.x))return{data:t,mapping:{}};const a=t.getValues(u.GROUP_VARIABLES.group,{type:"categorical",distinct:!0,skipNulls:!0});if(a.length===0)return{data:t,mapping:{}};const o=t.size(),s=t.getValues(u.GROUP_VARIABLES.group,{type:"categorical"}),i=la/2,c=a.length>1?Ws:0,l=q.scaleBand().domain(a.map(String)).range([-i,i]).paddingInner(c).paddingOuter(0),d=l.bandwidth(),m=new Array(o).fill(null),p=new Array(o).fill(null);for(let h=0;h<o;h++){const y=s[h];if(!u.isDefined(y))continue;const g=l(String(y));u.isDefined(g)&&(m[h]=g,p[h]=g+d)}return{data:t.addVariable(u.POSITION_VARIABLES.xMin,"numeric",m).addVariable(u.POSITION_VARIABLES.xMax,"numeric",p),mapping:{}}}}class Pc extends yt{constructor(){super(...arguments),this.type="fill"}getConsumedChannel(t){return{axis:t,role:"point",valueKind:"value"}}adjust({data:t,mapping:n,axis:r="y"}){const a=Ea(t,n,r);if(a===null)return{data:t,mapping:{}};const{values:o,observationIndexByPartitionAndGroup:s,uniqueGroupKeys:i,observationCount:c}=a,l=[...o],d=new Array(c).fill(0);for(const[,p]of s){let f=0,h=0;for(const S of i){const b=p.get(S);if(b===void 0)continue;const x=o[b];x!=null&&(x>=0?f+=x:h-=x)}let y=0,g=0;for(const S of i){const b=p.get(S);if(b===void 0)continue;const x=o[b];if(x===void 0)continue;if(x===null){d[b]=null,l[b]=null;continue}const T=x>=0?f:h;if(T===0){d[b]=0,l[b]=0;continue}const L=x/T;x>=0?(d[b]=y,l[b]=y+=L):(l[b]=g,d[b]=g+=L)}}let m=t.addVariable(u.variableFor(r,"lower"),"numeric",d).addVariable(u.variableFor(r,"upper"),"numeric",l);return r==="y"&&(m=m.addVariable(u.POSITION_VARIABLES.yRaw,"numeric",o)),{data:m,mapping:{}}}}class Bc extends yt{constructor(){super(...arguments),this.type="identity"}adjust({data:t}){return{data:t,mapping:{}}}}class Gc extends yt{constructor(){super(...arguments),this.type="stack"}getConsumedChannel(t){return{axis:t,role:"point",valueKind:"value"}}adjust({data:t,mapping:n,axis:r="y"}){const a=Ea(t,n,r);if(a===null)return{data:t,mapping:{}};const{values:o,observationIndexByPartitionAndGroup:s,uniqueGroupKeys:i,observationCount:c}=a,l=[...o],d=new Array(c).fill(0);for(const[,f]of s){let h=0,y=0;for(const g of i){const S=f.get(g);if(S===void 0)continue;const b=o[S];if(b!==void 0){if(b===null){d[S]=null,l[S]=null;continue}b>=0?(d[S]=h,l[S]=h+=b):(l[S]=y,d[S]=y+=b)}}}let m=t.addVariable(u.variableFor(r,"lower"),"numeric",d).addVariable(u.variableFor(r,"upper"),"numeric",l);r==="y"&&(m=m.addVariable(u.POSITION_VARIABLES.yRaw,"numeric",o));const p=u.extractVariableName(n[r]);return p!==null&&(m=m.addVariable(p,"numeric",l)),{data:m,mapping:{}}}}class Uc extends xe{constructor(){super("position"),this.register("identity",new Bc),this.register("stack",new Gc),this.register("fill",new Pc),this.register("dodge",new Fc)}}function $c(e){let t=e.data;for(const n of e.channels)n.role==="point"&&(t=Yc(n.axis,t,e));for(const n of Hc(e.channels))t=Wc(n,t,e);for(const n of e.channels)n.role==="scalar"&&(t=Kc(n,t,e));return t}function rn(e,t){return e==="x"?"x":Ue(t)}function Yc(e,t,n){const r=u.extractVariableName(n.mapping[e]),a=n.getPositionScale(rn(e,n.yScaleType));if(!r||!a)return t;const s=t.getValues(r).map(i=>u.isDefined(i)?a.map(i):null);return t.addVariable(u.variableFor(e,"point"),"numeric",s)}function Kc(e,t,n){const r=n.getPositionScale(rn(e.axis,n.yScaleType)),o=(e.aes?u.extractVariableName(u.readAesthetic(n.mapping,e.aes)):null)??u.variableFor(e.axis,e.name);if(!r||!t.hasVariable(o))return t;const i=t.getValues(o,{type:"numeric"}).map(c=>u.isDefined(c)?r.map(c):null);return t.addVariable(u.variableFor(e.axis,e.name),"numeric",i)}function Hc(e){const t=new Map;for(const n of e){if(n.role==="point"||n.role==="scalar")continue;const r=`${n.axis}:${n.valueKind}`,a=t.get(r)??{axis:n.axis,valueKind:n.valueKind,hasLower:!1,hasUpper:!1};n.role==="lower"&&(a.hasLower=!0),n.role==="upper"&&(a.hasUpper=!0),t.set(r,a)}return[...t.values()].filter(n=>n.hasLower&&n.hasUpper).map(({axis:n,valueKind:r})=>({axis:n,valueKind:r}))}function Wc(e,t,n){const r=n.getPositionScale(rn(e.axis,n.yScaleType));if(!r)return t;const a=u.variableFor(e.axis,"lower"),o=u.variableFor(e.axis,"upper");return!t.hasVariable(a)||!t.hasVariable(o)?t:e.valueKind==="value"?zc(t,r,a,o):Xc(e.axis,t,r,a,o)}function zc(e,t,n,r){const a=e.getValues(n,{type:"numeric"}),o=e.getValues(r,{type:"numeric"}),s=e.size(),i=new Array(s),c=new Array(s);for(let l=0;l<s;l++){const d=a[l],m=o[l];u.isDefined(d)&&u.isDefined(m)?(i[l]=t.map(d),c[l]=t.map(m)):(i[l]=null,c[l]=null)}return e.addVariable(n,"numeric",i).addVariable(r,"numeric",c)}function Xc(e,t,n,r,a){const o=u.variableFor(e,"point");if(!n.bandwidth||!t.hasVariable(o))return t;const s=n.bandwidth,i=t.getValues(o,{type:"numeric"}),c=t.getValues(r,{type:"numeric"}),l=t.getValues(a,{type:"numeric"}),d=t.size(),m=new Array(d),p=new Array(d);for(let f=0;f<d;f++){const h=i[f],y=c[f],g=l[f];u.isDefined(h)&&u.isDefined(y)&&u.isDefined(g)?(m[f]=h+y*s,p[f]=h+g*s):(m[f]=null,p[f]=null)}return t.addVariable(r,"numeric",m).addVariable(a,"numeric",p)}function qc(e,t){const n=e[t];return n?.kind==="position"?n:null}class jc extends Se{constructor(t){super(),this.geomRegistry=t}dependencies(t){return[t.scales.x,t.scales.y,t.scales.ySecondary]}compileLayer(t,n){const r=this.geomRegistry.get(t.geom),a=$c({channels:r.positionChannels,data:t.data,mapping:t.mapping,yScaleType:t.yScaleType,getPositionScale:o=>qc(n.scales,o)});return{...t,data:a}}}class Qc extends j{constructor(t){super(),this.registry=t}dependencies(t){return[t.layers,t.scales]}run(t){this.validateScaleTypeCompatibility(t);const n=new Map;for(const o of t.scales)n.set(o.scaledAesthetic,o);const r=this.collectValues(t.layers,n),a={};for(const[o,s]of n){const i=r.get(o)??[],c=this.registry.get(s.scaleType);a[o]=c.compile(s,i)}return a}validateScaleTypeCompatibility(t){const n=[];for(const r of t.scales){const{compatibleDataTypes:a}=this.registry.get(r.scaleType),o=Y(r.scaledAesthetic),s=t.layers.find(l=>u.isDefined(l.mapping[o]));if(!s)continue;const i=u.extractVariableName(s.mapping[o]);if(!u.isDefined(i)||!s.data.hasVariable(i))continue;const c=s.data.getType(i);if(a.includes(c)||n.push({code:"INCOMPATIBLE_TYPE",message:`Scale '${r.scaledAesthetic}' (${r.scaleType}) is incompatible with variable '${i}' (${c})`,aesthetic:o}),r.scaledAesthetic==="lineType"&&c!=="categorical"){const l=c==="temporal"?"Bucket the variable into categorical periods (e.g. quarter, year) first.":"Bin the variable into categorical buckets first.";n.push({code:"INCOMPATIBLE_TYPE",message:`Scale 'lineType' is discrete-only and cannot be mapped to ${c} variable '${i}'. ${l}`,aesthetic:o})}}if(n.length>0)throw new La(n)}collectValues(t,n){const r=new Map;for(const a of t)for(const[o,s]of Object.entries(a.mapping)){const i=o,c=i==="y"?Ue(a.yScaleType):i;if(!ei(c)||!n.has(c))continue;const l=this.resolveVariables(i,s,a.data);this.collectFromVariables(a.data,l,c,r)}return r}resolveVariables(t,n,r){if(t==="y"&&this.hasPositionAdjustedY(r))return[u.POSITION_VARIABLES.yMin,u.POSITION_VARIABLES.yMax];const a=u.extractVariableName(n);return!a||!r.hasVariable(a)?[]:[a]}hasPositionAdjustedY(t){return t.hasVariable(u.POSITION_VARIABLES.yMin)&&t.hasVariable(u.POSITION_VARIABLES.yMax)}collectFromVariables(t,n,r,a){if(n.length===0)return;let o=[];for(const i of n)o=o.concat(t.getValues(i));const s=a.get(r);a.set(r,s?s.concat(o):o)}}class Ye{createPositionScale(t,n){return{kind:"position",aesthetic:Y(t.scaledAesthetic),spec:t,...n}}createVisualScale(t,n){return{kind:"visual",aesthetic:Y(t.scaledAesthetic),spec:t,...n}}}class Zc extends Ye{constructor(){super(...arguments),this.compatibleDataTypes=["numeric"]}compile(t,n){if(t.scaleType!=="continuous")throw new Error("ContinuousScale.compile received non-continuous spec");const r=ft(t.scaledAesthetic),a=this.computeDataDomain(n,t);return r?this.buildPositionScale(a,t):this.buildVisualScale(a,t)}computeDataDomain(t,n){let r=1/0,a=-1/0;for(const o of t)typeof o=="number"&&(o<r&&(r=o),o>a&&(a=o));return r===1/0?[0,0]:(n.zero&&(r>0&&(r=0),a<0&&(a=0)),[r,a])}createD3Scale(t,n,r){let a=[r.domainMin??t[0],r.domainMax??t[1]];const o=r.transform==="log"&&Jc(a),s=o?q.scaleLog():r.transform==="sqrt"?q.scaleSqrt():q.scaleLinear();return r.nice&&!o&&(a=s.copy().domain(a).nice().domain()),s.domain([r.domainMin??a[0],r.domainMax??a[1]]).range(n).clamp(r.clamp)}buildPositionScale(t,n){const r=n.reverse?[1,0]:[0,1],a=this.createD3Scale(t,r,n);return this.createPositionScale(n,{map:a,domain:a.domain(),bandwidth:null,generateTicks:o=>o&&"count"in o?a.ticks(o.count):a.ticks()})}buildVisualScale(t,n){const r=n.range??[0,1],a=n.reverse?[r[1],r[0]]:r,o=this.createD3Scale(t,a,n);return this.createVisualScale(n,{map:o,domain:o.domain(),generateTicks:s=>s&&"count"in s?o.ticks(s.count):o.ticks()})}}const Jc=e=>{const[t,n]=e;return t>0&&n>0||t<0&&n<0};class el extends Ye{constructor(){super(...arguments),this.compatibleDataTypes=["temporal"]}compile(t,n){if(t.scaleType!=="datetime")throw new Error("DatetimeScale.compile received non-datetime spec");const r=ft(t.scaledAesthetic),a=this.computeDataDomain(n);if(!r)throw new Error("Datetime scale is not supported for non-position aesthetics");return this.buildScale(a,t,this.collectInputDates(n))}collectInputDates(t){const n=new Set,r=[];for(const a of t){if(!(a instanceof Date))continue;const o=a.getTime();n.has(o)||(n.add(o),r.push(a))}return r.sort((a,o)=>a.getTime()-o.getTime()),r}computeDataDomain(t){let n=1/0,r=-1/0;for(const a of t){if(!(a instanceof Date))continue;const o=a.getTime();o<n&&(n=o),o>r&&(r=o)}return n===1/0?[]:[new Date(n),new Date(r)]}createD3Scale(t,n,r){const a=tl(t)?t:[],o=q.scaleUtc().domain(a).range(n).clamp(r.clamp);if(r.nice&&o.nice(),u.isDefined(r.domainMin)||u.isDefined(r.domainMax)){const[s,i]=o.domain();s!==void 0&&i!==void 0&&o.domain([r.domainMin??s,r.domainMax??i])}return o}buildScale(t,n,r){const a=n.reverse?[1,0]:[0,1],o=this.createD3Scale(t,a,n),[s,i]=o.domain(),c=s&&i?r.filter(l=>l>=s&&l<=i):[];return this.createPositionScale(n,{map:o,domain:o.domain(),bandwidth:null,generateTicks:l=>l&&"atInputs"in l?c:l&&"interval"in l?s&&i?ii(s,i,l.interval):[]:o.ticks(l?.count)})}}const tl=e=>e.length===2&&R(e[0])&&R(e[1]),pe={transform:"linear",reverse:!1,nice:!0,zero:!1,domainMin:null,domainMax:null},ar={size:[4,20],alpha:[.1,1],strokeWidth:[1,4]},We={domainMin:null,domainMax:null,nice:!1,reverse:!1},De={range:null,domain:null,padding:.1,reverse:!1},nl={palette:{type:"default"}};class rl extends Ye{constructor(){super(...arguments),this.compatibleDataTypes=["categorical","numeric","temporal"]}compile(t,n){if(t.scaleType!=="discrete")throw new Error("DiscreteScale.compile received non-discrete spec");const r=ft(t.scaledAesthetic),a=this.computeDataDomain(n,t);return r?this.buildPositionScale(a,t):this.buildVisualScale(a,t)}computeDataDomain(t,n){if(n.domain!==null&&n.domain.length>0)return[...n.domain];const r=new Set,a=[];for(const o of t)r.has(o)||(r.add(o),a.push(o));return a}buildPositionScale(t,n){const r=t.map(String),a=n.padding??De.padding,o=n.reverse?[1,0]:[0,1],s=q.scaleBand().domain(r).range(o).paddingInner(a).paddingOuter(a/2),i=s.bandwidth()/2;return this.createPositionScale(n,{map:c=>(s(String(c))??0)+i,domain:t,bandwidth:s.bandwidth(),generateTicks:()=>[...t]})}buildVisualScale(t,n){const r=t.map(String),a=n.range&&n.range.length>0?q.scaleOrdinal().domain(r).range(n.range).unknown(n.range[0]):null;return this.createVisualScale(n,{map:o=>{const s=String(o);return a?a(s):s},domain:t,generateTicks:()=>t})}}class al extends Ye{constructor(){super(...arguments),this.compatibleDataTypes=["numeric","categorical","temporal"]}compile(t){if(t.scaleType!=="identity")throw new Error("IdentityScale.compile received non-identity spec");return{kind:"identity",aesthetic:Y(t.scaledAesthetic),spec:t,map:n=>n,domain:[],generateTicks:()=>[]}}}const Ma=["grey","red","orange","yellow","green","cyan","blue","purple","pink"],Da=["cyan","pink","purple","red","orange","yellow","green","blue"],an=["#B399FE","#FC7E91","#33B6E0","#FFC849","#25CDA5","#FA9B65","#D93C95","#845FD8","#3F8EEB","#58C8D8","#F35074","#6EA0DA"],B={red:"#E83562",orange:"#F38650",yellow:"#FBBC30",green:"#31FCB4",cyan:"#40F8FF",blue:"#279EFF",purple:"#B399FD",dark_purple:"#6D48D2",plum:"#C82184",pink:"#FC8497"},ol=[B.purple,B.pink,B.yellow,B.blue,B.red,B.cyan,B.orange,B.plum,B.green,B.dark_purple],N={green:"#B2DDC9",cyan:"#A2D5E2",blue:"#AAC4FF",purple:"#B2A4FF",plum:"#DCA8C7",pink:"#FFCCD3",red:"#FFADAD",orange:"#FFDEB4",yellow:"#FDF7C3"},sl=[N.green,N.purple,N.red,N.cyan,N.pink,N.blue,N.orange,N.plum,N.yellow],Ut={grey900:"#1c1917",grey800:"#292524",grey700:"#44403c",grey600:"#57534e",grey500:"#78716c",grey400:"#a8a29e",grey300:"#d6d3d1",grey200:"#e7e5e4",grey100:"#f5f5f4",grey50:"#fafaf9",red900:"#7f1d1d",red800:"#991b1b",red700:"#b91c1c",red600:"#dc2626",red500:"#ef4444",red400:"#f87171",red300:"#fca5a5",red200:"#fecaca",red100:"#fee2e2",red50:"#fef2f2",orange900:"#7c2d12",orange800:"#9a3412",orange700:"#c2410c",orange600:"#ea580c",orange500:"#f97316",orange400:"#fb923c",orange300:"#fdba74",orange200:"#fed7aa",orange100:"#ffedd5",orange50:"#fff7ed",yellow900:"#553B0C",yellow800:"#6F4B08",yellow700:"#8D6300",yellow600:"#BD8A00",yellow500:"#E5B400",yellow400:"#FFC800",yellow300:"#FBDA2B",yellow200:"#FEED72",yellow100:"#FEF8B4",yellow50:"#FEFCE2",green900:"#064e3b",green800:"#065f46",green700:"#047857",green600:"#059669",green500:"#10b981",green400:"#34d399",green300:"#6ee7b7",green200:"#a7f3d0",green100:"#d1fae5",green50:"#ecfdf5",cyan900:"#164e63",cyan800:"#155e75",cyan700:"#0e7490",cyan600:"#0891B2",cyan500:"#06b6d4",cyan400:"#22d3ee",cyan300:"#67e8f9",cyan200:"#a5f3fc",cyan100:"#cffafe",cyan50:"#ecfeff",blue900:"#1e3a8a",blue800:"#1e40af",blue700:"#1d4ed8",blue600:"#2563eb",blue500:"#3b82f6",blue400:"#60a5fa",blue300:"#93c5fd",blue200:"#bfdbfe",blue100:"#dbeafe",blue50:"#eff6ff",purple900:"#4c1d95",purple800:"#5b21b6",purple700:"#6d28d9",purple600:"#7c3aed",purple500:"#8b5cf6",purple400:"#a78bfa",purple300:"#c4b5fd",purple200:"#ddd6fe",purple100:"#ede9fe",purple50:"#f5f3ff",pink900:"#751A5E",pink800:"#8F1972",pink700:"#AF1C8A",pink600:"#D326A8",pink500:"#E845BF",pink400:"#F979D9",pink300:"#FCABE8",pink200:"#FED0F3",pink100:"#FFE8F9",pink50:"#FFF4FC"},il=[Ut.grey200,N.green,N.red,Ut.grey200],or={dark:{1:[500],2:[600,400],3:[600,400,200],4:[600,500,300,100],5:[700,600,400,200,50],6:[600,500,400,300,200,100],7:[600,500,400,300,200,100,50],default:[700,600,500,400,300,200,100,50]},light:{1:[600],2:[700,500],3:[800,600,400],4:[800,600,400,300],5:[800,700,600,500,400],6:[800,700,600,500,400,300],7:[900,800,700,600,500,400,300],default:[900,800,700,600,500,400,300,200]}},C={cyan:"#22D3EE",pink:"#F377EF",purple:"#6528F7",red:"#FB2576",orange:"#FF9300",yellow:"#FBFF00",green:"#06FF00",blue:"#0079FF"},ze=[C.cyan,C.pink,C.purple,C.red,C.orange,C.yellow,C.green,C.blue],cl=[C.cyan,C.green,C.red,C.cyan],Xe={start:"#84D1FC",positive:"#84FC89",negative:"#FC8497",total:"#84D1FC"},ll=[Xe.start,Xe.positive,Xe.negative,Xe.total];function ul(e,t="light",n){return((n!==void 0?or[t][n]:void 0)??or[t].default).map(a=>Ut[`${e}${a}`])}function dl(e){const t=ze.indexOf(C[e]);return t<=0?ze:[...ze.slice(t),...ze.slice(0,t)]}function ml(e,t){switch(e.type){case"default":return an;case"graphy":return e.variant==="waterfall"?ll:ol;case"pastel":return e.variant==="waterfall"?il:sl;case"neon":return e.variant==="waterfall"?cl:dl(e.base);case"mono":return ul(e.base,e.variant??"light",t);case"custom":return e.colors}}function pl(e,t){if(!e)return nl.palette;if(e.type==="custom"){const n=t[e.id];if(!n)throw new Error(`Custom palette with id "${e.id}" not found`);return{type:"custom",id:e.id,colors:n}}return e}class fl extends Ye{constructor(){super(...arguments),this.compatibleDataTypes=["categorical","temporal"]}compile(t,n){if(t.scaleType!=="palette")throw new Error("PaletteScale.compile received non-palette spec");const r=this.computeDomain(n),a=ml(t.palette,r.length),o=a.length>0?a:[...an],s=q.scaleOrdinal().domain(r.map(String)).range(o).unknown(o[0]);return this.createVisualScale(t,{map:i=>s(String(i)),domain:r,generateTicks:()=>r})}computeDomain(t){const n=new Set,r=[];for(const a of t)n.has(a)||(n.add(a),r.push(a));return r}}class hl extends xe{constructor(){super("scale"),this.register("continuous",new Zc),this.register("discrete",new rl),this.register("datetime",new el),this.register("identity",new al),this.register("palette",new fl)}}const ka=e=>!("layers"in e),w={point:yl,line:gl,area:bl,bar:Sl,rule:xl};function yl(e={}){return{type:"layer",geom:"point",mapping:e.aes,stat:e.stat,params:e.params,position:e.position,yScaleType:e.yScaleType,transforms:e.transforms,interactive:e.interactive,dataLabels:e.dataLabels}}function gl(e={}){return{type:"layer",geom:"line",mapping:e.aes,stat:e.stat,params:e.params,position:e.position,yScaleType:e.yScaleType,transforms:e.transforms,interactive:e.interactive,dataLabels:e.dataLabels}}function bl(e={}){return{type:"layer",geom:"area",mapping:e.aes,stat:e.stat,params:e.params,position:e.position,yScaleType:e.yScaleType,transforms:e.transforms,interactive:e.interactive,dataLabels:e.dataLabels}}function Sl(e={}){return{type:"layer",geom:"bar",mapping:e.aes,stat:e.stat,params:e.params,position:e.position,yScaleType:e.yScaleType,transforms:e.transforms,interactive:e.interactive,dataLabels:e.dataLabels}}function xl(e={}){return{type:"layer",geom:"rule",mapping:e.aes,stat:e.stat,params:e.params,position:e.position,yScaleType:e.yScaleType,transforms:e.transforms,interactive:e.interactive,dataLabels:e.dataLabels}}const on={identity:vl,count:Tl,smooth:Al,mean:Il};function Al(e){return{type:"smooth",method:e.method,order:e.order,bandwidth:e.bandwidth}}function vl(){return{type:"identity"}}function Tl(){return{type:"count"}}function Il(){return{type:"mean"}}const re={reshape:wl,filter:Vl,sort:Ll,aggregate:El,constant:Ml};function wl(e={}){return{type:"transform",transformType:"reshape",options:e}}function Vl(e){return{type:"transform",transformType:"filter",options:e}}function Ll(e){return{type:"transform",transformType:"sort",options:e}}function El(e){return{type:"transform",transformType:"aggregate",options:e}}function Ml(e){return{type:"transform",transformType:"constant",options:e}}const sr="#%_ENCODED_%#",Ra=e=>{if(!e.startsWith(sr))return e;try{const{value:t}=JSON.parse(e.slice(sr.length));return typeof t=="string"?t:e}catch{return e}},Dl=({annotations:e,dataset:t,mapping:n})=>{const r=[],a=[],o=[],s=[],i=[],c=[],l=[],d=u.extractVariableName(n.x);for(const m of e??[])switch(m.type){case"difference-arrow":{const p=kl(m,d,t);p!==null&&r.push(p);break}case"shape":{a.push(Rl(m));break}case"arrow":{o.push(Ol(m));break}case"highlight":break;case"text":{s.push(Cl(m));break}case"sticker":{const p=_l(m,d,t);p!==null&&i.push(p);break}case"tooltip":{const p=Nl(m,d,t);if(p===null)break;p.kind==="pinnedNumber"?c.push(p.value):l.push(p.value);break}default:{const p=m;throw new Error(`Unsupported annotation type: ${p.type}`)}}return{differenceArrows:r,shapes:a,freeformArrows:o,textAnnotations:s,stickers:i,pinnedNumbers:c,comments:l}},kl=(e,t,n)=>{const r=it({dataset:n,input:e.start,anchorVariable:t}),a=it({dataset:n,input:e.end,anchorVariable:t});return r===null||a===null?null:{id:e.id,start:r,end:a,label:e.show,color:e.color??null,size:e.size,labelCrossPosition:e.labelPosition}},Rl=e=>({id:e.id,kind:e.shape,zOrder:e.layer==="abovePlot"?"foreground":"background",x:e.x,y:e.y,width:e.width,height:e.height,fillColor:e.fillColor,fillOpacity:e.fillOpacity,strokeWidth:e.strokeWidth,strokeColor:e.fillColor}),Cl=e=>({id:e.id,content:e.content,x:e.x,y:e.y,width:e.width,backgroundColor:e.backgroundColor??null,backgroundColorStyle:e.backgroundColorStyle}),_l=(e,t,n)=>{const r=it({dataset:n,input:e,anchorVariable:t});return r===null?null:{id:e.id,anchor:r,sticker:e.sticker}},Nl=(e,t,n)=>{const r=it({dataset:n,input:e,anchorVariable:t});return r===null?null:e.caption===null||e.caption===void 0?{kind:"pinnedNumber",value:{id:e.id,anchor:r}}:{kind:"comment",value:{id:e.id,anchor:r,content:e.caption}}},Ol=e=>({id:e.id,start:{x:e.startX,y:e.startY},end:{x:e.endX,y:e.endY},color:e.color??null,thickness:e.thickness,startArrowheadStyle:e.startArrowheadStyle,endArrowheadStyle:e.endArrowheadStyle,lineStyle:e.lineStyle,hasStickerStyle:e.hasStickerStyle}),it=({dataset:e,input:t,anchorVariable:n})=>{if(!u.isDefined(t)||!u.isDefined(t.columnKey))return null;const r=Fl(t,n,e);return r===null?null:{anchorValue:r,groupValue:Ra(t.columnKey)}},Fl=(e,t,n)=>e.rowValue!==void 0?e.rowValue:t===null||!u.isDefined(e.rowIndex)||!n.hasVariable(t)?null:n.getValues(t)[e.rowIndex]??null,Ca=["lilac","neon_pink","blackberry","sun","iceland","sunset","ultraviolet","purple","ice_cream","mint","cool","fresh"];function _a(e){return{type:"config",config:e}}const Pl="#E5E5E5",Bl={x:"top",y:"left"},Gl=new Set(["pie","donut"]);function Ul(e){return _a({legend:Wl(e.legend),axes:Xl(e.axes),headline:ql(e),numberFormat:jl(e.appearance),content:Ql(e.content),appearance:$l(e.appearance,e.themeOverrides)}).config}function $l(e,t){const n=Hl(e?.border),r=e?.hasRoundedCorners===!1?0:void 0,a=Yl(e,t),o={};return e?.textScale!==void 0&&(o.textScale=e.textScale),n!==void 0&&(o.border=n),r!==void 0&&(o.cornerRadius=r),a!==void 0&&(o.background=a),e?.highlightStyle!==void 0&&(o.highlightStyle=e.highlightStyle==="grey"?"desaturate":"dim"),Object.keys(o).length>0?o:void 0}function Yl(e,t){if(e?.backgroundModifier==="tint")return{type:"tinted"};const n=t?.graphBackground;if(typeof n=="string")return{type:"solid",color:n}}const Kl=e=>Ca.includes(e);function Hl(e){if(!e?.style)return;if(e.style==="none")return{type:"none"};const t=e.width??0;if(e.style==="grey")return{type:"solid",color:Pl,width:t};if(e.style==="preset")return e.color===void 0||!Kl(e.color)?void 0:{type:"preset",preset:e.color,width:t};if(e.color!==void 0)return e.style==="custom"?{type:"solid",color:e.color,width:t}:{type:e.style,color:e.color,width:t}}function Wl(e){if(e)return{position:e.position}}function ir(e,t,n){return!t&&n===void 0?{}:{...t?.isHidden!==void 0?{isVisible:!t.isHidden}:void 0,...t?.label!==void 0?{label:t.label}:void 0,...t?.isReversed?{position:Bl[e]}:void 0,...t?.tickDisplayMode?{labels:{mode:t.tickDisplayMode}}:void 0,...n!==void 0?{grid:{isVisible:n}}:void 0}}function zl(e){return{...e.label!==void 0?{label:e.label}:void 0}}function Xl(e){if(e)return{x:ir("x",e.x,e.showGridLines),y:ir("y",e.y,e.showGridLines),...e.y2?{ySecondary:zl(e.y2)}:void 0}}function ql(e){const{headlineNumbers:t,options:n,type:r}=e,a=r!==void 0&&Gl.has(r)?n?.pieTotalPosition:void 0;if(t===void 0&&a===void 0)return;const o={};return t?.show!==void 0&&(o.show=t.show),t?.compareWith!==void 0&&(o.compareWith=t.compareWith),t?.size!==void 0&&(o.size=t.size),a!==void 0&&(o.show="total",o.position=a==="center"?"center":"above"),o}function jl(e){if(e?.numberFormat)return{decimals:e.numberFormat.decimalPlaces,abbreviation:e.numberFormat.abbreviation}}function Ql(e){if(!e)return;const t={};e.title!==void 0&&(t.title=e.title),e.isTitleHidden!==void 0&&(t.isTitleVisible=!e.isTitleHidden),e.subtitle!==void 0&&(t.subtitle=e.subtitle),e.isSubtitleHidden!==void 0&&(t.isSubtitleVisible=!e.isSubtitleHidden),e.caption!==void 0&&(t.caption=e.caption),e.isCaptionHidden!==void 0&&(t.isCaptionVisible=!e.isCaptionHidden);const n=Zl(e.source);return n!==void 0&&(t.source=n),e.isSourceHidden!==void 0&&(t.isSourceVisible=!e.isSourceHidden),t}function Zl(e){if(!e)return;const t={};return e.label!==void 0&&(t.label=e.label),e.url!==void 0&&(t.url=e.url),Object.keys(t).length===0?void 0:t}const k={cartesian:(e={})=>({type:"coord",coordType:"cartesian",params:e}),flip:(e={})=>({type:"coord",coordType:"flip",params:e}),polar:(e={})=>({type:"coord",coordType:"polar",params:e})},Jl={showDataLabels:!1,format:"absolute",showStackTotals:!1,showCategoryLabels:!1,labelSource:{variable:u.POSITION_VARIABLES.yRaw}},nt={stat:{type:"identity"},position:"identity",params:{size:8}},It={stat:{type:"identity"},position:"identity",params:{lineWidth:"auto",interpolate:"linear",missingValues:"gap"}},wt={stat:{type:"identity"},position:"stack",params:{lineWidth:"auto",interpolate:"linear",missingValues:"zero"}},Vt={stat:{type:"identity"},position:"dodge",params:{}},Le={stat:{type:"identity"},position:"identity",interactive:!1,params:{strokeWidth:1,lineType:"dashed",labelPosition:"start"}},ve="primary";function eu(e,t){const n={...Jl};return e==="bar"&&t==="polar"&&(n.format="percentage"),n}function E(e,t={}){return{type:"scale",scaledAesthetic:e,scaleType:"continuous",transform:t.transform,reverse:t.reverse,nice:t.nice,zero:t.zero,clamp:t.clamp,domainMin:t.domainMin??null,domainMax:t.domainMax??null,range:t.range}}function rt(e,t={}){return{type:"scale",scaledAesthetic:e,scaleType:"datetime",domainMin:t.domainMin??null,domainMax:t.domainMax??null,nice:t.nice,reverse:t.reverse,clamp:t.clamp}}function G(e,t={}){return{type:"scale",scaledAesthetic:e,scaleType:"discrete",range:t.range,domain:t.domain??null,padding:t.padding,reverse:t.reverse}}function ke(e,t={}){return{type:"scale",scaledAesthetic:e,scaleType:"identity"}}function at(e,t){return{type:"scale",scaledAesthetic:e,scaleType:"inferred",options:t}}function Na(e,t={}){return{type:"scale",scaledAesthetic:e,scaleType:"palette",palette:t.palette}}const ae={x:Object.assign(e=>at("x",e),{continuous:e=>E("x",e),discrete:e=>G("x",e),datetime:e=>rt("x",e),log:e=>E("x",{...e,transform:"log"}),sqrt:e=>E("x",{...e,transform:"sqrt"})}),y:Object.assign(e=>at("y",e),{continuous:e=>E("y",e),discrete:e=>G("y",e),datetime:e=>rt("y",e),log:e=>E("y",{...e,transform:"log"}),sqrt:e=>E("y",{...e,transform:"sqrt"})}),ySecondary:Object.assign(e=>at("ySecondary",e),{continuous:e=>E("ySecondary",e),discrete:e=>G("ySecondary",e),datetime:e=>rt("ySecondary",e),log:e=>E("ySecondary",{...e,transform:"log"}),sqrt:e=>E("ySecondary",{...e,transform:"sqrt"})}),color:{continuous:e=>E("color",e),discrete:e=>G("color",e),palette:e=>Na("color",e)},size:{continuous:e=>E("size",e),discrete:e=>G("size",e),identity:e=>ke("size",e)},alpha:{continuous:e=>E("alpha",e),discrete:e=>G("alpha",e),identity:e=>ke("alpha",e)},strokeWidth:{continuous:e=>E("strokeWidth",e),discrete:e=>G("strokeWidth",e),identity:e=>ke("strokeWidth",e)},lineType:{discrete:e=>G("lineType",e),identity:e=>ke("lineType",e)}},_="key",W="value",cr=u.prefixInternalVariable("lineSeriesLabel"),lr=u.prefixInternalVariable("barSeriesLabel"),ct=u.prefixInternalVariable("constantY"),tu=(e,t,n,r)=>cu[t](e,n,r),sn=e=>{const{numeric:t,categorical:n,temporal:r}=e.groupVariableNamesByType();return u.isDefined(r[0])?r[0]:u.isDefined(n[0])?n[0]:u.isDefined(t[0])?t[0]:""},cn=e=>{const t=sn(e),{numeric:n}=e.groupVariableNamesByType(),r=n.filter(o=>o!==t);return r.length<=1?{dataset:e,mapping:{x:t,y:r[0]??""},seriesVariables:r}:{dataset:e.reshapeFromWideToLong({keep:[t],keyName:_,valueName:W}),mapping:{x:t,y:W,color:_},seriesVariables:r}},ln=e=>{const t=e.appearance?.seriesStyles;if(!t||e.seriesVariables.length===0)return{mapping:{},scales:[]};if(!e.seriesVariables.some(a=>u.isDefined(t[a]?.lineStyle)))return{mapping:{},scales:[]};if(e.seriesVariables.length===1){const a=e.seriesVariables[0];if(!a)return{mapping:{},scales:[]};const o=t[a]?.lineStyle;return o?{mapping:{lineType:{value:o}},scales:[]}:{mapping:{},scales:[]}}const r=e.seriesVariables.map(a=>t[a]?.lineStyle??"solid");return{mapping:{lineType:_},scales:[ae.lineType.discrete({domain:e.seriesVariables,range:r})]}},nu=e=>{const{categorical:t,temporal:n,numeric:r}=e.groupVariableNamesByType(),a=r[0];if(!u.isDefined(a))throw new Error("No first numeric variable found");const o=r.slice(1);return o.length===0?{dataset:e.addConstantVariable(ct,"categorical",""),mapping:{x:a,y:ct,label:t[0]}}:o.length===1?{dataset:e,mapping:{x:a,y:o[0]??"",label:t[0]}}:{dataset:e.reshapeFromWideToLong({keep:[a,...t,...n],keyName:_,valueName:W}),mapping:{x:a,y:W,label:t[0],color:_}}},ru=e=>{const{categorical:t,temporal:n,numeric:r}=e.groupVariableNamesByType();let a,o;if(u.isDefined(t[0])&&u.isDefined(r[0]))a=t[0],o=r[0];else if(u.isDefined(n[0])&&u.isDefined(r[0]))a=n[0],o=r[0];else if(u.isDefined(r[0])&&u.isDefined(r[1]))a=r[0],o=r[1];else throw new Error("No label or value variable found");return{x:"",y:o,color:a}},Oa=(e,t,n)=>{const{dataset:r,mapping:a,seriesVariables:o}=cn(e.dataset),s=ln({appearance:n,seriesVariables:o}),i=[w.line({params:{lineWidth:t?.lineThickness,interpolate:t?.isSmoothLine?"catmull-rom":"linear",missingValues:t?.missingValues}})];return t?.showPoints&&i.push(w.point({params:{size:Fa(t.pointSize)},interactive:!1})),{dataset:r,layers:i,coords:k.cartesian(),mapping:{...a,...s.mapping},scales:s.scales,seriesVariables:o}},au=(e,t,n)=>{const{dataset:r,mapping:a,seriesVariables:o}=cn(e.dataset),s=ln({appearance:n,seriesVariables:o}),i=[w.area({position:"stack",params:{lineWidth:t?.lineThickness,interpolate:t?.isSmoothLine?"catmull-rom":"linear",missingValues:t?.missingValues}})];return t?.showPoints&&i.push(w.point({params:{size:Fa(t.pointSize)},position:"stack",interactive:!1})),{dataset:r,layers:i,coords:k.cartesian(),mapping:{...a,...s.mapping},scales:s.scales,seriesVariables:o}},ee=(e,t,n,r,a)=>{const{dataset:o,mapping:s,seriesVariables:i}=cn(e.dataset),c=[];if(r?.sortBars){const l=u.extractVariableName(s.y);l!==null&&l!==""&&c.push(re.sort({variableName:l,direction:"desc"}))}if(!a?.useSingleColorForBars){const l=sn(e.dataset),{numeric:d}=e.dataset.groupVariableNamesByType();d.filter(p=>p!==l).length===1&&e.dataset.getType(l)==="categorical"&&(s.color=l)}return{dataset:o,layers:[w.bar({position:t})],coords:n,mapping:s,scales:[],transforms:c,seriesVariables:i}},ur=(e,t)=>({dataset:e.dataset,layers:[w.bar({position:"fill"})],coords:k.polar({theta:"y",innerRadius:t==="donut"?.55:0}),mapping:ru(e.dataset),scales:[],seriesVariables:[]}),ou=e=>{const{dataset:t,mapping:n}=nu(e.dataset);return{dataset:t,layers:[w.point()],coords:k.cartesian(),mapping:n,scales:[],seriesVariables:[]}},su=e=>{const{numeric:t,categorical:n}=e.dataset.groupVariableNamesByType(),r=t[0];if(!u.isDefined(r))throw new Error("No first numeric variable found");const o=u.isDefined(t[1])?e.dataset:e.dataset.addConstantVariable(ct,"categorical",""),s={x:r,y:t[1]??ct,size:t[2],label:n[0]},i=[];return u.isDefined(s.size)&&i.push(ae.size.continuous()),{dataset:o,layers:[w.point()],coords:k.cartesian(),mapping:s,scales:i,seriesVariables:[]}},Lt=(e,t,n)=>{const r=n?.seriesStyles?.[e]?.lineStyle;return w.line({transforms:[re.constant({variableName:cr,type:"categorical",value:e})],aes:{y:e,color:cr,...r?{lineType:{value:r}}:{}},...t?{yScaleType:"secondary"}:void 0})},iu=(e,t,n)=>{const{numeric:r,categorical:a,temporal:o}=e.dataset.groupVariableNamesByType(),s=sn(e.dataset),i=[...a,...o],c=r.filter(g=>g!==s),l=t?.comboType??"grouped-bars",d=l==="lines";if(c.length===1)return d?Oa(e,t,n):ee(e,"dodge",k.cartesian(),t,n);const m=e.axes?.hasDualYAxis===!0,p=d?[]:c.slice(0,-1),f=d?c:c.slice(-1),h=[],y=[];if(p.length>0){const g=l==="stacked-bars"?"stack":"dodge",S=p.length===1?p[0]:null;u.isDefined(S)?h.push(w.bar({transforms:[re.constant({variableName:lr,type:"categorical",value:S})],aes:{y:S,color:lr},position:g})):h.push(w.bar({transforms:[re.reshape({keep:i,reshape:p,keyName:_,valueName:W})],aes:{y:W,color:_},position:g}))}if(d&&f.length>=2){const g=m?f.slice(0,-1):f,S=g.length===1?g[0]:null;if(u.isDefined(S))h.push(Lt(S,!1,n));else{const b=ln({appearance:n,seriesVariables:g});h.push(w.line({transforms:[re.reshape({keep:i,reshape:g,keyName:_,valueName:W})],aes:{y:W,color:_,...b.mapping}})),y.push(...b.scales)}if(m){const b=f[f.length-1];u.isDefined(b)&&h.push(Lt(b,!0,n))}}else for(const g of f)h.push(Lt(g,m,n));return{dataset:e.dataset,layers:h,coords:k.cartesian(),mapping:{x:s},scales:y,seriesVariables:c}},Fa=(e="auto")=>e==="auto"?nt.params.size:e,Ee=e=>()=>{throw new Error(`Unsupported graph type: ${e}`)},cu={line:(e,t,n)=>Oa(e,t,n),areaStacked:(e,t,n)=>au(e,t,n),bar:(e,t,n)=>ee(e,"dodge",k.flip(),t,n),barStacked:(e,t,n)=>ee(e,"stack",k.flip(),t,n),barStackedFill:(e,t,n)=>ee(e,"fill",k.flip(),t,n),column:(e,t,n)=>ee(e,"dodge",k.cartesian(),t,n),columnStacked:(e,t,n)=>ee(e,"stack",k.cartesian(),t,n),columnStackedFill:(e,t,n)=>ee(e,"fill",k.cartesian(),t,n),pie:e=>ur(e,"pie"),donut:e=>ur(e,"donut"),scatter:e=>ou(e),bubble:e=>su(e),combo:(e,t,n)=>iu(e,t,n),funnel:Ee("funnel"),heatmap:Ee("heatmap"),waterfall:Ee("waterfall"),mekko:Ee("mekko"),table:Ee("table")},Pa=["key",u.prefixInternalVariable("lineSeriesLabel"),u.prefixInternalVariable("barSeriesLabel")];function lu(e){const t=e.annotations??[],n=uu(e.mapping),r=pu(e.convertedDataset,e.layers),a=[];for(const o of t){if(o.type!=="highlight")continue;const s=du({annotation:o,rowIdentityVariable:n,dataset:e.dataset,compiledVariableNames:r});s!==null&&a.push({type:"highlight",id:o.id,predicate:s,scope:o.highlight})}return a}function uu(e){const t=u.extractVariableName(e.x);return t!==null&&t!==""?t:u.extractVariableName(e.color)}function du({annotation:e,rowIdentityVariable:t,dataset:n,compiledVariableNames:r}){switch(e.highlight){case"x-value":return dr(e,t,n);case"series":return mr(e,r);case"data-point":{const a=dr(e,t,n),o=mr(e,r);return a===null&&o===null?null:a===null?o:o===null?a:{and:[a,o]}}}}function dr(e,t,n){if(t===null)return null;const r=fu(e,t,n);return r===null?null:{variable:t,eq:r}}function mr(e,t){if(!mu(t))return null;const n=e.columnKey;return u.isDefined(n)?{or:Pa.map(r=>({variable:r,eq:n}))}:null}function mu(e){return Pa.some(t=>e.includes(t))}function pu(e,t){const n=[...e.getVariableNames()];for(const r of t)for(const a of r.transforms??[])a.transformType==="reshape"?n.push(a.options.keyName??_):a.transformType==="constant"&&n.push(a.options.variableName);return n}function fu(e,t,n){return e.rowValue!==void 0?e.rowValue:!u.isDefined(e.rowIndex)||!n.getVariableNames().includes(t)?null:n.getValues(t)[e.rowIndex]??null}function hu(e,t,n){const{theme:r,customPalettes:a}=n;if(a&&e&&a[e])return{type:"custom",id:e};if(e?.startsWith("preset:pastel"))return{type:"pastel",variant:Et(t)};if(e?.startsWith("preset:graphy"))return{type:"graphy",variant:Et(t)};const i="preset:mono:";if(e?.startsWith(i)){const l=e.slice(i.length);if(yu(l))return{type:"mono",base:l,variant:r}}const c="preset:neon:";if(e?.startsWith(c)){const l=e.slice(c.length);if(gu(l))return{type:"neon",base:l,variant:Et(t)}}return{type:"default"}}function Et(e){if(e==="waterfall")return"waterfall"}function yu(e){return Ma.includes(e)}function gu(e){return Da.includes(e)}function bu(e,t,n,r={}){const a=[];a.push(pr("x",t?.x)),a.push(pr("y",t?.y));const o=hu(n?.paletteId,e,r);return a.push(ae.color.palette({palette:o})),a}function pr(e,t){return t?.scaleType==="logarithmic"||t?.min!==void 0||t?.max!==void 0?t.scaleType==="logarithmic"?ae[e].log({domainMin:t.min??void 0,domainMax:t.max??void 0}):ae[e]({domainMin:t.min??void 0,domainMax:t.max??void 0}):ae[e]()}const Su=new Set(["column","columnStacked","columnStackedFill","bar","barStacked","barStackedFill","line","areaStacked","scatter","bubble","funnel","combo"]),xu=new Set(["column","columnStacked","columnStackedFill","bar","barStacked","barStackedFill","line","areaStacked","combo"]);function Au(e,t,n){const r=t.type??"column",a={dataset:e,axes:t.axes},o=tu(a,r,t.options??void 0,t.appearance??void 0);return{data:o.dataset,mapping:o.mapping,layers:vu(r,t,o.layers,o.coords,o.mapping,o.seriesVariables),scales:[...bu(r,t.axes,t.appearance,n),...o.scales],transforms:o.transforms??[],highlights:lu({annotations:t.annotations,dataset:e,mapping:o.mapping,convertedDataset:o.dataset,layers:o.layers}),annotations:Dl({annotations:t.annotations,dataset:e,mapping:o.mapping}),coords:o.coords,config:Ul(t)}}function vu(e,t,n,r,a,o){const s=Lu(t.dataLabels),i=s===void 0?n:n.filter(l=>l.interactive!==!1).map(l=>({...l,dataLabels:{...s,...l.dataLabels}})),c=t.axes?.hasDualYAxis??!1;return[...i,...Tu({type:e,trendline:t.referenceLines?.trendline,coords:r}),...Iu({type:e,hasDualYAxis:c,goalLine:t.referenceLines?.goalLine,coords:r}),...Vu({type:e,hasDualYAxis:c,averageLine:t.referenceLines?.averageLine,coords:r,mapping:a,seriesVariables:o})]}function Tu({type:e,trendline:t,coords:n}){return t===void 0?[]:Su.has(e)?n.coordType==="polar"?[]:[w.line({aes:{lineType:{value:"dashed"}},stat:on.smooth({method:t}),interactive:!1})]:[]}function Iu({type:e,hasDualYAxis:t,goalLine:n,coords:r}){if(!wu(n))return[];if(r.coordType==="polar")return[];const a=r.coordType==="flip"?"end":"start";return[w.rule({aes:{y:{value:n.target}},params:{labelPosition:a,label:n.label??"Goal"},yScaleType:e==="combo"&&t?"secondary":"primary",interactive:!1})]}function wu(e){return e!==void 0&&Number.isFinite(e.target)}function Vu({type:e,hasDualYAxis:t,averageLine:n,coords:r,mapping:a,seriesVariables:o}){if(n===void 0)return[];if(!xu.has(e))return[];if(r.coordType==="polar")return[];const s=Ra(n.columnKey);if(!o.includes(s))return[];const i=a.color===_,c=i?W:s,l=i?[re.filter({variableName:_,operator:"eq",value:s})]:[];return[w.rule({aes:{y:c,color:void 0,group:void 0,lineType:void 0},stat:on.mean(),transforms:l,params:{label:"Average",labelPosition:r.coordType==="flip"?"end":"start"},yScaleType:e==="combo"&&t?"secondary":"primary",interactive:!1})]}function Lu(e){if(!e)return;const t={};return e.showDataLabels!==void 0&&(t.showDataLabels=e.showDataLabels),e.dataLabelFormat!==void 0&&(t.format=e.dataLabelFormat),e.showStackTotals!==void 0&&(t.showStackTotals=e.showStackTotals),e.showCategoryLabels!==void 0&&(t.showCategoryLabels=e.showCategoryLabels),Object.keys(t).length===0?void 0:t}const Mt={color:null,size:"small",labelCrossPosition:.5},fe={kind:"rectangle",zOrder:"foreground",fillColor:"transparent",fillOpacity:1,strokeWidth:1,strokeColor:null},fr={backgroundColor:null,backgroundColorStyle:"opaque"},he={color:null,thickness:"medium",startArrowheadStyle:"none",endArrowheadStyle:"line-arrow",lineStyle:"solid",hasStickerStyle:!1},Eu=(e,t)=>({differenceArrows:(e?.differenceArrows??[]).map(n=>Ru(n,t)),shapes:(e?.shapes??[]).map(Ou),freeformArrows:(e?.freeformArrows??[]).map(Fu),textAnnotations:(e?.textAnnotations??[]).map(ku),stickers:(e?.stickers??[]).map(n=>Cu(n,t)),pinnedNumbers:(e?.pinnedNumbers??[]).map(n=>_u(n,t)),comments:(e?.comments??[]).map(n=>Nu(n,t)),custom:(e?.custom??[]).map(n=>Mu(n,t))}),Mu=(e,t)=>({id:e.id??crypto.randomUUID(),type:e.type,coordinates:e.coordinates.map(n=>Du(n,t)),params:e.params??{},zOrder:e.zOrder??null}),Du=(e,t)=>"observation"in e?{observation:ge(e.observation,t)}:e,ku=e=>({id:e.id??crypto.randomUUID(),content:e.content,x:e.x,y:e.y,width:e.width,backgroundColor:e.backgroundColor??fr.backgroundColor,backgroundColorStyle:e.backgroundColorStyle??fr.backgroundColorStyle}),Ru=(e,t)=>({id:e.id??crypto.randomUUID(),start:ge(e.start,t),end:ge(e.end,t),label:e.label,color:e.color??Mt.color,size:e.size??Mt.size,labelCrossPosition:e.labelCrossPosition??Mt.labelCrossPosition}),ge=(e,t)=>{if(e.layerIndex===void 0)return{anchorValue:e.anchorValue,groupValue:e.groupValue};const n=t[e.layerIndex]?.id;if(n===void 0)throw new Error(`Annotation references layerIndex ${e.layerIndex} but only ${t.length} layer(s) are defined.`);return{layerId:n,anchorValue:e.anchorValue,groupValue:e.groupValue}},Cu=(e,t)=>({id:e.id??crypto.randomUUID(),anchor:ge(e.anchor,t),sticker:e.sticker}),_u=(e,t)=>({id:e.id??crypto.randomUUID(),anchor:ge(e.anchor,t)}),Nu=(e,t)=>({id:e.id??crypto.randomUUID(),anchor:ge(e.anchor,t),content:e.content}),Ou=e=>({id:e.id??crypto.randomUUID(),kind:e.kind??fe.kind,zOrder:e.zOrder??fe.zOrder,x:e.x,y:e.y,width:e.width,height:e.height,fillColor:e.fillColor??fe.fillColor,fillOpacity:e.fillOpacity??fe.fillOpacity,strokeWidth:e.strokeWidth??fe.strokeWidth,strokeColor:e.strokeColor??fe.strokeColor}),Fu=e=>({id:e.id??crypto.randomUUID(),start:e.start,end:e.end,color:e.color??he.color,thickness:e.thickness??he.thickness,startArrowheadStyle:e.startArrowheadStyle??he.startArrowheadStyle,endArrowheadStyle:e.endArrowheadStyle??he.endArrowheadStyle,lineStyle:e.lineStyle??he.lineStyle,hasStickerStyle:e.hasStickerStyle??he.hasStickerStyle}),Pu={parsingLocale:"en-US",legend:{position:"auto",display:"auto"},axes:{x:{isVisible:!0,label:null,position:"bottom",grid:{isVisible:null},ticks:{isVisible:!0,mode:"auto"}},y:{isVisible:!0,label:null,position:"right",grid:{isVisible:null},ticks:{isVisible:!1,mode:"auto"}}},panel:{border:{isVisible:!0}},headline:{show:"none",compareWith:"none",size:"auto",position:"above"},numberFormat:{decimals:"auto",abbreviation:"auto"},content:{title:null,isTitleVisible:!0,subtitle:null,isSubtitleVisible:!0,caption:null,isCaptionVisible:!1,source:null,isSourceVisible:!1},appearance:{textScale:1,background:{type:"theme"},border:{type:"none"},cornerRadius:8,highlightStyle:"dim"}};function Bu(e){return le.merge({},Pu,e)}const Gu={xLimits:null,yLimits:null},Dt={theta:"x",startAngle:0,innerRadius:0};function Uu(e){const t=e??{type:"coord",coordType:"cartesian"},n=Fr({},Gu,t.params??{});switch(t.coordType){case"cartesian":case"flip":return{...t,params:n};case"polar":return{...t,params:{...n,theta:t.params?.theta??Dt.theta,startAngle:t.params?.startAngle??Dt.startAngle,innerRadius:t.params?.innerRadius??Dt.innerRadius}}}}function $u(e,t){return e.map(n=>{const r=n.layerIndex!==void 0?t[n.layerIndex]?.id:void 0;if(n.layerIndex!==void 0&&r===void 0)throw new Error(`Highlight references layerIndex ${n.layerIndex} but only ${t.length} layer(s) are defined.`);return{type:"highlight",id:n.id??crypto.randomUUID(),predicate:n.predicate,scope:n.scope??"data-point",...r!==void 0?{layerId:r}:{}}})}const Yu="linear",Ku=3,Hu=.3;function Te(e,t){const n=e??t,r=typeof n=="string"?n:n.type;if(r==="smooth"){const a=typeof n=="string"?void 0:n;return{type:"smooth",method:a?.method??Yu,order:a?.order??Ku,bandwidth:a?.bandwidth??Hu}}return{type:r}}function Wu(e,t,n){if(!qu(n))return ju(e,t,n);switch(n.geom){case"point":return Qu(e,t,n);case"line":return Zu(e,t,n);case"area":return Ju(e,t,n);case"bar":return ed(e,t,n);case"rule":return td(e,t,n)}}function zu(e,t,n){const r=n.map(a=>Wu(e,t,a));return nd(r)}const Xu=(e,t,n)=>n.label!==void 0?n.label:rd(e,t,n),qu=e=>xa(e.geom);function ju(e,t,n){const r=n.position??"identity";return{id:n.id??crypto.randomUUID(),type:n.type,geom:n.geom,mapping:n.mapping??{},stat:Te(n.stat,"identity"),position:r,yScaleType:n.yScaleType??ve,params:n.params??{},transforms:n.transforms??[],interactive:n.interactive??!0,dataLabels:Ie(e,n,r,t)}}const Ie=(e,t,n,r)=>{const a={...e,...t.mapping},o=Xu(t.geom,n,a);return{...eu(t.geom,r),...t.dataLabels,labelSource:o}};function Qu(e,t,n){const r=n.position??nt.position;return{id:n.id??crypto.randomUUID(),type:n.type,geom:n.geom,mapping:n.mapping??{},stat:Te(n.stat,nt.stat.type),position:r,yScaleType:n.yScaleType??ve,params:le.merge({},nt.params,n.params),transforms:n.transforms??[],interactive:n.interactive??!0,dataLabels:Ie(e,n,r,t)}}function Zu(e,t,n){const r=n.position??It.position;return{id:n.id??crypto.randomUUID(),type:n.type,geom:n.geom,mapping:n.mapping??{},stat:Te(n.stat,It.stat.type),position:r,yScaleType:n.yScaleType??ve,params:le.merge({},It.params,n.params),transforms:n.transforms??[],interactive:n.interactive??!0,dataLabels:Ie(e,n,r,t)}}function Ju(e,t,n){const r=le.merge({},wt.params,n.params);r.missingValues==="gap"&&(r.missingValues="zero");const a=n.position??wt.position;return{id:n.id??crypto.randomUUID(),type:n.type,geom:n.geom,mapping:n.mapping??{},stat:Te(n.stat,wt.stat.type),position:a,yScaleType:n.yScaleType??ve,params:r,transforms:n.transforms??[],interactive:n.interactive??!0,dataLabels:Ie(e,n,a,t)}}function ed(e,t,n){const r=n.position??Vt.position;return{id:n.id??crypto.randomUUID(),type:n.type,geom:n.geom,mapping:n.mapping??{},stat:Te(n.stat,Vt.stat.type),position:r,yScaleType:n.yScaleType??ve,params:{...Vt.params,...n.params},transforms:n.transforms??[],interactive:n.interactive??!0,dataLabels:Ie(e,n,r,t)}}function td(e,t,n){const r=n.position??Le.position;return{id:n.id??crypto.randomUUID(),type:n.type,geom:n.geom,mapping:n.mapping??{},stat:Te(n.stat,Le.stat.type),position:n.position??Le.position,yScaleType:n.yScaleType??ve,params:le.merge({},Le.params,n.params),transforms:n.transforms??[],interactive:n.interactive??Le.interactive,dataLabels:Ie(e,n,r,t)}}const nd=e=>{const t=new Set;for(const n of e)n.position==="fill"&&t.add(n.yScaleType);return t.size===0?e:e.map(n=>{if(n.geom!=="rule"||!t.has(n.yScaleType))return n;const r=u.extractConstantValue(n.mapping.y);if(!I(r))return n;const a=Math.min(1,Math.max(0,r));return{...n,mapping:{...n.mapping,y:{value:a}}}})},rd=(e,t,n)=>{if(e==="point"){const r=u.extractVariableName(n.size);if(r!==null)return{variable:r}}return $e(t,n)};function ad(e,...t){return e?t.includes(e.geom):!1}function od(e,t){return e.find(n=>n.id===t)}function Ba(e,...t){return e.find(n=>t.includes(n.geom))}function sd(e,t,n){const r=e.layers.findIndex(o=>o.id===t);if(r===-1)return e;const a=e.layers.map((o,s)=>s===r?n:o);return{...e,layers:a}}const Ga={x:"position",y:"position",ySecondary:"position",color:"color-range",size:"continuous-range",alpha:"continuous-range",strokeWidth:"continuous-range",lineType:"discrete-only"},id={numeric:{position:"continuous","color-range":"continuous","continuous-range":"continuous","discrete-only":"discrete"},categorical:{position:"discrete","color-range":"discrete","continuous-range":"discrete","discrete-only":"discrete"},temporal:{position:"datetime","color-range":"continuous","continuous-range":"continuous","discrete-only":"discrete"}};function Ua(e,t,n,r,a){switch(e.scaleType){case"inferred":{const o=ud(e,t,n,r);return Ua(o,t,n,r,a)}case"continuous":{const o=Ga[e.scaledAesthetic],s=o==="continuous-range"&&e.scaledAesthetic in ar?ar[e.scaledAesthetic]:null,i=e.scaledAesthetic==="size"&&o==="continuous-range"?"sqrt":pe.transform;return{type:e.type,scaledAesthetic:e.scaledAesthetic,scaleType:e.scaleType,transform:e.transform??i,reverse:e.reverse??pe.reverse,nice:e.nice??pe.nice,zero:e.zero??pe.zero,clamp:e.clamp??o!=="position",domainMin:e.domainMin??pe.domainMin,domainMax:e.domainMax??pe.domainMax,range:e.range??s??null}}case"datetime":return{type:e.type,scaledAesthetic:e.scaledAesthetic,scaleType:e.scaleType,domainMin:e.domainMin??We.domainMin,domainMax:e.domainMax??We.domainMax,nice:e.nice??We.nice,reverse:e.reverse??We.reverse,clamp:e.clamp??!1};case"discrete":return{type:e.type,scaledAesthetic:e.scaledAesthetic,scaleType:e.scaleType,range:e.range??De.range,domain:e.domain??De.domain,padding:e.padding??De.padding,reverse:e.reverse??De.reverse};case"palette":return{type:e.type,scaledAesthetic:e.scaledAesthetic,scaleType:e.scaleType,palette:pl(e.palette,a)};case"identity":return{type:e.type,scaledAesthetic:e.scaledAesthetic,scaleType:e.scaleType};default:{const o=e;throw new Error(`Unknown scale type: ${o.scaleType}`)}}}function cd(e,t,n,r,a,o){const s=md(t,n),i=pd(s),c=new Map;for(const d of i)c.set(d.scaledAesthetic,d);const l=[...c.values()].map(d=>Ua(d,e,n,r,o));return a.coordType==="polar"?ld(l):l}const ld=e=>e.map(t=>t.scaleType==="discrete"?{...t,padding:0}:t);function ud(e,t,n,r){const a=Y(e.scaledAesthetic),o=e.scaledAesthetic==="ySecondary"?dd(n,r):r[a],s=Ba(n,"bar");if(e.scaledAesthetic==="x"&&s)return G(e.scaledAesthetic,e.options);if(s&&e.scaledAesthetic===(s.yScaleType==="secondary"?"ySecondary":"y")){const m=e.options,p=s.position==="fill";return E(e.scaledAesthetic,{...m,zero:!0,...p&&{nice:!1}})}const i=u.extractVariableName(o);if(!u.isDefined(i)||!t.hasVariable(i))return E(e.scaledAesthetic,e.options);const c=t.getType(i),l=Ga[e.scaledAesthetic];switch(id[c][l]){case"discrete":return G(e.scaledAesthetic,e.options);case"datetime":return rt(e.scaledAesthetic,e.options);case"continuous":return E(e.scaledAesthetic,e.options);case"identity":default:return ke(e.scaledAesthetic)}}function dd(e,t){const n=e.find(r=>r.yScaleType==="secondary");return n?n.mapping.y??t.y:t.y}function md(e,t){return!t.some(a=>a.yScaleType==="secondary")||e.some(a=>a.scaledAesthetic==="ySecondary")?e:[...e,at("ySecondary")]}function pd(e){return e.some(n=>n.scaledAesthetic==="color")?e:[...e,Na("color")]}function hr(e,t){const n=Uu(e.coords),r=zu(e.mapping,n.coordType,e.layers),a=cd(e.data,e.scales,r,e.mapping,n,t),o=Bu(e.config),s=$u(e.highlights,r),i=Eu(e.annotations,r);return{data:e.data,mapping:e.mapping,layers:r,scales:a,transforms:e.transforms,highlights:s,annotations:i,coords:n,config:o}}class $a{compile({input:t,dataset:n,ctx:r}){const a=r.customPalettes??{};return ka(t)?hr(Au(n,t,r),a):hr({...t,data:n},a)}}class fd{constructor(t){this.registry=t}compute(t,n){return this.registry.get(t.type).compute({data:n.data,mapping:n.mapping,spec:t,xScaleIsDiscrete:n.xScaleIsDiscrete})}}class gt{compute(t){return t.data.size()===0?{data:t.data,mapping:{}}:this.computeStat(t)}}class hd extends gt{constructor(){super(...arguments),this.type="count",this.computedVariables=new Set(["y"])}computeStat({data:t,mapping:n}){const r=u.extractVariableName(n.x);if(!u.isDefined(r))throw new Error("'x' variable is required for 'count' stat");if(u.extractVariableName(n.y)!==null)throw new Error("Cannot map 'y' variable together with 'count' stat");const o=[...new Set([r,...Qt(t,n)])];return{data:t.groupBy(...o).rollup({[u.STAT_VARIABLES.count]:{variableName:r,aggregation:"count"}}),mapping:{y:u.STAT_VARIABLES.count}}}}class yd extends gt{constructor(){super(...arguments),this.type="identity",this.computedVariables=new Set}computeStat({data:t}){return{data:t,mapping:{}}}}class gd extends gt{constructor(){super(...arguments),this.type="mean",this.computedVariables=new Set(["y"])}computeStat({data:t,mapping:n}){const r=u.extractVariableName(n.y);if(!u.isDefined(r))throw new Error("'y' variable is required for 'mean' stat");return{data:t.rollup({[u.STAT_VARIABLES.mean]:{variableName:r,aggregation:"mean"}}),mapping:{y:u.STAT_VARIABLES.mean}}}}const bd=2,Ya=1440*60*1e3;class Sd extends gt{constructor(){super(...arguments),this.type="smooth",this.computedVariables=new Set}computeStat({data:t,mapping:n,spec:r,xScaleIsDiscrete:a}){if(r.type!=="smooth")throw new Error(`SmoothStat received a spec of type '${r.type}'`);const o=u.extractVariableName(n.x),s=u.extractVariableName(n.y);if(!u.isDefined(o))throw new Error("'x' variable is required for 'smooth' stat");if(!u.isDefined(s))throw new Error("'y' variable is required for 'smooth' stat");const i=t.getType(o),c=t.getType(s);if(c!=="numeric")throw new Error(`'smooth' stat requires a numeric 'y' (got '${c}' for variable '${s}')`);const l=Qt(t,n),d=Vd(o,i,s,l,t);return l.length===0?yr({data:t,xVariable:o,xType:i,yVariable:s,spec:r,output:d,groupObservation:{},xScaleIsDiscrete:a}):t.groupBy(...l).forEach(m=>{const p=Ld(m,l);yr({data:m,xVariable:o,xType:i,yVariable:s,spec:r,output:d,groupObservation:p,xScaleIsDiscrete:a})}),{data:d.build(),mapping:{}}}}const yr=({data:e,xVariable:t,xType:n,yVariable:r,spec:a,output:o,groupObservation:s,xScaleIsDiscrete:i})=>{const{observations:c,temporalOrigin:l}=xd({data:e,xVariable:t,yVariable:r,xType:n});c.length<bd||(i?wd({observations:c,spec:a,output:o,groupObservation:s}):Td({observations:c,xType:n,temporalOrigin:l,spec:a,output:o,groupObservation:s}))},xd=({data:e,xVariable:t,yVariable:n,xType:r})=>{const a=e.getValues(t),o=e.getValues(n,{type:"numeric"}),s=r==="temporal"?Ad(a):null,i=[],c=new Map;for(let l=0;l<a.length;l++){const d=a[l],m=o[l];if(!u.isDefined(d)||!u.isDefined(m)||!Number.isFinite(m))continue;const p=vd({xValue:d,xType:r,categoryRank:c,temporalOrigin:s});p!==null&&i.push({x:p,y:m,originalX:d})}return{observations:i,temporalOrigin:s}},Ad=e=>{let t=null;for(const n of e){if(!R(n))continue;const r=n.getTime();(t===null||r<t)&&(t=r)}return t},vd=({xValue:e,xType:t,categoryRank:n,temporalOrigin:r})=>{switch(t){case"numeric":return!I(e)||!Number.isFinite(e)?null:e;case"temporal":{if(!R(e))return null;const a=e.getTime();return r===null?a:(a-r)/Ya+1}case"categorical":{if(!Pe(e))return null;const a=n.get(e);if(a!==void 0)return a;const o=n.size+1;return n.set(e,o),o}default:{const a=t;throw new Error(`Unexpected xType: ${a}`)}}},Td=({observations:e,xType:t,temporalOrigin:n,spec:r,output:a,groupObservation:o})=>{const s=Ka(r,e);for(const[i,c]of s){if(!Number.isFinite(i)||!Number.isFinite(c))continue;const l=t==="temporal"?Id(i,n):i;a.push({x:l,y:c,groupObservation:o})}},Id=(e,t)=>t===null?new Date(e):new Date((e-1)*Ya+t),wd=({observations:e,spec:t,output:n,groupObservation:r})=>{const a=new Map;for(const i of e)a.has(i.x)||a.set(i.x,i.originalX);const o=[...a.keys()].sort((i,c)=>i-c);if(t.method==="loess"){const i=Ka(t,e),c=new Map;for(const[l,d]of i)Number.isFinite(d)&&(c.has(l)||c.set(l,d));for(const l of o){const d=c.get(l),m=a.get(l);d===void 0||m===void 0||n.push({x:m,y:d,groupObservation:r})}return}const s=Ha(t,e);for(const i of o){const c=a.get(i),l=s.predict(i);c===void 0||!Number.isFinite(l)||n.push({x:c,y:l,groupObservation:r})}},Ka=(e,t)=>e.method==="loess"?J.regressionLoess().x(r=>r.x).y(r=>r.y).bandwidth(e.bandwidth)(t):Ha(e,t),Ha=(e,t)=>{const n=a=>a.x,r=a=>a.y;switch(e.method){case"linear":return J.regressionLinear().x(n).y(r)(t);case"exponential":return J.regressionExp().x(n).y(r)(t);case"logarithmic":return J.regressionLog().x(n).y(r)(t);case"quadratic":return J.regressionQuad().x(n).y(r)(t);case"power":return J.regressionPow().x(n).y(r)(t);case"polynomial":return J.regressionPoly().x(n).y(r).order(e.order)(t);case"loess":throw new Error("'loess' does not expose a 'predict' function")}},Vd=(e,t,n,r,a)=>{const o=[],s=[],i=Object.fromEntries(r.map(c=>[c,[]]));return{push:({x:c,y:l,groupObservation:d})=>{o.push(c),s.push(l);for(const m of r)i[m]?.push(d[m]??null)},build:()=>{const c={[e]:{type:t,values:o,valueFormat:a.getValueFormat(e)},[n]:{type:"numeric",values:s,valueFormat:a.getValueFormat(n)}};for(const l of r)c[l]={type:a.getType(l),values:i[l]??[],valueFormat:a.getValueFormat(l)};return new u.Dataset(c)}}},Ld=(e,t)=>{const n={};for(const r of t){const a=e.getValues(r);n[r]=a[0]??null}return n};class Ed extends xe{constructor(){super("stat"),this.register("identity",new yd),this.register("count",new hd),this.register("smooth",new Sd),this.register("mean",new gd)}}const Md=({layer:e})=>{if(e.position==="stack")return;const t=u.extractVariableName(e.mapping.y);if(t===null)return;let n=0,r=0;for(const a of e.data){const o=a[t];I(o)&&(n+=o,r+=Math.abs(o))}return{grandTotal:n,absoluteGrandTotal:r}},Dd=({layer:e})=>{if(e.position!=="stack")return;const t=u.extractVariableName(e.mapping.x);if(t===null||!e.data.hasVariable(u.POSITION_VARIABLES.yMin)||!e.data.hasVariable(u.POSITION_VARIABLES.yMax))return;const n=new Map;for(const a of e.data){const o=a[t],s=se(a),i=$(a),c=_e(a),l=ye(a),d=ua(a);if(!u.isDefined(o)||!u.isDefined(s)||!u.isDefined(i)||!u.isDefined(c)||!u.isDefined(l)||!u.isDefined(d))continue;const m=d>=0;if(Math.abs(d)===0)continue;const f=en(a,t),h={yMin:s,yMax:i},y=n.get(f);if(y===void 0){n.set(f,{total:d,topPositive:m?h:null,bottomNegative:m?null:h,anchorXMin:c,anchorXMax:l});continue}y.total+=d,m?(y.topPositive===null||i>y.topPositive.yMax)&&(y.topPositive=h):(y.bottomNegative===null||s<y.bottomNegative.yMin)&&(y.bottomNegative=h)}const r=[];for(const[a,o]of n){const s=o.topPositive??o.bottomNegative;s!==null&&r.push({xKey:a,total:o.total,anchor:{xMin:o.anchorXMin,xMax:o.anchorXMax,yMin:s.yMin,yMax:s.yMax,direction:o.topPositive!==null?"positive":"negative"}})}return r};class kd extends Se{constructor(t){super(),this.geomCompiler=t}dependencies(){return[]}compileLayer(t){const n={};if(this.geomCompiler.emitsStackTotals(t.geom)){const r=Dd({layer:t});r!==void 0&&(n.stackTotals=r)}if(this.geomCompiler.emitsGrandTotal(t.geom)){const r=Md({layer:t});r!==void 0&&(n.grandTotal=r.grandTotal,n.absoluteGrandTotal=r.absoluteGrandTotal)}return{...t,summary:n}}}class Rd extends j{constructor(t){super(),this.registry=t}key(t){return t.data}dependencies(t){return[t.transforms]}run(t){return t.transforms.reduce((n,r)=>this.registry.get(r.transformType).apply(n,r),t.data)}}class Cd{constructor(){this.transformType="aggregate"}apply(t,n){const{options:r}=n,a={};for(const o of r.operations)a[o.as]={variableName:o.variableName,aggregation:o.op};return t.groupBy(...r.groupby).rollup(a)}}class _d{constructor(){this.transformType="constant"}apply(t,n){const{options:r}=n;return t.addConstantVariable(r.variableName,r.type,r.value)}}class Nd{constructor(){this.transformType="filter"}apply(t,n){const{options:r}=n;return t.filter(r.variableName,r.operator,r.value)}}class Od{constructor(){this.transformType="reshape"}apply(t,n){const{options:r}=n;return t.reshapeFromWideToLong({keep:r.keep,reshape:r.reshape,keyName:r.keyName,valueName:r.valueName})}}class Fd{constructor(){this.transformType="sort"}apply(t,n){const{options:r}=n;return t.orderBy(r.variableName,r.direction??"asc")}}class Pd extends xe{constructor(){super("transform"),this.register("aggregate",new Cd),this.register("constant",new _d),this.register("filter",new Nd),this.register("reshape",new Od),this.register("sort",new Fd)}}const gr={color:"categorical",size:"numeric",alpha:"numeric",strokeWidth:"numeric",lineType:"categorical"};class Bd extends Se{constructor(t){super(),this.geomCompiler=t}dependencies(t){return[...pt].map(n=>t.scales[n])}compileLayer(t,n){const r=this.geomCompiler.getVisualAesthetics(t.geom),a=Gd(t.data,t.mapping,r,n.scales);return{...t,data:a}}}function Gd(e,t,n,r){let a=e;for(const o of n){const s=u.VISUAL_VARIABLES[o],i=u.extractConstantValue(t[o]);if(i!==void 0){a=a.deriveVariable(s,gr[o],()=>i);continue}const c=u.extractVariableName(t[o]),l=r[o];if(!l||l.kind!=="visual")continue;const d=Ud(o,c,l);d&&(a=a.deriveVariable(s,gr[o],d))}return a}const Ud=(e,t,n)=>{if(!t){if(e!=="color"||n.spec.scaleType!=="palette")return null;const r=n.map(null);return()=>r}return r=>u.isDefined(r[t])?n.map(r[t]):null},$d=["data","transform","constantMapping","layer","coordSetup","scale","positionMapper","visualMapper","coordTransform","summarise","guide","highlights","config","annotations"];class Wa{constructor(t,n,r,a,o,s,i,c,l,d,m,p,f,h,y){this.dataCompiler=t,this.specCompiler=n,this.transformCompiler=r,this.constantMappingCompiler=a,this.layerValidationCheck=o,this.layerCompiler=s,this.scaleCompiler=i,this.coordCompiler=c,this.positionMapperCompiler=l,this.visualMapperCompiler=d,this.guideCompiler=m,this.summariseCompiler=p,this.highlightsCompiler=f,this.configCompiler=h,this.annotationsCompiler=y,this.lastCompile=null,this.lastData=void 0,this.stages=[{name:"data",getStats:()=>this.dataCompiler.stats},{name:"transform",getStats:()=>this.transformCompiler.stats},{name:"constantMapping",getStats:()=>this.constantMappingCompiler.stats},{name:"layer",getStats:()=>this.layerCompiler.stats},{name:"coordSetup",getStats:()=>this.coordCompiler.setupStats},{name:"scale",getStats:()=>this.scaleCompiler.stats},{name:"positionMapper",getStats:()=>this.positionMapperCompiler.stats},{name:"visualMapper",getStats:()=>this.visualMapperCompiler.stats},{name:"coordTransform",getStats:()=>this.coordCompiler.transformStats},{name:"summarise",getStats:()=>this.summariseCompiler.stats},{name:"guide",getStats:()=>this.guideCompiler.stats},{name:"highlights",getStats:()=>this.highlightsCompiler.stats},{name:"config",getStats:()=>this.configCompiler.stats},{name:"annotations",getStats:()=>this.annotationsCompiler.stats}]}compile({input:t,data:n,ctx:r={}}){return this.trackCompile(()=>(this.lastData=n,this.runPipeline({spec:this.specCompiler.compile({input:t,ctx:r,dataset:this.dataCompiler.compile(n)})})))}recompile({spec:t,data:n}){return this.trackCompile(()=>n===void 0?this.runPipeline({spec:t}):(this.lastData=n,this.runPipeline({spec:xt(t,{data:this.dataCompiler.compile(n)})})))}getCacheStats(){const t={};for(const{name:n,getStats:r}of this.stages)t[n]={...r()};return t}getLastCompile(){return this.lastCompile}trackCompile(t){if(!ne)return t();const n=this.getCacheStats(),r=performance.now(),a=t(),o=performance.now()-r,s={};for(const{name:i,getStats:c}of this.stages){const l=c();s[i]={hits:l.hits-n[i].hits,misses:l.misses-n[i].misses}}return this.lastCompile={stages:s,durationMs:o},a}runPipeline({spec:t}){return ut({spec:t}).pipe(({spec:r})=>({spec:xt(r,{data:this.transformCompiler.compile({data:r.data,transforms:r.transforms})})})).pipe(({spec:r})=>{const a=this.constantMappingCompiler.compile({data:r.data,mapping:r.mapping});return{spec:xt(r,{data:a.data,mapping:a.mapping})}}).pipe(({spec:r})=>{const a={data:r.data,layers:r.layers,mapping:r.mapping,coords:r.coords,scales:r.scales};return this.layerValidationCheck.check({...a,coords:r.coords}),{layers:this.layerCompiler.compile(a)}}).pipe(({spec:r,layers:a})=>this.coordCompiler.setup({coordSpec:r.coords,scales:r.scales,layers:a})).pipe(({layers:r,scales:a})=>({scales:this.scaleCompiler.compile({layers:r,scales:a})})).pipe(({spec:r,scales:a})=>({config:this.configCompiler.compile({config:r.config,scales:a})})).pipe(({layers:r,scales:a})=>({layers:this.positionMapperCompiler.compile({layers:r,scales:a})})).pipe(({layers:r,scales:a})=>({layers:this.visualMapperCompiler.compile({layers:r,scales:a})})).pipe(({spec:r,layers:a})=>({layers:this.coordCompiler.transform({coordSpec:r.coords,layers:a})})).pipe(({layers:r})=>({layers:this.summariseCompiler.compile({layers:r})})).pipe(({spec:r,scales:a,layers:o,coordSystem:s})=>({guides:this.guideCompiler.compile({scales:a,config:r.config,layers:o,coordSystem:s,originalData:this.lastData})})).pipe(({spec:r,layers:a})=>({layers:this.highlightsCompiler.compile({layers:a,highlights:r.highlights,config:r.config})})).pipe(({spec:r,layers:a,coordSystem:o,scales:s})=>({annotations:this.annotationsCompiler.compile({annotations:r.annotations,layers:a,coordSystem:o,scales:s})})).result()}}const Yd=e=>{const t=new Qs({geoms:e?.geoms}),n=new Ks(t),r=new Ed,a=new hl,o=new Rd(new Pd);return new Wa(new Bs,new $a,o,new qo,new Cc(o,new _c(t,r)),new Rc(o,new fd(r),new Zs,n,new Oc(new Uc)),new Qc(a),new Jo(new us(t)),new jc(t),new Bd(n),new cc(n),new kd(n),new Sc,new Xo,new Bo(n))};function Kd(e,t){return e.geom===t}const un="–",za="n/a",D={timeZone:"UTC"},M=e=>t=>{if(!R(t))return un;try{return e(t)}catch{return za}},Q=e=>t=>I(t)?e(t):un,dn=e=>t=>Pe(t)?t:un,Hd=2,Wd=3,zd=2,Xd=0,qd=1,jd=2,Qd=Lo.humanizer({language:"en",spacer:"",delimiter:" ",languages:{en:{y:()=>"y",mo:()=>"mo",w:()=>"w",d:()=>"d",h:()=>"h",m:()=>"m",s:()=>"s",ms:()=>"ms"}}}),Xa=({valueFormat:e,locale:t,numberFormat:n,intlOptions:r})=>Q(a=>{const o=typeof n.decimals=="number"?n.decimals:Hd,s=hn(a,o),{base:i,suffix:c}=fn(a,n.abbreviation),l={...s,...Wr(e)?{style:"currency",currencyDisplay:"narrowSymbol",currency:e.iso}:{},...r};return`${Intl.NumberFormat(t,l).format(i)}${c}`}),mn=({locale:e,numberFormat:t,intlOptions:n})=>Q(r=>{const{base:a,suffix:o}=fn(r,t.abbreviation),i={...hn(a,t.decimals),...n};return`${Intl.NumberFormat(e,i).format(a)}${o}`}),pn=e=>Q(t=>Qd(t)),qa=({locale:e,intlOptions:t})=>Q(n=>Intl.NumberFormat(e,{maximumFractionDigits:0,...t}).format(n)),ja=({locale:e,numberFormat:t,intlOptions:n})=>Q(r=>{const a=hn(r,t.decimals);return Intl.NumberFormat(e,{...a,...n,style:"percent"}).format(r)}),fn=(e,t="none")=>{switch(t){case"none":return{base:e,suffix:""};case"auto":{const n=Zd(e);return fn(e,n)}default:return{base:e/Re[t],suffix:t}}},hn=(e,t)=>{if(typeof t=="number")return{minimumFractionDigits:t,maximumFractionDigits:t};const n=Math.ceil(Math.log10(Math.abs(e))),r=n>=Wd?Xd:n===zd?qd:jd;return{minimumFractionDigits:t==="auto"?0:r,maximumFractionDigits:r}},Zd=e=>{const t=Math.abs(e);return t>=Re.b?"b":t>=Re.m?"m":t>=Re.k?"k":"none"},Jd=({locale:e,intlOptions:t})=>M(n=>Intl.DateTimeFormat(e,{dateStyle:"medium",...D,...t}).format(n)),em=({locale:e,intlOptions:t})=>M(n=>{const r=Intl.DateTimeFormat(e,{dateStyle:"medium",timeStyle:"medium",...D,...t}).formatToParts(n);return tm(r.map(nm))}),Qa=({locale:e,intlOptions:t})=>M(n=>Intl.DateTimeFormat(e,{day:"numeric",month:"long",...D,...t}).format(n)),Za=({locale:e,intlOptions:t})=>M(n=>Intl.DateTimeFormat(e,{month:"long",...D,...t}).format(n)),yn=({locale:e,intlOptions:t})=>M(n=>Intl.DateTimeFormat(e,{month:"short",year:"numeric",...D,...t}).format(n)),gn=e=>M(t=>`Q${Math.floor(t.getUTCMonth()/3)+1} ${t.getUTCFullYear()}`),Ja=({locale:e,intlOptions:t})=>M(n=>{const r=v.addDays(n,6);return Intl.DateTimeFormat(e,{day:"numeric",month:"long",...D,...t,year:void 0}).formatRange(n,r)}),eo=({locale:e,intlOptions:t})=>M(n=>{const r=v.addDays(n,6);return Intl.DateTimeFormat(e,{dateStyle:"medium",...D,...t}).formatRange(n,r)}),bn=({locale:e,intlOptions:t})=>M(n=>Intl.DateTimeFormat(e,{year:"numeric",...D,...t}).format(n)),to=({locale:e,intlOptions:t})=>M(n=>Intl.DateTimeFormat(e,{timeStyle:"short",...D,...t}).format(n)),tm=e=>e.map(t=>t.value).join(""),nm=e=>e.type!=="literal"||e.value!==", "?e:{type:"literal",value:" • "},rm=1,am=4,om=1,br=1e3,sm=({valueFormat:e,locale:t,tickValues:n,intlOptions:r})=>Q(a=>{const s={...xn(a,n),notation:"compact",...Wr(e)?{style:"currency",currencyDisplay:"narrowSymbol",currency:e.iso}:{},...r};return Sn(a,t,s)}),im=({locale:e,tickValues:t,intlOptions:n})=>Q(r=>{const o={...xn(r,t),notation:"compact",...n};return Sn(r,e,o)}),cm=({locale:e,tickValues:t,intlOptions:n})=>Q(r=>{const o={...xn(r,t),notation:"compact",...n,style:"percent"};return Sn(r,e,o)}),Sn=(e,t,n)=>Intl.NumberFormat(t,n).formatToParts(e).map(a=>a.type==="compact"?a.value.toLowerCase():a.value).join(""),no=e=>Math.abs(e)>br?no(e/br):Number.isInteger(e),lm=e=>{if(e.length<2)return!1;const[t,n]=e;return typeof t!="number"||typeof n!="number"?!1:Math.abs(n-t)<rm},xn=(e,t)=>no(e)?{minimumFractionDigits:0,maximumFractionDigits:0}:lm(t)?{minimumFractionDigits:0,maximumFractionDigits:am}:{minimumFractionDigits:0,maximumFractionDigits:om},um=({locale:e,intlOptions:t})=>M(n=>Intl.DateTimeFormat(e,{day:"numeric",month:"short",...D,...t}).format(n)),dm=({locale:e,intlOptions:t})=>M(n=>Intl.DateTimeFormat(e,{month:"short",...D,...t}).format(n)),mm=({locale:e,intlOptions:t})=>M(n=>Intl.DateTimeFormat(e,{day:"numeric",month:"short",...D,...t}).format(n)),pm=({locale:e,intlOptions:t})=>M(n=>Intl.DateTimeFormat(e,{timeStyle:"short",...D,...t}).format(n)),An=e=>{const{valueFormat:t}=e;switch(t.type){case"currency":return sm(e);case"date":case"datetime":return um(e);case"day_month":case"weekly_date_range":case"weekly_date_range_with_year":return mm(e);case"decimal":case"integer":return im(e);case"duration":return pn();case"month":return dm(e);case"month_year":return yn(e);case"percentage":return cm(e);case"quarter":return gn();case"text":return dn();case"time":return pm(e);case"year":return bn(e);case"lookup":return An({...e,valueFormat:t.fallback});default:{const n=t;throw new Error(`Unhandled value format: ${n.type}`)}}},fm=40,hm=60,Sr=8,ym=50,gm=1/3,bm=1/4,kt="…",Sm=(e,t,n)=>{if(t<=0||e.length===0)return"";if(n(e)<=t)return e;if(n(kt)>t)return"";let r=0,a=e.length-1,o=0;for(;r<=a;){const s=r+a>>>1,i=e.slice(0,s)+kt;n(i)<=t?(o=s,r=s+1):a=s-1}return e.slice(0,o)+kt},xm=e=>e.formattedAxis.position==="top"||e.formattedAxis.position==="bottom"?Am(e):vm(e),Am=({formattedAxis:e,bandwidthPx:t,panelRect:n,measureLabel:r})=>{const{widths:a,maxWidth:o,maxHeight:s}=ro(e.ticks,r),i=t-Sr;if(o<=i)return{...e,labelRotation:0,labelMaxWidthPx:null};if(t>=ym){const l=Yt(i);return{...e,ticks:$t(e.ticks,a,l,r),labelRotation:0,labelMaxWidthPx:l}}if(s+Sr>t)return{...e,ticks:[],labelRotation:0,labelMaxWidthPx:null};const c=Yt(n.height*gm);return{...e,ticks:$t(e.ticks,a,c,r),labelRotation:-90,labelMaxWidthPx:c}},vm=({formattedAxis:e,bandwidthPx:t,panelRect:n,measureLabel:r})=>{const{widths:a,maxWidth:o,maxHeight:s}=ro(e.ticks,r);if(s>t)return{...e,ticks:[],labelRotation:0,labelMaxWidthPx:null};const i=Yt(n.width*bm);return o<=i?{...e,labelRotation:0,labelMaxWidthPx:null}:{...e,ticks:$t(e.ticks,a,i,r),labelRotation:0,labelMaxWidthPx:i}},ro=(e,t)=>{const n=[];let r=0,a=0;for(const o of e){const{width:s,height:i}=t(o.formattedLabel);n.push(s),s>r&&(r=s),i>a&&(a=i)}return{widths:n,maxWidth:r,maxHeight:a}},$t=(e,t,n,r)=>{const a=o=>r(o).width;return e.map((o,s)=>(t[s]??0)<=n?o:{...o,formattedLabel:Sm(o.formattedLabel,n,a)})},Yt=e=>Math.max(0,Math.floor(e)),Tm=(e,t,n,r)=>{if(e.length===0)return!0;const a=t==="top"||t==="bottom",o=a?hm:fm;let s=n-(e.length-1)*o;for(const i of e){const{width:c,height:l}=r(i);if(s-=a?c:l,s<0)return!1}return!0},Im=({axis:e,availableSpacePx:t,measureLabel:n,resolveFormatter:r})=>{const{tickCandidates:a,position:o}=e;if(a.length===0)return[];const s=new Map,i=m=>{const p=s.get(m);if(p)return p;const f=a[m],h=f?wm(f.ticks,r(f)):[];return s.set(m,h),h};let c=0,l=a.length-1,d=-1;for(;c<=l;){const m=c+l>>>1,f=i(m).map(h=>h.formattedLabel);Tm(f,o,t,n)?(d=m,c=m+1):l=m-1}return d>=0?i(d):i(0)},wm=(e,t)=>e.map(n=>({...n,formattedLabel:t(n.value)})),Rt=6,Ct=6,_t=15,Nt=5,Ot=15,vn=(e,t)=>{switch(e){case"small":return{arrowStartGap:Rt,arrowEndGap:Ct,offsetFromHigherObservation:_t,arrowheadSize:Nt,curveRadius:Ot,strokeWidth:2,labelLineHeight:12*t,labelPaddingX:6,labelPaddingY:3,labelStrokeWidth:1,labelFontWeight:500};case"medium":return{arrowStartGap:Rt*1.5,arrowEndGap:Ct*1.5,offsetFromHigherObservation:_t*1.25,arrowheadSize:Nt*1.5,curveRadius:Ot*1.25,strokeWidth:3,labelLineHeight:16*t,labelPaddingX:8,labelPaddingY:4,labelStrokeWidth:1.5,labelFontWeight:500};case"large":return{arrowStartGap:Rt*2,arrowEndGap:Ct*2,offsetFromHigherObservation:_t*1.75,arrowheadSize:Nt*2.5,curveRadius:Ot*1.5,strokeWidth:5,labelLineHeight:20*t,labelPaddingX:10,labelPaddingY:5,labelStrokeWidth:2,labelFontWeight:600}}},Vm=e=>{const t=V({...e,valueFormat:e.valueFormat.fallback}),n={};for(const[a,o]of Object.entries(e.valueFormat.cases))n[a]=V({...e,valueFormat:o});const r=e.valueFormat.byVariable;return(a,o)=>{if(o===void 0||o[r]===void 0)return t(a);const s=u.getStableKey(o[r]),i=n[s];return i!==void 0?i(a,o):t(a)}},V=e=>{switch(e.valueFormat.type){case"currency":return Xa(e);case"date":return Jd(e);case"datetime":return em(e);case"day_month":return Qa(e);case"decimal":return mn(e);case"duration":return pn();case"integer":return qa(e);case"month":return Za(e);case"month_year":return yn(e);case"percentage":return ja(e);case"quarter":return gn();case"text":return dn();case"weekly_date_range":return Ja(e);case"weekly_date_range_with_year":return eo(e);case"year":return bn(e);case"time":return to(e);case"lookup":return Vm({...e,valueFormat:e.valueFormat});default:{const t=e.valueFormat;throw new Error(`Unhandled value format: ${t.type}`)}}},Ft={abbreviation:"none",decimals:"auto"},ao=({locale:e,kind:t,startValue:n,endValue:r})=>{if(n===null||r===null)return za;switch(t){case"absolute-difference":return mn({locale:e,numberFormat:Ft,intlOptions:{signDisplay:"always"}})(r-n);case"relative-difference":{const a=r-n;if(a===0)return"0%";const o=a/n;return o===Number.POSITIVE_INFINITY?"∞":o===Number.NEGATIVE_INFINITY?"-∞":V({valueFormat:{type:"percentage"},locale:e,numberFormat:Ft,intlOptions:{signDisplay:"always"}})(o)}case"proportion":{if(r-n===0)return"=";const a=r/n;return a===Number.POSITIVE_INFINITY?"∞":a===Number.NEGATIVE_INFINITY?"-∞":`${V({valueFormat:{type:"decimal"},locale:e,numberFormat:Ft,intlOptions:{maximumFractionDigits:1}})(a)}x`}}},Lm=e=>{const t=e.padding??0,n=xr(e.rows,t),r=xr(e.cols,t);return{rows:n.tracks,cols:r.tracks,placements:km(e.placements,n.nameToIndex,r.nameToIndex),width:e.containerSize.width,height:e.containerSize.height}},Em=e=>{const t=Ar(e.rows,e.height),n=Ar(e.cols,e.width),r=vr(t),a=vr(n),o=new Map;for(const s of e.placements){const i=s.rowSpan??1,c=s.colSpan??1,l=a[s.col]??0,d=r[s.row]??0,m=Tr(n,s.col,c),p=Tr(t,s.row,i);o.set(s.name,{x:l,y:d,width:Math.max(0,m),height:Math.max(0,p)})}return o},xr=(e,t)=>{const n=[],r=new Map;t>0&&n.push({type:"fixed",pixels:t});for(let a=0;a<e.length;a++){const o=e[a];if(!o)continue;r.set(o.name,n.length),n.push(Mm(o));const s=Dm(e,a);if(oo(o)&&s){const i=o.gaps?.after??0,c=s.gaps?.before??0,l=Math.max(i,c);l>0&&n.push({type:"fixed",pixels:l})}}return t>0&&n.push({type:"fixed",pixels:t}),{tracks:n,nameToIndex:r}},Mm=e=>typeof e.size=="number"?{type:"fixed",pixels:e.size}:{type:"flex",weight:e.size.flex},oo=e=>typeof e.size=="number"?e.size>0:e.size.flex>0,Dm=(e,t)=>{for(let n=t+1;n<e.length;n++){const r=e[n];if(r&&oo(r))return r}},km=(e,t,n)=>{const r=[];for(const a of e){const o=t.get(a.row),s=n.get(a.col);if(o===void 0||s===void 0)continue;const i=a.rowEnd!==void 0?t.get(a.rowEnd):o,c=a.colEnd!==void 0?n.get(a.colEnd):s;i===void 0||c===void 0||r.push({name:a.name,row:o,col:s,rowSpan:Math.max(1,i-o+1),colSpan:Math.max(1,c-s+1)})}return r},Ar=(e,t)=>{let n=0,r=0;for(const o of e)o.type==="fixed"?n+=o.pixels:r+=o.weight;const a=Math.max(0,t-n);return e.map(o=>o.type==="fixed"?o.pixels:r===0?0:o.weight/r*a)},vr=e=>{const t=new Array(e.length);let n=0;for(let r=0;r<e.length;r++)t[r]=n,n+=e[r]??0;return t},Tr=(e,t,n)=>{let r=0;const a=Math.min(t+n,e.length);for(let o=t;o<a;o++)r+=e[o]??0;return r},so=24,H={header:{after:10,before:0},headline:{after:4,before:0},topLegend:{after:16,before:0},topAxisLabel:{after:4,before:0},topAxis:{after:0,before:0},panel:{after:0,before:0},bottomAxis:{after:4,before:0},bottomAxisLabel:{after:16,before:0},bottomLegend:{after:10,before:16}},qe={leftLegend:{after:10,before:0},leftAxis:{after:4,before:0},panel:{after:4,before:0},rightAxis:{after:10,before:0}},Tn={top:0,right:0,bottom:0,left:0},Rm=(e,t,n,r=Tn)=>{const o=n.axes.top>0||n.axesLabels.top>0?n.axesLabels.top:Math.max(n.axesLabels.top,n.axesLabels.left,n.axesLabels.right);return Lm({rows:[{name:"header",size:t.headerSize.height,gaps:H.header},{name:"topLegend",size:n.legends.top,gaps:H.topLegend},{name:"headline",size:n.headline,gaps:H.headline},{name:"topAxisLabel",size:o,gaps:H.topAxisLabel},{name:"topAxis",size:n.axes.top,gaps:H.topAxis},{name:"topAnnotation",size:r.top},{name:"panel",size:{flex:1},gaps:H.panel},{name:"bottomAxis",size:n.axes.bottom,gaps:H.bottomAxis},{name:"bottomAxisLabel",size:n.axesLabels.bottom,gaps:H.bottomAxisLabel},{name:"bottomLegend",size:n.legends.bottom,gaps:H.bottomLegend},{name:"footer",size:t.footerSize.height}],cols:[{name:"leftLegend",size:n.legends.left,gaps:qe.leftLegend},{name:"leftAxis",size:n.axes.left,gaps:qe.leftAxis},{name:"panel",size:{flex:1},gaps:qe.panel},{name:"rightAnnotation",size:r.right},{name:"rightAxis",size:n.axes.right,gaps:qe.rightAxis},{name:"rightLegend",size:n.legends.right}],placements:[{name:"header",row:"header",col:"leftLegend",colEnd:"rightLegend"},{name:"headline",row:"headline",col:"leftLegend",colEnd:"rightLegend"},{name:"footer",row:"footer",col:"leftLegend",colEnd:"rightLegend"},{name:"plot",row:"topAxisLabel",rowEnd:"bottomAxisLabel",col:"leftAxis",colEnd:"rightAxis"},{name:"panel",row:"panel",col:"panel"},...Cm(n.axes),..._m(n.axesLabels,n.axes),...Nm(n.legends)],containerSize:e,padding:so})},Cm=e=>{const t=[];return e.top>0&&t.push({name:"topAxis",row:"topAxis",col:"panel"}),e.bottom>0&&t.push({name:"bottomAxis",row:"bottomAxis",col:"panel"}),e.left>0&&t.push({name:"leftAxis",row:"panel",col:"leftAxis"}),e.right>0&&t.push({name:"rightAxis",row:"panel",col:"rightAxis"}),t},_m=(e,t)=>{const n=[];return e.top>0||t.top>0?(e.top>0&&n.push({name:"topAxisLabel",row:"topAxisLabel",col:"panel"}),e.left>0&&n.push({name:"leftAxisLabel",row:"topAxis",col:"leftAxis"}),e.right>0&&n.push({name:"rightAxisLabel",row:"topAxis",col:"rightAxis"})):(e.left>0&&n.push({name:"leftAxisLabel",row:"topAxisLabel",col:"leftAxis"}),e.right>0&&n.push({name:"rightAxisLabel",row:"topAxisLabel",col:"rightAxis"})),e.bottom>0&&n.push({name:"bottomAxisLabel",row:"bottomAxisLabel",col:"panel"}),n},Nm=e=>{const t=[];return e.top>0&&t.push({name:"topLegend",row:"topLegend",col:"leftAxis",colEnd:"rightAxis"}),e.bottom>0&&t.push({name:"bottomLegend",row:"bottomLegend",col:"leftAxis",colEnd:"rightAxis"}),e.left>0&&t.push({name:"leftLegend",row:"panel",col:"leftLegend"}),e.right>0&&t.push({name:"rightLegend",row:"panel",col:"rightLegend"}),t},Om=({annotations:e,mainAxis:t,panelRect:n,textScale:r,locale:a,measureLabel:o,currentOverflow:s})=>{if(e.differenceArrows.length===0)return Tn;const i=t==="y",c=n.height+s.top,l=n.width+s.right;let d=0,m=0;for(const p of e.differenceArrows){const{start:f,end:h,size:y,label:g}=p;if(!Ir(f.x,f.y)||!Ir(h.x,h.y))continue;const S=vn(y,r),b=S.offsetFromHigherObservation+S.arrowheadSize+S.arrowEndGap,x=ao({locale:a,kind:g,startValue:f.measurementValue,endValue:h.measurementValue}),T=o(x,y);if(i){const L=Math.max(f.x,h.x),P=b+T.width/2+S.labelPaddingX;m=Math.max(m,wr(P,L,l))}else{const L=Math.max(f.y,h.y),P=b+S.labelLineHeight/2+S.labelPaddingY;d=Math.max(d,wr(P,L,c))}}return{top:Math.ceil(d),right:Math.ceil(m),bottom:0,left:0}},Ir=(e,t)=>e>=0&&e<=1&&t>=0&&t<=1,wr=(e,t,n)=>{if(t<=0)return 0;const r=(e-(1-t)*n)/t;return Math.max(0,r)},Fm=["top","right","bottom","left"],Pt=(e,t)=>{const n={};for(const r of Fm){const a=e.get(`${r}${t}`);a&&(n[r]=a)}return n},Kt=["large","medium","small"],Pm=({size:e,availableWidth:t,measureStripWidth:n})=>{if(e!=="auto")return e;for(const r of Kt)if(n(r)<=t)return r;return"small"},Bm=({size:e,availableWidth:t,measureStripWidth:n})=>{const r=e==="auto"?0:Kt.indexOf(e);for(const a of Kt.slice(r))if(n(a)<=t)return a;return null},Gm=({itemWidths:e,gap:t,availableWidth:n})=>{let r=0,a=0;for(const o of e){const s=a===0?o:r+t+o;if(s>n)break;r=s,a+=1}return a},Um=({headline:e,containerSize:t,measurer:n})=>{if(io(e))return 0;const r=co(e,t.width,n);return n.measureHeadline(e.formatted,r).height},$m=({headline:e,layout:t,containerSize:n,measurer:r,itemGap:a})=>{if(io(e)){const i=Ym(t.panel,e.innerRadius),c=Bm({size:e.size,availableWidth:i.width,measureStripWidth:lo(e,r)});return c===null?null:{rect:i,resolvedSize:c,visibleItemCount:1}}const o=co(e,n.width,r);if(e.formatted.kind!=="perGroup")return{rect:t.headline,resolvedSize:o,visibleItemCount:1};const s=Gm({itemWidths:r.measureHeadlineItemWidths(e.formatted,o),gap:a,availableWidth:t.headline.width});return s===0?null:{rect:t.headline,resolvedSize:o,visibleItemCount:s}},io=e=>e.formatted.kind==="grandTotal"&&e.position==="center"&&e.innerRadius>0,Ym=(e,t)=>{const n=Math.min(e.width,e.height)/2,r=t*n*Math.SQRT2,a=e.x+e.width/2,o=e.y+e.height/2;return{x:a-r/2,y:o-r/2,width:r,height:r}},co=(e,t,n)=>Pm({size:e.size,availableWidth:t,measureStripWidth:lo(e,n)}),lo=(e,t)=>n=>t.measureHeadline(e.formatted,n).width,Me={x:0,y:0,width:0,height:0},Km="0000";class Hm{constructor(t){this.measurer=t}compile(t){const n=ut({axes:t.axes,numberFormat:t.numberFormat,formattedLegends:t.formattedLegends,containerSize:t.containerSize,externalMeasurements:t.externalMeasurements,annotationOverflow:Tn,headline:t.headline,locale:t.formattingLocale??t.parsingLocale}).pipe(({axes:r,numberFormat:a,locale:o})=>{const s=r.filter(i=>i.geometry!=="linear").map(i=>zm(i,Er(i,o,a)));return{cartesianAxes:r.filter(i=>i.geometry==="linear"),formattedPolarAxes:s,polarMargin:Xm(s,this.measurer.measureTickLabel)}}).pipe(({cartesianAxes:r,numberFormat:a,locale:o})=>({axisBundles:r.map(s=>({axis:s,resolveFormatter:Er(s,o,a),formatted:this.seedAxis(s)}))})).pipe(({axisBundles:r,formattedLegends:a,containerSize:o,externalMeasurements:s,annotationOverflow:i,headline:c,polarMargin:l})=>({layout:this.resolveLayout({axes:r.map(d=>d.formatted),formattedLegends:a,containerSize:o,externalMeasurements:s,annotationOverflow:i,headline:c,polarMargin:l})})).pipe(({axisBundles:r,layout:a})=>({axisBundles:r.map(o=>Lr(o.axis.position)?{...o,formatted:this.finalizeAxis(o.axis,o.resolveFormatter,a.panel)}:o)})).pipe(({axisBundles:r,formattedLegends:a,containerSize:o,externalMeasurements:s,annotationOverflow:i,headline:c,polarMargin:l})=>({layout:this.resolveLayout({axes:r.map(d=>d.formatted),formattedLegends:a,containerSize:o,externalMeasurements:s,annotationOverflow:i,headline:c,polarMargin:l})})).pipe(({axisBundles:r,layout:a})=>({formattedAxes:r.map(o=>Lr(o.axis.position)?o.formatted:this.finalizeAxis(o.axis,o.resolveFormatter,a.panel))})).pipe(({formattedAxes:r,formattedLegends:a,containerSize:o,externalMeasurements:s,annotationOverflow:i,headline:c,polarMargin:l})=>({layout:this.resolveLayout({axes:r,formattedLegends:a,containerSize:o,externalMeasurements:s,annotationOverflow:i,headline:c,polarMargin:l})})).pipe(({formattedAxes:r,formattedLegends:a,containerSize:o,externalMeasurements:s,layout:i,annotationOverflow:c,headline:l,polarMargin:d,locale:m})=>{const p=this.measureAnnotationOverflow(t,i.panel,m,c);return p===c?{formattedAxes:r,layout:i}:{formattedAxes:r,layout:this.resolveLayout({axes:r,formattedLegends:a,containerSize:o,externalMeasurements:s,annotationOverflow:p,headline:l,polarMargin:d})}}).result();return{formattedAxes:n.formattedAxes,layout:n.layout,formattedPolarAxes:n.formattedPolarAxes}}measureAnnotationOverflow(t,n,r,a){if(!t.annotations||t.annotations.differenceArrows.length===0||t.coordSystem?.type!=="cartesian")return a;const o=Om({annotations:t.annotations,mainAxis:t.coordSystem.mainAxis,panelRect:n,textScale:t.textScale??1,locale:r,measureLabel:this.measurer.measureDifferenceArrowLabel,currentOverflow:a});return o.top===a.top&&o.right===a.right?a:o}seedAxis(t){const{tickCandidates:n,...r}=t;return{...r,ticks:[{value:0,position:0,formattedLabel:Km}],labelRotation:0,labelMaxWidthPx:null}}finalizeAxis(t,n,r){const o=t.position==="top"||t.position==="bottom"?r.width:r.height,s=Im({axis:t,availableSpacePx:o,measureLabel:this.measurer.measureTickLabel,resolveFormatter:n}),{tickCandidates:i,...c}=t,l={...c,ticks:s,labelRotation:0,labelMaxWidthPx:null};if(t.scaleType==="discrete"&&t.bandwidth!==void 0){const d=t.bandwidth*o;return xm({formattedAxis:l,bandwidthPx:d,panelRect:r,measureLabel:this.measurer.measureTickLabel})}return l}resolveLayout({axes:t,formattedLegends:n,containerSize:r,externalMeasurements:a,annotationOverflow:o,headline:s,polarMargin:i}){const c=this.measureGuides(t,n,s,r,i),l=Rm(r,a,c,o),d=Em(l);return{header:d.get("header")??Me,headline:d.get("headline")??Me,footer:d.get("footer")??Me,plot:d.get("plot")??Me,panel:d.get("panel")??Me,axes:Pt(d,"Axis"),axisLabels:Pt(d,"AxisLabel"),legends:Pt(d,"Legend")}}measureGuides(t,n,r,a,o){const s={...o},i={top:0,right:0,bottom:0,left:0};for(const l of t)l.isVisible&&(s[l.position]=this.measurer.measureAxis(l),l.label!==null&&(i[l.position]=this.measurer.measureAxisLabel(l)));const c={top:0,right:0,bottom:0,left:0};for(const l of n)c[l.position]=this.measurer.measureLegend(l);return{axes:s,axesLabels:i,legends:c,headline:this.measureHeadlineBand(r,a)}}measureHeadlineBand(t,n){return t===void 0?0:Um({headline:t,containerSize:n,measurer:this.measurer})}}const Vr=5,je=8,Lr=e=>e==="left"||e==="right",Wm=e=>{const[t,...n]=e.tickCandidates;if(t)return e.geometry==="circular"?t:n.reduce((r,a)=>Math.abs(a.ticks.length-Vr)<Math.abs(r.ticks.length-Vr)?a:r,t)},zm=(e,t)=>{const{tickCandidates:n,...r}=e,a=Wm(e);if(!a)return{...r,ticks:[],labelRotation:0,labelMaxWidthPx:null};const o=t(a),s=a.ticks.map(i=>({...i,formattedLabel:o(i.value)}));return{...r,ticks:s,labelRotation:0,labelMaxWidthPx:null}},Xm=(e,t)=>{const n=e.find(o=>o.geometry==="circular");if(!n||n.ticks.length===0)return{top:0,right:0,bottom:0,left:0};let r=0,a=0;for(const o of n.ticks){const s=t(o.formattedLabel);r=Math.max(r,s.width),a=Math.max(a,s.height)}return{top:a+je,bottom:a+je,left:r+je,right:r+je}},Er=(e,t,n)=>{const r=e.tickCandidates.flatMap(o=>o.ticks.map(s=>s.value)),a=new WeakMap;return o=>{const s=a.get(o);if(s)return s;const i=An({valueFormat:o.valueFormat??e.valueFormat,locale:t,numberFormat:n,tickValues:r});return a.set(o,i),i}};function qm(e,t,n,r){const a=new Map;if(!n||n.kind!=="visual"||n.domain.length<=1)return a;const o=new Map(t.map(s=>[s.id,s.swatchShape]));for(const s of e){if(s.geom!=="rule"||s.stat.type!=="mean")continue;const i=s.transforms.find(y=>y.transformType==="filter"&&y.options.operator==="eq"),c=u.extractVariableName(s.mapping.y);let l,d,m;if(i?.transformType==="filter"&&typeof i.options.value=="string")l="color",d=i.options.variableName,m=i.options.value;else if(c!==null)l="y",d=c,m=c;else continue;const p=jm(e,l,d);if(p===null)continue;const f=o.get(p.id);if(f===void 0)continue;const h=n.map(m);Pe(h)&&a.set(s.id,{shape:Ne(f,r),color:h})}return a}function jm(e,t,n){let r=null;for(const a of e)if(a.geom!=="rule"&&(r===null&&(r=a),u.extractVariableName(a.mapping[t])===n))return a;return r}function Oe(e,t){return e==="x"?t.x:t.y}function bt(e,t){return e==="x"?t.y:t.x}function Qm(e,t){return{main:Oe(e,t),cross:bt(e,t)}}function Zm(e){return e.type==="cartesian"}const In=12,Jm=4,ep=e=>{const t=[];if(!e.layer.dataLabels.showDataLabels)return t;for(const n of e.layer.data){const r=Ae(n),a=$(n)??z(n);if(r===null||a===null||r<0||r>1||a<0||a>1)continue;const o=e.formatLabel(n);if(o==="")continue;const{width:s,height:i}=e.measureDataLabel("dataLabel",o),c=r*e.panelRect.width,l=(1-a)*e.panelRect.height-In-i/2;t.push({layerId:e.layer.id,key:e.getObservationKey(n),x:c,y:l,text:o,width:s,height:i,isRotated:!1,target:"observation",position:"outside"})}return t},tp={place:ep,getPercentageValueStrategy:e=>e.position==="fill"?"fill":O(e.position)?"stack":"none"},Bt=4,Qe=6,np=e=>{const t=[],n=O(e.layer.position),r=e.coordSystem.mainAxis==="y";if(e.layer.dataLabels.showDataLabels){const{entries:a,shouldRotate:o}=ap({layer:e.layer,mainAxis:e.coordSystem.mainAxis,panelRect:e.panelRect,measureDataLabel:e.measureDataLabel,formatLabel:e.formatLabel,isFlipped:r,getObservationKey:e.getObservationKey});for(const s of a){const i=cp({mainAxis:e.coordSystem.mainAxis,isStacked:n,isNegativeBar:s.isNegative,shouldRotate:o,bounds:s.bounds,labelWidth:s.labelWidth,labelHeight:s.labelHeight,panelWidth:e.panelRect.width,panelHeight:e.panelRect.height});i!==null&&t.push({layerId:e.layer.id,key:s.key,x:i.x,y:i.y,text:s.text,width:s.labelWidth,height:s.labelHeight,isRotated:i.isRotated,target:"observation",position:i.position})}}if(e.layer.dataLabels.showStackTotals){const a=mp({layer:e.layer,mainAxis:e.coordSystem.mainAxis,panelRect:e.panelRect,measureDataLabel:e.measureDataLabel,formatAbsolute:e.formatAbsolute});for(const o of a)t.push(o)}return t},rp={place:np,getPercentageValueStrategy:e=>e.position==="fill"?"fill":O(e.position)?"stack":"absoluteGrandTotal"},ap=({layer:e,mainAxis:t,panelRect:n,measureDataLabel:r,formatLabel:a,isFlipped:o,getObservationKey:s})=>{const i=[];let c=!1;const l=u.extractVariableName(e.mapping.y);for(const d of e.data){const m=op(t,d);if(m===null)continue;const p=a(d);if(p==="")continue;const{width:f,height:h}=r("dataLabel",p),y=uo(m,n);f>y.width&&(c=!0);const g=l===null?null:d[l],S=I(g)&&g<0;i.push({key:s(d),isNegative:S,text:p,labelWidth:f,labelHeight:h,bounds:y})}return{entries:i,shouldRotate:!o&&c}},uo=(e,t)=>({x:e.x*t.width,y:e.y*t.height,width:e.width*t.width,height:e.height*t.height}),mo=(e,t,n,r,a)=>{if(e==="x"){let i=1-a,c=a-r;return c<0&&(i+=c,c=-c),{x:t,y:i,width:n-t,height:c}}let o=t,s=n-t;return s<0&&(o+=s,s=-s),{x:o,y:1-a,width:s,height:a-r}},op=(e,t)=>{const n=_e(t),r=ye(t),a=se(t),o=$(t)??z(t);return n===null||r===null||a===null||o===null?null:mo(e,n,r,a,o)},sp=(e,t)=>{const{xMin:n,xMax:r,yMin:a,yMax:o}=t.anchor;return mo(e,n,r,a,o)},ip=(e,t)=>e==="x"?t?"bottom":"top":t?"left":"right",po=(e,t,n)=>n?{width:t,height:e}:{width:e,height:t},cp=e=>e.isStacked?lp({bounds:e.bounds,labelWidth:e.labelWidth,labelHeight:e.labelHeight,isRotated:e.shouldRotate}):dp({edge:ip(e.mainAxis,e.isNegativeBar),bounds:e.bounds,labelWidth:e.labelWidth,labelHeight:e.labelHeight,isRotated:e.shouldRotate,panelWidth:e.panelWidth,panelHeight:e.panelHeight}),lp=({bounds:e,labelWidth:t,labelHeight:n,isRotated:r})=>{const a=po(t,n,r);return a.width>e.width||a.height>e.height?null:{x:e.x+e.width/2,y:e.y+e.height/2,isRotated:r,position:"inside"}},up=(e,t,n,r)=>{switch(e){case"top":return{edgeCoord:t.y,outwardSign:-1,panelExtent:r};case"bottom":return{edgeCoord:t.y+t.height,outwardSign:1,panelExtent:r};case"left":return{edgeCoord:t.x,outwardSign:-1,panelExtent:n};case"right":return{edgeCoord:t.x+t.width,outwardSign:1,panelExtent:n}}},dp=({edge:e,bounds:t,labelWidth:n,labelHeight:r,isRotated:a,panelWidth:o,panelHeight:s})=>{const i=e==="top"||e==="bottom",c=t.x+t.width/2,l=t.y+t.height/2,d=po(n,r,a),m=i?d.height:d.width,p=i?d.width:d.height,f=i?t.height:t.width,h=i?t.width:t.height,y=m/2,{edgeCoord:g,outwardSign:S,panelExtent:b}=up(e,t,o,s);if(m+Bt<f){if(p>h)return null;if(a)return{x:c,y:l,isRotated:!0,position:"inside"};const T=g-S*(y+Bt);return{...i?{x:c,y:T}:{x:T,y:l},isRotated:!1,position:"inside"}}const x=g+S*(y+Bt);return x-y<0||x+y>b?null:{...i?{x:c,y:x}:{x,y:l},isRotated:a,position:"outside"}},mp=({layer:e,mainAxis:t,panelRect:n,measureDataLabel:r,formatAbsolute:a})=>{const o=[],s=e.summary.stackTotals;if(s===void 0||s.length===0)return o;const i=t==="y";for(const c of s){const l=uo(sp(t,c),n),d=a(c.total),{width:m,height:p}=r("stackTotal",d),f=c.anchor.direction==="positive";let h,y;i?(h=f?l.x+l.width+Qe+m/2:l.x-Qe-m/2,y=l.y+l.height/2):(h=l.x+l.width/2,y=f?l.y-Qe-p/2:l.y+l.height+Qe+p/2),o.push({layerId:e.id,key:`${e.id}:stack:${c.xKey}`,x:h,y,text:d,width:m,height:p,isRotated:!1,target:"aggregate",position:"outside"})}return o},pp=e=>{const t=[];if(!e.layer.dataLabels.showDataLabels)return t;for(const n of e.layer.data){const r=Ae(n),a=z(n);if(r===null||a===null||r<0||r>1||a<0||a>1)continue;const o=e.formatLabel(n);if(o==="")continue;const{width:s,height:i}=e.measureDataLabel("dataLabel",o),c=r*e.panelRect.width,l=(1-a)*e.panelRect.height-In-i/2;t.push({layerId:e.layer.id,key:e.getObservationKey(n),x:c,y:l,text:o,width:s,height:i,isRotated:!1,target:"observation",position:"outside"})}return t},fp={place:pp,getPercentageValueStrategy:()=>"none"},hp=e=>{const t=[];if(!e.layer.dataLabels.showDataLabels)return t;for(const n of e.layer.data){const r=Ae(n),a=z(n);if(r===null||a===null||r<0||r>1||a<0||a>1)continue;const o=e.formatLabel(n);if(o==="")continue;const{width:s,height:i}=e.measureDataLabel("dataLabel",o),c=(Ur(n)??e.layer.params.size)/2,l=r*e.panelRect.width,d=(1-a)*e.panelRect.height-c-In-i/2;t.push({layerId:e.layer.id,key:e.getObservationKey(n),x:l,y:d,text:o,width:s,height:i,isRotated:!1,target:"observation",position:"outside"})}return t},yp={place:hp,getPercentageValueStrategy:()=>"none"};function fo(e){return{startAngle:e[u.POSITION_VARIABLES.xMin],endAngle:e[u.POSITION_VARIABLES.xMax]}}function ho(e){return{innerRadius:e[u.POSITION_VARIABLES.yMin],outerRadius:e[u.POSITION_VARIABLES.yMax]??e[u.POSITION_VARIABLES.y]}}const gp=" · ",bp=e=>typeof e=="string"?e:e instanceof Date?e.toISOString():String(e),Sp=(e,t)=>{const n=u.extractVariableName(t.x);return n!==null&&n!==u.CONSTANT_VARIABLES.x?tn(e,t):a=>be(a)},xp=e=>{const t=[];if(!e.layer.dataLabels.showDataLabels)return t;const n=e.layer.dataLabels.showCategoryLabels?Sp(e.layer.data,e.layer.mapping):null,r=e.panelRect.width/2,a=e.panelRect.height/2,o=Math.min(e.panelRect.width,e.panelRect.height)/2;for(const s of e.layer.data){const{startAngle:i,endAngle:c}=fo(s),{outerRadius:l}=ho(s);if(i===null||c===null||l===null)continue;const d=e.formatLabel(s);if(d==="")continue;const m=n===null?null:n(s),p=m===null?d:`${bp(m)}${gp}${d}`,{width:f,height:h}=e.measureDataLabel("dataLabel",p),y=(i+c)/2,g=Math.abs(Math.sin(y))*(f/2)+Math.abs(Math.cos(y))*(h/2),S=l*o+Jm+g,b=r+Math.sin(y)*S,x=a-Math.cos(y)*S,T=f/2,L=h/2;b-T<0||b+T>e.panelRect.width||x-L<0||x+L>e.panelRect.height||t.push({layerId:e.layer.id,key:e.getObservationKey(s),x:b,y:x,text:p,width:f,height:h,isRotated:!1,target:"observation",position:"outside"})}return t},Ap={place:xp,getPercentageValueStrategy:()=>"absoluteGrandTotal"},vp={type:"decimal"};function yo({layer:e,numberFormat:t,locale:n}){const r=u.extractVariableName(e.mapping.y),a=r!==null&&e.data.hasVariable(r)?e.data.getValueFormat(r):vp;return V({valueFormat:a,locale:n,numberFormat:t})}const Tp=({layer:e,coordSystem:t,axes:n,numberFormat:r,panelRect:a,measureDataLabel:o,formattingLocale:s,percentageValueStrategy:i})=>{const c=yo({layer:e,numberFormat:r,locale:s});return{layer:e,coordSystem:t,panelRect:a,measureDataLabel:o,formatLabel:Ep({layer:e,numberFormat:r,axes:n,locale:s,absoluteFormatter:c,percentageValueStrategy:i}),formatAbsolute:c,getObservationKey:Ip(e)}},Ip=e=>t=>`${e.id}:${ht(t)}`,wp=(e,t)=>{switch(t){case"stack":return Vp(e);case"fill":return Lp(e);case"absoluteGrandTotal":return()=>e.summary.absoluteGrandTotal??null;case"none":return()=>null}},Vp=e=>{const t=u.extractVariableName(e.mapping.x);let n=null,r=!1;return a=>{const o=e.summary.stackTotals;if(o===void 0||o.length===0||t===null)return null;if(!r){n=new Map;for(const c of o)n.set(c.xKey,c);r=!0}const s=a[t];if(s==null)return null;const i=n?.get(en(a,t));return i===void 0?null:i.total}},Lp=e=>{const t=nn(e);return n=>{const r=se(n),a=$(n);if(!I(r)||!I(a))return null;const o=Math.abs(a-r);if(o===0)return null;const s=t(n);return I(s)?s/o:null}},Ep=({layer:e,numberFormat:t,axes:n,locale:r,absoluteFormatter:a,percentageValueStrategy:o})=>{const s=F(e.data,e.dataLabels.labelSource),i=wp(e,o),c=Mp({layer:e,numberFormat:t,axes:n,locale:r,absoluteFormatter:a}),l=V({valueFormat:{type:"percentage"},locale:r,numberFormat:t}),d=e.dataLabels.format==="percentage"&&go(e);return m=>{const p=s(m);if(p===null)return"";if(!d||!I(p))return c(p,m);const f=i(m);return f===null||f===0?c(p,m):l(p/f)}},Mp=({layer:e,numberFormat:t,axes:n,locale:r,absoluteFormatter:a})=>{const o=e.dataLabels.labelSource,s=u.extractVariableName(o);if(s!==null){if(go(e))return a;const i=Dp(e,n,t,r,s);if(i!==null)return i}return V({valueFormat:kp(e.data,o),locale:r,numberFormat:t})},go=e=>{const t=u.extractVariableName(e.dataLabels.labelSource);return t===null?!1:t===u.extractVariableName($e(e.position,e.mapping))},Dp=(e,t,n,r,a)=>{const o=u.extractVariableName(e.mapping.x);if(o===null||o!==a)return null;const s=t.find(i=>i.scaleAestheticKey==="x");return s===void 0?null:V({valueFormat:s.valueFormat,locale:r,numberFormat:n})},kp=(e,t)=>{const n=u.extractConstantValue(t);if(n!==void 0)return typeof n=="number"?{type:"decimal"}:Oo(n)?{type:"date"}:{type:"text"};const r=u.extractVariableName(t);return r===null||!e.hasVariable(r)?{type:"text"}:e.getValueFormat(r)},Rp={bar:{cartesian:rp,polar:Ap},line:{cartesian:fp},point:{cartesian:yp},area:{cartesian:tp}},Cp=({layers:e,coordSystem:t,axes:n,numberFormat:r,parsingLocale:a,panelRect:o,measureDataLabel:s,formattingLocale:i})=>{const c=[],l=i??a,d=t.type;for(const m of e){if(!m.dataLabels.showDataLabels&&!m.dataLabels.showStackTotals)continue;const p=Rp[m.geom]?.[d];if(p===void 0)continue;const f=Tp({layer:m,coordSystem:t,axes:n,numberFormat:r,panelRect:o,measureDataLabel:s,formattingLocale:l,percentageValueStrategy:p.getPercentageValueStrategy(m)}),h=p.place(f);for(const y of h)c.push(y)}return{labels:c}},_p=(e,t,n,r)=>{const a=r.offsetFromHigherObservation+r.arrowheadSize+r.arrowEndGap;return e?Math.max(t.x,n.x)+a:Math.min(t.y,n.y)-a},Np=(e,t,n,{arrowStartGap:r,arrowEndGap:a,curveRadius:o})=>{const s={x:e.x,y:e.y-r},i={x:e.x,y:n},c={x:t.x,y:n},l={x:t.x,y:t.y-a},d=t.x>e.x?1:-1;return`
4
+ ${n}`)}}class bl{constructor(t,n){this.transformCompiler=t,this.validator=n}check(t){const n=[];for(const r of t.layers){const o=this.transformCompiler.compile({data:t.data,transforms:r.transforms}),a={...t.mapping,...r.mapping};n.push(...this.validator.validate({layerId:r.id,geom:r.geom,stat:r.stat,effectiveMapping:a,data:o,coordType:t.coords.coordType}))}if(n.length>0)throw new ta(n)}}class vl{constructor(t,n){this.geomRegistry=t,this.statRegistry=n}validate(t){return[...this.validateRequiredAesthetics(t),...this.validateVariableExistence(t),...this.validateGeomMapping(t),...this.validateCoordSupport(t)]}validateRequiredAesthetics({layerId:t,geom:n,stat:r,effectiveMapping:o}){const a=[],{requiredAesthetics:s}=this.geomRegistry.get(n),{computedVariables:i}=this.statRegistry.get(r.type);for(const c of s)i.has(c)||h(un(o,c))||a.push({code:"MISSING_AESTHETIC",message:`Layer '${t}': geom '${n}' requires aesthetic '${c}'`,layerId:t,aesthetic:c});return a}validateVariableExistence({layerId:t,stat:n,effectiveMapping:r,data:o}){const a=[],{computedVariables:s}=this.statRegistry.get(n.type);for(const[i,c]of Object.entries(r)){if(s.has(i))continue;const l=v(c);l!==null&&(o.hasVariable(l)||a.push({code:"UNKNOWN_VARIABLE",message:`Layer '${t}': aesthetic '${i}' references variable '${l}' which does not exist in the dataset`,layerId:t,aesthetic:i}))}return a}validateGeomMapping({layerId:t,geom:n,stat:r,effectiveMapping:o}){const a=this.geomRegistry.get(n);if(a.validateMapping===void 0)return[];const{computedVariables:s}=this.statRegistry.get(r.type);return a.validateMapping({layerId:t,mapping:o,computedVariables:s})}validateCoordSupport({layerId:t,geom:n,coordType:r}){const{supportedCoordTypes:o}=this.geomRegistry.get(n);return o.includes(r)?[]:[{code:"UNSUPPORTED_COORD",message:`Layer '${t}': geom '${n}' is not supported under '${r}' coords`,layerId:t}]}}const Tr=A("__ungrouped__"),Sl=(e,t)=>t===null?!0:e.some(n=>n.axis===t.axis&&n.role===t.role&&n.valueKind===t.valueKind),na=(e,t,n="y")=>{const r=n==="y"?"x":"y",o=v(t[n]),a=v(t[r]);if(!o||!a)return null;const s=e.getValues(D.group,{type:"categorical",distinct:!0,skipNulls:!0}),i=s.length===0,c=i?[Tr]:s,l=e.getValues(a),u=e.getValues(o,{type:"numeric"}),d=e.getValues(D.group,{type:"categorical"}),m=e.size(),p=new Map;for(let f=0;f<m;f++){const y=l[f]??null,b=d[f],x=i?Tr:b;if(!h(x))continue;let S=p.get(y);S||(S=new Map,p.set(y,S)),S.set(x,f)}return{values:u,observationIndexByPartitionAndGroup:p,uniqueGroupKeys:c,observationCount:m}};class xl{constructor(t){this.registry=t}adjust(t,n,r){const o=this.registry.get(t),a=o.getConsumedChannel(r.axis??"y");return Sl(n,a)?o.adjust(r):{data:r.data,mapping:{}}}}class Ct{getConsumedChannel(t){return null}}class wl extends Ct{constructor(){super(...arguments),this.type="dodge"}getConsumedChannel(t){return{axis:"x",role:"point",valueKind:"value"}}adjust({data:t,mapping:n}){if(!v(n.x))return{data:t,mapping:{}};const o=t.getValues(D.group,{type:"categorical",distinct:!0,skipNulls:!0});if(o.length===0)return{data:t,mapping:{}};const a=t.size(),s=t.getValues(D.group,{type:"categorical"}),i=No/2,c=o.length>1?Ci:0,l=oe.scaleBand().domain(o.map(String)).range([-i,i]).paddingInner(c).paddingOuter(0),u=l.bandwidth(),d=new Array(a).fill(null),m=new Array(a).fill(null);for(let f=0;f<a;f++){const y=s[f];if(!h(y))continue;const b=l(String(y));h(b)&&(d[f]=b,m[f]=b+u)}return{data:t.addVariable(g.xMin,"numeric",d).addVariable(g.xMax,"numeric",m),mapping:{}}}}class Al extends Ct{constructor(){super(...arguments),this.type="fill"}getConsumedChannel(t){return{axis:t,role:"point",valueKind:"value"}}adjust({data:t,mapping:n,axis:r="y"}){const o=na(t,n,r);if(o===null)return{data:t,mapping:{}};const{values:a,observationIndexByPartitionAndGroup:s,uniqueGroupKeys:i,observationCount:c}=o,l=[...a],u=new Array(c).fill(0);for(const[,m]of s){let p=0,f=0;for(const x of i){const S=m.get(x);if(S===void 0)continue;const w=a[S];w!=null&&(w>=0?p+=w:f-=w)}let y=0,b=0;for(const x of i){const S=m.get(x);if(S===void 0)continue;const w=a[S];if(w===void 0)continue;if(w===null){u[S]=null,l[S]=null;continue}const E=w>=0?p:f;if(E===0){u[S]=0,l[S]=0;continue}const _=w/E;w>=0?(u[S]=y,l[S]=y+=_):(l[S]=b,u[S]=b+=_)}}let d=t.addVariable($(r,"lower"),"numeric",u).addVariable($(r,"upper"),"numeric",l);return r==="y"&&(d=d.addVariable(g.yRaw,"numeric",a)),{data:d,mapping:{}}}}class Tl extends Ct{constructor(){super(...arguments),this.type="identity"}adjust({data:t}){return{data:t,mapping:{}}}}class Ml extends Ct{constructor(){super(...arguments),this.type="stack"}getConsumedChannel(t){return{axis:t,role:"point",valueKind:"value"}}adjust({data:t,mapping:n,axis:r="y"}){const o=na(t,n,r);if(o===null)return{data:t,mapping:{}};const{values:a,observationIndexByPartitionAndGroup:s,uniqueGroupKeys:i,observationCount:c}=o,l=[...a],u=new Array(c).fill(0);for(const[,p]of s){let f=0,y=0;for(const b of i){const x=p.get(b);if(x===void 0)continue;const S=a[x];if(S!==void 0){if(S===null){u[x]=null,l[x]=null;continue}S>=0?(u[x]=f,l[x]=f+=S):(l[x]=y,u[x]=y+=S)}}}let d=t.addVariable($(r,"lower"),"numeric",u).addVariable($(r,"upper"),"numeric",l);r==="y"&&(d=d.addVariable(g.yRaw,"numeric",a));const m=v(n[r]);return m!==null&&(d=d.addVariable(m,"numeric",l)),{data:d,mapping:{}}}}class Ll extends Ie{constructor(){super("position"),this.register("identity",new Tl),this.register("stack",new Ml),this.register("fill",new Al),this.register("dodge",new wl)}}function Vl(e){let t=e.data;for(const n of e.channels)n.role==="point"&&(t=El(n.axis,t,e));for(const n of Il(e.channels))t=Cl(n,t,e);for(const n of e.channels)n.role==="scalar"&&(t=kl(n,t,e));return t}function xn(e,t){return e==="x"?"x":et(t)}function El(e,t,n){const r=v(n.mapping[e]),o=n.getPositionScale(xn(e,n.yScaleType));if(!r||!o)return t;const s=t.getValues(r).map(i=>h(i)?o.map(i):null);return t.addVariable($(e,"point"),"numeric",s)}function kl(e,t,n){const r=n.getPositionScale(xn(e.axis,n.yScaleType)),a=(e.aes?v(un(n.mapping,e.aes)):null)??$(e.axis,e.name);if(!r||!t.hasVariable(a))return t;const i=t.getValues(a,{type:"numeric"}).map(c=>h(c)?r.map(c):null);return t.addVariable($(e.axis,e.name),"numeric",i)}function Il(e){const t=new Map;for(const n of e){if(n.role==="point"||n.role==="scalar")continue;const r=`${n.axis}:${n.valueKind}`,o=t.get(r)??{axis:n.axis,valueKind:n.valueKind,hasLower:!1,hasUpper:!1};n.role==="lower"&&(o.hasLower=!0),n.role==="upper"&&(o.hasUpper=!0),t.set(r,o)}return[...t.values()].filter(n=>n.hasLower&&n.hasUpper).map(({axis:n,valueKind:r})=>({axis:n,valueKind:r}))}function Cl(e,t,n){const r=n.getPositionScale(xn(e.axis,n.yScaleType));if(!r)return t;const o=$(e.axis,"lower"),a=$(e.axis,"upper");return!t.hasVariable(o)||!t.hasVariable(a)?t:e.valueKind==="value"?_l(t,r,o,a):Fl(e.axis,t,r,o,a)}function _l(e,t,n,r){const o=e.getValues(n,{type:"numeric"}),a=e.getValues(r,{type:"numeric"}),s=e.size(),i=new Array(s),c=new Array(s);for(let l=0;l<s;l++){const u=o[l],d=a[l];h(u)&&h(d)?(i[l]=t.map(u),c[l]=t.map(d)):(i[l]=null,c[l]=null)}return e.addVariable(n,"numeric",i).addVariable(r,"numeric",c)}function Fl(e,t,n,r,o){const a=$(e,"point");if(!n.bandwidth||!t.hasVariable(a))return t;const s=n.bandwidth,i=t.getValues(a,{type:"numeric"}),c=t.getValues(r,{type:"numeric"}),l=t.getValues(o,{type:"numeric"}),u=t.size(),d=new Array(u),m=new Array(u);for(let p=0;p<u;p++){const f=i[p],y=c[p],b=l[p];h(f)&&h(y)&&h(b)?(d[p]=f+y*s,m[p]=f+b*s):(d[p]=null,m[p]=null)}return t.addVariable(r,"numeric",d).addVariable(o,"numeric",m)}function Dl(e,t){const n=e[t];return n?.kind==="position"?n:null}class Rl extends ke{constructor(t){super(),this.geomRegistry=t}dependencies(t){return[t.scales.x,t.scales.y,t.scales.ySecondary]}compileLayer(t,n){const r=this.geomRegistry.get(t.geom),o=Vl({channels:r.positionChannels,data:t.data,mapping:t.mapping,yScaleType:t.yScaleType,getPositionScale:a=>Dl(n.scales,a)});return{...t,data:o}}}class Pl extends se{constructor(t){super(),this.registry=t}dependencies(t){return[t.layers,t.scales]}run(t){this.validateScaleTypeCompatibility(t);const n=new Map;for(const a of t.scales)n.set(a.scaledAesthetic,a);const r=this.collectValues(t.layers,n),o={};for(const[a,s]of n){const i=r.get(a)??[],c=this.registry.get(s.scaleType);o[a]=c.compile(s,i)}return o}validateScaleTypeCompatibility(t){const n=[];for(const r of t.scales){const{compatibleDataTypes:o}=this.registry.get(r.scaleType),a=q(r.scaledAesthetic),s=t.layers.find(l=>h(l.mapping[a]));if(!s)continue;const i=v(s.mapping[a]);if(!h(i)||!s.data.hasVariable(i))continue;const c=s.data.getType(i);if(o.includes(c)||n.push({code:"INCOMPATIBLE_TYPE",message:`Scale '${r.scaledAesthetic}' (${r.scaleType}) is incompatible with variable '${i}' (${c})`,aesthetic:a}),r.scaledAesthetic==="lineType"&&c!=="categorical"){const l=c==="temporal"?"Bucket the variable into categorical periods (e.g. quarter, year) first.":"Bin the variable into categorical buckets first.";n.push({code:"INCOMPATIBLE_TYPE",message:`Scale 'lineType' is discrete-only and cannot be mapped to ${c} variable '${i}'. ${l}`,aesthetic:a})}}if(n.length>0)throw new ta(n)}collectValues(t,n){const r=new Map;for(const o of t)for(const[a,s]of Object.entries(o.mapping)){const i=a,c=i==="y"?et(o.yScaleType):i;if(!Bi(c)||!n.has(c))continue;const l=this.resolveVariables(i,s,o.data);this.collectFromVariables(o.data,l,c,r)}return r}resolveVariables(t,n,r){if(t==="y"&&this.hasPositionAdjustedY(r))return[g.yMin,g.yMax];const o=v(n);return!o||!r.hasVariable(o)?[]:[o]}hasPositionAdjustedY(t){return t.hasVariable(g.yMin)&&t.hasVariable(g.yMax)}collectFromVariables(t,n,r,o){if(n.length===0)return;let a=[];for(const i of n)a=a.concat(t.getValues(i));const s=o.get(r);o.set(r,s?s.concat(a):a)}}class nt{createPositionScale(t,n){return{kind:"position",aesthetic:q(t.scaledAesthetic),spec:t,...n}}createVisualScale(t,n){return{kind:"visual",aesthetic:q(t.scaledAesthetic),spec:t,...n}}}class Nl extends nt{constructor(){super(...arguments),this.compatibleDataTypes=["numeric"]}compile(t,n){if(t.scaleType!=="continuous")throw new Error("ContinuousScale.compile received non-continuous spec");const r=kt(t.scaledAesthetic),o=this.computeDataDomain(n,t);return r?this.buildPositionScale(o,t):this.buildVisualScale(o,t)}computeDataDomain(t,n){let r=1/0,o=-1/0;for(const a of t)typeof a=="number"&&(a<r&&(r=a),a>o&&(o=a));return r===1/0?[0,0]:(n.zero&&(r>0&&(r=0),o<0&&(o=0)),[r,o])}createD3Scale(t,n,r){let o=[r.domainMin??t[0],r.domainMax??t[1]];const a=r.transform==="log"&&Ol(o),s=a?oe.scaleLog():r.transform==="sqrt"?oe.scaleSqrt():oe.scaleLinear();return r.nice&&!a&&(o=s.copy().domain(o).nice().domain()),s.domain([r.domainMin??o[0],r.domainMax??o[1]]).range(n).clamp(r.clamp)}buildPositionScale(t,n){const r=n.reverse?[1,0]:[0,1],o=this.createD3Scale(t,r,n);return this.createPositionScale(n,{map:o,domain:o.domain(),bandwidth:null,generateTicks:a=>a&&"count"in a?o.ticks(a.count):o.ticks()})}buildVisualScale(t,n){const r=n.range??[0,1],o=n.reverse?[r[1],r[0]]:r,a=this.createD3Scale(t,o,n);return this.createVisualScale(n,{map:a,domain:a.domain(),generateTicks:s=>s&&"count"in s?a.ticks(s.count):a.ticks()})}}const Ol=e=>{const[t,n]=e;return t>0&&n>0||t<0&&n<0};class Bl extends nt{constructor(){super(...arguments),this.compatibleDataTypes=["temporal"]}compile(t,n){if(t.scaleType!=="datetime")throw new Error("DatetimeScale.compile received non-datetime spec");const r=kt(t.scaledAesthetic),o=this.computeDataDomain(n);if(!r)throw new Error("Datetime scale is not supported for non-position aesthetics");return this.buildScale(o,t,this.collectInputDates(n))}collectInputDates(t){const n=new Set,r=[];for(const o of t){if(!(o instanceof Date))continue;const a=o.getTime();n.has(a)||(n.add(a),r.push(o))}return r.sort((o,a)=>o.getTime()-a.getTime()),r}computeDataDomain(t){let n=1/0,r=-1/0;for(const o of t){if(!(o instanceof Date))continue;const a=o.getTime();a<n&&(n=a),a>r&&(r=a)}return n===1/0?[]:[new Date(n),new Date(r)]}createD3Scale(t,n,r){const o=$l(t)?t:[],a=oe.scaleUtc().domain(o).range(n).clamp(r.clamp);if(r.nice&&a.nice(),h(r.domainMin)||h(r.domainMax)){const[s,i]=a.domain();s!==void 0&&i!==void 0&&a.domain([r.domainMin??s,r.domainMax??i])}return a}buildScale(t,n,r){const o=n.reverse?[1,0]:[0,1],a=this.createD3Scale(t,o,n),[s,i]=a.domain(),c=s&&i?r.filter(l=>l>=s&&l<=i):[];return this.createPositionScale(n,{map:a,domain:a.domain(),bandwidth:null,generateTicks:l=>l&&"atInputs"in l?c:l&&"interval"in l?s&&i?Ki(s,i,l.interval):[]:a.ticks(l?.count)})}}const $l=e=>e.length===2&&O(e[0])&&O(e[1]),Ae={transform:"linear",reverse:!1,nice:!0,zero:!1,domainMin:null,domainMax:null},Mr={size:[4,20],alpha:[.1,1],strokeWidth:[1,4]},st={domainMin:null,domainMax:null,nice:!1,reverse:!1},Ge={range:null,domain:null,padding:.1,reverse:!1},Gl={palette:{type:"default"}};class Ul extends nt{constructor(){super(...arguments),this.compatibleDataTypes=["categorical","numeric","temporal"]}compile(t,n){if(t.scaleType!=="discrete")throw new Error("DiscreteScale.compile received non-discrete spec");const r=kt(t.scaledAesthetic),o=this.computeDataDomain(n,t);return r?this.buildPositionScale(o,t):this.buildVisualScale(o,t)}computeDataDomain(t,n){if(n.domain!==null&&n.domain.length>0)return[...n.domain];const r=new Set,o=[];for(const a of t)r.has(a)||(r.add(a),o.push(a));return o}buildPositionScale(t,n){const r=t.map(String),o=n.padding??Ge.padding,a=n.reverse?[1,0]:[0,1],s=oe.scaleBand().domain(r).range(a).paddingInner(o).paddingOuter(o/2),i=s.bandwidth()/2;return this.createPositionScale(n,{map:c=>(s(String(c))??0)+i,domain:t,bandwidth:s.bandwidth(),generateTicks:()=>[...t]})}buildVisualScale(t,n){const r=t.map(String),o=n.range&&n.range.length>0?oe.scaleOrdinal().domain(r).range(n.range).unknown(n.range[0]):null;return this.createVisualScale(n,{map:a=>{const s=String(a);return o?o(s):s},domain:t,generateTicks:()=>t})}}class Yl extends nt{constructor(){super(...arguments),this.compatibleDataTypes=["numeric","categorical","temporal"]}compile(t){if(t.scaleType!=="identity")throw new Error("IdentityScale.compile received non-identity spec");return{kind:"identity",aesthetic:q(t.scaledAesthetic),spec:t,map:n=>n,domain:[],generateTicks:()=>[]}}}const ra=["grey","red","orange","yellow","green","cyan","blue","purple","pink"],oa=["cyan","pink","purple","red","orange","yellow","green","blue"],wn=["#B399FE","#FC7E91","#33B6E0","#FFC849","#25CDA5","#FA9B65","#D93C95","#845FD8","#3F8EEB","#58C8D8","#F35074","#6EA0DA"],K={red:"#E83562",orange:"#F38650",yellow:"#FBBC30",green:"#31FCB4",cyan:"#40F8FF",blue:"#279EFF",purple:"#B399FD",dark_purple:"#6D48D2",plum:"#C82184",pink:"#FC8497"},Wl=[K.purple,K.pink,K.yellow,K.blue,K.red,K.cyan,K.orange,K.plum,K.green,K.dark_purple],U={green:"#B2DDC9",cyan:"#A2D5E2",blue:"#AAC4FF",purple:"#B2A4FF",plum:"#DCA8C7",pink:"#FFCCD3",red:"#FFADAD",orange:"#FFDEB4",yellow:"#FDF7C3"},Hl=[U.green,U.purple,U.red,U.cyan,U.pink,U.blue,U.orange,U.plum,U.yellow],rn={grey900:"#1c1917",grey800:"#292524",grey700:"#44403c",grey600:"#57534e",grey500:"#78716c",grey400:"#a8a29e",grey300:"#d6d3d1",grey200:"#e7e5e4",grey100:"#f5f5f4",grey50:"#fafaf9",red900:"#7f1d1d",red800:"#991b1b",red700:"#b91c1c",red600:"#dc2626",red500:"#ef4444",red400:"#f87171",red300:"#fca5a5",red200:"#fecaca",red100:"#fee2e2",red50:"#fef2f2",orange900:"#7c2d12",orange800:"#9a3412",orange700:"#c2410c",orange600:"#ea580c",orange500:"#f97316",orange400:"#fb923c",orange300:"#fdba74",orange200:"#fed7aa",orange100:"#ffedd5",orange50:"#fff7ed",yellow900:"#553B0C",yellow800:"#6F4B08",yellow700:"#8D6300",yellow600:"#BD8A00",yellow500:"#E5B400",yellow400:"#FFC800",yellow300:"#FBDA2B",yellow200:"#FEED72",yellow100:"#FEF8B4",yellow50:"#FEFCE2",green900:"#064e3b",green800:"#065f46",green700:"#047857",green600:"#059669",green500:"#10b981",green400:"#34d399",green300:"#6ee7b7",green200:"#a7f3d0",green100:"#d1fae5",green50:"#ecfdf5",cyan900:"#164e63",cyan800:"#155e75",cyan700:"#0e7490",cyan600:"#0891B2",cyan500:"#06b6d4",cyan400:"#22d3ee",cyan300:"#67e8f9",cyan200:"#a5f3fc",cyan100:"#cffafe",cyan50:"#ecfeff",blue900:"#1e3a8a",blue800:"#1e40af",blue700:"#1d4ed8",blue600:"#2563eb",blue500:"#3b82f6",blue400:"#60a5fa",blue300:"#93c5fd",blue200:"#bfdbfe",blue100:"#dbeafe",blue50:"#eff6ff",purple900:"#4c1d95",purple800:"#5b21b6",purple700:"#6d28d9",purple600:"#7c3aed",purple500:"#8b5cf6",purple400:"#a78bfa",purple300:"#c4b5fd",purple200:"#ddd6fe",purple100:"#ede9fe",purple50:"#f5f3ff",pink900:"#751A5E",pink800:"#8F1972",pink700:"#AF1C8A",pink600:"#D326A8",pink500:"#E845BF",pink400:"#F979D9",pink300:"#FCABE8",pink200:"#FED0F3",pink100:"#FFE8F9",pink50:"#FFF4FC"},Kl=[rn.grey200,U.green,U.red,rn.grey200],Lr={dark:{1:[500],2:[600,400],3:[600,400,200],4:[600,500,300,100],5:[700,600,400,200,50],6:[600,500,400,300,200,100],7:[600,500,400,300,200,100,50],default:[700,600,500,400,300,200,100,50]},light:{1:[600],2:[700,500],3:[800,600,400],4:[800,600,400,300],5:[800,700,600,500,400],6:[800,700,600,500,400,300],7:[900,800,700,600,500,400,300],default:[900,800,700,600,500,400,300,200]}},B={cyan:"#22D3EE",pink:"#F377EF",purple:"#6528F7",red:"#FB2576",orange:"#FF9300",yellow:"#FBFF00",green:"#06FF00",blue:"#0079FF"},it=[B.cyan,B.pink,B.purple,B.red,B.orange,B.yellow,B.green,B.blue],zl=[B.cyan,B.green,B.red,B.cyan],ct={start:"#84D1FC",positive:"#84FC89",negative:"#FC8497",total:"#84D1FC"},Xl=[ct.start,ct.positive,ct.negative,ct.total];function jl(e,t="light",n){return((n!==void 0?Lr[t][n]:void 0)??Lr[t].default).map(o=>rn[`${e}${o}`])}function ql(e){const t=it.indexOf(B[e]);return t<=0?it:[...it.slice(t),...it.slice(0,t)]}function Ql(e,t){switch(e.type){case"default":return wn;case"graphy":return e.variant==="waterfall"?Xl:Wl;case"pastel":return e.variant==="waterfall"?Kl:Hl;case"neon":return e.variant==="waterfall"?zl:ql(e.base);case"mono":return jl(e.base,e.variant??"light",t);case"custom":return e.colors}}function Zl(e,t){if(!e)return Gl.palette;if(e.type==="custom"){const n=t[e.id];if(!n)throw new Error(`Custom palette with id "${e.id}" not found`);return{type:"custom",id:e.id,colors:n}}return e}class Jl extends nt{constructor(){super(...arguments),this.compatibleDataTypes=["categorical","temporal"]}compile(t,n){if(t.scaleType!=="palette")throw new Error("PaletteScale.compile received non-palette spec");const r=this.computeDomain(n),o=Ql(t.palette,r.length),a=o.length>0?o:[...wn],s=oe.scaleOrdinal().domain(r.map(String)).range(a).unknown(a[0]);return this.createVisualScale(t,{map:i=>s(String(i)),domain:r,generateTicks:()=>r})}computeDomain(t){const n=new Set,r=[];for(const o of t)n.has(o)||(n.add(o),r.push(o));return r}}class eu extends Ie{constructor(){super("scale"),this.register("continuous",new Nl),this.register("discrete",new Ul),this.register("datetime",new Bl),this.register("identity",new Yl),this.register("palette",new Jl)}}const aa=e=>!("layers"in e),I={point:tu,line:nu,area:ru,bar:ou,rule:au};function tu(e={}){return{type:"layer",geom:"point",mapping:e.aes,stat:e.stat,params:e.params,position:e.position,yScaleType:e.yScaleType,transforms:e.transforms,interactive:e.interactive,dataLabels:e.dataLabels}}function nu(e={}){return{type:"layer",geom:"line",mapping:e.aes,stat:e.stat,params:e.params,position:e.position,yScaleType:e.yScaleType,transforms:e.transforms,interactive:e.interactive,dataLabels:e.dataLabels}}function ru(e={}){return{type:"layer",geom:"area",mapping:e.aes,stat:e.stat,params:e.params,position:e.position,yScaleType:e.yScaleType,transforms:e.transforms,interactive:e.interactive,dataLabels:e.dataLabels}}function ou(e={}){return{type:"layer",geom:"bar",mapping:e.aes,stat:e.stat,params:e.params,position:e.position,yScaleType:e.yScaleType,transforms:e.transforms,interactive:e.interactive,dataLabels:e.dataLabels}}function au(e={}){return{type:"layer",geom:"rule",mapping:e.aes,stat:e.stat,params:e.params,position:e.position,yScaleType:e.yScaleType,transforms:e.transforms,interactive:e.interactive,dataLabels:e.dataLabels}}const An={identity:iu,count:cu,smooth:su,mean:lu};function su(e){return{type:"smooth",method:e.method,order:e.order,bandwidth:e.bandwidth}}function iu(){return{type:"identity"}}function cu(){return{type:"count"}}function lu(){return{type:"mean"}}const fe={reshape:uu,filter:du,sort:mu,aggregate:pu,constant:fu};function uu(e={}){return{type:"transform",transformType:"reshape",options:e}}function du(e){return{type:"transform",transformType:"filter",options:e}}function mu(e){return{type:"transform",transformType:"sort",options:e}}function pu(e){return{type:"transform",transformType:"aggregate",options:e}}function fu(e){return{type:"transform",transformType:"constant",options:e}}const Vr="#%_ENCODED_%#",sa=e=>{if(!e.startsWith(Vr))return e;try{const{value:t}=JSON.parse(e.slice(Vr.length));return typeof t=="string"?t:e}catch{return e}},hu=({annotations:e,dataset:t,mapping:n})=>{const r=[],o=[],a=[],s=[],i=[],c=[],l=[],u=v(n.x);for(const d of e??[])switch(d.type){case"difference-arrow":{const m=yu(d,u,t);m!==null&&r.push(m);break}case"shape":{o.push(gu(d));break}case"arrow":{a.push(xu(d));break}case"highlight":break;case"text":{s.push(bu(d));break}case"sticker":{const m=vu(d,u,t);m!==null&&i.push(m);break}case"tooltip":{const m=Su(d,u,t);if(m===null)break;m.kind==="pinnedNumber"?c.push(m.value):l.push(m.value);break}default:{const m=d;throw new Error(`Unsupported annotation type: ${m.type}`)}}return{differenceArrows:r,shapes:o,freeformArrows:a,textAnnotations:s,stickers:i,pinnedNumbers:c,comments:l}},yu=(e,t,n)=>{const r=xt({dataset:n,input:e.start,anchorVariable:t}),o=xt({dataset:n,input:e.end,anchorVariable:t});return r===null||o===null?null:{id:e.id,start:r,end:o,label:e.show,color:e.color??null,size:e.size,labelCrossPosition:e.labelPosition}},gu=e=>({id:e.id,kind:e.shape,zOrder:e.layer==="abovePlot"?"foreground":"background",x:e.x,y:e.y,width:e.width,height:e.height,fillColor:e.fillColor,fillOpacity:e.fillOpacity,strokeWidth:e.strokeWidth,strokeColor:e.fillColor}),bu=e=>({id:e.id,content:e.content,x:e.x,y:e.y,width:e.width,backgroundColor:e.backgroundColor??null,backgroundColorStyle:e.backgroundColorStyle}),vu=(e,t,n)=>{const r=xt({dataset:n,input:e,anchorVariable:t});return r===null?null:{id:e.id,anchor:r,sticker:e.sticker}},Su=(e,t,n)=>{const r=xt({dataset:n,input:e,anchorVariable:t});return r===null?null:e.caption===null||e.caption===void 0?{kind:"pinnedNumber",value:{id:e.id,anchor:r}}:{kind:"comment",value:{id:e.id,anchor:r,content:e.caption}}},xu=e=>({id:e.id,start:{x:e.startX,y:e.startY},end:{x:e.endX,y:e.endY},color:e.color??null,thickness:e.thickness,startArrowheadStyle:e.startArrowheadStyle,endArrowheadStyle:e.endArrowheadStyle,lineStyle:e.lineStyle,hasStickerStyle:e.hasStickerStyle}),xt=({dataset:e,input:t,anchorVariable:n})=>{if(!h(t)||!h(t.columnKey))return null;const r=wu(t,n,e);return r===null?null:{anchorValue:r,groupValue:sa(t.columnKey)}},wu=(e,t,n)=>e.rowValue!==void 0?e.rowValue:t===null||!h(e.rowIndex)||!n.hasVariable(t)?null:n.getValues(t)[e.rowIndex]??null,ia=["lilac","neon_pink","blackberry","sun","iceland","sunset","ultraviolet","purple","ice_cream","mint","cool","fresh"];function ca(e){return{type:"config",config:e}}const Au="#E5E5E5",Tu={x:"top",y:"left"},Mu=new Set(["pie","donut"]);function Lu(e){return ca({legend:Cu(e.legend),axes:Fu(e.axes),headline:Du(e),numberFormat:Ru(e.appearance),content:Pu(e.content),appearance:Vu(e.appearance,e.themeOverrides)}).config}function Vu(e,t){const n=Iu(e?.border),r=e?.hasRoundedCorners===!1?0:void 0,o=Eu(e,t),a={};return e?.textScale!==void 0&&(a.textScale=e.textScale),n!==void 0&&(a.border=n),r!==void 0&&(a.cornerRadius=r),o!==void 0&&(a.background=o),e?.highlightStyle!==void 0&&(a.highlightStyle=e.highlightStyle==="grey"?"desaturate":"dim"),Object.keys(a).length>0?a:void 0}function Eu(e,t){if(e?.backgroundModifier==="tint")return{type:"tinted"};const n=t?.graphBackground;if(typeof n=="string")return{type:"solid",color:n}}const ku=e=>ia.includes(e);function Iu(e){if(!e?.style)return;if(e.style==="none")return{type:"none"};const t=e.width??0;if(e.style==="grey")return{type:"solid",color:Au,width:t};if(e.style==="preset")return e.color===void 0||!ku(e.color)?void 0:{type:"preset",preset:e.color,width:t};if(e.color!==void 0)return e.style==="custom"?{type:"solid",color:e.color,width:t}:{type:e.style,color:e.color,width:t}}function Cu(e){if(e)return{position:e.position}}function Er(e,t,n){return!t&&n===void 0?{}:{...t?.isHidden!==void 0?{isVisible:!t.isHidden}:void 0,...t?.label!==void 0?{label:t.label}:void 0,...t?.isReversed?{position:Tu[e]}:void 0,...t?.tickDisplayMode?{labels:{mode:t.tickDisplayMode}}:void 0,...n!==void 0?{grid:{isVisible:n}}:void 0}}function _u(e){return{...e.label!==void 0?{label:e.label}:void 0}}function Fu(e){if(e)return{x:Er("x",e.x,e.showGridLines),y:Er("y",e.y,e.showGridLines),...e.y2?{ySecondary:_u(e.y2)}:void 0}}function Du(e){const{headlineNumbers:t,options:n,type:r}=e,o=r!==void 0&&Mu.has(r)?n?.pieTotalPosition:void 0;if(t===void 0&&o===void 0)return;const a={};return t?.show!==void 0&&(a.show=t.show),t?.compareWith!==void 0&&(a.compareWith=t.compareWith),t?.size!==void 0&&(a.size=t.size),o!==void 0&&(a.show="total",a.position=o==="center"?"center":"above"),a}function Ru(e){if(e?.numberFormat)return{decimals:e.numberFormat.decimalPlaces,abbreviation:e.numberFormat.abbreviation}}function Pu(e){if(!e)return;const t={};e.title!==void 0&&(t.title=e.title),e.isTitleHidden!==void 0&&(t.isTitleVisible=!e.isTitleHidden),e.subtitle!==void 0&&(t.subtitle=e.subtitle),e.isSubtitleHidden!==void 0&&(t.isSubtitleVisible=!e.isSubtitleHidden),e.caption!==void 0&&(t.caption=e.caption),e.isCaptionHidden!==void 0&&(t.isCaptionVisible=!e.isCaptionHidden);const n=Nu(e.source);return n!==void 0&&(t.source=n),e.isSourceHidden!==void 0&&(t.isSourceVisible=!e.isSourceHidden),t}function Nu(e){if(!e)return;const t={};return e.label!==void 0&&(t.label=e.label),e.url!==void 0&&(t.url=e.url),Object.keys(t).length===0?void 0:t}const N={cartesian:(e={})=>({type:"coord",coordType:"cartesian",params:e}),flip:(e={})=>({type:"coord",coordType:"flip",params:e}),polar:(e={})=>({type:"coord",coordType:"polar",params:e})},Ou={showDataLabels:!1,format:"absolute",showStackTotals:!1,showCategoryLabels:!1,labelSource:{variable:g.yRaw}},yt={stat:{type:"identity"},position:"identity",params:{size:8}},Bt={stat:{type:"identity"},position:"identity",params:{lineWidth:"auto",interpolate:"linear",missingValues:"gap"}},$t={stat:{type:"identity"},position:"stack",params:{lineWidth:"auto",interpolate:"linear",missingValues:"zero"}},Gt={stat:{type:"identity"},position:"dodge",params:{}},Oe={stat:{type:"identity"},position:"identity",interactive:!1,params:{strokeWidth:1,lineType:"dashed",labelPosition:"start"}},Fe="primary";function Bu(e,t){const n={...Ou};return e==="bar"&&t==="polar"&&(n.format="percentage"),n}function F(e,t={}){return{type:"scale",scaledAesthetic:e,scaleType:"continuous",transform:t.transform,reverse:t.reverse,nice:t.nice,zero:t.zero,clamp:t.clamp,domainMin:t.domainMin??null,domainMax:t.domainMax??null,range:t.range}}function gt(e,t={}){return{type:"scale",scaledAesthetic:e,scaleType:"datetime",domainMin:t.domainMin??null,domainMax:t.domainMax??null,nice:t.nice,reverse:t.reverse,clamp:t.clamp}}function z(e,t={}){return{type:"scale",scaledAesthetic:e,scaleType:"discrete",range:t.range,domain:t.domain??null,padding:t.padding,reverse:t.reverse}}function Ue(e,t={}){return{type:"scale",scaledAesthetic:e,scaleType:"identity"}}function bt(e,t){return{type:"scale",scaledAesthetic:e,scaleType:"inferred",options:t}}function la(e,t={}){return{type:"scale",scaledAesthetic:e,scaleType:"palette",palette:t.palette}}const he={x:Object.assign(e=>bt("x",e),{continuous:e=>F("x",e),discrete:e=>z("x",e),datetime:e=>gt("x",e),log:e=>F("x",{...e,transform:"log"}),sqrt:e=>F("x",{...e,transform:"sqrt"})}),y:Object.assign(e=>bt("y",e),{continuous:e=>F("y",e),discrete:e=>z("y",e),datetime:e=>gt("y",e),log:e=>F("y",{...e,transform:"log"}),sqrt:e=>F("y",{...e,transform:"sqrt"})}),ySecondary:Object.assign(e=>bt("ySecondary",e),{continuous:e=>F("ySecondary",e),discrete:e=>z("ySecondary",e),datetime:e=>gt("ySecondary",e),log:e=>F("ySecondary",{...e,transform:"log"}),sqrt:e=>F("ySecondary",{...e,transform:"sqrt"})}),color:{continuous:e=>F("color",e),discrete:e=>z("color",e),palette:e=>la("color",e)},size:{continuous:e=>F("size",e),discrete:e=>z("size",e),identity:e=>Ue("size",e)},alpha:{continuous:e=>F("alpha",e),discrete:e=>z("alpha",e),identity:e=>Ue("alpha",e)},strokeWidth:{continuous:e=>F("strokeWidth",e),discrete:e=>z("strokeWidth",e),identity:e=>Ue("strokeWidth",e)},lineType:{discrete:e=>z("lineType",e),identity:e=>Ue("lineType",e)}},G="key",J="value",kr=A("lineSeriesLabel"),Ir=A("barSeriesLabel"),wt=A("constantY"),$u=(e,t,n,r)=>zu[t](e,n,r),Tn=e=>{const{numeric:t,categorical:n,temporal:r}=e.groupVariableNamesByType();return h(r[0])?r[0]:h(n[0])?n[0]:h(t[0])?t[0]:""},Mn=e=>{const t=Tn(e),{numeric:n}=e.groupVariableNamesByType(),r=n.filter(a=>a!==t);return r.length<=1?{dataset:e,mapping:{x:t,y:r[0]??""},seriesVariables:r}:{dataset:e.reshapeFromWideToLong({keep:[t],keyName:G,valueName:J}),mapping:{x:t,y:J,color:G},seriesVariables:r}},Ln=e=>{const t=e.appearance?.seriesStyles;if(!t||e.seriesVariables.length===0)return{mapping:{},scales:[]};if(!e.seriesVariables.some(o=>h(t[o]?.lineStyle)))return{mapping:{},scales:[]};if(e.seriesVariables.length===1){const o=e.seriesVariables[0];if(!o)return{mapping:{},scales:[]};const a=t[o]?.lineStyle;return a?{mapping:{lineType:{value:a}},scales:[]}:{mapping:{},scales:[]}}const r=e.seriesVariables.map(o=>t[o]?.lineStyle??"solid");return{mapping:{lineType:G},scales:[he.lineType.discrete({domain:e.seriesVariables,range:r})]}},Gu=e=>{const{categorical:t,temporal:n,numeric:r}=e.groupVariableNamesByType(),o=r[0];if(!h(o))throw new Error("No first numeric variable found");const a=r.slice(1);return a.length===0?{dataset:e.addConstantVariable(wt,"categorical",""),mapping:{x:o,y:wt,label:t[0]}}:a.length===1?{dataset:e,mapping:{x:o,y:a[0]??"",label:t[0]}}:{dataset:e.reshapeFromWideToLong({keep:[o,...t,...n],keyName:G,valueName:J}),mapping:{x:o,y:J,label:t[0],color:G}}},Uu=e=>{const{categorical:t,temporal:n,numeric:r}=e.groupVariableNamesByType();let o,a;if(h(t[0])&&h(r[0]))o=t[0],a=r[0];else if(h(n[0])&&h(r[0]))o=n[0],a=r[0];else if(h(r[0])&&h(r[1]))o=r[0],a=r[1];else throw new Error("No label or value variable found");return{x:"",y:a,color:o}},ua=(e,t,n)=>{const{dataset:r,mapping:o,seriesVariables:a}=Mn(e.dataset),s=Ln({appearance:n,seriesVariables:a}),i=[I.line({params:{lineWidth:t?.lineThickness,interpolate:t?.isSmoothLine?"catmull-rom":"linear",missingValues:t?.missingValues}})];return t?.showPoints&&i.push(I.point({params:{size:da(t.pointSize)},interactive:!1})),{dataset:r,layers:i,coords:N.cartesian(),mapping:{...o,...s.mapping},scales:s.scales,seriesVariables:a}},Yu=(e,t,n)=>{const{dataset:r,mapping:o,seriesVariables:a}=Mn(e.dataset),s=Ln({appearance:n,seriesVariables:a}),i=[I.area({position:"stack",params:{lineWidth:t?.lineThickness,interpolate:t?.isSmoothLine?"catmull-rom":"linear",missingValues:t?.missingValues}})];return t?.showPoints&&i.push(I.point({params:{size:da(t.pointSize)},position:"stack",interactive:!1})),{dataset:r,layers:i,coords:N.cartesian(),mapping:{...o,...s.mapping},scales:s.scales,seriesVariables:a}},de=(e,t,n,r,o)=>{const{dataset:a,mapping:s,seriesVariables:i}=Mn(e.dataset),c=[];if(r?.sortBars){const l=v(s.y);l!==null&&l!==""&&c.push(fe.sort({variableName:l,direction:"desc"}))}if(!o?.useSingleColorForBars){const l=Tn(e.dataset),{numeric:u}=e.dataset.groupVariableNamesByType();u.filter(m=>m!==l).length===1&&e.dataset.getType(l)==="categorical"&&(s.color=l)}return{dataset:a,layers:[I.bar({position:t})],coords:n,mapping:s,scales:[],transforms:c,seriesVariables:i}},Cr=(e,t)=>({dataset:e.dataset,layers:[I.bar({position:"fill"})],coords:N.polar({theta:"y",innerRadius:t==="donut"?.55:0}),mapping:Uu(e.dataset),scales:[],seriesVariables:[]}),Wu=e=>{const{dataset:t,mapping:n}=Gu(e.dataset);return{dataset:t,layers:[I.point()],coords:N.cartesian(),mapping:n,scales:[],seriesVariables:[]}},Hu=e=>{const{numeric:t,categorical:n}=e.dataset.groupVariableNamesByType(),r=t[0];if(!h(r))throw new Error("No first numeric variable found");const a=h(t[1])?e.dataset:e.dataset.addConstantVariable(wt,"categorical",""),s={x:r,y:t[1]??wt,size:t[2],label:n[0]},i=[];return h(s.size)&&i.push(he.size.continuous()),{dataset:a,layers:[I.point()],coords:N.cartesian(),mapping:s,scales:i,seriesVariables:[]}},Ut=(e,t,n)=>{const r=n?.seriesStyles?.[e]?.lineStyle;return I.line({transforms:[fe.constant({variableName:kr,type:"categorical",value:e})],aes:{y:e,color:kr,...r?{lineType:{value:r}}:{}},...t?{yScaleType:"secondary"}:void 0})},Ku=(e,t,n)=>{const{numeric:r,categorical:o,temporal:a}=e.dataset.groupVariableNamesByType(),s=Tn(e.dataset),i=[...o,...a],c=r.filter(b=>b!==s),l=t?.comboType??"grouped-bars",u=l==="lines";if(c.length===1)return u?ua(e,t,n):de(e,"dodge",N.cartesian(),t,n);const d=e.axes?.hasDualYAxis===!0,m=u?[]:c.slice(0,-1),p=u?c:c.slice(-1),f=[],y=[];if(m.length>0){const b=l==="stacked-bars"?"stack":"dodge",x=m.length===1?m[0]:null;h(x)?f.push(I.bar({transforms:[fe.constant({variableName:Ir,type:"categorical",value:x})],aes:{y:x,color:Ir},position:b})):f.push(I.bar({transforms:[fe.reshape({keep:i,reshape:m,keyName:G,valueName:J})],aes:{y:J,color:G},position:b}))}if(u&&p.length>=2){const b=d?p.slice(0,-1):p,x=b.length===1?b[0]:null;if(h(x))f.push(Ut(x,!1,n));else{const S=Ln({appearance:n,seriesVariables:b});f.push(I.line({transforms:[fe.reshape({keep:i,reshape:b,keyName:G,valueName:J})],aes:{y:J,color:G,...S.mapping}})),y.push(...S.scales)}if(d){const S=p[p.length-1];h(S)&&f.push(Ut(S,!0,n))}}else for(const b of p)f.push(Ut(b,d,n));return{dataset:e.dataset,layers:f,coords:N.cartesian(),mapping:{x:s},scales:y,seriesVariables:c}},da=(e="auto")=>e==="auto"?yt.params.size:e,Be=e=>()=>{throw new Error(`Unsupported graph type: ${e}`)},zu={line:(e,t,n)=>ua(e,t,n),areaStacked:(e,t,n)=>Yu(e,t,n),bar:(e,t,n)=>de(e,"dodge",N.flip(),t,n),barStacked:(e,t,n)=>de(e,"stack",N.flip(),t,n),barStackedFill:(e,t,n)=>de(e,"fill",N.flip(),t,n),column:(e,t,n)=>de(e,"dodge",N.cartesian(),t,n),columnStacked:(e,t,n)=>de(e,"stack",N.cartesian(),t,n),columnStackedFill:(e,t,n)=>de(e,"fill",N.cartesian(),t,n),pie:e=>Cr(e,"pie"),donut:e=>Cr(e,"donut"),scatter:e=>Wu(e),bubble:e=>Hu(e),combo:(e,t,n)=>Ku(e,t,n),funnel:Be("funnel"),heatmap:Be("heatmap"),waterfall:Be("waterfall"),mekko:Be("mekko"),table:Be("table")},ma=["key",A("lineSeriesLabel"),A("barSeriesLabel")];function Xu(e){const t=e.annotations??[],n=ju(e.mapping),r=Zu(e.convertedDataset,e.layers),o=[];for(const a of t){if(a.type!=="highlight")continue;const s=qu({annotation:a,rowIdentityVariable:n,dataset:e.dataset,compiledVariableNames:r});s!==null&&o.push({type:"highlight",id:a.id,predicate:s,scope:a.highlight})}return o}function ju(e){const t=v(e.x);return t!==null&&t!==""?t:v(e.color)}function qu({annotation:e,rowIdentityVariable:t,dataset:n,compiledVariableNames:r}){switch(e.highlight){case"x-value":return _r(e,t,n);case"series":return Fr(e,r);case"data-point":{const o=_r(e,t,n),a=Fr(e,r);return o===null&&a===null?null:o===null?a:a===null?o:{and:[o,a]}}}}function _r(e,t,n){if(t===null)return null;const r=Ju(e,t,n);return r===null?null:{variable:t,eq:r}}function Fr(e,t){if(!Qu(t))return null;const n=e.columnKey;return h(n)?{or:ma.map(r=>({variable:r,eq:n}))}:null}function Qu(e){return ma.some(t=>e.includes(t))}function Zu(e,t){const n=[...e.getVariableNames()];for(const r of t)for(const o of r.transforms??[])o.transformType==="reshape"?n.push(o.options.keyName??G):o.transformType==="constant"&&n.push(o.options.variableName);return n}function Ju(e,t,n){return e.rowValue!==void 0?e.rowValue:!h(e.rowIndex)||!n.getVariableNames().includes(t)?null:n.getValues(t)[e.rowIndex]??null}function ed(e,t,n){const{theme:r,customPalettes:o}=n;if(o&&e&&o[e])return{type:"custom",id:e};if(e?.startsWith("preset:pastel"))return{type:"pastel",variant:Yt(t)};if(e?.startsWith("preset:graphy"))return{type:"graphy",variant:Yt(t)};const i="preset:mono:";if(e?.startsWith(i)){const l=e.slice(i.length);if(td(l))return{type:"mono",base:l,variant:r}}const c="preset:neon:";if(e?.startsWith(c)){const l=e.slice(c.length);if(nd(l))return{type:"neon",base:l,variant:Yt(t)}}return{type:"default"}}function Yt(e){if(e==="waterfall")return"waterfall"}function td(e){return ra.includes(e)}function nd(e){return oa.includes(e)}function rd(e,t,n,r={}){const o=[];o.push(Dr("x",t?.x)),o.push(Dr("y",t?.y));const a=ed(n?.paletteId,e,r);return o.push(he.color.palette({palette:a})),o}function Dr(e,t){return t?.scaleType==="logarithmic"||t?.min!==void 0||t?.max!==void 0?t.scaleType==="logarithmic"?he[e].log({domainMin:t.min??void 0,domainMax:t.max??void 0}):he[e]({domainMin:t.min??void 0,domainMax:t.max??void 0}):he[e]()}const od=new Set(["column","columnStacked","columnStackedFill","bar","barStacked","barStackedFill","line","areaStacked","scatter","bubble","funnel","combo"]),ad=new Set(["column","columnStacked","columnStackedFill","bar","barStacked","barStackedFill","line","areaStacked","combo"]);function sd(e,t,n){const r=t.type??"column",o={dataset:e,axes:t.axes},a=$u(o,r,t.options??void 0,t.appearance??void 0);return{data:a.dataset,mapping:a.mapping,layers:id(r,t,a.layers,a.coords,a.mapping,a.seriesVariables),scales:[...rd(r,t.axes,t.appearance,n),...a.scales],transforms:a.transforms??[],highlights:Xu({annotations:t.annotations,dataset:e,mapping:a.mapping,convertedDataset:a.dataset,layers:a.layers}),annotations:hu({annotations:t.annotations,dataset:e,mapping:a.mapping}),coords:a.coords,config:Lu(t)}}function id(e,t,n,r,o,a){const s=md(t.dataLabels),i=s===void 0?n:n.filter(l=>l.interactive!==!1).map(l=>({...l,dataLabels:{...s,...l.dataLabels}})),c=t.axes?.hasDualYAxis??!1;return[...i,...cd({type:e,trendline:t.referenceLines?.trendline,coords:r}),...ld({type:e,hasDualYAxis:c,goalLine:t.referenceLines?.goalLine,coords:r}),...dd({type:e,hasDualYAxis:c,averageLine:t.referenceLines?.averageLine,coords:r,mapping:o,seriesVariables:a})]}function cd({type:e,trendline:t,coords:n}){return t===void 0?[]:od.has(e)?n.coordType==="polar"?[]:[I.line({aes:{lineType:{value:"dashed"}},stat:An.smooth({method:t}),interactive:!1})]:[]}function ld({type:e,hasDualYAxis:t,goalLine:n,coords:r}){if(!ud(n))return[];if(r.coordType==="polar")return[];const o=r.coordType==="flip"?"end":"start";return[I.rule({aes:{y:{value:n.target}},params:{labelPosition:o,label:n.label??"Goal"},yScaleType:e==="combo"&&t?"secondary":"primary",interactive:!1})]}function ud(e){return e!==void 0&&Number.isFinite(e.target)}function dd({type:e,hasDualYAxis:t,averageLine:n,coords:r,mapping:o,seriesVariables:a}){if(n===void 0)return[];if(!ad.has(e))return[];if(r.coordType==="polar")return[];const s=sa(n.columnKey);if(!a.includes(s))return[];const i=o.color===G,c=i?J:s,l=i?[fe.filter({variableName:G,operator:"eq",value:s})]:[];return[I.rule({aes:{y:c,color:void 0,group:void 0,lineType:void 0},stat:An.mean(),transforms:l,params:{label:"Average",labelPosition:r.coordType==="flip"?"end":"start"},yScaleType:e==="combo"&&t?"secondary":"primary",interactive:!1})]}function md(e){if(!e)return;const t={};return e.showDataLabels!==void 0&&(t.showDataLabels=e.showDataLabels),e.dataLabelFormat!==void 0&&(t.format=e.dataLabelFormat),e.showStackTotals!==void 0&&(t.showStackTotals=e.showStackTotals),e.showCategoryLabels!==void 0&&(t.showCategoryLabels=e.showCategoryLabels),Object.keys(t).length===0?void 0:t}const Wt={color:null,size:"small",labelCrossPosition:.5},Te={kind:"rectangle",zOrder:"foreground",fillColor:"transparent",fillOpacity:1,strokeWidth:1,strokeColor:null},Rr={backgroundColor:null,backgroundColorStyle:"opaque"},Me={color:null,thickness:"medium",startArrowheadStyle:"none",endArrowheadStyle:"line-arrow",lineStyle:"solid",hasStickerStyle:!1},pd=(e,t)=>({differenceArrows:(e?.differenceArrows??[]).map(n=>gd(n,t)),shapes:(e?.shapes??[]).map(xd),freeformArrows:(e?.freeformArrows??[]).map(wd),textAnnotations:(e?.textAnnotations??[]).map(yd),stickers:(e?.stickers??[]).map(n=>bd(n,t)),pinnedNumbers:(e?.pinnedNumbers??[]).map(n=>vd(n,t)),comments:(e?.comments??[]).map(n=>Sd(n,t)),custom:(e?.custom??[]).map(n=>fd(n,t))}),fd=(e,t)=>({id:e.id??crypto.randomUUID(),type:e.type,coordinates:e.coordinates.map(n=>hd(n,t)),params:e.params??{},zOrder:e.zOrder??null}),hd=(e,t)=>"observation"in e?{observation:Ve(e.observation,t)}:e,yd=e=>({id:e.id??crypto.randomUUID(),content:e.content,x:e.x,y:e.y,width:e.width,backgroundColor:e.backgroundColor??Rr.backgroundColor,backgroundColorStyle:e.backgroundColorStyle??Rr.backgroundColorStyle}),gd=(e,t)=>({id:e.id??crypto.randomUUID(),start:Ve(e.start,t),end:Ve(e.end,t),label:e.label,color:e.color??Wt.color,size:e.size??Wt.size,labelCrossPosition:e.labelCrossPosition??Wt.labelCrossPosition}),Ve=(e,t)=>{if(e.layerIndex===void 0)return{anchorValue:e.anchorValue,groupValue:e.groupValue};const n=t[e.layerIndex]?.id;if(n===void 0)throw new Error(`Annotation references layerIndex ${e.layerIndex} but only ${t.length} layer(s) are defined.`);return{layerId:n,anchorValue:e.anchorValue,groupValue:e.groupValue}},bd=(e,t)=>({id:e.id??crypto.randomUUID(),anchor:Ve(e.anchor,t),sticker:e.sticker}),vd=(e,t)=>({id:e.id??crypto.randomUUID(),anchor:Ve(e.anchor,t)}),Sd=(e,t)=>({id:e.id??crypto.randomUUID(),anchor:Ve(e.anchor,t),content:e.content}),xd=e=>({id:e.id??crypto.randomUUID(),kind:e.kind??Te.kind,zOrder:e.zOrder??Te.zOrder,x:e.x,y:e.y,width:e.width,height:e.height,fillColor:e.fillColor??Te.fillColor,fillOpacity:e.fillOpacity??Te.fillOpacity,strokeWidth:e.strokeWidth??Te.strokeWidth,strokeColor:e.strokeColor??Te.strokeColor}),wd=e=>({id:e.id??crypto.randomUUID(),start:e.start,end:e.end,color:e.color??Me.color,thickness:e.thickness??Me.thickness,startArrowheadStyle:e.startArrowheadStyle??Me.startArrowheadStyle,endArrowheadStyle:e.endArrowheadStyle??Me.endArrowheadStyle,lineStyle:e.lineStyle??Me.lineStyle,hasStickerStyle:e.hasStickerStyle??Me.hasStickerStyle}),Ad={parsingLocale:"en-US",legend:{position:"auto",display:"auto"},axes:{x:{isVisible:!0,label:null,position:"bottom",grid:{isVisible:null},ticks:{isVisible:!0,mode:"auto"}},y:{isVisible:!0,label:null,position:"right",grid:{isVisible:null},ticks:{isVisible:!1,mode:"auto"}}},panel:{border:{isVisible:!0}},headline:{show:"none",compareWith:"none",size:"auto",position:"above"},numberFormat:{decimals:"auto",abbreviation:"auto"},content:{title:null,isTitleVisible:!0,subtitle:null,isSubtitleVisible:!0,caption:null,isCaptionVisible:!1,source:null,isSourceVisible:!1},appearance:{textScale:1,background:{type:"theme"},border:{type:"none"},cornerRadius:8,highlightStyle:"dim"}};function Td(e){return ae.merge({},Ad,e)}const Md={xLimits:null,yLimits:null},Ht={theta:"x",startAngle:0,innerRadius:0};function Ld(e){const t=e??{type:"coord",coordType:"cartesian"},n=oo({},Md,t.params??{});switch(t.coordType){case"cartesian":case"flip":return{...t,params:n};case"polar":return{...t,params:{...n,theta:t.params?.theta??Ht.theta,startAngle:t.params?.startAngle??Ht.startAngle,innerRadius:t.params?.innerRadius??Ht.innerRadius}}}}function Vd(e,t){return e.map(n=>{const r=n.layerIndex!==void 0?t[n.layerIndex]?.id:void 0;if(n.layerIndex!==void 0&&r===void 0)throw new Error(`Highlight references layerIndex ${n.layerIndex} but only ${t.length} layer(s) are defined.`);return{type:"highlight",id:n.id??crypto.randomUUID(),predicate:n.predicate,scope:n.scope??"data-point",...r!==void 0?{layerId:r}:{}}})}const Ed="linear",kd=3,Id=.3;function De(e,t){const n=e??t,r=typeof n=="string"?n:n.type;if(r==="smooth"){const o=typeof n=="string"?void 0:n;return{type:"smooth",method:o?.method??Ed,order:o?.order??kd,bandwidth:o?.bandwidth??Id}}return{type:r}}function Cd(e,t,n){if(!Dd(n))return Rd(e,t,n);switch(n.geom){case"point":return Pd(e,t,n);case"line":return Nd(e,t,n);case"area":return Od(e,t,n);case"bar":return Bd(e,t,n);case"rule":return $d(e,t,n)}}function _d(e,t,n){const r=n.map(o=>Cd(e,t,o));return Gd(r)}const Fd=(e,t,n)=>n.label!==void 0?n.label:Ud(e,t,n),Dd=e=>Xo(e.geom);function Rd(e,t,n){const r=n.position??"identity";return{id:n.id??crypto.randomUUID(),type:n.type,geom:n.geom,mapping:n.mapping??{},stat:De(n.stat,"identity"),position:r,yScaleType:n.yScaleType??Fe,params:n.params??{},transforms:n.transforms??[],interactive:n.interactive??!0,dataLabels:Re(e,n,r,t)}}const Re=(e,t,n,r)=>{const o={...e,...t.mapping},a=Fd(t.geom,n,o);return{...Bu(t.geom,r),...t.dataLabels,labelSource:a}};function Pd(e,t,n){const r=n.position??yt.position;return{id:n.id??crypto.randomUUID(),type:n.type,geom:n.geom,mapping:n.mapping??{},stat:De(n.stat,yt.stat.type),position:r,yScaleType:n.yScaleType??Fe,params:ae.merge({},yt.params,n.params),transforms:n.transforms??[],interactive:n.interactive??!0,dataLabels:Re(e,n,r,t)}}function Nd(e,t,n){const r=n.position??Bt.position;return{id:n.id??crypto.randomUUID(),type:n.type,geom:n.geom,mapping:n.mapping??{},stat:De(n.stat,Bt.stat.type),position:r,yScaleType:n.yScaleType??Fe,params:ae.merge({},Bt.params,n.params),transforms:n.transforms??[],interactive:n.interactive??!0,dataLabels:Re(e,n,r,t)}}function Od(e,t,n){const r=ae.merge({},$t.params,n.params);r.missingValues==="gap"&&(r.missingValues="zero");const o=n.position??$t.position;return{id:n.id??crypto.randomUUID(),type:n.type,geom:n.geom,mapping:n.mapping??{},stat:De(n.stat,$t.stat.type),position:o,yScaleType:n.yScaleType??Fe,params:r,transforms:n.transforms??[],interactive:n.interactive??!0,dataLabels:Re(e,n,o,t)}}function Bd(e,t,n){const r=n.position??Gt.position;return{id:n.id??crypto.randomUUID(),type:n.type,geom:n.geom,mapping:n.mapping??{},stat:De(n.stat,Gt.stat.type),position:r,yScaleType:n.yScaleType??Fe,params:{...Gt.params,...n.params},transforms:n.transforms??[],interactive:n.interactive??!0,dataLabels:Re(e,n,r,t)}}function $d(e,t,n){const r=n.position??Oe.position;return{id:n.id??crypto.randomUUID(),type:n.type,geom:n.geom,mapping:n.mapping??{},stat:De(n.stat,Oe.stat.type),position:n.position??Oe.position,yScaleType:n.yScaleType??Fe,params:ae.merge({},Oe.params,n.params),transforms:n.transforms??[],interactive:n.interactive??Oe.interactive,dataLabels:Re(e,n,r,t)}}const Gd=e=>{const t=new Set;for(const n of e)n.position==="fill"&&t.add(n.yScaleType);return t.size===0?e:e.map(n=>{if(n.geom!=="rule"||!t.has(n.yScaleType))return n;const r=ee(n.mapping.y);if(!k(r))return n;const o=Math.min(1,Math.max(0,r));return{...n,mapping:{...n.mapping,y:{value:o}}}})},Ud=(e,t,n)=>{if(e==="point"){const r=v(n.size);if(r!==null)return{variable:r}}return tt(t,n)};function Yd(e,...t){return e?t.includes(e.geom):!1}function Wd(e,t){return e.find(n=>n.id===t)}function pa(e,...t){return e.find(n=>t.includes(n.geom))}function Hd(e,t,n){const r=e.layers.findIndex(a=>a.id===t);if(r===-1)return e;const o=e.layers.map((a,s)=>s===r?n:a);return{...e,layers:o}}const fa={x:"position",y:"position",ySecondary:"position",color:"color-range",size:"continuous-range",alpha:"continuous-range",strokeWidth:"continuous-range",lineType:"discrete-only"},Kd={numeric:{position:"continuous","color-range":"continuous","continuous-range":"continuous","discrete-only":"discrete"},categorical:{position:"discrete","color-range":"discrete","continuous-range":"discrete","discrete-only":"discrete"},temporal:{position:"datetime","color-range":"continuous","continuous-range":"continuous","discrete-only":"discrete"}};function ha(e,t,n,r,o){switch(e.scaleType){case"inferred":{const a=jd(e,t,n,r);return ha(a,t,n,r,o)}case"continuous":{const a=fa[e.scaledAesthetic],s=a==="continuous-range"&&e.scaledAesthetic in Mr?Mr[e.scaledAesthetic]:null,i=e.scaledAesthetic==="size"&&a==="continuous-range"?"sqrt":Ae.transform;return{type:e.type,scaledAesthetic:e.scaledAesthetic,scaleType:e.scaleType,transform:e.transform??i,reverse:e.reverse??Ae.reverse,nice:e.nice??Ae.nice,zero:e.zero??Ae.zero,clamp:e.clamp??a!=="position",domainMin:e.domainMin??Ae.domainMin,domainMax:e.domainMax??Ae.domainMax,range:e.range??s??null}}case"datetime":return{type:e.type,scaledAesthetic:e.scaledAesthetic,scaleType:e.scaleType,domainMin:e.domainMin??st.domainMin,domainMax:e.domainMax??st.domainMax,nice:e.nice??st.nice,reverse:e.reverse??st.reverse,clamp:e.clamp??!1};case"discrete":return{type:e.type,scaledAesthetic:e.scaledAesthetic,scaleType:e.scaleType,range:e.range??Ge.range,domain:e.domain??Ge.domain,padding:e.padding??Ge.padding,reverse:e.reverse??Ge.reverse};case"palette":return{type:e.type,scaledAesthetic:e.scaledAesthetic,scaleType:e.scaleType,palette:Zl(e.palette,o)};case"identity":return{type:e.type,scaledAesthetic:e.scaledAesthetic,scaleType:e.scaleType};default:{const a=e;throw new Error(`Unknown scale type: ${a.scaleType}`)}}}function zd(e,t,n,r,o,a){const s=Qd(t,n),i=Zd(s),c=new Map;for(const u of i)c.set(u.scaledAesthetic,u);const l=[...c.values()].map(u=>ha(u,e,n,r,a));return o.coordType==="polar"?Xd(l):l}const Xd=e=>e.map(t=>t.scaleType==="discrete"?{...t,padding:0}:t);function jd(e,t,n,r){const o=q(e.scaledAesthetic),a=e.scaledAesthetic==="ySecondary"?qd(n,r):r[o],s=pa(n,"bar");if(e.scaledAesthetic==="x"&&s)return z(e.scaledAesthetic,e.options);if(s&&e.scaledAesthetic===(s.yScaleType==="secondary"?"ySecondary":"y")){const d=e.options,m=s.position==="fill";return F(e.scaledAesthetic,{...d,zero:!0,...m&&{nice:!1}})}const i=v(a);if(!h(i)||!t.hasVariable(i))return F(e.scaledAesthetic,e.options);const c=t.getType(i),l=fa[e.scaledAesthetic];switch(Kd[c][l]){case"discrete":return z(e.scaledAesthetic,e.options);case"datetime":return gt(e.scaledAesthetic,e.options);case"continuous":return F(e.scaledAesthetic,e.options);case"identity":default:return Ue(e.scaledAesthetic)}}function qd(e,t){const n=e.find(r=>r.yScaleType==="secondary");return n?n.mapping.y??t.y:t.y}function Qd(e,t){return!t.some(o=>o.yScaleType==="secondary")||e.some(o=>o.scaledAesthetic==="ySecondary")?e:[...e,bt("ySecondary")]}function Zd(e){return e.some(n=>n.scaledAesthetic==="color")?e:[...e,la("color")]}function Pr(e,t){const n=Ld(e.coords),r=_d(e.mapping,n.coordType,e.layers),o=zd(e.data,e.scales,r,e.mapping,n,t),a=Td(e.config),s=Vd(e.highlights,r),i=pd(e.annotations,r);return{data:e.data,mapping:e.mapping,layers:r,scales:o,transforms:e.transforms,highlights:s,annotations:i,coords:n,config:a}}class ya{compile({input:t,dataset:n,ctx:r}){const o=r.customPalettes??{};return aa(t)?Pr(sd(n,t,r),o):Pr({...t,data:n},o)}}class Jd{constructor(t){this.registry=t}compute(t,n){return this.registry.get(t.type).compute({data:n.data,mapping:n.mapping,spec:t,xScaleIsDiscrete:n.xScaleIsDiscrete})}}class _t{compute(t){return t.data.size()===0?{data:t.data,mapping:{}}:this.computeStat(t)}}class em extends _t{constructor(){super(...arguments),this.type="count",this.computedVariables=new Set(["y"])}computeStat({data:t,mapping:n}){const r=v(n.x);if(!h(r))throw new Error("'x' variable is required for 'count' stat");if(v(n.y)!==null)throw new Error("Cannot map 'y' variable together with 'count' stat");const a=[...new Set([r,...hn(t,n)])];return{data:t.groupBy(...a).rollup({[He.count]:{variableName:r,aggregation:"count"}}),mapping:{y:He.count}}}}class tm extends _t{constructor(){super(...arguments),this.type="identity",this.computedVariables=new Set}computeStat({data:t}){return{data:t,mapping:{}}}}class nm extends _t{constructor(){super(...arguments),this.type="mean",this.computedVariables=new Set(["y"])}computeStat({data:t,mapping:n}){const r=v(n.y);if(!h(r))throw new Error("'y' variable is required for 'mean' stat");return{data:t.rollup({[He.mean]:{variableName:r,aggregation:"mean"}}),mapping:{y:He.mean}}}}const rm=2,ga=1440*60*1e3;class om extends _t{constructor(){super(...arguments),this.type="smooth",this.computedVariables=new Set}computeStat({data:t,mapping:n,spec:r,xScaleIsDiscrete:o}){if(r.type!=="smooth")throw new Error(`SmoothStat received a spec of type '${r.type}'`);const a=v(n.x),s=v(n.y);if(!h(a))throw new Error("'x' variable is required for 'smooth' stat");if(!h(s))throw new Error("'y' variable is required for 'smooth' stat");const i=t.getType(a),c=t.getType(s);if(c!=="numeric")throw new Error(`'smooth' stat requires a numeric 'y' (got '${c}' for variable '${s}')`);const l=hn(t,n),u=dm(a,i,s,l,t);return l.length===0?Nr({data:t,xVariable:a,xType:i,yVariable:s,spec:r,output:u,groupObservation:{},xScaleIsDiscrete:o}):t.groupBy(...l).forEach(d=>{const m=mm(d,l);Nr({data:d,xVariable:a,xType:i,yVariable:s,spec:r,output:u,groupObservation:m,xScaleIsDiscrete:o})}),{data:u.build(),mapping:{}}}}const Nr=({data:e,xVariable:t,xType:n,yVariable:r,spec:o,output:a,groupObservation:s,xScaleIsDiscrete:i})=>{const{observations:c,temporalOrigin:l}=am({data:e,xVariable:t,yVariable:r,xType:n});c.length<rm||(i?um({observations:c,spec:o,output:a,groupObservation:s}):cm({observations:c,xType:n,temporalOrigin:l,spec:o,output:a,groupObservation:s}))},am=({data:e,xVariable:t,yVariable:n,xType:r})=>{const o=e.getValues(t),a=e.getValues(n,{type:"numeric"}),s=r==="temporal"?sm(o):null,i=[],c=new Map;for(let l=0;l<o.length;l++){const u=o[l],d=a[l];if(!h(u)||!h(d)||!Number.isFinite(d))continue;const m=im({xValue:u,xType:r,categoryRank:c,temporalOrigin:s});m!==null&&i.push({x:m,y:d,originalX:u})}return{observations:i,temporalOrigin:s}},sm=e=>{let t=null;for(const n of e){if(!O(n))continue;const r=n.getTime();(t===null||r<t)&&(t=r)}return t},im=({xValue:e,xType:t,categoryRank:n,temporalOrigin:r})=>{switch(t){case"numeric":return!k(e)||!Number.isFinite(e)?null:e;case"temporal":{if(!O(e))return null;const o=e.getTime();return r===null?o:(o-r)/ga+1}case"categorical":{if(!Qe(e))return null;const o=n.get(e);if(o!==void 0)return o;const a=n.size+1;return n.set(e,a),a}default:{const o=t;throw new Error(`Unexpected xType: ${o}`)}}},cm=({observations:e,xType:t,temporalOrigin:n,spec:r,output:o,groupObservation:a})=>{const s=ba(r,e);for(const[i,c]of s){if(!Number.isFinite(i)||!Number.isFinite(c))continue;const l=t==="temporal"?lm(i,n):i;o.push({x:l,y:c,groupObservation:a})}},lm=(e,t)=>t===null?new Date(e):new Date((e-1)*ga+t),um=({observations:e,spec:t,output:n,groupObservation:r})=>{const o=new Map;for(const i of e)o.has(i.x)||o.set(i.x,i.originalX);const a=[...o.keys()].sort((i,c)=>i-c);if(t.method==="loess"){const i=ba(t,e),c=new Map;for(const[l,u]of i)Number.isFinite(u)&&(c.has(l)||c.set(l,u));for(const l of a){const u=c.get(l),d=o.get(l);u===void 0||d===void 0||n.push({x:d,y:u,groupObservation:r})}return}const s=va(t,e);for(const i of a){const c=o.get(i),l=s.predict(i);c===void 0||!Number.isFinite(l)||n.push({x:c,y:l,groupObservation:r})}},ba=(e,t)=>e.method==="loess"?ue.regressionLoess().x(r=>r.x).y(r=>r.y).bandwidth(e.bandwidth)(t):va(e,t),va=(e,t)=>{const n=o=>o.x,r=o=>o.y;switch(e.method){case"linear":return ue.regressionLinear().x(n).y(r)(t);case"exponential":return ue.regressionExp().x(n).y(r)(t);case"logarithmic":return ue.regressionLog().x(n).y(r)(t);case"quadratic":return ue.regressionQuad().x(n).y(r)(t);case"power":return ue.regressionPow().x(n).y(r)(t);case"polynomial":return ue.regressionPoly().x(n).y(r).order(e.order)(t);case"loess":throw new Error("'loess' does not expose a 'predict' function")}},dm=(e,t,n,r,o)=>{const a=[],s=[],i=Object.fromEntries(r.map(c=>[c,[]]));return{push:({x:c,y:l,groupObservation:u})=>{a.push(c),s.push(l);for(const d of r)i[d]?.push(u[d]??null)},build:()=>{const c={[e]:{type:t,values:a,valueFormat:o.getValueFormat(e)},[n]:{type:"numeric",values:s,valueFormat:o.getValueFormat(n)}};for(const l of r)c[l]={type:o.getType(l),values:i[l]??[],valueFormat:o.getValueFormat(l)};return new M(c)}}},mm=(e,t)=>{const n={};for(const r of t){const o=e.getValues(r);n[r]=o[0]??null}return n};class pm extends Ie{constructor(){super("stat"),this.register("identity",new tm),this.register("count",new em),this.register("smooth",new om),this.register("mean",new nm)}}const fm=({layer:e})=>{if(e.position==="stack")return;const t=v(e.mapping.y);if(t===null)return;let n=0,r=0;for(const o of e.data){const a=o[t];k(a)&&(n+=a,r+=Math.abs(a))}return{grandTotal:n,absoluteGrandTotal:r}},hm=({layer:e})=>{if(e.position!=="stack")return;const t=v(e.mapping.x);if(t===null||!e.data.hasVariable(g.yMin)||!e.data.hasVariable(g.yMax))return;const n=new Map;for(const o of e.data){const a=o[t],s=ge(o),i=j(o),c=ze(o),l=Le(o),u=Oo(o);if(!h(a)||!h(s)||!h(i)||!h(c)||!h(l)||!h(u))continue;const d=u>=0;if(Math.abs(u)===0)continue;const p=bn(o,t),f={yMin:s,yMax:i},y=n.get(p);if(y===void 0){n.set(p,{total:u,topPositive:d?f:null,bottomNegative:d?null:f,anchorXMin:c,anchorXMax:l});continue}y.total+=u,d?(y.topPositive===null||i>y.topPositive.yMax)&&(y.topPositive=f):(y.bottomNegative===null||s<y.bottomNegative.yMin)&&(y.bottomNegative=f)}const r=[];for(const[o,a]of n){const s=a.topPositive??a.bottomNegative;s!==null&&r.push({xKey:o,total:a.total,anchor:{xMin:a.anchorXMin,xMax:a.anchorXMax,yMin:s.yMin,yMax:s.yMax,direction:a.topPositive!==null?"positive":"negative"}})}return r};class ym extends ke{constructor(t){super(),this.geomCompiler=t}dependencies(){return[]}compileLayer(t){const n={};if(this.geomCompiler.emitsStackTotals(t.geom)){const r=hm({layer:t});r!==void 0&&(n.stackTotals=r)}if(this.geomCompiler.emitsGrandTotal(t.geom)){const r=fm({layer:t});r!==void 0&&(n.grandTotal=r.grandTotal,n.absoluteGrandTotal=r.absoluteGrandTotal)}return{...t,summary:n}}}class gm extends se{constructor(t){super(),this.registry=t}key(t){return t.data}dependencies(t){return[t.transforms]}run(t){return t.transforms.reduce((n,r)=>this.registry.get(r.transformType).apply(n,r),t.data)}}class bm{constructor(){this.transformType="aggregate"}apply(t,n){const{options:r}=n,o={};for(const a of r.operations)o[a.as]={variableName:a.variableName,aggregation:a.op};return t.groupBy(...r.groupby).rollup(o)}}class vm{constructor(){this.transformType="constant"}apply(t,n){const{options:r}=n;return t.addConstantVariable(r.variableName,r.type,r.value)}}class Sm{constructor(){this.transformType="filter"}apply(t,n){const{options:r}=n;return t.filter(r.variableName,r.operator,r.value)}}class xm{constructor(){this.transformType="reshape"}apply(t,n){const{options:r}=n;return t.reshapeFromWideToLong({keep:r.keep,reshape:r.reshape,keyName:r.keyName,valueName:r.valueName})}}class wm{constructor(){this.transformType="sort"}apply(t,n){const{options:r}=n;return t.orderBy(r.variableName,r.direction??"asc")}}class Am extends Ie{constructor(){super("transform"),this.register("aggregate",new bm),this.register("constant",new vm),this.register("filter",new Sm),this.register("reshape",new xm),this.register("sort",new wm)}}const Or={color:"categorical",size:"numeric",alpha:"numeric",strokeWidth:"numeric",lineType:"categorical"};class Tm extends ke{constructor(t){super(),this.geomCompiler=t}dependencies(t){return[...Et].map(n=>t.scales[n])}compileLayer(t,n){const r=this.geomCompiler.getVisualAesthetics(t.geom),o=Mm(t.data,t.mapping,r,n.scales);return{...t,data:o}}}function Mm(e,t,n,r){let o=e;for(const a of n){const s=ie[a],i=ee(t[a]);if(i!==void 0){o=o.deriveVariable(s,Or[a],()=>i);continue}const c=v(t[a]),l=r[a];if(!l||l.kind!=="visual")continue;const u=Lm(a,c,l);u&&(o=o.deriveVariable(s,Or[a],u))}return o}const Lm=(e,t,n)=>{if(!t){if(e!=="color"||n.spec.scaleType!=="palette")return null;const r=n.map(null);return()=>r}return r=>h(r[t])?n.map(r[t]):null},Vm=["data","transform","constantMapping","layer","coordSetup","scale","positionMapper","visualMapper","coordTransform","summarise","guide","highlights","config","annotations"];class Sa{constructor(t,n,r,o,a,s,i,c,l,u,d,m,p,f,y){this.dataCompiler=t,this.specCompiler=n,this.transformCompiler=r,this.constantMappingCompiler=o,this.layerValidationCheck=a,this.layerCompiler=s,this.scaleCompiler=i,this.coordCompiler=c,this.positionMapperCompiler=l,this.visualMapperCompiler=u,this.guideCompiler=d,this.summariseCompiler=m,this.highlightsCompiler=p,this.configCompiler=f,this.annotationsCompiler=y,this.lastCompile=null,this.lastData=void 0,this.stages=[{name:"data",getStats:()=>this.dataCompiler.stats},{name:"transform",getStats:()=>this.transformCompiler.stats},{name:"constantMapping",getStats:()=>this.constantMappingCompiler.stats},{name:"layer",getStats:()=>this.layerCompiler.stats},{name:"coordSetup",getStats:()=>this.coordCompiler.setupStats},{name:"scale",getStats:()=>this.scaleCompiler.stats},{name:"positionMapper",getStats:()=>this.positionMapperCompiler.stats},{name:"visualMapper",getStats:()=>this.visualMapperCompiler.stats},{name:"coordTransform",getStats:()=>this.coordCompiler.transformStats},{name:"summarise",getStats:()=>this.summariseCompiler.stats},{name:"guide",getStats:()=>this.guideCompiler.stats},{name:"highlights",getStats:()=>this.highlightsCompiler.stats},{name:"config",getStats:()=>this.configCompiler.stats},{name:"annotations",getStats:()=>this.annotationsCompiler.stats}]}compile({input:t,data:n,ctx:r={}}){return this.trackCompile(()=>(this.lastData=n,this.runPipeline({spec:this.specCompiler.compile({input:t,ctx:r,dataset:this.dataCompiler.compile(n)})})))}recompile({spec:t,data:n}){return this.trackCompile(()=>n===void 0?this.runPipeline({spec:t}):(this.lastData=n,this.runPipeline({spec:Rt(t,{data:this.dataCompiler.compile(n)})})))}getCacheStats(){const t={};for(const{name:n,getStats:r}of this.stages)t[n]={...r()};return t}getLastCompile(){return this.lastCompile}trackCompile(t){if(!pe)return t();const n=this.getCacheStats(),r=performance.now(),o=t(),a=performance.now()-r,s={};for(const{name:i,getStats:c}of this.stages){const l=c();s[i]={hits:l.hits-n[i].hits,misses:l.misses-n[i].misses}}return this.lastCompile={stages:s,durationMs:a},o}runPipeline({spec:t}){return Tt({spec:t}).pipe(({spec:r})=>({spec:Rt(r,{data:this.transformCompiler.compile({data:r.data,transforms:r.transforms})})})).pipe(({spec:r})=>{const o=this.constantMappingCompiler.compile({data:r.data,mapping:r.mapping});return{spec:Rt(r,{data:o.data,mapping:o.mapping})}}).pipe(({spec:r})=>{const o={data:r.data,layers:r.layers,mapping:r.mapping,coords:r.coords,scales:r.scales};return this.layerValidationCheck.check({...o,coords:r.coords}),{layers:this.layerCompiler.compile(o)}}).pipe(({spec:r,layers:o})=>this.coordCompiler.setup({coordSpec:r.coords,scales:r.scales,layers:o})).pipe(({layers:r,scales:o})=>({scales:this.scaleCompiler.compile({layers:r,scales:o})})).pipe(({spec:r,scales:o})=>({config:this.configCompiler.compile({config:r.config,scales:o})})).pipe(({layers:r,scales:o})=>({layers:this.positionMapperCompiler.compile({layers:r,scales:o})})).pipe(({layers:r,scales:o})=>({layers:this.visualMapperCompiler.compile({layers:r,scales:o})})).pipe(({spec:r,layers:o})=>({layers:this.coordCompiler.transform({coordSpec:r.coords,layers:o})})).pipe(({layers:r})=>({layers:this.summariseCompiler.compile({layers:r})})).pipe(({spec:r,scales:o,layers:a,coordSystem:s})=>({guides:this.guideCompiler.compile({scales:o,config:r.config,layers:a,coordSystem:s,originalData:this.lastData})})).pipe(({spec:r,layers:o})=>({layers:this.highlightsCompiler.compile({layers:o,highlights:r.highlights,config:r.config})})).pipe(({spec:r,layers:o,coordSystem:a,scales:s})=>({annotations:this.annotationsCompiler.compile({annotations:r.annotations,layers:o,coordSystem:a,scales:s})})).result()}}const Em=e=>{const t=new Pi({geoms:e?.geoms}),n=new ki(t),r=new pm,o=new eu,a=new gm(new Am);return new Sa(new Ti,new ya,a,new Ls,new bl(a,new vl(t,r)),new gl(a,new Jd(r),new Ni,n,new xl(new Ll)),new Pl(o),new Is(new Ys(t)),new Rl(t),new Tm(n),new zc(n),new ym(n),new ol,new Ms,new ys(n))};function km(e,t){return e.geom===t}const Vn="–",xa="n/a",P={timeZone:"UTC"},R=e=>t=>{if(!O(t))return Vn;try{return e(t)}catch{return xa}},ce=e=>t=>k(t)?e(t):Vn,En=e=>t=>Qe(t)?t:Vn,Im=2,Cm=3,_m=2,Fm=0,Dm=1,Rm=2,Pm=es.humanizer({language:"en",spacer:"",delimiter:" ",languages:{en:{y:()=>"y",mo:()=>"mo",w:()=>"w",d:()=>"d",h:()=>"h",m:()=>"m",s:()=>"s",ms:()=>"ms"}}}),wa=({valueFormat:e,locale:t,numberFormat:n,intlOptions:r})=>ce(o=>{const a=typeof n.decimals=="number"?n.decimals:Im,s=_n(o,a),{base:i,suffix:c}=Cn(o,n.abbreviation),l={...s,...So(e)?{style:"currency",currencyDisplay:"narrowSymbol",currency:e.iso}:{},...r};return`${Intl.NumberFormat(t,l).format(i)}${c}`}),kn=({locale:e,numberFormat:t,intlOptions:n})=>ce(r=>{const{base:o,suffix:a}=Cn(r,t.abbreviation),i={..._n(o,t.decimals),...n};return`${Intl.NumberFormat(e,i).format(o)}${a}`}),In=e=>ce(t=>Pm(t)),Aa=({locale:e,intlOptions:t})=>ce(n=>Intl.NumberFormat(e,{maximumFractionDigits:0,...t}).format(n)),Ta=({locale:e,numberFormat:t,intlOptions:n})=>ce(r=>{const o=_n(r,t.decimals);return Intl.NumberFormat(e,{...o,...n,style:"percent"}).format(r)}),Cn=(e,t="none")=>{switch(t){case"none":return{base:e,suffix:""};case"auto":{const n=Nm(e);return Cn(e,n)}default:return{base:e/We[t],suffix:t}}},_n=(e,t)=>{if(typeof t=="number")return{minimumFractionDigits:t,maximumFractionDigits:t};const n=Math.ceil(Math.log10(Math.abs(e))),r=n>=Cm?Fm:n===_m?Dm:Rm;return{minimumFractionDigits:t==="auto"?0:r,maximumFractionDigits:r}},Nm=e=>{const t=Math.abs(e);return t>=We.b?"b":t>=We.m?"m":t>=We.k?"k":"none"},Om=({locale:e,intlOptions:t})=>R(n=>Intl.DateTimeFormat(e,{dateStyle:"medium",...P,...t}).format(n)),Bm=({locale:e,intlOptions:t})=>R(n=>{const r=Intl.DateTimeFormat(e,{dateStyle:"medium",timeStyle:"medium",...P,...t}).formatToParts(n);return $m(r.map(Gm))}),Ma=({locale:e,intlOptions:t})=>R(n=>Intl.DateTimeFormat(e,{day:"numeric",month:"long",...P,...t}).format(n)),La=({locale:e,intlOptions:t})=>R(n=>Intl.DateTimeFormat(e,{month:"long",...P,...t}).format(n)),Fn=({locale:e,intlOptions:t})=>R(n=>Intl.DateTimeFormat(e,{month:"short",year:"numeric",...P,...t}).format(n)),Dn=e=>R(t=>`Q${Math.floor(t.getUTCMonth()/3)+1} ${t.getUTCFullYear()}`),Va=({locale:e,intlOptions:t})=>R(n=>{const r=L.addDays(n,6);return Intl.DateTimeFormat(e,{day:"numeric",month:"long",...P,...t,year:void 0}).formatRange(n,r)}),Ea=({locale:e,intlOptions:t})=>R(n=>{const r=L.addDays(n,6);return Intl.DateTimeFormat(e,{dateStyle:"medium",...P,...t}).formatRange(n,r)}),Rn=({locale:e,intlOptions:t})=>R(n=>Intl.DateTimeFormat(e,{year:"numeric",...P,...t}).format(n)),ka=({locale:e,intlOptions:t})=>R(n=>Intl.DateTimeFormat(e,{timeStyle:"short",...P,...t}).format(n)),$m=e=>e.map(t=>t.value).join(""),Gm=e=>e.type!=="literal"||e.value!==", "?e:{type:"literal",value:" • "},Um=1,Ym=4,Wm=1,Br=1e3,Hm=({valueFormat:e,locale:t,tickValues:n,intlOptions:r})=>ce(o=>{const s={...Nn(o,n),notation:"compact",...So(e)?{style:"currency",currencyDisplay:"narrowSymbol",currency:e.iso}:{},...r};return Pn(o,t,s)}),Km=({locale:e,tickValues:t,intlOptions:n})=>ce(r=>{const a={...Nn(r,t),notation:"compact",...n};return Pn(r,e,a)}),zm=({locale:e,tickValues:t,intlOptions:n})=>ce(r=>{const a={...Nn(r,t),notation:"compact",...n,style:"percent"};return Pn(r,e,a)}),Pn=(e,t,n)=>Intl.NumberFormat(t,n).formatToParts(e).map(o=>o.type==="compact"?o.value.toLowerCase():o.value).join(""),Ia=e=>Math.abs(e)>Br?Ia(e/Br):Number.isInteger(e),Xm=e=>{if(e.length<2)return!1;const[t,n]=e;return typeof t!="number"||typeof n!="number"?!1:Math.abs(n-t)<Um},Nn=(e,t)=>Ia(e)?{minimumFractionDigits:0,maximumFractionDigits:0}:Xm(t)?{minimumFractionDigits:0,maximumFractionDigits:Ym}:{minimumFractionDigits:0,maximumFractionDigits:Wm},jm=({locale:e,intlOptions:t})=>R(n=>Intl.DateTimeFormat(e,{day:"numeric",month:"short",...P,...t}).format(n)),qm=({locale:e,intlOptions:t})=>R(n=>Intl.DateTimeFormat(e,{month:"short",...P,...t}).format(n)),Qm=({locale:e,intlOptions:t})=>R(n=>Intl.DateTimeFormat(e,{day:"numeric",month:"short",...P,...t}).format(n)),Zm=({locale:e,intlOptions:t})=>R(n=>Intl.DateTimeFormat(e,{timeStyle:"short",...P,...t}).format(n)),On=e=>{const{valueFormat:t}=e;switch(t.type){case"currency":return Hm(e);case"date":case"datetime":return jm(e);case"day_month":case"weekly_date_range":case"weekly_date_range_with_year":return Qm(e);case"decimal":case"integer":return Km(e);case"duration":return In();case"month":return qm(e);case"month_year":return Fn(e);case"percentage":return zm(e);case"quarter":return Dn();case"text":return En();case"time":return Zm(e);case"year":return Rn(e);case"lookup":return On({...e,valueFormat:t.fallback});default:{const n=t;throw new Error(`Unhandled value format: ${n.type}`)}}},Jm=40,ep=60,$r=8,tp=50,np=1/3,rp=1/4,Kt="…",op=(e,t,n)=>{if(t<=0||e.length===0)return"";if(n(e)<=t)return e;if(n(Kt)>t)return"";let r=0,o=e.length-1,a=0;for(;r<=o;){const s=r+o>>>1,i=e.slice(0,s)+Kt;n(i)<=t?(a=s,r=s+1):o=s-1}return e.slice(0,a)+Kt},ap=e=>e.formattedAxis.position==="top"||e.formattedAxis.position==="bottom"?sp(e):ip(e),sp=({formattedAxis:e,bandwidthPx:t,panelRect:n,measureLabel:r})=>{const{widths:o,maxWidth:a,maxHeight:s}=Ca(e.ticks,r),i=t-$r;if(a<=i)return{...e,labelRotation:0,labelMaxWidthPx:null};if(t>=tp){const l=an(i);return{...e,ticks:on(e.ticks,o,l,r),labelRotation:0,labelMaxWidthPx:l}}if(s+$r>t)return{...e,ticks:[],labelRotation:0,labelMaxWidthPx:null};const c=an(n.height*np);return{...e,ticks:on(e.ticks,o,c,r),labelRotation:-90,labelMaxWidthPx:c}},ip=({formattedAxis:e,bandwidthPx:t,panelRect:n,measureLabel:r})=>{const{widths:o,maxWidth:a,maxHeight:s}=Ca(e.ticks,r);if(s>t)return{...e,ticks:[],labelRotation:0,labelMaxWidthPx:null};const i=an(n.width*rp);return a<=i?{...e,labelRotation:0,labelMaxWidthPx:null}:{...e,ticks:on(e.ticks,o,i,r),labelRotation:0,labelMaxWidthPx:i}},Ca=(e,t)=>{const n=[];let r=0,o=0;for(const a of e){const{width:s,height:i}=t(a.formattedLabel);n.push(s),s>r&&(r=s),i>o&&(o=i)}return{widths:n,maxWidth:r,maxHeight:o}},on=(e,t,n,r)=>{const o=a=>r(a).width;return e.map((a,s)=>(t[s]??0)<=n?a:{...a,formattedLabel:op(a.formattedLabel,n,o)})},an=e=>Math.max(0,Math.floor(e)),cp=(e,t,n,r)=>{if(e.length===0)return!0;const o=t==="top"||t==="bottom",a=o?ep:Jm;let s=n-(e.length-1)*a;for(const i of e){const{width:c,height:l}=r(i);if(s-=o?c:l,s<0)return!1}return!0},lp=({axis:e,availableSpacePx:t,measureLabel:n,resolveFormatter:r})=>{const{tickCandidates:o,position:a}=e;if(o.length===0)return[];const s=new Map,i=d=>{const m=s.get(d);if(m)return m;const p=o[d],f=p?up(p.ticks,r(p)):[];return s.set(d,f),f};let c=0,l=o.length-1,u=-1;for(;c<=l;){const d=c+l>>>1,p=i(d).map(f=>f.formattedLabel);cp(p,a,t,n)?(u=d,c=d+1):l=d-1}return u>=0?i(u):i(0)},up=(e,t)=>e.map(n=>({...n,formattedLabel:t(n.value)})),zt=6,Xt=6,jt=15,qt=5,Qt=15,Bn=(e,t)=>{switch(e){case"small":return{arrowStartGap:zt,arrowEndGap:Xt,offsetFromHigherObservation:jt,arrowheadSize:qt,curveRadius:Qt,strokeWidth:2,labelLineHeight:12*t,labelPaddingX:6,labelPaddingY:3,labelStrokeWidth:1,labelFontWeight:500};case"medium":return{arrowStartGap:zt*1.5,arrowEndGap:Xt*1.5,offsetFromHigherObservation:jt*1.25,arrowheadSize:qt*1.5,curveRadius:Qt*1.25,strokeWidth:3,labelLineHeight:16*t,labelPaddingX:8,labelPaddingY:4,labelStrokeWidth:1.5,labelFontWeight:500};case"large":return{arrowStartGap:zt*2,arrowEndGap:Xt*2,offsetFromHigherObservation:jt*1.75,arrowheadSize:qt*2.5,curveRadius:Qt*1.5,strokeWidth:5,labelLineHeight:20*t,labelPaddingX:10,labelPaddingY:5,labelStrokeWidth:2,labelFontWeight:600}}},dp=e=>{const t=C({...e,valueFormat:e.valueFormat.fallback}),n={};for(const[o,a]of Object.entries(e.valueFormat.cases))n[o]=C({...e,valueFormat:a});const r=e.valueFormat.byVariable;return(o,a)=>{if(a===void 0||a[r]===void 0)return t(o);const s=V(a[r]),i=n[s];return i!==void 0?i(o,a):t(o)}},C=e=>{switch(e.valueFormat.type){case"currency":return wa(e);case"date":return Om(e);case"datetime":return Bm(e);case"day_month":return Ma(e);case"decimal":return kn(e);case"duration":return In();case"integer":return Aa(e);case"month":return La(e);case"month_year":return Fn(e);case"percentage":return Ta(e);case"quarter":return Dn();case"text":return En();case"weekly_date_range":return Va(e);case"weekly_date_range_with_year":return Ea(e);case"year":return Rn(e);case"time":return ka(e);case"lookup":return dp({...e,valueFormat:e.valueFormat});default:{const t=e.valueFormat;throw new Error(`Unhandled value format: ${t.type}`)}}},Zt={abbreviation:"none",decimals:"auto"},_a=({locale:e,kind:t,startValue:n,endValue:r})=>{if(n===null||r===null)return xa;switch(t){case"absolute-difference":return kn({locale:e,numberFormat:Zt,intlOptions:{signDisplay:"always"}})(r-n);case"relative-difference":{const o=r-n;if(o===0)return"0%";const a=o/n;return a===Number.POSITIVE_INFINITY?"∞":a===Number.NEGATIVE_INFINITY?"-∞":C({valueFormat:{type:"percentage"},locale:e,numberFormat:Zt,intlOptions:{signDisplay:"always"}})(a)}case"proportion":{if(r-n===0)return"=";const o=r/n;return o===Number.POSITIVE_INFINITY?"∞":o===Number.NEGATIVE_INFINITY?"-∞":`${C({valueFormat:{type:"decimal"},locale:e,numberFormat:Zt,intlOptions:{maximumFractionDigits:1}})(o)}x`}}},mp=e=>{const t=e.padding??0,n=Gr(e.rows,t),r=Gr(e.cols,t);return{rows:n.tracks,cols:r.tracks,placements:yp(e.placements,n.nameToIndex,r.nameToIndex),width:e.containerSize.width,height:e.containerSize.height}},pp=e=>{const t=Ur(e.rows,e.height),n=Ur(e.cols,e.width),r=Yr(t),o=Yr(n),a=new Map;for(const s of e.placements){const i=s.rowSpan??1,c=s.colSpan??1,l=o[s.col]??0,u=r[s.row]??0,d=Wr(n,s.col,c),m=Wr(t,s.row,i);a.set(s.name,{x:l,y:u,width:Math.max(0,d),height:Math.max(0,m)})}return a},Gr=(e,t)=>{const n=[],r=new Map;t>0&&n.push({type:"fixed",pixels:t});for(let o=0;o<e.length;o++){const a=e[o];if(!a)continue;r.set(a.name,n.length),n.push(fp(a));const s=hp(e,o);if(Fa(a)&&s){const i=a.gaps?.after??0,c=s.gaps?.before??0,l=Math.max(i,c);l>0&&n.push({type:"fixed",pixels:l})}}return t>0&&n.push({type:"fixed",pixels:t}),{tracks:n,nameToIndex:r}},fp=e=>typeof e.size=="number"?{type:"fixed",pixels:e.size}:{type:"flex",weight:e.size.flex},Fa=e=>typeof e.size=="number"?e.size>0:e.size.flex>0,hp=(e,t)=>{for(let n=t+1;n<e.length;n++){const r=e[n];if(r&&Fa(r))return r}},yp=(e,t,n)=>{const r=[];for(const o of e){const a=t.get(o.row),s=n.get(o.col);if(a===void 0||s===void 0)continue;const i=o.rowEnd!==void 0?t.get(o.rowEnd):a,c=o.colEnd!==void 0?n.get(o.colEnd):s;i===void 0||c===void 0||r.push({name:o.name,row:a,col:s,rowSpan:Math.max(1,i-a+1),colSpan:Math.max(1,c-s+1)})}return r},Ur=(e,t)=>{let n=0,r=0;for(const a of e)a.type==="fixed"?n+=a.pixels:r+=a.weight;const o=Math.max(0,t-n);return e.map(a=>a.type==="fixed"?a.pixels:r===0?0:a.weight/r*o)},Yr=e=>{const t=new Array(e.length);let n=0;for(let r=0;r<e.length;r++)t[r]=n,n+=e[r]??0;return t},Wr=(e,t,n)=>{let r=0;const o=Math.min(t+n,e.length);for(let a=t;a<o;a++)r+=e[a]??0;return r},Da=24,Z={header:{after:10,before:0},headline:{after:4,before:0},topLegend:{after:16,before:0},topAxisLabel:{after:4,before:0},topAxis:{after:0,before:0},panel:{after:0,before:0},bottomAxis:{after:4,before:0},bottomAxisLabel:{after:16,before:0},bottomLegend:{after:10,before:16}},lt={leftLegend:{after:10,before:0},leftAxis:{after:4,before:0},panel:{after:4,before:0},rightAxis:{after:10,before:0}},$n={top:0,right:0,bottom:0,left:0},gp=(e,t,n,r=$n)=>{const a=n.axes.top>0||n.axesLabels.top>0?n.axesLabels.top:Math.max(n.axesLabels.top,n.axesLabels.left,n.axesLabels.right);return mp({rows:[{name:"header",size:t.headerSize.height,gaps:Z.header},{name:"topLegend",size:n.legends.top,gaps:Z.topLegend},{name:"headline",size:n.headline,gaps:Z.headline},{name:"topAxisLabel",size:a,gaps:Z.topAxisLabel},{name:"topAxis",size:n.axes.top,gaps:Z.topAxis},{name:"topAnnotation",size:r.top},{name:"panel",size:{flex:1},gaps:Z.panel},{name:"bottomAxis",size:n.axes.bottom,gaps:Z.bottomAxis},{name:"bottomAxisLabel",size:n.axesLabels.bottom,gaps:Z.bottomAxisLabel},{name:"bottomLegend",size:n.legends.bottom,gaps:Z.bottomLegend},{name:"footer",size:t.footerSize.height}],cols:[{name:"leftLegend",size:n.legends.left,gaps:lt.leftLegend},{name:"leftAxis",size:n.axes.left,gaps:lt.leftAxis},{name:"panel",size:{flex:1},gaps:lt.panel},{name:"rightAnnotation",size:r.right},{name:"rightAxis",size:n.axes.right,gaps:lt.rightAxis},{name:"rightLegend",size:n.legends.right}],placements:[{name:"header",row:"header",col:"leftLegend",colEnd:"rightLegend"},{name:"headline",row:"headline",col:"leftLegend",colEnd:"rightLegend"},{name:"footer",row:"footer",col:"leftLegend",colEnd:"rightLegend"},{name:"plot",row:"topAxisLabel",rowEnd:"bottomAxisLabel",col:"leftAxis",colEnd:"rightAxis"},{name:"panel",row:"panel",col:"panel"},...bp(n.axes),...vp(n.axesLabels,n.axes),...Sp(n.legends)],containerSize:e,padding:Da})},bp=e=>{const t=[];return e.top>0&&t.push({name:"topAxis",row:"topAxis",col:"panel"}),e.bottom>0&&t.push({name:"bottomAxis",row:"bottomAxis",col:"panel"}),e.left>0&&t.push({name:"leftAxis",row:"panel",col:"leftAxis"}),e.right>0&&t.push({name:"rightAxis",row:"panel",col:"rightAxis"}),t},vp=(e,t)=>{const n=[];return e.top>0||t.top>0?(e.top>0&&n.push({name:"topAxisLabel",row:"topAxisLabel",col:"panel"}),e.left>0&&n.push({name:"leftAxisLabel",row:"topAxis",col:"leftAxis"}),e.right>0&&n.push({name:"rightAxisLabel",row:"topAxis",col:"rightAxis"})):(e.left>0&&n.push({name:"leftAxisLabel",row:"topAxisLabel",col:"leftAxis"}),e.right>0&&n.push({name:"rightAxisLabel",row:"topAxisLabel",col:"rightAxis"})),e.bottom>0&&n.push({name:"bottomAxisLabel",row:"bottomAxisLabel",col:"panel"}),n},Sp=e=>{const t=[];return e.top>0&&t.push({name:"topLegend",row:"topLegend",col:"leftAxis",colEnd:"rightAxis"}),e.bottom>0&&t.push({name:"bottomLegend",row:"bottomLegend",col:"leftAxis",colEnd:"rightAxis"}),e.left>0&&t.push({name:"leftLegend",row:"panel",col:"leftLegend"}),e.right>0&&t.push({name:"rightLegend",row:"panel",col:"rightLegend"}),t},xp=({annotations:e,mainAxis:t,panelRect:n,textScale:r,locale:o,measureLabel:a,currentOverflow:s})=>{if(e.differenceArrows.length===0)return $n;const i=t==="y",c=n.height+s.top,l=n.width+s.right;let u=0,d=0;for(const m of e.differenceArrows){const{start:p,end:f,size:y,label:b}=m;if(!Hr(p.x,p.y)||!Hr(f.x,f.y))continue;const x=Bn(y,r),S=x.offsetFromHigherObservation+x.arrowheadSize+x.arrowEndGap,w=_a({locale:o,kind:b,startValue:p.measurementValue,endValue:f.measurementValue}),E=a(w,y);if(i){const _=Math.max(p.x,f.x),H=S+E.width/2+x.labelPaddingX;d=Math.max(d,Kr(H,_,l))}else{const _=Math.max(p.y,f.y),H=S+x.labelLineHeight/2+x.labelPaddingY;u=Math.max(u,Kr(H,_,c))}}return{top:Math.ceil(u),right:Math.ceil(d),bottom:0,left:0}},Hr=(e,t)=>e>=0&&e<=1&&t>=0&&t<=1,Kr=(e,t,n)=>{if(t<=0)return 0;const r=(e-(1-t)*n)/t;return Math.max(0,r)},wp=["top","right","bottom","left"],Jt=(e,t)=>{const n={};for(const r of wp){const o=e.get(`${r}${t}`);o&&(n[r]=o)}return n},sn=["large","medium","small"],Ap=({size:e,availableWidth:t,measureStripWidth:n})=>{if(e!=="auto")return e;for(const r of sn)if(n(r)<=t)return r;return"small"},Tp=({size:e,availableWidth:t,measureStripWidth:n})=>{const r=e==="auto"?0:sn.indexOf(e);for(const o of sn.slice(r))if(n(o)<=t)return o;return null},Mp=({itemWidths:e,gap:t,availableWidth:n})=>{let r=0,o=0;for(const a of e){const s=o===0?a:r+t+a;if(s>n)break;r=s,o+=1}return o},Lp=({headline:e,containerSize:t,measurer:n})=>{if(Ra(e))return 0;const r=Pa(e,t.width,n);return n.measureHeadline(e.formatted,r).height},Vp=({headline:e,layout:t,containerSize:n,measurer:r,itemGap:o})=>{if(Ra(e)){const i=Ep(t.panel,e.innerRadius),c=Tp({size:e.size,availableWidth:i.width,measureStripWidth:Na(e,r)});return c===null?null:{rect:i,resolvedSize:c,visibleItemCount:1}}const a=Pa(e,n.width,r);if(e.formatted.kind!=="perGroup")return{rect:t.headline,resolvedSize:a,visibleItemCount:1};const s=Mp({itemWidths:r.measureHeadlineItemWidths(e.formatted,a),gap:o,availableWidth:t.headline.width});return s===0?null:{rect:t.headline,resolvedSize:a,visibleItemCount:s}},Ra=e=>e.formatted.kind==="grandTotal"&&e.position==="center"&&e.innerRadius>0,Ep=(e,t)=>{const n=Math.min(e.width,e.height)/2,r=t*n*Math.SQRT2,o=e.x+e.width/2,a=e.y+e.height/2;return{x:o-r/2,y:a-r/2,width:r,height:r}},Pa=(e,t,n)=>Ap({size:e.size,availableWidth:t,measureStripWidth:Na(e,n)}),Na=(e,t)=>n=>t.measureHeadline(e.formatted,n).width,$e={x:0,y:0,width:0,height:0},kp="0000";class Ip{constructor(t){this.measurer=t}compile(t){const n=Tt({axes:t.axes,numberFormat:t.numberFormat,formattedLegends:t.formattedLegends,containerSize:t.containerSize,externalMeasurements:t.externalMeasurements,annotationOverflow:$n,headline:t.headline,locale:t.formattingLocale??t.parsingLocale}).pipe(({axes:r,numberFormat:o,locale:a})=>{const s=r.filter(i=>i.geometry!=="linear").map(i=>_p(i,jr(i,a,o)));return{cartesianAxes:r.filter(i=>i.geometry==="linear"),formattedPolarAxes:s,polarMargin:Fp(s,this.measurer.measureTickLabel)}}).pipe(({cartesianAxes:r,numberFormat:o,locale:a})=>({axisBundles:r.map(s=>({axis:s,resolveFormatter:jr(s,a,o),formatted:this.seedAxis(s)}))})).pipe(({axisBundles:r,formattedLegends:o,containerSize:a,externalMeasurements:s,annotationOverflow:i,headline:c,polarMargin:l})=>({layout:this.resolveLayout({axes:r.map(u=>u.formatted),formattedLegends:o,containerSize:a,externalMeasurements:s,annotationOverflow:i,headline:c,polarMargin:l})})).pipe(({axisBundles:r,layout:o})=>({axisBundles:r.map(a=>Xr(a.axis.position)?{...a,formatted:this.finalizeAxis(a.axis,a.resolveFormatter,o.panel)}:a)})).pipe(({axisBundles:r,formattedLegends:o,containerSize:a,externalMeasurements:s,annotationOverflow:i,headline:c,polarMargin:l})=>({layout:this.resolveLayout({axes:r.map(u=>u.formatted),formattedLegends:o,containerSize:a,externalMeasurements:s,annotationOverflow:i,headline:c,polarMargin:l})})).pipe(({axisBundles:r,layout:o})=>({formattedAxes:r.map(a=>Xr(a.axis.position)?a.formatted:this.finalizeAxis(a.axis,a.resolveFormatter,o.panel))})).pipe(({formattedAxes:r,formattedLegends:o,containerSize:a,externalMeasurements:s,annotationOverflow:i,headline:c,polarMargin:l})=>({layout:this.resolveLayout({axes:r,formattedLegends:o,containerSize:a,externalMeasurements:s,annotationOverflow:i,headline:c,polarMargin:l})})).pipe(({formattedAxes:r,formattedLegends:o,containerSize:a,externalMeasurements:s,layout:i,annotationOverflow:c,headline:l,polarMargin:u,locale:d})=>{const m=this.measureAnnotationOverflow(t,i.panel,d,c);return m===c?{formattedAxes:r,layout:i}:{formattedAxes:r,layout:this.resolveLayout({axes:r,formattedLegends:o,containerSize:a,externalMeasurements:s,annotationOverflow:m,headline:l,polarMargin:u})}}).result();return{formattedAxes:n.formattedAxes,layout:n.layout,formattedPolarAxes:n.formattedPolarAxes}}measureAnnotationOverflow(t,n,r,o){if(!t.annotations||t.annotations.differenceArrows.length===0||t.coordSystem?.type!=="cartesian")return o;const a=xp({annotations:t.annotations,mainAxis:t.coordSystem.mainAxis,panelRect:n,textScale:t.textScale??1,locale:r,measureLabel:this.measurer.measureDifferenceArrowLabel,currentOverflow:o});return a.top===o.top&&a.right===o.right?o:a}seedAxis(t){const{tickCandidates:n,...r}=t;return{...r,ticks:[{value:0,position:0,formattedLabel:kp}],labelRotation:0,labelMaxWidthPx:null}}finalizeAxis(t,n,r){const a=t.position==="top"||t.position==="bottom"?r.width:r.height,s=lp({axis:t,availableSpacePx:a,measureLabel:this.measurer.measureTickLabel,resolveFormatter:n}),{tickCandidates:i,...c}=t,l={...c,ticks:s,labelRotation:0,labelMaxWidthPx:null};if(t.scaleType==="discrete"&&t.bandwidth!==void 0){const u=t.bandwidth*a;return ap({formattedAxis:l,bandwidthPx:u,panelRect:r,measureLabel:this.measurer.measureTickLabel})}return l}resolveLayout({axes:t,formattedLegends:n,containerSize:r,externalMeasurements:o,annotationOverflow:a,headline:s,polarMargin:i}){const c=this.measureGuides(t,n,s,r,i),l=gp(r,o,c,a),u=pp(l);return{header:u.get("header")??$e,headline:u.get("headline")??$e,footer:u.get("footer")??$e,plot:u.get("plot")??$e,panel:u.get("panel")??$e,axes:Jt(u,"Axis"),axisLabels:Jt(u,"AxisLabel"),legends:Jt(u,"Legend")}}measureGuides(t,n,r,o,a){const s={...a},i={top:0,right:0,bottom:0,left:0};for(const l of t)l.isVisible&&(s[l.position]=this.measurer.measureAxis(l),l.label!==null&&(i[l.position]=this.measurer.measureAxisLabel(l)));const c={top:0,right:0,bottom:0,left:0};for(const l of n)c[l.position]=this.measurer.measureLegend(l);return{axes:s,axesLabels:i,legends:c,headline:this.measureHeadlineBand(r,o)}}measureHeadlineBand(t,n){return t===void 0?0:Lp({headline:t,containerSize:n,measurer:this.measurer})}}const zr=5,ut=8,Xr=e=>e==="left"||e==="right",Cp=e=>{const[t,...n]=e.tickCandidates;if(t)return e.geometry==="circular"?t:n.reduce((r,o)=>Math.abs(o.ticks.length-zr)<Math.abs(r.ticks.length-zr)?o:r,t)},_p=(e,t)=>{const{tickCandidates:n,...r}=e,o=Cp(e);if(!o)return{...r,ticks:[],labelRotation:0,labelMaxWidthPx:null};const a=t(o),s=o.ticks.map(i=>({...i,formattedLabel:a(i.value)}));return{...r,ticks:s,labelRotation:0,labelMaxWidthPx:null}},Fp=(e,t)=>{const n=e.find(a=>a.geometry==="circular");if(!n||n.ticks.length===0)return{top:0,right:0,bottom:0,left:0};let r=0,o=0;for(const a of n.ticks){const s=t(a.formattedLabel);r=Math.max(r,s.width),o=Math.max(o,s.height)}return{top:o+ut,bottom:o+ut,left:r+ut,right:r+ut}},jr=(e,t,n)=>{const r=e.tickCandidates.flatMap(a=>a.ticks.map(s=>s.value)),o=new WeakMap;return a=>{const s=o.get(a);if(s)return s;const i=On({valueFormat:a.valueFormat??e.valueFormat,locale:t,numberFormat:n,tickValues:r});return o.set(a,i),i}};function Dp(e,t,n,r){const o=new Map;if(!n||n.kind!=="visual"||n.domain.length<=1)return o;const a=new Map(t.map(s=>[s.id,s.swatchShape]));for(const s of e){if(s.geom!=="rule"||s.stat.type!=="mean")continue;const i=s.transforms.find(y=>y.transformType==="filter"&&y.options.operator==="eq"),c=v(s.mapping.y);let l,u,d;if(i?.transformType==="filter"&&typeof i.options.value=="string")l="color",u=i.options.variableName,d=i.options.value;else if(c!==null)l="y",u=c,d=c;else continue;const m=Rp(e,l,u);if(m===null)continue;const p=a.get(m.id);if(p===void 0)continue;const f=n.map(d);Qe(f)&&o.set(s.id,{shape:Xe(p,r),color:f})}return o}function Rp(e,t,n){let r=null;for(const o of e)if(o.geom!=="rule"&&(r===null&&(r=o),v(o.mapping[t])===n))return o;return r}function je(e,t){return e==="x"?t.x:t.y}function Ft(e,t){return e==="x"?t.y:t.x}function Pp(e,t){return{main:je(e,t),cross:Ft(e,t)}}function Np(e){return e.type==="cartesian"}const Gn=12,Op=4,Bp=e=>{const t=[];if(!e.layer.dataLabels.showDataLabels)return t;for(const n of e.layer.data){const r=_e(n),o=j(n)??te(n);if(r===null||o===null||r<0||r>1||o<0||o>1)continue;const a=e.formatLabel(n);if(a==="")continue;const{width:s,height:i}=e.measureDataLabel("dataLabel",a),c=r*e.panelRect.width,l=(1-o)*e.panelRect.height-Gn-i/2;t.push({layerId:e.layer.id,key:e.getObservationKey(n),x:c,y:l,text:a,width:s,height:i,isRotated:!1,target:"observation",position:"outside"})}return t},$p={place:Bp,getPercentageValueStrategy:e=>e.position==="fill"?"fill":Y(e.position)?"stack":"none"},en=4,dt=6,Gp=e=>{const t=[],n=Y(e.layer.position),r=e.coordSystem.mainAxis==="y";if(e.layer.dataLabels.showDataLabels){const{entries:o,shouldRotate:a}=Yp({layer:e.layer,mainAxis:e.coordSystem.mainAxis,panelRect:e.panelRect,measureDataLabel:e.measureDataLabel,formatLabel:e.formatLabel,isFlipped:r,getObservationKey:e.getObservationKey});for(const s of o){const i=zp({mainAxis:e.coordSystem.mainAxis,isStacked:n,isNegativeBar:s.isNegative,shouldRotate:a,bounds:s.bounds,labelWidth:s.labelWidth,labelHeight:s.labelHeight,panelWidth:e.panelRect.width,panelHeight:e.panelRect.height});i!==null&&t.push({layerId:e.layer.id,key:s.key,x:i.x,y:i.y,text:s.text,width:s.labelWidth,height:s.labelHeight,isRotated:i.isRotated,target:"observation",position:i.position})}}if(e.layer.dataLabels.showStackTotals){const o=Qp({layer:e.layer,mainAxis:e.coordSystem.mainAxis,panelRect:e.panelRect,measureDataLabel:e.measureDataLabel,formatAbsolute:e.formatAbsolute});for(const a of o)t.push(a)}return t},Up={place:Gp,getPercentageValueStrategy:e=>e.position==="fill"?"fill":Y(e.position)?"stack":"absoluteGrandTotal"},Yp=({layer:e,mainAxis:t,panelRect:n,measureDataLabel:r,formatLabel:o,isFlipped:a,getObservationKey:s})=>{const i=[];let c=!1;const l=v(e.mapping.y);for(const u of e.data){const d=Wp(t,u);if(d===null)continue;const m=o(u);if(m==="")continue;const{width:p,height:f}=r("dataLabel",m),y=Oa(d,n);p>y.width&&(c=!0);const b=l===null?null:u[l],x=k(b)&&b<0;i.push({key:s(u),isNegative:x,text:m,labelWidth:p,labelHeight:f,bounds:y})}return{entries:i,shouldRotate:!a&&c}},Oa=(e,t)=>({x:e.x*t.width,y:e.y*t.height,width:e.width*t.width,height:e.height*t.height}),Ba=(e,t,n,r,o)=>{if(e==="x"){let i=1-o,c=o-r;return c<0&&(i+=c,c=-c),{x:t,y:i,width:n-t,height:c}}let a=t,s=n-t;return s<0&&(a+=s,s=-s),{x:a,y:1-o,width:s,height:o-r}},Wp=(e,t)=>{const n=ze(t),r=Le(t),o=ge(t),a=j(t)??te(t);return n===null||r===null||o===null||a===null?null:Ba(e,n,r,o,a)},Hp=(e,t)=>{const{xMin:n,xMax:r,yMin:o,yMax:a}=t.anchor;return Ba(e,n,r,o,a)},Kp=(e,t)=>e==="x"?t?"bottom":"top":t?"left":"right",$a=(e,t,n)=>n?{width:t,height:e}:{width:e,height:t},zp=e=>e.isStacked?Xp({bounds:e.bounds,labelWidth:e.labelWidth,labelHeight:e.labelHeight,isRotated:e.shouldRotate}):qp({edge:Kp(e.mainAxis,e.isNegativeBar),bounds:e.bounds,labelWidth:e.labelWidth,labelHeight:e.labelHeight,isRotated:e.shouldRotate,panelWidth:e.panelWidth,panelHeight:e.panelHeight}),Xp=({bounds:e,labelWidth:t,labelHeight:n,isRotated:r})=>{const o=$a(t,n,r);return o.width>e.width||o.height>e.height?null:{x:e.x+e.width/2,y:e.y+e.height/2,isRotated:r,position:"inside"}},jp=(e,t,n,r)=>{switch(e){case"top":return{edgeCoord:t.y,outwardSign:-1,panelExtent:r};case"bottom":return{edgeCoord:t.y+t.height,outwardSign:1,panelExtent:r};case"left":return{edgeCoord:t.x,outwardSign:-1,panelExtent:n};case"right":return{edgeCoord:t.x+t.width,outwardSign:1,panelExtent:n}}},qp=({edge:e,bounds:t,labelWidth:n,labelHeight:r,isRotated:o,panelWidth:a,panelHeight:s})=>{const i=e==="top"||e==="bottom",c=t.x+t.width/2,l=t.y+t.height/2,u=$a(n,r,o),d=i?u.height:u.width,m=i?u.width:u.height,p=i?t.height:t.width,f=i?t.width:t.height,y=d/2,{edgeCoord:b,outwardSign:x,panelExtent:S}=jp(e,t,a,s);if(d+en<p){if(m>f)return null;if(o)return{x:c,y:l,isRotated:!0,position:"inside"};const E=b-x*(y+en);return{...i?{x:c,y:E}:{x:E,y:l},isRotated:!1,position:"inside"}}const w=b+x*(y+en);return w-y<0||w+y>S?null:{...i?{x:c,y:w}:{x:w,y:l},isRotated:o,position:"outside"}},Qp=({layer:e,mainAxis:t,panelRect:n,measureDataLabel:r,formatAbsolute:o})=>{const a=[],s=e.summary.stackTotals;if(s===void 0||s.length===0)return a;const i=t==="y";for(const c of s){const l=Oa(Hp(t,c),n),u=o(c.total),{width:d,height:m}=r("stackTotal",u),p=c.anchor.direction==="positive";let f,y;i?(f=p?l.x+l.width+dt+d/2:l.x-dt-d/2,y=l.y+l.height/2):(f=l.x+l.width/2,y=p?l.y-dt-m/2:l.y+l.height+dt+m/2),a.push({layerId:e.id,key:`${e.id}:stack:${c.xKey}`,x:f,y,text:u,width:d,height:m,isRotated:!1,target:"aggregate",position:"outside"})}return a},Zp=e=>{const t=[];if(!e.layer.dataLabels.showDataLabels)return t;for(const n of e.layer.data){const r=_e(n),o=te(n);if(r===null||o===null||r<0||r>1||o<0||o>1)continue;const a=e.formatLabel(n);if(a==="")continue;const{width:s,height:i}=e.measureDataLabel("dataLabel",a),c=r*e.panelRect.width,l=(1-o)*e.panelRect.height-Gn-i/2;t.push({layerId:e.layer.id,key:e.getObservationKey(n),x:c,y:l,text:a,width:s,height:i,isRotated:!1,target:"observation",position:"outside"})}return t},Jp={place:Zp,getPercentageValueStrategy:()=>"none"},ef=e=>{const t=[];if(!e.layer.dataLabels.showDataLabels)return t;for(const n of e.layer.data){const r=_e(n),o=te(n);if(r===null||o===null||r<0||r>1||o<0||o>1)continue;const a=e.formatLabel(n);if(a==="")continue;const{width:s,height:i}=e.measureDataLabel("dataLabel",a),c=(mo(n)??e.layer.params.size)/2,l=r*e.panelRect.width,u=(1-o)*e.panelRect.height-c-Gn-i/2;t.push({layerId:e.layer.id,key:e.getObservationKey(n),x:l,y:u,text:a,width:s,height:i,isRotated:!1,target:"observation",position:"outside"})}return t},tf={place:ef,getPercentageValueStrategy:()=>"none"};function Ga(e){return{startAngle:e[g.xMin],endAngle:e[g.xMax]}}function Ua(e){return{innerRadius:e[g.yMin],outerRadius:e[g.yMax]??e[g.y]}}const nf=" · ",rf=e=>typeof e=="string"?e:e instanceof Date?e.toISOString():String(e),of=(e,t)=>{const n=v(t.x);return n!==null&&n!==tn.x?vn(e,t):o=>Ee(o)},af=e=>{const t=[];if(!e.layer.dataLabels.showDataLabels)return t;const n=e.layer.dataLabels.showCategoryLabels?of(e.layer.data,e.layer.mapping):null,r=e.panelRect.width/2,o=e.panelRect.height/2,a=Math.min(e.panelRect.width,e.panelRect.height)/2;for(const s of e.layer.data){const{startAngle:i,endAngle:c}=Ga(s),{outerRadius:l}=Ua(s);if(i===null||c===null||l===null)continue;const u=e.formatLabel(s);if(u==="")continue;const d=n===null?null:n(s),m=d===null?u:`${rf(d)}${nf}${u}`,{width:p,height:f}=e.measureDataLabel("dataLabel",m),y=(i+c)/2,b=Math.abs(Math.sin(y))*(p/2)+Math.abs(Math.cos(y))*(f/2),x=l*a+Op+b,S=r+Math.sin(y)*x,w=o-Math.cos(y)*x,E=p/2,_=f/2;S-E<0||S+E>e.panelRect.width||w-_<0||w+_>e.panelRect.height||t.push({layerId:e.layer.id,key:e.getObservationKey(s),x:S,y:w,text:m,width:p,height:f,isRotated:!1,target:"observation",position:"outside"})}return t},sf={place:af,getPercentageValueStrategy:()=>"absoluteGrandTotal"},cf={type:"decimal"};function Ya({layer:e,numberFormat:t,locale:n}){const r=v(e.mapping.y),o=r!==null&&e.data.hasVariable(r)?e.data.getValueFormat(r):cf;return C({valueFormat:o,locale:n,numberFormat:t})}const lf=({layer:e,coordSystem:t,axes:n,numberFormat:r,panelRect:o,measureDataLabel:a,formattingLocale:s,percentageValueStrategy:i})=>{const c=Ya({layer:e,numberFormat:r,locale:s});return{layer:e,coordSystem:t,panelRect:o,measureDataLabel:a,formatLabel:ff({layer:e,numberFormat:r,axes:n,locale:s,absoluteFormatter:c,percentageValueStrategy:i}),formatAbsolute:c,getObservationKey:uf(e)}},uf=e=>t=>`${e.id}:${It(t)}`,df=(e,t)=>{switch(t){case"stack":return mf(e);case"fill":return pf(e);case"absoluteGrandTotal":return()=>e.summary.absoluteGrandTotal??null;case"none":return()=>null}},mf=e=>{const t=v(e.mapping.x);let n=null,r=!1;return o=>{const a=e.summary.stackTotals;if(a===void 0||a.length===0||t===null)return null;if(!r){n=new Map;for(const c of a)n.set(c.xKey,c);r=!0}const s=o[t];if(s==null)return null;const i=n?.get(bn(o,t));return i===void 0?null:i.total}},pf=e=>{const t=Sn(e);return n=>{const r=ge(n),o=j(n);if(!k(r)||!k(o))return null;const a=Math.abs(o-r);if(a===0)return null;const s=t(n);return k(s)?s/a:null}},ff=({layer:e,numberFormat:t,axes:n,locale:r,absoluteFormatter:o,percentageValueStrategy:a})=>{const s=W(e.data,e.dataLabels.labelSource),i=df(e,a),c=hf({layer:e,numberFormat:t,axes:n,locale:r,absoluteFormatter:o}),l=C({valueFormat:{type:"percentage"},locale:r,numberFormat:t}),u=e.dataLabels.format==="percentage"&&Wa(e);return d=>{const m=s(d);if(m===null)return"";if(!u||!k(m))return c(m,d);const p=i(d);return p===null||p===0?c(m,d):l(m/p)}},hf=({layer:e,numberFormat:t,axes:n,locale:r,absoluteFormatter:o})=>{const a=e.dataLabels.labelSource,s=v(a);if(s!==null){if(Wa(e))return o;const i=yf(e,n,t,r,s);if(i!==null)return i}return C({valueFormat:gf(e.data,a),locale:r,numberFormat:t})},Wa=e=>{const t=v(e.dataLabels.labelSource);return t===null?!1:t===v(tt(e.position,e.mapping))},yf=(e,t,n,r,o)=>{const a=v(e.mapping.x);if(a===null||a!==o)return null;const s=t.find(i=>i.scaleAestheticKey==="x");return s===void 0?null:C({valueFormat:s.valueFormat,locale:r,numberFormat:n})},gf=(e,t)=>{const n=ee(t);if(n!==void 0)return typeof n=="number"?{type:"decimal"}:ps(n)?{type:"date"}:{type:"text"};const r=v(t);return r===null||!e.hasVariable(r)?{type:"text"}:e.getValueFormat(r)},bf={bar:{cartesian:Up,polar:sf},line:{cartesian:Jp},point:{cartesian:tf},area:{cartesian:$p}},vf=({layers:e,coordSystem:t,axes:n,numberFormat:r,parsingLocale:o,panelRect:a,measureDataLabel:s,formattingLocale:i})=>{const c=[],l=i??o,u=t.type;for(const d of e){if(!d.dataLabels.showDataLabels&&!d.dataLabels.showStackTotals)continue;const m=bf[d.geom]?.[u];if(m===void 0)continue;const p=lf({layer:d,coordSystem:t,axes:n,numberFormat:r,panelRect:a,measureDataLabel:s,formattingLocale:l,percentageValueStrategy:m.getPercentageValueStrategy(d)}),f=m.place(p);for(const y of f)c.push(y)}return{labels:c}},Sf=(e,t,n,r)=>{const o=r.offsetFromHigherObservation+r.arrowheadSize+r.arrowEndGap;return e?Math.max(t.x,n.x)+o:Math.min(t.y,n.y)-o},xf=(e,t,n,{arrowStartGap:r,arrowEndGap:o,curveRadius:a})=>{const s={x:e.x,y:e.y-r},i={x:e.x,y:n},c={x:t.x,y:n},l={x:t.x,y:t.y-o},u=t.x>e.x?1:-1;return`
5
5
  M ${s.x} ${s.y}
6
- L ${i.x} ${i.y+o}
7
- Q ${i.x} ${i.y} ${i.x+d*o} ${i.y}
8
- L ${c.x-d*o} ${c.y}
9
- Q ${c.x} ${c.y} ${c.x} ${c.y+o}
6
+ L ${i.x} ${i.y+a}
7
+ Q ${i.x} ${i.y} ${i.x+u*a} ${i.y}
8
+ L ${c.x-u*a} ${c.y}
9
+ Q ${c.x} ${c.y} ${c.x} ${c.y+a}
10
10
  L ${l.x} ${l.y}
11
- `},Op=(e,t,n,{arrowStartGap:r,arrowEndGap:a,curveRadius:o})=>{const s={x:e.x+r,y:e.y},i={x:n,y:e.y},c={x:n,y:t.y},l={x:t.x+a,y:t.y},d=t.y>e.y?1:-1;return`
11
+ `},wf=(e,t,n,{arrowStartGap:r,arrowEndGap:o,curveRadius:a})=>{const s={x:e.x+r,y:e.y},i={x:n,y:e.y},c={x:n,y:t.y},l={x:t.x+o,y:t.y},u=t.y>e.y?1:-1;return`
12
12
  M ${s.x} ${s.y}
13
- L ${i.x-o} ${i.y}
14
- Q ${i.x} ${i.y} ${i.x} ${i.y+d*o}
15
- L ${c.x} ${c.y-d*o}
16
- Q ${c.x} ${c.y} ${c.x-o} ${c.y}
13
+ L ${i.x-a} ${i.y}
14
+ Q ${i.x} ${i.y} ${i.x} ${i.y+u*a}
15
+ L ${c.x} ${c.y-u*a}
16
+ Q ${c.x} ${c.y} ${c.x-a} ${c.y}
17
17
  L ${l.x} ${l.y}
18
- `},Fp=(e,t,{arrowEndGap:n,arrowheadSize:r})=>e?`
18
+ `},Af=(e,t,{arrowEndGap:n,arrowheadSize:r})=>e?`
19
19
  M ${t.x+n+r} ${t.y-r}
20
20
  L ${t.x+n} ${t.y}
21
21
  L ${t.x+n+r} ${t.y+r}
@@ -23,4 +23,4 @@ ${n}`)}}class Cc{constructor(t,n){this.transformCompiler=t,this.validator=n}chec
23
23
  M ${t.x-r} ${t.y-n-r}
24
24
  L ${t.x} ${t.y-n}
25
25
  L ${t.x+r} ${t.y-n-r}
26
- `,Pp=(e,t,n,r,a,o=.5)=>{if(e){const i=Math.min(t.y,n.y);return{x:r,y:i+o*a}}return{x:Math.min(t.x,n.x)+o*a,y:r}},Bp=(e,t,n)=>Math.abs(e?t.y-n.y:t.x-n.x),Gp=({arrow:e,mainAxis:t,panelWidth:n,panelHeight:r,textScale:a,locale:o})=>{const s=t==="y",i={x:e.start.x*n,y:(1-e.start.y)*r},c={x:e.end.x*n,y:(1-e.end.y)*r},l=vn(e.size,a),d=_p(s,i,c,l),m=(s?Op:Np)(i,c,d,l),p=Fp(s,c,l),f=Bp(s,i,c),h=Pp(s,i,c,d,f,e.labelCrossPosition),y=ao({locale:o,kind:e.label,startValue:e.start.measurementValue,endValue:e.end.measurementValue});return{id:e.id,linePath:m,arrowheadPath:p,labelPosition:h,labelText:y,color:e.color,strokeWidth:l.strokeWidth,labelLineHeight:l.labelLineHeight,labelPaddingX:l.labelPaddingX,labelPaddingY:l.labelPaddingY,labelStrokeWidth:l.labelStrokeWidth,labelFontWeight:l.labelFontWeight}},Up=100,$p=({items:e,containerHeight:t,labelHeight:n})=>{const r=e.map(l=>{const d=(1-l.normalizedY)*t;return{anchorY:d,y:d,payload:l.payload}}).sort((l,d)=>l.y-d.y),a=n/2;let o=!1,s=!0,i=0;for(;s;){s=!1,i++;for(let l=0;l<r.length-1;l++){const d=r[l],m=r[l+1];if(!d||!m)continue;const p=d.y+a,f=m.y-a;if(p>f){s=!0,o=!0;const y=(p-f)/2+1;d.y-=y,m.y+=y,d.y<0&&(d.y=0),m.y>t&&(m.y=t)}}if(i>Up)break}return{placements:r.filter(l=>l.y>=0&&l.y<=t).map(l=>({y:l.y,anchorY:l.anchorY,payload:l.payload})),hasOverlap:o}},Yp=({headline:e,show:t,numberFormat:n,parsingLocale:r,formattingLocale:a})=>{if(e===null)return null;const o=a??r;return e.kind==="grandTotal"?Kp(e,o,n):Hp(e,t,o,n)},Kp=(e,t,n)=>({kind:"grandTotal",value:V({valueFormat:e.valueFormat,locale:t,numberFormat:n})(e.value)}),Hp=(e,t,n,r)=>{const a=V({valueFormat:{type:"percentage"},locale:n,numberFormat:r}),o=qp(t,e.items.length>1);return{kind:"perGroup",items:e.items.map(i=>{const c=V({valueFormat:i.valueFormat,locale:n,numberFormat:r}),l=V({valueFormat:i.groupLabelFormat,locale:n,numberFormat:r}),d=An({valueFormat:i.mainValueFormat,locale:n,numberFormat:r,tickValues:[]}),m=i.label??l(i.value);return{swatch:i.swatch,label:`${o}${m}`,value:i.aggregate===null?null:c(i.aggregate),observationLabel:Xp(i.observationLabel,d),comparison:Wp(i.comparison,d,a)}})}},Wp=(e,t,n)=>e===null?null:{direction:zp(e.variation),percentage:n(Math.abs(e.variation)),reference:`from ${t(e.against)}`},zp=e=>e>0?"up":e<0?"down":"flat",Xp=(e,t)=>e===null?null:e.kind==="point"?t(e.value):`${t(e.from)} – ${t(e.to)}`,qp=(e,t)=>{switch(e){case"total":return"Total ";case"average":return t?"Avg. ":"Average ";default:return""}},jp=({legends:e,numberFormat:t,parsingLocale:n,formattingLocale:r})=>{const a=r??n;return e.map(o=>Qp(o,a,t))},Qp=(e,t,n)=>({...e,items:e.items.map(r=>{const a=V({valueFormat:r.valueFormat,locale:t,numberFormat:n});return{...r,formattedLabel:r.label??a(r.value)}})});function St(e,t){return e.axes.find(n=>n.scaleAestheticKey===t)??null}function Zp(e,t){return e.legends.find(n=>n.aesthetics.includes(t))??null}const Jp=({guides:e,numberFormat:t,layer:n,locale:r})=>{const a=n.data.getFirst();if(!a)return null;const o=n.mapping.y!==void 0,i=(o?va:tn)(n.data,n.mapping)(a);if(i===null)return null;const c=o?Ue(n.yScaleType):"x",l=St(e,c)?.valueFormat??{type:"decimal"};return V({valueFormat:l,locale:r,numberFormat:t})(i)},ef=800,Mr=400,tf={thin:{strokeWidth:{minValue:1.5,targetValue:2},arrowheadLength:{minValue:7,targetValue:8}},medium:{strokeWidth:{minValue:3,targetValue:4},arrowheadLength:{minValue:14,targetValue:16}},thick:{strokeWidth:{minValue:6,targetValue:8},arrowheadLength:{minValue:28,targetValue:32}}},nf=e=>Math.max(1,(e-Mr)/(ef-Mr)+1),rf=(e,t)=>{const n=nf(t),r=tf[e];return{strokeWidth:Math.min(r.strokeWidth.targetValue,r.strokeWidth.minValue*n),arrowheadLength:Math.min(r.arrowheadLength.targetValue,r.arrowheadLength.minValue*n)}},Ze=Math.PI/4,Ht=1.5,af=({startX:e,startY:t,endX:n,endY:r})=>`M ${e} ${t} L ${n} ${r}`,Dr=(e,t,n)=>{if(n<=0)return"";const{startX:r,startY:a,endX:o,endY:s}=t,i=e==="start"?r:o,c=e==="start"?a:s,l=e==="start"?Math.atan2(a-s,r-o):Math.atan2(s-a,o-r),d=i-n*Math.cos(l-Ze),m=c-n*Math.sin(l-Ze),p=i-n*Math.cos(l+Ze),f=c-n*Math.sin(l+Ze);return`M ${i} ${c} L ${d} ${m} M ${i} ${c} L ${p} ${f}`},of=(e,t)=>e==="solid"?null:`${t*Ht} ${t*Ht*2}`,sf=(e,t)=>t?e*Ht:0,cf=64,lf=({arrow:e,panelWidth:t,panelHeight:n})=>{const r={startX:e.start.x*t,startY:e.start.y*n,endX:e.end.x*t,endY:e.end.y*n};if(r.startX===r.endX&&r.startY===r.endY)return null;const{strokeWidth:a,arrowheadLength:o}=rf(e.thickness,t),s=Math.hypot(r.endX-r.startX,r.endY-r.startY),i=uf(o,s),c=e.startArrowheadStyle==="line-arrow",l=e.endArrowheadStyle==="line-arrow",m=c||l?i*Math.sin(Math.PI/4):0;return{id:e.id,linePath:af(r),startArrowheadPath:c?Dr("start",r,i):"",endArrowheadPath:l?Dr("end",r,i):"",color:e.color,strokeWidth:a,dashArray:of(e.lineStyle,a),hasStickerStyle:e.hasStickerStyle,startX:r.startX,startY:r.startY,endX:r.endX,endY:r.endY,dashOffset:sf(a,c),arrowheadExtent:m}},uf=(e,t)=>Math.min(e,t*e/cf);function bo(e,t){return wn(e.buckets,t,n=>n.main)}function df(e,t){return wn(e.bands,t,n=>n.bandCenter)}function mf(e,t){return wn(e.columns,t,n=>n.mainMid)}function wn(e,t,n){if(e.length===0)return null;let r=0,a=e.length;for(;r<a;){const i=r+a>>>1,c=e[i];c&&n(c)<t?r=i+1:a=i}const o=e[r-1],s=e[r];return o?s&&Math.abs(n(s)-t)<Math.abs(n(o)-t)?s:o:s??null}function Vn(e,t,n){return Math.hypot(e*n,t)}function pf(e,t,n,r){if(e.points.length===0)return null;const a=e.delaunay;if(!a)return null;const o=a.find(t.x*n,t.y,r??void 0),s=e.points[o];return s?{hit:{layerId:e.layerId,pointIndex:s.pointIndex,x:s.x,y:s.y,observation:s.observation},index:e,distance:Vn(s.x-t.x,s.y-t.y,n)}:null}function ff(e,t){if(e.points.length===0||!e.delaunay||e.delaunayAspectRatio===null)return null;const n=e.delaunay.find(t.x*e.delaunayAspectRatio,t.y);return e.points[n]??null}function kr(e,t){return{group:hf(e),related:Sf(e,t)}}function hf(e){switch(e.kind){case"buckets":{const t=e.match.index;return O(t.position)?yf(t,e.match):[]}case"rects":{const t=e.match.index;return O(t.position)?gf(t,e.match):bf(t,e.match)}case"points":case"arcs":case"polar-points":case"render-hit-test":return[]}}function yf(e,t){const n=[];for(const r of t.bucket.entries)r.pointIndex!==t.hit.pointIndex&&n.push({layerId:e.layerId,pointIndex:r.pointIndex,x:r.x,y:r.y,observation:r.observation});return n}function gf(e,t){const n=[];for(const r of t.column.rects)r.pointIndex!==t.hit.pointIndex&&n.push(Ln(e,r));return n}function bf(e,t){const n=e.bands.find(a=>a.columns.includes(t.column));if(!n)return[];const r=[];for(const a of n.columns)for(const o of a.rects)o.pointIndex!==t.hit.pointIndex&&r.push(Ln(e,o));return r}function Sf(e,t){const n=new Map;if(e.kind==="arcs"||e.kind==="polar-points")return n;for(const r of t){if(r.layerId!==e.match.index.layerId){Af(n,r,e.match.hit);continue}e.kind==="buckets"&&(O(r.position)||r.kind==="buckets"&&xf(n,r,e.match))}return n}function xf(e,t,n){for(const r of n.bucket.entries){if(r.pointIndex===n.hit.pointIndex)continue;ot(e,t.layerId).push({layerId:t.layerId,pointIndex:r.pointIndex,x:r.x,y:r.y,observation:r.observation})}}function Af(e,t,n){switch(t.kind){case"buckets":{const r=bo(t,Oe(t.mainAxis,n));if(!r)return;const a=ot(e,t.layerId);for(const o of r.entries)a.push({layerId:t.layerId,pointIndex:o.pointIndex,x:o.x,y:o.y,observation:o.observation});return}case"rects":{const r=df(t,Oe(t.mainAxis,n));if(!r)return;const a=ot(e,t.layerId);for(const o of r.columns)for(const s of o.rects)a.push(Ln(t,s));return}case"points":{const r=ff(t,n);if(!r)return;ot(e,t.layerId).push({layerId:t.layerId,pointIndex:r.pointIndex,x:r.x,y:r.y,observation:r.observation});return}case"arcs":case"polar-points":return;case"noop":return;case"render-hit-test":return}}function ot(e,t){let n=e.get(t);return n||(n=[],e.set(t,n)),n}function Ln(e,t){return{layerId:e.layerId,pointIndex:t.pointIndex,x:(t.xMin+t.xMax)/2,y:(t.yMin+t.yMax)/2,observation:t.observation}}function vf(e){const t=Tf(e);return{kind:"arcs",layerId:e.id,position:e.position,arcs:t}}function Tf(e){const t=e.data;if(t.size()===0)return[];const n=[u.POSITION_VARIABLES.xMin,u.POSITION_VARIABLES.xMax,u.POSITION_VARIABLES.yMin,u.POSITION_VARIABLES.yMax];for(const l of n)if(!t.hasVariable(l))return[];const r=t.getValues(u.POSITION_VARIABLES.xMin,{type:"numeric"}),a=t.getValues(u.POSITION_VARIABLES.xMax,{type:"numeric"}),o=t.getValues(u.POSITION_VARIABLES.yMin,{type:"numeric"}),s=t.getValues(u.POSITION_VARIABLES.yMax,{type:"numeric"}),i=[];let c=0;for(const l of t){const d=r[c],m=a[c],p=o[c],f=s[c];if(!u.isDefined(d)||!u.isDefined(m)||!u.isDefined(p)||!u.isDefined(f)){c++;continue}i.push({pointIndex:c,startAngle:d,endAngle:m,innerRadius:p,outerRadius:f,observation:l}),c++}return i}const If=1e-9;function wf(e,t){const n=Vf(e,t);n.sort((a,o)=>a.main-o.main);const r=[];for(const a of n){const o=r[r.length-1];o&&Math.abs(o.main-a.main)<=If?o.entries.push(a.entry):r.push({main:a.main,entries:[a.entry]})}return{kind:"buckets",layerId:e.id,position:e.position,mainAxis:t,buckets:r}}function Vf(e,t){const n=e.data;if(n.size()===0)return[];const a=n.hasVariable(u.POSITION_VARIABLES.x),o=n.hasVariable(u.POSITION_VARIABLES.y);if(!a||!o)return[];const s=n.getValues(u.POSITION_VARIABLES.x,{type:"numeric"}),i=n.getValues(u.POSITION_VARIABLES.y,{type:"numeric"}),c=t==="y",l=c?u.POSITION_VARIABLES.xMin:u.POSITION_VARIABLES.yMin,d=c?u.POSITION_VARIABLES.xMax:u.POSITION_VARIABLES.yMax,m=O(e.position),p=m?n.getValues(l,{type:"numeric"}):null,f=m?n.getValues(d,{type:"numeric"}):null,h=n.hasVariable(u.GROUP_VARIABLES.group)?n.getValues(u.GROUP_VARIABLES.group,{type:"categorical"}):null,y=[];let g=0;for(const S of n){const b=s[g],x=i[g];if(!u.isDefined(b)||!u.isDefined(x)){g+=1;continue}const T=h?.[g]??null,L=c?x:b;if(m){const P=p?.[g],we=f?.[g];if(!u.isDefined(P)||!u.isDefined(we)){g+=1;continue}const A=c?we:b,K=c?x:we;y.push({main:L,entry:{isStacked:m,pointIndex:g,x:A,y:K,stackMin:P,stackMax:we,groupKey:T,observation:S}})}else y.push({main:L,entry:{isStacked:m,pointIndex:g,x:b,y:x,groupKey:T,observation:S}});g+=1}return y}function Lf(e){return{kind:"noop",layerId:e.id,position:e.position}}function Ef(e,t){const n={kind:"points",layerId:e.id,position:e.position,points:Mf(e),delaunay:null,delaunayAspectRatio:null};return So(n,t),n}function So(e,t){e.delaunay&&e.delaunayAspectRatio===t||(e.delaunay=Eo.Delaunay.from(e.points,n=>n.x*t,n=>n.y),e.delaunayAspectRatio=t)}function Mf(e){const t=e.data;if(t.size()===0)return[];if(!t.hasVariable(u.POSITION_VARIABLES.x)||!t.hasVariable(u.POSITION_VARIABLES.y))return[];const n=t.getValues(u.POSITION_VARIABLES.x,{type:"numeric"}),r=t.getValues(u.POSITION_VARIABLES.y,{type:"numeric"}),a=[];let o=0;for(const s of t){const i=n[o],c=r[o];o+=1,!(!u.isDefined(i)||!u.isDefined(c))&&a.push({pointIndex:a.length,x:i,y:c,observation:s})}return a}function Df(e){return{kind:"polar-points",layerId:e.id,position:e.position,points:kf(e)}}function kf(e){const t=e.data;if(t.size()===0)return[];if(!t.hasVariable(u.POSITION_VARIABLES.x)||!t.hasVariable(u.POSITION_VARIABLES.y))return[];const n=t.getValues(u.POSITION_VARIABLES.x,{type:"numeric"}),r=t.getValues(u.POSITION_VARIABLES.y,{type:"numeric"}),a=[];let o=0;for(const s of t){const i=n[o],c=r[o];o+=1,!(!u.isDefined(i)||!u.isDefined(c))&&a.push({pointIndex:a.length,angle:i,radius:c,observation:s})}return a}const Rf=1e6;function Cf(e,t){const n=_f(e,t);n.sort((i,c)=>i.mainMid-c.mainMid);const r=new Map,a=new Map;for(const i of n){const c=Rr(i.mainMid);let l=r.get(c);if(!l){l={mainMid:i.mainMid,columnKey:c,rects:[]},r.set(c,l);const d=Rr(i.bandCenter);let m=a.get(d);m||(m={bandCenter:i.bandCenter,bandKey:d,columns:[]},a.set(d,m)),m.columns.push(l)}l.rects.push(i.entry)}const o=[...r.values()].sort((i,c)=>i.mainMid-c.mainMid),s=[...a.values()].sort((i,c)=>i.bandCenter-c.bandCenter);for(const i of s)i.columns.sort((c,l)=>c.mainMid-l.mainMid);return{kind:"rects",layerId:e.id,position:e.position,mainAxis:t,columns:o,bands:s}}function Rr(e){return String(Math.round(e*Rf))}function _f(e,t){const n=e.data;if(n.size()===0)return[];if(!(n.hasVariable(u.POSITION_VARIABLES.xMin)&&n.hasVariable(u.POSITION_VARIABLES.xMax)&&n.hasVariable(u.POSITION_VARIABLES.yMin)&&n.hasVariable(u.POSITION_VARIABLES.yMax)))return[];const a=n.getValues(u.POSITION_VARIABLES.xMin,{type:"numeric"}),o=n.getValues(u.POSITION_VARIABLES.xMax,{type:"numeric"}),s=n.getValues(u.POSITION_VARIABLES.yMin,{type:"numeric"}),i=n.getValues(u.POSITION_VARIABLES.yMax,{type:"numeric"}),c=t==="y",l=c?u.POSITION_VARIABLES.y:u.POSITION_VARIABLES.x,d=n.hasVariable(l)?n.getValues(l,{type:"numeric"}):null,m=n.hasVariable(u.GROUP_VARIABLES.group)?n.getValues(u.GROUP_VARIABLES.group,{type:"categorical"}):null,p=[];let f=0;for(const h of n){const y=a[f],g=o[f],S=s[f],b=i[f];if(!u.isDefined(y)||!u.isDefined(g)||!u.isDefined(S)||!u.isDefined(b)){f++;continue}const x=c?(S+b)/2:(y+g)/2,T=d?.[f]??x;p.push({mainMid:x,bandCenter:T,entry:{pointIndex:f,xMin:y,xMax:g,yMin:S,yMax:b,segmentKey:m?.[f]??null,observation:h}}),f++}return p}function Nf(e){const t=new Map;let n=0;for(const r of e.data)t.set(ht(r),{pointIndex:n,observation:r}),n++;return{kind:"render-hit-test",layerId:e.id,position:e.position,byKey:t}}function Cr(e,t,n){switch(e.spatialMap.kind){case"points":return Ef(e,n);case"buckets":return wf(e,_r(t));case"rects":return Cf(e,_r(t));case"arcs":return vf(e);case"polar-points":return Df(e);case"noop":return Lf(e);case"render-hit-test":return Nf(e);default:{const r=e.spatialMap.kind;throw new Error(`buildLayerIndex: unhandled spatial-map kind ${String(r)}`)}}}function _r(e){if(e.type!=="cartesian")throw new Error("buildLayerIndex: a bucket or rect hit-test requires a cartesian coord system");return e.mainAxis}const U=Math.PI*2,Of=1e-9;function Ff(e,t,n){if(e.arcs.length===0)return null;const{angle:r,radius:a}=Pf(t,n);for(const o of e.arcs)if(!(a<o.innerRadius||a>o.outerRadius)&&Bf(r,o))return{hit:{layerId:e.layerId,pointIndex:o.pointIndex,x:(o.startAngle+o.endAngle)/2,y:(o.innerRadius+o.outerRadius)/2,observation:o.observation},index:e};return null}function Pf(e,t){const n=e.x-.5,r=e.y-.5,a=t>=1?n*2*t:n*2,o=t>=1?r*2:r*2/t,s=Math.hypot(a,o);return{angle:(Math.atan2(a,o)%U+U)%U,radius:s}}function Bf(e,t){const n=t.endAngle-t.startAngle;if(Math.abs(n)>=U-Of)return!0;const r=(n%U+U)%U;return((e-t.startAngle)%U+U)%U<=r}function Gf(e,t,n){if(e.points.length===0)return null;const r=t.x-.5,a=t.y-.5,o=n>=1?r*2*n:r*2,s=n>=1?a*2:a*2/n;let i=e.points[0];if(!i)return null;let c=Number.POSITIVE_INFINITY;for(const l of e.points){const d=l.radius*Math.sin(l.angle),m=l.radius*Math.cos(l.angle),p=Math.hypot(d-o,m-s);p<c&&(c=p,i=l)}return{hit:{layerId:e.layerId,pointIndex:i.pointIndex,x:i.angle,y:i.radius,observation:i.observation},index:e,distance:c}}function Uf(e,t,n){const r=n.get(e.layerId);if(!r)return null;const a=r({x:t.x,y:1-t.y});if(!a)return null;const o=e.byKey.get(a.key);return o?{hit:{layerId:e.layerId,pointIndex:o.pointIndex,x:t.x,y:t.y,observation:o.observation},index:e}:null}function $f(e,t,n){if(e.buckets.length===0)return null;const{main:r,cross:a}=Qm(e.mainAxis,t),o=bo(e,r),s=o?.entries??[];if(!o||!u.isNonEmptyArray(s))return null;const i=Wf(s,a,e.mainAxis);return{hit:{layerId:e.layerId,pointIndex:i.pointIndex,x:i.x,y:i.y,observation:i.observation},index:e,bucket:o,distance:Vn(i.x-t.x,i.y-t.y,n)}}function Yf(e,t,n){if(e.columns.length===0)return null;const r=Oe(e.mainAxis,t),a=mf(e,r),o=a?.rects??[];if(!a||!u.isNonEmptyArray(o))return null;const s=O(e.position)?Kf(o,t,e.mainAxis):Hf(o,t,n);return{hit:{layerId:e.layerId,pointIndex:s.pointIndex,x:(s.xMin+s.xMax)/2,y:(s.yMin+s.yMax)/2,observation:s.observation},index:e,column:a,distance:xo(s,t,n)}}function Kf(e,t,n){const r=bt(n,t);return En(e,o=>zf(o,n,r),{shortCircuitOnZero:!0})}function Hf(e,t,n){return En(e,a=>xo(a,t,n))}function Wf(e,t,n){return En(e,a=>Math.abs(bt(n,a)-t))}function En(e,t,{shortCircuitOnZero:n=!1}={}){let r=e[0],a=t(r);if(n&&a===0)return r;for(let o=1;o<e.length;o+=1){const s=e[o];if(s===void 0)continue;const i=t(s);if(n&&i===0)return s;i<a&&(r=s,a=i)}return r}function xo(e,t,n){const r=Wt(t.x,e.xMin,e.xMax),a=Wt(t.y,e.yMin,e.yMax);return Vn(r,a,n)}function zf(e,t,n){const r=t==="x"?e.yMin:e.xMin,a=t==="x"?e.yMax:e.xMax;return Wt(n,r,a)}function Wt(e,t,n){return e<t?t-e:e>n?e-n:0}const Xf=new Map,qf=.05;function jf({layers:e,cursor:t,aspectRatio:n,warmStarts:r,hitTesters:a=Xf}){const o={match:null,distance:Number.POSITIVE_INFINITY},s={match:null,distance:Number.POSITIVE_INFINITY};let i=null;for(const c of e){if(c.kind==="arcs"){const d=Ff(c,t,n);return d?{kind:"arcs",match:d}:null}if(c.kind==="polar-points"){const d=Gf(c,t,n);return d?{kind:"polar-points",match:d}:null}if(c.kind==="render-hit-test"){const d=Uf(c,t,a);d&&(i={kind:"render-hit-test",match:d});continue}const l=Zf({layer:c,cursor:t,aspectRatio:n,warmStarts:r});if(l){if(l.kind==="rects"){l.match.distance<o.distance&&(o.match=l,o.distance=l.match.distance);continue}l.match.distance<s.distance&&(s.match=l,s.distance=l.match.distance)}}return i||Qf({rect:o,continuous:s})}function Qf({rect:e,continuous:t}){return e.match&&t.match?t.distance<=e.distance+qf?t.match:e.match:e.match??t.match}function Zf({layer:e,cursor:t,aspectRatio:n,warmStarts:r}){switch(e.kind){case"buckets":{const a=$f(e,t,n);return a?{kind:"buckets",match:a}:null}case"rects":{const a=Yf(e,t,n);return a?{kind:"rects",match:a}:null}case"points":{const a=r.get(e.layerId)??null,o=pf(e,t,n,a);return o?{kind:"points",match:o}:null}case"noop":return null}}const te={primary:null,group:[],related:new Map},Jf=1;class eh{constructor({layers:t,coordSystem:n}){this.layerIndexes=[],this.layerRefs=[],this.aspectRatio=Jf,this.warmStarts=new Map,this.cachedState=te,this.cachedKey=null,this.nonInteractiveLayerIds=new Set,this.hitTesters=new Map,this.layerIndexes=t.map(r=>Cr(r,n,this.aspectRatio)),this.layerRefs=t.map(r=>Nr(r,n)),this.nonInteractiveLayerIds=Or(t)}update({layers:t,coordSystem:n}){const r=new Map;for(let s=0;s<this.layerIndexes.length;s+=1){const i=this.layerIndexes[s],c=this.layerRefs[s];!i||!c||r.set(i.layerId,{index:i,ref:c})}const a=[],o=[];for(const s of t){const i=r.get(s.id),c=Nr(s,n);if(i!==void 0&&th(i.ref,c)){a.push(i.index),o.push(i.ref);continue}this.warmStarts.delete(s.id),a.push(Cr(s,n,this.aspectRatio)),o.push(c)}for(const s of this.warmStarts.keys())t.some(i=>i.id===s)||this.warmStarts.delete(s);this.layerIndexes=a,this.layerRefs=o,this.nonInteractiveLayerIds=Or(t),this.invalidateCache()}setViewport(t){this.aspectRatio=t.width/t.height;for(const n of this.layerIndexes)n.kind==="points"&&So(n,this.aspectRatio)}setHitTesters(t){this.hitTesters=t}hoverByKey(t,n){const r=this.layerIndexes.find(l=>l.layerId===t);if(!r||r.kind!=="render-hit-test")return te;const a=r.byKey.get(n);if(!a)return te;const o={layerId:t,pointIndex:a.pointIndex,x:0,y:0,observation:a.observation},s={kind:"render-hit-test",match:{hit:o,index:r}},{group:i,related:c}=kr(s,this.layerIndexes);return{primary:o,group:i,related:c}}query(t){if(this.layerIndexes.length===0)return te;const n=this.nonInteractiveLayerIds.size===0?this.layerIndexes:this.layerIndexes.filter(c=>!this.nonInteractiveLayerIds.has(c.layerId)),r=jf({layers:n,aspectRatio:this.aspectRatio,warmStarts:this.warmStarts,hitTesters:this.hitTesters,cursor:t});if(!r)return this.invalidateCache(),te;const a=r.match.hit;this.warmStarts.set(a.layerId,a.pointIndex);const o=`${a.layerId}:${a.pointIndex}`;if(this.cachedKey===o)return this.cachedState;const{group:s,related:i}=kr(r,n);return this.cachedKey=o,this.cachedState={primary:a,group:s,related:i},this.cachedState}invalidateCache(){this.cachedKey=null,this.cachedState=te}}function Nr(e,t){return{data:e.data,geom:e.geom,position:e.position,coord:t}}function Or(e){const t=new Set;for(const n of e)n.interactive||t.add(n.id);return t}function th(e,t){return e.data===t.data&&e.geom===t.geom&&e.position===t.position&&e.coord===t.coord}const nh=({locale:e,intlOptions:t})=>M(n=>Intl.DateTimeFormat(e,{day:"numeric",month:"long",year:"numeric",weekday:"long",...D,...t}).format(n)),rh=({locale:e,intlOptions:t})=>M(n=>{const r=n.getUTCSeconds()!==0;return Intl.DateTimeFormat(e,{day:"2-digit",month:"short",year:"numeric",weekday:"short",hour:"2-digit",minute:"2-digit",second:r?"2-digit":void 0,...D,...t}).format(n)}),lt=e=>{const{valueFormat:t}=e;switch(t.type){case"currency":return Xa(e);case"date":return nh(e);case"datetime":return rh(e);case"day_month":return Qa(e);case"decimal":return mn(e);case"duration":return pn();case"integer":return qa(e);case"month":return Za(e);case"month_year":return yn(e);case"percentage":return ja(e);case"quarter":return gn();case"text":return dn();case"time":return to(e);case"weekly_date_range":return Ja(e);case"weekly_date_range_with_year":return eo(e);case"year":return bn(e);case"lookup":return lt({...e,valueFormat:t.fallback});default:{const n=t;throw new Error(`Unhandled value format: ${n.type}`)}}},ah={type:"decimal"},oh=({layers:e,coordSystem:t,scales:n,guides:r,numberFormat:a,parsingLocale:o,hover:s,formattingLocale:i})=>{const{primary:c}=s;if(c===null)return null;const l=i??o;return{header:sh({layers:e,coordSystem:t,guides:r,primary:c,locale:l,numberFormat:a}),rows:ih({layers:e,coordSystem:t,scales:n,guides:r,hover:s,locale:l,numberFormat:a})}};function sh(e){if(e.coordSystem.type!=="cartesian")return null;const t=St(e.guides,"x");if(!t)return null;const n=e.layers.find(s=>s.id===e.primary.layerId);if(!n)return null;const r=n.semanticMap.encodings.find(s=>s.aesthetic==="x");if(!r)return null;const a=e.primary.observation[r.variable];return u.isDefined(a)?lt({valueFormat:t.valueFormat,locale:e.locale,numberFormat:e.numberFormat})(a):null}function ih(e){const t=[],n=e.scales.color??null,r=dh({guides:e.guides,locale:e.locale,numberFormat:e.numberFormat});for(const a of e.layers){const o=lh(a,e.hover);if(o.length===0)continue;if(a.semanticMap.detailRows.length>0){const{primary:f}=e.hover;f!==null&&f.layerId===a.id&&t.push(...ch({layer:a,observation:f.observation,coordSystem:e.coordSystem,locale:e.locale,numberFormat:e.numberFormat}));continue}const s=Ta(a.data,a.mapping),i=uh(o,a,n,s),c=Tc(a.semanticMap),l=V({valueFormat:ph(a),locale:e.locale,numberFormat:e.numberFormat}),d=mh(e.guides,a),m=a.mapping.color!==void 0,p=Ne(a.swatchShape,e.coordSystem);for(const f of i){const h=m?s(f.observation):null,y=zt(f.observation)??null,g=$r(f.observation),S=m&&h!==null?r(h):d,b=fh(c,f),x=b===null?"":l(b,f.observation);t.push({swatchColor:y,swatchShape:p,swatchLineType:g,label:S,value:x,isPrimary:f===e.hover.primary,key:`${f.layerId}:${f.pointIndex}`})}}return t}function ch(e){const t=Ne(e.layer.swatchShape,e.coordSystem);return e.layer.semanticMap.detailRows.map((n,r)=>{const a=V({valueFormat:n.valueFormat,locale:e.locale,numberFormat:e.numberFormat}),o=e.observation[n.variable]??null;return{swatchColor:null,swatchShape:t,swatchLineType:"solid",label:n.label,value:o===null?"":a(o,e.observation),isPrimary:!1,key:`${e.layer.id}:detail:${r}`}})}function lh(e,t){const n=[];return t.primary!==null&&t.primary.layerId===e.id&&n.push(t.primary,...t.group),n.push(...t.related.get(e.id)??[]),n}function uh(e,t,n,r){if(n===null||t.mapping.color===void 0)return e;const a=new Map;return n.domain.forEach((o,s)=>{a.set(u.getStableKey(o),s)}),e.map((o,s)=>{const i=r(o.observation),c=i===null?null:u.getStableKey(i),l=c===null?Number.POSITIVE_INFINITY:a.get(c)??Number.POSITIVE_INFINITY;return{hit:o,originalIndex:s,rank:l}}).sort((o,s)=>o.rank===s.rank?o.originalIndex-s.originalIndex:o.rank-s.rank).map(o=>o.hit)}function dh({guides:e,locale:t,numberFormat:n}){const r=new Map(e.colorGroups.map(o=>[u.getStableKey(o.value),{label:o.label,format:lt({valueFormat:o.valueFormat,locale:t,numberFormat:n})}])),a=lt({valueFormat:{type:"text"},locale:t,numberFormat:n});return o=>{const s=r.get(u.getStableKey(o));return s===void 0?a(o):s.label??s.format(o)}}function mh(e,t){const n=Ue(t.yScaleType);return St(e,n)?.label??""}function ph(e){return e.semanticMap.encodings.find(n=>n.aesthetic==="y")?.valueFormat??ah}function fh(e,t){return e(t.observation).encodings.find(r=>r.aesthetic==="y")?.value??null}const hh={lilac:"linear-gradient(94deg, #C9C0F7 -2.94%, #F6E6FD 92.51%)",neon_pink:"linear-gradient(93deg, #E04A95 2.61%, #FD7F92 97.51%)",blackberry:"linear-gradient(132deg, #9F9FED 2.98%, #B9E6FF 97.65%)",sun:"linear-gradient(139deg, #FCDB61 5.51%, #FB9C65 97.21%)",iceland:"linear-gradient(94deg, #29CDA8 -2.94%, #52C9D2 92.51%)",sunset:"linear-gradient(138deg, #FCDB62 5.77%, #FD8091 99.91%)",ultraviolet:"linear-gradient(132deg, #D167D8 2.98%, #6584E6 97.65%)",purple:"linear-gradient(203.63deg, #BBADFD 15.22%, #BE9AF0 81.52%)",ice_cream:"linear-gradient(119.34deg, #FC7E91 3.68%, #FCD1B1 116.76%)",mint:"linear-gradient(93.55deg, #25CDA5 -6.07%, #58C8D8 113.6%)",cool:"linear-gradient(93.55deg, #3F8EEB -6.07%, #58C8D8 113.6%)",fresh:"linear-gradient(114.37deg, #A4A4EE 4.32%, #58C8D8 87.71%)"};function Ao(...e){let t={},n;const[r,...a]=e;u.isDefined(r)&&!gh(r)?(t=r,n=a):n=e;const o={mapping:t,layers:[],scales:[],transforms:[],highlights:[],config:{}};return n.reduce((s,i)=>vo(s,i),o)}function yh(e,...t){return t.reduce((n,r)=>vo(n,r),e)}function gh(e){return typeof e=="object"&&e!==null&&"type"in e}function vo(e,t){switch(t.type){case"scale":return{...e,scales:[...e.scales,t]};case"coord":return{...e,coords:t};case"config":return{...e,config:Fr({},e.config,t.config)};case"layer":return{...e,layers:[...e.layers,t]};case"transform":return{...e,transforms:[...e.transforms,t]};case"mapping":return{...e,mapping:{...e.mapping,...t.mapping}};case"highlight":return{...e,highlights:[...e.highlights,t]};case"annotation":return{...e,annotations:{...e.annotations,custom:[...e.annotations?.custom??[],t.annotation]}};default:{const n=t;throw new Error(`Unknown spec item type: ${n.type}`)}}}function bh(e){const t={};for(const r of e.geoms??[]){const a=r;t[a.type]=(o={})=>({type:"layer",geom:a.type,mapping:o.aes,stat:o.stat,params:{...a.defaultParams,...o.params},position:o.position,yScaleType:o.yScaleType,transforms:o.transforms,interactive:o.interactive,dataLabels:o.dataLabels})}const n={};for(const r of e.annotations??[]){const a=r;n[a.type]=o=>(Sh(a,o.coordinates),{type:"annotation",annotation:{id:o.id,type:a.type,coordinates:o.coordinates,params:{...a.defaultParams,...o.params},zOrder:o.zOrder}})}return{geom:{...w,...t},annotation:n,createSpec:Ao}}function Sh(e,t){const n=e.coordinates;if(n!==void 0){if(n.min!==void 0&&t.length<n.min)throw new Error(`Annotation '${e.type}' requires at least ${n.min} coordinate(s), got ${t.length}.`);if(n.max!==void 0&&t.length>n.max)throw new Error(`Annotation '${e.type}' accepts at most ${n.max} coordinate(s), got ${t.length}.`)}}function xh(e,t={}){return{type:"highlight",id:t.id,predicate:e,scope:t.scope,layerIndex:t.layerIndex}}function Ah(e){return{mapping:e.mapping,layers:e.layers,scales:e.scales.map(Th),transforms:e.transforms,highlights:e.highlights.map(t=>vh(t,e.layers)),coords:e.coords,config:e.config}}function vh(e,t){const n=e.layerId?t.findIndex(r=>r.id===e.layerId):-1;return{type:"highlight",id:e.id,predicate:e.predicate,scope:e.scope,layerIndex:n>=0?n:void 0}}function Th(e){return e.scaleType==="palette"?Ih(e):e}function Ih(e){return{...e,palette:wh(e.palette)}}function wh(e){return e.type==="custom"?{type:"custom",id:e.id}:e}class Vh{constructor(t={}){this.undoStack=[],this.redoStack=[],this.listeners=new Set,this.isEmitting=!1,this.cachedSnapshot=null,this.maxHistorySize=t.maxHistorySize??100}apply(t,n){return this.withReentrancyGuard(()=>{const r=t.apply(n);return r?(this.undoStack.push({command:t,revert:r.revert}),this.redoStack=[],this.undoStack.length>this.maxHistorySize&&this.undoStack.shift(),this.emit({type:"apply",command:t,spec:r.spec}),r.spec):n})}undo(t){return this.withReentrancyGuard(()=>{const n=this.undoStack.pop();if(!n)return null;const r=n.revert.apply(t);return r?(this.redoStack.push({command:n.command,revert:r.revert}),this.emit({type:"undo",command:n.command,spec:r.spec}),{spec:r.spec,command:n.command}):(this.undoStack.push(n),null)})}redo(t){return this.withReentrancyGuard(()=>{const n=this.redoStack.pop();if(!n)return null;const r=n.revert.apply(t);return r?(this.undoStack.push({command:n.command,revert:r.revert}),this.emit({type:"redo",command:n.command,spec:r.spec}),{spec:r.spec,command:n.command}):(this.redoStack.push(n),null)})}clear(){this.withReentrancyGuard(()=>{this.undoStack=[],this.redoStack=[],this.emit({type:"clear"})})}getSnapshot(){return this.cachedSnapshot||(this.cachedSnapshot={canUndo:this.undoStack.length>0,canRedo:this.redoStack.length>0,undoDescription:this.undoStack[this.undoStack.length-1]?.command.metadata.description??null,redoDescription:this.redoStack[this.redoStack.length-1]?.command.metadata.description??null}),this.cachedSnapshot}subscribe(t){return this.listeners.add(t),()=>this.listeners.delete(t)}withReentrancyGuard(t){if(this.isEmitting)throw new Error("CommandStack: cannot call apply/undo/redo/clear from within a listener");this.isEmitting=!0;try{return t()}finally{this.isEmitting=!1}}emit(t){this.cachedSnapshot=null;for(const n of this.listeners)try{n(t)}catch(r){console.error("CommandStack listener error:",r)}}}function ue(e){return{id:e.id??crypto.randomUUID(),timestamp:e.timestamp??Date.now(),description:e.description,author:e.author??"unknown"}}class Mn{constructor(t,n={}){this.type="set-axis-position",this.params=t,this.metadata=ue({...n,description:`Set ${t.axis} axis position to ${t.position}`})}apply(t){const{axis:n,position:r}=this.params,a=Fe(t,{config:{axes:{[n]:{position:r}}}}),o=n==="x"?{axis:"x",position:t.config.axes.x.position}:{axis:"y",position:t.config.axes.y.position},s=new Mn(o,this.metadata);return{spec:a,revert:s}}}class Dn{constructor(t,n={}){this.type="set-content-caption",this.params=t,this.metadata=ue({...n,description:"Set chart caption"})}apply(t){const n=t.config.content.caption;if(n===this.params.caption)return null;const r=Fe(t,{config:{content:{caption:this.params.caption}}}),a=new Dn({caption:n},this.metadata);return{spec:r,revert:a}}}class kn{constructor(t,n={}){this.type="set-content-subtitle",this.params=t,this.metadata=ue({...n,description:"Set chart subtitle"})}apply(t){const n=t.config.content.subtitle;if(n===this.params.subtitle)return null;const r=Fe(t,{config:{content:{subtitle:this.params.subtitle}}}),a=new kn({subtitle:n},this.metadata);return{spec:r,revert:a}}}class Rn{constructor(t,n={}){this.type="set-content-title",this.params=t,this.metadata=ue({...n,description:"Set chart title"})}apply(t){const n=t.config.content.title;if(n===this.params.title)return null;const r=Fe(t,{config:{content:{title:this.params.title}}}),a=new Rn({title:n},this.metadata);return{spec:r,revert:a}}}class Cn{constructor(t,n={}){this.type="set-headline-show",this.params=t,this.metadata=ue({...n,description:`Set headline show to ${t.show}`})}apply(t){const n=t.config.headline.show,r=Fe(t,{config:{headline:{show:this.params.show}}}),a=new Cn({show:n},this.metadata);return{spec:r,revert:a}}}class _n{constructor(t,n={}){this.type="set-line-width",this.params=t,this.metadata=ue({...n,description:`Set line width to ${t.lineWidth}`})}apply(t){const n=this.params.layerId?od(t.layers,this.params.layerId):Ba(t.layers,"line","area");if(!ad(n,"line","area"))return null;const r=n.params.lineWidth,a=sd(t,n.id,{...n,params:{...n.params,lineWidth:this.params.lineWidth}}),o=new _n({layerId:n.id,lineWidth:r},this.metadata);return{spec:a,revert:o}}}function Lh(e,t){return e.scales.find(n=>n.scaledAesthetic===t)}function Eh(e,t,n){const r=e.scales.map(a=>a.scaledAesthetic===t?n:a);return{...e,scales:r}}function Mh(e){const t=e.replace(/([A-Z])/g," $1").toLowerCase();return t.charAt(0).toUpperCase()+t.slice(1)}class Nn{constructor(t,n={}){this.type="set-scale-domain",this.params=t,this.metadata=ue({...n,description:`Set ${Mh(t.scaledAesthetic)} scale domain`})}apply(t){const n=Lh(t,this.params.scaledAesthetic);if(!n||n.scaleType!=="continuous"&&n.scaleType!=="datetime")return null;const r={min:n.domainMin??null,max:n.domainMax??null},a={...n,...this.params.domainMin!==void 0&&{domainMin:this.params.domainMin},...this.params.domainMax!==void 0&&{domainMax:this.params.domainMax}},o=Eh(t,this.params.scaledAesthetic,a),s={scaledAesthetic:this.params.scaledAesthetic};this.params.domainMin!==void 0&&(s.domainMin=r.min),this.params.domainMax!==void 0&&(s.domainMax=r.max);const i=new Nn(s,this.metadata);return{spec:o,revert:i}}}const On=500,Fn="normal",To={thin:100,hairline:100,extraLight:200,ultraLight:200,light:300,normal:400,regular:400,medium:500,semiBold:600,demiBold:600,bold:700,extraBold:800,ultraBold:800,black:900,heavy:900,extraBlack:950,ultraBlack:950},Dh=e=>{const t=e.style??Fn,n=e.weight??On,r=e.family.includes(",")?e.family:`'${e.family}'`;return`${t} ${n} ${e.size}px ${r}`},kh=e=>typeof e=="string"?e:Io(e),Io=e=>e.text!==void 0?e.text:e.content?e.content.map(Io).join(""):"",wo=e=>typeof e!="string"?e??On:To[e],Rh="\0";class Ch{constructor(t){this.inner=t,this.cache=new Map}measureText(t,n){const r=this.getCacheKey(t,n),a=this.cache.get(r);if(a)return a;const o=this.inner.measureText(t,n);return this.cache.set(r,o),o}getCacheKey(t,n){return[n.family,n.size,wo(n.weight),n.style??Fn,t].join(Rh)}}const _h={" ":.25,"!":.27,'"':.36,"#":.6,$:.56,"%":.78,"&":.66,"'":.21,"(":.31,")":.31,"*":.44,"+":.56,",":.22,"-":.36,".":.22,"/":.35,0:.56,1:.56,2:.56,3:.56,4:.56,5:.56,6:.56,7:.56,8:.56,9:.56,":":.22,";":.22,"<":.56,"=":.56,">":.56,"?":.46,"@":.88,A:.63,B:.63,C:.65,D:.69,E:.56,F:.53,G:.7,H:.7,I:.26,J:.44,K:.62,L:.53,M:.84,N:.7,O:.73,P:.6,Q:.73,R:.62,S:.56,T:.56,U:.69,V:.6,W:.88,X:.58,Y:.56,Z:.58,"[":.29,"\\":.35,"]":.29,"^":.56,_:.44,"`":.33,a:.53,b:.58,c:.48,d:.58,e:.54,f:.31,g:.56,h:.57,i:.23,j:.23,k:.52,l:.23,m:.87,n:.57,o:.57,p:.58,q:.58,r:.35,s:.45,t:.34,u:.57,v:.49,w:.74,x:.49,y:.49,z:.46,"{":.33,"|":.26,"}":.33,"~":.56},Nh=.55,Oh=1.05,Fh=.84,Ph=.21;class Bh{measureText(t,n){let r=0;for(const i of t)r+=(_h[i]??Nh)*n.size;wo(n.weight)>=To.semiBold&&(r*=Oh);const o=Fh*n.size,s=Ph*n.size;return{width:r,height:o+s,ascent:o,descent:s}}}exports.Dataset=u.Dataset;exports.GROUP_VARIABLES=u.GROUP_VARIABLES;exports.POSITION_VARIABLES=u.POSITION_VARIABLES;exports.VISUAL_VARIABLES=u.VISUAL_VARIABLES;exports.isDefined=u.isDefined;exports.mapping=u.mapping;exports.prefixInternalVariable=u.prefixInternalVariable;exports.BORDER_PRESETS=Ca;exports.BORDER_PRESET_GRADIENTS=hh;exports.BUILTIN_GEOM_NAMES=Sa;exports.COMPILER_STAGE_KEYS=$d;exports.CachedTextMeasurer=Ch;exports.CommandStackManager=Vh;exports.Compiler=Wa;exports.DEFAULT_COLOR_PALETTE=an;exports.DEFAULT_FONT_STYLE=Fn;exports.DEFAULT_FONT_WEIGHT=On;exports.DEFAULT_LOCALE=mt;exports.GEOM_NAMES=ba;exports.HeuristicTextMeasurer=Bh;exports.HoverEngine=eh;exports.LAYOUT_PADDING=so;exports.LayoutCompiler=Hm;exports.MONO_BASES=Ma;exports.NEON_BASES=Da;exports.RESTING_HOVER_STATE=te;exports.SetAxisPositionCommand=Mn;exports.SetContentCaptionCommand=Dn;exports.SetContentSubtitleCommand=kn;exports.SetContentTitleCommand=Rn;exports.SetHeadlineShowCommand=Cn;exports.SetLineWidthCommand=_n;exports.SetScaleDomainCommand=Nn;exports.SpecResolver=$a;exports.buildAverageLineSymbols=qm;exports.buildDataLabelsContent=Cp;exports.buildFontString=Dh;exports.buildLayerYValueFormatter=yo;exports.buildTooltipContent=oh;exports.computeDifferenceArrow=Gp;exports.computeDirectLabelsLayout=$p;exports.computeFreeformArrow=lf;exports.config=_a;exports.convertSpecToInput=Ah;exports.coord=k;exports.createAlphaValueReader=pc;exports.createColorValueReader=Ta;exports.createCompiler=Yd;exports.createEmptyHighlight=Ia;exports.createGraphyBuilder=bh;exports.createGroupValueReader=fc;exports.createLabelValueReader=dc;exports.createRawValueReader=F;exports.createSegmentYReader=nn;exports.createSizeValueReader=mc;exports.createSpec=Ao;exports.createStrokeWidthValueReader=hc;exports.createValueFormatter=V;exports.createXValueReader=tn;exports.createYValueReader=va;exports.extractPlainText=kh;exports.findAxisGuide=St;exports.findLegendForAesthetic=Zp;exports.formatHeadline=Yp;exports.formatLegends=jp;exports.formatRuleValue=Jp;exports.geom=w;exports.getAlpha=Fo;exports.getAngleExtent=fo;exports.getColor=zt;exports.getCrossAxisCoordinate=bt;exports.getDifferenceArrowDimensions=vn;exports.getGroup=be;exports.getIdentityKey=ht;exports.getLineType=$r;exports.getMainAxisCoordinate=Oe;exports.getRadiusExtent=ho;exports.getSize=Ur;exports.getStrokeWidth=Po;exports.getX=Ae;exports.getXMax=ye;exports.getXMin=_e;exports.getY=z;exports.getYMax=$;exports.getYMin=se;exports.getYRaw=ua;exports.highlight=xh;exports.isBuiltinGeomName=xa;exports.isCartesian=Zm;exports.isCompilerCachingEnabled=Do;exports.isGraphConfig=ka;exports.isLayerOf=Kd;exports.isStackedPosition=O;exports.pipe=yh;exports.resolveHeadlinePlacement=$m;exports.resolveSegmentYSource=$e;exports.resolveYScaleAesthetic=Ue;exports.scale=ae;exports.setCompilerCachingEnabled=Mo;exports.stat=on;exports.transform=re;
26
+ `,Tf=(e,t,n,r,o,a=.5)=>{if(e){const i=Math.min(t.y,n.y);return{x:r,y:i+a*o}}return{x:Math.min(t.x,n.x)+a*o,y:r}},Mf=(e,t,n)=>Math.abs(e?t.y-n.y:t.x-n.x),Lf=({arrow:e,mainAxis:t,panelWidth:n,panelHeight:r,textScale:o,locale:a})=>{const s=t==="y",i={x:e.start.x*n,y:(1-e.start.y)*r},c={x:e.end.x*n,y:(1-e.end.y)*r},l=Bn(e.size,o),u=Sf(s,i,c,l),d=(s?wf:xf)(i,c,u,l),m=Af(s,c,l),p=Mf(s,i,c),f=Tf(s,i,c,u,p,e.labelCrossPosition),y=_a({locale:a,kind:e.label,startValue:e.start.measurementValue,endValue:e.end.measurementValue});return{id:e.id,linePath:d,arrowheadPath:m,labelPosition:f,labelText:y,color:e.color,strokeWidth:l.strokeWidth,labelLineHeight:l.labelLineHeight,labelPaddingX:l.labelPaddingX,labelPaddingY:l.labelPaddingY,labelStrokeWidth:l.labelStrokeWidth,labelFontWeight:l.labelFontWeight}},Vf=100,Ef=({items:e,containerHeight:t,labelHeight:n})=>{const r=e.map(l=>{const u=(1-l.normalizedY)*t;return{anchorY:u,y:u,payload:l.payload}}).sort((l,u)=>l.y-u.y),o=n/2;let a=!1,s=!0,i=0;for(;s;){s=!1,i++;for(let l=0;l<r.length-1;l++){const u=r[l],d=r[l+1];if(!u||!d)continue;const m=u.y+o,p=d.y-o;if(m>p){s=!0,a=!0;const y=(m-p)/2+1;u.y-=y,d.y+=y,u.y<0&&(u.y=0),d.y>t&&(d.y=t)}}if(i>Vf)break}return{placements:r.filter(l=>l.y>=0&&l.y<=t).map(l=>({y:l.y,anchorY:l.anchorY,payload:l.payload})),hasOverlap:a}},kf=({headline:e,show:t,numberFormat:n,parsingLocale:r,formattingLocale:o})=>{if(e===null)return null;const a=o??r;return e.kind==="grandTotal"?If(e,a,n):Cf(e,t,a,n)},If=(e,t,n)=>({kind:"grandTotal",value:C({valueFormat:e.valueFormat,locale:t,numberFormat:n})(e.value)}),Cf=(e,t,n,r)=>{const o=C({valueFormat:{type:"percentage"},locale:n,numberFormat:r}),a=Rf(t,e.items.length>1);return{kind:"perGroup",items:e.items.map(i=>{const c=C({valueFormat:i.valueFormat,locale:n,numberFormat:r}),l=C({valueFormat:i.groupLabelFormat,locale:n,numberFormat:r}),u=On({valueFormat:i.mainValueFormat,locale:n,numberFormat:r,tickValues:[]}),d=i.label??l(i.value);return{swatch:i.swatch,label:`${a}${d}`,value:i.aggregate===null?null:c(i.aggregate),observationLabel:Df(i.observationLabel,u),comparison:_f(i.comparison,u,o)}})}},_f=(e,t,n)=>e===null?null:{direction:Ff(e.variation),percentage:n(Math.abs(e.variation)),reference:`from ${t(e.against)}`},Ff=e=>e>0?"up":e<0?"down":"flat",Df=(e,t)=>e===null?null:e.kind==="point"?t(e.value):`${t(e.from)} – ${t(e.to)}`,Rf=(e,t)=>{switch(e){case"total":return"Total ";case"average":return t?"Avg. ":"Average ";default:return""}},Pf=({legends:e,numberFormat:t,parsingLocale:n,formattingLocale:r})=>{const o=r??n;return e.map(a=>Nf(a,o,t))},Nf=(e,t,n)=>({...e,items:e.items.map(r=>{const o=C({valueFormat:r.valueFormat,locale:t,numberFormat:n});return{...r,formattedLabel:r.label??o(r.value)}})});function Dt(e,t){return e.axes.find(n=>n.scaleAestheticKey===t)??null}function Of(e,t){return e.legends.find(n=>n.aesthetics.includes(t))??null}const Bf=({guides:e,numberFormat:t,layer:n,locale:r})=>{const o=n.data.getFirst();if(!o)return null;const a=n.mapping.y!==void 0,i=(a?qo:vn)(n.data,n.mapping)(o);if(i===null)return null;const c=a?et(n.yScaleType):"x",l=Dt(e,c)?.valueFormat??{type:"decimal"};return C({valueFormat:l,locale:r,numberFormat:t})(i)},$f=800,qr=400,Gf={thin:{strokeWidth:{minValue:1.5,targetValue:2},arrowheadLength:{minValue:7,targetValue:8}},medium:{strokeWidth:{minValue:3,targetValue:4},arrowheadLength:{minValue:14,targetValue:16}},thick:{strokeWidth:{minValue:6,targetValue:8},arrowheadLength:{minValue:28,targetValue:32}}},Uf=e=>Math.max(1,(e-qr)/($f-qr)+1),Yf=(e,t)=>{const n=Uf(t),r=Gf[e];return{strokeWidth:Math.min(r.strokeWidth.targetValue,r.strokeWidth.minValue*n),arrowheadLength:Math.min(r.arrowheadLength.targetValue,r.arrowheadLength.minValue*n)}},mt=Math.PI/4,cn=1.5,Wf=({startX:e,startY:t,endX:n,endY:r})=>`M ${e} ${t} L ${n} ${r}`,Qr=(e,t,n)=>{if(n<=0)return"";const{startX:r,startY:o,endX:a,endY:s}=t,i=e==="start"?r:a,c=e==="start"?o:s,l=e==="start"?Math.atan2(o-s,r-a):Math.atan2(s-o,a-r),u=i-n*Math.cos(l-mt),d=c-n*Math.sin(l-mt),m=i-n*Math.cos(l+mt),p=c-n*Math.sin(l+mt);return`M ${i} ${c} L ${u} ${d} M ${i} ${c} L ${m} ${p}`},Hf=(e,t)=>e==="solid"?null:`${t*cn} ${t*cn*2}`,Kf=(e,t)=>t?e*cn:0,zf=64,Xf=({arrow:e,panelWidth:t,panelHeight:n})=>{const r={startX:e.start.x*t,startY:e.start.y*n,endX:e.end.x*t,endY:e.end.y*n};if(r.startX===r.endX&&r.startY===r.endY)return null;const{strokeWidth:o,arrowheadLength:a}=Yf(e.thickness,t),s=Math.hypot(r.endX-r.startX,r.endY-r.startY),i=jf(a,s),c=e.startArrowheadStyle==="line-arrow",l=e.endArrowheadStyle==="line-arrow",d=c||l?i*Math.sin(Math.PI/4):0;return{id:e.id,linePath:Wf(r),startArrowheadPath:c?Qr("start",r,i):"",endArrowheadPath:l?Qr("end",r,i):"",color:e.color,strokeWidth:o,dashArray:Hf(e.lineStyle,o),hasStickerStyle:e.hasStickerStyle,startX:r.startX,startY:r.startY,endX:r.endX,endY:r.endY,dashOffset:Kf(o,c),arrowheadExtent:d}},jf=(e,t)=>Math.min(e,t*e/zf);function Ha(e,t){return Un(e.buckets,t,n=>n.main)}function qf(e,t){return Un(e.bands,t,n=>n.bandCenter)}function Qf(e,t){return Un(e.columns,t,n=>n.mainMid)}function Un(e,t,n){if(e.length===0)return null;let r=0,o=e.length;for(;r<o;){const i=r+o>>>1,c=e[i];c&&n(c)<t?r=i+1:o=i}const a=e[r-1],s=e[r];return a?s&&Math.abs(n(s)-t)<Math.abs(n(a)-t)?s:a:s??null}function Yn(e,t,n){return Math.hypot(e*n,t)}function Zf(e,t,n,r){if(e.points.length===0)return null;const o=e.delaunay;if(!o)return null;const a=o.find(t.x*n,t.y,r??void 0),s=e.points[a];return s?{hit:{layerId:e.layerId,pointIndex:s.pointIndex,x:s.x,y:s.y,observation:s.observation},index:e,distance:Yn(s.x-t.x,s.y-t.y,n)}:null}function Jf(e,t){if(e.points.length===0||!e.delaunay||e.delaunayAspectRatio===null)return null;const n=e.delaunay.find(t.x*e.delaunayAspectRatio,t.y);return e.points[n]??null}function Zr(e,t){return{group:eh(e),related:oh(e,t)}}function eh(e){switch(e.kind){case"buckets":{const t=e.match.index;return Y(t.position)?th(t,e.match):[]}case"rects":{const t=e.match.index;return Y(t.position)?nh(t,e.match):rh(t,e.match)}case"points":case"arcs":case"polar-points":case"render-hit-test":return[]}}function th(e,t){const n=[];for(const r of t.bucket.entries)r.pointIndex!==t.hit.pointIndex&&n.push({layerId:e.layerId,pointIndex:r.pointIndex,x:r.x,y:r.y,observation:r.observation});return n}function nh(e,t){const n=[];for(const r of t.column.rects)r.pointIndex!==t.hit.pointIndex&&n.push(Wn(e,r));return n}function rh(e,t){const n=e.bands.find(o=>o.columns.includes(t.column));if(!n)return[];const r=[];for(const o of n.columns)for(const a of o.rects)a.pointIndex!==t.hit.pointIndex&&r.push(Wn(e,a));return r}function oh(e,t){const n=new Map;if(e.kind==="arcs"||e.kind==="polar-points")return n;for(const r of t){if(r.layerId!==e.match.index.layerId){sh(n,r,e.match.hit);continue}e.kind==="buckets"&&(Y(r.position)||r.kind==="buckets"&&ah(n,r,e.match))}return n}function ah(e,t,n){for(const r of n.bucket.entries){if(r.pointIndex===n.hit.pointIndex)continue;vt(e,t.layerId).push({layerId:t.layerId,pointIndex:r.pointIndex,x:r.x,y:r.y,observation:r.observation})}}function sh(e,t,n){switch(t.kind){case"buckets":{const r=Ha(t,je(t.mainAxis,n));if(!r)return;const o=vt(e,t.layerId);for(const a of r.entries)o.push({layerId:t.layerId,pointIndex:a.pointIndex,x:a.x,y:a.y,observation:a.observation});return}case"rects":{const r=qf(t,je(t.mainAxis,n));if(!r)return;const o=vt(e,t.layerId);for(const a of r.columns)for(const s of a.rects)o.push(Wn(t,s));return}case"points":{const r=Jf(t,n);if(!r)return;vt(e,t.layerId).push({layerId:t.layerId,pointIndex:r.pointIndex,x:r.x,y:r.y,observation:r.observation});return}case"arcs":case"polar-points":return;case"noop":return;case"render-hit-test":return}}function vt(e,t){let n=e.get(t);return n||(n=[],e.set(t,n)),n}function Wn(e,t){return{layerId:e.layerId,pointIndex:t.pointIndex,x:(t.xMin+t.xMax)/2,y:(t.yMin+t.yMax)/2,observation:t.observation}}function ih(e){const t=ch(e);return{kind:"arcs",layerId:e.id,position:e.position,arcs:t}}function ch(e){const t=e.data;if(t.size()===0)return[];const n=[g.xMin,g.xMax,g.yMin,g.yMax];for(const l of n)if(!t.hasVariable(l))return[];const r=t.getValues(g.xMin,{type:"numeric"}),o=t.getValues(g.xMax,{type:"numeric"}),a=t.getValues(g.yMin,{type:"numeric"}),s=t.getValues(g.yMax,{type:"numeric"}),i=[];let c=0;for(const l of t){const u=r[c],d=o[c],m=a[c],p=s[c];if(!h(u)||!h(d)||!h(m)||!h(p)){c++;continue}i.push({pointIndex:c,startAngle:u,endAngle:d,innerRadius:m,outerRadius:p,observation:l}),c++}return i}const lh=1e-9;function uh(e,t){const n=dh(e,t);n.sort((o,a)=>o.main-a.main);const r=[];for(const o of n){const a=r[r.length-1];a&&Math.abs(a.main-o.main)<=lh?a.entries.push(o.entry):r.push({main:o.main,entries:[o.entry]})}return{kind:"buckets",layerId:e.id,position:e.position,mainAxis:t,buckets:r}}function dh(e,t){const n=e.data;if(n.size()===0)return[];const o=n.hasVariable(g.x),a=n.hasVariable(g.y);if(!o||!a)return[];const s=n.getValues(g.x,{type:"numeric"}),i=n.getValues(g.y,{type:"numeric"}),c=t==="y",l=c?g.xMin:g.yMin,u=c?g.xMax:g.yMax,d=Y(e.position),m=d?n.getValues(l,{type:"numeric"}):null,p=d?n.getValues(u,{type:"numeric"}):null,f=n.hasVariable(D.group)?n.getValues(D.group,{type:"categorical"}):null,y=[];let b=0;for(const x of n){const S=s[b],w=i[b];if(!h(S)||!h(w)){b+=1;continue}const E=f?.[b]??null,_=c?w:S;if(d){const H=m?.[b],Pe=p?.[b];if(!h(H)||!h(Pe)){b+=1;continue}const T=c?Pe:S,Q=c?w:Pe;y.push({main:_,entry:{isStacked:d,pointIndex:b,x:T,y:Q,stackMin:H,stackMax:Pe,groupKey:E,observation:x}})}else y.push({main:_,entry:{isStacked:d,pointIndex:b,x:S,y:w,groupKey:E,observation:x}});b+=1}return y}function mh(e){return{kind:"noop",layerId:e.id,position:e.position}}function ph(e,t){const n={kind:"points",layerId:e.id,position:e.position,points:fh(e),delaunay:null,delaunayAspectRatio:null};return Ka(n,t),n}function Ka(e,t){e.delaunay&&e.delaunayAspectRatio===t||(e.delaunay=ts.Delaunay.from(e.points,n=>n.x*t,n=>n.y),e.delaunayAspectRatio=t)}function fh(e){const t=e.data;if(t.size()===0)return[];if(!t.hasVariable(g.x)||!t.hasVariable(g.y))return[];const n=t.getValues(g.x,{type:"numeric"}),r=t.getValues(g.y,{type:"numeric"}),o=[];let a=0;for(const s of t){const i=n[a],c=r[a];a+=1,!(!h(i)||!h(c))&&o.push({pointIndex:o.length,x:i,y:c,observation:s})}return o}function hh(e){return{kind:"polar-points",layerId:e.id,position:e.position,points:yh(e)}}function yh(e){const t=e.data;if(t.size()===0)return[];if(!t.hasVariable(g.x)||!t.hasVariable(g.y))return[];const n=t.getValues(g.x,{type:"numeric"}),r=t.getValues(g.y,{type:"numeric"}),o=[];let a=0;for(const s of t){const i=n[a],c=r[a];a+=1,!(!h(i)||!h(c))&&o.push({pointIndex:o.length,angle:i,radius:c,observation:s})}return o}const gh=1e6;function bh(e,t){const n=vh(e,t);n.sort((i,c)=>i.mainMid-c.mainMid);const r=new Map,o=new Map;for(const i of n){const c=Jr(i.mainMid);let l=r.get(c);if(!l){l={mainMid:i.mainMid,columnKey:c,rects:[]},r.set(c,l);const u=Jr(i.bandCenter);let d=o.get(u);d||(d={bandCenter:i.bandCenter,bandKey:u,columns:[]},o.set(u,d)),d.columns.push(l)}l.rects.push(i.entry)}const a=[...r.values()].sort((i,c)=>i.mainMid-c.mainMid),s=[...o.values()].sort((i,c)=>i.bandCenter-c.bandCenter);for(const i of s)i.columns.sort((c,l)=>c.mainMid-l.mainMid);return{kind:"rects",layerId:e.id,position:e.position,mainAxis:t,columns:a,bands:s}}function Jr(e){return String(Math.round(e*gh))}function vh(e,t){const n=e.data;if(n.size()===0)return[];if(!(n.hasVariable(g.xMin)&&n.hasVariable(g.xMax)&&n.hasVariable(g.yMin)&&n.hasVariable(g.yMax)))return[];const o=n.getValues(g.xMin,{type:"numeric"}),a=n.getValues(g.xMax,{type:"numeric"}),s=n.getValues(g.yMin,{type:"numeric"}),i=n.getValues(g.yMax,{type:"numeric"}),c=t==="y",l=c?g.y:g.x,u=n.hasVariable(l)?n.getValues(l,{type:"numeric"}):null,d=n.hasVariable(D.group)?n.getValues(D.group,{type:"categorical"}):null,m=[];let p=0;for(const f of n){const y=o[p],b=a[p],x=s[p],S=i[p];if(!h(y)||!h(b)||!h(x)||!h(S)){p++;continue}const w=c?(x+S)/2:(y+b)/2,E=u?.[p]??w;m.push({mainMid:w,bandCenter:E,entry:{pointIndex:p,xMin:y,xMax:b,yMin:x,yMax:S,segmentKey:d?.[p]??null,observation:f}}),p++}return m}function Sh(e){const t=new Map;let n=0;for(const r of e.data)t.set(It(r),{pointIndex:n,observation:r}),n++;return{kind:"render-hit-test",layerId:e.id,position:e.position,byKey:t}}function eo(e,t,n){switch(e.spatialMap.kind){case"points":return ph(e,n);case"buckets":return uh(e,to(t));case"rects":return bh(e,to(t));case"arcs":return ih(e);case"polar-points":return hh(e);case"noop":return mh(e);case"render-hit-test":return Sh(e);default:{const r=e.spatialMap.kind;throw new Error(`buildLayerIndex: unhandled spatial-map kind ${String(r)}`)}}}function to(e){if(e.type!=="cartesian")throw new Error("buildLayerIndex: a bucket or rect hit-test requires a cartesian coord system");return e.mainAxis}const X=Math.PI*2,xh=1e-9;function wh(e,t,n){if(e.arcs.length===0)return null;const{angle:r,radius:o}=Ah(t,n);for(const a of e.arcs)if(!(o<a.innerRadius||o>a.outerRadius)&&Th(r,a))return{hit:{layerId:e.layerId,pointIndex:a.pointIndex,x:(a.startAngle+a.endAngle)/2,y:(a.innerRadius+a.outerRadius)/2,observation:a.observation},index:e};return null}function Ah(e,t){const n=e.x-.5,r=e.y-.5,o=t>=1?n*2*t:n*2,a=t>=1?r*2:r*2/t,s=Math.hypot(o,a);return{angle:(Math.atan2(o,a)%X+X)%X,radius:s}}function Th(e,t){const n=t.endAngle-t.startAngle;if(Math.abs(n)>=X-xh)return!0;const r=(n%X+X)%X;return((e-t.startAngle)%X+X)%X<=r}function Mh(e,t,n){if(e.points.length===0)return null;const r=t.x-.5,o=t.y-.5,a=n>=1?r*2*n:r*2,s=n>=1?o*2:o*2/n;let i=e.points[0];if(!i)return null;let c=Number.POSITIVE_INFINITY;for(const l of e.points){const u=l.radius*Math.sin(l.angle),d=l.radius*Math.cos(l.angle),m=Math.hypot(u-a,d-s);m<c&&(c=m,i=l)}return{hit:{layerId:e.layerId,pointIndex:i.pointIndex,x:i.angle,y:i.radius,observation:i.observation},index:e,distance:c}}function Lh(e,t,n){const r=n.get(e.layerId);if(!r)return null;const o=r({x:t.x,y:1-t.y});if(!o)return null;const a=e.byKey.get(o.key);return a?{hit:{layerId:e.layerId,pointIndex:a.pointIndex,x:t.x,y:t.y,observation:a.observation},index:e}:null}function Vh(e,t,n){if(e.buckets.length===0)return null;const{main:r,cross:o}=Pp(e.mainAxis,t),a=Ha(e,r),s=a?.entries??[];if(!a||!ao(s))return null;const i=Ch(s,o,e.mainAxis);return{hit:{layerId:e.layerId,pointIndex:i.pointIndex,x:i.x,y:i.y,observation:i.observation},index:e,bucket:a,distance:Yn(i.x-t.x,i.y-t.y,n)}}function Eh(e,t,n){if(e.columns.length===0)return null;const r=je(e.mainAxis,t),o=Qf(e,r),a=o?.rects??[];if(!o||!ao(a))return null;const s=Y(e.position)?kh(a,t,e.mainAxis):Ih(a,t,n);return{hit:{layerId:e.layerId,pointIndex:s.pointIndex,x:(s.xMin+s.xMax)/2,y:(s.yMin+s.yMax)/2,observation:s.observation},index:e,column:o,distance:za(s,t,n)}}function kh(e,t,n){const r=Ft(n,t);return Hn(e,a=>_h(a,n,r),{shortCircuitOnZero:!0})}function Ih(e,t,n){return Hn(e,o=>za(o,t,n))}function Ch(e,t,n){return Hn(e,o=>Math.abs(Ft(n,o)-t))}function Hn(e,t,{shortCircuitOnZero:n=!1}={}){let r=e[0],o=t(r);if(n&&o===0)return r;for(let a=1;a<e.length;a+=1){const s=e[a];if(s===void 0)continue;const i=t(s);if(n&&i===0)return s;i<o&&(r=s,o=i)}return r}function za(e,t,n){const r=ln(t.x,e.xMin,e.xMax),o=ln(t.y,e.yMin,e.yMax);return Yn(r,o,n)}function _h(e,t,n){const r=t==="x"?e.yMin:e.xMin,o=t==="x"?e.yMax:e.xMax;return ln(n,r,o)}function ln(e,t,n){return e<t?t-e:e>n?e-n:0}const Fh=new Map,Dh=.05;function Rh({layers:e,cursor:t,aspectRatio:n,warmStarts:r,hitTesters:o=Fh}){const a={match:null,distance:Number.POSITIVE_INFINITY},s={match:null,distance:Number.POSITIVE_INFINITY};let i=null;for(const c of e){if(c.kind==="arcs"){const u=wh(c,t,n);return u?{kind:"arcs",match:u}:null}if(c.kind==="polar-points"){const u=Mh(c,t,n);return u?{kind:"polar-points",match:u}:null}if(c.kind==="render-hit-test"){const u=Lh(c,t,o);u&&(i={kind:"render-hit-test",match:u});continue}const l=Nh({layer:c,cursor:t,aspectRatio:n,warmStarts:r});if(l){if(l.kind==="rects"){l.match.distance<a.distance&&(a.match=l,a.distance=l.match.distance);continue}l.match.distance<s.distance&&(s.match=l,s.distance=l.match.distance)}}return i||Ph({rect:a,continuous:s})}function Ph({rect:e,continuous:t}){return e.match&&t.match?t.distance<=e.distance+Dh?t.match:e.match:e.match??t.match}function Nh({layer:e,cursor:t,aspectRatio:n,warmStarts:r}){switch(e.kind){case"buckets":{const o=Vh(e,t,n);return o?{kind:"buckets",match:o}:null}case"rects":{const o=Eh(e,t,n);return o?{kind:"rects",match:o}:null}case"points":{const o=r.get(e.layerId)??null,a=Zf(e,t,n,o);return a?{kind:"points",match:a}:null}case"noop":return null}}const me={primary:null,group:[],related:new Map},Oh=1;class Bh{constructor({layers:t,coordSystem:n}){this.layerIndexes=[],this.layerRefs=[],this.aspectRatio=Oh,this.warmStarts=new Map,this.cachedState=me,this.cachedKey=null,this.nonInteractiveLayerIds=new Set,this.hitTesters=new Map,this.layerIndexes=t.map(r=>eo(r,n,this.aspectRatio)),this.layerRefs=t.map(r=>no(r,n)),this.nonInteractiveLayerIds=ro(t)}update({layers:t,coordSystem:n}){const r=new Map;for(let s=0;s<this.layerIndexes.length;s+=1){const i=this.layerIndexes[s],c=this.layerRefs[s];!i||!c||r.set(i.layerId,{index:i,ref:c})}const o=[],a=[];for(const s of t){const i=r.get(s.id),c=no(s,n);if(i!==void 0&&$h(i.ref,c)){o.push(i.index),a.push(i.ref);continue}this.warmStarts.delete(s.id),o.push(eo(s,n,this.aspectRatio)),a.push(c)}for(const s of this.warmStarts.keys())t.some(i=>i.id===s)||this.warmStarts.delete(s);this.layerIndexes=o,this.layerRefs=a,this.nonInteractiveLayerIds=ro(t),this.invalidateCache()}setViewport(t){this.aspectRatio=t.width/t.height;for(const n of this.layerIndexes)n.kind==="points"&&Ka(n,this.aspectRatio)}setHitTesters(t){this.hitTesters=t}hoverByKey(t,n){const r=this.layerIndexes.find(l=>l.layerId===t);if(!r||r.kind!=="render-hit-test")return me;const o=r.byKey.get(n);if(!o)return me;const a={layerId:t,pointIndex:o.pointIndex,x:0,y:0,observation:o.observation},s={kind:"render-hit-test",match:{hit:a,index:r}},{group:i,related:c}=Zr(s,this.layerIndexes);return{primary:a,group:i,related:c}}query(t){if(this.layerIndexes.length===0)return me;const n=this.nonInteractiveLayerIds.size===0?this.layerIndexes:this.layerIndexes.filter(c=>!this.nonInteractiveLayerIds.has(c.layerId)),r=Rh({layers:n,aspectRatio:this.aspectRatio,warmStarts:this.warmStarts,hitTesters:this.hitTesters,cursor:t});if(!r)return this.invalidateCache(),me;const o=r.match.hit;this.warmStarts.set(o.layerId,o.pointIndex);const a=`${o.layerId}:${o.pointIndex}`;if(this.cachedKey===a)return this.cachedState;const{group:s,related:i}=Zr(r,n);return this.cachedKey=a,this.cachedState={primary:o,group:s,related:i},this.cachedState}invalidateCache(){this.cachedKey=null,this.cachedState=me}}function no(e,t){return{data:e.data,geom:e.geom,position:e.position,coord:t}}function ro(e){const t=new Set;for(const n of e)n.interactive||t.add(n.id);return t}function $h(e,t){return e.data===t.data&&e.geom===t.geom&&e.position===t.position&&e.coord===t.coord}const Gh=({locale:e,intlOptions:t})=>R(n=>Intl.DateTimeFormat(e,{day:"numeric",month:"long",year:"numeric",weekday:"long",...P,...t}).format(n)),Uh=({locale:e,intlOptions:t})=>R(n=>{const r=n.getUTCSeconds()!==0;return Intl.DateTimeFormat(e,{day:"2-digit",month:"short",year:"numeric",weekday:"short",hour:"2-digit",minute:"2-digit",second:r?"2-digit":void 0,...P,...t}).format(n)}),At=e=>{const{valueFormat:t}=e;switch(t.type){case"currency":return wa(e);case"date":return Gh(e);case"datetime":return Uh(e);case"day_month":return Ma(e);case"decimal":return kn(e);case"duration":return In();case"integer":return Aa(e);case"month":return La(e);case"month_year":return Fn(e);case"percentage":return Ta(e);case"quarter":return Dn();case"text":return En();case"time":return ka(e);case"weekly_date_range":return Va(e);case"weekly_date_range_with_year":return Ea(e);case"year":return Rn(e);case"lookup":return At({...e,valueFormat:t.fallback});default:{const n=t;throw new Error(`Unhandled value format: ${n.type}`)}}},Yh={type:"decimal"},Wh=({layers:e,coordSystem:t,scales:n,guides:r,numberFormat:o,parsingLocale:a,hover:s,formattingLocale:i})=>{const{primary:c}=s;if(c===null)return null;const l=i??a;return{header:Hh({layers:e,coordSystem:t,guides:r,primary:c,locale:l,numberFormat:o}),rows:Kh({layers:e,coordSystem:t,scales:n,guides:r,hover:s,locale:l,numberFormat:o})}};function Hh(e){if(e.coordSystem.type!=="cartesian")return null;const t=Dt(e.guides,"x");if(!t)return null;const n=e.layers.find(s=>s.id===e.primary.layerId);if(!n)return null;const r=n.semanticMap.encodings.find(s=>s.aesthetic==="x");if(!r)return null;const o=e.primary.observation[r.variable];return h(o)?At({valueFormat:t.valueFormat,locale:e.locale,numberFormat:e.numberFormat})(o):null}function Kh(e){const t=[],n=e.scales.color??null,r=qh({guides:e.guides,locale:e.locale,numberFormat:e.numberFormat});for(const o of e.layers){const a=Xh(o,e.hover);if(a.length===0)continue;if(o.semanticMap.detailRows.length>0){const{primary:p}=e.hover;p!==null&&p.layerId===o.id&&t.push(...zh({layer:o,observation:p.observation,coordSystem:e.coordSystem,locale:e.locale,numberFormat:e.numberFormat}));continue}const s=Qo(o.data,o.mapping),i=jh(a,o,n,s),c=cl(o.semanticMap),l=C({valueFormat:Zh(o),locale:e.locale,numberFormat:e.numberFormat}),u=Qh(e.guides,o),d=o.mapping.color!==void 0,m=Xe(o.swatchShape,e.coordSystem);for(const p of i){const f=d?s(p.observation):null,y=dn(p.observation)??null,b=po(p.observation),x=d&&f!==null?r(f):u,S=Jh(c,p),w=S===null?"":l(S,p.observation);t.push({swatchColor:y,swatchShape:m,swatchLineType:b,label:x,value:w,isPrimary:p===e.hover.primary,key:`${p.layerId}:${p.pointIndex}`})}}return t}function zh(e){const t=Xe(e.layer.swatchShape,e.coordSystem);return e.layer.semanticMap.detailRows.map((n,r)=>{const o=C({valueFormat:n.valueFormat,locale:e.locale,numberFormat:e.numberFormat}),a=e.observation[n.variable]??null;return{swatchColor:null,swatchShape:t,swatchLineType:"solid",label:n.label,value:a===null?"":o(a,e.observation),isPrimary:!1,key:`${e.layer.id}:detail:${r}`}})}function Xh(e,t){const n=[];return t.primary!==null&&t.primary.layerId===e.id&&n.push(t.primary,...t.group),n.push(...t.related.get(e.id)??[]),n}function jh(e,t,n,r){if(n===null||t.mapping.color===void 0)return e;const o=new Map;return n.domain.forEach((a,s)=>{o.set(V(a),s)}),e.map((a,s)=>{const i=r(a.observation),c=i===null?null:V(i),l=c===null?Number.POSITIVE_INFINITY:o.get(c)??Number.POSITIVE_INFINITY;return{hit:a,originalIndex:s,rank:l}}).sort((a,s)=>a.rank===s.rank?a.originalIndex-s.originalIndex:a.rank-s.rank).map(a=>a.hit)}function qh({guides:e,locale:t,numberFormat:n}){const r=new Map(e.colorGroups.map(a=>[V(a.value),{label:a.label,format:At({valueFormat:a.valueFormat,locale:t,numberFormat:n})}])),o=At({valueFormat:{type:"text"},locale:t,numberFormat:n});return a=>{const s=r.get(V(a));return s===void 0?o(a):s.label??s.format(a)}}function Qh(e,t){const n=et(t.yScaleType);return Dt(e,n)?.label??""}function Zh(e){return e.semanticMap.encodings.find(n=>n.aesthetic==="y")?.valueFormat??Yh}function Jh(e,t){return e(t.observation).encodings.find(r=>r.aesthetic==="y")?.value??null}const ey={lilac:"linear-gradient(94deg, #C9C0F7 -2.94%, #F6E6FD 92.51%)",neon_pink:"linear-gradient(93deg, #E04A95 2.61%, #FD7F92 97.51%)",blackberry:"linear-gradient(132deg, #9F9FED 2.98%, #B9E6FF 97.65%)",sun:"linear-gradient(139deg, #FCDB61 5.51%, #FB9C65 97.21%)",iceland:"linear-gradient(94deg, #29CDA8 -2.94%, #52C9D2 92.51%)",sunset:"linear-gradient(138deg, #FCDB62 5.77%, #FD8091 99.91%)",ultraviolet:"linear-gradient(132deg, #D167D8 2.98%, #6584E6 97.65%)",purple:"linear-gradient(203.63deg, #BBADFD 15.22%, #BE9AF0 81.52%)",ice_cream:"linear-gradient(119.34deg, #FC7E91 3.68%, #FCD1B1 116.76%)",mint:"linear-gradient(93.55deg, #25CDA5 -6.07%, #58C8D8 113.6%)",cool:"linear-gradient(93.55deg, #3F8EEB -6.07%, #58C8D8 113.6%)",fresh:"linear-gradient(114.37deg, #A4A4EE 4.32%, #58C8D8 87.71%)"};function Xa(...e){let t={},n;const[r,...o]=e;h(r)&&!ny(r)?(t=r,n=o):n=e;const a={mapping:t,layers:[],scales:[],transforms:[],highlights:[],config:{}};return n.reduce((s,i)=>ja(s,i),a)}function ty(e,...t){return t.reduce((n,r)=>ja(n,r),e)}function ny(e){return typeof e=="object"&&e!==null&&"type"in e}function ja(e,t){switch(t.type){case"scale":return{...e,scales:[...e.scales,t]};case"coord":return{...e,coords:t};case"config":return{...e,config:oo({},e.config,t.config)};case"layer":return{...e,layers:[...e.layers,t]};case"transform":return{...e,transforms:[...e.transforms,t]};case"mapping":return{...e,mapping:{...e.mapping,...t.mapping}};case"highlight":return{...e,highlights:[...e.highlights,t]};case"annotation":return{...e,annotations:{...e.annotations,custom:[...e.annotations?.custom??[],t.annotation]}};default:{const n=t;throw new Error(`Unknown spec item type: ${n.type}`)}}}function ry(e){const t={};for(const r of e.geoms??[]){const o=r;t[o.type]=(a={})=>({type:"layer",geom:o.type,mapping:a.aes,stat:a.stat,params:{...o.defaultParams,...a.params},position:a.position,yScaleType:a.yScaleType,transforms:a.transforms,interactive:a.interactive,dataLabels:a.dataLabels})}const n={};for(const r of e.annotations??[]){const o=r;n[o.type]=a=>(oy(o,a.coordinates),{type:"annotation",annotation:{id:a.id,type:o.type,coordinates:a.coordinates,params:{...o.defaultParams,...a.params},zOrder:a.zOrder}})}return{geom:{...I,...t},annotation:n,createSpec:Xa}}function oy(e,t){const n=e.coordinates;if(n!==void 0){if(n.min!==void 0&&t.length<n.min)throw new Error(`Annotation '${e.type}' requires at least ${n.min} coordinate(s), got ${t.length}.`);if(n.max!==void 0&&t.length>n.max)throw new Error(`Annotation '${e.type}' accepts at most ${n.max} coordinate(s), got ${t.length}.`)}}function ay(e,t={}){return{type:"highlight",id:t.id,predicate:e,scope:t.scope,layerIndex:t.layerIndex}}function sy(e){return{mapping:e.mapping,layers:e.layers,scales:e.scales.map(cy),transforms:e.transforms,highlights:e.highlights.map(t=>iy(t,e.layers)),coords:e.coords,config:e.config}}function iy(e,t){const n=e.layerId?t.findIndex(r=>r.id===e.layerId):-1;return{type:"highlight",id:e.id,predicate:e.predicate,scope:e.scope,layerIndex:n>=0?n:void 0}}function cy(e){return e.scaleType==="palette"?ly(e):e}function ly(e){return{...e,palette:uy(e.palette)}}function uy(e){return e.type==="custom"?{type:"custom",id:e.id}:e}class dy{constructor(t={}){this.undoStack=[],this.redoStack=[],this.listeners=new Set,this.isEmitting=!1,this.cachedSnapshot=null,this.maxHistorySize=t.maxHistorySize??100}apply(t,n){return this.withReentrancyGuard(()=>{const r=t.apply(n);return r?(this.undoStack.push({command:t,revert:r.revert}),this.redoStack=[],this.undoStack.length>this.maxHistorySize&&this.undoStack.shift(),this.emit({type:"apply",command:t,spec:r.spec}),r.spec):n})}undo(t){return this.withReentrancyGuard(()=>{const n=this.undoStack.pop();if(!n)return null;const r=n.revert.apply(t);return r?(this.redoStack.push({command:n.command,revert:r.revert}),this.emit({type:"undo",command:n.command,spec:r.spec}),{spec:r.spec,command:n.command}):(this.undoStack.push(n),null)})}redo(t){return this.withReentrancyGuard(()=>{const n=this.redoStack.pop();if(!n)return null;const r=n.revert.apply(t);return r?(this.undoStack.push({command:n.command,revert:r.revert}),this.emit({type:"redo",command:n.command,spec:r.spec}),{spec:r.spec,command:n.command}):(this.redoStack.push(n),null)})}clear(){this.withReentrancyGuard(()=>{this.undoStack=[],this.redoStack=[],this.emit({type:"clear"})})}getSnapshot(){return this.cachedSnapshot||(this.cachedSnapshot={canUndo:this.undoStack.length>0,canRedo:this.redoStack.length>0,undoDescription:this.undoStack[this.undoStack.length-1]?.command.metadata.description??null,redoDescription:this.redoStack[this.redoStack.length-1]?.command.metadata.description??null}),this.cachedSnapshot}subscribe(t){return this.listeners.add(t),()=>this.listeners.delete(t)}withReentrancyGuard(t){if(this.isEmitting)throw new Error("CommandStack: cannot call apply/undo/redo/clear from within a listener");this.isEmitting=!0;try{return t()}finally{this.isEmitting=!1}}emit(t){this.cachedSnapshot=null;for(const n of this.listeners)try{n(t)}catch(r){console.error("CommandStack listener error:",r)}}}function Se(e){return{id:e.id??crypto.randomUUID(),timestamp:e.timestamp??Date.now(),description:e.description,author:e.author??"unknown"}}class Kn{constructor(t,n={}){this.type="set-axis-position",this.params=t,this.metadata=Se({...n,description:`Set ${t.axis} axis position to ${t.position}`})}apply(t){const{axis:n,position:r}=this.params,o=qe(t,{config:{axes:{[n]:{position:r}}}}),a=n==="x"?{axis:"x",position:t.config.axes.x.position}:{axis:"y",position:t.config.axes.y.position},s=new Kn(a,this.metadata);return{spec:o,revert:s}}}class zn{constructor(t,n={}){this.type="set-content-caption",this.params=t,this.metadata=Se({...n,description:"Set chart caption"})}apply(t){const n=t.config.content.caption;if(n===this.params.caption)return null;const r=qe(t,{config:{content:{caption:this.params.caption}}}),o=new zn({caption:n},this.metadata);return{spec:r,revert:o}}}class Xn{constructor(t,n={}){this.type="set-content-subtitle",this.params=t,this.metadata=Se({...n,description:"Set chart subtitle"})}apply(t){const n=t.config.content.subtitle;if(n===this.params.subtitle)return null;const r=qe(t,{config:{content:{subtitle:this.params.subtitle}}}),o=new Xn({subtitle:n},this.metadata);return{spec:r,revert:o}}}class jn{constructor(t,n={}){this.type="set-content-title",this.params=t,this.metadata=Se({...n,description:"Set chart title"})}apply(t){const n=t.config.content.title;if(n===this.params.title)return null;const r=qe(t,{config:{content:{title:this.params.title}}}),o=new jn({title:n},this.metadata);return{spec:r,revert:o}}}class qn{constructor(t,n={}){this.type="set-headline-show",this.params=t,this.metadata=Se({...n,description:`Set headline show to ${t.show}`})}apply(t){const n=t.config.headline.show,r=qe(t,{config:{headline:{show:this.params.show}}}),o=new qn({show:n},this.metadata);return{spec:r,revert:o}}}class Qn{constructor(t,n={}){this.type="set-line-width",this.params=t,this.metadata=Se({...n,description:`Set line width to ${t.lineWidth}`})}apply(t){const n=this.params.layerId?Wd(t.layers,this.params.layerId):pa(t.layers,"line","area");if(!Yd(n,"line","area"))return null;const r=n.params.lineWidth,o=Hd(t,n.id,{...n,params:{...n.params,lineWidth:this.params.lineWidth}}),a=new Qn({layerId:n.id,lineWidth:r},this.metadata);return{spec:o,revert:a}}}function my(e,t){return e.scales.find(n=>n.scaledAesthetic===t)}function py(e,t,n){const r=e.scales.map(o=>o.scaledAesthetic===t?n:o);return{...e,scales:r}}function fy(e){const t=e.replace(/([A-Z])/g," $1").toLowerCase();return t.charAt(0).toUpperCase()+t.slice(1)}class Zn{constructor(t,n={}){this.type="set-scale-domain",this.params=t,this.metadata=Se({...n,description:`Set ${fy(t.scaledAesthetic)} scale domain`})}apply(t){const n=my(t,this.params.scaledAesthetic);if(!n||n.scaleType!=="continuous"&&n.scaleType!=="datetime")return null;const r={min:n.domainMin??null,max:n.domainMax??null},o={...n,...this.params.domainMin!==void 0&&{domainMin:this.params.domainMin},...this.params.domainMax!==void 0&&{domainMax:this.params.domainMax}},a=py(t,this.params.scaledAesthetic,o),s={scaledAesthetic:this.params.scaledAesthetic};this.params.domainMin!==void 0&&(s.domainMin=r.min),this.params.domainMax!==void 0&&(s.domainMax=r.max);const i=new Zn(s,this.metadata);return{spec:a,revert:i}}}const Jn=500,er="normal",qa={thin:100,hairline:100,extraLight:200,ultraLight:200,light:300,normal:400,regular:400,medium:500,semiBold:600,demiBold:600,bold:700,extraBold:800,ultraBold:800,black:900,heavy:900,extraBlack:950,ultraBlack:950},hy=e=>{const t=e.style??er,n=e.weight??Jn,r=e.family.includes(",")?e.family:`'${e.family}'`;return`${t} ${n} ${e.size}px ${r}`},yy=e=>typeof e=="string"?e:Qa(e),Qa=e=>e.text!==void 0?e.text:e.content?e.content.map(Qa).join(""):"",Za=e=>typeof e!="string"?e??Jn:qa[e],gy="\0";class by{constructor(t){this.inner=t,this.cache=new Map}measureText(t,n){const r=this.getCacheKey(t,n),o=this.cache.get(r);if(o)return o;const a=this.inner.measureText(t,n);return this.cache.set(r,a),a}getCacheKey(t,n){return[n.family,n.size,Za(n.weight),n.style??er,t].join(gy)}}const vy={" ":.25,"!":.27,'"':.36,"#":.6,$:.56,"%":.78,"&":.66,"'":.21,"(":.31,")":.31,"*":.44,"+":.56,",":.22,"-":.36,".":.22,"/":.35,0:.56,1:.56,2:.56,3:.56,4:.56,5:.56,6:.56,7:.56,8:.56,9:.56,":":.22,";":.22,"<":.56,"=":.56,">":.56,"?":.46,"@":.88,A:.63,B:.63,C:.65,D:.69,E:.56,F:.53,G:.7,H:.7,I:.26,J:.44,K:.62,L:.53,M:.84,N:.7,O:.73,P:.6,Q:.73,R:.62,S:.56,T:.56,U:.69,V:.6,W:.88,X:.58,Y:.56,Z:.58,"[":.29,"\\":.35,"]":.29,"^":.56,_:.44,"`":.33,a:.53,b:.58,c:.48,d:.58,e:.54,f:.31,g:.56,h:.57,i:.23,j:.23,k:.52,l:.23,m:.87,n:.57,o:.57,p:.58,q:.58,r:.35,s:.45,t:.34,u:.57,v:.49,w:.74,x:.49,y:.49,z:.46,"{":.33,"|":.26,"}":.33,"~":.56},Sy=.55,xy=1.05,wy=.84,Ay=.21;class Ty{measureText(t,n){let r=0;for(const i of t)r+=(vy[i]??Sy)*n.size;Za(n.weight)>=qa.semiBold&&(r*=xy);const a=wy*n.size,s=Ay*n.size;return{width:r,height:a+s,ascent:a,descent:s}}}function My(e,t,n){const r=e[t];return typeof r=="number"?r:n??null}function Ly(e,t,n){const r=e[t];return typeof r=="string"?r:n??null}class Vy{constructor(){this.columnTypes=new Map,this.kindColumns=new Map,this.rows=[]}kind(t,n){if(this.kindColumns.has(t))throw new Error(`createMarkTable: kind "${t}" is already declared.`);for(const[r,o]of Object.entries(n)){const a=this.columnTypes.get(r);if(a!==void 0&&a!==o)throw new Error(`createMarkTable: column "${r}" is declared as both "${a}" and "${o}".`);this.columnTypes.set(r,o)}return this.kindColumns.set(t,Object.keys(n)),this}push(t,n){const r=this.kindColumns.get(t);if(!r)throw new Error(`createMarkTable: cannot push to undeclared kind "${t}".`);for(const o of r)if(!(o in n))throw new Error(`createMarkTable: row for kind "${t}" is missing column "${o}".`);for(const o of Object.keys(n))if(!r.includes(o))throw new Error(`createMarkTable: column "${o}" is not declared for kind "${t}".`);return this.rows.push({kind:t,values:n}),this}toDataset(t){const{kindColumn:n}=t;if(this.columnTypes.has(n))throw new Error(`createMarkTable: kindColumn "${n}" collides with a declared column.`);const r={[n]:{type:"categorical",values:this.rows.map(o=>o.kind)}};for(const[o,a]of this.columnTypes)r[o]={type:a,values:this.rows.map(s=>{const i=s.values[o];return i===void 0?null:i})};return new M(r)}}function Ey(){return new Vy}function ky(e){return{type:e.type,defaultParams:e.defaultParams??{},coordinates:e.coordinates}}function Iy(e,t,n,r,o){const a=n-t;return a===0?r:r+(e-t)/a*(o-r)}exports.BORDER_PRESETS=ia;exports.BORDER_PRESET_GRADIENTS=ey;exports.BUILTIN_GEOM_NAMES=zo;exports.COMPILER_STAGE_KEYS=Vm;exports.CachedTextMeasurer=by;exports.CommandStackManager=dy;exports.Compiler=Sa;exports.DEFAULT_COLOR_PALETTE=wn;exports.DEFAULT_FONT_STYLE=er;exports.DEFAULT_FONT_WEIGHT=Jn;exports.DEFAULT_LOCALE=Lt;exports.Dataset=M;exports.GEOM_NAMES=Ko;exports.GROUP_VARIABLES=D;exports.Geom=Ce;exports.HeuristicTextMeasurer=Ty;exports.HoverEngine=Bh;exports.LAYOUT_PADDING=Da;exports.LayoutCompiler=Ip;exports.MONO_BASES=ra;exports.NEON_BASES=oa;exports.POSITION_VARIABLES=g;exports.RESTING_HOVER_STATE=me;exports.SetAxisPositionCommand=Kn;exports.SetContentCaptionCommand=zn;exports.SetContentSubtitleCommand=Xn;exports.SetContentTitleCommand=jn;exports.SetHeadlineShowCommand=qn;exports.SetLineWidthCommand=Qn;exports.SetScaleDomainCommand=Zn;exports.SpecResolver=ya;exports.VISUAL_VARIABLES=ie;exports.buildAverageLineSymbols=Dp;exports.buildDataLabelsContent=vf;exports.buildFontString=hy;exports.buildLayerYValueFormatter=Ya;exports.buildTooltipContent=Wh;exports.computeDifferenceArrow=Lf;exports.computeDirectLabelsLayout=Ef;exports.computeFreeformArrow=Xf;exports.config=ca;exports.convertSpecToInput=sy;exports.coord=N;exports.createAlphaValueReader=Zc;exports.createColorValueReader=Qo;exports.createCompiler=Em;exports.createEmptyHighlight=Zo;exports.createGraphyBuilder=ry;exports.createGroupValueReader=Jc;exports.createLabelValueReader=qc;exports.createMarkTable=Ey;exports.createRawValueReader=W;exports.createSegmentYReader=Sn;exports.createSizeValueReader=Qc;exports.createSpec=Xa;exports.createStrokeWidthValueReader=el;exports.createValueFormatter=C;exports.createXValueReader=vn;exports.createYValueReader=qo;exports.defineAnnotation=ky;exports.extractConstantValue=ee;exports.extractPlainText=yy;exports.extractVariableName=v;exports.findAxisGuide=Dt;exports.findLegendForAesthetic=Of;exports.formatHeadline=kf;exports.formatLegends=Pf;exports.formatRuleValue=Bf;exports.geom=I;exports.getAlpha=fs;exports.getAngleExtent=Ga;exports.getColor=dn;exports.getCrossAxisCoordinate=Ft;exports.getDifferenceArrowDimensions=Bn;exports.getGroup=Ee;exports.getIdentityKey=It;exports.getLineType=po;exports.getMainAxisCoordinate=je;exports.getRadiusExtent=Ua;exports.getSize=mo;exports.getStrokeWidth=hs;exports.getX=_e;exports.getXMax=Le;exports.getXMin=ze;exports.getY=te;exports.getYMax=j;exports.getYMin=ge;exports.getYRaw=Oo;exports.highlight=ay;exports.interpolateInScaledInterval=Iy;exports.isBuiltinGeomName=Xo;exports.isCartesian=Np;exports.isCompilerCachingEnabled=rs;exports.isDefined=h;exports.isGraphConfig=aa;exports.isLayerOf=km;exports.isStackedPosition=Y;exports.mapping=ss;exports.pipe=ty;exports.prefixInternalVariable=A;exports.readAesthetic=un;exports.readNumber=My;exports.readString=Ly;exports.resolveHeadlinePlacement=Vp;exports.resolveSegmentYSource=tt;exports.resolveYScaleAesthetic=et;exports.scale=he;exports.setCompilerCachingEnabled=ns;exports.sortByXIfContinuous=Vt;exports.stat=An;exports.transform=fe;exports.variableFor=$;