semiotic 3.8.4 → 3.8.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (222) hide show
  1. package/CLAUDE.md +9 -5
  2. package/README.md +52 -46
  3. package/ai/behaviorContracts.cjs +2 -2
  4. package/ai/componentMetadata.cjs +2 -2
  5. package/ai/dist/mcp-server.js +6 -2
  6. package/ai/examples.md +211 -2
  7. package/ai/schema.json +1388 -14
  8. package/ai/surface-manifest.json +8 -4
  9. package/ai/system-prompt.md +1 -1
  10. package/dist/chunk-chartContainerDataAudit-FEOD5GTQ.module.min.js +2 -0
  11. package/dist/chunk-chunk-2CHN2TA3.module.min.js +1 -0
  12. package/dist/chunk-chunk-2JGJ5GUG.module.min.js +1 -0
  13. package/dist/chunk-chunk-3NGIKFD6.module.min.js +1 -0
  14. package/dist/chunk-chunk-3SHB24AG.module.min.js +1 -0
  15. package/dist/chunk-chunk-4MMOOYTX.module.min.js +2 -0
  16. package/dist/chunk-chunk-75OTQSXS.module.min.js +1 -0
  17. package/dist/chunk-chunk-A5GRQUOF.module.min.js +1 -0
  18. package/dist/chunk-chunk-AAF5LZAU.module.min.js +2 -0
  19. package/dist/{chunk-chunk-LQBSXO7K.module.min.js → chunk-chunk-ARZGA4LJ.module.min.js} +1 -1
  20. package/dist/chunk-chunk-CAFLML4L.module.min.js +2 -0
  21. package/dist/chunk-chunk-CO5KQMGH.module.min.js +1 -0
  22. package/dist/chunk-chunk-FHBN7OEB.module.min.js +2 -0
  23. package/dist/{chunk-chunk-KQ546MKE.module.min.js → chunk-chunk-GFTVACTO.module.min.js} +1 -1
  24. package/dist/chunk-chunk-IP2UE74X.module.min.js +1 -0
  25. package/dist/chunk-chunk-ITDWLZXV.module.min.js +2 -0
  26. package/dist/chunk-chunk-LPSPATPC.module.min.js +1 -0
  27. package/dist/chunk-chunk-OM6NWS4H.module.min.js +2 -0
  28. package/dist/chunk-chunk-PX5YQGDP.module.min.js +2 -0
  29. package/dist/chunk-chunk-Q2BS46W2.module.min.js +2 -0
  30. package/dist/{chunk-chunk-FBGHXL72.module.min.js → chunk-chunk-RA7JCG7D.module.min.js} +1 -1
  31. package/dist/chunk-chunk-RNUHEXZA.module.min.js +2 -0
  32. package/dist/chunk-chunk-ROZWKEUG.module.min.js +1 -0
  33. package/dist/chunk-chunk-SMVD3EQJ.module.min.js +2 -0
  34. package/dist/chunk-chunk-T2FKJD4O.module.min.js +2 -0
  35. package/dist/chunk-chunk-UDREYOLV.module.min.js +1 -0
  36. package/dist/chunk-chunk-VOWE3SAP.module.min.js +2 -0
  37. package/dist/chunk-chunk-VQPNBUSW.module.min.js +2 -0
  38. package/dist/{chunk-chunk-7RYBCTK5.module.min.js → chunk-chunk-WAWCIHFJ.module.min.js} +1 -1
  39. package/dist/{chunk-chunk-F7WFPD4O.module.min.js → chunk-chunk-WYARAXHR.module.min.js} +1 -1
  40. package/dist/{chunk-chunk-JDXT6ORT.module.min.js → chunk-chunk-XP3OHHFX.module.min.js} +1 -1
  41. package/dist/chunk-chunk-XV3KGYTR.module.min.js +2 -0
  42. package/dist/chunk-chunk-YC2IVEPX.module.min.js +1 -0
  43. package/dist/chunk-chunk-ZXIXAPRE.module.min.js +2 -0
  44. package/dist/components/ChartContainer.d.ts +10 -0
  45. package/dist/components/ai/chartCapabilities.d.ts +3 -1
  46. package/dist/components/ai/chartCapabilityTypes.d.ts +14 -0
  47. package/dist/components/chartContainerDataAudit.d.ts +10 -0
  48. package/dist/components/charts/custom/XYCustomChart.d.ts +3 -0
  49. package/dist/components/charts/geo/DistanceCartogram.d.ts +30 -4
  50. package/dist/components/charts/index.d.ts +4 -0
  51. package/dist/components/charts/network/ForceDirectedGraph.d.ts +36 -1
  52. package/dist/components/charts/ordinal/BarChart.d.ts +7 -14
  53. package/dist/components/charts/ordinal/GaugeChart.d.ts +3 -0
  54. package/dist/components/charts/ordinal/GroupedBarChart.d.ts +3 -0
  55. package/dist/components/charts/ordinal/StackedBarChart.d.ts +3 -0
  56. package/dist/components/charts/ordinal/SwimlaneChart.d.ts +4 -14
  57. package/dist/components/charts/physics/CrucibleChart.capability.d.ts +8 -0
  58. package/dist/components/charts/physics/CrucibleChart.d.ts +63 -0
  59. package/dist/components/charts/physics/crucibleBodyRenderers.d.ts +27 -0
  60. package/dist/components/charts/physics/crucibleChartProps.d.ts +90 -0
  61. package/dist/components/charts/physics/crucibleChrome.d.ts +47 -0
  62. package/dist/components/charts/physics/crucibleController.d.ts +59 -0
  63. package/dist/components/charts/physics/crucibleEffects.d.ts +30 -0
  64. package/dist/components/charts/physics/cruciblePhysics.d.ts +54 -0
  65. package/dist/components/charts/physics/crucibleProgram.d.ts +38 -0
  66. package/dist/components/charts/physics/crucibleTypes.d.ts +415 -0
  67. package/dist/components/charts/shared/chartSpecCore.d.ts +10 -4
  68. package/dist/components/charts/shared/crucibleWireSchema.d.ts +5 -0
  69. package/dist/components/charts/shared/diagnoseTypes.d.ts +10 -0
  70. package/dist/components/charts/shared/gaugeGradient.d.ts +4 -8
  71. package/dist/components/charts/shared/gradient.d.ts +35 -0
  72. package/dist/components/charts/shared/hatchFill.d.ts +3 -10
  73. package/dist/components/charts/shared/hooks.d.ts +2 -50
  74. package/dist/components/charts/shared/knownChartComponents.d.ts +1 -1
  75. package/dist/components/charts/shared/streamPropsHelpers.d.ts +1 -2
  76. package/dist/components/charts/shared/useChartLegend.d.ts +58 -0
  77. package/dist/components/charts/shared/useChartSetup.d.ts +5 -0
  78. package/dist/components/charts/shared/useCustomChartSetup.d.ts +6 -1
  79. package/dist/components/charts/shared/useNetworkChartSetup.d.ts +1 -0
  80. package/dist/components/charts/shared/useStreamingLegend.d.ts +1 -1
  81. package/dist/components/charts/xy/AreaChart.d.ts +25 -42
  82. package/dist/components/charts/xy/BumpChart.capability.d.ts +11 -0
  83. package/dist/components/charts/xy/BumpChart.d.ts +161 -0
  84. package/dist/components/charts/xy/DifferenceChart.d.ts +3 -10
  85. package/dist/components/charts/xy/Heatmap.d.ts +3 -0
  86. package/dist/components/charts/xy/LineChart.d.ts +6 -8
  87. package/dist/components/data/auditData.d.ts +51 -0
  88. package/dist/components/data/dataAuditPresentation.d.ts +18 -0
  89. package/dist/components/data/dataAuditSources.d.ts +9 -0
  90. package/dist/components/data/numericContracts.d.ts +59 -0
  91. package/dist/components/data/numericFieldProfiler.d.ts +23 -0
  92. package/dist/components/geometry/bumpRibbonGeometry.d.ts +36 -0
  93. package/dist/components/legendLayout.d.ts +19 -1
  94. package/dist/components/recipes/netEnsembleLayout.d.ts +167 -0
  95. package/dist/components/recipes/netEnsembleOverlays.d.ts +20 -0
  96. package/dist/components/recipes/wordTrails.d.ts +156 -0
  97. package/dist/components/recipes/wordTrailsProgressiveReveal.d.ts +42 -0
  98. package/dist/components/semiotic-ai-core.d.ts +3 -0
  99. package/dist/components/semiotic-ai-data-audit.d.ts +4 -0
  100. package/dist/components/semiotic-ai.d.ts +9 -6
  101. package/dist/components/semiotic-geo.d.ts +1 -0
  102. package/dist/components/semiotic-network.d.ts +1 -0
  103. package/dist/components/semiotic-ordinal.d.ts +2 -0
  104. package/dist/components/semiotic-physics.d.ts +2 -0
  105. package/dist/components/semiotic-realtime-core.d.ts +1 -0
  106. package/dist/components/semiotic-recipes-core.d.ts +4 -0
  107. package/dist/components/semiotic-server-edge.d.ts +1 -1
  108. package/dist/components/semiotic-server.d.ts +1 -1
  109. package/dist/components/semiotic-utils-core.d.ts +3 -0
  110. package/dist/components/semiotic-xy.d.ts +4 -0
  111. package/dist/components/semiotic.d.ts +5 -5
  112. package/dist/components/server/renderEvidence.d.ts +27 -0
  113. package/dist/components/server/serverChartConfigs.d.ts +2 -0
  114. package/dist/components/server/serverChartConfigsPhysics.d.ts +9 -0
  115. package/dist/components/server/serverChartConfigsXY.d.ts +1 -0
  116. package/dist/components/server/staticAnnotations.d.ts +12 -0
  117. package/dist/components/server/staticLegend.d.ts +4 -2
  118. package/dist/components/server/staticSVGChrome.d.ts +4 -4
  119. package/dist/components/stream/GeoPipelineStore.d.ts +1 -0
  120. package/dist/components/stream/GeoSVGOverlay.d.ts +11 -10
  121. package/dist/components/stream/NetworkSVGOverlay.d.ts +2 -6
  122. package/dist/components/stream/OrdinalSVGOverlay.d.ts +2 -6
  123. package/dist/components/stream/SVGOverlay.d.ts +2 -6
  124. package/dist/components/stream/StalenessBadge.d.ts +2 -6
  125. package/dist/components/stream/geoCartogram.d.ts +7 -0
  126. package/dist/components/stream/geoTypes.d.ts +20 -8
  127. package/dist/components/stream/legendRenderer.d.ts +2 -6
  128. package/dist/components/stream/networkFrameHandleTypes.d.ts +4 -0
  129. package/dist/components/stream/ordinalTypes.d.ts +7 -31
  130. package/dist/components/stream/physics/PhysicsKernel.d.ts +1 -0
  131. package/dist/components/stream/physics/PhysicsSVGOverlay.d.ts +2 -6
  132. package/dist/components/stream/physics/PhysicsSettledSVG.d.ts +8 -0
  133. package/dist/components/stream/physics/StreamPhysicsTypes.d.ts +2 -6
  134. package/dist/components/stream/pipelineConfig.d.ts +7 -15
  135. package/dist/components/stream/renderers/canvasRenderHelpers.d.ts +9 -69
  136. package/dist/components/stream/renderers/cornerRadii.d.ts +2 -9
  137. package/dist/components/stream/renderers/thresholdLineSegments.d.ts +12 -0
  138. package/dist/components/stream/sceneToSVGShared.d.ts +3 -5
  139. package/dist/components/stream/types.d.ts +32 -56
  140. package/dist/components/stream/xySceneBuilders/areaGradient.d.ts +4 -20
  141. package/dist/components/stream/xySceneBuilders/types.d.ts +6 -6
  142. package/dist/components/types/legendTypes.d.ts +15 -6
  143. package/dist/components/useChartContainerDataAudit.d.ts +7 -0
  144. package/dist/geo.min.js +1 -1
  145. package/dist/geo.module.min.js +1 -1
  146. package/dist/network.min.js +1 -1
  147. package/dist/network.module.min.js +1 -1
  148. package/dist/ordinal.min.js +1 -1
  149. package/dist/ordinal.module.min.js +1 -1
  150. package/dist/physics.min.js +1 -1
  151. package/dist/physics.module.min.js +1 -1
  152. package/dist/physicsWorker.js +1 -1
  153. package/dist/realtime.min.js +1 -1
  154. package/dist/realtime.module.min.js +1 -1
  155. package/dist/semiotic-ai-core.d.ts +3 -0
  156. package/dist/semiotic-ai-core.min.js +1 -1
  157. package/dist/semiotic-ai-core.module.min.js +1 -1
  158. package/dist/semiotic-ai.d.ts +9 -6
  159. package/dist/semiotic-ai.min.js +1 -1
  160. package/dist/semiotic-ai.module.min.js +1 -1
  161. package/dist/semiotic-experimental.min.js +1 -1
  162. package/dist/semiotic-experimental.module.min.js +1 -1
  163. package/dist/semiotic-geo.d.ts +1 -0
  164. package/dist/semiotic-network.d.ts +1 -0
  165. package/dist/semiotic-ordinal.d.ts +2 -0
  166. package/dist/semiotic-physics.d.ts +2 -0
  167. package/dist/semiotic-realtime-core.d.ts +1 -0
  168. package/dist/semiotic-realtime-core.min.js +1 -1
  169. package/dist/semiotic-realtime-core.module.min.js +1 -1
  170. package/dist/semiotic-recipes-core.d.ts +4 -0
  171. package/dist/semiotic-recipes-core.min.js +1 -1
  172. package/dist/semiotic-recipes-core.module.min.js +1 -1
  173. package/dist/semiotic-recipes.min.js +1 -1
  174. package/dist/semiotic-recipes.module.min.js +1 -1
  175. package/dist/semiotic-server-edge.d.ts +1 -1
  176. package/dist/semiotic-server-edge.min.js +1 -1
  177. package/dist/semiotic-server-edge.module.min.js +1 -1
  178. package/dist/semiotic-server-node.min.js +1 -1
  179. package/dist/semiotic-server-node.module.min.js +1 -1
  180. package/dist/semiotic-server.d.ts +1 -1
  181. package/dist/semiotic-utils-core.d.ts +3 -0
  182. package/dist/semiotic-utils-core.min.js +1 -1
  183. package/dist/semiotic-utils-core.module.min.js +1 -1
  184. package/dist/semiotic-utils.min.js +1 -1
  185. package/dist/semiotic-utils.module.min.js +1 -1
  186. package/dist/semiotic-xy.d.ts +4 -0
  187. package/dist/semiotic.d.ts +5 -5
  188. package/dist/semiotic.min.js +1 -1
  189. package/dist/semiotic.module.min.js +1 -1
  190. package/dist/server.min.js +1 -1
  191. package/dist/server.module.min.js +1 -1
  192. package/dist/xy.min.js +1 -1
  193. package/dist/xy.module.min.js +1 -1
  194. package/package.json +2 -2
  195. package/dist/chunk-chunk-3ILKBVVQ.module.min.js +0 -1
  196. package/dist/chunk-chunk-6TPGFL7M.module.min.js +0 -2
  197. package/dist/chunk-chunk-7KZJUTKP.module.min.js +0 -2
  198. package/dist/chunk-chunk-ANYDWOZF.module.min.js +0 -1
  199. package/dist/chunk-chunk-AQPQN2HH.module.min.js +0 -2
  200. package/dist/chunk-chunk-ASKSE5F5.module.min.js +0 -1
  201. package/dist/chunk-chunk-AVBI6GDT.module.min.js +0 -1
  202. package/dist/chunk-chunk-B3DRZPBK.module.min.js +0 -2
  203. package/dist/chunk-chunk-BFHUYEOS.module.min.js +0 -2
  204. package/dist/chunk-chunk-C57LR3YG.module.min.js +0 -1
  205. package/dist/chunk-chunk-F5V4UIE6.module.min.js +0 -2
  206. package/dist/chunk-chunk-FP44FHFO.module.min.js +0 -2
  207. package/dist/chunk-chunk-HKXUAEPJ.module.min.js +0 -2
  208. package/dist/chunk-chunk-ICEXPNDC.module.min.js +0 -2
  209. package/dist/chunk-chunk-JMVEIZXP.module.min.js +0 -1
  210. package/dist/chunk-chunk-KHCOJMGK.module.min.js +0 -1
  211. package/dist/chunk-chunk-LRIFN2HK.module.min.js +0 -1
  212. package/dist/chunk-chunk-MFHF4J2Z.module.min.js +0 -1
  213. package/dist/chunk-chunk-N6VKKF3A.module.min.js +0 -2
  214. package/dist/chunk-chunk-NEVE562N.module.min.js +0 -1
  215. package/dist/chunk-chunk-NKZ75IM5.module.min.js +0 -2
  216. package/dist/chunk-chunk-PLIDPQNG.module.min.js +0 -2
  217. package/dist/chunk-chunk-QGZGZI4X.module.min.js +0 -1
  218. package/dist/chunk-chunk-RP7WTID5.module.min.js +0 -1
  219. package/dist/chunk-chunk-S7KLNUO6.module.min.js +0 -1
  220. package/dist/chunk-chunk-SR4ZXOWR.module.min.js +0 -2
  221. package/dist/chunk-statisticalOverlays-QGDLRUHX.module.min.js +0 -1
  222. package/dist/chunk-statisticalOverlays-T77OKLDY.module.min.js +0 -1
