streamlit 1.53.1__py3-none-any.whl → 1.54.0__py3-none-any.whl

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 (309) hide show
  1. streamlit/__init__.py +1 -31
  2. streamlit/auth_util.py +91 -2
  3. streamlit/cli_util.py +3 -2
  4. streamlit/commands/echo.py +2 -2
  5. streamlit/commands/execution_control.py +1 -1
  6. streamlit/commands/logo.py +76 -24
  7. streamlit/commands/navigation.py +1 -1
  8. streamlit/components/types/base_custom_component.py +0 -2
  9. streamlit/components/v1/custom_component.py +0 -2
  10. streamlit/components/v2/bidi_component/main.py +2 -2
  11. streamlit/components/v2/component_path_utils.py +17 -29
  12. streamlit/components/v2/manifest_scanner.py +8 -3
  13. streamlit/components/v2/presentation.py +1 -1
  14. streamlit/config.py +57 -13
  15. streamlit/config_util.py +5 -5
  16. streamlit/connections/snowflake_connection.py +5 -3
  17. streamlit/dataframe_util.py +10 -10
  18. streamlit/deprecation_util.py +19 -1
  19. streamlit/elements/arrow.py +18 -8
  20. streamlit/elements/deck_gl_json_chart.py +6 -2
  21. streamlit/elements/exception.py +4 -2
  22. streamlit/elements/form.py +1 -1
  23. streamlit/elements/layouts.py +1 -1
  24. streamlit/elements/lib/built_in_chart_utils.py +36 -13
  25. streamlit/elements/lib/color_util.py +21 -2
  26. streamlit/elements/lib/column_config_utils.py +9 -7
  27. streamlit/elements/lib/dialog.py +1 -1
  28. streamlit/elements/lib/image_utils.py +5 -5
  29. streamlit/elements/lib/layout_utils.py +1 -1
  30. streamlit/elements/lib/options_selector_utils.py +72 -22
  31. streamlit/elements/lib/policies.py +1 -1
  32. streamlit/elements/lib/streamlit_plotly_theme.py +9 -11
  33. streamlit/elements/lib/utils.py +1 -1
  34. streamlit/elements/map.py +6 -6
  35. streamlit/elements/plotly_chart.py +2 -2
  36. streamlit/elements/toast.py +1 -1
  37. streamlit/elements/vega_charts.py +30 -7
  38. streamlit/elements/widgets/button.py +3 -3
  39. streamlit/elements/widgets/button_group.py +3 -3
  40. streamlit/elements/widgets/chat.py +1 -1
  41. streamlit/elements/widgets/data_editor.py +6 -6
  42. streamlit/elements/widgets/multiselect.py +1 -1
  43. streamlit/elements/widgets/number_input.py +1 -1
  44. streamlit/elements/widgets/radio.py +91 -31
  45. streamlit/elements/widgets/select_slider.py +123 -37
  46. streamlit/elements/widgets/slider.py +5 -5
  47. streamlit/elements/widgets/time_widgets.py +150 -18
  48. streamlit/elements/write.py +2 -3
  49. streamlit/env_util.py +1 -1
  50. streamlit/errors.py +2 -14
  51. streamlit/external/langchain/streamlit_callback_handler.py +1 -1
  52. streamlit/hello/dataframe_demo.py +1 -1
  53. streamlit/hello/plotting_demo.py +19 -12
  54. streamlit/path_security.py +98 -0
  55. streamlit/proto/Alert_pb2.py +2 -3
  56. streamlit/proto/AppPage_pb2.py +2 -3
  57. streamlit/proto/ArrowData_pb2.py +2 -3
  58. streamlit/proto/ArrowNamedDataSet_pb2.py +2 -3
  59. streamlit/proto/ArrowVegaLiteChart_pb2.py +2 -3
  60. streamlit/proto/Arrow_pb2.py +2 -3
  61. streamlit/proto/AudioInput_pb2.py +2 -3
  62. streamlit/proto/Audio_pb2.py +2 -3
  63. streamlit/proto/AuthRedirect_pb2.py +2 -3
  64. streamlit/proto/AutoRerun_pb2.py +2 -3
  65. streamlit/proto/BackMsg_pb2.py +2 -3
  66. streamlit/proto/Balloons_pb2.py +2 -3
  67. streamlit/proto/BidiComponent_pb2.py +2 -3
  68. streamlit/proto/Block_pb2.py +2 -3
  69. streamlit/proto/BokehChart_pb2.py +2 -3
  70. streamlit/proto/ButtonGroup_pb2.py +2 -3
  71. streamlit/proto/ButtonLikeIconPosition_pb2.py +2 -3
  72. streamlit/proto/Button_pb2.py +2 -3
  73. streamlit/proto/CameraInput_pb2.py +2 -3
  74. streamlit/proto/ChatInput_pb2.py +2 -3
  75. streamlit/proto/Checkbox_pb2.py +2 -3
  76. streamlit/proto/ClientState_pb2.py +2 -3
  77. streamlit/proto/Code_pb2.py +2 -3
  78. streamlit/proto/ColorPicker_pb2.py +2 -3
  79. streamlit/proto/Common_pb2.py +2 -3
  80. streamlit/proto/Components_pb2.py +2 -3
  81. streamlit/proto/DataFrame_pb2.py +2 -3
  82. streamlit/proto/DateInput_pb2.py +2 -3
  83. streamlit/proto/DateTimeInput_pb2.py +2 -3
  84. streamlit/proto/DeckGlJsonChart_pb2.py +2 -3
  85. streamlit/proto/Delta_pb2.py +2 -3
  86. streamlit/proto/DocString_pb2.py +2 -3
  87. streamlit/proto/DownloadButton_pb2.py +2 -3
  88. streamlit/proto/Element_pb2.py +2 -3
  89. streamlit/proto/Empty_pb2.py +2 -3
  90. streamlit/proto/Exception_pb2.py +2 -3
  91. streamlit/proto/Favicon_pb2.py +2 -3
  92. streamlit/proto/FileUploader_pb2.py +2 -3
  93. streamlit/proto/ForwardMsg_pb2.py +2 -3
  94. streamlit/proto/GapSize_pb2.py +2 -3
  95. streamlit/proto/GitInfo_pb2.py +2 -3
  96. streamlit/proto/GraphVizChart_pb2.py +2 -3
  97. streamlit/proto/Heading_pb2.py +2 -3
  98. streamlit/proto/HeightConfig_pb2.py +2 -3
  99. streamlit/proto/Html_pb2.py +2 -3
  100. streamlit/proto/IFrame_pb2.py +2 -3
  101. streamlit/proto/Image_pb2.py +2 -3
  102. streamlit/proto/Json_pb2.py +2 -3
  103. streamlit/proto/LabelVisibilityMessage_pb2.py +2 -3
  104. streamlit/proto/LinkButton_pb2.py +2 -3
  105. streamlit/proto/Logo_pb2.py +6 -5
  106. streamlit/proto/Logo_pb2.pyi +25 -1
  107. streamlit/proto/Markdown_pb2.py +2 -3
  108. streamlit/proto/Metric_pb2.py +2 -3
  109. streamlit/proto/MetricsEvent_pb2.py +2 -3
  110. streamlit/proto/MultiSelect_pb2.py +2 -3
  111. streamlit/proto/NamedDataSet_pb2.py +2 -3
  112. streamlit/proto/Navigation_pb2.py +2 -3
  113. streamlit/proto/NewSession_pb2.py +25 -24
  114. streamlit/proto/NewSession_pb2.pyi +28 -2
  115. streamlit/proto/NumberInput_pb2.py +2 -3
  116. streamlit/proto/PageConfig_pb2.py +2 -3
  117. streamlit/proto/PageInfo_pb2.py +2 -3
  118. streamlit/proto/PageLink_pb2.py +2 -3
  119. streamlit/proto/PageNotFound_pb2.py +2 -3
  120. streamlit/proto/PageProfile_pb2.py +2 -3
  121. streamlit/proto/PagesChanged_pb2.py +2 -3
  122. streamlit/proto/ParentMessage_pb2.py +2 -3
  123. streamlit/proto/PlotlyChart_pb2.py +2 -3
  124. streamlit/proto/Progress_pb2.py +2 -3
  125. streamlit/proto/Radio_pb2.py +5 -4
  126. streamlit/proto/Radio_pb2.pyi +20 -3
  127. streamlit/proto/RootContainer_pb2.py +2 -3
  128. streamlit/proto/Selectbox_pb2.py +2 -3
  129. streamlit/proto/SessionEvent_pb2.py +2 -3
  130. streamlit/proto/SessionStatus_pb2.py +2 -3
  131. streamlit/proto/Skeleton_pb2.py +2 -3
  132. streamlit/proto/Slider_pb2.py +7 -8
  133. streamlit/proto/Slider_pb2.pyi +9 -1
  134. streamlit/proto/Snow_pb2.py +2 -3
  135. streamlit/proto/Space_pb2.py +2 -3
  136. streamlit/proto/Spinner_pb2.py +2 -3
  137. streamlit/proto/TextAlignmentConfig_pb2.py +2 -3
  138. streamlit/proto/TextArea_pb2.py +2 -3
  139. streamlit/proto/TextInput_pb2.py +2 -3
  140. streamlit/proto/Text_pb2.py +2 -3
  141. streamlit/proto/TimeInput_pb2.py +2 -3
  142. streamlit/proto/Toast_pb2.py +2 -3
  143. streamlit/proto/Transient_pb2.py +2 -3
  144. streamlit/proto/VegaLiteChart_pb2.py +2 -3
  145. streamlit/proto/Video_pb2.py +2 -3
  146. streamlit/proto/WidgetStates_pb2.py +2 -3
  147. streamlit/proto/WidthConfig_pb2.py +2 -3
  148. streamlit/proto/openmetrics_data_model_pb2.py +2 -3
  149. streamlit/runtime/app_session.py +106 -60
  150. streamlit/runtime/caching/cache_data_api.py +3 -3
  151. streamlit/runtime/caching/cache_errors.py +0 -2
  152. streamlit/runtime/caching/cache_resource_api.py +1 -1
  153. streamlit/runtime/caching/cache_utils.py +2 -2
  154. streamlit/runtime/caching/hashing.py +1 -3
  155. streamlit/runtime/caching/storage/cache_storage_protocol.py +0 -3
  156. streamlit/runtime/connection_factory.py +1 -1
  157. streamlit/runtime/credentials.py +2 -2
  158. streamlit/runtime/metrics_util.py +3 -3
  159. streamlit/runtime/runtime.py +6 -6
  160. streamlit/runtime/scriptrunner/script_runner.py +17 -0
  161. streamlit/runtime/scriptrunner_utils/exceptions.py +0 -4
  162. streamlit/runtime/scriptrunner_utils/script_run_context.py +13 -31
  163. streamlit/runtime/secrets.py +3 -4
  164. streamlit/runtime/state/__init__.py +7 -1
  165. streamlit/runtime/state/common.py +13 -0
  166. streamlit/runtime/state/query_params.py +493 -24
  167. streamlit/runtime/state/session_state.py +179 -4
  168. streamlit/runtime/state/widgets.py +26 -1
  169. streamlit/runtime/stats.py +1 -10
  170. streamlit/static/index.html +1 -1
  171. streamlit/static/manifest.json +304 -304
  172. streamlit/static/static/js/{ErrorOutline.esm.CScZvf44.js → ErrorOutline.esm.BWk6F-Tz.js} +1 -1
  173. streamlit/static/static/js/{FileDownload.esm.COCxTZxP.js → FileDownload.esm.AllYUuOW.js} +1 -1
  174. streamlit/static/static/js/{FileHelper.Bhs-iVRI.js → FileHelper.BvVTNdmy.js} +1 -1
  175. streamlit/static/static/js/{FormClearHelper.CA_5b-Ut.js → FormClearHelper.C__r5Llk.js} +1 -1
  176. streamlit/static/static/js/{InputInstructions.Bzb0MCfv.js → InputInstructions.DOtkdOMV.js} +1 -1
  177. streamlit/static/static/js/Particles.DCsqQZlE.js +1 -0
  178. streamlit/static/static/js/{ProgressBar.DyQNhVsJ.js → ProgressBar.DLCRvt4m.js} +2 -2
  179. streamlit/static/static/js/{StreamlitSyntaxHighlighter.BOkJThtV.js → StreamlitSyntaxHighlighter.CYFWoZHb.js} +1 -1
  180. streamlit/static/static/js/{TableChart.esm.a60nntBC.js → TableChart.esm.D6ydHcIm.js} +1 -1
  181. streamlit/static/static/js/Toolbar.BHDNzWBx.js +1 -0
  182. streamlit/static/static/js/{WidgetLabelHelpIconInline.BjIku2ic.js → WidgetLabelHelpIconInline.DEXBrVlc.js} +1 -1
  183. streamlit/static/static/js/{base-input.avGkArOc.js → base-input.TSQjctlq.js} +4 -4
  184. streamlit/static/static/js/{checkbox.Q8mCuqps.js → checkbox.BKgfzJZV.js} +1 -1
  185. streamlit/static/static/js/{createDownloadLinkElement.CfqHRpxo.js → createDownloadLinkElement.CG7nr2a4.js} +1 -1
  186. streamlit/static/static/js/{data-grid-overlay-editor.PuoMl3yV.js → data-grid-overlay-editor.ChXO__lP.js} +1 -1
  187. streamlit/static/static/js/{downloader.CjG2csSm.js → downloader.DJ3R_zWA.js} +1 -1
  188. streamlit/static/static/js/embed.u3PPfLkw.js +193 -0
  189. streamlit/static/static/js/{es6.CQD6uUK7.js → es6.C5Mfy8nd.js} +2 -2
  190. streamlit/static/static/js/{formatNumber.CtjUO-if.js → formatNumber.CMRgW9EJ.js} +1 -1
  191. streamlit/static/static/js/{iconPosition.7Qt6oUiI.js → iconPosition.B4EEXI3E.js} +1 -1
  192. streamlit/static/static/js/{iframeResizer.contentWindow._oj2Xh0v.js → iframeResizer.contentWindow.WSvOiTW0.js} +1 -1
  193. streamlit/static/static/js/index.-FOBV3nz.js +1 -0
  194. streamlit/static/static/js/{index.BuBkymZd.js → index.-NF8OSF5.js} +1 -1
  195. streamlit/static/static/js/{index.B-XrnnK6.js → index.4cBg8kn5.js} +1 -1
  196. streamlit/static/static/js/{index.B_ylV_tl.js → index.B0pzzCsH.js} +1 -1
  197. streamlit/static/static/js/{index.BhJwyXH6.js → index.BID6ND5j.js} +2 -2
  198. streamlit/static/static/js/index.BMp5bGjh.js +1 -0
  199. streamlit/static/static/js/{index.Cptu1tS-.js → index.BQcmlvas.js} +1 -1
  200. streamlit/static/static/js/{index.DXQ_Fvpt.js → index.BRcmclgI.js} +1 -1
  201. streamlit/static/static/js/index.BaUZR4IG.js +1 -0
  202. streamlit/static/static/js/{index.CMBgAPh6.js → index.BbMJj4PN.js} +1 -1
  203. streamlit/static/static/js/{index.CVRgrLT-.js → index.BdCTJtq3.js} +2 -2
  204. streamlit/static/static/js/index.BdETLMuI.js +1 -0
  205. streamlit/static/static/js/index.BnKMWhs1.js +1 -0
  206. streamlit/static/static/js/index.Br1kXwQW.js +2 -0
  207. streamlit/static/static/js/{index.XGft6-dq.js → index.Bt2olRE4.js} +1 -1
  208. streamlit/static/static/js/{index.B2fAYU1N.js → index.Bxwsv5T8.js} +1 -1
  209. streamlit/static/static/js/index.C4KskYz6.js +1 -0
  210. streamlit/static/static/js/{index.DZE_91Ym.js → index.C6bmbXk0.js} +1 -1
  211. streamlit/static/static/js/{index.Egabyb7u.js → index.CEfKfbta.js} +1 -1
  212. streamlit/static/static/js/index.CIuaA8q0.js +2 -0
  213. streamlit/static/static/js/{index.DVtfSohT.js → index.CV1sObFX.js} +1 -1
  214. streamlit/static/static/js/{index.BlJhnb4M.js → index.CbR6dgaV.js} +1 -1
  215. streamlit/static/static/js/index.Cq6szKqJ.js +1 -0
  216. streamlit/static/static/js/index.CyouXqCz.js +1 -0
  217. streamlit/static/static/js/{index.B5wmZkRW.js → index.D1NUgMFI.js} +1 -1
  218. streamlit/static/static/js/{index.euRMkmNi.js → index.D7SWG4Om.js} +1 -1
  219. streamlit/static/static/js/{index.Bg-9YNUa.js → index.DAYPEwLI.js} +1 -1
  220. streamlit/static/static/js/index.DKS75Vfg.js +11 -0
  221. streamlit/static/static/js/{index.CIizdLeb.js → index.DOXrMIxB.js} +1 -1
  222. streamlit/static/static/js/{index.BRegnbUa.js → index.DOzYX8yS.js} +3 -3
  223. streamlit/static/static/js/{index.BksGMsW0.js → index.DRFMYcC4.js} +4 -4
  224. streamlit/static/static/js/{index.B8PovXCX.js → index.Divl5FCY.js} +1 -1
  225. streamlit/static/static/js/{index.DxQuXlXH.js → index.DjAJ_CUa.js} +1 -1
  226. streamlit/static/static/js/{index.BrRuSP42.js → index.Dncue2pm.js} +33 -33
  227. streamlit/static/static/js/{index.DSTThs-t.js → index.Drusyo5m.js} +47 -47
  228. streamlit/static/static/js/{index.BOafPwIE.js → index.DuUyDGnP.js} +1 -1
  229. streamlit/static/static/js/{index.D1bkwsLT.js → index.DvgT2rB2.js} +223 -223
  230. streamlit/static/static/js/{index.BmDXWfgx.js → index.DzutABu5.js} +2 -2
  231. streamlit/static/static/js/index.Dzw2iPzi.js +3 -0
  232. streamlit/static/static/js/{index.DJsqD2Sc.js → index.FsTmxLbT.js} +1 -1
  233. streamlit/static/static/js/{index.BOTEMJfV.js → index.OIwPqGYN.js} +1 -1
  234. streamlit/static/static/js/{index.CBqST2Yj.js → index.RXLN7YFT.js} +2 -2
  235. streamlit/static/static/js/{index.Ft2Zxbhr.js → index.YYb2u0jk.js} +2 -2
  236. streamlit/static/static/js/{index.BWCFtBS4.js → index.h8ejt-W3.js} +1 -1
  237. streamlit/static/static/js/{index.KuLql7H0.js → index.lFMCi9am.js} +1 -1
  238. streamlit/static/static/js/{index.D8t7R4QQ.js → index.pOgf4cEj.js} +1 -1
  239. streamlit/static/static/js/{index.CsoN0h7K.js → index.s_E0s7LB.js} +51 -51
  240. streamlit/static/static/js/{index.BVX_bqnf.js → index.xLCbzoqj.js} +1 -1
  241. streamlit/static/static/js/{input.Cf97CQME.js → input.BLG7kWaj.js} +2 -2
  242. streamlit/static/static/js/{main.Ccuk53yQ.js → main.D_CmqChN.js} +1 -1
  243. streamlit/static/static/js/{memory.Bng6Ij0g.js → memory.T8u9KqIQ.js} +1 -1
  244. streamlit/static/static/js/{number-overlay-editor.CFLv-CWC.js → number-overlay-editor.BKBSXkAM.js} +2 -2
  245. streamlit/static/static/js/{pandasStylerUtils.C2hcAKiv.js → pandasStylerUtils.B4tLYMwS.js} +1 -1
  246. streamlit/static/static/js/{sandbox.BXdeD-wA.js → sandbox.jRlkcPem.js} +1 -1
  247. streamlit/static/static/js/{styled-components.Br04Ogac.js → styled-components.D2QhNwzd.js} +1 -1
  248. streamlit/static/static/js/{throttle.mI9ItGre.js → throttle.Cyw_V0Dq.js} +1 -1
  249. streamlit/static/static/js/{timepicker.poFdB0sd.js → timepicker.PzyuDDWl.js} +1 -1
  250. streamlit/static/static/js/{toConsumableArray.92-fANS-.js → toConsumableArray.gE9fMkLj.js} +1 -1
  251. streamlit/static/static/js/uniqueId.B1GeHnT1.js +1 -0
  252. streamlit/static/static/js/{useBasicWidgetState.DzKGLAv_.js → useBasicWidgetState.DFklfao0.js} +1 -1
  253. streamlit/static/static/js/{useIntlLocale.BMma2iiY.js → useIntlLocale.C3tUGWTU.js} +8 -8
  254. streamlit/static/static/js/{useTextInputAutoExpand.DQbIhdma.js → useTextInputAutoExpand.D9nU_y-e.js} +1 -1
  255. streamlit/static/static/js/useUpdateUiValue.ClTdrkJN.js +1 -0
  256. streamlit/static/static/js/{useWaveformController.AH0ggRyc.js → useWaveformController.lzTbjMW2.js} +1 -1
  257. streamlit/static/static/js/{withCalculatedWidth.G5xJ-MbS.js → withCalculatedWidth.Dxs9I5Oe.js} +1 -1
  258. streamlit/static/static/js/{withFullScreenWrapper.rdRu6zZ4.js → withFullScreenWrapper.DfpAcJxf.js} +1 -1
  259. streamlit/string_util.py +2 -2
  260. streamlit/testing/v1/app_test.py +1 -1
  261. streamlit/testing/v1/element_tree.py +33 -20
  262. streamlit/type_util.py +2 -2
  263. streamlit/url_util.py +2 -2
  264. streamlit/user_info.py +2 -41
  265. streamlit/util.py +1 -1
  266. streamlit/watcher/event_based_path_watcher.py +37 -7
  267. streamlit/watcher/path_watcher.py +61 -2
  268. streamlit/watcher/util.py +26 -10
  269. streamlit/web/bootstrap.py +16 -4
  270. streamlit/web/cli.py +1 -4
  271. streamlit/web/server/app_discovery.py +2 -1
  272. streamlit/web/server/app_static_file_handler.py +9 -0
  273. streamlit/web/server/bidi_component_request_handler.py +4 -4
  274. streamlit/web/server/component_file_utils.py +14 -6
  275. streamlit/web/server/component_request_handler.py +2 -2
  276. streamlit/web/server/oauth_authlib_routes.py +14 -42
  277. streamlit/web/server/server.py +1 -1
  278. streamlit/web/server/server_util.py +23 -1
  279. streamlit/web/server/starlette/starlette_app.py +7 -1
  280. streamlit/web/server/starlette/starlette_auth_routes.py +94 -16
  281. streamlit/web/server/starlette/starlette_path_security_middleware.py +97 -0
  282. streamlit/web/server/starlette/starlette_routes.py +16 -9
  283. streamlit/web/server/starlette/starlette_server.py +2 -2
  284. streamlit/web/server/starlette/starlette_static_routes.py +14 -4
  285. streamlit/web/server/stats_request_handler.py +1 -3
  286. {streamlit-1.53.1.dist-info → streamlit-1.54.0.dist-info}/METADATA +10 -25
  287. {streamlit-1.53.1.dist-info → streamlit-1.54.0.dist-info}/RECORD +290 -290
  288. {streamlit-1.53.1.dist-info → streamlit-1.54.0.dist-info}/WHEEL +1 -1
  289. streamlit/commands/experimental_query_params.py +0 -169
  290. streamlit/static/static/js/Particles.ix5_l22I.js +0 -1
  291. streamlit/static/static/js/Toolbar.CxkcuBQ8.js +0 -1
  292. streamlit/static/static/js/embed.DZ-CLCPz.js +0 -195
  293. streamlit/static/static/js/index.B6ZAXv47.js +0 -1
  294. streamlit/static/static/js/index.BDm-Ia27.js +0 -1
  295. streamlit/static/static/js/index.BeCZLkzg.js +0 -1
  296. streamlit/static/static/js/index.BuEBeckn.js +0 -11
  297. streamlit/static/static/js/index.CL2eCR01.js +0 -1
  298. streamlit/static/static/js/index.CdLlbsiN.js +0 -1
  299. streamlit/static/static/js/index.CwIIk90V.js +0 -1
  300. streamlit/static/static/js/index.DDk0U8rh.js +0 -2
  301. streamlit/static/static/js/index.DNB79dOd.js +0 -3
  302. streamlit/static/static/js/index.DNj5S4tY.js +0 -1
  303. streamlit/static/static/js/index.DOY0ZriT.js +0 -2
  304. streamlit/static/static/js/index.r0gCrMFP.js +0 -1
  305. streamlit/static/static/js/uniqueId.BUj-C6GA.js +0 -1
  306. streamlit/static/static/js/useUpdateUiValue.Bk5OIXup.js +0 -1
  307. streamlit-1.53.1.data/scripts/streamlit.cmd +0 -16
  308. {streamlit-1.53.1.dist-info → streamlit-1.54.0.dist-info}/entry_points.txt +0 -0
  309. {streamlit-1.53.1.dist-info → streamlit-1.54.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,193 @@
1
+ import{a$ as SP,z as _P,aa as Ve,bJ as ba,bI as Rd,d0 as $P,bE as kP}from"./index.Drusyo5m.js";import{a as uc,n as AP,b as CP,c as up,t as Os,p as FP,d as TP,e as MP,i as qo,f as lp,g as OE,l as Mu,h as ub,j as cp,k as RE,m as go,o as Ka,q as DP,r as Wo,s as OP,u as RP,v as NP,w as LP}from"./threshold.CUNQbqMA.js";import{j as PP,f as e1,c as tC,b as IP,R as fp,r as nC,k as lb,l as cb,C as fb,m as NE,n as LE,o as dp,p as t1,q as Bt,a as Lc,s as zP,t as BP,u as UP,v as jP,i as qP,w as WP,x as HP,d as GP,y as VP,z as YP,g as XP,A as Nd}from"./value.DaKxGC7O.js";import{P as KP,a as JP,i as QP,b as ZP,p as db,T as eI,n as tI,t as nI,d as iI}from"./timer.BZio6gjG.js";const vfe=e=>({"#vg-tooltip-element":{visibility:"hidden",position:"fixed",fontFamily:e.genericFonts.bodyFont,color:e.colors.bodyText,border:`${e.sizes.borderWidth} solid ${e.colors.borderColor}`,backgroundColor:SP(e.colors.bgColor,.05),fontSize:e.fontSizes.twoSm,boxShadow:e.shadows.tooltip,maxWidth:e.sizes.maxChartTooltipWidth,padding:`${e.spacing.xs} ${e.spacing.md}`,borderRadius:e.radii.default,zIndex:e.zIndices.popup,"&.visible":{visibility:"visible"},h2:{marginTop:e.spacing.none,marginBottom:e.spacing.sm,fontSize:e.fontSizes.sm},td:{border:"none"},table:{borderSpacing:0,tr:{border:"none",td:{overflow:"hidden",textOverflow:"ellipsis",paddingTop:e.spacing.threeXS,paddingBottom:e.spacing.threeXS},"td.key":{maxWidth:`calc((${e.sizes.maxChartTooltipWidth} - 2 * ${e.spacing.md}) * 0.4)`,textAlign:"right",color:e.colors.fadedText60,whiteSpace:"nowrap",paddingRight:e.spacing.twoXS},"td.value":{maxWidth:`calc((${e.sizes.maxChartTooltipWidth} - 2 * ${e.spacing.md}) * 0.6)`,textAlign:"left",display:"-webkit-box",WebkitLineClamp:"5",WebkitBoxOrient:"vertical",lineClamp:"5",wordWrap:"break-word"}}}}}),xfe=_P("div",{target:"e1ksfrck0"})(({theme:e,useContainerWidth:t,useContainerHeight:n})=>({width:t?"100%":"auto",height:n?"100%":"auto","&.vega-embed":{position:"relative",display:"inline-block",boxSizing:"border-box","details:not([open]) > :not(summary)":{display:"none !important"},"details[open] summary":{opacity:.7},"&:hover summary, .vega-embed:focus summary":{background:"transparent"},"&:hover summary, &:focus-within summary":{opacity:"1 !important",transition:"opacity 0.2s ease"},"&.has-actions":{paddingRight:0},".vega-actions":{position:"absolute",display:"flex",flexDirection:"column",paddingBottom:e.spacing.sm,paddingTop:e.spacing.sm,zIndex:e.zIndices.popup,top:`calc(${e.iconSizes.md} + 2 * ${e.spacing.xs} + ${e.spacing.xs})`,right:0,backgroundColor:e.colors.bgColor,boxShadow:e.shadows.popover,border:`${e.sizes.borderWidth} solid ${e.colors.fadedText10}`,animationDuration:"0.15s",animationName:"scale-in",animationTimingFunction:"cubic-bezier(0.2, 0, 0.13, 1.5)",textAlign:"left",borderRadius:e.radii.default,a:{fontFamily:e.genericFonts.bodyFont,fontWeight:e.fontWeights.normal,fontSize:e.fontSizes.md,margin:0,padding:`${e.spacing.twoXS} ${e.spacing.twoXL}`,color:e.colors.bodyText,whiteSpace:"nowrap",textDecoration:"none"},"a:hover, a:focus":{backgroundColor:e.colors.darkenedBgMix15,color:e.colors.bodyText},":before":{content:"none"},":after":{content:"none"}},"@keyframes scale-in":{from:{opacity:0,transform:"scale(0.6)"},to:{opacity:1,transform:"scale(1)"}},".chart-wrapper":{"&.fit-x":{width:"100%"},"&.fit-y":{height:"100%"}},summary:{position:"absolute",top:0,right:0,opacity:0,listStyle:"none",cursor:"pointer",display:"list-item",padding:e.spacing.xs,height:"auto",zIndex:e.zIndices.menuButton,border:"none",boxShadow:"none",borderRadius:e.radii.default,color:e.colors.fadedText10,backgroundColor:"transparent",transition:"opacity 300ms 150ms,transform 300ms 150ms",lineHeight:0,"&::-webkit-details-marker":{display:"none"},"&:active, &:focus-visible, &:hover":{border:"none",boxShadow:"none",color:e.colors.bodyText,opacity:"1 !important",background:e.colors.darkenedBgMix15},svg:{width:e.iconSizes.md,height:e.iconSizes.md}}}}));function wfe(e,t){const n={font:t.genericFonts.bodyFont,background:t.colors.bgColor,fieldTitle:"verbal",autosize:{type:"fit",contains:"padding"},title:{align:"left",anchor:"start",color:t.colors.headingColor,titleFontStyle:"normal",fontWeight:t.fontWeights.bold,fontSize:Ve(t.fontSizes.md),orient:"top",offset:26},header:{titleFontWeight:t.fontWeights.normal,titleFontSize:Ve(t.fontSizes.md),titleColor:ba(t),titleFontStyle:"normal",labelFontSize:Ve(t.fontSizes.twoSm),labelFontWeight:t.fontWeights.normal,labelColor:ba(t),labelFontStyle:"normal"},axis:{labelFontSize:Ve(t.fontSizes.twoSm),labelFontWeight:t.fontWeights.normal,labelColor:ba(t),labelFontStyle:"normal",titleFontWeight:t.fontWeights.normal,titleFontSize:Ve(t.fontSizes.sm),titleColor:ba(t),titleFontStyle:"normal",ticks:!1,gridColor:Rd(t),domain:!1,domainWidth:1,domainColor:Rd(t),labelFlush:!0,labelFlushOffset:1,labelBound:!1,labelLimit:100,titlePadding:Ve(t.spacing.lg),labelPadding:Ve(t.spacing.lg),labelSeparation:Ve(t.spacing.twoXS),labelOverlap:!0},legend:{labelFontSize:Ve(t.fontSizes.sm),labelFontWeight:t.fontWeights.normal,labelColor:ba(t),titleFontSize:Ve(t.fontSizes.sm),titleFontWeight:t.fontWeights.normal,titleFontStyle:"normal",titleColor:ba(t),titlePadding:Ve(t.spacing.twoXS),labelPadding:Ve(t.spacing.lg),columnPadding:Ve(t.spacing.sm),rowPadding:Ve(t.spacing.twoXS),padding:Ve(t.spacing.sm),symbolStrokeWidth:Ve(t.spacing.twoXS)},range:{category:t.colors.chartCategoricalColors,diverging:t.colors.chartDivergingColors,ramp:t.colors.chartSequentialColors,heatmap:t.colors.chartSequentialColors},view:{columns:1,strokeWidth:0,stroke:"transparent",continuousHeight:Ve(t.sizes.defaultChartHeight),continuousWidth:Ve(t.sizes.defaultChartWidth)},concat:{columns:1},facet:{columns:1},mark:{tooltip:{content:"encoding"},color:t.colors.chartCategoricalColors[0]},bar:{binSpacing:Ve(t.spacing.twoXS),discreteBandSize:{band:.85}},axisDiscrete:{grid:!1},axisXPoint:{grid:!1},axisTemporal:{grid:!1},axisXBand:{grid:!1}};return e?$P({},n,e,(i,r)=>Array.isArray(r)?r:void 0):n}function Efe(e,t){const{colors:n,fontSizes:i,genericFonts:r}=t,o={labelFont:r.bodyFont,titleFont:r.bodyFont,labelFontSize:Ve(i.twoSm),titleFontSize:Ve(i.twoSm)},s={background:n.bgColor,axis:{labelColor:n.bodyText,titleColor:n.bodyText,gridColor:Rd(t),...o},legend:{labelColor:n.bodyText,titleColor:n.bodyText,...o},title:{color:n.bodyText,subtitleColor:n.bodyText,...o},header:{labelColor:n.bodyText,titleColor:n.bodyText,...o},view:{stroke:Rd(t),continuousHeight:Ve(t.sizes.defaultChartHeight),continuousWidth:Ve(t.sizes.defaultChartWidth)},mark:{tooltip:!0}};return e?kP({},s,e):s}function _n(e,t,n){return e.fields=t||[],e.fname=n,e}function Ze(e){return e==null?null:e.fname}function qt(e){return e==null?null:e.fields}function iC(e){return e.length===1?rI(e[0]):oI(e)}const rI=e=>function(t){return t[e]},oI=e=>{const t=e.length;return function(n){for(let i=0;i<t;++i)n=n[e[i]];return n}};function O(e){throw Error(e)}function ar(e){const t=[],n=e.length;let i=null,r=0,o="",s,a,u;e=e+"";function l(){t.push(o+e.substring(s,a)),o="",s=a+1}for(s=a=0;a<n;++a)if(u=e[a],u==="\\")o+=e.substring(s,a++),s=a;else if(u===i)l(),i=null,r=-1;else{if(i)continue;s===r&&u==='"'||s===r&&u==="'"?(s=a+1,i=u):u==="."&&!r?a>s?l():s=a+1:u==="["?(a>s&&l(),r=s=a+1):u==="]"&&(r||O("Access path missing open bracket: "+e),r>0&&l(),r=0,s=a+1)}return r&&O("Access path missing closing bracket: "+e),i&&O("Access path missing closing quote: "+e),a>s&&(a++,l()),t}function Qn(e,t,n){const i=ar(e);return e=i.length===1?i[0]:e,_n((n&&n.get||iC)(i),[e],t||e)}const Pc=Qn("id"),Vt=_n(e=>e,[],"identity"),po=_n(()=>0,[],"zero"),Du=_n(()=>1,[],"one"),Zn=_n(()=>!0,[],"true"),oo=_n(()=>!1,[],"false"),hb=new Set([...Object.getOwnPropertyNames(Object.prototype).filter(e=>typeof Object.prototype[e]=="function"),"__proto__"]);function sI(e,t,n){const i=[t].concat([].slice.call(n));console[e].apply(console,i)}const rC=0,pb=1,gb=2,oC=3,sC=4;function hp(e,t,n=sI){let i=e||rC;return{level(r){return arguments.length?(i=+r,this):i},error(){return i>=pb&&n(t||"error","ERROR",arguments),this},warn(){return i>=gb&&n(t||"warn","WARN",arguments),this},info(){return i>=oC&&n(t||"log","INFO",arguments),this},debug(){return i>=sC&&n(t||"log","DEBUG",arguments),this}}}var P=Array.isArray;function Y(e){return e===Object(e)}const PE=e=>e!=="__proto__";function Ou(...e){return e.reduce((t,n)=>{for(const i in n)if(i==="signals")t.signals=aI(t.signals,n.signals);else{const r=i==="legend"?{layout:1}:i==="style"?!0:null;Ru(t,i,n[i],r)}return t},{})}function Ru(e,t,n,i){if(!PE(t))return;let r,o;if(Y(n)&&!P(n)){o=Y(e[t])?e[t]:e[t]={};for(r in n)i&&(i===!0||i[r])?Ru(o,r,n[r]):PE(r)&&(o[r]=n[r])}else e[t]=n}function aI(e,t){if(e==null)return t;const n={},i=[];function r(o){n[o.name]||(n[o.name]=1,i.push(o))}return t.forEach(r),e.forEach(r),i}function Ee(e){return e[e.length-1]}function Ut(e){return e==null||e===""?null:+e}const aC=e=>t=>e*Math.exp(t),uC=e=>t=>Math.log(e*t),lC=e=>t=>Math.sign(t)*Math.log1p(Math.abs(t/e)),cC=e=>t=>Math.sign(t)*Math.expm1(Math.abs(t))*e,Ld=e=>t=>t<0?-Math.pow(-t,e):Math.pow(t,e);function pp(e,t,n,i){const r=n(e[0]),o=n(Ee(e)),s=(o-r)*t;return[i(r-s),i(o-s)]}function fC(e,t){return pp(e,t,Ut,Vt)}function dC(e,t){var n=Math.sign(e[0]);return pp(e,t,uC(n),aC(n))}function hC(e,t,n){return pp(e,t,Ld(n),Ld(1/n))}function pC(e,t,n){return pp(e,t,lC(n),cC(n))}function gp(e,t,n,i,r){const o=i(e[0]),s=i(Ee(e)),a=t!=null?i(t):(o+s)/2;return[r(a+(o-a)*n),r(a+(s-a)*n)]}function mb(e,t,n){return gp(e,t,n,Ut,Vt)}function yb(e,t,n){const i=Math.sign(e[0]);return gp(e,t,n,uC(i),aC(i))}function Pd(e,t,n,i){return gp(e,t,n,Ld(i),Ld(1/i))}function bb(e,t,n,i){return gp(e,t,n,lC(i),cC(i))}function gC(e){return 1+~~(new Date(e).getMonth()/3)}function mC(e){return 1+~~(new Date(e).getUTCMonth()/3)}function K(e){return e!=null?P(e)?e:[e]:[]}function yC(e,t,n){let i=e[0],r=e[1],o;return r<i&&(o=r,r=i,i=o),o=r-i,o>=n-t?[t,n]:[i=Math.min(Math.max(i,t),n-o),i+o]}function fe(e){return typeof e=="function"}const uI="descending";function vb(e,t,n){n=n||{},t=K(t)||[];const i=[],r=[],o={},s=n.comparator||lI;return K(e).forEach((a,u)=>{a!=null&&(i.push(t[u]===uI?-1:1),r.push(a=fe(a)?a:Qn(a,null,n)),(qt(a)||[]).forEach(l=>o[l]=1))}),r.length===0?null:_n(s(r,i),Object.keys(o))}const Nu=(e,t)=>(e<t||e==null)&&t!=null?-1:(e>t||t==null)&&e!=null?1:(t=t instanceof Date?+t:t,(e=e instanceof Date?+e:e)!==e&&t===t?-1:t!==t&&e===e?1:0),lI=(e,t)=>e.length===1?cI(e[0],t[0]):fI(e,t,e.length),cI=(e,t)=>function(n,i){return Nu(e(n),e(i))*t},fI=(e,t,n)=>(t.push(0),function(i,r){let o,s=0,a=-1;for(;s===0&&++a<n;)o=e[a],s=Nu(o(i),o(r));return s*t[a]});function Yt(e){return fe(e)?e:()=>e}function xb(e,t){let n;return i=>{n&&clearTimeout(n),n=setTimeout(()=>(t(i),n=null),e)}}function pe(e){for(let t,n,i=1,r=arguments.length;i<r;++i){t=arguments[i];for(n in t)e[n]=t[n]}return e}function Qi(e,t){let n=0,i,r,o,s;if(e&&(i=e.length))if(t==null){for(r=e[n];n<i&&(r==null||r!==r);r=e[++n]);for(o=s=r;n<i;++n)r=e[n],r!=null&&(r<o&&(o=r),r>s&&(s=r))}else{for(r=t(e[n]);n<i&&(r==null||r!==r);r=t(e[++n]));for(o=s=r;n<i;++n)r=t(e[n]),r!=null&&(r<o&&(o=r),r>s&&(s=r))}return[o,s]}function bC(e,t){const n=e.length;let i=-1,r,o,s,a,u;if(t==null){for(;++i<n;)if(o=e[i],o!=null&&o>=o){r=s=o;break}if(i===n)return[-1,-1];for(a=u=i;++i<n;)o=e[i],o!=null&&(r>o&&(r=o,a=i),s<o&&(s=o,u=i))}else{for(;++i<n;)if(o=t(e[i],i,e),o!=null&&o>=o){r=s=o;break}if(i===n)return[-1,-1];for(a=u=i;++i<n;)o=t(e[i],i,e),o!=null&&(r>o&&(r=o,a=i),s<o&&(s=o,u=i))}return[a,u]}function J(e,t){return Object.hasOwn(e,t)}const Af={};function Lu(e){let t={},n;function i(o){return J(t,o)&&t[o]!==Af}const r={size:0,empty:0,object:t,has:i,get(o){return i(o)?t[o]:void 0},set(o,s){return i(o)||(++r.size,t[o]===Af&&--r.empty),t[o]=s,this},delete(o){return i(o)&&(--r.size,++r.empty,t[o]=Af),this},clear(){r.size=r.empty=0,r.object=t={}},test(o){return arguments.length?(n=o,r):n},clean(){const o={};let s=0;for(const a in t){const u=t[a];u!==Af&&(!n||!n(u))&&(o[a]=u,++s)}r.size=s,r.empty=0,r.object=t=o}};return e&&Object.keys(e).forEach(o=>{r.set(o,e[o])}),r}function vC(e,t,n,i,r,o){if(!n&&n!==0)return o;const s=+n;let a=e[0],u=Ee(e),l;u<a&&(l=a,a=u,u=l),l=Math.abs(t-a);const c=Math.abs(u-t);return l<c&&l<=s?i:c<=s?r:o}function G(e,t,n){const i=e.prototype=Object.create(t.prototype);return Object.defineProperty(i,"constructor",{value:e,writable:!0,enumerable:!0,configurable:!0}),pe(i,n)}function Ra(e,t,n,i){let r=t[0],o=t[t.length-1],s;return r>o&&(s=r,r=o,o=s),n=n===void 0||n,i=i===void 0||i,(n?r<=e:r<e)&&(i?e<=o:e<o)}function ea(e){return typeof e=="boolean"}function $o(e){return Object.prototype.toString.call(e)==="[object Date]"}function xC(e){return e&&fe(e[Symbol.iterator])}function $e(e){return typeof e=="number"}function wb(e){return Object.prototype.toString.call(e)==="[object RegExp]"}function X(e){return typeof e=="string"}function Eb(e,t,n){e&&(e=t?K(e).map(a=>a.replace(/\\(.)/g,"$1")):K(e));const i=e&&e.length,r=n&&n.get||iC,o=a=>r(t?[a]:ar(a));let s;if(!i)s=function(){return""};else if(i===1){const a=o(e[0]);s=function(u){return""+a(u)}}else{const a=e.map(o);s=function(u){let l=""+a[0](u),c=0;for(;++c<i;)l+="|"+a[c](u);return l}}return _n(s,e,"key")}function wC(e,t){const n=e[0],i=Ee(e),r=+t;return r?r===1?i:n+r*(i-n):n}const dI=1e4;function EC(e){e=+e||dI;let t,n,i;const r=()=>{t={},n={},i=0},o=(s,a)=>(++i>e&&(n=t,t={},i=1),t[s]=a);return r(),{clear:r,has:s=>J(t,s)||J(n,s),get:s=>J(t,s)?t[s]:J(n,s)?o(s,n[s]):void 0,set:(s,a)=>J(t,s)?t[s]=a:o(s,a)}}function SC(e,t,n,i){const r=t.length,o=n.length;if(!o)return t;if(!r)return n;const s=i||new t.constructor(r+o);let a=0,u=0,l=0;for(;a<r&&u<o;++l)s[l]=e(t[a],n[u])>0?n[u++]:t[a++];for(;a<r;++a,++l)s[l]=t[a];for(;u<o;++u,++l)s[l]=n[u];return s}function Al(e,t){let n="";for(;--t>=0;)n+=e;return n}function _C(e,t,n,i){const r=n||" ",o=e+"",s=t-o.length;return s<=0?o:i==="left"?Al(r,s)+o:i==="center"?Al(r,~~(s/2))+o+Al(r,Math.ceil(s/2)):o+Al(r,s)}function Ic(e){return e&&Ee(e)-e[0]||0}function H(e){return P(e)?`[${e.map(t=>t===null?"null":H(t))}]`:Y(e)||X(e)?JSON.stringify(e).replaceAll("\u2028","\\u2028").replaceAll("\u2029","\\u2029"):e}function Sb(e){return e==null||e===""?null:!e||e==="false"||e==="0"?!1:!!e}const hI=e=>$e(e)||$o(e)?e:Date.parse(e);function _b(e,t){return t=t||hI,e==null||e===""?null:t(e)}function $b(e){return e==null||e===""?null:e+""}function wi(e){const t={},n=e.length;for(let i=0;i<n;++i)t[e[i]]=!0;return t}function $C(e,t,n,i){const r=i??"…",o=e+"",s=o.length,a=Math.max(0,t-r.length);return s<=t?o:n==="left"?r+o.slice(s-a):n==="center"?o.slice(0,Math.ceil(a/2))+r+o.slice(s-~~(a/2)):o.slice(0,a)+r}function uo(e,t,n){if(e)if(t){const i=e.length;for(let r=0;r<i;++r){const o=t(e[r]);o&&n(o,r,e)}}else e.forEach(n)}var IE={},dm={},hm=34,il=10,pm=13;function kC(e){return new Function("d","return {"+e.map(function(t,n){return JSON.stringify(t)+": d["+n+'] || ""'}).join(",")+"}")}function pI(e,t){var n=kC(e);return function(i,r){return t(n(i),r,e)}}function zE(e){var t=Object.create(null),n=[];return e.forEach(function(i){for(var r in i)r in t||n.push(t[r]=r)}),n}function hn(e,t){var n=e+"",i=n.length;return i<t?new Array(t-i+1).join(0)+n:n}function gI(e){return e<0?"-"+hn(-e,6):e>9999?"+"+hn(e,6):hn(e,4)}function mI(e){var t=e.getUTCHours(),n=e.getUTCMinutes(),i=e.getUTCSeconds(),r=e.getUTCMilliseconds();return isNaN(e)?"Invalid Date":gI(e.getUTCFullYear())+"-"+hn(e.getUTCMonth()+1,2)+"-"+hn(e.getUTCDate(),2)+(r?"T"+hn(t,2)+":"+hn(n,2)+":"+hn(i,2)+"."+hn(r,3)+"Z":i?"T"+hn(t,2)+":"+hn(n,2)+":"+hn(i,2)+"Z":n||t?"T"+hn(t,2)+":"+hn(n,2)+"Z":"")}function yI(e){var t=new RegExp('["'+e+`
2
+ \r]`),n=e.charCodeAt(0);function i(f,d){var h,p,g=r(f,function(m,y){if(h)return h(m,y-1);p=m,h=d?pI(m,d):kC(m)});return g.columns=p||[],g}function r(f,d){var h=[],p=f.length,g=0,m=0,y,b=p<=0,v=!1;f.charCodeAt(p-1)===il&&--p,f.charCodeAt(p-1)===pm&&--p;function x(){if(b)return dm;if(v)return v=!1,IE;var S,w=g,_;if(f.charCodeAt(w)===hm){for(;g++<p&&f.charCodeAt(g)!==hm||f.charCodeAt(++g)===hm;);return(S=g)>=p?b=!0:(_=f.charCodeAt(g++))===il?v=!0:_===pm&&(v=!0,f.charCodeAt(g)===il&&++g),f.slice(w+1,S-1).replace(/""/g,'"')}for(;g<p;){if((_=f.charCodeAt(S=g++))===il)v=!0;else if(_===pm)v=!0,f.charCodeAt(g)===il&&++g;else if(_!==n)continue;return f.slice(w,S)}return b=!0,f.slice(w,p)}for(;(y=x())!==dm;){for(var E=[];y!==IE&&y!==dm;)E.push(y),y=x();d&&(E=d(E,m++))==null||h.push(E)}return h}function o(f,d){return f.map(function(h){return d.map(function(p){return c(h[p])}).join(e)})}function s(f,d){return d==null&&(d=zE(f)),[d.map(c).join(e)].concat(o(f,d)).join(`
3
+ `)}function a(f,d){return d==null&&(d=zE(f)),o(f,d).join(`
4
+ `)}function u(f){return f.map(l).join(`
5
+ `)}function l(f){return f.map(c).join(e)}function c(f){return f==null?"":f instanceof Date?mI(f):t.test(f+="")?'"'+f.replace(/"/g,'""')+'"':f}return{parse:i,parseRows:r,format:s,formatBody:a,formatRows:u,formatRow:l,formatValue:c}}function bI(e){return e}function vI(e){if(e==null)return bI;var t,n,i=e.scale[0],r=e.scale[1],o=e.translate[0],s=e.translate[1];return function(a,u){u||(t=n=0);var l=2,c=a.length,f=new Array(c);for(f[0]=(t+=a[0])*i+o,f[1]=(n+=a[1])*r+s;l<c;)f[l]=a[l],++l;return f}}function xI(e,t){for(var n,i=e.length,r=i-t;r<--i;)n=e[r],e[r++]=e[i],e[i]=n}function wI(e,t){return typeof t=="string"&&(t=e.objects[t]),t.type==="GeometryCollection"?{type:"FeatureCollection",features:t.geometries.map(function(n){return BE(e,n)})}:BE(e,t)}function BE(e,t){var n=t.id,i=t.bbox,r=t.properties==null?{}:t.properties,o=AC(e,t);return n==null&&i==null?{type:"Feature",properties:r,geometry:o}:i==null?{type:"Feature",id:n,properties:r,geometry:o}:{type:"Feature",id:n,bbox:i,properties:r,geometry:o}}function AC(e,t){var n=vI(e.transform),i=e.arcs;function r(c,f){f.length&&f.pop();for(var d=i[c<0?~c:c],h=0,p=d.length;h<p;++h)f.push(n(d[h],h));c<0&&xI(f,p)}function o(c){return n(c)}function s(c){for(var f=[],d=0,h=c.length;d<h;++d)r(c[d],f);return f.length<2&&f.push(f[0]),f}function a(c){for(var f=s(c);f.length<4;)f.push(f[0]);return f}function u(c){return c.map(a)}function l(c){var f=c.type,d;switch(f){case"GeometryCollection":return{type:f,geometries:c.geometries.map(l)};case"Point":d=o(c.coordinates);break;case"MultiPoint":d=c.coordinates.map(o);break;case"LineString":d=s(c.arcs);break;case"MultiLineString":d=c.arcs.map(s);break;case"Polygon":d=u(c.arcs);break;case"MultiPolygon":d=c.arcs.map(u);break;default:return null}return{type:f,coordinates:d}}return l(t)}function EI(e,t){var n={},i={},r={},o=[],s=-1;t.forEach(function(l,c){var f=e.arcs[l<0?~l:l],d;f.length<3&&!f[1][0]&&!f[1][1]&&(d=t[++s],t[s]=l,t[c]=d)}),t.forEach(function(l){var c=a(l),f=c[0],d=c[1],h,p;if(h=r[f])if(delete r[h.end],h.push(l),h.end=d,p=i[d]){delete i[p.start];var g=p===h?h:h.concat(p);i[g.start=h.start]=r[g.end=p.end]=g}else i[h.start]=r[h.end]=h;else if(h=i[d])if(delete i[h.start],h.unshift(l),h.start=f,p=r[f]){delete r[p.end];var m=p===h?h:p.concat(h);i[m.start=p.start]=r[m.end=h.end]=m}else i[h.start]=r[h.end]=h;else h=[l],i[h.start=f]=r[h.end=d]=h});function a(l){var c=e.arcs[l<0?~l:l],f=c[0],d;return e.transform?(d=[0,0],c.forEach(function(h){d[0]+=h[0],d[1]+=h[1]})):d=c[c.length-1],l<0?[d,f]:[f,d]}function u(l,c){for(var f in l){var d=l[f];delete c[d.start],delete d.start,delete d.end,d.forEach(function(h){n[h<0?~h:h]=1}),o.push(d)}}return u(r,i),u(i,r),t.forEach(function(l){n[l<0?~l:l]||o.push([l])}),o}function SI(e){return AC(e,_I.apply(this,arguments))}function _I(e,t,n){var i,r,o;if(arguments.length>1)i=$I(e,t,n);else for(r=0,i=new Array(o=e.arcs.length);r<o;++r)i[r]=r;return{type:"MultiLineString",arcs:EI(e,i)}}function $I(e,t,n){var i=[],r=[],o;function s(f){var d=f<0?~f:f;(r[d]||(r[d]=[])).push({i:f,g:o})}function a(f){f.forEach(s)}function u(f){f.forEach(a)}function l(f){f.forEach(u)}function c(f){switch(o=f,f.type){case"GeometryCollection":f.geometries.forEach(c);break;case"LineString":a(f.arcs);break;case"MultiLineString":case"Polygon":u(f.arcs);break;case"MultiPolygon":l(f.arcs);break}}return c(t),r.forEach(n==null?function(f){i.push(f[0].i)}:function(f){n(f[0].g,f[f.length-1].g)&&i.push(f[0].i)}),i}function kI(e,t){let n=0,i,r=0,o=0;if(t===void 0)for(let s of e)s!=null&&(s=+s)>=s&&(i=s-r,r+=i/++n,o+=i*(s-r));else{let s=-1;for(let a of e)(a=t(a,++s,e))!=null&&(a=+a)>=a&&(i=a-r,r+=i/++n,o+=i*(a-r))}if(n>1)return o/(n-1)}function AI(e,t){const n=kI(e,t);return n&&Math.sqrt(n)}class sn{constructor(){this._partials=new Float64Array(32),this._n=0}add(t){const n=this._partials;let i=0;for(let r=0;r<this._n&&r<32;r++){const o=n[r],s=t+o,a=Math.abs(t)<Math.abs(o)?t-(s-o):o-(s-t);a&&(n[i++]=a),t=s}return n[i]=t,this._n=i+1,this}valueOf(){const t=this._partials;let n=this._n,i,r,o,s=0;if(n>0){for(s=t[--n];n>0&&(i=s,r=t[--n],s=i+r,o=r-(s-i),!o););n>0&&(o<0&&t[n-1]<0||o>0&&t[n-1]>0)&&(r=o*2,i=s+r,r==i-s&&(s=i))}return s}}class UE extends Map{constructor(t,n=TC){if(super(),Object.defineProperties(this,{_intern:{value:new Map},_key:{value:n}}),t!=null)for(const[i,r]of t)this.set(i,r)}get(t){return super.get(n1(this,t))}has(t){return super.has(n1(this,t))}set(t,n){return super.set(CC(this,t),n)}delete(t){return super.delete(FC(this,t))}}class Id extends Set{constructor(t,n=TC){if(super(),Object.defineProperties(this,{_intern:{value:new Map},_key:{value:n}}),t!=null)for(const i of t)this.add(i)}has(t){return super.has(n1(this,t))}add(t){return super.add(CC(this,t))}delete(t){return super.delete(FC(this,t))}}function n1({_intern:e,_key:t},n){const i=t(n);return e.has(i)?e.get(i):n}function CC({_intern:e,_key:t},n){const i=t(n);return e.has(i)?e.get(i):(e.set(i,n),n)}function FC({_intern:e,_key:t},n){const i=t(n);return e.has(i)&&(n=e.get(i),e.delete(i)),n}function TC(e){return e!==null&&typeof e=="object"?e.valueOf():e}function CI(e,t){return Array.from(t,n=>e[n])}function FI(e=uc){if(e===uc)return MC;if(typeof e!="function")throw new TypeError("compare is not a function");return(t,n)=>{const i=e(t,n);return i||i===0?i:(e(n,n)===0)-(e(t,t)===0)}}function MC(e,t){return(e==null||!(e>=e))-(t==null||!(t>=t))||(e<t?-1:e>t?1:0)}function _s(e,t){let n;if(t===void 0)for(const i of e)i!=null&&(n<i||n===void 0&&i>=i)&&(n=i);else{let i=-1;for(let r of e)(r=t(r,++i,e))!=null&&(n<r||n===void 0&&r>=r)&&(n=r)}return n}function i1(e,t){let n;if(t===void 0)for(const i of e)i!=null&&(n>i||n===void 0&&i>=i)&&(n=i);else{let i=-1;for(let r of e)(r=t(r,++i,e))!=null&&(n>r||n===void 0&&r>=r)&&(n=r)}return n}function DC(e,t,n=0,i=1/0,r){if(t=Math.floor(t),n=Math.floor(Math.max(0,n)),i=Math.floor(Math.min(e.length-1,i)),!(n<=t&&t<=i))return e;for(r=r===void 0?MC:FI(r);i>n;){if(i-n>600){const u=i-n+1,l=t-n+1,c=Math.log(u),f=.5*Math.exp(2*c/3),d=.5*Math.sqrt(c*f*(u-f)/u)*(l-u/2<0?-1:1),h=Math.max(n,Math.floor(t-l*f/u+d)),p=Math.min(i,Math.floor(t+(u-l)*f/u+d));DC(e,t,h,p,r)}const o=e[t];let s=n,a=i;for(rl(e,n,t),r(e[i],o)>0&&rl(e,n,i);s<a;){for(rl(e,s,a),++s,--a;r(e[s],o)<0;)++s;for(;r(e[a],o)>0;)--a}r(e[n],o)===0?rl(e,n,a):(++a,rl(e,a,i)),a<=t&&(n=a+1),t<=a&&(i=a-1)}return e}function rl(e,t,n){const i=e[t];e[t]=e[n],e[n]=i}function r1(e,t,n){if(e=Float64Array.from(AP(e,n)),!(!(i=e.length)||isNaN(t=+t))){if(t<=0||i<2)return i1(e);if(t>=1)return _s(e);var i,r=(i-1)*t,o=Math.floor(r),s=_s(DC(e,o).subarray(0,o+1)),a=i1(e.subarray(o+1));return s+(a-s)*(r-o)}}function OC(e,t,n=CP){if(!(!(i=e.length)||isNaN(t=+t))){if(t<=0||i<2)return+n(e[0],0,e);if(t>=1)return+n(e[i-1],i-1,e);var i,r=(i-1)*t,o=Math.floor(r),s=+n(e[o],o,e),a=+n(e[o+1],o+1,e);return s+(a-s)*(r-o)}}function TI(e,t){let n=0,i=0;if(t===void 0)for(let r of e)r!=null&&(r=+r)>=r&&(++n,i+=r);else{let r=-1;for(let o of e)(o=t(o,++r,e))!=null&&(o=+o)>=o&&(++n,i+=o)}if(n)return i/n}function RC(e,t){return r1(e,.5,t)}function*MI(e){for(const t of e)yield*t}function NC(e){return Array.from(MI(e))}function Tn(e,t,n){e=+e,t=+t,n=(r=arguments.length)<2?(t=e,e=0,1):r<3?1:+n;for(var i=-1,r=Math.max(0,Math.ceil((t-e)/n))|0,o=new Array(r);++i<r;)o[i]=e+i*n;return o}function LC(e,t){let n=0;for(let i of e)(i=+i)&&(n+=i);return n}function DI(e,...t){e=new Id(e),t=t.map(OI);e:for(const n of e)for(const i of t)if(!i.has(n)){e.delete(n);continue e}return e}function OI(e){return e instanceof Id?e:new Id(e)}function RI(...e){const t=new Id;for(const n of e)for(const i of n)t.add(i);return t}const gm=new Date,mm=new Date;function dt(e,t,n,i){function r(o){return e(o=arguments.length===0?new Date:new Date(+o)),o}return r.floor=o=>(e(o=new Date(+o)),o),r.ceil=o=>(e(o=new Date(o-1)),t(o,1),e(o),o),r.round=o=>{const s=r(o),a=r.ceil(o);return o-s<a-o?s:a},r.offset=(o,s)=>(t(o=new Date(+o),s==null?1:Math.floor(s)),o),r.range=(o,s,a)=>{const u=[];if(o=r.ceil(o),a=a==null?1:Math.floor(a),!(o<s)||!(a>0))return u;let l;do u.push(l=new Date(+o)),t(o,a),e(o);while(l<o&&o<s);return u},r.filter=o=>dt(s=>{if(s>=s)for(;e(s),!o(s);)s.setTime(s-1)},(s,a)=>{if(s>=s)if(a<0)for(;++a<=0;)for(;t(s,-1),!o(s););else for(;--a>=0;)for(;t(s,1),!o(s););}),n&&(r.count=(o,s)=>(gm.setTime(+o),mm.setTime(+s),e(gm),e(mm),Math.floor(n(gm,mm))),r.every=o=>(o=Math.floor(o),!isFinite(o)||!(o>0)?null:o>1?r.filter(i?s=>i(s)%o===0:s=>r.count(0,s)%o===0):r)),r}const Ja=dt(()=>{},(e,t)=>{e.setTime(+e+t)},(e,t)=>t-e);Ja.every=e=>(e=Math.floor(e),!isFinite(e)||!(e>0)?null:e>1?dt(t=>{t.setTime(Math.floor(t/e)*e)},(t,n)=>{t.setTime(+t+n*e)},(t,n)=>(n-t)/e):Ja);Ja.range;const Fr=1e3,Gn=Fr*60,Tr=Gn*60,jr=Tr*24,kb=jr*7,jE=jr*30,ym=jr*365,Mr=dt(e=>{e.setTime(e-e.getMilliseconds())},(e,t)=>{e.setTime(+e+t*Fr)},(e,t)=>(t-e)/Fr,e=>e.getUTCSeconds());Mr.range;const mp=dt(e=>{e.setTime(e-e.getMilliseconds()-e.getSeconds()*Fr)},(e,t)=>{e.setTime(+e+t*Gn)},(e,t)=>(t-e)/Gn,e=>e.getMinutes());mp.range;const yp=dt(e=>{e.setUTCSeconds(0,0)},(e,t)=>{e.setTime(+e+t*Gn)},(e,t)=>(t-e)/Gn,e=>e.getUTCMinutes());yp.range;const bp=dt(e=>{e.setTime(e-e.getMilliseconds()-e.getSeconds()*Fr-e.getMinutes()*Gn)},(e,t)=>{e.setTime(+e+t*Tr)},(e,t)=>(t-e)/Tr,e=>e.getHours());bp.range;const vp=dt(e=>{e.setUTCMinutes(0,0,0)},(e,t)=>{e.setTime(+e+t*Tr)},(e,t)=>(t-e)/Tr,e=>e.getUTCHours());vp.range;const Nr=dt(e=>e.setHours(0,0,0,0),(e,t)=>e.setDate(e.getDate()+t),(e,t)=>(t-e-(t.getTimezoneOffset()-e.getTimezoneOffset())*Gn)/jr,e=>e.getDate()-1);Nr.range;const ko=dt(e=>{e.setUTCHours(0,0,0,0)},(e,t)=>{e.setUTCDate(e.getUTCDate()+t)},(e,t)=>(t-e)/jr,e=>e.getUTCDate()-1);ko.range;const PC=dt(e=>{e.setUTCHours(0,0,0,0)},(e,t)=>{e.setUTCDate(e.getUTCDate()+t)},(e,t)=>(t-e)/jr,e=>Math.floor(e/jr));PC.range;function ta(e){return dt(t=>{t.setDate(t.getDate()-(t.getDay()+7-e)%7),t.setHours(0,0,0,0)},(t,n)=>{t.setDate(t.getDate()+n*7)},(t,n)=>(n-t-(n.getTimezoneOffset()-t.getTimezoneOffset())*Gn)/kb)}const Pu=ta(0),zd=ta(1),NI=ta(2),LI=ta(3),Qa=ta(4),PI=ta(5),II=ta(6);Pu.range;zd.range;NI.range;LI.range;Qa.range;PI.range;II.range;function na(e){return dt(t=>{t.setUTCDate(t.getUTCDate()-(t.getUTCDay()+7-e)%7),t.setUTCHours(0,0,0,0)},(t,n)=>{t.setUTCDate(t.getUTCDate()+n*7)},(t,n)=>(n-t)/kb)}const Iu=na(0),Bd=na(1),zI=na(2),BI=na(3),Za=na(4),UI=na(5),jI=na(6);Iu.range;Bd.range;zI.range;BI.range;Za.range;UI.range;jI.range;const lc=dt(e=>{e.setDate(1),e.setHours(0,0,0,0)},(e,t)=>{e.setMonth(e.getMonth()+t)},(e,t)=>t.getMonth()-e.getMonth()+(t.getFullYear()-e.getFullYear())*12,e=>e.getMonth());lc.range;const cc=dt(e=>{e.setUTCDate(1),e.setUTCHours(0,0,0,0)},(e,t)=>{e.setUTCMonth(e.getUTCMonth()+t)},(e,t)=>t.getUTCMonth()-e.getUTCMonth()+(t.getUTCFullYear()-e.getUTCFullYear())*12,e=>e.getUTCMonth());cc.range;const Zi=dt(e=>{e.setMonth(0,1),e.setHours(0,0,0,0)},(e,t)=>{e.setFullYear(e.getFullYear()+t)},(e,t)=>t.getFullYear()-e.getFullYear(),e=>e.getFullYear());Zi.every=e=>!isFinite(e=Math.floor(e))||!(e>0)?null:dt(t=>{t.setFullYear(Math.floor(t.getFullYear()/e)*e),t.setMonth(0,1),t.setHours(0,0,0,0)},(t,n)=>{t.setFullYear(t.getFullYear()+n*e)});Zi.range;const er=dt(e=>{e.setUTCMonth(0,1),e.setUTCHours(0,0,0,0)},(e,t)=>{e.setUTCFullYear(e.getUTCFullYear()+t)},(e,t)=>t.getUTCFullYear()-e.getUTCFullYear(),e=>e.getUTCFullYear());er.every=e=>!isFinite(e=Math.floor(e))||!(e>0)?null:dt(t=>{t.setUTCFullYear(Math.floor(t.getUTCFullYear()/e)*e),t.setUTCMonth(0,1),t.setUTCHours(0,0,0,0)},(t,n)=>{t.setUTCFullYear(t.getUTCFullYear()+n*e)});er.range;function IC(e,t,n,i,r,o){const s=[[Mr,1,Fr],[Mr,5,5*Fr],[Mr,15,15*Fr],[Mr,30,30*Fr],[o,1,Gn],[o,5,5*Gn],[o,15,15*Gn],[o,30,30*Gn],[r,1,Tr],[r,3,3*Tr],[r,6,6*Tr],[r,12,12*Tr],[i,1,jr],[i,2,2*jr],[n,1,kb],[t,1,jE],[t,3,3*jE],[e,1,ym]];function a(l,c,f){const d=c<l;d&&([l,c]=[c,l]);const h=f&&typeof f.range=="function"?f:u(l,c,f),p=h?h.range(l,+c+1):[];return d?p.reverse():p}function u(l,c,f){const d=Math.abs(c-l)/f,h=up(([,,m])=>m).right(s,d);if(h===s.length)return e.every(Os(l/ym,c/ym,f));if(h===0)return Ja.every(Math.max(Os(l,c,f),1));const[p,g]=s[d/s[h-1][2]<s[h][2]/d?h-1:h];return p.every(g)}return[a,u]}const[qI,WI]=IC(er,cc,Iu,PC,vp,yp),[HI,GI]=IC(Zi,lc,Pu,Nr,bp,mp),Ft="year",bn="quarter",Wt="month",lt="week",vn="date",zt="day",tr="dayofyear",In="hours",zn="minutes",ei="seconds",Ei="milliseconds",Ab=[Ft,bn,Wt,lt,vn,zt,tr,In,zn,ei,Ei],bm=Ab.reduce((e,t,n)=>(e[t]=1+n,e),{});function Cb(e){const t=K(e).slice(),n={};return t.length||O("Missing time unit."),t.forEach(r=>{J(bm,r)?n[r]=1:O(`Invalid time unit: ${r}.`)}),(n[lt]||n[zt]?1:0)+(n[bn]||n[Wt]||n[vn]?1:0)+(n[tr]?1:0)>1&&O(`Incompatible time units: ${e}`),t.sort((r,o)=>bm[r]-bm[o]),t}const VI={[Ft]:"%Y ",[bn]:"Q%q ",[Wt]:"%b ",[vn]:"%d ",[lt]:"W%U ",[zt]:"%a ",[tr]:"%j ",[In]:"%H:00",[zn]:"00:%M",[ei]:":%S",[Ei]:".%L",[`${Ft}-${Wt}`]:"%Y-%m ",[`${Ft}-${Wt}-${vn}`]:"%Y-%m-%d ",[`${In}-${zn}`]:"%H:%M"};function zC(e,t){const n=pe({},VI,t),i=Cb(e),r=i.length;let o="",s=0,a,u;for(s=0;s<r;)for(a=i.length;a>s;--a)if(u=i.slice(s,a).join("-"),n[u]!=null){o+=n[u],s=a;break}return o.trim()}const ms=new Date;function Fb(e){return ms.setFullYear(e),ms.setMonth(0),ms.setDate(1),ms.setHours(0,0,0,0),ms}function BC(e){return jC(new Date(e))}function UC(e){return o1(new Date(e))}function jC(e){return Nr.count(Fb(e.getFullYear())-1,e)}function o1(e){return Pu.count(Fb(e.getFullYear())-1,e)}function s1(e){return Fb(e).getDay()}function YI(e,t,n,i,r,o,s){if(0<=e&&e<100){const a=new Date(-1,t,n,i,r,o,s);return a.setFullYear(e),a}return new Date(e,t,n,i,r,o,s)}function qC(e){return HC(new Date(e))}function WC(e){return a1(new Date(e))}function HC(e){const t=Date.UTC(e.getUTCFullYear(),0,1);return ko.count(t-1,e)}function a1(e){const t=Date.UTC(e.getUTCFullYear(),0,1);return Iu.count(t-1,e)}function u1(e){return ms.setTime(Date.UTC(e,0,1)),ms.getUTCDay()}function XI(e,t,n,i,r,o,s){if(0<=e&&e<100){const a=new Date(Date.UTC(-1,t,n,i,r,o,s));return a.setUTCFullYear(n.y),a}return new Date(Date.UTC(e,t,n,i,r,o,s))}function GC(e,t,n,i,r){const o=t||1,s=Ee(e),a=(y,b,v)=>(v=v||y,KI(n[v],i[v],y===s&&o,b)),u=new Date,l=wi(e),c=l[Ft]?a(Ft):Yt(2012),f=l[Wt]?a(Wt):l[bn]?a(bn):po,d=l[lt]&&l[zt]?a(zt,1,lt+zt):l[lt]?a(lt,1):l[zt]?a(zt,1):l[vn]?a(vn,1):l[tr]?a(tr,1):Du,h=l[In]?a(In):po,p=l[zn]?a(zn):po,g=l[ei]?a(ei):po,m=l[Ei]?a(Ei):po;return function(y){u.setTime(+y);const b=c(u);return r(b,f(u),d(u,b),h(u),p(u),g(u),m(u))}}function KI(e,t,n,i){const r=n<=1?e:i?(o,s)=>i+n*Math.floor((e(o,s)-i)/n):(o,s)=>n*Math.floor(e(o,s)/n);return t?(o,s)=>t(r(o,s),s):r}function eu(e,t,n){return t+e*7-(n+6)%7}const JI={[Ft]:e=>e.getFullYear(),[bn]:e=>Math.floor(e.getMonth()/3),[Wt]:e=>e.getMonth(),[vn]:e=>e.getDate(),[In]:e=>e.getHours(),[zn]:e=>e.getMinutes(),[ei]:e=>e.getSeconds(),[Ei]:e=>e.getMilliseconds(),[tr]:e=>jC(e),[lt]:e=>o1(e),[lt+zt]:(e,t)=>eu(o1(e),e.getDay(),s1(t)),[zt]:(e,t)=>eu(1,e.getDay(),s1(t))},QI={[bn]:e=>3*e,[lt]:(e,t)=>eu(e,0,s1(t))};function VC(e,t){return GC(e,t||1,JI,QI,YI)}const ZI={[Ft]:e=>e.getUTCFullYear(),[bn]:e=>Math.floor(e.getUTCMonth()/3),[Wt]:e=>e.getUTCMonth(),[vn]:e=>e.getUTCDate(),[In]:e=>e.getUTCHours(),[zn]:e=>e.getUTCMinutes(),[ei]:e=>e.getUTCSeconds(),[Ei]:e=>e.getUTCMilliseconds(),[tr]:e=>HC(e),[lt]:e=>a1(e),[zt]:(e,t)=>eu(1,e.getUTCDay(),u1(t)),[lt+zt]:(e,t)=>eu(a1(e),e.getUTCDay(),u1(t))},ez={[bn]:e=>3*e,[lt]:(e,t)=>eu(e,0,u1(t))};function YC(e,t){return GC(e,t||1,ZI,ez,XI)}const tz={[Ft]:Zi,[bn]:lc.every(3),[Wt]:lc,[lt]:Pu,[vn]:Nr,[zt]:Nr,[tr]:Nr,[In]:bp,[zn]:mp,[ei]:Mr,[Ei]:Ja},nz={[Ft]:er,[bn]:cc.every(3),[Wt]:cc,[lt]:Iu,[vn]:ko,[zt]:ko,[tr]:ko,[In]:vp,[zn]:yp,[ei]:Mr,[Ei]:Ja};function zu(e){return tz[e]}function Bu(e){return nz[e]}function XC(e,t,n){return e?e.offset(t,n):void 0}function KC(e,t,n){return XC(zu(e),t,n)}function JC(e,t,n){return XC(Bu(e),t,n)}function QC(e,t,n,i){return e?e.range(t,n,i):void 0}function ZC(e,t,n,i){return QC(zu(e),t,n,i)}function eF(e,t,n,i){return QC(Bu(e),t,n,i)}const Cl=1e3,Fl=Cl*60,Tl=Fl*60,xp=Tl*24,iz=xp*7,qE=xp*30,l1=xp*365,tF=[Ft,Wt,vn,In,zn,ei,Ei],Ml=tF.slice(0,-1),Dl=Ml.slice(0,-1),Ol=Dl.slice(0,-1),rz=Ol.slice(0,-1),oz=[Ft,lt],WE=[Ft,Wt],nF=[Ft],ol=[[Ml,1,Cl],[Ml,5,5*Cl],[Ml,15,15*Cl],[Ml,30,30*Cl],[Dl,1,Fl],[Dl,5,5*Fl],[Dl,15,15*Fl],[Dl,30,30*Fl],[Ol,1,Tl],[Ol,3,3*Tl],[Ol,6,6*Tl],[Ol,12,12*Tl],[rz,1,xp],[oz,1,iz],[WE,1,qE],[WE,3,3*qE],[nF,1,l1]];function iF(e){const t=e.extent,n=e.maxbins||40,i=Math.abs(Ic(t))/n;let r=up(a=>a[2]).right(ol,i),o,s;return r===ol.length?(o=nF,s=Os(t[0]/l1,t[1]/l1,n)):r?(r=ol[i/ol[r-1][2]<ol[r][2]/i?r-1:r],o=r[0],s=r[1]):(o=tF,s=Math.max(Os(t[0],t[1],n),1)),{units:o,step:s}}function vm(e){if(0<=e.y&&e.y<100){var t=new Date(-1,e.m,e.d,e.H,e.M,e.S,e.L);return t.setFullYear(e.y),t}return new Date(e.y,e.m,e.d,e.H,e.M,e.S,e.L)}function xm(e){if(0<=e.y&&e.y<100){var t=new Date(Date.UTC(-1,e.m,e.d,e.H,e.M,e.S,e.L));return t.setUTCFullYear(e.y),t}return new Date(Date.UTC(e.y,e.m,e.d,e.H,e.M,e.S,e.L))}function sl(e,t,n){return{y:e,m:t,d:n,H:0,M:0,S:0,L:0}}function rF(e){var t=e.dateTime,n=e.date,i=e.time,r=e.periods,o=e.days,s=e.shortDays,a=e.months,u=e.shortMonths,l=al(r),c=ul(r),f=al(o),d=ul(o),h=al(s),p=ul(s),g=al(a),m=ul(a),y=al(u),b=ul(u),v={a:L,A:z,b:I,B:Q,c:null,d:KE,e:KE,f:Cz,g:Iz,G:Bz,H:$z,I:kz,j:Az,L:oF,m:Fz,M:Tz,p:ue,q:oe,Q:ZE,s:eS,S:Mz,u:Dz,U:Oz,V:Rz,w:Nz,W:Lz,x:null,X:null,y:Pz,Y:zz,Z:Uz,"%":QE},x={a:de,A:Pe,b:he,B:Dt,c:null,d:JE,e:JE,f:Hz,g:t6,G:i6,H:jz,I:qz,j:Wz,L:aF,m:Gz,M:Vz,p:ns,q:io,Q:ZE,s:eS,S:Yz,u:Xz,U:Kz,V:Jz,w:Qz,W:Zz,x:null,X:null,y:e6,Y:n6,Z:r6,"%":QE},E={a:A,A:F,b:N,B:M,c:C,d:YE,e:YE,f:wz,g:VE,G:GE,H:XE,I:XE,j:yz,L:xz,m:mz,M:bz,p:$,q:gz,Q:Sz,s:_z,S:vz,u:cz,U:fz,V:dz,w:lz,W:hz,x:k,X:T,y:VE,Y:GE,Z:pz,"%":Ez};v.x=S(n,v),v.X=S(i,v),v.c=S(t,v),x.x=S(n,x),x.X=S(i,x),x.c=S(t,x);function S(Z,ge){return function(be){var W=[],Et=-1,Me=0,pt=Z.length,Ot,vr,DE;for(be instanceof Date||(be=new Date(+be));++Et<pt;)Z.charCodeAt(Et)===37&&(W.push(Z.slice(Me,Et)),(vr=HE[Ot=Z.charAt(++Et)])!=null?Ot=Z.charAt(++Et):vr=Ot==="e"?" ":"0",(DE=ge[Ot])&&(Ot=DE(be,vr)),W.push(Ot),Me=Et+1);return W.push(Z.slice(Me,Et)),W.join("")}}function w(Z,ge){return function(be){var W=sl(1900,void 0,1),Et=_(W,Z,be+="",0),Me,pt;if(Et!=be.length)return null;if("Q"in W)return new Date(W.Q);if("s"in W)return new Date(W.s*1e3+("L"in W?W.L:0));if(ge&&!("Z"in W)&&(W.Z=0),"p"in W&&(W.H=W.H%12+W.p*12),W.m===void 0&&(W.m="q"in W?W.q:0),"V"in W){if(W.V<1||W.V>53)return null;"w"in W||(W.w=1),"Z"in W?(Me=xm(sl(W.y,0,1)),pt=Me.getUTCDay(),Me=pt>4||pt===0?Bd.ceil(Me):Bd(Me),Me=ko.offset(Me,(W.V-1)*7),W.y=Me.getUTCFullYear(),W.m=Me.getUTCMonth(),W.d=Me.getUTCDate()+(W.w+6)%7):(Me=vm(sl(W.y,0,1)),pt=Me.getDay(),Me=pt>4||pt===0?zd.ceil(Me):zd(Me),Me=Nr.offset(Me,(W.V-1)*7),W.y=Me.getFullYear(),W.m=Me.getMonth(),W.d=Me.getDate()+(W.w+6)%7)}else("W"in W||"U"in W)&&("w"in W||(W.w="u"in W?W.u%7:"W"in W?1:0),pt="Z"in W?xm(sl(W.y,0,1)).getUTCDay():vm(sl(W.y,0,1)).getDay(),W.m=0,W.d="W"in W?(W.w+6)%7+W.W*7-(pt+5)%7:W.w+W.U*7-(pt+6)%7);return"Z"in W?(W.H+=W.Z/100|0,W.M+=W.Z%100,xm(W)):vm(W)}}function _(Z,ge,be,W){for(var Et=0,Me=ge.length,pt=be.length,Ot,vr;Et<Me;){if(W>=pt)return-1;if(Ot=ge.charCodeAt(Et++),Ot===37){if(Ot=ge.charAt(Et++),vr=E[Ot in HE?ge.charAt(Et++):Ot],!vr||(W=vr(Z,be,W))<0)return-1}else if(Ot!=be.charCodeAt(W++))return-1}return W}function $(Z,ge,be){var W=l.exec(ge.slice(be));return W?(Z.p=c.get(W[0].toLowerCase()),be+W[0].length):-1}function A(Z,ge,be){var W=h.exec(ge.slice(be));return W?(Z.w=p.get(W[0].toLowerCase()),be+W[0].length):-1}function F(Z,ge,be){var W=f.exec(ge.slice(be));return W?(Z.w=d.get(W[0].toLowerCase()),be+W[0].length):-1}function N(Z,ge,be){var W=y.exec(ge.slice(be));return W?(Z.m=b.get(W[0].toLowerCase()),be+W[0].length):-1}function M(Z,ge,be){var W=g.exec(ge.slice(be));return W?(Z.m=m.get(W[0].toLowerCase()),be+W[0].length):-1}function C(Z,ge,be){return _(Z,t,ge,be)}function k(Z,ge,be){return _(Z,n,ge,be)}function T(Z,ge,be){return _(Z,i,ge,be)}function L(Z){return s[Z.getDay()]}function z(Z){return o[Z.getDay()]}function I(Z){return u[Z.getMonth()]}function Q(Z){return a[Z.getMonth()]}function ue(Z){return r[+(Z.getHours()>=12)]}function oe(Z){return 1+~~(Z.getMonth()/3)}function de(Z){return s[Z.getUTCDay()]}function Pe(Z){return o[Z.getUTCDay()]}function he(Z){return u[Z.getUTCMonth()]}function Dt(Z){return a[Z.getUTCMonth()]}function ns(Z){return r[+(Z.getUTCHours()>=12)]}function io(Z){return 1+~~(Z.getUTCMonth()/3)}return{format:function(Z){var ge=S(Z+="",v);return ge.toString=function(){return Z},ge},parse:function(Z){var ge=w(Z+="",!1);return ge.toString=function(){return Z},ge},utcFormat:function(Z){var ge=S(Z+="",x);return ge.toString=function(){return Z},ge},utcParse:function(Z){var ge=w(Z+="",!0);return ge.toString=function(){return Z},ge}}}var HE={"-":"",_:" ",0:"0"},xt=/^\s*\d+/,sz=/^%/,az=/[\\^$*+?|[\]().{}]/g;function ke(e,t,n){var i=e<0?"-":"",r=(i?-e:e)+"",o=r.length;return i+(o<n?new Array(n-o+1).join(t)+r:r)}function uz(e){return e.replace(az,"\\$&")}function al(e){return new RegExp("^(?:"+e.map(uz).join("|")+")","i")}function ul(e){return new Map(e.map((t,n)=>[t.toLowerCase(),n]))}function lz(e,t,n){var i=xt.exec(t.slice(n,n+1));return i?(e.w=+i[0],n+i[0].length):-1}function cz(e,t,n){var i=xt.exec(t.slice(n,n+1));return i?(e.u=+i[0],n+i[0].length):-1}function fz(e,t,n){var i=xt.exec(t.slice(n,n+2));return i?(e.U=+i[0],n+i[0].length):-1}function dz(e,t,n){var i=xt.exec(t.slice(n,n+2));return i?(e.V=+i[0],n+i[0].length):-1}function hz(e,t,n){var i=xt.exec(t.slice(n,n+2));return i?(e.W=+i[0],n+i[0].length):-1}function GE(e,t,n){var i=xt.exec(t.slice(n,n+4));return i?(e.y=+i[0],n+i[0].length):-1}function VE(e,t,n){var i=xt.exec(t.slice(n,n+2));return i?(e.y=+i[0]+(+i[0]>68?1900:2e3),n+i[0].length):-1}function pz(e,t,n){var i=/^(Z)|([+-]\d\d)(?::?(\d\d))?/.exec(t.slice(n,n+6));return i?(e.Z=i[1]?0:-(i[2]+(i[3]||"00")),n+i[0].length):-1}function gz(e,t,n){var i=xt.exec(t.slice(n,n+1));return i?(e.q=i[0]*3-3,n+i[0].length):-1}function mz(e,t,n){var i=xt.exec(t.slice(n,n+2));return i?(e.m=i[0]-1,n+i[0].length):-1}function YE(e,t,n){var i=xt.exec(t.slice(n,n+2));return i?(e.d=+i[0],n+i[0].length):-1}function yz(e,t,n){var i=xt.exec(t.slice(n,n+3));return i?(e.m=0,e.d=+i[0],n+i[0].length):-1}function XE(e,t,n){var i=xt.exec(t.slice(n,n+2));return i?(e.H=+i[0],n+i[0].length):-1}function bz(e,t,n){var i=xt.exec(t.slice(n,n+2));return i?(e.M=+i[0],n+i[0].length):-1}function vz(e,t,n){var i=xt.exec(t.slice(n,n+2));return i?(e.S=+i[0],n+i[0].length):-1}function xz(e,t,n){var i=xt.exec(t.slice(n,n+3));return i?(e.L=+i[0],n+i[0].length):-1}function wz(e,t,n){var i=xt.exec(t.slice(n,n+6));return i?(e.L=Math.floor(i[0]/1e3),n+i[0].length):-1}function Ez(e,t,n){var i=sz.exec(t.slice(n,n+1));return i?n+i[0].length:-1}function Sz(e,t,n){var i=xt.exec(t.slice(n));return i?(e.Q=+i[0],n+i[0].length):-1}function _z(e,t,n){var i=xt.exec(t.slice(n));return i?(e.s=+i[0],n+i[0].length):-1}function KE(e,t){return ke(e.getDate(),t,2)}function $z(e,t){return ke(e.getHours(),t,2)}function kz(e,t){return ke(e.getHours()%12||12,t,2)}function Az(e,t){return ke(1+Nr.count(Zi(e),e),t,3)}function oF(e,t){return ke(e.getMilliseconds(),t,3)}function Cz(e,t){return oF(e,t)+"000"}function Fz(e,t){return ke(e.getMonth()+1,t,2)}function Tz(e,t){return ke(e.getMinutes(),t,2)}function Mz(e,t){return ke(e.getSeconds(),t,2)}function Dz(e){var t=e.getDay();return t===0?7:t}function Oz(e,t){return ke(Pu.count(Zi(e)-1,e),t,2)}function sF(e){var t=e.getDay();return t>=4||t===0?Qa(e):Qa.ceil(e)}function Rz(e,t){return e=sF(e),ke(Qa.count(Zi(e),e)+(Zi(e).getDay()===4),t,2)}function Nz(e){return e.getDay()}function Lz(e,t){return ke(zd.count(Zi(e)-1,e),t,2)}function Pz(e,t){return ke(e.getFullYear()%100,t,2)}function Iz(e,t){return e=sF(e),ke(e.getFullYear()%100,t,2)}function zz(e,t){return ke(e.getFullYear()%1e4,t,4)}function Bz(e,t){var n=e.getDay();return e=n>=4||n===0?Qa(e):Qa.ceil(e),ke(e.getFullYear()%1e4,t,4)}function Uz(e){var t=e.getTimezoneOffset();return(t>0?"-":(t*=-1,"+"))+ke(t/60|0,"0",2)+ke(t%60,"0",2)}function JE(e,t){return ke(e.getUTCDate(),t,2)}function jz(e,t){return ke(e.getUTCHours(),t,2)}function qz(e,t){return ke(e.getUTCHours()%12||12,t,2)}function Wz(e,t){return ke(1+ko.count(er(e),e),t,3)}function aF(e,t){return ke(e.getUTCMilliseconds(),t,3)}function Hz(e,t){return aF(e,t)+"000"}function Gz(e,t){return ke(e.getUTCMonth()+1,t,2)}function Vz(e,t){return ke(e.getUTCMinutes(),t,2)}function Yz(e,t){return ke(e.getUTCSeconds(),t,2)}function Xz(e){var t=e.getUTCDay();return t===0?7:t}function Kz(e,t){return ke(Iu.count(er(e)-1,e),t,2)}function uF(e){var t=e.getUTCDay();return t>=4||t===0?Za(e):Za.ceil(e)}function Jz(e,t){return e=uF(e),ke(Za.count(er(e),e)+(er(e).getUTCDay()===4),t,2)}function Qz(e){return e.getUTCDay()}function Zz(e,t){return ke(Bd.count(er(e)-1,e),t,2)}function e6(e,t){return ke(e.getUTCFullYear()%100,t,2)}function t6(e,t){return e=uF(e),ke(e.getUTCFullYear()%100,t,2)}function n6(e,t){return ke(e.getUTCFullYear()%1e4,t,4)}function i6(e,t){var n=e.getUTCDay();return e=n>=4||n===0?Za(e):Za.ceil(e),ke(e.getUTCFullYear()%1e4,t,4)}function r6(){return"+0000"}function QE(){return"%"}function ZE(e){return+e}function eS(e){return Math.floor(+e/1e3)}var va,Tb,lF,Mb,cF;o6({dateTime:"%x, %X",date:"%-m/%-d/%Y",time:"%-I:%M:%S %p",periods:["AM","PM"],days:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],shortDays:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],months:["January","February","March","April","May","June","July","August","September","October","November","December"],shortMonths:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"]});function o6(e){return va=rF(e),Tb=va.format,lF=va.parse,Mb=va.utcFormat,cF=va.utcParse,va}function Rl(e){const t={};return n=>t[n]||(t[n]=e(n))}function s6(e,t){return n=>{const i=e(n),r=i.indexOf(t);if(r<0)return i;let o=a6(i,r);const s=o<i.length?i.slice(o):"";for(;--o>r;)if(i[o]!=="0"){++o;break}return i.slice(0,o)+s}}function a6(e,t){let n=e.lastIndexOf("e"),i;if(n>0)return n;for(n=e.length;--n>t;)if(i=e.charCodeAt(n),i>=48&&i<=57)return n+1}function fF(e){const t=Rl(e.format),n=e.formatPrefix;return{format:t,formatPrefix:n,formatFloat(i){const r=e1(i||",");if(r.precision==null){switch(r.precision=12,r.type){case"%":r.precision-=2;break;case"e":r.precision-=1;break}return s6(t(r),t(".1f")(1)[1])}else return t(r)},formatSpan(i,r,o,s){s=e1(s??",f");const a=Os(i,r,o),u=Math.max(Math.abs(i),Math.abs(r));let l;if(s.precision==null)switch(s.type){case"s":return isNaN(l=MP(a,u))||(s.precision=l),n(s,u);case"":case"e":case"g":case"p":case"r":{isNaN(l=TP(a,u))||(s.precision=l-(s.type==="e"));break}case"f":case"%":{isNaN(l=FP(a))||(s.precision=l-(s.type==="%")*2);break}}return t(s)}}}let c1;dF();function dF(){return c1=fF({format:tC,formatPrefix:IP})}function hF(e){return fF(PP(e))}function Ud(e){return arguments.length?c1=hF(e):c1}function tS(e,t,n){n=n||{},Y(n)||O(`Invalid time multi-format specifier: ${n}`);const i=t(ei),r=t(zn),o=t(In),s=t(vn),a=t(lt),u=t(Wt),l=t(bn),c=t(Ft),f=e(n[Ei]||".%L"),d=e(n[ei]||":%S"),h=e(n[zn]||"%I:%M"),p=e(n[In]||"%I %p"),g=e(n[vn]||n[zt]||"%a %d"),m=e(n[lt]||"%b %d"),y=e(n[Wt]||"%B"),b=e(n[bn]||"%B"),v=e(n[Ft]||"%Y");return x=>(i(x)<x?f:r(x)<x?d:o(x)<x?h:s(x)<x?p:u(x)<x?a(x)<x?g:m:c(x)<x?l(x)<x?y:b:v)(x)}function pF(e){const t=Rl(e.format),n=Rl(e.utcFormat);return{timeFormat:i=>X(i)?t(i):tS(t,zu,i),utcFormat:i=>X(i)?n(i):tS(n,Bu,i),timeParse:Rl(e.parse),utcParse:Rl(e.utcParse)}}let f1;gF();function gF(){return f1=pF({format:Tb,parse:lF,utcFormat:Mb,utcParse:cF})}function mF(e){return pF(rF(e))}function fc(e){return arguments.length?f1=mF(e):f1}const d1=(e,t)=>pe({},e,t);function yF(e,t){const n=e?hF(e):Ud(),i=t?mF(t):fc();return d1(n,i)}function Db(e,t){const n=arguments.length;return n&&n!==2&&O("defaultLocale expects either zero or two arguments."),n?d1(Ud(e),fc(t)):d1(Ud(),fc())}function u6(){return dF(),gF(),Db()}const l6=/^(data:|([A-Za-z]+:)?\/\/)/,c6=/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|cid|xmpp|file|data):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i,f6=/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205f\u3000]/g,nS="file://";function d6(e){return t=>({options:t||{},sanitize:p6,load:h6,fileAccess:!1,file:g6(),http:y6})}async function h6(e,t){const n=await this.sanitize(e,t),i=n.href;return n.localFile?this.file(i):this.http(i,t?.http)}async function p6(e,t){t=pe({},this.options,t);const n=this.fileAccess,i={href:null};let r,o,s;const a=c6.test(e.replace(f6,""));(e==null||typeof e!="string"||!a)&&O("Sanitize failure, invalid URI: "+H(e));const u=l6.test(e);return(s=t.baseURL)&&!u&&(!e.startsWith("/")&&!s.endsWith("/")&&(e="/"+e),e=s+e),o=(r=e.startsWith(nS))||t.mode==="file"||t.mode!=="http"&&!u&&n,r?e=e.slice(nS.length):e.startsWith("//")&&(t.defaultProtocol==="file"?(e=e.slice(2),o=!0):e=(t.defaultProtocol||"http")+":"+e),Object.defineProperty(i,"localFile",{value:!!o}),i.href=e,t.target&&(i.target=t.target+""),t.rel&&(i.rel=t.rel+""),t.context==="image"&&t.crossOrigin&&(i.crossOrigin=t.crossOrigin+""),i}function g6(e){return m6}async function m6(){O("No file system access.")}async function y6(e,t){const n=pe({},this.options.http,t),i=t&&t.response,r=await fetch(e,n);return r.ok?fe(r[i])?r[i]():r.text():O(r.status+""+r.statusText)}const b6=e=>e!=null&&e===e,v6=e=>e==="true"||e==="false"||e===!0||e===!1,x6=e=>!Number.isNaN(Date.parse(e)),bF=e=>!Number.isNaN(+e)&&!(e instanceof Date),w6=e=>bF(e)&&Number.isInteger(+e),h1={boolean:Sb,integer:Ut,number:Ut,date:_b,string:$b,unknown:Vt},Cf=[v6,w6,bF,x6],E6=["boolean","integer","number","date"];function vF(e,t){if(!e||!e.length)return"unknown";const n=e.length,i=Cf.length,r=Cf.map((o,s)=>s+1);for(let o=0,s=0,a,u;o<n;++o)for(u=t?e[o][t]:e[o],a=0;a<i;++a)if(r[a]&&b6(u)&&!Cf[a](u)&&(r[a]=0,++s,s===Cf.length))return"string";return E6[r.reduce((o,s)=>o===0?s:o,0)-1]}function xF(e,t){return t.reduce((n,i)=>(n[i]=vF(e,i),n),{})}function iS(e){const t=function(n,i){const r={delimiter:e};return Ob(n,i?pe(i,r):r)};return t.responseType="text",t}function Ob(e,t){return t.header&&(e=t.header.map(H).join(t.delimiter)+`
6
+ `+e),yI(t.delimiter).parse(e+"")}Ob.responseType="text";function S6(e){return typeof Buffer=="function"&&fe(Buffer.isBuffer)?Buffer.isBuffer(e):!1}function Rb(e,t){const n=t&&t.property?Qn(t.property):Vt;return Y(e)&&!S6(e)?_6(n(e),t):n(JSON.parse(e))}Rb.responseType="json";function _6(e,t){return!P(e)&&xC(e)&&(e=[...e]),t&&t.copy?JSON.parse(JSON.stringify(e)):e}const $6={interior:(e,t)=>e!==t,exterior:(e,t)=>e===t};function wF(e,t){let n,i,r,o;return e=Rb(e,t),t&&t.feature?(n=wI,r=t.feature):t&&t.mesh?(n=SI,r=t.mesh,o=$6[t.filter]):O("Missing TopoJSON feature or mesh parameter."),i=(i=e.objects[r])?n(e,i,o):O("Invalid TopoJSON object: "+r),i&&i.features||[i]}wF.responseType="json";const ld={dsv:Ob,csv:iS(","),tsv:iS(" "),json:Rb,topojson:wF};function Nb(e,t){return arguments.length>1?(ld[e]=t,this):J(ld,e)?ld[e]:null}function EF(e){const t=Nb(e);return t&&t.responseType||"text"}function SF(e,t,n,i){t=t||{};const r=Nb(t.type||"json");return r||O("Unknown data format type: "+t.type),e=r(e,t),t.parse&&k6(e,t.parse,n,i),J(e,"columns")&&delete e.columns,e}function k6(e,t,n,i){if(!e.length)return;const r=fc();n=n||r.timeParse,i=i||r.utcParse;let o=e.columns||Object.keys(e[0]),s,a,u,l,c,f;t==="auto"&&(t=xF(e,o)),o=Object.keys(t);const d=o.map(h=>{const p=t[h];let g,m;if(p&&(p.startsWith("date:")||p.startsWith("utc:")))return g=p.split(/:(.+)?/,2),m=g[1],(m[0]==="'"&&m[m.length-1]==="'"||m[0]==='"'&&m[m.length-1]==='"')&&(m=m.slice(1,-1)),(g[0]==="utc"?i:n)(m);if(!h1[p])throw Error("Illegal format pattern: "+h+":"+p);return h1[p]});for(u=0,c=e.length,f=o.length;u<c;++u)for(s=e[u],l=0;l<f;++l)a=o[l],s[a]=d[l](s[a])}const wp=d6();function Ep(e){const t=e||Vt,n=[],i={};return n.add=r=>{const o=t(r);return i[o]||(i[o]=1,n.push(r)),n},n.remove=r=>{const o=t(r);if(i[o]){i[o]=0;const s=n.indexOf(r);s>=0&&n.splice(s,1)}return n},n}async function cd(e,t){try{await t(e)}catch(n){e.error(n)}}const _F=Symbol("vega_id");let A6=1;function Sp(e){return!!(e&&ie(e))}function ie(e){return e[_F]}function $F(e,t){return e[_F]=t,e}function Ce(e){const t=e===Object(e)?e:{data:e};return ie(t)?t:$F(t,A6++)}function Lb(e){return _p(e,Ce({}))}function _p(e,t){for(const n in e)t[n]=e[n];return t}function kF(e,t){return $F(t,ie(e))}function ia(e,t){return e?t?(n,i)=>e(n,i)||ie(t(n))-ie(t(i)):(n,i)=>e(n,i)||ie(n)-ie(i):null}function AF(e){return e&&e.constructor===ra}function ra(){const e=[],t=[],n=[],i=[],r=[];let o=null,s=!1;return{constructor:ra,insert(a){const u=K(a),l=u.length;for(let c=0;c<l;++c)e.push(u[c]);return this},remove(a){const u=fe(a)?i:t,l=K(a),c=l.length;for(let f=0;f<c;++f)u.push(l[f]);return this},modify(a,u,l){const c={field:u,value:Yt(l)};return fe(a)?(c.filter=a,r.push(c)):(c.tuple=a,n.push(c)),this},encode(a,u){return fe(a)?r.push({filter:a,field:u}):n.push({tuple:a,field:u}),this},clean(a){return o=a,this},reflow(){return s=!0,this},pulse(a,u){const l={},c={};let f,d,h,p,g,m;for(f=0,d=u.length;f<d;++f)l[ie(u[f])]=1;for(f=0,d=t.length;f<d;++f)g=t[f],l[ie(g)]=-1;for(f=0,d=i.length;f<d;++f)p=i[f],u.forEach(b=>{p(b)&&(l[ie(b)]=-1)});for(f=0,d=e.length;f<d;++f)g=e[f],m=ie(g),l[m]?l[m]=1:a.add.push(Ce(e[f]));for(f=0,d=u.length;f<d;++f)g=u[f],l[ie(g)]<0&&a.rem.push(g);function y(b,v,x){x?b[v]=x(b):a.encode=v,s||(c[ie(b)]=b)}for(f=0,d=n.length;f<d;++f)h=n[f],g=h.tuple,p=h.field,m=l[ie(g)],m>0&&(y(g,p,h.value),a.modifies(p));for(f=0,d=r.length;f<d;++f)h=r[f],p=h.filter,u.forEach(b=>{p(b)&&l[ie(b)]>0&&y(b,h.field,h.value)}),a.modifies(h.field);if(s)a.mod=t.length||i.length?u.filter(b=>l[ie(b)]>0):u.slice();else for(m in c)a.mod.push(c[m]);return(o||o==null&&(t.length||i.length))&&a.clean(!0),a}}}const fd="_:mod:_";function $p(){Object.defineProperty(this,fd,{writable:!0,value:{}})}$p.prototype={set(e,t,n,i){const r=this,o=r[e],s=r[fd];return t!=null&&t>=0?(o[t]!==n||i)&&(o[t]=n,s[t+":"+e]=-1,s[e]=-1):(o!==n||i)&&(r[e]=n,s[e]=P(n)?1+n.length:-1),r},modified(e,t){const n=this[fd];if(arguments.length){if(P(e)){for(let i=0;i<e.length;++i)if(n[e[i]])return!0;return!1}}else{for(const i in n)if(n[i])return!0;return!1}return t!=null&&t>=0?t+1<n[e]||!!n[t+":"+e]:!!n[e]},clear(){return this[fd]={},this}};let C6=0;const F6="pulse",T6=new $p,M6=1,D6=2;function Ie(e,t,n,i){this.id=++C6,this.value=e,this.stamp=-1,this.rank=-1,this.qrank=-1,this.flags=0,t&&(this._update=t),n&&this.parameters(n,i)}function rS(e){return function(t){const n=this.flags;return arguments.length===0?!!(n&e):(this.flags=t?n|e:n&~e,this)}}Ie.prototype={targets(){return this._targets||(this._targets=Ep(Pc))},set(e){return this.value!==e?(this.value=e,1):0},skip:rS(M6),modified:rS(D6),parameters(e,t,n){t=t!==!1;const i=this._argval=this._argval||new $p,r=this._argops=this._argops||[],o=[];let s,a,u,l;const c=(f,d,h)=>{h instanceof Ie?(h!==this&&(t&&h.targets().add(this),o.push(h)),r.push({op:h,name:f,index:d})):i.set(f,d,h)};for(s in e)if(a=e[s],s===F6)K(a).forEach(f=>{f instanceof Ie?f!==this&&(f.targets().add(this),o.push(f)):O("Pulse parameters must be operator instances.")}),this.source=a;else if(P(a))for(i.set(s,-1,Array(u=a.length)),l=0;l<u;++l)c(s,l,a[l]);else c(s,-1,a);return this.marshall().clear(),n&&(r.initonly=!0),o},marshall(e){const t=this._argval||T6,n=this._argops;let i,r,o,s;if(n){const a=n.length;for(r=0;r<a;++r)i=n[r],o=i.op,s=o.modified()&&o.stamp===e,t.set(i.name,i.index,o.value,s);if(n.initonly){for(r=0;r<a;++r)i=n[r],i.op.targets().remove(this);this._argops=null,this._update=null}}return t},detach(){const e=this._argops;let t,n,i,r;if(e)for(t=0,n=e.length;t<n;++t)i=e[t],r=i.op,r._targets&&r._targets.remove(this);this.pulse=null,this.source=null},evaluate(e){const t=this._update;if(t){const n=this.marshall(e.stamp),i=t.call(this,n,e);if(n.clear(),i!==this.value)this.value=i;else if(!this.modified())return e.StopPropagation}},run(e){if(e.stamp<this.stamp)return e.StopPropagation;let t;return this.skip()?(this.skip(!1),t=0):t=this.evaluate(e),this.pulse=t||e}};function O6(e,t,n,i){let r=1,o;return e instanceof Ie?o=e:e&&e.prototype instanceof Ie?o=new e:fe(e)?o=new Ie(null,e):(r=0,o=new Ie(e,t)),this.rank(o),r&&(i=n,n=t),n&&this.connect(o,o.parameters(n,i)),this.touch(o),o}function R6(e,t){const n=e.rank,i=t.length;for(let r=0;r<i;++r)if(n<t[r].rank){this.rerank(e);return}}let N6=0;function kp(e,t,n){this.id=++N6,this.value=null,n&&(this.receive=n),e&&(this._filter=e),t&&(this._apply=t)}function so(e,t,n){return new kp(e,t,n)}kp.prototype={_filter:Zn,_apply:Vt,targets(){return this._targets||(this._targets=Ep(Pc))},consume(e){return arguments.length?(this._consume=!!e,this):!!this._consume},receive(e){if(this._filter(e)){const t=this.value=this._apply(e),n=this._targets,i=n?n.length:0;for(let r=0;r<i;++r)n[r].receive(t);this._consume&&(e.preventDefault(),e.stopPropagation())}},filter(e){const t=so(e);return this.targets().add(t),t},apply(e){const t=so(null,e);return this.targets().add(t),t},merge(){const e=so();this.targets().add(e);for(let t=0,n=arguments.length;t<n;++t)arguments[t].targets().add(e);return e},throttle(e){let t=-1;return this.filter(()=>{const n=Date.now();return n-t>e?(t=n,1):0})},debounce(e){const t=so();return this.targets().add(so(null,null,xb(e,n=>{const i=n.dataflow;t.receive(n),i&&i.run&&i.run()}))),t},between(e,t){let n=!1;return e.targets().add(so(null,null,()=>n=!0)),t.targets().add(so(null,null,()=>n=!1)),this.filter(()=>n)},detach(){this._filter=Zn,this._targets=null}};function L6(e,t,n,i){const r=this,o=so(n,i),s=function(l){l.dataflow=r;try{o.receive(l)}catch(c){r.error(c)}finally{r.run()}};let a;typeof e=="string"&&typeof document<"u"?a=document.querySelectorAll(e):a=K(e);const u=a.length;for(let l=0;l<u;++l)a[l].addEventListener(t,s);return o}function P6(e,t){const n=this.locale();return SF(e,t,n.timeParse,n.utcParse)}function I6(e,t,n){return t=this.parse(t,n),this.pulse(e,this.changeset().insert(t))}async function z6(e,t){const n=this;let i=0,r;try{r=await n.loader().load(e,{context:"dataflow",response:EF(t&&t.type)});try{r=n.parse(r,t)}catch(o){i=-2,n.warn("Data ingestion failed",e,o)}}catch(o){i=-1,n.warn("Loading failed",e,o)}return{data:r,status:i}}async function B6(e,t,n){const i=this,r=i._pending||U6(i);r.requests+=1;const o=await i.request(t,n);return i.pulse(e,i.changeset().remove(Zn).insert(o.data||[])),r.done(),o}function U6(e){let t;const n=new Promise(i=>t=i);return n.requests=0,n.done=()=>{--n.requests===0&&(e._pending=null,t(e))},e._pending=n}const j6={skip:!0};function q6(e,t,n,i,r){return(e instanceof Ie?H6:W6)(this,e,t,n,i,r),this}function W6(e,t,n,i,r,o){const s=pe({},o,j6);let a,u;fe(n)||(n=Yt(n)),i===void 0?a=l=>e.touch(n(l)):fe(i)?(u=new Ie(null,i,r,!1),a=l=>{u.evaluate(l);const c=n(l),f=u.value;AF(f)?e.pulse(c,f,o):e.update(c,f,s)}):a=l=>e.update(n(l),i,s),t.apply(a)}function H6(e,t,n,i,r,o){if(i===void 0)t.targets().add(n);else{const s=o||{},a=new Ie(null,G6(n,i),r,!1);a.modified(s.force),a.rank=t.rank,t.targets().add(a),n&&(a.skip(!0),a.value=n.value,a.targets().add(n),e.connect(n,[a]))}}function G6(e,t){return t=fe(t)?t:Yt(t),e?function(n,i){const r=t(n,i);return e.skip()||(e.skip(r!==this.value).value=r),r}:t}function V6(e){e.rank=++this._rank}function Y6(e){const t=[e];let n,i,r;for(;t.length;)if(this.rank(n=t.pop()),i=n._targets)for(r=i.length;--r>=0;)t.push(n=i[r]),n===e&&O("Cycle detected in dataflow graph.")}const jd={},Bi=1,lo=2,_r=4,X6=Bi|lo,oS=Bi|_r,xa=Bi|lo|_r,sS=8,ll=16,aS=32,uS=64;function Ao(e,t,n){this.dataflow=e,this.stamp=t??-1,this.add=[],this.rem=[],this.mod=[],this.fields=null,this.encode=n||null}function wm(e,t){const n=[];return uo(e,t,i=>n.push(i)),n}function lS(e,t){const n={};return e.visit(t,i=>{n[ie(i)]=1}),i=>n[ie(i)]?null:i}function Ff(e,t){return e?(n,i)=>e(n,i)&&t(n,i):t}Ao.prototype={StopPropagation:jd,ADD:Bi,REM:lo,MOD:_r,ADD_REM:X6,ADD_MOD:oS,ALL:xa,REFLOW:sS,SOURCE:ll,NO_SOURCE:aS,NO_FIELDS:uS,fork(e){return new Ao(this.dataflow).init(this,e)},clone(){const e=this.fork(xa);return e.add=e.add.slice(),e.rem=e.rem.slice(),e.mod=e.mod.slice(),e.source&&(e.source=e.source.slice()),e.materialize(xa|ll)},addAll(){let e=this;return!e.source||e.add===e.rem||!e.rem.length&&e.source.length===e.add.length||(e=new Ao(this.dataflow).init(this),e.add=e.source,e.rem=[]),e},init(e,t){const n=this;return n.stamp=e.stamp,n.encode=e.encode,e.fields&&!(t&uS)&&(n.fields=e.fields),t&Bi?(n.addF=e.addF,n.add=e.add):(n.addF=null,n.add=[]),t&lo?(n.remF=e.remF,n.rem=e.rem):(n.remF=null,n.rem=[]),t&_r?(n.modF=e.modF,n.mod=e.mod):(n.modF=null,n.mod=[]),t&aS?(n.srcF=null,n.source=null):(n.srcF=e.srcF,n.source=e.source,e.cleans&&(n.cleans=e.cleans)),n},runAfter(e){this.dataflow.runAfter(e)},changed(e){const t=e||xa;return t&Bi&&this.add.length||t&lo&&this.rem.length||t&_r&&this.mod.length},reflow(e){if(e)return this.fork(xa).reflow();const t=this.add.length,n=this.source&&this.source.length;return n&&n!==t&&(this.mod=this.source,t&&this.filter(_r,lS(this,Bi))),this},clean(e){return arguments.length?(this.cleans=!!e,this):this.cleans},modifies(e){const t=this.fields||(this.fields={});return P(e)?e.forEach(n=>t[n]=!0):t[e]=!0,this},modified(e,t){const n=this.fields;return(t||this.mod.length)&&n?arguments.length?P(e)?e.some(i=>n[i]):n[e]:!!n:!1},filter(e,t){const n=this;return e&Bi&&(n.addF=Ff(n.addF,t)),e&lo&&(n.remF=Ff(n.remF,t)),e&_r&&(n.modF=Ff(n.modF,t)),e&ll&&(n.srcF=Ff(n.srcF,t)),n},materialize(e){e=e||xa;const t=this;return e&Bi&&t.addF&&(t.add=wm(t.add,t.addF),t.addF=null),e&lo&&t.remF&&(t.rem=wm(t.rem,t.remF),t.remF=null),e&_r&&t.modF&&(t.mod=wm(t.mod,t.modF),t.modF=null),e&ll&&t.srcF&&(t.source=t.source.filter(t.srcF),t.srcF=null),t},visit(e,t){const n=this,i=t;if(e&ll)return uo(n.source,n.srcF,i),n;e&Bi&&uo(n.add,n.addF,i),e&lo&&uo(n.rem,n.remF,i),e&_r&&uo(n.mod,n.modF,i);const r=n.source;if(e&sS&&r){const o=n.add.length+n.mod.length;o===r.length||(o?uo(r,lS(n,oS),i):uo(r,n.srcF,i))}return n}};function Pb(e,t,n,i){const r=this;let o=0;this.dataflow=e,this.stamp=t,this.fields=null,this.encode=i||null,this.pulses=n;for(const s of n)if(s.stamp===t){if(s.fields){const a=r.fields||(r.fields={});for(const u in s.fields)a[u]=1}s.changed(r.ADD)&&(o|=r.ADD),s.changed(r.REM)&&(o|=r.REM),s.changed(r.MOD)&&(o|=r.MOD)}this.changes=o}G(Pb,Ao,{fork(e){const t=new Ao(this.dataflow).init(this,e&this.NO_FIELDS);return e!==void 0&&(e&t.ADD&&this.visit(t.ADD,n=>t.add.push(n)),e&t.REM&&this.visit(t.REM,n=>t.rem.push(n)),e&t.MOD&&this.visit(t.MOD,n=>t.mod.push(n))),t},changed(e){return this.changes&e},modified(e){const t=this,n=t.fields;return n&&t.changes&t.MOD?P(e)?e.some(i=>n[i]):n[e]:0},filter(){O("MultiPulse does not support filtering.")},materialize(){O("MultiPulse does not support materialization.")},visit(e,t){const n=this,i=n.pulses,r=i.length;let o=0;if(e&n.SOURCE)for(;o<r;++o)i[o].visit(e,t);else for(;o<r;++o)i[o].stamp===n.stamp&&i[o].visit(e,t);return n}});async function K6(e,t,n){const i=this,r=[];if(i._pulse)return CF(i);if(i._pending&&await i._pending,t&&await cd(i,t),!i._touched.length)return i.debug("Dataflow invoked, but nothing to do."),i;const o=++i._clock;i._pulse=new Ao(i,o,e),i._touched.forEach(c=>i._enqueue(c,!0)),i._touched=Ep(Pc);let s=0,a,u,l;try{for(;i._heap.size()>0;){if(a=i._heap.pop(),a.rank!==a.qrank){i._enqueue(a,!0);continue}u=a.run(i._getPulse(a,e)),u.then?u=await u:u.async&&(r.push(u.async),u=jd),u!==jd&&a._targets&&a._targets.forEach(c=>i._enqueue(c)),++s}}catch(c){i._heap.clear(),l=c}if(i._input={},i._pulse=null,i.debug(`Pulse ${o}: ${s} operators`),l&&(i._postrun=[],i.error(l)),i._postrun.length){const c=i._postrun.sort((f,d)=>d.priority-f.priority);i._postrun=[];for(let f=0;f<c.length;++f)await cd(i,c[f].callback)}return n&&await cd(i,n),r.length&&Promise.all(r).then(c=>i.runAsync(null,()=>{c.forEach(f=>{try{f(i)}catch(d){i.error(d)}})})),i}async function J6(e,t,n){for(;this._running;)await this._running;const i=()=>this._running=null;return(this._running=this.evaluate(e,t,n)).then(i,i),this._running}function Q6(e,t,n){return this._pulse?CF(this):(this.evaluate(e,t,n),this)}function Z6(e,t,n){if(this._pulse||t)this._postrun.push({priority:n||0,callback:e});else try{e(this)}catch(i){this.error(i)}}function CF(e){return e.error("Dataflow already running. Use runAsync() to chain invocations."),e}function e4(e,t){const n=e.stamp<this._clock;n&&(e.stamp=this._clock),(n||t)&&(e.qrank=e.rank,this._heap.push(e))}function t4(e,t){const n=e.source,i=this._clock;return n&&P(n)?new Pb(this,i,n.map(r=>r.pulse),t):this._input[e.id]||n4(this._pulse,n&&n.pulse)}function n4(e,t){return t&&t.stamp===e.stamp?t:(e=e.fork(),t&&t!==jd&&(e.source=t.source),e)}const Ib={skip:!1,force:!1};function i4(e,t){const n=t||Ib;return this._pulse?this._enqueue(e):this._touched.add(e),n.skip&&e.skip(!0),this}function r4(e,t,n){const i=n||Ib;return(e.set(t)||i.force)&&this.touch(e,i),this}function o4(e,t,n){this.touch(e,n||Ib);const i=new Ao(this,this._clock+(this._pulse?0:1)),r=e.pulse&&e.pulse.source||[];return i.target=e,this._input[e.id]=t.pulse(i,r),this}function s4(e){let t=[];return{clear:()=>t=[],size:()=>t.length,peek:()=>t[0],push:n=>(t.push(n),FF(t,0,t.length-1,e)),pop:()=>{const n=t.pop();let i;return t.length?(i=t[0],t[0]=n,a4(t,0,e)):i=n,i}}}function FF(e,t,n,i){let r,o;const s=e[n];for(;n>t;){if(o=n-1>>1,r=e[o],i(s,r)<0){e[n]=r,n=o;continue}break}return e[n]=s}function a4(e,t,n){const i=t,r=e.length,o=e[t];let s=(t<<1)+1,a;for(;s<r;)a=s+1,a<r&&n(e[s],e[a])>=0&&(s=a),e[t]=e[s],t=s,s=(t<<1)+1;return e[t]=o,FF(e,i,t,n)}function Ua(){this.logger(hp()),this.logLevel(pb),this._clock=0,this._rank=0,this._locale=Db();try{this._loader=wp()}catch{}this._touched=Ep(Pc),this._input={},this._pulse=null,this._heap=s4((e,t)=>e.qrank-t.qrank),this._postrun=[]}function cl(e){return function(){return this._log[e].apply(this,arguments)}}Ua.prototype={stamp(){return this._clock},loader(e){return arguments.length?(this._loader=e,this):this._loader},locale(e){return arguments.length?(this._locale=e,this):this._locale},logger(e){return arguments.length?(this._log=e,this):this._log},error:cl("error"),warn:cl("warn"),info:cl("info"),debug:cl("debug"),logLevel:cl("level"),cleanThreshold:1e4,add:O6,connect:R6,rank:V6,rerank:Y6,pulse:o4,touch:i4,update:r4,changeset:ra,ingest:I6,parse:P6,preload:B6,request:z6,events:L6,on:q6,evaluate:K6,run:Q6,runAsync:J6,runAfter:Z6,_enqueue:e4,_getPulse:t4};function D(e,t){Ie.call(this,e,null,t)}G(D,Ie,{run(e){if(e.stamp<this.stamp)return e.StopPropagation;let t;return this.skip()?this.skip(!1):t=this.evaluate(e),t=t||e,t.then?t=t.then(n=>this.pulse=n):t!==e.StopPropagation&&(this.pulse=t),t},evaluate(e){const t=this.marshall(e.stamp),n=this.transform(t,e);return t.clear(),n},transform(){}});const tu={};function TF(e){const t=MF(e);return t&&t.Definition||null}function MF(e){return e=e&&e.toLowerCase(),J(tu,e)?tu[e]:null}function*DF(e,t){if(t==null)for(let n of e)n!=null&&n!==""&&(n=+n)>=n&&(yield n);else{let n=-1;for(let i of e)i=t(i,++n,e),i!=null&&i!==""&&(i=+i)>=i&&(yield i)}}function zb(e,t,n){const i=Float64Array.from(DF(e,n));return i.sort(uc),t.map(r=>OC(i,r))}function Bb(e,t){return zb(e,[.25,.5,.75],t)}function Ub(e,t){const n=e.length,i=AI(e,t),r=Bb(e,t),o=(r[2]-r[0])/1.34;return 1.06*(Math.min(i,o)||i||Math.abs(r[0])||1)*Math.pow(n,-.2)}function OF(e){const t=e.maxbins||20,n=e.base||10,i=Math.log(n),r=e.divide||[5,2];let o=e.extent[0],s=e.extent[1],a,u,l,c,f,d;const h=e.span||s-o||Math.abs(o)||1;if(e.step)a=e.step;else if(e.steps){for(c=h/t,f=0,d=e.steps.length;f<d&&e.steps[f]<c;++f);a=e.steps[Math.max(0,f-1)]}else{for(u=Math.ceil(Math.log(t)/i),l=e.minstep||0,a=Math.max(l,Math.pow(n,Math.round(Math.log(h)/i)-u));Math.ceil(h/a)>t;)a*=n;for(f=0,d=r.length;f<d;++f)c=a/r[f],c>=l&&h/c<=t&&(a=c)}c=Math.log(a);const p=c>=0?0:~~(-c/i)+1,g=Math.pow(n,-p-1);return(e.nice||e.nice===void 0)&&(c=Math.floor(o/a+g)*a,o=o<c?c-a:c,s=Math.ceil(s/a)*a),{start:o,stop:s===o?o+a:s,step:a}}var ti=Math.random;function u4(e){ti=e}function RF(e,t,n,i){if(!e.length)return[void 0,void 0];const r=Float64Array.from(DF(e,i)),o=r.length,s=t;let a,u,l,c;for(l=0,c=Array(s);l<s;++l){for(a=0,u=0;u<o;++u)a+=r[~~(ti()*o)];c[l]=a/o}return c.sort(uc),[r1(c,n/2),r1(c,1-n/2)]}function NF(e,t,n,i){i=i||(d=>d);const r=e.length,o=new Float64Array(r);let s=0,a=1,u=i(e[0]),l=u,c=u+t,f;for(;a<r;++a){if(f=i(e[a]),f>=c){for(l=(u+l)/2;s<a;++s)o[s]=l;c=f+t,u=f}l=f}for(l=(u+l)/2;s<a;++s)o[s]=l;return n?l4(o,t+t/4):o}function l4(e,t){const n=e.length;let i=0,r=1,o,s;for(;e[i]===e[r];)++r;for(;r<n;){for(o=r+1;e[r]===e[o];)++o;if(e[r]-e[r-1]<t){for(s=r+(i+o-r-r>>1);s<r;)e[s++]=e[r];for(;s>r;)e[s--]=e[i]}i=r,r=o}return e}function c4(e){return function(){return e=(1103515245*e+12345)%2147483647,e/2147483647}}function f4(e,t){t==null&&(t=e,e=0);let n,i,r;const o={min(s){return arguments.length?(n=s||0,r=i-n,o):n},max(s){return arguments.length?(i=s||0,r=i-n,o):i},sample(){return n+Math.floor(r*ti())},pdf(s){return s===Math.floor(s)&&s>=n&&s<i?1/r:0},cdf(s){const a=Math.floor(s);return a<n?0:a>=i?1:(a-n+1)/r},icdf(s){return s>=0&&s<=1?n-1+Math.floor(s*r):NaN}};return o.min(e).max(t)}const LF=Math.sqrt(2*Math.PI),d4=Math.SQRT2;let fl=NaN;function Ap(e,t){e=e||0,t=t??1;let n=0,i=0,r,o;if(fl===fl)n=fl,fl=NaN;else{do n=ti()*2-1,i=ti()*2-1,r=n*n+i*i;while(r===0||r>1);o=Math.sqrt(-2*Math.log(r)/r),n*=o,fl=i*o}return e+n*t}function jb(e,t,n){n=n??1;const i=(e-(t||0))/n;return Math.exp(-.5*i*i)/(n*LF)}function Cp(e,t,n){t=t||0,n=n??1;const i=(e-t)/n,r=Math.abs(i);let o;if(r>37)o=0;else{const s=Math.exp(-r*r/2);let a;r<7.07106781186547?(a=.0352624965998911*r+.700383064443688,a=a*r+6.37396220353165,a=a*r+33.912866078383,a=a*r+112.079291497871,a=a*r+221.213596169931,a=a*r+220.206867912376,o=s*a,a=.0883883476483184*r+1.75566716318264,a=a*r+16.064177579207,a=a*r+86.7807322029461,a=a*r+296.564248779674,a=a*r+637.333633378831,a=a*r+793.826512519948,a=a*r+440.413735824752,o=o/a):(a=r+.65,a=r+4/a,a=r+3/a,a=r+2/a,a=r+1/a,o=s/a/2.506628274631)}return i>0?1-o:o}function Fp(e,t,n){return e<0||e>1?NaN:(t||0)+(n??1)*d4*h4(2*e-1)}function h4(e){let t=-Math.log((1-e)*(1+e)),n;return t<6.25?(t-=3.125,n=-364441206401782e-35,n=-16850591381820166e-35+n*t,n=128584807152564e-32+n*t,n=11157877678025181e-33+n*t,n=-1333171662854621e-31+n*t,n=20972767875968562e-33+n*t,n=6637638134358324e-30+n*t,n=-4054566272975207e-29+n*t,n=-8151934197605472e-29+n*t,n=26335093153082323e-28+n*t,n=-12975133253453532e-27+n*t,n=-5415412054294628e-26+n*t,n=10512122733215323e-25+n*t,n=-4112633980346984e-24+n*t,n=-29070369957882005e-24+n*t,n=42347877827932404e-23+n*t,n=-13654692000834679e-22+n*t,n=-13882523362786469e-21+n*t,n=.00018673420803405714+n*t,n=-.000740702534166267+n*t,n=-.006033670871430149+n*t,n=.24015818242558962+n*t,n=1.6536545626831027+n*t):t<16?(t=Math.sqrt(t)-3.25,n=22137376921775787e-25,n=9075656193888539e-23+n*t,n=-27517406297064545e-23+n*t,n=18239629214389228e-24+n*t,n=15027403968909828e-22+n*t,n=-4013867526981546e-21+n*t,n=29234449089955446e-22+n*t,n=12475304481671779e-21+n*t,n=-47318229009055734e-21+n*t,n=6828485145957318e-20+n*t,n=24031110387097894e-21+n*t,n=-.0003550375203628475+n*t,n=.0009532893797373805+n*t,n=-.0016882755560235047+n*t,n=.002491442096107851+n*t,n=-.003751208507569241+n*t,n=.005370914553590064+n*t,n=1.0052589676941592+n*t,n=3.0838856104922208+n*t):Number.isFinite(t)?(t=Math.sqrt(t)-5,n=-27109920616438573e-27,n=-2555641816996525e-25+n*t,n=15076572693500548e-25+n*t,n=-3789465440126737e-24+n*t,n=761570120807834e-23+n*t,n=-1496002662714924e-23+n*t,n=2914795345090108e-23+n*t,n=-6771199775845234e-23+n*t,n=22900482228026655e-23+n*t,n=-99298272942317e-20+n*t,n=4526062597223154e-21+n*t,n=-1968177810553167e-20+n*t,n=7599527703001776e-20+n*t,n=-.00021503011930044477+n*t,n=-.00013871931833623122+n*t,n=1.0103004648645344+n*t,n=4.849906401408584+n*t):n=1/0,n*e}function qb(e,t){let n,i;const r={mean(o){return arguments.length?(n=o||0,r):n},stdev(o){return arguments.length?(i=o??1,r):i},sample:()=>Ap(n,i),pdf:o=>jb(o,n,i),cdf:o=>Cp(o,n,i),icdf:o=>Fp(o,n,i)};return r.mean(e).stdev(t)}function Wb(e,t){const n=qb();let i=0;const r={data(o){return arguments.length?(e=o,i=o?o.length:0,r.bandwidth(t)):e},bandwidth(o){return arguments.length?(t=o,!t&&e&&(t=Ub(e)),r):t},sample(){return e[~~(ti()*i)]+t*n.sample()},pdf(o){let s=0,a=0;for(;a<i;++a)s+=n.pdf((o-e[a])/t);return s/t/i},cdf(o){let s=0,a=0;for(;a<i;++a)s+=n.cdf((o-e[a])/t);return s/i},icdf(){throw Error("KDE icdf not supported.")}};return r.data(e)}function Hb(e,t){return e=e||0,t=t??1,Math.exp(e+Ap()*t)}function Gb(e,t,n){if(e<=0)return 0;t=t||0,n=n??1;const i=(Math.log(e)-t)/n;return Math.exp(-.5*i*i)/(n*LF*e)}function Vb(e,t,n){return Cp(Math.log(e),t,n)}function Yb(e,t,n){return Math.exp(Fp(e,t,n))}function PF(e,t){let n,i;const r={mean(o){return arguments.length?(n=o||0,r):n},stdev(o){return arguments.length?(i=o??1,r):i},sample:()=>Hb(n,i),pdf:o=>Gb(o,n,i),cdf:o=>Vb(o,n,i),icdf:o=>Yb(o,n,i)};return r.mean(e).stdev(t)}function IF(e,t){let n=0,i;function r(s){const a=[];let u=0,l;for(l=0;l<n;++l)u+=a[l]=s[l]==null?1:+s[l];for(l=0;l<n;++l)a[l]/=u;return a}const o={weights(s){return arguments.length?(i=r(t=s||[]),o):t},distributions(s){return arguments.length?(s?(n=s.length,e=s):(n=0,e=[]),o.weights(t)):e},sample(){const s=ti();let a=e[n-1],u=i[0],l=0;for(;l<n-1;u+=i[++l])if(s<u){a=e[l];break}return a.sample()},pdf(s){let a=0,u=0;for(;u<n;++u)a+=i[u]*e[u].pdf(s);return a},cdf(s){let a=0,u=0;for(;u<n;++u)a+=i[u]*e[u].cdf(s);return a},icdf(){throw Error("Mixture icdf not supported.")}};return o.distributions(e).weights(t)}function Xb(e,t){return t==null&&(t=e??1,e=0),e+(t-e)*ti()}function Kb(e,t,n){return n==null&&(n=t??1,t=0),e>=t&&e<=n?1/(n-t):0}function Jb(e,t,n){return n==null&&(n=t??1,t=0),e<t?0:e>n?1:(e-t)/(n-t)}function Qb(e,t,n){return n==null&&(n=t??1,t=0),e>=0&&e<=1?t+e*(n-t):NaN}function zF(e,t){let n,i;const r={min(o){return arguments.length?(n=o||0,r):n},max(o){return arguments.length?(i=o??1,r):i},sample:()=>Xb(n,i),pdf:o=>Kb(o,n,i),cdf:o=>Jb(o,n,i),icdf:o=>Qb(o,n,i)};return t==null&&(t=e??1,e=0),r.min(e).max(t)}function Zb(e,t,n){let i=0,r=0;for(const o of e){const s=n(o);t(o)==null||s==null||isNaN(s)||(i+=(s-i)/++r)}return{coef:[i],predict:()=>i,rSquared:0}}function zc(e,t,n,i){const r=i-e*e,o=Math.abs(r)<1e-24?0:(n-e*t)/r;return[t-o*e,o]}function Tp(e,t,n,i){e=e.filter(h=>{let p=t(h),g=n(h);return p!=null&&(p=+p)>=p&&g!=null&&(g=+g)>=g}),i&&e.sort((h,p)=>t(h)-t(p));const r=e.length,o=new Float64Array(r),s=new Float64Array(r);let a=0,u=0,l=0,c,f,d;for(d of e)o[a]=c=+t(d),s[a]=f=+n(d),++a,u+=(c-u)/a,l+=(f-l)/a;for(a=0;a<r;++a)o[a]-=u,s[a]-=l;return[o,s,u,l]}function Bc(e,t,n,i){let r=-1,o,s;for(const a of e)o=t(a),s=n(a),o!=null&&(o=+o)>=o&&s!=null&&(s=+s)>=s&&i(o,s,++r)}function Uu(e,t,n,i,r){let o=0,s=0;return Bc(e,t,n,(a,u)=>{const l=u-r(a),c=u-i;o+=l*l,s+=c*c}),1-o/s}function ev(e,t,n){let i=0,r=0,o=0,s=0,a=0;Bc(e,t,n,(c,f)=>{++a,i+=(c-i)/a,r+=(f-r)/a,o+=(c*f-o)/a,s+=(c*c-s)/a});const u=zc(i,r,o,s),l=c=>u[0]+u[1]*c;return{coef:u,predict:l,rSquared:Uu(e,t,n,r,l)}}function BF(e,t,n){let i=0,r=0,o=0,s=0,a=0;Bc(e,t,n,(c,f)=>{++a,c=Math.log(c),i+=(c-i)/a,r+=(f-r)/a,o+=(c*f-o)/a,s+=(c*c-s)/a});const u=zc(i,r,o,s),l=c=>u[0]+u[1]*Math.log(c);return{coef:u,predict:l,rSquared:Uu(e,t,n,r,l)}}function UF(e,t,n){const[i,r,o,s]=Tp(e,t,n);let a=0,u=0,l=0,c=0,f=0,d,h,p;Bc(e,t,n,(b,v)=>{d=i[f++],h=Math.log(v),p=d*v,a+=(v*h-a)/f,u+=(p-u)/f,l+=(p*h-l)/f,c+=(d*p-c)/f});const[g,m]=zc(u/s,a/s,l/s,c/s),y=b=>Math.exp(g+m*(b-o));return{coef:[Math.exp(g-m*o),m],predict:y,rSquared:Uu(e,t,n,s,y)}}function jF(e,t,n){let i=0,r=0,o=0,s=0,a=0,u=0;Bc(e,t,n,(f,d)=>{const h=Math.log(f),p=Math.log(d);++u,i+=(h-i)/u,r+=(p-r)/u,o+=(h*p-o)/u,s+=(h*h-s)/u,a+=(d-a)/u});const l=zc(i,r,o,s),c=f=>l[0]*Math.pow(f,l[1]);return l[0]=Math.exp(l[0]),{coef:l,predict:c,rSquared:Uu(e,t,n,a,c)}}function tv(e,t,n){const[i,r,o,s]=Tp(e,t,n),a=i.length;let u=0,l=0,c=0,f=0,d=0,h,p,g,m;for(h=0;h<a;)p=i[h],g=r[h++],m=p*p,u+=(m-u)/h,l+=(m*p-l)/h,c+=(m*m-c)/h,f+=(p*g-f)/h,d+=(m*g-d)/h;const y=c-u*u,b=u*y-l*l,v=(d*u-f*l)/b,x=(f*y-d*l)/b,E=-v*u,S=w=>(w=w-o,v*w*w+x*w+E+s);return{coef:[E-x*o+v*o*o+s,x-2*v*o,v],predict:S,rSquared:Uu(e,t,n,s,S)}}function qF(e,t,n,i){if(i===0)return Zb(e,t,n);if(i===1)return ev(e,t,n);if(i===2)return tv(e,t,n);const[r,o,s,a]=Tp(e,t,n),u=r.length,l=[],c=[],f=i+1;let d,h,p,g,m;for(d=0;d<f;++d){for(p=0,g=0;p<u;++p)g+=Math.pow(r[p],d)*o[p];for(l.push(g),m=new Float64Array(f),h=0;h<f;++h){for(p=0,g=0;p<u;++p)g+=Math.pow(r[p],d+h);m[h]=g}c.push(m)}c.push(l);const y=g4(c),b=v=>{v-=s;let x=a+y[0]+y[1]*v+y[2]*v*v;for(d=3;d<f;++d)x+=y[d]*Math.pow(v,d);return x};return{coef:p4(f,y,-s,a),predict:b,rSquared:Uu(e,t,n,a,b)}}function p4(e,t,n,i){const r=Array(e);let o,s,a,u;for(o=0;o<e;++o)r[o]=0;for(o=e-1;o>=0;--o)for(a=t[o],u=1,r[o]+=a,s=1;s<=o;++s)u*=(o+1-s)/s,r[o-s]+=a*Math.pow(n,s)*u;return r[0]+=i,r}function g4(e){const t=e.length-1,n=[];let i,r,o,s,a;for(i=0;i<t;++i){for(s=i,r=i+1;r<t;++r)Math.abs(e[i][r])>Math.abs(e[i][s])&&(s=r);for(o=i;o<t+1;++o)a=e[o][i],e[o][i]=e[o][s],e[o][s]=a;for(r=i+1;r<t;++r)for(o=t;o>=i;o--)e[o][r]-=e[o][i]*e[i][r]/e[i][i]}for(r=t-1;r>=0;--r){for(a=0,o=r+1;o<t;++o)a+=e[o][r]*n[o];n[r]=(e[t][r]-a)/e[r][r]}return n}const cS=2,fS=1e-12;function WF(e,t,n,i){const[r,o,s,a]=Tp(e,t,n,!0),u=r.length,l=Math.max(2,~~(i*u)),c=new Float64Array(u),f=new Float64Array(u),d=new Float64Array(u).fill(1);for(let h=-1;++h<=cS;){const p=[0,l-1];for(let m=0;m<u;++m){const y=r[m],b=p[0],v=p[1],x=y-r[b]>r[v]-y?b:v;let E=0,S=0,w=0,_=0,$=0;const A=1/Math.abs(r[x]-y||1);for(let M=b;M<=v;++M){const C=r[M],k=o[M],T=m4(Math.abs(y-C)*A)*d[M],L=C*T;E+=T,S+=L,w+=k*T,_+=k*L,$+=C*L}const[F,N]=zc(S/E,w/E,_/E,$/E);c[m]=F+N*y,f[m]=Math.abs(o[m]-c[m]),y4(r,m+1,p)}if(h===cS)break;const g=RC(f);if(Math.abs(g)<fS)break;for(let m=0,y,b;m<u;++m)y=f[m]/(6*g),d[m]=y>=1?fS:(b=1-y*y)*b}return b4(r,c,s,a)}function m4(e){return(e=1-e*e*e)*e*e}function y4(e,t,n){const i=e[t];let r=n[0],o=n[1]+1;if(!(o>=e.length))for(;t>r&&e[o]-i<=i-e[r];)n[0]=++r,n[1]=o,++o}function b4(e,t,n,i){const r=e.length,o=[];let s=0,a=0,u=[],l;for(;s<r;++s)l=e[s]+n,u[0]===l?u[1]+=(t[s]-u[1])/++a:(a=0,u[1]+=i,u=[l,t[s]],o.push(u));return u[1]+=i,o}const v4=.5*Math.PI/180;function Mp(e,t,n,i){n=n||25,i=Math.max(n,i||200);const r=g=>[g,e(g)],o=t[0],s=t[1],a=s-o,u=a/i,l=[r(o)],c=[];if(n===i){for(let g=1;g<i;++g)l.push(r(o+g/n*a));return l.push(r(s)),l}else{c.push(r(s));for(let g=n;--g>0;)c.push(r(o+g/n*a))}let f=l[0],d=c[c.length-1];const h=1/a,p=x4(f[1],c);for(;d;){const g=r((f[0]+d[0])/2);g[0]-f[0]>=u&&w4(f,g,d,h,p)>v4?c.push(g):(f=d,l.push(d),c.pop()),d=c[c.length-1]}return l}function x4(e,t){let n=e,i=e;const r=t.length;for(let o=0;o<r;++o){const s=t[o][1];s<n&&(n=s),s>i&&(i=s)}return 1/(i-n)}function w4(e,t,n,i,r){const o=Math.atan2(r*(n[1]-e[1]),i*(n[0]-e[0])),s=Math.atan2(r*(t[1]-e[1]),i*(t[0]-e[0]));return Math.abs(o-s)}function E4(e){return t=>{const n=e.length;let i=1,r=String(e[0](t));for(;i<n;++i)r+="|"+e[i](t);return r}}function p1(e){return!e||!e.length?function(){return""}:e.length===1?e[0]:E4(e)}function HF(e,t,n){return n||e+(t?"_"+t:"")}const Em=()=>{},S4={init:Em,add:Em,rem:Em,idx:0},dc={values:{init:e=>e.cell.store=!0,value:e=>e.cell.data.values(),idx:-1},count:{value:e=>e.cell.num},__count__:{value:e=>e.missing+e.valid},missing:{value:e=>e.missing},valid:{value:e=>e.valid},sum:{init:e=>e.sum=0,value:e=>e.valid?e.sum:void 0,add:(e,t)=>e.sum+=+t,rem:(e,t)=>e.sum-=t},product:{init:e=>e.product=1,value:e=>e.valid?e.product:void 0,add:(e,t)=>e.product*=t,rem:(e,t)=>e.product/=t},mean:{init:e=>e.mean=0,value:e=>e.valid?e.mean:void 0,add:(e,t)=>(e.mean_d=t-e.mean,e.mean+=e.mean_d/e.valid),rem:(e,t)=>(e.mean_d=t-e.mean,e.mean-=e.valid?e.mean_d/e.valid:e.mean)},average:{value:e=>e.valid?e.mean:void 0,req:["mean"],idx:1},variance:{init:e=>e.dev=0,value:e=>e.valid>1?e.dev/(e.valid-1):void 0,add:(e,t)=>e.dev+=e.mean_d*(t-e.mean),rem:(e,t)=>e.dev-=e.mean_d*(t-e.mean),req:["mean"],idx:1},variancep:{value:e=>e.valid>1?e.dev/e.valid:void 0,req:["variance"],idx:2},stdev:{value:e=>e.valid>1?Math.sqrt(e.dev/(e.valid-1)):void 0,req:["variance"],idx:2},stdevp:{value:e=>e.valid>1?Math.sqrt(e.dev/e.valid):void 0,req:["variance"],idx:2},stderr:{value:e=>e.valid>1?Math.sqrt(e.dev/(e.valid*(e.valid-1))):void 0,req:["variance"],idx:2},distinct:{value:e=>e.cell.data.distinct(e.get),req:["values"],idx:3},ci0:{value:e=>e.cell.data.ci0(e.get),req:["values"],idx:3},ci1:{value:e=>e.cell.data.ci1(e.get),req:["values"],idx:3},median:{value:e=>e.cell.data.q2(e.get),req:["values"],idx:3},q1:{value:e=>e.cell.data.q1(e.get),req:["values"],idx:3},q3:{value:e=>e.cell.data.q3(e.get),req:["values"],idx:3},min:{init:e=>e.min=void 0,value:e=>e.min=Number.isNaN(e.min)?e.cell.data.min(e.get):e.min,add:(e,t)=>{(t<e.min||e.min===void 0)&&(e.min=t)},rem:(e,t)=>{t<=e.min&&(e.min=NaN)},req:["values"],idx:4},max:{init:e=>e.max=void 0,value:e=>e.max=Number.isNaN(e.max)?e.cell.data.max(e.get):e.max,add:(e,t)=>{(t>e.max||e.max===void 0)&&(e.max=t)},rem:(e,t)=>{t>=e.max&&(e.max=NaN)},req:["values"],idx:4},argmin:{init:e=>e.argmin=void 0,value:e=>e.argmin||e.cell.data.argmin(e.get),add:(e,t,n)=>{t<e.min&&(e.argmin=n)},rem:(e,t)=>{t<=e.min&&(e.argmin=void 0)},req:["min","values"],idx:3},argmax:{init:e=>e.argmax=void 0,value:e=>e.argmax||e.cell.data.argmax(e.get),add:(e,t,n)=>{t>e.max&&(e.argmax=n)},rem:(e,t)=>{t>=e.max&&(e.argmax=void 0)},req:["max","values"],idx:3},exponential:{init:(e,t)=>{e.exp=0,e.exp_r=t},value:e=>e.valid?e.exp*(1-e.exp_r)/(1-e.exp_r**e.valid):void 0,add:(e,t)=>e.exp=e.exp_r*e.exp+t,rem:(e,t)=>e.exp=(e.exp-t/e.exp_r**(e.valid-1))/e.exp_r},exponentialb:{value:e=>e.valid?e.exp*(1-e.exp_r):void 0,req:["exponential"],idx:1}},Uc=Object.keys(dc).filter(e=>e!=="__count__");function _4(e,t){return(n,i)=>pe({name:e,aggregate_param:i,out:n||e},S4,t)}[...Uc,"__count__"].forEach(e=>{dc[e]=_4(e,dc[e])});function GF(e,t,n){return dc[e](n,t)}function VF(e,t){return e.idx-t.idx}function $4(e){const t={};e.forEach(i=>t[i.name]=i);const n=i=>{i.req&&i.req.forEach(r=>{t[r]||n(t[r]=dc[r]())})};return e.forEach(n),Object.values(t).sort(VF)}function k4(){this.valid=0,this.missing=0,this._ops.forEach(e=>e.aggregate_param==null?e.init(this):e.init(this,e.aggregate_param))}function A4(e,t){if(e==null||e===""){++this.missing;return}e===e&&(++this.valid,this._ops.forEach(n=>n.add(this,e,t)))}function C4(e,t){if(e==null||e===""){--this.missing;return}e===e&&(--this.valid,this._ops.forEach(n=>n.rem(this,e,t)))}function F4(e){return this._out.forEach(t=>e[t.out]=t.value(this)),e}function YF(e,t){const n=t||Vt,i=$4(e),r=e.slice().sort(VF);function o(s){this._ops=i,this._out=r,this.cell=s,this.init()}return o.prototype.init=k4,o.prototype.add=A4,o.prototype.rem=C4,o.prototype.set=F4,o.prototype.get=n,o.fields=e.map(s=>s.out),o}function nv(e){this._key=e?Qn(e):ie,this.reset()}const Mt=nv.prototype;Mt.reset=function(){this._add=[],this._rem=[],this._ext=null,this._get=null,this._q=null};Mt.add=function(e){this._add.push(e)};Mt.rem=function(e){this._rem.push(e)};Mt.values=function(){if(this._get=null,this._rem.length===0)return this._add;const e=this._add,t=this._rem,n=this._key,i=e.length,r=t.length,o=Array(i-r),s={};let a,u,l;for(a=0;a<r;++a)s[n(t[a])]=1;for(a=0,u=0;a<i;++a)s[n(l=e[a])]?s[n(l)]=0:o[u++]=l;return this._rem=[],this._add=o};Mt.distinct=function(e){const t=this.values(),n={};let i=t.length,r=0,o;for(;--i>=0;)o=e(t[i])+"",J(n,o)||(n[o]=1,++r);return r};Mt.extent=function(e){if(this._get!==e||!this._ext){const t=this.values(),n=bC(t,e);this._ext=[t[n[0]],t[n[1]]],this._get=e}return this._ext};Mt.argmin=function(e){return this.extent(e)[0]||{}};Mt.argmax=function(e){return this.extent(e)[1]||{}};Mt.min=function(e){const t=this.extent(e)[0];return t!=null?e(t):void 0};Mt.max=function(e){const t=this.extent(e)[1];return t!=null?e(t):void 0};Mt.quartile=function(e){return(this._get!==e||!this._q)&&(this._q=Bb(this.values(),e),this._get=e),this._q};Mt.q1=function(e){return this.quartile(e)[0]};Mt.q2=function(e){return this.quartile(e)[1]};Mt.q3=function(e){return this.quartile(e)[2]};Mt.ci=function(e){return(this._get!==e||!this._ci)&&(this._ci=RF(this.values(),1e3,.05,e),this._get=e),this._ci};Mt.ci0=function(e){return this.ci(e)[0]};Mt.ci1=function(e){return this.ci(e)[1]};function Mo(e){D.call(this,null,e),this._adds=[],this._mods=[],this._alen=0,this._mlen=0,this._drop=!0,this._cross=!1,this._dims=[],this._dnames=[],this._measures=[],this._countOnly=!1,this._counts=null,this._prev=null,this._inputs=null,this._outputs=null}Mo.Definition={type:"Aggregate",metadata:{generates:!0,changes:!0},params:[{name:"groupby",type:"field",array:!0},{name:"ops",type:"enum",array:!0,values:Uc},{name:"aggregate_params",type:"number",null:!0,array:!0},{name:"fields",type:"field",null:!0,array:!0},{name:"as",type:"string",null:!0,array:!0},{name:"drop",type:"boolean",default:!0},{name:"cross",type:"boolean",default:!1},{name:"key",type:"field"}]};G(Mo,D,{transform(e,t){const n=this,i=t.fork(t.NO_SOURCE|t.NO_FIELDS),r=e.modified();return n.stamp=i.stamp,n.value&&(r||t.modified(n._inputs,!0))?(n._prev=n.value,n.value=r?n.init(e):Object.create(null),t.visit(t.SOURCE,o=>n.add(o))):(n.value=n.value||n.init(e),t.visit(t.REM,o=>n.rem(o)),t.visit(t.ADD,o=>n.add(o))),i.modifies(n._outputs),n._drop=e.drop!==!1,e.cross&&n._dims.length>1&&(n._drop=!1,n.cross()),t.clean()&&n._drop&&i.clean(!0).runAfter(()=>this.clean()),n.changes(i)},cross(){const e=this,t=e.value,n=e._dnames,i=n.map(()=>({})),r=n.length;function o(a){let u,l,c,f;for(u in a)for(c=a[u].tuple,l=0;l<r;++l)i[l][f=c[n[l]]]=f}o(e._prev),o(t);function s(a,u,l){const c=n[l],f=i[l++];for(const d in f){const h=a?a+"|"+d:d;u[c]=f[d],l<r?s(h,u,l):t[h]||e.cell(h,u)}}s("",{},0)},init(e){const t=this._inputs=[],n=this._outputs=[],i={};function r(b){const v=K(qt(b)),x=v.length;let E=0,S;for(;E<x;++E)i[S=v[E]]||(i[S]=1,t.push(S))}this._dims=K(e.groupby),this._dnames=this._dims.map(b=>{const v=Ze(b);return r(b),n.push(v),v}),this.cellkey=e.key?e.key:p1(this._dims),this._countOnly=!0,this._counts=[],this._measures=[];const o=e.fields||[null],s=e.ops||["count"],a=e.aggregate_params||[null],u=e.as||[],l=o.length,c={};let f,d,h,p,g,m,y;for(l!==s.length&&O("Unmatched number of fields and aggregate ops."),y=0;y<l;++y){if(f=o[y],d=s[y],h=a[y]||null,f==null&&d!=="count"&&O("Null aggregate field specified."),g=Ze(f),m=HF(d,g,u[y]),n.push(m),d==="count"){this._counts.push(m);continue}p=c[g],p||(r(f),p=c[g]=[],p.field=f,this._measures.push(p)),d!=="count"&&(this._countOnly=!1),p.push(GF(d,h,m))}return this._measures=this._measures.map(b=>YF(b,b.field)),Object.create(null)},cellkey:p1(),cell(e,t){let n=this.value[e];return n?n.num===0&&this._drop&&n.stamp<this.stamp?(n.stamp=this.stamp,this._adds[this._alen++]=n):n.stamp<this.stamp&&(n.stamp=this.stamp,this._mods[this._mlen++]=n):(n=this.value[e]=this.newcell(e,t),this._adds[this._alen++]=n),n},newcell(e,t){const n={key:e,num:0,agg:null,tuple:this.newtuple(t,this._prev&&this._prev[e]),stamp:this.stamp,store:!1};if(!this._countOnly){const i=this._measures,r=i.length;n.agg=Array(r);for(let o=0;o<r;++o)n.agg[o]=new i[o](n)}return n.store&&(n.data=new nv),n},newtuple(e,t){const n=this._dnames,i=this._dims,r=i.length,o={};for(let s=0;s<r;++s)o[n[s]]=i[s](e);return t?kF(t.tuple,o):Ce(o)},clean(){const e=this.value;for(const t in e)e[t].num===0&&delete e[t]},add(e){const t=this.cellkey(e),n=this.cell(t,e);if(n.num+=1,this._countOnly)return;n.store&&n.data.add(e);const i=n.agg;for(let r=0,o=i.length;r<o;++r)i[r].add(i[r].get(e),e)},rem(e){const t=this.cellkey(e),n=this.cell(t,e);if(n.num-=1,this._countOnly)return;n.store&&n.data.rem(e);const i=n.agg;for(let r=0,o=i.length;r<o;++r)i[r].rem(i[r].get(e),e)},celltuple(e){const t=e.tuple,n=this._counts;e.store&&e.data.values();for(let i=0,r=n.length;i<r;++i)t[n[i]]=e.num;if(!this._countOnly){const i=e.agg;for(let r=0,o=i.length;r<o;++r)i[r].set(t)}return t},changes(e){const t=this._adds,n=this._mods,i=this._prev,r=this._drop,o=e.add,s=e.rem,a=e.mod;let u,l,c,f;if(i)for(l in i)u=i[l],(!r||u.num)&&s.push(u.tuple);for(c=0,f=this._alen;c<f;++c)o.push(this.celltuple(t[c])),t[c]=null;for(c=0,f=this._mlen;c<f;++c)u=n[c],(u.num===0&&r?s:a).push(this.celltuple(u)),n[c]=null;return this._alen=this._mlen=0,this._prev=null,e}});const T4=1e-14;function iv(e){D.call(this,null,e)}iv.Definition={type:"Bin",metadata:{modifies:!0},params:[{name:"field",type:"field",required:!0},{name:"interval",type:"boolean",default:!0},{name:"anchor",type:"number"},{name:"maxbins",type:"number",default:20},{name:"base",type:"number",default:10},{name:"divide",type:"number",array:!0,default:[5,2]},{name:"extent",type:"number",array:!0,length:2,required:!0},{name:"span",type:"number"},{name:"step",type:"number"},{name:"steps",type:"number",array:!0},{name:"minstep",type:"number",default:0},{name:"nice",type:"boolean",default:!0},{name:"name",type:"string"},{name:"as",type:"string",array:!0,length:2,default:["bin0","bin1"]}]};G(iv,D,{transform(e,t){const n=e.interval!==!1,i=this._bins(e),r=i.start,o=i.step,s=e.as||["bin0","bin1"],a=s[0],u=s[1];let l;return e.modified()?(t=t.reflow(!0),l=t.SOURCE):l=t.modified(qt(e.field))?t.ADD_MOD:t.ADD,t.visit(l,n?c=>{const f=i(c);c[a]=f,c[u]=f==null?null:r+o*(1+(f-r)/o)}:c=>c[a]=i(c)),t.modifies(n?s:a)},_bins(e){if(this.value&&!e.modified())return this.value;const t=e.field,n=OF(e),i=n.step;let r=n.start,o=r+Math.ceil((n.stop-r)/i)*i,s,a;(s=e.anchor)!=null&&(a=s-(r+i*Math.floor((s-r)/i)),r+=a,o+=a);const u=function(l){let c=Ut(t(l));return c==null?null:c<r?-1/0:c>o?1/0:(c=Math.max(r,Math.min(c,o-i)),r+i*Math.floor(T4+(c-r)/i))};return u.start=r,u.stop=n.stop,u.step=i,this.value=_n(u,qt(t),e.name||"bin_"+Ze(t))}});function XF(e,t,n){const i=e;let r=t||[],o=n||[],s={},a=0;return{add:u=>o.push(u),remove:u=>s[i(u)]=++a,size:()=>r.length,data:(u,l)=>(a&&(r=r.filter(c=>!s[i(c)]),s={},a=0),l&&u&&r.sort(u),o.length&&(r=u?SC(u,r,o.sort(u)):r.concat(o),o=[]),r)}}function rv(e){D.call(this,[],e)}rv.Definition={type:"Collect",metadata:{source:!0},params:[{name:"sort",type:"compare"}]};G(rv,D,{transform(e,t){const n=t.fork(t.ALL),i=XF(ie,this.value,n.materialize(n.ADD).add),r=e.sort,o=t.changed()||r&&(e.modified("sort")||t.modified(r.fields));return n.visit(n.REM,i.remove),this.modified(o),this.value=n.source=i.data(ia(r),o),t.source&&t.source.root&&(this.value.root=t.source.root),n}});function KF(e){Ie.call(this,null,M4,e)}G(KF,Ie);function M4(e){return this.value&&!e.modified()?this.value:vb(e.fields,e.orders)}function ov(e){D.call(this,null,e)}ov.Definition={type:"CountPattern",metadata:{generates:!0,changes:!0},params:[{name:"field",type:"field",required:!0},{name:"case",type:"enum",values:["upper","lower","mixed"],default:"mixed"},{name:"pattern",type:"string",default:'[\\w"]+'},{name:"stopwords",type:"string",default:""},{name:"as",type:"string",array:!0,length:2,default:["text","count"]}]};function D4(e,t,n){switch(t){case"upper":e=e.toUpperCase();break;case"lower":e=e.toLowerCase();break}return e.match(n)}G(ov,D,{transform(e,t){const n=f=>d=>{for(var h=D4(a(d),e.case,o)||[],p,g=0,m=h.length;g<m;++g)s.test(p=h[g])||f(p)},i=this._parameterCheck(e,t),r=this._counts,o=this._match,s=this._stop,a=e.field,u=e.as||["text","count"],l=n(f=>r[f]=1+(r[f]||0)),c=n(f=>r[f]-=1);return i?t.visit(t.SOURCE,l):(t.visit(t.ADD,l),t.visit(t.REM,c)),this._finish(t,u)},_parameterCheck(e,t){let n=!1;return(e.modified("stopwords")||!this._stop)&&(this._stop=new RegExp("^"+(e.stopwords||"")+"$","i"),n=!0),(e.modified("pattern")||!this._match)&&(this._match=new RegExp(e.pattern||"[\\w']+","g"),n=!0),(e.modified("field")||t.modified(e.field.fields))&&(n=!0),n&&(this._counts={}),n},_finish(e,t){const n=this._counts,i=this._tuples||(this._tuples={}),r=t[0],o=t[1],s=e.fork(e.NO_SOURCE|e.NO_FIELDS);let a,u,l;for(a in n)u=i[a],l=n[a]||0,!u&&l?(i[a]=u=Ce({}),u[r]=a,u[o]=l,s.add.push(u)):l===0?(u&&s.rem.push(u),n[a]=null,i[a]=null):u[o]!==l&&(u[o]=l,s.mod.push(u));return s.modifies(t)}});function sv(e){D.call(this,null,e)}sv.Definition={type:"Cross",metadata:{generates:!0},params:[{name:"filter",type:"expr"},{name:"as",type:"string",array:!0,length:2,default:["a","b"]}]};G(sv,D,{transform(e,t){const n=t.fork(t.NO_SOURCE),i=e.as||["a","b"],r=i[0],o=i[1],s=!this.value||t.changed(t.ADD_REM)||e.modified("as")||e.modified("filter");let a=this.value;return s?(a&&(n.rem=a),a=t.materialize(t.SOURCE).source,n.add=this.value=O4(a,r,o,e.filter||Zn)):n.mod=a,n.source=this.value,n.modifies(i)}});function O4(e,t,n,i){for(var r=[],o={},s=e.length,a=0,u,l;a<s;++a)for(o[t]=l=e[a],u=0;u<s;++u)o[n]=e[u],i(o)&&(r.push(Ce(o)),o={},o[t]=l);return r}const dS={kde:Wb,mixture:IF,normal:qb,lognormal:PF,uniform:zF},R4="distributions",hS="function",N4="field";function JF(e,t){const n=e[hS];J(dS,n)||O("Unknown distribution function: "+n);const i=dS[n]();for(const r in e)r===N4?i.data((e.from||t()).map(e[r])):r===R4?i[r](e[r].map(o=>JF(o,t))):typeof i[r]===hS&&i[r](e[r]);return i}function av(e){D.call(this,null,e)}const QF=[{key:{function:"normal"},params:[{name:"mean",type:"number",default:0},{name:"stdev",type:"number",default:1}]},{key:{function:"lognormal"},params:[{name:"mean",type:"number",default:0},{name:"stdev",type:"number",default:1}]},{key:{function:"uniform"},params:[{name:"min",type:"number",default:0},{name:"max",type:"number",default:1}]},{key:{function:"kde"},params:[{name:"field",type:"field",required:!0},{name:"from",type:"data"},{name:"bandwidth",type:"number",default:0}]}],L4={key:{function:"mixture"},params:[{name:"distributions",type:"param",array:!0,params:QF},{name:"weights",type:"number",array:!0}]};av.Definition={type:"Density",metadata:{generates:!0},params:[{name:"extent",type:"number",array:!0,length:2},{name:"steps",type:"number"},{name:"minsteps",type:"number",default:25},{name:"maxsteps",type:"number",default:200},{name:"method",type:"string",default:"pdf",values:["pdf","cdf"]},{name:"distribution",type:"param",params:QF.concat(L4)},{name:"as",type:"string",array:!0,default:["value","density"]}]};G(av,D,{transform(e,t){const n=t.fork(t.NO_SOURCE|t.NO_FIELDS);if(!this.value||t.changed()||e.modified()){const i=JF(e.distribution,P4(t)),r=e.steps||e.minsteps||25,o=e.steps||e.maxsteps||200;let s=e.method||"pdf";s!=="pdf"&&s!=="cdf"&&O("Invalid density method: "+s),!e.extent&&!i.data&&O("Missing density extent parameter."),s=i[s];const a=e.as||["value","density"],u=e.extent||Qi(i.data()),l=Mp(s,u,r,o).map(c=>{const f={};return f[a[0]]=c[0],f[a[1]]=c[1],Ce(f)});this.value&&(n.rem=this.value),this.value=n.add=n.source=l}return n}});function P4(e){return()=>e.materialize(e.SOURCE).source}function ZF(e,t){return e?e.map((n,i)=>t[i]||Ze(n)):null}function uv(e,t,n){const i=[],r=f=>f(u);let o,s,a,u,l,c;if(t==null)i.push(e.map(n));else for(o={},s=0,a=e.length;s<a;++s)u=e[s],l=t.map(r),c=o[l],c||(o[l]=c=[],c.dims=l,i.push(c)),c.push(n(u));return i}const eT="bin";function lv(e){D.call(this,null,e)}lv.Definition={type:"DotBin",metadata:{modifies:!0},params:[{name:"field",type:"field",required:!0},{name:"groupby",type:"field",array:!0},{name:"step",type:"number"},{name:"smooth",type:"boolean",default:!1},{name:"as",type:"string",default:eT}]};const I4=(e,t)=>Ic(Qi(e,t))/30;G(lv,D,{transform(e,t){if(this.value&&!(e.modified()||t.changed()))return t;const n=t.materialize(t.SOURCE).source,i=uv(t.source,e.groupby,Vt),r=e.smooth||!1,o=e.field,s=e.step||I4(n,o),a=ia((p,g)=>o(p)-o(g)),u=e.as||eT,l=i.length;let c=1/0,f=-1/0,d=0,h;for(;d<l;++d){const p=i[d].sort(a);h=-1;for(const g of NF(p,s,r,o))g<c&&(c=g),g>f&&(f=g),p[++h][u]=g}return this.value={start:c,stop:f,step:s},t.reflow(!0).modifies(u)}});function tT(e){Ie.call(this,null,z4,e),this.modified(!0)}G(tT,Ie);function z4(e){const t=e.expr;return this.value&&!e.modified("expr")?this.value:_n(n=>t(n,e),qt(t),Ze(t))}function cv(e){D.call(this,[void 0,void 0],e)}cv.Definition={type:"Extent",metadata:{},params:[{name:"field",type:"field",required:!0}]};G(cv,D,{transform(e,t){const n=this.value,i=e.field,r=t.changed()||t.modified(i.fields)||e.modified("field");let o=n[0],s=n[1];if((r||o==null)&&(o=1/0,s=-1/0),t.visit(r?t.SOURCE:t.ADD,a=>{const u=Ut(i(a));u!=null&&(u<o&&(o=u),u>s&&(s=u))}),!Number.isFinite(o)||!Number.isFinite(s)){let a=Ze(i);a&&(a=` for field "${a}"`),t.dataflow.warn(`Infinite extent${a}: [${o}, ${s}]`),o=s=void 0}this.value=[o,s]}});function fv(e,t){Ie.call(this,e),this.parent=t,this.count=0}G(fv,Ie,{connect(e){return this.detachSubflow=e.detachSubflow,this.targets().add(e),e.source=this},add(e){this.count+=1,this.value.add.push(e)},rem(e){this.count-=1,this.value.rem.push(e)},mod(e){this.value.mod.push(e)},init(e){this.value.init(e,e.NO_SOURCE)},evaluate(){return this.value}});function Dp(e){D.call(this,{},e),this._keys=Lu();const t=this._targets=[];t.active=0,t.forEach=n=>{for(let i=0,r=t.active;i<r;++i)n(t[i],i,t)}}G(Dp,D,{activate(e){this._targets[this._targets.active++]=e},subflow(e,t,n,i){const r=this.value;let o=J(r,e)&&r[e],s,a;return o?o.value.stamp<n.stamp&&(o.init(n),this.activate(o)):(a=i||(a=this._group[e])&&a.tuple,s=n.dataflow,o=new fv(n.fork(n.NO_SOURCE),this),s.add(o).connect(t(s,e,a)),r[e]=o,this.activate(o)),o},clean(){const e=this.value;let t=0;for(const n in e)if(e[n].count===0){const i=e[n].detachSubflow;i&&i(),delete e[n],++t}if(t){const n=this._targets.filter(i=>i&&i.count>0);this.initTargets(n)}},initTargets(e){const t=this._targets,n=t.length,i=e?e.length:0;let r=0;for(;r<i;++r)t[r]=e[r];for(;r<n&&t[r]!=null;++r)t[r]=null;t.active=i},transform(e,t){const n=t.dataflow,i=e.key,r=e.subflow,o=this._keys,s=e.modified("key"),a=u=>this.subflow(u,r,t);return this._group=e.group||{},this.initTargets(),t.visit(t.REM,u=>{const l=ie(u),c=o.get(l);c!==void 0&&(o.delete(l),a(c).rem(u))}),t.visit(t.ADD,u=>{const l=i(u);o.set(ie(u),l),a(l).add(u)}),s||t.modified(i.fields)?t.visit(t.MOD,u=>{const l=ie(u),c=o.get(l),f=i(u);c===f?a(f).mod(u):(o.set(l,f),a(c).rem(u),a(f).add(u))}):t.changed(t.MOD)&&t.visit(t.MOD,u=>{a(o.get(ie(u))).mod(u)}),s&&t.visit(t.REFLOW,u=>{const l=ie(u),c=o.get(l),f=i(u);c!==f&&(o.set(l,f),a(c).rem(u),a(f).add(u))}),t.clean()?n.runAfter(()=>{this.clean(),o.clean()}):o.empty>n.cleanThreshold&&n.runAfter(o.clean),t}});function nT(e){Ie.call(this,null,B4,e)}G(nT,Ie);function B4(e){return this.value&&!e.modified()?this.value:P(e.name)?K(e.name).map(t=>Qn(t)):Qn(e.name,e.as)}function dv(e){D.call(this,Lu(),e)}dv.Definition={type:"Filter",metadata:{changes:!0},params:[{name:"expr",type:"expr",required:!0}]};G(dv,D,{transform(e,t){const n=t.dataflow,i=this.value,r=t.fork(),o=r.add,s=r.rem,a=r.mod,u=e.expr;let l=!0;t.visit(t.REM,f=>{const d=ie(f);i.has(d)?i.delete(d):s.push(f)}),t.visit(t.ADD,f=>{u(f,e)?o.push(f):i.set(ie(f),1)});function c(f){const d=ie(f),h=u(f,e),p=i.get(d);h&&p?(i.delete(d),o.push(f)):!h&&!p?(i.set(d,1),s.push(f)):l&&h&&!p&&a.push(f)}return t.visit(t.MOD,c),e.modified()&&(l=!1,t.visit(t.REFLOW,c)),i.empty>n.cleanThreshold&&n.runAfter(i.clean),r}});function hv(e){D.call(this,[],e)}hv.Definition={type:"Flatten",metadata:{generates:!0},params:[{name:"fields",type:"field",array:!0,required:!0},{name:"index",type:"string"},{name:"as",type:"string",array:!0}]};G(hv,D,{transform(e,t){const n=t.fork(t.NO_SOURCE),i=e.fields,r=ZF(i,e.as||[]),o=e.index||null,s=r.length;return n.rem=this.value,t.visit(t.SOURCE,a=>{const u=i.map(p=>p(a)),l=u.reduce((p,g)=>Math.max(p,g.length),0);let c=0,f,d,h;for(;c<l;++c){for(d=Lb(a),f=0;f<s;++f)d[r[f]]=(h=u[f][c])==null?null:h;o&&(d[o]=c),n.add.push(d)}}),this.value=n.source=n.add,o&&n.modifies(o),n.modifies(r)}});function pv(e){D.call(this,[],e)}pv.Definition={type:"Fold",metadata:{generates:!0},params:[{name:"fields",type:"field",array:!0,required:!0},{name:"as",type:"string",array:!0,length:2,default:["key","value"]}]};G(pv,D,{transform(e,t){const n=t.fork(t.NO_SOURCE),i=e.fields,r=i.map(Ze),o=e.as||["key","value"],s=o[0],a=o[1],u=i.length;return n.rem=this.value,t.visit(t.SOURCE,l=>{for(let c=0,f;c<u;++c)f=Lb(l),f[s]=r[c],f[a]=i[c](l),n.add.push(f)}),this.value=n.source=n.add,n.modifies(o)}});function gv(e){D.call(this,null,e)}gv.Definition={type:"Formula",metadata:{modifies:!0},params:[{name:"expr",type:"expr",required:!0},{name:"as",type:"string",required:!0},{name:"initonly",type:"boolean"}]};G(gv,D,{transform(e,t){const n=e.expr,i=e.as,r=e.modified(),o=e.initonly?t.ADD:r?t.SOURCE:t.modified(n.fields)||t.modified(i)?t.ADD_MOD:t.ADD;return r&&(t=t.materialize().reflow(!0)),e.initonly||t.modifies(i),t.visit(o,s=>s[i]=n(s,e))}});function iT(e){D.call(this,[],e)}G(iT,D,{transform(e,t){const n=t.fork(t.ALL),i=e.generator;let r=this.value,o=e.size-r.length,s,a,u;if(o>0){for(s=[];--o>=0;)s.push(u=Ce(i(e))),r.push(u);n.add=n.add.length?n.materialize(n.ADD).add.concat(s):s}else a=r.slice(0,-o),n.rem=n.rem.length?n.materialize(n.REM).rem.concat(a):a,r=r.slice(-o);return n.source=this.value=r,n}});const Tf={value:"value",median:RC,mean:TI,min:i1,max:_s},U4=[];function mv(e){D.call(this,[],e)}mv.Definition={type:"Impute",metadata:{changes:!0},params:[{name:"field",type:"field",required:!0},{name:"key",type:"field",required:!0},{name:"keyvals",array:!0},{name:"groupby",type:"field",array:!0},{name:"method",type:"enum",default:"value",values:["value","mean","median","max","min"]},{name:"value",default:0}]};function j4(e){var t=e.method||Tf.value,n;if(Tf[t]==null)O("Unrecognized imputation method: "+t);else return t===Tf.value?(n=e.value!==void 0?e.value:0,()=>n):Tf[t]}function q4(e){const t=e.field;return n=>n?t(n):NaN}G(mv,D,{transform(e,t){var n=t.fork(t.ALL),i=j4(e),r=q4(e),o=Ze(e.field),s=Ze(e.key),a=(e.groupby||[]).map(Ze),u=W4(t.source,e.groupby,e.key,e.keyvals),l=[],c=this.value,f=u.domain.length,d,h,p,g,m,y,b,v,x,E;for(m=0,v=u.length;m<v;++m)for(d=u[m],p=d.values,h=NaN,b=0;b<f;++b)if(d[b]==null){for(g=u.domain[b],E={_impute:!0},y=0,x=p.length;y<x;++y)E[a[y]]=p[y];E[s]=g,E[o]=Number.isNaN(h)?h=i(d,r):h,l.push(Ce(E))}return l.length&&(n.add=n.materialize(n.ADD).add.concat(l)),c.length&&(n.rem=n.materialize(n.REM).rem.concat(c)),this.value=l,n}});function W4(e,t,n,i){var r=y=>y(m),o=[],s=i?i.slice():[],a={},u={},l,c,f,d,h,p,g,m;for(s.forEach((y,b)=>a[y]=b+1),d=0,g=e.length;d<g;++d)m=e[d],p=n(m),h=a[p]||(a[p]=s.push(p)),c=(l=t?t.map(r):U4)+"",(f=u[c])||(f=u[c]=[],o.push(f),f.values=l),f[h-1]=m;return o.domain=s,o}function yv(e){Mo.call(this,e)}yv.Definition={type:"JoinAggregate",metadata:{modifies:!0},params:[{name:"groupby",type:"field",array:!0},{name:"fields",type:"field",null:!0,array:!0},{name:"ops",type:"enum",array:!0,values:Uc},{name:"as",type:"string",null:!0,array:!0},{name:"key",type:"field"}]};G(yv,Mo,{transform(e,t){const n=this,i=e.modified();let r;return n.value&&(i||t.modified(n._inputs,!0))?(r=n.value=i?n.init(e):{},t.visit(t.SOURCE,o=>n.add(o))):(r=n.value=n.value||this.init(e),t.visit(t.REM,o=>n.rem(o)),t.visit(t.ADD,o=>n.add(o))),n.changes(),t.visit(t.SOURCE,o=>{pe(o,r[n.cellkey(o)].tuple)}),t.reflow(i).modifies(this._outputs)},changes(){const e=this._adds,t=this._mods;let n,i;for(n=0,i=this._alen;n<i;++n)this.celltuple(e[n]),e[n]=null;for(n=0,i=this._mlen;n<i;++n)this.celltuple(t[n]),t[n]=null;this._alen=this._mlen=0}});function bv(e){D.call(this,null,e)}bv.Definition={type:"KDE",metadata:{generates:!0},params:[{name:"groupby",type:"field",array:!0},{name:"field",type:"field",required:!0},{name:"cumulative",type:"boolean",default:!1},{name:"counts",type:"boolean",default:!1},{name:"bandwidth",type:"number",default:0},{name:"extent",type:"number",array:!0,length:2},{name:"resolve",type:"enum",values:["shared","independent"],default:"independent"},{name:"steps",type:"number"},{name:"minsteps",type:"number",default:25},{name:"maxsteps",type:"number",default:200},{name:"as",type:"string",array:!0,default:["value","density"]}]};G(bv,D,{transform(e,t){const n=t.fork(t.NO_SOURCE|t.NO_FIELDS);if(!this.value||t.changed()||e.modified()){const i=t.materialize(t.SOURCE).source,r=uv(i,e.groupby,e.field),o=(e.groupby||[]).map(Ze),s=e.bandwidth,a=e.cumulative?"cdf":"pdf",u=e.as||["value","density"],l=[];let c=e.extent,f=e.steps||e.minsteps||25,d=e.steps||e.maxsteps||200;a!=="pdf"&&a!=="cdf"&&O("Invalid density method: "+a),e.resolve==="shared"&&(c||(c=Qi(i,e.field)),f=d=e.steps||d),r.forEach(h=>{const p=Wb(h,s)[a],g=e.counts?h.length:1,m=c||Qi(h);Mp(p,m,f,d).forEach(y=>{const b={};for(let v=0;v<o.length;++v)b[o[v]]=h.dims[v];b[u[0]]=y[0],b[u[1]]=y[1]*g,l.push(Ce(b))})}),this.value&&(n.rem=this.value),this.value=n.add=n.source=l}return n}});function rT(e){Ie.call(this,null,H4,e)}G(rT,Ie);function H4(e){return this.value&&!e.modified()?this.value:Eb(e.fields,e.flat)}function oT(e){D.call(this,[],e),this._pending=null}G(oT,D,{transform(e,t){const n=t.dataflow;return this._pending?Sm(this,t,this._pending):G4(e)?t.StopPropagation:e.values?Sm(this,t,n.parse(e.values,e.format)):e.async?{async:n.request(e.url,e.format).then(r=>(this._pending=K(r.data),o=>o.touch(this)))}:n.request(e.url,e.format).then(i=>Sm(this,t,K(i.data)))}});function G4(e){return e.modified("async")&&!(e.modified("values")||e.modified("url")||e.modified("format"))}function Sm(e,t,n){n.forEach(Ce);const i=t.fork(t.NO_FIELDS&t.NO_SOURCE);return i.rem=e.value,e.value=i.source=i.add=n,e._pending=null,i.rem.length&&i.clean(!0),i}function vv(e){D.call(this,{},e)}vv.Definition={type:"Lookup",metadata:{modifies:!0},params:[{name:"index",type:"index",params:[{name:"from",type:"data",required:!0},{name:"key",type:"field",required:!0}]},{name:"values",type:"field",array:!0},{name:"fields",type:"field",array:!0,required:!0},{name:"as",type:"string",array:!0},{name:"default",default:null}]};G(vv,D,{transform(e,t){const n=e.fields,i=e.index,r=e.values,o=e.default==null?null:e.default,s=e.modified(),a=n.length;let u=s?t.SOURCE:t.ADD,l=t,c=e.as,f,d,h;return r?(d=r.length,a>1&&!c&&O('Multi-field lookup requires explicit "as" parameter.'),c&&c.length!==a*d&&O('The "as" parameter has too few output field names.'),c=c||r.map(Ze),f=function(p){for(var g=0,m=0,y,b;g<a;++g)if(b=i.get(n[g](p)),b==null)for(y=0;y<d;++y,++m)p[c[m]]=o;else for(y=0;y<d;++y,++m)p[c[m]]=r[y](b)}):(c||O("Missing output field names."),f=function(p){for(var g=0,m;g<a;++g)m=i.get(n[g](p)),p[c[g]]=m??o}),s?l=t.reflow(!0):(h=n.some(p=>t.modified(p.fields)),u|=h?t.MOD:0),t.visit(u,f),l.modifies(c)}});function sT(e){Ie.call(this,null,V4,e)}G(sT,Ie);function V4(e){if(this.value&&!e.modified())return this.value;const t=e.extents,n=t.length;let i=1/0,r=-1/0,o,s;for(o=0;o<n;++o)s=t[o],s[0]<i&&(i=s[0]),s[1]>r&&(r=s[1]);return[i,r]}function aT(e){Ie.call(this,null,Y4,e)}G(aT,Ie);function Y4(e){return this.value&&!e.modified()?this.value:e.values.reduce((t,n)=>t.concat(n),[])}function uT(e){D.call(this,null,e)}G(uT,D,{transform(e,t){return this.modified(e.modified()),this.value=e,t.fork(t.NO_SOURCE|t.NO_FIELDS)}});function xv(e){Mo.call(this,e)}xv.Definition={type:"Pivot",metadata:{generates:!0,changes:!0},params:[{name:"groupby",type:"field",array:!0},{name:"field",type:"field",required:!0},{name:"value",type:"field",required:!0},{name:"op",type:"enum",values:Uc,default:"sum"},{name:"limit",type:"number",default:0},{name:"key",type:"field"}]};G(xv,Mo,{_transform:Mo.prototype.transform,transform(e,t){return this._transform(X4(e,t),t)}});function X4(e,t){const n=e.field,i=e.value,r=(e.op==="count"?"__count__":e.op)||"sum",o=qt(n).concat(qt(i)),s=J4(n,e.limit||0,t);return t.changed()&&e.set("__pivot__",null,null,!0),{key:e.key,groupby:e.groupby,ops:s.map(()=>r),fields:s.map(a=>K4(a,n,i,o)),as:s.map(a=>a+""),modified:e.modified.bind(e)}}function K4(e,t,n,i){return _n(r=>t(r)===e?n(r):NaN,i,e+"")}function J4(e,t,n){const i={},r=[];return n.visit(n.SOURCE,o=>{const s=e(o);i[s]||(i[s]=1,r.push(s))}),r.sort(Nu),t?r.slice(0,t):r}function lT(e){Dp.call(this,e)}G(lT,Dp,{transform(e,t){const n=e.subflow,i=e.field,r=o=>this.subflow(ie(o),n,t,o);return(e.modified("field")||i&&t.modified(qt(i)))&&O("PreFacet does not support field modification."),this.initTargets(),i?(t.visit(t.MOD,o=>{const s=r(o);i(o).forEach(a=>s.mod(a))}),t.visit(t.ADD,o=>{const s=r(o);i(o).forEach(a=>s.add(Ce(a)))}),t.visit(t.REM,o=>{const s=r(o);i(o).forEach(a=>s.rem(a))})):(t.visit(t.MOD,o=>r(o).mod(o)),t.visit(t.ADD,o=>r(o).add(o)),t.visit(t.REM,o=>r(o).rem(o))),t.clean()&&t.runAfter(()=>this.clean()),t}});function wv(e){D.call(this,null,e)}wv.Definition={type:"Project",metadata:{generates:!0,changes:!0},params:[{name:"fields",type:"field",array:!0},{name:"as",type:"string",null:!0,array:!0}]};G(wv,D,{transform(e,t){const n=t.fork(t.NO_SOURCE),i=e.fields,r=ZF(e.fields,e.as||[]),o=i?(a,u)=>Q4(a,u,i,r):_p;let s;return this.value?s=this.value:(t=t.addAll(),s=this.value={}),t.visit(t.REM,a=>{const u=ie(a);n.rem.push(s[u]),s[u]=null}),t.visit(t.ADD,a=>{const u=o(a,Ce({}));s[ie(a)]=u,n.add.push(u)}),t.visit(t.MOD,a=>{n.mod.push(o(a,s[ie(a)]))}),n}});function Q4(e,t,n,i){for(let r=0,o=n.length;r<o;++r)t[i[r]]=n[r](e);return t}function cT(e){D.call(this,null,e)}G(cT,D,{transform(e,t){return this.value=e.value,e.modified("value")?t.fork(t.NO_SOURCE|t.NO_FIELDS):t.StopPropagation}});function Ev(e){D.call(this,null,e)}Ev.Definition={type:"Quantile",metadata:{generates:!0,changes:!0},params:[{name:"groupby",type:"field",array:!0},{name:"field",type:"field",required:!0},{name:"probs",type:"number",array:!0},{name:"step",type:"number",default:.01},{name:"as",type:"string",array:!0,default:["prob","value"]}]};const Z4=1e-14;G(Ev,D,{transform(e,t){const n=t.fork(t.NO_SOURCE|t.NO_FIELDS),i=e.as||["prob","value"];if(this.value&&!e.modified()&&!t.changed())return n.source=this.value,n;const r=t.materialize(t.SOURCE).source,o=uv(r,e.groupby,e.field),s=(e.groupby||[]).map(Ze),a=[],u=e.step||.01,l=e.probs||Tn(u/2,1-Z4,u),c=l.length;return o.forEach(f=>{const d=zb(f,l);for(let h=0;h<c;++h){const p={};for(let g=0;g<s.length;++g)p[s[g]]=f.dims[g];p[i[0]]=l[h],p[i[1]]=d[h],a.push(Ce(p))}}),this.value&&(n.rem=this.value),this.value=n.add=n.source=a,n}});function fT(e){D.call(this,null,e)}G(fT,D,{transform(e,t){let n,i;return this.value?i=this.value:(n=t=t.addAll(),i=this.value={}),e.derive&&(n=t.fork(t.NO_SOURCE),t.visit(t.REM,r=>{const o=ie(r);n.rem.push(i[o]),i[o]=null}),t.visit(t.ADD,r=>{const o=Lb(r);i[ie(r)]=o,n.add.push(o)}),t.visit(t.MOD,r=>{const o=i[ie(r)];for(const s in r)o[s]=r[s],n.modifies(s);n.mod.push(o)})),n}});function Sv(e){D.call(this,[],e),this.count=0}Sv.Definition={type:"Sample",metadata:{},params:[{name:"size",type:"number",default:1e3}]};G(Sv,D,{transform(e,t){const n=t.fork(t.NO_SOURCE),i=e.modified("size"),r=e.size,o=this.value.reduce((c,f)=>(c[ie(f)]=1,c),{});let s=this.value,a=this.count,u=0;function l(c){let f,d;s.length<r?s.push(c):(d=~~((a+1)*ti()),d<s.length&&d>=u&&(f=s[d],o[ie(f)]&&n.rem.push(f),s[d]=c)),++a}if(t.rem.length&&(t.visit(t.REM,c=>{const f=ie(c);o[f]&&(o[f]=-1,n.rem.push(c)),--a}),s=s.filter(c=>o[ie(c)]!==-1)),(t.rem.length||i)&&s.length<r&&t.source&&(u=a=s.length,t.visit(t.SOURCE,c=>{o[ie(c)]||l(c)}),u=-1),i&&s.length>r){const c=s.length-r;for(let f=0;f<c;++f)o[ie(s[f])]=-1,n.rem.push(s[f]);s=s.slice(c)}return t.mod.length&&t.visit(t.MOD,c=>{o[ie(c)]&&n.mod.push(c)}),t.add.length&&t.visit(t.ADD,l),(t.add.length||u<0)&&(n.add=s.filter(c=>!o[ie(c)])),this.count=a,this.value=n.source=s,n}});function _v(e){D.call(this,null,e)}_v.Definition={type:"Sequence",metadata:{generates:!0,changes:!0},params:[{name:"start",type:"number",required:!0},{name:"stop",type:"number",required:!0},{name:"step",type:"number",default:1},{name:"as",type:"string",default:"data"}]};G(_v,D,{transform(e,t){if(this.value&&!e.modified())return;const n=t.materialize().fork(t.MOD),i=e.as||"data";return n.rem=this.value?t.rem.concat(this.value):t.rem,this.value=Tn(e.start,e.stop,e.step||1).map(r=>{const o={};return o[i]=r,Ce(o)}),n.add=t.add.concat(this.value),n}});function dT(e){D.call(this,null,e),this.modified(!0)}G(dT,D,{transform(e,t){return this.value=t.source,t.changed()?t.fork(t.NO_SOURCE|t.NO_FIELDS):t.StopPropagation}});function $v(e){D.call(this,null,e)}const hT=["unit0","unit1"];$v.Definition={type:"TimeUnit",metadata:{modifies:!0},params:[{name:"field",type:"field",required:!0},{name:"interval",type:"boolean",default:!0},{name:"units",type:"enum",values:Ab,array:!0},{name:"step",type:"number",default:1},{name:"maxbins",type:"number",default:40},{name:"extent",type:"date",array:!0},{name:"timezone",type:"enum",default:"local",values:["local","utc"]},{name:"as",type:"string",array:!0,length:2,default:hT}]};G($v,D,{transform(e,t){const n=e.field,i=e.interval!==!1,r=e.timezone==="utc",o=this._floor(e,t),s=(r?Bu:zu)(o.unit).offset,a=e.as||hT,u=a[0],l=a[1],c=o.step;let f=o.start||1/0,d=o.stop||-1/0,h=t.ADD;return(e.modified()||t.changed(t.REM)||t.modified(qt(n)))&&(t=t.reflow(!0),h=t.SOURCE,f=1/0,d=-1/0),t.visit(h,p=>{const g=n(p);let m,y;g==null?(p[u]=null,i&&(p[l]=null)):(p[u]=m=y=o(g),i&&(p[l]=y=s(m,c)),m<f&&(f=m),y>d&&(d=y))}),o.start=f,o.stop=d,t.modifies(i?a:u)},_floor(e,t){const n=e.timezone==="utc",{units:i,step:r}=e.units?{units:e.units,step:e.step||1}:iF({extent:e.extent||Qi(t.materialize(t.SOURCE).source,e.field),maxbins:e.maxbins}),o=Cb(i),s=this.value||{},a=(n?YC:VC)(o,r);return a.unit=Ee(o),a.units=o,a.step=r,a.start=s.start,a.stop=s.stop,this.value=a}});function pT(e){D.call(this,Lu(),e)}G(pT,D,{transform(e,t){const n=t.dataflow,i=e.field,r=this.value,o=a=>r.set(i(a),a);let s=!0;return e.modified("field")||t.modified(i.fields)?(r.clear(),t.visit(t.SOURCE,o)):t.changed()?(t.visit(t.REM,a=>r.delete(i(a))),t.visit(t.ADD,o)):s=!1,this.modified(s),r.empty>n.cleanThreshold&&n.runAfter(r.clean),t.fork()}});function gT(e){D.call(this,null,e)}G(gT,D,{transform(e,t){(!this.value||e.modified("field")||e.modified("sort")||t.changed()||e.sort&&t.modified(e.sort.fields))&&(this.value=(e.sort?t.source.slice().sort(ia(e.sort)):t.source).map(e.field))}});function e9(e,t,n,i){const r=hc[e](t,n);return{init:r.init||po,update:function(o,s){s[i]=r.next(o)}}}const hc={row_number:function(){return{next:e=>e.index+1}},rank:function(){let e;return{init:()=>e=1,next:t=>{const n=t.index,i=t.data;return n&&t.compare(i[n-1],i[n])?e=n+1:e}}},dense_rank:function(){let e;return{init:()=>e=1,next:t=>{const n=t.index,i=t.data;return n&&t.compare(i[n-1],i[n])?++e:e}}},percent_rank:function(){const e=hc.rank(),t=e.next;return{init:e.init,next:n=>(t(n)-1)/(n.data.length-1)}},cume_dist:function(){let e;return{init:()=>e=0,next:t=>{const n=t.data,i=t.compare;let r=t.index;if(e<r){for(;r+1<n.length&&!i(n[r],n[r+1]);)++r;e=r}return(1+e)/n.length}}},ntile:function(e,t){t=+t,t>0||O("ntile num must be greater than zero.");const n=hc.cume_dist(),i=n.next;return{init:n.init,next:r=>Math.ceil(t*i(r))}},lag:function(e,t){return t=+t||1,{next:n=>{const i=n.index-t;return i>=0?e(n.data[i]):null}}},lead:function(e,t){return t=+t||1,{next:n=>{const i=n.index+t,r=n.data;return i<r.length?e(r[i]):null}}},first_value:function(e){return{next:t=>e(t.data[t.i0])}},last_value:function(e){return{next:t=>e(t.data[t.i1-1])}},nth_value:function(e,t){return t=+t,t>0||O("nth_value nth must be greater than zero."),{next:n=>{const i=n.i0+(t-1);return i<n.i1?e(n.data[i]):null}}},prev_value:function(e){let t;return{init:()=>t=null,next:n=>{const i=e(n.data[n.index]);return i!=null?t=i:t}}},next_value:function(e){let t,n;return{init:()=>(t=null,n=-1),next:i=>{const r=i.data;return i.index<=n?t:(n=t9(e,r,i.index))<0?(n=r.length,t=null):t=e(r[n])}}}};function t9(e,t,n){for(let i=t.length;n<i;++n)if(e(t[n])!=null)return n;return-1}const n9=Object.keys(hc);function mT(e){const t=K(e.ops),n=K(e.fields),i=K(e.params),r=K(e.aggregate_params),o=K(e.as),s=this.outputs=[],a=this.windows=[],u={},l={},c=[],f=[];let d=!0;function h(p){K(qt(p)).forEach(g=>u[g]=1)}h(e.sort),t.forEach((p,g)=>{const m=n[g],y=i[g],b=r[g]||null,v=Ze(m),x=HF(p,v,o[g]);if(h(m),s.push(x),J(hc,p))a.push(e9(p,m,y,x));else{if(m==null&&p!=="count"&&O("Null aggregate field specified."),p==="count"){c.push(x);return}d=!1;let E=l[v];E||(E=l[v]=[],E.field=m,f.push(E)),E.push(GF(p,b,x))}}),(c.length||f.length)&&(this.cell=i9(f,c,d)),this.inputs=Object.keys(u)}const yT=mT.prototype;yT.init=function(){this.windows.forEach(e=>e.init()),this.cell&&this.cell.init()};yT.update=function(e,t){const n=this.cell,i=this.windows,r=e.data,o=i&&i.length;let s;if(n){for(s=e.p0;s<e.i0;++s)n.rem(r[s]);for(s=e.p1;s<e.i1;++s)n.add(r[s]);n.set(t)}for(s=0;s<o;++s)i[s].update(e,t)};function i9(e,t,n){e=e.map(u=>YF(u,u.field));const i={num:0,agg:null,store:!1,count:t};if(!n)for(var r=e.length,o=i.agg=Array(r),s=0;s<r;++s)o[s]=new e[s](i);if(i.store)var a=i.data=new nv;return i.add=function(u){if(i.num+=1,!n){a&&a.add(u);for(let l=0;l<r;++l)o[l].add(o[l].get(u),u)}},i.rem=function(u){if(i.num-=1,!n){a&&a.rem(u);for(let l=0;l<r;++l)o[l].rem(o[l].get(u),u)}},i.set=function(u){let l,c;for(a&&a.values(),l=0,c=t.length;l<c;++l)u[t[l]]=i.num;if(!n)for(l=0,c=o.length;l<c;++l)o[l].set(u)},i.init=function(){i.num=0,a&&a.reset();for(let u=0;u<r;++u)o[u].init()},i}function kv(e){D.call(this,{},e),this._mlen=0,this._mods=[]}kv.Definition={type:"Window",metadata:{modifies:!0},params:[{name:"sort",type:"compare"},{name:"groupby",type:"field",array:!0},{name:"ops",type:"enum",array:!0,values:n9.concat(Uc)},{name:"params",type:"number",null:!0,array:!0},{name:"aggregate_params",type:"number",null:!0,array:!0},{name:"fields",type:"field",null:!0,array:!0},{name:"as",type:"string",null:!0,array:!0},{name:"frame",type:"number",null:!0,array:!0,length:2,default:[null,0]},{name:"ignorePeers",type:"boolean",default:!1}]};G(kv,D,{transform(e,t){this.stamp=t.stamp;const n=e.modified(),i=ia(e.sort),r=p1(e.groupby),o=a=>this.group(r(a));let s=this.state;(!s||n)&&(s=this.state=new mT(e)),n||t.modified(s.inputs)?(this.value={},t.visit(t.SOURCE,a=>o(a).add(a))):(t.visit(t.REM,a=>o(a).remove(a)),t.visit(t.ADD,a=>o(a).add(a)));for(let a=0,u=this._mlen;a<u;++a)r9(this._mods[a],s,i,e);return this._mlen=0,this._mods=[],t.reflow(n).modifies(s.outputs)},group(e){let t=this.value[e];return t||(t=this.value[e]=XF(ie),t.stamp=-1),t.stamp<this.stamp&&(t.stamp=this.stamp,this._mods[this._mlen++]=t),t}});function r9(e,t,n,i){const r=i.sort,o=r&&!i.ignorePeers,s=i.frame||[null,0],a=e.data(n),u=a.length,l=o?up(r):null,c={i0:0,i1:0,p0:0,p1:0,index:0,data:a,compare:r||Yt(-1)};t.init();for(let f=0;f<u;++f)o9(c,s,f,u),o&&s9(c,l),t.update(c,a[f])}function o9(e,t,n,i){e.p0=e.i0,e.p1=e.i1,e.i0=t[0]==null?0:Math.max(0,n-Math.abs(t[0])),e.i1=t[1]==null?i:Math.min(i,n+Math.abs(t[1])+1),e.index=n}function s9(e,t){const n=e.i0,i=e.i1-1,r=e.compare,o=e.data,s=o.length-1;n>0&&!r(o[n],o[n-1])&&(e.i0=t.left(o,o[n])),i<s&&!r(o[i],o[i+1])&&(e.i1=t.right(o,o[i]))}const a9=Object.freeze(Object.defineProperty({__proto__:null,aggregate:Mo,bin:iv,collect:rv,compare:KF,countpattern:ov,cross:sv,density:av,dotbin:lv,expression:tT,extent:cv,facet:Dp,field:nT,filter:dv,flatten:hv,fold:pv,formula:gv,generate:iT,impute:mv,joinaggregate:yv,kde:bv,key:rT,load:oT,lookup:vv,multiextent:sT,multivalues:aT,params:uT,pivot:xv,prefacet:lT,project:wv,proxy:cT,quantile:Ev,relay:fT,sample:Sv,sequence:_v,sieve:dT,subflow:fv,timeunit:$v,tupleindex:pT,values:gT,window:kv},Symbol.toStringTag,{value:"Module"}));function Fe(e){return function(){return e}}const pS=Math.abs,Rt=Math.atan2,is=Math.cos,u9=Math.max,_m=Math.min,Li=Math.sin,ws=Math.sqrt,Lt=1e-12,nu=Math.PI,qd=nu/2,bT=2*nu;function l9(e){return e>1?0:e<-1?nu:Math.acos(e)}function gS(e){return e>=1?qd:e<=-1?-qd:Math.asin(e)}function Op(e){let t=3;return e.digits=function(n){if(!arguments.length)return t;if(n==null)t=null;else{const i=Math.floor(n);if(!(i>=0))throw new RangeError(`invalid digits: ${n}`);t=i}return e},()=>new KP(t)}function c9(e){return e.innerRadius}function f9(e){return e.outerRadius}function d9(e){return e.startAngle}function h9(e){return e.endAngle}function p9(e){return e&&e.padAngle}function g9(e,t,n,i,r,o,s,a){var u=n-e,l=i-t,c=s-r,f=a-o,d=f*u-c*l;if(!(d*d<Lt))return d=(c*(t-o)-f*(e-r))/d,[e+d*u,t+d*l]}function Mf(e,t,n,i,r,o,s){var a=e-n,u=t-i,l=(s?o:-o)/ws(a*a+u*u),c=l*u,f=-l*a,d=e+c,h=t+f,p=n+c,g=i+f,m=(d+p)/2,y=(h+g)/2,b=p-d,v=g-h,x=b*b+v*v,E=r-o,S=d*g-p*h,w=(v<0?-1:1)*ws(u9(0,E*E*x-S*S)),_=(S*v-b*w)/x,$=(-S*b-v*w)/x,A=(S*v+b*w)/x,F=(-S*b+v*w)/x,N=_-m,M=$-y,C=A-m,k=F-y;return N*N+M*M>C*C+k*k&&(_=A,$=F),{cx:_,cy:$,x01:-c,y01:-f,x11:_*(r/E-1),y11:$*(r/E-1)}}function m9(){var e=c9,t=f9,n=Fe(0),i=null,r=d9,o=h9,s=p9,a=null,u=Op(l);function l(){var c,f,d=+e.apply(this,arguments),h=+t.apply(this,arguments),p=r.apply(this,arguments)-qd,g=o.apply(this,arguments)-qd,m=pS(g-p),y=g>p;if(a||(a=c=u()),h<d&&(f=h,h=d,d=f),!(h>Lt))a.moveTo(0,0);else if(m>bT-Lt)a.moveTo(h*is(p),h*Li(p)),a.arc(0,0,h,p,g,!y),d>Lt&&(a.moveTo(d*is(g),d*Li(g)),a.arc(0,0,d,g,p,y));else{var b=p,v=g,x=p,E=g,S=m,w=m,_=s.apply(this,arguments)/2,$=_>Lt&&(i?+i.apply(this,arguments):ws(d*d+h*h)),A=_m(pS(h-d)/2,+n.apply(this,arguments)),F=A,N=A,M,C;if($>Lt){var k=gS($/d*Li(_)),T=gS($/h*Li(_));(S-=k*2)>Lt?(k*=y?1:-1,x+=k,E-=k):(S=0,x=E=(p+g)/2),(w-=T*2)>Lt?(T*=y?1:-1,b+=T,v-=T):(w=0,b=v=(p+g)/2)}var L=h*is(b),z=h*Li(b),I=d*is(E),Q=d*Li(E);if(A>Lt){var ue=h*is(v),oe=h*Li(v),de=d*is(x),Pe=d*Li(x),he;if(m<nu)if(he=g9(L,z,de,Pe,ue,oe,I,Q)){var Dt=L-he[0],ns=z-he[1],io=ue-he[0],Z=oe-he[1],ge=1/Li(l9((Dt*io+ns*Z)/(ws(Dt*Dt+ns*ns)*ws(io*io+Z*Z)))/2),be=ws(he[0]*he[0]+he[1]*he[1]);F=_m(A,(d-be)/(ge-1)),N=_m(A,(h-be)/(ge+1))}else F=N=0}w>Lt?N>Lt?(M=Mf(de,Pe,L,z,h,N,y),C=Mf(ue,oe,I,Q,h,N,y),a.moveTo(M.cx+M.x01,M.cy+M.y01),N<A?a.arc(M.cx,M.cy,N,Rt(M.y01,M.x01),Rt(C.y01,C.x01),!y):(a.arc(M.cx,M.cy,N,Rt(M.y01,M.x01),Rt(M.y11,M.x11),!y),a.arc(0,0,h,Rt(M.cy+M.y11,M.cx+M.x11),Rt(C.cy+C.y11,C.cx+C.x11),!y),a.arc(C.cx,C.cy,N,Rt(C.y11,C.x11),Rt(C.y01,C.x01),!y))):(a.moveTo(L,z),a.arc(0,0,h,b,v,!y)):a.moveTo(L,z),!(d>Lt)||!(S>Lt)?a.lineTo(I,Q):F>Lt?(M=Mf(I,Q,ue,oe,d,-F,y),C=Mf(L,z,de,Pe,d,-F,y),a.lineTo(M.cx+M.x01,M.cy+M.y01),F<A?a.arc(M.cx,M.cy,F,Rt(M.y01,M.x01),Rt(C.y01,C.x01),!y):(a.arc(M.cx,M.cy,F,Rt(M.y01,M.x01),Rt(M.y11,M.x11),!y),a.arc(0,0,d,Rt(M.cy+M.y11,M.cx+M.x11),Rt(C.cy+C.y11,C.cx+C.x11),y),a.arc(C.cx,C.cy,F,Rt(C.y11,C.x11),Rt(C.y01,C.x01),!y))):a.arc(0,0,d,E,x,y)}if(a.closePath(),c)return a=null,c+""||null}return l.centroid=function(){var c=(+e.apply(this,arguments)+ +t.apply(this,arguments))/2,f=(+r.apply(this,arguments)+ +o.apply(this,arguments))/2-nu/2;return[is(f)*c,Li(f)*c]},l.innerRadius=function(c){return arguments.length?(e=typeof c=="function"?c:Fe(+c),l):e},l.outerRadius=function(c){return arguments.length?(t=typeof c=="function"?c:Fe(+c),l):t},l.cornerRadius=function(c){return arguments.length?(n=typeof c=="function"?c:Fe(+c),l):n},l.padRadius=function(c){return arguments.length?(i=c==null?null:typeof c=="function"?c:Fe(+c),l):i},l.startAngle=function(c){return arguments.length?(r=typeof c=="function"?c:Fe(+c),l):r},l.endAngle=function(c){return arguments.length?(o=typeof c=="function"?c:Fe(+c),l):o},l.padAngle=function(c){return arguments.length?(s=typeof c=="function"?c:Fe(+c),l):s},l.context=function(c){return arguments.length?(a=c??null,l):a},l}function vT(e){return typeof e=="object"&&"length"in e?e:Array.from(e)}function xT(e){this._context=e}xT.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._point=0},lineEnd:function(){(this._line||this._line!==0&&this._point===1)&&this._context.closePath(),this._line=1-this._line},point:function(e,t){switch(e=+e,t=+t,this._point){case 0:this._point=1,this._line?this._context.lineTo(e,t):this._context.moveTo(e,t);break;case 1:this._point=2;default:this._context.lineTo(e,t);break}}};function Av(e){return new xT(e)}function wT(e){return e[0]}function ET(e){return e[1]}function ST(e,t){var n=Fe(!0),i=null,r=Av,o=null,s=Op(a);e=typeof e=="function"?e:e===void 0?wT:Fe(e),t=typeof t=="function"?t:t===void 0?ET:Fe(t);function a(u){var l,c=(u=vT(u)).length,f,d=!1,h;for(i==null&&(o=r(h=s())),l=0;l<=c;++l)!(l<c&&n(f=u[l],l,u))===d&&((d=!d)?o.lineStart():o.lineEnd()),d&&o.point(+e(f,l,u),+t(f,l,u));if(h)return o=null,h+""||null}return a.x=function(u){return arguments.length?(e=typeof u=="function"?u:Fe(+u),a):e},a.y=function(u){return arguments.length?(t=typeof u=="function"?u:Fe(+u),a):t},a.defined=function(u){return arguments.length?(n=typeof u=="function"?u:Fe(!!u),a):n},a.curve=function(u){return arguments.length?(r=u,i!=null&&(o=r(i)),a):r},a.context=function(u){return arguments.length?(u==null?i=o=null:o=r(i=u),a):i},a}function _T(e,t,n){var i=null,r=Fe(!0),o=null,s=Av,a=null,u=Op(l);e=typeof e=="function"?e:e===void 0?wT:Fe(+e),t=typeof t=="function"?t:Fe(t===void 0?0:+t),n=typeof n=="function"?n:n===void 0?ET:Fe(+n);function l(f){var d,h,p,g=(f=vT(f)).length,m,y=!1,b,v=new Array(g),x=new Array(g);for(o==null&&(a=s(b=u())),d=0;d<=g;++d){if(!(d<g&&r(m=f[d],d,f))===y)if(y=!y)h=d,a.areaStart(),a.lineStart();else{for(a.lineEnd(),a.lineStart(),p=d-1;p>=h;--p)a.point(v[p],x[p]);a.lineEnd(),a.areaEnd()}y&&(v[d]=+e(m,d,f),x[d]=+t(m,d,f),a.point(i?+i(m,d,f):v[d],n?+n(m,d,f):x[d]))}if(b)return a=null,b+""||null}function c(){return ST().defined(r).curve(s).context(o)}return l.x=function(f){return arguments.length?(e=typeof f=="function"?f:Fe(+f),i=null,l):e},l.x0=function(f){return arguments.length?(e=typeof f=="function"?f:Fe(+f),l):e},l.x1=function(f){return arguments.length?(i=f==null?null:typeof f=="function"?f:Fe(+f),l):i},l.y=function(f){return arguments.length?(t=typeof f=="function"?f:Fe(+f),n=null,l):t},l.y0=function(f){return arguments.length?(t=typeof f=="function"?f:Fe(+f),l):t},l.y1=function(f){return arguments.length?(n=f==null?null:typeof f=="function"?f:Fe(+f),l):n},l.lineX0=l.lineY0=function(){return c().x(e).y(t)},l.lineY1=function(){return c().x(e).y(n)},l.lineX1=function(){return c().x(i).y(t)},l.defined=function(f){return arguments.length?(r=typeof f=="function"?f:Fe(!!f),l):r},l.curve=function(f){return arguments.length?(s=f,o!=null&&(a=s(o)),l):s},l.context=function(f){return arguments.length?(f==null?o=a=null:a=s(o=f),l):o},l}const y9={draw(e,t){const n=ws(t/nu);e.moveTo(n,0),e.arc(0,0,n,0,bT)}};function b9(e,t){let n=null,i=Op(r);e=typeof e=="function"?e:Fe(e||y9),t=typeof t=="function"?t:Fe(t===void 0?64:+t);function r(){let o;if(n||(n=o=i()),e.apply(this,arguments).draw(n,+t.apply(this,arguments)),o)return n=null,o+""||null}return r.type=function(o){return arguments.length?(e=typeof o=="function"?o:Fe(o),r):e},r.size=function(o){return arguments.length?(t=typeof o=="function"?o:Fe(+o),r):t},r.context=function(o){return arguments.length?(n=o??null,r):n},r}function Do(){}function Wd(e,t,n){e._context.bezierCurveTo((2*e._x0+e._x1)/3,(2*e._y0+e._y1)/3,(e._x0+2*e._x1)/3,(e._y0+2*e._y1)/3,(e._x0+4*e._x1+t)/6,(e._y0+4*e._y1+n)/6)}function Rp(e){this._context=e}Rp.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._y0=this._y1=NaN,this._point=0},lineEnd:function(){switch(this._point){case 3:Wd(this,this._x1,this._y1);case 2:this._context.lineTo(this._x1,this._y1);break}(this._line||this._line!==0&&this._point===1)&&this._context.closePath(),this._line=1-this._line},point:function(e,t){switch(e=+e,t=+t,this._point){case 0:this._point=1,this._line?this._context.lineTo(e,t):this._context.moveTo(e,t);break;case 1:this._point=2;break;case 2:this._point=3,this._context.lineTo((5*this._x0+this._x1)/6,(5*this._y0+this._y1)/6);default:Wd(this,e,t);break}this._x0=this._x1,this._x1=e,this._y0=this._y1,this._y1=t}};function v9(e){return new Rp(e)}function $T(e){this._context=e}$T.prototype={areaStart:Do,areaEnd:Do,lineStart:function(){this._x0=this._x1=this._x2=this._x3=this._x4=this._y0=this._y1=this._y2=this._y3=this._y4=NaN,this._point=0},lineEnd:function(){switch(this._point){case 1:{this._context.moveTo(this._x2,this._y2),this._context.closePath();break}case 2:{this._context.moveTo((this._x2+2*this._x3)/3,(this._y2+2*this._y3)/3),this._context.lineTo((this._x3+2*this._x2)/3,(this._y3+2*this._y2)/3),this._context.closePath();break}case 3:{this.point(this._x2,this._y2),this.point(this._x3,this._y3),this.point(this._x4,this._y4);break}}},point:function(e,t){switch(e=+e,t=+t,this._point){case 0:this._point=1,this._x2=e,this._y2=t;break;case 1:this._point=2,this._x3=e,this._y3=t;break;case 2:this._point=3,this._x4=e,this._y4=t,this._context.moveTo((this._x0+4*this._x1+e)/6,(this._y0+4*this._y1+t)/6);break;default:Wd(this,e,t);break}this._x0=this._x1,this._x1=e,this._y0=this._y1,this._y1=t}};function x9(e){return new $T(e)}function kT(e){this._context=e}kT.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._y0=this._y1=NaN,this._point=0},lineEnd:function(){(this._line||this._line!==0&&this._point===3)&&this._context.closePath(),this._line=1-this._line},point:function(e,t){switch(e=+e,t=+t,this._point){case 0:this._point=1;break;case 1:this._point=2;break;case 2:this._point=3;var n=(this._x0+4*this._x1+e)/6,i=(this._y0+4*this._y1+t)/6;this._line?this._context.lineTo(n,i):this._context.moveTo(n,i);break;case 3:this._point=4;default:Wd(this,e,t);break}this._x0=this._x1,this._x1=e,this._y0=this._y1,this._y1=t}};function w9(e){return new kT(e)}function AT(e,t){this._basis=new Rp(e),this._beta=t}AT.prototype={lineStart:function(){this._x=[],this._y=[],this._basis.lineStart()},lineEnd:function(){var e=this._x,t=this._y,n=e.length-1;if(n>0)for(var i=e[0],r=t[0],o=e[n]-i,s=t[n]-r,a=-1,u;++a<=n;)u=a/n,this._basis.point(this._beta*e[a]+(1-this._beta)*(i+u*o),this._beta*t[a]+(1-this._beta)*(r+u*s));this._x=this._y=null,this._basis.lineEnd()},point:function(e,t){this._x.push(+e),this._y.push(+t)}};const E9=(function e(t){function n(i){return t===1?new Rp(i):new AT(i,t)}return n.beta=function(i){return e(+i)},n})(.85);function Hd(e,t,n){e._context.bezierCurveTo(e._x1+e._k*(e._x2-e._x0),e._y1+e._k*(e._y2-e._y0),e._x2+e._k*(e._x1-t),e._y2+e._k*(e._y1-n),e._x2,e._y2)}function Cv(e,t){this._context=e,this._k=(1-t)/6}Cv.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._x2=this._y0=this._y1=this._y2=NaN,this._point=0},lineEnd:function(){switch(this._point){case 2:this._context.lineTo(this._x2,this._y2);break;case 3:Hd(this,this._x1,this._y1);break}(this._line||this._line!==0&&this._point===1)&&this._context.closePath(),this._line=1-this._line},point:function(e,t){switch(e=+e,t=+t,this._point){case 0:this._point=1,this._line?this._context.lineTo(e,t):this._context.moveTo(e,t);break;case 1:this._point=2,this._x1=e,this._y1=t;break;case 2:this._point=3;default:Hd(this,e,t);break}this._x0=this._x1,this._x1=this._x2,this._x2=e,this._y0=this._y1,this._y1=this._y2,this._y2=t}};const S9=(function e(t){function n(i){return new Cv(i,t)}return n.tension=function(i){return e(+i)},n})(0);function Fv(e,t){this._context=e,this._k=(1-t)/6}Fv.prototype={areaStart:Do,areaEnd:Do,lineStart:function(){this._x0=this._x1=this._x2=this._x3=this._x4=this._x5=this._y0=this._y1=this._y2=this._y3=this._y4=this._y5=NaN,this._point=0},lineEnd:function(){switch(this._point){case 1:{this._context.moveTo(this._x3,this._y3),this._context.closePath();break}case 2:{this._context.lineTo(this._x3,this._y3),this._context.closePath();break}case 3:{this.point(this._x3,this._y3),this.point(this._x4,this._y4),this.point(this._x5,this._y5);break}}},point:function(e,t){switch(e=+e,t=+t,this._point){case 0:this._point=1,this._x3=e,this._y3=t;break;case 1:this._point=2,this._context.moveTo(this._x4=e,this._y4=t);break;case 2:this._point=3,this._x5=e,this._y5=t;break;default:Hd(this,e,t);break}this._x0=this._x1,this._x1=this._x2,this._x2=e,this._y0=this._y1,this._y1=this._y2,this._y2=t}};const _9=(function e(t){function n(i){return new Fv(i,t)}return n.tension=function(i){return e(+i)},n})(0);function Tv(e,t){this._context=e,this._k=(1-t)/6}Tv.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._x2=this._y0=this._y1=this._y2=NaN,this._point=0},lineEnd:function(){(this._line||this._line!==0&&this._point===3)&&this._context.closePath(),this._line=1-this._line},point:function(e,t){switch(e=+e,t=+t,this._point){case 0:this._point=1;break;case 1:this._point=2;break;case 2:this._point=3,this._line?this._context.lineTo(this._x2,this._y2):this._context.moveTo(this._x2,this._y2);break;case 3:this._point=4;default:Hd(this,e,t);break}this._x0=this._x1,this._x1=this._x2,this._x2=e,this._y0=this._y1,this._y1=this._y2,this._y2=t}};const $9=(function e(t){function n(i){return new Tv(i,t)}return n.tension=function(i){return e(+i)},n})(0);function Mv(e,t,n){var i=e._x1,r=e._y1,o=e._x2,s=e._y2;if(e._l01_a>Lt){var a=2*e._l01_2a+3*e._l01_a*e._l12_a+e._l12_2a,u=3*e._l01_a*(e._l01_a+e._l12_a);i=(i*a-e._x0*e._l12_2a+e._x2*e._l01_2a)/u,r=(r*a-e._y0*e._l12_2a+e._y2*e._l01_2a)/u}if(e._l23_a>Lt){var l=2*e._l23_2a+3*e._l23_a*e._l12_a+e._l12_2a,c=3*e._l23_a*(e._l23_a+e._l12_a);o=(o*l+e._x1*e._l23_2a-t*e._l12_2a)/c,s=(s*l+e._y1*e._l23_2a-n*e._l12_2a)/c}e._context.bezierCurveTo(i,r,o,s,e._x2,e._y2)}function CT(e,t){this._context=e,this._alpha=t}CT.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._x2=this._y0=this._y1=this._y2=NaN,this._l01_a=this._l12_a=this._l23_a=this._l01_2a=this._l12_2a=this._l23_2a=this._point=0},lineEnd:function(){switch(this._point){case 2:this._context.lineTo(this._x2,this._y2);break;case 3:this.point(this._x2,this._y2);break}(this._line||this._line!==0&&this._point===1)&&this._context.closePath(),this._line=1-this._line},point:function(e,t){if(e=+e,t=+t,this._point){var n=this._x2-e,i=this._y2-t;this._l23_a=Math.sqrt(this._l23_2a=Math.pow(n*n+i*i,this._alpha))}switch(this._point){case 0:this._point=1,this._line?this._context.lineTo(e,t):this._context.moveTo(e,t);break;case 1:this._point=2;break;case 2:this._point=3;default:Mv(this,e,t);break}this._l01_a=this._l12_a,this._l12_a=this._l23_a,this._l01_2a=this._l12_2a,this._l12_2a=this._l23_2a,this._x0=this._x1,this._x1=this._x2,this._x2=e,this._y0=this._y1,this._y1=this._y2,this._y2=t}};const k9=(function e(t){function n(i){return t?new CT(i,t):new Cv(i,0)}return n.alpha=function(i){return e(+i)},n})(.5);function FT(e,t){this._context=e,this._alpha=t}FT.prototype={areaStart:Do,areaEnd:Do,lineStart:function(){this._x0=this._x1=this._x2=this._x3=this._x4=this._x5=this._y0=this._y1=this._y2=this._y3=this._y4=this._y5=NaN,this._l01_a=this._l12_a=this._l23_a=this._l01_2a=this._l12_2a=this._l23_2a=this._point=0},lineEnd:function(){switch(this._point){case 1:{this._context.moveTo(this._x3,this._y3),this._context.closePath();break}case 2:{this._context.lineTo(this._x3,this._y3),this._context.closePath();break}case 3:{this.point(this._x3,this._y3),this.point(this._x4,this._y4),this.point(this._x5,this._y5);break}}},point:function(e,t){if(e=+e,t=+t,this._point){var n=this._x2-e,i=this._y2-t;this._l23_a=Math.sqrt(this._l23_2a=Math.pow(n*n+i*i,this._alpha))}switch(this._point){case 0:this._point=1,this._x3=e,this._y3=t;break;case 1:this._point=2,this._context.moveTo(this._x4=e,this._y4=t);break;case 2:this._point=3,this._x5=e,this._y5=t;break;default:Mv(this,e,t);break}this._l01_a=this._l12_a,this._l12_a=this._l23_a,this._l01_2a=this._l12_2a,this._l12_2a=this._l23_2a,this._x0=this._x1,this._x1=this._x2,this._x2=e,this._y0=this._y1,this._y1=this._y2,this._y2=t}};const A9=(function e(t){function n(i){return t?new FT(i,t):new Fv(i,0)}return n.alpha=function(i){return e(+i)},n})(.5);function TT(e,t){this._context=e,this._alpha=t}TT.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._x2=this._y0=this._y1=this._y2=NaN,this._l01_a=this._l12_a=this._l23_a=this._l01_2a=this._l12_2a=this._l23_2a=this._point=0},lineEnd:function(){(this._line||this._line!==0&&this._point===3)&&this._context.closePath(),this._line=1-this._line},point:function(e,t){if(e=+e,t=+t,this._point){var n=this._x2-e,i=this._y2-t;this._l23_a=Math.sqrt(this._l23_2a=Math.pow(n*n+i*i,this._alpha))}switch(this._point){case 0:this._point=1;break;case 1:this._point=2;break;case 2:this._point=3,this._line?this._context.lineTo(this._x2,this._y2):this._context.moveTo(this._x2,this._y2);break;case 3:this._point=4;default:Mv(this,e,t);break}this._l01_a=this._l12_a,this._l12_a=this._l23_a,this._l01_2a=this._l12_2a,this._l12_2a=this._l23_2a,this._x0=this._x1,this._x1=this._x2,this._x2=e,this._y0=this._y1,this._y1=this._y2,this._y2=t}};const C9=(function e(t){function n(i){return t?new TT(i,t):new Tv(i,0)}return n.alpha=function(i){return e(+i)},n})(.5);function MT(e){this._context=e}MT.prototype={areaStart:Do,areaEnd:Do,lineStart:function(){this._point=0},lineEnd:function(){this._point&&this._context.closePath()},point:function(e,t){e=+e,t=+t,this._point?this._context.lineTo(e,t):(this._point=1,this._context.moveTo(e,t))}};function F9(e){return new MT(e)}function mS(e){return e<0?-1:1}function yS(e,t,n){var i=e._x1-e._x0,r=t-e._x1,o=(e._y1-e._y0)/(i||r<0&&-0),s=(n-e._y1)/(r||i<0&&-0),a=(o*r+s*i)/(i+r);return(mS(o)+mS(s))*Math.min(Math.abs(o),Math.abs(s),.5*Math.abs(a))||0}function bS(e,t){var n=e._x1-e._x0;return n?(3*(e._y1-e._y0)/n-t)/2:t}function $m(e,t,n){var i=e._x0,r=e._y0,o=e._x1,s=e._y1,a=(o-i)/3;e._context.bezierCurveTo(i+a,r+a*t,o-a,s-a*n,o,s)}function Gd(e){this._context=e}Gd.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._y0=this._y1=this._t0=NaN,this._point=0},lineEnd:function(){switch(this._point){case 2:this._context.lineTo(this._x1,this._y1);break;case 3:$m(this,this._t0,bS(this,this._t0));break}(this._line||this._line!==0&&this._point===1)&&this._context.closePath(),this._line=1-this._line},point:function(e,t){var n=NaN;if(e=+e,t=+t,!(e===this._x1&&t===this._y1)){switch(this._point){case 0:this._point=1,this._line?this._context.lineTo(e,t):this._context.moveTo(e,t);break;case 1:this._point=2;break;case 2:this._point=3,$m(this,bS(this,n=yS(this,e,t)),n);break;default:$m(this,this._t0,n=yS(this,e,t));break}this._x0=this._x1,this._x1=e,this._y0=this._y1,this._y1=t,this._t0=n}}};function DT(e){this._context=new OT(e)}(DT.prototype=Object.create(Gd.prototype)).point=function(e,t){Gd.prototype.point.call(this,t,e)};function OT(e){this._context=e}OT.prototype={moveTo:function(e,t){this._context.moveTo(t,e)},closePath:function(){this._context.closePath()},lineTo:function(e,t){this._context.lineTo(t,e)},bezierCurveTo:function(e,t,n,i,r,o){this._context.bezierCurveTo(t,e,i,n,o,r)}};function T9(e){return new Gd(e)}function M9(e){return new DT(e)}function RT(e){this._context=e}RT.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x=[],this._y=[]},lineEnd:function(){var e=this._x,t=this._y,n=e.length;if(n)if(this._line?this._context.lineTo(e[0],t[0]):this._context.moveTo(e[0],t[0]),n===2)this._context.lineTo(e[1],t[1]);else for(var i=vS(e),r=vS(t),o=0,s=1;s<n;++o,++s)this._context.bezierCurveTo(i[0][o],r[0][o],i[1][o],r[1][o],e[s],t[s]);(this._line||this._line!==0&&n===1)&&this._context.closePath(),this._line=1-this._line,this._x=this._y=null},point:function(e,t){this._x.push(+e),this._y.push(+t)}};function vS(e){var t,n=e.length-1,i,r=new Array(n),o=new Array(n),s=new Array(n);for(r[0]=0,o[0]=2,s[0]=e[0]+2*e[1],t=1;t<n-1;++t)r[t]=1,o[t]=4,s[t]=4*e[t]+2*e[t+1];for(r[n-1]=2,o[n-1]=7,s[n-1]=8*e[n-1]+e[n],t=1;t<n;++t)i=r[t]/o[t-1],o[t]-=i,s[t]-=i*s[t-1];for(r[n-1]=s[n-1]/o[n-1],t=n-2;t>=0;--t)r[t]=(s[t]-r[t+1])/o[t];for(o[n-1]=(e[n]+r[n-1])/2,t=0;t<n-1;++t)o[t]=2*e[t+1]-r[t+1];return[r,o]}function D9(e){return new RT(e)}function Np(e,t){this._context=e,this._t=t}Np.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x=this._y=NaN,this._point=0},lineEnd:function(){0<this._t&&this._t<1&&this._point===2&&this._context.lineTo(this._x,this._y),(this._line||this._line!==0&&this._point===1)&&this._context.closePath(),this._line>=0&&(this._t=1-this._t,this._line=1-this._line)},point:function(e,t){switch(e=+e,t=+t,this._point){case 0:this._point=1,this._line?this._context.lineTo(e,t):this._context.moveTo(e,t);break;case 1:this._point=2;default:{if(this._t<=0)this._context.lineTo(this._x,t),this._context.lineTo(e,t);else{var n=this._x*(1-this._t)+e*this._t;this._context.lineTo(n,this._y),this._context.lineTo(n,t)}break}}this._x=e,this._y=t}};function O9(e){return new Np(e,.5)}function R9(e){return new Np(e,0)}function N9(e){return new Np(e,1)}function Co(e,t){if(typeof document<"u"&&document.createElement){const n=document.createElement("canvas");if(n&&n.getContext)return n.width=e,n.height=t,n}return null}const L9=()=>typeof Image<"u"?Image:null,g1=Symbol("implicit");function Dv(){var e=new UE,t=[],n=[],i=g1;function r(o){let s=e.get(o);if(s===void 0){if(i!==g1)return i;e.set(o,s=t.push(o)-1)}return n[s%n.length]}return r.domain=function(o){if(!arguments.length)return t.slice();t=[],e=new UE;for(const s of o)e.has(s)||e.set(s,t.push(s)-1);return r},r.range=function(o){return arguments.length?(n=Array.from(o),r):n.slice()},r.unknown=function(o){return arguments.length?(i=o,r):i},r.copy=function(){return Dv(t,n).unknown(i)},qo.apply(r,arguments),r}const NT=Math.PI/180,LT=180/Math.PI,Vd=18,PT=.96422,IT=1,zT=.82521,BT=4/29,ja=6/29,UT=3*ja*ja,P9=ja*ja*ja;function jT(e){if(e instanceof Vi)return new Vi(e.l,e.a,e.b,e.opacity);if(e instanceof Dr)return qT(e);e instanceof fp||(e=nC(e));var t=Fm(e.r),n=Fm(e.g),i=Fm(e.b),r=km((.2225045*t+.7168786*n+.0606169*i)/IT),o,s;return t===n&&n===i?o=s=r:(o=km((.4360747*t+.3850649*n+.1430804*i)/PT),s=km((.0139322*t+.0971045*n+.7141733*i)/zT)),new Vi(116*r-16,500*(o-r),200*(r-s),e.opacity)}function Yd(e,t,n,i){return arguments.length===1?jT(e):new Vi(e,t,n,i??1)}function Vi(e,t,n,i){this.l=+e,this.a=+t,this.b=+n,this.opacity=+i}lb(Vi,Yd,cb(fb,{brighter(e){return new Vi(this.l+Vd*(e??1),this.a,this.b,this.opacity)},darker(e){return new Vi(this.l-Vd*(e??1),this.a,this.b,this.opacity)},rgb(){var e=(this.l+16)/116,t=isNaN(this.a)?e:e+this.a/500,n=isNaN(this.b)?e:e-this.b/200;return t=PT*Am(t),e=IT*Am(e),n=zT*Am(n),new fp(Cm(3.1338561*t-1.6168667*e-.4906146*n),Cm(-.9787684*t+1.9161415*e+.033454*n),Cm(.0719453*t-.2289914*e+1.4052427*n),this.opacity)}}));function km(e){return e>P9?Math.pow(e,1/3):e/UT+BT}function Am(e){return e>ja?e*e*e:UT*(e-BT)}function Cm(e){return 255*(e<=.0031308?12.92*e:1.055*Math.pow(e,1/2.4)-.055)}function Fm(e){return(e/=255)<=.04045?e/12.92:Math.pow((e+.055)/1.055,2.4)}function I9(e){if(e instanceof Dr)return new Dr(e.h,e.c,e.l,e.opacity);if(e instanceof Vi||(e=jT(e)),e.a===0&&e.b===0)return new Dr(NaN,0<e.l&&e.l<100?0:NaN,e.l,e.opacity);var t=Math.atan2(e.b,e.a)*LT;return new Dr(t<0?t+360:t,Math.sqrt(e.a*e.a+e.b*e.b),e.l,e.opacity)}function Xd(e,t,n,i){return arguments.length===1?I9(e):new Dr(e,t,n,i??1)}function Dr(e,t,n,i){this.h=+e,this.c=+t,this.l=+n,this.opacity=+i}function qT(e){if(isNaN(e.h))return new Vi(e.l,0,0,e.opacity);var t=e.h*NT;return new Vi(e.l,Math.cos(t)*e.c,Math.sin(t)*e.c,e.opacity)}lb(Dr,Xd,cb(fb,{brighter(e){return new Dr(this.h,this.c,this.l+Vd*(e??1),this.opacity)},darker(e){return new Dr(this.h,this.c,this.l-Vd*(e??1),this.opacity)},rgb(){return qT(this).rgb()}}));var WT=-.14861,Ov=1.78277,Rv=-.29227,Lp=-.90649,pc=1.97294,xS=pc*Lp,wS=pc*Ov,ES=Ov*Rv-Lp*WT;function z9(e){if(e instanceof $s)return new $s(e.h,e.s,e.l,e.opacity);e instanceof fp||(e=nC(e));var t=e.r/255,n=e.g/255,i=e.b/255,r=(ES*i+xS*t-wS*n)/(ES+xS-wS),o=i-r,s=(pc*(n-r)-Rv*o)/Lp,a=Math.sqrt(s*s+o*o)/(pc*r*(1-r)),u=a?Math.atan2(s,o)*LT-120:NaN;return new $s(u<0?u+360:u,a,r,e.opacity)}function m1(e,t,n,i){return arguments.length===1?z9(e):new $s(e,t,n,i??1)}function $s(e,t,n,i){this.h=+e,this.s=+t,this.l=+n,this.opacity=+i}lb($s,m1,cb(fb,{brighter(e){return e=e==null?LE:Math.pow(LE,e),new $s(this.h,this.s,this.l*e,this.opacity)},darker(e){return e=e==null?NE:Math.pow(NE,e),new $s(this.h,this.s,this.l*e,this.opacity)},rgb(){var e=isNaN(this.h)?0:(this.h+120)*NT,t=+this.l,n=isNaN(this.s)?0:this.s*t*(1-t),i=Math.cos(e),r=Math.sin(e);return new fp(255*(t+n*(WT*i+Ov*r)),255*(t+n*(Rv*i+Lp*r)),255*(t+n*(pc*i)),this.opacity)}}));function B9(e){var t=e.length;return function(n){return e[Math.max(0,Math.min(t-1,Math.floor(n*t)))]}}function U9(e,t){var n=dp(+e,+t);return function(i){var r=n(i);return r-360*Math.floor(r/360)}}function HT(e){return function(t,n){var i=e((t=t1(t)).h,(n=t1(n)).h),r=Bt(t.s,n.s),o=Bt(t.l,n.l),s=Bt(t.opacity,n.opacity);return function(a){return t.h=i(a),t.s=r(a),t.l=o(a),t.opacity=s(a),t+""}}}const j9=HT(dp);var q9=HT(Bt);function W9(e,t){var n=Bt((e=Yd(e)).l,(t=Yd(t)).l),i=Bt(e.a,t.a),r=Bt(e.b,t.b),o=Bt(e.opacity,t.opacity);return function(s){return e.l=n(s),e.a=i(s),e.b=r(s),e.opacity=o(s),e+""}}function GT(e){return function(t,n){var i=e((t=Xd(t)).h,(n=Xd(n)).h),r=Bt(t.c,n.c),o=Bt(t.l,n.l),s=Bt(t.opacity,n.opacity);return function(a){return t.h=i(a),t.c=r(a),t.l=o(a),t.opacity=s(a),t+""}}}const H9=GT(dp);var G9=GT(Bt);function VT(e){return(function t(n){n=+n;function i(r,o){var s=e((r=m1(r)).h,(o=m1(o)).h),a=Bt(r.s,o.s),u=Bt(r.l,o.l),l=Bt(r.opacity,o.opacity);return function(c){return r.h=s(c),r.s=a(c),r.l=u(Math.pow(c,n)),r.opacity=l(c),r+""}}return i.gamma=t,i})(1)}const V9=VT(dp);var Y9=VT(Bt);function Nv(e,t){t===void 0&&(t=e,e=Lc);for(var n=0,i=t.length-1,r=t[0],o=new Array(i<0?0:i);n<i;)o[n]=e(r,r=t[++n]);return function(s){var a=Math.max(0,Math.min(i-1,Math.floor(s*=i)));return o[a](s-a)}}function X9(e,t){for(var n=new Array(t),i=0;i<t;++i)n[i]=e(i/(t-1));return n}const K9=Object.freeze(Object.defineProperty({__proto__:null,interpolate:Lc,interpolateArray:zP,interpolateBasis:BP,interpolateBasisClosed:UP,interpolateCubehelix:V9,interpolateCubehelixLong:Y9,interpolateDate:jP,interpolateDiscrete:B9,interpolateHcl:H9,interpolateHclLong:G9,interpolateHsl:j9,interpolateHslLong:q9,interpolateHue:U9,interpolateLab:W9,interpolateNumber:qP,interpolateNumberArray:WP,interpolateObject:HP,interpolateRgb:GP,interpolateRgbBasis:VP,interpolateRgbBasisClosed:YP,interpolateRound:lp,interpolateString:XP,interpolateTransformCss:JP,interpolateTransformSvg:QP,interpolateZoom:ZP,piecewise:Nv,quantize:X9},Symbol.toStringTag,{value:"Module"}));function YT(e){var t;function n(i){return i==null||isNaN(i=+i)?t:i}return n.invert=n,n.domain=n.range=function(i){return arguments.length?(e=Array.from(i,OE),n):e.slice()},n.unknown=function(i){return arguments.length?(t=i,n):t},n.copy=function(){return YT(e).unknown(t)},e=arguments.length?Array.from(e,OE):[0,1],Mu(n)}function XT(e,t){e=e.slice();var n=0,i=e.length-1,r=e[n],o=e[i],s;return o<r&&(s=n,n=i,i=s,s=r,r=o,o=s),e[n]=t.floor(r),e[i]=t.ceil(o),e}function SS(e){return Math.log(e)}function _S(e){return Math.exp(e)}function J9(e){return-Math.log(-e)}function Q9(e){return-Math.exp(-e)}function Z9(e){return isFinite(e)?+("1e"+e):e<0?0:e}function e8(e){return e===10?Z9:e===Math.E?Math.exp:t=>Math.pow(e,t)}function t8(e){return e===Math.E?Math.log:e===10&&Math.log10||e===2&&Math.log2||(e=Math.log(e),t=>Math.log(t)/e)}function $S(e){return(t,n)=>-e(-t,n)}function Lv(e){const t=e(SS,_S),n=t.domain;let i=10,r,o;function s(){return r=t8(i),o=e8(i),n()[0]<0?(r=$S(r),o=$S(o),e(J9,Q9)):e(SS,_S),t}return t.base=function(a){return arguments.length?(i=+a,s()):i},t.domain=function(a){return arguments.length?(n(a),s()):n()},t.ticks=a=>{const u=n();let l=u[0],c=u[u.length-1];const f=c<l;f&&([l,c]=[c,l]);let d=r(l),h=r(c),p,g;const m=a==null?10:+a;let y=[];if(!(i%1)&&h-d<m){if(d=Math.floor(d),h=Math.ceil(h),l>0){for(;d<=h;++d)for(p=1;p<i;++p)if(g=d<0?p/o(-d):p*o(d),!(g<l)){if(g>c)break;y.push(g)}}else for(;d<=h;++d)for(p=i-1;p>=1;--p)if(g=d>0?p/o(-d):p*o(d),!(g<l)){if(g>c)break;y.push(g)}y.length*2<m&&(y=RE(l,c,m))}else y=RE(d,h,Math.min(h-d,m)).map(o);return f?y.reverse():y},t.tickFormat=(a,u)=>{if(a==null&&(a=10),u==null&&(u=i===10?"s":","),typeof u!="function"&&(!(i%1)&&(u=e1(u)).precision==null&&(u.trim=!0),u=tC(u)),a===1/0)return u;const l=Math.max(1,i*a/t.ticks().length);return c=>{let f=c/o(Math.round(r(c)));return f*i<i-.5&&(f*=i),f<=l?u(c):""}},t.nice=()=>n(XT(n(),{floor:a=>o(Math.floor(r(a))),ceil:a=>o(Math.ceil(r(a)))})),t}function KT(){const e=Lv(ub()).domain([1,10]);return e.copy=()=>cp(e,KT()).base(e.base()),qo.apply(e,arguments),e}function kS(e){return function(t){return Math.sign(t)*Math.log1p(Math.abs(t/e))}}function AS(e){return function(t){return Math.sign(t)*Math.expm1(Math.abs(t))*e}}function Pv(e){var t=1,n=e(kS(t),AS(t));return n.constant=function(i){return arguments.length?e(kS(t=+i),AS(t)):t},Mu(n)}function JT(){var e=Pv(ub());return e.copy=function(){return cp(e,JT()).constant(e.constant())},qo.apply(e,arguments)}function CS(e){return function(t){return t<0?-Math.pow(-t,e):Math.pow(t,e)}}function n8(e){return e<0?-Math.sqrt(-e):Math.sqrt(e)}function i8(e){return e<0?-e*e:e*e}function Iv(e){var t=e(go,go),n=1;function i(){return n===1?e(go,go):n===.5?e(n8,i8):e(CS(n),CS(1/n))}return t.exponent=function(r){return arguments.length?(n=+r,i()):n},Mu(t)}function zv(){var e=Iv(ub());return e.copy=function(){return cp(e,zv()).exponent(e.exponent())},qo.apply(e,arguments),e}function r8(){return zv.apply(null,arguments).exponent(.5)}function QT(){var e=[],t=[],n=[],i;function r(){var s=0,a=Math.max(1,t.length);for(n=new Array(a-1);++s<a;)n[s-1]=OC(e,s/a);return o}function o(s){return s==null||isNaN(s=+s)?i:t[Ka(n,s)]}return o.invertExtent=function(s){var a=t.indexOf(s);return a<0?[NaN,NaN]:[a>0?n[a-1]:e[0],a<n.length?n[a]:e[e.length-1]]},o.domain=function(s){if(!arguments.length)return e.slice();e=[];for(let a of s)a!=null&&!isNaN(a=+a)&&e.push(a);return e.sort(uc),r()},o.range=function(s){return arguments.length?(t=Array.from(s),r()):t.slice()},o.unknown=function(s){return arguments.length?(i=s,o):i},o.quantiles=function(){return n.slice()},o.copy=function(){return QT().domain(e).range(t).unknown(i)},qo.apply(o,arguments)}function ZT(){var e=0,t=1,n=1,i=[.5],r=[0,1],o;function s(u){return u!=null&&u<=u?r[Ka(i,u,0,n)]:o}function a(){var u=-1;for(i=new Array(n);++u<n;)i[u]=((u+1)*t-(u-n)*e)/(n+1);return s}return s.domain=function(u){return arguments.length?([e,t]=u,e=+e,t=+t,a()):[e,t]},s.range=function(u){return arguments.length?(n=(r=Array.from(u)).length-1,a()):r.slice()},s.invertExtent=function(u){var l=r.indexOf(u);return l<0?[NaN,NaN]:l<1?[e,i[0]]:l>=n?[i[n-1],t]:[i[l-1],i[l]]},s.unknown=function(u){return arguments.length&&(o=u),s},s.thresholds=function(){return i.slice()},s.copy=function(){return ZT().domain([e,t]).range(r).unknown(o)},qo.apply(Mu(s),arguments)}function o8(e){return new Date(e)}function s8(e){return e instanceof Date?+e:+new Date(+e)}function Bv(e,t,n,i,r,o,s,a,u,l){var c=DP(),f=c.invert,d=c.domain,h=l(".%L"),p=l(":%S"),g=l("%I:%M"),m=l("%I %p"),y=l("%a %d"),b=l("%b %d"),v=l("%B"),x=l("%Y");function E(S){return(u(S)<S?h:a(S)<S?p:s(S)<S?g:o(S)<S?m:i(S)<S?r(S)<S?y:b:n(S)<S?v:x)(S)}return c.invert=function(S){return new Date(f(S))},c.domain=function(S){return arguments.length?d(Array.from(S,s8)):d().map(o8)},c.ticks=function(S){var w=d();return e(w[0],w[w.length-1],S??10)},c.tickFormat=function(S,w){return w==null?E:l(w)},c.nice=function(S){var w=d();return(!S||typeof S.range!="function")&&(S=t(w[0],w[w.length-1],S??10)),S?d(XT(w,S)):c},c.copy=function(){return cp(c,Bv(e,t,n,i,r,o,s,a,u,l))},c}function a8(){return qo.apply(Bv(HI,GI,Zi,lc,Pu,Nr,bp,mp,Mr,Tb).domain([new Date(2e3,0,1),new Date(2e3,0,2)]),arguments)}function u8(){return qo.apply(Bv(qI,WI,er,cc,Iu,ko,vp,yp,Mr,Mb).domain([Date.UTC(2e3,0,1),Date.UTC(2e3,0,2)]),arguments)}function Pp(){var e=0,t=1,n,i,r,o,s=go,a=!1,u;function l(f){return f==null||isNaN(f=+f)?u:s(r===0?.5:(f=(o(f)-n)*r,a?Math.max(0,Math.min(1,f)):f))}l.domain=function(f){return arguments.length?([e,t]=f,n=o(e=+e),i=o(t=+t),r=n===i?0:1/(i-n),l):[e,t]},l.clamp=function(f){return arguments.length?(a=!!f,l):a},l.interpolator=function(f){return arguments.length?(s=f,l):s};function c(f){return function(d){var h,p;return arguments.length?([h,p]=d,s=f(h,p),l):[s(0),s(1)]}}return l.range=c(Lc),l.rangeRound=c(lp),l.unknown=function(f){return arguments.length?(u=f,l):u},function(f){return o=f,n=f(e),i=f(t),r=n===i?0:1/(i-n),l}}function Ho(e,t){return t.domain(e.domain()).interpolator(e.interpolator()).clamp(e.clamp()).unknown(e.unknown())}function Uv(){var e=Mu(Pp()(go));return e.copy=function(){return Ho(e,Uv())},Wo.apply(e,arguments)}function eM(){var e=Lv(Pp()).domain([1,10]);return e.copy=function(){return Ho(e,eM()).base(e.base())},Wo.apply(e,arguments)}function tM(){var e=Pv(Pp());return e.copy=function(){return Ho(e,tM()).constant(e.constant())},Wo.apply(e,arguments)}function jv(){var e=Iv(Pp());return e.copy=function(){return Ho(e,jv()).exponent(e.exponent())},Wo.apply(e,arguments)}function l8(){return jv.apply(null,arguments).exponent(.5)}function Ip(){var e=0,t=.5,n=1,i=1,r,o,s,a,u,l=go,c,f=!1,d;function h(g){return isNaN(g=+g)?d:(g=.5+((g=+c(g))-o)*(i*g<i*o?a:u),l(f?Math.max(0,Math.min(1,g)):g))}h.domain=function(g){return arguments.length?([e,t,n]=g,r=c(e=+e),o=c(t=+t),s=c(n=+n),a=r===o?0:.5/(o-r),u=o===s?0:.5/(s-o),i=o<r?-1:1,h):[e,t,n]},h.clamp=function(g){return arguments.length?(f=!!g,h):f},h.interpolator=function(g){return arguments.length?(l=g,h):l};function p(g){return function(m){var y,b,v;return arguments.length?([y,b,v]=m,l=Nv(g,[y,b,v]),h):[l(0),l(.5),l(1)]}}return h.range=p(Lc),h.rangeRound=p(lp),h.unknown=function(g){return arguments.length?(d=g,h):d},function(g){return c=g,r=g(e),o=g(t),s=g(n),a=r===o?0:.5/(o-r),u=o===s?0:.5/(s-o),i=o<r?-1:1,h}}function nM(){var e=Mu(Ip()(go));return e.copy=function(){return Ho(e,nM())},Wo.apply(e,arguments)}function iM(){var e=Lv(Ip()).domain([.1,1,10]);return e.copy=function(){return Ho(e,iM()).base(e.base())},Wo.apply(e,arguments)}function rM(){var e=Pv(Ip());return e.copy=function(){return Ho(e,rM()).constant(e.constant())},Wo.apply(e,arguments)}function qv(){var e=Iv(Ip());return e.copy=function(){return Ho(e,qv()).exponent(e.exponent())},Wo.apply(e,arguments)}function c8(){return qv.apply(null,arguments).exponent(.5)}function ur(e){for(var t=e.length/6|0,n=new Array(t),i=0;i<t;)n[i]="#"+e.slice(i*6,++i*6);return n}const f8=ur("1f77b4ff7f0e2ca02cd627289467bd8c564be377c27f7f7fbcbd2217becf"),d8=ur("7fc97fbeaed4fdc086ffff99386cb0f0027fbf5b17666666"),h8=ur("1b9e77d95f027570b3e7298a66a61ee6ab02a6761d666666"),p8=ur("4269d0efb118ff725c6cc5b03ca951ff8ab7a463f297bbf59c6b4e9498a0"),g8=ur("a6cee31f78b4b2df8a33a02cfb9a99e31a1cfdbf6fff7f00cab2d66a3d9affff99b15928"),m8=ur("fbb4aeb3cde3ccebc5decbe4fed9a6ffffcce5d8bdfddaecf2f2f2"),y8=ur("b3e2cdfdcdaccbd5e8f4cae4e6f5c9fff2aef1e2cccccccc"),b8=ur("e41a1c377eb84daf4a984ea3ff7f00ffff33a65628f781bf999999"),v8=ur("66c2a5fc8d628da0cbe78ac3a6d854ffd92fe5c494b3b3b3"),x8=ur("8dd3c7ffffb3bebadafb807280b1d3fdb462b3de69fccde5d9d9d9bc80bdccebc5ffed6f");function Wv(e,t,n){const i=e-t+n*2;return e?i>0?i:1:0}const w8="identity",iu="linear",qr="log",jc="pow",qc="sqrt",zp="symlog",Rs="time",Ns="utc",Yi="sequential",ju="diverging",ru="quantile",Bp="quantize",Up="threshold",Hv="ordinal",y1="point",oM="band",Gv="bin-ordinal",ht="continuous",Wc="discrete",Hc="discretizing",oi="interpolating",Vv="temporal";function E8(e){return function(t){let n=t[0],i=t[1],r;return i<n&&(r=n,n=i,i=r),[e.invert(n),e.invert(i)]}}function S8(e){return function(t){const n=e.range();let i=t[0],r=t[1],o=-1,s,a,u,l;for(r<i&&(a=i,i=r,r=a),u=0,l=n.length;u<l;++u)n[u]>=i&&n[u]<=r&&(o<0&&(o=u),s=u);if(!(o<0))return i=e.invertExtent(n[o]),r=e.invertExtent(n[s]),[i[0]===void 0?i[1]:i[0],r[1]===void 0?r[0]:r[1]]}}function Yv(){const e=Dv().unknown(void 0),t=e.domain,n=e.range;let i=[0,1],r,o,s=!1,a=0,u=0,l=.5;delete e.unknown;function c(){const f=t().length,d=i[1]<i[0],h=i[1-d],p=Wv(f,a,u);let g=i[d-0];r=(h-g)/(p||1),s&&(r=Math.floor(r)),g+=(h-g-r*(f-a))*l,o=r*(1-a),s&&(g=Math.round(g),o=Math.round(o));const m=Tn(f).map(y=>g+r*y);return n(d?m.reverse():m)}return e.domain=function(f){return arguments.length?(t(f),c()):t()},e.range=function(f){return arguments.length?(i=[+f[0],+f[1]],c()):i.slice()},e.rangeRound=function(f){return i=[+f[0],+f[1]],s=!0,c()},e.bandwidth=function(){return o},e.step=function(){return r},e.round=function(f){return arguments.length?(s=!!f,c()):s},e.padding=function(f){return arguments.length?(u=Math.max(0,Math.min(1,f)),a=u,c()):a},e.paddingInner=function(f){return arguments.length?(a=Math.max(0,Math.min(1,f)),c()):a},e.paddingOuter=function(f){return arguments.length?(u=Math.max(0,Math.min(1,f)),c()):u},e.align=function(f){return arguments.length?(l=Math.max(0,Math.min(1,f)),c()):l},e.invertRange=function(f){if(f[0]==null||f[1]==null)return;const d=i[1]<i[0],h=d?n().reverse():n(),p=h.length-1;let g=+f[0],m=+f[1],y,b,v;if(!(g!==g||m!==m)&&(m<g&&(v=g,g=m,m=v),!(m<h[0]||g>i[1-d])))return y=Math.max(0,Ka(h,g)-1),b=g===m?y:Ka(h,m)-1,g-h[y]>o+1e-10&&++y,d&&(v=y,y=p-b,b=p-v),y>b?void 0:t().slice(y,b+1)},e.invert=function(f){const d=e.invertRange([f,f]);return d&&d[0]},e.copy=function(){return Yv().domain(t()).range(i).round(s).paddingInner(a).paddingOuter(u).align(l)},c()}function sM(e){const t=e.copy;return e.padding=e.paddingOuter,delete e.paddingInner,e.copy=function(){return sM(t())},e}function _8(){return sM(Yv().paddingInner(1))}var $8=Array.prototype.map;function k8(e){return $8.call(e,Ut)}const A8=Array.prototype.slice;function aM(){let e=[],t=[];function n(i){return i==null||i!==i?void 0:t[(Ka(e,i)-1)%t.length]}return n.domain=function(i){return arguments.length?(e=k8(i),n):e.slice()},n.range=function(i){return arguments.length?(t=A8.call(i),n):t.slice()},n.tickFormat=function(i,r){return NP(e[0],Ee(e),i??10,r)},n.copy=function(){return aM().domain(n.domain()).range(n.range())},n}const Kd=new Map,uM=Symbol("vega_scale");function lM(e){return e[uM]=!0,e}function FS(e){return e&&e[uM]===!0}function C8(e,t,n){const i=function(){const o=t();return o.invertRange||(o.invertRange=o.invert?E8(o):o.invertExtent?S8(o):void 0),o.type=e,lM(o)};return i.metadata=wi(K(n)),i}function Ae(e,t,n){return arguments.length>1?(Kd.set(e,C8(e,t,n)),this):cM(e)?Kd.get(e):void 0}Ae(w8,YT);Ae(iu,OP,ht);Ae(qr,KT,[ht,qr]);Ae(jc,zv,ht);Ae(qc,r8,ht);Ae(zp,JT,ht);Ae(Rs,a8,[ht,Vv]);Ae(Ns,u8,[ht,Vv]);Ae(Yi,Uv,[ht,oi]);Ae(`${Yi}-${iu}`,Uv,[ht,oi]);Ae(`${Yi}-${qr}`,eM,[ht,oi,qr]);Ae(`${Yi}-${jc}`,jv,[ht,oi]);Ae(`${Yi}-${qc}`,l8,[ht,oi]);Ae(`${Yi}-${zp}`,tM,[ht,oi]);Ae(`${ju}-${iu}`,nM,[ht,oi]);Ae(`${ju}-${qr}`,iM,[ht,oi,qr]);Ae(`${ju}-${jc}`,qv,[ht,oi]);Ae(`${ju}-${qc}`,c8,[ht,oi]);Ae(`${ju}-${zp}`,rM,[ht,oi]);Ae(ru,QT,[Hc,ru]);Ae(Bp,ZT,Hc);Ae(Up,RP,Hc);Ae(Gv,aM,[Wc,Hc]);Ae(Hv,Dv,Wc);Ae(oM,Yv,Wc);Ae(y1,_8,Wc);function cM(e){return Kd.has(e)}function oa(e,t){const n=Kd.get(e);return n&&n.metadata[t]}function Xv(e){return oa(e,ht)}function ou(e){return oa(e,Wc)}function b1(e){return oa(e,Hc)}function fM(e){return oa(e,qr)}function F8(e){return oa(e,Vv)}function dM(e){return oa(e,oi)}function hM(e){return oa(e,ru)}const T8=["clamp","base","constant","exponent"];function pM(e,t){const n=t[0],i=Ee(t)-n;return function(r){return e(n+r*i)}}function jp(e,t,n){return Nv(Kv(t||"rgb",n),e)}function gM(e,t){const n=new Array(t),i=t+1;for(let r=0;r<t;)n[r]=e(++r/i);return n}function mM(e,t,n){const i=n-t;let r,o,s;return!i||!Number.isFinite(i)?Yt(.5):(r=(o=e.type).indexOf("-"),o=r<0?o:o.slice(r+1),s=Ae(o)().domain([t,n]).range([0,1]),T8.forEach(a=>e[a]?s[a](e[a]()):0),s)}function Kv(e,t){const n=K9[M8(e)];return t!=null&&n&&n.gamma?n.gamma(t):n}function M8(e){return"interpolate"+e.toLowerCase().split("-").map(t=>t[0].toUpperCase()+t.slice(1)).join("")}const D8={blues:"cfe1f2bed8eca8cee58fc1de74b2d75ba3cf4592c63181bd206fb2125ca40a4a90",greens:"d3eecdc0e6baabdda594d3917bc77d60ba6c46ab5e329a512089430e7735036429",greys:"e2e2e2d4d4d4c4c4c4b1b1b19d9d9d8888887575756262624d4d4d3535351e1e1e",oranges:"fdd8b3fdc998fdb87bfda55efc9244f87f2cf06b18e4580bd14904b93d029f3303",purples:"e2e1efd4d4e8c4c5e0b4b3d6a3a0cc928ec3827cb97566ae684ea25c3696501f8c",reds:"fdc9b4fcb49afc9e80fc8767fa7051f6573fec3f2fdc2a25c81b1db21218970b13",blueGreen:"d5efedc1e8e0a7ddd18bd2be70c6a958ba9144ad77319c5d2089460e7736036429",bluePurple:"ccddecbad0e4a8c2dd9ab0d4919cc98d85be8b6db28a55a6873c99822287730f71",greenBlue:"d3eecec5e8c3b1e1bb9bd8bb82cec269c2ca51b2cd3c9fc7288abd1675b10b60a1",orangeRed:"fddcaffdcf9bfdc18afdad77fb9562f67d53ee6545e24932d32d1ebf130da70403",purpleBlue:"dbdaebc8cee4b1c3de97b7d87bacd15b9fc93a90c01e7fb70b70ab056199045281",purpleBlueGreen:"dbd8eac8cee4b0c3de93b7d872acd1549fc83892bb1c88a3097f8702736b016353",purpleRed:"dcc9e2d3b3d7ce9eccd186c0da6bb2e14da0e23189d91e6fc61159ab07498f023a",redPurple:"fccfccfcbec0faa9b8f98faff571a5ec539ddb3695c41b8aa908808d0179700174",yellowGreen:"e4f4acd1eca0b9e2949ed68880c97c62bb6e47aa5e3297502083440e723b036034",yellowOrangeBrown:"feeaa1fedd84fecc63feb746fca031f68921eb7215db5e0bc54c05ab3d038f3204",yellowOrangeRed:"fee087fed16ffebd59fea849fd903efc7335f9522bee3423de1b20ca0b22af0225",blueOrange:"134b852f78b35da2cb9dcae1d2e5eff2f0ebfce0bafbbf74e8932fc5690d994a07",brownBlueGreen:"704108a0651ac79548e3c78af3e6c6eef1eac9e9e48ed1c74da79e187a72025147",purpleGreen:"5b1667834792a67fb6c9aed3e6d6e8eff0efd9efd5aedda971bb75368e490e5e29",purpleOrange:"4114696647968f83b7b9b4d6dadbebf3eeeafce0bafbbf74e8932fc5690d994a07",redBlue:"8c0d25bf363adf745ef4ae91fbdbc9f2efeed2e5ef9dcae15da2cb2f78b3134b85",redGrey:"8c0d25bf363adf745ef4ae91fcdccbfaf4f1e2e2e2c0c0c0969696646464343434",yellowGreenBlue:"eff9bddbf1b4bde5b594d5b969c5be45b4c22c9ec02182b82163aa23479c1c3185",redYellowBlue:"a50026d4322cf16e43fcac64fedd90faf8c1dcf1ecabd6e875abd04a74b4313695",redYellowGreen:"a50026d4322cf16e43fcac63fedd8df9f7aed7ee8ea4d86e64bc6122964f006837",pinkYellowGreen:"8e0152c0267edd72adf0b3d6faddedf5f3efe1f2cab6de8780bb474f9125276419",spectral:"9e0142d13c4bf0704afcac63fedd8dfbf8b0e0f3a1a9dda269bda94288b55e4fa2",viridis:"440154470e61481a6c482575472f7d443a834144873d4e8a39568c35608d31688e2d708e2a788e27818e23888e21918d1f988b1fa08822a8842ab07f35b77943bf7154c56866cc5d7ad1518fd744a5db36bcdf27d2e21be9e51afde725",magma:"0000040404130b0924150e3720114b2c11603b0f704a107957157e651a80721f817f24828c29819a2e80a8327db6377ac43c75d1426fde4968e95462f1605df76f5cfa7f5efc8f65fe9f6dfeaf78febf84fece91fddea0fcedaffcfdbf",inferno:"0000040403130c0826170c3b240c4f330a5f420a68500d6c5d126e6b176e781c6d86216b932667a12b62ae305cbb3755c73e4cd24644dd513ae65c30ed6925f3771af8850ffb9506fca50afcb519fac62df6d645f2e661f3f484fcffa4",plasma:"0d088723069033059742039d5002a25d01a66a00a87801a88405a7900da49c179ea72198b12a90ba3488c33d80cb4779d35171da5a69e16462e76e5bed7953f2834cf68f44fa9a3dfca636fdb32ffec029fcce25f9dc24f5ea27f0f921",cividis:"00205100235800265d002961012b65042e670831690d346b11366c16396d1c3c6e213f6e26426e2c456e31476e374a6e3c4d6e42506e47536d4c566d51586e555b6e5a5e6e5e616e62646f66676f6a6a706e6d717270717573727976737c79747f7c75827f758682768985778c8877908b78938e789691789a94789e9778a19b78a59e77a9a177aea575b2a874b6ab73bbaf71c0b26fc5b66dc9b96acebd68d3c065d8c462ddc85fe2cb5ce7cf58ebd355f0d652f3da4ff7de4cfae249fce647",rainbow:"6e40aa883eb1a43db3bf3cafd83fa4ee4395fe4b83ff576eff6659ff7847ff8c38f3a130e2b72fcfcc36bee044aff05b8ff4576ff65b52f6673af27828ea8d1ddfa319d0b81cbecb23abd82f96e03d82e14c6edb5a5dd0664dbf6e40aa",sinebow:"ff4040fc582af47218e78d0bd5a703bfbf00a7d5038de70b72f41858fc2a40ff402afc5818f4720be78d03d5a700bfbf03a7d50b8de71872f42a58fc4040ff582afc7218f48d0be7a703d5bf00bfd503a7e70b8df41872fc2a58ff4040",turbo:"23171b32204a3e2a71453493493eae4b49c54a53d7485ee44569ee4074f53c7ff8378af93295f72e9ff42ba9ef28b3e926bce125c5d925cdcf27d5c629dcbc2de3b232e9a738ee9d3ff39347f68950f9805afc7765fd6e70fe667cfd5e88fc5795fb51a1f84badf545b9f140c5ec3cd0e637dae034e4d931ecd12ef4c92bfac029ffb626ffad24ffa223ff9821ff8d1fff821dff771cfd6c1af76118f05616e84b14df4111d5380fcb2f0dc0260ab61f07ac1805a313029b0f00950c00910b00",browns:"eedbbdecca96e9b97ae4a865dc9856d18954c7784cc0673fb85536ad44339f3632",tealBlues:"bce4d89dd3d181c3cb65b3c245a2b9368fae347da0306a932c5985",teals:"bbdfdfa2d4d58ac9c975bcbb61b0af4da5a43799982b8b8c1e7f7f127273006667",warmGreys:"dcd4d0cec5c1c0b8b4b3aaa7a59c9998908c8b827f7e7673726866665c5a59504e",goldGreen:"f4d166d5ca60b6c35c98bb597cb25760a6564b9c533f8f4f33834a257740146c36",goldOrange:"f4d166f8be5cf8aa4cf5983bf3852aef701be2621fd65322c54923b142239e3a26",goldRed:"f4d166f6be59f9aa51fc964ef6834bee734ae56249db5247cf4244c43141b71d3e",lightGreyRed:"efe9e6e1dad7d5cbc8c8bdb9bbaea9cd967ddc7b43e15f19df4011dc000b",lightGreyTeal:"e4eaead6dcddc8ced2b7c2c7a6b4bc64b0bf22a6c32295c11f85be1876bc",lightMulti:"e0f1f2c4e9d0b0de9fd0e181f6e072f6c053f3993ef77440ef4a3c",lightOrange:"f2e7daf7d5baf9c499fab184fa9c73f68967ef7860e8645bde515bd43d5b",lightTealBlue:"e3e9e0c0dccf9aceca7abfc859afc0389fb9328dad2f7ca0276b95255988",darkBlue:"3232322d46681a5c930074af008cbf05a7ce25c0dd38daed50f3faffffff",darkGold:"3c3c3c584b37725e348c7631ae8b2bcfa424ecc31ef9de30fff184ffffff",darkGreen:"3a3a3a215748006f4d048942489e4276b340a6c63dd2d836ffeb2cffffaa",darkMulti:"3737371f5287197d8c29a86995ce3fffe800ffffff",darkRed:"3434347036339e3c38cc4037e75d1eec8620eeab29f0ce32ffeb2c"},O8={accent:d8,category10:f8,category20:"1f77b4aec7e8ff7f0effbb782ca02c98df8ad62728ff98969467bdc5b0d58c564bc49c94e377c2f7b6d27f7f7fc7c7c7bcbd22dbdb8d17becf9edae5",category20b:"393b795254a36b6ecf9c9ede6379398ca252b5cf6bcedb9c8c6d31bd9e39e7ba52e7cb94843c39ad494ad6616be7969c7b4173a55194ce6dbdde9ed6",category20c:"3182bd6baed69ecae1c6dbefe6550dfd8d3cfdae6bfdd0a231a35474c476a1d99bc7e9c0756bb19e9ac8bcbddcdadaeb636363969696bdbdbdd9d9d9",dark2:h8,observable10:p8,paired:g8,pastel1:m8,pastel2:y8,set1:b8,set2:v8,set3:x8,tableau10:"4c78a8f58518e4575672b7b254a24beeca3bb279a2ff9da69d755dbab0ac",tableau20:"4c78a89ecae9f58518ffbf7954a24b88d27ab79a20f2cf5b43989483bcb6e45756ff9d9879706ebab0acd67195fcbfd2b279a2d6a5c99e765fd8b5a5"};function yM(e){if(P(e))return e;const t=e.length/6|0,n=new Array(t);for(let i=0;i<t;)n[i]="#"+e.slice(i*6,++i*6);return n}function bM(e,t){for(const n in e)Jv(n,t(e[n]))}const TS={};bM(O8,yM);bM(D8,e=>jp(yM(e)));function Jv(e,t){return e=e&&e.toLowerCase(),arguments.length>1?(TS[e]=t,this):TS[e]}const dd="symbol",R8="discrete",N8="gradient",L8=e=>P(e)?e.map(t=>String(t)):String(e),P8=(e,t)=>e[1]-t[1],I8=(e,t)=>t[1]-e[1];function Qv(e,t,n){let i;return $e(t)&&(e.bins&&(t=Math.max(t,e.bins.length)),n!=null&&(t=Math.min(t,Math.floor(Ic(e.domain())/n||1)+1))),Y(t)&&(i=t.step,t=t.interval),X(t)&&(t=e.type===Rs?zu(t):e.type==Ns?Bu(t):O("Only time and utc scales accept interval strings."),i&&(t=t.every(i))),t}function vM(e,t,n){let i=e.range(),r=i[0],o=Ee(i),s=P8;if(r>o&&(i=o,o=r,r=i,s=I8),r=Math.floor(r),o=Math.ceil(o),t=t.map(a=>[a,e(a)]).filter(a=>r<=a[1]&&a[1]<=o).sort(s).map(a=>a[0]),n>0&&t.length>1){const a=[t[0],Ee(t)];for(;t.length>n&&t.length>=3;)t=t.filter((u,l)=>!(l%2));t.length<3&&(t=a)}return t}function Zv(e,t){return e.bins?vM(e,e.bins,t):e.ticks?e.ticks(t):e.domain()}function xM(e,t,n,i,r,o){const s=t.type;let a=L8;if(s===Rs||r===Rs)a=e.timeFormat(i);else if(s===Ns||r===Ns)a=e.utcFormat(i);else if(fM(s)){const u=e.formatFloat(i);if(o||t.bins)a=u;else{const l=wM(t,n,!1);a=c=>l(c)?u(c):""}}else if(t.tickFormat){const u=t.domain();a=e.formatSpan(u[0],u[u.length-1],n,i)}else i&&(a=e.format(i));return a}function wM(e,t,n){const i=Zv(e,t),r=e.base(),o=Math.log(r),s=Math.max(1,r*t/i.length),a=u=>{let l=u/Math.pow(r,Math.round(Math.log(u)/o));return l*r<r-.5&&(l*=r),l<=s};return n?i.filter(a):a}const v1={[ru]:"quantiles",[Bp]:"thresholds",[Up]:"domain"},EM={[ru]:"quantiles",[Bp]:"domain"};function SM(e,t){return e.bins?U8(e.bins):e.type===qr?wM(e,t,!0):v1[e.type]?B8(e[v1[e.type]]()):Zv(e,t)}function z8(e,t,n){const i=t[EM[t.type]](),r=i.length;let o=r>1?i[1]-i[0]:i[0],s;for(s=1;s<r;++s)o=Math.min(o,i[s]-i[s-1]);return e.formatSpan(0,o,30,n)}function B8(e){const t=[-1/0].concat(e);return t.max=1/0,t}function U8(e){const t=e.slice(0,-1);return t.max=Ee(e),t}const j8=e=>v1[e.type]||e.bins;function _M(e,t,n,i,r,o,s){const a=EM[t.type]&&o!==Rs&&o!==Ns?z8(e,t,r):xM(e,t,n,r,o,s);return i===dd&&j8(t)?q8(a):i===R8?W8(a):H8(a)}const q8=e=>(t,n,i)=>{const r=MS(i[n+1],MS(i.max,1/0)),o=DS(t,e),s=DS(r,e);return o&&s?o+" – "+s:s?"< "+s:"≥ "+o},MS=(e,t)=>e??t,W8=e=>(t,n)=>n?e(t):null,H8=e=>t=>e(t),DS=(e,t)=>Number.isFinite(e)?t(e):null;function G8(e){const t=e.domain(),n=t.length-1;let i=+t[0],r=+Ee(t),o=r-i;if(e.type===Up){const s=n?o/n:.1;i-=s,r+=s,o=r-i}return s=>(s-i)/o}function V8(e,t,n,i){const r=i||t.type;return X(n)&&F8(r)&&(n=n.replace(/%a/g,"%A").replace(/%b/g,"%B")),!n&&r===Rs?e.timeFormat("%A, %d %B %Y, %X"):!n&&r===Ns?e.utcFormat("%A, %d %B %Y, %X UTC"):_M(e,t,5,null,n,i,!0)}function $M(e,t,n){n=n||{};const i=Math.max(3,n.maxlen||7),r=V8(e,t,n.format,n.formatType);if(b1(t.type)){const o=SM(t).slice(1).map(r),s=o.length;return`${s} boundar${s===1?"y":"ies"}: ${o.join(", ")}`}else if(ou(t.type)){const o=t.domain(),s=o.length,a=s>i?o.slice(0,i-2).map(r).join(", ")+", ending with "+o.slice(-1).map(r):o.map(r).join(", ");return`${s} value${s===1?"":"s"}: ${a}`}else{const o=t.domain();return`values from ${r(o[0])} to ${r(Ee(o))}`}}let kM=0;function Y8(){kM=0}const Jd="p_";function ex(e){return e&&e.gradient}function AM(e,t,n){const i=e.gradient;let r=e.id,o=i==="radial"?Jd:"";return r||(r=e.id="gradient_"+kM++,i==="radial"?(e.x1=Pi(e.x1,.5),e.y1=Pi(e.y1,.5),e.r1=Pi(e.r1,0),e.x2=Pi(e.x2,.5),e.y2=Pi(e.y2,.5),e.r2=Pi(e.r2,.5),o=Jd):(e.x1=Pi(e.x1,0),e.y1=Pi(e.y1,0),e.x2=Pi(e.x2,1),e.y2=Pi(e.y2,0))),t[r]=e,"url("+(n||"")+"#"+o+r+")"}function Pi(e,t){return e??t}function CM(e,t){var n=[],i;return i={gradient:"linear",x1:e?e[0]:0,y1:e?e[1]:0,x2:t?t[0]:1,y2:t?t[1]:0,stops:n,stop:function(r,o){return n.push({offset:r,color:o}),i}}}const OS={basis:{curve:v9},"basis-closed":{curve:x9},"basis-open":{curve:w9},bundle:{curve:E9,tension:"beta",value:.85},cardinal:{curve:S9,tension:"tension",value:0},"cardinal-open":{curve:$9,tension:"tension",value:0},"cardinal-closed":{curve:_9,tension:"tension",value:0},"catmull-rom":{curve:k9,tension:"alpha",value:.5},"catmull-rom-closed":{curve:A9,tension:"alpha",value:.5},"catmull-rom-open":{curve:C9,tension:"alpha",value:.5},linear:{curve:Av},"linear-closed":{curve:F9},monotone:{horizontal:M9,vertical:T9},natural:{curve:D9},step:{curve:O9},"step-after":{curve:N9},"step-before":{curve:R9}};function tx(e,t,n){var i=J(OS,e)&&OS[e],r=null;return i&&(r=i.curve||i[t||"vertical"],i.tension&&n!=null&&(r=r[i.tension](n))),r}const X8={m:2,l:2,h:1,v:1,z:0,c:6,s:4,q:4,t:2,a:7},K8=/[mlhvzcsqta]([^mlhvzcsqta]+|$)/gi,J8=/^[+-]?(([0-9]*\.[0-9]+)|([0-9]+\.)|([0-9]+))([eE][+-]?[0-9]+)?/,Q8=/^((\s+,?\s*)|(,\s*))/,Z8=/^[01]/;function su(e){const t=[];return(e.match(K8)||[]).forEach(i=>{let r=i[0];const o=r.toLowerCase(),s=X8[o],a=e7(o,s,i.slice(1).trim()),u=a.length;if(u<s||u&&u%s!==0)throw Error("Invalid SVG path, incorrect parameter count");if(t.push([r,...a.slice(0,s)]),u!==s){o==="m"&&(r=r==="M"?"L":"l");for(let l=s;l<u;l+=s)t.push([r,...a.slice(l,l+s)])}}),t}function e7(e,t,n){const i=[];for(let r=0;t&&r<n.length;)for(let o=0;o<t;++o){const s=e==="a"&&(o===3||o===4)?Z8:J8,a=n.slice(r).match(s);if(a===null)throw Error("Invalid SVG path, incorrect parameter type");r+=a[0].length,i.push(+a[0]);const u=n.slice(r).match(Q8);u!==null&&(r+=u[0].length)}return i}const Oo=Math.PI/180,t7=1e-14,ys=Math.PI/2,qi=Math.PI*2,wa=Math.sqrt(3)/2;var Tm={},Mm={},FM=[].join;function n7(e,t,n,i,r,o,s,a,u){const l=FM.call(arguments);if(Tm[l])return Tm[l];const c=s*Oo,f=Math.sin(c),d=Math.cos(c);n=Math.abs(n),i=Math.abs(i);const h=d*(a-e)*.5+f*(u-t)*.5,p=d*(u-t)*.5-f*(a-e)*.5;let g=h*h/(n*n)+p*p/(i*i);g>1&&(g=Math.sqrt(g),n*=g,i*=g);const m=d/n,y=f/n,b=-f/i,v=d/i,x=m*a+y*u,E=b*a+v*u,S=m*e+y*t,w=b*e+v*t;let $=1/((S-x)*(S-x)+(w-E)*(w-E))-.25;$<0&&($=0);let A=Math.sqrt($);o==r&&(A=-A);const F=.5*(x+S)-A*(w-E),N=.5*(E+w)+A*(S-x),M=Math.atan2(E-N,x-F);let k=Math.atan2(w-N,S-F)-M;k<0&&o===1?k+=qi:k>0&&o===0&&(k-=qi);const T=Math.ceil(Math.abs(k/(ys+.001))),L=[];for(let z=0;z<T;++z){const I=M+z*k/T,Q=M+(z+1)*k/T;L[z]=[F,N,I,Q,n,i,f,d]}return Tm[l]=L}function i7(e){const t=FM.call(e);if(Mm[t])return Mm[t];var n=e[0],i=e[1],r=e[2],o=e[3],s=e[4],a=e[5],u=e[6],l=e[7];const c=l*s,f=-u*a,d=u*s,h=l*a,p=Math.cos(r),g=Math.sin(r),m=Math.cos(o),y=Math.sin(o),b=.5*(o-r),v=Math.sin(b*.5),x=8/3*v*v/Math.sin(b),E=n+p-x*g,S=i+g+x*p,w=n+m,_=i+y,$=w+x*y,A=_-x*m;return Mm[t]=[c*E+f*S,d*E+h*S,c*$+f*A,d*$+h*A,c*w+f*_,d*w+h*_]}const jn=["l",0,0,0,0,0,0,0];function r7(e,t,n){const i=jn[0]=e[0];if(i==="a"||i==="A")jn[1]=t*e[1],jn[2]=n*e[2],jn[3]=e[3],jn[4]=e[4],jn[5]=e[5],jn[6]=t*e[6],jn[7]=n*e[7];else if(i==="h"||i==="H")jn[1]=t*e[1];else if(i==="v"||i==="V")jn[1]=n*e[1];else for(var r=1,o=e.length;r<o;++r)jn[r]=(r%2==1?t:n)*e[r];return jn}function gc(e,t,n,i,r,o){var s,a=null,u=0,l=0,c=0,f=0,d,h,p,g,m=0,y=0;n==null&&(n=0),i==null&&(i=0),r==null&&(r=1),o==null&&(o=r),e.beginPath&&e.beginPath();for(var b=0,v=t.length;b<v;++b){switch(s=t[b],(r!==1||o!==1)&&(s=r7(s,r,o)),s[0]){case"l":u+=s[1],l+=s[2],e.lineTo(u+n,l+i);break;case"L":u=s[1],l=s[2],e.lineTo(u+n,l+i);break;case"h":u+=s[1],e.lineTo(u+n,l+i);break;case"H":u=s[1],e.lineTo(u+n,l+i);break;case"v":l+=s[1],e.lineTo(u+n,l+i);break;case"V":l=s[1],e.lineTo(u+n,l+i);break;case"m":u+=s[1],l+=s[2],m=u,y=l,e.moveTo(u+n,l+i);break;case"M":u=s[1],l=s[2],m=u,y=l,e.moveTo(u+n,l+i);break;case"c":d=u+s[5],h=l+s[6],c=u+s[3],f=l+s[4],e.bezierCurveTo(u+s[1]+n,l+s[2]+i,c+n,f+i,d+n,h+i),u=d,l=h;break;case"C":u=s[5],l=s[6],c=s[3],f=s[4],e.bezierCurveTo(s[1]+n,s[2]+i,c+n,f+i,u+n,l+i);break;case"s":d=u+s[3],h=l+s[4],c=2*u-c,f=2*l-f,e.bezierCurveTo(c+n,f+i,u+s[1]+n,l+s[2]+i,d+n,h+i),c=u+s[1],f=l+s[2],u=d,l=h;break;case"S":d=s[3],h=s[4],c=2*u-c,f=2*l-f,e.bezierCurveTo(c+n,f+i,s[1]+n,s[2]+i,d+n,h+i),u=d,l=h,c=s[1],f=s[2];break;case"q":d=u+s[3],h=l+s[4],c=u+s[1],f=l+s[2],e.quadraticCurveTo(c+n,f+i,d+n,h+i),u=d,l=h;break;case"Q":d=s[3],h=s[4],e.quadraticCurveTo(s[1]+n,s[2]+i,d+n,h+i),u=d,l=h,c=s[1],f=s[2];break;case"t":d=u+s[1],h=l+s[2],a[0].match(/[QqTt]/)===null?(c=u,f=l):a[0]==="t"?(c=2*u-p,f=2*l-g):a[0]==="q"&&(c=2*u-c,f=2*l-f),p=c,g=f,e.quadraticCurveTo(c+n,f+i,d+n,h+i),u=d,l=h,c=u+s[1],f=l+s[2];break;case"T":d=s[1],h=s[2],c=2*u-c,f=2*l-f,e.quadraticCurveTo(c+n,f+i,d+n,h+i),u=d,l=h;break;case"a":RS(e,u+n,l+i,[s[1],s[2],s[3],s[4],s[5],s[6]+u+n,s[7]+l+i]),u+=s[6],l+=s[7];break;case"A":RS(e,u+n,l+i,[s[1],s[2],s[3],s[4],s[5],s[6]+n,s[7]+i]),u=s[6],l=s[7];break;case"z":case"Z":u=m,l=y,e.closePath();break}a=s}}function RS(e,t,n,i){const r=n7(i[5],i[6],i[0],i[1],i[3],i[4],i[2],t,n);for(let o=0;o<r.length;++o){const s=i7(r[o]);e.bezierCurveTo(s[0],s[1],s[2],s[3],s[4],s[5])}}const NS=.5773502691896257,LS={circle:{draw:function(e,t){const n=Math.sqrt(t)/2;e.moveTo(n,0),e.arc(0,0,n,0,qi)}},cross:{draw:function(e,t){var n=Math.sqrt(t)/2,i=n/2.5;e.moveTo(-n,-i),e.lineTo(-n,i),e.lineTo(-i,i),e.lineTo(-i,n),e.lineTo(i,n),e.lineTo(i,i),e.lineTo(n,i),e.lineTo(n,-i),e.lineTo(i,-i),e.lineTo(i,-n),e.lineTo(-i,-n),e.lineTo(-i,-i),e.closePath()}},diamond:{draw:function(e,t){const n=Math.sqrt(t)/2;e.moveTo(-n,0),e.lineTo(0,-n),e.lineTo(n,0),e.lineTo(0,n),e.closePath()}},square:{draw:function(e,t){var n=Math.sqrt(t),i=-n/2;e.rect(i,i,n,n)}},arrow:{draw:function(e,t){var n=Math.sqrt(t)/2,i=n/7,r=n/2.5,o=n/8;e.moveTo(-i,n),e.lineTo(i,n),e.lineTo(i,-o),e.lineTo(r,-o),e.lineTo(0,-n),e.lineTo(-r,-o),e.lineTo(-i,-o),e.closePath()}},wedge:{draw:function(e,t){var n=Math.sqrt(t)/2,i=wa*n,r=i-n*NS,o=n/4;e.moveTo(0,-i-r),e.lineTo(-o,i-r),e.lineTo(o,i-r),e.closePath()}},triangle:{draw:function(e,t){var n=Math.sqrt(t)/2,i=wa*n,r=i-n*NS;e.moveTo(0,-i-r),e.lineTo(-n,i-r),e.lineTo(n,i-r),e.closePath()}},"triangle-up":{draw:function(e,t){var n=Math.sqrt(t)/2,i=wa*n;e.moveTo(0,-i),e.lineTo(-n,i),e.lineTo(n,i),e.closePath()}},"triangle-down":{draw:function(e,t){var n=Math.sqrt(t)/2,i=wa*n;e.moveTo(0,i),e.lineTo(-n,-i),e.lineTo(n,-i),e.closePath()}},"triangle-right":{draw:function(e,t){var n=Math.sqrt(t)/2,i=wa*n;e.moveTo(i,0),e.lineTo(-i,-n),e.lineTo(-i,n),e.closePath()}},"triangle-left":{draw:function(e,t){var n=Math.sqrt(t)/2,i=wa*n;e.moveTo(-i,0),e.lineTo(i,-n),e.lineTo(i,n),e.closePath()}},stroke:{draw:function(e,t){const n=Math.sqrt(t)/2;e.moveTo(-n,0),e.lineTo(n,0)}}};function TM(e){return J(LS,e)?LS[e]:o7(e)}var Dm={};function o7(e){if(!J(Dm,e)){const t=su(e);Dm[e]={draw:function(n,i){gc(n,t,0,0,Math.sqrt(i)/2)}}}return Dm[e]}const ro=.448084975506;function s7(e){return e.x}function a7(e){return e.y}function u7(e){return e.width}function l7(e){return e.height}function xr(e){return typeof e=="function"?e:()=>+e}function Df(e,t,n){return Math.max(t,Math.min(e,n))}function MM(){var e=s7,t=a7,n=u7,i=l7,r=xr(0),o=r,s=r,a=r,u=null;function l(c,f,d){var h,p=f??+e.call(this,c),g=d??+t.call(this,c),m=+n.call(this,c),y=+i.call(this,c),b=Math.min(m,y)/2,v=Df(+r.call(this,c),0,b),x=Df(+o.call(this,c),0,b),E=Df(+s.call(this,c),0,b),S=Df(+a.call(this,c),0,b);if(u||(u=h=db()),v<=0&&x<=0&&E<=0&&S<=0)u.rect(p,g,m,y);else{var w=p+m,_=g+y;u.moveTo(p+v,g),u.lineTo(w-x,g),u.bezierCurveTo(w-ro*x,g,w,g+ro*x,w,g+x),u.lineTo(w,_-S),u.bezierCurveTo(w,_-ro*S,w-ro*S,_,w-S,_),u.lineTo(p+E,_),u.bezierCurveTo(p+ro*E,_,p,_-ro*E,p,_-E),u.lineTo(p,g+v),u.bezierCurveTo(p,g+ro*v,p+ro*v,g,p+v,g),u.closePath()}if(h)return u=null,h+""||null}return l.x=function(c){return arguments.length?(e=xr(c),l):e},l.y=function(c){return arguments.length?(t=xr(c),l):t},l.width=function(c){return arguments.length?(n=xr(c),l):n},l.height=function(c){return arguments.length?(i=xr(c),l):i},l.cornerRadius=function(c,f,d,h){return arguments.length?(r=xr(c),o=f!=null?xr(f):r,a=d!=null?xr(d):r,s=h!=null?xr(h):o,l):r},l.context=function(c){return arguments.length?(u=c??null,l):u},l}function DM(){var e,t,n,i,r=null,o,s,a,u;function l(f,d,h){const p=h/2;if(o){var g=a-d,m=f-s;if(g||m){var y=Math.hypot(g,m),b=(g/=y)*u,v=(m/=y)*u,x=Math.atan2(m,g);r.moveTo(s-b,a-v),r.lineTo(f-g*p,d-m*p),r.arc(f,d,p,x-Math.PI,x),r.lineTo(s+b,a+v),r.arc(s,a,u,x,x+Math.PI)}else r.arc(f,d,p,0,qi);r.closePath()}else o=1;s=f,a=d,u=p}function c(f){var d,h=f.length,p,g=!1,m;for(r==null&&(r=m=db()),d=0;d<=h;++d)!(d<h&&i(p=f[d],d,f))===g&&(g=!g)&&(o=0),g&&l(+e(p,d,f),+t(p,d,f),+n(p,d,f));if(m)return r=null,m+""||null}return c.x=function(f){return arguments.length?(e=f,c):e},c.y=function(f){return arguments.length?(t=f,c):t},c.size=function(f){return arguments.length?(n=f,c):n},c.defined=function(f){return arguments.length?(i=f,c):i},c.context=function(f){return arguments.length?(f==null?r=null:r=f,c):r},c}function Gc(e,t){return e??t}const Vc=e=>e.x||0,Yc=e=>e.y||0,c7=e=>e.width||0,f7=e=>e.height||0,d7=e=>(e.x||0)+(e.width||0),h7=e=>(e.y||0)+(e.height||0),p7=e=>e.startAngle||0,g7=e=>e.endAngle||0,m7=e=>e.padAngle||0,y7=e=>e.innerRadius||0,b7=e=>e.outerRadius||0,v7=e=>e.cornerRadius||0,x7=e=>Gc(e.cornerRadiusTopLeft,e.cornerRadius)||0,w7=e=>Gc(e.cornerRadiusTopRight,e.cornerRadius)||0,E7=e=>Gc(e.cornerRadiusBottomRight,e.cornerRadius)||0,S7=e=>Gc(e.cornerRadiusBottomLeft,e.cornerRadius)||0,_7=e=>Gc(e.size,64),$7=e=>e.size||1,qp=e=>e.defined!==!1,k7=e=>TM(e.shape||"circle"),A7=m9().startAngle(p7).endAngle(g7).padAngle(m7).innerRadius(y7).outerRadius(b7).cornerRadius(v7),C7=_T().x(Vc).y1(Yc).y0(h7).defined(qp),F7=_T().y(Yc).x1(Vc).x0(d7).defined(qp),T7=ST().x(Vc).y(Yc).defined(qp),M7=MM().x(Vc).y(Yc).width(c7).height(f7).cornerRadius(x7,w7,E7,S7),D7=b9().type(k7).size(_7),O7=DM().x(Vc).y(Yc).defined(qp).size($7);function nx(e){return e.cornerRadius||e.cornerRadiusTopLeft||e.cornerRadiusTopRight||e.cornerRadiusBottomRight||e.cornerRadiusBottomLeft}function R7(e,t){return A7.context(e)(t)}function N7(e,t){const n=t[0],i=n.interpolate||"linear";return(n.orient==="horizontal"?F7:C7).curve(tx(i,n.orient,n.tension)).context(e)(t)}function L7(e,t){const n=t[0],i=n.interpolate||"linear";return T7.curve(tx(i,n.orient,n.tension)).context(e)(t)}function qu(e,t,n,i){return M7.context(e)(t,n,i)}function P7(e,t){return(t.mark.shape||t.shape).context(e)(t)}function I7(e,t){return D7.context(e)(t)}function z7(e,t){return O7.context(e)(t)}var OM=1;function B7(){OM=1}function ix(e,t,n){var i=t.clip,r=e._defs,o=t.clip_id||(t.clip_id="clip"+OM++),s=r.clipping[o]||(r.clipping[o]={id:o});return fe(i)?s.path=i(null):nx(n)?s.path=qu(null,n,0,0):(s.width=n.width||0,s.height=n.height||0),"url(#"+o+")"}function st(e){this.clear(),e&&this.union(e)}st.prototype={clone(){return new st(this)},clear(){return this.x1=+Number.MAX_VALUE,this.y1=+Number.MAX_VALUE,this.x2=-Number.MAX_VALUE,this.y2=-Number.MAX_VALUE,this},empty(){return this.x1===+Number.MAX_VALUE&&this.y1===+Number.MAX_VALUE&&this.x2===-Number.MAX_VALUE&&this.y2===-Number.MAX_VALUE},equals(e){return this.x1===e.x1&&this.y1===e.y1&&this.x2===e.x2&&this.y2===e.y2},set(e,t,n,i){return n<e?(this.x2=e,this.x1=n):(this.x1=e,this.x2=n),i<t?(this.y2=t,this.y1=i):(this.y1=t,this.y2=i),this},add(e,t){return e<this.x1&&(this.x1=e),t<this.y1&&(this.y1=t),e>this.x2&&(this.x2=e),t>this.y2&&(this.y2=t),this},expand(e){return this.x1-=e,this.y1-=e,this.x2+=e,this.y2+=e,this},round(){return this.x1=Math.floor(this.x1),this.y1=Math.floor(this.y1),this.x2=Math.ceil(this.x2),this.y2=Math.ceil(this.y2),this},scale(e){return this.x1*=e,this.y1*=e,this.x2*=e,this.y2*=e,this},translate(e,t){return this.x1+=e,this.x2+=e,this.y1+=t,this.y2+=t,this},rotate(e,t,n){const i=this.rotatedPoints(e,t,n);return this.clear().add(i[0],i[1]).add(i[2],i[3]).add(i[4],i[5]).add(i[6],i[7])},rotatedPoints(e,t,n){var{x1:i,y1:r,x2:o,y2:s}=this,a=Math.cos(e),u=Math.sin(e),l=t-t*a+n*u,c=n-t*u-n*a;return[a*i-u*r+l,u*i+a*r+c,a*i-u*s+l,u*i+a*s+c,a*o-u*r+l,u*o+a*r+c,a*o-u*s+l,u*o+a*s+c]},union(e){return e.x1<this.x1&&(this.x1=e.x1),e.y1<this.y1&&(this.y1=e.y1),e.x2>this.x2&&(this.x2=e.x2),e.y2>this.y2&&(this.y2=e.y2),this},intersect(e){return e.x1>this.x1&&(this.x1=e.x1),e.y1>this.y1&&(this.y1=e.y1),e.x2<this.x2&&(this.x2=e.x2),e.y2<this.y2&&(this.y2=e.y2),this},encloses(e){return e&&this.x1<=e.x1&&this.x2>=e.x2&&this.y1<=e.y1&&this.y2>=e.y2},alignsWith(e){return e&&(this.x1==e.x1||this.x2==e.x2||this.y1==e.y1||this.y2==e.y2)},intersects(e){return e&&!(this.x2<e.x1||this.x1>e.x2||this.y2<e.y1||this.y1>e.y2)},contains(e,t){return!(e<this.x1||e>this.x2||t<this.y1||t>this.y2)},width(){return this.x2-this.x1},height(){return this.y2-this.y1}};function Wp(e){this.mark=e,this.bounds=this.bounds||new st}function Hp(e){Wp.call(this,e),this.items=this.items||[]}G(Hp,Wp);class RM{constructor(t){this._pending=0,this._loader=t||wp()}pending(){return this._pending}sanitizeURL(t){const n=this;return PS(n),n._loader.sanitize(t,{context:"href"}).then(i=>(dl(n),i)).catch(()=>(dl(n),null))}loadImage(t){const n=this,i=L9();return PS(n),n._loader.sanitize(t,{context:"image"}).then(r=>{const o=r.href;if(!o||!i)throw{url:o};const s=new i,a=J(r,"crossOrigin")?r.crossOrigin:"anonymous";return a!=null&&(s.crossOrigin=a),s.onload=()=>dl(n),s.onerror=()=>dl(n),s.src=o,s}).catch(r=>(dl(n),{complete:!1,width:0,height:0,src:r&&r.url||""}))}ready(){const t=this;return new Promise(n=>{function i(r){t.pending()?setTimeout(()=>{i(!0)},10):n(r)}i(!1)})}}function PS(e){e._pending+=1}function dl(e){e._pending-=1}function Yr(e,t,n){if(t.stroke&&t.opacity!==0&&t.strokeOpacity!==0){const i=t.strokeWidth!=null?+t.strokeWidth:1;e.expand(i+(n?U7(t,i):0))}return e}function U7(e,t){return e.strokeJoin&&e.strokeJoin!=="miter"?0:t}const j7=qi-1e-8;let Gp,hd,pd,Es,x1,gd,w1,E1;const mo=(e,t)=>Gp.add(e,t),md=(e,t)=>mo(hd=e,pd=t),IS=e=>mo(e,Gp.y1),zS=e=>mo(Gp.x1,e),bs=(e,t)=>x1*e+w1*t,vs=(e,t)=>gd*e+E1*t,Om=(e,t)=>mo(bs(e,t),vs(e,t)),Rm=(e,t)=>md(bs(e,t),vs(e,t));function Xc(e,t){return Gp=e,t?(Es=t*Oo,x1=E1=Math.cos(Es),gd=Math.sin(Es),w1=-gd):(x1=E1=1,Es=gd=w1=0),q7}const q7={beginPath(){},closePath(){},moveTo:Rm,lineTo:Rm,rect(e,t,n,i){Es?(Om(e+n,t),Om(e+n,t+i),Om(e,t+i),Rm(e,t)):(mo(e+n,t+i),md(e,t))},quadraticCurveTo(e,t,n,i){const r=bs(e,t),o=vs(e,t),s=bs(n,i),a=vs(n,i);BS(hd,r,s,IS),BS(pd,o,a,zS),md(s,a)},bezierCurveTo(e,t,n,i,r,o){const s=bs(e,t),a=vs(e,t),u=bs(n,i),l=vs(n,i),c=bs(r,o),f=vs(r,o);US(hd,s,u,c,IS),US(pd,a,l,f,zS),md(c,f)},arc(e,t,n,i,r,o){if(i+=Es,r+=Es,hd=n*Math.cos(r)+e,pd=n*Math.sin(r)+t,Math.abs(r-i)>j7)mo(e-n,t-n),mo(e+n,t+n);else{const s=l=>mo(n*Math.cos(l)+e,n*Math.sin(l)+t);let a,u;if(s(i),s(r),r!==i)if(i=i%qi,i<0&&(i+=qi),r=r%qi,r<0&&(r+=qi),r<i&&(o=!o,a=i,i=r,r=a),o)for(r-=qi,a=i-i%ys,u=0;u<4&&a>r;++u,a-=ys)s(a);else for(a=i-i%ys+ys,u=0;u<4&&a<r;++u,a=a+ys)s(a)}}};function BS(e,t,n,i){const r=(e-t)/(e+n-2*t);0<r&&r<1&&i(e+(t-e)*r)}function US(e,t,n,i,r){const o=i-e+3*t-3*n,s=e+n-2*t,a=e-t;let u=0,l=0,c;Math.abs(o)>t7?(c=s*s+a*o,c>=0&&(c=Math.sqrt(c),u=(-s+c)/o,l=(-s-c)/o)):u=.5*a/s,0<u&&u<1&&r(jS(u,e,t,n,i)),0<l&&l<1&&r(jS(l,e,t,n,i))}function jS(e,t,n,i,r){const o=1-e,s=o*o,a=e*e;return s*o*t+3*s*e*n+3*o*a*i+a*e*r}var Fo=(Fo=Co(1,1))?Fo.getContext("2d"):null;const S1=new st;function rx(e){return function(t,n){if(!Fo)return!0;e(Fo,t),S1.clear().union(t.bounds).intersect(n).round();const{x1:i,y1:r,x2:o,y2:s}=S1;for(let a=r;a<=s;++a)for(let u=i;u<=o;++u)if(Fo.isPointInPath(u,a))return!0;return!1}}function ox(e,t){return t.contains(e.x||0,e.y||0)}function NM(e,t){const n=e.x||0,i=e.y||0,r=e.width||0,o=e.height||0;return t.intersects(S1.set(n,i,n+r,i+o))}function LM(e,t){const n=e.x||0,i=e.y||0,r=e.x2!=null?e.x2:n,o=e.y2!=null?e.y2:i;return Na(t,n,i,r,o)}function Na(e,t,n,i,r){const{x1:o,y1:s,x2:a,y2:u}=e,l=i-t,c=r-n;let f=0,d=1,h,p,g,m;for(m=0;m<4;++m){if(m===0&&(h=-l,p=-(o-t)),m===1&&(h=l,p=a-t),m===2&&(h=-c,p=-(s-n)),m===3&&(h=c,p=u-n),Math.abs(h)<1e-10&&p<0)return!1;if(g=p/h,h<0){if(g>d)return!1;g>f&&(f=g)}else if(h>0){if(g<f)return!1;g<d&&(d=g)}}return!0}function au(e,t){e.globalCompositeOperation=t.blend||"source-over"}function li(e,t){return e??t}function qS(e,t){const n=t.length;for(let i=0;i<n;++i)e.addColorStop(t[i].offset,t[i].color);return e}function W7(e,t,n){const i=n.width(),r=n.height();let o;if(t.gradient==="radial")o=e.createRadialGradient(n.x1+li(t.x1,.5)*i,n.y1+li(t.y1,.5)*r,Math.max(i,r)*li(t.r1,0),n.x1+li(t.x2,.5)*i,n.y1+li(t.y2,.5)*r,Math.max(i,r)*li(t.r2,.5));else{const s=li(t.x1,0),a=li(t.y1,0),u=li(t.x2,1),l=li(t.y2,0);if(s===u||a===l||i===r)o=e.createLinearGradient(n.x1+s*i,n.y1+a*r,n.x1+u*i,n.y1+l*r);else{const c=Co(Math.ceil(i),Math.ceil(r)),f=c.getContext("2d");return f.scale(i,r),f.fillStyle=qS(f.createLinearGradient(s,a,u,l),t.stops),f.fillRect(0,0,i,r),e.createPattern(c,"no-repeat")}}return qS(o,t.stops)}function PM(e,t,n){return ex(n)?W7(e,n,t.bounds):n}function Qd(e,t,n){return n*=t.fillOpacity==null?1:t.fillOpacity,n>0?(e.globalAlpha=n,e.fillStyle=PM(e,t,t.fill),!0):!1}var H7=[];function uu(e,t,n){var i=(i=t.strokeWidth)!=null?i:1;return i<=0?!1:(n*=t.strokeOpacity==null?1:t.strokeOpacity,n>0?(e.globalAlpha=n,e.strokeStyle=PM(e,t,t.stroke),e.lineWidth=i,e.lineCap=t.strokeCap||"butt",e.lineJoin=t.strokeJoin||"miter",e.miterLimit=t.strokeMiterLimit||10,e.setLineDash&&(e.setLineDash(t.strokeDash||H7),e.lineDashOffset=t.strokeDashOffset||0),!0):!1)}function G7(e,t){return e.zindex-t.zindex||e.index-t.index}function sx(e){if(!e.zdirty)return e.zitems;var t=e.items,n=[],i,r,o;for(r=0,o=t.length;r<o;++r)i=t[r],i.index=r,i.zindex&&n.push(i);return e.zdirty=!1,e.zitems=n.sort(G7)}function Si(e,t){var n=e.items,i,r;if(!n||!n.length)return;const o=sx(e);if(o&&o.length){for(i=0,r=n.length;i<r;++i)n[i].zindex||t(n[i]);n=o}for(i=0,r=n.length;i<r;++i)t(n[i])}function Zd(e,t){var n=e.items,i,r;if(!n||!n.length)return null;const o=sx(e);for(o&&o.length&&(n=o),r=n.length;--r>=0;)if(i=t(n[r]))return i;if(n===o){for(n=e.items,r=n.length;--r>=0;)if(!n[r].zindex&&(i=t(n[r])))return i}return null}function ax(e){return function(t,n,i){Si(n,r=>{(!i||i.intersects(r.bounds))&&IM(e,t,r,r)})}}function V7(e){return function(t,n,i){n.items.length&&(!i||i.intersects(n.bounds))&&IM(e,t,n.items[0],n.items)}}function IM(e,t,n,i){var r=n.opacity==null?1:n.opacity;r!==0&&(e(t,i)||(au(t,n),n.fill&&Qd(t,n,r)&&t.fill(),n.stroke&&uu(t,n,r)&&t.stroke()))}function Vp(e){return e=e||Zn,function(t,n,i,r,o,s){return i*=t.pixelRatio,r*=t.pixelRatio,Zd(n,a=>{const u=a.bounds;if(!(u&&!u.contains(o,s)||!u)&&e(t,a,i,r,o,s))return a})}}function Kc(e,t){return function(n,i,r,o){var s=Array.isArray(i)?i[0]:i,a=t??s.fill,u=s.stroke&&n.isPointInStroke,l,c;return u&&(l=s.strokeWidth,c=s.strokeCap,n.lineWidth=l??1,n.lineCap=c??"butt"),e(n,i)?!1:a&&n.isPointInPath(r,o)||u&&n.isPointInStroke(r,o)}}function ux(e){return Vp(Kc(e))}function ks(e,t){return"translate("+e+","+t+")"}function lx(e){return"rotate("+e+")"}function Y7(e,t){return"scale("+e+","+t+")"}function zM(e){return ks(e.x||0,e.y||0)}function X7(e){return ks(e.x||0,e.y||0)+(e.angle?" "+lx(e.angle):"")}function K7(e){return ks(e.x||0,e.y||0)+(e.angle?" "+lx(e.angle):"")+(e.scaleX||e.scaleY?" "+Y7(e.scaleX||1,e.scaleY||1):"")}function cx(e,t,n){function i(s,a){s("transform",X7(a)),s("d",t(null,a))}function r(s,a){return t(Xc(s,a.angle),a),Yr(s,a).translate(a.x||0,a.y||0)}function o(s,a){var u=a.x||0,l=a.y||0,c=a.angle||0;s.translate(u,l),c&&s.rotate(c*=Oo),s.beginPath(),t(s,a),c&&s.rotate(-c),s.translate(-u,-l)}return{type:e,tag:"path",nested:!1,attr:i,bound:r,draw:ax(o),pick:ux(o),isect:n||rx(o)}}var J7=cx("arc",R7);function Q7(e,t){for(var n=e[0].orient==="horizontal"?t[1]:t[0],i=e[0].orient==="horizontal"?"y":"x",r=e.length,o=1/0,s,a;--r>=0;)e[r].defined!==!1&&(a=Math.abs(e[r][i]-n),a<o&&(o=a,s=e[r]));return s}function Z7(e,t){for(var n=Math.pow(e[0].strokeWidth||1,2),i=e.length,r,o,s;--i>=0;)if(e[i].defined!==!1&&(r=e[i].x-t[0],o=e[i].y-t[1],s=r*r+o*o,s<n))return e[i];return null}function eB(e,t){for(var n=e.length,i,r,o;--n>=0;)if(e[n].defined!==!1&&(i=e[n].x-t[0],r=e[n].y-t[1],o=i*i+r*r,i=e[n].size||1,o<i*i))return e[n];return null}function fx(e,t,n){function i(u,l){var c=l.mark.items;c.length&&u("d",t(null,c))}function r(u,l){var c=l.items;return c.length===0?u:(t(Xc(u),c),Yr(u,c[0]))}function o(u,l){u.beginPath(),t(u,l)}const s=Kc(o);function a(u,l,c,f,d,h){var p=l.items,g=l.bounds;return!p||!p.length||g&&!g.contains(d,h)?null:(c*=u.pixelRatio,f*=u.pixelRatio,s(u,p,c,f)?p[0]:null)}return{type:e,tag:"path",nested:!0,attr:i,bound:r,draw:V7(o),pick:a,isect:ox,tip:n}}var tB=fx("area",N7,Q7);function nB(e,t){var n=t.clip;e.save(),fe(n)?(e.beginPath(),n(e),e.clip()):BM(e,t.group)}function BM(e,t){e.beginPath(),nx(t)?qu(e,t,0,0):e.rect(0,0,t.width||0,t.height||0),e.clip()}function UM(e){const t=li(e.strokeWidth,1);return e.strokeOffset!=null?e.strokeOffset:e.stroke&&t>.5&&t<1.5?.5-Math.abs(t-1):0}function iB(e,t){e("transform",zM(t))}function jM(e,t){const n=UM(t);e("d",qu(null,t,n,n))}function rB(e,t){e("class","background"),e("aria-hidden",!0),jM(e,t)}function oB(e,t){e("class","foreground"),e("aria-hidden",!0),t.strokeForeground?jM(e,t):e("d","")}function sB(e,t,n){const i=t.clip?ix(n,t,t):null;e("clip-path",i)}function aB(e,t){if(!t.clip&&t.items){const n=t.items,i=n.length;for(let r=0;r<i;++r)e.union(n[r].bounds)}return(t.clip||t.width||t.height)&&!t.noBound&&e.add(0,0).add(t.width||0,t.height||0),Yr(e,t),e.translate(t.x||0,t.y||0)}function mc(e,t,n,i){const r=UM(t);e.beginPath(),qu(e,t,(n||0)+r,(i||0)+r)}const uB=Kc(mc),lB=Kc(mc,!1),cB=Kc(mc,!0);function fB(e,t,n,i){Si(t,r=>{const o=r.x||0,s=r.y||0,a=r.strokeForeground,u=r.opacity==null?1:r.opacity;(r.stroke||r.fill)&&u&&(mc(e,r,o,s),au(e,r),r.fill&&Qd(e,r,u)&&e.fill(),r.stroke&&!a&&uu(e,r,u)&&e.stroke()),e.save(),e.translate(o,s),r.clip&&BM(e,r),n&&n.translate(-o,-s),Si(r,l=>{(l.marktype==="group"||i==null||i.includes(l.marktype))&&this.draw(e,l,n,i)}),n&&n.translate(o,s),e.restore(),a&&r.stroke&&u&&(mc(e,r,o,s),au(e,r),uu(e,r,u)&&e.stroke())})}function dB(e,t,n,i,r,o){if(t.bounds&&!t.bounds.contains(r,o)||!t.items)return null;const s=n*e.pixelRatio,a=i*e.pixelRatio;return Zd(t,u=>{let l,c,f;const d=u.bounds;if(d&&!d.contains(r,o))return;c=u.x||0,f=u.y||0;const h=c+(u.width||0),p=f+(u.height||0),g=u.clip;if(g&&(r<c||r>h||o<f||o>p))return;if(e.save(),e.translate(c,f),c=r-c,f=o-f,g&&nx(u)&&!cB(e,u,s,a))return e.restore(),null;const m=u.strokeForeground,y=t.interactive!==!1;return y&&m&&u.stroke&&lB(e,u,s,a)?(e.restore(),u):(l=Zd(u,b=>hB(b,c,f)?this.pick(b,n,i,c,f):null),!l&&y&&(u.fill||!m&&u.stroke)&&uB(e,u,s,a)&&(l=u),e.restore(),l||null)})}function hB(e,t,n){return(e.interactive!==!1||e.marktype==="group")&&e.bounds&&e.bounds.contains(t,n)}var pB={type:"group",tag:"g",nested:!1,attr:iB,bound:aB,draw:fB,pick:dB,isect:NM,content:sB,background:rB,foreground:oB},yc={xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink",version:"1.1"};function dx(e,t){var n=e.image;return(!n||e.url&&e.url!==n.url)&&(n={complete:!1,width:0,height:0},t.loadImage(e.url).then(i=>{e.image=i,e.image.url=e.url})),n}function hx(e,t){return e.width!=null?e.width:!t||!t.width?0:e.aspect!==!1&&e.height?e.height*t.width/t.height:t.width}function px(e,t){return e.height!=null?e.height:!t||!t.height?0:e.aspect!==!1&&e.width?e.width*t.height/t.width:t.height}function Yp(e,t){return e==="center"?t/2:e==="right"?t:0}function Xp(e,t){return e==="middle"?t/2:e==="bottom"?t:0}function gB(e,t,n){const i=dx(t,n),r=hx(t,i),o=px(t,i),s=(t.x||0)-Yp(t.align,r),a=(t.y||0)-Xp(t.baseline,o),u=!i.src&&i.toDataURL?i.toDataURL():i.src||"";e("href",u,yc["xmlns:xlink"],"xlink:href"),e("transform",ks(s,a)),e("width",r),e("height",o),e("preserveAspectRatio",t.aspect===!1?"none":"xMidYMid")}function mB(e,t){const n=t.image,i=hx(t,n),r=px(t,n),o=(t.x||0)-Yp(t.align,i),s=(t.y||0)-Xp(t.baseline,r);return e.set(o,s,o+i,s+r)}function yB(e,t,n){Si(t,i=>{if(n&&!n.intersects(i.bounds))return;const r=dx(i,this);let o=hx(i,r),s=px(i,r);if(o===0||s===0)return;let a=(i.x||0)-Yp(i.align,o),u=(i.y||0)-Xp(i.baseline,s),l,c,f,d;i.aspect!==!1&&(c=r.width/r.height,f=i.width/i.height,c===c&&f===f&&c!==f&&(f<c?(d=o/c,u+=(s-d)/2,s=d):(d=s*c,a+=(o-d)/2,o=d))),(r.complete||r.toDataURL)&&(au(e,i),e.globalAlpha=(l=i.opacity)!=null?l:1,e.imageSmoothingEnabled=i.smooth!==!1,e.drawImage(r,a,u,o,s))})}var bB={type:"image",tag:"image",nested:!1,attr:gB,bound:mB,draw:yB,pick:Vp(),isect:Zn,get:dx,xOffset:Yp,yOffset:Xp},vB=fx("line",L7,Z7);function xB(e,t){var n=t.scaleX||1,i=t.scaleY||1;(n!==1||i!==1)&&e("vector-effect","non-scaling-stroke"),e("transform",K7(t)),e("d",t.path)}function yd(e,t){var n=t.path;if(n==null)return!0;var i=t.x||0,r=t.y||0,o=t.scaleX||1,s=t.scaleY||1,a=(t.angle||0)*Oo,u=t.pathCache;(!u||u.path!==n)&&((t.pathCache=u=su(n)).path=n),a&&e.rotate&&e.translate?(e.translate(i,r),e.rotate(a),gc(e,u,0,0,o,s),e.rotate(-a),e.translate(-i,-r)):gc(e,u,i,r,o,s)}function wB(e,t){return yd(Xc(e,t.angle),t)?e.set(0,0,0,0):Yr(e,t,!0)}var EB={type:"path",tag:"path",nested:!1,attr:xB,bound:wB,draw:ax(yd),pick:ux(yd),isect:rx(yd)};function SB(e,t){e("d",qu(null,t))}function _B(e,t){var n,i;return Yr(e.set(n=t.x||0,i=t.y||0,n+t.width||0,i+t.height||0),t)}function WS(e,t){e.beginPath(),qu(e,t)}var $B={type:"rect",tag:"path",nested:!1,attr:SB,bound:_B,draw:ax(WS),pick:ux(WS),isect:NM};function kB(e,t){e("transform",zM(t)),e("x2",t.x2!=null?t.x2-(t.x||0):0),e("y2",t.y2!=null?t.y2-(t.y||0):0)}function AB(e,t){var n,i;return Yr(e.set(n=t.x||0,i=t.y||0,t.x2!=null?t.x2:n,t.y2!=null?t.y2:i),t)}function qM(e,t,n){var i,r,o,s;return t.stroke&&uu(e,t,n)?(i=t.x||0,r=t.y||0,o=t.x2!=null?t.x2:i,s=t.y2!=null?t.y2:r,e.beginPath(),e.moveTo(i,r),e.lineTo(o,s),!0):!1}function CB(e,t,n){Si(t,i=>{if(!(n&&!n.intersects(i.bounds))){var r=i.opacity==null?1:i.opacity;r&&qM(e,i,r)&&(au(e,i),e.stroke())}})}function FB(e,t,n,i){return e.isPointInStroke?qM(e,t,1)&&e.isPointInStroke(n,i):!1}var TB={type:"rule",tag:"line",nested:!1,attr:kB,bound:AB,draw:CB,pick:Vp(FB),isect:LM},MB=cx("shape",P7),DB=cx("symbol",I7,ox);const HS=EC();var Rn={height:lr,measureWidth:gx,estimateWidth:eh,width:eh,canvas:WM};WM(!0);function WM(e){Rn.width=e&&Fo?gx:eh}function eh(e,t){return HM(No(e,t),lr(e))}function HM(e,t){return~~(.8*e.length*t)}function gx(e,t){return lr(e)<=0||!(t=No(e,t))?0:GM(t,Kp(e))}function GM(e,t){const n=`(${t}) ${e}`;let i=HS.get(n);return i===void 0&&(Fo.font=t,i=Fo.measureText(e).width,HS.set(n,i)),i}function lr(e){return e.fontSize!=null?+e.fontSize||0:11}function Ro(e){return e.lineHeight!=null?e.lineHeight:lr(e)+2}function OB(e){return P(e)?e.length>1?e:e[0]:e}function Jc(e){return OB(e.lineBreak&&e.text&&!P(e.text)?e.text.split(e.lineBreak):e.text)}function mx(e){const t=Jc(e);return(P(t)?t.length-1:0)*Ro(e)}function No(e,t){const n=t==null?"":(t+"").trim();return e.limit>0&&n.length?NB(e,n):n}function RB(e){if(Rn.width===gx){const t=Kp(e);return n=>GM(n,t)}else if(Rn.width===eh){const t=lr(e);return n=>HM(n,t)}else return t=>Rn.width(e,t)}function NB(e,t){var n=+e.limit,i=RB(e);if(i(t)<n)return t;var r=e.ellipsis||"…",o=e.dir==="rtl",s=0,a=t.length,u;if(n-=i(r),o){for(;s<a;)u=s+a>>>1,i(t.slice(u))>n?s=u+1:a=u;return r+t.slice(s)}else{for(;s<a;)u=1+(s+a>>>1),i(t.slice(0,u))<n?s=u:a=u-1;return t.slice(0,s)+r}}function Qc(e,t){var n=e.font;return(t&&n?String(n).replace(/"/g,"'"):n)||"sans-serif"}function Kp(e,t){return(e.fontStyle?e.fontStyle+" ":"")+(e.fontVariant?e.fontVariant+" ":"")+(e.fontWeight?e.fontWeight+" ":"")+lr(e)+"px "+Qc(e,t)}function yx(e){var t=e.baseline,n=lr(e);return Math.round(t==="top"?.79*n:t==="middle"?.3*n:t==="bottom"?-.21*n:t==="line-top"?.29*n+.5*Ro(e):t==="line-bottom"?.29*n-.5*Ro(e):0)}const LB={left:"start",center:"middle",right:"end"},Yl=new st;function Jp(e){var t=e.x||0,n=e.y||0,i=e.radius||0,r;return i&&(r=(e.theta||0)-ys,t+=i*Math.cos(r),n+=i*Math.sin(r)),Yl.x1=t,Yl.y1=n,Yl}function PB(e,t){var n=t.dx||0,i=(t.dy||0)+yx(t),r=Jp(t),o=r.x1,s=r.y1,a=t.angle||0,u;e("text-anchor",LB[t.align]||"start"),a?(u=ks(o,s)+" "+lx(a),(n||i)&&(u+=" "+ks(n,i))):u=ks(o+n,s+i),e("transform",u)}function bx(e,t,n){var i=Rn.height(t),r=t.align,o=Jp(t),s=o.x1,a=o.y1,u=t.dx||0,l=(t.dy||0)+yx(t)-Math.round(.8*i),c=Jc(t),f;if(P(c)?(i+=Ro(t)*(c.length-1),f=c.reduce((d,h)=>Math.max(d,Rn.width(t,h)),0)):f=Rn.width(t,c),r==="center"?u-=f/2:r==="right"&&(u-=f),e.set(u+=s,l+=a,u+f,l+i),t.angle&&!n)e.rotate(t.angle*Oo,s,a);else if(n===2)return e.rotatedPoints(t.angle*Oo,s,a);return e}function IB(e,t,n){Si(t,i=>{var r=i.opacity==null?1:i.opacity,o,s,a,u,l,c,f;if(!(n&&!n.intersects(i.bounds)||r===0||i.fontSize<=0||i.text==null||i.text.length===0)){if(e.font=Kp(i),e.textAlign=i.align||"left",o=Jp(i),s=o.x1,a=o.y1,i.angle&&(e.save(),e.translate(s,a),e.rotate(i.angle*Oo),s=a=0),s+=i.dx||0,a+=(i.dy||0)+yx(i),c=Jc(i),au(e,i),P(c))for(l=Ro(i),u=0;u<c.length;++u)f=No(i,c[u]),i.fill&&Qd(e,i,r)&&e.fillText(f,s,a),i.stroke&&uu(e,i,r)&&e.strokeText(f,s,a),a+=l;else f=No(i,c),i.fill&&Qd(e,i,r)&&e.fillText(f,s,a),i.stroke&&uu(e,i,r)&&e.strokeText(f,s,a);i.angle&&e.restore()}})}function zB(e,t,n,i,r,o){if(t.fontSize<=0)return!1;if(!t.angle)return!0;var s=Jp(t),a=s.x1,u=s.y1,l=bx(Yl,t,1),c=-t.angle*Oo,f=Math.cos(c),d=Math.sin(c),h=f*r-d*o+(a-f*a+d*u),p=d*r+f*o+(u-d*a-f*u);return l.contains(h,p)}function BB(e,t){const n=bx(Yl,e,2);return Na(t,n[0],n[1],n[2],n[3])||Na(t,n[0],n[1],n[4],n[5])||Na(t,n[4],n[5],n[6],n[7])||Na(t,n[2],n[3],n[6],n[7])}var UB={type:"text",tag:"text",nested:!1,attr:PB,bound:bx,draw:IB,pick:Vp(zB),isect:BB},jB=fx("trail",z7,eB),Bn={arc:J7,area:tB,group:pB,image:bB,line:vB,path:EB,rect:$B,rule:TB,shape:MB,symbol:DB,text:UB,trail:jB};function _1(e,t,n){var i=Bn[e.mark.marktype],r=t||i.bound;return i.nested&&(e=e.mark),r(e.bounds||(e.bounds=new st),e,n)}var GS={mark:null};function VM(e,t,n){var i=Bn[e.marktype],r=i.bound,o=e.items,s=o&&o.length,a,u,l,c;if(i.nested)return s?l=o[0]:(GS.mark=e,l=GS),c=_1(l,r,n),t=t&&t.union(c)||c,t;if(t=t||e.bounds&&e.bounds.clear()||new st,s)for(a=0,u=o.length;a<u;++a)t.union(_1(o[a],r,n));return e.bounds=t}const qB=["marktype","name","role","interactive","clip","items","zindex","x","y","width","height","align","baseline","fill","fillOpacity","opacity","blend","stroke","strokeOpacity","strokeWidth","strokeCap","strokeDash","strokeDashOffset","strokeForeground","strokeOffset","startAngle","endAngle","innerRadius","outerRadius","cornerRadius","padAngle","cornerRadiusTopLeft","cornerRadiusTopRight","cornerRadiusBottomLeft","cornerRadiusBottomRight","interpolate","tension","orient","defined","url","aspect","smooth","path","scaleX","scaleY","x2","y2","size","shape","text","angle","theta","radius","dir","dx","dy","ellipsis","limit","lineBreak","lineHeight","font","fontSize","fontWeight","fontStyle","fontVariant","description","aria","ariaRole","ariaRoleDescription"];function YM(e,t){return JSON.stringify(e,qB,t)}function XM(e){const t=typeof e=="string"?JSON.parse(e):e;return KM(t)}function KM(e){var t=e.marktype,n=e.items,i,r,o;if(n)for(r=0,o=n.length;r<o;++r)i=t?"mark":"group",n[r][i]=e,n[r].zindex&&(n[r][i].zdirty=!0),(t||i)==="group"&&KM(n[r]);return t&&VM(e),e}class JM{constructor(t){arguments.length?this.root=XM(t):(this.root=VS({marktype:"group",name:"root",role:"frame"}),this.root.items=[new Hp(this.root)])}toJSON(t){return YM(this.root,t||0)}mark(t,n,i){n=n||this.root.items[0];const r=VS(t,n);return n.items[i]=r,r.zindex&&(r.group.zdirty=!0),r}}function VS(e,t){const n={bounds:new st,clip:!!e.clip,group:t,interactive:e.interactive!==!1,items:[],marktype:e.marktype,name:e.name||void 0,role:e.role||void 0,zindex:e.zindex||0};return e.aria!=null&&(n.aria=e.aria),e.description&&(n.description=e.description),n}function yo(e,t,n){return!e&&typeof document<"u"&&document.createElement&&(e=document),e?n?e.createElementNS(n,t):e.createElement(t):null}function vx(e,t){t=t.toLowerCase();for(var n=e.childNodes,i=0,r=n.length;i<r;++i)if(n[i].tagName.toLowerCase()===t)return n[i]}function ut(e,t,n,i){var r=e.childNodes[t],o;return(!r||r.tagName.toLowerCase()!==n.toLowerCase())&&(o=r||null,r=yo(e.ownerDocument,n,i),e.insertBefore(r,o)),r}function Wn(e,t){for(var n=e.childNodes,i=n.length;i>t;)e.removeChild(n[--i]);return e}function QM(e){return"mark-"+e.marktype+(e.role?" role-"+e.role:"")+(e.name?" "+e.name:"")}function Qp(e,t){const n=t.getBoundingClientRect();return[e.clientX-n.left-(t.clientLeft||0),e.clientY-n.top-(t.clientTop||0)]}function WB(e,t,n,i){var r=e&&e.mark,o,s;if(r&&(o=Bn[r.marktype]).tip){for(s=Qp(t,n),s[0]-=i[0],s[1]-=i[1];e=e.mark.group;)s[0]-=e.x||0,s[1]-=e.y||0;e=o.tip(r.items,s)}return e}let xx=class{constructor(t,n){this._active=null,this._handlers={},this._loader=t||wp(),this._tooltip=n||HB}initialize(t,n,i){return this._el=t,this._obj=i||null,this.origin(n)}element(){return this._el}canvas(){return this._el&&this._el.firstChild}origin(t){return arguments.length?(this._origin=t||[0,0],this):this._origin.slice()}scene(t){return arguments.length?(this._scene=t,this):this._scene}on(){}off(){}_handlerIndex(t,n,i){for(let r=t?t.length:0;--r>=0;)if(t[r].type===n&&(!i||t[r].handler===i))return r;return-1}handlers(t){const n=this._handlers,i=[];if(t)i.push(...n[this.eventName(t)]);else for(const r in n)i.push(...n[r]);return i}eventName(t){const n=t.indexOf(".");return n<0?t:t.slice(0,n)}handleHref(t,n,i){this._loader.sanitize(i,{context:"href"}).then(r=>{const o=new MouseEvent(t.type,t),s=yo(null,"a");for(const a in r)s.setAttribute(a,r[a]);s.dispatchEvent(o)}).catch(()=>{})}handleTooltip(t,n,i){if(n&&n.tooltip!=null){n=WB(n,t,this.canvas(),this._origin);const r=i&&n&&n.tooltip||null;this._tooltip.call(this._obj,this,t,n,r)}}getItemBoundingClientRect(t){const n=this.canvas();if(!n)return;const i=n.getBoundingClientRect(),r=this._origin,o=t.bounds,s=o.width(),a=o.height();let u=o.x1+r[0]+i.left,l=o.y1+r[1]+i.top;for(;t.mark&&(t=t.mark.group);)u+=t.x||0,l+=t.y||0;return{x:u,y:l,width:s,height:a,left:u,top:l,right:u+s,bottom:l+a}}};function HB(e,t,n,i){e.element().setAttribute("title",i||"")}class Zc{constructor(t){this._el=null,this._bgcolor=null,this._loader=new RM(t)}initialize(t,n,i,r,o){return this._el=t,this.resize(n,i,r,o)}element(){return this._el}canvas(){return this._el&&this._el.firstChild}background(t){return arguments.length===0?this._bgcolor:(this._bgcolor=t,this)}resize(t,n,i,r){return this._width=t,this._height=n,this._origin=i||[0,0],this._scale=r||1,this}dirty(){}render(t,n){const i=this;return i._call=function(){i._render(t,n)},i._call(),i._call=null,i}_render(){}renderAsync(t,n){const i=this.render(t,n);return this._ready?this._ready.then(()=>i):Promise.resolve(i)}_load(t,n){var i=this,r=i._loader[t](n);if(!i._ready){const o=i._call;i._ready=i._loader.ready().then(s=>{s&&o(),i._ready=null})}return r}sanitizeURL(t){return this._load("sanitizeURL",t)}loadImage(t){return this._load("loadImage",t)}}const GB="keydown",VB="keypress",YB="keyup",ZM="dragenter",bd="dragleave",eD="dragover",$1="pointerdown",XB="pointerup",th="pointermove",vd="pointerout",tD="pointerover",k1="mousedown",KB="mouseup",nD="mousemove",nh="mouseout",iD="mouseover",ih="click",JB="dblclick",QB="wheel",rD="mousewheel",rh="touchstart",oh="touchmove",sh="touchend",ZB=[GB,VB,YB,ZM,bd,eD,$1,XB,th,vd,tD,k1,KB,nD,nh,iD,ih,JB,QB,rD,rh,oh,sh],A1=th,Xl=nh,C1=ih;class ef extends xx{constructor(t,n){super(t,n),this._down=null,this._touch=null,this._first=!0,this._events={},this.events=ZB,this.pointermove=XS([th,nD],[tD,iD],[vd,nh]),this.dragover=XS([eD],[ZM],[bd]),this.pointerout=KS([vd,nh]),this.dragleave=KS([bd])}initialize(t,n,i){return this._canvas=t&&vx(t,"canvas"),[ih,k1,$1,th,vd,bd].forEach(r=>YS(this,r)),super.initialize(t,n,i)}canvas(){return this._canvas}context(){return this._canvas.getContext("2d")}DOMMouseScroll(t){this.fire(rD,t)}pointerdown(t){this._down=this._active,this.fire($1,t)}mousedown(t){this._down=this._active,this.fire(k1,t)}click(t){this._down===this._active&&(this.fire(ih,t),this._down=null)}touchstart(t){this._touch=this.pickEvent(t.changedTouches[0]),this._first&&(this._active=this._touch,this._first=!1),this.fire(rh,t,!0)}touchmove(t){this.fire(oh,t,!0)}touchend(t){this.fire(sh,t,!0),this._touch=null}fire(t,n,i){const r=i?this._touch:this._active,o=this._handlers[t];if(n.vegaType=t,t===C1&&r&&r.href?this.handleHref(n,r,r.href):(t===A1||t===Xl)&&this.handleTooltip(n,r,t!==Xl),o)for(let s=0,a=o.length;s<a;++s)o[s].handler.call(this._obj,n,r)}on(t,n){const i=this.eventName(t),r=this._handlers;return this._handlerIndex(r[i],t,n)<0&&(YS(this,t),(r[i]||(r[i]=[])).push({type:t,handler:n})),this}off(t,n){const i=this.eventName(t),r=this._handlers[i],o=this._handlerIndex(r,t,n);return o>=0&&r.splice(o,1),this}pickEvent(t){const n=Qp(t,this._canvas),i=this._origin;return this.pick(this._scene,n[0],n[1],n[0]-i[0],n[1]-i[1])}pick(t,n,i,r,o){const s=this.context();return Bn[t.marktype].pick.call(this,s,t,n,i,r,o)}}const eU=e=>e===rh||e===oh||e===sh?[rh,oh,sh]:[e];function YS(e,t){eU(t).forEach(n=>tU(e,n))}function tU(e,t){const n=e.canvas();n&&!e._events[t]&&(e._events[t]=1,n.addEventListener(t,e[t]?i=>e[t](i):i=>e.fire(t,i)))}function Nl(e,t,n){t.forEach(i=>e.fire(i,n))}function XS(e,t,n){return function(i){const r=this._active,o=this.pickEvent(i);o===r?Nl(this,e,i):((!r||!r.exit)&&Nl(this,n,i),this._active=o,Nl(this,t,i),Nl(this,e,i))}}function KS(e){return function(t){Nl(this,e,t),this._active=null}}function nU(){return typeof window<"u"&&window.devicePixelRatio||1}function iU(e,t,n,i,r,o){const s=typeof HTMLElement<"u"&&e instanceof HTMLElement&&e.parentNode!=null,a=e.getContext("2d"),u=s?nU():r;e.width=t*u,e.height=n*u;for(const l in o)a[l]=o[l];return s&&u!==1&&(e.style.width=t+"px",e.style.height=n+"px"),a.pixelRatio=u,a.setTransform(u,0,0,u,u*i[0],u*i[1]),e}class ah extends Zc{constructor(t){super(t),this._options={},this._redraw=!1,this._dirty=new st,this._tempb=new st}initialize(t,n,i,r,o,s){return this._options=s||{},this._canvas=this._options.externalContext?null:Co(1,1,this._options.type),t&&this._canvas&&(Wn(t,0).appendChild(this._canvas),this._canvas.setAttribute("class","marks")),super.initialize(t,n,i,r,o)}resize(t,n,i,r){if(super.resize(t,n,i,r),this._canvas)iU(this._canvas,this._width,this._height,this._origin,this._scale,this._options.context);else{const o=this._options.externalContext;o||O("CanvasRenderer is missing a valid canvas or context"),o.scale(this._scale,this._scale),o.translate(this._origin[0],this._origin[1])}return this._redraw=!0,this}canvas(){return this._canvas}context(){return this._options.externalContext||(this._canvas?this._canvas.getContext("2d"):null)}dirty(t){const n=this._tempb.clear().union(t.bounds);let i=t.mark.group;for(;i;)n.translate(i.x||0,i.y||0),i=i.mark.group;this._dirty.union(n)}_render(t,n){const i=this.context(),r=this._origin,o=this._width,s=this._height,a=this._dirty,u=rU(r,o,s);i.save();const l=this._redraw||a.empty()?(this._redraw=!1,u.expand(1)):oU(i,u.intersect(a),r);return this.clear(-r[0],-r[1],o,s),this.draw(i,t,l,n),i.restore(),a.clear(),this}draw(t,n,i,r){if(n.marktype!=="group"&&r!=null&&!r.includes(n.marktype))return;const o=Bn[n.marktype];n.clip&&nB(t,n),o.draw.call(this,t,n,i,r),n.clip&&t.restore()}clear(t,n,i,r){const o=this._options,s=this.context();o.type!=="pdf"&&!o.externalContext&&s.clearRect(t,n,i,r),this._bgcolor!=null&&(s.fillStyle=this._bgcolor,s.fillRect(t,n,i,r))}}const rU=(e,t,n)=>new st().set(0,0,t,n).translate(-e[0],-e[1]);function oU(e,t,n){return t.expand(1).round(),e.pixelRatio%1&&t.scale(e.pixelRatio).round().scale(1/e.pixelRatio),t.translate(-(n[0]%1),-(n[1]%1)),e.beginPath(),e.rect(t.x1,t.y1,t.width(),t.height()),e.clip(),t}class oD extends xx{constructor(t,n){super(t,n);const i=this;i._hrefHandler=Nm(i,(r,o)=>{o&&o.href&&i.handleHref(r,o,o.href)}),i._tooltipHandler=Nm(i,(r,o)=>{i.handleTooltip(r,o,r.type!==Xl)})}initialize(t,n,i){let r=this._svg;return r&&(r.removeEventListener(C1,this._hrefHandler),r.removeEventListener(A1,this._tooltipHandler),r.removeEventListener(Xl,this._tooltipHandler)),this._svg=r=t&&vx(t,"svg"),r&&(r.addEventListener(C1,this._hrefHandler),r.addEventListener(A1,this._tooltipHandler),r.addEventListener(Xl,this._tooltipHandler)),super.initialize(t,n,i)}canvas(){return this._svg}on(t,n){const i=this.eventName(t),r=this._handlers;if(this._handlerIndex(r[i],t,n)<0){const s={type:t,handler:n,listener:Nm(this,n)};(r[i]||(r[i]=[])).push(s),this._svg&&this._svg.addEventListener(i,s.listener)}return this}off(t,n){const i=this.eventName(t),r=this._handlers[i],o=this._handlerIndex(r,t,n);return o>=0&&(this._svg&&this._svg.removeEventListener(i,r[o].listener),r.splice(o,1)),this}}const Nm=(e,t)=>n=>{let i=n.target.__data__;i=Array.isArray(i)?i[0]:i,n.vegaType=n.type,t.call(e._obj,n,i)},sD="aria-hidden",wx="aria-label",Ex="role",Sx="aria-roledescription",aD="graphics-object",_x="graphics-symbol",uD=(e,t,n)=>({[Ex]:e,[Sx]:t,[wx]:n||void 0}),sU=wi(["axis-domain","axis-grid","axis-label","axis-tick","axis-title","legend-band","legend-entry","legend-gradient","legend-label","legend-title","legend-symbol","title"]),JS={axis:{desc:"axis",caption:lU},legend:{desc:"legend",caption:cU},"title-text":{desc:"title",caption:e=>`Title text '${ZS(e)}'`},"title-subtitle":{desc:"subtitle",caption:e=>`Subtitle text '${ZS(e)}'`}},QS={ariaRole:Ex,ariaRoleDescription:Sx,description:wx};function lD(e,t){const n=t.aria===!1;if(e(sD,n||void 0),n||t.description==null)for(const i in QS)e(QS[i],void 0);else{const i=t.mark.marktype;e(wx,t.description),e(Ex,t.ariaRole||(i==="group"?aD:_x)),e(Sx,t.ariaRoleDescription||`${i} mark`)}}function cD(e){return e.aria===!1?{[sD]:!0}:sU[e.role]?null:JS[e.role]?uU(e,JS[e.role]):aU(e)}function aU(e){const t=e.marktype,n=t==="group"||t==="text"||e.items.some(i=>i.description!=null&&i.aria!==!1);return uD(n?aD:_x,`${t} mark container`,e.description)}function uU(e,t){try{const n=e.items[0],i=t.caption||(()=>"");return uD(t.role||_x,t.desc,n.description||i(n))}catch{return null}}function ZS(e){return K(e.text).join(" ")}function lU(e){const t=e.datum,n=e.orient,i=t.title?fD(e):null,r=e.context,o=r.scales[t.scale].value,s=r.dataflow.locale(),a=o.type;return`${n==="left"||n==="right"?"Y":"X"}-axis`+(i?` titled '${i}'`:"")+` for a ${ou(a)?"discrete":a} scale with ${$M(s,o,e)}`}function cU(e){const t=e.datum,n=t.title?fD(e):null,i=`${t.type||""} legend`.trim(),r=t.scales,o=Object.keys(r),s=e.context,a=s.scales[r[o[0]]].value,u=s.dataflow.locale();return dU(i)+(n?` titled '${n}'`:"")+` for ${fU(o)} with ${$M(u,a,e)}`}function fD(e){try{return K(Ee(e.items).items[0].text).join(" ")}catch{return null}}function fU(e){return e=e.map(t=>t+(t==="fill"||t==="stroke"?" color":"")),e.length<2?e[0]:e.slice(0,-1).join(", ")+" and "+Ee(e)}function dU(e){return e.length?e[0].toUpperCase()+e.slice(1):e}const dD=e=>(e+"").replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;"),hU=e=>dD(e).replace(/"/g,"&quot;").replace(/\t/g,"&#x9;").replace(/\n/g,"&#xA;").replace(/\r/g,"&#xD;");function $x(){let e="",t="",n="";const i=[],r=()=>t=n="",o=u=>{t&&(e+=`${t}>${n}`,r()),i.push(u)},s=(u,l)=>(l!=null&&(t+=` ${u}="${hU(l)}"`),a),a={open(u,...l){o(u),t="<"+u;for(const c of l)for(const f in c)s(f,c[f]);return a},close(){const u=i.pop();return t?e+=t+(n?`>${n}</${u}>`:"/>"):e+=`</${u}>`,r(),a},attr:s,text:u=>(n+=dD(u),a),toString:()=>e};return a}const hD=e=>pD($x(),e)+"";function pD(e,t){if(e.open(t.tagName),t.hasAttributes()){const n=t.attributes,i=n.length;for(let r=0;r<i;++r)e.attr(n[r].name,n[r].value)}if(t.hasChildNodes()){const n=t.childNodes;for(const i of n)i.nodeType===3?e.text(i.nodeValue):pD(e,i)}return e.close()}const uh={fill:"fill",fillOpacity:"fill-opacity",stroke:"stroke",strokeOpacity:"stroke-opacity",strokeWidth:"stroke-width",strokeCap:"stroke-linecap",strokeJoin:"stroke-linejoin",strokeDash:"stroke-dasharray",strokeDashOffset:"stroke-dashoffset",strokeMiterLimit:"stroke-miterlimit",opacity:"opacity"},lh={blend:"mix-blend-mode"},gD={fill:"none","stroke-miterlimit":10},hl=0,e_="http://www.w3.org/2000/xmlns/",at=yc.xmlns;class kx extends Zc{constructor(t){super(t),this._dirtyID=0,this._dirty=[],this._svg=null,this._root=null,this._defs=null}initialize(t,n,i,r,o){return this._defs={},this._clearDefs(),t&&(this._svg=ut(t,0,"svg",at),this._svg.setAttributeNS(e_,"xmlns",at),this._svg.setAttributeNS(e_,"xmlns:xlink",yc["xmlns:xlink"]),this._svg.setAttribute("version",yc.version),this._svg.setAttribute("class","marks"),Wn(t,1),this._root=ut(this._svg,hl,"g",at),bo(this._root,gD),Wn(this._svg,hl+1)),this.background(this._bgcolor),super.initialize(t,n,i,r,o)}background(t){return arguments.length&&this._svg&&this._svg.style.setProperty("background-color",t),super.background(...arguments)}resize(t,n,i,r){return super.resize(t,n,i,r),this._svg&&(bo(this._svg,{width:this._width*this._scale,height:this._height*this._scale,viewBox:`0 0 ${this._width} ${this._height}`}),this._root.setAttribute("transform",`translate(${this._origin})`)),this._dirty=[],this}canvas(){return this._svg}svg(){const t=this._svg,n=this._bgcolor;if(!t)return null;let i;n&&(t.removeAttribute("style"),i=ut(t,hl,"rect",at),bo(i,{width:this._width,height:this._height,fill:n}));const r=hD(t);return n&&(t.removeChild(i),this._svg.style.setProperty("background-color",n)),r}_render(t,n){return this._dirtyCheck()&&(this._dirtyAll&&this._clearDefs(),this.mark(this._root,t,void 0,n),Wn(this._root,1)),this.defs(),this._dirty=[],++this._dirtyID,this}dirty(t){t.dirty!==this._dirtyID&&(t.dirty=this._dirtyID,this._dirty.push(t))}isDirty(t){return this._dirtyAll||!t._svg||!t._svg.ownerSVGElement||t.dirty===this._dirtyID}_dirtyCheck(){this._dirtyAll=!0;const t=this._dirty;if(!t.length||!this._dirtyID)return!0;const n=++this._dirtyID;let i,r,o,s,a,u,l;for(a=0,u=t.length;a<u;++a)if(i=t[a],r=i.mark,r.marktype!==o&&(o=r.marktype,s=Bn[o]),r.zdirty&&r.dirty!==n&&(this._dirtyAll=!1,t_(i,n),r.items.forEach(c=>{c.dirty=n})),!r.zdirty){if(i.exit){s.nested&&r.items.length?(l=r.items[0],l._svg&&this._update(s,l._svg,l)):i._svg&&(l=i._svg.parentNode,l&&l.removeChild(i._svg)),i._svg=null;continue}i=s.nested?r.items[0]:i,i._update!==n&&(!i._svg||!i._svg.ownerSVGElement?(this._dirtyAll=!1,t_(i,n)):this._update(s,i._svg,i),i._update=n)}return!this._dirtyAll}mark(t,n,i,r){if(!this.isDirty(n))return n._svg;const o=this._svg,s=n.marktype,a=Bn[s],u=n.interactive===!1?"none":null,l=a.tag==="g",c=n_(n,t,i,"g",o);if(s!=="group"&&r!=null&&!r.includes(s))return Wn(c,0),n._svg;c.setAttribute("class",QM(n));const f=cD(n);for(const g in f)Jt(c,g,f[g]);l||Jt(c,"pointer-events",u),Jt(c,"clip-path",n.clip?ix(this,n,n.group):null);let d=null,h=0;const p=g=>{const m=this.isDirty(g),y=n_(g,c,d,a.tag,o);m&&(this._update(a,y,g),l&&mU(this,y,g,r)),d=y,++h};return a.nested?n.items.length&&p(n.items[0]):Si(n,p),Wn(c,h),c}_update(t,n,i){Or=n,It=n.__values__,lD(Kl,i),t.attr(Kl,i,this);const r=bU[t.type];r&&r.call(this,t,n,i),Or&&this.style(Or,i)}style(t,n){if(n!=null){for(const i in uh){let r=i==="font"?Qc(n):n[i];if(r===It[i])continue;const o=uh[i];r==null?t.removeAttribute(o):(ex(r)&&(r=AM(r,this._defs.gradient,mD())),t.setAttribute(o,r+"")),It[i]=r}for(const i in lh)xd(t,lh[i],n[i])}}defs(){const t=this._svg,n=this._defs;let i=n.el,r=0;for(const o in n.gradient)i||(n.el=i=ut(t,hl+1,"defs",at)),r=pU(i,n.gradient[o],r);for(const o in n.clipping)i||(n.el=i=ut(t,hl+1,"defs",at)),r=gU(i,n.clipping[o],r);i&&(r===0?(t.removeChild(i),n.el=null):Wn(i,r))}_clearDefs(){const t=this._defs;t.gradient={},t.clipping={}}}function t_(e,t){for(;e&&e.dirty!==t;e=e.mark.group)if(e.dirty=t,e.mark&&e.mark.dirty!==t)e.mark.dirty=t;else return}function pU(e,t,n){let i,r,o;if(t.gradient==="radial"){let s=ut(e,n++,"pattern",at);bo(s,{id:Jd+t.id,viewBox:"0,0,1,1",width:"100%",height:"100%",preserveAspectRatio:"xMidYMid slice"}),s=ut(s,0,"rect",at),bo(s,{width:1,height:1,fill:`url(${mD()}#${t.id})`}),e=ut(e,n++,"radialGradient",at),bo(e,{id:t.id,fx:t.x1,fy:t.y1,fr:t.r1,cx:t.x2,cy:t.y2,r:t.r2})}else e=ut(e,n++,"linearGradient",at),bo(e,{id:t.id,x1:t.x1,x2:t.x2,y1:t.y1,y2:t.y2});for(i=0,r=t.stops.length;i<r;++i)o=ut(e,i,"stop",at),o.setAttribute("offset",t.stops[i].offset),o.setAttribute("stop-color",t.stops[i].color);return Wn(e,i),n}function gU(e,t,n){let i;return e=ut(e,n,"clipPath",at),e.setAttribute("id",t.id),t.path?(i=ut(e,0,"path",at),i.setAttribute("d",t.path)):(i=ut(e,0,"rect",at),bo(i,{x:0,y:0,width:t.width,height:t.height})),Wn(e,1),n+1}function mU(e,t,n,i){t=t.lastChild.previousSibling;let r,o=0;Si(n,s=>{r=e.mark(t,s,r,i),++o}),Wn(t,1+o)}function n_(e,t,n,i,r){let o=e._svg,s;if(!o&&(s=t.ownerDocument,o=yo(s,i,at),e._svg=o,e.mark&&(o.__data__=e,o.__values__={fill:"default"},i==="g"))){const a=yo(s,"path",at);o.appendChild(a),a.__data__=e;const u=yo(s,"g",at);o.appendChild(u),u.__data__=e;const l=yo(s,"path",at);o.appendChild(l),l.__data__=e,l.__values__={fill:"default"}}return(o.ownerSVGElement!==r||yU(o,n))&&t.insertBefore(o,n?n.nextSibling:t.firstChild),o}function yU(e,t){return e.parentNode&&e.parentNode.childNodes.length>1&&e.previousSibling!=t}let Or=null,It=null;const bU={group(e,t,n){const i=Or=t.childNodes[2];It=i.__values__,e.foreground(Kl,n,this),It=t.__values__,Or=t.childNodes[1],e.content(Kl,n,this);const r=Or=t.childNodes[0];e.background(Kl,n,this);const o=n.mark.interactive===!1?"none":null;if(o!==It.events&&(Jt(i,"pointer-events",o),Jt(r,"pointer-events",o),It.events=o),n.strokeForeground&&n.stroke){const s=n.fill;Jt(i,"display",null),this.style(r,n),Jt(r,"stroke",null),s&&(n.fill=null),It=i.__values__,this.style(i,n),s&&(n.fill=s),Or=null}else Jt(i,"display","none")},image(e,t,n){n.smooth===!1?(xd(t,"image-rendering","optimizeSpeed"),xd(t,"image-rendering","pixelated")):xd(t,"image-rendering",null)},text(e,t,n){const i=Jc(n);let r,o,s,a;P(i)?(o=i.map(u=>No(n,u)),r=o.join(`
7
+ `),r!==It.text&&(Wn(t,0),s=t.ownerDocument,a=Ro(n),o.forEach((u,l)=>{const c=yo(s,"tspan",at);c.__data__=n,c.textContent=u,l&&(c.setAttribute("x",0),c.setAttribute("dy",a)),t.appendChild(c)}),It.text=r)):(o=No(n,i),o!==It.text&&(t.textContent=o,It.text=o)),Jt(t,"font-family",Qc(n)),Jt(t,"font-size",lr(n)+"px"),Jt(t,"font-style",n.fontStyle),Jt(t,"font-variant",n.fontVariant),Jt(t,"font-weight",n.fontWeight)}};function Kl(e,t,n){t!==It[e]&&(n?vU(Or,e,t,n):Jt(Or,e,t),It[e]=t)}function xd(e,t,n){n!==It[t]&&(n==null?e.style.removeProperty(t):e.style.setProperty(t,n+""),It[t]=n)}function bo(e,t){for(const n in t)Jt(e,n,t[n])}function Jt(e,t,n){n!=null?e.setAttribute(t,n):e.removeAttribute(t)}function vU(e,t,n,i){n!=null?e.setAttributeNS(i,t,n):e.removeAttributeNS(i,t)}function mD(){let e;return typeof window>"u"?"":(e=window.location).hash?e.href.slice(0,-e.hash.length):e.href}class yD extends Zc{constructor(t){super(t),this._text=null,this._defs={gradient:{},clipping:{}}}svg(){return this._text}_render(t){const n=$x();n.open("svg",pe({},yc,{class:"marks",width:this._width*this._scale,height:this._height*this._scale,viewBox:`0 0 ${this._width} ${this._height}`}));const i=this._bgcolor;return i&&i!=="transparent"&&i!=="none"&&n.open("rect",{width:this._width,height:this._height,fill:i}).close(),n.open("g",gD,{transform:"translate("+this._origin+")"}),this.mark(n,t),n.close(),this.defs(n),this._text=n.close()+"",this}mark(t,n){const i=Bn[n.marktype],r=i.tag,o=[lD,i.attr];t.open("g",{class:QM(n),"clip-path":n.clip?ix(this,n,n.group):null},cD(n),{"pointer-events":r!=="g"&&n.interactive===!1?"none":null});const s=a=>{const u=this.href(a);if(u&&t.open("a",u),t.open(r,this.attr(n,a,o,r!=="g"?r:null)),r==="text"){const l=Jc(a);if(P(l)){const c={x:0,dy:Ro(a)};for(let f=0;f<l.length;++f)t.open("tspan",f?c:null).text(No(a,l[f])).close()}else t.text(No(a,l))}else if(r==="g"){const l=a.strokeForeground,c=a.fill,f=a.stroke;l&&f&&(a.stroke=null),t.open("path",this.attr(n,a,i.background,"bgrect")).close(),t.open("g",this.attr(n,a,i.content)),Si(a,d=>this.mark(t,d)),t.close(),l&&f?(c&&(a.fill=null),a.stroke=f,t.open("path",this.attr(n,a,i.foreground,"bgrect")).close(),c&&(a.fill=c)):t.open("path",this.attr(n,a,i.foreground,"bgfore")).close()}t.close(),u&&t.close()};return i.nested?n.items&&n.items.length&&s(n.items[0]):Si(n,s),t.close()}href(t){const n=t.href;let i;if(n){if(i=this._hrefs&&this._hrefs[n])return i;this.sanitizeURL(n).then(r=>{r["xlink:href"]=r.href,r.href=null,(this._hrefs||(this._hrefs={}))[n]=r})}return null}attr(t,n,i,r){const o={},s=(a,u,l,c)=>{o[c||a]=u};return Array.isArray(i)?i.forEach(a=>a(s,n,this)):i(s,n,this),r&&xU(o,n,t,r,this._defs),o}defs(t){const n=this._defs.gradient,i=this._defs.clipping;if(Object.keys(n).length+Object.keys(i).length!==0){t.open("defs");for(const o in n){const s=n[o],a=s.stops;s.gradient==="radial"?(t.open("pattern",{id:Jd+o,viewBox:"0,0,1,1",width:"100%",height:"100%",preserveAspectRatio:"xMidYMid slice"}),t.open("rect",{width:"1",height:"1",fill:"url(#"+o+")"}).close(),t.close(),t.open("radialGradient",{id:o,fx:s.x1,fy:s.y1,fr:s.r1,cx:s.x2,cy:s.y2,r:s.r2})):t.open("linearGradient",{id:o,x1:s.x1,x2:s.x2,y1:s.y1,y2:s.y2});for(let u=0;u<a.length;++u)t.open("stop",{offset:a[u].offset,"stop-color":a[u].color}).close();t.close()}for(const o in i){const s=i[o];t.open("clipPath",{id:o}),s.path?t.open("path",{d:s.path}).close():t.open("rect",{x:0,y:0,width:s.width,height:s.height}).close(),t.close()}t.close()}}}function xU(e,t,n,i,r){let o;if(t==null||(i==="bgrect"&&n.interactive===!1&&(e["pointer-events"]="none"),i==="bgfore"&&(n.interactive===!1&&(e["pointer-events"]="none"),e.display="none",t.fill!==null)))return e;i==="image"&&t.smooth===!1&&(o=["image-rendering: optimizeSpeed;","image-rendering: pixelated;"]),i==="text"&&(e["font-family"]=Qc(t),e["font-size"]=lr(t)+"px",e["font-style"]=t.fontStyle,e["font-variant"]=t.fontVariant,e["font-weight"]=t.fontWeight);for(const s in uh){let a=t[s];const u=uh[s];a==="transparent"&&(u==="fill"||u==="stroke")||a!=null&&(ex(a)&&(a=AM(a,r.gradient,"")),e[u]=a)}for(const s in lh){const a=t[s];a!=null&&(o=o||[],o.push(`${lh[s]}: ${a};`))}return o&&(e.style=o.join(" ")),e}const fi={svgMarkTypes:["text"],svgOnTop:!0,debug:!1};function wU(e){fi.svgMarkTypes=e.svgMarkTypes??["text"],fi.svgOnTop=e.svgOnTop??!0,fi.debug=e.debug??!1}class F1 extends Zc{constructor(t){super(t),this._svgRenderer=new kx(t),this._canvasRenderer=new ah(t)}initialize(t,n,i,r,o){this._root_el=ut(t,0,"div");const s=ut(this._root_el,0,"div"),a=ut(this._root_el,1,"div");return this._root_el.style.position="relative",fi.debug||(s.style.height="100%",a.style.position="absolute",a.style.top="0",a.style.left="0",a.style.height="100%",a.style.width="100%"),this._svgEl=fi.svgOnTop?a:s,this._canvasEl=fi.svgOnTop?s:a,this._svgEl.style.pointerEvents="none",this._canvasRenderer.initialize(this._canvasEl,n,i,r,o),this._svgRenderer.initialize(this._svgEl,n,i,r,o),super.initialize(t,n,i,r,o)}dirty(t){return fi.svgMarkTypes.includes(t.mark.marktype)?this._svgRenderer.dirty(t):this._canvasRenderer.dirty(t),this}_render(t,n){const r=(n??["arc","area","image","line","path","rect","rule","shape","symbol","text","trail"]).filter(o=>!fi.svgMarkTypes.includes(o));this._svgRenderer.render(t,fi.svgMarkTypes),this._canvasRenderer.render(t,r)}resize(t,n,i,r){return super.resize(t,n,i,r),this._svgRenderer.resize(t,n,i,r),this._canvasRenderer.resize(t,n,i,r),this}background(t){return fi.svgOnTop?this._canvasRenderer.background(t):this._svgRenderer.background(t),this}}class bD extends ef{constructor(t,n){super(t,n)}initialize(t,n,i){const r=ut(ut(t,0,"div"),fi.svgOnTop?0:1,"div");return super.initialize(r,n,i)}}const vD="canvas",xD="hybrid",wD="png",ED="svg",SD="none",vo={Canvas:vD,PNG:wD,SVG:ED,Hybrid:xD,None:SD},Ls={};Ls[vD]=Ls[wD]={renderer:ah,headless:ah,handler:ef};Ls[ED]={renderer:kx,headless:yD,handler:oD};Ls[xD]={renderer:F1,headless:F1,handler:bD};Ls[SD]={};function Zp(e,t){return e=String(e||"").toLowerCase(),arguments.length>1?(Ls[e]=t,this):Ls[e]}function _D(e,t,n){const i=[],r=new st().union(t),o=e.marktype;return o?$D(e,r,n,i):o==="group"?kD(e,r,n,i):O("Intersect scene must be mark node or group item.")}function $D(e,t,n,i){if(EU(e,t,n)){const r=e.items,o=e.marktype,s=r.length;let a=0;if(o==="group")for(;a<s;++a)kD(r[a],t,n,i);else for(const u=Bn[o].isect;a<s;++a){const l=r[a];AD(l,t,u)&&i.push(l)}}return i}function EU(e,t,n){return e.bounds&&t.intersects(e.bounds)&&(e.marktype==="group"||e.interactive!==!1&&(!n||n(e)))}function kD(e,t,n,i){n&&n(e.mark)&&AD(e,t,Bn.group.isect)&&i.push(e);const r=e.items,o=r&&r.length;if(o){const s=e.x||0,a=e.y||0;t.translate(-s,-a);for(let u=0;u<o;++u)$D(r[u],t,n,i);t.translate(s,a)}return i}function AD(e,t,n){const i=e.bounds;return t.encloses(i)||t.intersects(i)&&n(e,t)}const Lm=new st;function CD(e){const t=e.clip;if(fe(t))t(Xc(Lm.clear()));else if(t)Lm.set(0,0,e.group.width,e.group.height);else return;e.bounds.intersect(Lm)}const SU=1e-9;function Ax(e,t,n){return e===t?!0:n==="path"?FD(e,t):e instanceof Date&&t instanceof Date?+e==+t:$e(e)&&$e(t)?Math.abs(e-t)<=SU:!e||!t||!Y(e)&&!Y(t)?e==t:_U(e,t)}function FD(e,t){return Ax(su(e),su(t))}function _U(e,t){var n=Object.keys(e),i=Object.keys(t),r,o;if(n.length!==i.length)return!1;for(n.sort(),i.sort(),o=n.length-1;o>=0;o--)if(n[o]!=i[o])return!1;for(o=n.length-1;o>=0;o--)if(r=n[o],!Ax(e[r],t[r],r))return!1;return typeof e==typeof t}function $U(){B7(),Y8()}const lu="top",pi="left",gi="right",Lo="bottom",kU="top-left",AU="top-right",CU="bottom-left",FU="bottom-right",Cx="start",T1="middle",Qt="end",TU="x",MU="y",eg="group",Fx="axis",Tx="title",DU="frame",OU="scope",Mx="legend",TD="row-header",MD="row-footer",DD="row-title",OD="column-header",RD="column-footer",ND="column-title",RU="padding",NU="symbol",LD="fit",PD="fit-x",ID="fit-y",LU="pad",Dx="none",Of="all",M1="each",Ox="flush",xo="column",wo="row";function zD(e){D.call(this,null,e)}G(zD,D,{transform(e,t){const n=t.dataflow,i=e.mark,r=i.marktype,o=Bn[r],s=o.bound;let a=i.bounds,u;if(o.nested)i.items.length&&n.dirty(i.items[0]),a=Rf(i,s),i.items.forEach(l=>{l.bounds.clear().union(a)});else if(r===eg||e.modified())switch(t.visit(t.MOD,l=>n.dirty(l)),a.clear(),i.items.forEach(l=>a.union(Rf(l,s))),i.role){case Fx:case Mx:case Tx:t.reflow()}else u=t.changed(t.REM),t.visit(t.ADD,l=>{a.union(Rf(l,s))}),t.visit(t.MOD,l=>{u=u||a.alignsWith(l.bounds),n.dirty(l),a.union(Rf(l,s))}),u&&(a.clear(),i.items.forEach(l=>a.union(l.bounds)));return CD(i),t.modifies("bounds")}});function Rf(e,t,n){return t(e.bounds.clear(),e,n)}const i_=":vega_identifier:";function Rx(e){D.call(this,0,e)}Rx.Definition={type:"Identifier",metadata:{modifies:!0},params:[{name:"as",type:"string",required:!0}]};G(Rx,D,{transform(e,t){const n=PU(t.dataflow),i=e.as;let r=n.value;return t.visit(t.ADD,o=>o[i]=o[i]||++r),n.set(this.value=r),t}});function PU(e){return e._signals[i_]||(e._signals[i_]=e.add(0))}function BD(e){D.call(this,null,e)}G(BD,D,{transform(e,t){let n=this.value;n||(n=t.dataflow.scenegraph().mark(e.markdef,IU(e),e.index),n.group.context=e.context,e.context.group||(e.context.group=n.group),n.source=this.source,n.clip=e.clip,n.interactive=e.interactive,this.value=n);const i=n.marktype===eg?Hp:Wp;return t.visit(t.ADD,r=>i.call(r,n)),(e.modified("clip")||e.modified("interactive"))&&(n.clip=e.clip,n.interactive=!!e.interactive,n.zdirty=!0,t.reflow()),n.items=t.source,t}});function IU(e){const t=e.groups,n=e.parent;return t&&t.size===1?t.get(Object.keys(t.object)[0]):t&&n?t.lookup(n):null}function UD(e){D.call(this,null,e)}const r_={parity:e=>e.filter((t,n)=>n%2?t.opacity=0:1),greedy:(e,t)=>{let n;return e.filter((i,r)=>!r||!jD(n.bounds,i.bounds,t)?(n=i,1):i.opacity=0)}},jD=(e,t,n)=>n>Math.max(t.x1-e.x2,e.x1-t.x2,t.y1-e.y2,e.y1-t.y2),o_=(e,t)=>{for(var n=1,i=e.length,r=e[0].bounds,o;n<i;r=o,++n)if(jD(r,o=e[n].bounds,t))return!0},zU=e=>{const t=e.bounds;return t.width()>1&&t.height()>1},BU=(e,t,n)=>{var i=e.range(),r=new st;return t===lu||t===Lo?r.set(i[0],-1/0,i[1],1/0):r.set(-1/0,i[0],1/0,i[1]),r.expand(n||1),o=>r.encloses(o.bounds)},s_=e=>(e.forEach(t=>t.opacity=1),e),a_=(e,t)=>e.reflow(t.modified()).modifies("opacity");G(UD,D,{transform(e,t){const n=r_[e.method]||r_.parity,i=e.separation||0;let r=t.materialize(t.SOURCE).source,o,s;if(!r||!r.length)return;if(!e.method)return e.modified("method")&&(s_(r),t=a_(t,e)),t;if(r=r.filter(zU),!r.length)return;if(e.sort&&(r=r.slice().sort(e.sort)),o=s_(r),t=a_(t,e),o.length>=3&&o_(o,i)){do o=n(o,i);while(o.length>=3&&o_(o,i));o.length<3&&!Ee(r).opacity&&(o.length>1&&(Ee(o).opacity=0),Ee(r).opacity=1)}e.boundScale&&e.boundTolerance>=0&&(s=BU(e.boundScale,e.boundOrient,+e.boundTolerance),r.forEach(u=>{s(u)||(u.opacity=0)}));const a=o[0].mark.bounds.clear();return r.forEach(u=>{u.opacity&&a.union(u.bounds)}),t}});function qD(e){D.call(this,null,e)}G(qD,D,{transform(e,t){const n=t.dataflow;if(t.visit(t.ALL,i=>n.dirty(i)),t.fields&&t.fields.zindex){const i=t.source&&t.source[0];i&&(i.mark.zdirty=!0)}}});const Pt=new st;function La(e,t,n){return e[t]===n?0:(e[t]=n,1)}function UU(e){var t=e.items[0].orient;return t===pi||t===gi}function jU(e){let t=+e.grid;return[e.ticks?t++:-1,e.labels?t++:-1,t+ +e.domain]}function qU(e,t,n,i){var r=t.items[0],o=r.datum,s=r.translate!=null?r.translate:.5,a=r.orient,u=jU(o),l=r.range,c=r.offset,f=r.position,d=r.minExtent,h=r.maxExtent,p=o.title&&r.items[u[2]].items[0],g=r.titlePadding,m=r.bounds,y=p&&mx(p),b=0,v=0,x,E;switch(Pt.clear().union(m),m.clear(),(x=u[0])>-1&&m.union(r.items[x].bounds),(x=u[1])>-1&&m.union(r.items[x].bounds),a){case lu:b=f||0,v=-c,E=Math.max(d,Math.min(h,-m.y1)),m.add(0,-E).add(l,0),p&&Nf(e,p,E,g,y,0,-1,m);break;case pi:b=-c,v=f||0,E=Math.max(d,Math.min(h,-m.x1)),m.add(-E,0).add(0,l),p&&Nf(e,p,E,g,y,1,-1,m);break;case gi:b=n+c,v=f||0,E=Math.max(d,Math.min(h,m.x2)),m.add(0,0).add(E,l),p&&Nf(e,p,E,g,y,1,1,m);break;case Lo:b=f||0,v=i+c,E=Math.max(d,Math.min(h,m.y2)),m.add(0,0).add(l,E),p&&Nf(e,p,E,g,0,0,1,m);break;default:b=r.x,v=r.y}return Yr(m.translate(b,v),r),La(r,"x",b+s)|La(r,"y",v+s)&&(r.bounds=Pt,e.dirty(r),r.bounds=m,e.dirty(r)),r.mark.bounds.clear().union(m)}function Nf(e,t,n,i,r,o,s,a){const u=t.bounds;if(t.auto){const l=s*(n+r+i);let c=0,f=0;e.dirty(t),o?c=(t.x||0)-(t.x=l):f=(t.y||0)-(t.y=l),t.mark.bounds.clear().union(u.translate(-c,-f)),e.dirty(t)}a.union(u)}const u_=(e,t)=>Math.floor(Math.min(e,t)),l_=(e,t)=>Math.ceil(Math.max(e,t));function WU(e){var t=e.items,n=t.length,i=0,r,o;const s={marks:[],rowheaders:[],rowfooters:[],colheaders:[],colfooters:[],rowtitle:null,coltitle:null};for(;i<n;++i)if(r=t[i],o=r.items,r.marktype===eg)switch(r.role){case Fx:case Mx:case Tx:break;case TD:s.rowheaders.push(...o);break;case MD:s.rowfooters.push(...o);break;case OD:s.colheaders.push(...o);break;case RD:s.colfooters.push(...o);break;case DD:s.rowtitle=o[0];break;case ND:s.coltitle=o[0];break;default:s.marks.push(...o)}return s}function HU(e){return new st().set(0,0,e.width||0,e.height||0)}function GU(e){const t=e.bounds.clone();return t.empty()?t.set(0,0,0,0):t.translate(-(e.x||0),-(e.y||0))}function qe(e,t,n){const i=Y(e)?e[t]:e;return i??(n!==void 0?n:0)}function c_(e){return e<0?Math.ceil(-e):0}function WD(e,t,n){var i=!n.nodirty,r=n.bounds===Ox?HU:GU,o=Pt.set(0,0,0,0),s=qe(n.align,xo),a=qe(n.align,wo),u=qe(n.padding,xo),l=qe(n.padding,wo),c=n.columns||t.length,f=c<=0?1:Math.ceil(t.length/c),d=t.length,h=Array(d),p=Array(c),g=0,m=Array(d),y=Array(f),b=0,v=Array(d),x=Array(d),E=Array(d),S,w,_,$,A,F,N,M,C,k,T;for(w=0;w<c;++w)p[w]=0;for(w=0;w<f;++w)y[w]=0;for(w=0;w<d;++w)F=t[w],A=E[w]=r(F),F.x=F.x||0,v[w]=0,F.y=F.y||0,x[w]=0,_=w%c,$=~~(w/c),g=Math.max(g,N=Math.ceil(A.x2)),b=Math.max(b,M=Math.ceil(A.y2)),p[_]=Math.max(p[_],N),y[$]=Math.max(y[$],M),h[w]=u+c_(A.x1),m[w]=l+c_(A.y1),i&&e.dirty(t[w]);for(w=0;w<d;++w)w%c===0&&(h[w]=0),w<c&&(m[w]=0);if(s===M1)for(_=1;_<c;++_){for(T=0,w=_;w<d;w+=c)T<h[w]&&(T=h[w]);for(w=_;w<d;w+=c)h[w]=T+p[_-1]}else if(s===Of){for(T=0,w=0;w<d;++w)w%c&&T<h[w]&&(T=h[w]);for(w=0;w<d;++w)w%c&&(h[w]=T+g)}else for(s=!1,_=1;_<c;++_)for(w=_;w<d;w+=c)h[w]+=p[_-1];if(a===M1)for($=1;$<f;++$){for(T=0,w=$*c,S=w+c;w<S;++w)T<m[w]&&(T=m[w]);for(w=$*c;w<S;++w)m[w]=T+y[$-1]}else if(a===Of){for(T=0,w=c;w<d;++w)T<m[w]&&(T=m[w]);for(w=c;w<d;++w)m[w]=T+b}else for(a=!1,$=1;$<f;++$)for(w=$*c,S=w+c;w<S;++w)m[w]+=y[$-1];for(C=0,w=0;w<d;++w)C=h[w]+(w%c?C:0),v[w]+=C-t[w].x;for(_=0;_<c;++_)for(k=0,w=_;w<d;w+=c)k+=m[w],x[w]+=k-t[w].y;if(s&&qe(n.center,xo)&&f>1)for(w=0;w<d;++w)A=s===Of?g:p[w%c],C=A-E[w].x2-t[w].x-v[w],C>0&&(v[w]+=C/2);if(a&&qe(n.center,wo)&&c!==1)for(w=0;w<d;++w)A=a===Of?b:y[~~(w/c)],k=A-E[w].y2-t[w].y-x[w],k>0&&(x[w]+=k/2);for(w=0;w<d;++w)o.union(E[w].translate(v[w],x[w]));switch(C=qe(n.anchor,TU),k=qe(n.anchor,MU),qe(n.anchor,xo)){case Qt:C-=o.width();break;case T1:C-=o.width()/2}switch(qe(n.anchor,wo)){case Qt:k-=o.height();break;case T1:k-=o.height()/2}for(C=Math.round(C),k=Math.round(k),o.clear(),w=0;w<d;++w)t[w].mark.bounds.clear();for(w=0;w<d;++w)F=t[w],F.x+=v[w]+=C,F.y+=x[w]+=k,o.union(F.mark.bounds.union(F.bounds.translate(v[w],x[w]))),i&&e.dirty(F);return o}function VU(e,t,n){var i=WU(t),r=i.marks,o=n.bounds===Ox?YU:XU,s=n.offset,a=n.columns||r.length,u=a<=0?1:Math.ceil(r.length/a),l=u*a,c,f,d,h,p,g,m;const y=WD(e,r,n);y.empty()&&y.set(0,0,0,0),i.rowheaders&&(g=qe(n.headerBand,wo,null),c=Lf(e,i.rowheaders,r,a,u,-qe(s,"rowHeader"),u_,0,o,"x1",0,a,1,g)),i.colheaders&&(g=qe(n.headerBand,xo,null),f=Lf(e,i.colheaders,r,a,a,-qe(s,"columnHeader"),u_,1,o,"y1",0,1,a,g)),i.rowfooters&&(g=qe(n.footerBand,wo,null),d=Lf(e,i.rowfooters,r,a,u,qe(s,"rowFooter"),l_,0,o,"x2",a-1,a,1,g)),i.colfooters&&(g=qe(n.footerBand,xo,null),h=Lf(e,i.colfooters,r,a,a,qe(s,"columnFooter"),l_,1,o,"y2",l-a,1,a,g)),i.rowtitle&&(p=qe(n.titleAnchor,wo),m=qe(s,"rowTitle"),m=p===Qt?d+m:c-m,g=qe(n.titleBand,wo,.5),f_(e,i.rowtitle,m,0,y,g)),i.coltitle&&(p=qe(n.titleAnchor,xo),m=qe(s,"columnTitle"),m=p===Qt?h+m:f-m,g=qe(n.titleBand,xo,.5),f_(e,i.coltitle,m,1,y,g))}function YU(e,t){return t==="x1"?e.x||0:t==="y1"?e.y||0:t==="x2"?(e.x||0)+(e.width||0):t==="y2"?(e.y||0)+(e.height||0):void 0}function XU(e,t){return e.bounds[t]}function Lf(e,t,n,i,r,o,s,a,u,l,c,f,d,h){var p=n.length,g=0,m=0,y,b,v,x,E,S,w,_,$;if(!p)return g;for(y=c;y<p;y+=f)n[y]&&(g=s(g,u(n[y],l)));if(!t.length)return g;for(t.length>r&&(e.warn("Grid headers exceed limit: "+r),t=t.slice(0,r)),g+=o,b=0,x=t.length;b<x;++b)e.dirty(t[b]),t[b].mark.bounds.clear();for(y=c,b=0,x=t.length;b<x;++b,y+=f){for(S=t[b],E=S.mark.bounds,v=y;v>=0&&(w=n[v])==null;v-=d);a?(_=h==null?w.x:Math.round(w.bounds.x1+h*w.bounds.width()),$=g):(_=g,$=h==null?w.y:Math.round(w.bounds.y1+h*w.bounds.height())),E.union(S.bounds.translate(_-(S.x||0),$-(S.y||0))),S.x=_,S.y=$,e.dirty(S),m=s(m,E[l])}return m}function f_(e,t,n,i,r,o){if(t){e.dirty(t);var s=n,a=n;i?s=Math.round(r.x1+o*r.width()):a=Math.round(r.y1+o*r.height()),t.bounds.translate(s-(t.x||0),a-(t.y||0)),t.mark.bounds.clear().union(t.bounds),t.x=s,t.y=a,e.dirty(t)}}function KU(e,t){const n=e[t]||{};return(i,r)=>n[i]!=null?n[i]:e[i]!=null?e[i]:r}function JU(e,t){let n=-1/0;return e.forEach(i=>{i.offset!=null&&(n=Math.max(n,i.offset))}),n>-1/0?n:t}function QU(e,t,n,i,r,o,s){const a=KU(n,t),u=JU(e,a("offset",0)),l=a("anchor",Cx),c=l===Qt?1:l===T1?.5:0,f={align:M1,bounds:a("bounds",Ox),columns:a("direction")==="vertical"?1:e.length,padding:a("margin",8),center:a("center"),nodirty:!0};switch(t){case pi:f.anchor={x:Math.floor(i.x1)-u,column:Qt,y:c*(s||i.height()+2*i.y1),row:l};break;case gi:f.anchor={x:Math.ceil(i.x2)+u,y:c*(s||i.height()+2*i.y1),row:l};break;case lu:f.anchor={y:Math.floor(r.y1)-u,row:Qt,x:c*(o||r.width()+2*r.x1),column:l};break;case Lo:f.anchor={y:Math.ceil(r.y2)+u,x:c*(o||r.width()+2*r.x1),column:l};break;case kU:f.anchor={x:u,y:u};break;case AU:f.anchor={x:o-u,y:u,column:Qt};break;case CU:f.anchor={x:u,y:s-u,row:Qt};break;case FU:f.anchor={x:o-u,y:s-u,column:Qt,row:Qt};break}return f}function ZU(e,t){var n=t.items[0],i=n.datum,r=n.orient,o=n.bounds,s=n.x,a=n.y,u,l;return n._bounds?n._bounds.clear().union(o):n._bounds=o.clone(),o.clear(),tj(e,n,n.items[0].items[0]),o=ej(n,o),u=2*n.padding,l=2*n.padding,o.empty()||(u=Math.ceil(o.width()+u),l=Math.ceil(o.height()+l)),i.type===NU&&nj(n.items[0].items[0].items[0].items),r!==Dx&&(n.x=s=0,n.y=a=0),n.width=u,n.height=l,Yr(o.set(s,a,s+u,a+l),n),n.mark.bounds.clear().union(o),n}function ej(e,t){return e.items.forEach(n=>t.union(n.bounds)),t.x1=e.padding,t.y1=e.padding,t}function tj(e,t,n){var i=t.padding,r=i-n.x,o=i-n.y;if(!t.datum.title)(r||o)&&pl(e,n,r,o);else{var s=t.items[1].items[0],a=s.anchor,u=t.titlePadding||0,l=i-s.x,c=i-s.y;switch(s.orient){case pi:r+=Math.ceil(s.bounds.width())+u;break;case gi:case Lo:break;default:o+=s.bounds.height()+u}switch((r||o)&&pl(e,n,r,o),s.orient){case pi:c+=Ea(t,n,s,a,1,1);break;case gi:l+=Ea(t,n,s,Qt,0,0)+u,c+=Ea(t,n,s,a,1,1);break;case Lo:l+=Ea(t,n,s,a,0,0),c+=Ea(t,n,s,Qt,-1,0,1)+u;break;default:l+=Ea(t,n,s,a,0,0)}(l||c)&&pl(e,s,l,c),(l=Math.round(s.bounds.x1-i))<0&&(pl(e,n,-l,0),pl(e,s,-l,0))}}function Ea(e,t,n,i,r,o,s){const a=e.datum.type!=="symbol",u=n.datum.vgrad,l=a&&(o||!u)&&!s?t.items[0]:t,c=l.bounds[r?"y2":"x2"]-e.padding,f=u&&o?c:0,d=u&&o?0:c,h=r<=0?0:mx(n);return Math.round(i===Cx?f:i===Qt?d-h:.5*(c-h))}function pl(e,t,n,i){t.x+=n,t.y+=i,t.bounds.translate(n,i),t.mark.bounds.translate(n,i),e.dirty(t)}function nj(e){const t=e.reduce((n,i)=>(n[i.column]=Math.max(i.bounds.x2-i.x,n[i.column]||0),n),{});e.forEach(n=>{n.width=t[n.column],n.height=n.bounds.y2-n.y})}function ij(e,t,n,i,r){var o=t.items[0],s=o.frame,a=o.orient,u=o.anchor,l=o.offset,c=o.padding,f=o.items[0].items[0],d=o.items[1]&&o.items[1].items[0],h=a===pi||a===gi?i:n,p=0,g=0,m=0,y=0,b=0,v;if(s!==eg?a===pi?(p=r.y2,h=r.y1):a===gi?(p=r.y1,h=r.y2):(p=r.x1,h=r.x2):a===pi&&(p=i,h=0),v=u===Cx?p:u===Qt?h:(p+h)/2,d&&d.text){switch(a){case lu:case Lo:b=f.bounds.height()+c;break;case pi:y=f.bounds.width()+c;break;case gi:y=-f.bounds.width()-c;break}Pt.clear().union(d.bounds),Pt.translate(y-(d.x||0),b-(d.y||0)),La(d,"x",y)|La(d,"y",b)&&(e.dirty(d),d.bounds.clear().union(Pt),d.mark.bounds.clear().union(Pt),e.dirty(d)),Pt.clear().union(d.bounds)}else Pt.clear();switch(Pt.union(f.bounds),a){case lu:g=v,m=r.y1-Pt.height()-l;break;case pi:g=r.x1-Pt.width()-l,m=v;break;case gi:g=r.x2+Pt.width()+l,m=v;break;case Lo:g=v,m=r.y2+l;break;default:g=o.x,m=o.y}return La(o,"x",g)|La(o,"y",m)&&(Pt.translate(g,m),e.dirty(o),o.bounds.clear().union(Pt),t.bounds.clear().union(Pt),e.dirty(o)),o.bounds}function HD(e){D.call(this,null,e)}G(HD,D,{transform(e,t){const n=t.dataflow;return e.mark.items.forEach(i=>{e.layout&&VU(n,i,e.layout),oj(n,i,e)}),rj(e.mark.group)?t.reflow():t}});function rj(e){return e&&e.mark.role!=="legend-entry"}function oj(e,t,n){var i=t.items,r=Math.max(0,t.width||0),o=Math.max(0,t.height||0),s=new st().set(0,0,r,o),a=s.clone(),u=s.clone(),l=[],c,f,d,h,p,g;for(p=0,g=i.length;p<g;++p)switch(f=i[p],f.role){case Fx:h=UU(f)?a:u,h.union(qU(e,f,r,o));break;case Tx:c=f;break;case Mx:l.push(ZU(e,f));break;case DU:case OU:case TD:case MD:case DD:case OD:case RD:case ND:a.union(f.bounds),u.union(f.bounds);break;default:s.union(f.bounds)}if(l.length){const m={};l.forEach(y=>{d=y.orient||gi,d!==Dx&&(m[d]||(m[d]=[])).push(y)});for(const y in m){const b=m[y];WD(e,b,QU(b,y,n.legends,a,u,r,o))}l.forEach(y=>{const b=y.bounds;if(b.equals(y._bounds)||(y.bounds=y._bounds,e.dirty(y),y.bounds=b,e.dirty(y)),n.autosize&&(n.autosize.type===LD||n.autosize.type===PD||n.autosize.type===ID))switch(y.orient){case pi:case gi:s.add(b.x1,0).add(b.x2,0);break;case lu:case Lo:s.add(0,b.y1).add(0,b.y2)}else s.union(b)})}s.union(a).union(u),c&&s.union(ij(e,c,r,o,s)),t.clip&&s.set(0,0,t.width||0,t.height||0),sj(e,t,s,n)}function sj(e,t,n,i){const r=i.autosize||{},o=r.type;if(e._autosize<1||!o)return;let s=e._width,a=e._height,u=Math.max(0,t.width||0),l=Math.max(0,Math.ceil(-n.x1)),c=Math.max(0,t.height||0),f=Math.max(0,Math.ceil(-n.y1));const d=Math.max(0,Math.ceil(n.x2-u)),h=Math.max(0,Math.ceil(n.y2-c));if(r.contains===RU){const p=e.padding();s-=p.left+p.right,a-=p.top+p.bottom}o===Dx?(l=0,f=0,u=s,c=a):o===LD?(u=Math.max(0,s-l-d),c=Math.max(0,a-f-h)):o===PD?(u=Math.max(0,s-l-d),a=c+f+h):o===ID?(s=u+l+d,c=Math.max(0,a-f-h)):o===LU&&(s=u+l+d,a=c+f+h),e._resizeView(s,a,u,c,[l,f],r.resize)}const aj=Object.freeze(Object.defineProperty({__proto__:null,bound:zD,identifier:Rx,mark:BD,overlap:UD,render:qD,viewlayout:HD},Symbol.toStringTag,{value:"Module"}));function GD(e){D.call(this,null,e)}G(GD,D,{transform(e,t){if(this.value&&!e.modified())return t.StopPropagation;var n=t.dataflow.locale(),i=t.fork(t.NO_SOURCE|t.NO_FIELDS),r=this.value,o=e.scale,s=e.count==null?e.values?e.values.length:10:e.count,a=Qv(o,s,e.minstep),u=e.format||xM(n,o,a,e.formatSpecifier,e.formatType,!!e.values),l=e.values?vM(o,e.values,a):Zv(o,a);return r&&(i.rem=r),r=l.map((c,f)=>Ce({index:f/(l.length-1||1),value:c,label:u(c)})),e.extra&&r.length&&r.push(Ce({index:-1,extra:{value:r[0].value},label:""})),i.source=r,i.add=r,this.value=r,i}});function VD(e){D.call(this,null,e)}function uj(){return Ce({})}function lj(e){const t=Lu().test(n=>n.exit);return t.lookup=n=>t.get(e(n)),t}G(VD,D,{transform(e,t){var n=t.dataflow,i=t.fork(t.NO_SOURCE|t.NO_FIELDS),r=e.item||uj,o=e.key||ie,s=this.value;return P(i.encode)&&(i.encode=null),s&&(e.modified("key")||t.modified(o))&&O("DataJoin does not support modified key function or fields."),s||(t=t.addAll(),this.value=s=lj(o)),t.visit(t.ADD,a=>{const u=o(a);let l=s.get(u);l?l.exit?(s.empty--,i.add.push(l)):i.mod.push(l):(l=r(a),s.set(u,l),i.add.push(l)),l.datum=a,l.exit=!1}),t.visit(t.MOD,a=>{const u=o(a),l=s.get(u);l&&(l.datum=a,i.mod.push(l))}),t.visit(t.REM,a=>{const u=o(a),l=s.get(u);a===l.datum&&!l.exit&&(i.rem.push(l),l.exit=!0,++s.empty)}),t.changed(t.ADD_MOD)&&i.modifies("datum"),(t.clean()||e.clean&&s.empty>n.cleanThreshold)&&n.runAfter(s.clean),i}});function YD(e){D.call(this,null,e)}G(YD,D,{transform(e,t){var n=t.fork(t.ADD_REM),i=e.mod||!1,r=e.encoders,o=t.encode;if(P(o))if(n.changed()||o.every(f=>r[f]))o=o[0],n.encode=null;else return t.StopPropagation;var s=o==="enter",a=r.update||oo,u=r.enter||oo,l=r.exit||oo,c=(o&&!s?r[o]:a)||oo;if(t.changed(t.ADD)&&(t.visit(t.ADD,f=>{u(f,e),a(f,e)}),n.modifies(u.output),n.modifies(a.output),c!==oo&&c!==a&&(t.visit(t.ADD,f=>{c(f,e)}),n.modifies(c.output))),t.changed(t.REM)&&l!==oo&&(t.visit(t.REM,f=>{l(f,e)}),n.modifies(l.output)),s||c!==oo){const f=t.MOD|(e.modified()?t.REFLOW:0);s?(t.visit(f,d=>{const h=u(d,e)||i;(c(d,e)||h)&&n.mod.push(d)}),n.mod.length&&n.modifies(u.output)):t.visit(f,d=>{(c(d,e)||i)&&n.mod.push(d)}),n.mod.length&&n.modifies(c.output)}return n.changed()?n:t.StopPropagation}});function XD(e){D.call(this,[],e)}G(XD,D,{transform(e,t){if(this.value!=null&&!e.modified())return t.StopPropagation;var n=t.dataflow.locale(),i=t.fork(t.NO_SOURCE|t.NO_FIELDS),r=this.value,o=e.type||dd,s=e.scale,a=+e.limit,u=Qv(s,e.count==null?5:e.count,e.minstep),l=!!e.values||o===dd,c=e.format||_M(n,s,u,o,e.formatSpecifier,e.formatType,l),f=e.values||SM(s,u),d,h,p,g,m;return r&&(i.rem=r),o===dd?(a&&f.length>a?(t.dataflow.warn("Symbol legend count exceeds limit, filtering items."),r=f.slice(0,a-1),m=!0):r=f,fe(p=e.size)?(!e.values&&s(r[0])===0&&(r=r.slice(1)),g=r.reduce((y,b)=>Math.max(y,p(b,e)),0)):p=Yt(g=p||8),r=r.map((y,b)=>Ce({index:b,label:c(y,b,r),value:y,offset:g,size:p(y,e)})),m&&(m=f[r.length],r.push(Ce({index:r.length,label:`…${f.length-r.length} entries`,value:m,offset:g,size:p(m,e)})))):o===N8?(d=s.domain(),h=mM(s,d[0],Ee(d)),f.length<3&&!e.values&&d[0]!==Ee(d)&&(f=[d[0],Ee(d)]),r=f.map((y,b)=>Ce({index:b,label:c(y,b,f),value:y,perc:h(y)}))):(p=f.length-1,h=G8(s),r=f.map((y,b)=>Ce({index:b,label:c(y,b,f),value:y,perc:b?h(y):0,perc2:b===p?1:h(f[b+1])}))),i.source=r,i.add=r,this.value=r,i}});const cj=e=>e.source.x,fj=e=>e.source.y,dj=e=>e.target.x,hj=e=>e.target.y;function Nx(e){D.call(this,{},e)}Nx.Definition={type:"LinkPath",metadata:{modifies:!0},params:[{name:"sourceX",type:"field",default:"source.x"},{name:"sourceY",type:"field",default:"source.y"},{name:"targetX",type:"field",default:"target.x"},{name:"targetY",type:"field",default:"target.y"},{name:"orient",type:"enum",default:"vertical",values:["horizontal","vertical","radial"]},{name:"shape",type:"enum",default:"line",values:["line","arc","curve","diagonal","orthogonal"]},{name:"require",type:"signal"},{name:"as",type:"string",default:"path"}]};G(Nx,D,{transform(e,t){var n=e.sourceX||cj,i=e.sourceY||fj,r=e.targetX||dj,o=e.targetY||hj,s=e.as||"path",a=e.orient||"vertical",u=e.shape||"line",l=d_.get(u+"-"+a)||d_.get(u);return l||O("LinkPath unsupported type: "+e.shape+(e.orient?"-"+e.orient:"")),t.visit(t.SOURCE,c=>{c[s]=l(n(c),i(c),r(c),o(c))}),t.reflow(e.modified()).modifies(s)}});const KD=(e,t,n,i)=>"M"+e+","+t+"L"+n+","+i,pj=(e,t,n,i)=>KD(t*Math.cos(e),t*Math.sin(e),i*Math.cos(n),i*Math.sin(n)),JD=(e,t,n,i)=>{var r=n-e,o=i-t,s=Math.hypot(r,o)/2,a=180*Math.atan2(o,r)/Math.PI;return"M"+e+","+t+"A"+s+","+s+" "+a+" 0 1 "+n+","+i},gj=(e,t,n,i)=>JD(t*Math.cos(e),t*Math.sin(e),i*Math.cos(n),i*Math.sin(n)),QD=(e,t,n,i)=>{const r=n-e,o=i-t,s=.2*(r+o),a=.2*(o-r);return"M"+e+","+t+"C"+(e+s)+","+(t+a)+" "+(n+a)+","+(i-s)+" "+n+","+i},mj=(e,t,n,i)=>QD(t*Math.cos(e),t*Math.sin(e),i*Math.cos(n),i*Math.sin(n)),yj=(e,t,n,i)=>"M"+e+","+t+"V"+i+"H"+n,bj=(e,t,n,i)=>"M"+e+","+t+"H"+n+"V"+i,vj=(e,t,n,i)=>{const r=Math.cos(e),o=Math.sin(e),s=Math.cos(n),a=Math.sin(n),u=Math.abs(n-e)>Math.PI?n<=e:n>e;return"M"+t*r+","+t*o+"A"+t+","+t+" 0 0,"+(u?1:0)+" "+t*s+","+t*a+"L"+i*s+","+i*a},xj=(e,t,n,i)=>{const r=(e+n)/2;return"M"+e+","+t+"C"+r+","+t+" "+r+","+i+" "+n+","+i},wj=(e,t,n,i)=>{const r=(t+i)/2;return"M"+e+","+t+"C"+e+","+r+" "+n+","+r+" "+n+","+i},Ej=(e,t,n,i)=>{const r=Math.cos(e),o=Math.sin(e),s=Math.cos(n),a=Math.sin(n),u=(t+i)/2;return"M"+t*r+","+t*o+"C"+u*r+","+u*o+" "+u*s+","+u*a+" "+i*s+","+i*a},d_=Lu({line:KD,"line-radial":pj,arc:JD,"arc-radial":gj,curve:QD,"curve-radial":mj,"orthogonal-horizontal":yj,"orthogonal-vertical":bj,"orthogonal-radial":vj,"diagonal-horizontal":xj,"diagonal-vertical":wj,"diagonal-radial":Ej});function Lx(e){D.call(this,null,e)}Lx.Definition={type:"Pie",metadata:{modifies:!0},params:[{name:"field",type:"field"},{name:"startAngle",type:"number",default:0},{name:"endAngle",type:"number",default:6.283185307179586},{name:"sort",type:"boolean",default:!1},{name:"as",type:"string",array:!0,length:2,default:["startAngle","endAngle"]}]};G(Lx,D,{transform(e,t){var n=e.as||["startAngle","endAngle"],i=n[0],r=n[1],o=e.field||Du,s=e.startAngle||0,a=e.endAngle!=null?e.endAngle:2*Math.PI,u=t.source,l=u.map(o),c=l.length,f=s,d=(a-s)/LC(l),h=Tn(c),p,g,m;for(e.sort&&h.sort((y,b)=>l[y]-l[b]),p=0;p<c;++p)m=l[h[p]],g=u[h[p]],g[i]=f,g[r]=f+=m*d;return this.value=l,t.reflow(e.modified()).modifies(n)}});const Sj=5;function _j(e){const t=e.type;return!e.bins&&(t===iu||t===jc||t===qc)}function ZD(e){return Xv(e)&&e!==Yi}const $j=wi(["set","modified","clear","type","scheme","schemeExtent","schemeCount","domain","domainMin","domainMid","domainMax","domainRaw","domainImplicit","nice","zero","bins","range","rangeStep","round","reverse","interpolate","interpolateGamma"]);function eO(e){D.call(this,null,e),this.modified(!0)}G(eO,D,{transform(e,t){var n=t.dataflow,i=this.value,r=kj(e);(!i||r!==i.type)&&(this.value=i=Ae(r)());for(r in e)if(!$j[r]){if(r==="padding"&&ZD(i.type))continue;fe(i[r])?i[r](e[r]):n.warn("Unsupported scale property: "+r)}return Dj(i,e,Mj(i,e,Cj(i,e,n))),t.fork(t.NO_SOURCE|t.NO_FIELDS)}});function kj(e){var t=e.type,n="",i;return t===Yi?Yi+"-"+iu:(Aj(e)&&(i=e.rawDomain?e.rawDomain.length:e.domain?e.domain.length+ +(e.domainMid!=null):0,n=i===2?Yi+"-":i===3?ju+"-":""),(n+t||iu).toLowerCase())}function Aj(e){const t=e.type;return Xv(t)&&t!==Rs&&t!==Ns&&(e.scheme||e.range&&e.range.length&&e.range.every(X))}function Cj(e,t,n){const i=Fj(e,t.domainRaw,n);if(i>-1)return i;var r=t.domain,o=e.type,s=t.zero||t.zero===void 0&&_j(e),a,u;if(!r)return 0;if((s||t.domainMin!=null||t.domainMax!=null||t.domainMid!=null)&&(a=(r=r.slice()).length-1||1,s&&(r[0]>0&&(r[0]=0),r[a]<0&&(r[a]=0)),t.domainMin!=null&&(r[0]=t.domainMin),t.domainMax!=null&&(r[a]=t.domainMax),t.domainMid!=null)){u=t.domainMid;const l=u>r[a]?a+1:u<r[0]?0:a;l!==a&&n.warn("Scale domainMid exceeds domain min or max.",u),r.splice(l,0,u)}return ZD(o)&&t.padding&&r[0]!==Ee(r)&&(r=Tj(o,r,t.range,t.padding,t.exponent,t.constant)),e.domain(tO(o,r,n)),o===Hv&&e.unknown(t.domainImplicit?g1:void 0),t.nice&&e.nice&&e.nice(t.nice!==!0&&Qv(e,t.nice)||null),r.length}function Fj(e,t,n){return t?(e.domain(tO(e.type,t,n)),t.length):-1}function Tj(e,t,n,i,r,o){var s=Math.abs(Ee(n)-n[0]),a=s/(s-2*i),u=e===qr?yb(t,null,a):e===qc?Pd(t,null,a,.5):e===jc?Pd(t,null,a,r||1):e===zp?bb(t,null,a,o||1):mb(t,null,a);return t=t.slice(),t[0]=u[0],t[t.length-1]=u[1],t}function tO(e,t,n){if(fM(e)){var i=Math.abs(t.reduce((r,o)=>r+(o<0?-1:o>0?1:0),0));i!==t.length&&n.warn("Log scale domain includes zero: "+H(t))}return t}function Mj(e,t,n){let i=t.bins;if(i&&!P(i)){const r=e.domain(),o=r[0],s=Ee(r),a=i.step;let u=i.start==null?o:i.start,l=i.stop==null?s:i.stop;a||O("Scale bins parameter missing step property."),u<o&&(u=a*Math.ceil(o/a)),l>s&&(l=a*Math.floor(s/a)),i=Tn(u,l+a/2,a)}return i?e.bins=i:e.bins&&delete e.bins,e.type===Gv&&(i?!t.domain&&!t.domainRaw&&(e.domain(i),n=i.length):e.bins=e.domain()),n}function Dj(e,t,n){var i=e.type,r=t.round||!1,o=t.range;if(t.rangeStep!=null)o=Oj(i,t,n);else if(t.scheme&&(o=Rj(i,t,n),fe(o))){if(e.interpolator)return e.interpolator(o);O(`Scale type ${i} does not support interpolating color schemes.`)}if(o&&dM(i))return e.interpolator(jp(D1(o,t.reverse),t.interpolate,t.interpolateGamma));o&&t.interpolate&&e.interpolate?e.interpolate(Kv(t.interpolate,t.interpolateGamma)):fe(e.round)?e.round(r):fe(e.rangeRound)&&e.interpolate(r?lp:Lc),o&&e.range(D1(o,t.reverse))}function Oj(e,t,n){e!==oM&&e!==y1&&O("Only band and point scales support rangeStep.");var i=(t.paddingOuter!=null?t.paddingOuter:t.padding)||0,r=e===y1?1:(t.paddingInner!=null?t.paddingInner:t.padding)||0;return[0,t.rangeStep*Wv(n,r,i)]}function Rj(e,t,n){var i=t.schemeExtent,r,o;return P(t.scheme)?o=jp(t.scheme,t.interpolate,t.interpolateGamma):(r=t.scheme.toLowerCase(),o=Jv(r),o||O(`Unrecognized scheme name: ${t.scheme}`)),n=e===Up?n+1:e===Gv?n-1:e===ru||e===Bp?+t.schemeCount||Sj:n,dM(e)?h_(o,i,t.reverse):fe(o)?gM(h_(o,i),n):e===Hv?o:o.slice(0,n)}function h_(e,t,n){return fe(e)&&(t||n)?pM(e,D1(t||[0,1],n)):e}function D1(e,t){return t?e.slice().reverse():e}function nO(e){D.call(this,null,e)}G(nO,D,{transform(e,t){const n=e.modified("sort")||t.changed(t.ADD)||t.modified(e.sort.fields)||t.modified("datum");return n&&t.source.sort(ia(e.sort)),this.modified(n),t}});const p_="zero",iO="center",rO="normalize",oO=["y0","y1"];function Px(e){D.call(this,null,e)}Px.Definition={type:"Stack",metadata:{modifies:!0},params:[{name:"field",type:"field"},{name:"groupby",type:"field",array:!0},{name:"sort",type:"compare"},{name:"offset",type:"enum",default:p_,values:[p_,iO,rO]},{name:"as",type:"string",array:!0,length:2,default:oO}]};G(Px,D,{transform(e,t){var n=e.as||oO,i=n[0],r=n[1],o=ia(e.sort),s=e.field||Du,a=e.offset===iO?Nj:e.offset===rO?Lj:Pj,u,l,c,f;for(u=Ij(t.source,e.groupby,o,s),l=0,c=u.length,f=u.max;l<c;++l)a(u[l],f,s,i,r);return t.reflow(e.modified()).modifies(n)}});function Nj(e,t,n,i,r){for(var o=(t-e.sum)/2,s=e.length,a=0,u;a<s;++a)u=e[a],u[i]=o,u[r]=o+=Math.abs(n(u))}function Lj(e,t,n,i,r){for(var o=1/e.sum,s=0,a=e.length,u=0,l=0,c;u<a;++u)c=e[u],c[i]=s,c[r]=s=o*(l+=Math.abs(n(c)))}function Pj(e,t,n,i,r){for(var o=0,s=0,a=e.length,u=0,l,c;u<a;++u)c=e[u],l=+n(c),l<0?(c[i]=s,c[r]=s+=l):(c[i]=o,c[r]=o+=l)}function Ij(e,t,n,i){var r=[],o=g=>g(c),s,a,u,l,c,f,d,h,p;if(t==null)r.push(e.slice());else for(s={},a=0,u=e.length;a<u;++a)c=e[a],f=t.map(o),d=s[f],d||(s[f]=d=[],r.push(d)),d.push(c);for(f=0,p=0,l=r.length;f<l;++f){for(d=r[f],a=0,h=0,u=d.length;a<u;++a)h+=Math.abs(i(d[a]));d.sum=h,h>p&&(p=h),n&&d.sort(n)}return r.max=p,r}const zj=Object.freeze(Object.defineProperty({__proto__:null,axisticks:GD,datajoin:VD,encode:YD,legendentries:XD,linkpath:Nx,pie:Lx,scale:eO,sortitems:nO,stack:Px},Symbol.toStringTag,{value:"Module"}));var se=1e-6,ch=1e-12,ve=Math.PI,Qe=ve/2,fh=ve/4,un=ve*2,tt=180/ve,ye=ve/180,we=Math.abs,Wu=Math.atan,ni=Math.atan2,ae=Math.cos,Pf=Math.ceil,sO=Math.exp,O1=Math.hypot,dh=Math.log,Pm=Math.pow,re=Math.sin,Vn=Math.sign||function(e){return e>0?1:e<0?-1:0},ln=Math.sqrt,Ix=Math.tan;function aO(e){return e>1?0:e<-1?ve:Math.acos(e)}function xn(e){return e>1?Qe:e<-1?-Qe:Math.asin(e)}function At(){}function hh(e,t){e&&m_.hasOwnProperty(e.type)&&m_[e.type](e,t)}var g_={Feature:function(e,t){hh(e.geometry,t)},FeatureCollection:function(e,t){for(var n=e.features,i=-1,r=n.length;++i<r;)hh(n[i].geometry,t)}},m_={Sphere:function(e,t){t.sphere()},Point:function(e,t){e=e.coordinates,t.point(e[0],e[1],e[2])},MultiPoint:function(e,t){for(var n=e.coordinates,i=-1,r=n.length;++i<r;)e=n[i],t.point(e[0],e[1],e[2])},LineString:function(e,t){R1(e.coordinates,t,0)},MultiLineString:function(e,t){for(var n=e.coordinates,i=-1,r=n.length;++i<r;)R1(n[i],t,0)},Polygon:function(e,t){y_(e.coordinates,t)},MultiPolygon:function(e,t){for(var n=e.coordinates,i=-1,r=n.length;++i<r;)y_(n[i],t)},GeometryCollection:function(e,t){for(var n=e.geometries,i=-1,r=n.length;++i<r;)hh(n[i],t)}};function R1(e,t,n){var i=-1,r=e.length-n,o;for(t.lineStart();++i<r;)o=e[i],t.point(o[0],o[1],o[2]);t.lineEnd()}function y_(e,t){var n=-1,i=e.length;for(t.polygonStart();++n<i;)R1(e[n],t,1);t.polygonEnd()}function Ar(e,t){e&&g_.hasOwnProperty(e.type)?g_[e.type](e,t):hh(e,t)}var ph=new sn,gh=new sn,uO,lO,N1,L1,P1,nr={point:At,lineStart:At,lineEnd:At,polygonStart:function(){ph=new sn,nr.lineStart=Bj,nr.lineEnd=Uj},polygonEnd:function(){var e=+ph;gh.add(e<0?un+e:e),this.lineStart=this.lineEnd=this.point=At},sphere:function(){gh.add(un)}};function Bj(){nr.point=jj}function Uj(){cO(uO,lO)}function jj(e,t){nr.point=cO,uO=e,lO=t,e*=ye,t*=ye,N1=e,L1=ae(t=t/2+fh),P1=re(t)}function cO(e,t){e*=ye,t*=ye,t=t/2+fh;var n=e-N1,i=n>=0?1:-1,r=i*n,o=ae(t),s=re(t),a=P1*s,u=L1*o+a*ae(r),l=a*i*re(r);ph.add(ni(l,u)),N1=e,L1=o,P1=s}function qj(e){return gh=new sn,Ar(e,nr),gh*2}function mh(e){return[ni(e[1],e[0]),xn(e[2])]}function Ps(e){var t=e[0],n=e[1],i=ae(n);return[i*ae(t),i*re(t),re(n)]}function If(e,t){return e[0]*t[0]+e[1]*t[1]+e[2]*t[2]}function cu(e,t){return[e[1]*t[2]-e[2]*t[1],e[2]*t[0]-e[0]*t[2],e[0]*t[1]-e[1]*t[0]]}function Im(e,t){e[0]+=t[0],e[1]+=t[1],e[2]+=t[2]}function zf(e,t){return[e[0]*t,e[1]*t,e[2]*t]}function yh(e){var t=ln(e[0]*e[0]+e[1]*e[1]+e[2]*e[2]);e[0]/=t,e[1]/=t,e[2]/=t}var Ye,gn,Ke,Cn,ps,fO,dO,qa,Jl,co,Wr,$r={point:I1,lineStart:b_,lineEnd:v_,polygonStart:function(){$r.point=pO,$r.lineStart=Wj,$r.lineEnd=Hj,Jl=new sn,nr.polygonStart()},polygonEnd:function(){nr.polygonEnd(),$r.point=I1,$r.lineStart=b_,$r.lineEnd=v_,ph<0?(Ye=-(Ke=180),gn=-(Cn=90)):Jl>se?Cn=90:Jl<-se&&(gn=-90),Wr[0]=Ye,Wr[1]=Ke},sphere:function(){Ye=-(Ke=180),gn=-(Cn=90)}};function I1(e,t){co.push(Wr=[Ye=e,Ke=e]),t<gn&&(gn=t),t>Cn&&(Cn=t)}function hO(e,t){var n=Ps([e*ye,t*ye]);if(qa){var i=cu(qa,n),r=[i[1],-i[0],0],o=cu(r,i);yh(o),o=mh(o);var s=e-ps,a=s>0?1:-1,u=o[0]*tt*a,l,c=we(s)>180;c^(a*ps<u&&u<a*e)?(l=o[1]*tt,l>Cn&&(Cn=l)):(u=(u+360)%360-180,c^(a*ps<u&&u<a*e)?(l=-o[1]*tt,l<gn&&(gn=l)):(t<gn&&(gn=t),t>Cn&&(Cn=t))),c?e<ps?An(Ye,e)>An(Ye,Ke)&&(Ke=e):An(e,Ke)>An(Ye,Ke)&&(Ye=e):Ke>=Ye?(e<Ye&&(Ye=e),e>Ke&&(Ke=e)):e>ps?An(Ye,e)>An(Ye,Ke)&&(Ke=e):An(e,Ke)>An(Ye,Ke)&&(Ye=e)}else co.push(Wr=[Ye=e,Ke=e]);t<gn&&(gn=t),t>Cn&&(Cn=t),qa=n,ps=e}function b_(){$r.point=hO}function v_(){Wr[0]=Ye,Wr[1]=Ke,$r.point=I1,qa=null}function pO(e,t){if(qa){var n=e-ps;Jl.add(we(n)>180?n+(n>0?360:-360):n)}else fO=e,dO=t;nr.point(e,t),hO(e,t)}function Wj(){nr.lineStart()}function Hj(){pO(fO,dO),nr.lineEnd(),we(Jl)>se&&(Ye=-(Ke=180)),Wr[0]=Ye,Wr[1]=Ke,qa=null}function An(e,t){return(t-=e)<0?t+360:t}function Gj(e,t){return e[0]-t[0]}function x_(e,t){return e[0]<=e[1]?e[0]<=t&&t<=e[1]:t<e[0]||e[1]<t}function Vj(e){var t,n,i,r,o,s,a;if(Cn=Ke=-(Ye=gn=1/0),co=[],Ar(e,$r),n=co.length){for(co.sort(Gj),t=1,i=co[0],o=[i];t<n;++t)r=co[t],x_(i,r[0])||x_(i,r[1])?(An(i[0],r[1])>An(i[0],i[1])&&(i[1]=r[1]),An(r[0],i[1])>An(i[0],i[1])&&(i[0]=r[0])):o.push(i=r);for(s=-1/0,n=o.length-1,t=0,i=o[n];t<=n;i=r,++t)r=o[t],(a=An(i[1],r[0]))>s&&(s=a,Ye=r[0],Ke=i[1])}return co=Wr=null,Ye===1/0||gn===1/0?[[NaN,NaN],[NaN,NaN]]:[[Ye,gn],[Ke,Cn]]}var Ll,bh,vh,xh,wh,Eh,Sh,_h,z1,B1,U1,gO,mO,Zt,en,tn,mi={sphere:At,point:zx,lineStart:w_,lineEnd:E_,polygonStart:function(){mi.lineStart=Kj,mi.lineEnd=Jj},polygonEnd:function(){mi.lineStart=w_,mi.lineEnd=E_}};function zx(e,t){e*=ye,t*=ye;var n=ae(t);tf(n*ae(e),n*re(e),re(t))}function tf(e,t,n){++Ll,vh+=(e-vh)/Ll,xh+=(t-xh)/Ll,wh+=(n-wh)/Ll}function w_(){mi.point=Yj}function Yj(e,t){e*=ye,t*=ye;var n=ae(t);Zt=n*ae(e),en=n*re(e),tn=re(t),mi.point=Xj,tf(Zt,en,tn)}function Xj(e,t){e*=ye,t*=ye;var n=ae(t),i=n*ae(e),r=n*re(e),o=re(t),s=ni(ln((s=en*o-tn*r)*s+(s=tn*i-Zt*o)*s+(s=Zt*r-en*i)*s),Zt*i+en*r+tn*o);bh+=s,Eh+=s*(Zt+(Zt=i)),Sh+=s*(en+(en=r)),_h+=s*(tn+(tn=o)),tf(Zt,en,tn)}function E_(){mi.point=zx}function Kj(){mi.point=Qj}function Jj(){yO(gO,mO),mi.point=zx}function Qj(e,t){gO=e,mO=t,e*=ye,t*=ye,mi.point=yO;var n=ae(t);Zt=n*ae(e),en=n*re(e),tn=re(t),tf(Zt,en,tn)}function yO(e,t){e*=ye,t*=ye;var n=ae(t),i=n*ae(e),r=n*re(e),o=re(t),s=en*o-tn*r,a=tn*i-Zt*o,u=Zt*r-en*i,l=O1(s,a,u),c=xn(l),f=l&&-c/l;z1.add(f*s),B1.add(f*a),U1.add(f*u),bh+=c,Eh+=c*(Zt+(Zt=i)),Sh+=c*(en+(en=r)),_h+=c*(tn+(tn=o)),tf(Zt,en,tn)}function Zj(e){Ll=bh=vh=xh=wh=Eh=Sh=_h=0,z1=new sn,B1=new sn,U1=new sn,Ar(e,mi);var t=+z1,n=+B1,i=+U1,r=O1(t,n,i);return r<ch&&(t=Eh,n=Sh,i=_h,bh<se&&(t=vh,n=xh,i=wh),r=O1(t,n,i),r<ch)?[NaN,NaN]:[ni(n,t)*tt,xn(i/r)*tt]}function j1(e,t){function n(i,r){return i=e(i,r),t(i[0],i[1])}return e.invert&&t.invert&&(n.invert=function(i,r){return i=t.invert(i,r),i&&e.invert(i[0],i[1])}),n}function q1(e,t){return we(e)>ve&&(e-=Math.round(e/un)*un),[e,t]}q1.invert=q1;function bO(e,t,n){return(e%=un)?t||n?j1(__(e),$_(t,n)):__(e):t||n?$_(t,n):q1}function S_(e){return function(t,n){return t+=e,we(t)>ve&&(t-=Math.round(t/un)*un),[t,n]}}function __(e){var t=S_(e);return t.invert=S_(-e),t}function $_(e,t){var n=ae(e),i=re(e),r=ae(t),o=re(t);function s(a,u){var l=ae(u),c=ae(a)*l,f=re(a)*l,d=re(u),h=d*n+c*i;return[ni(f*r-h*o,c*n-d*i),xn(h*r+f*o)]}return s.invert=function(a,u){var l=ae(u),c=ae(a)*l,f=re(a)*l,d=re(u),h=d*r-f*o;return[ni(f*r+d*o,c*n+h*i),xn(h*n-c*i)]},s}function eq(e){e=bO(e[0]*ye,e[1]*ye,e.length>2?e[2]*ye:0);function t(n){return n=e(n[0]*ye,n[1]*ye),n[0]*=tt,n[1]*=tt,n}return t.invert=function(n){return n=e.invert(n[0]*ye,n[1]*ye),n[0]*=tt,n[1]*=tt,n},t}function tq(e,t,n,i,r,o){if(n){var s=ae(t),a=re(t),u=i*n;r==null?(r=t+i*un,o=t-u/2):(r=k_(s,r),o=k_(s,o),(i>0?r<o:r>o)&&(r+=i*un));for(var l,c=r;i>0?c>o:c<o;c-=u)l=mh([s,-a*ae(c),-a*re(c)]),e.point(l[0],l[1])}}function k_(e,t){t=Ps(t),t[0]-=e,yh(t);var n=aO(-t[1]);return((-t[2]<0?-n:n)+un-se)%un}function vO(){var e=[],t;return{point:function(n,i,r){t.push([n,i,r])},lineStart:function(){e.push(t=[])},lineEnd:At,rejoin:function(){e.length>1&&e.push(e.pop().concat(e.shift()))},result:function(){var n=e;return e=[],t=null,n}}}function wd(e,t){return we(e[0]-t[0])<se&&we(e[1]-t[1])<se}function Bf(e,t,n,i){this.x=e,this.z=t,this.o=n,this.e=i,this.v=!1,this.n=this.p=null}function xO(e,t,n,i,r){var o=[],s=[],a,u;if(e.forEach(function(p){if(!((g=p.length-1)<=0)){var g,m=p[0],y=p[g],b;if(wd(m,y)){if(!m[2]&&!y[2]){for(r.lineStart(),a=0;a<g;++a)r.point((m=p[a])[0],m[1]);r.lineEnd();return}y[0]+=2*se}o.push(b=new Bf(m,p,null,!0)),s.push(b.o=new Bf(m,null,b,!1)),o.push(b=new Bf(y,p,null,!1)),s.push(b.o=new Bf(y,null,b,!0))}}),!!o.length){for(s.sort(t),A_(o),A_(s),a=0,u=s.length;a<u;++a)s[a].e=n=!n;for(var l=o[0],c,f;;){for(var d=l,h=!0;d.v;)if((d=d.n)===l)return;c=d.z,r.lineStart();do{if(d.v=d.o.v=!0,d.e){if(h)for(a=0,u=c.length;a<u;++a)r.point((f=c[a])[0],f[1]);else i(d.x,d.n.x,1,r);d=d.n}else{if(h)for(c=d.p.z,a=c.length-1;a>=0;--a)r.point((f=c[a])[0],f[1]);else i(d.x,d.p.x,-1,r);d=d.p}d=d.o,c=d.z,h=!h}while(!d.v);r.lineEnd()}}}function A_(e){if(t=e.length){for(var t,n=0,i=e[0],r;++n<t;)i.n=r=e[n],r.p=i,i=r;i.n=r=e[0],r.p=i}}function zm(e){return we(e[0])<=ve?e[0]:Vn(e[0])*((we(e[0])+ve)%un-ve)}function nq(e,t){var n=zm(t),i=t[1],r=re(i),o=[re(n),-ae(n),0],s=0,a=0,u=new sn;r===1?i=Qe+se:r===-1&&(i=-Qe-se);for(var l=0,c=e.length;l<c;++l)if(d=(f=e[l]).length)for(var f,d,h=f[d-1],p=zm(h),g=h[1]/2+fh,m=re(g),y=ae(g),b=0;b<d;++b,p=x,m=S,y=w,h=v){var v=f[b],x=zm(v),E=v[1]/2+fh,S=re(E),w=ae(E),_=x-p,$=_>=0?1:-1,A=$*_,F=A>ve,N=m*S;if(u.add(ni(N*$*re(A),y*w+N*ae(A))),s+=F?_+$*un:_,F^p>=n^x>=n){var M=cu(Ps(h),Ps(v));yh(M);var C=cu(o,M);yh(C);var k=(F^_>=0?-1:1)*xn(C[2]);(i>k||i===k&&(M[0]||M[1]))&&(a+=F^_>=0?1:-1)}}return(s<-se||s<se&&u<-ch)^a&1}function wO(e,t,n,i){return function(r){var o=t(r),s=vO(),a=t(s),u=!1,l,c,f,d={point:h,lineStart:g,lineEnd:m,polygonStart:function(){d.point=y,d.lineStart=b,d.lineEnd=v,c=[],l=[]},polygonEnd:function(){d.point=h,d.lineStart=g,d.lineEnd=m,c=NC(c);var x=nq(l,i);c.length?(u||(r.polygonStart(),u=!0),xO(c,rq,x,n,r)):x&&(u||(r.polygonStart(),u=!0),r.lineStart(),n(null,null,1,r),r.lineEnd()),u&&(r.polygonEnd(),u=!1),c=l=null},sphere:function(){r.polygonStart(),r.lineStart(),n(null,null,1,r),r.lineEnd(),r.polygonEnd()}};function h(x,E){e(x,E)&&r.point(x,E)}function p(x,E){o.point(x,E)}function g(){d.point=p,o.lineStart()}function m(){d.point=h,o.lineEnd()}function y(x,E){f.push([x,E]),a.point(x,E)}function b(){a.lineStart(),f=[]}function v(){y(f[0][0],f[0][1]),a.lineEnd();var x=a.clean(),E=s.result(),S,w=E.length,_,$,A;if(f.pop(),l.push(f),f=null,!!w){if(x&1){if($=E[0],(_=$.length-1)>0){for(u||(r.polygonStart(),u=!0),r.lineStart(),S=0;S<_;++S)r.point((A=$[S])[0],A[1]);r.lineEnd()}return}w>1&&x&2&&E.push(E.pop().concat(E.shift())),c.push(E.filter(iq))}}return d}}function iq(e){return e.length>1}function rq(e,t){return((e=e.x)[0]<0?e[1]-Qe-se:Qe-e[1])-((t=t.x)[0]<0?t[1]-Qe-se:Qe-t[1])}const C_=wO(function(){return!0},oq,aq,[-ve,-Qe]);function oq(e){var t=NaN,n=NaN,i=NaN,r;return{lineStart:function(){e.lineStart(),r=1},point:function(o,s){var a=o>0?ve:-ve,u=we(o-t);we(u-ve)<se?(e.point(t,n=(n+s)/2>0?Qe:-Qe),e.point(i,n),e.lineEnd(),e.lineStart(),e.point(a,n),e.point(o,n),r=0):i!==a&&u>=ve&&(we(t-i)<se&&(t-=i*se),we(o-a)<se&&(o-=a*se),n=sq(t,n,o,s),e.point(i,n),e.lineEnd(),e.lineStart(),e.point(a,n),r=0),e.point(t=o,n=s),i=a},lineEnd:function(){e.lineEnd(),t=n=NaN},clean:function(){return 2-r}}}function sq(e,t,n,i){var r,o,s=re(e-n);return we(s)>se?Wu((re(t)*(o=ae(i))*re(n)-re(i)*(r=ae(t))*re(e))/(r*o*s)):(t+i)/2}function aq(e,t,n,i){var r;if(e==null)r=n*Qe,i.point(-ve,r),i.point(0,r),i.point(ve,r),i.point(ve,0),i.point(ve,-r),i.point(0,-r),i.point(-ve,-r),i.point(-ve,0),i.point(-ve,r);else if(we(e[0]-t[0])>se){var o=e[0]<t[0]?ve:-ve;r=n*o/2,i.point(-o,r),i.point(0,r),i.point(o,r)}else i.point(t[0],t[1])}function uq(e){var t=ae(e),n=2*ye,i=t>0,r=we(t)>se;function o(c,f,d,h){tq(h,e,n,d,c,f)}function s(c,f){return ae(c)*ae(f)>t}function a(c){var f,d,h,p,g;return{lineStart:function(){p=h=!1,g=1},point:function(m,y){var b=[m,y],v,x=s(m,y),E=i?x?0:l(m,y):x?l(m+(m<0?ve:-ve),y):0;if(!f&&(p=h=x)&&c.lineStart(),x!==h&&(v=u(f,b),(!v||wd(f,v)||wd(b,v))&&(b[2]=1)),x!==h)g=0,x?(c.lineStart(),v=u(b,f),c.point(v[0],v[1])):(v=u(f,b),c.point(v[0],v[1],2),c.lineEnd()),f=v;else if(r&&f&&i^x){var S;!(E&d)&&(S=u(b,f,!0))&&(g=0,i?(c.lineStart(),c.point(S[0][0],S[0][1]),c.point(S[1][0],S[1][1]),c.lineEnd()):(c.point(S[1][0],S[1][1]),c.lineEnd(),c.lineStart(),c.point(S[0][0],S[0][1],3)))}x&&(!f||!wd(f,b))&&c.point(b[0],b[1]),f=b,h=x,d=E},lineEnd:function(){h&&c.lineEnd(),f=null},clean:function(){return g|(p&&h)<<1}}}function u(c,f,d){var h=Ps(c),p=Ps(f),g=[1,0,0],m=cu(h,p),y=If(m,m),b=m[0],v=y-b*b;if(!v)return!d&&c;var x=t*y/v,E=-t*b/v,S=cu(g,m),w=zf(g,x),_=zf(m,E);Im(w,_);var $=S,A=If(w,$),F=If($,$),N=A*A-F*(If(w,w)-1);if(!(N<0)){var M=ln(N),C=zf($,(-A-M)/F);if(Im(C,w),C=mh(C),!d)return C;var k=c[0],T=f[0],L=c[1],z=f[1],I;T<k&&(I=k,k=T,T=I);var Q=T-k,ue=we(Q-ve)<se,oe=ue||Q<se;if(!ue&&z<L&&(I=L,L=z,z=I),oe?ue?L+z>0^C[1]<(we(C[0]-k)<se?L:z):L<=C[1]&&C[1]<=z:Q>ve^(k<=C[0]&&C[0]<=T)){var de=zf($,(-A+M)/F);return Im(de,w),[C,mh(de)]}}}function l(c,f){var d=i?e:ve-e,h=0;return c<-d?h|=1:c>d&&(h|=2),f<-d?h|=4:f>d&&(h|=8),h}return wO(s,a,o,i?[0,-e]:[-ve,e-ve])}function lq(e,t,n,i,r,o){var s=e[0],a=e[1],u=t[0],l=t[1],c=0,f=1,d=u-s,h=l-a,p;if(p=n-s,!(!d&&p>0)){if(p/=d,d<0){if(p<c)return;p<f&&(f=p)}else if(d>0){if(p>f)return;p>c&&(c=p)}if(p=r-s,!(!d&&p<0)){if(p/=d,d<0){if(p>f)return;p>c&&(c=p)}else if(d>0){if(p<c)return;p<f&&(f=p)}if(p=i-a,!(!h&&p>0)){if(p/=h,h<0){if(p<c)return;p<f&&(f=p)}else if(h>0){if(p>f)return;p>c&&(c=p)}if(p=o-a,!(!h&&p<0)){if(p/=h,h<0){if(p>f)return;p>c&&(c=p)}else if(h>0){if(p<c)return;p<f&&(f=p)}return c>0&&(e[0]=s+c*d,e[1]=a+c*h),f<1&&(t[0]=s+f*d,t[1]=a+f*h),!0}}}}}var Pl=1e9,Uf=-Pl;function EO(e,t,n,i){function r(l,c){return e<=l&&l<=n&&t<=c&&c<=i}function o(l,c,f,d){var h=0,p=0;if(l==null||(h=s(l,f))!==(p=s(c,f))||u(l,c)<0^f>0)do d.point(h===0||h===3?e:n,h>1?i:t);while((h=(h+f+4)%4)!==p);else d.point(c[0],c[1])}function s(l,c){return we(l[0]-e)<se?c>0?0:3:we(l[0]-n)<se?c>0?2:1:we(l[1]-t)<se?c>0?1:0:c>0?3:2}function a(l,c){return u(l.x,c.x)}function u(l,c){var f=s(l,1),d=s(c,1);return f!==d?f-d:f===0?c[1]-l[1]:f===1?l[0]-c[0]:f===2?l[1]-c[1]:c[0]-l[0]}return function(l){var c=l,f=vO(),d,h,p,g,m,y,b,v,x,E,S,w={point:_,lineStart:N,lineEnd:M,polygonStart:A,polygonEnd:F};function _(k,T){r(k,T)&&c.point(k,T)}function $(){for(var k=0,T=0,L=h.length;T<L;++T)for(var z=h[T],I=1,Q=z.length,ue=z[0],oe,de,Pe=ue[0],he=ue[1];I<Q;++I)oe=Pe,de=he,ue=z[I],Pe=ue[0],he=ue[1],de<=i?he>i&&(Pe-oe)*(i-de)>(he-de)*(e-oe)&&++k:he<=i&&(Pe-oe)*(i-de)<(he-de)*(e-oe)&&--k;return k}function A(){c=f,d=[],h=[],S=!0}function F(){var k=$(),T=S&&k,L=(d=NC(d)).length;(T||L)&&(l.polygonStart(),T&&(l.lineStart(),o(null,null,1,l),l.lineEnd()),L&&xO(d,a,k,o,l),l.polygonEnd()),c=l,d=h=p=null}function N(){w.point=C,h&&h.push(p=[]),E=!0,x=!1,b=v=NaN}function M(){d&&(C(g,m),y&&x&&f.rejoin(),d.push(f.result())),w.point=_,x&&c.lineEnd()}function C(k,T){var L=r(k,T);if(h&&p.push([k,T]),E)g=k,m=T,y=L,E=!1,L&&(c.lineStart(),c.point(k,T));else if(L&&x)c.point(k,T);else{var z=[b=Math.max(Uf,Math.min(Pl,b)),v=Math.max(Uf,Math.min(Pl,v))],I=[k=Math.max(Uf,Math.min(Pl,k)),T=Math.max(Uf,Math.min(Pl,T))];lq(z,I,e,t,n,i)?(x||(c.lineStart(),c.point(z[0],z[1])),c.point(I[0],I[1]),L||c.lineEnd(),S=!1):L&&(c.lineStart(),c.point(k,T),S=!1)}b=k,v=T,x=L}return w}}function F_(e,t,n){var i=Tn(e,t-se,n).concat(t);return function(r){return i.map(function(o){return[r,o]})}}function T_(e,t,n){var i=Tn(e,t-se,n).concat(t);return function(r){return i.map(function(o){return[o,r]})}}function cq(){var e,t,n,i,r,o,s,a,u=10,l=u,c=90,f=360,d,h,p,g,m=2.5;function y(){return{type:"MultiLineString",coordinates:b()}}function b(){return Tn(Pf(i/c)*c,n,c).map(p).concat(Tn(Pf(a/f)*f,s,f).map(g)).concat(Tn(Pf(t/u)*u,e,u).filter(function(v){return we(v%c)>se}).map(d)).concat(Tn(Pf(o/l)*l,r,l).filter(function(v){return we(v%f)>se}).map(h))}return y.lines=function(){return b().map(function(v){return{type:"LineString",coordinates:v}})},y.outline=function(){return{type:"Polygon",coordinates:[p(i).concat(g(s).slice(1),p(n).reverse().slice(1),g(a).reverse().slice(1))]}},y.extent=function(v){return arguments.length?y.extentMajor(v).extentMinor(v):y.extentMinor()},y.extentMajor=function(v){return arguments.length?(i=+v[0][0],n=+v[1][0],a=+v[0][1],s=+v[1][1],i>n&&(v=i,i=n,n=v),a>s&&(v=a,a=s,s=v),y.precision(m)):[[i,a],[n,s]]},y.extentMinor=function(v){return arguments.length?(t=+v[0][0],e=+v[1][0],o=+v[0][1],r=+v[1][1],t>e&&(v=t,t=e,e=v),o>r&&(v=o,o=r,r=v),y.precision(m)):[[t,o],[e,r]]},y.step=function(v){return arguments.length?y.stepMajor(v).stepMinor(v):y.stepMinor()},y.stepMajor=function(v){return arguments.length?(c=+v[0],f=+v[1],y):[c,f]},y.stepMinor=function(v){return arguments.length?(u=+v[0],l=+v[1],y):[u,l]},y.precision=function(v){return arguments.length?(m=+v,d=F_(o,r,90),h=T_(t,e,m),p=F_(a,s,90),g=T_(i,n,m),y):m},y.extentMajor([[-180,-90+se],[180,90-se]]).extentMinor([[-180,-80-se],[180,80+se]])}const bc=e=>e;var Bm=new sn,W1=new sn,SO,_O,H1,G1,Cr={point:At,lineStart:At,lineEnd:At,polygonStart:function(){Cr.lineStart=fq,Cr.lineEnd=hq},polygonEnd:function(){Cr.lineStart=Cr.lineEnd=Cr.point=At,Bm.add(we(W1)),W1=new sn},result:function(){var e=Bm/2;return Bm=new sn,e}};function fq(){Cr.point=dq}function dq(e,t){Cr.point=$O,SO=H1=e,_O=G1=t}function $O(e,t){W1.add(G1*e-H1*t),H1=e,G1=t}function hq(){$O(SO,_O)}var fu=1/0,$h=fu,vc=-fu,kh=vc,Ah={point:pq,lineStart:At,lineEnd:At,polygonStart:At,polygonEnd:At,result:function(){var e=[[fu,$h],[vc,kh]];return vc=kh=-($h=fu=1/0),e}};function pq(e,t){e<fu&&(fu=e),e>vc&&(vc=e),t<$h&&($h=t),t>kh&&(kh=t)}var V1=0,Y1=0,Il=0,Ch=0,Fh=0,Pa=0,X1=0,K1=0,zl=0,kO,AO,Wi,Hi,Hn={point:Is,lineStart:M_,lineEnd:D_,polygonStart:function(){Hn.lineStart=yq,Hn.lineEnd=bq},polygonEnd:function(){Hn.point=Is,Hn.lineStart=M_,Hn.lineEnd=D_},result:function(){var e=zl?[X1/zl,K1/zl]:Pa?[Ch/Pa,Fh/Pa]:Il?[V1/Il,Y1/Il]:[NaN,NaN];return V1=Y1=Il=Ch=Fh=Pa=X1=K1=zl=0,e}};function Is(e,t){V1+=e,Y1+=t,++Il}function M_(){Hn.point=gq}function gq(e,t){Hn.point=mq,Is(Wi=e,Hi=t)}function mq(e,t){var n=e-Wi,i=t-Hi,r=ln(n*n+i*i);Ch+=r*(Wi+e)/2,Fh+=r*(Hi+t)/2,Pa+=r,Is(Wi=e,Hi=t)}function D_(){Hn.point=Is}function yq(){Hn.point=vq}function bq(){CO(kO,AO)}function vq(e,t){Hn.point=CO,Is(kO=Wi=e,AO=Hi=t)}function CO(e,t){var n=e-Wi,i=t-Hi,r=ln(n*n+i*i);Ch+=r*(Wi+e)/2,Fh+=r*(Hi+t)/2,Pa+=r,r=Hi*e-Wi*t,X1+=r*(Wi+e),K1+=r*(Hi+t),zl+=r*3,Is(Wi=e,Hi=t)}function FO(e){this._context=e}FO.prototype={_radius:4.5,pointRadius:function(e){return this._radius=e,this},polygonStart:function(){this._line=0},polygonEnd:function(){this._line=NaN},lineStart:function(){this._point=0},lineEnd:function(){this._line===0&&this._context.closePath(),this._point=NaN},point:function(e,t){switch(this._point){case 0:{this._context.moveTo(e,t),this._point=1;break}case 1:{this._context.lineTo(e,t);break}default:{this._context.moveTo(e+this._radius,t),this._context.arc(e,t,this._radius,0,un);break}}},result:At};var J1=new sn,Um,TO,MO,Bl,Ul,xc={point:At,lineStart:function(){xc.point=xq},lineEnd:function(){Um&&DO(TO,MO),xc.point=At},polygonStart:function(){Um=!0},polygonEnd:function(){Um=null},result:function(){var e=+J1;return J1=new sn,e}};function xq(e,t){xc.point=DO,TO=Bl=e,MO=Ul=t}function DO(e,t){Bl-=e,Ul-=t,J1.add(ln(Bl*Bl+Ul*Ul)),Bl=e,Ul=t}let O_,Th,R_,N_;class L_{constructor(t){this._append=t==null?OO:wq(t),this._radius=4.5,this._=""}pointRadius(t){return this._radius=+t,this}polygonStart(){this._line=0}polygonEnd(){this._line=NaN}lineStart(){this._point=0}lineEnd(){this._line===0&&(this._+="Z"),this._point=NaN}point(t,n){switch(this._point){case 0:{this._append`M${t},${n}`,this._point=1;break}case 1:{this._append`L${t},${n}`;break}default:{if(this._append`M${t},${n}`,this._radius!==R_||this._append!==Th){const i=this._radius,r=this._;this._="",this._append`m0,${i}a${i},${i} 0 1,1 0,${-2*i}a${i},${i} 0 1,1 0,${2*i}z`,R_=i,Th=this._append,N_=this._,this._=r}this._+=N_;break}}}result(){const t=this._;return this._="",t.length?t:null}}function OO(e){let t=1;this._+=e[0];for(const n=e.length;t<n;++t)this._+=arguments[t]+e[t]}function wq(e){const t=Math.floor(e);if(!(t>=0))throw new RangeError(`invalid digits: ${e}`);if(t>15)return OO;if(t!==O_){const n=10**t;O_=t,Th=function(r){let o=1;this._+=r[0];for(const s=r.length;o<s;++o)this._+=Math.round(arguments[o]*n)/n+r[o]}}return Th}function RO(e,t){let n=3,i=4.5,r,o;function s(a){return a&&(typeof i=="function"&&o.pointRadius(+i.apply(this,arguments)),Ar(a,r(o))),o.result()}return s.area=function(a){return Ar(a,r(Cr)),Cr.result()},s.measure=function(a){return Ar(a,r(xc)),xc.result()},s.bounds=function(a){return Ar(a,r(Ah)),Ah.result()},s.centroid=function(a){return Ar(a,r(Hn)),Hn.result()},s.projection=function(a){return arguments.length?(r=a==null?(e=null,bc):(e=a).stream,s):e},s.context=function(a){return arguments.length?(o=a==null?(t=null,new L_(n)):new FO(t=a),typeof i!="function"&&o.pointRadius(i),s):t},s.pointRadius=function(a){return arguments.length?(i=typeof a=="function"?a:(o.pointRadius(+a),+a),s):i},s.digits=function(a){if(!arguments.length)return n;if(a==null)n=null;else{const u=Math.floor(a);if(!(u>=0))throw new RangeError(`invalid digits: ${a}`);n=u}return t===null&&(o=new L_(n)),s},s.projection(e).digits(n).context(t)}function tg(e){return function(t){var n=new Q1;for(var i in e)n[i]=e[i];return n.stream=t,n}}function Q1(){}Q1.prototype={constructor:Q1,point:function(e,t){this.stream.point(e,t)},sphere:function(){this.stream.sphere()},lineStart:function(){this.stream.lineStart()},lineEnd:function(){this.stream.lineEnd()},polygonStart:function(){this.stream.polygonStart()},polygonEnd:function(){this.stream.polygonEnd()}};function Bx(e,t,n){var i=e.clipExtent&&e.clipExtent();return e.scale(150).translate([0,0]),i!=null&&e.clipExtent(null),Ar(n,e.stream(Ah)),t(Ah.result()),i!=null&&e.clipExtent(i),e}function ng(e,t,n){return Bx(e,function(i){var r=t[1][0]-t[0][0],o=t[1][1]-t[0][1],s=Math.min(r/(i[1][0]-i[0][0]),o/(i[1][1]-i[0][1])),a=+t[0][0]+(r-s*(i[1][0]+i[0][0]))/2,u=+t[0][1]+(o-s*(i[1][1]+i[0][1]))/2;e.scale(150*s).translate([a,u])},n)}function Ux(e,t,n){return ng(e,[[0,0],t],n)}function jx(e,t,n){return Bx(e,function(i){var r=+t,o=r/(i[1][0]-i[0][0]),s=(r-o*(i[1][0]+i[0][0]))/2,a=-o*i[0][1];e.scale(150*o).translate([s,a])},n)}function qx(e,t,n){return Bx(e,function(i){var r=+t,o=r/(i[1][1]-i[0][1]),s=-o*i[0][0],a=(r-o*(i[1][1]+i[0][1]))/2;e.scale(150*o).translate([s,a])},n)}var P_=16,Eq=ae(30*ye);function I_(e,t){return+t?_q(e,t):Sq(e)}function Sq(e){return tg({point:function(t,n){t=e(t,n),this.stream.point(t[0],t[1])}})}function _q(e,t){function n(i,r,o,s,a,u,l,c,f,d,h,p,g,m){var y=l-i,b=c-r,v=y*y+b*b;if(v>4*t&&g--){var x=s+d,E=a+h,S=u+p,w=ln(x*x+E*E+S*S),_=xn(S/=w),$=we(we(S)-1)<se||we(o-f)<se?(o+f)/2:ni(E,x),A=e($,_),F=A[0],N=A[1],M=F-i,C=N-r,k=b*M-y*C;(k*k/v>t||we((y*M+b*C)/v-.5)>.3||s*d+a*h+u*p<Eq)&&(n(i,r,o,s,a,u,F,N,$,x/=w,E/=w,S,g,m),m.point(F,N),n(F,N,$,x,E,S,l,c,f,d,h,p,g,m))}}return function(i){var r,o,s,a,u,l,c,f,d,h,p,g,m={point:y,lineStart:b,lineEnd:x,polygonStart:function(){i.polygonStart(),m.lineStart=E},polygonEnd:function(){i.polygonEnd(),m.lineStart=b}};function y(_,$){_=e(_,$),i.point(_[0],_[1])}function b(){f=NaN,m.point=v,i.lineStart()}function v(_,$){var A=Ps([_,$]),F=e(_,$);n(f,d,c,h,p,g,f=F[0],d=F[1],c=_,h=A[0],p=A[1],g=A[2],P_,i),i.point(f,d)}function x(){m.point=y,i.lineEnd()}function E(){b(),m.point=S,m.lineEnd=w}function S(_,$){v(r=_,$),o=f,s=d,a=h,u=p,l=g,m.point=v}function w(){n(f,d,c,h,p,g,o,s,r,a,u,l,P_,i),m.lineEnd=x,x()}return m}}var $q=tg({point:function(e,t){this.stream.point(e*ye,t*ye)}});function kq(e){return tg({point:function(t,n){var i=e(t,n);return this.stream.point(i[0],i[1])}})}function Aq(e,t,n,i,r){function o(s,a){return s*=i,a*=r,[t+e*s,n-e*a]}return o.invert=function(s,a){return[(s-t)/e*i,(n-a)/e*r]},o}function z_(e,t,n,i,r,o){if(!o)return Aq(e,t,n,i,r);var s=ae(o),a=re(o),u=s*e,l=a*e,c=s/e,f=a/e,d=(a*n-s*t)/e,h=(a*t+s*n)/e;function p(g,m){return g*=i,m*=r,[u*g-l*m+t,n-l*g-u*m]}return p.invert=function(g,m){return[i*(c*g-f*m+d),r*(h-f*g-c*m)]},p}function cr(e){return NO(function(){return e})()}function NO(e){var t,n=150,i=480,r=250,o=0,s=0,a=0,u=0,l=0,c,f=0,d=1,h=1,p=null,g=C_,m=null,y,b,v,x=bc,E=.5,S,w,_,$,A;function F(k){return _(k[0]*ye,k[1]*ye)}function N(k){return k=_.invert(k[0],k[1]),k&&[k[0]*tt,k[1]*tt]}F.stream=function(k){return $&&A===k?$:$=$q(kq(c)(g(S(x(A=k)))))},F.preclip=function(k){return arguments.length?(g=k,p=void 0,C()):g},F.postclip=function(k){return arguments.length?(x=k,m=y=b=v=null,C()):x},F.clipAngle=function(k){return arguments.length?(g=+k?uq(p=k*ye):(p=null,C_),C()):p*tt},F.clipExtent=function(k){return arguments.length?(x=k==null?(m=y=b=v=null,bc):EO(m=+k[0][0],y=+k[0][1],b=+k[1][0],v=+k[1][1]),C()):m==null?null:[[m,y],[b,v]]},F.scale=function(k){return arguments.length?(n=+k,M()):n},F.translate=function(k){return arguments.length?(i=+k[0],r=+k[1],M()):[i,r]},F.center=function(k){return arguments.length?(o=k[0]%360*ye,s=k[1]%360*ye,M()):[o*tt,s*tt]},F.rotate=function(k){return arguments.length?(a=k[0]%360*ye,u=k[1]%360*ye,l=k.length>2?k[2]%360*ye:0,M()):[a*tt,u*tt,l*tt]},F.angle=function(k){return arguments.length?(f=k%360*ye,M()):f*tt},F.reflectX=function(k){return arguments.length?(d=k?-1:1,M()):d<0},F.reflectY=function(k){return arguments.length?(h=k?-1:1,M()):h<0},F.precision=function(k){return arguments.length?(S=I_(w,E=k*k),C()):ln(E)},F.fitExtent=function(k,T){return ng(F,k,T)},F.fitSize=function(k,T){return Ux(F,k,T)},F.fitWidth=function(k,T){return jx(F,k,T)},F.fitHeight=function(k,T){return qx(F,k,T)};function M(){var k=z_(n,0,0,d,h,f).apply(null,t(o,s)),T=z_(n,i-k[0],r-k[1],d,h,f);return c=bO(a,u,l),w=j1(t,T),_=j1(c,w),S=I_(w,E),C()}function C(){return $=A=null,F}return function(){return t=e.apply(this,arguments),F.invert=t.invert&&N,M()}}function Wx(e){var t=0,n=ve/3,i=NO(e),r=i(t,n);return r.parallels=function(o){return arguments.length?i(t=o[0]*ye,n=o[1]*ye):[t*tt,n*tt]},r}function Cq(e){var t=ae(e);function n(i,r){return[i*t,re(r)/t]}return n.invert=function(i,r){return[i/t,xn(r*t)]},n}function Fq(e,t){var n=re(e),i=(n+re(t))/2;if(we(i)<se)return Cq(e);var r=1+n*(2*i-n),o=ln(r)/i;function s(a,u){var l=ln(r-2*i*re(u))/i;return[l*re(a*=i),o-l*ae(a)]}return s.invert=function(a,u){var l=o-u,c=ni(a,we(l))*Vn(l);return l*i<0&&(c-=ve*Vn(a)*Vn(l)),[c/i,xn((r-(a*a+l*l)*i*i)/(2*i))]},s}function Mh(){return Wx(Fq).scale(155.424).center([0,33.6442])}function LO(){return Mh().parallels([29.5,45.5]).scale(1070).translate([480,250]).rotate([96,0]).center([-.6,38.7])}function Tq(e){var t=e.length;return{point:function(n,i){for(var r=-1;++r<t;)e[r].point(n,i)},sphere:function(){for(var n=-1;++n<t;)e[n].sphere()},lineStart:function(){for(var n=-1;++n<t;)e[n].lineStart()},lineEnd:function(){for(var n=-1;++n<t;)e[n].lineEnd()},polygonStart:function(){for(var n=-1;++n<t;)e[n].polygonStart()},polygonEnd:function(){for(var n=-1;++n<t;)e[n].polygonEnd()}}}function Mq(){var e,t,n=LO(),i,r=Mh().rotate([154,0]).center([-2,58.5]).parallels([55,65]),o,s=Mh().rotate([157,0]).center([-3,19.9]).parallels([8,18]),a,u,l={point:function(d,h){u=[d,h]}};function c(d){var h=d[0],p=d[1];return u=null,i.point(h,p),u||(o.point(h,p),u)||(a.point(h,p),u)}c.invert=function(d){var h=n.scale(),p=n.translate(),g=(d[0]-p[0])/h,m=(d[1]-p[1])/h;return(m>=.12&&m<.234&&g>=-.425&&g<-.214?r:m>=.166&&m<.234&&g>=-.214&&g<-.115?s:n).invert(d)},c.stream=function(d){return e&&t===d?e:e=Tq([n.stream(t=d),r.stream(d),s.stream(d)])},c.precision=function(d){return arguments.length?(n.precision(d),r.precision(d),s.precision(d),f()):n.precision()},c.scale=function(d){return arguments.length?(n.scale(d),r.scale(d*.35),s.scale(d),c.translate(n.translate())):n.scale()},c.translate=function(d){if(!arguments.length)return n.translate();var h=n.scale(),p=+d[0],g=+d[1];return i=n.translate(d).clipExtent([[p-.455*h,g-.238*h],[p+.455*h,g+.238*h]]).stream(l),o=r.translate([p-.307*h,g+.201*h]).clipExtent([[p-.425*h+se,g+.12*h+se],[p-.214*h-se,g+.234*h-se]]).stream(l),a=s.translate([p-.205*h,g+.212*h]).clipExtent([[p-.214*h+se,g+.166*h+se],[p-.115*h-se,g+.234*h-se]]).stream(l),f()},c.fitExtent=function(d,h){return ng(c,d,h)},c.fitSize=function(d,h){return Ux(c,d,h)},c.fitWidth=function(d,h){return jx(c,d,h)},c.fitHeight=function(d,h){return qx(c,d,h)};function f(){return e=t=null,c}return c.scale(1070)}function PO(e){return function(t,n){var i=ae(t),r=ae(n),o=e(i*r);return o===1/0?[2,0]:[o*r*re(t),o*re(n)]}}function nf(e){return function(t,n){var i=ln(t*t+n*n),r=e(i),o=re(r),s=ae(r);return[ni(t*o,i*s),xn(i&&n*o/i)]}}var IO=PO(function(e){return ln(2/(1+e))});IO.invert=nf(function(e){return 2*xn(e/2)});function Dq(){return cr(IO).scale(124.75).clipAngle(180-.001)}var zO=PO(function(e){return(e=aO(e))&&e/re(e)});zO.invert=nf(function(e){return e});function Oq(){return cr(zO).scale(79.4188).clipAngle(180-.001)}function ig(e,t){return[e,dh(Ix((Qe+t)/2))]}ig.invert=function(e,t){return[e,2*Wu(sO(t))-Qe]};function Rq(){return BO(ig).scale(961/un)}function BO(e){var t=cr(e),n=t.center,i=t.scale,r=t.translate,o=t.clipExtent,s=null,a,u,l;t.scale=function(f){return arguments.length?(i(f),c()):i()},t.translate=function(f){return arguments.length?(r(f),c()):r()},t.center=function(f){return arguments.length?(n(f),c()):n()},t.clipExtent=function(f){return arguments.length?(f==null?s=a=u=l=null:(s=+f[0][0],a=+f[0][1],u=+f[1][0],l=+f[1][1]),c()):s==null?null:[[s,a],[u,l]]};function c(){var f=ve*i(),d=t(eq(t.rotate()).invert([0,0]));return o(s==null?[[d[0]-f,d[1]-f],[d[0]+f,d[1]+f]]:e===ig?[[Math.max(d[0]-f,s),a],[Math.min(d[0]+f,u),l]]:[[s,Math.max(d[1]-f,a)],[u,Math.min(d[1]+f,l)]])}return c()}function jf(e){return Ix((Qe+e)/2)}function Nq(e,t){var n=ae(e),i=e===t?re(e):dh(n/ae(t))/dh(jf(t)/jf(e)),r=n*Pm(jf(e),i)/i;if(!i)return ig;function o(s,a){r>0?a<-Qe+se&&(a=-Qe+se):a>Qe-se&&(a=Qe-se);var u=r/Pm(jf(a),i);return[u*re(i*s),r-u*ae(i*s)]}return o.invert=function(s,a){var u=r-a,l=Vn(i)*ln(s*s+u*u),c=ni(s,we(u))*Vn(u);return u*i<0&&(c-=ve*Vn(s)*Vn(u)),[c/i,2*Wu(Pm(r/l,1/i))-Qe]},o}function Lq(){return Wx(Nq).scale(109.5).parallels([30,30])}function Dh(e,t){return[e,t]}Dh.invert=Dh;function Pq(){return cr(Dh).scale(152.63)}function Iq(e,t){var n=ae(e),i=e===t?re(e):(n-ae(t))/(t-e),r=n/i+e;if(we(i)<se)return Dh;function o(s,a){var u=r-a,l=i*s;return[u*re(l),r-u*ae(l)]}return o.invert=function(s,a){var u=r-a,l=ni(s,we(u))*Vn(u);return u*i<0&&(l-=ve*Vn(s)*Vn(u)),[l/i,r-Vn(i)*ln(s*s+u*u)]},o}function zq(){return Wx(Iq).scale(131.154).center([0,13.9389])}var Ql=1.340264,Zl=-.081106,ec=893e-6,tc=.003796,Oh=ln(3)/2,Bq=12;function UO(e,t){var n=xn(Oh*re(t)),i=n*n,r=i*i*i;return[e*ae(n)/(Oh*(Ql+3*Zl*i+r*(7*ec+9*tc*i))),n*(Ql+Zl*i+r*(ec+tc*i))]}UO.invert=function(e,t){for(var n=t,i=n*n,r=i*i*i,o=0,s,a,u;o<Bq&&(a=n*(Ql+Zl*i+r*(ec+tc*i))-t,u=Ql+3*Zl*i+r*(7*ec+9*tc*i),n-=s=a/u,i=n*n,r=i*i*i,!(we(s)<ch));++o);return[Oh*e*(Ql+3*Zl*i+r*(7*ec+9*tc*i))/ae(n),xn(re(n)/Oh)]};function Uq(){return cr(UO).scale(177.158)}function jO(e,t){var n=ae(t),i=ae(e)*n;return[n*re(e)/i,re(t)/i]}jO.invert=nf(Wu);function jq(){return cr(jO).scale(144.049).clipAngle(60)}function qq(){var e=1,t=0,n=0,i=1,r=1,o=0,s,a,u=null,l,c,f,d=1,h=1,p=tg({point:function(x,E){var S=v([x,E]);this.stream.point(S[0],S[1])}}),g=bc,m,y;function b(){return d=e*i,h=e*r,m=y=null,v}function v(x){var E=x[0]*d,S=x[1]*h;if(o){var w=S*s-E*a;E=E*s+S*a,S=w}return[E+t,S+n]}return v.invert=function(x){var E=x[0]-t,S=x[1]-n;if(o){var w=S*s+E*a;E=E*s-S*a,S=w}return[E/d,S/h]},v.stream=function(x){return m&&y===x?m:m=p(g(y=x))},v.postclip=function(x){return arguments.length?(g=x,u=l=c=f=null,b()):g},v.clipExtent=function(x){return arguments.length?(g=x==null?(u=l=c=f=null,bc):EO(u=+x[0][0],l=+x[0][1],c=+x[1][0],f=+x[1][1]),b()):u==null?null:[[u,l],[c,f]]},v.scale=function(x){return arguments.length?(e=+x,b()):e},v.translate=function(x){return arguments.length?(t=+x[0],n=+x[1],b()):[t,n]},v.angle=function(x){return arguments.length?(o=x%360*ye,a=re(o),s=ae(o),b()):o*tt},v.reflectX=function(x){return arguments.length?(i=x?-1:1,b()):i<0},v.reflectY=function(x){return arguments.length?(r=x?-1:1,b()):r<0},v.fitExtent=function(x,E){return ng(v,x,E)},v.fitSize=function(x,E){return Ux(v,x,E)},v.fitWidth=function(x,E){return jx(v,x,E)},v.fitHeight=function(x,E){return qx(v,x,E)},v}function qO(e,t){var n=t*t,i=n*n;return[e*(.8707-.131979*n+i*(-.013791+i*(.003971*n-.001529*i))),t*(1.007226+n*(.015085+i*(-.044475+.028874*n-.005916*i)))]}qO.invert=function(e,t){var n=t,i=25,r;do{var o=n*n,s=o*o;n-=r=(n*(1.007226+o*(.015085+s*(-.044475+.028874*o-.005916*s)))-t)/(1.007226+o*(.015085*3+s*(-.044475*7+.028874*9*o-.005916*11*s)))}while(we(r)>se&&--i>0);return[e/(.8707+(o=n*n)*(-.131979+o*(-.013791+o*o*o*(.003971-.001529*o)))),n]};function Wq(){return cr(qO).scale(175.295)}function WO(e,t){return[ae(t)*re(e),re(t)]}WO.invert=nf(xn);function Hq(){return cr(WO).scale(249.5).clipAngle(90+se)}function HO(e,t){var n=ae(t),i=1+ae(e)*n;return[n*re(e)/i,re(t)/i]}HO.invert=nf(function(e){return 2*Wu(e)});function Gq(){return cr(HO).scale(250).clipAngle(142)}function GO(e,t){return[dh(Ix((Qe+t)/2)),-e]}GO.invert=function(e,t){return[-t,2*Wu(sO(e))-Qe]};function Vq(){var e=BO(GO),t=e.center,n=e.rotate;return e.center=function(i){return arguments.length?t([-i[1],i[0]]):(i=t(),[i[1],-i[0]])},e.rotate=function(i){return arguments.length?n([i[0],i[1],i.length>2?i[2]+90:90]):(i=n(),[i[0],i[1],i[2]-90])},n([0,0,90]).scale(159.155)}var Yq=Math.abs,Z1=Math.cos,Rh=Math.sin,Xq=1e-6,VO=Math.PI,ey=VO/2,B_=Kq(2);function U_(e){return e>1?ey:e<-1?-ey:Math.asin(e)}function Kq(e){return e>0?Math.sqrt(e):0}function Jq(e,t){var n=e*Rh(t),i=30,r;do t-=r=(t+Rh(t)-n)/(1+Z1(t));while(Yq(r)>Xq&&--i>0);return t/2}function Qq(e,t,n){function i(r,o){return[e*r*Z1(o=Jq(n,o)),t*Rh(o)]}return i.invert=function(r,o){return o=U_(o/t),[r/(e*Z1(o)),U_((2*o+Rh(2*o))/n)]},i}var Zq=Qq(B_/ey,B_,VO);function eW(){return cr(Zq).scale(169.529)}const tW=RO(),ty=["clipAngle","clipExtent","scale","translate","center","rotate","parallels","precision","reflectX","reflectY","coefficient","distance","fraction","lobes","parallel","radius","ratio","spacing","tilt"];function nW(e,t){return function n(){const i=t();return i.type=e,i.path=RO().projection(i),i.copy=i.copy||function(){const r=n();return ty.forEach(o=>{i[o]&&r[o](i[o]())}),r.path.pointRadius(i.path.pointRadius()),r},lM(i)}}function Hx(e,t){if(!e||typeof e!="string")throw new Error("Projection type must be a name string.");return e=e.toLowerCase(),arguments.length>1?(Nh[e]=nW(e,t),this):Nh[e]||null}function YO(e){return e&&e.path||tW}const Nh={albers:LO,albersusa:Mq,azimuthalequalarea:Dq,azimuthalequidistant:Oq,conicconformal:Lq,conicequalarea:Mh,conicequidistant:zq,equalEarth:Uq,equirectangular:Pq,gnomonic:jq,identity:qq,mercator:Rq,mollweide:eW,naturalEarth1:Wq,orthographic:Hq,stereographic:Gq,transversemercator:Vq};for(const e in Nh)Hx(e,Nh[e]);function iW(){}const wr=[[],[[[1,1.5],[.5,1]]],[[[1.5,1],[1,1.5]]],[[[1.5,1],[.5,1]]],[[[1,.5],[1.5,1]]],[[[1,1.5],[.5,1]],[[1,.5],[1.5,1]]],[[[1,.5],[1,1.5]]],[[[1,.5],[.5,1]]],[[[.5,1],[1,.5]]],[[[1,1.5],[1,.5]]],[[[.5,1],[1,.5]],[[1.5,1],[1,1.5]]],[[[1.5,1],[1,.5]]],[[[.5,1],[1.5,1]]],[[[1,1.5],[1.5,1]]],[[[.5,1],[1,1.5]]],[]];function XO(){var e=1,t=1,n=a;function i(u,l){return l.map(c=>r(u,c))}function r(u,l){var c=[],f=[];return o(u,l,d=>{n(d,u,l),rW(d)>0?c.push([d]):f.push(d)}),f.forEach(d=>{for(var h=0,p=c.length,g;h<p;++h)if(oW((g=c[h])[0],d)!==-1){g.push(d);return}}),{type:"MultiPolygon",value:l,coordinates:c}}function o(u,l,c){var f=[],d=[],h,p,g,m,y,b;for(h=p=-1,m=u[0]>=l,wr[m<<1].forEach(v);++h<e-1;)g=m,m=u[h+1]>=l,wr[g|m<<1].forEach(v);for(wr[m<<0].forEach(v);++p<t-1;){for(h=-1,m=u[p*e+e]>=l,y=u[p*e]>=l,wr[m<<1|y<<2].forEach(v);++h<e-1;)g=m,m=u[p*e+e+h+1]>=l,b=y,y=u[p*e+h+1]>=l,wr[g|m<<1|y<<2|b<<3].forEach(v);wr[m|y<<3].forEach(v)}for(h=-1,y=u[p*e]>=l,wr[y<<2].forEach(v);++h<e-1;)b=y,y=u[p*e+h+1]>=l,wr[y<<2|b<<3].forEach(v);wr[y<<3].forEach(v);function v(x){var E=[x[0][0]+h,x[0][1]+p],S=[x[1][0]+h,x[1][1]+p],w=s(E),_=s(S),$,A;($=d[w])?(A=f[_])?(delete d[$.end],delete f[A.start],$===A?($.ring.push(S),c($.ring)):f[$.start]=d[A.end]={start:$.start,end:A.end,ring:$.ring.concat(A.ring)}):(delete d[$.end],$.ring.push(S),d[$.end=_]=$):($=f[_])?(A=d[w])?(delete f[$.start],delete d[A.end],$===A?($.ring.push(S),c($.ring)):f[A.start]=d[$.end]={start:A.start,end:$.end,ring:A.ring.concat($.ring)}):(delete f[$.start],$.ring.unshift(E),f[$.start=w]=$):f[w]=d[_]={start:w,end:_,ring:[E,S]}}}function s(u){return u[0]*2+u[1]*(e+1)*4}function a(u,l,c){u.forEach(f=>{var d=f[0],h=f[1],p=d|0,g=h|0,m,y=l[g*e+p];d>0&&d<e&&p===d&&(m=l[g*e+p-1],f[0]=d+(c-m)/(y-m)-.5),h>0&&h<t&&g===h&&(m=l[(g-1)*e+p],f[1]=h+(c-m)/(y-m)-.5)})}return i.contour=r,i.size=function(u){if(!arguments.length)return[e,t];var l=Math.floor(u[0]),c=Math.floor(u[1]);return l>=0&&c>=0||O("invalid size"),e=l,t=c,i},i.smooth=function(u){return arguments.length?(n=u?a:iW,i):n===a},i}function rW(e){for(var t=0,n=e.length,i=e[n-1][1]*e[0][0]-e[n-1][0]*e[0][1];++t<n;)i+=e[t-1][1]*e[t][0]-e[t-1][0]*e[t][1];return i}function oW(e,t){for(var n=-1,i=t.length,r;++n<i;)if(r=sW(e,t[n]))return r;return 0}function sW(e,t){for(var n=t[0],i=t[1],r=-1,o=0,s=e.length,a=s-1;o<s;a=o++){var u=e[o],l=u[0],c=u[1],f=e[a],d=f[0],h=f[1];if(aW(u,f,t))return 0;c>i!=h>i&&n<(d-l)*(i-c)/(h-c)+l&&(r=-r)}return r}function aW(e,t,n){var i;return uW(e,t,n)&&lW(e[i=+(e[0]===t[0])],n[i],t[i])}function uW(e,t,n){return(t[0]-e[0])*(n[1]-e[1])===(n[0]-e[0])*(t[1]-e[1])}function lW(e,t,n){return e<=t&&t<=n||n<=t&&t<=e}function KO(e,t,n){return function(i){var r=Qi(i),o=n?Math.min(r[0],0):r[0],s=r[1],a=s-o,u=t?Os(o,s,e):a/(e+1);return Tn(o+u,s,u)}}function Gx(e){D.call(this,null,e)}Gx.Definition={type:"Isocontour",metadata:{generates:!0},params:[{name:"field",type:"field"},{name:"thresholds",type:"number",array:!0},{name:"levels",type:"number"},{name:"nice",type:"boolean",default:!1},{name:"resolve",type:"enum",values:["shared","independent"],default:"independent"},{name:"zero",type:"boolean",default:!0},{name:"smooth",type:"boolean",default:!0},{name:"scale",type:"number",expr:!0},{name:"translate",type:"number",array:!0,expr:!0},{name:"as",type:"string",null:!0,default:"contour"}]};G(Gx,D,{transform(e,t){if(this.value&&!t.changed()&&!e.modified())return t.StopPropagation;var n=t.fork(t.NO_SOURCE|t.NO_FIELDS),i=t.materialize(t.SOURCE).source,r=e.field||Vt,o=XO().smooth(e.smooth!==!1),s=e.thresholds||cW(i,r,e),a=e.as===null?null:e.as||"contour",u=[];return i.forEach(l=>{const c=r(l),f=o.size([c.width,c.height])(c.values,P(s)?s:s(c.values));fW(f,c,l,e),f.forEach(d=>{u.push(_p(l,Ce(a!=null?{[a]:d}:d)))})}),this.value&&(n.rem=this.value),this.value=n.source=n.add=u,n}});function cW(e,t,n){const i=KO(n.levels||10,n.nice,n.zero!==!1);return n.resolve!=="shared"?i:i(e.map(r=>_s(t(r).values)))}function fW(e,t,n,i){let r=i.scale||t.scale,o=i.translate||t.translate;if(fe(r)&&(r=r(n,i)),fe(o)&&(o=o(n,i)),(r===1||r==null)&&!o)return;const s=($e(r)?r:r[0])||1,a=($e(r)?r:r[1])||1,u=o&&o[0]||0,l=o&&o[1]||0;e.forEach(JO(t,s,a,u,l))}function JO(e,t,n,i,r){const o=e.x1||0,s=e.y1||0,a=t*n<0;function u(f){f.forEach(l)}function l(f){a&&f.reverse(),f.forEach(c)}function c(f){f[0]=(f[0]-o)*t+i,f[1]=(f[1]-s)*n+r}return function(f){return f.coordinates.forEach(u),f}}function j_(e,t,n){const i=e>=0?e:Ub(t,n);return Math.round((Math.sqrt(4*i*i+1)-1)/2)}function jm(e){return fe(e)?e:Yt(+e)}function QO(){var e=u=>u[0],t=u=>u[1],n=Du,i=[-1,-1],r=960,o=500,s=2;function a(u,l){const c=j_(i[0],u,e)>>s,f=j_(i[1],u,t)>>s,d=c?c+2:0,h=f?f+2:0,p=2*d+(r>>s),g=2*h+(o>>s),m=new Float32Array(p*g),y=new Float32Array(p*g);let b=m;u.forEach(x=>{const E=d+(+e(x)>>s),S=h+(+t(x)>>s);E>=0&&E<p&&S>=0&&S<g&&(m[E+S*p]+=+n(x))}),c>0&&f>0?(Sa(p,g,m,y,c),_a(p,g,y,m,f),Sa(p,g,m,y,c),_a(p,g,y,m,f),Sa(p,g,m,y,c),_a(p,g,y,m,f)):c>0?(Sa(p,g,m,y,c),Sa(p,g,y,m,c),Sa(p,g,m,y,c),b=y):f>0&&(_a(p,g,m,y,f),_a(p,g,y,m,f),_a(p,g,m,y,f),b=y);const v=l?Math.pow(2,-2*s):1/LC(b);for(let x=0,E=p*g;x<E;++x)b[x]*=v;return{values:b,scale:1<<s,width:p,height:g,x1:d,y1:h,x2:d+(r>>s),y2:h+(o>>s)}}return a.x=function(u){return arguments.length?(e=jm(u),a):e},a.y=function(u){return arguments.length?(t=jm(u),a):t},a.weight=function(u){return arguments.length?(n=jm(u),a):n},a.size=function(u){if(!arguments.length)return[r,o];var l=+u[0],c=+u[1];return l>=0&&c>=0||O("invalid size"),r=l,o=c,a},a.cellSize=function(u){return arguments.length?((u=+u)>=1||O("invalid cell size"),s=Math.floor(Math.log(u)/Math.LN2),a):1<<s},a.bandwidth=function(u){return arguments.length?(u=K(u),u.length===1&&(u=[+u[0],+u[0]]),u.length!==2&&O("invalid bandwidth"),i=u,a):i},a}function Sa(e,t,n,i,r){const o=(r<<1)+1;for(let s=0;s<t;++s)for(let a=0,u=0;a<e+r;++a)a<e&&(u+=n[a+s*e]),a>=r&&(a>=o&&(u-=n[a-o+s*e]),i[a-r+s*e]=u/Math.min(a+1,e-1+o-a,o))}function _a(e,t,n,i,r){const o=(r<<1)+1;for(let s=0;s<e;++s)for(let a=0,u=0;a<t+r;++a)a<t&&(u+=n[s+a*e]),a>=r&&(a>=o&&(u-=n[s+(a-o)*e]),i[s+(a-r)*e]=u/Math.min(a+1,t-1+o-a,o))}function Vx(e){D.call(this,null,e)}Vx.Definition={type:"KDE2D",metadata:{generates:!0},params:[{name:"size",type:"number",array:!0,length:2,required:!0},{name:"x",type:"field",required:!0},{name:"y",type:"field",required:!0},{name:"weight",type:"field"},{name:"groupby",type:"field",array:!0},{name:"cellSize",type:"number"},{name:"bandwidth",type:"number",array:!0,length:2},{name:"counts",type:"boolean",default:!1},{name:"as",type:"string",default:"grid"}]};const dW=["x","y","weight","size","cellSize","bandwidth"];function ZO(e,t){return dW.forEach(n=>t[n]!=null?e[n](t[n]):0),e}G(Vx,D,{transform(e,t){if(this.value&&!t.changed()&&!e.modified())return t.StopPropagation;var n=t.fork(t.NO_SOURCE|t.NO_FIELDS),i=t.materialize(t.SOURCE).source,r=hW(i,e.groupby),o=(e.groupby||[]).map(Ze),s=ZO(QO(),e),a=e.as||"grid",u=[];function l(c,f){for(let d=0;d<o.length;++d)c[o[d]]=f[d];return c}return u=r.map(c=>Ce(l({[a]:s(c,e.counts)},c.dims))),this.value&&(n.rem=this.value),this.value=n.source=n.add=u,n}});function hW(e,t){var n=[],i=c=>c(a),r,o,s,a,u,l;if(t==null)n.push(e);else for(r={},o=0,s=e.length;o<s;++o)a=e[o],u=t.map(i),l=r[u],l||(r[u]=l=[],l.dims=u,n.push(l)),l.push(a);return n}function Yx(e){D.call(this,null,e)}Yx.Definition={type:"Contour",metadata:{generates:!0},params:[{name:"size",type:"number",array:!0,length:2,required:!0},{name:"values",type:"number",array:!0},{name:"x",type:"field"},{name:"y",type:"field"},{name:"weight",type:"field"},{name:"cellSize",type:"number"},{name:"bandwidth",type:"number"},{name:"count",type:"number"},{name:"nice",type:"boolean",default:!1},{name:"thresholds",type:"number",array:!0},{name:"smooth",type:"boolean",default:!0}]};G(Yx,D,{transform(e,t){if(this.value&&!t.changed()&&!e.modified())return t.StopPropagation;var n=t.fork(t.NO_SOURCE|t.NO_FIELDS),i=XO().smooth(e.smooth!==!1),r=e.values,o=e.thresholds||KO(e.count||10,e.nice,!!r),s=e.size,a,u;return r||(r=t.materialize(t.SOURCE).source,a=ZO(QO(),e)(r,!0),u=JO(a,a.scale||1,a.scale||1,0,0),s=[a.width,a.height],r=a.values),o=P(o)?o:o(r),r=i.size(s)(r,o),u&&r.forEach(u),this.value&&(n.rem=this.value),this.value=n.source=n.add=(r||[]).map(Ce),n}});const ny="Feature",Xx="FeatureCollection",pW="MultiPoint";function Kx(e){D.call(this,null,e)}Kx.Definition={type:"GeoJSON",metadata:{},params:[{name:"fields",type:"field",array:!0,length:2},{name:"geojson",type:"field"}]};G(Kx,D,{transform(e,t){var n=this._features,i=this._points,r=e.fields,o=r&&r[0],s=r&&r[1],a=e.geojson||!r&&Vt,u=t.ADD,l;l=e.modified()||t.changed(t.REM)||t.modified(qt(a))||o&&t.modified(qt(o))||s&&t.modified(qt(s)),(!this.value||l)&&(u=t.SOURCE,this._features=n=[],this._points=i=[]),a&&t.visit(u,c=>n.push(a(c))),o&&s&&(t.visit(u,c=>{var f=o(c),d=s(c);f!=null&&d!=null&&(f=+f)===f&&(d=+d)===d&&i.push([f,d])}),n=n.concat({type:ny,geometry:{type:pW,coordinates:i}})),this.value={type:Xx,features:n}}});function Jx(e){D.call(this,null,e)}Jx.Definition={type:"GeoPath",metadata:{modifies:!0},params:[{name:"projection",type:"projection"},{name:"field",type:"field"},{name:"pointRadius",type:"number",expr:!0},{name:"as",type:"string",default:"path"}]};G(Jx,D,{transform(e,t){var n=t.fork(t.ALL),i=this.value,r=e.field||Vt,o=e.as||"path",s=n.SOURCE;!i||e.modified()?(this.value=i=YO(e.projection),n.materialize().reflow()):s=r===Vt||t.modified(r.fields)?n.ADD_MOD:n.ADD;const a=gW(i,e.pointRadius);return n.visit(s,u=>u[o]=i(r(u))),i.pointRadius(a),n.modifies(o)}});function gW(e,t){const n=e.pointRadius();return e.context(null),t!=null&&e.pointRadius(t),n}function Qx(e){D.call(this,null,e)}Qx.Definition={type:"GeoPoint",metadata:{modifies:!0},params:[{name:"projection",type:"projection",required:!0},{name:"fields",type:"field",array:!0,required:!0,length:2},{name:"as",type:"string",array:!0,length:2,default:["x","y"]}]};G(Qx,D,{transform(e,t){var n=e.projection,i=e.fields[0],r=e.fields[1],o=e.as||["x","y"],s=o[0],a=o[1],u;function l(c){const f=n([i(c),r(c)]);f?(c[s]=f[0],c[a]=f[1]):(c[s]=void 0,c[a]=void 0)}return e.modified()?t=t.materialize().reflow(!0).visit(t.SOURCE,l):(u=t.modified(i.fields)||t.modified(r.fields),t.visit(u?t.ADD_MOD:t.ADD,l)),t.modifies(o)}});function Zx(e){D.call(this,null,e)}Zx.Definition={type:"GeoShape",metadata:{modifies:!0,nomod:!0},params:[{name:"projection",type:"projection"},{name:"field",type:"field",default:"datum"},{name:"pointRadius",type:"number",expr:!0},{name:"as",type:"string",default:"shape"}]};G(Zx,D,{transform(e,t){var n=t.fork(t.ALL),i=this.value,r=e.as||"shape",o=n.ADD;return(!i||e.modified())&&(this.value=i=mW(YO(e.projection),e.field||Qn("datum"),e.pointRadius),n.materialize().reflow(),o=n.SOURCE),n.visit(o,s=>s[r]=i),n.modifies(r)}});function mW(e,t,n){const i=n==null?r=>e(t(r)):r=>{var o=e.pointRadius(),s=e.pointRadius(n)(t(r));return e.pointRadius(o),s};return i.context=r=>(e.context(r),i),i}function e2(e){D.call(this,[],e),this.generator=cq()}e2.Definition={type:"Graticule",metadata:{changes:!0,generates:!0},params:[{name:"extent",type:"array",array:!0,length:2,content:{type:"number",array:!0,length:2}},{name:"extentMajor",type:"array",array:!0,length:2,content:{type:"number",array:!0,length:2}},{name:"extentMinor",type:"array",array:!0,length:2,content:{type:"number",array:!0,length:2}},{name:"step",type:"number",array:!0,length:2},{name:"stepMajor",type:"number",array:!0,length:2,default:[90,360]},{name:"stepMinor",type:"number",array:!0,length:2,default:[10,10]},{name:"precision",type:"number",default:2.5}]};G(e2,D,{transform(e,t){var n=this.value,i=this.generator,r;if(!n.length||e.modified())for(const o in e)fe(i[o])&&i[o](e[o]);return r=i(),n.length?t.mod.push(kF(n[0],r)):t.add.push(Ce(r)),n[0]=r,t}});function t2(e){D.call(this,null,e)}t2.Definition={type:"heatmap",metadata:{modifies:!0},params:[{name:"field",type:"field"},{name:"color",type:"string",expr:!0},{name:"opacity",type:"number",expr:!0},{name:"resolve",type:"enum",values:["shared","independent"],default:"independent"},{name:"as",type:"string",default:"image"}]};G(t2,D,{transform(e,t){if(!t.changed()&&!e.modified())return t.StopPropagation;var n=t.materialize(t.SOURCE).source,i=e.resolve==="shared",r=e.field||Vt,o=bW(e.opacity,e),s=yW(e.color,e),a=e.as||"image",u={$x:0,$y:0,$value:0,$max:i?_s(n.map(l=>_s(r(l).values))):0};return n.forEach(l=>{const c=r(l),f=pe({},l,u);i||(f.$max=_s(c.values||[])),l[a]=vW(c,f,s.dep?s:Yt(s(f)),o.dep?o:Yt(o(f)))}),t.reflow(!0).modifies(a)}});function yW(e,t){let n;return fe(e)?(n=i=>Nd(e(i,t)),n.dep=eR(e)):n=Yt(Nd(e||"#888")),n}function bW(e,t){let n;return fe(e)?(n=i=>e(i,t),n.dep=eR(e)):e?n=Yt(e):(n=i=>i.$value/i.$max||0,n.dep=!0),n}function eR(e){if(!fe(e))return!1;const t=wi(qt(e));return t.$x||t.$y||t.$value||t.$max}function vW(e,t,n,i){const r=e.width,o=e.height,s=e.x1||0,a=e.y1||0,u=e.x2||r,l=e.y2||o,c=e.values,f=c?m=>c[m]:po,d=Co(u-s,l-a),h=d.getContext("2d"),p=h.getImageData(0,0,u-s,l-a),g=p.data;for(let m=a,y=0;m<l;++m){t.$y=m-a;for(let b=s,v=m*r;b<u;++b,y+=4){t.$x=b-s,t.$value=f(b+v);const x=n(t);g[y+0]=x.r,g[y+1]=x.g,g[y+2]=x.b,g[y+3]=~~(255*i(t))}}return h.putImageData(p,0,0),d}function tR(e){D.call(this,null,e),this.modified(!0)}G(tR,D,{transform(e,t){let n=this.value;return!n||e.modified("type")?(this.value=n=wW(e.type),ty.forEach(i=>{e[i]!=null&&q_(n,i,e[i])})):ty.forEach(i=>{e.modified(i)&&q_(n,i,e[i])}),e.pointRadius!=null&&n.path.pointRadius(e.pointRadius),e.fit&&xW(n,e),t.fork(t.NO_SOURCE|t.NO_FIELDS)}});function xW(e,t){const n=EW(t.fit);t.extent?e.fitExtent(t.extent,n):t.size&&e.fitSize(t.size,n)}function wW(e){const t=Hx((e||"mercator").toLowerCase());return t||O("Unrecognized projection type: "+e),t()}function q_(e,t,n){fe(e[t])&&e[t](n)}function EW(e){return e=K(e),e.length===1?e[0]:{type:Xx,features:e.reduce((t,n)=>t.concat(SW(n)),[])}}function SW(e){return e.type===Xx?e.features:K(e).filter(t=>t!=null).map(t=>t.type===ny?t:{type:ny,geometry:t})}const _W=Object.freeze(Object.defineProperty({__proto__:null,contour:Yx,geojson:Kx,geopath:Jx,geopoint:Qx,geoshape:Zx,graticule:e2,heatmap:t2,isocontour:Gx,kde2d:Vx,projection:tR},Symbol.toStringTag,{value:"Module"}));function $W(e,t){var n,i=1;e==null&&(e=0),t==null&&(t=0);function r(){var o,s=n.length,a,u=0,l=0;for(o=0;o<s;++o)a=n[o],u+=a.x,l+=a.y;for(u=(u/s-e)*i,l=(l/s-t)*i,o=0;o<s;++o)a=n[o],a.x-=u,a.y-=l}return r.initialize=function(o){n=o},r.x=function(o){return arguments.length?(e=+o,r):e},r.y=function(o){return arguments.length?(t=+o,r):t},r.strength=function(o){return arguments.length?(i=+o,r):i},r}function kW(e){const t=+this._x.call(null,e),n=+this._y.call(null,e);return nR(this.cover(t,n),t,n,e)}function nR(e,t,n,i){if(isNaN(t)||isNaN(n))return e;var r,o=e._root,s={data:i},a=e._x0,u=e._y0,l=e._x1,c=e._y1,f,d,h,p,g,m,y,b;if(!o)return e._root=s,e;for(;o.length;)if((g=t>=(f=(a+l)/2))?a=f:l=f,(m=n>=(d=(u+c)/2))?u=d:c=d,r=o,!(o=o[y=m<<1|g]))return r[y]=s,e;if(h=+e._x.call(null,o.data),p=+e._y.call(null,o.data),t===h&&n===p)return s.next=o,r?r[y]=s:e._root=s,e;do r=r?r[y]=new Array(4):e._root=new Array(4),(g=t>=(f=(a+l)/2))?a=f:l=f,(m=n>=(d=(u+c)/2))?u=d:c=d;while((y=m<<1|g)===(b=(p>=d)<<1|h>=f));return r[b]=o,r[y]=s,e}function AW(e){var t,n,i=e.length,r,o,s=new Array(i),a=new Array(i),u=1/0,l=1/0,c=-1/0,f=-1/0;for(n=0;n<i;++n)isNaN(r=+this._x.call(null,t=e[n]))||isNaN(o=+this._y.call(null,t))||(s[n]=r,a[n]=o,r<u&&(u=r),r>c&&(c=r),o<l&&(l=o),o>f&&(f=o));if(u>c||l>f)return this;for(this.cover(u,l).cover(c,f),n=0;n<i;++n)nR(this,s[n],a[n],e[n]);return this}function CW(e,t){if(isNaN(e=+e)||isNaN(t=+t))return this;var n=this._x0,i=this._y0,r=this._x1,o=this._y1;if(isNaN(n))r=(n=Math.floor(e))+1,o=(i=Math.floor(t))+1;else{for(var s=r-n||1,a=this._root,u,l;n>e||e>=r||i>t||t>=o;)switch(l=(t<i)<<1|e<n,u=new Array(4),u[l]=a,a=u,s*=2,l){case 0:r=n+s,o=i+s;break;case 1:n=r-s,o=i+s;break;case 2:r=n+s,i=o-s;break;case 3:n=r-s,i=o-s;break}this._root&&this._root.length&&(this._root=a)}return this._x0=n,this._y0=i,this._x1=r,this._y1=o,this}function FW(){var e=[];return this.visit(function(t){if(!t.length)do e.push(t.data);while(t=t.next)}),e}function TW(e){return arguments.length?this.cover(+e[0][0],+e[0][1]).cover(+e[1][0],+e[1][1]):isNaN(this._x0)?void 0:[[this._x0,this._y0],[this._x1,this._y1]]}function nn(e,t,n,i,r){this.node=e,this.x0=t,this.y0=n,this.x1=i,this.y1=r}function MW(e,t,n){var i,r=this._x0,o=this._y0,s,a,u,l,c=this._x1,f=this._y1,d=[],h=this._root,p,g;for(h&&d.push(new nn(h,r,o,c,f)),n==null?n=1/0:(r=e-n,o=t-n,c=e+n,f=t+n,n*=n);p=d.pop();)if(!(!(h=p.node)||(s=p.x0)>c||(a=p.y0)>f||(u=p.x1)<r||(l=p.y1)<o))if(h.length){var m=(s+u)/2,y=(a+l)/2;d.push(new nn(h[3],m,y,u,l),new nn(h[2],s,y,m,l),new nn(h[1],m,a,u,y),new nn(h[0],s,a,m,y)),(g=(t>=y)<<1|e>=m)&&(p=d[d.length-1],d[d.length-1]=d[d.length-1-g],d[d.length-1-g]=p)}else{var b=e-+this._x.call(null,h.data),v=t-+this._y.call(null,h.data),x=b*b+v*v;if(x<n){var E=Math.sqrt(n=x);r=e-E,o=t-E,c=e+E,f=t+E,i=h.data}}return i}function DW(e){if(isNaN(c=+this._x.call(null,e))||isNaN(f=+this._y.call(null,e)))return this;var t,n=this._root,i,r,o,s=this._x0,a=this._y0,u=this._x1,l=this._y1,c,f,d,h,p,g,m,y;if(!n)return this;if(n.length)for(;;){if((p=c>=(d=(s+u)/2))?s=d:u=d,(g=f>=(h=(a+l)/2))?a=h:l=h,t=n,!(n=n[m=g<<1|p]))return this;if(!n.length)break;(t[m+1&3]||t[m+2&3]||t[m+3&3])&&(i=t,y=m)}for(;n.data!==e;)if(r=n,!(n=n.next))return this;return(o=n.next)&&delete n.next,r?(o?r.next=o:delete r.next,this):t?(o?t[m]=o:delete t[m],(n=t[0]||t[1]||t[2]||t[3])&&n===(t[3]||t[2]||t[1]||t[0])&&!n.length&&(i?i[y]=n:this._root=n),this):(this._root=o,this)}function OW(e){for(var t=0,n=e.length;t<n;++t)this.remove(e[t]);return this}function RW(){return this._root}function NW(){var e=0;return this.visit(function(t){if(!t.length)do++e;while(t=t.next)}),e}function LW(e){var t=[],n,i=this._root,r,o,s,a,u;for(i&&t.push(new nn(i,this._x0,this._y0,this._x1,this._y1));n=t.pop();)if(!e(i=n.node,o=n.x0,s=n.y0,a=n.x1,u=n.y1)&&i.length){var l=(o+a)/2,c=(s+u)/2;(r=i[3])&&t.push(new nn(r,l,c,a,u)),(r=i[2])&&t.push(new nn(r,o,c,l,u)),(r=i[1])&&t.push(new nn(r,l,s,a,c)),(r=i[0])&&t.push(new nn(r,o,s,l,c))}return this}function PW(e){var t=[],n=[],i;for(this._root&&t.push(new nn(this._root,this._x0,this._y0,this._x1,this._y1));i=t.pop();){var r=i.node;if(r.length){var o,s=i.x0,a=i.y0,u=i.x1,l=i.y1,c=(s+u)/2,f=(a+l)/2;(o=r[0])&&t.push(new nn(o,s,a,c,f)),(o=r[1])&&t.push(new nn(o,c,a,u,f)),(o=r[2])&&t.push(new nn(o,s,f,c,l)),(o=r[3])&&t.push(new nn(o,c,f,u,l))}n.push(i)}for(;i=n.pop();)e(i.node,i.x0,i.y0,i.x1,i.y1);return this}function IW(e){return e[0]}function zW(e){return arguments.length?(this._x=e,this):this._x}function BW(e){return e[1]}function UW(e){return arguments.length?(this._y=e,this):this._y}function n2(e,t,n){var i=new i2(t??IW,n??BW,NaN,NaN,NaN,NaN);return e==null?i:i.addAll(e)}function i2(e,t,n,i,r,o){this._x=e,this._y=t,this._x0=n,this._y0=i,this._x1=r,this._y1=o,this._root=void 0}function W_(e){for(var t={data:e.data},n=t;e=e.next;)n=n.next={data:e.data};return t}var fn=n2.prototype=i2.prototype;fn.copy=function(){var e=new i2(this._x,this._y,this._x0,this._y0,this._x1,this._y1),t=this._root,n,i;if(!t)return e;if(!t.length)return e._root=W_(t),e;for(n=[{source:t,target:e._root=new Array(4)}];t=n.pop();)for(var r=0;r<4;++r)(i=t.source[r])&&(i.length?n.push({source:i,target:t.target[r]=new Array(4)}):t.target[r]=W_(i));return e};fn.add=kW;fn.addAll=AW;fn.cover=CW;fn.data=FW;fn.extent=TW;fn.find=MW;fn.remove=DW;fn.removeAll=OW;fn.root=RW;fn.size=NW;fn.visit=LW;fn.visitAfter=PW;fn.x=zW;fn.y=UW;function rn(e){return function(){return e}}function Eo(e){return(e()-.5)*1e-6}function jW(e){return e.x+e.vx}function qW(e){return e.y+e.vy}function WW(e){var t,n,i,r=1,o=1;typeof e!="function"&&(e=rn(e==null?1:+e));function s(){for(var l,c=t.length,f,d,h,p,g,m,y=0;y<o;++y)for(f=n2(t,jW,qW).visitAfter(a),l=0;l<c;++l)d=t[l],g=n[d.index],m=g*g,h=d.x+d.vx,p=d.y+d.vy,f.visit(b);function b(v,x,E,S,w){var _=v.data,$=v.r,A=g+$;if(_){if(_.index>d.index){var F=h-_.x-_.vx,N=p-_.y-_.vy,M=F*F+N*N;M<A*A&&(F===0&&(F=Eo(i),M+=F*F),N===0&&(N=Eo(i),M+=N*N),M=(A-(M=Math.sqrt(M)))/M*r,d.vx+=(F*=M)*(A=($*=$)/(m+$)),d.vy+=(N*=M)*A,_.vx-=F*(A=1-A),_.vy-=N*A)}return}return x>h+A||S<h-A||E>p+A||w<p-A}}function a(l){if(l.data)return l.r=n[l.data.index];for(var c=l.r=0;c<4;++c)l[c]&&l[c].r>l.r&&(l.r=l[c].r)}function u(){if(t){var l,c=t.length,f;for(n=new Array(c),l=0;l<c;++l)f=t[l],n[f.index]=+e(f,l,t)}}return s.initialize=function(l,c){t=l,i=c,u()},s.iterations=function(l){return arguments.length?(o=+l,s):o},s.strength=function(l){return arguments.length?(r=+l,s):r},s.radius=function(l){return arguments.length?(e=typeof l=="function"?l:rn(+l),u(),s):e},s}function HW(e){return e.index}function H_(e,t){var n=e.get(t);if(!n)throw new Error("node not found: "+t);return n}function GW(e){var t=HW,n=f,i,r=rn(30),o,s,a,u,l,c=1;e==null&&(e=[]);function f(m){return 1/Math.min(a[m.source.index],a[m.target.index])}function d(m){for(var y=0,b=e.length;y<c;++y)for(var v=0,x,E,S,w,_,$,A;v<b;++v)x=e[v],E=x.source,S=x.target,w=S.x+S.vx-E.x-E.vx||Eo(l),_=S.y+S.vy-E.y-E.vy||Eo(l),$=Math.sqrt(w*w+_*_),$=($-o[v])/$*m*i[v],w*=$,_*=$,S.vx-=w*(A=u[v]),S.vy-=_*A,E.vx+=w*(A=1-A),E.vy+=_*A}function h(){if(s){var m,y=s.length,b=e.length,v=new Map(s.map((E,S)=>[t(E,S,s),E])),x;for(m=0,a=new Array(y);m<b;++m)x=e[m],x.index=m,typeof x.source!="object"&&(x.source=H_(v,x.source)),typeof x.target!="object"&&(x.target=H_(v,x.target)),a[x.source.index]=(a[x.source.index]||0)+1,a[x.target.index]=(a[x.target.index]||0)+1;for(m=0,u=new Array(b);m<b;++m)x=e[m],u[m]=a[x.source.index]/(a[x.source.index]+a[x.target.index]);i=new Array(b),p(),o=new Array(b),g()}}function p(){if(s)for(var m=0,y=e.length;m<y;++m)i[m]=+n(e[m],m,e)}function g(){if(s)for(var m=0,y=e.length;m<y;++m)o[m]=+r(e[m],m,e)}return d.initialize=function(m,y){s=m,l=y,h()},d.links=function(m){return arguments.length?(e=m,h(),d):e},d.id=function(m){return arguments.length?(t=m,d):t},d.iterations=function(m){return arguments.length?(c=+m,d):c},d.strength=function(m){return arguments.length?(n=typeof m=="function"?m:rn(+m),p(),d):n},d.distance=function(m){return arguments.length?(r=typeof m=="function"?m:rn(+m),g(),d):r},d}function VW(e,t,n){var i=new eI,r=t;return t==null?(i.restart(e,t,n),i):(i._restart=i.restart,i.restart=function(o,s,a){s=+s,a=a==null?tI():+a,i._restart(function u(l){l+=r,i._restart(u,r+=s,a),o(l)},s,a)},i.restart(e,t,n),i)}const YW=1664525,XW=1013904223,G_=4294967296;function KW(){let e=1;return()=>(e=(YW*e+XW)%G_)/G_}function JW(e){return e.x}function QW(e){return e.y}var ZW=10,eH=Math.PI*(3-Math.sqrt(5));function tH(e){var t,n=1,i=.001,r=1-Math.pow(i,1/300),o=0,s=.6,a=new Map,u=nI(f),l=iI("tick","end"),c=KW();e==null&&(e=[]);function f(){d(),l.call("tick",t),n<i&&(u.stop(),l.call("end",t))}function d(g){var m,y=e.length,b;g===void 0&&(g=1);for(var v=0;v<g;++v)for(n+=(o-n)*r,a.forEach(function(x){x(n)}),m=0;m<y;++m)b=e[m],b.fx==null?b.x+=b.vx*=s:(b.x=b.fx,b.vx=0),b.fy==null?b.y+=b.vy*=s:(b.y=b.fy,b.vy=0);return t}function h(){for(var g=0,m=e.length,y;g<m;++g){if(y=e[g],y.index=g,y.fx!=null&&(y.x=y.fx),y.fy!=null&&(y.y=y.fy),isNaN(y.x)||isNaN(y.y)){var b=ZW*Math.sqrt(.5+g),v=g*eH;y.x=b*Math.cos(v),y.y=b*Math.sin(v)}(isNaN(y.vx)||isNaN(y.vy))&&(y.vx=y.vy=0)}}function p(g){return g.initialize&&g.initialize(e,c),g}return h(),t={tick:d,restart:function(){return u.restart(f),t},stop:function(){return u.stop(),t},nodes:function(g){return arguments.length?(e=g,h(),a.forEach(p),t):e},alpha:function(g){return arguments.length?(n=+g,t):n},alphaMin:function(g){return arguments.length?(i=+g,t):i},alphaDecay:function(g){return arguments.length?(r=+g,t):+r},alphaTarget:function(g){return arguments.length?(o=+g,t):o},velocityDecay:function(g){return arguments.length?(s=1-g,t):1-s},randomSource:function(g){return arguments.length?(c=g,a.forEach(p),t):c},force:function(g,m){return arguments.length>1?(m==null?a.delete(g):a.set(g,p(m)),t):a.get(g)},find:function(g,m,y){var b=0,v=e.length,x,E,S,w,_;for(y==null?y=1/0:y*=y,b=0;b<v;++b)w=e[b],x=g-w.x,E=m-w.y,S=x*x+E*E,S<y&&(_=w,y=S);return _},on:function(g,m){return arguments.length>1?(l.on(g,m),t):l.on(g)}}}function nH(){var e,t,n,i,r=rn(-30),o,s=1,a=1/0,u=.81;function l(h){var p,g=e.length,m=n2(e,JW,QW).visitAfter(f);for(i=h,p=0;p<g;++p)t=e[p],m.visit(d)}function c(){if(e){var h,p=e.length,g;for(o=new Array(p),h=0;h<p;++h)g=e[h],o[g.index]=+r(g,h,e)}}function f(h){var p=0,g,m,y=0,b,v,x;if(h.length){for(b=v=x=0;x<4;++x)(g=h[x])&&(m=Math.abs(g.value))&&(p+=g.value,y+=m,b+=m*g.x,v+=m*g.y);h.x=b/y,h.y=v/y}else{g=h,g.x=g.data.x,g.y=g.data.y;do p+=o[g.data.index];while(g=g.next)}h.value=p}function d(h,p,g,m){if(!h.value)return!0;var y=h.x-t.x,b=h.y-t.y,v=m-p,x=y*y+b*b;if(v*v/u<x)return x<a&&(y===0&&(y=Eo(n),x+=y*y),b===0&&(b=Eo(n),x+=b*b),x<s&&(x=Math.sqrt(s*x)),t.vx+=y*h.value*i/x,t.vy+=b*h.value*i/x),!0;if(h.length||x>=a)return;(h.data!==t||h.next)&&(y===0&&(y=Eo(n),x+=y*y),b===0&&(b=Eo(n),x+=b*b),x<s&&(x=Math.sqrt(s*x)));do h.data!==t&&(v=o[h.data.index]*i/x,t.vx+=y*v,t.vy+=b*v);while(h=h.next)}return l.initialize=function(h,p){e=h,n=p,c()},l.strength=function(h){return arguments.length?(r=typeof h=="function"?h:rn(+h),c(),l):r},l.distanceMin=function(h){return arguments.length?(s=h*h,l):Math.sqrt(s)},l.distanceMax=function(h){return arguments.length?(a=h*h,l):Math.sqrt(a)},l.theta=function(h){return arguments.length?(u=h*h,l):Math.sqrt(u)},l}function iH(e){var t=rn(.1),n,i,r;typeof e!="function"&&(e=rn(e==null?0:+e));function o(a){for(var u=0,l=n.length,c;u<l;++u)c=n[u],c.vx+=(r[u]-c.x)*i[u]*a}function s(){if(n){var a,u=n.length;for(i=new Array(u),r=new Array(u),a=0;a<u;++a)i[a]=isNaN(r[a]=+e(n[a],a,n))?0:+t(n[a],a,n)}}return o.initialize=function(a){n=a,s()},o.strength=function(a){return arguments.length?(t=typeof a=="function"?a:rn(+a),s(),o):t},o.x=function(a){return arguments.length?(e=typeof a=="function"?a:rn(+a),s(),o):e},o}function rH(e){var t=rn(.1),n,i,r;typeof e!="function"&&(e=rn(e==null?0:+e));function o(a){for(var u=0,l=n.length,c;u<l;++u)c=n[u],c.vy+=(r[u]-c.y)*i[u]*a}function s(){if(n){var a,u=n.length;for(i=new Array(u),r=new Array(u),a=0;a<u;++a)i[a]=isNaN(r[a]=+e(n[a],a,n))?0:+t(n[a],a,n)}}return o.initialize=function(a){n=a,s()},o.strength=function(a){return arguments.length?(t=typeof a=="function"?a:rn(+a),s(),o):t},o.y=function(a){return arguments.length?(e=typeof a=="function"?a:rn(+a),s(),o):e},o}const V_={center:$W,collide:WW,nbody:nH,link:GW,x:iH,y:rH},jl="forces",iy=["alpha","alphaMin","alphaTarget","velocityDecay","forces"],oH=["static","iterations"],iR=["x","y","vx","vy"];function r2(e){D.call(this,null,e)}r2.Definition={type:"Force",metadata:{modifies:!0},params:[{name:"static",type:"boolean",default:!1},{name:"restart",type:"boolean",default:!1},{name:"iterations",type:"number",default:300},{name:"alpha",type:"number",default:1},{name:"alphaMin",type:"number",default:.001},{name:"alphaTarget",type:"number",default:0},{name:"velocityDecay",type:"number",default:.4},{name:"forces",type:"param",array:!0,params:[{key:{force:"center"},params:[{name:"x",type:"number",default:0},{name:"y",type:"number",default:0}]},{key:{force:"collide"},params:[{name:"radius",type:"number",expr:!0},{name:"strength",type:"number",default:.7},{name:"iterations",type:"number",default:1}]},{key:{force:"nbody"},params:[{name:"strength",type:"number",default:-30,expr:!0},{name:"theta",type:"number",default:.9},{name:"distanceMin",type:"number",default:1},{name:"distanceMax",type:"number"}]},{key:{force:"link"},params:[{name:"links",type:"data"},{name:"id",type:"field"},{name:"distance",type:"number",default:30,expr:!0},{name:"strength",type:"number",expr:!0},{name:"iterations",type:"number",default:1}]},{key:{force:"x"},params:[{name:"strength",type:"number",default:.1},{name:"x",type:"field"}]},{key:{force:"y"},params:[{name:"strength",type:"number",default:.1},{name:"y",type:"field"}]}]},{name:"as",type:"string",array:!0,modify:!1,default:iR}]};G(r2,D,{transform(e,t){var n=this.value,i=t.changed(t.ADD_REM),r=e.modified(iy),o=e.iterations||300;if(n?(i&&(t.modifies("index"),n.nodes(t.source)),(r||t.changed(t.MOD))&&rR(n,e,0,t)):(this.value=n=aH(t.source,e),n.on("tick",sH(t.dataflow,this)),e.static||(i=!0,n.tick()),t.modifies("index")),r||i||e.modified(oH)||t.changed()&&e.restart){if(n.alpha(Math.max(n.alpha(),e.alpha||1)).alphaDecay(1-Math.pow(n.alphaMin(),1/o)),e.static)for(n.stop();--o>=0;)n.tick();else if(n.stopped()&&n.restart(),!i)return t.StopPropagation}return this.finish(e,t)},finish(e,t){const n=t.dataflow;for(let a=this._argops,u=0,l=a.length,c;u<l;++u)if(c=a[u],!(c.name!==jl||c.op._argval.force!=="link")){for(var i=c.op._argops,r=0,o=i.length,s;r<o;++r)if(i[r].name==="links"&&(s=i[r].op.source)){n.pulse(s,n.changeset().reflow());break}}return t.reflow(e.modified()).modifies(iR)}});function sH(e,t){return()=>e.touch(t).run()}function aH(e,t){const n=tH(e),i=n.stop,r=n.restart;let o=!1;return n.stopped=()=>o,n.restart=()=>(o=!1,r()),n.stop=()=>(o=!0,i()),rR(n,t,!0).on("end",()=>o=!0)}function rR(e,t,n,i){var r=K(t.forces),o,s,a,u;for(o=0,s=iy.length;o<s;++o)a=iy[o],a!==jl&&t.modified(a)&&e[a](t[a]);for(o=0,s=r.length;o<s;++o)u=jl+o,a=n||t.modified(jl,o)?lH(r[o]):i&&uH(r[o],i)?e.force(u):null,a&&e.force(u,a);for(s=e.numForces||0;o<s;++o)e.force(jl+o,null);return e.numForces=r.length,e}function uH(e,t){var n,i;for(n in e)if(fe(i=e[n])&&t.modified(qt(i)))return 1;return 0}function lH(e){var t,n;J(V_,e.force)||O("Unrecognized force: "+e.force),t=V_[e.force]();for(n in e)fe(t[n])&&cH(t[n],e[n],e);return t}function cH(e,t,n){e(fe(t)?i=>t(i,n):t)}const fH=Object.freeze(Object.defineProperty({__proto__:null,force:r2},Symbol.toStringTag,{value:"Module"}));function dH(e,t){return e.parent===t.parent?1:2}function hH(e){return e.reduce(pH,0)/e.length}function pH(e,t){return e+t.x}function gH(e){return 1+e.reduce(mH,0)}function mH(e,t){return Math.max(e,t.y)}function yH(e){for(var t;t=e.children;)e=t[0];return e}function bH(e){for(var t;t=e.children;)e=t[t.length-1];return e}function vH(){var e=dH,t=1,n=1,i=!1;function r(o){var s,a=0;o.eachAfter(function(d){var h=d.children;h?(d.x=hH(h),d.y=gH(h)):(d.x=s?a+=e(d,s):0,d.y=0,s=d)});var u=yH(o),l=bH(o),c=u.x-e(u,l)/2,f=l.x+e(l,u)/2;return o.eachAfter(i?function(d){d.x=(d.x-o.x)*t,d.y=(o.y-d.y)*n}:function(d){d.x=(d.x-c)/(f-c)*t,d.y=(1-(o.y?d.y/o.y:1))*n})}return r.separation=function(o){return arguments.length?(e=o,r):e},r.size=function(o){return arguments.length?(i=!1,t=+o[0],n=+o[1],r):i?null:[t,n]},r.nodeSize=function(o){return arguments.length?(i=!0,t=+o[0],n=+o[1],r):i?[t,n]:null},r}function xH(e){var t=0,n=e.children,i=n&&n.length;if(!i)t=1;else for(;--i>=0;)t+=n[i].value;e.value=t}function wH(){return this.eachAfter(xH)}function EH(e,t){let n=-1;for(const i of this)e.call(t,i,++n,this);return this}function SH(e,t){for(var n=this,i=[n],r,o,s=-1;n=i.pop();)if(e.call(t,n,++s,this),r=n.children)for(o=r.length-1;o>=0;--o)i.push(r[o]);return this}function _H(e,t){for(var n=this,i=[n],r=[],o,s,a,u=-1;n=i.pop();)if(r.push(n),o=n.children)for(s=0,a=o.length;s<a;++s)i.push(o[s]);for(;n=r.pop();)e.call(t,n,++u,this);return this}function $H(e,t){let n=-1;for(const i of this)if(e.call(t,i,++n,this))return i}function kH(e){return this.eachAfter(function(t){for(var n=+e(t.data)||0,i=t.children,r=i&&i.length;--r>=0;)n+=i[r].value;t.value=n})}function AH(e){return this.eachBefore(function(t){t.children&&t.children.sort(e)})}function CH(e){for(var t=this,n=FH(t,e),i=[t];t!==n;)t=t.parent,i.push(t);for(var r=i.length;e!==n;)i.splice(r,0,e),e=e.parent;return i}function FH(e,t){if(e===t)return e;var n=e.ancestors(),i=t.ancestors(),r=null;for(e=n.pop(),t=i.pop();e===t;)r=e,e=n.pop(),t=i.pop();return r}function TH(){for(var e=this,t=[e];e=e.parent;)t.push(e);return t}function MH(){return Array.from(this)}function DH(){var e=[];return this.eachBefore(function(t){t.children||e.push(t)}),e}function OH(){var e=this,t=[];return e.each(function(n){n!==e&&t.push({source:n.parent,target:n})}),t}function*RH(){var e=this,t,n=[e],i,r,o;do for(t=n.reverse(),n=[];e=t.pop();)if(yield e,i=e.children)for(r=0,o=i.length;r<o;++r)n.push(i[r]);while(n.length)}function o2(e,t){e instanceof Map?(e=[void 0,e],t===void 0&&(t=PH)):t===void 0&&(t=LH);for(var n=new du(e),i,r=[n],o,s,a,u;i=r.pop();)if((s=t(i.data))&&(u=(s=Array.from(s)).length))for(i.children=s,a=u-1;a>=0;--a)r.push(o=s[a]=new du(s[a])),o.parent=i,o.depth=i.depth+1;return n.eachBefore(oR)}function NH(){return o2(this).eachBefore(IH)}function LH(e){return e.children}function PH(e){return Array.isArray(e)?e[1]:null}function IH(e){e.data.value!==void 0&&(e.value=e.data.value),e.data=e.data.data}function oR(e){var t=0;do e.height=t;while((e=e.parent)&&e.height<++t)}function du(e){this.data=e,this.depth=this.height=0,this.parent=null}du.prototype=o2.prototype={constructor:du,count:wH,each:EH,eachAfter:_H,eachBefore:SH,find:$H,sum:kH,sort:AH,path:CH,ancestors:TH,descendants:MH,leaves:DH,links:OH,copy:NH,[Symbol.iterator]:RH};function Ed(e){return e==null?null:sR(e)}function sR(e){if(typeof e!="function")throw new Error;return e}function xs(){return 0}function Ma(e){return function(){return e}}const zH=1664525,BH=1013904223,Y_=4294967296;function UH(){let e=1;return()=>(e=(zH*e+BH)%Y_)/Y_}function jH(e){return typeof e=="object"&&"length"in e?e:Array.from(e)}function qH(e,t){let n=e.length,i,r;for(;n;)r=t()*n--|0,i=e[n],e[n]=e[r],e[r]=i;return e}function WH(e,t){for(var n=0,i=(e=qH(Array.from(e),t)).length,r=[],o,s;n<i;)o=e[n],s&&aR(s,o)?++n:(s=GH(r=HH(r,o)),n=0);return s}function HH(e,t){var n,i;if(qm(t,e))return[t];for(n=0;n<e.length;++n)if(qf(t,e[n])&&qm(ql(e[n],t),e))return[e[n],t];for(n=0;n<e.length-1;++n)for(i=n+1;i<e.length;++i)if(qf(ql(e[n],e[i]),t)&&qf(ql(e[n],t),e[i])&&qf(ql(e[i],t),e[n])&&qm(uR(e[n],e[i],t),e))return[e[n],e[i],t];throw new Error}function qf(e,t){var n=e.r-t.r,i=t.x-e.x,r=t.y-e.y;return n<0||n*n<i*i+r*r}function aR(e,t){var n=e.r-t.r+Math.max(e.r,t.r,1)*1e-9,i=t.x-e.x,r=t.y-e.y;return n>0&&n*n>i*i+r*r}function qm(e,t){for(var n=0;n<t.length;++n)if(!aR(e,t[n]))return!1;return!0}function GH(e){switch(e.length){case 1:return VH(e[0]);case 2:return ql(e[0],e[1]);case 3:return uR(e[0],e[1],e[2])}}function VH(e){return{x:e.x,y:e.y,r:e.r}}function ql(e,t){var n=e.x,i=e.y,r=e.r,o=t.x,s=t.y,a=t.r,u=o-n,l=s-i,c=a-r,f=Math.sqrt(u*u+l*l);return{x:(n+o+u/f*c)/2,y:(i+s+l/f*c)/2,r:(f+r+a)/2}}function uR(e,t,n){var i=e.x,r=e.y,o=e.r,s=t.x,a=t.y,u=t.r,l=n.x,c=n.y,f=n.r,d=i-s,h=i-l,p=r-a,g=r-c,m=u-o,y=f-o,b=i*i+r*r-o*o,v=b-s*s-a*a+u*u,x=b-l*l-c*c+f*f,E=h*p-d*g,S=(p*x-g*v)/(E*2)-i,w=(g*m-p*y)/E,_=(h*v-d*x)/(E*2)-r,$=(d*y-h*m)/E,A=w*w+$*$-1,F=2*(o+S*w+_*$),N=S*S+_*_-o*o,M=-(Math.abs(A)>1e-6?(F+Math.sqrt(F*F-4*A*N))/(2*A):N/F);return{x:i+S+w*M,y:r+_+$*M,r:M}}function X_(e,t,n){var i=e.x-t.x,r,o,s=e.y-t.y,a,u,l=i*i+s*s;l?(o=t.r+n.r,o*=o,u=e.r+n.r,u*=u,o>u?(r=(l+u-o)/(2*l),a=Math.sqrt(Math.max(0,u/l-r*r)),n.x=e.x-r*i-a*s,n.y=e.y-r*s+a*i):(r=(l+o-u)/(2*l),a=Math.sqrt(Math.max(0,o/l-r*r)),n.x=t.x+r*i-a*s,n.y=t.y+r*s+a*i)):(n.x=t.x+n.r,n.y=t.y)}function K_(e,t){var n=e.r+t.r-1e-6,i=t.x-e.x,r=t.y-e.y;return n>0&&n*n>i*i+r*r}function J_(e){var t=e._,n=e.next._,i=t.r+n.r,r=(t.x*n.r+n.x*t.r)/i,o=(t.y*n.r+n.y*t.r)/i;return r*r+o*o}function Wf(e){this._=e,this.next=null,this.previous=null}function YH(e,t){if(!(o=(e=jH(e)).length))return 0;var n,i,r,o,s,a,u,l,c,f,d;if(n=e[0],n.x=0,n.y=0,!(o>1))return n.r;if(i=e[1],n.x=-i.r,i.x=n.r,i.y=0,!(o>2))return n.r+i.r;X_(i,n,r=e[2]),n=new Wf(n),i=new Wf(i),r=new Wf(r),n.next=r.previous=i,i.next=n.previous=r,r.next=i.previous=n;e:for(u=3;u<o;++u){X_(n._,i._,r=e[u]),r=new Wf(r),l=i.next,c=n.previous,f=i._.r,d=n._.r;do if(f<=d){if(K_(l._,r._)){i=l,n.next=i,i.previous=n,--u;continue e}f+=l._.r,l=l.next}else{if(K_(c._,r._)){n=c,n.next=i,i.previous=n,--u;continue e}d+=c._.r,c=c.previous}while(l!==c.next);for(r.previous=n,r.next=i,n.next=i.previous=i=r,s=J_(n);(r=r.next)!==i;)(a=J_(r))<s&&(n=r,s=a);i=n.next}for(n=[i._],r=i;(r=r.next)!==i;)n.push(r._);for(r=WH(n,t),u=0;u<o;++u)n=e[u],n.x-=r.x,n.y-=r.y;return r.r}function XH(e){return Math.sqrt(e.value)}function KH(){var e=null,t=1,n=1,i=xs;function r(o){const s=UH();return o.x=t/2,o.y=n/2,e?o.eachBefore(Q_(e)).eachAfter(Wm(i,.5,s)).eachBefore(Z_(1)):o.eachBefore(Q_(XH)).eachAfter(Wm(xs,1,s)).eachAfter(Wm(i,o.r/Math.min(t,n),s)).eachBefore(Z_(Math.min(t,n)/(2*o.r))),o}return r.radius=function(o){return arguments.length?(e=Ed(o),r):e},r.size=function(o){return arguments.length?(t=+o[0],n=+o[1],r):[t,n]},r.padding=function(o){return arguments.length?(i=typeof o=="function"?o:Ma(+o),r):i},r}function Q_(e){return function(t){t.children||(t.r=Math.max(0,+e(t)||0))}}function Wm(e,t,n){return function(i){if(r=i.children){var r,o,s=r.length,a=e(i)*t||0,u;if(a)for(o=0;o<s;++o)r[o].r+=a;if(u=YH(r,n),a)for(o=0;o<s;++o)r[o].r-=a;i.r=u+a}}}function Z_(e){return function(t){var n=t.parent;t.r*=e,n&&(t.x=n.x+e*t.x,t.y=n.y+e*t.y)}}function lR(e){e.x0=Math.round(e.x0),e.y0=Math.round(e.y0),e.x1=Math.round(e.x1),e.y1=Math.round(e.y1)}function rf(e,t,n,i,r){for(var o=e.children,s,a=-1,u=o.length,l=e.value&&(i-t)/e.value;++a<u;)s=o[a],s.y0=n,s.y1=r,s.x0=t,s.x1=t+=s.value*l}function JH(){var e=1,t=1,n=0,i=!1;function r(s){var a=s.height+1;return s.x0=s.y0=n,s.x1=e,s.y1=t/a,s.eachBefore(o(t,a)),i&&s.eachBefore(lR),s}function o(s,a){return function(u){u.children&&rf(u,u.x0,s*(u.depth+1)/a,u.x1,s*(u.depth+2)/a);var l=u.x0,c=u.y0,f=u.x1-n,d=u.y1-n;f<l&&(l=f=(l+f)/2),d<c&&(c=d=(c+d)/2),u.x0=l,u.y0=c,u.x1=f,u.y1=d}}return r.round=function(s){return arguments.length?(i=!!s,r):i},r.size=function(s){return arguments.length?(e=+s[0],t=+s[1],r):[e,t]},r.padding=function(s){return arguments.length?(n=+s,r):n},r}var QH={depth:-1},e$={},Hm={};function ZH(e){return e.id}function eG(e){return e.parentId}function t$(){var e=ZH,t=eG,n;function i(r){var o=Array.from(r),s=e,a=t,u,l,c,f,d,h,p,g,m=new Map;if(n!=null){const y=o.map((x,E)=>tG(n(x,E,r))),b=y.map(n$),v=new Set(y).add("");for(const x of b)v.has(x)||(v.add(x),y.push(x),b.push(n$(x)),o.push(Hm));s=(x,E)=>y[E],a=(x,E)=>b[E]}for(c=0,u=o.length;c<u;++c)l=o[c],h=o[c]=new du(l),(p=s(l,c,r))!=null&&(p+="")&&(g=h.id=p,m.set(g,m.has(g)?e$:h)),(p=a(l,c,r))!=null&&(p+="")&&(h.parent=p);for(c=0;c<u;++c)if(h=o[c],p=h.parent){if(d=m.get(p),!d)throw new Error("missing: "+p);if(d===e$)throw new Error("ambiguous: "+p);d.children?d.children.push(h):d.children=[h],h.parent=d}else{if(f)throw new Error("multiple roots");f=h}if(!f)throw new Error("no root");if(n!=null){for(;f.data===Hm&&f.children.length===1;)f=f.children[0],--u;for(let y=o.length-1;y>=0&&(h=o[y],h.data===Hm);--y)h.data=null}if(f.parent=QH,f.eachBefore(function(y){y.depth=y.parent.depth+1,--u}).eachBefore(oR),f.parent=null,u>0)throw new Error("cycle");return f}return i.id=function(r){return arguments.length?(e=Ed(r),i):e},i.parentId=function(r){return arguments.length?(t=Ed(r),i):t},i.path=function(r){return arguments.length?(n=Ed(r),i):n},i}function tG(e){e=`${e}`;let t=e.length;return ry(e,t-1)&&!ry(e,t-2)&&(e=e.slice(0,-1)),e[0]==="/"?e:`/${e}`}function n$(e){let t=e.length;if(t<2)return"";for(;--t>1&&!ry(e,t););return e.slice(0,t)}function ry(e,t){if(e[t]==="/"){let n=0;for(;t>0&&e[--t]==="\\";)++n;if((n&1)===0)return!0}return!1}function nG(e,t){return e.parent===t.parent?1:2}function Gm(e){var t=e.children;return t?t[0]:e.t}function Vm(e){var t=e.children;return t?t[t.length-1]:e.t}function iG(e,t,n){var i=n/(t.i-e.i);t.c-=i,t.s+=n,e.c+=i,t.z+=n,t.m+=n}function rG(e){for(var t=0,n=0,i=e.children,r=i.length,o;--r>=0;)o=i[r],o.z+=t,o.m+=t,t+=o.s+(n+=o.c)}function oG(e,t,n){return e.a.parent===t.parent?e.a:n}function Sd(e,t){this._=e,this.parent=null,this.children=null,this.A=null,this.a=this,this.z=0,this.m=0,this.c=0,this.s=0,this.t=null,this.i=t}Sd.prototype=Object.create(du.prototype);function sG(e){for(var t=new Sd(e,0),n,i=[t],r,o,s,a;n=i.pop();)if(o=n._.children)for(n.children=new Array(a=o.length),s=a-1;s>=0;--s)i.push(r=n.children[s]=new Sd(o[s],s)),r.parent=n;return(t.parent=new Sd(null,0)).children=[t],t}function aG(){var e=nG,t=1,n=1,i=null;function r(l){var c=sG(l);if(c.eachAfter(o),c.parent.m=-c.z,c.eachBefore(s),i)l.eachBefore(u);else{var f=l,d=l,h=l;l.eachBefore(function(b){b.x<f.x&&(f=b),b.x>d.x&&(d=b),b.depth>h.depth&&(h=b)});var p=f===d?1:e(f,d)/2,g=p-f.x,m=t/(d.x+p+g),y=n/(h.depth||1);l.eachBefore(function(b){b.x=(b.x+g)*m,b.y=b.depth*y})}return l}function o(l){var c=l.children,f=l.parent.children,d=l.i?f[l.i-1]:null;if(c){rG(l);var h=(c[0].z+c[c.length-1].z)/2;d?(l.z=d.z+e(l._,d._),l.m=l.z-h):l.z=h}else d&&(l.z=d.z+e(l._,d._));l.parent.A=a(l,d,l.parent.A||f[0])}function s(l){l._.x=l.z+l.parent.m,l.m+=l.parent.m}function a(l,c,f){if(c){for(var d=l,h=l,p=c,g=d.parent.children[0],m=d.m,y=h.m,b=p.m,v=g.m,x;p=Vm(p),d=Gm(d),p&&d;)g=Gm(g),h=Vm(h),h.a=l,x=p.z+b-d.z-m+e(p._,d._),x>0&&(iG(oG(p,l,f),l,x),m+=x,y+=x),b+=p.m,m+=d.m,v+=g.m,y+=h.m;p&&!Vm(h)&&(h.t=p,h.m+=b-y),d&&!Gm(g)&&(g.t=d,g.m+=m-v,f=l)}return f}function u(l){l.x*=t,l.y=l.depth*n}return r.separation=function(l){return arguments.length?(e=l,r):e},r.size=function(l){return arguments.length?(i=!1,t=+l[0],n=+l[1],r):i?null:[t,n]},r.nodeSize=function(l){return arguments.length?(i=!0,t=+l[0],n=+l[1],r):i?[t,n]:null},r}function rg(e,t,n,i,r){for(var o=e.children,s,a=-1,u=o.length,l=e.value&&(r-n)/e.value;++a<u;)s=o[a],s.x0=t,s.x1=i,s.y0=n,s.y1=n+=s.value*l}var cR=(1+Math.sqrt(5))/2;function fR(e,t,n,i,r,o){for(var s=[],a=t.children,u,l,c=0,f=0,d=a.length,h,p,g=t.value,m,y,b,v,x,E,S;c<d;){h=r-n,p=o-i;do m=a[f++].value;while(!m&&f<d);for(y=b=m,E=Math.max(p/h,h/p)/(g*e),S=m*m*E,x=Math.max(b/S,S/y);f<d;++f){if(m+=l=a[f].value,l<y&&(y=l),l>b&&(b=l),S=m*m*E,v=Math.max(b/S,S/y),v>x){m-=l;break}x=v}s.push(u={value:m,dice:h<p,children:a.slice(c,f)}),u.dice?rf(u,n,i,r,g?i+=p*m/g:o):rg(u,n,i,g?n+=h*m/g:r,o),g-=m,c=f}return s}const dR=(function e(t){function n(i,r,o,s,a){fR(t,i,r,o,s,a)}return n.ratio=function(i){return e((i=+i)>1?i:1)},n})(cR);function uG(){var e=dR,t=!1,n=1,i=1,r=[0],o=xs,s=xs,a=xs,u=xs,l=xs;function c(d){return d.x0=d.y0=0,d.x1=n,d.y1=i,d.eachBefore(f),r=[0],t&&d.eachBefore(lR),d}function f(d){var h=r[d.depth],p=d.x0+h,g=d.y0+h,m=d.x1-h,y=d.y1-h;m<p&&(p=m=(p+m)/2),y<g&&(g=y=(g+y)/2),d.x0=p,d.y0=g,d.x1=m,d.y1=y,d.children&&(h=r[d.depth+1]=o(d)/2,p+=l(d)-h,g+=s(d)-h,m-=a(d)-h,y-=u(d)-h,m<p&&(p=m=(p+m)/2),y<g&&(g=y=(g+y)/2),e(d,p,g,m,y))}return c.round=function(d){return arguments.length?(t=!!d,c):t},c.size=function(d){return arguments.length?(n=+d[0],i=+d[1],c):[n,i]},c.tile=function(d){return arguments.length?(e=sR(d),c):e},c.padding=function(d){return arguments.length?c.paddingInner(d).paddingOuter(d):c.paddingInner()},c.paddingInner=function(d){return arguments.length?(o=typeof d=="function"?d:Ma(+d),c):o},c.paddingOuter=function(d){return arguments.length?c.paddingTop(d).paddingRight(d).paddingBottom(d).paddingLeft(d):c.paddingTop()},c.paddingTop=function(d){return arguments.length?(s=typeof d=="function"?d:Ma(+d),c):s},c.paddingRight=function(d){return arguments.length?(a=typeof d=="function"?d:Ma(+d),c):a},c.paddingBottom=function(d){return arguments.length?(u=typeof d=="function"?d:Ma(+d),c):u},c.paddingLeft=function(d){return arguments.length?(l=typeof d=="function"?d:Ma(+d),c):l},c}function lG(e,t,n,i,r){var o=e.children,s,a=o.length,u,l=new Array(a+1);for(l[0]=u=s=0;s<a;++s)l[s+1]=u+=o[s].value;c(0,a,e.value,t,n,i,r);function c(f,d,h,p,g,m,y){if(f>=d-1){var b=o[f];b.x0=p,b.y0=g,b.x1=m,b.y1=y;return}for(var v=l[f],x=h/2+v,E=f+1,S=d-1;E<S;){var w=E+S>>>1;l[w]<x?E=w+1:S=w}x-l[E-1]<l[E]-x&&f+1<E&&--E;var _=l[E]-v,$=h-_;if(m-p>y-g){var A=h?(p*$+m*_)/h:m;c(f,E,_,p,g,A,y),c(E,d,$,A,g,m,y)}else{var F=h?(g*$+y*_)/h:y;c(f,E,_,p,g,m,F),c(E,d,$,p,F,m,y)}}}function cG(e,t,n,i,r){(e.depth&1?rg:rf)(e,t,n,i,r)}const fG=(function e(t){function n(i,r,o,s,a){if((u=i._squarify)&&u.ratio===t)for(var u,l,c,f,d=-1,h,p=u.length,g=i.value;++d<p;){for(l=u[d],c=l.children,f=l.value=0,h=c.length;f<h;++f)l.value+=c[f].value;l.dice?rf(l,r,o,s,g?o+=(a-o)*l.value/g:a):rg(l,r,o,g?r+=(s-r)*l.value/g:s,a),g-=l.value}else i._squarify=u=fR(t,i,r,o,s,a),u.ratio=t}return n.ratio=function(i){return e((i=+i)>1?i:1)},n})(cR);function oy(e,t,n){const i={};return e.each(r=>{const o=r.data;n(o)&&(i[t(o)]=r)}),e.lookup=i,e}function s2(e){D.call(this,null,e)}s2.Definition={type:"Nest",metadata:{treesource:!0,changes:!0},params:[{name:"keys",type:"field",array:!0},{name:"generate",type:"boolean"}]};const dG=e=>e.values;G(s2,D,{transform(e,t){t.source||O("Nest transform requires an upstream data source.");var n=e.generate,i=e.modified(),r=t.clone(),o=this.value;return(!o||i||t.changed())&&(o&&o.each(s=>{s.children&&Sp(s.data)&&r.rem.push(s.data)}),this.value=o=o2({values:K(e.keys).reduce((s,a)=>(s.key(a),s),hG()).entries(r.source)},dG),n&&o.each(s=>{s.children&&(s=Ce(s.data),r.add.push(s),r.source.push(s))}),oy(o,ie,ie)),r.source.root=o,r}});function hG(){const e=[],t={entries:r=>i(n(r,0),0),key:r=>(e.push(r),t)};function n(r,o){if(o>=e.length)return r;const s=r.length,a=e[o++],u={},l={};let c=-1,f,d,h;for(;++c<s;)f=a(d=r[c])+"",(h=u[f])?h.push(d):u[f]=[d];for(f in u)l[f]=n(u[f],o);return l}function i(r,o){if(++o>e.length)return r;const s=[];for(const a in r)s.push({key:a,values:i(r[a],o)});return s}return t}function Xr(e){D.call(this,null,e)}const pG=(e,t)=>e.parent===t.parent?1:2;G(Xr,D,{transform(e,t){(!t.source||!t.source.root)&&O(this.constructor.name+" transform requires a backing tree data source.");const n=this.layout(e.method),i=this.fields,r=t.source.root,o=e.as||i;e.field?r.sum(e.field):r.count(),e.sort&&r.sort(ia(e.sort,s=>s.data)),gG(n,this.params,e),n.separation&&n.separation(e.separation!==!1?pG:Du);try{this.value=n(r)}catch(s){O(s)}return r.each(s=>mG(s,i,o)),t.reflow(e.modified()).modifies(o).modifies("leaf")}});function gG(e,t,n){for(let i,r=0,o=t.length;r<o;++r)i=t[r],i in n&&e[i](n[i])}function mG(e,t,n){const i=e.data,r=t.length-1;for(let o=0;o<r;++o)i[n[o]]=e[t[o]];i[n[r]]=e.children?e.children.length:0}const sy=["x","y","r","depth","children"];function a2(e){Xr.call(this,e)}a2.Definition={type:"Pack",metadata:{tree:!0,modifies:!0},params:[{name:"field",type:"field"},{name:"sort",type:"compare"},{name:"padding",type:"number",default:0},{name:"radius",type:"field",default:null},{name:"size",type:"number",array:!0,length:2},{name:"as",type:"string",array:!0,length:sy.length,default:sy}]};G(a2,Xr,{layout:KH,params:["radius","size","padding"],fields:sy});const ay=["x0","y0","x1","y1","depth","children"];function u2(e){Xr.call(this,e)}u2.Definition={type:"Partition",metadata:{tree:!0,modifies:!0},params:[{name:"field",type:"field"},{name:"sort",type:"compare"},{name:"padding",type:"number",default:0},{name:"round",type:"boolean",default:!1},{name:"size",type:"number",array:!0,length:2},{name:"as",type:"string",array:!0,length:ay.length,default:ay}]};G(u2,Xr,{layout:JH,params:["size","round","padding"],fields:ay});function l2(e){D.call(this,null,e)}l2.Definition={type:"Stratify",metadata:{treesource:!0},params:[{name:"key",type:"field",required:!0},{name:"parentKey",type:"field",required:!0}]};G(l2,D,{transform(e,t){t.source||O("Stratify transform requires an upstream data source.");let n=this.value;const i=e.modified(),r=t.fork(t.ALL).materialize(t.SOURCE),o=!n||i||t.changed(t.ADD_REM)||t.modified(e.key.fields)||t.modified(e.parentKey.fields);return r.source=r.source.slice(),o&&(n=r.source.length?oy(t$().id(e.key).parentId(e.parentKey)(r.source),e.key,Zn):oy(t$()([{}]),e.key,e.key)),r.source.root=this.value=n,r}});const i$={tidy:aG,cluster:vH},uy=["x","y","depth","children"];function c2(e){Xr.call(this,e)}c2.Definition={type:"Tree",metadata:{tree:!0,modifies:!0},params:[{name:"field",type:"field"},{name:"sort",type:"compare"},{name:"method",type:"enum",default:"tidy",values:["tidy","cluster"]},{name:"size",type:"number",array:!0,length:2},{name:"nodeSize",type:"number",array:!0,length:2},{name:"separation",type:"boolean",default:!0},{name:"as",type:"string",array:!0,length:uy.length,default:uy}]};G(c2,Xr,{layout(e){const t=e||"tidy";if(J(i$,t))return i$[t]();O("Unrecognized Tree layout method: "+t)},params:["size","nodeSize"],fields:uy});function f2(e){D.call(this,[],e)}f2.Definition={type:"TreeLinks",metadata:{tree:!0,generates:!0,changes:!0},params:[]};G(f2,D,{transform(e,t){const n=this.value,i=t.source&&t.source.root,r=t.fork(t.NO_SOURCE),o={};return i||O("TreeLinks transform requires a tree data source."),t.changed(t.ADD_REM)?(r.rem=n,t.visit(t.SOURCE,s=>o[ie(s)]=1),i.each(s=>{const a=s.data,u=s.parent&&s.parent.data;u&&o[ie(a)]&&o[ie(u)]&&r.add.push(Ce({source:u,target:a}))}),this.value=r.add):t.changed(t.MOD)&&(t.visit(t.MOD,s=>o[ie(s)]=1),n.forEach(s=>{(o[ie(s.source)]||o[ie(s.target)])&&r.mod.push(s)})),r}});const r$={binary:lG,dice:rf,slice:rg,slicedice:cG,squarify:dR,resquarify:fG},ly=["x0","y0","x1","y1","depth","children"];function d2(e){Xr.call(this,e)}d2.Definition={type:"Treemap",metadata:{tree:!0,modifies:!0},params:[{name:"field",type:"field"},{name:"sort",type:"compare"},{name:"method",type:"enum",default:"squarify",values:["squarify","resquarify","binary","dice","slice","slicedice"]},{name:"padding",type:"number",default:0},{name:"paddingInner",type:"number",default:0},{name:"paddingOuter",type:"number",default:0},{name:"paddingTop",type:"number",default:0},{name:"paddingRight",type:"number",default:0},{name:"paddingBottom",type:"number",default:0},{name:"paddingLeft",type:"number",default:0},{name:"ratio",type:"number",default:1.618033988749895},{name:"round",type:"boolean",default:!1},{name:"size",type:"number",array:!0,length:2},{name:"as",type:"string",array:!0,length:ly.length,default:ly}]};G(d2,Xr,{layout(){const e=uG();return e.ratio=t=>{const n=e.tile();n.ratio&&e.tile(n.ratio(t))},e.method=t=>{J(r$,t)?e.tile(r$[t]):O("Unrecognized Treemap layout method: "+t)},e},params:["method","ratio","size","round","padding","paddingInner","paddingOuter","paddingTop","paddingRight","paddingBottom","paddingLeft"],fields:ly});const yG=Object.freeze(Object.defineProperty({__proto__:null,nest:s2,pack:a2,partition:u2,stratify:l2,tree:c2,treelinks:f2,treemap:d2},Symbol.toStringTag,{value:"Module"})),Ym=4278190080;function bG(e,t){const n=e.bitmap();return(t||[]).forEach(i=>n.set(e(i.boundary[0]),e(i.boundary[3]))),[n,void 0]}function vG(e,t,n,i,r){const o=e.width,s=e.height,a=i||r,u=Co(o,s).getContext("2d"),l=Co(o,s).getContext("2d"),c=a&&Co(o,s).getContext("2d");n.forEach(_=>_d(u,_,!1)),_d(l,t,!1),a&&_d(c,t,!0);const f=Xm(u,o,s),d=Xm(l,o,s),h=a&&Xm(c,o,s),p=e.bitmap(),g=a&&e.bitmap();let m,y,b,v,x,E,S,w;for(y=0;y<s;++y)for(m=0;m<o;++m)x=y*o+m,E=f[x]&Ym,w=d[x]&Ym,S=a&&h[x]&Ym,(E||S||w)&&(b=e(m),v=e(y),!r&&(E||w)&&p.set(b,v),a&&(E||S)&&g.set(b,v));return[p,g]}function Xm(e,t,n){return new Uint32Array(e.getImageData(0,0,t,n).data.buffer)}function _d(e,t,n){if(!t.length)return;const i=t[0].mark.marktype;i==="group"?t.forEach(r=>{r.items.forEach(o=>_d(e,o.items,n))}):Bn[i].draw(e,{items:n?t.map(xG):t})}function xG(e){const t=_p(e,{});return t.stroke&&t.strokeOpacity!==0||t.fill&&t.fillOpacity!==0?{...t,strokeOpacity:1,stroke:"#000",fillOpacity:0}:t}const Er=5,Xt=31,wc=32,fo=new Uint32Array(wc+1),hi=new Uint32Array(wc+1);hi[0]=0;fo[0]=~hi[0];for(let e=1;e<=wc;++e)hi[e]=hi[e-1]<<1|1,fo[e]=~hi[e];function wG(e,t){const n=new Uint32Array(~~((e*t+wc)/wc));function i(o,s){n[o]|=s}function r(o,s){n[o]&=s}return{array:n,get:(o,s)=>{const a=s*e+o;return n[a>>>Er]&1<<(a&Xt)},set:(o,s)=>{const a=s*e+o;i(a>>>Er,1<<(a&Xt))},clear:(o,s)=>{const a=s*e+o;r(a>>>Er,~(1<<(a&Xt)))},getRange:(o,s,a,u)=>{let l=u,c,f,d,h;for(;l>=s;--l)if(c=l*e+o,f=l*e+a,d=c>>>Er,h=f>>>Er,d===h){if(n[d]&fo[c&Xt]&hi[(f&Xt)+1])return!0}else{if(n[d]&fo[c&Xt]||n[h]&hi[(f&Xt)+1])return!0;for(let p=d+1;p<h;++p)if(n[p])return!0}return!1},setRange:(o,s,a,u)=>{let l,c,f,d,h;for(;s<=u;++s)if(l=s*e+o,c=s*e+a,f=l>>>Er,d=c>>>Er,f===d)i(f,fo[l&Xt]&hi[(c&Xt)+1]);else for(i(f,fo[l&Xt]),i(d,hi[(c&Xt)+1]),h=f+1;h<d;++h)i(h,4294967295)},clearRange:(o,s,a,u)=>{let l,c,f,d,h;for(;s<=u;++s)if(l=s*e+o,c=s*e+a,f=l>>>Er,d=c>>>Er,f===d)r(f,hi[l&Xt]|fo[(c&Xt)+1]);else for(r(f,hi[l&Xt]),r(d,fo[(c&Xt)+1]),h=f+1;h<d;++h)r(h,0)},outOfBounds:(o,s,a,u)=>o<0||s<0||u>=t||a>=e}}function EG(e,t,n){const i=Math.max(1,Math.sqrt(e*t/1e6)),r=~~((e+2*n+i)/i),o=~~((t+2*n+i)/i),s=a=>~~((a+n)/i);return s.invert=a=>a*i-n,s.bitmap=()=>wG(r,o),s.ratio=i,s.padding=n,s.width=e,s.height=t,s}function SG(e,t,n,i){const r=e.width,o=e.height;return function(s){const a=s.datum.datum.items[i].items,u=a.length,l=s.datum.fontSize,c=Rn.width(s.datum,s.datum.text);let f=0,d,h,p,g,m,y,b;for(let v=0;v<u;++v)d=a[v].x,p=a[v].y,h=a[v].x2===void 0?d:a[v].x2,g=a[v].y2===void 0?p:a[v].y2,m=(d+h)/2,y=(p+g)/2,b=Math.abs(h-d+g-p),b>=f&&(f=b,s.x=m,s.y=y);return m=c/2,y=l/2,d=s.x-m,h=s.x+m,p=s.y-y,g=s.y+y,s.align="center",d<0&&h<=r?s.align="left":0<=d&&r<h&&(s.align="right"),s.baseline="middle",p<0&&g<=o?s.baseline="top":0<=p&&o<g&&(s.baseline="bottom"),!0}}function Lh(e,t,n,i,r,o){let s=n/2;return e-s<0||e+s>r||t-(s=i/2)<0||t+s>o}function So(e,t,n,i,r,o,s,a){const u=r*o/(i*2),l=e(t-u),c=e(t+u),f=e(n-(o=o/2)),d=e(n+o);return s.outOfBounds(l,f,c,d)||s.getRange(l,f,c,d)||a&&a.getRange(l,f,c,d)}function _G(e,t,n,i){const r=e.width,o=e.height,s=t[0],a=t[1];function u(l,c,f,d,h){const p=e.invert(l),g=e.invert(c);let m=f,y=o,b;if(!Lh(p,g,d,h,r,o)&&!So(e,p,g,h,d,m,s,a)&&!So(e,p,g,h,d,h,s,null)){for(;y-m>=1;)b=(m+y)/2,So(e,p,g,h,d,b,s,a)?y=b:m=b;if(m>f)return[p,g,m,!0]}}return function(l){const c=l.datum.datum.items[i].items,f=c.length,d=l.datum.fontSize,h=Rn.width(l.datum,l.datum.text);let p=n?d:0,g=!1,m=!1,y=0,b,v,x,E,S,w,_,$,A,F,N,M,C,k,T,L,z;for(let I=0;I<f;++I){for(b=c[I].x,x=c[I].y,v=c[I].x2===void 0?b:c[I].x2,E=c[I].y2===void 0?x:c[I].y2,b>v&&(z=b,b=v,v=z),x>E&&(z=x,x=E,E=z),A=e(b),N=e(v),F=~~((A+N)/2),M=e(x),k=e(E),C=~~((M+k)/2),_=F;_>=A;--_)for($=C;$>=M;--$)L=u(_,$,p,h,d),L&&([l.x,l.y,p,g]=L);for(_=F;_<=N;++_)for($=C;$<=k;++$)L=u(_,$,p,h,d),L&&([l.x,l.y,p,g]=L);!g&&!n&&(T=Math.abs(v-b+E-x),S=(b+v)/2,w=(x+E)/2,T>=y&&!Lh(S,w,h,d,r,o)&&!So(e,S,w,d,h,d,s,null)&&(y=T,l.x=S,l.y=w,m=!0))}return g||m?(S=h/2,w=d/2,s.setRange(e(l.x-S),e(l.y-w),e(l.x+S),e(l.y+w)),l.align="center",l.baseline="middle",!0):!1}}const $G=[-1,-1,1,1],kG=[-1,1,-1,1];function AG(e,t,n,i){const r=e.width,o=e.height,s=t[0],a=t[1],u=e.bitmap();return function(l){const c=l.datum.datum.items[i].items,f=c.length,d=l.datum.fontSize,h=Rn.width(l.datum,l.datum.text),p=[];let g=n?d:0,m=!1,y=!1,b=0,v,x,E,S,w,_,$,A,F,N,M,C;for(let k=0;k<f;++k){for(v=c[k].x,E=c[k].y,x=c[k].x2===void 0?v:c[k].x2,S=c[k].y2===void 0?E:c[k].y2,p.push([e((v+x)/2),e((E+S)/2)]);p.length;)if([$,A]=p.pop(),!(s.get($,A)||a.get($,A)||u.get($,A))){u.set($,A);for(let T=0;T<4;++T)w=$+$G[T],_=A+kG[T],u.outOfBounds(w,_,w,_)||p.push([w,_]);if(w=e.invert($),_=e.invert(A),F=g,N=o,!Lh(w,_,h,d,r,o)&&!So(e,w,_,d,h,F,s,a)&&!So(e,w,_,d,h,d,s,null)){for(;N-F>=1;)M=(F+N)/2,So(e,w,_,d,h,M,s,a)?N=M:F=M;F>g&&(l.x=w,l.y=_,g=F,m=!0)}}!m&&!n&&(C=Math.abs(x-v+S-E),w=(v+x)/2,_=(E+S)/2,C>=b&&!Lh(w,_,h,d,r,o)&&!So(e,w,_,d,h,d,s,null)&&(b=C,l.x=w,l.y=_,y=!0))}return m||y?(w=h/2,_=d/2,s.setRange(e(l.x-w),e(l.y-_),e(l.x+w),e(l.y+_)),l.align="center",l.baseline="middle",!0):!1}}const CG=["right","center","left"],FG=["bottom","middle","top"];function TG(e,t,n,i){const r=e.width,o=e.height,s=t[0],a=t[1],u=i.length;return function(l){const c=l.boundary,f=l.datum.fontSize;if(c[2]<0||c[5]<0||c[0]>r||c[3]>o)return!1;let d=l.textWidth??0,h,p,g,m,y,b,v,x,E,S,w,_,$,A,F;for(let N=0;N<u;++N){if(h=(n[N]&3)-1,p=(n[N]>>>2&3)-1,g=h===0&&p===0||i[N]<0,m=h&&p?Math.SQRT1_2:1,y=i[N]<0?-1:1,b=c[1+h]+i[N]*h*m,w=c[4+p]+y*f*p/2+i[N]*p*m,x=w-f/2,E=w+f/2,_=e(b),A=e(x),F=e(E),!d)if(o$(_,_,A,F,s,a,b,b,x,E,c,g))d=Rn.width(l.datum,l.datum.text);else continue;if(S=b+y*d*h/2,b=S-d/2,v=S+d/2,_=e(b),$=e(v),o$(_,$,A,F,s,a,b,v,x,E,c,g))return l.x=h?h*y<0?v:b:S,l.y=p?p*y<0?E:x:w,l.align=CG[h*y+1],l.baseline=FG[p*y+1],s.setRange(_,A,$,F),!0}return!1}}function o$(e,t,n,i,r,o,s,a,u,l,c,f){return!(r.outOfBounds(e,n,t,i)||(f&&o||r).getRange(e,n,t,i))}const Km=0,Jm=4,Qm=8,Zm=0,e0=1,t0=2,MG={"top-left":Km+Zm,top:Km+e0,"top-right":Km+t0,left:Jm+Zm,middle:Jm+e0,right:Jm+t0,"bottom-left":Qm+Zm,bottom:Qm+e0,"bottom-right":Qm+t0},DG={naive:SG,"reduced-search":_G,floodfill:AG};function OG(e,t,n,i,r,o,s,a,u,l,c){if(!e.length)return e;const f=Math.max(i.length,r.length),d=RG(i,f),h=NG(r,f),p=LG(e[0].datum),g=p==="group"&&e[0].datum.items[u].marktype,m=g==="area",y=PG(p,g,a,u),b=l===null||l===1/0,v=m&&c==="naive";let x=-1,E=-1;const S=e.map(A=>{const F=b?Rn.width(A,A.text):void 0;return x=Math.max(x,F),E=Math.max(E,A.fontSize),{datum:A,opacity:0,x:void 0,y:void 0,align:void 0,baseline:void 0,boundary:y(A),textWidth:F}});l=l===null||l===1/0?Math.max(x,E)+Math.max(...i):l;const w=EG(t[0],t[1],l);let _;if(!v){n&&S.sort((N,M)=>n(N.datum,M.datum));let A=!1;for(let N=0;N<h.length&&!A;++N)A=h[N]===5||d[N]<0;const F=(p&&s||m)&&e.map(N=>N.datum);_=o.length||F?vG(w,F||[],o,A,m):bG(w,s&&S)}const $=m?DG[c](w,_,s,u):TG(w,_,h,d);return S.forEach(A=>A.opacity=+$(A)),S}function RG(e,t){const n=new Float64Array(t),i=e.length;for(let r=0;r<i;++r)n[r]=e[r]||0;for(let r=i;r<t;++r)n[r]=n[i-1];return n}function NG(e,t){const n=new Int8Array(t),i=e.length;for(let r=0;r<i;++r)n[r]|=MG[e[r]];for(let r=i;r<t;++r)n[r]=n[i-1];return n}function LG(e){return e&&e.mark&&e.mark.marktype}function PG(e,t,n,i){const r=o=>[o.x,o.x,o.x,o.y,o.y,o.y];return e?e==="line"||e==="area"?o=>r(o.datum):t==="line"?o=>{const s=o.datum.items[i].items;return r(s.length?s[n==="start"?0:s.length-1]:{x:NaN,y:NaN})}:o=>{const s=o.datum.bounds;return[s.x1,(s.x1+s.x2)/2,s.x2,s.y1,(s.y1+s.y2)/2,s.y2]}:r}const cy=["x","y","opacity","align","baseline"],hR=["top-left","left","bottom-left","top","bottom","top-right","right","bottom-right"];function h2(e){D.call(this,null,e)}h2.Definition={type:"Label",metadata:{modifies:!0},params:[{name:"size",type:"number",array:!0,length:2,required:!0},{name:"sort",type:"compare"},{name:"anchor",type:"string",array:!0,default:hR},{name:"offset",type:"number",array:!0,default:[1]},{name:"padding",type:"number",default:0,null:!0},{name:"lineAnchor",type:"string",values:["start","end"],default:"end"},{name:"markIndex",type:"number",default:0},{name:"avoidBaseMark",type:"boolean",default:!0},{name:"avoidMarks",type:"data",array:!0},{name:"method",type:"string",default:"naive"},{name:"as",type:"string",array:!0,length:cy.length,default:cy}]};G(h2,D,{transform(e,t){function n(o){const s=e[o];return fe(s)&&t.modified(s.fields)}const i=e.modified();if(!(i||t.changed(t.ADD_REM)||n("sort")))return;(!e.size||e.size.length!==2)&&O("Size parameter should be specified as a [width, height] array.");const r=e.as||cy;return OG(t.materialize(t.SOURCE).source||[],e.size,e.sort,K(e.offset==null?1:e.offset),K(e.anchor||hR),e.avoidMarks||[],e.avoidBaseMark!==!1,e.lineAnchor||"end",e.markIndex||0,e.padding===void 0?0:e.padding,e.method||"naive").forEach(o=>{const s=o.datum;s[r[0]]=o.x,s[r[1]]=o.y,s[r[2]]=o.opacity,s[r[3]]=o.align,s[r[4]]=o.baseline}),t.reflow(i).modifies(r)}});const IG=Object.freeze(Object.defineProperty({__proto__:null,label:h2},Symbol.toStringTag,{value:"Module"}));function pR(e,t){var n=[],i=function(c){return c(a)},r,o,s,a,u,l;if(t==null)n.push(e);else for(r={},o=0,s=e.length;o<s;++o)a=e[o],u=t.map(i),l=r[u],l||(r[u]=l=[],l.dims=u,n.push(l)),l.push(a);return n}function p2(e){D.call(this,null,e)}p2.Definition={type:"Loess",metadata:{generates:!0},params:[{name:"x",type:"field",required:!0},{name:"y",type:"field",required:!0},{name:"groupby",type:"field",array:!0},{name:"bandwidth",type:"number",default:.3},{name:"as",type:"string",array:!0}]};G(p2,D,{transform(e,t){const n=t.fork(t.NO_SOURCE|t.NO_FIELDS);if(!this.value||t.changed()||e.modified()){const i=t.materialize(t.SOURCE).source,r=pR(i,e.groupby),o=(e.groupby||[]).map(Ze),s=o.length,a=e.as||[Ze(e.x),Ze(e.y)],u=[];r.forEach(l=>{WF(l,e.x,e.y,e.bandwidth||.3).forEach(c=>{const f={};for(let d=0;d<s;++d)f[o[d]]=l.dims[d];f[a[0]]=c[0],f[a[1]]=c[1],u.push(Ce(f))})}),this.value&&(n.rem=this.value),this.value=n.add=n.source=u}return n}});const fy={constant:Zb,linear:ev,log:BF,exp:UF,pow:jF,quad:tv,poly:qF},zG=(e,t)=>e==="poly"?t:e==="quad"?2:1;function g2(e){D.call(this,null,e)}g2.Definition={type:"Regression",metadata:{generates:!0},params:[{name:"x",type:"field",required:!0},{name:"y",type:"field",required:!0},{name:"groupby",type:"field",array:!0},{name:"method",type:"string",default:"linear",values:Object.keys(fy)},{name:"order",type:"number",default:3},{name:"extent",type:"number",array:!0,length:2},{name:"params",type:"boolean",default:!1},{name:"as",type:"string",array:!0}]};G(g2,D,{transform(e,t){const n=t.fork(t.NO_SOURCE|t.NO_FIELDS);if(!this.value||t.changed()||e.modified()){const i=t.materialize(t.SOURCE).source,r=pR(i,e.groupby),o=(e.groupby||[]).map(Ze),s=e.method||"linear",a=e.order==null?3:e.order,u=zG(s,a),l=e.as||[Ze(e.x),Ze(e.y)],c=fy[s],f=[];let d=e.extent;J(fy,s)||O("Invalid regression method: "+s),d!=null&&s==="log"&&d[0]<=0&&(t.dataflow.warn("Ignoring extent with values <= 0 for log regression."),d=null),r.forEach(h=>{if(h.length<=u){t.dataflow.warn("Skipping regression with more parameters than data points.");return}const g=c(h,e.x,e.y,a);if(e.params){f.push(Ce({keys:h.dims,coef:g.coef,rSquared:g.rSquared}));return}const m=d||Qi(h,e.x),y=b=>{const v={};for(let x=0;x<o.length;++x)v[o[x]]=h.dims[x];v[l[0]]=b[0],v[l[1]]=b[1],f.push(Ce(v))};s==="linear"||s==="constant"?m.forEach(b=>y([b,g.predict(b)])):Mp(g.predict,m,25,200).forEach(y)}),this.value&&(n.rem=this.value),this.value=n.add=n.source=f}return n}});const BG=Object.freeze(Object.defineProperty({__proto__:null,loess:p2,regression:g2},Symbol.toStringTag,{value:"Module"})),Lr=11102230246251565e-32,Nt=134217729,UG=(3+8*Lr)*Lr;function n0(e,t,n,i,r){let o,s,a,u,l=t[0],c=i[0],f=0,d=0;c>l==c>-l?(o=l,l=t[++f]):(o=c,c=i[++d]);let h=0;if(f<e&&d<n)for(c>l==c>-l?(s=l+o,a=o-(s-l),l=t[++f]):(s=c+o,a=o-(s-c),c=i[++d]),o=s,a!==0&&(r[h++]=a);f<e&&d<n;)c>l==c>-l?(s=o+l,u=s-o,a=o-(s-u)+(l-u),l=t[++f]):(s=o+c,u=s-o,a=o-(s-u)+(c-u),c=i[++d]),o=s,a!==0&&(r[h++]=a);for(;f<e;)s=o+l,u=s-o,a=o-(s-u)+(l-u),l=t[++f],o=s,a!==0&&(r[h++]=a);for(;d<n;)s=o+c,u=s-o,a=o-(s-u)+(c-u),c=i[++d],o=s,a!==0&&(r[h++]=a);return(o!==0||h===0)&&(r[h++]=o),h}function jG(e,t){let n=t[0];for(let i=1;i<e;i++)n+=t[i];return n}function of(e){return new Float64Array(e)}const qG=(3+16*Lr)*Lr,WG=(2+12*Lr)*Lr,HG=(9+64*Lr)*Lr*Lr,$a=of(4),s$=of(8),a$=of(12),u$=of(16),Kt=of(4);function GG(e,t,n,i,r,o,s){let a,u,l,c,f,d,h,p,g,m,y,b,v,x,E,S,w,_;const $=e-r,A=n-r,F=t-o,N=i-o;x=$*N,d=Nt*$,h=d-(d-$),p=$-h,d=Nt*N,g=d-(d-N),m=N-g,E=p*m-(x-h*g-p*g-h*m),S=F*A,d=Nt*F,h=d-(d-F),p=F-h,d=Nt*A,g=d-(d-A),m=A-g,w=p*m-(S-h*g-p*g-h*m),y=E-w,f=E-y,$a[0]=E-(y+f)+(f-w),b=x+y,f=b-x,v=x-(b-f)+(y-f),y=v-S,f=v-y,$a[1]=v-(y+f)+(f-S),_=b+y,f=_-b,$a[2]=b-(_-f)+(y-f),$a[3]=_;let M=jG(4,$a),C=WG*s;if(M>=C||-M>=C||(f=e-$,a=e-($+f)+(f-r),f=n-A,l=n-(A+f)+(f-r),f=t-F,u=t-(F+f)+(f-o),f=i-N,c=i-(N+f)+(f-o),a===0&&u===0&&l===0&&c===0)||(C=HG*s+UG*Math.abs(M),M+=$*c+N*a-(F*l+A*u),M>=C||-M>=C))return M;x=a*N,d=Nt*a,h=d-(d-a),p=a-h,d=Nt*N,g=d-(d-N),m=N-g,E=p*m-(x-h*g-p*g-h*m),S=u*A,d=Nt*u,h=d-(d-u),p=u-h,d=Nt*A,g=d-(d-A),m=A-g,w=p*m-(S-h*g-p*g-h*m),y=E-w,f=E-y,Kt[0]=E-(y+f)+(f-w),b=x+y,f=b-x,v=x-(b-f)+(y-f),y=v-S,f=v-y,Kt[1]=v-(y+f)+(f-S),_=b+y,f=_-b,Kt[2]=b-(_-f)+(y-f),Kt[3]=_;const k=n0(4,$a,4,Kt,s$);x=$*c,d=Nt*$,h=d-(d-$),p=$-h,d=Nt*c,g=d-(d-c),m=c-g,E=p*m-(x-h*g-p*g-h*m),S=F*l,d=Nt*F,h=d-(d-F),p=F-h,d=Nt*l,g=d-(d-l),m=l-g,w=p*m-(S-h*g-p*g-h*m),y=E-w,f=E-y,Kt[0]=E-(y+f)+(f-w),b=x+y,f=b-x,v=x-(b-f)+(y-f),y=v-S,f=v-y,Kt[1]=v-(y+f)+(f-S),_=b+y,f=_-b,Kt[2]=b-(_-f)+(y-f),Kt[3]=_;const T=n0(k,s$,4,Kt,a$);x=a*c,d=Nt*a,h=d-(d-a),p=a-h,d=Nt*c,g=d-(d-c),m=c-g,E=p*m-(x-h*g-p*g-h*m),S=u*l,d=Nt*u,h=d-(d-u),p=u-h,d=Nt*l,g=d-(d-l),m=l-g,w=p*m-(S-h*g-p*g-h*m),y=E-w,f=E-y,Kt[0]=E-(y+f)+(f-w),b=x+y,f=b-x,v=x-(b-f)+(y-f),y=v-S,f=v-y,Kt[1]=v-(y+f)+(f-S),_=b+y,f=_-b,Kt[2]=b-(_-f)+(y-f),Kt[3]=_;const L=n0(T,a$,4,Kt,u$);return u$[L-1]}function Hf(e,t,n,i,r,o){const s=(t-o)*(n-r),a=(e-r)*(i-o),u=s-a,l=Math.abs(s+a);return Math.abs(u)>=qG*l?u:-GG(e,t,n,i,r,o,l)}const l$=Math.pow(2,-52),Gf=new Uint32Array(512);class Ph{static from(t,n=JG,i=QG){const r=t.length,o=new Float64Array(r*2);for(let s=0;s<r;s++){const a=t[s];o[2*s]=n(a),o[2*s+1]=i(a)}return new Ph(o)}constructor(t){const n=t.length>>1;if(n>0&&typeof t[0]!="number")throw new Error("Expected coords to contain numbers.");this.coords=t;const i=Math.max(2*n-5,0);this._triangles=new Uint32Array(i*3),this._halfedges=new Int32Array(i*3),this._hashSize=Math.ceil(Math.sqrt(n)),this._hullPrev=new Uint32Array(n),this._hullNext=new Uint32Array(n),this._hullTri=new Uint32Array(n),this._hullHash=new Int32Array(this._hashSize),this._ids=new Uint32Array(n),this._dists=new Float64Array(n),this.update()}update(){const{coords:t,_hullPrev:n,_hullNext:i,_hullTri:r,_hullHash:o}=this,s=t.length>>1;let a=1/0,u=1/0,l=-1/0,c=-1/0;for(let $=0;$<s;$++){const A=t[2*$],F=t[2*$+1];A<a&&(a=A),F<u&&(u=F),A>l&&(l=A),F>c&&(c=F),this._ids[$]=$}const f=(a+l)/2,d=(u+c)/2;let h,p,g;for(let $=0,A=1/0;$<s;$++){const F=i0(f,d,t[2*$],t[2*$+1]);F<A&&(h=$,A=F)}const m=t[2*h],y=t[2*h+1];for(let $=0,A=1/0;$<s;$++){if($===h)continue;const F=i0(m,y,t[2*$],t[2*$+1]);F<A&&F>0&&(p=$,A=F)}let b=t[2*p],v=t[2*p+1],x=1/0;for(let $=0;$<s;$++){if($===h||$===p)continue;const A=XG(m,y,b,v,t[2*$],t[2*$+1]);A<x&&(g=$,x=A)}let E=t[2*g],S=t[2*g+1];if(x===1/0){for(let F=0;F<s;F++)this._dists[F]=t[2*F]-t[0]||t[2*F+1]-t[1];Ia(this._ids,this._dists,0,s-1);const $=new Uint32Array(s);let A=0;for(let F=0,N=-1/0;F<s;F++){const M=this._ids[F],C=this._dists[M];C>N&&($[A++]=M,N=C)}this.hull=$.subarray(0,A),this.triangles=new Uint32Array(0),this.halfedges=new Uint32Array(0);return}if(Hf(m,y,b,v,E,S)<0){const $=p,A=b,F=v;p=g,b=E,v=S,g=$,E=A,S=F}const w=KG(m,y,b,v,E,S);this._cx=w.x,this._cy=w.y;for(let $=0;$<s;$++)this._dists[$]=i0(t[2*$],t[2*$+1],w.x,w.y);Ia(this._ids,this._dists,0,s-1),this._hullStart=h;let _=3;i[h]=n[g]=p,i[p]=n[h]=g,i[g]=n[p]=h,r[h]=0,r[p]=1,r[g]=2,o.fill(-1),o[this._hashKey(m,y)]=h,o[this._hashKey(b,v)]=p,o[this._hashKey(E,S)]=g,this.trianglesLen=0,this._addTriangle(h,p,g,-1,-1,-1);for(let $=0,A,F;$<this._ids.length;$++){const N=this._ids[$],M=t[2*N],C=t[2*N+1];if($>0&&Math.abs(M-A)<=l$&&Math.abs(C-F)<=l$||(A=M,F=C,N===h||N===p||N===g))continue;let k=0;for(let Q=0,ue=this._hashKey(M,C);Q<this._hashSize&&(k=o[(ue+Q)%this._hashSize],!(k!==-1&&k!==i[k]));Q++);k=n[k];let T=k,L;for(;L=i[T],Hf(M,C,t[2*T],t[2*T+1],t[2*L],t[2*L+1])>=0;)if(T=L,T===k){T=-1;break}if(T===-1)continue;let z=this._addTriangle(T,N,i[T],-1,-1,r[T]);r[N]=this._legalize(z+2),r[T]=z,_++;let I=i[T];for(;L=i[I],Hf(M,C,t[2*I],t[2*I+1],t[2*L],t[2*L+1])<0;)z=this._addTriangle(I,N,L,r[N],-1,r[I]),r[N]=this._legalize(z+2),i[I]=I,_--,I=L;if(T===k)for(;L=n[T],Hf(M,C,t[2*L],t[2*L+1],t[2*T],t[2*T+1])<0;)z=this._addTriangle(L,N,T,-1,r[T],r[L]),this._legalize(z+2),r[L]=z,i[T]=T,_--,T=L;this._hullStart=n[N]=T,i[T]=n[I]=N,i[N]=I,o[this._hashKey(M,C)]=N,o[this._hashKey(t[2*T],t[2*T+1])]=T}this.hull=new Uint32Array(_);for(let $=0,A=this._hullStart;$<_;$++)this.hull[$]=A,A=i[A];this.triangles=this._triangles.subarray(0,this.trianglesLen),this.halfedges=this._halfedges.subarray(0,this.trianglesLen)}_hashKey(t,n){return Math.floor(VG(t-this._cx,n-this._cy)*this._hashSize)%this._hashSize}_legalize(t){const{_triangles:n,_halfedges:i,coords:r}=this;let o=0,s=0;for(;;){const a=i[t],u=t-t%3;if(s=u+(t+2)%3,a===-1){if(o===0)break;t=Gf[--o];continue}const l=a-a%3,c=u+(t+1)%3,f=l+(a+2)%3,d=n[s],h=n[t],p=n[c],g=n[f];if(YG(r[2*d],r[2*d+1],r[2*h],r[2*h+1],r[2*p],r[2*p+1],r[2*g],r[2*g+1])){n[t]=g,n[a]=d;const y=i[f];if(y===-1){let v=this._hullStart;do{if(this._hullTri[v]===f){this._hullTri[v]=t;break}v=this._hullPrev[v]}while(v!==this._hullStart)}this._link(t,y),this._link(a,i[s]),this._link(s,f);const b=l+(a+1)%3;o<Gf.length&&(Gf[o++]=b)}else{if(o===0)break;t=Gf[--o]}}return s}_link(t,n){this._halfedges[t]=n,n!==-1&&(this._halfedges[n]=t)}_addTriangle(t,n,i,r,o,s){const a=this.trianglesLen;return this._triangles[a]=t,this._triangles[a+1]=n,this._triangles[a+2]=i,this._link(a,r),this._link(a+1,o),this._link(a+2,s),this.trianglesLen+=3,a}}function VG(e,t){const n=e/(Math.abs(e)+Math.abs(t));return(t>0?3-n:1+n)/4}function i0(e,t,n,i){const r=e-n,o=t-i;return r*r+o*o}function YG(e,t,n,i,r,o,s,a){const u=e-s,l=t-a,c=n-s,f=i-a,d=r-s,h=o-a,p=u*u+l*l,g=c*c+f*f,m=d*d+h*h;return u*(f*m-g*h)-l*(c*m-g*d)+p*(c*h-f*d)<0}function XG(e,t,n,i,r,o){const s=n-e,a=i-t,u=r-e,l=o-t,c=s*s+a*a,f=u*u+l*l,d=.5/(s*l-a*u),h=(l*c-a*f)*d,p=(s*f-u*c)*d;return h*h+p*p}function KG(e,t,n,i,r,o){const s=n-e,a=i-t,u=r-e,l=o-t,c=s*s+a*a,f=u*u+l*l,d=.5/(s*l-a*u),h=e+(l*c-a*f)*d,p=t+(s*f-u*c)*d;return{x:h,y:p}}function Ia(e,t,n,i){if(i-n<=20)for(let r=n+1;r<=i;r++){const o=e[r],s=t[o];let a=r-1;for(;a>=n&&t[e[a]]>s;)e[a+1]=e[a--];e[a+1]=o}else{const r=n+i>>1;let o=n+1,s=i;gl(e,r,o),t[e[n]]>t[e[i]]&&gl(e,n,i),t[e[o]]>t[e[i]]&&gl(e,o,i),t[e[n]]>t[e[o]]&&gl(e,n,o);const a=e[o],u=t[a];for(;;){do o++;while(t[e[o]]<u);do s--;while(t[e[s]]>u);if(s<o)break;gl(e,o,s)}e[n+1]=e[s],e[s]=a,i-o+1>=s-n?(Ia(e,t,o,i),Ia(e,t,n,s-1)):(Ia(e,t,n,s-1),Ia(e,t,o,i))}}function gl(e,t,n){const i=e[t];e[t]=e[n],e[n]=i}function JG(e){return e[0]}function QG(e){return e[1]}const c$=1e-6;class Ss{constructor(){this._x0=this._y0=this._x1=this._y1=null,this._=""}moveTo(t,n){this._+=`M${this._x0=this._x1=+t},${this._y0=this._y1=+n}`}closePath(){this._x1!==null&&(this._x1=this._x0,this._y1=this._y0,this._+="Z")}lineTo(t,n){this._+=`L${this._x1=+t},${this._y1=+n}`}arc(t,n,i){t=+t,n=+n,i=+i;const r=t+i,o=n;if(i<0)throw new Error("negative radius");this._x1===null?this._+=`M${r},${o}`:(Math.abs(this._x1-r)>c$||Math.abs(this._y1-o)>c$)&&(this._+="L"+r+","+o),i&&(this._+=`A${i},${i},0,1,1,${t-i},${n}A${i},${i},0,1,1,${this._x1=r},${this._y1=o}`)}rect(t,n,i,r){this._+=`M${this._x0=this._x1=+t},${this._y0=this._y1=+n}h${+i}v${+r}h${-i}Z`}value(){return this._||null}}class dy{constructor(){this._=[]}moveTo(t,n){this._.push([t,n])}closePath(){this._.push(this._[0].slice())}lineTo(t,n){this._.push([t,n])}value(){return this._.length?this._:null}}let ZG=class{constructor(t,[n,i,r,o]=[0,0,960,500]){if(!((r=+r)>=(n=+n))||!((o=+o)>=(i=+i)))throw new Error("invalid bounds");this.delaunay=t,this._circumcenters=new Float64Array(t.points.length*2),this.vectors=new Float64Array(t.points.length*2),this.xmax=r,this.xmin=n,this.ymax=o,this.ymin=i,this._init()}update(){return this.delaunay.update(),this._init(),this}_init(){const{delaunay:{points:t,hull:n,triangles:i},vectors:r}=this;let o,s;const a=this.circumcenters=this._circumcenters.subarray(0,i.length/3*2);for(let g=0,m=0,y=i.length,b,v;g<y;g+=3,m+=2){const x=i[g]*2,E=i[g+1]*2,S=i[g+2]*2,w=t[x],_=t[x+1],$=t[E],A=t[E+1],F=t[S],N=t[S+1],M=$-w,C=A-_,k=F-w,T=N-_,L=(M*T-C*k)*2;if(Math.abs(L)<1e-9){if(o===void 0){o=s=0;for(const I of n)o+=t[I*2],s+=t[I*2+1];o/=n.length,s/=n.length}const z=1e9*Math.sign((o-w)*T-(s-_)*k);b=(w+F)/2-z*T,v=(_+N)/2+z*k}else{const z=1/L,I=M*M+C*C,Q=k*k+T*T;b=w+(T*I-C*Q)*z,v=_+(M*Q-k*I)*z}a[m]=b,a[m+1]=v}let u=n[n.length-1],l,c=u*4,f,d=t[2*u],h,p=t[2*u+1];r.fill(0);for(let g=0;g<n.length;++g)u=n[g],l=c,f=d,h=p,c=u*4,d=t[2*u],p=t[2*u+1],r[l+2]=r[c]=h-p,r[l+3]=r[c+1]=d-f}render(t){const n=t==null?t=new Ss:void 0,{delaunay:{halfedges:i,inedges:r,hull:o},circumcenters:s,vectors:a}=this;if(o.length<=1)return null;for(let c=0,f=i.length;c<f;++c){const d=i[c];if(d<c)continue;const h=Math.floor(c/3)*2,p=Math.floor(d/3)*2,g=s[h],m=s[h+1],y=s[p],b=s[p+1];this._renderSegment(g,m,y,b,t)}let u,l=o[o.length-1];for(let c=0;c<o.length;++c){u=l,l=o[c];const f=Math.floor(r[l]/3)*2,d=s[f],h=s[f+1],p=u*4,g=this._project(d,h,a[p+2],a[p+3]);g&&this._renderSegment(d,h,g[0],g[1],t)}return n&&n.value()}renderBounds(t){const n=t==null?t=new Ss:void 0;return t.rect(this.xmin,this.ymin,this.xmax-this.xmin,this.ymax-this.ymin),n&&n.value()}renderCell(t,n){const i=n==null?n=new Ss:void 0,r=this._clip(t);if(r===null||!r.length)return;n.moveTo(r[0],r[1]);let o=r.length;for(;r[0]===r[o-2]&&r[1]===r[o-1]&&o>1;)o-=2;for(let s=2;s<o;s+=2)(r[s]!==r[s-2]||r[s+1]!==r[s-1])&&n.lineTo(r[s],r[s+1]);return n.closePath(),i&&i.value()}*cellPolygons(){const{delaunay:{points:t}}=this;for(let n=0,i=t.length/2;n<i;++n){const r=this.cellPolygon(n);r&&(r.index=n,yield r)}}cellPolygon(t){const n=new dy;return this.renderCell(t,n),n.value()}_renderSegment(t,n,i,r,o){let s;const a=this._regioncode(t,n),u=this._regioncode(i,r);a===0&&u===0?(o.moveTo(t,n),o.lineTo(i,r)):(s=this._clipSegment(t,n,i,r,a,u))&&(o.moveTo(s[0],s[1]),o.lineTo(s[2],s[3]))}contains(t,n,i){return n=+n,n!==n||(i=+i,i!==i)?!1:this.delaunay._step(t,n,i)===t}*neighbors(t){const n=this._clip(t);if(n)for(const i of this.delaunay.neighbors(t)){const r=this._clip(i);if(r){e:for(let o=0,s=n.length;o<s;o+=2)for(let a=0,u=r.length;a<u;a+=2)if(n[o]===r[a]&&n[o+1]===r[a+1]&&n[(o+2)%s]===r[(a+u-2)%u]&&n[(o+3)%s]===r[(a+u-1)%u]){yield i;break e}}}}_cell(t){const{circumcenters:n,delaunay:{inedges:i,halfedges:r,triangles:o}}=this,s=i[t];if(s===-1)return null;const a=[];let u=s;do{const l=Math.floor(u/3);if(a.push(n[l*2],n[l*2+1]),u=u%3===2?u-2:u+1,o[u]!==t)break;u=r[u]}while(u!==s&&u!==-1);return a}_clip(t){if(t===0&&this.delaunay.hull.length===1)return[this.xmax,this.ymin,this.xmax,this.ymax,this.xmin,this.ymax,this.xmin,this.ymin];const n=this._cell(t);if(n===null)return null;const{vectors:i}=this,r=t*4;return this._simplify(i[r]||i[r+1]?this._clipInfinite(t,n,i[r],i[r+1],i[r+2],i[r+3]):this._clipFinite(t,n))}_clipFinite(t,n){const i=n.length;let r=null,o,s,a=n[i-2],u=n[i-1],l,c=this._regioncode(a,u),f,d=0;for(let h=0;h<i;h+=2)if(o=a,s=u,a=n[h],u=n[h+1],l=c,c=this._regioncode(a,u),l===0&&c===0)f=d,d=0,r?r.push(a,u):r=[a,u];else{let p,g,m,y,b;if(l===0){if((p=this._clipSegment(o,s,a,u,l,c))===null)continue;[g,m,y,b]=p}else{if((p=this._clipSegment(a,u,o,s,c,l))===null)continue;[y,b,g,m]=p,f=d,d=this._edgecode(g,m),f&&d&&this._edge(t,f,d,r,r.length),r?r.push(g,m):r=[g,m]}f=d,d=this._edgecode(y,b),f&&d&&this._edge(t,f,d,r,r.length),r?r.push(y,b):r=[y,b]}if(r)f=d,d=this._edgecode(r[0],r[1]),f&&d&&this._edge(t,f,d,r,r.length);else if(this.contains(t,(this.xmin+this.xmax)/2,(this.ymin+this.ymax)/2))return[this.xmax,this.ymin,this.xmax,this.ymax,this.xmin,this.ymax,this.xmin,this.ymin];return r}_clipSegment(t,n,i,r,o,s){const a=o<s;for(a&&([t,n,i,r,o,s]=[i,r,t,n,s,o]);;){if(o===0&&s===0)return a?[i,r,t,n]:[t,n,i,r];if(o&s)return null;let u,l,c=o||s;c&8?(u=t+(i-t)*(this.ymax-n)/(r-n),l=this.ymax):c&4?(u=t+(i-t)*(this.ymin-n)/(r-n),l=this.ymin):c&2?(l=n+(r-n)*(this.xmax-t)/(i-t),u=this.xmax):(l=n+(r-n)*(this.xmin-t)/(i-t),u=this.xmin),o?(t=u,n=l,o=this._regioncode(t,n)):(i=u,r=l,s=this._regioncode(i,r))}}_clipInfinite(t,n,i,r,o,s){let a=Array.from(n),u;if((u=this._project(a[0],a[1],i,r))&&a.unshift(u[0],u[1]),(u=this._project(a[a.length-2],a[a.length-1],o,s))&&a.push(u[0],u[1]),a=this._clipFinite(t,a))for(let l=0,c=a.length,f,d=this._edgecode(a[c-2],a[c-1]);l<c;l+=2)f=d,d=this._edgecode(a[l],a[l+1]),f&&d&&(l=this._edge(t,f,d,a,l),c=a.length);else this.contains(t,(this.xmin+this.xmax)/2,(this.ymin+this.ymax)/2)&&(a=[this.xmin,this.ymin,this.xmax,this.ymin,this.xmax,this.ymax,this.xmin,this.ymax]);return a}_edge(t,n,i,r,o){for(;n!==i;){let s,a;switch(n){case 5:n=4;continue;case 4:n=6,s=this.xmax,a=this.ymin;break;case 6:n=2;continue;case 2:n=10,s=this.xmax,a=this.ymax;break;case 10:n=8;continue;case 8:n=9,s=this.xmin,a=this.ymax;break;case 9:n=1;continue;case 1:n=5,s=this.xmin,a=this.ymin;break}(r[o]!==s||r[o+1]!==a)&&this.contains(t,s,a)&&(r.splice(o,0,s,a),o+=2)}return o}_project(t,n,i,r){let o=1/0,s,a,u;if(r<0){if(n<=this.ymin)return null;(s=(this.ymin-n)/r)<o&&(u=this.ymin,a=t+(o=s)*i)}else if(r>0){if(n>=this.ymax)return null;(s=(this.ymax-n)/r)<o&&(u=this.ymax,a=t+(o=s)*i)}if(i>0){if(t>=this.xmax)return null;(s=(this.xmax-t)/i)<o&&(a=this.xmax,u=n+(o=s)*r)}else if(i<0){if(t<=this.xmin)return null;(s=(this.xmin-t)/i)<o&&(a=this.xmin,u=n+(o=s)*r)}return[a,u]}_edgecode(t,n){return(t===this.xmin?1:t===this.xmax?2:0)|(n===this.ymin?4:n===this.ymax?8:0)}_regioncode(t,n){return(t<this.xmin?1:t>this.xmax?2:0)|(n<this.ymin?4:n>this.ymax?8:0)}_simplify(t){if(t&&t.length>4){for(let n=0;n<t.length;n+=2){const i=(n+2)%t.length,r=(n+4)%t.length;(t[n]===t[i]&&t[i]===t[r]||t[n+1]===t[i+1]&&t[i+1]===t[r+1])&&(t.splice(i,2),n-=2)}t.length||(t=null)}return t}};const eV=2*Math.PI,ka=Math.pow;function tV(e){return e[0]}function nV(e){return e[1]}function iV(e){const{triangles:t,coords:n}=e;for(let i=0;i<t.length;i+=3){const r=2*t[i],o=2*t[i+1],s=2*t[i+2];if((n[s]-n[r])*(n[o+1]-n[r+1])-(n[o]-n[r])*(n[s+1]-n[r+1])>1e-10)return!1}return!0}function rV(e,t,n){return[e+Math.sin(e+t)*n,t+Math.cos(e-t)*n]}class m2{static from(t,n=tV,i=nV,r){return new m2("length"in t?oV(t,n,i,r):Float64Array.from(sV(t,n,i,r)))}constructor(t){this._delaunator=new Ph(t),this.inedges=new Int32Array(t.length/2),this._hullIndex=new Int32Array(t.length/2),this.points=this._delaunator.coords,this._init()}update(){return this._delaunator.update(),this._init(),this}_init(){const t=this._delaunator,n=this.points;if(t.hull&&t.hull.length>2&&iV(t)){this.collinear=Int32Array.from({length:n.length/2},(d,h)=>h).sort((d,h)=>n[2*d]-n[2*h]||n[2*d+1]-n[2*h+1]);const u=this.collinear[0],l=this.collinear[this.collinear.length-1],c=[n[2*u],n[2*u+1],n[2*l],n[2*l+1]],f=1e-8*Math.hypot(c[3]-c[1],c[2]-c[0]);for(let d=0,h=n.length/2;d<h;++d){const p=rV(n[2*d],n[2*d+1],f);n[2*d]=p[0],n[2*d+1]=p[1]}this._delaunator=new Ph(n)}else delete this.collinear;const i=this.halfedges=this._delaunator.halfedges,r=this.hull=this._delaunator.hull,o=this.triangles=this._delaunator.triangles,s=this.inedges.fill(-1),a=this._hullIndex.fill(-1);for(let u=0,l=i.length;u<l;++u){const c=o[u%3===2?u-2:u+1];(i[u]===-1||s[c]===-1)&&(s[c]=u)}for(let u=0,l=r.length;u<l;++u)a[r[u]]=u;r.length<=2&&r.length>0&&(this.triangles=new Int32Array(3).fill(-1),this.halfedges=new Int32Array(3).fill(-1),this.triangles[0]=r[0],s[r[0]]=1,r.length===2&&(s[r[1]]=0,this.triangles[1]=r[1],this.triangles[2]=r[1]))}voronoi(t){return new ZG(this,t)}*neighbors(t){const{inedges:n,hull:i,_hullIndex:r,halfedges:o,triangles:s,collinear:a}=this;if(a){const f=a.indexOf(t);f>0&&(yield a[f-1]),f<a.length-1&&(yield a[f+1]);return}const u=n[t];if(u===-1)return;let l=u,c=-1;do{if(yield c=s[l],l=l%3===2?l-2:l+1,s[l]!==t)return;if(l=o[l],l===-1){const f=i[(r[t]+1)%i.length];f!==c&&(yield f);return}}while(l!==u)}find(t,n,i=0){if(t=+t,t!==t||(n=+n,n!==n))return-1;const r=i;let o;for(;(o=this._step(i,t,n))>=0&&o!==i&&o!==r;)i=o;return o}_step(t,n,i){const{inedges:r,hull:o,_hullIndex:s,halfedges:a,triangles:u,points:l}=this;if(r[t]===-1||!l.length)return(t+1)%(l.length>>1);let c=t,f=ka(n-l[t*2],2)+ka(i-l[t*2+1],2);const d=r[t];let h=d;do{let p=u[h];const g=ka(n-l[p*2],2)+ka(i-l[p*2+1],2);if(g<f&&(f=g,c=p),h=h%3===2?h-2:h+1,u[h]!==t)break;if(h=a[h],h===-1){if(h=o[(s[t]+1)%o.length],h!==p&&ka(n-l[h*2],2)+ka(i-l[h*2+1],2)<f)return h;break}}while(h!==d);return c}render(t){const n=t==null?t=new Ss:void 0,{points:i,halfedges:r,triangles:o}=this;for(let s=0,a=r.length;s<a;++s){const u=r[s];if(u<s)continue;const l=o[s]*2,c=o[u]*2;t.moveTo(i[l],i[l+1]),t.lineTo(i[c],i[c+1])}return this.renderHull(t),n&&n.value()}renderPoints(t,n){n===void 0&&(!t||typeof t.moveTo!="function")&&(n=t,t=null),n=n==null?2:+n;const i=t==null?t=new Ss:void 0,{points:r}=this;for(let o=0,s=r.length;o<s;o+=2){const a=r[o],u=r[o+1];t.moveTo(a+n,u),t.arc(a,u,n,0,eV)}return i&&i.value()}renderHull(t){const n=t==null?t=new Ss:void 0,{hull:i,points:r}=this,o=i[0]*2,s=i.length;t.moveTo(r[o],r[o+1]);for(let a=1;a<s;++a){const u=2*i[a];t.lineTo(r[u],r[u+1])}return t.closePath(),n&&n.value()}hullPolygon(){const t=new dy;return this.renderHull(t),t.value()}renderTriangle(t,n){const i=n==null?n=new Ss:void 0,{points:r,triangles:o}=this,s=o[t*=3]*2,a=o[t+1]*2,u=o[t+2]*2;return n.moveTo(r[s],r[s+1]),n.lineTo(r[a],r[a+1]),n.lineTo(r[u],r[u+1]),n.closePath(),i&&i.value()}*trianglePolygons(){const{triangles:t}=this;for(let n=0,i=t.length/3;n<i;++n)yield this.trianglePolygon(n)}trianglePolygon(t){const n=new dy;return this.renderTriangle(t,n),n.value()}}function oV(e,t,n,i){const r=e.length,o=new Float64Array(r*2);for(let s=0;s<r;++s){const a=e[s];o[s*2]=t.call(i,a,s,e),o[s*2+1]=n.call(i,a,s,e)}return o}function*sV(e,t,n,i){let r=0;for(const o of e)yield t.call(i,o,r,e),yield n.call(i,o,r,e),++r}function y2(e){D.call(this,null,e)}y2.Definition={type:"Voronoi",metadata:{modifies:!0},params:[{name:"x",type:"field",required:!0},{name:"y",type:"field",required:!0},{name:"size",type:"number",array:!0,length:2},{name:"extent",type:"array",array:!0,length:2,default:[[-1e5,-1e5],[1e5,1e5]],content:{type:"number",array:!0,length:2}},{name:"as",type:"string",default:"path"}]};const aV=[-1e5,-1e5,1e5,1e5];G(y2,D,{transform(e,t){const n=e.as||"path",i=t.source;if(!i||!i.length)return t;let r=e.size;r=r?[0,0,r[0],r[1]]:(r=e.extent)?[r[0][0],r[0][1],r[1][0],r[1][1]]:aV;const o=this.value=m2.from(i,e.x,e.y).voronoi(r);for(let s=0,a=i.length;s<a;++s){const u=o.cellPolygon(s);i[s][n]=u&&!lV(u)?uV(u):null}return t.reflow(e.modified()).modifies(n)}});function uV(e){const t=e[0][0],n=e[0][1];let i=e.length-1;for(;e[i][0]===t&&e[i][1]===n;--i);return"M"+e.slice(0,i+1).join("L")+"Z"}function lV(e){return e.length===2&&e[0][0]===e[1][0]&&e[0][1]===e[1][1]}const cV=Object.freeze(Object.defineProperty({__proto__:null,voronoi:y2},Symbol.toStringTag,{value:"Module"}));var r0=Math.PI/180,Wl=64,$d=2048;function fV(){var e=[256,256],t,n,i,r,o,s,a,u=gR,l=[],c=Math.random,f={};f.layout=function(){for(var p=d(Co()),g=yV((e[0]>>5)*e[1]),m=null,y=l.length,b=-1,v=[],x=l.map(S=>({text:t(S),font:n(S),style:r(S),weight:o(S),rotate:s(S),size:~~(i(S)+1e-14),padding:a(S),xoff:0,yoff:0,x1:0,y1:0,x0:0,y0:0,hasText:!1,sprite:null,datum:S})).sort((S,w)=>w.size-S.size);++b<y;){var E=x[b];E.x=e[0]*(c()+.5)>>1,E.y=e[1]*(c()+.5)>>1,dV(p,E,x,b),E.hasText&&h(g,E,m)&&(v.push(E),m?pV(m,E):m=[{x:E.x+E.x0,y:E.y+E.y0},{x:E.x+E.x1,y:E.y+E.y1}],E.x-=e[0]>>1,E.y-=e[1]>>1)}return v};function d(p){p.width=p.height=1;var g=Math.sqrt(p.getContext("2d").getImageData(0,0,1,1).data.length>>2);p.width=(Wl<<5)/g,p.height=$d/g;var m=p.getContext("2d");return m.fillStyle=m.strokeStyle="red",m.textAlign="center",{context:m,ratio:g}}function h(p,g,m){for(var y=g.x,b=g.y,v=Math.hypot(e[0],e[1]),x=u(e),E=c()<.5?1:-1,S=-E,w,_,$;(w=x(S+=E))&&(_=~~w[0],$=~~w[1],!(Math.min(Math.abs(_),Math.abs($))>=v));)if(g.x=y+_,g.y=b+$,!(g.x+g.x0<0||g.y+g.y0<0||g.x+g.x1>e[0]||g.y+g.y1>e[1])&&(!m||!hV(g,p,e[0]))&&(!m||gV(g,m))){for(var A=g.sprite,F=g.width>>5,N=e[0]>>5,M=g.x-(F<<4),C=M&127,k=32-C,T=g.y1-g.y0,L=(g.y+g.y0)*N+(M>>5),z,I=0;I<T;I++){z=0;for(var Q=0;Q<=F;Q++)p[L+Q]|=z<<k|(Q<F?(z=A[I*F+Q])>>>C:0);L+=N}return g.sprite=null,!0}return!1}return f.words=function(p){return arguments.length?(l=p,f):l},f.size=function(p){return arguments.length?(e=[+p[0],+p[1]],f):e},f.font=function(p){return arguments.length?(n=rs(p),f):n},f.fontStyle=function(p){return arguments.length?(r=rs(p),f):r},f.fontWeight=function(p){return arguments.length?(o=rs(p),f):o},f.rotate=function(p){return arguments.length?(s=rs(p),f):s},f.text=function(p){return arguments.length?(t=rs(p),f):t},f.spiral=function(p){return arguments.length?(u=bV[p]||p,f):u},f.fontSize=function(p){return arguments.length?(i=rs(p),f):i},f.padding=function(p){return arguments.length?(a=rs(p),f):a},f.random=function(p){return arguments.length?(c=p,f):c},f}function dV(e,t,n,i){if(!t.sprite){var r=e.context,o=e.ratio;r.clearRect(0,0,(Wl<<5)/o,$d/o);var s=0,a=0,u=0,l=n.length,c,f,d,h,p;for(--i;++i<l;){if(t=n[i],r.save(),r.font=t.style+" "+t.weight+" "+~~((t.size+1)/o)+"px "+t.font,c=r.measureText(t.text+"m").width*o,d=t.size<<1,t.rotate){var g=Math.sin(t.rotate*r0),m=Math.cos(t.rotate*r0),y=c*m,b=c*g,v=d*m,x=d*g;c=Math.max(Math.abs(y+x),Math.abs(y-x))+31>>5<<5,d=~~Math.max(Math.abs(b+v),Math.abs(b-v))}else c=c+31>>5<<5;if(d>u&&(u=d),s+c>=Wl<<5&&(s=0,a+=u,u=0),a+d>=$d)break;r.translate((s+(c>>1))/o,(a+(d>>1))/o),t.rotate&&r.rotate(t.rotate*r0),r.fillText(t.text,0,0),t.padding&&(r.lineWidth=2*t.padding,r.strokeText(t.text,0,0)),r.restore(),t.width=c,t.height=d,t.xoff=s,t.yoff=a,t.x1=c>>1,t.y1=d>>1,t.x0=-t.x1,t.y0=-t.y1,t.hasText=!0,s+=c}for(var E=r.getImageData(0,0,(Wl<<5)/o,$d/o).data,S=[];--i>=0;)if(t=n[i],!!t.hasText){for(c=t.width,f=c>>5,d=t.y1-t.y0,h=0;h<d*f;h++)S[h]=0;if(s=t.xoff,s==null)return;a=t.yoff;var w=0,_=-1;for(p=0;p<d;p++){for(h=0;h<c;h++){var $=f*p+(h>>5),A=E[(a+p)*(Wl<<5)+(s+h)<<2]?1<<31-h%32:0;S[$]|=A,w|=A}w?_=p:(t.y0++,d--,p--,a++)}t.y1=t.y0+_,t.sprite=S.slice(0,(t.y1-t.y0)*f)}}}function hV(e,t,n){n>>=5;for(var i=e.sprite,r=e.width>>5,o=e.x-(r<<4),s=o&127,a=32-s,u=e.y1-e.y0,l=(e.y+e.y0)*n+(o>>5),c,f=0;f<u;f++){c=0;for(var d=0;d<=r;d++)if((c<<a|(d<r?(c=i[f*r+d])>>>s:0))&t[l+d])return!0;l+=n}return!1}function pV(e,t){var n=e[0],i=e[1];t.x+t.x0<n.x&&(n.x=t.x+t.x0),t.y+t.y0<n.y&&(n.y=t.y+t.y0),t.x+t.x1>i.x&&(i.x=t.x+t.x1),t.y+t.y1>i.y&&(i.y=t.y+t.y1)}function gV(e,t){return e.x+e.x1>t[0].x&&e.x+e.x0<t[1].x&&e.y+e.y1>t[0].y&&e.y+e.y0<t[1].y}function gR(e){var t=e[0]/e[1];return function(n){return[t*(n*=.1)*Math.cos(n),n*Math.sin(n)]}}function mV(e){var t=4,n=t*e[0]/e[1],i=0,r=0;return function(o){var s=o<0?-1:1;switch(Math.sqrt(1+4*s*o)-s&3){case 0:i+=n;break;case 1:r+=t;break;case 2:i-=n;break;default:r-=t;break}return[i,r]}}function yV(e){for(var t=[],n=-1;++n<e;)t[n]=0;return t}function rs(e){return typeof e=="function"?e:function(){return e}}var bV={archimedean:gR,rectangular:mV};const mR=["x","y","font","fontSize","fontStyle","fontWeight","angle"],vV=["text","font","rotate","fontSize","fontStyle","fontWeight"];function b2(e){D.call(this,fV(),e)}b2.Definition={type:"Wordcloud",metadata:{modifies:!0},params:[{name:"size",type:"number",array:!0,length:2},{name:"font",type:"string",expr:!0,default:"sans-serif"},{name:"fontStyle",type:"string",expr:!0,default:"normal"},{name:"fontWeight",type:"string",expr:!0,default:"normal"},{name:"fontSize",type:"number",expr:!0,default:14},{name:"fontSizeRange",type:"number",array:"nullable",default:[10,50]},{name:"rotate",type:"number",expr:!0,default:0},{name:"text",type:"field"},{name:"spiral",type:"string",values:["archimedean","rectangular"]},{name:"padding",type:"number",expr:!0},{name:"as",type:"string",array:!0,length:7,default:mR}]};G(b2,D,{transform(e,t){e.size&&!(e.size[0]&&e.size[1])&&O("Wordcloud size dimensions must be non-zero.");function n(p){const g=e[p];return fe(g)&&t.modified(g.fields)}const i=e.modified();if(!(i||t.changed(t.ADD_REM)||vV.some(n)))return;const r=t.materialize(t.SOURCE).source,o=this.value,s=e.as||mR;let a=e.fontSize||14,u;if(fe(a)?u=e.fontSizeRange:a=Yt(a),u){const p=a,g=Ae("sqrt")().domain(Qi(r,p)).range(u);a=m=>g(p(m))}r.forEach(p=>{p[s[0]]=NaN,p[s[1]]=NaN,p[s[3]]=0});const l=o.words(r).text(e.text).size(e.size||[500,500]).padding(e.padding||1).spiral(e.spiral||"archimedean").rotate(e.rotate||0).font(e.font||"sans-serif").fontStyle(e.fontStyle||"normal").fontWeight(e.fontWeight||"normal").fontSize(a).random(ti).layout(),c=o.size(),f=c[0]>>1,d=c[1]>>1,h=l.length;for(let p=0,g,m;p<h;++p)g=l[p],m=g.datum,m[s[0]]=g.x+f,m[s[1]]=g.y+d,m[s[2]]=g.font,m[s[3]]=g.size,m[s[4]]=g.style,m[s[5]]=g.weight,m[s[6]]=g.rotate;return t.reflow(i).modifies(s)}});const xV=Object.freeze(Object.defineProperty({__proto__:null,wordcloud:b2},Symbol.toStringTag,{value:"Module"})),wV=e=>new Uint8Array(e),EV=e=>new Uint16Array(e),nc=e=>new Uint32Array(e);function SV(){let e=8,t=[],n=nc(0),i=Vf(0,e),r=Vf(0,e);return{data:()=>t,seen:()=>n=_V(n,t.length),add(o){for(let s=0,a=t.length,u=o.length,l;s<u;++s)l=o[s],l._index=a++,t.push(l)},remove(o,s){const a=t.length,u=Array(a-o),l=t;let c,f,d;for(f=0;!s[f]&&f<a;++f)u[f]=t[f],l[f]=f;for(d=f;f<a;++f)c=t[f],s[f]?l[f]=-1:(l[f]=d,i[d]=i[f],r[d]=r[f],u[d]=c,c._index=d++),i[f]=0;return t=u,l},size:()=>t.length,curr:()=>i,prev:()=>r,reset:o=>r[o]=i[o],all:()=>e<257?255:e<65537?65535:4294967295,set(o,s){i[o]|=s},clear(o,s){i[o]&=~s},resize(o,s){const a=i.length;(o>a||s>e)&&(e=Math.max(s,e),i=Vf(o,e,i),r=Vf(o,e))}}}function _V(e,t,n){return e.length>=t?e:(n=n||new e.constructor(t),n.set(e),n)}function Vf(e,t,n){const i=(t<257?wV:t<65537?EV:nc)(e);return n&&i.set(n),i}function f$(e,t,n){const i=1<<t;return{one:i,zero:~i,range:n.slice(),bisect:e.bisect,index:e.index,size:e.size,onAdd(r,o){const s=this,a=s.bisect(s.range,r.value),u=r.index,l=a[0],c=a[1],f=u.length;let d;for(d=0;d<l;++d)o[u[d]]|=i;for(d=c;d<f;++d)o[u[d]]|=i;return s}}}function d$(){let e=nc(0),t=[],n=0;function i(a,u,l){if(!u.length)return[];const c=n,f=u.length,d=nc(f);let h=Array(f),p,g,m;for(m=0;m<f;++m)h[m]=a(u[m]),d[m]=m;if(h=$V(h,d),c)p=t,g=e,t=Array(c+f),e=nc(c+f),kV(l,p,g,c,h,d,f,t,e);else{if(l>0)for(m=0;m<f;++m)d[m]+=l;t=h,e=d}return n=c+f,{index:d,value:h}}function r(a,u){const l=n;let c,f,d;for(f=0;!u[e[f]]&&f<l;++f);for(d=f;f<l;++f)u[c=e[f]]||(e[d]=c,t[d]=t[f],++d);n=l-a}function o(a){for(let u=0,l=n;u<l;++u)e[u]=a[e[u]]}function s(a,u){let l;return u?l=u.length:(u=t,l=n),[LP(u,a[0],0,l),Ka(u,a[1],0,l)]}return{insert:i,remove:r,bisect:s,reindex:o,index:()=>e,size:()=>n}}function $V(e,t){return e.sort.call(t,(n,i)=>{const r=e[n],o=e[i];return r<o?-1:r>o?1:0}),CI(e,t)}function kV(e,t,n,i,r,o,s,a,u){let l=0,c=0,f;for(f=0;l<i&&c<s;++f)t[l]<r[c]?(a[f]=t[l],u[f]=n[l++]):(a[f]=r[c],u[f]=o[c++]+e);for(;l<i;++l,++f)a[f]=t[l],u[f]=n[l];for(;c<s;++c,++f)a[f]=r[c],u[f]=o[c]+e}function v2(e){D.call(this,SV(),e),this._indices=null,this._dims=null}v2.Definition={type:"CrossFilter",metadata:{},params:[{name:"fields",type:"field",array:!0,required:!0},{name:"query",type:"array",array:!0,required:!0,content:{type:"number",array:!0,length:2}}]};G(v2,D,{transform(e,t){if(this._dims){var n=e.modified("fields")||e.fields.some(i=>t.modified(i.fields));return n?this.reinit(e,t):this.eval(e,t)}else return this.init(e,t)},init(e,t){const n=e.fields,i=e.query,r=this._indices={},o=this._dims=[],s=i.length;let a=0,u,l;for(;a<s;++a)u=n[a].fname,l=r[u]||(r[u]=d$()),o.push(f$(l,a,i[a]));return this.eval(e,t)},reinit(e,t){const n=t.materialize().fork(),i=e.fields,r=e.query,o=this._indices,s=this._dims,a=this.value,u=a.curr(),l=a.prev(),c=a.all(),f=n.rem=n.add,d=n.mod,h=r.length,p={};let g,m,y,b,v,x,E,S,w;if(l.set(u),t.rem.length&&(v=this.remove(e,t,n)),t.add.length&&a.add(t.add),t.mod.length)for(x={},b=t.mod,E=0,S=b.length;E<S;++E)x[b[E]._index]=1;for(E=0;E<h;++E)w=i[E],(!s[E]||e.modified("fields",E)||t.modified(w.fields))&&(y=w.fname,(g=p[y])||(o[y]=m=d$(),p[y]=g=m.insert(w,t.source,0)),s[E]=f$(m,E,r[E]).onAdd(g,u));for(E=0,S=a.data().length;E<S;++E)v[E]||(l[E]!==u[E]?f.push(E):x[E]&&u[E]!==c&&d.push(E));return a.mask=(1<<h)-1,n},eval(e,t){const n=t.materialize().fork(),i=this._dims.length;let r=0;return t.rem.length&&(this.remove(e,t,n),r|=(1<<i)-1),e.modified("query")&&!e.modified("fields")&&(r|=this.update(e,t,n)),t.add.length&&(this.insert(e,t,n),r|=(1<<i)-1),t.mod.length&&(this.modify(t,n),r|=(1<<i)-1),this.value.mask=r,n},insert(e,t,n){const i=t.add,r=this.value,o=this._dims,s=this._indices,a=e.fields,u={},l=n.add,c=r.size()+i.length,f=o.length;let d=r.size(),h,p,g;r.resize(c,f),r.add(i);const m=r.curr(),y=r.prev(),b=r.all();for(h=0;h<f;++h)p=a[h].fname,g=u[p]||(u[p]=s[p].insert(a[h],i,d)),o[h].onAdd(g,m);for(;d<c;++d)y[d]=b,m[d]!==b&&l.push(d)},modify(e,t){const n=t.mod,i=this.value,r=i.curr(),o=i.all(),s=e.mod;let a,u,l;for(a=0,u=s.length;a<u;++a)l=s[a]._index,r[l]!==o&&n.push(l)},remove(e,t,n){const i=this._indices,r=this.value,o=r.curr(),s=r.prev(),a=r.all(),u={},l=n.rem,c=t.rem;let f,d,h,p;for(f=0,d=c.length;f<d;++f)h=c[f]._index,u[h]=1,s[h]=p=o[h],o[h]=a,p!==a&&l.push(h);for(h in i)i[h].remove(d,u);return this.reindex(t,d,u),u},reindex(e,t,n){const i=this._indices,r=this.value;e.runAfter(()=>{const o=r.remove(t,n);for(const s in i)i[s].reindex(o)})},update(e,t,n){const i=this._dims,r=e.query,o=t.stamp,s=i.length;let a=0,u,l;for(n.filters=0,l=0;l<s;++l)e.modified("query",l)&&(u=l,++a);if(a===1)a=i[u].one,this.incrementOne(i[u],r[u],n.add,n.rem);else for(l=0,a=0;l<s;++l)e.modified("query",l)&&(a|=i[l].one,this.incrementAll(i[l],r[l],o,n.add),n.rem=n.add);return a},incrementAll(e,t,n,i){const r=this.value,o=r.seen(),s=r.curr(),a=r.prev(),u=e.index(),l=e.bisect(e.range),c=e.bisect(t),f=c[0],d=c[1],h=l[0],p=l[1],g=e.one;let m,y,b;if(f<h)for(m=f,y=Math.min(h,d);m<y;++m)b=u[m],o[b]!==n&&(a[b]=s[b],o[b]=n,i.push(b)),s[b]^=g;else if(f>h)for(m=h,y=Math.min(f,p);m<y;++m)b=u[m],o[b]!==n&&(a[b]=s[b],o[b]=n,i.push(b)),s[b]^=g;if(d>p)for(m=Math.max(f,p),y=d;m<y;++m)b=u[m],o[b]!==n&&(a[b]=s[b],o[b]=n,i.push(b)),s[b]^=g;else if(d<p)for(m=Math.max(h,d),y=p;m<y;++m)b=u[m],o[b]!==n&&(a[b]=s[b],o[b]=n,i.push(b)),s[b]^=g;e.range=t.slice()},incrementOne(e,t,n,i){const r=this.value,o=r.curr(),s=e.index(),a=e.bisect(e.range),u=e.bisect(t),l=u[0],c=u[1],f=a[0],d=a[1],h=e.one;let p,g,m;if(l<f)for(p=l,g=Math.min(f,c);p<g;++p)m=s[p],o[m]^=h,n.push(m);else if(l>f)for(p=f,g=Math.min(l,d);p<g;++p)m=s[p],o[m]^=h,i.push(m);if(c>d)for(p=Math.max(l,d),g=c;p<g;++p)m=s[p],o[m]^=h,n.push(m);else if(c<d)for(p=Math.max(f,c),g=d;p<g;++p)m=s[p],o[m]^=h,i.push(m);e.range=t.slice()}});function x2(e){D.call(this,null,e)}x2.Definition={type:"ResolveFilter",metadata:{},params:[{name:"ignore",type:"number",required:!0,description:"A bit mask indicating which filters to ignore."},{name:"filter",type:"object",required:!0,description:"Per-tuple filter bitmaps from a CrossFilter transform."}]};G(x2,D,{transform(e,t){const n=~(e.ignore||0),i=e.filter,r=i.mask;if((r&n)===0)return t.StopPropagation;const o=t.fork(t.ALL),s=i.data(),a=i.curr(),u=i.prev(),l=c=>a[c]&n?null:s[c];return o.filter(o.MOD,l),r&r-1?(o.filter(o.ADD,c=>{const f=a[c]&n;return!f&&f^u[c]&n?s[c]:null}),o.filter(o.REM,c=>{const f=a[c]&n;return f&&!(f^(f^u[c]&n))?s[c]:null})):(o.filter(o.ADD,l),o.filter(o.REM,c=>(a[c]&n)===r?s[c]:null)),o.filter(o.SOURCE,c=>l(c._index))}});const AV=Object.freeze(Object.defineProperty({__proto__:null,crossfilter:v2,resolvefilter:x2},Symbol.toStringTag,{value:"Module"})),CV="RawCode",zs="Literal",FV="Property",TV="Identifier",MV="ArrayExpression",DV="BinaryExpression",yR="CallExpression",OV="ConditionalExpression",RV="LogicalExpression",NV="MemberExpression",LV="ObjectExpression",PV="UnaryExpression";function Ci(e){this.type=e}Ci.prototype.visit=function(e){let t,n,i;if(e(this))return 1;for(t=IV(this),n=0,i=t.length;n<i;++n)if(t[n].visit(e))return 1};function IV(e){switch(e.type){case MV:return e.elements;case DV:case RV:return[e.left,e.right];case yR:return[e.callee].concat(e.arguments);case OV:return[e.test,e.consequent,e.alternate];case NV:return[e.object,e.property];case LV:return e.properties;case FV:return[e.key,e.value];case PV:return[e.argument];case TV:case zs:case CV:default:return[]}}var fr,ee,R,Ht,Oe,og=1,sf=2,Bs=3,Go=4,sg=5,sa=6,pn=7,af=8,zV=9;fr={};fr[og]="Boolean";fr[sf]="<end>";fr[Bs]="Identifier";fr[Go]="Keyword";fr[sg]="Null";fr[sa]="Numeric";fr[pn]="Punctuator";fr[af]="String";fr[zV]="RegularExpression";var BV="ArrayExpression",UV="BinaryExpression",jV="CallExpression",qV="ConditionalExpression",bR="Identifier",WV="Literal",HV="LogicalExpression",GV="MemberExpression",VV="ObjectExpression",YV="Property",XV="UnaryExpression",mt="Unexpected token %0",KV="Unexpected number",JV="Unexpected string",QV="Unexpected identifier",ZV="Unexpected reserved word",eY="Unexpected end of input",hy="Invalid regular expression",o0="Invalid regular expression: missing /",vR="Octal literals are not allowed in strict mode.",tY="Duplicate data property in object literal not allowed in strict mode",Ct="ILLEGAL",Ec="Disabled.",nY=new RegExp("[\\xAA\\xB5\\xBA\\xC0-\\xD6\\xD8-\\xF6\\xF8-\\u02C1\\u02C6-\\u02D1\\u02E0-\\u02E4\\u02EC\\u02EE\\u0370-\\u0374\\u0376\\u0377\\u037A-\\u037D\\u037F\\u0386\\u0388-\\u038A\\u038C\\u038E-\\u03A1\\u03A3-\\u03F5\\u03F7-\\u0481\\u048A-\\u052F\\u0531-\\u0556\\u0559\\u0561-\\u0587\\u05D0-\\u05EA\\u05F0-\\u05F2\\u0620-\\u064A\\u066E\\u066F\\u0671-\\u06D3\\u06D5\\u06E5\\u06E6\\u06EE\\u06EF\\u06FA-\\u06FC\\u06FF\\u0710\\u0712-\\u072F\\u074D-\\u07A5\\u07B1\\u07CA-\\u07EA\\u07F4\\u07F5\\u07FA\\u0800-\\u0815\\u081A\\u0824\\u0828\\u0840-\\u0858\\u08A0-\\u08B2\\u0904-\\u0939\\u093D\\u0950\\u0958-\\u0961\\u0971-\\u0980\\u0985-\\u098C\\u098F\\u0990\\u0993-\\u09A8\\u09AA-\\u09B0\\u09B2\\u09B6-\\u09B9\\u09BD\\u09CE\\u09DC\\u09DD\\u09DF-\\u09E1\\u09F0\\u09F1\\u0A05-\\u0A0A\\u0A0F\\u0A10\\u0A13-\\u0A28\\u0A2A-\\u0A30\\u0A32\\u0A33\\u0A35\\u0A36\\u0A38\\u0A39\\u0A59-\\u0A5C\\u0A5E\\u0A72-\\u0A74\\u0A85-\\u0A8D\\u0A8F-\\u0A91\\u0A93-\\u0AA8\\u0AAA-\\u0AB0\\u0AB2\\u0AB3\\u0AB5-\\u0AB9\\u0ABD\\u0AD0\\u0AE0\\u0AE1\\u0B05-\\u0B0C\\u0B0F\\u0B10\\u0B13-\\u0B28\\u0B2A-\\u0B30\\u0B32\\u0B33\\u0B35-\\u0B39\\u0B3D\\u0B5C\\u0B5D\\u0B5F-\\u0B61\\u0B71\\u0B83\\u0B85-\\u0B8A\\u0B8E-\\u0B90\\u0B92-\\u0B95\\u0B99\\u0B9A\\u0B9C\\u0B9E\\u0B9F\\u0BA3\\u0BA4\\u0BA8-\\u0BAA\\u0BAE-\\u0BB9\\u0BD0\\u0C05-\\u0C0C\\u0C0E-\\u0C10\\u0C12-\\u0C28\\u0C2A-\\u0C39\\u0C3D\\u0C58\\u0C59\\u0C60\\u0C61\\u0C85-\\u0C8C\\u0C8E-\\u0C90\\u0C92-\\u0CA8\\u0CAA-\\u0CB3\\u0CB5-\\u0CB9\\u0CBD\\u0CDE\\u0CE0\\u0CE1\\u0CF1\\u0CF2\\u0D05-\\u0D0C\\u0D0E-\\u0D10\\u0D12-\\u0D3A\\u0D3D\\u0D4E\\u0D60\\u0D61\\u0D7A-\\u0D7F\\u0D85-\\u0D96\\u0D9A-\\u0DB1\\u0DB3-\\u0DBB\\u0DBD\\u0DC0-\\u0DC6\\u0E01-\\u0E30\\u0E32\\u0E33\\u0E40-\\u0E46\\u0E81\\u0E82\\u0E84\\u0E87\\u0E88\\u0E8A\\u0E8D\\u0E94-\\u0E97\\u0E99-\\u0E9F\\u0EA1-\\u0EA3\\u0EA5\\u0EA7\\u0EAA\\u0EAB\\u0EAD-\\u0EB0\\u0EB2\\u0EB3\\u0EBD\\u0EC0-\\u0EC4\\u0EC6\\u0EDC-\\u0EDF\\u0F00\\u0F40-\\u0F47\\u0F49-\\u0F6C\\u0F88-\\u0F8C\\u1000-\\u102A\\u103F\\u1050-\\u1055\\u105A-\\u105D\\u1061\\u1065\\u1066\\u106E-\\u1070\\u1075-\\u1081\\u108E\\u10A0-\\u10C5\\u10C7\\u10CD\\u10D0-\\u10FA\\u10FC-\\u1248\\u124A-\\u124D\\u1250-\\u1256\\u1258\\u125A-\\u125D\\u1260-\\u1288\\u128A-\\u128D\\u1290-\\u12B0\\u12B2-\\u12B5\\u12B8-\\u12BE\\u12C0\\u12C2-\\u12C5\\u12C8-\\u12D6\\u12D8-\\u1310\\u1312-\\u1315\\u1318-\\u135A\\u1380-\\u138F\\u13A0-\\u13F4\\u1401-\\u166C\\u166F-\\u167F\\u1681-\\u169A\\u16A0-\\u16EA\\u16EE-\\u16F8\\u1700-\\u170C\\u170E-\\u1711\\u1720-\\u1731\\u1740-\\u1751\\u1760-\\u176C\\u176E-\\u1770\\u1780-\\u17B3\\u17D7\\u17DC\\u1820-\\u1877\\u1880-\\u18A8\\u18AA\\u18B0-\\u18F5\\u1900-\\u191E\\u1950-\\u196D\\u1970-\\u1974\\u1980-\\u19AB\\u19C1-\\u19C7\\u1A00-\\u1A16\\u1A20-\\u1A54\\u1AA7\\u1B05-\\u1B33\\u1B45-\\u1B4B\\u1B83-\\u1BA0\\u1BAE\\u1BAF\\u1BBA-\\u1BE5\\u1C00-\\u1C23\\u1C4D-\\u1C4F\\u1C5A-\\u1C7D\\u1CE9-\\u1CEC\\u1CEE-\\u1CF1\\u1CF5\\u1CF6\\u1D00-\\u1DBF\\u1E00-\\u1F15\\u1F18-\\u1F1D\\u1F20-\\u1F45\\u1F48-\\u1F4D\\u1F50-\\u1F57\\u1F59\\u1F5B\\u1F5D\\u1F5F-\\u1F7D\\u1F80-\\u1FB4\\u1FB6-\\u1FBC\\u1FBE\\u1FC2-\\u1FC4\\u1FC6-\\u1FCC\\u1FD0-\\u1FD3\\u1FD6-\\u1FDB\\u1FE0-\\u1FEC\\u1FF2-\\u1FF4\\u1FF6-\\u1FFC\\u2071\\u207F\\u2090-\\u209C\\u2102\\u2107\\u210A-\\u2113\\u2115\\u2119-\\u211D\\u2124\\u2126\\u2128\\u212A-\\u212D\\u212F-\\u2139\\u213C-\\u213F\\u2145-\\u2149\\u214E\\u2160-\\u2188\\u2C00-\\u2C2E\\u2C30-\\u2C5E\\u2C60-\\u2CE4\\u2CEB-\\u2CEE\\u2CF2\\u2CF3\\u2D00-\\u2D25\\u2D27\\u2D2D\\u2D30-\\u2D67\\u2D6F\\u2D80-\\u2D96\\u2DA0-\\u2DA6\\u2DA8-\\u2DAE\\u2DB0-\\u2DB6\\u2DB8-\\u2DBE\\u2DC0-\\u2DC6\\u2DC8-\\u2DCE\\u2DD0-\\u2DD6\\u2DD8-\\u2DDE\\u2E2F\\u3005-\\u3007\\u3021-\\u3029\\u3031-\\u3035\\u3038-\\u303C\\u3041-\\u3096\\u309D-\\u309F\\u30A1-\\u30FA\\u30FC-\\u30FF\\u3105-\\u312D\\u3131-\\u318E\\u31A0-\\u31BA\\u31F0-\\u31FF\\u3400-\\u4DB5\\u4E00-\\u9FCC\\uA000-\\uA48C\\uA4D0-\\uA4FD\\uA500-\\uA60C\\uA610-\\uA61F\\uA62A\\uA62B\\uA640-\\uA66E\\uA67F-\\uA69D\\uA6A0-\\uA6EF\\uA717-\\uA71F\\uA722-\\uA788\\uA78B-\\uA78E\\uA790-\\uA7AD\\uA7B0\\uA7B1\\uA7F7-\\uA801\\uA803-\\uA805\\uA807-\\uA80A\\uA80C-\\uA822\\uA840-\\uA873\\uA882-\\uA8B3\\uA8F2-\\uA8F7\\uA8FB\\uA90A-\\uA925\\uA930-\\uA946\\uA960-\\uA97C\\uA984-\\uA9B2\\uA9CF\\uA9E0-\\uA9E4\\uA9E6-\\uA9EF\\uA9FA-\\uA9FE\\uAA00-\\uAA28\\uAA40-\\uAA42\\uAA44-\\uAA4B\\uAA60-\\uAA76\\uAA7A\\uAA7E-\\uAAAF\\uAAB1\\uAAB5\\uAAB6\\uAAB9-\\uAABD\\uAAC0\\uAAC2\\uAADB-\\uAADD\\uAAE0-\\uAAEA\\uAAF2-\\uAAF4\\uAB01-\\uAB06\\uAB09-\\uAB0E\\uAB11-\\uAB16\\uAB20-\\uAB26\\uAB28-\\uAB2E\\uAB30-\\uAB5A\\uAB5C-\\uAB5F\\uAB64\\uAB65\\uABC0-\\uABE2\\uAC00-\\uD7A3\\uD7B0-\\uD7C6\\uD7CB-\\uD7FB\\uF900-\\uFA6D\\uFA70-\\uFAD9\\uFB00-\\uFB06\\uFB13-\\uFB17\\uFB1D\\uFB1F-\\uFB28\\uFB2A-\\uFB36\\uFB38-\\uFB3C\\uFB3E\\uFB40\\uFB41\\uFB43\\uFB44\\uFB46-\\uFBB1\\uFBD3-\\uFD3D\\uFD50-\\uFD8F\\uFD92-\\uFDC7\\uFDF0-\\uFDFB\\uFE70-\\uFE74\\uFE76-\\uFEFC\\uFF21-\\uFF3A\\uFF41-\\uFF5A\\uFF66-\\uFFBE\\uFFC2-\\uFFC7\\uFFCA-\\uFFCF\\uFFD2-\\uFFD7\\uFFDA-\\uFFDC]"),iY=new RegExp("[\\xAA\\xB5\\xBA\\xC0-\\xD6\\xD8-\\xF6\\xF8-\\u02C1\\u02C6-\\u02D1\\u02E0-\\u02E4\\u02EC\\u02EE\\u0300-\\u0374\\u0376\\u0377\\u037A-\\u037D\\u037F\\u0386\\u0388-\\u038A\\u038C\\u038E-\\u03A1\\u03A3-\\u03F5\\u03F7-\\u0481\\u0483-\\u0487\\u048A-\\u052F\\u0531-\\u0556\\u0559\\u0561-\\u0587\\u0591-\\u05BD\\u05BF\\u05C1\\u05C2\\u05C4\\u05C5\\u05C7\\u05D0-\\u05EA\\u05F0-\\u05F2\\u0610-\\u061A\\u0620-\\u0669\\u066E-\\u06D3\\u06D5-\\u06DC\\u06DF-\\u06E8\\u06EA-\\u06FC\\u06FF\\u0710-\\u074A\\u074D-\\u07B1\\u07C0-\\u07F5\\u07FA\\u0800-\\u082D\\u0840-\\u085B\\u08A0-\\u08B2\\u08E4-\\u0963\\u0966-\\u096F\\u0971-\\u0983\\u0985-\\u098C\\u098F\\u0990\\u0993-\\u09A8\\u09AA-\\u09B0\\u09B2\\u09B6-\\u09B9\\u09BC-\\u09C4\\u09C7\\u09C8\\u09CB-\\u09CE\\u09D7\\u09DC\\u09DD\\u09DF-\\u09E3\\u09E6-\\u09F1\\u0A01-\\u0A03\\u0A05-\\u0A0A\\u0A0F\\u0A10\\u0A13-\\u0A28\\u0A2A-\\u0A30\\u0A32\\u0A33\\u0A35\\u0A36\\u0A38\\u0A39\\u0A3C\\u0A3E-\\u0A42\\u0A47\\u0A48\\u0A4B-\\u0A4D\\u0A51\\u0A59-\\u0A5C\\u0A5E\\u0A66-\\u0A75\\u0A81-\\u0A83\\u0A85-\\u0A8D\\u0A8F-\\u0A91\\u0A93-\\u0AA8\\u0AAA-\\u0AB0\\u0AB2\\u0AB3\\u0AB5-\\u0AB9\\u0ABC-\\u0AC5\\u0AC7-\\u0AC9\\u0ACB-\\u0ACD\\u0AD0\\u0AE0-\\u0AE3\\u0AE6-\\u0AEF\\u0B01-\\u0B03\\u0B05-\\u0B0C\\u0B0F\\u0B10\\u0B13-\\u0B28\\u0B2A-\\u0B30\\u0B32\\u0B33\\u0B35-\\u0B39\\u0B3C-\\u0B44\\u0B47\\u0B48\\u0B4B-\\u0B4D\\u0B56\\u0B57\\u0B5C\\u0B5D\\u0B5F-\\u0B63\\u0B66-\\u0B6F\\u0B71\\u0B82\\u0B83\\u0B85-\\u0B8A\\u0B8E-\\u0B90\\u0B92-\\u0B95\\u0B99\\u0B9A\\u0B9C\\u0B9E\\u0B9F\\u0BA3\\u0BA4\\u0BA8-\\u0BAA\\u0BAE-\\u0BB9\\u0BBE-\\u0BC2\\u0BC6-\\u0BC8\\u0BCA-\\u0BCD\\u0BD0\\u0BD7\\u0BE6-\\u0BEF\\u0C00-\\u0C03\\u0C05-\\u0C0C\\u0C0E-\\u0C10\\u0C12-\\u0C28\\u0C2A-\\u0C39\\u0C3D-\\u0C44\\u0C46-\\u0C48\\u0C4A-\\u0C4D\\u0C55\\u0C56\\u0C58\\u0C59\\u0C60-\\u0C63\\u0C66-\\u0C6F\\u0C81-\\u0C83\\u0C85-\\u0C8C\\u0C8E-\\u0C90\\u0C92-\\u0CA8\\u0CAA-\\u0CB3\\u0CB5-\\u0CB9\\u0CBC-\\u0CC4\\u0CC6-\\u0CC8\\u0CCA-\\u0CCD\\u0CD5\\u0CD6\\u0CDE\\u0CE0-\\u0CE3\\u0CE6-\\u0CEF\\u0CF1\\u0CF2\\u0D01-\\u0D03\\u0D05-\\u0D0C\\u0D0E-\\u0D10\\u0D12-\\u0D3A\\u0D3D-\\u0D44\\u0D46-\\u0D48\\u0D4A-\\u0D4E\\u0D57\\u0D60-\\u0D63\\u0D66-\\u0D6F\\u0D7A-\\u0D7F\\u0D82\\u0D83\\u0D85-\\u0D96\\u0D9A-\\u0DB1\\u0DB3-\\u0DBB\\u0DBD\\u0DC0-\\u0DC6\\u0DCA\\u0DCF-\\u0DD4\\u0DD6\\u0DD8-\\u0DDF\\u0DE6-\\u0DEF\\u0DF2\\u0DF3\\u0E01-\\u0E3A\\u0E40-\\u0E4E\\u0E50-\\u0E59\\u0E81\\u0E82\\u0E84\\u0E87\\u0E88\\u0E8A\\u0E8D\\u0E94-\\u0E97\\u0E99-\\u0E9F\\u0EA1-\\u0EA3\\u0EA5\\u0EA7\\u0EAA\\u0EAB\\u0EAD-\\u0EB9\\u0EBB-\\u0EBD\\u0EC0-\\u0EC4\\u0EC6\\u0EC8-\\u0ECD\\u0ED0-\\u0ED9\\u0EDC-\\u0EDF\\u0F00\\u0F18\\u0F19\\u0F20-\\u0F29\\u0F35\\u0F37\\u0F39\\u0F3E-\\u0F47\\u0F49-\\u0F6C\\u0F71-\\u0F84\\u0F86-\\u0F97\\u0F99-\\u0FBC\\u0FC6\\u1000-\\u1049\\u1050-\\u109D\\u10A0-\\u10C5\\u10C7\\u10CD\\u10D0-\\u10FA\\u10FC-\\u1248\\u124A-\\u124D\\u1250-\\u1256\\u1258\\u125A-\\u125D\\u1260-\\u1288\\u128A-\\u128D\\u1290-\\u12B0\\u12B2-\\u12B5\\u12B8-\\u12BE\\u12C0\\u12C2-\\u12C5\\u12C8-\\u12D6\\u12D8-\\u1310\\u1312-\\u1315\\u1318-\\u135A\\u135D-\\u135F\\u1380-\\u138F\\u13A0-\\u13F4\\u1401-\\u166C\\u166F-\\u167F\\u1681-\\u169A\\u16A0-\\u16EA\\u16EE-\\u16F8\\u1700-\\u170C\\u170E-\\u1714\\u1720-\\u1734\\u1740-\\u1753\\u1760-\\u176C\\u176E-\\u1770\\u1772\\u1773\\u1780-\\u17D3\\u17D7\\u17DC\\u17DD\\u17E0-\\u17E9\\u180B-\\u180D\\u1810-\\u1819\\u1820-\\u1877\\u1880-\\u18AA\\u18B0-\\u18F5\\u1900-\\u191E\\u1920-\\u192B\\u1930-\\u193B\\u1946-\\u196D\\u1970-\\u1974\\u1980-\\u19AB\\u19B0-\\u19C9\\u19D0-\\u19D9\\u1A00-\\u1A1B\\u1A20-\\u1A5E\\u1A60-\\u1A7C\\u1A7F-\\u1A89\\u1A90-\\u1A99\\u1AA7\\u1AB0-\\u1ABD\\u1B00-\\u1B4B\\u1B50-\\u1B59\\u1B6B-\\u1B73\\u1B80-\\u1BF3\\u1C00-\\u1C37\\u1C40-\\u1C49\\u1C4D-\\u1C7D\\u1CD0-\\u1CD2\\u1CD4-\\u1CF6\\u1CF8\\u1CF9\\u1D00-\\u1DF5\\u1DFC-\\u1F15\\u1F18-\\u1F1D\\u1F20-\\u1F45\\u1F48-\\u1F4D\\u1F50-\\u1F57\\u1F59\\u1F5B\\u1F5D\\u1F5F-\\u1F7D\\u1F80-\\u1FB4\\u1FB6-\\u1FBC\\u1FBE\\u1FC2-\\u1FC4\\u1FC6-\\u1FCC\\u1FD0-\\u1FD3\\u1FD6-\\u1FDB\\u1FE0-\\u1FEC\\u1FF2-\\u1FF4\\u1FF6-\\u1FFC\\u200C\\u200D\\u203F\\u2040\\u2054\\u2071\\u207F\\u2090-\\u209C\\u20D0-\\u20DC\\u20E1\\u20E5-\\u20F0\\u2102\\u2107\\u210A-\\u2113\\u2115\\u2119-\\u211D\\u2124\\u2126\\u2128\\u212A-\\u212D\\u212F-\\u2139\\u213C-\\u213F\\u2145-\\u2149\\u214E\\u2160-\\u2188\\u2C00-\\u2C2E\\u2C30-\\u2C5E\\u2C60-\\u2CE4\\u2CEB-\\u2CF3\\u2D00-\\u2D25\\u2D27\\u2D2D\\u2D30-\\u2D67\\u2D6F\\u2D7F-\\u2D96\\u2DA0-\\u2DA6\\u2DA8-\\u2DAE\\u2DB0-\\u2DB6\\u2DB8-\\u2DBE\\u2DC0-\\u2DC6\\u2DC8-\\u2DCE\\u2DD0-\\u2DD6\\u2DD8-\\u2DDE\\u2DE0-\\u2DFF\\u2E2F\\u3005-\\u3007\\u3021-\\u302F\\u3031-\\u3035\\u3038-\\u303C\\u3041-\\u3096\\u3099\\u309A\\u309D-\\u309F\\u30A1-\\u30FA\\u30FC-\\u30FF\\u3105-\\u312D\\u3131-\\u318E\\u31A0-\\u31BA\\u31F0-\\u31FF\\u3400-\\u4DB5\\u4E00-\\u9FCC\\uA000-\\uA48C\\uA4D0-\\uA4FD\\uA500-\\uA60C\\uA610-\\uA62B\\uA640-\\uA66F\\uA674-\\uA67D\\uA67F-\\uA69D\\uA69F-\\uA6F1\\uA717-\\uA71F\\uA722-\\uA788\\uA78B-\\uA78E\\uA790-\\uA7AD\\uA7B0\\uA7B1\\uA7F7-\\uA827\\uA840-\\uA873\\uA880-\\uA8C4\\uA8D0-\\uA8D9\\uA8E0-\\uA8F7\\uA8FB\\uA900-\\uA92D\\uA930-\\uA953\\uA960-\\uA97C\\uA980-\\uA9C0\\uA9CF-\\uA9D9\\uA9E0-\\uA9FE\\uAA00-\\uAA36\\uAA40-\\uAA4D\\uAA50-\\uAA59\\uAA60-\\uAA76\\uAA7A-\\uAAC2\\uAADB-\\uAADD\\uAAE0-\\uAAEF\\uAAF2-\\uAAF6\\uAB01-\\uAB06\\uAB09-\\uAB0E\\uAB11-\\uAB16\\uAB20-\\uAB26\\uAB28-\\uAB2E\\uAB30-\\uAB5A\\uAB5C-\\uAB5F\\uAB64\\uAB65\\uABC0-\\uABEA\\uABEC\\uABED\\uABF0-\\uABF9\\uAC00-\\uD7A3\\uD7B0-\\uD7C6\\uD7CB-\\uD7FB\\uF900-\\uFA6D\\uFA70-\\uFAD9\\uFB00-\\uFB06\\uFB13-\\uFB17\\uFB1D-\\uFB28\\uFB2A-\\uFB36\\uFB38-\\uFB3C\\uFB3E\\uFB40\\uFB41\\uFB43\\uFB44\\uFB46-\\uFBB1\\uFBD3-\\uFD3D\\uFD50-\\uFD8F\\uFD92-\\uFDC7\\uFDF0-\\uFDFB\\uFE00-\\uFE0F\\uFE20-\\uFE2D\\uFE33\\uFE34\\uFE4D-\\uFE4F\\uFE70-\\uFE74\\uFE76-\\uFEFC\\uFF10-\\uFF19\\uFF21-\\uFF3A\\uFF3F\\uFF41-\\uFF5A\\uFF66-\\uFFBE\\uFFC2-\\uFFC7\\uFFCA-\\uFFCF\\uFFD2-\\uFFD7\\uFFDA-\\uFFDC]");function ag(e,t){if(!e)throw new Error("ASSERT: "+t)}function kr(e){return e>=48&&e<=57}function w2(e){return"0123456789abcdefABCDEF".includes(e)}function ic(e){return"01234567".includes(e)}function rY(e){return e===32||e===9||e===11||e===12||e===160||e>=5760&&[5760,6158,8192,8193,8194,8195,8196,8197,8198,8199,8200,8201,8202,8239,8287,12288,65279].includes(e)}function Sc(e){return e===10||e===13||e===8232||e===8233}function uf(e){return e===36||e===95||e>=65&&e<=90||e>=97&&e<=122||e===92||e>=128&&nY.test(String.fromCharCode(e))}function Ih(e){return e===36||e===95||e>=65&&e<=90||e>=97&&e<=122||e>=48&&e<=57||e===92||e>=128&&iY.test(String.fromCharCode(e))}const oY={if:1,in:1,do:1,var:1,for:1,new:1,try:1,let:1,this:1,else:1,case:1,void:1,with:1,enum:1,while:1,break:1,catch:1,throw:1,const:1,yield:1,class:1,super:1,return:1,typeof:1,delete:1,switch:1,export:1,import:1,public:1,static:1,default:1,finally:1,extends:1,package:1,private:1,function:1,continue:1,debugger:1,interface:1,protected:1,instanceof:1,implements:1};function xR(){for(;R<Ht;){const e=ee.charCodeAt(R);if(rY(e)||Sc(e))++R;else break}}function py(e){var t,n,i,r=0;for(n=e==="u"?4:2,t=0;t<n;++t)R<Ht&&w2(ee[R])?(i=ee[R++],r=r*16+"0123456789abcdef".indexOf(i.toLowerCase())):_e({},mt,Ct);return String.fromCharCode(r)}function sY(){var e,t,n,i;for(e=ee[R],t=0,e==="}"&&_e({},mt,Ct);R<Ht&&(e=ee[R++],!!w2(e));)t=t*16+"0123456789abcdef".indexOf(e.toLowerCase());return(t>1114111||e!=="}")&&_e({},mt,Ct),t<=65535?String.fromCharCode(t):(n=(t-65536>>10)+55296,i=(t-65536&1023)+56320,String.fromCharCode(n,i))}function wR(){var e,t;for(e=ee.charCodeAt(R++),t=String.fromCharCode(e),e===92&&(ee.charCodeAt(R)!==117&&_e({},mt,Ct),++R,e=py("u"),(!e||e==="\\"||!uf(e.charCodeAt(0)))&&_e({},mt,Ct),t=e);R<Ht&&(e=ee.charCodeAt(R),!!Ih(e));)++R,t+=String.fromCharCode(e),e===92&&(t=t.substr(0,t.length-1),ee.charCodeAt(R)!==117&&_e({},mt,Ct),++R,e=py("u"),(!e||e==="\\"||!Ih(e.charCodeAt(0)))&&_e({},mt,Ct),t+=e);return t}function aY(){var e,t;for(e=R++;R<Ht;){if(t=ee.charCodeAt(R),t===92)return R=e,wR();if(Ih(t))++R;else break}return ee.slice(e,R)}function uY(){var e,t,n;return e=R,t=ee.charCodeAt(R)===92?wR():aY(),t.length===1?n=Bs:oY.hasOwnProperty(t)?n=Go:t==="null"?n=sg:t==="true"||t==="false"?n=og:n=Bs,{type:n,value:t,start:e,end:R}}function s0(){var e=R,t=ee.charCodeAt(R),n,i=ee[R],r,o,s;switch(t){case 46:case 40:case 41:case 59:case 44:case 123:case 125:case 91:case 93:case 58:case 63:case 126:return++R,{type:pn,value:String.fromCharCode(t),start:e,end:R};default:if(n=ee.charCodeAt(R+1),n===61)switch(t){case 43:case 45:case 47:case 60:case 62:case 94:case 124:case 37:case 38:case 42:return R+=2,{type:pn,value:String.fromCharCode(t)+String.fromCharCode(n),start:e,end:R};case 33:case 61:return R+=2,ee.charCodeAt(R)===61&&++R,{type:pn,value:ee.slice(e,R),start:e,end:R}}}if(s=ee.substr(R,4),s===">>>=")return R+=4,{type:pn,value:s,start:e,end:R};if(o=s.substr(0,3),o===">>>"||o==="<<="||o===">>=")return R+=3,{type:pn,value:o,start:e,end:R};if(r=o.substr(0,2),i===r[1]&&"+-<>&|".includes(i)||r==="=>")return R+=2,{type:pn,value:r,start:e,end:R};if(r==="//"&&_e({},mt,Ct),"<>=!+-*%&|^/".includes(i))return++R,{type:pn,value:i,start:e,end:R};_e({},mt,Ct)}function lY(e){let t="";for(;R<Ht&&w2(ee[R]);)t+=ee[R++];return t.length===0&&_e({},mt,Ct),uf(ee.charCodeAt(R))&&_e({},mt,Ct),{type:sa,value:parseInt("0x"+t,16),start:e,end:R}}function cY(e){let t="0"+ee[R++];for(;R<Ht&&ic(ee[R]);)t+=ee[R++];return(uf(ee.charCodeAt(R))||kr(ee.charCodeAt(R)))&&_e({},mt,Ct),{type:sa,value:parseInt(t,8),octal:!0,start:e,end:R}}function h$(){var e,t,n;if(n=ee[R],ag(kr(n.charCodeAt(0))||n===".","Numeric literal must start with a decimal digit or a decimal point"),t=R,e="",n!=="."){if(e=ee[R++],n=ee[R],e==="0"){if(n==="x"||n==="X")return++R,lY(t);if(ic(n))return cY(t);n&&kr(n.charCodeAt(0))&&_e({},mt,Ct)}for(;kr(ee.charCodeAt(R));)e+=ee[R++];n=ee[R]}if(n==="."){for(e+=ee[R++];kr(ee.charCodeAt(R));)e+=ee[R++];n=ee[R]}if(n==="e"||n==="E")if(e+=ee[R++],n=ee[R],(n==="+"||n==="-")&&(e+=ee[R++]),kr(ee.charCodeAt(R)))for(;kr(ee.charCodeAt(R));)e+=ee[R++];else _e({},mt,Ct);return uf(ee.charCodeAt(R))&&_e({},mt,Ct),{type:sa,value:parseFloat(e),start:t,end:R}}function fY(){var e="",t,n,i,r,o=!1;for(t=ee[R],ag(t==="'"||t==='"',"String literal must starts with a quote"),n=R,++R;R<Ht;)if(i=ee[R++],i===t){t="";break}else if(i==="\\")if(i=ee[R++],!i||!Sc(i.charCodeAt(0)))switch(i){case"u":case"x":ee[R]==="{"?(++R,e+=sY()):e+=py(i);break;case"n":e+=`
8
+ `;break;case"r":e+="\r";break;case"t":e+=" ";break;case"b":e+="\b";break;case"f":e+="\f";break;case"v":e+="\v";break;default:ic(i)?(r="01234567".indexOf(i),r!==0&&(o=!0),R<Ht&&ic(ee[R])&&(o=!0,r=r*8+"01234567".indexOf(ee[R++]),"0123".includes(i)&&R<Ht&&ic(ee[R])&&(r=r*8+"01234567".indexOf(ee[R++]))),e+=String.fromCharCode(r)):e+=i;break}else i==="\r"&&ee[R]===`
9
+ `&&++R;else{if(Sc(i.charCodeAt(0)))break;e+=i}return t!==""&&_e({},mt,Ct),{type:af,value:e,octal:o,start:n,end:R}}function dY(e,t){let n=e;t.includes("u")&&(n=n.replace(/\\u\{([0-9a-fA-F]+)\}/g,(i,r)=>{if(parseInt(r,16)<=1114111)return"x";_e({},hy)}).replace(/[\uD800-\uDBFF][\uDC00-\uDFFF]/g,"x"));try{new RegExp(n)}catch{_e({},hy)}try{return new RegExp(e,t)}catch{return null}}function hY(){var e,t,n,i,r;for(e=ee[R],ag(e==="/","Regular expression literal must start with a slash"),t=ee[R++],n=!1,i=!1;R<Ht;)if(e=ee[R++],t+=e,e==="\\")e=ee[R++],Sc(e.charCodeAt(0))&&_e({},o0),t+=e;else if(Sc(e.charCodeAt(0)))_e({},o0);else if(n)e==="]"&&(n=!1);else if(e==="/"){i=!0;break}else e==="["&&(n=!0);return i||_e({},o0),r=t.substr(1,t.length-2),{value:r,literal:t}}function pY(){var e,t,n;for(t="",n="";R<Ht&&(e=ee[R],!!Ih(e.charCodeAt(0)));)++R,e==="\\"&&R<Ht?_e({},mt,Ct):(n+=e,t+=e);return n.search(/[^gimuy]/g)>=0&&_e({},hy,n),{value:n,literal:t}}function gY(){var e,t,n,i;return Oe=null,xR(),e=R,t=hY(),n=pY(),i=dY(t.value,n.value),{literal:t.literal+n.literal,value:i,regex:{pattern:t.value,flags:n.value},start:e,end:R}}function mY(e){return e.type===Bs||e.type===Go||e.type===og||e.type===sg}function ER(){if(xR(),R>=Ht)return{type:sf,start:R,end:R};const e=ee.charCodeAt(R);return uf(e)?uY():e===40||e===41||e===59?s0():e===39||e===34?fY():e===46?kr(ee.charCodeAt(R+1))?h$():s0():kr(e)?h$():s0()}function mn(){const e=Oe;return R=e.end,Oe=ER(),R=e.end,e}function SR(){const e=R;Oe=ER(),R=e}function yY(e){const t=new Ci(BV);return t.elements=e,t}function p$(e,t,n){const i=new Ci(e==="||"||e==="&&"?HV:UV);return i.operator=e,i.left=t,i.right=n,i}function bY(e,t){const n=new Ci(jV);return n.callee=e,n.arguments=t,n}function vY(e,t,n){const i=new Ci(qV);return i.test=e,i.consequent=t,i.alternate=n,i}function E2(e){const t=new Ci(bR);return t.name=e,t}function Hl(e){const t=new Ci(WV);return t.value=e.value,t.raw=ee.slice(e.start,e.end),e.regex&&(t.raw==="//"&&(t.raw="/(?:)/"),t.regex=e.regex),t}function g$(e,t,n){const i=new Ci(GV);return i.computed=e==="[",i.object=t,i.property=n,i.computed||(n.member=!0),i}function xY(e){const t=new Ci(VV);return t.properties=e,t}function m$(e,t,n){const i=new Ci(YV);return i.key=t,i.value=n,i.kind=e,i}function wY(e,t){const n=new Ci(XV);return n.operator=e,n.argument=t,n.prefix=!0,n}function _e(e,t){var n,i=Array.prototype.slice.call(arguments,2),r=t.replace(/%(\d)/g,(o,s)=>(ag(s<i.length,"Message reference must be in range"),i[s]));throw n=new Error(r),n.index=R,n.description=r,n}function ug(e){e.type===sf&&_e(e,eY),e.type===sa&&_e(e,KV),e.type===af&&_e(e,JV),e.type===Bs&&_e(e,QV),e.type===Go&&_e(e,ZV),_e(e,mt,e.value)}function Gt(e){const t=mn();(t.type!==pn||t.value!==e)&&ug(t)}function Ue(e){return Oe.type===pn&&Oe.value===e}function a0(e){return Oe.type===Go&&Oe.value===e}function EY(){const e=[];for(R=Oe.start,Gt("[");!Ue("]");)Ue(",")?(mn(),e.push(null)):(e.push(Us()),Ue("]")||Gt(","));return mn(),yY(e)}function y$(){R=Oe.start;const e=mn();return e.type===af||e.type===sa?(e.octal&&_e(e,vR),Hl(e)):E2(e.value)}function SY(){var e,t,n,i;if(R=Oe.start,e=Oe,e.type===Bs)return n=y$(),Gt(":"),i=Us(),m$("init",n,i);if(e.type===sf||e.type===pn)ug(e);else return t=y$(),Gt(":"),i=Us(),m$("init",t,i)}function _Y(){var e=[],t,n,i,r={},o=String;for(R=Oe.start,Gt("{");!Ue("}");)t=SY(),t.key.type===bR?n=t.key.name:n=o(t.key.value),i="$"+n,Object.prototype.hasOwnProperty.call(r,i)?_e({},tY):r[i]=!0,e.push(t),Ue("}")||Gt(",");return Gt("}"),xY(e)}function $Y(){Gt("(");const e=S2();return Gt(")"),e}const kY={if:1};function AY(){var e,t,n;if(Ue("("))return $Y();if(Ue("["))return EY();if(Ue("{"))return _Y();if(e=Oe.type,R=Oe.start,e===Bs||kY[Oe.value])n=E2(mn().value);else if(e===af||e===sa)Oe.octal&&_e(Oe,vR),n=Hl(mn());else{if(e===Go)throw new Error(Ec);e===og?(t=mn(),t.value=t.value==="true",n=Hl(t)):e===sg?(t=mn(),t.value=null,n=Hl(t)):Ue("/")||Ue("/=")?(n=Hl(gY()),SR()):ug(mn())}return n}function CY(){const e=[];if(Gt("("),!Ue(")"))for(;R<Ht&&(e.push(Us()),!Ue(")"));)Gt(",");return Gt(")"),e}function FY(){R=Oe.start;const e=mn();return mY(e)||ug(e),E2(e.value)}function TY(){return Gt("."),FY()}function MY(){Gt("[");const e=S2();return Gt("]"),e}function DY(){var e,t,n;for(e=AY();;)if(Ue("."))n=TY(),e=g$(".",e,n);else if(Ue("("))t=CY(),e=bY(e,t);else if(Ue("["))n=MY(),e=g$("[",e,n);else break;return e}function b$(){const e=DY();if(Oe.type===pn&&(Ue("++")||Ue("--")))throw new Error(Ec);return e}function kd(){var e,t;if(Oe.type!==pn&&Oe.type!==Go)t=b$();else{if(Ue("++")||Ue("--"))throw new Error(Ec);if(Ue("+")||Ue("-")||Ue("~")||Ue("!"))e=mn(),t=kd(),t=wY(e.value,t);else{if(a0("delete")||a0("void")||a0("typeof"))throw new Error(Ec);t=b$()}}return t}function v$(e){let t=0;if(e.type!==pn&&e.type!==Go)return 0;switch(e.value){case"||":t=1;break;case"&&":t=2;break;case"|":t=3;break;case"^":t=4;break;case"&":t=5;break;case"==":case"!=":case"===":case"!==":t=6;break;case"<":case">":case"<=":case">=":case"instanceof":case"in":t=7;break;case"<<":case">>":case">>>":t=8;break;case"+":case"-":t=9;break;case"*":case"/":case"%":t=11;break}return t}function OY(){var e,t,n,i,r,o,s,a,u,l;if(e=Oe,u=kd(),i=Oe,r=v$(i),r===0)return u;for(i.prec=r,mn(),t=[e,Oe],s=kd(),o=[u,i,s];(r=v$(Oe))>0;){for(;o.length>2&&r<=o[o.length-2].prec;)s=o.pop(),a=o.pop().value,u=o.pop(),t.pop(),n=p$(a,u,s),o.push(n);i=mn(),i.prec=r,o.push(i),t.push(Oe),n=kd(),o.push(n)}for(l=o.length-1,n=o[l],t.pop();l>1;)t.pop(),n=p$(o[l-1].value,o[l-2],n),l-=2;return n}function Us(){var e,t,n;return e=OY(),Ue("?")&&(mn(),t=Us(),Gt(":"),n=Us(),e=vY(e,t,n)),e}function S2(){const e=Us();if(Ue(","))throw new Error(Ec);return e}function _2(e){ee=e,R=0,Ht=ee.length,Oe=null,SR();const t=S2();if(Oe.type!==sf)throw new Error("Unexpect token after expression.");return t}var _R={NaN:"NaN",E:"Math.E",LN2:"Math.LN2",LN10:"Math.LN10",LOG2E:"Math.LOG2E",LOG10E:"Math.LOG10E",PI:"Math.PI",SQRT1_2:"Math.SQRT1_2",SQRT2:"Math.SQRT2",MIN_VALUE:"Number.MIN_VALUE",MAX_VALUE:"Number.MAX_VALUE"};function $R(e){function t(s,a,u,l){let c=e(a[0]);return u&&(c=u+"("+c+")",u.lastIndexOf("new ",0)===0&&(c="("+c+")")),c+"."+s+(l<0?"":l===0?"()":"("+a.slice(1).map(e).join(",")+")")}function n(s,a,u){return l=>t(s,l,a,u)}const i="new Date",r="String",o="RegExp";return{isNaN:"Number.isNaN",isFinite:"Number.isFinite",abs:"Math.abs",acos:"Math.acos",asin:"Math.asin",atan:"Math.atan",atan2:"Math.atan2",ceil:"Math.ceil",cos:"Math.cos",exp:"Math.exp",floor:"Math.floor",hypot:"Math.hypot",log:"Math.log",max:"Math.max",min:"Math.min",pow:"Math.pow",random:"Math.random",round:"Math.round",sin:"Math.sin",sqrt:"Math.sqrt",tan:"Math.tan",clamp:function(s){s.length<3&&O("Missing arguments to clamp function."),s.length>3&&O("Too many arguments to clamp function.");const a=s.map(e);return"Math.max("+a[1]+", Math.min("+a[2]+","+a[0]+"))"},now:"Date.now",utc:"Date.UTC",datetime:i,date:n("getDate",i,0),day:n("getDay",i,0),year:n("getFullYear",i,0),month:n("getMonth",i,0),hours:n("getHours",i,0),minutes:n("getMinutes",i,0),seconds:n("getSeconds",i,0),milliseconds:n("getMilliseconds",i,0),time:n("getTime",i,0),timezoneoffset:n("getTimezoneOffset",i,0),utcdate:n("getUTCDate",i,0),utcday:n("getUTCDay",i,0),utcyear:n("getUTCFullYear",i,0),utcmonth:n("getUTCMonth",i,0),utchours:n("getUTCHours",i,0),utcminutes:n("getUTCMinutes",i,0),utcseconds:n("getUTCSeconds",i,0),utcmilliseconds:n("getUTCMilliseconds",i,0),length:n("length",null,-1),parseFloat:"parseFloat",parseInt:"parseInt",upper:n("toUpperCase",r,0),lower:n("toLowerCase",r,0),substring:n("substring",r),split:n("split",r),trim:n("trim",r,0),btoa:"btoa",atob:"atob",regexp:o,test:n("test",o),if:function(s){s.length<3&&O("Missing arguments to if function."),s.length>3&&O("Too many arguments to if function.");const a=s.map(e);return"("+a[0]+"?"+a[1]+":"+a[2]+")"}}}function RY(e){const t=e&&e.length-1;return t&&(e[0]==='"'&&e[t]==='"'||e[0]==="'"&&e[t]==="'")?e.slice(1,-1):e}function kR(e){e=e||{};const t=e.allowed?wi(e.allowed):{},n=e.forbidden?wi(e.forbidden):{},i=e.constants||_R,r=(e.functions||$R)(f),o=e.globalvar,s=e.fieldvar,a=fe(o)?o:p=>`${o}["${p}"]`;[...Object.getOwnPropertyNames(Object.prototype).filter(p=>typeof Object.prototype[p]=="function")];let u={},l={},c=0;function f(p){if(X(p))return p;const g=d[p.type];return g==null&&O("Unsupported type: "+p.type),g(p)}const d={Literal:p=>p.raw,Identifier:p=>{const g=p.name;return c>0?g:J(n,g)?O("Illegal identifier: "+g):J(i,g)?i[g]:J(t,g)?g:(u[g]=1,a(g))},MemberExpression:p=>{const g=!p.computed,m=f(p.object);g&&(c+=1);const y=f(p.property);return m===s&&(l[RY(y)]=1),g&&(c-=1),m+(g?"."+y:"["+y+"]")},CallExpression:p=>{p.callee.type!=="Identifier"&&O("Illegal callee type: "+p.callee.type);const g=p.callee.name,m=p.arguments,y=J(r,g)&&r[g];return y||O("Unrecognized function: "+g),fe(y)?y(m):y+"("+m.map(f).join(",")+")"},ArrayExpression:p=>"["+p.elements.map(f).join(",")+"]",BinaryExpression:p=>"("+f(p.left)+" "+p.operator+" "+f(p.right)+")",UnaryExpression:p=>"("+p.operator+f(p.argument)+")",ConditionalExpression:p=>"("+f(p.test)+"?"+f(p.consequent)+":"+f(p.alternate)+")",LogicalExpression:p=>"("+f(p.left)+p.operator+f(p.right)+")",ObjectExpression:p=>{for(const g of p.properties){const m=g.key.name;hb.has(m)&&O("Illegal property: "+m)}return"{"+p.properties.map(f).join(",")+"}"},Property:p=>{c+=1;const g=f(p.key);return c-=1,g+":"+f(p.value)}};function h(p){const g={code:f(p),globals:Object.keys(u),fields:Object.keys(l)};return u={},l={},g}return h.functions=r,h.constants=i,h}const x$=Symbol("vega_selection_getter");function AR(e){return(!e.getter||!e.getter[x$])&&(e.getter=Qn(e.field),e.getter[x$]=!0),e.getter}const $2="intersect",w$="union",NY="vlMulti",LY="vlPoint",E$="or",PY="and",ji="_vgsid_",_c=Qn(ji),IY="E",zY="R",BY="R-E",UY="R-LE",jY="R-RE",qY="E-LT",WY="E-LTE",HY="E-GT",GY="E-GTE",VY="E-VALID",YY="E-ONE",zh="index:unit";function S$(e,t){for(var n=t.fields,i=t.values,r=n.length,o=0,s,a;o<r;++o)if(a=n[o],s=AR(a)(e),$o(s)&&(s=Ut(s)),$o(i[o])&&(i[o]=Ut(i[o])),P(i[o])&&$o(i[o][0])&&(i[o]=i[o].map(Ut)),a.type===IY){if(P(i[o])?!i[o].includes(s):s!==i[o])return!1}else if(a.type===zY){if(!Ra(s,i[o]))return!1}else if(a.type===jY){if(!Ra(s,i[o],!0,!1))return!1}else if(a.type===BY){if(!Ra(s,i[o],!1,!1))return!1}else if(a.type===UY){if(!Ra(s,i[o],!1,!0))return!1}else if(a.type===qY){if(s>=i[o])return!1}else if(a.type===WY){if(s>i[o])return!1}else if(a.type===HY){if(s<=i[o])return!1}else if(a.type===GY){if(s<i[o])return!1}else if(a.type===VY){if(s===null||isNaN(s))return!1}else if(a.type===YY&&i[o].indexOf(s)===-1)return!1;return!0}function XY(e,t,n){for(var i=this.context.data[e],r=i?i.values.value:[],o=i?i[zh]&&i[zh].value:void 0,s=n===$2,a=r.length,u=0,l,c,f,d,h;u<a;++u)if(l=r[u],o&&s){if(c=c||{},f=c[d=l.unit]||0,f===-1)continue;if(h=S$(t,l),c[d]=h?-1:++f,h&&o.size===1)return!0;if(!h&&f===o.get(d).count)return!1}else if(h=S$(t,l),s^h)return h;return a&&s}const CR=up(_c),KY=CR.left,JY=CR.right;function QY(e,t,n){const i=this.context.data[e],r=i?i.values.value:[],o=i?i[zh]&&i[zh].value:void 0,s=n===$2,a=_c(t),u=KY(r,a);if(u===r.length||_c(r[u])!==a)return!1;if(o&&s){if(o.size===1)return!0;if(JY(r,a)-u<o.size)return!1}return!0}function ZY(e,t){return P(e)||O("First argument to selectionTuples must be an array."),Y(t)||O("Second argument to selectionTuples must be an object."),e.map(n=>pe(t.fields?{values:t.fields.map(i=>AR(i)(n.datum))}:{[ji]:_c(n.datum)},t))}function eX(e,t,n,i){for(var r=this.context.data[e],o=r?r.values.value:[],s={},a={},u={},l,c,f,d,h,p,g,m,y,b,v=o.length,x=0,E,S;x<v;++x)if(l=o[x],d=l.unit,c=l.fields,f=l.values,c&&f){for(E=0,S=c.length;E<S;++E)h=c[E],g=s[h.field]||(s[h.field]={}),m=g[d]||(g[d]=[]),u[h.field]=y=h.type.charAt(0),b=u0[`${y}_union`],g[d]=b(m,K(f[E]));n&&(m=a[d]||(a[d]=[]),m.push(K(f).reduce((w,_,$)=>(w[c[$].field]=_,w),{})))}else h=ji,p=_c(l),g=s[h]||(s[h]={}),m=g[d]||(g[d]=[]),m.push(p),n&&(m=a[d]||(a[d]=[]),m.push({[ji]:p}));if(t=t||w$,s[ji]?s[ji]=u0[`${ji}_${t}`](...Object.values(s[ji])):Object.keys(s).forEach(w=>{s[w]=Object.keys(s[w]).map(_=>s[w][_]).reduce((_,$)=>_===void 0?$:u0[`${u[w]}_${t}`](_,$))}),o=Object.keys(a),n&&o.length){const w=i?LY:NY;s[w]=t===w$?{[E$]:o.reduce((_,$)=>(_.push(...a[$]),_),[])}:{[PY]:o.map(_=>({[E$]:a[_]}))}}return s}var u0={[`${ji}_union`]:RI,[`${ji}_intersect`]:DI,E_union:function(e,t){if(!e.length)return t;for(var n=0,i=t.length;n<i;++n)e.includes(t[n])||e.push(t[n]);return e},E_intersect:function(e,t){return e.length?e.filter(n=>t.includes(n)):t},R_union:function(e,t){var n=Ut(t[0]),i=Ut(t[1]);return n>i&&(n=t[1],i=t[0]),e.length?(e[0]>n&&(e[0]=n),e[1]<i&&(e[1]=i),e):[n,i]},R_intersect:function(e,t){var n=Ut(t[0]),i=Ut(t[1]);return n>i&&(n=t[1],i=t[0]),e.length?i<e[0]||e[1]<n?[]:(e[0]<n&&(e[0]=n),e[1]>i&&(e[1]=i),e):[n,i]}};const tX=":",nX="@";function k2(e,t,n,i){t[0].type!==zs&&O("First argument to selection functions must be a string literal.");const r=t[0].value,o=t.length>=2&&Ee(t).value,s="unit",a=nX+s,u=tX+r;o===$2&&!J(i,a)&&(i[a]=n.getData(r).indataRef(n,s)),J(i,u)||(i[u]=n.getData(r).tuplesRef())}function FR(e){const t=this.context.data[e];return t?t.values.value:[]}function iX(e,t,n){const i=this.context.data[e]["index:"+t],r=i?i.value.get(n):void 0;return r&&r.count}function rX(e,t){const n=this.context.dataflow,i=this.context.data[e],r=i.input;return n.pulse(r,n.changeset().remove(Zn).insert(t)),1}function oX(e,t,n){if(e){const i=this.context.dataflow,r=e.mark.source;i.pulse(r,i.changeset().encode(e,t))}return n!==void 0?n:e}const lf=e=>function(t,n){const i=this.context.dataflow.locale();return t===null?"null":i[e](n)(t)},sX=lf("format"),TR=lf("timeFormat"),aX=lf("utcFormat"),uX=lf("timeParse"),lX=lf("utcParse"),Yf=new Date(2e3,0,1);function lg(e,t,n){return!Number.isInteger(e)||!Number.isInteger(t)?"":(Yf.setYear(2e3),Yf.setMonth(e),Yf.setDate(t),TR.call(this,Yf,n))}function cX(e){return lg.call(this,e,1,"%B")}function fX(e){return lg.call(this,e,1,"%b")}function dX(e){return lg.call(this,0,2+e,"%A")}function hX(e){return lg.call(this,0,2+e,"%a")}const pX=":",gX="@",gy="%",MR="$";function A2(e,t,n,i){t[0].type!==zs&&O("First argument to data functions must be a string literal.");const r=t[0].value,o=pX+r;if(!J(o,i))try{i[o]=n.getData(r).tuplesRef()}catch{}}function mX(e,t,n,i){t[0].type!==zs&&O("First argument to indata must be a string literal."),t[1].type!==zs&&O("Second argument to indata must be a string literal.");const r=t[0].value,o=t[1].value,s=gX+o;J(s,i)||(i[s]=n.getData(r).indataRef(n,o))}function an(e,t,n,i){if(t[0].type===zs)_$(n,i,t[0].value);else for(e in n.scales)_$(n,i,e)}function _$(e,t,n){const i=gy+n;if(!J(t,i))try{t[i]=e.scaleRef(n)}catch{}}function dr(e,t){if(X(e)){const n=t.scales[e];return n&&FS(n.value)?n.value:void 0}else if(fe(e))return FS(e)?e:void 0}function yX(e,t,n){t.__bandwidth=r=>r&&r.bandwidth?r.bandwidth():0,n._bandwidth=an,n._range=an,n._scale=an;const i=r=>"_["+(r.type===zs?H(gy+r.value):H(gy)+"+"+e(r))+"]";return{_bandwidth:r=>`this.__bandwidth(${i(r[0])})`,_range:r=>`${i(r[0])}.range()`,_scale:r=>`${i(r[0])}(${e(r[1])})`}}function C2(e,t){return function(n,i,r){if(n){const o=dr(n,(r||this).context);return o&&o.path[e](i)}else return t(i)}}const bX=C2("area",qj),vX=C2("bounds",Vj),xX=C2("centroid",Zj);function wX(e,t){const n=dr(e,(t||this).context);return n&&n.scale()}function EX(e){const t=this.context.group;let n=!1;if(t)for(;e;){if(e===t){n=!0;break}e=e.mark.group}return n}function F2(e,t,n){try{e[t].apply(e,["EXPRESSION"].concat([].slice.call(n)))}catch(i){e.warn(i)}return n[n.length-1]}function SX(){return F2(this.context.dataflow,"warn",arguments)}function _X(){return F2(this.context.dataflow,"info",arguments)}function $X(){return F2(this.context.dataflow,"debug",arguments)}function l0(e){const t=e/255;return t<=.03928?t/12.92:Math.pow((t+.055)/1.055,2.4)}function my(e){const t=Nd(e),n=l0(t.r),i=l0(t.g),r=l0(t.b);return .2126*n+.7152*i+.0722*r}function kX(e,t){const n=my(e),i=my(t),r=Math.max(n,i),o=Math.min(n,i);return(r+.05)/(o+.05)}function AX(){const e=[].slice.call(arguments);return e.unshift({}),pe(...e)}function DR(e,t){return e===t||e!==e&&t!==t?!0:P(e)?P(t)&&e.length===t.length?CX(e,t):!1:Y(e)&&Y(t)?OR(e,t):!1}function CX(e,t){for(let n=0,i=e.length;n<i;++n)if(!DR(e[n],t[n]))return!1;return!0}function OR(e,t){for(const n in e)if(!DR(e[n],t[n]))return!1;return!0}function $$(e){return t=>OR(e,t)}function FX(e,t,n,i,r,o){const s=this.context.dataflow,a=this.context.data[e],u=a.input,l=s.stamp();let c=a.changes,f,d;if(s._trigger===!1||!(u.value.length||t||i))return 0;if((!c||c.stamp<l)&&(a.changes=c=s.changeset(),c.stamp=l,s.runAfter(()=>{a.modified=!0,s.pulse(u,c).run()},!0,1)),n&&(f=n===!0?Zn:P(n)||Sp(n)?n:$$(n),c.remove(f)),t&&c.insert(t),i&&(f=$$(i),u.value.some(f)?c.remove(f):c.insert(i)),r){if(fe(r))throw Error("modify parameter must be a data tuple, not a function");for(d in o)c.modify(r,d,o[d])}return 1}function TX(e){const t=e.touches,n=t[0].clientX-t[1].clientX,i=t[0].clientY-t[1].clientY;return Math.hypot(n,i)}function MX(e){const t=e.touches;return Math.atan2(t[0].clientY-t[1].clientY,t[0].clientX-t[1].clientX)}const k$={};function DX(e,t){const n=k$[t]||(k$[t]=Qn(t));return P(e)?e.map(n):n(e)}function cg(e){return P(e)||ArrayBuffer.isView(e)?e:null}function T2(e){return cg(e)||(X(e)?e:null)}function OX(e,...t){return cg(e).join(...t)}function RX(e,...t){return T2(e).indexOf(...t)}function NX(e,...t){return T2(e).lastIndexOf(...t)}function LX(e,...t){return T2(e).slice(...t)}function PX(e,t,n){return fe(n)&&O("Function argument passed to replace."),!X(t)&&!wb(t)&&O("Please pass a string or RegExp argument to replace."),String(e).replace(t,n)}function IX(e){return cg(e).slice().reverse()}function zX(e){return cg(e).slice().sort(Nu)}function BX(e,t,n){return Wv(e||0,t||0,n||0)}function UX(e,t){const n=dr(e,(t||this).context);return n&&n.bandwidth?n.bandwidth():0}function jX(e,t){const n=dr(e,(t||this).context);return n?n.copy():void 0}function qX(e,t){const n=dr(e,(t||this).context);return n?n.domain():[]}function WX(e,t,n){const i=dr(e,(n||this).context);return i?P(t)?(i.invertRange||i.invert)(t):(i.invert||i.invertExtent)(t):void 0}function HX(e,t){const n=dr(e,(t||this).context);return n&&n.range?n.range():[]}function GX(e,t,n){const i=dr(e,(n||this).context);return i?i(t):void 0}function VX(e,t,n,i,r){e=dr(e,(r||this).context);const o=CM(t,n);let s=e.domain(),a=s[0],u=Ee(s),l=Vt;return u-a?l=mM(e,a,u):e=(e.interpolator?Ae("sequential")().interpolator(e.interpolator()):Ae("linear")().interpolate(e.interpolate()).range(e.range())).domain([a=0,u=1]),e.ticks&&(s=e.ticks(+i||15),a!==s[0]&&s.unshift(a),u!==Ee(s)&&s.push(u)),s.forEach(c=>o.stop(l(c),e(c))),o}function YX(e,t,n){const i=dr(e,(n||this).context);return function(r){return i?i.path.context(r)(t):""}}function XX(e){let t=null;return function(n){return n?gc(n,t=t||su(e)):e}}const RR=e=>e.data;function NR(e,t){const n=FR.call(t,e);return n.root&&n.root.lookup||{}}function KX(e,t,n){const i=NR(e,this),r=i[t],o=i[n];return r&&o?r.path(o).map(RR):void 0}function JX(e,t){const n=NR(e,this)[t];return n?n.ancestors().map(RR):void 0}const LR=()=>typeof window<"u"&&window||null;function QX(){const e=LR();return e?e.screen:{}}function ZX(){const e=LR();return e?[e.innerWidth,e.innerHeight]:[void 0,void 0]}function eK(){const e=this.context.dataflow,t=e.container&&e.container();return t?[t.clientWidth,t.clientHeight]:[void 0,void 0]}function PR(e,t,n){if(!e)return[];const[i,r]=e,o=new st().set(i[0],i[1],r[0],r[1]),s=n||this.context.dataflow.scenegraph().root;return _D(s,o,tK(t))}function tK(e){let t=null;if(e){const n=K(e.marktype),i=K(e.markname);t=r=>(!n.length||n.some(o=>r.marktype===o))&&(!i.length||i.some(o=>r.name===o))}return t}function nK(e,t,n,i=5){e=K(e);const r=e[e.length-1];return r===void 0||Math.hypot(r[0]-t,r[1]-n)>i?[...e,[t,n]]:e}function iK(e){return K(e).reduce((t,[n,i],r)=>t+=r==0?`M ${n},${i} `:r===e.length-1?" Z":`L ${n},${i} `,"")}function rK(e,t,n){const{x:i,y:r,mark:o}=n,s=new st().set(Number.MAX_SAFE_INTEGER,Number.MAX_SAFE_INTEGER,Number.MIN_SAFE_INTEGER,Number.MIN_SAFE_INTEGER);for(const[u,l]of t)u<s.x1&&(s.x1=u),u>s.x2&&(s.x2=u),l<s.y1&&(s.y1=l),l>s.y2&&(s.y2=l);return s.translate(i,r),PR([[s.x1,s.y1],[s.x2,s.y2]],e,o).filter(u=>oK(u.x,u.y,t))}function oK(e,t,n){let i=0;for(let r=0,o=n.length-1;r<n.length;o=r++){const[s,a]=n[o],[u,l]=n[r];l>t!=a>t&&e<(s-u)*(t-l)/(a-l)+u&&i++}return i&1}const $c={random(){return ti()},cumulativeNormal:Cp,cumulativeLogNormal:Vb,cumulativeUniform:Jb,densityNormal:jb,densityLogNormal:Gb,densityUniform:Kb,quantileNormal:Fp,quantileLogNormal:Yb,quantileUniform:Qb,sampleNormal:Ap,sampleLogNormal:Hb,sampleUniform:Xb,isArray:P,isBoolean:ea,isDate:$o,isDefined(e){return e!==void 0},isNumber:$e,isObject:Y,isRegExp:wb,isString:X,isTuple:Sp,isValid(e){return e!=null&&e===e},toBoolean:Sb,toDate(e){return _b(e)},toNumber:Ut,toString:$b,indexof:RX,join:OX,lastindexof:NX,replace:PX,reverse:IX,sort:zX,slice:LX,flush:vC,lerp:wC,merge:AX,pad:_C,peek:Ee,pluck:DX,span:Ic,inrange:Ra,truncate:$C,rgb:Nd,lab:Yd,hcl:Xd,hsl:t1,luminance:my,contrast:kX,sequence:Tn,format:sX,utcFormat:aX,utcParse:lX,utcOffset:JC,utcSequence:eF,timeFormat:TR,timeParse:uX,timeOffset:KC,timeSequence:ZC,timeUnitSpecifier:zC,monthFormat:cX,monthAbbrevFormat:fX,dayFormat:dX,dayAbbrevFormat:hX,quarter:gC,utcquarter:mC,week:UC,utcweek:WC,dayofyear:BC,utcdayofyear:qC,warn:SX,info:_X,debug:$X,extent(e){return Qi(e)},inScope:EX,intersect:PR,clampRange:yC,pinchDistance:TX,pinchAngle:MX,screen:QX,containerSize:eK,windowSize:ZX,bandspace:BX,setdata:rX,pathShape:XX,panLinear:fC,panLog:dC,panPow:hC,panSymlog:pC,zoomLinear:mb,zoomLog:yb,zoomPow:Pd,zoomSymlog:bb,encode:oX,modify:FX,lassoAppend:nK,lassoPath:iK,intersectLasso:rK},sK=["view","item","group","xy","x","y"],aK="event.vega.",IR="this.",M2={},zR={forbidden:["_"],allowed:["datum","event","item"],fieldvar:"datum",globalvar:e=>`_[${H(MR+e)}]`,functions:uK,constants:_R,visitors:M2},yy=kR(zR);function uK(e){const t=$R(e);sK.forEach(n=>t[n]=aK+n);for(const n in $c)t[n]=IR+n;return pe(t,yX(e,$c,M2)),t}function rt(e,t,n){return arguments.length===1?$c[e]:($c[e]=t,n&&(M2[e]=n),yy&&(yy.functions[e]=IR+e),this)}rt("bandwidth",UX,an);rt("copy",jX,an);rt("domain",qX,an);rt("range",HX,an);rt("invert",WX,an);rt("scale",GX,an);rt("gradient",VX,an);rt("geoArea",bX,an);rt("geoBounds",vX,an);rt("geoCentroid",xX,an);rt("geoShape",YX,an);rt("geoScale",wX,an);rt("indata",iX,mX);rt("data",FR,A2);rt("treePath",KX,A2);rt("treeAncestors",JX,A2);rt("vlSelectionTest",XY,k2);rt("vlSelectionIdTest",QY,k2);rt("vlSelectionResolve",eX,k2);rt("vlSelectionTuples",ZY);function ir(e,t){const n={};let i;try{e=X(e)?e:H(e)+"",i=_2(e)}catch{O("Expression parse error: "+e)}i.visit(o=>{if(o.type!==yR)return;const s=o.callee.name,a=zR.visitors[s];a&&a(s,o.arguments,t,n)});const r=yy(i);return r.globals.forEach(o=>{const s=MR+o;!J(n,s)&&t.getSignal(o)&&(n[s]=t.signalRef(o))}),{$expr:pe({code:r.code},t.options.ast?{ast:i}:null),$fields:r.fields,$params:n}}function lK(e){const t=this,n=e.operators||[];return e.background&&(t.background=e.background),e.eventConfig&&(t.eventConfig=e.eventConfig),e.locale&&(t.locale=e.locale),n.forEach(i=>t.parseOperator(i)),n.forEach(i=>t.parseOperatorParameters(i)),(e.streams||[]).forEach(i=>t.parseStream(i)),(e.updates||[]).forEach(i=>t.parseUpdate(i)),t.resolve()}const cK=wi(["rule"]),A$=wi(["group","image","rect"]);function fK(e,t){let n="";return cK[t]||(e.x2&&(e.x?(A$[t]&&(n+="if(o.x>o.x2)$=o.x,o.x=o.x2,o.x2=$;"),n+="o.width=o.x2-o.x;"):n+="o.x=o.x2-(o.width||0);"),e.xc&&(n+="o.x=o.xc-(o.width||0)/2;"),e.y2&&(e.y?(A$[t]&&(n+="if(o.y>o.y2)$=o.y,o.y=o.y2,o.y2=$;"),n+="o.height=o.y2-o.y;"):n+="o.y=o.y2-(o.height||0);"),e.yc&&(n+="o.y=o.yc-(o.height||0)/2;")),n}function D2(e){return(e+"").toLowerCase()}function dK(e){return D2(e)==="operator"}function hK(e){return D2(e)==="collect"}function ml(e,t,n){n.endsWith(";")||(n="return("+n+");");const i=Function(...t.concat(n));return e&&e.functions?i.bind(e.functions):i}function pK(e,t,n,i){return`((u = ${e}) < (v = ${t}) || u == null) && v != null ? ${n}
10
+ : (u > v || v == null) && u != null ? ${i}
11
+ : ((v = v instanceof Date ? +v : v), (u = u instanceof Date ? +u : u)) !== u && v === v ? ${n}
12
+ : v !== v && u === u ? ${i} : `}var gK={operator:(e,t)=>ml(e,["_"],t.code),parameter:(e,t)=>ml(e,["datum","_"],t.code),event:(e,t)=>ml(e,["event"],t.code),handler:(e,t)=>{const n=`var datum=event.item&&event.item.datum;return ${t.code};`;return ml(e,["_","event"],n)},encode:(e,t)=>{const{marktype:n,channels:i}=t;let r="var o=item,datum=o.datum,m=0,$;";for(const o in i){const s="o["+H(o)+"]";r+=`$=${i[o].code};if(${s}!==$)${s}=$,m=1;`}return r+=fK(i,n),r+="return m;",ml(e,["item","_"],r)},codegen:{get(e){const t=`[${e.map(H).join("][")}]`,n=Function("_",`return _${t};`);return n.path=t,n},comparator(e,t){let n;const i=(o,s)=>{const a=t[s];let u,l;return o.path?(u=`a${o.path}`,l=`b${o.path}`):((n=n||{})["f"+s]=o,u=`this.f${s}(a)`,l=`this.f${s}(b)`),pK(u,l,-a,a)},r=Function("a","b","var u, v; return "+e.map(i).join("")+"0;");return n?r.bind(n):r}}};function mK(e){const t=this;dK(e.type)||!e.type?t.operator(e,e.update?t.operatorExpression(e.update):null):t.transform(e,e.type)}function yK(e){const t=this;if(e.params){const n=t.get(e.id);n||O("Invalid operator id: "+e.id),t.dataflow.connect(n,n.parameters(t.parseParameters(e.params),e.react,e.initonly))}}function bK(e,t){t=t||{};const n=this;for(const i in e){const r=e[i];t[i]=P(r)?r.map(o=>C$(o,n,t)):C$(r,n,t)}return t}function C$(e,t,n){if(!e||!Y(e))return e;for(let i=0,r=F$.length,o;i<r;++i)if(o=F$[i],J(e,o.key))return o.parse(e,t,n);return e}var F$=[{key:"$ref",parse:vK},{key:"$key",parse:wK},{key:"$expr",parse:xK},{key:"$field",parse:EK},{key:"$encode",parse:_K},{key:"$compare",parse:SK},{key:"$context",parse:$K},{key:"$subflow",parse:kK},{key:"$tupleid",parse:AK}];function vK(e,t){return t.get(e.$ref)||O("Operator not defined: "+e.$ref)}function xK(e,t,n){e.$params&&t.parseParameters(e.$params,n);const i="e:"+e.$expr.code;return t.fn[i]||(t.fn[i]=_n(t.parameterExpression(e.$expr),e.$fields))}function wK(e,t){const n="k:"+e.$key+"_"+!!e.$flat;return t.fn[n]||(t.fn[n]=Eb(e.$key,e.$flat,t.expr.codegen))}function EK(e,t){if(!e.$field)return null;const n="f:"+e.$field+"_"+e.$name;return t.fn[n]||(t.fn[n]=Qn(e.$field,e.$name,t.expr.codegen))}function SK(e,t){const n="c:"+e.$compare+"_"+e.$order,i=K(e.$compare).map(r=>r&&r.$tupleid?ie:r);return t.fn[n]||(t.fn[n]=vb(i,e.$order,t.expr.codegen))}function _K(e,t){const n=e.$encode,i={};for(const r in n){const o=n[r];i[r]=_n(t.encodeExpression(o.$expr),o.$fields),i[r].output=o.$output}return i}function $K(e,t){return t}function kK(e,t){const n=e.$subflow;return function(i,r,o){const s=t.fork().parse(n),a=s.get(n.operators[0].id),u=s.signals.parent;return u&&u.set(o),a.detachSubflow=()=>t.detach(s),a}}function AK(){return ie}function CK(e){var t=this,n=e.filter!=null?t.eventExpression(e.filter):void 0,i=e.stream!=null?t.get(e.stream):void 0,r;e.source?i=t.events(e.source,e.type,n):e.merge&&(r=e.merge.map(o=>t.get(o)),i=r[0].merge.apply(r[0],r.slice(1))),e.between&&(r=e.between.map(o=>t.get(o)),i=i.between(r[0],r[1])),e.filter&&(i=i.filter(n)),e.throttle!=null&&(i=i.throttle(+e.throttle)),e.debounce!=null&&(i=i.debounce(+e.debounce)),i==null&&O("Invalid stream definition: "+JSON.stringify(e)),e.consume&&i.consume(!0),t.stream(e,i)}function FK(e){var t=this,n=Y(n=e.source)?n.$ref:n,i=t.get(n),r=null,o=e.update,s=void 0;i||O("Source not defined: "+e.source),r=e.target&&e.target.$expr?t.eventExpression(e.target.$expr):t.get(e.target),o&&o.$expr&&(o.$params&&(s=t.parseParameters(o.$params)),o=t.handlerExpression(o.$expr)),t.update(e,i,r,o,s)}const TK={skip:!0};function MK(e){var t=this,n={};if(e.signals){var i=n.signals={};Object.keys(t.signals).forEach(o=>{const s=t.signals[o];e.signals(o,s)&&(i[o]=s.value)})}if(e.data){var r=n.data={};Object.keys(t.data).forEach(o=>{const s=t.data[o];e.data(o,s)&&(r[o]=s.input.value)})}return t.subcontext&&e.recurse!==!1&&(n.subcontext=t.subcontext.map(o=>o.getState(e))),n}function DK(e){var t=this,n=t.dataflow,i=e.data,r=e.signals;Object.keys(r||{}).forEach(o=>{n.update(t.signals[o],r[o],TK)}),Object.keys(i||{}).forEach(o=>{n.pulse(t.data[o].input,n.changeset().remove(Zn).insert(i[o]))}),(e.subcontext||[]).forEach((o,s)=>{const a=t.subcontext[s];a&&a.setState(o)})}function BR(e,t,n,i){return new UR(e,t,n,i)}function UR(e,t,n,i){this.dataflow=e,this.transforms=t,this.events=e.events.bind(e),this.expr=i||gK,this.signals={},this.scales={},this.nodes={},this.data={},this.fn={},n&&(this.functions=Object.create(n),this.functions.context=this)}function T$(e){this.dataflow=e.dataflow,this.transforms=e.transforms,this.events=e.events,this.expr=e.expr,this.signals=Object.create(e.signals),this.scales=Object.create(e.scales),this.nodes=Object.create(e.nodes),this.data=Object.create(e.data),this.fn=Object.create(e.fn),e.functions&&(this.functions=Object.create(e.functions),this.functions.context=this)}UR.prototype=T$.prototype={fork(){const e=new T$(this);return(this.subcontext||(this.subcontext=[])).push(e),e},detach(e){this.subcontext=this.subcontext.filter(n=>n!==e);const t=Object.keys(e.nodes);for(const n of t)e.nodes[n]._targets=null;for(const n of t)e.nodes[n].detach();e.nodes=null},get(e){return this.nodes[e]},set(e,t){return this.nodes[e]=t},add(e,t){const n=this,i=n.dataflow,r=e.value;if(n.set(e.id,t),hK(e.type)&&r&&(r.$ingest?i.ingest(t,r.$ingest,r.$format):r.$request?i.preload(t,r.$request,r.$format):i.pulse(t,i.changeset().insert(r))),e.root&&(n.root=t),e.parent){let o=n.get(e.parent.$ref);o?(i.connect(o,[t]),t.targets().add(o)):(n.unresolved=n.unresolved||[]).push(()=>{o=n.get(e.parent.$ref),i.connect(o,[t]),t.targets().add(o)})}if(e.signal&&(n.signals[e.signal]=t),e.scale&&(n.scales[e.scale]=t),e.data)for(const o in e.data){const s=n.data[o]||(n.data[o]={});e.data[o].forEach(a=>s[a]=t)}},resolve(){return(this.unresolved||[]).forEach(e=>e()),delete this.unresolved,this},operator(e,t){this.add(e,this.dataflow.add(e.value,t))},transform(e,t){this.add(e,this.dataflow.add(this.transforms[D2(t)]))},stream(e,t){this.set(e.id,t)},update(e,t,n,i,r){this.dataflow.on(t,n,i,r,e.options)},operatorExpression(e){return this.expr.operator(this,e)},parameterExpression(e){return this.expr.parameter(this,e)},eventExpression(e){return this.expr.event(this,e)},handlerExpression(e){return this.expr.handler(this,e)},encodeExpression(e){return this.expr.encode(this,e)},parse:lK,parseOperator:mK,parseOperatorParameters:yK,parseParameters:bK,parseStream:CK,parseUpdate:FK,getState:MK,setState:DK};function OK(e){const t=e.container();t&&(t.setAttribute("role","graphics-document"),t.setAttribute("aria-roleDescription","visualization"),jR(t,e.description()))}function jR(e,t){e&&(t==null?e.removeAttribute("aria-label"):e.setAttribute("aria-label",t))}function RK(e){e.add(null,t=>(e._background=t.bg,e._resize=1,t.bg),{bg:e._signals.background})}const c0="default";function NK(e){const t=e._signals.cursor||(e._signals.cursor=e.add({user:c0,item:null}));e.on(e.events("view","pointermove"),t,(n,i)=>{const r=t.value,o=r?X(r)?r:r.user:c0,s=i.item&&i.item.cursor||null;return r&&o===r.user&&s==r.item?r:{user:o,item:s}}),e.add(null,function(n){let i=n.cursor,r=this.value;return X(i)||(r=i.item,i=i.user),by(e,i&&i!==c0?i:r||i),r},{cursor:t})}function by(e,t){const n=e.globalCursor()?typeof document<"u"&&document.body:e.container();if(n)return t==null?n.style.removeProperty("cursor"):n.style.cursor=t}function Bh(e,t){var n=e._runtime.data;return J(n,t)||O("Unrecognized data set: "+t),n[t]}function LK(e,t){return arguments.length<2?Bh(this,e).values.value:fg.call(this,e,ra().remove(Zn).insert(t))}function fg(e,t){AF(t)||O("Second argument to changes must be a changeset.");const n=Bh(this,e);return n.modified=!0,this.pulse(n.input,t)}function PK(e,t){return fg.call(this,e,ra().insert(t))}function IK(e,t){return fg.call(this,e,ra().remove(t))}function qR(e){var t=e.padding();return Math.max(0,e._viewWidth+t.left+t.right)}function WR(e){var t=e.padding();return Math.max(0,e._viewHeight+t.top+t.bottom)}function dg(e){var t=e.padding(),n=e._origin;return[t.left+n[0],t.top+n[1]]}function zK(e){var t=dg(e),n=qR(e),i=WR(e);e._renderer.background(e.background()),e._renderer.resize(n,i,t),e._handler.origin(t),e._resizeListeners.forEach(r=>{try{r(n,i)}catch(o){e.error(o)}})}function BK(e,t,n){var i=e._renderer,r=i&&i.canvas(),o,s,a;return r&&(a=dg(e),s=t.changedTouches?t.changedTouches[0]:t,o=Qp(s,r),o[0]-=a[0],o[1]-=a[1]),t.dataflow=e,t.item=n,t.vega=UK(e,n,o),t}function UK(e,t,n){const i=t?t.mark.marktype==="group"?t:t.mark.group:null;function r(s){var a=i,u;if(s){for(u=t;u;u=u.mark.group)if(u.mark.name===s){a=u;break}}return a&&a.mark&&a.mark.interactive?a:{}}function o(s){if(!s)return n;X(s)&&(s=r(s));const a=n.slice();for(;s;)a[0]-=s.x||0,a[1]-=s.y||0,s=s.mark&&s.mark.group;return a}return{view:Yt(e),item:Yt(t||{}),group:r,xy:o,x:s=>o(s)[0],y:s=>o(s)[1]}}const M$="view",jK="timer",qK="window",WK={trap:!1};function HK(e){const t=pe({defaults:{}},e),n=(i,r)=>{r.forEach(o=>{P(i[o])&&(i[o]=wi(i[o]))})};return n(t.defaults,["prevent","allow"]),n(t,["view","window","selector"]),t}function HR(e,t,n,i){e._eventListeners.push({type:n,sources:K(t),handler:i})}function GK(e,t){var n=e._eventConfig.defaults,i=n.prevent,r=n.allow;return i===!1||r===!0?!1:i===!0||r===!1?!0:i?i[t]:r?!r[t]:e.preventDefault()}function Xf(e,t,n){const i=e._eventConfig&&e._eventConfig[t];return i===!1||Y(i)&&!i[n]?(e.warn(`Blocked ${t} ${n} event listener.`),!1):!0}function VK(e,t,n){var i=this,r=new kp(n),o=function(l,c){i.runAsync(null,()=>{e===M$&&GK(i,t)&&l.preventDefault(),r.receive(BK(i,l,c))})},s;if(e===jK)Xf(i,"timer",t)&&i.timer(o,t);else if(e===M$)Xf(i,"view",t)&&i.addEventListener(t,o,WK);else if(e===qK?Xf(i,"window",t)&&typeof window<"u"&&(s=[window]):typeof document<"u"&&Xf(i,"selector",t)&&(s=Array.from(document.querySelectorAll(e))),!s)i.warn("Can not resolve event source: "+e);else{for(var a=0,u=s.length;a<u;++a)s[a].addEventListener(t,o);HR(i,s,t,o)}return r}function D$(e){return e.item}function O$(e){return e.item.mark.source}function R$(e){return function(t,n){return n.vega.view().changeset().encode(n.item,e)}}function YK(e,t){return e=[e||"hover"],t=[t||"update",e[0]],this.on(this.events("view","pointerover",D$),O$,R$(e)),this.on(this.events("view","pointerout",D$),O$,R$(t)),this}function XK(){var e=this._tooltip,t=this._timers,n=this._handler.handlers(),i=this._eventListeners,r,o,s,a,u;for(r=t.length;--r>=0;)t[r].stop();for(r=i.length;--r>=0;)for(s=i[r],o=s.sources.length;--o>=0;)s.sources[o].removeEventListener(s.type,s.handler);for(e&&e.call(this,this._handler,null,null,null),r=n.length;--r>=0;)u=n[r].type,a=n[r].handler,this._handler.off(u,a);return this}function Nn(e,t,n){const i=document.createElement(e);for(const r in t)i.setAttribute(r,t[r]);return n!=null&&(i.textContent=n),i}const KK="vega-bind",JK="vega-bind-name",QK="vega-bind-radio";function ZK(e,t,n){if(!t)return;const i=n.param;let r=n.state;return r||(r=n.state={elements:null,active:!1,set:null,update:s=>{s!=e.signal(i.signal)&&e.runAsync(null,()=>{r.source=!0,e.signal(i.signal,s)})}},i.debounce&&(r.update=xb(i.debounce,r.update))),(i.input==null&&i.element?eJ:nJ)(r,t,i,e),r.active||(e.on(e._signals[i.signal],null,()=>{r.source?r.source=!1:r.set(e.signal(i.signal))}),r.active=!0),r}function eJ(e,t,n,i){const r=n.event||"input",o=()=>e.update(t.value);i.signal(n.signal,t.value),t.addEventListener(r,o),HR(i,t,r,o),e.set=s=>{t.value=s,t.dispatchEvent(tJ(r))}}function tJ(e){return typeof Event<"u"?new Event(e):{type:e}}function nJ(e,t,n,i){const r=i.signal(n.signal),o=Nn("div",{class:KK}),s=n.input==="radio"?o:o.appendChild(Nn("label"));s.appendChild(Nn("span",{class:JK},n.name||n.signal)),t.appendChild(o);let a=iJ;switch(n.input){case"checkbox":a=rJ;break;case"select":a=oJ;break;case"radio":a=sJ;break;case"range":a=aJ;break}a(e,s,n,r)}function iJ(e,t,n,i){const r=Nn("input");for(const o in n)o!=="signal"&&o!=="element"&&r.setAttribute(o==="input"?"type":o,n[o]);r.setAttribute("name",n.signal),r.value=i,t.appendChild(r),r.addEventListener("input",()=>e.update(r.value)),e.elements=[r],e.set=o=>r.value=o}function rJ(e,t,n,i){const r={type:"checkbox",name:n.signal};i&&(r.checked=!0);const o=Nn("input",r);t.appendChild(o),o.addEventListener("change",()=>e.update(o.checked)),e.elements=[o],e.set=s=>o.checked=!!s||null}function oJ(e,t,n,i){const r=Nn("select",{name:n.signal}),o=n.labels||[];n.options.forEach((s,a)=>{const u={value:s};Uh(s,i)&&(u.selected=!0),r.appendChild(Nn("option",u,(o[a]||s)+""))}),t.appendChild(r),r.addEventListener("change",()=>{e.update(n.options[r.selectedIndex])}),e.elements=[r],e.set=s=>{for(let a=0,u=n.options.length;a<u;++a)if(Uh(n.options[a],s)){r.selectedIndex=a;return}}}function sJ(e,t,n,i){const r=Nn("span",{class:QK}),o=n.labels||[];t.appendChild(r),e.elements=n.options.map((s,a)=>{const u={type:"radio",name:n.signal,value:s};Uh(s,i)&&(u.checked=!0);const l=Nn("input",u);l.addEventListener("change",()=>e.update(s));const c=Nn("label",{},(o[a]||s)+"");return c.prepend(l),r.appendChild(c),l}),e.set=s=>{const a=e.elements,u=a.length;for(let l=0;l<u;++l)Uh(a[l].value,s)&&(a[l].checked=!0)}}function aJ(e,t,n,i){i=i!==void 0?i:(+n.max+ +n.min)/2;const r=n.max!=null?n.max:Math.max(100,+i)||100,o=n.min||Math.min(0,r,+i)||0,s=n.step||Os(o,r,100),a=Nn("input",{type:"range",name:n.signal,min:o,max:r,step:s});a.value=i;const u=Nn("span",{},+i);t.appendChild(a),t.appendChild(u);const l=()=>{u.textContent=a.value,e.update(+a.value)};a.addEventListener("input",l),a.addEventListener("change",l),e.elements=[a],e.set=c=>{a.value=c,u.textContent=c}}function Uh(e,t){return e===t||e+""==t+""}function GR(e,t,n,i,r,o){return t=t||new i(e.loader()),t.initialize(n,qR(e),WR(e),dg(e),r,o).background(e.background())}function O2(e,t){return t?function(){try{t.apply(this,arguments)}catch(n){e.error(n)}}:null}function uJ(e,t,n,i){const r=new i(e.loader(),O2(e,e.tooltip())).scene(e.scenegraph().root).initialize(n,dg(e),e);return t&&t.handlers().forEach(o=>{r.on(o.type,o.handler)}),r}function lJ(e,t){const n=this,i=n._renderType,r=n._eventConfig.bind,o=Zp(i);e=n._el=e?f0(n,e,!0):null,OK(n),o||n.error("Unrecognized renderer type: "+i);const s=o.handler||ef,a=e?o.renderer:o.headless;return n._renderer=a?GR(n,n._renderer,e,a):null,n._handler=uJ(n,n._handler,e,s),n._redraw=!0,e&&r!=="none"&&(t=t?n._elBind=f0(n,t,!0):e.appendChild(Nn("form",{class:"vega-bindings"})),n._bind.forEach(u=>{u.param.element&&r!=="container"&&(u.element=f0(n,u.param.element,!!u.param.input))}),n._bind.forEach(u=>{ZK(n,u.element||t,u)})),n}function f0(e,t,n){if(typeof t=="string")if(typeof document<"u"){if(t=document.querySelector(t),!t)return e.error("Signal bind element not found: "+t),null}else return e.error("DOM document instance not found."),null;if(t&&n)try{t.textContent=""}catch(i){t=null,e.error(i)}return t}const yl=e=>+e||0,cJ=e=>({top:e,bottom:e,left:e,right:e});function N$(e){return Y(e)?{top:yl(e.top),bottom:yl(e.bottom),left:yl(e.left),right:yl(e.right)}:cJ(yl(e))}async function R2(e,t,n,i){const r=Zp(t),o=r&&r.headless;return o||O("Unrecognized renderer type: "+t),await e.runAsync(),GR(e,null,null,o,n,i).renderAsync(e._scenegraph.root)}async function fJ(e,t){e!==vo.Canvas&&e!==vo.SVG&&e!==vo.PNG&&O("Unrecognized image type: "+e);const n=await R2(this,e,t);return e===vo.SVG?dJ(n.svg(),"image/svg+xml"):n.canvas().toDataURL("image/png")}function dJ(e,t){const n=new Blob([e],{type:t});return window.URL.createObjectURL(n)}async function hJ(e,t){return(await R2(this,vo.Canvas,e,t)).canvas()}async function pJ(e){return(await R2(this,vo.SVG,e)).svg()}function gJ(e,t,n){return BR(e,tu,$c,n).parse(t)}function mJ(e){var t=this._runtime.scales;return J(t,e)||O("Unrecognized scale or projection: "+e),t[e].value}var VR="width",YR="height",N2="padding",L$={skip:!0};function XR(e,t){var n=e.autosize(),i=e.padding();return t-(n&&n.contains===N2?i.left+i.right:0)}function KR(e,t){var n=e.autosize(),i=e.padding();return t-(n&&n.contains===N2?i.top+i.bottom:0)}function yJ(e){var t=e._signals,n=t[VR],i=t[YR],r=t[N2];function o(){e._autosize=e._resize=1}e._resizeWidth=e.add(null,a=>{e._width=a.size,e._viewWidth=XR(e,a.size),o()},{size:n}),e._resizeHeight=e.add(null,a=>{e._height=a.size,e._viewHeight=KR(e,a.size),o()},{size:i});const s=e.add(null,o,{pad:r});e._resizeWidth.rank=n.rank+1,e._resizeHeight.rank=i.rank+1,s.rank=r.rank+1}function bJ(e,t,n,i,r,o){this.runAfter(s=>{let a=0;s._autosize=0,s.width()!==n&&(a=1,s.signal(VR,n,L$),s._resizeWidth.skip(!0)),s.height()!==i&&(a=1,s.signal(YR,i,L$),s._resizeHeight.skip(!0)),s._viewWidth!==e&&(s._resize=1,s._viewWidth=e),s._viewHeight!==t&&(s._resize=1,s._viewHeight=t),(s._origin[0]!==r[0]||s._origin[1]!==r[1])&&(s._resize=1,s._origin=r),a&&s.run("enter"),o&&s.runAfter(u=>u.resize())},!1,1)}function vJ(e){return this._runtime.getState(e||{data:xJ,signals:wJ,recurse:!0})}function xJ(e,t){return t.modified&&P(t.input.value)&&!e.startsWith("_:vega:_")}function wJ(e,t){return!(e==="parent"||t instanceof tu.proxy)}function EJ(e){return this.runAsync(null,t=>{t._trigger=!1,t._runtime.setState(e)},t=>{t._trigger=!0}),this}function SJ(e,t){function n(i){e({timestamp:Date.now(),elapsed:i})}this._timers.push(VW(n,t))}function _J(e,t,n,i){const r=e.element();r&&r.setAttribute("title",$J(i))}function $J(e){return e==null?"":P(e)?JR(e):Y(e)&&!$o(e)?kJ(e):e+""}function kJ(e){return Object.keys(e).map(t=>{const n=e[t];return t+": "+(P(n)?JR(n):QR(n))}).join(`
13
+ `)}function JR(e){return"["+e.map(QR).join(", ")+"]"}function QR(e){return P(e)?"[…]":Y(e)&&!$o(e)?"{…}":e}function AJ(){if(this.renderer()==="canvas"&&this._renderer._canvas){let e=null;const t=()=>{e?.();const n=matchMedia(`(resolution: ${window.devicePixelRatio}dppx)`);n.addEventListener("change",t),e=()=>{n.removeEventListener("change",t)},this._renderer._canvas.getContext("2d").pixelRatio=window.devicePixelRatio||1,this._redraw=!0,this._resize=1,this.resize().runAsync()};t()}}function ZR(e,t){const n=this;if(t=t||{},Ua.call(n),t.loader&&n.loader(t.loader),t.logger&&n.logger(t.logger),t.logLevel!=null&&n.logLevel(t.logLevel),t.locale||e.locale){const o=pe({},e.locale,t.locale);n.locale(yF(o.number,o.time))}n._el=null,n._elBind=null,n._renderType=t.renderer||vo.Canvas,n._scenegraph=new JM;const i=n._scenegraph.root;n._renderer=null,n._tooltip=t.tooltip||_J,n._redraw=!0,n._handler=new ef().scene(i),n._globalCursor=!1,n._preventDefault=!1,n._timers=[],n._eventListeners=[],n._resizeListeners=[],n._eventConfig=HK(e.eventConfig),n.globalCursor(n._eventConfig.globalCursor);const r=gJ(n,e,t.expr);n._runtime=r,n._signals=r.signals,n._bind=(e.bindings||[]).map(o=>({state:null,param:pe({},o)})),r.root&&r.root.set(i),i.source=r.data.root.input,n.pulse(r.data.root.input,n.changeset().insert(i.items)),n._width=n.width(),n._height=n.height(),n._viewWidth=XR(n,n._width),n._viewHeight=KR(n,n._height),n._origin=[0,0],n._resize=0,n._autosize=1,yJ(n),RK(n),NK(n),n.description(e.description),t.hover&&n.hover(),t.container&&n.initialize(t.container,t.bind),t.watchPixelRatio&&n._watchPixelRatio()}function Kf(e,t){return J(e._signals,t)?e._signals[t]:O("Unrecognized signal name: "+H(t))}function e3(e,t){const n=(e._targets||[]).filter(i=>i._update&&i._update.handler===t);return n.length?n[0]:null}function P$(e,t,n,i){let r=e3(n,i);return r||(r=O2(e,()=>i(t,n.value)),r.handler=i,e.on(n,null,r)),e}function I$(e,t,n){const i=e3(t,n);return i&&t._targets.remove(i),e}G(ZR,Ua,{async evaluate(e,t,n){if(await Ua.prototype.evaluate.call(this,e,t),this._redraw||this._resize)try{this._renderer&&(this._resize&&(this._resize=0,zK(this)),await this._renderer.renderAsync(this._scenegraph.root)),this._redraw=!1}catch(i){this.error(i)}return n&&cd(this,n),this},dirty(e){this._redraw=!0,this._renderer&&this._renderer.dirty(e)},description(e){if(arguments.length){const t=e!=null?e+"":null;return t!==this._desc&&jR(this._el,this._desc=t),this}return this._desc},container(){return this._el},scenegraph(){return this._scenegraph},origin(){return this._origin.slice()},signal(e,t,n){const i=Kf(this,e);return arguments.length===1?i.value:this.update(i,t,n)},width(e){return arguments.length?this.signal("width",e):this.signal("width")},height(e){return arguments.length?this.signal("height",e):this.signal("height")},padding(e){return arguments.length?this.signal("padding",N$(e)):N$(this.signal("padding"))},autosize(e){return arguments.length?this.signal("autosize",e):this.signal("autosize")},background(e){return arguments.length?this.signal("background",e):this.signal("background")},renderer(e){return arguments.length?(Zp(e)||O("Unrecognized renderer type: "+e),e!==this._renderType&&(this._renderType=e,this._resetRenderer()),this):this._renderType},tooltip(e){return arguments.length?(e!==this._tooltip&&(this._tooltip=e,this._resetRenderer()),this):this._tooltip},loader(e){return arguments.length?(e!==this._loader&&(Ua.prototype.loader.call(this,e),this._resetRenderer()),this):this._loader},resize(){return this._autosize=1,this.touch(Kf(this,"autosize"))},_resetRenderer(){this._renderer&&(this._renderer=null,this.initialize(this._el,this._elBind))},_resizeView:bJ,addEventListener(e,t,n){let i=t;return n&&n.trap===!1||(i=O2(this,t),i.raw=t),this._handler.on(e,i),this},removeEventListener(e,t){for(var n=this._handler.handlers(e),i=n.length,r,o;--i>=0;)if(o=n[i].type,r=n[i].handler,e===o&&(t===r||t===r.raw)){this._handler.off(o,r);break}return this},addResizeListener(e){const t=this._resizeListeners;return t.includes(e)||t.push(e),this},removeResizeListener(e){var t=this._resizeListeners,n=t.indexOf(e);return n>=0&&t.splice(n,1),this},addSignalListener(e,t){return P$(this,e,Kf(this,e),t)},removeSignalListener(e,t){return I$(this,Kf(this,e),t)},addDataListener(e,t){return P$(this,e,Bh(this,e).values,t)},removeDataListener(e,t){return I$(this,Bh(this,e).values,t)},globalCursor(e){if(arguments.length){if(this._globalCursor!==!!e){const t=by(this,null);this._globalCursor=!!e,t&&by(this,t)}return this}else return this._globalCursor},preventDefault(e){return arguments.length?(this._preventDefault=e,this):this._preventDefault},timer:SJ,events:VK,finalize:XK,hover:YK,data:LK,change:fg,insert:PK,remove:IK,scale:mJ,initialize:lJ,toImageURL:fJ,toCanvas:hJ,toSVG:pJ,getState:vJ,setState:EJ,_watchPixelRatio:AJ});const CJ="view",jh="[",qh="]",t3="{",n3="}",FJ=":",i3=",",TJ="@",MJ=">",DJ=/[[\]{}]/,OJ={"*":1,arc:1,area:1,group:1,image:1,line:1,path:1,rect:1,rule:1,shape:1,symbol:1,text:1,trail:1};let r3,o3;function Vo(e,t,n){return r3=t||CJ,o3=n||OJ,s3(e.trim()).map(vy)}function RJ(e){return o3[e]}function rc(e,t,n,i,r){const o=e.length;let s=0,a;for(;t<o;++t){if(a=e[t],!s&&a===n)return t;r&&r.includes(a)?--s:i&&i.includes(a)&&++s}return t}function s3(e){const t=[],n=e.length;let i=0,r=0;for(;r<n;)r=rc(e,r,i3,jh+t3,qh+n3),t.push(e.substring(i,r).trim()),i=++r;if(t.length===0)throw"Empty event selector: "+e;return t}function vy(e){return e[0]==="["?NJ(e):LJ(e)}function NJ(e){const t=e.length;let n=1,i;if(n=rc(e,n,qh,jh,qh),n===t)throw"Empty between selector: "+e;if(i=s3(e.substring(1,n)),i.length!==2)throw"Between selector must have two elements: "+e;if(e=e.slice(n+1).trim(),e[0]!==MJ)throw"Expected '>' after between selector: "+e;i=i.map(vy);const r=vy(e.slice(1).trim());return r.between?{between:i,stream:r}:(r.between=i,r)}function LJ(e){const t={source:r3},n=[];let i=[0,0],r=0,o=0,s=e.length,a=0,u,l;if(e[s-1]===n3){if(a=e.lastIndexOf(t3),a>=0){try{i=PJ(e.substring(a+1,s-1))}catch{throw"Invalid throttle specification: "+e}e=e.slice(0,a).trim(),s=e.length}else throw"Unmatched right brace: "+e;a=0}if(!s)throw e;if(e[0]===TJ&&(r=++a),u=rc(e,a,FJ),u<s&&(n.push(e.substring(o,u).trim()),o=a=++u),a=rc(e,a,jh),a===s)n.push(e.substring(o,s).trim());else if(n.push(e.substring(o,a).trim()),l=[],o=++a,o===s)throw"Unmatched left bracket: "+e;for(;a<s;){if(a=rc(e,a,qh),a===s)throw"Unmatched left bracket: "+e;if(l.push(e.substring(o,a).trim()),a<s-1&&e[++a]!==jh)throw"Expected left bracket: "+e;o=++a}if(!(s=n.length)||DJ.test(n[s-1]))throw"Invalid event selector: "+e;return s>1?(t.type=n[1],r?t.markname=n[0].slice(1):RJ(n[0])?t.marktype=n[0]:t.source=n[0]):t.type=n[0],t.type.slice(-1)==="!"&&(t.consume=!0,t.type=t.type.slice(0,-1)),l!=null&&(t.filter=l),i[0]&&(t.throttle=i[0]),i[1]&&(t.debounce=i[1]),t}function PJ(e){const t=e.split(i3);if(!e.length||t.length>2)throw e;return t.map(n=>{const i=+n;if(i!==i)throw e;return i})}function IJ(e){return Y(e)?e:{type:e||"pad"}}const bl=e=>+e||0,zJ=e=>({top:e,bottom:e,left:e,right:e});function BJ(e){return Y(e)?e.signal?e:{top:bl(e.top),bottom:bl(e.bottom),left:bl(e.left),right:bl(e.right)}:zJ(bl(e))}const yt=e=>Y(e)&&!P(e)?pe({},e):{value:e};function z$(e,t,n,i){return n!=null?(Y(n)&&!P(n)||P(n)&&n.length&&Y(n[0])?e.update[t]=n:e[i||"enter"][t]={value:n},1):0}function Tt(e,t,n){for(const i in t)z$(e,i,t[i]);for(const i in n)z$(e,i,n[i],"update")}function Hu(e,t,n){for(const i in t)n&&J(n,i)||(e[i]=pe(e[i]||{},t[i]));return e}function Da(e,t){return t&&(t.enter&&t.enter[e]||t.update&&t.update[e])}const L2="mark",P2="frame",I2="scope",UJ="axis",jJ="axis-domain",qJ="axis-grid",WJ="axis-label",HJ="axis-tick",GJ="axis-title",VJ="legend",YJ="legend-band",XJ="legend-entry",KJ="legend-gradient",a3="legend-label",JJ="legend-symbol",QJ="legend-title",ZJ="title",eQ="title-text",tQ="title-subtitle";function nQ(e,t,n,i,r){const o={},s={};let a,u,l,c;u="lineBreak",t==="text"&&r[u]!=null&&!Da(u,e)&&d0(o,u,r[u]),(n=="legend"||String(n).startsWith("axis"))&&(n=null),c=n===P2?r.group:n===L2?pe({},r.mark,r[t]):null;for(u in c)l=Da(u,e)||(u==="fill"||u==="stroke")&&(Da("fill",e)||Da("stroke",e)),l||d0(o,u,c[u]);K(i).forEach(f=>{const d=r.style&&r.style[f];for(const h in d)Da(h,e)||d0(o,h,d[h])}),e=pe({},e);for(u in o)c=o[u],c.signal?(a=a||{})[u]=c:s[u]=c;return e.enter=pe(s,e.enter),a&&(e.update=pe(a,e.update)),e}function d0(e,t,n){e[t]=n&&n.signal?{signal:n.signal}:{value:n}}const u3=e=>X(e)?H(e):e.signal?`(${e.signal})`:l3(e);function hg(e){if(e.gradient!=null)return rQ(e);let t=e.signal?`(${e.signal})`:e.color?iQ(e.color):e.field!=null?l3(e.field):e.value!==void 0?H(e.value):void 0;return e.scale!=null&&(t=oQ(e,t)),t===void 0&&(t=null),e.exponent!=null&&(t=`pow(${t},${Ad(e.exponent)})`),e.mult!=null&&(t+=`*${Ad(e.mult)}`),e.offset!=null&&(t+=`+${Ad(e.offset)}`),e.round&&(t=`round(${t})`),t}const Jf=(e,t,n,i)=>`(${e}(${[t,n,i].map(hg).join(",")})+'')`;function iQ(e){return e.c?Jf("hcl",e.h,e.c,e.l):e.h||e.s?Jf("hsl",e.h,e.s,e.l):e.l||e.a?Jf("lab",e.l,e.a,e.b):e.r||e.g||e.b?Jf("rgb",e.r,e.g,e.b):null}function rQ(e){const t=[e.start,e.stop,e.count].map(n=>n==null?null:H(n));for(;t.length&&Ee(t)==null;)t.pop();return t.unshift(u3(e.gradient)),`gradient(${t.join(",")})`}function Ad(e){return Y(e)?"("+hg(e)+")":e}function l3(e){return c3(Y(e)?e:{datum:e})}function c3(e){let t,n,i;if(e.signal)t="datum",i=e.signal;else if(e.group||e.parent){for(n=Math.max(1,e.level||1),t="item";n-- >0;)t+=".mark.group";e.parent?(i=e.parent,t+=".datum"):i=e.group}else e.datum?(t="datum",i=e.datum):O("Invalid field reference: "+H(e));return e.signal||(i=X(i)?ar(i).map(H).join("]["):c3(i)),t+"["+i+"]"}function oQ(e,t){const n=u3(e.scale);return e.range!=null?t=`lerp(_range(${n}), ${+e.range})`:(t!==void 0&&(t=`_scale(${n}, ${t})`),e.band&&(t=(t?t+"+":"")+`_bandwidth(${n})`+(+e.band==1?"":"*"+Ad(e.band)),e.extra&&(t=`(datum.extra ? _scale(${n}, datum.extra.value) : ${t})`)),t==null&&(t="0")),t}function sQ(e){let t="";return e.forEach(n=>{const i=hg(n);t+=n.test?`(${n.test})?${i}:`:i}),Ee(t)===":"&&(t+="null"),t}function f3(e,t,n,i,r,o){const s={};o=o||{},o.encoders={$encode:s},e=nQ(e,t,n,i,r.config);for(const a in e)s[a]=aQ(e[a],t,o,r);return o}function aQ(e,t,n,i){const r={},o={};for(const s in e)e[s]!=null&&(r[s]=lQ(uQ(e[s]),i,n,o));return{$expr:{marktype:t,channels:r},$fields:Object.keys(o),$output:Object.keys(e)}}function uQ(e){return P(e)?sQ(e):hg(e)}function lQ(e,t,n,i){const r=ir(e,t);return r.$fields.forEach(o=>i[o]=1),pe(n,r.$params),r.$expr}const cQ="outer",fQ=["value","update","init","react","bind"];function B$(e,t){O(e+' for "outer" push: '+H(t))}function d3(e,t){const n=e.name;if(e.push===cQ)t.signals[n]||B$("No prior signal definition",n),fQ.forEach(i=>{e[i]!==void 0&&B$("Invalid property ",i)});else{const i=t.addSignal(n,e.value);e.react===!1&&(i.react=!1),e.bind&&t.addBinding(n,e.bind)}}function xy(e,t,n,i){this.id=-1,this.type=e,this.value=t,this.params=n,i&&(this.parent=i)}function pg(e,t,n,i){return new xy(e,t,n,i)}function Wh(e,t){return pg("operator",e,t)}function ne(e){const t={$ref:e.id};return e.id<0&&(e.refs=e.refs||[]).push(t),t}function kc(e,t){return t?{$field:e,$name:t}:{$field:e}}const wy=kc("key");function U$(e,t){return{$compare:e,$order:t}}function dQ(e,t){const n={$key:e};return t&&(n.$flat=!0),n}const hQ="ascending",pQ="descending";function gQ(e){return Y(e)?(e.order===pQ?"-":"+")+gg(e.op,e.field):""}function gg(e,t){return(e&&e.signal?"$"+e.signal:e||"")+(e&&t?"_":"")+(t&&t.signal?"$"+t.signal:t||"")}const z2="scope",Ey="view";function ft(e){return e&&e.signal}function mQ(e){return e&&e.expr}function Cd(e){if(ft(e))return!0;if(Y(e)){for(const t in e)if(Cd(e[t]))return!0}return!1}function di(e,t){return e??t}function As(e){return e&&e.signal||e}const j$="timer";function Ac(e,t){return(e.merge?bQ:e.stream?vQ:e.type?xQ:O("Invalid stream specification: "+H(e)))(e,t)}function yQ(e){return e===z2?Ey:e||Ey}function bQ(e,t){const n=e.merge.map(r=>Ac(r,t)),i=B2({merge:n},e,t);return t.addStream(i).id}function vQ(e,t){const n=Ac(e.stream,t),i=B2({stream:n},e,t);return t.addStream(i).id}function xQ(e,t){let n;e.type===j$?(n=t.event(j$,e.throttle),e={between:e.between,filter:e.filter}):n=t.event(yQ(e.source),e.type);const i=B2({stream:n},e,t);return Object.keys(i).length===1?n:t.addStream(i).id}function B2(e,t,n){let i=t.between;return i&&(i.length!==2&&O('Stream "between" parameter must have 2 entries: '+H(t)),e.between=[Ac(i[0],n),Ac(i[1],n)]),i=t.filter?[].concat(t.filter):[],(t.marktype||t.markname||t.markrole)&&i.push(wQ(t.marktype,t.markname,t.markrole)),t.source===z2&&i.push("inScope(event.item)"),i.length&&(e.filter=ir("("+i.join(")&&(")+")",n).$expr),(i=t.throttle)!=null&&(e.throttle=+i),(i=t.debounce)!=null&&(e.debounce=+i),t.consume&&(e.consume=!0),e}function wQ(e,t,n){const i="event.item";return i+(e&&e!=="*"?"&&"+i+".mark.marktype==='"+e+"'":"")+(n?"&&"+i+".mark.role==='"+n+"'":"")+(t?"&&"+i+".mark.name==='"+t+"'":"")}const EQ={code:"_.$value",ast:{type:"Identifier",value:"value"}};function SQ(e,t,n){const i=e.encode,r={target:n};let o=e.events,s=e.update,a=[];o||O("Signal update missing events specification."),X(o)&&(o=Vo(o,t.isSubscope()?z2:Ey)),o=K(o).filter(u=>u.signal||u.scale?(a.push(u),0):1),a.length>1&&(a=[$Q(a)]),o.length&&a.push(o.length>1?{merge:o}:o[0]),i!=null&&(s&&O("Signal encode and update are mutually exclusive."),s="encode(item(),"+H(i)+")"),r.update=X(s)?ir(s,t):s.expr!=null?ir(s.expr,t):s.value!=null?s.value:s.signal!=null?{$expr:EQ,$params:{$value:t.signalRef(s.signal)}}:O("Invalid signal update specification."),e.force&&(r.options={force:!0}),a.forEach(u=>t.addUpdate(pe(_Q(u,t),r)))}function _Q(e,t){return{source:e.signal?t.signalRef(e.signal):e.scale?t.scaleRef(e.scale):Ac(e,t)}}function $Q(e){return{signal:"["+e.map(t=>t.scale?'scale("'+t.scale+'")':t.signal)+"]"}}function kQ(e,t){const n=t.getSignal(e.name);let i=e.update;e.init&&(i?O("Signals can not include both init and update expressions."):(i=e.init,n.initonly=!0)),i&&(i=ir(i,t),n.update=i.$expr,n.params=i.$params),e.on&&e.on.forEach(r=>SQ(r,t,n.id))}const Le=e=>(t,n,i)=>pg(e,n,t||void 0,i),h3=Le("aggregate"),AQ=Le("axisticks"),p3=Le("bound"),Fi=Le("collect"),q$=Le("compare"),CQ=Le("datajoin"),g3=Le("encode"),FQ=Le("expression"),TQ=Le("facet"),MQ=Le("field"),DQ=Le("key"),OQ=Le("legendentries"),RQ=Le("load"),NQ=Le("mark"),LQ=Le("multiextent"),PQ=Le("multivalues"),IQ=Le("overlap"),zQ=Le("params"),m3=Le("prefacet"),BQ=Le("projection"),UQ=Le("proxy"),jQ=Le("relay"),y3=Le("render"),qQ=Le("scale"),aa=Le("sieve"),WQ=Le("sortitems"),b3=Le("viewlayout"),HQ=Le("values");let GQ=0;const v3={min:"min",max:"max",count:"sum"};function VQ(e,t){const n=e.type||"linear";cM(n)||O("Unrecognized scale type: "+H(n)),t.addScale(e.name,{type:n,domain:void 0})}function YQ(e,t){const n=t.getScale(e.name).params;let i;n.domain=x3(e.domain,e,t),e.range!=null&&(n.range=E3(e,t,n)),e.interpolate!=null&&rZ(e.interpolate,n),e.nice!=null&&(n.nice=iZ(e.nice,t)),e.bins!=null&&(n.bins=nZ(e.bins,t));for(i in e)J(n,i)||i==="name"||(n[i]=Yn(e[i],t))}function Yn(e,t){return Y(e)?e.signal?t.signalRef(e.signal):O("Unsupported object: "+H(e)):e}function Fd(e,t){return e.signal?t.signalRef(e.signal):e.map(n=>Yn(n,t))}function mg(e){O("Can not find data set: "+H(e))}function x3(e,t,n){if(!e){(t.domainMin!=null||t.domainMax!=null)&&O("No scale domain defined for domainMin/domainMax to override.");return}return e.signal?n.signalRef(e.signal):(P(e)?XQ:e.fields?JQ:KQ)(e,t,n)}function XQ(e,t,n){return e.map(i=>Yn(i,n))}function KQ(e,t,n){const i=n.getData(e.data);return i||mg(e.data),ou(t.type)?i.valuesRef(n,e.field,w3(e.sort,!1)):hM(t.type)?i.domainRef(n,e.field):i.extentRef(n,e.field)}function JQ(e,t,n){const i=e.data,r=e.fields.reduce((o,s)=>(s=X(s)?{data:i,field:s}:P(s)||s.signal?QQ(s,n):s,o.push(s),o),[]);return(ou(t.type)?ZQ:hM(t.type)?eZ:tZ)(e,n,r)}function QQ(e,t){const n="_:vega:_"+GQ++,i=Fi({});if(P(e))i.value={$ingest:e};else if(e.signal){const r="setdata("+H(n)+","+e.signal+")";i.params.input=t.signalRef(r)}return t.addDataPipeline(n,[i,aa({})]),{data:n,field:"data"}}function ZQ(e,t,n){const i=w3(e.sort,!0);let r,o;const s=n.map(l=>{const c=t.getData(l.data);return c||mg(l.data),c.countsRef(t,l.field,i)}),a={groupby:wy,pulse:s};i&&(r=i.op||"count",o=i.field?gg(r,i.field):"count",a.ops=[v3[r]],a.fields=[t.fieldRef(o)],a.as=[o]),r=t.add(h3(a));const u=t.add(Fi({pulse:ne(r)}));return o=t.add(HQ({field:wy,sort:t.sortRef(i),pulse:ne(u)})),ne(o)}function w3(e,t){return e&&(!e.field&&!e.op?Y(e)?e.field="key":e={field:"key"}:!e.field&&e.op!=="count"?O("No field provided for sort aggregate op: "+e.op):t&&e.field&&e.op&&!v3[e.op]&&O("Multiple domain scales can not be sorted using "+e.op)),e}function eZ(e,t,n){const i=n.map(r=>{const o=t.getData(r.data);return o||mg(r.data),o.domainRef(t,r.field)});return ne(t.add(PQ({values:i})))}function tZ(e,t,n){const i=n.map(r=>{const o=t.getData(r.data);return o||mg(r.data),o.extentRef(t,r.field)});return ne(t.add(LQ({extents:i})))}function nZ(e,t){return e.signal||P(e)?Fd(e,t):t.objectProperty(e)}function iZ(e,t){return e.signal?t.signalRef(e.signal):Y(e)?{interval:Yn(e.interval),step:Yn(e.step)}:Yn(e)}function rZ(e,t){t.interpolate=Yn(e.type||e),e.gamma!=null&&(t.interpolateGamma=Yn(e.gamma))}function E3(e,t,n){const i=t.config.range;let r=e.range;if(r.signal)return t.signalRef(r.signal);if(X(r)){if(i&&J(i,r))return e=pe({},e,{range:i[r]}),E3(e,t,n);r==="width"?r=[0,{signal:"width"}]:r==="height"?r=ou(e.type)?[0,{signal:"height"}]:[{signal:"height"},0]:O("Unrecognized scale range value: "+H(r))}else if(r.scheme){n.scheme=P(r.scheme)?Fd(r.scheme,t):Yn(r.scheme,t),r.extent&&(n.schemeExtent=Fd(r.extent,t)),r.count&&(n.schemeCount=Yn(r.count,t));return}else if(r.step){n.rangeStep=Yn(r.step,t);return}else{if(ou(e.type)&&!P(r))return x3(r,e,t);P(r)||O("Unsupported range type: "+H(r))}return r.map(o=>(P(o)?Fd:Yn)(o,t))}function oZ(e,t){const n=t.config.projection||{},i={};for(const r in e)r!=="name"&&(i[r]=Sy(e[r],r,t));for(const r in n)i[r]==null&&(i[r]=Sy(n[r],r,t));t.addProjection(e.name,i)}function Sy(e,t,n){return P(e)?e.map(i=>Sy(i,t,n)):Y(e)?e.signal?n.signalRef(e.signal):t==="fit"?e:O("Unsupported parameter object: "+H(e)):e}const Ti="top",Gu="left",Vu="right",Po="bottom",S3="center",sZ="vertical",aZ="start",uZ="middle",lZ="end",_y="index",U2="label",cZ="offset",hu="perc",fZ="perc2",Kn="value",cf="guide-label",j2="guide-title",dZ="group-title",hZ="group-subtitle",W$="symbol",Td="gradient",$y="discrete",ky="size",pZ="shape",gZ="fill",mZ="stroke",yZ="strokeWidth",bZ="strokeDash",vZ="opacity",q2=[ky,pZ,gZ,mZ,yZ,bZ,vZ],ff={name:1,style:1,interactive:1},Se={value:0},Jn={value:1},yg="group",_3="rect",W2="rule",xZ="symbol",ua="text";function Cc(e){return e.type=yg,e.interactive=e.interactive||!1,e}function $n(e,t){const n=(i,r)=>di(e[i],di(t[i],r));return n.isVertical=i=>sZ===di(e.direction,t.direction||(i?t.symbolDirection:t.gradientDirection)),n.gradientLength=()=>di(e.gradientLength,t.gradientLength||t.gradientWidth),n.gradientThickness=()=>di(e.gradientThickness,t.gradientThickness||t.gradientHeight),n.entryColumns=()=>di(e.columns,di(t.columns,+n.isVertical(!0))),n}function $3(e,t){const n=t&&(t.update&&t.update[e]||t.enter&&t.enter[e]);return n&&n.signal?n:n?n.value:null}function wZ(e,t,n){const i=t.config.style[n];return i&&i[e]}function bg(e,t,n){return`item.anchor === '${aZ}' ? ${e} : item.anchor === '${lZ}' ? ${t} : ${n}`}const H2=bg(H(Gu),H(Vu),H(S3));function EZ(e){const t=e("tickBand");let n=e("tickOffset"),i,r;return t?t.signal?(i={signal:`(${t.signal}) === 'extent' ? 1 : 0.5`},r={signal:`(${t.signal}) === 'extent'`},Y(n)||(n={signal:`(${t.signal}) === 'extent' ? 0 : ${n}`})):t==="extent"?(i=1,r=!0,n=0):(i=.5,r=!1):(i=e("bandPosition"),r=e("tickExtra")),{extra:r,band:i,offset:n}}function k3(e,t){return t?e?Y(e)?Object.assign({},e,{offset:k3(e.offset,t)}):{value:e,offset:t}:t:e}function Un(e,t){return t?(e.name=t.name,e.style=t.style||e.style,e.interactive=!!t.interactive,e.encode=Hu(e.encode,t,ff)):e.interactive=!1,e}function SZ(e,t,n,i){const r=$n(e,n),o=r.isVertical(),s=r.gradientThickness(),a=r.gradientLength();let u,l,c,f,d;o?(l=[0,1],c=[0,0],f=s,d=a):(l=[0,0],c=[1,0],f=a,d=s);const h={enter:u={opacity:Se,x:Se,y:Se,width:yt(f),height:yt(d)},update:pe({},u,{opacity:Jn,fill:{gradient:t,start:l,stop:c}}),exit:{opacity:Se}};return Tt(h,{stroke:r("gradientStrokeColor"),strokeWidth:r("gradientStrokeWidth")},{opacity:r("gradientOpacity")}),Un({type:_3,role:KJ,encode:h},i)}function _Z(e,t,n,i,r){const o=$n(e,n),s=o.isVertical(),a=o.gradientThickness(),u=o.gradientLength();let l,c,f,d,h="";s?(l="y",f="y2",c="x",d="width",h="1-"):(l="x",f="x2",c="y",d="height");const p={opacity:Se,fill:{scale:t,field:Kn}};p[l]={signal:h+"datum."+hu,mult:u},p[c]=Se,p[f]={signal:h+"datum."+fZ,mult:u},p[d]=yt(a);const g={enter:p,update:pe({},p,{opacity:Jn}),exit:{opacity:Se}};return Tt(g,{stroke:o("gradientStrokeColor"),strokeWidth:o("gradientStrokeWidth")},{opacity:o("gradientOpacity")}),Un({type:_3,role:YJ,key:Kn,from:r,encode:g},i)}const $Z=`datum.${hu}<=0?"${Gu}":datum.${hu}>=1?"${Vu}":"${S3}"`,kZ=`datum.${hu}<=0?"${Po}":datum.${hu}>=1?"${Ti}":"${uZ}"`;function H$(e,t,n,i){const r=$n(e,t),o=r.isVertical(),s=yt(r.gradientThickness()),a=r.gradientLength();let u=r("labelOverlap"),l,c,f,d,h="";const p={enter:l={opacity:Se},update:c={opacity:Jn,text:{field:U2}},exit:{opacity:Se}};return Tt(p,{fill:r("labelColor"),fillOpacity:r("labelOpacity"),font:r("labelFont"),fontSize:r("labelFontSize"),fontStyle:r("labelFontStyle"),fontWeight:r("labelFontWeight"),limit:di(e.labelLimit,t.gradientLabelLimit)}),o?(l.align={value:"left"},l.baseline=c.baseline={signal:kZ},f="y",d="x",h="1-"):(l.align=c.align={signal:$Z},l.baseline={value:"top"},f="x",d="y"),l[f]=c[f]={signal:h+"datum."+hu,mult:a},l[d]=c[d]=s,s.offset=di(e.labelOffset,t.gradientLabelOffset)||0,u=u?{separation:r("labelSeparation"),method:u,order:"datum."+_y}:void 0,Un({type:ua,role:a3,style:cf,key:Kn,from:i,encode:p,overlap:u},n)}function AZ(e,t,n,i,r){const o=$n(e,t),s=n.entries,a=!!(s&&s.interactive),u=s?s.name:void 0,l=o("clipHeight"),c=o("symbolOffset"),f={data:"value"},d=`(${r}) ? datum.${cZ} : datum.${ky}`,h=l?yt(l):{field:ky},p=`datum.${_y}`,g=`max(1, ${r})`;let m,y,b,v,x;h.mult=.5,m={enter:y={opacity:Se,x:{signal:d,mult:.5,offset:c},y:h},update:b={opacity:Jn,x:y.x,y:y.y},exit:{opacity:Se}};let E=null,S=null;e.fill||(E=t.symbolBaseFillColor,S=t.symbolBaseStrokeColor),Tt(m,{fill:o("symbolFillColor",E),shape:o("symbolType"),size:o("symbolSize"),stroke:o("symbolStrokeColor",S),strokeDash:o("symbolDash"),strokeDashOffset:o("symbolDashOffset"),strokeWidth:o("symbolStrokeWidth")},{opacity:o("symbolOpacity")}),q2.forEach(A=>{e[A]&&(b[A]=y[A]={scale:e[A],field:Kn})});const w=Un({type:xZ,role:JJ,key:Kn,from:f,clip:l?!0:void 0,encode:m},n.symbols),_=yt(c);_.offset=o("labelOffset"),m={enter:y={opacity:Se,x:{signal:d,offset:_},y:h},update:b={opacity:Jn,text:{field:U2},x:y.x,y:y.y},exit:{opacity:Se}},Tt(m,{align:o("labelAlign"),baseline:o("labelBaseline"),fill:o("labelColor"),fillOpacity:o("labelOpacity"),font:o("labelFont"),fontSize:o("labelFontSize"),fontStyle:o("labelFontStyle"),fontWeight:o("labelFontWeight"),limit:o("labelLimit")});const $=Un({type:ua,role:a3,style:cf,key:Kn,from:f,encode:m},n.labels);return m={enter:{noBound:{value:!l},width:Se,height:l?yt(l):Se,opacity:Se},exit:{opacity:Se},update:b={opacity:Jn,row:{signal:null},column:{signal:null}}},o.isVertical(!0)?(v=`ceil(item.mark.items.length / ${g})`,b.row.signal=`${p}%${v}`,b.column.signal=`floor(${p} / ${v})`,x={field:["row",p]}):(b.row.signal=`floor(${p} / ${g})`,b.column.signal=`${p} % ${g}`,x={field:p}),b.column.signal=`(${r})?${b.column.signal}:${p}`,i={facet:{data:i,name:"value",groupby:_y}},Cc({role:I2,from:i,encode:Hu(m,s,ff),marks:[w,$],name:u,interactive:a,sort:x})}function CZ(e,t){const n=$n(e,t);return{align:n("gridAlign"),columns:n.entryColumns(),center:{row:!0,column:!1},padding:{row:n("rowPadding"),column:n("columnPadding")}}}const G2='item.orient === "left"',V2='item.orient === "right"',vg=`(${G2} || ${V2})`,FZ=`datum.vgrad && ${vg}`,TZ=bg('"top"','"bottom"','"middle"'),MZ=bg('"right"','"left"','"center"'),DZ=`datum.vgrad && ${V2} ? (${MZ}) : (${vg} && !(datum.vgrad && ${G2})) ? "left" : ${H2}`,OZ=`item._anchor || (${vg} ? "middle" : "start")`,RZ=`${FZ} ? (${G2} ? -90 : 90) : 0`,NZ=`${vg} ? (datum.vgrad ? (${V2} ? "bottom" : "top") : ${TZ}) : "top"`;function LZ(e,t,n,i){const r=$n(e,t),o={enter:{opacity:Se},update:{opacity:Jn,x:{field:{group:"padding"}},y:{field:{group:"padding"}}},exit:{opacity:Se}};return Tt(o,{orient:r("titleOrient"),_anchor:r("titleAnchor"),anchor:{signal:OZ},angle:{signal:RZ},align:{signal:DZ},baseline:{signal:NZ},text:e.title,fill:r("titleColor"),fillOpacity:r("titleOpacity"),font:r("titleFont"),fontSize:r("titleFontSize"),fontStyle:r("titleFontStyle"),fontWeight:r("titleFontWeight"),limit:r("titleLimit"),lineHeight:r("titleLineHeight")},{align:r("titleAlign"),baseline:r("titleBaseline")}),Un({type:ua,role:QJ,style:j2,from:i,encode:o},n)}function PZ(e,t){let n;return Y(e)&&(e.signal?n=e.signal:e.path?n="pathShape("+G$(e.path)+")":e.sphere&&(n="geoShape("+G$(e.sphere)+', {type: "Sphere"})')),n?t.signalRef(n):!!e}function G$(e){return Y(e)&&e.signal?e.signal:H(e)}function A3(e){const t=e.role||"";return t.startsWith("axis")||t.startsWith("legend")||t.startsWith("title")?t:e.type===yg?I2:t||L2}function IZ(e){return{marktype:e.type,name:e.name||void 0,role:e.role||A3(e),zindex:+e.zindex||void 0,aria:e.aria,description:e.description}}function zZ(e,t){return e&&e.signal?t.signalRef(e.signal):e!==!1}function Y2(e,t){const n=TF(e.type);n||O("Unrecognized transform type: "+H(e.type));const i=pg(n.type.toLowerCase(),null,C3(n,e,t));return e.signal&&t.addSignal(e.signal,t.proxy(i)),i.metadata=n.metadata||{},i}function C3(e,t,n){const i={},r=e.params.length;for(let o=0;o<r;++o){const s=e.params[o];i[s.name]=BZ(s,t,n)}return i}function BZ(e,t,n){const i=e.type,r=t[e.name];if(i==="index")return UZ(e,t,n);if(r===void 0){e.required&&O("Missing required "+H(t.type)+" parameter: "+H(e.name));return}else{if(i==="param")return jZ(e,t,n);if(i==="projection")return n.projectionRef(t[e.name])}return e.array&&!ft(r)?r.map(o=>V$(e,o,n)):V$(e,r,n)}function V$(e,t,n){const i=e.type;if(ft(t))return X$(i)?O("Expression references can not be signals."):h0(i)?n.fieldRef(t):K$(i)?n.compareRef(t):n.signalRef(t.signal);{const r=e.expr||h0(i);return r&&qZ(t)?n.exprRef(t.expr,t.as):r&&WZ(t)?kc(t.field,t.as):X$(i)?ir(t,n):HZ(i)?ne(n.getData(t).values):h0(i)?kc(t):K$(i)?n.compareRef(t):t}}function UZ(e,t,n){return X(t.from)||O('Lookup "from" parameter must be a string literal.'),n.getData(t.from).lookupRef(n,t.key)}function jZ(e,t,n){const i=t[e.name];return e.array?(P(i)||O("Expected an array of sub-parameters. Instead: "+H(i)),i.map(r=>Y$(e,r,n))):Y$(e,i,n)}function Y$(e,t,n){const i=e.params.length;let r;for(let s=0;s<i;++s){r=e.params[s];for(const a in r.key)if(r.key[a]!==t[a]){r=null;break}if(r)break}r||O("Unsupported parameter: "+H(t));const o=pe(C3(r,t,n),r.key);return ne(n.add(zQ(o)))}const qZ=e=>e&&e.expr,WZ=e=>e&&e.field,HZ=e=>e==="data",X$=e=>e==="expr",h0=e=>e==="field",K$=e=>e==="compare";function GZ(e,t,n){let i,r,o,s,a;return e?(i=e.facet)&&(t||O("Only group marks can be faceted."),i.field!=null?s=a=Md(i,n):(e.data?a=ne(n.getData(e.data).aggregate):(o=Y2(pe({type:"aggregate",groupby:K(i.groupby)},i.aggregate),n),o.params.key=n.keyRef(i.groupby),o.params.pulse=Md(i,n),s=a=ne(n.add(o))),r=n.keyRef(i.groupby,!0))):s=ne(n.add(Fi(null,[{}]))),s||(s=Md(e,n)),{key:r,pulse:s,parent:a}}function Md(e,t){return e.$ref?e:e.data&&e.data.$ref?e.data:ne(t.getData(e.data).output)}function js(e,t,n,i,r){this.scope=e,this.input=t,this.output=n,this.values=i,this.aggregate=r,this.index={}}js.fromEntries=function(e,t){const n=t.length,i=t[n-1],r=t[n-2];let o=t[0],s=null,a=1;for(o&&o.type==="load"&&(o=t[1]),e.add(t[0]);a<n;++a)t[a].params.pulse=ne(t[a-1]),e.add(t[a]),t[a].type==="aggregate"&&(s=t[a]);return new js(e,o,r,i,s)};function F3(e){return X(e)?e:null}function J$(e,t,n){const i=gg(n.op,n.field);let r;if(t.ops){for(let o=0,s=t.as.length;o<s;++o)if(t.as[o]===i)return}else t.ops=["count"],t.fields=[null],t.as=["count"];n.op&&(t.ops.push((r=n.op.signal)?e.signalRef(r):n.op),t.fields.push(e.fieldRef(n.field)),t.as.push(i))}function vl(e,t,n,i,r,o,s){const a=t[n]||(t[n]={}),u=gQ(o);let l=F3(r),c,f;if(l!=null&&(e=t.scope,l=l+(u?"|"+u:""),c=a[l]),!c){const d=o?{field:wy,pulse:t.countsRef(e,r,o)}:{field:e.fieldRef(r),pulse:ne(t.output)};u&&(d.sort=e.sortRef(o)),f=e.add(pg(i,void 0,d)),s&&(t.index[r]=f),c=ne(f),l!=null&&(a[l]=c)}return c}js.prototype={countsRef(e,t,n){const i=this,r=i.counts||(i.counts={}),o=F3(t);let s,a,u;return o!=null&&(e=i.scope,s=r[o]),s?n&&n.field&&J$(e,s.agg.params,n):(u={groupby:e.fieldRef(t,"key"),pulse:ne(i.output)},n&&n.field&&J$(e,u,n),a=e.add(h3(u)),s=e.add(Fi({pulse:ne(a)})),s={agg:a,ref:ne(s)},o!=null&&(r[o]=s)),s.ref},tuplesRef(){return ne(this.values)},extentRef(e,t){return vl(e,this,"extent","extent",t,!1)},domainRef(e,t){return vl(e,this,"domain","values",t,!1)},valuesRef(e,t,n){return vl(e,this,"vals","values",t,n||!0)},lookupRef(e,t){return vl(e,this,"lookup","tupleindex",t,!1)},indataRef(e,t){return vl(e,this,"indata","tupleindex",t,!0,!0)}};function VZ(e,t,n){const i=e.from.facet,r=i.name,o=Md(i,t);let s;i.name||O("Facet must have a name: "+H(i)),i.data||O("Facet must reference a data set: "+H(i)),i.field?s=t.add(m3({field:t.fieldRef(i.field),pulse:o})):i.groupby?s=t.add(TQ({key:t.keyRef(i.groupby),group:ne(t.proxy(n.parent)),pulse:o})):O("Facet must specify groupby or field: "+H(i));const a=t.fork(),u=a.add(Fi()),l=a.add(aa({pulse:ne(u)}));a.addData(r,new js(a,u,u,l)),a.addSignal("parent",null),s.params.subflow={$subflow:a.parse(e).toRuntime()}}function YZ(e,t,n){const i=t.add(m3({pulse:n.pulse})),r=t.fork();r.add(aa()),r.addSignal("parent",null),i.params.subflow={$subflow:r.parse(e).toRuntime()}}function T3(e,t,n){const i=e.remove,r=e.insert,o=e.toggle,s=e.modify,a=e.values,u=t.add(Wh()),l="if("+e.trigger+',modify("'+n+'",'+[r,i,o,s,a].map(f=>f??"null").join(",")+"),0)",c=ir(l,t);u.update=c.$expr,u.params=c.$params}function xg(e,t){const n=A3(e),i=e.type===yg,r=e.from&&e.from.facet,o=e.overlap;let s=e.layout||n===I2||n===P2,a,u,l,c,f,d,h;const p=n===L2||s||r,g=GZ(e.from,i,t);u=t.add(CQ({key:g.key||(e.key?kc(e.key):void 0),pulse:g.pulse,clean:!i}));const m=ne(u);u=l=t.add(Fi({pulse:m})),u=t.add(NQ({markdef:IZ(e),interactive:zZ(e.interactive,t),clip:PZ(e.clip,t),context:{$context:!0},groups:t.lookup(),parent:t.signals.parent?t.signalRef("parent"):null,index:t.markpath(),pulse:ne(u)}));const y=ne(u);u=c=t.add(g3(f3(e.encode,e.type,n,e.style,t,{mod:!1,pulse:y}))),u.params.parent=t.encode(),e.transform&&e.transform.forEach(S=>{const w=Y2(S,t),_=w.metadata;(_.generates||_.changes)&&O("Mark transforms should not generate new data."),_.nomod||(c.params.mod=!0),w.params.pulse=ne(u),t.add(u=w)}),e.sort&&(u=t.add(WQ({sort:t.compareRef(e.sort),pulse:ne(u)})));const b=ne(u);(r||s)&&(s=t.add(b3({layout:t.objectProperty(e.layout),legends:t.legends,mark:y,pulse:b})),d=ne(s));const v=t.add(p3({mark:y,pulse:d||b}));h=ne(v),i&&(p&&(a=t.operators,a.pop(),s&&a.pop()),t.pushState(b,d||h,m),r?VZ(e,t,g):p?YZ(e,t,g):t.parse(e),t.popState(),p&&(s&&a.push(s),a.push(v))),o&&(h=XZ(o,h,t));const x=t.add(y3({pulse:h})),E=t.add(aa({pulse:ne(x)},void 0,t.parent()));e.name!=null&&(f=e.name,t.addData(f,new js(t,l,x,E)),e.on&&e.on.forEach(S=>{(S.insert||S.remove||S.toggle)&&O("Marks only support modify triggers."),T3(S,t,f)}))}function XZ(e,t,n){const i=e.method,r=e.bound,o=e.separation,s={separation:ft(o)?n.signalRef(o.signal):o,method:ft(i)?n.signalRef(i.signal):i,pulse:t};if(e.order&&(s.sort=n.compareRef({field:e.order})),r){const a=r.tolerance;s.boundTolerance=ft(a)?n.signalRef(a.signal):+a,s.boundScale=n.scaleRef(r.scale),s.boundOrient=r.orient}return ne(n.add(IQ(s)))}function KZ(e,t){const n=t.config.legend,i=e.encode||{},r=$n(e,n),o=i.legend||{},s=o.name||void 0,a=o.interactive,u=o.style,l={};let c=0,f,d,h;q2.forEach(v=>e[v]?(l[v]=e[v],c=c||e[v]):0),c||O("Missing valid scale for legend.");const p=JZ(e,t.scaleType(c)),g={title:e.title!=null,scales:l,type:p,vgrad:p!=="symbol"&&r.isVertical()},m=ne(t.add(Fi(null,[g]))),y={enter:{x:{value:0},y:{value:0}}},b=ne(t.add(OQ(d={type:p,scale:t.scaleRef(c),count:t.objectProperty(r("tickCount")),limit:t.property(r("symbolLimit")),values:t.objectProperty(e.values),minstep:t.property(e.tickMinStep),formatType:t.property(e.formatType),formatSpecifier:t.property(e.format)})));return p===Td?(h=[SZ(e,c,n,i.gradient),H$(e,n,i.labels,b)],d.count=d.count||t.signalRef(`max(2,2*floor((${As(r.gradientLength())})/100))`)):p===$y?h=[_Z(e,c,n,i.gradient,b),H$(e,n,i.labels,b)]:(f=CZ(e,n),h=[AZ(e,n,i,b,As(f.columns))],d.size=eee(e,t,h[0].marks)),h=[Cc({role:XJ,from:m,encode:y,marks:h,layout:f,interactive:a})],g.title&&h.push(LZ(e,n,i.title,m)),xg(Cc({role:VJ,from:m,encode:Hu(ZZ(r,e,n),o,ff),marks:h,aria:r("aria"),description:r("description"),zindex:r("zindex"),name:s,interactive:a,style:u}),t)}function JZ(e,t){let n=e.type||W$;return!e.type&&QZ(e)===1&&(e.fill||e.stroke)&&(n=Xv(t)?Td:b1(t)?$y:W$),n!==Td?n:b1(t)?$y:Td}function QZ(e){return q2.reduce((t,n)=>t+(e[n]?1:0),0)}function ZZ(e,t,n){const i={enter:{},update:{}};return Tt(i,{orient:e("orient"),offset:e("offset"),padding:e("padding"),titlePadding:e("titlePadding"),cornerRadius:e("cornerRadius"),fill:e("fillColor"),stroke:e("strokeColor"),strokeWidth:n.strokeWidth,strokeDash:n.strokeDash,x:e("legendX"),y:e("legendY"),format:t.format,formatType:t.formatType}),i}function eee(e,t,n){const i=As(Q$("size",e,n)),r=As(Q$("strokeWidth",e,n)),o=As(tee(n[1].encode,t,cf));return ir(`max(ceil(sqrt(${i})+${r}),${o})`,t)}function Q$(e,t,n){return t[e]?`scale("${t[e]}",datum)`:$3(e,n[0].encode)}function tee(e,t,n){return $3("fontSize",e)||wZ("fontSize",t,n)}const nee=`item.orient==="${Gu}"?-90:item.orient==="${Vu}"?90:0`;function iee(e,t){e=X(e)?{text:e}:e;const n=$n(e,t.config.title),i=e.encode||{},r=i.group||{},o=r.name||void 0,s=r.interactive,a=r.style,u=[],l={},c=ne(t.add(Fi(null,[l])));return u.push(see(e,n,ree(e),c)),e.subtitle&&u.push(aee(e,n,i.subtitle,c)),xg(Cc({role:ZJ,from:c,encode:oee(n,r),marks:u,aria:n("aria"),description:n("description"),zindex:n("zindex"),name:o,interactive:s,style:a}),t)}function ree(e){const t=e.encode;return t&&t.title||pe({name:e.name,interactive:e.interactive,style:e.style},t)}function oee(e,t){const n={enter:{},update:{}};return Tt(n,{orient:e("orient"),anchor:e("anchor"),align:{signal:H2},angle:{signal:nee},limit:e("limit"),frame:e("frame"),offset:e("offset")||0,padding:e("subtitlePadding")}),Hu(n,t,ff)}function see(e,t,n,i){const r={value:0},o=e.text,s={enter:{opacity:r},update:{opacity:{value:1}},exit:{opacity:r}};return Tt(s,{text:o,align:{signal:"item.mark.group.align"},angle:{signal:"item.mark.group.angle"},limit:{signal:"item.mark.group.limit"},baseline:"top",dx:t("dx"),dy:t("dy"),fill:t("color"),font:t("font"),fontSize:t("fontSize"),fontStyle:t("fontStyle"),fontWeight:t("fontWeight"),lineHeight:t("lineHeight")},{align:t("align"),angle:t("angle"),baseline:t("baseline")}),Un({type:ua,role:eQ,style:dZ,from:i,encode:s},n)}function aee(e,t,n,i){const r={value:0},o=e.subtitle,s={enter:{opacity:r},update:{opacity:{value:1}},exit:{opacity:r}};return Tt(s,{text:o,align:{signal:"item.mark.group.align"},angle:{signal:"item.mark.group.angle"},limit:{signal:"item.mark.group.limit"},baseline:"top",dx:t("dx"),dy:t("dy"),fill:t("subtitleColor"),font:t("subtitleFont"),fontSize:t("subtitleFontSize"),fontStyle:t("subtitleFontStyle"),fontWeight:t("subtitleFontWeight"),lineHeight:t("subtitleLineHeight")},{align:t("align"),angle:t("angle"),baseline:t("baseline")}),Un({type:ua,role:tQ,style:hZ,from:i,encode:s},n)}function uee(e,t){const n=[];e.transform&&e.transform.forEach(i=>{n.push(Y2(i,t))}),e.on&&e.on.forEach(i=>{T3(i,t,e.name)}),t.addDataPipeline(e.name,lee(e,t,n))}function lee(e,t,n){const i=[];let r=null,o=!1,s=!1,a,u,l,c,f;for(e.values?ft(e.values)||Cd(e.format)?(i.push(Z$(t,e)),i.push(r=os())):i.push(r=os({$ingest:e.values,$format:e.format})):e.url?Cd(e.url)||Cd(e.format)?(i.push(Z$(t,e)),i.push(r=os())):i.push(r=os({$request:e.url,$format:e.format})):e.source&&(r=a=K(e.source).map(d=>ne(t.getData(d).output)),i.push(null)),u=0,l=n.length;u<l;++u)c=n[u],f=c.metadata,!r&&!f.source&&i.push(r=os()),i.push(c),f.generates&&(s=!0),f.modifies&&!s&&(o=!0),f.source?r=c:f.changes&&(r=null);return a&&(l=a.length-1,i[0]=jQ({derive:o,pulse:l?a:a[0]}),(o||l)&&i.splice(1,0,os())),r||i.push(os()),i.push(aa({})),i}function os(e){const t=Fi({},e);return t.metadata={source:!0},t}function Z$(e,t){return RQ({url:t.url?e.property(t.url):void 0,async:t.async?e.property(t.async):void 0,values:t.values?e.property(t.values):void 0,format:e.objectProperty(t.format)})}const M3=e=>e===Po||e===Ti,wg=(e,t,n)=>ft(e)?hee(e.signal,t,n):e===Gu||e===Ti?t:n,bt=(e,t,n)=>ft(e)?fee(e.signal,t,n):M3(e)?t:n,vi=(e,t,n)=>ft(e)?dee(e.signal,t,n):M3(e)?n:t,D3=(e,t,n)=>ft(e)?pee(e.signal,t,n):e===Ti?{value:t}:{value:n},cee=(e,t,n)=>ft(e)?gee(e.signal,t,n):e===Vu?{value:t}:{value:n},fee=(e,t,n)=>O3(`${e} === '${Ti}' || ${e} === '${Po}'`,t,n),dee=(e,t,n)=>O3(`${e} !== '${Ti}' && ${e} !== '${Po}'`,t,n),hee=(e,t,n)=>X2(`${e} === '${Gu}' || ${e} === '${Ti}'`,t,n),pee=(e,t,n)=>X2(`${e} === '${Ti}'`,t,n),gee=(e,t,n)=>X2(`${e} === '${Vu}'`,t,n),O3=(e,t,n)=>(t=t!=null?yt(t):t,n=n!=null?yt(n):n,ek(t)&&ek(n)?(t=t?t.signal||H(t.value):null,n=n?n.signal||H(n.value):null,{signal:`${e} ? (${t}) : (${n})`}):[pe({test:e},t)].concat(n||[])),ek=e=>e==null||Object.keys(e).length===1,X2=(e,t,n)=>({signal:`${e} ? (${za(t)}) : (${za(n)})`}),mee=(e,t,n,i,r)=>({signal:(i!=null?`${e} === '${Gu}' ? (${za(i)}) : `:"")+(n!=null?`${e} === '${Po}' ? (${za(n)}) : `:"")+(r!=null?`${e} === '${Vu}' ? (${za(r)}) : `:"")+(t!=null?`${e} === '${Ti}' ? (${za(t)}) : `:"")+"(null)"}),za=e=>ft(e)?e.signal:e==null?null:H(e),yee=(e,t)=>t===0?0:ft(e)?{signal:`(${e.signal}) * ${t}`}:{value:e*t},Wa=(e,t)=>{const n=e.signal;return n&&n.endsWith("(null)")?{signal:n.slice(0,-6)+t.signal}:e};function Aa(e,t,n,i){let r;if(t&&J(t,e))return t[e];if(J(n,e))return n[e];if(e.startsWith("title")){switch(e){case"titleColor":r="fill";break;case"titleFont":case"titleFontSize":case"titleFontWeight":r=e[5].toLowerCase()+e.slice(6)}return i[j2][r]}else if(e.startsWith("label")){switch(e){case"labelColor":r="fill";break;case"labelFont":case"labelFontSize":r=e[5].toLowerCase()+e.slice(6)}return i[cf][r]}return null}function tk(e){const t={};for(const n of e)if(n)for(const i in n)t[i]=1;return Object.keys(t)}function bee(e,t){var n=t.config,i=n.style,r=n.axis,o=t.scaleType(e.scale)==="band"&&n.axisBand,s=e.orient,a,u,l;if(ft(s)){const f=tk([n.axisX,n.axisY]),d=tk([n.axisTop,n.axisBottom,n.axisLeft,n.axisRight]);a={};for(l of f)a[l]=bt(s,Aa(l,n.axisX,r,i),Aa(l,n.axisY,r,i));u={};for(l of d)u[l]=mee(s.signal,Aa(l,n.axisTop,r,i),Aa(l,n.axisBottom,r,i),Aa(l,n.axisLeft,r,i),Aa(l,n.axisRight,r,i))}else a=s===Ti||s===Po?n.axisX:n.axisY,u=n["axis"+s[0].toUpperCase()+s.slice(1)];return a||u||o?pe({},r,a,u,o):r}function vee(e,t,n,i){const r=$n(e,t),o=e.orient;let s,a;const u={enter:s={opacity:Se},update:a={opacity:Jn},exit:{opacity:Se}};Tt(u,{stroke:r("domainColor"),strokeCap:r("domainCap"),strokeDash:r("domainDash"),strokeDashOffset:r("domainDashOffset"),strokeWidth:r("domainWidth"),strokeOpacity:r("domainOpacity")});const l=nk(e,0),c=nk(e,1);return s.x=a.x=bt(o,l,Se),s.x2=a.x2=bt(o,c),s.y=a.y=vi(o,l,Se),s.y2=a.y2=vi(o,c),Un({type:W2,role:jJ,from:i,encode:u},n)}function nk(e,t){return{scale:e.scale,range:t}}function xee(e,t,n,i,r){const o=$n(e,t),s=e.orient,a=e.gridScale,u=wg(s,1,-1),l=wee(e.offset,u);let c,f,d;const h={enter:c={opacity:Se},update:d={opacity:Jn},exit:f={opacity:Se}};Tt(h,{stroke:o("gridColor"),strokeCap:o("gridCap"),strokeDash:o("gridDash"),strokeDashOffset:o("gridDashOffset"),strokeOpacity:o("gridOpacity"),strokeWidth:o("gridWidth")});const p={scale:e.scale,field:Kn,band:r.band,extra:r.extra,offset:r.offset,round:o("tickRound")},g=bt(s,{signal:"height"},{signal:"width"}),m=a?{scale:a,range:0,mult:u,offset:l}:{value:0,offset:l},y=a?{scale:a,range:1,mult:u,offset:l}:pe(g,{mult:u,offset:l});return c.x=d.x=bt(s,p,m),c.y=d.y=vi(s,p,m),c.x2=d.x2=vi(s,y),c.y2=d.y2=bt(s,y),f.x=bt(s,p),f.y=vi(s,p),Un({type:W2,role:qJ,key:Kn,from:i,encode:h},n)}function wee(e,t){if(t!==1)if(!Y(e))e=ft(t)?{signal:`(${t.signal}) * (${e||0})`}:t*(e||0);else{let n=e=pe({},e);for(;n.mult!=null;)if(Y(n.mult))n=n.mult=pe({},n.mult);else return n.mult=ft(t)?{signal:`(${n.mult}) * (${t.signal})`}:n.mult*t,e;n.mult=t}return e}function Eee(e,t,n,i,r,o){const s=$n(e,t),a=e.orient,u=wg(a,-1,1);let l,c,f;const d={enter:l={opacity:Se},update:f={opacity:Jn},exit:c={opacity:Se}};Tt(d,{stroke:s("tickColor"),strokeCap:s("tickCap"),strokeDash:s("tickDash"),strokeDashOffset:s("tickDashOffset"),strokeOpacity:s("tickOpacity"),strokeWidth:s("tickWidth")});const h=yt(r);h.mult=u;const p={scale:e.scale,field:Kn,band:o.band,extra:o.extra,offset:o.offset,round:s("tickRound")};return f.y=l.y=bt(a,Se,p),f.y2=l.y2=bt(a,h),c.x=bt(a,p),f.x=l.x=vi(a,Se,p),f.x2=l.x2=vi(a,h),c.y=vi(a,p),Un({type:W2,role:HJ,key:Kn,from:i,encode:d},n)}function p0(e,t,n,i,r){return{signal:'flush(range("'+e+'"), scale("'+e+'", datum.value), '+t+","+n+","+i+","+r+")"}}function See(e,t,n,i,r,o){const s=$n(e,t),a=e.orient,u=e.scale,l=wg(a,-1,1),c=As(s("labelFlush")),f=As(s("labelFlushOffset")),d=s("labelAlign"),h=s("labelBaseline");let p=c===0||!!c,g;const m=yt(r);m.mult=l,m.offset=yt(s("labelPadding")||0),m.offset.mult=l;const y={scale:u,field:Kn,band:.5,offset:k3(o.offset,s("labelOffset"))},b=bt(a,p?p0(u,c,'"left"','"right"','"center"'):{value:"center"},cee(a,"left","right")),v=bt(a,D3(a,"bottom","top"),p?p0(u,c,'"top"','"bottom"','"middle"'):{value:"middle"}),x=p0(u,c,`-(${f})`,f,0);p=p&&f;const E={opacity:Se,x:bt(a,y,m),y:vi(a,y,m)},S={enter:E,update:g={opacity:Jn,text:{field:U2},x:E.x,y:E.y,align:b,baseline:v},exit:{opacity:Se,x:E.x,y:E.y}};Tt(S,{dx:!d&&p?bt(a,x):null,dy:!h&&p?vi(a,x):null}),Tt(S,{angle:s("labelAngle"),fill:s("labelColor"),fillOpacity:s("labelOpacity"),font:s("labelFont"),fontSize:s("labelFontSize"),fontWeight:s("labelFontWeight"),fontStyle:s("labelFontStyle"),limit:s("labelLimit"),lineHeight:s("labelLineHeight")},{align:d,baseline:h});const w=s("labelBound");let _=s("labelOverlap");return _=_||w?{separation:s("labelSeparation"),method:_,order:"datum.index",bound:w?{scale:u,orient:a,tolerance:w}:null}:void 0,g.align!==b&&(g.align=Wa(g.align,b)),g.baseline!==v&&(g.baseline=Wa(g.baseline,v)),Un({type:ua,role:WJ,style:cf,key:Kn,from:i,encode:S,overlap:_},n)}function _ee(e,t,n,i){const r=$n(e,t),o=e.orient,s=wg(o,-1,1);let a,u;const l={enter:a={opacity:Se,anchor:yt(r("titleAnchor",null)),align:{signal:H2}},update:u=pe({},a,{opacity:Jn,text:yt(e.title)}),exit:{opacity:Se}},c={signal:`lerp(range("${e.scale}"), ${bg(0,1,.5)})`};return u.x=bt(o,c),u.y=vi(o,c),a.angle=bt(o,Se,yee(s,90)),a.baseline=bt(o,D3(o,Po,Ti),{value:Po}),u.angle=a.angle,u.baseline=a.baseline,Tt(l,{fill:r("titleColor"),fillOpacity:r("titleOpacity"),font:r("titleFont"),fontSize:r("titleFontSize"),fontStyle:r("titleFontStyle"),fontWeight:r("titleFontWeight"),limit:r("titleLimit"),lineHeight:r("titleLineHeight")},{align:r("titleAlign"),angle:r("titleAngle"),baseline:r("titleBaseline")}),$ee(r,o,l,n),l.update.align=Wa(l.update.align,a.align),l.update.angle=Wa(l.update.angle,a.angle),l.update.baseline=Wa(l.update.baseline,a.baseline),Un({type:ua,role:GJ,style:j2,from:i,encode:l},n)}function $ee(e,t,n,i){const r=(a,u)=>a!=null?(n.update[u]=Wa(yt(a),n.update[u]),!1):!Da(u,i),o=r(e("titleX"),"x"),s=r(e("titleY"),"y");n.enter.auto=s===o?yt(s):bt(t,yt(s),yt(o))}function kee(e,t){const n=bee(e,t),i=e.encode||{},r=i.axis||{},o=r.name||void 0,s=r.interactive,a=r.style,u=$n(e,n),l=EZ(u),c={scale:e.scale,ticks:!!u("ticks"),labels:!!u("labels"),grid:!!u("grid"),domain:!!u("domain"),title:e.title!=null},f=ne(t.add(Fi({},[c]))),d=ne(t.add(AQ({scale:t.scaleRef(e.scale),extra:t.property(l.extra),count:t.objectProperty(e.tickCount),values:t.objectProperty(e.values),minstep:t.property(e.tickMinStep),formatType:t.property(e.formatType),formatSpecifier:t.property(e.format)}))),h=[];let p;return c.grid&&h.push(xee(e,n,i.grid,d,l)),c.ticks&&(p=u("tickSize"),h.push(Eee(e,n,i.ticks,d,p,l))),c.labels&&(p=c.ticks?p:0,h.push(See(e,n,i.labels,d,p,l))),c.domain&&h.push(vee(e,n,i.domain,f)),c.title&&h.push(_ee(e,n,i.title,f)),xg(Cc({role:UJ,from:f,encode:Hu(Aee(u,e),r,ff),marks:h,aria:u("aria"),description:u("description"),zindex:u("zindex"),name:o,interactive:s,style:a}),t)}function Aee(e,t){const n={enter:{},update:{}};return Tt(n,{orient:e("orient"),offset:e("offset")||0,position:di(t.position,0),titlePadding:e("titlePadding"),minExtent:e("minExtent"),maxExtent:e("maxExtent"),range:{signal:`abs(span(range("${t.scale}")))`},translate:e("translate"),format:t.format,formatType:t.formatType}),n}function R3(e,t,n){const i=K(e.signals),r=K(e.scales);return n||i.forEach(o=>d3(o,t)),K(e.projections).forEach(o=>oZ(o,t)),r.forEach(o=>VQ(o,t)),K(e.data).forEach(o=>uee(o,t)),r.forEach(o=>YQ(o,t)),(n||i).forEach(o=>kQ(o,t)),K(e.axes).forEach(o=>kee(o,t)),K(e.marks).forEach(o=>xg(o,t)),K(e.legends).forEach(o=>KZ(o,t)),e.title&&iee(e.title,t),t.parseLambdas(),t}const Cee=e=>Hu({enter:{x:{value:0},y:{value:0}},update:{width:{signal:"width"},height:{signal:"height"}}},e);function Fee(e,t){const n=t.config,i=ne(t.root=t.add(Wh())),r=Tee(e,n);r.forEach(l=>d3(l,t)),t.description=e.description||n.description,t.eventConfig=n.events,t.legends=t.objectProperty(n.legend&&n.legend.layout),t.locale=n.locale;const o=t.add(Fi()),s=t.add(g3(f3(Cee(e.encode),yg,P2,e.style,t,{pulse:ne(o)}))),a=t.add(b3({layout:t.objectProperty(e.layout),legends:t.legends,autosize:t.signalRef("autosize"),mark:i,pulse:ne(s)}));t.operators.pop(),t.pushState(ne(s),ne(a),null),R3(e,t,r),t.operators.push(a);let u=t.add(p3({mark:i,pulse:ne(a)}));return u=t.add(y3({pulse:ne(u)})),u=t.add(aa({pulse:ne(u)})),t.addData("root",new js(t,o,o,u)),t}function xl(e,t){return t&&t.signal?{name:e,update:t.signal}:{name:e,value:t}}function Tee(e,t){const n=s=>di(e[s],t[s]),i=[xl("background",n("background")),xl("autosize",IJ(n("autosize"))),xl("padding",BJ(n("padding"))),xl("width",n("width")||0),xl("height",n("height")||0)],r=i.reduce((s,a)=>(s[a.name]=a,s),{}),o={};return K(e.signals).forEach(s=>{J(r,s.name)?s=pe(r[s.name],s):i.push(s),o[s.name]=s}),K(t.signals).forEach(s=>{!J(o,s.name)&&!J(r,s.name)&&i.push(s)}),i}function N3(e,t){this.config=e||{},this.options=t||{},this.bindings=[],this.field={},this.signals={},this.lambdas={},this.scales={},this.events={},this.data={},this.streams=[],this.updates=[],this.operators=[],this.eventConfig=null,this.locale=null,this._id=0,this._subid=0,this._nextsub=[0],this._parent=[],this._encode=[],this._lookup=[],this._markpath=[]}function ik(e){this.config=e.config,this.options=e.options,this.legends=e.legends,this.field=Object.create(e.field),this.signals=Object.create(e.signals),this.lambdas=Object.create(e.lambdas),this.scales=Object.create(e.scales),this.events=Object.create(e.events),this.data=Object.create(e.data),this.streams=[],this.updates=[],this.operators=[],this._id=0,this._subid=++e._nextsub[0],this._nextsub=e._nextsub,this._parent=e._parent.slice(),this._encode=e._encode.slice(),this._lookup=e._lookup.slice(),this._markpath=e._markpath}N3.prototype=ik.prototype={parse(e){return R3(e,this)},fork(){return new ik(this)},isSubscope(){return this._subid>0},toRuntime(){return this.finish(),{description:this.description,operators:this.operators,streams:this.streams,updates:this.updates,bindings:this.bindings,eventConfig:this.eventConfig,locale:this.locale}},id(){return(this._subid?this._subid+":":0)+this._id++},add(e){return this.operators.push(e),e.id=this.id(),e.refs&&(e.refs.forEach(t=>{t.$ref=e.id}),e.refs=null),e},proxy(e){const t=e instanceof xy?ne(e):e;return this.add(UQ({value:t}))},addStream(e){return this.streams.push(e),e.id=this.id(),e},addUpdate(e){return this.updates.push(e),e},finish(){let e,t;this.root&&(this.root.root=!0);for(e in this.signals)this.signals[e].signal=e;for(e in this.scales)this.scales[e].scale=e;function n(i,r,o){let s,a;i&&(s=i.data||(i.data={}),a=s[r]||(s[r]=[]),a.push(o))}for(e in this.data){t=this.data[e],n(t.input,e,"input"),n(t.output,e,"output"),n(t.values,e,"values");for(const i in t.index)n(t.index[i],e,"index:"+i)}return this},pushState(e,t,n){this._encode.push(ne(this.add(aa({pulse:e})))),this._parent.push(t),this._lookup.push(n?ne(this.proxy(n)):null),this._markpath.push(-1)},popState(){this._encode.pop(),this._parent.pop(),this._lookup.pop(),this._markpath.pop()},parent(){return Ee(this._parent)},encode(){return Ee(this._encode)},lookup(){return Ee(this._lookup)},markpath(){const e=this._markpath;return++e[e.length-1]},fieldRef(e,t){if(X(e))return kc(e,t);e.signal||O("Unsupported field reference: "+H(e));const n=e.signal;let i=this.field[n];if(!i){const r={name:this.signalRef(n)};t&&(r.as=t),this.field[n]=i=ne(this.add(MQ(r)))}return i},compareRef(e){let t=!1;const n=o=>ft(o)?(t=!0,this.signalRef(o.signal)):mQ(o)?(t=!0,this.exprRef(o.expr)):o,i=K(e.field).map(n),r=K(e.order).map(n);return t?ne(this.add(q$({fields:i,orders:r}))):U$(i,r)},keyRef(e,t){let n=!1;const i=o=>ft(o)?(n=!0,ne(r[o.signal])):o,r=this.signals;return e=K(e).map(i),n?ne(this.add(DQ({fields:e,flat:t}))):dQ(e,t)},sortRef(e){if(!e)return e;const t=gg(e.op,e.field),n=e.order||hQ;return n.signal?ne(this.add(q$({fields:t,orders:this.signalRef(n.signal)}))):U$(t,n)},event(e,t){const n=e+":"+t;if(!this.events[n]){const i=this.id();this.streams.push({id:i,source:e,type:t}),this.events[n]=i}return this.events[n]},hasOwnSignal(e){return J(this.signals,e)},addSignal(e,t){this.hasOwnSignal(e)&&O("Duplicate signal name: "+H(e));const n=t instanceof xy?t:this.add(Wh(t));return this.signals[e]=n},getSignal(e){return this.signals[e]||O("Unrecognized signal name: "+H(e)),this.signals[e]},signalRef(e){return this.signals[e]?ne(this.signals[e]):(J(this.lambdas,e)||(this.lambdas[e]=this.add(Wh(null))),ne(this.lambdas[e]))},parseLambdas(){const e=Object.keys(this.lambdas);for(let t=0,n=e.length;t<n;++t){const i=e[t],r=ir(i,this),o=this.lambdas[i];o.params=r.$params,o.update=r.$expr}},property(e){return e&&e.signal?this.signalRef(e.signal):e},objectProperty(e){return!e||!Y(e)?e:this.signalRef(e.signal||K2(e))},exprRef(e,t){const n={expr:ir(e,this)};return t&&(n.expr.$name=t),ne(this.add(FQ(n)))},addBinding(e,t){this.bindings||O("Nested signals do not support binding: "+H(e)),this.bindings.push(pe({signal:e},t))},addScaleProj(e,t){J(this.scales,e)&&O("Duplicate scale or projection name: "+H(e)),this.scales[e]=this.add(t)},addScale(e,t){this.addScaleProj(e,qQ(t))},addProjection(e,t){this.addScaleProj(e,BQ(t))},getScale(e){return this.scales[e]||O("Unrecognized scale name: "+H(e)),this.scales[e]},scaleRef(e){return ne(this.getScale(e))},scaleType(e){return this.getScale(e).params.type},projectionRef(e){return this.scaleRef(e)},projectionType(e){return this.scaleType(e)},addData(e,t){return J(this.data,e)&&O("Duplicate data set name: "+H(e)),this.data[e]=t},getData(e){return this.data[e]||O("Undefined data set name: "+H(e)),this.data[e]},addDataPipeline(e,t){return J(this.data,e)&&O("Duplicate data set name: "+H(e)),this.addData(e,js.fromEntries(this,t))}};function K2(e){return(P(e)?Mee:Dee)(e)}function Mee(e){const t=e.length;let n="[";for(let i=0;i<t;++i){const r=e[i];n+=(i>0?",":"")+(Y(r)?r.signal||K2(r):H(r))}return n+"]"}function Dee(e){let t="{",n=0,i,r;for(i in e)r=e[i],t+=(++n>1?",":"")+H(i)+":"+(Y(r)?r.signal||K2(r):H(r));return t+"}"}function Oee(){const e="sans-serif",i="#4c78a8",r="#000",o="#888",s="#ddd";return{description:"Vega visualization",padding:0,autosize:"pad",background:null,events:{defaults:{allow:["wheel"]}},group:null,mark:null,arc:{fill:i},area:{fill:i},image:null,line:{stroke:i,strokeWidth:2},path:{stroke:i},rect:{fill:i},rule:{stroke:r},shape:{stroke:i},symbol:{fill:i,size:64},text:{fill:r,font:e,fontSize:11},trail:{fill:i,size:2},style:{"guide-label":{fill:r,font:e,fontSize:10},"guide-title":{fill:r,font:e,fontSize:11,fontWeight:"bold"},"group-title":{fill:r,font:e,fontSize:13,fontWeight:"bold"},"group-subtitle":{fill:r,font:e,fontSize:12},point:{size:30,strokeWidth:2,shape:"circle"},circle:{size:30,strokeWidth:2},square:{size:30,strokeWidth:2,shape:"square"},cell:{fill:"transparent",stroke:s},view:{fill:"transparent"}},title:{orient:"top",anchor:"middle",offset:4,subtitlePadding:3},axis:{minExtent:0,maxExtent:200,bandPosition:.5,domain:!0,domainWidth:1,domainColor:o,grid:!1,gridWidth:1,gridColor:s,labels:!0,labelAngle:0,labelLimit:180,labelOffset:0,labelPadding:2,ticks:!0,tickColor:o,tickOffset:0,tickRound:!0,tickSize:5,tickWidth:1,titlePadding:4},axisBand:{tickOffset:-.5},projection:{type:"mercator"},legend:{orient:"right",padding:0,gridAlign:"each",columnPadding:10,rowPadding:2,symbolDirection:"vertical",gradientDirection:"vertical",gradientLength:200,gradientThickness:16,gradientStrokeColor:s,gradientStrokeWidth:0,gradientLabelOffset:2,labelAlign:"left",labelBaseline:"middle",labelLimit:160,labelOffset:4,labelOverlap:!0,symbolLimit:30,symbolType:"circle",symbolSize:100,symbolOffset:0,symbolStrokeWidth:1.5,symbolBaseFillColor:"transparent",symbolBaseStrokeColor:o,titleLimit:180,titleOrient:"top",titlePadding:5,layout:{offset:18,direction:"horizontal",left:{direction:"vertical"},right:{direction:"vertical"}}},range:{category:{scheme:"tableau10"},ordinal:{scheme:"blues"},heatmap:{scheme:"yellowgreenblue"},ramp:{scheme:"blues"},diverging:{scheme:"blueorange",extent:[1,0]},symbol:["circle","square","triangle-up","cross","diamond","triangle-right","triangle-down","triangle-left"]}}}function Ree(e,t,n){return Y(e)||O("Input Vega specification must be an object."),t=Ou(Oee(),t,e.config),Fee(e,new N3(t,n)).toRuntime()}var Nee="6.2.0";pe(tu,a9,aj,zj,_W,fH,IG,yG,BG,cV,xV,AV);const Lee=Nee,Pee=Object.freeze(Object.defineProperty({__proto__:null,Bounds:st,CanvasHandler:ef,CanvasRenderer:ah,DATE:vn,DAY:zt,DAYOFYEAR:tr,Dataflow:Ua,Debug:sC,DisallowedObjectProperties:hb,Error:pb,EventStream:kp,Gradient:CM,GroupItem:Hp,HOURS:In,Handler:xx,HybridHandler:bD,HybridRenderer:F1,Info:oC,Item:Wp,MILLISECONDS:Ei,MINUTES:zn,MONTH:Wt,Marks:Bn,MultiPulse:Pb,None:rC,Operator:Ie,Parameters:$p,Pulse:Ao,QUARTER:bn,RenderType:vo,Renderer:Zc,ResourceLoader:RM,SECONDS:ei,SVGHandler:oD,SVGRenderer:kx,SVGStringRenderer:yD,Scenegraph:JM,TIME_UNITS:Ab,Transform:D,View:ZR,WEEK:lt,Warn:gb,YEAR:Ft,accessor:_n,accessorFields:qt,accessorName:Ze,array:K,ascending:Nu,bandwidthNRD:Ub,bin:OF,bootstrapCI:RF,boundClip:CD,boundContext:Xc,boundItem:_1,boundMark:VM,boundStroke:Yr,changeset:ra,clampRange:yC,codegenExpression:kR,compare:vb,constant:Yt,cumulativeLogNormal:Vb,cumulativeNormal:Cp,cumulativeUniform:Jb,dayofyear:BC,debounce:xb,defaultLocale:Db,definition:TF,densityLogNormal:Gb,densityNormal:jb,densityUniform:Kb,domChild:ut,domClear:Wn,domCreate:yo,domFind:vx,dotbin:NF,error:O,expressionFunction:rt,extend:pe,extent:Qi,extentIndex:bC,falsy:oo,fastmap:Lu,field:Qn,flush:vC,font:Kp,fontFamily:Qc,fontSize:lr,format:ld,formatLocale:Ud,formats:Nb,hasOwnProperty:J,id:Pc,identity:Vt,inferType:vF,inferTypes:xF,ingest:Ce,inherits:G,inrange:Ra,interpolate:Kv,interpolateColors:jp,interpolateRange:pM,intersect:_D,intersectBoxLine:Na,intersectPath:rx,intersectPoint:ox,intersectRule:LM,isArray:P,isBoolean:ea,isDate:$o,isFunction:fe,isIterable:xC,isNumber:$e,isObject:Y,isRegExp:wb,isString:X,isTuple:Sp,key:Eb,lerp:wC,lineHeight:Ro,loader:wp,locale:yF,logger:hp,lruCache:EC,markup:$x,merge:SC,mergeConfig:Ou,multiLineOffset:mx,one:Du,pad:_C,panLinear:fC,panLog:dC,panPow:hC,panSymlog:pC,parse:Ree,parseExpression:_2,parseSelector:Vo,path:db,pathCurves:tx,pathEqual:FD,pathParse:su,pathRectangle:MM,pathRender:gc,pathSymbols:TM,pathTrail:DM,peek:Ee,point:Qp,projection:Hx,quantileLogNormal:Yb,quantileNormal:Fp,quantileUniform:Qb,quantiles:zb,quantizeInterpolator:gM,quarter:gC,quartiles:Bb,get random(){return ti},randomInteger:f4,randomKDE:Wb,randomLCG:c4,randomLogNormal:PF,randomMixture:IF,randomNormal:qb,randomUniform:zF,read:SF,regressionConstant:Zb,regressionExp:UF,regressionLinear:ev,regressionLoess:WF,regressionLog:BF,regressionPoly:qF,regressionPow:jF,regressionQuad:tv,renderModule:Zp,repeat:Al,resetDefaultLocale:u6,resetSVGDefIds:$U,responseType:EF,runtimeContext:BR,sampleCurve:Mp,sampleLogNormal:Hb,sampleNormal:Ap,sampleUniform:Xb,scale:Ae,sceneEqual:Ax,sceneFromJSON:XM,scenePickVisit:Zd,sceneToJSON:YM,sceneVisit:Si,sceneZOrder:sx,scheme:Jv,serializeXML:hD,setHybridRendererOptions:wU,setRandom:u4,span:Ic,splitAccessPath:ar,stringValue:H,textMetrics:Rn,timeBin:iF,timeFloor:VC,timeFormatLocale:fc,timeInterval:zu,timeOffset:KC,timeSequence:ZC,timeUnitSpecifier:zC,timeUnits:Cb,toBoolean:Sb,toDate:_b,toNumber:Ut,toSet:wi,toString:$b,transform:MF,transforms:tu,truncate:$C,truthy:Zn,tupleid:ie,typeParsers:h1,utcFloor:YC,utcInterval:Bu,utcOffset:JC,utcSequence:eF,utcdayofyear:qC,utcquarter:mC,utcweek:WC,version:Lee,visitArray:uo,week:UC,writeConfig:Ru,zero:po,zoomLinear:mb,zoomLog:yb,zoomPow:Pd,zoomSymlog:bb},Symbol.toStringTag,{value:"Module"})),Iee=/("(?:[^\\"]|\\.)*")|[:,]/g;function g0(e,t={}){const n=JSON.stringify([1],void 0,t.indent===void 0?2:t.indent).slice(2,-3),i=n===""?1/0:t.maxLength===void 0?80:t.maxLength;let{replacer:r}=t;return(function o(s,a,u){s&&typeof s.toJSON=="function"&&(s=s.toJSON());const l=JSON.stringify(s,r);if(l===void 0)return l;const c=i-a.length-u;if(l.length<=c){const f=l.replace(Iee,(d,h)=>h||`${d} `);if(f.length<=c)return f}if(r!=null&&(s=JSON.parse(l),r=void 0),typeof s=="object"&&s!==null){const f=a+n,d=[];let h=0,p,g;if(Array.isArray(s)){p="[",g="]";const{length:m}=s;for(;h<m;h++)d.push(o(s[h],f,h===m-1?0:1)||"null")}else{p="{",g="}";const m=Object.keys(s),{length:y}=m;for(;h<y;h++){const b=m[h],v=`${JSON.stringify(b)}: `,x=o(s[b],f,v.length+(h===y-1?0:1));x!==void 0&&d.push(v+x)}}if(d.length>0)return[p,n+d.join(`,
14
+ ${f}`),g].join(`
15
+ ${a}`)}return l})(e,"",0)}function zee(e,t,n){let i;t.x2&&(t.x?(n&&e.x>e.x2&&(i=e.x,e.x=e.x2,e.x2=i),e.width=e.x2-e.x):e.x=e.x2-(e.width||0)),t.xc&&(e.x=e.xc-(e.width||0)/2),t.y2&&(t.y?(n&&e.y>e.y2&&(i=e.y,e.y=e.y2,e.y2=i),e.height=e.y2-e.y):e.y=e.y2-(e.height||0)),t.yc&&(e.y=e.yc-(e.height||0)/2)}var Bee={NaN:NaN,E:Math.E,LN2:Math.LN2,LN10:Math.LN10,LOG2E:Math.LOG2E,LOG10E:Math.LOG10E,PI:Math.PI,SQRT1_2:Math.SQRT1_2,SQRT2:Math.SQRT2,MIN_VALUE:Number.MIN_VALUE,MAX_VALUE:Number.MAX_VALUE},Uee={"*":(e,t)=>e*t,"+":(e,t)=>e+t,"-":(e,t)=>e-t,"/":(e,t)=>e/t,"%":(e,t)=>e%t,">":(e,t)=>e>t,"<":(e,t)=>e<t,"<=":(e,t)=>e<=t,">=":(e,t)=>e>=t,"==":(e,t)=>e==t,"!=":(e,t)=>e!=t,"===":(e,t)=>e===t,"!==":(e,t)=>e!==t,"&":(e,t)=>e&t,"|":(e,t)=>e|t,"^":(e,t)=>e^t,"<<":(e,t)=>e<<t,">>":(e,t)=>e>>t,">>>":(e,t)=>e>>>t},jee={"+":e=>+e,"-":e=>-e,"~":e=>~e,"!":e=>!e};const qee=Array.prototype.slice,ss=(e,t,n)=>{const i=n?n(t[0]):t[0];return i[e].apply(i,qee.call(t,1))},Wee=(e,t=0,n=1,i=0,r=0,o=0,s=0)=>X(e)?new Date(e):new Date(e,t,n,i,r,o,s);var Hee={isNaN:Number.isNaN,isFinite:Number.isFinite,abs:Math.abs,acos:Math.acos,asin:Math.asin,atan:Math.atan,atan2:Math.atan2,ceil:Math.ceil,cos:Math.cos,exp:Math.exp,floor:Math.floor,log:Math.log,max:Math.max,min:Math.min,pow:Math.pow,random:Math.random,round:Math.round,sin:Math.sin,sqrt:Math.sqrt,tan:Math.tan,clamp:(e,t,n)=>Math.max(t,Math.min(n,e)),now:Date.now,utc:Date.UTC,datetime:Wee,date:e=>new Date(e).getDate(),day:e=>new Date(e).getDay(),year:e=>new Date(e).getFullYear(),month:e=>new Date(e).getMonth(),hours:e=>new Date(e).getHours(),minutes:e=>new Date(e).getMinutes(),seconds:e=>new Date(e).getSeconds(),milliseconds:e=>new Date(e).getMilliseconds(),time:e=>new Date(e).getTime(),timezoneoffset:e=>new Date(e).getTimezoneOffset(),utcdate:e=>new Date(e).getUTCDate(),utcday:e=>new Date(e).getUTCDay(),utcyear:e=>new Date(e).getUTCFullYear(),utcmonth:e=>new Date(e).getUTCMonth(),utchours:e=>new Date(e).getUTCHours(),utcminutes:e=>new Date(e).getUTCMinutes(),utcseconds:e=>new Date(e).getUTCSeconds(),utcmilliseconds:e=>new Date(e).getUTCMilliseconds(),length:e=>e.length,join:function(){return ss("join",arguments)},indexof:function(){return ss("indexOf",arguments)},lastindexof:function(){return ss("lastIndexOf",arguments)},slice:function(){return ss("slice",arguments)},reverse:e=>e.slice().reverse(),sort:e=>e.slice().sort(Nu),parseFloat,parseInt,upper:e=>String(e).toUpperCase(),lower:e=>String(e).toLowerCase(),substring:function(){return ss("substring",arguments,String)},split:function(){return ss("split",arguments,String)},replace:function(){return ss("replace",arguments,String)},trim:e=>String(e).trim(),btoa:e=>btoa(e),atob:e=>atob(e),regexp:RegExp,test:(e,t)=>RegExp(e).test(t)};const Gee=["view","item","group","xy","x","y"],Ay=new Set([Function,eval,setTimeout,setInterval]);typeof setImmediate=="function"&&Ay.add(setImmediate);const Vee={Literal:(e,t)=>t.value,Identifier:(e,t)=>{const n=t.name;return e.memberDepth>0?n:n==="datum"?e.datum:n==="event"?e.event:n==="item"?e.item:Bee[n]||e.params["$"+n]},MemberExpression:(e,t)=>{const n=!t.computed,i=e(t.object);n&&(e.memberDepth+=1);const r=e(t.property);if(n&&(e.memberDepth-=1),Ay.has(i[r])){console.error(`Prevented interpretation of member "${r}" which could lead to insecure code execution`);return}return i[r]},CallExpression:(e,t)=>{const n=t.arguments;let i=t.callee.name;return i.startsWith("_")&&(i=i.slice(1)),i==="if"?e(n[0])?e(n[1]):e(n[2]):(e.fn[i]||Hee[i]).apply(e.fn,n.map(e))},ArrayExpression:(e,t)=>t.elements.map(e),BinaryExpression:(e,t)=>Uee[t.operator](e(t.left),e(t.right)),UnaryExpression:(e,t)=>jee[t.operator](e(t.argument)),ConditionalExpression:(e,t)=>e(t.test)?e(t.consequent):e(t.alternate),LogicalExpression:(e,t)=>t.operator==="&&"?e(t.left)&&e(t.right):e(t.left)||e(t.right),ObjectExpression:(e,t)=>t.properties.reduce((n,i)=>{e.memberDepth+=1;const r=e(i.key);e.memberDepth-=1;const o=e(i.value);return hb.has(r)?console.error(`Prevented interpretation of property "${r}" which could lead to insecure code execution`):Ay.has(o)?console.error(`Prevented interpretation of method "${r}" which could lead to insecure code execution`):n[r]=o,n},{})};function wl(e,t,n,i,r,o){const s=a=>Vee[a.type](s,a);return s.memberDepth=0,s.fn=Object.create(t),s.params=n,s.datum=i,s.event=r,s.item=o,Gee.forEach(a=>s.fn[a]=(...u)=>r.vega[a](...u)),s(e)}var Yee={operator(e,t){const n=t.ast,i=e.functions;return r=>wl(n,i,r)},parameter(e,t){const n=t.ast,i=e.functions;return(r,o)=>wl(n,i,o,r)},event(e,t){const n=t.ast,i=e.functions;return r=>wl(n,i,void 0,void 0,r)},handler(e,t){const n=t.ast,i=e.functions;return(r,o)=>{const s=o.item&&o.item.datum;return wl(n,i,r,s,o)}},encode(e,t){const{marktype:n,channels:i}=t,r=e.functions,o=n==="group"||n==="image"||n==="rect";return(s,a)=>{const u=s.datum;let l=0,c;for(const f in i)c=wl(i[f].ast,r,a,u,void 0,s),s[f]!==c&&(s[f]=c,l=1);return n!=="rule"&&zee(s,i,o),l}}},Xee="6.4.2",Kee={version:Xee};function J2(e){return U(e,"or")}function Q2(e){return U(e,"and")}function Z2(e){return U(e,"not")}function Dd(e,t){if(Z2(e))Dd(e.not,t);else if(Q2(e))for(const n of e.and)Dd(n,t);else if(J2(e))for(const n of e.or)Dd(n,t);else t(e)}function Ha(e,t){return Z2(e)?{not:Ha(e.not,t)}:Q2(e)?{and:e.and.map(n=>Ha(n,t))}:J2(e)?{or:e.or.map(n=>Ha(n,t))}:t(e)}const le=structuredClone;function L3(e){throw new Error(e)}function pu(e,t){const n={};for(const i of t)J(e,i)&&(n[i]=e[i]);return n}function Ln(e,t){const n={...e};for(const i of t)delete n[i];return n}Set.prototype.toJSON=function(){return`Set(${[...this].map(e=>Re(e)).join(",")})`};function me(e){if($e(e))return e;const t=X(e)?e:Re(e);if(t.length<250)return t;let n=0;for(let i=0;i<t.length;i++){const r=t.charCodeAt(i);n=(n<<5)-n+r,n=n&n}return n}function Cy(e){return e===!1||e===null}function xe(e,t){return e.includes(t)}function gu(e,t){let n=0;for(const[i,r]of e.entries())if(t(r,i,n++))return!0;return!1}function ew(e,t){let n=0;for(const[i,r]of e.entries())if(!t(r,i,n++))return!1;return!0}function P3(e,...t){for(const n of t)Jee(e,n??{});return e}function Jee(e,t){for(const n of B(t))Ru(e,n,t[n],!0)}function Mn(e,t){const n=[],i={};let r;for(const o of e)r=t(o),!(r in i)&&(i[r]=1,n.push(o));return n}function Qee(e,t){const n=B(e),i=B(t);if(n.length!==i.length)return!1;for(const r of n)if(e[r]!==t[r])return!1;return!0}function I3(e,t){if(e.size!==t.size)return!1;for(const n of e)if(!t.has(n))return!1;return!0}function tw(e,t){for(const n of e)if(t.has(n))return!0;return!1}function Fy(e){const t=new Set;for(const n of e){const r=ar(n).map((s,a)=>a===0?s:`[${s}]`),o=r.map((s,a)=>r.slice(0,a+1).join(""));for(const s of o)t.add(s)}return t}function nw(e,t){return e===void 0||t===void 0?!0:tw(Fy(e),Fy(t))}function ze(e){return B(e).length===0}const B=Object.keys,ot=Object.values,Io=Object.entries;function mu(e){return e===!0||e===!1}function Hh(e){return X(e)||$e(e)||mu(e)}function He(e){const t=e.replace(/\W/g,"_");return(e.match(/^\d+/)?"_":"")+t}function oc(e,t){return Z2(e)?`!(${oc(e.not,t)})`:Q2(e)?`(${e.and.map(n=>oc(n,t)).join(") && (")})`:J2(e)?`(${e.or.map(n=>oc(n,t)).join(") || (")})`:t(e)}function Gh(e,t){if(t.length===0)return!0;const n=t.shift();return n in e&&Gh(e[n],t)&&delete e[n],ze(e)}function df(e){return e.charAt(0).toUpperCase()+e.substr(1)}function iw(e,t="datum"){const n=ar(e),i=[];for(let r=1;r<=n.length;r++){const o=`[${n.slice(0,r).map(H).join("][")}]`;i.push(`${t}${o}`)}return i.join(" && ")}function z3(e,t="datum"){return`${t}[${H(ar(e).join("."))}]`}function De(e){return`datum['${e.replaceAll("'","\\'")}']`}function B3(e){return e.replaceAll("\\'","'").replaceAll("\\.",".")}function Zee(e){return e.replace(/(\[|\]|\.|'|")/g,"\\$1")}function ii(e){return`${ar(e).map(Zee).join("\\.")}`}function qs(e,t,n){return e.replace(new RegExp(t.replace(/[-/\\^$*+?.()|[\]{}]/g,"\\$&"),"g"),n)}function Yu(e){return`${ar(e).join(".")}`}function yu(e){return e?ar(e).length:0}function nt(...e){return e.find(t=>t!==void 0)}let U3=42;function j3(e){const t=++U3;return e?String(e)+t:t}function ete(){U3=42}function q3(e){return W3(e)?e:`__${e}`}function W3(e){return e.startsWith("__")}function Fc(e){if(e!==void 0)return(e%360+360)%360}function Eg(e){return $e(e)?!0:!isNaN(e)&&!isNaN(parseFloat(e))}const rk=Object.getPrototypeOf(structuredClone({}));function Dn(e,t){if(e===t)return!0;if(e&&t&&typeof e=="object"&&typeof t=="object"){if(e.constructor.name!==t.constructor.name)return!1;let n,i;if(Array.isArray(e)){if(n=e.length,n!=t.length)return!1;for(i=n;i--!==0;)if(!Dn(e[i],t[i]))return!1;return!0}if(e instanceof Map&&t instanceof Map){if(e.size!==t.size)return!1;for(const o of e.entries())if(!t.has(o[0]))return!1;for(const o of e.entries())if(!Dn(o[1],t.get(o[0])))return!1;return!0}if(e instanceof Set&&t instanceof Set){if(e.size!==t.size)return!1;for(const o of e.entries())if(!t.has(o[0]))return!1;return!0}if(ArrayBuffer.isView(e)&&ArrayBuffer.isView(t)){if(n=e.length,n!=t.length)return!1;for(i=n;i--!==0;)if(e[i]!==t[i])return!1;return!0}if(e.constructor===RegExp)return e.source===t.source&&e.flags===t.flags;if(e.valueOf!==Object.prototype.valueOf&&e.valueOf!==rk.valueOf)return e.valueOf()===t.valueOf();if(e.toString!==Object.prototype.toString&&e.toString!==rk.toString)return e.toString()===t.toString();const r=Object.keys(e);if(n=r.length,n!==Object.keys(t).length)return!1;for(i=n;i--!==0;)if(!Object.prototype.hasOwnProperty.call(t,r[i]))return!1;for(i=n;i--!==0;){const o=r[i];if(!Dn(e[o],t[o]))return!1}return!0}return e!==e&&t!==t}function Re(e){const t=[];return(function n(i){if(i?.toJSON&&typeof i.toJSON=="function"&&(i=i.toJSON()),i===void 0)return;if(typeof i=="number")return isFinite(i)?`${i}`:"null";if(typeof i!="object")return JSON.stringify(i);let r,o;if(Array.isArray(i)){for(o="[",r=0;r<i.length;r++)r&&(o+=","),o+=n(i[r])||"null";return`${o}]`}if(i===null)return"null";if(t.includes(i))throw new TypeError("Converting circular structure to JSON");const s=t.push(i)-1,a=Object.keys(i).sort();for(o="",r=0;r<a.length;r++){const u=a[r],l=n(i[u]);l&&(o&&(o+=","),o+=`${JSON.stringify(u)}:${l}`)}return t.splice(s,1),`{${o}}`})(e)}function U(e,t){return Y(e)&&J(e,t)&&e[t]!==void 0}const Pr="row",Ir="column",Sg="facet",Ge="x",wt="y",Mi="x2",hr="y2",Yo="xOffset",Xu="yOffset",Di="radius",Kr="radius2",si="theta",Jr="theta2",Oi="latitude",Ri="longitude",Ni="latitude2",ri="longitude2",Xo="time",wn="color",pr="fill",gr="stroke",En="shape",Qr="size",la="angle",Zr="opacity",Ko="fillOpacity",Jo="strokeOpacity",Qo="strokeWidth",Zo="strokeDash",hf="text",bu="order",pf="detail",_g="key",Ws="tooltip",$g="href",kg="url",Ag="description",tte={x:1,y:1,x2:1,y2:1},H3={theta:1,theta2:1,radius:1,radius2:1};function G3(e){return J(H3,e)}const rw={longitude:1,longitude2:1,latitude:1,latitude2:1};function V3(e){switch(e){case Oi:return"y";case Ni:return"y2";case Ri:return"x";case ri:return"x2"}}function Y3(e){return J(rw,e)}const nte=B(rw),ow={...tte,...H3,...rw,xOffset:1,yOffset:1,color:1,fill:1,stroke:1,time:1,opacity:1,fillOpacity:1,strokeOpacity:1,strokeWidth:1,strokeDash:1,size:1,angle:1,shape:1,order:1,text:1,detail:1,key:1,tooltip:1,href:1,url:1,description:1};function Ga(e){return e===wn||e===pr||e===gr}const X3={row:1,column:1,facet:1},Xn=B(X3),sw={...ow,...X3},ite=B(sw),{order:$fe,detail:kfe,tooltip:Afe,...rte}=sw,{row:Cfe,column:Ffe,facet:Tfe,...ote}=rte;function ste(e){return J(ote,e)}function K3(e){return J(sw,e)}const ate=[Mi,hr,Ni,ri,Jr,Kr];function J3(e){return ca(e)!==e}function ca(e){switch(e){case Mi:return Ge;case hr:return wt;case Ni:return Oi;case ri:return Ri;case Jr:return si;case Kr:return Di}return e}function zo(e){if(G3(e))switch(e){case si:return"startAngle";case Jr:return"endAngle";case Di:return"outerRadius";case Kr:return"innerRadius"}return e}function mr(e){switch(e){case Ge:return Mi;case wt:return hr;case Oi:return Ni;case Ri:return ri;case si:return Jr;case Di:return Kr}}function Sn(e){switch(e){case Ge:case Mi:return"width";case wt:case hr:return"height"}}function Q3(e){switch(e){case Ge:return"xOffset";case wt:return"yOffset";case Mi:return"x2Offset";case hr:return"y2Offset";case si:return"thetaOffset";case Di:return"radiusOffset";case Jr:return"theta2Offset";case Kr:return"radius2Offset"}}function aw(e){switch(e){case Ge:return"xOffset";case wt:return"yOffset"}}function ute(e){switch(e){case"xOffset":return"x";case"yOffset":return"y"}}const lte=B(ow),{x:Mfe,y:Dfe,x2:Ofe,y2:Rfe,xOffset:Nfe,yOffset:Lfe,latitude:Pfe,longitude:Ife,latitude2:zfe,longitude2:Bfe,theta:Ufe,theta2:jfe,radius:qfe,radius2:Wfe,...uw}=ow,cte=B(uw),lw={x:1,y:1},eo=B(lw);function it(e){return J(lw,e)}const cw={theta:1,radius:1},fte=B(cw);function Cg(e){return e==="width"?Ge:wt}const Z3={xOffset:1,yOffset:1};function gf(e){return J(Z3,e)}const dte={time:1};function m0(e){return e in dte}const{text:Hfe,tooltip:Gfe,href:Vfe,url:Yfe,description:Xfe,detail:Kfe,key:Jfe,order:Qfe,...eN}=uw,hte=B(eN);function pte(e){return J(uw,e)}function gte(e){switch(e){case wn:case pr:case gr:case Qr:case En:case Zr:case Qo:case Zo:return!0;case Ko:case Jo:case la:case Xo:return!1}}const tN={...lw,...cw,...Z3,...eN},fw=B(tN);function yr(e){return J(tN,e)}function mte(e,t){return bte(e)[t]}const nN={arc:"always",area:"always",bar:"always",circle:"always",geoshape:"always",image:"always",line:"always",rule:"always",point:"always",rect:"always",square:"always",trail:"always",text:"always",tick:"always"},{geoshape:Zfe,...yte}=nN;function bte(e){switch(e){case wn:case pr:case gr:case Ag:case pf:case _g:case Ws:case $g:case bu:case Zr:case Ko:case Jo:case Qo:case Sg:case Pr:case Ir:return nN;case Ge:case wt:case Yo:case Xu:case Oi:case Ri:case Xo:return yte;case Mi:case hr:case Ni:case ri:return{area:"always",bar:"always",image:"always",rect:"always",rule:"always",circle:"binned",point:"binned",square:"binned",tick:"binned",line:"binned",trail:"binned"};case Qr:return{point:"always",tick:"always",rule:"always",circle:"always",square:"always",bar:"always",text:"always",line:"always",trail:"always"};case Zo:return{line:"always",point:"always",tick:"always",rule:"always",circle:"always",square:"always",bar:"always",geoshape:"always"};case En:return{point:"always",geoshape:"always"};case hf:return{text:"always"};case la:return{point:"always",square:"always",text:"always"};case kg:return{image:"always"};case si:return{text:"always",arc:"always"};case Di:return{text:"always",arc:"always"};case Jr:case Kr:return{arc:"always"}}}function y0(e){switch(e){case Ge:case wt:case si:case Di:case Yo:case Xu:case Qr:case la:case Qo:case Zr:case Ko:case Jo:case Xo:case Mi:case hr:case Jr:case Kr:return;case Sg:case Pr:case Ir:case En:case Zo:case hf:case Ws:case $g:case kg:case Ag:return"discrete";case wn:case pr:case gr:return"flexible";case Oi:case Ri:case Ni:case ri:case pf:case _g:case bu:return}}const vte={argmax:1,argmin:1,average:1,count:1,distinct:1,exponential:1,exponentialb:1,product:1,max:1,mean:1,median:1,min:1,missing:1,q1:1,q3:1,ci0:1,ci1:1,stderr:1,stdev:1,stdevp:1,sum:1,valid:1,values:1,variance:1,variancep:1},xte={count:1,min:1,max:1};function Hr(e){return U(e,"argmin")}function es(e){return U(e,"argmax")}function dw(e){return X(e)&&J(vte,e)}const wte=new Set(["count","valid","missing","distinct"]);function Fg(e){return X(e)&&wte.has(e)}function Ete(e){return X(e)&&xe(["min","max"],e)}const Ste=new Set(["count","sum","distinct","valid","missing"]),_te=new Set(["mean","average","median","q1","q3","min","max"]);function iN(e){return ea(e)&&(e=Ug(e,void 0)),`bin${B(e).map(t=>Tg(e[t])?He(`_${t}_${Io(e[t])}`):He(`_${t}_${e[t]}`)).join("")}`}function Be(e){return e===!0||fa(e)&&!e.binned}function St(e){return e==="binned"||fa(e)&&e.binned===!0}function fa(e){return Y(e)}function Tg(e){return U(e,"param")}function ok(e){switch(e){case Pr:case Ir:case Qr:case wn:case pr:case gr:case Qo:case Zr:case Ko:case Jo:case En:return 6;case Zo:return 4;default:return 10}}function mf(e){return U(e,"expr")}function _t(e,{level:t}={level:0}){const n=B(e||{}),i={};for(const r of n)i[r]=t===0?Fn(e[r]):_t(e[r],{level:t-1});return i}function rN(e){const{anchor:t,frame:n,offset:i,orient:r,angle:o,limit:s,color:a,subtitleColor:u,subtitleFont:l,subtitleFontSize:c,subtitleFontStyle:f,subtitleFontWeight:d,subtitleLineHeight:h,subtitlePadding:p,...g}=e,m={...g,...a?{fill:a}:{}},y={...t?{anchor:t}:{},...n?{frame:n}:{},...i?{offset:i}:{},...r?{orient:r}:{},...o!==void 0?{angle:o}:{},...s!==void 0?{limit:s}:{}},b={...u?{subtitleColor:u}:{},...l?{subtitleFont:l}:{},...c?{subtitleFontSize:c}:{},...f?{subtitleFontStyle:f}:{},...d?{subtitleFontWeight:d}:{},...h?{subtitleLineHeight:h}:{},...p?{subtitlePadding:p}:{}},v=pu(e,["align","baseline","dx","dy","limit"]);return{titleMarkConfig:m,subtitleMarkConfig:v,nonMarkTitleProperties:y,subtitle:b}}function ho(e){return X(e)||P(e)&&X(e[0])}function te(e){return U(e,"signal")}function da(e){return U(e,"step")}function oN(e){return P(e)?!1:U(e,"fields")&&!U(e,"data")}function $te(e){return P(e)?!1:U(e,"fields")&&U(e,"data")}function Rr(e){return P(e)?!1:U(e,"field")&&U(e,"data")}const kte={aria:1,description:1,ariaRole:1,ariaRoleDescription:1,blend:1,opacity:1,fill:1,fillOpacity:1,stroke:1,strokeCap:1,strokeWidth:1,strokeOpacity:1,strokeDash:1,strokeDashOffset:1,strokeJoin:1,strokeOffset:1,strokeMiterLimit:1,startAngle:1,endAngle:1,padAngle:1,innerRadius:1,outerRadius:1,size:1,shape:1,interpolate:1,tension:1,orient:1,align:1,baseline:1,text:1,dir:1,dx:1,dy:1,ellipsis:1,limit:1,radius:1,theta:1,angle:1,font:1,fontSize:1,fontWeight:1,fontStyle:1,lineBreak:1,lineHeight:1,cursor:1,href:1,tooltip:1,cornerRadius:1,cornerRadiusTopLeft:1,cornerRadiusTopRight:1,cornerRadiusBottomLeft:1,cornerRadiusBottomRight:1,aspect:1,width:1,height:1,url:1,smooth:1},Ate=B(kte),Cte={arc:1,area:1,group:1,image:1,line:1,path:1,rect:1,rule:1,shape:1,symbol:1,text:1,trail:1},Ty=["cornerRadius","cornerRadiusTopLeft","cornerRadiusTopRight","cornerRadiusBottomLeft","cornerRadiusBottomRight"],Fte=" – ";function sN(e){const t=P(e.condition)?e.condition.map(sk):sk(e.condition);return{...Fn(e),condition:t}}function Fn(e){if(mf(e)){const{expr:t,...n}=e;return{signal:t,...n}}return e}function sk(e){if(mf(e)){const{expr:t,...n}=e;return{signal:t,...n}}return e}function je(e){if(mf(e)){const{expr:t,...n}=e;return{signal:t,...n}}return te(e)?e:e!==void 0?{value:e}:void 0}function Tte(e){return te(e)?e.signal:H(e)}function ak(e){return te(e)?e.signal:H(e.value)}function yi(e){return te(e)?e.signal:e==null?null:H(e)}function Mte(e,t,n){for(const i of n){const r=rr(i,t.markDef,t.config);r!==void 0&&(e[i]=je(r))}return e}function aN(e){return[].concat(e.type,e.style??[])}function Te(e,t,n,i={}){const{vgChannel:r,ignoreVgConfig:o}=i;return r&&U(t,r)?t[r]:t[e]!==void 0?t[e]:o&&(!r||r===e)?void 0:rr(e,t,n,i)}function rr(e,t,n,{vgChannel:i}={}){const r=My(e,t,n.style);return nt(i?r:void 0,r,i?n[t.type][i]:void 0,n[t.type][e],i?n.mark[i]:n.mark[e])}function My(e,t,n){return uN(e,aN(t),n)}function uN(e,t,n){t=K(t);let i;for(const r of t){const o=n[r];U(o,e)&&(i=o[e])}return i}function lN(e,t){return K(e).reduce((n,i)=>(n.field.push(V(i,t)),n.order.push(i.sort??"ascending"),n),{field:[],order:[]})}function cN(e,t){const n=[...e];return t.forEach(i=>{for(const r of n)if(Dn(r,i))return;n.push(i)}),n}function fN(e,t){return Dn(e,t)||!t?e:e?[...K(e),...K(t)].join(", "):t}function dN(e,t){const n=e.value,i=t.value;if(n==null||i===null)return{explicit:e.explicit,value:null};if((ho(n)||te(n))&&(ho(i)||te(i)))return{explicit:e.explicit,value:fN(n,i)};if(ho(n)||te(n))return{explicit:e.explicit,value:n};if(ho(i)||te(i))return{explicit:e.explicit,value:i};if(!ho(n)&&!te(n)&&!ho(i)&&!te(i))return{explicit:e.explicit,value:cN(n,i)};throw new Error("It should never reach here")}function hw(e){return`Invalid specification ${Re(e)}. Make sure the specification includes at least one of the following properties: "mark", "layer", "facet", "hconcat", "vconcat", "concat", or "repeat".`}const Dte='Autosize "fit" only works for single views and layered views.';function uk(e){return`${e=="width"?"Width":"Height"} "container" only works for single views and layered views.`}function lk(e){const t=e=="width"?"Width":"Height",n=e=="width"?"x":"y";return`${t} "container" only works well with autosize "fit" or "fit-${n}".`}function ck(e){return e?`Dropping "fit-${e}" because spec has discrete ${Sn(e)}.`:'Dropping "fit" because spec has discrete size.'}function pw(e){return`Unknown field for ${e}. Cannot calculate view size.`}function fk(e){return`Cannot project a selection on encoding channel "${e}", which has no field.`}function Ote(e,t){return`Cannot project a selection on encoding channel "${e}" as it uses an aggregate function ("${t}").`}function Rte(e){return`The "nearest" transform is not supported for ${e} marks.`}function hN(e){return`Selection not supported for ${e} yet.`}function Nte(e){return`Cannot find a selection named "${e}".`}const Lte="Scale bindings are currently only supported for scales with unbinned, continuous domains.",Pte="Sequntial scales are deprecated. The available quantitative scale type values are linear, log, pow, sqrt, symlog, time and utc",Ite="Legend bindings are only supported for selections over an individual field or encoding channel.";function zte(e){return`Lookups can only be performed on selection parameters. "${e}" is a variable parameter.`}function Bte(e){return`Cannot define and lookup the "${e}" selection in the same view. Try moving the lookup into a second, layered view?`}const Ute="The same selection must be used to override scale domains in a layered view.",jte='Interval selections should be initialized using "x", "y", "longitude", or "latitude" keys.';function qte(e){return`Unknown repeated value "${e}".`}function dk(e){return`The "columns" property cannot be used when "${e}" has nested row/column.`}const Wte="Multiple timer selections in one unit spec are not supported. Ignoring all but the first.",gw="Animation involving facet, layer, or concat is currently unsupported.";function Hte(e){return`A "field" or "encoding" must be specified when using a selection as a scale domain. Using "field": ${H(e)}.`}function Gte(e,t,n,i){return`${e.length?"Multiple ":"No "}matching ${H(t)} encoding found for selection ${H(n.param)}. Using "field": ${H(i)}.`}const Vte="Axes cannot be shared in concatenated or repeated views yet (https://github.com/vega/vega-lite/issues/2415).";function Yte(e){return`Unrecognized parse "${e}".`}function hk(e,t,n){return`An ancestor parsed field "${e}" as ${n} but a child wants to parse the field as ${t}.`}const Xte="Attempt to add the same child twice.";function Kte(e){return`Ignoring an invalid transform: ${Re(e)}.`}const Jte='If "from.fields" is not specified, "as" has to be a string that specifies the key to be used for the data from the secondary source.';function pk(e){return`Config.customFormatTypes is not true, thus custom format type and format for channel ${e} are dropped.`}function Qte(e){const{parentProjection:t,projection:n}=e;return`Layer's shared projection ${Re(t)} is overridden by a child projection ${Re(n)}.`}const Zte="Arc marks uses theta channel rather than angle, replacing angle with theta.";function ene(e){return`${e}Offset dropped because ${e} is continuous`}function tne(e,t,n){return`Channel ${e} is a ${t}. Converted to {value: ${Re(n)}}.`}function pN(e){return`Invalid field type "${e}".`}function nne(e,t){return`Invalid field type "${e}" for aggregate: "${t}", using "quantitative" instead.`}function ine(e){return`Invalid aggregation operator "${e}".`}function gN(e,t){const{fill:n,stroke:i}=t;return`Dropping color ${e} as the plot also has ${n&&i?"fill and stroke":n?"fill":"stroke"}.`}function rne(e){return`Position range does not support relative band size for ${e}.`}function Dy(e,t){return`Dropping ${Re(e)} from channel "${t}" since it does not contain any data field, datum, value, or signal.`}const one="Line marks cannot encode size with a non-groupby field. You may want to use trail marks instead.";function Mg(e,t,n){return`${e} dropped as it is incompatible with "${t}".`}function sne(e){return`${e}-encoding is dropped as ${e} is not a valid encoding channel.`}function ane(e){return`${e} encoding should be discrete (ordinal / nominal / binned).`}function une(e){return`${e} encoding should be discrete (ordinal / nominal / binned) or use a discretizing scale (e.g. threshold).`}function lne(e){return`Facet encoding dropped as ${e.join(" and ")} ${e.length>1?"are":"is"} also specified.`}function b0(e,t){return`Using discrete channel "${e}" to encode "${t}" field can be misleading as it does not encode ${t==="ordinal"?"order":"magnitude"}.`}function cne(e){return`The ${e} for range marks cannot be an expression`}function fne(e,t){return`Line mark is for continuous lines and thus cannot be used with ${e&&t?"x2 and y2":e?"x2":"y2"}. We will use the rule mark (line segments) instead.`}function dne(e,t){return`Specified orient "${e}" overridden with "${t}".`}function hne(e){return`Cannot use the scale property "${e}" with non-color channel.`}function pne(e){return`Cannot use the relative band size with ${e} scale.`}function gne(e){return`Using unaggregated domain with raw field has no effect (${Re(e)}).`}function mne(e){return`Unaggregated domain not applicable for "${e}" since it produces values outside the origin domain of the source data.`}function yne(e){return`Unaggregated domain is currently unsupported for log scale (${Re(e)}).`}function bne(e){return`Cannot apply size to non-oriented mark "${e}".`}function vne(e,t,n){return`Channel "${e}" does not work with "${t}" scale. We are using "${n}" scale instead.`}function xne(e,t){return`FieldDef does not work with "${e}" scale. We are using "${t}" scale instead.`}function mN(e,t,n){return`${n}-scale's "${t}" is dropped as it does not work with ${e} scale.`}function yN(e){return`The step for "${e}" is dropped because the ${e==="width"?"x":"y"} is continuous.`}function wne(e,t,n,i){return`Conflicting ${t.toString()} property "${e.toString()}" (${Re(n)} and ${Re(i)}). Using ${Re(n)}.`}function Ene(e,t,n,i){return`Conflicting ${t.toString()} property "${e.toString()}" (${Re(n)} and ${Re(i)}). Using the union of the two domains.`}function Sne(e){return`Setting the scale to be independent for "${e}" means we also have to set the guide (axis or legend) to be independent.`}function _ne(e){return`Dropping sort property ${Re(e)} as unioned domains only support boolean or op "count", "min", and "max".`}const gk="Domains that should be unioned has conflicting sort properties. Sort will be set to true.",$ne="Detected faceted independent scales that union domain of multiple fields from different data sources. We will use the first field. The result view size may be incorrect.",kne="Detected faceted independent scales that union domain of the same fields from different source. We will assume that this is the same field from a different fork of the same data source. However, if this is not the case, the result view size may be incorrect.",Ane="Detected faceted independent scales that union domain of multiple fields from the same data source. We will use the first field. The result view size may be incorrect.";function Cne(e,t){return`Unioning discrete legend values from ${e} and ${t}.`}function Fne(e){return`Cannot stack "${e}" if there is already "${e}2".`}function Tne(e){return`Stack is applied to a non-linear scale (${e}).`}function Mne(e){return`Stacking is applied even though the aggregate function is non-summative ("${e}").`}function Vh(e,t){return`Invalid ${e}: ${Re(t)}.`}function Dne(e){return`Dropping day from datetime ${Re(e)} as day cannot be combined with other units.`}function One(e,t){return`${t?"extent ":""}${t&&e?"and ":""}${e?"center ":""}${t&&e?"are ":"is "}not needed when data are aggregated.`}function Rne(e,t,n){return`${e} is not usually used with ${t} for ${n}.`}function Nne(e,t){return`Continuous axis should not have customized aggregation function ${e}; ${t} already agregates the axis.`}function mk(e){return`1D error band does not support ${e}.`}function bN(e){return`Channel ${e} is required for "binned" bin.`}function Lne(e){return`Channel ${e} should not be used with "binned" bin.`}function Pne(e){return`Domain for ${e} is required for threshold scale.`}const vN=hp(gb);let Hs=vN;function Ine(e){return Hs=e,Hs}function zne(){return Hs=vN,Hs}function mw(...e){Hs.error(...e)}function j(...e){Hs.warn(...e)}function Bne(...e){Hs.debug(...e)}function ha(e){if(e&&Y(e)){for(const t of bw)if(U(e,t))return!0}return!1}const xN=["january","february","march","april","may","june","july","august","september","october","november","december"],Une=xN.map(e=>e.substr(0,3)),wN=["sunday","monday","tuesday","wednesday","thursday","friday","saturday"],jne=wN.map(e=>e.substr(0,3));function qne(e){if(Eg(e)&&(e=+e),$e(e))return e>4&&j(Vh("quarter",e)),e-1;throw new Error(Vh("quarter",e))}function Wne(e){if(Eg(e)&&(e=+e),$e(e))return e-1;{const t=e.toLowerCase(),n=xN.indexOf(t);if(n!==-1)return n;const i=t.substr(0,3),r=Une.indexOf(i);if(r!==-1)return r;throw new Error(Vh("month",e))}}function Hne(e){if(Eg(e)&&(e=+e),$e(e))return e%7;{const t=e.toLowerCase(),n=wN.indexOf(t);if(n!==-1)return n;const i=t.substr(0,3),r=jne.indexOf(i);if(r!==-1)return r;throw new Error(Vh("day",e))}}function yw(e,t){const n=[];if(t&&e.day!==void 0&&B(e).length>1&&(j(Dne(e)),e=le(e),delete e.day),e.year!==void 0?n.push(e.year):n.push(2012),e.month!==void 0){const i=t?Wne(e.month):e.month;n.push(i)}else if(e.quarter!==void 0){const i=t?qne(e.quarter):e.quarter;n.push($e(i)?i*3:`${i}*3`)}else n.push(0);if(e.date!==void 0)n.push(e.date);else if(e.day!==void 0){const i=t?Hne(e.day):e.day;n.push($e(i)?i+1:`${i}+1`)}else n.push(1);for(const i of["hours","minutes","seconds","milliseconds"]){const r=e[i];n.push(typeof r>"u"?0:r)}return n}function Gs(e){const n=yw(e,!0).join(", ");return e.utc?`utc(${n})`:`datetime(${n})`}function Gne(e){const n=yw(e,!1).join(", ");return e.utc?`utc(${n})`:`datetime(${n})`}function Vne(e){const t=yw(e,!0);return e.utc?+new Date(Date.UTC(...t)):+new Date(...t)}const EN={year:1,quarter:1,month:1,week:1,day:1,dayofyear:1,date:1,hours:1,minutes:1,seconds:1,milliseconds:1},bw=B(EN);function Yne(e){return J(EN,e)}function pa(e){return Y(e)?e.binned:SN(e)}function SN(e){return e?.startsWith("binned")}function vw(e){return e.startsWith("utc")}function Xne(e){return e.substring(3)}const Kne={"year-month":"%b %Y ","year-month-date":"%b %d, %Y "};function Dg(e){return bw.filter(t=>$N(e,t))}function _N(e){const t=Dg(e);return t[t.length-1]}function $N(e,t){const n=e.indexOf(t);return!(n<0||n>0&&t==="seconds"&&e.charAt(n-1)==="i"||e.length>n+3&&t==="day"&&e.charAt(n+3)==="o"||n>0&&t==="year"&&e.charAt(n-1)==="f")}function Jne(e,t,{end:n}={end:!1}){const i=iw(t),r=vw(e)?"utc":"";function o(u){return u==="quarter"?`(${r}quarter(${i})-1)`:`${r}${u}(${i})`}let s;const a={};for(const u of bw)$N(e,u)&&(a[u]=o(u),s=u);return n&&(a[s]+="+1"),Gne(a)}function kN(e){if(!e)return;const t=Dg(e);return`timeUnitSpecifier(${Re(t)}, ${Re(Kne)})`}function Qne(e,t,n){if(!e)return;const i=kN(e);return`${n||vw(e)?"utc":"time"}Format(${t}, ${i})`}function vt(e){if(!e)return;let t;return X(e)?SN(e)?t={unit:e.substring(6),binned:!0}:t={unit:e}:Y(e)&&(t={...e,...e.unit?{unit:e.unit}:{}}),vw(t.unit)&&(t.utc=!0,t.unit=Xne(t.unit)),t}function Zne(e){const{utc:t,...n}=vt(e);return n.unit?(t?"utc":"")+B(n).map(i=>He(`${i==="unit"?"":`_${i}_`}${n[i]}`)).join(""):`${t?"utc":""}timeunit${B(n).map(i=>He(`_${i}_${n[i]}`)).join("")}`}function AN(e,t=n=>n){const n=vt(e),i=_N(n.unit);if(i&&i!=="day"){const r={year:2001,month:1,date:1,hours:0,minutes:0,seconds:0,milliseconds:0},{step:o,part:s}=CN(i,n.step),a={...r,[s]:+r[s]+o};return`${t(Gs(a))} - ${t(Gs(r))}`}}const eie={year:1,month:1,date:1,hours:1,minutes:1,seconds:1,milliseconds:1};function tie(e){return J(eie,e)}function CN(e,t=1){if(tie(e))return{part:e,step:t};switch(e){case"day":case"dayofyear":return{part:"date",step:t};case"quarter":return{part:"month",step:t*3};case"week":return{part:"date",step:t*7}}}function nie(e){return U(e,"param")}function xw(e){return!!e?.field&&e.equal!==void 0}function ww(e){return!!e?.field&&e.lt!==void 0}function Ew(e){return!!e?.field&&e.lte!==void 0}function Sw(e){return!!e?.field&&e.gt!==void 0}function _w(e){return!!e?.field&&e.gte!==void 0}function $w(e){if(e?.field){if(P(e.range)&&e.range.length===2)return!0;if(te(e.range))return!0}return!1}function kw(e){return!!e?.field&&(P(e.oneOf)||P(e.in))}function iie(e){return!!e?.field&&e.valid!==void 0}function FN(e){return kw(e)||xw(e)||$w(e)||ww(e)||Sw(e)||Ew(e)||_w(e)}function Ii(e,t){return jg(e,{timeUnit:t,wrapTime:!0})}function rie(e,t){return e.map(n=>Ii(n,t))}function TN(e,t=!0){const{field:n}=e,i=vt(e.timeUnit),{unit:r,binned:o}=i||{},s=V(e,{expr:"datum"}),a=r?`time(${o?s:Jne(r,n)})`:s;if(xw(e))return`${a}===${Ii(e.equal,r)}`;if(ww(e)){const u=e.lt;return`${a}<${Ii(u,r)}`}else if(Sw(e)){const u=e.gt;return`${a}>${Ii(u,r)}`}else if(Ew(e)){const u=e.lte;return`${a}<=${Ii(u,r)}`}else if(_w(e)){const u=e.gte;return`${a}>=${Ii(u,r)}`}else{if(kw(e))return`indexof([${rie(e.oneOf,r).join(",")}], ${a}) !== -1`;if(iie(e))return Og(a,e.valid);if($w(e)){const{range:u}=_t(e),l=te(u)?{signal:`${u.signal}[0]`}:u[0],c=te(u)?{signal:`${u.signal}[1]`}:u[1];if(l!==null&&c!==null&&t)return`inrange(${a}, [${Ii(l,r)}, ${Ii(c,r)}])`;const f=[];return l!==null&&f.push(`${a} >= ${Ii(l,r)}`),c!==null&&f.push(`${a} <= ${Ii(c,r)}`),f.length>0?f.join(" && "):"true"}}throw new Error(`Invalid field predicate: ${Re(e)}`)}function Og(e,t=!0){return t?`isValid(${e}) && isFinite(+${e})`:`!isValid(${e}) || !isFinite(+${e})`}function oie(e){return FN(e)&&e.timeUnit?{...e,timeUnit:vt(e.timeUnit)}:e}const yf={quantitative:"quantitative",ordinal:"ordinal",temporal:"temporal",nominal:"nominal",geojson:"geojson"};function sie(e){return e==="quantitative"||e==="temporal"}function Aw(e){return e==="ordinal"||e==="nominal"}const Vs=yf.quantitative,Cw=yf.ordinal,vu=yf.temporal,Fw=yf.nominal,Ku=yf.geojson;function aie(e){if(e)switch(e=e.toLowerCase(),e){case"q":case Vs:return"quantitative";case"t":case vu:return"temporal";case"o":case Cw:return"ordinal";case"n":case Fw:return"nominal";case Ku:return"geojson"}}const $t={LINEAR:"linear",LOG:"log",POW:"pow",SQRT:"sqrt",TIME:"time",UTC:"utc",POINT:"point",BAND:"band"},Oy={linear:"numeric",log:"numeric",pow:"numeric",sqrt:"numeric",symlog:"numeric",identity:"numeric",sequential:"numeric",time:"time",utc:"time",ordinal:"ordinal","bin-ordinal":"bin-ordinal",point:"ordinal-position",band:"ordinal-position",quantile:"discretizing",quantize:"discretizing",threshold:"discretizing"};function uie(e,t){const n=Oy[e],i=Oy[t];return n===i||n==="ordinal-position"&&i==="time"||i==="ordinal-position"&&n==="time"}const lie={linear:0,log:1,pow:1,sqrt:1,symlog:1,identity:1,sequential:1,time:0,utc:0,point:10,band:11,ordinal:0,"bin-ordinal":0,quantile:0,quantize:0,threshold:0};function yk(e){return lie[e]}const MN=new Set(["linear","log","pow","sqrt","symlog"]),DN=new Set([...MN,"time","utc"]);function ON(e){return MN.has(e)}const RN=new Set(["quantile","quantize","threshold"]),cie=new Set([...DN,...RN,"sequential","identity"]),fie=new Set(["ordinal","bin-ordinal","point","band"]);function et(e){return fie.has(e)}function _i(e){return cie.has(e)}function Gi(e){return DN.has(e)}function xu(e){return RN.has(e)}const die={pointPadding:.5,barBandPaddingInner:.1,rectBandPaddingInner:0,tickBandPaddingInner:.25,bandWithNestedOffsetPaddingInner:.2,bandWithNestedOffsetPaddingOuter:.2,minBandSize:2,minFontSize:8,maxFontSize:40,minOpacity:.3,maxOpacity:.8,minSize:4,minStrokeWidth:1,maxStrokeWidth:4,quantileCount:4,quantizeCount:4,zero:!0,framesPerSecond:2,animationDuration:5};function hie(e){return!X(e)&&U(e,"name")}function NN(e){return U(e,"param")}function pie(e){return U(e,"unionWith")}function gie(e){return Y(e)&&"field"in e}const mie={type:1,domain:1,domainMax:1,domainMin:1,domainMid:1,domainRaw:1,align:1,range:1,rangeMax:1,rangeMin:1,scheme:1,bins:1,reverse:1,round:1,clamp:1,nice:1,base:1,exponent:1,constant:1,interpolate:1,zero:1,padding:1,paddingInner:1,paddingOuter:1},{type:ede,domain:tde,range:nde,rangeMax:ide,rangeMin:rde,scheme:ode,...yie}=mie,bie=B(yie);function Ry(e,t){switch(t){case"type":case"domain":case"reverse":case"range":return!0;case"scheme":case"interpolate":return!["point","band","identity"].includes(e);case"bins":return!["point","band","identity","ordinal"].includes(e);case"round":return Gi(e)||e==="band"||e==="point";case"padding":case"rangeMin":case"rangeMax":return Gi(e)||["point","band"].includes(e);case"paddingOuter":case"align":return["point","band"].includes(e);case"paddingInner":return e==="band";case"domainMax":case"domainMid":case"domainMin":case"domainRaw":case"clamp":return Gi(e);case"nice":return Gi(e)||e==="quantize"||e==="threshold";case"exponent":return e==="pow";case"base":return e==="log";case"constant":return e==="symlog";case"zero":return _i(e)&&!xe(["log","time","utc","threshold","quantile"],e)}}function LN(e,t){switch(t){case"interpolate":case"scheme":case"domainMid":return Ga(e)?void 0:hne(t);case"align":case"type":case"bins":case"domain":case"domainMax":case"domainMin":case"domainRaw":case"range":case"base":case"exponent":case"constant":case"nice":case"padding":case"paddingInner":case"paddingOuter":case"rangeMax":case"rangeMin":case"reverse":case"round":case"clamp":case"zero":return}}function vie(e,t){return xe([Cw,Fw],t)?e===void 0||et(e):t===vu?xe([$t.TIME,$t.UTC,void 0],e):t===Vs?ON(e)||xu(e)||e===void 0:!0}function xie(e,t,n=!1){if(!yr(e))return!1;switch(e){case Ge:case wt:case Yo:case Xu:case si:case Di:return Gi(t)||t==="band"?!0:t==="point"?!n:!1;case Xo:return xe(["linear","band"],t);case Qr:case Qo:case Zr:case Ko:case Jo:case la:return Gi(t)||xu(t)||xe(["band","point","ordinal"],t);case wn:case pr:case gr:return t!=="band";case Zo:case En:return t==="ordinal"||xu(t)}}function wie(e){return Y(e)&&"value"in e}const dn={arc:"arc",area:"area",bar:"bar",image:"image",line:"line",point:"point",rect:"rect",rule:"rule",text:"text",tick:"tick",trail:"trail",circle:"circle",square:"square",geoshape:"geoshape"},PN=dn.arc,Rg=dn.area,Ng=dn.bar,Eie=dn.image,Lg=dn.line,Pg=dn.point,Sie=dn.rect,Yh=dn.rule,IN=dn.text,Tw=dn.tick,_ie=dn.trail,Mw=dn.circle,Dw=dn.square,zN=dn.geoshape;function ts(e){return["line","area","trail"].includes(e)}function Tc(e){return["rect","bar","image","arc","tick"].includes(e)}const $ie=new Set(B(dn));function or(e){return U(e,"type")}const kie=["stroke","strokeWidth","strokeDash","strokeDashOffset","strokeOpacity","strokeJoin","strokeMiterLimit"],Aie=["fill","fillOpacity"],Cie=[...kie,...Aie],Fie={color:1,filled:1,invalid:1,order:1,radius2:1,theta2:1,timeUnitBandSize:1,timeUnitBandPosition:1},bk=B(Fie),v0=["binSpacing","continuousBandSize","discreteBandSize","minBandSize"],Tie={area:["line","point"],bar:v0,rect:v0,line:["point"],tick:["bandSize","thickness",...v0]},Mie={color:"#4c78a8",invalid:"break-paths-show-path-domains",timeUnitBandSize:1},Die={mark:1,arc:1,area:1,bar:1,circle:1,image:1,line:1,point:1,rect:1,rule:1,square:1,text:1,tick:1,trail:1,geoshape:1},BN=B(Die);function Ys(e){return U(e,"band")}const Oie={horizontal:["cornerRadiusTopRight","cornerRadiusBottomRight"],vertical:["cornerRadiusTopLeft","cornerRadiusTopRight"]},Rie=5,Ow={binSpacing:0,continuousBandSize:Rie,minBandSize:.25,timeUnitBandPosition:.5},Nie={...Ow,binSpacing:1},Lie={...Ow,thickness:1};function Pie(e){return or(e)?e.type:e}function UN(e,{isPath:t}){return e===void 0||e==="break-paths-show-path-domains"?t?"break-paths-show-domains":"filter":e===null?"show":e}function Rw({markDef:e,config:t,scaleChannel:n,scaleType:i,isCountAggregate:r}){if(!i||!_i(i)||r)return"always-valid";const o=UN(Te("invalid",e,t),{isPath:ts(e.type)});return t.scale?.invalid?.[n]!==void 0?"show":o}function Iie(e){return e==="break-paths-filter-domains"||e==="break-paths-show-domains"}function jN({scaleName:e,scale:t,mode:n}){const i=`domain('${e}')`;if(!t||!e)return;const r=`${i}[0]`,o=`peek(${i})`,s=t.domainHasZero();return s==="definitely"?{scale:e,value:0}:s==="maybe"?{signal:`scale('${e}', inrange(0, ${i}) ? 0 : ${n==="zeroOrMin"?r:o})`}:{signal:`scale('${e}', ${n==="zeroOrMin"?r:o})`}}function qN({scaleChannel:e,channelDef:t,scale:n,scaleName:i,markDef:r,config:o}){const s=n?.get("type"),a=ki(t),u=Fg(a?.aggregate),l=Rw({scaleChannel:e,markDef:r,config:o,scaleType:s,isCountAggregate:u});if(a&&l==="show"){const c=o.scale.invalid?.[e]??"zero-or-min";return{test:Og(V(a,{expr:"datum"}),!1),...zie(c,n,i)}}}function zie(e,t,n){if(wie(e)){const{value:i}=e;return te(i)?{signal:i.signal}:{value:i}}return jN({scale:t,scaleName:n,mode:"zeroOrMin"})}function Nw(e){const{channel:t,channelDef:n,markDef:i,scale:r,scaleName:o,config:s}=e,a=ca(t),u=Lw(e),l=qN({scaleChannel:a,channelDef:n,scale:r,scaleName:o,markDef:i,config:s});return l!==void 0?[l,u]:u}function Bie(e){const{datum:t}=e;return ha(t)?Gs(t):`${Re(t)}`}function Cs(e,t,n,i){const r={};if(t&&(r.scale=t),br(e)){const{datum:o}=e;ha(o)?r.signal=Gs(o):te(o)?r.signal=o.signal:mf(o)?r.signal=o.expr:r.value=o}else r.field=V(e,n);if(i){const{offset:o,band:s}=i;o&&(r.offset=o),s&&(r.band=s)}return r}function Xh({scaleName:e,fieldOrDatumDef:t,fieldOrDatumDef2:n,offset:i,startSuffix:r,endSuffix:o="end",bandPosition:s=.5}){const a=!te(s)&&0<s&&s<1?"datum":void 0,u=V(t,{expr:a,suffix:r}),l=n!==void 0?V(n,{expr:a}):V(t,{suffix:o,expr:a}),c={};if(s===0||s===1){c.scale=e;const f=s===0?u:l;c.field=f}else{const f=te(s)?`(1-${s.signal}) * ${u} + ${s.signal} * ${l}`:`${1-s} * ${u} + ${s} * ${l}`;c.signal=`scale("${e}", ${f})`}return i&&(c.offset=i),c}function Uie({scaleName:e,fieldDef:t}){const n=V(t,{expr:"datum"}),i=V(t,{expr:"datum",suffix:"end"});return`abs(scale("${e}", ${i}) - scale("${e}", ${n}))`}function Lw({channel:e,channelDef:t,channel2Def:n,markDef:i,config:r,scaleName:o,scale:s,stack:a,offset:u,defaultRef:l,bandPosition:c}){if(t){if(ce(t)){const f=s?.get("type");if(cn(t)){c??=Bo({fieldDef:t,fieldDef2:n,markDef:i,config:r});const{bin:d,timeUnit:h,type:p}=t;if(Be(d)||c&&h&&p===vu)return a?.impute?Cs(t,o,{binSuffix:"mid"},{offset:u}):c&&!et(f)?Xh({scaleName:o,fieldOrDatumDef:t,bandPosition:c,offset:u}):Cs(t,o,Ef(t,e)?{binSuffix:"range"}:{},{offset:u});if(St(d)){if(q(n))return Xh({scaleName:o,fieldOrDatumDef:t,fieldOrDatumDef2:n,bandPosition:c,offset:u});j(bN(e===Ge?Mi:hr))}}return Cs(t,o,et(f)?{binSuffix:"range"}:{},{offset:u,band:f==="band"?c??t.bandPosition??.5:void 0})}else if($i(t)){const f=t.value,d=u?{offset:u}:{};return{...sc(e,f),...d}}}return fe(l)&&(l=l()),l&&{...l,...u?{offset:u}:{}}}function sc(e,t){return xe(["x","x2"],e)&&t==="width"?{field:{group:"width"}}:xe(["y","y2"],e)&&t==="height"?{field:{group:"height"}}:je(t)}function Xs(e){return e&&e!=="number"&&e!=="time"}function WN(e,t,n){return`${e}(${t}${n?`, ${Re(n)}`:""})`}function Pw({fieldOrDatumDef:e,format:t,formatType:n,expr:i,normalizeStack:r,config:o}){if(Xs(n))return bi({fieldOrDatumDef:e,format:t,formatType:n,expr:i,config:o});const s=HN(e,i,r),a=wu(e);if(t===void 0&&n===void 0&&o.customFormatTypes){if(a==="quantitative"){if(r&&o.normalizedNumberFormatType)return bi({fieldOrDatumDef:e,format:o.normalizedNumberFormat,formatType:o.normalizedNumberFormatType,expr:i,config:o});if(o.numberFormatType)return bi({fieldOrDatumDef:e,format:o.numberFormat,formatType:o.numberFormatType,expr:i,config:o})}if(a==="temporal"&&o.timeFormatType&&q(e)&&e.timeUnit===void 0)return bi({fieldOrDatumDef:e,format:o.timeFormat,formatType:o.timeFormatType,expr:i,config:o})}function u(l){return q(l)?vt(l.timeUnit)||{}:{unit:void 0,utc:void 0}}if(_u(e)){const{unit:l,utc:c}=u(e),f=qie({field:s,timeUnit:l,format:t,formatType:o.timeFormatType,rawTimeFormat:o.timeFormat,isUTCScale:c||ga(e)&&e.scale?.type===$t.UTC});return f?{signal:f}:void 0}if(t=Ny({type:a,specifiedFormat:t,config:o,normalizeStack:r}),q(e)&&Be(e.bin)){const l=V(e,{expr:i,binSuffix:"end"});return{signal:bf(s,l,t,n,o)}}else return t||wu(e)==="quantitative"?{signal:`${YN(s,t)}`}:{signal:`isValid(${s}) ? ${s} : ""+${s}`}}function HN(e,t,n){return q(e)?n?`${V(e,{expr:t,suffix:"end"})}-${V(e,{expr:t,suffix:"start"})}`:V(e,{expr:t}):Bie(e)}function bi({fieldOrDatumDef:e,format:t,formatType:n,expr:i,normalizeStack:r,config:o,field:s}){if(s??=HN(e,i,r),s!=="datum.value"&&q(e)&&Be(e.bin)){const a=V(e,{expr:i,binSuffix:"end"});return{signal:bf(s,a,t,n,o)}}return{signal:WN(n,s,t)}}function GN(e,t,n,i,r,o){if(!(X(i)&&Xs(i))&&!(n===void 0&&i===void 0&&r.customFormatTypes&&wu(e)==="quantitative"&&(r.normalizedNumberFormatType&&Eu(e)&&e.stack==="normalize"||r.numberFormatType))){if(Eu(e)&&e.stack==="normalize"&&r.normalizedNumberFormat)return Ny({type:"quantitative",config:r,normalizeStack:!0});if(_u(e)){const s=q(e)?vt(e.timeUnit)?.unit:void 0;return s===void 0&&r.customFormatTypes&&r.timeFormatType?void 0:jie({specifiedFormat:n,timeUnit:s,config:r,omitTimeFormatConfig:o})}return Ny({type:t,specifiedFormat:n,config:r})}}function VN(e,t,n){if(e&&(te(e)||e==="number"||e==="time"))return e;if(_u(t)&&n!=="time"&&n!=="utc")return q(t)&&vt(t?.timeUnit)?.utc?"utc":"time"}function Ny({type:e,specifiedFormat:t,config:n,normalizeStack:i}){if(X(t))return t;if(e===Vs)return i?n.normalizedNumberFormat:n.numberFormat}function jie({specifiedFormat:e,timeUnit:t,config:n,omitTimeFormatConfig:i}){return e||(t?{signal:kN(t)}:i?void 0:n.timeFormat)}function YN(e,t){return`format(${e}, "${t||""}")`}function vk(e,t,n,i){return Xs(n)?WN(n,e,t):YN(e,(X(t)?t:void 0)??i.numberFormat)}function bf(e,t,n,i,r){if(n===void 0&&i===void 0&&r.customFormatTypes&&r.numberFormatType)return bf(e,t,r.numberFormat,r.numberFormatType,r);const o=vk(e,n,i,r),s=vk(t,n,i,r);return`${Og(e,!1)} ? "null" : ${o} + "${Fte}" + ${s}`}function qie({field:e,timeUnit:t,format:n,formatType:i,rawTimeFormat:r,isUTCScale:o}){return!t||n?!t&&i?`${i}(${e}, ${Re(n)})`:(n=X(n)?n:r,`${o?"utc":"time"}Format(${e}, ${Re(n)})`):Qne(t,e,o)}const Ig="min",Wie={x:1,y:1,color:1,fill:1,stroke:1,strokeWidth:1,size:1,shape:1,fillOpacity:1,strokeOpacity:1,opacity:1,text:1};function xk(e){return J(Wie,e)}function Hie(e){return U(e,"encoding")}function zr(e){return e&&(e.op==="count"||U(e,"field"))}function XN(e){return e&&P(e)}function vf(e){return U(e,"row")||U(e,"column")}function Iw(e){return U(e,"header")}function zg(e){return U(e,"facet")}function Gie(e){return U(e,"param")}function Vie(e){return!X(e)&&U(e,"repeat")}function wk(e){const{field:t,timeUnit:n,bin:i,aggregate:r}=e;return{...n?{timeUnit:n}:{},...i?{bin:i}:{},...r?{aggregate:r}:{},field:t}}function zw(e){return U(e,"sort")}function Bo({fieldDef:e,fieldDef2:t,markDef:n,config:i}){if(ce(e)&&e.bandPosition!==void 0)return e.bandPosition;if(q(e)){const{timeUnit:r,bin:o}=e;if(r&&!t)return rr("timeUnitBandPosition",n,i);if(Be(o))return .5}}function KN({channel:e,fieldDef:t,fieldDef2:n,markDef:i,config:r,scaleType:o,useVlSizeChannel:s}){const a=Sn(e),u=Te(s?"size":a,i,r,{vgChannel:a});if(u!==void 0)return u;if(q(t)){const{timeUnit:l,bin:c}=t;if(l&&!n)return{band:rr("timeUnitBandSize",i,r)};if(Be(c)&&!et(o))return{band:1}}if(Tc(i.type))return o?et(o)?r[i.type]?.discreteBandSize||{band:1}:r[i.type]?.continuousBandSize:r[i.type]?.discreteBandSize}function JN(e,t,n,i){return Be(e.bin)||e.timeUnit&&cn(e)&&e.type==="temporal"?Bo({fieldDef:e,fieldDef2:t,markDef:n,config:i})!==void 0:!1}function QN(e){return U(e,"sort")&&!U(e,"field")}function xf(e){return U(e,"condition")}function Bg(e){const t=e?.condition;return!!t&&!P(t)&&q(t)}function wf(e){const t=e?.condition;return!!t&&!P(t)&&ce(t)}function Yie(e){const t=e?.condition;return!!t&&(P(t)||$i(t))}function q(e){return U(e,"field")||e?.aggregate==="count"}function wu(e){return e?.type}function br(e){return U(e,"datum")}function _o(e){return cn(e)&&!Jh(e)||Kh(e)}function Ek(e){return cn(e)&&e.type==="quantitative"&&!e.bin||Kh(e)}function Kh(e){return br(e)&&$e(e.datum)}function ce(e){return q(e)||br(e)}function cn(e){return e&&(U(e,"field")||e.aggregate==="count")&&U(e,"type")}function $i(e){return U(e,"value")}function ga(e){return U(e,"scale")||U(e,"sort")}function Eu(e){return U(e,"axis")||U(e,"stack")||U(e,"impute")}function ZN(e){return U(e,"legend")}function e5(e){return U(e,"format")||U(e,"formatType")}function Xie(e){return Ln(e,["legend","axis","header","scale"])}function Kie(e){return U(e,"op")}function V(e,t={}){let n=e.field;const i=t.prefix;let r=t.suffix,o="";if(Qie(e))n=q3("count");else{let s;if(!t.nofn)if(Kie(e))s=e.op;else{const{bin:a,aggregate:u,timeUnit:l}=e;Be(a)?(s=iN(a),r=(t.binSuffix??"")+(t.suffix??"")):u?es(u)?(o=`["${n}"]`,n=`argmax_${u.argmax}`):Hr(u)?(o=`["${n}"]`,n=`argmin_${u.argmin}`):s=String(u):l&&!pa(l)&&(s=Zne(l),r=(!["range","mid"].includes(t.binSuffix)&&t.binSuffix||"")+(t.suffix??""))}s&&(n=n?`${s}_${n}`:s)}return r&&(n=`${n}_${r}`),i&&(n=`${i}_${n}`),t.forAs?Yu(n):t.expr?z3(n,t.expr)+o:ii(n)+o}function Jh(e){switch(e.type){case"nominal":case"ordinal":case"geojson":return!0;case"quantitative":return q(e)&&!!e.bin;case"temporal":return!1}throw new Error(pN(e.type))}function Jie(e){return ga(e)&&xu(e.scale?.type)}function Qie(e){return e.aggregate==="count"}function Zie(e,t){const{field:n,bin:i,timeUnit:r,aggregate:o}=e;if(o==="count")return t.countTitle;if(Be(i))return`${n} (binned)`;if(r&&!pa(r)){const s=vt(r)?.unit;if(s)return`${n} (${Dg(s).join("-")})`}else if(o)return es(o)?`${n} for max ${o.argmax}`:Hr(o)?`${n} for min ${o.argmin}`:`${df(o)} of ${n}`;return n}function ere(e){const{aggregate:t,bin:n,timeUnit:i,field:r}=e;if(es(t))return`${r} for argmax(${t.argmax})`;if(Hr(t))return`${r} for argmin(${t.argmin})`;const o=i&&!pa(i)?vt(i):void 0,s=t||o?.unit||o?.maxbins&&"timeunit"||Be(n)&&"bin";return s?`${s.toUpperCase()}(${r})`:r}const t5=(e,t)=>{switch(t.fieldTitle){case"plain":return e.field;case"functional":return ere(e);default:return Zie(e,t)}};let n5=t5;function i5(e){n5=e}function tre(){i5(t5)}function Va(e,t,{allowDisabling:n,includeDefault:i=!0}){const r=Bw(e)?.title;if(!q(e))return r??e.title;const o=e,s=i?Uw(o,t):void 0;return n?nt(r,o.title,s):r??o.title??s}function Bw(e){if(Eu(e)&&e.axis)return e.axis;if(ZN(e)&&e.legend)return e.legend;if(Iw(e)&&e.header)return e.header}function Uw(e,t){return n5(e,t)}function Su(e){if(e5(e)){const{format:t,formatType:n}=e;return{format:t,formatType:n}}else{const t=Bw(e)??{},{format:n,formatType:i}=t;return{format:n,formatType:i}}}function nre(e,t){switch(t){case"latitude":case"longitude":return"quantitative";case"row":case"column":case"facet":case"shape":case"strokeDash":return"nominal";case"order":return"ordinal"}if(zw(e)&&P(e.sort))return"ordinal";const{aggregate:n,bin:i,timeUnit:r}=e;if(r)return"temporal";if(i||n&&!es(n)&&!Hr(n))return"quantitative";if(ga(e)&&e.scale?.type)switch(Oy[e.scale.type]){case"numeric":case"discretizing":return"quantitative";case"time":return"temporal"}return"nominal"}function ki(e){if(q(e))return e;if(Bg(e))return e.condition}function ct(e){if(ce(e))return e;if(wf(e))return e.condition}function r5(e,t,n,i={}){if(Hh(e)){const r=X(e)?"string":$e(e)?"number":"boolean";return j(tne(t,r,e)),{value:e}}return ce(e)?Qh(e,t,n,i):wf(e)?{...e,condition:Qh(e.condition,t,n,i)}:e}function Qh(e,t,n,i){if(e5(e)){const{format:r,formatType:o,...s}=e;if(Xs(o)&&!n.customFormatTypes)return j(pk(t)),Qh(s,t,n,i)}else{const r=Eu(e)?"axis":ZN(e)?"legend":Iw(e)?"header":null;if(r&&e[r]){const{format:o,formatType:s,...a}=e[r];if(Xs(s)&&!n.customFormatTypes)return j(pk(t)),Qh({...e,[r]:a},t,n,i)}}return q(e)?jw(e,t,i):ire(e)}function ire(e){let t=e.type;if(t)return e;const{datum:n}=e;return t=$e(n)?"quantitative":X(n)?"nominal":ha(n)?"temporal":void 0,{...e,type:t}}function jw(e,t,{compositeMark:n=!1}={}){const{aggregate:i,timeUnit:r,bin:o,field:s}=e,a={...e};if(!n&&i&&!dw(i)&&!es(i)&&!Hr(i)&&(j(ine(i)),delete a.aggregate),r&&(a.timeUnit=vt(r)),s&&(a.field=`${s}`),Be(o)&&(a.bin=Ug(o,t)),St(o)&&!it(t)&&j(Lne(t)),cn(a)){const{type:u}=a,l=aie(u);u!==l&&(a.type=l),u!=="quantitative"&&Fg(i)&&(j(nne(u,i)),a.type="quantitative")}else if(!J3(t)){const u=nre(a,t);a.type=u}if(cn(a)){const{compatible:u,warning:l}=rre(a,t)||{};u===!1&&j(l)}if(zw(a)&&X(a.sort)){const{sort:u}=a;if(xk(u))return{...a,sort:{encoding:u}};const l=u.substring(1);if(u.charAt(0)==="-"&&xk(l))return{...a,sort:{encoding:l,order:"descending"}}}if(Iw(a)){const{header:u}=a;if(u){const{orient:l,...c}=u;if(l)return{...a,header:{...c,labelOrient:u.labelOrient||l,titleOrient:u.titleOrient||l}}}}return a}function Ug(e,t){return ea(e)?{maxbins:ok(t)}:e==="binned"?{binned:!0}:!e.maxbins&&!e.step?{...e,maxbins:ok(t)}:e}const Ca={compatible:!0};function rre(e,t){const n=e.type;if(n==="geojson"&&t!=="shape")return{compatible:!1,warning:`Channel ${t} should not be used with a geojson data.`};switch(t){case Pr:case Ir:case Sg:return Jh(e)?Ca:{compatible:!1,warning:ane(t)};case Ge:case wt:case Yo:case Xu:case wn:case pr:case gr:case hf:case pf:case _g:case Ws:case $g:case kg:case la:case si:case Di:case Ag:return Ca;case Ri:case ri:case Oi:case Ni:return n!==Vs?{compatible:!1,warning:`Channel ${t} should be used with a quantitative field only, not ${e.type} field.`}:Ca;case Zr:case Ko:case Jo:case Qo:case Qr:case Jr:case Kr:case Mi:case hr:case Xo:return n==="nominal"&&!e.sort?{compatible:!1,warning:`Channel ${t} should not be used with an unsorted discrete field.`}:Ca;case En:case Zo:return!Jh(e)&&!Jie(e)?{compatible:!1,warning:une(t)}:Ca;case bu:return e.type==="nominal"&&!("sort"in e)?{compatible:!1,warning:"Channel order is inappropriate for nominal field, which has no inherent order."}:Ca}}function _u(e){const{formatType:t}=Su(e);return t==="time"||!t&&ore(e)}function ore(e){return e&&(e.type==="temporal"||q(e)&&!!e.timeUnit)}function jg(e,{timeUnit:t,type:n,wrapTime:i,undefinedIfExprNotRequired:r}){const o=t&&vt(t)?.unit;let s=o||n==="temporal",a;return mf(e)?a=e.expr:te(e)?a=e.signal:ha(e)?(s=!0,a=Gs(e)):(X(e)||$e(e))&&s&&(a=`datetime(${Re(e)})`,Yne(o)&&($e(e)&&e<1e4||X(e)&&isNaN(Date.parse(e)))&&(a=Gs({[o]:e}))),a?i&&s?`time(${a})`:a:r?void 0:Re(e)}function o5(e,t){const{type:n}=e;return t.map(i=>{const r=q(e)&&!pa(e.timeUnit)?e.timeUnit:void 0,o=jg(i,{timeUnit:r,type:n,undefinedIfExprNotRequired:!0});return o!==void 0?{signal:o}:i})}function Ef(e,t){return Be(e.bin)?yr(t)&&["ordinal","nominal"].includes(e.type):(console.warn("Only call this method for binned field defs."),!1)}const Sk={labelAlign:{part:"labels",vgProp:"align"},labelBaseline:{part:"labels",vgProp:"baseline"},labelColor:{part:"labels",vgProp:"fill"},labelFont:{part:"labels",vgProp:"font"},labelFontSize:{part:"labels",vgProp:"fontSize"},labelFontStyle:{part:"labels",vgProp:"fontStyle"},labelFontWeight:{part:"labels",vgProp:"fontWeight"},labelOpacity:{part:"labels",vgProp:"opacity"},labelOffset:null,labelPadding:null,gridColor:{part:"grid",vgProp:"stroke"},gridDash:{part:"grid",vgProp:"strokeDash"},gridDashOffset:{part:"grid",vgProp:"strokeDashOffset"},gridOpacity:{part:"grid",vgProp:"opacity"},gridWidth:{part:"grid",vgProp:"strokeWidth"},tickColor:{part:"ticks",vgProp:"stroke"},tickDash:{part:"ticks",vgProp:"strokeDash"},tickDashOffset:{part:"ticks",vgProp:"strokeDashOffset"},tickOpacity:{part:"ticks",vgProp:"opacity"},tickSize:null,tickWidth:{part:"ticks",vgProp:"strokeWidth"}};function Sf(e){return e?.condition}const s5=["domain","grid","labels","ticks","title"],sre={grid:"grid",gridCap:"grid",gridColor:"grid",gridDash:"grid",gridDashOffset:"grid",gridOpacity:"grid",gridScale:"grid",gridWidth:"grid",orient:"main",bandPosition:"both",aria:"main",description:"main",domain:"main",domainCap:"main",domainColor:"main",domainDash:"main",domainDashOffset:"main",domainOpacity:"main",domainWidth:"main",format:"main",formatType:"main",labelAlign:"main",labelAngle:"main",labelBaseline:"main",labelBound:"main",labelColor:"main",labelFlush:"main",labelFlushOffset:"main",labelFont:"main",labelFontSize:"main",labelFontStyle:"main",labelFontWeight:"main",labelLimit:"main",labelLineHeight:"main",labelOffset:"main",labelOpacity:"main",labelOverlap:"main",labelPadding:"main",labels:"main",labelSeparation:"main",maxExtent:"main",minExtent:"main",offset:"both",position:"main",tickCap:"main",tickColor:"main",tickDash:"main",tickDashOffset:"main",tickMinStep:"both",tickOffset:"both",tickOpacity:"main",tickRound:"both",ticks:"main",tickSize:"main",tickWidth:"both",title:"main",titleAlign:"main",titleAnchor:"main",titleAngle:"main",titleBaseline:"main",titleColor:"main",titleFont:"main",titleFontSize:"main",titleFontStyle:"main",titleFontWeight:"main",titleLimit:"main",titleLineHeight:"main",titleOpacity:"main",titlePadding:"main",titleX:"main",titleY:"main",encode:"both",scale:"both",tickBand:"both",tickCount:"both",tickExtra:"both",translate:"both",values:"both",zindex:"both"},a5={orient:1,aria:1,bandPosition:1,description:1,domain:1,domainCap:1,domainColor:1,domainDash:1,domainDashOffset:1,domainOpacity:1,domainWidth:1,format:1,formatType:1,grid:1,gridCap:1,gridColor:1,gridDash:1,gridDashOffset:1,gridOpacity:1,gridWidth:1,labelAlign:1,labelAngle:1,labelBaseline:1,labelBound:1,labelColor:1,labelFlush:1,labelFlushOffset:1,labelFont:1,labelFontSize:1,labelFontStyle:1,labelFontWeight:1,labelLimit:1,labelLineHeight:1,labelOffset:1,labelOpacity:1,labelOverlap:1,labelPadding:1,labels:1,labelSeparation:1,maxExtent:1,minExtent:1,offset:1,position:1,tickBand:1,tickCap:1,tickColor:1,tickCount:1,tickDash:1,tickDashOffset:1,tickExtra:1,tickMinStep:1,tickOffset:1,tickOpacity:1,tickRound:1,ticks:1,tickSize:1,tickWidth:1,title:1,titleAlign:1,titleAnchor:1,titleAngle:1,titleBaseline:1,titleColor:1,titleFont:1,titleFontSize:1,titleFontStyle:1,titleFontWeight:1,titleLimit:1,titleLineHeight:1,titleOpacity:1,titlePadding:1,titleX:1,titleY:1,translate:1,values:1,zindex:1},are={...a5,style:1,labelExpr:1,encoding:1};function _k(e){return J(are,e)}const ure={axis:1,axisBand:1,axisBottom:1,axisDiscrete:1,axisLeft:1,axisPoint:1,axisQuantitative:1,axisRight:1,axisTemporal:1,axisTop:1,axisX:1,axisXBand:1,axisXDiscrete:1,axisXPoint:1,axisXQuantitative:1,axisXTemporal:1,axisY:1,axisYBand:1,axisYDiscrete:1,axisYPoint:1,axisYQuantitative:1,axisYTemporal:1},u5=B(ure);function to(e){return U(e,"mark")}class qg{name;run;constructor(t,n){this.name=t,this.run=n}hasMatchingType(t){return to(t)?Pie(t.mark)===this.name:!1}}function Fs(e,t){const n=e?.[t];return n?P(n)?gu(n,i=>!!i.field):q(n)||Bg(n):!1}function l5(e,t){const n=e?.[t];return n?P(n)?gu(n,i=>!!i.field):q(n)||br(n)||wf(n):!1}function c5(e,t){if(it(t)){const n=e[t];if((q(n)||br(n))&&(Aw(n.type)||q(n)&&n.timeUnit)){const i=aw(t);return l5(e,i)}}return!1}function f5(e){return gu(ite,t=>{if(Fs(e,t)){const n=e[t];if(P(n))return gu(n,i=>!!i.aggregate);{const i=ki(n);return i&&!!i.aggregate}}return!1})}function d5(e,t){const n=[],i=[],r=[],o=[],s={};return qw(e,(a,u)=>{if(q(a)){const{field:l,aggregate:c,bin:f,timeUnit:d,...h}=a;if(c||d||f){const g=Bw(a)?.title;let m=V(a,{forAs:!0});const y={...g?[]:{title:Va(a,t,{allowDisabling:!0})},...h,field:m};if(c){let b;if(es(c)?(b="argmax",m=V({op:"argmax",field:c.argmax},{forAs:!0}),y.field=`${m}.${l}`):Hr(c)?(b="argmin",m=V({op:"argmin",field:c.argmin},{forAs:!0}),y.field=`${m}.${l}`):c!=="boxplot"&&c!=="errorbar"&&c!=="errorband"&&(b=c),b){const v={op:b,as:m};l&&(v.field=l),o.push(v)}}else if(n.push(m),cn(a)&&Be(f)){if(i.push({bin:f,field:l,as:m}),n.push(V(a,{binSuffix:"end"})),Ef(a,u)&&n.push(V(a,{binSuffix:"range"})),it(u)){const b={field:`${m}_end`};s[`${u}2`]=b}y.bin="binned",J3(u)||(y.type=Vs)}else if(d&&!pa(d)){r.push({timeUnit:d,field:l,as:m});const b=cn(a)&&a.type!==vu&&"time";b&&(u===hf||u===Ws?y.formatType=b:pte(u)?y.legend={formatType:b,...y.legend}:it(u)&&(y.axis={formatType:b,...y.axis}))}s[u]=y}else n.push(l),s[u]=e[u]}else s[u]=e[u]}),{bins:i,timeUnits:r,aggregate:o,groupby:n,encoding:s}}function lre(e,t,n){const i=mte(t,n);if(i){if(i==="binned"){const r=e[t===Mi?Ge:wt];return!!(q(r)&&q(e[t])&&St(r.bin))}}else return!1;return!0}function cre(e,t,n,i){const r={};for(const o of B(e))K3(o)||j(sne(o));for(let o of lte){if(!e[o])continue;const s=e[o];if(gf(o)){const a=ute(o),u=r[a];if(q(u)&&sie(u.type)&&q(s)&&!u.timeUnit){j(ene(a));continue}}if(o==="angle"&&t==="arc"&&!e.theta&&(j(Zte),o=si),!lre(e,o,t)){j(Mg(o,t));continue}if(o===Qr&&t==="line"&&ki(e[o])?.aggregate){j(one);continue}if(o===wn&&(n?"fill"in e:"stroke"in e)){j(gN("encoding",{fill:"fill"in e,stroke:"stroke"in e}));continue}if(o===pf||o===bu&&!P(s)&&!$i(s)||o===Ws&&P(s)){if(s){if(o===bu){const a=e[o];if(QN(a)){r[o]=a;continue}}r[o]=K(s).reduce((a,u)=>(q(u)?a.push(jw(u,o)):j(Dy(u,o)),a),[])}}else{if(o===Ws&&s===null)r[o]=null;else if(!q(s)&&!br(s)&&!$i(s)&&!xf(s)&&!te(s)){j(Dy(s,o));continue}r[o]=r5(s,o,i)}}return r}function Wg(e,t){const n={};for(const i of B(e)){const r=r5(e[i],i,t,{compositeMark:!0});n[i]=r}return n}function fre(e){const t=[];for(const n of B(e))if(Fs(e,n)){const i=e[n],r=K(i);for(const o of r)q(o)?t.push(o):Bg(o)&&t.push(o.condition)}return t}function qw(e,t,n){if(e)for(const i of B(e)){const r=e[i];if(P(r))for(const o of r)t.call(n,o,i);else t.call(n,r,i)}}function dre(e,t,n,i){return e?B(e).reduce((r,o)=>{const s=e[o];return P(s)?s.reduce((a,u)=>t.call(i,a,u,o),r):t.call(i,r,s,o)},n):n}function h5(e,t){return B(t).reduce((n,i)=>{switch(i){case Ge:case wt:case $g:case Ag:case kg:case Mi:case hr:case Yo:case Xu:case si:case Jr:case Di:case Kr:case Xo:case Oi:case Ri:case Ni:case ri:case hf:case En:case la:case Ws:return n;case bu:if(e==="line"||e==="trail")return n;case pf:case _g:{const r=t[i];if(P(r)||q(r))for(const o of K(r))o.aggregate||n.push(V(o,{}));return n}case Qr:if(e==="trail")return n;case wn:case pr:case gr:case Zr:case Ko:case Jo:case Zo:case Qo:{const r=ki(t[i]);return r&&!r.aggregate&&n.push(V(r,{})),n}}},[])}function hre(e){const{tooltip:t,...n}=e;if(!t)return{filteredEncoding:n};let i,r;if(P(t)){for(const o of t)o.aggregate?(i||(i=[]),i.push(o)):(r||(r=[]),r.push(o));i&&(n.tooltip=i)}else t.aggregate?n.tooltip=t:r=t;return P(r)&&r.length===1&&(r=r[0]),{customTooltipWithoutAggregatedField:r,filteredEncoding:n}}function Ly(e,t,n,i=!0){if("tooltip"in n)return{tooltip:n.tooltip};const r=e.map(({fieldPrefix:s,titlePrefix:a})=>{const u=i?` of ${Ww(t)}`:"";return{field:s+t.field,type:t.type,title:te(a)?{signal:`${a}"${escape(u)}"`}:a+u}}),o=fre(n).map(Xie);return{tooltip:[...r,...Mn(o,me)]}}function Ww(e){const{title:t,field:n}=e;return nt(t,n)}function Hw(e,t,n,i,r){const{scale:o,axis:s}=n;return({partName:a,mark:u,positionPrefix:l,endPositionPrefix:c=void 0,extraEncoding:f={}})=>{const d=Ww(n);return p5(e,a,r,{mark:u,encoding:{[t]:{field:`${l}_${n.field}`,type:n.type,...d!==void 0?{title:d}:{},...o!==void 0?{scale:o}:{},...s!==void 0?{axis:s}:{}},...X(c)?{[`${t}2`]:{field:`${c}_${n.field}`}}:{},...i,...f}})}}function p5(e,t,n,i){const{clip:r,color:o,opacity:s}=e,a=e.type;return e[t]||e[t]===void 0&&n[t]?[{...i,mark:{...n[t],...r?{clip:r}:{},...o?{color:o}:{},...s?{opacity:s}:{},...or(i.mark)?i.mark:{type:i.mark},style:`${a}-${String(t)}`,...ea(e[t])?{}:e[t]}}]:[]}function g5(e,t,n){const{encoding:i}=e,r=t==="vertical"?"y":"x",o=i[r],s=i[`${r}2`],a=i[`${r}Error`],u=i[`${r}Error2`];return{continuousAxisChannelDef:Qf(o,n),continuousAxisChannelDef2:Qf(s,n),continuousAxisChannelDefError:Qf(a,n),continuousAxisChannelDefError2:Qf(u,n),continuousAxis:r}}function Qf(e,t){if(e?.aggregate){const{aggregate:n,...i}=e;return n!==t&&j(Nne(n,t)),i}else return e}function m5(e,t){const{mark:n,encoding:i}=e,{x:r,y:o}=i;if(or(n)&&n.orient)return n.orient;if(_o(r)){if(_o(o)){const s=q(r)&&r.aggregate,a=q(o)&&o.aggregate;if(!s&&a===t)return"vertical";if(!a&&s===t)return"horizontal";if(s===t&&a===t)throw new Error("Both x and y cannot have aggregate");return _u(o)&&!_u(r)?"horizontal":"vertical"}return"horizontal"}else{if(_o(o))return"vertical";throw new Error(`Need a valid continuous axis for ${t}s`)}}const Zh="boxplot",pre=["box","median","outliers","rule","ticks"],gre=new qg(Zh,b5);function y5(e){return $e(e)?"tukey":e}function b5(e,{config:t}){e={...e,encoding:Wg(e.encoding,t)};const{mark:n,encoding:i,params:r,projection:o,...s}=e,a=or(n)?n:{type:n};r&&j(hN("boxplot"));const u=a.extent??t.boxplot.extent,l=Te("size",a,t),c=a.invalid,f=y5(u),{bins:d,timeUnits:h,transform:p,continuousAxisChannelDef:g,continuousAxis:m,groupby:y,aggregate:b,encodingWithoutContinuousAxis:v,ticksOrient:x,boxOrient:E,customTooltipWithoutAggregatedField:S}=mre(e,u,t),w=Yu(g.field),{color:_,size:$,...A}=v,F=vr=>Hw(a,m,g,vr,t.boxplot),N=F(A),M=F(v),C=(Y(t.boxplot.box)?t.boxplot.box.color:t.mark.color)||"#4c78a8",k=F({...A,...$?{size:$}:{},color:{condition:{test:`${De(`lower_box_${g.field}`)} >= ${De(`upper_box_${g.field}`)}`,..._||{value:C}}}}),T=Ly([{fieldPrefix:f==="min-max"?"upper_whisker_":"max_",titlePrefix:"Max"},{fieldPrefix:"upper_box_",titlePrefix:"Q3"},{fieldPrefix:"mid_box_",titlePrefix:"Median"},{fieldPrefix:"lower_box_",titlePrefix:"Q1"},{fieldPrefix:f==="min-max"?"lower_whisker_":"min_",titlePrefix:"Min"}],g,v),L={type:"tick",color:"black",opacity:1,orient:x,invalid:c,aria:!1},z=f==="min-max"?T:Ly([{fieldPrefix:"upper_whisker_",titlePrefix:"Upper Whisker"},{fieldPrefix:"lower_whisker_",titlePrefix:"Lower Whisker"}],g,v),I=[...N({partName:"rule",mark:{type:"rule",invalid:c,aria:!1},positionPrefix:"lower_whisker",endPositionPrefix:"lower_box",extraEncoding:z}),...N({partName:"rule",mark:{type:"rule",invalid:c,aria:!1},positionPrefix:"upper_box",endPositionPrefix:"upper_whisker",extraEncoding:z}),...N({partName:"ticks",mark:L,positionPrefix:"lower_whisker",extraEncoding:z}),...N({partName:"ticks",mark:L,positionPrefix:"upper_whisker",extraEncoding:z})],Q=[...f!=="tukey"?I:[],...M({partName:"box",mark:{type:"bar",...l?{size:l}:{},orient:E,invalid:c,ariaRoleDescription:"box"},positionPrefix:"lower_box",endPositionPrefix:"upper_box",extraEncoding:T}),...k({partName:"median",mark:{type:"tick",invalid:c,...Y(t.boxplot.median)&&t.boxplot.median.color?{color:t.boxplot.median.color}:{},...l?{size:l}:{},orient:x,aria:!1},positionPrefix:"mid_box",extraEncoding:T})];if(f==="min-max")return{...s,transform:(s.transform??[]).concat(p),layer:Q};const ue=De(`lower_box_${g.field}`),oe=De(`upper_box_${g.field}`),de=`(${oe} - ${ue})`,Pe=`${ue} - ${u} * ${de}`,he=`${oe} + ${u} * ${de}`,Dt=De(g.field),ns={joinaggregate:v5(g.field),groupby:y},io={transform:[{filter:`(${Pe} <= ${Dt}) && (${Dt} <= ${he})`},{aggregate:[{op:"min",field:g.field,as:`lower_whisker_${w}`},{op:"max",field:g.field,as:`upper_whisker_${w}`},{op:"min",field:`lower_box_${g.field}`,as:`lower_box_${w}`},{op:"max",field:`upper_box_${g.field}`,as:`upper_box_${w}`},...b],groupby:y}],layer:I},{tooltip:Z,...ge}=A,{scale:be,axis:W}=g,Et=Ww(g),Me=p5(a,"outliers",t.boxplot,{transform:[{filter:`(${Dt} < ${Pe}) || (${Dt} > ${he})`}],mark:"point",encoding:{[m]:{field:g.field,type:g.type,...Et!==void 0?{title:Et}:{},...be!==void 0?{scale:be}:{},...W!==void 0?{axis:W}:{}},...ge,..._?{color:_}:{},...S?{tooltip:S}:{}}})[0];let pt;const Ot=[...d,...h,ns];return Me?pt={transform:Ot,layer:[Me,io]}:(pt=io,pt.transform.unshift(...Ot)),{...s,layer:[pt,{transform:p,layer:Q}]}}function v5(e){const t=Yu(e);return[{op:"q1",field:e,as:`lower_box_${t}`},{op:"q3",field:e,as:`upper_box_${t}`}]}function mre(e,t,n){const i=m5(e,Zh),{continuousAxisChannelDef:r,continuousAxis:o}=g5(e,i,Zh),s=r.field,a=Yu(s),u=y5(t),l=[...v5(s),{op:"median",field:s,as:`mid_box_${a}`},{op:"min",field:s,as:(u==="min-max"?"lower_whisker_":"min_")+a},{op:"max",field:s,as:(u==="min-max"?"upper_whisker_":"max_")+a}],c=u==="min-max"||u==="tukey"?[]:[{calculate:`${De(`upper_box_${a}`)} - ${De(`lower_box_${a}`)}`,as:`iqr_${a}`},{calculate:`min(${De(`upper_box_${a}`)} + ${De(`iqr_${a}`)} * ${t}, ${De(`max_${a}`)})`,as:`upper_whisker_${a}`},{calculate:`max(${De(`lower_box_${a}`)} - ${De(`iqr_${a}`)} * ${t}, ${De(`min_${a}`)})`,as:`lower_whisker_${a}`}],{[o]:f,...d}=e.encoding,{customTooltipWithoutAggregatedField:h,filteredEncoding:p}=hre(d),{bins:g,timeUnits:m,aggregate:y,groupby:b,encoding:v}=d5(p,n),x=i==="vertical"?"horizontal":"vertical",E=i,S=[...g,...m,{aggregate:[...y,...l],groupby:b},...c];return{bins:g,timeUnits:m,transform:S,groupby:b,aggregate:y,continuousAxisChannelDef:r,continuousAxis:o,encodingWithoutContinuousAxis:v,ticksOrient:x,boxOrient:E,customTooltipWithoutAggregatedField:h}}const Gw="errorbar",yre=["ticks","rule"],bre=new qg(Gw,x5);function x5(e,{config:t}){e={...e,encoding:Wg(e.encoding,t)};const{transform:n,continuousAxisChannelDef:i,continuousAxis:r,encodingWithoutContinuousAxis:o,ticksOrient:s,markDef:a,outerSpec:u,tooltipEncoding:l}=w5(e,Gw,t);delete o.size;const c=Hw(a,r,i,o,t.errorbar),f=a.thickness,d=a.size,h={type:"tick",orient:s,aria:!1,...f!==void 0?{thickness:f}:{},...d!==void 0?{size:d}:{}},p=[...c({partName:"ticks",mark:h,positionPrefix:"lower",extraEncoding:l}),...c({partName:"ticks",mark:h,positionPrefix:"upper",extraEncoding:l}),...c({partName:"rule",mark:{type:"rule",ariaRoleDescription:"errorbar",...f!==void 0?{size:f}:{}},positionPrefix:"lower",endPositionPrefix:"upper",extraEncoding:l})];return{...u,transform:n,...p.length>1?{layer:p}:{...p[0]}}}function vre(e,t){const{encoding:n}=e;if(xre(n))return{orient:m5(e,t),inputType:"raw"};const i=wre(n),r=Ere(n),o=n.x,s=n.y;if(i){if(r)throw new Error(`${t} cannot be both type aggregated-upper-lower and aggregated-error`);const a=n.x2,u=n.y2;if(ce(a)&&ce(u))throw new Error(`${t} cannot have both x2 and y2`);if(ce(a)){if(_o(o))return{orient:"horizontal",inputType:"aggregated-upper-lower"};throw new Error(`Both x and x2 have to be quantitative in ${t}`)}else if(ce(u)){if(_o(s))return{orient:"vertical",inputType:"aggregated-upper-lower"};throw new Error(`Both y and y2 have to be quantitative in ${t}`)}throw new Error("No ranged axis")}else{const a=n.xError,u=n.xError2,l=n.yError,c=n.yError2;if(ce(u)&&!ce(a))throw new Error(`${t} cannot have xError2 without xError`);if(ce(c)&&!ce(l))throw new Error(`${t} cannot have yError2 without yError`);if(ce(a)&&ce(l))throw new Error(`${t} cannot have both xError and yError with both are quantiative`);if(ce(a)){if(_o(o))return{orient:"horizontal",inputType:"aggregated-error"};throw new Error("All x, xError, and xError2 (if exist) have to be quantitative")}else if(ce(l)){if(_o(s))return{orient:"vertical",inputType:"aggregated-error"};throw new Error("All y, yError, and yError2 (if exist) have to be quantitative")}throw new Error("No ranged axis")}}function xre(e){return(ce(e.x)||ce(e.y))&&!ce(e.x2)&&!ce(e.y2)&&!ce(e.xError)&&!ce(e.xError2)&&!ce(e.yError)&&!ce(e.yError2)}function wre(e){return ce(e.x2)||ce(e.y2)}function Ere(e){return ce(e.xError)||ce(e.xError2)||ce(e.yError)||ce(e.yError2)}function w5(e,t,n){const{mark:i,encoding:r,params:o,projection:s,...a}=e,u=or(i)?i:{type:i};o&&j(hN(t));const{orient:l,inputType:c}=vre(e,t),{continuousAxisChannelDef:f,continuousAxisChannelDef2:d,continuousAxisChannelDefError:h,continuousAxisChannelDefError2:p,continuousAxis:g}=g5(e,l,t),{errorBarSpecificAggregate:m,postAggregateCalculates:y,tooltipSummary:b,tooltipTitleWithFieldName:v}=Sre(u,f,d,h,p,c,t,n),{[g]:x,[g==="x"?"x2":"y2"]:E,[g==="x"?"xError":"yError"]:S,[g==="x"?"xError2":"yError2"]:w,..._}=r,{bins:$,timeUnits:A,aggregate:F,groupby:N,encoding:M}=d5(_,n),C=[...F,...m],k=c!=="raw"?[]:N,T=Ly(b,f,M,v);return{transform:[...a.transform??[],...$,...A,...C.length===0?[]:[{aggregate:C,groupby:k}],...y],groupby:k,continuousAxisChannelDef:f,continuousAxis:g,encodingWithoutContinuousAxis:M,ticksOrient:l==="vertical"?"horizontal":"vertical",markDef:u,outerSpec:a,tooltipEncoding:T}}function Sre(e,t,n,i,r,o,s,a){let u=[],l=[];const c=t.field;let f,d=!1;if(o==="raw"){const h=e.center?e.center:e.extent?e.extent==="iqr"?"median":"mean":a.errorbar.center,p=e.extent?e.extent:h==="mean"?"stderr":"iqr";if(h==="median"!=(p==="iqr")&&j(Rne(h,p,s)),p==="stderr"||p==="stdev")u=[{op:p,field:c,as:`extent_${c}`},{op:h,field:c,as:`center_${c}`}],l=[{calculate:`${De(`center_${c}`)} + ${De(`extent_${c}`)}`,as:`upper_${c}`},{calculate:`${De(`center_${c}`)} - ${De(`extent_${c}`)}`,as:`lower_${c}`}],f=[{fieldPrefix:"center_",titlePrefix:df(h)},{fieldPrefix:"upper_",titlePrefix:$k(h,p,"+")},{fieldPrefix:"lower_",titlePrefix:$k(h,p,"-")}],d=!0;else{let g,m,y;p==="ci"?(g="mean",m="ci0",y="ci1"):(g="median",m="q1",y="q3"),u=[{op:m,field:c,as:`lower_${c}`},{op:y,field:c,as:`upper_${c}`},{op:g,field:c,as:`center_${c}`}],f=[{fieldPrefix:"upper_",titlePrefix:Va({field:c,aggregate:y,type:"quantitative"},a,{allowDisabling:!1})},{fieldPrefix:"lower_",titlePrefix:Va({field:c,aggregate:m,type:"quantitative"},a,{allowDisabling:!1})},{fieldPrefix:"center_",titlePrefix:Va({field:c,aggregate:g,type:"quantitative"},a,{allowDisabling:!1})}]}}else{(e.center||e.extent)&&j(One(e.center,e.extent)),o==="aggregated-upper-lower"?(f=[],l=[{calculate:De(n.field),as:`upper_${c}`},{calculate:De(c),as:`lower_${c}`}]):o==="aggregated-error"&&(f=[{fieldPrefix:"",titlePrefix:c}],l=[{calculate:`${De(c)} + ${De(i.field)}`,as:`upper_${c}`}],r?l.push({calculate:`${De(c)} + ${De(r.field)}`,as:`lower_${c}`}):l.push({calculate:`${De(c)} - ${De(i.field)}`,as:`lower_${c}`}));for(const h of l)f.push({fieldPrefix:h.as.substring(0,6),titlePrefix:qs(qs(h.calculate,"datum['",""),"']","")})}return{postAggregateCalculates:l,errorBarSpecificAggregate:u,tooltipSummary:f,tooltipTitleWithFieldName:d}}function $k(e,t,n){return`${df(e)} ${n} ${t}`}const Vw="errorband",_re=["band","borders"],$re=new qg(Vw,E5);function E5(e,{config:t}){e={...e,encoding:Wg(e.encoding,t)};const{transform:n,continuousAxisChannelDef:i,continuousAxis:r,encodingWithoutContinuousAxis:o,markDef:s,outerSpec:a,tooltipEncoding:u}=w5(e,Vw,t),l=s,c=Hw(l,r,i,o,t.errorband),f=e.encoding.x!==void 0&&e.encoding.y!==void 0;let d={type:f?"area":"rect"},h={type:f?"line":"rule"};const p={...l.interpolate?{interpolate:l.interpolate}:{},...l.tension&&l.interpolate?{tension:l.tension}:{}};return f?(d={...d,...p,ariaRoleDescription:"errorband"},h={...h,...p,aria:!1}):l.interpolate?j(mk("interpolate")):l.tension&&j(mk("tension")),{...a,transform:n,layer:[...c({partName:"band",mark:d,positionPrefix:"lower",endPositionPrefix:"upper",extraEncoding:u}),...c({partName:"borders",mark:h,positionPrefix:"lower",extraEncoding:u}),...c({partName:"borders",mark:h,positionPrefix:"upper",extraEncoding:u})]}}const S5={};function Yw(e,t,n){const i=new qg(e,t);S5[e]={normalizer:i,parts:n}}function kre(){return B(S5)}Yw(Zh,b5,pre);Yw(Gw,x5,yre);Yw(Vw,E5,_re);const Are=["gradientHorizontalMaxLength","gradientHorizontalMinLength","gradientVerticalMaxLength","gradientVerticalMinLength","unselectedOpacity"],_5={titleAlign:"align",titleAnchor:"anchor",titleAngle:"angle",titleBaseline:"baseline",titleColor:"color",titleFont:"font",titleFontSize:"fontSize",titleFontStyle:"fontStyle",titleFontWeight:"fontWeight",titleLimit:"limit",titleLineHeight:"lineHeight",titleOrient:"orient",titlePadding:"offset"},$5={labelAlign:"align",labelAnchor:"anchor",labelAngle:"angle",labelBaseline:"baseline",labelColor:"color",labelFont:"font",labelFontSize:"fontSize",labelFontStyle:"fontStyle",labelFontWeight:"fontWeight",labelLimit:"limit",labelLineHeight:"lineHeight",labelOrient:"orient",labelPadding:"offset"},Cre=B(_5),Fre=B($5),Tre={header:1,headerRow:1,headerColumn:1,headerFacet:1},k5=B(Tre),A5=["size","shape","fill","stroke","strokeDash","strokeWidth","opacity"],Mre={gradientHorizontalMaxLength:200,gradientHorizontalMinLength:100,gradientVerticalMaxLength:200,gradientVerticalMinLength:64,unselectedOpacity:.35},Dre={aria:1,clipHeight:1,columnPadding:1,columns:1,cornerRadius:1,description:1,direction:1,fillColor:1,format:1,formatType:1,gradientLength:1,gradientOpacity:1,gradientStrokeColor:1,gradientStrokeWidth:1,gradientThickness:1,gridAlign:1,labelAlign:1,labelBaseline:1,labelColor:1,labelFont:1,labelFontSize:1,labelFontStyle:1,labelFontWeight:1,labelLimit:1,labelOffset:1,labelOpacity:1,labelOverlap:1,labelPadding:1,labelSeparation:1,legendX:1,legendY:1,offset:1,orient:1,padding:1,rowPadding:1,strokeColor:1,symbolDash:1,symbolDashOffset:1,symbolFillColor:1,symbolLimit:1,symbolOffset:1,symbolOpacity:1,symbolSize:1,symbolStrokeColor:1,symbolStrokeWidth:1,symbolType:1,tickCount:1,tickMinStep:1,title:1,titleAlign:1,titleAnchor:1,titleBaseline:1,titleColor:1,titleFont:1,titleFontSize:1,titleFontStyle:1,titleFontWeight:1,titleLimit:1,titleLineHeight:1,titleOpacity:1,titleOrient:1,titlePadding:1,type:1,values:1,zindex:1},Ai="_vgsid_",Ore={point:{on:"click",fields:[Ai],toggle:"event.shiftKey",resolve:"global",clear:"dblclick"},interval:{on:"[pointerdown, window:pointerup] > window:pointermove!",encodings:["x","y"],translate:"[pointerdown, window:pointerup] > window:pointermove!",zoom:"wheel!",mark:{fill:"#333",fillOpacity:.125,stroke:"white"},resolve:"global",clear:"dblclick"}};function Xw(e){return e==="legend"||!!e?.legend}function x0(e){return Xw(e)&&Y(e)}function Kw(e){return!!e?.select}function C5(e){const t=[];for(const n of e||[]){if(Kw(n))continue;const{expr:i,bind:r,...o}=n;if(r&&i){const s={...o,bind:r,init:i};t.push(s)}else{const s={...o,...i?{update:i}:{},...r?{bind:r}:{}};t.push(s)}}return t}function Rre(e){return Hg(e)||Qw(e)||Jw(e)}function Jw(e){return U(e,"concat")}function Hg(e){return U(e,"vconcat")}function Qw(e){return U(e,"hconcat")}function F5({step:e,offsetIsDiscrete:t}){return t?e.for??"offset":"position"}function sr(e){return U(e,"step")}function kk(e){return U(e,"view")||U(e,"width")||U(e,"height")}const Ak=20,Nre={align:1,bounds:1,center:1,columns:1,spacing:1},Lre=B(Nre);function Pre(e,t,n){const i=n[t],r={},{spacing:o,columns:s}=i;o!==void 0&&(r.spacing=o),s!==void 0&&(zg(e)&&!vf(e.facet)||Jw(e))&&(r.columns=s),Hg(e)&&(r.columns=1);for(const a of Lre)if(e[a]!==void 0)if(a==="spacing"){const u=e[a];r[a]=$e(u)?u:{row:u.row??o,column:u.column??o}}else r[a]=e[a];return r}function Py(e,t){return e[t]??e[t==="width"?"continuousWidth":"continuousHeight"]}function Iy(e,t){const n=ep(e,t);return sr(n)?n.step:T5}function ep(e,t){const n=e[t]??e[t==="width"?"discreteWidth":"discreteHeight"];return nt(n,{step:e.step})}const T5=20,Ire={continuousWidth:300,continuousHeight:300,step:T5},zre={background:"white",padding:5,timeFormat:"%b %d, %Y",countTitle:"Count of Records",view:Ire,mark:Mie,arc:{},area:{},bar:Nie,circle:{},geoshape:{},image:{},line:{},point:{},rect:Ow,rule:{color:"black"},square:{},text:{color:"black"},tick:Lie,trail:{},boxplot:{size:14,extent:1.5,box:{},median:{color:"white"},outliers:{},rule:{},ticks:null},errorbar:{center:"mean",rule:!0,ticks:!1},errorband:{band:{opacity:.3},borders:!1},scale:die,projection:{},legend:Mre,header:{titlePadding:10,labelPadding:10},headerColumn:{},headerRow:{},headerFacet:{},selection:Ore,style:{},title:{},facet:{spacing:Ak},concat:{spacing:Ak},normalizedNumberFormat:".0%"},Sr=["#4c78a8","#f58518","#e45756","#72b7b2","#54a24b","#eeca3b","#b279a2","#ff9da6","#9d755d","#bab0ac"],Ck={text:11,guideLabel:10,guideTitle:11,groupTitle:13,groupSubtitle:12},Fk={blue:Sr[0],orange:Sr[1],red:Sr[2],teal:Sr[3],green:Sr[4],yellow:Sr[5],purple:Sr[6],pink:Sr[7],brown:Sr[8],gray0:"#000",gray1:"#111",gray2:"#222",gray3:"#333",gray4:"#444",gray5:"#555",gray6:"#666",gray7:"#777",gray8:"#888",gray9:"#999",gray10:"#aaa",gray11:"#bbb",gray12:"#ccc",gray13:"#ddd",gray14:"#eee",gray15:"#fff"};function Bre(e={}){return{signals:[{name:"color",value:Y(e)?{...Fk,...e}:Fk}],mark:{color:{signal:"color.blue"}},rule:{color:{signal:"color.gray0"}},text:{color:{signal:"color.gray0"}},style:{"guide-label":{fill:{signal:"color.gray0"}},"guide-title":{fill:{signal:"color.gray0"}},"group-title":{fill:{signal:"color.gray0"}},"group-subtitle":{fill:{signal:"color.gray0"}},cell:{stroke:{signal:"color.gray8"}}},axis:{domainColor:{signal:"color.gray13"},gridColor:{signal:"color.gray8"},tickColor:{signal:"color.gray13"}},range:{category:[{signal:"color.blue"},{signal:"color.orange"},{signal:"color.red"},{signal:"color.teal"},{signal:"color.green"},{signal:"color.yellow"},{signal:"color.purple"},{signal:"color.pink"},{signal:"color.brown"},{signal:"color.grey8"}]}}}function Ure(e){return{signals:[{name:"fontSize",value:Y(e)?{...Ck,...e}:Ck}],text:{fontSize:{signal:"fontSize.text"}},style:{"guide-label":{fontSize:{signal:"fontSize.guideLabel"}},"guide-title":{fontSize:{signal:"fontSize.guideTitle"}},"group-title":{fontSize:{signal:"fontSize.groupTitle"}},"group-subtitle":{fontSize:{signal:"fontSize.groupSubtitle"}}}}}function jre(e){return{text:{font:e},style:{"guide-label":{font:e},"guide-title":{font:e},"group-title":{font:e},"group-subtitle":{font:e}}}}function M5(e){const t=B(e||{}),n={};for(const i of t){const r=e[i];n[i]=Sf(r)?sN(r):Fn(r)}return n}function qre(e){const t=B(e),n={};for(const i of t)n[i]=M5(e[i]);return n}const Wre=[...BN,...u5,...k5,"background","padding","legend","lineBreak","scale","style","title","view"];function D5(e={}){const{color:t,font:n,fontSize:i,selection:r,...o}=e,s=Ou({},le(zre),n?jre(n):{},t?Bre(t):{},i?Ure(i):{},o||{});r&&Ru(s,"selection",r,!0);const a=Ln(s,Wre);for(const u of["background","lineBreak","padding"])s[u]&&(a[u]=Fn(s[u]));for(const u of BN)s[u]&&(a[u]=_t(s[u]));for(const u of u5)s[u]&&(a[u]=M5(s[u]));for(const u of k5)s[u]&&(a[u]=_t(s[u]));if(s.legend&&(a.legend=_t(s.legend)),s.scale){const{invalid:u,...l}=s.scale,c=_t(u,{level:1});a.scale={..._t(l),...B(c).length>0?{invalid:c}:{}}}return s.style&&(a.style=qre(s.style)),s.title&&(a.title=_t(s.title)),s.view&&(a.view=_t(s.view)),a}const Hre=new Set(["view",...$ie]),Gre=["color","fontSize","background","padding","facet","concat","numberFormat","numberFormatType","normalizedNumberFormat","normalizedNumberFormatType","timeFormat","countTitle","header","axisQuantitative","axisTemporal","axisDiscrete","axisPoint","axisXBand","axisXPoint","axisXDiscrete","axisXQuantitative","axisXTemporal","axisYBand","axisYPoint","axisYDiscrete","axisYQuantitative","axisYTemporal","scale","selection","overlay"],Vre={view:["continuousWidth","continuousHeight","discreteWidth","discreteHeight","step"],...Tie};function Yre(e){e=le(e);for(const t of Gre)delete e[t];if(e.axis)for(const t in e.axis)Sf(e.axis[t])&&delete e.axis[t];if(e.legend)for(const t of Are)delete e.legend[t];if(e.mark){for(const t of bk)delete e.mark[t];e.mark.tooltip&&Y(e.mark.tooltip)&&delete e.mark.tooltip}e.params&&(e.signals=(e.signals||[]).concat(C5(e.params)),delete e.params);for(const t of Hre){for(const i of bk)delete e[t][i];const n=Vre[t];if(n)for(const i of n)delete e[t][i];Kre(e,t)}for(const t of kre())delete e[t];Xre(e);for(const t in e)Y(e[t])&&ze(e[t])&&delete e[t];return ze(e)?void 0:e}function Xre(e){const{titleMarkConfig:t,subtitleMarkConfig:n,subtitle:i}=rN(e.title);ze(t)||(e.style["group-title"]={...e.style["group-title"],...t}),ze(n)||(e.style["group-subtitle"]={...e.style["group-subtitle"],...n}),ze(i)?delete e.title:e.title=i}function Kre(e,t,n,i){const r=e[t];t==="view"&&(n="cell");const o={...r,...e.style[n??t]};ze(o)||(e.style[n??t]=o),delete e[t]}function Gg(e){return U(e,"layer")}function Jre(e){return U(e,"repeat")}function Qre(e){return!P(e.repeat)&&U(e.repeat,"layer")}class Zw{map(t,n){return zg(t)?this.mapFacet(t,n):Jre(t)?this.mapRepeat(t,n):Qw(t)?this.mapHConcat(t,n):Hg(t)?this.mapVConcat(t,n):Jw(t)?this.mapConcat(t,n):this.mapLayerOrUnit(t,n)}mapLayerOrUnit(t,n){if(Gg(t))return this.mapLayer(t,n);if(to(t))return this.mapUnit(t,n);throw new Error(hw(t))}mapLayer(t,n){return{...t,layer:t.layer.map(i=>this.mapLayerOrUnit(i,n))}}mapHConcat(t,n){return{...t,hconcat:t.hconcat.map(i=>this.map(i,n))}}mapVConcat(t,n){return{...t,vconcat:t.vconcat.map(i=>this.map(i,n))}}mapConcat(t,n){const{concat:i,...r}=t;return{...r,concat:i.map(o=>this.map(o,n))}}mapFacet(t,n){return{...t,spec:this.map(t.spec,n)}}mapRepeat(t,n){return{...t,spec:this.map(t.spec,n)}}}const Zre={zero:1,center:1,normalize:1};function eoe(e){return J(Zre,e)}const toe=new Set([PN,Ng,Rg,Yh,Pg,Mw,Dw,Lg,IN,Tw]),noe=new Set([Ng,Rg,PN]);function Fa(e){return q(e)&&wu(e)==="quantitative"&&!e.bin}function Tk(e,t,{orient:n,type:i}){const r=t==="x"?"y":"radius",o=t==="x"&&["bar","area"].includes(i),s=e[t],a=e[r];if(q(s)&&q(a))if(Fa(s)&&Fa(a)){if(s.stack)return t;if(a.stack)return r;const u=q(s)&&!!s.aggregate,l=q(a)&&!!a.aggregate;if(u!==l)return u?t:r;if(o){if(n==="vertical")return r;if(n==="horizontal")return t}}else{if(Fa(s))return t;if(Fa(a))return r}else{if(Fa(s))return o&&n==="vertical"?void 0:t;if(Fa(a))return o&&n==="horizontal"?void 0:r}}function ioe(e){switch(e){case"x":return"y";case"y":return"x";case"theta":return"radius";case"radius":return"theta"}}function O5(e,t){const n=or(e)?e:{type:e},i=n.type;if(!toe.has(i))return null;const r=Tk(t,"x",n)||Tk(t,"theta",n);if(!r)return null;const o=t[r],s=q(o)?V(o,{}):void 0,a=ioe(r),u=[],l=new Set;if(t[a]){const g=t[a],m=q(g)?V(g,{}):void 0;m&&m!==s&&(u.push(a),l.add(m))}const c=a==="x"?"xOffset":"yOffset",f=t[c],d=q(f)?V(f,{}):void 0;d&&d!==s&&(u.push(c),l.add(d));const h=cte.reduce((g,m)=>{if(m!=="tooltip"&&Fs(t,m)){const y=t[m];for(const b of K(y)){const v=ki(b);if(v.aggregate)continue;const x=V(v,{});(!x||!l.has(x))&&g.push({channel:m,fieldDef:v})}}return g},[]);let p;return o.stack!==void 0?ea(o.stack)?p=o.stack?"zero":null:p=o.stack:noe.has(i)&&(p="zero"),!p||!eoe(p)||f5(t)&&h.length===0?null:(o?.scale?.type&&o?.scale?.type!==$t.LINEAR&&o?.stack&&j(Tne(o.scale.type)),ce(t[mr(r)])?(o.stack!==void 0&&j(Fne(r)),null):(q(o)&&o.aggregate&&!Ste.has(o.aggregate)&&j(Mne(o.aggregate)),{groupbyChannels:u,groupbyFields:l,fieldChannel:r,impute:o.impute===null?!1:ts(i),stackBy:h,offset:p}))}function R5(e,t,n){const i=_t(e),r=Te("orient",i,n);if(i.orient=aoe(i.type,t,r),r!==void 0&&r!==i.orient&&j(dne(i.orient,r)),i.type==="bar"&&i.orient){const u=Te("cornerRadiusEnd",i,n);if(u!==void 0){const l=i.orient==="horizontal"&&t.x2||i.orient==="vertical"&&t.y2?["cornerRadius"]:Oie[i.orient];for(const c of l)i[c]=u;i.cornerRadiusEnd!==void 0&&delete i.cornerRadiusEnd}}const o=Te("opacity",i,n),s=Te("fillOpacity",i,n);return o===void 0&&s===void 0&&(i.opacity=ooe(i.type,t)),Te("cursor",i,n)===void 0&&(i.cursor=roe(i,t,n)),i}function roe(e,t,n){return t.href||e.href||Te("href",e,n)?"pointer":e.cursor}const N5=.7;function ooe(e,t){if(xe([Pg,Tw,Mw,Dw],e)&&!f5(t))return N5}function soe(e,t,{graticule:n}){if(n)return!1;const i=rr("filled",e,t),r=e.type;return nt(i,r!==Pg&&r!==Lg&&r!==Yh)}function aoe(e,t,n){switch(e){case Pg:case Mw:case Dw:case Sie:case Eie:return}const{x:i,y:r,x2:o,y2:s}=t;switch(e){case IN:case Ng:if(q(i)&&(St(i.bin)||q(r)&&r.aggregate&&!i.aggregate))return"vertical";if(q(r)&&(St(r.bin)||q(i)&&i.aggregate&&!r.aggregate))return"horizontal";if(s||o){if(n)return n;if(!o)return(q(i)&&i.type===Vs&&!Be(i.bin)||Kh(i))&&q(r)&&St(r.bin)?"horizontal":"vertical";if(!s)return(q(r)&&r.type===Vs&&!Be(r.bin)||Kh(r))&&q(i)&&St(i.bin)?"vertical":"horizontal"}case Yh:if(o&&!(q(i)&&St(i.bin))&&s&&!(q(r)&&St(r.bin)))return;case Rg:if(s)return q(r)&&St(r.bin)?"horizontal":"vertical";if(o)return q(i)&&St(i.bin)?"vertical":"horizontal";if(e===Yh){if(i&&!r)return"vertical";if(r&&!i)return"horizontal"}case Lg:case Tw:{const a=Ek(i),u=Ek(r);if(n)return n;if(a&&!u)return e!=="tick"?"horizontal":"vertical";if(!a&&u)return e!=="tick"?"vertical":"horizontal";if(a&&u)return"vertical";{const l=cn(i)&&i.type===vu,c=cn(r)&&r.type===vu;if(l&&!c)return"vertical";if(!l&&c)return"horizontal"}return}}return"vertical"}function uoe(e){const{point:t,line:n,...i}=e;return B(i).length>1?i:i.type}function loe(e){for(const t of["line","area","rule","trail"])e[t]&&(e={...e,[t]:Ln(e[t],["point","line"])});return e}function w0(e,t={},n){return e.point==="transparent"?{opacity:0}:e.point?Y(e.point)?e.point:{}:e.point!==void 0?null:t.point||n.shape?Y(t.point)?t.point:{}:void 0}function Mk(e,t={}){return e.line?e.line===!0?{}:e.line:e.line!==void 0?null:t.line?t.line===!0?{}:t.line:void 0}class coe{name="path-overlay";hasMatchingType(t,n){if(to(t)){const{mark:i,encoding:r}=t,o=or(i)?i:{type:i};switch(o.type){case"line":case"rule":case"trail":return!!w0(o,n[o.type],r);case"area":return!!w0(o,n[o.type],r)||!!Mk(o,n[o.type])}}return!1}run(t,n,i){const{config:r}=n,{params:o,projection:s,mark:a,name:u,encoding:l,...c}=t,f=Wg(l,r),d=or(a)?a:{type:a},h=w0(d,r[d.type],f),p=d.type==="area"&&Mk(d,r[d.type]),g=[{name:u,...o?{params:o}:{},mark:uoe({...d.type==="area"&&Te("opacity",d,r)==null&&Te("fillOpacity",d,r)==null?{opacity:N5}:{},...d}),encoding:Ln(f,["shape"])}],m=O5(R5(d,f,r),f);let y=f;if(m){const{fieldChannel:b,offset:v}=m;y={...f,[b]:{...f[b],...v?{stack:v}:{}}}}return y=Ln(y,["y2","x2"]),p&&g.push({...s?{projection:s}:{},mark:{type:"line",...pu(d,["clip","interpolate","tension","tooltip"]),...p},encoding:y}),h&&g.push({...s?{projection:s}:{},mark:{type:"point",opacity:1,filled:!0,...pu(d,["clip","tooltip"]),...h},encoding:y}),i({...c,layer:g},{...n,config:loe(r)})}}function foe(e,t){return t?vf(e)?P5(e,t):L5(e,t):e}function E0(e,t){return t?P5(e,t):e}function zy(e,t,n){const i=t[e];if(Vie(i)){if(i.repeat in n)return{...t,[e]:n[i.repeat]};j(qte(i.repeat));return}return t}function L5(e,t){if(e=zy("field",e,t),e!==void 0){if(e===null)return null;if(zw(e)&&zr(e.sort)){const n=zy("field",e.sort,t);e={...e,...n?{sort:n}:{}}}return e}}function Dk(e,t){if(q(e))return L5(e,t);{const n=zy("datum",e,t);return n!==e&&!n.type&&(n.type="nominal"),n}}function Ok(e,t){if(ce(e)){const n=Dk(e,t);if(n)return n;if(xf(e))return{condition:e.condition}}else{if(wf(e)){const n=Dk(e.condition,t);if(n)return{...e,condition:n};{const{condition:i,...r}=e;return r}}return e}}function P5(e,t){const n={};for(const i in e)if(U(e,i)){const r=e[i];if(P(r))n[i]=r.map(o=>Ok(o,t)).filter(o=>o);else{const o=Ok(r,t);o!==void 0&&(n[i]=o)}}return n}class doe{name="RuleForRangedLine";hasMatchingType(t){if(to(t)){const{encoding:n,mark:i}=t;if(i==="line"||or(i)&&i.type==="line")for(const r of ate){const o=ca(r),s=n[o];if(n[r]&&(q(s)&&!St(s.bin)||br(s)))return!0}}return!1}run(t,n,i){const{encoding:r,mark:o}=t;return j(fne(!!r.x2,!!r.y2)),i({...t,mark:Y(o)?{...o,type:"rule"}:"rule"},n)}}class hoe extends Zw{nonFacetUnitNormalizers=[gre,bre,$re,new coe,new doe];map(t,n){if(to(t)){const i=Fs(t.encoding,Pr),r=Fs(t.encoding,Ir),o=Fs(t.encoding,Sg);if(i||r||o)return this.mapFacetedUnit(t,n)}return super.map(t,n)}mapUnit(t,n){const{parentEncoding:i,parentProjection:r}=n,o=E0(t.encoding,n.repeater),s={...t,...t.name?{name:[n.repeaterPrefix,t.name].filter(u=>u).join("_")}:{},...o?{encoding:o}:{}};if(i||r)return this.mapUnitWithParentEncodingOrProjection(s,n);const a=this.mapLayerOrUnit.bind(this);for(const u of this.nonFacetUnitNormalizers)if(u.hasMatchingType(s,n.config))return u.run(s,n,a);return s}mapRepeat(t,n){return Qre(t)?this.mapLayerRepeat(t,n):this.mapNonLayerRepeat(t,n)}mapLayerRepeat(t,n){const{repeat:i,spec:r,...o}=t,{row:s,column:a,layer:u}=i,{repeater:l={},repeaterPrefix:c=""}=n;return s||a?this.mapRepeat({...t,repeat:{...s?{row:s}:{},...a?{column:a}:{}},spec:{repeat:{layer:u},spec:r}},n):{...o,layer:u.map(f=>{const d={...l,layer:f},h=`${(r.name?`${r.name}_`:"")+c}child__layer_${He(f)}`,p=this.mapLayerOrUnit(r,{...n,repeater:d,repeaterPrefix:h});return p.name=h,p})}}mapNonLayerRepeat(t,n){const{repeat:i,spec:r,data:o,...s}=t;!P(i)&&t.columns&&(t=Ln(t,["columns"]),j(dk("repeat")));const a=[],{repeater:u={},repeaterPrefix:l=""}=n,c=!P(i)&&i.row||[u?u.row:null],f=!P(i)&&i.column||[u?u.column:null],d=P(i)&&i||[u?u.repeat:null];for(const p of d)for(const g of c)for(const m of f){const y={repeat:p,row:g,column:m,layer:u.layer},b=`${(r.name?`${r.name}_`:"")+l}child__${P(i)?`${He(p)}`:(i.row?`row_${He(g)}`:"")+(i.column?`column_${He(m)}`:"")}`,v=this.map(r,{...n,repeater:y,repeaterPrefix:b});v.name=b,a.push(Ln(v,["data"]))}const h=P(i)?t.columns:i.column?i.column.length:1;return{data:r.data??o,align:"all",...s,columns:h,concat:a}}mapFacet(t,n){const{facet:i}=t;return vf(i)&&t.columns&&(t=Ln(t,["columns"]),j(dk("facet"))),super.mapFacet(t,n)}mapUnitWithParentEncodingOrProjection(t,n){const{encoding:i,projection:r}=t,{parentEncoding:o,parentProjection:s,config:a}=n,u=Nk({parentProjection:s,projection:r}),l=Rk({parentEncoding:o,encoding:E0(i,n.repeater)});return this.mapUnit({...t,...u?{projection:u}:{},...l?{encoding:l}:{}},{config:a})}mapFacetedUnit(t,n){const{row:i,column:r,facet:o,...s}=t.encoding,{mark:a,width:u,projection:l,height:c,view:f,params:d,encoding:h,...p}=t,{facetMapping:g,layout:m}=this.getFacetMappingAndLayout({row:i,column:r,facet:o},n),y=E0(s,n.repeater);return this.mapFacet({...p,...m,facet:g,spec:{...u?{width:u}:{},...c?{height:c}:{},...f?{view:f}:{},...l?{projection:l}:{},mark:a,encoding:y,...d?{params:d}:{}}},n)}getFacetMappingAndLayout(t,n){const{row:i,column:r,facet:o}=t;if(i||r){o&&j(lne([...i?[Pr]:[],...r?[Ir]:[]]));const s={},a={};for(const u of[Pr,Ir]){const l=t[u];if(l){const{align:c,center:f,spacing:d,columns:h,...p}=l;s[u]=p;for(const g of["align","center","spacing"])l[g]!==void 0&&(a[g]??={},a[g][u]=l[g])}}return{facetMapping:s,layout:a}}else{const{align:s,center:a,spacing:u,columns:l,...c}=o;return{facetMapping:foe(c,n.repeater),layout:{...s?{align:s}:{},...a?{center:a}:{},...u?{spacing:u}:{},...l?{columns:l}:{}}}}}mapLayer(t,{parentEncoding:n,parentProjection:i,...r}){const{encoding:o,projection:s,...a}=t,u={...r,parentEncoding:Rk({parentEncoding:n,encoding:o,layer:!0}),parentProjection:Nk({parentProjection:i,projection:s})};return super.mapLayer({...a,...t.name?{name:[u.repeaterPrefix,t.name].filter(l=>l).join("_")}:{}},u)}}function Rk({parentEncoding:e,encoding:t={},layer:n}){let i={};if(e){const r=new Set([...B(e),...B(t)]);for(const o of r){const s=t[o],a=e[o];if(ce(s)){const u={...a,...s};i[o]=u}else wf(s)?i[o]={...s,condition:{...a,...s.condition}}:s||s===null?i[o]=s:(n||$i(a)||te(a)||ce(a)||P(a))&&(i[o]=a)}}else i=t;return!i||ze(i)?void 0:i}function Nk(e){const{parentProjection:t,projection:n}=e;return t&&n&&j(Qte({parentProjection:t,projection:n})),n??t}function eE(e){return U(e,"filter")}function poe(e){return U(e,"stop")}function I5(e){return U(e,"lookup")}function goe(e){return U(e,"data")}function moe(e){return U(e,"param")}function yoe(e){return U(e,"pivot")}function boe(e){return U(e,"density")}function voe(e){return U(e,"quantile")}function xoe(e){return U(e,"regression")}function woe(e){return U(e,"loess")}function Eoe(e){return U(e,"sample")}function Soe(e){return U(e,"window")}function _oe(e){return U(e,"joinaggregate")}function $oe(e){return U(e,"flatten")}function koe(e){return U(e,"calculate")}function z5(e){return U(e,"bin")}function Aoe(e){return U(e,"impute")}function Coe(e){return U(e,"timeUnit")}function Foe(e){return U(e,"aggregate")}function Toe(e){return U(e,"stack")}function Moe(e){return U(e,"fold")}function Doe(e){return U(e,"extent")&&!U(e,"density")&&!U(e,"regression")}function Ooe(e){return e.map(t=>eE(t)?{filter:Ha(t.filter,oie)}:t)}class Roe extends Zw{map(t,n){return n.emptySelections??={},n.selectionPredicates??={},t=Lk(t,n),super.map(t,n)}mapLayerOrUnit(t,n){if(t=Lk(t,n),t.encoding){const i={};for(const[r,o]of Io(t.encoding))i[r]=B5(o,n);t={...t,encoding:i}}return super.mapLayerOrUnit(t,n)}mapUnit(t,n){const{selection:i,...r}=t;return i?{...r,params:Io(i).map(([o,s])=>{const{init:a,bind:u,empty:l,...c}=s;c.type==="single"?(c.type="point",c.toggle=!1):c.type==="multi"&&(c.type="point"),n.emptySelections[o]=l!=="none";for(const f of ot(n.selectionPredicates[o]??{}))f.empty=l!=="none";return{name:o,value:a,select:c,bind:u}})}:t}}function Lk(e,t){const{transform:n,...i}=e;if(n){const r=n.map(o=>{if(eE(o))return{filter:By(o,t)};if(z5(o)&&fa(o.bin))return{...o,bin:U5(o.bin)};if(I5(o)){const{selection:s,...a}=o.from;return s?{...o,from:{param:s,...a}}:o}return o});return{...i,transform:r}}return e}function B5(e,t){const n=le(e);if(q(n)&&fa(n.bin)&&(n.bin=U5(n.bin)),ga(n)&&n.scale?.domain?.selection){const{selection:i,...r}=n.scale.domain;n.scale.domain={...r,...i?{param:i}:{}}}if(xf(n))if(P(n.condition))n.condition=n.condition.map(i=>{const{selection:r,param:o,test:s,...a}=i;return o?i:{...a,test:By(i,t)}});else{const{selection:i,param:r,test:o,...s}=B5(n.condition,t);n.condition=r?n.condition:{...s,test:By(n.condition,t)}}return n}function U5(e){const t=e.extent;if(t?.selection){const{selection:n,...i}=t;return{...e,extent:{...i,param:n}}}return e}function By(e,t){const n=i=>Ha(i,r=>{const o=t.emptySelections[r]??!0,s={param:r,empty:o};return t.selectionPredicates[r]??=[],t.selectionPredicates[r].push(s),s});return e.selection?n(e.selection):Ha(e.test||e.filter,i=>i.selection?n(i.selection):i)}class Uy extends Zw{map(t,n){const i=n.selections??[];if(t.params&&!to(t)){const r=[];for(const o of t.params)Kw(o)?i.push(o):r.push(o);t.params=r}return n.selections=i,super.map(t,n)}mapUnit(t,n){const i=n.selections;if(!i||!i.length)return t;const r=(n.path??[]).concat(t.name),o=[];for(const s of i)if(!s.views||!s.views.length)o.push(s);else for(const a of s.views)(X(a)&&(a===t.name||r.includes(a))||P(a)&&a.map(u=>r.indexOf(u)).every((u,l,c)=>u!==-1&&(l===0||u>c[l-1])))&&o.push(s);return o.length&&(t.params=o),t}}for(const e of["mapFacet","mapRepeat","mapHConcat","mapVConcat","mapLayer"]){const t=Uy.prototype[e];Uy.prototype[e]=function(n,i){return t.call(this,n,Noe(n,i))}}function Noe(e,t){return e.name?{...t,path:(t.path??[]).concat(e.name)}:t}function j5(e,t){t===void 0&&(t=D5(e.config));const n=zoe(e,t),{width:i,height:r}=e,o=Boe(n,{width:i,height:r,autosize:e.autosize},t);return{...n,...o?{autosize:o}:{}}}const Loe=new hoe,Poe=new Roe,Ioe=new Uy;function zoe(e,t={}){const n={config:t};return Ioe.map(Loe.map(Poe.map(e,n),n),n)}function Pk(e){return X(e)?{type:e}:e??{}}function Boe(e,t,n){let{width:i,height:r}=t;const o=to(e)||Gg(e),s={};o?i=="container"&&r=="container"?(s.type="fit",s.contains="padding"):i=="container"?(s.type="fit-x",s.contains="padding"):r=="container"&&(s.type="fit-y",s.contains="padding"):(i=="container"&&(j(uk("width")),i=void 0),r=="container"&&(j(uk("height")),r=void 0));const a={type:"pad",...s,...n?Pk(n.autosize):{},...Pk(e.autosize)};if(a.type==="fit"&&!o&&(j(Dte),a.type="pad"),i=="container"&&!(a.type=="fit"||a.type=="fit-x")&&j(lk("width")),r=="container"&&!(a.type=="fit"||a.type=="fit-y")&&j(lk("height")),!Dn(a,{type:"pad"}))return a}function Uoe(e){return["fit","fit-x","fit-y"].includes(e)}function joe(e){return e?`fit-${Cg(e)}`:"fit"}const qoe=["background","padding"];function Ik(e,t){const n={};for(const i of qoe)e&&e[i]!==void 0&&(n[i]=Fn(e[i]));return t&&(n.params=e.params),n}class no{explicit;implicit;constructor(t={},n={}){this.explicit=t,this.implicit=n}clone(){return new no(le(this.explicit),le(this.implicit))}combine(){return{...this.explicit,...this.implicit}}get(t){return nt(this.explicit[t],this.implicit[t])}getWithExplicit(t){return this.explicit[t]!==void 0?{explicit:!0,value:this.explicit[t]}:this.implicit[t]!==void 0?{explicit:!1,value:this.implicit[t]}:{explicit:!1,value:void 0}}setWithExplicit(t,{value:n,explicit:i}){n!==void 0&&this.set(t,n,i)}set(t,n,i){return delete this[i?"implicit":"explicit"][t],this[i?"explicit":"implicit"][t]=n,this}copyKeyFromSplit(t,{explicit:n,implicit:i}){n[t]!==void 0?this.set(t,n[t],!0):i[t]!==void 0&&this.set(t,i[t],!1)}copyKeyFromObject(t,n){n[t]!==void 0&&this.set(t,n[t],!0)}copyAll(t){for(const n of B(t.combine())){const i=t.getWithExplicit(n);this.setWithExplicit(n,i)}}}function Ui(e){return{explicit:!0,value:e}}function kn(e){return{explicit:!1,value:e}}function q5(e){return(t,n,i,r)=>{const o=e(t.value,n.value);return o>0?t:o<0?n:Vg(t,n,i,r)}}function Vg(e,t,n,i){return e.explicit&&t.explicit&&j(wne(n,i,e.value,t.value)),e}function Uo(e,t,n,i,r=Vg){return e===void 0||e.value===void 0?t:e.explicit&&!t.explicit?e:t.explicit&&!e.explicit?t:Dn(e.value,t.value)?e:r(e,t,n,i)}class Woe extends no{explicit;implicit;parseNothing;constructor(t={},n={},i=!1){super(t,n),this.explicit=t,this.implicit=n,this.parseNothing=i}clone(){const t=super.clone();return t.parseNothing=this.parseNothing,t}}function $u(e){return U(e,"url")}function Mc(e){return U(e,"values")}function W5(e){return U(e,"name")&&!$u(e)&&!Mc(e)&&!To(e)}function To(e){return e&&(H5(e)||G5(e)||tE(e))}function H5(e){return U(e,"sequence")}function G5(e){return U(e,"sphere")}function tE(e){return U(e,"graticule")}var Xe;(function(e){e[e.Raw=0]="Raw",e[e.Main=1]="Main",e[e.Row=2]="Row",e[e.Column=3]="Column",e[e.Lookup=4]="Lookup",e[e.PreFilterInvalid=5]="PreFilterInvalid",e[e.PostFilterInvalid=6]="PostFilterInvalid"})(Xe||(Xe={}));function V5({invalid:e,isPath:t}){switch(UN(e,{isPath:t})){case"filter":return{marks:"exclude-invalid-values",scales:"exclude-invalid-values"};case"break-paths-show-domains":return{marks:t?"include-invalid-values":"exclude-invalid-values",scales:"include-invalid-values"};case"break-paths-filter-domains":return{marks:t?"include-invalid-values":"exclude-invalid-values",scales:"exclude-invalid-values"};case"show":return{marks:"include-invalid-values",scales:"include-invalid-values"}}}function Hoe(e){const{marks:t,scales:n}=V5(e);return t===n?Xe.Main:n==="include-invalid-values"?Xe.PreFilterInvalid:Xe.PostFilterInvalid}class Ne{debugName;_children=[];_parent=null;_hash;constructor(t,n){this.debugName=n,t&&(this.parent=t)}clone(){throw new Error("Cannot clone node")}get parent(){return this._parent}set parent(t){this._parent=t,t&&t.addChild(this)}get children(){return this._children}numChildren(){return this._children.length}addChild(t,n){if(this._children.includes(t)){j(Xte);return}n!==void 0?this._children.splice(n,0,t):this._children.push(t)}removeChild(t){const n=this._children.indexOf(t);return this._children.splice(n,1),n}remove(){let t=this._parent.removeChild(this);for(const n of this._children)n._parent=this._parent,this._parent.addChild(n,t++)}insertAsParentOf(t){const n=t.parent;n.removeChild(this),this.parent=n,t.parent=this}swapWithParent(){const t=this._parent,n=t.parent;for(const r of this._children)r.parent=t;this._children=[],t.removeChild(this);const i=t.parent.removeChild(t);this._parent=n,n.addChild(this,i),t.parent=this}}class yn extends Ne{type;refCounts;_source;_name;clone(){const t=new this.constructor;return t.debugName=`clone_${this.debugName}`,t._source=this._source,t._name=`clone_${this._name}`,t.type=this.type,t.refCounts=this.refCounts,t.refCounts[t._name]=0,t}constructor(t,n,i,r){super(t,n),this.type=i,this.refCounts=r,this._source=this._name=n,this.refCounts&&!(this._name in this.refCounts)&&(this.refCounts[this._name]=0)}dependentFields(){return new Set}producedFields(){return new Set}hash(){return this._hash===void 0&&(this._hash=`Output ${j3()}`),this._hash}getSource(){return this.refCounts[this._name]++,this._source}isRequired(){return!!this.refCounts[this._name]}setSource(t){this._source=t}}function S0(e){return e.as!==void 0}function zk(e){return`${e}_end`}class Xi extends Ne{timeUnits;clone(){return new Xi(null,le(this.timeUnits))}constructor(t,n){super(t),this.timeUnits=n}static makeFromEncoding(t,n){const i=n.reduceFieldDef((r,o,s)=>{const{field:a,timeUnit:u}=o;if(u){let l;if(pa(u)){if(We(n)){const{mark:c,markDef:f,config:d}=n,h=Bo({fieldDef:o,markDef:f,config:d});(Tc(c)||h)&&(l={timeUnit:vt(u),field:a})}}else l={as:V(o,{forAs:!0}),field:a,timeUnit:u};if(We(n)){const{mark:c,markDef:f,config:d}=n,h=Bo({fieldDef:o,markDef:f,config:d});Tc(c)&&it(s)&&h!==.5&&(l.rectBandPosition=h)}l&&(r[me(l)]=l)}return r},{});return ze(i)?null:new Xi(t,i)}static makeFromTransform(t,n){const{timeUnit:i,...r}={...n},o=vt(i),s={...r,timeUnit:o};return new Xi(t,{[me(s)]:s})}merge(t){this.timeUnits={...this.timeUnits};for(const n in t.timeUnits)this.timeUnits[n]||(this.timeUnits[n]=t.timeUnits[n]);for(const n of t.children)t.removeChild(n),n.parent=this;t.remove()}removeFormulas(t){const n={};for(const[i,r]of Io(this.timeUnits)){const o=S0(r)?r.as:`${r.field}_end`;t.has(o)||(n[i]=r)}this.timeUnits=n}producedFields(){return new Set(ot(this.timeUnits).map(t=>S0(t)?t.as:zk(t.field)))}dependentFields(){return new Set(ot(this.timeUnits).map(t=>t.field))}hash(){return`TimeUnit ${me(this.timeUnits)}`}assemble(){const t=[];for(const n of ot(this.timeUnits)){const{rectBandPosition:i}=n,r=vt(n.timeUnit);if(S0(n)){const{field:o,as:s}=n,{unit:a,utc:u,...l}=r,c=[s,`${s}_end`];t.push({field:ii(o),type:"timeunit",...a?{units:Dg(a)}:{},...u?{timezone:"utc"}:{},...l,as:c}),t.push(...Bk(c,i,r))}else if(n){const{field:o}=n,s=B3(o),a=Y5({timeUnit:r,field:s}),u=zk(s);t.push({type:"formula",expr:a,as:u}),t.push(...Bk([s,u],i,r))}}return t}}const Yg="offsetted_rect_start",Xg="offsetted_rect_end";function Y5({timeUnit:e,field:t,reverse:n}){const{unit:i,utc:r}=e,o=_N(i),{part:s,step:a}=CN(o,e.step);return`${r?"utcOffset":"timeOffset"}('${s}', ${De(t)}, ${n?-a:a})`}function Bk([e,t],n,i){if(n!==void 0&&n!==.5){const r=De(e),o=De(t);return[{type:"formula",expr:Uk([Y5({timeUnit:i,field:e,reverse:!0}),r],n+.5),as:`${e}_${Yg}`},{type:"formula",expr:Uk([r,o],n+.5),as:`${e}_${Xg}`}]}return[]}function Uk([e,t],n){return`${1-n} * ${e} + ${n} * ${t}`}const _f="_tuple_fields";class Goe{hasChannel;hasField;hasSelectionId;timeUnit;items;constructor(...t){this.items=t,this.hasChannel={},this.hasField={},this.hasSelectionId=!1}}const Voe={defined:()=>!0,parse:(e,t,n)=>{const i=t.name,r=t.project??=new Goe,o={},s={},a=new Set,u=(p,g)=>{const m=g==="visual"?p.channel:p.field;let y=He(`${i}_${m}`);for(let b=1;a.has(y);b++)y=He(`${i}_${m}_${b}`);return a.add(y),{[g]:y}},l=t.type,c=e.config.selection[l],f=n.value!==void 0?K(n.value):null;let{fields:d,encodings:h}=Y(n.select)?n.select:{};if(!d&&!h&&f){for(const p of f)if(Y(p))for(const g of B(p))ste(g)?(h||(h=[])).push(g):l==="interval"?(j(jte),h=c.encodings):(d??=[]).push(g)}!d&&!h&&(h=c.encodings,"fields"in c&&(d=c.fields));for(const p of h??[]){const g=e.fieldDef(p);if(g){let m=g.field;if(g.aggregate){j(Ote(p,g.aggregate));continue}else if(!m){j(fk(p));continue}if(g.timeUnit&&!pa(g.timeUnit)){m=e.vgField(p);const y={timeUnit:g.timeUnit,as:m,field:g.field};s[me(y)]=y}if(!o[m]){const y=l==="interval"&&yr(p)&&_i(e.getScaleComponent(p).get("type"))?"R":g.bin?"R-RE":"E",b={field:m,channel:p,type:y,index:r.items.length};b.signals={...u(b,"data"),...u(b,"visual")},r.items.push(o[m]=b),r.hasField[m]=o[m],r.hasSelectionId=r.hasSelectionId||m===Ai,Y3(p)?(b.geoChannel=p,b.channel=V3(p),r.hasChannel[b.channel]=o[m]):r.hasChannel[p]=o[m]}}else j(fk(p))}for(const p of d??[]){if(r.hasField[p])continue;const g={type:"E",field:p,index:r.items.length};g.signals={...u(g,"data")},r.items.push(g),r.hasField[p]=g,r.hasSelectionId=r.hasSelectionId||p===Ai}f&&(t.init=f.map(p=>r.items.map(g=>Y(p)?p[g.geoChannel||g.channel]!==void 0?p[g.geoChannel||g.channel]:p[g.field]:p))),ze(s)||(r.timeUnit=new Xi(null,s))},signals:(e,t,n)=>{const i=t.name+_f;return n.filter(o=>o.name===i).length>0||t.project.hasSelectionId?n:n.concat({name:i,value:t.project.items.map(Q5)})}},X5="_curr",Od="anim_value",Oa="anim_clock",jy="eased_anim_clock",K5="min_extent",J5="max_range_extent",_0="last_tick_at",$0="is_playing",Yoe=1/60*1e3,Xoe=(e,t)=>[{name:jy,update:Oa},{name:`${e}_domain`,init:`domain('${t}')`},{name:K5,init:`extent(${e}_domain)[0]`},{name:J5,init:`extent(range('${t}'))[1]`},{name:Od,update:`invert('${t}', ${jy})`}],Koe={defined:e=>e.type==="point",topLevelSignals:(e,t,n)=>(Ki(t)&&(n=n.concat([{name:Oa,init:"0",on:[{events:{type:"timer",throttle:Yoe},update:`${$0} ? (${Oa} + (now() - ${_0}) > ${J5} ? 0 : ${Oa} + (now() - ${_0})) : ${Oa}`}]},{name:_0,init:"now()",on:[{events:[{signal:Oa},{signal:$0}],update:"now()"}]},{name:$0,init:"true"}])),n),signals:(e,t,n)=>{const i=t.name,r=i+_f,o=t.project,s="(item().isVoronoi ? datum.datum : datum)",a=ot(e.component.selection??{}).reduce((c,f)=>f.type==="interval"?c.concat(f.name+Ya):c,[]).map(c=>`indexof(item().mark.name, '${c}') < 0`).join(" && "),u=`datum && item().mark.marktype !== 'group' && indexof(item().mark.role, 'legend') < 0${a?` && ${a}`:""}`;let l=`unit: ${Ts(e)}, `;if(t.project.hasSelectionId)l+=`${Ai}: ${s}[${H(Ai)}]`;else if(Ki(t))l+=`fields: ${r}, values: [${Od} ? ${Od} : ${K5}]`;else{const c=o.items.map(f=>e.fieldDef(f.channel)?.bin?`[${s}[${H(e.vgField(f.channel,{}))}], ${s}[${H(e.vgField(f.channel,{binSuffix:"end"}))}]]`:`${s}[${H(f.field)}]`).join(", ");l+=`fields: ${r}, values: [${c}]`}if(Ki(t))return n.concat(Xoe(t.name,e.scaleName(Xo)),[{name:i+Vr,on:[{events:[{signal:jy},{signal:Od}],update:`{${l}}`,force:!0}]}]);{const c=t.events;return n.concat([{name:i+Vr,on:c?[{events:c,update:`${u} ? {${l}} : null`,force:!0}]:[]}])}}};function Q5(e){const{signals:t,hasLegend:n,index:i,...r}=e;return r.field=ii(r.field),r}function Ks(e,t=!0,n=Vt){if(P(e)){const i=e.map(r=>Ks(r,t,n));return t?`[${i.join(", ")}]`:i}else if(ha(e))return n(t?Gs(e):Vne(e));return t?n(Re(e)):e}function Joe(e,t){for(const n of ot(e.component.selection??{})){const i=n.name;let r=`${i}${Vr}, ${n.resolve==="global"?"true":`{unit: ${Ts(e)}}`}`;for(const o of Kg)o.defined(n)&&(o.signals&&(t=o.signals(e,n,t)),o.modifyExpr&&(r=o.modifyExpr(e,n,r)));t.push({name:i+_se,on:[{events:{signal:n.name+Vr},update:`modify(${H(n.name+Js)}, ${r})`}]})}return nE(t)}function Qoe(e,t){if(e.component.selection&&B(e.component.selection).length){const n=H(e.getName("cell"));t.unshift({name:"facet",value:{},on:[{events:Vo("pointermove","scope"),update:`isTuple(facet) ? facet : group(${n}).datum`}]})}return nE(t)}function Zoe(e,t){let n=!1;for(const i of ot(e.component.selection??{})){const r=i.name,o=H(r+Js);if(t.filter(a=>a.name===r).length===0){const a=i.resolve==="global"?"union":i.resolve,u=i.type==="point"?", true, true)":")";t.push({name:i.name,update:`${mL}(${o}, ${H(a)}${u}`})}n=!0;for(const a of Kg)a.defined(i)&&a.topLevelSignals&&(t=a.topLevelSignals(e,i,t))}return n&&t.filter(r=>r.name==="unit").length===0&&t.unshift({name:"unit",value:{},on:[{events:"pointermove",update:"isTuple(group()) ? group() : unit"}]}),nE(t)}function ese(e,t){const n=[],i=[],r=Ts(e,{escape:!1});for(const o of ot(e.component.selection??{})){const s={name:o.name+Js};if(o.project.hasSelectionId&&(s.transform=[{type:"collect",sort:{field:Ai}}]),o.init){const u=o.project.items.map(Q5);s.values=o.project.hasSelectionId?o.init.map(l=>({unit:r,[Ai]:Ks(l,!1)[0]})):o.init.map(l=>({unit:r,fields:u,values:Ks(l,!1)}))}if([...n,...t].filter(u=>u.name===o.name+Js).length||n.push(s),Ki(o)&&t.length){const u=e.lookupDataSource(e.getDataName(Xe.Main)),l=t.find(f=>f.name===u),c=l.transform.find(f=>f.type==="filter"&&f.expr.includes("vlSelectionTest"));if(c){l.transform=l.transform.filter(d=>d!==c);const f={name:l.name+X5,source:l.name,transform:[c]};i.push(f)}}}return n.concat(t,i)}function Z5(e,t){for(const n of ot(e.component.selection??{}))for(const i of Kg)i.defined(n)&&i.marks&&(t=i.marks(e,n,t));return t}function tse(e,t){for(const n of e.children)We(n)&&(t=Z5(n,t));return t}function nse(e,t,n,i){const r=wL(e,t.param,t);return{signal:_i(n.get("type"))&&P(i)&&i[0]>i[1]?`isValid(${r}) && reverse(${r})`:r}}function nE(e){return e.map(t=>(t.on&&!t.on.length&&delete t.on,t))}const Br={defined:e=>e.type==="interval"&&e.resolve==="global"&&e.bind&&e.bind==="scales",parse:(e,t)=>{const n=t.scales=[];for(const i of t.project.items){const r=i.channel;if(!yr(r))continue;const o=e.getScaleComponent(r),s=o?o.get("type"):void 0;if(s=="sequential"&&j(Pte),!o||!_i(s)){j(Lte);continue}o.set("selectionExtent",{param:t.name,field:i.field},!0),n.push(i)}},topLevelSignals:(e,t,n)=>{const i=t.scales.filter(s=>n.filter(a=>a.name===s.signals.data).length===0);if(!e.parent||Wy(e)||i.length===0)return n;const r=n.find(s=>s.name===t.name);let o=r.update;if(o.includes(mL))r.update=`{${i.map(s=>`${H(ii(s.field))}: ${s.signals.data}`).join(", ")}}`;else{for(const s of i){const a=`${H(ii(s.field))}: ${s.signals.data}`;o.includes(a)||(o=`${o.substring(0,o.length-1)}, ${a}}`)}r.update=o}return n.concat(i.map(s=>({name:s.signals.data})))},signals:(e,t,n)=>{if(e.parent&&!Wy(e))for(const i of t.scales){const r=n.find(o=>o.name===i.signals.data);r.push="outer",delete r.value,delete r.update}return n}};function qy(e,t){return`domain(${H(e.scaleName(t))})`}function Wy(e){return e.parent&&tl(e.parent)&&(!e.parent.parent||Wy(e.parent.parent))}const Ya="_brush",eL="_scale_trigger",El="geo_interval_init_tick",tL="_init",ise="_center",rse={defined:e=>e.type==="interval",parse:(e,t,n)=>{if(e.hasProjection){const i={...Y(n.select)?n.select:{}};i.fields=[Ai],i.encodings||(i.encodings=n.value?B(n.value):[Ri,Oi]),n.select={type:"interval",...i}}if(t.translate&&!Br.defined(t)){const i=`!event.item || event.item.mark.name !== ${H(t.name+Ya)}`;for(const r of t.events){if(!r.between){j(`${r} is not an ordered event stream for interval selections.`);continue}const o=K(r.between[0].filter??=[]);o.includes(i)||o.push(i)}}},signals:(e,t,n)=>{const i=t.name,r=i+Vr,o=ot(t.project.hasChannel).filter(a=>a.channel===Ge||a.channel===wt),s=t.init?t.init[0]:null;if(n.push(...o.reduce((a,u)=>a.concat(ose(e,t,u,s?.[u.index])),[])),e.hasProjection){const a=H(e.projectionName()),u=e.projectionName()+ise,{x:l,y:c}=t.project.hasChannel,f=l?.signals.visual,d=c?.signals.visual,h=l?s?.[l.index]:`${u}[0]`,p=c?s?.[c.index]:`${u}[1]`,g=E=>e.getSizeSignalRef(E).signal,m=`[[${f?`${f}[0]`:"0"}, ${d?`${d}[0]`:"0"}],[${f?`${f}[1]`:g("width")}, ${d?`${d}[1]`:g("height")}]]`;s&&(n.unshift({name:i+tL,init:`[scale(${a}, [${l?h[0]:h}, ${c?p[0]:p}]), scale(${a}, [${l?h[1]:h}, ${c?p[1]:p}])]`}),(!l||!c)&&(n.find(S=>S.name===u)||n.unshift({name:u,update:`invert(${a}, [${g("width")}/2, ${g("height")}/2])`})));const y=`intersect(${m}, {markname: ${H(e.getName("marks"))}}, unit.mark)`,b=`{unit: ${Ts(e)}}`,v=`vlSelectionTuples(${y}, ${b})`,x=o.map(E=>E.signals.visual);return n.concat({name:r,on:[{events:[...x.length?[{signal:x.join(" || ")}]:[],...s?[{signal:El}]:[]],update:v}]})}else{if(!Br.defined(t)){const l=i+eL,c=o.map(f=>{const d=f.channel,{data:h,visual:p}=f.signals,g=H(e.scaleName(d)),m=e.getScaleComponent(d).get("type"),y=_i(m)?"+":"";return`(!isArray(${h}) || (${y}invert(${g}, ${p})[0] === ${y}${h}[0] && ${y}invert(${g}, ${p})[1] === ${y}${h}[1]))`});c.length&&n.push({name:l,value:{},on:[{events:o.map(f=>({scale:e.scaleName(f.channel)})),update:`${c.join(" && ")} ? ${l} : {}`}]})}const a=o.map(l=>l.signals.data),u=`unit: ${Ts(e)}, fields: ${i+_f}, values`;return n.concat({name:r,...s?{init:`{${u}: ${Ks(s)}}`}:{},...a.length?{on:[{events:[{signal:a.join(" || ")}],update:`${a.join(" && ")} ? {${u}: [${a}]} : null`}]}:{}})}},topLevelSignals:(e,t,n)=>(We(e)&&e.hasProjection&&t.init&&(n.filter(r=>r.name===El).length||n.unshift({name:El,value:null,on:[{events:"timer{1}",update:`${El} === null ? {} : ${El}`}]})),n),marks:(e,t,n)=>{const i=t.name,{x:r,y:o}=t.project.hasChannel,s=r?.signals.visual,a=o?.signals.visual,u=`data(${H(t.name+Js)})`;if(Br.defined(t)||!r&&!o)return n;const l={x:r!==void 0?{signal:`${s}[0]`}:{value:0},y:o!==void 0?{signal:`${a}[0]`}:{value:0},x2:r!==void 0?{signal:`${s}[1]`}:{field:{group:"width"}},y2:o!==void 0?{signal:`${a}[1]`}:{field:{group:"height"}}};if(t.resolve==="global")for(const m of B(l))l[m]=[{test:`${u}.length && ${u}[0].unit === ${Ts(e)}`,...l[m]},{value:0}];const{fill:c,fillOpacity:f,cursor:d,...h}=t.mark,p=B(h).reduce((m,y)=>(m[y]=[{test:[r!==void 0&&`${s}[0] !== ${s}[1]`,o!==void 0&&`${a}[0] !== ${a}[1]`].filter(b=>b).join(" && "),value:h[y]},{value:null}],m),{}),g=d??(t.translate?"move":null);return[{name:`${i+Ya}_bg`,type:"rect",clip:!0,encode:{enter:{fill:{value:c},fillOpacity:{value:f}},update:l}},...n,{name:i+Ya,type:"rect",clip:!0,encode:{enter:{...g?{cursor:{value:g}}:{},fill:{value:"transparent"}},update:{...l,...p}}}]}};function ose(e,t,n,i){const r=!e.hasProjection,o=n.channel,s=n.signals.visual,a=H(r?e.scaleName(o):e.projectionName()),u=d=>`scale(${a}, ${d})`,l=e.getSizeSignalRef(o===Ge?"width":"height").signal,c=`${o}(unit)`,f=t.events.reduce((d,h)=>[...d,{events:h.between[0],update:`[${c}, ${c}]`},{events:h,update:`[${s}[0], clamp(${c}, 0, ${l})]`}],[]);if(r){const d=n.signals.data,h=Br.defined(t),p=e.getScaleComponent(o),g=p?p.get("type"):void 0,m=i?{init:Ks(i,!0,u)}:{value:[]};return f.push({events:{signal:t.name+eL},update:_i(g)?`[${u(`${d}[0]`)}, ${u(`${d}[1]`)}]`:"[0, 0]"}),h?[{name:d,on:[]}]:[{name:s,...m,on:f},{name:d,...i?{init:Ks(i)}:{},on:[{events:{signal:s},update:`${s}[0] === ${s}[1] ? null : invert(${a}, ${s})`}]}]}else{const d=o===Ge?0:1,h=t.name+tL,p=i?{init:`[${h}[0][${d}], ${h}[1][${d}]]`}:{value:[]};return[{name:s,...p,on:f}]}}function Ju({model:e,channelDef:t,vgChannel:n,invalidValueRef:i,mainRefFn:r}){const o=xf(t)&&t.condition;let s=[];o&&(s=K(o).map(l=>{const c=r(l);if(Gie(l)){const{param:f,empty:d}=l;return{test:xL(e,{param:f,empty:d}),...c}}else return{test:ip(e,l.test),...c}})),i!==void 0&&s.push(i);const a=r(t);return a!==void 0&&s.push(a),s.length>1||s.length===1&&s[0].test?{[n]:s}:s.length===1?{[n]:s[0]}:{}}function iE(e,t="text"){const n=e.encoding[t];return Ju({model:e,channelDef:n,vgChannel:t,mainRefFn:i=>rE(i,e.config),invalidValueRef:void 0})}function rE(e,t,n="datum"){if(e){if($i(e))return je(e.value);if(ce(e)){const{format:i,formatType:r}=Su(e);return Pw({fieldOrDatumDef:e,format:i,formatType:r,expr:n,config:t})}}}function nL(e,t={}){const{encoding:n,markDef:i,config:r,stack:o}=e,s=n.tooltip;if(P(s))return{tooltip:jk({tooltip:s},o,r,t)};{const a=t.reactiveGeom?"datum.datum":"datum";return Ju({model:e,channelDef:s,vgChannel:"tooltip",mainRefFn:l=>{const c=rL(l,r,a);if(c)return c;if(l===null)return;let f=Te("tooltip",i,r);if(f===!0&&(f={content:"encoding"}),X(f))return{value:f};if(Y(f))return te(f)?f:f.content==="encoding"?jk(n,o,r,t):{signal:a}},invalidValueRef:void 0})}}function iL(e,t,n,{reactiveGeom:i}={}){const r={...n,...n.tooltipFormat},o=new Set,s=i?"datum.datum":"datum",a=[];function u(c,f){const d=ca(f),h=cn(c)?c:{...c,type:e[d].type},p=h.title||Uw(h,r),g=K(p).join(", ").replaceAll(/"/g,'\\"');let m;if(it(f)){const y=f==="x"?"x2":"y2",b=ki(e[y]);if(St(h.bin)&&b){const v=V(h,{expr:s}),x=V(b,{expr:s}),{format:E,formatType:S}=Su(h);m=bf(v,x,E,S,r),o.add(y)}}if((it(f)||f===si||f===Di)&&t&&t.fieldChannel===f&&t.offset==="normalize"){const{format:y,formatType:b}=Su(h);m=Pw({fieldOrDatumDef:h,format:y,formatType:b,expr:s,config:r,normalizeStack:!0}).signal}m??=rL(h,r,s).signal,a.push({channel:f,key:g,value:m})}qw(e,(c,f)=>{q(c)?u(c,f):Bg(c)&&u(c.condition,f)});const l={};for(const{channel:c,key:f,value:d}of a)!o.has(c)&&!l[f]&&(l[f]=d);return l}function jk(e,t,n,{reactiveGeom:i}={}){const r=iL(e,t,n,{reactiveGeom:i}),o=Io(r).map(([s,a])=>`"${s}": ${a}`);return o.length>0?{signal:`{${o.join(", ")}}`}:void 0}function rL(e,t,n="datum"){if(q(e)&&Aw(e.type)&&!Su(e).format&&!Su(e).formatType){const i=`${n}["${e.field}"]`;return{signal:`isValid(${i}) ? isArray(${i}) ? join(${i}, '\\n') : ${i} : ""+${i}`}}return rE(e,t,n)}function sse(e){const{markDef:t,config:n}=e,i=Te("aria",t,n);return i===!1?{}:{...i?{aria:i}:{},...ase(e),...use(e)}}function ase(e){const{mark:t,markDef:n,config:i}=e;if(i.aria===!1)return{};const r=Te("ariaRoleDescription",n,i);return r!=null?{ariaRoleDescription:{value:r}}:J(Cte,t)?{}:{ariaRoleDescription:{value:t}}}function use(e){const{encoding:t,markDef:n,config:i,stack:r}=e,o=t.description;if(o)return Ju({model:e,channelDef:o,vgChannel:"description",mainRefFn:u=>rE(u,e.config),invalidValueRef:void 0});const s=Te("description",n,i);if(s!=null)return{description:je(s)};if(i.aria===!1)return{};const a=iL(t,r,i);if(!ze(a))return{description:{signal:Io(a).filter(([u])=>!u.startsWith("_")).map(([u,l])=>[u,l.replaceAll("\\n"," ")]).map(([u,l],c)=>`"${c>0?"; ":""}${u}: " + (${l})`).join(" + ")}}}function kt(e,t,n={}){const{markDef:i,encoding:r,config:o}=t,{vgChannel:s}=n;let{defaultRef:a,defaultValue:u}=n;const l=r[e];a===void 0&&(u??=Te(e,i,o,{vgChannel:s,ignoreVgConfig:!xf(l)}),u!==void 0&&(a=je(u)));const c={markDef:i,config:o,scaleName:t.scaleName(e),scale:t.getScaleComponent(e)},f=qN({...c,scaleChannel:e,channelDef:l});return Ju({model:t,channelDef:l,vgChannel:s??e,invalidValueRef:f,mainRefFn:h=>Lw({...c,channel:e,channelDef:h,stack:null,defaultRef:a})})}function oL(e,t={filled:void 0}){const{markDef:n,encoding:i,config:r}=e,{type:o}=n,s=t.filled??Te("filled",n,r),a=xe(["bar","point","circle","square","geoshape"],o)?"transparent":void 0,u=Te(s===!0?"color":void 0,n,r,{vgChannel:"fill"})??r.mark[s===!0&&"color"]??a,l=Te(s===!1?"color":void 0,n,r,{vgChannel:"stroke"})??r.mark[s===!1&&"color"],c=s?"fill":"stroke",f={...u?{fill:je(u)}:{},...l?{stroke:je(l)}:{}};return n.color&&(s?n.fill:n.stroke)&&j(gN("property",{fill:"fill"in n,stroke:"stroke"in n})),{...f,...kt("color",e,{vgChannel:c,defaultValue:s?u:l}),...kt("fill",e,{defaultValue:i.fill?u:void 0}),...kt("stroke",e,{defaultValue:i.stroke?l:void 0})}}function lse(e){const{encoding:t,mark:n}=e,i=t.order;return!ts(n)&&$i(i)?Ju({model:e,channelDef:i,vgChannel:"zindex",mainRefFn:r=>je(r.value),invalidValueRef:void 0}):{}}function ku({channel:e,markDef:t,encoding:n={},model:i,bandPosition:r}){const o=`${e}Offset`,s=t[o],a=n[o];if((o==="xOffset"||o==="yOffset")&&a)return{offsetType:"encoding",offset:Lw({channel:o,channelDef:a,markDef:t,config:i?.config,scaleName:i.scaleName(o),scale:i.getScaleComponent(o),stack:null,defaultRef:je(s),bandPosition:r})};const u=t[o];return u?{offsetType:"visual",offset:u}:{}}function on(e,t,{defaultPos:n,vgChannel:i}){const{encoding:r,markDef:o,config:s,stack:a}=t,u=r[e],l=r[mr(e)],c=t.scaleName(e),f=t.getScaleComponent(e),{offset:d,offsetType:h}=ku({channel:e,markDef:o,encoding:r,model:t,bandPosition:.5}),p=oE({model:t,defaultPos:n,channel:e,scaleName:c,scale:f}),g=!u&&it(e)&&(r.latitude||r.longitude)?{field:t.getName(e)}:cse({channel:e,channelDef:u,channel2Def:l,markDef:o,config:s,scaleName:c,scale:f,stack:a,offset:d,defaultRef:p,bandPosition:h==="encoding"?0:void 0});return g?{[i||e]:g}:void 0}function cse(e){const{channel:t,channelDef:n,scaleName:i,stack:r,offset:o,markDef:s}=e;if(ce(n)&&r&&t===r.fieldChannel){if(q(n)){let a=n.bandPosition;if(a===void 0&&s.type==="text"&&(t==="radius"||t==="theta")&&(a=.5),a!==void 0)return Xh({scaleName:i,fieldOrDatumDef:n,startSuffix:"start",bandPosition:a,offset:o})}return Cs(n,i,{suffix:"end"},{offset:o})}return Nw(e)}function oE({model:e,defaultPos:t,channel:n,scaleName:i,scale:r}){const{markDef:o,config:s}=e;return()=>{const a=ca(n),u=zo(n),l=Te(n,o,s,{vgChannel:u});if(l!==void 0)return sc(n,l);switch(t){case"zeroOrMin":return qk({scaleName:i,scale:r,mode:"zeroOrMin",mainChannel:a,config:s});case"zeroOrMax":return qk({scaleName:i,scale:r,mode:{zeroOrMax:{widthSignal:e.width.signal,heightSignal:e.height.signal}},mainChannel:a,config:s});case"mid":return{...e[Sn(n)],mult:.5}}}}function qk({mainChannel:e,config:t,...n}){const i=jN(n),{mode:r}=n;if(i)return i;switch(e){case"radius":{if(r==="zeroOrMin")return{value:0};const{widthSignal:o,heightSignal:s}=r.zeroOrMax;return{signal:`min(${o},${s})/2`}}case"theta":return r==="zeroOrMin"?{value:0}:{signal:"2*PI"};case"x":return r==="zeroOrMin"?{value:0}:{field:{group:"width"}};case"y":return r==="zeroOrMin"?{field:{group:"height"}}:{value:0}}}const fse={left:"x",center:"xc",right:"x2"},dse={top:"y",middle:"yc",bottom:"y2"};function sL(e,t,n,i="middle"){if(e==="radius"||e==="theta")return zo(e);const r=e==="x"?"align":"baseline",o=Te(r,t,n);let s;return te(o)?(j(cne(r)),s=void 0):s=o,e==="x"?fse[s||(i==="top"?"left":"center")]:dse[s||i]}function tp(e,t,{defaultPos:n,defaultPos2:i,range:r}){return r?aL(e,t,{defaultPos:n,defaultPos2:i}):on(e,t,{defaultPos:n})}function aL(e,t,{defaultPos:n,defaultPos2:i}){const{markDef:r,config:o}=t,s=mr(e),a=Sn(e),u=hse(t,i,s),l=u[a]?sL(e,r,o):zo(e);return{...on(e,t,{defaultPos:n,vgChannel:l}),...u}}function hse(e,t,n){const{encoding:i,mark:r,markDef:o,stack:s,config:a}=e,u=ca(n),l=Sn(n),c=zo(n),f=i[u],d=e.scaleName(u),h=e.getScaleComponent(u),{offset:p}=n in i||n in o?ku({channel:n,markDef:o,encoding:i,model:e}):ku({channel:u,markDef:o,encoding:i,model:e});if(!f&&(n==="x2"||n==="y2")&&(i.latitude||i.longitude)){const m=Sn(n),y=e.markDef[m];return y!=null?{[m]:{value:y}}:{[c]:{field:e.getName(n)}}}const g=pse({channel:n,channelDef:f,channel2Def:i[n],markDef:o,config:a,scaleName:d,scale:h,stack:s,offset:p,defaultRef:void 0});return g!==void 0?{[c]:g}:Zf(n,o)||Zf(n,{[n]:My(n,o,a.style),[l]:My(l,o,a.style)})||Zf(n,a[r])||Zf(n,a.mark)||{[c]:oE({model:e,defaultPos:t,channel:n,scaleName:d,scale:h})()}}function pse({channel:e,channelDef:t,channel2Def:n,markDef:i,config:r,scaleName:o,scale:s,stack:a,offset:u,defaultRef:l}){return ce(t)&&a&&e.charAt(0)===a.fieldChannel.charAt(0)?Cs(t,o,{suffix:"start"},{offset:u}):Nw({channel:e,channelDef:n,scaleName:o,scale:s,stack:a,markDef:i,config:r,offset:u,defaultRef:l})}function Zf(e,t){const n=Sn(e),i=zo(e);if(t[i]!==void 0)return{[i]:sc(e,t[i])};if(t[e]!==void 0)return{[i]:sc(e,t[e])};if(t[n]){const r=t[n];if(Ys(r))j(rne(n));else return{[n]:sc(e,r)}}}function Gr(e,t){const{config:n,encoding:i,markDef:r}=e,o=r.type,s=mr(t),a=Sn(t),u=i[t],l=i[s],c=e.getScaleComponent(t),f=c?c.get("type"):void 0,d=r.orient,h=i[a]??i.size??Te("size",r,n,{vgChannel:a}),p=Q3(t),g=o==="bar"&&(t==="x"?d==="vertical":d==="horizontal")||o==="tick"&&(t==="y"?d==="vertical":d==="horizontal");return q(u)&&(Be(u.bin)||St(u.bin)||u.timeUnit&&!l)&&!(h&&!Ys(h))&&!i[p]&&!et(f)?yse({fieldDef:u,fieldDef2:l,channel:t,model:e}):(ce(u)&&et(f)||g)&&!l?mse(u,t,e):aL(t,e,{defaultPos:"zeroOrMax",defaultPos2:"zeroOrMin"})}function gse(e,t,n,i,r,o,s){if(Ys(r))if(n){const u=n.get("type");if(u==="band"){let l=`bandwidth('${t}')`;r.band!==1&&(l=`${r.band} * ${l}`);const c=rr("minBandSize",{type:s},i);return{signal:c?`max(${yi(c)}, ${l})`:l}}else r.band!==1&&(j(pne(u)),r=void 0)}else return{mult:r.band,field:{group:e}};else{if(te(r))return r;if(r)return{value:r}}if(n){const u=n.get("range");if(da(u)&&$e(u.step))return{value:u.step-2}}if(!o){const{bandPaddingInner:u,barBandPaddingInner:l,rectBandPaddingInner:c,tickBandPaddingInner:f}=i.scale,d=nt(u,s==="tick"?f:s==="bar"?l:c);if(te(d))return{signal:`(1 - (${d.signal})) * ${e}`};if($e(d))return{signal:`${1-d} * ${e}`}}return{value:Iy(i.view,e)-2}}function mse(e,t,n){const{markDef:i,encoding:r,config:o,stack:s}=n,a=i.orient,u=n.scaleName(t),l=n.getScaleComponent(t),c=Sn(t),f=mr(t),d=Q3(t),h=n.scaleName(d),p=n.getScaleComponent(aw(t)),g=i.type==="tick"||a==="horizontal"&&t==="y"||a==="vertical"&&t==="x";let m;(r.size||i.size)&&(g?m=kt("size",n,{vgChannel:c,defaultRef:je(i.size)}):j(bne(i.type)));const y=!!m,b=KN({channel:t,fieldDef:e,markDef:i,config:o,scaleType:(l||p)?.get("type"),useVlSizeChannel:g});m=m||{[c]:gse(c,h||u,p||l,o,b,!!e,i.type)};const v=(l||p)?.get("type")==="band"&&Ys(b)&&!y?"top":"middle",x=sL(t,i,o,v),E=x==="xc"||x==="yc",{offset:S,offsetType:w}=ku({channel:t,markDef:i,encoding:r,model:n,bandPosition:E?.5:0}),_=Nw({channel:t,channelDef:e,markDef:i,config:o,scaleName:u,scale:l,stack:s,offset:S,defaultRef:oE({model:n,defaultPos:"mid",channel:t,scaleName:u,scale:l}),bandPosition:E?w==="encoding"?0:.5:te(b)?{signal:`(1-${b})/2`}:Ys(b)?(1-b.band)/2:0});if(c)return{[x]:_,...m};{const $=zo(f),A=m[c],F=S?{...A,offset:S}:A;return{[x]:_,[$]:P(_)?[_[0],{..._[1],offset:F}]:{..._,offset:F}}}}function Wk(e,t,n,i,r,o,s){if(G3(e))return 0;const a=e==="x"||e==="y2",u=a?-t/2:t/2;if(te(n)||te(r)||te(i)||o){const l=yi(n),c=yi(r),f=yi(i),d=yi(o),p=o?`(${s} < ${d} ? ${a?"":"-"}0.5 * (${d} - (${s})) : ${u})`:u,g=f?`${f} + `:"",m=l?`(${l} ? -1 : 1) * `:"",y=c?`(${c} + ${p})`:p;return{signal:g+m+y}}else return r=r||0,i+(n?-r-u:+r+u)}function yse({fieldDef:e,fieldDef2:t,channel:n,model:i}){const{config:r,markDef:o,encoding:s}=i,a=i.getScaleComponent(n),u=i.scaleName(n),l=a?a.get("type"):void 0,c=a.get("reverse"),f=KN({channel:n,fieldDef:e,markDef:o,config:r,scaleType:l}),h=i.component.axes[n]?.[0]?.get("translate")??.5,p=it(n)?Te("binSpacing",o,r)??0:0,g=mr(n),m=zo(n),y=zo(g),b=rr("minBandSize",o,r),{offset:v}=ku({channel:n,markDef:o,encoding:s,model:i,bandPosition:0}),{offset:x}=ku({channel:g,markDef:o,encoding:s,model:i,bandPosition:0}),E=Uie({fieldDef:e,scaleName:u}),S=Wk(n,p,c,h,v,b,E),w=Wk(g,p,c,h,x??v,b,E),_=te(f)?{signal:`(1-${f.signal})/2`}:Ys(f)?(1-f.band)/2:.5,$=Bo({fieldDef:e,fieldDef2:t,markDef:o,config:r});if(Be(e.bin)||e.timeUnit){const A=e.timeUnit&&$!==.5;return{[y]:Hk({fieldDef:e,scaleName:u,bandPosition:_,offset:w,useRectOffsetField:A}),[m]:Hk({fieldDef:e,scaleName:u,bandPosition:te(_)?{signal:`1-${_.signal}`}:1-_,offset:S,useRectOffsetField:A})}}else if(St(e.bin)){const A=Cs(e,u,{},{offset:w});if(q(t))return{[y]:A,[m]:Cs(t,u,{},{offset:S})};if(fa(e.bin)&&e.bin.step)return{[y]:A,[m]:{signal:`scale("${u}", ${V(e,{expr:"datum"})} + ${e.bin.step})`,offset:S}}}j(bN(g))}function Hk({fieldDef:e,scaleName:t,bandPosition:n,offset:i,useRectOffsetField:r}){return Xh({scaleName:t,fieldOrDatumDef:e,bandPosition:n,offset:i,...r?{startSuffix:Yg,endSuffix:Xg}:{}})}const bse=new Set(["aria","width","height"]);function ai(e,t){const{fill:n=void 0,stroke:i=void 0}=t.color==="include"?oL(e):{};return{...vse(e.markDef,t),...Gk("fill",n),...Gk("stroke",i),...kt("opacity",e),...kt("fillOpacity",e),...kt("strokeOpacity",e),...kt("strokeWidth",e),...kt("strokeDash",e),...lse(e),...nL(e),...iE(e,"href"),...sse(e)}}function Gk(e,t){return t?{[e]:t}:{}}function vse(e,t){return Ate.reduce((n,i)=>(!bse.has(i)&&U(e,i)&&t[i]!=="ignore"&&(n[i]=je(e[i])),n),{})}function sE(e){const{config:t,markDef:n}=e,i=new Set;if(e.forEachFieldDef((r,o)=>{let s;if(!yr(o)||!(s=e.getScaleType(o)))return;const a=Fg(r.aggregate),u=Rw({scaleChannel:o,markDef:n,config:t,scaleType:s,isCountAggregate:a});if(Iie(u)){const l=e.vgField(o,{expr:"datum",binSuffix:e.stack?.impute?"mid":void 0});l&&i.add(l)}}),i.size>0)return{defined:{signal:[...i].map(o=>Og(o,!0)).join(" && ")}}}function Vk(e,t){if(t!==void 0)return{[e]:je(t)}}const k0="voronoi",uL={defined:e=>e.type==="point"&&e.nearest,parse:(e,t)=>{if(t.events)for(const n of t.events)n.markname=e.getName(k0)},marks:(e,t,n)=>{const{x:i,y:r}=t.project.hasChannel,o=e.mark;if(ts(o))return j(Rte(o)),n;const s={name:e.getName(k0),type:"path",interactive:!0,aria:!1,from:{data:e.getName("marks")},encode:{update:{fill:{value:"transparent"},strokeWidth:{value:.35},stroke:{value:"transparent"},isVoronoi:{value:!0},...nL(e,{reactiveGeom:!0})}},transform:[{type:"voronoi",x:{expr:i||!r?"datum.datum.x || 0":"0"},y:{expr:r||!i?"datum.datum.y || 0":"0"},size:[e.getSizeSignalRef("width"),e.getSizeSignalRef("height")]}]};let a=0,u=!1;return n.forEach((l,c)=>{const f=l.name??"";f===e.component.mark[0].name?a=c:f.includes(k0)&&(u=!0)}),u||n.splice(a+1,0,s),n}},lL={defined:e=>e.type==="point"&&e.resolve==="global"&&e.bind&&e.bind!=="scales"&&!Xw(e.bind),parse:(e,t,n)=>yL(t,n),topLevelSignals:(e,t,n)=>{const i=t.name,r=t.project,o=t.bind,s=t.init?.[0],a=uL.defined(t)?"(item().isVoronoi ? datum.datum : datum)":"datum";return r.items.forEach((u,l)=>{const c=He(`${i}_${u.field}`);n.filter(d=>d.name===c).length||n.unshift({name:c,...s?{init:Ks(s[l])}:{value:null},on:t.events?[{events:t.events,update:`datum && item().mark.marktype !== 'group' ? ${a}[${H(u.field)}] : null`}]:[],bind:o[u.field]??o[u.channel]??o})}),n},signals:(e,t,n)=>{const i=t.name,r=t.project,o=n.find(l=>l.name===i+Vr),s=i+_f,a=r.items.map(l=>He(`${i}_${l.field}`)),u=a.map(l=>`${l} !== null`).join(" && ");return a.length&&(o.update=`${u} ? {fields: ${s}, values: [${a.join(", ")}]} : null`),delete o.value,delete o.on,n}},np="_toggle",cL={defined:e=>e.type==="point"&&!Ki(e)&&!!e.toggle,signals:(e,t,n)=>n.concat({name:t.name+np,value:!1,on:[{events:t.events,update:t.toggle}]}),modifyExpr:(e,t)=>{const n=t.name+Vr,i=t.name+np;return`${i} ? null : ${n}, ${t.resolve==="global"?`${i} ? null : true, `:`${i} ? null : {unit: ${Ts(e)}}, `}${i} ? ${n} : null`}},xse={defined:e=>e.clear!==void 0&&e.clear!==!1&&!Ki(e),parse:(e,t)=>{t.clear&&(t.clear=X(t.clear)?Vo(t.clear,"view"):t.clear)},topLevelSignals:(e,t,n)=>{if(lL.defined(t))for(const i of t.project.items){const r=n.findIndex(o=>o.name===He(`${t.name}_${i.field}`));r!==-1&&n[r].on.push({events:t.clear,update:"null"})}return n},signals:(e,t,n)=>{function i(r,o){r!==-1&&n[r].on&&n[r].on.push({events:t.clear,update:o})}if(t.type==="interval")for(const r of t.project.items){const o=n.findIndex(s=>s.name===r.signals.visual);if(i(o,"[0, 0]"),o===-1){const s=n.findIndex(a=>a.name===r.signals.data);i(s,"null")}}else{let r=n.findIndex(o=>o.name===t.name+Vr);i(r,"null"),cL.defined(t)&&(r=n.findIndex(o=>o.name===t.name+np),i(r,"false"))}return n}},fL={defined:e=>{const t=e.resolve==="global"&&e.bind&&Xw(e.bind),n=e.project.items.length===1&&e.project.items[0].field!==Ai;return t&&!n&&j(Ite),t&&n},parse:(e,t,n)=>{const i=le(n);if(i.select=X(i.select)?{type:i.select,toggle:t.toggle}:{...i.select,toggle:t.toggle},yL(t,i),Y(n.select)&&(n.select.on||n.select.clear)){const s='event.item && indexof(event.item.mark.role, "legend") < 0';for(const a of t.events)a.filter=K(a.filter??[]),a.filter.includes(s)||a.filter.push(s)}const r=x0(t.bind)?t.bind.legend:"click",o=X(r)?Vo(r,"view"):K(r);t.bind={legend:{merge:o}}},topLevelSignals:(e,t,n)=>{const i=t.name,r=x0(t.bind)&&t.bind.legend,o=s=>a=>{const u=le(a);return u.markname=s,u};for(const s of t.project.items){if(!s.hasLegend)continue;const a=`${He(s.field)}_legend`,u=`${i}_${a}`;if(n.filter(c=>c.name===u).length===0){const c=r.merge.map(o(`${a}_symbols`)).concat(r.merge.map(o(`${a}_labels`))).concat(r.merge.map(o(`${a}_entries`)));n.unshift({name:u,...t.init?{}:{value:null},on:[{events:c,update:"isDefined(datum.value) ? datum.value : item().items[0].items[0].datum.value",force:!0},{events:r.merge,update:`!event.item || !datum ? null : ${u}`,force:!0}]})}}return n},signals:(e,t,n)=>{const i=t.name,r=t.project,o=n.find(d=>d.name===i+Vr),s=i+_f,a=r.items.filter(d=>d.hasLegend).map(d=>He(`${i}_${He(d.field)}_legend`)),l=`${a.map(d=>`${d} !== null`).join(" && ")} ? {fields: ${s}, values: [${a.join(", ")}]} : null`;t.events&&a.length>0?o.on.push({events:a.map(d=>({signal:d})),update:l}):a.length>0&&(o.update=l,delete o.value,delete o.on);const c=n.find(d=>d.name===i+np),f=x0(t.bind)&&t.bind.legend;return c&&(t.events?c.on.push({...c.on[0],events:f}):c.on[0].events=f),n}};function wse(e,t,n){const i=e.fieldDef(t)?.field;for(const r of ot(e.component.selection??{})){const o=r.project.hasField[i]??r.project.hasChannel[t];if(o&&fL.defined(r)){const s=n.get("selections")??[];s.push(r.name),n.set("selections",s,!1),o.hasLegend=!0}}}const dL="_translate_anchor",hL="_translate_delta",Ese={defined:e=>e.type==="interval"&&e.translate,signals:(e,t,n)=>{const i=t.name,r=Br.defined(t),o=i+dL,{x:s,y:a}=t.project.hasChannel;let u=Vo(t.translate,"scope");return r||(u=u.map(l=>(l.between[0].markname=i+Ya,l))),n.push({name:o,value:{},on:[{events:u.map(l=>l.between[0]),update:`{x: x(unit), y: y(unit)${s!==void 0?`, extent_x: ${r?qy(e,Ge):`slice(${s.signals.visual})`}`:""}${a!==void 0?`, extent_y: ${r?qy(e,wt):`slice(${a.signals.visual})`}`:""}}`}]},{name:i+hL,value:{},on:[{events:u,update:`{x: ${o}.x - x(unit), y: ${o}.y - y(unit)}`}]}),s!==void 0&&Yk(e,t,s,"width",n),a!==void 0&&Yk(e,t,a,"height",n),n}};function Yk(e,t,n,i,r){const o=t.name,s=o+dL,a=o+hL,u=n.channel,l=Br.defined(t),c=r.find(E=>E.name===n.signals[l?"data":"visual"]),f=e.getSizeSignalRef(i).signal,d=e.getScaleComponent(u),h=d?.get("type"),p=d?.get("reverse"),g=l?u===Ge?p?"":"-":p?"-":"":"",m=`${s}.extent_${u}`,y=`${g}${a}.${u} / ${l?`${f}`:`span(${m})`}`,b=!l||!d?"panLinear":h==="log"?"panLog":h==="symlog"?"panSymlog":h==="pow"?"panPow":"panLinear",v=l?h==="pow"?`, ${d.get("exponent")??1}`:h==="symlog"?`, ${d.get("constant")??1}`:"":"",x=`${b}(${m}, ${y}${v})`;c.on.push({events:{signal:a},update:l?x:`clampRange(${x}, 0, ${f})`})}const pL="_zoom_anchor",gL="_zoom_delta",Sse={defined:e=>e.type==="interval"&&e.zoom,signals:(e,t,n)=>{const i=t.name,r=Br.defined(t),o=i+gL,{x:s,y:a}=t.project.hasChannel,u=H(e.scaleName(Ge)),l=H(e.scaleName(wt));let c=Vo(t.zoom,"scope");return r||(c=c.map(f=>(f.markname=i+Ya,f))),n.push({name:i+pL,on:[{events:c,update:r?`{${[u?`x: invert(${u}, x(unit))`:"",l?`y: invert(${l}, y(unit))`:""].filter(f=>f).join(", ")}}`:"{x: x(unit), y: y(unit)}"}]},{name:o,on:[{events:c,force:!0,update:"pow(1.001, event.deltaY * pow(16, event.deltaMode))"}]}),s!==void 0&&Xk(e,t,s,"width",n),a!==void 0&&Xk(e,t,a,"height",n),n}};function Xk(e,t,n,i,r){const o=t.name,s=n.channel,a=Br.defined(t),u=r.find(b=>b.name===n.signals[a?"data":"visual"]),l=e.getSizeSignalRef(i).signal,c=e.getScaleComponent(s),f=c?.get("type"),d=a?qy(e,s):u.name,h=o+gL,p=`${o}${pL}.${s}`,g=!a||!c?"zoomLinear":f==="log"?"zoomLog":f==="symlog"?"zoomSymlog":f==="pow"?"zoomPow":"zoomLinear",m=a?f==="pow"?`, ${c.get("exponent")??1}`:f==="symlog"?`, ${c.get("constant")??1}`:"":"",y=`${g}(${d}, ${p}, ${h}${m})`;u.on.push({events:{signal:h},update:a?y:`clampRange(${y}, 0, ${l})`})}const Js="_store",Vr="_tuple",_se="_modify",mL="vlSelectionResolve",Kg=[Koe,rse,Voe,cL,lL,Br,fL,xse,Ese,Sse,uL];function $se(e){let t=e.parent;for(;t&&!Pn(t);)t=t.parent;return t}function Ts(e,{escape:t}={escape:!0}){let n=t?H(e.name):e.name;const i=$se(e);if(i){const{facet:r}=i;for(const o of Xn)r[o]&&(n+=` + '__facet_${o}_' + (facet[${H(i.vgField(o))}])`)}return n}function aE(e){return ot(e.component.selection??{}).reduce((t,n)=>t||n.project.hasSelectionId,!1)}function yL(e,t){(X(t.select)||!t.select.on)&&delete e.events,(X(t.select)||!t.select.clear)&&delete e.clear,(X(t.select)||!t.select.toggle)&&delete e.toggle}function Ki(e){return e.events?.find(t=>"type"in t&&t.type==="timer")}function Hy(e){const t=[];return e.type==="Identifier"?[e.name]:e.type==="Literal"?[e.value]:(e.type==="MemberExpression"&&(t.push(...Hy(e.object)),t.push(...Hy(e.property))),t)}function bL(e){return e.object.type==="MemberExpression"?bL(e.object):e.object.name==="datum"}function vL(e){const t=_2(e),n=new Set;return t.visit(i=>{i.type==="MemberExpression"&&bL(i)&&n.add(Hy(i).slice(1).join("."))}),n}class Qu extends Ne{model;filter;expr;_dependentFields;clone(){return new Qu(null,this.model,le(this.filter))}constructor(t,n,i){super(t),this.model=n,this.filter=i,this.expr=ip(this.model,this.filter,this),this._dependentFields=vL(this.expr)}dependentFields(){return this._dependentFields}producedFields(){return new Set}assemble(){return{type:"filter",expr:this.expr}}hash(){return`Filter ${this.expr}`}}function kse(e,t){const n={},i=e.config.selection;if(!t||!t.length)return n;let r=0;for(const o of t){const s=He(o.name),a=o.select,u=X(a)?a:a.type,l=Y(a)?le(a):{type:u},c=i[u];for(const h in c)h==="fields"||h==="encodings"||(h==="mark"&&(l.mark={...c.mark,...l.mark}),(l[h]===void 0||l[h]===!0)&&(l[h]=le(c[h]??l[h])));const f=n[s]={...l,name:s,type:u,init:o.value,bind:o.bind,events:X(l.on)?Vo(l.on,"scope"):K(le(l.on))};if(Ki(f)&&(r++,r>1)){delete n[s];continue}const d=le(o);for(const h of Kg)h.defined(f)&&h.parse&&h.parse(e,f,d)}return r>1&&j(Wte),n}function xL(e,t,n,i="datum"){const r=X(t)?t:t.param,o=He(r),s=H(o+Js);let a;try{a=e.getSelectionComponent(o,r)}catch{return`!!${o}`}if(a.project.timeUnit){const d=n??e.component.data.raw,h=a.project.timeUnit.clone();d.parent?h.insertAsParentOf(d):d.parent=h}const u=a.project.hasSelectionId?"vlSelectionIdTest(":"vlSelectionTest(",l=a.resolve==="global"?")":`, ${H(a.resolve)})`,c=`${u}${s}, ${i}${l}`,f=`length(data(${s}))`;return t.empty===!1?`${f} && ${c}`:`!${f} || ${c}`}function wL(e,t,n){const i=He(t),r=n.encoding;let o=n.field,s;try{s=e.getSelectionComponent(i,t)}catch{return i}if(!r&&!o)o=s.project.items[0].field,s.project.items.length>1&&j(Hte(o));else if(r&&!o){const a=s.project.items.filter(u=>u.channel===r);!a.length||a.length>1?(o=s.project.items[0].field,j(Gte(a,r,n,o))):o=a[0].field}return`${s.name}[${H(ii(o))}]`}function Ase(e,t){for(const[n,i]of Io(e.component.selection??{})){const r=e.getName(`lookup_${n}`);e.component.data.outputNodes[r]=i.materialized=new yn(new Qu(t,e,{param:n}),r,Xe.Lookup,e.component.data.outputNodeRefCounts)}}function ip(e,t,n){return oc(t,i=>X(i)?i:nie(i)?xL(e,i,n):TN(i))}function Cse(e,t){if(e)return P(e)&&!ho(e)?e.map(n=>Uw(n,t)).join(", "):e}function A0(e,t,n,i){e.encode??={},e.encode[t]??={},e.encode[t].update??={},e.encode[t].update[n]=i}function Gl(e,t,n,i={header:!1}){const{disable:r,orient:o,scale:s,labelExpr:a,title:u,zindex:l,...c}=e.combine();if(!r){for(const f in c){const d=f,h=sre[d],p=c[d];if(h&&h!==t&&h!=="both")delete c[d];else if(Sf(p)){const{condition:g,...m}=p,y=K(g),b=Sk[d];if(b){const{vgProp:v,part:x}=b,E=[...y.map(S=>{const{test:w,..._}=S;return{test:ip(null,w),..._}}),m];A0(c,x,v,E),delete c[d]}else if(b===null){const v={signal:y.map(x=>{const{test:E,...S}=x;return`${ip(null,E)} ? ${ak(S)} : `}).join("")+ak(m)};c[d]=v}}else if(te(p)){const g=Sk[d];if(g){const{vgProp:m,part:y}=g;A0(c,y,m,p),delete c[d]}}xe(["labelAlign","labelBaseline"],d)&&c[d]===null&&delete c[d]}if(t==="grid"){if(!c.grid)return;if(c.encode){const{grid:f}=c.encode;c.encode={...f?{grid:f}:{}},ze(c.encode)&&delete c.encode}return{scale:s,orient:o,...c,domain:!1,labels:!1,aria:!1,maxExtent:0,minExtent:0,ticks:!1,zindex:nt(l,0)}}else{if(!i.header&&e.mainExtracted)return;if(a!==void 0){let d=a;c.encode?.labels?.update&&te(c.encode.labels.update.text)&&(d=qs(a,"datum.label",c.encode.labels.update.text.signal)),A0(c,"labels","text",{signal:d})}if(c.labelAlign===null&&delete c.labelAlign,c.encode){for(const d of s5)e.hasAxisPart(d)||delete c.encode[d];ze(c.encode)&&delete c.encode}const f=Cse(u,n);return{scale:s,orient:o,grid:!1,...f?{title:f}:{},...c,...n.aria===!1?{aria:!1}:{},zindex:nt(l,0)}}}}function EL(e){const{axes:t}=e.component,n=[];for(const i of eo)if(t[i]){for(const r of t[i])if(!r.get("disable")&&!r.get("gridScale")){const o=i==="x"?"height":"width",s=e.getSizeSignalRef(o).signal;o!==s&&n.push({name:o,update:s})}}return n}function Fse(e,t){const{x:n=[],y:i=[]}=e;return[...n.map(r=>Gl(r,"grid",t)),...i.map(r=>Gl(r,"grid",t)),...n.map(r=>Gl(r,"main",t)),...i.map(r=>Gl(r,"main",t))].filter(r=>r)}function Kk(e,t,n,i){return Object.assign.apply(null,[{},...e.map(r=>{if(r==="axisOrient"){const o=n==="x"?"bottom":"left",s=t[n==="x"?"axisBottom":"axisLeft"]||{},a=t[n==="x"?"axisTop":"axisRight"]||{},u=new Set([...B(s),...B(a)]),l={};for(const c of u.values())l[c]={signal:`${i.signal} === "${o}" ? ${yi(s[c])} : ${yi(a[c])}`};return l}return t[r]})])}function Tse(e,t,n,i){const r=t==="band"?["axisDiscrete","axisBand"]:t==="point"?["axisDiscrete","axisPoint"]:ON(t)?["axisQuantitative"]:t==="time"||t==="utc"?["axisTemporal"]:[],o=e==="x"?"axisX":"axisY",s=te(n)?"axisOrient":`axis${df(n)}`,a=[...r,...r.map(l=>o+l.substr(4))],u=["axis",s,o];return{vlOnlyAxisConfig:Kk(a,i,e,n),vgAxisConfig:Kk(u,i,e,n),axisConfigStyle:Mse([...u,...a],i)}}function Mse(e,t){const n=[{}];for(const i of e){let r=t[i]?.style;if(r){r=K(r);for(const o of r)n.push(t.style[o])}}return Object.assign.apply(null,n)}function Gy(e,t,n,i={}){const r=uN(e,n,t);if(r!==void 0)return{configFrom:"style",configValue:r};for(const o of["vlOnlyAxisConfig","vgAxisConfig","axisConfigStyle"])if(i[o]?.[e]!==void 0)return{configFrom:o,configValue:i[o][e]};return{}}const Jk={scale:({model:e,channel:t})=>e.scaleName(t),format:({format:e})=>e,formatType:({formatType:e})=>e,grid:({fieldOrDatumDef:e,axis:t,scaleType:n})=>t.grid??Dse(n,e),gridScale:({model:e,channel:t})=>Ose(e,t),labelAlign:({axis:e,labelAngle:t,orient:n,channel:i})=>e.labelAlign||_L(t,n,i),labelAngle:({labelAngle:e})=>e,labelBaseline:({axis:e,labelAngle:t,orient:n,channel:i})=>e.labelBaseline||SL(t,n,i),labelFlush:({axis:e,fieldOrDatumDef:t,channel:n})=>e.labelFlush??Nse(t.type,n),labelOverlap:({axis:e,fieldOrDatumDef:t,scaleType:n})=>e.labelOverlap??Lse(t.type,n,q(t)&&!!t.timeUnit,q(t)?t.sort:void 0),orient:({orient:e})=>e,tickCount:({channel:e,model:t,axis:n,fieldOrDatumDef:i,scaleType:r})=>{const o=e==="x"?"width":e==="y"?"height":void 0,s=o?t.getSizeSignalRef(o):void 0;return n.tickCount??Ise({fieldOrDatumDef:i,scaleType:r,size:s,values:n.values})},tickMinStep:({axis:e,format:t,fieldOrDatumDef:n})=>e.tickMinStep??zse({format:t,fieldOrDatumDef:n}),title:({axis:e,model:t,channel:n})=>{if(e.title!==void 0)return e.title;const i=$L(t,n);if(i!==void 0)return i;const r=t.typedFieldDef(n),o=n==="x"?"x2":"y2",s=t.fieldDef(o);return cN(r?[wk(r)]:[],q(s)?[wk(s)]:[])},values:({axis:e,fieldOrDatumDef:t})=>Bse(e,t),zindex:({axis:e,fieldOrDatumDef:t,mark:n})=>e.zindex??Use(n,t)};function Dse(e,t){return!et(e)&&q(t)&&!Be(t?.bin)&&!St(t?.bin)}function Ose(e,t){const n=t==="x"?"y":"x";if(e.getScaleComponent(n))return e.scaleName(n)}function Rse(e,t,n,i,r){const o=t?.labelAngle;if(o!==void 0)return te(o)?o:Fc(o);{const{configValue:s}=Gy("labelAngle",i,t?.style,r);return s!==void 0?Fc(s):n===Ge&&xe([Fw,Cw],e.type)&&!(q(e)&&e.timeUnit)?270:void 0}}function Vy(e){return`(((${e.signal} % 360) + 360) % 360)`}function SL(e,t,n,i){if(e!==void 0)if(n==="x"){if(te(e)){const r=Vy(e),o=te(t)?`(${t.signal} === "top")`:t==="top";return{signal:`(45 < ${r} && ${r} < 135) || (225 < ${r} && ${r} < 315) ? "middle" :(${r} <= 45 || 315 <= ${r}) === ${o} ? "bottom" : "top"`}}if(45<e&&e<135||225<e&&e<315)return"middle";if(te(t)){const r=e<=45||315<=e?"===":"!==";return{signal:`${t.signal} ${r} "top" ? "bottom" : "top"`}}return(e<=45||315<=e)==(t==="top")?"bottom":"top"}else{if(te(e)){const r=Vy(e),o=te(t)?`(${t.signal} === "left")`:t==="left";return{signal:`${r} <= 45 || 315 <= ${r} || (135 <= ${r} && ${r} <= 225) ? ${i?'"middle"':"null"} : (45 <= ${r} && ${r} <= 135) === ${o} ? "top" : "bottom"`}}if(e<=45||315<=e||135<=e&&e<=225)return i?"middle":null;if(te(t)){const r=45<=e&&e<=135?"===":"!==";return{signal:`${t.signal} ${r} "left" ? "top" : "bottom"`}}return(45<=e&&e<=135)==(t==="left")?"top":"bottom"}}function _L(e,t,n){if(e===void 0)return;const i=n==="x",r=i?0:90,o=i?"bottom":"left";if(te(e)){const s=Vy(e),a=te(t)?`(${t.signal} === "${o}")`:t===o;return{signal:`(${r?`(${s} + 90)`:s} % 180 === 0) ? ${i?null:'"center"'} :(${r} < ${s} && ${s} < ${180+r}) === ${a} ? "left" : "right"`}}if((e+r)%180===0)return i?null:"center";if(te(t)){const s=r<e&&e<180+r?"===":"!==";return{signal:`${`${t.signal} ${s} "${o}"`} ? "left" : "right"`}}return(r<e&&e<180+r)==(t===o)?"left":"right"}function Nse(e,t){if(t==="x"&&xe(["quantitative","temporal"],e))return!0}function Lse(e,t,n,i){if(n&&!Y(i)||e!=="nominal"&&e!=="ordinal")return t==="log"||t==="symlog"?"greedy":!0}function Pse(e){return e==="x"?"bottom":"left"}function Ise({fieldOrDatumDef:e,scaleType:t,size:n,values:i}){if(!i&&!et(t)&&t!=="log"){if(q(e)){if(Be(e.bin))return{signal:`ceil(${n.signal}/10)`};if(e.timeUnit&&xe(["month","hours","day","quarter"],vt(e.timeUnit)?.unit))return}return{signal:`ceil(${n.signal}/40)`}}}function zse({format:e,fieldOrDatumDef:t}){if(e==="d")return 1;if(q(t)){const{timeUnit:n}=t;if(n){const i=AN(n);if(i)return{signal:i}}}}function $L(e,t){const n=t==="x"?"x2":"y2",i=e.fieldDef(t),r=e.fieldDef(n),o=i?i.title:void 0,s=r?r.title:void 0;if(o&&s)return fN(o,s);if(o)return o;if(s)return s;if(o!==void 0)return o;if(s!==void 0)return s}function Bse(e,t){const n=e.values;if(P(n))return o5(t,n);if(te(n))return n}function Use(e,t){return e==="rect"&&Jh(t)?1:0}class Au extends Ne{transform;_dependentFields;clone(){return new Au(null,le(this.transform))}constructor(t,n){super(t),this.transform=n,this._dependentFields=vL(this.transform.calculate)}static parseAllForSortIndex(t,n){return n.forEachFieldDef((i,r)=>{if(ga(i)&&XN(i.sort)){const{field:o,timeUnit:s}=i,a=i.sort,u=a.map((l,c)=>`${TN({field:o,timeUnit:s,equal:l})} ? ${c} : `).join("")+a.length;t=new Au(t,{calculate:u,as:Cu(i,r,{forAs:!0})})}}),t}producedFields(){return new Set([this.transform.as])}dependentFields(){return this._dependentFields}assemble(){return{type:"formula",expr:this.transform.calculate,as:this.transform.as}}hash(){return`Calculate ${me(this.transform)}`}}function Cu(e,t,n){return V(e,{prefix:t,suffix:"sort_index",...n})}function Jg(e,t){return xe(["top","bottom"],t)?"column":xe(["left","right"],t)||e==="row"?"row":"column"}function Fu(e,t,n,i){const r=i==="row"?n.headerRow:i==="column"?n.headerColumn:n.headerFacet;return nt((t||{})[e],r[e],n.header[e])}function Qg(e,t,n,i){const r={};for(const o of e){const s=Fu(o,t||{},n,i);s!==void 0&&(r[o]=s)}return r}const uE=["row","column"],lE=["header","footer"];function jse(e,t){const n=e.component.layoutHeaders[t].title,i=e.config?e.config:void 0,r=e.component.layoutHeaders[t].facetFieldDef?e.component.layoutHeaders[t].facetFieldDef:void 0,{titleAnchor:o,titleAngle:s,titleOrient:a}=Qg(["titleAnchor","titleAngle","titleOrient"],r.header,i,t),u=Jg(t,a),l=Fc(s);return{name:`${t}-title`,type:"group",role:`${u}-title`,title:{text:n,...t==="row"?{orient:"left"}:{},style:"guide-title",...AL(l,u),...kL(u,l,o),...CL(i,r,t,Cre,_5)}}}function kL(e,t,n="middle"){switch(n){case"start":return{align:"left"};case"end":return{align:"right"}}const i=_L(t,e==="row"?"left":"top",e==="row"?"y":"x");return i?{align:i}:{}}function AL(e,t){const n=SL(e,t==="row"?"left":"top",t==="row"?"y":"x",!0);return n?{baseline:n}:{}}function qse(e,t){const n=e.component.layoutHeaders[t],i=[];for(const r of lE)if(n[r])for(const o of n[r]){const s=Hse(e,t,r,n,o);s!=null&&i.push(s)}return i}function Wse(e,t){const{sort:n}=e;return zr(n)?{field:V(n,{expr:"datum"}),order:n.order??"ascending"}:P(n)?{field:Cu(e,t,{expr:"datum"}),order:"ascending"}:{field:V(e,{expr:"datum"}),order:n??"ascending"}}function Yy(e,t,n){const{format:i,formatType:r,labelAngle:o,labelAnchor:s,labelOrient:a,labelExpr:u}=Qg(["format","formatType","labelAngle","labelAnchor","labelOrient","labelExpr"],e.header,n,t),l=Pw({fieldOrDatumDef:e,format:i,formatType:r,expr:"parent",config:n}).signal,c=Jg(t,a);return{text:{signal:u?qs(qs(u,"datum.label",l),"datum.value",V(e,{expr:"parent"})):l},...t==="row"?{orient:"left"}:{},style:"guide-label",frame:"group",...AL(o,c),...kL(c,o,s),...CL(n,e,t,Fre,$5)}}function Hse(e,t,n,i,r){if(r){let o=null;const{facetFieldDef:s}=i,a=e.config?e.config:void 0;if(s&&r.labels){const{labelOrient:f}=Qg(["labelOrient"],s.header,a,t);(t==="row"&&!xe(["top","bottom"],f)||t==="column"&&!xe(["left","right"],f))&&(o=Yy(s,t,a))}const u=Pn(e)&&!vf(e.facet),l=r.axes,c=l?.length>0;if(o||c){const f=t==="row"?"height":"width";return{name:e.getName(`${t}_${n}`),type:"group",role:`${t}-${n}`,...i.facetFieldDef?{from:{data:e.getName(`${t}_domain`)},sort:Wse(s,t)}:{},...c&&u?{from:{data:e.getName(`facet_domain_${t}`)}}:{},...o?{title:o}:{},...r.sizeSignal?{encode:{update:{[f]:r.sizeSignal}}}:{},...c?{axes:l}:{}}}}return null}const Gse={column:{start:0,end:1},row:{start:1,end:0}};function Vse(e,t){return Gse[t][e]}function Yse(e,t){const n={};for(const i of Xn){const r=e[i];if(r?.facetFieldDef){const{titleAnchor:o,titleOrient:s}=Qg(["titleAnchor","titleOrient"],r.facetFieldDef.header,t,i),a=Jg(i,s),u=Vse(o,a);u!==void 0&&(n[a]=u)}}return ze(n)?void 0:n}function CL(e,t,n,i,r){const o={};for(const s of i){if(!r[s])continue;const a=Fu(s,t?.header,e,n);a!==void 0&&(o[r[s]]=a)}return o}function cE(e){return[...ed(e,"width"),...ed(e,"height"),...ed(e,"childWidth"),...ed(e,"childHeight")]}function ed(e,t){const n=t==="width"?"x":"y",i=e.component.layoutSize.get(t);if(i==null||i==="merged")return[];const r=e.getSizeSignalRef(t).signal;if(i==="step"){const o=e.getScaleComponent(n);if(o){const s=o.get("type"),a=o.get("range");if(et(s)&&da(a)){const u=e.scaleName(n);return Pn(e.parent)&&e.parent.component.resolve.scale[n]==="independent"?[Qk(u,a)]:[Qk(u,a),{name:r,update:FL(u,o,`domain('${u}').length`)}]}}throw new Error("layout size is step although width/height is not step.")}else if(i=="container"){const o=r.endsWith("width"),s=o?"containerSize()[0]":"containerSize()[1]",a=Py(e.config.view,o?"width":"height"),u=`isFinite(${s}) ? ${s} : ${a}`;return[{name:r,init:u,on:[{update:u,events:"window:resize"}]}]}else return[{name:r,value:i}]}function Qk(e,t){const n=`${e}_step`;return te(t.step)?{name:n,update:t.step.signal}:{name:n,value:t.step}}function FL(e,t,n){const i=t.get("type"),r=t.get("padding"),o=nt(t.get("paddingOuter"),r);let s=t.get("paddingInner");return s=i==="band"?s!==void 0?s:r:1,`bandspace(${n}, ${yi(s)}, ${yi(o)}) * ${e}_step`}function TL(e){return e==="childWidth"?"width":e==="childHeight"?"height":e}function ML(e,t){return B(e).reduce((n,i)=>({...n,...Ju({model:t,channelDef:e[i],vgChannel:i,mainRefFn:r=>je(r.value),invalidValueRef:void 0})}),{})}function DL(e,t){if(Pn(t))return e==="theta"?"independent":"shared";if(tl(t))return"shared";if(yE(t))return it(e)||e==="theta"||e==="radius"?"independent":"shared";throw new Error("invalid model type for resolve")}function fE(e,t){const n=e.scale[t],i=it(t)?"axis":"legend";return n==="independent"?(e[i][t]==="shared"&&j(Sne(t)),"independent"):e[i][t]||"shared"}const Xse={...Dre,disable:1,labelExpr:1,selections:1,opacity:1,shape:1,stroke:1,fill:1,size:1,strokeWidth:1,strokeDash:1,encode:1},OL=B(Xse);class Kse extends no{}const Zk={symbols:Jse,gradient:Qse,labels:Zse,entries:eae};function Jse(e,{fieldOrDatumDef:t,model:n,channel:i,legendCmpt:r,legendType:o}){if(o!=="symbol")return;const{markDef:s,encoding:a,config:u,mark:l}=n,c=s.filled&&l!=="trail";let f={...Mte({},n,Cie),...oL(n,{filled:c})};const d=r.get("symbolOpacity")??u.legend.symbolOpacity,h=r.get("symbolFillColor")??u.legend.symbolFillColor,p=r.get("symbolStrokeColor")??u.legend.symbolStrokeColor,g=d===void 0?RL(a.opacity)??s.opacity:void 0;if(f.fill){if(i==="fill"||c&&i===wn)delete f.fill;else if(U(f.fill,"field"))h?delete f.fill:(f.fill=je(u.legend.symbolBaseFillColor??"black"),f.fillOpacity=je(g??1));else if(P(f.fill)){const m=Xy(a.fill??a.color)??s.fill??(c&&s.color);m&&(f.fill=je(m))}}if(f.stroke){if(i==="stroke"||!c&&i===wn)delete f.stroke;else if(U(f.stroke,"field")||p)delete f.stroke;else if(P(f.stroke)){const m=nt(Xy(a.stroke||a.color),s.stroke,c?s.color:void 0);m&&(f.stroke={value:m})}}if(i!==Zr){const m=q(t)&&LL(n,r,t);m?f.opacity=[{test:m,...je(g??1)},je(u.legend.unselectedOpacity)]:g&&(f.opacity=je(g))}return f={...f,...e},ze(f)?void 0:f}function Qse(e,{model:t,legendType:n,legendCmpt:i}){if(n!=="gradient")return;const{config:r,markDef:o,encoding:s}=t;let a={};const l=(i.get("gradientOpacity")??r.legend.gradientOpacity)===void 0?RL(s.opacity)||o.opacity:void 0;return l&&(a.opacity=je(l)),a={...a,...e},ze(a)?void 0:a}function Zse(e,{fieldOrDatumDef:t,model:n,channel:i,legendCmpt:r}){const o=n.legend(i)||{},s=n.config,a=q(t)?LL(n,r,t):void 0,u=a?[{test:a,value:1},{value:s.legend.unselectedOpacity}]:void 0,{format:l,formatType:c}=o;let f;Xs(c)?f=bi({fieldOrDatumDef:t,field:"datum.value",format:l,formatType:c,config:s}):l===void 0&&c===void 0&&s.customFormatTypes&&(t.type==="quantitative"&&s.numberFormatType?f=bi({fieldOrDatumDef:t,field:"datum.value",format:s.numberFormat,formatType:s.numberFormatType,config:s}):t.type==="temporal"&&s.timeFormatType&&q(t)&&t.timeUnit===void 0&&(f=bi({fieldOrDatumDef:t,field:"datum.value",format:s.timeFormat,formatType:s.timeFormatType,config:s})));const d={...u?{opacity:u}:{},...f?{text:f}:{},...e};return ze(d)?void 0:d}function eae(e,{legendCmpt:t}){return t.get("selections")?.length?{...e,fill:{value:"transparent"}}:e}function RL(e){return NL(e,(t,n)=>Math.max(t,n.value))}function Xy(e){return NL(e,(t,n)=>nt(t,n.value))}function NL(e,t){if(Yie(e))return K(e.condition).reduce(t,e.value);if($i(e))return e.value}function LL(e,t,n){const i=t.get("selections");if(!i?.length)return;const r=H(n.field);return i.map(o=>`(!length(data(${H(He(o)+Js)})) || (${o}[${r}] && indexof(${o}[${r}], datum.value) >= 0))`).join(" || ")}const eA={direction:({direction:e})=>e,format:({fieldOrDatumDef:e,legend:t,config:n})=>{const{format:i,formatType:r}=t;return GN(e,e.type,i,r,n,!1)},formatType:({legend:e,fieldOrDatumDef:t,scaleType:n})=>{const{formatType:i}=e;return VN(i,t,n)},gradientLength:e=>{const{legend:t,legendConfig:n}=e;return t.gradientLength??n.gradientLength??aae(e)},labelOverlap:({legend:e,legendConfig:t,scaleType:n})=>e.labelOverlap??t.labelOverlap??uae(n),symbolType:({legend:e,markDef:t,channel:n,encoding:i})=>e.symbolType??nae(t.type,n,i.shape,t.shape),title:({fieldOrDatumDef:e,config:t})=>Va(e,t,{allowDisabling:!0}),type:({legendType:e,scaleType:t,channel:n})=>{if(Ga(n)&&Gi(t)){if(e==="gradient")return}else if(e==="symbol")return;return e},values:({fieldOrDatumDef:e,legend:t})=>tae(t,e)};function tae(e,t){const n=e.values;if(P(n))return o5(t,n);if(te(n))return n}function nae(e,t,n,i){if(t!=="shape"){const r=Xy(n)??i;if(r)return r}switch(e){case"bar":case"rect":case"image":case"square":return"square";case"line":case"trail":case"rule":return"stroke";case"arc":case"point":case"circle":case"tick":case"geoshape":case"area":case"text":return"circle"}}function iae(e){const{legend:t}=e;return nt(t.type,rae(e))}function rae({channel:e,timeUnit:t,scaleType:n}){if(Ga(e)){if(xe(["quarter","month","day"],t))return"symbol";if(Gi(n))return"gradient"}return"symbol"}function oae({legendConfig:e,legendType:t,orient:n,legend:i}){return i.direction??e[t?"gradientDirection":"symbolDirection"]??sae(n,t)}function sae(e,t){switch(e){case"top":case"bottom":return"horizontal";case"left":case"right":case"none":case void 0:return;default:return t==="gradient"?"horizontal":void 0}}function aae({legendConfig:e,model:t,direction:n,orient:i,scaleType:r}){const{gradientHorizontalMaxLength:o,gradientHorizontalMinLength:s,gradientVerticalMaxLength:a,gradientVerticalMinLength:u}=e;if(Gi(r))return n==="horizontal"?i==="top"||i==="bottom"?tA(t,"width",s,o):s:tA(t,"height",u,a)}function tA(e,t,n,i){return{signal:`clamp(${e.getSizeSignalRef(t).signal}, ${n}, ${i})`}}function uae(e){if(xe(["quantile","threshold","log","symlog"],e))return"greedy"}function PL(e){const t=We(e)?lae(e):hae(e);return e.component.legends=t,t}function lae(e){const{encoding:t}=e,n={};for(const i of[wn,...A5]){const r=ct(t[i]);!r||!e.getScaleComponent(i)||i===En&&q(r)&&r.type===Ku||(n[i]=dae(e,i))}return n}function cae(e,t){const n=e.scaleName(t);if(e.mark==="trail"){if(t==="color")return{stroke:n};if(t==="size")return{strokeWidth:n}}return t==="color"?e.markDef.filled?{fill:n}:{stroke:n}:{[t]:n}}function fae(e,t,n,i){switch(t){case"disable":return n!==void 0;case"values":return!!n?.values;case"title":if(t==="title"&&e===i?.title)return!0}return e===(n||{})[t]}function dae(e,t){let n=e.legend(t);const{markDef:i,encoding:r,config:o}=e,s=o.legend,a=new Kse({},cae(e,t));wse(e,t,a);const u=n!==void 0?!n:s.disable;if(a.set("disable",u,n!==void 0),u)return a;n=n||{};const l=e.getScaleComponent(t).get("type"),c=ct(r[t]),f=q(c)?vt(c.timeUnit)?.unit:void 0,d=n.orient||o.legend.orient||"right",h=iae({legend:n,channel:t,timeUnit:f,scaleType:l}),p=oae({legend:n,legendType:h,orient:d,legendConfig:s}),g={legend:n,channel:t,model:e,markDef:i,encoding:r,fieldOrDatumDef:c,legendConfig:s,config:o,scaleType:l,orient:d,legendType:h,direction:p};for(const x of OL){if(h==="gradient"&&x.startsWith("symbol")||h==="symbol"&&x.startsWith("gradient"))continue;const E=x in eA?eA[x](g):n[x];if(E!==void 0){const S=fae(E,x,n,e.fieldDef(t));(S||o.legend[x]===void 0)&&a.set(x,E,S)}}const m=n?.encoding??{},y=a.get("selections"),b={},v={fieldOrDatumDef:c,model:e,channel:t,legendCmpt:a,legendType:h};for(const x of["labels","legend","title","symbols","gradient","entries"]){const E=ML(m[x]??{},e),S=x in Zk?Zk[x](E,v):E;S!==void 0&&!ze(S)&&(b[x]={...y?.length&&q(c)?{name:`${He(c.field)}_legend_${x}`}:{},...y?.length?{interactive:!0}:{},update:y?.length?{...S,cursor:{value:"pointer"}}:S})}return ze(b)||a.set("encode",b,!!n?.encoding),a}function hae(e){const{legends:t,resolve:n}=e.component;for(const i of e.children){PL(i);for(const r of B(i.component.legends))n.legend[r]=fE(e.component.resolve,r),n.legend[r]==="shared"&&(t[r]=IL(t[r],i.component.legends[r]),t[r]||(n.legend[r]="independent",delete t[r]))}for(const i of B(t))for(const r of e.children)r.component.legends[i]&&n.legend[i]==="shared"&&delete r.component.legends[i];return t}function IL(e,t){if(!e)return t.clone();const n=e.getWithExplicit("orient"),i=t.getWithExplicit("orient");if(n.explicit&&i.explicit&&n.value!==i.value)return;let r=!1;for(const o of OL){const s=Uo(e.getWithExplicit(o),t.getWithExplicit(o),o,"legend",(a,u)=>{switch(o){case"symbolType":return pae(a,u);case"title":return dN(a,u);case"type":return r=!0,kn("symbol")}return Vg(a,u,o,"legend")});e.setWithExplicit(o,s)}return r&&(e.implicit?.encode?.gradient&&Gh(e.implicit,["encode","gradient"]),e.explicit?.encode?.gradient&&Gh(e.explicit,["encode","gradient"])),e}function pae(e,t){return t.value==="circle"?t:e}function gae(e,t,n,i){if(Ef(t,n)){const r=We(e)?e.axis(n)??e.legend(n)??{}:{},o=V(t,{expr:"datum"}),s=V(t,{expr:"datum",binSuffix:"end"});return{formulaAs:V(t,{binSuffix:"range",forAs:!0}),formula:bf(o,s,r.format,r.formatType,i)}}return{}}function zL(e,t){return`${iN(e)}_${t}`}function mae(e,t){return{signal:e.getName(`${t}_bins`),extentSignal:e.getName(`${t}_extent`)}}function dE(e,t,n){const i=Ug(n,void 0)??{},r=zL(i,t);return e.getName(`${r}_bins`)}function yae(e){return"as"in e}function nA(e,t,n){let i,r;yae(e)?i=X(e.as)?[e.as,`${e.as}_end`]:[e.as[0],e.as[1]]:i=[V(e,{forAs:!0}),V(e,{binSuffix:"end",forAs:!0})];const o={...Ug(t,void 0)},s=zL(o,e.field),{signal:a,extentSignal:u}=mae(n,s);if(Tg(o.extent)){const c=o.extent;r=wL(n,c.param,c),delete o.extent}const l={bin:o,field:e.field,as:[i],...a?{signal:a}:{},...u?{extentSignal:u}:{},...r?{span:r}:{}};return{key:s,binComponent:l}}class Ji extends Ne{bins;clone(){return new Ji(null,le(this.bins))}constructor(t,n){super(t),this.bins=n}static makeFromEncoding(t,n){const i=n.reduceFieldDef((r,o,s)=>{if(cn(o)&&Be(o.bin)){const{key:a,binComponent:u}=nA(o,o.bin,n);r[a]={...u,...r[a],...gae(n,o,s,n.config)}}return r},{});return ze(i)?null:new Ji(t,i)}static makeFromTransform(t,n,i){const{key:r,binComponent:o}=nA(n,n.bin,i);return new Ji(t,{[r]:o})}merge(t,n){for(const i of B(t.bins))i in this.bins?(n(t.bins[i].signal,this.bins[i].signal),this.bins[i].as=Mn([...this.bins[i].as,...t.bins[i].as],me)):this.bins[i]=t.bins[i];for(const i of t.children)t.removeChild(i),i.parent=this;t.remove()}producedFields(){return new Set(ot(this.bins).map(t=>t.as).flat(2))}dependentFields(){return new Set(ot(this.bins).map(t=>t.field))}hash(){return`Bin ${me(this.bins)}`}assemble(){return ot(this.bins).flatMap(t=>{const n=[],[i,...r]=t.as,{extent:o,...s}=t.bin,a={type:"bin",field:ii(t.field),as:i,signal:t.signal,...Tg(o)?{extent:null}:{extent:o},...t.span?{span:{signal:`span(${t.span})`}}:{},...s};!o&&t.extentSignal&&(n.push({type:"extent",field:ii(t.field),signal:t.extentSignal}),a.extent={signal:t.extentSignal}),n.push(a);for(const u of r)for(let l=0;l<2;l++)n.push({type:"formula",expr:V({field:i[l]},{expr:"datum"}),as:u[l]});return t.formula&&n.push({type:"formula",expr:t.formula,as:t.formulaAs}),n})}}function bae(e,t,n,i){const r=We(i)?i.encoding[mr(t)]:void 0;if(cn(n)&&We(i)&&JN(n,r,i.markDef,i.config)){e.add(V(n,{})),e.add(V(n,{suffix:"end"}));const{mark:o,markDef:s,config:a}=i,u=Bo({fieldDef:n,markDef:s,config:a});Tc(o)&&u!==.5&&it(t)&&(e.add(V(n,{suffix:Yg})),e.add(V(n,{suffix:Xg}))),n.bin&&Ef(n,t)&&e.add(V(n,{binSuffix:"range"}))}else if(Y3(t)){const o=V3(t);e.add(i.getName(o))}else e.add(V(n));return ga(n)&&gie(n.scale?.range)&&e.add(n.scale.range.field),e}function vae(e,t){for(const n of B(t)){const i=t[n];for(const r of B(i))n in e?e[n][r]=new Set([...e[n][r]??[],...i[r]]):e[n]={[r]:i[r]}}}class xi extends Ne{dimensions;measures;clone(){return new xi(null,new Set(this.dimensions),le(this.measures))}constructor(t,n,i){super(t),this.dimensions=n,this.measures=i}get groupBy(){return this.dimensions}static makeFromEncoding(t,n){let i=!1;n.forEachFieldDef(s=>{s.aggregate&&(i=!0)});const r={},o=new Set;return!i||(n.forEachFieldDef((s,a)=>{const{aggregate:u,field:l}=s;if(u)if(u==="count")r["*"]??={},r["*"].count=new Set([V(s,{forAs:!0})]);else{if(Hr(u)||es(u)){const c=Hr(u)?"argmin":"argmax",f=u[c];r[f]??={},r[f][c]=new Set([V({op:c,field:f},{forAs:!0})])}else r[l]??={},r[l][u]=new Set([V(s,{forAs:!0})]);yr(a)&&n.scaleDomain(a)==="unaggregated"&&(r[l]??={},r[l].min=new Set([V({field:l,aggregate:"min"},{forAs:!0})]),r[l].max=new Set([V({field:l,aggregate:"max"},{forAs:!0})]))}else bae(o,a,s,n)}),o.size+B(r).length===0)?null:new xi(t,o,r)}static makeFromTransform(t,n){const i=new Set,r={};for(const o of n.aggregate){const{op:s,field:a,as:u}=o;s&&(s==="count"?(r["*"]??={},r["*"].count=new Set([u||V(o,{forAs:!0})])):(r[a]??={},r[a][s]??=new Set,r[a][s].add(u||V(o,{forAs:!0}))))}for(const o of n.groupby??[])i.add(o);return i.size+B(r).length===0?null:new xi(t,i,r)}merge(t){return I3(this.dimensions,t.dimensions)?(vae(this.measures,t.measures),!0):(Bne("different dimensions, cannot merge"),!1)}addDimensions(t){t.forEach(this.dimensions.add,this.dimensions)}dependentFields(){return new Set([...this.dimensions,...B(this.measures)])}producedFields(){const t=new Set;for(const n of B(this.measures))for(const i of B(this.measures[n])){const r=this.measures[n][i];r.size===0?t.add(`${i}_${n}`):r.forEach(t.add,t)}return t}hash(){return`Aggregate ${me({dimensions:this.dimensions,measures:this.measures})}`}assemble(){const t=[],n=[],i=[];for(const o of B(this.measures))for(const s of B(this.measures[o]))for(const a of this.measures[o][s])i.push(a),t.push(s),n.push(o==="*"?null:ii(o));return{type:"aggregate",groupby:[...this.dimensions].map(ii),ops:t,fields:n,as:i}}}class Zu extends Ne{model;name;data;column;row;facet;childModel;constructor(t,n,i,r){super(t),this.model=n,this.name=i,this.data=r;for(const o of Xn){const s=n.facet[o];if(s){const{bin:a,sort:u}=s;this[o]={name:n.getName(`${o}_domain`),fields:[V(s),...Be(a)?[V(s,{binSuffix:"end"})]:[]],...zr(u)?{sortField:u}:P(u)?{sortIndexField:Cu(s,o)}:{}}}}this.childModel=n.child}hash(){let t="Facet";for(const n of Xn)this[n]&&(t+=` ${n.charAt(0)}:${me(this[n])}`);return t}get fields(){const t=[];for(const n of Xn)this[n]?.fields&&t.push(...this[n].fields);return t}dependentFields(){const t=new Set(this.fields);for(const n of Xn)this[n]&&(this[n].sortField&&t.add(this[n].sortField.field),this[n].sortIndexField&&t.add(this[n].sortIndexField));return t}producedFields(){return new Set}getSource(){return this.name}getChildIndependentFieldsWithStep(){const t={};for(const n of eo){const i=this.childModel.component.scales[n];if(i&&!i.merged){const r=i.get("type"),o=i.get("range");if(et(r)&&da(o)){const s=Zs(this.childModel,n),a=mE(s);a?t[n]=a:j(pw(n))}}}return t}assembleRowColumnHeaderData(t,n,i){const r={row:"y",column:"x",facet:void 0}[t],o=[],s=[],a=[];r&&i&&i[r]&&(n?(o.push(`distinct_${i[r]}`),s.push("max")):(o.push(i[r]),s.push("distinct")),a.push(`distinct_${i[r]}`));const{sortField:u,sortIndexField:l}=this[t];if(u){const{op:c=Ig,field:f}=u;o.push(f),s.push(c),a.push(V(u,{forAs:!0}))}else l&&(o.push(l),s.push("max"),a.push(l));return{name:this[t].name,source:n??this.data,transform:[{type:"aggregate",groupby:this[t].fields,...o.length?{fields:o,ops:s,as:a}:{}}]}}assembleFacetHeaderData(t){const{columns:n}=this.model.layout,{layoutHeaders:i}=this.model.component,r=[],o={};for(const u of uE){for(const l of lE){const c=i[u]?.[l]??[];for(const f of c)if(f.axes?.length>0){o[u]=!0;break}}if(o[u]){const l=`length(data("${this.facet.name}"))`,c=u==="row"?n?{signal:`ceil(${l} / ${n})`}:1:n?{signal:`min(${l}, ${n})`}:{signal:l};r.push({name:`${this.facet.name}_${u}`,transform:[{type:"sequence",start:0,stop:c}]})}}const{row:s,column:a}=o;return(s||a)&&r.unshift(this.assembleRowColumnHeaderData("facet",null,t)),r}assemble(){const t=[];let n=null;const i=this.getChildIndependentFieldsWithStep(),{column:r,row:o,facet:s}=this;if(r&&o&&(i.x||i.y)){n=`cross_${this.column.name}_${this.row.name}`;const a=[].concat(i.x??[],i.y??[]),u=a.map(()=>"distinct");t.push({name:n,source:this.data,transform:[{type:"aggregate",groupby:this.fields,fields:a,ops:u}]})}for(const a of[Ir,Pr])this[a]&&t.push(this.assembleRowColumnHeaderData(a,n,i));if(s){const a=this.assembleFacetHeaderData(i);a&&t.push(...a)}return t}}function iA(e){return e.startsWith("'")&&e.endsWith("'")||e.startsWith('"')&&e.endsWith('"')?e.slice(1,-1):e}function xae(e,t){const n=iw(e);if(t==="number")return`toNumber(${n})`;if(t==="boolean")return`toBoolean(${n})`;if(t==="string")return`toString(${n})`;if(t==="date")return`toDate(${n})`;if(t==="flatten")return n;if(t.startsWith("date:")){const i=iA(t.slice(5,t.length));return`timeParse(${n},'${i}')`}else if(t.startsWith("utc:")){const i=iA(t.slice(4,t.length));return`utcParse(${n},'${i}')`}else return j(Yte(t)),null}function wae(e){const t={};return Dd(e.filter,n=>{if(FN(n)){let i=null;xw(n)?i=Fn(n.equal):Ew(n)?i=Fn(n.lte):ww(n)?i=Fn(n.lt):Sw(n)?i=Fn(n.gt):_w(n)?i=Fn(n.gte):$w(n)?i=n.range[0]:kw(n)&&(i=(n.oneOf??n.in)[0]),i&&(ha(i)?t[n.field]="date":$e(i)?t[n.field]="number":X(i)&&(t[n.field]="string")),n.timeUnit&&(t[n.field]="date")}}),t}function Eae(e){const t={};function n(i){_u(i)?t[i.field]="date":i.type==="quantitative"&&Ete(i.aggregate)?t[i.field]="number":yu(i.field)>1?i.field in t||(t[i.field]="flatten"):ga(i)&&zr(i.sort)&&yu(i.sort.field)>1&&(i.sort.field in t||(t[i.sort.field]="flatten"))}if((We(e)||Pn(e))&&e.forEachFieldDef((i,r)=>{if(cn(i))n(i);else{const o=ca(r),s=e.fieldDef(o);n({...i,type:s.type})}}),We(e)){const{mark:i,markDef:r,encoding:o}=e;if(ts(i)&&!e.encoding.order){const s=r.orient==="horizontal"?"y":"x",a=o[s];q(a)&&a.type==="quantitative"&&!(a.field in t)&&(t[a.field]="number")}}return t}function Sae(e){const t={};if(We(e)&&e.component.selection)for(const n of B(e.component.selection)){const i=e.component.selection[n];for(const r of i.project.items)!r.channel&&yu(r.field)>1&&(t[r.field]="flatten")}return t}class jt extends Ne{_parse;clone(){return new jt(null,le(this._parse))}constructor(t,n){super(t),this._parse=n}hash(){return`Parse ${me(this._parse)}`}static makeExplicit(t,n,i){let r={};const o=n.data;return!To(o)&&o?.format?.parse&&(r=o.format.parse),this.makeWithAncestors(t,r,{},i)}static makeWithAncestors(t,n,i,r){for(const a of B(i)){const u=r.getWithExplicit(a);u.value!==void 0&&(u.explicit||u.value===i[a]||u.value==="derived"||i[a]==="flatten"?delete i[a]:j(hk(a,i[a],u.value)))}for(const a of B(n)){const u=r.get(a);u!==void 0&&(u===n[a]?delete n[a]:j(hk(a,n[a],u)))}const o=new no(n,i);r.copyAll(o);const s={};for(const a of B(o.combine())){const u=o.get(a);u!==null&&(s[a]=u)}return B(s).length===0||r.parseNothing?null:new jt(t,s)}get parse(){return this._parse}merge(t){this._parse={...this._parse,...t.parse},t.remove()}assembleFormatParse(){const t={};for(const n of B(this._parse)){const i=this._parse[n];yu(n)===1&&(t[n]=i)}return t}producedFields(){return new Set(B(this._parse))}dependentFields(){return new Set(B(this._parse))}assembleTransforms(t=!1){return B(this._parse).filter(n=>t?yu(n)>1:!0).map(n=>{const i=xae(n,this._parse[n]);return i?{type:"formula",expr:i,as:Yu(n)}:null}).filter(n=>n!==null)}}class jo extends Ne{clone(){return new jo(null)}constructor(t){super(t)}dependentFields(){return new Set}producedFields(){return new Set([Ai])}hash(){return"Identifier"}assemble(){return{type:"identifier",as:Ai}}}class $f extends Ne{params;clone(){return new $f(null,this.params)}constructor(t,n){super(t),this.params=n}dependentFields(){return new Set}producedFields(){}hash(){return`Graticule ${me(this.params)}`}assemble(){return{type:"graticule",...this.params===!0?{}:this.params}}}class kf extends Ne{params;clone(){return new kf(null,this.params)}constructor(t,n){super(t),this.params=n}dependentFields(){return new Set}producedFields(){return new Set([this.params.as??"data"])}hash(){return`Hash ${me(this.params)}`}assemble(){return{type:"sequence",...this.params}}}class Qs extends Ne{_data;_name;_generator;constructor(t){super(null),t??={name:"source"};let n;if(To(t)||(n=t.format?{...Ln(t.format,["parse"])}:{}),Mc(t))this._data={values:t.values};else if($u(t)){if(this._data={url:t.url},!n.type){let i=/(?:\.([^.]+))?$/.exec(t.url)[1];xe(["json","csv","tsv","dsv","topojson"],i)||(i="json"),n.type=i}}else G5(t)?this._data={values:[{type:"Sphere"}]}:(W5(t)||To(t))&&(this._data={});this._generator=To(t),t.name&&(this._name=t.name),n&&!ze(n)&&(this._data.format=n)}dependentFields(){return new Set}producedFields(){}get data(){return this._data}hasName(){return!!this._name}get isGenerator(){return this._generator}get dataName(){return this._name}set dataName(t){this._name=t}set parent(t){throw new Error("Source nodes have to be roots.")}remove(){throw new Error("Source nodes are roots and cannot be removed.")}hash(){throw new Error("Cannot hash sources")}assemble(){return{name:this._name,...this._data,transform:[]}}}function hE(e){return e instanceof Qs||e instanceof $f||e instanceof kf}class pE{#e;constructor(){this.#e=!1}setModified(){this.#e=!0}get modifiedFlag(){return this.#e}}class ma extends pE{getNodeDepths(t,n,i){i.set(t,n);for(const r of t.children)this.getNodeDepths(r,n+1,i);return i}optimize(t){const i=[...this.getNodeDepths(t,0,new Map).entries()].sort((r,o)=>o[1]-r[1]);for(const r of i)this.run(r[0]);return this.modifiedFlag}}class gE extends pE{optimize(t){this.run(t);for(const n of t.children)this.optimize(n);return this.modifiedFlag}}class _ae extends gE{mergeNodes(t,n){const i=n.shift();for(const r of n)t.removeChild(r),r.parent=i,r.remove()}run(t){const n=t.children.map(r=>r.hash()),i={};for(let r=0;r<n.length;r++)i[n[r]]===void 0?i[n[r]]=[t.children[r]]:i[n[r]].push(t.children[r]);for(const r of B(i))i[r].length>1&&(this.setModified(),this.mergeNodes(t,i[r]))}}class $ae extends gE{requiresSelectionId;constructor(t){super(),this.requiresSelectionId=t&&aE(t)}run(t){t instanceof jo&&(this.requiresSelectionId&&(hE(t.parent)||t.parent instanceof xi||t.parent instanceof jt)||(this.setModified(),t.remove()))}}class kae extends pE{optimize(t){return this.run(t,new Set),this.modifiedFlag}run(t,n){let i=new Set;t instanceof Xi&&(i=t.producedFields(),tw(i,n)&&(this.setModified(),t.removeFormulas(n),t.producedFields.length===0&&t.remove()));for(const r of t.children)this.run(r,new Set([...n,...i]))}}class Aae extends gE{constructor(){super()}run(t){t instanceof yn&&!t.isRequired()&&(this.setModified(),t.remove())}}class Cae extends ma{run(t){if(!hE(t)&&!(t.numChildren()>1)){for(const n of t.children)if(n instanceof jt)if(t instanceof jt)this.setModified(),t.merge(n);else{if(nw(t.producedFields(),n.dependentFields()))continue;this.setModified(),n.swapWithParent()}}}}class Fae extends ma{run(t){const n=[...t.children],i=t.children.filter(r=>r instanceof jt);if(t.numChildren()>1&&i.length>=1){const r={},o=new Set;for(const s of i){const a=s.parse;for(const u of B(a))u in r?r[u]!==a[u]&&o.add(u):r[u]=a[u]}for(const s of o)delete r[s];if(!ze(r)){this.setModified();const s=new jt(t,r);for(const a of n){if(a instanceof jt)for(const u of B(r))delete a.parse[u];t.removeChild(a),a.parent=s,a instanceof jt&&B(a.parse).length===0&&a.remove()}}}}}class Tae extends ma{run(t){t instanceof yn||t.numChildren()>0||t instanceof Zu||t instanceof Qs||(this.setModified(),t.remove())}}class Mae extends ma{run(t){const n=t.children.filter(r=>r instanceof Xi),i=n.pop();for(const r of n)this.setModified(),i.merge(r)}}class Dae extends ma{run(t){const n=t.children.filter(r=>r instanceof xi),i={};for(const r of n){const o=me(r.groupBy);o in i||(i[o]=[]),i[o].push(r)}for(const r of B(i)){const o=i[r];if(o.length>1){const s=o.pop();for(const a of o)s.merge(a)&&(t.removeChild(a),a.parent=s,a.remove(),this.setModified())}}}}class Oae extends ma{model;constructor(t){super(),this.model=t}run(t){const n=!(hE(t)||t instanceof Qu||t instanceof jt||t instanceof jo),i=[],r=[];for(const o of t.children)o instanceof Ji&&(n&&!nw(t.producedFields(),o.dependentFields())?i.push(o):r.push(o));if(i.length>0){const o=i.pop();for(const s of i)o.merge(s,this.model.renameSignal.bind(this.model));this.setModified(),t instanceof Ji?t.merge(o,this.model.renameSignal.bind(this.model)):o.swapWithParent()}if(r.length>1){const o=r.pop();for(const s of r)o.merge(s,this.model.renameSignal.bind(this.model));this.setModified()}}}class Rae extends ma{run(t){const n=[...t.children];if(!gu(n,s=>s instanceof yn)||t.numChildren()<=1)return;const r=[];let o;for(const s of n)if(s instanceof yn){let a=s;for(;a.numChildren()===1;){const[u]=a.children;if(u instanceof yn)a=u;else break}r.push(...a.children),o?(t.removeChild(s),s.parent=o.parent,o.parent.removeChild(o),o.parent=a,this.setModified()):o=a}else r.push(s);if(r.length){this.setModified();for(const s of r)s.parent.removeChild(s),s.parent=o}}}class ya extends Ne{transform;clone(){return new ya(null,le(this.transform))}constructor(t,n){super(t),this.transform=n}addDimensions(t){this.transform.groupby=Mn(this.transform.groupby.concat(t),n=>n)}dependentFields(){const t=new Set;return this.transform.groupby&&this.transform.groupby.forEach(t.add,t),this.transform.joinaggregate.map(n=>n.field).filter(n=>n!==void 0).forEach(t.add,t),t}producedFields(){return new Set(this.transform.joinaggregate.map(this.getDefaultName))}getDefaultName(t){return t.as??V(t)}hash(){return`JoinAggregateTransform ${me(this.transform)}`}assemble(){const t=[],n=[],i=[];for(const o of this.transform.joinaggregate)n.push(o.op),i.push(this.getDefaultName(o)),t.push(o.field===void 0?null:o.field);const r=this.transform.groupby;return{type:"joinaggregate",as:i,ops:n,fields:t,...r!==void 0?{groupby:r}:{}}}}class Tu extends Ne{filter;clone(){return new Tu(null,{...this.filter})}constructor(t,n){super(t),this.filter=n}static make(t,n,i){const{config:r,markDef:o}=n,{marks:s,scales:a}=i;if(s==="include-invalid-values"&&a==="include-invalid-values")return null;const u=n.reduceFieldDef((l,c,f)=>{const d=yr(f)&&n.getScaleComponent(f);if(d){const h=d.get("type"),{aggregate:p}=c,g=Rw({scaleChannel:f,markDef:o,config:r,scaleType:h,isCountAggregate:Fg(p)});g!=="show"&&g!=="always-valid"&&(l[c.field]=c)}return l},{});return B(u).length?new Tu(t,u):null}dependentFields(){return new Set(B(this.filter))}producedFields(){return new Set}hash(){return`FilterInvalid ${me(this.filter)}`}assemble(){const t=B(this.filter).reduce((n,i)=>{const r=this.filter[i],o=V(r,{expr:"datum"});return r!==null&&(r.type==="temporal"?n.push(`(isDate(${o}) || (${Ky(o)}))`):r.type==="quantitative"&&n.push(Ky(o))),n},[]);return t.length>0?{type:"filter",expr:t.join(" && ")}:null}}function Ky(e){return`isValid(${e}) && isFinite(+${e})`}function Nae(e){return e.stack.stackBy.reduce((t,n)=>{const i=n.fieldDef,r=V(i);return r&&t.push(r),t},[])}function Lae(e){return P(e)&&e.every(t=>X(t))&&e.length>1}class Ur extends Ne{_stack;clone(){return new Ur(null,le(this._stack))}constructor(t,n){super(t),this._stack=n}static makeFromTransform(t,n){const{stack:i,groupby:r,as:o,offset:s="zero"}=n,a=[],u=[];if(n.sort!==void 0)for(const f of n.sort)a.push(f.field),u.push(nt(f.order,"ascending"));const l={field:a,order:u};let c;return Lae(o)?c=o:X(o)?c=[o,`${o}_end`]:c=[`${n.stack}_start`,`${n.stack}_end`],new Ur(t,{dimensionFieldDefs:[],stackField:i,groupby:r,offset:s,sort:l,facetby:[],as:c})}static makeFromEncoding(t,n){const i=n.stack,{encoding:r}=n;if(!i)return null;const{groupbyChannels:o,fieldChannel:s,offset:a,impute:u}=i,l=o.map(h=>{const p=r[h];return ki(p)}).filter(h=>!!h),c=Nae(n),f=n.encoding.order;let d;if(P(f)||q(f))d=lN(f);else{const h=QN(f)?f.sort:s==="y"?"descending":"ascending";d=c.reduce((p,g)=>(p.field.includes(g)||(p.field.push(g),p.order.push(h)),p),{field:[],order:[]})}return new Ur(t,{dimensionFieldDefs:l,stackField:n.vgField(s),facetby:[],stackby:c,sort:d,offset:a,impute:u,as:[n.vgField(s,{suffix:"start",forAs:!0}),n.vgField(s,{suffix:"end",forAs:!0})]})}get stack(){return this._stack}addDimensions(t){this._stack.facetby.push(...t)}dependentFields(){const t=new Set;return t.add(this._stack.stackField),this.getGroupbyFields().forEach(t.add,t),this._stack.facetby.forEach(t.add,t),this._stack.sort.field.forEach(t.add,t),t}producedFields(){return new Set(this._stack.as)}hash(){return`Stack ${me(this._stack)}`}getGroupbyFields(){const{dimensionFieldDefs:t,impute:n,groupby:i}=this._stack;return t.length>0?t.map(r=>r.bin?n?[V(r,{binSuffix:"mid"})]:[V(r,{}),V(r,{binSuffix:"end"})]:[V(r)]).flat():i??[]}assemble(){const t=[],{facetby:n,dimensionFieldDefs:i,stackField:r,stackby:o,sort:s,offset:a,impute:u,as:l}=this._stack;if(u)for(const c of i){const{bandPosition:f=.5,bin:d}=c;if(d){const h=V(c,{expr:"datum"}),p=V(c,{expr:"datum",binSuffix:"end"});t.push({type:"formula",expr:`${Ky(h)} ? ${f}*${h}+${1-f}*${p} : ${h}`,as:V(c,{binSuffix:"mid",forAs:!0})})}t.push({type:"impute",field:r,groupby:[...o,...n],key:V(c,{binSuffix:"mid"}),method:"value",value:0})}return t.push({type:"stack",groupby:[...this.getGroupbyFields(),...n],field:r,sort:s,as:l,offset:a}),t}}class el extends Ne{transform;clone(){return new el(null,le(this.transform))}constructor(t,n){super(t),this.transform=n}addDimensions(t){this.transform.groupby=Mn(this.transform.groupby.concat(t),n=>n)}dependentFields(){const t=new Set;return(this.transform.groupby??[]).forEach(t.add,t),(this.transform.sort??[]).forEach(n=>t.add(n.field)),this.transform.window.map(n=>n.field).filter(n=>n!==void 0).forEach(t.add,t),t}producedFields(){return new Set(this.transform.window.map(this.getDefaultName))}getDefaultName(t){return t.as??V(t)}hash(){return`WindowTransform ${me(this.transform)}`}assemble(){const t=[],n=[],i=[],r=[];for(const f of this.transform.window)n.push(f.op),i.push(this.getDefaultName(f)),r.push(f.param===void 0?null:f.param),t.push(f.field===void 0?null:f.field);const o=this.transform.frame,s=this.transform.groupby;if(o&&o[0]===null&&o[1]===null&&n.every(f=>dw(f)))return{type:"joinaggregate",as:i,ops:n,fields:t,...s!==void 0?{groupby:s}:{}};const a=[],u=[];if(this.transform.sort!==void 0)for(const f of this.transform.sort)a.push(f.field),u.push(f.order??"ascending");const l={field:a,order:u},c=this.transform.ignorePeers;return{type:"window",params:r,as:i,ops:n,fields:t,sort:l,...c!==void 0?{ignorePeers:c}:{},...s!==void 0?{groupby:s}:{},...o!==void 0?{frame:o}:{}}}}function Pae(e){function t(n){if(!(n instanceof Zu)){const i=n.clone();if(i instanceof yn){const r=Qy+i.getSource();i.setSource(r),e.model.component.data.outputNodes[r]=i}else(i instanceof xi||i instanceof Ur||i instanceof el||i instanceof ya)&&i.addDimensions(e.fields);for(const r of n.children.flatMap(t))r.parent=i;return[i]}return n.children.flatMap(t)}return t}function Jy(e){if(e instanceof Zu)if(e.numChildren()===1&&!(e.children[0]instanceof yn)){const t=e.children[0];(t instanceof xi||t instanceof Ur||t instanceof el||t instanceof ya)&&t.addDimensions(e.fields),t.swapWithParent(),Jy(e)}else{const t=e.model.component.data.main;BL(t);const n=Pae(e),i=e.children.map(n).flat();for(const r of i)r.parent=t}else e.children.map(Jy)}function BL(e){if(e instanceof yn&&e.type===Xe.Main&&e.numChildren()===1){const t=e.children[0];t instanceof Zu||(t.swapWithParent(),BL(e))}}const Qy="scale_",td=5;function Zy(e){for(const t of e){for(const n of t.children)if(n.parent!==t)return!1;if(!Zy(t.children))return!1}return!0}function ui(e,t){let n=!1;for(const i of t)n=e.optimize(i)||n;return n}function rA(e,t,n){let i=e.sources,r=!1;return r=ui(new Aae,i)||r,r=ui(new $ae(t),i)||r,i=i.filter(o=>o.numChildren()>0),r=ui(new Tae,i)||r,i=i.filter(o=>o.numChildren()>0),n||(r=ui(new Cae,i)||r,r=ui(new Oae(t),i)||r,r=ui(new kae,i)||r,r=ui(new Fae,i)||r,r=ui(new Dae,i)||r,r=ui(new Mae,i)||r,r=ui(new _ae,i)||r,r=ui(new Rae,i)||r),e.sources=i,r}function Iae(e,t){Zy(e.sources);let n=0,i=0;for(let r=0;r<td&&rA(e,t,!0);r++)n++;e.sources.map(Jy);for(let r=0;r<td&&rA(e,t,!1);r++)i++;Zy(e.sources),Math.max(n,i)===td&&j(`Maximum optimization runs(${td}) reached.`)}class gt{constructor(t){Object.defineProperty(this,"signal",{enumerable:!0,get:t})}signal;static fromName(t,n){return new gt(()=>t(n))}}function UL(e){We(e)?zae(e):Bae(e)}function zae(e){const t=e.component.scales;for(const n of B(t)){const i=jae(e,n);if(t[n].setWithExplicit("domains",i),Wae(e,n),e.component.data.isFaceted){let o=e;for(;!Pn(o)&&o.parent;)o=o.parent;if(o.component.resolve.scale[n]==="shared")for(const a of i.value)Rr(a)&&(a.data=Qy+a.data.replace(Qy,""))}}}function Bae(e){for(const n of e.children)UL(n);const t=e.component.scales;for(const n of B(t)){let i,r=null;for(const o of e.children){const s=o.component.scales[n];if(s){i===void 0?i=s.getWithExplicit("domains"):i=Uo(i,s.getWithExplicit("domains"),"domains","scale",eb);const a=s.get("selectionExtent");r&&a&&r.param!==a.param&&j(Ute),r=a}}t[n].setWithExplicit("domains",i),r&&t[n].set("selectionExtent",r,!0)}}function Uae(e,t,n,i){if(e==="unaggregated"){const{valid:r,reason:o}=oA(t,n);if(!r){j(o);return}}else if(e===void 0&&i.useUnaggregatedDomain){const{valid:r}=oA(t,n);if(r)return"unaggregated"}return e}function jae(e,t){const n=e.getScaleComponent(t).get("type"),{encoding:i}=e,r=Uae(e.scaleDomain(t),e.typedFieldDef(t),n,e.config.scale);return r!==e.scaleDomain(t)&&(e.specifiedScales[t]={...e.specifiedScales[t],domain:r}),t==="x"&&ct(i.x2)?ct(i.x)?Uo(ao(n,r,e,"x"),ao(n,r,e,"x2"),"domain","scale",eb):ao(n,r,e,"x2"):t==="y"&&ct(i.y2)?ct(i.y)?Uo(ao(n,r,e,"y"),ao(n,r,e,"y2"),"domain","scale",eb):ao(n,r,e,"y2"):ao(n,r,e,t)}function qae(e,t,n){return e.map(i=>({signal:`{data: ${jg(i,{timeUnit:n,type:t})}}`}))}function C0(e,t,n){const i=vt(n)?.unit;return t==="temporal"||i?qae(e,t,i):[e]}function ao(e,t,n,i){const{encoding:r,markDef:o,mark:s,config:a,stack:u}=n,l=ct(r[i]),{type:c}=l,f=l.timeUnit,d=Hoe({invalid:rr("invalid",o,a),isPath:ts(s)});if(pie(t)){const g=ao(e,void 0,n,i),m=C0(t.unionWith,c,f);return Ui([...m,...g.value])}else{if(te(t))return Ui([t]);if(t&&t!=="unaggregated"&&!NN(t))return Ui(C0(t,c,f))}if(u&&i===u.fieldChannel){if(u.offset==="normalize")return kn([[0,1]]);const g=n.requestDataName(d);return kn([{data:g,field:n.vgField(i,{suffix:"start"})},{data:g,field:n.vgField(i,{suffix:"end"})}])}const h=yr(i)&&q(l)?Hae(n,i,e):void 0;if(br(l)){const g=C0([l.datum],c,f);return kn(g)}const p=l;if(t==="unaggregated"){const{field:g}=l;return kn([{data:n.requestDataName(d),field:V({field:g,aggregate:"min"})},{data:n.requestDataName(d),field:V({field:g,aggregate:"max"})}])}else if(Be(p.bin)){if(et(e))return kn(e==="bin-ordinal"?[]:[{data:mu(h)?n.requestDataName(d):n.requestDataName(Xe.Raw),field:n.vgField(i,Ef(p,i)?{binSuffix:"range"}:{}),sort:h===!0||!Y(h)?{field:n.vgField(i,{}),op:"min"}:h}]);{const{bin:g}=p;if(Be(g)){const m=dE(n,p.field,g);return kn([new gt(()=>{const y=n.getSignalName(m);return`[${y}.start, ${y}.stop]`})])}else return kn([{data:n.requestDataName(d),field:n.vgField(i,{})}])}}else if(p.timeUnit&&xe(["time","utc"],e)){const g=r[mr(i)];if(JN(p,g,o,a)){const m=n.requestDataName(d),y=Bo({fieldDef:p,fieldDef2:g,markDef:o,config:a}),b=Tc(s)&&y!==.5&&it(i);return kn([{data:m,field:n.vgField(i,b?{suffix:Yg}:{})},{data:m,field:n.vgField(i,{suffix:b?Xg:"end"})}])}}return kn(h?[{data:mu(h)?n.requestDataName(d):n.requestDataName(Xe.Raw),field:n.vgField(i),sort:h}]:[{data:n.requestDataName(d),field:n.vgField(i)}])}function F0(e,t){const{op:n,field:i,order:r}=e;return{op:n??(t?"sum":Ig),...i?{field:ii(i)}:{},...r?{order:r}:{}}}function Wae(e,t){const n=e.component.scales[t],i=e.specifiedScales[t].domain,r=e.fieldDef(t)?.bin,o=NN(i)?i:void 0,s=fa(r)&&Tg(r.extent)?r.extent:void 0;(o||s)&&n.set("selectionExtent",o??s,!0)}function Hae(e,t,n){if(!et(n))return;const i=e.fieldDef(t),r=i.sort;if(XN(r))return{op:"min",field:Cu(i,t),order:"ascending"};const{stack:o}=e,s=o?new Set([...o.groupbyFields,...o.stackBy.map(a=>a.fieldDef.field)]):void 0;if(zr(r)){const a=o&&!s.has(r.field);return F0(r,a)}else if(Hie(r)){const{encoding:a,order:u}=r,l=e.fieldDef(a),{aggregate:c,field:f}=l,d=o&&!s.has(f);if(Hr(c)||es(c))return F0({field:V(l),order:u},d);if(dw(c)||!c)return F0({op:c,field:f,order:u},d)}else{if(r==="descending")return{op:"min",field:e.vgField(t),order:"descending"};if(xe(["ascending",void 0],r))return!0}}function oA(e,t){const{aggregate:n,type:i}=e;return n?X(n)&&!_te.has(n)?{valid:!1,reason:mne(n)}:i==="quantitative"&&t==="log"?{valid:!1,reason:yne(e)}:{valid:!0}:{valid:!1,reason:gne(e)}}function eb(e,t,n,i){return e.explicit&&t.explicit&&j(Ene(n,i,e.value,t.value)),{explicit:e.explicit,value:[...e.value,...t.value]}}function Gae(e){const t=Mn(e.map(s=>{if(Rr(s)){const{sort:a,...u}=s;return u}return s}),me),n=Mn(e.map(s=>{if(Rr(s)){const a=s.sort;return a!==void 0&&!mu(a)&&("op"in a&&a.op==="count"&&delete a.field,a.order==="ascending"&&delete a.order),a}}).filter(s=>s!==void 0),me);if(t.length===0)return;if(t.length===1){const s=e[0];if(Rr(s)&&n.length>0){let a=n[0];if(n.length>1){j(gk);const u=n.filter(l=>Y(l)&&"op"in l&&l.op!=="min");n.every(l=>Y(l)&&"op"in l)&&u.length===1?a=u[0]:a=!0}else if(Y(a)&&"field"in a){const u=a.field;s.field===u&&(a=a.order?{order:a.order}:!0)}return{...s,sort:a}}return s}const i=Mn(n.map(s=>mu(s)||!("op"in s)||X(s.op)&&J(xte,s.op)?s:(j(_ne(s)),!0)),me);let r;i.length===1?r=i[0]:i.length>1&&(j(gk),r=!0);const o=Mn(e.map(s=>Rr(s)?s.data:null),s=>s);return o.length===1&&o[0]!==null?{data:o[0],fields:t.map(a=>a.field),...r?{sort:r}:{}}:{fields:t,...r?{sort:r}:{}}}function mE(e){if(Rr(e)&&X(e.field))return e.field;if(oN(e)){let t;for(const n of e.fields)if(Rr(n)&&X(n.field)){if(!t)t=n.field;else if(t!==n.field)return j($ne),t}return j(kne),t}else if($te(e)){j(Ane);const t=e.fields[0];return X(t)?t:void 0}}function Zs(e,t){const i=e.component.scales[t].get("domains").map(r=>(Rr(r)&&(r.data=e.lookupDataSource(r.data)),r));return Gae(i)}function Vae(e,t,n,i){e.encode??={},e.encode[t]??={},e.encode[t].update??={},e.encode[t].update[n]=i}function jL(e,t){if(We(e)){const i=e.fieldDef(t);if(i?.field)return i.field}const n=(e.children??[]).map(i=>jL(i,t)).filter(i=>!!i);if(n.length>0){const i=Mn(n,me);return i.length===1?i[0]:void 0}}function Yae(e,t,n){if(t===n)return!0;const i=e.getScaleType(t),r=e.getScaleType(n);if(!i||!r)return!1;const o=et(i),s=et(r);return o===s}function Xae(e,t){return e?`field:${e}`:`channel:${String(t)}`}function Kae(e){if(P(e)){const t=e.filter(Hh);return t.length>0?t:null}if(oN(e)){const t=[];if(t.push(...e.fields.flatMap(n=>P(n)?n.filter(Hh):[])),t.length>0)return Mn(t,me)}return null}function tb(e,t){try{const n=Zs(e,t);return Kae(n)}catch{return null}}function Jae(e,t,n){const i=tb(e,t),r=tb(e,n);return i&&r?Mn([...i,...r],me):null}function sA(e,t,n){t&&t.length>0&&(e.getWithExplicit("values")?.explicit||(n&&j(n),e.set("values",t,!1)))}function Qae(e,t,n){const i=e.getScaleComponent(t),r=e.getScaleComponent(n);if(!i||!r)return!1;const o=i.getWithExplicit("domains"),s=r.getWithExplicit("domains");if(!(o?.explicit&&s?.explicit))return!1;const a=Zs(e,t),u=Zs(e,n);return me(a)===me(u)}function qL(e){const t=e.component.legends,n={};for(const r of B(t)){const o=jL(e,r),s=Xae(o,r);if(!n[s]){n[s]=[{channel:r,cmpt:t[r].clone()}];continue}let a=!1;for(const u of n[s]){if(!Yae(e,u.channel,r))continue;if(IL(u.cmpt,t[r])){const c=e.getScaleType(u.channel),f=e.getScaleType(r);c&&f&&et(c)&&et(f)&&(Qae(e,u.channel,r)?sA(u.cmpt,tb(e,u.channel)):sA(u.cmpt,Jae(e,u.channel,r),Cne(u.channel,r))),a=!0;break}}a||n[s].push({channel:r,cmpt:t[r].clone()})}return ot(n).flat().map(r=>Zae(r.cmpt,e.config)).filter(r=>r!==void 0)}function Zae(e,t){const{disable:n,labelExpr:i,selections:r,...o}=e.combine();if(!n){if(t.aria===!1&&o.aria==null&&(o.aria=!1),o.encode?.symbols){const s=o.encode.symbols.update;s.fill&&s.fill.value!=="transparent"&&!s.stroke&&!o.stroke&&(s.stroke={value:"transparent"});for(const a of A5)o[a]&&delete s[a]}if(o.title||delete o.title,i!==void 0){let s=i;o.encode?.labels?.update&&te(o.encode.labels.update.text)&&(s=qs(i,"datum.label",o.encode.labels.update.text.signal)),Vae(o,"labels","text",{signal:s})}return o}}function eue(e){return tl(e)||yE(e)?tue(e):WL(e)}function tue(e){return e.children.reduce((t,n)=>t.concat(n.assembleProjections()),WL(e))}function WL(e){const t=e.component.projection;if(!t||t.merged)return[];const n=t.combine(),{name:i}=n;if(t.data){const r={signal:`[${t.size.map(s=>s.signal).join(", ")}]`},o=t.data.reduce((s,a)=>{const u=te(a)?a.signal:`data('${e.lookupDataSource(a)}')`;return xe(s,u)||s.push(u),s},[]);if(o.length<=0)throw new Error("Projection's fit didn't find any data sources");return[{name:i,size:r,fit:{signal:o.length>1?`[${o.join(", ")}]`:o[0]},...n}]}else return[{name:i,translate:{signal:"[width / 2, height / 2]"},...n}]}const nue=["type","clipAngle","clipExtent","center","rotate","precision","reflectX","reflectY","coefficient","distance","fraction","lobes","parallel","radius","ratio","spacing","tilt"];class HL extends no{specifiedProjection;size;data;merged=!1;constructor(t,n,i,r){super({...n},{name:t}),this.specifiedProjection=n,this.size=i,this.data=r}get isFit(){return!!this.data}}function GL(e){e.component.projection=We(e)?iue(e):sue(e)}function iue(e){if(e.hasProjection){const t=_t(e.specifiedProjection),n=!(t&&(t.scale!=null||t.translate!=null)),i=n?[e.getSizeSignalRef("width"),e.getSizeSignalRef("height")]:void 0,r=n?rue(e):void 0,o=new HL(e.projectionName(!0),{..._t(e.config.projection),...t},i,r);return o.get("type")||o.set("type","equalEarth",!1),o}}function rue(e){const t=[],{encoding:n}=e;for(const i of[[Ri,Oi],[ri,Ni]])(ct(n[i[0]])||ct(n[i[1]]))&&t.push({signal:e.getName(`geojson_${t.length}`)});return e.channelHasField(En)&&e.typedFieldDef(En).type===Ku&&t.push({signal:e.getName(`geojson_${t.length}`)}),t.length===0&&t.push(e.requestDataName(Xe.Main)),t}function oue(e,t){const n=ew(nue,r=>!!(!J(e.explicit,r)&&!J(t.explicit,r)||J(e.explicit,r)&&J(t.explicit,r)&&Dn(e.get(r),t.get(r))));if(Dn(e.size,t.size)){if(n)return e;if(Dn(e.explicit,{}))return t;if(Dn(t.explicit,{}))return e}return null}function sue(e){if(e.children.length===0)return;let t;for(const i of e.children)GL(i);const n=ew(e.children,i=>{const r=i.component.projection;if(r)if(t){const o=oue(t,r);return o&&(t=o),!!o}else return t=r,!0;else return!0});if(t&&n){const i=e.projectionName(!0),r=new HL(i,t.specifiedProjection,t.size,le(t.data));for(const o of e.children){const s=o.component.projection;s&&(s.isFit&&r.data.push(...o.component.projection.data),o.renameProjection(s.get("name"),i),s.merged=!0)}return r}}function VL(e){return tl(e)||yE(e)?e.children.reduce((t,n)=>t.concat(VL(n)),aA(e)):aA(e)}function aA(e){return B(e.component.scales).reduce((t,n)=>{const i=e.component.scales[n];if(i.merged)return t;const r=i.combine(),{name:o,type:s,selectionExtent:a,domains:u,range:l,reverse:c,...f}=r,d=aue(r.range,o,n,e),h=Zs(e,n),p=a?nse(e,a,i,h):null;return t.push({name:o,type:s,...h?{domain:h}:{},...p?{domainRaw:p}:{},range:d,...c!==void 0?{reverse:c}:{},...f}),t},[])}function aue(e,t,n,i){if(it(n)){if(da(e))return{step:{signal:`${t}_step`}}}else if(Y(e)&&Rr(e))return{...e,data:i.lookupDataSource(e.data)};return e}class YL extends no{merged=!1;constructor(t,n){super({},{name:t}),this.setWithExplicit("type",n)}domainHasZero(){const t=this.get("type");if(xe([$t.LOG,$t.TIME,$t.UTC],t))return"definitely-not";const n=this.get("zero");if(n===!0||n===void 0&&xe([$t.LINEAR,$t.SQRT,$t.POW],t))return"definitely";const i=this.get("domains");if(i.length>0){let r=!1,o=!1,s=!1;for(const a of i){if(P(a)){const u=a[0],l=a[a.length-1];if($e(u)&&$e(l))if(u<=0&&l>=0){r=!0;continue}else{o=!0;continue}}s=!0}if(r)return"definitely";if(o&&!s)return"definitely-not"}return"maybe"}}const uue=["range","scheme"];function lue(e){const t=e.component.scales;for(const n of fw){const i=t[n];if(!i)continue;const r=cue(n,e);i.setWithExplicit("range",r)}}function uA(e,t){const n=e.fieldDef(t);if(n?.bin){const{bin:i,field:r}=n,o=Sn(t),s=e.getName(o);if(Y(i)&&i.binned&&i.step!==void 0)return new gt(()=>{const a=e.scaleName(t),u=`(domain("${a}")[1] - domain("${a}")[0]) / ${i.step}`;return`${e.getSignalName(s)} / (${u})`});if(Be(i)){const a=dE(e,r,i);return new gt(()=>{const u=e.getSignalName(a),l=`(${u}.stop - ${u}.start) / ${u}.step`;return`${e.getSignalName(s)} / (${l})`})}}}function cue(e,t){const n=t.specifiedScales[e],{size:i}=t,o=t.getScaleComponent(e).get("type");for(const f of uue)if(n[f]!==void 0){const d=Ry(o,f),h=LN(e,f);if(!d)j(mN(o,f,e));else if(h)j(h);else switch(f){case"range":{const p=n.range;if(P(p)){if(it(e))return Ui(p.map(g=>{if(g==="width"||g==="height"){const m=t.getName(g),y=t.getSignalName.bind(t);return gt.fromName(y,m)}return g}))}else if(Y(p))return Ui({data:t.requestDataName(Xe.Main),field:p.field,sort:{op:"min",field:t.vgField(e)}});return Ui(p)}case"scheme":return Ui(fue(n[f]))}}const s=e===Ge||e==="xOffset"?"width":"height",a=i[s];if(sr(a)){if(it(e))if(et(o)){const f=KL(a,t,e);if(f)return Ui({step:f})}else j(yN(s));else if(gf(e)){const f=e===Yo?"x":"y";if(t.getScaleComponent(f).get("type")==="band"){const p=JL(a,o);if(p)return Ui(p)}}}const{rangeMin:u,rangeMax:l}=n,c=due(e,t);return(u!==void 0||l!==void 0)&&Ry(o,"rangeMin")&&P(c)&&c.length===2?Ui([u??c[0],l??c[1]]):kn(c)}function fue(e){return hie(e)?{scheme:e.name,...Ln(e,["name"])}:{scheme:e}}function XL(e,t,n,{center:i}={}){const r=Sn(e),o=t.getName(r),s=t.getSignalName.bind(t);return e===wt&&_i(n)?i?[gt.fromName(a=>`${s(a)}/2`,o),gt.fromName(a=>`-${s(a)}/2`,o)]:[gt.fromName(s,o),0]:i?[gt.fromName(a=>`-${s(a)}/2`,o),gt.fromName(a=>`${s(a)}/2`,o)]:[0,gt.fromName(s,o)]}function due(e,t){const{size:n,config:i,mark:r,encoding:o}=t,{type:s}=ct(o[e]),u=t.getScaleComponent(e).get("type"),{domain:l,domainMid:c}=t.specifiedScales[e];switch(e){case Ge:case wt:{if(xe(["point","band"],u)){const f=QL(e,n,i.view);if(sr(f))return{step:KL(f,t,e)}}return XL(e,t,u)}case Yo:case Xu:return hue(e,t,u);case Qr:{const f=mue(r,i),d=yue(r,n,t,i);return xu(u)?gue(f,d,pue(u,i,l,e)):[f,d]}case si:return[0,Math.PI*2];case la:return[0,360];case Di:return[0,new gt(()=>{const f=t.getSignalName(Pn(t.parent)?"child_width":"width"),d=t.getSignalName(Pn(t.parent)?"child_height":"height");return`min(${f},${d})/2`})];case Xo:return{step:1e3/i.scale.framesPerSecond};case Qo:return[i.scale.minStrokeWidth,i.scale.maxStrokeWidth];case Zo:return[[1,0],[4,2],[2,1],[1,1],[1,2,4,2]];case En:return"symbol";case wn:case pr:case gr:return u==="ordinal"?s==="nominal"?"category":"ordinal":c!==void 0?"diverging":r==="rect"||r==="geoshape"?"heatmap":"ramp";case Zr:case Ko:case Jo:return[i.scale.minOpacity,i.scale.maxOpacity]}}function KL(e,t,n){const{encoding:i}=t,r=t.getScaleComponent(n),o=aw(n),s=i[o];if(F5({step:e,offsetIsDiscrete:ce(s)&&Aw(s.type)})==="offset"&&l5(i,o)){const u=t.getScaleComponent(o);let c=`domain('${t.scaleName(o)}').length`;if(u.get("type")==="band"){const d=u.get("paddingInner")??u.get("padding")??0,h=u.get("paddingOuter")??u.get("padding")??0;c=`bandspace(${c}, ${d}, ${h})`}const f=r.get("paddingInner")??r.get("padding");return{signal:`${e.step} * ${c} / (1-${Tte(f)})`}}else return e.step}function JL(e,t){if(F5({step:e,offsetIsDiscrete:et(t)})==="offset")return{step:e.step}}function hue(e,t,n){const i=e===Yo?"x":"y",r=t.getScaleComponent(i);if(!r)return XL(i,t,n,{center:!0});const o=r.get("type"),s=t.scaleName(i),{markDef:a,config:u}=t;if(o==="band"){const l=QL(i,t.size,t.config.view);if(sr(l)){const c=JL(l,n);if(c)return c}return[0,{signal:`bandwidth('${s}')`}]}else{const l=t.encoding[i];if(q(l)&&l.timeUnit){const c=AN(l.timeUnit,p=>`scale('${s}', ${p})`),f=t.config.scale.bandWithNestedOffsetPaddingInner,d=Bo({fieldDef:l,markDef:a,config:u})-.5,h=d!==0?` + ${d}`:"";if(f){const p=te(f)?`${f.signal}/2${h}`:`${f/2+d}`,g=te(f)?`(1 - ${f.signal}/2)${h}`:`${1-f/2+d}`;return[{signal:`${p} * (${c})`},{signal:`${g} * (${c})`}]}return[0,{signal:c}]}return L3(`Cannot use ${e} scale if ${i} scale is not discrete.`)}}function QL(e,t,n){const i=e===Ge?"width":"height",r=t[i];return r!==void 0?r:ep(n,i)}function pue(e,t,n,i){switch(e){case"quantile":return t.scale.quantileCount;case"quantize":return t.scale.quantizeCount;case"threshold":return n!==void 0&&P(n)?n.length+1:(j(Pne(i)),3)}}function gue(e,t,n){const i=()=>{const r=yi(t),o=yi(e),s=`(${r} - ${o}) / (${n} - 1)`;return`sequence(${o}, ${r} + ${s}, ${s})`};return te(t)?new gt(i):{signal:i()}}function mue(e,t){switch(e){case"bar":case"tick":return t.scale.minBandSize;case"line":case"trail":case"rule":return t.scale.minStrokeWidth;case"text":return t.scale.minFontSize;case"point":case"square":case"circle":return t.scale.minSize}throw new Error(Mg("size",e))}const lA=.95;function yue(e,t,n,i){const r={x:uA(n,"x"),y:uA(n,"y")};switch(e){case"bar":case"tick":{if(i.scale.maxBandSize!==void 0)return i.scale.maxBandSize;const o=cA(t,r,i.view);return $e(o)?o-1:new gt(()=>`${o.signal} - 1`)}case"line":case"trail":case"rule":return i.scale.maxStrokeWidth;case"text":return i.scale.maxFontSize;case"point":case"square":case"circle":{if(i.scale.maxSize)return i.scale.maxSize;const o=cA(t,r,i.view);return $e(o)?Math.pow(lA*o,2):new gt(()=>`pow(${lA} * ${o.signal}, 2)`)}}throw new Error(Mg("size",e))}function cA(e,t,n){const i=sr(e.width)?e.width.step:Iy(n,"width"),r=sr(e.height)?e.height.step:Iy(n,"height");return t.x||t.y?new gt(()=>`min(${[t.x?t.x.signal:i,t.y?t.y.signal:r].join(", ")})`):Math.min(i,r)}function ZL(e,t){We(e)?bue(e,t):tP(e,t)}function bue(e,t){const n=e.component.scales,{config:i,encoding:r,markDef:o,specifiedScales:s}=e;for(const a of B(n)){const u=s[a],l=n[a],c=e.getScaleComponent(a),f=ct(r[a]),d=u[t],h=c.get("type"),p=c.get("padding"),g=c.get("paddingInner"),m=Ry(h,t),y=LN(a,t);if(d!==void 0&&(m?y&&j(y):j(mN(h,t,a))),m&&y===void 0)if(d!==void 0){const b=f.timeUnit,v=f.type;switch(t){case"domainMax":case"domainMin":ha(u[t])||v==="temporal"||b?l.set(t,{signal:jg(u[t],{type:v,timeUnit:b})},!0):l.set(t,u[t],!0);break;default:l.copyKeyFromObject(t,u)}}else{const b=U(fA,t)?fA[t]({model:e,channel:a,fieldOrDatumDef:f,scaleType:h,scalePadding:p,scalePaddingInner:g,domain:u.domain,domainMin:u.domainMin,domainMax:u.domainMax,markDef:o,config:i,hasNestedOffsetScale:c5(r,a),hasSecondaryRangeChannel:!!r[mr(a)]}):i.scale[t];b!==void 0&&l.set(t,b,!1)}}}const fA={bins:({model:e,fieldOrDatumDef:t})=>q(t)?vue(e,t):void 0,interpolate:({channel:e,fieldOrDatumDef:t})=>xue(e,t.type),nice:({scaleType:e,channel:t,domain:n,domainMin:i,domainMax:r,fieldOrDatumDef:o})=>wue(e,t,n,i,r,o),padding:({channel:e,scaleType:t,fieldOrDatumDef:n,markDef:i,config:r})=>Eue(e,t,r.scale,n,i,r.bar),paddingInner:({scalePadding:e,channel:t,markDef:n,scaleType:i,config:r,hasNestedOffsetScale:o})=>Sue(e,t,n.type,i,r.scale,o),paddingOuter:({scalePadding:e,channel:t,scaleType:n,scalePaddingInner:i,config:r,hasNestedOffsetScale:o})=>_ue(e,t,n,i,r.scale,o),reverse:({fieldOrDatumDef:e,scaleType:t,channel:n,config:i})=>{const r=q(e)?e.sort:void 0;return $ue(t,r,n,i.scale)},zero:({channel:e,fieldOrDatumDef:t,domain:n,markDef:i,scaleType:r,config:o,hasSecondaryRangeChannel:s})=>kue(e,t,n,i,r,o.scale,s)};function eP(e){We(e)?lue(e):tP(e,"range")}function tP(e,t){const n=e.component.scales;for(const i of e.children)t==="range"?eP(i):ZL(i,t);for(const i of B(n)){let r;for(const o of e.children){const s=o.component.scales[i];if(s){const a=s.getWithExplicit(t);r=Uo(r,a,t,"scale",q5((u,l)=>{switch(t){case"range":return u.step&&l.step?u.step-l.step:0}return 0}))}}n[i].setWithExplicit(t,r)}}function vue(e,t){const n=t.bin;if(Be(n)){const i=dE(e,t.field,n);return new gt(()=>e.getSignalName(i))}else if(St(n)&&fa(n)&&n.step!==void 0)return{step:n.step}}function xue(e,t){if(xe([wn,pr,gr],e)&&t!=="nominal")return"hcl"}function wue(e,t,n,i,r,o){if(!(ki(o)?.bin||P(n)||r!=null||i!=null||xe([$t.TIME,$t.UTC],e)))return it(t)?!0:void 0}function Eue(e,t,n,i,r,o){if(it(e)){if(Gi(t)){if(n.continuousPadding!==void 0)return n.continuousPadding;const{type:s,orient:a}=r;if(s==="bar"&&!(q(i)&&(i.bin||i.timeUnit))&&(a==="vertical"&&e==="x"||a==="horizontal"&&e==="y"))return o.continuousBandSize}if(t===$t.POINT)return n.pointPadding}}function Sue(e,t,n,i,r,o=!1){if(e===void 0){if(it(t)){const{bandPaddingInner:s,barBandPaddingInner:a,rectBandPaddingInner:u,tickBandPaddingInner:l,bandWithNestedOffsetPaddingInner:c}=r;return o?c:nt(s,n==="bar"?a:n==="tick"?l:u)}else if(gf(t)&&i===$t.BAND)return r.offsetBandPaddingInner}}function _ue(e,t,n,i,r,o=!1){if(e===void 0){if(it(t)){const{bandPaddingOuter:s,bandWithNestedOffsetPaddingOuter:a}=r;if(o)return a;if(n===$t.BAND)return nt(s,te(i)?{signal:`${i.signal}/2`}:i/2)}else if(gf(t)){if(n===$t.POINT)return .5;if(n===$t.BAND)return r.offsetBandPaddingOuter}}}function $ue(e,t,n,i){if(n==="x"&&i.xReverse!==void 0)return _i(e)&&t==="descending"?te(i.xReverse)?{signal:`!${i.xReverse.signal}`}:!i.xReverse:i.xReverse;if(_i(e)&&t==="descending")return!0}function kue(e,t,n,i,r,o,s){if(!!n&&n!=="unaggregated"&&_i(r)){if(P(n)){const u=n[0],l=n[n.length-1];if($e(u)&&u<=0&&$e(l)&&l>=0)return!0}return!1}if(e==="size"&&t.type==="quantitative"&&!xu(r))return!0;if(!(q(t)&&t.bin)&&xe([...eo,...fte],e)){const{orient:u,type:l}=i;return xe(["bar","area","line","trail"],l)&&(u==="horizontal"&&e==="y"||u==="vertical"&&e==="x")?!1:xe(["bar","area"],l)&&!s?!0:o?.zero}return!1}function Aue(e,t,n,i,r=!1){const o=Cue(t,n,i,r),{type:s}=e;return yr(t)?s!==void 0?xie(t,s)?q(n)&&!vie(s,n.type)?(j(xne(s,o)),o):s:(j(vne(t,s,o)),o):o:null}function Cue(e,t,n,i){switch(t.type){case"nominal":case"ordinal":{if(Ga(e)||y0(e)==="discrete")return e==="shape"&&t.type==="ordinal"&&j(b0(e,"ordinal")),"ordinal";if(m0(e))return"band";if(it(e)||gf(e)){if(xe(["rect","bar","image","rule","tick"],n.type)||i)return"band"}else if(n.type==="arc"&&e in cw)return"band";const r=n[Sn(e)];return Ys(r)||Eu(t)&&t.axis?.tickBand?"band":"point"}case"temporal":return Ga(e)?"time":y0(e)==="discrete"?(j(b0(e,"temporal")),"ordinal"):q(t)&&t.timeUnit&&vt(t.timeUnit).utc?"utc":m0(e)?"band":"time";case"quantitative":return Ga(e)?q(t)&&Be(t.bin)?"bin-ordinal":"linear":y0(e)==="discrete"?(j(b0(e,"quantitative")),"ordinal"):m0(e)?"band":"linear";case"geojson":return}throw new Error(pN(t.type))}function Fue(e,{ignoreRange:t}={}){nP(e),UL(e);for(const n of bie)ZL(e,n);t||eP(e)}function nP(e){We(e)?e.component.scales=Tue(e):e.component.scales=Due(e)}function Tue(e){const{encoding:t,mark:n,markDef:i}=e,r={};for(const o of fw){const s=ct(t[o]);if(s&&n===zN&&o===En&&s.type===Ku)continue;let a=s&&s.scale;if(s&&a!==null&&a!==!1){a??={};const u=c5(t,o),l=Aue(a,o,s,i,u);r[o]=new YL(e.scaleName(`${o}`,!0),{value:l,explicit:a.type===l})}}return r}const Mue=q5((e,t)=>yk(e)-yk(t));function Due(e){const t=e.component.scales={},n={},i=e.component.resolve;for(const r of e.children){nP(r);for(const o of B(r.component.scales))if(i.scale[o]??=DL(o,e),i.scale[o]==="shared"){const s=n[o],a=r.component.scales[o].getWithExplicit("type");s?uie(s.value,a.value)?n[o]=Uo(s,a,"type","scale",Mue):(i.scale[o]="independent",delete n[o]):n[o]=a}}for(const r of B(n)){const o=e.scaleName(r,!0),s=n[r];t[r]=new YL(o,s);for(const a of e.children){const u=a.component.scales[r];u&&(a.renameScale(u.get("name"),o),u.merged=!0)}}return t}class T0{nameMap;constructor(){this.nameMap={}}rename(t,n){this.nameMap[t]=n}has(t){return this.nameMap[t]!==void 0}get(t){for(;this.nameMap[t]&&t!==this.nameMap[t];)t=this.nameMap[t];return t}}function We(e){return e?.type==="unit"}function Pn(e){return e?.type==="facet"}function yE(e){return e?.type==="concat"}function tl(e){return e?.type==="layer"}class bE{type;parent;config;name;size;title;description;data;transforms;layout;scaleNameMap;projectionNameMap;signalNameMap;component;view;constructor(t,n,i,r,o,s,a){this.type=n,this.parent=i,this.config=o,this.parent=i,this.config=o,this.view=_t(a),this.name=t.name??r,this.title=ho(t.title)?{text:t.title}:t.title?_t(t.title):void 0,this.scaleNameMap=i?i.scaleNameMap:new T0,this.projectionNameMap=i?i.projectionNameMap:new T0,this.signalNameMap=i?i.signalNameMap:new T0,this.data=t.data,this.description=t.description,this.transforms=Ooe(t.transform??[]),this.layout=n==="layer"||n==="unit"?{}:Pre(t,n,o),this.component={data:{sources:i?i.component.data.sources:[],outputNodes:i?i.component.data.outputNodes:{},outputNodeRefCounts:i?i.component.data.outputNodeRefCounts:{},isFaceted:zg(t)||i?.component.data.isFaceted&&t.data===void 0},layoutSize:new no,layoutHeaders:{row:{},column:{},facet:{}},mark:null,resolve:{scale:{},axis:{},legend:{},...s?le(s):{}},selection:null,scales:null,projection:null,axes:{},legends:{}}}get width(){return this.getSizeSignalRef("width")}get height(){return this.getSizeSignalRef("height")}parse(){this.parseScale(),this.parseLayoutSize(),this.renameTopLevelLayoutSizeSignal(),this.parseSelections(),this.parseProjection(),this.parseData(),this.parseAxesAndHeaders(),this.parseLegends(),this.parseMarkGroup()}parseScale(){Fue(this)}parseProjection(){GL(this)}renameTopLevelLayoutSizeSignal(){this.getName("width")!=="width"&&this.renameSignal(this.getName("width"),"width"),this.getName("height")!=="height"&&this.renameSignal(this.getName("height"),"height")}parseLegends(){PL(this)}assembleEncodeFromView(t){const{style:n,...i}=t,r={};for(const o of B(i)){const s=i[o];s!==void 0&&(r[o]=je(s))}return r}assembleGroupEncodeEntry(t){let n={};return this.view&&(n=this.assembleEncodeFromView(this.view)),!t&&(this.description&&(n.description=je(this.description)),this.type==="unit"||this.type==="layer")?{width:this.getSizeSignalRef("width"),height:this.getSizeSignalRef("height"),...n}:ze(n)?void 0:n}assembleLayout(){if(!this.layout)return;const{spacing:t,...n}=this.layout,{component:i,config:r}=this,o=Yse(i.layoutHeaders,r);return{padding:t,...this.assembleDefaultLayout(),...n,...o?{titleBand:o}:{}}}assembleDefaultLayout(){return{}}assembleHeaderMarks(){const{layoutHeaders:t}=this.component;let n=[];for(const i of Xn)t[i].title&&n.push(jse(this,i));for(const i of uE)n=n.concat(qse(this,i));return n}assembleAxes(){return Fse(this.component.axes,this.config)}assembleLegends(){return qL(this)}assembleProjections(){return eue(this)}assembleTitle(){const{encoding:t,...n}=this.title??{},i={...rN(this.config.title).nonMarkTitleProperties,...n,...t?{encode:{update:t}}:{}};if(i.text)return xe(["unit","layer"],this.type)?xe(["middle",void 0],i.anchor)&&(i.frame??="group"):i.anchor??="start",ze(i)?void 0:i}assembleGroup(t=[]){const n={};t=t.concat(this.assembleSignals()),t.length>0&&(n.signals=t);const i=this.assembleLayout();i&&(n.layout=i),n.marks=[].concat(this.assembleHeaderMarks(),this.assembleMarks());const r=!this.parent||Pn(this.parent)?VL(this):[];r.length>0&&(n.scales=r);const o=this.assembleAxes();o.length>0&&(n.axes=o);const s=this.assembleLegends();return s.length>0&&(n.legends=s),n}getName(t){return He((this.name?`${this.name}_`:"")+t)}getDataName(t){return this.getName(Xe[t].toLowerCase())}requestDataName(t){const n=this.getDataName(t),i=this.component.data.outputNodeRefCounts;return i[n]=(i[n]||0)+1,n}getSizeSignalRef(t){if(Pn(this.parent)){const n=TL(t),i=Cg(n),r=this.component.scales[i];if(r&&!r.merged){const o=r.get("type"),s=r.get("range");if(et(o)&&da(s)){const a=r.get("name"),u=Zs(this,i),l=mE(u);if(l){const c=V({aggregate:"distinct",field:l},{expr:"datum"});return{signal:FL(a,r,c)}}else return j(pw(i)),null}}}return{signal:this.signalNameMap.get(this.getName(t))}}lookupDataSource(t){const n=this.component.data.outputNodes[t];return n?n.getSource():t}getSignalName(t){return this.signalNameMap.get(t)}renameSignal(t,n){this.signalNameMap.rename(t,n)}renameScale(t,n){this.scaleNameMap.rename(t,n)}renameProjection(t,n){this.projectionNameMap.rename(t,n)}scaleName(t,n){if(n)return this.getName(t);if(K3(t)&&yr(t)&&this.component.scales[t]||this.scaleNameMap.has(this.getName(t)))return this.scaleNameMap.get(this.getName(t))}projectionName(t){if(t)return this.getName("projection");if(this.component.projection&&!this.component.projection.merged||this.projectionNameMap.has(this.getName("projection")))return this.projectionNameMap.get(this.getName("projection"))}getScaleComponent(t){if(!this.component.scales)throw new Error("getScaleComponent cannot be called before parseScale(). Make sure you have called parseScale or use parseUnitModelWithScale().");const n=this.component.scales[t];return n&&!n.merged?n:this.parent?this.parent.getScaleComponent(t):void 0}getScaleType(t){const n=this.getScaleComponent(t);return n?n.get("type"):void 0}getSelectionComponent(t,n){let i=this.component.selection[t];if(!i&&this.parent&&(i=this.parent.getSelectionComponent(t,n)),!i)throw new Error(Nte(n));return i}hasAxisOrientSignalRef(){return this.component.axes.x?.some(t=>t.hasOrientSignalRef())||this.component.axes.y?.some(t=>t.hasOrientSignalRef())}}class iP extends bE{vgField(t,n={}){const i=this.fieldDef(t);if(i)return V(i,n)}reduceFieldDef(t,n){return dre(this.getMapping(),(i,r,o)=>{const s=ki(r);return s?t(i,s,o):i},n)}forEachFieldDef(t,n){qw(this.getMapping(),(i,r)=>{const o=ki(i);o&&t(o,r)},n)}}class Zg extends Ne{transform;clone(){return new Zg(null,le(this.transform))}constructor(t,n){super(t),this.transform=n,this.transform=le(n);const i=this.transform.as??[void 0,void 0];this.transform.as=[i[0]??"value",i[1]??"density"];const r=this.transform.resolve??"shared";this.transform.resolve=r}dependentFields(){return new Set([this.transform.density,...this.transform.groupby??[]])}producedFields(){return new Set(this.transform.as)}hash(){return`DensityTransform ${me(this.transform)}`}assemble(){const{density:t,...n}=this.transform,i={type:"kde",field:t,...n};return i.resolve=this.transform.resolve,i}}class em extends Ne{transform;clone(){return new em(null,le(this.transform))}constructor(t,n){super(t),this.transform=n,this.transform=le(n)}dependentFields(){return new Set([this.transform.extent])}producedFields(){return new Set([])}hash(){return`ExtentTransform ${me(this.transform)}`}assemble(){const{extent:t,param:n}=this.transform;return{type:"extent",field:t,signal:n}}}class tm extends Ne{transform;clone(){return new tm(this.parent,le(this.transform))}constructor(t,n){super(t),this.transform=n,this.transform=le(n);const{flatten:i,as:r=[]}=this.transform;this.transform.as=i.map((o,s)=>r[s]??o)}dependentFields(){return new Set(this.transform.flatten)}producedFields(){return new Set(this.transform.as)}hash(){return`FlattenTransform ${me(this.transform)}`}assemble(){const{flatten:t,as:n}=this.transform;return{type:"flatten",fields:t,as:n}}}class nm extends Ne{transform;clone(){return new nm(null,le(this.transform))}constructor(t,n){super(t),this.transform=n,this.transform=le(n);const i=this.transform.as??[void 0,void 0];this.transform.as=[i[0]??"key",i[1]??"value"]}dependentFields(){return new Set(this.transform.fold)}producedFields(){return new Set(this.transform.as)}hash(){return`FoldTransform ${me(this.transform)}`}assemble(){const{fold:t,as:n}=this.transform;return{type:"fold",fields:t,as:n}}}class Xa extends Ne{fields;geojson;signal;clone(){return new Xa(null,le(this.fields),this.geojson,this.signal)}static parseAll(t,n){if(n.component.projection&&!n.component.projection.isFit)return t;let i=0;for(const r of[[Ri,Oi],[ri,Ni]]){const o=r.map(s=>{const a=ct(n.encoding[s]);return q(a)?a.field:br(a)?{expr:`${a.datum}`}:$i(a)?{expr:`${a.value}`}:void 0});(o[0]||o[1])&&(t=new Xa(t,o,null,n.getName(`geojson_${i++}`)))}if(n.channelHasField(En)){const r=n.typedFieldDef(En);r.type===Ku&&(t=new Xa(t,null,r.field,n.getName(`geojson_${i++}`)))}return t}constructor(t,n,i,r){super(t),this.fields=n,this.geojson=i,this.signal=r}dependentFields(){const t=(this.fields??[]).filter(X);return new Set([...this.geojson?[this.geojson]:[],...t])}producedFields(){return new Set}hash(){return`GeoJSON ${this.geojson} ${this.signal} ${me(this.fields)}`}assemble(){return[...this.geojson?[{type:"filter",expr:`isValid(datum["${this.geojson}"])`}]:[],{type:"geojson",...this.fields?{fields:this.fields}:{},...this.geojson?{geojson:this.geojson}:{},signal:this.signal}]}}class Dc extends Ne{projection;fields;as;clone(){return new Dc(null,this.projection,le(this.fields),le(this.as))}constructor(t,n,i,r){super(t),this.projection=n,this.fields=i,this.as=r}static parseAll(t,n){if(!n.projectionName())return t;for(const i of[[Ri,Oi],[ri,Ni]]){const r=i.map(s=>{const a=ct(n.encoding[s]);return q(a)?a.field:br(a)?{expr:`${a.datum}`}:$i(a)?{expr:`${a.value}`}:void 0}),o=i[0]===ri?"2":"";(r[0]||r[1])&&(t=new Dc(t,n.projectionName(),r,[n.getName(`x${o}`),n.getName(`y${o}`)]))}return t}dependentFields(){return new Set(this.fields.filter(X))}producedFields(){return new Set(this.as)}hash(){return`Geopoint ${this.projection} ${me(this.fields)} ${me(this.as)}`}assemble(){return{type:"geopoint",projection:this.projection,fields:this.fields,as:this.as}}}class Ms extends Ne{transform;clone(){return new Ms(null,le(this.transform))}constructor(t,n){super(t),this.transform=n}dependentFields(){return new Set([this.transform.impute,this.transform.key,...this.transform.groupby??[]])}producedFields(){return new Set([this.transform.impute])}processSequence(t){const{start:n=0,stop:i,step:r}=t;return{signal:`sequence(${[n,i,...r?[r]:[]].join(",")})`}}static makeFromTransform(t,n){return new Ms(t,n)}static makeFromEncoding(t,n){const i=n.encoding,r=i.x,o=i.y;if(q(r)&&q(o)){const s=r.impute?r:o.impute?o:void 0;if(s===void 0)return;const a=r.impute?o:o.impute?r:void 0,{method:u,value:l,frame:c,keyvals:f}=s.impute,d=h5(n.mark,i);return new Ms(t,{impute:s.field,key:a.field,...u?{method:u}:{},...l!==void 0?{value:l}:{},...c?{frame:c}:{},...f!==void 0?{keyvals:f}:{},...d.length?{groupby:d}:{}})}return null}hash(){return`Impute ${me(this.transform)}`}assemble(){const{impute:t,key:n,keyvals:i,method:r,groupby:o,value:s,frame:a=[null,null]}=this.transform,u={type:"impute",field:t,key:n,...i?{keyvals:poe(i)?this.processSequence(i):i}:{},method:"value",...o?{groupby:o}:{},value:!r||r==="value"?s:null};if(r&&r!=="value"){const l={type:"window",as:[`imputed_${t}_value`],ops:[r],fields:[t],frame:a,ignorePeers:!1,...o?{groupby:o}:{}},c={type:"formula",expr:`datum.${t} === null ? datum.imputed_${t}_value : datum.${t}`,as:t};return[u,l,c]}else return[u]}}class im extends Ne{transform;clone(){return new im(null,le(this.transform))}constructor(t,n){super(t),this.transform=n,this.transform=le(n);const i=this.transform.as??[void 0,void 0];this.transform.as=[i[0]??n.on,i[1]??n.loess]}dependentFields(){return new Set([this.transform.loess,this.transform.on,...this.transform.groupby??[]])}producedFields(){return new Set(this.transform.as)}hash(){return`LoessTransform ${me(this.transform)}`}assemble(){const{loess:t,on:n,...i}=this.transform;return{type:"loess",x:n,y:t,...i}}}class Oc extends Ne{transform;secondary;clone(){return new Oc(null,le(this.transform),this.secondary)}constructor(t,n,i){super(t),this.transform=n,this.secondary=i}static make(t,n,i,r){const o=n.component.data.sources,{from:s}=i;let a=null;if(goe(s)){let u=sP(s.data,o);u||(u=new Qs(s.data),o.push(u));const l=n.getName(`lookup_${r}`);a=new yn(u,l,Xe.Lookup,n.component.data.outputNodeRefCounts),n.component.data.outputNodes[l]=a}else if(moe(s)){const u=s.param;i={as:u,...i};let l;try{l=n.getSelectionComponent(He(u),u)}catch{throw new Error(zte(u))}if(a=l.materialized,!a)throw new Error(Bte(u))}return new Oc(t,i,a.getSource())}dependentFields(){return new Set([this.transform.lookup])}producedFields(){return new Set(this.transform.as?K(this.transform.as):this.transform.from.fields)}hash(){return`Lookup ${me({transform:this.transform,secondary:this.secondary})}`}assemble(){let t;if(this.transform.from.fields)t={values:this.transform.from.fields,...this.transform.as?{as:K(this.transform.as)}:{}};else{let n=this.transform.as;X(n)||(j(Jte),n="_lookup"),t={as:[n]}}return{type:"lookup",from:this.secondary,key:this.transform.from.key,fields:[this.transform.lookup],...t,...this.transform.default?{default:this.transform.default}:{}}}}class rm extends Ne{transform;clone(){return new rm(null,le(this.transform))}constructor(t,n){super(t),this.transform=n,this.transform=le(n);const i=this.transform.as??[void 0,void 0];this.transform.as=[i[0]??"prob",i[1]??"value"]}dependentFields(){return new Set([this.transform.quantile,...this.transform.groupby??[]])}producedFields(){return new Set(this.transform.as)}hash(){return`QuantileTransform ${me(this.transform)}`}assemble(){const{quantile:t,...n}=this.transform;return{type:"quantile",field:t,...n}}}class om extends Ne{transform;clone(){return new om(null,le(this.transform))}constructor(t,n){super(t),this.transform=n,this.transform=le(n);const i=this.transform.as??[void 0,void 0];this.transform.as=[i[0]??n.on,i[1]??n.regression]}dependentFields(){return new Set([this.transform.regression,this.transform.on,...this.transform.groupby??[]])}producedFields(){return new Set(this.transform.as)}hash(){return`RegressionTransform ${me(this.transform)}`}assemble(){const{regression:t,on:n,...i}=this.transform;return{type:"regression",x:n,y:t,...i}}}class sm extends Ne{transform;clone(){return new sm(null,le(this.transform))}constructor(t,n){super(t),this.transform=n}addDimensions(t){this.transform.groupby=Mn((this.transform.groupby??[]).concat(t),n=>n)}producedFields(){}dependentFields(){return new Set([this.transform.pivot,this.transform.value,...this.transform.groupby??[]])}hash(){return`PivotTransform ${me(this.transform)}`}assemble(){const{pivot:t,value:n,groupby:i,limit:r,op:o}=this.transform;return{type:"pivot",field:t,value:n,...r!==void 0?{limit:r}:{},...o!==void 0?{op:o}:{},...i!==void 0?{groupby:i}:{}}}}class am extends Ne{transform;clone(){return new am(null,le(this.transform))}constructor(t,n){super(t),this.transform=n}dependentFields(){return new Set}producedFields(){return new Set}hash(){return`SampleTransform ${me(this.transform)}`}assemble(){return{type:"sample",size:this.transform.sample}}}function rP(e){let t=0;function n(i,r){if(i instanceof Qs&&!i.isGenerator&&!$u(i.data)&&(e.push(r),r={name:null,source:r.name,transform:[]}),i instanceof jt&&(i.parent instanceof Qs&&!r.source?(r.format={...r.format,parse:i.assembleFormatParse()},r.transform.push(...i.assembleTransforms(!0))):r.transform.push(...i.assembleTransforms())),i instanceof Zu){r.name||(r.name=`data_${t++}`),!r.source||r.transform.length>0?(e.push(r),i.data=r.name):i.data=r.source,e.push(...i.assemble());return}switch((i instanceof $f||i instanceof kf||i instanceof Tu||i instanceof Qu||i instanceof Au||i instanceof Dc||i instanceof xi||i instanceof Oc||i instanceof el||i instanceof ya||i instanceof nm||i instanceof tm||i instanceof Zg||i instanceof im||i instanceof rm||i instanceof om||i instanceof jo||i instanceof am||i instanceof sm||i instanceof em)&&r.transform.push(i.assemble()),(i instanceof Ji||i instanceof Xi||i instanceof Ms||i instanceof Ur||i instanceof Xa)&&r.transform.push(...i.assemble()),i instanceof yn&&(r.source&&r.transform.length===0?i.setSource(r.source):i.parent instanceof yn?i.setSource(r.name):(r.name||(r.name=`data_${t++}`),i.setSource(r.name),i.numChildren()===1&&(e.push(r),r={name:null,source:r.name,transform:[]}))),i.numChildren()){case 0:i instanceof yn&&(!r.source||r.transform.length>0)&&e.push(r);break;case 1:n(i.children[0],r);break;default:{r.name||(r.name=`data_${t++}`);let o=r.name;!r.source||r.transform.length>0?e.push(r):o=r.source;for(const s of i.children)n(s,{name:null,source:o,transform:[]});break}}}return n}function Oue(e){const t=[],n=rP(t);for(const i of e.children)n(i,{source:e.name,name:null,transform:[]});return t}function Rue(e,t){const n=[],i=rP(n);let r=0;for(const s of e.sources){s.hasName()||(s.dataName=`source_${r++}`);const a=s.assemble();i(s,a)}for(const s of n)s.transform.length===0&&delete s.transform;let o=0;for(const[s,a]of n.entries())(a.transform??[]).length===0&&!a.source&&n.splice(o++,0,n.splice(s,1)[0]);for(const s of n)for(const a of s.transform??[])a.type==="lookup"&&(a.from=e.outputNodes[a.from].getSource());for(const s of n)s.name in t&&(s.values=t[s.name]);return n}function Nue(e){return e==="top"||e==="left"||te(e)?"header":"footer"}function Lue(e){for(const t of Xn)Pue(e,t);dA(e,"x"),dA(e,"y")}function Pue(e,t){const{facet:n,config:i,child:r,component:o}=e;if(e.channelHasField(t)){const s=n[t],a=Fu("title",null,i,t);let u=Va(s,i,{allowDisabling:!0,includeDefault:a===void 0||!!a});r.component.layoutHeaders[t].title&&(u=P(u)?u.join(", "):u,u+=` / ${r.component.layoutHeaders[t].title}`,r.component.layoutHeaders[t].title=null);const l=Fu("labelOrient",s.header,i,t),c=s.header!==null?nt(s.header?.labels,i.header.labels,!0):!1,f=xe(["bottom","right"],l)?"footer":"header";o.layoutHeaders[t]={title:s.header!==null?u:null,facetFieldDef:s,[f]:t==="facet"?[]:[oP(e,t,c)]}}}function oP(e,t,n){const i=t==="row"?"height":"width";return{labels:n,sizeSignal:e.child.component.layoutSize.get(i)?e.child.getSizeSignalRef(i):void 0,axes:[]}}function dA(e,t){const{child:n}=e;if(n.component.axes[t]){const{layoutHeaders:i,resolve:r}=e.component;if(r.axis[t]=fE(r,t),r.axis[t]==="shared"){const o=t==="x"?"column":"row",s=i[o];for(const a of n.component.axes[t]){const u=Nue(a.get("orient"));s[u]??=[oP(e,o,!1)];const l=Gl(a,"main",e.config,{header:!0});l&&s[u][0].axes.push(l),a.mainExtracted=!0}}}}function Iue(e){vE(e),rp(e,"width"),rp(e,"height")}function zue(e){vE(e);const t=e.layout.columns===1?"width":"childWidth",n=e.layout.columns===void 0?"height":"childHeight";rp(e,t),rp(e,n)}function vE(e){for(const t of e.children)t.parseLayoutSize()}function rp(e,t){const n=TL(t),i=Cg(n),r=e.component.resolve,o=e.component.layoutSize;let s;for(const a of e.children){const u=a.component.layoutSize.getWithExplicit(n),l=r.scale[i]??DL(i,e);if(l==="independent"&&u.value==="step"){s=void 0;break}if(s){if(l==="independent"&&s.value!==u.value){s=void 0;break}s=Uo(s,u,n,"")}else s=u}if(s){for(const a of e.children)e.renameSignal(a.getName(n),e.getName(t)),a.component.layoutSize.set(n,"merged",!1);o.setWithExplicit(t,s)}else o.setWithExplicit(t,{explicit:!1,value:void 0})}function Bue(e){const{size:t,component:n}=e;for(const i of eo){const r=Sn(i);if(t[r]!=null&&t[r]!=null){const o=t[r];n.layoutSize.set(r,sr(o)?"step":o,!0)}else{const o=Uue(e,r);n.layoutSize.set(r,o,!1)}}}function Uue(e,t){const n=t==="width"?"x":"y",i=e.config,r=e.getScaleComponent(n);if(r){const o=r.get("type"),s=r.get("range");if(et(o)){const a=ep(i.view,t);return da(s)||sr(a)?"step":a}else return Py(i.view,t)}else{if(e.hasProjection||e.mark==="arc")return Py(i.view,t);{const o=ep(i.view,t);return sr(o)?o.step:o}}}function nb(e,t,n){return V(t,{suffix:`by_${V(e)}`,...n})}class ac extends iP{facet;child;children;constructor(t,n,i,r){super(t,"facet",n,i,r,t.resolve),this.child=_E(t.spec,this,this.getName("child"),void 0,r),this.children=[this.child],this.facet=this.initFacet(t.facet)}initFacet(t){if(!vf(t))return{facet:this.initFacetFieldDef(t,"facet")};const n=B(t),i={};for(const r of n){if(![Pr,Ir].includes(r)){j(Mg(r,"facet"));break}const o=t[r];if(o.field===void 0){j(Dy(o,r));break}i[r]=this.initFacetFieldDef(o,r)}return i}initFacetFieldDef(t,n){const i=jw(t,n);return i.header?i.header=_t(i.header):i.header===null&&(i.header=null),i}channelHasField(t){return U(this.facet,t)}fieldDef(t){return this.facet[t]}parseData(){this.component.data=um(this),this.child.parseData()}parseLayoutSize(){vE(this)}parseSelections(){this.child.parseSelections(),this.component.selection=this.child.component.selection,ot(this.component.selection).some(t=>Ki(t))&&mw(gw)}parseMarkGroup(){this.child.parseMarkGroup()}parseAxesAndHeaders(){this.child.parseAxesAndHeaders(),Lue(this)}assembleSelectionTopLevelSignals(t){return this.child.assembleSelectionTopLevelSignals(t)}assembleSignals(){return this.child.assembleSignals(),[]}assembleSelectionData(t){return this.child.assembleSelectionData(t)}getHeaderLayoutMixins(){const t={};for(const n of Xn)for(const i of lE){const r=this.component.layoutHeaders[n],o=r[i],{facetFieldDef:s}=r;if(s){const a=Fu("titleOrient",s.header,this.config,n);if(["right","bottom"].includes(a)){const u=Jg(n,a);t.titleAnchor??={},t.titleAnchor[u]="end"}}if(o?.[0]){const a=n==="row"?"height":"width",u=i==="header"?"headerBand":"footerBand";n!=="facet"&&!this.child.component.layoutSize.get(a)&&(t[u]??={},t[u][n]=.5),r.title&&(t.offset??={},t.offset[n==="row"?"rowTitle":"columnTitle"]=10)}}return t}assembleDefaultLayout(){const{column:t,row:n}=this.facet,i=t?this.columnDistinctSignal():n?1:void 0;let r="all";return(!n&&this.component.resolve.scale.x==="independent"||!t&&this.component.resolve.scale.y==="independent")&&(r="none"),{...this.getHeaderLayoutMixins(),...i?{columns:i}:{},bounds:"full",align:r}}assembleLayoutSignals(){return this.child.assembleLayoutSignals()}columnDistinctSignal(){if(!(this.parent&&this.parent instanceof ac))return{signal:`length(data('${this.getName("column_domain")}'))`}}assembleGroupStyle(){}assembleGroup(t){return this.parent&&this.parent instanceof ac?{...this.channelHasField("column")?{encode:{update:{columns:{field:V(this.facet.column,{prefix:"distinct"})}}}}:{},...super.assembleGroup(t)}:super.assembleGroup(t)}getCardinalityAggregateForChild(){const t=[],n=[],i=[];if(this.child instanceof ac){if(this.child.channelHasField("column")){const r=V(this.child.facet.column);t.push(r),n.push("distinct"),i.push(`distinct_${r}`)}}else for(const r of eo){const o=this.child.component.scales[r];if(o&&!o.merged){const s=o.get("type"),a=o.get("range");if(et(s)&&da(a)){const u=Zs(this.child,r),l=mE(u);l?(t.push(l),n.push("distinct"),i.push(`distinct_${l}`)):j(pw(r))}}}return{fields:t,ops:n,as:i}}assembleFacet(){const{name:t,data:n}=this.component.data.facetRoot,{row:i,column:r}=this.facet,{fields:o,ops:s,as:a}=this.getCardinalityAggregateForChild(),u=[];for(const c of Xn){const f=this.facet[c];if(f){u.push(V(f));const{bin:d,sort:h}=f;if(Be(d)&&u.push(V(f,{binSuffix:"end"})),zr(h)){const{field:p,op:g=Ig}=h,m=nb(f,h);i&&r?(o.push(m),s.push("max"),a.push(m)):(o.push(p),s.push(g),a.push(m))}else if(P(h)){const p=Cu(f,c);o.push(p),s.push("max"),a.push(p)}}}const l=!!i&&!!r;return{name:t,data:n,groupby:u,...l||o.length>0?{aggregate:{...l?{cross:l}:{},...o.length?{fields:o,ops:s,as:a}:{}}}:{}}}facetSortFields(t){const{facet:n}=this,i=n[t];return i?zr(i.sort)?[nb(i,i.sort,{expr:"datum"})]:P(i.sort)?[Cu(i,t,{expr:"datum"})]:[V(i,{expr:"datum"})]:[]}facetSortOrder(t){const{facet:n}=this,i=n[t];if(i){const{sort:r}=i;return[(zr(r)?r.order:!P(r)&&r)||"ascending"]}return[]}assembleLabelTitle(){const{facet:t,config:n}=this;if(t.facet)return Yy(t.facet,"facet",n);const i={row:["top","bottom"],column:["left","right"]};for(const r of uE)if(t[r]){const o=Fu("labelOrient",t[r]?.header,n,r);if(i[r].includes(o))return Yy(t[r],r,n)}}assembleMarks(){const{child:t}=this,n=this.component.data.facetRoot,i=Oue(n),r=t.assembleGroupEncodeEntry(!1),o=this.assembleLabelTitle()||t.assembleTitle(),s=t.assembleGroupStyle();return[{name:this.getName("cell"),type:"group",...o?{title:o}:{},...s?{style:s}:{},from:{facet:this.assembleFacet()},sort:{field:Xn.map(u=>this.facetSortFields(u)).flat(),order:Xn.map(u=>this.facetSortOrder(u)).flat()},...i.length>0?{data:i}:{},...r?{encode:{update:r}}:{},...t.assembleGroup(Qoe(this,[]))}]}getMapping(){return this.facet}}function jue(e,t){const{row:n,column:i}=t;if(n&&i){let r=null;for(const o of[n,i])if(zr(o.sort)){const{field:s,op:a=Ig}=o.sort;e=r=new ya(e,{joinaggregate:[{op:a,field:s,as:nb(o,o.sort,{forAs:!0})}],groupby:[V(o)]})}return r}return null}function sP(e,t){for(const n of t){const i=n.data;if(e.name&&n.hasName()&&e.name!==n.dataName)continue;const r=e.format?.mesh,o=i.format?.feature;if(r&&o)continue;const s=e.format?.feature;if((s||o)&&s!==o)continue;const a=i.format?.mesh;if(!((r||a)&&r!==a)){if(Mc(e)&&Mc(i)){if(Dn(e.values,i.values))return n}else if($u(e)&&$u(i)){if(e.url===i.url)return n}else if(W5(e)&&e.name===n.dataName)return n}}return null}function que(e,t){if(e.data||!e.parent){if(e.data===null){const i=new Qs({values:[]});return t.push(i),i}const n=sP(e.data,t);if(n)return To(e.data)||(n.data.format=P3({},e.data.format,n.data.format)),!n.hasName()&&e.data.name&&(n.dataName=e.data.name),n;{const i=new Qs(e.data);return t.push(i),i}}else return e.parent.component.data.facetRoot?e.parent.component.data.facetRoot:e.parent.component.data.main}function Wue(e,t,n){let i=0;for(const r of t.transforms){let o,s;if(koe(r))s=e=new Au(e,r),o="derived";else if(eE(r)){const a=wae(r);s=e=jt.makeWithAncestors(e,{},a,n)??e,e=new Qu(e,t,r.filter)}else if(z5(r))s=e=Ji.makeFromTransform(e,r,t),o="number";else if(Coe(r))o="date",n.getWithExplicit(r.field).value===void 0&&(e=new jt(e,{[r.field]:o}),n.set(r.field,o,!1)),s=e=Xi.makeFromTransform(e,r);else if(Foe(r))s=e=xi.makeFromTransform(e,r),o="number",aE(t)&&(e=new jo(e));else if(I5(r))s=e=Oc.make(e,t,r,i++),o="derived";else if(Soe(r))s=e=new el(e,r),o="number";else if(_oe(r))s=e=new ya(e,r),o="number";else if(Toe(r))s=e=Ur.makeFromTransform(e,r),o="derived";else if(Moe(r))s=e=new nm(e,r),o="derived";else if(Doe(r))s=e=new em(e,r),o="derived";else if($oe(r))s=e=new tm(e,r),o="derived";else if(yoe(r))s=e=new sm(e,r),o="derived";else if(Eoe(r))e=new am(e,r);else if(Aoe(r))s=e=Ms.makeFromTransform(e,r),o="derived";else if(boe(r))s=e=new Zg(e,r),o="derived";else if(voe(r))s=e=new rm(e,r),o="derived";else if(xoe(r))s=e=new om(e,r),o="derived";else if(woe(r))s=e=new im(e,r),o="derived";else{j(Kte(r));continue}if(s&&o!==void 0)for(const a of s.producedFields()??[])n.set(a,o,!1)}return e}function um(e){let t=que(e,e.component.data.sources);const{outputNodes:n,outputNodeRefCounts:i}=e.component.data,r=e.data,s=!(r&&(To(r)||$u(r)||Mc(r)))&&e.parent?e.parent.component.data.ancestorParse.clone():new Woe;To(r)?(H5(r)?t=new kf(t,r.sequence):tE(r)&&(t=new $f(t,r.graticule)),s.parseNothing=!0):r?.format?.parse===null&&(s.parseNothing=!0),t=jt.makeExplicit(t,e,s)??t,t=new jo(t);const a=e.parent&&tl(e.parent);(We(e)||Pn(e))&&a&&(t=Ji.makeFromEncoding(t,e)??t),e.transforms.length>0&&(t=Wue(t,e,s));const u=Sae(e),l=Eae(e);t=jt.makeWithAncestors(t,{},{...u,...l},s)??t,We(e)&&(t=Xa.parseAll(t,e),t=Dc.parseAll(t,e)),(We(e)||Pn(e))&&(a||(t=Ji.makeFromEncoding(t,e)??t),t=Xi.makeFromEncoding(t,e)??t,t=Au.parseAllForSortIndex(t,e));const c=t=nd(Xe.Raw,e,t);if(We(e)){const m=xi.makeFromEncoding(t,e);m&&(t=m,aE(e)&&(t=new jo(t))),t=Ms.makeFromEncoding(t,e)??t,t=Ur.makeFromEncoding(t,e)??t}let f,d;if(We(e)){const{markDef:m,mark:y,config:b}=e,v=Te("invalid",m,b),{marks:x,scales:E}=d=V5({invalid:v,isPath:ts(y)});x!==E&&E==="include-invalid-values"&&(f=t=nd(Xe.PreFilterInvalid,e,t)),x==="exclude-invalid-values"&&(t=Tu.make(t,e,d)??t)}const h=t=nd(Xe.Main,e,t);let p;if(We(e)&&d){const{marks:m,scales:y}=d;m==="include-invalid-values"&&y==="exclude-invalid-values"&&(t=Tu.make(t,e,d)??t,p=t=nd(Xe.PostFilterInvalid,e,t))}We(e)&&Ase(e,h);let g=null;if(Pn(e)){const m=e.getName("facet");t=jue(t,e.facet)??t,g=new Zu(t,e,m,h.getSource()),n[m]=g}return{...e.component.data,outputNodes:n,outputNodeRefCounts:i,raw:c,main:h,facetRoot:g,ancestorParse:s,preFilterInvalid:f,postFilterInvalid:p}}function nd(e,t,n){const{outputNodes:i,outputNodeRefCounts:r}=t.component.data,o=t.getDataName(e),s=new yn(n,o,e,r);return i[o]=s,s}class Hue extends bE{children;constructor(t,n,i,r){super(t,"concat",n,i,r,t.resolve),(t.resolve?.axis?.x==="shared"||t.resolve?.axis?.y==="shared")&&j(Vte),this.children=this.getChildren(t).map((o,s)=>_E(o,this,this.getName(`concat_${s}`),void 0,r))}parseData(){this.component.data=um(this);for(const t of this.children)t.parseData()}parseSelections(){this.component.selection={};for(const t of this.children){t.parseSelections();for(const n of B(t.component.selection))this.component.selection[n]=t.component.selection[n]}ot(this.component.selection).some(t=>Ki(t))&&mw(gw)}parseMarkGroup(){for(const t of this.children)t.parseMarkGroup()}parseAxesAndHeaders(){for(const t of this.children)t.parseAxesAndHeaders()}getChildren(t){return Hg(t)?t.vconcat:Qw(t)?t.hconcat:t.concat}parseLayoutSize(){zue(this)}parseAxisGroup(){return null}assembleSelectionTopLevelSignals(t){return this.children.reduce((n,i)=>i.assembleSelectionTopLevelSignals(n),t)}assembleSignals(){return this.children.forEach(t=>t.assembleSignals()),[]}assembleLayoutSignals(){const t=cE(this);for(const n of this.children)t.push(...n.assembleLayoutSignals());return t}assembleSelectionData(t){return this.children.reduce((n,i)=>i.assembleSelectionData(n),t)}assembleMarks(){return this.children.map(t=>{const n=t.assembleTitle(),i=t.assembleGroupStyle(),r=t.assembleGroupEncodeEntry(!1);return{type:"group",name:t.getName("group"),...n?{title:n}:{},...i?{style:i}:{},...r?{encode:{update:r}}:{},...t.assembleGroup()}})}assembleGroupStyle(){}assembleDefaultLayout(){const t=this.layout.columns;return{...t!=null?{columns:t}:{},bounds:"full",align:"each"}}}function Gue(e){return e===!1||e===null}const Vue={disable:1,gridScale:1,scale:1,...a5,labelExpr:1,encode:1},aP=B(Vue);class xE extends no{explicit;implicit;mainExtracted;constructor(t={},n={},i=!1){super(),this.explicit=t,this.implicit=n,this.mainExtracted=i}clone(){return new xE(le(this.explicit),le(this.implicit),this.mainExtracted)}hasAxisPart(t){return t==="axis"?!0:t==="grid"||t==="title"?!!this.get(t):!Gue(this.get(t))}hasOrientSignalRef(){return te(this.explicit.orient)}}function Yue(e,t,n){const{encoding:i,config:r}=e,o=ct(i[t])??ct(i[mr(t)]),s=e.axis(t)||{},{format:a,formatType:u}=s;if(Xs(u))return{text:bi({fieldOrDatumDef:o,field:"datum.value",format:a,formatType:u,config:r}),...n};if(a===void 0&&u===void 0&&r.customFormatTypes){if(wu(o)==="quantitative"){if(Eu(o)&&o.stack==="normalize"&&r.normalizedNumberFormatType)return{text:bi({fieldOrDatumDef:o,field:"datum.value",format:r.normalizedNumberFormat,formatType:r.normalizedNumberFormatType,config:r}),...n};if(r.numberFormatType)return{text:bi({fieldOrDatumDef:o,field:"datum.value",format:r.numberFormat,formatType:r.numberFormatType,config:r}),...n}}if(wu(o)==="temporal"&&r.timeFormatType&&q(o)&&!o.timeUnit)return{text:bi({fieldOrDatumDef:o,field:"datum.value",format:r.timeFormat,formatType:r.timeFormatType,config:r}),...n}}return n}function Xue(e){return eo.reduce((t,n)=>(e.component.scales[n]&&(t[n]=[nle(n,e)]),t),{})}const Kue={bottom:"top",top:"bottom",left:"right",right:"left"};function Jue(e){const{axes:t,resolve:n}=e.component,i={top:0,bottom:0,right:0,left:0};for(const r of e.children){r.parseAxesAndHeaders();for(const o of B(r.component.axes))n.axis[o]=fE(e.component.resolve,o),n.axis[o]==="shared"&&(t[o]=Que(t[o],r.component.axes[o]),t[o]||(n.axis[o]="independent",delete t[o]))}for(const r of eo){for(const o of e.children)if(o.component.axes[r]){if(n.axis[r]==="independent"){t[r]=(t[r]??[]).concat(o.component.axes[r]);for(const s of o.component.axes[r]){const{value:a,explicit:u}=s.getWithExplicit("orient");if(!te(a)){if(i[a]>0&&!u){const l=Kue[a];i[a]>i[l]&&s.set("orient",l,!1)}i[a]++}}}delete o.component.axes[r]}if(n.axis[r]==="independent"&&t[r]&&t[r].length>1)for(const[o,s]of(t[r]||[]).entries())o>0&&s.get("grid")&&!s.explicit.grid&&(s.implicit.grid=!1)}}function Que(e,t){if(e){if(e.length!==t.length)return;const n=e.length;for(let i=0;i<n;i++){const r=e[i],o=t[i];if(!!r!=!!o)return;if(r&&o){const s=r.getWithExplicit("orient"),a=o.getWithExplicit("orient");if(s.explicit&&a.explicit&&s.value!==a.value)return;e[i]=Zue(r,o)}}}else return t.map(n=>n.clone());return e}function Zue(e,t){for(const n of aP){const i=Uo(e.getWithExplicit(n),t.getWithExplicit(n),n,"axis",(r,o)=>{switch(n){case"title":return dN(r,o);case"gridScale":return{explicit:r.explicit,value:nt(r.value,o.value)}}return Vg(r,o,n,"axis")});e.setWithExplicit(n,i)}return e}function ele(e,t,n,i,r){if(t==="disable")return n!==void 0;switch(n=n||{},t){case"titleAngle":case"labelAngle":return e===(te(n.labelAngle)?n.labelAngle:Fc(n.labelAngle));case"values":return!!n.values;case"encode":return!!n.encoding||!!n.labelAngle;case"title":if(e===$L(i,r))return!0}return e===n[t]}const tle=new Set(["grid","translate","format","formatType","orient","labelExpr","tickCount","position","tickMinStep"]);function nle(e,t){let n=t.axis(e);const i=new xE,r=ct(t.encoding[e]),{mark:o,config:s}=t,a=n?.orient||s[e==="x"?"axisX":"axisY"]?.orient||s.axis?.orient||Pse(e),u=t.getScaleComponent(e).get("type"),l=Tse(e,u,a,t.config),c=n!==void 0?!n:Gy("disable",s.style,n?.style,l).configValue;if(i.set("disable",c,n!==void 0),c)return i;n=n||{};const f=Rse(r,n,e,s.style,l),d=VN(n.formatType,r,u),h=GN(r,r.type,n.format,n.formatType,s,!0),p={fieldOrDatumDef:r,axis:n,channel:e,model:t,scaleType:u,orient:a,labelAngle:f,format:h,formatType:d,mark:o,config:s};for(const y of aP){const b=y in Jk?Jk[y](p):_k(y)?n[y]:void 0,v=b!==void 0,x=ele(b,y,n,t,e);if(v&&x)i.set(y,b,x);else{const{configValue:E=void 0,configFrom:S=void 0}=_k(y)&&y!=="values"?Gy(y,s.style,n.style,l):{},w=E!==void 0;v&&!w?i.set(y,b,x):(S!=="vgAxisConfig"||tle.has(y)&&w||Sf(E)||te(E))&&i.set(y,E,!1)}}const g=n.encoding??{},m=s5.reduce((y,b)=>{if(!i.hasAxisPart(b))return y;const v=ML(g[b]??{},t),x=b==="labels"?Yue(t,e,v):v;return x!==void 0&&!ze(x)&&(y[b]={update:x}),y},{});return ze(m)||i.set("encode",m,!!n.encoding||n.labelAngle!==void 0),i}function ile({encoding:e,size:t}){for(const n of eo){const i=Sn(n);sr(t[i])&&_o(e[n])&&(delete t[i],j(yN(i)))}return t}const rle={vgMark:"arc",encodeEntry:e=>({...ai(e,{align:"ignore",baseline:"ignore",color:"include",size:"ignore",orient:"ignore",theta:"ignore"}),...on("x",e,{defaultPos:"mid"}),...on("y",e,{defaultPos:"mid"}),...Gr(e,"radius"),...Gr(e,"theta")})},ole={vgMark:"area",encodeEntry:e=>({...ai(e,{align:"ignore",baseline:"ignore",color:"include",orient:"include",size:"ignore",theta:"ignore"}),...tp("x",e,{defaultPos:"zeroOrMin",defaultPos2:"zeroOrMin",range:e.markDef.orient==="horizontal"}),...tp("y",e,{defaultPos:"zeroOrMin",defaultPos2:"zeroOrMin",range:e.markDef.orient==="vertical"}),...sE(e)})},sle={vgMark:"rect",encodeEntry:e=>({...ai(e,{align:"ignore",baseline:"ignore",color:"include",orient:"ignore",size:"ignore",theta:"ignore"}),...Gr(e,"x"),...Gr(e,"y")})},ale={vgMark:"shape",encodeEntry:e=>({...ai(e,{align:"ignore",baseline:"ignore",color:"include",size:"ignore",orient:"ignore",theta:"ignore"})}),postEncodingTransform:e=>{const{encoding:t}=e,n=t.shape;return[{type:"geoshape",projection:e.projectionName(),...n&&q(n)&&n.type===Ku?{field:V(n,{expr:"datum"})}:{}}]}},ule={vgMark:"image",encodeEntry:e=>({...ai(e,{align:"ignore",baseline:"ignore",color:"ignore",orient:"ignore",size:"ignore",theta:"ignore"}),...Gr(e,"x"),...Gr(e,"y"),...iE(e,"url")})},lle={vgMark:"line",encodeEntry:e=>({...ai(e,{align:"ignore",baseline:"ignore",color:"include",size:"ignore",orient:"ignore",theta:"ignore"}),...on("x",e,{defaultPos:"mid"}),...on("y",e,{defaultPos:"mid"}),...kt("size",e,{vgChannel:"strokeWidth"}),...sE(e)})},cle={vgMark:"trail",encodeEntry:e=>({...ai(e,{align:"ignore",baseline:"ignore",color:"include",size:"include",orient:"ignore",theta:"ignore"}),...on("x",e,{defaultPos:"mid"}),...on("y",e,{defaultPos:"mid"}),...kt("size",e),...sE(e)})};function wE(e,t){const{config:n}=e;return{...ai(e,{align:"ignore",baseline:"ignore",color:"include",size:"include",orient:"ignore",theta:"ignore"}),...on("x",e,{defaultPos:"mid"}),...on("y",e,{defaultPos:"mid"}),...kt("size",e),...kt("angle",e),...fle(e,n,t)}}function fle(e,t,n){return n?{shape:{value:n}}:kt("shape",e)}const dle={vgMark:"symbol",encodeEntry:e=>wE(e)},hle={vgMark:"symbol",encodeEntry:e=>wE(e,"circle")},ple={vgMark:"symbol",encodeEntry:e=>wE(e,"square")},gle={vgMark:"rect",encodeEntry:e=>({...ai(e,{align:"ignore",baseline:"ignore",color:"include",orient:"ignore",size:"ignore",theta:"ignore"}),...Gr(e,"x"),...Gr(e,"y")})},mle={vgMark:"rule",encodeEntry:e=>{const{markDef:t}=e,n=t.orient;return!e.encoding.x&&!e.encoding.y&&!e.encoding.latitude&&!e.encoding.longitude?{}:{...ai(e,{align:"ignore",baseline:"ignore",color:"include",orient:"ignore",size:"ignore",theta:"ignore"}),...tp("x",e,{defaultPos:n==="horizontal"?"zeroOrMax":"mid",defaultPos2:"zeroOrMin",range:n!=="vertical"}),...tp("y",e,{defaultPos:n==="vertical"?"zeroOrMax":"mid",defaultPos2:"zeroOrMin",range:n!=="horizontal"}),...kt("size",e,{vgChannel:"strokeWidth"})}}},yle={vgMark:"text",encodeEntry:e=>{const{config:t,encoding:n}=e;return{...ai(e,{align:"include",baseline:"include",color:"include",size:"ignore",orient:"ignore",theta:"include"}),...on("x",e,{defaultPos:"mid"}),...on("y",e,{defaultPos:"mid"}),...iE(e),...kt("size",e,{vgChannel:"fontSize"}),...kt("angle",e),...Vk("align",ble(e.markDef,n,t)),...Vk("baseline",vle(e.markDef,n,t)),...on("radius",e,{defaultPos:null}),...on("theta",e,{defaultPos:null})}}};function ble(e,t,n){if(Te("align",e,n)===void 0)return"center"}function vle(e,t,n){if(Te("baseline",e,n)===void 0)return"middle"}const xle={vgMark:"rect",encodeEntry:e=>{const{config:t,markDef:n}=e,i=n.orient,r=i==="horizontal"?"x":"y",o=i==="horizontal"?"y":"x",s=i==="horizontal"?"height":"width";return{...ai(e,{align:"ignore",baseline:"ignore",color:"include",orient:"ignore",size:"ignore",theta:"ignore"}),...Gr(e,r),...on(o,e,{defaultPos:"mid",vgChannel:o==="y"?"yc":"xc"}),[s]:je(Te("thickness",n,t))}}},id={arc:rle,area:ole,bar:sle,circle:hle,geoshape:ale,image:ule,line:lle,point:dle,rect:gle,rule:mle,square:ple,text:yle,tick:xle,trail:cle};function wle(e){if(xe([Lg,Rg,_ie],e.mark)){const t=h5(e.mark,e.encoding);if(t.length>0)return Ele(e,t)}else if(e.mark===Ng){const t=Ty.some(n=>Te(n,e.markDef,e.config));if(e.stack&&!e.fieldDef("size")&&t)return Sle(e)}return EE(e)}const hA="faceted_path_";function Ele(e,t){return[{name:e.getName("pathgroup"),type:"group",from:{facet:{name:hA+e.requestDataName(Xe.Main),data:e.requestDataName(Xe.Main),groupby:t}},encode:{update:{width:{field:{group:"width"}},height:{field:{group:"height"}}}},marks:EE(e,{fromPrefix:hA})}]}const pA="stack_group_";function Sle(e){const[t]=EE(e,{fromPrefix:pA}),n=e.scaleName(e.stack.fieldChannel),i=(l={})=>e.vgField(e.stack.fieldChannel,l),r=(l,c)=>{const f=[i({prefix:"min",suffix:"start",expr:c}),i({prefix:"max",suffix:"start",expr:c}),i({prefix:"min",suffix:"end",expr:c}),i({prefix:"max",suffix:"end",expr:c})];return`${l}(${f.map(d=>`scale('${n}',${d})`).join(",")})`};let o,s;e.stack.fieldChannel==="x"?(o={...pu(t.encode.update,["y","yc","y2","height",...Ty]),x:{signal:r("min","datum")},x2:{signal:r("max","datum")},clip:{value:!0}},s={x:{field:{group:"x"},mult:-1},height:{field:{group:"height"}}},t.encode.update={...Ln(t.encode.update,["y","yc","y2"]),height:{field:{group:"height"}}}):(o={...pu(t.encode.update,["x","xc","x2","width"]),y:{signal:r("min","datum")},y2:{signal:r("max","datum")},clip:{value:!0}},s={y:{field:{group:"y"},mult:-1},width:{field:{group:"width"}}},t.encode.update={...Ln(t.encode.update,["x","xc","x2"]),width:{field:{group:"width"}}});for(const l of Ty){const c=rr(l,e.markDef,e.config);t.encode.update[l]?(o[l]=t.encode.update[l],delete t.encode.update[l]):c&&(o[l]=je(c)),c&&(t.encode.update[l]={value:0})}const a=[];if(e.stack.groupbyChannels?.length>0)for(const l of e.stack.groupbyChannels){const c=e.fieldDef(l),f=V(c);f&&a.push(f),(c?.bin||c?.timeUnit)&&a.push(V(c,{binSuffix:"end"}))}return o=["stroke","strokeWidth","strokeJoin","strokeCap","strokeDash","strokeDashOffset","strokeMiterLimit","strokeOpacity"].reduce((l,c)=>{if(t.encode.update[c])return{...l,[c]:t.encode.update[c]};{const f=rr(c,e.markDef,e.config);return f!==void 0?{...l,[c]:je(f)}:l}},o),o.stroke&&(o.strokeForeground={value:!0},o.strokeOffset={value:0}),[{type:"group",from:{facet:{data:e.requestDataName(Xe.Main),name:pA+e.requestDataName(Xe.Main),groupby:a,aggregate:{fields:[i({suffix:"start"}),i({suffix:"start"}),i({suffix:"end"}),i({suffix:"end"})],ops:["min","max","min","max"]}}},encode:{update:o},marks:[{type:"group",encode:{update:s},marks:[t]}]}]}function _le(e){const{encoding:t,stack:n,mark:i,markDef:r,config:o}=e,s=t.order;if(!(!P(s)&&$i(s)&&Cy(s.value)||!s&&Cy(Te("order",r,o)))){if((P(s)||q(s))&&!n)return lN(s,{expr:"datum"});if(ts(i)){const a=r.orient==="horizontal"?"y":"x",u=t[a];if(q(u))return{field:a}}}}function EE(e,t={fromPrefix:""}){const{mark:n,markDef:i,encoding:r,config:o}=e,s=nt(i.clip,$le(e),kle(e)),a=aN(i),u=r.key,l=_le(e),c=Ale(e);c&&Object.values(e.component.selection).some(h=>h.type==="point"&&!h.bind&&h.on!=="pointerover")&&(e.markDef.cursor??="pointer");const f=Te("aria",i,o),d=id[n].postEncodingTransform?id[n].postEncodingTransform(e):null;return[{name:e.getName("marks"),type:id[n].vgMark,...s?{clip:s}:{},...a?{style:a}:{},...u?{key:u.field}:{},...l?{sort:l}:{},...c||{},...f===!1?{aria:f}:{},from:{data:t.fromPrefix+e.requestDataName(Xe.Main)},encode:{update:id[n].encodeEntry(e)},...d?{transform:d}:{}}]}function $le(e){const t=e.getScaleComponent("x"),n=e.getScaleComponent("y");return t?.get("selectionExtent")||n?.get("selectionExtent")?!0:void 0}function kle(e){const t=e.component.projection;return t&&!t.isFit?!0:void 0}function Ale(e){if(!e.component.selection)return null;const t=B(e.component.selection).length;let n=t,i=e.parent;for(;i&&n===0;)n=B(i.component.selection).length,i=i.parent;return n?{interactive:t>0||e.mark==="geoshape"||!!e.encoding.tooltip||!!e.markDef.tooltip}:null}class uP extends iP{markDef;encoding;specifiedScales={};stack;specifiedAxes={};specifiedLegends={};specifiedProjection={};selection=[];children=[];constructor(t,n,i,r={},o){super(t,"unit",n,i,o,void 0,kk(t)?t.view:void 0);const s=or(t.mark)?{...t.mark}:{type:t.mark},a=s.type;s.filled===void 0&&(s.filled=soe(s,o,{graticule:t.data&&tE(t.data)}));const u=this.encoding=cre(t.encoding||{},a,s.filled,o);this.markDef=R5(s,u,o),this.size=ile({encoding:u,size:kk(t)?{...r,...t.width!==void 0?{width:t.width}:{},...t.height!==void 0?{height:t.height}:{}}:r}),this.stack=O5(this.markDef,u),this.specifiedScales=this.initScales(a,u),this.specifiedAxes=this.initAxes(u),this.specifiedLegends=this.initLegends(u),this.specifiedProjection=t.projection,this.selection=(t.params??[]).filter(l=>Kw(l)),this.alignStackOrderWithColorDomain()}get hasProjection(){const{encoding:t}=this,n=this.mark===zN,i=t&&nte.some(r=>ce(t[r]));return n||i}scaleDomain(t){const n=this.specifiedScales[t];return n?n.domain:void 0}axis(t){return this.specifiedAxes[t]}legend(t){return this.specifiedLegends[t]}initScales(t,n){return fw.reduce((i,r)=>{const o=ct(n[r]);return o&&(i[r]=this.initScale(o.scale??{})),i},{})}initScale(t){const{domain:n,range:i}=t,r=_t(t);return P(n)&&(r.domain=n.map(Fn)),P(i)&&(r.range=i.map(Fn)),r}initAxes(t){return eo.reduce((n,i)=>{const r=t[i];if(ce(r)||i===Ge&&ce(t.x2)||i===wt&&ce(t.y2)){const o=ce(r)?r.axis:void 0;n[i]=o&&this.initAxis({...o})}return n},{})}initAxis(t){const n=B(t),i={};for(const r of n){const o=t[r];i[r]=Sf(o)?sN(o):Fn(o)}return i}initLegends(t){return hte.reduce((n,i)=>{const r=ct(t[i]);if(r&&gte(i)){const o=r.legend;n[i]=o&&_t(o)}return n},{})}alignStackOrderWithColorDomain(){const{color:t,fill:n,order:i,xOffset:r,yOffset:o}=this.encoding,s=n||t,a=q(s)?s:void 0,u=a?.field,l=a?.scale,c=a?.type,f=l?.domain,d=r||o,h=q(d)?d:void 0,p=`_${u}_sort_index`;if(!i&&Array.isArray(f)&&typeof u=="string"&&c==="nominal")if(h&&!h.sort)h.sort=f;else{if(!this.stack)return;const g=`indexof(${H(f)}, datum['${u}'])`,m=this.markDef?.orient==="horizontal"?"ascending":"descending";this.transforms.push({calculate:g,as:p}),this.encoding.order={field:p,type:"quantitative",sort:m}}}parseData(){this.component.data=um(this)}parseLayoutSize(){Bue(this)}parseSelections(){this.component.selection=kse(this,this.selection)}parseMarkGroup(){this.component.mark=wle(this)}parseAxesAndHeaders(){this.component.axes=Xue(this)}assembleSelectionTopLevelSignals(t){return Zoe(this,t)}assembleSignals(){return[...EL(this),...Joe(this,[])]}assembleSelectionData(t){return ese(this,t)}assembleLayout(){return null}assembleLayoutSignals(){return cE(this)}correctDataNames=t=>(t.from?.data&&(t.from.data=this.lookupDataSource(t.from.data),"time"in this.encoding&&(t.from.data=t.from.data+X5)),t.from?.facet?.data&&(t.from.facet.data=this.lookupDataSource(t.from.facet.data)),t);assembleMarks(){let t=this.component.mark??[];return(!this.parent||!tl(this.parent))&&(t=Z5(this,t)),t.map(this.correctDataNames)}assembleGroupStyle(){const{style:t}=this.view||{};return t!==void 0?t:this.encoding.x||this.encoding.y?"cell":"view"}getMapping(){return this.encoding}get mark(){return this.markDef.type}channelHasField(t){return Fs(this.encoding,t)}fieldDef(t){const n=this.encoding[t];return ki(n)}typedFieldDef(t){const n=this.fieldDef(t);return cn(n)?n:null}}class SE extends bE{children;constructor(t,n,i,r,o){super(t,"layer",n,i,o,t.resolve,t.view);const s={...r,...t.width?{width:t.width}:{},...t.height?{height:t.height}:{}};this.children=t.layer.map((a,u)=>{if(Gg(a))return new SE(a,this,this.getName(`layer_${u}`),s,o);if(to(a))return new uP(a,this,this.getName(`layer_${u}`),s,o);throw new Error(hw(a))})}parseData(){this.component.data=um(this);for(const t of this.children)t.parseData()}parseLayoutSize(){Iue(this)}parseSelections(){this.component.selection={};for(const t of this.children){t.parseSelections();for(const n of B(t.component.selection))this.component.selection[n]=t.component.selection[n]}ot(this.component.selection).some(t=>Ki(t))&&mw(gw)}parseMarkGroup(){for(const t of this.children)t.parseMarkGroup()}parseAxesAndHeaders(){Jue(this)}assembleSelectionTopLevelSignals(t){return this.children.reduce((n,i)=>i.assembleSelectionTopLevelSignals(n),t)}assembleSignals(){return this.children.reduce((t,n)=>t.concat(n.assembleSignals()),EL(this))}assembleLayoutSignals(){return this.children.reduce((t,n)=>t.concat(n.assembleLayoutSignals()),cE(this))}assembleSelectionData(t){return this.children.reduce((n,i)=>i.assembleSelectionData(n),t)}assembleGroupStyle(){const t=new Set;for(const i of this.children)for(const r of K(i.assembleGroupStyle()))t.add(r);const n=Array.from(t);return n.length>1?n:n.length===1?n[0]:void 0}assembleTitle(){let t=super.assembleTitle();if(t)return t;for(const n of this.children)if(t=n.assembleTitle(),t)return t}assembleLayout(){return null}assembleMarks(){return tse(this,this.children.flatMap(t=>t.assembleMarks()))}assembleLegends(){return this.children.reduce((t,n)=>t.concat(n.assembleLegends()),qL(this))}}function _E(e,t,n,i,r){if(zg(e))return new ac(e,t,n,r);if(Gg(e))return new SE(e,t,n,i,r);if(to(e))return new uP(e,t,n,i,r);if(Rre(e))return new Hue(e,t,n,r);throw new Error(hw(e))}function Cle(e,t={}){t.logger&&Ine(t.logger),t.fieldTitle&&i5(t.fieldTitle);try{const n=D5(Ou(t.config,e.config)),i=j5(e,n),r=_E(i,null,"",void 0,n);return r.parse(),Iae(r.component.data,r),{spec:Tle(r,Fle(e,i.autosize,n,r),e.datasets,e.usermeta),normalized:i}}finally{t.logger&&zne(),t.fieldTitle&&tre()}}function Fle(e,t,n,i){const r=i.component.layoutSize.get("width"),o=i.component.layoutSize.get("height");if(t===void 0?(t={type:"pad"},i.hasAxisOrientSignalRef()&&(t.resize=!0)):X(t)&&(t={type:t}),r&&o&&Uoe(t.type)){if(r==="step"&&o==="step")j(ck()),t.type="pad";else if(r==="step"||o==="step"){const s=r==="step"?"width":"height";j(ck(Cg(s)));const a=s==="width"?"height":"width";t.type=joe(a)}}return{...B(t).length===1&&t.type?t.type==="pad"?{}:{autosize:t.type}:{autosize:t},...Ik(n,!1),...Ik(e,!0)}}function Tle(e,t,n={},i){const r=e.config?Yre(e.config):void 0,o=Rue(e.component.data,n),s=e.assembleSelectionData(o),a=e.assembleProjections(),u=e.assembleTitle(),l=e.assembleGroupStyle(),c=e.assembleGroupEncodeEntry(!0);let f=e.assembleLayoutSignals();f=f.filter(p=>(p.name==="width"||p.name==="height")&&p.value!==void 0?(t[p.name]=+p.value,!1):!0);const{params:d,...h}=t;return{$schema:"https://vega.github.io/schema/vega/v6.json",...e.description?{description:e.description}:{},...h,...u?{title:u}:{},...l?{style:l}:{},...c?{encode:{update:c}}:{},data:s,...a.length>0?{projections:a}:{},...e.assembleGroup([...f,...e.assembleSelectionTopLevelSignals([]),...C5(d)]),...r?{config:r}:{},...i?{usermeta:i}:{}}}const Mle=Kee.version,Dle=Object.freeze(Object.defineProperty({__proto__:null,accessPathDepth:yu,accessPathWithDatum:iw,accessWithDatumToUnescapedPath:De,compile:Cle,contains:xe,deepEqual:Dn,deleteNestedProperty:Gh,duplicate:le,entries:Io,every:ew,fieldIntersection:nw,flatAccessWithDatum:z3,getFirstDefined:nt,hasIntersection:tw,hasProperty:U,hash:me,internalField:q3,isBoolean:mu,isEmpty:ze,isEqual:Qee,isInternalField:W3,isNullOrFalse:Cy,isNumeric:Eg,isPrimitive:Hh,keys:B,logicalExpr:oc,mergeDeep:P3,never:L3,normalize:j5,normalizeAngle:Fc,omit:Ln,pick:pu,prefixGenerator:Fy,removePathFromField:Yu,replaceAll:qs,replacePathInField:ii,resetIdCounter:ete,setEqual:I3,some:gu,stringify:Re,titleCase:df,unescapeSingleQuoteAndPathDot:B3,unique:Mn,uniqueId:j3,vals:ot,varName:He,version:Mle},Symbol.toStringTag,{value:"Module"}));function lP(e){const[t,n]=/schema\/([\w-]+)\/([\w\.\-]+)\.json$/g.exec(e).slice(1,3);return{library:t,version:n}}var Ole="3.0.0",Rle={version:Ole};const Ta="#fff",gA="#888",Nle={background:"#333",view:{stroke:gA},title:{color:Ta,subtitleColor:Ta},style:{"guide-label":{fill:Ta},"guide-title":{fill:Ta}},axis:{domainColor:Ta,gridColor:gA,tickColor:Ta}},as="#4572a7",Lle={background:"#fff",arc:{fill:as},area:{fill:as},line:{stroke:as,strokeWidth:2},path:{stroke:as},rect:{fill:as},shape:{stroke:as},symbol:{fill:as,strokeWidth:1.5,size:50},axis:{bandPosition:.5,grid:!0,gridColor:"#000000",gridOpacity:1,gridWidth:.5,labelPadding:10,tickSize:5,tickWidth:.5},axisBand:{grid:!1,tickExtra:!0},legend:{labelBaseline:"middle",labelFontSize:11,symbolSize:50,symbolType:"square"},range:{category:["#4572a7","#aa4643","#8aa453","#71598e","#4598ae","#d98445","#94aace","#d09393","#b9cc98","#a99cbc"]}},us="#30a2da",M0="#cbcbcb",Ple="#999",Ile="#333",mA="#f0f0f0",yA="#333",zle={arc:{fill:us},area:{fill:us},axis:{domainColor:M0,grid:!0,gridColor:M0,gridWidth:1,labelColor:Ple,labelFontSize:10,titleColor:Ile,tickColor:M0,tickSize:10,titleFontSize:14,titlePadding:10,labelPadding:4},axisBand:{grid:!1},background:mA,group:{fill:mA},legend:{labelColor:yA,labelFontSize:11,padding:1,symbolSize:30,symbolType:"square",titleColor:yA,titleFontSize:14,titlePadding:10},line:{stroke:us,strokeWidth:2},path:{stroke:us,strokeWidth:.5},rect:{fill:us},range:{category:["#30a2da","#fc4f30","#e5ae38","#6d904f","#8b8b8b","#b96db8","#ff9e27","#56cc60","#52d2ca","#52689e","#545454","#9fe4f8"],diverging:["#cc0020","#e77866","#f6e7e1","#d6e8ed","#91bfd9","#1d78b5"],heatmap:["#d6e8ed","#cee0e5","#91bfd9","#549cc6","#1d78b5"]},point:{filled:!0,shape:"circle"},shape:{stroke:us},bar:{binSpacing:2,fill:us,stroke:null},title:{anchor:"start",fontSize:24,fontWeight:600,offset:20}},ls="#000",Ble={group:{fill:"#e5e5e5"},arc:{fill:ls},area:{fill:ls},line:{stroke:ls},path:{stroke:ls},rect:{fill:ls},shape:{stroke:ls},symbol:{fill:ls,size:40},axis:{domain:!1,grid:!0,gridColor:"#FFFFFF",gridOpacity:1,labelColor:"#7F7F7F",labelPadding:4,tickColor:"#7F7F7F",tickSize:5.67,titleFontSize:16,titleFontWeight:"normal"},legend:{labelBaseline:"middle",labelFontSize:11,symbolSize:40},range:{category:["#000000","#7F7F7F","#1A1A1A","#999999","#333333","#B0B0B0","#4D4D4D","#C9C9C9","#666666","#DCDCDC"]}},Ule=22,jle="normal",bA="Benton Gothic, sans-serif",vA=11.5,qle="normal",cs="#82c6df",D0="Benton Gothic Bold, sans-serif",xA="normal",wA=13,Sl={"category-6":["#ec8431","#829eb1","#c89d29","#3580b1","#adc839","#ab7fb4"],"fire-7":["#fbf2c7","#f9e39c","#f8d36e","#f4bb6a","#e68a4f","#d15a40","#ab4232"],"fireandice-6":["#e68a4f","#f4bb6a","#f9e39c","#dadfe2","#a6b7c6","#849eae"]},Wle={background:"#ffffff",title:{anchor:"start",color:"#000000",font:D0,fontSize:Ule,fontWeight:jle},arc:{fill:cs},area:{fill:cs},line:{stroke:cs,strokeWidth:2},path:{stroke:cs},rect:{fill:cs},shape:{stroke:cs},symbol:{fill:cs,size:30},axis:{labelFont:bA,labelFontSize:vA,labelFontWeight:qle,titleFont:D0,titleFontSize:wA,titleFontWeight:xA},axisX:{labelAngle:0,labelPadding:4,tickSize:3},axisY:{labelBaseline:"middle",maxExtent:45,minExtent:45,tickSize:2,titleAlign:"left",titleAngle:0,titleX:-45,titleY:-11},legend:{labelFont:bA,labelFontSize:vA,symbolType:"square",titleFont:D0,titleFontSize:wA,titleFontWeight:xA},range:{category:Sl["category-6"],diverging:Sl["fireandice-6"],heatmap:Sl["fire-7"],ordinal:Sl["fire-7"],ramp:Sl["fire-7"]}},fs="#ab5787",rd="#979797",Hle={background:"#f9f9f9",arc:{fill:fs},area:{fill:fs},line:{stroke:fs},path:{stroke:fs},rect:{fill:fs},shape:{stroke:fs},symbol:{fill:fs,size:30},axis:{domainColor:rd,domainWidth:.5,gridWidth:.2,labelColor:rd,tickColor:rd,tickWidth:.2,titleColor:rd},axisBand:{grid:!1},axisX:{grid:!0,tickSize:10},axisY:{domain:!1,grid:!0,tickSize:0},legend:{labelFontSize:11,padding:1,symbolSize:30,symbolType:"square"},range:{category:["#ab5787","#51b2e5","#703c5c","#168dd9","#d190b6","#00609f","#d365ba","#154866","#666666","#c4c4c4"]}},ds="#3e5c69",Gle={background:"#fff",arc:{fill:ds},area:{fill:ds},line:{stroke:ds},path:{stroke:ds},rect:{fill:ds},shape:{stroke:ds},symbol:{fill:ds},axis:{domainWidth:.5,grid:!0,labelPadding:2,tickSize:5,tickWidth:.5,titleFontWeight:"normal"},axisBand:{grid:!1},axisX:{gridWidth:.2},axisY:{gridDash:[3],gridWidth:.4},legend:{labelFontSize:11,padding:1,symbolType:"square"},range:{category:["#3e5c69","#6793a6","#182429","#0570b0","#3690c0","#74a9cf","#a6bddb","#e2ddf2"]}},qn="#1696d2",EA="#000000",Vle="#FFFFFF",od="Lato",O0="Lato",Yle="Lato",Xle="#DEDDDD",Kle=18,_l={"shades-blue":["#CFE8F3","#A2D4EC","#73BFE2","#46ABDB","#1696D2","#12719E","#0A4C6A","#062635"],"six-groups-cat-1":["#1696d2","#ec008b","#fdbf11","#000000","#d2d2d2","#55b748"],"six-groups-seq":["#cfe8f3","#a2d4ec","#73bfe2","#46abdb","#1696d2","#12719e"],"diverging-colors":["#ca5800","#fdbf11","#fdd870","#fff2cf","#cfe8f3","#73bfe2","#1696d2","#0a4c6a"]},Jle={background:Vle,title:{anchor:"start",fontSize:Kle,font:od},axisX:{domain:!0,domainColor:EA,domainWidth:1,grid:!1,labelFontSize:12,labelFont:O0,labelAngle:0,tickColor:EA,tickSize:5,titleFontSize:12,titlePadding:10,titleFont:od},axisY:{domain:!1,domainWidth:1,grid:!0,gridColor:Xle,gridWidth:1,labelFontSize:12,labelFont:O0,labelPadding:8,ticks:!1,titleFontSize:12,titlePadding:10,titleFont:od,titleAngle:0,titleY:-10,titleX:18},legend:{labelFontSize:12,labelFont:O0,symbolSize:100,titleFontSize:12,titlePadding:10,titleFont:od,orient:"right",offset:10},view:{stroke:"transparent"},range:{category:_l["six-groups-cat-1"],diverging:_l["diverging-colors"],heatmap:_l["diverging-colors"],ordinal:_l["six-groups-seq"],ramp:_l["shades-blue"]},area:{fill:qn},rect:{fill:qn},line:{color:qn,stroke:qn,strokeWidth:5},trail:{color:qn,stroke:qn,strokeWidth:0,size:1},path:{stroke:qn,strokeWidth:.5},point:{filled:!0},text:{font:Yle,color:qn,fontSize:11,align:"center",fontWeight:400,size:11},style:{bar:{fill:qn,stroke:null}},arc:{fill:qn},shape:{stroke:qn},symbol:{fill:qn,size:30}},hs="#3366CC",SA="#ccc",sd="Arial, sans-serif",Qle={arc:{fill:hs},area:{fill:hs},path:{stroke:hs},rect:{fill:hs},shape:{stroke:hs},symbol:{stroke:hs},circle:{fill:hs},background:"#fff",padding:{top:10,right:10,bottom:10,left:10},style:{"guide-label":{font:sd,fontSize:12},"guide-title":{font:sd,fontSize:12},"group-title":{font:sd,fontSize:12}},title:{font:sd,fontSize:14,fontWeight:"bold",dy:-3,anchor:"start"},axis:{gridColor:SA,tickColor:SA,domain:!1,grid:!0},range:{category:["#4285F4","#DB4437","#F4B400","#0F9D58","#AB47BC","#00ACC1","#FF7043","#9E9D24","#5C6BC0","#F06292","#00796B","#C2185B"],heatmap:["#c6dafc","#5e97f6","#2a56c6"]}},$E=e=>e*(1/3+1),_A=$E(9),$A=$E(10),kA=$E(12),$l="Segoe UI",AA="wf_standard-font, helvetica, arial, sans-serif",CA="#252423",kl="#605E5C",FA="transparent",Zle="#C8C6C4",ci="#118DFF",ece="#12239E",tce="#E66C37",nce="#6B007B",ice="#E044A7",rce="#744EC2",oce="#D9B300",sce="#D64550",cP=ci,fP="#DEEFFF",TA=[fP,cP],ace=[fP,"#c7e4ff","#b0d9ff","#9aceff","#83c3ff","#6cb9ff","#55aeff","#3fa3ff","#2898ff",cP],uce={view:{stroke:FA},background:FA,font:$l,header:{titleFont:AA,titleFontSize:kA,titleColor:CA,labelFont:$l,labelFontSize:$A,labelColor:kl},axis:{ticks:!1,grid:!1,domain:!1,labelColor:kl,labelFontSize:_A,titleFont:AA,titleColor:CA,titleFontSize:kA,titleFontWeight:"normal"},axisQuantitative:{tickCount:3,grid:!0,gridColor:Zle,gridDash:[1,5],labelFlush:!1},axisBand:{tickExtra:!0},axisX:{labelPadding:5},axisY:{labelPadding:10},bar:{fill:ci},line:{stroke:ci,strokeWidth:3,strokeCap:"round",strokeJoin:"round"},text:{font:$l,fontSize:_A,fill:kl},arc:{fill:ci},area:{fill:ci,line:!0,opacity:.6},path:{stroke:ci},rect:{fill:ci},point:{fill:ci,filled:!0,size:75},shape:{stroke:ci},symbol:{fill:ci,strokeWidth:1.5,size:50},legend:{titleFont:$l,titleFontWeight:"bold",titleColor:kl,labelFont:$l,labelFontSize:$A,labelColor:kl,symbolType:"circle",symbolSize:75},range:{category:[ci,ece,tce,nce,ice,rce,oce,sce],diverging:TA,heatmap:TA,ordinal:ace}},R0='IBM Plex Sans,system-ui,-apple-system,BlinkMacSystemFont,".sfnstext-regular",sans-serif',lce='IBM Plex Sans Condensed, system-ui, -apple-system, BlinkMacSystemFont, ".SFNSText-Regular", sans-serif',N0=400,ad={textPrimary:{g90:"#f4f4f4",g100:"#f4f4f4",white:"#161616",g10:"#161616"},textSecondary:{g90:"#c6c6c6",g100:"#c6c6c6",white:"#525252",g10:"#525252"},layerAccent01:{white:"#e0e0e0",g10:"#e0e0e0",g90:"#525252",g100:"#393939"},gridBg:{white:"#ffffff",g10:"#ffffff",g90:"#161616",g100:"#161616"}},cce=["#8a3ffc","#33b1ff","#007d79","#ff7eb6","#fa4d56","#fff1f1","#6fdc8c","#4589ff","#d12771","#d2a106","#08bdba","#bae6ff","#ba4e00","#d4bbff"],fce=["#6929c4","#1192e8","#005d5d","#9f1853","#fa4d56","#570408","#198038","#002d9c","#ee538b","#b28600","#009d9a","#012749","#8a3800","#a56eff"];function lm({theme:e,background:t}){const n=["white","g10"].includes(e)?"light":"dark",i=ad.gridBg[e],r=ad.textPrimary[e],o=ad.textSecondary[e],s=n==="dark"?cce:fce,a=n==="dark"?"#d4bbff":"#6929c4";return{background:t,arc:{fill:a},area:{fill:a},path:{stroke:a},rect:{fill:a},shape:{stroke:a},symbol:{stroke:a},circle:{fill:a},view:{fill:i,stroke:i},group:{fill:i},title:{color:r,anchor:"start",dy:-15,fontSize:16,font:R0,fontWeight:600},axis:{labelColor:o,labelFontSize:12,labelFont:lce,labelFontWeight:N0,titleColor:r,titleFontWeight:600,titleFontSize:12,grid:!0,gridColor:ad.layerAccent01[e],labelAngle:0},axisX:{titlePadding:10},axisY:{titlePadding:2.5},style:{"guide-label":{font:R0,fill:o,fontWeight:N0},"guide-title":{font:R0,fill:o,fontWeight:N0}},range:{category:s,diverging:["#750e13","#a2191f","#da1e28","#fa4d56","#ff8389","#ffb3b8","#ffd7d9","#fff1f1","#e5f6ff","#bae6ff","#82cfff","#33b1ff","#1192e8","#0072c3","#00539a","#003a6d"],heatmap:["#f6f2ff","#e8daff","#d4bbff","#be95ff","#a56eff","#8a3ffc","#6929c4","#491d8b","#31135e","#1c0f30"]}}}const dce=lm({theme:"white",background:"#ffffff"}),hce=lm({theme:"g10",background:"#f4f4f4"}),pce=lm({theme:"g90",background:"#262626"}),gce=lm({theme:"g100",background:"#161616"}),mce=Rle.version,yce=Object.freeze(Object.defineProperty({__proto__:null,carbong10:hce,carbong100:gce,carbong90:pce,carbonwhite:dce,dark:Nle,excel:Lle,fivethirtyeight:zle,ggplot2:Ble,googlecharts:Qle,latimes:Wle,powerbi:uce,quartz:Hle,urbaninstitute:Jle,version:mce,vox:Gle},Symbol.toStringTag,{value:"Module"}));function bce(e,t,n,i){if(P(e))return`[${e.map(r=>t(X(r)?r:MA(r,n))).join(", ")}]`;if(Y(e)){let r="";const{title:o,image:s,...a}=e;o&&(r+=`<h2>${t(o)}</h2>`),s&&(r+=`<img src="${new URL(t(s),i||location.href).href}">`);const u=Object.keys(a);if(u.length>0){r+="<table>";for(const l of u){let c=a[l];c!==void 0&&(Y(c)&&(c=MA(c,n)),r+=`<tr><td class="key">${t(l)}</td><td class="value">${t(c)}</td></tr>`)}r+="</table>"}return r||"{}"}return t(e)}function vce(e){const t=[];return function(n,i){if(typeof i!="object"||i===null)return i;const r=t.indexOf(this)+1;return t.length=r,t.length>e?"[Object]":t.indexOf(i)>=0?"[Circular]":(t.push(i),i)}}function MA(e,t){return JSON.stringify(e,vce(t))}var xce=`#vg-tooltip-element {
16
+ visibility: hidden;
17
+ padding: 8px;
18
+ position: fixed;
19
+ z-index: 1000;
20
+ font-family: sans-serif;
21
+ font-size: 11px;
22
+ border-radius: 3px;
23
+ box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
24
+ /* The default theme is the light theme. */
25
+ background-color: rgba(255, 255, 255, 0.95);
26
+ border: 1px solid #d9d9d9;
27
+ color: black;
28
+ }
29
+ #vg-tooltip-element.visible {
30
+ visibility: visible;
31
+ }
32
+ #vg-tooltip-element h2 {
33
+ margin-top: 0;
34
+ margin-bottom: 10px;
35
+ font-size: 13px;
36
+ }
37
+ #vg-tooltip-element table {
38
+ border-spacing: 0;
39
+ }
40
+ #vg-tooltip-element table tr {
41
+ border: none;
42
+ }
43
+ #vg-tooltip-element table tr td {
44
+ overflow: hidden;
45
+ text-overflow: ellipsis;
46
+ padding-top: 2px;
47
+ padding-bottom: 2px;
48
+ }
49
+ #vg-tooltip-element table tr td.key {
50
+ color: #808080;
51
+ max-width: 150px;
52
+ text-align: right;
53
+ padding-right: 4px;
54
+ }
55
+ #vg-tooltip-element table tr td.value {
56
+ display: block;
57
+ max-width: 300px;
58
+ max-height: 7em;
59
+ text-align: left;
60
+ }
61
+ #vg-tooltip-element.dark-theme {
62
+ background-color: rgba(32, 32, 32, 0.9);
63
+ border: 1px solid #f5f5f5;
64
+ color: white;
65
+ }
66
+ #vg-tooltip-element.dark-theme td.key {
67
+ color: #bfbfbf;
68
+ }
69
+ `;const dP="vg-tooltip-element",wce={offsetX:10,offsetY:10,id:dP,styleId:"vega-tooltip-style",theme:"light",disableDefaultStyle:!1,sanitize:Ece,maxDepth:2,formatTooltip:bce,baseURL:"",anchor:"cursor",position:["top","bottom","left","right","top-left","top-right","bottom-left","bottom-right"]};function Ece(e){return String(e).replace(/&/g,"&amp;").replace(/</g,"&lt;")}function Sce(e){if(!/^[A-Za-z]+[-:.\w]*$/.test(e))throw new Error("Invalid HTML ID");return xce.toString().replaceAll(dP,e)}function hP(e,t,{offsetX:n,offsetY:i}){const r=pP({x1:e.clientX,x2:e.clientX,y1:e.clientY,y2:e.clientY},t,n,i),o=["bottom-right","bottom-left","top-right","top-left"];for(const s of o)if(gP(r[s],t))return r[s];return r["top-left"]}function _ce(e,t,n,i,r){const{position:o,offsetX:s,offsetY:a}=r,u=e._el.getBoundingClientRect(),l=e._origin,c=$ce(u,l,n),f=pP(c,i,s,a),d=Array.isArray(o)?o:[o];for(const h of d)if(gP(f[h],i)&&!kce(t,f[h],i))return f[h];return hP(t,i,r)}function $ce(e,t,n){const i=n.isVoronoi?n.datum.bounds:n.bounds;let r=e.left+t[0]+i.x1,o=e.top+t[1]+i.y1,s=n;for(;s.mark.group;)s=s.mark.group,r+=s.x??0,o+=s.y??0;const a=i.x2-i.x1,u=i.y2-i.y1;return{x1:r,x2:r+a,y1:o,y2:o+u}}function pP(e,t,n,i){const r=(e.x1+e.x2)/2,o=(e.y1+e.y2)/2,s=e.x1-t.width-n,a=r-t.width/2,u=e.x2+n,l=e.y1-t.height-i,c=o-t.height/2,f=e.y2+i;return{top:{x:a,y:l},bottom:{x:a,y:f},left:{x:s,y:c},right:{x:u,y:c},"top-left":{x:s,y:l},"top-right":{x:u,y:l},"bottom-left":{x:s,y:f},"bottom-right":{x:u,y:f}}}function gP(e,t){return e.x>=0&&e.y>=0&&e.x+t.width<=window.innerWidth&&e.y+t.height<=window.innerHeight}function kce(e,t,n){return e.clientX>=t.x&&e.clientX<=t.x+n.width&&e.clientY>=t.y&&e.clientY<=t.y+n.height}class Ace{call;options;el;constructor(t){this.options={...wce,...t};const n=this.options.id;if(this.el=null,this.call=this.tooltipHandler.bind(this),!this.options.disableDefaultStyle&&!document.getElementById(this.options.styleId)){const i=document.createElement("style");i.setAttribute("id",this.options.styleId),i.innerHTML=Sce(n);const r=document.head;r.childNodes.length>0?r.insertBefore(i,r.childNodes[0]):r.appendChild(i)}}tooltipHandler(t,n,i,r){if(this.el=document.getElementById(this.options.id),this.el||(this.el=document.createElement("div"),this.el.setAttribute("id",this.options.id),this.el.classList.add("vg-tooltip"),(document.fullscreenElement??document.body).appendChild(this.el)),r==null||r===""){this.el.classList.remove("visible",`${this.options.theme}-theme`);return}this.el.innerHTML=this.options.formatTooltip(r,this.options.sanitize,this.options.maxDepth,this.options.baseURL),this.el.classList.add("visible",`${this.options.theme}-theme`);const{x:o,y:s}=this.options.anchor==="mark"?_ce(t,n,i,this.el.getBoundingClientRect(),this.options):hP(n,this.el.getBoundingClientRect(),this.options);this.el.style.top=`${s}px`,this.el.style.left=`${o}px`}}var L0={};var Cce=(function(){var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(i,r){i.__proto__=r}||function(i,r){for(var o in r)r.hasOwnProperty(o)&&(i[o]=r[o])},e(t,n)};return function(t,n){e(t,n);function i(){this.constructor=t}t.prototype=n===null?Object.create(n):(i.prototype=n.prototype,new i)}})(),Fce=Object.prototype.hasOwnProperty;function ib(e,t){return Fce.call(e,t)}function rb(e){if(Array.isArray(e)){for(var t=new Array(e.length),n=0;n<t.length;n++)t[n]=""+n;return t}if(Object.keys)return Object.keys(e);var i=[];for(var r in e)ib(e,r)&&i.push(r);return i}function On(e){switch(typeof e){case"object":return JSON.parse(JSON.stringify(e));case"undefined":return null;default:return e}}function ob(e){for(var t=0,n=e.length,i;t<n;){if(i=e.charCodeAt(t),i>=48&&i<=57){t++;continue}return!1}return!0}function gs(e){return e.indexOf("/")===-1&&e.indexOf("~")===-1?e:e.replace(/~/g,"~0").replace(/\//g,"~1")}function mP(e){return e.replace(/~1/g,"/").replace(/~0/g,"~")}function sb(e){if(e===void 0)return!0;if(e){if(Array.isArray(e)){for(var t=0,n=e.length;t<n;t++)if(sb(e[t]))return!0}else if(typeof e=="object"){for(var i=rb(e),r=i.length,o=0;o<r;o++)if(sb(e[i[o]]))return!0}}return!1}function DA(e,t){var n=[e];for(var i in t){var r=typeof t[i]=="object"?JSON.stringify(t[i],null,2):t[i];typeof r<"u"&&n.push(i+": "+r)}return n.join(`
70
+ `)}var yP=(function(e){Cce(t,e);function t(n,i,r,o,s){var a=this.constructor,u=e.call(this,DA(n,{name:i,index:r,operation:o,tree:s}))||this;return u.name=i,u.index=r,u.operation=o,u.tree=s,Object.setPrototypeOf(u,a.prototype),u.message=DA(n,{name:i,index:r,operation:o,tree:s}),u}return t})(Error),Je=yP,Tce=On,Ba={add:function(e,t,n){return e[t]=this.value,{newDocument:n}},remove:function(e,t,n){var i=e[t];return delete e[t],{newDocument:n,removed:i}},replace:function(e,t,n){var i=e[t];return e[t]=this.value,{newDocument:n,removed:i}},move:function(e,t,n){var i=op(n,this.path);i&&(i=On(i));var r=Ds(n,{op:"remove",path:this.from}).removed;return Ds(n,{op:"add",path:this.path,value:r}),{newDocument:n,removed:i}},copy:function(e,t,n){var i=op(n,this.from);return Ds(n,{op:"add",path:this.path,value:On(i)}),{newDocument:n}},test:function(e,t,n){return{newDocument:n,test:Rc(e[t],this.value)}},_get:function(e,t,n){return this.value=e[t],{newDocument:n}}},Mce={add:function(e,t,n){return ob(t)?e.splice(t,0,this.value):e[t]=this.value,{newDocument:n,index:t}},remove:function(e,t,n){var i=e.splice(t,1);return{newDocument:n,removed:i[0]}},replace:function(e,t,n){var i=e[t];return e[t]=this.value,{newDocument:n,removed:i}},move:Ba.move,copy:Ba.copy,test:Ba.test,_get:Ba._get};function op(e,t){if(t=="")return e;var n={op:"_get",path:t};return Ds(e,n),n.value}function Ds(e,t,n,i,r,o){if(n===void 0&&(n=!1),i===void 0&&(i=!0),r===void 0&&(r=!0),o===void 0&&(o=0),n&&(typeof n=="function"?n(t,0,e,t.path):sp(t,0)),t.path===""){var s={newDocument:e};if(t.op==="add")return s.newDocument=t.value,s;if(t.op==="replace")return s.newDocument=t.value,s.removed=e,s;if(t.op==="move"||t.op==="copy")return s.newDocument=op(e,t.from),t.op==="move"&&(s.removed=e),s;if(t.op==="test"){if(s.test=Rc(e,t.value),s.test===!1)throw new Je("Test operation failed","TEST_OPERATION_FAILED",o,t,e);return s.newDocument=e,s}else{if(t.op==="remove")return s.removed=e,s.newDocument=null,s;if(t.op==="_get")return t.value=e,s;if(n)throw new Je("Operation `op` property is not one of operations defined in RFC-6902","OPERATION_OP_INVALID",o,t,e);return s}}else{i||(e=On(e));var a=t.path||"",u=a.split("/"),l=e,c=1,f=u.length,d=void 0,h=void 0,p=void 0;for(typeof n=="function"?p=n:p=sp;;){if(h=u[c],h&&h.indexOf("~")!=-1&&(h=mP(h)),r&&(h=="__proto__"||h=="prototype"&&c>0&&u[c-1]=="constructor"))throw new TypeError("JSON-Patch: modifying `__proto__` or `constructor/prototype` prop is banned for security reasons, if this was on purpose, please set `banPrototypeModifications` flag false and pass it to this function. More info in fast-json-patch README");if(n&&d===void 0&&(l[h]===void 0?d=u.slice(0,c).join("/"):c==f-1&&(d=t.path),d!==void 0&&p(t,0,e,d)),c++,Array.isArray(l)){if(h==="-")h=l.length;else{if(n&&!ob(h))throw new Je("Expected an unsigned base-10 integer value, making the new referenced value the array element with the zero-based index","OPERATION_PATH_ILLEGAL_ARRAY_INDEX",o,t,e);ob(h)&&(h=~~h)}if(c>=f){if(n&&t.op==="add"&&h>l.length)throw new Je("The specified index MUST NOT be greater than the number of elements in the array","OPERATION_VALUE_OUT_OF_BOUNDS",o,t,e);var s=Mce[t.op].call(t,l,h,e);if(s.test===!1)throw new Je("Test operation failed","TEST_OPERATION_FAILED",o,t,e);return s}}else if(c>=f){var s=Ba[t.op].call(t,l,h,e);if(s.test===!1)throw new Je("Test operation failed","TEST_OPERATION_FAILED",o,t,e);return s}if(l=l[h],n&&c<f&&(!l||typeof l!="object"))throw new Je("Cannot perform operation at the desired path","OPERATION_PATH_UNRESOLVABLE",o,t,e)}}}function cm(e,t,n,i,r){if(i===void 0&&(i=!0),r===void 0&&(r=!0),n&&!Array.isArray(t))throw new Je("Patch sequence must be an array","SEQUENCE_NOT_AN_ARRAY");i||(e=On(e));for(var o=new Array(t.length),s=0,a=t.length;s<a;s++)o[s]=Ds(e,t[s],n,!0,r,s),e=o[s].newDocument;return o.newDocument=e,o}function Dce(e,t,n){var i=Ds(e,t);if(i.test===!1)throw new Je("Test operation failed","TEST_OPERATION_FAILED",n,t,e);return i.newDocument}function sp(e,t,n,i){if(typeof e!="object"||e===null||Array.isArray(e))throw new Je("Operation is not an object","OPERATION_NOT_AN_OBJECT",t,e,n);if(Ba[e.op]){if(typeof e.path!="string")throw new Je("Operation `path` property is not a string","OPERATION_PATH_INVALID",t,e,n);if(e.path.indexOf("/")!==0&&e.path.length>0)throw new Je('Operation `path` property must start with "/"',"OPERATION_PATH_INVALID",t,e,n);if((e.op==="move"||e.op==="copy")&&typeof e.from!="string")throw new Je("Operation `from` property is not present (applicable in `move` and `copy` operations)","OPERATION_FROM_REQUIRED",t,e,n);if((e.op==="add"||e.op==="replace"||e.op==="test")&&e.value===void 0)throw new Je("Operation `value` property is not present (applicable in `add`, `replace` and `test` operations)","OPERATION_VALUE_REQUIRED",t,e,n);if((e.op==="add"||e.op==="replace"||e.op==="test")&&sb(e.value))throw new Je("Operation `value` property is not present (applicable in `add`, `replace` and `test` operations)","OPERATION_VALUE_CANNOT_CONTAIN_UNDEFINED",t,e,n);if(n){if(e.op=="add"){var r=e.path.split("/").length,o=i.split("/").length;if(r!==o+1&&r!==o)throw new Je("Cannot perform an `add` operation at the desired path","OPERATION_PATH_CANNOT_ADD",t,e,n)}else if(e.op==="replace"||e.op==="remove"||e.op==="_get"){if(e.path!==i)throw new Je("Cannot perform the operation at a path that does not exist","OPERATION_PATH_UNRESOLVABLE",t,e,n)}else if(e.op==="move"||e.op==="copy"){var s={op:"_get",path:e.from,value:void 0},a=bP([s],n);if(a&&a.name==="OPERATION_PATH_UNRESOLVABLE")throw new Je("Cannot perform the operation from a path that does not exist","OPERATION_FROM_UNRESOLVABLE",t,e,n)}}}else throw new Je("Operation `op` property is not one of operations defined in RFC-6902","OPERATION_OP_INVALID",t,e,n)}function bP(e,t,n){try{if(!Array.isArray(e))throw new Je("Patch sequence must be an array","SEQUENCE_NOT_AN_ARRAY");if(t)cm(On(t),On(e),n||!0);else{n=n||sp;for(var i=0;i<e.length;i++)n(e[i],i,t,void 0)}}catch(r){if(r instanceof Je)return r;throw r}}function Rc(e,t){if(e===t)return!0;if(e&&t&&typeof e=="object"&&typeof t=="object"){var n=Array.isArray(e),i=Array.isArray(t),r,o,s;if(n&&i){if(o=e.length,o!=t.length)return!1;for(r=o;r--!==0;)if(!Rc(e[r],t[r]))return!1;return!0}if(n!=i)return!1;var a=Object.keys(e);if(o=a.length,o!==Object.keys(t).length)return!1;for(r=o;r--!==0;)if(!t.hasOwnProperty(a[r]))return!1;for(r=o;r--!==0;)if(s=a[r],!Rc(e[s],t[s]))return!1;return!0}return e!==e&&t!==t}var Oce=Object.freeze({__proto__:null,JsonPatchError:Je,_areEquals:Rc,applyOperation:Ds,applyPatch:cm,applyReducer:Dce,deepClone:Tce,getValueByPointer:op,validate:bP,validator:sp});var kE=new WeakMap,Rce=(function(){function e(t){this.observers=new Map,this.obj=t}return e})(),Nce=(function(){function e(t,n){this.callback=t,this.observer=n}return e})();function Lce(e){return kE.get(e)}function Pce(e,t){return e.observers.get(t)}function Ice(e,t){e.observers.delete(t.callback)}function zce(e,t){t.unobserve()}function Bce(e,t){var n=[],i,r=Lce(e);if(!r)r=new Rce(e),kE.set(e,r);else{var o=Pce(r,t);i=o&&o.observer}if(i)return i;if(i={},r.value=On(e),t){i.callback=t,i.next=null;var s=function(){ab(i)},a=function(){clearTimeout(i.next),i.next=setTimeout(s)};typeof window<"u"&&(window.addEventListener("mouseup",a),window.addEventListener("keyup",a),window.addEventListener("mousedown",a),window.addEventListener("keydown",a),window.addEventListener("change",a))}return i.patches=n,i.object=e,i.unobserve=function(){ab(i),clearTimeout(i.next),Ice(r,i),typeof window<"u"&&(window.removeEventListener("mouseup",a),window.removeEventListener("keyup",a),window.removeEventListener("mousedown",a),window.removeEventListener("keydown",a),window.removeEventListener("change",a))},r.observers.set(t,new Nce(t,i)),i}function ab(e,t){t===void 0&&(t=!1);var n=kE.get(e.object);AE(n.value,e.object,e.patches,"",t),e.patches.length&&cm(n.value,e.patches);var i=e.patches;return i.length>0&&(e.patches=[],e.callback&&e.callback(i)),i}function AE(e,t,n,i,r){if(t!==e){typeof t.toJSON=="function"&&(t=t.toJSON());for(var o=rb(t),s=rb(e),a=!1,u=s.length-1;u>=0;u--){var l=s[u],c=e[l];if(ib(t,l)&&!(t[l]===void 0&&c!==void 0&&Array.isArray(t)===!1)){var f=t[l];typeof c=="object"&&c!=null&&typeof f=="object"&&f!=null&&Array.isArray(c)===Array.isArray(f)?AE(c,f,n,i+"/"+gs(l),r):c!==f&&(r&&n.push({op:"test",path:i+"/"+gs(l),value:On(c)}),n.push({op:"replace",path:i+"/"+gs(l),value:On(f)}))}else Array.isArray(e)===Array.isArray(t)?(r&&n.push({op:"test",path:i+"/"+gs(l),value:On(c)}),n.push({op:"remove",path:i+"/"+gs(l)}),a=!0):(r&&n.push({op:"test",path:i,value:e}),n.push({op:"replace",path:i,value:t}))}if(!(!a&&o.length==s.length))for(var u=0;u<o.length;u++){var l=o[u];!ib(e,l)&&t[l]!==void 0&&n.push({op:"add",path:i+"/"+gs(l),value:On(t[l])})}}}function Uce(e,t,n){n===void 0&&(n=!1);var i=[];return AE(e,t,i,"",n),i}var jce=Object.freeze({__proto__:null,compare:Uce,generate:ab,observe:Bce,unobserve:zce});Object.assign({},Oce,jce,{JsonPatchError:yP,deepClone:On,escapePathComponent:gs,unescapePathComponent:mP});function qce(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var P0,OA;function Wce(){if(OA)return P0;OA=1;class e{constructor(){this.max=1e3,this.map=new Map}get(n){const i=this.map.get(n);if(i!==void 0)return this.map.delete(n),this.map.set(n,i),i}delete(n){return this.map.delete(n)}set(n,i){if(!this.delete(n)&&i!==void 0){if(this.map.size>=this.max){const o=this.map.keys().next().value;this.delete(o)}this.map.set(n,i)}return this}}return P0=e,P0}var I0,RA;function CE(){if(RA)return I0;RA=1;const e=Object.freeze({loose:!0}),t=Object.freeze({});return I0=i=>i?typeof i!="object"?e:i:t,I0}var ud={exports:{}},z0,NA;function FE(){if(NA)return z0;NA=1;const e="2.0.0",t=256,n=Number.MAX_SAFE_INTEGER||9007199254740991,i=16,r=t-6;return z0={MAX_LENGTH:t,MAX_SAFE_COMPONENT_LENGTH:i,MAX_SAFE_BUILD_LENGTH:r,MAX_SAFE_INTEGER:n,RELEASE_TYPES:["major","premajor","minor","preminor","patch","prepatch","prerelease"],SEMVER_SPEC_VERSION:e,FLAG_INCLUDE_PRERELEASE:1,FLAG_LOOSE:2},z0}var B0,LA;function fm(){return LA||(LA=1,B0=typeof process=="object"&&L0&&L0.NODE_DEBUG&&/\bsemver\b/i.test(L0.NODE_DEBUG)?(...t)=>console.error("SEMVER",...t):()=>{}),B0}var PA;function TE(){return PA||(PA=1,(function(e,t){const{MAX_SAFE_COMPONENT_LENGTH:n,MAX_SAFE_BUILD_LENGTH:i,MAX_LENGTH:r}=FE(),o=fm();t=e.exports={};const s=t.re=[],a=t.safeRe=[],u=t.src=[],l=t.safeSrc=[],c=t.t={};let f=0;const d="[a-zA-Z0-9-]",h=[["\\s",1],["\\d",r],[d,i]],p=m=>{for(const[y,b]of h)m=m.split(`${y}*`).join(`${y}{0,${b}}`).split(`${y}+`).join(`${y}{1,${b}}`);return m},g=(m,y,b)=>{const v=p(y),x=f++;o(m,x,y),c[m]=x,u[x]=y,l[x]=v,s[x]=new RegExp(y,b?"g":void 0),a[x]=new RegExp(v,b?"g":void 0)};g("NUMERICIDENTIFIER","0|[1-9]\\d*"),g("NUMERICIDENTIFIERLOOSE","\\d+"),g("NONNUMERICIDENTIFIER",`\\d*[a-zA-Z-]${d}*`),g("MAINVERSION",`(${u[c.NUMERICIDENTIFIER]})\\.(${u[c.NUMERICIDENTIFIER]})\\.(${u[c.NUMERICIDENTIFIER]})`),g("MAINVERSIONLOOSE",`(${u[c.NUMERICIDENTIFIERLOOSE]})\\.(${u[c.NUMERICIDENTIFIERLOOSE]})\\.(${u[c.NUMERICIDENTIFIERLOOSE]})`),g("PRERELEASEIDENTIFIER",`(?:${u[c.NONNUMERICIDENTIFIER]}|${u[c.NUMERICIDENTIFIER]})`),g("PRERELEASEIDENTIFIERLOOSE",`(?:${u[c.NONNUMERICIDENTIFIER]}|${u[c.NUMERICIDENTIFIERLOOSE]})`),g("PRERELEASE",`(?:-(${u[c.PRERELEASEIDENTIFIER]}(?:\\.${u[c.PRERELEASEIDENTIFIER]})*))`),g("PRERELEASELOOSE",`(?:-?(${u[c.PRERELEASEIDENTIFIERLOOSE]}(?:\\.${u[c.PRERELEASEIDENTIFIERLOOSE]})*))`),g("BUILDIDENTIFIER",`${d}+`),g("BUILD",`(?:\\+(${u[c.BUILDIDENTIFIER]}(?:\\.${u[c.BUILDIDENTIFIER]})*))`),g("FULLPLAIN",`v?${u[c.MAINVERSION]}${u[c.PRERELEASE]}?${u[c.BUILD]}?`),g("FULL",`^${u[c.FULLPLAIN]}$`),g("LOOSEPLAIN",`[v=\\s]*${u[c.MAINVERSIONLOOSE]}${u[c.PRERELEASELOOSE]}?${u[c.BUILD]}?`),g("LOOSE",`^${u[c.LOOSEPLAIN]}$`),g("GTLT","((?:<|>)?=?)"),g("XRANGEIDENTIFIERLOOSE",`${u[c.NUMERICIDENTIFIERLOOSE]}|x|X|\\*`),g("XRANGEIDENTIFIER",`${u[c.NUMERICIDENTIFIER]}|x|X|\\*`),g("XRANGEPLAIN",`[v=\\s]*(${u[c.XRANGEIDENTIFIER]})(?:\\.(${u[c.XRANGEIDENTIFIER]})(?:\\.(${u[c.XRANGEIDENTIFIER]})(?:${u[c.PRERELEASE]})?${u[c.BUILD]}?)?)?`),g("XRANGEPLAINLOOSE",`[v=\\s]*(${u[c.XRANGEIDENTIFIERLOOSE]})(?:\\.(${u[c.XRANGEIDENTIFIERLOOSE]})(?:\\.(${u[c.XRANGEIDENTIFIERLOOSE]})(?:${u[c.PRERELEASELOOSE]})?${u[c.BUILD]}?)?)?`),g("XRANGE",`^${u[c.GTLT]}\\s*${u[c.XRANGEPLAIN]}$`),g("XRANGELOOSE",`^${u[c.GTLT]}\\s*${u[c.XRANGEPLAINLOOSE]}$`),g("COERCEPLAIN",`(^|[^\\d])(\\d{1,${n}})(?:\\.(\\d{1,${n}}))?(?:\\.(\\d{1,${n}}))?`),g("COERCE",`${u[c.COERCEPLAIN]}(?:$|[^\\d])`),g("COERCEFULL",u[c.COERCEPLAIN]+`(?:${u[c.PRERELEASE]})?(?:${u[c.BUILD]})?(?:$|[^\\d])`),g("COERCERTL",u[c.COERCE],!0),g("COERCERTLFULL",u[c.COERCEFULL],!0),g("LONETILDE","(?:~>?)"),g("TILDETRIM",`(\\s*)${u[c.LONETILDE]}\\s+`,!0),t.tildeTrimReplace="$1~",g("TILDE",`^${u[c.LONETILDE]}${u[c.XRANGEPLAIN]}$`),g("TILDELOOSE",`^${u[c.LONETILDE]}${u[c.XRANGEPLAINLOOSE]}$`),g("LONECARET","(?:\\^)"),g("CARETTRIM",`(\\s*)${u[c.LONECARET]}\\s+`,!0),t.caretTrimReplace="$1^",g("CARET",`^${u[c.LONECARET]}${u[c.XRANGEPLAIN]}$`),g("CARETLOOSE",`^${u[c.LONECARET]}${u[c.XRANGEPLAINLOOSE]}$`),g("COMPARATORLOOSE",`^${u[c.GTLT]}\\s*(${u[c.LOOSEPLAIN]})$|^$`),g("COMPARATOR",`^${u[c.GTLT]}\\s*(${u[c.FULLPLAIN]})$|^$`),g("COMPARATORTRIM",`(\\s*)${u[c.GTLT]}\\s*(${u[c.LOOSEPLAIN]}|${u[c.XRANGEPLAIN]})`,!0),t.comparatorTrimReplace="$1$2$3",g("HYPHENRANGE",`^\\s*(${u[c.XRANGEPLAIN]})\\s+-\\s+(${u[c.XRANGEPLAIN]})\\s*$`),g("HYPHENRANGELOOSE",`^\\s*(${u[c.XRANGEPLAINLOOSE]})\\s+-\\s+(${u[c.XRANGEPLAINLOOSE]})\\s*$`),g("STAR","(<|>)?=?\\s*\\*"),g("GTE0","^\\s*>=\\s*0\\.0\\.0\\s*$"),g("GTE0PRE","^\\s*>=\\s*0\\.0\\.0-0\\s*$")})(ud,ud.exports)),ud.exports}var U0,IA;function Hce(){if(IA)return U0;IA=1;const e=/^[0-9]+$/,t=(i,r)=>{const o=e.test(i),s=e.test(r);return o&&s&&(i=+i,r=+r),i===r?0:o&&!s?-1:s&&!o?1:i<r?-1:1};return U0={compareIdentifiers:t,rcompareIdentifiers:(i,r)=>t(r,i)},U0}var j0,zA;function ME(){if(zA)return j0;zA=1;const e=fm(),{MAX_LENGTH:t,MAX_SAFE_INTEGER:n}=FE(),{safeRe:i,t:r}=TE(),o=CE(),{compareIdentifiers:s}=Hce();class a{constructor(l,c){if(c=o(c),l instanceof a){if(l.loose===!!c.loose&&l.includePrerelease===!!c.includePrerelease)return l;l=l.version}else if(typeof l!="string")throw new TypeError(`Invalid version. Must be a string. Got type "${typeof l}".`);if(l.length>t)throw new TypeError(`version is longer than ${t} characters`);e("SemVer",l,c),this.options=c,this.loose=!!c.loose,this.includePrerelease=!!c.includePrerelease;const f=l.trim().match(c.loose?i[r.LOOSE]:i[r.FULL]);if(!f)throw new TypeError(`Invalid Version: ${l}`);if(this.raw=l,this.major=+f[1],this.minor=+f[2],this.patch=+f[3],this.major>n||this.major<0)throw new TypeError("Invalid major version");if(this.minor>n||this.minor<0)throw new TypeError("Invalid minor version");if(this.patch>n||this.patch<0)throw new TypeError("Invalid patch version");f[4]?this.prerelease=f[4].split(".").map(d=>{if(/^[0-9]+$/.test(d)){const h=+d;if(h>=0&&h<n)return h}return d}):this.prerelease=[],this.build=f[5]?f[5].split("."):[],this.format()}format(){return this.version=`${this.major}.${this.minor}.${this.patch}`,this.prerelease.length&&(this.version+=`-${this.prerelease.join(".")}`),this.version}toString(){return this.version}compare(l){if(e("SemVer.compare",this.version,this.options,l),!(l instanceof a)){if(typeof l=="string"&&l===this.version)return 0;l=new a(l,this.options)}return l.version===this.version?0:this.compareMain(l)||this.comparePre(l)}compareMain(l){return l instanceof a||(l=new a(l,this.options)),s(this.major,l.major)||s(this.minor,l.minor)||s(this.patch,l.patch)}comparePre(l){if(l instanceof a||(l=new a(l,this.options)),this.prerelease.length&&!l.prerelease.length)return-1;if(!this.prerelease.length&&l.prerelease.length)return 1;if(!this.prerelease.length&&!l.prerelease.length)return 0;let c=0;do{const f=this.prerelease[c],d=l.prerelease[c];if(e("prerelease compare",c,f,d),f===void 0&&d===void 0)return 0;if(d===void 0)return 1;if(f===void 0)return-1;if(f===d)continue;return s(f,d)}while(++c)}compareBuild(l){l instanceof a||(l=new a(l,this.options));let c=0;do{const f=this.build[c],d=l.build[c];if(e("build compare",c,f,d),f===void 0&&d===void 0)return 0;if(d===void 0)return 1;if(f===void 0)return-1;if(f===d)continue;return s(f,d)}while(++c)}inc(l,c,f){if(l.startsWith("pre")){if(!c&&f===!1)throw new Error("invalid increment argument: identifier is empty");if(c){const d=`-${c}`.match(this.options.loose?i[r.PRERELEASELOOSE]:i[r.PRERELEASE]);if(!d||d[1]!==c)throw new Error(`invalid identifier: ${c}`)}}switch(l){case"premajor":this.prerelease.length=0,this.patch=0,this.minor=0,this.major++,this.inc("pre",c,f);break;case"preminor":this.prerelease.length=0,this.patch=0,this.minor++,this.inc("pre",c,f);break;case"prepatch":this.prerelease.length=0,this.inc("patch",c,f),this.inc("pre",c,f);break;case"prerelease":this.prerelease.length===0&&this.inc("patch",c,f),this.inc("pre",c,f);break;case"release":if(this.prerelease.length===0)throw new Error(`version ${this.raw} is not a prerelease`);this.prerelease.length=0;break;case"major":(this.minor!==0||this.patch!==0||this.prerelease.length===0)&&this.major++,this.minor=0,this.patch=0,this.prerelease=[];break;case"minor":(this.patch!==0||this.prerelease.length===0)&&this.minor++,this.patch=0,this.prerelease=[];break;case"patch":this.prerelease.length===0&&this.patch++,this.prerelease=[];break;case"pre":{const d=Number(f)?1:0;if(this.prerelease.length===0)this.prerelease=[d];else{let h=this.prerelease.length;for(;--h>=0;)typeof this.prerelease[h]=="number"&&(this.prerelease[h]++,h=-2);if(h===-1){if(c===this.prerelease.join(".")&&f===!1)throw new Error("invalid increment argument: identifier already exists");this.prerelease.push(d)}}if(c){let h=[c,d];f===!1&&(h=[c]),s(this.prerelease[0],c)===0?isNaN(this.prerelease[1])&&(this.prerelease=h):this.prerelease=h}break}default:throw new Error(`invalid increment argument: ${l}`)}return this.raw=this.format(),this.build.length&&(this.raw+=`+${this.build.join(".")}`),this}}return j0=a,j0}var q0,BA;function nl(){if(BA)return q0;BA=1;const e=ME();return q0=(n,i,r)=>new e(n,r).compare(new e(i,r)),q0}var W0,UA;function Gce(){if(UA)return W0;UA=1;const e=nl();return W0=(n,i,r)=>e(n,i,r)===0,W0}var H0,jA;function Vce(){if(jA)return H0;jA=1;const e=nl();return H0=(n,i,r)=>e(n,i,r)!==0,H0}var G0,qA;function Yce(){if(qA)return G0;qA=1;const e=nl();return G0=(n,i,r)=>e(n,i,r)>0,G0}var V0,WA;function Xce(){if(WA)return V0;WA=1;const e=nl();return V0=(n,i,r)=>e(n,i,r)>=0,V0}var Y0,HA;function Kce(){if(HA)return Y0;HA=1;const e=nl();return Y0=(n,i,r)=>e(n,i,r)<0,Y0}var X0,GA;function Jce(){if(GA)return X0;GA=1;const e=nl();return X0=(n,i,r)=>e(n,i,r)<=0,X0}var K0,VA;function Qce(){if(VA)return K0;VA=1;const e=Gce(),t=Vce(),n=Yce(),i=Xce(),r=Kce(),o=Jce();return K0=(a,u,l,c)=>{switch(u){case"===":return typeof a=="object"&&(a=a.version),typeof l=="object"&&(l=l.version),a===l;case"!==":return typeof a=="object"&&(a=a.version),typeof l=="object"&&(l=l.version),a!==l;case"":case"=":case"==":return e(a,l,c);case"!=":return t(a,l,c);case">":return n(a,l,c);case">=":return i(a,l,c);case"<":return r(a,l,c);case"<=":return o(a,l,c);default:throw new TypeError(`Invalid operator: ${u}`)}},K0}var J0,YA;function Zce(){if(YA)return J0;YA=1;const e=Symbol("SemVer ANY");class t{static get ANY(){return e}constructor(c,f){if(f=n(f),c instanceof t){if(c.loose===!!f.loose)return c;c=c.value}c=c.trim().split(/\s+/).join(" "),s("comparator",c,f),this.options=f,this.loose=!!f.loose,this.parse(c),this.semver===e?this.value="":this.value=this.operator+this.semver.version,s("comp",this)}parse(c){const f=this.options.loose?i[r.COMPARATORLOOSE]:i[r.COMPARATOR],d=c.match(f);if(!d)throw new TypeError(`Invalid comparator: ${c}`);this.operator=d[1]!==void 0?d[1]:"",this.operator==="="&&(this.operator=""),d[2]?this.semver=new a(d[2],this.options.loose):this.semver=e}toString(){return this.value}test(c){if(s("Comparator.test",c,this.options.loose),this.semver===e||c===e)return!0;if(typeof c=="string")try{c=new a(c,this.options)}catch{return!1}return o(c,this.operator,this.semver,this.options)}intersects(c,f){if(!(c instanceof t))throw new TypeError("a Comparator is required");return this.operator===""?this.value===""?!0:new u(c.value,f).test(this.value):c.operator===""?c.value===""?!0:new u(this.value,f).test(c.semver):(f=n(f),f.includePrerelease&&(this.value==="<0.0.0-0"||c.value==="<0.0.0-0")||!f.includePrerelease&&(this.value.startsWith("<0.0.0")||c.value.startsWith("<0.0.0"))?!1:!!(this.operator.startsWith(">")&&c.operator.startsWith(">")||this.operator.startsWith("<")&&c.operator.startsWith("<")||this.semver.version===c.semver.version&&this.operator.includes("=")&&c.operator.includes("=")||o(this.semver,"<",c.semver,f)&&this.operator.startsWith(">")&&c.operator.startsWith("<")||o(this.semver,">",c.semver,f)&&this.operator.startsWith("<")&&c.operator.startsWith(">")))}}J0=t;const n=CE(),{safeRe:i,t:r}=TE(),o=Qce(),s=fm(),a=ME(),u=vP();return J0}var Q0,XA;function vP(){if(XA)return Q0;XA=1;const e=/\s+/g;class t{constructor(k,T){if(T=r(T),k instanceof t)return k.loose===!!T.loose&&k.includePrerelease===!!T.includePrerelease?k:new t(k.raw,T);if(k instanceof o)return this.raw=k.value,this.set=[[k]],this.formatted=void 0,this;if(this.options=T,this.loose=!!T.loose,this.includePrerelease=!!T.includePrerelease,this.raw=k.trim().replace(e," "),this.set=this.raw.split("||").map(L=>this.parseRange(L.trim())).filter(L=>L.length),!this.set.length)throw new TypeError(`Invalid SemVer Range: ${this.raw}`);if(this.set.length>1){const L=this.set[0];if(this.set=this.set.filter(z=>!g(z[0])),this.set.length===0)this.set=[L];else if(this.set.length>1){for(const z of this.set)if(z.length===1&&m(z[0])){this.set=[z];break}}}this.formatted=void 0}get range(){if(this.formatted===void 0){this.formatted="";for(let k=0;k<this.set.length;k++){k>0&&(this.formatted+="||");const T=this.set[k];for(let L=0;L<T.length;L++)L>0&&(this.formatted+=" "),this.formatted+=T[L].toString().trim()}}return this.formatted}format(){return this.range}toString(){return this.range}parseRange(k){const L=((this.options.includePrerelease&&h)|(this.options.loose&&p))+":"+k,z=i.get(L);if(z)return z;const I=this.options.loose,Q=I?u[l.HYPHENRANGELOOSE]:u[l.HYPHENRANGE];k=k.replace(Q,N(this.options.includePrerelease)),s("hyphen replace",k),k=k.replace(u[l.COMPARATORTRIM],c),s("comparator trim",k),k=k.replace(u[l.TILDETRIM],f),s("tilde trim",k),k=k.replace(u[l.CARETTRIM],d),s("caret trim",k);let ue=k.split(" ").map(he=>b(he,this.options)).join(" ").split(/\s+/).map(he=>F(he,this.options));I&&(ue=ue.filter(he=>(s("loose invalid filter",he,this.options),!!he.match(u[l.COMPARATORLOOSE])))),s("range list",ue);const oe=new Map,de=ue.map(he=>new o(he,this.options));for(const he of de){if(g(he))return[he];oe.set(he.value,he)}oe.size>1&&oe.has("")&&oe.delete("");const Pe=[...oe.values()];return i.set(L,Pe),Pe}intersects(k,T){if(!(k instanceof t))throw new TypeError("a Range is required");return this.set.some(L=>y(L,T)&&k.set.some(z=>y(z,T)&&L.every(I=>z.every(Q=>I.intersects(Q,T)))))}test(k){if(!k)return!1;if(typeof k=="string")try{k=new a(k,this.options)}catch{return!1}for(let T=0;T<this.set.length;T++)if(M(this.set[T],k,this.options))return!0;return!1}}Q0=t;const n=Wce(),i=new n,r=CE(),o=Zce(),s=fm(),a=ME(),{safeRe:u,t:l,comparatorTrimReplace:c,tildeTrimReplace:f,caretTrimReplace:d}=TE(),{FLAG_INCLUDE_PRERELEASE:h,FLAG_LOOSE:p}=FE(),g=C=>C.value==="<0.0.0-0",m=C=>C.value==="",y=(C,k)=>{let T=!0;const L=C.slice();let z=L.pop();for(;T&&L.length;)T=L.every(I=>z.intersects(I,k)),z=L.pop();return T},b=(C,k)=>(s("comp",C,k),C=S(C,k),s("caret",C),C=x(C,k),s("tildes",C),C=_(C,k),s("xrange",C),C=A(C,k),s("stars",C),C),v=C=>!C||C.toLowerCase()==="x"||C==="*",x=(C,k)=>C.trim().split(/\s+/).map(T=>E(T,k)).join(" "),E=(C,k)=>{const T=k.loose?u[l.TILDELOOSE]:u[l.TILDE];return C.replace(T,(L,z,I,Q,ue)=>{s("tilde",C,L,z,I,Q,ue);let oe;return v(z)?oe="":v(I)?oe=`>=${z}.0.0 <${+z+1}.0.0-0`:v(Q)?oe=`>=${z}.${I}.0 <${z}.${+I+1}.0-0`:ue?(s("replaceTilde pr",ue),oe=`>=${z}.${I}.${Q}-${ue} <${z}.${+I+1}.0-0`):oe=`>=${z}.${I}.${Q} <${z}.${+I+1}.0-0`,s("tilde return",oe),oe})},S=(C,k)=>C.trim().split(/\s+/).map(T=>w(T,k)).join(" "),w=(C,k)=>{s("caret",C,k);const T=k.loose?u[l.CARETLOOSE]:u[l.CARET],L=k.includePrerelease?"-0":"";return C.replace(T,(z,I,Q,ue,oe)=>{s("caret",C,z,I,Q,ue,oe);let de;return v(I)?de="":v(Q)?de=`>=${I}.0.0${L} <${+I+1}.0.0-0`:v(ue)?I==="0"?de=`>=${I}.${Q}.0${L} <${I}.${+Q+1}.0-0`:de=`>=${I}.${Q}.0${L} <${+I+1}.0.0-0`:oe?(s("replaceCaret pr",oe),I==="0"?Q==="0"?de=`>=${I}.${Q}.${ue}-${oe} <${I}.${Q}.${+ue+1}-0`:de=`>=${I}.${Q}.${ue}-${oe} <${I}.${+Q+1}.0-0`:de=`>=${I}.${Q}.${ue}-${oe} <${+I+1}.0.0-0`):(s("no pr"),I==="0"?Q==="0"?de=`>=${I}.${Q}.${ue}${L} <${I}.${Q}.${+ue+1}-0`:de=`>=${I}.${Q}.${ue}${L} <${I}.${+Q+1}.0-0`:de=`>=${I}.${Q}.${ue} <${+I+1}.0.0-0`),s("caret return",de),de})},_=(C,k)=>(s("replaceXRanges",C,k),C.split(/\s+/).map(T=>$(T,k)).join(" ")),$=(C,k)=>{C=C.trim();const T=k.loose?u[l.XRANGELOOSE]:u[l.XRANGE];return C.replace(T,(L,z,I,Q,ue,oe)=>{s("xRange",C,L,z,I,Q,ue,oe);const de=v(I),Pe=de||v(Q),he=Pe||v(ue),Dt=he;return z==="="&&Dt&&(z=""),oe=k.includePrerelease?"-0":"",de?z===">"||z==="<"?L="<0.0.0-0":L="*":z&&Dt?(Pe&&(Q=0),ue=0,z===">"?(z=">=",Pe?(I=+I+1,Q=0,ue=0):(Q=+Q+1,ue=0)):z==="<="&&(z="<",Pe?I=+I+1:Q=+Q+1),z==="<"&&(oe="-0"),L=`${z+I}.${Q}.${ue}${oe}`):Pe?L=`>=${I}.0.0${oe} <${+I+1}.0.0-0`:he&&(L=`>=${I}.${Q}.0${oe} <${I}.${+Q+1}.0-0`),s("xRange return",L),L})},A=(C,k)=>(s("replaceStars",C,k),C.trim().replace(u[l.STAR],"")),F=(C,k)=>(s("replaceGTE0",C,k),C.trim().replace(u[k.includePrerelease?l.GTE0PRE:l.GTE0],"")),N=C=>(k,T,L,z,I,Q,ue,oe,de,Pe,he,Dt)=>(v(L)?T="":v(z)?T=`>=${L}.0.0${C?"-0":""}`:v(I)?T=`>=${L}.${z}.0${C?"-0":""}`:Q?T=`>=${T}`:T=`>=${T}${C?"-0":""}`,v(de)?oe="":v(Pe)?oe=`<${+de+1}.0.0-0`:v(he)?oe=`<${de}.${+Pe+1}.0-0`:Dt?oe=`<=${de}.${Pe}.${he}-${Dt}`:C?oe=`<${de}.${Pe}.${+he+1}-0`:oe=`<=${oe}`,`${T} ${oe}`.trim()),M=(C,k,T)=>{for(let L=0;L<C.length;L++)if(!C[L].test(k))return!1;if(k.prerelease.length&&!T.includePrerelease){for(let L=0;L<C.length;L++)if(s(C[L].semver),C[L].semver!==o.ANY&&C[L].semver.prerelease.length>0){const z=C[L].semver;if(z.major===k.major&&z.minor===k.minor&&z.patch===k.patch)return!0}return!1}return!0};return Q0}var Z0,KA;function efe(){if(KA)return Z0;KA=1;const e=vP();return Z0=(n,i,r)=>{try{i=new e(i,r)}catch{return!1}return i.test(n)},Z0}var tfe=efe(),xP=qce(tfe);function nfe(e,t,n){const i=e.open(t),r=250,{origin:o}=new URL(t);let s=40;function a(l){l.source===i&&(s=0,e.removeEventListener("message",a,!1))}e.addEventListener("message",a,!1);function u(){s<=0||(i.postMessage(n,o),setTimeout(u,r),s-=1)}setTimeout(u,r)}var ife=`.vega-embed {
71
+ position: relative;
72
+ display: inline-block;
73
+ box-sizing: border-box;
74
+ }
75
+ .vega-embed.has-actions {
76
+ padding-right: 38px;
77
+ }
78
+ .vega-embed details:not([open]) > :not(summary) {
79
+ display: none !important;
80
+ }
81
+ .vega-embed summary {
82
+ list-style: none;
83
+ position: absolute;
84
+ top: 0;
85
+ right: 0;
86
+ padding: 6px;
87
+ z-index: 1000;
88
+ background: white;
89
+ box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
90
+ color: #1b1e23;
91
+ border: 1px solid #aaa;
92
+ border-radius: 999px;
93
+ opacity: 0.2;
94
+ transition: opacity 0.4s ease-in;
95
+ cursor: pointer;
96
+ line-height: 0px;
97
+ }
98
+ .vega-embed summary::-webkit-details-marker {
99
+ display: none;
100
+ }
101
+ .vega-embed summary:active {
102
+ box-shadow: #aaa 0px 0px 0px 1px inset;
103
+ }
104
+ .vega-embed summary svg {
105
+ width: 14px;
106
+ height: 14px;
107
+ }
108
+ .vega-embed details[open] summary {
109
+ opacity: 0.7;
110
+ }
111
+ .vega-embed:hover summary, .vega-embed:focus-within summary {
112
+ opacity: 1 !important;
113
+ transition: opacity 0.2s ease;
114
+ }
115
+ .vega-embed .vega-actions {
116
+ position: absolute;
117
+ z-index: 1001;
118
+ top: 35px;
119
+ right: -9px;
120
+ display: flex;
121
+ flex-direction: column;
122
+ padding-bottom: 8px;
123
+ padding-top: 8px;
124
+ border-radius: 4px;
125
+ box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
126
+ border: 1px solid #d9d9d9;
127
+ background: white;
128
+ animation-duration: 0.15s;
129
+ animation-name: scale-in;
130
+ animation-timing-function: cubic-bezier(0.2, 0, 0.13, 1.5);
131
+ text-align: left;
132
+ }
133
+ .vega-embed .vega-actions a {
134
+ padding: 8px 16px;
135
+ font-family: sans-serif;
136
+ font-size: 14px;
137
+ font-weight: 600;
138
+ white-space: nowrap;
139
+ color: #434a56;
140
+ text-decoration: none;
141
+ }
142
+ .vega-embed .vega-actions a:hover, .vega-embed .vega-actions a:focus {
143
+ background-color: #f7f7f9;
144
+ color: black;
145
+ }
146
+ .vega-embed .vega-actions::before, .vega-embed .vega-actions::after {
147
+ content: "";
148
+ display: inline-block;
149
+ position: absolute;
150
+ }
151
+ .vega-embed .vega-actions::before {
152
+ left: auto;
153
+ right: 14px;
154
+ top: -16px;
155
+ border: 8px solid rgba(0, 0, 0, 0);
156
+ border-bottom-color: #d9d9d9;
157
+ }
158
+ .vega-embed .vega-actions::after {
159
+ left: auto;
160
+ right: 15px;
161
+ top: -14px;
162
+ border: 7px solid rgba(0, 0, 0, 0);
163
+ border-bottom-color: #fff;
164
+ }
165
+ .vega-embed .chart-wrapper.fit-x {
166
+ width: 100%;
167
+ }
168
+ .vega-embed .chart-wrapper.fit-y {
169
+ height: 100%;
170
+ }
171
+
172
+ .vega-embed-wrapper {
173
+ max-width: 100%;
174
+ overflow: auto;
175
+ padding-right: 14px;
176
+ }
177
+
178
+ @keyframes scale-in {
179
+ from {
180
+ opacity: 0;
181
+ transform: scale(0.6);
182
+ }
183
+ to {
184
+ opacity: 1;
185
+ transform: scale(1);
186
+ }
187
+ }
188
+ `;function wP(e,...t){for(const n of t)rfe(e,n);return e}function rfe(e,t){for(const n of Object.keys(t))Ru(e,n,t[n],!0)}const zi=Pee;let Nc=Dle;const JA=typeof window<"u"?window:void 0;Nc===void 0&&JA?.vl?.compile&&(Nc=JA.vl);const ofe={export:{svg:!0,png:!0},source:!0,compiled:!0,editor:!0},sfe={CLICK_TO_VIEW_ACTIONS:"Click to view actions",COMPILED_ACTION:"View Compiled Vega",EDITOR_ACTION:"Open in Vega Editor",PNG_ACTION:"Save as PNG",SOURCE_ACTION:"View Source",SVG_ACTION:"Save as SVG"},Vl={vega:"Vega","vega-lite":"Vega-Lite"},ap={vega:zi.version,"vega-lite":Nc?Nc.version:"not available"},afe={vega:e=>e,"vega-lite":(e,t,n)=>Nc.compile(e,{config:n,logger:t}).spec},ufe=`
189
+ <svg viewBox="0 0 16 16" fill="currentColor" stroke="none" stroke-width="1" stroke-linecap="round" stroke-linejoin="round">
190
+ <circle r="2" cy="8" cx="2"></circle>
191
+ <circle r="2" cy="8" cx="8"></circle>
192
+ <circle r="2" cy="8" cx="14"></circle>
193
+ </svg>`,lfe="chart-wrapper";function cfe(e){return typeof e=="function"}function QA(e,t,n,i){const r=`<html><head>${t}</head><body><pre><code class="json">`,o=`</code></pre>${n}</body></html>`,s=window.open("");s.document.write(r+e+o),s.document.title=`${Vl[i]} JSON Source`}function ffe(e,t,n){if(e.$schema){const i=lP(e.$schema);n&&n!==i.library&&t.warn(`The given visualization spec is written in ${Vl[i.library]}, but mode argument sets ${Vl[n]??n}.`);const r=i.library;return xP(ap[r],`^${i.version.slice(1)}`)||t.warn(`The input spec uses ${Vl[r]} ${i.version}, but the current version of ${Vl[r]} is v${ap[r]}.`),r}return"mark"in e||"encoding"in e||"layer"in e||"hconcat"in e||"vconcat"in e||"facet"in e||"repeat"in e?"vega-lite":"marks"in e||"signals"in e||"scales"in e||"axes"in e?"vega":n??"vega"}function EP(e){return!!(e&&"load"in e)}function ZA(e){return EP(e)?e:zi.loader(e)}function dfe(e){const t=e.usermeta?.embedOptions??{};return X(t.defaultStyle)&&(t.defaultStyle=!1),t}async function sde(e,t,n={}){let i,r;X(t)?(r=ZA(n.loader),i=JSON.parse(await r.load(t))):i=t;const o=dfe(i),s=o.loader;(!r||s)&&(r=ZA(n.loader??s));const a=await eC(o,r),u=await eC(n,r),l={...wP(u,a),config:Ou(u.config??{},a.config??{})};return await pfe(e,i,l,r)}async function eC(e,t){const n=X(e.config)?JSON.parse(await t.load(e.config)):e.config??{},i=X(e.patch)?JSON.parse(await t.load(e.patch)):e.patch;return{...e,...i?{patch:i}:{},...n?{config:n}:{}}}function hfe(e){const t=e.getRootNode?e.getRootNode():document;return t instanceof ShadowRoot?{root:t,rootContainer:t}:{root:document,rootContainer:document.head??document.body}}async function pfe(e,t,n={},i){const r=n.theme?Ou(yce[n.theme],n.config??{}):n.config,o=ea(n.actions)?n.actions:wP({},ofe,n.actions??{}),s={...sfe,...n.i18n},a=n.renderer??"svg",u=n.logger??hp(zi.Warn);n.logLevel!==void 0&&u.level(n.logLevel);const l=n.downloadFileName??"visualization",c=typeof e=="string"?document.querySelector(e):e;if(!c)throw new Error(`${e} does not exist`);if(n.defaultStyle!==!1){const E="vega-embed-style",{root:S,rootContainer:w}=hfe(c);if(!S.getElementById(E)){const _=document.createElement("style");_.id=E,_.innerHTML=n.defaultStyle===void 0||n.defaultStyle===!0?ife.toString():n.defaultStyle,w.appendChild(_)}}const f=ffe(t,u,n.mode);let d=afe[f](t,u,r);if(f==="vega-lite"&&d.$schema){const E=lP(d.$schema);xP(ap.vega,`^${E.version.slice(1)}`)||u.warn(`The compiled spec uses Vega ${E.version}, but current version is v${ap.vega}.`)}c.classList.add("vega-embed"),o&&c.classList.add("has-actions"),c.innerHTML="";let h=c;if(o){const E=document.createElement("div");E.classList.add(lfe),c.appendChild(E),h=E}const p=n.patch;if(p&&(d=p instanceof Function?p(d):cm(d,p,!0,!1).newDocument),n.formatLocale&&zi.formatLocale(n.formatLocale),n.timeFormatLocale&&zi.timeFormatLocale(n.timeFormatLocale),n.expressionFunctions)for(const E in n.expressionFunctions){const S=n.expressionFunctions[E];"fn"in S?zi.expressionFunction(E,S.fn,S.visitor):S instanceof Function&&zi.expressionFunction(E,S)}const{ast:g}=n,m=zi.parse(d,f==="vega-lite"?{}:r,{ast:g}),y=new(n.viewClass||zi.View)(m,{loader:i,logger:u,renderer:a,...g?{expr:zi.expressionInterpreter??n.expr??Yee}:{}});if(y.addSignalListener("autosize",(E,S)=>{const{type:w}=S;w=="fit-x"?(h.classList.add("fit-x"),h.classList.remove("fit-y")):w=="fit-y"?(h.classList.remove("fit-x"),h.classList.add("fit-y")):w=="fit"?h.classList.add("fit-x","fit-y"):h.classList.remove("fit-x","fit-y")}),n.tooltip!==!1){const{loader:E,tooltip:S}=n,w=E&&!EP(E)?E?.baseURL:void 0,_=cfe(S)?S:new Ace({baseURL:w,...S===!0?{}:S}).call;y.tooltip(_)}let{hover:b}=n;if(b===void 0&&(b=f==="vega"),b){const{hoverSet:E,updateSet:S}=typeof b=="boolean"?{}:b;y.hover(E,S)}n&&(n.width!=null&&y.width(n.width),n.height!=null&&y.height(n.height),n.padding!=null&&y.padding(n.padding)),await y.initialize(h,n.bind).runAsync();let v;if(o!==!1){let E=c;if(n.defaultStyle!==!1||n.forceActionsMenu){const w=document.createElement("details");w.title=s.CLICK_TO_VIEW_ACTIONS,c.append(w),E=w;const _=document.createElement("summary");_.innerHTML=ufe,w.append(_),v=$=>{w.contains($.target)||w.removeAttribute("open")},document.addEventListener("click",v)}const S=document.createElement("div");if(E.append(S),S.classList.add("vega-actions"),o===!0||o.export!==!1){for(const w of["svg","png"])if(o===!0||o.export===!0||o.export[w]){const _=s[`${w.toUpperCase()}_ACTION`],$=document.createElement("a"),A=Y(n.scaleFactor)?n.scaleFactor[w]:n.scaleFactor;$.text=_,$.href="#",$.target="_blank",$.download=`${l}.${w}`,$.addEventListener("mousedown",async function(F){F.preventDefault();const N=await y.toImageURL(w,A);this.href=N}),S.append($)}}if(o===!0||o.source!==!1){const w=document.createElement("a");w.text=s.SOURCE_ACTION,w.href="#",w.addEventListener("click",function(_){QA(g0(t),n.sourceHeader??"",n.sourceFooter??"",f),_.preventDefault()}),S.append(w)}if(f==="vega-lite"&&(o===!0||o.compiled!==!1)){const w=document.createElement("a");w.text=s.COMPILED_ACTION,w.href="#",w.addEventListener("click",function(_){QA(g0(d),n.sourceHeader??"",n.sourceFooter??"","vega"),_.preventDefault()}),S.append(w)}if(o===!0||o.editor!==!1){const w=n.editorUrl??"https://vega.github.io/editor/",_=document.createElement("a");_.text=s.EDITOR_ACTION,_.href="#",_.addEventListener("click",function($){nfe(window,w,{config:r,mode:p?"vega":f,renderer:a,spec:g0(p?d:t)}),$.preventDefault()}),S.append(_)}}function x(){v&&document.removeEventListener("click",v),y.finalize()}return{view:y,spec:t,vgSpec:d,finalize:x,embedOptions:n}}export{vfe as S,wfe as a,Yee as b,Efe as c,xfe as d,sde as e,Zn as t};