@@ -0,0 +1,2 @@
1
+ "use client";
2
+ import{getMinMax as e}from"./chunk-chunk-JJ2OOIET.module.min.js";import{createStore as t,useTheme as n,useThemeSelector as r}from"./chunk-chunk-WCX6U47H.module.min.js";import{glyphFractionClipRect as o,glyphPlacement as i,resolveGlyphPaint as a}from"./chunk-chunk-KTWEBFMX.module.min.js";import{useHydrationLifecycle as s}from"./chunk-chunk-ACLDBMRH.module.min.js";import{useReducedMotion as l}from"./chunk-chunk-YHNZCPOZ.module.min.js";var c={fresh:1,aging:1.5,stale:3};function u(e,t,n={}){return Number.isFinite(t)&&t>0?Number.isNaN(e)?"fresh":e===1/0?"expired":0>e||t*(n.fresh??1)>e?"fresh":t*(n.aging??1.5)>e?"aging":t*(n.stale??3)>e?"stale":"expired":"fresh"}function d(e,t,n){if(null!=e)return"function"==typeof e?e(t,n):"object"==typeof e&&null!==e&&"constant"in e?e.constant:t[e]}function h(e){const{data:t,encoding:n}=e,r=[],o=new Map;return t.forEach((e,t)=>{const i=d(n.id,e,t);if(null==i||""===i)throw Error(`[semiotic] Motion encoding row ${t} resolved an empty id.`);const a=i+"";if(o.has(a))throw Error(`[semiotic] Duplicate motion encoding id "${a}".`);const s=d(n.process?.group,e,t),l=d(n.process?.stage,e,t),c=d(n.accessible?.group,e,t)??(null!=s?s+"":null!=l?l+"":void 0),u={};for(const r of Object.keys(n.evidence??{}))u[r]=d(n.evidence?.[r],e,t);const h={id:a,datum:e,time:{arrival:d(n.time?.arrival,e,t),basis:n.time?.basis,unit:n.time?.unit},placement:{x:d(n.placement?.x,e,t),y:d(n.placement?.y,e,t),lane:d(n.placement?.lane,e,t),space:n.placement?.space},kinematics:{velocityX:d(n.kinematics?.velocityX,e,t),velocityY:d(n.kinematics?.velocityY,e,t),space:n.kinematics?.space},process:{group:s,stage:l,target:d(n.process?.target,e,t),work:d(n.process?.work,e,t)},evidence:u,accessible:{description:d(n.accessible?.description,e,t),group:c,label:d(n.accessible?.label,e,t)??a}};r.push(h),o.set(a,h)}),{rows:r,byId:o}}function f(e){const t=e.now-e.arrival;return{age:t,progress:Number.isFinite(t)&&Number.isFinite(e.ttl)&&e.ttl>0?Math.max(0,t)/e.ttl:t===1/0&&Number.isFinite(e.ttl)&&e.ttl>0?1/0:0,lifecycle:u(t,e.ttl,e.thresholds)}}function y(e){const t=Math.max(0,Math.min(1,e.minOpacity??.1));if(Number.isNaN(e.age))return 1;if(e.age===1/0)return t;if(!Number.isFinite(e.extent)||0>=e.extent)return 1;const n=Math.max(0,e.age);if("step"===e.type)return(e.threshold??.5*e.extent)>n?1:t;if("exponential"===e.type){const r=e.halfLife??e.extent/2;return t+Math.pow(.5,n/(r>0?r:e.extent/2))*(1-t)}return t+Math.max(0,Math.min(1,1-n/e.extent))*(1-t)}function p(e,t){const n=Number.isFinite(e)?e:0,r=Number.isFinite(t)?t:0;return{velocityX:n,velocityY:r,speed:Math.hypot(n,r),direction:Math.atan2(r,n)}}function m(e,t,n){return Number.isFinite(n)&&n>0?p((t.x-e.x)/n,(t.y-e.y)/n):p(0,0)}function g(e){return{type:"hatch",background:e.background,stroke:e.stroke,lineWidth:e.lineWidth,spacing:e.spacing,angle:e.angle}}var b=null;function x(e={},t){const{background:n="transparent",stroke:r="#000",lineWidth:o=1.5,spacing:i=6,angle:a=45}=e,s={background:n,stroke:r,lineWidth:o,spacing:i,angle:a},l=Math.max(8,Math.ceil(2*i));let c;try{c=function(e){return"undefined"!=typeof OffscreenCanvas?new OffscreenCanvas(e,e):(b||(b=document.createElement("canvas")),b.width=e,b.height=e,b)}(l)}catch{return g(s)}const u=c.getContext("2d");if(!u)return g(s);n&&"transparent"!==n?(u.fillStyle=n,u.fillRect(0,0,l,l)):u.clearRect(0,0,l,l),u.strokeStyle=r,u.lineWidth=o,u.lineCap="square";const d=a*Math.PI/180;if(45===a||-45===a){const e=a>0?1:-1;for(let t=-l;2*l>=t;t+=i)u.beginPath(),u.moveTo(t,0),u.lineTo(t+e*l,l),u.stroke()}else{u.save(),u.translate(l/2,l/2),u.rotate(d);const e=2*l;for(let t=-e;e>=t;t+=i)u.beginPath(),u.moveTo(-e,t),u.lineTo(e,t),u.stroke();u.restore()}return(t||u).createPattern(c,"repeat")}import{jsx as v,jsxs as k}from"react/jsx-runtime";function w(e){return"object"==typeof e&&null!==e&&"hatch"===e.type}function $(e){return["hatch",e.background??"transparent",e.stroke??"#000",e.lineWidth??1.5,e.spacing??6,e.angle??45,e.lineOpacity??1].join("|")}function M(e,t){let n=2166136261;const r=$(t);for(let e=0;r.length>e;e++)n^=r.charCodeAt(e),n=Math.imul(n,16777619);return`${e}-hatch-${(n>>>0).toString(36)}`}var A=new Map;function S(e,t){const{background:n="transparent",stroke:r="#000",lineWidth:o=1.5,spacing:i=6,angle:a=45,lineOpacity:s=1}=e,l=Math.max(8,Math.ceil(2*i));return k("pattern",{id:t,width:l,height:l,patternUnits:"userSpaceOnUse",patternTransform:0!==a?`rotate(${a})`:void 0,children:[n&&"transparent"!==n&&v("rect",{width:l,height:l,fill:n}),v("line",{x1:0,y1:0,x2:0,y2:l,stroke:r,strokeWidth:o,strokeOpacity:s}),v("line",{x1:i,y1:0,x2:i,y2:l,stroke:r,strokeWidth:o,strokeOpacity:s})]},t)}function W(e,t,n="#4e79a7"){if(w(e)){const n=M(t,e);return{fill:`url(#${n})`,def:S(e,n)}}return e&&"string"==typeof e?{fill:e}:{fill:n}}import*as C from"react";var[j,N]=t(e=>({observations:[],maxObservations:100,version:0,pushObservation(t){e(e=>{const n=e.observations;return n.push(t),n.length>e.maxObservations&&n.shift(),{version:e.version+1}})},clearObservations(){e(()=>({observations:[],version:0}))}}));function I(e){const t=N(e=>e.pushObservation),n=C.useCallback(n=>{e.onObservation?.(n),t?.(n)},[e,t]);return C.useMemo(()=>({...e,onObservation:n}),[n,e])}function O(e){const t=e.provenance,n=e.id??e.stableId??t?.stableId;return null==n||""===n?void 0:n+""}function R(e,t={}){const n=O(e);return{"data-semiotic-annotation-widget":"",...n?{"data-semiotic-annotation-id":n}:{},onClickCapture(r){const o=function(e){const t=e.nativeEvent;return"touch"===t.pointerType?"touch":0===t.detail?"keyboard":"pointer"}(r);t.onAnnotationActivate?.({annotation:e,annotationId:n,chartId:t.chartId,inputType:o}),n&&t.onObservation&&t.onObservation({type:"annotation-activate",annotationId:n,inputType:o,timestamp:Date.now(),chartType:t.chartType??"unknown",chartId:t.chartId})}}}function L(e){return e instanceof Element&&null!=e.closest("[data-semiotic-annotation-widget]")}import{jsx as P,jsxs as F}from"react/jsx-runtime";var z="var(--semiotic-bg, #ffffff)";function T(e,t){return(e+"").length*t*.6}function D(e){const{x:t,y:n,text:r,fill:o,fontSize:i=12,fontWeight:a,fontFamily:s,textAnchor:l="start",dominantBaseline:c,background:u,className:d}=e,h=function(e){return void 0===e||!0===e||"halo"===e?{type:"halo"}:!1===e||"none"===e?null:"box"===e?{type:"box"}:{type:e.type??"halo",...e}}(u),f=e=>P("text",{x:t,y:n,textAnchor:l,dominantBaseline:c,fill:o,fontSize:i,fontWeight:a,fontFamily:s,className:d,...e?{stroke:e.stroke,strokeWidth:e.strokeWidth,paintOrder:"stroke"}:{},children:r});if(!h)return f();if("halo"===h.type)return f({stroke:h.fill??z,strokeWidth:h.haloWidth??3});const y=h.padding??{x:6,y:3},p="number"==typeof y?y:y.x,m="number"==typeof y?y:y.y,g=T(r,i),b=i+2*m;let x,v;return x="middle"===l?t-g/2-p:"end"===l?t-g-p:t-p,v="middle"===c||"central"===c?n-b/2:"hanging"===c||"text-before-edge"===c?n-m:n-.8*i-m,F("g",{className:d,children:[P("rect",{x:x,y:v,width:g+2*p,height:b,rx:h.radius??3,ry:h.radius??3,fill:h.fill??z,fillOpacity:h.opacity??.85,stroke:h.stroke,strokeWidth:h.strokeWidth}),f()]})}var B=["name","label","title"],E=["type","kind","category","group","class","status","role","shape"],H=["value","amount","total","count","weight","score"],G=new Set(["x","y","z","x0","x1","y0","y1","r","cx","cy","radius","layer","row","rowindex","col","column","depth","index","order","sankeywidth","coincidentpoints","sourcelinks","targetlinks","parent","children","fx","fy","vx","vy"]);function _(e,t){for(const n of t){const t=e.find(e=>e.lower===n);if(t)return t}}function q(e,t={}){if(!e||"object"!=typeof e)return{entries:[]};const n=t.maxEntries??6,r=!1!==t.skipPositional,o=[];for(const[t,n]of Object.entries(e)){if(t.startsWith("_"))continue;if("data"===t)continue;if(r&&G.has(t.toLowerCase()))continue;if(null==n)continue;const e=typeof n;("string"===e||"number"===e||"boolean"===e||n instanceof Date)&&o.push({key:t,lower:t.toLowerCase(),value:n})}if(0===o.length)return{entries:[]};let i=o.findIndex(e=>B.includes(e.lower));const a=i>=0;0>i&&(i=o.findIndex(e=>"id"===e.lower)),0>i&&(i=o.findIndex(e=>"string"==typeof e.value));const s=0>i?void 0:o[i];let l=o.filter((e,t)=>t!==i);a&&(l=l.filter(e=>"id"!==e.lower));const c=_(l,E),u=_(l,H),d=new Set(E),h=new Set(H),f=[];c&&f.push({key:c.key,value:c.value}),u&&f.push({key:u.key,value:u.value});for(const e of l){if(f.length>=n)break;e!==c&&e!==u&&(d.has(e.lower)||h.has(e.lower)||f.push({key:e.key,value:e.value}))}return{titleKey:s?.key,title:s?.value,entries:f}}function V(e,t){return"touch"===t?Math.max(e,24):e}function Y(e){return Array.isArray(e)?e[0]:e}function U(e,t,n,r){return{data:Y(e),x:t,y:n,__semioticHoverData:!0,...r}}import{jsx as X,jsxs as Z}from"react/jsx-runtime";var K={background:"var(--semiotic-tooltip-bg, rgba(0, 0, 0, 0.85))",color:"var(--semiotic-tooltip-text, white)",padding:"8px 12px",borderRadius:"var(--semiotic-tooltip-radius, 6px)",fontSize:"var(--semiotic-tooltip-font-size, 14px)",fontFamily:"var(--semiotic-font-family, inherit)",lineHeight:"1.5",boxShadow:"var(--semiotic-tooltip-shadow, 0 2px 8px rgba(0, 0, 0, 0.15))",pointerEvents:"none",maxWidth:"300px",wordWrap:"break-word"};function J(e,t){return"function"==typeof t?t(e):e[t]}function Q(e,t){if(t)return t(e);if(null==e)return"";if("number"==typeof e){if(!Number.isFinite(e))return e+"";const t=Number.isInteger(e)?e:parseFloat(e.toPrecision(6));return Math.abs(t)>9999?t.toLocaleString():t+""}return e instanceof Date?e.toLocaleDateString():"object"==typeof e&&null!==e?void 0!==e.id?e.id+"":void 0!==e.name?e.name+"":JSON.stringify(e):e+""}function ee(e={}){const{fields:t,title:n,format:r,style:o={},className:i=""}=e;return e=>{if(!e||"object"!=typeof e)return null;let a;const s=[];if(n){const t=J(e,n);a=Q(t,r)}if(t&&t.length>0)t.forEach(t=>{let n,o,i;"string"==typeof t?(n=t,o=t,i=r):(n=t.label,o=t.accessor||t.key||"",i=t.format||r);const a=J(e,o);s.push({label:n,value:Q(a,i)})});else if(!n){const t=["value","y","name","id","label"];for(const n of t)if(void 0!==e[n]){a=Q(e[n],r);break}if(!a){const t=Object.keys(e).filter(e=>!e.startsWith("_"));t.length>0&&(a=Q(e[t[0]],r))}}const l={...K,...o};return Z("div",{className:("semiotic-tooltip "+i).trim(),style:l,children:[a&&X("div",{style:{fontWeight:s.length>0?"bold":"normal"},children:a}),s.map((e,t)=>Z("div",{style:{marginTop:0===t&&a?"4px":0},children:[e.label&&Z("span",{children:[e.label,": "]}),e.value]},t))]})}}function te(e={}){const{fields:t=[],title:n,format:r,style:o={},className:i="",showLabels:a=!0,separator:s=": "}=e;return e=>{if(!e||"object"!=typeof e)return null;const l=[];if(n){const t=J(e,n);l.push({value:Q(t,r)})}if(t&&Array.isArray(t)&&t.length>0)t.forEach(t=>{let n,o,i;"string"==typeof t?(n=t,o=t,i=r):(n=t.label,o=t.accessor||t.key||"",i=t.format||r);const s=Q(J(e,o),i);l.push({label:a?n:void 0,value:s})});else{const t=q(e,{skipPositional:!1});null!=t.title&&l.push({label:void 0,value:Q(t.title,r),bold:!0}),t.entries.forEach(e=>{l.push({label:a?e.key:void 0,value:Q(e.value,r)})})}const c={...K,...o};return Array.isArray(l)&&0!==l.length?X("div",{className:("semiotic-tooltip semiotic-tooltip-multiline "+i).trim(),style:c,children:l.map((e,t)=>Z("div",{style:{marginBottom:l.length-1>t?"4px":0,fontWeight:e.bold?"bold":void 0},children:[e.label&&Z("strong",{children:[e.label,s]}),e.value]},t))}):null}}function ne(){return e=>{const t=e.allSeries;if(!t||0===t.length)return X("div",{className:"semiotic-tooltip",style:K,children:X("div",{children:Q(e.data?.value??e.data?.y)})});const n=e.xValue??e.data?.time??e.data?.x;return Z("div",{className:"semiotic-tooltip",style:K,children:[null!=n&&X("div",{style:{fontWeight:600,marginBottom:4,fontSize:"0.9em",borderBottom:"1px solid var(--semiotic-border, #eee)",paddingBottom:4},children:Q(n)}),t.map((e,t)=>Z("div",{style:{display:"flex",alignItems:"center",gap:6,padding:"1px 0"},children:[X("span",{style:{width:8,height:8,borderRadius:"50%",backgroundColor:e.color,flexShrink:0}}),X("span",{style:{flex:1,fontSize:"0.85em"},children:e.group}),X("span",{style:{fontWeight:500,fontSize:"0.85em"},children:Q(e.value)})]},t))]})}}function re(e){if(!0!==e){if("function"==typeof e){const t=e;return e=>{let n=Y(!0===e?.__semioticHoverData||e&&void 0!==e.data&&"number"==typeof e.x&&"number"==typeof e.y&&e&&("node"===e.type||"edge"===e.type||void 0!==e.nodeOrEdge||void 0!==e.allSeries||void 0!==e.stats||void 0!==e.__chartType)?e.data??{}:e);if(!n)return null;if(("node"===e?.nodeOrEdge&&"number"==typeof n?.x0&&"number"==typeof n?.x1||"edge"===e?.nodeOrEdge&&"number"==typeof n?.sankeyWidth)&&n.data&&"object"==typeof n.data&&(n=n.data),!n)return null;const r=t(n);return null==r?null:X("div",{className:"semiotic-tooltip",style:K,children:r})}}return!1!==e&&void 0!==e&&("object"==typeof e&&null!==e&&("fields"in e||"title"in e)?ee(e):"multi"===e?("undefined"!=typeof process&&"production"!==process.env?.NODE_ENV&&console.warn('[semiotic] tooltip="multi" reached normalizeTooltip — prefer charts that set tooltipMode (LineChart, AreaChart, StackedAreaChart, DifferenceChart). Rendering MultiLineTooltip content as a fallback.'),te()):ee())}}import{createContext as oe,useContext as ie,useMemo as ae}from"react";import{scaleOrdinal as se}from"d3-scale";function le(e){return[parseInt(e.slice(1,3),16),parseInt(e.slice(3,5),16),parseInt(e.slice(5,7),16)]}function ce(e,t,n){const r=e=>e.toString(16).padStart(2,"0");return`#${r(e)}${r(t)}${r(n)}`}function ue(e){const t=e.map(le),n=t.length-1;return e=>{if(0>=e){const[e,n,r]=t[0];return ce(e,n,r)}if(e>=1){const[e,r,o]=t[n];return ce(e,r,o)}const r=e*n,o=Math.floor(r),i=r-o,[a,s,l]=t[o],[c,u,d]=t[o+1];return ce(Math.round(a+(c-a)*i),Math.round(s+(u-s)*i),Math.round(l+(d-l)*i))}}var de=["#1f77b4","#ff7f0e","#2ca02c","#d62728","#9467bd","#8c564b","#e377c2","#7f7f7f","#bcbd22","#17becf"],he=ue(["#f7fbff","#deebf7","#c6dbef","#9ecae1","#6baed6","#4292c6","#2171b5","#08519c","#08306b"]),fe=ue(["#fff5f0","#fee0d2","#fcbba1","#fc9272","#fb6a4a","#ef3b2c","#cb181d","#a50f15","#67000d"]),ye=ue(["#f7fcf5","#e5f5e0","#c7e9c0","#a1d99b","#74c476","#41ab5d","#238b45","#006d2c","#00441b"]),pe=ue(["#fff5eb","#fee6ce","#fdd0a2","#fdae6b","#fd8d3c","#f16913","#d94801","#a63603","#7f2704"]),me=ue(["#fcfbfd","#efedf5","#dadaeb","#bcbddc","#9e9ac8","#807dba","#6a51a3","#54278f","#3f007d"]),ge=ue(["#ffffff","#f0f0f0","#d9d9d9","#bdbdbd","#969696","#737373","#525252","#252525","#000000"]),be=ue(["#440154","#482878","#3e4989","#31688e","#26828e","#1f9e89","#35b779","#6ece58","#b5de2b","#fde725"]),xe=ue(["#0d0887","#41049d","#6a00a8","#8f0da4","#b12a90","#cb4679","#e16462","#f1844b","#fca636","#fcce25","#f0f921"]),ve=ue(["#000004","#160b39","#420a68","#6a176e","#932667","#bc3754","#dd513a","#f3771a","#fca50a","#f6d746","#fcffa4"]),ke=ue(["#000004","#140e36","#3b0f70","#641a80","#8c2981","#b73779","#de4968","#f7705c","#fe9f6d","#fecf92","#fcfdbf"]),we=ue(["#00224e","#123570","#3b496c","#575d6d","#707173","#8a8678","#a59c74","#c3b369","#e1cc55","#fee838","#ffea46"]),$e=ue(["#23171b","#4a58dd","#3f9ee9","#46c7af","#7eed5a","#cdf134","#fbb91f","#f56918","#c52f06","#7a0403"]),Me={blues:he,reds:fe,greens:ye,viridis:be,oranges:pe,purples:me,greys:ge,plasma:xe,inferno:ve,magma:ke,cividis:we,turbo:$e};function Ae(e){return e&&Me[e]||he}var Se=ue(["#67001f","#b2182b","#d6604d","#f4a582","#fddbc7","#f7f7f7","#d1e5f0","#92c5de","#4393c3","#2166ac","#053061"]),We=ue(["#8e0152","#c51b7d","#de77ae","#f1b6da","#fde0ef","#f7f7f7","#e6f5d0","#b8e186","#7fbc41","#4d9221","#276419"]),Ce=ue(["#40004b","#762a83","#9970ab","#c2a5cf","#e7d4e8","#f7f7f7","#d9f0d3","#a6dba0","#5aae61","#1b7837","#00441b"]),je=ue(["#543005","#8c510a","#bf812d","#dfc27d","#f6e8c3","#f5f5f5","#c7eae5","#80cdc1","#35978f","#01665e","#003c30"]),Ne=ue(["#a50026","#d73027","#f46d43","#fdae61","#fee090","#ffffbf","#e0f3f8","#abd9e9","#74add1","#4575b4","#313695"]),Ie=ue(["#a50026","#d73027","#f46d43","#fdae61","#fee08b","#ffffbf","#d9ef8b","#a6d96a","#66bd63","#1a9850","#006837"]),Oe=ue(["#9e0142","#d53e4f","#f46d43","#fdae61","#fee08b","#ffffbf","#e6f598","#abdda4","#66c2a5","#3288bd","#5e4fa2"]),Re={category10:de,tableau10:["#4e79a7","#f28e2c","#e15759","#76b7b2","#59a14f","#edc949","#af7aa1","#ff9da7","#9c755f","#bab0ab"],set3:["#8dd3c7","#ffffb3","#bebada","#fb8072","#80b1d3","#fdb462","#b3de69","#fccde5","#d9d9d9","#bc80bd","#ccebc5","#ffed6f"],...Me},Le=de,Pe="#007bff";function Fe(e,t,n=Le){if(e&&"object"==typeof e&&!Array.isArray(e)){const t=Object.values(e).filter(e=>"string"==typeof e&&e.length>0);if(t.length>0)return t}if(Array.isArray(e)&&e.length>0)return e;if("string"==typeof e){const t=Re[e];if(Array.isArray(t)&&t.length>0)return t}return t&&t.length>0?t:n}var ze=["#4e79a7","#f28e2b","#e15759","#76b7b2","#59a14f","#edc948","#b07aa1","#ff9da7","#9c755f","#bab0ac"],Te=["#f0f0f0","#b5d4ea","#f4c2a1","#b8dab2","#d4b5e0","#f9e0a2","#a8d8d8"],De=new Set(["aliceblue","antiquewhite","aqua","aquamarine","azure","beige","bisque","black","blanchedalmond","blue","blueviolet","brown","burlywood","cadetblue","chartreuse","chocolate","coral","cornflowerblue","cornsilk","crimson","cyan","darkblue","darkcyan","darkgoldenrod","darkgray","darkgreen","darkgrey","darkkhaki","darkmagenta","darkolivegreen","darkorange","darkorchid","darkred","darksalmon","darkseagreen","darkslateblue","darkslategray","darkslategrey","darkturquoise","darkviolet","deeppink","deepskyblue","dimgray","dimgrey","dodgerblue","firebrick","floralwhite","forestgreen","fuchsia","gainsboro","ghostwhite","gold","goldenrod","gray","green","greenyellow","grey","honeydew","hotpink","indianred","indigo","ivory","khaki","lavender","lavenderblush","lawngreen","lemonchiffon","lightblue","lightcoral","lightcyan","lightgoldenrodyellow","lightgray","lightgreen","lightgrey","lightpink","lightsalmon","lightseagreen","lightskyblue","lightslategray","lightslategrey","lightsteelblue","lightyellow","lime","limegreen","linen","magenta","maroon","mediumaquamarine","mediumblue","mediumorchid","mediumpurple","mediumseagreen","mediumslateblue","mediumspringgreen","mediumturquoise","mediumvioletred","midnightblue","mintcream","mistyrose","moccasin","navajowhite","navy","oldlace","olive","olivedrab","orange","orangered","orchid","palegoldenrod","palegreen","paleturquoise","palevioletred","papayawhip","peachpuff","peru","pink","plum","powderblue","purple","rebeccapurple","red","rosybrown","royalblue","saddlebrown","salmon","sandybrown","seagreen","seashell","sienna","silver","skyblue","slateblue","slategray","slategrey","snow","springgreen","steelblue","tan","teal","thistle","tomato","transparent","turquoise","violet","wheat","white","whitesmoke","yellow","yellowgreen"]);function Be(e,t,n){if("function"==typeof t){const r=t(e);return n&&r&&"string"==typeof r&&!function(e){const t=e.toLowerCase();return t.startsWith("#")||t.startsWith("rgb")||t.startsWith("hsl")||De.has(t)}(r)?n(r):r}const r=e?.[t]+"";return n?n(r):Le[Math.abs(function(e){let t=0;for(let n=0;e.length>n;n++)t=(t<<5)-t+e.charCodeAt(n),t&=t;return Math.abs(t)}(r))%Le.length]}function Ee(e,t){if(null==t||!Object.prototype.hasOwnProperty.call(e,t))return;const n=e[t];return"string"==typeof n&&n.length>0?n:void 0}function He(e,t,n="category10"){if(n&&"object"==typeof n&&!Array.isArray(n)){const e=n;return t=>Ee(e,t)??"#999"}const r=Array.from(new Set(e.map(e=>e?.[t]).filter(e=>null!=e).map(e=>e+""))),o=r.every(e=>!isNaN(Number(e)));if(Array.isArray(n))return se().domain(r).range(n).unknown("#999");const i=Re[n]||Re.category10;if(o&&"function"==typeof i){let e=-1/0;for(const t of r){const n=Number(t);n>e&&(e=n)}return t=>i(Number(t)/e)}{const e=Array.isArray(i)?i:Le;return se().domain(r).range(e).unknown("#999")}}function Ge(e,t,n=[3,20],r){let o;if(o="function"==typeof t?t(e):e?.[t],!r)return o;const[i,a]=r,[s,l]=n;if(a===i)return(s+l)/2;let c=(o-i)/(a-i);return 0>c?c=0:c>1&&(c=1),s+c*(l-s)}import{jsx as _e}from"react/jsx-runtime";var qe=oe(null);function Ve({colors:e,categories:t,colorScheme:n="category10",children:r}){const o=ae(()=>{if(e)return e;if(t){if(n&&"object"==typeof n&&!Array.isArray(n)){const e=n,r={};let o=0;for(const n of t)r[n]=Ee(e,n)??Le[o++%Le.length];return r}const e=Array.isArray(n)?n:Re[n]||Le,r={};for(let n=0;t.length>n;n++)r[t[n]]=e[n%e.length];return r}return{}},[e,t,n]);return _e(qe.Provider,{value:o,children:r})}function Ye(){return ie(qe)}Ve.displayName="CategoryColorProvider";import{useId as Ue,useMemo as Xe,useCallback as Ze}from"react";function Ke(e){const t=[];for(const[n,r]of Object.entries(e.fields))if("point"===r.type)t.push(e=>r.values.has(e[n]));else{const[e,o]=r.range;t.push(t=>{const r=t[n];return r>=e&&o>=r})}return e=>t.every(t=>t(e))}function Je(e,t){const n=[];for(const[r,o]of e.clauses)"crossfilter"===e.resolution&&r===t||n.push(Ke(o));return 0===n.length?()=>!0:"intersect"===e.resolution?e=>n.every(t=>t(e)):e=>n.some(t=>t(e))}function Qe(e,t){let n=e.get(t);return n||(n={name:t,resolution:"union",clauses:new Map},e.set(t,n)),n}function et(e,t){if(e.type!==t.type)return!1;if("interval"===e.type&&"interval"===t.type)return e.range[0]===t.range[0]&&e.range[1]===t.range[1];if("point"===e.type&&"point"===t.type){if(e.values.size!==t.values.size)return!1;for(const n of e.values)if(!t.values.has(n))return!1;return!0}return!1}var[tt,nt]=t(e=>({selections:new Map,setClause(t,n){e(e=>{const r=e.selections.get(t),o=r?.clauses.get(n.clientId);if(o&&function(e,t){if(e.clientId!==t.clientId||e.type!==t.type)return!1;const n=Object.entries(e.fields);if(n.length!==function(e){let t=0;for(const n in e)t++;return t}(t.fields))return!1;for(const[e,r]of n){const n=t.fields[e];if(!n||!et(r,n))return!1}return!0}(o,n))return{};const i=new Map(e.selections),a=Qe(i,t),s=new Map(a.clauses);return s.set(n.clientId,n),i.set(t,{...a,clauses:s}),{selections:i}})},clearClause(t,n){e(e=>{const r=e.selections.get(t);if(!r||!r.clauses.has(n))return{};const o=new Map(e.selections),i=new Map(r.clauses);return i.delete(n),o.set(t,{...r,clauses:i}),{selections:o}})},setResolution(t,n){e(e=>{const r=e.selections.get(t);if(r?.resolution===n)return{};const o=new Map(e.selections),i=Qe(o,t);return o.set(t,{...i,resolution:n}),{selections:o}})},clearSelection(t){e(e=>{const n=e.selections.get(t);if(!n||0===n.clauses.size)return{};const r=new Map(e.selections);return r.set(t,{...n,clauses:new Map}),{selections:r}})}}));import{useSyncExternalStore as rt}from"react";var ot={positions:new Map},it=new Set;function at(){for(const e of it)e()}function st(e,t){const n=ot.positions.get(e);if(n?.locked)return;if(!n||n.sourceId!==t)return;const r=new Map(ot.positions);r.delete(e),ot={positions:r},at()}function lt(e,t){const n=ot.positions.get(e);if(!n?.locked)return;if(t&&n.sourceId!==t)return;const r=new Map(ot.positions);r.delete(e),ot={positions:r},at()}function ct(){return ot}function ut(e){return it.add(e),()=>it.delete(e)}var dt={positions:new Map};function ht(){return()=>{}}function ft(){return dt}function yt(e){const t=rt(e?ut:ht,e?ct:ft,e?ct:ft);return e?t.positions.get(e)??null:null}function pt(e){const t=Ue(),n=e.clientId||t,{name:r}=e,o=nt(e=>e.selections.get(r)),i=nt(e=>e.setClause),a=nt(e=>e.clearClause),s=Xe(()=>!!o&&o.clauses.size>0,[o]);return{predicate:Xe(()=>o&&0!==o.clauses.size?Je(o,n):()=>!0,[o,n]),isActive:s,selectPoints:Ze(e=>{const t={};let o=!1;for(const[n,r]of Object.entries(e))t[n]={type:"point",values:new Set(r)},o=!0;o&&i(r,{clientId:n,type:"point",fields:t})},[n,r,i]),selectInterval:Ze(e=>{const t={};let o=!1;for(const[n,r]of Object.entries(e))t[n]={type:"interval",range:r},o=!0;o&&i(r,{clientId:n,type:"interval",fields:t})},[n,r,i]),clear:Ze(()=>{a(r,n)},[a,r,n]),clientId:n}}function mt(e,t){const n=Ue(),r=t||n,o=nt(e=>e.setClause),i=nt(e=>e.clearClause);return{selectPoints:Ze(t=>{const n={};let i=!1;for(const[e,r]of Object.entries(t))n[e]={type:"point",values:new Set(r)},i=!0;i&&o(e,{clientId:r,type:"point",fields:n})},[e,r,o]),clear:Ze(()=>i(e,r),[e,r,i]),clientId:r}}function gt(e){const t=e.name||"hover",{fields:n}=e,{predicate:r,isActive:o,selectPoints:i,clear:a}=pt({name:t,fields:n});return{onHover:Ze(e=>{if(!e)return void a();const t={};for(const r of n){const n=e[r];void 0!==n&&(t[r]=[n])}vt(t)&&i(t)},[n,i,a]),predicate:r,isActive:o}}function bt(e){return 2===e.length&&"number"==typeof e[0]&&"number"==typeof e[1]}function xt(e){const{name:t,xField:n,yField:r}=e,{predicate:o,isActive:i,selectInterval:a,clear:s}=pt({name:t,fields:[n,r].filter(Boolean)}),l=n&&r?"xyBrush":n?"xBrush":"yBrush",c=Ze(e=>{if(!e)return void s();const t={};"xyBrush"===l&&function(e){return 2===e.length&&Array.isArray(e[0])&&2===e[0].length&&Array.isArray(e[1])&&2===e[1].length}(e)?(n&&(t[n]=[Math.min(e[0][0],e[1][0]),Math.max(e[0][0],e[1][0])]),r&&(t[r]=[Math.min(e[0][1],e[1][1]),Math.max(e[0][1],e[1][1])])):"xBrush"===l&&bt(e)?n&&(t[n]=[Math.min(e[0],e[1]),Math.max(e[0],e[1])]):"yBrush"===l&&bt(e)&&r&&(t[r]=[Math.min(e[0],e[1]),Math.max(e[0],e[1])]),vt(t)&&a(t)},[l,n,r,a,s]);return{brushInteraction:Xe(()=>({brush:l,during:c,end:c}),[l,c]),predicate:o,isActive:i,clear:s}}function vt(e){for(const t in e)if(Object.prototype.hasOwnProperty.call(e,t))return!0;return!1}function kt(e,t,n){const r=nt(e=>e.selections.get(t));return Xe(()=>{if(!r||0===r.clauses.size)return e;const t=Je(r,n);return e.filter(t)},[e,r,n])}function wt(e){return!!e&&"object"==typeof e&&!Array.isArray(e)}function $t(e,t){const{when:n}=e,r=t.width,o=t.height,i=function(e){if("number"==typeof e.height&&e.height>0)return e.width/e.height}(t),a=function(e){if("number"==typeof e.height&&e.height>0)return e.height>e.width?"portrait":"landscape"}(t);return!("number"==typeof n.minWidth&&n.minWidth>r||"number"==typeof n.maxWidth&&r>n.maxWidth||"number"==typeof n.minHeight&&("number"!=typeof o||n.minHeight>o)||"number"==typeof n.maxHeight&&("number"!=typeof o||o>n.maxHeight)||"number"==typeof n.minAspectRatio&&("number"!=typeof i||n.minAspectRatio>i)||"number"==typeof n.maxAspectRatio&&("number"!=typeof i||i>n.maxAspectRatio)||n.orientation&&a!==n.orientation)}function Mt(e,t,n=e.responsiveRules){if(!Array.isArray(n)||0===n.length)return{props:e,matches:[]};const r=n.map((e,t)=>({rule:e,index:t})).filter(e=>$t(e.rule,t)).sort((e,t)=>("number"==typeof e.rule.priority?e.rule.priority:e.index)-("number"==typeof t.rule.priority?t.rule.priority:t.index));return{props:r.reduce((e,t)=>function(e,t){const n={...e,...t};for(const r of["margin","frameProps","mobileSemantics","style"])wt(e[r])&&wt(t[r])&&(n[r]={...e[r],...t[r]});return"string"==typeof e.className&&"string"==typeof t.className&&(n.className=`${e.className} ${t.className}`),n}(e,t.rule.transform),e),matches:r}}import{useMemo as At}from"react";function St(e={}){const{limit:t=50,types:n,chartId:r}=e,o=N(e=>e.version),i=N(e=>e.observations),a=N(e=>e.clearObservations),s=At(()=>{let e=i;if(n&&n.length>0){const t=new Set(n);e=e.filter(e=>t.has(e.type))}return r&&(e=e.filter(e=>e.chartId===r)),e.length>t&&(e=e.slice(e.length-t)),e},[i,n,r,t,o]);return{observations:s,latest:s.length>0?s[s.length-1]:null,clear:a}}import{createContext as Wt,useContext as Ct,useEffect as jt,useId as Nt,useLayoutEffect as It,useMemo as Ot,useRef as Rt,useState as Lt,useCallback as Pt}from"react";import*as Ft from"react";function zt(...e){let t;for(const n of e)n&&(t=Tt(t)&&Tt(n)?{legendGroups:[...t.legendGroups,...n.legendGroups],legendDistance:n.legendDistance??t.legendDistance}:n);return t}function Tt(e){return"object"==typeof e&&null!==e&&"legendGroups"in e&&Array.isArray(e.legendGroups)}function Dt(e){return"object"==typeof e&&null!==e&&"gradient"in e}function Bt(e){return Math.ceil(7*e.length)}function Et(e,t){if(Tt(e)){const n=qt(t),r=e.legendGroups.flatMap(e=>[e.label?Bt(e.label):0,...e.items.map(e=>n.swatchSize+n.labelGap+Bt(e.label))]);return Math.max(100,...r)}if(Dt(e)){const{gradient:t}=e,n=t.format||(e=>Math.round(100*e)/100+""),r=Math.max(Bt(n(t.domain[0])),Bt(n(t.domain[1]))),o=t.label?Bt(t.label):0;return Math.max(100,19+r,o)}return 100}function Ht(e){return(Tt(e)||Dt(e))&&Number.isFinite(e.legendDistance)?Math.max(0,e.legendDistance):10}function Gt(e){return Math.max(0,e?.sideGutter??0)}function _t(e,t,n){if(Dt(e))return e.gradient.label?34:26;if(!Tt(e))return 20;const r=qt(n),o=Math.max(1,n?.maxWidth??t);let i=r.rowHeight;for(const t of e.legendGroups){let e=0,n=0;for(const i of t.items){const t=r.swatchSize+r.labelGap+Bt(i.label),a=0===n?t:n+r.itemGap+t;n>0&&a>o?(e+=1,n=t):n=a}t.items.length>0&&(e+=1),i=Math.max(i,e*r.rowHeight,t.label?Bt(t.label):0)}return i+(e.legendGroups.length>1?16:0)}function qt(e){const t=Math.max(1,e?.swatchSize??16),n=Math.max(t,e?.rowHeight??22);return{swatchSize:t,labelGap:Math.max(0,e?.labelGap??6),itemGap:Math.max(0,e?.itemGap??10),rowHeight:n,align:"left"===e?.align?"start":"right"===e?.align?"end":e?.align??"start",maxWidth:e?.maxWidth}}import{jsx as Vt,jsxs as Yt}from"react/jsx-runtime";var Ut={fill:(e,t)=>Vt("rect",{style:e,width:t,height:t}),line:(e,t)=>Vt("line",{style:e,x1:0,y1:0,x2:t,y2:t})};function Xt(e,t,n,r,o){let i;return i="function"==typeof n?n(e):(0,Ut[n])(r(e,t),o),i}function Zt({swatchSize:e}){return Vt("path",{d:`M${.25*e},${.55*e} L${.45*e},${.75*e} L${.8*e},${.3*e}`,fill:"none",stroke:"white",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"})}function Kt(e,t,n){return n&&n.size>0?n.has(e.label)?1:.3:null!=t?e.label===t?1:.3:1}var Jt=(e,t,n,r,o,i,a,s,l,c,u)=>{const{type:d="fill",styleFn:h,items:f}=e,y=[];let p=0;const m=!(!t&&!n),g="isolate"===c||void 0===c&&null!=o,{swatchSize:b,labelGap:x,rowHeight:v}=u;return f.forEach((e,c)=>{const u=Xt(e,c,d,h,b),k=Kt(e,r,o),w=o&&o.size>0&&o.has(e.label);y.push(Yt("g",{transform:`translate(0,${p})`,onClick:t?()=>t(e):void 0,onMouseEnter:n?()=>n(e):void 0,onMouseLeave:n?()=>n(null):void 0,tabIndex:m?s===i&&c===a?0:-1:void 0,role:m?"option":void 0,"aria-selected":m&&g?w||!1:void 0,"aria-current":m&&!g&&null!=r&&e.label===r||void 0,"aria-label":e.label,onKeyDown:m?n=>{if("Enter"!==n.key&&" "!==n.key||(n.preventDefault(),t&&t(e)),"ArrowDown"===n.key||"ArrowUp"===n.key){n.preventDefault();const e=(c+("ArrowDown"===n.key?1:-1)+f.length)%f.length;l(s,e);const t=n.currentTarget.parentElement?.children[e];t instanceof SVGElement&&t.focus()}}:void 0,onFocus:m?t=>{l(s,c),n&&n(e);const r=t.currentTarget.querySelector(".semiotic-legend-focus-ring");r&&r.setAttribute("visibility","visible")}:void 0,onBlur:m?e=>{n&&n(null);const t=e.currentTarget.querySelector(".semiotic-legend-focus-ring");t&&t.setAttribute("visibility","hidden")}:void 0,style:{cursor:m?"pointer":"default",opacity:k,transition:"opacity 150ms ease",pointerEvents:"all",outline:"none"},children:[m&&Vt("rect",{className:"semiotic-legend-focus-ring",x:-2,y:-2,width:b+x+2+7*e.label.length,height:b+4,fill:"none",stroke:"var(--semiotic-focus, #005fcc)",strokeWidth:2,rx:3,visibility:"hidden"}),u,w&&Vt(Zt,{swatchSize:b}),Vt("text",{y:b/2,x:b+x,dominantBaseline:"central",style:{fontSize:"var(--semiotic-legend-font-size, 12px)"},fill:"var(--semiotic-text, #333)",children:e.label})]},"legend-item-"+c)),p+=v}),y};function Qt({config:e,orientation:t="vertical",width:n=100}){const{colorFn:r,domain:o,label:i,format:a}=e,s=a||(e=>Math.round(100*e)/100+""),l="grad-legend-"+Ft.useId();if("horizontal"===t){const e=12,t=Math.min(n,200),a=Math.max(0,(n-t)/2),c=[];for(let e=0;64>=e;e++){const t=e/64;c.push(Vt("stop",{offset:100*t+"%",stopColor:r(o[0]+t*(o[1]-o[0]))},e))}return Yt("g",{"aria-label":i||"Gradient legend",children:[Vt("defs",{children:Vt("linearGradient",{id:l,x1:"0%",y1:"0%",x2:"100%",y2:"0%",children:c})}),i&&Vt("text",{x:a+t/2,y:-4,textAnchor:"middle",fontSize:11,fill:"var(--semiotic-text, #333)",children:i}),Vt("rect",{x:a,y:0,width:t,height:e,fill:`url(#${l})`,rx:2}),Vt("text",{x:a,y:e+12,textAnchor:"start",fontSize:10,fill:"var(--semiotic-text-secondary, #666)",children:s(o[0])}),Vt("text",{x:a+t,y:e+12,textAnchor:"end",fontSize:10,fill:"var(--semiotic-text-secondary, #666)",children:s(o[1])})]})}const c=[];for(let e=0;64>=e;e++){const t=e/64;c.push(Vt("stop",{offset:100*t+"%",stopColor:r(o[1]-t*(o[1]-o[0]))},e))}return Yt("g",{"aria-label":i||"Gradient legend",children:[i&&Vt("text",{x:0,y:-6,textAnchor:"start",fontSize:11,fill:"var(--semiotic-text, #333)",children:i}),Vt("defs",{children:Vt("linearGradient",{id:l,x1:"0%",y1:"0%",x2:"0%",y2:"100%",children:c})}),Vt("rect",{x:0,y:0,width:14,height:100,fill:`url(#${l})`,rx:2}),Vt("text",{x:19,y:10,fontSize:10,fill:"var(--semiotic-text-secondary, #666)",children:s(o[1])}),Vt("text",{x:19,y:100,fontSize:10,fill:"var(--semiotic-text-secondary, #666)",children:s(o[0])})]})}function en(e){const{legendGroups:t,customClickBehavior:n,customHoverBehavior:r,highlightedCategory:o,isolatedCategories:i,legendInteraction:a,title:s="Legend",width:l=100,height:c=20,orientation:u="vertical",legendLayout:d}=e,h=qt(d),[f,y]=Ft.useState(0),[p,m]=Ft.useState(0),g=Ft.useCallback((e,t)=>{y(e),m(t)},[]),b="vertical"===u?(({legendGroups:e,width:t,customClickBehavior:n,customHoverBehavior:r,highlightedCategory:o,isolatedCategories:i,focusedGroupIndex:a,focusedItemIndex:s,onFocusedIndexChange:l,legendInteraction:c,metrics:u})=>{const d=[],h=function(e,t){let n=24;return e.map(({hasLabel:e,itemCount:r})=>{n+=5;const o=n;let i;n+=8,e&&(n+=16,i=n,n+=8);const a=n;return n+=r*t+8,{lineY:o,labelY:i,itemsY:a,endY:n}})}(e.map(e=>({hasLabel:!!e.label,itemCount:e.items.length})),u.rowHeight);return e.forEach((e,f)=>{const y=h[f];d.push(Vt("line",{stroke:"gray",x1:0,y1:y.lineY,x2:t,y2:y.lineY},"legend-top-line legend-symbol-"+f)),e.label&&null!=y.labelY&&d.push(Vt("text",{y:y.labelY,className:"legend-group-label",style:{fontSize:"var(--semiotic-legend-font-size, 12px)"},fill:"var(--semiotic-text, #333)",children:e.label},"legend-text-"+f)),d.push(Vt("g",{className:"legend-item",transform:`translate(0,${y.itemsY})`,children:Jt(e,n,r,o,i,a,s,f,l,c,u)},"legend-group-"+f))}),d})({legendGroups:t||[],width:l,customClickBehavior:n,customHoverBehavior:r,highlightedCategory:o,isolatedCategories:i,focusedGroupIndex:f,focusedItemIndex:p,onFocusedIndexChange:g,legendInteraction:a,metrics:h}):(({legendGroups:e,height:t,width:n,customClickBehavior:r,customHoverBehavior:o,highlightedCategory:i,isolatedCategories:a,focusedGroupIndex:s,focusedItemIndex:l,onFocusedIndexChange:c,legendInteraction:u,metrics:d})=>{let h=0;const f=[];e.forEach((e,t)=>{let y=0;e.label&&(y+=16);const p=((e,t,n,r,o,i,a,s,l,c,u,d)=>{const{type:h="fill",styleFn:f,items:y}=e,p=[],{swatchSize:m,labelGap:g,itemGap:b,rowHeight:x,align:v}=u,k=!(!t&&!n),w="isolate"===c||void 0===c&&null!=o,$=y.map(e=>m+g+7*e.label.length),M=[];let A=0,S=0;$.forEach((e,t)=>{const n=0===S?e:S+b+e;d&&d>0&&S>0&&n>d?(M.push({start:A,end:t,width:S}),A=t,S=e):S=n}),y.length>0&&M.push({start:A,end:y.length,width:S}),M.forEach((e,c)=>{let u="center"===v?Math.max(0,((d??e.width)-e.width)/2):"end"===v?Math.max(0,(d??e.width)-e.width):0;for(let d=e.start;e.end>d;d++){const e=y[d],v=Xt(e,d,h,f,m),M=Kt(e,r,o),A=o&&o.size>0&&o.has(e.label);p.push(Yt("g",{transform:`translate(${u},${c*x})`,onClick:t?()=>t(e):void 0,onMouseEnter:n?()=>n(e):void 0,onMouseLeave:n?()=>n(null):void 0,tabIndex:k?s===i&&d===a?0:-1:void 0,role:k?"option":void 0,"aria-selected":k&&w?A||!1:void 0,"aria-current":k&&!w&&null!=r&&e.label===r||void 0,"aria-label":e.label,onKeyDown:k?n=>{if("Enter"!==n.key&&" "!==n.key||(n.preventDefault(),t&&t(e)),"ArrowRight"===n.key||"ArrowLeft"===n.key){n.preventDefault();const e=(d+("ArrowRight"===n.key?1:-1)+y.length)%y.length;l(s,e);const t=n.currentTarget.parentElement?.children[e];t instanceof SVGElement&&t.focus()}}:void 0,onFocus:k?t=>{l(s,d),n&&n(e);const r=t.currentTarget.querySelector(".semiotic-legend-focus-ring");r&&r.setAttribute("visibility","visible")}:void 0,onBlur:k?e=>{n&&n(null);const t=e.currentTarget.querySelector(".semiotic-legend-focus-ring");t&&t.setAttribute("visibility","hidden")}:void 0,style:{cursor:k?"pointer":"default",opacity:M,transition:"opacity 150ms ease",pointerEvents:"all",outline:"none"},children:[k&&Vt("rect",{className:"semiotic-legend-focus-ring",x:-2,y:-2,width:m+g+2+7*e.label.length,height:m+4,fill:"none",stroke:"var(--semiotic-focus, #005fcc)",strokeWidth:2,rx:3,visibility:"hidden"}),v,A&&Vt(Zt,{swatchSize:m}),Vt("text",{y:m/2,x:m+g,dominantBaseline:"central",style:{fontSize:"var(--semiotic-legend-font-size, 12px)"},fill:"var(--semiotic-text, #333)",children:e.label})]},"legend-item-"+d)),u+=$[d]+b}});const W=Math.max(0,...M.map(e=>e.width)),C=M.length;return{items:p,offset:W,totalRows:C,totalHeight:C*x}})(e,r,o,i,a,s,l,t,c,u,d,d.maxWidth??n);y+=p.offset+5,f.push({label:e.label,...p,offset:y,totalRows:p.totalRows,totalHeight:p.totalHeight}),h+=y+12});const y=d.maxWidth??n;let p=h>y?0:"center"===d.align?Math.max(0,(y-h)/2):"end"===d.align?Math.max(0,y-h):0;const m=[];return f.forEach((n,r)=>{const o=e[r];o.label&&(m.push(Vt("text",{transform:`translate(${p},0) rotate(90)`,textAnchor:"start",className:"legend-group-label",style:{fontSize:"var(--semiotic-legend-font-size, 12px)"},fill:"var(--semiotic-text, #333)",children:o.label},"legend-text-"+r)),p+=16),m.push(Vt("g",{className:"legend-item",transform:`translate(${p},0)`,children:n.items},"legend-group-"+r)),p+=n.offset+5,e[r+1]&&m.push(Vt("line",{stroke:"gray",x1:p,y1:-8,x2:p,y2:(n.totalHeight||t)+0+8},"legend-top-line legend-symbol-"+r)),p+=12}),Vt("g",{children:m})})({legendGroups:t||[],title:s,height:c,width:l,customClickBehavior:n,customHoverBehavior:r,highlightedCategory:o,isolatedCategories:i,focusedGroupIndex:f,focusedItemIndex:p,onFocusedIndexChange:g,legendInteraction:a,metrics:h}),x=!(!n&&!r);return Yt("g",{role:x?"listbox":void 0,"aria-multiselectable":!(!x||"isolate"!==a&&(void 0!==a||null==i))||void 0,"aria-label":"Chart legend",style:{fontFamily:"var(--semiotic-font-family, sans-serif)"},children:[void 0!==s&&""!==s&&"vertical"===u&&Vt("text",{className:"legend-title",y:16,x:l/2,textAnchor:"middle",style:{fontSize:"var(--semiotic-legend-font-size, 12px)"},fill:"var(--semiotic-text, #333)",children:s}),b]})}import{useRef as tn,useState as nn,useEffect as rn}from"react";function on(e,t,n){const r=tn(null),[o,i]=nn(null);return rn(()=>{if(!t&&!n)return;const e=r.current;if(!e)return;const o=new ResizeObserver(e=>{for(const t of e){const{width:e,height:n}=t.contentRect;i(t=>t&&t.w===e&&t.h===n?t:{w:e,h:n})}});return o.observe(e),()=>o.disconnect()},[t,n]),[r,[t&&o?o.w:e[0],n&&o?o.h:e[1]]]}import{jsx as an,jsxs as sn}from"react/jsx-runtime";var ln=Wt(!1),cn=Wt(!1);function un(){return Ct(cn)}var dn=Wt(null),hn="undefined"==typeof window?jt:It;function fn(e){const t=new Set,n=[];for(const r of e)t.has(r)||(t.add(r),n.push(r));return n}function yn(e,t){if(e.length!==t.length)return!1;for(let n=0;e.length>n;n++)if(e[n]!==t[n])return!1;return!0}function pn(e){const t=Ct(dn),n=Nt(),r=fn(e),o=Rt([]);yn(o.current,r)||(o.current=r);const i=o.current;hn(()=>{if(t)return()=>t.unregisterCategories(n)},[t,n]),hn(()=>{t&&t.registerCategories(n,i)},[t,n,i])}var mn="__linked-legend-isolate__",gn="__linked-legend-highlight__";function bn({categoryColors:e,interaction:t,selectionName:n,field:r}){const o=Object.entries(e),i=o.map(([e])=>e),a=[{styleFn:e=>({fill:e.color||"#333",stroke:e.color||"#333"}),type:"fill",items:o.map(([e,t])=>({label:e,color:t})),label:""}],{selectPoints:s,clear:l}=pt({name:n,fields:[r],clientId:mn}),{selectPoints:c,clear:u}=pt({name:n,fields:[r],clientId:gn}),d=nt(e=>e.selections.get(n)),{isolatedCategories:h,highlightedCategory:f}=Ot(()=>{const e=new Set;let t=null;const n=d?.clauses.get(mn)?.fields[r];if("point"===n?.type)for(const t of n.values)e.add(t+"");const o=d?.clauses.get(gn)?.fields[r];if("point"===o?.type){const e=o.values.values().next().value;null!=e&&(t=e+"")}return{isolatedCategories:e,highlightedCategory:t}},[d,r]),y=Pt(e=>{"highlight"===t&&(e?c({[r]:[e.label]}):u())},[t,r,c,u]),p=Pt(e=>{if("isolate"!==t)return;const n=new Set(h);n.has(e.label)?n.delete(e.label):n.add(e.label),0===n.size||n.size===i.length?l():s({[r]:Array.from(n)})},[t,r,h,i.length,s,l]),[m,[g]]=on([0,0],!0,!1),b=Ot(()=>function(e,t){if(!t||0===e.length)return 1;let n=0,r=1;for(const o of e){const e=26+7*o.length;n>0&&n+e>t&&(r++,n=0),n+=e}return r}(o.map(([e])=>e),g),[o,g]);return 0===o.length?null:an("div",{ref:m,style:{width:"100%",display:"block"},children:an("svg",{width:"100%",height:Math.max(30,22*b+8),style:{display:"block",overflow:"visible"},children:an(en,{legendGroups:a,title:!1,orientation:"horizontal",width:g,height:20,customHoverBehavior:"highlight"===t?y:void 0,customClickBehavior:"isolate"===t?p:void 0,highlightedCategory:f,isolatedCategories:h})})})}function xn({children:e,selections:t,showLegend:n,legendPosition:r="top",legendInteraction:o="none",legendSelectionName:i="legend",legendField:a="category"}){const s=Ot(()=>{if(!t)return;const e=new Map;for(const[n,r]of Object.entries(t))r.resolution&&e.set(n,{name:n,resolution:r.resolution,clauses:new Map});return e.size>0?{selections:e}:void 0},[t]),l=Ye(),[c,u]=Lt({}),d=Rt({}),h=Ot(()=>({registerCategories:(e,t)=>{const n=fn(t);u(t=>yn(t[e]??[],n)?t:{...t,[e]:n})},unregisterCategories:e=>{u(t=>{if(!(e in t))return t;const n={...t};return delete n[e],n})}}),[]),f=Ot(()=>{const e=[];for(const t of Object.values(c))for(const n of t)e.push(n);return fn(e)},[c]),y=Ot(()=>{const e=l??{},t=d.current;let n=Object.keys(e).length+Object.keys(t).length;for(const r of f)e[r]||t[r]||(t[r]=Le[n%Le.length],n++);const r={...e};for(const n of f)r[n]=e[n]??t[n];return r},[l,f]),p=void 0===n||n,m=Object.keys(y).length>0;return an(tt,{initialState:s,children:an(j,{children:an(cn.Provider,{value:!0,children:an(dn.Provider,{value:h,children:an(Ve,{colors:y,children:sn(ln.Provider,{value:p&&m,children:[p&&"top"===r&&an(bn,{categoryColors:y,interaction:o,selectionName:i,field:a}),e,p&&"bottom"===r&&an(bn,{categoryColors:y,interaction:o,selectionName:i,field:a})]})})})})})})}var vn=Object.freeze([]);function kn(e){if(!e)return vn;let t=!1;for(let n=0;e.length>n;n++){const r=e[n];if(null==r||"object"!=typeof r){t=!0;break}}if(!t)return e;const n=[];for(const t of e)null!=t&&"object"==typeof t&&n.push(t);return n}var wn={data:"data",domain:"domain",layout:"layout","scene-geometry":"sceneGeometry","scene-style":"sceneStyle","data-paint":"dataPaint","interaction-paint":"interactionPaint",overlay:"overlay",accessibility:"accessibility",evidence:"evidence"};function $n(e,t){const n={...e};for(const e of t)n[wn[e]]++;return n}function Mn(e,t,n){const r=new Set(t);return{changeSet:{...e,...e.keys?{keys:[...e.keys]}:{}},changed:r,revisions:$n(n,r)}}var An=class{constructor(){this.revisions={data:0,domain:0,layout:0,sceneGeometry:0,sceneStyle:0,dataPaint:0,interactionPaint:0,overlay:0,accessibility:0,evidence:0},this.latest=Mn({kind:"initialize"},[],this.revisions),this.listeners=new Set}get last(){return this.latest}subscribe(e){return this.listeners.add(e),()=>this.listeners.delete(e)}record(e,t){const n=Mn(e,t,this.revisions);this.revisions=n.revisions,this.latest=n;for(const e of[...this.listeners])e();return n}};import{memo as Sn,useEffect as Wn,useRef as Cn}from"react";var jn={sceneGeometry:0,layout:0,domain:0};function Nn(e){const{domain:t,layout:n,sceneGeometry:r}=e.revisions;return{domain:t,layout:n,sceneGeometry:r}}function In(e,t){return{sceneGeometry:Math.max(e.sceneGeometry,t.sceneGeometry),layout:Math.max(e.layout,t.layout),domain:Math.max(e.domain,t.domain)}}var On="production"!==process.env.NODE_ENV,Rn={revisions:jn,signature:"",sawSignals:!1,wasUnconsumed:!1,warnUnconsumed:!1},Ln=class{constructor(e="scene host"){this.hostName=e,this.lastConsumed=jn,this.lastObserved=jn,this.lastDuplicateWarning="",this.lastUnconsumedWarning=""}observeUpdateResult(e){On&&(this.lastObserved=In(this.lastObserved,Nn(e)))}beforeCompute(e,t){if(!On)return Rn;const n=In(Nn(e),this.lastObserved),r=function(e){return`${e.sceneGeometry}|${e.layout}|${e.domain}`}(n),o=!((i=n).sceneGeometry===(a=this.lastConsumed).sceneGeometry&&i.layout===a.layout&&i.domain===a.domain);var i,a;return{revisions:n,signature:r,sawSignals:e.changed.has("scene-geometry")||e.changed.has("layout")||e.changed.has("domain"),wasUnconsumed:o,warnUnconsumed:!t&&o&&this.lastUnconsumedWarning!==r}}afterCompute(e,t,n){if(On){if(t&&e.wasUnconsumed&&(this.lastConsumed=e.revisions),e.warnUnconsumed&&!t)return console.warn(`[semiotic] ${this.hostName} observed scene-affecting revisions without a scene rebuild: ${e.signature}.`),void(this.lastUnconsumedWarning=e.signature);t&&e.sawSignals&&!e.wasUnconsumed&&!n&&this.lastDuplicateWarning!==e.signature?(console.warn(`[semiotic] ${this.hostName} performed scene rebuild with unchanged scene revisions: ${e.signature}.`),this.lastDuplicateWarning=e.signature):t&&!e.sawSignals&&(this.lastDuplicateWarning="")}}};function Pn(e){return Cn(new Ln(e))}function Fn(e,t,n,r=!1,o=!1){const i=e.beforeCompute(t.getLastUpdateResult(),r);n(),e.afterCompute(i,!0,o)}var zn=Sn(function({store:e,diagnostics:t}){return Wn(()=>{const n=()=>t.observeUpdateResult(e.getUpdateSnapshot());return n(),e.subscribeUpdateResult(n)},[t,e]),null});import{jsx as Tn}from"react/jsx-runtime";function Dn(e){const{legend:t,totalWidth:n,totalHeight:r,margin:o,legendPosition:i="right",legendLayout:a,legendHoverBehavior:s,legendClickBehavior:l,legendHighlightedCategory:c,legendIsolatedCategories:u,legendInteraction:d}=e;if(!t)return null;const h="top"===i||"bottom"===i,f=Math.max(0,n-o.left-o.right),y=Math.max(1,h?a?.maxWidth??f:Et(t,a)),p=Ht(t),m=Gt(a),g=_t(t,f,a);let b,x;return"left"===i?(b=o.left-m-y-p,x=o.top):"top"===i?(b=o.left,x=o.top-p-g):"bottom"===i?(b=o.left,x=r-o.bottom+p):(b=n-o.right+m+p,x=o.top),Tn("g",{transform:`translate(${b}, ${x})`,children:Dt(t)?Tn(Qt,{config:t.gradient,orientation:h?"horizontal":"vertical",width:y}):Tt(t)?Tn(en,{legendGroups:t.legendGroups,title:"",width:y,orientation:h?"horizontal":"vertical",legendLayout:a,customHoverBehavior:s,customClickBehavior:l,highlightedCategory:c,isolatedCategories:u,legendInteraction:d}):t})}import{jsx as Bn}from"react/jsx-runtime";var En={secondary:0,primary:3},Hn=".annotation-deferred{opacity:0;pointer-events:none;transition:opacity .12s ease}.stream-xy-frame:hover .annotation-deferred,.stream-ordinal-frame:hover .annotation-deferred,.stream-network-frame:hover .annotation-deferred,.stream-geo-frame:hover .annotation-deferred,.stream-xy-frame:focus-within .annotation-deferred,.stream-ordinal-frame:focus-within .annotation-deferred,.stream-network-frame:focus-within .annotation-deferred,.stream-geo-frame:focus-within .annotation-deferred{opacity:1;pointer-events:auto}@media (prefers-reduced-motion:reduce){.annotation-deferred{transition:none}}";function Gn(e){return!0===e?._annotationDeferred}function _n(e){return"blended"===e?.cohesion||"layer"===e?.cohesion?e.cohesion:null}function qn(e){const t=e?.provenance?.confidence;return"number"==typeof t&&Number.isFinite(t)?Math.max(0,Math.min(1,t)):null}function Vn(e){return Math.max(.72,.95-.06*e)}import*as Yn from"react";import{jsx as Un,jsxs as Xn}from"react/jsx-runtime";function Zn(e,t=120,n=8){if(!e)return[];const r=Math.max(1,Math.floor(t/n)),o=e.split(/\s+/),i=[];let a="";for(const e of o)a&&a.length+1+e.length>r?(i.push(a),a=e):a=a?`${a} ${e}`:e;return a&&i.push(a),i}function Kn(e,t,n,r){return"curly"===e?r?`M0,0 C${.6*n},0 ${.4*n},${t/2} ${n},${t/2} C${.4*n},${t/2} ${.6*n},${t} 0,${t}`:`M0,0 C0,${.6*n} ${t/2},${.4*n} ${t/2},${n} C${t/2},${.4*n} ${t},${.6*n} ${t},0`:r?`M0,0 L${n},0 L${n},${t} L0,${t}`:`M0,0 L0,${n} L${t},${n} L${t},0`}function Jn(e,t,n,r){if(!e)return Un("g",{className:"annotation-note"});const{label:o,title:i,orientation:a,align:s,wrap:l=120,noWrap:c}=e;if(!o&&!i)return Un("g",{className:"annotation-note"});let u=a;u||(u=Math.abs(t)>Math.abs(n)?"leftRight":"topBottom");let d=s;d&&"dynamic"!==d||(d="topBottom"===u?0>t?"right":"left":0>n?"bottom":"top");let h="start";"topBottom"===u?"right"===d?h="end":"middle"===d&&(h="middle"):h=0>t?"end":"start";const f=16,y=i?c?[i]:Zn(i,l):[],p=o?c?[o]:Zn(o,l):[],m="leftRight"===u?"end"===h?-4:4:0;let g=0;const b=[],x=r||"var(--semiotic-annotation-color, var(--semiotic-text, #333))";e.useHTML||e.html?b.push(Un("foreignObject",{className:"annotation-note-html",x:"end"===h?m-l:"middle"===h?m-l/2:m,y:-16,width:l,height:Math.max(f,(y.length+p.length)*f+(i&&o?2:0))+f,style:{overflow:"visible"},children:Xn("div",{xmlns:"http://www.w3.org/1999/xhtml",style:{color:x,fontSize:"12px",lineHeight:"16px",overflow:"visible",textAlign:"end"===h?"right":"middle"===h?"center":"left",whiteSpace:c?"nowrap":"normal",wordBreak:"break-word"},children:[i&&Un("div",{className:"annotation-note-title",style:{fontWeight:"bold"},children:i}),o&&Un("div",{className:"annotation-note-label",children:o})]})},"annotation-note-html")):(y.length>0&&(b.push(Un("text",{className:"annotation-note-title",fill:x,textAnchor:h,fontWeight:"bold",children:y.map((e,t)=>Un("tspan",{x:m,dy:0===t?0:f,children:e},t))},"annotation-note-title")),g=y.length*f),p.length>0&&b.push(Un("text",{className:"annotation-note-label",fill:x,textAnchor:h,y:g,children:p.map((e,t)=>Un("tspan",{x:m,dy:0===t?0:f,children:e},t))},"annotation-note-label")));let v=null;if((i||o)&&(0!==t||0!==n))if("topBottom"===u){const e=Math.min(l,120);let t=0,n=e;"end"===h?(t=-e,n=0):"middle"===h&&(t=-e/2,n=e/2),v=Un("line",{className:"note-line",x1:t,x2:n,y1:0,y2:0,stroke:r||"var(--semiotic-text-secondary, currentColor)"})}else{const e=(y.length+p.length)*f+(p.length>0?f:0);let t=0,n=e;"bottom"===d?(t=-e,n=0):"middle"===d&&(t=-e/2,n=e/2),v=Un("line",{className:"note-line",x1:0,x2:0,y1:t,y2:n,stroke:r||"var(--semiotic-text-secondary, currentColor)"})}const k=Math.max(0,y.length+p.length-1)*f;let w=0;return"topBottom"===u?w=0>n?-(k+2):18:"leftRight"===u&&(w="middle"===d?-(k+f+(p.length>0&&y.length>0?2:0))/2+8:"bottom"===d||0>n?-(k+2):18),Xn("g",{className:"annotation-note",transform:`translate(${t},${n})`,children:[Un("g",{className:"annotation-note-content",transform:0!==w?`translate(0,${w})`:void 0,children:b}),v]})}function Qn(e,t,n,r,o){const i=[];switch(e){case"callout-circle":{const e=(t?.radius||0)+(t?.radiusPadding||0);e>0&&i.push(Un("circle",{r:e,fill:"none",stroke:n||"var(--semiotic-text-secondary, currentColor)"},"subject-circle"));break}case"callout-rect":{const e=t?.width||0,r=t?.height||0;(e>0||r>0)&&i.push(Un("rect",{width:e,height:r,fill:"none",stroke:n||"var(--semiotic-text-secondary, currentColor)"},"subject-rect"));break}case"callout-custom":t?.custom&&i.push(...Array.isArray(t.custom)?t.custom:[t.custom]);break;case"xy-threshold":{const e=r||0,a=o||0;if(void 0!==t?.x){const r=(t.x||0)-e;i.push(Un("line",{x1:r,y1:(t.y1||0)-a,x2:r,y2:(t.y2||0)-a,stroke:n||"var(--semiotic-text-secondary, currentColor)",strokeDasharray:"5,5"},"threshold-line"))}else if(void 0!==t?.y){const r=(t.y||0)-a;i.push(Un("line",{x1:(t.x1||0)-e,y1:r,x2:(t.x2||0)-e,y2:r,stroke:n||"var(--semiotic-text-secondary, currentColor)",strokeDasharray:"5,5"},"threshold-line"))}else void 0!==t?.x1||void 0!==t?.x2?i.push(Un("line",{x1:(t.x1||0)-e,y1:0,x2:(t.x2||0)-e,y2:0,stroke:n||"var(--semiotic-text-secondary, currentColor)",strokeDasharray:"5,5"},"threshold-line")):void 0===t?.y1&&void 0===t?.y2||i.push(Un("line",{x1:0,y1:(t.y1||0)-a,x2:0,y2:(t.y2||0)-a,stroke:n||"var(--semiotic-text-secondary, currentColor)",strokeDasharray:"5,5"},"threshold-line"));break}case"bracket":{const e=t?.type||"curly",r=t?.width??t?.height;void 0!==r&&i.push(Un("path",{d:Kn(e,r,t?.depth||30,void 0===t?.width),fill:"none",stroke:n||"var(--semiotic-text-secondary, currentColor)"},"bracket-path"));break}}return Un("g",{className:"annotation-subject",children:i})}function er(e,t,n,r,o,i){const a=[];let s=0,l=0;if("callout-circle"!==o&&"label"!==o||!i?.radius){if("callout-rect"===o&&i){const n=i.width||0,r=i.height||0;if(n>0||r>0){const o=n/2,i=r/2,a=e-o,c=t-i;if(0!==a||0!==c){const e=Math.abs(a),t=Math.abs(c),u=n/2,d=r/2,h=e*d>t*u?u/e:d/t;s=o+a*h,l=i+c*h}}}else if("bracket"===o&&i){const e=i.width,t=i.height,n=i.depth||30;void 0!==e?(s=e/2,l=n):void 0!==t&&(s=n,l=t/2)}}else{const n=(i.radius||0)+(i.radiusPadding||0);if(n>0&&(0!==e||0!==t)){const r=Math.atan2(t,e);s=Math.cos(r)*n,l=Math.sin(r)*n}}const c=Math.sqrt((e-s)**2+(t-l)**2);if(c>.5){const o=r||"var(--semiotic-text-secondary, currentColor)",i="curve"===n?.type;let u=Math.atan2(t-l,e-s);if(i){const r=(s+e)/2,i=(l+t)/2,d=-(t-l)/c,h=(e-s)/c,f=(n?.curve??.25)*c,y=r+d*f,p=i+h*f;a.push(Un("path",{className:"connector-curve",d:`M${s},${l}Q${y},${p} ${e},${t}`,fill:"none",stroke:o},"connector-line")),u=Math.atan2(p-l,y-s)}else a.push(Un("line",{x1:s,y1:l,x2:e,y2:t,stroke:o},"connector-line"));if("arrow"===n?.end){const e=10,t=16/180*Math.PI;a.push(Un("path",{d:`M${s},${l}L${s+e*Math.cos(u+t)},${l+e*Math.sin(u+t)}L${s+e*Math.cos(u-t)},${l+e*Math.sin(u-t)}Z`,fill:o,stroke:"none"},"connector-arrow"))}}return Un("g",{className:"annotation-connector",children:a})}function tr(e){const{x:t=0,y:n=0,dx:r,dy:o,nx:i,ny:a,note:s,connector:l,subject:c,type:u,color:d,className:h,disable:f,opacity:y,strokeDasharray:p,events:m={},"data-testid":g}=e,b=Array.isArray(t)?t[0]??0:t,x=Array.isArray(n)?n[0]??0:n,v=new Set(Array.isArray(f)?f:[]);let k=r||0,w=o||0;null!=i&&(k=i-b),null!=a&&(w=a-x);const $="string"==typeof u?u:"label";if("bracket"===$&&c&&0===k&&0===w)if(void 0!==c.width){k=c.width/2;const e=c.depth||30;w=e+(0>e?-5:5)}else if(void 0!==c.height){const e=c.depth||30;k=e+(0>e?-5:5),w=c.height/2}return Xn("g",{className:("annotation "+(h||"")).trim(),transform:`translate(${b},${x})`,"data-testid":g,...null!=y&&{opacity:y},...p&&{strokeDasharray:p},...m,children:[!v.has("connector")&&er(k,w,l,d,$,c),!v.has("subject")&&Qn($,c,d,b,x),!v.has("note")&&Jn(s,k,w,d)]})}function nr(e){const{noteData:t}=e,{screenCoordinates:n}=t,r="string"==typeof t.type?t.type:"label",o=t.eventListeners||t.events||{};if(t.coordinates&&n){const e=t.nx||n[0][0]+(t.dx??0),o=t.ny||n[0][1]+(t.dy??0),i=n.map((n,i)=>{const a=Object.assign({},t,{note:0===i?t.note:{label:""},x:n[0],y:n[1],nx:e,ny:o});return Un(tr,{"data-testid":"semiotic-annotation",...a,type:r},"multi-annotation-"+i)});return Un("g",{children:i})}const i=t.note||{title:"none",label:t.label},a=`${i.label}-${i.title}-${t.i}`;return Un(tr,{"data-testid":"semiotic-annotation",events:o,...t,type:r},a)}import{packEnclose as rr}from"d3-hierarchy";import{area as or,curveLinear as ir,curveMonotoneX as ar,curveMonotoneY as sr,curveStep as lr,curveStepAfter as cr,curveStepBefore as ur,curveBasis as dr,curveCardinal as hr,curveCatmullRom as fr}from"d3-shape";function yr(e){return Math.round(100*e)/100}function pr(e,t=2){const n=[],r=[],o=t+1;for(let t=0;o>t;t++){let i=0;for(const[n,r]of e)null!==r&&(i+=n**t*r);n.push(i);const a=[];for(let n=0;o>n;n++){let r=0;for(const[o,i]of e)null!==i&&(r+=o**(t+n));a.push(r)}r.push(a)}r.push(n);const i=function(e,t){const n=e,r=e.length-1,o=[t];for(let e=0;r>e;e++){let t=e;for(let o=e+1;r>o;o++)Math.abs(n[e][o])>Math.abs(n[e][t])&&(t=o);for(let o=e;r+1>o;o++){const r=n[o][e];n[o][e]=n[o][t],n[o][t]=r}for(let t=e+1;r>t;t++)for(let o=r;o>=e;o--)n[o][t]-=n[o][e]*n[e][t]/n[e][e]}for(let e=r-1;e>=0;e--){let t=0;for(let i=e+1;r>i;i++)t+=n[i][e]*o[i];o[e]=(n[r][e]-t)/n[e][e]}return o}(r,o).map(yr);return{points:e.map(([e])=>[yr(e),yr(i.reduce((t,n,r)=>t+n*e**r,0))]),equation:[...i].reverse()}}function mr(e,t){const n=t.scales?.x??t.scales?.time;return n?null!=e.x?n(e.x):t.xAccessor&&null!=e[t.xAccessor]?n(e[t.xAccessor]):null:null}function gr(e,t){const n=t.scales?.y??t.scales?.value;return n?null!=e.y?n(e.y):t.yAccessor&&null!=e[t.yAccessor]?n(e[t.yAccessor]):null:null}function br(e){return null==e?null:e+""}function xr(e,t,n){return t.stickyPositionCache?.set(e,n),n}function vr(e,t,n){const r=e.anchor||e.lifecycle?.anchor||"fixed";if("latest"===r){if(null!=e.pointId&&n.pointNodes&&n.pointNodes.length>0)for(let r=n.pointNodes.length-1;r>=0;r--){const o=n.pointNodes[r];if(o.pointId===e.pointId)return xr(t,n,{x:o.x,y:o.y})}const r=function(e){const t=e.data;if(!t||0===t.length)return null;const n=t[t.length-1],r=e.scales?.x??e.scales?.time,o=e.scales?.y??e.scales?.value;if(!r||!o)return null;const i=n[e.xAccessor||"x"],a=n[e.yAccessor||"y"];return null==i||null==a?null:{x:r(i),y:o(a)}}(n);return r?xr(t,n,r):null}if("semantic"===r){const r=function(e,t,n){const r=function(e){return br(e.provenance?.stableId??e.stableId)}(e);if(!r)return null;const o=n.pointNodes?.find(e=>br(e.pointId)===r);if(o)return xr(t,n,{x:o.x,y:o.y});const i=n.data?.find(e=>function(e){return br(e.stableId??e.id??e.provenance?.stableId)}(e)===r);if(!i)return null;const a=mr(i,n),s=gr(i,n);return null==a||null==s?null:xr(t,n,{x:a,y:s})}(e,t,n);if(r)return r}let o=null,i=null;if(null!=e.pointId&&n.pointNodes){const t=n.pointNodes.find(t=>t.pointId===e.pointId);t&&(o=t.x,i=t.y)}if(null!=o&&null!=i||(o=mr(e,n),i=gr(e,n)),null!=o&&null!=i)return xr(t,n,{x:o,y:i});if("sticky"===r){const e=n.stickyPositionCache?.get(t);if(e)return e}return null}function kr(e,t,n,r=50){return!(-r>e||e>(n.width||0)+r||-r>t||t>(n.height||0)+r)}import{jsx as wr,jsxs as $r}from"react/jsx-runtime";var Mr={linear:ir,monotoneX:ar,monotoneY:sr,step:lr,stepAfter:cr,stepBefore:ur,basis:dr,cardinal:hr,catmullRom:fr};function Ar(e,t,n,r){const o=[];return e.forEach((e,i)=>{let a;if(n){const o=n(e,i,r);a=null!=o?o:t(e,i,r)}else a=t(e,i,r);a&&o.push({node:a,annotation:e})}),function(e){const t=e.map((e,t)=>{return{p:e,i:t,emphasis:(n=e.annotation,"primary"===n?.emphasis||"secondary"===n?.emphasis?n.emphasis:null),confidence:qn(e.annotation),readingOrder:null,rank:1};var n}),n=t.some(e=>null!=e.emphasis||null!=e.confidence),r=e.some(e=>Gn(e.annotation)),o=e.some(e=>null!=_n(e.annotation)),i=e.some(e=>"layer"===_n(e.annotation));if(!n&&!r&&!o)return e.map(e=>e.node);const a=t.filter(e=>null==e.emphasis&&null!=e.confidence).slice().sort((e,t)=>(t.confidence??0)-(e.confidence??0)||e.i-t.i);a.forEach((e,t)=>{e.readingOrder=t,e.rank=2-t/Math.max(1,a.length)});for(const e of t)e.emphasis&&(e.rank=En[e.emphasis]);const s=t.sort((e,t)=>e.rank-t.rank||e.i-t.i).map(e=>{const{p:t,i:n,emphasis:r,readingOrder:o}=e,i=Gn(t.annotation);let a=t.node;if("primary"===r||"secondary"===r||null!=o){const e=null==r&&null!=o;a=Bn("g",{className:e?"annotation-emphasis annotation-emphasis--inferred":"annotation-emphasis annotation-emphasis--"+r,..."secondary"===r?{opacity:.6,fontSize:"0.88em"}:{},...e?{opacity:Vn(o),"data-annotation-reading-order":o}:{},children:t.node},"annotation-emphasis-"+n)}const s=_n(t.annotation);return s&&(a=Bn("g",{className:"annotation-cohesion--"+s,children:a},"annotation-cohesion-"+n)),i&&(a=Bn("g",{className:"annotation-deferred","data-annotation-disclosure":"deferred",children:a},"annotation-deferred-"+n)),a});return r&&s.unshift(Bn("style",{children:Hn},"annotation-disclosure-style")),i&&s.unshift(Bn("style",{children:".annotation-cohesion--layer text,.annotation-cohesion--layer tspan{fill:var(--semiotic-annotation-color,var(--semiotic-text-secondary,#666));font-style:italic}"},"annotation-cohesion-style")),s}(o)}function Sr(t,n={}){return function(t,r,o){switch(t.type){case"label":case"callout":case"callout-circle":case"callout-rect":{const e=vr(t,r,o);if(!e)return null;const{x:n,y:i}=e;if(!kr(n,i,o))return null;const a="callout"===t.type?"callout-circle":t.type,s="callout-circle"===a?{radius:t.radius??12,radiusPadding:t.radiusPadding}:"callout-rect"===a?{width:t.width,height:t.height}:void 0;return wr(nr,{noteData:{x:n,y:i,dx:t.dx??30,dy:t.dy??-30,note:{label:t.label,title:t.title,wrap:t.wrap||120},type:a,...s?{subject:s}:{},connector:t.connector||{end:"arrow"},color:t.color,disable:t.disable,opacity:t.opacity,strokeDasharray:t.strokeDasharray,className:t.className}},"ann-"+r)}case"x-threshold":{const e=mr(null!=t.value?{...t,x:t.value}:t,o);if(null==e)return null;const n=t.color||"#f97316",i=t.labelPosition||"top";let a;a="bottom"===i?(o.height||0)-4:"center"===i?(o.height||0)/2:16;const s=e>.6*(o.width||0),l=s?e-4:e+4,c=s?"end":"start";return $r("g",{opacity:t.opacity,children:[wr("line",{x1:e,y1:0,x2:e,y2:o.height||0,stroke:n,strokeWidth:t.strokeWidth||1.5,strokeDasharray:t.strokeDasharray||"6,3"}),t.label&&wr(D,{x:l,y:a,text:t.label,textAnchor:c,fill:n,fontSize:12,fontWeight:"bold",background:t.labelBackground??"halo"})]},"ann-"+r)}case"y-threshold":{const e=gr(null!=t.value?{...t,y:t.value}:t,o);if(null==e)return null;const n=t.color||"#f97316",i=t.labelPosition||"right";let a,l;"left"===i?(a=4,l="start"):"center"===i?(a=(o.width||0)/2,l="middle"):(a=(o.width||0)-4,l="end");const c=20>(s=e)?Math.min((o.height||0)-4,s+16):s-4;return $r("g",{opacity:t.opacity,children:[wr("line",{x1:0,y1:e,x2:o.width||0,y2:e,stroke:n,strokeWidth:t.strokeWidth||1.5,strokeDasharray:t.strokeDasharray||"6,3"}),t.label&&wr(D,{x:a,y:c,text:t.label,textAnchor:l,fill:n,fontSize:12,fontWeight:"bold",background:t.labelBackground??"halo"})]},"ann-"+r)}case"enclose":{const e=(t.coordinates||[]).map(e=>({x:mr({...e,type:"point"},o),y:gr({...e,type:"point"},o),r:1})).filter(e=>null!=e.x&&null!=e.y);if(2>e.length)return null;const n=rr(e),i=t.padding||10;return $r("g",{children:[wr("circle",{cx:n.x,cy:n.y,r:n.r+i,fill:t.fill||"none",fillOpacity:t.fillOpacity||.1,stroke:t.color||"var(--semiotic-text-secondary, #666)",strokeWidth:1.5,strokeDasharray:"4,2"}),t.label&&wr(D,{x:n.x,y:n.y-n.r-i-4,textAnchor:"middle",fill:t.color||"var(--semiotic-text-secondary, #666)",fontSize:12,text:t.label,background:t.labelBackground??"none"})]},"ann-"+r)}case"rect-enclose":{const n=(t.coordinates||[]).map(e=>({x:mr({...e,type:"point"},o),y:gr({...e,type:"point"},o)})).filter(e=>null!=e.x&&null!=e.y);if(2>n.length)return null;const i=t.padding||10,a=n.map(e=>e.x),s=n.map(e=>e.y),[l,c]=e(a),[u,d]=e(s),h=l-i,f=c+i,y=u-i;return $r("g",{children:[wr("rect",{x:h,y:y,width:f-h,height:d+i-y,fill:t.fill||"none",fillOpacity:t.fillOpacity||.1,stroke:t.color||"var(--semiotic-text-secondary, #666)",strokeWidth:1.5,strokeDasharray:"4,2"}),t.label&&wr(D,{x:(h+f)/2,y:y-4,textAnchor:"middle",fill:t.color||"var(--semiotic-text-secondary, #666)",fontSize:12,text:t.label,background:t.labelBackground??"none"})]},"ann-"+r)}case"highlight":{const e=o.data||[],n="function"==typeof t.filter?e.filter(t.filter):t.field&&null!=t.value?e.filter(e=>e[t.field]===t.value):[],i={stroke:t.color||"#f97316",strokeWidth:2,fill:"none"};return wr("g",{children:n.map((e,n)=>{const r=mr(e,o),a=gr(e,o);if(null==r||null==a)return null;const s="function"==typeof t.r?t.r(e):t.r||6,l="function"==typeof t.style?t.style(e):t.style||i;return wr("circle",{cx:r,cy:a,r:s,...l},"hl-"+n)})},"ann-"+r)}case"bracket":{const e=mr(t,o),n=gr(t,o);return wr(nr,{noteData:{x:e??0,y:n??0,dx:t.dx||0,dy:t.dy||0,note:{label:t.label,title:t.title,wrap:t.wrap||120},type:"bracket",subject:{type:t.bracketType||"curly",width:t.width,height:t.height,depth:t.depth||30},color:t.color}},"ann-"+r)}case"trend":{const e=o.data||[];if(2>e.length)return null;const n=o.xAccessor||"x",i=o.yAccessor||"y",a="ordinal"===o.frameType,s="horizontal"===o.projection,l=a?n:null,c=a?i:null;let u;const d=[],h=new Map;if(a&&l&&c){for(const t of e){const e=t[l];if(null==e)continue;const n=e+"";h.has(n)||(h.set(n,d.length),d.push(n))}u=e.map(e=>{const t=e[l],n=e[c];if(null==t||null==n)return null;const r=h.get(t+"");return null!=r?[r,+n]:null}).filter(e=>null!==e)}else u=e.map(e=>[e[n],e[i]]).filter(e=>null!=e[0]&&null!=e[1]);if(2>u.length)return null;const f=o.scales?.x??o.scales?.time,y=o.scales?.y??o.scales?.value;if(!f||!y)return null;const p=e=>t=>{const n=Math.max(0,Math.floor(t)),r=Math.min(d.length-1,n+1),o=t-n,i=e(d[n]);return i+(e(d[r])-i)*o},m=f,g=y;let b;if(a)if(s){const e=p(g);b=(t,n)=>[m(n),e(t)]}else{const e=p(m);b=(t,n)=>[e(t),g(n)]}else b=(e,t)=>[m(e),g(t)];const x=t.method||"linear";let v;if("loess"===x)v=function(e,t=.3){const n=e.length;if(2>n)return e.slice();const r=e.slice().sort((e,t)=>e[0]-t[0]),o=r.map(e=>e[0]),i=r.map(e=>e[1]),a=Math.max(2,Math.ceil(t*n)),s=[];for(let e=0;n>e;e++){const t=o[e],r=o.map(e=>Math.abs(e-t)),l=r.slice().sort((e,t)=>e-t)[Math.min(a-1,n-1)]||1,c=[];for(let e=0;n>e;e++){const t=0===l?0:r[e]/l;c[e]=1>t?Math.pow(1-Math.pow(t,3),3):0}let u=0,d=0,h=0,f=0,y=0;for(let e=0;n>e;e++){const t=c[e];0!==t&&(u+=t,d+=t*o[e],h+=t*i[e],f+=t*o[e]*o[e],y+=t*o[e]*i[e])}if(0===u){s.push([t,i[e]]);continue}const p=u*f-d*d;if(1e-12>Math.abs(p))s.push([t,h/u]);else{const e=(u*y-d*h)/p;s.push([t,(h-e*d)/u+e*t])}}return s}(u,t.bandwidth??.3);else{const e="polynomial"===x?pr(u,t.order||2):function(e){const t=[0,0,0,0];let n=0;for(const[r,o]of e)null!==o&&(n++,t[0]+=r,t[1]+=o,t[2]+=r*r,t[3]+=r*o);const r=n*t[2]-t[0]*t[0],o=0===r?0:yr((n*t[3]-t[0]*t[1])/r),i=yr(t[1]/n-o*t[0]/n);return{points:e.map(([e])=>[yr(e),yr(o*e+i)]),equation:[o,i]}}(u);v=e.points}const k=v.map(([e,t])=>{const[n,r]=b(e,t);return`${n},${r}`}).join(" "),w=t.color||"#6366f1",$=v[v.length-1],[M,A]=b($[0],$[1]);return $r("g",{children:[wr("polyline",{points:k,fill:"none",stroke:w,strokeWidth:t.strokeWidth||2,strokeDasharray:t.strokeDasharray||"6,3"}),t.label&&wr("text",{x:M+4,y:A-4,fill:w,fontSize:11,children:t.label})]},"ann-"+r)}case"band":{const e=o.scales?.y??o.scales?.value,n=e?.domain?.(),s=t.y0??n?.[0],l=t.y1??n?.[1],c=null!=s&&e?e(s):0,u=null!=l&&e?e(l):o.height||0,d=W(t.fill,"ann-"+r,"var(--semiotic-primary, #6366f1)");return $r("g",{opacity:t.opacity,children:[d.def&&wr("defs",{children:d.def}),wr("rect",{x:0,y:Math.min(c,u),width:o.width||0,height:Math.abs(u-c),fill:d.fill,fillOpacity:t.fillOpacity||.1}),t.label&&wr(D,{x:(o.width||0)-4,y:(i=c,a=u,Math.max(Math.min(i,a),0)+16),textAnchor:"end",fill:t.color||"var(--semiotic-primary, #6366f1)",fontSize:11,fontWeight:"bold",text:t.label,background:t.labelBackground??"halo"})]},"ann-"+r)}case"x-band":{const e=o.scales?.x??o.scales?.time,n=e?.domain?.(),i=t.x0??n?.[0],a=t.x1??n?.[1],s=null!=i&&e?e(i):null,l=null!=a&&e?e(a):null;if(null==s||null==l)return null;const c=W(t.fill||t.color,"ann-"+r,"var(--semiotic-primary, #6366f1)");return $r("g",{opacity:t.opacity,children:[c.def&&wr("defs",{children:c.def}),wr("rect",{x:Math.min(s,l),y:0,width:Math.abs(l-s),height:o.height||0,fill:c.fill,fillOpacity:t.fillOpacity??.1}),t.label&&wr(D,{x:Math.min(s,l)+4,y:16,textAnchor:"start",fill:t.color||"var(--semiotic-primary, #6366f1)",fontSize:11,fontWeight:"bold",text:t.label,background:t.labelBackground??"halo"})]},"ann-"+r)}case"envelope":{const e=o.data||[];if(2>e.length)return null;const n=o.xAccessor||"x",i=o.scales?.x??o.scales?.time,a=o.scales?.y??o.scales?.value;if(!i||!a)return null;const s=t.upperAccessor||"upperBounds",l=t.lowerAccessor||"lowerBounds",c=t.filter,u=e.filter(e=>null!=e[s]&&null!=e[l]&&!(c&&!c(e))).sort((e,t)=>e[n]-t[n]);if(2>u.length)return null;const d=Mr[o.curve||"linear"]||ir,h=or().x(e=>i(e[n])).y0(e=>a(e[l])).y1(e=>a(e[s])).curve(d)(u);if(!h)return null;const f=t.fill||"#6366f1";return $r("g",{children:[wr("path",{d:h,fill:f,fillOpacity:t.fillOpacity??.15,stroke:"none"}),t.label&&u.length>0&&wr("text",{x:i(u[u.length-1][n])+4,y:a(u[u.length-1][s])-4,fill:f,fontSize:11,children:t.label})]},"ann-"+r)}case"anomaly-band":{const e=o.data||[];if(2>e.length)return null;const n=o.yAccessor||"y",i=o.scales?.x??o.scales?.time,a=o.scales?.y??o.scales?.value;if(!i||!a)return null;const s=e.map(e=>e[n]).filter(e=>null!=e&&isFinite(e));if(2>s.length)return null;const l=s.reduce((e,t)=>e+t,0)/s.length,c=s.reduce((e,t)=>e+(t-l)**2,0)/s.length,u=Math.sqrt(c),d=t.threshold??2,h=l-d*u,f=!1!==t.showBand,y=t.fill||"#6366f1",p=t.fillOpacity??.1,m=t.anomalyColor||"#ef4444",g=t.anomalyRadius??6,b=a(l+d*u),x=a(h),v=e.filter(e=>{const t=e[n];return null!=t&&Math.abs(t-l)>d*u});return $r("g",{children:[f&&wr("rect",{x:0,y:Math.min(b,x),width:o.width||0,height:Math.abs(x-b),fill:y,fillOpacity:p}),v.map((e,t)=>{const n=mr(e,o),r=gr(e,o);return null==n||null==r?null:wr("circle",{cx:n,cy:r,r:g,fill:m,fillOpacity:.7,stroke:m,strokeWidth:1.5},"anomaly-"+t)}),t.label&&wr("text",{x:(o.width||0)-4,y:Math.min(b,x)-4,textAnchor:"end",fill:y,fontSize:11,children:t.label})]},"ann-"+r)}case"forecast":{const e=o.data||[];if(3>e.length)return null;const n=o.xAccessor||"x",i=o.yAccessor||"y",a=o.scales?.x??o.scales?.time,s=o.scales?.y??o.scales?.value;if(!a||!s)return null;const l=e.map(e=>[e[n],e[i]]).filter(e=>null!=e[0]&&null!=e[1]&&isFinite(e[0])&&isFinite(e[1])).sort((e,t)=>e[0]-t[0]);if(3>l.length)return null;let c;if("polynomial"===(t.method||"linear")){const e=pr(l,t.order||2).equation;c=t=>e.reduce((e,n,r)=>e+n*Math.pow(t,r),0)}else{const e=l.length;let t=0,n=0,r=0,o=0;for(const[e,i]of l)t+=e,n+=i,r+=e*e,o+=e*i;const i=e*r-t*t;if(1e-12>Math.abs(i))return null;const a=(e*o-t*n)/i,s=(n-a*t)/e;c=e=>s+a*e}const u=l.length,d=l.map(([e,t])=>t-c(e)),h=d.reduce((e,t)=>e+t*t,0),f=Math.sqrt(h/Math.max(u-2,1)),y=l.reduce((e,t)=>e+t[0],0)/u,p=l.reduce((e,t)=>e+(t[0]-y)**2,0),m=t.confidence??.95,g=.99>m?.95>m?.9>m?1:1.645:1.96:2.576,b=t.steps??5,x=l[u-1][0],v=(x-l[0][0])/Math.max(u-1,1),k=[];for(let e=1;b>=e;e++)k.push(x+e*v);const w=[];for(const e of k){const t=c(e),n=f*Math.sqrt(1+1/u+(p>0?(e-y)**2/p:0))*g;w.push({x:e,yCenter:t,yUpper:t+n,yLower:t-n})}const $=`M${w.map(e=>`${a(e.x)},${s(e.yUpper)}`).join(" L")} L${w.slice().reverse().map(e=>`${a(e.x)},${s(e.yLower)}`).join(" L")} Z`,M=w.map(e=>`${a(e.x)},${s(e.yCenter)}`).join(" "),A=`${a(x)},${s(c(x))}`,S=t.strokeColor||"#6366f1";return $r("g",{children:[wr("path",{d:$,fill:t.fill||"#6366f1",fillOpacity:t.fillOpacity??.15,stroke:"none"}),wr("polyline",{points:`${A} ${M}`,fill:"none",stroke:S,strokeWidth:t.strokeWidth??2,strokeDasharray:t.strokeDasharray??"6,3"}),t.label&&w.length>0&&wr("text",{x:a(w[w.length-1].x)+4,y:s(w[w.length-1].yCenter)-4,fill:S,fontSize:11,children:t.label})]},"ann-"+r)}case"widget":{let e,i;if(null!=t.px&&null!=t.py)e=t.px,i=t.py;else{const n=vr(t,r,o);if(!n)return null;e=n.x,i=n.y}if(!kr(e,i,o))return null;const a=t.dx??0,s=t.dy??0,l=t.width??32,c=t.height??32,u=t.content??wr("span",{style:{fontSize:18,cursor:"default"},title:t.label||"Info",children:"ℹ️"});return wr("foreignObject",{x:e+a-l/2,y:i+s-c/2,width:l,height:c,style:{overflow:"visible",pointerEvents:"auto"},children:wr("div",{...R(t,n),style:{width:l,height:c,display:"flex",alignItems:"center",justifyContent:"center"},children:u})},"ann-"+r)}case"text":{const e=vr(t,r,o);if(!e)return null;const{x:n,y:i}=e,a=n+(t.dx||0),s=i+(t.dy||0),l=t.color||"var(--semiotic-text, #333)",c=wr("text",{x:a,y:s,fill:l,fontSize:t.fontSize||11,opacity:t.opacity,strokeDasharray:t.strokeDasharray,dominantBaseline:"middle",style:{fontFamily:"inherit"},children:t.label});return!0!==t._redundantConnector?Yn.cloneElement(c,{key:"ann-text-"+r}):$r("g",{opacity:t.opacity,strokeDasharray:t.strokeDasharray,children:[wr("line",{x1:n,y1:i,x2:a,y2:s,stroke:l,strokeWidth:1,strokeOpacity:.5,style:{pointerEvents:"none"}}),Yn.cloneElement(c,{opacity:void 0,strokeDasharray:void 0})]},"ann-text-"+r)}case"category-highlight":{const e=t.category;if(null==e)return null;const n=e=>"function"==typeof e&&"function"==typeof e.bandwidth,i=o.scales?.o,a=o.scales?.x,s=o.scales?.y,l=n(i)?i:n(a)?a:n(s)?s:null;if(!l)return null;const c=l(e+"");if(null==c)return null;const u=l.bandwidth(),d=t.color||"var(--semiotic-primary, #4589ff)",h=t.opacity??.15,f=t.label;return $r("g",(o.projection?"vertical"===o.projection:l===a)?{children:[wr("rect",{x:c,y:0,width:u,height:o.height||0,fill:d,fillOpacity:h}),f&&wr(D,{x:c+u/2,y:16,textAnchor:"middle",fill:d,fontSize:12,fontWeight:"bold",text:f,background:t.labelBackground??"none"})]}:{children:[wr("rect",{x:0,y:c,width:o.width||0,height:u,fill:d,fillOpacity:h}),f&&wr(D,{x:12,y:c+u/2,dominantBaseline:"middle",fill:d,fontSize:12,fontWeight:"bold",text:f,background:t.labelBackground??"none"})]},"ann-"+r)}default:return null}var i,a,s}}var Wr=new Set(["label","callout","callout-circle","callout-rect","text","widget"]),Cr=new Set(["label","callout","callout-circle","callout-rect"]);function jr(e){return"string"==typeof e?.type?e.type:""}function Nr(e){return!!e&&"object"==typeof e&&Wr.has(jr(e))}function Ir(e){return Cr.has(jr(e))&&!function(e){return Array.isArray(e?.disable)&&e.disable.includes("connector")}(e)}function Or(e){return"primary"===e?.emphasis||!0===e?.defensive}function Rr(e,t,n={}){return"number"==typeof n.maxAnnotations&&Number.isFinite(n.maxAnnotations)?Math.max(0,Math.floor(n.maxAnnotations)):e>0&&t>0?Math.max(1,Math.round(e*t/(n.areaPerAnnotation&&n.areaPerAnnotation>0?n.areaPerAnnotation:2e4))):1/0}function Lr(e){let t;const n=e?.emphasis;t="primary"===n?100:"secondary"===n?10:50;const r=e?.provenance?.confidence;switch("number"==typeof r&&Number.isFinite(r)&&(t+=15*Math.max(0,Math.min(1,r))),e?.lifecycle?.freshness){case"fresh":t+=8;break;case"aging":t+=4;break;case"stale":t+=1;break;case"expired":t-=200}return t}var Pr=32,Fr=6,zr=4,Tr=8,Dr=72;var Br={ai:"AI",agent:"agent",watcher:"watcher",system:"system",import:"imported",computed:"computed",user:"you"};function Er(e){if(!Hr(e))return e;const t=("string"==typeof e.mobileText?e.mobileText:void 0)??("string"==typeof e.shortText?e.shortText:void 0);return!t||"string"!=typeof e.label&&null!=e.label?e:{...e,label:t}}function Hr(e){return Nr(e)}function Gr(e,t){if(!e)return[];const n=Math.max(1,Math.floor(t/7)),r=e.split(/\s+/).filter(Boolean),o=[];let i="";for(const e of r)i&&i.length+e.length+1>n?(o.push(i),i=e):i=i?`${i} ${e}`:e;return i&&o.push(i),o}function _r(e,t,n,r,o){const i=e+n,a=t+r;return Math.abs(n)>Math.abs(r)?{x:0>n?i-o.width-4:i+4,y:0>r?a-o.height:a,width:o.width,height:o.height}:{x:0>n?i-o.width:i,y:0>r?a-o.height-4:a+4,width:o.width,height:o.height}}function qr(e,t){return{x:e.x-t,y:e.y-t,width:e.width+2*t,height:e.height+2*t}}function Vr(e,t){return Math.max(0,Math.min(e.x+e.width,t.x+t.width)-Math.max(e.x,t.x))*Math.max(0,Math.min(e.y+e.height,t.y+t.height)-Math.max(e.y,t.y))}function Yr(e,t,n,r,o,i,a,s){const l=qr(e,a);let c=.4*Math.hypot(t.dx,t.dy)+80*function(e,t,n,r){const o=Math.max(0,r-e.x),i=Math.max(0,r-e.y);return(o+Math.max(0,e.x+e.width-(t-r)))*e.height+(i+Math.max(0,e.y+e.height-(n-r)))*e.width}(l,o,i,s);for(const e of n)c+=12*Vr(l,e);for(const e of r)c+=4*Vr(l,e);return c}function Ur(e){const{annotations:t,context:n,defaultOffset:r=Pr,notePadding:o=Fr,markPadding:i=zr,edgePadding:a=Tr,preserveManualOffsets:s=!0,routeLongConnectors:l=!0,connectorThreshold:c=Dr,density:u,progressiveDisclosure:d=!1,redundantCues:h=!1,responsive:f,mobile:y,cohesion:p,audience:m}=e,g=n.width||0,b=n.height||0,x="object"==typeof y?y:{},v=x.breakpoint??480,k=!!y&&v>=g,w=k&&!1!==x.preferShortText?t.map(Er):t,$=k&&!u?{maxAnnotations:x.maxAnnotations??("callout-list"===x.strategy?1:2),minVisible:x.minVisible??1}:u,M=d||k&&(!1!==x.progressiveDisclosure||"callout-list"===x.strategy),A=k&&!f?x.responsive??{minWidth:v}:f,S=k&&!p?x.cohesion:p;if(0===w.length||0>=g||0>=b)return w.slice();const W=[],C=function(e,t){return(e.pointNodes||[]).map(e=>{const n=Math.max(1,e.r||1)+t;return{x:e.x-n,y:e.y-n,width:2*n,height:2*n}})}(n,i);let j=!1;const N=w.map((e,t)=>{if(!Hr(e))return e;const i=function(e,t,n){if("widget"===e.type&&"number"==typeof e.px&&"number"==typeof e.py)return{x:e.px,y:e.py};const r=e.pointId??e.nodeId;if(null!=r&&n.pointNodes){const e=n.pointNodes.find(e=>e.pointId===r);if(e)return{x:e.x,y:e.y}}const o=e.coordinates,i=n.scales?.geoProjection;if(Array.isArray(o)&&o.length>=2&&i){const e=o[0],t=o[1];if("number"==typeof e&&"number"==typeof t){const n=i([e,t]);if(n&&"number"==typeof n[0]&&"number"==typeof n[1])return{x:n[0],y:n[1]}}}return n.scales||"number"!=typeof e.x||"number"!=typeof e.y?vr(e,t,n):{x:e.x,y:e.y}}(e,t,n);if(!i)return e;const u=function(e){if("widget"===e.type)return{width:"number"==typeof e.width?e.width:32,height:"number"==typeof e.height?e.height:32};const t="number"==typeof e.wrap?e.wrap:120,n=[...Gr("string"==typeof e.title?e.title:void 0,t),...Gr("string"==typeof e.label?e.label:void 0,t)],r=n.reduce((e,t)=>Math.max(e,t.length),0);return{width:Math.max(24,Math.min(t,7*r)+10),height:Math.max(18,16*n.length+6)}}(e);if(s&&("number"==typeof(d=e).dx||"number"==typeof d.dy)){const t=function(e){return"text"===e.type||"widget"===e.type?{dx:0,dy:0}:{dx:30,dy:-30}}(e);return W.push(qr(_r(i.x,i.y,"number"==typeof e.dx?e.dx:t.dx,"number"==typeof e.dy?e.dy:t.dy,u),o)),e}var d;let h=null,f=1/0;for(const e of function(e){const t=1.6*e;return[{dx:e,dy:-e},{dx:-e,dy:-e},{dx:e,dy:e},{dx:-e,dy:e},{dx:e,dy:0},{dx:-e,dy:0},{dx:0,dy:-e},{dx:0,dy:e},{dx:t,dy:-t},{dx:-t,dy:-t},{dx:t,dy:t},{dx:-t,dy:t}]}(r)){const t=Yr(_r(i.x,i.y,e.dx,e.dy,u),e,W,C,g,b,o,a);f>t&&(h=e,f=t)}if(!h)return e;const y=qr(_r(i.x,i.y,h.dx,h.dy,u),o);W.push(y);const p=Math.hypot(h.dx,h.dy),m=l&&p>=c&&"text"!==e.type&&"widget"!==e.type?{...e.connector||{end:"arrow"},type:"curve"}:e.connector;return j=!0,{...e,dx:h.dx,dy:h.dy,...m?{connector:m}:{}}}),I=j?N:w.slice();let O=I;if(h){let e=!1;const t=I.map(t=>{const n=function(e){return"text"!==e.type||"string"!=typeof e.color||8>Math.hypot("number"==typeof e.dx?e.dx:0,"number"==typeof e.dy?e.dy:0)?e:{...e,_redundantConnector:!0}}(t);return n!==t&&(e=!0),n});O=e?t:I}{let e=!1;const t=O.map(t=>{if(!0!==t?.defensive)return t;const n=function(e){const t=e?.provenance;if(!t||"object"!=typeof t)return e;const n="string"==typeof t.source?Br[t.source]??t.source:null,r="number"==typeof t.confidence&&Number.isFinite(t.confidence)?Math.round(100*Math.max(0,Math.min(1,t.confidence)))+"%":null;if(!n&&!r)return e;if(null!=e.label&&"string"!=typeof e.label)return e;const o=[n,r].filter(Boolean).join(" · "),i="string"==typeof e.label?e.label:"";return i.includes(`(${o})`)?e:{...e,label:i?`${i} (${o})`:`(${o})`}}(t);return n!==t&&(e=!0),n});O=e?t:O}const R=new Set;if($){const e="object"==typeof $?$:{},t=function(e){if(!e)return 1;const t=function(e){const t=e?.familiarity;if(!t)return 3;const n=Object.values(t).filter(e=>"number"==typeof e&&Number.isFinite(e));return 0===n.length?3:n.reduce((e,t)=>e+t,0)/n.length}(e);return t>2?4>t?1:.6:1.5}(m),n=1===t?e:{...e,maxAnnotations:Math.max(0,Math.round((e.maxAnnotations??Rr(g,b,e))*t))},{deferred:r}=function(e){const{annotations:t,width:n,height:r}=e,o=Math.max(0,e.minVisible??1),i=Rr(n,r,e),a=t.map((e,t)=>{return{annotation:e,index:t,note:(n=e,Nr(n))};var n}),s=a.filter(e=>e.note);if(0===s.length||i>=s.length)return{visible:t.slice(),deferred:[],budget:i};const l=s.filter(e=>Or(e.annotation)),c=s.filter(e=>!Or(e.annotation)).sort((e,t)=>Lr(t.annotation)-Lr(e.annotation)||e.index-t.index),u=Math.min(c.length,Math.max(Math.max(0,i-l.length),Math.max(0,o-l.length))),d=new Set([...l.map(e=>e.index),...c.slice(0,u).map(e=>e.index)]),h=[],f=[];for(const{annotation:e,index:t,note:n}of a)!n||d.has(t)?h.push(e):f.push(e);return{visible:h,deferred:f,budget:i}}({annotations:O,width:g,height:b,...n});for(const e of r)R.add(e)}if(A&&("object"==typeof A&&"number"==typeof A.minWidth?A.minWidth:480)>=g)for(const e of O)Hr(e)&&"secondary"===e.emphasis&&R.add(e);if(R.size>0)for(const e of O)!0===e?.defensive&&R.delete(e);let L;return L=0===R.size?O:M?O.map(e=>R.has(e)?{...e,_annotationDeferred:!0}:e):O.filter(e=>!R.has(e)),S?function(e,t){let n=!1;const r=e.map(e=>Hr(e)?"blended"===e.cohesion||"layer"===e.cohesion?e:(n=!0,{...e,cohesion:t}):e);return n?r:e}(L,S):L}import*as Xr from"react";function Zr(e){return(e.tl??0)>0||(e.tr??0)>0||(e.br??0)>0||(e.bl??0)>0}function Kr(e){const t=e.cornerRadii;if(!t)return{tl:0,tr:0,br:0,bl:0};const n=Math.min(e.w,e.h)/2,r=e=>Math.max(0,Math.min(e??0,n));return{tl:r(t.tl),tr:r(t.tr),br:r(t.br),bl:r(t.bl)}}import{symbol as Jr,symbolCircle as Qr,symbolCross as eo,symbolDiamond as to,symbolSquare as no,symbolStar as ro,symbolTriangle as oo,symbolWye as io}from"d3-shape";var ao={circle:Qr,square:no,triangle:oo,diamond:to,star:ro,cross:eo,wye:io},so=["circle","triangle","diamond","star","square","chevron","cross","wye"];function lo(e,t,n){if(n)return n;const r=e??"circle";return"chevron"===r?function(e){const t=1.5*co(e),n=.92*t;return`M0,${-t}L${n},${(.78*t).toFixed(3)}L0,${(.28*t).toFixed(3)}L${-n},${(.78*t).toFixed(3)}Z`}(t):Jr(ao[r]??Qr,Math.max(1,t))()??""}function co(e){return Math.sqrt(Math.max(1,e)/Math.PI)}import{jsx as uo,jsxs as ho}from"react/jsx-runtime";var fo={innerRadius:0,outerRadius:0,startAngle:0,endAngle:0};function yo(e,t="#4e79a7"){return w(e)?e.background&&"transparent"!==e.background?e.background:t:e&&"string"==typeof e?e:t}function po(e){const t=e.replace(/[^A-Za-z0-9_-]/g,"_");return!t||/^\d/.test(t)?"s_"+t:t}function mo(e,t,n,r){const s=e.glyph;if(!s?.parts?.length||0>=e.size)return null;const l=i(s,e.size);if(0>=l.scale)return null;const c=`translate(${t},${n})${e.rotation?` rotate(${180*e.rotation/Math.PI})`:""} translate(${l.offsetX},${l.offsetY}) scale(${l.scale})`,u=e.color??("string"==typeof e.style.fill?e.style.fill:void 0),d=o(s,e.fraction??1,e.fractionStart??0,e.fractionDirection??"horizontal"),h=d?po(r+"-clip"):void 0,f=(e.style.opacity??1)*(e._decayOpacity??1)*(e.style.fillOpacity??1),y=t=>s.parts.map((n,r)=>{const o=t?"none"===n.fill?void 0:t:a(n.fill,u,e.accent),i=t?n.stroke&&"none"!==n.stroke?t:void 0:a(n.stroke??"none",u,e.accent);return o||i?uo("path",{d:n.d,fill:o??"none",stroke:i,strokeWidth:i?n.strokeWidth??1:void 0,strokeLinecap:n.strokeLinecap,strokeLinejoin:n.strokeLinejoin,opacity:n.opacity},r):null});return ho("g",{transform:c,opacity:1===f?void 0:f,children:[d&&h&&uo("clipPath",{id:h,children:uo("rect",{x:d.x,y:d.y,width:d.width,height:d.height})}),d&&e.ghostColor?uo("g",{children:y(e.ghostColor)}):null,d&&h?uo("g",{clipPath:`url(#${h})`,children:y()}):y()]},r)}function go(e,t){const n=e.filter(e=>Number.isFinite(e.offset)&&(null==e.opacity||Number.isFinite(e.opacity))).map(e=>({offset:Math.max(0,Math.min(1,e.offset)),color:e.color??t,opacity:null==e.opacity?void 0:Math.max(0,Math.min(1,e.opacity))}));return 2>n.length?null:n.map((e,t)=>uo("stop",{offset:e.offset,stopColor:e.color,stopOpacity:e.opacity},t))}function bo(e,t,n){const r=lo(e.symbolType,e.size,e.path);return uo("path",{d:r,transform:e.rotation?`translate(${e.x},${e.y}) rotate(${180*e.rotation/Math.PI})`:`translate(${e.x},${e.y})`,fill:e.style.fill?yo(e.style.fill):"none",fillOpacity:e.style.fillOpacity,opacity:e.style.opacity,stroke:e.style.stroke,strokeWidth:e.style.strokeWidth},`${n??""}symbol-${t}`)}import{jsx as xo,jsxs as vo}from"react/jsx-runtime";function ko(e,t){switch(e.type){case"geoarea":{const n=e;if(!n.pathData)return null;const r=w(n.style.fill)?S(n.style.fill,`geoarea-${t}-hatch`):void 0;return vo(Xr.Fragment,{children:[r&&xo("defs",{children:r}),xo("path",{d:n.pathData,fill:r?`url(#geoarea-${t}-hatch)`:yo(n.style.fill,"#e0e0e0"),fillOpacity:n.style.fillOpacity??1,stroke:n.style.stroke||"none",strokeWidth:n.style.strokeWidth||.5,strokeDasharray:n.style.strokeDasharray,opacity:n._decayOpacity??1})]},"geoarea-"+t)}case"point":{const n=e,r=w(n.style.fill)?S(n.style.fill,`geopoint-${t}-hatch`):void 0;return vo(Xr.Fragment,{children:[r&&xo("defs",{children:r}),xo("circle",{cx:n.x,cy:n.y,r:n.r,fill:r?`url(#geopoint-${t}-hatch)`:yo(n.style.fill),fillOpacity:n.style.fillOpacity??.8,stroke:n.style.stroke,strokeWidth:n.style.strokeWidth,opacity:n._decayOpacity??n.style.opacity??1})]},"point-"+t)}case"line":{const n=e;if(2>n.path.length)return null;const r="M"+n.path.map(e=>`${e[0]},${e[1]}`).join("L");return xo("path",{d:r,fill:"none",stroke:n.style.stroke||"#4e79a7",strokeWidth:n.style.strokeWidth||1.5,strokeDasharray:n.style.strokeDasharray,opacity:n.style.opacity??1},"line-"+t)}case"glyph":return mo(e,e.x,e.y,"geo-glyph-"+(e.pointId??t));default:return null}}import*as wo from"react";import{arc as $o}from"d3-shape";var Mo=(e,t)=>({x:e*Math.cos(t),y:e*Math.sin(t)});function Ao(e){const{innerRadius:t,outerRadius:n,startAngle:r,endAngle:o}=e,i=0>=t;if(0>=(e.cornerRadius??0)||!e.roundStart&&!e.roundEnd){if(i){const e=Mo(n,r),t=Mo(n,o);return`M0,0 L${e.x},${e.y} A${n},${n} 0 ${o-r>Math.PI?1:0} 1 ${t.x},${t.y} Z`}const e=Mo(n,r),a=Mo(n,o),s=Mo(t,o),l=Mo(t,r),c=o-r>Math.PI?1:0;return`M${e.x},${e.y} A${n},${n} 0 ${c} 1 ${a.x},${a.y} L${s.x},${s.y} A${t},${t} 0 ${c} 0 ${l.x},${l.y} Z`}const a=Math.max(0,Math.min(e.cornerRadius??0,(n-t)/2));if(0===a)return Ao({...e,cornerRadius:0,roundStart:!1,roundEnd:!1});const s=Math.asin(Math.min(1,a/Math.max(1e-9,n-a))),l=i?0:Math.asin(Math.min(1,a/Math.max(1e-9,t+a))),c=o-r,u=e.roundStart&&e.roundEnd?c/2:c,d=!!e.roundStart&&u>s,h=!!e.roundEnd&&u>s;if(!d&&!h)return Ao({...e,cornerRadius:0,roundStart:!1,roundEnd:!1});const f=r+(d?s:0),y=o-(h?s:0),p=r+(d?l:0),m=o-(h?l:0),g=Mo(n,f),b=Mo(n,y),x=(n-a)*Math.cos(s),v=Mo(x,r),k=Mo(x,o),w=i?null:Mo(t,m),$=i?null:Mo(t,p),M=i?0:(t+a)*Math.cos(l),A=i?null:Mo(M,r),S=i?null:Mo(M,o),W=y-f>Math.PI?1:0,C=i?0:m-p>Math.PI?1:0;let j="";if(d)j+=`M${v.x},${v.y}`,j+=` A${a},${a} 0 0 1 ${g.x},${g.y}`;else{const e=Mo(n,r);j+=`M${e.x},${e.y}`}if(h)j+=` A${n},${n} 0 ${W} 1 ${b.x},${b.y}`,j+=` A${a},${a} 0 0 1 ${k.x},${k.y}`;else{const e=Mo(n,o);j+=` A${n},${n} 0 ${W} 1 ${e.x},${e.y}`}if(i)j+=" L0,0";else{if(h)j+=` L${S.x},${S.y}`,j+=` A${a},${a} 0 0 1 ${w.x},${w.y}`;else{const e=Mo(t,o);j+=` L${e.x},${e.y}`}if(d)j+=` A${t},${t} 0 ${C} 0 ${$.x},${$.y}`,j+=` A${a},${a} 0 0 1 ${A.x},${A.y}`;else{const e=Mo(t,r);j+=` A${t},${t} 0 ${C} 0 ${e.x},${e.y}`}}return j+=" Z",j}function So(e){const t=Ao({innerRadius:e.innerRadius,outerRadius:e.outerRadius,startAngle:e.startAngle,endAngle:e.endAngle,cornerRadius:e.cornerRadius,roundStart:e.roundStart,roundEnd:e.roundEnd}),n=[],r=e.colors;if(r.length>0){const t=(e.endAngle-e.startAngle)/r.length;for(let o=0;r.length>o;o++)n.push({d:Ao({innerRadius:e.innerRadius,outerRadius:e.outerRadius,startAngle:e.startAngle+o*t,endAngle:e.endAngle}),color:r[o]})}return{clipPath:t,slices:n}}import{jsx as Wo,jsxs as Co}from"react/jsx-runtime";function jo(e){return 1e6>e?1e4>e?1e3>e?e+"":(e/1e3).toFixed(1)+"K":(e/1e3).toFixed(0)+"K":(e/1e6).toFixed(1)+"M"}function No(e,t){const n=e.datum;if(!n)return null;const r=[],o=n.__funnelStepLabel,i=Number(n.__funnelStepLabelX),a=Number(n.__funnelStepLabelY),s=Number(n.__funnelRowWidth);"string"!=typeof o||!Number.isFinite(i)||!Number.isFinite(a)||Number.isFinite(s)&&8.4*o.length+16>s||r.push(Wo("text",{x:i,y:a+3,textAnchor:"middle",dominantBaseline:"hanging",fontSize:14,fontWeight:"bold",fill:"#fff",stroke:"rgba(0,0,0,0.6)",strokeWidth:3,paintOrder:"stroke",children:o},t+"-funnel-step"));const l=Number(n.__funnelValue),c=Number(n.__funnelValueLabelX),u=Number(n.__funnelValueLabelY),d=Number(n.__funnelBarW);if(Number.isFinite(l)&&0!==l&&Number.isFinite(c)&&Number.isFinite(u)&&d>=60){const e=Number(n.__funnelPercent);let o=!0!==n.__funnelIsFirstStep&&Number.isFinite(e)?`${jo(l)} (${.05>Math.abs(e-Math.round(e))?Math.round(e):e.toFixed(1)}%)`:jo(l);7.8*o.length+16>d&&(o=jo(l)),7.8*o.length+16>d||r.push(Wo("text",{x:c,y:u+22,textAnchor:"middle",dominantBaseline:"hanging",fontSize:13,fontWeight:"bold",fill:"#fff",stroke:"rgba(0,0,0,0.5)",strokeWidth:3,paintOrder:"stroke",children:o},t+"-funnel-value"))}return r.length?Wo("g",{children:r},t+"-funnel-labels"):null}function Io(e,t,n){const r=("category"in e?e.category:void 0)||("group"in e?e.group:void 0)||"",o=n=>`ord-${e.type}-${r}-${t}-${n}`,i=`ord-${e.type}-${r}-${t}`;switch(e.type){case"rect":{const t=e,n=po(i)+"-grad",r=function(e,t){const n=e.fillGradient;if(!n||"object"!=typeof n)return null;let r=e.x,o=e.y,i=e.x,a=e.y+e.h;"bottom"===e.roundedEdge?(o=e.y+e.h,a=e.y):"right"===e.roundedEdge?(r=e.x+e.w,o=e.y,i=e.x,a=e.y):"left"===e.roundedEdge&&(r=e.x,o=e.y,i=e.x+e.w,a=e.y);const s=go(n.stops,yo(e.style.fill));return s?uo("linearGradient",{id:t,gradientUnits:"userSpaceOnUse",x1:r,y1:o,x2:i,y2:a,children:s}):null}(t,n);let o,a;if(r)a=`url(#${n})`;else if(w(t.style.fill)){const e=po(i)+"-hatch";o=S(t.style.fill,e),a=`url(#${e})`}else a=yo(t.style.fill);const s=r||o?Co("defs",{children:[r,o]}):null;if(t.cornerRadii&&Zr(t.cornerRadii)){const e=function(e){const{x:t,y:n,w:r,h:o}=e,{tl:i,tr:a,br:s,bl:l}=Kr(e);let c=`M${t+i},${n}`;return c+=` L${t+r-a},${n}`,a>0&&(c+=` A${a},${a} 0 0 1 ${t+r},${n+a}`),c+=` L${t+r},${n+o-s}`,s>0&&(c+=` A${s},${s} 0 0 1 ${t+r-s},${n+o}`),c+=` L${t+l},${n+o}`,l>0&&(c+=` A${l},${l} 0 0 1 ${t},${n+o-l}`),c+=` L${t},${n+i}`,i>0&&(c+=` A${i},${i} 0 0 1 ${t+i},${n}`),c+=" Z",c}(t);return Co(wo.Fragment,{children:[s,Wo("path",{d:e,fill:a,opacity:t.style.opacity,stroke:t.style.stroke,strokeWidth:t.style.strokeWidth})]},i)}if(t.roundedTop&&t.roundedTop>0){const e=Math.min(t.roundedTop,t.w/2,t.h/2),{x:n,y:r,w:o,h:l}=t;let c;switch(t.roundedEdge){case"right":c=`M${n},${r} L${n+o-e},${r} A${e},${e} 0 0 1 ${n+o},${r+e} L${n+o},${r+l-e} A${e},${e} 0 0 1 ${n+o-e},${r+l} L${n},${r+l} Z`;break;case"left":c=`M${n+o},${r} L${n+e},${r} A${e},${e} 0 0 0 ${n},${r+e} L${n},${r+l-e} A${e},${e} 0 0 0 ${n+e},${r+l} L${n+o},${r+l} Z`;break;case"bottom":c=`M${n},${r} L${n+o},${r} L${n+o},${r+l-e} A${e},${e} 0 0 1 ${n+o-e},${r+l} L${n+e},${r+l} A${e},${e} 0 0 1 ${n},${r+l-e} Z`;break;default:c=`M${n},${r+l} L${n},${r+e} A${e},${e} 0 0 1 ${n+e},${r} L${n+o-e},${r} A${e},${e} 0 0 1 ${n+o},${r+e} L${n+o},${r+l} Z`}return Co(wo.Fragment,{children:[s,Wo("path",{d:c,fill:a,opacity:t.style.opacity,stroke:t.style.stroke,strokeWidth:t.style.strokeWidth})]},i)}return Co(wo.Fragment,{children:[s,Wo("rect",{x:t.x,y:t.y,width:t.w,height:t.h,fill:a,opacity:t.style.opacity,stroke:t.style.stroke,strokeWidth:t.style.strokeWidth}),No(t,i)]},i)}case"point":{const t=e;return Wo("circle",{cx:t.x,cy:t.y,r:t.r,fill:yo(t.style.fill),opacity:t.style.opacity??t.style.fillOpacity??.8,stroke:t.style.stroke,strokeWidth:t.style.strokeWidth},i)}case"symbol":return bo(e,t,n);case"glyph":return mo(e,e.x,e.y,`${n??""}ord-glyph-${e.pointId??t}`);case"wedge":{const r=e;if(r._gradientBand&&r._gradientBand.colors.length>0){const e=po(`${n?n+"-":""}gauge-grad-${r.category||i}-${t}`),{clipPath:o,slices:a}=So({innerRadius:r.innerRadius,outerRadius:r.outerRadius,startAngle:r.startAngle,endAngle:r.endAngle,cornerRadius:r.cornerRadius,roundStart:r.roundedEnds?.start??!0,roundEnd:r.roundedEnds?.end??!0,colors:r._gradientBand.colors});return Co("g",{transform:`translate(${r.cx},${r.cy})`,opacity:r.style.opacity,fillOpacity:r.style.fillOpacity,children:[Wo("defs",{children:Wo("clipPath",{id:e,children:Wo("path",{d:o})})}),Wo("g",{clipPath:`url(#${e})`,children:a.map((e,t)=>Wo("path",{d:e.d,fill:yo(e.color)},t))}),r.style.stroke&&"none"!==r.style.stroke&&Wo("path",{d:o,fill:"none",stroke:r.style.stroke,strokeWidth:r.style.strokeWidth})]},i)}let o;if(r.roundedEnds)o=Ao({innerRadius:r.innerRadius,outerRadius:r.outerRadius,startAngle:r.startAngle,endAngle:r.endAngle,cornerRadius:r.cornerRadius,roundStart:r.roundedEnds.start,roundEnd:r.roundedEnds.end});else{const e=$o().innerRadius(r.innerRadius).outerRadius(r.outerRadius).startAngle(r.startAngle+Math.PI/2).endAngle(r.endAngle+Math.PI/2);r.cornerRadius&&e.cornerRadius(r.cornerRadius),o=e(fo)||""}return Wo("path",{d:o,transform:`translate(${r.cx},${r.cy})`,fill:yo(r.style.fill),stroke:r.style.stroke,strokeWidth:r.style.strokeWidth,opacity:r.style.opacity},i)}case"boxplot":{const t=e,n=t.columnWidth/2;return Co("g","vertical"===t.projection?{children:[Wo("line",{x1:t.x,y1:t.minPos,x2:t.x,y2:t.maxPos,stroke:t.style.stroke||"#333",strokeWidth:1}),Wo("rect",{x:t.x-n,y:Math.min(t.q1Pos,t.q3Pos),width:t.columnWidth,height:Math.abs(t.q3Pos-t.q1Pos),fill:yo(t.style.fill),fillOpacity:t.style.fillOpacity??.6,stroke:t.style.stroke||"#333",strokeWidth:1}),Wo("line",{x1:t.x-n,y1:t.medianPos,x2:t.x+n,y2:t.medianPos,stroke:t.style.stroke||"#333",strokeWidth:2}),Wo("line",{x1:t.x-.5*n,y1:t.minPos,x2:t.x+.5*n,y2:t.minPos,stroke:t.style.stroke||"#333",strokeWidth:1}),Wo("line",{x1:t.x-.5*n,y1:t.maxPos,x2:t.x+.5*n,y2:t.maxPos,stroke:t.style.stroke||"#333",strokeWidth:1})]}:{children:[Wo("line",{x1:t.minPos,y1:t.y,x2:t.maxPos,y2:t.y,stroke:t.style.stroke||"#333",strokeWidth:1}),Wo("rect",{x:Math.min(t.q1Pos,t.q3Pos),y:t.y-n,width:Math.abs(t.q3Pos-t.q1Pos),height:t.columnWidth,fill:yo(t.style.fill),fillOpacity:t.style.fillOpacity??.6,stroke:t.style.stroke||"#333",strokeWidth:1}),Wo("line",{x1:t.medianPos,y1:t.y-n,x2:t.medianPos,y2:t.y+n,stroke:t.style.stroke||"#333",strokeWidth:2}),Wo("line",{x1:t.minPos,y1:t.y-.5*n,x2:t.minPos,y2:t.y+.5*n,stroke:t.style.stroke||"#333",strokeWidth:1}),Wo("line",{x1:t.maxPos,y1:t.y-.5*n,x2:t.maxPos,y2:t.y+.5*n,stroke:t.style.stroke||"#333",strokeWidth:1})]},i)}case"violin":{const t=e,n=[Wo("path",{d:t.pathString,transform:t.translateX||t.translateY?`translate(${t.translateX},${t.translateY})`:void 0,fill:yo(t.style.fill),fillOpacity:t.style.fillOpacity??.6,stroke:t.style.stroke||"#333",strokeWidth:t.style.strokeWidth||1},o("path"))];if(t.iqrLine&&t.bounds){const e=t.bounds,r=e.x+e.width/2,i=e.y+e.height/2;t.iqrLine.isVertical?n.push(Wo("line",{x1:r,y1:t.iqrLine.q1Pos,x2:r,y2:t.iqrLine.q3Pos,stroke:t.style.stroke||"#333",strokeWidth:2},o("iqr")),Wo("circle",{cx:r,cy:t.iqrLine.medianPos,r:3,fill:"white",stroke:t.style.stroke||"#333",strokeWidth:1},o("med"))):n.push(Wo("line",{x1:t.iqrLine.q1Pos,y1:i,x2:t.iqrLine.q3Pos,y2:i,stroke:t.style.stroke||"#333",strokeWidth:2},o("iqr")),Wo("circle",{cx:t.iqrLine.medianPos,cy:i,r:3,fill:"white",stroke:t.style.stroke||"#333",strokeWidth:1},o("med")))}return Wo("g",{children:n},i)}case"connector":return Wo("line",{x1:e.x1,y1:e.y1,x2:e.x2,y2:e.y2,stroke:e.style.stroke||"#999",strokeWidth:e.style.strokeWidth||1,opacity:e.style.opacity??.5},i);case"trapezoid":{const t=e,n=t.points.map(e=>`${e[0]},${e[1]}`).join(" ");return Wo("polygon",{points:n,fill:yo(t.style.fill,"#999"),opacity:t.style.opacity,stroke:t.style.stroke,strokeWidth:t.style.strokeWidth},i)}default:return null}}import*as Oo from"react";import{area as Ro,line as Lo}from"d3-shape";var Po=new WeakMap,Fo=0,zo=!1,To=null,Do=null;function Bo(e,t){if(!t)return t;const n=function(e){const t=e.trim();if(!t.startsWith("var(")||!t.endsWith(")"))return null;const n=t.slice(4,-1),r=n.indexOf(",");if(-1===r){const e=n.trim();return e.startsWith("--")?{name:e}:null}const o=n.slice(0,r).trim(),i=n.slice(r+1).trim();return o.startsWith("--")?{name:o,fallback:i||void 0}:null}(t);if(!n)return t;const r=()=>n.fallback?Bo(e,n.fallback):t,o=e.canvas;if(!o)return r();!function(){if(zo)return;if("undefined"==typeof window||"undefined"==typeof document)return;zo=!0;const e=()=>{Fo++};if("undefined"!=typeof MutationObserver&&document.documentElement&&new MutationObserver(e).observe(document.documentElement,{attributes:!0,attributeFilter:["class","style","data-theme","data-semiotic-theme"],subtree:!0}),"function"==typeof window.matchMedia)try{To=window.matchMedia("(prefers-color-scheme: dark)"),Do=e,"function"==typeof To.addEventListener?To.addEventListener("change",Do):"function"==typeof To.addListener&&To.addListener(Do)}catch{}}();let i=Po.get(o);i&&i.version===Fo||(i={version:Fo,map:new Map},Po.set(o,i));const a=i.map.get(t);if(void 0!==a)return a;const s=getComputedStyle(o).getPropertyValue(n.name).trim()||r()||t;return i.map.set(t,s),s}function Eo(){return Fo}function Ho(e,t){const n=e.fillStyle,r="#010203";try{e.fillStyle=r,e.fillStyle=t}catch{return e.fillStyle=n,[78,121,167]}const o=e.fillStyle;if(e.fillStyle=n,"string"!=typeof o)return[78,121,167];if(o.toLowerCase()===r&&t.trim().toLowerCase()!==r)return[78,121,167];if(o.startsWith("#"))return[parseInt(o.slice(1,3),16),parseInt(o.slice(3,5),16),parseInt(o.slice(5,7),16)];const i=o.match(/(\d+)\s*,\s*(\d+)\s*,\s*(\d+)/);return i?[+i[1],+i[2],+i[3]]:[78,121,167]}import{curveMonotoneX as Go,curveMonotoneY as _o,curveCardinal as qo,curveCatmullRom as Vo,curveStep as Yo,curveStepBefore as Uo,curveStepAfter as Xo,curveBasis as Zo,curveNatural as Ko}from"d3-shape";function Jo(e){switch(e){case"monotoneX":return Go;case"monotoneY":return _o;case"cardinal":return qo;case"catmullRom":return Vo;case"step":return Yo;case"stepBefore":return Uo;case"stepAfter":return Xo;case"basis":return Zo;case"natural":return Ko;default:return null}}function Qo(e,t,n){if(null==t)return n;if(w(t)){const r=function(e,t){const n="undefined"!=typeof window&&window.devicePixelRatio||1,r=`${$(e)}@${n}`,o=A.get(r);if(void 0!==o)return o;const i=x({background:e.background,stroke:e.stroke,lineWidth:e.lineWidth,spacing:e.spacing,angle:e.angle},t),a=w(i)?null:i;return A.set(r,a),a}(t,e);return r||t.background&&Bo(e,t.background)||n}return"string"!=typeof t?t:Bo(e,t)||n}function ei(e,t){if(null==t)return;const n=Qo(e,t,"");return""===n?void 0:n}function ti(e,t,n,r,o,i,a){const s=t.stops.filter(e=>Number.isFinite(e.offset)&&(null==e.opacity||Number.isFinite(e.opacity)));if(2>s.length)return null;const l=e.createLinearGradient(r,o,i,a);for(const t of s)l.addColorStop(Math.max(0,Math.min(1,t.offset)),ni(e,t,n));return l}function ni(e,t,n){const r=t.color??n,o=Bo(e,r)||r;if(null==t.opacity)return o;const i=Math.max(0,Math.min(1,t.opacity)),[a,s,l]=Ho(e,o);return`rgba(${a},${s},${l},${i})`}function ri(e,t,n,r,o,i,a){const s=t.stops.filter(e=>Number.isFinite(e.offset)&&(null==e.opacity||Number.isFinite(e.opacity)));if(2>s.length)return null;const l=e.createLinearGradient(r,o,i,a);for(const t of s)l.addColorStop(Math.max(0,Math.min(1,t.offset)),ni(e,t,n));return l}function oi(e,t,n){let r=n;for(const n of t)"lesser"===n.thresholdType?n.value>e&&(r=n.color):e>n.value&&(r=n.color);return r}function ii(e,t,n,r){if(2>e.length||t.length!==e.length||0===n.length)return[];const o=[],i=(e,t,n)=>{const r=o[o.length-1];r?.color===e?r.path.push(n):o.push({color:e,path:[t,n]})};for(let o=1;e.length>o;o++){const[a,s]=e[o-1],[l,c]=e[o],u=t[o-1],d=t[o]-u,h=[0,...0===d?[]:n.map(({value:e})=>(e-u)/d).filter(e=>e>0&&1>e&&Number.isFinite(e)).sort((e,t)=>e-t).filter((e,t,n)=>0===t||e!==n[t-1]),1];for(let e=1;h.length>e;e++){const t=h[e-1],o=h[e];i(oi(u+d*((t+o)/2),n,r),[a+(l-a)*t,s+(c-s)*t],[a+(l-a)*o,s+(c-s)*o])}}return o}import*as ai from"react";import{arc as si}from"d3-shape";import{jsx as li,jsxs as ci}from"react/jsx-runtime";function ui(e,t){switch(e.type){case"circle":{const n=e,r=w(n.style.fill)?S(n.style.fill,`net-circle-${t}-hatch`):void 0;return ci(ai.Fragment,{children:[r&&li("defs",{children:r}),li("circle",{cx:n.cx,cy:n.cy,r:n.r,fill:r?`url(#net-circle-${t}-hatch)`:yo(n.style.fill),stroke:n.style.stroke,strokeWidth:n.style.strokeWidth,opacity:n.style.opacity})]},"net-circle-"+t)}case"rect":{const n=e,r=w(n.style.fill)?S(n.style.fill,`net-rect-${t}-hatch`):void 0;return ci(ai.Fragment,{children:[r&&li("defs",{children:r}),li("rect",{x:n.x,y:n.y,width:n.w,height:n.h,fill:r?`url(#net-rect-${t}-hatch)`:yo(n.style.fill),stroke:n.style.stroke,strokeWidth:n.style.strokeWidth,opacity:n.style.opacity})]},"net-rect-"+t)}case"arc":{const n=e,r=si().innerRadius(n.innerR).outerRadius(n.outerR).startAngle(n.startAngle+Math.PI/2).endAngle(n.endAngle+Math.PI/2)(fo)||"",o=w(n.style.fill)?S(n.style.fill,`net-arc-${t}-hatch`):void 0;return ci(ai.Fragment,{children:[o&&li("defs",{children:o}),li("path",{d:r,transform:`translate(${n.cx},${n.cy})`,fill:o?`url(#net-arc-${t}-hatch)`:yo(n.style.fill),stroke:n.style.stroke,strokeWidth:n.style.strokeWidth,opacity:n.style.opacity})]},"net-arc-"+t)}case"symbol":{const n=e,r=lo(n.symbolType,n.size,n.path);return li("path",{d:r,transform:n.rotation?`translate(${n.cx},${n.cy}) rotate(${180*n.rotation/Math.PI})`:`translate(${n.cx},${n.cy})`,fill:n.style.fill?yo(n.style.fill):"none",stroke:n.style.stroke,strokeWidth:n.style.strokeWidth,opacity:n.style.opacity},"net-symbol-"+t)}case"glyph":return mo(e,e.cx,e.cy,"net-glyph-"+(e.id??t));default:return null}}function di(e,t){switch(e.type){case"line":return li("line",{x1:e.x1,y1:e.y1,x2:e.x2,y2:e.y2,stroke:e.style.stroke||"#999",strokeWidth:e.style.strokeWidth||1,opacity:e.style.opacity},"net-edge-"+t);case"bezier":{const n=e;return li("path",{d:n.pathD,fill:yo(n.style.fill,"#999"),fillOpacity:n.style.fillOpacity,stroke:n.style.stroke||"none",strokeWidth:n.style.strokeWidth,opacity:n.style.opacity},"net-edge-"+t)}case"ribbon":{const n=e;return li("path",{d:n.pathD,fill:yo(n.style.fill,"#999"),fillOpacity:n.style.fillOpacity,stroke:n.style.stroke||"none",strokeWidth:n.style.strokeWidth,opacity:n.style.opacity},"net-edge-"+t)}case"curved":{const n=e;return li("path",{d:n.pathD,fill:yo(n.style.fill,"none"),stroke:n.style.stroke||"#999",strokeWidth:n.style.strokeWidth||1,opacity:n.style.opacity},"net-edge-"+t)}default:return null}}function hi(e,t){return li("text",{x:e.x,y:e.y,textAnchor:e.anchor||"middle",dominantBaseline:e.baseline||"auto",fontSize:e.fontSize||11,fontWeight:e.fontWeight,fill:e.fill||"var(--semiotic-text, #333)",stroke:e.stroke,strokeWidth:e.strokeWidth,paintOrder:e.paintOrder,children:e.text},"net-label-"+t)}import{jsx as fi,jsxs as yi}from"react/jsx-runtime";function pi(e,t,n,r){if(!e||2>t.length)return null;const o=go(e.stops,r);return o?fi("linearGradient",{id:n,gradientUnits:"userSpaceOnUse",x1:t[0][0],y1:0,x2:t[t.length-1][0],y2:0,children:o}):null}function mi(e,t,n){switch(e.type){case"line":{const r=e;if(0===r.path.length)return null;const o=Jo(r.curve),i=o?Lo().x(([e])=>e).y(([,e])=>e).curve(o)(r.path)??"":"M"+r.path.map(([e,t])=>`${e},${t}`).join("L"),a=po(`${n?n+"-":""}line-${t}-stroke-gradient`),s=pi(r.strokeGradient,r.path,a,r.style.stroke||"#4e79a7");return yi(Oo.Fragment,{children:[s&&fi("defs",{children:s}),fi("path",{d:i,fill:"none",stroke:s?`url(#${a})`:r.style.stroke||"#4e79a7",strokeWidth:r.style.strokeWidth||2,strokeDasharray:r.style.strokeDasharray,opacity:r.style.opacity})]},"line-"+t)}case"area":{const r=e;if(0===r.topPath.length)return null;const o=Jo(r.curve),i=!o||2>r.topPath.length||2>r.bottomPath.length?`M${r.topPath.map(([e,t])=>`${e},${t}`).join("L")}L${[...r.bottomPath].reverse().map(([e,t])=>`${e},${t}`).join("L")}Z`:Ro().x(([e])=>e).y0((e,t)=>r.bottomPath[t][1]).y1(([,e])=>e).curve(o)(r.topPath)??"",a=`${n?n+"-":""}area-${t}-hatch`,s=w(r.style.fill)?S(r.style.fill,a):void 0,l=po(`${n?n+"-":""}area-${t}-gradient`),c=function(e,t){const n=e.fillGradient;if(!n||"object"!=typeof n)return null;let r=1/0;for(const[,t]of e.topPath)r=Math.min(r,t);let o=-1/0;for(const[,t]of e.bottomPath)o=Math.max(o,t);if(!Number.isFinite(r)||!Number.isFinite(o))return null;const i=go(n.stops,yo(e.style.fill));return i?fi("linearGradient",{id:t,gradientUnits:"userSpaceOnUse",x1:0,y1:r,x2:0,y2:o,children:i}):null}(r,l),u=c?`url(#${l})`:s?`url(#${a})`:yo(r.style.fill),d=c?void 0:r.style.fillOpacity??r.style.opacity??.7,h=o?Lo().x(([e])=>e).y(([,e])=>e).curve(o)(r.topPath)??"":"M"+r.topPath.map(([e,t])=>`${e},${t}`).join("L"),f=po(`${n?n+"-":""}area-${t}-stroke-gradient`),y=!(!r.colorThresholds?.length||!r.rawValues||r.rawValues.length!==r.topPath.length),p=!!r.strokeColorBands?.length,m=y||p?null:pi(r.strokeGradient,r.topPath,f,r.style.stroke||"#4e79a7"),g=r.style.strokeWidth||2;let b=1/0,x=-1/0;for(const[e]of r.topPath)b>e&&(b=e),e>x&&(x=e);const v=p?r.strokeColorBands.map((e,r)=>po(`${n?n+"-":""}area-${t}-stroke-band-${r}`)):[],k=p?r.strokeColorBands.map((e,t)=>fi("clipPath",{id:v[t],children:fi("rect",{x:b-g,y:e.y,width:x-b+2*g,height:e.height})},v[t])):null,$=r.style.stroke&&"none"!==r.style.stroke?p?r.strokeColorBands.map((e,n)=>fi("path",{d:h,fill:"none",stroke:e.color??yo(r.style.stroke),strokeWidth:g,opacity:r.style.opacity,clipPath:`url(#${v[n]})`},`area-${t}-stroke-band-${n}`)):y?ii(r.topPath,r.rawValues,r.colorThresholds,yo(r.style.stroke)).map((e,n)=>fi("path",{d:"M"+e.path.map(([e,t])=>`${e},${t}`).join("L"),fill:"none",stroke:e.color,strokeWidth:g,opacity:r.style.opacity},`area-${t}-threshold-${n}`)):fi("path",{d:h,fill:"none",stroke:m?`url(#${f})`:yo(r.style.stroke),strokeWidth:g,opacity:r.style.opacity}):null;if(r.clipRect){const e=`${n?n+"-":""}area-clip-${t}`;return yi("g",{children:[yi("defs",{children:[c,!c&&s,m,k,fi("clipPath",{id:e,children:fi("rect",{x:r.clipRect.x,y:r.clipRect.y,width:r.clipRect.width,height:r.clipRect.height})})]}),yi("g",{clipPath:`url(#${e})`,children:[fi("path",{d:i,fill:u,fillOpacity:d,opacity:c?r.style.opacity:void 0,stroke:"none"}),$]})]},"area-"+t)}return yi(Oo.Fragment,{children:[(c||s||m||k)&&yi("defs",{children:[c,!c&&s,m,k]}),fi("path",{d:i,fill:u,fillOpacity:d,opacity:c?r.style.opacity:void 0,stroke:"none"}),$]},"area-"+t)}case"point":{const r=e,o=`${n?n+"-":""}point-${t}-hatch`,i=w(r.style.fill)?S(r.style.fill,o):void 0;return yi(Oo.Fragment,{children:[i&&fi("defs",{children:i}),fi("circle",{cx:r.x,cy:r.y,r:r.r,fill:i?`url(#${o})`:yo(r.style.fill),opacity:r.style.opacity??r.style.fillOpacity??.8,stroke:r.style.stroke,strokeWidth:r.style.strokeWidth})]},"point-"+t)}case"symbol":return bo(e,t);case"glyph":return mo(e,e.x,e.y,`${n??""}glyph-${e.pointId??t}`);case"rect":{const r=e,o=`${n?n+"-":""}xyrect-${t}-hatch`,i=w(r.style.fill)?S(r.style.fill,o):void 0;return yi(Oo.Fragment,{children:[i&&fi("defs",{children:i}),fi("rect",{x:r.x,y:r.y,width:r.w,height:r.h,fill:i?`url(#${o})`:yo(r.style.fill),opacity:r.style.opacity,stroke:r.style.stroke,strokeWidth:r.style.strokeWidth})]},"rect-"+t)}case"heatcell":{const n=e;if(n.showValues&&null!=n.value&&n.w>=20&&n.h>=20){const e=n.valueFormat?n.valueFormat(n.value):Number.isInteger(n.value)?n.value+"":100>Math.abs(n.value)?1>Math.abs(n.value)?n.value.toPrecision(3):n.value.toFixed(1):n.value.toFixed(0),[r,o,i]=function(e){if(e.startsWith("#")){let t=e.slice(1);if(3===t.length&&(t=t[0]+t[0]+t[1]+t[1]+t[2]+t[2]),6===t.length)return[parseInt(t.slice(0,2),16),parseInt(t.slice(2,4),16),parseInt(t.slice(4,6),16)]}const t=e.match(/rgba?\(\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d+)/);return t?[+t[1],+t[2],+t[3]]:[128,128,128]}(n.fill),a=.299*r+.587*o+.114*i>128?"#000":"#fff",s=Math.max(10,Math.min(16,.3*Math.min(n.w,n.h)));return yi("g",{children:[fi("rect",{x:n.x,y:n.y,width:n.w,height:n.h,fill:n.fill,stroke:n.style?.stroke,strokeWidth:n.style?.strokeWidth}),fi("text",{x:n.x+n.w/2,y:n.y+n.h/2,textAnchor:"middle",dominantBaseline:"middle",fill:a,fontSize:s+"px",children:e})]},"heatcell-"+t)}return fi("rect",{x:n.x,y:n.y,width:n.w,height:n.h,fill:n.fill,stroke:n.style?.stroke,strokeWidth:n.style?.strokeWidth},"heatcell-"+t)}case"candlestick":{const n=e;if(n.isRange){const e=n.dotRadius??Math.max(2,n.bodyWidth/2);return yi("g",{children:[fi("line",{x1:n.x,y1:n.highY,x2:n.x,y2:n.lowY,stroke:n.wickColor,strokeWidth:n.wickWidth}),fi("circle",{cx:n.x,cy:n.highY,r:e,fill:n.wickColor}),fi("circle",{cx:n.x,cy:n.lowY,r:e,fill:n.wickColor})]},"candle-"+t)}const r=Math.min(n.openY,n.closeY),o=Math.max(Math.abs(n.openY-n.closeY),1),i=n.isUp?n.upColor:n.downColor;return yi("g",{children:[fi("line",{x1:n.x,y1:n.highY,x2:n.x,y2:n.lowY,stroke:n.wickColor,strokeWidth:n.wickWidth}),fi("rect",{x:n.x-n.bodyWidth/2,y:r,width:n.bodyWidth,height:o,fill:i,stroke:i,strokeWidth:1})]},"candle-"+t)}default:return null}}var gi="undefined"==typeof window||"undefined"==typeof document;import*as bi from"react";import{jsx as xi}from"react/jsx-runtime";var vi=bi.createContext(null);function ki({children:e}){const[t,n]=bi.useState(!1),r=bi.useCallback(()=>n(e=>!e),[]),o=bi.useMemo(()=>({visible:t,setVisible:n,toggle:r}),[t,r]);return xi(vi.Provider,{value:o,children:e})}function wi(){return bi.useContext(vi)}function $i(){const e=bi.useContext(vi);return e?e.toggle:null}import{jsx as Mi}from"react/jsx-runtime";var Ai={position:"absolute",width:1,height:1,overflow:"hidden",clip:"rect(0,0,0,0)",whiteSpace:"nowrap",border:0};function Si({hoverPoint:e}){let t="";if(e){const n=e.data||e;t="object"==typeof n?"Data point: "+Object.entries(n).filter(([,e])=>"object"!=typeof e&&"function"!=typeof e).map(([e,t])=>`${e}: ${t}`).join(", "):"Data point: "+n}return Mi("div",{"aria-live":"polite","aria-atomic":"true",style:Ai,children:t})}function Wi(e){const t={};if(null==e||"object"!=typeof e)return t;for(const[n,r]of Object.entries(e))n.startsWith("_")||null!=r&&""!==r&&("number"==typeof r?Number.isFinite(r)&&(t[n]=r):"string"==typeof r?t[n]=r:"boolean"==typeof r?t[n]=r+"":r instanceof Date&&(t[n]=r.toISOString().slice(0,10)));return t}function Ci(e){return e&&"object"==typeof e?e:{}}function ji(e){return Ci(e.accessibility).tableFields??e.accessibleDatum??e.datum}function Ni(e){const t=[];if(!Array.isArray(e))return t;const n=e.some(e=>e&&("line"===e.type||"area"===e.type));for(const r of e)if(r&&"object"==typeof r&&null!==r.datum)try{switch(r.type){case"point":if(n)break;t.push({label:"Point",values:Wi(ji(r))});break;case"line":case"area":{const e=ji(r),n=Array.isArray(e)?e:[],o="line"===r.type?"Line point":"Area point";for(const e of n)t.push({label:o,values:Wi(e)});break}case"rect":{const e=ji(r),n=null!=e&&"object"==typeof e?e:{},o=n.category??r.group??"",i=n.value??n.__aggregateValue??n.total,a=Wi(n);null==a.category&&""!==o&&(a.category=o+""),null==a.value&&null!=i&&(a.value="number"==typeof i||"string"==typeof i?i:i+""),t.push({label:"Bar",values:a});break}case"heatcell":{const e=Wi(ji(r));null==e.value&&"number"==typeof r.value&&Number.isFinite(r.value)&&(e.value=r.value),t.push({label:"Cell",values:e});break}case"wedge":{const e=ji(r),n=Wi(e);if(null==n.category){const t=Ci(e),r=t.category??t.label;null!=r&&(n.category=r+"")}t.push({label:"Wedge",values:n});break}case"circle":t.push({label:"Node",values:Wi(ji(r))});break;case"arc":t.push({label:"Arc",values:Wi(ji(r))});break;case"candlestick":t.push({label:"Candlestick",values:Wi(ji(r))});break;case"geoarea":{const e=Ci(ji(r)),n=Wi(e);if(null==n.name){const t=Ci(e.properties).name??e.name;null!=t&&(n.name=t+"")}t.push({label:"Region",values:n});break}}}catch{}return t}import*as Ii from"react";import{jsx as Oi,jsxs as Ri}from"react/jsx-runtime";function Li(e,t){if(!e||0===e.length)return t+", empty";const n={};for(const t of e){if(null===t?.datum)continue;const e=t.type+"";n[e]=(n[e]||0)+1}if(0===Object.keys(n).length)return t+", empty";const r=[],o={point:"points",line:"lines",area:"areas",rect:"bars",heatcell:"cells",circle:"nodes",candlestick:"candlesticks",wedge:"wedges",arc:"arcs",geoarea:"regions"},i=["point","line","area","rect","heatcell","circle","candlestick","wedge","arc","geoarea"],a=Object.keys(n).sort((e,t)=>{const n=i.indexOf(e),r=i.indexOf(t);return(-1===n?999:n)-(-1===r?999:r)});for(const e of a)r.push(`${n[e]} ${o[e]||e}`);return`${t}, ${r.join(", ")}`}function Pi(e,t,n){const r=[];return e>0&&r.push(e+" nodes"),t>0&&r.push(t+" edges"),0===r.length?n+", empty":`${n}, ${r.join(", ")}`}var Fi=e=>{if(null==e)return"";const t=Math.round(100*e)/100;return Number.isNaN(t)?"":t+""},zi="semiotic-accessible-data-table",Ti=zi+" semiotic-accessible-data-table-hidden",Di=zi+" semiotic-accessible-data-table-visible",Bi=Di+" semiotic-accessible-data-table-network",Ei={position:"absolute",top:0,left:0,right:0,zIndex:"var(--semiotic-data-table-z-index, var(--semiotic-overlay-z-index, 20))",padding:"14px 16px 12px",borderBottom:"1px solid var(--semiotic-data-table-border, var(--semiotic-border, #e0e0e0))",fontFamily:"var(--semiotic-font-family, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif)",fontSize:13,lineHeight:1.5,color:"var(--semiotic-data-table-text, var(--semiotic-text, #333))",background:"var(--semiotic-data-table-bg, var(--semiotic-surface, var(--semiotic-bg, #fff)))",borderRadius:"var(--semiotic-border-radius, 0px) var(--semiotic-border-radius, 0px) 0 0"},Hi={marginBottom:8,paddingRight:28,color:"var(--semiotic-data-table-muted-text, var(--semiotic-text-secondary, #666))",fontSize:12,letterSpacing:"0.01em"},Gi={position:"absolute",top:10,right:10,width:22,height:22,display:"flex",alignItems:"center",justifyContent:"center",border:"1px solid var(--semiotic-data-table-border, var(--semiotic-border, #e0e0e0))",background:"var(--semiotic-data-table-bg, var(--semiotic-surface, var(--semiotic-bg, #fff)))",cursor:"pointer",color:"var(--semiotic-data-table-muted-text, var(--semiotic-text-secondary, #666))",fontSize:13,lineHeight:1,padding:0,borderRadius:"var(--semiotic-border-radius, 4px)"},_i={width:"100%",borderCollapse:"collapse",fontSize:12,marginTop:4,fontVariantNumeric:"tabular-nums"},qi={textAlign:"left",padding:"5px 10px",borderBottom:"2px solid var(--semiotic-data-table-border, var(--semiotic-border, #e0e0e0))",fontWeight:600,fontSize:11,textTransform:"uppercase",letterSpacing:"0.04em",color:"var(--semiotic-data-table-muted-text, var(--semiotic-text-secondary, #666))"},Vi={padding:"4px 10px",borderBottom:"1px solid var(--semiotic-data-table-border, var(--semiotic-border, #e0e0e0))"},Yi={textAlign:"left",fontSize:11,color:"var(--semiotic-data-table-muted-text, var(--semiotic-text-secondary, #666))",marginBottom:4,fontStyle:"italic"},Ui={marginTop:8,padding:"4px 10px",fontSize:12,cursor:"pointer",border:"1px solid var(--semiotic-data-table-border, var(--semiotic-border, #e0e0e0))",borderRadius:"var(--semiotic-border-radius, 4px)",background:"var(--semiotic-data-table-bg, var(--semiotic-surface, var(--semiotic-bg, #fff)))",color:"var(--semiotic-data-table-text, var(--semiotic-text, #333))",fontFamily:"inherit"};function Xi({scene:e,chartType:t,tableId:n,chartTitle:r}){const[o,i]=Ii.useState(!1),[a,s]=Ii.useState(5),l=wi(),c=l?.visible??!1,u=o||c,d=Ii.useRef(null),h=r?"Data summary for "+r:n?`Data summary for ${t} ${n}`:"Data summary for "+t;Ii.useEffect(()=>{u||s(5)},[u]);const f=Ii.useCallback(e=>{e.target===e.currentTarget&&(o||c||i(!0))},[o,c]),y=Ii.useCallback(e=>{c||d.current?.contains(e.relatedTarget)||i(!1)},[c]);if(!e||0===e.length)return n?Oi("span",{id:n,tabIndex:-1,style:Ai}):null;if(!u)return Oi("div",{id:n,className:Ti,tabIndex:-1,onFocus:f,style:Ai,role:"region","aria-label":h,children:Ri("button",{type:"button",onClick:()=>i(!0),children:["View data summary (",e.length," elements)"]})});const p=Ni(e),m=function(e){if(!e||0===e.length)return[];const t=new Set;for(const n of e)if(n&&n.values)for(const e of Object.keys(n.values))t.add(e);const n=[];for(const r of t){const t=[],o=new Set;for(const n of e){if(!n||!n.values)continue;const e=n.values[r];null!=e&&""!==e&&("number"==typeof e&&!Number.isNaN(e)&&Number.isFinite(e)?t.push(e):"number"==typeof e||"object"!=typeof e&&"function"!=typeof e&&o.add(e+""))}if(t.length>0){let e=t[0],o=t[0],i=0;for(const n of t)e>n&&(e=n),n>o&&(o=n),i+=n;n.push({name:r,count:t.length,numeric:!0,min:e,max:o,mean:i/t.length})}else if(o.size>0){const e=Array.from(o);n.push({name:r,count:e.length,numeric:!1,uniqueValues:e.slice(0,5)})}}return n}(p),g=function(e,t){const n=[e+" data points."];for(const e of t)if(e.numeric)n.push(`${e.name}: ${Fi(e.min)} to ${Fi(e.max)}, mean ${Fi(e.mean)}.`);else{const t=e.uniqueValues,r=t.length>3?`${t.slice(0,3).join(", ")}… (${e.count} unique)`:t.join(", ");n.push(`${e.name}: ${r}.`)}return n.join(" ")}(p.length,m),b=Math.min(a,p.length),x=p.slice(0,b),v=p.length-b,k=new Set;for(const e of x)for(const t of Object.keys(e.values))k.add(t);const w=Array.from(k);return Ri("div",{ref:d,id:n,className:Di,tabIndex:-1,onBlur:y,style:Ei,role:"region","aria-label":h,children:[Oi("button",{type:"button",className:"semiotic-accessible-data-table-close",onClick:()=>{c&&l&&l.setVisible(!1),i(!1)},"aria-label":"Close data summary",style:Gi,children:"×"}),Oi("div",{className:"semiotic-accessible-data-table-summary",role:"note",style:Hi,children:g}),Ri("table",{className:"semiotic-accessible-data-table-table",role:"table","aria-label":"Sample data for "+t,style:_i,children:[Oi("caption",{className:"semiotic-accessible-data-table-caption",style:Yi,children:v>0?`First ${b} of ${p.length} data points`:`All ${p.length} data points`}),Oi("thead",{children:Ri("tr",{children:[Oi("th",{style:qi,children:"type"}),w.map(e=>Oi("th",{style:qi,children:e},e))]})}),Oi("tbody",{children:x.map((e,t)=>Ri("tr",{children:[Oi("td",{style:Vi,children:e.label}),w.map(t=>{return Oi("td",{style:Vi,children:(n=e.values[t],null==n||""===n?"—":"number"==typeof n?Number.isNaN(n)?"—":Fi(n):"boolean"==typeof n?n?"true":"false":"object"==typeof n?"—":n+"")},t);var n})]},t))})]}),v>0&&Ri("button",{type:"button",className:"semiotic-accessible-data-table-show-more",onClick:()=>s(e=>e+25),style:Ui,children:["Show ",Math.min(25,v)," more"," ",1===v?"row":"rows"," (",v," remaining)"]})]})}function Zi({nodes:e,edges:t,chartType:n,tableId:r,chartTitle:o}){const[i,a]=Ii.useState(!1),[s,l]=Ii.useState(5),c=wi(),u=c?.visible??!1,d=i||u,h=o?"Data summary for "+o:r?`Data summary for ${n} ${r}`:"Data summary for "+n,f=Ii.useRef(null);Ii.useEffect(()=>{d||l(5)},[d]);const y=Ii.useCallback(e=>{e.target===e.currentTarget&&(i||u||a(!0))},[i,u]),p=Ii.useCallback(e=>{u||f.current?.contains(e.relatedTarget)||a(!1)},[u]);if(!e||0===e.length)return r?Oi("span",{id:r,tabIndex:-1,style:Ai}):null;if(!d)return Oi("div",{id:r,className:Ti,tabIndex:-1,onFocus:y,style:Ai,role:"region","aria-label":h,children:Ri("button",{type:"button",onClick:()=>a(!0),children:["View data summary (",e.length," nodes, ",t.length," edges)"]})});const m=Array.isArray(e)?e:[],g=Array.isArray(t)?t:[],b=new Map,x=new Map,v=new Map,k=new Map;for(const e of g){if(!e||"object"!=typeof e)continue;const t=e.datum??{source:e.source,target:e.target},n="object"==typeof t.source?t.source?.id:t.source,r="object"==typeof t.target?t.target?.id:t.target,o="number"==typeof t.value&&Number.isFinite(t.value)?t.value:0;if(null!=n&&""!==n){const e=n+"";x.set(e,(x.get(e)??0)+1),k.set(e,(k.get(e)??0)+o)}if(null!=r&&""!==r){const e=r+"";b.set(e,(b.get(e)??0)+1),v.set(e,(v.get(e)??0)+o)}}const w=[];for(let e=0;m.length>e;e++){const t=m[e];if(!t||"object"!=typeof t)continue;const n=t.datum?.id??t.id,r=null!=n?n+"":"node-"+e,o=b.get(r)??0,i=x.get(r)??0,a=v.get(r)??0,s=k.get(r)??0;w.push({id:r,degree:o+i,inDeg:o,outDeg:i,wDegree:a+s,wInDeg:a,wOutDeg:s})}w.sort((e,t)=>t.degree-e.degree);let $=0,M=0;if(w.length>0){let e=0;for(const t of w)e+=t.degree,t.degree>M&&(M=t.degree);$=e/w.length}const A=g.some(e=>{const t=e?.datum??{source:e?.source,target:e?.target};return"number"==typeof t?.value&&Number.isFinite(t.value)}),S=[`${w.length} nodes, ${g.length} edges.`];w.length>0&&S.push(`Mean degree: ${Fi($)}, max degree: ${M}.`);const W=Math.min(s,w.length),C=w.slice(0,W),j=w.length-W;return Ri("div",{ref:f,id:r,className:Bi,tabIndex:-1,onBlur:p,style:Ei,role:"region","aria-label":h,children:[Oi("button",{type:"button",className:"semiotic-accessible-data-table-close",onClick:()=>{u&&c&&c.setVisible(!1),a(!1)},"aria-label":"Close data summary",style:Gi,children:"×"}),Oi("div",{className:"semiotic-accessible-data-table-summary",role:"note",style:Hi,children:S.join(" ")}),Ri("table",{className:"semiotic-accessible-data-table-table",role:"table","aria-label":"Node degree summary for "+n,style:_i,children:[Oi("caption",{className:"semiotic-accessible-data-table-caption",style:Yi,children:j>0?`Top ${W} of ${w.length} nodes by degree`:`All ${w.length} nodes by degree`}),Oi("thead",{children:Ri("tr",{children:[Oi("th",{style:qi,children:"id"}),Oi("th",{style:qi,children:"degree"}),Oi("th",{style:qi,children:"in"}),Oi("th",{style:qi,children:"out"}),A&&Oi("th",{style:qi,children:"w. degree"}),A&&Oi("th",{style:qi,children:"w. in"}),A&&Oi("th",{style:qi,children:"w. out"})]})}),Oi("tbody",{children:C.map((e,t)=>Ri("tr",{children:[Oi("td",{style:Vi,children:e.id}),Oi("td",{style:Vi,children:e.degree}),Oi("td",{style:Vi,children:e.inDeg}),Oi("td",{style:Vi,children:e.outDeg}),A&&Oi("td",{style:Vi,children:Fi(e.wDegree)}),A&&Oi("td",{style:Vi,children:Fi(e.wInDeg)}),A&&Oi("td",{style:Vi,children:Fi(e.wOutDeg)})]},t))})]}),j>0&&Ri("button",{type:"button",className:"semiotic-accessible-data-table-show-more",onClick:()=>l(e=>e+25),style:Ui,children:["Show ",Math.min(25,j)," more"," ",1===j?"node":"nodes"," (",j," remaining)"]})]})}function Ki({summary:e}){return e?Oi("div",{role:"note",style:Ai,children:e}):null}function Ji({tableId:e}){return Oi("a",{href:"#"+e,style:Ai,onClick:t=>{t.preventDefault();const n=document.getElementById(e);n&&requestAnimationFrame(()=>n.focus())},onFocus:e=>{Object.assign(e.currentTarget.style,{position:"absolute",width:"auto",height:"auto",overflow:"visible",clip:"auto",whiteSpace:"normal",padding:"4px 8px",background:"var(--semiotic-bg, #fff)",color:"var(--semiotic-text, #000)",border:"2px solid var(--semiotic-focus, #005fcc)",borderRadius:"4px",zIndex:"10",fontSize:"12px",top:"4px",left:"4px"})},onBlur:e=>{const t=e.currentTarget;t.removeAttribute("style"),Object.assign(t.style,Ai)},children:"Skip to data table"})}import{jsx as Qi}from"react/jsx-runtime";var ea="var(--semiotic-focus, #005fcc)";function ta({active:e,hoverPoint:t,margin:n,size:r,shape:o="circle",width:i,height:a,pathData:s}){if(!e||!t)return null;const l=t.x+n.left,c=t.y+n.top;let u;if("geoarea"!==o&&"path"!==o||!s)if("rect"===o&&null!=i&&null!=a){const e=Math.max(i,4),t=Math.max(a,4);u=Qi("rect",{x:l-e/2-3,y:c-t/2-3,width:e+6,height:t+6,rx:3,fill:"none",stroke:ea,strokeWidth:2,strokeDasharray:"4,2"})}else u=Qi("circle","wedge"===o?{cx:l,cy:c,r:12,fill:"none",stroke:ea,strokeWidth:2.5,strokeDasharray:"6,3"}:{cx:l,cy:c,r:8,fill:"none",stroke:ea,strokeWidth:2,strokeDasharray:"4,2"});else u=Qi("g",{transform:`translate(${n.left},${n.top})`,children:Qi("path",{d:s,fill:"none",stroke:ea,strokeWidth:2.5,strokeDasharray:"6,3"})});return Qi("svg",{style:{position:"absolute",left:0,top:0,width:r[0],height:r[1],pointerEvents:"none",zIndex:2},"aria-hidden":"true",children:u})}import*as na from"react";import{jsx as ra}from"react/jsx-runtime";function oa({x:e,y:t,containerWidth:n,containerHeight:r,margin:o,children:i,className:a="stream-frame-tooltip",zIndex:s=1}){const l=Number.isFinite(e)&&Number.isFinite(t),c=na.useRef(null),[u,d]=na.useState(null);na.useLayoutEffect(()=>{const e=c.current;if(!e)return;const t=()=>{const t=e.getBoundingClientRect();Number.isFinite(t.width)&&Number.isFinite(t.height)&&d(e=>e&&.5>Math.abs(e.width-t.width)&&.5>Math.abs(e.height-t.height)?e:{width:t.width,height:t.height})};if(t(),"undefined"==typeof ResizeObserver)return;const n=new ResizeObserver(t);return n.observe(e),()=>n.disconnect()},[a,n,r,l]);let h;h=u?`translate(${u.width+12>n-e?"calc(-100% - 12px)":"12px"}, ${u.height+12>r-t?"calc(-100% - 4px)":"4px"})`:`translate(${e>.7*n?"calc(-100% - 12px)":"12px"}, ${.3*r>t?"4px":"calc(-100% - 4px)"})`;const f=function(e){if(!na.isValidElement(e))return!1;const t=e.type;if("string"!=typeof t&&t&&!0===t.ownsChrome)return!0;const n=e.props;if(!0===n["data-semiotic-tooltip-chrome"])return!0;if("true"===n["data-semiotic-tooltip-chrome"])return!0;const r=n.style;if(r&&"object"==typeof r){if(null!=r.background&&""!==r.background&&"transparent"!==r.background)return!0;if(null!=r.backgroundColor&&""!==r.backgroundColor&&"transparent"!==r.backgroundColor)return!0}return!1}(i),y=f?null:K;return l?ra("div",{ref:c,className:f?a:(a+" semiotic-tooltip").trim(),style:{...y||{},position:"absolute",left:o.left+e,top:o.top+t,transform:h,pointerEvents:"none",zIndex:s,width:"max-content"},children:i}):null}import*as ia from"react";import{useCallback as aa,useEffect as sa,useLayoutEffect as la,useMemo as ca,useRef as ua}from"react";function da(e,t="ease-out-cubic"){return"linear"===t?e:1-Math.pow(1-e,3)}function ha(e,t){return Math.min((e-t.startTime)/t.duration,1)}function fa(e,t,n){return e+(t-e)*n}function ya(){return"undefined"!=typeof performance?performance.now():Date.now()}var pa=()=>"undefined"!=typeof performance?performance.now():Date.now();function ma(e){let t=e>>>0;return()=>{t+=1831565813;let e=t;return e=Math.imul(e^e>>>15,1|e),e^=e+Math.imul(e^e>>>7,61|e),((e^e>>>14)>>>0)/4294967296}}function ga(e,t){const n=e();return Number.isFinite(n)?n:t}var ba=class{constructor(e={}){this.randomSource=Math.random,this.subscribers=new Set,this.now=()=>this.advance(),this.random=()=>this.randomSource(),this.clock=e.clock??pa,this.lastWallTime=ga(this.clock,0),this.logicalTime=this.lastWallTime,this.pausedValue=!0===e.paused,this.visibleValue=!1!==e.visible,this.setRandomSource(e.random,e.seed)}get isActive(){return!this.pausedValue&&this.visibleValue}get paused(){return this.pausedValue}get seed(){return this.seedValue}get visible(){return this.visibleValue}configure(e){this.setClock(e.clock),this.setRandomSource(e.random,e.seed)}setPaused(e){this.pausedValue!==e&&(this.advance(),this.pausedValue=e,this.emit())}setVisible(e){this.visibleValue!==e&&(this.advance(),this.visibleValue=e,this.emit())}snapshot(){return{now:this.now(),paused:this.pausedValue,seed:this.seedValue,visible:this.visibleValue}}subscribe(e){return this.subscribers.add(e),()=>this.subscribers.delete(e)}advance(){const e=ga(this.clock,this.lastWallTime),t=Math.max(0,e-this.lastWallTime);return this.lastWallTime=e,this.isActive&&(this.logicalTime+=t),this.logicalTime}emit(){for(const e of this.subscribers)e()}setClock(e){const t=e??pa;t!==this.clock&&(this.advance(),this.clock=t,this.lastWallTime=ga(t,this.lastWallTime))}setRandomSource(e,t){const n=function(e){return"number"==typeof e&&Number.isFinite(e)?Math.trunc(e):void 0}(t);e===this.randomInput&&n===this.seedValue||(this.randomInput=e,this.seedValue=n,this.randomSource=e??(void 0===n?Math.random:ma(n)))}},xa=22,va="undefined"==typeof window?sa:la,ka={requestAnimationFrame:e=>("undefined"==typeof window?globalThis:window).requestAnimationFrame(e),cancelAnimationFrame:e=>("undefined"==typeof window?globalThis:window).cancelAnimationFrame(e)};function wa(e,t,n){return"function"==typeof e?e({size:t,margin:n}):e}function $a(e){const t=l(),n=ua(t);n.current=t;const[o,i]=on(e.sizeProp,e.responsiveWidth,e.responsiveHeight),a=!!e.title,s=!!e.legend&&"top"===e.legendPosition,c=ca(()=>function(e,t,n=!1){const r=n?t?58:34:t?36:0;return r>e.top?{...e,top:r}:e}({...e.marginDefault,...e.userMargin},a,s),[e.marginDefault,e.userMargin,a,s]),u=i[0]-c.left-c.right,d=i[1]-c.top-c.bottom,h=wa(e.foregroundGraphics,i,c),f=wa(e.backgroundGraphics,i,c),y=r(e=>e.theme),{transition:p,introEnabled:m}=function(e,t){if(!1===e)return{transition:void 0,introEnabled:!1};const n="undefined"!=typeof window&&window.matchMedia?.("(prefers-reduced-motion: reduce)").matches;return{transition:e?!0===e?{duration:300}:{duration:e.duration??300,easing:"linear"===e.easing?"linear":"ease-out"}:t,introEnabled:!(n||!e||!0!==e&&!1===e.intro)}}(e.animate,e.transitionProp),g="semiotic-table-"+ia.useId(),b=ua(null);if(!b.current){const t=!e.suspendWhenHidden||"undefined"==typeof document||!document.hidden;b.current=new ba({clock:e.clock,random:e.random,seed:e.seed,paused:e.paused,visible:t})}const x=b.current;x.configure({clock:e.clock,random:e.random,seed:e.seed});const v=ua(null),k=ua(e.frameScheduler??ka);k.current=e.frameScheduler??ka;const w=ua(null),$=ua(!1),M=ua(()=>{}),A=aa(()=>{if(null!==v.current||$.current)return;const e=k.current;let t=!1,n=!1;const r=e.requestAnimationFrame(()=>{t=!0;const e=!n;e&&($.current=!0),v.current=null,w.current=null;try{M.current()}finally{e&&($.current=!1)}});n=!0,t||(v.current=r,w.current=e)},[]),S=aa(()=>{null!==v.current&&((w.current??k.current).cancelAnimationFrame(v.current),v.current=null,w.current=null)},[]);va(()=>{x.setPaused(!0===e.paused)},[x,e.paused]),sa(()=>{if(!e.suspendWhenHidden||"undefined"==typeof document)return void x.setVisible(!0);const t=()=>x.setVisible(!document.hidden);return t(),document.addEventListener("visibilitychange",t),()=>document.removeEventListener("visibilitychange",t)},[x,e.suspendWhenHidden]),sa(()=>()=>{S()},[S]);const W=ua(()=>{}),C=ua(()=>{}),j=ua(null),N=ua(null),I=ua(null),O=aa(()=>{const e=j.current;j.current=null,e&&W.current(e)},[]),R=aa(e=>{if(j.current={clientX:e.clientX,clientY:e.clientY,pointerType:e.pointerType},null===N.current){const e=k.current;let t=!1;const n=e.requestAnimationFrame(()=>{t=!0,N.current=null,I.current=null,O()});t||(N.current=n,I.current=e)}},[O]),L=aa(()=>{j.current=null,null!==N.current&&((I.current??k.current).cancelAnimationFrame(N.current),N.current=null,I.current=null),C.current()},[]);sa(()=>()=>{j.current=null,null!==N.current&&((I.current??k.current).cancelAnimationFrame(N.current),N.current=null,I.current=null)},[]);const P=e.themeDirtyRef;return va(()=>{P&&(Fo++,P.current=!0,A())},[y,A,P]),{reducedMotion:t,reducedMotionRef:n,responsiveRef:o,size:i,margin:c,adjustedWidth:u,adjustedHeight:d,resolvedForeground:h,resolvedBackground:f,currentTheme:y,transition:p,introEnabled:m,tableId:g,frameRuntime:x,rafRef:v,renderFnRef:M,scheduleRender:A,cancelRender:S,hoverHandlerRef:W,hoverLeaveRef:C,onPointerMove:R,onPointerLeave:L}}import{useEffect as Ma,useRef as Aa}from"react";import{jsx as Sa}from"react/jsx-runtime";function Wa(e,t){return function(e){const{cancelRender:t,dirtyRef:n,frameRuntime:r,manageFrameRuntime:o,scheduleRender:i}=e,a=Aa(null),l=Aa(null),c=Aa(!1);return s({hydrated:e.hydrated,wasHydratingFromSSR:e.wasHydratingFromSSR,storeRef:e.storeRef,dirtyRef:e.dirtyRef,renderFnRef:e.renderFnRef,cancelRender:e.cancelRender,cleanup:e.cleanup}),Ma(()=>{if(!1!==o)return r.subscribe(()=>{r.isActive?(n.current=!0,i()):t()})},[t,n,r,o,i]),Ma(()=>{!c.current&&(c.current=!0,e.skipInitialCanvasPaintInvalidation)||(e.dirtyRef.current=!0,e.scheduleRender())},e.canvasPaintDependencies),{canvasRef:a,interactionCanvasRef:l}}({...t,renderFnRef:e.renderFnRef,scheduleRender:e.scheduleRender,cancelRender:e.cancelRender,frameRuntime:e.frameRuntime})}function Ca({children:e,size:t,margin:n,overflowVisible:r=!1}){return e?Sa("svg",{style:{position:"absolute",left:0,top:0,width:t[0],height:t[1],pointerEvents:"none",overflow:r?"visible":void 0},children:Sa("g",{transform:`translate(${n.left},${n.top})`,children:e})}):null}function ja(e,t,n,r){const o=e.getContext("2d");if(!o)return null;const i=Math.round(t[0]*r),a=Math.round(t[1]*r),s=i/t[0],l=a/t[1],c=t[0]+"px",u=t[1]+"px";return e.style.width!==c&&(e.style.width=c),e.style.height!==u&&(e.style.height=u),e.width===i&&e.height===a||(e.width=i,e.height=a),o.setTransform(s,0,0,l,0,0),o.translate(n.left,n.top),o}function Na(){if("undefined"==typeof window)return 1;const e=window.devicePixelRatio||1,t=function(){if("undefined"==typeof window)return!1;const e="function"==typeof window.matchMedia&&window.matchMedia("(pointer: coarse)").matches,t=768>Math.min(window.innerWidth||1/0,window.innerHeight||1/0);return e||t}()?2:3;return Math.max(1,Math.min(e,t))}function Ia(e){return"touch"===e?"touch":"pointer"}function Oa(e){const t=e.target;return t instanceof Element&&t!==e.currentTarget&&null!=t.closest("button, a[href], input, select, textarea, summary, [contenteditable='true'], [role='button'], [role='link'], [role='checkbox'], [role='radio'], [role='switch']")}function Ra(e){const{onObservation:t,datum:n,x:r=0,y:o=0,chartType:i,chartId:a,context:s,timestamp:l=Date.now()}=e;t&&(n?(t({type:"hover",datum:n,x:r,y:o,timestamp:l,chartType:i,chartId:a}),"focus"===s?.type&&t({type:"focus",datum:n,inputType:"touch"===s.inputType?"pointer":s.inputType,timestamp:l,chartType:i,chartId:a})):t({type:"hover-end",timestamp:l,chartType:i,chartId:a}))}function La(e){const{onObservation:t,datum:n,x:r=0,y:o=0,chartType:i,chartId:a,context:s,timestamp:l=Date.now()}=e;t&&(n?(t({type:"click",datum:n,x:r,y:o,timestamp:l,chartType:i,chartId:a}),"activate"===s?.type&&t({type:"activate",datum:n,inputType:s.inputType,timestamp:l,chartType:i,chartId:a})):t({type:"click-end",timestamp:l,chartType:i,chartId:a}))}function Pa(e,t){return e?!0===e?{name:"hover",fields:t||[]}:"string"==typeof e?{name:e,fields:t||[]}:{name:e.name||"hover",fields:e.fields||t||[],mode:e.mode,xField:e.xField,seriesField:e.seriesField}:null}function Fa(e){return e?"string"==typeof e?{name:e}:e:null}var za=.5;function Ta(e,t,n){return t?(r,...o)=>{const i={...e(r,...o)};if(t.isActive)if(t.predicate(r))n?.selectedStyle&&Object.assign(i,n.selectedStyle);else{const e=n?.unselectedOpacity??.5;i.opacity=e,i.fillOpacity=e,i.strokeOpacity=e,n?.unselectedStyle&&Object.assign(i,n.unselectedStyle)}return i}:e}var Da={enabled:!0,tapToSelect:!0,tapToLockTooltip:!0,clearSelection:"backgroundTap",targetSize:44,snap:"nearestDatum",brushHandleSize:44,standardControls:!1,enabled:!1,tapToSelect:!1,tapToLockTooltip:!1};function Ba(e,t={}){const n=t.mobileSemantics?.interaction,r="number"==typeof n?.targetSize?n.targetSize:"number"==typeof t.mobileSemantics?.minimumHitTarget?t.mobileSemantics.minimumHitTarget:void 0,o="mobile"===t.mode||"number"==typeof t.width&&480>=t.width,i=!!n||void 0!==r,a=e&&"object"==typeof e?e:void 0;if(!1===e||!1===a?.enabled||void 0===e&&!o&&!i)return Da;const s=a??{};return{enabled:!0,tapToSelect:s.tapToSelect??!0,tapToLockTooltip:s.tapToLockTooltip??!0,clearSelection:s.clearSelection??"backgroundTap",targetSize:s.targetSize??r??44,snap:s.snap??"nearestDatum",brushHandleSize:s.brushHandleSize??44,standardControls:s.standardControls??!1}}var Ea={primary:{width:600,height:400,showAxes:!0,showGrid:!1,enableHover:!0,showLegend:void 0,showLabels:void 0,marginDefaults:{top:50,bottom:60,left:70,right:40}},context:{width:400,height:250,showAxes:!1,showGrid:!1,enableHover:!1,showLegend:!1,showLabels:!1,marginDefaults:{top:10,bottom:10,left:10,right:10}},sparkline:{width:120,height:24,showAxes:!1,showGrid:!1,enableHover:!1,showLegend:!1,showLabels:!1,marginDefaults:{top:2,bottom:2,left:0,right:0}},mobile:{width:390,height:300,showAxes:!0,showGrid:!1,enableHover:!0,showLegend:!1,showLabels:!0,marginDefaults:{top:28,bottom:42,left:44,right:16}}},Ha={top:10,bottom:10,left:10,right:10};function Ga(e){return e.compactMode?e.marginDefaults:Ha}function _a(e,t,n){if(!1!==t)return e;const r={...e};return"horizontal"===n?r.left=Math.min(r.left,15):r.bottom=Math.min(r.bottom,15),r}import{useMemo as qa,useCallback as Va,useState as Ya}from"react";function Ua({data:e,colorBy:t,colorScale:n,getColor:r,strokeColor:o,strokeWidth:i,categories:a}){return{legendGroups:[{styleFn:e=>{const t=e.color||"#333",n={fill:t,stroke:t};return void 0!==o&&(n.stroke=o),void 0!==i&&(n.strokeWidth=i),n},type:"fill",items:(a&&a.length>0?a:Array.from(new Set(e.map(e=>"function"==typeof t?t(e):e[t])))).map((o,i)=>{const a=e.find("function"==typeof t?e=>t(e)===o:e=>e[t]===o),s=a?r(a,t,n):n?n(o):ze[i%ze.length];return{label:o+"",color:s}}),label:""}]}}function Xa({data:e,colorBy:t,colorScale:n,showLegend:r,legendPosition:o="right",userMargin:i,defaults:a={top:50,bottom:60,left:70,right:40},categories:s,additionalLegend:l,chartWidth:c,legendLayout:u,hasTitle:d=!1}){const h=Ct(ln),f=null!==Ct(dn),y=void 0!==r?r:!h&&!!t,p=!!t&&(y||f),m=qa(()=>{if(!p)return[];if(void 0!==s)return s;const n=new Set;for(const r of e){const e="function"==typeof t?t(r):r[t];null!=e&&n.add(e+"")}return Array.from(n)},[s,t,e,p]);pn(f&&t?m:[]);const g=qa(()=>{if(!y||!t)return;const r=Ua({data:e,colorBy:t,colorScale:n,getColor:Be,categories:m});return 0!==r.legendGroups.reduce((e,t)=>e+t.items.length,0)?r:void 0},[y,t,e,n,m]),b=qa(()=>zt(g,l),[g,l]),x=qa(()=>{const e="number"==typeof i?{top:i,bottom:i,left:i,right:i}:i??{},t=t=>{const n=e[t];return"number"==typeof n?n:a[t]},n={top:t("top"),right:t("right"),bottom:t("bottom"),left:t("left")},r=t=>"number"==typeof e[t];if(b){const e=function(e,t){return Et(e,t)+Ht(e)+Gt(t)}(b,u),t=_t(b,Math.max(1,(c??600)-n.left-n.right),u)+Ht(b)+("top"===o&&d?24:0);"right"===o&&!r("right")&&e>n.right?n.right=e:"left"===o&&!r("left")&&e>n.left?n.left=e:"top"!==o||r("top")?"bottom"!==o||r("bottom")||(n.bottom=Math.max(n.bottom,80,t)):n.top=Math.max(n.top,50,t)}return n},[a,i,b,o,c,u,d]);return{legend:b,margin:x,legendPosition:o}}function Za(e,t,n){const[r,o]=Ya(null),[i,a]=Ya(new Set),s=qa(()=>new Set,[]),l=Va(t=>{"highlight"===e&&o(t?t.label:null)},[e]),c=Va(t=>{"isolate"===e&&a(e=>{const r=new Set(e);return r.has(t.label)?r.delete(t.label):r.add(t.label),r.size===n.length?new Set:r})},[e,n.length]),u=qa(()=>{if(!e||"none"===e||!t)return null;const n="string"==typeof t?t:null;return"highlight"===e&&null!=r?{isActive:!0,predicate:e=>(n?e[n]:"function"==typeof t?t(e):null)===r}:"isolate"===e&&i.size>0?{isActive:!0,predicate:e=>{const r=n?e[n]:"function"==typeof t?t(e):null;return i.has(r)}}:null},[e,t,r,i]);return{highlightedCategory:"highlight"===e?r:null,isolatedCategories:"isolate"===e?i:s,onLegendHover:l,onLegendClick:c,legendSelectionHook:u}}import{useMemo as Ka,useCallback as Ja,useState as Qa,useId as es,useEffect as ts,useRef as ns}from"react";function rs(e,t,n){const r=e.xValue??t?.[n];if(null==r)return null;const o=Number(r);return Number.isFinite(o)?o:null}function os(e){let t=e.data||e.datum||e;return Array.isArray(t)&&(t=t[0]),null!=e.xValue&&t&&"object"==typeof t&&!Array.isArray(t)&&null==t.xValue?{...t,xValue:e.xValue}:t||{}}function is(e){if(!e)return!1;for(const t in e)if(Object.prototype.hasOwnProperty.call(e,t))return!0;return!1}var as=[];function ss(){const e=n(),t=e?.colors?.categorical;return t&&t.length>0?t:void 0}function ls(){const e=n();return e?.colors?.sequential||void 0}function cs(){const e=n();return e?.colors?.diverging||void 0}function us(e,t,n,r,o){if(e)return e;if(n&&"object"==typeof n&&!Array.isArray(n)){const e=Ee(n,r);if(e)return e}let i;if(Array.isArray(n))i=n;else if(t&&t.length>0)i=t;else if("string"==typeof n){const e=Re[n];Array.isArray(e)&&(i=e)}return i&&0!==i.length?null!=r?(o.has(r)||o.set(r,o.size),i[o.get(r)%i.length]):i[0]:Pe}function ds(e,t,n){const r=Ye(),o=ss();return Ka(()=>{if(!t)return;const i=r??void 0,a=n??(o&&o.length>0?o:void 0)??"category10";if(0!==e.length){if("function"==typeof t){const n=Array.from(new Set(e.map(e=>t(e)+"")));if(i&&is(i)){const e=He(n.map(e=>({_cat:e})),"_cat",a);return t=>i[t]||e(t)}return He(n.map(e=>({_cat:e})),"_cat",a)}if(i&&is(i)){const n=He(e,t,a);return e=>i[e]||n(e)}return He(e,t,a)}if(i&&is(i)){const e=He([{_:"a"}],"_",a);return t=>i[t]||e(t)}},[e,t,n,r,o])}function hs(e,t,n){return Ka(()=>{if(!t||"auto"===t||"function"==typeof t)return e;const r=[...e],o="function"==typeof(i=n)?i:e=>e[i];var i;return r.sort("asc"===t?(e,t)=>o(e)-o(t):(e,t)=>o(t)-o(e))},[e,t,n])}function fs({selection:e,linkedHover:t,fallbackFields:n=as,unwrapData:r=!1,onObservation:o,chartType:i,chartId:a,onClick:s,hoverHighlight:l,colorByField:c,mobileInteraction:u}){const d=es(),h=Ka(()=>Pa(t,n),[t,n]),f=Ka(()=>"series"===h?.mode?[h.seriesField||c||n[0]].filter(e=>!!e):h?.fields||n,[h,c,n]),y=pt({name:e?.name||"__unused__",fields:f}),p=gt({name:h?.name||"hover",fields:f}),m=N(e=>e.pushObservation),g=Ja(e=>{o?.(e),m?.(e)},[o,m]),b=e?{isActive:y.isActive,predicate:y.predicate}:null,[x,v]=Qa(null),k=ns(!1),w=c||n[0],$=Ka(()=>{if(!l||null==x||!w)return null;const e=x,t=w;return{isActive:!0,predicate:n=>("string"==typeof n[t]?n[t]:(n[t]??"")+"")===e}},[l,x,w]),M=Ja((e,n)=>{const r=!e&&k.current&&!!u?.enabled&&u.tapToLockTooltip;if(t)if(e){let t=e.data||e.datum||e;if(Array.isArray(t)&&(t=t[0]),"x-position"===h?.mode&&h.xField){const n=rs(e,t,h.xField);null!=n&&function(e,t,n){const r=ot.positions.get(e);r?.locked||r&&r.xValue===t&&r.sourceId===n||(ot={positions:new Map(ot.positions).set(e,{xValue:t,sourceId:n})},at())}(h.name||"hover",n,d)}"x-position"!==h?.mode&&p.onHover(t)}else"x-position"!==h?.mode||r||st(h.name||"hover",d),"x-position"===h?.mode||r||p.onHover(null);if(l&&w)if(e){let t=e.data||e.datum||e;Array.isArray(t)&&(t=t[0]);const n=t?.[w];v(null!=n?n+"":null)}else r||v(null);(o||m)&&Ra({onObservation:g,datum:e?os(e):null,x:e?.x,y:e?.y,chartType:i||"unknown",chartId:a,context:n})},[t,p,h,d,o,i,a,m,g,l,w,u]),A=Ja((n=!0)=>{k.current=!1,t&&"x-position"!==h?.mode&&p.onHover(null),e&&u?.tapToSelect&&y.clear(),n&&l&&v(null),"x-position"===h?.mode&&(lt(h.name||"hover",d),st(h.name||"hover",d))},[t,h,p,e,u,y,l,d]),S=Ja((n,r)=>{const c=!!u?.enabled&&(u.tapToLockTooltip||u.tapToSelect),b=!!u?.enabled&&"backgroundTap"===u.clearSelection;if("x-position"===h?.mode&&h.xField&&n){let e=n.data||n.datum||n;Array.isArray(e)&&(e=e[0]);const t=rs(n,e,h.xField);null!=t&&function(e,t,n){const r=ot.positions.get(e);if(r?.locked){const t=new Map(ot.positions);return t.delete(e),ot={positions:t},at(),!1}ot={positions:new Map(ot.positions).set(e,{xValue:t,sourceId:n,locked:!0})},at()}(h.name||"hover",t,d)}if(c)if(n){k.current=!0;const r=os(n);if(t&&"x-position"!==h?.mode&&p.onHover(r),e&&u?.tapToSelect&&f.length>0){const e={};for(const t of f){const n=r[t];void 0!==n&&(e[t]=[n])}is(e)&&y.selectPoints(e)}if(l&&w){const e=r?.[w];v(null!=e?e+"":null)}}else b&&A();if(n||b){if(n&&s){let e=n.data||n.datum||n;Array.isArray(e)&&(e=e[0]),s(e,{x:n.x??0,y:n.y??0})}(o||m)&&La({onObservation:g,datum:n?os(n):null,x:n?.x,y:n?.y,chartType:i||"unknown",chartId:a,context:r})}},[s,o,m,g,i,a,h,d,u,t,p,e,y,f,l,w,A]);return ts(()=>{if(!u?.enabled||"undefined"==typeof document)return;const e=e=>{"Escape"===e.key&&k.current&&A()};return document.addEventListener("keydown",e),()=>document.removeEventListener("keydown",e)},[u?.enabled,A]),ts(()=>()=>{k.current&&A(!1)},[A]),ts(()=>{if("x-position"!==h?.mode)return;const e=h.name||"hover";return()=>{lt(e,d),st(e,d)}},[h?.mode,h?.name,d]),{activeSelectionHook:b,hoverSelectionHook:$,customHoverBehavior:M,customClickBehavior:S,crosshairSourceId:d}}function ys(e,t){const n="object"==typeof e&&null!==e?e:void 0;if("x-position"===n?.mode)return{linkedCrosshairName:n.name||"hover",linkedCrosshairSourceId:t}}function ps(e,t,n){return function(e,t,n){const r=Ea[e||"primary"],o=e&&"primary"!==e||!n?.width?r.width:n.width,i=e&&"primary"!==e||!n?.height?r.height:n.height,a=Mt({...t,mode:e},{width:t.width??o,height:t.height??i}).props,s=a.mode||e||"primary",l=Ea[s],c="context"===s||"sparkline"===s,u="primary"===s&&n?.width?n.width:l.width;return{mode:s,width:a.width??u,height:a.height??("primary"===s&&n?.height?n.height:l.height),showAxes:a.showAxes??l.showAxes,showGrid:a.showGrid??l.showGrid,enableHover:a.enableHover??(!!a.linkedHover||l.enableHover),showLegend:a.showLegend??l.showLegend,showLabels:a.showLabels??l.showLabels,title:c?void 0:a.title,description:a.description,summary:a.summary,accessibleTable:a.accessibleTable,xLabel:c?void 0:a.xLabel,yLabel:c?void 0:a.yLabel,categoryLabel:c?void 0:a.categoryLabel,valueLabel:c?void 0:a.valueLabel,marginDefaults:_a(l.marginDefaults,a.showCategoryTicks,a.orientation),compactMode:c,mobileInteraction:Ba(a.mobileInteraction,{mode:s,width:a.width??u,mobileSemantics:a.mobileSemantics}),mobileSemantics:a.mobileSemantics}}(e,t,n)}export{vn as EMPTY_ARRAY,kn as filterSparseArray,de as schemeCategory10,be as interpolateViridis,Me as SEQUENTIAL_INTERPOLATORS,Ae as getSequentialInterpolator,Se as interpolateRdBu,We as interpolatePiYG,Ce as interpolatePRGn,je as interpolateBrBG,Ne as interpolateRdYlBu,Ie as interpolateRdYlGn,Oe as interpolateSpectral,Re as COLOR_SCHEMES,Le as DEFAULT_COLORS,Pe as DEFAULT_COLOR,Fe as resolveCategoricalPalette,ze as STREAMING_PALETTE,Te as DEPTH_PALETTE_COLORS,Be as getColor,Ee as resolveExplicitColor,He as createColorScale,Ge as getSize,da as computeEasing,ha as computeRawProgress,fa as lerp,ya as now,c as DEFAULT_LIFECYCLE_THRESHOLDS,u as bandFromAge,d as resolveMotionAccessor,h as compileMotionEncoding,f as resolveMotionAge,y as opacityFromAge,p as resolveMotionVector,m as deriveMotionVector,so as SYMBOL_SEQUENCE,lo as symbolPathString,co as symbolRadius,An as UpdateResultTracker,Pn as useSceneRevisionDiagnostics,Fn as runSceneBuild,zn as SceneRevisionDiagnosticsObserver,Bo as resolveCSSColor,Eo as getCSSColorCacheVersion,Ho as parseCanvasColor,x as createHatchPattern,w as isHatchFill,M as hatchFillId,S as hatchPatternDef,W as resolveSvgFill,Jo as resolveCurveFactory,Qo as resolveCanvasFill,ei as coerceCanvasFill,ti as buildLinearFillGradient,ri as buildColorStopGradient,zt as composeLegendConfigs,Gt as resolveLegendSideGutter,Dn as renderLegendFromConfig,Hn as ANNOTATION_DISCLOSURE_REVEAL_CSS,N as useObservationSelector,I as useAnnotationActivationOptions,O as annotationStableId,R as annotationActivationProps,L as isAnnotationActivationTarget,T as estimateLabelWidth,D as AnnotationLabel,Ar as renderAnnotationPass,Sr as createDefaultAnnotationRules,jr as annotationType,Nr as isNoteAnnotation,Ir as annotationDrawsConnector,Rr as annotationBudget,Ur as annotationLayout,lt as unlockCrosshair,yt as useCrosshairPosition,xa as TITLE_BASELINE,ii as buildThresholdLineSegments,Zr as hasAnyCornerRadius,Kr as clampCornerRadii,ui as networkSceneNodeToSVG,di as networkSceneEdgeToSVG,hi as networkLabelToSVG,ko as geoSceneNodeToSVG,Ao as annularSectorPath,So as buildGaugeGradientGeometry,Io as ordinalSceneNodeToSVG,mi as xySceneNodeToSVG,gi as isServerEnvironment,ki as DataSummaryProvider,wi as useDataSummary,$i as useDataSummaryToggle,Si as AriaLiveTooltip,Ni as extractAllRows,Li as computeCanvasAriaLabel,Pi as computeNetworkAriaLabel,Xi as AccessibleDataTable,Zi as NetworkAccessibleDataTable,Ki as ScreenReaderSummary,Ji as SkipToTableLink,ta as FocusRing,V as getPointerHitRadius,U as buildHoverData,q as smartTooltipEntries,K as defaultTooltipStyle,ee as Tooltip,te as MultiLineTooltip,ne as MultiPointTooltip,re as normalizeTooltip,oa as FlippingTooltip,on as useResponsiveSize,ma as createSeededFrameRandom,$a as useFrame,Wa as useFrameCanvasHost,Ca as CanvasFrameBackground,ja as prepareCanvas,Na as getDevicePixelRatio,Ia as observationInputType,Oa as isInteractiveKeyboardTarget,Ra as emitHoverObservations,La as emitClickObservations,Ve as CategoryColorProvider,Ye as useCategoryColors,Pa as normalizeLinkedHover,Fa as normalizeLinkedBrush,za as DEFAULT_SELECTION_OPACITY,Ta as wrapStyleWithSelection,nt as useSelectionSelector,pt as useSelection,mt as useSelectionActions,gt as useLinkedHover,xt as useBrushSelection,kt as useFilteredData,$t as responsiveRuleMatches,Mt as resolveResponsiveRules,Ba as resolveMobileInteraction,Ga as resolveAxisFreeMarginDefaults,St as useChartObserver,un as useLinkedChartsActive,pn as useLinkedChartCategories,xn as LinkedCharts,Ua as createLegend,Xa as useChartLegendAndMargin,Za as useLegendInteraction,ss as useThemeCategorical,ls as useThemeSequential,cs as useThemeDiverging,us as resolveDefaultFill,ds as useColorScale,hs as useSortedData,fs as useChartSelection,ys as getCrosshairProps,ps as useChartMode};
@@ -0,0 +1,2 @@
1
+ "use client";
2
+ import{parseDateLikeString as e}from"./chunk-chunk-ZXIXAPRE.module.min.js";function o(e,o){const n={numbers:[],missing:0,nonFinite:0,nonNumeric:0,zero:0,negative:0,fractional:0};for(const s of e){const e=s?.[o];if(null==e||""===e){n.missing++;continue}let t;if("number"==typeof e)t=e;else if("string"==typeof e){const o=e.trim();if(""===o){n.missing++;continue}const s=Number(o);Number.isNaN(s)?/^[+-]?nan$/i.test(o)&&(t=s):t=s}void 0!==t?Number.isFinite(t)?(n.numbers.push(t),0===t&&n.zero++,0>t&&n.negative++,Number.isInteger(t)||n.fractional++):n.nonFinite++:n.nonNumeric++}return n}function n(e,o){if(0===e.length)return;const n=(e.length-1)*o,s=Math.floor(n),t=Math.ceil(n);if(s===t)return e[s];const r=n-s;return e[s]*(1-r)+e[t]*r}function s(e,s={}){if(!Array.isArray(e)||0===e.length)return{};const t=new Set;for(const o of e)if(o&&"object"==typeof o)for(const e of Object.keys(o))t.add(e);const r={};for(const i of t){const t=o(e,i);let a=1/0,c=-1/0;for(const e of t.numbers)a>e&&(a=e),e>c&&(c=e);const l=!1===s.quantiles?void 0:[...t.numbers].sort((e,o)=>e-o);r[i]={field:i,observedCount:e.length-t.missing,finiteCount:t.numbers.length,missingCount:t.missing,nonFiniteCount:t.nonFinite,nonNumericCount:t.nonNumeric,zeroCount:t.zero,negativeCount:t.negative,fractionalCount:t.fractional,...t.numbers.length>0?{min:a,...l?{q1:n(l,.25),median:n(l,.5),q3:n(l,.75)}:{},max:c}:{}}}return r}function t(e){const o=[`${e.component}: ${e.ok?"✓ numerically safe":"✗ numeric hazards found"}`,`${e.rowCount} rows · ${e.summary.fieldsChecked} numeric fields · ${e.summary.errors} errors · ${e.summary.warnings} warnings`];for(const n of e.diagnoses)o.push(`${"error"===n.severity?"ERROR":"WARN"} ${n.code}${n.field?` [${n.field}]`:""}: ${n.message}`),n.fix&&o.push(" Fix: "+n.fix);return o.join("\n")}function r(e){return e.code.toLowerCase().split("_").map(e=>e.charAt(0).toUpperCase()+e.slice(1)).join(" ")}function i(e,o={}){const n=Number.isFinite(o.max)?Math.max(0,Math.floor(o.max)):6,s=e.diagnoses.map((e,o)=>({item:e,diagnosisIndex:o})).filter(({item:e})=>!o.errorsOnly||"error"===e.severity),t=s.slice(0,n).map(({item:e,diagnosisIndex:o})=>({id:`data-audit:${e.code}:${e.role??"chart"}:${e.field??"chart"}:${o}`,level:e.severity,title:e.field?`${r(e)} · ${e.field}`:r(e),message:e.fix?`${e.message} ${e.fix}`:e.message,source:"Semiotic data audit",dismissible:!0}));return s.length>n&&t.push({id:"data-audit:overflow:chart",level:s.slice(n).some(({item:e})=>"error"===e.severity)?"error":"warning",title:`${s.length-n} more numeric finding${s.length-n===1?"":"s"}`,message:"Run auditData() or diagnoseConfig() to inspect the complete report.",source:"Semiotic data audit",dismissible:!0}),t}function a(e,o){const n=e.nestedDataAccessorProp?o[e.nestedDataAccessorProp]:void 0;return"string"==typeof n?n:e.defaultNestedDataAccessor}function c(e,o,n){const s=e.dataProp??"data",t=o[s],r=n??(Array.isArray(t)?t:[]),i=a(e,o);if(!i)return{dataProp:s,rows:r};const c=[];let l=!1;for(const e of r){const o=e?.[i];if(Array.isArray(o)){l=!0;for(const e of o)e&&"object"==typeof e&&c.push(e)}}return{dataProp:s,rows:l?c:r}}var l=[{role:"x",accessor:"xAccessor",defaultAccessor:"x",temporalValues:"date-like",domain:!0},{role:"y",accessor:"yAccessor",defaultAccessor:"y",domain:!0}],u={fields:l},f=[{...l[0],nestedDataAccessorProp:"lineDataAccessor",defaultNestedDataAccessor:"coordinates"},{...l[1],nestedDataAccessorProp:"lineDataAccessor",defaultNestedDataAccessor:"coordinates",allowMissing:!0}],g={fields:f},d={role:"value",accessor:"valueAccessor",defaultAccessor:"value"},m={...d,domain:!0},h={fields:[{...d,requirements:["finite","non-negative"]}],aggregates:[{kind:"positive-total",role:"value"}]},p={fields:[d],aggregates:[{kind:"normalized-total",role:"value",groupAccessor:"categoryAccessor",defaultGroupAccessor:"category",whenProp:"normalize"}]},v={fields:f,aggregates:[{kind:"normalized-total",role:"y",groupAccessor:"xAccessor",defaultGroupAccessor:"x",whenProp:"normalize"}]},w={fields:[...l,{role:"size",accessor:"sizeBy",requirements:["finite","non-negative"]}]},y={fields:[...l,{role:"size",accessor:"sizeBy",requirements:["finite","non-negative"]}]},A={fields:[d]},b={fields:[{...d,dataProp:"edges",requirements:["finite","non-negative"],missingValue:1}]},$={LineChart:g,AreaChart:g,BumpChart:g,Scatterplot:y,ConnectedScatterplot:u,QuadrantChart:y,MinimapChart:g,BubbleChart:w,StackedAreaChart:v,DifferenceChart:{fields:[{role:"x",accessor:"xAccessor",defaultAccessor:"x",temporalValues:"date",domain:!0},{role:"value",accessor:"seriesAAccessor",defaultAccessor:"a"},{role:"value",accessor:"seriesBAccessor",defaultAccessor:"b"}]},CandlestickChart:{fields:[{role:"x",accessor:"xAccessor",defaultAccessor:"x",temporalValues:"date-like",domain:!0},{role:"high",accessor:"highAccessor",defaultAccessor:"high",requirements:["finite"]},{role:"low",accessor:"lowAccessor",defaultAccessor:"low",requirements:["finite"]},{role:"open",accessor:"openAccessor",whenProps:["openAccessor","closeAccessor"],requirements:["finite"]},{role:"close",accessor:"closeAccessor",whenProps:["openAccessor","closeAccessor"],requirements:["finite"]}]},Heatmap:A,BarChart:{fields:[d]},GroupedBarChart:{fields:[d]},StackedBarChart:p,DotPlot:{fields:[m]},Histogram:{fields:[m]},BoxPlot:{fields:[m]},SwarmPlot:{fields:[m,{role:"size",accessor:"sizeBy",requirements:["finite","non-negative"]}]},ViolinPlot:{fields:[m]},RidgelinePlot:{fields:[m]},PieChart:h,DonutChart:h,FunnelChart:h,SankeyDiagram:b,ChordDiagram:b,ProportionalSymbolMap:{fields:[{role:"x",accessor:"xAccessor",defaultAccessor:"lon",dataProp:"points",requirements:["finite"]},{role:"y",accessor:"yAccessor",defaultAccessor:"lat",dataProp:"points",requirements:["finite"]},{role:"size",accessor:"sizeBy",dataProp:"points",requirements:["finite","non-negative"]}]}},R=Symbol.for("semiotic.numericContractRegistry");function N(){const e=globalThis;return e[R]??(e[R]={contracts:new Map}),e[R]}function x(e,o){o?N().contracts.set(e,o):N().contracts.delete(e)}function z(e){N().contracts.delete(e)}var E={xAccessor:"x",yAccessor:"y",valueAccessor:"value",sizeBy:"size",sizeAccessor:"size",radiusAccessor:"size",countAccessor:"count",amountAccessor:"value",highAccessor:"high",lowAccessor:"low",openAccessor:"open",closeAccessor:"close",lowerAccessor:"lower",upperAccessor:"upper",positiveAccessor:"value",negativeAccessor:"value",progressAccessor:"value",confidenceAccessor:"value",costAccessor:"value",throughputAccessor:"value"};function P(e,o,n){return"function"==typeof e?e(o,n):o[e]}function I(o,n){if("number"==typeof o)return Number.isFinite(o)?o:null;if(o instanceof Date){const e=o.getTime();return n&&Number.isFinite(e)?e:null}if("string"==typeof o){const s=o.trim(),t=Number(s);if(s&&Number.isFinite(t))return t;if("date-like"===n){const o=e(s);return Number.isFinite(o)?o:null}}return null}function _(e){return"number"==typeof e&&!Number.isFinite(e)}function C(e,o,n,s,t){const r={field:n,numbers:[],finiteRows:[],missingRows:[],nonFiniteRows:[],nonNumericRows:[],accessorErrorRows:[],zeroRows:[],negativeRows:[],fractionalRows:[]};for(let n=0;e.length>n;n++){let i;try{i=P(o,e[n],n)}catch{r.accessorErrorRows.push(n);continue}if(null==i||""===i){if(void 0!==t){r.numbers.push(t),r.finiteRows.push(n),0===t&&r.zeroRows.push(n),0>t&&r.negativeRows.push(n),Number.isInteger(t)||r.fractionalRows.push(n);continue}r.missingRows.push(n);continue}const a=I(i,s);null!=a?(r.numbers.push(a),r.finiteRows.push(n),0===a&&r.zeroRows.push(n),0>a&&r.negativeRows.push(n),Number.isInteger(a)||r.fractionalRows.push(n)):_(i)?r.nonFiniteRows.push(n):r.nonNumericRows.push(n)}return r}function S(e,o){if(0===e.length)return;const n=(e.length-1)*o,s=Math.floor(n),t=Math.ceil(n);if(s===t)return e[s];const r=n-s;return e[s]*(1-r)+e[t]*r}function M(e,o){const n=new Set(e.requirements??["finite"]);return n.add("finite"),("x"===e.role&&"log"===o.xScaleType||"y"===e.role&&"log"===o.yScaleType)&&n.add("positive"),[...n]}function O(e){return e.slice(0,5)}function T(e){return{domain:"data",...e}}function k(e,o){const n=[],{observation:s,contract:t,accessorLabel:r,requirements:i}=e,a={field:r,role:t.role},c=[...s.nonFiniteRows,...s.nonNumericRows,...s.accessorErrorRows].sort((e,o)=>e-o);if(0===s.numbers.length)return n.push(T({severity:"error",code:"DEGENERATE_EXTENT",message:`${t.accessor}="${r}" produces no finite numeric values; the chart cannot resolve its ${t.role} input.`,fix:`Ensure ${r} contains finite numbers${"x"===t.role?" (or valid dates for a time scale)":""}.`,...a,...c.length>0?{rows:O(c),count:c.length}:{}})),n;s.nonFiniteRows.length>0&&n.push(T({severity:"error",code:"NON_FINITE_VALUE",message:`${r} contains ${s.nonFiniteRows.length} NaN or infinite value${1===s.nonFiniteRows.length?"":"s"}; scale and layout math require finite numbers.`,fix:`Filter or replace NaN/Infinity in ${r} before rendering.`,...a,rows:O(s.nonFiniteRows),count:s.nonFiniteRows.length})),!t.allowMissing&&s.missingRows.length>0&&n.push(T({severity:"error",code:"MISSING_NUMERIC_VALUE",message:`${r} is missing for ${s.missingRows.length} row${1===s.missingRows.length?"":"s"}; the ${t.role} role requires an explicit numeric value.`,fix:`Fill or filter missing ${r} values before rendering.`,...a,rows:O(s.missingRows),count:s.missingRows.length}));const l=[...s.nonNumericRows,...s.accessorErrorRows].sort((e,o)=>e-o);if(l.length>0&&n.push(T({severity:"error",code:"NON_NUMERIC_VALUE",message:`${r} produces ${l.length} non-numeric value${1===l.length?"":"s"} for the ${t.role} role.`,fix:`Bind ${t.accessor} to a numeric field or return finite numbers from the accessor.`,...a,rows:O(l),count:l.length})),t.domain&&s.numbers.length>=2){const[e,o]=function(e){let o=1/0,n=-1/0;for(const s of e)o>s&&(o=s),s>n&&(n=s);return[o,n]}(s.numbers);e===o&&n.push(T({severity:"warning",code:"ZERO_SPAN_DOMAIN",message:`${r} is constant at ${e}; its ${t.role} scale has a zero-span data domain.`,fix:`Provide varying ${t.role} values, set an explicit extent around ${e}, or use a single-value display.`,...a,rows:O(s.finiteRows),count:s.finiteRows.length}))}if(i.includes("positive")){const o=s.numbers.map((e,o)=>({number:e,row:s.finiteRows[o]})).filter(({number:e})=>0>=e).map(({row:e})=>e);if(o.length>0){const s=e.logScale;n.push(T({severity:"error",code:s?"LOG_NON_POSITIVE":"NON_POSITIVE_VALUE",message:`${r} contains ${o.length} non-positive value${1===o.length?"":"s"}, which ${s?"cannot be represented on a log scale":"violate the positive-value contract"}.`,fix:s?"Remove or transform values ≤ 0, or use a linear/symlog scale.":"Provide values greater than zero.",...a,rows:O(o),count:o.length}))}}if(i.includes("non-negative")&&s.negativeRows.length>0&&n.push(T({severity:"error",code:"size"===t.role?"NEGATIVE_SIZE":"NEGATIVE_VALUE",message:`${r} contains ${s.negativeRows.length} negative ${t.role} value${1===s.negativeRows.length?"":"s"}; the chart maps this role to non-negative geometry.`,fix:"Use a non-negative measure, clamp intentionally, or encode sign with position/color instead.",...a,rows:O(s.negativeRows),count:s.negativeRows.length})),i.includes("integer")){const e=[...new Set([...s.negativeRows,...s.zeroRows,...s.fractionalRows])].sort((e,o)=>e-o);e.length>0&&n.push(T({severity:"error",code:"INVALID_COUNT",message:`${r} contains ${e.length} value${1===e.length?"":"s"} that are not positive integers.`,fix:"Counts must be integers ≥ 1; aggregate, round intentionally, or use a continuous-value encoding.",...a,rows:O(e),count:e.length}))}if(i.includes("unit-interval")){const e=s.numbers.map((e,o)=>({number:e,row:s.finiteRows[o]})).filter(({number:e})=>0>e||e>1).map(({row:e})=>e);e.length>0&&n.push(T({severity:"error",code:"OUTSIDE_UNIT_INTERVAL",message:`${r} contains ${e.length} value${1===e.length?"":"s"} outside [0, 1].`,fix:`Normalize ${r} to [0, 1] before using it as ${t.role}.`,...a,rows:O(e),count:e.length}))}if(o&&t.domain){const o=function(e){const o=e.observation.numbers.map((o,n)=>({value:o,row:e.observation.finiteRows[n]})).sort((e,o)=>e.value-o.value);if(8>o.length)return[];const n=o.map(e=>e.value),s=S(n,.25),t=S(n,.75),r=S(n,.5),i=t-s;if(i>0){const e=s-10*i,n=t+10*i;return o.filter(o=>e>o.value||o.value>n).map(e=>e.row)}const a=100*Math.max(1,Math.abs(r));return o.filter(e=>Math.abs(e.value-r)>a).map(e=>e.row)}(e);o.length>0&&n.push(T({severity:"warning",code:"OUTLIER_DOMINATED_DOMAIN",message:`${r} has ${o.length} extreme value${1===o.length?"":"s"} beyond the 10×IQR guardrail; the main distribution may collapse visually.`,fix:"Verify the extreme values, then consider a log scale, robust extent, inset, or explicit annotation rather than silently clipping them.",...a,rows:O(o),count:o.length}))}return n}function D(e,o,n){if(!e)return"__all__";try{return P(e,o,n)+""}catch{return"__accessor_error__"}}function L(e,o,n){if(e.whenProp&&!0!==n[e.whenProp])return[];const s=o.find(o=>o.contract.role===e.role);if(!s||0===s.observation.numbers.length)return[];const t=e.groupAccessor?n[e.groupAccessor]:void 0,r="string"==typeof t||"function"==typeof t?t:e.defaultGroupAccessor,i=new Map;for(let e=0;s.rows.length>e;e++){let o;try{o=P(s.accessor,s.rows[e],e)}catch{continue}const n=I(o,void 0);if(null==n)continue;const t=D(r,s.rows[e],e),a=i.get(t)??{sum:0,magnitude:0,positive:!1,negative:!1,rows:[],negativeRows:[]};a.sum+=n,a.magnitude+=Math.abs(n),a.positive||(a.positive=n>0),a.negative||(a.negative=0>n),a.rows.push(e),0>n&&a.negativeRows.push(e),i.set(t,a)}const a=[],c=[],l=[],u=[],f=[],g=[];for(const[o,n]of i)("positive-total"===e.kind&&0>=n.sum||"normalized-total"===e.kind&&Number.EPSILON*Math.max(1,n.magnitude)*10>=Math.abs(n.sum))&&(a.push(o),u.push(...n.rows)),"normalized-total"===e.kind&&n.positive&&n.negative&&(c.push(o),f.push(...n.rows)),"normalized-total"===e.kind&&n.negative&&(l.push(o),g.push(...n.negativeRows));const d=[];return a.length>0&&d.push(T({severity:"error",code:"normalized-total"===e.kind?"ZERO_NORMALIZED_TOTAL":"NON_POSITIVE_TOTAL",message:"normalized-total"===e.kind?`${a.length} normalization group${1===a.length?" has":"s have"} a zero total, so division would be undefined.`:"The part-to-whole total is not positive, so meaningful shares cannot be computed.",fix:"normalized-total"===e.kind?"Remove empty/zero-sum groups or disable normalization.":"Provide at least one positive value and ensure the total is greater than zero.",field:s.accessorLabel,role:e.role,rows:O([...new Set(u)].sort((e,o)=>e-o)),count:a.length})),l.length>0&&d.push(T({severity:"error",code:"NEGATIVE_NORMALIZED_VALUE",message:`${l.length} normalization group${1===l.length?" contains":"s contain"} negative contributions, so conventional percentage shares are not defined.`,fix:"Use non-negative contributions, a diverging stack, or disable normalization.",field:s.accessorLabel,role:e.role,rows:O([...new Set(g)].sort((e,o)=>e-o)),count:g.length})),c.length>0&&d.push(T({severity:"warning",code:"MIXED_SIGN_NORMALIZATION",message:`${c.length} normalization group${1===c.length?" mixes":"s mix"} positive and negative contributions; percentage shares may be unstable or misleading.`,fix:"Separate positive and negative contributions, use diverging stacks, or disable normalization.",field:s.accessorLabel,role:e.role,rows:O([...new Set(f)].sort((e,o)=>e-o)),count:c.length})),d}function V(e,o,n,s={}){const t=s.contracts??function(e){return N().contracts.get(e)??$[e]}(e)??function(e){const o=[];for(const[n,s]of Object.entries(E))"string"!=typeof e[n]&&"function"!=typeof e[n]||o.push({role:s,accessor:n,..."size"===s?{requirements:["finite","non-negative"]}:{},..."x"===s||"y"===s?{domain:!0}:{}});return o.length>0?{fields:o}:void 0}(o);if(!t)return{component:e,ok:!0,rowCount:n?.length??(Array.isArray(o.data)?o.data.length:0),summary:{fieldsChecked:0,errors:0,warnings:0},contracts:[],diagnoses:[]};const r=function(e,o,n){const s=[],t=new Set;for(const r of e.fields){if(r.whenProps?.some(e=>null==o[e]))continue;const e=o[r.accessor],i="string"==typeof e||"function"==typeof e?e:r.defaultAccessor;if("string"!=typeof i&&"function"!=typeof i)continue;const{dataProp:a,rows:l}=c(r,o,n);if(0===l.length)continue;const u="string"==typeof i?i:r.accessor+"()",f=`${a}:${r.role}:${u}`;if(t.has(f))continue;t.add(f);const g=r.temporalValues??("time"===r.role||"x"===r.role&&"time"===o.xScaleType?"date-like":void 0),d="x"===r.role&&"log"===o.xScaleType||"y"===r.role&&"log"===o.yScaleType,m=M(r,o);s.push({contract:r,accessor:i,accessorLabel:u,dataProp:a,rows:l,requirements:m,logScale:d,observation:C(l,i,u,g,r.missingValue)})}return s}(t,o,n),i=[],l=!1!==s.checkOutliers;for(const e of function(e,o,n){const s=new Set;for(const t of e.fields){const e=t.dataProp??"data",r=n??o[e];if(!Array.isArray(r))continue;if(0===r.length){s.add(e);continue}const i=a(t,o);if(!i)continue;const c=r.map(e=>e?.[i]).filter(Array.isArray);c.length>0&&c.every(e=>0===e.length)&&s.add(`${e}.${i}`)}return[...s]}(t,o,n))i.push(T({severity:"error",code:"EMPTY_DATA",message:e+" is an explicitly empty array; there are no numeric inputs to render.",fix:`Provide at least one valid row, render an intentional empty state, or omit ${e} when using the ref push API.`,count:0,rows:[]}));const u=new Set(r.filter(e=>e.contract.domain&&1===e.rows.length).map(e=>e.dataProp));for(const e of u)i.push(T({severity:"warning",code:"SINGLE_ROW_DOMAIN",message:e+" has one row; a quantitative scale cannot establish variation from a single observation.",fix:"Provide at least two observations or use a single-value display such as BigNumber.",count:1,rows:[0]}));for(const e of r)i.push(...k(e,l));for(const e of t.aggregates??[])i.push(...L(e,r,o));const f=i.filter(e=>"error"===e.severity).length,g=i.length-f;return{component:e,ok:0===f,rowCount:r.reduce((e,o)=>Math.max(e,o.rows.length),n?.length??(Array.isArray(o.data)?o.data.length:0)),summary:{fieldsChecked:r.length,errors:f,warnings:g},contracts:r.map(e=>({role:e.contract.role,accessor:e.accessorLabel,dataProp:e.dataProp,requirements:e.requirements,allowMissing:!0===e.contract.allowMissing,...void 0!==e.contract.missingValue?{missingValue:e.contract.missingValue}:{},domain:!0===e.contract.domain})),diagnoses:i}}export{$ as BUILT_IN_NUMERIC_CONTRACTS,x as registerNumericContracts,z as unregisterNumericContracts,s as profileNumericFields,t as formatDataAudit,i as toDataAuditNotifications,V as auditData};
@@ -1,2 +1,2 @@
1
1
  "use client";
2
- import{resolveCategoricalPalette as t,resolveExplicitColor as r}from"./chunk-chunk-BFHUYEOS.module.min.js";function e(r,e,n){return t(r,e,n)}function n(t,e){const n=e&&"object"==typeof e&&!Array.isArray(e)?e:void 0;return 0===t.length?t=>n&&r(n,t)||"#4e79a7":e=>{if(n){const t=r(n,e);if(t)return t}let o=0;for(let t=0;e.length>t;t++)o=31*o+e.charCodeAt(t)|0;return t[Math.abs(o)%t.length]??"#4e79a7"}}export{e as resolveCustomLayoutPalette,n as buildResolveColor};
2
+ import{resolveCategoricalPalette as t,resolveExplicitColor as r}from"./chunk-chunk-PX5YQGDP.module.min.js";function e(r,e,n){return t(r,e,n)}function n(t,e){const n=e&&"object"==typeof e&&!Array.isArray(e)?e:void 0;return 0===t.length?t=>n&&r(n,t)||"#4e79a7":e=>{if(n){const t=r(n,e);if(t)return t}let o=0;for(let t=0;e.length>t;t++)o=31*o+e.charCodeAt(t)|0;return t[Math.abs(o)%t.length]??"#4e79a7"}}export{e as resolveCustomLayoutPalette,n as buildResolveColor};