@kong-ui-public/analytics-chart 10.17.15 → 10.18.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/style.css +1 -1
- package/dist/types/components/TopNTable.vue.d.ts +17 -0
- package/dist/types/components/TopNTable.vue.d.ts.map +1 -1
- package/dist/types/types/chart-data.d.ts +6 -0
- package/dist/types/types/chart-data.d.ts.map +1 -1
- package/dist/vitals-chart.es.js +2803 -2764
- package/dist/vitals-chart.umd.js +15 -15
- package/package.json +1 -1
package/dist/vitals-chart.umd.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
(function(_t,d){typeof exports=="object"&&typeof module<"u"?d(exports,require("vue"),require("@kong-ui-public/i18n"),require("@kong/icons"),require("@kong-ui-public/analytics-metric-provider")):typeof define=="function"&&define.amd?define(["exports","vue","@kong-ui-public/i18n","@kong/icons","@kong-ui-public/analytics-metric-provider"],d):(_t=typeof globalThis<"u"?globalThis:_t||self,d(_t["kong-ui-publicvitals-chart"]={},_t.Vue,_t["kong-ui-public-i18n"],_t.KongIcons,_t["kong-ui-public-analytics-metric-provider"]))})(this,function(_t,d,Un,Gi,Ki){"use strict";var hE=Object.defineProperty;var fE=(_t,d,Un)=>d in _t?hE(_t,d,{enumerable:!0,configurable:!0,writable:!0,value:Un}):_t[d]=Un;var P=(_t,d,Un)=>fE(_t,typeof d!="symbol"?d+"":d,Un);var In;const jm={noDataAvailableTitle:"No data in the current time frame",noDataAvailableDescription:"Once there is traffic, it will display here",limitedResultsShown:"Grouped value limit exceeded, showing the top {maxReturned}",entityNoName:"no-name",debug:"debug",total:"Total",jumpToExplore:"Open in explorer",more_actions:"More actions",emptyEntityInfo:"Requests that do not have a value for the selected group",chartUnits:{ms:"ms",bytes:"Byte{plural}",count:"request{plural}","count/minute":"rpm",requests:"request{plural}","token count":"token{plural}","%":"%"},csvExport:{dataError:"Error loading data",noDataRange:"No data in selected range",noDataRetry:"Please adjust the time period and try again",timeRangeSelected:"selected",exportPreview:"Export preview",exportAsCsv:"Export as CSV",exportTimeRange:"Time range",exportDescription:"Exports a CSV of the data represented in the chart.",maximumRecordAmount:"The number of groups is limited to {value}",previewRows:"Previewing {rowsMax} of {rowsTotal} row{plural}",downloadButton:"Export",cancelButton:"Cancel",UtcOffset:"UTC offset",Timestamp:"Timestamp"},query_errors:{forbidden:{message:"Data request forbidden",details:"To access this data, either filter for an entity you have access to or request analytics viewer access from your administrator."},time_range_exceeded:{message:"Time range exceeded",details:"The time range for this report is outside of your organization's data retention period"},timeout:{message:"Data request timed out",details:"We're sorry, the request timed out. Please consider using a shorter time period or try again later."},other:{message:"Bad request"}},legend:{datapointValueDisplay:"{value} {unit}"},chartLabels:{ai_count:"LLM request count",ai_plugin:"AI plugin",ai_provider:"Provider",ai_request_model:"Request model",ai_response_model:"Response model",error_rate:"Error rate",request_count:"Request count",request_per_minute:"Requests per minute",requests_per_minute:"Requests per minute",response_latency_average:"Response latency (avg)",response_latency_p99:"Response latency (p99)",response_latency_p95:"Response latency (p95)",response_latency_p50:"Response latency (p50)",kong_latency_average:"Kong latency (avg)",kong_latency_p99:"Kong latency (p99)",kong_latency_p95:"Kong latency (p95)",kong_latency_p50:"Kong latency (p50)",kong_internal_latency_average:"Kong internal latency (avg)",kong_internal_latency_p99:"Kong internal latency (p99)",kong_internal_latency_p95:"Kong internal latency (p95)",kong_internal_latency_p50:"Kong internal latency (p50)",llm_cache_status:"Cache status",llm_embeddings_model:"Embeddings model",llm_embeddings_provider:"Embeddings provider",upstream_latency_average:"Upstream latency (avg)",upstream_latency_p99:"Upstream latency (p99)",upstream_latency_p95:"Upstream latency (p95)",upstream_latency_p50:"Upstream latency (p50)",response_size_p99:"Response size (p99)",response_size_p95:"Response size (p95)",response_size_p50:"Response size (p50)",response_size_average:"Response size (avg)",response_size_sum:"Response size (sum)",response_source:"Response source",request_size_p99:"Request size (p99)",request_size_p95:"Request size (p95)",request_size_p50:"Request size (p50)",request_size_average:"Request size (avg)",request_size_sum:"Request size (sum)",control_plane:"Control plane",control_plane_group:"Control plane group",consumer:"Consumer",country_code:"Country",country:"Country",data_plane_node:"Data plane node",data_plane_node_version:"Data plane node version",api_package:"API package",api_product:"API product",api_product_version:"API product version",portal:"Portal",realm:"Realm",runtime_group:"Runtime group",gateway_service:"Gateway service",route:"Route",application:"Application",status_code:"Status code",status_code_grouped:"Status code (grouped)",upstream_status_code:"Upstream status code",upstream_status_code_grouped:"Upstream status code group",time:"Time",Service:"Service",ServiceVersion:"Service version",Route:"Route",Application:"Application",RuntimeGroup:"Runtime group",GatewayService:"Gateway service",StatusCode:"Status code",CodeClass:"Status code (grouped)",Time:"Time",API_PRODUCT:"Api product",API_PRODUCT_VERSION:"Api product version",RUNTIME_GROUP:"Runtime group",GATEWAY_SERVICE:"Gateway service",ROUTE:"Route",APPLICATION:"Application",STATUS_CODE:"Status code",STATUS_CODE_GROUPED:"Status code (grouped)",TIME:"Time",ORGANIZATION:"Organization",TotalRequests:"Request count",RequestsPerMinute:"Requests per minute",LatencyP99:"Response latency (p99)",LatencyP95:"Response latency (p95)",LatencyP50:"Response latency (p50)",LatencyAverage:"Response latency (avg)",UpstreamLatencyP99:"Upstream latency (p99)",UpstreamLatencyP95:"Upstream latency (p95)",UpstreamLatencyP50:"Upstream latency (p50)",UpstreamLatencyAverage:"Upstream latency (avg)",KongLatencyP99:"Kong latency (p99)",KongLatencyP95:"Kong latency (p95)",KongLatencyP50:"Kong latency (p50)",KongLatencyAverage:"Kong latency (avg)",ResponseSizeP99:"Response size (p99)",ResponseSizeP95:"Response size (p95)",ResponseSizeP50:"Response size (p50)",RequestSizeP99:"Request size (p99)",RequestSizeP95:"Request size (p95)",RequestSizeP50:"Request size (p50)",SuccessfulRequests:"Successful requests",SUCCESS:"Successful requests",FailedRequests:"Failed requests",FAILURE:"Failed requests","5XX":"5xx","4XX":"4xx","3XX":"3xx","2XX":"2xx","1XX":"1xx",REQUEST_COUNT:"Request count",REQUEST_PER_MINUTE:"Requests per minute",RESPONSE_LATENCY_P99:"Response latency",RESPONSE_LATENCY_P95:"Response latency",RESPONSE_LATENCY_P50:"Response latency",RESPONSE_SIZE_P99:"Response size (p99)",RESPONSE_SIZE_P95:"Response size (p95)",RESPONSE_SIZE_P50:"Response size (p50)",REQUEST_SIZE_P99:"Request size (p99)",REQUEST_SIZE_P95:"Request size (p95)",REQUEST_SIZE_P50:"Request size (p50)",CONTROL_PLANE:"Control plane",____OTHER____:"Others",ai_request_count:"Request count",total_tokens:"Total token count",prompt_tokens:"Prompt token count",completion_tokens:"Completion token count",cost:"Costs",llm_cache_embeddings_latency_average:"Embeddings latency (avg)",llm_cache_fetch_latency_average:"Fetch latency (avg)",llm_latency_average:"Llm latency (avg)","threshold-warning":"Warning threshold: {value}","threshold-error":"Error threshold: {value}","thatreshold-neutral":"Alert threshold: {value}",api:"API",vulnerability_count:"Vulnerability count",a2a_latency_average:"A2A latency (avg)",a2a_response_size_sum:"A2A Response Size (sum)",a2a_context_id:"A2A Context ID",a2a_error:"A2A Error",a2a_method:"A2A Method",a2a_task_id:"A2A Task ID",mcp_error:"MCP Error",mcp_method:"MCP Method",mcp_response_size_sum:"MCP Response Size (sum)",mcp_session_id:"MCP Session ID",mcp_tool_name:"MCP Tool Name",mcp_response_body_size_sum:"MCP Response Size (sum)",control_plane_count:"Control plane count",service_count:"Gateway service count","record_bytes:sum":"Record size (sum)","record_count:sum":"Record count (sum)","request_count:sum":"Request count (sum)",route_count:"Route count",consumer_count:"Consumer count",plugin_count:"Plugin count",node_count:"Data plane node count"},metricAxisTitles:{error_rate:"Error rate in {unit}",request_count:"Request count",request_per_minute:"Requests per minute",requests_per_minute:"Requests per minute",latency_in:"Latency in {unit}",size_in:"Size in {unit}",response_latency_average:"Response latency (avg) in {unit}",response_latency_p99:"Response latency (p99) in {unit}",response_latency_p95:"Response latency (p95) in {unit}",response_latency_p50:"Response latency (p50) in {unit}",upstream_latency_p99:"Upstream latency (p99) in {unit}",upstream_latency_p95:"Upstream latency (p95) in {unit}",upstream_latency_p50:"Upstream latency (p50) in {unit}",kong_latency_p99:"Kong latency (p99) in {unit}",kong_latency_p95:"Kong latency (p95) in {unit}",kong_latency_p50:"Kong latency (p50) in {unit}",kong_internal_latency_average:"Kong internal latency (avg) in {unit}",kong_internal_latency_p99:"Kong internal latency (p99) in {unit}",kong_internal_latency_p95:"Kong internal latency (p95) in {unit}",kong_internal_latency_p50:"Kong internal latency (p50) in {unit}",response_size_p99:"Response size (p99) in {unit}",response_size_p95:"Response size (p95) in {unit}",response_size_p50:"Response size (p50) in {unit}",request_size_p99:"Request size (p99) in {unit}",request_size_p95:"Request size (p95) in {unit}",request_size_p50:"Request size (p50) in {unit}",request_size_sum:"Request size (sum) in {unit}",REQUEST_COUNT:"Request count",REQUEST_PER_MINUTE:"Requests per minute",RESPONSE_LATENCY_P99:"Response latency (p99) in {unit}",RESPONSE_LATENCY_P95:"Response latency (p95) in {unit}",RESPONSE_LATENCY_P50:"Response latency (p50) in {unit}",RESPONSE_SIZE_P99:"Response size (p99) in {unit}",RESPONSE_SIZE_P95:"Response size (p95) in {unit}",RESPONSE_SIZE_P50:"Response size (p50) in {unit}",REQUEST_SIZE_P99:"Request size (p99) in {unit}",REQUEST_SIZE_P95:"Request size (p95) in {unit}",REQUEST_SIZE_P50:"Request size (p50) in {unit}",TotalRequests:"Request count",RequestsPerMinute:"Requests per minute",LatencyP99:"Response latency (p99) in {unit}",LatencyP95:"Response latency (p95) in {unit}",LatencyP50:"Response latency (p50) in {unit}",LatencyAverage:"Response latency (avg) in {unit}",UpstreamLatencyP99:"Upstream latency (p99) in {unit}",UpstreamLatencyP95:"Upstream latency (p95) in {unit}",UpstreamLatencyP50:"Upstream latency (p50) in {unit}",UpstreamLatencyAverage:"Upstream latency (avg) in {unit}",KongLatencyP99:"Kong latency (p99) in {unit}",KongLatencyP95:"Kong latency (p95) in {unit}",KongLatencyP50:"Kong latency (p50) in {unit}",KongLatencyAverage:"Kong latency (avg) in {unit}",ResponseSizeP99:"Response size (p99) in {unit}",ResponseSizeP95:"Response size (p95) in {unit}",ResponseSizeP50:"Response size (p50) in {unit}",RequestSizeP99:"Request size (p99) in {unit}",RequestSizeP95:"Request size (p95) in {unit}",RequestSizeP50:"Request size (p50) in {unit}",ai_request_count:"Request count",total_tokens:"Total token count",prompt_tokens:"Prompt token count",completion_tokens:"Completion token count",cost:"Costs",llm_cache_embeddings_latency_average:"Embeddings latency (avg)",llm_cache_fetch_latency_average:"Fetch latency (avg)",llm_latency_average:"Llm latency (avg)",api:"API",a2a_latency_average:"A2A latency (avg) in {unit}",a2a_response_size_sum:"A2A Response Size (sum) in {unit}",a2a_context_id:"A2A Context ID",a2a_error:"A2A Error",a2a_method:"A2A Method",a2a_task_id:"A2A Task ID",mcp_response_size_sum:"MCP Response Size (sum) in {unit}",mcp_response_body_size_sum:"MCP Response Body Size (sum) in {unit}",control_plane_count:"Control plane count",service_count:"Gateway service count",route_count:"Route count",consumer_count:"Consumer count",plugin_count:"Plugin count",node_count:"Data plane node count"},granularityAxisTitles:{tenSecondly:"@timestamp per 10 seconds",thirtySecondly:"@timestamp per 30 seconds",minutely:"@timestamp per minute",fiveMinutely:"@timestamp per 5 minutes",tenMinutely:"@timestamp per 10 minutes",thirtyMinutely:"@timestamp per 30 minutes",hourly:"@timestamp per hour",twoHourly:"@timestamp per 2 hours",twelveHourly:"@timestamp per 12 hours",daily:"@timestamp per day",weekly:"@timestamp per week"},topNTable:{nameLabel:"Name",defaultEmptyStateTitle:"No data to display",defaultErrorStateTitle:"Something went wrong",errors:{meta:"Error: response must contain 'meta'",display:"Error: 'display' response incorrectly formatted (must have at least one key)",metricNames:"Error: 'metricNames' response incorrectly formatted (must have at least one entry)"}},singleValue:{valueError:"Invalid configuration",trend:{not_available:"Not available"}},new_timerange_label:"Time range",sparkline_no_data:"No data",zoom_action_items:{zoom:"Zoom in",view_requests:"View requests",cancel:"Cancel",explore:"Explore"},zoom_time_range:{from:"From",to:"To"}};function qm(){const n=Un.createI18n("en-us",jm);return{i18n:n,i18nT:Un.i18nTComponent(n)}}/*!
|
|
1
|
+
(function(_t,d){typeof exports=="object"&&typeof module<"u"?d(exports,require("vue"),require("@kong-ui-public/i18n"),require("@kong/icons"),require("@kong-ui-public/analytics-metric-provider")):typeof define=="function"&&define.amd?define(["exports","vue","@kong-ui-public/i18n","@kong/icons","@kong-ui-public/analytics-metric-provider"],d):(_t=typeof globalThis<"u"?globalThis:_t||self,d(_t["kong-ui-publicvitals-chart"]={},_t.Vue,_t["kong-ui-public-i18n"],_t.KongIcons,_t["kong-ui-public-analytics-metric-provider"]))})(this,function(_t,d,Un,Gi,Ki){"use strict";var dE=Object.defineProperty;var hE=(_t,d,Un)=>d in _t?dE(_t,d,{enumerable:!0,configurable:!0,writable:!0,value:Un}):_t[d]=Un;var P=(_t,d,Un)=>hE(_t,typeof d!="symbol"?d+"":d,Un);var In;const jm={noDataAvailableTitle:"No data in the current time frame",noDataAvailableDescription:"Once there is traffic, it will display here",limitedResultsShown:"Grouped value limit exceeded, showing the top {maxReturned}",entityNoName:"no-name",debug:"debug",total:"Total",jumpToExplore:"Open in explorer",more_actions:"More actions",emptyEntityInfo:"Requests that do not have a value for the selected group",chartUnits:{ms:"ms",bytes:"Byte{plural}",count:"request{plural}","count/minute":"rpm",requests:"request{plural}","token count":"token{plural}","%":"%"},csvExport:{dataError:"Error loading data",noDataRange:"No data in selected range",noDataRetry:"Please adjust the time period and try again",timeRangeSelected:"selected",exportPreview:"Export preview",exportAsCsv:"Export as CSV",exportTimeRange:"Time range",exportDescription:"Exports a CSV of the data represented in the chart.",maximumRecordAmount:"The number of groups is limited to {value}",previewRows:"Previewing {rowsMax} of {rowsTotal} row{plural}",downloadButton:"Export",cancelButton:"Cancel",UtcOffset:"UTC offset",Timestamp:"Timestamp"},query_errors:{forbidden:{message:"Data request forbidden",details:"To access this data, either filter for an entity you have access to or request analytics viewer access from your administrator."},time_range_exceeded:{message:"Time range exceeded",details:"The time range for this report is outside of your organization's data retention period"},timeout:{message:"Data request timed out",details:"We're sorry, the request timed out. Please consider using a shorter time period or try again later."},other:{message:"Bad request"}},legend:{datapointValueDisplay:"{value} {unit}"},chartLabels:{ai_count:"LLM request count",ai_plugin:"AI plugin",ai_provider:"Provider",ai_request_model:"Request model",ai_response_model:"Response model",error_rate:"Error rate",request_count:"Request count",request_per_minute:"Requests per minute",requests_per_minute:"Requests per minute",response_latency_average:"Response latency (avg)",response_latency_p99:"Response latency (p99)",response_latency_p95:"Response latency (p95)",response_latency_p50:"Response latency (p50)",kong_latency_average:"Kong latency (avg)",kong_latency_p99:"Kong latency (p99)",kong_latency_p95:"Kong latency (p95)",kong_latency_p50:"Kong latency (p50)",kong_internal_latency_average:"Kong internal latency (avg)",kong_internal_latency_p99:"Kong internal latency (p99)",kong_internal_latency_p95:"Kong internal latency (p95)",kong_internal_latency_p50:"Kong internal latency (p50)",llm_cache_status:"Cache status",llm_embeddings_model:"Embeddings model",llm_embeddings_provider:"Embeddings provider",upstream_latency_average:"Upstream latency (avg)",upstream_latency_p99:"Upstream latency (p99)",upstream_latency_p95:"Upstream latency (p95)",upstream_latency_p50:"Upstream latency (p50)",response_size_p99:"Response size (p99)",response_size_p95:"Response size (p95)",response_size_p50:"Response size (p50)",response_size_average:"Response size (avg)",response_size_sum:"Response size (sum)",response_source:"Response source",request_size_p99:"Request size (p99)",request_size_p95:"Request size (p95)",request_size_p50:"Request size (p50)",request_size_average:"Request size (avg)",request_size_sum:"Request size (sum)",control_plane:"Control plane",control_plane_group:"Control plane group",consumer:"Consumer",country_code:"Country",country:"Country",data_plane_node:"Data plane node",data_plane_node_version:"Data plane node version",api_package:"API package",api_product:"API product",api_product_version:"API product version",portal:"Portal",realm:"Realm",runtime_group:"Runtime group",gateway_service:"Gateway service",route:"Route",application:"Application",status_code:"Status code",status_code_grouped:"Status code (grouped)",upstream_status_code:"Upstream status code",upstream_status_code_grouped:"Upstream status code group",time:"Time",Service:"Service",ServiceVersion:"Service version",Route:"Route",Application:"Application",RuntimeGroup:"Runtime group",GatewayService:"Gateway service",StatusCode:"Status code",CodeClass:"Status code (grouped)",Time:"Time",API_PRODUCT:"Api product",API_PRODUCT_VERSION:"Api product version",RUNTIME_GROUP:"Runtime group",GATEWAY_SERVICE:"Gateway service",ROUTE:"Route",APPLICATION:"Application",STATUS_CODE:"Status code",STATUS_CODE_GROUPED:"Status code (grouped)",TIME:"Time",ORGANIZATION:"Organization",TotalRequests:"Request count",RequestsPerMinute:"Requests per minute",LatencyP99:"Response latency (p99)",LatencyP95:"Response latency (p95)",LatencyP50:"Response latency (p50)",LatencyAverage:"Response latency (avg)",UpstreamLatencyP99:"Upstream latency (p99)",UpstreamLatencyP95:"Upstream latency (p95)",UpstreamLatencyP50:"Upstream latency (p50)",UpstreamLatencyAverage:"Upstream latency (avg)",KongLatencyP99:"Kong latency (p99)",KongLatencyP95:"Kong latency (p95)",KongLatencyP50:"Kong latency (p50)",KongLatencyAverage:"Kong latency (avg)",ResponseSizeP99:"Response size (p99)",ResponseSizeP95:"Response size (p95)",ResponseSizeP50:"Response size (p50)",RequestSizeP99:"Request size (p99)",RequestSizeP95:"Request size (p95)",RequestSizeP50:"Request size (p50)",SuccessfulRequests:"Successful requests",SUCCESS:"Successful requests",FailedRequests:"Failed requests",FAILURE:"Failed requests","5XX":"5xx","4XX":"4xx","3XX":"3xx","2XX":"2xx","1XX":"1xx",REQUEST_COUNT:"Request count",REQUEST_PER_MINUTE:"Requests per minute",RESPONSE_LATENCY_P99:"Response latency",RESPONSE_LATENCY_P95:"Response latency",RESPONSE_LATENCY_P50:"Response latency",RESPONSE_SIZE_P99:"Response size (p99)",RESPONSE_SIZE_P95:"Response size (p95)",RESPONSE_SIZE_P50:"Response size (p50)",REQUEST_SIZE_P99:"Request size (p99)",REQUEST_SIZE_P95:"Request size (p95)",REQUEST_SIZE_P50:"Request size (p50)",CONTROL_PLANE:"Control plane",____OTHER____:"Others",ai_request_count:"Request count",total_tokens:"Total token count",prompt_tokens:"Prompt token count",completion_tokens:"Completion token count",cost:"Costs",llm_cache_embeddings_latency_average:"Embeddings latency (avg)",llm_cache_fetch_latency_average:"Fetch latency (avg)",llm_latency_average:"Llm latency (avg)","threshold-warning":"Warning threshold: {value}","threshold-error":"Error threshold: {value}","thatreshold-neutral":"Alert threshold: {value}",api:"API",vulnerability_count:"Vulnerability count",a2a_latency_average:"A2A latency (avg)",a2a_response_size_sum:"A2A Response Size (sum)",a2a_context_id:"A2A Context ID",a2a_error:"A2A Error",a2a_method:"A2A Method",a2a_task_id:"A2A Task ID",mcp_error:"MCP Error",mcp_method:"MCP Method",mcp_response_size_sum:"MCP Response Size (sum)",mcp_session_id:"MCP Session ID",mcp_tool_name:"MCP Tool Name",mcp_response_body_size_sum:"MCP Response Size (sum)",control_plane_count:"Control plane count",service_count:"Gateway service count","record_bytes:sum":"Record size (sum)","record_count:sum":"Record count (sum)","request_count:sum":"Request count (sum)",route_count:"Route count",consumer_count:"Consumer count",plugin_count:"Plugin count",node_count:"Data plane node count"},metricAxisTitles:{error_rate:"Error rate in {unit}",request_count:"Request count",request_per_minute:"Requests per minute",requests_per_minute:"Requests per minute",latency_in:"Latency in {unit}",size_in:"Size in {unit}",response_latency_average:"Response latency (avg) in {unit}",response_latency_p99:"Response latency (p99) in {unit}",response_latency_p95:"Response latency (p95) in {unit}",response_latency_p50:"Response latency (p50) in {unit}",upstream_latency_p99:"Upstream latency (p99) in {unit}",upstream_latency_p95:"Upstream latency (p95) in {unit}",upstream_latency_p50:"Upstream latency (p50) in {unit}",kong_latency_p99:"Kong latency (p99) in {unit}",kong_latency_p95:"Kong latency (p95) in {unit}",kong_latency_p50:"Kong latency (p50) in {unit}",kong_internal_latency_average:"Kong internal latency (avg) in {unit}",kong_internal_latency_p99:"Kong internal latency (p99) in {unit}",kong_internal_latency_p95:"Kong internal latency (p95) in {unit}",kong_internal_latency_p50:"Kong internal latency (p50) in {unit}",response_size_p99:"Response size (p99) in {unit}",response_size_p95:"Response size (p95) in {unit}",response_size_p50:"Response size (p50) in {unit}",request_size_p99:"Request size (p99) in {unit}",request_size_p95:"Request size (p95) in {unit}",request_size_p50:"Request size (p50) in {unit}",request_size_sum:"Request size (sum) in {unit}",REQUEST_COUNT:"Request count",REQUEST_PER_MINUTE:"Requests per minute",RESPONSE_LATENCY_P99:"Response latency (p99) in {unit}",RESPONSE_LATENCY_P95:"Response latency (p95) in {unit}",RESPONSE_LATENCY_P50:"Response latency (p50) in {unit}",RESPONSE_SIZE_P99:"Response size (p99) in {unit}",RESPONSE_SIZE_P95:"Response size (p95) in {unit}",RESPONSE_SIZE_P50:"Response size (p50) in {unit}",REQUEST_SIZE_P99:"Request size (p99) in {unit}",REQUEST_SIZE_P95:"Request size (p95) in {unit}",REQUEST_SIZE_P50:"Request size (p50) in {unit}",TotalRequests:"Request count",RequestsPerMinute:"Requests per minute",LatencyP99:"Response latency (p99) in {unit}",LatencyP95:"Response latency (p95) in {unit}",LatencyP50:"Response latency (p50) in {unit}",LatencyAverage:"Response latency (avg) in {unit}",UpstreamLatencyP99:"Upstream latency (p99) in {unit}",UpstreamLatencyP95:"Upstream latency (p95) in {unit}",UpstreamLatencyP50:"Upstream latency (p50) in {unit}",UpstreamLatencyAverage:"Upstream latency (avg) in {unit}",KongLatencyP99:"Kong latency (p99) in {unit}",KongLatencyP95:"Kong latency (p95) in {unit}",KongLatencyP50:"Kong latency (p50) in {unit}",KongLatencyAverage:"Kong latency (avg) in {unit}",ResponseSizeP99:"Response size (p99) in {unit}",ResponseSizeP95:"Response size (p95) in {unit}",ResponseSizeP50:"Response size (p50) in {unit}",RequestSizeP99:"Request size (p99) in {unit}",RequestSizeP95:"Request size (p95) in {unit}",RequestSizeP50:"Request size (p50) in {unit}",ai_request_count:"Request count",total_tokens:"Total token count",prompt_tokens:"Prompt token count",completion_tokens:"Completion token count",cost:"Costs",llm_cache_embeddings_latency_average:"Embeddings latency (avg)",llm_cache_fetch_latency_average:"Fetch latency (avg)",llm_latency_average:"Llm latency (avg)",api:"API",a2a_latency_average:"A2A latency (avg) in {unit}",a2a_response_size_sum:"A2A Response Size (sum) in {unit}",a2a_context_id:"A2A Context ID",a2a_error:"A2A Error",a2a_method:"A2A Method",a2a_task_id:"A2A Task ID",mcp_response_size_sum:"MCP Response Size (sum) in {unit}",mcp_response_body_size_sum:"MCP Response Body Size (sum) in {unit}",control_plane_count:"Control plane count",service_count:"Gateway service count",route_count:"Route count",consumer_count:"Consumer count",plugin_count:"Plugin count",node_count:"Data plane node count"},granularityAxisTitles:{tenSecondly:"@timestamp per 10 seconds",thirtySecondly:"@timestamp per 30 seconds",minutely:"@timestamp per minute",fiveMinutely:"@timestamp per 5 minutes",tenMinutely:"@timestamp per 10 minutes",thirtyMinutely:"@timestamp per 30 minutes",hourly:"@timestamp per hour",twoHourly:"@timestamp per 2 hours",twelveHourly:"@timestamp per 12 hours",daily:"@timestamp per day",weekly:"@timestamp per week"},topNTable:{nameLabel:"Name",defaultEmptyStateTitle:"No data to display",defaultErrorStateTitle:"Something went wrong",errors:{meta:"Error: response must contain 'meta'",display:"Error: 'display' response incorrectly formatted (must have at least one key)",metricNames:"Error: 'metricNames' response incorrectly formatted (must have at least one entry)"}},singleValue:{valueError:"Invalid configuration",trend:{not_available:"Not available"}},new_timerange_label:"Time range",sparkline_no_data:"No data",zoom_action_items:{zoom:"Zoom in",view_requests:"View requests",cancel:"Cancel",explore:"Explore"},zoom_time_range:{from:"From",to:"To"}};function qm(){const n=Un.createI18n("en-us",jm);return{i18n:n,i18nT:Un.i18nTComponent(n)}}/*!
|
|
2
2
|
* @kurkle/color v0.3.4
|
|
3
3
|
* https://github.com/kurkle/color#readme
|
|
4
4
|
* (c) 2024 Jukka Kurkela
|
|
@@ -8,36 +8,36 @@
|
|
|
8
8
|
* https://www.chartjs.org
|
|
9
9
|
* (c) 2025 Chart.js Contributors
|
|
10
10
|
* Released under the MIT License
|
|
11
|
-
*/function Qe(){}const pg=(()=>{let n=0;return()=>n++})();function st(n){return n==null}function wt(n){if(Array.isArray&&Array.isArray(n))return!0;const t=Object.prototype.toString.call(n);return t.slice(0,7)==="[object"&&t.slice(-6)==="Array]"}function ht(n){return n!==null&&Object.prototype.toString.call(n)==="[object Object]"}function Pt(n){return(typeof n=="number"||n instanceof Number)&&isFinite(+n)}function ke(n,t){return Pt(n)?n:t}function rt(n,t){return typeof n>"u"?t:n}const yg=(n,t)=>typeof n=="string"&&n.endsWith("%")?parseFloat(n)/100:+n/t,Dc=(n,t)=>typeof n=="string"&&n.endsWith("%")?parseFloat(n)/100*t:+n;function Tt(n,t,e){if(n&&typeof n.call=="function")return n.apply(e,t)}function Mt(n,t,e,i){let s,r,a;if(wt(n))for(r=n.length,s=0;s<r;s++)t.call(e,n[s],s);else if(ht(n))for(a=Object.keys(n),r=a.length,s=0;s<r;s++)t.call(e,n[a[s]],a[s])}function ur(n,t){let e,i,s,r;if(!n||!t||n.length!==t.length)return!1;for(e=0,i=n.length;e<i;++e)if(s=n[e],r=t[e],s.datasetIndex!==r.datasetIndex||s.index!==r.index)return!1;return!0}function dr(n){if(wt(n))return n.map(dr);if(ht(n)){const t=Object.create(null),e=Object.keys(n),i=e.length;let s=0;for(;s<i;++s)t[e[s]]=dr(n[e[s]]);return t}return n}function Cc(n){return["__proto__","prototype","constructor"].indexOf(n)===-1}function bg(n,t,e,i){if(!Cc(n))return;const s=t[n],r=e[n];ht(s)&&ht(r)?Ji(s,r,i):t[n]=dr(r)}function Ji(n,t,e){const i=wt(t)?t:[t],s=i.length;if(!ht(n))return n;e=e||{};const r=e.merger||bg;let a;for(let o=0;o<s;++o){if(a=i[o],!ht(a))continue;const l=Object.keys(a);for(let c=0,u=l.length;c<u;++c)r(l[c],n,a,e)}return n}function ts(n,t){return Ji(n,t,{merger:_g})}function _g(n,t,e){if(!Cc(n))return;const i=t[n],s=e[n];ht(i)&&ht(s)?ts(i,s):Object.prototype.hasOwnProperty.call(t,n)||(t[n]=dr(s))}const Oc={"":n=>n,x:n=>n.x,y:n=>n.y};function xg(n){const t=n.split("."),e=[];let i="";for(const s of t)i+=s,i.endsWith("\\")?i=i.slice(0,-1)+".":(e.push(i),i="");return e}function wg(n){const t=xg(n);return e=>{for(const i of t){if(i==="")break;e=e&&e[i]}return e}}function bn(n,t){return(Oc[t]||(Oc[t]=wg(t)))(n)}function Ua(n){return n.charAt(0).toUpperCase()+n.slice(1)}const ge=n=>typeof n<"u",pe=n=>typeof n=="function",Ec=(n,t)=>{if(n.size!==t.size)return!1;for(const e of n)if(!t.has(e))return!1;return!0};function Sg(n){return n.type==="mouseup"||n.type==="click"||n.type==="contextmenu"}const ct=Math.PI,Ct=2*ct,vg=Ct+ct,hr=Number.POSITIVE_INFINITY,Ha=ct/180,Et=ct/2,Ee=ct/4,fr=ct*2/3,_n=Math.log10,We=Math.sign;function es(n,t,e){return Math.abs(n-t)<e}function Ac(n){const t=Math.round(n);n=es(n,t,n/1e3)?t:n;const e=Math.pow(10,Math.floor(_n(n))),i=n/e;return(i<=1?1:i<=2?2:i<=5?5:10)*e}function Tg(n){const t=[],e=Math.sqrt(n);let i;for(i=1;i<e;i++)n%i===0&&(t.push(i),t.push(n/i));return e===(e|0)&&t.push(e),t.sort((s,r)=>s-r).pop(),t}function Mg(n){return typeof n=="symbol"||typeof n=="object"&&n!==null&&!(Symbol.toPrimitive in n||"toString"in n||"valueOf"in n)}function xn(n){return!Mg(n)&&!isNaN(parseFloat(n))&&isFinite(n)}function kg(n,t){const e=Math.round(n);return e-t<=n&&e+t>=n}function Pc(n,t,e){let i,s,r;for(i=0,s=n.length;i<s;i++)r=n[i][e],isNaN(r)||(t.min=Math.min(t.min,r),t.max=Math.max(t.max,r))}function Vt(n){return n*(ct/180)}function mr(n){return n*(180/ct)}function Rc(n){if(!Pt(n))return;let t=1,e=0;for(;Math.round(n*t)/t!==n;)t*=10,e++;return e}function gr(n,t){const e=t.x-n.x,i=t.y-n.y,s=Math.sqrt(e*e+i*i);let r=Math.atan2(i,e);return r<-.5*ct&&(r+=Ct),{angle:r,distance:s}}function gi(n,t){return Math.sqrt(Math.pow(t.x-n.x,2)+Math.pow(t.y-n.y,2))}function Dg(n,t){return(n-t+vg)%Ct-ct}function se(n){return(n%Ct+Ct)%Ct}function ns(n,t,e,i){const s=se(n),r=se(t),a=se(e),o=se(r-s),l=se(a-s),c=se(s-r),u=se(s-a);return s===r||s===a||i&&r===a||o>l&&c<u}function Xt(n,t,e){return Math.max(t,Math.min(e,n))}function Cg(n){return Xt(n,-32768,32767)}function Je(n,t,e,i=1e-6){return n>=Math.min(t,e)-i&&n<=Math.max(t,e)+i}function Wa(n,t,e){e=e||(a=>n[a]<t);let i=n.length-1,s=0,r;for(;i-s>1;)r=s+i>>1,e(r)?s=r:i=r;return{lo:s,hi:i}}const tn=(n,t,e,i)=>Wa(n,e,i?s=>{const r=n[s][t];return r<e||r===e&&n[s+1][t]===e}:s=>n[s][t]<e),Og=(n,t,e)=>Wa(n,e,i=>n[i][t]>=e);function Eg(n,t,e){let i=0,s=n.length;for(;i<s&&n[i]<t;)i++;for(;s>i&&n[s-1]>e;)s--;return i>0||s<n.length?n.slice(i,s):n}const Ic=["push","pop","shift","splice","unshift"];function Ag(n,t){if(n._chartjs){n._chartjs.listeners.push(t);return}Object.defineProperty(n,"_chartjs",{configurable:!0,enumerable:!1,value:{listeners:[t]}}),Ic.forEach(e=>{const i="_onData"+Ua(e),s=n[e];Object.defineProperty(n,e,{configurable:!0,enumerable:!1,value(...r){const a=s.apply(this,r);return n._chartjs.listeners.forEach(o=>{typeof o[i]=="function"&&o[i](...r)}),a}})})}function Lc(n,t){const e=n._chartjs;if(!e)return;const i=e.listeners,s=i.indexOf(t);s!==-1&&i.splice(s,1),!(i.length>0)&&(Ic.forEach(r=>{delete n[r]}),delete n._chartjs)}function Nc(n){const t=new Set(n);return t.size===n.length?n:Array.from(t)}const Fc=function(){return typeof window>"u"?function(n){return n()}:window.requestAnimationFrame}();function Bc(n,t){let e=[],i=!1;return function(...s){e=s,i||(i=!0,Fc.call(window,()=>{i=!1,n.apply(t,e)}))}}function Pg(n,t){let e;return function(...i){return t?(clearTimeout(e),e=setTimeout(n,t,i)):n.apply(this,i),t}}const Va=n=>n==="start"?"left":n==="end"?"right":"center",re=(n,t,e)=>n==="start"?t:n==="end"?e:(t+e)/2,Rg=(n,t,e,i)=>n===(i?"left":"right")?e:n==="center"?(t+e)/2:t;function zc(n,t,e){const i=t.length;let s=0,r=i;if(n._sorted){const{iScale:a,vScale:o,_parsed:l}=n,c=n.dataset&&n.dataset.options?n.dataset.options.spanGaps:null,u=a.axis,{min:h,max:f,minDefined:m,maxDefined:p}=a.getUserBounds();if(m){if(s=Math.min(tn(l,u,h).lo,e?i:tn(t,u,a.getPixelForValue(h)).lo),c){const _=l.slice(0,s+1).reverse().findIndex(x=>!st(x[o.axis]));s-=Math.max(0,_)}s=Xt(s,0,i-1)}if(p){let _=Math.max(tn(l,a.axis,f,!0).hi+1,e?0:tn(t,u,a.getPixelForValue(f),!0).hi+1);if(c){const x=l.slice(_-1).findIndex(S=>!st(S[o.axis]));_+=Math.max(0,x)}r=Xt(_,s,i)-s}else r=i-s}return{start:s,count:r}}function Uc(n){const{xScale:t,yScale:e,_scaleRanges:i}=n,s={xmin:t.min,xmax:t.max,ymin:e.min,ymax:e.max};if(!i)return n._scaleRanges=s,!0;const r=i.xmin!==t.min||i.xmax!==t.max||i.ymin!==e.min||i.ymax!==e.max;return Object.assign(i,s),r}const pr=n=>n===0||n===1,Hc=(n,t,e)=>-(Math.pow(2,10*(n-=1))*Math.sin((n-t)*Ct/e)),Wc=(n,t,e)=>Math.pow(2,-10*n)*Math.sin((n-t)*Ct/e)+1,is={linear:n=>n,easeInQuad:n=>n*n,easeOutQuad:n=>-n*(n-2),easeInOutQuad:n=>(n/=.5)<1?.5*n*n:-.5*(--n*(n-2)-1),easeInCubic:n=>n*n*n,easeOutCubic:n=>(n-=1)*n*n+1,easeInOutCubic:n=>(n/=.5)<1?.5*n*n*n:.5*((n-=2)*n*n+2),easeInQuart:n=>n*n*n*n,easeOutQuart:n=>-((n-=1)*n*n*n-1),easeInOutQuart:n=>(n/=.5)<1?.5*n*n*n*n:-.5*((n-=2)*n*n*n-2),easeInQuint:n=>n*n*n*n*n,easeOutQuint:n=>(n-=1)*n*n*n*n+1,easeInOutQuint:n=>(n/=.5)<1?.5*n*n*n*n*n:.5*((n-=2)*n*n*n*n+2),easeInSine:n=>-Math.cos(n*Et)+1,easeOutSine:n=>Math.sin(n*Et),easeInOutSine:n=>-.5*(Math.cos(ct*n)-1),easeInExpo:n=>n===0?0:Math.pow(2,10*(n-1)),easeOutExpo:n=>n===1?1:-Math.pow(2,-10*n)+1,easeInOutExpo:n=>pr(n)?n:n<.5?.5*Math.pow(2,10*(n*2-1)):.5*(-Math.pow(2,-10*(n*2-1))+2),easeInCirc:n=>n>=1?n:-(Math.sqrt(1-n*n)-1),easeOutCirc:n=>Math.sqrt(1-(n-=1)*n),easeInOutCirc:n=>(n/=.5)<1?-.5*(Math.sqrt(1-n*n)-1):.5*(Math.sqrt(1-(n-=2)*n)+1),easeInElastic:n=>pr(n)?n:Hc(n,.075,.3),easeOutElastic:n=>pr(n)?n:Wc(n,.075,.3),easeInOutElastic(n){return pr(n)?n:n<.5?.5*Hc(n*2,.1125,.45):.5+.5*Wc(n*2-1,.1125,.45)},easeInBack(n){return n*n*((1.70158+1)*n-1.70158)},easeOutBack(n){return(n-=1)*n*((1.70158+1)*n+1.70158)+1},easeInOutBack(n){let t=1.70158;return(n/=.5)<1?.5*(n*n*(((t*=1.525)+1)*n-t)):.5*((n-=2)*n*(((t*=1.525)+1)*n+t)+2)},easeInBounce:n=>1-is.easeOutBounce(1-n),easeOutBounce(n){return n<1/2.75?7.5625*n*n:n<2/2.75?7.5625*(n-=1.5/2.75)*n+.75:n<2.5/2.75?7.5625*(n-=2.25/2.75)*n+.9375:7.5625*(n-=2.625/2.75)*n+.984375},easeInOutBounce:n=>n<.5?is.easeInBounce(n*2)*.5:is.easeOutBounce(n*2-1)*.5+.5};function Ya(n){if(n&&typeof n=="object"){const t=n.toString();return t==="[object CanvasPattern]"||t==="[object CanvasGradient]"}return!1}function $a(n){return Ya(n)?n:new Qi(n)}function ja(n){return Ya(n)?n:new Qi(n).saturate(.5).darken(.1).hexString()}const Ig=["x","y","borderWidth","radius","tension"],Lg=["color","borderColor","backgroundColor"];function Ng(n){n.set("animation",{delay:void 0,duration:1e3,easing:"easeOutQuart",fn:void 0,from:void 0,loop:void 0,to:void 0,type:void 0}),n.describe("animation",{_fallback:!1,_indexable:!1,_scriptable:t=>t!=="onProgress"&&t!=="onComplete"&&t!=="fn"}),n.set("animations",{colors:{type:"color",properties:Lg},numbers:{type:"number",properties:Ig}}),n.describe("animations",{_fallback:"animation"}),n.set("transitions",{active:{animation:{duration:400}},resize:{animation:{duration:0}},show:{animations:{colors:{from:"transparent"},visible:{type:"boolean",duration:0}}},hide:{animations:{colors:{to:"transparent"},visible:{type:"boolean",easing:"linear",fn:t=>t|0}}}})}function Fg(n){n.set("layout",{autoPadding:!0,padding:{top:0,right:0,bottom:0,left:0}})}const Vc=new Map;function Bg(n,t){t=t||{};const e=n+JSON.stringify(t);let i=Vc.get(e);return i||(i=new Intl.NumberFormat(n,t),Vc.set(e,i)),i}function ss(n,t,e){return Bg(t,e).format(n)}const Yc={values(n){return wt(n)?n:""+n},numeric(n,t,e){if(n===0)return"0";const i=this.chart.options.locale;let s,r=n;if(e.length>1){const c=Math.max(Math.abs(e[0].value),Math.abs(e[e.length-1].value));(c<1e-4||c>1e15)&&(s="scientific"),r=zg(n,e)}const a=_n(Math.abs(r)),o=isNaN(a)?1:Math.max(Math.min(-1*Math.floor(a),20),0),l={notation:s,minimumFractionDigits:o,maximumFractionDigits:o};return Object.assign(l,this.options.ticks.format),ss(n,i,l)},logarithmic(n,t,e){if(n===0)return"0";const i=e[t].significand||n/Math.pow(10,Math.floor(_n(n)));return[1,2,3,5,10,15].includes(i)||t>.8*e.length?Yc.numeric.call(this,n,t,e):""}};function zg(n,t){let e=t.length>3?t[2].value-t[1].value:t[1].value-t[0].value;return Math.abs(e)>=1&&n!==Math.floor(n)&&(e=n-Math.floor(n)),e}var yr={formatters:Yc};function Ug(n){n.set("scale",{display:!0,offset:!1,reverse:!1,beginAtZero:!1,bounds:"ticks",clip:!0,grace:0,grid:{display:!0,lineWidth:1,drawOnChartArea:!0,drawTicks:!0,tickLength:8,tickWidth:(t,e)=>e.lineWidth,tickColor:(t,e)=>e.color,offset:!1},border:{display:!0,dash:[],dashOffset:0,width:1},title:{display:!1,text:"",padding:{top:4,bottom:4}},ticks:{minRotation:0,maxRotation:50,mirror:!1,textStrokeWidth:0,textStrokeColor:"",padding:3,display:!0,autoSkip:!0,autoSkipPadding:3,labelOffset:0,callback:yr.formatters.values,minor:{},major:{},align:"center",crossAlign:"near",showLabelBackdrop:!1,backdropColor:"rgba(255, 255, 255, 0.75)",backdropPadding:2}}),n.route("scale.ticks","color","","color"),n.route("scale.grid","color","","borderColor"),n.route("scale.border","color","","borderColor"),n.route("scale.title","color","","color"),n.describe("scale",{_fallback:!1,_scriptable:t=>!t.startsWith("before")&&!t.startsWith("after")&&t!=="callback"&&t!=="parser",_indexable:t=>t!=="borderDash"&&t!=="tickBorderDash"&&t!=="dash"}),n.describe("scales",{_fallback:"scale"}),n.describe("scale.ticks",{_scriptable:t=>t!=="backdropPadding"&&t!=="callback",_indexable:t=>t!=="backdropPadding"})}const Hn=Object.create(null),qa=Object.create(null);function rs(n,t){if(!t)return n;const e=t.split(".");for(let i=0,s=e.length;i<s;++i){const r=e[i];n=n[r]||(n[r]=Object.create(null))}return n}function Ga(n,t,e){return typeof t=="string"?Ji(rs(n,t),e):Ji(rs(n,""),t)}class Hg{constructor(t,e){this.animation=void 0,this.backgroundColor="rgba(0,0,0,0.1)",this.borderColor="rgba(0,0,0,0.1)",this.color="#666",this.datasets={},this.devicePixelRatio=i=>i.chart.platform.getDevicePixelRatio(),this.elements={},this.events=["mousemove","mouseout","click","touchstart","touchmove"],this.font={family:"'Helvetica Neue', 'Helvetica', 'Arial', sans-serif",size:12,style:"normal",lineHeight:1.2,weight:null},this.hover={},this.hoverBackgroundColor=(i,s)=>ja(s.backgroundColor),this.hoverBorderColor=(i,s)=>ja(s.borderColor),this.hoverColor=(i,s)=>ja(s.color),this.indexAxis="x",this.interaction={mode:"nearest",intersect:!0,includeInvisible:!1},this.maintainAspectRatio=!0,this.onHover=null,this.onClick=null,this.parsing=!0,this.plugins={},this.responsive=!0,this.scale=void 0,this.scales={},this.showLine=!0,this.drawActiveElementsOnTop=!0,this.describe(t),this.apply(e)}set(t,e){return Ga(this,t,e)}get(t){return rs(this,t)}describe(t,e){return Ga(qa,t,e)}override(t,e){return Ga(Hn,t,e)}route(t,e,i,s){const r=rs(this,t),a=rs(this,i),o="_"+e;Object.defineProperties(r,{[o]:{value:r[e],writable:!0},[e]:{enumerable:!0,get(){const l=this[o],c=a[s];return ht(l)?Object.assign({},c,l):rt(l,c)},set(l){this[o]=l}}})}apply(t){t.forEach(e=>e(this))}}var At=new Hg({_scriptable:n=>!n.startsWith("on"),_indexable:n=>n!=="events",hover:{_fallback:"interaction"},interaction:{_scriptable:!1,_indexable:!1}},[Ng,Fg,Ug]);function Wg(n){return!n||st(n.size)||st(n.family)?null:(n.style?n.style+" ":"")+(n.weight?n.weight+" ":"")+n.size+"px "+n.family}function br(n,t,e,i,s){let r=t[s];return r||(r=t[s]=n.measureText(s).width,e.push(s)),r>i&&(i=r),i}function Vg(n,t,e,i){i=i||{};let s=i.data=i.data||{},r=i.garbageCollect=i.garbageCollect||[];i.font!==t&&(s=i.data={},r=i.garbageCollect=[],i.font=t),n.save(),n.font=t;let a=0;const o=e.length;let l,c,u,h,f;for(l=0;l<o;l++)if(h=e[l],h!=null&&!wt(h))a=br(n,s,r,a,h);else if(wt(h))for(c=0,u=h.length;c<u;c++)f=h[c],f!=null&&!wt(f)&&(a=br(n,s,r,a,f));n.restore();const m=r.length/2;if(m>e.length){for(l=0;l<m;l++)delete s[r[l]];r.splice(0,m)}return a}function Wn(n,t,e){const i=n.currentDevicePixelRatio,s=e!==0?Math.max(e/2,.5):0;return Math.round((t-s)*i)/i+s}function $c(n,t){!t&&!n||(t=t||n.getContext("2d"),t.save(),t.resetTransform(),t.clearRect(0,0,n.width,n.height),t.restore())}function Ka(n,t,e,i){jc(n,t,e,i,null)}function jc(n,t,e,i,s){let r,a,o,l,c,u,h,f;const m=t.pointStyle,p=t.rotation,_=t.radius;let x=(p||0)*Ha;if(m&&typeof m=="object"&&(r=m.toString(),r==="[object HTMLImageElement]"||r==="[object HTMLCanvasElement]")){n.save(),n.translate(e,i),n.rotate(x),n.drawImage(m,-m.width/2,-m.height/2,m.width,m.height),n.restore();return}if(!(isNaN(_)||_<=0)){switch(n.beginPath(),m){default:s?n.ellipse(e,i,s/2,_,0,0,Ct):n.arc(e,i,_,0,Ct),n.closePath();break;case"triangle":u=s?s/2:_,n.moveTo(e+Math.sin(x)*u,i-Math.cos(x)*_),x+=fr,n.lineTo(e+Math.sin(x)*u,i-Math.cos(x)*_),x+=fr,n.lineTo(e+Math.sin(x)*u,i-Math.cos(x)*_),n.closePath();break;case"rectRounded":c=_*.516,l=_-c,a=Math.cos(x+Ee)*l,h=Math.cos(x+Ee)*(s?s/2-c:l),o=Math.sin(x+Ee)*l,f=Math.sin(x+Ee)*(s?s/2-c:l),n.arc(e-h,i-o,c,x-ct,x-Et),n.arc(e+f,i-a,c,x-Et,x),n.arc(e+h,i+o,c,x,x+Et),n.arc(e-f,i+a,c,x+Et,x+ct),n.closePath();break;case"rect":if(!p){l=Math.SQRT1_2*_,u=s?s/2:l,n.rect(e-u,i-l,2*u,2*l);break}x+=Ee;case"rectRot":h=Math.cos(x)*(s?s/2:_),a=Math.cos(x)*_,o=Math.sin(x)*_,f=Math.sin(x)*(s?s/2:_),n.moveTo(e-h,i-o),n.lineTo(e+f,i-a),n.lineTo(e+h,i+o),n.lineTo(e-f,i+a),n.closePath();break;case"crossRot":x+=Ee;case"cross":h=Math.cos(x)*(s?s/2:_),a=Math.cos(x)*_,o=Math.sin(x)*_,f=Math.sin(x)*(s?s/2:_),n.moveTo(e-h,i-o),n.lineTo(e+h,i+o),n.moveTo(e+f,i-a),n.lineTo(e-f,i+a);break;case"star":h=Math.cos(x)*(s?s/2:_),a=Math.cos(x)*_,o=Math.sin(x)*_,f=Math.sin(x)*(s?s/2:_),n.moveTo(e-h,i-o),n.lineTo(e+h,i+o),n.moveTo(e+f,i-a),n.lineTo(e-f,i+a),x+=Ee,h=Math.cos(x)*(s?s/2:_),a=Math.cos(x)*_,o=Math.sin(x)*_,f=Math.sin(x)*(s?s/2:_),n.moveTo(e-h,i-o),n.lineTo(e+h,i+o),n.moveTo(e+f,i-a),n.lineTo(e-f,i+a);break;case"line":a=s?s/2:Math.cos(x)*_,o=Math.sin(x)*_,n.moveTo(e-a,i-o),n.lineTo(e+a,i+o);break;case"dash":n.moveTo(e,i),n.lineTo(e+Math.cos(x)*(s?s/2:_),i+Math.sin(x)*_);break;case!1:n.closePath();break}n.fill(),t.borderWidth>0&&n.stroke()}}function en(n,t,e){return e=e||.5,!t||n&&n.x>t.left-e&&n.x<t.right+e&&n.y>t.top-e&&n.y<t.bottom+e}function as(n,t){n.save(),n.beginPath(),n.rect(t.left,t.top,t.right-t.left,t.bottom-t.top),n.clip()}function os(n){n.restore()}function Yg(n,t,e,i,s){if(!t)return n.lineTo(e.x,e.y);if(s==="middle"){const r=(t.x+e.x)/2;n.lineTo(r,t.y),n.lineTo(r,e.y)}else s==="after"!=!!i?n.lineTo(t.x,e.y):n.lineTo(e.x,t.y);n.lineTo(e.x,e.y)}function $g(n,t,e,i){if(!t)return n.lineTo(e.x,e.y);n.bezierCurveTo(i?t.cp1x:t.cp2x,i?t.cp1y:t.cp2y,i?e.cp2x:e.cp1x,i?e.cp2y:e.cp1y,e.x,e.y)}function jg(n,t){t.translation&&n.translate(t.translation[0],t.translation[1]),st(t.rotation)||n.rotate(t.rotation),t.color&&(n.fillStyle=t.color),t.textAlign&&(n.textAlign=t.textAlign),t.textBaseline&&(n.textBaseline=t.textBaseline)}function qg(n,t,e,i,s){if(s.strikethrough||s.underline){const r=n.measureText(i),a=t-r.actualBoundingBoxLeft,o=t+r.actualBoundingBoxRight,l=e-r.actualBoundingBoxAscent,c=e+r.actualBoundingBoxDescent,u=s.strikethrough?(l+c)/2:c;n.strokeStyle=n.fillStyle,n.beginPath(),n.lineWidth=s.decorationWidth||2,n.moveTo(a,u),n.lineTo(o,u),n.stroke()}}function Gg(n,t){const e=n.fillStyle;n.fillStyle=t.color,n.fillRect(t.left,t.top,t.width,t.height),n.fillStyle=e}function Vn(n,t,e,i,s,r={}){const a=wt(t)?t:[t],o=r.strokeWidth>0&&r.strokeColor!=="";let l,c;for(n.save(),n.font=s.string,jg(n,r),l=0;l<a.length;++l)c=a[l],r.backdrop&&Gg(n,r.backdrop),o&&(r.strokeColor&&(n.strokeStyle=r.strokeColor),st(r.strokeWidth)||(n.lineWidth=r.strokeWidth),n.strokeText(c,e,i,r.maxWidth)),n.fillText(c,e,i,r.maxWidth),qg(n,e,i,c,r),i+=Number(s.lineHeight);n.restore()}function pi(n,t){const{x:e,y:i,w:s,h:r,radius:a}=t;n.arc(e+a.topLeft,i+a.topLeft,a.topLeft,1.5*ct,ct,!0),n.lineTo(e,i+r-a.bottomLeft),n.arc(e+a.bottomLeft,i+r-a.bottomLeft,a.bottomLeft,ct,Et,!0),n.lineTo(e+s-a.bottomRight,i+r),n.arc(e+s-a.bottomRight,i+r-a.bottomRight,a.bottomRight,Et,0,!0),n.lineTo(e+s,i+a.topRight),n.arc(e+s-a.topRight,i+a.topRight,a.topRight,0,-Et,!0),n.lineTo(e+a.topLeft,i)}const Kg=/^(normal|(\d+(?:\.\d+)?)(px|em|%)?)$/,Xg=/^(normal|italic|initial|inherit|unset|(oblique( -?[0-9]?[0-9]deg)?))$/;function Zg(n,t){const e=(""+n).match(Kg);if(!e||e[1]==="normal")return t*1.2;switch(n=+e[2],e[3]){case"px":return n;case"%":n/=100;break}return t*n}const Qg=n=>+n||0;function Xa(n,t){const e={},i=ht(t),s=i?Object.keys(t):t,r=ht(n)?i?a=>rt(n[a],n[t[a]]):a=>n[a]:()=>n;for(const a of s)e[a]=Qg(r(a));return e}function qc(n){return Xa(n,{top:"y",right:"x",bottom:"y",left:"x"})}function wn(n){return Xa(n,["topLeft","topRight","bottomLeft","bottomRight"])}function Yt(n){const t=qc(n);return t.width=t.left+t.right,t.height=t.top+t.bottom,t}function Rt(n,t){n=n||{},t=t||At.font;let e=rt(n.size,t.size);typeof e=="string"&&(e=parseInt(e,10));let i=rt(n.style,t.style);i&&!(""+i).match(Xg)&&(console.warn('Invalid font style specified: "'+i+'"'),i=void 0);const s={family:rt(n.family,t.family),lineHeight:Zg(rt(n.lineHeight,t.lineHeight),e),size:e,style:i,weight:rt(n.weight,t.weight),string:""};return s.string=Wg(s),s}function ls(n,t,e,i){let s,r,a;for(s=0,r=n.length;s<r;++s)if(a=n[s],a!==void 0&&a!==void 0)return a}function Jg(n,t,e){const{min:i,max:s}=n,r=Dc(t,(s-i)/2),a=(o,l)=>e&&o===0?0:o+l;return{min:a(i,-Math.abs(r)),max:a(s,r)}}function Sn(n,t){return Object.assign(Object.create(n),t)}function Za(n,t=[""],e,i,s=()=>n[0]){const r=e||n;typeof i>"u"&&(i=Qc("_fallback",n));const a={[Symbol.toStringTag]:"Object",_cacheable:!0,_scopes:n,_rootScopes:r,_fallback:i,_getTarget:s,override:o=>Za([o,...n],t,r,i)};return new Proxy(a,{deleteProperty(o,l){return delete o[l],delete o._keys,delete n[0][l],!0},get(o,l){return Kc(o,l,()=>op(l,t,n,o))},getOwnPropertyDescriptor(o,l){return Reflect.getOwnPropertyDescriptor(o._scopes[0],l)},getPrototypeOf(){return Reflect.getPrototypeOf(n[0])},has(o,l){return Jc(o).includes(l)},ownKeys(o){return Jc(o)},set(o,l,c){const u=o._storage||(o._storage=s());return o[l]=u[l]=c,delete o._keys,!0}})}function yi(n,t,e,i){const s={_cacheable:!1,_proxy:n,_context:t,_subProxy:e,_stack:new Set,_descriptors:Gc(n,i),setContext:r=>yi(n,r,e,i),override:r=>yi(n.override(r),t,e,i)};return new Proxy(s,{deleteProperty(r,a){return delete r[a],delete n[a],!0},get(r,a,o){return Kc(r,a,()=>ep(r,a,o))},getOwnPropertyDescriptor(r,a){return r._descriptors.allKeys?Reflect.has(n,a)?{enumerable:!0,configurable:!0}:void 0:Reflect.getOwnPropertyDescriptor(n,a)},getPrototypeOf(){return Reflect.getPrototypeOf(n)},has(r,a){return Reflect.has(n,a)},ownKeys(){return Reflect.ownKeys(n)},set(r,a,o){return n[a]=o,delete r[a],!0}})}function Gc(n,t={scriptable:!0,indexable:!0}){const{_scriptable:e=t.scriptable,_indexable:i=t.indexable,_allKeys:s=t.allKeys}=n;return{allKeys:s,scriptable:e,indexable:i,isScriptable:pe(e)?e:()=>e,isIndexable:pe(i)?i:()=>i}}const tp=(n,t)=>n?n+Ua(t):t,Qa=(n,t)=>ht(t)&&n!=="adapters"&&(Object.getPrototypeOf(t)===null||t.constructor===Object);function Kc(n,t,e){if(Object.prototype.hasOwnProperty.call(n,t)||t==="constructor")return n[t];const i=e();return n[t]=i,i}function ep(n,t,e){const{_proxy:i,_context:s,_subProxy:r,_descriptors:a}=n;let o=i[t];return pe(o)&&a.isScriptable(t)&&(o=np(t,o,n,e)),wt(o)&&o.length&&(o=ip(t,o,n,a.isIndexable)),Qa(t,o)&&(o=yi(o,s,r&&r[t],a)),o}function np(n,t,e,i){const{_proxy:s,_context:r,_subProxy:a,_stack:o}=e;if(o.has(n))throw new Error("Recursion detected: "+Array.from(o).join("->")+"->"+n);o.add(n);let l=t(r,a||i);return o.delete(n),Qa(n,l)&&(l=Ja(s._scopes,s,n,l)),l}function ip(n,t,e,i){const{_proxy:s,_context:r,_subProxy:a,_descriptors:o}=e;if(typeof r.index<"u"&&i(n))return t[r.index%t.length];if(ht(t[0])){const l=t,c=s._scopes.filter(u=>u!==l);t=[];for(const u of l){const h=Ja(c,s,n,u);t.push(yi(h,r,a&&a[n],o))}}return t}function Xc(n,t,e){return pe(n)?n(t,e):n}const sp=(n,t)=>n===!0?t:typeof n=="string"?bn(t,n):void 0;function rp(n,t,e,i,s){for(const r of t){const a=sp(e,r);if(a){n.add(a);const o=Xc(a._fallback,e,s);if(typeof o<"u"&&o!==e&&o!==i)return o}else if(a===!1&&typeof i<"u"&&e!==i)return null}return!1}function Ja(n,t,e,i){const s=t._rootScopes,r=Xc(t._fallback,e,i),a=[...n,...s],o=new Set;o.add(i);let l=Zc(o,a,e,r||e,i);return l===null||typeof r<"u"&&r!==e&&(l=Zc(o,a,r,l,i),l===null)?!1:Za(Array.from(o),[""],s,r,()=>ap(t,e,i))}function Zc(n,t,e,i,s){for(;e;)e=rp(n,t,e,i,s);return e}function ap(n,t,e){const i=n._getTarget();t in i||(i[t]={});const s=i[t];return wt(s)&&ht(e)?e:s||{}}function op(n,t,e,i){let s;for(const r of t)if(s=Qc(tp(r,n),e),typeof s<"u")return Qa(n,s)?Ja(e,i,n,s):s}function Qc(n,t){for(const e of t){if(!e)continue;const i=e[n];if(typeof i<"u")return i}}function Jc(n){let t=n._keys;return t||(t=n._keys=lp(n._scopes)),t}function lp(n){const t=new Set;for(const e of n)for(const i of Object.keys(e).filter(s=>!s.startsWith("_")))t.add(i);return Array.from(t)}function tu(n,t,e,i){const{iScale:s}=n,{key:r="r"}=this._parsing,a=new Array(i);let o,l,c,u;for(o=0,l=i;o<l;++o)c=o+e,u=t[c],a[o]={r:s.parse(bn(u,r),c)};return a}const cp=Number.EPSILON||1e-14,bi=(n,t)=>t<n.length&&!n[t].skip&&n[t],eu=n=>n==="x"?"y":"x";function up(n,t,e,i){const s=n.skip?t:n,r=t,a=e.skip?t:e,o=gi(r,s),l=gi(a,r);let c=o/(o+l),u=l/(o+l);c=isNaN(c)?0:c,u=isNaN(u)?0:u;const h=i*c,f=i*u;return{previous:{x:r.x-h*(a.x-s.x),y:r.y-h*(a.y-s.y)},next:{x:r.x+f*(a.x-s.x),y:r.y+f*(a.y-s.y)}}}function dp(n,t,e){const i=n.length;let s,r,a,o,l,c=bi(n,0);for(let u=0;u<i-1;++u)if(l=c,c=bi(n,u+1),!(!l||!c)){if(es(t[u],0,cp)){e[u]=e[u+1]=0;continue}s=e[u]/t[u],r=e[u+1]/t[u],o=Math.pow(s,2)+Math.pow(r,2),!(o<=9)&&(a=3/Math.sqrt(o),e[u]=s*a*t[u],e[u+1]=r*a*t[u])}}function hp(n,t,e="x"){const i=eu(e),s=n.length;let r,a,o,l=bi(n,0);for(let c=0;c<s;++c){if(a=o,o=l,l=bi(n,c+1),!o)continue;const u=o[e],h=o[i];a&&(r=(u-a[e])/3,o[`cp1${e}`]=u-r,o[`cp1${i}`]=h-r*t[c]),l&&(r=(l[e]-u)/3,o[`cp2${e}`]=u+r,o[`cp2${i}`]=h+r*t[c])}}function fp(n,t="x"){const e=eu(t),i=n.length,s=Array(i).fill(0),r=Array(i);let a,o,l,c=bi(n,0);for(a=0;a<i;++a)if(o=l,l=c,c=bi(n,a+1),!!l){if(c){const u=c[t]-l[t];s[a]=u!==0?(c[e]-l[e])/u:0}r[a]=o?c?We(s[a-1])!==We(s[a])?0:(s[a-1]+s[a])/2:s[a-1]:s[a]}dp(n,s,r),hp(n,r,t)}function _r(n,t,e){return Math.max(Math.min(n,e),t)}function mp(n,t){let e,i,s,r,a,o=en(n[0],t);for(e=0,i=n.length;e<i;++e)a=r,r=o,o=e<i-1&&en(n[e+1],t),r&&(s=n[e],a&&(s.cp1x=_r(s.cp1x,t.left,t.right),s.cp1y=_r(s.cp1y,t.top,t.bottom)),o&&(s.cp2x=_r(s.cp2x,t.left,t.right),s.cp2y=_r(s.cp2y,t.top,t.bottom)))}function gp(n,t,e,i,s){let r,a,o,l;if(t.spanGaps&&(n=n.filter(c=>!c.skip)),t.cubicInterpolationMode==="monotone")fp(n,s);else{let c=i?n[n.length-1]:n[0];for(r=0,a=n.length;r<a;++r)o=n[r],l=up(c,o,n[Math.min(r+1,a-(i?0:1))%a],t.tension),o.cp1x=l.previous.x,o.cp1y=l.previous.y,o.cp2x=l.next.x,o.cp2y=l.next.y,c=o}t.capBezierPoints&&mp(n,e)}function to(){return typeof window<"u"&&typeof document<"u"}function eo(n){let t=n.parentNode;return t&&t.toString()==="[object ShadowRoot]"&&(t=t.host),t}function xr(n,t,e){let i;return typeof n=="string"?(i=parseInt(n,10),n.indexOf("%")!==-1&&(i=i/100*t.parentNode[e])):i=n,i}const wr=n=>n.ownerDocument.defaultView.getComputedStyle(n,null);function pp(n,t){return wr(n).getPropertyValue(t)}const yp=["top","right","bottom","left"];function Yn(n,t,e){const i={};e=e?"-"+e:"";for(let s=0;s<4;s++){const r=yp[s];i[r]=parseFloat(n[t+"-"+r+e])||0}return i.width=i.left+i.right,i.height=i.top+i.bottom,i}const bp=(n,t,e)=>(n>0||t>0)&&(!e||!e.shadowRoot);function _p(n,t){const e=n.touches,i=e&&e.length?e[0]:n,{offsetX:s,offsetY:r}=i;let a=!1,o,l;if(bp(s,r,n.target))o=s,l=r;else{const c=t.getBoundingClientRect();o=i.clientX-c.left,l=i.clientY-c.top,a=!0}return{x:o,y:l,box:a}}function vn(n,t){if("native"in n)return n;const{canvas:e,currentDevicePixelRatio:i}=t,s=wr(e),r=s.boxSizing==="border-box",a=Yn(s,"padding"),o=Yn(s,"border","width"),{x:l,y:c,box:u}=_p(n,e),h=a.left+(u&&o.left),f=a.top+(u&&o.top);let{width:m,height:p}=t;return r&&(m-=a.width+o.width,p-=a.height+o.height),{x:Math.round((l-h)/m*e.width/i),y:Math.round((c-f)/p*e.height/i)}}function xp(n,t,e){let i,s;if(t===void 0||e===void 0){const r=n&&eo(n);if(!r)t=n.clientWidth,e=n.clientHeight;else{const a=r.getBoundingClientRect(),o=wr(r),l=Yn(o,"border","width"),c=Yn(o,"padding");t=a.width-c.width-l.width,e=a.height-c.height-l.height,i=xr(o.maxWidth,r,"clientWidth"),s=xr(o.maxHeight,r,"clientHeight")}}return{width:t,height:e,maxWidth:i||hr,maxHeight:s||hr}}const Tn=n=>Math.round(n*10)/10;function wp(n,t,e,i){const s=wr(n),r=Yn(s,"margin"),a=xr(s.maxWidth,n,"clientWidth")||hr,o=xr(s.maxHeight,n,"clientHeight")||hr,l=xp(n,t,e);let{width:c,height:u}=l;if(s.boxSizing==="content-box"){const f=Yn(s,"border","width"),m=Yn(s,"padding");c-=m.width+f.width,u-=m.height+f.height}return c=Math.max(0,c-r.width),u=Math.max(0,i?c/i:u-r.height),c=Tn(Math.min(c,a,l.maxWidth)),u=Tn(Math.min(u,o,l.maxHeight)),c&&!u&&(u=Tn(c/2)),(t!==void 0||e!==void 0)&&i&&l.height&&u>l.height&&(u=l.height,c=Tn(Math.floor(u*i))),{width:c,height:u}}function nu(n,t,e){const i=t||1,s=Tn(n.height*i),r=Tn(n.width*i);n.height=Tn(n.height),n.width=Tn(n.width);const a=n.canvas;return a.style&&(e||!a.style.height&&!a.style.width)&&(a.style.height=`${n.height}px`,a.style.width=`${n.width}px`),n.currentDevicePixelRatio!==i||a.height!==s||a.width!==r?(n.currentDevicePixelRatio=i,a.height=s,a.width=r,n.ctx.setTransform(i,0,0,i,0,0),!0):!1}const Sp=function(){let n=!1;try{const t={get passive(){return n=!0,!1}};to()&&(window.addEventListener("test",null,t),window.removeEventListener("test",null,t))}catch{}return n}();function iu(n,t){const e=pp(n,t),i=e&&e.match(/^(\d+)(\.\d+)?px$/);return i?+i[1]:void 0}function $n(n,t,e,i){return{x:n.x+e*(t.x-n.x),y:n.y+e*(t.y-n.y)}}function vp(n,t,e,i){return{x:n.x+e*(t.x-n.x),y:i==="middle"?e<.5?n.y:t.y:i==="after"?e<1?n.y:t.y:e>0?t.y:n.y}}function Tp(n,t,e,i){const s={x:n.cp2x,y:n.cp2y},r={x:t.cp1x,y:t.cp1y},a=$n(n,s,e),o=$n(s,r,e),l=$n(r,t,e),c=$n(a,o,e),u=$n(o,l,e);return $n(c,u,e)}const Mp=function(n,t){return{x(e){return n+n+t-e},setWidth(e){t=e},textAlign(e){return e==="center"?e:e==="right"?"left":"right"},xPlus(e,i){return e-i},leftForLtr(e,i){return e-i}}},kp=function(){return{x(n){return n},setWidth(n){},textAlign(n){return n},xPlus(n,t){return n+t},leftForLtr(n,t){return n}}};function _i(n,t,e){return n?Mp(t,e):kp()}function su(n,t){let e,i;(t==="ltr"||t==="rtl")&&(e=n.canvas.style,i=[e.getPropertyValue("direction"),e.getPropertyPriority("direction")],e.setProperty("direction",t,"important"),n.prevTextDirection=i)}function ru(n,t){t!==void 0&&(delete n.prevTextDirection,n.canvas.style.setProperty("direction",t[0],t[1]))}function au(n){return n==="angle"?{between:ns,compare:Dg,normalize:se}:{between:Je,compare:(t,e)=>t-e,normalize:t=>t}}function ou({start:n,end:t,count:e,loop:i,style:s}){return{start:n%e,end:t%e,loop:i&&(t-n+1)%e===0,style:s}}function Dp(n,t,e){const{property:i,start:s,end:r}=e,{between:a,normalize:o}=au(i),l=t.length;let{start:c,end:u,loop:h}=n,f,m;if(h){for(c+=l,u+=l,f=0,m=l;f<m&&a(o(t[c%l][i]),s,r);++f)c--,u--;c%=l,u%=l}return u<c&&(u+=l),{start:c,end:u,loop:h,style:n.style}}function lu(n,t,e){if(!e)return[n];const{property:i,start:s,end:r}=e,a=t.length,{compare:o,between:l,normalize:c}=au(i),{start:u,end:h,loop:f,style:m}=Dp(n,t,e),p=[];let _=!1,x=null,S,M,C;const A=()=>l(s,C,S)&&o(s,C)!==0,E=()=>o(r,S)===0||l(r,C,S),D=()=>_||A(),T=()=>!_||E();for(let g=u,y=u;g<=h;++g)M=t[g%a],!M.skip&&(S=c(M[i]),S!==C&&(_=l(S,s,r),x===null&&D()&&(x=o(S,s)===0?g:y),x!==null&&T()&&(p.push(ou({start:x,end:g,loop:f,count:a,style:m})),x=null),y=g,C=S));return x!==null&&p.push(ou({start:x,end:h,loop:f,count:a,style:m})),p}function cu(n,t){const e=[],i=n.segments;for(let s=0;s<i.length;s++){const r=lu(i[s],n.points,t);r.length&&e.push(...r)}return e}function Cp(n,t,e,i){let s=0,r=t-1;if(e&&!i)for(;s<t&&!n[s].skip;)s++;for(;s<t&&n[s].skip;)s++;for(s%=t,e&&(r+=s);r>s&&n[r%t].skip;)r--;return r%=t,{start:s,end:r}}function Op(n,t,e,i){const s=n.length,r=[];let a=t,o=n[t],l;for(l=t+1;l<=e;++l){const c=n[l%s];c.skip||c.stop?o.skip||(i=!1,r.push({start:t%s,end:(l-1)%s,loop:i}),t=a=c.stop?l:null):(a=l,o.skip&&(t=l)),o=c}return a!==null&&r.push({start:t%s,end:a%s,loop:i}),r}function Ep(n,t){const e=n.points,i=n.options.spanGaps,s=e.length;if(!s)return[];const r=!!n._loop,{start:a,end:o}=Cp(e,s,r,i);if(i===!0)return uu(n,[{start:a,end:o,loop:r}],e,t);const l=o<a?o+s:o,c=!!n._fullLoop&&a===0&&o===s-1;return uu(n,Op(e,a,l,c),e,t)}function uu(n,t,e,i){return!i||!i.setContext||!e?t:Ap(n,t,e,i)}function Ap(n,t,e,i){const s=n._chart.getContext(),r=du(n.options),{_datasetIndex:a,options:{spanGaps:o}}=n,l=e.length,c=[];let u=r,h=t[0].start,f=h;function m(p,_,x,S){const M=o?-1:1;if(p!==_){for(p+=l;e[p%l].skip;)p-=M;for(;e[_%l].skip;)_+=M;p%l!==_%l&&(c.push({start:p%l,end:_%l,loop:x,style:S}),u=S,h=_%l)}}for(const p of t){h=o?h:p.start;let _=e[h%l],x;for(f=h+1;f<=p.end;f++){const S=e[f%l];x=du(i.setContext(Sn(s,{type:"segment",p0:_,p1:S,p0DataIndex:(f-1)%l,p1DataIndex:f%l,datasetIndex:a}))),Pp(x,u)&&m(h,f-1,p.loop,u),_=S,u=x}h<f-1&&m(h,f-1,p.loop,u)}return c}function du(n){return{backgroundColor:n.backgroundColor,borderCapStyle:n.borderCapStyle,borderDash:n.borderDash,borderDashOffset:n.borderDashOffset,borderJoinStyle:n.borderJoinStyle,borderWidth:n.borderWidth,borderColor:n.borderColor}}function Pp(n,t){if(!t)return!1;const e=[],i=function(s,r){return Ya(r)?(e.includes(r)||e.push(r),e.indexOf(r)):r};return JSON.stringify(n,i)!==JSON.stringify(t,i)}function Sr(n,t,e){return n.options.clip?n[e]:t[e]}function Rp(n,t){const{xScale:e,yScale:i}=n;return e&&i?{left:Sr(e,t,"left"),right:Sr(e,t,"right"),top:Sr(i,t,"top"),bottom:Sr(i,t,"bottom")}:t}function hu(n,t){const e=t._clip;if(e.disabled)return!1;const i=Rp(t,n.chartArea);return{left:e.left===!1?0:i.left-(e.left===!0?0:e.left),right:e.right===!1?n.width:i.right+(e.right===!0?0:e.right),top:e.top===!1?0:i.top-(e.top===!0?0:e.top),bottom:e.bottom===!1?n.height:i.bottom+(e.bottom===!0?0:e.bottom)}}/*!
|
|
11
|
+
*/function Qe(){}const pg=(()=>{let n=0;return()=>n++})();function st(n){return n==null}function wt(n){if(Array.isArray&&Array.isArray(n))return!0;const t=Object.prototype.toString.call(n);return t.slice(0,7)==="[object"&&t.slice(-6)==="Array]"}function ht(n){return n!==null&&Object.prototype.toString.call(n)==="[object Object]"}function Pt(n){return(typeof n=="number"||n instanceof Number)&&isFinite(+n)}function ke(n,t){return Pt(n)?n:t}function rt(n,t){return typeof n>"u"?t:n}const yg=(n,t)=>typeof n=="string"&&n.endsWith("%")?parseFloat(n)/100:+n/t,Dc=(n,t)=>typeof n=="string"&&n.endsWith("%")?parseFloat(n)/100*t:+n;function Tt(n,t,e){if(n&&typeof n.call=="function")return n.apply(e,t)}function Mt(n,t,e,i){let s,r,a;if(wt(n))for(r=n.length,s=0;s<r;s++)t.call(e,n[s],s);else if(ht(n))for(a=Object.keys(n),r=a.length,s=0;s<r;s++)t.call(e,n[a[s]],a[s])}function ur(n,t){let e,i,s,r;if(!n||!t||n.length!==t.length)return!1;for(e=0,i=n.length;e<i;++e)if(s=n[e],r=t[e],s.datasetIndex!==r.datasetIndex||s.index!==r.index)return!1;return!0}function dr(n){if(wt(n))return n.map(dr);if(ht(n)){const t=Object.create(null),e=Object.keys(n),i=e.length;let s=0;for(;s<i;++s)t[e[s]]=dr(n[e[s]]);return t}return n}function Cc(n){return["__proto__","prototype","constructor"].indexOf(n)===-1}function bg(n,t,e,i){if(!Cc(n))return;const s=t[n],r=e[n];ht(s)&&ht(r)?Ji(s,r,i):t[n]=dr(r)}function Ji(n,t,e){const i=wt(t)?t:[t],s=i.length;if(!ht(n))return n;e=e||{};const r=e.merger||bg;let a;for(let o=0;o<s;++o){if(a=i[o],!ht(a))continue;const l=Object.keys(a);for(let c=0,u=l.length;c<u;++c)r(l[c],n,a,e)}return n}function ts(n,t){return Ji(n,t,{merger:_g})}function _g(n,t,e){if(!Cc(n))return;const i=t[n],s=e[n];ht(i)&&ht(s)?ts(i,s):Object.prototype.hasOwnProperty.call(t,n)||(t[n]=dr(s))}const Oc={"":n=>n,x:n=>n.x,y:n=>n.y};function xg(n){const t=n.split("."),e=[];let i="";for(const s of t)i+=s,i.endsWith("\\")?i=i.slice(0,-1)+".":(e.push(i),i="");return e}function wg(n){const t=xg(n);return e=>{for(const i of t){if(i==="")break;e=e&&e[i]}return e}}function bn(n,t){return(Oc[t]||(Oc[t]=wg(t)))(n)}function Ua(n){return n.charAt(0).toUpperCase()+n.slice(1)}const ge=n=>typeof n<"u",pe=n=>typeof n=="function",Ec=(n,t)=>{if(n.size!==t.size)return!1;for(const e of n)if(!t.has(e))return!1;return!0};function Sg(n){return n.type==="mouseup"||n.type==="click"||n.type==="contextmenu"}const ct=Math.PI,Ct=2*ct,vg=Ct+ct,hr=Number.POSITIVE_INFINITY,Ha=ct/180,Et=ct/2,Ee=ct/4,fr=ct*2/3,_n=Math.log10,We=Math.sign;function es(n,t,e){return Math.abs(n-t)<e}function Ac(n){const t=Math.round(n);n=es(n,t,n/1e3)?t:n;const e=Math.pow(10,Math.floor(_n(n))),i=n/e;return(i<=1?1:i<=2?2:i<=5?5:10)*e}function Tg(n){const t=[],e=Math.sqrt(n);let i;for(i=1;i<e;i++)n%i===0&&(t.push(i),t.push(n/i));return e===(e|0)&&t.push(e),t.sort((s,r)=>s-r).pop(),t}function Mg(n){return typeof n=="symbol"||typeof n=="object"&&n!==null&&!(Symbol.toPrimitive in n||"toString"in n||"valueOf"in n)}function xn(n){return!Mg(n)&&!isNaN(parseFloat(n))&&isFinite(n)}function kg(n,t){const e=Math.round(n);return e-t<=n&&e+t>=n}function Pc(n,t,e){let i,s,r;for(i=0,s=n.length;i<s;i++)r=n[i][e],isNaN(r)||(t.min=Math.min(t.min,r),t.max=Math.max(t.max,r))}function Vt(n){return n*(ct/180)}function mr(n){return n*(180/ct)}function Rc(n){if(!Pt(n))return;let t=1,e=0;for(;Math.round(n*t)/t!==n;)t*=10,e++;return e}function gr(n,t){const e=t.x-n.x,i=t.y-n.y,s=Math.sqrt(e*e+i*i);let r=Math.atan2(i,e);return r<-.5*ct&&(r+=Ct),{angle:r,distance:s}}function gi(n,t){return Math.sqrt(Math.pow(t.x-n.x,2)+Math.pow(t.y-n.y,2))}function Dg(n,t){return(n-t+vg)%Ct-ct}function se(n){return(n%Ct+Ct)%Ct}function ns(n,t,e,i){const s=se(n),r=se(t),a=se(e),o=se(r-s),l=se(a-s),c=se(s-r),u=se(s-a);return s===r||s===a||i&&r===a||o>l&&c<u}function Xt(n,t,e){return Math.max(t,Math.min(e,n))}function Cg(n){return Xt(n,-32768,32767)}function Je(n,t,e,i=1e-6){return n>=Math.min(t,e)-i&&n<=Math.max(t,e)+i}function Wa(n,t,e){e=e||(a=>n[a]<t);let i=n.length-1,s=0,r;for(;i-s>1;)r=s+i>>1,e(r)?s=r:i=r;return{lo:s,hi:i}}const tn=(n,t,e,i)=>Wa(n,e,i?s=>{const r=n[s][t];return r<e||r===e&&n[s+1][t]===e}:s=>n[s][t]<e),Og=(n,t,e)=>Wa(n,e,i=>n[i][t]>=e);function Eg(n,t,e){let i=0,s=n.length;for(;i<s&&n[i]<t;)i++;for(;s>i&&n[s-1]>e;)s--;return i>0||s<n.length?n.slice(i,s):n}const Ic=["push","pop","shift","splice","unshift"];function Ag(n,t){if(n._chartjs){n._chartjs.listeners.push(t);return}Object.defineProperty(n,"_chartjs",{configurable:!0,enumerable:!1,value:{listeners:[t]}}),Ic.forEach(e=>{const i="_onData"+Ua(e),s=n[e];Object.defineProperty(n,e,{configurable:!0,enumerable:!1,value(...r){const a=s.apply(this,r);return n._chartjs.listeners.forEach(o=>{typeof o[i]=="function"&&o[i](...r)}),a}})})}function Lc(n,t){const e=n._chartjs;if(!e)return;const i=e.listeners,s=i.indexOf(t);s!==-1&&i.splice(s,1),!(i.length>0)&&(Ic.forEach(r=>{delete n[r]}),delete n._chartjs)}function Nc(n){const t=new Set(n);return t.size===n.length?n:Array.from(t)}const Fc=function(){return typeof window>"u"?function(n){return n()}:window.requestAnimationFrame}();function Bc(n,t){let e=[],i=!1;return function(...s){e=s,i||(i=!0,Fc.call(window,()=>{i=!1,n.apply(t,e)}))}}function Pg(n,t){let e;return function(...i){return t?(clearTimeout(e),e=setTimeout(n,t,i)):n.apply(this,i),t}}const Va=n=>n==="start"?"left":n==="end"?"right":"center",re=(n,t,e)=>n==="start"?t:n==="end"?e:(t+e)/2,Rg=(n,t,e,i)=>n===(i?"left":"right")?e:n==="center"?(t+e)/2:t;function zc(n,t,e){const i=t.length;let s=0,r=i;if(n._sorted){const{iScale:a,vScale:o,_parsed:l}=n,c=n.dataset&&n.dataset.options?n.dataset.options.spanGaps:null,u=a.axis,{min:h,max:f,minDefined:m,maxDefined:g}=a.getUserBounds();if(m){if(s=Math.min(tn(l,u,h).lo,e?i:tn(t,u,a.getPixelForValue(h)).lo),c){const _=l.slice(0,s+1).reverse().findIndex(x=>!st(x[o.axis]));s-=Math.max(0,_)}s=Xt(s,0,i-1)}if(g){let _=Math.max(tn(l,a.axis,f,!0).hi+1,e?0:tn(t,u,a.getPixelForValue(f),!0).hi+1);if(c){const x=l.slice(_-1).findIndex(S=>!st(S[o.axis]));_+=Math.max(0,x)}r=Xt(_,s,i)-s}else r=i-s}return{start:s,count:r}}function Uc(n){const{xScale:t,yScale:e,_scaleRanges:i}=n,s={xmin:t.min,xmax:t.max,ymin:e.min,ymax:e.max};if(!i)return n._scaleRanges=s,!0;const r=i.xmin!==t.min||i.xmax!==t.max||i.ymin!==e.min||i.ymax!==e.max;return Object.assign(i,s),r}const pr=n=>n===0||n===1,Hc=(n,t,e)=>-(Math.pow(2,10*(n-=1))*Math.sin((n-t)*Ct/e)),Wc=(n,t,e)=>Math.pow(2,-10*n)*Math.sin((n-t)*Ct/e)+1,is={linear:n=>n,easeInQuad:n=>n*n,easeOutQuad:n=>-n*(n-2),easeInOutQuad:n=>(n/=.5)<1?.5*n*n:-.5*(--n*(n-2)-1),easeInCubic:n=>n*n*n,easeOutCubic:n=>(n-=1)*n*n+1,easeInOutCubic:n=>(n/=.5)<1?.5*n*n*n:.5*((n-=2)*n*n+2),easeInQuart:n=>n*n*n*n,easeOutQuart:n=>-((n-=1)*n*n*n-1),easeInOutQuart:n=>(n/=.5)<1?.5*n*n*n*n:-.5*((n-=2)*n*n*n-2),easeInQuint:n=>n*n*n*n*n,easeOutQuint:n=>(n-=1)*n*n*n*n+1,easeInOutQuint:n=>(n/=.5)<1?.5*n*n*n*n*n:.5*((n-=2)*n*n*n*n+2),easeInSine:n=>-Math.cos(n*Et)+1,easeOutSine:n=>Math.sin(n*Et),easeInOutSine:n=>-.5*(Math.cos(ct*n)-1),easeInExpo:n=>n===0?0:Math.pow(2,10*(n-1)),easeOutExpo:n=>n===1?1:-Math.pow(2,-10*n)+1,easeInOutExpo:n=>pr(n)?n:n<.5?.5*Math.pow(2,10*(n*2-1)):.5*(-Math.pow(2,-10*(n*2-1))+2),easeInCirc:n=>n>=1?n:-(Math.sqrt(1-n*n)-1),easeOutCirc:n=>Math.sqrt(1-(n-=1)*n),easeInOutCirc:n=>(n/=.5)<1?-.5*(Math.sqrt(1-n*n)-1):.5*(Math.sqrt(1-(n-=2)*n)+1),easeInElastic:n=>pr(n)?n:Hc(n,.075,.3),easeOutElastic:n=>pr(n)?n:Wc(n,.075,.3),easeInOutElastic(n){return pr(n)?n:n<.5?.5*Hc(n*2,.1125,.45):.5+.5*Wc(n*2-1,.1125,.45)},easeInBack(n){return n*n*((1.70158+1)*n-1.70158)},easeOutBack(n){return(n-=1)*n*((1.70158+1)*n+1.70158)+1},easeInOutBack(n){let t=1.70158;return(n/=.5)<1?.5*(n*n*(((t*=1.525)+1)*n-t)):.5*((n-=2)*n*(((t*=1.525)+1)*n+t)+2)},easeInBounce:n=>1-is.easeOutBounce(1-n),easeOutBounce(n){return n<1/2.75?7.5625*n*n:n<2/2.75?7.5625*(n-=1.5/2.75)*n+.75:n<2.5/2.75?7.5625*(n-=2.25/2.75)*n+.9375:7.5625*(n-=2.625/2.75)*n+.984375},easeInOutBounce:n=>n<.5?is.easeInBounce(n*2)*.5:is.easeOutBounce(n*2-1)*.5+.5};function Ya(n){if(n&&typeof n=="object"){const t=n.toString();return t==="[object CanvasPattern]"||t==="[object CanvasGradient]"}return!1}function $a(n){return Ya(n)?n:new Qi(n)}function ja(n){return Ya(n)?n:new Qi(n).saturate(.5).darken(.1).hexString()}const Ig=["x","y","borderWidth","radius","tension"],Lg=["color","borderColor","backgroundColor"];function Ng(n){n.set("animation",{delay:void 0,duration:1e3,easing:"easeOutQuart",fn:void 0,from:void 0,loop:void 0,to:void 0,type:void 0}),n.describe("animation",{_fallback:!1,_indexable:!1,_scriptable:t=>t!=="onProgress"&&t!=="onComplete"&&t!=="fn"}),n.set("animations",{colors:{type:"color",properties:Lg},numbers:{type:"number",properties:Ig}}),n.describe("animations",{_fallback:"animation"}),n.set("transitions",{active:{animation:{duration:400}},resize:{animation:{duration:0}},show:{animations:{colors:{from:"transparent"},visible:{type:"boolean",duration:0}}},hide:{animations:{colors:{to:"transparent"},visible:{type:"boolean",easing:"linear",fn:t=>t|0}}}})}function Fg(n){n.set("layout",{autoPadding:!0,padding:{top:0,right:0,bottom:0,left:0}})}const Vc=new Map;function Bg(n,t){t=t||{};const e=n+JSON.stringify(t);let i=Vc.get(e);return i||(i=new Intl.NumberFormat(n,t),Vc.set(e,i)),i}function ss(n,t,e){return Bg(t,e).format(n)}const Yc={values(n){return wt(n)?n:""+n},numeric(n,t,e){if(n===0)return"0";const i=this.chart.options.locale;let s,r=n;if(e.length>1){const c=Math.max(Math.abs(e[0].value),Math.abs(e[e.length-1].value));(c<1e-4||c>1e15)&&(s="scientific"),r=zg(n,e)}const a=_n(Math.abs(r)),o=isNaN(a)?1:Math.max(Math.min(-1*Math.floor(a),20),0),l={notation:s,minimumFractionDigits:o,maximumFractionDigits:o};return Object.assign(l,this.options.ticks.format),ss(n,i,l)},logarithmic(n,t,e){if(n===0)return"0";const i=e[t].significand||n/Math.pow(10,Math.floor(_n(n)));return[1,2,3,5,10,15].includes(i)||t>.8*e.length?Yc.numeric.call(this,n,t,e):""}};function zg(n,t){let e=t.length>3?t[2].value-t[1].value:t[1].value-t[0].value;return Math.abs(e)>=1&&n!==Math.floor(n)&&(e=n-Math.floor(n)),e}var yr={formatters:Yc};function Ug(n){n.set("scale",{display:!0,offset:!1,reverse:!1,beginAtZero:!1,bounds:"ticks",clip:!0,grace:0,grid:{display:!0,lineWidth:1,drawOnChartArea:!0,drawTicks:!0,tickLength:8,tickWidth:(t,e)=>e.lineWidth,tickColor:(t,e)=>e.color,offset:!1},border:{display:!0,dash:[],dashOffset:0,width:1},title:{display:!1,text:"",padding:{top:4,bottom:4}},ticks:{minRotation:0,maxRotation:50,mirror:!1,textStrokeWidth:0,textStrokeColor:"",padding:3,display:!0,autoSkip:!0,autoSkipPadding:3,labelOffset:0,callback:yr.formatters.values,minor:{},major:{},align:"center",crossAlign:"near",showLabelBackdrop:!1,backdropColor:"rgba(255, 255, 255, 0.75)",backdropPadding:2}}),n.route("scale.ticks","color","","color"),n.route("scale.grid","color","","borderColor"),n.route("scale.border","color","","borderColor"),n.route("scale.title","color","","color"),n.describe("scale",{_fallback:!1,_scriptable:t=>!t.startsWith("before")&&!t.startsWith("after")&&t!=="callback"&&t!=="parser",_indexable:t=>t!=="borderDash"&&t!=="tickBorderDash"&&t!=="dash"}),n.describe("scales",{_fallback:"scale"}),n.describe("scale.ticks",{_scriptable:t=>t!=="backdropPadding"&&t!=="callback",_indexable:t=>t!=="backdropPadding"})}const Hn=Object.create(null),qa=Object.create(null);function rs(n,t){if(!t)return n;const e=t.split(".");for(let i=0,s=e.length;i<s;++i){const r=e[i];n=n[r]||(n[r]=Object.create(null))}return n}function Ga(n,t,e){return typeof t=="string"?Ji(rs(n,t),e):Ji(rs(n,""),t)}class Hg{constructor(t,e){this.animation=void 0,this.backgroundColor="rgba(0,0,0,0.1)",this.borderColor="rgba(0,0,0,0.1)",this.color="#666",this.datasets={},this.devicePixelRatio=i=>i.chart.platform.getDevicePixelRatio(),this.elements={},this.events=["mousemove","mouseout","click","touchstart","touchmove"],this.font={family:"'Helvetica Neue', 'Helvetica', 'Arial', sans-serif",size:12,style:"normal",lineHeight:1.2,weight:null},this.hover={},this.hoverBackgroundColor=(i,s)=>ja(s.backgroundColor),this.hoverBorderColor=(i,s)=>ja(s.borderColor),this.hoverColor=(i,s)=>ja(s.color),this.indexAxis="x",this.interaction={mode:"nearest",intersect:!0,includeInvisible:!1},this.maintainAspectRatio=!0,this.onHover=null,this.onClick=null,this.parsing=!0,this.plugins={},this.responsive=!0,this.scale=void 0,this.scales={},this.showLine=!0,this.drawActiveElementsOnTop=!0,this.describe(t),this.apply(e)}set(t,e){return Ga(this,t,e)}get(t){return rs(this,t)}describe(t,e){return Ga(qa,t,e)}override(t,e){return Ga(Hn,t,e)}route(t,e,i,s){const r=rs(this,t),a=rs(this,i),o="_"+e;Object.defineProperties(r,{[o]:{value:r[e],writable:!0},[e]:{enumerable:!0,get(){const l=this[o],c=a[s];return ht(l)?Object.assign({},c,l):rt(l,c)},set(l){this[o]=l}}})}apply(t){t.forEach(e=>e(this))}}var At=new Hg({_scriptable:n=>!n.startsWith("on"),_indexable:n=>n!=="events",hover:{_fallback:"interaction"},interaction:{_scriptable:!1,_indexable:!1}},[Ng,Fg,Ug]);function Wg(n){return!n||st(n.size)||st(n.family)?null:(n.style?n.style+" ":"")+(n.weight?n.weight+" ":"")+n.size+"px "+n.family}function br(n,t,e,i,s){let r=t[s];return r||(r=t[s]=n.measureText(s).width,e.push(s)),r>i&&(i=r),i}function Vg(n,t,e,i){i=i||{};let s=i.data=i.data||{},r=i.garbageCollect=i.garbageCollect||[];i.font!==t&&(s=i.data={},r=i.garbageCollect=[],i.font=t),n.save(),n.font=t;let a=0;const o=e.length;let l,c,u,h,f;for(l=0;l<o;l++)if(h=e[l],h!=null&&!wt(h))a=br(n,s,r,a,h);else if(wt(h))for(c=0,u=h.length;c<u;c++)f=h[c],f!=null&&!wt(f)&&(a=br(n,s,r,a,f));n.restore();const m=r.length/2;if(m>e.length){for(l=0;l<m;l++)delete s[r[l]];r.splice(0,m)}return a}function Wn(n,t,e){const i=n.currentDevicePixelRatio,s=e!==0?Math.max(e/2,.5):0;return Math.round((t-s)*i)/i+s}function $c(n,t){!t&&!n||(t=t||n.getContext("2d"),t.save(),t.resetTransform(),t.clearRect(0,0,n.width,n.height),t.restore())}function Ka(n,t,e,i){jc(n,t,e,i,null)}function jc(n,t,e,i,s){let r,a,o,l,c,u,h,f;const m=t.pointStyle,g=t.rotation,_=t.radius;let x=(g||0)*Ha;if(m&&typeof m=="object"&&(r=m.toString(),r==="[object HTMLImageElement]"||r==="[object HTMLCanvasElement]")){n.save(),n.translate(e,i),n.rotate(x),n.drawImage(m,-m.width/2,-m.height/2,m.width,m.height),n.restore();return}if(!(isNaN(_)||_<=0)){switch(n.beginPath(),m){default:s?n.ellipse(e,i,s/2,_,0,0,Ct):n.arc(e,i,_,0,Ct),n.closePath();break;case"triangle":u=s?s/2:_,n.moveTo(e+Math.sin(x)*u,i-Math.cos(x)*_),x+=fr,n.lineTo(e+Math.sin(x)*u,i-Math.cos(x)*_),x+=fr,n.lineTo(e+Math.sin(x)*u,i-Math.cos(x)*_),n.closePath();break;case"rectRounded":c=_*.516,l=_-c,a=Math.cos(x+Ee)*l,h=Math.cos(x+Ee)*(s?s/2-c:l),o=Math.sin(x+Ee)*l,f=Math.sin(x+Ee)*(s?s/2-c:l),n.arc(e-h,i-o,c,x-ct,x-Et),n.arc(e+f,i-a,c,x-Et,x),n.arc(e+h,i+o,c,x,x+Et),n.arc(e-f,i+a,c,x+Et,x+ct),n.closePath();break;case"rect":if(!g){l=Math.SQRT1_2*_,u=s?s/2:l,n.rect(e-u,i-l,2*u,2*l);break}x+=Ee;case"rectRot":h=Math.cos(x)*(s?s/2:_),a=Math.cos(x)*_,o=Math.sin(x)*_,f=Math.sin(x)*(s?s/2:_),n.moveTo(e-h,i-o),n.lineTo(e+f,i-a),n.lineTo(e+h,i+o),n.lineTo(e-f,i+a),n.closePath();break;case"crossRot":x+=Ee;case"cross":h=Math.cos(x)*(s?s/2:_),a=Math.cos(x)*_,o=Math.sin(x)*_,f=Math.sin(x)*(s?s/2:_),n.moveTo(e-h,i-o),n.lineTo(e+h,i+o),n.moveTo(e+f,i-a),n.lineTo(e-f,i+a);break;case"star":h=Math.cos(x)*(s?s/2:_),a=Math.cos(x)*_,o=Math.sin(x)*_,f=Math.sin(x)*(s?s/2:_),n.moveTo(e-h,i-o),n.lineTo(e+h,i+o),n.moveTo(e+f,i-a),n.lineTo(e-f,i+a),x+=Ee,h=Math.cos(x)*(s?s/2:_),a=Math.cos(x)*_,o=Math.sin(x)*_,f=Math.sin(x)*(s?s/2:_),n.moveTo(e-h,i-o),n.lineTo(e+h,i+o),n.moveTo(e+f,i-a),n.lineTo(e-f,i+a);break;case"line":a=s?s/2:Math.cos(x)*_,o=Math.sin(x)*_,n.moveTo(e-a,i-o),n.lineTo(e+a,i+o);break;case"dash":n.moveTo(e,i),n.lineTo(e+Math.cos(x)*(s?s/2:_),i+Math.sin(x)*_);break;case!1:n.closePath();break}n.fill(),t.borderWidth>0&&n.stroke()}}function en(n,t,e){return e=e||.5,!t||n&&n.x>t.left-e&&n.x<t.right+e&&n.y>t.top-e&&n.y<t.bottom+e}function as(n,t){n.save(),n.beginPath(),n.rect(t.left,t.top,t.right-t.left,t.bottom-t.top),n.clip()}function os(n){n.restore()}function Yg(n,t,e,i,s){if(!t)return n.lineTo(e.x,e.y);if(s==="middle"){const r=(t.x+e.x)/2;n.lineTo(r,t.y),n.lineTo(r,e.y)}else s==="after"!=!!i?n.lineTo(t.x,e.y):n.lineTo(e.x,t.y);n.lineTo(e.x,e.y)}function $g(n,t,e,i){if(!t)return n.lineTo(e.x,e.y);n.bezierCurveTo(i?t.cp1x:t.cp2x,i?t.cp1y:t.cp2y,i?e.cp2x:e.cp1x,i?e.cp2y:e.cp1y,e.x,e.y)}function jg(n,t){t.translation&&n.translate(t.translation[0],t.translation[1]),st(t.rotation)||n.rotate(t.rotation),t.color&&(n.fillStyle=t.color),t.textAlign&&(n.textAlign=t.textAlign),t.textBaseline&&(n.textBaseline=t.textBaseline)}function qg(n,t,e,i,s){if(s.strikethrough||s.underline){const r=n.measureText(i),a=t-r.actualBoundingBoxLeft,o=t+r.actualBoundingBoxRight,l=e-r.actualBoundingBoxAscent,c=e+r.actualBoundingBoxDescent,u=s.strikethrough?(l+c)/2:c;n.strokeStyle=n.fillStyle,n.beginPath(),n.lineWidth=s.decorationWidth||2,n.moveTo(a,u),n.lineTo(o,u),n.stroke()}}function Gg(n,t){const e=n.fillStyle;n.fillStyle=t.color,n.fillRect(t.left,t.top,t.width,t.height),n.fillStyle=e}function Vn(n,t,e,i,s,r={}){const a=wt(t)?t:[t],o=r.strokeWidth>0&&r.strokeColor!=="";let l,c;for(n.save(),n.font=s.string,jg(n,r),l=0;l<a.length;++l)c=a[l],r.backdrop&&Gg(n,r.backdrop),o&&(r.strokeColor&&(n.strokeStyle=r.strokeColor),st(r.strokeWidth)||(n.lineWidth=r.strokeWidth),n.strokeText(c,e,i,r.maxWidth)),n.fillText(c,e,i,r.maxWidth),qg(n,e,i,c,r),i+=Number(s.lineHeight);n.restore()}function pi(n,t){const{x:e,y:i,w:s,h:r,radius:a}=t;n.arc(e+a.topLeft,i+a.topLeft,a.topLeft,1.5*ct,ct,!0),n.lineTo(e,i+r-a.bottomLeft),n.arc(e+a.bottomLeft,i+r-a.bottomLeft,a.bottomLeft,ct,Et,!0),n.lineTo(e+s-a.bottomRight,i+r),n.arc(e+s-a.bottomRight,i+r-a.bottomRight,a.bottomRight,Et,0,!0),n.lineTo(e+s,i+a.topRight),n.arc(e+s-a.topRight,i+a.topRight,a.topRight,0,-Et,!0),n.lineTo(e+a.topLeft,i)}const Kg=/^(normal|(\d+(?:\.\d+)?)(px|em|%)?)$/,Xg=/^(normal|italic|initial|inherit|unset|(oblique( -?[0-9]?[0-9]deg)?))$/;function Zg(n,t){const e=(""+n).match(Kg);if(!e||e[1]==="normal")return t*1.2;switch(n=+e[2],e[3]){case"px":return n;case"%":n/=100;break}return t*n}const Qg=n=>+n||0;function Xa(n,t){const e={},i=ht(t),s=i?Object.keys(t):t,r=ht(n)?i?a=>rt(n[a],n[t[a]]):a=>n[a]:()=>n;for(const a of s)e[a]=Qg(r(a));return e}function qc(n){return Xa(n,{top:"y",right:"x",bottom:"y",left:"x"})}function wn(n){return Xa(n,["topLeft","topRight","bottomLeft","bottomRight"])}function Yt(n){const t=qc(n);return t.width=t.left+t.right,t.height=t.top+t.bottom,t}function Rt(n,t){n=n||{},t=t||At.font;let e=rt(n.size,t.size);typeof e=="string"&&(e=parseInt(e,10));let i=rt(n.style,t.style);i&&!(""+i).match(Xg)&&(console.warn('Invalid font style specified: "'+i+'"'),i=void 0);const s={family:rt(n.family,t.family),lineHeight:Zg(rt(n.lineHeight,t.lineHeight),e),size:e,style:i,weight:rt(n.weight,t.weight),string:""};return s.string=Wg(s),s}function ls(n,t,e,i){let s,r,a;for(s=0,r=n.length;s<r;++s)if(a=n[s],a!==void 0&&a!==void 0)return a}function Jg(n,t,e){const{min:i,max:s}=n,r=Dc(t,(s-i)/2),a=(o,l)=>e&&o===0?0:o+l;return{min:a(i,-Math.abs(r)),max:a(s,r)}}function Sn(n,t){return Object.assign(Object.create(n),t)}function Za(n,t=[""],e,i,s=()=>n[0]){const r=e||n;typeof i>"u"&&(i=Qc("_fallback",n));const a={[Symbol.toStringTag]:"Object",_cacheable:!0,_scopes:n,_rootScopes:r,_fallback:i,_getTarget:s,override:o=>Za([o,...n],t,r,i)};return new Proxy(a,{deleteProperty(o,l){return delete o[l],delete o._keys,delete n[0][l],!0},get(o,l){return Kc(o,l,()=>op(l,t,n,o))},getOwnPropertyDescriptor(o,l){return Reflect.getOwnPropertyDescriptor(o._scopes[0],l)},getPrototypeOf(){return Reflect.getPrototypeOf(n[0])},has(o,l){return Jc(o).includes(l)},ownKeys(o){return Jc(o)},set(o,l,c){const u=o._storage||(o._storage=s());return o[l]=u[l]=c,delete o._keys,!0}})}function yi(n,t,e,i){const s={_cacheable:!1,_proxy:n,_context:t,_subProxy:e,_stack:new Set,_descriptors:Gc(n,i),setContext:r=>yi(n,r,e,i),override:r=>yi(n.override(r),t,e,i)};return new Proxy(s,{deleteProperty(r,a){return delete r[a],delete n[a],!0},get(r,a,o){return Kc(r,a,()=>ep(r,a,o))},getOwnPropertyDescriptor(r,a){return r._descriptors.allKeys?Reflect.has(n,a)?{enumerable:!0,configurable:!0}:void 0:Reflect.getOwnPropertyDescriptor(n,a)},getPrototypeOf(){return Reflect.getPrototypeOf(n)},has(r,a){return Reflect.has(n,a)},ownKeys(){return Reflect.ownKeys(n)},set(r,a,o){return n[a]=o,delete r[a],!0}})}function Gc(n,t={scriptable:!0,indexable:!0}){const{_scriptable:e=t.scriptable,_indexable:i=t.indexable,_allKeys:s=t.allKeys}=n;return{allKeys:s,scriptable:e,indexable:i,isScriptable:pe(e)?e:()=>e,isIndexable:pe(i)?i:()=>i}}const tp=(n,t)=>n?n+Ua(t):t,Qa=(n,t)=>ht(t)&&n!=="adapters"&&(Object.getPrototypeOf(t)===null||t.constructor===Object);function Kc(n,t,e){if(Object.prototype.hasOwnProperty.call(n,t)||t==="constructor")return n[t];const i=e();return n[t]=i,i}function ep(n,t,e){const{_proxy:i,_context:s,_subProxy:r,_descriptors:a}=n;let o=i[t];return pe(o)&&a.isScriptable(t)&&(o=np(t,o,n,e)),wt(o)&&o.length&&(o=ip(t,o,n,a.isIndexable)),Qa(t,o)&&(o=yi(o,s,r&&r[t],a)),o}function np(n,t,e,i){const{_proxy:s,_context:r,_subProxy:a,_stack:o}=e;if(o.has(n))throw new Error("Recursion detected: "+Array.from(o).join("->")+"->"+n);o.add(n);let l=t(r,a||i);return o.delete(n),Qa(n,l)&&(l=Ja(s._scopes,s,n,l)),l}function ip(n,t,e,i){const{_proxy:s,_context:r,_subProxy:a,_descriptors:o}=e;if(typeof r.index<"u"&&i(n))return t[r.index%t.length];if(ht(t[0])){const l=t,c=s._scopes.filter(u=>u!==l);t=[];for(const u of l){const h=Ja(c,s,n,u);t.push(yi(h,r,a&&a[n],o))}}return t}function Xc(n,t,e){return pe(n)?n(t,e):n}const sp=(n,t)=>n===!0?t:typeof n=="string"?bn(t,n):void 0;function rp(n,t,e,i,s){for(const r of t){const a=sp(e,r);if(a){n.add(a);const o=Xc(a._fallback,e,s);if(typeof o<"u"&&o!==e&&o!==i)return o}else if(a===!1&&typeof i<"u"&&e!==i)return null}return!1}function Ja(n,t,e,i){const s=t._rootScopes,r=Xc(t._fallback,e,i),a=[...n,...s],o=new Set;o.add(i);let l=Zc(o,a,e,r||e,i);return l===null||typeof r<"u"&&r!==e&&(l=Zc(o,a,r,l,i),l===null)?!1:Za(Array.from(o),[""],s,r,()=>ap(t,e,i))}function Zc(n,t,e,i,s){for(;e;)e=rp(n,t,e,i,s);return e}function ap(n,t,e){const i=n._getTarget();t in i||(i[t]={});const s=i[t];return wt(s)&&ht(e)?e:s||{}}function op(n,t,e,i){let s;for(const r of t)if(s=Qc(tp(r,n),e),typeof s<"u")return Qa(n,s)?Ja(e,i,n,s):s}function Qc(n,t){for(const e of t){if(!e)continue;const i=e[n];if(typeof i<"u")return i}}function Jc(n){let t=n._keys;return t||(t=n._keys=lp(n._scopes)),t}function lp(n){const t=new Set;for(const e of n)for(const i of Object.keys(e).filter(s=>!s.startsWith("_")))t.add(i);return Array.from(t)}function tu(n,t,e,i){const{iScale:s}=n,{key:r="r"}=this._parsing,a=new Array(i);let o,l,c,u;for(o=0,l=i;o<l;++o)c=o+e,u=t[c],a[o]={r:s.parse(bn(u,r),c)};return a}const cp=Number.EPSILON||1e-14,bi=(n,t)=>t<n.length&&!n[t].skip&&n[t],eu=n=>n==="x"?"y":"x";function up(n,t,e,i){const s=n.skip?t:n,r=t,a=e.skip?t:e,o=gi(r,s),l=gi(a,r);let c=o/(o+l),u=l/(o+l);c=isNaN(c)?0:c,u=isNaN(u)?0:u;const h=i*c,f=i*u;return{previous:{x:r.x-h*(a.x-s.x),y:r.y-h*(a.y-s.y)},next:{x:r.x+f*(a.x-s.x),y:r.y+f*(a.y-s.y)}}}function dp(n,t,e){const i=n.length;let s,r,a,o,l,c=bi(n,0);for(let u=0;u<i-1;++u)if(l=c,c=bi(n,u+1),!(!l||!c)){if(es(t[u],0,cp)){e[u]=e[u+1]=0;continue}s=e[u]/t[u],r=e[u+1]/t[u],o=Math.pow(s,2)+Math.pow(r,2),!(o<=9)&&(a=3/Math.sqrt(o),e[u]=s*a*t[u],e[u+1]=r*a*t[u])}}function hp(n,t,e="x"){const i=eu(e),s=n.length;let r,a,o,l=bi(n,0);for(let c=0;c<s;++c){if(a=o,o=l,l=bi(n,c+1),!o)continue;const u=o[e],h=o[i];a&&(r=(u-a[e])/3,o[`cp1${e}`]=u-r,o[`cp1${i}`]=h-r*t[c]),l&&(r=(l[e]-u)/3,o[`cp2${e}`]=u+r,o[`cp2${i}`]=h+r*t[c])}}function fp(n,t="x"){const e=eu(t),i=n.length,s=Array(i).fill(0),r=Array(i);let a,o,l,c=bi(n,0);for(a=0;a<i;++a)if(o=l,l=c,c=bi(n,a+1),!!l){if(c){const u=c[t]-l[t];s[a]=u!==0?(c[e]-l[e])/u:0}r[a]=o?c?We(s[a-1])!==We(s[a])?0:(s[a-1]+s[a])/2:s[a-1]:s[a]}dp(n,s,r),hp(n,r,t)}function _r(n,t,e){return Math.max(Math.min(n,e),t)}function mp(n,t){let e,i,s,r,a,o=en(n[0],t);for(e=0,i=n.length;e<i;++e)a=r,r=o,o=e<i-1&&en(n[e+1],t),r&&(s=n[e],a&&(s.cp1x=_r(s.cp1x,t.left,t.right),s.cp1y=_r(s.cp1y,t.top,t.bottom)),o&&(s.cp2x=_r(s.cp2x,t.left,t.right),s.cp2y=_r(s.cp2y,t.top,t.bottom)))}function gp(n,t,e,i,s){let r,a,o,l;if(t.spanGaps&&(n=n.filter(c=>!c.skip)),t.cubicInterpolationMode==="monotone")fp(n,s);else{let c=i?n[n.length-1]:n[0];for(r=0,a=n.length;r<a;++r)o=n[r],l=up(c,o,n[Math.min(r+1,a-(i?0:1))%a],t.tension),o.cp1x=l.previous.x,o.cp1y=l.previous.y,o.cp2x=l.next.x,o.cp2y=l.next.y,c=o}t.capBezierPoints&&mp(n,e)}function to(){return typeof window<"u"&&typeof document<"u"}function eo(n){let t=n.parentNode;return t&&t.toString()==="[object ShadowRoot]"&&(t=t.host),t}function xr(n,t,e){let i;return typeof n=="string"?(i=parseInt(n,10),n.indexOf("%")!==-1&&(i=i/100*t.parentNode[e])):i=n,i}const wr=n=>n.ownerDocument.defaultView.getComputedStyle(n,null);function pp(n,t){return wr(n).getPropertyValue(t)}const yp=["top","right","bottom","left"];function Yn(n,t,e){const i={};e=e?"-"+e:"";for(let s=0;s<4;s++){const r=yp[s];i[r]=parseFloat(n[t+"-"+r+e])||0}return i.width=i.left+i.right,i.height=i.top+i.bottom,i}const bp=(n,t,e)=>(n>0||t>0)&&(!e||!e.shadowRoot);function _p(n,t){const e=n.touches,i=e&&e.length?e[0]:n,{offsetX:s,offsetY:r}=i;let a=!1,o,l;if(bp(s,r,n.target))o=s,l=r;else{const c=t.getBoundingClientRect();o=i.clientX-c.left,l=i.clientY-c.top,a=!0}return{x:o,y:l,box:a}}function vn(n,t){if("native"in n)return n;const{canvas:e,currentDevicePixelRatio:i}=t,s=wr(e),r=s.boxSizing==="border-box",a=Yn(s,"padding"),o=Yn(s,"border","width"),{x:l,y:c,box:u}=_p(n,e),h=a.left+(u&&o.left),f=a.top+(u&&o.top);let{width:m,height:g}=t;return r&&(m-=a.width+o.width,g-=a.height+o.height),{x:Math.round((l-h)/m*e.width/i),y:Math.round((c-f)/g*e.height/i)}}function xp(n,t,e){let i,s;if(t===void 0||e===void 0){const r=n&&eo(n);if(!r)t=n.clientWidth,e=n.clientHeight;else{const a=r.getBoundingClientRect(),o=wr(r),l=Yn(o,"border","width"),c=Yn(o,"padding");t=a.width-c.width-l.width,e=a.height-c.height-l.height,i=xr(o.maxWidth,r,"clientWidth"),s=xr(o.maxHeight,r,"clientHeight")}}return{width:t,height:e,maxWidth:i||hr,maxHeight:s||hr}}const Tn=n=>Math.round(n*10)/10;function wp(n,t,e,i){const s=wr(n),r=Yn(s,"margin"),a=xr(s.maxWidth,n,"clientWidth")||hr,o=xr(s.maxHeight,n,"clientHeight")||hr,l=xp(n,t,e);let{width:c,height:u}=l;if(s.boxSizing==="content-box"){const f=Yn(s,"border","width"),m=Yn(s,"padding");c-=m.width+f.width,u-=m.height+f.height}return c=Math.max(0,c-r.width),u=Math.max(0,i?c/i:u-r.height),c=Tn(Math.min(c,a,l.maxWidth)),u=Tn(Math.min(u,o,l.maxHeight)),c&&!u&&(u=Tn(c/2)),(t!==void 0||e!==void 0)&&i&&l.height&&u>l.height&&(u=l.height,c=Tn(Math.floor(u*i))),{width:c,height:u}}function nu(n,t,e){const i=t||1,s=Tn(n.height*i),r=Tn(n.width*i);n.height=Tn(n.height),n.width=Tn(n.width);const a=n.canvas;return a.style&&(e||!a.style.height&&!a.style.width)&&(a.style.height=`${n.height}px`,a.style.width=`${n.width}px`),n.currentDevicePixelRatio!==i||a.height!==s||a.width!==r?(n.currentDevicePixelRatio=i,a.height=s,a.width=r,n.ctx.setTransform(i,0,0,i,0,0),!0):!1}const Sp=function(){let n=!1;try{const t={get passive(){return n=!0,!1}};to()&&(window.addEventListener("test",null,t),window.removeEventListener("test",null,t))}catch{}return n}();function iu(n,t){const e=pp(n,t),i=e&&e.match(/^(\d+)(\.\d+)?px$/);return i?+i[1]:void 0}function $n(n,t,e,i){return{x:n.x+e*(t.x-n.x),y:n.y+e*(t.y-n.y)}}function vp(n,t,e,i){return{x:n.x+e*(t.x-n.x),y:i==="middle"?e<.5?n.y:t.y:i==="after"?e<1?n.y:t.y:e>0?t.y:n.y}}function Tp(n,t,e,i){const s={x:n.cp2x,y:n.cp2y},r={x:t.cp1x,y:t.cp1y},a=$n(n,s,e),o=$n(s,r,e),l=$n(r,t,e),c=$n(a,o,e),u=$n(o,l,e);return $n(c,u,e)}const Mp=function(n,t){return{x(e){return n+n+t-e},setWidth(e){t=e},textAlign(e){return e==="center"?e:e==="right"?"left":"right"},xPlus(e,i){return e-i},leftForLtr(e,i){return e-i}}},kp=function(){return{x(n){return n},setWidth(n){},textAlign(n){return n},xPlus(n,t){return n+t},leftForLtr(n,t){return n}}};function _i(n,t,e){return n?Mp(t,e):kp()}function su(n,t){let e,i;(t==="ltr"||t==="rtl")&&(e=n.canvas.style,i=[e.getPropertyValue("direction"),e.getPropertyPriority("direction")],e.setProperty("direction",t,"important"),n.prevTextDirection=i)}function ru(n,t){t!==void 0&&(delete n.prevTextDirection,n.canvas.style.setProperty("direction",t[0],t[1]))}function au(n){return n==="angle"?{between:ns,compare:Dg,normalize:se}:{between:Je,compare:(t,e)=>t-e,normalize:t=>t}}function ou({start:n,end:t,count:e,loop:i,style:s}){return{start:n%e,end:t%e,loop:i&&(t-n+1)%e===0,style:s}}function Dp(n,t,e){const{property:i,start:s,end:r}=e,{between:a,normalize:o}=au(i),l=t.length;let{start:c,end:u,loop:h}=n,f,m;if(h){for(c+=l,u+=l,f=0,m=l;f<m&&a(o(t[c%l][i]),s,r);++f)c--,u--;c%=l,u%=l}return u<c&&(u+=l),{start:c,end:u,loop:h,style:n.style}}function lu(n,t,e){if(!e)return[n];const{property:i,start:s,end:r}=e,a=t.length,{compare:o,between:l,normalize:c}=au(i),{start:u,end:h,loop:f,style:m}=Dp(n,t,e),g=[];let _=!1,x=null,S,T,D;const E=()=>l(s,D,S)&&o(s,D)!==0,C=()=>o(r,S)===0||l(r,D,S),A=()=>_||E(),k=()=>!_||C();for(let p=u,b=u;p<=h;++p)T=t[p%a],!T.skip&&(S=c(T[i]),S!==D&&(_=l(S,s,r),x===null&&A()&&(x=o(S,s)===0?p:b),x!==null&&k()&&(g.push(ou({start:x,end:p,loop:f,count:a,style:m})),x=null),b=p,D=S));return x!==null&&g.push(ou({start:x,end:h,loop:f,count:a,style:m})),g}function cu(n,t){const e=[],i=n.segments;for(let s=0;s<i.length;s++){const r=lu(i[s],n.points,t);r.length&&e.push(...r)}return e}function Cp(n,t,e,i){let s=0,r=t-1;if(e&&!i)for(;s<t&&!n[s].skip;)s++;for(;s<t&&n[s].skip;)s++;for(s%=t,e&&(r+=s);r>s&&n[r%t].skip;)r--;return r%=t,{start:s,end:r}}function Op(n,t,e,i){const s=n.length,r=[];let a=t,o=n[t],l;for(l=t+1;l<=e;++l){const c=n[l%s];c.skip||c.stop?o.skip||(i=!1,r.push({start:t%s,end:(l-1)%s,loop:i}),t=a=c.stop?l:null):(a=l,o.skip&&(t=l)),o=c}return a!==null&&r.push({start:t%s,end:a%s,loop:i}),r}function Ep(n,t){const e=n.points,i=n.options.spanGaps,s=e.length;if(!s)return[];const r=!!n._loop,{start:a,end:o}=Cp(e,s,r,i);if(i===!0)return uu(n,[{start:a,end:o,loop:r}],e,t);const l=o<a?o+s:o,c=!!n._fullLoop&&a===0&&o===s-1;return uu(n,Op(e,a,l,c),e,t)}function uu(n,t,e,i){return!i||!i.setContext||!e?t:Ap(n,t,e,i)}function Ap(n,t,e,i){const s=n._chart.getContext(),r=du(n.options),{_datasetIndex:a,options:{spanGaps:o}}=n,l=e.length,c=[];let u=r,h=t[0].start,f=h;function m(g,_,x,S){const T=o?-1:1;if(g!==_){for(g+=l;e[g%l].skip;)g-=T;for(;e[_%l].skip;)_+=T;g%l!==_%l&&(c.push({start:g%l,end:_%l,loop:x,style:S}),u=S,h=_%l)}}for(const g of t){h=o?h:g.start;let _=e[h%l],x;for(f=h+1;f<=g.end;f++){const S=e[f%l];x=du(i.setContext(Sn(s,{type:"segment",p0:_,p1:S,p0DataIndex:(f-1)%l,p1DataIndex:f%l,datasetIndex:a}))),Pp(x,u)&&m(h,f-1,g.loop,u),_=S,u=x}h<f-1&&m(h,f-1,g.loop,u)}return c}function du(n){return{backgroundColor:n.backgroundColor,borderCapStyle:n.borderCapStyle,borderDash:n.borderDash,borderDashOffset:n.borderDashOffset,borderJoinStyle:n.borderJoinStyle,borderWidth:n.borderWidth,borderColor:n.borderColor}}function Pp(n,t){if(!t)return!1;const e=[],i=function(s,r){return Ya(r)?(e.includes(r)||e.push(r),e.indexOf(r)):r};return JSON.stringify(n,i)!==JSON.stringify(t,i)}function Sr(n,t,e){return n.options.clip?n[e]:t[e]}function Rp(n,t){const{xScale:e,yScale:i}=n;return e&&i?{left:Sr(e,t,"left"),right:Sr(e,t,"right"),top:Sr(i,t,"top"),bottom:Sr(i,t,"bottom")}:t}function hu(n,t){const e=t._clip;if(e.disabled)return!1;const i=Rp(t,n.chartArea);return{left:e.left===!1?0:i.left-(e.left===!0?0:e.left),right:e.right===!1?n.width:i.right+(e.right===!0?0:e.right),top:e.top===!1?0:i.top-(e.top===!0?0:e.top),bottom:e.bottom===!1?n.height:i.bottom+(e.bottom===!0?0:e.bottom)}}/*!
|
|
12
12
|
* Chart.js v4.5.1
|
|
13
13
|
* https://www.chartjs.org
|
|
14
14
|
* (c) 2025 Chart.js Contributors
|
|
15
15
|
* Released under the MIT License
|
|
16
|
-
*/class Ip{constructor(){this._request=null,this._charts=new Map,this._running=!1,this._lastDate=void 0}_notify(t,e,i,s){const r=e.listeners[s],a=e.duration;r.forEach(o=>o({chart:t,initial:e.initial,numSteps:a,currentStep:Math.min(i-e.start,a)}))}_refresh(){this._request||(this._running=!0,this._request=Fc.call(window,()=>{this._update(),this._request=null,this._running&&this._refresh()}))}_update(t=Date.now()){let e=0;this._charts.forEach((i,s)=>{if(!i.running||!i.items.length)return;const r=i.items;let a=r.length-1,o=!1,l;for(;a>=0;--a)l=r[a],l._active?(l._total>i.duration&&(i.duration=l._total),l.tick(t),o=!0):(r[a]=r[r.length-1],r.pop());o&&(s.draw(),this._notify(s,i,t,"progress")),r.length||(i.running=!1,this._notify(s,i,t,"complete"),i.initial=!1),e+=r.length}),this._lastDate=t,e===0&&(this._running=!1)}_getAnims(t){const e=this._charts;let i=e.get(t);return i||(i={running:!1,initial:!0,items:[],listeners:{complete:[],progress:[]}},e.set(t,i)),i}listen(t,e,i){this._getAnims(t).listeners[e].push(i)}add(t,e){!e||!e.length||this._getAnims(t).items.push(...e)}has(t){return this._getAnims(t).items.length>0}start(t){const e=this._charts.get(t);e&&(e.running=!0,e.start=Date.now(),e.duration=e.items.reduce((i,s)=>Math.max(i,s._duration),0),this._refresh())}running(t){if(!this._running)return!1;const e=this._charts.get(t);return!(!e||!e.running||!e.items.length)}stop(t){const e=this._charts.get(t);if(!e||!e.items.length)return;const i=e.items;let s=i.length-1;for(;s>=0;--s)i[s].cancel();e.items=[],this._notify(t,e,Date.now(),"complete")}remove(t){return this._charts.delete(t)}}var nn=new Ip;const fu="transparent",Lp={boolean(n,t,e){return e>.5?t:n},color(n,t,e){const i=$a(n||fu),s=i.valid&&$a(t||fu);return s&&s.valid?s.mix(i,e).hexString():t},number(n,t,e){return n+(t-n)*e}};class Np{constructor(t,e,i,s){const r=e[i];s=ls([t.to,s,r,t.from]);const a=ls([t.from,r,s]);this._active=!0,this._fn=t.fn||Lp[t.type||typeof a],this._easing=is[t.easing]||is.linear,this._start=Math.floor(Date.now()+(t.delay||0)),this._duration=this._total=Math.floor(t.duration),this._loop=!!t.loop,this._target=e,this._prop=i,this._from=a,this._to=s,this._promises=void 0}active(){return this._active}update(t,e,i){if(this._active){this._notify(!1);const s=this._target[this._prop],r=i-this._start,a=this._duration-r;this._start=i,this._duration=Math.floor(Math.max(a,t.duration)),this._total+=r,this._loop=!!t.loop,this._to=ls([t.to,e,s,t.from]),this._from=ls([t.from,s,e])}}cancel(){this._active&&(this.tick(Date.now()),this._active=!1,this._notify(!1))}tick(t){const e=t-this._start,i=this._duration,s=this._prop,r=this._from,a=this._loop,o=this._to;let l;if(this._active=r!==o&&(a||e<i),!this._active){this._target[s]=o,this._notify(!0);return}if(e<0){this._target[s]=r;return}l=e/i%2,l=a&&l>1?2-l:l,l=this._easing(Math.min(1,Math.max(0,l))),this._target[s]=this._fn(r,o,l)}wait(){const t=this._promises||(this._promises=[]);return new Promise((e,i)=>{t.push({res:e,rej:i})})}_notify(t){const e=t?"res":"rej",i=this._promises||[];for(let s=0;s<i.length;s++)i[s][e]()}}class no{constructor(t,e){this._chart=t,this._properties=new Map,this.configure(e)}configure(t){if(!ht(t))return;const e=Object.keys(At.animation),i=this._properties;Object.getOwnPropertyNames(t).forEach(s=>{const r=t[s];if(!ht(r))return;const a={};for(const o of e)a[o]=r[o];(wt(r.properties)&&r.properties||[s]).forEach(o=>{(o===s||!i.has(o))&&i.set(o,a)})})}_animateOptions(t,e){const i=e.options,s=Bp(t,i);if(!s)return[];const r=this._createAnimations(s,i);return i.$shared&&Fp(t.options.$animations,i).then(()=>{t.options=i},()=>{}),r}_createAnimations(t,e){const i=this._properties,s=[],r=t.$animations||(t.$animations={}),a=Object.keys(e),o=Date.now();let l;for(l=a.length-1;l>=0;--l){const c=a[l];if(c.charAt(0)==="$")continue;if(c==="options"){s.push(...this._animateOptions(t,e));continue}const u=e[c];let h=r[c];const f=i.get(c);if(h)if(f&&h.active()){h.update(f,u,o);continue}else h.cancel();if(!f||!f.duration){t[c]=u;continue}r[c]=h=new Np(f,t,c,u),s.push(h)}return s}update(t,e){if(this._properties.size===0){Object.assign(t,e);return}const i=this._createAnimations(t,e);if(i.length)return nn.add(this._chart,i),!0}}function Fp(n,t){const e=[],i=Object.keys(t);for(let s=0;s<i.length;s++){const r=n[i[s]];r&&r.active()&&e.push(r.wait())}return Promise.all(e)}function Bp(n,t){if(!t)return;let e=n.options;if(!e){n.options=t;return}return e.$shared&&(n.options=e=Object.assign({},e,{$shared:!1,$animations:{}})),e}function mu(n,t){const e=n&&n.options||{},i=e.reverse,s=e.min===void 0?t:0,r=e.max===void 0?t:0;return{start:i?r:s,end:i?s:r}}function zp(n,t,e){if(e===!1)return!1;const i=mu(n,e),s=mu(t,e);return{top:s.end,right:i.end,bottom:s.start,left:i.start}}function Up(n){let t,e,i,s;return ht(n)?(t=n.top,e=n.right,i=n.bottom,s=n.left):t=e=i=s=n,{top:t,right:e,bottom:i,left:s,disabled:n===!1}}function gu(n,t){const e=[],i=n._getSortedDatasetMetas(t);let s,r;for(s=0,r=i.length;s<r;++s)e.push(i[s].index);return e}function pu(n,t,e,i={}){const s=n.keys,r=i.mode==="single";let a,o,l,c;if(t===null)return;let u=!1;for(a=0,o=s.length;a<o;++a){if(l=+s[a],l===e){if(u=!0,i.all)continue;break}c=n.values[l],Pt(c)&&(r||t===0||We(t)===We(c))&&(t+=c)}return!u&&!i.all?0:t}function Hp(n,t){const{iScale:e,vScale:i}=t,s=e.axis==="x"?"x":"y",r=i.axis==="x"?"x":"y",a=Object.keys(n),o=new Array(a.length);let l,c,u;for(l=0,c=a.length;l<c;++l)u=a[l],o[l]={[s]:u,[r]:n[u]};return o}function io(n,t){const e=n&&n.options.stacked;return e||e===void 0&&t.stack!==void 0}function Wp(n,t,e){return`${n.id}.${t.id}.${e.stack||e.type}`}function Vp(n){const{min:t,max:e,minDefined:i,maxDefined:s}=n.getUserBounds();return{min:i?t:Number.NEGATIVE_INFINITY,max:s?e:Number.POSITIVE_INFINITY}}function Yp(n,t,e){const i=n[t]||(n[t]={});return i[e]||(i[e]={})}function yu(n,t,e,i){for(const s of t.getMatchingVisibleMetas(i).reverse()){const r=n[s.index];if(e&&r>0||!e&&r<0)return s.index}return null}function bu(n,t){const{chart:e,_cachedMeta:i}=n,s=e._stacks||(e._stacks={}),{iScale:r,vScale:a,index:o}=i,l=r.axis,c=a.axis,u=Wp(r,a,i),h=t.length;let f;for(let m=0;m<h;++m){const p=t[m],{[l]:_,[c]:x}=p,S=p._stacks||(p._stacks={});f=S[c]=Yp(s,u,_),f[o]=x,f._top=yu(f,a,!0,i.type),f._bottom=yu(f,a,!1,i.type);const M=f._visualValues||(f._visualValues={});M[o]=x}}function so(n,t){const e=n.scales;return Object.keys(e).filter(i=>e[i].axis===t).shift()}function $p(n,t){return Sn(n,{active:!1,dataset:void 0,datasetIndex:t,index:t,mode:"default",type:"dataset"})}function jp(n,t,e){return Sn(n,{active:!1,dataIndex:t,parsed:void 0,raw:void 0,element:e,index:t,mode:"default",type:"data"})}function cs(n,t){const e=n.controller.index,i=n.vScale&&n.vScale.axis;if(i){t=t||n._parsed;for(const s of t){const r=s._stacks;if(!r||r[i]===void 0||r[i][e]===void 0)return;delete r[i][e],r[i]._visualValues!==void 0&&r[i]._visualValues[e]!==void 0&&delete r[i]._visualValues[e]}}}const ro=n=>n==="reset"||n==="none",_u=(n,t)=>t?n:Object.assign({},n),qp=(n,t,e)=>n&&!t.hidden&&t._stacked&&{keys:gu(e,!0),values:null};class Fe{constructor(t,e){this.chart=t,this._ctx=t.ctx,this.index=e,this._cachedDataOpts={},this._cachedMeta=this.getMeta(),this._type=this._cachedMeta.type,this.options=void 0,this._parsing=!1,this._data=void 0,this._objectData=void 0,this._sharedOptions=void 0,this._drawStart=void 0,this._drawCount=void 0,this.enableOptionSharing=!1,this.supportsDecimation=!1,this.$context=void 0,this._syncList=[],this.datasetElementType=new.target.datasetElementType,this.dataElementType=new.target.dataElementType,this.initialize()}initialize(){const t=this._cachedMeta;this.configure(),this.linkScales(),t._stacked=io(t.vScale,t),this.addElements(),this.options.fill&&!this.chart.isPluginEnabled("filler")&&console.warn("Tried to use the 'fill' option without the 'Filler' plugin enabled. Please import and register the 'Filler' plugin and make sure it is not disabled in the options")}updateIndex(t){this.index!==t&&cs(this._cachedMeta),this.index=t}linkScales(){const t=this.chart,e=this._cachedMeta,i=this.getDataset(),s=(h,f,m,p)=>h==="x"?f:h==="r"?p:m,r=e.xAxisID=rt(i.xAxisID,so(t,"x")),a=e.yAxisID=rt(i.yAxisID,so(t,"y")),o=e.rAxisID=rt(i.rAxisID,so(t,"r")),l=e.indexAxis,c=e.iAxisID=s(l,r,a,o),u=e.vAxisID=s(l,a,r,o);e.xScale=this.getScaleForId(r),e.yScale=this.getScaleForId(a),e.rScale=this.getScaleForId(o),e.iScale=this.getScaleForId(c),e.vScale=this.getScaleForId(u)}getDataset(){return this.chart.data.datasets[this.index]}getMeta(){return this.chart.getDatasetMeta(this.index)}getScaleForId(t){return this.chart.scales[t]}_getOtherScale(t){const e=this._cachedMeta;return t===e.iScale?e.vScale:e.iScale}reset(){this._update("reset")}_destroy(){const t=this._cachedMeta;this._data&&Lc(this._data,this),t._stacked&&cs(t)}_dataCheck(){const t=this.getDataset(),e=t.data||(t.data=[]),i=this._data;if(ht(e)){const s=this._cachedMeta;this._data=Hp(e,s)}else if(i!==e){if(i){Lc(i,this);const s=this._cachedMeta;cs(s),s._parsed=[]}e&&Object.isExtensible(e)&&Ag(e,this),this._syncList=[],this._data=e}}addElements(){const t=this._cachedMeta;this._dataCheck(),this.datasetElementType&&(t.dataset=new this.datasetElementType)}buildOrUpdateElements(t){const e=this._cachedMeta,i=this.getDataset();let s=!1;this._dataCheck();const r=e._stacked;e._stacked=io(e.vScale,e),e.stack!==i.stack&&(s=!0,cs(e),e.stack=i.stack),this._resyncElements(t),(s||r!==e._stacked)&&(bu(this,e._parsed),e._stacked=io(e.vScale,e))}configure(){const t=this.chart.config,e=t.datasetScopeKeys(this._type),i=t.getOptionScopes(this.getDataset(),e,!0);this.options=t.createResolver(i,this.getContext()),this._parsing=this.options.parsing,this._cachedDataOpts={}}parse(t,e){const{_cachedMeta:i,_data:s}=this,{iScale:r,_stacked:a}=i,o=r.axis;let l=t===0&&e===s.length?!0:i._sorted,c=t>0&&i._parsed[t-1],u,h,f;if(this._parsing===!1)i._parsed=s,i._sorted=!0,f=s;else{wt(s[t])?f=this.parseArrayData(i,s,t,e):ht(s[t])?f=this.parseObjectData(i,s,t,e):f=this.parsePrimitiveData(i,s,t,e);const m=()=>h[o]===null||c&&h[o]<c[o];for(u=0;u<e;++u)i._parsed[u+t]=h=f[u],l&&(m()&&(l=!1),c=h);i._sorted=l}a&&bu(this,f)}parsePrimitiveData(t,e,i,s){const{iScale:r,vScale:a}=t,o=r.axis,l=a.axis,c=r.getLabels(),u=r===a,h=new Array(s);let f,m,p;for(f=0,m=s;f<m;++f)p=f+i,h[f]={[o]:u||r.parse(c[p],p),[l]:a.parse(e[p],p)};return h}parseArrayData(t,e,i,s){const{xScale:r,yScale:a}=t,o=new Array(s);let l,c,u,h;for(l=0,c=s;l<c;++l)u=l+i,h=e[u],o[l]={x:r.parse(h[0],u),y:a.parse(h[1],u)};return o}parseObjectData(t,e,i,s){const{xScale:r,yScale:a}=t,{xAxisKey:o="x",yAxisKey:l="y"}=this._parsing,c=new Array(s);let u,h,f,m;for(u=0,h=s;u<h;++u)f=u+i,m=e[f],c[u]={x:r.parse(bn(m,o),f),y:a.parse(bn(m,l),f)};return c}getParsed(t){return this._cachedMeta._parsed[t]}getDataElement(t){return this._cachedMeta.data[t]}applyStack(t,e,i){const s=this.chart,r=this._cachedMeta,a=e[t.axis],o={keys:gu(s,!0),values:e._stacks[t.axis]._visualValues};return pu(o,a,r.index,{mode:i})}updateRangeFromParsed(t,e,i,s){const r=i[e.axis];let a=r===null?NaN:r;const o=s&&i._stacks[e.axis];s&&o&&(s.values=o,a=pu(s,r,this._cachedMeta.index)),t.min=Math.min(t.min,a),t.max=Math.max(t.max,a)}getMinMax(t,e){const i=this._cachedMeta,s=i._parsed,r=i._sorted&&t===i.iScale,a=s.length,o=this._getOtherScale(t),l=qp(e,i,this.chart),c={min:Number.POSITIVE_INFINITY,max:Number.NEGATIVE_INFINITY},{min:u,max:h}=Vp(o);let f,m;function p(){m=s[f];const _=m[o.axis];return!Pt(m[t.axis])||u>_||h<_}for(f=0;f<a&&!(!p()&&(this.updateRangeFromParsed(c,t,m,l),r));++f);if(r){for(f=a-1;f>=0;--f)if(!p()){this.updateRangeFromParsed(c,t,m,l);break}}return c}getAllParsedValues(t){const e=this._cachedMeta._parsed,i=[];let s,r,a;for(s=0,r=e.length;s<r;++s)a=e[s][t.axis],Pt(a)&&i.push(a);return i}getMaxOverflow(){return!1}getLabelAndValue(t){const e=this._cachedMeta,i=e.iScale,s=e.vScale,r=this.getParsed(t);return{label:i?""+i.getLabelForValue(r[i.axis]):"",value:s?""+s.getLabelForValue(r[s.axis]):""}}_update(t){const e=this._cachedMeta;this.update(t||"default"),e._clip=Up(rt(this.options.clip,zp(e.xScale,e.yScale,this.getMaxOverflow())))}update(t){}draw(){const t=this._ctx,e=this.chart,i=this._cachedMeta,s=i.data||[],r=e.chartArea,a=[],o=this._drawStart||0,l=this._drawCount||s.length-o,c=this.options.drawActiveElementsOnTop;let u;for(i.dataset&&i.dataset.draw(t,r,o,l),u=o;u<o+l;++u){const h=s[u];h.hidden||(h.active&&c?a.push(h):h.draw(t,r))}for(u=0;u<a.length;++u)a[u].draw(t,r)}getStyle(t,e){const i=e?"active":"default";return t===void 0&&this._cachedMeta.dataset?this.resolveDatasetElementOptions(i):this.resolveDataElementOptions(t||0,i)}getContext(t,e,i){const s=this.getDataset();let r;if(t>=0&&t<this._cachedMeta.data.length){const a=this._cachedMeta.data[t];r=a.$context||(a.$context=jp(this.getContext(),t,a)),r.parsed=this.getParsed(t),r.raw=s.data[t],r.index=r.dataIndex=t}else r=this.$context||(this.$context=$p(this.chart.getContext(),this.index)),r.dataset=s,r.index=r.datasetIndex=this.index;return r.active=!!e,r.mode=i,r}resolveDatasetElementOptions(t){return this._resolveElementOptions(this.datasetElementType.id,t)}resolveDataElementOptions(t,e){return this._resolveElementOptions(this.dataElementType.id,e,t)}_resolveElementOptions(t,e="default",i){const s=e==="active",r=this._cachedDataOpts,a=t+"-"+e,o=r[a],l=this.enableOptionSharing&&ge(i);if(o)return _u(o,l);const c=this.chart.config,u=c.datasetElementScopeKeys(this._type,t),h=s?[`${t}Hover`,"hover",t,""]:[t,""],f=c.getOptionScopes(this.getDataset(),u),m=Object.keys(At.elements[t]),p=()=>this.getContext(i,s,e),_=c.resolveNamedOptions(f,m,p,h);return _.$shared&&(_.$shared=l,r[a]=Object.freeze(_u(_,l))),_}_resolveAnimations(t,e,i){const s=this.chart,r=this._cachedDataOpts,a=`animation-${e}`,o=r[a];if(o)return o;let l;if(s.options.animation!==!1){const u=this.chart.config,h=u.datasetAnimationScopeKeys(this._type,e),f=u.getOptionScopes(this.getDataset(),h);l=u.createResolver(f,this.getContext(t,i,e))}const c=new no(s,l&&l.animations);return l&&l._cacheable&&(r[a]=Object.freeze(c)),c}getSharedOptions(t){if(t.$shared)return this._sharedOptions||(this._sharedOptions=Object.assign({},t))}includeOptions(t,e){return!e||ro(t)||this.chart._animationsDisabled}_getSharedOptions(t,e){const i=this.resolveDataElementOptions(t,e),s=this._sharedOptions,r=this.getSharedOptions(i),a=this.includeOptions(e,r)||r!==s;return this.updateSharedOptions(r,e,i),{sharedOptions:r,includeOptions:a}}updateElement(t,e,i,s){ro(s)?Object.assign(t,i):this._resolveAnimations(e,s).update(t,i)}updateSharedOptions(t,e,i){t&&!ro(e)&&this._resolveAnimations(void 0,e).update(t,i)}_setStyle(t,e,i,s){t.active=s;const r=this.getStyle(e,s);this._resolveAnimations(e,i,s).update(t,{options:!s&&this.getSharedOptions(r)||r})}removeHoverStyle(t,e,i){this._setStyle(t,i,"active",!1)}setHoverStyle(t,e,i){this._setStyle(t,i,"active",!0)}_removeDatasetHoverStyle(){const t=this._cachedMeta.dataset;t&&this._setStyle(t,void 0,"active",!1)}_setDatasetHoverStyle(){const t=this._cachedMeta.dataset;t&&this._setStyle(t,void 0,"active",!0)}_resyncElements(t){const e=this._data,i=this._cachedMeta.data;for(const[o,l,c]of this._syncList)this[o](l,c);this._syncList=[];const s=i.length,r=e.length,a=Math.min(r,s);a&&this.parse(0,a),r>s?this._insertElements(s,r-s,t):r<s&&this._removeElements(r,s-r)}_insertElements(t,e,i=!0){const s=this._cachedMeta,r=s.data,a=t+e;let o;const l=c=>{for(c.length+=e,o=c.length-1;o>=a;o--)c[o]=c[o-e]};for(l(r),o=t;o<a;++o)r[o]=new this.dataElementType;this._parsing&&l(s._parsed),this.parse(t,e),i&&this.updateElements(r,t,e,"reset")}updateElements(t,e,i,s){}_removeElements(t,e){const i=this._cachedMeta;if(this._parsing){const s=i._parsed.splice(t,e);i._stacked&&cs(i,s)}i.data.splice(t,e)}_sync(t){if(this._parsing)this._syncList.push(t);else{const[e,i,s]=t;this[e](i,s)}this.chart._dataChanges.push([this.index,...t])}_onDataPush(){const t=arguments.length;this._sync(["_insertElements",this.getDataset().data.length-t,t])}_onDataPop(){this._sync(["_removeElements",this._cachedMeta.data.length-1,1])}_onDataShift(){this._sync(["_removeElements",0,1])}_onDataSplice(t,e){e&&this._sync(["_removeElements",t,e]);const i=arguments.length-2;i&&this._sync(["_insertElements",t,i])}_onDataUnshift(){this._sync(["_insertElements",0,arguments.length])}}P(Fe,"defaults",{}),P(Fe,"datasetElementType",null),P(Fe,"dataElementType",null);function Gp(n,t){if(!n._cache.$bar){const e=n.getMatchingVisibleMetas(t);let i=[];for(let s=0,r=e.length;s<r;s++)i=i.concat(e[s].controller.getAllParsedValues(n));n._cache.$bar=Nc(i.sort((s,r)=>s-r))}return n._cache.$bar}function Kp(n){const t=n.iScale,e=Gp(t,n.type);let i=t._length,s,r,a,o;const l=()=>{a===32767||a===-32768||(ge(o)&&(i=Math.min(i,Math.abs(a-o)||i)),o=a)};for(s=0,r=e.length;s<r;++s)a=t.getPixelForValue(e[s]),l();for(o=void 0,s=0,r=t.ticks.length;s<r;++s)a=t.getPixelForTick(s),l();return i}function Xp(n,t,e,i){const s=e.barThickness;let r,a;return st(s)?(r=t.min*e.categoryPercentage,a=e.barPercentage):(r=s*i,a=1),{chunk:r/i,ratio:a,start:t.pixels[n]-r/2}}function Zp(n,t,e,i){const s=t.pixels,r=s[n];let a=n>0?s[n-1]:null,o=n<s.length-1?s[n+1]:null;const l=e.categoryPercentage;a===null&&(a=r-(o===null?t.end-t.start:o-r)),o===null&&(o=r+r-a);const c=r-(r-Math.min(a,o))/2*l;return{chunk:Math.abs(o-a)/2*l/i,ratio:e.barPercentage,start:c}}function Qp(n,t,e,i){const s=e.parse(n[0],i),r=e.parse(n[1],i),a=Math.min(s,r),o=Math.max(s,r);let l=a,c=o;Math.abs(a)>Math.abs(o)&&(l=o,c=a),t[e.axis]=c,t._custom={barStart:l,barEnd:c,start:s,end:r,min:a,max:o}}function xu(n,t,e,i){return wt(n)?Qp(n,t,e,i):t[e.axis]=e.parse(n,i),t}function wu(n,t,e,i){const s=n.iScale,r=n.vScale,a=s.getLabels(),o=s===r,l=[];let c,u,h,f;for(c=e,u=e+i;c<u;++c)f=t[c],h={},h[s.axis]=o||s.parse(a[c],c),l.push(xu(f,h,r,c));return l}function ao(n){return n&&n.barStart!==void 0&&n.barEnd!==void 0}function Jp(n,t,e){return n!==0?We(n):(t.isHorizontal()?1:-1)*(t.min>=e?1:-1)}function ty(n){let t,e,i,s,r;return n.horizontal?(t=n.base>n.x,e="left",i="right"):(t=n.base<n.y,e="bottom",i="top"),t?(s="end",r="start"):(s="start",r="end"),{start:e,end:i,reverse:t,top:s,bottom:r}}function ey(n,t,e,i){let s=t.borderSkipped;const r={};if(!s){n.borderSkipped=r;return}if(s===!0){n.borderSkipped={top:!0,right:!0,bottom:!0,left:!0};return}const{start:a,end:o,reverse:l,top:c,bottom:u}=ty(n);s==="middle"&&e&&(n.enableBorderRadius=!0,(e._top||0)===i?s=c:(e._bottom||0)===i?s=u:(r[Su(u,a,o,l)]=!0,s=c)),r[Su(s,a,o,l)]=!0,n.borderSkipped=r}function Su(n,t,e,i){return i?(n=ny(n,t,e),n=vu(n,e,t)):n=vu(n,t,e),n}function ny(n,t,e){return n===t?e:n===e?t:n}function vu(n,t,e){return n==="start"?t:n==="end"?e:n}function iy(n,{inflateAmount:t},e){n.inflateAmount=t==="auto"?e===1?.33:0:t}class us extends Fe{parsePrimitiveData(t,e,i,s){return wu(t,e,i,s)}parseArrayData(t,e,i,s){return wu(t,e,i,s)}parseObjectData(t,e,i,s){const{iScale:r,vScale:a}=t,{xAxisKey:o="x",yAxisKey:l="y"}=this._parsing,c=r.axis==="x"?o:l,u=a.axis==="x"?o:l,h=[];let f,m,p,_;for(f=i,m=i+s;f<m;++f)_=e[f],p={},p[r.axis]=r.parse(bn(_,c),f),h.push(xu(bn(_,u),p,a,f));return h}updateRangeFromParsed(t,e,i,s){super.updateRangeFromParsed(t,e,i,s);const r=i._custom;r&&e===this._cachedMeta.vScale&&(t.min=Math.min(t.min,r.min),t.max=Math.max(t.max,r.max))}getMaxOverflow(){return 0}getLabelAndValue(t){const e=this._cachedMeta,{iScale:i,vScale:s}=e,r=this.getParsed(t),a=r._custom,o=ao(a)?"["+a.start+", "+a.end+"]":""+s.getLabelForValue(r[s.axis]);return{label:""+i.getLabelForValue(r[i.axis]),value:o}}initialize(){this.enableOptionSharing=!0,super.initialize();const t=this._cachedMeta;t.stack=this.getDataset().stack}update(t){const e=this._cachedMeta;this.updateElements(e.data,0,e.data.length,t)}updateElements(t,e,i,s){const r=s==="reset",{index:a,_cachedMeta:{vScale:o}}=this,l=o.getBasePixel(),c=o.isHorizontal(),u=this._getRuler(),{sharedOptions:h,includeOptions:f}=this._getSharedOptions(e,s);for(let m=e;m<e+i;m++){const p=this.getParsed(m),_=r||st(p[o.axis])?{base:l,head:l}:this._calculateBarValuePixels(m),x=this._calculateBarIndexPixels(m,u),S=(p._stacks||{})[o.axis],M={horizontal:c,base:_.base,enableBorderRadius:!S||ao(p._custom)||a===S._top||a===S._bottom,x:c?_.head:x.center,y:c?x.center:_.head,height:c?x.size:Math.abs(_.size),width:c?Math.abs(_.size):x.size};f&&(M.options=h||this.resolveDataElementOptions(m,t[m].active?"active":s));const C=M.options||t[m].options;ey(M,C,S,a),iy(M,C,u.ratio),this.updateElement(t[m],m,M,s)}}_getStacks(t,e){const{iScale:i}=this._cachedMeta,s=i.getMatchingVisibleMetas(this._type).filter(u=>u.controller.options.grouped),r=i.options.stacked,a=[],o=this._cachedMeta.controller.getParsed(e),l=o&&o[i.axis],c=u=>{const h=u._parsed.find(m=>m[i.axis]===l),f=h&&h[u.vScale.axis];if(st(f)||isNaN(f))return!0};for(const u of s)if(!(e!==void 0&&c(u))&&((r===!1||a.indexOf(u.stack)===-1||r===void 0&&u.stack===void 0)&&a.push(u.stack),u.index===t))break;return a.length||a.push(void 0),a}_getStackCount(t){return this._getStacks(void 0,t).length}_getAxisCount(){return this._getAxis().length}getFirstScaleIdForIndexAxis(){const t=this.chart.scales,e=this.chart.options.indexAxis;return Object.keys(t).filter(i=>t[i].axis===e).shift()}_getAxis(){const t={},e=this.getFirstScaleIdForIndexAxis();for(const i of this.chart.data.datasets)t[rt(this.chart.options.indexAxis==="x"?i.xAxisID:i.yAxisID,e)]=!0;return Object.keys(t)}_getStackIndex(t,e,i){const s=this._getStacks(t,i),r=e!==void 0?s.indexOf(e):-1;return r===-1?s.length-1:r}_getRuler(){const t=this.options,e=this._cachedMeta,i=e.iScale,s=[];let r,a;for(r=0,a=e.data.length;r<a;++r)s.push(i.getPixelForValue(this.getParsed(r)[i.axis],r));const o=t.barThickness;return{min:o||Kp(e),pixels:s,start:i._startPixel,end:i._endPixel,stackCount:this._getStackCount(),scale:i,grouped:t.grouped,ratio:o?1:t.categoryPercentage*t.barPercentage}}_calculateBarValuePixels(t){const{_cachedMeta:{vScale:e,_stacked:i,index:s},options:{base:r,minBarLength:a}}=this,o=r||0,l=this.getParsed(t),c=l._custom,u=ao(c);let h=l[e.axis],f=0,m=i?this.applyStack(e,l,i):h,p,_;m!==h&&(f=m-h,m=h),u&&(h=c.barStart,m=c.barEnd-c.barStart,h!==0&&We(h)!==We(c.barEnd)&&(f=0),f+=h);const x=!st(r)&&!u?r:f;let S=e.getPixelForValue(x);if(this.chart.getDataVisibility(t)?p=e.getPixelForValue(f+m):p=S,_=p-S,Math.abs(_)<a){_=Jp(_,e,o)*a,h===o&&(S-=_/2);const M=e.getPixelForDecimal(0),C=e.getPixelForDecimal(1),A=Math.min(M,C),E=Math.max(M,C);S=Math.max(Math.min(S,E),A),p=S+_,i&&!u&&(l._stacks[e.axis]._visualValues[s]=e.getValueForPixel(p)-e.getValueForPixel(S))}if(S===e.getPixelForValue(o)){const M=We(_)*e.getLineWidthForValue(o)/2;S+=M,_-=M}return{size:_,base:S,head:p,center:p+_/2}}_calculateBarIndexPixels(t,e){const i=e.scale,s=this.options,r=s.skipNull,a=rt(s.maxBarThickness,1/0);let o,l;const c=this._getAxisCount();if(e.grouped){const u=r?this._getStackCount(t):e.stackCount,h=s.barThickness==="flex"?Zp(t,e,s,u*c):Xp(t,e,s,u*c),f=this.chart.options.indexAxis==="x"?this.getDataset().xAxisID:this.getDataset().yAxisID,m=this._getAxis().indexOf(rt(f,this.getFirstScaleIdForIndexAxis())),p=this._getStackIndex(this.index,this._cachedMeta.stack,r?t:void 0)+m;o=h.start+h.chunk*p+h.chunk/2,l=Math.min(a,h.chunk*h.ratio)}else o=i.getPixelForValue(this.getParsed(t)[i.axis],t),l=Math.min(a,e.min*e.ratio);return{base:o-l/2,head:o+l/2,center:o,size:l}}draw(){const t=this._cachedMeta,e=t.vScale,i=t.data,s=i.length;let r=0;for(;r<s;++r)this.getParsed(r)[e.axis]!==null&&!i[r].hidden&&i[r].draw(this._ctx)}}P(us,"id","bar"),P(us,"defaults",{datasetElementType:!1,dataElementType:"bar",categoryPercentage:.8,barPercentage:.9,grouped:!0,animations:{numbers:{type:"number",properties:["x","y","base","width","height"]}}}),P(us,"overrides",{scales:{_index_:{type:"category",offset:!0,grid:{offset:!0}},_value_:{type:"linear",beginAtZero:!0}}});class vr extends Fe{initialize(){this.enableOptionSharing=!0,super.initialize()}parsePrimitiveData(t,e,i,s){const r=super.parsePrimitiveData(t,e,i,s);for(let a=0;a<r.length;a++)r[a]._custom=this.resolveDataElementOptions(a+i).radius;return r}parseArrayData(t,e,i,s){const r=super.parseArrayData(t,e,i,s);for(let a=0;a<r.length;a++){const o=e[i+a];r[a]._custom=rt(o[2],this.resolveDataElementOptions(a+i).radius)}return r}parseObjectData(t,e,i,s){const r=super.parseObjectData(t,e,i,s);for(let a=0;a<r.length;a++){const o=e[i+a];r[a]._custom=rt(o&&o.r&&+o.r,this.resolveDataElementOptions(a+i).radius)}return r}getMaxOverflow(){const t=this._cachedMeta.data;let e=0;for(let i=t.length-1;i>=0;--i)e=Math.max(e,t[i].size(this.resolveDataElementOptions(i))/2);return e>0&&e}getLabelAndValue(t){const e=this._cachedMeta,i=this.chart.data.labels||[],{xScale:s,yScale:r}=e,a=this.getParsed(t),o=s.getLabelForValue(a.x),l=r.getLabelForValue(a.y),c=a._custom;return{label:i[t]||"",value:"("+o+", "+l+(c?", "+c:"")+")"}}update(t){const e=this._cachedMeta.data;this.updateElements(e,0,e.length,t)}updateElements(t,e,i,s){const r=s==="reset",{iScale:a,vScale:o}=this._cachedMeta,{sharedOptions:l,includeOptions:c}=this._getSharedOptions(e,s),u=a.axis,h=o.axis;for(let f=e;f<e+i;f++){const m=t[f],p=!r&&this.getParsed(f),_={},x=_[u]=r?a.getPixelForDecimal(.5):a.getPixelForValue(p[u]),S=_[h]=r?o.getBasePixel():o.getPixelForValue(p[h]);_.skip=isNaN(x)||isNaN(S),c&&(_.options=l||this.resolveDataElementOptions(f,m.active?"active":s),r&&(_.options.radius=0)),this.updateElement(m,f,_,s)}}resolveDataElementOptions(t,e){const i=this.getParsed(t);let s=super.resolveDataElementOptions(t,e);s.$shared&&(s=Object.assign({},s,{$shared:!1}));const r=s.radius;return e!=="active"&&(s.radius=0),s.radius+=rt(i&&i._custom,r),s}}P(vr,"id","bubble"),P(vr,"defaults",{datasetElementType:!1,dataElementType:"point",animations:{numbers:{type:"number",properties:["x","y","borderWidth","radius"]}}}),P(vr,"overrides",{scales:{x:{type:"linear"},y:{type:"linear"}}});function sy(n,t,e){let i=1,s=1,r=0,a=0;if(t<Ct){const o=n,l=o+t,c=Math.cos(o),u=Math.sin(o),h=Math.cos(l),f=Math.sin(l),m=(C,A,E)=>ns(C,o,l,!0)?1:Math.max(A,A*e,E,E*e),p=(C,A,E)=>ns(C,o,l,!0)?-1:Math.min(A,A*e,E,E*e),_=m(0,c,h),x=m(Et,u,f),S=p(ct,c,h),M=p(ct+Et,u,f);i=(_-S)/2,s=(x-M)/2,r=-(_+S)/2,a=-(x+M)/2}return{ratioX:i,ratioY:s,offsetX:r,offsetY:a}}class sn extends Fe{constructor(t,e){super(t,e),this.enableOptionSharing=!0,this.innerRadius=void 0,this.outerRadius=void 0,this.offsetX=void 0,this.offsetY=void 0}linkScales(){}parse(t,e){const i=this.getDataset().data,s=this._cachedMeta;if(this._parsing===!1)s._parsed=i;else{let r=l=>+i[l];if(ht(i[t])){const{key:l="value"}=this._parsing;r=c=>+bn(i[c],l)}let a,o;for(a=t,o=t+e;a<o;++a)s._parsed[a]=r(a)}}_getRotation(){return Vt(this.options.rotation-90)}_getCircumference(){return Vt(this.options.circumference)}_getRotationExtents(){let t=Ct,e=-Ct;for(let i=0;i<this.chart.data.datasets.length;++i)if(this.chart.isDatasetVisible(i)&&this.chart.getDatasetMeta(i).type===this._type){const s=this.chart.getDatasetMeta(i).controller,r=s._getRotation(),a=s._getCircumference();t=Math.min(t,r),e=Math.max(e,r+a)}return{rotation:t,circumference:e-t}}update(t){const e=this.chart,{chartArea:i}=e,s=this._cachedMeta,r=s.data,a=this.getMaxBorderWidth()+this.getMaxOffset(r)+this.options.spacing,o=Math.max((Math.min(i.width,i.height)-a)/2,0),l=Math.min(yg(this.options.cutout,o),1),c=this._getRingWeight(this.index),{circumference:u,rotation:h}=this._getRotationExtents(),{ratioX:f,ratioY:m,offsetX:p,offsetY:_}=sy(h,u,l),x=(i.width-a)/f,S=(i.height-a)/m,M=Math.max(Math.min(x,S)/2,0),C=Dc(this.options.radius,M),A=Math.max(C*l,0),E=(C-A)/this._getVisibleDatasetWeightTotal();this.offsetX=p*C,this.offsetY=_*C,s.total=this.calculateTotal(),this.outerRadius=C-E*this._getRingWeightOffset(this.index),this.innerRadius=Math.max(this.outerRadius-E*c,0),this.updateElements(r,0,r.length,t)}_circumference(t,e){const i=this.options,s=this._cachedMeta,r=this._getCircumference();return e&&i.animation.animateRotate||!this.chart.getDataVisibility(t)||s._parsed[t]===null||s.data[t].hidden?0:this.calculateCircumference(s._parsed[t]*r/Ct)}updateElements(t,e,i,s){const r=s==="reset",a=this.chart,o=a.chartArea,c=a.options.animation,u=(o.left+o.right)/2,h=(o.top+o.bottom)/2,f=r&&c.animateScale,m=f?0:this.innerRadius,p=f?0:this.outerRadius,{sharedOptions:_,includeOptions:x}=this._getSharedOptions(e,s);let S=this._getRotation(),M;for(M=0;M<e;++M)S+=this._circumference(M,r);for(M=e;M<e+i;++M){const C=this._circumference(M,r),A=t[M],E={x:u+this.offsetX,y:h+this.offsetY,startAngle:S,endAngle:S+C,circumference:C,outerRadius:p,innerRadius:m};x&&(E.options=_||this.resolveDataElementOptions(M,A.active?"active":s)),S+=C,this.updateElement(A,M,E,s)}}calculateTotal(){const t=this._cachedMeta,e=t.data;let i=0,s;for(s=0;s<e.length;s++){const r=t._parsed[s];r!==null&&!isNaN(r)&&this.chart.getDataVisibility(s)&&!e[s].hidden&&(i+=Math.abs(r))}return i}calculateCircumference(t){const e=this._cachedMeta.total;return e>0&&!isNaN(t)?Ct*(Math.abs(t)/e):0}getLabelAndValue(t){const e=this._cachedMeta,i=this.chart,s=i.data.labels||[],r=ss(e._parsed[t],i.options.locale);return{label:s[t]||"",value:r}}getMaxBorderWidth(t){let e=0;const i=this.chart;let s,r,a,o,l;if(!t){for(s=0,r=i.data.datasets.length;s<r;++s)if(i.isDatasetVisible(s)){a=i.getDatasetMeta(s),t=a.data,o=a.controller;break}}if(!t)return 0;for(s=0,r=t.length;s<r;++s)l=o.resolveDataElementOptions(s),l.borderAlign!=="inner"&&(e=Math.max(e,l.borderWidth||0,l.hoverBorderWidth||0));return e}getMaxOffset(t){let e=0;for(let i=0,s=t.length;i<s;++i){const r=this.resolveDataElementOptions(i);e=Math.max(e,r.offset||0,r.hoverOffset||0)}return e}_getRingWeightOffset(t){let e=0;for(let i=0;i<t;++i)this.chart.isDatasetVisible(i)&&(e+=this._getRingWeight(i));return e}_getRingWeight(t){return Math.max(rt(this.chart.data.datasets[t].weight,1),0)}_getVisibleDatasetWeightTotal(){return this._getRingWeightOffset(this.chart.data.datasets.length)||1}}P(sn,"id","doughnut"),P(sn,"defaults",{datasetElementType:!1,dataElementType:"arc",animation:{animateRotate:!0,animateScale:!1},animations:{numbers:{type:"number",properties:["circumference","endAngle","innerRadius","outerRadius","startAngle","x","y","offset","borderWidth","spacing"]}},cutout:"50%",rotation:0,circumference:360,radius:"100%",spacing:0,indexAxis:"r"}),P(sn,"descriptors",{_scriptable:t=>t!=="spacing",_indexable:t=>t!=="spacing"&&!t.startsWith("borderDash")&&!t.startsWith("hoverBorderDash")}),P(sn,"overrides",{aspectRatio:1,plugins:{legend:{labels:{generateLabels(t){const e=t.data,{labels:{pointStyle:i,textAlign:s,color:r,useBorderRadius:a,borderRadius:o}}=t.legend.options;return e.labels.length&&e.datasets.length?e.labels.map((l,c)=>{const h=t.getDatasetMeta(0).controller.getStyle(c);return{text:l,fillStyle:h.backgroundColor,fontColor:r,hidden:!t.getDataVisibility(c),lineDash:h.borderDash,lineDashOffset:h.borderDashOffset,lineJoin:h.borderJoinStyle,lineWidth:h.borderWidth,strokeStyle:h.borderColor,textAlign:s,pointStyle:i,borderRadius:a&&(o||h.borderRadius),index:c}}):[]}},onClick(t,e,i){i.chart.toggleDataVisibility(e.index),i.chart.update()}}}});class ds extends Fe{initialize(){this.enableOptionSharing=!0,this.supportsDecimation=!0,super.initialize()}update(t){const e=this._cachedMeta,{dataset:i,data:s=[],_dataset:r}=e,a=this.chart._animationsDisabled;let{start:o,count:l}=zc(e,s,a);this._drawStart=o,this._drawCount=l,Uc(e)&&(o=0,l=s.length),i._chart=this.chart,i._datasetIndex=this.index,i._decimated=!!r._decimated,i.points=s;const c=this.resolveDatasetElementOptions(t);this.options.showLine||(c.borderWidth=0),c.segment=this.options.segment,this.updateElement(i,void 0,{animated:!a,options:c},t),this.updateElements(s,o,l,t)}updateElements(t,e,i,s){const r=s==="reset",{iScale:a,vScale:o,_stacked:l,_dataset:c}=this._cachedMeta,{sharedOptions:u,includeOptions:h}=this._getSharedOptions(e,s),f=a.axis,m=o.axis,{spanGaps:p,segment:_}=this.options,x=xn(p)?p:Number.POSITIVE_INFINITY,S=this.chart._animationsDisabled||r||s==="none",M=e+i,C=t.length;let A=e>0&&this.getParsed(e-1);for(let E=0;E<C;++E){const D=t[E],T=S?D:{};if(E<e||E>=M){T.skip=!0;continue}const g=this.getParsed(E),y=st(g[m]),v=T[f]=a.getPixelForValue(g[f],E),O=T[m]=r||y?o.getBasePixel():o.getPixelForValue(l?this.applyStack(o,g,l):g[m],E);T.skip=isNaN(v)||isNaN(O)||y,T.stop=E>0&&Math.abs(g[f]-A[f])>x,_&&(T.parsed=g,T.raw=c.data[E]),h&&(T.options=u||this.resolveDataElementOptions(E,D.active?"active":s)),S||this.updateElement(D,E,T,s),A=g}}getMaxOverflow(){const t=this._cachedMeta,e=t.dataset,i=e.options&&e.options.borderWidth||0,s=t.data||[];if(!s.length)return i;const r=s[0].size(this.resolveDataElementOptions(0)),a=s[s.length-1].size(this.resolveDataElementOptions(s.length-1));return Math.max(i,r,a)/2}draw(){const t=this._cachedMeta;t.dataset.updateControlPoints(this.chart.chartArea,t.iScale.axis),super.draw()}}P(ds,"id","line"),P(ds,"defaults",{datasetElementType:"line",dataElementType:"point",showLine:!0,spanGaps:!1}),P(ds,"overrides",{scales:{_index_:{type:"category"},_value_:{type:"linear"}}});class hs extends Fe{constructor(t,e){super(t,e),this.innerRadius=void 0,this.outerRadius=void 0}getLabelAndValue(t){const e=this._cachedMeta,i=this.chart,s=i.data.labels||[],r=ss(e._parsed[t].r,i.options.locale);return{label:s[t]||"",value:r}}parseObjectData(t,e,i,s){return tu.bind(this)(t,e,i,s)}update(t){const e=this._cachedMeta.data;this._updateRadius(),this.updateElements(e,0,e.length,t)}getMinMax(){const t=this._cachedMeta,e={min:Number.POSITIVE_INFINITY,max:Number.NEGATIVE_INFINITY};return t.data.forEach((i,s)=>{const r=this.getParsed(s).r;!isNaN(r)&&this.chart.getDataVisibility(s)&&(r<e.min&&(e.min=r),r>e.max&&(e.max=r))}),e}_updateRadius(){const t=this.chart,e=t.chartArea,i=t.options,s=Math.min(e.right-e.left,e.bottom-e.top),r=Math.max(s/2,0),a=Math.max(i.cutoutPercentage?r/100*i.cutoutPercentage:1,0),o=(r-a)/t.getVisibleDatasetCount();this.outerRadius=r-o*this.index,this.innerRadius=this.outerRadius-o}updateElements(t,e,i,s){const r=s==="reset",a=this.chart,l=a.options.animation,c=this._cachedMeta.rScale,u=c.xCenter,h=c.yCenter,f=c.getIndexAngle(0)-.5*ct;let m=f,p;const _=360/this.countVisibleElements();for(p=0;p<e;++p)m+=this._computeAngle(p,s,_);for(p=e;p<e+i;p++){const x=t[p];let S=m,M=m+this._computeAngle(p,s,_),C=a.getDataVisibility(p)?c.getDistanceFromCenterForValue(this.getParsed(p).r):0;m=M,r&&(l.animateScale&&(C=0),l.animateRotate&&(S=M=f));const A={x:u,y:h,innerRadius:0,outerRadius:C,startAngle:S,endAngle:M,options:this.resolveDataElementOptions(p,x.active?"active":s)};this.updateElement(x,p,A,s)}}countVisibleElements(){const t=this._cachedMeta;let e=0;return t.data.forEach((i,s)=>{!isNaN(this.getParsed(s).r)&&this.chart.getDataVisibility(s)&&e++}),e}_computeAngle(t,e,i){return this.chart.getDataVisibility(t)?Vt(this.resolveDataElementOptions(t,e).angle||i):0}}P(hs,"id","polarArea"),P(hs,"defaults",{dataElementType:"arc",animation:{animateRotate:!0,animateScale:!0},animations:{numbers:{type:"number",properties:["x","y","startAngle","endAngle","innerRadius","outerRadius"]}},indexAxis:"r",startAngle:0}),P(hs,"overrides",{aspectRatio:1,plugins:{legend:{labels:{generateLabels(t){const e=t.data;if(e.labels.length&&e.datasets.length){const{labels:{pointStyle:i,color:s}}=t.legend.options;return e.labels.map((r,a)=>{const l=t.getDatasetMeta(0).controller.getStyle(a);return{text:r,fillStyle:l.backgroundColor,strokeStyle:l.borderColor,fontColor:s,lineWidth:l.borderWidth,pointStyle:i,hidden:!t.getDataVisibility(a),index:a}})}return[]}},onClick(t,e,i){i.chart.toggleDataVisibility(e.index),i.chart.update()}}},scales:{r:{type:"radialLinear",angleLines:{display:!1},beginAtZero:!0,grid:{circular:!0},pointLabels:{display:!1},startAngle:0}}});class oo extends sn{}P(oo,"id","pie"),P(oo,"defaults",{cutout:0,rotation:0,circumference:360,radius:"100%"});class Tr extends Fe{getLabelAndValue(t){const e=this._cachedMeta.vScale,i=this.getParsed(t);return{label:e.getLabels()[t],value:""+e.getLabelForValue(i[e.axis])}}parseObjectData(t,e,i,s){return tu.bind(this)(t,e,i,s)}update(t){const e=this._cachedMeta,i=e.dataset,s=e.data||[],r=e.iScale.getLabels();if(i.points=s,t!=="resize"){const a=this.resolveDatasetElementOptions(t);this.options.showLine||(a.borderWidth=0);const o={_loop:!0,_fullLoop:r.length===s.length,options:a};this.updateElement(i,void 0,o,t)}this.updateElements(s,0,s.length,t)}updateElements(t,e,i,s){const r=this._cachedMeta.rScale,a=s==="reset";for(let o=e;o<e+i;o++){const l=t[o],c=this.resolveDataElementOptions(o,l.active?"active":s),u=r.getPointPositionForValue(o,this.getParsed(o).r),h=a?r.xCenter:u.x,f=a?r.yCenter:u.y,m={x:h,y:f,angle:u.angle,skip:isNaN(h)||isNaN(f),options:c};this.updateElement(l,o,m,s)}}}P(Tr,"id","radar"),P(Tr,"defaults",{datasetElementType:"line",dataElementType:"point",indexAxis:"r",showLine:!0,elements:{line:{fill:"start"}}}),P(Tr,"overrides",{aspectRatio:1,scales:{r:{type:"radialLinear"}}});class Mr extends Fe{getLabelAndValue(t){const e=this._cachedMeta,i=this.chart.data.labels||[],{xScale:s,yScale:r}=e,a=this.getParsed(t),o=s.getLabelForValue(a.x),l=r.getLabelForValue(a.y);return{label:i[t]||"",value:"("+o+", "+l+")"}}update(t){const e=this._cachedMeta,{data:i=[]}=e,s=this.chart._animationsDisabled;let{start:r,count:a}=zc(e,i,s);if(this._drawStart=r,this._drawCount=a,Uc(e)&&(r=0,a=i.length),this.options.showLine){this.datasetElementType||this.addElements();const{dataset:o,_dataset:l}=e;o._chart=this.chart,o._datasetIndex=this.index,o._decimated=!!l._decimated,o.points=i;const c=this.resolveDatasetElementOptions(t);c.segment=this.options.segment,this.updateElement(o,void 0,{animated:!s,options:c},t)}else this.datasetElementType&&(delete e.dataset,this.datasetElementType=!1);this.updateElements(i,r,a,t)}addElements(){const{showLine:t}=this.options;!this.datasetElementType&&t&&(this.datasetElementType=this.chart.registry.getElement("line")),super.addElements()}updateElements(t,e,i,s){const r=s==="reset",{iScale:a,vScale:o,_stacked:l,_dataset:c}=this._cachedMeta,u=this.resolveDataElementOptions(e,s),h=this.getSharedOptions(u),f=this.includeOptions(s,h),m=a.axis,p=o.axis,{spanGaps:_,segment:x}=this.options,S=xn(_)?_:Number.POSITIVE_INFINITY,M=this.chart._animationsDisabled||r||s==="none";let C=e>0&&this.getParsed(e-1);for(let A=e;A<e+i;++A){const E=t[A],D=this.getParsed(A),T=M?E:{},g=st(D[p]),y=T[m]=a.getPixelForValue(D[m],A),v=T[p]=r||g?o.getBasePixel():o.getPixelForValue(l?this.applyStack(o,D,l):D[p],A);T.skip=isNaN(y)||isNaN(v)||g,T.stop=A>0&&Math.abs(D[m]-C[m])>S,x&&(T.parsed=D,T.raw=c.data[A]),f&&(T.options=h||this.resolveDataElementOptions(A,E.active?"active":s)),M||this.updateElement(E,A,T,s),C=D}this.updateSharedOptions(h,s,u)}getMaxOverflow(){const t=this._cachedMeta,e=t.data||[];if(!this.options.showLine){let o=0;for(let l=e.length-1;l>=0;--l)o=Math.max(o,e[l].size(this.resolveDataElementOptions(l))/2);return o>0&&o}const i=t.dataset,s=i.options&&i.options.borderWidth||0;if(!e.length)return s;const r=e[0].size(this.resolveDataElementOptions(0)),a=e[e.length-1].size(this.resolveDataElementOptions(e.length-1));return Math.max(s,r,a)/2}}P(Mr,"id","scatter"),P(Mr,"defaults",{datasetElementType:!1,dataElementType:"point",showLine:!1,fill:!1}),P(Mr,"overrides",{interaction:{mode:"point"},scales:{x:{type:"linear"},y:{type:"linear"}}});var ry=Object.freeze({__proto__:null,BarController:us,BubbleController:vr,DoughnutController:sn,LineController:ds,PieController:oo,PolarAreaController:hs,RadarController:Tr,ScatterController:Mr});function jn(){throw new Error("This method is not implemented: Check that a complete date adapter is provided.")}class lo{constructor(t){P(this,"options");this.options=t||{}}static override(t){Object.assign(lo.prototype,t)}init(){}formats(){return jn()}parse(){return jn()}format(){return jn()}add(){return jn()}diff(){return jn()}startOf(){return jn()}endOf(){return jn()}}var Tu={_date:lo};function ay(n,t,e,i){const{controller:s,data:r,_sorted:a}=n,o=s._cachedMeta.iScale,l=n.dataset&&n.dataset.options?n.dataset.options.spanGaps:null;if(o&&t===o.axis&&t!=="r"&&a&&r.length){const c=o._reversePixels?Og:tn;if(i){if(s._sharedOptions){const u=r[0],h=typeof u.getRange=="function"&&u.getRange(t);if(h){const f=c(r,t,e-h),m=c(r,t,e+h);return{lo:f.lo,hi:m.hi}}}}else{const u=c(r,t,e);if(l){const{vScale:h}=s._cachedMeta,{_parsed:f}=n,m=f.slice(0,u.lo+1).reverse().findIndex(_=>!st(_[h.axis]));u.lo-=Math.max(0,m);const p=f.slice(u.hi).findIndex(_=>!st(_[h.axis]));u.hi+=Math.max(0,p)}return u}}return{lo:0,hi:r.length-1}}function fs(n,t,e,i,s){const r=n.getSortedVisibleDatasetMetas(),a=e[t];for(let o=0,l=r.length;o<l;++o){const{index:c,data:u}=r[o],{lo:h,hi:f}=ay(r[o],t,a,s);for(let m=h;m<=f;++m){const p=u[m];p.skip||i(p,c,m)}}}function oy(n){const t=n.indexOf("x")!==-1,e=n.indexOf("y")!==-1;return function(i,s){const r=t?Math.abs(i.x-s.x):0,a=e?Math.abs(i.y-s.y):0;return Math.sqrt(Math.pow(r,2)+Math.pow(a,2))}}function co(n,t,e,i,s){const r=[];return!s&&!n.isPointInArea(t)||fs(n,e,t,function(o,l,c){!s&&!en(o,n.chartArea,0)||o.inRange(t.x,t.y,i)&&r.push({element:o,datasetIndex:l,index:c})},!0),r}function ly(n,t,e,i){let s=[];function r(a,o,l){const{startAngle:c,endAngle:u}=a.getProps(["startAngle","endAngle"],i),{angle:h}=gr(a,{x:t.x,y:t.y});ns(h,c,u)&&s.push({element:a,datasetIndex:o,index:l})}return fs(n,e,t,r),s}function cy(n,t,e,i,s,r){let a=[];const o=oy(e);let l=Number.POSITIVE_INFINITY;function c(u,h,f){const m=u.inRange(t.x,t.y,s);if(i&&!m)return;const p=u.getCenterPoint(s);if(!(!!r||n.isPointInArea(p))&&!m)return;const x=o(t,p);x<l?(a=[{element:u,datasetIndex:h,index:f}],l=x):x===l&&a.push({element:u,datasetIndex:h,index:f})}return fs(n,e,t,c),a}function uo(n,t,e,i,s,r){return!r&&!n.isPointInArea(t)?[]:e==="r"&&!i?ly(n,t,e,s):cy(n,t,e,i,s,r)}function Mu(n,t,e,i,s){const r=[],a=e==="x"?"inXRange":"inYRange";let o=!1;return fs(n,e,t,(l,c,u)=>{l[a]&&l[a](t[e],s)&&(r.push({element:l,datasetIndex:c,index:u}),o=o||l.inRange(t.x,t.y,s))}),i&&!o?[]:r}var ho={evaluateInteractionItems:fs,modes:{index(n,t,e,i){const s=vn(t,n),r=e.axis||"x",a=e.includeInvisible||!1,o=e.intersect?co(n,s,r,i,a):uo(n,s,r,!1,i,a),l=[];return o.length?(n.getSortedVisibleDatasetMetas().forEach(c=>{const u=o[0].index,h=c.data[u];h&&!h.skip&&l.push({element:h,datasetIndex:c.index,index:u})}),l):[]},dataset(n,t,e,i){const s=vn(t,n),r=e.axis||"xy",a=e.includeInvisible||!1;let o=e.intersect?co(n,s,r,i,a):uo(n,s,r,!1,i,a);if(o.length>0){const l=o[0].datasetIndex,c=n.getDatasetMeta(l).data;o=[];for(let u=0;u<c.length;++u)o.push({element:c[u],datasetIndex:l,index:u})}return o},point(n,t,e,i){const s=vn(t,n),r=e.axis||"xy",a=e.includeInvisible||!1;return co(n,s,r,i,a)},nearest(n,t,e,i){const s=vn(t,n),r=e.axis||"xy",a=e.includeInvisible||!1;return uo(n,s,r,e.intersect,i,a)},x(n,t,e,i){const s=vn(t,n);return Mu(n,s,"x",e.intersect,i)},y(n,t,e,i){const s=vn(t,n);return Mu(n,s,"y",e.intersect,i)}}};const ku=["left","top","right","bottom"];function ms(n,t){return n.filter(e=>e.pos===t)}function Du(n,t){return n.filter(e=>ku.indexOf(e.pos)===-1&&e.box.axis===t)}function gs(n,t){return n.sort((e,i)=>{const s=t?i:e,r=t?e:i;return s.weight===r.weight?s.index-r.index:s.weight-r.weight})}function uy(n){const t=[];let e,i,s,r,a,o;for(e=0,i=(n||[]).length;e<i;++e)s=n[e],{position:r,options:{stack:a,stackWeight:o=1}}=s,t.push({index:e,box:s,pos:r,horizontal:s.isHorizontal(),weight:s.weight,stack:a&&r+a,stackWeight:o});return t}function dy(n){const t={};for(const e of n){const{stack:i,pos:s,stackWeight:r}=e;if(!i||!ku.includes(s))continue;const a=t[i]||(t[i]={count:0,placed:0,weight:0,size:0});a.count++,a.weight+=r}return t}function hy(n,t){const e=dy(n),{vBoxMaxWidth:i,hBoxMaxHeight:s}=t;let r,a,o;for(r=0,a=n.length;r<a;++r){o=n[r];const{fullSize:l}=o.box,c=e[o.stack],u=c&&o.stackWeight/c.weight;o.horizontal?(o.width=u?u*i:l&&t.availableWidth,o.height=s):(o.width=i,o.height=u?u*s:l&&t.availableHeight)}return e}function fy(n){const t=uy(n),e=gs(t.filter(c=>c.box.fullSize),!0),i=gs(ms(t,"left"),!0),s=gs(ms(t,"right")),r=gs(ms(t,"top"),!0),a=gs(ms(t,"bottom")),o=Du(t,"x"),l=Du(t,"y");return{fullSize:e,leftAndTop:i.concat(r),rightAndBottom:s.concat(l).concat(a).concat(o),chartArea:ms(t,"chartArea"),vertical:i.concat(s).concat(l),horizontal:r.concat(a).concat(o)}}function Cu(n,t,e,i){return Math.max(n[e],t[e])+Math.max(n[i],t[i])}function Ou(n,t){n.top=Math.max(n.top,t.top),n.left=Math.max(n.left,t.left),n.bottom=Math.max(n.bottom,t.bottom),n.right=Math.max(n.right,t.right)}function my(n,t,e,i){const{pos:s,box:r}=e,a=n.maxPadding;if(!ht(s)){e.size&&(n[s]-=e.size);const h=i[e.stack]||{size:0,count:1};h.size=Math.max(h.size,e.horizontal?r.height:r.width),e.size=h.size/h.count,n[s]+=e.size}r.getPadding&&Ou(a,r.getPadding());const o=Math.max(0,t.outerWidth-Cu(a,n,"left","right")),l=Math.max(0,t.outerHeight-Cu(a,n,"top","bottom")),c=o!==n.w,u=l!==n.h;return n.w=o,n.h=l,e.horizontal?{same:c,other:u}:{same:u,other:c}}function gy(n){const t=n.maxPadding;function e(i){const s=Math.max(t[i]-n[i],0);return n[i]+=s,s}n.y+=e("top"),n.x+=e("left"),e("right"),e("bottom")}function py(n,t){const e=t.maxPadding;function i(s){const r={left:0,top:0,right:0,bottom:0};return s.forEach(a=>{r[a]=Math.max(t[a],e[a])}),r}return i(n?["left","right"]:["top","bottom"])}function ps(n,t,e,i){const s=[];let r,a,o,l,c,u;for(r=0,a=n.length,c=0;r<a;++r){o=n[r],l=o.box,l.update(o.width||t.w,o.height||t.h,py(o.horizontal,t));const{same:h,other:f}=my(t,e,o,i);c|=h&&s.length,u=u||f,l.fullSize||s.push(o)}return c&&ps(s,t,e,i)||u}function kr(n,t,e,i,s){n.top=e,n.left=t,n.right=t+i,n.bottom=e+s,n.width=i,n.height=s}function Eu(n,t,e,i){const s=e.padding;let{x:r,y:a}=t;for(const o of n){const l=o.box,c=i[o.stack]||{placed:0,weight:1},u=o.stackWeight/c.weight||1;if(o.horizontal){const h=t.w*u,f=c.size||l.height;ge(c.start)&&(a=c.start),l.fullSize?kr(l,s.left,a,e.outerWidth-s.right-s.left,f):kr(l,t.left+c.placed,a,h,f),c.start=a,c.placed+=h,a=l.bottom}else{const h=t.h*u,f=c.size||l.width;ge(c.start)&&(r=c.start),l.fullSize?kr(l,r,s.top,f,e.outerHeight-s.bottom-s.top):kr(l,r,t.top+c.placed,f,h),c.start=r,c.placed+=h,r=l.right}}t.x=r,t.y=a}var ae={addBox(n,t){n.boxes||(n.boxes=[]),t.fullSize=t.fullSize||!1,t.position=t.position||"top",t.weight=t.weight||0,t._layers=t._layers||function(){return[{z:0,draw(e){t.draw(e)}}]},n.boxes.push(t)},removeBox(n,t){const e=n.boxes?n.boxes.indexOf(t):-1;e!==-1&&n.boxes.splice(e,1)},configure(n,t,e){t.fullSize=e.fullSize,t.position=e.position,t.weight=e.weight},update(n,t,e,i){if(!n)return;const s=Yt(n.options.layout.padding),r=Math.max(t-s.width,0),a=Math.max(e-s.height,0),o=fy(n.boxes),l=o.vertical,c=o.horizontal;Mt(n.boxes,_=>{typeof _.beforeLayout=="function"&&_.beforeLayout()});const u=l.reduce((_,x)=>x.box.options&&x.box.options.display===!1?_:_+1,0)||1,h=Object.freeze({outerWidth:t,outerHeight:e,padding:s,availableWidth:r,availableHeight:a,vBoxMaxWidth:r/2/u,hBoxMaxHeight:a/2}),f=Object.assign({},s);Ou(f,Yt(i));const m=Object.assign({maxPadding:f,w:r,h:a,x:s.left,y:s.top},s),p=hy(l.concat(c),h);ps(o.fullSize,m,h,p),ps(l,m,h,p),ps(c,m,h,p)&&ps(l,m,h,p),gy(m),Eu(o.leftAndTop,m,h,p),m.x+=m.w,m.y+=m.h,Eu(o.rightAndBottom,m,h,p),n.chartArea={left:m.left,top:m.top,right:m.left+m.w,bottom:m.top+m.h,height:m.h,width:m.w},Mt(o.chartArea,_=>{const x=_.box;Object.assign(x,n.chartArea),x.update(m.w,m.h,{left:0,top:0,right:0,bottom:0})})}};class Au{acquireContext(t,e){}releaseContext(t){return!1}addEventListener(t,e,i){}removeEventListener(t,e,i){}getDevicePixelRatio(){return 1}getMaximumSize(t,e,i,s){return e=Math.max(0,e||t.width),i=i||t.height,{width:e,height:Math.max(0,s?Math.floor(e/s):i)}}isAttached(t){return!0}updateConfig(t){}}class yy extends Au{acquireContext(t){return t&&t.getContext&&t.getContext("2d")||null}updateConfig(t){t.options.animation=!1}}const Dr="$chartjs",by={touchstart:"mousedown",touchmove:"mousemove",touchend:"mouseup",pointerenter:"mouseenter",pointerdown:"mousedown",pointermove:"mousemove",pointerup:"mouseup",pointerleave:"mouseout",pointerout:"mouseout"},Pu=n=>n===null||n==="";function _y(n,t){const e=n.style,i=n.getAttribute("height"),s=n.getAttribute("width");if(n[Dr]={initial:{height:i,width:s,style:{display:e.display,height:e.height,width:e.width}}},e.display=e.display||"block",e.boxSizing=e.boxSizing||"border-box",Pu(s)){const r=iu(n,"width");r!==void 0&&(n.width=r)}if(Pu(i))if(n.style.height==="")n.height=n.width/(t||2);else{const r=iu(n,"height");r!==void 0&&(n.height=r)}return n}const Ru=Sp?{passive:!0}:!1;function xy(n,t,e){n&&n.addEventListener(t,e,Ru)}function wy(n,t,e){n&&n.canvas&&n.canvas.removeEventListener(t,e,Ru)}function Sy(n,t){const e=by[n.type]||n.type,{x:i,y:s}=vn(n,t);return{type:e,chart:t,native:n,x:i!==void 0?i:null,y:s!==void 0?s:null}}function Cr(n,t){for(const e of n)if(e===t||e.contains(t))return!0}function vy(n,t,e){const i=n.canvas,s=new MutationObserver(r=>{let a=!1;for(const o of r)a=a||Cr(o.addedNodes,i),a=a&&!Cr(o.removedNodes,i);a&&e()});return s.observe(document,{childList:!0,subtree:!0}),s}function Ty(n,t,e){const i=n.canvas,s=new MutationObserver(r=>{let a=!1;for(const o of r)a=a||Cr(o.removedNodes,i),a=a&&!Cr(o.addedNodes,i);a&&e()});return s.observe(document,{childList:!0,subtree:!0}),s}const ys=new Map;let Iu=0;function Lu(){const n=window.devicePixelRatio;n!==Iu&&(Iu=n,ys.forEach((t,e)=>{e.currentDevicePixelRatio!==n&&t()}))}function My(n,t){ys.size||window.addEventListener("resize",Lu),ys.set(n,t)}function ky(n){ys.delete(n),ys.size||window.removeEventListener("resize",Lu)}function Dy(n,t,e){const i=n.canvas,s=i&&eo(i);if(!s)return;const r=Bc((o,l)=>{const c=s.clientWidth;e(o,l),c<s.clientWidth&&e()},window),a=new ResizeObserver(o=>{const l=o[0],c=l.contentRect.width,u=l.contentRect.height;c===0&&u===0||r(c,u)});return a.observe(s),My(n,r),a}function fo(n,t,e){e&&e.disconnect(),t==="resize"&&ky(n)}function Cy(n,t,e){const i=n.canvas,s=Bc(r=>{n.ctx!==null&&e(Sy(r,n))},n);return xy(i,t,s),s}class Oy extends Au{acquireContext(t,e){const i=t&&t.getContext&&t.getContext("2d");return i&&i.canvas===t?(_y(t,e),i):null}releaseContext(t){const e=t.canvas;if(!e[Dr])return!1;const i=e[Dr].initial;["height","width"].forEach(r=>{const a=i[r];st(a)?e.removeAttribute(r):e.setAttribute(r,a)});const s=i.style||{};return Object.keys(s).forEach(r=>{e.style[r]=s[r]}),e.width=e.width,delete e[Dr],!0}addEventListener(t,e,i){this.removeEventListener(t,e);const s=t.$proxies||(t.$proxies={}),a={attach:vy,detach:Ty,resize:Dy}[e]||Cy;s[e]=a(t,e,i)}removeEventListener(t,e){const i=t.$proxies||(t.$proxies={}),s=i[e];if(!s)return;({attach:fo,detach:fo,resize:fo}[e]||wy)(t,e,s),i[e]=void 0}getDevicePixelRatio(){return window.devicePixelRatio}getMaximumSize(t,e,i,s){return wp(t,e,i,s)}isAttached(t){const e=t&&eo(t);return!!(e&&e.isConnected)}}function Ey(n){return!to()||typeof OffscreenCanvas<"u"&&n instanceof OffscreenCanvas?yy:Oy}class Zt{constructor(){P(this,"x");P(this,"y");P(this,"active",!1);P(this,"options");P(this,"$animations")}tooltipPosition(t){const{x:e,y:i}=this.getProps(["x","y"],t);return{x:e,y:i}}hasValue(){return xn(this.x)&&xn(this.y)}getProps(t,e){const i=this.$animations;if(!e||!i)return this;const s={};return t.forEach(r=>{s[r]=i[r]&&i[r].active()?i[r]._to:this[r]}),s}}P(Zt,"defaults",{}),P(Zt,"defaultRoutes");function Ay(n,t){const e=n.options.ticks,i=Py(n),s=Math.min(e.maxTicksLimit||i,i),r=e.major.enabled?Iy(t):[],a=r.length,o=r[0],l=r[a-1],c=[];if(a>s)return Ly(t,c,r,a/s),c;const u=Ry(r,t,s);if(a>0){let h,f;const m=a>1?Math.round((l-o)/(a-1)):null;for(Or(t,c,u,st(m)?0:o-m,o),h=0,f=a-1;h<f;h++)Or(t,c,u,r[h],r[h+1]);return Or(t,c,u,l,st(m)?t.length:l+m),c}return Or(t,c,u),c}function Py(n){const t=n.options.offset,e=n._tickSize(),i=n._length/e+(t?0:1),s=n._maxLength/e;return Math.floor(Math.min(i,s))}function Ry(n,t,e){const i=Ny(n),s=t.length/e;if(!i)return Math.max(s,1);const r=Tg(i);for(let a=0,o=r.length-1;a<o;a++){const l=r[a];if(l>s)return l}return Math.max(s,1)}function Iy(n){const t=[];let e,i;for(e=0,i=n.length;e<i;e++)n[e].major&&t.push(e);return t}function Ly(n,t,e,i){let s=0,r=e[0],a;for(i=Math.ceil(i),a=0;a<n.length;a++)a===r&&(t.push(n[a]),s++,r=e[s*i])}function Or(n,t,e,i,s){const r=rt(i,0),a=Math.min(rt(s,n.length),n.length);let o=0,l,c,u;for(e=Math.ceil(e),s&&(l=s-i,e=l/Math.floor(l/e)),u=r;u<0;)o++,u=Math.round(r+o*e);for(c=Math.max(r,0);c<a;c++)c===u&&(t.push(n[c]),o++,u=Math.round(r+o*e))}function Ny(n){const t=n.length;let e,i;if(t<2)return!1;for(i=n[0],e=1;e<t;++e)if(n[e]-n[e-1]!==i)return!1;return i}const Fy=n=>n==="left"?"right":n==="right"?"left":n,Nu=(n,t,e)=>t==="top"||t==="left"?n[t]+e:n[t]-e,Fu=(n,t)=>Math.min(t||n,n);function Bu(n,t){const e=[],i=n.length/t,s=n.length;let r=0;for(;r<s;r+=i)e.push(n[Math.floor(r)]);return e}function By(n,t,e){const i=n.ticks.length,s=Math.min(t,i-1),r=n._startPixel,a=n._endPixel,o=1e-6;let l=n.getPixelForTick(s),c;if(!(e&&(i===1?c=Math.max(l-r,a-l):t===0?c=(n.getPixelForTick(1)-l)/2:c=(l-n.getPixelForTick(s-1))/2,l+=s<t?c:-c,l<r-o||l>a+o)))return l}function zy(n,t){Mt(n,e=>{const i=e.gc,s=i.length/2;let r;if(s>t){for(r=0;r<s;++r)delete e.data[i[r]];i.splice(0,s)}})}function bs(n){return n.drawTicks?n.tickLength:0}function zu(n,t){if(!n.display)return 0;const e=Rt(n.font,t),i=Yt(n.padding);return(wt(n.text)?n.text.length:1)*e.lineHeight+i.height}function Uy(n,t){return Sn(n,{scale:t,type:"scale"})}function Hy(n,t,e){return Sn(n,{tick:e,index:t,type:"tick"})}function Wy(n,t,e){let i=Va(n);return(e&&t!=="right"||!e&&t==="right")&&(i=Fy(i)),i}function Vy(n,t,e,i){const{top:s,left:r,bottom:a,right:o,chart:l}=n,{chartArea:c,scales:u}=l;let h=0,f,m,p;const _=a-s,x=o-r;if(n.isHorizontal()){if(m=re(i,r,o),ht(e)){const S=Object.keys(e)[0],M=e[S];p=u[S].getPixelForValue(M)+_-t}else e==="center"?p=(c.bottom+c.top)/2+_-t:p=Nu(n,e,t);f=o-r}else{if(ht(e)){const S=Object.keys(e)[0],M=e[S];m=u[S].getPixelForValue(M)-x+t}else e==="center"?m=(c.left+c.right)/2-x+t:m=Nu(n,e,t);p=re(i,a,s),h=e==="left"?-Et:Et}return{titleX:m,titleY:p,maxWidth:f,rotation:h}}class qn extends Zt{constructor(t){super(),this.id=t.id,this.type=t.type,this.options=void 0,this.ctx=t.ctx,this.chart=t.chart,this.top=void 0,this.bottom=void 0,this.left=void 0,this.right=void 0,this.width=void 0,this.height=void 0,this._margins={left:0,right:0,top:0,bottom:0},this.maxWidth=void 0,this.maxHeight=void 0,this.paddingTop=void 0,this.paddingBottom=void 0,this.paddingLeft=void 0,this.paddingRight=void 0,this.axis=void 0,this.labelRotation=void 0,this.min=void 0,this.max=void 0,this._range=void 0,this.ticks=[],this._gridLineItems=null,this._labelItems=null,this._labelSizes=null,this._length=0,this._maxLength=0,this._longestTextCache={},this._startPixel=void 0,this._endPixel=void 0,this._reversePixels=!1,this._userMax=void 0,this._userMin=void 0,this._suggestedMax=void 0,this._suggestedMin=void 0,this._ticksLength=0,this._borderValue=0,this._cache={},this._dataLimitsCached=!1,this.$context=void 0}init(t){this.options=t.setContext(this.getContext()),this.axis=t.axis,this._userMin=this.parse(t.min),this._userMax=this.parse(t.max),this._suggestedMin=this.parse(t.suggestedMin),this._suggestedMax=this.parse(t.suggestedMax)}parse(t,e){return t}getUserBounds(){let{_userMin:t,_userMax:e,_suggestedMin:i,_suggestedMax:s}=this;return t=ke(t,Number.POSITIVE_INFINITY),e=ke(e,Number.NEGATIVE_INFINITY),i=ke(i,Number.POSITIVE_INFINITY),s=ke(s,Number.NEGATIVE_INFINITY),{min:ke(t,i),max:ke(e,s),minDefined:Pt(t),maxDefined:Pt(e)}}getMinMax(t){let{min:e,max:i,minDefined:s,maxDefined:r}=this.getUserBounds(),a;if(s&&r)return{min:e,max:i};const o=this.getMatchingVisibleMetas();for(let l=0,c=o.length;l<c;++l)a=o[l].controller.getMinMax(this,t),s||(e=Math.min(e,a.min)),r||(i=Math.max(i,a.max));return e=r&&e>i?i:e,i=s&&e>i?e:i,{min:ke(e,ke(i,e)),max:ke(i,ke(e,i))}}getPadding(){return{left:this.paddingLeft||0,top:this.paddingTop||0,right:this.paddingRight||0,bottom:this.paddingBottom||0}}getTicks(){return this.ticks}getLabels(){const t=this.chart.data;return this.options.labels||(this.isHorizontal()?t.xLabels:t.yLabels)||t.labels||[]}getLabelItems(t=this.chart.chartArea){return this._labelItems||(this._labelItems=this._computeLabelItems(t))}beforeLayout(){this._cache={},this._dataLimitsCached=!1}beforeUpdate(){Tt(this.options.beforeUpdate,[this])}update(t,e,i){const{beginAtZero:s,grace:r,ticks:a}=this.options,o=a.sampleSize;this.beforeUpdate(),this.maxWidth=t,this.maxHeight=e,this._margins=i=Object.assign({left:0,right:0,top:0,bottom:0},i),this.ticks=null,this._labelSizes=null,this._gridLineItems=null,this._labelItems=null,this.beforeSetDimensions(),this.setDimensions(),this.afterSetDimensions(),this._maxLength=this.isHorizontal()?this.width+i.left+i.right:this.height+i.top+i.bottom,this._dataLimitsCached||(this.beforeDataLimits(),this.determineDataLimits(),this.afterDataLimits(),this._range=Jg(this,r,s),this._dataLimitsCached=!0),this.beforeBuildTicks(),this.ticks=this.buildTicks()||[],this.afterBuildTicks();const l=o<this.ticks.length;this._convertTicksToLabels(l?Bu(this.ticks,o):this.ticks),this.configure(),this.beforeCalculateLabelRotation(),this.calculateLabelRotation(),this.afterCalculateLabelRotation(),a.display&&(a.autoSkip||a.source==="auto")&&(this.ticks=Ay(this,this.ticks),this._labelSizes=null,this.afterAutoSkip()),l&&this._convertTicksToLabels(this.ticks),this.beforeFit(),this.fit(),this.afterFit(),this.afterUpdate()}configure(){let t=this.options.reverse,e,i;this.isHorizontal()?(e=this.left,i=this.right):(e=this.top,i=this.bottom,t=!t),this._startPixel=e,this._endPixel=i,this._reversePixels=t,this._length=i-e,this._alignToPixels=this.options.alignToPixels}afterUpdate(){Tt(this.options.afterUpdate,[this])}beforeSetDimensions(){Tt(this.options.beforeSetDimensions,[this])}setDimensions(){this.isHorizontal()?(this.width=this.maxWidth,this.left=0,this.right=this.width):(this.height=this.maxHeight,this.top=0,this.bottom=this.height),this.paddingLeft=0,this.paddingTop=0,this.paddingRight=0,this.paddingBottom=0}afterSetDimensions(){Tt(this.options.afterSetDimensions,[this])}_callHooks(t){this.chart.notifyPlugins(t,this.getContext()),Tt(this.options[t],[this])}beforeDataLimits(){this._callHooks("beforeDataLimits")}determineDataLimits(){}afterDataLimits(){this._callHooks("afterDataLimits")}beforeBuildTicks(){this._callHooks("beforeBuildTicks")}buildTicks(){return[]}afterBuildTicks(){this._callHooks("afterBuildTicks")}beforeTickToLabelConversion(){Tt(this.options.beforeTickToLabelConversion,[this])}generateTickLabels(t){const e=this.options.ticks;let i,s,r;for(i=0,s=t.length;i<s;i++)r=t[i],r.label=Tt(e.callback,[r.value,i,t],this)}afterTickToLabelConversion(){Tt(this.options.afterTickToLabelConversion,[this])}beforeCalculateLabelRotation(){Tt(this.options.beforeCalculateLabelRotation,[this])}calculateLabelRotation(){const t=this.options,e=t.ticks,i=Fu(this.ticks.length,t.ticks.maxTicksLimit),s=e.minRotation||0,r=e.maxRotation;let a=s,o,l,c;if(!this._isVisible()||!e.display||s>=r||i<=1||!this.isHorizontal()){this.labelRotation=s;return}const u=this._getLabelSizes(),h=u.widest.width,f=u.highest.height,m=Xt(this.chart.width-h,0,this.maxWidth);o=t.offset?this.maxWidth/i:m/(i-1),h+6>o&&(o=m/(i-(t.offset?.5:1)),l=this.maxHeight-bs(t.grid)-e.padding-zu(t.title,this.chart.options.font),c=Math.sqrt(h*h+f*f),a=mr(Math.min(Math.asin(Xt((u.highest.height+6)/o,-1,1)),Math.asin(Xt(l/c,-1,1))-Math.asin(Xt(f/c,-1,1)))),a=Math.max(s,Math.min(r,a))),this.labelRotation=a}afterCalculateLabelRotation(){Tt(this.options.afterCalculateLabelRotation,[this])}afterAutoSkip(){}beforeFit(){Tt(this.options.beforeFit,[this])}fit(){const t={width:0,height:0},{chart:e,options:{ticks:i,title:s,grid:r}}=this,a=this._isVisible(),o=this.isHorizontal();if(a){const l=zu(s,e.options.font);if(o?(t.width=this.maxWidth,t.height=bs(r)+l):(t.height=this.maxHeight,t.width=bs(r)+l),i.display&&this.ticks.length){const{first:c,last:u,widest:h,highest:f}=this._getLabelSizes(),m=i.padding*2,p=Vt(this.labelRotation),_=Math.cos(p),x=Math.sin(p);if(o){const S=i.mirror?0:x*h.width+_*f.height;t.height=Math.min(this.maxHeight,t.height+S+m)}else{const S=i.mirror?0:_*h.width+x*f.height;t.width=Math.min(this.maxWidth,t.width+S+m)}this._calculatePadding(c,u,x,_)}}this._handleMargins(),o?(this.width=this._length=e.width-this._margins.left-this._margins.right,this.height=t.height):(this.width=t.width,this.height=this._length=e.height-this._margins.top-this._margins.bottom)}_calculatePadding(t,e,i,s){const{ticks:{align:r,padding:a},position:o}=this.options,l=this.labelRotation!==0,c=o!=="top"&&this.axis==="x";if(this.isHorizontal()){const u=this.getPixelForTick(0)-this.left,h=this.right-this.getPixelForTick(this.ticks.length-1);let f=0,m=0;l?c?(f=s*t.width,m=i*e.height):(f=i*t.height,m=s*e.width):r==="start"?m=e.width:r==="end"?f=t.width:r!=="inner"&&(f=t.width/2,m=e.width/2),this.paddingLeft=Math.max((f-u+a)*this.width/(this.width-u),0),this.paddingRight=Math.max((m-h+a)*this.width/(this.width-h),0)}else{let u=e.height/2,h=t.height/2;r==="start"?(u=0,h=t.height):r==="end"&&(u=e.height,h=0),this.paddingTop=u+a,this.paddingBottom=h+a}}_handleMargins(){this._margins&&(this._margins.left=Math.max(this.paddingLeft,this._margins.left),this._margins.top=Math.max(this.paddingTop,this._margins.top),this._margins.right=Math.max(this.paddingRight,this._margins.right),this._margins.bottom=Math.max(this.paddingBottom,this._margins.bottom))}afterFit(){Tt(this.options.afterFit,[this])}isHorizontal(){const{axis:t,position:e}=this.options;return e==="top"||e==="bottom"||t==="x"}isFullSize(){return this.options.fullSize}_convertTicksToLabels(t){this.beforeTickToLabelConversion(),this.generateTickLabels(t);let e,i;for(e=0,i=t.length;e<i;e++)st(t[e].label)&&(t.splice(e,1),i--,e--);this.afterTickToLabelConversion()}_getLabelSizes(){let t=this._labelSizes;if(!t){const e=this.options.ticks.sampleSize;let i=this.ticks;e<i.length&&(i=Bu(i,e)),this._labelSizes=t=this._computeLabelSizes(i,i.length,this.options.ticks.maxTicksLimit)}return t}_computeLabelSizes(t,e,i){const{ctx:s,_longestTextCache:r}=this,a=[],o=[],l=Math.floor(e/Fu(e,i));let c=0,u=0,h,f,m,p,_,x,S,M,C,A,E;for(h=0;h<e;h+=l){if(p=t[h].label,_=this._resolveTickFontOptions(h),s.font=x=_.string,S=r[x]=r[x]||{data:{},gc:[]},M=_.lineHeight,C=A=0,!st(p)&&!wt(p))C=br(s,S.data,S.gc,C,p),A=M;else if(wt(p))for(f=0,m=p.length;f<m;++f)E=p[f],!st(E)&&!wt(E)&&(C=br(s,S.data,S.gc,C,E),A+=M);a.push(C),o.push(A),c=Math.max(C,c),u=Math.max(A,u)}zy(r,e);const D=a.indexOf(c),T=o.indexOf(u),g=y=>({width:a[y]||0,height:o[y]||0});return{first:g(0),last:g(e-1),widest:g(D),highest:g(T),widths:a,heights:o}}getLabelForValue(t){return t}getPixelForValue(t,e){return NaN}getValueForPixel(t){}getPixelForTick(t){const e=this.ticks;return t<0||t>e.length-1?null:this.getPixelForValue(e[t].value)}getPixelForDecimal(t){this._reversePixels&&(t=1-t);const e=this._startPixel+t*this._length;return Cg(this._alignToPixels?Wn(this.chart,e,0):e)}getDecimalForPixel(t){const e=(t-this._startPixel)/this._length;return this._reversePixels?1-e:e}getBasePixel(){return this.getPixelForValue(this.getBaseValue())}getBaseValue(){const{min:t,max:e}=this;return t<0&&e<0?e:t>0&&e>0?t:0}getContext(t){const e=this.ticks||[];if(t>=0&&t<e.length){const i=e[t];return i.$context||(i.$context=Hy(this.getContext(),t,i))}return this.$context||(this.$context=Uy(this.chart.getContext(),this))}_tickSize(){const t=this.options.ticks,e=Vt(this.labelRotation),i=Math.abs(Math.cos(e)),s=Math.abs(Math.sin(e)),r=this._getLabelSizes(),a=t.autoSkipPadding||0,o=r?r.widest.width+a:0,l=r?r.highest.height+a:0;return this.isHorizontal()?l*i>o*s?o/i:l/s:l*s<o*i?l/i:o/s}_isVisible(){const t=this.options.display;return t!=="auto"?!!t:this.getMatchingVisibleMetas().length>0}_computeGridLineItems(t){const e=this.axis,i=this.chart,s=this.options,{grid:r,position:a,border:o}=s,l=r.offset,c=this.isHorizontal(),h=this.ticks.length+(l?1:0),f=bs(r),m=[],p=o.setContext(this.getContext()),_=p.display?p.width:0,x=_/2,S=function(K){return Wn(i,K,_)};let M,C,A,E,D,T,g,y,v,O,R,z;if(a==="top")M=S(this.bottom),T=this.bottom-f,y=M-x,O=S(t.top)+x,z=t.bottom;else if(a==="bottom")M=S(this.top),O=t.top,z=S(t.bottom)-x,T=M+x,y=this.top+f;else if(a==="left")M=S(this.right),D=this.right-f,g=M-x,v=S(t.left)+x,R=t.right;else if(a==="right")M=S(this.left),v=t.left,R=S(t.right)-x,D=M+x,g=this.left+f;else if(e==="x"){if(a==="center")M=S((t.top+t.bottom)/2+.5);else if(ht(a)){const K=Object.keys(a)[0],Y=a[K];M=S(this.chart.scales[K].getPixelForValue(Y))}O=t.top,z=t.bottom,T=M+x,y=T+f}else if(e==="y"){if(a==="center")M=S((t.left+t.right)/2);else if(ht(a)){const K=Object.keys(a)[0],Y=a[K];M=S(this.chart.scales[K].getPixelForValue(Y))}D=M-x,g=D-f,v=t.left,R=t.right}const L=rt(s.ticks.maxTicksLimit,h),B=Math.max(1,Math.ceil(h/L));for(C=0;C<h;C+=B){const K=this.getContext(C),Y=r.setContext(K),it=o.setContext(K),j=Y.lineWidth,U=Y.color,q=it.dash||[],J=it.dashOffset,$=Y.tickWidth,pt=Y.tickColor,bt=Y.tickBorderDash||[],V=Y.tickBorderDashOffset;A=By(this,C,l),A!==void 0&&(E=Wn(i,A,j),c?D=g=v=R=E:T=y=O=z=E,m.push({tx1:D,ty1:T,tx2:g,ty2:y,x1:v,y1:O,x2:R,y2:z,width:j,color:U,borderDash:q,borderDashOffset:J,tickWidth:$,tickColor:pt,tickBorderDash:bt,tickBorderDashOffset:V}))}return this._ticksLength=h,this._borderValue=M,m}_computeLabelItems(t){const e=this.axis,i=this.options,{position:s,ticks:r}=i,a=this.isHorizontal(),o=this.ticks,{align:l,crossAlign:c,padding:u,mirror:h}=r,f=bs(i.grid),m=f+u,p=h?-u:m,_=-Vt(this.labelRotation),x=[];let S,M,C,A,E,D,T,g,y,v,O,R,z="middle";if(s==="top")D=this.bottom-p,T=this._getXAxisLabelAlignment();else if(s==="bottom")D=this.top+p,T=this._getXAxisLabelAlignment();else if(s==="left"){const B=this._getYAxisLabelAlignment(f);T=B.textAlign,E=B.x}else if(s==="right"){const B=this._getYAxisLabelAlignment(f);T=B.textAlign,E=B.x}else if(e==="x"){if(s==="center")D=(t.top+t.bottom)/2+m;else if(ht(s)){const B=Object.keys(s)[0],K=s[B];D=this.chart.scales[B].getPixelForValue(K)+m}T=this._getXAxisLabelAlignment()}else if(e==="y"){if(s==="center")E=(t.left+t.right)/2-m;else if(ht(s)){const B=Object.keys(s)[0],K=s[B];E=this.chart.scales[B].getPixelForValue(K)}T=this._getYAxisLabelAlignment(f).textAlign}e==="y"&&(l==="start"?z="top":l==="end"&&(z="bottom"));const L=this._getLabelSizes();for(S=0,M=o.length;S<M;++S){C=o[S],A=C.label;const B=r.setContext(this.getContext(S));g=this.getPixelForTick(S)+r.labelOffset,y=this._resolveTickFontOptions(S),v=y.lineHeight,O=wt(A)?A.length:1;const K=O/2,Y=B.color,it=B.textStrokeColor,j=B.textStrokeWidth;let U=T;a?(E=g,T==="inner"&&(S===M-1?U=this.options.reverse?"left":"right":S===0?U=this.options.reverse?"right":"left":U="center"),s==="top"?c==="near"||_!==0?R=-O*v+v/2:c==="center"?R=-L.highest.height/2-K*v+v:R=-L.highest.height+v/2:c==="near"||_!==0?R=v/2:c==="center"?R=L.highest.height/2-K*v:R=L.highest.height-O*v,h&&(R*=-1),_!==0&&!B.showLabelBackdrop&&(E+=v/2*Math.sin(_))):(D=g,R=(1-O)*v/2);let q;if(B.showLabelBackdrop){const J=Yt(B.backdropPadding),$=L.heights[S],pt=L.widths[S];let bt=R-J.top,V=0-J.left;switch(z){case"middle":bt-=$/2;break;case"bottom":bt-=$;break}switch(T){case"center":V-=pt/2;break;case"right":V-=pt;break;case"inner":S===M-1?V-=pt:S>0&&(V-=pt/2);break}q={left:V,top:bt,width:pt+J.width,height:$+J.height,color:B.backdropColor}}x.push({label:A,font:y,textOffset:R,options:{rotation:_,color:Y,strokeColor:it,strokeWidth:j,textAlign:U,textBaseline:z,translation:[E,D],backdrop:q}})}return x}_getXAxisLabelAlignment(){const{position:t,ticks:e}=this.options;if(-Vt(this.labelRotation))return t==="top"?"left":"right";let s="center";return e.align==="start"?s="left":e.align==="end"?s="right":e.align==="inner"&&(s="inner"),s}_getYAxisLabelAlignment(t){const{position:e,ticks:{crossAlign:i,mirror:s,padding:r}}=this.options,a=this._getLabelSizes(),o=t+r,l=a.widest.width;let c,u;return e==="left"?s?(u=this.right+r,i==="near"?c="left":i==="center"?(c="center",u+=l/2):(c="right",u+=l)):(u=this.right-o,i==="near"?c="right":i==="center"?(c="center",u-=l/2):(c="left",u=this.left)):e==="right"?s?(u=this.left+r,i==="near"?c="right":i==="center"?(c="center",u-=l/2):(c="left",u-=l)):(u=this.left+o,i==="near"?c="left":i==="center"?(c="center",u+=l/2):(c="right",u=this.right)):c="right",{textAlign:c,x:u}}_computeLabelArea(){if(this.options.ticks.mirror)return;const t=this.chart,e=this.options.position;if(e==="left"||e==="right")return{top:0,left:this.left,bottom:t.height,right:this.right};if(e==="top"||e==="bottom")return{top:this.top,left:0,bottom:this.bottom,right:t.width}}drawBackground(){const{ctx:t,options:{backgroundColor:e},left:i,top:s,width:r,height:a}=this;e&&(t.save(),t.fillStyle=e,t.fillRect(i,s,r,a),t.restore())}getLineWidthForValue(t){const e=this.options.grid;if(!this._isVisible()||!e.display)return 0;const s=this.ticks.findIndex(r=>r.value===t);return s>=0?e.setContext(this.getContext(s)).lineWidth:0}drawGrid(t){const e=this.options.grid,i=this.ctx,s=this._gridLineItems||(this._gridLineItems=this._computeGridLineItems(t));let r,a;const o=(l,c,u)=>{!u.width||!u.color||(i.save(),i.lineWidth=u.width,i.strokeStyle=u.color,i.setLineDash(u.borderDash||[]),i.lineDashOffset=u.borderDashOffset,i.beginPath(),i.moveTo(l.x,l.y),i.lineTo(c.x,c.y),i.stroke(),i.restore())};if(e.display)for(r=0,a=s.length;r<a;++r){const l=s[r];e.drawOnChartArea&&o({x:l.x1,y:l.y1},{x:l.x2,y:l.y2},l),e.drawTicks&&o({x:l.tx1,y:l.ty1},{x:l.tx2,y:l.ty2},{color:l.tickColor,width:l.tickWidth,borderDash:l.tickBorderDash,borderDashOffset:l.tickBorderDashOffset})}}drawBorder(){const{chart:t,ctx:e,options:{border:i,grid:s}}=this,r=i.setContext(this.getContext()),a=i.display?r.width:0;if(!a)return;const o=s.setContext(this.getContext(0)).lineWidth,l=this._borderValue;let c,u,h,f;this.isHorizontal()?(c=Wn(t,this.left,a)-a/2,u=Wn(t,this.right,o)+o/2,h=f=l):(h=Wn(t,this.top,a)-a/2,f=Wn(t,this.bottom,o)+o/2,c=u=l),e.save(),e.lineWidth=r.width,e.strokeStyle=r.color,e.beginPath(),e.moveTo(c,h),e.lineTo(u,f),e.stroke(),e.restore()}drawLabels(t){if(!this.options.ticks.display)return;const i=this.ctx,s=this._computeLabelArea();s&&as(i,s);const r=this.getLabelItems(t);for(const a of r){const o=a.options,l=a.font,c=a.label,u=a.textOffset;Vn(i,c,0,u,l,o)}s&&os(i)}drawTitle(){const{ctx:t,options:{position:e,title:i,reverse:s}}=this;if(!i.display)return;const r=Rt(i.font),a=Yt(i.padding),o=i.align;let l=r.lineHeight/2;e==="bottom"||e==="center"||ht(e)?(l+=a.bottom,wt(i.text)&&(l+=r.lineHeight*(i.text.length-1))):l+=a.top;const{titleX:c,titleY:u,maxWidth:h,rotation:f}=Vy(this,l,e,o);Vn(t,i.text,0,0,r,{color:i.color,maxWidth:h,rotation:f,textAlign:Wy(o,e,s),textBaseline:"middle",translation:[c,u]})}draw(t){this._isVisible()&&(this.drawBackground(),this.drawGrid(t),this.drawBorder(),this.drawTitle(),this.drawLabels(t))}_layers(){const t=this.options,e=t.ticks&&t.ticks.z||0,i=rt(t.grid&&t.grid.z,-1),s=rt(t.border&&t.border.z,0);return!this._isVisible()||this.draw!==qn.prototype.draw?[{z:e,draw:r=>{this.draw(r)}}]:[{z:i,draw:r=>{this.drawBackground(),this.drawGrid(r),this.drawTitle()}},{z:s,draw:()=>{this.drawBorder()}},{z:e,draw:r=>{this.drawLabels(r)}}]}getMatchingVisibleMetas(t){const e=this.chart.getSortedVisibleDatasetMetas(),i=this.axis+"AxisID",s=[];let r,a;for(r=0,a=e.length;r<a;++r){const o=e[r];o[i]===this.id&&(!t||o.type===t)&&s.push(o)}return s}_resolveTickFontOptions(t){const e=this.options.ticks.setContext(this.getContext(t));return Rt(e.font)}_maxDigits(){const t=this._resolveTickFontOptions(0).lineHeight;return(this.isHorizontal()?this.width:this.height)/t}}class Er{constructor(t,e,i){this.type=t,this.scope=e,this.override=i,this.items=Object.create(null)}isForType(t){return Object.prototype.isPrototypeOf.call(this.type.prototype,t.prototype)}register(t){const e=Object.getPrototypeOf(t);let i;jy(e)&&(i=this.register(e));const s=this.items,r=t.id,a=this.scope+"."+r;if(!r)throw new Error("class does not have id: "+t);return r in s||(s[r]=t,Yy(t,a,i),this.override&&At.override(t.id,t.overrides)),a}get(t){return this.items[t]}unregister(t){const e=this.items,i=t.id,s=this.scope;i in e&&delete e[i],s&&i in At[s]&&(delete At[s][i],this.override&&delete Hn[i])}}function Yy(n,t,e){const i=Ji(Object.create(null),[e?At.get(e):{},At.get(t),n.defaults]);At.set(t,i),n.defaultRoutes&&$y(t,n.defaultRoutes),n.descriptors&&At.describe(t,n.descriptors)}function $y(n,t){Object.keys(t).forEach(e=>{const i=e.split("."),s=i.pop(),r=[n].concat(i).join("."),a=t[e].split("."),o=a.pop(),l=a.join(".");At.route(r,s,l,o)})}function jy(n){return"id"in n&&"defaults"in n}class qy{constructor(){this.controllers=new Er(Fe,"datasets",!0),this.elements=new Er(Zt,"elements"),this.plugins=new Er(Object,"plugins"),this.scales=new Er(qn,"scales"),this._typedRegistries=[this.controllers,this.scales,this.elements]}add(...t){this._each("register",t)}remove(...t){this._each("unregister",t)}addControllers(...t){this._each("register",t,this.controllers)}addElements(...t){this._each("register",t,this.elements)}addPlugins(...t){this._each("register",t,this.plugins)}addScales(...t){this._each("register",t,this.scales)}getController(t){return this._get(t,this.controllers,"controller")}getElement(t){return this._get(t,this.elements,"element")}getPlugin(t){return this._get(t,this.plugins,"plugin")}getScale(t){return this._get(t,this.scales,"scale")}removeControllers(...t){this._each("unregister",t,this.controllers)}removeElements(...t){this._each("unregister",t,this.elements)}removePlugins(...t){this._each("unregister",t,this.plugins)}removeScales(...t){this._each("unregister",t,this.scales)}_each(t,e,i){[...e].forEach(s=>{const r=i||this._getRegistryForType(s);i||r.isForType(s)||r===this.plugins&&s.id?this._exec(t,r,s):Mt(s,a=>{const o=i||this._getRegistryForType(a);this._exec(t,o,a)})})}_exec(t,e,i){const s=Ua(t);Tt(i["before"+s],[],i),e[t](i),Tt(i["after"+s],[],i)}_getRegistryForType(t){for(let e=0;e<this._typedRegistries.length;e++){const i=this._typedRegistries[e];if(i.isForType(t))return i}return this.plugins}_get(t,e,i){const s=e.get(t);if(s===void 0)throw new Error('"'+t+'" is not a registered '+i+".");return s}}var Ve=new qy;class Gy{constructor(){this._init=void 0}notify(t,e,i,s){if(e==="beforeInit"&&(this._init=this._createDescriptors(t,!0),this._notify(this._init,t,"install")),this._init===void 0)return;const r=s?this._descriptors(t).filter(s):this._descriptors(t),a=this._notify(r,t,e,i);return e==="afterDestroy"&&(this._notify(r,t,"stop"),this._notify(this._init,t,"uninstall"),this._init=void 0),a}_notify(t,e,i,s){s=s||{};for(const r of t){const a=r.plugin,o=a[i],l=[e,s,r.options];if(Tt(o,l,a)===!1&&s.cancelable)return!1}return!0}invalidate(){st(this._cache)||(this._oldCache=this._cache,this._cache=void 0)}_descriptors(t){if(this._cache)return this._cache;const e=this._cache=this._createDescriptors(t);return this._notifyStateChanges(t),e}_createDescriptors(t,e){const i=t&&t.config,s=rt(i.options&&i.options.plugins,{}),r=Ky(i);return s===!1&&!e?[]:Zy(t,r,s,e)}_notifyStateChanges(t){const e=this._oldCache||[],i=this._cache,s=(r,a)=>r.filter(o=>!a.some(l=>o.plugin.id===l.plugin.id));this._notify(s(e,i),t,"stop"),this._notify(s(i,e),t,"start")}}function Ky(n){const t={},e=[],i=Object.keys(Ve.plugins.items);for(let r=0;r<i.length;r++)e.push(Ve.getPlugin(i[r]));const s=n.plugins||[];for(let r=0;r<s.length;r++){const a=s[r];e.indexOf(a)===-1&&(e.push(a),t[a.id]=!0)}return{plugins:e,localIds:t}}function Xy(n,t){return!t&&n===!1?null:n===!0?{}:n}function Zy(n,{plugins:t,localIds:e},i,s){const r=[],a=n.getContext();for(const o of t){const l=o.id,c=Xy(i[l],s);c!==null&&r.push({plugin:o,options:Qy(n.config,{plugin:o,local:e[l]},c,a)})}return r}function Qy(n,{plugin:t,local:e},i,s){const r=n.pluginScopeKeys(t),a=n.getOptionScopes(i,r);return e&&t.defaults&&a.push(t.defaults),n.createResolver(a,s,[""],{scriptable:!1,indexable:!1,allKeys:!0})}function mo(n,t){const e=At.datasets[n]||{};return((t.datasets||{})[n]||{}).indexAxis||t.indexAxis||e.indexAxis||"x"}function Jy(n,t){let e=n;return n==="_index_"?e=t:n==="_value_"&&(e=t==="x"?"y":"x"),e}function tb(n,t){return n===t?"_index_":"_value_"}function Uu(n){if(n==="x"||n==="y"||n==="r")return n}function eb(n){if(n==="top"||n==="bottom")return"x";if(n==="left"||n==="right")return"y"}function go(n,...t){if(Uu(n))return n;for(const e of t){const i=e.axis||eb(e.position)||n.length>1&&Uu(n[0].toLowerCase());if(i)return i}throw new Error(`Cannot determine type of '${n}' axis. Please provide 'axis' or 'position' option.`)}function Hu(n,t,e){if(e[t+"AxisID"]===n)return{axis:t}}function nb(n,t){if(t.data&&t.data.datasets){const e=t.data.datasets.filter(i=>i.xAxisID===n||i.yAxisID===n);if(e.length)return Hu(n,"x",e[0])||Hu(n,"y",e[0])}return{}}function ib(n,t){const e=Hn[n.type]||{scales:{}},i=t.scales||{},s=mo(n.type,t),r=Object.create(null);return Object.keys(i).forEach(a=>{const o=i[a];if(!ht(o))return console.error(`Invalid scale configuration for scale: ${a}`);if(o._proxy)return console.warn(`Ignoring resolver passed as options for scale: ${a}`);const l=go(a,o,nb(a,n),At.scales[o.type]),c=tb(l,s),u=e.scales||{};r[a]=ts(Object.create(null),[{axis:l},o,u[l],u[c]])}),n.data.datasets.forEach(a=>{const o=a.type||n.type,l=a.indexAxis||mo(o,t),u=(Hn[o]||{}).scales||{};Object.keys(u).forEach(h=>{const f=Jy(h,l),m=a[f+"AxisID"]||f;r[m]=r[m]||Object.create(null),ts(r[m],[{axis:f},i[m],u[h]])})}),Object.keys(r).forEach(a=>{const o=r[a];ts(o,[At.scales[o.type],At.scale])}),r}function Wu(n){const t=n.options||(n.options={});t.plugins=rt(t.plugins,{}),t.scales=ib(n,t)}function Vu(n){return n=n||{},n.datasets=n.datasets||[],n.labels=n.labels||[],n}function sb(n){return n=n||{},n.data=Vu(n.data),Wu(n),n}const Yu=new Map,$u=new Set;function Ar(n,t){let e=Yu.get(n);return e||(e=t(),Yu.set(n,e),$u.add(e)),e}const _s=(n,t,e)=>{const i=bn(t,e);i!==void 0&&n.add(i)};class rb{constructor(t){this._config=sb(t),this._scopeCache=new Map,this._resolverCache=new Map}get platform(){return this._config.platform}get type(){return this._config.type}set type(t){this._config.type=t}get data(){return this._config.data}set data(t){this._config.data=Vu(t)}get options(){return this._config.options}set options(t){this._config.options=t}get plugins(){return this._config.plugins}update(){const t=this._config;this.clearCache(),Wu(t)}clearCache(){this._scopeCache.clear(),this._resolverCache.clear()}datasetScopeKeys(t){return Ar(t,()=>[[`datasets.${t}`,""]])}datasetAnimationScopeKeys(t,e){return Ar(`${t}.transition.${e}`,()=>[[`datasets.${t}.transitions.${e}`,`transitions.${e}`],[`datasets.${t}`,""]])}datasetElementScopeKeys(t,e){return Ar(`${t}-${e}`,()=>[[`datasets.${t}.elements.${e}`,`datasets.${t}`,`elements.${e}`,""]])}pluginScopeKeys(t){const e=t.id,i=this.type;return Ar(`${i}-plugin-${e}`,()=>[[`plugins.${e}`,...t.additionalOptionScopes||[]]])}_cachedScopes(t,e){const i=this._scopeCache;let s=i.get(t);return(!s||e)&&(s=new Map,i.set(t,s)),s}getOptionScopes(t,e,i){const{options:s,type:r}=this,a=this._cachedScopes(t,i),o=a.get(e);if(o)return o;const l=new Set;e.forEach(u=>{t&&(l.add(t),u.forEach(h=>_s(l,t,h))),u.forEach(h=>_s(l,s,h)),u.forEach(h=>_s(l,Hn[r]||{},h)),u.forEach(h=>_s(l,At,h)),u.forEach(h=>_s(l,qa,h))});const c=Array.from(l);return c.length===0&&c.push(Object.create(null)),$u.has(e)&&a.set(e,c),c}chartOptionScopes(){const{options:t,type:e}=this;return[t,Hn[e]||{},At.datasets[e]||{},{type:e},At,qa]}resolveNamedOptions(t,e,i,s=[""]){const r={$shared:!0},{resolver:a,subPrefixes:o}=ju(this._resolverCache,t,s);let l=a;if(ob(a,e)){r.$shared=!1,i=pe(i)?i():i;const c=this.createResolver(t,i,o);l=yi(a,i,c)}for(const c of e)r[c]=l[c];return r}createResolver(t,e,i=[""],s){const{resolver:r}=ju(this._resolverCache,t,i);return ht(e)?yi(r,e,void 0,s):r}}function ju(n,t,e){let i=n.get(t);i||(i=new Map,n.set(t,i));const s=e.join();let r=i.get(s);return r||(r={resolver:Za(t,e),subPrefixes:e.filter(o=>!o.toLowerCase().includes("hover"))},i.set(s,r)),r}const ab=n=>ht(n)&&Object.getOwnPropertyNames(n).some(t=>pe(n[t]));function ob(n,t){const{isScriptable:e,isIndexable:i}=Gc(n);for(const s of t){const r=e(s),a=i(s),o=(a||r)&&n[s];if(r&&(pe(o)||ab(o))||a&&wt(o))return!0}return!1}var lb="4.5.1";const cb=["top","bottom","left","right","chartArea"];function qu(n,t){return n==="top"||n==="bottom"||cb.indexOf(n)===-1&&t==="x"}function Gu(n,t){return function(e,i){return e[n]===i[n]?e[t]-i[t]:e[n]-i[n]}}function Ku(n){const t=n.chart,e=t.options.animation;t.notifyPlugins("afterRender"),Tt(e&&e.onComplete,[n],t)}function ub(n){const t=n.chart,e=t.options.animation;Tt(e&&e.onProgress,[n],t)}function Xu(n){return to()&&typeof n=="string"?n=document.getElementById(n):n&&n.length&&(n=n[0]),n&&n.canvas&&(n=n.canvas),n}const Pr={},Zu=n=>{const t=Xu(n);return Object.values(Pr).filter(e=>e.canvas===t).pop()};function db(n,t,e){const i=Object.keys(n);for(const s of i){const r=+s;if(r>=t){const a=n[s];delete n[s],(e>0||r>t)&&(n[r+e]=a)}}}function hb(n,t,e,i){return!e||n.type==="mouseout"?null:i?t:n}let ye=(In=class{static register(...t){Ve.add(...t),Qu()}static unregister(...t){Ve.remove(...t),Qu()}constructor(t,e){const i=this.config=new rb(e),s=Xu(t),r=Zu(s);if(r)throw new Error("Canvas is already in use. Chart with ID '"+r.id+"' must be destroyed before the canvas with ID '"+r.canvas.id+"' can be reused.");const a=i.createResolver(i.chartOptionScopes(),this.getContext());this.platform=new(i.platform||Ey(s)),this.platform.updateConfig(i);const o=this.platform.acquireContext(s,a.aspectRatio),l=o&&o.canvas,c=l&&l.height,u=l&&l.width;if(this.id=pg(),this.ctx=o,this.canvas=l,this.width=u,this.height=c,this._options=a,this._aspectRatio=this.aspectRatio,this._layers=[],this._metasets=[],this._stacks=void 0,this.boxes=[],this.currentDevicePixelRatio=void 0,this.chartArea=void 0,this._active=[],this._lastEvent=void 0,this._listeners={},this._responsiveListeners=void 0,this._sortedMetasets=[],this.scales={},this._plugins=new Gy,this.$proxies={},this._hiddenIndices={},this.attached=!1,this._animationsDisabled=void 0,this.$context=void 0,this._doResize=Pg(h=>this.update(h),a.resizeDelay||0),this._dataChanges=[],Pr[this.id]=this,!o||!l){console.error("Failed to create chart: can't acquire context from the given item");return}nn.listen(this,"complete",Ku),nn.listen(this,"progress",ub),this._initialize(),this.attached&&this.update()}get aspectRatio(){const{options:{aspectRatio:t,maintainAspectRatio:e},width:i,height:s,_aspectRatio:r}=this;return st(t)?e&&r?r:s?i/s:null:t}get data(){return this.config.data}set data(t){this.config.data=t}get options(){return this._options}set options(t){this.config.options=t}get registry(){return Ve}_initialize(){return this.notifyPlugins("beforeInit"),this.options.responsive?this.resize():nu(this,this.options.devicePixelRatio),this.bindEvents(),this.notifyPlugins("afterInit"),this}clear(){return $c(this.canvas,this.ctx),this}stop(){return nn.stop(this),this}resize(t,e){nn.running(this)?this._resizeBeforeDraw={width:t,height:e}:this._resize(t,e)}_resize(t,e){const i=this.options,s=this.canvas,r=i.maintainAspectRatio&&this.aspectRatio,a=this.platform.getMaximumSize(s,t,e,r),o=i.devicePixelRatio||this.platform.getDevicePixelRatio(),l=this.width?"resize":"attach";this.width=a.width,this.height=a.height,this._aspectRatio=this.aspectRatio,nu(this,o,!0)&&(this.notifyPlugins("resize",{size:a}),Tt(i.onResize,[this,a],this),this.attached&&this._doResize(l)&&this.render())}ensureScalesHaveIDs(){const e=this.options.scales||{};Mt(e,(i,s)=>{i.id=s})}buildOrUpdateScales(){const t=this.options,e=t.scales,i=this.scales,s=Object.keys(i).reduce((a,o)=>(a[o]=!1,a),{});let r=[];e&&(r=r.concat(Object.keys(e).map(a=>{const o=e[a],l=go(a,o),c=l==="r",u=l==="x";return{options:o,dposition:c?"chartArea":u?"bottom":"left",dtype:c?"radialLinear":u?"category":"linear"}}))),Mt(r,a=>{const o=a.options,l=o.id,c=go(l,o),u=rt(o.type,a.dtype);(o.position===void 0||qu(o.position,c)!==qu(a.dposition))&&(o.position=a.dposition),s[l]=!0;let h=null;if(l in i&&i[l].type===u)h=i[l];else{const f=Ve.getScale(u);h=new f({id:l,type:u,ctx:this.ctx,chart:this}),i[h.id]=h}h.init(o,t)}),Mt(s,(a,o)=>{a||delete i[o]}),Mt(i,a=>{ae.configure(this,a,a.options),ae.addBox(this,a)})}_updateMetasets(){const t=this._metasets,e=this.data.datasets.length,i=t.length;if(t.sort((s,r)=>s.index-r.index),i>e){for(let s=e;s<i;++s)this._destroyDatasetMeta(s);t.splice(e,i-e)}this._sortedMetasets=t.slice(0).sort(Gu("order","index"))}_removeUnreferencedMetasets(){const{_metasets:t,data:{datasets:e}}=this;t.length>e.length&&delete this._stacks,t.forEach((i,s)=>{e.filter(r=>r===i._dataset).length===0&&this._destroyDatasetMeta(s)})}buildOrUpdateControllers(){const t=[],e=this.data.datasets;let i,s;for(this._removeUnreferencedMetasets(),i=0,s=e.length;i<s;i++){const r=e[i];let a=this.getDatasetMeta(i);const o=r.type||this.config.type;if(a.type&&a.type!==o&&(this._destroyDatasetMeta(i),a=this.getDatasetMeta(i)),a.type=o,a.indexAxis=r.indexAxis||mo(o,this.options),a.order=r.order||0,a.index=i,a.label=""+r.label,a.visible=this.isDatasetVisible(i),a.controller)a.controller.updateIndex(i),a.controller.linkScales();else{const l=Ve.getController(o),{datasetElementType:c,dataElementType:u}=At.datasets[o];Object.assign(l,{dataElementType:Ve.getElement(u),datasetElementType:c&&Ve.getElement(c)}),a.controller=new l(this,i),t.push(a.controller)}}return this._updateMetasets(),t}_resetElements(){Mt(this.data.datasets,(t,e)=>{this.getDatasetMeta(e).controller.reset()},this)}reset(){this._resetElements(),this.notifyPlugins("reset")}update(t){const e=this.config;e.update();const i=this._options=e.createResolver(e.chartOptionScopes(),this.getContext()),s=this._animationsDisabled=!i.animation;if(this._updateScales(),this._checkEventBindings(),this._updateHiddenIndices(),this._plugins.invalidate(),this.notifyPlugins("beforeUpdate",{mode:t,cancelable:!0})===!1)return;const r=this.buildOrUpdateControllers();this.notifyPlugins("beforeElementsUpdate");let a=0;for(let c=0,u=this.data.datasets.length;c<u;c++){const{controller:h}=this.getDatasetMeta(c),f=!s&&r.indexOf(h)===-1;h.buildOrUpdateElements(f),a=Math.max(+h.getMaxOverflow(),a)}a=this._minPadding=i.layout.autoPadding?a:0,this._updateLayout(a),s||Mt(r,c=>{c.reset()}),this._updateDatasets(t),this.notifyPlugins("afterUpdate",{mode:t}),this._layers.sort(Gu("z","_idx"));const{_active:o,_lastEvent:l}=this;l?this._eventHandler(l,!0):o.length&&this._updateHoverStyles(o,o,!0),this.render()}_updateScales(){Mt(this.scales,t=>{ae.removeBox(this,t)}),this.ensureScalesHaveIDs(),this.buildOrUpdateScales()}_checkEventBindings(){const t=this.options,e=new Set(Object.keys(this._listeners)),i=new Set(t.events);(!Ec(e,i)||!!this._responsiveListeners!==t.responsive)&&(this.unbindEvents(),this.bindEvents())}_updateHiddenIndices(){const{_hiddenIndices:t}=this,e=this._getUniformDataChanges()||[];for(const{method:i,start:s,count:r}of e){const a=i==="_removeElements"?-r:r;db(t,s,a)}}_getUniformDataChanges(){const t=this._dataChanges;if(!t||!t.length)return;this._dataChanges=[];const e=this.data.datasets.length,i=r=>new Set(t.filter(a=>a[0]===r).map((a,o)=>o+","+a.splice(1).join(","))),s=i(0);for(let r=1;r<e;r++)if(!Ec(s,i(r)))return;return Array.from(s).map(r=>r.split(",")).map(r=>({method:r[1],start:+r[2],count:+r[3]}))}_updateLayout(t){if(this.notifyPlugins("beforeLayout",{cancelable:!0})===!1)return;ae.update(this,this.width,this.height,t);const e=this.chartArea,i=e.width<=0||e.height<=0;this._layers=[],Mt(this.boxes,s=>{i&&s.position==="chartArea"||(s.configure&&s.configure(),this._layers.push(...s._layers()))},this),this._layers.forEach((s,r)=>{s._idx=r}),this.notifyPlugins("afterLayout")}_updateDatasets(t){if(this.notifyPlugins("beforeDatasetsUpdate",{mode:t,cancelable:!0})!==!1){for(let e=0,i=this.data.datasets.length;e<i;++e)this.getDatasetMeta(e).controller.configure();for(let e=0,i=this.data.datasets.length;e<i;++e)this._updateDataset(e,pe(t)?t({datasetIndex:e}):t);this.notifyPlugins("afterDatasetsUpdate",{mode:t})}}_updateDataset(t,e){const i=this.getDatasetMeta(t),s={meta:i,index:t,mode:e,cancelable:!0};this.notifyPlugins("beforeDatasetUpdate",s)!==!1&&(i.controller._update(e),s.cancelable=!1,this.notifyPlugins("afterDatasetUpdate",s))}render(){this.notifyPlugins("beforeRender",{cancelable:!0})!==!1&&(nn.has(this)?this.attached&&!nn.running(this)&&nn.start(this):(this.draw(),Ku({chart:this})))}draw(){let t;if(this._resizeBeforeDraw){const{width:i,height:s}=this._resizeBeforeDraw;this._resizeBeforeDraw=null,this._resize(i,s)}if(this.clear(),this.width<=0||this.height<=0||this.notifyPlugins("beforeDraw",{cancelable:!0})===!1)return;const e=this._layers;for(t=0;t<e.length&&e[t].z<=0;++t)e[t].draw(this.chartArea);for(this._drawDatasets();t<e.length;++t)e[t].draw(this.chartArea);this.notifyPlugins("afterDraw")}_getSortedDatasetMetas(t){const e=this._sortedMetasets,i=[];let s,r;for(s=0,r=e.length;s<r;++s){const a=e[s];(!t||a.visible)&&i.push(a)}return i}getSortedVisibleDatasetMetas(){return this._getSortedDatasetMetas(!0)}_drawDatasets(){if(this.notifyPlugins("beforeDatasetsDraw",{cancelable:!0})===!1)return;const t=this.getSortedVisibleDatasetMetas();for(let e=t.length-1;e>=0;--e)this._drawDataset(t[e]);this.notifyPlugins("afterDatasetsDraw")}_drawDataset(t){const e=this.ctx,i={meta:t,index:t.index,cancelable:!0},s=hu(this,t);this.notifyPlugins("beforeDatasetDraw",i)!==!1&&(s&&as(e,s),t.controller.draw(),s&&os(e),i.cancelable=!1,this.notifyPlugins("afterDatasetDraw",i))}isPointInArea(t){return en(t,this.chartArea,this._minPadding)}getElementsAtEventForMode(t,e,i,s){const r=ho.modes[e];return typeof r=="function"?r(this,t,i,s):[]}getDatasetMeta(t){const e=this.data.datasets[t],i=this._metasets;let s=i.filter(r=>r&&r._dataset===e).pop();return s||(s={type:null,data:[],dataset:null,controller:null,hidden:null,xAxisID:null,yAxisID:null,order:e&&e.order||0,index:t,_dataset:e,_parsed:[],_sorted:!1},i.push(s)),s}getContext(){return this.$context||(this.$context=Sn(null,{chart:this,type:"chart"}))}getVisibleDatasetCount(){return this.getSortedVisibleDatasetMetas().length}isDatasetVisible(t){const e=this.data.datasets[t];if(!e)return!1;const i=this.getDatasetMeta(t);return typeof i.hidden=="boolean"?!i.hidden:!e.hidden}setDatasetVisibility(t,e){const i=this.getDatasetMeta(t);i.hidden=!e}toggleDataVisibility(t){this._hiddenIndices[t]=!this._hiddenIndices[t]}getDataVisibility(t){return!this._hiddenIndices[t]}_updateVisibility(t,e,i){const s=i?"show":"hide",r=this.getDatasetMeta(t),a=r.controller._resolveAnimations(void 0,s);ge(e)?(r.data[e].hidden=!i,this.update()):(this.setDatasetVisibility(t,i),a.update(r,{visible:i}),this.update(o=>o.datasetIndex===t?s:void 0))}hide(t,e){this._updateVisibility(t,e,!1)}show(t,e){this._updateVisibility(t,e,!0)}_destroyDatasetMeta(t){const e=this._metasets[t];e&&e.controller&&e.controller._destroy(),delete this._metasets[t]}_stop(){let t,e;for(this.stop(),nn.remove(this),t=0,e=this.data.datasets.length;t<e;++t)this._destroyDatasetMeta(t)}destroy(){this.notifyPlugins("beforeDestroy");const{canvas:t,ctx:e}=this;this._stop(),this.config.clearCache(),t&&(this.unbindEvents(),$c(t,e),this.platform.releaseContext(e),this.canvas=null,this.ctx=null),delete Pr[this.id],this.notifyPlugins("afterDestroy")}toBase64Image(...t){return this.canvas.toDataURL(...t)}bindEvents(){this.bindUserEvents(),this.options.responsive?this.bindResponsiveEvents():this.attached=!0}bindUserEvents(){const t=this._listeners,e=this.platform,i=(r,a)=>{e.addEventListener(this,r,a),t[r]=a},s=(r,a,o)=>{r.offsetX=a,r.offsetY=o,this._eventHandler(r)};Mt(this.options.events,r=>i(r,s))}bindResponsiveEvents(){this._responsiveListeners||(this._responsiveListeners={});const t=this._responsiveListeners,e=this.platform,i=(l,c)=>{e.addEventListener(this,l,c),t[l]=c},s=(l,c)=>{t[l]&&(e.removeEventListener(this,l,c),delete t[l])},r=(l,c)=>{this.canvas&&this.resize(l,c)};let a;const o=()=>{s("attach",o),this.attached=!0,this.resize(),i("resize",r),i("detach",a)};a=()=>{this.attached=!1,s("resize",r),this._stop(),this._resize(0,0),i("attach",o)},e.isAttached(this.canvas)?o():a()}unbindEvents(){Mt(this._listeners,(t,e)=>{this.platform.removeEventListener(this,e,t)}),this._listeners={},Mt(this._responsiveListeners,(t,e)=>{this.platform.removeEventListener(this,e,t)}),this._responsiveListeners=void 0}updateHoverStyle(t,e,i){const s=i?"set":"remove";let r,a,o,l;for(e==="dataset"&&(r=this.getDatasetMeta(t[0].datasetIndex),r.controller["_"+s+"DatasetHoverStyle"]()),o=0,l=t.length;o<l;++o){a=t[o];const c=a&&this.getDatasetMeta(a.datasetIndex).controller;c&&c[s+"HoverStyle"](a.element,a.datasetIndex,a.index)}}getActiveElements(){return this._active||[]}setActiveElements(t){const e=this._active||[],i=t.map(({datasetIndex:r,index:a})=>{const o=this.getDatasetMeta(r);if(!o)throw new Error("No dataset found at index "+r);return{datasetIndex:r,element:o.data[a],index:a}});!ur(i,e)&&(this._active=i,this._lastEvent=null,this._updateHoverStyles(i,e))}notifyPlugins(t,e,i){return this._plugins.notify(this,t,e,i)}isPluginEnabled(t){return this._plugins._cache.filter(e=>e.plugin.id===t).length===1}_updateHoverStyles(t,e,i){const s=this.options.hover,r=(l,c)=>l.filter(u=>!c.some(h=>u.datasetIndex===h.datasetIndex&&u.index===h.index)),a=r(e,t),o=i?t:r(t,e);a.length&&this.updateHoverStyle(a,s.mode,!1),o.length&&s.mode&&this.updateHoverStyle(o,s.mode,!0)}_eventHandler(t,e){const i={event:t,replay:e,cancelable:!0,inChartArea:this.isPointInArea(t)},s=a=>(a.options.events||this.options.events).includes(t.native.type);if(this.notifyPlugins("beforeEvent",i,s)===!1)return;const r=this._handleEvent(t,e,i.inChartArea);return i.cancelable=!1,this.notifyPlugins("afterEvent",i,s),(r||i.changed)&&this.render(),this}_handleEvent(t,e,i){const{_active:s=[],options:r}=this,a=e,o=this._getActiveElements(t,s,i,a),l=Sg(t),c=hb(t,this._lastEvent,i,l);i&&(this._lastEvent=null,Tt(r.onHover,[t,o,this],this),l&&Tt(r.onClick,[t,o,this],this));const u=!ur(o,s);return(u||e)&&(this._active=o,this._updateHoverStyles(o,s,e)),this._lastEvent=c,u}_getActiveElements(t,e,i,s){if(t.type==="mouseout")return[];if(!i)return e;const r=this.options.hover;return this.getElementsAtEventForMode(t,r.mode,r,s)}},P(In,"defaults",At),P(In,"instances",Pr),P(In,"overrides",Hn),P(In,"registry",Ve),P(In,"version",lb),P(In,"getChart",Zu),In);function Qu(){return Mt(ye.instances,n=>n._plugins.invalidate())}function fb(n,t,e){const{startAngle:i,x:s,y:r,outerRadius:a,innerRadius:o,options:l}=t,{borderWidth:c,borderJoinStyle:u}=l,h=Math.min(c/a,se(i-e));if(n.beginPath(),n.arc(s,r,a-c/2,i+h/2,e-h/2),o>0){const f=Math.min(c/o,se(i-e));n.arc(s,r,o+c/2,e-f/2,i+f/2,!0)}else{const f=Math.min(c/2,a*se(i-e));if(u==="round")n.arc(s,r,f,e-ct/2,i+ct/2,!0);else if(u==="bevel"){const m=2*f*f,p=-m*Math.cos(e+ct/2)+s,_=-m*Math.sin(e+ct/2)+r,x=m*Math.cos(i+ct/2)+s,S=m*Math.sin(i+ct/2)+r;n.lineTo(p,_),n.lineTo(x,S)}}n.closePath(),n.moveTo(0,0),n.rect(0,0,n.canvas.width,n.canvas.height),n.clip("evenodd")}function mb(n,t,e){const{startAngle:i,pixelMargin:s,x:r,y:a,outerRadius:o,innerRadius:l}=t;let c=s/o;n.beginPath(),n.arc(r,a,o,i-c,e+c),l>s?(c=s/l,n.arc(r,a,l,e+c,i-c,!0)):n.arc(r,a,s,e+Et,i-Et),n.closePath(),n.clip()}function gb(n){return Xa(n,["outerStart","outerEnd","innerStart","innerEnd"])}function pb(n,t,e,i){const s=gb(n.options.borderRadius),r=(e-t)/2,a=Math.min(r,i*t/2),o=l=>{const c=(e-Math.min(r,l))*i/2;return Xt(l,0,Math.min(r,c))};return{outerStart:o(s.outerStart),outerEnd:o(s.outerEnd),innerStart:Xt(s.innerStart,0,a),innerEnd:Xt(s.innerEnd,0,a)}}function xi(n,t,e,i){return{x:e+n*Math.cos(t),y:i+n*Math.sin(t)}}function Rr(n,t,e,i,s,r){const{x:a,y:o,startAngle:l,pixelMargin:c,innerRadius:u}=t,h=Math.max(t.outerRadius+i+e-c,0),f=u>0?u+i+e+c:0;let m=0;const p=s-l;if(i){const B=u>0?u-i:0,K=h>0?h-i:0,Y=(B+K)/2,it=Y!==0?p*Y/(Y+i):p;m=(p-it)/2}const _=Math.max(.001,p*h-e/ct)/h,x=(p-_)/2,S=l+x+m,M=s-x-m,{outerStart:C,outerEnd:A,innerStart:E,innerEnd:D}=pb(t,f,h,M-S),T=h-C,g=h-A,y=S+C/T,v=M-A/g,O=f+E,R=f+D,z=S+E/O,L=M-D/R;if(n.beginPath(),r){const B=(y+v)/2;if(n.arc(a,o,h,y,B),n.arc(a,o,h,B,v),A>0){const j=xi(g,v,a,o);n.arc(j.x,j.y,A,v,M+Et)}const K=xi(R,M,a,o);if(n.lineTo(K.x,K.y),D>0){const j=xi(R,L,a,o);n.arc(j.x,j.y,D,M+Et,L+Math.PI)}const Y=(M-D/f+(S+E/f))/2;if(n.arc(a,o,f,M-D/f,Y,!0),n.arc(a,o,f,Y,S+E/f,!0),E>0){const j=xi(O,z,a,o);n.arc(j.x,j.y,E,z+Math.PI,S-Et)}const it=xi(T,S,a,o);if(n.lineTo(it.x,it.y),C>0){const j=xi(T,y,a,o);n.arc(j.x,j.y,C,S-Et,y)}}else{n.moveTo(a,o);const B=Math.cos(y)*h+a,K=Math.sin(y)*h+o;n.lineTo(B,K);const Y=Math.cos(v)*h+a,it=Math.sin(v)*h+o;n.lineTo(Y,it)}n.closePath()}function yb(n,t,e,i,s){const{fullCircles:r,startAngle:a,circumference:o}=t;let l=t.endAngle;if(r){Rr(n,t,e,i,l,s);for(let c=0;c<r;++c)n.fill();isNaN(o)||(l=a+(o%Ct||Ct))}return Rr(n,t,e,i,l,s),n.fill(),l}function bb(n,t,e,i,s){const{fullCircles:r,startAngle:a,circumference:o,options:l}=t,{borderWidth:c,borderJoinStyle:u,borderDash:h,borderDashOffset:f,borderRadius:m}=l,p=l.borderAlign==="inner";if(!c)return;n.setLineDash(h||[]),n.lineDashOffset=f,p?(n.lineWidth=c*2,n.lineJoin=u||"round"):(n.lineWidth=c,n.lineJoin=u||"bevel");let _=t.endAngle;if(r){Rr(n,t,e,i,_,s);for(let x=0;x<r;++x)n.stroke();isNaN(o)||(_=a+(o%Ct||Ct))}p&&mb(n,t,_),l.selfJoin&&_-a>=ct&&m===0&&u!=="miter"&&fb(n,t,_),r||(Rr(n,t,e,i,_,s),n.stroke())}class xs extends Zt{constructor(e){super();P(this,"circumference");P(this,"endAngle");P(this,"fullCircles");P(this,"innerRadius");P(this,"outerRadius");P(this,"pixelMargin");P(this,"startAngle");this.options=void 0,this.circumference=void 0,this.startAngle=void 0,this.endAngle=void 0,this.innerRadius=void 0,this.outerRadius=void 0,this.pixelMargin=0,this.fullCircles=0,e&&Object.assign(this,e)}inRange(e,i,s){const r=this.getProps(["x","y"],s),{angle:a,distance:o}=gr(r,{x:e,y:i}),{startAngle:l,endAngle:c,innerRadius:u,outerRadius:h,circumference:f}=this.getProps(["startAngle","endAngle","innerRadius","outerRadius","circumference"],s),m=(this.options.spacing+this.options.borderWidth)/2,p=rt(f,c-l),_=ns(a,l,c)&&l!==c,x=p>=Ct||_,S=Je(o,u+m,h+m);return x&&S}getCenterPoint(e){const{x:i,y:s,startAngle:r,endAngle:a,innerRadius:o,outerRadius:l}=this.getProps(["x","y","startAngle","endAngle","innerRadius","outerRadius"],e),{offset:c,spacing:u}=this.options,h=(r+a)/2,f=(o+l+u+c)/2;return{x:i+Math.cos(h)*f,y:s+Math.sin(h)*f}}tooltipPosition(e){return this.getCenterPoint(e)}draw(e){const{options:i,circumference:s}=this,r=(i.offset||0)/4,a=(i.spacing||0)/2,o=i.circular;if(this.pixelMargin=i.borderAlign==="inner"?.33:0,this.fullCircles=s>Ct?Math.floor(s/Ct):0,s===0||this.innerRadius<0||this.outerRadius<0)return;e.save();const l=(this.startAngle+this.endAngle)/2;e.translate(Math.cos(l)*r,Math.sin(l)*r);const c=1-Math.sin(Math.min(ct,s||0)),u=r*c;e.fillStyle=i.backgroundColor,e.strokeStyle=i.borderColor,yb(e,this,u,a,o),bb(e,this,u,a,o),e.restore()}}P(xs,"id","arc"),P(xs,"defaults",{borderAlign:"center",borderColor:"#fff",borderDash:[],borderDashOffset:0,borderJoinStyle:void 0,borderRadius:0,borderWidth:2,offset:0,spacing:0,angle:void 0,circular:!0,selfJoin:!1}),P(xs,"defaultRoutes",{backgroundColor:"backgroundColor"}),P(xs,"descriptors",{_scriptable:!0,_indexable:e=>e!=="borderDash"});function Ju(n,t,e=t){n.lineCap=rt(e.borderCapStyle,t.borderCapStyle),n.setLineDash(rt(e.borderDash,t.borderDash)),n.lineDashOffset=rt(e.borderDashOffset,t.borderDashOffset),n.lineJoin=rt(e.borderJoinStyle,t.borderJoinStyle),n.lineWidth=rt(e.borderWidth,t.borderWidth),n.strokeStyle=rt(e.borderColor,t.borderColor)}function _b(n,t,e){n.lineTo(e.x,e.y)}function xb(n){return n.stepped?Yg:n.tension||n.cubicInterpolationMode==="monotone"?$g:_b}function td(n,t,e={}){const i=n.length,{start:s=0,end:r=i-1}=e,{start:a,end:o}=t,l=Math.max(s,a),c=Math.min(r,o),u=s<a&&r<a||s>o&&r>o;return{count:i,start:l,loop:t.loop,ilen:c<l&&!u?i+c-l:c-l}}function wb(n,t,e,i){const{points:s,options:r}=t,{count:a,start:o,loop:l,ilen:c}=td(s,e,i),u=xb(r);let{move:h=!0,reverse:f}=i||{},m,p,_;for(m=0;m<=c;++m)p=s[(o+(f?c-m:m))%a],!p.skip&&(h?(n.moveTo(p.x,p.y),h=!1):u(n,_,p,f,r.stepped),_=p);return l&&(p=s[(o+(f?c:0))%a],u(n,_,p,f,r.stepped)),!!l}function Sb(n,t,e,i){const s=t.points,{count:r,start:a,ilen:o}=td(s,e,i),{move:l=!0,reverse:c}=i||{};let u=0,h=0,f,m,p,_,x,S;const M=A=>(a+(c?o-A:A))%r,C=()=>{_!==x&&(n.lineTo(u,x),n.lineTo(u,_),n.lineTo(u,S))};for(l&&(m=s[M(0)],n.moveTo(m.x,m.y)),f=0;f<=o;++f){if(m=s[M(f)],m.skip)continue;const A=m.x,E=m.y,D=A|0;D===p?(E<_?_=E:E>x&&(x=E),u=(h*u+A)/++h):(C(),n.lineTo(A,E),p=D,h=0,_=x=E),S=E}C()}function po(n){const t=n.options,e=t.borderDash&&t.borderDash.length;return!n._decimated&&!n._loop&&!t.tension&&t.cubicInterpolationMode!=="monotone"&&!t.stepped&&!e?Sb:wb}function vb(n){return n.stepped?vp:n.tension||n.cubicInterpolationMode==="monotone"?Tp:$n}function Tb(n,t,e,i){let s=t._path;s||(s=t._path=new Path2D,t.path(s,e,i)&&s.closePath()),Ju(n,t.options),n.stroke(s)}function Mb(n,t,e,i){const{segments:s,options:r}=t,a=po(t);for(const o of s)Ju(n,r,o.style),n.beginPath(),a(n,t,o,{start:e,end:e+i-1})&&n.closePath(),n.stroke()}const kb=typeof Path2D=="function";function Db(n,t,e,i){kb&&!t.options.segment?Tb(n,t,e,i):Mb(n,t,e,i)}class Mn extends Zt{constructor(t){super(),this.animated=!0,this.options=void 0,this._chart=void 0,this._loop=void 0,this._fullLoop=void 0,this._path=void 0,this._points=void 0,this._segments=void 0,this._decimated=!1,this._pointsUpdated=!1,this._datasetIndex=void 0,t&&Object.assign(this,t)}updateControlPoints(t,e){const i=this.options;if((i.tension||i.cubicInterpolationMode==="monotone")&&!i.stepped&&!this._pointsUpdated){const s=i.spanGaps?this._loop:this._fullLoop;gp(this._points,i,t,s,e),this._pointsUpdated=!0}}set points(t){this._points=t,delete this._segments,delete this._path,this._pointsUpdated=!1}get points(){return this._points}get segments(){return this._segments||(this._segments=Ep(this,this.options.segment))}first(){const t=this.segments,e=this.points;return t.length&&e[t[0].start]}last(){const t=this.segments,e=this.points,i=t.length;return i&&e[t[i-1].end]}interpolate(t,e){const i=this.options,s=t[e],r=this.points,a=cu(this,{property:e,start:s,end:s});if(!a.length)return;const o=[],l=vb(i);let c,u;for(c=0,u=a.length;c<u;++c){const{start:h,end:f}=a[c],m=r[h],p=r[f];if(m===p){o.push(m);continue}const _=Math.abs((s-m[e])/(p[e]-m[e])),x=l(m,p,_,i.stepped);x[e]=t[e],o.push(x)}return o.length===1?o[0]:o}pathSegment(t,e,i){return po(this)(t,this,e,i)}path(t,e,i){const s=this.segments,r=po(this);let a=this._loop;e=e||0,i=i||this.points.length-e;for(const o of s)a&=r(t,this,o,{start:e,end:e+i-1});return!!a}draw(t,e,i,s){const r=this.options||{};(this.points||[]).length&&r.borderWidth&&(t.save(),Db(t,this,i,s),t.restore()),this.animated&&(this._pointsUpdated=!1,this._path=void 0)}}P(Mn,"id","line"),P(Mn,"defaults",{borderCapStyle:"butt",borderDash:[],borderDashOffset:0,borderJoinStyle:"miter",borderWidth:3,capBezierPoints:!0,cubicInterpolationMode:"default",fill:!1,spanGaps:!1,stepped:!1,tension:0}),P(Mn,"defaultRoutes",{backgroundColor:"backgroundColor",borderColor:"borderColor"}),P(Mn,"descriptors",{_scriptable:!0,_indexable:t=>t!=="borderDash"&&t!=="fill"});function ed(n,t,e,i){const s=n.options,{[e]:r}=n.getProps([e],i);return Math.abs(t-r)<s.radius+s.hitRadius}class Ir extends Zt{constructor(e){super();P(this,"parsed");P(this,"skip");P(this,"stop");this.options=void 0,this.parsed=void 0,this.skip=void 0,this.stop=void 0,e&&Object.assign(this,e)}inRange(e,i,s){const r=this.options,{x:a,y:o}=this.getProps(["x","y"],s);return Math.pow(e-a,2)+Math.pow(i-o,2)<Math.pow(r.hitRadius+r.radius,2)}inXRange(e,i){return ed(this,e,"x",i)}inYRange(e,i){return ed(this,e,"y",i)}getCenterPoint(e){const{x:i,y:s}=this.getProps(["x","y"],e);return{x:i,y:s}}size(e){e=e||this.options||{};let i=e.radius||0;i=Math.max(i,i&&e.hoverRadius||0);const s=i&&e.borderWidth||0;return(i+s)*2}draw(e,i){const s=this.options;this.skip||s.radius<.1||!en(this,i,this.size(s)/2)||(e.strokeStyle=s.borderColor,e.lineWidth=s.borderWidth,e.fillStyle=s.backgroundColor,Ka(e,s,this.x,this.y))}getRange(){const e=this.options||{};return e.radius+e.hitRadius}}P(Ir,"id","point"),P(Ir,"defaults",{borderWidth:1,hitRadius:1,hoverBorderWidth:1,hoverRadius:4,pointStyle:"circle",radius:3,rotation:0}),P(Ir,"defaultRoutes",{backgroundColor:"backgroundColor",borderColor:"borderColor"});function nd(n,t){const{x:e,y:i,base:s,width:r,height:a}=n.getProps(["x","y","base","width","height"],t);let o,l,c,u,h;return n.horizontal?(h=a/2,o=Math.min(e,s),l=Math.max(e,s),c=i-h,u=i+h):(h=r/2,o=e-h,l=e+h,c=Math.min(i,s),u=Math.max(i,s)),{left:o,top:c,right:l,bottom:u}}function kn(n,t,e,i){return n?0:Xt(t,e,i)}function Cb(n,t,e){const i=n.options.borderWidth,s=n.borderSkipped,r=qc(i);return{t:kn(s.top,r.top,0,e),r:kn(s.right,r.right,0,t),b:kn(s.bottom,r.bottom,0,e),l:kn(s.left,r.left,0,t)}}function Ob(n,t,e){const{enableBorderRadius:i}=n.getProps(["enableBorderRadius"]),s=n.options.borderRadius,r=wn(s),a=Math.min(t,e),o=n.borderSkipped,l=i||ht(s);return{topLeft:kn(!l||o.top||o.left,r.topLeft,0,a),topRight:kn(!l||o.top||o.right,r.topRight,0,a),bottomLeft:kn(!l||o.bottom||o.left,r.bottomLeft,0,a),bottomRight:kn(!l||o.bottom||o.right,r.bottomRight,0,a)}}function Eb(n){const t=nd(n),e=t.right-t.left,i=t.bottom-t.top,s=Cb(n,e/2,i/2),r=Ob(n,e/2,i/2);return{outer:{x:t.left,y:t.top,w:e,h:i,radius:r},inner:{x:t.left+s.l,y:t.top+s.t,w:e-s.l-s.r,h:i-s.t-s.b,radius:{topLeft:Math.max(0,r.topLeft-Math.max(s.t,s.l)),topRight:Math.max(0,r.topRight-Math.max(s.t,s.r)),bottomLeft:Math.max(0,r.bottomLeft-Math.max(s.b,s.l)),bottomRight:Math.max(0,r.bottomRight-Math.max(s.b,s.r))}}}}function yo(n,t,e,i){const s=t===null,r=e===null,o=n&&!(s&&r)&&nd(n,i);return o&&(s||Je(t,o.left,o.right))&&(r||Je(e,o.top,o.bottom))}function Ab(n){return n.topLeft||n.topRight||n.bottomLeft||n.bottomRight}function Pb(n,t){n.rect(t.x,t.y,t.w,t.h)}function bo(n,t,e={}){const i=n.x!==e.x?-t:0,s=n.y!==e.y?-t:0,r=(n.x+n.w!==e.x+e.w?t:0)-i,a=(n.y+n.h!==e.y+e.h?t:0)-s;return{x:n.x+i,y:n.y+s,w:n.w+r,h:n.h+a,radius:n.radius}}class Lr extends Zt{constructor(t){super(),this.options=void 0,this.horizontal=void 0,this.base=void 0,this.width=void 0,this.height=void 0,this.inflateAmount=void 0,t&&Object.assign(this,t)}draw(t){const{inflateAmount:e,options:{borderColor:i,backgroundColor:s}}=this,{inner:r,outer:a}=Eb(this),o=Ab(a.radius)?pi:Pb;t.save(),(a.w!==r.w||a.h!==r.h)&&(t.beginPath(),o(t,bo(a,e,r)),t.clip(),o(t,bo(r,-e,a)),t.fillStyle=i,t.fill("evenodd")),t.beginPath(),o(t,bo(r,e)),t.fillStyle=s,t.fill(),t.restore()}inRange(t,e,i){return yo(this,t,e,i)}inXRange(t,e){return yo(this,t,null,e)}inYRange(t,e){return yo(this,null,t,e)}getCenterPoint(t){const{x:e,y:i,base:s,horizontal:r}=this.getProps(["x","y","base","horizontal"],t);return{x:r?(e+s)/2:e,y:r?i:(i+s)/2}}getRange(t){return t==="x"?this.width/2:this.height/2}}P(Lr,"id","bar"),P(Lr,"defaults",{borderSkipped:"start",borderWidth:0,borderRadius:0,inflateAmount:"auto",pointStyle:void 0}),P(Lr,"defaultRoutes",{backgroundColor:"backgroundColor",borderColor:"borderColor"});var Rb=Object.freeze({__proto__:null,ArcElement:xs,BarElement:Lr,LineElement:Mn,PointElement:Ir});const _o=["rgb(54, 162, 235)","rgb(255, 99, 132)","rgb(255, 159, 64)","rgb(255, 205, 86)","rgb(75, 192, 192)","rgb(153, 102, 255)","rgb(201, 203, 207)"],id=_o.map(n=>n.replace("rgb(","rgba(").replace(")",", 0.5)"));function sd(n){return _o[n%_o.length]}function rd(n){return id[n%id.length]}function Ib(n,t){return n.borderColor=sd(t),n.backgroundColor=rd(t),++t}function Lb(n,t){return n.backgroundColor=n.data.map(()=>sd(t++)),t}function Nb(n,t){return n.backgroundColor=n.data.map(()=>rd(t++)),t}function Fb(n){let t=0;return(e,i)=>{const s=n.getDatasetMeta(i).controller;s instanceof sn?t=Lb(e,t):s instanceof hs?t=Nb(e,t):s&&(t=Ib(e,t))}}function ad(n){let t;for(t in n)if(n[t].borderColor||n[t].backgroundColor)return!0;return!1}function Bb(n){return n&&(n.borderColor||n.backgroundColor)}function zb(){return At.borderColor!=="rgba(0,0,0,0.1)"||At.backgroundColor!=="rgba(0,0,0,0.1)"}var Ub={id:"colors",defaults:{enabled:!0,forceOverride:!1},beforeLayout(n,t,e){if(!e.enabled)return;const{data:{datasets:i},options:s}=n.config,{elements:r}=s,a=ad(i)||Bb(s)||r&&ad(r)||zb();if(!e.forceOverride&&a)return;const o=Fb(n);i.forEach(o)}};function Hb(n,t,e,i,s){const r=s.samples||i;if(r>=e)return n.slice(t,t+e);const a=[],o=(e-2)/(r-2);let l=0;const c=t+e-1;let u=t,h,f,m,p,_;for(a[l++]=n[u],h=0;h<r-2;h++){let x=0,S=0,M;const C=Math.floor((h+1)*o)+1+t,A=Math.min(Math.floor((h+2)*o)+1,e)+t,E=A-C;for(M=C;M<A;M++)x+=n[M].x,S+=n[M].y;x/=E,S/=E;const D=Math.floor(h*o)+1+t,T=Math.min(Math.floor((h+1)*o)+1,e)+t,{x:g,y}=n[u];for(m=p=-1,M=D;M<T;M++)p=.5*Math.abs((g-x)*(n[M].y-y)-(g-n[M].x)*(S-y)),p>m&&(m=p,f=n[M],_=M);a[l++]=f,u=_}return a[l++]=n[c],a}function Wb(n,t,e,i){let s=0,r=0,a,o,l,c,u,h,f,m,p,_;const x=[],S=t+e-1,M=n[t].x,A=n[S].x-M;for(a=t;a<t+e;++a){o=n[a],l=(o.x-M)/A*i,c=o.y;const E=l|0;if(E===u)c<p?(p=c,h=a):c>_&&(_=c,f=a),s=(r*s+o.x)/++r;else{const D=a-1;if(!st(h)&&!st(f)){const T=Math.min(h,f),g=Math.max(h,f);T!==m&&T!==D&&x.push({...n[T],x:s}),g!==m&&g!==D&&x.push({...n[g],x:s})}a>0&&D!==m&&x.push(n[D]),x.push(o),u=E,r=0,p=_=c,h=f=m=a}}return x}function od(n){if(n._decimated){const t=n._data;delete n._decimated,delete n._data,Object.defineProperty(n,"data",{configurable:!0,enumerable:!0,writable:!0,value:t})}}function ld(n){n.data.datasets.forEach(t=>{od(t)})}function Vb(n,t){const e=t.length;let i=0,s;const{iScale:r}=n,{min:a,max:o,minDefined:l,maxDefined:c}=r.getUserBounds();return l&&(i=Xt(tn(t,r.axis,a).lo,0,e-1)),c?s=Xt(tn(t,r.axis,o).hi+1,i,e)-i:s=e-i,{start:i,count:s}}var Yb={id:"decimation",defaults:{algorithm:"min-max",enabled:!1},beforeElementsUpdate:(n,t,e)=>{if(!e.enabled){ld(n);return}const i=n.width;n.data.datasets.forEach((s,r)=>{const{_data:a,indexAxis:o}=s,l=n.getDatasetMeta(r),c=a||s.data;if(ls([o,n.options.indexAxis])==="y"||!l.controller.supportsDecimation)return;const u=n.scales[l.xAxisID];if(u.type!=="linear"&&u.type!=="time"||n.options.parsing)return;let{start:h,count:f}=Vb(l,c);const m=e.threshold||4*i;if(f<=m){od(s);return}st(a)&&(s._data=c,delete s.data,Object.defineProperty(s,"data",{configurable:!0,enumerable:!0,get:function(){return this._decimated},set:function(_){this._data=_}}));let p;switch(e.algorithm){case"lttb":p=Hb(c,h,f,i,e);break;case"min-max":p=Wb(c,h,f,i);break;default:throw new Error(`Unsupported decimation algorithm '${e.algorithm}'`)}s._decimated=p})},destroy(n){ld(n)}};function $b(n,t,e){const i=n.segments,s=n.points,r=t.points,a=[];for(const o of i){let{start:l,end:c}=o;c=Nr(l,c,s);const u=xo(e,s[l],s[c],o.loop);if(!t.segments){a.push({source:o,target:u,start:s[l],end:s[c]});continue}const h=cu(t,u);for(const f of h){const m=xo(e,r[f.start],r[f.end],f.loop),p=lu(o,s,m);for(const _ of p)a.push({source:_,target:f,start:{[e]:cd(u,m,"start",Math.max)},end:{[e]:cd(u,m,"end",Math.min)}})}}return a}function xo(n,t,e,i){if(i)return;let s=t[n],r=e[n];return n==="angle"&&(s=se(s),r=se(r)),{property:n,start:s,end:r}}function jb(n,t){const{x:e=null,y:i=null}=n||{},s=t.points,r=[];return t.segments.forEach(({start:a,end:o})=>{o=Nr(a,o,s);const l=s[a],c=s[o];i!==null?(r.push({x:l.x,y:i}),r.push({x:c.x,y:i})):e!==null&&(r.push({x:e,y:l.y}),r.push({x:e,y:c.y}))}),r}function Nr(n,t,e){for(;t>n;t--){const i=e[t];if(!isNaN(i.x)&&!isNaN(i.y))break}return t}function cd(n,t,e,i){return n&&t?i(n[e],t[e]):n?n[e]:t?t[e]:0}function ud(n,t){let e=[],i=!1;return wt(n)?(i=!0,e=n):e=jb(n,t),e.length?new Mn({points:e,options:{tension:0},_loop:i,_fullLoop:i}):null}function dd(n){return n&&n.fill!==!1}function qb(n,t,e){let s=n[t].fill;const r=[t];let a;if(!e)return s;for(;s!==!1&&r.indexOf(s)===-1;){if(!Pt(s))return s;if(a=n[s],!a)return!1;if(a.visible)return s;r.push(s),s=a.fill}return!1}function Gb(n,t,e){const i=Qb(n);if(ht(i))return isNaN(i.value)?!1:i;let s=parseFloat(i);return Pt(s)&&Math.floor(s)===s?Kb(i[0],t,s,e):["origin","start","end","stack","shape"].indexOf(i)>=0&&i}function Kb(n,t,e,i){return(n==="-"||n==="+")&&(e=t+e),e===t||e<0||e>=i?!1:e}function Xb(n,t){let e=null;return n==="start"?e=t.bottom:n==="end"?e=t.top:ht(n)?e=t.getPixelForValue(n.value):t.getBasePixel&&(e=t.getBasePixel()),e}function Zb(n,t,e){let i;return n==="start"?i=e:n==="end"?i=t.options.reverse?t.min:t.max:ht(n)?i=n.value:i=t.getBaseValue(),i}function Qb(n){const t=n.options,e=t.fill;let i=rt(e&&e.target,e);return i===void 0&&(i=!!t.backgroundColor),i===!1||i===null?!1:i===!0?"origin":i}function Jb(n){const{scale:t,index:e,line:i}=n,s=[],r=i.segments,a=i.points,o=t0(t,e);o.push(ud({x:null,y:t.bottom},i));for(let l=0;l<r.length;l++){const c=r[l];for(let u=c.start;u<=c.end;u++)e0(s,a[u],o)}return new Mn({points:s,options:{}})}function t0(n,t){const e=[],i=n.getMatchingVisibleMetas("line");for(let s=0;s<i.length;s++){const r=i[s];if(r.index===t)break;r.hidden||e.unshift(r.dataset)}return e}function e0(n,t,e){const i=[];for(let s=0;s<e.length;s++){const r=e[s],{first:a,last:o,point:l}=n0(r,t,"x");if(!(!l||a&&o)){if(a)i.unshift(l);else if(n.push(l),!o)break}}n.push(...i)}function n0(n,t,e){const i=n.interpolate(t,e);if(!i)return{};const s=i[e],r=n.segments,a=n.points;let o=!1,l=!1;for(let c=0;c<r.length;c++){const u=r[c],h=a[u.start][e],f=a[u.end][e];if(Je(s,h,f)){o=s===h,l=s===f;break}}return{first:o,last:l,point:i}}class hd{constructor(t){this.x=t.x,this.y=t.y,this.radius=t.radius}pathSegment(t,e,i){const{x:s,y:r,radius:a}=this;return e=e||{start:0,end:Ct},t.arc(s,r,a,e.end,e.start,!0),!i.bounds}interpolate(t){const{x:e,y:i,radius:s}=this,r=t.angle;return{x:e+Math.cos(r)*s,y:i+Math.sin(r)*s,angle:r}}}function i0(n){const{chart:t,fill:e,line:i}=n;if(Pt(e))return s0(t,e);if(e==="stack")return Jb(n);if(e==="shape")return!0;const s=r0(n);return s instanceof hd?s:ud(s,i)}function s0(n,t){const e=n.getDatasetMeta(t);return e&&n.isDatasetVisible(t)?e.dataset:null}function r0(n){return(n.scale||{}).getPointPositionForValue?o0(n):a0(n)}function a0(n){const{scale:t={},fill:e}=n,i=Xb(e,t);if(Pt(i)){const s=t.isHorizontal();return{x:s?i:null,y:s?null:i}}return null}function o0(n){const{scale:t,fill:e}=n,i=t.options,s=t.getLabels().length,r=i.reverse?t.max:t.min,a=Zb(e,t,r),o=[];if(i.grid.circular){const l=t.getPointPositionForValue(0,r);return new hd({x:l.x,y:l.y,radius:t.getDistanceFromCenterForValue(a)})}for(let l=0;l<s;++l)o.push(t.getPointPositionForValue(l,a));return o}function wo(n,t,e){const i=i0(t),{chart:s,index:r,line:a,scale:o,axis:l}=t,c=a.options,u=c.fill,h=c.backgroundColor,{above:f=h,below:m=h}=u||{},p=s.getDatasetMeta(r),_=hu(s,p);i&&a.points.length&&(as(n,e),l0(n,{line:a,target:i,above:f,below:m,area:e,scale:o,axis:l,clip:_}),os(n))}function l0(n,t){const{line:e,target:i,above:s,below:r,area:a,scale:o,clip:l}=t,c=e._loop?"angle":t.axis;n.save();let u=r;r!==s&&(c==="x"?(fd(n,i,a.top),So(n,{line:e,target:i,color:s,scale:o,property:c,clip:l}),n.restore(),n.save(),fd(n,i,a.bottom)):c==="y"&&(md(n,i,a.left),So(n,{line:e,target:i,color:r,scale:o,property:c,clip:l}),n.restore(),n.save(),md(n,i,a.right),u=s)),So(n,{line:e,target:i,color:u,scale:o,property:c,clip:l}),n.restore()}function fd(n,t,e){const{segments:i,points:s}=t;let r=!0,a=!1;n.beginPath();for(const o of i){const{start:l,end:c}=o,u=s[l],h=s[Nr(l,c,s)];r?(n.moveTo(u.x,u.y),r=!1):(n.lineTo(u.x,e),n.lineTo(u.x,u.y)),a=!!t.pathSegment(n,o,{move:a}),a?n.closePath():n.lineTo(h.x,e)}n.lineTo(t.first().x,e),n.closePath(),n.clip()}function md(n,t,e){const{segments:i,points:s}=t;let r=!0,a=!1;n.beginPath();for(const o of i){const{start:l,end:c}=o,u=s[l],h=s[Nr(l,c,s)];r?(n.moveTo(u.x,u.y),r=!1):(n.lineTo(e,u.y),n.lineTo(u.x,u.y)),a=!!t.pathSegment(n,o,{move:a}),a?n.closePath():n.lineTo(e,h.y)}n.lineTo(e,t.first().y),n.closePath(),n.clip()}function So(n,t){const{line:e,target:i,property:s,color:r,scale:a,clip:o}=t,l=$b(e,i,s);for(const{source:c,target:u,start:h,end:f}of l){const{style:{backgroundColor:m=r}={}}=c,p=i!==!0;n.save(),n.fillStyle=m,c0(n,a,o,p&&xo(s,h,f)),n.beginPath();const _=!!e.pathSegment(n,c);let x;if(p){_?n.closePath():gd(n,i,f,s);const S=!!i.pathSegment(n,u,{move:_,reverse:!0});x=_&&S,x||gd(n,i,h,s)}n.closePath(),n.fill(x?"evenodd":"nonzero"),n.restore()}}function c0(n,t,e,i){const s=t.chart.chartArea,{property:r,start:a,end:o}=i||{};if(r==="x"||r==="y"){let l,c,u,h;r==="x"?(l=a,c=s.top,u=o,h=s.bottom):(l=s.left,c=a,u=s.right,h=o),n.beginPath(),e&&(l=Math.max(l,e.left),u=Math.min(u,e.right),c=Math.max(c,e.top),h=Math.min(h,e.bottom)),n.rect(l,c,u-l,h-c),n.clip()}}function gd(n,t,e,i){const s=t.interpolate(e,i);s&&n.lineTo(s.x,s.y)}var u0={id:"filler",afterDatasetsUpdate(n,t,e){const i=(n.data.datasets||[]).length,s=[];let r,a,o,l;for(a=0;a<i;++a)r=n.getDatasetMeta(a),o=r.dataset,l=null,o&&o.options&&o instanceof Mn&&(l={visible:n.isDatasetVisible(a),index:a,fill:Gb(o,a,i),chart:n,axis:r.controller.options.indexAxis,scale:r.vScale,line:o}),r.$filler=l,s.push(l);for(a=0;a<i;++a)l=s[a],!(!l||l.fill===!1)&&(l.fill=qb(s,a,e.propagate))},beforeDraw(n,t,e){const i=e.drawTime==="beforeDraw",s=n.getSortedVisibleDatasetMetas(),r=n.chartArea;for(let a=s.length-1;a>=0;--a){const o=s[a].$filler;o&&(o.line.updateControlPoints(r,o.axis),i&&o.fill&&wo(n.ctx,o,r))}},beforeDatasetsDraw(n,t,e){if(e.drawTime!=="beforeDatasetsDraw")return;const i=n.getSortedVisibleDatasetMetas();for(let s=i.length-1;s>=0;--s){const r=i[s].$filler;dd(r)&&wo(n.ctx,r,n.chartArea)}},beforeDatasetDraw(n,t,e){const i=t.meta.$filler;!dd(i)||e.drawTime!=="beforeDatasetDraw"||wo(n.ctx,i,n.chartArea)},defaults:{propagate:!0,drawTime:"beforeDatasetDraw"}};const pd=(n,t)=>{let{boxHeight:e=t,boxWidth:i=t}=n;return n.usePointStyle&&(e=Math.min(e,t),i=n.pointStyleWidth||Math.min(i,t)),{boxWidth:i,boxHeight:e,itemHeight:Math.max(t,e)}},d0=(n,t)=>n!==null&&t!==null&&n.datasetIndex===t.datasetIndex&&n.index===t.index;class yd extends Zt{constructor(t){super(),this._added=!1,this.legendHitBoxes=[],this._hoveredItem=null,this.doughnutMode=!1,this.chart=t.chart,this.options=t.options,this.ctx=t.ctx,this.legendItems=void 0,this.columnSizes=void 0,this.lineWidths=void 0,this.maxHeight=void 0,this.maxWidth=void 0,this.top=void 0,this.bottom=void 0,this.left=void 0,this.right=void 0,this.height=void 0,this.width=void 0,this._margins=void 0,this.position=void 0,this.weight=void 0,this.fullSize=void 0}update(t,e,i){this.maxWidth=t,this.maxHeight=e,this._margins=i,this.setDimensions(),this.buildLabels(),this.fit()}setDimensions(){this.isHorizontal()?(this.width=this.maxWidth,this.left=this._margins.left,this.right=this.width):(this.height=this.maxHeight,this.top=this._margins.top,this.bottom=this.height)}buildLabels(){const t=this.options.labels||{};let e=Tt(t.generateLabels,[this.chart],this)||[];t.filter&&(e=e.filter(i=>t.filter(i,this.chart.data))),t.sort&&(e=e.sort((i,s)=>t.sort(i,s,this.chart.data))),this.options.reverse&&e.reverse(),this.legendItems=e}fit(){const{options:t,ctx:e}=this;if(!t.display){this.width=this.height=0;return}const i=t.labels,s=Rt(i.font),r=s.size,a=this._computeTitleHeight(),{boxWidth:o,itemHeight:l}=pd(i,r);let c,u;e.font=s.string,this.isHorizontal()?(c=this.maxWidth,u=this._fitRows(a,r,o,l)+10):(u=this.maxHeight,c=this._fitCols(a,s,o,l)+10),this.width=Math.min(c,t.maxWidth||this.maxWidth),this.height=Math.min(u,t.maxHeight||this.maxHeight)}_fitRows(t,e,i,s){const{ctx:r,maxWidth:a,options:{labels:{padding:o}}}=this,l=this.legendHitBoxes=[],c=this.lineWidths=[0],u=s+o;let h=t;r.textAlign="left",r.textBaseline="middle";let f=-1,m=-u;return this.legendItems.forEach((p,_)=>{const x=i+e/2+r.measureText(p.text).width;(_===0||c[c.length-1]+x+2*o>a)&&(h+=u,c[c.length-(_>0?0:1)]=0,m+=u,f++),l[_]={left:0,top:m,row:f,width:x,height:s},c[c.length-1]+=x+o}),h}_fitCols(t,e,i,s){const{ctx:r,maxHeight:a,options:{labels:{padding:o}}}=this,l=this.legendHitBoxes=[],c=this.columnSizes=[],u=a-t;let h=o,f=0,m=0,p=0,_=0;return this.legendItems.forEach((x,S)=>{const{itemWidth:M,itemHeight:C}=h0(i,e,r,x,s);S>0&&m+C+2*o>u&&(h+=f+o,c.push({width:f,height:m}),p+=f+o,_++,f=m=0),l[S]={left:p,top:m,col:_,width:M,height:C},f=Math.max(f,M),m+=C+o}),h+=f,c.push({width:f,height:m}),h}adjustHitBoxes(){if(!this.options.display)return;const t=this._computeTitleHeight(),{legendHitBoxes:e,options:{align:i,labels:{padding:s},rtl:r}}=this,a=_i(r,this.left,this.width);if(this.isHorizontal()){let o=0,l=re(i,this.left+s,this.right-this.lineWidths[o]);for(const c of e)o!==c.row&&(o=c.row,l=re(i,this.left+s,this.right-this.lineWidths[o])),c.top+=this.top+t+s,c.left=a.leftForLtr(a.x(l),c.width),l+=c.width+s}else{let o=0,l=re(i,this.top+t+s,this.bottom-this.columnSizes[o].height);for(const c of e)c.col!==o&&(o=c.col,l=re(i,this.top+t+s,this.bottom-this.columnSizes[o].height)),c.top=l,c.left+=this.left+s,c.left=a.leftForLtr(a.x(c.left),c.width),l+=c.height+s}}isHorizontal(){return this.options.position==="top"||this.options.position==="bottom"}draw(){if(this.options.display){const t=this.ctx;as(t,this),this._draw(),os(t)}}_draw(){const{options:t,columnSizes:e,lineWidths:i,ctx:s}=this,{align:r,labels:a}=t,o=At.color,l=_i(t.rtl,this.left,this.width),c=Rt(a.font),{padding:u}=a,h=c.size,f=h/2;let m;this.drawTitle(),s.textAlign=l.textAlign("left"),s.textBaseline="middle",s.lineWidth=.5,s.font=c.string;const{boxWidth:p,boxHeight:_,itemHeight:x}=pd(a,h),S=function(D,T,g){if(isNaN(p)||p<=0||isNaN(_)||_<0)return;s.save();const y=rt(g.lineWidth,1);if(s.fillStyle=rt(g.fillStyle,o),s.lineCap=rt(g.lineCap,"butt"),s.lineDashOffset=rt(g.lineDashOffset,0),s.lineJoin=rt(g.lineJoin,"miter"),s.lineWidth=y,s.strokeStyle=rt(g.strokeStyle,o),s.setLineDash(rt(g.lineDash,[])),a.usePointStyle){const v={radius:_*Math.SQRT2/2,pointStyle:g.pointStyle,rotation:g.rotation,borderWidth:y},O=l.xPlus(D,p/2),R=T+f;jc(s,v,O,R,a.pointStyleWidth&&p)}else{const v=T+Math.max((h-_)/2,0),O=l.leftForLtr(D,p),R=wn(g.borderRadius);s.beginPath(),Object.values(R).some(z=>z!==0)?pi(s,{x:O,y:v,w:p,h:_,radius:R}):s.rect(O,v,p,_),s.fill(),y!==0&&s.stroke()}s.restore()},M=function(D,T,g){Vn(s,g.text,D,T+x/2,c,{strikethrough:g.hidden,textAlign:l.textAlign(g.textAlign)})},C=this.isHorizontal(),A=this._computeTitleHeight();C?m={x:re(r,this.left+u,this.right-i[0]),y:this.top+u+A,line:0}:m={x:this.left+u,y:re(r,this.top+A+u,this.bottom-e[0].height),line:0},su(this.ctx,t.textDirection);const E=x+u;this.legendItems.forEach((D,T)=>{s.strokeStyle=D.fontColor,s.fillStyle=D.fontColor;const g=s.measureText(D.text).width,y=l.textAlign(D.textAlign||(D.textAlign=a.textAlign)),v=p+f+g;let O=m.x,R=m.y;l.setWidth(this.width),C?T>0&&O+v+u>this.right&&(R=m.y+=E,m.line++,O=m.x=re(r,this.left+u,this.right-i[m.line])):T>0&&R+E>this.bottom&&(O=m.x=O+e[m.line].width+u,m.line++,R=m.y=re(r,this.top+A+u,this.bottom-e[m.line].height));const z=l.x(O);if(S(z,R,D),O=Rg(y,O+p+f,C?O+v:this.right,t.rtl),M(l.x(O),R,D),C)m.x+=v+u;else if(typeof D.text!="string"){const L=c.lineHeight;m.y+=bd(D,L)+u}else m.y+=E}),ru(this.ctx,t.textDirection)}drawTitle(){const t=this.options,e=t.title,i=Rt(e.font),s=Yt(e.padding);if(!e.display)return;const r=_i(t.rtl,this.left,this.width),a=this.ctx,o=e.position,l=i.size/2,c=s.top+l;let u,h=this.left,f=this.width;if(this.isHorizontal())f=Math.max(...this.lineWidths),u=this.top+c,h=re(t.align,h,this.right-f);else{const p=this.columnSizes.reduce((_,x)=>Math.max(_,x.height),0);u=c+re(t.align,this.top,this.bottom-p-t.labels.padding-this._computeTitleHeight())}const m=re(o,h,h+f);a.textAlign=r.textAlign(Va(o)),a.textBaseline="middle",a.strokeStyle=e.color,a.fillStyle=e.color,a.font=i.string,Vn(a,e.text,m,u,i)}_computeTitleHeight(){const t=this.options.title,e=Rt(t.font),i=Yt(t.padding);return t.display?e.lineHeight+i.height:0}_getLegendItemAt(t,e){let i,s,r;if(Je(t,this.left,this.right)&&Je(e,this.top,this.bottom)){for(r=this.legendHitBoxes,i=0;i<r.length;++i)if(s=r[i],Je(t,s.left,s.left+s.width)&&Je(e,s.top,s.top+s.height))return this.legendItems[i]}return null}handleEvent(t){const e=this.options;if(!g0(t.type,e))return;const i=this._getLegendItemAt(t.x,t.y);if(t.type==="mousemove"||t.type==="mouseout"){const s=this._hoveredItem,r=d0(s,i);s&&!r&&Tt(e.onLeave,[t,s,this],this),this._hoveredItem=i,i&&!r&&Tt(e.onHover,[t,i,this],this)}else i&&Tt(e.onClick,[t,i,this],this)}}function h0(n,t,e,i,s){const r=f0(i,n,t,e),a=m0(s,i,t.lineHeight);return{itemWidth:r,itemHeight:a}}function f0(n,t,e,i){let s=n.text;return s&&typeof s!="string"&&(s=s.reduce((r,a)=>r.length>a.length?r:a)),t+e.size/2+i.measureText(s).width}function m0(n,t,e){let i=n;return typeof t.text!="string"&&(i=bd(t,e)),i}function bd(n,t){const e=n.text?n.text.length:0;return t*e}function g0(n,t){return!!((n==="mousemove"||n==="mouseout")&&(t.onHover||t.onLeave)||t.onClick&&(n==="click"||n==="mouseup"))}var p0={id:"legend",_element:yd,start(n,t,e){const i=n.legend=new yd({ctx:n.ctx,options:e,chart:n});ae.configure(n,i,e),ae.addBox(n,i)},stop(n){ae.removeBox(n,n.legend),delete n.legend},beforeUpdate(n,t,e){const i=n.legend;ae.configure(n,i,e),i.options=e},afterUpdate(n){const t=n.legend;t.buildLabels(),t.adjustHitBoxes()},afterEvent(n,t){t.replay||n.legend.handleEvent(t.event)},defaults:{display:!0,position:"top",align:"center",fullSize:!0,reverse:!1,weight:1e3,onClick(n,t,e){const i=t.datasetIndex,s=e.chart;s.isDatasetVisible(i)?(s.hide(i),t.hidden=!0):(s.show(i),t.hidden=!1)},onHover:null,onLeave:null,labels:{color:n=>n.chart.options.color,boxWidth:40,padding:10,generateLabels(n){const t=n.data.datasets,{labels:{usePointStyle:e,pointStyle:i,textAlign:s,color:r,useBorderRadius:a,borderRadius:o}}=n.legend.options;return n._getSortedDatasetMetas().map(l=>{const c=l.controller.getStyle(e?0:void 0),u=Yt(c.borderWidth);return{text:t[l.index].label,fillStyle:c.backgroundColor,fontColor:r,hidden:!l.visible,lineCap:c.borderCapStyle,lineDash:c.borderDash,lineDashOffset:c.borderDashOffset,lineJoin:c.borderJoinStyle,lineWidth:(u.width+u.height)/4,strokeStyle:c.borderColor,pointStyle:i||c.pointStyle,rotation:c.rotation,textAlign:s||c.textAlign,borderRadius:a&&(o||c.borderRadius),datasetIndex:l.index}},this)}},title:{color:n=>n.chart.options.color,display:!1,position:"center",text:""}},descriptors:{_scriptable:n=>!n.startsWith("on"),labels:{_scriptable:n=>!["generateLabels","filter","sort"].includes(n)}}};class vo extends Zt{constructor(t){super(),this.chart=t.chart,this.options=t.options,this.ctx=t.ctx,this._padding=void 0,this.top=void 0,this.bottom=void 0,this.left=void 0,this.right=void 0,this.width=void 0,this.height=void 0,this.position=void 0,this.weight=void 0,this.fullSize=void 0}update(t,e){const i=this.options;if(this.left=0,this.top=0,!i.display){this.width=this.height=this.right=this.bottom=0;return}this.width=this.right=t,this.height=this.bottom=e;const s=wt(i.text)?i.text.length:1;this._padding=Yt(i.padding);const r=s*Rt(i.font).lineHeight+this._padding.height;this.isHorizontal()?this.height=r:this.width=r}isHorizontal(){const t=this.options.position;return t==="top"||t==="bottom"}_drawArgs(t){const{top:e,left:i,bottom:s,right:r,options:a}=this,o=a.align;let l=0,c,u,h;return this.isHorizontal()?(u=re(o,i,r),h=e+t,c=r-i):(a.position==="left"?(u=i+t,h=re(o,s,e),l=ct*-.5):(u=r-t,h=re(o,e,s),l=ct*.5),c=s-e),{titleX:u,titleY:h,maxWidth:c,rotation:l}}draw(){const t=this.ctx,e=this.options;if(!e.display)return;const i=Rt(e.font),r=i.lineHeight/2+this._padding.top,{titleX:a,titleY:o,maxWidth:l,rotation:c}=this._drawArgs(r);Vn(t,e.text,0,0,i,{color:e.color,maxWidth:l,rotation:c,textAlign:Va(e.align),textBaseline:"middle",translation:[a,o]})}}function y0(n,t){const e=new vo({ctx:n.ctx,options:t,chart:n});ae.configure(n,e,t),ae.addBox(n,e),n.titleBlock=e}var b0={id:"title",_element:vo,start(n,t,e){y0(n,e)},stop(n){const t=n.titleBlock;ae.removeBox(n,t),delete n.titleBlock},beforeUpdate(n,t,e){const i=n.titleBlock;ae.configure(n,i,e),i.options=e},defaults:{align:"center",display:!1,font:{weight:"bold"},fullSize:!0,padding:10,position:"top",text:"",weight:2e3},defaultRoutes:{color:"color"},descriptors:{_scriptable:!0,_indexable:!1}};const Fr=new WeakMap;var _0={id:"subtitle",start(n,t,e){const i=new vo({ctx:n.ctx,options:e,chart:n});ae.configure(n,i,e),ae.addBox(n,i),Fr.set(n,i)},stop(n){ae.removeBox(n,Fr.get(n)),Fr.delete(n)},beforeUpdate(n,t,e){const i=Fr.get(n);ae.configure(n,i,e),i.options=e},defaults:{align:"center",display:!1,font:{weight:"normal"},fullSize:!0,padding:0,position:"top",text:"",weight:1500},defaultRoutes:{color:"color"},descriptors:{_scriptable:!0,_indexable:!1}};const ws={average(n){if(!n.length)return!1;let t,e,i=new Set,s=0,r=0;for(t=0,e=n.length;t<e;++t){const o=n[t].element;if(o&&o.hasValue()){const l=o.tooltipPosition();i.add(l.x),s+=l.y,++r}}return r===0||i.size===0?!1:{x:[...i].reduce((o,l)=>o+l)/i.size,y:s/r}},nearest(n,t){if(!n.length)return!1;let e=t.x,i=t.y,s=Number.POSITIVE_INFINITY,r,a,o;for(r=0,a=n.length;r<a;++r){const l=n[r].element;if(l&&l.hasValue()){const c=l.getCenterPoint(),u=gi(t,c);u<s&&(s=u,o=l)}}if(o){const l=o.tooltipPosition();e=l.x,i=l.y}return{x:e,y:i}}};function Ye(n,t){return t&&(wt(t)?Array.prototype.push.apply(n,t):n.push(t)),n}function rn(n){return(typeof n=="string"||n instanceof String)&&n.indexOf(`
|
|
16
|
+
*/class Ip{constructor(){this._request=null,this._charts=new Map,this._running=!1,this._lastDate=void 0}_notify(t,e,i,s){const r=e.listeners[s],a=e.duration;r.forEach(o=>o({chart:t,initial:e.initial,numSteps:a,currentStep:Math.min(i-e.start,a)}))}_refresh(){this._request||(this._running=!0,this._request=Fc.call(window,()=>{this._update(),this._request=null,this._running&&this._refresh()}))}_update(t=Date.now()){let e=0;this._charts.forEach((i,s)=>{if(!i.running||!i.items.length)return;const r=i.items;let a=r.length-1,o=!1,l;for(;a>=0;--a)l=r[a],l._active?(l._total>i.duration&&(i.duration=l._total),l.tick(t),o=!0):(r[a]=r[r.length-1],r.pop());o&&(s.draw(),this._notify(s,i,t,"progress")),r.length||(i.running=!1,this._notify(s,i,t,"complete"),i.initial=!1),e+=r.length}),this._lastDate=t,e===0&&(this._running=!1)}_getAnims(t){const e=this._charts;let i=e.get(t);return i||(i={running:!1,initial:!0,items:[],listeners:{complete:[],progress:[]}},e.set(t,i)),i}listen(t,e,i){this._getAnims(t).listeners[e].push(i)}add(t,e){!e||!e.length||this._getAnims(t).items.push(...e)}has(t){return this._getAnims(t).items.length>0}start(t){const e=this._charts.get(t);e&&(e.running=!0,e.start=Date.now(),e.duration=e.items.reduce((i,s)=>Math.max(i,s._duration),0),this._refresh())}running(t){if(!this._running)return!1;const e=this._charts.get(t);return!(!e||!e.running||!e.items.length)}stop(t){const e=this._charts.get(t);if(!e||!e.items.length)return;const i=e.items;let s=i.length-1;for(;s>=0;--s)i[s].cancel();e.items=[],this._notify(t,e,Date.now(),"complete")}remove(t){return this._charts.delete(t)}}var nn=new Ip;const fu="transparent",Lp={boolean(n,t,e){return e>.5?t:n},color(n,t,e){const i=$a(n||fu),s=i.valid&&$a(t||fu);return s&&s.valid?s.mix(i,e).hexString():t},number(n,t,e){return n+(t-n)*e}};class Np{constructor(t,e,i,s){const r=e[i];s=ls([t.to,s,r,t.from]);const a=ls([t.from,r,s]);this._active=!0,this._fn=t.fn||Lp[t.type||typeof a],this._easing=is[t.easing]||is.linear,this._start=Math.floor(Date.now()+(t.delay||0)),this._duration=this._total=Math.floor(t.duration),this._loop=!!t.loop,this._target=e,this._prop=i,this._from=a,this._to=s,this._promises=void 0}active(){return this._active}update(t,e,i){if(this._active){this._notify(!1);const s=this._target[this._prop],r=i-this._start,a=this._duration-r;this._start=i,this._duration=Math.floor(Math.max(a,t.duration)),this._total+=r,this._loop=!!t.loop,this._to=ls([t.to,e,s,t.from]),this._from=ls([t.from,s,e])}}cancel(){this._active&&(this.tick(Date.now()),this._active=!1,this._notify(!1))}tick(t){const e=t-this._start,i=this._duration,s=this._prop,r=this._from,a=this._loop,o=this._to;let l;if(this._active=r!==o&&(a||e<i),!this._active){this._target[s]=o,this._notify(!0);return}if(e<0){this._target[s]=r;return}l=e/i%2,l=a&&l>1?2-l:l,l=this._easing(Math.min(1,Math.max(0,l))),this._target[s]=this._fn(r,o,l)}wait(){const t=this._promises||(this._promises=[]);return new Promise((e,i)=>{t.push({res:e,rej:i})})}_notify(t){const e=t?"res":"rej",i=this._promises||[];for(let s=0;s<i.length;s++)i[s][e]()}}class no{constructor(t,e){this._chart=t,this._properties=new Map,this.configure(e)}configure(t){if(!ht(t))return;const e=Object.keys(At.animation),i=this._properties;Object.getOwnPropertyNames(t).forEach(s=>{const r=t[s];if(!ht(r))return;const a={};for(const o of e)a[o]=r[o];(wt(r.properties)&&r.properties||[s]).forEach(o=>{(o===s||!i.has(o))&&i.set(o,a)})})}_animateOptions(t,e){const i=e.options,s=Bp(t,i);if(!s)return[];const r=this._createAnimations(s,i);return i.$shared&&Fp(t.options.$animations,i).then(()=>{t.options=i},()=>{}),r}_createAnimations(t,e){const i=this._properties,s=[],r=t.$animations||(t.$animations={}),a=Object.keys(e),o=Date.now();let l;for(l=a.length-1;l>=0;--l){const c=a[l];if(c.charAt(0)==="$")continue;if(c==="options"){s.push(...this._animateOptions(t,e));continue}const u=e[c];let h=r[c];const f=i.get(c);if(h)if(f&&h.active()){h.update(f,u,o);continue}else h.cancel();if(!f||!f.duration){t[c]=u;continue}r[c]=h=new Np(f,t,c,u),s.push(h)}return s}update(t,e){if(this._properties.size===0){Object.assign(t,e);return}const i=this._createAnimations(t,e);if(i.length)return nn.add(this._chart,i),!0}}function Fp(n,t){const e=[],i=Object.keys(t);for(let s=0;s<i.length;s++){const r=n[i[s]];r&&r.active()&&e.push(r.wait())}return Promise.all(e)}function Bp(n,t){if(!t)return;let e=n.options;if(!e){n.options=t;return}return e.$shared&&(n.options=e=Object.assign({},e,{$shared:!1,$animations:{}})),e}function mu(n,t){const e=n&&n.options||{},i=e.reverse,s=e.min===void 0?t:0,r=e.max===void 0?t:0;return{start:i?r:s,end:i?s:r}}function zp(n,t,e){if(e===!1)return!1;const i=mu(n,e),s=mu(t,e);return{top:s.end,right:i.end,bottom:s.start,left:i.start}}function Up(n){let t,e,i,s;return ht(n)?(t=n.top,e=n.right,i=n.bottom,s=n.left):t=e=i=s=n,{top:t,right:e,bottom:i,left:s,disabled:n===!1}}function gu(n,t){const e=[],i=n._getSortedDatasetMetas(t);let s,r;for(s=0,r=i.length;s<r;++s)e.push(i[s].index);return e}function pu(n,t,e,i={}){const s=n.keys,r=i.mode==="single";let a,o,l,c;if(t===null)return;let u=!1;for(a=0,o=s.length;a<o;++a){if(l=+s[a],l===e){if(u=!0,i.all)continue;break}c=n.values[l],Pt(c)&&(r||t===0||We(t)===We(c))&&(t+=c)}return!u&&!i.all?0:t}function Hp(n,t){const{iScale:e,vScale:i}=t,s=e.axis==="x"?"x":"y",r=i.axis==="x"?"x":"y",a=Object.keys(n),o=new Array(a.length);let l,c,u;for(l=0,c=a.length;l<c;++l)u=a[l],o[l]={[s]:u,[r]:n[u]};return o}function io(n,t){const e=n&&n.options.stacked;return e||e===void 0&&t.stack!==void 0}function Wp(n,t,e){return`${n.id}.${t.id}.${e.stack||e.type}`}function Vp(n){const{min:t,max:e,minDefined:i,maxDefined:s}=n.getUserBounds();return{min:i?t:Number.NEGATIVE_INFINITY,max:s?e:Number.POSITIVE_INFINITY}}function Yp(n,t,e){const i=n[t]||(n[t]={});return i[e]||(i[e]={})}function yu(n,t,e,i){for(const s of t.getMatchingVisibleMetas(i).reverse()){const r=n[s.index];if(e&&r>0||!e&&r<0)return s.index}return null}function bu(n,t){const{chart:e,_cachedMeta:i}=n,s=e._stacks||(e._stacks={}),{iScale:r,vScale:a,index:o}=i,l=r.axis,c=a.axis,u=Wp(r,a,i),h=t.length;let f;for(let m=0;m<h;++m){const g=t[m],{[l]:_,[c]:x}=g,S=g._stacks||(g._stacks={});f=S[c]=Yp(s,u,_),f[o]=x,f._top=yu(f,a,!0,i.type),f._bottom=yu(f,a,!1,i.type);const T=f._visualValues||(f._visualValues={});T[o]=x}}function so(n,t){const e=n.scales;return Object.keys(e).filter(i=>e[i].axis===t).shift()}function $p(n,t){return Sn(n,{active:!1,dataset:void 0,datasetIndex:t,index:t,mode:"default",type:"dataset"})}function jp(n,t,e){return Sn(n,{active:!1,dataIndex:t,parsed:void 0,raw:void 0,element:e,index:t,mode:"default",type:"data"})}function cs(n,t){const e=n.controller.index,i=n.vScale&&n.vScale.axis;if(i){t=t||n._parsed;for(const s of t){const r=s._stacks;if(!r||r[i]===void 0||r[i][e]===void 0)return;delete r[i][e],r[i]._visualValues!==void 0&&r[i]._visualValues[e]!==void 0&&delete r[i]._visualValues[e]}}}const ro=n=>n==="reset"||n==="none",_u=(n,t)=>t?n:Object.assign({},n),qp=(n,t,e)=>n&&!t.hidden&&t._stacked&&{keys:gu(e,!0),values:null};class Fe{constructor(t,e){this.chart=t,this._ctx=t.ctx,this.index=e,this._cachedDataOpts={},this._cachedMeta=this.getMeta(),this._type=this._cachedMeta.type,this.options=void 0,this._parsing=!1,this._data=void 0,this._objectData=void 0,this._sharedOptions=void 0,this._drawStart=void 0,this._drawCount=void 0,this.enableOptionSharing=!1,this.supportsDecimation=!1,this.$context=void 0,this._syncList=[],this.datasetElementType=new.target.datasetElementType,this.dataElementType=new.target.dataElementType,this.initialize()}initialize(){const t=this._cachedMeta;this.configure(),this.linkScales(),t._stacked=io(t.vScale,t),this.addElements(),this.options.fill&&!this.chart.isPluginEnabled("filler")&&console.warn("Tried to use the 'fill' option without the 'Filler' plugin enabled. Please import and register the 'Filler' plugin and make sure it is not disabled in the options")}updateIndex(t){this.index!==t&&cs(this._cachedMeta),this.index=t}linkScales(){const t=this.chart,e=this._cachedMeta,i=this.getDataset(),s=(h,f,m,g)=>h==="x"?f:h==="r"?g:m,r=e.xAxisID=rt(i.xAxisID,so(t,"x")),a=e.yAxisID=rt(i.yAxisID,so(t,"y")),o=e.rAxisID=rt(i.rAxisID,so(t,"r")),l=e.indexAxis,c=e.iAxisID=s(l,r,a,o),u=e.vAxisID=s(l,a,r,o);e.xScale=this.getScaleForId(r),e.yScale=this.getScaleForId(a),e.rScale=this.getScaleForId(o),e.iScale=this.getScaleForId(c),e.vScale=this.getScaleForId(u)}getDataset(){return this.chart.data.datasets[this.index]}getMeta(){return this.chart.getDatasetMeta(this.index)}getScaleForId(t){return this.chart.scales[t]}_getOtherScale(t){const e=this._cachedMeta;return t===e.iScale?e.vScale:e.iScale}reset(){this._update("reset")}_destroy(){const t=this._cachedMeta;this._data&&Lc(this._data,this),t._stacked&&cs(t)}_dataCheck(){const t=this.getDataset(),e=t.data||(t.data=[]),i=this._data;if(ht(e)){const s=this._cachedMeta;this._data=Hp(e,s)}else if(i!==e){if(i){Lc(i,this);const s=this._cachedMeta;cs(s),s._parsed=[]}e&&Object.isExtensible(e)&&Ag(e,this),this._syncList=[],this._data=e}}addElements(){const t=this._cachedMeta;this._dataCheck(),this.datasetElementType&&(t.dataset=new this.datasetElementType)}buildOrUpdateElements(t){const e=this._cachedMeta,i=this.getDataset();let s=!1;this._dataCheck();const r=e._stacked;e._stacked=io(e.vScale,e),e.stack!==i.stack&&(s=!0,cs(e),e.stack=i.stack),this._resyncElements(t),(s||r!==e._stacked)&&(bu(this,e._parsed),e._stacked=io(e.vScale,e))}configure(){const t=this.chart.config,e=t.datasetScopeKeys(this._type),i=t.getOptionScopes(this.getDataset(),e,!0);this.options=t.createResolver(i,this.getContext()),this._parsing=this.options.parsing,this._cachedDataOpts={}}parse(t,e){const{_cachedMeta:i,_data:s}=this,{iScale:r,_stacked:a}=i,o=r.axis;let l=t===0&&e===s.length?!0:i._sorted,c=t>0&&i._parsed[t-1],u,h,f;if(this._parsing===!1)i._parsed=s,i._sorted=!0,f=s;else{wt(s[t])?f=this.parseArrayData(i,s,t,e):ht(s[t])?f=this.parseObjectData(i,s,t,e):f=this.parsePrimitiveData(i,s,t,e);const m=()=>h[o]===null||c&&h[o]<c[o];for(u=0;u<e;++u)i._parsed[u+t]=h=f[u],l&&(m()&&(l=!1),c=h);i._sorted=l}a&&bu(this,f)}parsePrimitiveData(t,e,i,s){const{iScale:r,vScale:a}=t,o=r.axis,l=a.axis,c=r.getLabels(),u=r===a,h=new Array(s);let f,m,g;for(f=0,m=s;f<m;++f)g=f+i,h[f]={[o]:u||r.parse(c[g],g),[l]:a.parse(e[g],g)};return h}parseArrayData(t,e,i,s){const{xScale:r,yScale:a}=t,o=new Array(s);let l,c,u,h;for(l=0,c=s;l<c;++l)u=l+i,h=e[u],o[l]={x:r.parse(h[0],u),y:a.parse(h[1],u)};return o}parseObjectData(t,e,i,s){const{xScale:r,yScale:a}=t,{xAxisKey:o="x",yAxisKey:l="y"}=this._parsing,c=new Array(s);let u,h,f,m;for(u=0,h=s;u<h;++u)f=u+i,m=e[f],c[u]={x:r.parse(bn(m,o),f),y:a.parse(bn(m,l),f)};return c}getParsed(t){return this._cachedMeta._parsed[t]}getDataElement(t){return this._cachedMeta.data[t]}applyStack(t,e,i){const s=this.chart,r=this._cachedMeta,a=e[t.axis],o={keys:gu(s,!0),values:e._stacks[t.axis]._visualValues};return pu(o,a,r.index,{mode:i})}updateRangeFromParsed(t,e,i,s){const r=i[e.axis];let a=r===null?NaN:r;const o=s&&i._stacks[e.axis];s&&o&&(s.values=o,a=pu(s,r,this._cachedMeta.index)),t.min=Math.min(t.min,a),t.max=Math.max(t.max,a)}getMinMax(t,e){const i=this._cachedMeta,s=i._parsed,r=i._sorted&&t===i.iScale,a=s.length,o=this._getOtherScale(t),l=qp(e,i,this.chart),c={min:Number.POSITIVE_INFINITY,max:Number.NEGATIVE_INFINITY},{min:u,max:h}=Vp(o);let f,m;function g(){m=s[f];const _=m[o.axis];return!Pt(m[t.axis])||u>_||h<_}for(f=0;f<a&&!(!g()&&(this.updateRangeFromParsed(c,t,m,l),r));++f);if(r){for(f=a-1;f>=0;--f)if(!g()){this.updateRangeFromParsed(c,t,m,l);break}}return c}getAllParsedValues(t){const e=this._cachedMeta._parsed,i=[];let s,r,a;for(s=0,r=e.length;s<r;++s)a=e[s][t.axis],Pt(a)&&i.push(a);return i}getMaxOverflow(){return!1}getLabelAndValue(t){const e=this._cachedMeta,i=e.iScale,s=e.vScale,r=this.getParsed(t);return{label:i?""+i.getLabelForValue(r[i.axis]):"",value:s?""+s.getLabelForValue(r[s.axis]):""}}_update(t){const e=this._cachedMeta;this.update(t||"default"),e._clip=Up(rt(this.options.clip,zp(e.xScale,e.yScale,this.getMaxOverflow())))}update(t){}draw(){const t=this._ctx,e=this.chart,i=this._cachedMeta,s=i.data||[],r=e.chartArea,a=[],o=this._drawStart||0,l=this._drawCount||s.length-o,c=this.options.drawActiveElementsOnTop;let u;for(i.dataset&&i.dataset.draw(t,r,o,l),u=o;u<o+l;++u){const h=s[u];h.hidden||(h.active&&c?a.push(h):h.draw(t,r))}for(u=0;u<a.length;++u)a[u].draw(t,r)}getStyle(t,e){const i=e?"active":"default";return t===void 0&&this._cachedMeta.dataset?this.resolveDatasetElementOptions(i):this.resolveDataElementOptions(t||0,i)}getContext(t,e,i){const s=this.getDataset();let r;if(t>=0&&t<this._cachedMeta.data.length){const a=this._cachedMeta.data[t];r=a.$context||(a.$context=jp(this.getContext(),t,a)),r.parsed=this.getParsed(t),r.raw=s.data[t],r.index=r.dataIndex=t}else r=this.$context||(this.$context=$p(this.chart.getContext(),this.index)),r.dataset=s,r.index=r.datasetIndex=this.index;return r.active=!!e,r.mode=i,r}resolveDatasetElementOptions(t){return this._resolveElementOptions(this.datasetElementType.id,t)}resolveDataElementOptions(t,e){return this._resolveElementOptions(this.dataElementType.id,e,t)}_resolveElementOptions(t,e="default",i){const s=e==="active",r=this._cachedDataOpts,a=t+"-"+e,o=r[a],l=this.enableOptionSharing&&ge(i);if(o)return _u(o,l);const c=this.chart.config,u=c.datasetElementScopeKeys(this._type,t),h=s?[`${t}Hover`,"hover",t,""]:[t,""],f=c.getOptionScopes(this.getDataset(),u),m=Object.keys(At.elements[t]),g=()=>this.getContext(i,s,e),_=c.resolveNamedOptions(f,m,g,h);return _.$shared&&(_.$shared=l,r[a]=Object.freeze(_u(_,l))),_}_resolveAnimations(t,e,i){const s=this.chart,r=this._cachedDataOpts,a=`animation-${e}`,o=r[a];if(o)return o;let l;if(s.options.animation!==!1){const u=this.chart.config,h=u.datasetAnimationScopeKeys(this._type,e),f=u.getOptionScopes(this.getDataset(),h);l=u.createResolver(f,this.getContext(t,i,e))}const c=new no(s,l&&l.animations);return l&&l._cacheable&&(r[a]=Object.freeze(c)),c}getSharedOptions(t){if(t.$shared)return this._sharedOptions||(this._sharedOptions=Object.assign({},t))}includeOptions(t,e){return!e||ro(t)||this.chart._animationsDisabled}_getSharedOptions(t,e){const i=this.resolveDataElementOptions(t,e),s=this._sharedOptions,r=this.getSharedOptions(i),a=this.includeOptions(e,r)||r!==s;return this.updateSharedOptions(r,e,i),{sharedOptions:r,includeOptions:a}}updateElement(t,e,i,s){ro(s)?Object.assign(t,i):this._resolveAnimations(e,s).update(t,i)}updateSharedOptions(t,e,i){t&&!ro(e)&&this._resolveAnimations(void 0,e).update(t,i)}_setStyle(t,e,i,s){t.active=s;const r=this.getStyle(e,s);this._resolveAnimations(e,i,s).update(t,{options:!s&&this.getSharedOptions(r)||r})}removeHoverStyle(t,e,i){this._setStyle(t,i,"active",!1)}setHoverStyle(t,e,i){this._setStyle(t,i,"active",!0)}_removeDatasetHoverStyle(){const t=this._cachedMeta.dataset;t&&this._setStyle(t,void 0,"active",!1)}_setDatasetHoverStyle(){const t=this._cachedMeta.dataset;t&&this._setStyle(t,void 0,"active",!0)}_resyncElements(t){const e=this._data,i=this._cachedMeta.data;for(const[o,l,c]of this._syncList)this[o](l,c);this._syncList=[];const s=i.length,r=e.length,a=Math.min(r,s);a&&this.parse(0,a),r>s?this._insertElements(s,r-s,t):r<s&&this._removeElements(r,s-r)}_insertElements(t,e,i=!0){const s=this._cachedMeta,r=s.data,a=t+e;let o;const l=c=>{for(c.length+=e,o=c.length-1;o>=a;o--)c[o]=c[o-e]};for(l(r),o=t;o<a;++o)r[o]=new this.dataElementType;this._parsing&&l(s._parsed),this.parse(t,e),i&&this.updateElements(r,t,e,"reset")}updateElements(t,e,i,s){}_removeElements(t,e){const i=this._cachedMeta;if(this._parsing){const s=i._parsed.splice(t,e);i._stacked&&cs(i,s)}i.data.splice(t,e)}_sync(t){if(this._parsing)this._syncList.push(t);else{const[e,i,s]=t;this[e](i,s)}this.chart._dataChanges.push([this.index,...t])}_onDataPush(){const t=arguments.length;this._sync(["_insertElements",this.getDataset().data.length-t,t])}_onDataPop(){this._sync(["_removeElements",this._cachedMeta.data.length-1,1])}_onDataShift(){this._sync(["_removeElements",0,1])}_onDataSplice(t,e){e&&this._sync(["_removeElements",t,e]);const i=arguments.length-2;i&&this._sync(["_insertElements",t,i])}_onDataUnshift(){this._sync(["_insertElements",0,arguments.length])}}P(Fe,"defaults",{}),P(Fe,"datasetElementType",null),P(Fe,"dataElementType",null);function Gp(n,t){if(!n._cache.$bar){const e=n.getMatchingVisibleMetas(t);let i=[];for(let s=0,r=e.length;s<r;s++)i=i.concat(e[s].controller.getAllParsedValues(n));n._cache.$bar=Nc(i.sort((s,r)=>s-r))}return n._cache.$bar}function Kp(n){const t=n.iScale,e=Gp(t,n.type);let i=t._length,s,r,a,o;const l=()=>{a===32767||a===-32768||(ge(o)&&(i=Math.min(i,Math.abs(a-o)||i)),o=a)};for(s=0,r=e.length;s<r;++s)a=t.getPixelForValue(e[s]),l();for(o=void 0,s=0,r=t.ticks.length;s<r;++s)a=t.getPixelForTick(s),l();return i}function Xp(n,t,e,i){const s=e.barThickness;let r,a;return st(s)?(r=t.min*e.categoryPercentage,a=e.barPercentage):(r=s*i,a=1),{chunk:r/i,ratio:a,start:t.pixels[n]-r/2}}function Zp(n,t,e,i){const s=t.pixels,r=s[n];let a=n>0?s[n-1]:null,o=n<s.length-1?s[n+1]:null;const l=e.categoryPercentage;a===null&&(a=r-(o===null?t.end-t.start:o-r)),o===null&&(o=r+r-a);const c=r-(r-Math.min(a,o))/2*l;return{chunk:Math.abs(o-a)/2*l/i,ratio:e.barPercentage,start:c}}function Qp(n,t,e,i){const s=e.parse(n[0],i),r=e.parse(n[1],i),a=Math.min(s,r),o=Math.max(s,r);let l=a,c=o;Math.abs(a)>Math.abs(o)&&(l=o,c=a),t[e.axis]=c,t._custom={barStart:l,barEnd:c,start:s,end:r,min:a,max:o}}function xu(n,t,e,i){return wt(n)?Qp(n,t,e,i):t[e.axis]=e.parse(n,i),t}function wu(n,t,e,i){const s=n.iScale,r=n.vScale,a=s.getLabels(),o=s===r,l=[];let c,u,h,f;for(c=e,u=e+i;c<u;++c)f=t[c],h={},h[s.axis]=o||s.parse(a[c],c),l.push(xu(f,h,r,c));return l}function ao(n){return n&&n.barStart!==void 0&&n.barEnd!==void 0}function Jp(n,t,e){return n!==0?We(n):(t.isHorizontal()?1:-1)*(t.min>=e?1:-1)}function ty(n){let t,e,i,s,r;return n.horizontal?(t=n.base>n.x,e="left",i="right"):(t=n.base<n.y,e="bottom",i="top"),t?(s="end",r="start"):(s="start",r="end"),{start:e,end:i,reverse:t,top:s,bottom:r}}function ey(n,t,e,i){let s=t.borderSkipped;const r={};if(!s){n.borderSkipped=r;return}if(s===!0){n.borderSkipped={top:!0,right:!0,bottom:!0,left:!0};return}const{start:a,end:o,reverse:l,top:c,bottom:u}=ty(n);s==="middle"&&e&&(n.enableBorderRadius=!0,(e._top||0)===i?s=c:(e._bottom||0)===i?s=u:(r[Su(u,a,o,l)]=!0,s=c)),r[Su(s,a,o,l)]=!0,n.borderSkipped=r}function Su(n,t,e,i){return i?(n=ny(n,t,e),n=vu(n,e,t)):n=vu(n,t,e),n}function ny(n,t,e){return n===t?e:n===e?t:n}function vu(n,t,e){return n==="start"?t:n==="end"?e:n}function iy(n,{inflateAmount:t},e){n.inflateAmount=t==="auto"?e===1?.33:0:t}class us extends Fe{parsePrimitiveData(t,e,i,s){return wu(t,e,i,s)}parseArrayData(t,e,i,s){return wu(t,e,i,s)}parseObjectData(t,e,i,s){const{iScale:r,vScale:a}=t,{xAxisKey:o="x",yAxisKey:l="y"}=this._parsing,c=r.axis==="x"?o:l,u=a.axis==="x"?o:l,h=[];let f,m,g,_;for(f=i,m=i+s;f<m;++f)_=e[f],g={},g[r.axis]=r.parse(bn(_,c),f),h.push(xu(bn(_,u),g,a,f));return h}updateRangeFromParsed(t,e,i,s){super.updateRangeFromParsed(t,e,i,s);const r=i._custom;r&&e===this._cachedMeta.vScale&&(t.min=Math.min(t.min,r.min),t.max=Math.max(t.max,r.max))}getMaxOverflow(){return 0}getLabelAndValue(t){const e=this._cachedMeta,{iScale:i,vScale:s}=e,r=this.getParsed(t),a=r._custom,o=ao(a)?"["+a.start+", "+a.end+"]":""+s.getLabelForValue(r[s.axis]);return{label:""+i.getLabelForValue(r[i.axis]),value:o}}initialize(){this.enableOptionSharing=!0,super.initialize();const t=this._cachedMeta;t.stack=this.getDataset().stack}update(t){const e=this._cachedMeta;this.updateElements(e.data,0,e.data.length,t)}updateElements(t,e,i,s){const r=s==="reset",{index:a,_cachedMeta:{vScale:o}}=this,l=o.getBasePixel(),c=o.isHorizontal(),u=this._getRuler(),{sharedOptions:h,includeOptions:f}=this._getSharedOptions(e,s);for(let m=e;m<e+i;m++){const g=this.getParsed(m),_=r||st(g[o.axis])?{base:l,head:l}:this._calculateBarValuePixels(m),x=this._calculateBarIndexPixels(m,u),S=(g._stacks||{})[o.axis],T={horizontal:c,base:_.base,enableBorderRadius:!S||ao(g._custom)||a===S._top||a===S._bottom,x:c?_.head:x.center,y:c?x.center:_.head,height:c?x.size:Math.abs(_.size),width:c?Math.abs(_.size):x.size};f&&(T.options=h||this.resolveDataElementOptions(m,t[m].active?"active":s));const D=T.options||t[m].options;ey(T,D,S,a),iy(T,D,u.ratio),this.updateElement(t[m],m,T,s)}}_getStacks(t,e){const{iScale:i}=this._cachedMeta,s=i.getMatchingVisibleMetas(this._type).filter(u=>u.controller.options.grouped),r=i.options.stacked,a=[],o=this._cachedMeta.controller.getParsed(e),l=o&&o[i.axis],c=u=>{const h=u._parsed.find(m=>m[i.axis]===l),f=h&&h[u.vScale.axis];if(st(f)||isNaN(f))return!0};for(const u of s)if(!(e!==void 0&&c(u))&&((r===!1||a.indexOf(u.stack)===-1||r===void 0&&u.stack===void 0)&&a.push(u.stack),u.index===t))break;return a.length||a.push(void 0),a}_getStackCount(t){return this._getStacks(void 0,t).length}_getAxisCount(){return this._getAxis().length}getFirstScaleIdForIndexAxis(){const t=this.chart.scales,e=this.chart.options.indexAxis;return Object.keys(t).filter(i=>t[i].axis===e).shift()}_getAxis(){const t={},e=this.getFirstScaleIdForIndexAxis();for(const i of this.chart.data.datasets)t[rt(this.chart.options.indexAxis==="x"?i.xAxisID:i.yAxisID,e)]=!0;return Object.keys(t)}_getStackIndex(t,e,i){const s=this._getStacks(t,i),r=e!==void 0?s.indexOf(e):-1;return r===-1?s.length-1:r}_getRuler(){const t=this.options,e=this._cachedMeta,i=e.iScale,s=[];let r,a;for(r=0,a=e.data.length;r<a;++r)s.push(i.getPixelForValue(this.getParsed(r)[i.axis],r));const o=t.barThickness;return{min:o||Kp(e),pixels:s,start:i._startPixel,end:i._endPixel,stackCount:this._getStackCount(),scale:i,grouped:t.grouped,ratio:o?1:t.categoryPercentage*t.barPercentage}}_calculateBarValuePixels(t){const{_cachedMeta:{vScale:e,_stacked:i,index:s},options:{base:r,minBarLength:a}}=this,o=r||0,l=this.getParsed(t),c=l._custom,u=ao(c);let h=l[e.axis],f=0,m=i?this.applyStack(e,l,i):h,g,_;m!==h&&(f=m-h,m=h),u&&(h=c.barStart,m=c.barEnd-c.barStart,h!==0&&We(h)!==We(c.barEnd)&&(f=0),f+=h);const x=!st(r)&&!u?r:f;let S=e.getPixelForValue(x);if(this.chart.getDataVisibility(t)?g=e.getPixelForValue(f+m):g=S,_=g-S,Math.abs(_)<a){_=Jp(_,e,o)*a,h===o&&(S-=_/2);const T=e.getPixelForDecimal(0),D=e.getPixelForDecimal(1),E=Math.min(T,D),C=Math.max(T,D);S=Math.max(Math.min(S,C),E),g=S+_,i&&!u&&(l._stacks[e.axis]._visualValues[s]=e.getValueForPixel(g)-e.getValueForPixel(S))}if(S===e.getPixelForValue(o)){const T=We(_)*e.getLineWidthForValue(o)/2;S+=T,_-=T}return{size:_,base:S,head:g,center:g+_/2}}_calculateBarIndexPixels(t,e){const i=e.scale,s=this.options,r=s.skipNull,a=rt(s.maxBarThickness,1/0);let o,l;const c=this._getAxisCount();if(e.grouped){const u=r?this._getStackCount(t):e.stackCount,h=s.barThickness==="flex"?Zp(t,e,s,u*c):Xp(t,e,s,u*c),f=this.chart.options.indexAxis==="x"?this.getDataset().xAxisID:this.getDataset().yAxisID,m=this._getAxis().indexOf(rt(f,this.getFirstScaleIdForIndexAxis())),g=this._getStackIndex(this.index,this._cachedMeta.stack,r?t:void 0)+m;o=h.start+h.chunk*g+h.chunk/2,l=Math.min(a,h.chunk*h.ratio)}else o=i.getPixelForValue(this.getParsed(t)[i.axis],t),l=Math.min(a,e.min*e.ratio);return{base:o-l/2,head:o+l/2,center:o,size:l}}draw(){const t=this._cachedMeta,e=t.vScale,i=t.data,s=i.length;let r=0;for(;r<s;++r)this.getParsed(r)[e.axis]!==null&&!i[r].hidden&&i[r].draw(this._ctx)}}P(us,"id","bar"),P(us,"defaults",{datasetElementType:!1,dataElementType:"bar",categoryPercentage:.8,barPercentage:.9,grouped:!0,animations:{numbers:{type:"number",properties:["x","y","base","width","height"]}}}),P(us,"overrides",{scales:{_index_:{type:"category",offset:!0,grid:{offset:!0}},_value_:{type:"linear",beginAtZero:!0}}});class vr extends Fe{initialize(){this.enableOptionSharing=!0,super.initialize()}parsePrimitiveData(t,e,i,s){const r=super.parsePrimitiveData(t,e,i,s);for(let a=0;a<r.length;a++)r[a]._custom=this.resolveDataElementOptions(a+i).radius;return r}parseArrayData(t,e,i,s){const r=super.parseArrayData(t,e,i,s);for(let a=0;a<r.length;a++){const o=e[i+a];r[a]._custom=rt(o[2],this.resolveDataElementOptions(a+i).radius)}return r}parseObjectData(t,e,i,s){const r=super.parseObjectData(t,e,i,s);for(let a=0;a<r.length;a++){const o=e[i+a];r[a]._custom=rt(o&&o.r&&+o.r,this.resolveDataElementOptions(a+i).radius)}return r}getMaxOverflow(){const t=this._cachedMeta.data;let e=0;for(let i=t.length-1;i>=0;--i)e=Math.max(e,t[i].size(this.resolveDataElementOptions(i))/2);return e>0&&e}getLabelAndValue(t){const e=this._cachedMeta,i=this.chart.data.labels||[],{xScale:s,yScale:r}=e,a=this.getParsed(t),o=s.getLabelForValue(a.x),l=r.getLabelForValue(a.y),c=a._custom;return{label:i[t]||"",value:"("+o+", "+l+(c?", "+c:"")+")"}}update(t){const e=this._cachedMeta.data;this.updateElements(e,0,e.length,t)}updateElements(t,e,i,s){const r=s==="reset",{iScale:a,vScale:o}=this._cachedMeta,{sharedOptions:l,includeOptions:c}=this._getSharedOptions(e,s),u=a.axis,h=o.axis;for(let f=e;f<e+i;f++){const m=t[f],g=!r&&this.getParsed(f),_={},x=_[u]=r?a.getPixelForDecimal(.5):a.getPixelForValue(g[u]),S=_[h]=r?o.getBasePixel():o.getPixelForValue(g[h]);_.skip=isNaN(x)||isNaN(S),c&&(_.options=l||this.resolveDataElementOptions(f,m.active?"active":s),r&&(_.options.radius=0)),this.updateElement(m,f,_,s)}}resolveDataElementOptions(t,e){const i=this.getParsed(t);let s=super.resolveDataElementOptions(t,e);s.$shared&&(s=Object.assign({},s,{$shared:!1}));const r=s.radius;return e!=="active"&&(s.radius=0),s.radius+=rt(i&&i._custom,r),s}}P(vr,"id","bubble"),P(vr,"defaults",{datasetElementType:!1,dataElementType:"point",animations:{numbers:{type:"number",properties:["x","y","borderWidth","radius"]}}}),P(vr,"overrides",{scales:{x:{type:"linear"},y:{type:"linear"}}});function sy(n,t,e){let i=1,s=1,r=0,a=0;if(t<Ct){const o=n,l=o+t,c=Math.cos(o),u=Math.sin(o),h=Math.cos(l),f=Math.sin(l),m=(D,E,C)=>ns(D,o,l,!0)?1:Math.max(E,E*e,C,C*e),g=(D,E,C)=>ns(D,o,l,!0)?-1:Math.min(E,E*e,C,C*e),_=m(0,c,h),x=m(Et,u,f),S=g(ct,c,h),T=g(ct+Et,u,f);i=(_-S)/2,s=(x-T)/2,r=-(_+S)/2,a=-(x+T)/2}return{ratioX:i,ratioY:s,offsetX:r,offsetY:a}}class sn extends Fe{constructor(t,e){super(t,e),this.enableOptionSharing=!0,this.innerRadius=void 0,this.outerRadius=void 0,this.offsetX=void 0,this.offsetY=void 0}linkScales(){}parse(t,e){const i=this.getDataset().data,s=this._cachedMeta;if(this._parsing===!1)s._parsed=i;else{let r=l=>+i[l];if(ht(i[t])){const{key:l="value"}=this._parsing;r=c=>+bn(i[c],l)}let a,o;for(a=t,o=t+e;a<o;++a)s._parsed[a]=r(a)}}_getRotation(){return Vt(this.options.rotation-90)}_getCircumference(){return Vt(this.options.circumference)}_getRotationExtents(){let t=Ct,e=-Ct;for(let i=0;i<this.chart.data.datasets.length;++i)if(this.chart.isDatasetVisible(i)&&this.chart.getDatasetMeta(i).type===this._type){const s=this.chart.getDatasetMeta(i).controller,r=s._getRotation(),a=s._getCircumference();t=Math.min(t,r),e=Math.max(e,r+a)}return{rotation:t,circumference:e-t}}update(t){const e=this.chart,{chartArea:i}=e,s=this._cachedMeta,r=s.data,a=this.getMaxBorderWidth()+this.getMaxOffset(r)+this.options.spacing,o=Math.max((Math.min(i.width,i.height)-a)/2,0),l=Math.min(yg(this.options.cutout,o),1),c=this._getRingWeight(this.index),{circumference:u,rotation:h}=this._getRotationExtents(),{ratioX:f,ratioY:m,offsetX:g,offsetY:_}=sy(h,u,l),x=(i.width-a)/f,S=(i.height-a)/m,T=Math.max(Math.min(x,S)/2,0),D=Dc(this.options.radius,T),E=Math.max(D*l,0),C=(D-E)/this._getVisibleDatasetWeightTotal();this.offsetX=g*D,this.offsetY=_*D,s.total=this.calculateTotal(),this.outerRadius=D-C*this._getRingWeightOffset(this.index),this.innerRadius=Math.max(this.outerRadius-C*c,0),this.updateElements(r,0,r.length,t)}_circumference(t,e){const i=this.options,s=this._cachedMeta,r=this._getCircumference();return e&&i.animation.animateRotate||!this.chart.getDataVisibility(t)||s._parsed[t]===null||s.data[t].hidden?0:this.calculateCircumference(s._parsed[t]*r/Ct)}updateElements(t,e,i,s){const r=s==="reset",a=this.chart,o=a.chartArea,c=a.options.animation,u=(o.left+o.right)/2,h=(o.top+o.bottom)/2,f=r&&c.animateScale,m=f?0:this.innerRadius,g=f?0:this.outerRadius,{sharedOptions:_,includeOptions:x}=this._getSharedOptions(e,s);let S=this._getRotation(),T;for(T=0;T<e;++T)S+=this._circumference(T,r);for(T=e;T<e+i;++T){const D=this._circumference(T,r),E=t[T],C={x:u+this.offsetX,y:h+this.offsetY,startAngle:S,endAngle:S+D,circumference:D,outerRadius:g,innerRadius:m};x&&(C.options=_||this.resolveDataElementOptions(T,E.active?"active":s)),S+=D,this.updateElement(E,T,C,s)}}calculateTotal(){const t=this._cachedMeta,e=t.data;let i=0,s;for(s=0;s<e.length;s++){const r=t._parsed[s];r!==null&&!isNaN(r)&&this.chart.getDataVisibility(s)&&!e[s].hidden&&(i+=Math.abs(r))}return i}calculateCircumference(t){const e=this._cachedMeta.total;return e>0&&!isNaN(t)?Ct*(Math.abs(t)/e):0}getLabelAndValue(t){const e=this._cachedMeta,i=this.chart,s=i.data.labels||[],r=ss(e._parsed[t],i.options.locale);return{label:s[t]||"",value:r}}getMaxBorderWidth(t){let e=0;const i=this.chart;let s,r,a,o,l;if(!t){for(s=0,r=i.data.datasets.length;s<r;++s)if(i.isDatasetVisible(s)){a=i.getDatasetMeta(s),t=a.data,o=a.controller;break}}if(!t)return 0;for(s=0,r=t.length;s<r;++s)l=o.resolveDataElementOptions(s),l.borderAlign!=="inner"&&(e=Math.max(e,l.borderWidth||0,l.hoverBorderWidth||0));return e}getMaxOffset(t){let e=0;for(let i=0,s=t.length;i<s;++i){const r=this.resolveDataElementOptions(i);e=Math.max(e,r.offset||0,r.hoverOffset||0)}return e}_getRingWeightOffset(t){let e=0;for(let i=0;i<t;++i)this.chart.isDatasetVisible(i)&&(e+=this._getRingWeight(i));return e}_getRingWeight(t){return Math.max(rt(this.chart.data.datasets[t].weight,1),0)}_getVisibleDatasetWeightTotal(){return this._getRingWeightOffset(this.chart.data.datasets.length)||1}}P(sn,"id","doughnut"),P(sn,"defaults",{datasetElementType:!1,dataElementType:"arc",animation:{animateRotate:!0,animateScale:!1},animations:{numbers:{type:"number",properties:["circumference","endAngle","innerRadius","outerRadius","startAngle","x","y","offset","borderWidth","spacing"]}},cutout:"50%",rotation:0,circumference:360,radius:"100%",spacing:0,indexAxis:"r"}),P(sn,"descriptors",{_scriptable:t=>t!=="spacing",_indexable:t=>t!=="spacing"&&!t.startsWith("borderDash")&&!t.startsWith("hoverBorderDash")}),P(sn,"overrides",{aspectRatio:1,plugins:{legend:{labels:{generateLabels(t){const e=t.data,{labels:{pointStyle:i,textAlign:s,color:r,useBorderRadius:a,borderRadius:o}}=t.legend.options;return e.labels.length&&e.datasets.length?e.labels.map((l,c)=>{const h=t.getDatasetMeta(0).controller.getStyle(c);return{text:l,fillStyle:h.backgroundColor,fontColor:r,hidden:!t.getDataVisibility(c),lineDash:h.borderDash,lineDashOffset:h.borderDashOffset,lineJoin:h.borderJoinStyle,lineWidth:h.borderWidth,strokeStyle:h.borderColor,textAlign:s,pointStyle:i,borderRadius:a&&(o||h.borderRadius),index:c}}):[]}},onClick(t,e,i){i.chart.toggleDataVisibility(e.index),i.chart.update()}}}});class ds extends Fe{initialize(){this.enableOptionSharing=!0,this.supportsDecimation=!0,super.initialize()}update(t){const e=this._cachedMeta,{dataset:i,data:s=[],_dataset:r}=e,a=this.chart._animationsDisabled;let{start:o,count:l}=zc(e,s,a);this._drawStart=o,this._drawCount=l,Uc(e)&&(o=0,l=s.length),i._chart=this.chart,i._datasetIndex=this.index,i._decimated=!!r._decimated,i.points=s;const c=this.resolveDatasetElementOptions(t);this.options.showLine||(c.borderWidth=0),c.segment=this.options.segment,this.updateElement(i,void 0,{animated:!a,options:c},t),this.updateElements(s,o,l,t)}updateElements(t,e,i,s){const r=s==="reset",{iScale:a,vScale:o,_stacked:l,_dataset:c}=this._cachedMeta,{sharedOptions:u,includeOptions:h}=this._getSharedOptions(e,s),f=a.axis,m=o.axis,{spanGaps:g,segment:_}=this.options,x=xn(g)?g:Number.POSITIVE_INFINITY,S=this.chart._animationsDisabled||r||s==="none",T=e+i,D=t.length;let E=e>0&&this.getParsed(e-1);for(let C=0;C<D;++C){const A=t[C],k=S?A:{};if(C<e||C>=T){k.skip=!0;continue}const p=this.getParsed(C),b=st(p[m]),v=k[f]=a.getPixelForValue(p[f],C),O=k[m]=r||b?o.getBasePixel():o.getPixelForValue(l?this.applyStack(o,p,l):p[m],C);k.skip=isNaN(v)||isNaN(O)||b,k.stop=C>0&&Math.abs(p[f]-E[f])>x,_&&(k.parsed=p,k.raw=c.data[C]),h&&(k.options=u||this.resolveDataElementOptions(C,A.active?"active":s)),S||this.updateElement(A,C,k,s),E=p}}getMaxOverflow(){const t=this._cachedMeta,e=t.dataset,i=e.options&&e.options.borderWidth||0,s=t.data||[];if(!s.length)return i;const r=s[0].size(this.resolveDataElementOptions(0)),a=s[s.length-1].size(this.resolveDataElementOptions(s.length-1));return Math.max(i,r,a)/2}draw(){const t=this._cachedMeta;t.dataset.updateControlPoints(this.chart.chartArea,t.iScale.axis),super.draw()}}P(ds,"id","line"),P(ds,"defaults",{datasetElementType:"line",dataElementType:"point",showLine:!0,spanGaps:!1}),P(ds,"overrides",{scales:{_index_:{type:"category"},_value_:{type:"linear"}}});class hs extends Fe{constructor(t,e){super(t,e),this.innerRadius=void 0,this.outerRadius=void 0}getLabelAndValue(t){const e=this._cachedMeta,i=this.chart,s=i.data.labels||[],r=ss(e._parsed[t].r,i.options.locale);return{label:s[t]||"",value:r}}parseObjectData(t,e,i,s){return tu.bind(this)(t,e,i,s)}update(t){const e=this._cachedMeta.data;this._updateRadius(),this.updateElements(e,0,e.length,t)}getMinMax(){const t=this._cachedMeta,e={min:Number.POSITIVE_INFINITY,max:Number.NEGATIVE_INFINITY};return t.data.forEach((i,s)=>{const r=this.getParsed(s).r;!isNaN(r)&&this.chart.getDataVisibility(s)&&(r<e.min&&(e.min=r),r>e.max&&(e.max=r))}),e}_updateRadius(){const t=this.chart,e=t.chartArea,i=t.options,s=Math.min(e.right-e.left,e.bottom-e.top),r=Math.max(s/2,0),a=Math.max(i.cutoutPercentage?r/100*i.cutoutPercentage:1,0),o=(r-a)/t.getVisibleDatasetCount();this.outerRadius=r-o*this.index,this.innerRadius=this.outerRadius-o}updateElements(t,e,i,s){const r=s==="reset",a=this.chart,l=a.options.animation,c=this._cachedMeta.rScale,u=c.xCenter,h=c.yCenter,f=c.getIndexAngle(0)-.5*ct;let m=f,g;const _=360/this.countVisibleElements();for(g=0;g<e;++g)m+=this._computeAngle(g,s,_);for(g=e;g<e+i;g++){const x=t[g];let S=m,T=m+this._computeAngle(g,s,_),D=a.getDataVisibility(g)?c.getDistanceFromCenterForValue(this.getParsed(g).r):0;m=T,r&&(l.animateScale&&(D=0),l.animateRotate&&(S=T=f));const E={x:u,y:h,innerRadius:0,outerRadius:D,startAngle:S,endAngle:T,options:this.resolveDataElementOptions(g,x.active?"active":s)};this.updateElement(x,g,E,s)}}countVisibleElements(){const t=this._cachedMeta;let e=0;return t.data.forEach((i,s)=>{!isNaN(this.getParsed(s).r)&&this.chart.getDataVisibility(s)&&e++}),e}_computeAngle(t,e,i){return this.chart.getDataVisibility(t)?Vt(this.resolveDataElementOptions(t,e).angle||i):0}}P(hs,"id","polarArea"),P(hs,"defaults",{dataElementType:"arc",animation:{animateRotate:!0,animateScale:!0},animations:{numbers:{type:"number",properties:["x","y","startAngle","endAngle","innerRadius","outerRadius"]}},indexAxis:"r",startAngle:0}),P(hs,"overrides",{aspectRatio:1,plugins:{legend:{labels:{generateLabels(t){const e=t.data;if(e.labels.length&&e.datasets.length){const{labels:{pointStyle:i,color:s}}=t.legend.options;return e.labels.map((r,a)=>{const l=t.getDatasetMeta(0).controller.getStyle(a);return{text:r,fillStyle:l.backgroundColor,strokeStyle:l.borderColor,fontColor:s,lineWidth:l.borderWidth,pointStyle:i,hidden:!t.getDataVisibility(a),index:a}})}return[]}},onClick(t,e,i){i.chart.toggleDataVisibility(e.index),i.chart.update()}}},scales:{r:{type:"radialLinear",angleLines:{display:!1},beginAtZero:!0,grid:{circular:!0},pointLabels:{display:!1},startAngle:0}}});class oo extends sn{}P(oo,"id","pie"),P(oo,"defaults",{cutout:0,rotation:0,circumference:360,radius:"100%"});class Tr extends Fe{getLabelAndValue(t){const e=this._cachedMeta.vScale,i=this.getParsed(t);return{label:e.getLabels()[t],value:""+e.getLabelForValue(i[e.axis])}}parseObjectData(t,e,i,s){return tu.bind(this)(t,e,i,s)}update(t){const e=this._cachedMeta,i=e.dataset,s=e.data||[],r=e.iScale.getLabels();if(i.points=s,t!=="resize"){const a=this.resolveDatasetElementOptions(t);this.options.showLine||(a.borderWidth=0);const o={_loop:!0,_fullLoop:r.length===s.length,options:a};this.updateElement(i,void 0,o,t)}this.updateElements(s,0,s.length,t)}updateElements(t,e,i,s){const r=this._cachedMeta.rScale,a=s==="reset";for(let o=e;o<e+i;o++){const l=t[o],c=this.resolveDataElementOptions(o,l.active?"active":s),u=r.getPointPositionForValue(o,this.getParsed(o).r),h=a?r.xCenter:u.x,f=a?r.yCenter:u.y,m={x:h,y:f,angle:u.angle,skip:isNaN(h)||isNaN(f),options:c};this.updateElement(l,o,m,s)}}}P(Tr,"id","radar"),P(Tr,"defaults",{datasetElementType:"line",dataElementType:"point",indexAxis:"r",showLine:!0,elements:{line:{fill:"start"}}}),P(Tr,"overrides",{aspectRatio:1,scales:{r:{type:"radialLinear"}}});class Mr extends Fe{getLabelAndValue(t){const e=this._cachedMeta,i=this.chart.data.labels||[],{xScale:s,yScale:r}=e,a=this.getParsed(t),o=s.getLabelForValue(a.x),l=r.getLabelForValue(a.y);return{label:i[t]||"",value:"("+o+", "+l+")"}}update(t){const e=this._cachedMeta,{data:i=[]}=e,s=this.chart._animationsDisabled;let{start:r,count:a}=zc(e,i,s);if(this._drawStart=r,this._drawCount=a,Uc(e)&&(r=0,a=i.length),this.options.showLine){this.datasetElementType||this.addElements();const{dataset:o,_dataset:l}=e;o._chart=this.chart,o._datasetIndex=this.index,o._decimated=!!l._decimated,o.points=i;const c=this.resolveDatasetElementOptions(t);c.segment=this.options.segment,this.updateElement(o,void 0,{animated:!s,options:c},t)}else this.datasetElementType&&(delete e.dataset,this.datasetElementType=!1);this.updateElements(i,r,a,t)}addElements(){const{showLine:t}=this.options;!this.datasetElementType&&t&&(this.datasetElementType=this.chart.registry.getElement("line")),super.addElements()}updateElements(t,e,i,s){const r=s==="reset",{iScale:a,vScale:o,_stacked:l,_dataset:c}=this._cachedMeta,u=this.resolveDataElementOptions(e,s),h=this.getSharedOptions(u),f=this.includeOptions(s,h),m=a.axis,g=o.axis,{spanGaps:_,segment:x}=this.options,S=xn(_)?_:Number.POSITIVE_INFINITY,T=this.chart._animationsDisabled||r||s==="none";let D=e>0&&this.getParsed(e-1);for(let E=e;E<e+i;++E){const C=t[E],A=this.getParsed(E),k=T?C:{},p=st(A[g]),b=k[m]=a.getPixelForValue(A[m],E),v=k[g]=r||p?o.getBasePixel():o.getPixelForValue(l?this.applyStack(o,A,l):A[g],E);k.skip=isNaN(b)||isNaN(v)||p,k.stop=E>0&&Math.abs(A[m]-D[m])>S,x&&(k.parsed=A,k.raw=c.data[E]),f&&(k.options=h||this.resolveDataElementOptions(E,C.active?"active":s)),T||this.updateElement(C,E,k,s),D=A}this.updateSharedOptions(h,s,u)}getMaxOverflow(){const t=this._cachedMeta,e=t.data||[];if(!this.options.showLine){let o=0;for(let l=e.length-1;l>=0;--l)o=Math.max(o,e[l].size(this.resolveDataElementOptions(l))/2);return o>0&&o}const i=t.dataset,s=i.options&&i.options.borderWidth||0;if(!e.length)return s;const r=e[0].size(this.resolveDataElementOptions(0)),a=e[e.length-1].size(this.resolveDataElementOptions(e.length-1));return Math.max(s,r,a)/2}}P(Mr,"id","scatter"),P(Mr,"defaults",{datasetElementType:!1,dataElementType:"point",showLine:!1,fill:!1}),P(Mr,"overrides",{interaction:{mode:"point"},scales:{x:{type:"linear"},y:{type:"linear"}}});var ry=Object.freeze({__proto__:null,BarController:us,BubbleController:vr,DoughnutController:sn,LineController:ds,PieController:oo,PolarAreaController:hs,RadarController:Tr,ScatterController:Mr});function jn(){throw new Error("This method is not implemented: Check that a complete date adapter is provided.")}class lo{constructor(t){P(this,"options");this.options=t||{}}static override(t){Object.assign(lo.prototype,t)}init(){}formats(){return jn()}parse(){return jn()}format(){return jn()}add(){return jn()}diff(){return jn()}startOf(){return jn()}endOf(){return jn()}}var Tu={_date:lo};function ay(n,t,e,i){const{controller:s,data:r,_sorted:a}=n,o=s._cachedMeta.iScale,l=n.dataset&&n.dataset.options?n.dataset.options.spanGaps:null;if(o&&t===o.axis&&t!=="r"&&a&&r.length){const c=o._reversePixels?Og:tn;if(i){if(s._sharedOptions){const u=r[0],h=typeof u.getRange=="function"&&u.getRange(t);if(h){const f=c(r,t,e-h),m=c(r,t,e+h);return{lo:f.lo,hi:m.hi}}}}else{const u=c(r,t,e);if(l){const{vScale:h}=s._cachedMeta,{_parsed:f}=n,m=f.slice(0,u.lo+1).reverse().findIndex(_=>!st(_[h.axis]));u.lo-=Math.max(0,m);const g=f.slice(u.hi).findIndex(_=>!st(_[h.axis]));u.hi+=Math.max(0,g)}return u}}return{lo:0,hi:r.length-1}}function fs(n,t,e,i,s){const r=n.getSortedVisibleDatasetMetas(),a=e[t];for(let o=0,l=r.length;o<l;++o){const{index:c,data:u}=r[o],{lo:h,hi:f}=ay(r[o],t,a,s);for(let m=h;m<=f;++m){const g=u[m];g.skip||i(g,c,m)}}}function oy(n){const t=n.indexOf("x")!==-1,e=n.indexOf("y")!==-1;return function(i,s){const r=t?Math.abs(i.x-s.x):0,a=e?Math.abs(i.y-s.y):0;return Math.sqrt(Math.pow(r,2)+Math.pow(a,2))}}function co(n,t,e,i,s){const r=[];return!s&&!n.isPointInArea(t)||fs(n,e,t,function(o,l,c){!s&&!en(o,n.chartArea,0)||o.inRange(t.x,t.y,i)&&r.push({element:o,datasetIndex:l,index:c})},!0),r}function ly(n,t,e,i){let s=[];function r(a,o,l){const{startAngle:c,endAngle:u}=a.getProps(["startAngle","endAngle"],i),{angle:h}=gr(a,{x:t.x,y:t.y});ns(h,c,u)&&s.push({element:a,datasetIndex:o,index:l})}return fs(n,e,t,r),s}function cy(n,t,e,i,s,r){let a=[];const o=oy(e);let l=Number.POSITIVE_INFINITY;function c(u,h,f){const m=u.inRange(t.x,t.y,s);if(i&&!m)return;const g=u.getCenterPoint(s);if(!(!!r||n.isPointInArea(g))&&!m)return;const x=o(t,g);x<l?(a=[{element:u,datasetIndex:h,index:f}],l=x):x===l&&a.push({element:u,datasetIndex:h,index:f})}return fs(n,e,t,c),a}function uo(n,t,e,i,s,r){return!r&&!n.isPointInArea(t)?[]:e==="r"&&!i?ly(n,t,e,s):cy(n,t,e,i,s,r)}function Mu(n,t,e,i,s){const r=[],a=e==="x"?"inXRange":"inYRange";let o=!1;return fs(n,e,t,(l,c,u)=>{l[a]&&l[a](t[e],s)&&(r.push({element:l,datasetIndex:c,index:u}),o=o||l.inRange(t.x,t.y,s))}),i&&!o?[]:r}var ho={evaluateInteractionItems:fs,modes:{index(n,t,e,i){const s=vn(t,n),r=e.axis||"x",a=e.includeInvisible||!1,o=e.intersect?co(n,s,r,i,a):uo(n,s,r,!1,i,a),l=[];return o.length?(n.getSortedVisibleDatasetMetas().forEach(c=>{const u=o[0].index,h=c.data[u];h&&!h.skip&&l.push({element:h,datasetIndex:c.index,index:u})}),l):[]},dataset(n,t,e,i){const s=vn(t,n),r=e.axis||"xy",a=e.includeInvisible||!1;let o=e.intersect?co(n,s,r,i,a):uo(n,s,r,!1,i,a);if(o.length>0){const l=o[0].datasetIndex,c=n.getDatasetMeta(l).data;o=[];for(let u=0;u<c.length;++u)o.push({element:c[u],datasetIndex:l,index:u})}return o},point(n,t,e,i){const s=vn(t,n),r=e.axis||"xy",a=e.includeInvisible||!1;return co(n,s,r,i,a)},nearest(n,t,e,i){const s=vn(t,n),r=e.axis||"xy",a=e.includeInvisible||!1;return uo(n,s,r,e.intersect,i,a)},x(n,t,e,i){const s=vn(t,n);return Mu(n,s,"x",e.intersect,i)},y(n,t,e,i){const s=vn(t,n);return Mu(n,s,"y",e.intersect,i)}}};const ku=["left","top","right","bottom"];function ms(n,t){return n.filter(e=>e.pos===t)}function Du(n,t){return n.filter(e=>ku.indexOf(e.pos)===-1&&e.box.axis===t)}function gs(n,t){return n.sort((e,i)=>{const s=t?i:e,r=t?e:i;return s.weight===r.weight?s.index-r.index:s.weight-r.weight})}function uy(n){const t=[];let e,i,s,r,a,o;for(e=0,i=(n||[]).length;e<i;++e)s=n[e],{position:r,options:{stack:a,stackWeight:o=1}}=s,t.push({index:e,box:s,pos:r,horizontal:s.isHorizontal(),weight:s.weight,stack:a&&r+a,stackWeight:o});return t}function dy(n){const t={};for(const e of n){const{stack:i,pos:s,stackWeight:r}=e;if(!i||!ku.includes(s))continue;const a=t[i]||(t[i]={count:0,placed:0,weight:0,size:0});a.count++,a.weight+=r}return t}function hy(n,t){const e=dy(n),{vBoxMaxWidth:i,hBoxMaxHeight:s}=t;let r,a,o;for(r=0,a=n.length;r<a;++r){o=n[r];const{fullSize:l}=o.box,c=e[o.stack],u=c&&o.stackWeight/c.weight;o.horizontal?(o.width=u?u*i:l&&t.availableWidth,o.height=s):(o.width=i,o.height=u?u*s:l&&t.availableHeight)}return e}function fy(n){const t=uy(n),e=gs(t.filter(c=>c.box.fullSize),!0),i=gs(ms(t,"left"),!0),s=gs(ms(t,"right")),r=gs(ms(t,"top"),!0),a=gs(ms(t,"bottom")),o=Du(t,"x"),l=Du(t,"y");return{fullSize:e,leftAndTop:i.concat(r),rightAndBottom:s.concat(l).concat(a).concat(o),chartArea:ms(t,"chartArea"),vertical:i.concat(s).concat(l),horizontal:r.concat(a).concat(o)}}function Cu(n,t,e,i){return Math.max(n[e],t[e])+Math.max(n[i],t[i])}function Ou(n,t){n.top=Math.max(n.top,t.top),n.left=Math.max(n.left,t.left),n.bottom=Math.max(n.bottom,t.bottom),n.right=Math.max(n.right,t.right)}function my(n,t,e,i){const{pos:s,box:r}=e,a=n.maxPadding;if(!ht(s)){e.size&&(n[s]-=e.size);const h=i[e.stack]||{size:0,count:1};h.size=Math.max(h.size,e.horizontal?r.height:r.width),e.size=h.size/h.count,n[s]+=e.size}r.getPadding&&Ou(a,r.getPadding());const o=Math.max(0,t.outerWidth-Cu(a,n,"left","right")),l=Math.max(0,t.outerHeight-Cu(a,n,"top","bottom")),c=o!==n.w,u=l!==n.h;return n.w=o,n.h=l,e.horizontal?{same:c,other:u}:{same:u,other:c}}function gy(n){const t=n.maxPadding;function e(i){const s=Math.max(t[i]-n[i],0);return n[i]+=s,s}n.y+=e("top"),n.x+=e("left"),e("right"),e("bottom")}function py(n,t){const e=t.maxPadding;function i(s){const r={left:0,top:0,right:0,bottom:0};return s.forEach(a=>{r[a]=Math.max(t[a],e[a])}),r}return i(n?["left","right"]:["top","bottom"])}function ps(n,t,e,i){const s=[];let r,a,o,l,c,u;for(r=0,a=n.length,c=0;r<a;++r){o=n[r],l=o.box,l.update(o.width||t.w,o.height||t.h,py(o.horizontal,t));const{same:h,other:f}=my(t,e,o,i);c|=h&&s.length,u=u||f,l.fullSize||s.push(o)}return c&&ps(s,t,e,i)||u}function kr(n,t,e,i,s){n.top=e,n.left=t,n.right=t+i,n.bottom=e+s,n.width=i,n.height=s}function Eu(n,t,e,i){const s=e.padding;let{x:r,y:a}=t;for(const o of n){const l=o.box,c=i[o.stack]||{placed:0,weight:1},u=o.stackWeight/c.weight||1;if(o.horizontal){const h=t.w*u,f=c.size||l.height;ge(c.start)&&(a=c.start),l.fullSize?kr(l,s.left,a,e.outerWidth-s.right-s.left,f):kr(l,t.left+c.placed,a,h,f),c.start=a,c.placed+=h,a=l.bottom}else{const h=t.h*u,f=c.size||l.width;ge(c.start)&&(r=c.start),l.fullSize?kr(l,r,s.top,f,e.outerHeight-s.bottom-s.top):kr(l,r,t.top+c.placed,f,h),c.start=r,c.placed+=h,r=l.right}}t.x=r,t.y=a}var ae={addBox(n,t){n.boxes||(n.boxes=[]),t.fullSize=t.fullSize||!1,t.position=t.position||"top",t.weight=t.weight||0,t._layers=t._layers||function(){return[{z:0,draw(e){t.draw(e)}}]},n.boxes.push(t)},removeBox(n,t){const e=n.boxes?n.boxes.indexOf(t):-1;e!==-1&&n.boxes.splice(e,1)},configure(n,t,e){t.fullSize=e.fullSize,t.position=e.position,t.weight=e.weight},update(n,t,e,i){if(!n)return;const s=Yt(n.options.layout.padding),r=Math.max(t-s.width,0),a=Math.max(e-s.height,0),o=fy(n.boxes),l=o.vertical,c=o.horizontal;Mt(n.boxes,_=>{typeof _.beforeLayout=="function"&&_.beforeLayout()});const u=l.reduce((_,x)=>x.box.options&&x.box.options.display===!1?_:_+1,0)||1,h=Object.freeze({outerWidth:t,outerHeight:e,padding:s,availableWidth:r,availableHeight:a,vBoxMaxWidth:r/2/u,hBoxMaxHeight:a/2}),f=Object.assign({},s);Ou(f,Yt(i));const m=Object.assign({maxPadding:f,w:r,h:a,x:s.left,y:s.top},s),g=hy(l.concat(c),h);ps(o.fullSize,m,h,g),ps(l,m,h,g),ps(c,m,h,g)&&ps(l,m,h,g),gy(m),Eu(o.leftAndTop,m,h,g),m.x+=m.w,m.y+=m.h,Eu(o.rightAndBottom,m,h,g),n.chartArea={left:m.left,top:m.top,right:m.left+m.w,bottom:m.top+m.h,height:m.h,width:m.w},Mt(o.chartArea,_=>{const x=_.box;Object.assign(x,n.chartArea),x.update(m.w,m.h,{left:0,top:0,right:0,bottom:0})})}};class Au{acquireContext(t,e){}releaseContext(t){return!1}addEventListener(t,e,i){}removeEventListener(t,e,i){}getDevicePixelRatio(){return 1}getMaximumSize(t,e,i,s){return e=Math.max(0,e||t.width),i=i||t.height,{width:e,height:Math.max(0,s?Math.floor(e/s):i)}}isAttached(t){return!0}updateConfig(t){}}class yy extends Au{acquireContext(t){return t&&t.getContext&&t.getContext("2d")||null}updateConfig(t){t.options.animation=!1}}const Dr="$chartjs",by={touchstart:"mousedown",touchmove:"mousemove",touchend:"mouseup",pointerenter:"mouseenter",pointerdown:"mousedown",pointermove:"mousemove",pointerup:"mouseup",pointerleave:"mouseout",pointerout:"mouseout"},Pu=n=>n===null||n==="";function _y(n,t){const e=n.style,i=n.getAttribute("height"),s=n.getAttribute("width");if(n[Dr]={initial:{height:i,width:s,style:{display:e.display,height:e.height,width:e.width}}},e.display=e.display||"block",e.boxSizing=e.boxSizing||"border-box",Pu(s)){const r=iu(n,"width");r!==void 0&&(n.width=r)}if(Pu(i))if(n.style.height==="")n.height=n.width/(t||2);else{const r=iu(n,"height");r!==void 0&&(n.height=r)}return n}const Ru=Sp?{passive:!0}:!1;function xy(n,t,e){n&&n.addEventListener(t,e,Ru)}function wy(n,t,e){n&&n.canvas&&n.canvas.removeEventListener(t,e,Ru)}function Sy(n,t){const e=by[n.type]||n.type,{x:i,y:s}=vn(n,t);return{type:e,chart:t,native:n,x:i!==void 0?i:null,y:s!==void 0?s:null}}function Cr(n,t){for(const e of n)if(e===t||e.contains(t))return!0}function vy(n,t,e){const i=n.canvas,s=new MutationObserver(r=>{let a=!1;for(const o of r)a=a||Cr(o.addedNodes,i),a=a&&!Cr(o.removedNodes,i);a&&e()});return s.observe(document,{childList:!0,subtree:!0}),s}function Ty(n,t,e){const i=n.canvas,s=new MutationObserver(r=>{let a=!1;for(const o of r)a=a||Cr(o.removedNodes,i),a=a&&!Cr(o.addedNodes,i);a&&e()});return s.observe(document,{childList:!0,subtree:!0}),s}const ys=new Map;let Iu=0;function Lu(){const n=window.devicePixelRatio;n!==Iu&&(Iu=n,ys.forEach((t,e)=>{e.currentDevicePixelRatio!==n&&t()}))}function My(n,t){ys.size||window.addEventListener("resize",Lu),ys.set(n,t)}function ky(n){ys.delete(n),ys.size||window.removeEventListener("resize",Lu)}function Dy(n,t,e){const i=n.canvas,s=i&&eo(i);if(!s)return;const r=Bc((o,l)=>{const c=s.clientWidth;e(o,l),c<s.clientWidth&&e()},window),a=new ResizeObserver(o=>{const l=o[0],c=l.contentRect.width,u=l.contentRect.height;c===0&&u===0||r(c,u)});return a.observe(s),My(n,r),a}function fo(n,t,e){e&&e.disconnect(),t==="resize"&&ky(n)}function Cy(n,t,e){const i=n.canvas,s=Bc(r=>{n.ctx!==null&&e(Sy(r,n))},n);return xy(i,t,s),s}class Oy extends Au{acquireContext(t,e){const i=t&&t.getContext&&t.getContext("2d");return i&&i.canvas===t?(_y(t,e),i):null}releaseContext(t){const e=t.canvas;if(!e[Dr])return!1;const i=e[Dr].initial;["height","width"].forEach(r=>{const a=i[r];st(a)?e.removeAttribute(r):e.setAttribute(r,a)});const s=i.style||{};return Object.keys(s).forEach(r=>{e.style[r]=s[r]}),e.width=e.width,delete e[Dr],!0}addEventListener(t,e,i){this.removeEventListener(t,e);const s=t.$proxies||(t.$proxies={}),a={attach:vy,detach:Ty,resize:Dy}[e]||Cy;s[e]=a(t,e,i)}removeEventListener(t,e){const i=t.$proxies||(t.$proxies={}),s=i[e];if(!s)return;({attach:fo,detach:fo,resize:fo}[e]||wy)(t,e,s),i[e]=void 0}getDevicePixelRatio(){return window.devicePixelRatio}getMaximumSize(t,e,i,s){return wp(t,e,i,s)}isAttached(t){const e=t&&eo(t);return!!(e&&e.isConnected)}}function Ey(n){return!to()||typeof OffscreenCanvas<"u"&&n instanceof OffscreenCanvas?yy:Oy}class Zt{constructor(){P(this,"x");P(this,"y");P(this,"active",!1);P(this,"options");P(this,"$animations")}tooltipPosition(t){const{x:e,y:i}=this.getProps(["x","y"],t);return{x:e,y:i}}hasValue(){return xn(this.x)&&xn(this.y)}getProps(t,e){const i=this.$animations;if(!e||!i)return this;const s={};return t.forEach(r=>{s[r]=i[r]&&i[r].active()?i[r]._to:this[r]}),s}}P(Zt,"defaults",{}),P(Zt,"defaultRoutes");function Ay(n,t){const e=n.options.ticks,i=Py(n),s=Math.min(e.maxTicksLimit||i,i),r=e.major.enabled?Iy(t):[],a=r.length,o=r[0],l=r[a-1],c=[];if(a>s)return Ly(t,c,r,a/s),c;const u=Ry(r,t,s);if(a>0){let h,f;const m=a>1?Math.round((l-o)/(a-1)):null;for(Or(t,c,u,st(m)?0:o-m,o),h=0,f=a-1;h<f;h++)Or(t,c,u,r[h],r[h+1]);return Or(t,c,u,l,st(m)?t.length:l+m),c}return Or(t,c,u),c}function Py(n){const t=n.options.offset,e=n._tickSize(),i=n._length/e+(t?0:1),s=n._maxLength/e;return Math.floor(Math.min(i,s))}function Ry(n,t,e){const i=Ny(n),s=t.length/e;if(!i)return Math.max(s,1);const r=Tg(i);for(let a=0,o=r.length-1;a<o;a++){const l=r[a];if(l>s)return l}return Math.max(s,1)}function Iy(n){const t=[];let e,i;for(e=0,i=n.length;e<i;e++)n[e].major&&t.push(e);return t}function Ly(n,t,e,i){let s=0,r=e[0],a;for(i=Math.ceil(i),a=0;a<n.length;a++)a===r&&(t.push(n[a]),s++,r=e[s*i])}function Or(n,t,e,i,s){const r=rt(i,0),a=Math.min(rt(s,n.length),n.length);let o=0,l,c,u;for(e=Math.ceil(e),s&&(l=s-i,e=l/Math.floor(l/e)),u=r;u<0;)o++,u=Math.round(r+o*e);for(c=Math.max(r,0);c<a;c++)c===u&&(t.push(n[c]),o++,u=Math.round(r+o*e))}function Ny(n){const t=n.length;let e,i;if(t<2)return!1;for(i=n[0],e=1;e<t;++e)if(n[e]-n[e-1]!==i)return!1;return i}const Fy=n=>n==="left"?"right":n==="right"?"left":n,Nu=(n,t,e)=>t==="top"||t==="left"?n[t]+e:n[t]-e,Fu=(n,t)=>Math.min(t||n,n);function Bu(n,t){const e=[],i=n.length/t,s=n.length;let r=0;for(;r<s;r+=i)e.push(n[Math.floor(r)]);return e}function By(n,t,e){const i=n.ticks.length,s=Math.min(t,i-1),r=n._startPixel,a=n._endPixel,o=1e-6;let l=n.getPixelForTick(s),c;if(!(e&&(i===1?c=Math.max(l-r,a-l):t===0?c=(n.getPixelForTick(1)-l)/2:c=(l-n.getPixelForTick(s-1))/2,l+=s<t?c:-c,l<r-o||l>a+o)))return l}function zy(n,t){Mt(n,e=>{const i=e.gc,s=i.length/2;let r;if(s>t){for(r=0;r<s;++r)delete e.data[i[r]];i.splice(0,s)}})}function bs(n){return n.drawTicks?n.tickLength:0}function zu(n,t){if(!n.display)return 0;const e=Rt(n.font,t),i=Yt(n.padding);return(wt(n.text)?n.text.length:1)*e.lineHeight+i.height}function Uy(n,t){return Sn(n,{scale:t,type:"scale"})}function Hy(n,t,e){return Sn(n,{tick:e,index:t,type:"tick"})}function Wy(n,t,e){let i=Va(n);return(e&&t!=="right"||!e&&t==="right")&&(i=Fy(i)),i}function Vy(n,t,e,i){const{top:s,left:r,bottom:a,right:o,chart:l}=n,{chartArea:c,scales:u}=l;let h=0,f,m,g;const _=a-s,x=o-r;if(n.isHorizontal()){if(m=re(i,r,o),ht(e)){const S=Object.keys(e)[0],T=e[S];g=u[S].getPixelForValue(T)+_-t}else e==="center"?g=(c.bottom+c.top)/2+_-t:g=Nu(n,e,t);f=o-r}else{if(ht(e)){const S=Object.keys(e)[0],T=e[S];m=u[S].getPixelForValue(T)-x+t}else e==="center"?m=(c.left+c.right)/2-x+t:m=Nu(n,e,t);g=re(i,a,s),h=e==="left"?-Et:Et}return{titleX:m,titleY:g,maxWidth:f,rotation:h}}class qn extends Zt{constructor(t){super(),this.id=t.id,this.type=t.type,this.options=void 0,this.ctx=t.ctx,this.chart=t.chart,this.top=void 0,this.bottom=void 0,this.left=void 0,this.right=void 0,this.width=void 0,this.height=void 0,this._margins={left:0,right:0,top:0,bottom:0},this.maxWidth=void 0,this.maxHeight=void 0,this.paddingTop=void 0,this.paddingBottom=void 0,this.paddingLeft=void 0,this.paddingRight=void 0,this.axis=void 0,this.labelRotation=void 0,this.min=void 0,this.max=void 0,this._range=void 0,this.ticks=[],this._gridLineItems=null,this._labelItems=null,this._labelSizes=null,this._length=0,this._maxLength=0,this._longestTextCache={},this._startPixel=void 0,this._endPixel=void 0,this._reversePixels=!1,this._userMax=void 0,this._userMin=void 0,this._suggestedMax=void 0,this._suggestedMin=void 0,this._ticksLength=0,this._borderValue=0,this._cache={},this._dataLimitsCached=!1,this.$context=void 0}init(t){this.options=t.setContext(this.getContext()),this.axis=t.axis,this._userMin=this.parse(t.min),this._userMax=this.parse(t.max),this._suggestedMin=this.parse(t.suggestedMin),this._suggestedMax=this.parse(t.suggestedMax)}parse(t,e){return t}getUserBounds(){let{_userMin:t,_userMax:e,_suggestedMin:i,_suggestedMax:s}=this;return t=ke(t,Number.POSITIVE_INFINITY),e=ke(e,Number.NEGATIVE_INFINITY),i=ke(i,Number.POSITIVE_INFINITY),s=ke(s,Number.NEGATIVE_INFINITY),{min:ke(t,i),max:ke(e,s),minDefined:Pt(t),maxDefined:Pt(e)}}getMinMax(t){let{min:e,max:i,minDefined:s,maxDefined:r}=this.getUserBounds(),a;if(s&&r)return{min:e,max:i};const o=this.getMatchingVisibleMetas();for(let l=0,c=o.length;l<c;++l)a=o[l].controller.getMinMax(this,t),s||(e=Math.min(e,a.min)),r||(i=Math.max(i,a.max));return e=r&&e>i?i:e,i=s&&e>i?e:i,{min:ke(e,ke(i,e)),max:ke(i,ke(e,i))}}getPadding(){return{left:this.paddingLeft||0,top:this.paddingTop||0,right:this.paddingRight||0,bottom:this.paddingBottom||0}}getTicks(){return this.ticks}getLabels(){const t=this.chart.data;return this.options.labels||(this.isHorizontal()?t.xLabels:t.yLabels)||t.labels||[]}getLabelItems(t=this.chart.chartArea){return this._labelItems||(this._labelItems=this._computeLabelItems(t))}beforeLayout(){this._cache={},this._dataLimitsCached=!1}beforeUpdate(){Tt(this.options.beforeUpdate,[this])}update(t,e,i){const{beginAtZero:s,grace:r,ticks:a}=this.options,o=a.sampleSize;this.beforeUpdate(),this.maxWidth=t,this.maxHeight=e,this._margins=i=Object.assign({left:0,right:0,top:0,bottom:0},i),this.ticks=null,this._labelSizes=null,this._gridLineItems=null,this._labelItems=null,this.beforeSetDimensions(),this.setDimensions(),this.afterSetDimensions(),this._maxLength=this.isHorizontal()?this.width+i.left+i.right:this.height+i.top+i.bottom,this._dataLimitsCached||(this.beforeDataLimits(),this.determineDataLimits(),this.afterDataLimits(),this._range=Jg(this,r,s),this._dataLimitsCached=!0),this.beforeBuildTicks(),this.ticks=this.buildTicks()||[],this.afterBuildTicks();const l=o<this.ticks.length;this._convertTicksToLabels(l?Bu(this.ticks,o):this.ticks),this.configure(),this.beforeCalculateLabelRotation(),this.calculateLabelRotation(),this.afterCalculateLabelRotation(),a.display&&(a.autoSkip||a.source==="auto")&&(this.ticks=Ay(this,this.ticks),this._labelSizes=null,this.afterAutoSkip()),l&&this._convertTicksToLabels(this.ticks),this.beforeFit(),this.fit(),this.afterFit(),this.afterUpdate()}configure(){let t=this.options.reverse,e,i;this.isHorizontal()?(e=this.left,i=this.right):(e=this.top,i=this.bottom,t=!t),this._startPixel=e,this._endPixel=i,this._reversePixels=t,this._length=i-e,this._alignToPixels=this.options.alignToPixels}afterUpdate(){Tt(this.options.afterUpdate,[this])}beforeSetDimensions(){Tt(this.options.beforeSetDimensions,[this])}setDimensions(){this.isHorizontal()?(this.width=this.maxWidth,this.left=0,this.right=this.width):(this.height=this.maxHeight,this.top=0,this.bottom=this.height),this.paddingLeft=0,this.paddingTop=0,this.paddingRight=0,this.paddingBottom=0}afterSetDimensions(){Tt(this.options.afterSetDimensions,[this])}_callHooks(t){this.chart.notifyPlugins(t,this.getContext()),Tt(this.options[t],[this])}beforeDataLimits(){this._callHooks("beforeDataLimits")}determineDataLimits(){}afterDataLimits(){this._callHooks("afterDataLimits")}beforeBuildTicks(){this._callHooks("beforeBuildTicks")}buildTicks(){return[]}afterBuildTicks(){this._callHooks("afterBuildTicks")}beforeTickToLabelConversion(){Tt(this.options.beforeTickToLabelConversion,[this])}generateTickLabels(t){const e=this.options.ticks;let i,s,r;for(i=0,s=t.length;i<s;i++)r=t[i],r.label=Tt(e.callback,[r.value,i,t],this)}afterTickToLabelConversion(){Tt(this.options.afterTickToLabelConversion,[this])}beforeCalculateLabelRotation(){Tt(this.options.beforeCalculateLabelRotation,[this])}calculateLabelRotation(){const t=this.options,e=t.ticks,i=Fu(this.ticks.length,t.ticks.maxTicksLimit),s=e.minRotation||0,r=e.maxRotation;let a=s,o,l,c;if(!this._isVisible()||!e.display||s>=r||i<=1||!this.isHorizontal()){this.labelRotation=s;return}const u=this._getLabelSizes(),h=u.widest.width,f=u.highest.height,m=Xt(this.chart.width-h,0,this.maxWidth);o=t.offset?this.maxWidth/i:m/(i-1),h+6>o&&(o=m/(i-(t.offset?.5:1)),l=this.maxHeight-bs(t.grid)-e.padding-zu(t.title,this.chart.options.font),c=Math.sqrt(h*h+f*f),a=mr(Math.min(Math.asin(Xt((u.highest.height+6)/o,-1,1)),Math.asin(Xt(l/c,-1,1))-Math.asin(Xt(f/c,-1,1)))),a=Math.max(s,Math.min(r,a))),this.labelRotation=a}afterCalculateLabelRotation(){Tt(this.options.afterCalculateLabelRotation,[this])}afterAutoSkip(){}beforeFit(){Tt(this.options.beforeFit,[this])}fit(){const t={width:0,height:0},{chart:e,options:{ticks:i,title:s,grid:r}}=this,a=this._isVisible(),o=this.isHorizontal();if(a){const l=zu(s,e.options.font);if(o?(t.width=this.maxWidth,t.height=bs(r)+l):(t.height=this.maxHeight,t.width=bs(r)+l),i.display&&this.ticks.length){const{first:c,last:u,widest:h,highest:f}=this._getLabelSizes(),m=i.padding*2,g=Vt(this.labelRotation),_=Math.cos(g),x=Math.sin(g);if(o){const S=i.mirror?0:x*h.width+_*f.height;t.height=Math.min(this.maxHeight,t.height+S+m)}else{const S=i.mirror?0:_*h.width+x*f.height;t.width=Math.min(this.maxWidth,t.width+S+m)}this._calculatePadding(c,u,x,_)}}this._handleMargins(),o?(this.width=this._length=e.width-this._margins.left-this._margins.right,this.height=t.height):(this.width=t.width,this.height=this._length=e.height-this._margins.top-this._margins.bottom)}_calculatePadding(t,e,i,s){const{ticks:{align:r,padding:a},position:o}=this.options,l=this.labelRotation!==0,c=o!=="top"&&this.axis==="x";if(this.isHorizontal()){const u=this.getPixelForTick(0)-this.left,h=this.right-this.getPixelForTick(this.ticks.length-1);let f=0,m=0;l?c?(f=s*t.width,m=i*e.height):(f=i*t.height,m=s*e.width):r==="start"?m=e.width:r==="end"?f=t.width:r!=="inner"&&(f=t.width/2,m=e.width/2),this.paddingLeft=Math.max((f-u+a)*this.width/(this.width-u),0),this.paddingRight=Math.max((m-h+a)*this.width/(this.width-h),0)}else{let u=e.height/2,h=t.height/2;r==="start"?(u=0,h=t.height):r==="end"&&(u=e.height,h=0),this.paddingTop=u+a,this.paddingBottom=h+a}}_handleMargins(){this._margins&&(this._margins.left=Math.max(this.paddingLeft,this._margins.left),this._margins.top=Math.max(this.paddingTop,this._margins.top),this._margins.right=Math.max(this.paddingRight,this._margins.right),this._margins.bottom=Math.max(this.paddingBottom,this._margins.bottom))}afterFit(){Tt(this.options.afterFit,[this])}isHorizontal(){const{axis:t,position:e}=this.options;return e==="top"||e==="bottom"||t==="x"}isFullSize(){return this.options.fullSize}_convertTicksToLabels(t){this.beforeTickToLabelConversion(),this.generateTickLabels(t);let e,i;for(e=0,i=t.length;e<i;e++)st(t[e].label)&&(t.splice(e,1),i--,e--);this.afterTickToLabelConversion()}_getLabelSizes(){let t=this._labelSizes;if(!t){const e=this.options.ticks.sampleSize;let i=this.ticks;e<i.length&&(i=Bu(i,e)),this._labelSizes=t=this._computeLabelSizes(i,i.length,this.options.ticks.maxTicksLimit)}return t}_computeLabelSizes(t,e,i){const{ctx:s,_longestTextCache:r}=this,a=[],o=[],l=Math.floor(e/Fu(e,i));let c=0,u=0,h,f,m,g,_,x,S,T,D,E,C;for(h=0;h<e;h+=l){if(g=t[h].label,_=this._resolveTickFontOptions(h),s.font=x=_.string,S=r[x]=r[x]||{data:{},gc:[]},T=_.lineHeight,D=E=0,!st(g)&&!wt(g))D=br(s,S.data,S.gc,D,g),E=T;else if(wt(g))for(f=0,m=g.length;f<m;++f)C=g[f],!st(C)&&!wt(C)&&(D=br(s,S.data,S.gc,D,C),E+=T);a.push(D),o.push(E),c=Math.max(D,c),u=Math.max(E,u)}zy(r,e);const A=a.indexOf(c),k=o.indexOf(u),p=b=>({width:a[b]||0,height:o[b]||0});return{first:p(0),last:p(e-1),widest:p(A),highest:p(k),widths:a,heights:o}}getLabelForValue(t){return t}getPixelForValue(t,e){return NaN}getValueForPixel(t){}getPixelForTick(t){const e=this.ticks;return t<0||t>e.length-1?null:this.getPixelForValue(e[t].value)}getPixelForDecimal(t){this._reversePixels&&(t=1-t);const e=this._startPixel+t*this._length;return Cg(this._alignToPixels?Wn(this.chart,e,0):e)}getDecimalForPixel(t){const e=(t-this._startPixel)/this._length;return this._reversePixels?1-e:e}getBasePixel(){return this.getPixelForValue(this.getBaseValue())}getBaseValue(){const{min:t,max:e}=this;return t<0&&e<0?e:t>0&&e>0?t:0}getContext(t){const e=this.ticks||[];if(t>=0&&t<e.length){const i=e[t];return i.$context||(i.$context=Hy(this.getContext(),t,i))}return this.$context||(this.$context=Uy(this.chart.getContext(),this))}_tickSize(){const t=this.options.ticks,e=Vt(this.labelRotation),i=Math.abs(Math.cos(e)),s=Math.abs(Math.sin(e)),r=this._getLabelSizes(),a=t.autoSkipPadding||0,o=r?r.widest.width+a:0,l=r?r.highest.height+a:0;return this.isHorizontal()?l*i>o*s?o/i:l/s:l*s<o*i?l/i:o/s}_isVisible(){const t=this.options.display;return t!=="auto"?!!t:this.getMatchingVisibleMetas().length>0}_computeGridLineItems(t){const e=this.axis,i=this.chart,s=this.options,{grid:r,position:a,border:o}=s,l=r.offset,c=this.isHorizontal(),h=this.ticks.length+(l?1:0),f=bs(r),m=[],g=o.setContext(this.getContext()),_=g.display?g.width:0,x=_/2,S=function(N){return Wn(i,N,_)};let T,D,E,C,A,k,p,b,v,O,R,W;if(a==="top")T=S(this.bottom),k=this.bottom-f,b=T-x,O=S(t.top)+x,W=t.bottom;else if(a==="bottom")T=S(this.top),O=t.top,W=S(t.bottom)-x,k=T+x,b=this.top+f;else if(a==="left")T=S(this.right),A=this.right-f,p=T-x,v=S(t.left)+x,R=t.right;else if(a==="right")T=S(this.left),v=t.left,R=S(t.right)-x,A=T+x,p=this.left+f;else if(e==="x"){if(a==="center")T=S((t.top+t.bottom)/2+.5);else if(ht(a)){const N=Object.keys(a)[0],B=a[N];T=S(this.chart.scales[N].getPixelForValue(B))}O=t.top,W=t.bottom,k=T+x,b=k+f}else if(e==="y"){if(a==="center")T=S((t.left+t.right)/2);else if(ht(a)){const N=Object.keys(a)[0],B=a[N];T=S(this.chart.scales[N].getPixelForValue(B))}A=T-x,p=A-f,v=t.left,R=t.right}const L=rt(s.ticks.maxTicksLimit,h),H=Math.max(1,Math.ceil(h/L));for(D=0;D<h;D+=H){const N=this.getContext(D),B=r.setContext(N),$=o.setContext(N),Y=B.lineWidth,U=B.color,V=$.dash||[],j=$.dashOffset,X=B.tickWidth,gt=B.tickColor,bt=B.tickBorderDash||[],K=B.tickBorderDashOffset;E=By(this,D,l),E!==void 0&&(C=Wn(i,E,Y),c?A=p=v=R=C:k=b=O=W=C,m.push({tx1:A,ty1:k,tx2:p,ty2:b,x1:v,y1:O,x2:R,y2:W,width:Y,color:U,borderDash:V,borderDashOffset:j,tickWidth:X,tickColor:gt,tickBorderDash:bt,tickBorderDashOffset:K}))}return this._ticksLength=h,this._borderValue=T,m}_computeLabelItems(t){const e=this.axis,i=this.options,{position:s,ticks:r}=i,a=this.isHorizontal(),o=this.ticks,{align:l,crossAlign:c,padding:u,mirror:h}=r,f=bs(i.grid),m=f+u,g=h?-u:m,_=-Vt(this.labelRotation),x=[];let S,T,D,E,C,A,k,p,b,v,O,R,W="middle";if(s==="top")A=this.bottom-g,k=this._getXAxisLabelAlignment();else if(s==="bottom")A=this.top+g,k=this._getXAxisLabelAlignment();else if(s==="left"){const H=this._getYAxisLabelAlignment(f);k=H.textAlign,C=H.x}else if(s==="right"){const H=this._getYAxisLabelAlignment(f);k=H.textAlign,C=H.x}else if(e==="x"){if(s==="center")A=(t.top+t.bottom)/2+m;else if(ht(s)){const H=Object.keys(s)[0],N=s[H];A=this.chart.scales[H].getPixelForValue(N)+m}k=this._getXAxisLabelAlignment()}else if(e==="y"){if(s==="center")C=(t.left+t.right)/2-m;else if(ht(s)){const H=Object.keys(s)[0],N=s[H];C=this.chart.scales[H].getPixelForValue(N)}k=this._getYAxisLabelAlignment(f).textAlign}e==="y"&&(l==="start"?W="top":l==="end"&&(W="bottom"));const L=this._getLabelSizes();for(S=0,T=o.length;S<T;++S){D=o[S],E=D.label;const H=r.setContext(this.getContext(S));p=this.getPixelForTick(S)+r.labelOffset,b=this._resolveTickFontOptions(S),v=b.lineHeight,O=wt(E)?E.length:1;const N=O/2,B=H.color,$=H.textStrokeColor,Y=H.textStrokeWidth;let U=k;a?(C=p,k==="inner"&&(S===T-1?U=this.options.reverse?"left":"right":S===0?U=this.options.reverse?"right":"left":U="center"),s==="top"?c==="near"||_!==0?R=-O*v+v/2:c==="center"?R=-L.highest.height/2-N*v+v:R=-L.highest.height+v/2:c==="near"||_!==0?R=v/2:c==="center"?R=L.highest.height/2-N*v:R=L.highest.height-O*v,h&&(R*=-1),_!==0&&!H.showLabelBackdrop&&(C+=v/2*Math.sin(_))):(A=p,R=(1-O)*v/2);let V;if(H.showLabelBackdrop){const j=Yt(H.backdropPadding),X=L.heights[S],gt=L.widths[S];let bt=R-j.top,K=0-j.left;switch(W){case"middle":bt-=X/2;break;case"bottom":bt-=X;break}switch(k){case"center":K-=gt/2;break;case"right":K-=gt;break;case"inner":S===T-1?K-=gt:S>0&&(K-=gt/2);break}V={left:K,top:bt,width:gt+j.width,height:X+j.height,color:H.backdropColor}}x.push({label:E,font:b,textOffset:R,options:{rotation:_,color:B,strokeColor:$,strokeWidth:Y,textAlign:U,textBaseline:W,translation:[C,A],backdrop:V}})}return x}_getXAxisLabelAlignment(){const{position:t,ticks:e}=this.options;if(-Vt(this.labelRotation))return t==="top"?"left":"right";let s="center";return e.align==="start"?s="left":e.align==="end"?s="right":e.align==="inner"&&(s="inner"),s}_getYAxisLabelAlignment(t){const{position:e,ticks:{crossAlign:i,mirror:s,padding:r}}=this.options,a=this._getLabelSizes(),o=t+r,l=a.widest.width;let c,u;return e==="left"?s?(u=this.right+r,i==="near"?c="left":i==="center"?(c="center",u+=l/2):(c="right",u+=l)):(u=this.right-o,i==="near"?c="right":i==="center"?(c="center",u-=l/2):(c="left",u=this.left)):e==="right"?s?(u=this.left+r,i==="near"?c="right":i==="center"?(c="center",u-=l/2):(c="left",u-=l)):(u=this.left+o,i==="near"?c="left":i==="center"?(c="center",u+=l/2):(c="right",u=this.right)):c="right",{textAlign:c,x:u}}_computeLabelArea(){if(this.options.ticks.mirror)return;const t=this.chart,e=this.options.position;if(e==="left"||e==="right")return{top:0,left:this.left,bottom:t.height,right:this.right};if(e==="top"||e==="bottom")return{top:this.top,left:0,bottom:this.bottom,right:t.width}}drawBackground(){const{ctx:t,options:{backgroundColor:e},left:i,top:s,width:r,height:a}=this;e&&(t.save(),t.fillStyle=e,t.fillRect(i,s,r,a),t.restore())}getLineWidthForValue(t){const e=this.options.grid;if(!this._isVisible()||!e.display)return 0;const s=this.ticks.findIndex(r=>r.value===t);return s>=0?e.setContext(this.getContext(s)).lineWidth:0}drawGrid(t){const e=this.options.grid,i=this.ctx,s=this._gridLineItems||(this._gridLineItems=this._computeGridLineItems(t));let r,a;const o=(l,c,u)=>{!u.width||!u.color||(i.save(),i.lineWidth=u.width,i.strokeStyle=u.color,i.setLineDash(u.borderDash||[]),i.lineDashOffset=u.borderDashOffset,i.beginPath(),i.moveTo(l.x,l.y),i.lineTo(c.x,c.y),i.stroke(),i.restore())};if(e.display)for(r=0,a=s.length;r<a;++r){const l=s[r];e.drawOnChartArea&&o({x:l.x1,y:l.y1},{x:l.x2,y:l.y2},l),e.drawTicks&&o({x:l.tx1,y:l.ty1},{x:l.tx2,y:l.ty2},{color:l.tickColor,width:l.tickWidth,borderDash:l.tickBorderDash,borderDashOffset:l.tickBorderDashOffset})}}drawBorder(){const{chart:t,ctx:e,options:{border:i,grid:s}}=this,r=i.setContext(this.getContext()),a=i.display?r.width:0;if(!a)return;const o=s.setContext(this.getContext(0)).lineWidth,l=this._borderValue;let c,u,h,f;this.isHorizontal()?(c=Wn(t,this.left,a)-a/2,u=Wn(t,this.right,o)+o/2,h=f=l):(h=Wn(t,this.top,a)-a/2,f=Wn(t,this.bottom,o)+o/2,c=u=l),e.save(),e.lineWidth=r.width,e.strokeStyle=r.color,e.beginPath(),e.moveTo(c,h),e.lineTo(u,f),e.stroke(),e.restore()}drawLabels(t){if(!this.options.ticks.display)return;const i=this.ctx,s=this._computeLabelArea();s&&as(i,s);const r=this.getLabelItems(t);for(const a of r){const o=a.options,l=a.font,c=a.label,u=a.textOffset;Vn(i,c,0,u,l,o)}s&&os(i)}drawTitle(){const{ctx:t,options:{position:e,title:i,reverse:s}}=this;if(!i.display)return;const r=Rt(i.font),a=Yt(i.padding),o=i.align;let l=r.lineHeight/2;e==="bottom"||e==="center"||ht(e)?(l+=a.bottom,wt(i.text)&&(l+=r.lineHeight*(i.text.length-1))):l+=a.top;const{titleX:c,titleY:u,maxWidth:h,rotation:f}=Vy(this,l,e,o);Vn(t,i.text,0,0,r,{color:i.color,maxWidth:h,rotation:f,textAlign:Wy(o,e,s),textBaseline:"middle",translation:[c,u]})}draw(t){this._isVisible()&&(this.drawBackground(),this.drawGrid(t),this.drawBorder(),this.drawTitle(),this.drawLabels(t))}_layers(){const t=this.options,e=t.ticks&&t.ticks.z||0,i=rt(t.grid&&t.grid.z,-1),s=rt(t.border&&t.border.z,0);return!this._isVisible()||this.draw!==qn.prototype.draw?[{z:e,draw:r=>{this.draw(r)}}]:[{z:i,draw:r=>{this.drawBackground(),this.drawGrid(r),this.drawTitle()}},{z:s,draw:()=>{this.drawBorder()}},{z:e,draw:r=>{this.drawLabels(r)}}]}getMatchingVisibleMetas(t){const e=this.chart.getSortedVisibleDatasetMetas(),i=this.axis+"AxisID",s=[];let r,a;for(r=0,a=e.length;r<a;++r){const o=e[r];o[i]===this.id&&(!t||o.type===t)&&s.push(o)}return s}_resolveTickFontOptions(t){const e=this.options.ticks.setContext(this.getContext(t));return Rt(e.font)}_maxDigits(){const t=this._resolveTickFontOptions(0).lineHeight;return(this.isHorizontal()?this.width:this.height)/t}}class Er{constructor(t,e,i){this.type=t,this.scope=e,this.override=i,this.items=Object.create(null)}isForType(t){return Object.prototype.isPrototypeOf.call(this.type.prototype,t.prototype)}register(t){const e=Object.getPrototypeOf(t);let i;jy(e)&&(i=this.register(e));const s=this.items,r=t.id,a=this.scope+"."+r;if(!r)throw new Error("class does not have id: "+t);return r in s||(s[r]=t,Yy(t,a,i),this.override&&At.override(t.id,t.overrides)),a}get(t){return this.items[t]}unregister(t){const e=this.items,i=t.id,s=this.scope;i in e&&delete e[i],s&&i in At[s]&&(delete At[s][i],this.override&&delete Hn[i])}}function Yy(n,t,e){const i=Ji(Object.create(null),[e?At.get(e):{},At.get(t),n.defaults]);At.set(t,i),n.defaultRoutes&&$y(t,n.defaultRoutes),n.descriptors&&At.describe(t,n.descriptors)}function $y(n,t){Object.keys(t).forEach(e=>{const i=e.split("."),s=i.pop(),r=[n].concat(i).join("."),a=t[e].split("."),o=a.pop(),l=a.join(".");At.route(r,s,l,o)})}function jy(n){return"id"in n&&"defaults"in n}class qy{constructor(){this.controllers=new Er(Fe,"datasets",!0),this.elements=new Er(Zt,"elements"),this.plugins=new Er(Object,"plugins"),this.scales=new Er(qn,"scales"),this._typedRegistries=[this.controllers,this.scales,this.elements]}add(...t){this._each("register",t)}remove(...t){this._each("unregister",t)}addControllers(...t){this._each("register",t,this.controllers)}addElements(...t){this._each("register",t,this.elements)}addPlugins(...t){this._each("register",t,this.plugins)}addScales(...t){this._each("register",t,this.scales)}getController(t){return this._get(t,this.controllers,"controller")}getElement(t){return this._get(t,this.elements,"element")}getPlugin(t){return this._get(t,this.plugins,"plugin")}getScale(t){return this._get(t,this.scales,"scale")}removeControllers(...t){this._each("unregister",t,this.controllers)}removeElements(...t){this._each("unregister",t,this.elements)}removePlugins(...t){this._each("unregister",t,this.plugins)}removeScales(...t){this._each("unregister",t,this.scales)}_each(t,e,i){[...e].forEach(s=>{const r=i||this._getRegistryForType(s);i||r.isForType(s)||r===this.plugins&&s.id?this._exec(t,r,s):Mt(s,a=>{const o=i||this._getRegistryForType(a);this._exec(t,o,a)})})}_exec(t,e,i){const s=Ua(t);Tt(i["before"+s],[],i),e[t](i),Tt(i["after"+s],[],i)}_getRegistryForType(t){for(let e=0;e<this._typedRegistries.length;e++){const i=this._typedRegistries[e];if(i.isForType(t))return i}return this.plugins}_get(t,e,i){const s=e.get(t);if(s===void 0)throw new Error('"'+t+'" is not a registered '+i+".");return s}}var Ve=new qy;class Gy{constructor(){this._init=void 0}notify(t,e,i,s){if(e==="beforeInit"&&(this._init=this._createDescriptors(t,!0),this._notify(this._init,t,"install")),this._init===void 0)return;const r=s?this._descriptors(t).filter(s):this._descriptors(t),a=this._notify(r,t,e,i);return e==="afterDestroy"&&(this._notify(r,t,"stop"),this._notify(this._init,t,"uninstall"),this._init=void 0),a}_notify(t,e,i,s){s=s||{};for(const r of t){const a=r.plugin,o=a[i],l=[e,s,r.options];if(Tt(o,l,a)===!1&&s.cancelable)return!1}return!0}invalidate(){st(this._cache)||(this._oldCache=this._cache,this._cache=void 0)}_descriptors(t){if(this._cache)return this._cache;const e=this._cache=this._createDescriptors(t);return this._notifyStateChanges(t),e}_createDescriptors(t,e){const i=t&&t.config,s=rt(i.options&&i.options.plugins,{}),r=Ky(i);return s===!1&&!e?[]:Zy(t,r,s,e)}_notifyStateChanges(t){const e=this._oldCache||[],i=this._cache,s=(r,a)=>r.filter(o=>!a.some(l=>o.plugin.id===l.plugin.id));this._notify(s(e,i),t,"stop"),this._notify(s(i,e),t,"start")}}function Ky(n){const t={},e=[],i=Object.keys(Ve.plugins.items);for(let r=0;r<i.length;r++)e.push(Ve.getPlugin(i[r]));const s=n.plugins||[];for(let r=0;r<s.length;r++){const a=s[r];e.indexOf(a)===-1&&(e.push(a),t[a.id]=!0)}return{plugins:e,localIds:t}}function Xy(n,t){return!t&&n===!1?null:n===!0?{}:n}function Zy(n,{plugins:t,localIds:e},i,s){const r=[],a=n.getContext();for(const o of t){const l=o.id,c=Xy(i[l],s);c!==null&&r.push({plugin:o,options:Qy(n.config,{plugin:o,local:e[l]},c,a)})}return r}function Qy(n,{plugin:t,local:e},i,s){const r=n.pluginScopeKeys(t),a=n.getOptionScopes(i,r);return e&&t.defaults&&a.push(t.defaults),n.createResolver(a,s,[""],{scriptable:!1,indexable:!1,allKeys:!0})}function mo(n,t){const e=At.datasets[n]||{};return((t.datasets||{})[n]||{}).indexAxis||t.indexAxis||e.indexAxis||"x"}function Jy(n,t){let e=n;return n==="_index_"?e=t:n==="_value_"&&(e=t==="x"?"y":"x"),e}function tb(n,t){return n===t?"_index_":"_value_"}function Uu(n){if(n==="x"||n==="y"||n==="r")return n}function eb(n){if(n==="top"||n==="bottom")return"x";if(n==="left"||n==="right")return"y"}function go(n,...t){if(Uu(n))return n;for(const e of t){const i=e.axis||eb(e.position)||n.length>1&&Uu(n[0].toLowerCase());if(i)return i}throw new Error(`Cannot determine type of '${n}' axis. Please provide 'axis' or 'position' option.`)}function Hu(n,t,e){if(e[t+"AxisID"]===n)return{axis:t}}function nb(n,t){if(t.data&&t.data.datasets){const e=t.data.datasets.filter(i=>i.xAxisID===n||i.yAxisID===n);if(e.length)return Hu(n,"x",e[0])||Hu(n,"y",e[0])}return{}}function ib(n,t){const e=Hn[n.type]||{scales:{}},i=t.scales||{},s=mo(n.type,t),r=Object.create(null);return Object.keys(i).forEach(a=>{const o=i[a];if(!ht(o))return console.error(`Invalid scale configuration for scale: ${a}`);if(o._proxy)return console.warn(`Ignoring resolver passed as options for scale: ${a}`);const l=go(a,o,nb(a,n),At.scales[o.type]),c=tb(l,s),u=e.scales||{};r[a]=ts(Object.create(null),[{axis:l},o,u[l],u[c]])}),n.data.datasets.forEach(a=>{const o=a.type||n.type,l=a.indexAxis||mo(o,t),u=(Hn[o]||{}).scales||{};Object.keys(u).forEach(h=>{const f=Jy(h,l),m=a[f+"AxisID"]||f;r[m]=r[m]||Object.create(null),ts(r[m],[{axis:f},i[m],u[h]])})}),Object.keys(r).forEach(a=>{const o=r[a];ts(o,[At.scales[o.type],At.scale])}),r}function Wu(n){const t=n.options||(n.options={});t.plugins=rt(t.plugins,{}),t.scales=ib(n,t)}function Vu(n){return n=n||{},n.datasets=n.datasets||[],n.labels=n.labels||[],n}function sb(n){return n=n||{},n.data=Vu(n.data),Wu(n),n}const Yu=new Map,$u=new Set;function Ar(n,t){let e=Yu.get(n);return e||(e=t(),Yu.set(n,e),$u.add(e)),e}const _s=(n,t,e)=>{const i=bn(t,e);i!==void 0&&n.add(i)};class rb{constructor(t){this._config=sb(t),this._scopeCache=new Map,this._resolverCache=new Map}get platform(){return this._config.platform}get type(){return this._config.type}set type(t){this._config.type=t}get data(){return this._config.data}set data(t){this._config.data=Vu(t)}get options(){return this._config.options}set options(t){this._config.options=t}get plugins(){return this._config.plugins}update(){const t=this._config;this.clearCache(),Wu(t)}clearCache(){this._scopeCache.clear(),this._resolverCache.clear()}datasetScopeKeys(t){return Ar(t,()=>[[`datasets.${t}`,""]])}datasetAnimationScopeKeys(t,e){return Ar(`${t}.transition.${e}`,()=>[[`datasets.${t}.transitions.${e}`,`transitions.${e}`],[`datasets.${t}`,""]])}datasetElementScopeKeys(t,e){return Ar(`${t}-${e}`,()=>[[`datasets.${t}.elements.${e}`,`datasets.${t}`,`elements.${e}`,""]])}pluginScopeKeys(t){const e=t.id,i=this.type;return Ar(`${i}-plugin-${e}`,()=>[[`plugins.${e}`,...t.additionalOptionScopes||[]]])}_cachedScopes(t,e){const i=this._scopeCache;let s=i.get(t);return(!s||e)&&(s=new Map,i.set(t,s)),s}getOptionScopes(t,e,i){const{options:s,type:r}=this,a=this._cachedScopes(t,i),o=a.get(e);if(o)return o;const l=new Set;e.forEach(u=>{t&&(l.add(t),u.forEach(h=>_s(l,t,h))),u.forEach(h=>_s(l,s,h)),u.forEach(h=>_s(l,Hn[r]||{},h)),u.forEach(h=>_s(l,At,h)),u.forEach(h=>_s(l,qa,h))});const c=Array.from(l);return c.length===0&&c.push(Object.create(null)),$u.has(e)&&a.set(e,c),c}chartOptionScopes(){const{options:t,type:e}=this;return[t,Hn[e]||{},At.datasets[e]||{},{type:e},At,qa]}resolveNamedOptions(t,e,i,s=[""]){const r={$shared:!0},{resolver:a,subPrefixes:o}=ju(this._resolverCache,t,s);let l=a;if(ob(a,e)){r.$shared=!1,i=pe(i)?i():i;const c=this.createResolver(t,i,o);l=yi(a,i,c)}for(const c of e)r[c]=l[c];return r}createResolver(t,e,i=[""],s){const{resolver:r}=ju(this._resolverCache,t,i);return ht(e)?yi(r,e,void 0,s):r}}function ju(n,t,e){let i=n.get(t);i||(i=new Map,n.set(t,i));const s=e.join();let r=i.get(s);return r||(r={resolver:Za(t,e),subPrefixes:e.filter(o=>!o.toLowerCase().includes("hover"))},i.set(s,r)),r}const ab=n=>ht(n)&&Object.getOwnPropertyNames(n).some(t=>pe(n[t]));function ob(n,t){const{isScriptable:e,isIndexable:i}=Gc(n);for(const s of t){const r=e(s),a=i(s),o=(a||r)&&n[s];if(r&&(pe(o)||ab(o))||a&&wt(o))return!0}return!1}var lb="4.5.1";const cb=["top","bottom","left","right","chartArea"];function qu(n,t){return n==="top"||n==="bottom"||cb.indexOf(n)===-1&&t==="x"}function Gu(n,t){return function(e,i){return e[n]===i[n]?e[t]-i[t]:e[n]-i[n]}}function Ku(n){const t=n.chart,e=t.options.animation;t.notifyPlugins("afterRender"),Tt(e&&e.onComplete,[n],t)}function ub(n){const t=n.chart,e=t.options.animation;Tt(e&&e.onProgress,[n],t)}function Xu(n){return to()&&typeof n=="string"?n=document.getElementById(n):n&&n.length&&(n=n[0]),n&&n.canvas&&(n=n.canvas),n}const Pr={},Zu=n=>{const t=Xu(n);return Object.values(Pr).filter(e=>e.canvas===t).pop()};function db(n,t,e){const i=Object.keys(n);for(const s of i){const r=+s;if(r>=t){const a=n[s];delete n[s],(e>0||r>t)&&(n[r+e]=a)}}}function hb(n,t,e,i){return!e||n.type==="mouseout"?null:i?t:n}let ye=(In=class{static register(...t){Ve.add(...t),Qu()}static unregister(...t){Ve.remove(...t),Qu()}constructor(t,e){const i=this.config=new rb(e),s=Xu(t),r=Zu(s);if(r)throw new Error("Canvas is already in use. Chart with ID '"+r.id+"' must be destroyed before the canvas with ID '"+r.canvas.id+"' can be reused.");const a=i.createResolver(i.chartOptionScopes(),this.getContext());this.platform=new(i.platform||Ey(s)),this.platform.updateConfig(i);const o=this.platform.acquireContext(s,a.aspectRatio),l=o&&o.canvas,c=l&&l.height,u=l&&l.width;if(this.id=pg(),this.ctx=o,this.canvas=l,this.width=u,this.height=c,this._options=a,this._aspectRatio=this.aspectRatio,this._layers=[],this._metasets=[],this._stacks=void 0,this.boxes=[],this.currentDevicePixelRatio=void 0,this.chartArea=void 0,this._active=[],this._lastEvent=void 0,this._listeners={},this._responsiveListeners=void 0,this._sortedMetasets=[],this.scales={},this._plugins=new Gy,this.$proxies={},this._hiddenIndices={},this.attached=!1,this._animationsDisabled=void 0,this.$context=void 0,this._doResize=Pg(h=>this.update(h),a.resizeDelay||0),this._dataChanges=[],Pr[this.id]=this,!o||!l){console.error("Failed to create chart: can't acquire context from the given item");return}nn.listen(this,"complete",Ku),nn.listen(this,"progress",ub),this._initialize(),this.attached&&this.update()}get aspectRatio(){const{options:{aspectRatio:t,maintainAspectRatio:e},width:i,height:s,_aspectRatio:r}=this;return st(t)?e&&r?r:s?i/s:null:t}get data(){return this.config.data}set data(t){this.config.data=t}get options(){return this._options}set options(t){this.config.options=t}get registry(){return Ve}_initialize(){return this.notifyPlugins("beforeInit"),this.options.responsive?this.resize():nu(this,this.options.devicePixelRatio),this.bindEvents(),this.notifyPlugins("afterInit"),this}clear(){return $c(this.canvas,this.ctx),this}stop(){return nn.stop(this),this}resize(t,e){nn.running(this)?this._resizeBeforeDraw={width:t,height:e}:this._resize(t,e)}_resize(t,e){const i=this.options,s=this.canvas,r=i.maintainAspectRatio&&this.aspectRatio,a=this.platform.getMaximumSize(s,t,e,r),o=i.devicePixelRatio||this.platform.getDevicePixelRatio(),l=this.width?"resize":"attach";this.width=a.width,this.height=a.height,this._aspectRatio=this.aspectRatio,nu(this,o,!0)&&(this.notifyPlugins("resize",{size:a}),Tt(i.onResize,[this,a],this),this.attached&&this._doResize(l)&&this.render())}ensureScalesHaveIDs(){const e=this.options.scales||{};Mt(e,(i,s)=>{i.id=s})}buildOrUpdateScales(){const t=this.options,e=t.scales,i=this.scales,s=Object.keys(i).reduce((a,o)=>(a[o]=!1,a),{});let r=[];e&&(r=r.concat(Object.keys(e).map(a=>{const o=e[a],l=go(a,o),c=l==="r",u=l==="x";return{options:o,dposition:c?"chartArea":u?"bottom":"left",dtype:c?"radialLinear":u?"category":"linear"}}))),Mt(r,a=>{const o=a.options,l=o.id,c=go(l,o),u=rt(o.type,a.dtype);(o.position===void 0||qu(o.position,c)!==qu(a.dposition))&&(o.position=a.dposition),s[l]=!0;let h=null;if(l in i&&i[l].type===u)h=i[l];else{const f=Ve.getScale(u);h=new f({id:l,type:u,ctx:this.ctx,chart:this}),i[h.id]=h}h.init(o,t)}),Mt(s,(a,o)=>{a||delete i[o]}),Mt(i,a=>{ae.configure(this,a,a.options),ae.addBox(this,a)})}_updateMetasets(){const t=this._metasets,e=this.data.datasets.length,i=t.length;if(t.sort((s,r)=>s.index-r.index),i>e){for(let s=e;s<i;++s)this._destroyDatasetMeta(s);t.splice(e,i-e)}this._sortedMetasets=t.slice(0).sort(Gu("order","index"))}_removeUnreferencedMetasets(){const{_metasets:t,data:{datasets:e}}=this;t.length>e.length&&delete this._stacks,t.forEach((i,s)=>{e.filter(r=>r===i._dataset).length===0&&this._destroyDatasetMeta(s)})}buildOrUpdateControllers(){const t=[],e=this.data.datasets;let i,s;for(this._removeUnreferencedMetasets(),i=0,s=e.length;i<s;i++){const r=e[i];let a=this.getDatasetMeta(i);const o=r.type||this.config.type;if(a.type&&a.type!==o&&(this._destroyDatasetMeta(i),a=this.getDatasetMeta(i)),a.type=o,a.indexAxis=r.indexAxis||mo(o,this.options),a.order=r.order||0,a.index=i,a.label=""+r.label,a.visible=this.isDatasetVisible(i),a.controller)a.controller.updateIndex(i),a.controller.linkScales();else{const l=Ve.getController(o),{datasetElementType:c,dataElementType:u}=At.datasets[o];Object.assign(l,{dataElementType:Ve.getElement(u),datasetElementType:c&&Ve.getElement(c)}),a.controller=new l(this,i),t.push(a.controller)}}return this._updateMetasets(),t}_resetElements(){Mt(this.data.datasets,(t,e)=>{this.getDatasetMeta(e).controller.reset()},this)}reset(){this._resetElements(),this.notifyPlugins("reset")}update(t){const e=this.config;e.update();const i=this._options=e.createResolver(e.chartOptionScopes(),this.getContext()),s=this._animationsDisabled=!i.animation;if(this._updateScales(),this._checkEventBindings(),this._updateHiddenIndices(),this._plugins.invalidate(),this.notifyPlugins("beforeUpdate",{mode:t,cancelable:!0})===!1)return;const r=this.buildOrUpdateControllers();this.notifyPlugins("beforeElementsUpdate");let a=0;for(let c=0,u=this.data.datasets.length;c<u;c++){const{controller:h}=this.getDatasetMeta(c),f=!s&&r.indexOf(h)===-1;h.buildOrUpdateElements(f),a=Math.max(+h.getMaxOverflow(),a)}a=this._minPadding=i.layout.autoPadding?a:0,this._updateLayout(a),s||Mt(r,c=>{c.reset()}),this._updateDatasets(t),this.notifyPlugins("afterUpdate",{mode:t}),this._layers.sort(Gu("z","_idx"));const{_active:o,_lastEvent:l}=this;l?this._eventHandler(l,!0):o.length&&this._updateHoverStyles(o,o,!0),this.render()}_updateScales(){Mt(this.scales,t=>{ae.removeBox(this,t)}),this.ensureScalesHaveIDs(),this.buildOrUpdateScales()}_checkEventBindings(){const t=this.options,e=new Set(Object.keys(this._listeners)),i=new Set(t.events);(!Ec(e,i)||!!this._responsiveListeners!==t.responsive)&&(this.unbindEvents(),this.bindEvents())}_updateHiddenIndices(){const{_hiddenIndices:t}=this,e=this._getUniformDataChanges()||[];for(const{method:i,start:s,count:r}of e){const a=i==="_removeElements"?-r:r;db(t,s,a)}}_getUniformDataChanges(){const t=this._dataChanges;if(!t||!t.length)return;this._dataChanges=[];const e=this.data.datasets.length,i=r=>new Set(t.filter(a=>a[0]===r).map((a,o)=>o+","+a.splice(1).join(","))),s=i(0);for(let r=1;r<e;r++)if(!Ec(s,i(r)))return;return Array.from(s).map(r=>r.split(",")).map(r=>({method:r[1],start:+r[2],count:+r[3]}))}_updateLayout(t){if(this.notifyPlugins("beforeLayout",{cancelable:!0})===!1)return;ae.update(this,this.width,this.height,t);const e=this.chartArea,i=e.width<=0||e.height<=0;this._layers=[],Mt(this.boxes,s=>{i&&s.position==="chartArea"||(s.configure&&s.configure(),this._layers.push(...s._layers()))},this),this._layers.forEach((s,r)=>{s._idx=r}),this.notifyPlugins("afterLayout")}_updateDatasets(t){if(this.notifyPlugins("beforeDatasetsUpdate",{mode:t,cancelable:!0})!==!1){for(let e=0,i=this.data.datasets.length;e<i;++e)this.getDatasetMeta(e).controller.configure();for(let e=0,i=this.data.datasets.length;e<i;++e)this._updateDataset(e,pe(t)?t({datasetIndex:e}):t);this.notifyPlugins("afterDatasetsUpdate",{mode:t})}}_updateDataset(t,e){const i=this.getDatasetMeta(t),s={meta:i,index:t,mode:e,cancelable:!0};this.notifyPlugins("beforeDatasetUpdate",s)!==!1&&(i.controller._update(e),s.cancelable=!1,this.notifyPlugins("afterDatasetUpdate",s))}render(){this.notifyPlugins("beforeRender",{cancelable:!0})!==!1&&(nn.has(this)?this.attached&&!nn.running(this)&&nn.start(this):(this.draw(),Ku({chart:this})))}draw(){let t;if(this._resizeBeforeDraw){const{width:i,height:s}=this._resizeBeforeDraw;this._resizeBeforeDraw=null,this._resize(i,s)}if(this.clear(),this.width<=0||this.height<=0||this.notifyPlugins("beforeDraw",{cancelable:!0})===!1)return;const e=this._layers;for(t=0;t<e.length&&e[t].z<=0;++t)e[t].draw(this.chartArea);for(this._drawDatasets();t<e.length;++t)e[t].draw(this.chartArea);this.notifyPlugins("afterDraw")}_getSortedDatasetMetas(t){const e=this._sortedMetasets,i=[];let s,r;for(s=0,r=e.length;s<r;++s){const a=e[s];(!t||a.visible)&&i.push(a)}return i}getSortedVisibleDatasetMetas(){return this._getSortedDatasetMetas(!0)}_drawDatasets(){if(this.notifyPlugins("beforeDatasetsDraw",{cancelable:!0})===!1)return;const t=this.getSortedVisibleDatasetMetas();for(let e=t.length-1;e>=0;--e)this._drawDataset(t[e]);this.notifyPlugins("afterDatasetsDraw")}_drawDataset(t){const e=this.ctx,i={meta:t,index:t.index,cancelable:!0},s=hu(this,t);this.notifyPlugins("beforeDatasetDraw",i)!==!1&&(s&&as(e,s),t.controller.draw(),s&&os(e),i.cancelable=!1,this.notifyPlugins("afterDatasetDraw",i))}isPointInArea(t){return en(t,this.chartArea,this._minPadding)}getElementsAtEventForMode(t,e,i,s){const r=ho.modes[e];return typeof r=="function"?r(this,t,i,s):[]}getDatasetMeta(t){const e=this.data.datasets[t],i=this._metasets;let s=i.filter(r=>r&&r._dataset===e).pop();return s||(s={type:null,data:[],dataset:null,controller:null,hidden:null,xAxisID:null,yAxisID:null,order:e&&e.order||0,index:t,_dataset:e,_parsed:[],_sorted:!1},i.push(s)),s}getContext(){return this.$context||(this.$context=Sn(null,{chart:this,type:"chart"}))}getVisibleDatasetCount(){return this.getSortedVisibleDatasetMetas().length}isDatasetVisible(t){const e=this.data.datasets[t];if(!e)return!1;const i=this.getDatasetMeta(t);return typeof i.hidden=="boolean"?!i.hidden:!e.hidden}setDatasetVisibility(t,e){const i=this.getDatasetMeta(t);i.hidden=!e}toggleDataVisibility(t){this._hiddenIndices[t]=!this._hiddenIndices[t]}getDataVisibility(t){return!this._hiddenIndices[t]}_updateVisibility(t,e,i){const s=i?"show":"hide",r=this.getDatasetMeta(t),a=r.controller._resolveAnimations(void 0,s);ge(e)?(r.data[e].hidden=!i,this.update()):(this.setDatasetVisibility(t,i),a.update(r,{visible:i}),this.update(o=>o.datasetIndex===t?s:void 0))}hide(t,e){this._updateVisibility(t,e,!1)}show(t,e){this._updateVisibility(t,e,!0)}_destroyDatasetMeta(t){const e=this._metasets[t];e&&e.controller&&e.controller._destroy(),delete this._metasets[t]}_stop(){let t,e;for(this.stop(),nn.remove(this),t=0,e=this.data.datasets.length;t<e;++t)this._destroyDatasetMeta(t)}destroy(){this.notifyPlugins("beforeDestroy");const{canvas:t,ctx:e}=this;this._stop(),this.config.clearCache(),t&&(this.unbindEvents(),$c(t,e),this.platform.releaseContext(e),this.canvas=null,this.ctx=null),delete Pr[this.id],this.notifyPlugins("afterDestroy")}toBase64Image(...t){return this.canvas.toDataURL(...t)}bindEvents(){this.bindUserEvents(),this.options.responsive?this.bindResponsiveEvents():this.attached=!0}bindUserEvents(){const t=this._listeners,e=this.platform,i=(r,a)=>{e.addEventListener(this,r,a),t[r]=a},s=(r,a,o)=>{r.offsetX=a,r.offsetY=o,this._eventHandler(r)};Mt(this.options.events,r=>i(r,s))}bindResponsiveEvents(){this._responsiveListeners||(this._responsiveListeners={});const t=this._responsiveListeners,e=this.platform,i=(l,c)=>{e.addEventListener(this,l,c),t[l]=c},s=(l,c)=>{t[l]&&(e.removeEventListener(this,l,c),delete t[l])},r=(l,c)=>{this.canvas&&this.resize(l,c)};let a;const o=()=>{s("attach",o),this.attached=!0,this.resize(),i("resize",r),i("detach",a)};a=()=>{this.attached=!1,s("resize",r),this._stop(),this._resize(0,0),i("attach",o)},e.isAttached(this.canvas)?o():a()}unbindEvents(){Mt(this._listeners,(t,e)=>{this.platform.removeEventListener(this,e,t)}),this._listeners={},Mt(this._responsiveListeners,(t,e)=>{this.platform.removeEventListener(this,e,t)}),this._responsiveListeners=void 0}updateHoverStyle(t,e,i){const s=i?"set":"remove";let r,a,o,l;for(e==="dataset"&&(r=this.getDatasetMeta(t[0].datasetIndex),r.controller["_"+s+"DatasetHoverStyle"]()),o=0,l=t.length;o<l;++o){a=t[o];const c=a&&this.getDatasetMeta(a.datasetIndex).controller;c&&c[s+"HoverStyle"](a.element,a.datasetIndex,a.index)}}getActiveElements(){return this._active||[]}setActiveElements(t){const e=this._active||[],i=t.map(({datasetIndex:r,index:a})=>{const o=this.getDatasetMeta(r);if(!o)throw new Error("No dataset found at index "+r);return{datasetIndex:r,element:o.data[a],index:a}});!ur(i,e)&&(this._active=i,this._lastEvent=null,this._updateHoverStyles(i,e))}notifyPlugins(t,e,i){return this._plugins.notify(this,t,e,i)}isPluginEnabled(t){return this._plugins._cache.filter(e=>e.plugin.id===t).length===1}_updateHoverStyles(t,e,i){const s=this.options.hover,r=(l,c)=>l.filter(u=>!c.some(h=>u.datasetIndex===h.datasetIndex&&u.index===h.index)),a=r(e,t),o=i?t:r(t,e);a.length&&this.updateHoverStyle(a,s.mode,!1),o.length&&s.mode&&this.updateHoverStyle(o,s.mode,!0)}_eventHandler(t,e){const i={event:t,replay:e,cancelable:!0,inChartArea:this.isPointInArea(t)},s=a=>(a.options.events||this.options.events).includes(t.native.type);if(this.notifyPlugins("beforeEvent",i,s)===!1)return;const r=this._handleEvent(t,e,i.inChartArea);return i.cancelable=!1,this.notifyPlugins("afterEvent",i,s),(r||i.changed)&&this.render(),this}_handleEvent(t,e,i){const{_active:s=[],options:r}=this,a=e,o=this._getActiveElements(t,s,i,a),l=Sg(t),c=hb(t,this._lastEvent,i,l);i&&(this._lastEvent=null,Tt(r.onHover,[t,o,this],this),l&&Tt(r.onClick,[t,o,this],this));const u=!ur(o,s);return(u||e)&&(this._active=o,this._updateHoverStyles(o,s,e)),this._lastEvent=c,u}_getActiveElements(t,e,i,s){if(t.type==="mouseout")return[];if(!i)return e;const r=this.options.hover;return this.getElementsAtEventForMode(t,r.mode,r,s)}},P(In,"defaults",At),P(In,"instances",Pr),P(In,"overrides",Hn),P(In,"registry",Ve),P(In,"version",lb),P(In,"getChart",Zu),In);function Qu(){return Mt(ye.instances,n=>n._plugins.invalidate())}function fb(n,t,e){const{startAngle:i,x:s,y:r,outerRadius:a,innerRadius:o,options:l}=t,{borderWidth:c,borderJoinStyle:u}=l,h=Math.min(c/a,se(i-e));if(n.beginPath(),n.arc(s,r,a-c/2,i+h/2,e-h/2),o>0){const f=Math.min(c/o,se(i-e));n.arc(s,r,o+c/2,e-f/2,i+f/2,!0)}else{const f=Math.min(c/2,a*se(i-e));if(u==="round")n.arc(s,r,f,e-ct/2,i+ct/2,!0);else if(u==="bevel"){const m=2*f*f,g=-m*Math.cos(e+ct/2)+s,_=-m*Math.sin(e+ct/2)+r,x=m*Math.cos(i+ct/2)+s,S=m*Math.sin(i+ct/2)+r;n.lineTo(g,_),n.lineTo(x,S)}}n.closePath(),n.moveTo(0,0),n.rect(0,0,n.canvas.width,n.canvas.height),n.clip("evenodd")}function mb(n,t,e){const{startAngle:i,pixelMargin:s,x:r,y:a,outerRadius:o,innerRadius:l}=t;let c=s/o;n.beginPath(),n.arc(r,a,o,i-c,e+c),l>s?(c=s/l,n.arc(r,a,l,e+c,i-c,!0)):n.arc(r,a,s,e+Et,i-Et),n.closePath(),n.clip()}function gb(n){return Xa(n,["outerStart","outerEnd","innerStart","innerEnd"])}function pb(n,t,e,i){const s=gb(n.options.borderRadius),r=(e-t)/2,a=Math.min(r,i*t/2),o=l=>{const c=(e-Math.min(r,l))*i/2;return Xt(l,0,Math.min(r,c))};return{outerStart:o(s.outerStart),outerEnd:o(s.outerEnd),innerStart:Xt(s.innerStart,0,a),innerEnd:Xt(s.innerEnd,0,a)}}function xi(n,t,e,i){return{x:e+n*Math.cos(t),y:i+n*Math.sin(t)}}function Rr(n,t,e,i,s,r){const{x:a,y:o,startAngle:l,pixelMargin:c,innerRadius:u}=t,h=Math.max(t.outerRadius+i+e-c,0),f=u>0?u+i+e+c:0;let m=0;const g=s-l;if(i){const H=u>0?u-i:0,N=h>0?h-i:0,B=(H+N)/2,$=B!==0?g*B/(B+i):g;m=(g-$)/2}const _=Math.max(.001,g*h-e/ct)/h,x=(g-_)/2,S=l+x+m,T=s-x-m,{outerStart:D,outerEnd:E,innerStart:C,innerEnd:A}=pb(t,f,h,T-S),k=h-D,p=h-E,b=S+D/k,v=T-E/p,O=f+C,R=f+A,W=S+C/O,L=T-A/R;if(n.beginPath(),r){const H=(b+v)/2;if(n.arc(a,o,h,b,H),n.arc(a,o,h,H,v),E>0){const Y=xi(p,v,a,o);n.arc(Y.x,Y.y,E,v,T+Et)}const N=xi(R,T,a,o);if(n.lineTo(N.x,N.y),A>0){const Y=xi(R,L,a,o);n.arc(Y.x,Y.y,A,T+Et,L+Math.PI)}const B=(T-A/f+(S+C/f))/2;if(n.arc(a,o,f,T-A/f,B,!0),n.arc(a,o,f,B,S+C/f,!0),C>0){const Y=xi(O,W,a,o);n.arc(Y.x,Y.y,C,W+Math.PI,S-Et)}const $=xi(k,S,a,o);if(n.lineTo($.x,$.y),D>0){const Y=xi(k,b,a,o);n.arc(Y.x,Y.y,D,S-Et,b)}}else{n.moveTo(a,o);const H=Math.cos(b)*h+a,N=Math.sin(b)*h+o;n.lineTo(H,N);const B=Math.cos(v)*h+a,$=Math.sin(v)*h+o;n.lineTo(B,$)}n.closePath()}function yb(n,t,e,i,s){const{fullCircles:r,startAngle:a,circumference:o}=t;let l=t.endAngle;if(r){Rr(n,t,e,i,l,s);for(let c=0;c<r;++c)n.fill();isNaN(o)||(l=a+(o%Ct||Ct))}return Rr(n,t,e,i,l,s),n.fill(),l}function bb(n,t,e,i,s){const{fullCircles:r,startAngle:a,circumference:o,options:l}=t,{borderWidth:c,borderJoinStyle:u,borderDash:h,borderDashOffset:f,borderRadius:m}=l,g=l.borderAlign==="inner";if(!c)return;n.setLineDash(h||[]),n.lineDashOffset=f,g?(n.lineWidth=c*2,n.lineJoin=u||"round"):(n.lineWidth=c,n.lineJoin=u||"bevel");let _=t.endAngle;if(r){Rr(n,t,e,i,_,s);for(let x=0;x<r;++x)n.stroke();isNaN(o)||(_=a+(o%Ct||Ct))}g&&mb(n,t,_),l.selfJoin&&_-a>=ct&&m===0&&u!=="miter"&&fb(n,t,_),r||(Rr(n,t,e,i,_,s),n.stroke())}class xs extends Zt{constructor(e){super();P(this,"circumference");P(this,"endAngle");P(this,"fullCircles");P(this,"innerRadius");P(this,"outerRadius");P(this,"pixelMargin");P(this,"startAngle");this.options=void 0,this.circumference=void 0,this.startAngle=void 0,this.endAngle=void 0,this.innerRadius=void 0,this.outerRadius=void 0,this.pixelMargin=0,this.fullCircles=0,e&&Object.assign(this,e)}inRange(e,i,s){const r=this.getProps(["x","y"],s),{angle:a,distance:o}=gr(r,{x:e,y:i}),{startAngle:l,endAngle:c,innerRadius:u,outerRadius:h,circumference:f}=this.getProps(["startAngle","endAngle","innerRadius","outerRadius","circumference"],s),m=(this.options.spacing+this.options.borderWidth)/2,g=rt(f,c-l),_=ns(a,l,c)&&l!==c,x=g>=Ct||_,S=Je(o,u+m,h+m);return x&&S}getCenterPoint(e){const{x:i,y:s,startAngle:r,endAngle:a,innerRadius:o,outerRadius:l}=this.getProps(["x","y","startAngle","endAngle","innerRadius","outerRadius"],e),{offset:c,spacing:u}=this.options,h=(r+a)/2,f=(o+l+u+c)/2;return{x:i+Math.cos(h)*f,y:s+Math.sin(h)*f}}tooltipPosition(e){return this.getCenterPoint(e)}draw(e){const{options:i,circumference:s}=this,r=(i.offset||0)/4,a=(i.spacing||0)/2,o=i.circular;if(this.pixelMargin=i.borderAlign==="inner"?.33:0,this.fullCircles=s>Ct?Math.floor(s/Ct):0,s===0||this.innerRadius<0||this.outerRadius<0)return;e.save();const l=(this.startAngle+this.endAngle)/2;e.translate(Math.cos(l)*r,Math.sin(l)*r);const c=1-Math.sin(Math.min(ct,s||0)),u=r*c;e.fillStyle=i.backgroundColor,e.strokeStyle=i.borderColor,yb(e,this,u,a,o),bb(e,this,u,a,o),e.restore()}}P(xs,"id","arc"),P(xs,"defaults",{borderAlign:"center",borderColor:"#fff",borderDash:[],borderDashOffset:0,borderJoinStyle:void 0,borderRadius:0,borderWidth:2,offset:0,spacing:0,angle:void 0,circular:!0,selfJoin:!1}),P(xs,"defaultRoutes",{backgroundColor:"backgroundColor"}),P(xs,"descriptors",{_scriptable:!0,_indexable:e=>e!=="borderDash"});function Ju(n,t,e=t){n.lineCap=rt(e.borderCapStyle,t.borderCapStyle),n.setLineDash(rt(e.borderDash,t.borderDash)),n.lineDashOffset=rt(e.borderDashOffset,t.borderDashOffset),n.lineJoin=rt(e.borderJoinStyle,t.borderJoinStyle),n.lineWidth=rt(e.borderWidth,t.borderWidth),n.strokeStyle=rt(e.borderColor,t.borderColor)}function _b(n,t,e){n.lineTo(e.x,e.y)}function xb(n){return n.stepped?Yg:n.tension||n.cubicInterpolationMode==="monotone"?$g:_b}function td(n,t,e={}){const i=n.length,{start:s=0,end:r=i-1}=e,{start:a,end:o}=t,l=Math.max(s,a),c=Math.min(r,o),u=s<a&&r<a||s>o&&r>o;return{count:i,start:l,loop:t.loop,ilen:c<l&&!u?i+c-l:c-l}}function wb(n,t,e,i){const{points:s,options:r}=t,{count:a,start:o,loop:l,ilen:c}=td(s,e,i),u=xb(r);let{move:h=!0,reverse:f}=i||{},m,g,_;for(m=0;m<=c;++m)g=s[(o+(f?c-m:m))%a],!g.skip&&(h?(n.moveTo(g.x,g.y),h=!1):u(n,_,g,f,r.stepped),_=g);return l&&(g=s[(o+(f?c:0))%a],u(n,_,g,f,r.stepped)),!!l}function Sb(n,t,e,i){const s=t.points,{count:r,start:a,ilen:o}=td(s,e,i),{move:l=!0,reverse:c}=i||{};let u=0,h=0,f,m,g,_,x,S;const T=E=>(a+(c?o-E:E))%r,D=()=>{_!==x&&(n.lineTo(u,x),n.lineTo(u,_),n.lineTo(u,S))};for(l&&(m=s[T(0)],n.moveTo(m.x,m.y)),f=0;f<=o;++f){if(m=s[T(f)],m.skip)continue;const E=m.x,C=m.y,A=E|0;A===g?(C<_?_=C:C>x&&(x=C),u=(h*u+E)/++h):(D(),n.lineTo(E,C),g=A,h=0,_=x=C),S=C}D()}function po(n){const t=n.options,e=t.borderDash&&t.borderDash.length;return!n._decimated&&!n._loop&&!t.tension&&t.cubicInterpolationMode!=="monotone"&&!t.stepped&&!e?Sb:wb}function vb(n){return n.stepped?vp:n.tension||n.cubicInterpolationMode==="monotone"?Tp:$n}function Tb(n,t,e,i){let s=t._path;s||(s=t._path=new Path2D,t.path(s,e,i)&&s.closePath()),Ju(n,t.options),n.stroke(s)}function Mb(n,t,e,i){const{segments:s,options:r}=t,a=po(t);for(const o of s)Ju(n,r,o.style),n.beginPath(),a(n,t,o,{start:e,end:e+i-1})&&n.closePath(),n.stroke()}const kb=typeof Path2D=="function";function Db(n,t,e,i){kb&&!t.options.segment?Tb(n,t,e,i):Mb(n,t,e,i)}class Mn extends Zt{constructor(t){super(),this.animated=!0,this.options=void 0,this._chart=void 0,this._loop=void 0,this._fullLoop=void 0,this._path=void 0,this._points=void 0,this._segments=void 0,this._decimated=!1,this._pointsUpdated=!1,this._datasetIndex=void 0,t&&Object.assign(this,t)}updateControlPoints(t,e){const i=this.options;if((i.tension||i.cubicInterpolationMode==="monotone")&&!i.stepped&&!this._pointsUpdated){const s=i.spanGaps?this._loop:this._fullLoop;gp(this._points,i,t,s,e),this._pointsUpdated=!0}}set points(t){this._points=t,delete this._segments,delete this._path,this._pointsUpdated=!1}get points(){return this._points}get segments(){return this._segments||(this._segments=Ep(this,this.options.segment))}first(){const t=this.segments,e=this.points;return t.length&&e[t[0].start]}last(){const t=this.segments,e=this.points,i=t.length;return i&&e[t[i-1].end]}interpolate(t,e){const i=this.options,s=t[e],r=this.points,a=cu(this,{property:e,start:s,end:s});if(!a.length)return;const o=[],l=vb(i);let c,u;for(c=0,u=a.length;c<u;++c){const{start:h,end:f}=a[c],m=r[h],g=r[f];if(m===g){o.push(m);continue}const _=Math.abs((s-m[e])/(g[e]-m[e])),x=l(m,g,_,i.stepped);x[e]=t[e],o.push(x)}return o.length===1?o[0]:o}pathSegment(t,e,i){return po(this)(t,this,e,i)}path(t,e,i){const s=this.segments,r=po(this);let a=this._loop;e=e||0,i=i||this.points.length-e;for(const o of s)a&=r(t,this,o,{start:e,end:e+i-1});return!!a}draw(t,e,i,s){const r=this.options||{};(this.points||[]).length&&r.borderWidth&&(t.save(),Db(t,this,i,s),t.restore()),this.animated&&(this._pointsUpdated=!1,this._path=void 0)}}P(Mn,"id","line"),P(Mn,"defaults",{borderCapStyle:"butt",borderDash:[],borderDashOffset:0,borderJoinStyle:"miter",borderWidth:3,capBezierPoints:!0,cubicInterpolationMode:"default",fill:!1,spanGaps:!1,stepped:!1,tension:0}),P(Mn,"defaultRoutes",{backgroundColor:"backgroundColor",borderColor:"borderColor"}),P(Mn,"descriptors",{_scriptable:!0,_indexable:t=>t!=="borderDash"&&t!=="fill"});function ed(n,t,e,i){const s=n.options,{[e]:r}=n.getProps([e],i);return Math.abs(t-r)<s.radius+s.hitRadius}class Ir extends Zt{constructor(e){super();P(this,"parsed");P(this,"skip");P(this,"stop");this.options=void 0,this.parsed=void 0,this.skip=void 0,this.stop=void 0,e&&Object.assign(this,e)}inRange(e,i,s){const r=this.options,{x:a,y:o}=this.getProps(["x","y"],s);return Math.pow(e-a,2)+Math.pow(i-o,2)<Math.pow(r.hitRadius+r.radius,2)}inXRange(e,i){return ed(this,e,"x",i)}inYRange(e,i){return ed(this,e,"y",i)}getCenterPoint(e){const{x:i,y:s}=this.getProps(["x","y"],e);return{x:i,y:s}}size(e){e=e||this.options||{};let i=e.radius||0;i=Math.max(i,i&&e.hoverRadius||0);const s=i&&e.borderWidth||0;return(i+s)*2}draw(e,i){const s=this.options;this.skip||s.radius<.1||!en(this,i,this.size(s)/2)||(e.strokeStyle=s.borderColor,e.lineWidth=s.borderWidth,e.fillStyle=s.backgroundColor,Ka(e,s,this.x,this.y))}getRange(){const e=this.options||{};return e.radius+e.hitRadius}}P(Ir,"id","point"),P(Ir,"defaults",{borderWidth:1,hitRadius:1,hoverBorderWidth:1,hoverRadius:4,pointStyle:"circle",radius:3,rotation:0}),P(Ir,"defaultRoutes",{backgroundColor:"backgroundColor",borderColor:"borderColor"});function nd(n,t){const{x:e,y:i,base:s,width:r,height:a}=n.getProps(["x","y","base","width","height"],t);let o,l,c,u,h;return n.horizontal?(h=a/2,o=Math.min(e,s),l=Math.max(e,s),c=i-h,u=i+h):(h=r/2,o=e-h,l=e+h,c=Math.min(i,s),u=Math.max(i,s)),{left:o,top:c,right:l,bottom:u}}function kn(n,t,e,i){return n?0:Xt(t,e,i)}function Cb(n,t,e){const i=n.options.borderWidth,s=n.borderSkipped,r=qc(i);return{t:kn(s.top,r.top,0,e),r:kn(s.right,r.right,0,t),b:kn(s.bottom,r.bottom,0,e),l:kn(s.left,r.left,0,t)}}function Ob(n,t,e){const{enableBorderRadius:i}=n.getProps(["enableBorderRadius"]),s=n.options.borderRadius,r=wn(s),a=Math.min(t,e),o=n.borderSkipped,l=i||ht(s);return{topLeft:kn(!l||o.top||o.left,r.topLeft,0,a),topRight:kn(!l||o.top||o.right,r.topRight,0,a),bottomLeft:kn(!l||o.bottom||o.left,r.bottomLeft,0,a),bottomRight:kn(!l||o.bottom||o.right,r.bottomRight,0,a)}}function Eb(n){const t=nd(n),e=t.right-t.left,i=t.bottom-t.top,s=Cb(n,e/2,i/2),r=Ob(n,e/2,i/2);return{outer:{x:t.left,y:t.top,w:e,h:i,radius:r},inner:{x:t.left+s.l,y:t.top+s.t,w:e-s.l-s.r,h:i-s.t-s.b,radius:{topLeft:Math.max(0,r.topLeft-Math.max(s.t,s.l)),topRight:Math.max(0,r.topRight-Math.max(s.t,s.r)),bottomLeft:Math.max(0,r.bottomLeft-Math.max(s.b,s.l)),bottomRight:Math.max(0,r.bottomRight-Math.max(s.b,s.r))}}}}function yo(n,t,e,i){const s=t===null,r=e===null,o=n&&!(s&&r)&&nd(n,i);return o&&(s||Je(t,o.left,o.right))&&(r||Je(e,o.top,o.bottom))}function Ab(n){return n.topLeft||n.topRight||n.bottomLeft||n.bottomRight}function Pb(n,t){n.rect(t.x,t.y,t.w,t.h)}function bo(n,t,e={}){const i=n.x!==e.x?-t:0,s=n.y!==e.y?-t:0,r=(n.x+n.w!==e.x+e.w?t:0)-i,a=(n.y+n.h!==e.y+e.h?t:0)-s;return{x:n.x+i,y:n.y+s,w:n.w+r,h:n.h+a,radius:n.radius}}class Lr extends Zt{constructor(t){super(),this.options=void 0,this.horizontal=void 0,this.base=void 0,this.width=void 0,this.height=void 0,this.inflateAmount=void 0,t&&Object.assign(this,t)}draw(t){const{inflateAmount:e,options:{borderColor:i,backgroundColor:s}}=this,{inner:r,outer:a}=Eb(this),o=Ab(a.radius)?pi:Pb;t.save(),(a.w!==r.w||a.h!==r.h)&&(t.beginPath(),o(t,bo(a,e,r)),t.clip(),o(t,bo(r,-e,a)),t.fillStyle=i,t.fill("evenodd")),t.beginPath(),o(t,bo(r,e)),t.fillStyle=s,t.fill(),t.restore()}inRange(t,e,i){return yo(this,t,e,i)}inXRange(t,e){return yo(this,t,null,e)}inYRange(t,e){return yo(this,null,t,e)}getCenterPoint(t){const{x:e,y:i,base:s,horizontal:r}=this.getProps(["x","y","base","horizontal"],t);return{x:r?(e+s)/2:e,y:r?i:(i+s)/2}}getRange(t){return t==="x"?this.width/2:this.height/2}}P(Lr,"id","bar"),P(Lr,"defaults",{borderSkipped:"start",borderWidth:0,borderRadius:0,inflateAmount:"auto",pointStyle:void 0}),P(Lr,"defaultRoutes",{backgroundColor:"backgroundColor",borderColor:"borderColor"});var Rb=Object.freeze({__proto__:null,ArcElement:xs,BarElement:Lr,LineElement:Mn,PointElement:Ir});const _o=["rgb(54, 162, 235)","rgb(255, 99, 132)","rgb(255, 159, 64)","rgb(255, 205, 86)","rgb(75, 192, 192)","rgb(153, 102, 255)","rgb(201, 203, 207)"],id=_o.map(n=>n.replace("rgb(","rgba(").replace(")",", 0.5)"));function sd(n){return _o[n%_o.length]}function rd(n){return id[n%id.length]}function Ib(n,t){return n.borderColor=sd(t),n.backgroundColor=rd(t),++t}function Lb(n,t){return n.backgroundColor=n.data.map(()=>sd(t++)),t}function Nb(n,t){return n.backgroundColor=n.data.map(()=>rd(t++)),t}function Fb(n){let t=0;return(e,i)=>{const s=n.getDatasetMeta(i).controller;s instanceof sn?t=Lb(e,t):s instanceof hs?t=Nb(e,t):s&&(t=Ib(e,t))}}function ad(n){let t;for(t in n)if(n[t].borderColor||n[t].backgroundColor)return!0;return!1}function Bb(n){return n&&(n.borderColor||n.backgroundColor)}function zb(){return At.borderColor!=="rgba(0,0,0,0.1)"||At.backgroundColor!=="rgba(0,0,0,0.1)"}var Ub={id:"colors",defaults:{enabled:!0,forceOverride:!1},beforeLayout(n,t,e){if(!e.enabled)return;const{data:{datasets:i},options:s}=n.config,{elements:r}=s,a=ad(i)||Bb(s)||r&&ad(r)||zb();if(!e.forceOverride&&a)return;const o=Fb(n);i.forEach(o)}};function Hb(n,t,e,i,s){const r=s.samples||i;if(r>=e)return n.slice(t,t+e);const a=[],o=(e-2)/(r-2);let l=0;const c=t+e-1;let u=t,h,f,m,g,_;for(a[l++]=n[u],h=0;h<r-2;h++){let x=0,S=0,T;const D=Math.floor((h+1)*o)+1+t,E=Math.min(Math.floor((h+2)*o)+1,e)+t,C=E-D;for(T=D;T<E;T++)x+=n[T].x,S+=n[T].y;x/=C,S/=C;const A=Math.floor(h*o)+1+t,k=Math.min(Math.floor((h+1)*o)+1,e)+t,{x:p,y:b}=n[u];for(m=g=-1,T=A;T<k;T++)g=.5*Math.abs((p-x)*(n[T].y-b)-(p-n[T].x)*(S-b)),g>m&&(m=g,f=n[T],_=T);a[l++]=f,u=_}return a[l++]=n[c],a}function Wb(n,t,e,i){let s=0,r=0,a,o,l,c,u,h,f,m,g,_;const x=[],S=t+e-1,T=n[t].x,E=n[S].x-T;for(a=t;a<t+e;++a){o=n[a],l=(o.x-T)/E*i,c=o.y;const C=l|0;if(C===u)c<g?(g=c,h=a):c>_&&(_=c,f=a),s=(r*s+o.x)/++r;else{const A=a-1;if(!st(h)&&!st(f)){const k=Math.min(h,f),p=Math.max(h,f);k!==m&&k!==A&&x.push({...n[k],x:s}),p!==m&&p!==A&&x.push({...n[p],x:s})}a>0&&A!==m&&x.push(n[A]),x.push(o),u=C,r=0,g=_=c,h=f=m=a}}return x}function od(n){if(n._decimated){const t=n._data;delete n._decimated,delete n._data,Object.defineProperty(n,"data",{configurable:!0,enumerable:!0,writable:!0,value:t})}}function ld(n){n.data.datasets.forEach(t=>{od(t)})}function Vb(n,t){const e=t.length;let i=0,s;const{iScale:r}=n,{min:a,max:o,minDefined:l,maxDefined:c}=r.getUserBounds();return l&&(i=Xt(tn(t,r.axis,a).lo,0,e-1)),c?s=Xt(tn(t,r.axis,o).hi+1,i,e)-i:s=e-i,{start:i,count:s}}var Yb={id:"decimation",defaults:{algorithm:"min-max",enabled:!1},beforeElementsUpdate:(n,t,e)=>{if(!e.enabled){ld(n);return}const i=n.width;n.data.datasets.forEach((s,r)=>{const{_data:a,indexAxis:o}=s,l=n.getDatasetMeta(r),c=a||s.data;if(ls([o,n.options.indexAxis])==="y"||!l.controller.supportsDecimation)return;const u=n.scales[l.xAxisID];if(u.type!=="linear"&&u.type!=="time"||n.options.parsing)return;let{start:h,count:f}=Vb(l,c);const m=e.threshold||4*i;if(f<=m){od(s);return}st(a)&&(s._data=c,delete s.data,Object.defineProperty(s,"data",{configurable:!0,enumerable:!0,get:function(){return this._decimated},set:function(_){this._data=_}}));let g;switch(e.algorithm){case"lttb":g=Hb(c,h,f,i,e);break;case"min-max":g=Wb(c,h,f,i);break;default:throw new Error(`Unsupported decimation algorithm '${e.algorithm}'`)}s._decimated=g})},destroy(n){ld(n)}};function $b(n,t,e){const i=n.segments,s=n.points,r=t.points,a=[];for(const o of i){let{start:l,end:c}=o;c=Nr(l,c,s);const u=xo(e,s[l],s[c],o.loop);if(!t.segments){a.push({source:o,target:u,start:s[l],end:s[c]});continue}const h=cu(t,u);for(const f of h){const m=xo(e,r[f.start],r[f.end],f.loop),g=lu(o,s,m);for(const _ of g)a.push({source:_,target:f,start:{[e]:cd(u,m,"start",Math.max)},end:{[e]:cd(u,m,"end",Math.min)}})}}return a}function xo(n,t,e,i){if(i)return;let s=t[n],r=e[n];return n==="angle"&&(s=se(s),r=se(r)),{property:n,start:s,end:r}}function jb(n,t){const{x:e=null,y:i=null}=n||{},s=t.points,r=[];return t.segments.forEach(({start:a,end:o})=>{o=Nr(a,o,s);const l=s[a],c=s[o];i!==null?(r.push({x:l.x,y:i}),r.push({x:c.x,y:i})):e!==null&&(r.push({x:e,y:l.y}),r.push({x:e,y:c.y}))}),r}function Nr(n,t,e){for(;t>n;t--){const i=e[t];if(!isNaN(i.x)&&!isNaN(i.y))break}return t}function cd(n,t,e,i){return n&&t?i(n[e],t[e]):n?n[e]:t?t[e]:0}function ud(n,t){let e=[],i=!1;return wt(n)?(i=!0,e=n):e=jb(n,t),e.length?new Mn({points:e,options:{tension:0},_loop:i,_fullLoop:i}):null}function dd(n){return n&&n.fill!==!1}function qb(n,t,e){let s=n[t].fill;const r=[t];let a;if(!e)return s;for(;s!==!1&&r.indexOf(s)===-1;){if(!Pt(s))return s;if(a=n[s],!a)return!1;if(a.visible)return s;r.push(s),s=a.fill}return!1}function Gb(n,t,e){const i=Qb(n);if(ht(i))return isNaN(i.value)?!1:i;let s=parseFloat(i);return Pt(s)&&Math.floor(s)===s?Kb(i[0],t,s,e):["origin","start","end","stack","shape"].indexOf(i)>=0&&i}function Kb(n,t,e,i){return(n==="-"||n==="+")&&(e=t+e),e===t||e<0||e>=i?!1:e}function Xb(n,t){let e=null;return n==="start"?e=t.bottom:n==="end"?e=t.top:ht(n)?e=t.getPixelForValue(n.value):t.getBasePixel&&(e=t.getBasePixel()),e}function Zb(n,t,e){let i;return n==="start"?i=e:n==="end"?i=t.options.reverse?t.min:t.max:ht(n)?i=n.value:i=t.getBaseValue(),i}function Qb(n){const t=n.options,e=t.fill;let i=rt(e&&e.target,e);return i===void 0&&(i=!!t.backgroundColor),i===!1||i===null?!1:i===!0?"origin":i}function Jb(n){const{scale:t,index:e,line:i}=n,s=[],r=i.segments,a=i.points,o=t0(t,e);o.push(ud({x:null,y:t.bottom},i));for(let l=0;l<r.length;l++){const c=r[l];for(let u=c.start;u<=c.end;u++)e0(s,a[u],o)}return new Mn({points:s,options:{}})}function t0(n,t){const e=[],i=n.getMatchingVisibleMetas("line");for(let s=0;s<i.length;s++){const r=i[s];if(r.index===t)break;r.hidden||e.unshift(r.dataset)}return e}function e0(n,t,e){const i=[];for(let s=0;s<e.length;s++){const r=e[s],{first:a,last:o,point:l}=n0(r,t,"x");if(!(!l||a&&o)){if(a)i.unshift(l);else if(n.push(l),!o)break}}n.push(...i)}function n0(n,t,e){const i=n.interpolate(t,e);if(!i)return{};const s=i[e],r=n.segments,a=n.points;let o=!1,l=!1;for(let c=0;c<r.length;c++){const u=r[c],h=a[u.start][e],f=a[u.end][e];if(Je(s,h,f)){o=s===h,l=s===f;break}}return{first:o,last:l,point:i}}class hd{constructor(t){this.x=t.x,this.y=t.y,this.radius=t.radius}pathSegment(t,e,i){const{x:s,y:r,radius:a}=this;return e=e||{start:0,end:Ct},t.arc(s,r,a,e.end,e.start,!0),!i.bounds}interpolate(t){const{x:e,y:i,radius:s}=this,r=t.angle;return{x:e+Math.cos(r)*s,y:i+Math.sin(r)*s,angle:r}}}function i0(n){const{chart:t,fill:e,line:i}=n;if(Pt(e))return s0(t,e);if(e==="stack")return Jb(n);if(e==="shape")return!0;const s=r0(n);return s instanceof hd?s:ud(s,i)}function s0(n,t){const e=n.getDatasetMeta(t);return e&&n.isDatasetVisible(t)?e.dataset:null}function r0(n){return(n.scale||{}).getPointPositionForValue?o0(n):a0(n)}function a0(n){const{scale:t={},fill:e}=n,i=Xb(e,t);if(Pt(i)){const s=t.isHorizontal();return{x:s?i:null,y:s?null:i}}return null}function o0(n){const{scale:t,fill:e}=n,i=t.options,s=t.getLabels().length,r=i.reverse?t.max:t.min,a=Zb(e,t,r),o=[];if(i.grid.circular){const l=t.getPointPositionForValue(0,r);return new hd({x:l.x,y:l.y,radius:t.getDistanceFromCenterForValue(a)})}for(let l=0;l<s;++l)o.push(t.getPointPositionForValue(l,a));return o}function wo(n,t,e){const i=i0(t),{chart:s,index:r,line:a,scale:o,axis:l}=t,c=a.options,u=c.fill,h=c.backgroundColor,{above:f=h,below:m=h}=u||{},g=s.getDatasetMeta(r),_=hu(s,g);i&&a.points.length&&(as(n,e),l0(n,{line:a,target:i,above:f,below:m,area:e,scale:o,axis:l,clip:_}),os(n))}function l0(n,t){const{line:e,target:i,above:s,below:r,area:a,scale:o,clip:l}=t,c=e._loop?"angle":t.axis;n.save();let u=r;r!==s&&(c==="x"?(fd(n,i,a.top),So(n,{line:e,target:i,color:s,scale:o,property:c,clip:l}),n.restore(),n.save(),fd(n,i,a.bottom)):c==="y"&&(md(n,i,a.left),So(n,{line:e,target:i,color:r,scale:o,property:c,clip:l}),n.restore(),n.save(),md(n,i,a.right),u=s)),So(n,{line:e,target:i,color:u,scale:o,property:c,clip:l}),n.restore()}function fd(n,t,e){const{segments:i,points:s}=t;let r=!0,a=!1;n.beginPath();for(const o of i){const{start:l,end:c}=o,u=s[l],h=s[Nr(l,c,s)];r?(n.moveTo(u.x,u.y),r=!1):(n.lineTo(u.x,e),n.lineTo(u.x,u.y)),a=!!t.pathSegment(n,o,{move:a}),a?n.closePath():n.lineTo(h.x,e)}n.lineTo(t.first().x,e),n.closePath(),n.clip()}function md(n,t,e){const{segments:i,points:s}=t;let r=!0,a=!1;n.beginPath();for(const o of i){const{start:l,end:c}=o,u=s[l],h=s[Nr(l,c,s)];r?(n.moveTo(u.x,u.y),r=!1):(n.lineTo(e,u.y),n.lineTo(u.x,u.y)),a=!!t.pathSegment(n,o,{move:a}),a?n.closePath():n.lineTo(e,h.y)}n.lineTo(e,t.first().y),n.closePath(),n.clip()}function So(n,t){const{line:e,target:i,property:s,color:r,scale:a,clip:o}=t,l=$b(e,i,s);for(const{source:c,target:u,start:h,end:f}of l){const{style:{backgroundColor:m=r}={}}=c,g=i!==!0;n.save(),n.fillStyle=m,c0(n,a,o,g&&xo(s,h,f)),n.beginPath();const _=!!e.pathSegment(n,c);let x;if(g){_?n.closePath():gd(n,i,f,s);const S=!!i.pathSegment(n,u,{move:_,reverse:!0});x=_&&S,x||gd(n,i,h,s)}n.closePath(),n.fill(x?"evenodd":"nonzero"),n.restore()}}function c0(n,t,e,i){const s=t.chart.chartArea,{property:r,start:a,end:o}=i||{};if(r==="x"||r==="y"){let l,c,u,h;r==="x"?(l=a,c=s.top,u=o,h=s.bottom):(l=s.left,c=a,u=s.right,h=o),n.beginPath(),e&&(l=Math.max(l,e.left),u=Math.min(u,e.right),c=Math.max(c,e.top),h=Math.min(h,e.bottom)),n.rect(l,c,u-l,h-c),n.clip()}}function gd(n,t,e,i){const s=t.interpolate(e,i);s&&n.lineTo(s.x,s.y)}var u0={id:"filler",afterDatasetsUpdate(n,t,e){const i=(n.data.datasets||[]).length,s=[];let r,a,o,l;for(a=0;a<i;++a)r=n.getDatasetMeta(a),o=r.dataset,l=null,o&&o.options&&o instanceof Mn&&(l={visible:n.isDatasetVisible(a),index:a,fill:Gb(o,a,i),chart:n,axis:r.controller.options.indexAxis,scale:r.vScale,line:o}),r.$filler=l,s.push(l);for(a=0;a<i;++a)l=s[a],!(!l||l.fill===!1)&&(l.fill=qb(s,a,e.propagate))},beforeDraw(n,t,e){const i=e.drawTime==="beforeDraw",s=n.getSortedVisibleDatasetMetas(),r=n.chartArea;for(let a=s.length-1;a>=0;--a){const o=s[a].$filler;o&&(o.line.updateControlPoints(r,o.axis),i&&o.fill&&wo(n.ctx,o,r))}},beforeDatasetsDraw(n,t,e){if(e.drawTime!=="beforeDatasetsDraw")return;const i=n.getSortedVisibleDatasetMetas();for(let s=i.length-1;s>=0;--s){const r=i[s].$filler;dd(r)&&wo(n.ctx,r,n.chartArea)}},beforeDatasetDraw(n,t,e){const i=t.meta.$filler;!dd(i)||e.drawTime!=="beforeDatasetDraw"||wo(n.ctx,i,n.chartArea)},defaults:{propagate:!0,drawTime:"beforeDatasetDraw"}};const pd=(n,t)=>{let{boxHeight:e=t,boxWidth:i=t}=n;return n.usePointStyle&&(e=Math.min(e,t),i=n.pointStyleWidth||Math.min(i,t)),{boxWidth:i,boxHeight:e,itemHeight:Math.max(t,e)}},d0=(n,t)=>n!==null&&t!==null&&n.datasetIndex===t.datasetIndex&&n.index===t.index;class yd extends Zt{constructor(t){super(),this._added=!1,this.legendHitBoxes=[],this._hoveredItem=null,this.doughnutMode=!1,this.chart=t.chart,this.options=t.options,this.ctx=t.ctx,this.legendItems=void 0,this.columnSizes=void 0,this.lineWidths=void 0,this.maxHeight=void 0,this.maxWidth=void 0,this.top=void 0,this.bottom=void 0,this.left=void 0,this.right=void 0,this.height=void 0,this.width=void 0,this._margins=void 0,this.position=void 0,this.weight=void 0,this.fullSize=void 0}update(t,e,i){this.maxWidth=t,this.maxHeight=e,this._margins=i,this.setDimensions(),this.buildLabels(),this.fit()}setDimensions(){this.isHorizontal()?(this.width=this.maxWidth,this.left=this._margins.left,this.right=this.width):(this.height=this.maxHeight,this.top=this._margins.top,this.bottom=this.height)}buildLabels(){const t=this.options.labels||{};let e=Tt(t.generateLabels,[this.chart],this)||[];t.filter&&(e=e.filter(i=>t.filter(i,this.chart.data))),t.sort&&(e=e.sort((i,s)=>t.sort(i,s,this.chart.data))),this.options.reverse&&e.reverse(),this.legendItems=e}fit(){const{options:t,ctx:e}=this;if(!t.display){this.width=this.height=0;return}const i=t.labels,s=Rt(i.font),r=s.size,a=this._computeTitleHeight(),{boxWidth:o,itemHeight:l}=pd(i,r);let c,u;e.font=s.string,this.isHorizontal()?(c=this.maxWidth,u=this._fitRows(a,r,o,l)+10):(u=this.maxHeight,c=this._fitCols(a,s,o,l)+10),this.width=Math.min(c,t.maxWidth||this.maxWidth),this.height=Math.min(u,t.maxHeight||this.maxHeight)}_fitRows(t,e,i,s){const{ctx:r,maxWidth:a,options:{labels:{padding:o}}}=this,l=this.legendHitBoxes=[],c=this.lineWidths=[0],u=s+o;let h=t;r.textAlign="left",r.textBaseline="middle";let f=-1,m=-u;return this.legendItems.forEach((g,_)=>{const x=i+e/2+r.measureText(g.text).width;(_===0||c[c.length-1]+x+2*o>a)&&(h+=u,c[c.length-(_>0?0:1)]=0,m+=u,f++),l[_]={left:0,top:m,row:f,width:x,height:s},c[c.length-1]+=x+o}),h}_fitCols(t,e,i,s){const{ctx:r,maxHeight:a,options:{labels:{padding:o}}}=this,l=this.legendHitBoxes=[],c=this.columnSizes=[],u=a-t;let h=o,f=0,m=0,g=0,_=0;return this.legendItems.forEach((x,S)=>{const{itemWidth:T,itemHeight:D}=h0(i,e,r,x,s);S>0&&m+D+2*o>u&&(h+=f+o,c.push({width:f,height:m}),g+=f+o,_++,f=m=0),l[S]={left:g,top:m,col:_,width:T,height:D},f=Math.max(f,T),m+=D+o}),h+=f,c.push({width:f,height:m}),h}adjustHitBoxes(){if(!this.options.display)return;const t=this._computeTitleHeight(),{legendHitBoxes:e,options:{align:i,labels:{padding:s},rtl:r}}=this,a=_i(r,this.left,this.width);if(this.isHorizontal()){let o=0,l=re(i,this.left+s,this.right-this.lineWidths[o]);for(const c of e)o!==c.row&&(o=c.row,l=re(i,this.left+s,this.right-this.lineWidths[o])),c.top+=this.top+t+s,c.left=a.leftForLtr(a.x(l),c.width),l+=c.width+s}else{let o=0,l=re(i,this.top+t+s,this.bottom-this.columnSizes[o].height);for(const c of e)c.col!==o&&(o=c.col,l=re(i,this.top+t+s,this.bottom-this.columnSizes[o].height)),c.top=l,c.left+=this.left+s,c.left=a.leftForLtr(a.x(c.left),c.width),l+=c.height+s}}isHorizontal(){return this.options.position==="top"||this.options.position==="bottom"}draw(){if(this.options.display){const t=this.ctx;as(t,this),this._draw(),os(t)}}_draw(){const{options:t,columnSizes:e,lineWidths:i,ctx:s}=this,{align:r,labels:a}=t,o=At.color,l=_i(t.rtl,this.left,this.width),c=Rt(a.font),{padding:u}=a,h=c.size,f=h/2;let m;this.drawTitle(),s.textAlign=l.textAlign("left"),s.textBaseline="middle",s.lineWidth=.5,s.font=c.string;const{boxWidth:g,boxHeight:_,itemHeight:x}=pd(a,h),S=function(A,k,p){if(isNaN(g)||g<=0||isNaN(_)||_<0)return;s.save();const b=rt(p.lineWidth,1);if(s.fillStyle=rt(p.fillStyle,o),s.lineCap=rt(p.lineCap,"butt"),s.lineDashOffset=rt(p.lineDashOffset,0),s.lineJoin=rt(p.lineJoin,"miter"),s.lineWidth=b,s.strokeStyle=rt(p.strokeStyle,o),s.setLineDash(rt(p.lineDash,[])),a.usePointStyle){const v={radius:_*Math.SQRT2/2,pointStyle:p.pointStyle,rotation:p.rotation,borderWidth:b},O=l.xPlus(A,g/2),R=k+f;jc(s,v,O,R,a.pointStyleWidth&&g)}else{const v=k+Math.max((h-_)/2,0),O=l.leftForLtr(A,g),R=wn(p.borderRadius);s.beginPath(),Object.values(R).some(W=>W!==0)?pi(s,{x:O,y:v,w:g,h:_,radius:R}):s.rect(O,v,g,_),s.fill(),b!==0&&s.stroke()}s.restore()},T=function(A,k,p){Vn(s,p.text,A,k+x/2,c,{strikethrough:p.hidden,textAlign:l.textAlign(p.textAlign)})},D=this.isHorizontal(),E=this._computeTitleHeight();D?m={x:re(r,this.left+u,this.right-i[0]),y:this.top+u+E,line:0}:m={x:this.left+u,y:re(r,this.top+E+u,this.bottom-e[0].height),line:0},su(this.ctx,t.textDirection);const C=x+u;this.legendItems.forEach((A,k)=>{s.strokeStyle=A.fontColor,s.fillStyle=A.fontColor;const p=s.measureText(A.text).width,b=l.textAlign(A.textAlign||(A.textAlign=a.textAlign)),v=g+f+p;let O=m.x,R=m.y;l.setWidth(this.width),D?k>0&&O+v+u>this.right&&(R=m.y+=C,m.line++,O=m.x=re(r,this.left+u,this.right-i[m.line])):k>0&&R+C>this.bottom&&(O=m.x=O+e[m.line].width+u,m.line++,R=m.y=re(r,this.top+E+u,this.bottom-e[m.line].height));const W=l.x(O);if(S(W,R,A),O=Rg(b,O+g+f,D?O+v:this.right,t.rtl),T(l.x(O),R,A),D)m.x+=v+u;else if(typeof A.text!="string"){const L=c.lineHeight;m.y+=bd(A,L)+u}else m.y+=C}),ru(this.ctx,t.textDirection)}drawTitle(){const t=this.options,e=t.title,i=Rt(e.font),s=Yt(e.padding);if(!e.display)return;const r=_i(t.rtl,this.left,this.width),a=this.ctx,o=e.position,l=i.size/2,c=s.top+l;let u,h=this.left,f=this.width;if(this.isHorizontal())f=Math.max(...this.lineWidths),u=this.top+c,h=re(t.align,h,this.right-f);else{const g=this.columnSizes.reduce((_,x)=>Math.max(_,x.height),0);u=c+re(t.align,this.top,this.bottom-g-t.labels.padding-this._computeTitleHeight())}const m=re(o,h,h+f);a.textAlign=r.textAlign(Va(o)),a.textBaseline="middle",a.strokeStyle=e.color,a.fillStyle=e.color,a.font=i.string,Vn(a,e.text,m,u,i)}_computeTitleHeight(){const t=this.options.title,e=Rt(t.font),i=Yt(t.padding);return t.display?e.lineHeight+i.height:0}_getLegendItemAt(t,e){let i,s,r;if(Je(t,this.left,this.right)&&Je(e,this.top,this.bottom)){for(r=this.legendHitBoxes,i=0;i<r.length;++i)if(s=r[i],Je(t,s.left,s.left+s.width)&&Je(e,s.top,s.top+s.height))return this.legendItems[i]}return null}handleEvent(t){const e=this.options;if(!g0(t.type,e))return;const i=this._getLegendItemAt(t.x,t.y);if(t.type==="mousemove"||t.type==="mouseout"){const s=this._hoveredItem,r=d0(s,i);s&&!r&&Tt(e.onLeave,[t,s,this],this),this._hoveredItem=i,i&&!r&&Tt(e.onHover,[t,i,this],this)}else i&&Tt(e.onClick,[t,i,this],this)}}function h0(n,t,e,i,s){const r=f0(i,n,t,e),a=m0(s,i,t.lineHeight);return{itemWidth:r,itemHeight:a}}function f0(n,t,e,i){let s=n.text;return s&&typeof s!="string"&&(s=s.reduce((r,a)=>r.length>a.length?r:a)),t+e.size/2+i.measureText(s).width}function m0(n,t,e){let i=n;return typeof t.text!="string"&&(i=bd(t,e)),i}function bd(n,t){const e=n.text?n.text.length:0;return t*e}function g0(n,t){return!!((n==="mousemove"||n==="mouseout")&&(t.onHover||t.onLeave)||t.onClick&&(n==="click"||n==="mouseup"))}var p0={id:"legend",_element:yd,start(n,t,e){const i=n.legend=new yd({ctx:n.ctx,options:e,chart:n});ae.configure(n,i,e),ae.addBox(n,i)},stop(n){ae.removeBox(n,n.legend),delete n.legend},beforeUpdate(n,t,e){const i=n.legend;ae.configure(n,i,e),i.options=e},afterUpdate(n){const t=n.legend;t.buildLabels(),t.adjustHitBoxes()},afterEvent(n,t){t.replay||n.legend.handleEvent(t.event)},defaults:{display:!0,position:"top",align:"center",fullSize:!0,reverse:!1,weight:1e3,onClick(n,t,e){const i=t.datasetIndex,s=e.chart;s.isDatasetVisible(i)?(s.hide(i),t.hidden=!0):(s.show(i),t.hidden=!1)},onHover:null,onLeave:null,labels:{color:n=>n.chart.options.color,boxWidth:40,padding:10,generateLabels(n){const t=n.data.datasets,{labels:{usePointStyle:e,pointStyle:i,textAlign:s,color:r,useBorderRadius:a,borderRadius:o}}=n.legend.options;return n._getSortedDatasetMetas().map(l=>{const c=l.controller.getStyle(e?0:void 0),u=Yt(c.borderWidth);return{text:t[l.index].label,fillStyle:c.backgroundColor,fontColor:r,hidden:!l.visible,lineCap:c.borderCapStyle,lineDash:c.borderDash,lineDashOffset:c.borderDashOffset,lineJoin:c.borderJoinStyle,lineWidth:(u.width+u.height)/4,strokeStyle:c.borderColor,pointStyle:i||c.pointStyle,rotation:c.rotation,textAlign:s||c.textAlign,borderRadius:a&&(o||c.borderRadius),datasetIndex:l.index}},this)}},title:{color:n=>n.chart.options.color,display:!1,position:"center",text:""}},descriptors:{_scriptable:n=>!n.startsWith("on"),labels:{_scriptable:n=>!["generateLabels","filter","sort"].includes(n)}}};class vo extends Zt{constructor(t){super(),this.chart=t.chart,this.options=t.options,this.ctx=t.ctx,this._padding=void 0,this.top=void 0,this.bottom=void 0,this.left=void 0,this.right=void 0,this.width=void 0,this.height=void 0,this.position=void 0,this.weight=void 0,this.fullSize=void 0}update(t,e){const i=this.options;if(this.left=0,this.top=0,!i.display){this.width=this.height=this.right=this.bottom=0;return}this.width=this.right=t,this.height=this.bottom=e;const s=wt(i.text)?i.text.length:1;this._padding=Yt(i.padding);const r=s*Rt(i.font).lineHeight+this._padding.height;this.isHorizontal()?this.height=r:this.width=r}isHorizontal(){const t=this.options.position;return t==="top"||t==="bottom"}_drawArgs(t){const{top:e,left:i,bottom:s,right:r,options:a}=this,o=a.align;let l=0,c,u,h;return this.isHorizontal()?(u=re(o,i,r),h=e+t,c=r-i):(a.position==="left"?(u=i+t,h=re(o,s,e),l=ct*-.5):(u=r-t,h=re(o,e,s),l=ct*.5),c=s-e),{titleX:u,titleY:h,maxWidth:c,rotation:l}}draw(){const t=this.ctx,e=this.options;if(!e.display)return;const i=Rt(e.font),r=i.lineHeight/2+this._padding.top,{titleX:a,titleY:o,maxWidth:l,rotation:c}=this._drawArgs(r);Vn(t,e.text,0,0,i,{color:e.color,maxWidth:l,rotation:c,textAlign:Va(e.align),textBaseline:"middle",translation:[a,o]})}}function y0(n,t){const e=new vo({ctx:n.ctx,options:t,chart:n});ae.configure(n,e,t),ae.addBox(n,e),n.titleBlock=e}var b0={id:"title",_element:vo,start(n,t,e){y0(n,e)},stop(n){const t=n.titleBlock;ae.removeBox(n,t),delete n.titleBlock},beforeUpdate(n,t,e){const i=n.titleBlock;ae.configure(n,i,e),i.options=e},defaults:{align:"center",display:!1,font:{weight:"bold"},fullSize:!0,padding:10,position:"top",text:"",weight:2e3},defaultRoutes:{color:"color"},descriptors:{_scriptable:!0,_indexable:!1}};const Fr=new WeakMap;var _0={id:"subtitle",start(n,t,e){const i=new vo({ctx:n.ctx,options:e,chart:n});ae.configure(n,i,e),ae.addBox(n,i),Fr.set(n,i)},stop(n){ae.removeBox(n,Fr.get(n)),Fr.delete(n)},beforeUpdate(n,t,e){const i=Fr.get(n);ae.configure(n,i,e),i.options=e},defaults:{align:"center",display:!1,font:{weight:"normal"},fullSize:!0,padding:0,position:"top",text:"",weight:1500},defaultRoutes:{color:"color"},descriptors:{_scriptable:!0,_indexable:!1}};const ws={average(n){if(!n.length)return!1;let t,e,i=new Set,s=0,r=0;for(t=0,e=n.length;t<e;++t){const o=n[t].element;if(o&&o.hasValue()){const l=o.tooltipPosition();i.add(l.x),s+=l.y,++r}}return r===0||i.size===0?!1:{x:[...i].reduce((o,l)=>o+l)/i.size,y:s/r}},nearest(n,t){if(!n.length)return!1;let e=t.x,i=t.y,s=Number.POSITIVE_INFINITY,r,a,o;for(r=0,a=n.length;r<a;++r){const l=n[r].element;if(l&&l.hasValue()){const c=l.getCenterPoint(),u=gi(t,c);u<s&&(s=u,o=l)}}if(o){const l=o.tooltipPosition();e=l.x,i=l.y}return{x:e,y:i}}};function Ye(n,t){return t&&(wt(t)?Array.prototype.push.apply(n,t):n.push(t)),n}function rn(n){return(typeof n=="string"||n instanceof String)&&n.indexOf(`
|
|
17
17
|
`)>-1?n.split(`
|
|
18
|
-
`):n}function x0(n,t){const{element:e,datasetIndex:i,index:s}=t,r=n.getDatasetMeta(i).controller,{label:a,value:o}=r.getLabelAndValue(s);return{chart:n,label:a,parsed:r.getParsed(s),raw:n.data.datasets[i].data[s],formattedValue:o,dataset:r.getDataset(),dataIndex:s,datasetIndex:i,element:e}}function _d(n,t){const e=n.chart.ctx,{body:i,footer:s,title:r}=n,{boxWidth:a,boxHeight:o}=t,l=Rt(t.bodyFont),c=Rt(t.titleFont),u=Rt(t.footerFont),h=r.length,f=s.length,m=i.length,p=Yt(t.padding);let _=p.height,x=0,S=i.reduce((A,E)=>A+E.before.length+E.lines.length+E.after.length,0);if(S+=n.beforeBody.length+n.afterBody.length,h&&(_+=h*c.lineHeight+(h-1)*t.titleSpacing+t.titleMarginBottom),S){const A=t.displayColors?Math.max(o,l.lineHeight):l.lineHeight;_+=m*A+(S-m)*l.lineHeight+(S-1)*t.bodySpacing}f&&(_+=t.footerMarginTop+f*u.lineHeight+(f-1)*t.footerSpacing);let M=0;const C=function(A){x=Math.max(x,e.measureText(A).width+M)};return e.save(),e.font=c.string,Mt(n.title,C),e.font=l.string,Mt(n.beforeBody.concat(n.afterBody),C),M=t.displayColors?a+2+t.boxPadding:0,Mt(i,A=>{Mt(A.before,C),Mt(A.lines,C),Mt(A.after,C)}),M=0,e.font=u.string,Mt(n.footer,C),e.restore(),x+=p.width,{width:x,height:_}}function w0(n,t){const{y:e,height:i}=t;return e<i/2?"top":e>n.height-i/2?"bottom":"center"}function S0(n,t,e,i){const{x:s,width:r}=i,a=e.caretSize+e.caretPadding;if(n==="left"&&s+r+a>t.width||n==="right"&&s-r-a<0)return!0}function v0(n,t,e,i){const{x:s,width:r}=e,{width:a,chartArea:{left:o,right:l}}=n;let c="center";return i==="center"?c=s<=(o+l)/2?"left":"right":s<=r/2?c="left":s>=a-r/2&&(c="right"),S0(c,n,t,e)&&(c="center"),c}function xd(n,t,e){const i=e.yAlign||t.yAlign||w0(n,e);return{xAlign:e.xAlign||t.xAlign||v0(n,t,e,i),yAlign:i}}function T0(n,t){let{x:e,width:i}=n;return t==="right"?e-=i:t==="center"&&(e-=i/2),e}function M0(n,t,e){let{y:i,height:s}=n;return t==="top"?i+=e:t==="bottom"?i-=s+e:i-=s/2,i}function wd(n,t,e,i){const{caretSize:s,caretPadding:r,cornerRadius:a}=n,{xAlign:o,yAlign:l}=e,c=s+r,{topLeft:u,topRight:h,bottomLeft:f,bottomRight:m}=wn(a);let p=T0(t,o);const _=M0(t,l,c);return l==="center"?o==="left"?p+=c:o==="right"&&(p-=c):o==="left"?p-=Math.max(u,f)+s:o==="right"&&(p+=Math.max(h,m)+s),{x:Xt(p,0,i.width-t.width),y:Xt(_,0,i.height-t.height)}}function Br(n,t,e){const i=Yt(e.padding);return t==="center"?n.x+n.width/2:t==="right"?n.x+n.width-i.right:n.x+i.left}function Sd(n){return Ye([],rn(n))}function k0(n,t,e){return Sn(n,{tooltip:t,tooltipItems:e,type:"tooltip"})}function vd(n,t){const e=t&&t.dataset&&t.dataset.tooltip&&t.dataset.tooltip.callbacks;return e?n.override(e):n}const Td={beforeTitle:Qe,title(n){if(n.length>0){const t=n[0],e=t.chart.data.labels,i=e?e.length:0;if(this&&this.options&&this.options.mode==="dataset")return t.dataset.label||"";if(t.label)return t.label;if(i>0&&t.dataIndex<i)return e[t.dataIndex]}return""},afterTitle:Qe,beforeBody:Qe,beforeLabel:Qe,label(n){if(this&&this.options&&this.options.mode==="dataset")return n.label+": "+n.formattedValue||n.formattedValue;let t=n.dataset.label||"";t&&(t+=": ");const e=n.formattedValue;return st(e)||(t+=e),t},labelColor(n){const e=n.chart.getDatasetMeta(n.datasetIndex).controller.getStyle(n.dataIndex);return{borderColor:e.borderColor,backgroundColor:e.backgroundColor,borderWidth:e.borderWidth,borderDash:e.borderDash,borderDashOffset:e.borderDashOffset,borderRadius:0}},labelTextColor(){return this.options.bodyColor},labelPointStyle(n){const e=n.chart.getDatasetMeta(n.datasetIndex).controller.getStyle(n.dataIndex);return{pointStyle:e.pointStyle,rotation:e.rotation}},afterLabel:Qe,afterBody:Qe,beforeFooter:Qe,footer:Qe,afterFooter:Qe};function be(n,t,e,i){const s=n[t].call(e,i);return typeof s>"u"?Td[t].call(e,i):s}class To extends Zt{constructor(t){super(),this.opacity=0,this._active=[],this._eventPosition=void 0,this._size=void 0,this._cachedAnimations=void 0,this._tooltipItems=[],this.$animations=void 0,this.$context=void 0,this.chart=t.chart,this.options=t.options,this.dataPoints=void 0,this.title=void 0,this.beforeBody=void 0,this.body=void 0,this.afterBody=void 0,this.footer=void 0,this.xAlign=void 0,this.yAlign=void 0,this.x=void 0,this.y=void 0,this.height=void 0,this.width=void 0,this.caretX=void 0,this.caretY=void 0,this.labelColors=void 0,this.labelPointStyles=void 0,this.labelTextColors=void 0}initialize(t){this.options=t,this._cachedAnimations=void 0,this.$context=void 0}_resolveAnimations(){const t=this._cachedAnimations;if(t)return t;const e=this.chart,i=this.options.setContext(this.getContext()),s=i.enabled&&e.options.animation&&i.animations,r=new no(this.chart,s);return s._cacheable&&(this._cachedAnimations=Object.freeze(r)),r}getContext(){return this.$context||(this.$context=k0(this.chart.getContext(),this,this._tooltipItems))}getTitle(t,e){const{callbacks:i}=e,s=be(i,"beforeTitle",this,t),r=be(i,"title",this,t),a=be(i,"afterTitle",this,t);let o=[];return o=Ye(o,rn(s)),o=Ye(o,rn(r)),o=Ye(o,rn(a)),o}getBeforeBody(t,e){return Sd(be(e.callbacks,"beforeBody",this,t))}getBody(t,e){const{callbacks:i}=e,s=[];return Mt(t,r=>{const a={before:[],lines:[],after:[]},o=vd(i,r);Ye(a.before,rn(be(o,"beforeLabel",this,r))),Ye(a.lines,be(o,"label",this,r)),Ye(a.after,rn(be(o,"afterLabel",this,r))),s.push(a)}),s}getAfterBody(t,e){return Sd(be(e.callbacks,"afterBody",this,t))}getFooter(t,e){const{callbacks:i}=e,s=be(i,"beforeFooter",this,t),r=be(i,"footer",this,t),a=be(i,"afterFooter",this,t);let o=[];return o=Ye(o,rn(s)),o=Ye(o,rn(r)),o=Ye(o,rn(a)),o}_createItems(t){const e=this._active,i=this.chart.data,s=[],r=[],a=[];let o=[],l,c;for(l=0,c=e.length;l<c;++l)o.push(x0(this.chart,e[l]));return t.filter&&(o=o.filter((u,h,f)=>t.filter(u,h,f,i))),t.itemSort&&(o=o.sort((u,h)=>t.itemSort(u,h,i))),Mt(o,u=>{const h=vd(t.callbacks,u);s.push(be(h,"labelColor",this,u)),r.push(be(h,"labelPointStyle",this,u)),a.push(be(h,"labelTextColor",this,u))}),this.labelColors=s,this.labelPointStyles=r,this.labelTextColors=a,this.dataPoints=o,o}update(t,e){const i=this.options.setContext(this.getContext()),s=this._active;let r,a=[];if(!s.length)this.opacity!==0&&(r={opacity:0});else{const o=ws[i.position].call(this,s,this._eventPosition);a=this._createItems(i),this.title=this.getTitle(a,i),this.beforeBody=this.getBeforeBody(a,i),this.body=this.getBody(a,i),this.afterBody=this.getAfterBody(a,i),this.footer=this.getFooter(a,i);const l=this._size=_d(this,i),c=Object.assign({},o,l),u=xd(this.chart,i,c),h=wd(i,c,u,this.chart);this.xAlign=u.xAlign,this.yAlign=u.yAlign,r={opacity:1,x:h.x,y:h.y,width:l.width,height:l.height,caretX:o.x,caretY:o.y}}this._tooltipItems=a,this.$context=void 0,r&&this._resolveAnimations().update(this,r),t&&i.external&&i.external.call(this,{chart:this.chart,tooltip:this,replay:e})}drawCaret(t,e,i,s){const r=this.getCaretPosition(t,i,s);e.lineTo(r.x1,r.y1),e.lineTo(r.x2,r.y2),e.lineTo(r.x3,r.y3)}getCaretPosition(t,e,i){const{xAlign:s,yAlign:r}=this,{caretSize:a,cornerRadius:o}=i,{topLeft:l,topRight:c,bottomLeft:u,bottomRight:h}=wn(o),{x:f,y:m}=t,{width:p,height:_}=e;let x,S,M,C,A,E;return r==="center"?(A=m+_/2,s==="left"?(x=f,S=x-a,C=A+a,E=A-a):(x=f+p,S=x+a,C=A-a,E=A+a),M=x):(s==="left"?S=f+Math.max(l,u)+a:s==="right"?S=f+p-Math.max(c,h)-a:S=this.caretX,r==="top"?(C=m,A=C-a,x=S-a,M=S+a):(C=m+_,A=C+a,x=S+a,M=S-a),E=C),{x1:x,x2:S,x3:M,y1:C,y2:A,y3:E}}drawTitle(t,e,i){const s=this.title,r=s.length;let a,o,l;if(r){const c=_i(i.rtl,this.x,this.width);for(t.x=Br(this,i.titleAlign,i),e.textAlign=c.textAlign(i.titleAlign),e.textBaseline="middle",a=Rt(i.titleFont),o=i.titleSpacing,e.fillStyle=i.titleColor,e.font=a.string,l=0;l<r;++l)e.fillText(s[l],c.x(t.x),t.y+a.lineHeight/2),t.y+=a.lineHeight+o,l+1===r&&(t.y+=i.titleMarginBottom-o)}}_drawColorBox(t,e,i,s,r){const a=this.labelColors[i],o=this.labelPointStyles[i],{boxHeight:l,boxWidth:c}=r,u=Rt(r.bodyFont),h=Br(this,"left",r),f=s.x(h),m=l<u.lineHeight?(u.lineHeight-l)/2:0,p=e.y+m;if(r.usePointStyle){const _={radius:Math.min(c,l)/2,pointStyle:o.pointStyle,rotation:o.rotation,borderWidth:1},x=s.leftForLtr(f,c)+c/2,S=p+l/2;t.strokeStyle=r.multiKeyBackground,t.fillStyle=r.multiKeyBackground,Ka(t,_,x,S),t.strokeStyle=a.borderColor,t.fillStyle=a.backgroundColor,Ka(t,_,x,S)}else{t.lineWidth=ht(a.borderWidth)?Math.max(...Object.values(a.borderWidth)):a.borderWidth||1,t.strokeStyle=a.borderColor,t.setLineDash(a.borderDash||[]),t.lineDashOffset=a.borderDashOffset||0;const _=s.leftForLtr(f,c),x=s.leftForLtr(s.xPlus(f,1),c-2),S=wn(a.borderRadius);Object.values(S).some(M=>M!==0)?(t.beginPath(),t.fillStyle=r.multiKeyBackground,pi(t,{x:_,y:p,w:c,h:l,radius:S}),t.fill(),t.stroke(),t.fillStyle=a.backgroundColor,t.beginPath(),pi(t,{x,y:p+1,w:c-2,h:l-2,radius:S}),t.fill()):(t.fillStyle=r.multiKeyBackground,t.fillRect(_,p,c,l),t.strokeRect(_,p,c,l),t.fillStyle=a.backgroundColor,t.fillRect(x,p+1,c-2,l-2))}t.fillStyle=this.labelTextColors[i]}drawBody(t,e,i){const{body:s}=this,{bodySpacing:r,bodyAlign:a,displayColors:o,boxHeight:l,boxWidth:c,boxPadding:u}=i,h=Rt(i.bodyFont);let f=h.lineHeight,m=0;const p=_i(i.rtl,this.x,this.width),_=function(g){e.fillText(g,p.x(t.x+m),t.y+f/2),t.y+=f+r},x=p.textAlign(a);let S,M,C,A,E,D,T;for(e.textAlign=a,e.textBaseline="middle",e.font=h.string,t.x=Br(this,x,i),e.fillStyle=i.bodyColor,Mt(this.beforeBody,_),m=o&&x!=="right"?a==="center"?c/2+u:c+2+u:0,A=0,D=s.length;A<D;++A){for(S=s[A],M=this.labelTextColors[A],e.fillStyle=M,Mt(S.before,_),C=S.lines,o&&C.length&&(this._drawColorBox(e,t,A,p,i),f=Math.max(h.lineHeight,l)),E=0,T=C.length;E<T;++E)_(C[E]),f=h.lineHeight;Mt(S.after,_)}m=0,f=h.lineHeight,Mt(this.afterBody,_),t.y-=r}drawFooter(t,e,i){const s=this.footer,r=s.length;let a,o;if(r){const l=_i(i.rtl,this.x,this.width);for(t.x=Br(this,i.footerAlign,i),t.y+=i.footerMarginTop,e.textAlign=l.textAlign(i.footerAlign),e.textBaseline="middle",a=Rt(i.footerFont),e.fillStyle=i.footerColor,e.font=a.string,o=0;o<r;++o)e.fillText(s[o],l.x(t.x),t.y+a.lineHeight/2),t.y+=a.lineHeight+i.footerSpacing}}drawBackground(t,e,i,s){const{xAlign:r,yAlign:a}=this,{x:o,y:l}=t,{width:c,height:u}=i,{topLeft:h,topRight:f,bottomLeft:m,bottomRight:p}=wn(s.cornerRadius);e.fillStyle=s.backgroundColor,e.strokeStyle=s.borderColor,e.lineWidth=s.borderWidth,e.beginPath(),e.moveTo(o+h,l),a==="top"&&this.drawCaret(t,e,i,s),e.lineTo(o+c-f,l),e.quadraticCurveTo(o+c,l,o+c,l+f),a==="center"&&r==="right"&&this.drawCaret(t,e,i,s),e.lineTo(o+c,l+u-p),e.quadraticCurveTo(o+c,l+u,o+c-p,l+u),a==="bottom"&&this.drawCaret(t,e,i,s),e.lineTo(o+m,l+u),e.quadraticCurveTo(o,l+u,o,l+u-m),a==="center"&&r==="left"&&this.drawCaret(t,e,i,s),e.lineTo(o,l+h),e.quadraticCurveTo(o,l,o+h,l),e.closePath(),e.fill(),s.borderWidth>0&&e.stroke()}_updateAnimationTarget(t){const e=this.chart,i=this.$animations,s=i&&i.x,r=i&&i.y;if(s||r){const a=ws[t.position].call(this,this._active,this._eventPosition);if(!a)return;const o=this._size=_d(this,t),l=Object.assign({},a,this._size),c=xd(e,t,l),u=wd(t,l,c,e);(s._to!==u.x||r._to!==u.y)&&(this.xAlign=c.xAlign,this.yAlign=c.yAlign,this.width=o.width,this.height=o.height,this.caretX=a.x,this.caretY=a.y,this._resolveAnimations().update(this,u))}}_willRender(){return!!this.opacity}draw(t){const e=this.options.setContext(this.getContext());let i=this.opacity;if(!i)return;this._updateAnimationTarget(e);const s={width:this.width,height:this.height},r={x:this.x,y:this.y};i=Math.abs(i)<.001?0:i;const a=Yt(e.padding),o=this.title.length||this.beforeBody.length||this.body.length||this.afterBody.length||this.footer.length;e.enabled&&o&&(t.save(),t.globalAlpha=i,this.drawBackground(r,t,s,e),su(t,e.textDirection),r.y+=a.top,this.drawTitle(r,t,e),this.drawBody(r,t,e),this.drawFooter(r,t,e),ru(t,e.textDirection),t.restore())}getActiveElements(){return this._active||[]}setActiveElements(t,e){const i=this._active,s=t.map(({datasetIndex:o,index:l})=>{const c=this.chart.getDatasetMeta(o);if(!c)throw new Error("Cannot find a dataset at index "+o);return{datasetIndex:o,element:c.data[l],index:l}}),r=!ur(i,s),a=this._positionChanged(s,e);(r||a)&&(this._active=s,this._eventPosition=e,this._ignoreReplayEvents=!0,this.update(!0))}handleEvent(t,e,i=!0){if(e&&this._ignoreReplayEvents)return!1;this._ignoreReplayEvents=!1;const s=this.options,r=this._active||[],a=this._getActiveElements(t,r,e,i),o=this._positionChanged(a,t),l=e||!ur(a,r)||o;return l&&(this._active=a,(s.enabled||s.external)&&(this._eventPosition={x:t.x,y:t.y},this.update(!0,e))),l}_getActiveElements(t,e,i,s){const r=this.options;if(t.type==="mouseout")return[];if(!s)return e.filter(o=>this.chart.data.datasets[o.datasetIndex]&&this.chart.getDatasetMeta(o.datasetIndex).controller.getParsed(o.index)!==void 0);const a=this.chart.getElementsAtEventForMode(t,r.mode,r,i);return r.reverse&&a.reverse(),a}_positionChanged(t,e){const{caretX:i,caretY:s,options:r}=this,a=ws[r.position].call(this,t,e);return a!==!1&&(i!==a.x||s!==a.y)}}P(To,"positioners",ws);var De={id:"tooltip",_element:To,positioners:ws,afterInit(n,t,e){e&&(n.tooltip=new To({chart:n,options:e}))},beforeUpdate(n,t,e){n.tooltip&&n.tooltip.initialize(e)},reset(n,t,e){n.tooltip&&n.tooltip.initialize(e)},afterDraw(n){const t=n.tooltip;if(t&&t._willRender()){const e={tooltip:t};if(n.notifyPlugins("beforeTooltipDraw",{...e,cancelable:!0})===!1)return;t.draw(n.ctx),n.notifyPlugins("afterTooltipDraw",e)}},afterEvent(n,t){if(n.tooltip){const e=t.replay;n.tooltip.handleEvent(t.event,e,t.inChartArea)&&(t.changed=!0)}},defaults:{enabled:!0,external:null,position:"average",backgroundColor:"rgba(0,0,0,0.8)",titleColor:"#fff",titleFont:{weight:"bold"},titleSpacing:2,titleMarginBottom:6,titleAlign:"left",bodyColor:"#fff",bodySpacing:2,bodyFont:{},bodyAlign:"left",footerColor:"#fff",footerSpacing:2,footerMarginTop:6,footerFont:{weight:"bold"},footerAlign:"left",padding:6,caretPadding:2,caretSize:5,cornerRadius:6,boxHeight:(n,t)=>t.bodyFont.size,boxWidth:(n,t)=>t.bodyFont.size,multiKeyBackground:"#fff",displayColors:!0,boxPadding:0,borderColor:"rgba(0,0,0,0)",borderWidth:0,animation:{duration:400,easing:"easeOutQuart"},animations:{numbers:{type:"number",properties:["x","y","width","height","caretX","caretY"]},opacity:{easing:"linear",duration:200}},callbacks:Td},defaultRoutes:{bodyFont:"font",footerFont:"font",titleFont:"font"},descriptors:{_scriptable:n=>n!=="filter"&&n!=="itemSort"&&n!=="external",_indexable:!1,callbacks:{_scriptable:!1,_indexable:!1},animation:{_fallback:!1},animations:{_fallback:"animation"}},additionalOptionScopes:["interaction"]},D0=Object.freeze({__proto__:null,Colors:Ub,Decimation:Yb,Filler:u0,Legend:p0,SubTitle:_0,Title:b0,Tooltip:De});const C0=(n,t,e,i)=>(typeof t=="string"?(e=n.push(t)-1,i.unshift({index:e,label:t})):isNaN(t)&&(e=null),e);function O0(n,t,e,i){const s=n.indexOf(t);if(s===-1)return C0(n,t,e,i);const r=n.lastIndexOf(t);return s!==r?e:s}const E0=(n,t)=>n===null?null:Xt(Math.round(n),0,t);function Md(n){const t=this.getLabels();return n>=0&&n<t.length?t[n]:n}class Mo extends qn{constructor(t){super(t),this._startValue=void 0,this._valueRange=0,this._addedLabels=[]}init(t){const e=this._addedLabels;if(e.length){const i=this.getLabels();for(const{index:s,label:r}of e)i[s]===r&&i.splice(s,1);this._addedLabels=[]}super.init(t)}parse(t,e){if(st(t))return null;const i=this.getLabels();return e=isFinite(e)&&i[e]===t?e:O0(i,t,rt(e,t),this._addedLabels),E0(e,i.length-1)}determineDataLimits(){const{minDefined:t,maxDefined:e}=this.getUserBounds();let{min:i,max:s}=this.getMinMax(!0);this.options.bounds==="ticks"&&(t||(i=0),e||(s=this.getLabels().length-1)),this.min=i,this.max=s}buildTicks(){const t=this.min,e=this.max,i=this.options.offset,s=[];let r=this.getLabels();r=t===0&&e===r.length-1?r:r.slice(t,e+1),this._valueRange=Math.max(r.length-(i?0:1),1),this._startValue=this.min-(i?.5:0);for(let a=t;a<=e;a++)s.push({value:a});return s}getLabelForValue(t){return Md.call(this,t)}configure(){super.configure(),this.isHorizontal()||(this._reversePixels=!this._reversePixels)}getPixelForValue(t){return typeof t!="number"&&(t=this.parse(t)),t===null?NaN:this.getPixelForDecimal((t-this._startValue)/this._valueRange)}getPixelForTick(t){const e=this.ticks;return t<0||t>e.length-1?null:this.getPixelForValue(e[t].value)}getValueForPixel(t){return Math.round(this._startValue+this.getDecimalForPixel(t)*this._valueRange)}getBasePixel(){return this.bottom}}P(Mo,"id","category"),P(Mo,"defaults",{ticks:{callback:Md}});function A0(n,t){const e=[],{bounds:s,step:r,min:a,max:o,precision:l,count:c,maxTicks:u,maxDigits:h,includeBounds:f}=n,m=r||1,p=u-1,{min:_,max:x}=t,S=!st(a),M=!st(o),C=!st(c),A=(x-_)/(h+1);let E=Ac((x-_)/p/m)*m,D,T,g,y;if(E<1e-14&&!S&&!M)return[{value:_},{value:x}];y=Math.ceil(x/E)-Math.floor(_/E),y>p&&(E=Ac(y*E/p/m)*m),st(l)||(D=Math.pow(10,l),E=Math.ceil(E*D)/D),s==="ticks"?(T=Math.floor(_/E)*E,g=Math.ceil(x/E)*E):(T=_,g=x),S&&M&&r&&kg((o-a)/r,E/1e3)?(y=Math.round(Math.min((o-a)/E,u)),E=(o-a)/y,T=a,g=o):C?(T=S?a:T,g=M?o:g,y=c-1,E=(g-T)/y):(y=(g-T)/E,es(y,Math.round(y),E/1e3)?y=Math.round(y):y=Math.ceil(y));const v=Math.max(Rc(E),Rc(T));D=Math.pow(10,st(l)?v:l),T=Math.round(T*D)/D,g=Math.round(g*D)/D;let O=0;for(S&&(f&&T!==a?(e.push({value:a}),T<a&&O++,es(Math.round((T+O*E)*D)/D,a,kd(a,A,n))&&O++):T<a&&O++);O<y;++O){const R=Math.round((T+O*E)*D)/D;if(M&&R>o)break;e.push({value:R})}return M&&f&&g!==o?e.length&&es(e[e.length-1].value,o,kd(o,A,n))?e[e.length-1].value=o:e.push({value:o}):(!M||g===o)&&e.push({value:g}),e}function kd(n,t,{horizontal:e,minRotation:i}){const s=Vt(i),r=(e?Math.sin(s):Math.cos(s))||.001,a=.75*t*(""+n).length;return Math.min(t/r,a)}class zr extends qn{constructor(t){super(t),this.start=void 0,this.end=void 0,this._startValue=void 0,this._endValue=void 0,this._valueRange=0}parse(t,e){return st(t)||(typeof t=="number"||t instanceof Number)&&!isFinite(+t)?null:+t}handleTickRangeOptions(){const{beginAtZero:t}=this.options,{minDefined:e,maxDefined:i}=this.getUserBounds();let{min:s,max:r}=this;const a=l=>s=e?s:l,o=l=>r=i?r:l;if(t){const l=We(s),c=We(r);l<0&&c<0?o(0):l>0&&c>0&&a(0)}if(s===r){let l=r===0?1:Math.abs(r*.05);o(r+l),t||a(s-l)}this.min=s,this.max=r}getTickLimit(){const t=this.options.ticks;let{maxTicksLimit:e,stepSize:i}=t,s;return i?(s=Math.ceil(this.max/i)-Math.floor(this.min/i)+1,s>1e3&&(console.warn(`scales.${this.id}.ticks.stepSize: ${i} would result generating up to ${s} ticks. Limiting to 1000.`),s=1e3)):(s=this.computeTickLimit(),e=e||11),e&&(s=Math.min(e,s)),s}computeTickLimit(){return Number.POSITIVE_INFINITY}buildTicks(){const t=this.options,e=t.ticks;let i=this.getTickLimit();i=Math.max(2,i);const s={maxTicks:i,bounds:t.bounds,min:t.min,max:t.max,precision:e.precision,step:e.stepSize,count:e.count,maxDigits:this._maxDigits(),horizontal:this.isHorizontal(),minRotation:e.minRotation||0,includeBounds:e.includeBounds!==!1},r=this._range||this,a=A0(s,r);return t.bounds==="ticks"&&Pc(a,this,"value"),t.reverse?(a.reverse(),this.start=this.max,this.end=this.min):(this.start=this.min,this.end=this.max),a}configure(){const t=this.ticks;let e=this.min,i=this.max;if(super.configure(),this.options.offset&&t.length){const s=(i-e)/Math.max(t.length-1,1)/2;e-=s,i+=s}this._startValue=e,this._endValue=i,this._valueRange=i-e}getLabelForValue(t){return ss(t,this.chart.options.locale,this.options.ticks.format)}}class ko extends zr{determineDataLimits(){const{min:t,max:e}=this.getMinMax(!0);this.min=Pt(t)?t:0,this.max=Pt(e)?e:1,this.handleTickRangeOptions()}computeTickLimit(){const t=this.isHorizontal(),e=t?this.width:this.height,i=Vt(this.options.ticks.minRotation),s=(t?Math.sin(i):Math.cos(i))||.001,r=this._resolveTickFontOptions(0);return Math.ceil(e/Math.min(40,r.lineHeight/s))}getPixelForValue(t){return t===null?NaN:this.getPixelForDecimal((t-this._startValue)/this._valueRange)}getValueForPixel(t){return this._startValue+this.getDecimalForPixel(t)*this._valueRange}}P(ko,"id","linear"),P(ko,"defaults",{ticks:{callback:yr.formatters.numeric}});const Ss=n=>Math.floor(_n(n)),Gn=(n,t)=>Math.pow(10,Ss(n)+t);function Dd(n){return n/Math.pow(10,Ss(n))===1}function Cd(n,t,e){const i=Math.pow(10,e),s=Math.floor(n/i);return Math.ceil(t/i)-s}function P0(n,t){const e=t-n;let i=Ss(e);for(;Cd(n,t,i)>10;)i++;for(;Cd(n,t,i)<10;)i--;return Math.min(i,Ss(n))}function R0(n,{min:t,max:e}){t=ke(n.min,t);const i=[],s=Ss(t);let r=P0(t,e),a=r<0?Math.pow(10,Math.abs(r)):1;const o=Math.pow(10,r),l=s>r?Math.pow(10,s):0,c=Math.round((t-l)*a)/a,u=Math.floor((t-l)/o/10)*o*10;let h=Math.floor((c-u)/Math.pow(10,r)),f=ke(n.min,Math.round((l+u+h*Math.pow(10,r))*a)/a);for(;f<e;)i.push({value:f,major:Dd(f),significand:h}),h>=10?h=h<15?15:20:h++,h>=20&&(r++,h=2,a=r>=0?1:a),f=Math.round((l+u+h*Math.pow(10,r))*a)/a;const m=ke(n.max,f);return i.push({value:m,major:Dd(m),significand:h}),i}class Do extends qn{constructor(t){super(t),this.start=void 0,this.end=void 0,this._startValue=void 0,this._valueRange=0}parse(t,e){const i=zr.prototype.parse.apply(this,[t,e]);if(i===0){this._zero=!0;return}return Pt(i)&&i>0?i:null}determineDataLimits(){const{min:t,max:e}=this.getMinMax(!0);this.min=Pt(t)?Math.max(0,t):null,this.max=Pt(e)?Math.max(0,e):null,this.options.beginAtZero&&(this._zero=!0),this._zero&&this.min!==this._suggestedMin&&!Pt(this._userMin)&&(this.min=t===Gn(this.min,0)?Gn(this.min,-1):Gn(this.min,0)),this.handleTickRangeOptions()}handleTickRangeOptions(){const{minDefined:t,maxDefined:e}=this.getUserBounds();let i=this.min,s=this.max;const r=o=>i=t?i:o,a=o=>s=e?s:o;i===s&&(i<=0?(r(1),a(10)):(r(Gn(i,-1)),a(Gn(s,1)))),i<=0&&r(Gn(s,-1)),s<=0&&a(Gn(i,1)),this.min=i,this.max=s}buildTicks(){const t=this.options,e={min:this._userMin,max:this._userMax},i=R0(e,this);return t.bounds==="ticks"&&Pc(i,this,"value"),t.reverse?(i.reverse(),this.start=this.max,this.end=this.min):(this.start=this.min,this.end=this.max),i}getLabelForValue(t){return t===void 0?"0":ss(t,this.chart.options.locale,this.options.ticks.format)}configure(){const t=this.min;super.configure(),this._startValue=_n(t),this._valueRange=_n(this.max)-_n(t)}getPixelForValue(t){return(t===void 0||t===0)&&(t=this.min),t===null||isNaN(t)?NaN:this.getPixelForDecimal(t===this.min?0:(_n(t)-this._startValue)/this._valueRange)}getValueForPixel(t){const e=this.getDecimalForPixel(t);return Math.pow(10,this._startValue+e*this._valueRange)}}P(Do,"id","logarithmic"),P(Do,"defaults",{ticks:{callback:yr.formatters.logarithmic,major:{enabled:!0}}});function Co(n){const t=n.ticks;if(t.display&&n.display){const e=Yt(t.backdropPadding);return rt(t.font&&t.font.size,At.font.size)+e.height}return 0}function I0(n,t,e){return e=wt(e)?e:[e],{w:Vg(n,t.string,e),h:e.length*t.lineHeight}}function Od(n,t,e,i,s){return n===i||n===s?{start:t-e/2,end:t+e/2}:n<i||n>s?{start:t-e,end:t}:{start:t,end:t+e}}function L0(n){const t={l:n.left+n._padding.left,r:n.right-n._padding.right,t:n.top+n._padding.top,b:n.bottom-n._padding.bottom},e=Object.assign({},t),i=[],s=[],r=n._pointLabels.length,a=n.options.pointLabels,o=a.centerPointLabels?ct/r:0;for(let l=0;l<r;l++){const c=a.setContext(n.getPointLabelContext(l));s[l]=c.padding;const u=n.getPointPosition(l,n.drawingArea+s[l],o),h=Rt(c.font),f=I0(n.ctx,h,n._pointLabels[l]);i[l]=f;const m=se(n.getIndexAngle(l)+o),p=Math.round(mr(m)),_=Od(p,u.x,f.w,0,180),x=Od(p,u.y,f.h,90,270);N0(e,t,m,_,x)}n.setCenterPoint(t.l-e.l,e.r-t.r,t.t-e.t,e.b-t.b),n._pointLabelItems=z0(n,i,s)}function N0(n,t,e,i,s){const r=Math.abs(Math.sin(e)),a=Math.abs(Math.cos(e));let o=0,l=0;i.start<t.l?(o=(t.l-i.start)/r,n.l=Math.min(n.l,t.l-o)):i.end>t.r&&(o=(i.end-t.r)/r,n.r=Math.max(n.r,t.r+o)),s.start<t.t?(l=(t.t-s.start)/a,n.t=Math.min(n.t,t.t-l)):s.end>t.b&&(l=(s.end-t.b)/a,n.b=Math.max(n.b,t.b+l))}function F0(n,t,e){const i=n.drawingArea,{extra:s,additionalAngle:r,padding:a,size:o}=e,l=n.getPointPosition(t,i+s+a,r),c=Math.round(mr(se(l.angle+Et))),u=W0(l.y,o.h,c),h=U0(c),f=H0(l.x,o.w,h);return{visible:!0,x:l.x,y:u,textAlign:h,left:f,top:u,right:f+o.w,bottom:u+o.h}}function B0(n,t){if(!t)return!0;const{left:e,top:i,right:s,bottom:r}=n;return!(en({x:e,y:i},t)||en({x:e,y:r},t)||en({x:s,y:i},t)||en({x:s,y:r},t))}function z0(n,t,e){const i=[],s=n._pointLabels.length,r=n.options,{centerPointLabels:a,display:o}=r.pointLabels,l={extra:Co(r)/2,additionalAngle:a?ct/s:0};let c;for(let u=0;u<s;u++){l.padding=e[u],l.size=t[u];const h=F0(n,u,l);i.push(h),o==="auto"&&(h.visible=B0(h,c),h.visible&&(c=h))}return i}function U0(n){return n===0||n===180?"center":n<180?"left":"right"}function H0(n,t,e){return e==="right"?n-=t:e==="center"&&(n-=t/2),n}function W0(n,t,e){return e===90||e===270?n-=t/2:(e>270||e<90)&&(n-=t),n}function V0(n,t,e){const{left:i,top:s,right:r,bottom:a}=e,{backdropColor:o}=t;if(!st(o)){const l=wn(t.borderRadius),c=Yt(t.backdropPadding);n.fillStyle=o;const u=i-c.left,h=s-c.top,f=r-i+c.width,m=a-s+c.height;Object.values(l).some(p=>p!==0)?(n.beginPath(),pi(n,{x:u,y:h,w:f,h:m,radius:l}),n.fill()):n.fillRect(u,h,f,m)}}function Y0(n,t){const{ctx:e,options:{pointLabels:i}}=n;for(let s=t-1;s>=0;s--){const r=n._pointLabelItems[s];if(!r.visible)continue;const a=i.setContext(n.getPointLabelContext(s));V0(e,a,r);const o=Rt(a.font),{x:l,y:c,textAlign:u}=r;Vn(e,n._pointLabels[s],l,c+o.lineHeight/2,o,{color:a.color,textAlign:u,textBaseline:"middle"})}}function Ed(n,t,e,i){const{ctx:s}=n;if(e)s.arc(n.xCenter,n.yCenter,t,0,Ct);else{let r=n.getPointPosition(0,t);s.moveTo(r.x,r.y);for(let a=1;a<i;a++)r=n.getPointPosition(a,t),s.lineTo(r.x,r.y)}}function $0(n,t,e,i,s){const r=n.ctx,a=t.circular,{color:o,lineWidth:l}=t;!a&&!i||!o||!l||e<0||(r.save(),r.strokeStyle=o,r.lineWidth=l,r.setLineDash(s.dash||[]),r.lineDashOffset=s.dashOffset,r.beginPath(),Ed(n,e,a,i),r.closePath(),r.stroke(),r.restore())}function j0(n,t,e){return Sn(n,{label:e,index:t,type:"pointLabel"})}class vs extends zr{constructor(t){super(t),this.xCenter=void 0,this.yCenter=void 0,this.drawingArea=void 0,this._pointLabels=[],this._pointLabelItems=[]}setDimensions(){const t=this._padding=Yt(Co(this.options)/2),e=this.width=this.maxWidth-t.width,i=this.height=this.maxHeight-t.height;this.xCenter=Math.floor(this.left+e/2+t.left),this.yCenter=Math.floor(this.top+i/2+t.top),this.drawingArea=Math.floor(Math.min(e,i)/2)}determineDataLimits(){const{min:t,max:e}=this.getMinMax(!1);this.min=Pt(t)&&!isNaN(t)?t:0,this.max=Pt(e)&&!isNaN(e)?e:0,this.handleTickRangeOptions()}computeTickLimit(){return Math.ceil(this.drawingArea/Co(this.options))}generateTickLabels(t){zr.prototype.generateTickLabels.call(this,t),this._pointLabels=this.getLabels().map((e,i)=>{const s=Tt(this.options.pointLabels.callback,[e,i],this);return s||s===0?s:""}).filter((e,i)=>this.chart.getDataVisibility(i))}fit(){const t=this.options;t.display&&t.pointLabels.display?L0(this):this.setCenterPoint(0,0,0,0)}setCenterPoint(t,e,i,s){this.xCenter+=Math.floor((t-e)/2),this.yCenter+=Math.floor((i-s)/2),this.drawingArea-=Math.min(this.drawingArea/2,Math.max(t,e,i,s))}getIndexAngle(t){const e=Ct/(this._pointLabels.length||1),i=this.options.startAngle||0;return se(t*e+Vt(i))}getDistanceFromCenterForValue(t){if(st(t))return NaN;const e=this.drawingArea/(this.max-this.min);return this.options.reverse?(this.max-t)*e:(t-this.min)*e}getValueForDistanceFromCenter(t){if(st(t))return NaN;const e=t/(this.drawingArea/(this.max-this.min));return this.options.reverse?this.max-e:this.min+e}getPointLabelContext(t){const e=this._pointLabels||[];if(t>=0&&t<e.length){const i=e[t];return j0(this.getContext(),t,i)}}getPointPosition(t,e,i=0){const s=this.getIndexAngle(t)-Et+i;return{x:Math.cos(s)*e+this.xCenter,y:Math.sin(s)*e+this.yCenter,angle:s}}getPointPositionForValue(t,e){return this.getPointPosition(t,this.getDistanceFromCenterForValue(e))}getBasePosition(t){return this.getPointPositionForValue(t||0,this.getBaseValue())}getPointLabelPosition(t){const{left:e,top:i,right:s,bottom:r}=this._pointLabelItems[t];return{left:e,top:i,right:s,bottom:r}}drawBackground(){const{backgroundColor:t,grid:{circular:e}}=this.options;if(t){const i=this.ctx;i.save(),i.beginPath(),Ed(this,this.getDistanceFromCenterForValue(this._endValue),e,this._pointLabels.length),i.closePath(),i.fillStyle=t,i.fill(),i.restore()}}drawGrid(){const t=this.ctx,e=this.options,{angleLines:i,grid:s,border:r}=e,a=this._pointLabels.length;let o,l,c;if(e.pointLabels.display&&Y0(this,a),s.display&&this.ticks.forEach((u,h)=>{if(h!==0||h===0&&this.min<0){l=this.getDistanceFromCenterForValue(u.value);const f=this.getContext(h),m=s.setContext(f),p=r.setContext(f);$0(this,m,l,a,p)}}),i.display){for(t.save(),o=a-1;o>=0;o--){const u=i.setContext(this.getPointLabelContext(o)),{color:h,lineWidth:f}=u;!f||!h||(t.lineWidth=f,t.strokeStyle=h,t.setLineDash(u.borderDash),t.lineDashOffset=u.borderDashOffset,l=this.getDistanceFromCenterForValue(e.reverse?this.min:this.max),c=this.getPointPosition(o,l),t.beginPath(),t.moveTo(this.xCenter,this.yCenter),t.lineTo(c.x,c.y),t.stroke())}t.restore()}}drawBorder(){}drawLabels(){const t=this.ctx,e=this.options,i=e.ticks;if(!i.display)return;const s=this.getIndexAngle(0);let r,a;t.save(),t.translate(this.xCenter,this.yCenter),t.rotate(s),t.textAlign="center",t.textBaseline="middle",this.ticks.forEach((o,l)=>{if(l===0&&this.min>=0&&!e.reverse)return;const c=i.setContext(this.getContext(l)),u=Rt(c.font);if(r=this.getDistanceFromCenterForValue(this.ticks[l].value),c.showLabelBackdrop){t.font=u.string,a=t.measureText(o.label).width,t.fillStyle=c.backdropColor;const h=Yt(c.backdropPadding);t.fillRect(-a/2-h.left,-r-u.size/2-h.top,a+h.width,u.size+h.height)}Vn(t,o.label,0,-r,u,{color:c.color,strokeColor:c.textStrokeColor,strokeWidth:c.textStrokeWidth})}),t.restore()}drawTitle(){}}P(vs,"id","radialLinear"),P(vs,"defaults",{display:!0,animate:!0,position:"chartArea",angleLines:{display:!0,lineWidth:1,borderDash:[],borderDashOffset:0},grid:{circular:!1},startAngle:0,ticks:{showLabelBackdrop:!0,callback:yr.formatters.numeric},pointLabels:{backdropColor:void 0,backdropPadding:2,display:!0,font:{size:10},callback(t){return t},padding:5,centerPointLabels:!1}}),P(vs,"defaultRoutes",{"angleLines.color":"borderColor","pointLabels.color":"color","ticks.color":"color"}),P(vs,"descriptors",{angleLines:{_fallback:"grid"}});const Ur={millisecond:{common:!0,size:1,steps:1e3},second:{common:!0,size:1e3,steps:60},minute:{common:!0,size:6e4,steps:60},hour:{common:!0,size:36e5,steps:24},day:{common:!0,size:864e5,steps:30},week:{common:!1,size:6048e5,steps:4},month:{common:!0,size:2628e6,steps:12},quarter:{common:!1,size:7884e6,steps:4},year:{common:!0,size:3154e7}},_e=Object.keys(Ur);function Ad(n,t){return n-t}function Pd(n,t){if(st(t))return null;const e=n._adapter,{parser:i,round:s,isoWeekday:r}=n._parseOpts;let a=t;return typeof i=="function"&&(a=i(a)),Pt(a)||(a=typeof i=="string"?e.parse(a,i):e.parse(a)),a===null?null:(s&&(a=s==="week"&&(xn(r)||r===!0)?e.startOf(a,"isoWeek",r):e.startOf(a,s)),+a)}function Rd(n,t,e,i){const s=_e.length;for(let r=_e.indexOf(n);r<s-1;++r){const a=Ur[_e[r]],o=a.steps?a.steps:Number.MAX_SAFE_INTEGER;if(a.common&&Math.ceil((e-t)/(o*a.size))<=i)return _e[r]}return _e[s-1]}function q0(n,t,e,i,s){for(let r=_e.length-1;r>=_e.indexOf(e);r--){const a=_e[r];if(Ur[a].common&&n._adapter.diff(s,i,a)>=t-1)return a}return _e[e?_e.indexOf(e):0]}function G0(n){for(let t=_e.indexOf(n)+1,e=_e.length;t<e;++t)if(Ur[_e[t]].common)return _e[t]}function Id(n,t,e){if(!e)n[t]=!0;else if(e.length){const{lo:i,hi:s}=Wa(e,t),r=e[i]>=t?e[i]:e[s];n[r]=!0}}function K0(n,t,e,i){const s=n._adapter,r=+s.startOf(t[0].value,i),a=t[t.length-1].value;let o,l;for(o=r;o<=a;o=+s.add(o,1,i))l=e[o],l>=0&&(t[l].major=!0);return t}function Ld(n,t,e){const i=[],s={},r=t.length;let a,o;for(a=0;a<r;++a)o=t[a],s[o]=a,i.push({value:o,major:!1});return r===0||!e?i:K0(n,i,s,e)}class Ts extends qn{constructor(t){super(t),this._cache={data:[],labels:[],all:[]},this._unit="day",this._majorUnit=void 0,this._offsets={},this._normalized=!1,this._parseOpts=void 0}init(t,e={}){const i=t.time||(t.time={}),s=this._adapter=new Tu._date(t.adapters.date);s.init(e),ts(i.displayFormats,s.formats()),this._parseOpts={parser:i.parser,round:i.round,isoWeekday:i.isoWeekday},super.init(t),this._normalized=e.normalized}parse(t,e){return t===void 0?null:Pd(this,t)}beforeLayout(){super.beforeLayout(),this._cache={data:[],labels:[],all:[]}}determineDataLimits(){const t=this.options,e=this._adapter,i=t.time.unit||"day";let{min:s,max:r,minDefined:a,maxDefined:o}=this.getUserBounds();function l(c){!a&&!isNaN(c.min)&&(s=Math.min(s,c.min)),!o&&!isNaN(c.max)&&(r=Math.max(r,c.max))}(!a||!o)&&(l(this._getLabelBounds()),(t.bounds!=="ticks"||t.ticks.source!=="labels")&&l(this.getMinMax(!1))),s=Pt(s)&&!isNaN(s)?s:+e.startOf(Date.now(),i),r=Pt(r)&&!isNaN(r)?r:+e.endOf(Date.now(),i)+1,this.min=Math.min(s,r-1),this.max=Math.max(s+1,r)}_getLabelBounds(){const t=this.getLabelTimestamps();let e=Number.POSITIVE_INFINITY,i=Number.NEGATIVE_INFINITY;return t.length&&(e=t[0],i=t[t.length-1]),{min:e,max:i}}buildTicks(){const t=this.options,e=t.time,i=t.ticks,s=i.source==="labels"?this.getLabelTimestamps():this._generate();t.bounds==="ticks"&&s.length&&(this.min=this._userMin||s[0],this.max=this._userMax||s[s.length-1]);const r=this.min,a=this.max,o=Eg(s,r,a);return this._unit=e.unit||(i.autoSkip?Rd(e.minUnit,this.min,this.max,this._getLabelCapacity(r)):q0(this,o.length,e.minUnit,this.min,this.max)),this._majorUnit=!i.major.enabled||this._unit==="year"?void 0:G0(this._unit),this.initOffsets(s),t.reverse&&o.reverse(),Ld(this,o,this._majorUnit)}afterAutoSkip(){this.options.offsetAfterAutoskip&&this.initOffsets(this.ticks.map(t=>+t.value))}initOffsets(t=[]){let e=0,i=0,s,r;this.options.offset&&t.length&&(s=this.getDecimalForValue(t[0]),t.length===1?e=1-s:e=(this.getDecimalForValue(t[1])-s)/2,r=this.getDecimalForValue(t[t.length-1]),t.length===1?i=r:i=(r-this.getDecimalForValue(t[t.length-2]))/2);const a=t.length<3?.5:.25;e=Xt(e,0,a),i=Xt(i,0,a),this._offsets={start:e,end:i,factor:1/(e+1+i)}}_generate(){const t=this._adapter,e=this.min,i=this.max,s=this.options,r=s.time,a=r.unit||Rd(r.minUnit,e,i,this._getLabelCapacity(e)),o=rt(s.ticks.stepSize,1),l=a==="week"?r.isoWeekday:!1,c=xn(l)||l===!0,u={};let h=e,f,m;if(c&&(h=+t.startOf(h,"isoWeek",l)),h=+t.startOf(h,c?"day":a),t.diff(i,e,a)>1e5*o)throw new Error(e+" and "+i+" are too far apart with stepSize of "+o+" "+a);const p=s.ticks.source==="data"&&this.getDataTimestamps();for(f=h,m=0;f<i;f=+t.add(f,o,a),m++)Id(u,f,p);return(f===i||s.bounds==="ticks"||m===1)&&Id(u,f,p),Object.keys(u).sort(Ad).map(_=>+_)}getLabelForValue(t){const e=this._adapter,i=this.options.time;return i.tooltipFormat?e.format(t,i.tooltipFormat):e.format(t,i.displayFormats.datetime)}format(t,e){const s=this.options.time.displayFormats,r=this._unit,a=e||s[r];return this._adapter.format(t,a)}_tickFormatFunction(t,e,i,s){const r=this.options,a=r.ticks.callback;if(a)return Tt(a,[t,e,i],this);const o=r.time.displayFormats,l=this._unit,c=this._majorUnit,u=l&&o[l],h=c&&o[c],f=i[e],m=c&&h&&f&&f.major;return this._adapter.format(t,s||(m?h:u))}generateTickLabels(t){let e,i,s;for(e=0,i=t.length;e<i;++e)s=t[e],s.label=this._tickFormatFunction(s.value,e,t)}getDecimalForValue(t){return t===null?NaN:(t-this.min)/(this.max-this.min)}getPixelForValue(t){const e=this._offsets,i=this.getDecimalForValue(t);return this.getPixelForDecimal((e.start+i)*e.factor)}getValueForPixel(t){const e=this._offsets,i=this.getDecimalForPixel(t)/e.factor-e.end;return this.min+i*(this.max-this.min)}_getLabelSize(t){const e=this.options.ticks,i=this.ctx.measureText(t).width,s=Vt(this.isHorizontal()?e.maxRotation:e.minRotation),r=Math.cos(s),a=Math.sin(s),o=this._resolveTickFontOptions(0).size;return{w:i*r+o*a,h:i*a+o*r}}_getLabelCapacity(t){const e=this.options.time,i=e.displayFormats,s=i[e.unit]||i.millisecond,r=this._tickFormatFunction(t,0,Ld(this,[t],this._majorUnit),s),a=this._getLabelSize(r),o=Math.floor(this.isHorizontal()?this.width/a.w:this.height/a.h)-1;return o>0?o:1}getDataTimestamps(){let t=this._cache.data||[],e,i;if(t.length)return t;const s=this.getMatchingVisibleMetas();if(this._normalized&&s.length)return this._cache.data=s[0].controller.getAllParsedValues(this);for(e=0,i=s.length;e<i;++e)t=t.concat(s[e].controller.getAllParsedValues(this));return this._cache.data=this.normalize(t)}getLabelTimestamps(){const t=this._cache.labels||[];let e,i;if(t.length)return t;const s=this.getLabels();for(e=0,i=s.length;e<i;++e)t.push(Pd(this,s[e]));return this._cache.labels=this._normalized?t:this.normalize(t)}normalize(t){return Nc(t.sort(Ad))}}P(Ts,"id","time"),P(Ts,"defaults",{bounds:"data",adapters:{},time:{parser:!1,unit:!1,round:!1,isoWeekday:!1,minUnit:"millisecond",displayFormats:{}},ticks:{source:"auto",callback:!1,major:{enabled:!1}}});function Hr(n,t,e){let i=0,s=n.length-1,r,a,o,l;e?(t>=n[i].pos&&t<=n[s].pos&&({lo:i,hi:s}=tn(n,"pos",t)),{pos:r,time:o}=n[i],{pos:a,time:l}=n[s]):(t>=n[i].time&&t<=n[s].time&&({lo:i,hi:s}=tn(n,"time",t)),{time:r,pos:o}=n[i],{time:a,pos:l}=n[s]);const c=a-r;return c?o+(l-o)*(t-r)/c:o}class Oo extends Ts{constructor(t){super(t),this._table=[],this._minPos=void 0,this._tableRange=void 0}initOffsets(){const t=this._getTimestampsForTable(),e=this._table=this.buildLookupTable(t);this._minPos=Hr(e,this.min),this._tableRange=Hr(e,this.max)-this._minPos,super.initOffsets(t)}buildLookupTable(t){const{min:e,max:i}=this,s=[],r=[];let a,o,l,c,u;for(a=0,o=t.length;a<o;++a)c=t[a],c>=e&&c<=i&&s.push(c);if(s.length<2)return[{time:e,pos:0},{time:i,pos:1}];for(a=0,o=s.length;a<o;++a)u=s[a+1],l=s[a-1],c=s[a],Math.round((u+l)/2)!==c&&r.push({time:c,pos:a/(o-1)});return r}_generate(){const t=this.min,e=this.max;let i=super.getDataTimestamps();return(!i.includes(t)||!i.length)&&i.splice(0,0,t),(!i.includes(e)||i.length===1)&&i.push(e),i.sort((s,r)=>s-r)}_getTimestampsForTable(){let t=this._cache.all||[];if(t.length)return t;const e=this.getDataTimestamps(),i=this.getLabelTimestamps();return e.length&&i.length?t=this.normalize(e.concat(i)):t=e.length?e:i,t=this._cache.all=t,t}getDecimalForValue(t){return(Hr(this._table,t)-this._minPos)/this._tableRange}getValueForPixel(t){const e=this._offsets,i=this.getDecimalForPixel(t)/e.factor-e.end;return Hr(this._table,i*this._tableRange+this._minPos,!0)}}P(Oo,"id","timeseries"),P(Oo,"defaults",Ts.defaults);var X0=Object.freeze({__proto__:null,CategoryScale:Mo,LinearScale:ko,LogarithmicScale:Do,RadialLinearScale:vs,TimeScale:Ts,TimeSeriesScale:Oo});const Z0=[ry,Rb,D0,X0],Nd=6048e5,Q0=864e5,Ms=6e4,wi=36e5,J0=1e3,Fd=Symbol.for("constructDateFrom");function Lt(n,t){return typeof n=="function"?n(t):n&&typeof n=="object"&&Fd in n?n[Fd](t):n instanceof Date?new n.constructor(t):new Date(t)}function lt(n,t){return Lt(t||n,n)}function Wr(n,t,e){const i=lt(n,e==null?void 0:e.in);return isNaN(t)?Lt((e==null?void 0:e.in)||n,NaN):(t&&i.setDate(i.getDate()+t),i)}function Eo(n,t,e){const i=lt(n,e==null?void 0:e.in);if(isNaN(t))return Lt(n,NaN);if(!t)return i;const s=i.getDate(),r=Lt(n,i.getTime());r.setMonth(i.getMonth()+t+1,0);const a=r.getDate();return s>=a?r:(i.setFullYear(r.getFullYear(),r.getMonth(),s),i)}function Ao(n,t,e){return Lt(n,+lt(n)+t)}function t_(n,t,e){return Ao(n,t*wi)}let e_={};function Kn(){return e_}function $e(n,t){var o,l,c,u;const e=Kn(),i=(t==null?void 0:t.weekStartsOn)??((l=(o=t==null?void 0:t.locale)==null?void 0:o.options)==null?void 0:l.weekStartsOn)??e.weekStartsOn??((u=(c=e.locale)==null?void 0:c.options)==null?void 0:u.weekStartsOn)??0,s=lt(n,t==null?void 0:t.in),r=s.getDay(),a=(r<i?7:0)+r-i;return s.setDate(s.getDate()-a),s.setHours(0,0,0,0),s}function Si(n,t){return $e(n,{...t,weekStartsOn:1})}function Bd(n,t){const e=lt(n,t==null?void 0:t.in),i=e.getFullYear(),s=Lt(e,0);s.setFullYear(i+1,0,4),s.setHours(0,0,0,0);const r=Si(s),a=Lt(e,0);a.setFullYear(i,0,4),a.setHours(0,0,0,0);const o=Si(a);return e.getTime()>=r.getTime()?i+1:e.getTime()>=o.getTime()?i:i-1}function Vr(n){const t=lt(n),e=new Date(Date.UTC(t.getFullYear(),t.getMonth(),t.getDate(),t.getHours(),t.getMinutes(),t.getSeconds(),t.getMilliseconds()));return e.setUTCFullYear(t.getFullYear()),+n-+e}function Xn(n,...t){const e=Lt.bind(null,t.find(i=>typeof i=="object"));return t.map(e)}function Po(n,t){const e=lt(n,t==null?void 0:t.in);return e.setHours(0,0,0,0),e}function zd(n,t,e){const[i,s]=Xn(e==null?void 0:e.in,n,t),r=Po(i),a=Po(s),o=+r-Vr(r),l=+a-Vr(a);return Math.round((o-l)/Q0)}function n_(n,t){const e=Bd(n,t),i=Lt(n,0);return i.setFullYear(e,0,4),i.setHours(0,0,0,0),Si(i)}function i_(n,t,e){const i=lt(n,e==null?void 0:e.in);return i.setTime(i.getTime()+t*Ms),i}function s_(n,t,e){return Eo(n,t*3,e)}function r_(n,t,e){return Ao(n,t*1e3)}function a_(n,t,e){return Wr(n,t*7,e)}function o_(n,t,e){return Eo(n,t*12,e)}function ks(n,t){const e=+lt(n)-+lt(t);return e<0?-1:e>0?1:e}function l_(n){return n instanceof Date||typeof n=="object"&&Object.prototype.toString.call(n)==="[object Date]"}function Ro(n){return!(!l_(n)&&typeof n!="number"||isNaN(+lt(n)))}function c_(n,t,e){const[i,s]=Xn(e==null?void 0:e.in,n,t),r=i.getFullYear()-s.getFullYear(),a=i.getMonth()-s.getMonth();return r*12+a}function u_(n,t,e){const[i,s]=Xn(e==null?void 0:e.in,n,t);return i.getFullYear()-s.getFullYear()}function Ud(n,t,e){const[i,s]=Xn(e==null?void 0:e.in,n,t),r=Hd(i,s),a=Math.abs(zd(i,s));i.setDate(i.getDate()-r*a);const o=+(Hd(i,s)===-r),l=r*(a-o);return l===0?0:l}function Hd(n,t){const e=n.getFullYear()-t.getFullYear()||n.getMonth()-t.getMonth()||n.getDate()-t.getDate()||n.getHours()-t.getHours()||n.getMinutes()-t.getMinutes()||n.getSeconds()-t.getSeconds()||n.getMilliseconds()-t.getMilliseconds();return e<0?-1:e>0?1:e}function Ds(n){return t=>{const i=(n?Math[n]:Math.trunc)(t);return i===0?0:i}}function d_(n,t,e){const[i,s]=Xn(e==null?void 0:e.in,n,t),r=(+i-+s)/wi;return Ds(e==null?void 0:e.roundingMethod)(r)}function Io(n,t){return+lt(n)-+lt(t)}function h_(n,t,e){const i=Io(n,t)/Ms;return Ds(e==null?void 0:e.roundingMethod)(i)}function Wd(n,t){const e=lt(n,t==null?void 0:t.in);return e.setHours(23,59,59,999),e}function Vd(n,t){const e=lt(n,t==null?void 0:t.in),i=e.getMonth();return e.setFullYear(e.getFullYear(),i+1,0),e.setHours(23,59,59,999),e}function f_(n,t){const e=lt(n,t==null?void 0:t.in);return+Wd(e,t)==+Vd(e,t)}function Yd(n,t,e){const[i,s,r]=Xn(e==null?void 0:e.in,n,n,t),a=ks(s,r),o=Math.abs(c_(s,r));if(o<1)return 0;s.getMonth()===1&&s.getDate()>27&&s.setDate(30),s.setMonth(s.getMonth()-a*o);let l=ks(s,r)===-a;f_(i)&&o===1&&ks(i,r)===1&&(l=!1);const c=a*(o-+l);return c===0?0:c}function m_(n,t,e){const i=Yd(n,t,e)/3;return Ds(e==null?void 0:e.roundingMethod)(i)}function g_(n,t,e){const i=Io(n,t)/1e3;return Ds(e==null?void 0:e.roundingMethod)(i)}function p_(n,t,e){const i=Ud(n,t,e)/7;return Ds(e==null?void 0:e.roundingMethod)(i)}function y_(n,t,e){const[i,s]=Xn(e==null?void 0:e.in,n,t),r=ks(i,s),a=Math.abs(u_(i,s));i.setFullYear(1584),s.setFullYear(1584);const o=ks(i,s)===-r,l=r*(a-+o);return l===0?0:l}function b_(n,t){const e=lt(n,t==null?void 0:t.in),i=e.getMonth(),s=i-i%3;return e.setMonth(s,1),e.setHours(0,0,0,0),e}function __(n,t){const e=lt(n,t==null?void 0:t.in);return e.setDate(1),e.setHours(0,0,0,0),e}function x_(n,t){const e=lt(n,t==null?void 0:t.in),i=e.getFullYear();return e.setFullYear(i+1,0,0),e.setHours(23,59,59,999),e}function $d(n,t){const e=lt(n,t==null?void 0:t.in);return e.setFullYear(e.getFullYear(),0,1),e.setHours(0,0,0,0),e}function w_(n,t){const e=lt(n,t==null?void 0:t.in);return e.setMinutes(59,59,999),e}function S_(n,t){var o,l;const e=Kn(),i=e.weekStartsOn??((l=(o=e.locale)==null?void 0:o.options)==null?void 0:l.weekStartsOn)??0,s=lt(n,t==null?void 0:t.in),r=s.getDay(),a=(r<i?-7:0)+6-(r-i);return s.setDate(s.getDate()+a),s.setHours(23,59,59,999),s}function v_(n,t){const e=lt(n,t==null?void 0:t.in);return e.setSeconds(59,999),e}function T_(n,t){const e=lt(n,t==null?void 0:t.in),i=e.getMonth(),s=i-i%3+3;return e.setMonth(s,0),e.setHours(23,59,59,999),e}function M_(n,t){const e=lt(n,t==null?void 0:t.in);return e.setMilliseconds(999),e}const k_={lessThanXSeconds:{one:"less than a second",other:"less than {{count}} seconds"},xSeconds:{one:"1 second",other:"{{count}} seconds"},halfAMinute:"half a minute",lessThanXMinutes:{one:"less than a minute",other:"less than {{count}} minutes"},xMinutes:{one:"1 minute",other:"{{count}} minutes"},aboutXHours:{one:"about 1 hour",other:"about {{count}} hours"},xHours:{one:"1 hour",other:"{{count}} hours"},xDays:{one:"1 day",other:"{{count}} days"},aboutXWeeks:{one:"about 1 week",other:"about {{count}} weeks"},xWeeks:{one:"1 week",other:"{{count}} weeks"},aboutXMonths:{one:"about 1 month",other:"about {{count}} months"},xMonths:{one:"1 month",other:"{{count}} months"},aboutXYears:{one:"about 1 year",other:"about {{count}} years"},xYears:{one:"1 year",other:"{{count}} years"},overXYears:{one:"over 1 year",other:"over {{count}} years"},almostXYears:{one:"almost 1 year",other:"almost {{count}} years"}},D_=(n,t,e)=>{let i;const s=k_[n];return typeof s=="string"?i=s:t===1?i=s.one:i=s.other.replace("{{count}}",t.toString()),e!=null&&e.addSuffix?e.comparison&&e.comparison>0?"in "+i:i+" ago":i};function Lo(n){return(t={})=>{const e=t.width?String(t.width):n.defaultWidth;return n.formats[e]||n.formats[n.defaultWidth]}}const C_={full:"EEEE, MMMM do, y",long:"MMMM do, y",medium:"MMM d, y",short:"MM/dd/yyyy"},O_={full:"h:mm:ss a zzzz",long:"h:mm:ss a z",medium:"h:mm:ss a",short:"h:mm a"},E_={full:"{{date}} 'at' {{time}}",long:"{{date}} 'at' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},A_={date:Lo({formats:C_,defaultWidth:"full"}),time:Lo({formats:O_,defaultWidth:"full"}),dateTime:Lo({formats:E_,defaultWidth:"full"})},P_={lastWeek:"'last' eeee 'at' p",yesterday:"'yesterday at' p",today:"'today at' p",tomorrow:"'tomorrow at' p",nextWeek:"eeee 'at' p",other:"P"},R_=(n,t,e,i)=>P_[n];function Cs(n){return(t,e)=>{const i=e!=null&&e.context?String(e.context):"standalone";let s;if(i==="formatting"&&n.formattingValues){const a=n.defaultFormattingWidth||n.defaultWidth,o=e!=null&&e.width?String(e.width):a;s=n.formattingValues[o]||n.formattingValues[a]}else{const a=n.defaultWidth,o=e!=null&&e.width?String(e.width):n.defaultWidth;s=n.values[o]||n.values[a]}const r=n.argumentCallback?n.argumentCallback(t):t;return s[r]}}const I_={narrow:["B","A"],abbreviated:["BC","AD"],wide:["Before Christ","Anno Domini"]},L_={narrow:["1","2","3","4"],abbreviated:["Q1","Q2","Q3","Q4"],wide:["1st quarter","2nd quarter","3rd quarter","4th quarter"]},N_={narrow:["J","F","M","A","M","J","J","A","S","O","N","D"],abbreviated:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],wide:["January","February","March","April","May","June","July","August","September","October","November","December"]},F_={narrow:["S","M","T","W","T","F","S"],short:["Su","Mo","Tu","We","Th","Fr","Sa"],abbreviated:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],wide:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"]},B_={narrow:{am:"a",pm:"p",midnight:"mi",noon:"n",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},abbreviated:{am:"AM",pm:"PM",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},wide:{am:"a.m.",pm:"p.m.",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"}},z_={narrow:{am:"a",pm:"p",midnight:"mi",noon:"n",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"},abbreviated:{am:"AM",pm:"PM",midnight:"midnight",noon:"noon",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"},wide:{am:"a.m.",pm:"p.m.",midnight:"midnight",noon:"noon",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"}},U_={ordinalNumber:(n,t)=>{const e=Number(n),i=e%100;if(i>20||i<10)switch(i%10){case 1:return e+"st";case 2:return e+"nd";case 3:return e+"rd"}return e+"th"},era:Cs({values:I_,defaultWidth:"wide"}),quarter:Cs({values:L_,defaultWidth:"wide",argumentCallback:n=>n-1}),month:Cs({values:N_,defaultWidth:"wide"}),day:Cs({values:F_,defaultWidth:"wide"}),dayPeriod:Cs({values:B_,defaultWidth:"wide",formattingValues:z_,defaultFormattingWidth:"wide"})};function Os(n){return(t,e={})=>{const i=e.width,s=i&&n.matchPatterns[i]||n.matchPatterns[n.defaultMatchWidth],r=t.match(s);if(!r)return null;const a=r[0],o=i&&n.parsePatterns[i]||n.parsePatterns[n.defaultParseWidth],l=Array.isArray(o)?W_(o,h=>h.test(a)):H_(o,h=>h.test(a));let c;c=n.valueCallback?n.valueCallback(l):l,c=e.valueCallback?e.valueCallback(c):c;const u=t.slice(a.length);return{value:c,rest:u}}}function H_(n,t){for(const e in n)if(Object.prototype.hasOwnProperty.call(n,e)&&t(n[e]))return e}function W_(n,t){for(let e=0;e<n.length;e++)if(t(n[e]))return e}function V_(n){return(t,e={})=>{const i=t.match(n.matchPattern);if(!i)return null;const s=i[0],r=t.match(n.parsePattern);if(!r)return null;let a=n.valueCallback?n.valueCallback(r[0]):r[0];a=e.valueCallback?e.valueCallback(a):a;const o=t.slice(s.length);return{value:a,rest:o}}}const Y_=/^(\d+)(th|st|nd|rd)?/i,$_=/\d+/i,j_={narrow:/^(b|a)/i,abbreviated:/^(b\.?\s?c\.?|b\.?\s?c\.?\s?e\.?|a\.?\s?d\.?|c\.?\s?e\.?)/i,wide:/^(before christ|before common era|anno domini|common era)/i},q_={any:[/^b/i,/^(a|c)/i]},G_={narrow:/^[1234]/i,abbreviated:/^q[1234]/i,wide:/^[1234](th|st|nd|rd)? quarter/i},K_={any:[/1/i,/2/i,/3/i,/4/i]},X_={narrow:/^[jfmasond]/i,abbreviated:/^(jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec)/i,wide:/^(january|february|march|april|may|june|july|august|september|october|november|december)/i},Z_={narrow:[/^j/i,/^f/i,/^m/i,/^a/i,/^m/i,/^j/i,/^j/i,/^a/i,/^s/i,/^o/i,/^n/i,/^d/i],any:[/^ja/i,/^f/i,/^mar/i,/^ap/i,/^may/i,/^jun/i,/^jul/i,/^au/i,/^s/i,/^o/i,/^n/i,/^d/i]},Q_={narrow:/^[smtwf]/i,short:/^(su|mo|tu|we|th|fr|sa)/i,abbreviated:/^(sun|mon|tue|wed|thu|fri|sat)/i,wide:/^(sunday|monday|tuesday|wednesday|thursday|friday|saturday)/i},J_={narrow:[/^s/i,/^m/i,/^t/i,/^w/i,/^t/i,/^f/i,/^s/i],any:[/^su/i,/^m/i,/^tu/i,/^w/i,/^th/i,/^f/i,/^sa/i]},tx={narrow:/^(a|p|mi|n|(in the|at) (morning|afternoon|evening|night))/i,any:/^([ap]\.?\s?m\.?|midnight|noon|(in the|at) (morning|afternoon|evening|night))/i},ex={any:{am:/^a/i,pm:/^p/i,midnight:/^mi/i,noon:/^no/i,morning:/morning/i,afternoon:/afternoon/i,evening:/evening/i,night:/night/i}},nx={ordinalNumber:V_({matchPattern:Y_,parsePattern:$_,valueCallback:n=>parseInt(n,10)}),era:Os({matchPatterns:j_,defaultMatchWidth:"wide",parsePatterns:q_,defaultParseWidth:"any"}),quarter:Os({matchPatterns:G_,defaultMatchWidth:"wide",parsePatterns:K_,defaultParseWidth:"any",valueCallback:n=>n+1}),month:Os({matchPatterns:X_,defaultMatchWidth:"wide",parsePatterns:Z_,defaultParseWidth:"any"}),day:Os({matchPatterns:Q_,defaultMatchWidth:"wide",parsePatterns:J_,defaultParseWidth:"any"}),dayPeriod:Os({matchPatterns:tx,defaultMatchWidth:"any",parsePatterns:ex,defaultParseWidth:"any"})},jd={code:"en-US",formatDistance:D_,formatLong:A_,formatRelative:R_,localize:U_,match:nx,options:{weekStartsOn:0,firstWeekContainsDate:1}};function ix(n,t){const e=lt(n,t==null?void 0:t.in);return zd(e,$d(e))+1}function qd(n,t){const e=lt(n,t==null?void 0:t.in),i=+Si(e)-+n_(e);return Math.round(i/Nd)+1}function No(n,t){var u,h,f,m;const e=lt(n,t==null?void 0:t.in),i=e.getFullYear(),s=Kn(),r=(t==null?void 0:t.firstWeekContainsDate)??((h=(u=t==null?void 0:t.locale)==null?void 0:u.options)==null?void 0:h.firstWeekContainsDate)??s.firstWeekContainsDate??((m=(f=s.locale)==null?void 0:f.options)==null?void 0:m.firstWeekContainsDate)??1,a=Lt((t==null?void 0:t.in)||n,0);a.setFullYear(i+1,0,r),a.setHours(0,0,0,0);const o=$e(a,t),l=Lt((t==null?void 0:t.in)||n,0);l.setFullYear(i,0,r),l.setHours(0,0,0,0);const c=$e(l,t);return+e>=+o?i+1:+e>=+c?i:i-1}function sx(n,t){var o,l,c,u;const e=Kn(),i=(t==null?void 0:t.firstWeekContainsDate)??((l=(o=t==null?void 0:t.locale)==null?void 0:o.options)==null?void 0:l.firstWeekContainsDate)??e.firstWeekContainsDate??((u=(c=e.locale)==null?void 0:c.options)==null?void 0:u.firstWeekContainsDate)??1,s=No(n,t),r=Lt((t==null?void 0:t.in)||n,0);return r.setFullYear(s,0,i),r.setHours(0,0,0,0),$e(r,t)}function Gd(n,t){const e=lt(n,t==null?void 0:t.in),i=+$e(e,t)-+sx(e,t);return Math.round(i/Nd)+1}function kt(n,t){const e=n<0?"-":"",i=Math.abs(n).toString().padStart(t,"0");return e+i}const Dn={y(n,t){const e=n.getFullYear(),i=e>0?e:1-e;return kt(t==="yy"?i%100:i,t.length)},M(n,t){const e=n.getMonth();return t==="M"?String(e+1):kt(e+1,2)},d(n,t){return kt(n.getDate(),t.length)},a(n,t){const e=n.getHours()/12>=1?"pm":"am";switch(t){case"a":case"aa":return e.toUpperCase();case"aaa":return e;case"aaaaa":return e[0];case"aaaa":default:return e==="am"?"a.m.":"p.m."}},h(n,t){return kt(n.getHours()%12||12,t.length)},H(n,t){return kt(n.getHours(),t.length)},m(n,t){return kt(n.getMinutes(),t.length)},s(n,t){return kt(n.getSeconds(),t.length)},S(n,t){const e=t.length,i=n.getMilliseconds(),s=Math.trunc(i*Math.pow(10,e-3));return kt(s,t.length)}},vi={midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},Kd={G:function(n,t,e){const i=n.getFullYear()>0?1:0;switch(t){case"G":case"GG":case"GGG":return e.era(i,{width:"abbreviated"});case"GGGGG":return e.era(i,{width:"narrow"});case"GGGG":default:return e.era(i,{width:"wide"})}},y:function(n,t,e){if(t==="yo"){const i=n.getFullYear(),s=i>0?i:1-i;return e.ordinalNumber(s,{unit:"year"})}return Dn.y(n,t)},Y:function(n,t,e,i){const s=No(n,i),r=s>0?s:1-s;if(t==="YY"){const a=r%100;return kt(a,2)}return t==="Yo"?e.ordinalNumber(r,{unit:"year"}):kt(r,t.length)},R:function(n,t){const e=Bd(n);return kt(e,t.length)},u:function(n,t){const e=n.getFullYear();return kt(e,t.length)},Q:function(n,t,e){const i=Math.ceil((n.getMonth()+1)/3);switch(t){case"Q":return String(i);case"QQ":return kt(i,2);case"Qo":return e.ordinalNumber(i,{unit:"quarter"});case"QQQ":return e.quarter(i,{width:"abbreviated",context:"formatting"});case"QQQQQ":return e.quarter(i,{width:"narrow",context:"formatting"});case"QQQQ":default:return e.quarter(i,{width:"wide",context:"formatting"})}},q:function(n,t,e){const i=Math.ceil((n.getMonth()+1)/3);switch(t){case"q":return String(i);case"qq":return kt(i,2);case"qo":return e.ordinalNumber(i,{unit:"quarter"});case"qqq":return e.quarter(i,{width:"abbreviated",context:"standalone"});case"qqqqq":return e.quarter(i,{width:"narrow",context:"standalone"});case"qqqq":default:return e.quarter(i,{width:"wide",context:"standalone"})}},M:function(n,t,e){const i=n.getMonth();switch(t){case"M":case"MM":return Dn.M(n,t);case"Mo":return e.ordinalNumber(i+1,{unit:"month"});case"MMM":return e.month(i,{width:"abbreviated",context:"formatting"});case"MMMMM":return e.month(i,{width:"narrow",context:"formatting"});case"MMMM":default:return e.month(i,{width:"wide",context:"formatting"})}},L:function(n,t,e){const i=n.getMonth();switch(t){case"L":return String(i+1);case"LL":return kt(i+1,2);case"Lo":return e.ordinalNumber(i+1,{unit:"month"});case"LLL":return e.month(i,{width:"abbreviated",context:"standalone"});case"LLLLL":return e.month(i,{width:"narrow",context:"standalone"});case"LLLL":default:return e.month(i,{width:"wide",context:"standalone"})}},w:function(n,t,e,i){const s=Gd(n,i);return t==="wo"?e.ordinalNumber(s,{unit:"week"}):kt(s,t.length)},I:function(n,t,e){const i=qd(n);return t==="Io"?e.ordinalNumber(i,{unit:"week"}):kt(i,t.length)},d:function(n,t,e){return t==="do"?e.ordinalNumber(n.getDate(),{unit:"date"}):Dn.d(n,t)},D:function(n,t,e){const i=ix(n);return t==="Do"?e.ordinalNumber(i,{unit:"dayOfYear"}):kt(i,t.length)},E:function(n,t,e){const i=n.getDay();switch(t){case"E":case"EE":case"EEE":return e.day(i,{width:"abbreviated",context:"formatting"});case"EEEEE":return e.day(i,{width:"narrow",context:"formatting"});case"EEEEEE":return e.day(i,{width:"short",context:"formatting"});case"EEEE":default:return e.day(i,{width:"wide",context:"formatting"})}},e:function(n,t,e,i){const s=n.getDay(),r=(s-i.weekStartsOn+8)%7||7;switch(t){case"e":return String(r);case"ee":return kt(r,2);case"eo":return e.ordinalNumber(r,{unit:"day"});case"eee":return e.day(s,{width:"abbreviated",context:"formatting"});case"eeeee":return e.day(s,{width:"narrow",context:"formatting"});case"eeeeee":return e.day(s,{width:"short",context:"formatting"});case"eeee":default:return e.day(s,{width:"wide",context:"formatting"})}},c:function(n,t,e,i){const s=n.getDay(),r=(s-i.weekStartsOn+8)%7||7;switch(t){case"c":return String(r);case"cc":return kt(r,t.length);case"co":return e.ordinalNumber(r,{unit:"day"});case"ccc":return e.day(s,{width:"abbreviated",context:"standalone"});case"ccccc":return e.day(s,{width:"narrow",context:"standalone"});case"cccccc":return e.day(s,{width:"short",context:"standalone"});case"cccc":default:return e.day(s,{width:"wide",context:"standalone"})}},i:function(n,t,e){const i=n.getDay(),s=i===0?7:i;switch(t){case"i":return String(s);case"ii":return kt(s,t.length);case"io":return e.ordinalNumber(s,{unit:"day"});case"iii":return e.day(i,{width:"abbreviated",context:"formatting"});case"iiiii":return e.day(i,{width:"narrow",context:"formatting"});case"iiiiii":return e.day(i,{width:"short",context:"formatting"});case"iiii":default:return e.day(i,{width:"wide",context:"formatting"})}},a:function(n,t,e){const s=n.getHours()/12>=1?"pm":"am";switch(t){case"a":case"aa":return e.dayPeriod(s,{width:"abbreviated",context:"formatting"});case"aaa":return e.dayPeriod(s,{width:"abbreviated",context:"formatting"}).toLowerCase();case"aaaaa":return e.dayPeriod(s,{width:"narrow",context:"formatting"});case"aaaa":default:return e.dayPeriod(s,{width:"wide",context:"formatting"})}},b:function(n,t,e){const i=n.getHours();let s;switch(i===12?s=vi.noon:i===0?s=vi.midnight:s=i/12>=1?"pm":"am",t){case"b":case"bb":return e.dayPeriod(s,{width:"abbreviated",context:"formatting"});case"bbb":return e.dayPeriod(s,{width:"abbreviated",context:"formatting"}).toLowerCase();case"bbbbb":return e.dayPeriod(s,{width:"narrow",context:"formatting"});case"bbbb":default:return e.dayPeriod(s,{width:"wide",context:"formatting"})}},B:function(n,t,e){const i=n.getHours();let s;switch(i>=17?s=vi.evening:i>=12?s=vi.afternoon:i>=4?s=vi.morning:s=vi.night,t){case"B":case"BB":case"BBB":return e.dayPeriod(s,{width:"abbreviated",context:"formatting"});case"BBBBB":return e.dayPeriod(s,{width:"narrow",context:"formatting"});case"BBBB":default:return e.dayPeriod(s,{width:"wide",context:"formatting"})}},h:function(n,t,e){if(t==="ho"){let i=n.getHours()%12;return i===0&&(i=12),e.ordinalNumber(i,{unit:"hour"})}return Dn.h(n,t)},H:function(n,t,e){return t==="Ho"?e.ordinalNumber(n.getHours(),{unit:"hour"}):Dn.H(n,t)},K:function(n,t,e){const i=n.getHours()%12;return t==="Ko"?e.ordinalNumber(i,{unit:"hour"}):kt(i,t.length)},k:function(n,t,e){let i=n.getHours();return i===0&&(i=24),t==="ko"?e.ordinalNumber(i,{unit:"hour"}):kt(i,t.length)},m:function(n,t,e){return t==="mo"?e.ordinalNumber(n.getMinutes(),{unit:"minute"}):Dn.m(n,t)},s:function(n,t,e){return t==="so"?e.ordinalNumber(n.getSeconds(),{unit:"second"}):Dn.s(n,t)},S:function(n,t){return Dn.S(n,t)},X:function(n,t,e){const i=n.getTimezoneOffset();if(i===0)return"Z";switch(t){case"X":return Zd(i);case"XXXX":case"XX":return Zn(i);case"XXXXX":case"XXX":default:return Zn(i,":")}},x:function(n,t,e){const i=n.getTimezoneOffset();switch(t){case"x":return Zd(i);case"xxxx":case"xx":return Zn(i);case"xxxxx":case"xxx":default:return Zn(i,":")}},O:function(n,t,e){const i=n.getTimezoneOffset();switch(t){case"O":case"OO":case"OOO":return"GMT"+Xd(i,":");case"OOOO":default:return"GMT"+Zn(i,":")}},z:function(n,t,e){const i=n.getTimezoneOffset();switch(t){case"z":case"zz":case"zzz":return"GMT"+Xd(i,":");case"zzzz":default:return"GMT"+Zn(i,":")}},t:function(n,t,e){const i=Math.trunc(+n/1e3);return kt(i,t.length)},T:function(n,t,e){return kt(+n,t.length)}};function Xd(n,t=""){const e=n>0?"-":"+",i=Math.abs(n),s=Math.trunc(i/60),r=i%60;return r===0?e+String(s):e+String(s)+t+kt(r,2)}function Zd(n,t){return n%60===0?(n>0?"-":"+")+kt(Math.abs(n)/60,2):Zn(n,t)}function Zn(n,t=""){const e=n>0?"-":"+",i=Math.abs(n),s=kt(Math.trunc(i/60),2),r=kt(i%60,2);return e+s+t+r}const Qd=(n,t)=>{switch(n){case"P":return t.date({width:"short"});case"PP":return t.date({width:"medium"});case"PPP":return t.date({width:"long"});case"PPPP":default:return t.date({width:"full"})}},Jd=(n,t)=>{switch(n){case"p":return t.time({width:"short"});case"pp":return t.time({width:"medium"});case"ppp":return t.time({width:"long"});case"pppp":default:return t.time({width:"full"})}},Fo={p:Jd,P:(n,t)=>{const e=n.match(/(P+)(p+)?/)||[],i=e[1],s=e[2];if(!s)return Qd(n,t);let r;switch(i){case"P":r=t.dateTime({width:"short"});break;case"PP":r=t.dateTime({width:"medium"});break;case"PPP":r=t.dateTime({width:"long"});break;case"PPPP":default:r=t.dateTime({width:"full"});break}return r.replace("{{date}}",Qd(i,t)).replace("{{time}}",Jd(s,t))}},rx=/^D+$/,ax=/^Y+$/,ox=["D","DD","YY","YYYY"];function th(n){return rx.test(n)}function eh(n){return ax.test(n)}function Bo(n,t,e){const i=lx(n,t,e);if(console.warn(i),ox.includes(n))throw new RangeError(i)}function lx(n,t,e){const i=n[0]==="Y"?"years":"days of the month";return`Use \`${n.toLowerCase()}\` instead of \`${n}\` (in \`${t}\`) for formatting ${i} to the input \`${e}\`; see: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md`}const cx=/[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g,ux=/P+p+|P+|p+|''|'(''|[^'])+('|$)|./g,dx=/^'([^]*?)'?$/,hx=/''/g,fx=/[a-zA-Z]/;function Yr(n,t,e){var u,h,f,m,p,_,x,S;const i=Kn(),s=(e==null?void 0:e.locale)??i.locale??jd,r=(e==null?void 0:e.firstWeekContainsDate)??((h=(u=e==null?void 0:e.locale)==null?void 0:u.options)==null?void 0:h.firstWeekContainsDate)??i.firstWeekContainsDate??((m=(f=i.locale)==null?void 0:f.options)==null?void 0:m.firstWeekContainsDate)??1,a=(e==null?void 0:e.weekStartsOn)??((_=(p=e==null?void 0:e.locale)==null?void 0:p.options)==null?void 0:_.weekStartsOn)??i.weekStartsOn??((S=(x=i.locale)==null?void 0:x.options)==null?void 0:S.weekStartsOn)??0,o=lt(n,e==null?void 0:e.in);if(!Ro(o))throw new RangeError("Invalid time value");let l=t.match(ux).map(M=>{const C=M[0];if(C==="p"||C==="P"){const A=Fo[C];return A(M,s.formatLong)}return M}).join("").match(cx).map(M=>{if(M==="''")return{isToken:!1,value:"'"};const C=M[0];if(C==="'")return{isToken:!1,value:mx(M)};if(Kd[C])return{isToken:!0,value:M};if(C.match(fx))throw new RangeError("Format string contains an unescaped latin alphabet character `"+C+"`");return{isToken:!1,value:M}});s.localize.preprocessor&&(l=s.localize.preprocessor(o,l));const c={firstWeekContainsDate:r,weekStartsOn:a,locale:s};return l.map(M=>{if(!M.isToken)return M.value;const C=M.value;(!(e!=null&&e.useAdditionalWeekYearTokens)&&eh(C)||!(e!=null&&e.useAdditionalDayOfYearTokens)&&th(C))&&Bo(C,t,String(n));const A=Kd[C[0]];return A(o,C,s.localize,c)}).join("")}function mx(n){const t=n.match(dx);return t?t[1].replace(hx,"'"):n}function nh(){return Object.assign({},Kn())}function gx(n,t){const e=lt(n,t==null?void 0:t.in).getDay();return e===0?7:e}function px(n,t){const e=yx(t)?new t(0):Lt(t,0);return e.setFullYear(n.getFullYear(),n.getMonth(),n.getDate()),e.setHours(n.getHours(),n.getMinutes(),n.getSeconds(),n.getMilliseconds()),e}function yx(n){var t;return typeof n=="function"&&((t=n.prototype)==null?void 0:t.constructor)===n}const bx=10;class ih{constructor(){P(this,"subPriority",0)}validate(t,e){return!0}}class _x extends ih{constructor(t,e,i,s,r){super(),this.value=t,this.validateValue=e,this.setValue=i,this.priority=s,r&&(this.subPriority=r)}validate(t,e){return this.validateValue(t,this.value,e)}set(t,e,i){return this.setValue(t,e,this.value,i)}}class xx extends ih{constructor(e,i){super();P(this,"priority",bx);P(this,"subPriority",-1);this.context=e||(s=>Lt(i,s))}set(e,i){return i.timestampIsSet?e:Lt(e,px(e,this.context))}}class xt{run(t,e,i,s){const r=this.parse(t,e,i,s);return r?{setter:new _x(r.value,this.validate,this.set,this.priority,this.subPriority),rest:r.rest}:null}validate(t,e,i){return!0}}class wx extends xt{constructor(){super(...arguments);P(this,"priority",140);P(this,"incompatibleTokens",["R","u","t","T"])}parse(e,i,s){switch(i){case"G":case"GG":case"GGG":return s.era(e,{width:"abbreviated"})||s.era(e,{width:"narrow"});case"GGGGG":return s.era(e,{width:"narrow"});case"GGGG":default:return s.era(e,{width:"wide"})||s.era(e,{width:"abbreviated"})||s.era(e,{width:"narrow"})}}set(e,i,s){return i.era=s,e.setFullYear(s,0,1),e.setHours(0,0,0,0),e}}const Ut={month:/^(1[0-2]|0?\d)/,date:/^(3[0-1]|[0-2]?\d)/,dayOfYear:/^(36[0-6]|3[0-5]\d|[0-2]?\d?\d)/,week:/^(5[0-3]|[0-4]?\d)/,hour23h:/^(2[0-3]|[0-1]?\d)/,hour24h:/^(2[0-4]|[0-1]?\d)/,hour11h:/^(1[0-1]|0?\d)/,hour12h:/^(1[0-2]|0?\d)/,minute:/^[0-5]?\d/,second:/^[0-5]?\d/,singleDigit:/^\d/,twoDigits:/^\d{1,2}/,threeDigits:/^\d{1,3}/,fourDigits:/^\d{1,4}/,anyDigitsSigned:/^-?\d+/,singleDigitSigned:/^-?\d/,twoDigitsSigned:/^-?\d{1,2}/,threeDigitsSigned:/^-?\d{1,3}/,fourDigitsSigned:/^-?\d{1,4}/},je={basicOptionalMinutes:/^([+-])(\d{2})(\d{2})?|Z/,basic:/^([+-])(\d{2})(\d{2})|Z/,basicOptionalSeconds:/^([+-])(\d{2})(\d{2})((\d{2}))?|Z/,extended:/^([+-])(\d{2}):(\d{2})|Z/,extendedOptionalSeconds:/^([+-])(\d{2}):(\d{2})(:(\d{2}))?|Z/};function Ht(n,t){return n&&{value:t(n.value),rest:n.rest}}function It(n,t){const e=t.match(n);return e?{value:parseInt(e[0],10),rest:t.slice(e[0].length)}:null}function qe(n,t){const e=t.match(n);if(!e)return null;if(e[0]==="Z")return{value:0,rest:t.slice(1)};const i=e[1]==="+"?1:-1,s=e[2]?parseInt(e[2],10):0,r=e[3]?parseInt(e[3],10):0,a=e[5]?parseInt(e[5],10):0;return{value:i*(s*wi+r*Ms+a*J0),rest:t.slice(e[0].length)}}function sh(n){return It(Ut.anyDigitsSigned,n)}function Nt(n,t){switch(n){case 1:return It(Ut.singleDigit,t);case 2:return It(Ut.twoDigits,t);case 3:return It(Ut.threeDigits,t);case 4:return It(Ut.fourDigits,t);default:return It(new RegExp("^\\d{1,"+n+"}"),t)}}function $r(n,t){switch(n){case 1:return It(Ut.singleDigitSigned,t);case 2:return It(Ut.twoDigitsSigned,t);case 3:return It(Ut.threeDigitsSigned,t);case 4:return It(Ut.fourDigitsSigned,t);default:return It(new RegExp("^-?\\d{1,"+n+"}"),t)}}function zo(n){switch(n){case"morning":return 4;case"evening":return 17;case"pm":case"noon":case"afternoon":return 12;case"am":case"midnight":case"night":default:return 0}}function rh(n,t){const e=t>0,i=e?t:1-t;let s;if(i<=50)s=n||100;else{const r=i+50,a=Math.trunc(r/100)*100,o=n>=r%100;s=n+a-(o?100:0)}return e?s:1-s}function ah(n){return n%400===0||n%4===0&&n%100!==0}class Sx extends xt{constructor(){super(...arguments);P(this,"priority",130);P(this,"incompatibleTokens",["Y","R","u","w","I","i","e","c","t","T"])}parse(e,i,s){const r=a=>({year:a,isTwoDigitYear:i==="yy"});switch(i){case"y":return Ht(Nt(4,e),r);case"yo":return Ht(s.ordinalNumber(e,{unit:"year"}),r);default:return Ht(Nt(i.length,e),r)}}validate(e,i){return i.isTwoDigitYear||i.year>0}set(e,i,s){const r=e.getFullYear();if(s.isTwoDigitYear){const o=rh(s.year,r);return e.setFullYear(o,0,1),e.setHours(0,0,0,0),e}const a=!("era"in i)||i.era===1?s.year:1-s.year;return e.setFullYear(a,0,1),e.setHours(0,0,0,0),e}}class vx extends xt{constructor(){super(...arguments);P(this,"priority",130);P(this,"incompatibleTokens",["y","R","u","Q","q","M","L","I","d","D","i","t","T"])}parse(e,i,s){const r=a=>({year:a,isTwoDigitYear:i==="YY"});switch(i){case"Y":return Ht(Nt(4,e),r);case"Yo":return Ht(s.ordinalNumber(e,{unit:"year"}),r);default:return Ht(Nt(i.length,e),r)}}validate(e,i){return i.isTwoDigitYear||i.year>0}set(e,i,s,r){const a=No(e,r);if(s.isTwoDigitYear){const l=rh(s.year,a);return e.setFullYear(l,0,r.firstWeekContainsDate),e.setHours(0,0,0,0),$e(e,r)}const o=!("era"in i)||i.era===1?s.year:1-s.year;return e.setFullYear(o,0,r.firstWeekContainsDate),e.setHours(0,0,0,0),$e(e,r)}}class Tx extends xt{constructor(){super(...arguments);P(this,"priority",130);P(this,"incompatibleTokens",["G","y","Y","u","Q","q","M","L","w","d","D","e","c","t","T"])}parse(e,i){return $r(i==="R"?4:i.length,e)}set(e,i,s){const r=Lt(e,0);return r.setFullYear(s,0,4),r.setHours(0,0,0,0),Si(r)}}class Mx extends xt{constructor(){super(...arguments);P(this,"priority",130);P(this,"incompatibleTokens",["G","y","Y","R","w","I","i","e","c","t","T"])}parse(e,i){return $r(i==="u"?4:i.length,e)}set(e,i,s){return e.setFullYear(s,0,1),e.setHours(0,0,0,0),e}}class kx extends xt{constructor(){super(...arguments);P(this,"priority",120);P(this,"incompatibleTokens",["Y","R","q","M","L","w","I","d","D","i","e","c","t","T"])}parse(e,i,s){switch(i){case"Q":case"QQ":return Nt(i.length,e);case"Qo":return s.ordinalNumber(e,{unit:"quarter"});case"QQQ":return s.quarter(e,{width:"abbreviated",context:"formatting"})||s.quarter(e,{width:"narrow",context:"formatting"});case"QQQQQ":return s.quarter(e,{width:"narrow",context:"formatting"});case"QQQQ":default:return s.quarter(e,{width:"wide",context:"formatting"})||s.quarter(e,{width:"abbreviated",context:"formatting"})||s.quarter(e,{width:"narrow",context:"formatting"})}}validate(e,i){return i>=1&&i<=4}set(e,i,s){return e.setMonth((s-1)*3,1),e.setHours(0,0,0,0),e}}class Dx extends xt{constructor(){super(...arguments);P(this,"priority",120);P(this,"incompatibleTokens",["Y","R","Q","M","L","w","I","d","D","i","e","c","t","T"])}parse(e,i,s){switch(i){case"q":case"qq":return Nt(i.length,e);case"qo":return s.ordinalNumber(e,{unit:"quarter"});case"qqq":return s.quarter(e,{width:"abbreviated",context:"standalone"})||s.quarter(e,{width:"narrow",context:"standalone"});case"qqqqq":return s.quarter(e,{width:"narrow",context:"standalone"});case"qqqq":default:return s.quarter(e,{width:"wide",context:"standalone"})||s.quarter(e,{width:"abbreviated",context:"standalone"})||s.quarter(e,{width:"narrow",context:"standalone"})}}validate(e,i){return i>=1&&i<=4}set(e,i,s){return e.setMonth((s-1)*3,1),e.setHours(0,0,0,0),e}}class Cx extends xt{constructor(){super(...arguments);P(this,"incompatibleTokens",["Y","R","q","Q","L","w","I","D","i","e","c","t","T"]);P(this,"priority",110)}parse(e,i,s){const r=a=>a-1;switch(i){case"M":return Ht(It(Ut.month,e),r);case"MM":return Ht(Nt(2,e),r);case"Mo":return Ht(s.ordinalNumber(e,{unit:"month"}),r);case"MMM":return s.month(e,{width:"abbreviated",context:"formatting"})||s.month(e,{width:"narrow",context:"formatting"});case"MMMMM":return s.month(e,{width:"narrow",context:"formatting"});case"MMMM":default:return s.month(e,{width:"wide",context:"formatting"})||s.month(e,{width:"abbreviated",context:"formatting"})||s.month(e,{width:"narrow",context:"formatting"})}}validate(e,i){return i>=0&&i<=11}set(e,i,s){return e.setMonth(s,1),e.setHours(0,0,0,0),e}}class Ox extends xt{constructor(){super(...arguments);P(this,"priority",110);P(this,"incompatibleTokens",["Y","R","q","Q","M","w","I","D","i","e","c","t","T"])}parse(e,i,s){const r=a=>a-1;switch(i){case"L":return Ht(It(Ut.month,e),r);case"LL":return Ht(Nt(2,e),r);case"Lo":return Ht(s.ordinalNumber(e,{unit:"month"}),r);case"LLL":return s.month(e,{width:"abbreviated",context:"standalone"})||s.month(e,{width:"narrow",context:"standalone"});case"LLLLL":return s.month(e,{width:"narrow",context:"standalone"});case"LLLL":default:return s.month(e,{width:"wide",context:"standalone"})||s.month(e,{width:"abbreviated",context:"standalone"})||s.month(e,{width:"narrow",context:"standalone"})}}validate(e,i){return i>=0&&i<=11}set(e,i,s){return e.setMonth(s,1),e.setHours(0,0,0,0),e}}function Ex(n,t,e){const i=lt(n,e==null?void 0:e.in),s=Gd(i,e)-t;return i.setDate(i.getDate()-s*7),lt(i,e==null?void 0:e.in)}class Ax extends xt{constructor(){super(...arguments);P(this,"priority",100);P(this,"incompatibleTokens",["y","R","u","q","Q","M","L","I","d","D","i","t","T"])}parse(e,i,s){switch(i){case"w":return It(Ut.week,e);case"wo":return s.ordinalNumber(e,{unit:"week"});default:return Nt(i.length,e)}}validate(e,i){return i>=1&&i<=53}set(e,i,s,r){return $e(Ex(e,s,r),r)}}function Px(n,t,e){const i=lt(n,e==null?void 0:e.in),s=qd(i,e)-t;return i.setDate(i.getDate()-s*7),i}class Rx extends xt{constructor(){super(...arguments);P(this,"priority",100);P(this,"incompatibleTokens",["y","Y","u","q","Q","M","L","w","d","D","e","c","t","T"])}parse(e,i,s){switch(i){case"I":return It(Ut.week,e);case"Io":return s.ordinalNumber(e,{unit:"week"});default:return Nt(i.length,e)}}validate(e,i){return i>=1&&i<=53}set(e,i,s){return Si(Px(e,s))}}const Ix=[31,28,31,30,31,30,31,31,30,31,30,31],Lx=[31,29,31,30,31,30,31,31,30,31,30,31];class Nx extends xt{constructor(){super(...arguments);P(this,"priority",90);P(this,"subPriority",1);P(this,"incompatibleTokens",["Y","R","q","Q","w","I","D","i","e","c","t","T"])}parse(e,i,s){switch(i){case"d":return It(Ut.date,e);case"do":return s.ordinalNumber(e,{unit:"date"});default:return Nt(i.length,e)}}validate(e,i){const s=e.getFullYear(),r=ah(s),a=e.getMonth();return r?i>=1&&i<=Lx[a]:i>=1&&i<=Ix[a]}set(e,i,s){return e.setDate(s),e.setHours(0,0,0,0),e}}class Fx extends xt{constructor(){super(...arguments);P(this,"priority",90);P(this,"subpriority",1);P(this,"incompatibleTokens",["Y","R","q","Q","M","L","w","I","d","E","i","e","c","t","T"])}parse(e,i,s){switch(i){case"D":case"DD":return It(Ut.dayOfYear,e);case"Do":return s.ordinalNumber(e,{unit:"date"});default:return Nt(i.length,e)}}validate(e,i){const s=e.getFullYear();return ah(s)?i>=1&&i<=366:i>=1&&i<=365}set(e,i,s){return e.setMonth(0,s),e.setHours(0,0,0,0),e}}function Uo(n,t,e){var h,f,m,p;const i=Kn(),s=(e==null?void 0:e.weekStartsOn)??((f=(h=e==null?void 0:e.locale)==null?void 0:h.options)==null?void 0:f.weekStartsOn)??i.weekStartsOn??((p=(m=i.locale)==null?void 0:m.options)==null?void 0:p.weekStartsOn)??0,r=lt(n,e==null?void 0:e.in),a=r.getDay(),l=(t%7+7)%7,c=7-s,u=t<0||t>6?t-(a+c)%7:(l+c)%7-(a+c)%7;return Wr(r,u,e)}class Bx extends xt{constructor(){super(...arguments);P(this,"priority",90);P(this,"incompatibleTokens",["D","i","e","c","t","T"])}parse(e,i,s){switch(i){case"E":case"EE":case"EEE":return s.day(e,{width:"abbreviated",context:"formatting"})||s.day(e,{width:"short",context:"formatting"})||s.day(e,{width:"narrow",context:"formatting"});case"EEEEE":return s.day(e,{width:"narrow",context:"formatting"});case"EEEEEE":return s.day(e,{width:"short",context:"formatting"})||s.day(e,{width:"narrow",context:"formatting"});case"EEEE":default:return s.day(e,{width:"wide",context:"formatting"})||s.day(e,{width:"abbreviated",context:"formatting"})||s.day(e,{width:"short",context:"formatting"})||s.day(e,{width:"narrow",context:"formatting"})}}validate(e,i){return i>=0&&i<=6}set(e,i,s,r){return e=Uo(e,s,r),e.setHours(0,0,0,0),e}}class zx extends xt{constructor(){super(...arguments);P(this,"priority",90);P(this,"incompatibleTokens",["y","R","u","q","Q","M","L","I","d","D","E","i","c","t","T"])}parse(e,i,s,r){const a=o=>{const l=Math.floor((o-1)/7)*7;return(o+r.weekStartsOn+6)%7+l};switch(i){case"e":case"ee":return Ht(Nt(i.length,e),a);case"eo":return Ht(s.ordinalNumber(e,{unit:"day"}),a);case"eee":return s.day(e,{width:"abbreviated",context:"formatting"})||s.day(e,{width:"short",context:"formatting"})||s.day(e,{width:"narrow",context:"formatting"});case"eeeee":return s.day(e,{width:"narrow",context:"formatting"});case"eeeeee":return s.day(e,{width:"short",context:"formatting"})||s.day(e,{width:"narrow",context:"formatting"});case"eeee":default:return s.day(e,{width:"wide",context:"formatting"})||s.day(e,{width:"abbreviated",context:"formatting"})||s.day(e,{width:"short",context:"formatting"})||s.day(e,{width:"narrow",context:"formatting"})}}validate(e,i){return i>=0&&i<=6}set(e,i,s,r){return e=Uo(e,s,r),e.setHours(0,0,0,0),e}}class Ux extends xt{constructor(){super(...arguments);P(this,"priority",90);P(this,"incompatibleTokens",["y","R","u","q","Q","M","L","I","d","D","E","i","e","t","T"])}parse(e,i,s,r){const a=o=>{const l=Math.floor((o-1)/7)*7;return(o+r.weekStartsOn+6)%7+l};switch(i){case"c":case"cc":return Ht(Nt(i.length,e),a);case"co":return Ht(s.ordinalNumber(e,{unit:"day"}),a);case"ccc":return s.day(e,{width:"abbreviated",context:"standalone"})||s.day(e,{width:"short",context:"standalone"})||s.day(e,{width:"narrow",context:"standalone"});case"ccccc":return s.day(e,{width:"narrow",context:"standalone"});case"cccccc":return s.day(e,{width:"short",context:"standalone"})||s.day(e,{width:"narrow",context:"standalone"});case"cccc":default:return s.day(e,{width:"wide",context:"standalone"})||s.day(e,{width:"abbreviated",context:"standalone"})||s.day(e,{width:"short",context:"standalone"})||s.day(e,{width:"narrow",context:"standalone"})}}validate(e,i){return i>=0&&i<=6}set(e,i,s,r){return e=Uo(e,s,r),e.setHours(0,0,0,0),e}}function Hx(n,t,e){const i=lt(n,e==null?void 0:e.in),s=gx(i,e),r=t-s;return Wr(i,r,e)}class Wx extends xt{constructor(){super(...arguments);P(this,"priority",90);P(this,"incompatibleTokens",["y","Y","u","q","Q","M","L","w","d","D","E","e","c","t","T"])}parse(e,i,s){const r=a=>a===0?7:a;switch(i){case"i":case"ii":return Nt(i.length,e);case"io":return s.ordinalNumber(e,{unit:"day"});case"iii":return Ht(s.day(e,{width:"abbreviated",context:"formatting"})||s.day(e,{width:"short",context:"formatting"})||s.day(e,{width:"narrow",context:"formatting"}),r);case"iiiii":return Ht(s.day(e,{width:"narrow",context:"formatting"}),r);case"iiiiii":return Ht(s.day(e,{width:"short",context:"formatting"})||s.day(e,{width:"narrow",context:"formatting"}),r);case"iiii":default:return Ht(s.day(e,{width:"wide",context:"formatting"})||s.day(e,{width:"abbreviated",context:"formatting"})||s.day(e,{width:"short",context:"formatting"})||s.day(e,{width:"narrow",context:"formatting"}),r)}}validate(e,i){return i>=1&&i<=7}set(e,i,s){return e=Hx(e,s),e.setHours(0,0,0,0),e}}class Vx extends xt{constructor(){super(...arguments);P(this,"priority",80);P(this,"incompatibleTokens",["b","B","H","k","t","T"])}parse(e,i,s){switch(i){case"a":case"aa":case"aaa":return s.dayPeriod(e,{width:"abbreviated",context:"formatting"})||s.dayPeriod(e,{width:"narrow",context:"formatting"});case"aaaaa":return s.dayPeriod(e,{width:"narrow",context:"formatting"});case"aaaa":default:return s.dayPeriod(e,{width:"wide",context:"formatting"})||s.dayPeriod(e,{width:"abbreviated",context:"formatting"})||s.dayPeriod(e,{width:"narrow",context:"formatting"})}}set(e,i,s){return e.setHours(zo(s),0,0,0),e}}class Yx extends xt{constructor(){super(...arguments);P(this,"priority",80);P(this,"incompatibleTokens",["a","B","H","k","t","T"])}parse(e,i,s){switch(i){case"b":case"bb":case"bbb":return s.dayPeriod(e,{width:"abbreviated",context:"formatting"})||s.dayPeriod(e,{width:"narrow",context:"formatting"});case"bbbbb":return s.dayPeriod(e,{width:"narrow",context:"formatting"});case"bbbb":default:return s.dayPeriod(e,{width:"wide",context:"formatting"})||s.dayPeriod(e,{width:"abbreviated",context:"formatting"})||s.dayPeriod(e,{width:"narrow",context:"formatting"})}}set(e,i,s){return e.setHours(zo(s),0,0,0),e}}class $x extends xt{constructor(){super(...arguments);P(this,"priority",80);P(this,"incompatibleTokens",["a","b","t","T"])}parse(e,i,s){switch(i){case"B":case"BB":case"BBB":return s.dayPeriod(e,{width:"abbreviated",context:"formatting"})||s.dayPeriod(e,{width:"narrow",context:"formatting"});case"BBBBB":return s.dayPeriod(e,{width:"narrow",context:"formatting"});case"BBBB":default:return s.dayPeriod(e,{width:"wide",context:"formatting"})||s.dayPeriod(e,{width:"abbreviated",context:"formatting"})||s.dayPeriod(e,{width:"narrow",context:"formatting"})}}set(e,i,s){return e.setHours(zo(s),0,0,0),e}}class jx extends xt{constructor(){super(...arguments);P(this,"priority",70);P(this,"incompatibleTokens",["H","K","k","t","T"])}parse(e,i,s){switch(i){case"h":return It(Ut.hour12h,e);case"ho":return s.ordinalNumber(e,{unit:"hour"});default:return Nt(i.length,e)}}validate(e,i){return i>=1&&i<=12}set(e,i,s){const r=e.getHours()>=12;return r&&s<12?e.setHours(s+12,0,0,0):!r&&s===12?e.setHours(0,0,0,0):e.setHours(s,0,0,0),e}}class qx extends xt{constructor(){super(...arguments);P(this,"priority",70);P(this,"incompatibleTokens",["a","b","h","K","k","t","T"])}parse(e,i,s){switch(i){case"H":return It(Ut.hour23h,e);case"Ho":return s.ordinalNumber(e,{unit:"hour"});default:return Nt(i.length,e)}}validate(e,i){return i>=0&&i<=23}set(e,i,s){return e.setHours(s,0,0,0),e}}class Gx extends xt{constructor(){super(...arguments);P(this,"priority",70);P(this,"incompatibleTokens",["h","H","k","t","T"])}parse(e,i,s){switch(i){case"K":return It(Ut.hour11h,e);case"Ko":return s.ordinalNumber(e,{unit:"hour"});default:return Nt(i.length,e)}}validate(e,i){return i>=0&&i<=11}set(e,i,s){return e.getHours()>=12&&s<12?e.setHours(s+12,0,0,0):e.setHours(s,0,0,0),e}}class Kx extends xt{constructor(){super(...arguments);P(this,"priority",70);P(this,"incompatibleTokens",["a","b","h","H","K","t","T"])}parse(e,i,s){switch(i){case"k":return It(Ut.hour24h,e);case"ko":return s.ordinalNumber(e,{unit:"hour"});default:return Nt(i.length,e)}}validate(e,i){return i>=1&&i<=24}set(e,i,s){const r=s<=24?s%24:s;return e.setHours(r,0,0,0),e}}class Xx extends xt{constructor(){super(...arguments);P(this,"priority",60);P(this,"incompatibleTokens",["t","T"])}parse(e,i,s){switch(i){case"m":return It(Ut.minute,e);case"mo":return s.ordinalNumber(e,{unit:"minute"});default:return Nt(i.length,e)}}validate(e,i){return i>=0&&i<=59}set(e,i,s){return e.setMinutes(s,0,0),e}}class Zx extends xt{constructor(){super(...arguments);P(this,"priority",50);P(this,"incompatibleTokens",["t","T"])}parse(e,i,s){switch(i){case"s":return It(Ut.second,e);case"so":return s.ordinalNumber(e,{unit:"second"});default:return Nt(i.length,e)}}validate(e,i){return i>=0&&i<=59}set(e,i,s){return e.setSeconds(s,0),e}}class Qx extends xt{constructor(){super(...arguments);P(this,"priority",30);P(this,"incompatibleTokens",["t","T"])}parse(e,i){const s=r=>Math.trunc(r*Math.pow(10,-i.length+3));return Ht(Nt(i.length,e),s)}set(e,i,s){return e.setMilliseconds(s),e}}class Jx extends xt{constructor(){super(...arguments);P(this,"priority",10);P(this,"incompatibleTokens",["t","T","x"])}parse(e,i){switch(i){case"X":return qe(je.basicOptionalMinutes,e);case"XX":return qe(je.basic,e);case"XXXX":return qe(je.basicOptionalSeconds,e);case"XXXXX":return qe(je.extendedOptionalSeconds,e);case"XXX":default:return qe(je.extended,e)}}set(e,i,s){return i.timestampIsSet?e:Lt(e,e.getTime()-Vr(e)-s)}}class tw extends xt{constructor(){super(...arguments);P(this,"priority",10);P(this,"incompatibleTokens",["t","T","X"])}parse(e,i){switch(i){case"x":return qe(je.basicOptionalMinutes,e);case"xx":return qe(je.basic,e);case"xxxx":return qe(je.basicOptionalSeconds,e);case"xxxxx":return qe(je.extendedOptionalSeconds,e);case"xxx":default:return qe(je.extended,e)}}set(e,i,s){return i.timestampIsSet?e:Lt(e,e.getTime()-Vr(e)-s)}}class ew extends xt{constructor(){super(...arguments);P(this,"priority",40);P(this,"incompatibleTokens","*")}parse(e){return sh(e)}set(e,i,s){return[Lt(e,s*1e3),{timestampIsSet:!0}]}}class nw extends xt{constructor(){super(...arguments);P(this,"priority",20);P(this,"incompatibleTokens","*")}parse(e){return sh(e)}set(e,i,s){return[Lt(e,s),{timestampIsSet:!0}]}}const iw={G:new wx,y:new Sx,Y:new vx,R:new Tx,u:new Mx,Q:new kx,q:new Dx,M:new Cx,L:new Ox,w:new Ax,I:new Rx,d:new Nx,D:new Fx,E:new Bx,e:new zx,c:new Ux,i:new Wx,a:new Vx,b:new Yx,B:new $x,h:new jx,H:new qx,K:new Gx,k:new Kx,m:new Xx,s:new Zx,S:new Qx,X:new Jx,x:new tw,t:new ew,T:new nw},sw=/[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g,rw=/P+p+|P+|p+|''|'(''|[^'])+('|$)|./g,aw=/^'([^]*?)'?$/,ow=/''/g,lw=/\S/,cw=/[a-zA-Z]/;function uw(n,t,e,i){var x,S,M,C,A,E,D,T;const s=()=>Lt((i==null?void 0:i.in)||e,NaN),r=nh(),a=(i==null?void 0:i.locale)??r.locale??jd,o=(i==null?void 0:i.firstWeekContainsDate)??((S=(x=i==null?void 0:i.locale)==null?void 0:x.options)==null?void 0:S.firstWeekContainsDate)??r.firstWeekContainsDate??((C=(M=r.locale)==null?void 0:M.options)==null?void 0:C.firstWeekContainsDate)??1,l=(i==null?void 0:i.weekStartsOn)??((E=(A=i==null?void 0:i.locale)==null?void 0:A.options)==null?void 0:E.weekStartsOn)??r.weekStartsOn??((T=(D=r.locale)==null?void 0:D.options)==null?void 0:T.weekStartsOn)??0;if(!t)return n?s():lt(e,i==null?void 0:i.in);const c={firstWeekContainsDate:o,weekStartsOn:l,locale:a},u=[new xx(i==null?void 0:i.in,e)],h=t.match(rw).map(g=>{const y=g[0];if(y in Fo){const v=Fo[y];return v(g,a.formatLong)}return g}).join("").match(sw),f=[];for(let g of h){!(i!=null&&i.useAdditionalWeekYearTokens)&&eh(g)&&Bo(g,t,n),!(i!=null&&i.useAdditionalDayOfYearTokens)&&th(g)&&Bo(g,t,n);const y=g[0],v=iw[y];if(v){const{incompatibleTokens:O}=v;if(Array.isArray(O)){const z=f.find(L=>O.includes(L.token)||L.token===y);if(z)throw new RangeError(`The format string mustn't contain \`${z.fullToken}\` and \`${g}\` at the same time`)}else if(v.incompatibleTokens==="*"&&f.length>0)throw new RangeError(`The format string mustn't contain \`${g}\` and any other token at the same time`);f.push({token:y,fullToken:g});const R=v.run(n,g,a.match,c);if(!R)return s();u.push(R.setter),n=R.rest}else{if(y.match(cw))throw new RangeError("Format string contains an unescaped latin alphabet character `"+y+"`");if(g==="''"?g="'":y==="'"&&(g=dw(g)),n.indexOf(g)===0)n=n.slice(g.length);else return s()}}if(n.length>0&&lw.test(n))return s();const m=u.map(g=>g.priority).sort((g,y)=>y-g).filter((g,y,v)=>v.indexOf(g)===y).map(g=>u.filter(y=>y.priority===g).sort((y,v)=>v.subPriority-y.subPriority)).map(g=>g[0]);let p=lt(e,i==null?void 0:i.in);if(isNaN(+p))return s();const _={};for(const g of m){if(!g.validate(p,c))return s();const y=g.set(p,_,c);Array.isArray(y)?(p=y[0],Object.assign(_,y[1])):p=y}return p}function dw(n){return n.match(aw)[1].replace(ow,"'")}function hw(n,t){const e=lt(n,t==null?void 0:t.in);return e.setMinutes(0,0,0),e}function fw(n,t){const e=lt(n,t==null?void 0:t.in);return e.setSeconds(0,0),e}function mw(n,t){const e=lt(n,t==null?void 0:t.in);return e.setMilliseconds(0),e}function gw(n){const t=n/wi;return Math.trunc(t)}function oh(n,t){const e=()=>Lt(t==null?void 0:t.in,NaN),i=(t==null?void 0:t.additionalDigits)??2,s=_w(n);let r;if(s.date){const c=xw(s.date,i);r=ww(c.restDateString,c.year)}if(!r||isNaN(+r))return e();const a=+r;let o=0,l;if(s.time&&(o=Sw(s.time),isNaN(o)))return e();if(s.timezone){if(l=vw(s.timezone),isNaN(l))return e()}else{const c=new Date(a+o),u=lt(0,t==null?void 0:t.in);return u.setFullYear(c.getUTCFullYear(),c.getUTCMonth(),c.getUTCDate()),u.setHours(c.getUTCHours(),c.getUTCMinutes(),c.getUTCSeconds(),c.getUTCMilliseconds()),u}return lt(a+o+l,t==null?void 0:t.in)}const jr={dateTimeDelimiter:/[T ]/,timeZoneDelimiter:/[Z ]/i,timezone:/([Z+-].*)$/},pw=/^-?(?:(\d{3})|(\d{2})(?:-?(\d{2}))?|W(\d{2})(?:-?(\d{1}))?|)$/,yw=/^(\d{2}(?:[.,]\d*)?)(?::?(\d{2}(?:[.,]\d*)?))?(?::?(\d{2}(?:[.,]\d*)?))?$/,bw=/^([+-])(\d{2})(?::?(\d{2}))?$/;function _w(n){const t={},e=n.split(jr.dateTimeDelimiter);let i;if(e.length>2)return t;if(/:/.test(e[0])?i=e[0]:(t.date=e[0],i=e[1],jr.timeZoneDelimiter.test(t.date)&&(t.date=n.split(jr.timeZoneDelimiter)[0],i=n.substr(t.date.length,n.length))),i){const s=jr.timezone.exec(i);s?(t.time=i.replace(s[1],""),t.timezone=s[1]):t.time=i}return t}function xw(n,t){const e=new RegExp("^(?:(\\d{4}|[+-]\\d{"+(4+t)+"})|(\\d{2}|[+-]\\d{"+(2+t)+"})$)"),i=n.match(e);if(!i)return{year:NaN,restDateString:""};const s=i[1]?parseInt(i[1]):null,r=i[2]?parseInt(i[2]):null;return{year:r===null?s:r*100,restDateString:n.slice((i[1]||i[2]).length)}}function ww(n,t){if(t===null)return new Date(NaN);const e=n.match(pw);if(!e)return new Date(NaN);const i=!!e[4],s=Es(e[1]),r=Es(e[2])-1,a=Es(e[3]),o=Es(e[4]),l=Es(e[5])-1;if(i)return Cw(t,o,l)?Tw(t,o,l):new Date(NaN);{const c=new Date(0);return!kw(t,r,a)||!Dw(t,s)?new Date(NaN):(c.setUTCFullYear(t,r,Math.max(s,a)),c)}}function Es(n){return n?parseInt(n):1}function Sw(n){const t=n.match(yw);if(!t)return NaN;const e=Ho(t[1]),i=Ho(t[2]),s=Ho(t[3]);return Ow(e,i,s)?e*wi+i*Ms+s*1e3:NaN}function Ho(n){return n&&parseFloat(n.replace(",","."))||0}function vw(n){if(n==="Z")return 0;const t=n.match(bw);if(!t)return 0;const e=t[1]==="+"?-1:1,i=parseInt(t[2]),s=t[3]&&parseInt(t[3])||0;return Ew(i,s)?e*(i*wi+s*Ms):NaN}function Tw(n,t,e){const i=new Date(0);i.setUTCFullYear(n,0,4);const s=i.getUTCDay()||7,r=(t-1)*7+e+1-s;return i.setUTCDate(i.getUTCDate()+r),i}const Mw=[31,null,31,30,31,30,31,31,30,31,30,31];function lh(n){return n%400===0||n%4===0&&n%100!==0}function kw(n,t,e){return t>=0&&t<=11&&e>=1&&e<=(Mw[t]||(lh(n)?29:28))}function Dw(n,t){return t>=1&&t<=(lh(n)?366:365)}function Cw(n,t,e){return t>=1&&t<=53&&e>=0&&e<=6}function Ow(n,t,e){return n===24?t===0&&e===0:e>=0&&e<60&&t>=0&&t<60&&n>=0&&n<25}function Ew(n,t){return t>=0&&t<=59}var Aw=Object.defineProperty,Pw=(n,t,e)=>t in n?Aw(n,t,{enumerable:!0,configurable:!0,writable:!0,value:e}):n[t]=e,Ae=(n,t,e)=>Pw(n,typeof t!="symbol"?t+"":t,e);const Rw=1e3;var tt=(n=>(n.FIFTEEN_MIN="15m",n.ONE_HOUR="1h",n.SIX_HOUR="6h",n.TWELVE_HOUR="12h",n.ONE_DAY="24h",n.SEVEN_DAY="7d",n.THIRTY_DAY="30d",n.NINETY_DAY="90d",n.ONE_HUNDRED_EIGHTY_DAY="180d",n.ONE_YEAR="365d",n.CURRENT_WEEK="current_week",n.CURRENT_MONTH="current_month",n.CURRENT_QUARTER="current_quarter",n.CURRENT_YEAR="current_year",n.PREVIOUS_WEEK="previous_week",n.PREVIOUS_MONTH="previous_month",n.PREVIOUS_QUARTER="previous_quarter",n.PREVIOUS_YEAR="previous_year",n))(tt||{});const Iw=["in","not_in","selector"],Lw=["empty","not_empty"],Nw=["secondly","tenSecondly","thirtySecondly","minutely","fiveMinutely","tenMinutely","thirtyMinutely","hourly","twoHourly","twelveHourly","daily","weekly","trend"],Ti=n=>n.filter(t=>t!=="time"),ch=["api","api_package","api_product","api_product_version","control_plane","control_plane_group","data_plane_node","gateway_service","portal","route","status_code","status_code_grouped","time"],uh=Ti(ch),Fw=["active_services","error_rate","request_count","request_per_minute","response_latency_average"],dh=[...ch,"application","bot_info_action","bot_info_detection_reason","bot_info_ban_type","consumer","country_code","upstream_status_code","upstream_status_code_grouped","response_source","data_plane_node_version","realm","portal_api","principal"],hh=Ti(dh),Bw=[...Fw,"response_latency_p99","response_latency_p95","response_latency_p50","upstream_latency_p99","upstream_latency_p95","upstream_latency_p50","upstream_latency_average","kong_latency_p99","kong_latency_p95","kong_latency_p50","kong_latency_average","kong_internal_latency_p99","kong_internal_latency_p95","kong_internal_latency_p50","kong_internal_latency_average","response_size_p99","response_size_p95","response_size_p50","response_size_average","response_size_sum","request_size_p99","request_size_p95","request_size_p50","request_size_average","request_size_sum"],zw=["control_plane","control_plane_group","gateway_service","consumer","application","route","ai_provider","ai_response_model","ai_request_model","llm_cache_status","llm_embeddings_provider","llm_embeddings_model","time","realm","status_code","status_code_grouped","ai_plugin","principal"],fh=Ti(zw);Ti(["a2a_context_id","a2a_error","a2a_method","a2a_task_id","api","api_package","api_product","api_product_version","application","auth_type","bot_info_action","bot_info_detection_reason","bot_info_ja4_fingerprint","bot_info_ban_type","bot_info_header_names","client_ip","consumer","consumer_group","control_plane","control_plane_group","country_code","data_plane_node","data_plane_node_version","gateway_service","header_host","header_user_agent","http_method","mcp_error","mcp_method","mcp_session_id","mcp_tool_name","portal","principal","realm","request_id","request_uri","response_header_content_type","response_source","route","service_port","service_protocol","sse","status_code_grouped","time","trace_id","upstream_uri","upstream_status_code_grouped","websocket"]),Ti(["ai_count","latencies_response_ms","latencies_upstream_ms","latencies_kong_gateway_ms","latencies_kong_internal_ms","request_body_size","response_body_size","response_header_content_length","status_code","upstream_status_code"]);const Uw=[...dh,"a2a_context_id","a2a_error","a2a_method","a2a_task_id","mcp_error","mcp_method","mcp_session_id","mcp_tool_name"],mh=Ti(Uw);[...Bw],new Set(uh),new Set(hh),new Set(fh),new Set(mh);const gh=[{code:"AF",name:"Afghanistan"},{code:"AX",name:"Aland Islands"},{code:"AL",name:"Albania"},{code:"DZ",name:"Algeria"},{code:"AS",name:"American Samoa"},{code:"AD",name:"Andorra"},{code:"AO",name:"Angola"},{code:"AI",name:"Anguilla"},{code:"AQ",name:"Antarctica"},{code:"AG",name:"Antigua and Barbuda"},{code:"AR",name:"Argentina"},{code:"AM",name:"Armenia"},{code:"AW",name:"Aruba"},{code:"AU",name:"Australia"},{code:"AT",name:"Austria"},{code:"AZ",name:"Azerbaijan"},{code:"BS",name:"Bahamas"},{code:"BH",name:"Bahrain"},{code:"BD",name:"Bangladesh"},{code:"BB",name:"Barbados"},{code:"BY",name:"Belarus"},{code:"BE",name:"Belgium"},{code:"BZ",name:"Belize"},{code:"BJ",name:"Benin"},{code:"BM",name:"Bermuda"},{code:"BT",name:"Bhutan"},{code:"BO",name:"Bolivia"},{code:"BA",name:"Bosnia and Herzegovina"},{code:"BW",name:"Botswana"},{code:"BV",name:"Bouvet Island"},{code:"BR",name:"Brazil"},{code:"IO",name:"British Indian Ocean Territory"},{code:"BN",name:"Brunei Darussalam"},{code:"BG",name:"Bulgaria"},{code:"BF",name:"Burkina Faso"},{code:"BI",name:"Burundi"},{code:"KH",name:"Cambodia"},{code:"CM",name:"Cameroon"},{code:"CA",name:"Canada"},{code:"CV",name:"Cape Verde"},{code:"KY",name:"Cayman Islands"},{code:"CF",name:"Central African Republic"},{code:"TD",name:"Chad"},{code:"CL",name:"Chile"},{code:"CN",name:"China"},{code:"CX",name:"Christmas Island"},{code:"CC",name:"Cocos (Keeling) Islands"},{code:"CO",name:"Colombia"},{code:"KM",name:"Comoros"},{code:"CG",name:"Congo"},{code:"CD",name:"Democratic Republic of the Congo"},{code:"CK",name:"Cook Islands"},{code:"CR",name:"Costa Rica"},{code:"CI",name:"Cote d'Ivoire"},{code:"HR",name:"Croatia"},{code:"CU",name:"Cuba"},{code:"CY",name:"Cyprus"},{code:"CZ",name:"Czech Republic"},{code:"DK",name:"Denmark"},{code:"DJ",name:"Djibouti"},{code:"DM",name:"Dominica"},{code:"DO",name:"Dominican Republic"},{code:"EC",name:"Ecuador"},{code:"EG",name:"Egypt"},{code:"SV",name:"El Salvador"},{code:"GQ",name:"Equatorial Guinea"},{code:"ER",name:"Eritrea"},{code:"EE",name:"Estonia"},{code:"ET",name:"Ethiopia"},{code:"FK",name:"Falkland Islands (Malvinas)"},{code:"FO",name:"Faroe Islands"},{code:"FJ",name:"Fiji"},{code:"FI",name:"Finland"},{code:"FR",name:"France"},{code:"GF",name:"French Guiana"},{code:"PF",name:"French Polynesia"},{code:"TF",name:"French Southern Territories"},{code:"GA",name:"Gabon"},{code:"GM",name:"Gambia"},{code:"GE",name:"Georgia"},{code:"DE",name:"Germany"},{code:"GH",name:"Ghana"},{code:"GI",name:"Gibraltar"},{code:"GR",name:"Greece"},{code:"GL",name:"Greenland"},{code:"GD",name:"Grenada"},{code:"GP",name:"Guadeloupe"},{code:"GU",name:"Guam"},{code:"GT",name:"Guatemala"},{code:"GG",name:"Guernsey"},{code:"GN",name:"Guinea"},{code:"GW",name:"Guinea-Bissau"},{code:"GY",name:"Guyana"},{code:"HT",name:"Haiti"},{code:"HM",name:"Heard Island and McDonald Islands"},{code:"VA",name:"The Vatican"},{code:"HN",name:"Honduras"},{code:"HK",name:"Hong Kong"},{code:"HU",name:"Hungary"},{code:"IS",name:"Iceland"},{code:"IN",name:"India"},{code:"ID",name:"Indonesia"},{code:"IR",name:"Iran"},{code:"IQ",name:"Iraq"},{code:"IE",name:"Ireland"},{code:"IM",name:"Isle of Man"},{code:"IL",name:"Israel"},{code:"IT",name:"Italy"},{code:"JM",name:"Jamaica"},{code:"JP",name:"Japan"},{code:"JE",name:"Jersey"},{code:"JO",name:"Jordan"},{code:"KZ",name:"Kazakhstan"},{code:"KE",name:"Kenya"},{code:"KI",name:"Kiribati"},{code:"KP",name:"North Korea"},{code:"KR",name:"South Korea"},{code:"KW",name:"Kuwait"},{code:"KG",name:"Kyrgyzstan"},{code:"LA",name:"Laos"},{code:"LV",name:"Latvia"},{code:"LB",name:"Lebanon"},{code:"LS",name:"Lesotho"},{code:"LR",name:"Liberia"},{code:"LY",name:"Libya"},{code:"LI",name:"Liechtenstein"},{code:"LT",name:"Lithuania"},{code:"LU",name:"Luxembourg"},{code:"MO",name:"Macao"},{code:"MK",name:"Macedonia"},{code:"MG",name:"Madagascar"},{code:"MW",name:"Malawi"},{code:"MY",name:"Malaysia"},{code:"MV",name:"Maldives"},{code:"ML",name:"Mali"},{code:"MT",name:"Malta"},{code:"MH",name:"Marshall Islands"},{code:"MQ",name:"Martinique"},{code:"MR",name:"Mauritania"},{code:"MU",name:"Mauritius"},{code:"YT",name:"Mayotte"},{code:"MX",name:"Mexico"},{code:"FM",name:"Micronesia, "},{code:"MD",name:"Moldova,"},{code:"MC",name:"Monaco"},{code:"MN",name:"Mongolia"},{code:"ME",name:"Montenegro"},{code:"MS",name:"Montserrat"},{code:"MA",name:"Morocco"},{code:"MZ",name:"Mozambique"},{code:"MM",name:"Myanmar"},{code:"NA",name:"Namibia"},{code:"NR",name:"Nauru"},{code:"NP",name:"Nepal"},{code:"NL",name:"Netherlands"},{code:"NC",name:"New Caledonia"},{code:"NZ",name:"New Zealand"},{code:"NI",name:"Nicaragua"},{code:"NE",name:"Niger"},{code:"NG",name:"Nigeria"},{code:"NU",name:"Niue"},{code:"NF",name:"Norfolk Island"},{code:"MP",name:"Northern Mariana Islands"},{code:"NO",name:"Norway"},{code:"OM",name:"Oman"},{code:"PK",name:"Pakistan"},{code:"PW",name:"Palau"},{code:"PA",name:"Panama"},{code:"PG",name:"Papua New Guinea"},{code:"PY",name:"Paraguay"},{code:"PE",name:"Peru"},{code:"PH",name:"Philippines"},{code:"PN",name:"Pitcairn"},{code:"PL",name:"Poland"},{code:"PT",name:"Portugal"},{code:"PR",name:"Puerto Rico"},{code:"QA",name:"Qatar"},{code:"RE",name:"Reunion"},{code:"RO",name:"Romania"},{code:"RU",name:"Russia"},{code:"RW",name:"Rwanda"},{code:"BL",name:"Saint Barthelemy"},{code:"SH",name:"Saint Helena"},{code:"KN",name:"Saint Kitts and Nevis"},{code:"LC",name:"Saint Lucia"},{code:"MF",name:"Saint Martin"},{code:"PM",name:"Saint Pierre and Miquelon"},{code:"VC",name:"Saint Vincent and the Grenadines"},{code:"WS",name:"Samoa"},{code:"SM",name:"San Marino"},{code:"ST",name:"Sao Tome and Principe"},{code:"SA",name:"Saudi Arabia"},{code:"SN",name:"Senegal"},{code:"RS",name:"Serbia"},{code:"SC",name:"Seychelles"},{code:"SL",name:"Sierra Leone"},{code:"SG",name:"Singapore"},{code:"SX",name:"Sint Maarten"},{code:"SK",name:"Slovakia"},{code:"SI",name:"Slovenia"},{code:"SB",name:"Solomon Islands"},{code:"SO",name:"Somalia"},{code:"ZA",name:"South Africa"},{code:"GS",name:"South Georgia and the South Sandwich Islands"},{code:"SS",name:"South Sudan"},{code:"ES",name:"Spain"},{code:"LK",name:"Sri Lanka"},{code:"SD",name:"Sudan"},{code:"SR",name:"Suriname"},{code:"SJ",name:"Svalbard and Jan Mayen"},{code:"SZ",name:"Swaziland"},{code:"SE",name:"Sweden"},{code:"CH",name:"Switzerland"},{code:"SY",name:"Syria"},{code:"TW",name:"Taiwan"},{code:"TJ",name:"Tajikistan"},{code:"TZ",name:"Tanzania"},{code:"TH",name:"Thailand"},{code:"TL",name:"Timor-Leste"},{code:"TG",name:"Togo"},{code:"TK",name:"Tokelau"},{code:"TO",name:"Tonga"},{code:"TT",name:"Trinidad and Tobago"},{code:"TN",name:"Tunisia"},{code:"TR",name:"Turkey"},{code:"TM",name:"Turkmenistan"},{code:"TC",name:"Turks and Caicos Islands"},{code:"TV",name:"Tuvalu"},{code:"UG",name:"Uganda"},{code:"UA",name:"Ukraine"},{code:"AE",name:"United Arab Emirates"},{code:"GB",name:"United Kingdom"},{code:"US",name:"United States"},{code:"UM",name:"United States Minor Outlying Islands"},{code:"UY",name:"Uruguay"},{code:"UZ",name:"Uzbekistan"},{code:"VU",name:"Vanuatu"},{code:"VE",name:"Venezuela"},{code:"VN",name:"Vietnam"},{code:"VG",name:"British Virgin Islands"},{code:"VI",name:"U.S. Virgin Islands"},{code:"WF",name:"Wallis and Futuna"},{code:"EH",name:"Western Sahara"},{code:"YE",name:"Yemen"},{code:"ZM",name:"Zambia"},{code:"ZW",name:"Zimbabwe"}];gh.map(n=>n.code),(n=>({type:"array",description:"A list of filters to apply to the query",items:{oneOf:[{type:"object",description:"In filter",properties:{field:{type:"string",...n?{enum:n}:{}},operator:{type:"string",enum:Iw},value:{type:"array",items:{type:["string","number","null"]}}},required:["field","operator","value"],additionalProperties:!1},{type:"object",description:"Empty filter",properties:{field:{type:"string",...n?{enum:n}:{}},operator:{type:"string",enum:Lw}},required:["field","operator"],additionalProperties:!1}]}}))([...new Set([...hh,...uh,...fh,...mh])]);const Hw={lessThanXSeconds:{one:"less than a second",other:"less than {{count}} seconds"},xSeconds:{one:"1 second",other:"{{count}} seconds"},halfAMinute:"half a minute",lessThanXMinutes:{one:"less than a minute",other:"less than {{count}} minutes"},xMinutes:{one:"1 minute",other:"{{count}} minutes"},aboutXHours:{one:"about 1 hour",other:"about {{count}} hours"},xHours:{one:"1 hour",other:"{{count}} hours"},xDays:{one:"1 day",other:"{{count}} days"},aboutXWeeks:{one:"about 1 week",other:"about {{count}} weeks"},xWeeks:{one:"1 week",other:"{{count}} weeks"},aboutXMonths:{one:"about 1 month",other:"about {{count}} months"},xMonths:{one:"1 month",other:"{{count}} months"},aboutXYears:{one:"about 1 year",other:"about {{count}} years"},xYears:{one:"1 year",other:"{{count}} years"},overXYears:{one:"over 1 year",other:"over {{count}} years"},almostXYears:{one:"almost 1 year",other:"almost {{count}} years"}},Ww=(n,t,e)=>{let i;const s=Hw[n];return typeof s=="string"?i=s:t===1?i=s.one:i=s.other.replace("{{count}}",t.toString()),e!=null&&e.addSuffix?e.comparison&&e.comparison>0?"in "+i:i+" ago":i};function Wo(n){return(t={})=>{const e=t.width?String(t.width):n.defaultWidth;return n.formats[e]||n.formats[n.defaultWidth]}}const Vw={full:"EEEE, MMMM do, y",long:"MMMM do, y",medium:"MMM d, y",short:"MM/dd/yyyy"},Yw={full:"h:mm:ss a zzzz",long:"h:mm:ss a z",medium:"h:mm:ss a",short:"h:mm a"},$w={full:"{{date}} 'at' {{time}}",long:"{{date}} 'at' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},jw={date:Wo({formats:Vw,defaultWidth:"full"}),time:Wo({formats:Yw,defaultWidth:"full"}),dateTime:Wo({formats:$w,defaultWidth:"full"})},qw={lastWeek:"'last' eeee 'at' p",yesterday:"'yesterday at' p",today:"'today at' p",tomorrow:"'tomorrow at' p",nextWeek:"eeee 'at' p",other:"P"},Gw=(n,t,e,i)=>qw[n];function As(n){return(t,e)=>{const i=e!=null&&e.context?String(e.context):"standalone";let s;if(i==="formatting"&&n.formattingValues){const a=n.defaultFormattingWidth||n.defaultWidth,o=e!=null&&e.width?String(e.width):a;s=n.formattingValues[o]||n.formattingValues[a]}else{const a=n.defaultWidth,o=e!=null&&e.width?String(e.width):n.defaultWidth;s=n.values[o]||n.values[a]}const r=n.argumentCallback?n.argumentCallback(t):t;return s[r]}}const Kw={narrow:["B","A"],abbreviated:["BC","AD"],wide:["Before Christ","Anno Domini"]},Xw={narrow:["1","2","3","4"],abbreviated:["Q1","Q2","Q3","Q4"],wide:["1st quarter","2nd quarter","3rd quarter","4th quarter"]},Zw={narrow:["J","F","M","A","M","J","J","A","S","O","N","D"],abbreviated:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],wide:["January","February","March","April","May","June","July","August","September","October","November","December"]},Qw={narrow:["S","M","T","W","T","F","S"],short:["Su","Mo","Tu","We","Th","Fr","Sa"],abbreviated:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],wide:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"]},Jw={narrow:{am:"a",pm:"p",midnight:"mi",noon:"n",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},abbreviated:{am:"AM",pm:"PM",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},wide:{am:"a.m.",pm:"p.m.",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"}},tS={narrow:{am:"a",pm:"p",midnight:"mi",noon:"n",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"},abbreviated:{am:"AM",pm:"PM",midnight:"midnight",noon:"noon",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"},wide:{am:"a.m.",pm:"p.m.",midnight:"midnight",noon:"noon",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"}},eS=(n,t)=>{const e=Number(n),i=e%100;if(i>20||i<10)switch(i%10){case 1:return e+"st";case 2:return e+"nd";case 3:return e+"rd"}return e+"th"},nS={ordinalNumber:eS,era:As({values:Kw,defaultWidth:"wide"}),quarter:As({values:Xw,defaultWidth:"wide",argumentCallback:n=>n-1}),month:As({values:Zw,defaultWidth:"wide"}),day:As({values:Qw,defaultWidth:"wide"}),dayPeriod:As({values:Jw,defaultWidth:"wide",formattingValues:tS,defaultFormattingWidth:"wide"})};function Ps(n){return(t,e={})=>{const i=e.width,s=i&&n.matchPatterns[i]||n.matchPatterns[n.defaultMatchWidth],r=t.match(s);if(!r)return null;const a=r[0],o=i&&n.parsePatterns[i]||n.parsePatterns[n.defaultParseWidth],l=Array.isArray(o)?sS(o,h=>h.test(a)):iS(o,h=>h.test(a));let c;c=n.valueCallback?n.valueCallback(l):l,c=e.valueCallback?e.valueCallback(c):c;const u=t.slice(a.length);return{value:c,rest:u}}}function iS(n,t){for(const e in n)if(Object.prototype.hasOwnProperty.call(n,e)&&t(n[e]))return e}function sS(n,t){for(let e=0;e<n.length;e++)if(t(n[e]))return e}function rS(n){return(t,e={})=>{const i=t.match(n.matchPattern);if(!i)return null;const s=i[0],r=t.match(n.parsePattern);if(!r)return null;let a=n.valueCallback?n.valueCallback(r[0]):r[0];a=e.valueCallback?e.valueCallback(a):a;const o=t.slice(s.length);return{value:a,rest:o}}}const aS=/^(\d+)(th|st|nd|rd)?/i,oS=/\d+/i,lS={narrow:/^(b|a)/i,abbreviated:/^(b\.?\s?c\.?|b\.?\s?c\.?\s?e\.?|a\.?\s?d\.?|c\.?\s?e\.?)/i,wide:/^(before christ|before common era|anno domini|common era)/i},cS={any:[/^b/i,/^(a|c)/i]},uS={narrow:/^[1234]/i,abbreviated:/^q[1234]/i,wide:/^[1234](th|st|nd|rd)? quarter/i},dS={any:[/1/i,/2/i,/3/i,/4/i]},hS={narrow:/^[jfmasond]/i,abbreviated:/^(jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec)/i,wide:/^(january|february|march|april|may|june|july|august|september|october|november|december)/i},fS={narrow:[/^j/i,/^f/i,/^m/i,/^a/i,/^m/i,/^j/i,/^j/i,/^a/i,/^s/i,/^o/i,/^n/i,/^d/i],any:[/^ja/i,/^f/i,/^mar/i,/^ap/i,/^may/i,/^jun/i,/^jul/i,/^au/i,/^s/i,/^o/i,/^n/i,/^d/i]},mS={narrow:/^[smtwf]/i,short:/^(su|mo|tu|we|th|fr|sa)/i,abbreviated:/^(sun|mon|tue|wed|thu|fri|sat)/i,wide:/^(sunday|monday|tuesday|wednesday|thursday|friday|saturday)/i},gS={narrow:[/^s/i,/^m/i,/^t/i,/^w/i,/^t/i,/^f/i,/^s/i],any:[/^su/i,/^m/i,/^tu/i,/^w/i,/^th/i,/^f/i,/^sa/i]},pS={narrow:/^(a|p|mi|n|(in the|at) (morning|afternoon|evening|night))/i,any:/^([ap]\.?\s?m\.?|midnight|noon|(in the|at) (morning|afternoon|evening|night))/i},yS={any:{am:/^a/i,pm:/^p/i,midnight:/^mi/i,noon:/^no/i,morning:/morning/i,afternoon:/afternoon/i,evening:/evening/i,night:/night/i}},bS={ordinalNumber:rS({matchPattern:aS,parsePattern:oS,valueCallback:n=>parseInt(n,10)}),era:Ps({matchPatterns:lS,defaultMatchWidth:"wide",parsePatterns:cS,defaultParseWidth:"any"}),quarter:Ps({matchPatterns:uS,defaultMatchWidth:"wide",parsePatterns:dS,defaultParseWidth:"any",valueCallback:n=>n+1}),month:Ps({matchPatterns:hS,defaultMatchWidth:"wide",parsePatterns:fS,defaultParseWidth:"any"}),day:Ps({matchPatterns:mS,defaultMatchWidth:"wide",parsePatterns:gS,defaultParseWidth:"any"}),dayPeriod:Ps({matchPatterns:pS,defaultMatchWidth:"any",parsePatterns:yS,defaultParseWidth:"any"})},_S={code:"en-US",formatDistance:Ww,formatLong:jw,formatRelative:Gw,localize:nS,match:bS,options:{weekStartsOn:0,firstWeekContainsDate:1}};let xS={};function Rs(){return xS}const ph=6048e5,wS=864e5,SS=60,vS=3600,yh=Symbol.for("constructDateFrom");function Pe(n,t){return typeof n=="function"?n(t):n&&typeof n=="object"&&yh in n?n[yh](t):n instanceof Date?new n.constructor(t):new Date(t)}function oe(n,t){return Pe(t||n,n)}function bh(n){const t=oe(n),e=new Date(Date.UTC(t.getFullYear(),t.getMonth(),t.getDate(),t.getHours(),t.getMinutes(),t.getSeconds(),t.getMilliseconds()));return e.setUTCFullYear(t.getFullYear()),+n-+e}function TS(n,...t){const e=Pe.bind(null,t.find(i=>typeof i=="object"));return t.map(e)}function Mi(n,t){const e=oe(n,void 0);return e.setHours(0,0,0,0),e}function MS(n,t,e){const[i,s]=TS(void 0,n,t),r=Mi(i),a=Mi(s),o=+r-bh(r),l=+a-bh(a);return Math.round((o-l)/wS)}function kS(n,t){const e=oe(n,void 0);return e.setFullYear(e.getFullYear(),0,1),e.setHours(0,0,0,0),e}function DS(n,t){const e=oe(n,void 0);return MS(e,kS(e))+1}function an(n,t){var e,i,s,r;const a=Rs(),o=(t==null?void 0:t.weekStartsOn)??((i=(e=t==null?void 0:t.locale)==null?void 0:e.options)==null?void 0:i.weekStartsOn)??a.weekStartsOn??((r=(s=a.locale)==null?void 0:s.options)==null?void 0:r.weekStartsOn)??0,l=oe(n,t==null?void 0:t.in),c=l.getDay(),u=(c<o?7:0)+c-o;return l.setDate(l.getDate()-u),l.setHours(0,0,0,0),l}function qr(n,t){return an(n,{...t,weekStartsOn:1})}function _h(n,t){const e=oe(n,void 0),i=e.getFullYear(),s=Pe(e,0);s.setFullYear(i+1,0,4),s.setHours(0,0,0,0);const r=qr(s),a=Pe(e,0);a.setFullYear(i,0,4),a.setHours(0,0,0,0);const o=qr(a);return e.getTime()>=r.getTime()?i+1:e.getTime()>=o.getTime()?i:i-1}function CS(n,t){const e=_h(n),i=Pe(n,0);return i.setFullYear(e,0,4),i.setHours(0,0,0,0),qr(i)}function OS(n,t){const e=oe(n,void 0),i=+qr(e)-+CS(e);return Math.round(i/ph)+1}function xh(n,t){var e,i,s,r;const a=oe(n,t==null?void 0:t.in),o=a.getFullYear(),l=Rs(),c=(t==null?void 0:t.firstWeekContainsDate)??((i=(e=t==null?void 0:t.locale)==null?void 0:e.options)==null?void 0:i.firstWeekContainsDate)??l.firstWeekContainsDate??((r=(s=l.locale)==null?void 0:s.options)==null?void 0:r.firstWeekContainsDate)??1,u=Pe((t==null?void 0:t.in)||n,0);u.setFullYear(o+1,0,c),u.setHours(0,0,0,0);const h=an(u,t),f=Pe((t==null?void 0:t.in)||n,0);f.setFullYear(o,0,c),f.setHours(0,0,0,0);const m=an(f,t);return+a>=+h?o+1:+a>=+m?o:o-1}function ES(n,t){var e,i,s,r;const a=Rs(),o=(t==null?void 0:t.firstWeekContainsDate)??((i=(e=t==null?void 0:t.locale)==null?void 0:e.options)==null?void 0:i.firstWeekContainsDate)??a.firstWeekContainsDate??((r=(s=a.locale)==null?void 0:s.options)==null?void 0:r.firstWeekContainsDate)??1,l=xh(n,t),c=Pe((t==null?void 0:t.in)||n,0);return c.setFullYear(l,0,o),c.setHours(0,0,0,0),an(c,t)}function AS(n,t){const e=oe(n,t==null?void 0:t.in),i=+an(e,t)-+ES(e,t);return Math.round(i/ph)+1}function Dt(n,t){const e=n<0?"-":"",i=Math.abs(n).toString().padStart(t,"0");return e+i}const Cn={y(n,t){const e=n.getFullYear(),i=e>0?e:1-e;return Dt(t==="yy"?i%100:i,t.length)},M(n,t){const e=n.getMonth();return t==="M"?String(e+1):Dt(e+1,2)},d(n,t){return Dt(n.getDate(),t.length)},a(n,t){const e=n.getHours()/12>=1?"pm":"am";switch(t){case"a":case"aa":return e.toUpperCase();case"aaa":return e;case"aaaaa":return e[0];case"aaaa":default:return e==="am"?"a.m.":"p.m."}},h(n,t){return Dt(n.getHours()%12||12,t.length)},H(n,t){return Dt(n.getHours(),t.length)},m(n,t){return Dt(n.getMinutes(),t.length)},s(n,t){return Dt(n.getSeconds(),t.length)},S(n,t){const e=t.length,i=n.getMilliseconds(),s=Math.trunc(i*Math.pow(10,e-3));return Dt(s,t.length)}},ki={midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},wh={G:function(n,t,e){const i=n.getFullYear()>0?1:0;switch(t){case"G":case"GG":case"GGG":return e.era(i,{width:"abbreviated"});case"GGGGG":return e.era(i,{width:"narrow"});case"GGGG":default:return e.era(i,{width:"wide"})}},y:function(n,t,e){if(t==="yo"){const i=n.getFullYear(),s=i>0?i:1-i;return e.ordinalNumber(s,{unit:"year"})}return Cn.y(n,t)},Y:function(n,t,e,i){const s=xh(n,i),r=s>0?s:1-s;if(t==="YY"){const a=r%100;return Dt(a,2)}return t==="Yo"?e.ordinalNumber(r,{unit:"year"}):Dt(r,t.length)},R:function(n,t){const e=_h(n);return Dt(e,t.length)},u:function(n,t){const e=n.getFullYear();return Dt(e,t.length)},Q:function(n,t,e){const i=Math.ceil((n.getMonth()+1)/3);switch(t){case"Q":return String(i);case"QQ":return Dt(i,2);case"Qo":return e.ordinalNumber(i,{unit:"quarter"});case"QQQ":return e.quarter(i,{width:"abbreviated",context:"formatting"});case"QQQQQ":return e.quarter(i,{width:"narrow",context:"formatting"});case"QQQQ":default:return e.quarter(i,{width:"wide",context:"formatting"})}},q:function(n,t,e){const i=Math.ceil((n.getMonth()+1)/3);switch(t){case"q":return String(i);case"qq":return Dt(i,2);case"qo":return e.ordinalNumber(i,{unit:"quarter"});case"qqq":return e.quarter(i,{width:"abbreviated",context:"standalone"});case"qqqqq":return e.quarter(i,{width:"narrow",context:"standalone"});case"qqqq":default:return e.quarter(i,{width:"wide",context:"standalone"})}},M:function(n,t,e){const i=n.getMonth();switch(t){case"M":case"MM":return Cn.M(n,t);case"Mo":return e.ordinalNumber(i+1,{unit:"month"});case"MMM":return e.month(i,{width:"abbreviated",context:"formatting"});case"MMMMM":return e.month(i,{width:"narrow",context:"formatting"});case"MMMM":default:return e.month(i,{width:"wide",context:"formatting"})}},L:function(n,t,e){const i=n.getMonth();switch(t){case"L":return String(i+1);case"LL":return Dt(i+1,2);case"Lo":return e.ordinalNumber(i+1,{unit:"month"});case"LLL":return e.month(i,{width:"abbreviated",context:"standalone"});case"LLLLL":return e.month(i,{width:"narrow",context:"standalone"});case"LLLL":default:return e.month(i,{width:"wide",context:"standalone"})}},w:function(n,t,e,i){const s=AS(n,i);return t==="wo"?e.ordinalNumber(s,{unit:"week"}):Dt(s,t.length)},I:function(n,t,e){const i=OS(n);return t==="Io"?e.ordinalNumber(i,{unit:"week"}):Dt(i,t.length)},d:function(n,t,e){return t==="do"?e.ordinalNumber(n.getDate(),{unit:"date"}):Cn.d(n,t)},D:function(n,t,e){const i=DS(n);return t==="Do"?e.ordinalNumber(i,{unit:"dayOfYear"}):Dt(i,t.length)},E:function(n,t,e){const i=n.getDay();switch(t){case"E":case"EE":case"EEE":return e.day(i,{width:"abbreviated",context:"formatting"});case"EEEEE":return e.day(i,{width:"narrow",context:"formatting"});case"EEEEEE":return e.day(i,{width:"short",context:"formatting"});case"EEEE":default:return e.day(i,{width:"wide",context:"formatting"})}},e:function(n,t,e,i){const s=n.getDay(),r=(s-i.weekStartsOn+8)%7||7;switch(t){case"e":return String(r);case"ee":return Dt(r,2);case"eo":return e.ordinalNumber(r,{unit:"day"});case"eee":return e.day(s,{width:"abbreviated",context:"formatting"});case"eeeee":return e.day(s,{width:"narrow",context:"formatting"});case"eeeeee":return e.day(s,{width:"short",context:"formatting"});case"eeee":default:return e.day(s,{width:"wide",context:"formatting"})}},c:function(n,t,e,i){const s=n.getDay(),r=(s-i.weekStartsOn+8)%7||7;switch(t){case"c":return String(r);case"cc":return Dt(r,t.length);case"co":return e.ordinalNumber(r,{unit:"day"});case"ccc":return e.day(s,{width:"abbreviated",context:"standalone"});case"ccccc":return e.day(s,{width:"narrow",context:"standalone"});case"cccccc":return e.day(s,{width:"short",context:"standalone"});case"cccc":default:return e.day(s,{width:"wide",context:"standalone"})}},i:function(n,t,e){const i=n.getDay(),s=i===0?7:i;switch(t){case"i":return String(s);case"ii":return Dt(s,t.length);case"io":return e.ordinalNumber(s,{unit:"day"});case"iii":return e.day(i,{width:"abbreviated",context:"formatting"});case"iiiii":return e.day(i,{width:"narrow",context:"formatting"});case"iiiiii":return e.day(i,{width:"short",context:"formatting"});case"iiii":default:return e.day(i,{width:"wide",context:"formatting"})}},a:function(n,t,e){const i=n.getHours()/12>=1?"pm":"am";switch(t){case"a":case"aa":return e.dayPeriod(i,{width:"abbreviated",context:"formatting"});case"aaa":return e.dayPeriod(i,{width:"abbreviated",context:"formatting"}).toLowerCase();case"aaaaa":return e.dayPeriod(i,{width:"narrow",context:"formatting"});case"aaaa":default:return e.dayPeriod(i,{width:"wide",context:"formatting"})}},b:function(n,t,e){const i=n.getHours();let s;switch(i===12?s=ki.noon:i===0?s=ki.midnight:s=i/12>=1?"pm":"am",t){case"b":case"bb":return e.dayPeriod(s,{width:"abbreviated",context:"formatting"});case"bbb":return e.dayPeriod(s,{width:"abbreviated",context:"formatting"}).toLowerCase();case"bbbbb":return e.dayPeriod(s,{width:"narrow",context:"formatting"});case"bbbb":default:return e.dayPeriod(s,{width:"wide",context:"formatting"})}},B:function(n,t,e){const i=n.getHours();let s;switch(i>=17?s=ki.evening:i>=12?s=ki.afternoon:i>=4?s=ki.morning:s=ki.night,t){case"B":case"BB":case"BBB":return e.dayPeriod(s,{width:"abbreviated",context:"formatting"});case"BBBBB":return e.dayPeriod(s,{width:"narrow",context:"formatting"});case"BBBB":default:return e.dayPeriod(s,{width:"wide",context:"formatting"})}},h:function(n,t,e){if(t==="ho"){let i=n.getHours()%12;return i===0&&(i=12),e.ordinalNumber(i,{unit:"hour"})}return Cn.h(n,t)},H:function(n,t,e){return t==="Ho"?e.ordinalNumber(n.getHours(),{unit:"hour"}):Cn.H(n,t)},K:function(n,t,e){const i=n.getHours()%12;return t==="Ko"?e.ordinalNumber(i,{unit:"hour"}):Dt(i,t.length)},k:function(n,t,e){let i=n.getHours();return i===0&&(i=24),t==="ko"?e.ordinalNumber(i,{unit:"hour"}):Dt(i,t.length)},m:function(n,t,e){return t==="mo"?e.ordinalNumber(n.getMinutes(),{unit:"minute"}):Cn.m(n,t)},s:function(n,t,e){return t==="so"?e.ordinalNumber(n.getSeconds(),{unit:"second"}):Cn.s(n,t)},S:function(n,t){return Cn.S(n,t)},X:function(n,t,e){const i=n.getTimezoneOffset();if(i===0)return"Z";switch(t){case"X":return vh(i);case"XXXX":case"XX":return Qn(i);case"XXXXX":case"XXX":default:return Qn(i,":")}},x:function(n,t,e){const i=n.getTimezoneOffset();switch(t){case"x":return vh(i);case"xxxx":case"xx":return Qn(i);case"xxxxx":case"xxx":default:return Qn(i,":")}},O:function(n,t,e){const i=n.getTimezoneOffset();switch(t){case"O":case"OO":case"OOO":return"GMT"+Sh(i,":");case"OOOO":default:return"GMT"+Qn(i,":")}},z:function(n,t,e){const i=n.getTimezoneOffset();switch(t){case"z":case"zz":case"zzz":return"GMT"+Sh(i,":");case"zzzz":default:return"GMT"+Qn(i,":")}},t:function(n,t,e){const i=Math.trunc(+n/1e3);return Dt(i,t.length)},T:function(n,t,e){return Dt(+n,t.length)}};function Sh(n,t=""){const e=n>0?"-":"+",i=Math.abs(n),s=Math.trunc(i/60),r=i%60;return r===0?e+String(s):e+String(s)+t+Dt(r,2)}function vh(n,t){return n%60===0?(n>0?"-":"+")+Dt(Math.abs(n)/60,2):Qn(n,t)}function Qn(n,t=""){const e=n>0?"-":"+",i=Math.abs(n),s=Dt(Math.trunc(i/60),2),r=Dt(i%60,2);return e+s+t+r}const Th=(n,t)=>{switch(n){case"P":return t.date({width:"short"});case"PP":return t.date({width:"medium"});case"PPP":return t.date({width:"long"});case"PPPP":default:return t.date({width:"full"})}},Mh=(n,t)=>{switch(n){case"p":return t.time({width:"short"});case"pp":return t.time({width:"medium"});case"ppp":return t.time({width:"long"});case"pppp":default:return t.time({width:"full"})}},PS=(n,t)=>{const e=n.match(/(P+)(p+)?/)||[],i=e[1],s=e[2];if(!s)return Th(n,t);let r;switch(i){case"P":r=t.dateTime({width:"short"});break;case"PP":r=t.dateTime({width:"medium"});break;case"PPP":r=t.dateTime({width:"long"});break;case"PPPP":default:r=t.dateTime({width:"full"});break}return r.replace("{{date}}",Th(i,t)).replace("{{time}}",Mh(s,t))},RS={p:Mh,P:PS},IS=/^D+$/,LS=/^Y+$/,NS=["D","DD","YY","YYYY"];function FS(n){return IS.test(n)}function BS(n){return LS.test(n)}function zS(n,t,e){const i=US(n,t,e);if(console.warn(i),NS.includes(n))throw new RangeError(i)}function US(n,t,e){const i=n[0]==="Y"?"years":"days of the month";return`Use \`${n.toLowerCase()}\` instead of \`${n}\` (in \`${t}\`) for formatting ${i} to the input \`${e}\`; see: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md`}function HS(n){return n instanceof Date||typeof n=="object"&&Object.prototype.toString.call(n)==="[object Date]"}function WS(n){return!(!HS(n)&&typeof n!="number"||isNaN(+oe(n)))}const VS=/[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g,YS=/P+p+|P+|p+|''|'(''|[^'])+('|$)|./g,$S=/^'([^]*?)'?$/,jS=/''/g,qS=/[a-zA-Z]/;function GS(n,t,e){var i,s,r,a,o,l,c,u;const h=Rs(),f=(e==null?void 0:e.locale)??h.locale??_S,m=(e==null?void 0:e.firstWeekContainsDate)??((s=(i=e==null?void 0:e.locale)==null?void 0:i.options)==null?void 0:s.firstWeekContainsDate)??h.firstWeekContainsDate??((a=(r=h.locale)==null?void 0:r.options)==null?void 0:a.firstWeekContainsDate)??1,p=(e==null?void 0:e.weekStartsOn)??((l=(o=e==null?void 0:e.locale)==null?void 0:o.options)==null?void 0:l.weekStartsOn)??h.weekStartsOn??((u=(c=h.locale)==null?void 0:c.options)==null?void 0:u.weekStartsOn)??0,_=oe(n,e==null?void 0:e.in);if(!WS(_))throw new RangeError("Invalid time value");let x=t.match(YS).map(M=>{const C=M[0];if(C==="p"||C==="P"){const A=RS[C];return A(M,f.formatLong)}return M}).join("").match(VS).map(M=>{if(M==="''")return{isToken:!1,value:"'"};const C=M[0];if(C==="'")return{isToken:!1,value:KS(M)};if(wh[C])return{isToken:!0,value:M};if(C.match(qS))throw new RangeError("Format string contains an unescaped latin alphabet character `"+C+"`");return{isToken:!1,value:M}});f.localize.preprocessor&&(x=f.localize.preprocessor(_,x));const S={firstWeekContainsDate:m,weekStartsOn:p,locale:f};return x.map(M=>{if(!M.isToken)return M.value;const C=M.value;(!(e!=null&&e.useAdditionalWeekYearTokens)&&BS(C)||!(e!=null&&e.useAdditionalDayOfYearTokens)&&FS(C))&&zS(C,t,String(n));const A=wh[C[0]];return A(_,C,f.localize,S)}).join("")}function KS(n){const t=n.match($S);return t?t[1].replace(jS,"'"):n}function Gr(n,t,e){const i=oe(n,void 0);return isNaN(t)?Pe(n,NaN):(i.setDate(i.getDate()+t),i)}function kh(n,t,e){const i=oe(n,void 0);if(isNaN(t))return Pe(n,NaN);if(!t)return i;const s=i.getDate(),r=Pe(n,i.getTime());r.setMonth(i.getMonth()+t+1,0);const a=r.getDate();return s>=a?r:(i.setFullYear(r.getFullYear(),r.getMonth(),s),i)}function XS(n,t,e){return kh(n,t*3)}function Di(n,t){const e=oe(n,void 0),i=e.getMonth(),s=i-i%3;return e.setMonth(s,1),e.setHours(0,0,0,0),e}function Ci(n,t){const e=oe(n,void 0);return e.setDate(1),e.setHours(0,0,0,0),e}function ZS(n,t){const e=oe(n,void 0),i=e.getFullYear(),s=e.getMonth(),r=Pe(e,0);return r.setFullYear(i,s+1,0),r.setHours(0,0,0,0),r.getDate()}function QS(){return Object.assign({},Rs())}function Dh(n){return Math.trunc(n*vS)}function JS(n){const t=n/SS;return Math.trunc(t)}function Ch(n,t,e){return kh(n,-1)}function Oh(n,t,e){return XS(n,-1)}function Eh(n,t,e){const i=QS(),s=nv(n,e.timeZone,e.locale??i.locale);return"formatToParts"in s?tv(s,t):ev(s,t)}function tv(n,t){const e=n.formatToParts(t);for(let i=e.length-1;i>=0;--i)if(e[i].type==="timeZoneName")return e[i].value}function ev(n,t){const e=n.format(t).replace(/\u200E/g,""),i=/ [\w-+ ]+$/.exec(e);return i?i[0].substr(1):""}function nv(n,t,e){return new Intl.DateTimeFormat(e?[e.code,"en-US"]:void 0,{timeZone:t,timeZoneName:n})}function iv(n,t){const e=lv(t);return"formatToParts"in e?rv(e,n):av(e,n)}const sv={year:0,month:1,day:2,hour:3,minute:4,second:5};function rv(n,t){try{const e=n.formatToParts(t),i=[];for(let s=0;s<e.length;s++){const r=sv[e[s].type];r!==void 0&&(i[r]=parseInt(e[s].value,10))}return i}catch(e){if(e instanceof RangeError)return[NaN];throw e}}function av(n,t){const e=n.format(t),i=/(\d+)\/(\d+)\/(\d+),? (\d+):(\d+):(\d+)/.exec(e);return[parseInt(i[3],10),parseInt(i[1],10),parseInt(i[2],10),parseInt(i[4],10),parseInt(i[5],10),parseInt(i[6],10)]}const Vo={},Ah=new Intl.DateTimeFormat("en-US",{hourCycle:"h23",timeZone:"America/New_York",year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit"}).format(new Date("2014-06-25T04:00:00.123Z")),ov=Ah==="06/25/2014, 00:00:00"||Ah==="06/25/2014 00:00:00";function lv(n){return Vo[n]||(Vo[n]=ov?new Intl.DateTimeFormat("en-US",{hourCycle:"h23",timeZone:n,year:"numeric",month:"numeric",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit"}):new Intl.DateTimeFormat("en-US",{hour12:!1,timeZone:n,year:"numeric",month:"numeric",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit"})),Vo[n]}function Yo(n,t,e,i,s,r,a){const o=new Date(0);return o.setUTCFullYear(n,t,e),o.setUTCHours(i,s,r,a),o}const Ph=36e5,cv=6e4,$o={timezoneZ:/^(Z)$/,timezoneHH:/^([+-]\d{2})$/,timezoneHHMM:/^([+-])(\d{2}):?(\d{2})$/};function Is(n,t,e){if(!n)return 0;let i=$o.timezoneZ.exec(n);if(i)return 0;let s,r;if(i=$o.timezoneHH.exec(n),i)return s=parseInt(i[1],10),Rh(s)?-(s*Ph):NaN;if(i=$o.timezoneHHMM.exec(n),i){s=parseInt(i[2],10);const a=parseInt(i[3],10);return Rh(s,a)?(r=Math.abs(s)*Ph+a*cv,i[1]==="+"?-r:r):NaN}if(hv(n)){t=new Date(t||Date.now());const a=e?t:uv(t),o=jo(a,n);return-(e?o:dv(t,o,n))}return NaN}function uv(n){return Yo(n.getFullYear(),n.getMonth(),n.getDate(),n.getHours(),n.getMinutes(),n.getSeconds(),n.getMilliseconds())}function jo(n,t){const e=iv(n,t),i=Yo(e[0],e[1]-1,e[2],e[3]%24,e[4],e[5],0).getTime();let s=n.getTime();const r=s%1e3;return s-=r>=0?r:1e3+r,i-s}function dv(n,t,e){let i=n.getTime()-t;const s=jo(new Date(i),e);if(t===s)return t;i-=s-t;const r=jo(new Date(i),e);return s===r?s:Math.max(s,r)}function Rh(n,t){return-23<=n&&n<=23&&(t==null||0<=t&&t<=59)}const Ih={};function hv(n){if(Ih[n])return!0;try{return new Intl.DateTimeFormat(void 0,{timeZone:n}),Ih[n]=!0,!0}catch{return!1}}const fv=60*1e3,mv={X:function(n,t,e){const i=qo(e.timeZone,n);if(i===0)return"Z";switch(t){case"X":return Lh(i);case"XXXX":case"XX":return Oi(i);case"XXXXX":case"XXX":default:return Oi(i,":")}},x:function(n,t,e){const i=qo(e.timeZone,n);switch(t){case"x":return Lh(i);case"xxxx":case"xx":return Oi(i);case"xxxxx":case"xxx":default:return Oi(i,":")}},O:function(n,t,e){const i=qo(e.timeZone,n);switch(t){case"O":case"OO":case"OOO":return"GMT"+gv(i,":");case"OOOO":default:return"GMT"+Oi(i,":")}},z:function(n,t,e){switch(t){case"z":case"zz":case"zzz":return Eh("short",n,e);case"zzzz":default:return Eh("long",n,e)}}};function qo(n,t){const e=n?Is(n,t,!0)/fv:(t==null?void 0:t.getTimezoneOffset())??0;if(Number.isNaN(e))throw new RangeError("Invalid time zone specified: "+n);return e}function Kr(n,t){const e=n<0?"-":"";let i=Math.abs(n).toString();for(;i.length<t;)i="0"+i;return e+i}function Oi(n,t=""){const e=n>0?"-":"+",i=Math.abs(n),s=Kr(Math.floor(i/60),2),r=Kr(Math.floor(i%60),2);return e+s+t+r}function Lh(n,t){return n%60===0?(n>0?"-":"+")+Kr(Math.abs(n)/60,2):Oi(n,t)}function gv(n,t=""){const e=n>0?"-":"+",i=Math.abs(n),s=Math.floor(i/60),r=i%60;return r===0?e+String(s):e+String(s)+t+Kr(r,2)}function Nh(n){const t=new Date(Date.UTC(n.getFullYear(),n.getMonth(),n.getDate(),n.getHours(),n.getMinutes(),n.getSeconds(),n.getMilliseconds()));return t.setUTCFullYear(n.getFullYear()),+n-+t}const Fh=/(Z|[+-]\d{2}(?::?\d{2})?| UTC| [a-zA-Z]+\/[a-zA-Z_]+(?:\/[a-zA-Z_]+)?)$/,Go=36e5,Bh=6e4,pv=2,de={dateTimePattern:/^([0-9W+-]+)(T| )(.*)/,datePattern:/^([0-9W+-]+)(.*)/,YY:/^(\d{2})$/,YYY:[/^([+-]\d{2})$/,/^([+-]\d{3})$/,/^([+-]\d{4})$/],YYYY:/^(\d{4})/,YYYYY:[/^([+-]\d{4})/,/^([+-]\d{5})/,/^([+-]\d{6})/],MM:/^-(\d{2})$/,DDD:/^-?(\d{3})$/,MMDD:/^-?(\d{2})-?(\d{2})$/,Www:/^-?W(\d{2})$/,WwwD:/^-?W(\d{2})-?(\d{1})$/,HH:/^(\d{2}([.,]\d*)?)$/,HHMM:/^(\d{2}):?(\d{2}([.,]\d*)?)$/,HHMMSS:/^(\d{2}):?(\d{2}):?(\d{2}([.,]\d*)?)$/,timeZone:Fh};function Xr(n,t={}){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");if(n===null)return new Date(NaN);const e=t.additionalDigits==null?pv:Number(t.additionalDigits);if(e!==2&&e!==1&&e!==0)throw new RangeError("additionalDigits must be 0, 1 or 2");if(n instanceof Date||typeof n=="object"&&Object.prototype.toString.call(n)==="[object Date]")return new Date(n.getTime());if(typeof n=="number"||Object.prototype.toString.call(n)==="[object Number]")return new Date(n);if(Object.prototype.toString.call(n)!=="[object String]")return new Date(NaN);const i=yv(n),{year:s,restDateString:r}=bv(i.date,e),a=_v(r,s);if(a===null||isNaN(a.getTime()))return new Date(NaN);if(a){const o=a.getTime();let l=0,c;if(i.time&&(l=xv(i.time),l===null||isNaN(l)))return new Date(NaN);if(i.timeZone||t.timeZone){if(c=Is(i.timeZone||t.timeZone,new Date(o+l)),isNaN(c))return new Date(NaN)}else c=Nh(new Date(o+l)),c=Nh(new Date(o+l+c));return new Date(o+l+c)}else return new Date(NaN)}function yv(n){const t={};let e=de.dateTimePattern.exec(n),i;if(e?(t.date=e[1],i=e[3]):(e=de.datePattern.exec(n),e?(t.date=e[1],i=e[2]):(t.date=null,i=n)),i){const s=de.timeZone.exec(i);s?(t.time=i.replace(s[1],""),t.timeZone=s[1].trim()):t.time=i}return t}function bv(n,t){if(n){const e=de.YYY[t],i=de.YYYYY[t];let s=de.YYYY.exec(n)||i.exec(n);if(s){const r=s[1];return{year:parseInt(r,10),restDateString:n.slice(r.length)}}if(s=de.YY.exec(n)||e.exec(n),s){const r=s[1];return{year:parseInt(r,10)*100,restDateString:n.slice(r.length)}}}return{year:null}}function _v(n,t){if(t===null)return null;let e,i,s;if(!n||!n.length)return e=new Date(0),e.setUTCFullYear(t),e;let r=de.MM.exec(n);if(r)return e=new Date(0),i=parseInt(r[1],10)-1,Hh(t,i)?(e.setUTCFullYear(t,i),e):new Date(NaN);if(r=de.DDD.exec(n),r){e=new Date(0);const a=parseInt(r[1],10);return vv(t,a)?(e.setUTCFullYear(t,0,a),e):new Date(NaN)}if(r=de.MMDD.exec(n),r){e=new Date(0),i=parseInt(r[1],10)-1;const a=parseInt(r[2],10);return Hh(t,i,a)?(e.setUTCFullYear(t,i,a),e):new Date(NaN)}if(r=de.Www.exec(n),r)return s=parseInt(r[1],10)-1,Wh(s)?zh(t,s):new Date(NaN);if(r=de.WwwD.exec(n),r){s=parseInt(r[1],10)-1;const a=parseInt(r[2],10)-1;return Wh(s,a)?zh(t,s,a):new Date(NaN)}return null}function xv(n){let t,e,i=de.HH.exec(n);if(i)return t=parseFloat(i[1].replace(",",".")),Ko(t)?t%24*Go:NaN;if(i=de.HHMM.exec(n),i)return t=parseInt(i[1],10),e=parseFloat(i[2].replace(",",".")),Ko(t,e)?t%24*Go+e*Bh:NaN;if(i=de.HHMMSS.exec(n),i){t=parseInt(i[1],10),e=parseInt(i[2],10);const s=parseFloat(i[3].replace(",","."));return Ko(t,e,s)?t%24*Go+e*Bh+s*1e3:NaN}return null}function zh(n,t,e){t=t||0,e=e||0;const i=new Date(0);i.setUTCFullYear(n,0,4);const s=i.getUTCDay()||7,r=t*7+e+1-s;return i.setUTCDate(i.getUTCDate()+r),i}const wv=[31,28,31,30,31,30,31,31,30,31,30,31],Sv=[31,29,31,30,31,30,31,31,30,31,30,31];function Uh(n){return n%400===0||n%4===0&&n%100!==0}function Hh(n,t,e){if(t<0||t>11)return!1;if(e!=null){if(e<1)return!1;const i=Uh(n);if(i&&e>Sv[t]||!i&&e>wv[t])return!1}return!0}function vv(n,t){if(t<1)return!1;const e=Uh(n);return!(e&&t>366||!e&&t>365)}function Wh(n,t){return!(n<0||n>52||t!=null&&(t<0||t>6))}function Ko(n,t,e){return!(n<0||n>=25||t!=null&&(t<0||t>=60)||e!=null&&(e<0||e>=60))}const Tv=/([xXOz]+)|''|'(''|[^'])+('|$)/g;function Mv(n,t,e={}){t=String(t);const i=t.match(Tv);if(i){const s=Xr(e.originalDate||n,e);t=i.reduce(function(r,a){if(a[0]==="'")return r;const o=r.indexOf(a),l=r[o-1]==="'",c=r.replace(a,"'"+mv[a[0]](s,a,e)+"'");return l?c.substring(0,o-1)+c.substring(o+1):c},t)}return GS(n,t,e)}function Vh(n,t,e){n=Xr(n,e);const i=Is(t,n,!0),s=new Date(n.getTime()-i),r=new Date(0);return r.setFullYear(s.getUTCFullYear(),s.getUTCMonth(),s.getUTCDate()),r.setHours(s.getUTCHours(),s.getUTCMinutes(),s.getUTCSeconds(),s.getUTCMilliseconds()),r}function Yh(n,t,e,i){return i={...i,timeZone:t,originalDate:n},Mv(Vh(n,t,{timeZone:i.timeZone}),e,i)}function kv(n,t,e){if(typeof n=="string"&&!n.match(Fh))return Xr(n,{...e,timeZone:t});n=Xr(n,e);const i=Yo(n.getFullYear(),n.getMonth(),n.getDate(),n.getHours(),n.getMinutes(),n.getSeconds(),n.getMilliseconds()).getTime(),s=Is(t,new Date(i));return new Date(i+s)}function Dv(n,t){return-Is(n,t)}function $h(n,t={}){const e=(t==null?void 0:t.tz)||Intl.DateTimeFormat().resolvedOptions().timeZone;let i="MMM dd, yyy hh:mm a";switch(t.format){case"short":i="MMM dd, yyyy";break;case"default":i="MMM dd, yyyy hh:mm a";break;case"full":i="MMM dd, yyyy hh:mm:ss.SSS a";break}return t.includeTZ&&(i+=" (z)"),Yh(n,e,i)}function Cv(n,t={}){if(!n)return n;const e=t.tz||Intl.DateTimeFormat().resolvedOptions().timeZone;try{let i="MMM dd, yyy hh:mm a";t.short&&(i="MMM dd, yyy"),t.includeTZ&&(i+=" (z)");const s=new Date(n);return Yh(s,e,i)}catch{return console.error("Invalid value passed to formatTime",n),"(invalid date)"}}const Ov={secondly:1e3,tenSecondly:10*1e3,thirtySecondly:30*1e3,minutely:60*1e3,fiveMinutely:5*60*1e3,tenMinutely:10*60*1e3,thirtyMinutely:30*60*1e3,hourly:60*60*1e3,twoHourly:2*60*60*1e3,twelveHourly:12*60*60*1e3,daily:60*60*24*1e3,weekly:60*60*24*7*1e3,trend:0};function Xo(n){return n&&Nw.find(t=>n<=Ov[t])||null}var Zr=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},Qr={exports:{}};Qr.exports,function(n,t){var e=200,i="__lodash_hash_undefined__",s=9007199254740991,r="[object Arguments]",a="[object Array]",o="[object Boolean]",l="[object Date]",c="[object Error]",u="[object Function]",h="[object GeneratorFunction]",f="[object Map]",m="[object Number]",p="[object Object]",_="[object Promise]",x="[object RegExp]",S="[object Set]",M="[object String]",C="[object Symbol]",A="[object WeakMap]",E="[object ArrayBuffer]",D="[object DataView]",T="[object Float32Array]",g="[object Float64Array]",y="[object Int8Array]",v="[object Int16Array]",O="[object Int32Array]",R="[object Uint8Array]",z="[object Uint8ClampedArray]",L="[object Uint16Array]",B="[object Uint32Array]",K=/[\\^$.*+?()[\]{}|]/g,Y=/\w*$/,it=/^\[object .+?Constructor\]$/,j=/^(?:0|[1-9]\d*)$/,U={};U[r]=U[a]=U[E]=U[D]=U[o]=U[l]=U[T]=U[g]=U[y]=U[v]=U[O]=U[f]=U[m]=U[p]=U[x]=U[S]=U[M]=U[C]=U[R]=U[z]=U[L]=U[B]=!0,U[c]=U[u]=U[A]=!1;var q=typeof Zr=="object"&&Zr&&Zr.Object===Object&&Zr,J=typeof self=="object"&&self&&self.Object===Object&&self,$=q||J||Function("return this")(),pt=t&&!t.nodeType&&t,bt=pt&&!0&&n&&!n.nodeType&&n,V=bt&&bt.exports===pt;function H(w,I){return w.set(I[0],I[1]),w}function G(w,I){return w.add(I),w}function Z(w,I){for(var F=-1,et=w?w.length:0;++F<et&&I(w[F],F,w)!==!1;);return w}function Q(w,I){for(var F=-1,et=I.length,Wt=w.length;++F<et;)w[Wt+F]=I[F];return w}function X(w,I,F,et){for(var Wt=-1,Gt=w?w.length:0;++Wt<Gt;)F=I(F,w[Wt],Wt,w);return F}function mt(w,I){for(var F=-1,et=Array(w);++F<w;)et[F]=I(F);return et}function St(w,I){return w==null?void 0:w[I]}function at(w){var I=!1;if(w!=null&&typeof w.toString!="function")try{I=!!(w+"")}catch{}return I}function yt(w){var I=-1,F=Array(w.size);return w.forEach(function(et,Wt){F[++I]=[Wt,et]}),F}function ut(w,I){return function(F){return w(I(F))}}function $t(w){var I=-1,F=Array(w.size);return w.forEach(function(et){F[++I]=et}),F}var ot=Array.prototype,vt=Function.prototype,ee=Object.prototype,le=$["__core-js_shared__"],jt=function(){var w=/[^.]+$/.exec(le&&le.keys&&le.keys.IE_PROTO||"");return w?"Symbol(src)_1."+w:""}(),Ge=vt.toString,Ot=ee.hasOwnProperty,ne=ee.toString,Ft=RegExp("^"+Ge.call(Ot).replace(K,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),qt=V?$.Buffer:void 0,ie=$.Symbol,Ke=$.Uint8Array,ai=ut(Object.getPrototypeOf,Object),Be=Object.create,Bt=ee.propertyIsEnumerable,Se=ot.splice,oi=Object.getOwnPropertySymbols,ba=qt?qt.isBuffer:void 0,_a=ut(Object.keys,Object),Xs=Fn($,"DataView"),li=Fn($,"Map"),Zs=Fn($,"Promise"),ci=Fn($,"Set"),ln=Fn($,"WeakMap"),cn=Fn(Object,"create"),Qs=ce(Xs),Js=ce(li),ui=ce(Zs),Fl=ce(ci),Bl=ce(ln),xa=ie?ie.prototype:void 0,wa=xa?xa.valueOf:void 0;function un(w){var I=-1,F=w?w.length:0;for(this.clear();++I<F;){var et=w[I];this.set(et[0],et[1])}}function zi(){this.__data__=cn?cn(null):{}}function tr(w){return this.has(w)&&delete this.__data__[w]}function Sa(w){var I=this.__data__;if(cn){var F=I[w];return F===i?void 0:F}return Ot.call(I,w)?I[w]:void 0}function dn(w){var I=this.__data__;return cn?I[w]!==void 0:Ot.call(I,w)}function zl(w,I){var F=this.__data__;return F[w]=cn&&I===void 0?i:I,this}un.prototype.clear=zi,un.prototype.delete=tr,un.prototype.get=Sa,un.prototype.has=dn,un.prototype.set=zl;function ze(w){var I=-1,F=w?w.length:0;for(this.clear();++I<F;){var et=w[I];this.set(et[0],et[1])}}function Ul(){this.__data__=[]}function Hl(w){var I=this.__data__,F=Hi(I,w);if(F<0)return!1;var et=I.length-1;return F==et?I.pop():Se.call(I,F,1),!0}function Wl(w){var I=this.__data__,F=Hi(I,w);return F<0?void 0:I[F][1]}function Ue(w){return Hi(this.__data__,w)>-1}function Vl(w,I){var F=this.__data__,et=Hi(F,w);return et<0?F.push([w,I]):F[et][1]=I,this}ze.prototype.clear=Ul,ze.prototype.delete=Hl,ze.prototype.get=Wl,ze.prototype.has=Ue,ze.prototype.set=Vl;function Ln(w){var I=-1,F=w?w.length:0;for(this.clear();++I<F;){var et=w[I];this.set(et[0],et[1])}}function Yl(){this.__data__={hash:new un,map:new(li||ze),string:new un}}function $l(w){return Yi(this,w).delete(w)}function jl(w){return Yi(this,w).get(w)}function He(w){return Yi(this,w).has(w)}function ql(w,I){return Yi(this,w).set(w,I),this}Ln.prototype.clear=Yl,Ln.prototype.delete=$l,Ln.prototype.get=jl,Ln.prototype.has=He,Ln.prototype.set=ql;function Nn(w){this.__data__=new ze(w)}function Gl(){this.__data__=new ze}function Kl(w){return this.__data__.delete(w)}function Xl(w){return this.__data__.get(w)}function Ui(w){return this.__data__.has(w)}function Zl(w,I){var F=this.__data__;if(F instanceof ze){var et=F.__data__;if(!li||et.length<e-1)return et.push([w,I]),this;F=this.__data__=new Ln(et)}return F.set(w,I),this}Nn.prototype.clear=Gl,Nn.prototype.delete=Kl,Nn.prototype.get=Xl,Nn.prototype.has=Ui,Nn.prototype.set=Zl;function Ql(w,I){var F=sr(w)||ji(w)?mt(w.length,String):[],et=F.length,Wt=!!et;for(var Gt in w)Ot.call(w,Gt)&&!(Wt&&(Gt=="length"||gc(Gt,et)))&&F.push(Gt);return F}function Ie(w,I,F){var et=w[I];(!(Ot.call(w,I)&&ir(et,F))||F===void 0&&!(I in w))&&(w[I]=F)}function Hi(w,I){for(var F=w.length;F--;)if(ir(w[F][0],I))return F;return-1}function Jl(w,I){return w&&va(I,di(I),w)}function er(w,I,F,et,Wt,Gt,ve){var Jt;if(et&&(Jt=Gt?et(w,Wt,Gt,ve):et(w)),Jt!==void 0)return Jt;if(!fn(w))return w;var Ea=sr(w);if(Ea){if(Jt=fc(w),!I)return uc(w,Jt)}else{var Bn=Xe(w),Aa=Bn==u||Bn==h;if(Da(w))return sc(w,I);if(Bn==p||Bn==r||Aa&&!Gt){if(at(w))return Gt?w:{};if(Jt=Ma(Aa?{}:w),!I)return dc(w,Jl(Jt,w))}else{if(!U[Bn])return Gt?w:{};Jt=mc(w,Bn,er,I)}}ve||(ve=new Nn);var Pa=ve.get(w);if(Pa)return Pa;if(ve.set(w,Jt),!Ea)var hi=F?hc(w):di(w);return Z(hi||w,function(ar,qi){hi&&(qi=ar,ar=w[qi]),Ie(Jt,qi,er(ar,I,F,et,qi,w,ve))}),Jt}function tc(w){return fn(w)?Be(w):{}}function ec(w,I,F){var et=I(w);return sr(w)?et:Q(et,F(w))}function nc(w){return ne.call(w)}function Wi(w){if(!fn(w)||pc(w))return!1;var I=rr(w)||at(w)?Ft:it;return I.test(ce(w))}function ic(w){if(!hn(w))return _a(w);var I=[];for(var F in Object(w))Ot.call(w,F)&&F!="constructor"&&I.push(F);return I}function sc(w,I){if(I)return w.slice();var F=new w.constructor(w.length);return w.copy(F),F}function Vi(w){var I=new w.constructor(w.byteLength);return new Ke(I).set(new Ke(w)),I}function rc(w,I){var F=I?Vi(w.buffer):w.buffer;return new w.constructor(F,w.byteOffset,w.byteLength)}function ac(w,I,F){var et=I?F(yt(w),!0):yt(w);return X(et,H,new w.constructor)}function nr(w){var I=new w.constructor(w.source,Y.exec(w));return I.lastIndex=w.lastIndex,I}function oc(w,I,F){var et=I?F($t(w),!0):$t(w);return X(et,G,new w.constructor)}function lc(w){return wa?Object(wa.call(w)):{}}function cc(w,I){var F=I?Vi(w.buffer):w.buffer;return new w.constructor(F,w.byteOffset,w.length)}function uc(w,I){var F=-1,et=w.length;for(I||(I=Array(et));++F<et;)I[F]=w[F];return I}function va(w,I,F,et){F||(F={});for(var Wt=-1,Gt=I.length;++Wt<Gt;){var ve=I[Wt],Jt=void 0;Ie(F,ve,Jt===void 0?w[ve]:Jt)}return F}function dc(w,I){return va(w,Ta(w),I)}function hc(w){return ec(w,di,Ta)}function Yi(w,I){var F=w.__data__;return $i(I)?F[typeof I=="string"?"string":"hash"]:F.map}function Fn(w,I){var F=St(w,I);return Wi(F)?F:void 0}var Ta=oi?ut(oi,Object):Ca,Xe=nc;(Xs&&Xe(new Xs(new ArrayBuffer(1)))!=D||li&&Xe(new li)!=f||Zs&&Xe(Zs.resolve())!=_||ci&&Xe(new ci)!=S||ln&&Xe(new ln)!=A)&&(Xe=function(w){var I=ne.call(w),F=I==p?w.constructor:void 0,et=F?ce(F):void 0;if(et)switch(et){case Qs:return D;case Js:return f;case ui:return _;case Fl:return S;case Bl:return A}return I});function fc(w){var I=w.length,F=w.constructor(I);return I&&typeof w[0]=="string"&&Ot.call(w,"index")&&(F.index=w.index,F.input=w.input),F}function Ma(w){return typeof w.constructor=="function"&&!hn(w)?tc(ai(w)):{}}function mc(w,I,F,et){var Wt=w.constructor;switch(I){case E:return Vi(w);case o:case l:return new Wt(+w);case D:return rc(w,et);case T:case g:case y:case v:case O:case R:case z:case L:case B:return cc(w,et);case f:return ac(w,et,F);case m:case M:return new Wt(w);case x:return nr(w);case S:return oc(w,et,F);case C:return lc(w)}}function gc(w,I){return I=I??s,!!I&&(typeof w=="number"||j.test(w))&&w>-1&&w%1==0&&w<I}function $i(w){var I=typeof w;return I=="string"||I=="number"||I=="symbol"||I=="boolean"?w!=="__proto__":w===null}function pc(w){return!!jt&&jt in w}function hn(w){var I=w&&w.constructor,F=typeof I=="function"&&I.prototype||ee;return w===F}function ce(w){if(w!=null){try{return Ge.call(w)}catch{}try{return w+""}catch{}}return""}function yc(w){return er(w,!0,!0)}function ir(w,I){return w===I||w!==w&&I!==I}function ji(w){return bc(w)&&Ot.call(w,"callee")&&(!Bt.call(w,"callee")||ne.call(w)==r)}var sr=Array.isArray;function ka(w){return w!=null&&_c(w.length)&&!rr(w)}function bc(w){return mn(w)&&ka(w)}var Da=ba||Oa;function rr(w){var I=fn(w)?ne.call(w):"";return I==u||I==h}function _c(w){return typeof w=="number"&&w>-1&&w%1==0&&w<=s}function fn(w){var I=typeof w;return!!w&&(I=="object"||I=="function")}function mn(w){return!!w&&typeof w=="object"}function di(w){return ka(w)?Ql(w):ic(w)}function Ca(){return[]}function Oa(){return!1}n.exports=yc}(Qr,Qr.exports),Qr.exports;const Re=(n,t)=>new Date(n.getTime()-Dv(t,n));class Qt{constructor(t){Ae(this,"timeframeText"),Ae(this,"key"),Ae(this,"display"),Ae(this,"timeframeLength"),Ae(this,"allowedTiers"),Ae(this,"defaultResponseGranularity"),Ae(this,"dataGranularity"),Ae(this,"isRelative"),Ae(this,"fineGrainedDefaultGranularity"),Ae(this,"_startCustom"),Ae(this,"_endCustom"),Ae(this,"_allowedGranularitiesOverride"),this.display=t.display,this.timeframeText=t.timeframeText,this.key=t.key,this.timeframeLength=t.timeframeLength,this.allowedTiers=t.allowedTiers,this.defaultResponseGranularity=t.defaultResponseGranularity,this.dataGranularity=t.dataGranularity,this.isRelative=t.isRelative,this._startCustom=t.startCustom,this._endCustom=t.endCustom,this._allowedGranularitiesOverride=t.allowedGranularitiesOverride,this.fineGrainedDefaultGranularity=t.fineGrainedDefaultGranularity}rawEnd(t){return this._endCustom||new Date}rawStart(t){return this._startCustom||new Date(this.rawEnd().getTime()-this.timeframeLengthMs())}timeframeLengthMs(){return this.timeframeLength()*1e3}maximumTimeframeLength(){return this.timeframeLength()}allowedGranularities(t){if(this._allowedGranularitiesOverride&&t)return new Set(this._allowedGranularitiesOverride);const e=new Set,i=this.maximumTimeframeLength()/3600;return i<=6&&e.add("minutely"),i>=2&&i<=7*24&&e.add("hourly"),i>=2*24&&e.add("daily"),i>=2*24*14&&e.add("weekly"),e}cacheKey(){return this.key!=="custom"?this.key:`${this.rawStart().toISOString()}-${this.rawEnd().toISOString()}`}v4Query(t){return this.key==="custom"?{type:"absolute",start:this.rawStart(),end:this.rawEnd(),tz:t}:{type:"relative",time_range:this.key,tz:t}}tzAdjustedDate(t){if(!t)return new Date;const e=kv(new Date,new Intl.DateTimeFormat().resolvedOptions().timeZone);return Vh(e,t)}}class Ev extends Qt{rawStart(t){let e=an(this.tzAdjustedDate(t),{weekStartsOn:1});return t&&(e=Re(e,t)),e}maximumTimeframeLength(){return 60*60*24*7}}class Av extends Qt{rawStart(t){let e=Ci(this.tzAdjustedDate(t));return t&&(e=Re(e,t)),e}maximumTimeframeLength(){return 60*60*24*31}}class Pv extends Qt{rawStart(t){let e=Di(this.tzAdjustedDate(t));return t&&(e=Re(e,t)),e}maximumTimeframeLength(){return 60*60*24*92}}class Rv extends Qt{rawStart(t){let e=new Date(this.tzAdjustedDate(t).getFullYear(),0,1);return t&&(e=Re(e,t)),e}maximumTimeframeLength(){return 60*60*24*366}}class Iv extends Qt{rawEnd(t){let e=an(this.tzAdjustedDate(t),{weekStartsOn:1});return t&&(e=Re(e,t)),e}rawStart(t){const e=this.tzAdjustedDate(t);let i=an(e.setDate(e.getDate()-7),{weekStartsOn:1});return t&&(i=Re(i,t)),i}}class Lv extends Qt{rawEnd(t){let e=Di(this.tzAdjustedDate(t));return t&&(e=Re(e,t)),e}rawStart(t){let e=Di(Oh(this.tzAdjustedDate(t)));return t&&(e=Re(e,t)),e}}class Nv extends Qt{rawEnd(t){let e=Ci(this.tzAdjustedDate(t));return t&&(e=Re(e,t)),e}rawStart(t){let e=Ci(Ch(this.tzAdjustedDate(t)));return t&&(e=Re(e,t)),e}}class Fv extends Qt{rawEnd(t){let e=new Date(this.tzAdjustedDate(t).getFullYear(),0,1);return t&&(e=Re(e,t)),e}rawStart(t){let e=new Date(this.tzAdjustedDate(t).getFullYear()-1,0,1);return t&&(e=Re(e,t)),e}}tt.FIFTEEN_MIN,new Qt({key:tt.FIFTEEN_MIN,display:"Last 15 minutes",timeframeText:"15 minutes",timeframeLength:()=>60*15,defaultResponseGranularity:"minutely",dataGranularity:"minutely",isRelative:!0,fineGrainedDefaultGranularity:"thirtySecondly",allowedTiers:["free","trial","plus","enterprise"],allowedGranularitiesOverride:["tenSecondly","thirtySecondly","minutely"]}),tt.ONE_HOUR,new Qt({key:tt.ONE_HOUR,display:"Last hour",timeframeText:"One hour",timeframeLength:()=>60*60*1,defaultResponseGranularity:"minutely",dataGranularity:"minutely",isRelative:!0,fineGrainedDefaultGranularity:"minutely",allowedTiers:["free","trial","plus","enterprise"],allowedGranularitiesOverride:["tenSecondly","thirtySecondly","minutely","fiveMinutely","tenMinutely"]}),tt.SIX_HOUR,new Qt({key:tt.SIX_HOUR,display:"Last 6 hours",timeframeText:"6 hours",timeframeLength:()=>60*60*6,defaultResponseGranularity:"hourly",dataGranularity:"hourly",isRelative:!0,fineGrainedDefaultGranularity:"fiveMinutely",allowedTiers:["free","trial","plus","enterprise"],allowedGranularitiesOverride:["thirtySecondly","minutely","fiveMinutely","tenMinutely","thirtyMinutely","hourly"]}),tt.TWELVE_HOUR,new Qt({key:tt.TWELVE_HOUR,display:"Last 12 hours",timeframeText:"12 hours",timeframeLength:()=>60*60*12,defaultResponseGranularity:"hourly",dataGranularity:"hourly",isRelative:!0,fineGrainedDefaultGranularity:"tenMinutely",allowedTiers:["free","trial","plus","enterprise"],allowedGranularitiesOverride:["minutely","fiveMinutely","tenMinutely","thirtyMinutely","hourly"]}),tt.ONE_DAY,new Qt({key:tt.ONE_DAY,display:"Last 24 hours",timeframeText:"24 hours",timeframeLength:()=>60*60*24,defaultResponseGranularity:"hourly",dataGranularity:"hourly",isRelative:!0,fineGrainedDefaultGranularity:"thirtyMinutely",allowedTiers:["free","trial","plus","enterprise"],allowedGranularitiesOverride:["fiveMinutely","tenMinutely","thirtyMinutely","hourly"]}),tt.SEVEN_DAY,new Qt({key:tt.SEVEN_DAY,display:"Last 7 days",timeframeText:"7 days",timeframeLength:()=>60*60*24*7,defaultResponseGranularity:"daily",dataGranularity:"daily",isRelative:!0,fineGrainedDefaultGranularity:"twoHourly",allowedTiers:["trial","plus","enterprise"],allowedGranularitiesOverride:["thirtyMinutely","hourly","twoHourly","twelveHourly","daily"]}),tt.THIRTY_DAY,new Qt({key:tt.THIRTY_DAY,display:"Last 30 days",timeframeText:"30 days",timeframeLength:()=>60*60*24*30,defaultResponseGranularity:"daily",dataGranularity:"daily",isRelative:!0,fineGrainedDefaultGranularity:"twelveHourly",allowedTiers:["trial","plus","enterprise"],allowedGranularitiesOverride:["hourly","twoHourly","twelveHourly","daily","weekly"]}),tt.NINETY_DAY,new Qt({key:tt.NINETY_DAY,display:"Last 90 days",timeframeText:"90 days",timeframeLength:()=>60*60*24*90,defaultResponseGranularity:"daily",dataGranularity:"daily",isRelative:!0,fineGrainedDefaultGranularity:"daily",allowedTiers:["trial","plus","enterprise"],allowedGranularitiesOverride:["hourly","twoHourly","twelveHourly","daily","weekly"]}),tt.ONE_HUNDRED_EIGHTY_DAY,new Qt({key:tt.ONE_HUNDRED_EIGHTY_DAY,display:"Last 180 days",timeframeText:"180 days",timeframeLength:()=>60*60*24*180,defaultResponseGranularity:"daily",dataGranularity:"daily",isRelative:!0,fineGrainedDefaultGranularity:"daily",allowedTiers:["trial","plus","enterprise"],allowedGranularitiesOverride:["hourly","twoHourly","twelveHourly","daily","weekly"]}),tt.ONE_YEAR,new Qt({key:tt.ONE_YEAR,display:"Last 365 days",timeframeText:"365 days",timeframeLength:()=>60*60*24*365,defaultResponseGranularity:"daily",dataGranularity:"daily",isRelative:!0,fineGrainedDefaultGranularity:"daily",allowedTiers:["trial","plus","enterprise"],allowedGranularitiesOverride:["hourly","twoHourly","twelveHourly","daily","weekly"]}),tt.CURRENT_WEEK,new Ev({key:tt.CURRENT_WEEK,display:"This week",timeframeText:"Week",timeframeLength:()=>{const n=an(new Date,{weekStartsOn:1});return(Mi(Gr(new Date,1)).getTime()-n.getTime())/1e3},defaultResponseGranularity:"daily",dataGranularity:"daily",isRelative:!1,fineGrainedDefaultGranularity:"twoHourly",allowedTiers:["plus","enterprise"],allowedGranularitiesOverride:["thirtyMinutely","hourly","twoHourly","twelveHourly","daily"]}),tt.CURRENT_MONTH,new Av({key:tt.CURRENT_MONTH,display:"This month",timeframeText:"Month",timeframeLength:()=>{const n=Ci(new Date);return(Mi(Gr(new Date,1)).getTime()-n.getTime())/1e3},defaultResponseGranularity:"daily",dataGranularity:"daily",isRelative:!1,allowedTiers:["plus","enterprise"]}),tt.CURRENT_QUARTER,new Pv({key:tt.CURRENT_QUARTER,display:"This quarter",timeframeText:"Quarter",timeframeLength:()=>{const n=Di(new Date);return(Mi(Gr(new Date,1)).getTime()-n.getTime())/1e3},defaultResponseGranularity:"daily",dataGranularity:"daily",isRelative:!1,allowedTiers:["plus","enterprise"]}),tt.CURRENT_YEAR,new Rv({key:tt.CURRENT_YEAR,display:"This year",timeframeText:"Year",timeframeLength:()=>{const n=new Date(new Date().getFullYear(),0,1);return(Mi(Gr(new Date,1)).getTime()-n.getTime())/1e3},defaultResponseGranularity:"daily",dataGranularity:"daily",isRelative:!1,allowedTiers:["plus","enterprise"]}),tt.PREVIOUS_WEEK,new Iv({key:tt.PREVIOUS_WEEK,display:"Previous week",timeframeText:"Week",timeframeLength:()=>60*60*24*7,defaultResponseGranularity:"daily",dataGranularity:"daily",isRelative:!1,fineGrainedDefaultGranularity:"twoHourly",allowedTiers:["plus","enterprise"],allowedGranularitiesOverride:["thirtyMinutely","hourly","twoHourly","twelveHourly","daily"]}),tt.PREVIOUS_MONTH,new Nv({key:tt.PREVIOUS_MONTH,display:"Previous month",timeframeText:"Month",timeframeLength:()=>{let n=0;const t=Ci(new Date),e=Ci(Ch(new Date));return t.getTimezoneOffset()!==e.getTimezoneOffset()&&(n=jh(t,e)),60*60*24*ZS(new Date().setMonth(new Date().getMonth()-1))+Dh(n)},defaultResponseGranularity:"daily",dataGranularity:"daily",isRelative:!1,allowedTiers:["plus","enterprise"]}),tt.PREVIOUS_QUARTER,new Lv({key:tt.PREVIOUS_QUARTER,display:"Previous quarter",timeframeText:"Quarter",timeframeLength:()=>{const n=Di(new Date),t=Di(Oh(new Date));return(n.getTime()-t.getTime())/1e3},defaultResponseGranularity:"daily",dataGranularity:"daily",isRelative:!1,allowedTiers:["plus","enterprise"]}),tt.PREVIOUS_YEAR,new Fv({key:tt.PREVIOUS_YEAR,display:"Previous year",timeframeText:"Year",timeframeLength:()=>{const n=new Date(new Date().getFullYear(),0,1),t=new Date(new Date().getFullYear()-1,0,1);let e=0;return n.getTimezoneOffset()!==t.getTimezoneOffset()&&(e=jh(n,t)),60*60*24*(365+(t.getFullYear()%4===0?1:0))+Dh(e)},defaultResponseGranularity:"daily",dataGranularity:"daily",isRelative:!1,allowedTiers:["plus","enterprise"]});function jh(n,t){return JS(n.getTimezoneOffset()-t.getTimezoneOffset())}tt.FIFTEEN_MIN,tt.ONE_HOUR,tt.SIX_HOUR,tt.TWELVE_HOUR,tt.ONE_DAY,tt.SEVEN_DAY,tt.FIFTEEN_MIN,tt.ONE_HOUR,tt.SIX_HOUR,tt.TWELVE_HOUR,tt.ONE_DAY,tt.SEVEN_DAY,tt.THIRTY_DAY,tt.NINETY_DAY,tt.ONE_HUNDRED_EIGHTY_DAY,tt.ONE_YEAR,tt.CURRENT_WEEK,tt.CURRENT_MONTH,tt.CURRENT_QUARTER,tt.CURRENT_YEAR,tt.PREVIOUS_WEEK,tt.PREVIOUS_MONTH,tt.PREVIOUS_QUARTER,tt.PREVIOUS_YEAR;const Bv=new Map(gh.map(n=>[n.code,{code:n.code,name:n.name}])),Zo=n=>{var t;return((t=Bv.get(n))==null?void 0:t.name)||n},qh=1e3,zv=1e4,Gh=1e6,Kh=1e9,Xh=1e12,Jr=(n,t)=>{if(t.separator===!1||n<1e3)return n.toString();const e=typeof t.separator=="string"?t.separator:",",i=[];return Math.round(n).toString().split("").reverse().forEach((s,r)=>{r&&r%3===0&&i.push(e),i.push(s)}),i.reverse().join("")},Ls=(n,t,e)=>{const i=n/t,s=e.round?"round":"floor";if(e.decimal===!1)return Math[s](i).toString();let r;e.precision?r=i:r=i<10?Math[s](i*10)/10:Math[s](i);let a=r.toString();return typeof e.decimal=="string"&&(a=a.replace(".",e.decimal)),a};function ta(n,t={}){let e;const i=n<0;i&&(n=Math.abs(n)),t.precision&&(n=parseFloat(n.toPrecision(t.precision)));const s=t.min10k?zv:qh;return n<s||t.precision&&t.precision>Math.log10(n)?e=Jr(Ls(n,1,t),t):n<Gh?e=`${Ls(n,qh,t)}k`:n<Kh?e=`${Ls(n,Gh,t)}m`:n<Xh?e=`${Jr(Ls(n,Kh,t),t)}b`:e=`${Jr(Ls(n,Xh,t),t)}t`,i&&(e=`-${e}`),t.capital&&(e=e.toUpperCase()),t.prefix&&(e=`${t.prefix}${e}`),t.suffix&&(e=`${e}${t.suffix}`),e}ta.addCommas=Jr;var Zh;const Uv=typeof document<"u"&&((Zh=document.documentElement)==null?void 0:Zh.lang)||"en-US",ea=new Intl.NumberFormat(Uv);function Jn({i18n:n}){const t=(i,s)=>{if(isNaN(i))return"0 B";const r=s?Math.pow(2,50):1e15,a=s?Math.pow(2,40):1e12,o=s?Math.pow(2,30):1e9,l=s?Math.pow(2,20):1e6,c=s?Math.pow(2,10):1e3;let u;return i>=r?u=n.formatNumber(Number.parseFloat((i/r).toPrecision(3)),{style:"unit",unit:"petabyte",unitDisplay:"narrow"}):i>=a?u=n.formatNumber(Number.parseFloat((i/a).toPrecision(3)),{style:"unit",unit:"terabyte",unitDisplay:"narrow"}):i>=o?u=n.formatNumber(Number.parseFloat((i/o).toPrecision(3)),{style:"unit",unit:"gigabyte",unitDisplay:"narrow"}):i>=l?u=n.formatNumber(Number.parseFloat((i/l).toPrecision(3)),{style:"unit",unit:"megabyte",unitDisplay:"narrow"}):i>=c?u=n.formatNumber(Number.parseFloat((i/c).toPrecision(3)),{style:"unit",unit:"kilobyte",unitDisplay:"narrow"}):u=n.formatNumber(Number.parseFloat(i.toPrecision(3)),{style:"unit",unit:"byte",unitDisplay:"narrow"}),u.replace(/([a-zA-Z]*)$/," $1")},e=(i,s="USD")=>isNaN(i)?s==="USD"?"$0.00":`${i}`:i>=.01||s!=="USD"?n.formatNumber(i,{style:"currency",currency:s}):i<1e-4?"< $0.0001":`$${Number.parseFloat(i.toPrecision(4))}`;return{formatUnit:(i,s,{isBytes1024:r=!1,currency:a="USD",approximate:o=!1,translateUnit:l=c=>c}={})=>{const c=l(s,i);switch(s){case"bytes":return t(i,r);case"usd":return e(i,a);case"ms":case"count/minute":case"token count":case"count":default:return isNaN(i)?`${i}`:o?`${ta(i,{capital:!0})} ${c}`:i>=.01?`${ea.format(Number.parseFloat(i.toFixed(2)))} ${c}`:`${Number.parseFloat(i.toPrecision(4))} ${c}`}},formatBytes:t,formatCost:e,formatRange:(i,s,r,{isBytes1024:a=!1,currency:o="USD",approximate:l=!1,translateUnit:c=u=>u}={})=>{const u=c(r,s);switch(r){case"bytes":return`${t(i,a)} - ${t(s,a)}`;case"usd":return`${e(i,o)} - ${e(s,o)}`;case"ms":case"count/minute":case"token count":case"count":default:if(isNaN(i)||isNaN(s))return`${i} - ${s}`;if(l)return`${ta(i,{capital:!0})} - ${ta(s,{capital:!0})} ${u}`}const h=i>=.01?`${ea.format(Number.parseFloat(i.toFixed(2)))}`:`${Number.parseFloat(i.toPrecision(4))}`,f=s>=.01?`${ea.format(Number.parseFloat(s.toFixed(2)))}`:`${Number.parseFloat(s.toPrecision(4))}`;return`${h} - ${f} ${u}`}}}const na=n=>["interactive","zoom-interactive"].includes(n),Qh=(n,t,e,i)=>{var l,c;const{tooltip:s}=t;if(s.opacity===0&&!na(n.interactionMode)){n.showTooltip=!1;return}const{i18n:r}=ft.useI18n(),{formatUnit:a}=Jn({i18n:r}),o=n.chartTooltipSortFn||((u,h)=>h.rawValue-u.rawValue);if(s.body&&!na(n.interactionMode)){const u=s.labelColors,h=((c=(l=t.chart.config)==null?void 0:l.options)==null?void 0:c.indexAxis)==="y"?"x":"y",f=s.dataPoints[0].parsed.x??0;n.tooltipContext=i!=null&&i.contextFormatter?i.contextFormatter(f,e):Bs({tickValue:new Date(f),granularity:e}),n.tooltipSeries=s.dataPoints.map((m,p)=>{const _=m.parsed[h],x=a(_??0,n.units,{translateUnit:n.translateUnit}),S=m.dataset.label;return{backgroundColor:u[p].backgroundColor,borderColor:u[p].borderColor,label:S,value:x,rawValue:_,isSegmentEmpty:m.dataset.isSegmentEmpty}}).sort(o),n.left=`${s.x}px`,n.top=`${s.y}px`,n.showTooltip=!0}},Jh=(n,t)=>{var a,o;const{tooltip:e}=t,{i18n:i}=ft.useI18n(),{formatUnit:s}=Jn({i18n:i});if(e.opacity===0&&!na(n.interactionMode)){n.showTooltip=!1;return}const r=n.chartTooltipSortFn||((l,c)=>c.rawValue-l.rawValue);if(e.body&&!na(n.interactionMode)){const l=e.labelColors,c=((o=(a=t.chart.config)==null?void 0:a.options)==null?void 0:o.indexAxis)==="y"?"x":"y",u=["gauge","donut"].includes(n.chartType);u?n.tooltipContext=n.dimensionDisplay||e.dataPoints[0].label:e.chart.data.isMultiDimension?n.tooltipContext=e.dataPoints[0].label:n.tooltipContext=n.dimensionDisplay||"",n.tooltipSeries=e.dataPoints.map((h,f)=>{const m=u?h.parsed:h.parsed[c],p=s(m??0,n.units,{translateUnit:n.translateUnit});let _;return u?_=h.dataset.labels[h.dataIndex]:_=h.dataset.label,{backgroundColor:l[f].backgroundColor,borderColor:l[f].borderColor,label:_,value:p,rawValue:m,isSegmentEmpty:h.dataset.isSegmentEmpty}}).sort(r),n.left=`${e.x}px`,n.top=`${e.y}px`,n.showTooltip=!0}},Hv=n=>n&&n.datasets&&n.datasets.length,Wv=n=>Hv(n)&&n.datasets.some(t=>t.data.length),Vv=n=>n.datasets.some(t=>t.data[0]&&Ro(t.data[0].x)),Yv=n=>!!Wv(n)&&n.datasets.some(t=>t.data.length==1),$v=n=>Vv(n)&&n.datasets.some(t=>t.data[0]&&(t.data[0].x??0).toString().length>=13),Qo=(n,t,e)=>{const s=Math.min(t/1150,1),r=.15,a=1.15,o=n.x??0;return o<e?o+t*r*(1-s):o-t*a*(1-s)},jv=(n,t,e)=>{const r=n.y??0;return r<e?r+t*.15:r-t*.5};function tf(n,t){let e;return(...i)=>{clearTimeout(e),e=window.setTimeout(()=>{n(...i)},t)}}const ef=(n,t,e)=>{const i=n.data;return n.options.plugins.legend.labels.generateLabels(n).filter(s=>{var r;return!((r=t==null?void 0:t[s.text])!=null&&r.isThreshold)}).map((s,r)=>({...s,value:t&&t[s.text],isSegmentEmpty:i.datasets[r].isSegmentEmpty})).sort(e)},qv=2,nf=10,sf=12,ia=10,Gv="#f1f0ff",Kv="#e0e4ea",rf="#6c7489",Xv="#afb7c5",Zv="#d60027",Qv="#ad000e",Jo="#6c7489",af="#52596e",Jv="#007d60",t1="#995c00",e1="#ffc400",Ns="16px",n1="20px",i1="#bee2ff",s1="#8fc1ff",r1="#5f9aff",a1="#306fff",o1="#b5ffee",l1="#00fabe",c1="#00d6a4",u1="#00a17b",d1="#007d60",h1="#005944",f1="#b5ffee",m1="#00fabe",g1="#b5ffee",p1="#00a17b",y1="#fff296",b1="#ffe04b",_1="#ffc400",x1="#b37600",w1="#995c00",S1="#804400",v1="#fff296",T1="#ffe04b",M1="#FFC2B3",k1="#FF9877",D1="#FF723C",C1="#F75008",O1="#D13500",E1="#A31F00",A1="#FFC2B3",P1="#FF9877",R1="#FF723C",I1="#F75008",L1="#D13500",N1="#A31F00",F1="#FFC2B3",B1="#FF9877",z1="#FF723C",U1="#F75008",H1="#D13500",W1="#A31F00",V1="#FFC2B3",Y1="#FF9877",$1="#FF723C",j1="#F75008",q1="#D13500",G1="#A31F00",K1="#FFC2B3",X1="#FF9877",Z1="#FF723C",Q1="#F75008",J1="#D13500",tT="#ffabab",eT="#ff7272",nT="#ff3954",iT="#f50045",sT="#d60027",rT="#ad000e",aT="#ffabab",oT="#ff7272",lT="#ff3954",cT="#f50045",uT="#d60027",dT="#eefaff",hT="#ecfffb",fT="#fffce0",mT="#FFF1EF",gT="#ffe5e5",pT="#5f9aff",yT="#00d6a4",bT="#ffc400",_T="#FF723C",xT="#ff3954",wT="'Inter', Roboto, Helvetica, sans-serif",On=["#a86cd5","#6a86d2","#00bbf9","#00c4b0","#ffdf15"],tl=(n,t)=>(t||On)[n%On.length],ST="#6f7787",vT={100:{background:"#f0f5fd",text:"#10599e"},200:{background:"#e5f7f4",text:"#1b6955"},300:{background:"#fff1d5",text:"#a06027"},400:{background:"#fee3b6",text:"#944d19"},500:{background:"#fedada",text:"#852021"}},TT=n=>{var e;const t=Math.floor(parseInt(n,10)/100)*100;return((e=vT[t])==null?void 0:e.background)||"#fafafa"},MT=Xv,of=(n,t,e,i)=>{let s;return e?s=MT:Array.isArray(i)?s=tl(n,i):s=i[t],s||tl(n)},el=n=>{switch(n){case"error":return Zv;case"warning":return e1;case"neutral":return rf;default:return rf}},kT={lineTension:0,pointBorderWidth:1.2,borderJoinStyle:"round",fill:!0},DT=2,CT=0,nl=new Map,lf=(n,t)=>{const{i18n:e}=ft.useI18n(),{formatBytes:i}=Jn({i18n:e});return t==="bytes"?i(n):t==="count/minute"?n.toFixed(2):ea.format(n)},OT=n=>{const e=document.createElement("canvas").getContext("2d"),i=Rt({});return e.font=i.string,e.measureText(n).width},ET=()=>{const n="label_height";if(!nl.has(n)){const t=Rt({});nl.set(n,t.lineHeight)}return nl.get(n)},AT=(n,t)=>t.datasets.reduce((e,i,s)=>n.isDatasetVisible(s)?e+i.data.reduce((r,a)=>isNaN(a)?r:r+a,0):e,0),PT=(n,t)=>t===0?" (0.0%)":` (${(n/t*100).toFixed(1)}%)`,RT=Kv,IT={100:i1,101:s1,102:r1,103:a1,200:o1,201:l1,202:c1,203:u1,204:d1,205:h1,206:f1,207:m1,208:g1,226:p1,300:y1,301:b1,302:_1,303:x1,304:w1,305:S1,307:v1,308:T1,400:M1,401:k1,402:D1,403:C1,404:O1,405:E1,406:A1,407:P1,408:R1,409:I1,410:L1,411:N1,412:F1,413:B1,414:z1,415:U1,416:H1,417:W1,418:V1,421:Y1,422:$1,423:j1,424:q1,425:G1,426:K1,428:X1,429:Z1,431:Q1,451:J1,500:tT,501:eT,502:nT,503:iT,504:sT,505:rT,506:aT,507:oT,508:lT,510:cT,511:uT},LT={100:dT,200:hT,300:fT,400:mT,500:gT},NT={"1XX":pT,"2XX":yT,"3XX":bT,"4XX":_T,"5XX":xT},cf=n=>{const t=parseInt(n,10),e=Math.floor(t/100)*100;return IT[t]??LT[e]??RT},il={...Array.from({length:500},(n,t)=>100+t).reduce((n,t)=>(n[`${t}`]=cf(`${t}`),n),{}),____OTHER____:Gv,...NT};function uf(n,t,e){const i=nh(),s=zT(n,e.timeZone,e.locale??i.locale);return"formatToParts"in s?FT(s,t):BT(s,t)}function FT(n,t){const e=n.formatToParts(t);for(let i=e.length-1;i>=0;--i)if(e[i].type==="timeZoneName")return e[i].value}function BT(n,t){const e=n.format(t).replace(/\u200E/g,""),i=/ [\w-+ ]+$/.exec(e);return i?i[0].substr(1):""}function zT(n,t,e){return new Intl.DateTimeFormat(e?[e.code,"en-US"]:void 0,{timeZone:t,timeZoneName:n})}function UT(n,t){const e=$T(t);return"formatToParts"in e?WT(e,n):VT(e,n)}const HT={year:0,month:1,day:2,hour:3,minute:4,second:5};function WT(n,t){try{const e=n.formatToParts(t),i=[];for(let s=0;s<e.length;s++){const r=HT[e[s].type];r!==void 0&&(i[r]=parseInt(e[s].value,10))}return i}catch(e){if(e instanceof RangeError)return[NaN];throw e}}function VT(n,t){const e=n.format(t),i=/(\d+)\/(\d+)\/(\d+),? (\d+):(\d+):(\d+)/.exec(e);return[parseInt(i[3],10),parseInt(i[1],10),parseInt(i[2],10),parseInt(i[4],10),parseInt(i[5],10),parseInt(i[6],10)]}const sl={},df=new Intl.DateTimeFormat("en-US",{hourCycle:"h23",timeZone:"America/New_York",year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit"}).format(new Date("2014-06-25T04:00:00.123Z")),YT=df==="06/25/2014, 00:00:00"||df==="06/25/2014 00:00:00";function $T(n){return sl[n]||(sl[n]=YT?new Intl.DateTimeFormat("en-US",{hourCycle:"h23",timeZone:n,year:"numeric",month:"numeric",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit"}):new Intl.DateTimeFormat("en-US",{hour12:!1,timeZone:n,year:"numeric",month:"numeric",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit"})),sl[n]}function hf(n,t,e,i,s,r,a){const o=new Date(0);return o.setUTCFullYear(n,t,e),o.setUTCHours(i,s,r,a),o}const ff=36e5,jT=6e4,rl={timezoneZ:/^(Z)$/,timezoneHH:/^([+-]\d{2})$/,timezoneHHMM:/^([+-])(\d{2}):?(\d{2})$/};function al(n,t,e){if(!n)return 0;let i=rl.timezoneZ.exec(n);if(i)return 0;let s,r;if(i=rl.timezoneHH.exec(n),i)return s=parseInt(i[1],10),mf(s)?-(s*ff):NaN;if(i=rl.timezoneHHMM.exec(n),i){s=parseInt(i[2],10);const a=parseInt(i[3],10);return mf(s,a)?(r=Math.abs(s)*ff+a*jT,i[1]==="+"?-r:r):NaN}if(KT(n)){t=new Date(t||Date.now());const a=e?t:qT(t),o=ol(a,n);return-(e?o:GT(t,o,n))}return NaN}function qT(n){return hf(n.getFullYear(),n.getMonth(),n.getDate(),n.getHours(),n.getMinutes(),n.getSeconds(),n.getMilliseconds())}function ol(n,t){const e=UT(n,t),i=hf(e[0],e[1]-1,e[2],e[3]%24,e[4],e[5],0).getTime();let s=n.getTime();const r=s%1e3;return s-=r>=0?r:1e3+r,i-s}function GT(n,t,e){let s=n.getTime()-t;const r=ol(new Date(s),e);if(t===r)return t;s-=r-t;const a=ol(new Date(s),e);return r===a?r:Math.max(r,a)}function mf(n,t){return-23<=n&&n<=23&&(t==null||0<=t&&t<=59)}const gf={};function KT(n){if(gf[n])return!0;try{return new Intl.DateTimeFormat(void 0,{timeZone:n}),gf[n]=!0,!0}catch{return!1}}const XT=60*1e3,ZT={X:function(n,t,e){const i=ll(e.timeZone,n);if(i===0)return"Z";switch(t){case"X":return pf(i);case"XXXX":case"XX":return Ei(i);case"XXXXX":case"XXX":default:return Ei(i,":")}},x:function(n,t,e){const i=ll(e.timeZone,n);switch(t){case"x":return pf(i);case"xxxx":case"xx":return Ei(i);case"xxxxx":case"xxx":default:return Ei(i,":")}},O:function(n,t,e){const i=ll(e.timeZone,n);switch(t){case"O":case"OO":case"OOO":return"GMT"+QT(i,":");case"OOOO":default:return"GMT"+Ei(i,":")}},z:function(n,t,e){switch(t){case"z":case"zz":case"zzz":return uf("short",n,e);case"zzzz":default:return uf("long",n,e)}}};function ll(n,t){const e=n?al(n,t,!0)/XT:(t==null?void 0:t.getTimezoneOffset())??0;if(Number.isNaN(e))throw new RangeError("Invalid time zone specified: "+n);return e}function sa(n,t){const e=n<0?"-":"";let i=Math.abs(n).toString();for(;i.length<t;)i="0"+i;return e+i}function Ei(n,t=""){const e=n>0?"-":"+",i=Math.abs(n),s=sa(Math.floor(i/60),2),r=sa(Math.floor(i%60),2);return e+s+t+r}function pf(n,t){return n%60===0?(n>0?"-":"+")+sa(Math.abs(n)/60,2):Ei(n,t)}function QT(n,t=""){const e=n>0?"-":"+",i=Math.abs(n),s=Math.floor(i/60),r=i%60;return r===0?e+String(s):e+String(s)+t+sa(r,2)}function yf(n){const t=new Date(Date.UTC(n.getFullYear(),n.getMonth(),n.getDate(),n.getHours(),n.getMinutes(),n.getSeconds(),n.getMilliseconds()));return t.setUTCFullYear(n.getFullYear()),+n-+t}const JT=/(Z|[+-]\d{2}(?::?\d{2})?| UTC| [a-zA-Z]+\/[a-zA-Z_]+(?:\/[a-zA-Z_]+)?)$/,cl=36e5,bf=6e4,tM=2,he={dateTimePattern:/^([0-9W+-]+)(T| )(.*)/,datePattern:/^([0-9W+-]+)(.*)/,YY:/^(\d{2})$/,YYY:[/^([+-]\d{2})$/,/^([+-]\d{3})$/,/^([+-]\d{4})$/],YYYY:/^(\d{4})/,YYYYY:[/^([+-]\d{4})/,/^([+-]\d{5})/,/^([+-]\d{6})/],MM:/^-(\d{2})$/,DDD:/^-?(\d{3})$/,MMDD:/^-?(\d{2})-?(\d{2})$/,Www:/^-?W(\d{2})$/,WwwD:/^-?W(\d{2})-?(\d{1})$/,HH:/^(\d{2}([.,]\d*)?)$/,HHMM:/^(\d{2}):?(\d{2}([.,]\d*)?)$/,HHMMSS:/^(\d{2}):?(\d{2}):?(\d{2}([.,]\d*)?)$/,timeZone:JT};function _f(n,t={}){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");if(n===null)return new Date(NaN);const e=t.additionalDigits==null?tM:Number(t.additionalDigits);if(e!==2&&e!==1&&e!==0)throw new RangeError("additionalDigits must be 0, 1 or 2");if(n instanceof Date||typeof n=="object"&&Object.prototype.toString.call(n)==="[object Date]")return new Date(n.getTime());if(typeof n=="number"||Object.prototype.toString.call(n)==="[object Number]")return new Date(n);if(Object.prototype.toString.call(n)!=="[object String]")return new Date(NaN);const i=eM(n),{year:s,restDateString:r}=nM(i.date,e),a=iM(r,s);if(a===null||isNaN(a.getTime()))return new Date(NaN);if(a){const o=a.getTime();let l=0,c;if(i.time&&(l=sM(i.time),l===null||isNaN(l)))return new Date(NaN);if(i.timeZone||t.timeZone){if(c=al(i.timeZone||t.timeZone,new Date(o+l)),isNaN(c))return new Date(NaN)}else c=yf(new Date(o+l)),c=yf(new Date(o+l+c));return new Date(o+l+c)}else return new Date(NaN)}function eM(n){const t={};let e=he.dateTimePattern.exec(n),i;if(e?(t.date=e[1],i=e[3]):(e=he.datePattern.exec(n),e?(t.date=e[1],i=e[2]):(t.date=null,i=n)),i){const s=he.timeZone.exec(i);s?(t.time=i.replace(s[1],""),t.timeZone=s[1].trim()):t.time=i}return t}function nM(n,t){if(n){const e=he.YYY[t],i=he.YYYYY[t];let s=he.YYYY.exec(n)||i.exec(n);if(s){const r=s[1];return{year:parseInt(r,10),restDateString:n.slice(r.length)}}if(s=he.YY.exec(n)||e.exec(n),s){const r=s[1];return{year:parseInt(r,10)*100,restDateString:n.slice(r.length)}}}return{year:null}}function iM(n,t){if(t===null)return null;let e,i,s;if(!n||!n.length)return e=new Date(0),e.setUTCFullYear(t),e;let r=he.MM.exec(n);if(r)return e=new Date(0),i=parseInt(r[1],10)-1,Sf(t,i)?(e.setUTCFullYear(t,i),e):new Date(NaN);if(r=he.DDD.exec(n),r){e=new Date(0);const a=parseInt(r[1],10);return oM(t,a)?(e.setUTCFullYear(t,0,a),e):new Date(NaN)}if(r=he.MMDD.exec(n),r){e=new Date(0),i=parseInt(r[1],10)-1;const a=parseInt(r[2],10);return Sf(t,i,a)?(e.setUTCFullYear(t,i,a),e):new Date(NaN)}if(r=he.Www.exec(n),r)return s=parseInt(r[1],10)-1,vf(s)?xf(t,s):new Date(NaN);if(r=he.WwwD.exec(n),r){s=parseInt(r[1],10)-1;const a=parseInt(r[2],10)-1;return vf(s,a)?xf(t,s,a):new Date(NaN)}return null}function sM(n){let t,e,i=he.HH.exec(n);if(i)return t=parseFloat(i[1].replace(",",".")),ul(t)?t%24*cl:NaN;if(i=he.HHMM.exec(n),i)return t=parseInt(i[1],10),e=parseFloat(i[2].replace(",",".")),ul(t,e)?t%24*cl+e*bf:NaN;if(i=he.HHMMSS.exec(n),i){t=parseInt(i[1],10),e=parseInt(i[2],10);const s=parseFloat(i[3].replace(",","."));return ul(t,e,s)?t%24*cl+e*bf+s*1e3:NaN}return null}function xf(n,t,e){t=t||0,e=e||0;const i=new Date(0);i.setUTCFullYear(n,0,4);const s=i.getUTCDay()||7,r=t*7+e+1-s;return i.setUTCDate(i.getUTCDate()+r),i}const rM=[31,28,31,30,31,30,31,31,30,31,30,31],aM=[31,29,31,30,31,30,31,31,30,31,30,31];function wf(n){return n%400===0||n%4===0&&n%100!==0}function Sf(n,t,e){if(t<0||t>11)return!1;if(e!=null){if(e<1)return!1;const i=wf(n);if(i&&e>aM[t]||!i&&e>rM[t])return!1}return!0}function oM(n,t){if(t<1)return!1;const e=wf(n);return!(e&&t>366||!e&&t>365)}function vf(n,t){return!(n<0||n>52||t!=null&&(t<0||t>6))}function ul(n,t,e){return!(n<0||n>=25||t!=null&&(t<0||t>=60)||e!=null&&(e<0||e>=60))}const lM=/([xXOz]+)|''|'(''|[^'])+('|$)/g;function dl(n,t,e={}){t=String(t);const i=t.match(lM);if(i){const s=_f(e.originalDate||n,e);t=i.reduce(function(r,a){if(a[0]==="'")return r;const o=r.indexOf(a),l=r[o-1]==="'",c=r.replace(a,"'"+ZT[a[0]](s,a,e)+"'");return l?c.substring(0,o-1)+c.substring(o+1):c},t)}return Yr(n,t,e)}function cM(n,t,e){n=_f(n,e);const i=al(t,n,!0),s=new Date(n.getTime()-i),r=new Date(0);return r.setFullYear(s.getUTCFullYear(),s.getUTCMonth(),s.getUTCDate()),r.setHours(s.getUTCHours(),s.getUTCMinutes(),s.getUTCSeconds(),s.getUTCMilliseconds()),r}function Fs(n,t,e,i){return i={...i,timeZone:t,originalDate:n},dl(cM(n,t,{timeZone:i.timeZone}),e,i)}const uM=(n,t)=>`${Fs(n,t,"yyyy")} W${Fs(n,t,"II")}`,hl="yyyy-MM-dd h:mm:ss a",fl="h:mm:ss a",ti="yyyy-MM-dd h:mm a",Ai="h:mm a",dM="yyyy-MM-dd",ml="MMM dd, yyyy h:mm:ss a",En="MMM dd, yyyy h:mm a",hM={secondly:n=>n?hl:fl,tenSecondly:n=>n?hl:fl,thirtySecondly:n=>n?hl:fl,minutely:n=>n?ti:Ai,fiveMinutely:n=>n?ti:Ai,tenMinutely:n=>n?ti:Ai,thirtyMinutely:n=>n?ti:Ai,hourly:n=>n?ti:Ai,twoHourly:n=>n?ti:Ai,twelveHourly:()=>ti,daily:()=>dM},fM={secondly:()=>ml,tenSecondly:()=>ml,thirtySecondly:()=>ml,minutely:()=>En,fiveMinutely:()=>En,tenMinutely:()=>En,thirtyMinutely:()=>En,hourly:()=>En,twoHourly:()=>En,twelveHourly:()=>En,daily:()=>En};function Tf({tickValue:n,granularity:t,timezone:e,dayBoundaryCrossed:i=!1,tickMap:s,tooltipMap:r,defaultFormat:a}){const o=e||Intl.DateTimeFormat().resolvedOptions().timeZone;if(t==="weekly")return uM(n,o);if(s&&s[t]){const l=s[t](i);return Fs(n,o,l)}if(r&&r[t]){const l=r[t]();return Fs(n,o,l)}return Fs(n,o,a)}const mM=({tickValue:n,granularity:t,dayBoundaryCrossed:e,timezone:i})=>Tf({tickValue:n,granularity:t,timezone:i,dayBoundaryCrossed:e,tickMap:hM,defaultFormat:"yyyy-MM-dd h:mm:ss a"}),Bs=({tickValue:n,granularity:t,timezone:e})=>Tf({tickValue:n,granularity:t,timezone:e,tooltipMap:fM,defaultFormat:"MMM dd, yyyy h:mm:ss a"}),gM=n=>{var e,i,s,r,a;const{i18n:t}=ft.useI18n();return(n==null?void 0:n.status)===403?{status:n.status,type:"forbidden",message:t.t("query_errors.forbidden.message"),details:t.t("query_errors.forbidden.details")}:(n==null?void 0:n.status)===408?{status:n.status,type:"timeout",message:t.t("query_errors.timeout.message"),details:t.t("query_errors.timeout.details")}:((i=(e=n==null?void 0:n.response)==null?void 0:e.data)==null?void 0:i.message)==="Range not allowed for this tier"?{status:n.status,type:"range_exceeded",message:t.t("query_errors.time_range_exceeded.message"),details:t.t("query_errors.time_range_exceeded.details")}:{status:n.status,type:"other",message:t.t("query_errors.other.message"),details:((a=(r=(s=n.response)==null?void 0:s.data)==null?void 0:r.invalid_parameters)==null?void 0:a.map(o=>o.reason).join(", "))||(n==null?void 0:n.message)}},zs=n=>n.toLocaleLowerCase().endsWith("count"),pM=n=>{const t=n.toLocaleLowerCase();return["sum","count","cost","tokens"].some(e=>t.endsWith(e))};function yM(n){const e=`barChartTooltipPosition-${n.tooltipState.chartID}`,i={enabled:!1,position:e,callbacks:{label:l=>({label:l.dataset.label,value:l.label})}};De.positioners[e]=function(l,c){if(!l.length||n.tooltipState.interactionMode==="interactive"||c.x===null||c.y===null)return!1;const u=this.chart.canvas.getBoundingClientRect(),h=n.tooltipState.width||this.width,f=u.width/2,m=Qo(c,h,f),p=c.y,_=c.x<f?"left":"center";return{x:m-n.tooltipState.offsetX,y:p-n.tooltipState.offsetY,xAlign:_}},ho.modes.customInteractionMode=function(l,c){const u=vn(c,l),h=[];return ho.evaluateInteractionItems(l,l.options.indexAxis||"x",u,(f,m,p)=>{l.options.indexAxis==="y"&&f.inYRange(u.y,!0)&&l.data.datasets[m].data[p]&&h.push({element:f,datasetIndex:m,index:p}),l.options.indexAxis==="x"&&u.x!==null&&f.inXRange(u.x,!0)&&l.data.datasets[m].data[p]&&h.push({element:f,datasetIndex:m,index:p})}),h};const s=n.numLabels.value>25?nf:sf,r=({chart:l,index:c})=>{var h;const u=l.data;return{size:s,style:(h=u==null?void 0:u.isLabelEmpty)!=null&&h[c]?"italic":"normal"}},a=(l,c,u)=>l.chart.options.indexAxis===l.axis?(c=l.getLabelForValue(u),c&&c.length>ia?c.slice(0,ia)+"...":c):l.getLabelForValue(Number(c)),o=d.computed(()=>{var l,c,u,h,f,m,p,_;return{indexAxis:n.indexAxis,skipNull:!0,scales:{x:{stacked:n.stacked.value,grid:{offset:!1,drawOnChartArea:!1,drawBorder:!1,drawTicks:!0},ticks:{maxRotation:90,autoSkip:!1,font:r,callback:function(x,S){return a(this,x,S)}},title:{display:n.indexAxis==="y"?!st((l=n.metricAxesTitle)==null?void 0:l.value):!st((c=n.dimensionAxesTitle)==null?void 0:c.value),text:n.indexAxis==="y"?(u=n.metricAxesTitle)==null?void 0:u.value:(h=n.dimensionAxesTitle)==null?void 0:h.value,padding:{top:3,bottom:0,left:0,right:0},font:{weight:"bold"}}},y:{stacked:n.stacked.value,beginAtZero:!0,grid:{offset:!1,drawOnChartArea:!1,drawBorder:!1,drawTicks:!0},ticks:{padding:0,font:r,callback:function(x,S){return a(this,x,S)}},title:{display:n.indexAxis==="x"?!st((f=n.metricAxesTitle)==null?void 0:f.value):!st((m=n.dimensionAxesTitle)==null?void 0:m.value),text:n.indexAxis==="x"?(p=n.metricAxesTitle)==null?void 0:p.value:(_=n.dimensionAxesTitle)==null?void 0:_.value,padding:{bottom:3,top:0,left:0,right:0},font:{weight:"bold"}}}},plugins:{htmlLegend:{containerID:n.legendID},legend:{display:!1},tooltip:{...i,external:x=>{Jh(n.tooltipState,x)}}},interaction:{mode:"customInteractionMode",intersect:!0},maxBarThickness:60,maintainAspectRatio:!1,layout:{padding:{left:0,right:0,top:0,bottom:0}}}});return d.getCurrentInstance()&&d.onUnmounted(()=>{De.positioners[e]&&delete De.positioners[e]}),o}ye.register(...Z0);const bM=(n,t)=>{const e=t.datasets.map(s=>s.label),i=n.datasets.map(s=>s.label);return n.datasets.length===t.datasets.length&&e.every((s,r)=>s===i[r])};function _M(n,t,e,i,s){const r=d.shallowRef(null),a=(o,l)=>{if(t.value)return new ye(t.value,{type:n,data:o,plugins:i,options:l})};return d.onMounted(()=>{r.value=a(e.value,s.value)}),d.onBeforeUnmount(()=>{st(r.value)||r.value.destroy()}),d.watch(e,(o,l)=>{if(bM(l,o)&&!st(r.value)){for(const[c,u]of o.datasets.entries())Object.assign(r.value.data.datasets[c],u);r.value.data.labels=o.labels,r.value.update()}else st(r.value)||r.value.destroy(),r.value=a(o,s.value)}),d.watch(t,()=>{st(r.value)||r.value.destroy(),r.value=a(e.value,s.value)}),d.watch(s,(o,l)=>{(o.indexAxis!==l.indexAxis||JSON.stringify(o.scales.x.title)!==JSON.stringify(l.scales.x.title)||JSON.stringify(o.scales.y.title)!==JSON.stringify(l.scales.y.title))&&(st(r.value)||r.value.destroy(),r.value=a(e.value,o))}),r}const Mf=1e3,xM=1e4,kf=1e6,Df=1e9,Cf=1e12,Us=(n,t)=>{if(t.separator===!1||n<1e3)return n.toString();const e=typeof t.separator=="string"?t.separator:",",i=[];return Math.round(n).toString().split("").reverse().forEach((r,a)=>{a&&a%3===0&&i.push(e),i.push(r)}),i.reverse().join("")},Pi=(n,t,e)=>{const i=n/t,s=e.round?"round":"floor";if(e.decimal===!1)return Math[s](i).toString();let r;e.precision?r=i:r=i<10?Math[s](i*10)/10:Math[s](i);let a=r.toString();return typeof e.decimal=="string"&&(a=a.replace(".",e.decimal)),a};function Hs(n,t={}){let e;const i=n<0;i&&(n=Math.abs(n)),t.precision&&(n=parseFloat(n.toPrecision(t.precision)));const s=t.min10k?xM:Mf;return n<s||t.precision&&t.precision>Math.log10(n)?e=Us(Pi(n,1,t),t):n<kf?e=`${Pi(n,Mf,t)}k`:n<Df?e=`${Pi(n,kf,t)}m`:n<Cf?e=`${Us(Pi(n,Df,t),t)}b`:e=`${Us(Pi(n,Cf,t),t)}t`,i&&(e=`-${e}`),t.capital&&(e=e.toUpperCase()),t.prefix&&(e=`${t.prefix}${e}`),t.suffix&&(e=`${e}${t.suffix}`),e}Hs.addCommas=Us;function wM(n,t,e){const{i18n:i}=ft.useI18n(),{formatBytes:s}=Jn({i18n:i}),{translateUnit:r}=ft.useTranslatedUnits();return{legendValues:d.computed(()=>n.value.datasets.reduce((o,l)=>{const c=l.total?l.total:l.data.reduce((h,f)=>h+(typeof f=="number"?Number(f)||0:Number(f&&f.y)||0),0);let u;if(e.value==="bytes")u=s(c);else{const h=r(e.value,c);u=i&&i.t("legend.datapointValueDisplay",{value:Hs(c,{capital:!0}),unit:h})||`${Hs(c,{capital:!0})} ${e.value}`}return{...o,[l.label]:{raw:c,formatted:u,isThreshold:l.isThreshold}}},{}))}}function SM(n){return d.computed(()=>{var s;if(!((s=n.value)!=null&&s.meta))return"";const e=n.value.meta.start,i=n.value.meta.end;return e&&i?`${$h(new Date(e))} - ${$h(new Date(i),{includeTZ:!0})}`:""})}function vM(n){const e=`donutChartTooltipPosition-${n.tooltipState.chartID}`,i={enabled:!1,position:e,callbacks:{label:r=>({label:r.dataset.label,value:r.label})}};De.positioners[e]=function(r,a){if(!r.length||a.x===null||a.y===null)return!1;const o=this.chart.canvas.getBoundingClientRect(),l=n.tooltipState.width||this.width,c=o.width/2,u=Qo(a,l,c),h=a.y,f=a.x<c?"left":"center";return{x:u-n.tooltipState.offsetX,y:h,xAlign:f}};const s=d.computed(()=>({cutout:"65%",responsive:!0,maintainAspectRatio:!1,plugins:{htmlLegend:{containerID:n.legendID},legend:{display:!1},tooltip:{...i,external:r=>{Jh(n.tooltipState,r)}}},layout:{padding:{left:0,right:0,top:5,bottom:0}}}));return d.onUnmounted(()=>{De.positioners[e]&&delete De.positioners[e]}),{options:s}}function TM(n){const t=d.computed(()=>{var l,c;return{type:"timeseries",display:!0,grid:{display:!0,drawOnChartArea:!1,drawTicks:!0,drawBorder:!1},ticks:{padding:0,autoSkipPadding:100,source:"auto",maxRotation:0,callback:u=>{const h=new Date(u);return mM({tickValue:h,granularity:n.granularity.value,dayBoundaryCrossed:a.value})}},title:{display:!st((l=n.dimensionAxesTitle)==null?void 0:l.value),text:(c=n.dimensionAxesTitle)==null?void 0:c.value,padding:{top:3},font:{weight:"bold"}},border:{display:!1},stacked:n.stacked.value}}),e=d.computed(()=>{var l,c;return{title:{display:!st((l=n.metricAxesTitle)==null?void 0:l.value),text:(c=n.metricAxesTitle)==null?void 0:c.value,padding:{bottom:3},font:{weight:"bold"}},ticks:{maxTicksLimit:5},grid:{drawBorder:!1},id:"main-y-axis",beginAtZero:!0,border:{display:!1},stacked:n.stacked.value}}),s=`lineChartTooltipPosition-${n.tooltipState.chartID}`,r={enabled:!1,position:s};De.positioners[s]=function(l,c){if(!l.length||n.tooltipState.interactionMode==="interactive"||c.x===null||c.y===null)return!1;const u=this.chart.canvas.getBoundingClientRect(),h=n.tooltipState.width||this.width,f=n.tooltipState.height||this.height,m=u.width/2,p=u.height/2,_=Qo(c,h,m);let x=jv(c,f,p);const S=c.y<p?"top":"bottom",M=c.x<m?"left":"center";return f>u.height&&(x=0),{x:_,y:x,xAlign:M,yAlign:S}};const a=d.computed(()=>{const l=Number(n.timeRangeMs.value),c=new Date,u=new Date(c.getTime()-l);return gw(l)>24||u.getDate()!==c.getDate()}),o=d.computed(()=>{var l,c;return{hover:{mode:"index",intersect:!1},elements:{point:{radius:(l=n.pointsWithoutHover)!=null&&l.value?3:0,hitRadius:4,hoverRadius:4}},animation:{duration:250,easing:"linear"},scales:{x:t.value,y:e.value},responsive:!0,maintainAspectRatio:!1,plugins:{htmlLegend:{containerID:n.legendID},legend:{display:!1},streaming:!1,tooltip:{...r,external:u=>{Qh(n.tooltipState,u,n.granularity.value)}},thresholdPlugin:{threshold:(c=n.threshold)==null?void 0:c.value}},interaction:{mode:"index",intersect:!1},layout:{padding:{left:0,right:0,top:0,bottom:0}}}});return d.onUnmounted(()=>{De.positioners[s]&&delete De.positioners[s]}),{options:o}}function MM(n){const{isMultiMetric:t,hasDimensions:e,metricNames:i,barSegmentLabels:s,pivotRecords:r,rowLabels:a,colorPalette:o}=n,{i18n:l}=ft.useI18n();return t?i.map(u=>({label:l&&l.te(`chartLabels.${u}`)&&l.t(`chartLabels.${u}`)||u,backgroundColor:tl(i.indexOf(u),On),data:a.map((h,f)=>e?r[`${h.id},${u}`]||0:r[`${f},${u}`]||null)})):Array.from(s).flatMap((u,h)=>{if(!u)return[];const f=of(h,u.name,u.id==="empty",o);return{label:l&&l.te(`chartLabels.${u.name}`)&&l.t(`chartLabels.${u.name}`)||u.name,backgroundColor:f,data:a.map(m=>r[`${m.id},${u.id}`]||null),isSegmentEmpty:u.id==="empty"}})}function kM(n,t){const{i18n:e}=ft.useI18n();return d.computed(()=>{try{if(t.value&&"meta"in t.value&&"data"in t.value){const s=t.value.data,{display:r,metric_names:a}=t.value.meta,o=r&&Object.keys(r),l=a&&a.length>1,c=r&&o&&o.length>0,u=c&&o.length>1;if(!s.length||!a)return{datasets:[],labels:[]};const h=c&&o||a,f=h[0],m=h.length>1?h[1]:h[0],p=Object.fromEntries(l?s.flatMap(y=>a.map((v,O)=>{const R=y.event[f],z=c?`${R},${v}`:`${O},${v}`,L=y.event[v];return[z,L]})):s.map(y=>{const v=c?`${y.event[f]},${y.event[m]}`:`${f},${m}`,O=y.event[a[0]];return[v,O]})),_=Object.keys(p).reduce((y,v)=>{const[O]=v.split(","),R=p[v];return y[O]?y[O]+=R:y[O]=R,y},{}),x=Object.entries(_).sort(([,y],[,v])=>Number(v)-Number(y)).map(([y])=>y),S=r[f],M=r[m];let C=c&&S&&Object.entries(S).map(([y,v])=>({id:y,name:v.name}))||a.map(y=>({id:y,name:y})),A=c&&M&&Object.entries(M).map(([y,v])=>({id:y,name:v.name}))||a.map(y=>({id:y,name:y}));if(c&&f==="country_code"&&(C=C.map(y=>({...y,name:Zo(y.id)||y.name}))),c&&m==="country_code"&&(A=A.map(y=>({...y,name:Zo(y.id)||y.name}))),f!=="status_code"&&f!=="status_code_grouped"&&(C.sort((y,v)=>x.indexOf(y.id)-x.indexOf(v.id)),A.sort((y,v)=>x.indexOf(y.id)-x.indexOf(v.id))),!C||!A)return{labels:[],datasets:[]};const E=MM({isMultiMetric:l,hasDimensions:c,metricNames:a,dimensionFieldNames:h,barSegmentLabels:A,pivotRecords:p,rowLabels:C,colorPalette:n.colorPalette||On}),D=c?C.map(y=>e&&e.te(`chartLabels.${y.name}`)&&e.t(`chartLabels.${y.name}`)||y.name):a.map(y=>e&&e.te(`chartLabels.${y}`)&&e.t(`chartLabels.${y}`)||y),T=C.map(y=>y.id==="empty");return{labels:D,datasets:E,isLabelEmpty:T,isMultiDimension:u}}}catch(s){return console.error(s),{datasets:[],labels:[]}}return{labels:[],datasets:[]}})}const DM=(n,t,e=1)=>Array(Math.ceil((t-n)/e)).fill(n).map((i,s)=>i+s*e),CM=n=>{if(typeof n=="string"){const t=+n;if(t)return t;try{return oh(n).getTime()}catch(e){if(e instanceof RangeError)return 0;throw e}}return n},OM=(n,t,e,i,s)=>{const a=Math.max(t-6e4,Math.max(...(s||[]).map(c=>new Date(c.timestamp).valueOf()))),o=Math.floor((n-i)/e)*e+i,l=Math.floor((a-i)/e)*e+i+e;return DM(o,l,e)};function EM(n,t){const{i18n:e}=ft.useI18n();return d.computed(()=>{try{if(t.value&&"meta"in t.value&&"data"in t.value){const s=t.value.data,{display:r,metric_names:a,start:o,end:l}=t.value.meta,c=new Date(o).getTime(),u=new Date(l).getTime();if(!a)return console.error("Cannot build chart data from this explore result. Missing metric names."),{datasets:[]};const h=r&&Object.keys(r)||a,f=h&&h[0],m=r[f];let p=r&&m&&Object.keys(m).map(D=>({id:D,name:m[D].name}))||a.map(D=>({id:D,name:D}));f==="country_code"&&(p=p.map(D=>({...D,name:Zo(D.id)||D.name})));const _=t.value.meta.granularity_ms;if(typeof _!="number"||isNaN(_)||!isFinite(_)||_===0)return console.error("Invalid step value:",_),{datasets:[],labels:[]};if(!s.length)return{datasets:[],labels:[]};const x=CM(c),S=OM(c,u,_,x,s),M=new Set,C=s!=null&&s.length?s.reduce((D,T)=>{const g=new Date(T.timestamp).valueOf(),y=T.event;for(const v of a)M.add(v),g in D||(D[g]={}),v in D[g]||(D[g][v]={});for(const v of a)p.forEach(O=>{y[f]===O.id||v===O.id?(D[g][v]||(D[g][v]={}),D[g][v][O.name]=Math.round(Number(y[v])*1e3)/1e3):h.length||(D[g][v]||(D[g][v]={}),D[g][v][O.name]=Math.round(Number(y[O.id])*1e3)/1e3)});return D},{}):{},E=[...a.length===1?a.flatMap(D=>p.map(T=>[D,T.name,T.id==="empty"])):p.map(D=>[D.name,D.name,D.id==="empty"])].map(([D,T,g],y)=>{const v=S.map(L=>L in C&&D in C[L]?{x:L,y:C[L][D][T]||0}:{x:L,y:0});let{colorPalette:O,fill:R}=n;st(O)&&(O=On);const z=of(y,T,g,O);return{rawDimension:T,rawMetric:D,label:e&&e.te(`chartLabels.${T}`)&&e.t(`chartLabels.${T}`)||T,borderColor:z,backgroundColor:z,data:v,total:v.reduce((L,{y:B})=>L+Number(B),0),...kT,fill:R,borderWidth:R?CT:DT,isSegmentEmpty:g}});return f==="status_code"||f==="status_code_grouped"?E.sort((D,T)=>(D.label??"")<(T.label??"")?-1:1):E.sort((D,T)=>Number(D.total)<Number(T.total)?-1:1),{datasets:E}}}catch(s){return console.error(s),{labels:[],datasets:[]}}return{labels:[],datasets:[]}})}const AM=(n,t)=>{d.watch([n,t],(e,i,s)=>{const[r,a]=e;!a||!window||(window._AnalyticsChartDataInternal||(window._AnalyticsChartDataInternal=new Map),window._AnalyticsChartDataInternal.set(a,r),s(()=>{var o;(o=window._AnalyticsChartDataInternal)==null||o.delete(a)}))},{immediate:!0})};function PM(){const{i18n:n}=ft.useI18n();return{translateUnit:(e,i)=>{const s=i===1,r=`chartUnits.${e}`;return zs(e)?"":n.te(r)?n.t(r,{plural:s?"":"s"}):e}}}const RM="analytics-query-provider",Of=2;function IM(){const n=d.inject(RM);return{evaluateFeatureFlag:(e,i)=>n?n.evaluateFeatureFlagFn(e,i):i}}function gl(n){return d.getCurrentScope()?(d.onScopeDispose(n),!0):!1}const Ef=typeof window<"u"&&typeof document<"u";typeof WorkerGlobalScope<"u"&&globalThis instanceof WorkerGlobalScope;const LM=n=>n!=null,NM=Object.prototype.toString,FM=n=>NM.call(n)==="[object Object]";function ra(n){return Array.isArray(n)?n:[n]}function BM(n){return d.getCurrentInstance()}function zM(n,t={}){if(!d.isRef(n))return d.toRefs(n);const e=Array.isArray(n.value)?Array.from({length:n.value.length}):{};for(const i in n.value)e[i]=d.customRef(()=>({get(){return n.value[i]},set(s){var r;if((r=d.toValue(t.replaceRef))!=null?r:!0)if(Array.isArray(n.value)){const o=[...n.value];o[i]=s,n.value=o}else{const o={...n.value,[i]:s};Object.setPrototypeOf(o,Object.getPrototypeOf(n.value)),n.value=o}else n.value[i]=s}}));return e}function UM(n,t=!0,e){BM()?d.onMounted(n,e):t?n():d.nextTick(n)}function HM(n,t,e){return d.watch(n,t,{...e,immediate:!0})}const aa=Ef?window:void 0;function Ri(n){var t;const e=d.toValue(n);return(t=e==null?void 0:e.$el)!=null?t:e}function Ws(...n){const t=[],e=()=>{t.forEach(o=>o()),t.length=0},i=(o,l,c,u)=>(o.addEventListener(l,c,u),()=>o.removeEventListener(l,c,u)),s=d.computed(()=>{const o=ra(d.toValue(n[0])).filter(l=>l!=null);return o.every(l=>typeof l!="string")?o:void 0}),r=HM(()=>{var o,l;return[(l=(o=s.value)==null?void 0:o.map(c=>Ri(c)))!=null?l:[aa].filter(c=>c!=null),ra(d.toValue(s.value?n[1]:n[0])),ra(d.unref(s.value?n[2]:n[1])),d.toValue(s.value?n[3]:n[2])]},([o,l,c,u])=>{if(e(),!(o!=null&&o.length)||!(l!=null&&l.length)||!(c!=null&&c.length))return;const h=FM(u)?{...u}:u;t.push(...o.flatMap(f=>l.flatMap(m=>c.map(p=>i(f,m,p,h)))))},{flush:"post"}),a=()=>{r(),e()};return gl(e),a}function WM(){const n=d.shallowRef(!1),t=d.getCurrentInstance();return t&&d.onMounted(()=>{n.value=!0},t),n}function Af(n){const t=WM();return d.computed(()=>(t.value,!!n()))}function VM(n,t,e={}){const{window:i=aa,...s}=e;let r;const a=Af(()=>i&&"MutationObserver"in i),o=()=>{r&&(r.disconnect(),r=void 0)},l=d.computed(()=>{const f=d.toValue(n),m=ra(f).map(Ri).filter(LM);return new Set(m)}),c=d.watch(l,f=>{o(),a.value&&f.size&&(r=new MutationObserver(t),f.forEach(m=>r.observe(m,s)))},{immediate:!0,flush:"post"}),u=()=>r==null?void 0:r.takeRecords(),h=()=>{c(),o()};return gl(h),{isSupported:a,stop:h,takeRecords:u}}function YM(n,t={}){var e;const{pointerTypes:i,preventDefault:s,stopPropagation:r,exact:a,onMove:o,onEnd:l,onStart:c,initialValue:u,axis:h="both",draggingElement:f=aa,containerElement:m,handle:p=n,buttons:_=[0]}=t,x=d.ref((e=d.toValue(u))!=null?e:{x:0,y:0}),S=d.ref(),M=T=>i?i.includes(T.pointerType):!0,C=T=>{d.toValue(s)&&T.preventDefault(),d.toValue(r)&&T.stopPropagation()},A=T=>{var g;if(!d.toValue(_).includes(T.button)||d.toValue(t.disabled)||!M(T)||d.toValue(a)&&T.target!==d.toValue(n))return;const y=d.toValue(m),v=(g=y==null?void 0:y.getBoundingClientRect)==null?void 0:g.call(y),O=d.toValue(n).getBoundingClientRect(),R={x:T.clientX-(y?O.left-v.left+y.scrollLeft:O.left),y:T.clientY-(y?O.top-v.top+y.scrollTop:O.top)};(c==null?void 0:c(R,T))!==!1&&(S.value=R,C(T))},E=T=>{if(d.toValue(t.disabled)||!M(T)||!S.value)return;const g=d.toValue(m),y=d.toValue(n).getBoundingClientRect();let{x:v,y:O}=x.value;(h==="x"||h==="both")&&(v=T.clientX-S.value.x,g&&(v=Math.min(Math.max(0,v),g.scrollWidth-y.width))),(h==="y"||h==="both")&&(O=T.clientY-S.value.y,g&&(O=Math.min(Math.max(0,O),g.scrollHeight-y.height))),x.value={x:v,y:O},o==null||o(x.value,T),C(T)},D=T=>{d.toValue(t.disabled)||!M(T)||S.value&&(S.value=void 0,l==null||l(x.value,T),C(T))};if(Ef){const T=()=>{var g;return{capture:(g=t.capture)!=null?g:!0,passive:!d.toValue(s)}};Ws(p,"pointerdown",A,T),Ws(f,"pointermove",E,T),Ws(f,"pointerup",D,T)}return{...zM(x),position:x,isDragging:d.computed(()=>!!S.value),style:d.computed(()=>`left:${x.value.x}px;top:${x.value.y}px;`)}}function $M(n,t,e={}){const{window:i=aa,...s}=e;let r;const a=Af(()=>i&&"ResizeObserver"in i),o=()=>{r&&(r.disconnect(),r=void 0)},l=d.computed(()=>{const h=d.toValue(n);return Array.isArray(h)?h.map(f=>Ri(f)):[Ri(h)]}),c=d.watch(l,h=>{if(o(),a.value&&i){r=new ResizeObserver(t);for(const f of h)f&&r.observe(f,s)}},{immediate:!0,flush:"post"}),u=()=>{o(),c()};return gl(u),{isSupported:a,stop:u}}function jM(n,t={}){const{reset:e=!0,windowResize:i=!0,windowScroll:s=!0,immediate:r=!0,updateTiming:a="sync"}=t,o=d.shallowRef(0),l=d.shallowRef(0),c=d.shallowRef(0),u=d.shallowRef(0),h=d.shallowRef(0),f=d.shallowRef(0),m=d.shallowRef(0),p=d.shallowRef(0);function _(){const S=Ri(n);if(!S){e&&(o.value=0,l.value=0,c.value=0,u.value=0,h.value=0,f.value=0,m.value=0,p.value=0);return}const M=S.getBoundingClientRect();o.value=M.height,l.value=M.bottom,c.value=M.left,u.value=M.right,h.value=M.top,f.value=M.width,m.value=M.x,p.value=M.y}function x(){a==="sync"?_():a==="next-frame"&&requestAnimationFrame(()=>_())}return $M(n,x),d.watch(()=>Ri(n),S=>!S&&x()),VM(n,x,{attributeFilter:["style","class"]}),s&&Ws("scroll",x,{capture:!0,passive:!0}),i&&Ws("resize",x,{passive:!0}),UM(()=>{r&&x()}),{height:o,bottom:l,left:c,right:u,top:h,width:f,x:m,y:p,update:x}}function qM(n,t){const{top:e,left:i}=jM(n),s=d.computed(()=>n.value?`${parseFloat(t.left)+i.value}px`:t.left),r=d.computed(()=>n.value?`${parseFloat(t.top)+e.value}px`:t.top);return{tooltipAbsoluteLeft:s,tooltipAbsoluteTop:r}}const GM=({bucketCount:n,minStamp:t,maxStamp:e,timestamps:i})=>{const s=[...i].filter(l=>l>=t&&l<=e).sort((l,c)=>l-c),r=[];if(e-t<n-2)return[];const a=(e-t)/n;let o=0;for(let l=0;l<n;l++){const c=t+l*a,u=t+(l+1)*a;let h=0;for(;o<s.length&&s[o]>=c&&s[o]<=u;)h++,o++;r.push([Math.ceil(c),h])}return r},Pf=()=>({minCounts:{},maxCounts:{},minStamps:{},maxStamps:{},renderPoints:{}}),Vs=d.ref({}),KM=n=>(Vs.value[n]||(Vs.value[n]=Pf()),Vs.value[n]),XM=(n,t)=>{const e=Vs.value[t];if(!e)return;const i=e.minCounts[n]!==void 0||e.maxCounts[n]!==void 0||e.minStamps[n]!==void 0||e.maxStamps[n]!==void 0||e.renderPoints[n]!==void 0;e&&i&&(delete e.minCounts[n],delete e.maxCounts[n],delete e.minStamps[n],delete e.maxStamps[n],delete e.renderPoints[n],Object.keys(e.minCounts).length||Object.keys(e.maxCounts).length||Object.keys(e.minStamps).length||Object.keys(e.maxStamps).length||Object.keys(e.renderPoints).length||delete Vs.value[t])};function ZM({chartKey:n,datasets:t,groupKey:e,minStamp:i=void 0,maxStamp:s=void 0,minCount:r=void 0,maxCount:a=void 0,renderPoints:o=void 0,type:l}){const u=e!==void 0&&n!==void 0?KM(e):Pf(),h=n!==void 0?n:"static-chart-key",f=d.computed(()=>t.reduce((v,{timestamps:O})=>[...v,...O],[])),m=d.computed(()=>i||f.value.reduce((v,O)=>v===0?O:Math.min(v,O),0)),p=d.computed(()=>s||f.value.reduce((v,O)=>Math.max(v,O),0));d.watchEffect(()=>{u.minStamps[h]=m.value,u.maxStamps[h]=p.value,o!==void 0&&(u.renderPoints[h]=o)});const _=d.computed(()=>Object.values(u.minStamps).reduce((v,O)=>v===0?O:Math.min(v,O),0)),x=d.computed(()=>Object.values(u.maxStamps).reduce((v,O)=>Math.max(v,O),0)),S=d.computed(()=>{const v=Object.values(u.renderPoints);return v.length===0?24:v.reduce((O,R)=>Math.max(O,R),2)}),M=d.computed(()=>{const v=x.value-_.value;return Math.ceil(v/S.value)}),C=d.computed(()=>t.length>1),A=d.computed(()=>t.map(({timestamps:v,color:O,label:R})=>({data:GM({bucketCount:S.value,minStamp:_.value,maxStamp:x.value,timestamps:v}).map(([B,K])=>({x:B,y:K})),label:R,...(l==="sparkline_bar"||C.value)&&O&&{backgroundColor:O},...l!=="sparkline_bar"&&O&&{borderColor:O},...C.value&&l!=="sparkline_bar"&&{fill:!0}}))),E=d.computed(()=>{var R,z;const v=((z=(R=A.value[0])==null?void 0:R.data)==null?void 0:z.length)??0,O=[];for(let L=0;L<v;L++){let B=0;for(let K=0;K<A.value.length;K++)B+=A.value[K].data[L].y;O.push(B)}return O}),D=d.computed(()=>{const v=E.value.reduce((O,R)=>Math.max(O,R),0);return Math.max(v,a??0)}),T=d.computed(()=>{const v=A.value.reduce((z,{data:L})=>[...z,...L.map(({y:B})=>B)],[]),O=v.length?v[0]:0,R=v.reduce((z,L)=>Math.min(z,L),O);return r===void 0?R:Math.min(R,r)});d.watchEffect(()=>{u.maxCounts[h]=D.value,u.minCounts[h]=T.value});const g=d.computed(()=>{const v=Object.values(u.minCounts),O=v.length?v[0]:0;return v.reduce((R,z)=>Math.min(R,z),O)}),y=d.computed(()=>Object.values(u.maxCounts).reduce((v,O)=>Math.max(v,O),0));return d.onUnmounted(()=>{n!==void 0&&e!==void 0&&XM(n,e)}),{syncedMinStamp:_,syncedMaxStamp:x,syncedRenderPoints:S,syncedChartDatasets:A,syncedGroupSizeMs:M,syncedMinCount:g,syncedMaxCount:y}}const ft={useBarChartOptions:yM,useChartJSCommon:_M,useChartLegendValues:wM,useChartSelectedRange:SM,useExploreResultToDatasets:kM,useExploreResultToTimeDataset:EM,useDonutChartOptions:vM,useLineChartOptions:TM,useI18n:qm,useReportChartDataForSynthetics:AM,useTranslatedUnits:PM,useEvaluateFeatureFlag:IM,useTooltipAbsolutePosition:qM,useSparklineSync:ZM};var xe=(n=>(n.Hidden="hidden",n.Bottom="bottom",n))(xe||{});/*!
|
|
18
|
+
`):n}function x0(n,t){const{element:e,datasetIndex:i,index:s}=t,r=n.getDatasetMeta(i).controller,{label:a,value:o}=r.getLabelAndValue(s);return{chart:n,label:a,parsed:r.getParsed(s),raw:n.data.datasets[i].data[s],formattedValue:o,dataset:r.getDataset(),dataIndex:s,datasetIndex:i,element:e}}function _d(n,t){const e=n.chart.ctx,{body:i,footer:s,title:r}=n,{boxWidth:a,boxHeight:o}=t,l=Rt(t.bodyFont),c=Rt(t.titleFont),u=Rt(t.footerFont),h=r.length,f=s.length,m=i.length,g=Yt(t.padding);let _=g.height,x=0,S=i.reduce((E,C)=>E+C.before.length+C.lines.length+C.after.length,0);if(S+=n.beforeBody.length+n.afterBody.length,h&&(_+=h*c.lineHeight+(h-1)*t.titleSpacing+t.titleMarginBottom),S){const E=t.displayColors?Math.max(o,l.lineHeight):l.lineHeight;_+=m*E+(S-m)*l.lineHeight+(S-1)*t.bodySpacing}f&&(_+=t.footerMarginTop+f*u.lineHeight+(f-1)*t.footerSpacing);let T=0;const D=function(E){x=Math.max(x,e.measureText(E).width+T)};return e.save(),e.font=c.string,Mt(n.title,D),e.font=l.string,Mt(n.beforeBody.concat(n.afterBody),D),T=t.displayColors?a+2+t.boxPadding:0,Mt(i,E=>{Mt(E.before,D),Mt(E.lines,D),Mt(E.after,D)}),T=0,e.font=u.string,Mt(n.footer,D),e.restore(),x+=g.width,{width:x,height:_}}function w0(n,t){const{y:e,height:i}=t;return e<i/2?"top":e>n.height-i/2?"bottom":"center"}function S0(n,t,e,i){const{x:s,width:r}=i,a=e.caretSize+e.caretPadding;if(n==="left"&&s+r+a>t.width||n==="right"&&s-r-a<0)return!0}function v0(n,t,e,i){const{x:s,width:r}=e,{width:a,chartArea:{left:o,right:l}}=n;let c="center";return i==="center"?c=s<=(o+l)/2?"left":"right":s<=r/2?c="left":s>=a-r/2&&(c="right"),S0(c,n,t,e)&&(c="center"),c}function xd(n,t,e){const i=e.yAlign||t.yAlign||w0(n,e);return{xAlign:e.xAlign||t.xAlign||v0(n,t,e,i),yAlign:i}}function T0(n,t){let{x:e,width:i}=n;return t==="right"?e-=i:t==="center"&&(e-=i/2),e}function M0(n,t,e){let{y:i,height:s}=n;return t==="top"?i+=e:t==="bottom"?i-=s+e:i-=s/2,i}function wd(n,t,e,i){const{caretSize:s,caretPadding:r,cornerRadius:a}=n,{xAlign:o,yAlign:l}=e,c=s+r,{topLeft:u,topRight:h,bottomLeft:f,bottomRight:m}=wn(a);let g=T0(t,o);const _=M0(t,l,c);return l==="center"?o==="left"?g+=c:o==="right"&&(g-=c):o==="left"?g-=Math.max(u,f)+s:o==="right"&&(g+=Math.max(h,m)+s),{x:Xt(g,0,i.width-t.width),y:Xt(_,0,i.height-t.height)}}function Br(n,t,e){const i=Yt(e.padding);return t==="center"?n.x+n.width/2:t==="right"?n.x+n.width-i.right:n.x+i.left}function Sd(n){return Ye([],rn(n))}function k0(n,t,e){return Sn(n,{tooltip:t,tooltipItems:e,type:"tooltip"})}function vd(n,t){const e=t&&t.dataset&&t.dataset.tooltip&&t.dataset.tooltip.callbacks;return e?n.override(e):n}const Td={beforeTitle:Qe,title(n){if(n.length>0){const t=n[0],e=t.chart.data.labels,i=e?e.length:0;if(this&&this.options&&this.options.mode==="dataset")return t.dataset.label||"";if(t.label)return t.label;if(i>0&&t.dataIndex<i)return e[t.dataIndex]}return""},afterTitle:Qe,beforeBody:Qe,beforeLabel:Qe,label(n){if(this&&this.options&&this.options.mode==="dataset")return n.label+": "+n.formattedValue||n.formattedValue;let t=n.dataset.label||"";t&&(t+=": ");const e=n.formattedValue;return st(e)||(t+=e),t},labelColor(n){const e=n.chart.getDatasetMeta(n.datasetIndex).controller.getStyle(n.dataIndex);return{borderColor:e.borderColor,backgroundColor:e.backgroundColor,borderWidth:e.borderWidth,borderDash:e.borderDash,borderDashOffset:e.borderDashOffset,borderRadius:0}},labelTextColor(){return this.options.bodyColor},labelPointStyle(n){const e=n.chart.getDatasetMeta(n.datasetIndex).controller.getStyle(n.dataIndex);return{pointStyle:e.pointStyle,rotation:e.rotation}},afterLabel:Qe,afterBody:Qe,beforeFooter:Qe,footer:Qe,afterFooter:Qe};function be(n,t,e,i){const s=n[t].call(e,i);return typeof s>"u"?Td[t].call(e,i):s}class To extends Zt{constructor(t){super(),this.opacity=0,this._active=[],this._eventPosition=void 0,this._size=void 0,this._cachedAnimations=void 0,this._tooltipItems=[],this.$animations=void 0,this.$context=void 0,this.chart=t.chart,this.options=t.options,this.dataPoints=void 0,this.title=void 0,this.beforeBody=void 0,this.body=void 0,this.afterBody=void 0,this.footer=void 0,this.xAlign=void 0,this.yAlign=void 0,this.x=void 0,this.y=void 0,this.height=void 0,this.width=void 0,this.caretX=void 0,this.caretY=void 0,this.labelColors=void 0,this.labelPointStyles=void 0,this.labelTextColors=void 0}initialize(t){this.options=t,this._cachedAnimations=void 0,this.$context=void 0}_resolveAnimations(){const t=this._cachedAnimations;if(t)return t;const e=this.chart,i=this.options.setContext(this.getContext()),s=i.enabled&&e.options.animation&&i.animations,r=new no(this.chart,s);return s._cacheable&&(this._cachedAnimations=Object.freeze(r)),r}getContext(){return this.$context||(this.$context=k0(this.chart.getContext(),this,this._tooltipItems))}getTitle(t,e){const{callbacks:i}=e,s=be(i,"beforeTitle",this,t),r=be(i,"title",this,t),a=be(i,"afterTitle",this,t);let o=[];return o=Ye(o,rn(s)),o=Ye(o,rn(r)),o=Ye(o,rn(a)),o}getBeforeBody(t,e){return Sd(be(e.callbacks,"beforeBody",this,t))}getBody(t,e){const{callbacks:i}=e,s=[];return Mt(t,r=>{const a={before:[],lines:[],after:[]},o=vd(i,r);Ye(a.before,rn(be(o,"beforeLabel",this,r))),Ye(a.lines,be(o,"label",this,r)),Ye(a.after,rn(be(o,"afterLabel",this,r))),s.push(a)}),s}getAfterBody(t,e){return Sd(be(e.callbacks,"afterBody",this,t))}getFooter(t,e){const{callbacks:i}=e,s=be(i,"beforeFooter",this,t),r=be(i,"footer",this,t),a=be(i,"afterFooter",this,t);let o=[];return o=Ye(o,rn(s)),o=Ye(o,rn(r)),o=Ye(o,rn(a)),o}_createItems(t){const e=this._active,i=this.chart.data,s=[],r=[],a=[];let o=[],l,c;for(l=0,c=e.length;l<c;++l)o.push(x0(this.chart,e[l]));return t.filter&&(o=o.filter((u,h,f)=>t.filter(u,h,f,i))),t.itemSort&&(o=o.sort((u,h)=>t.itemSort(u,h,i))),Mt(o,u=>{const h=vd(t.callbacks,u);s.push(be(h,"labelColor",this,u)),r.push(be(h,"labelPointStyle",this,u)),a.push(be(h,"labelTextColor",this,u))}),this.labelColors=s,this.labelPointStyles=r,this.labelTextColors=a,this.dataPoints=o,o}update(t,e){const i=this.options.setContext(this.getContext()),s=this._active;let r,a=[];if(!s.length)this.opacity!==0&&(r={opacity:0});else{const o=ws[i.position].call(this,s,this._eventPosition);a=this._createItems(i),this.title=this.getTitle(a,i),this.beforeBody=this.getBeforeBody(a,i),this.body=this.getBody(a,i),this.afterBody=this.getAfterBody(a,i),this.footer=this.getFooter(a,i);const l=this._size=_d(this,i),c=Object.assign({},o,l),u=xd(this.chart,i,c),h=wd(i,c,u,this.chart);this.xAlign=u.xAlign,this.yAlign=u.yAlign,r={opacity:1,x:h.x,y:h.y,width:l.width,height:l.height,caretX:o.x,caretY:o.y}}this._tooltipItems=a,this.$context=void 0,r&&this._resolveAnimations().update(this,r),t&&i.external&&i.external.call(this,{chart:this.chart,tooltip:this,replay:e})}drawCaret(t,e,i,s){const r=this.getCaretPosition(t,i,s);e.lineTo(r.x1,r.y1),e.lineTo(r.x2,r.y2),e.lineTo(r.x3,r.y3)}getCaretPosition(t,e,i){const{xAlign:s,yAlign:r}=this,{caretSize:a,cornerRadius:o}=i,{topLeft:l,topRight:c,bottomLeft:u,bottomRight:h}=wn(o),{x:f,y:m}=t,{width:g,height:_}=e;let x,S,T,D,E,C;return r==="center"?(E=m+_/2,s==="left"?(x=f,S=x-a,D=E+a,C=E-a):(x=f+g,S=x+a,D=E-a,C=E+a),T=x):(s==="left"?S=f+Math.max(l,u)+a:s==="right"?S=f+g-Math.max(c,h)-a:S=this.caretX,r==="top"?(D=m,E=D-a,x=S-a,T=S+a):(D=m+_,E=D+a,x=S+a,T=S-a),C=D),{x1:x,x2:S,x3:T,y1:D,y2:E,y3:C}}drawTitle(t,e,i){const s=this.title,r=s.length;let a,o,l;if(r){const c=_i(i.rtl,this.x,this.width);for(t.x=Br(this,i.titleAlign,i),e.textAlign=c.textAlign(i.titleAlign),e.textBaseline="middle",a=Rt(i.titleFont),o=i.titleSpacing,e.fillStyle=i.titleColor,e.font=a.string,l=0;l<r;++l)e.fillText(s[l],c.x(t.x),t.y+a.lineHeight/2),t.y+=a.lineHeight+o,l+1===r&&(t.y+=i.titleMarginBottom-o)}}_drawColorBox(t,e,i,s,r){const a=this.labelColors[i],o=this.labelPointStyles[i],{boxHeight:l,boxWidth:c}=r,u=Rt(r.bodyFont),h=Br(this,"left",r),f=s.x(h),m=l<u.lineHeight?(u.lineHeight-l)/2:0,g=e.y+m;if(r.usePointStyle){const _={radius:Math.min(c,l)/2,pointStyle:o.pointStyle,rotation:o.rotation,borderWidth:1},x=s.leftForLtr(f,c)+c/2,S=g+l/2;t.strokeStyle=r.multiKeyBackground,t.fillStyle=r.multiKeyBackground,Ka(t,_,x,S),t.strokeStyle=a.borderColor,t.fillStyle=a.backgroundColor,Ka(t,_,x,S)}else{t.lineWidth=ht(a.borderWidth)?Math.max(...Object.values(a.borderWidth)):a.borderWidth||1,t.strokeStyle=a.borderColor,t.setLineDash(a.borderDash||[]),t.lineDashOffset=a.borderDashOffset||0;const _=s.leftForLtr(f,c),x=s.leftForLtr(s.xPlus(f,1),c-2),S=wn(a.borderRadius);Object.values(S).some(T=>T!==0)?(t.beginPath(),t.fillStyle=r.multiKeyBackground,pi(t,{x:_,y:g,w:c,h:l,radius:S}),t.fill(),t.stroke(),t.fillStyle=a.backgroundColor,t.beginPath(),pi(t,{x,y:g+1,w:c-2,h:l-2,radius:S}),t.fill()):(t.fillStyle=r.multiKeyBackground,t.fillRect(_,g,c,l),t.strokeRect(_,g,c,l),t.fillStyle=a.backgroundColor,t.fillRect(x,g+1,c-2,l-2))}t.fillStyle=this.labelTextColors[i]}drawBody(t,e,i){const{body:s}=this,{bodySpacing:r,bodyAlign:a,displayColors:o,boxHeight:l,boxWidth:c,boxPadding:u}=i,h=Rt(i.bodyFont);let f=h.lineHeight,m=0;const g=_i(i.rtl,this.x,this.width),_=function(p){e.fillText(p,g.x(t.x+m),t.y+f/2),t.y+=f+r},x=g.textAlign(a);let S,T,D,E,C,A,k;for(e.textAlign=a,e.textBaseline="middle",e.font=h.string,t.x=Br(this,x,i),e.fillStyle=i.bodyColor,Mt(this.beforeBody,_),m=o&&x!=="right"?a==="center"?c/2+u:c+2+u:0,E=0,A=s.length;E<A;++E){for(S=s[E],T=this.labelTextColors[E],e.fillStyle=T,Mt(S.before,_),D=S.lines,o&&D.length&&(this._drawColorBox(e,t,E,g,i),f=Math.max(h.lineHeight,l)),C=0,k=D.length;C<k;++C)_(D[C]),f=h.lineHeight;Mt(S.after,_)}m=0,f=h.lineHeight,Mt(this.afterBody,_),t.y-=r}drawFooter(t,e,i){const s=this.footer,r=s.length;let a,o;if(r){const l=_i(i.rtl,this.x,this.width);for(t.x=Br(this,i.footerAlign,i),t.y+=i.footerMarginTop,e.textAlign=l.textAlign(i.footerAlign),e.textBaseline="middle",a=Rt(i.footerFont),e.fillStyle=i.footerColor,e.font=a.string,o=0;o<r;++o)e.fillText(s[o],l.x(t.x),t.y+a.lineHeight/2),t.y+=a.lineHeight+i.footerSpacing}}drawBackground(t,e,i,s){const{xAlign:r,yAlign:a}=this,{x:o,y:l}=t,{width:c,height:u}=i,{topLeft:h,topRight:f,bottomLeft:m,bottomRight:g}=wn(s.cornerRadius);e.fillStyle=s.backgroundColor,e.strokeStyle=s.borderColor,e.lineWidth=s.borderWidth,e.beginPath(),e.moveTo(o+h,l),a==="top"&&this.drawCaret(t,e,i,s),e.lineTo(o+c-f,l),e.quadraticCurveTo(o+c,l,o+c,l+f),a==="center"&&r==="right"&&this.drawCaret(t,e,i,s),e.lineTo(o+c,l+u-g),e.quadraticCurveTo(o+c,l+u,o+c-g,l+u),a==="bottom"&&this.drawCaret(t,e,i,s),e.lineTo(o+m,l+u),e.quadraticCurveTo(o,l+u,o,l+u-m),a==="center"&&r==="left"&&this.drawCaret(t,e,i,s),e.lineTo(o,l+h),e.quadraticCurveTo(o,l,o+h,l),e.closePath(),e.fill(),s.borderWidth>0&&e.stroke()}_updateAnimationTarget(t){const e=this.chart,i=this.$animations,s=i&&i.x,r=i&&i.y;if(s||r){const a=ws[t.position].call(this,this._active,this._eventPosition);if(!a)return;const o=this._size=_d(this,t),l=Object.assign({},a,this._size),c=xd(e,t,l),u=wd(t,l,c,e);(s._to!==u.x||r._to!==u.y)&&(this.xAlign=c.xAlign,this.yAlign=c.yAlign,this.width=o.width,this.height=o.height,this.caretX=a.x,this.caretY=a.y,this._resolveAnimations().update(this,u))}}_willRender(){return!!this.opacity}draw(t){const e=this.options.setContext(this.getContext());let i=this.opacity;if(!i)return;this._updateAnimationTarget(e);const s={width:this.width,height:this.height},r={x:this.x,y:this.y};i=Math.abs(i)<.001?0:i;const a=Yt(e.padding),o=this.title.length||this.beforeBody.length||this.body.length||this.afterBody.length||this.footer.length;e.enabled&&o&&(t.save(),t.globalAlpha=i,this.drawBackground(r,t,s,e),su(t,e.textDirection),r.y+=a.top,this.drawTitle(r,t,e),this.drawBody(r,t,e),this.drawFooter(r,t,e),ru(t,e.textDirection),t.restore())}getActiveElements(){return this._active||[]}setActiveElements(t,e){const i=this._active,s=t.map(({datasetIndex:o,index:l})=>{const c=this.chart.getDatasetMeta(o);if(!c)throw new Error("Cannot find a dataset at index "+o);return{datasetIndex:o,element:c.data[l],index:l}}),r=!ur(i,s),a=this._positionChanged(s,e);(r||a)&&(this._active=s,this._eventPosition=e,this._ignoreReplayEvents=!0,this.update(!0))}handleEvent(t,e,i=!0){if(e&&this._ignoreReplayEvents)return!1;this._ignoreReplayEvents=!1;const s=this.options,r=this._active||[],a=this._getActiveElements(t,r,e,i),o=this._positionChanged(a,t),l=e||!ur(a,r)||o;return l&&(this._active=a,(s.enabled||s.external)&&(this._eventPosition={x:t.x,y:t.y},this.update(!0,e))),l}_getActiveElements(t,e,i,s){const r=this.options;if(t.type==="mouseout")return[];if(!s)return e.filter(o=>this.chart.data.datasets[o.datasetIndex]&&this.chart.getDatasetMeta(o.datasetIndex).controller.getParsed(o.index)!==void 0);const a=this.chart.getElementsAtEventForMode(t,r.mode,r,i);return r.reverse&&a.reverse(),a}_positionChanged(t,e){const{caretX:i,caretY:s,options:r}=this,a=ws[r.position].call(this,t,e);return a!==!1&&(i!==a.x||s!==a.y)}}P(To,"positioners",ws);var De={id:"tooltip",_element:To,positioners:ws,afterInit(n,t,e){e&&(n.tooltip=new To({chart:n,options:e}))},beforeUpdate(n,t,e){n.tooltip&&n.tooltip.initialize(e)},reset(n,t,e){n.tooltip&&n.tooltip.initialize(e)},afterDraw(n){const t=n.tooltip;if(t&&t._willRender()){const e={tooltip:t};if(n.notifyPlugins("beforeTooltipDraw",{...e,cancelable:!0})===!1)return;t.draw(n.ctx),n.notifyPlugins("afterTooltipDraw",e)}},afterEvent(n,t){if(n.tooltip){const e=t.replay;n.tooltip.handleEvent(t.event,e,t.inChartArea)&&(t.changed=!0)}},defaults:{enabled:!0,external:null,position:"average",backgroundColor:"rgba(0,0,0,0.8)",titleColor:"#fff",titleFont:{weight:"bold"},titleSpacing:2,titleMarginBottom:6,titleAlign:"left",bodyColor:"#fff",bodySpacing:2,bodyFont:{},bodyAlign:"left",footerColor:"#fff",footerSpacing:2,footerMarginTop:6,footerFont:{weight:"bold"},footerAlign:"left",padding:6,caretPadding:2,caretSize:5,cornerRadius:6,boxHeight:(n,t)=>t.bodyFont.size,boxWidth:(n,t)=>t.bodyFont.size,multiKeyBackground:"#fff",displayColors:!0,boxPadding:0,borderColor:"rgba(0,0,0,0)",borderWidth:0,animation:{duration:400,easing:"easeOutQuart"},animations:{numbers:{type:"number",properties:["x","y","width","height","caretX","caretY"]},opacity:{easing:"linear",duration:200}},callbacks:Td},defaultRoutes:{bodyFont:"font",footerFont:"font",titleFont:"font"},descriptors:{_scriptable:n=>n!=="filter"&&n!=="itemSort"&&n!=="external",_indexable:!1,callbacks:{_scriptable:!1,_indexable:!1},animation:{_fallback:!1},animations:{_fallback:"animation"}},additionalOptionScopes:["interaction"]},D0=Object.freeze({__proto__:null,Colors:Ub,Decimation:Yb,Filler:u0,Legend:p0,SubTitle:_0,Title:b0,Tooltip:De});const C0=(n,t,e,i)=>(typeof t=="string"?(e=n.push(t)-1,i.unshift({index:e,label:t})):isNaN(t)&&(e=null),e);function O0(n,t,e,i){const s=n.indexOf(t);if(s===-1)return C0(n,t,e,i);const r=n.lastIndexOf(t);return s!==r?e:s}const E0=(n,t)=>n===null?null:Xt(Math.round(n),0,t);function Md(n){const t=this.getLabels();return n>=0&&n<t.length?t[n]:n}class Mo extends qn{constructor(t){super(t),this._startValue=void 0,this._valueRange=0,this._addedLabels=[]}init(t){const e=this._addedLabels;if(e.length){const i=this.getLabels();for(const{index:s,label:r}of e)i[s]===r&&i.splice(s,1);this._addedLabels=[]}super.init(t)}parse(t,e){if(st(t))return null;const i=this.getLabels();return e=isFinite(e)&&i[e]===t?e:O0(i,t,rt(e,t),this._addedLabels),E0(e,i.length-1)}determineDataLimits(){const{minDefined:t,maxDefined:e}=this.getUserBounds();let{min:i,max:s}=this.getMinMax(!0);this.options.bounds==="ticks"&&(t||(i=0),e||(s=this.getLabels().length-1)),this.min=i,this.max=s}buildTicks(){const t=this.min,e=this.max,i=this.options.offset,s=[];let r=this.getLabels();r=t===0&&e===r.length-1?r:r.slice(t,e+1),this._valueRange=Math.max(r.length-(i?0:1),1),this._startValue=this.min-(i?.5:0);for(let a=t;a<=e;a++)s.push({value:a});return s}getLabelForValue(t){return Md.call(this,t)}configure(){super.configure(),this.isHorizontal()||(this._reversePixels=!this._reversePixels)}getPixelForValue(t){return typeof t!="number"&&(t=this.parse(t)),t===null?NaN:this.getPixelForDecimal((t-this._startValue)/this._valueRange)}getPixelForTick(t){const e=this.ticks;return t<0||t>e.length-1?null:this.getPixelForValue(e[t].value)}getValueForPixel(t){return Math.round(this._startValue+this.getDecimalForPixel(t)*this._valueRange)}getBasePixel(){return this.bottom}}P(Mo,"id","category"),P(Mo,"defaults",{ticks:{callback:Md}});function A0(n,t){const e=[],{bounds:s,step:r,min:a,max:o,precision:l,count:c,maxTicks:u,maxDigits:h,includeBounds:f}=n,m=r||1,g=u-1,{min:_,max:x}=t,S=!st(a),T=!st(o),D=!st(c),E=(x-_)/(h+1);let C=Ac((x-_)/g/m)*m,A,k,p,b;if(C<1e-14&&!S&&!T)return[{value:_},{value:x}];b=Math.ceil(x/C)-Math.floor(_/C),b>g&&(C=Ac(b*C/g/m)*m),st(l)||(A=Math.pow(10,l),C=Math.ceil(C*A)/A),s==="ticks"?(k=Math.floor(_/C)*C,p=Math.ceil(x/C)*C):(k=_,p=x),S&&T&&r&&kg((o-a)/r,C/1e3)?(b=Math.round(Math.min((o-a)/C,u)),C=(o-a)/b,k=a,p=o):D?(k=S?a:k,p=T?o:p,b=c-1,C=(p-k)/b):(b=(p-k)/C,es(b,Math.round(b),C/1e3)?b=Math.round(b):b=Math.ceil(b));const v=Math.max(Rc(C),Rc(k));A=Math.pow(10,st(l)?v:l),k=Math.round(k*A)/A,p=Math.round(p*A)/A;let O=0;for(S&&(f&&k!==a?(e.push({value:a}),k<a&&O++,es(Math.round((k+O*C)*A)/A,a,kd(a,E,n))&&O++):k<a&&O++);O<b;++O){const R=Math.round((k+O*C)*A)/A;if(T&&R>o)break;e.push({value:R})}return T&&f&&p!==o?e.length&&es(e[e.length-1].value,o,kd(o,E,n))?e[e.length-1].value=o:e.push({value:o}):(!T||p===o)&&e.push({value:p}),e}function kd(n,t,{horizontal:e,minRotation:i}){const s=Vt(i),r=(e?Math.sin(s):Math.cos(s))||.001,a=.75*t*(""+n).length;return Math.min(t/r,a)}class zr extends qn{constructor(t){super(t),this.start=void 0,this.end=void 0,this._startValue=void 0,this._endValue=void 0,this._valueRange=0}parse(t,e){return st(t)||(typeof t=="number"||t instanceof Number)&&!isFinite(+t)?null:+t}handleTickRangeOptions(){const{beginAtZero:t}=this.options,{minDefined:e,maxDefined:i}=this.getUserBounds();let{min:s,max:r}=this;const a=l=>s=e?s:l,o=l=>r=i?r:l;if(t){const l=We(s),c=We(r);l<0&&c<0?o(0):l>0&&c>0&&a(0)}if(s===r){let l=r===0?1:Math.abs(r*.05);o(r+l),t||a(s-l)}this.min=s,this.max=r}getTickLimit(){const t=this.options.ticks;let{maxTicksLimit:e,stepSize:i}=t,s;return i?(s=Math.ceil(this.max/i)-Math.floor(this.min/i)+1,s>1e3&&(console.warn(`scales.${this.id}.ticks.stepSize: ${i} would result generating up to ${s} ticks. Limiting to 1000.`),s=1e3)):(s=this.computeTickLimit(),e=e||11),e&&(s=Math.min(e,s)),s}computeTickLimit(){return Number.POSITIVE_INFINITY}buildTicks(){const t=this.options,e=t.ticks;let i=this.getTickLimit();i=Math.max(2,i);const s={maxTicks:i,bounds:t.bounds,min:t.min,max:t.max,precision:e.precision,step:e.stepSize,count:e.count,maxDigits:this._maxDigits(),horizontal:this.isHorizontal(),minRotation:e.minRotation||0,includeBounds:e.includeBounds!==!1},r=this._range||this,a=A0(s,r);return t.bounds==="ticks"&&Pc(a,this,"value"),t.reverse?(a.reverse(),this.start=this.max,this.end=this.min):(this.start=this.min,this.end=this.max),a}configure(){const t=this.ticks;let e=this.min,i=this.max;if(super.configure(),this.options.offset&&t.length){const s=(i-e)/Math.max(t.length-1,1)/2;e-=s,i+=s}this._startValue=e,this._endValue=i,this._valueRange=i-e}getLabelForValue(t){return ss(t,this.chart.options.locale,this.options.ticks.format)}}class ko extends zr{determineDataLimits(){const{min:t,max:e}=this.getMinMax(!0);this.min=Pt(t)?t:0,this.max=Pt(e)?e:1,this.handleTickRangeOptions()}computeTickLimit(){const t=this.isHorizontal(),e=t?this.width:this.height,i=Vt(this.options.ticks.minRotation),s=(t?Math.sin(i):Math.cos(i))||.001,r=this._resolveTickFontOptions(0);return Math.ceil(e/Math.min(40,r.lineHeight/s))}getPixelForValue(t){return t===null?NaN:this.getPixelForDecimal((t-this._startValue)/this._valueRange)}getValueForPixel(t){return this._startValue+this.getDecimalForPixel(t)*this._valueRange}}P(ko,"id","linear"),P(ko,"defaults",{ticks:{callback:yr.formatters.numeric}});const Ss=n=>Math.floor(_n(n)),Gn=(n,t)=>Math.pow(10,Ss(n)+t);function Dd(n){return n/Math.pow(10,Ss(n))===1}function Cd(n,t,e){const i=Math.pow(10,e),s=Math.floor(n/i);return Math.ceil(t/i)-s}function P0(n,t){const e=t-n;let i=Ss(e);for(;Cd(n,t,i)>10;)i++;for(;Cd(n,t,i)<10;)i--;return Math.min(i,Ss(n))}function R0(n,{min:t,max:e}){t=ke(n.min,t);const i=[],s=Ss(t);let r=P0(t,e),a=r<0?Math.pow(10,Math.abs(r)):1;const o=Math.pow(10,r),l=s>r?Math.pow(10,s):0,c=Math.round((t-l)*a)/a,u=Math.floor((t-l)/o/10)*o*10;let h=Math.floor((c-u)/Math.pow(10,r)),f=ke(n.min,Math.round((l+u+h*Math.pow(10,r))*a)/a);for(;f<e;)i.push({value:f,major:Dd(f),significand:h}),h>=10?h=h<15?15:20:h++,h>=20&&(r++,h=2,a=r>=0?1:a),f=Math.round((l+u+h*Math.pow(10,r))*a)/a;const m=ke(n.max,f);return i.push({value:m,major:Dd(m),significand:h}),i}class Do extends qn{constructor(t){super(t),this.start=void 0,this.end=void 0,this._startValue=void 0,this._valueRange=0}parse(t,e){const i=zr.prototype.parse.apply(this,[t,e]);if(i===0){this._zero=!0;return}return Pt(i)&&i>0?i:null}determineDataLimits(){const{min:t,max:e}=this.getMinMax(!0);this.min=Pt(t)?Math.max(0,t):null,this.max=Pt(e)?Math.max(0,e):null,this.options.beginAtZero&&(this._zero=!0),this._zero&&this.min!==this._suggestedMin&&!Pt(this._userMin)&&(this.min=t===Gn(this.min,0)?Gn(this.min,-1):Gn(this.min,0)),this.handleTickRangeOptions()}handleTickRangeOptions(){const{minDefined:t,maxDefined:e}=this.getUserBounds();let i=this.min,s=this.max;const r=o=>i=t?i:o,a=o=>s=e?s:o;i===s&&(i<=0?(r(1),a(10)):(r(Gn(i,-1)),a(Gn(s,1)))),i<=0&&r(Gn(s,-1)),s<=0&&a(Gn(i,1)),this.min=i,this.max=s}buildTicks(){const t=this.options,e={min:this._userMin,max:this._userMax},i=R0(e,this);return t.bounds==="ticks"&&Pc(i,this,"value"),t.reverse?(i.reverse(),this.start=this.max,this.end=this.min):(this.start=this.min,this.end=this.max),i}getLabelForValue(t){return t===void 0?"0":ss(t,this.chart.options.locale,this.options.ticks.format)}configure(){const t=this.min;super.configure(),this._startValue=_n(t),this._valueRange=_n(this.max)-_n(t)}getPixelForValue(t){return(t===void 0||t===0)&&(t=this.min),t===null||isNaN(t)?NaN:this.getPixelForDecimal(t===this.min?0:(_n(t)-this._startValue)/this._valueRange)}getValueForPixel(t){const e=this.getDecimalForPixel(t);return Math.pow(10,this._startValue+e*this._valueRange)}}P(Do,"id","logarithmic"),P(Do,"defaults",{ticks:{callback:yr.formatters.logarithmic,major:{enabled:!0}}});function Co(n){const t=n.ticks;if(t.display&&n.display){const e=Yt(t.backdropPadding);return rt(t.font&&t.font.size,At.font.size)+e.height}return 0}function I0(n,t,e){return e=wt(e)?e:[e],{w:Vg(n,t.string,e),h:e.length*t.lineHeight}}function Od(n,t,e,i,s){return n===i||n===s?{start:t-e/2,end:t+e/2}:n<i||n>s?{start:t-e,end:t}:{start:t,end:t+e}}function L0(n){const t={l:n.left+n._padding.left,r:n.right-n._padding.right,t:n.top+n._padding.top,b:n.bottom-n._padding.bottom},e=Object.assign({},t),i=[],s=[],r=n._pointLabels.length,a=n.options.pointLabels,o=a.centerPointLabels?ct/r:0;for(let l=0;l<r;l++){const c=a.setContext(n.getPointLabelContext(l));s[l]=c.padding;const u=n.getPointPosition(l,n.drawingArea+s[l],o),h=Rt(c.font),f=I0(n.ctx,h,n._pointLabels[l]);i[l]=f;const m=se(n.getIndexAngle(l)+o),g=Math.round(mr(m)),_=Od(g,u.x,f.w,0,180),x=Od(g,u.y,f.h,90,270);N0(e,t,m,_,x)}n.setCenterPoint(t.l-e.l,e.r-t.r,t.t-e.t,e.b-t.b),n._pointLabelItems=z0(n,i,s)}function N0(n,t,e,i,s){const r=Math.abs(Math.sin(e)),a=Math.abs(Math.cos(e));let o=0,l=0;i.start<t.l?(o=(t.l-i.start)/r,n.l=Math.min(n.l,t.l-o)):i.end>t.r&&(o=(i.end-t.r)/r,n.r=Math.max(n.r,t.r+o)),s.start<t.t?(l=(t.t-s.start)/a,n.t=Math.min(n.t,t.t-l)):s.end>t.b&&(l=(s.end-t.b)/a,n.b=Math.max(n.b,t.b+l))}function F0(n,t,e){const i=n.drawingArea,{extra:s,additionalAngle:r,padding:a,size:o}=e,l=n.getPointPosition(t,i+s+a,r),c=Math.round(mr(se(l.angle+Et))),u=W0(l.y,o.h,c),h=U0(c),f=H0(l.x,o.w,h);return{visible:!0,x:l.x,y:u,textAlign:h,left:f,top:u,right:f+o.w,bottom:u+o.h}}function B0(n,t){if(!t)return!0;const{left:e,top:i,right:s,bottom:r}=n;return!(en({x:e,y:i},t)||en({x:e,y:r},t)||en({x:s,y:i},t)||en({x:s,y:r},t))}function z0(n,t,e){const i=[],s=n._pointLabels.length,r=n.options,{centerPointLabels:a,display:o}=r.pointLabels,l={extra:Co(r)/2,additionalAngle:a?ct/s:0};let c;for(let u=0;u<s;u++){l.padding=e[u],l.size=t[u];const h=F0(n,u,l);i.push(h),o==="auto"&&(h.visible=B0(h,c),h.visible&&(c=h))}return i}function U0(n){return n===0||n===180?"center":n<180?"left":"right"}function H0(n,t,e){return e==="right"?n-=t:e==="center"&&(n-=t/2),n}function W0(n,t,e){return e===90||e===270?n-=t/2:(e>270||e<90)&&(n-=t),n}function V0(n,t,e){const{left:i,top:s,right:r,bottom:a}=e,{backdropColor:o}=t;if(!st(o)){const l=wn(t.borderRadius),c=Yt(t.backdropPadding);n.fillStyle=o;const u=i-c.left,h=s-c.top,f=r-i+c.width,m=a-s+c.height;Object.values(l).some(g=>g!==0)?(n.beginPath(),pi(n,{x:u,y:h,w:f,h:m,radius:l}),n.fill()):n.fillRect(u,h,f,m)}}function Y0(n,t){const{ctx:e,options:{pointLabels:i}}=n;for(let s=t-1;s>=0;s--){const r=n._pointLabelItems[s];if(!r.visible)continue;const a=i.setContext(n.getPointLabelContext(s));V0(e,a,r);const o=Rt(a.font),{x:l,y:c,textAlign:u}=r;Vn(e,n._pointLabels[s],l,c+o.lineHeight/2,o,{color:a.color,textAlign:u,textBaseline:"middle"})}}function Ed(n,t,e,i){const{ctx:s}=n;if(e)s.arc(n.xCenter,n.yCenter,t,0,Ct);else{let r=n.getPointPosition(0,t);s.moveTo(r.x,r.y);for(let a=1;a<i;a++)r=n.getPointPosition(a,t),s.lineTo(r.x,r.y)}}function $0(n,t,e,i,s){const r=n.ctx,a=t.circular,{color:o,lineWidth:l}=t;!a&&!i||!o||!l||e<0||(r.save(),r.strokeStyle=o,r.lineWidth=l,r.setLineDash(s.dash||[]),r.lineDashOffset=s.dashOffset,r.beginPath(),Ed(n,e,a,i),r.closePath(),r.stroke(),r.restore())}function j0(n,t,e){return Sn(n,{label:e,index:t,type:"pointLabel"})}class vs extends zr{constructor(t){super(t),this.xCenter=void 0,this.yCenter=void 0,this.drawingArea=void 0,this._pointLabels=[],this._pointLabelItems=[]}setDimensions(){const t=this._padding=Yt(Co(this.options)/2),e=this.width=this.maxWidth-t.width,i=this.height=this.maxHeight-t.height;this.xCenter=Math.floor(this.left+e/2+t.left),this.yCenter=Math.floor(this.top+i/2+t.top),this.drawingArea=Math.floor(Math.min(e,i)/2)}determineDataLimits(){const{min:t,max:e}=this.getMinMax(!1);this.min=Pt(t)&&!isNaN(t)?t:0,this.max=Pt(e)&&!isNaN(e)?e:0,this.handleTickRangeOptions()}computeTickLimit(){return Math.ceil(this.drawingArea/Co(this.options))}generateTickLabels(t){zr.prototype.generateTickLabels.call(this,t),this._pointLabels=this.getLabels().map((e,i)=>{const s=Tt(this.options.pointLabels.callback,[e,i],this);return s||s===0?s:""}).filter((e,i)=>this.chart.getDataVisibility(i))}fit(){const t=this.options;t.display&&t.pointLabels.display?L0(this):this.setCenterPoint(0,0,0,0)}setCenterPoint(t,e,i,s){this.xCenter+=Math.floor((t-e)/2),this.yCenter+=Math.floor((i-s)/2),this.drawingArea-=Math.min(this.drawingArea/2,Math.max(t,e,i,s))}getIndexAngle(t){const e=Ct/(this._pointLabels.length||1),i=this.options.startAngle||0;return se(t*e+Vt(i))}getDistanceFromCenterForValue(t){if(st(t))return NaN;const e=this.drawingArea/(this.max-this.min);return this.options.reverse?(this.max-t)*e:(t-this.min)*e}getValueForDistanceFromCenter(t){if(st(t))return NaN;const e=t/(this.drawingArea/(this.max-this.min));return this.options.reverse?this.max-e:this.min+e}getPointLabelContext(t){const e=this._pointLabels||[];if(t>=0&&t<e.length){const i=e[t];return j0(this.getContext(),t,i)}}getPointPosition(t,e,i=0){const s=this.getIndexAngle(t)-Et+i;return{x:Math.cos(s)*e+this.xCenter,y:Math.sin(s)*e+this.yCenter,angle:s}}getPointPositionForValue(t,e){return this.getPointPosition(t,this.getDistanceFromCenterForValue(e))}getBasePosition(t){return this.getPointPositionForValue(t||0,this.getBaseValue())}getPointLabelPosition(t){const{left:e,top:i,right:s,bottom:r}=this._pointLabelItems[t];return{left:e,top:i,right:s,bottom:r}}drawBackground(){const{backgroundColor:t,grid:{circular:e}}=this.options;if(t){const i=this.ctx;i.save(),i.beginPath(),Ed(this,this.getDistanceFromCenterForValue(this._endValue),e,this._pointLabels.length),i.closePath(),i.fillStyle=t,i.fill(),i.restore()}}drawGrid(){const t=this.ctx,e=this.options,{angleLines:i,grid:s,border:r}=e,a=this._pointLabels.length;let o,l,c;if(e.pointLabels.display&&Y0(this,a),s.display&&this.ticks.forEach((u,h)=>{if(h!==0||h===0&&this.min<0){l=this.getDistanceFromCenterForValue(u.value);const f=this.getContext(h),m=s.setContext(f),g=r.setContext(f);$0(this,m,l,a,g)}}),i.display){for(t.save(),o=a-1;o>=0;o--){const u=i.setContext(this.getPointLabelContext(o)),{color:h,lineWidth:f}=u;!f||!h||(t.lineWidth=f,t.strokeStyle=h,t.setLineDash(u.borderDash),t.lineDashOffset=u.borderDashOffset,l=this.getDistanceFromCenterForValue(e.reverse?this.min:this.max),c=this.getPointPosition(o,l),t.beginPath(),t.moveTo(this.xCenter,this.yCenter),t.lineTo(c.x,c.y),t.stroke())}t.restore()}}drawBorder(){}drawLabels(){const t=this.ctx,e=this.options,i=e.ticks;if(!i.display)return;const s=this.getIndexAngle(0);let r,a;t.save(),t.translate(this.xCenter,this.yCenter),t.rotate(s),t.textAlign="center",t.textBaseline="middle",this.ticks.forEach((o,l)=>{if(l===0&&this.min>=0&&!e.reverse)return;const c=i.setContext(this.getContext(l)),u=Rt(c.font);if(r=this.getDistanceFromCenterForValue(this.ticks[l].value),c.showLabelBackdrop){t.font=u.string,a=t.measureText(o.label).width,t.fillStyle=c.backdropColor;const h=Yt(c.backdropPadding);t.fillRect(-a/2-h.left,-r-u.size/2-h.top,a+h.width,u.size+h.height)}Vn(t,o.label,0,-r,u,{color:c.color,strokeColor:c.textStrokeColor,strokeWidth:c.textStrokeWidth})}),t.restore()}drawTitle(){}}P(vs,"id","radialLinear"),P(vs,"defaults",{display:!0,animate:!0,position:"chartArea",angleLines:{display:!0,lineWidth:1,borderDash:[],borderDashOffset:0},grid:{circular:!1},startAngle:0,ticks:{showLabelBackdrop:!0,callback:yr.formatters.numeric},pointLabels:{backdropColor:void 0,backdropPadding:2,display:!0,font:{size:10},callback(t){return t},padding:5,centerPointLabels:!1}}),P(vs,"defaultRoutes",{"angleLines.color":"borderColor","pointLabels.color":"color","ticks.color":"color"}),P(vs,"descriptors",{angleLines:{_fallback:"grid"}});const Ur={millisecond:{common:!0,size:1,steps:1e3},second:{common:!0,size:1e3,steps:60},minute:{common:!0,size:6e4,steps:60},hour:{common:!0,size:36e5,steps:24},day:{common:!0,size:864e5,steps:30},week:{common:!1,size:6048e5,steps:4},month:{common:!0,size:2628e6,steps:12},quarter:{common:!1,size:7884e6,steps:4},year:{common:!0,size:3154e7}},_e=Object.keys(Ur);function Ad(n,t){return n-t}function Pd(n,t){if(st(t))return null;const e=n._adapter,{parser:i,round:s,isoWeekday:r}=n._parseOpts;let a=t;return typeof i=="function"&&(a=i(a)),Pt(a)||(a=typeof i=="string"?e.parse(a,i):e.parse(a)),a===null?null:(s&&(a=s==="week"&&(xn(r)||r===!0)?e.startOf(a,"isoWeek",r):e.startOf(a,s)),+a)}function Rd(n,t,e,i){const s=_e.length;for(let r=_e.indexOf(n);r<s-1;++r){const a=Ur[_e[r]],o=a.steps?a.steps:Number.MAX_SAFE_INTEGER;if(a.common&&Math.ceil((e-t)/(o*a.size))<=i)return _e[r]}return _e[s-1]}function q0(n,t,e,i,s){for(let r=_e.length-1;r>=_e.indexOf(e);r--){const a=_e[r];if(Ur[a].common&&n._adapter.diff(s,i,a)>=t-1)return a}return _e[e?_e.indexOf(e):0]}function G0(n){for(let t=_e.indexOf(n)+1,e=_e.length;t<e;++t)if(Ur[_e[t]].common)return _e[t]}function Id(n,t,e){if(!e)n[t]=!0;else if(e.length){const{lo:i,hi:s}=Wa(e,t),r=e[i]>=t?e[i]:e[s];n[r]=!0}}function K0(n,t,e,i){const s=n._adapter,r=+s.startOf(t[0].value,i),a=t[t.length-1].value;let o,l;for(o=r;o<=a;o=+s.add(o,1,i))l=e[o],l>=0&&(t[l].major=!0);return t}function Ld(n,t,e){const i=[],s={},r=t.length;let a,o;for(a=0;a<r;++a)o=t[a],s[o]=a,i.push({value:o,major:!1});return r===0||!e?i:K0(n,i,s,e)}class Ts extends qn{constructor(t){super(t),this._cache={data:[],labels:[],all:[]},this._unit="day",this._majorUnit=void 0,this._offsets={},this._normalized=!1,this._parseOpts=void 0}init(t,e={}){const i=t.time||(t.time={}),s=this._adapter=new Tu._date(t.adapters.date);s.init(e),ts(i.displayFormats,s.formats()),this._parseOpts={parser:i.parser,round:i.round,isoWeekday:i.isoWeekday},super.init(t),this._normalized=e.normalized}parse(t,e){return t===void 0?null:Pd(this,t)}beforeLayout(){super.beforeLayout(),this._cache={data:[],labels:[],all:[]}}determineDataLimits(){const t=this.options,e=this._adapter,i=t.time.unit||"day";let{min:s,max:r,minDefined:a,maxDefined:o}=this.getUserBounds();function l(c){!a&&!isNaN(c.min)&&(s=Math.min(s,c.min)),!o&&!isNaN(c.max)&&(r=Math.max(r,c.max))}(!a||!o)&&(l(this._getLabelBounds()),(t.bounds!=="ticks"||t.ticks.source!=="labels")&&l(this.getMinMax(!1))),s=Pt(s)&&!isNaN(s)?s:+e.startOf(Date.now(),i),r=Pt(r)&&!isNaN(r)?r:+e.endOf(Date.now(),i)+1,this.min=Math.min(s,r-1),this.max=Math.max(s+1,r)}_getLabelBounds(){const t=this.getLabelTimestamps();let e=Number.POSITIVE_INFINITY,i=Number.NEGATIVE_INFINITY;return t.length&&(e=t[0],i=t[t.length-1]),{min:e,max:i}}buildTicks(){const t=this.options,e=t.time,i=t.ticks,s=i.source==="labels"?this.getLabelTimestamps():this._generate();t.bounds==="ticks"&&s.length&&(this.min=this._userMin||s[0],this.max=this._userMax||s[s.length-1]);const r=this.min,a=this.max,o=Eg(s,r,a);return this._unit=e.unit||(i.autoSkip?Rd(e.minUnit,this.min,this.max,this._getLabelCapacity(r)):q0(this,o.length,e.minUnit,this.min,this.max)),this._majorUnit=!i.major.enabled||this._unit==="year"?void 0:G0(this._unit),this.initOffsets(s),t.reverse&&o.reverse(),Ld(this,o,this._majorUnit)}afterAutoSkip(){this.options.offsetAfterAutoskip&&this.initOffsets(this.ticks.map(t=>+t.value))}initOffsets(t=[]){let e=0,i=0,s,r;this.options.offset&&t.length&&(s=this.getDecimalForValue(t[0]),t.length===1?e=1-s:e=(this.getDecimalForValue(t[1])-s)/2,r=this.getDecimalForValue(t[t.length-1]),t.length===1?i=r:i=(r-this.getDecimalForValue(t[t.length-2]))/2);const a=t.length<3?.5:.25;e=Xt(e,0,a),i=Xt(i,0,a),this._offsets={start:e,end:i,factor:1/(e+1+i)}}_generate(){const t=this._adapter,e=this.min,i=this.max,s=this.options,r=s.time,a=r.unit||Rd(r.minUnit,e,i,this._getLabelCapacity(e)),o=rt(s.ticks.stepSize,1),l=a==="week"?r.isoWeekday:!1,c=xn(l)||l===!0,u={};let h=e,f,m;if(c&&(h=+t.startOf(h,"isoWeek",l)),h=+t.startOf(h,c?"day":a),t.diff(i,e,a)>1e5*o)throw new Error(e+" and "+i+" are too far apart with stepSize of "+o+" "+a);const g=s.ticks.source==="data"&&this.getDataTimestamps();for(f=h,m=0;f<i;f=+t.add(f,o,a),m++)Id(u,f,g);return(f===i||s.bounds==="ticks"||m===1)&&Id(u,f,g),Object.keys(u).sort(Ad).map(_=>+_)}getLabelForValue(t){const e=this._adapter,i=this.options.time;return i.tooltipFormat?e.format(t,i.tooltipFormat):e.format(t,i.displayFormats.datetime)}format(t,e){const s=this.options.time.displayFormats,r=this._unit,a=e||s[r];return this._adapter.format(t,a)}_tickFormatFunction(t,e,i,s){const r=this.options,a=r.ticks.callback;if(a)return Tt(a,[t,e,i],this);const o=r.time.displayFormats,l=this._unit,c=this._majorUnit,u=l&&o[l],h=c&&o[c],f=i[e],m=c&&h&&f&&f.major;return this._adapter.format(t,s||(m?h:u))}generateTickLabels(t){let e,i,s;for(e=0,i=t.length;e<i;++e)s=t[e],s.label=this._tickFormatFunction(s.value,e,t)}getDecimalForValue(t){return t===null?NaN:(t-this.min)/(this.max-this.min)}getPixelForValue(t){const e=this._offsets,i=this.getDecimalForValue(t);return this.getPixelForDecimal((e.start+i)*e.factor)}getValueForPixel(t){const e=this._offsets,i=this.getDecimalForPixel(t)/e.factor-e.end;return this.min+i*(this.max-this.min)}_getLabelSize(t){const e=this.options.ticks,i=this.ctx.measureText(t).width,s=Vt(this.isHorizontal()?e.maxRotation:e.minRotation),r=Math.cos(s),a=Math.sin(s),o=this._resolveTickFontOptions(0).size;return{w:i*r+o*a,h:i*a+o*r}}_getLabelCapacity(t){const e=this.options.time,i=e.displayFormats,s=i[e.unit]||i.millisecond,r=this._tickFormatFunction(t,0,Ld(this,[t],this._majorUnit),s),a=this._getLabelSize(r),o=Math.floor(this.isHorizontal()?this.width/a.w:this.height/a.h)-1;return o>0?o:1}getDataTimestamps(){let t=this._cache.data||[],e,i;if(t.length)return t;const s=this.getMatchingVisibleMetas();if(this._normalized&&s.length)return this._cache.data=s[0].controller.getAllParsedValues(this);for(e=0,i=s.length;e<i;++e)t=t.concat(s[e].controller.getAllParsedValues(this));return this._cache.data=this.normalize(t)}getLabelTimestamps(){const t=this._cache.labels||[];let e,i;if(t.length)return t;const s=this.getLabels();for(e=0,i=s.length;e<i;++e)t.push(Pd(this,s[e]));return this._cache.labels=this._normalized?t:this.normalize(t)}normalize(t){return Nc(t.sort(Ad))}}P(Ts,"id","time"),P(Ts,"defaults",{bounds:"data",adapters:{},time:{parser:!1,unit:!1,round:!1,isoWeekday:!1,minUnit:"millisecond",displayFormats:{}},ticks:{source:"auto",callback:!1,major:{enabled:!1}}});function Hr(n,t,e){let i=0,s=n.length-1,r,a,o,l;e?(t>=n[i].pos&&t<=n[s].pos&&({lo:i,hi:s}=tn(n,"pos",t)),{pos:r,time:o}=n[i],{pos:a,time:l}=n[s]):(t>=n[i].time&&t<=n[s].time&&({lo:i,hi:s}=tn(n,"time",t)),{time:r,pos:o}=n[i],{time:a,pos:l}=n[s]);const c=a-r;return c?o+(l-o)*(t-r)/c:o}class Oo extends Ts{constructor(t){super(t),this._table=[],this._minPos=void 0,this._tableRange=void 0}initOffsets(){const t=this._getTimestampsForTable(),e=this._table=this.buildLookupTable(t);this._minPos=Hr(e,this.min),this._tableRange=Hr(e,this.max)-this._minPos,super.initOffsets(t)}buildLookupTable(t){const{min:e,max:i}=this,s=[],r=[];let a,o,l,c,u;for(a=0,o=t.length;a<o;++a)c=t[a],c>=e&&c<=i&&s.push(c);if(s.length<2)return[{time:e,pos:0},{time:i,pos:1}];for(a=0,o=s.length;a<o;++a)u=s[a+1],l=s[a-1],c=s[a],Math.round((u+l)/2)!==c&&r.push({time:c,pos:a/(o-1)});return r}_generate(){const t=this.min,e=this.max;let i=super.getDataTimestamps();return(!i.includes(t)||!i.length)&&i.splice(0,0,t),(!i.includes(e)||i.length===1)&&i.push(e),i.sort((s,r)=>s-r)}_getTimestampsForTable(){let t=this._cache.all||[];if(t.length)return t;const e=this.getDataTimestamps(),i=this.getLabelTimestamps();return e.length&&i.length?t=this.normalize(e.concat(i)):t=e.length?e:i,t=this._cache.all=t,t}getDecimalForValue(t){return(Hr(this._table,t)-this._minPos)/this._tableRange}getValueForPixel(t){const e=this._offsets,i=this.getDecimalForPixel(t)/e.factor-e.end;return Hr(this._table,i*this._tableRange+this._minPos,!0)}}P(Oo,"id","timeseries"),P(Oo,"defaults",Ts.defaults);var X0=Object.freeze({__proto__:null,CategoryScale:Mo,LinearScale:ko,LogarithmicScale:Do,RadialLinearScale:vs,TimeScale:Ts,TimeSeriesScale:Oo});const Z0=[ry,Rb,D0,X0],Nd=6048e5,Q0=864e5,Ms=6e4,wi=36e5,J0=1e3,Fd=Symbol.for("constructDateFrom");function Lt(n,t){return typeof n=="function"?n(t):n&&typeof n=="object"&&Fd in n?n[Fd](t):n instanceof Date?new n.constructor(t):new Date(t)}function lt(n,t){return Lt(t||n,n)}function Wr(n,t,e){const i=lt(n,e==null?void 0:e.in);return isNaN(t)?Lt((e==null?void 0:e.in)||n,NaN):(t&&i.setDate(i.getDate()+t),i)}function Eo(n,t,e){const i=lt(n,e==null?void 0:e.in);if(isNaN(t))return Lt(n,NaN);if(!t)return i;const s=i.getDate(),r=Lt(n,i.getTime());r.setMonth(i.getMonth()+t+1,0);const a=r.getDate();return s>=a?r:(i.setFullYear(r.getFullYear(),r.getMonth(),s),i)}function Ao(n,t,e){return Lt(n,+lt(n)+t)}function t_(n,t,e){return Ao(n,t*wi)}let e_={};function Kn(){return e_}function $e(n,t){var o,l,c,u;const e=Kn(),i=(t==null?void 0:t.weekStartsOn)??((l=(o=t==null?void 0:t.locale)==null?void 0:o.options)==null?void 0:l.weekStartsOn)??e.weekStartsOn??((u=(c=e.locale)==null?void 0:c.options)==null?void 0:u.weekStartsOn)??0,s=lt(n,t==null?void 0:t.in),r=s.getDay(),a=(r<i?7:0)+r-i;return s.setDate(s.getDate()-a),s.setHours(0,0,0,0),s}function Si(n,t){return $e(n,{...t,weekStartsOn:1})}function Bd(n,t){const e=lt(n,t==null?void 0:t.in),i=e.getFullYear(),s=Lt(e,0);s.setFullYear(i+1,0,4),s.setHours(0,0,0,0);const r=Si(s),a=Lt(e,0);a.setFullYear(i,0,4),a.setHours(0,0,0,0);const o=Si(a);return e.getTime()>=r.getTime()?i+1:e.getTime()>=o.getTime()?i:i-1}function Vr(n){const t=lt(n),e=new Date(Date.UTC(t.getFullYear(),t.getMonth(),t.getDate(),t.getHours(),t.getMinutes(),t.getSeconds(),t.getMilliseconds()));return e.setUTCFullYear(t.getFullYear()),+n-+e}function Xn(n,...t){const e=Lt.bind(null,t.find(i=>typeof i=="object"));return t.map(e)}function Po(n,t){const e=lt(n,t==null?void 0:t.in);return e.setHours(0,0,0,0),e}function zd(n,t,e){const[i,s]=Xn(e==null?void 0:e.in,n,t),r=Po(i),a=Po(s),o=+r-Vr(r),l=+a-Vr(a);return Math.round((o-l)/Q0)}function n_(n,t){const e=Bd(n,t),i=Lt(n,0);return i.setFullYear(e,0,4),i.setHours(0,0,0,0),Si(i)}function i_(n,t,e){const i=lt(n,e==null?void 0:e.in);return i.setTime(i.getTime()+t*Ms),i}function s_(n,t,e){return Eo(n,t*3,e)}function r_(n,t,e){return Ao(n,t*1e3)}function a_(n,t,e){return Wr(n,t*7,e)}function o_(n,t,e){return Eo(n,t*12,e)}function ks(n,t){const e=+lt(n)-+lt(t);return e<0?-1:e>0?1:e}function l_(n){return n instanceof Date||typeof n=="object"&&Object.prototype.toString.call(n)==="[object Date]"}function Ro(n){return!(!l_(n)&&typeof n!="number"||isNaN(+lt(n)))}function c_(n,t,e){const[i,s]=Xn(e==null?void 0:e.in,n,t),r=i.getFullYear()-s.getFullYear(),a=i.getMonth()-s.getMonth();return r*12+a}function u_(n,t,e){const[i,s]=Xn(e==null?void 0:e.in,n,t);return i.getFullYear()-s.getFullYear()}function Ud(n,t,e){const[i,s]=Xn(e==null?void 0:e.in,n,t),r=Hd(i,s),a=Math.abs(zd(i,s));i.setDate(i.getDate()-r*a);const o=+(Hd(i,s)===-r),l=r*(a-o);return l===0?0:l}function Hd(n,t){const e=n.getFullYear()-t.getFullYear()||n.getMonth()-t.getMonth()||n.getDate()-t.getDate()||n.getHours()-t.getHours()||n.getMinutes()-t.getMinutes()||n.getSeconds()-t.getSeconds()||n.getMilliseconds()-t.getMilliseconds();return e<0?-1:e>0?1:e}function Ds(n){return t=>{const i=(n?Math[n]:Math.trunc)(t);return i===0?0:i}}function d_(n,t,e){const[i,s]=Xn(e==null?void 0:e.in,n,t),r=(+i-+s)/wi;return Ds(e==null?void 0:e.roundingMethod)(r)}function Io(n,t){return+lt(n)-+lt(t)}function h_(n,t,e){const i=Io(n,t)/Ms;return Ds(e==null?void 0:e.roundingMethod)(i)}function Wd(n,t){const e=lt(n,t==null?void 0:t.in);return e.setHours(23,59,59,999),e}function Vd(n,t){const e=lt(n,t==null?void 0:t.in),i=e.getMonth();return e.setFullYear(e.getFullYear(),i+1,0),e.setHours(23,59,59,999),e}function f_(n,t){const e=lt(n,t==null?void 0:t.in);return+Wd(e,t)==+Vd(e,t)}function Yd(n,t,e){const[i,s,r]=Xn(e==null?void 0:e.in,n,n,t),a=ks(s,r),o=Math.abs(c_(s,r));if(o<1)return 0;s.getMonth()===1&&s.getDate()>27&&s.setDate(30),s.setMonth(s.getMonth()-a*o);let l=ks(s,r)===-a;f_(i)&&o===1&&ks(i,r)===1&&(l=!1);const c=a*(o-+l);return c===0?0:c}function m_(n,t,e){const i=Yd(n,t,e)/3;return Ds(e==null?void 0:e.roundingMethod)(i)}function g_(n,t,e){const i=Io(n,t)/1e3;return Ds(e==null?void 0:e.roundingMethod)(i)}function p_(n,t,e){const i=Ud(n,t,e)/7;return Ds(e==null?void 0:e.roundingMethod)(i)}function y_(n,t,e){const[i,s]=Xn(e==null?void 0:e.in,n,t),r=ks(i,s),a=Math.abs(u_(i,s));i.setFullYear(1584),s.setFullYear(1584);const o=ks(i,s)===-r,l=r*(a-+o);return l===0?0:l}function b_(n,t){const e=lt(n,t==null?void 0:t.in),i=e.getMonth(),s=i-i%3;return e.setMonth(s,1),e.setHours(0,0,0,0),e}function __(n,t){const e=lt(n,t==null?void 0:t.in);return e.setDate(1),e.setHours(0,0,0,0),e}function x_(n,t){const e=lt(n,t==null?void 0:t.in),i=e.getFullYear();return e.setFullYear(i+1,0,0),e.setHours(23,59,59,999),e}function $d(n,t){const e=lt(n,t==null?void 0:t.in);return e.setFullYear(e.getFullYear(),0,1),e.setHours(0,0,0,0),e}function w_(n,t){const e=lt(n,t==null?void 0:t.in);return e.setMinutes(59,59,999),e}function S_(n,t){var o,l;const e=Kn(),i=e.weekStartsOn??((l=(o=e.locale)==null?void 0:o.options)==null?void 0:l.weekStartsOn)??0,s=lt(n,t==null?void 0:t.in),r=s.getDay(),a=(r<i?-7:0)+6-(r-i);return s.setDate(s.getDate()+a),s.setHours(23,59,59,999),s}function v_(n,t){const e=lt(n,t==null?void 0:t.in);return e.setSeconds(59,999),e}function T_(n,t){const e=lt(n,t==null?void 0:t.in),i=e.getMonth(),s=i-i%3+3;return e.setMonth(s,0),e.setHours(23,59,59,999),e}function M_(n,t){const e=lt(n,t==null?void 0:t.in);return e.setMilliseconds(999),e}const k_={lessThanXSeconds:{one:"less than a second",other:"less than {{count}} seconds"},xSeconds:{one:"1 second",other:"{{count}} seconds"},halfAMinute:"half a minute",lessThanXMinutes:{one:"less than a minute",other:"less than {{count}} minutes"},xMinutes:{one:"1 minute",other:"{{count}} minutes"},aboutXHours:{one:"about 1 hour",other:"about {{count}} hours"},xHours:{one:"1 hour",other:"{{count}} hours"},xDays:{one:"1 day",other:"{{count}} days"},aboutXWeeks:{one:"about 1 week",other:"about {{count}} weeks"},xWeeks:{one:"1 week",other:"{{count}} weeks"},aboutXMonths:{one:"about 1 month",other:"about {{count}} months"},xMonths:{one:"1 month",other:"{{count}} months"},aboutXYears:{one:"about 1 year",other:"about {{count}} years"},xYears:{one:"1 year",other:"{{count}} years"},overXYears:{one:"over 1 year",other:"over {{count}} years"},almostXYears:{one:"almost 1 year",other:"almost {{count}} years"}},D_=(n,t,e)=>{let i;const s=k_[n];return typeof s=="string"?i=s:t===1?i=s.one:i=s.other.replace("{{count}}",t.toString()),e!=null&&e.addSuffix?e.comparison&&e.comparison>0?"in "+i:i+" ago":i};function Lo(n){return(t={})=>{const e=t.width?String(t.width):n.defaultWidth;return n.formats[e]||n.formats[n.defaultWidth]}}const C_={full:"EEEE, MMMM do, y",long:"MMMM do, y",medium:"MMM d, y",short:"MM/dd/yyyy"},O_={full:"h:mm:ss a zzzz",long:"h:mm:ss a z",medium:"h:mm:ss a",short:"h:mm a"},E_={full:"{{date}} 'at' {{time}}",long:"{{date}} 'at' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},A_={date:Lo({formats:C_,defaultWidth:"full"}),time:Lo({formats:O_,defaultWidth:"full"}),dateTime:Lo({formats:E_,defaultWidth:"full"})},P_={lastWeek:"'last' eeee 'at' p",yesterday:"'yesterday at' p",today:"'today at' p",tomorrow:"'tomorrow at' p",nextWeek:"eeee 'at' p",other:"P"},R_=(n,t,e,i)=>P_[n];function Cs(n){return(t,e)=>{const i=e!=null&&e.context?String(e.context):"standalone";let s;if(i==="formatting"&&n.formattingValues){const a=n.defaultFormattingWidth||n.defaultWidth,o=e!=null&&e.width?String(e.width):a;s=n.formattingValues[o]||n.formattingValues[a]}else{const a=n.defaultWidth,o=e!=null&&e.width?String(e.width):n.defaultWidth;s=n.values[o]||n.values[a]}const r=n.argumentCallback?n.argumentCallback(t):t;return s[r]}}const I_={narrow:["B","A"],abbreviated:["BC","AD"],wide:["Before Christ","Anno Domini"]},L_={narrow:["1","2","3","4"],abbreviated:["Q1","Q2","Q3","Q4"],wide:["1st quarter","2nd quarter","3rd quarter","4th quarter"]},N_={narrow:["J","F","M","A","M","J","J","A","S","O","N","D"],abbreviated:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],wide:["January","February","March","April","May","June","July","August","September","October","November","December"]},F_={narrow:["S","M","T","W","T","F","S"],short:["Su","Mo","Tu","We","Th","Fr","Sa"],abbreviated:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],wide:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"]},B_={narrow:{am:"a",pm:"p",midnight:"mi",noon:"n",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},abbreviated:{am:"AM",pm:"PM",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},wide:{am:"a.m.",pm:"p.m.",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"}},z_={narrow:{am:"a",pm:"p",midnight:"mi",noon:"n",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"},abbreviated:{am:"AM",pm:"PM",midnight:"midnight",noon:"noon",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"},wide:{am:"a.m.",pm:"p.m.",midnight:"midnight",noon:"noon",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"}},U_={ordinalNumber:(n,t)=>{const e=Number(n),i=e%100;if(i>20||i<10)switch(i%10){case 1:return e+"st";case 2:return e+"nd";case 3:return e+"rd"}return e+"th"},era:Cs({values:I_,defaultWidth:"wide"}),quarter:Cs({values:L_,defaultWidth:"wide",argumentCallback:n=>n-1}),month:Cs({values:N_,defaultWidth:"wide"}),day:Cs({values:F_,defaultWidth:"wide"}),dayPeriod:Cs({values:B_,defaultWidth:"wide",formattingValues:z_,defaultFormattingWidth:"wide"})};function Os(n){return(t,e={})=>{const i=e.width,s=i&&n.matchPatterns[i]||n.matchPatterns[n.defaultMatchWidth],r=t.match(s);if(!r)return null;const a=r[0],o=i&&n.parsePatterns[i]||n.parsePatterns[n.defaultParseWidth],l=Array.isArray(o)?W_(o,h=>h.test(a)):H_(o,h=>h.test(a));let c;c=n.valueCallback?n.valueCallback(l):l,c=e.valueCallback?e.valueCallback(c):c;const u=t.slice(a.length);return{value:c,rest:u}}}function H_(n,t){for(const e in n)if(Object.prototype.hasOwnProperty.call(n,e)&&t(n[e]))return e}function W_(n,t){for(let e=0;e<n.length;e++)if(t(n[e]))return e}function V_(n){return(t,e={})=>{const i=t.match(n.matchPattern);if(!i)return null;const s=i[0],r=t.match(n.parsePattern);if(!r)return null;let a=n.valueCallback?n.valueCallback(r[0]):r[0];a=e.valueCallback?e.valueCallback(a):a;const o=t.slice(s.length);return{value:a,rest:o}}}const Y_=/^(\d+)(th|st|nd|rd)?/i,$_=/\d+/i,j_={narrow:/^(b|a)/i,abbreviated:/^(b\.?\s?c\.?|b\.?\s?c\.?\s?e\.?|a\.?\s?d\.?|c\.?\s?e\.?)/i,wide:/^(before christ|before common era|anno domini|common era)/i},q_={any:[/^b/i,/^(a|c)/i]},G_={narrow:/^[1234]/i,abbreviated:/^q[1234]/i,wide:/^[1234](th|st|nd|rd)? quarter/i},K_={any:[/1/i,/2/i,/3/i,/4/i]},X_={narrow:/^[jfmasond]/i,abbreviated:/^(jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec)/i,wide:/^(january|february|march|april|may|june|july|august|september|october|november|december)/i},Z_={narrow:[/^j/i,/^f/i,/^m/i,/^a/i,/^m/i,/^j/i,/^j/i,/^a/i,/^s/i,/^o/i,/^n/i,/^d/i],any:[/^ja/i,/^f/i,/^mar/i,/^ap/i,/^may/i,/^jun/i,/^jul/i,/^au/i,/^s/i,/^o/i,/^n/i,/^d/i]},Q_={narrow:/^[smtwf]/i,short:/^(su|mo|tu|we|th|fr|sa)/i,abbreviated:/^(sun|mon|tue|wed|thu|fri|sat)/i,wide:/^(sunday|monday|tuesday|wednesday|thursday|friday|saturday)/i},J_={narrow:[/^s/i,/^m/i,/^t/i,/^w/i,/^t/i,/^f/i,/^s/i],any:[/^su/i,/^m/i,/^tu/i,/^w/i,/^th/i,/^f/i,/^sa/i]},tx={narrow:/^(a|p|mi|n|(in the|at) (morning|afternoon|evening|night))/i,any:/^([ap]\.?\s?m\.?|midnight|noon|(in the|at) (morning|afternoon|evening|night))/i},ex={any:{am:/^a/i,pm:/^p/i,midnight:/^mi/i,noon:/^no/i,morning:/morning/i,afternoon:/afternoon/i,evening:/evening/i,night:/night/i}},nx={ordinalNumber:V_({matchPattern:Y_,parsePattern:$_,valueCallback:n=>parseInt(n,10)}),era:Os({matchPatterns:j_,defaultMatchWidth:"wide",parsePatterns:q_,defaultParseWidth:"any"}),quarter:Os({matchPatterns:G_,defaultMatchWidth:"wide",parsePatterns:K_,defaultParseWidth:"any",valueCallback:n=>n+1}),month:Os({matchPatterns:X_,defaultMatchWidth:"wide",parsePatterns:Z_,defaultParseWidth:"any"}),day:Os({matchPatterns:Q_,defaultMatchWidth:"wide",parsePatterns:J_,defaultParseWidth:"any"}),dayPeriod:Os({matchPatterns:tx,defaultMatchWidth:"any",parsePatterns:ex,defaultParseWidth:"any"})},jd={code:"en-US",formatDistance:D_,formatLong:A_,formatRelative:R_,localize:U_,match:nx,options:{weekStartsOn:0,firstWeekContainsDate:1}};function ix(n,t){const e=lt(n,t==null?void 0:t.in);return zd(e,$d(e))+1}function qd(n,t){const e=lt(n,t==null?void 0:t.in),i=+Si(e)-+n_(e);return Math.round(i/Nd)+1}function No(n,t){var u,h,f,m;const e=lt(n,t==null?void 0:t.in),i=e.getFullYear(),s=Kn(),r=(t==null?void 0:t.firstWeekContainsDate)??((h=(u=t==null?void 0:t.locale)==null?void 0:u.options)==null?void 0:h.firstWeekContainsDate)??s.firstWeekContainsDate??((m=(f=s.locale)==null?void 0:f.options)==null?void 0:m.firstWeekContainsDate)??1,a=Lt((t==null?void 0:t.in)||n,0);a.setFullYear(i+1,0,r),a.setHours(0,0,0,0);const o=$e(a,t),l=Lt((t==null?void 0:t.in)||n,0);l.setFullYear(i,0,r),l.setHours(0,0,0,0);const c=$e(l,t);return+e>=+o?i+1:+e>=+c?i:i-1}function sx(n,t){var o,l,c,u;const e=Kn(),i=(t==null?void 0:t.firstWeekContainsDate)??((l=(o=t==null?void 0:t.locale)==null?void 0:o.options)==null?void 0:l.firstWeekContainsDate)??e.firstWeekContainsDate??((u=(c=e.locale)==null?void 0:c.options)==null?void 0:u.firstWeekContainsDate)??1,s=No(n,t),r=Lt((t==null?void 0:t.in)||n,0);return r.setFullYear(s,0,i),r.setHours(0,0,0,0),$e(r,t)}function Gd(n,t){const e=lt(n,t==null?void 0:t.in),i=+$e(e,t)-+sx(e,t);return Math.round(i/Nd)+1}function kt(n,t){const e=n<0?"-":"",i=Math.abs(n).toString().padStart(t,"0");return e+i}const Dn={y(n,t){const e=n.getFullYear(),i=e>0?e:1-e;return kt(t==="yy"?i%100:i,t.length)},M(n,t){const e=n.getMonth();return t==="M"?String(e+1):kt(e+1,2)},d(n,t){return kt(n.getDate(),t.length)},a(n,t){const e=n.getHours()/12>=1?"pm":"am";switch(t){case"a":case"aa":return e.toUpperCase();case"aaa":return e;case"aaaaa":return e[0];case"aaaa":default:return e==="am"?"a.m.":"p.m."}},h(n,t){return kt(n.getHours()%12||12,t.length)},H(n,t){return kt(n.getHours(),t.length)},m(n,t){return kt(n.getMinutes(),t.length)},s(n,t){return kt(n.getSeconds(),t.length)},S(n,t){const e=t.length,i=n.getMilliseconds(),s=Math.trunc(i*Math.pow(10,e-3));return kt(s,t.length)}},vi={midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},Kd={G:function(n,t,e){const i=n.getFullYear()>0?1:0;switch(t){case"G":case"GG":case"GGG":return e.era(i,{width:"abbreviated"});case"GGGGG":return e.era(i,{width:"narrow"});case"GGGG":default:return e.era(i,{width:"wide"})}},y:function(n,t,e){if(t==="yo"){const i=n.getFullYear(),s=i>0?i:1-i;return e.ordinalNumber(s,{unit:"year"})}return Dn.y(n,t)},Y:function(n,t,e,i){const s=No(n,i),r=s>0?s:1-s;if(t==="YY"){const a=r%100;return kt(a,2)}return t==="Yo"?e.ordinalNumber(r,{unit:"year"}):kt(r,t.length)},R:function(n,t){const e=Bd(n);return kt(e,t.length)},u:function(n,t){const e=n.getFullYear();return kt(e,t.length)},Q:function(n,t,e){const i=Math.ceil((n.getMonth()+1)/3);switch(t){case"Q":return String(i);case"QQ":return kt(i,2);case"Qo":return e.ordinalNumber(i,{unit:"quarter"});case"QQQ":return e.quarter(i,{width:"abbreviated",context:"formatting"});case"QQQQQ":return e.quarter(i,{width:"narrow",context:"formatting"});case"QQQQ":default:return e.quarter(i,{width:"wide",context:"formatting"})}},q:function(n,t,e){const i=Math.ceil((n.getMonth()+1)/3);switch(t){case"q":return String(i);case"qq":return kt(i,2);case"qo":return e.ordinalNumber(i,{unit:"quarter"});case"qqq":return e.quarter(i,{width:"abbreviated",context:"standalone"});case"qqqqq":return e.quarter(i,{width:"narrow",context:"standalone"});case"qqqq":default:return e.quarter(i,{width:"wide",context:"standalone"})}},M:function(n,t,e){const i=n.getMonth();switch(t){case"M":case"MM":return Dn.M(n,t);case"Mo":return e.ordinalNumber(i+1,{unit:"month"});case"MMM":return e.month(i,{width:"abbreviated",context:"formatting"});case"MMMMM":return e.month(i,{width:"narrow",context:"formatting"});case"MMMM":default:return e.month(i,{width:"wide",context:"formatting"})}},L:function(n,t,e){const i=n.getMonth();switch(t){case"L":return String(i+1);case"LL":return kt(i+1,2);case"Lo":return e.ordinalNumber(i+1,{unit:"month"});case"LLL":return e.month(i,{width:"abbreviated",context:"standalone"});case"LLLLL":return e.month(i,{width:"narrow",context:"standalone"});case"LLLL":default:return e.month(i,{width:"wide",context:"standalone"})}},w:function(n,t,e,i){const s=Gd(n,i);return t==="wo"?e.ordinalNumber(s,{unit:"week"}):kt(s,t.length)},I:function(n,t,e){const i=qd(n);return t==="Io"?e.ordinalNumber(i,{unit:"week"}):kt(i,t.length)},d:function(n,t,e){return t==="do"?e.ordinalNumber(n.getDate(),{unit:"date"}):Dn.d(n,t)},D:function(n,t,e){const i=ix(n);return t==="Do"?e.ordinalNumber(i,{unit:"dayOfYear"}):kt(i,t.length)},E:function(n,t,e){const i=n.getDay();switch(t){case"E":case"EE":case"EEE":return e.day(i,{width:"abbreviated",context:"formatting"});case"EEEEE":return e.day(i,{width:"narrow",context:"formatting"});case"EEEEEE":return e.day(i,{width:"short",context:"formatting"});case"EEEE":default:return e.day(i,{width:"wide",context:"formatting"})}},e:function(n,t,e,i){const s=n.getDay(),r=(s-i.weekStartsOn+8)%7||7;switch(t){case"e":return String(r);case"ee":return kt(r,2);case"eo":return e.ordinalNumber(r,{unit:"day"});case"eee":return e.day(s,{width:"abbreviated",context:"formatting"});case"eeeee":return e.day(s,{width:"narrow",context:"formatting"});case"eeeeee":return e.day(s,{width:"short",context:"formatting"});case"eeee":default:return e.day(s,{width:"wide",context:"formatting"})}},c:function(n,t,e,i){const s=n.getDay(),r=(s-i.weekStartsOn+8)%7||7;switch(t){case"c":return String(r);case"cc":return kt(r,t.length);case"co":return e.ordinalNumber(r,{unit:"day"});case"ccc":return e.day(s,{width:"abbreviated",context:"standalone"});case"ccccc":return e.day(s,{width:"narrow",context:"standalone"});case"cccccc":return e.day(s,{width:"short",context:"standalone"});case"cccc":default:return e.day(s,{width:"wide",context:"standalone"})}},i:function(n,t,e){const i=n.getDay(),s=i===0?7:i;switch(t){case"i":return String(s);case"ii":return kt(s,t.length);case"io":return e.ordinalNumber(s,{unit:"day"});case"iii":return e.day(i,{width:"abbreviated",context:"formatting"});case"iiiii":return e.day(i,{width:"narrow",context:"formatting"});case"iiiiii":return e.day(i,{width:"short",context:"formatting"});case"iiii":default:return e.day(i,{width:"wide",context:"formatting"})}},a:function(n,t,e){const s=n.getHours()/12>=1?"pm":"am";switch(t){case"a":case"aa":return e.dayPeriod(s,{width:"abbreviated",context:"formatting"});case"aaa":return e.dayPeriod(s,{width:"abbreviated",context:"formatting"}).toLowerCase();case"aaaaa":return e.dayPeriod(s,{width:"narrow",context:"formatting"});case"aaaa":default:return e.dayPeriod(s,{width:"wide",context:"formatting"})}},b:function(n,t,e){const i=n.getHours();let s;switch(i===12?s=vi.noon:i===0?s=vi.midnight:s=i/12>=1?"pm":"am",t){case"b":case"bb":return e.dayPeriod(s,{width:"abbreviated",context:"formatting"});case"bbb":return e.dayPeriod(s,{width:"abbreviated",context:"formatting"}).toLowerCase();case"bbbbb":return e.dayPeriod(s,{width:"narrow",context:"formatting"});case"bbbb":default:return e.dayPeriod(s,{width:"wide",context:"formatting"})}},B:function(n,t,e){const i=n.getHours();let s;switch(i>=17?s=vi.evening:i>=12?s=vi.afternoon:i>=4?s=vi.morning:s=vi.night,t){case"B":case"BB":case"BBB":return e.dayPeriod(s,{width:"abbreviated",context:"formatting"});case"BBBBB":return e.dayPeriod(s,{width:"narrow",context:"formatting"});case"BBBB":default:return e.dayPeriod(s,{width:"wide",context:"formatting"})}},h:function(n,t,e){if(t==="ho"){let i=n.getHours()%12;return i===0&&(i=12),e.ordinalNumber(i,{unit:"hour"})}return Dn.h(n,t)},H:function(n,t,e){return t==="Ho"?e.ordinalNumber(n.getHours(),{unit:"hour"}):Dn.H(n,t)},K:function(n,t,e){const i=n.getHours()%12;return t==="Ko"?e.ordinalNumber(i,{unit:"hour"}):kt(i,t.length)},k:function(n,t,e){let i=n.getHours();return i===0&&(i=24),t==="ko"?e.ordinalNumber(i,{unit:"hour"}):kt(i,t.length)},m:function(n,t,e){return t==="mo"?e.ordinalNumber(n.getMinutes(),{unit:"minute"}):Dn.m(n,t)},s:function(n,t,e){return t==="so"?e.ordinalNumber(n.getSeconds(),{unit:"second"}):Dn.s(n,t)},S:function(n,t){return Dn.S(n,t)},X:function(n,t,e){const i=n.getTimezoneOffset();if(i===0)return"Z";switch(t){case"X":return Zd(i);case"XXXX":case"XX":return Zn(i);case"XXXXX":case"XXX":default:return Zn(i,":")}},x:function(n,t,e){const i=n.getTimezoneOffset();switch(t){case"x":return Zd(i);case"xxxx":case"xx":return Zn(i);case"xxxxx":case"xxx":default:return Zn(i,":")}},O:function(n,t,e){const i=n.getTimezoneOffset();switch(t){case"O":case"OO":case"OOO":return"GMT"+Xd(i,":");case"OOOO":default:return"GMT"+Zn(i,":")}},z:function(n,t,e){const i=n.getTimezoneOffset();switch(t){case"z":case"zz":case"zzz":return"GMT"+Xd(i,":");case"zzzz":default:return"GMT"+Zn(i,":")}},t:function(n,t,e){const i=Math.trunc(+n/1e3);return kt(i,t.length)},T:function(n,t,e){return kt(+n,t.length)}};function Xd(n,t=""){const e=n>0?"-":"+",i=Math.abs(n),s=Math.trunc(i/60),r=i%60;return r===0?e+String(s):e+String(s)+t+kt(r,2)}function Zd(n,t){return n%60===0?(n>0?"-":"+")+kt(Math.abs(n)/60,2):Zn(n,t)}function Zn(n,t=""){const e=n>0?"-":"+",i=Math.abs(n),s=kt(Math.trunc(i/60),2),r=kt(i%60,2);return e+s+t+r}const Qd=(n,t)=>{switch(n){case"P":return t.date({width:"short"});case"PP":return t.date({width:"medium"});case"PPP":return t.date({width:"long"});case"PPPP":default:return t.date({width:"full"})}},Jd=(n,t)=>{switch(n){case"p":return t.time({width:"short"});case"pp":return t.time({width:"medium"});case"ppp":return t.time({width:"long"});case"pppp":default:return t.time({width:"full"})}},Fo={p:Jd,P:(n,t)=>{const e=n.match(/(P+)(p+)?/)||[],i=e[1],s=e[2];if(!s)return Qd(n,t);let r;switch(i){case"P":r=t.dateTime({width:"short"});break;case"PP":r=t.dateTime({width:"medium"});break;case"PPP":r=t.dateTime({width:"long"});break;case"PPPP":default:r=t.dateTime({width:"full"});break}return r.replace("{{date}}",Qd(i,t)).replace("{{time}}",Jd(s,t))}},rx=/^D+$/,ax=/^Y+$/,ox=["D","DD","YY","YYYY"];function th(n){return rx.test(n)}function eh(n){return ax.test(n)}function Bo(n,t,e){const i=lx(n,t,e);if(console.warn(i),ox.includes(n))throw new RangeError(i)}function lx(n,t,e){const i=n[0]==="Y"?"years":"days of the month";return`Use \`${n.toLowerCase()}\` instead of \`${n}\` (in \`${t}\`) for formatting ${i} to the input \`${e}\`; see: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md`}const cx=/[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g,ux=/P+p+|P+|p+|''|'(''|[^'])+('|$)|./g,dx=/^'([^]*?)'?$/,hx=/''/g,fx=/[a-zA-Z]/;function Yr(n,t,e){var u,h,f,m,g,_,x,S;const i=Kn(),s=(e==null?void 0:e.locale)??i.locale??jd,r=(e==null?void 0:e.firstWeekContainsDate)??((h=(u=e==null?void 0:e.locale)==null?void 0:u.options)==null?void 0:h.firstWeekContainsDate)??i.firstWeekContainsDate??((m=(f=i.locale)==null?void 0:f.options)==null?void 0:m.firstWeekContainsDate)??1,a=(e==null?void 0:e.weekStartsOn)??((_=(g=e==null?void 0:e.locale)==null?void 0:g.options)==null?void 0:_.weekStartsOn)??i.weekStartsOn??((S=(x=i.locale)==null?void 0:x.options)==null?void 0:S.weekStartsOn)??0,o=lt(n,e==null?void 0:e.in);if(!Ro(o))throw new RangeError("Invalid time value");let l=t.match(ux).map(T=>{const D=T[0];if(D==="p"||D==="P"){const E=Fo[D];return E(T,s.formatLong)}return T}).join("").match(cx).map(T=>{if(T==="''")return{isToken:!1,value:"'"};const D=T[0];if(D==="'")return{isToken:!1,value:mx(T)};if(Kd[D])return{isToken:!0,value:T};if(D.match(fx))throw new RangeError("Format string contains an unescaped latin alphabet character `"+D+"`");return{isToken:!1,value:T}});s.localize.preprocessor&&(l=s.localize.preprocessor(o,l));const c={firstWeekContainsDate:r,weekStartsOn:a,locale:s};return l.map(T=>{if(!T.isToken)return T.value;const D=T.value;(!(e!=null&&e.useAdditionalWeekYearTokens)&&eh(D)||!(e!=null&&e.useAdditionalDayOfYearTokens)&&th(D))&&Bo(D,t,String(n));const E=Kd[D[0]];return E(o,D,s.localize,c)}).join("")}function mx(n){const t=n.match(dx);return t?t[1].replace(hx,"'"):n}function nh(){return Object.assign({},Kn())}function gx(n,t){const e=lt(n,t==null?void 0:t.in).getDay();return e===0?7:e}function px(n,t){const e=yx(t)?new t(0):Lt(t,0);return e.setFullYear(n.getFullYear(),n.getMonth(),n.getDate()),e.setHours(n.getHours(),n.getMinutes(),n.getSeconds(),n.getMilliseconds()),e}function yx(n){var t;return typeof n=="function"&&((t=n.prototype)==null?void 0:t.constructor)===n}const bx=10;class ih{constructor(){P(this,"subPriority",0)}validate(t,e){return!0}}class _x extends ih{constructor(t,e,i,s,r){super(),this.value=t,this.validateValue=e,this.setValue=i,this.priority=s,r&&(this.subPriority=r)}validate(t,e){return this.validateValue(t,this.value,e)}set(t,e,i){return this.setValue(t,e,this.value,i)}}class xx extends ih{constructor(e,i){super();P(this,"priority",bx);P(this,"subPriority",-1);this.context=e||(s=>Lt(i,s))}set(e,i){return i.timestampIsSet?e:Lt(e,px(e,this.context))}}class xt{run(t,e,i,s){const r=this.parse(t,e,i,s);return r?{setter:new _x(r.value,this.validate,this.set,this.priority,this.subPriority),rest:r.rest}:null}validate(t,e,i){return!0}}class wx extends xt{constructor(){super(...arguments);P(this,"priority",140);P(this,"incompatibleTokens",["R","u","t","T"])}parse(e,i,s){switch(i){case"G":case"GG":case"GGG":return s.era(e,{width:"abbreviated"})||s.era(e,{width:"narrow"});case"GGGGG":return s.era(e,{width:"narrow"});case"GGGG":default:return s.era(e,{width:"wide"})||s.era(e,{width:"abbreviated"})||s.era(e,{width:"narrow"})}}set(e,i,s){return i.era=s,e.setFullYear(s,0,1),e.setHours(0,0,0,0),e}}const Ut={month:/^(1[0-2]|0?\d)/,date:/^(3[0-1]|[0-2]?\d)/,dayOfYear:/^(36[0-6]|3[0-5]\d|[0-2]?\d?\d)/,week:/^(5[0-3]|[0-4]?\d)/,hour23h:/^(2[0-3]|[0-1]?\d)/,hour24h:/^(2[0-4]|[0-1]?\d)/,hour11h:/^(1[0-1]|0?\d)/,hour12h:/^(1[0-2]|0?\d)/,minute:/^[0-5]?\d/,second:/^[0-5]?\d/,singleDigit:/^\d/,twoDigits:/^\d{1,2}/,threeDigits:/^\d{1,3}/,fourDigits:/^\d{1,4}/,anyDigitsSigned:/^-?\d+/,singleDigitSigned:/^-?\d/,twoDigitsSigned:/^-?\d{1,2}/,threeDigitsSigned:/^-?\d{1,3}/,fourDigitsSigned:/^-?\d{1,4}/},je={basicOptionalMinutes:/^([+-])(\d{2})(\d{2})?|Z/,basic:/^([+-])(\d{2})(\d{2})|Z/,basicOptionalSeconds:/^([+-])(\d{2})(\d{2})((\d{2}))?|Z/,extended:/^([+-])(\d{2}):(\d{2})|Z/,extendedOptionalSeconds:/^([+-])(\d{2}):(\d{2})(:(\d{2}))?|Z/};function Ht(n,t){return n&&{value:t(n.value),rest:n.rest}}function It(n,t){const e=t.match(n);return e?{value:parseInt(e[0],10),rest:t.slice(e[0].length)}:null}function qe(n,t){const e=t.match(n);if(!e)return null;if(e[0]==="Z")return{value:0,rest:t.slice(1)};const i=e[1]==="+"?1:-1,s=e[2]?parseInt(e[2],10):0,r=e[3]?parseInt(e[3],10):0,a=e[5]?parseInt(e[5],10):0;return{value:i*(s*wi+r*Ms+a*J0),rest:t.slice(e[0].length)}}function sh(n){return It(Ut.anyDigitsSigned,n)}function Nt(n,t){switch(n){case 1:return It(Ut.singleDigit,t);case 2:return It(Ut.twoDigits,t);case 3:return It(Ut.threeDigits,t);case 4:return It(Ut.fourDigits,t);default:return It(new RegExp("^\\d{1,"+n+"}"),t)}}function $r(n,t){switch(n){case 1:return It(Ut.singleDigitSigned,t);case 2:return It(Ut.twoDigitsSigned,t);case 3:return It(Ut.threeDigitsSigned,t);case 4:return It(Ut.fourDigitsSigned,t);default:return It(new RegExp("^-?\\d{1,"+n+"}"),t)}}function zo(n){switch(n){case"morning":return 4;case"evening":return 17;case"pm":case"noon":case"afternoon":return 12;case"am":case"midnight":case"night":default:return 0}}function rh(n,t){const e=t>0,i=e?t:1-t;let s;if(i<=50)s=n||100;else{const r=i+50,a=Math.trunc(r/100)*100,o=n>=r%100;s=n+a-(o?100:0)}return e?s:1-s}function ah(n){return n%400===0||n%4===0&&n%100!==0}class Sx extends xt{constructor(){super(...arguments);P(this,"priority",130);P(this,"incompatibleTokens",["Y","R","u","w","I","i","e","c","t","T"])}parse(e,i,s){const r=a=>({year:a,isTwoDigitYear:i==="yy"});switch(i){case"y":return Ht(Nt(4,e),r);case"yo":return Ht(s.ordinalNumber(e,{unit:"year"}),r);default:return Ht(Nt(i.length,e),r)}}validate(e,i){return i.isTwoDigitYear||i.year>0}set(e,i,s){const r=e.getFullYear();if(s.isTwoDigitYear){const o=rh(s.year,r);return e.setFullYear(o,0,1),e.setHours(0,0,0,0),e}const a=!("era"in i)||i.era===1?s.year:1-s.year;return e.setFullYear(a,0,1),e.setHours(0,0,0,0),e}}class vx extends xt{constructor(){super(...arguments);P(this,"priority",130);P(this,"incompatibleTokens",["y","R","u","Q","q","M","L","I","d","D","i","t","T"])}parse(e,i,s){const r=a=>({year:a,isTwoDigitYear:i==="YY"});switch(i){case"Y":return Ht(Nt(4,e),r);case"Yo":return Ht(s.ordinalNumber(e,{unit:"year"}),r);default:return Ht(Nt(i.length,e),r)}}validate(e,i){return i.isTwoDigitYear||i.year>0}set(e,i,s,r){const a=No(e,r);if(s.isTwoDigitYear){const l=rh(s.year,a);return e.setFullYear(l,0,r.firstWeekContainsDate),e.setHours(0,0,0,0),$e(e,r)}const o=!("era"in i)||i.era===1?s.year:1-s.year;return e.setFullYear(o,0,r.firstWeekContainsDate),e.setHours(0,0,0,0),$e(e,r)}}class Tx extends xt{constructor(){super(...arguments);P(this,"priority",130);P(this,"incompatibleTokens",["G","y","Y","u","Q","q","M","L","w","d","D","e","c","t","T"])}parse(e,i){return $r(i==="R"?4:i.length,e)}set(e,i,s){const r=Lt(e,0);return r.setFullYear(s,0,4),r.setHours(0,0,0,0),Si(r)}}class Mx extends xt{constructor(){super(...arguments);P(this,"priority",130);P(this,"incompatibleTokens",["G","y","Y","R","w","I","i","e","c","t","T"])}parse(e,i){return $r(i==="u"?4:i.length,e)}set(e,i,s){return e.setFullYear(s,0,1),e.setHours(0,0,0,0),e}}class kx extends xt{constructor(){super(...arguments);P(this,"priority",120);P(this,"incompatibleTokens",["Y","R","q","M","L","w","I","d","D","i","e","c","t","T"])}parse(e,i,s){switch(i){case"Q":case"QQ":return Nt(i.length,e);case"Qo":return s.ordinalNumber(e,{unit:"quarter"});case"QQQ":return s.quarter(e,{width:"abbreviated",context:"formatting"})||s.quarter(e,{width:"narrow",context:"formatting"});case"QQQQQ":return s.quarter(e,{width:"narrow",context:"formatting"});case"QQQQ":default:return s.quarter(e,{width:"wide",context:"formatting"})||s.quarter(e,{width:"abbreviated",context:"formatting"})||s.quarter(e,{width:"narrow",context:"formatting"})}}validate(e,i){return i>=1&&i<=4}set(e,i,s){return e.setMonth((s-1)*3,1),e.setHours(0,0,0,0),e}}class Dx extends xt{constructor(){super(...arguments);P(this,"priority",120);P(this,"incompatibleTokens",["Y","R","Q","M","L","w","I","d","D","i","e","c","t","T"])}parse(e,i,s){switch(i){case"q":case"qq":return Nt(i.length,e);case"qo":return s.ordinalNumber(e,{unit:"quarter"});case"qqq":return s.quarter(e,{width:"abbreviated",context:"standalone"})||s.quarter(e,{width:"narrow",context:"standalone"});case"qqqqq":return s.quarter(e,{width:"narrow",context:"standalone"});case"qqqq":default:return s.quarter(e,{width:"wide",context:"standalone"})||s.quarter(e,{width:"abbreviated",context:"standalone"})||s.quarter(e,{width:"narrow",context:"standalone"})}}validate(e,i){return i>=1&&i<=4}set(e,i,s){return e.setMonth((s-1)*3,1),e.setHours(0,0,0,0),e}}class Cx extends xt{constructor(){super(...arguments);P(this,"incompatibleTokens",["Y","R","q","Q","L","w","I","D","i","e","c","t","T"]);P(this,"priority",110)}parse(e,i,s){const r=a=>a-1;switch(i){case"M":return Ht(It(Ut.month,e),r);case"MM":return Ht(Nt(2,e),r);case"Mo":return Ht(s.ordinalNumber(e,{unit:"month"}),r);case"MMM":return s.month(e,{width:"abbreviated",context:"formatting"})||s.month(e,{width:"narrow",context:"formatting"});case"MMMMM":return s.month(e,{width:"narrow",context:"formatting"});case"MMMM":default:return s.month(e,{width:"wide",context:"formatting"})||s.month(e,{width:"abbreviated",context:"formatting"})||s.month(e,{width:"narrow",context:"formatting"})}}validate(e,i){return i>=0&&i<=11}set(e,i,s){return e.setMonth(s,1),e.setHours(0,0,0,0),e}}class Ox extends xt{constructor(){super(...arguments);P(this,"priority",110);P(this,"incompatibleTokens",["Y","R","q","Q","M","w","I","D","i","e","c","t","T"])}parse(e,i,s){const r=a=>a-1;switch(i){case"L":return Ht(It(Ut.month,e),r);case"LL":return Ht(Nt(2,e),r);case"Lo":return Ht(s.ordinalNumber(e,{unit:"month"}),r);case"LLL":return s.month(e,{width:"abbreviated",context:"standalone"})||s.month(e,{width:"narrow",context:"standalone"});case"LLLLL":return s.month(e,{width:"narrow",context:"standalone"});case"LLLL":default:return s.month(e,{width:"wide",context:"standalone"})||s.month(e,{width:"abbreviated",context:"standalone"})||s.month(e,{width:"narrow",context:"standalone"})}}validate(e,i){return i>=0&&i<=11}set(e,i,s){return e.setMonth(s,1),e.setHours(0,0,0,0),e}}function Ex(n,t,e){const i=lt(n,e==null?void 0:e.in),s=Gd(i,e)-t;return i.setDate(i.getDate()-s*7),lt(i,e==null?void 0:e.in)}class Ax extends xt{constructor(){super(...arguments);P(this,"priority",100);P(this,"incompatibleTokens",["y","R","u","q","Q","M","L","I","d","D","i","t","T"])}parse(e,i,s){switch(i){case"w":return It(Ut.week,e);case"wo":return s.ordinalNumber(e,{unit:"week"});default:return Nt(i.length,e)}}validate(e,i){return i>=1&&i<=53}set(e,i,s,r){return $e(Ex(e,s,r),r)}}function Px(n,t,e){const i=lt(n,e==null?void 0:e.in),s=qd(i,e)-t;return i.setDate(i.getDate()-s*7),i}class Rx extends xt{constructor(){super(...arguments);P(this,"priority",100);P(this,"incompatibleTokens",["y","Y","u","q","Q","M","L","w","d","D","e","c","t","T"])}parse(e,i,s){switch(i){case"I":return It(Ut.week,e);case"Io":return s.ordinalNumber(e,{unit:"week"});default:return Nt(i.length,e)}}validate(e,i){return i>=1&&i<=53}set(e,i,s){return Si(Px(e,s))}}const Ix=[31,28,31,30,31,30,31,31,30,31,30,31],Lx=[31,29,31,30,31,30,31,31,30,31,30,31];class Nx extends xt{constructor(){super(...arguments);P(this,"priority",90);P(this,"subPriority",1);P(this,"incompatibleTokens",["Y","R","q","Q","w","I","D","i","e","c","t","T"])}parse(e,i,s){switch(i){case"d":return It(Ut.date,e);case"do":return s.ordinalNumber(e,{unit:"date"});default:return Nt(i.length,e)}}validate(e,i){const s=e.getFullYear(),r=ah(s),a=e.getMonth();return r?i>=1&&i<=Lx[a]:i>=1&&i<=Ix[a]}set(e,i,s){return e.setDate(s),e.setHours(0,0,0,0),e}}class Fx extends xt{constructor(){super(...arguments);P(this,"priority",90);P(this,"subpriority",1);P(this,"incompatibleTokens",["Y","R","q","Q","M","L","w","I","d","E","i","e","c","t","T"])}parse(e,i,s){switch(i){case"D":case"DD":return It(Ut.dayOfYear,e);case"Do":return s.ordinalNumber(e,{unit:"date"});default:return Nt(i.length,e)}}validate(e,i){const s=e.getFullYear();return ah(s)?i>=1&&i<=366:i>=1&&i<=365}set(e,i,s){return e.setMonth(0,s),e.setHours(0,0,0,0),e}}function Uo(n,t,e){var h,f,m,g;const i=Kn(),s=(e==null?void 0:e.weekStartsOn)??((f=(h=e==null?void 0:e.locale)==null?void 0:h.options)==null?void 0:f.weekStartsOn)??i.weekStartsOn??((g=(m=i.locale)==null?void 0:m.options)==null?void 0:g.weekStartsOn)??0,r=lt(n,e==null?void 0:e.in),a=r.getDay(),l=(t%7+7)%7,c=7-s,u=t<0||t>6?t-(a+c)%7:(l+c)%7-(a+c)%7;return Wr(r,u,e)}class Bx extends xt{constructor(){super(...arguments);P(this,"priority",90);P(this,"incompatibleTokens",["D","i","e","c","t","T"])}parse(e,i,s){switch(i){case"E":case"EE":case"EEE":return s.day(e,{width:"abbreviated",context:"formatting"})||s.day(e,{width:"short",context:"formatting"})||s.day(e,{width:"narrow",context:"formatting"});case"EEEEE":return s.day(e,{width:"narrow",context:"formatting"});case"EEEEEE":return s.day(e,{width:"short",context:"formatting"})||s.day(e,{width:"narrow",context:"formatting"});case"EEEE":default:return s.day(e,{width:"wide",context:"formatting"})||s.day(e,{width:"abbreviated",context:"formatting"})||s.day(e,{width:"short",context:"formatting"})||s.day(e,{width:"narrow",context:"formatting"})}}validate(e,i){return i>=0&&i<=6}set(e,i,s,r){return e=Uo(e,s,r),e.setHours(0,0,0,0),e}}class zx extends xt{constructor(){super(...arguments);P(this,"priority",90);P(this,"incompatibleTokens",["y","R","u","q","Q","M","L","I","d","D","E","i","c","t","T"])}parse(e,i,s,r){const a=o=>{const l=Math.floor((o-1)/7)*7;return(o+r.weekStartsOn+6)%7+l};switch(i){case"e":case"ee":return Ht(Nt(i.length,e),a);case"eo":return Ht(s.ordinalNumber(e,{unit:"day"}),a);case"eee":return s.day(e,{width:"abbreviated",context:"formatting"})||s.day(e,{width:"short",context:"formatting"})||s.day(e,{width:"narrow",context:"formatting"});case"eeeee":return s.day(e,{width:"narrow",context:"formatting"});case"eeeeee":return s.day(e,{width:"short",context:"formatting"})||s.day(e,{width:"narrow",context:"formatting"});case"eeee":default:return s.day(e,{width:"wide",context:"formatting"})||s.day(e,{width:"abbreviated",context:"formatting"})||s.day(e,{width:"short",context:"formatting"})||s.day(e,{width:"narrow",context:"formatting"})}}validate(e,i){return i>=0&&i<=6}set(e,i,s,r){return e=Uo(e,s,r),e.setHours(0,0,0,0),e}}class Ux extends xt{constructor(){super(...arguments);P(this,"priority",90);P(this,"incompatibleTokens",["y","R","u","q","Q","M","L","I","d","D","E","i","e","t","T"])}parse(e,i,s,r){const a=o=>{const l=Math.floor((o-1)/7)*7;return(o+r.weekStartsOn+6)%7+l};switch(i){case"c":case"cc":return Ht(Nt(i.length,e),a);case"co":return Ht(s.ordinalNumber(e,{unit:"day"}),a);case"ccc":return s.day(e,{width:"abbreviated",context:"standalone"})||s.day(e,{width:"short",context:"standalone"})||s.day(e,{width:"narrow",context:"standalone"});case"ccccc":return s.day(e,{width:"narrow",context:"standalone"});case"cccccc":return s.day(e,{width:"short",context:"standalone"})||s.day(e,{width:"narrow",context:"standalone"});case"cccc":default:return s.day(e,{width:"wide",context:"standalone"})||s.day(e,{width:"abbreviated",context:"standalone"})||s.day(e,{width:"short",context:"standalone"})||s.day(e,{width:"narrow",context:"standalone"})}}validate(e,i){return i>=0&&i<=6}set(e,i,s,r){return e=Uo(e,s,r),e.setHours(0,0,0,0),e}}function Hx(n,t,e){const i=lt(n,e==null?void 0:e.in),s=gx(i,e),r=t-s;return Wr(i,r,e)}class Wx extends xt{constructor(){super(...arguments);P(this,"priority",90);P(this,"incompatibleTokens",["y","Y","u","q","Q","M","L","w","d","D","E","e","c","t","T"])}parse(e,i,s){const r=a=>a===0?7:a;switch(i){case"i":case"ii":return Nt(i.length,e);case"io":return s.ordinalNumber(e,{unit:"day"});case"iii":return Ht(s.day(e,{width:"abbreviated",context:"formatting"})||s.day(e,{width:"short",context:"formatting"})||s.day(e,{width:"narrow",context:"formatting"}),r);case"iiiii":return Ht(s.day(e,{width:"narrow",context:"formatting"}),r);case"iiiiii":return Ht(s.day(e,{width:"short",context:"formatting"})||s.day(e,{width:"narrow",context:"formatting"}),r);case"iiii":default:return Ht(s.day(e,{width:"wide",context:"formatting"})||s.day(e,{width:"abbreviated",context:"formatting"})||s.day(e,{width:"short",context:"formatting"})||s.day(e,{width:"narrow",context:"formatting"}),r)}}validate(e,i){return i>=1&&i<=7}set(e,i,s){return e=Hx(e,s),e.setHours(0,0,0,0),e}}class Vx extends xt{constructor(){super(...arguments);P(this,"priority",80);P(this,"incompatibleTokens",["b","B","H","k","t","T"])}parse(e,i,s){switch(i){case"a":case"aa":case"aaa":return s.dayPeriod(e,{width:"abbreviated",context:"formatting"})||s.dayPeriod(e,{width:"narrow",context:"formatting"});case"aaaaa":return s.dayPeriod(e,{width:"narrow",context:"formatting"});case"aaaa":default:return s.dayPeriod(e,{width:"wide",context:"formatting"})||s.dayPeriod(e,{width:"abbreviated",context:"formatting"})||s.dayPeriod(e,{width:"narrow",context:"formatting"})}}set(e,i,s){return e.setHours(zo(s),0,0,0),e}}class Yx extends xt{constructor(){super(...arguments);P(this,"priority",80);P(this,"incompatibleTokens",["a","B","H","k","t","T"])}parse(e,i,s){switch(i){case"b":case"bb":case"bbb":return s.dayPeriod(e,{width:"abbreviated",context:"formatting"})||s.dayPeriod(e,{width:"narrow",context:"formatting"});case"bbbbb":return s.dayPeriod(e,{width:"narrow",context:"formatting"});case"bbbb":default:return s.dayPeriod(e,{width:"wide",context:"formatting"})||s.dayPeriod(e,{width:"abbreviated",context:"formatting"})||s.dayPeriod(e,{width:"narrow",context:"formatting"})}}set(e,i,s){return e.setHours(zo(s),0,0,0),e}}class $x extends xt{constructor(){super(...arguments);P(this,"priority",80);P(this,"incompatibleTokens",["a","b","t","T"])}parse(e,i,s){switch(i){case"B":case"BB":case"BBB":return s.dayPeriod(e,{width:"abbreviated",context:"formatting"})||s.dayPeriod(e,{width:"narrow",context:"formatting"});case"BBBBB":return s.dayPeriod(e,{width:"narrow",context:"formatting"});case"BBBB":default:return s.dayPeriod(e,{width:"wide",context:"formatting"})||s.dayPeriod(e,{width:"abbreviated",context:"formatting"})||s.dayPeriod(e,{width:"narrow",context:"formatting"})}}set(e,i,s){return e.setHours(zo(s),0,0,0),e}}class jx extends xt{constructor(){super(...arguments);P(this,"priority",70);P(this,"incompatibleTokens",["H","K","k","t","T"])}parse(e,i,s){switch(i){case"h":return It(Ut.hour12h,e);case"ho":return s.ordinalNumber(e,{unit:"hour"});default:return Nt(i.length,e)}}validate(e,i){return i>=1&&i<=12}set(e,i,s){const r=e.getHours()>=12;return r&&s<12?e.setHours(s+12,0,0,0):!r&&s===12?e.setHours(0,0,0,0):e.setHours(s,0,0,0),e}}class qx extends xt{constructor(){super(...arguments);P(this,"priority",70);P(this,"incompatibleTokens",["a","b","h","K","k","t","T"])}parse(e,i,s){switch(i){case"H":return It(Ut.hour23h,e);case"Ho":return s.ordinalNumber(e,{unit:"hour"});default:return Nt(i.length,e)}}validate(e,i){return i>=0&&i<=23}set(e,i,s){return e.setHours(s,0,0,0),e}}class Gx extends xt{constructor(){super(...arguments);P(this,"priority",70);P(this,"incompatibleTokens",["h","H","k","t","T"])}parse(e,i,s){switch(i){case"K":return It(Ut.hour11h,e);case"Ko":return s.ordinalNumber(e,{unit:"hour"});default:return Nt(i.length,e)}}validate(e,i){return i>=0&&i<=11}set(e,i,s){return e.getHours()>=12&&s<12?e.setHours(s+12,0,0,0):e.setHours(s,0,0,0),e}}class Kx extends xt{constructor(){super(...arguments);P(this,"priority",70);P(this,"incompatibleTokens",["a","b","h","H","K","t","T"])}parse(e,i,s){switch(i){case"k":return It(Ut.hour24h,e);case"ko":return s.ordinalNumber(e,{unit:"hour"});default:return Nt(i.length,e)}}validate(e,i){return i>=1&&i<=24}set(e,i,s){const r=s<=24?s%24:s;return e.setHours(r,0,0,0),e}}class Xx extends xt{constructor(){super(...arguments);P(this,"priority",60);P(this,"incompatibleTokens",["t","T"])}parse(e,i,s){switch(i){case"m":return It(Ut.minute,e);case"mo":return s.ordinalNumber(e,{unit:"minute"});default:return Nt(i.length,e)}}validate(e,i){return i>=0&&i<=59}set(e,i,s){return e.setMinutes(s,0,0),e}}class Zx extends xt{constructor(){super(...arguments);P(this,"priority",50);P(this,"incompatibleTokens",["t","T"])}parse(e,i,s){switch(i){case"s":return It(Ut.second,e);case"so":return s.ordinalNumber(e,{unit:"second"});default:return Nt(i.length,e)}}validate(e,i){return i>=0&&i<=59}set(e,i,s){return e.setSeconds(s,0),e}}class Qx extends xt{constructor(){super(...arguments);P(this,"priority",30);P(this,"incompatibleTokens",["t","T"])}parse(e,i){const s=r=>Math.trunc(r*Math.pow(10,-i.length+3));return Ht(Nt(i.length,e),s)}set(e,i,s){return e.setMilliseconds(s),e}}class Jx extends xt{constructor(){super(...arguments);P(this,"priority",10);P(this,"incompatibleTokens",["t","T","x"])}parse(e,i){switch(i){case"X":return qe(je.basicOptionalMinutes,e);case"XX":return qe(je.basic,e);case"XXXX":return qe(je.basicOptionalSeconds,e);case"XXXXX":return qe(je.extendedOptionalSeconds,e);case"XXX":default:return qe(je.extended,e)}}set(e,i,s){return i.timestampIsSet?e:Lt(e,e.getTime()-Vr(e)-s)}}class tw extends xt{constructor(){super(...arguments);P(this,"priority",10);P(this,"incompatibleTokens",["t","T","X"])}parse(e,i){switch(i){case"x":return qe(je.basicOptionalMinutes,e);case"xx":return qe(je.basic,e);case"xxxx":return qe(je.basicOptionalSeconds,e);case"xxxxx":return qe(je.extendedOptionalSeconds,e);case"xxx":default:return qe(je.extended,e)}}set(e,i,s){return i.timestampIsSet?e:Lt(e,e.getTime()-Vr(e)-s)}}class ew extends xt{constructor(){super(...arguments);P(this,"priority",40);P(this,"incompatibleTokens","*")}parse(e){return sh(e)}set(e,i,s){return[Lt(e,s*1e3),{timestampIsSet:!0}]}}class nw extends xt{constructor(){super(...arguments);P(this,"priority",20);P(this,"incompatibleTokens","*")}parse(e){return sh(e)}set(e,i,s){return[Lt(e,s),{timestampIsSet:!0}]}}const iw={G:new wx,y:new Sx,Y:new vx,R:new Tx,u:new Mx,Q:new kx,q:new Dx,M:new Cx,L:new Ox,w:new Ax,I:new Rx,d:new Nx,D:new Fx,E:new Bx,e:new zx,c:new Ux,i:new Wx,a:new Vx,b:new Yx,B:new $x,h:new jx,H:new qx,K:new Gx,k:new Kx,m:new Xx,s:new Zx,S:new Qx,X:new Jx,x:new tw,t:new ew,T:new nw},sw=/[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g,rw=/P+p+|P+|p+|''|'(''|[^'])+('|$)|./g,aw=/^'([^]*?)'?$/,ow=/''/g,lw=/\S/,cw=/[a-zA-Z]/;function uw(n,t,e,i){var x,S,T,D,E,C,A,k;const s=()=>Lt((i==null?void 0:i.in)||e,NaN),r=nh(),a=(i==null?void 0:i.locale)??r.locale??jd,o=(i==null?void 0:i.firstWeekContainsDate)??((S=(x=i==null?void 0:i.locale)==null?void 0:x.options)==null?void 0:S.firstWeekContainsDate)??r.firstWeekContainsDate??((D=(T=r.locale)==null?void 0:T.options)==null?void 0:D.firstWeekContainsDate)??1,l=(i==null?void 0:i.weekStartsOn)??((C=(E=i==null?void 0:i.locale)==null?void 0:E.options)==null?void 0:C.weekStartsOn)??r.weekStartsOn??((k=(A=r.locale)==null?void 0:A.options)==null?void 0:k.weekStartsOn)??0;if(!t)return n?s():lt(e,i==null?void 0:i.in);const c={firstWeekContainsDate:o,weekStartsOn:l,locale:a},u=[new xx(i==null?void 0:i.in,e)],h=t.match(rw).map(p=>{const b=p[0];if(b in Fo){const v=Fo[b];return v(p,a.formatLong)}return p}).join("").match(sw),f=[];for(let p of h){!(i!=null&&i.useAdditionalWeekYearTokens)&&eh(p)&&Bo(p,t,n),!(i!=null&&i.useAdditionalDayOfYearTokens)&&th(p)&&Bo(p,t,n);const b=p[0],v=iw[b];if(v){const{incompatibleTokens:O}=v;if(Array.isArray(O)){const W=f.find(L=>O.includes(L.token)||L.token===b);if(W)throw new RangeError(`The format string mustn't contain \`${W.fullToken}\` and \`${p}\` at the same time`)}else if(v.incompatibleTokens==="*"&&f.length>0)throw new RangeError(`The format string mustn't contain \`${p}\` and any other token at the same time`);f.push({token:b,fullToken:p});const R=v.run(n,p,a.match,c);if(!R)return s();u.push(R.setter),n=R.rest}else{if(b.match(cw))throw new RangeError("Format string contains an unescaped latin alphabet character `"+b+"`");if(p==="''"?p="'":b==="'"&&(p=dw(p)),n.indexOf(p)===0)n=n.slice(p.length);else return s()}}if(n.length>0&&lw.test(n))return s();const m=u.map(p=>p.priority).sort((p,b)=>b-p).filter((p,b,v)=>v.indexOf(p)===b).map(p=>u.filter(b=>b.priority===p).sort((b,v)=>v.subPriority-b.subPriority)).map(p=>p[0]);let g=lt(e,i==null?void 0:i.in);if(isNaN(+g))return s();const _={};for(const p of m){if(!p.validate(g,c))return s();const b=p.set(g,_,c);Array.isArray(b)?(g=b[0],Object.assign(_,b[1])):g=b}return g}function dw(n){return n.match(aw)[1].replace(ow,"'")}function hw(n,t){const e=lt(n,t==null?void 0:t.in);return e.setMinutes(0,0,0),e}function fw(n,t){const e=lt(n,t==null?void 0:t.in);return e.setSeconds(0,0),e}function mw(n,t){const e=lt(n,t==null?void 0:t.in);return e.setMilliseconds(0),e}function gw(n){const t=n/wi;return Math.trunc(t)}function oh(n,t){const e=()=>Lt(t==null?void 0:t.in,NaN),i=(t==null?void 0:t.additionalDigits)??2,s=_w(n);let r;if(s.date){const c=xw(s.date,i);r=ww(c.restDateString,c.year)}if(!r||isNaN(+r))return e();const a=+r;let o=0,l;if(s.time&&(o=Sw(s.time),isNaN(o)))return e();if(s.timezone){if(l=vw(s.timezone),isNaN(l))return e()}else{const c=new Date(a+o),u=lt(0,t==null?void 0:t.in);return u.setFullYear(c.getUTCFullYear(),c.getUTCMonth(),c.getUTCDate()),u.setHours(c.getUTCHours(),c.getUTCMinutes(),c.getUTCSeconds(),c.getUTCMilliseconds()),u}return lt(a+o+l,t==null?void 0:t.in)}const jr={dateTimeDelimiter:/[T ]/,timeZoneDelimiter:/[Z ]/i,timezone:/([Z+-].*)$/},pw=/^-?(?:(\d{3})|(\d{2})(?:-?(\d{2}))?|W(\d{2})(?:-?(\d{1}))?|)$/,yw=/^(\d{2}(?:[.,]\d*)?)(?::?(\d{2}(?:[.,]\d*)?))?(?::?(\d{2}(?:[.,]\d*)?))?$/,bw=/^([+-])(\d{2})(?::?(\d{2}))?$/;function _w(n){const t={},e=n.split(jr.dateTimeDelimiter);let i;if(e.length>2)return t;if(/:/.test(e[0])?i=e[0]:(t.date=e[0],i=e[1],jr.timeZoneDelimiter.test(t.date)&&(t.date=n.split(jr.timeZoneDelimiter)[0],i=n.substr(t.date.length,n.length))),i){const s=jr.timezone.exec(i);s?(t.time=i.replace(s[1],""),t.timezone=s[1]):t.time=i}return t}function xw(n,t){const e=new RegExp("^(?:(\\d{4}|[+-]\\d{"+(4+t)+"})|(\\d{2}|[+-]\\d{"+(2+t)+"})$)"),i=n.match(e);if(!i)return{year:NaN,restDateString:""};const s=i[1]?parseInt(i[1]):null,r=i[2]?parseInt(i[2]):null;return{year:r===null?s:r*100,restDateString:n.slice((i[1]||i[2]).length)}}function ww(n,t){if(t===null)return new Date(NaN);const e=n.match(pw);if(!e)return new Date(NaN);const i=!!e[4],s=Es(e[1]),r=Es(e[2])-1,a=Es(e[3]),o=Es(e[4]),l=Es(e[5])-1;if(i)return Cw(t,o,l)?Tw(t,o,l):new Date(NaN);{const c=new Date(0);return!kw(t,r,a)||!Dw(t,s)?new Date(NaN):(c.setUTCFullYear(t,r,Math.max(s,a)),c)}}function Es(n){return n?parseInt(n):1}function Sw(n){const t=n.match(yw);if(!t)return NaN;const e=Ho(t[1]),i=Ho(t[2]),s=Ho(t[3]);return Ow(e,i,s)?e*wi+i*Ms+s*1e3:NaN}function Ho(n){return n&&parseFloat(n.replace(",","."))||0}function vw(n){if(n==="Z")return 0;const t=n.match(bw);if(!t)return 0;const e=t[1]==="+"?-1:1,i=parseInt(t[2]),s=t[3]&&parseInt(t[3])||0;return Ew(i,s)?e*(i*wi+s*Ms):NaN}function Tw(n,t,e){const i=new Date(0);i.setUTCFullYear(n,0,4);const s=i.getUTCDay()||7,r=(t-1)*7+e+1-s;return i.setUTCDate(i.getUTCDate()+r),i}const Mw=[31,null,31,30,31,30,31,31,30,31,30,31];function lh(n){return n%400===0||n%4===0&&n%100!==0}function kw(n,t,e){return t>=0&&t<=11&&e>=1&&e<=(Mw[t]||(lh(n)?29:28))}function Dw(n,t){return t>=1&&t<=(lh(n)?366:365)}function Cw(n,t,e){return t>=1&&t<=53&&e>=0&&e<=6}function Ow(n,t,e){return n===24?t===0&&e===0:e>=0&&e<60&&t>=0&&t<60&&n>=0&&n<25}function Ew(n,t){return t>=0&&t<=59}var Aw=Object.defineProperty,Pw=(n,t,e)=>t in n?Aw(n,t,{enumerable:!0,configurable:!0,writable:!0,value:e}):n[t]=e,Ae=(n,t,e)=>Pw(n,typeof t!="symbol"?t+"":t,e);const Rw=1e3;var et=(n=>(n.FIFTEEN_MIN="15m",n.ONE_HOUR="1h",n.SIX_HOUR="6h",n.TWELVE_HOUR="12h",n.ONE_DAY="24h",n.SEVEN_DAY="7d",n.THIRTY_DAY="30d",n.NINETY_DAY="90d",n.ONE_HUNDRED_EIGHTY_DAY="180d",n.ONE_YEAR="365d",n.CURRENT_WEEK="current_week",n.CURRENT_MONTH="current_month",n.CURRENT_QUARTER="current_quarter",n.CURRENT_YEAR="current_year",n.PREVIOUS_WEEK="previous_week",n.PREVIOUS_MONTH="previous_month",n.PREVIOUS_QUARTER="previous_quarter",n.PREVIOUS_YEAR="previous_year",n))(et||{});const Iw=["in","not_in","selector"],Lw=["empty","not_empty"],Nw=["secondly","tenSecondly","thirtySecondly","minutely","fiveMinutely","tenMinutely","thirtyMinutely","hourly","twoHourly","twelveHourly","daily","weekly","trend"],Ti=n=>n.filter(t=>t!=="time"),ch=["api","api_package","api_product","api_product_version","control_plane","control_plane_group","data_plane_node","gateway_service","portal","route","status_code","status_code_grouped","time"],uh=Ti(ch),Fw=["active_services","error_rate","request_count","request_per_minute","response_latency_average"],dh=[...ch,"application","bot_info_action","bot_info_detection_reason","bot_info_ban_type","consumer","country_code","upstream_status_code","upstream_status_code_grouped","response_source","data_plane_node_version","realm","portal_api","principal"],hh=Ti(dh),Bw=[...Fw,"response_latency_p99","response_latency_p95","response_latency_p50","upstream_latency_p99","upstream_latency_p95","upstream_latency_p50","upstream_latency_average","kong_latency_p99","kong_latency_p95","kong_latency_p50","kong_latency_average","kong_internal_latency_p99","kong_internal_latency_p95","kong_internal_latency_p50","kong_internal_latency_average","response_size_p99","response_size_p95","response_size_p50","response_size_average","response_size_sum","request_size_p99","request_size_p95","request_size_p50","request_size_average","request_size_sum"],zw=["control_plane","control_plane_group","gateway_service","consumer","application","route","ai_provider","ai_response_model","ai_request_model","llm_cache_status","llm_embeddings_provider","llm_embeddings_model","time","realm","status_code","status_code_grouped","ai_plugin","principal"],fh=Ti(zw);Ti(["a2a_context_id","a2a_error","a2a_method","a2a_task_id","api","api_package","api_product","api_product_version","application","auth_type","bot_info_action","bot_info_detection_reason","bot_info_ja4_fingerprint","bot_info_ban_type","bot_info_header_names","client_ip","consumer","consumer_group","control_plane","control_plane_group","country_code","data_plane_node","data_plane_node_version","gateway_service","header_host","header_user_agent","http_method","mcp_error","mcp_method","mcp_session_id","mcp_tool_name","portal","principal","realm","request_id","request_uri","response_header_content_type","response_source","route","service_port","service_protocol","sse","status_code_grouped","time","trace_id","upstream_uri","upstream_status_code_grouped","websocket"]),Ti(["ai_count","latencies_response_ms","latencies_upstream_ms","latencies_kong_gateway_ms","latencies_kong_internal_ms","request_body_size","response_body_size","response_header_content_length","status_code","upstream_status_code"]);const Uw=[...dh,"a2a_context_id","a2a_error","a2a_method","a2a_task_id","mcp_error","mcp_method","mcp_session_id","mcp_tool_name"],mh=Ti(Uw);[...Bw],new Set(uh),new Set(hh),new Set(fh),new Set(mh);const gh=[{code:"AF",name:"Afghanistan"},{code:"AX",name:"Aland Islands"},{code:"AL",name:"Albania"},{code:"DZ",name:"Algeria"},{code:"AS",name:"American Samoa"},{code:"AD",name:"Andorra"},{code:"AO",name:"Angola"},{code:"AI",name:"Anguilla"},{code:"AQ",name:"Antarctica"},{code:"AG",name:"Antigua and Barbuda"},{code:"AR",name:"Argentina"},{code:"AM",name:"Armenia"},{code:"AW",name:"Aruba"},{code:"AU",name:"Australia"},{code:"AT",name:"Austria"},{code:"AZ",name:"Azerbaijan"},{code:"BS",name:"Bahamas"},{code:"BH",name:"Bahrain"},{code:"BD",name:"Bangladesh"},{code:"BB",name:"Barbados"},{code:"BY",name:"Belarus"},{code:"BE",name:"Belgium"},{code:"BZ",name:"Belize"},{code:"BJ",name:"Benin"},{code:"BM",name:"Bermuda"},{code:"BT",name:"Bhutan"},{code:"BO",name:"Bolivia"},{code:"BA",name:"Bosnia and Herzegovina"},{code:"BW",name:"Botswana"},{code:"BV",name:"Bouvet Island"},{code:"BR",name:"Brazil"},{code:"IO",name:"British Indian Ocean Territory"},{code:"BN",name:"Brunei Darussalam"},{code:"BG",name:"Bulgaria"},{code:"BF",name:"Burkina Faso"},{code:"BI",name:"Burundi"},{code:"KH",name:"Cambodia"},{code:"CM",name:"Cameroon"},{code:"CA",name:"Canada"},{code:"CV",name:"Cape Verde"},{code:"KY",name:"Cayman Islands"},{code:"CF",name:"Central African Republic"},{code:"TD",name:"Chad"},{code:"CL",name:"Chile"},{code:"CN",name:"China"},{code:"CX",name:"Christmas Island"},{code:"CC",name:"Cocos (Keeling) Islands"},{code:"CO",name:"Colombia"},{code:"KM",name:"Comoros"},{code:"CG",name:"Congo"},{code:"CD",name:"Democratic Republic of the Congo"},{code:"CK",name:"Cook Islands"},{code:"CR",name:"Costa Rica"},{code:"CI",name:"Cote d'Ivoire"},{code:"HR",name:"Croatia"},{code:"CU",name:"Cuba"},{code:"CY",name:"Cyprus"},{code:"CZ",name:"Czech Republic"},{code:"DK",name:"Denmark"},{code:"DJ",name:"Djibouti"},{code:"DM",name:"Dominica"},{code:"DO",name:"Dominican Republic"},{code:"EC",name:"Ecuador"},{code:"EG",name:"Egypt"},{code:"SV",name:"El Salvador"},{code:"GQ",name:"Equatorial Guinea"},{code:"ER",name:"Eritrea"},{code:"EE",name:"Estonia"},{code:"ET",name:"Ethiopia"},{code:"FK",name:"Falkland Islands (Malvinas)"},{code:"FO",name:"Faroe Islands"},{code:"FJ",name:"Fiji"},{code:"FI",name:"Finland"},{code:"FR",name:"France"},{code:"GF",name:"French Guiana"},{code:"PF",name:"French Polynesia"},{code:"TF",name:"French Southern Territories"},{code:"GA",name:"Gabon"},{code:"GM",name:"Gambia"},{code:"GE",name:"Georgia"},{code:"DE",name:"Germany"},{code:"GH",name:"Ghana"},{code:"GI",name:"Gibraltar"},{code:"GR",name:"Greece"},{code:"GL",name:"Greenland"},{code:"GD",name:"Grenada"},{code:"GP",name:"Guadeloupe"},{code:"GU",name:"Guam"},{code:"GT",name:"Guatemala"},{code:"GG",name:"Guernsey"},{code:"GN",name:"Guinea"},{code:"GW",name:"Guinea-Bissau"},{code:"GY",name:"Guyana"},{code:"HT",name:"Haiti"},{code:"HM",name:"Heard Island and McDonald Islands"},{code:"VA",name:"The Vatican"},{code:"HN",name:"Honduras"},{code:"HK",name:"Hong Kong"},{code:"HU",name:"Hungary"},{code:"IS",name:"Iceland"},{code:"IN",name:"India"},{code:"ID",name:"Indonesia"},{code:"IR",name:"Iran"},{code:"IQ",name:"Iraq"},{code:"IE",name:"Ireland"},{code:"IM",name:"Isle of Man"},{code:"IL",name:"Israel"},{code:"IT",name:"Italy"},{code:"JM",name:"Jamaica"},{code:"JP",name:"Japan"},{code:"JE",name:"Jersey"},{code:"JO",name:"Jordan"},{code:"KZ",name:"Kazakhstan"},{code:"KE",name:"Kenya"},{code:"KI",name:"Kiribati"},{code:"KP",name:"North Korea"},{code:"KR",name:"South Korea"},{code:"KW",name:"Kuwait"},{code:"KG",name:"Kyrgyzstan"},{code:"LA",name:"Laos"},{code:"LV",name:"Latvia"},{code:"LB",name:"Lebanon"},{code:"LS",name:"Lesotho"},{code:"LR",name:"Liberia"},{code:"LY",name:"Libya"},{code:"LI",name:"Liechtenstein"},{code:"LT",name:"Lithuania"},{code:"LU",name:"Luxembourg"},{code:"MO",name:"Macao"},{code:"MK",name:"Macedonia"},{code:"MG",name:"Madagascar"},{code:"MW",name:"Malawi"},{code:"MY",name:"Malaysia"},{code:"MV",name:"Maldives"},{code:"ML",name:"Mali"},{code:"MT",name:"Malta"},{code:"MH",name:"Marshall Islands"},{code:"MQ",name:"Martinique"},{code:"MR",name:"Mauritania"},{code:"MU",name:"Mauritius"},{code:"YT",name:"Mayotte"},{code:"MX",name:"Mexico"},{code:"FM",name:"Micronesia, "},{code:"MD",name:"Moldova,"},{code:"MC",name:"Monaco"},{code:"MN",name:"Mongolia"},{code:"ME",name:"Montenegro"},{code:"MS",name:"Montserrat"},{code:"MA",name:"Morocco"},{code:"MZ",name:"Mozambique"},{code:"MM",name:"Myanmar"},{code:"NA",name:"Namibia"},{code:"NR",name:"Nauru"},{code:"NP",name:"Nepal"},{code:"NL",name:"Netherlands"},{code:"NC",name:"New Caledonia"},{code:"NZ",name:"New Zealand"},{code:"NI",name:"Nicaragua"},{code:"NE",name:"Niger"},{code:"NG",name:"Nigeria"},{code:"NU",name:"Niue"},{code:"NF",name:"Norfolk Island"},{code:"MP",name:"Northern Mariana Islands"},{code:"NO",name:"Norway"},{code:"OM",name:"Oman"},{code:"PK",name:"Pakistan"},{code:"PW",name:"Palau"},{code:"PA",name:"Panama"},{code:"PG",name:"Papua New Guinea"},{code:"PY",name:"Paraguay"},{code:"PE",name:"Peru"},{code:"PH",name:"Philippines"},{code:"PN",name:"Pitcairn"},{code:"PL",name:"Poland"},{code:"PT",name:"Portugal"},{code:"PR",name:"Puerto Rico"},{code:"QA",name:"Qatar"},{code:"RE",name:"Reunion"},{code:"RO",name:"Romania"},{code:"RU",name:"Russia"},{code:"RW",name:"Rwanda"},{code:"BL",name:"Saint Barthelemy"},{code:"SH",name:"Saint Helena"},{code:"KN",name:"Saint Kitts and Nevis"},{code:"LC",name:"Saint Lucia"},{code:"MF",name:"Saint Martin"},{code:"PM",name:"Saint Pierre and Miquelon"},{code:"VC",name:"Saint Vincent and the Grenadines"},{code:"WS",name:"Samoa"},{code:"SM",name:"San Marino"},{code:"ST",name:"Sao Tome and Principe"},{code:"SA",name:"Saudi Arabia"},{code:"SN",name:"Senegal"},{code:"RS",name:"Serbia"},{code:"SC",name:"Seychelles"},{code:"SL",name:"Sierra Leone"},{code:"SG",name:"Singapore"},{code:"SX",name:"Sint Maarten"},{code:"SK",name:"Slovakia"},{code:"SI",name:"Slovenia"},{code:"SB",name:"Solomon Islands"},{code:"SO",name:"Somalia"},{code:"ZA",name:"South Africa"},{code:"GS",name:"South Georgia and the South Sandwich Islands"},{code:"SS",name:"South Sudan"},{code:"ES",name:"Spain"},{code:"LK",name:"Sri Lanka"},{code:"SD",name:"Sudan"},{code:"SR",name:"Suriname"},{code:"SJ",name:"Svalbard and Jan Mayen"},{code:"SZ",name:"Swaziland"},{code:"SE",name:"Sweden"},{code:"CH",name:"Switzerland"},{code:"SY",name:"Syria"},{code:"TW",name:"Taiwan"},{code:"TJ",name:"Tajikistan"},{code:"TZ",name:"Tanzania"},{code:"TH",name:"Thailand"},{code:"TL",name:"Timor-Leste"},{code:"TG",name:"Togo"},{code:"TK",name:"Tokelau"},{code:"TO",name:"Tonga"},{code:"TT",name:"Trinidad and Tobago"},{code:"TN",name:"Tunisia"},{code:"TR",name:"Turkey"},{code:"TM",name:"Turkmenistan"},{code:"TC",name:"Turks and Caicos Islands"},{code:"TV",name:"Tuvalu"},{code:"UG",name:"Uganda"},{code:"UA",name:"Ukraine"},{code:"AE",name:"United Arab Emirates"},{code:"GB",name:"United Kingdom"},{code:"US",name:"United States"},{code:"UM",name:"United States Minor Outlying Islands"},{code:"UY",name:"Uruguay"},{code:"UZ",name:"Uzbekistan"},{code:"VU",name:"Vanuatu"},{code:"VE",name:"Venezuela"},{code:"VN",name:"Vietnam"},{code:"VG",name:"British Virgin Islands"},{code:"VI",name:"U.S. Virgin Islands"},{code:"WF",name:"Wallis and Futuna"},{code:"EH",name:"Western Sahara"},{code:"YE",name:"Yemen"},{code:"ZM",name:"Zambia"},{code:"ZW",name:"Zimbabwe"}];gh.map(n=>n.code),(n=>({type:"array",description:"A list of filters to apply to the query",items:{oneOf:[{type:"object",description:"In filter",properties:{field:{type:"string",...n?{enum:n}:{}},operator:{type:"string",enum:Iw},value:{type:"array",items:{type:["string","number","null"]}}},required:["field","operator","value"],additionalProperties:!1},{type:"object",description:"Empty filter",properties:{field:{type:"string",...n?{enum:n}:{}},operator:{type:"string",enum:Lw}},required:["field","operator"],additionalProperties:!1}]}}))([...new Set([...hh,...uh,...fh,...mh])]);const Hw={lessThanXSeconds:{one:"less than a second",other:"less than {{count}} seconds"},xSeconds:{one:"1 second",other:"{{count}} seconds"},halfAMinute:"half a minute",lessThanXMinutes:{one:"less than a minute",other:"less than {{count}} minutes"},xMinutes:{one:"1 minute",other:"{{count}} minutes"},aboutXHours:{one:"about 1 hour",other:"about {{count}} hours"},xHours:{one:"1 hour",other:"{{count}} hours"},xDays:{one:"1 day",other:"{{count}} days"},aboutXWeeks:{one:"about 1 week",other:"about {{count}} weeks"},xWeeks:{one:"1 week",other:"{{count}} weeks"},aboutXMonths:{one:"about 1 month",other:"about {{count}} months"},xMonths:{one:"1 month",other:"{{count}} months"},aboutXYears:{one:"about 1 year",other:"about {{count}} years"},xYears:{one:"1 year",other:"{{count}} years"},overXYears:{one:"over 1 year",other:"over {{count}} years"},almostXYears:{one:"almost 1 year",other:"almost {{count}} years"}},Ww=(n,t,e)=>{let i;const s=Hw[n];return typeof s=="string"?i=s:t===1?i=s.one:i=s.other.replace("{{count}}",t.toString()),e!=null&&e.addSuffix?e.comparison&&e.comparison>0?"in "+i:i+" ago":i};function Wo(n){return(t={})=>{const e=t.width?String(t.width):n.defaultWidth;return n.formats[e]||n.formats[n.defaultWidth]}}const Vw={full:"EEEE, MMMM do, y",long:"MMMM do, y",medium:"MMM d, y",short:"MM/dd/yyyy"},Yw={full:"h:mm:ss a zzzz",long:"h:mm:ss a z",medium:"h:mm:ss a",short:"h:mm a"},$w={full:"{{date}} 'at' {{time}}",long:"{{date}} 'at' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},jw={date:Wo({formats:Vw,defaultWidth:"full"}),time:Wo({formats:Yw,defaultWidth:"full"}),dateTime:Wo({formats:$w,defaultWidth:"full"})},qw={lastWeek:"'last' eeee 'at' p",yesterday:"'yesterday at' p",today:"'today at' p",tomorrow:"'tomorrow at' p",nextWeek:"eeee 'at' p",other:"P"},Gw=(n,t,e,i)=>qw[n];function As(n){return(t,e)=>{const i=e!=null&&e.context?String(e.context):"standalone";let s;if(i==="formatting"&&n.formattingValues){const a=n.defaultFormattingWidth||n.defaultWidth,o=e!=null&&e.width?String(e.width):a;s=n.formattingValues[o]||n.formattingValues[a]}else{const a=n.defaultWidth,o=e!=null&&e.width?String(e.width):n.defaultWidth;s=n.values[o]||n.values[a]}const r=n.argumentCallback?n.argumentCallback(t):t;return s[r]}}const Kw={narrow:["B","A"],abbreviated:["BC","AD"],wide:["Before Christ","Anno Domini"]},Xw={narrow:["1","2","3","4"],abbreviated:["Q1","Q2","Q3","Q4"],wide:["1st quarter","2nd quarter","3rd quarter","4th quarter"]},Zw={narrow:["J","F","M","A","M","J","J","A","S","O","N","D"],abbreviated:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],wide:["January","February","March","April","May","June","July","August","September","October","November","December"]},Qw={narrow:["S","M","T","W","T","F","S"],short:["Su","Mo","Tu","We","Th","Fr","Sa"],abbreviated:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],wide:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"]},Jw={narrow:{am:"a",pm:"p",midnight:"mi",noon:"n",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},abbreviated:{am:"AM",pm:"PM",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},wide:{am:"a.m.",pm:"p.m.",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"}},tS={narrow:{am:"a",pm:"p",midnight:"mi",noon:"n",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"},abbreviated:{am:"AM",pm:"PM",midnight:"midnight",noon:"noon",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"},wide:{am:"a.m.",pm:"p.m.",midnight:"midnight",noon:"noon",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"}},eS=(n,t)=>{const e=Number(n),i=e%100;if(i>20||i<10)switch(i%10){case 1:return e+"st";case 2:return e+"nd";case 3:return e+"rd"}return e+"th"},nS={ordinalNumber:eS,era:As({values:Kw,defaultWidth:"wide"}),quarter:As({values:Xw,defaultWidth:"wide",argumentCallback:n=>n-1}),month:As({values:Zw,defaultWidth:"wide"}),day:As({values:Qw,defaultWidth:"wide"}),dayPeriod:As({values:Jw,defaultWidth:"wide",formattingValues:tS,defaultFormattingWidth:"wide"})};function Ps(n){return(t,e={})=>{const i=e.width,s=i&&n.matchPatterns[i]||n.matchPatterns[n.defaultMatchWidth],r=t.match(s);if(!r)return null;const a=r[0],o=i&&n.parsePatterns[i]||n.parsePatterns[n.defaultParseWidth],l=Array.isArray(o)?sS(o,h=>h.test(a)):iS(o,h=>h.test(a));let c;c=n.valueCallback?n.valueCallback(l):l,c=e.valueCallback?e.valueCallback(c):c;const u=t.slice(a.length);return{value:c,rest:u}}}function iS(n,t){for(const e in n)if(Object.prototype.hasOwnProperty.call(n,e)&&t(n[e]))return e}function sS(n,t){for(let e=0;e<n.length;e++)if(t(n[e]))return e}function rS(n){return(t,e={})=>{const i=t.match(n.matchPattern);if(!i)return null;const s=i[0],r=t.match(n.parsePattern);if(!r)return null;let a=n.valueCallback?n.valueCallback(r[0]):r[0];a=e.valueCallback?e.valueCallback(a):a;const o=t.slice(s.length);return{value:a,rest:o}}}const aS=/^(\d+)(th|st|nd|rd)?/i,oS=/\d+/i,lS={narrow:/^(b|a)/i,abbreviated:/^(b\.?\s?c\.?|b\.?\s?c\.?\s?e\.?|a\.?\s?d\.?|c\.?\s?e\.?)/i,wide:/^(before christ|before common era|anno domini|common era)/i},cS={any:[/^b/i,/^(a|c)/i]},uS={narrow:/^[1234]/i,abbreviated:/^q[1234]/i,wide:/^[1234](th|st|nd|rd)? quarter/i},dS={any:[/1/i,/2/i,/3/i,/4/i]},hS={narrow:/^[jfmasond]/i,abbreviated:/^(jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec)/i,wide:/^(january|february|march|april|may|june|july|august|september|october|november|december)/i},fS={narrow:[/^j/i,/^f/i,/^m/i,/^a/i,/^m/i,/^j/i,/^j/i,/^a/i,/^s/i,/^o/i,/^n/i,/^d/i],any:[/^ja/i,/^f/i,/^mar/i,/^ap/i,/^may/i,/^jun/i,/^jul/i,/^au/i,/^s/i,/^o/i,/^n/i,/^d/i]},mS={narrow:/^[smtwf]/i,short:/^(su|mo|tu|we|th|fr|sa)/i,abbreviated:/^(sun|mon|tue|wed|thu|fri|sat)/i,wide:/^(sunday|monday|tuesday|wednesday|thursday|friday|saturday)/i},gS={narrow:[/^s/i,/^m/i,/^t/i,/^w/i,/^t/i,/^f/i,/^s/i],any:[/^su/i,/^m/i,/^tu/i,/^w/i,/^th/i,/^f/i,/^sa/i]},pS={narrow:/^(a|p|mi|n|(in the|at) (morning|afternoon|evening|night))/i,any:/^([ap]\.?\s?m\.?|midnight|noon|(in the|at) (morning|afternoon|evening|night))/i},yS={any:{am:/^a/i,pm:/^p/i,midnight:/^mi/i,noon:/^no/i,morning:/morning/i,afternoon:/afternoon/i,evening:/evening/i,night:/night/i}},bS={ordinalNumber:rS({matchPattern:aS,parsePattern:oS,valueCallback:n=>parseInt(n,10)}),era:Ps({matchPatterns:lS,defaultMatchWidth:"wide",parsePatterns:cS,defaultParseWidth:"any"}),quarter:Ps({matchPatterns:uS,defaultMatchWidth:"wide",parsePatterns:dS,defaultParseWidth:"any",valueCallback:n=>n+1}),month:Ps({matchPatterns:hS,defaultMatchWidth:"wide",parsePatterns:fS,defaultParseWidth:"any"}),day:Ps({matchPatterns:mS,defaultMatchWidth:"wide",parsePatterns:gS,defaultParseWidth:"any"}),dayPeriod:Ps({matchPatterns:pS,defaultMatchWidth:"any",parsePatterns:yS,defaultParseWidth:"any"})},_S={code:"en-US",formatDistance:Ww,formatLong:jw,formatRelative:Gw,localize:nS,match:bS,options:{weekStartsOn:0,firstWeekContainsDate:1}};let xS={};function Rs(){return xS}const ph=6048e5,wS=864e5,SS=60,vS=3600,yh=Symbol.for("constructDateFrom");function Pe(n,t){return typeof n=="function"?n(t):n&&typeof n=="object"&&yh in n?n[yh](t):n instanceof Date?new n.constructor(t):new Date(t)}function oe(n,t){return Pe(t||n,n)}function bh(n){const t=oe(n),e=new Date(Date.UTC(t.getFullYear(),t.getMonth(),t.getDate(),t.getHours(),t.getMinutes(),t.getSeconds(),t.getMilliseconds()));return e.setUTCFullYear(t.getFullYear()),+n-+e}function TS(n,...t){const e=Pe.bind(null,t.find(i=>typeof i=="object"));return t.map(e)}function Mi(n,t){const e=oe(n,void 0);return e.setHours(0,0,0,0),e}function MS(n,t,e){const[i,s]=TS(void 0,n,t),r=Mi(i),a=Mi(s),o=+r-bh(r),l=+a-bh(a);return Math.round((o-l)/wS)}function kS(n,t){const e=oe(n,void 0);return e.setFullYear(e.getFullYear(),0,1),e.setHours(0,0,0,0),e}function DS(n,t){const e=oe(n,void 0);return MS(e,kS(e))+1}function an(n,t){var e,i,s,r;const a=Rs(),o=(t==null?void 0:t.weekStartsOn)??((i=(e=t==null?void 0:t.locale)==null?void 0:e.options)==null?void 0:i.weekStartsOn)??a.weekStartsOn??((r=(s=a.locale)==null?void 0:s.options)==null?void 0:r.weekStartsOn)??0,l=oe(n,t==null?void 0:t.in),c=l.getDay(),u=(c<o?7:0)+c-o;return l.setDate(l.getDate()-u),l.setHours(0,0,0,0),l}function qr(n,t){return an(n,{...t,weekStartsOn:1})}function _h(n,t){const e=oe(n,void 0),i=e.getFullYear(),s=Pe(e,0);s.setFullYear(i+1,0,4),s.setHours(0,0,0,0);const r=qr(s),a=Pe(e,0);a.setFullYear(i,0,4),a.setHours(0,0,0,0);const o=qr(a);return e.getTime()>=r.getTime()?i+1:e.getTime()>=o.getTime()?i:i-1}function CS(n,t){const e=_h(n),i=Pe(n,0);return i.setFullYear(e,0,4),i.setHours(0,0,0,0),qr(i)}function OS(n,t){const e=oe(n,void 0),i=+qr(e)-+CS(e);return Math.round(i/ph)+1}function xh(n,t){var e,i,s,r;const a=oe(n,t==null?void 0:t.in),o=a.getFullYear(),l=Rs(),c=(t==null?void 0:t.firstWeekContainsDate)??((i=(e=t==null?void 0:t.locale)==null?void 0:e.options)==null?void 0:i.firstWeekContainsDate)??l.firstWeekContainsDate??((r=(s=l.locale)==null?void 0:s.options)==null?void 0:r.firstWeekContainsDate)??1,u=Pe((t==null?void 0:t.in)||n,0);u.setFullYear(o+1,0,c),u.setHours(0,0,0,0);const h=an(u,t),f=Pe((t==null?void 0:t.in)||n,0);f.setFullYear(o,0,c),f.setHours(0,0,0,0);const m=an(f,t);return+a>=+h?o+1:+a>=+m?o:o-1}function ES(n,t){var e,i,s,r;const a=Rs(),o=(t==null?void 0:t.firstWeekContainsDate)??((i=(e=t==null?void 0:t.locale)==null?void 0:e.options)==null?void 0:i.firstWeekContainsDate)??a.firstWeekContainsDate??((r=(s=a.locale)==null?void 0:s.options)==null?void 0:r.firstWeekContainsDate)??1,l=xh(n,t),c=Pe((t==null?void 0:t.in)||n,0);return c.setFullYear(l,0,o),c.setHours(0,0,0,0),an(c,t)}function AS(n,t){const e=oe(n,t==null?void 0:t.in),i=+an(e,t)-+ES(e,t);return Math.round(i/ph)+1}function Dt(n,t){const e=n<0?"-":"",i=Math.abs(n).toString().padStart(t,"0");return e+i}const Cn={y(n,t){const e=n.getFullYear(),i=e>0?e:1-e;return Dt(t==="yy"?i%100:i,t.length)},M(n,t){const e=n.getMonth();return t==="M"?String(e+1):Dt(e+1,2)},d(n,t){return Dt(n.getDate(),t.length)},a(n,t){const e=n.getHours()/12>=1?"pm":"am";switch(t){case"a":case"aa":return e.toUpperCase();case"aaa":return e;case"aaaaa":return e[0];case"aaaa":default:return e==="am"?"a.m.":"p.m."}},h(n,t){return Dt(n.getHours()%12||12,t.length)},H(n,t){return Dt(n.getHours(),t.length)},m(n,t){return Dt(n.getMinutes(),t.length)},s(n,t){return Dt(n.getSeconds(),t.length)},S(n,t){const e=t.length,i=n.getMilliseconds(),s=Math.trunc(i*Math.pow(10,e-3));return Dt(s,t.length)}},ki={midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},wh={G:function(n,t,e){const i=n.getFullYear()>0?1:0;switch(t){case"G":case"GG":case"GGG":return e.era(i,{width:"abbreviated"});case"GGGGG":return e.era(i,{width:"narrow"});case"GGGG":default:return e.era(i,{width:"wide"})}},y:function(n,t,e){if(t==="yo"){const i=n.getFullYear(),s=i>0?i:1-i;return e.ordinalNumber(s,{unit:"year"})}return Cn.y(n,t)},Y:function(n,t,e,i){const s=xh(n,i),r=s>0?s:1-s;if(t==="YY"){const a=r%100;return Dt(a,2)}return t==="Yo"?e.ordinalNumber(r,{unit:"year"}):Dt(r,t.length)},R:function(n,t){const e=_h(n);return Dt(e,t.length)},u:function(n,t){const e=n.getFullYear();return Dt(e,t.length)},Q:function(n,t,e){const i=Math.ceil((n.getMonth()+1)/3);switch(t){case"Q":return String(i);case"QQ":return Dt(i,2);case"Qo":return e.ordinalNumber(i,{unit:"quarter"});case"QQQ":return e.quarter(i,{width:"abbreviated",context:"formatting"});case"QQQQQ":return e.quarter(i,{width:"narrow",context:"formatting"});case"QQQQ":default:return e.quarter(i,{width:"wide",context:"formatting"})}},q:function(n,t,e){const i=Math.ceil((n.getMonth()+1)/3);switch(t){case"q":return String(i);case"qq":return Dt(i,2);case"qo":return e.ordinalNumber(i,{unit:"quarter"});case"qqq":return e.quarter(i,{width:"abbreviated",context:"standalone"});case"qqqqq":return e.quarter(i,{width:"narrow",context:"standalone"});case"qqqq":default:return e.quarter(i,{width:"wide",context:"standalone"})}},M:function(n,t,e){const i=n.getMonth();switch(t){case"M":case"MM":return Cn.M(n,t);case"Mo":return e.ordinalNumber(i+1,{unit:"month"});case"MMM":return e.month(i,{width:"abbreviated",context:"formatting"});case"MMMMM":return e.month(i,{width:"narrow",context:"formatting"});case"MMMM":default:return e.month(i,{width:"wide",context:"formatting"})}},L:function(n,t,e){const i=n.getMonth();switch(t){case"L":return String(i+1);case"LL":return Dt(i+1,2);case"Lo":return e.ordinalNumber(i+1,{unit:"month"});case"LLL":return e.month(i,{width:"abbreviated",context:"standalone"});case"LLLLL":return e.month(i,{width:"narrow",context:"standalone"});case"LLLL":default:return e.month(i,{width:"wide",context:"standalone"})}},w:function(n,t,e,i){const s=AS(n,i);return t==="wo"?e.ordinalNumber(s,{unit:"week"}):Dt(s,t.length)},I:function(n,t,e){const i=OS(n);return t==="Io"?e.ordinalNumber(i,{unit:"week"}):Dt(i,t.length)},d:function(n,t,e){return t==="do"?e.ordinalNumber(n.getDate(),{unit:"date"}):Cn.d(n,t)},D:function(n,t,e){const i=DS(n);return t==="Do"?e.ordinalNumber(i,{unit:"dayOfYear"}):Dt(i,t.length)},E:function(n,t,e){const i=n.getDay();switch(t){case"E":case"EE":case"EEE":return e.day(i,{width:"abbreviated",context:"formatting"});case"EEEEE":return e.day(i,{width:"narrow",context:"formatting"});case"EEEEEE":return e.day(i,{width:"short",context:"formatting"});case"EEEE":default:return e.day(i,{width:"wide",context:"formatting"})}},e:function(n,t,e,i){const s=n.getDay(),r=(s-i.weekStartsOn+8)%7||7;switch(t){case"e":return String(r);case"ee":return Dt(r,2);case"eo":return e.ordinalNumber(r,{unit:"day"});case"eee":return e.day(s,{width:"abbreviated",context:"formatting"});case"eeeee":return e.day(s,{width:"narrow",context:"formatting"});case"eeeeee":return e.day(s,{width:"short",context:"formatting"});case"eeee":default:return e.day(s,{width:"wide",context:"formatting"})}},c:function(n,t,e,i){const s=n.getDay(),r=(s-i.weekStartsOn+8)%7||7;switch(t){case"c":return String(r);case"cc":return Dt(r,t.length);case"co":return e.ordinalNumber(r,{unit:"day"});case"ccc":return e.day(s,{width:"abbreviated",context:"standalone"});case"ccccc":return e.day(s,{width:"narrow",context:"standalone"});case"cccccc":return e.day(s,{width:"short",context:"standalone"});case"cccc":default:return e.day(s,{width:"wide",context:"standalone"})}},i:function(n,t,e){const i=n.getDay(),s=i===0?7:i;switch(t){case"i":return String(s);case"ii":return Dt(s,t.length);case"io":return e.ordinalNumber(s,{unit:"day"});case"iii":return e.day(i,{width:"abbreviated",context:"formatting"});case"iiiii":return e.day(i,{width:"narrow",context:"formatting"});case"iiiiii":return e.day(i,{width:"short",context:"formatting"});case"iiii":default:return e.day(i,{width:"wide",context:"formatting"})}},a:function(n,t,e){const i=n.getHours()/12>=1?"pm":"am";switch(t){case"a":case"aa":return e.dayPeriod(i,{width:"abbreviated",context:"formatting"});case"aaa":return e.dayPeriod(i,{width:"abbreviated",context:"formatting"}).toLowerCase();case"aaaaa":return e.dayPeriod(i,{width:"narrow",context:"formatting"});case"aaaa":default:return e.dayPeriod(i,{width:"wide",context:"formatting"})}},b:function(n,t,e){const i=n.getHours();let s;switch(i===12?s=ki.noon:i===0?s=ki.midnight:s=i/12>=1?"pm":"am",t){case"b":case"bb":return e.dayPeriod(s,{width:"abbreviated",context:"formatting"});case"bbb":return e.dayPeriod(s,{width:"abbreviated",context:"formatting"}).toLowerCase();case"bbbbb":return e.dayPeriod(s,{width:"narrow",context:"formatting"});case"bbbb":default:return e.dayPeriod(s,{width:"wide",context:"formatting"})}},B:function(n,t,e){const i=n.getHours();let s;switch(i>=17?s=ki.evening:i>=12?s=ki.afternoon:i>=4?s=ki.morning:s=ki.night,t){case"B":case"BB":case"BBB":return e.dayPeriod(s,{width:"abbreviated",context:"formatting"});case"BBBBB":return e.dayPeriod(s,{width:"narrow",context:"formatting"});case"BBBB":default:return e.dayPeriod(s,{width:"wide",context:"formatting"})}},h:function(n,t,e){if(t==="ho"){let i=n.getHours()%12;return i===0&&(i=12),e.ordinalNumber(i,{unit:"hour"})}return Cn.h(n,t)},H:function(n,t,e){return t==="Ho"?e.ordinalNumber(n.getHours(),{unit:"hour"}):Cn.H(n,t)},K:function(n,t,e){const i=n.getHours()%12;return t==="Ko"?e.ordinalNumber(i,{unit:"hour"}):Dt(i,t.length)},k:function(n,t,e){let i=n.getHours();return i===0&&(i=24),t==="ko"?e.ordinalNumber(i,{unit:"hour"}):Dt(i,t.length)},m:function(n,t,e){return t==="mo"?e.ordinalNumber(n.getMinutes(),{unit:"minute"}):Cn.m(n,t)},s:function(n,t,e){return t==="so"?e.ordinalNumber(n.getSeconds(),{unit:"second"}):Cn.s(n,t)},S:function(n,t){return Cn.S(n,t)},X:function(n,t,e){const i=n.getTimezoneOffset();if(i===0)return"Z";switch(t){case"X":return vh(i);case"XXXX":case"XX":return Qn(i);case"XXXXX":case"XXX":default:return Qn(i,":")}},x:function(n,t,e){const i=n.getTimezoneOffset();switch(t){case"x":return vh(i);case"xxxx":case"xx":return Qn(i);case"xxxxx":case"xxx":default:return Qn(i,":")}},O:function(n,t,e){const i=n.getTimezoneOffset();switch(t){case"O":case"OO":case"OOO":return"GMT"+Sh(i,":");case"OOOO":default:return"GMT"+Qn(i,":")}},z:function(n,t,e){const i=n.getTimezoneOffset();switch(t){case"z":case"zz":case"zzz":return"GMT"+Sh(i,":");case"zzzz":default:return"GMT"+Qn(i,":")}},t:function(n,t,e){const i=Math.trunc(+n/1e3);return Dt(i,t.length)},T:function(n,t,e){return Dt(+n,t.length)}};function Sh(n,t=""){const e=n>0?"-":"+",i=Math.abs(n),s=Math.trunc(i/60),r=i%60;return r===0?e+String(s):e+String(s)+t+Dt(r,2)}function vh(n,t){return n%60===0?(n>0?"-":"+")+Dt(Math.abs(n)/60,2):Qn(n,t)}function Qn(n,t=""){const e=n>0?"-":"+",i=Math.abs(n),s=Dt(Math.trunc(i/60),2),r=Dt(i%60,2);return e+s+t+r}const Th=(n,t)=>{switch(n){case"P":return t.date({width:"short"});case"PP":return t.date({width:"medium"});case"PPP":return t.date({width:"long"});case"PPPP":default:return t.date({width:"full"})}},Mh=(n,t)=>{switch(n){case"p":return t.time({width:"short"});case"pp":return t.time({width:"medium"});case"ppp":return t.time({width:"long"});case"pppp":default:return t.time({width:"full"})}},PS=(n,t)=>{const e=n.match(/(P+)(p+)?/)||[],i=e[1],s=e[2];if(!s)return Th(n,t);let r;switch(i){case"P":r=t.dateTime({width:"short"});break;case"PP":r=t.dateTime({width:"medium"});break;case"PPP":r=t.dateTime({width:"long"});break;case"PPPP":default:r=t.dateTime({width:"full"});break}return r.replace("{{date}}",Th(i,t)).replace("{{time}}",Mh(s,t))},RS={p:Mh,P:PS},IS=/^D+$/,LS=/^Y+$/,NS=["D","DD","YY","YYYY"];function FS(n){return IS.test(n)}function BS(n){return LS.test(n)}function zS(n,t,e){const i=US(n,t,e);if(console.warn(i),NS.includes(n))throw new RangeError(i)}function US(n,t,e){const i=n[0]==="Y"?"years":"days of the month";return`Use \`${n.toLowerCase()}\` instead of \`${n}\` (in \`${t}\`) for formatting ${i} to the input \`${e}\`; see: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md`}function HS(n){return n instanceof Date||typeof n=="object"&&Object.prototype.toString.call(n)==="[object Date]"}function WS(n){return!(!HS(n)&&typeof n!="number"||isNaN(+oe(n)))}const VS=/[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g,YS=/P+p+|P+|p+|''|'(''|[^'])+('|$)|./g,$S=/^'([^]*?)'?$/,jS=/''/g,qS=/[a-zA-Z]/;function GS(n,t,e){var i,s,r,a,o,l,c,u;const h=Rs(),f=(e==null?void 0:e.locale)??h.locale??_S,m=(e==null?void 0:e.firstWeekContainsDate)??((s=(i=e==null?void 0:e.locale)==null?void 0:i.options)==null?void 0:s.firstWeekContainsDate)??h.firstWeekContainsDate??((a=(r=h.locale)==null?void 0:r.options)==null?void 0:a.firstWeekContainsDate)??1,g=(e==null?void 0:e.weekStartsOn)??((l=(o=e==null?void 0:e.locale)==null?void 0:o.options)==null?void 0:l.weekStartsOn)??h.weekStartsOn??((u=(c=h.locale)==null?void 0:c.options)==null?void 0:u.weekStartsOn)??0,_=oe(n,e==null?void 0:e.in);if(!WS(_))throw new RangeError("Invalid time value");let x=t.match(YS).map(T=>{const D=T[0];if(D==="p"||D==="P"){const E=RS[D];return E(T,f.formatLong)}return T}).join("").match(VS).map(T=>{if(T==="''")return{isToken:!1,value:"'"};const D=T[0];if(D==="'")return{isToken:!1,value:KS(T)};if(wh[D])return{isToken:!0,value:T};if(D.match(qS))throw new RangeError("Format string contains an unescaped latin alphabet character `"+D+"`");return{isToken:!1,value:T}});f.localize.preprocessor&&(x=f.localize.preprocessor(_,x));const S={firstWeekContainsDate:m,weekStartsOn:g,locale:f};return x.map(T=>{if(!T.isToken)return T.value;const D=T.value;(!(e!=null&&e.useAdditionalWeekYearTokens)&&BS(D)||!(e!=null&&e.useAdditionalDayOfYearTokens)&&FS(D))&&zS(D,t,String(n));const E=wh[D[0]];return E(_,D,f.localize,S)}).join("")}function KS(n){const t=n.match($S);return t?t[1].replace(jS,"'"):n}function Gr(n,t,e){const i=oe(n,void 0);return isNaN(t)?Pe(n,NaN):(i.setDate(i.getDate()+t),i)}function kh(n,t,e){const i=oe(n,void 0);if(isNaN(t))return Pe(n,NaN);if(!t)return i;const s=i.getDate(),r=Pe(n,i.getTime());r.setMonth(i.getMonth()+t+1,0);const a=r.getDate();return s>=a?r:(i.setFullYear(r.getFullYear(),r.getMonth(),s),i)}function XS(n,t,e){return kh(n,t*3)}function Di(n,t){const e=oe(n,void 0),i=e.getMonth(),s=i-i%3;return e.setMonth(s,1),e.setHours(0,0,0,0),e}function Ci(n,t){const e=oe(n,void 0);return e.setDate(1),e.setHours(0,0,0,0),e}function ZS(n,t){const e=oe(n,void 0),i=e.getFullYear(),s=e.getMonth(),r=Pe(e,0);return r.setFullYear(i,s+1,0),r.setHours(0,0,0,0),r.getDate()}function QS(){return Object.assign({},Rs())}function Dh(n){return Math.trunc(n*vS)}function JS(n){const t=n/SS;return Math.trunc(t)}function Ch(n,t,e){return kh(n,-1)}function Oh(n,t,e){return XS(n,-1)}function Eh(n,t,e){const i=QS(),s=nv(n,e.timeZone,e.locale??i.locale);return"formatToParts"in s?tv(s,t):ev(s,t)}function tv(n,t){const e=n.formatToParts(t);for(let i=e.length-1;i>=0;--i)if(e[i].type==="timeZoneName")return e[i].value}function ev(n,t){const e=n.format(t).replace(/\u200E/g,""),i=/ [\w-+ ]+$/.exec(e);return i?i[0].substr(1):""}function nv(n,t,e){return new Intl.DateTimeFormat(e?[e.code,"en-US"]:void 0,{timeZone:t,timeZoneName:n})}function iv(n,t){const e=lv(t);return"formatToParts"in e?rv(e,n):av(e,n)}const sv={year:0,month:1,day:2,hour:3,minute:4,second:5};function rv(n,t){try{const e=n.formatToParts(t),i=[];for(let s=0;s<e.length;s++){const r=sv[e[s].type];r!==void 0&&(i[r]=parseInt(e[s].value,10))}return i}catch(e){if(e instanceof RangeError)return[NaN];throw e}}function av(n,t){const e=n.format(t),i=/(\d+)\/(\d+)\/(\d+),? (\d+):(\d+):(\d+)/.exec(e);return[parseInt(i[3],10),parseInt(i[1],10),parseInt(i[2],10),parseInt(i[4],10),parseInt(i[5],10),parseInt(i[6],10)]}const Vo={},Ah=new Intl.DateTimeFormat("en-US",{hourCycle:"h23",timeZone:"America/New_York",year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit"}).format(new Date("2014-06-25T04:00:00.123Z")),ov=Ah==="06/25/2014, 00:00:00"||Ah==="06/25/2014 00:00:00";function lv(n){return Vo[n]||(Vo[n]=ov?new Intl.DateTimeFormat("en-US",{hourCycle:"h23",timeZone:n,year:"numeric",month:"numeric",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit"}):new Intl.DateTimeFormat("en-US",{hour12:!1,timeZone:n,year:"numeric",month:"numeric",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit"})),Vo[n]}function Yo(n,t,e,i,s,r,a){const o=new Date(0);return o.setUTCFullYear(n,t,e),o.setUTCHours(i,s,r,a),o}const Ph=36e5,cv=6e4,$o={timezoneZ:/^(Z)$/,timezoneHH:/^([+-]\d{2})$/,timezoneHHMM:/^([+-])(\d{2}):?(\d{2})$/};function Is(n,t,e){if(!n)return 0;let i=$o.timezoneZ.exec(n);if(i)return 0;let s,r;if(i=$o.timezoneHH.exec(n),i)return s=parseInt(i[1],10),Rh(s)?-(s*Ph):NaN;if(i=$o.timezoneHHMM.exec(n),i){s=parseInt(i[2],10);const a=parseInt(i[3],10);return Rh(s,a)?(r=Math.abs(s)*Ph+a*cv,i[1]==="+"?-r:r):NaN}if(hv(n)){t=new Date(t||Date.now());const a=e?t:uv(t),o=jo(a,n);return-(e?o:dv(t,o,n))}return NaN}function uv(n){return Yo(n.getFullYear(),n.getMonth(),n.getDate(),n.getHours(),n.getMinutes(),n.getSeconds(),n.getMilliseconds())}function jo(n,t){const e=iv(n,t),i=Yo(e[0],e[1]-1,e[2],e[3]%24,e[4],e[5],0).getTime();let s=n.getTime();const r=s%1e3;return s-=r>=0?r:1e3+r,i-s}function dv(n,t,e){let i=n.getTime()-t;const s=jo(new Date(i),e);if(t===s)return t;i-=s-t;const r=jo(new Date(i),e);return s===r?s:Math.max(s,r)}function Rh(n,t){return-23<=n&&n<=23&&(t==null||0<=t&&t<=59)}const Ih={};function hv(n){if(Ih[n])return!0;try{return new Intl.DateTimeFormat(void 0,{timeZone:n}),Ih[n]=!0,!0}catch{return!1}}const fv=60*1e3,mv={X:function(n,t,e){const i=qo(e.timeZone,n);if(i===0)return"Z";switch(t){case"X":return Lh(i);case"XXXX":case"XX":return Oi(i);case"XXXXX":case"XXX":default:return Oi(i,":")}},x:function(n,t,e){const i=qo(e.timeZone,n);switch(t){case"x":return Lh(i);case"xxxx":case"xx":return Oi(i);case"xxxxx":case"xxx":default:return Oi(i,":")}},O:function(n,t,e){const i=qo(e.timeZone,n);switch(t){case"O":case"OO":case"OOO":return"GMT"+gv(i,":");case"OOOO":default:return"GMT"+Oi(i,":")}},z:function(n,t,e){switch(t){case"z":case"zz":case"zzz":return Eh("short",n,e);case"zzzz":default:return Eh("long",n,e)}}};function qo(n,t){const e=n?Is(n,t,!0)/fv:(t==null?void 0:t.getTimezoneOffset())??0;if(Number.isNaN(e))throw new RangeError("Invalid time zone specified: "+n);return e}function Kr(n,t){const e=n<0?"-":"";let i=Math.abs(n).toString();for(;i.length<t;)i="0"+i;return e+i}function Oi(n,t=""){const e=n>0?"-":"+",i=Math.abs(n),s=Kr(Math.floor(i/60),2),r=Kr(Math.floor(i%60),2);return e+s+t+r}function Lh(n,t){return n%60===0?(n>0?"-":"+")+Kr(Math.abs(n)/60,2):Oi(n,t)}function gv(n,t=""){const e=n>0?"-":"+",i=Math.abs(n),s=Math.floor(i/60),r=i%60;return r===0?e+String(s):e+String(s)+t+Kr(r,2)}function Nh(n){const t=new Date(Date.UTC(n.getFullYear(),n.getMonth(),n.getDate(),n.getHours(),n.getMinutes(),n.getSeconds(),n.getMilliseconds()));return t.setUTCFullYear(n.getFullYear()),+n-+t}const Fh=/(Z|[+-]\d{2}(?::?\d{2})?| UTC| [a-zA-Z]+\/[a-zA-Z_]+(?:\/[a-zA-Z_]+)?)$/,Go=36e5,Bh=6e4,pv=2,de={dateTimePattern:/^([0-9W+-]+)(T| )(.*)/,datePattern:/^([0-9W+-]+)(.*)/,YY:/^(\d{2})$/,YYY:[/^([+-]\d{2})$/,/^([+-]\d{3})$/,/^([+-]\d{4})$/],YYYY:/^(\d{4})/,YYYYY:[/^([+-]\d{4})/,/^([+-]\d{5})/,/^([+-]\d{6})/],MM:/^-(\d{2})$/,DDD:/^-?(\d{3})$/,MMDD:/^-?(\d{2})-?(\d{2})$/,Www:/^-?W(\d{2})$/,WwwD:/^-?W(\d{2})-?(\d{1})$/,HH:/^(\d{2}([.,]\d*)?)$/,HHMM:/^(\d{2}):?(\d{2}([.,]\d*)?)$/,HHMMSS:/^(\d{2}):?(\d{2}):?(\d{2}([.,]\d*)?)$/,timeZone:Fh};function Xr(n,t={}){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");if(n===null)return new Date(NaN);const e=t.additionalDigits==null?pv:Number(t.additionalDigits);if(e!==2&&e!==1&&e!==0)throw new RangeError("additionalDigits must be 0, 1 or 2");if(n instanceof Date||typeof n=="object"&&Object.prototype.toString.call(n)==="[object Date]")return new Date(n.getTime());if(typeof n=="number"||Object.prototype.toString.call(n)==="[object Number]")return new Date(n);if(Object.prototype.toString.call(n)!=="[object String]")return new Date(NaN);const i=yv(n),{year:s,restDateString:r}=bv(i.date,e),a=_v(r,s);if(a===null||isNaN(a.getTime()))return new Date(NaN);if(a){const o=a.getTime();let l=0,c;if(i.time&&(l=xv(i.time),l===null||isNaN(l)))return new Date(NaN);if(i.timeZone||t.timeZone){if(c=Is(i.timeZone||t.timeZone,new Date(o+l)),isNaN(c))return new Date(NaN)}else c=Nh(new Date(o+l)),c=Nh(new Date(o+l+c));return new Date(o+l+c)}else return new Date(NaN)}function yv(n){const t={};let e=de.dateTimePattern.exec(n),i;if(e?(t.date=e[1],i=e[3]):(e=de.datePattern.exec(n),e?(t.date=e[1],i=e[2]):(t.date=null,i=n)),i){const s=de.timeZone.exec(i);s?(t.time=i.replace(s[1],""),t.timeZone=s[1].trim()):t.time=i}return t}function bv(n,t){if(n){const e=de.YYY[t],i=de.YYYYY[t];let s=de.YYYY.exec(n)||i.exec(n);if(s){const r=s[1];return{year:parseInt(r,10),restDateString:n.slice(r.length)}}if(s=de.YY.exec(n)||e.exec(n),s){const r=s[1];return{year:parseInt(r,10)*100,restDateString:n.slice(r.length)}}}return{year:null}}function _v(n,t){if(t===null)return null;let e,i,s;if(!n||!n.length)return e=new Date(0),e.setUTCFullYear(t),e;let r=de.MM.exec(n);if(r)return e=new Date(0),i=parseInt(r[1],10)-1,Hh(t,i)?(e.setUTCFullYear(t,i),e):new Date(NaN);if(r=de.DDD.exec(n),r){e=new Date(0);const a=parseInt(r[1],10);return vv(t,a)?(e.setUTCFullYear(t,0,a),e):new Date(NaN)}if(r=de.MMDD.exec(n),r){e=new Date(0),i=parseInt(r[1],10)-1;const a=parseInt(r[2],10);return Hh(t,i,a)?(e.setUTCFullYear(t,i,a),e):new Date(NaN)}if(r=de.Www.exec(n),r)return s=parseInt(r[1],10)-1,Wh(s)?zh(t,s):new Date(NaN);if(r=de.WwwD.exec(n),r){s=parseInt(r[1],10)-1;const a=parseInt(r[2],10)-1;return Wh(s,a)?zh(t,s,a):new Date(NaN)}return null}function xv(n){let t,e,i=de.HH.exec(n);if(i)return t=parseFloat(i[1].replace(",",".")),Ko(t)?t%24*Go:NaN;if(i=de.HHMM.exec(n),i)return t=parseInt(i[1],10),e=parseFloat(i[2].replace(",",".")),Ko(t,e)?t%24*Go+e*Bh:NaN;if(i=de.HHMMSS.exec(n),i){t=parseInt(i[1],10),e=parseInt(i[2],10);const s=parseFloat(i[3].replace(",","."));return Ko(t,e,s)?t%24*Go+e*Bh+s*1e3:NaN}return null}function zh(n,t,e){t=t||0,e=e||0;const i=new Date(0);i.setUTCFullYear(n,0,4);const s=i.getUTCDay()||7,r=t*7+e+1-s;return i.setUTCDate(i.getUTCDate()+r),i}const wv=[31,28,31,30,31,30,31,31,30,31,30,31],Sv=[31,29,31,30,31,30,31,31,30,31,30,31];function Uh(n){return n%400===0||n%4===0&&n%100!==0}function Hh(n,t,e){if(t<0||t>11)return!1;if(e!=null){if(e<1)return!1;const i=Uh(n);if(i&&e>Sv[t]||!i&&e>wv[t])return!1}return!0}function vv(n,t){if(t<1)return!1;const e=Uh(n);return!(e&&t>366||!e&&t>365)}function Wh(n,t){return!(n<0||n>52||t!=null&&(t<0||t>6))}function Ko(n,t,e){return!(n<0||n>=25||t!=null&&(t<0||t>=60)||e!=null&&(e<0||e>=60))}const Tv=/([xXOz]+)|''|'(''|[^'])+('|$)/g;function Mv(n,t,e={}){t=String(t);const i=t.match(Tv);if(i){const s=Xr(e.originalDate||n,e);t=i.reduce(function(r,a){if(a[0]==="'")return r;const o=r.indexOf(a),l=r[o-1]==="'",c=r.replace(a,"'"+mv[a[0]](s,a,e)+"'");return l?c.substring(0,o-1)+c.substring(o+1):c},t)}return GS(n,t,e)}function Vh(n,t,e){n=Xr(n,e);const i=Is(t,n,!0),s=new Date(n.getTime()-i),r=new Date(0);return r.setFullYear(s.getUTCFullYear(),s.getUTCMonth(),s.getUTCDate()),r.setHours(s.getUTCHours(),s.getUTCMinutes(),s.getUTCSeconds(),s.getUTCMilliseconds()),r}function Yh(n,t,e,i){return i={...i,timeZone:t,originalDate:n},Mv(Vh(n,t,{timeZone:i.timeZone}),e,i)}function kv(n,t,e){if(typeof n=="string"&&!n.match(Fh))return Xr(n,{...e,timeZone:t});n=Xr(n,e);const i=Yo(n.getFullYear(),n.getMonth(),n.getDate(),n.getHours(),n.getMinutes(),n.getSeconds(),n.getMilliseconds()).getTime(),s=Is(t,new Date(i));return new Date(i+s)}function Dv(n,t){return-Is(n,t)}function $h(n,t={}){const e=(t==null?void 0:t.tz)||Intl.DateTimeFormat().resolvedOptions().timeZone;let i="MMM dd, yyy hh:mm a";switch(t.format){case"short":i="MMM dd, yyyy";break;case"default":i="MMM dd, yyyy hh:mm a";break;case"full":i="MMM dd, yyyy hh:mm:ss.SSS a";break}return t.includeTZ&&(i+=" (z)"),Yh(n,e,i)}function Cv(n,t={}){if(!n)return n;const e=t.tz||Intl.DateTimeFormat().resolvedOptions().timeZone;try{let i="MMM dd, yyy hh:mm a";t.short&&(i="MMM dd, yyy"),t.includeTZ&&(i+=" (z)");const s=new Date(n);return Yh(s,e,i)}catch{return console.error("Invalid value passed to formatTime",n),"(invalid date)"}}const Ov={secondly:1e3,tenSecondly:10*1e3,thirtySecondly:30*1e3,minutely:60*1e3,fiveMinutely:5*60*1e3,tenMinutely:10*60*1e3,thirtyMinutely:30*60*1e3,hourly:60*60*1e3,twoHourly:2*60*60*1e3,twelveHourly:12*60*60*1e3,daily:60*60*24*1e3,weekly:60*60*24*7*1e3,trend:0};function Xo(n){return n&&Nw.find(t=>n<=Ov[t])||null}var Zr=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},Qr={exports:{}};Qr.exports,function(n,t){var e=200,i="__lodash_hash_undefined__",s=9007199254740991,r="[object Arguments]",a="[object Array]",o="[object Boolean]",l="[object Date]",c="[object Error]",u="[object Function]",h="[object GeneratorFunction]",f="[object Map]",m="[object Number]",g="[object Object]",_="[object Promise]",x="[object RegExp]",S="[object Set]",T="[object String]",D="[object Symbol]",E="[object WeakMap]",C="[object ArrayBuffer]",A="[object DataView]",k="[object Float32Array]",p="[object Float64Array]",b="[object Int8Array]",v="[object Int16Array]",O="[object Int32Array]",R="[object Uint8Array]",W="[object Uint8ClampedArray]",L="[object Uint16Array]",H="[object Uint32Array]",N=/[\\^$.*+?()[\]{}|]/g,B=/\w*$/,$=/^\[object .+?Constructor\]$/,Y=/^(?:0|[1-9]\d*)$/,U={};U[r]=U[a]=U[C]=U[A]=U[o]=U[l]=U[k]=U[p]=U[b]=U[v]=U[O]=U[f]=U[m]=U[g]=U[x]=U[S]=U[T]=U[D]=U[R]=U[W]=U[L]=U[H]=!0,U[c]=U[u]=U[E]=!1;var V=typeof Zr=="object"&&Zr&&Zr.Object===Object&&Zr,j=typeof self=="object"&&self&&self.Object===Object&&self,X=V||j||Function("return this")(),gt=t&&!t.nodeType&&t,bt=gt&&!0&&n&&!n.nodeType&&n,K=bt&&bt.exports===gt;function q(w,I){return w.set(I[0],I[1]),w}function Z(w,I){return w.add(I),w}function J(w,I){for(var z=-1,nt=w?w.length:0;++z<nt&&I(w[z],z,w)!==!1;);return w}function tt(w,I){for(var z=-1,nt=I.length,Wt=w.length;++z<nt;)w[Wt+z]=I[z];return w}function Q(w,I,z,nt){for(var Wt=-1,Gt=w?w.length:0;++Wt<Gt;)z=I(z,w[Wt],Wt,w);return z}function mt(w,I){for(var z=-1,nt=Array(w);++z<w;)nt[z]=I(z);return nt}function St(w,I){return w==null?void 0:w[I]}function at(w){var I=!1;if(w!=null&&typeof w.toString!="function")try{I=!!(w+"")}catch{}return I}function yt(w){var I=-1,z=Array(w.size);return w.forEach(function(nt,Wt){z[++I]=[Wt,nt]}),z}function ut(w,I){return function(z){return w(I(z))}}function $t(w){var I=-1,z=Array(w.size);return w.forEach(function(nt){z[++I]=nt}),z}var ot=Array.prototype,vt=Function.prototype,ee=Object.prototype,le=X["__core-js_shared__"],jt=function(){var w=/[^.]+$/.exec(le&&le.keys&&le.keys.IE_PROTO||"");return w?"Symbol(src)_1."+w:""}(),Ge=vt.toString,Ot=ee.hasOwnProperty,ne=ee.toString,Ft=RegExp("^"+Ge.call(Ot).replace(N,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),qt=K?X.Buffer:void 0,ie=X.Symbol,Ke=X.Uint8Array,ai=ut(Object.getPrototypeOf,Object),Be=Object.create,Bt=ee.propertyIsEnumerable,Se=ot.splice,oi=Object.getOwnPropertySymbols,ba=qt?qt.isBuffer:void 0,_a=ut(Object.keys,Object),Xs=Fn(X,"DataView"),li=Fn(X,"Map"),Zs=Fn(X,"Promise"),ci=Fn(X,"Set"),ln=Fn(X,"WeakMap"),cn=Fn(Object,"create"),Qs=ce(Xs),Js=ce(li),ui=ce(Zs),Fl=ce(ci),Bl=ce(ln),xa=ie?ie.prototype:void 0,wa=xa?xa.valueOf:void 0;function un(w){var I=-1,z=w?w.length:0;for(this.clear();++I<z;){var nt=w[I];this.set(nt[0],nt[1])}}function zi(){this.__data__=cn?cn(null):{}}function tr(w){return this.has(w)&&delete this.__data__[w]}function Sa(w){var I=this.__data__;if(cn){var z=I[w];return z===i?void 0:z}return Ot.call(I,w)?I[w]:void 0}function dn(w){var I=this.__data__;return cn?I[w]!==void 0:Ot.call(I,w)}function zl(w,I){var z=this.__data__;return z[w]=cn&&I===void 0?i:I,this}un.prototype.clear=zi,un.prototype.delete=tr,un.prototype.get=Sa,un.prototype.has=dn,un.prototype.set=zl;function ze(w){var I=-1,z=w?w.length:0;for(this.clear();++I<z;){var nt=w[I];this.set(nt[0],nt[1])}}function Ul(){this.__data__=[]}function Hl(w){var I=this.__data__,z=Hi(I,w);if(z<0)return!1;var nt=I.length-1;return z==nt?I.pop():Se.call(I,z,1),!0}function Wl(w){var I=this.__data__,z=Hi(I,w);return z<0?void 0:I[z][1]}function Ue(w){return Hi(this.__data__,w)>-1}function Vl(w,I){var z=this.__data__,nt=Hi(z,w);return nt<0?z.push([w,I]):z[nt][1]=I,this}ze.prototype.clear=Ul,ze.prototype.delete=Hl,ze.prototype.get=Wl,ze.prototype.has=Ue,ze.prototype.set=Vl;function Ln(w){var I=-1,z=w?w.length:0;for(this.clear();++I<z;){var nt=w[I];this.set(nt[0],nt[1])}}function Yl(){this.__data__={hash:new un,map:new(li||ze),string:new un}}function $l(w){return Yi(this,w).delete(w)}function jl(w){return Yi(this,w).get(w)}function He(w){return Yi(this,w).has(w)}function ql(w,I){return Yi(this,w).set(w,I),this}Ln.prototype.clear=Yl,Ln.prototype.delete=$l,Ln.prototype.get=jl,Ln.prototype.has=He,Ln.prototype.set=ql;function Nn(w){this.__data__=new ze(w)}function Gl(){this.__data__=new ze}function Kl(w){return this.__data__.delete(w)}function Xl(w){return this.__data__.get(w)}function Ui(w){return this.__data__.has(w)}function Zl(w,I){var z=this.__data__;if(z instanceof ze){var nt=z.__data__;if(!li||nt.length<e-1)return nt.push([w,I]),this;z=this.__data__=new Ln(nt)}return z.set(w,I),this}Nn.prototype.clear=Gl,Nn.prototype.delete=Kl,Nn.prototype.get=Xl,Nn.prototype.has=Ui,Nn.prototype.set=Zl;function Ql(w,I){var z=sr(w)||ji(w)?mt(w.length,String):[],nt=z.length,Wt=!!nt;for(var Gt in w)Ot.call(w,Gt)&&!(Wt&&(Gt=="length"||gc(Gt,nt)))&&z.push(Gt);return z}function Ie(w,I,z){var nt=w[I];(!(Ot.call(w,I)&&ir(nt,z))||z===void 0&&!(I in w))&&(w[I]=z)}function Hi(w,I){for(var z=w.length;z--;)if(ir(w[z][0],I))return z;return-1}function Jl(w,I){return w&&va(I,di(I),w)}function er(w,I,z,nt,Wt,Gt,ve){var Jt;if(nt&&(Jt=Gt?nt(w,Wt,Gt,ve):nt(w)),Jt!==void 0)return Jt;if(!fn(w))return w;var Ea=sr(w);if(Ea){if(Jt=fc(w),!I)return uc(w,Jt)}else{var Bn=Xe(w),Aa=Bn==u||Bn==h;if(Da(w))return sc(w,I);if(Bn==g||Bn==r||Aa&&!Gt){if(at(w))return Gt?w:{};if(Jt=Ma(Aa?{}:w),!I)return dc(w,Jl(Jt,w))}else{if(!U[Bn])return Gt?w:{};Jt=mc(w,Bn,er,I)}}ve||(ve=new Nn);var Pa=ve.get(w);if(Pa)return Pa;if(ve.set(w,Jt),!Ea)var hi=z?hc(w):di(w);return J(hi||w,function(ar,qi){hi&&(qi=ar,ar=w[qi]),Ie(Jt,qi,er(ar,I,z,nt,qi,w,ve))}),Jt}function tc(w){return fn(w)?Be(w):{}}function ec(w,I,z){var nt=I(w);return sr(w)?nt:tt(nt,z(w))}function nc(w){return ne.call(w)}function Wi(w){if(!fn(w)||pc(w))return!1;var I=rr(w)||at(w)?Ft:$;return I.test(ce(w))}function ic(w){if(!hn(w))return _a(w);var I=[];for(var z in Object(w))Ot.call(w,z)&&z!="constructor"&&I.push(z);return I}function sc(w,I){if(I)return w.slice();var z=new w.constructor(w.length);return w.copy(z),z}function Vi(w){var I=new w.constructor(w.byteLength);return new Ke(I).set(new Ke(w)),I}function rc(w,I){var z=I?Vi(w.buffer):w.buffer;return new w.constructor(z,w.byteOffset,w.byteLength)}function ac(w,I,z){var nt=I?z(yt(w),!0):yt(w);return Q(nt,q,new w.constructor)}function nr(w){var I=new w.constructor(w.source,B.exec(w));return I.lastIndex=w.lastIndex,I}function oc(w,I,z){var nt=I?z($t(w),!0):$t(w);return Q(nt,Z,new w.constructor)}function lc(w){return wa?Object(wa.call(w)):{}}function cc(w,I){var z=I?Vi(w.buffer):w.buffer;return new w.constructor(z,w.byteOffset,w.length)}function uc(w,I){var z=-1,nt=w.length;for(I||(I=Array(nt));++z<nt;)I[z]=w[z];return I}function va(w,I,z,nt){z||(z={});for(var Wt=-1,Gt=I.length;++Wt<Gt;){var ve=I[Wt],Jt=void 0;Ie(z,ve,Jt===void 0?w[ve]:Jt)}return z}function dc(w,I){return va(w,Ta(w),I)}function hc(w){return ec(w,di,Ta)}function Yi(w,I){var z=w.__data__;return $i(I)?z[typeof I=="string"?"string":"hash"]:z.map}function Fn(w,I){var z=St(w,I);return Wi(z)?z:void 0}var Ta=oi?ut(oi,Object):Ca,Xe=nc;(Xs&&Xe(new Xs(new ArrayBuffer(1)))!=A||li&&Xe(new li)!=f||Zs&&Xe(Zs.resolve())!=_||ci&&Xe(new ci)!=S||ln&&Xe(new ln)!=E)&&(Xe=function(w){var I=ne.call(w),z=I==g?w.constructor:void 0,nt=z?ce(z):void 0;if(nt)switch(nt){case Qs:return A;case Js:return f;case ui:return _;case Fl:return S;case Bl:return E}return I});function fc(w){var I=w.length,z=w.constructor(I);return I&&typeof w[0]=="string"&&Ot.call(w,"index")&&(z.index=w.index,z.input=w.input),z}function Ma(w){return typeof w.constructor=="function"&&!hn(w)?tc(ai(w)):{}}function mc(w,I,z,nt){var Wt=w.constructor;switch(I){case C:return Vi(w);case o:case l:return new Wt(+w);case A:return rc(w,nt);case k:case p:case b:case v:case O:case R:case W:case L:case H:return cc(w,nt);case f:return ac(w,nt,z);case m:case T:return new Wt(w);case x:return nr(w);case S:return oc(w,nt,z);case D:return lc(w)}}function gc(w,I){return I=I??s,!!I&&(typeof w=="number"||Y.test(w))&&w>-1&&w%1==0&&w<I}function $i(w){var I=typeof w;return I=="string"||I=="number"||I=="symbol"||I=="boolean"?w!=="__proto__":w===null}function pc(w){return!!jt&&jt in w}function hn(w){var I=w&&w.constructor,z=typeof I=="function"&&I.prototype||ee;return w===z}function ce(w){if(w!=null){try{return Ge.call(w)}catch{}try{return w+""}catch{}}return""}function yc(w){return er(w,!0,!0)}function ir(w,I){return w===I||w!==w&&I!==I}function ji(w){return bc(w)&&Ot.call(w,"callee")&&(!Bt.call(w,"callee")||ne.call(w)==r)}var sr=Array.isArray;function ka(w){return w!=null&&_c(w.length)&&!rr(w)}function bc(w){return mn(w)&&ka(w)}var Da=ba||Oa;function rr(w){var I=fn(w)?ne.call(w):"";return I==u||I==h}function _c(w){return typeof w=="number"&&w>-1&&w%1==0&&w<=s}function fn(w){var I=typeof w;return!!w&&(I=="object"||I=="function")}function mn(w){return!!w&&typeof w=="object"}function di(w){return ka(w)?Ql(w):ic(w)}function Ca(){return[]}function Oa(){return!1}n.exports=yc}(Qr,Qr.exports),Qr.exports;const Re=(n,t)=>new Date(n.getTime()-Dv(t,n));class Qt{constructor(t){Ae(this,"timeframeText"),Ae(this,"key"),Ae(this,"display"),Ae(this,"timeframeLength"),Ae(this,"allowedTiers"),Ae(this,"defaultResponseGranularity"),Ae(this,"dataGranularity"),Ae(this,"isRelative"),Ae(this,"fineGrainedDefaultGranularity"),Ae(this,"_startCustom"),Ae(this,"_endCustom"),Ae(this,"_allowedGranularitiesOverride"),this.display=t.display,this.timeframeText=t.timeframeText,this.key=t.key,this.timeframeLength=t.timeframeLength,this.allowedTiers=t.allowedTiers,this.defaultResponseGranularity=t.defaultResponseGranularity,this.dataGranularity=t.dataGranularity,this.isRelative=t.isRelative,this._startCustom=t.startCustom,this._endCustom=t.endCustom,this._allowedGranularitiesOverride=t.allowedGranularitiesOverride,this.fineGrainedDefaultGranularity=t.fineGrainedDefaultGranularity}rawEnd(t){return this._endCustom||new Date}rawStart(t){return this._startCustom||new Date(this.rawEnd().getTime()-this.timeframeLengthMs())}timeframeLengthMs(){return this.timeframeLength()*1e3}maximumTimeframeLength(){return this.timeframeLength()}allowedGranularities(t){if(this._allowedGranularitiesOverride&&t)return new Set(this._allowedGranularitiesOverride);const e=new Set,i=this.maximumTimeframeLength()/3600;return i<=6&&e.add("minutely"),i>=2&&i<=7*24&&e.add("hourly"),i>=2*24&&e.add("daily"),i>=2*24*14&&e.add("weekly"),e}cacheKey(){return this.key!=="custom"?this.key:`${this.rawStart().toISOString()}-${this.rawEnd().toISOString()}`}v4Query(t){return this.key==="custom"?{type:"absolute",start:this.rawStart(),end:this.rawEnd(),tz:t}:{type:"relative",time_range:this.key,tz:t}}tzAdjustedDate(t){if(!t)return new Date;const e=kv(new Date,new Intl.DateTimeFormat().resolvedOptions().timeZone);return Vh(e,t)}}class Ev extends Qt{rawStart(t){let e=an(this.tzAdjustedDate(t),{weekStartsOn:1});return t&&(e=Re(e,t)),e}maximumTimeframeLength(){return 60*60*24*7}}class Av extends Qt{rawStart(t){let e=Ci(this.tzAdjustedDate(t));return t&&(e=Re(e,t)),e}maximumTimeframeLength(){return 60*60*24*31}}class Pv extends Qt{rawStart(t){let e=Di(this.tzAdjustedDate(t));return t&&(e=Re(e,t)),e}maximumTimeframeLength(){return 60*60*24*92}}class Rv extends Qt{rawStart(t){let e=new Date(this.tzAdjustedDate(t).getFullYear(),0,1);return t&&(e=Re(e,t)),e}maximumTimeframeLength(){return 60*60*24*366}}class Iv extends Qt{rawEnd(t){let e=an(this.tzAdjustedDate(t),{weekStartsOn:1});return t&&(e=Re(e,t)),e}rawStart(t){const e=this.tzAdjustedDate(t);let i=an(e.setDate(e.getDate()-7),{weekStartsOn:1});return t&&(i=Re(i,t)),i}}class Lv extends Qt{rawEnd(t){let e=Di(this.tzAdjustedDate(t));return t&&(e=Re(e,t)),e}rawStart(t){let e=Di(Oh(this.tzAdjustedDate(t)));return t&&(e=Re(e,t)),e}}class Nv extends Qt{rawEnd(t){let e=Ci(this.tzAdjustedDate(t));return t&&(e=Re(e,t)),e}rawStart(t){let e=Ci(Ch(this.tzAdjustedDate(t)));return t&&(e=Re(e,t)),e}}class Fv extends Qt{rawEnd(t){let e=new Date(this.tzAdjustedDate(t).getFullYear(),0,1);return t&&(e=Re(e,t)),e}rawStart(t){let e=new Date(this.tzAdjustedDate(t).getFullYear()-1,0,1);return t&&(e=Re(e,t)),e}}et.FIFTEEN_MIN,new Qt({key:et.FIFTEEN_MIN,display:"Last 15 minutes",timeframeText:"15 minutes",timeframeLength:()=>60*15,defaultResponseGranularity:"minutely",dataGranularity:"minutely",isRelative:!0,fineGrainedDefaultGranularity:"thirtySecondly",allowedTiers:["free","trial","plus","enterprise"],allowedGranularitiesOverride:["tenSecondly","thirtySecondly","minutely"]}),et.ONE_HOUR,new Qt({key:et.ONE_HOUR,display:"Last hour",timeframeText:"One hour",timeframeLength:()=>60*60*1,defaultResponseGranularity:"minutely",dataGranularity:"minutely",isRelative:!0,fineGrainedDefaultGranularity:"minutely",allowedTiers:["free","trial","plus","enterprise"],allowedGranularitiesOverride:["tenSecondly","thirtySecondly","minutely","fiveMinutely","tenMinutely"]}),et.SIX_HOUR,new Qt({key:et.SIX_HOUR,display:"Last 6 hours",timeframeText:"6 hours",timeframeLength:()=>60*60*6,defaultResponseGranularity:"hourly",dataGranularity:"hourly",isRelative:!0,fineGrainedDefaultGranularity:"fiveMinutely",allowedTiers:["free","trial","plus","enterprise"],allowedGranularitiesOverride:["thirtySecondly","minutely","fiveMinutely","tenMinutely","thirtyMinutely","hourly"]}),et.TWELVE_HOUR,new Qt({key:et.TWELVE_HOUR,display:"Last 12 hours",timeframeText:"12 hours",timeframeLength:()=>60*60*12,defaultResponseGranularity:"hourly",dataGranularity:"hourly",isRelative:!0,fineGrainedDefaultGranularity:"tenMinutely",allowedTiers:["free","trial","plus","enterprise"],allowedGranularitiesOverride:["minutely","fiveMinutely","tenMinutely","thirtyMinutely","hourly"]}),et.ONE_DAY,new Qt({key:et.ONE_DAY,display:"Last 24 hours",timeframeText:"24 hours",timeframeLength:()=>60*60*24,defaultResponseGranularity:"hourly",dataGranularity:"hourly",isRelative:!0,fineGrainedDefaultGranularity:"thirtyMinutely",allowedTiers:["free","trial","plus","enterprise"],allowedGranularitiesOverride:["fiveMinutely","tenMinutely","thirtyMinutely","hourly"]}),et.SEVEN_DAY,new Qt({key:et.SEVEN_DAY,display:"Last 7 days",timeframeText:"7 days",timeframeLength:()=>60*60*24*7,defaultResponseGranularity:"daily",dataGranularity:"daily",isRelative:!0,fineGrainedDefaultGranularity:"twoHourly",allowedTiers:["trial","plus","enterprise"],allowedGranularitiesOverride:["thirtyMinutely","hourly","twoHourly","twelveHourly","daily"]}),et.THIRTY_DAY,new Qt({key:et.THIRTY_DAY,display:"Last 30 days",timeframeText:"30 days",timeframeLength:()=>60*60*24*30,defaultResponseGranularity:"daily",dataGranularity:"daily",isRelative:!0,fineGrainedDefaultGranularity:"twelveHourly",allowedTiers:["trial","plus","enterprise"],allowedGranularitiesOverride:["hourly","twoHourly","twelveHourly","daily","weekly"]}),et.NINETY_DAY,new Qt({key:et.NINETY_DAY,display:"Last 90 days",timeframeText:"90 days",timeframeLength:()=>60*60*24*90,defaultResponseGranularity:"daily",dataGranularity:"daily",isRelative:!0,fineGrainedDefaultGranularity:"daily",allowedTiers:["trial","plus","enterprise"],allowedGranularitiesOverride:["hourly","twoHourly","twelveHourly","daily","weekly"]}),et.ONE_HUNDRED_EIGHTY_DAY,new Qt({key:et.ONE_HUNDRED_EIGHTY_DAY,display:"Last 180 days",timeframeText:"180 days",timeframeLength:()=>60*60*24*180,defaultResponseGranularity:"daily",dataGranularity:"daily",isRelative:!0,fineGrainedDefaultGranularity:"daily",allowedTiers:["trial","plus","enterprise"],allowedGranularitiesOverride:["hourly","twoHourly","twelveHourly","daily","weekly"]}),et.ONE_YEAR,new Qt({key:et.ONE_YEAR,display:"Last 365 days",timeframeText:"365 days",timeframeLength:()=>60*60*24*365,defaultResponseGranularity:"daily",dataGranularity:"daily",isRelative:!0,fineGrainedDefaultGranularity:"daily",allowedTiers:["trial","plus","enterprise"],allowedGranularitiesOverride:["hourly","twoHourly","twelveHourly","daily","weekly"]}),et.CURRENT_WEEK,new Ev({key:et.CURRENT_WEEK,display:"This week",timeframeText:"Week",timeframeLength:()=>{const n=an(new Date,{weekStartsOn:1});return(Mi(Gr(new Date,1)).getTime()-n.getTime())/1e3},defaultResponseGranularity:"daily",dataGranularity:"daily",isRelative:!1,fineGrainedDefaultGranularity:"twoHourly",allowedTiers:["plus","enterprise"],allowedGranularitiesOverride:["thirtyMinutely","hourly","twoHourly","twelveHourly","daily"]}),et.CURRENT_MONTH,new Av({key:et.CURRENT_MONTH,display:"This month",timeframeText:"Month",timeframeLength:()=>{const n=Ci(new Date);return(Mi(Gr(new Date,1)).getTime()-n.getTime())/1e3},defaultResponseGranularity:"daily",dataGranularity:"daily",isRelative:!1,allowedTiers:["plus","enterprise"]}),et.CURRENT_QUARTER,new Pv({key:et.CURRENT_QUARTER,display:"This quarter",timeframeText:"Quarter",timeframeLength:()=>{const n=Di(new Date);return(Mi(Gr(new Date,1)).getTime()-n.getTime())/1e3},defaultResponseGranularity:"daily",dataGranularity:"daily",isRelative:!1,allowedTiers:["plus","enterprise"]}),et.CURRENT_YEAR,new Rv({key:et.CURRENT_YEAR,display:"This year",timeframeText:"Year",timeframeLength:()=>{const n=new Date(new Date().getFullYear(),0,1);return(Mi(Gr(new Date,1)).getTime()-n.getTime())/1e3},defaultResponseGranularity:"daily",dataGranularity:"daily",isRelative:!1,allowedTiers:["plus","enterprise"]}),et.PREVIOUS_WEEK,new Iv({key:et.PREVIOUS_WEEK,display:"Previous week",timeframeText:"Week",timeframeLength:()=>60*60*24*7,defaultResponseGranularity:"daily",dataGranularity:"daily",isRelative:!1,fineGrainedDefaultGranularity:"twoHourly",allowedTiers:["plus","enterprise"],allowedGranularitiesOverride:["thirtyMinutely","hourly","twoHourly","twelveHourly","daily"]}),et.PREVIOUS_MONTH,new Nv({key:et.PREVIOUS_MONTH,display:"Previous month",timeframeText:"Month",timeframeLength:()=>{let n=0;const t=Ci(new Date),e=Ci(Ch(new Date));return t.getTimezoneOffset()!==e.getTimezoneOffset()&&(n=jh(t,e)),60*60*24*ZS(new Date().setMonth(new Date().getMonth()-1))+Dh(n)},defaultResponseGranularity:"daily",dataGranularity:"daily",isRelative:!1,allowedTiers:["plus","enterprise"]}),et.PREVIOUS_QUARTER,new Lv({key:et.PREVIOUS_QUARTER,display:"Previous quarter",timeframeText:"Quarter",timeframeLength:()=>{const n=Di(new Date),t=Di(Oh(new Date));return(n.getTime()-t.getTime())/1e3},defaultResponseGranularity:"daily",dataGranularity:"daily",isRelative:!1,allowedTiers:["plus","enterprise"]}),et.PREVIOUS_YEAR,new Fv({key:et.PREVIOUS_YEAR,display:"Previous year",timeframeText:"Year",timeframeLength:()=>{const n=new Date(new Date().getFullYear(),0,1),t=new Date(new Date().getFullYear()-1,0,1);let e=0;return n.getTimezoneOffset()!==t.getTimezoneOffset()&&(e=jh(n,t)),60*60*24*(365+(t.getFullYear()%4===0?1:0))+Dh(e)},defaultResponseGranularity:"daily",dataGranularity:"daily",isRelative:!1,allowedTiers:["plus","enterprise"]});function jh(n,t){return JS(n.getTimezoneOffset()-t.getTimezoneOffset())}et.FIFTEEN_MIN,et.ONE_HOUR,et.SIX_HOUR,et.TWELVE_HOUR,et.ONE_DAY,et.SEVEN_DAY,et.FIFTEEN_MIN,et.ONE_HOUR,et.SIX_HOUR,et.TWELVE_HOUR,et.ONE_DAY,et.SEVEN_DAY,et.THIRTY_DAY,et.NINETY_DAY,et.ONE_HUNDRED_EIGHTY_DAY,et.ONE_YEAR,et.CURRENT_WEEK,et.CURRENT_MONTH,et.CURRENT_QUARTER,et.CURRENT_YEAR,et.PREVIOUS_WEEK,et.PREVIOUS_MONTH,et.PREVIOUS_QUARTER,et.PREVIOUS_YEAR;const Bv=new Map(gh.map(n=>[n.code,{code:n.code,name:n.name}])),Zo=n=>{var t;return((t=Bv.get(n))==null?void 0:t.name)||n},qh=1e3,zv=1e4,Gh=1e6,Kh=1e9,Xh=1e12,Jr=(n,t)=>{if(t.separator===!1||n<1e3)return n.toString();const e=typeof t.separator=="string"?t.separator:",",i=[];return Math.round(n).toString().split("").reverse().forEach((s,r)=>{r&&r%3===0&&i.push(e),i.push(s)}),i.reverse().join("")},Ls=(n,t,e)=>{const i=n/t,s=e.round?"round":"floor";if(e.decimal===!1)return Math[s](i).toString();let r;e.precision?r=i:r=i<10?Math[s](i*10)/10:Math[s](i);let a=r.toString();return typeof e.decimal=="string"&&(a=a.replace(".",e.decimal)),a};function ta(n,t={}){let e;const i=n<0;i&&(n=Math.abs(n)),t.precision&&(n=parseFloat(n.toPrecision(t.precision)));const s=t.min10k?zv:qh;return n<s||t.precision&&t.precision>Math.log10(n)?e=Jr(Ls(n,1,t),t):n<Gh?e=`${Ls(n,qh,t)}k`:n<Kh?e=`${Ls(n,Gh,t)}m`:n<Xh?e=`${Jr(Ls(n,Kh,t),t)}b`:e=`${Jr(Ls(n,Xh,t),t)}t`,i&&(e=`-${e}`),t.capital&&(e=e.toUpperCase()),t.prefix&&(e=`${t.prefix}${e}`),t.suffix&&(e=`${e}${t.suffix}`),e}ta.addCommas=Jr;var Zh;const Uv=typeof document<"u"&&((Zh=document.documentElement)==null?void 0:Zh.lang)||"en-US",ea=new Intl.NumberFormat(Uv);function Jn({i18n:n}){const t=(i,s)=>{if(isNaN(i))return"0 B";const r=s?Math.pow(2,50):1e15,a=s?Math.pow(2,40):1e12,o=s?Math.pow(2,30):1e9,l=s?Math.pow(2,20):1e6,c=s?Math.pow(2,10):1e3;let u;return i>=r?u=n.formatNumber(Number.parseFloat((i/r).toPrecision(3)),{style:"unit",unit:"petabyte",unitDisplay:"narrow"}):i>=a?u=n.formatNumber(Number.parseFloat((i/a).toPrecision(3)),{style:"unit",unit:"terabyte",unitDisplay:"narrow"}):i>=o?u=n.formatNumber(Number.parseFloat((i/o).toPrecision(3)),{style:"unit",unit:"gigabyte",unitDisplay:"narrow"}):i>=l?u=n.formatNumber(Number.parseFloat((i/l).toPrecision(3)),{style:"unit",unit:"megabyte",unitDisplay:"narrow"}):i>=c?u=n.formatNumber(Number.parseFloat((i/c).toPrecision(3)),{style:"unit",unit:"kilobyte",unitDisplay:"narrow"}):u=n.formatNumber(Number.parseFloat(i.toPrecision(3)),{style:"unit",unit:"byte",unitDisplay:"narrow"}),u.replace(/([a-zA-Z]*)$/," $1")},e=(i,s="USD")=>isNaN(i)?s==="USD"?"$0.00":`${i}`:i>=.01||s!=="USD"?n.formatNumber(i,{style:"currency",currency:s}):i<1e-4?"< $0.0001":`$${Number.parseFloat(i.toPrecision(4))}`;return{formatUnit:(i,s,{isBytes1024:r=!1,currency:a="USD",approximate:o=!1,translateUnit:l=c=>c}={})=>{const c=l(s,i);switch(s){case"bytes":return t(i,r);case"usd":return e(i,a);case"ms":case"count/minute":case"token count":case"count":default:return isNaN(i)?`${i}`:o?`${ta(i,{capital:!0})} ${c}`:i>=.01?`${ea.format(Number.parseFloat(i.toFixed(2)))} ${c}`:`${Number.parseFloat(i.toPrecision(4))} ${c}`}},formatBytes:t,formatCost:e,formatRange:(i,s,r,{isBytes1024:a=!1,currency:o="USD",approximate:l=!1,translateUnit:c=u=>u}={})=>{const u=c(r,s);switch(r){case"bytes":return`${t(i,a)} - ${t(s,a)}`;case"usd":return`${e(i,o)} - ${e(s,o)}`;case"ms":case"count/minute":case"token count":case"count":default:if(isNaN(i)||isNaN(s))return`${i} - ${s}`;if(l)return`${ta(i,{capital:!0})} - ${ta(s,{capital:!0})} ${u}`}const h=i>=.01?`${ea.format(Number.parseFloat(i.toFixed(2)))}`:`${Number.parseFloat(i.toPrecision(4))}`,f=s>=.01?`${ea.format(Number.parseFloat(s.toFixed(2)))}`:`${Number.parseFloat(s.toPrecision(4))}`;return`${h} - ${f} ${u}`}}}const na=n=>["interactive","zoom-interactive"].includes(n),Qh=(n,t,e,i)=>{var l,c;const{tooltip:s}=t;if(s.opacity===0&&!na(n.interactionMode)){n.showTooltip=!1;return}const{i18n:r}=ft.useI18n(),{formatUnit:a}=Jn({i18n:r}),o=n.chartTooltipSortFn||((u,h)=>h.rawValue-u.rawValue);if(s.body&&!na(n.interactionMode)){const u=s.labelColors,h=((c=(l=t.chart.config)==null?void 0:l.options)==null?void 0:c.indexAxis)==="y"?"x":"y",f=s.dataPoints[0].parsed.x??0;n.tooltipContext=i!=null&&i.contextFormatter?i.contextFormatter(f,e):Bs({tickValue:new Date(f),granularity:e}),n.tooltipSeries=s.dataPoints.map((m,g)=>{const _=m.parsed[h],x=a(_??0,n.units,{translateUnit:n.translateUnit}),S=m.dataset.label;return{backgroundColor:u[g].backgroundColor,borderColor:u[g].borderColor,label:S,value:x,rawValue:_,isSegmentEmpty:m.dataset.isSegmentEmpty}}).sort(o),n.left=`${s.x}px`,n.top=`${s.y}px`,n.showTooltip=!0}},Jh=(n,t)=>{var a,o;const{tooltip:e}=t,{i18n:i}=ft.useI18n(),{formatUnit:s}=Jn({i18n:i});if(e.opacity===0&&!na(n.interactionMode)){n.showTooltip=!1;return}const r=n.chartTooltipSortFn||((l,c)=>c.rawValue-l.rawValue);if(e.body&&!na(n.interactionMode)){const l=e.labelColors,c=((o=(a=t.chart.config)==null?void 0:a.options)==null?void 0:o.indexAxis)==="y"?"x":"y",u=["gauge","donut"].includes(n.chartType);u?n.tooltipContext=n.dimensionDisplay||e.dataPoints[0].label:e.chart.data.isMultiDimension?n.tooltipContext=e.dataPoints[0].label:n.tooltipContext=n.dimensionDisplay||"",n.tooltipSeries=e.dataPoints.map((h,f)=>{const m=u?h.parsed:h.parsed[c],g=s(m??0,n.units,{translateUnit:n.translateUnit});let _;return u?_=h.dataset.labels[h.dataIndex]:_=h.dataset.label,{backgroundColor:l[f].backgroundColor,borderColor:l[f].borderColor,label:_,value:g,rawValue:m,isSegmentEmpty:h.dataset.isSegmentEmpty}}).sort(r),n.left=`${e.x}px`,n.top=`${e.y}px`,n.showTooltip=!0}},Hv=n=>n&&n.datasets&&n.datasets.length,Wv=n=>Hv(n)&&n.datasets.some(t=>t.data.length),Vv=n=>n.datasets.some(t=>t.data[0]&&Ro(t.data[0].x)),Yv=n=>!!Wv(n)&&n.datasets.some(t=>t.data.length==1),$v=n=>Vv(n)&&n.datasets.some(t=>t.data[0]&&(t.data[0].x??0).toString().length>=13),Qo=(n,t,e)=>{const s=Math.min(t/1150,1),r=.15,a=1.15,o=n.x??0;return o<e?o+t*r*(1-s):o-t*a*(1-s)},jv=(n,t,e)=>{const r=n.y??0;return r<e?r+t*.15:r-t*.5};function tf(n,t){let e;return(...i)=>{clearTimeout(e),e=window.setTimeout(()=>{n(...i)},t)}}const ef=(n,t,e)=>{const i=n.data;return n.options.plugins.legend.labels.generateLabels(n).filter(s=>{var r;return!((r=t==null?void 0:t[s.text])!=null&&r.isThreshold)}).map((s,r)=>({...s,value:t&&t[s.text],isSegmentEmpty:i.datasets[r].isSegmentEmpty})).sort(e)},qv=2,nf=10,sf=12,ia=10,Gv="#f1f0ff",Kv="#e0e4ea",rf="#6c7489",Xv="#afb7c5",Zv="#d60027",Qv="#ad000e",Jo="#6c7489",af="#52596e",Jv="#007d60",t1="#995c00",e1="#ffc400",Ns="16px",n1="20px",i1="#bee2ff",s1="#8fc1ff",r1="#5f9aff",a1="#306fff",o1="#b5ffee",l1="#00fabe",c1="#00d6a4",u1="#00a17b",d1="#007d60",h1="#005944",f1="#b5ffee",m1="#00fabe",g1="#b5ffee",p1="#00a17b",y1="#fff296",b1="#ffe04b",_1="#ffc400",x1="#b37600",w1="#995c00",S1="#804400",v1="#fff296",T1="#ffe04b",M1="#FFC2B3",k1="#FF9877",D1="#FF723C",C1="#F75008",O1="#D13500",E1="#A31F00",A1="#FFC2B3",P1="#FF9877",R1="#FF723C",I1="#F75008",L1="#D13500",N1="#A31F00",F1="#FFC2B3",B1="#FF9877",z1="#FF723C",U1="#F75008",H1="#D13500",W1="#A31F00",V1="#FFC2B3",Y1="#FF9877",$1="#FF723C",j1="#F75008",q1="#D13500",G1="#A31F00",K1="#FFC2B3",X1="#FF9877",Z1="#FF723C",Q1="#F75008",J1="#D13500",tT="#ffabab",eT="#ff7272",nT="#ff3954",iT="#f50045",sT="#d60027",rT="#ad000e",aT="#ffabab",oT="#ff7272",lT="#ff3954",cT="#f50045",uT="#d60027",dT="#eefaff",hT="#ecfffb",fT="#fffce0",mT="#FFF1EF",gT="#ffe5e5",pT="#5f9aff",yT="#00d6a4",bT="#ffc400",_T="#FF723C",xT="#ff3954",wT="'Inter', Roboto, Helvetica, sans-serif",On=["#a86cd5","#6a86d2","#00bbf9","#00c4b0","#ffdf15"],tl=(n,t)=>(t||On)[n%On.length],ST="#6f7787",vT={100:{background:"#f0f5fd",text:"#10599e"},200:{background:"#e5f7f4",text:"#1b6955"},300:{background:"#fff1d5",text:"#a06027"},400:{background:"#fee3b6",text:"#944d19"},500:{background:"#fedada",text:"#852021"}},TT=n=>{var e;const t=Math.floor(parseInt(n,10)/100)*100;return((e=vT[t])==null?void 0:e.background)||"#fafafa"},MT=Xv,of=(n,t,e,i)=>{let s;return e?s=MT:Array.isArray(i)?s=tl(n,i):s=i[t],s||tl(n)},el=n=>{switch(n){case"error":return Zv;case"warning":return e1;case"neutral":return rf;default:return rf}},kT={lineTension:0,pointBorderWidth:1.2,borderJoinStyle:"round",fill:!0},DT=2,CT=0,nl=new Map,lf=(n,t)=>{const{i18n:e}=ft.useI18n(),{formatBytes:i}=Jn({i18n:e});return t==="bytes"?i(n):t==="count/minute"?n.toFixed(2):ea.format(n)},OT=n=>{const e=document.createElement("canvas").getContext("2d"),i=Rt({});return e.font=i.string,e.measureText(n).width},ET=()=>{const n="label_height";if(!nl.has(n)){const t=Rt({});nl.set(n,t.lineHeight)}return nl.get(n)},AT=(n,t)=>t.datasets.reduce((e,i,s)=>n.isDatasetVisible(s)?e+i.data.reduce((r,a)=>isNaN(a)?r:r+a,0):e,0),PT=(n,t)=>t===0?" (0.0%)":` (${(n/t*100).toFixed(1)}%)`,RT=Kv,IT={100:i1,101:s1,102:r1,103:a1,200:o1,201:l1,202:c1,203:u1,204:d1,205:h1,206:f1,207:m1,208:g1,226:p1,300:y1,301:b1,302:_1,303:x1,304:w1,305:S1,307:v1,308:T1,400:M1,401:k1,402:D1,403:C1,404:O1,405:E1,406:A1,407:P1,408:R1,409:I1,410:L1,411:N1,412:F1,413:B1,414:z1,415:U1,416:H1,417:W1,418:V1,421:Y1,422:$1,423:j1,424:q1,425:G1,426:K1,428:X1,429:Z1,431:Q1,451:J1,500:tT,501:eT,502:nT,503:iT,504:sT,505:rT,506:aT,507:oT,508:lT,510:cT,511:uT},LT={100:dT,200:hT,300:fT,400:mT,500:gT},NT={"1XX":pT,"2XX":yT,"3XX":bT,"4XX":_T,"5XX":xT},cf=n=>{const t=parseInt(n,10),e=Math.floor(t/100)*100;return IT[t]??LT[e]??RT},il={...Array.from({length:500},(n,t)=>100+t).reduce((n,t)=>(n[`${t}`]=cf(`${t}`),n),{}),____OTHER____:Gv,...NT};function uf(n,t,e){const i=nh(),s=zT(n,e.timeZone,e.locale??i.locale);return"formatToParts"in s?FT(s,t):BT(s,t)}function FT(n,t){const e=n.formatToParts(t);for(let i=e.length-1;i>=0;--i)if(e[i].type==="timeZoneName")return e[i].value}function BT(n,t){const e=n.format(t).replace(/\u200E/g,""),i=/ [\w-+ ]+$/.exec(e);return i?i[0].substr(1):""}function zT(n,t,e){return new Intl.DateTimeFormat(e?[e.code,"en-US"]:void 0,{timeZone:t,timeZoneName:n})}function UT(n,t){const e=$T(t);return"formatToParts"in e?WT(e,n):VT(e,n)}const HT={year:0,month:1,day:2,hour:3,minute:4,second:5};function WT(n,t){try{const e=n.formatToParts(t),i=[];for(let s=0;s<e.length;s++){const r=HT[e[s].type];r!==void 0&&(i[r]=parseInt(e[s].value,10))}return i}catch(e){if(e instanceof RangeError)return[NaN];throw e}}function VT(n,t){const e=n.format(t),i=/(\d+)\/(\d+)\/(\d+),? (\d+):(\d+):(\d+)/.exec(e);return[parseInt(i[3],10),parseInt(i[1],10),parseInt(i[2],10),parseInt(i[4],10),parseInt(i[5],10),parseInt(i[6],10)]}const sl={},df=new Intl.DateTimeFormat("en-US",{hourCycle:"h23",timeZone:"America/New_York",year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit"}).format(new Date("2014-06-25T04:00:00.123Z")),YT=df==="06/25/2014, 00:00:00"||df==="06/25/2014 00:00:00";function $T(n){return sl[n]||(sl[n]=YT?new Intl.DateTimeFormat("en-US",{hourCycle:"h23",timeZone:n,year:"numeric",month:"numeric",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit"}):new Intl.DateTimeFormat("en-US",{hour12:!1,timeZone:n,year:"numeric",month:"numeric",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit"})),sl[n]}function hf(n,t,e,i,s,r,a){const o=new Date(0);return o.setUTCFullYear(n,t,e),o.setUTCHours(i,s,r,a),o}const ff=36e5,jT=6e4,rl={timezoneZ:/^(Z)$/,timezoneHH:/^([+-]\d{2})$/,timezoneHHMM:/^([+-])(\d{2}):?(\d{2})$/};function al(n,t,e){if(!n)return 0;let i=rl.timezoneZ.exec(n);if(i)return 0;let s,r;if(i=rl.timezoneHH.exec(n),i)return s=parseInt(i[1],10),mf(s)?-(s*ff):NaN;if(i=rl.timezoneHHMM.exec(n),i){s=parseInt(i[2],10);const a=parseInt(i[3],10);return mf(s,a)?(r=Math.abs(s)*ff+a*jT,i[1]==="+"?-r:r):NaN}if(KT(n)){t=new Date(t||Date.now());const a=e?t:qT(t),o=ol(a,n);return-(e?o:GT(t,o,n))}return NaN}function qT(n){return hf(n.getFullYear(),n.getMonth(),n.getDate(),n.getHours(),n.getMinutes(),n.getSeconds(),n.getMilliseconds())}function ol(n,t){const e=UT(n,t),i=hf(e[0],e[1]-1,e[2],e[3]%24,e[4],e[5],0).getTime();let s=n.getTime();const r=s%1e3;return s-=r>=0?r:1e3+r,i-s}function GT(n,t,e){let s=n.getTime()-t;const r=ol(new Date(s),e);if(t===r)return t;s-=r-t;const a=ol(new Date(s),e);return r===a?r:Math.max(r,a)}function mf(n,t){return-23<=n&&n<=23&&(t==null||0<=t&&t<=59)}const gf={};function KT(n){if(gf[n])return!0;try{return new Intl.DateTimeFormat(void 0,{timeZone:n}),gf[n]=!0,!0}catch{return!1}}const XT=60*1e3,ZT={X:function(n,t,e){const i=ll(e.timeZone,n);if(i===0)return"Z";switch(t){case"X":return pf(i);case"XXXX":case"XX":return Ei(i);case"XXXXX":case"XXX":default:return Ei(i,":")}},x:function(n,t,e){const i=ll(e.timeZone,n);switch(t){case"x":return pf(i);case"xxxx":case"xx":return Ei(i);case"xxxxx":case"xxx":default:return Ei(i,":")}},O:function(n,t,e){const i=ll(e.timeZone,n);switch(t){case"O":case"OO":case"OOO":return"GMT"+QT(i,":");case"OOOO":default:return"GMT"+Ei(i,":")}},z:function(n,t,e){switch(t){case"z":case"zz":case"zzz":return uf("short",n,e);case"zzzz":default:return uf("long",n,e)}}};function ll(n,t){const e=n?al(n,t,!0)/XT:(t==null?void 0:t.getTimezoneOffset())??0;if(Number.isNaN(e))throw new RangeError("Invalid time zone specified: "+n);return e}function sa(n,t){const e=n<0?"-":"";let i=Math.abs(n).toString();for(;i.length<t;)i="0"+i;return e+i}function Ei(n,t=""){const e=n>0?"-":"+",i=Math.abs(n),s=sa(Math.floor(i/60),2),r=sa(Math.floor(i%60),2);return e+s+t+r}function pf(n,t){return n%60===0?(n>0?"-":"+")+sa(Math.abs(n)/60,2):Ei(n,t)}function QT(n,t=""){const e=n>0?"-":"+",i=Math.abs(n),s=Math.floor(i/60),r=i%60;return r===0?e+String(s):e+String(s)+t+sa(r,2)}function yf(n){const t=new Date(Date.UTC(n.getFullYear(),n.getMonth(),n.getDate(),n.getHours(),n.getMinutes(),n.getSeconds(),n.getMilliseconds()));return t.setUTCFullYear(n.getFullYear()),+n-+t}const JT=/(Z|[+-]\d{2}(?::?\d{2})?| UTC| [a-zA-Z]+\/[a-zA-Z_]+(?:\/[a-zA-Z_]+)?)$/,cl=36e5,bf=6e4,tM=2,he={dateTimePattern:/^([0-9W+-]+)(T| )(.*)/,datePattern:/^([0-9W+-]+)(.*)/,YY:/^(\d{2})$/,YYY:[/^([+-]\d{2})$/,/^([+-]\d{3})$/,/^([+-]\d{4})$/],YYYY:/^(\d{4})/,YYYYY:[/^([+-]\d{4})/,/^([+-]\d{5})/,/^([+-]\d{6})/],MM:/^-(\d{2})$/,DDD:/^-?(\d{3})$/,MMDD:/^-?(\d{2})-?(\d{2})$/,Www:/^-?W(\d{2})$/,WwwD:/^-?W(\d{2})-?(\d{1})$/,HH:/^(\d{2}([.,]\d*)?)$/,HHMM:/^(\d{2}):?(\d{2}([.,]\d*)?)$/,HHMMSS:/^(\d{2}):?(\d{2}):?(\d{2}([.,]\d*)?)$/,timeZone:JT};function _f(n,t={}){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");if(n===null)return new Date(NaN);const e=t.additionalDigits==null?tM:Number(t.additionalDigits);if(e!==2&&e!==1&&e!==0)throw new RangeError("additionalDigits must be 0, 1 or 2");if(n instanceof Date||typeof n=="object"&&Object.prototype.toString.call(n)==="[object Date]")return new Date(n.getTime());if(typeof n=="number"||Object.prototype.toString.call(n)==="[object Number]")return new Date(n);if(Object.prototype.toString.call(n)!=="[object String]")return new Date(NaN);const i=eM(n),{year:s,restDateString:r}=nM(i.date,e),a=iM(r,s);if(a===null||isNaN(a.getTime()))return new Date(NaN);if(a){const o=a.getTime();let l=0,c;if(i.time&&(l=sM(i.time),l===null||isNaN(l)))return new Date(NaN);if(i.timeZone||t.timeZone){if(c=al(i.timeZone||t.timeZone,new Date(o+l)),isNaN(c))return new Date(NaN)}else c=yf(new Date(o+l)),c=yf(new Date(o+l+c));return new Date(o+l+c)}else return new Date(NaN)}function eM(n){const t={};let e=he.dateTimePattern.exec(n),i;if(e?(t.date=e[1],i=e[3]):(e=he.datePattern.exec(n),e?(t.date=e[1],i=e[2]):(t.date=null,i=n)),i){const s=he.timeZone.exec(i);s?(t.time=i.replace(s[1],""),t.timeZone=s[1].trim()):t.time=i}return t}function nM(n,t){if(n){const e=he.YYY[t],i=he.YYYYY[t];let s=he.YYYY.exec(n)||i.exec(n);if(s){const r=s[1];return{year:parseInt(r,10),restDateString:n.slice(r.length)}}if(s=he.YY.exec(n)||e.exec(n),s){const r=s[1];return{year:parseInt(r,10)*100,restDateString:n.slice(r.length)}}}return{year:null}}function iM(n,t){if(t===null)return null;let e,i,s;if(!n||!n.length)return e=new Date(0),e.setUTCFullYear(t),e;let r=he.MM.exec(n);if(r)return e=new Date(0),i=parseInt(r[1],10)-1,Sf(t,i)?(e.setUTCFullYear(t,i),e):new Date(NaN);if(r=he.DDD.exec(n),r){e=new Date(0);const a=parseInt(r[1],10);return oM(t,a)?(e.setUTCFullYear(t,0,a),e):new Date(NaN)}if(r=he.MMDD.exec(n),r){e=new Date(0),i=parseInt(r[1],10)-1;const a=parseInt(r[2],10);return Sf(t,i,a)?(e.setUTCFullYear(t,i,a),e):new Date(NaN)}if(r=he.Www.exec(n),r)return s=parseInt(r[1],10)-1,vf(s)?xf(t,s):new Date(NaN);if(r=he.WwwD.exec(n),r){s=parseInt(r[1],10)-1;const a=parseInt(r[2],10)-1;return vf(s,a)?xf(t,s,a):new Date(NaN)}return null}function sM(n){let t,e,i=he.HH.exec(n);if(i)return t=parseFloat(i[1].replace(",",".")),ul(t)?t%24*cl:NaN;if(i=he.HHMM.exec(n),i)return t=parseInt(i[1],10),e=parseFloat(i[2].replace(",",".")),ul(t,e)?t%24*cl+e*bf:NaN;if(i=he.HHMMSS.exec(n),i){t=parseInt(i[1],10),e=parseInt(i[2],10);const s=parseFloat(i[3].replace(",","."));return ul(t,e,s)?t%24*cl+e*bf+s*1e3:NaN}return null}function xf(n,t,e){t=t||0,e=e||0;const i=new Date(0);i.setUTCFullYear(n,0,4);const s=i.getUTCDay()||7,r=t*7+e+1-s;return i.setUTCDate(i.getUTCDate()+r),i}const rM=[31,28,31,30,31,30,31,31,30,31,30,31],aM=[31,29,31,30,31,30,31,31,30,31,30,31];function wf(n){return n%400===0||n%4===0&&n%100!==0}function Sf(n,t,e){if(t<0||t>11)return!1;if(e!=null){if(e<1)return!1;const i=wf(n);if(i&&e>aM[t]||!i&&e>rM[t])return!1}return!0}function oM(n,t){if(t<1)return!1;const e=wf(n);return!(e&&t>366||!e&&t>365)}function vf(n,t){return!(n<0||n>52||t!=null&&(t<0||t>6))}function ul(n,t,e){return!(n<0||n>=25||t!=null&&(t<0||t>=60)||e!=null&&(e<0||e>=60))}const lM=/([xXOz]+)|''|'(''|[^'])+('|$)/g;function dl(n,t,e={}){t=String(t);const i=t.match(lM);if(i){const s=_f(e.originalDate||n,e);t=i.reduce(function(r,a){if(a[0]==="'")return r;const o=r.indexOf(a),l=r[o-1]==="'",c=r.replace(a,"'"+ZT[a[0]](s,a,e)+"'");return l?c.substring(0,o-1)+c.substring(o+1):c},t)}return Yr(n,t,e)}function cM(n,t,e){n=_f(n,e);const i=al(t,n,!0),s=new Date(n.getTime()-i),r=new Date(0);return r.setFullYear(s.getUTCFullYear(),s.getUTCMonth(),s.getUTCDate()),r.setHours(s.getUTCHours(),s.getUTCMinutes(),s.getUTCSeconds(),s.getUTCMilliseconds()),r}function Fs(n,t,e,i){return i={...i,timeZone:t,originalDate:n},dl(cM(n,t,{timeZone:i.timeZone}),e,i)}const uM=(n,t)=>`${Fs(n,t,"yyyy")} W${Fs(n,t,"II")}`,hl="yyyy-MM-dd h:mm:ss a",fl="h:mm:ss a",ti="yyyy-MM-dd h:mm a",Ai="h:mm a",dM="yyyy-MM-dd",ml="MMM dd, yyyy h:mm:ss a",En="MMM dd, yyyy h:mm a",hM={secondly:n=>n?hl:fl,tenSecondly:n=>n?hl:fl,thirtySecondly:n=>n?hl:fl,minutely:n=>n?ti:Ai,fiveMinutely:n=>n?ti:Ai,tenMinutely:n=>n?ti:Ai,thirtyMinutely:n=>n?ti:Ai,hourly:n=>n?ti:Ai,twoHourly:n=>n?ti:Ai,twelveHourly:()=>ti,daily:()=>dM},fM={secondly:()=>ml,tenSecondly:()=>ml,thirtySecondly:()=>ml,minutely:()=>En,fiveMinutely:()=>En,tenMinutely:()=>En,thirtyMinutely:()=>En,hourly:()=>En,twoHourly:()=>En,twelveHourly:()=>En,daily:()=>En};function Tf({tickValue:n,granularity:t,timezone:e,dayBoundaryCrossed:i=!1,tickMap:s,tooltipMap:r,defaultFormat:a}){const o=e||Intl.DateTimeFormat().resolvedOptions().timeZone;if(t==="weekly")return uM(n,o);if(s&&s[t]){const l=s[t](i);return Fs(n,o,l)}if(r&&r[t]){const l=r[t]();return Fs(n,o,l)}return Fs(n,o,a)}const mM=({tickValue:n,granularity:t,dayBoundaryCrossed:e,timezone:i})=>Tf({tickValue:n,granularity:t,timezone:i,dayBoundaryCrossed:e,tickMap:hM,defaultFormat:"yyyy-MM-dd h:mm:ss a"}),Bs=({tickValue:n,granularity:t,timezone:e})=>Tf({tickValue:n,granularity:t,timezone:e,tooltipMap:fM,defaultFormat:"MMM dd, yyyy h:mm:ss a"}),gM=n=>{var e,i,s,r,a;const{i18n:t}=ft.useI18n();return(n==null?void 0:n.status)===403?{status:n.status,type:"forbidden",message:t.t("query_errors.forbidden.message"),details:t.t("query_errors.forbidden.details")}:(n==null?void 0:n.status)===408?{status:n.status,type:"timeout",message:t.t("query_errors.timeout.message"),details:t.t("query_errors.timeout.details")}:((i=(e=n==null?void 0:n.response)==null?void 0:e.data)==null?void 0:i.message)==="Range not allowed for this tier"?{status:n.status,type:"range_exceeded",message:t.t("query_errors.time_range_exceeded.message"),details:t.t("query_errors.time_range_exceeded.details")}:{status:n.status,type:"other",message:t.t("query_errors.other.message"),details:((a=(r=(s=n.response)==null?void 0:s.data)==null?void 0:r.invalid_parameters)==null?void 0:a.map(o=>o.reason).join(", "))||(n==null?void 0:n.message)}},zs=n=>n.toLocaleLowerCase().endsWith("count"),pM=n=>{const t=n.toLocaleLowerCase();return["sum","count","cost","tokens"].some(e=>t.endsWith(e))};function yM(n){const e=`barChartTooltipPosition-${n.tooltipState.chartID}`,i={enabled:!1,position:e,callbacks:{label:l=>({label:l.dataset.label,value:l.label})}};De.positioners[e]=function(l,c){if(!l.length||n.tooltipState.interactionMode==="interactive"||c.x===null||c.y===null)return!1;const u=this.chart.canvas.getBoundingClientRect(),h=n.tooltipState.width||this.width,f=u.width/2,m=Qo(c,h,f),g=c.y,_=c.x<f?"left":"center";return{x:m-n.tooltipState.offsetX,y:g-n.tooltipState.offsetY,xAlign:_}},ho.modes.customInteractionMode=function(l,c){const u=vn(c,l),h=[];return ho.evaluateInteractionItems(l,l.options.indexAxis||"x",u,(f,m,g)=>{l.options.indexAxis==="y"&&f.inYRange(u.y,!0)&&l.data.datasets[m].data[g]&&h.push({element:f,datasetIndex:m,index:g}),l.options.indexAxis==="x"&&u.x!==null&&f.inXRange(u.x,!0)&&l.data.datasets[m].data[g]&&h.push({element:f,datasetIndex:m,index:g})}),h};const s=n.numLabels.value>25?nf:sf,r=({chart:l,index:c})=>{var h;const u=l.data;return{size:s,style:(h=u==null?void 0:u.isLabelEmpty)!=null&&h[c]?"italic":"normal"}},a=(l,c,u)=>l.chart.options.indexAxis===l.axis?(c=l.getLabelForValue(u),c&&c.length>ia?c.slice(0,ia)+"...":c):l.getLabelForValue(Number(c)),o=d.computed(()=>{var l,c,u,h,f,m,g,_;return{indexAxis:n.indexAxis,skipNull:!0,scales:{x:{stacked:n.stacked.value,grid:{offset:!1,drawOnChartArea:!1,drawBorder:!1,drawTicks:!0},ticks:{maxRotation:90,autoSkip:!1,font:r,callback:function(x,S){return a(this,x,S)}},title:{display:n.indexAxis==="y"?!st((l=n.metricAxesTitle)==null?void 0:l.value):!st((c=n.dimensionAxesTitle)==null?void 0:c.value),text:n.indexAxis==="y"?(u=n.metricAxesTitle)==null?void 0:u.value:(h=n.dimensionAxesTitle)==null?void 0:h.value,padding:{top:3,bottom:0,left:0,right:0},font:{weight:"bold"}}},y:{stacked:n.stacked.value,beginAtZero:!0,grid:{offset:!1,drawOnChartArea:!1,drawBorder:!1,drawTicks:!0},ticks:{padding:0,font:r,callback:function(x,S){return a(this,x,S)}},title:{display:n.indexAxis==="x"?!st((f=n.metricAxesTitle)==null?void 0:f.value):!st((m=n.dimensionAxesTitle)==null?void 0:m.value),text:n.indexAxis==="x"?(g=n.metricAxesTitle)==null?void 0:g.value:(_=n.dimensionAxesTitle)==null?void 0:_.value,padding:{bottom:3,top:0,left:0,right:0},font:{weight:"bold"}}}},plugins:{htmlLegend:{containerID:n.legendID},legend:{display:!1},tooltip:{...i,external:x=>{Jh(n.tooltipState,x)}}},interaction:{mode:"customInteractionMode",intersect:!0},maxBarThickness:60,maintainAspectRatio:!1,layout:{padding:{left:0,right:0,top:0,bottom:0}}}});return d.getCurrentInstance()&&d.onUnmounted(()=>{De.positioners[e]&&delete De.positioners[e]}),o}ye.register(...Z0);const bM=(n,t)=>{const e=t.datasets.map(s=>s.label),i=n.datasets.map(s=>s.label);return n.datasets.length===t.datasets.length&&e.every((s,r)=>s===i[r])};function _M(n,t,e,i,s){const r=d.shallowRef(null),a=(o,l)=>{if(t.value)return new ye(t.value,{type:n,data:o,plugins:i,options:l})};return d.onMounted(()=>{r.value=a(e.value,s.value)}),d.onBeforeUnmount(()=>{st(r.value)||r.value.destroy()}),d.watch(e,(o,l)=>{if(bM(l,o)&&!st(r.value)){for(const[c,u]of o.datasets.entries())Object.assign(r.value.data.datasets[c],u);r.value.data.labels=o.labels,r.value.update()}else st(r.value)||r.value.destroy(),r.value=a(o,s.value)}),d.watch(t,()=>{st(r.value)||r.value.destroy(),r.value=a(e.value,s.value)}),d.watch(s,(o,l)=>{(o.indexAxis!==l.indexAxis||JSON.stringify(o.scales.x.title)!==JSON.stringify(l.scales.x.title)||JSON.stringify(o.scales.y.title)!==JSON.stringify(l.scales.y.title))&&(st(r.value)||r.value.destroy(),r.value=a(e.value,o))}),r}const Mf=1e3,xM=1e4,kf=1e6,Df=1e9,Cf=1e12,Us=(n,t)=>{if(t.separator===!1||n<1e3)return n.toString();const e=typeof t.separator=="string"?t.separator:",",i=[];return Math.round(n).toString().split("").reverse().forEach((r,a)=>{a&&a%3===0&&i.push(e),i.push(r)}),i.reverse().join("")},Pi=(n,t,e)=>{const i=n/t,s=e.round?"round":"floor";if(e.decimal===!1)return Math[s](i).toString();let r;e.precision?r=i:r=i<10?Math[s](i*10)/10:Math[s](i);let a=r.toString();return typeof e.decimal=="string"&&(a=a.replace(".",e.decimal)),a};function Hs(n,t={}){let e;const i=n<0;i&&(n=Math.abs(n)),t.precision&&(n=parseFloat(n.toPrecision(t.precision)));const s=t.min10k?xM:Mf;return n<s||t.precision&&t.precision>Math.log10(n)?e=Us(Pi(n,1,t),t):n<kf?e=`${Pi(n,Mf,t)}k`:n<Df?e=`${Pi(n,kf,t)}m`:n<Cf?e=`${Us(Pi(n,Df,t),t)}b`:e=`${Us(Pi(n,Cf,t),t)}t`,i&&(e=`-${e}`),t.capital&&(e=e.toUpperCase()),t.prefix&&(e=`${t.prefix}${e}`),t.suffix&&(e=`${e}${t.suffix}`),e}Hs.addCommas=Us;function wM(n,t,e){const{i18n:i}=ft.useI18n(),{formatBytes:s}=Jn({i18n:i}),{translateUnit:r}=ft.useTranslatedUnits();return{legendValues:d.computed(()=>n.value.datasets.reduce((o,l)=>{const c=l.total?l.total:l.data.reduce((h,f)=>h+(typeof f=="number"?Number(f)||0:Number(f&&f.y)||0),0);let u;if(e.value==="bytes")u=s(c);else{const h=r(e.value,c);u=i&&i.t("legend.datapointValueDisplay",{value:Hs(c,{capital:!0}),unit:h})||`${Hs(c,{capital:!0})} ${e.value}`}return{...o,[l.label]:{raw:c,formatted:u,isThreshold:l.isThreshold}}},{}))}}function SM(n){return d.computed(()=>{var s;if(!((s=n.value)!=null&&s.meta))return"";const e=n.value.meta.start,i=n.value.meta.end;return e&&i?`${$h(new Date(e))} - ${$h(new Date(i),{includeTZ:!0})}`:""})}function vM(n){const e=`donutChartTooltipPosition-${n.tooltipState.chartID}`,i={enabled:!1,position:e,callbacks:{label:r=>({label:r.dataset.label,value:r.label})}};De.positioners[e]=function(r,a){if(!r.length||a.x===null||a.y===null)return!1;const o=this.chart.canvas.getBoundingClientRect(),l=n.tooltipState.width||this.width,c=o.width/2,u=Qo(a,l,c),h=a.y,f=a.x<c?"left":"center";return{x:u-n.tooltipState.offsetX,y:h,xAlign:f}};const s=d.computed(()=>({cutout:"65%",responsive:!0,maintainAspectRatio:!1,plugins:{htmlLegend:{containerID:n.legendID},legend:{display:!1},tooltip:{...i,external:r=>{Jh(n.tooltipState,r)}}},layout:{padding:{left:0,right:0,top:5,bottom:0}}}));return d.onUnmounted(()=>{De.positioners[e]&&delete De.positioners[e]}),{options:s}}function TM(n){const t=d.computed(()=>{var l,c;return{type:"timeseries",display:!0,grid:{display:!0,drawOnChartArea:!1,drawTicks:!0,drawBorder:!1},ticks:{padding:0,autoSkipPadding:100,source:"auto",maxRotation:0,callback:u=>{const h=new Date(u);return mM({tickValue:h,granularity:n.granularity.value,dayBoundaryCrossed:a.value})}},title:{display:!st((l=n.dimensionAxesTitle)==null?void 0:l.value),text:(c=n.dimensionAxesTitle)==null?void 0:c.value,padding:{top:3},font:{weight:"bold"}},border:{display:!1},stacked:n.stacked.value}}),e=d.computed(()=>{var l,c;return{title:{display:!st((l=n.metricAxesTitle)==null?void 0:l.value),text:(c=n.metricAxesTitle)==null?void 0:c.value,padding:{bottom:3},font:{weight:"bold"}},ticks:{maxTicksLimit:5},grid:{drawBorder:!1},id:"main-y-axis",beginAtZero:!0,border:{display:!1},stacked:n.stacked.value}}),s=`lineChartTooltipPosition-${n.tooltipState.chartID}`,r={enabled:!1,position:s};De.positioners[s]=function(l,c){if(!l.length||n.tooltipState.interactionMode==="interactive"||c.x===null||c.y===null)return!1;const u=this.chart.canvas.getBoundingClientRect(),h=n.tooltipState.width||this.width,f=n.tooltipState.height||this.height,m=u.width/2,g=u.height/2,_=Qo(c,h,m);let x=jv(c,f,g);const S=c.y<g?"top":"bottom",T=c.x<m?"left":"center";return f>u.height&&(x=0),{x:_,y:x,xAlign:T,yAlign:S}};const a=d.computed(()=>{const l=Number(n.timeRangeMs.value),c=new Date,u=new Date(c.getTime()-l);return gw(l)>24||u.getDate()!==c.getDate()}),o=d.computed(()=>{var l,c;return{hover:{mode:"index",intersect:!1},elements:{point:{radius:(l=n.pointsWithoutHover)!=null&&l.value?3:0,hitRadius:4,hoverRadius:4}},animation:{duration:250,easing:"linear"},scales:{x:t.value,y:e.value},responsive:!0,maintainAspectRatio:!1,plugins:{htmlLegend:{containerID:n.legendID},legend:{display:!1},streaming:!1,tooltip:{...r,external:u=>{Qh(n.tooltipState,u,n.granularity.value)}},thresholdPlugin:{threshold:(c=n.threshold)==null?void 0:c.value}},interaction:{mode:"index",intersect:!1},layout:{padding:{left:0,right:0,top:0,bottom:0}}}});return d.onUnmounted(()=>{De.positioners[s]&&delete De.positioners[s]}),{options:o}}function MM(n){const{isMultiMetric:t,hasDimensions:e,metricNames:i,barSegmentLabels:s,pivotRecords:r,rowLabels:a,colorPalette:o}=n,{i18n:l}=ft.useI18n();return t?i.map(u=>({label:l&&l.te(`chartLabels.${u}`)&&l.t(`chartLabels.${u}`)||u,backgroundColor:tl(i.indexOf(u),On),data:a.map((h,f)=>e?r[`${h.id},${u}`]||0:r[`${f},${u}`]||null)})):Array.from(s).flatMap((u,h)=>{if(!u)return[];const f=of(h,u.name,u.id==="empty",o);return{label:l&&l.te(`chartLabels.${u.name}`)&&l.t(`chartLabels.${u.name}`)||u.name,backgroundColor:f,data:a.map(m=>r[`${m.id},${u.id}`]||null),isSegmentEmpty:u.id==="empty"}})}function kM(n,t){const{i18n:e}=ft.useI18n();return d.computed(()=>{try{if(t.value&&"meta"in t.value&&"data"in t.value){const s=t.value.data,{display:r,metric_names:a}=t.value.meta,o=r&&Object.keys(r),l=a&&a.length>1,c=r&&o&&o.length>0,u=c&&o.length>1;if(!s.length||!a)return{datasets:[],labels:[]};const h=c&&o||a,f=h[0],m=h.length>1?h[1]:h[0],g=Object.fromEntries(l?s.flatMap(b=>a.map((v,O)=>{const R=b.event[f],W=c?`${R},${v}`:`${O},${v}`,L=b.event[v];return[W,L]})):s.map(b=>{const v=c?`${b.event[f]},${b.event[m]}`:`${f},${m}`,O=b.event[a[0]];return[v,O]})),_=Object.keys(g).reduce((b,v)=>{const[O]=v.split(","),R=g[v];return b[O]?b[O]+=R:b[O]=R,b},{}),x=Object.entries(_).sort(([,b],[,v])=>Number(v)-Number(b)).map(([b])=>b),S=r[f],T=r[m];let D=c&&S&&Object.entries(S).map(([b,v])=>({id:b,name:v.name}))||a.map(b=>({id:b,name:b})),E=c&&T&&Object.entries(T).map(([b,v])=>({id:b,name:v.name}))||a.map(b=>({id:b,name:b}));if(c&&f==="country_code"&&(D=D.map(b=>({...b,name:Zo(b.id)||b.name}))),c&&m==="country_code"&&(E=E.map(b=>({...b,name:Zo(b.id)||b.name}))),f!=="status_code"&&f!=="status_code_grouped"&&(D.sort((b,v)=>x.indexOf(b.id)-x.indexOf(v.id)),E.sort((b,v)=>x.indexOf(b.id)-x.indexOf(v.id))),!D||!E)return{labels:[],datasets:[]};const C=MM({isMultiMetric:l,hasDimensions:c,metricNames:a,dimensionFieldNames:h,barSegmentLabels:E,pivotRecords:g,rowLabels:D,colorPalette:n.colorPalette||On}),A=c?D.map(b=>e&&e.te(`chartLabels.${b.name}`)&&e.t(`chartLabels.${b.name}`)||b.name):a.map(b=>e&&e.te(`chartLabels.${b}`)&&e.t(`chartLabels.${b}`)||b),k=D.map(b=>b.id==="empty");return{labels:A,datasets:C,isLabelEmpty:k,isMultiDimension:u}}}catch(s){return console.error(s),{datasets:[],labels:[]}}return{labels:[],datasets:[]}})}const DM=(n,t,e=1)=>Array(Math.ceil((t-n)/e)).fill(n).map((i,s)=>i+s*e),CM=n=>{if(typeof n=="string"){const t=+n;if(t)return t;try{return oh(n).getTime()}catch(e){if(e instanceof RangeError)return 0;throw e}}return n},OM=(n,t,e,i,s)=>{const a=Math.max(t-6e4,Math.max(...(s||[]).map(c=>new Date(c.timestamp).valueOf()))),o=Math.floor((n-i)/e)*e+i,l=Math.floor((a-i)/e)*e+i+e;return DM(o,l,e)};function EM(n,t){const{i18n:e}=ft.useI18n();return d.computed(()=>{try{if(t.value&&"meta"in t.value&&"data"in t.value){const s=t.value.data,{display:r,metric_names:a,start:o,end:l}=t.value.meta,c=new Date(o).getTime(),u=new Date(l).getTime();if(!a)return console.error("Cannot build chart data from this explore result. Missing metric names."),{datasets:[]};const h=r&&Object.keys(r)||a,f=h&&h[0],m=r[f];let g=r&&m&&Object.keys(m).map(A=>({id:A,name:m[A].name}))||a.map(A=>({id:A,name:A}));f==="country_code"&&(g=g.map(A=>({...A,name:Zo(A.id)||A.name})));const _=t.value.meta.granularity_ms;if(typeof _!="number"||isNaN(_)||!isFinite(_)||_===0)return console.error("Invalid step value:",_),{datasets:[],labels:[]};if(!s.length)return{datasets:[],labels:[]};const x=CM(c),S=OM(c,u,_,x,s),T=new Set,D=s!=null&&s.length?s.reduce((A,k)=>{const p=new Date(k.timestamp).valueOf(),b=k.event;for(const v of a)T.add(v),p in A||(A[p]={}),v in A[p]||(A[p][v]={});for(const v of a)g.forEach(O=>{b[f]===O.id||v===O.id?(A[p][v]||(A[p][v]={}),A[p][v][O.name]=Math.round(Number(b[v])*1e3)/1e3):h.length||(A[p][v]||(A[p][v]={}),A[p][v][O.name]=Math.round(Number(b[O.id])*1e3)/1e3)});return A},{}):{},C=[...a.length===1?a.flatMap(A=>g.map(k=>[A,k.name,k.id==="empty"])):g.map(A=>[A.name,A.name,A.id==="empty"])].map(([A,k,p],b)=>{const v=S.map(L=>L in D&&A in D[L]?{x:L,y:D[L][A][k]||0}:{x:L,y:0});let{colorPalette:O,fill:R}=n;st(O)&&(O=On);const W=of(b,k,p,O);return{rawDimension:k,rawMetric:A,label:e&&e.te(`chartLabels.${k}`)&&e.t(`chartLabels.${k}`)||k,borderColor:W,backgroundColor:W,data:v,total:v.reduce((L,{y:H})=>L+Number(H),0),...kT,fill:R,borderWidth:R?CT:DT,isSegmentEmpty:p}});return f==="status_code"||f==="status_code_grouped"?C.sort((A,k)=>(A.label??"")<(k.label??"")?-1:1):C.sort((A,k)=>Number(A.total)<Number(k.total)?-1:1),{datasets:C}}}catch(s){return console.error(s),{labels:[],datasets:[]}}return{labels:[],datasets:[]}})}const AM=(n,t)=>{d.watch([n,t],(e,i,s)=>{const[r,a]=e;!a||!window||(window._AnalyticsChartDataInternal||(window._AnalyticsChartDataInternal=new Map),window._AnalyticsChartDataInternal.set(a,r),s(()=>{var o;(o=window._AnalyticsChartDataInternal)==null||o.delete(a)}))},{immediate:!0})};function PM(){const{i18n:n}=ft.useI18n();return{translateUnit:(e,i)=>{const s=i===1,r=`chartUnits.${e}`;return zs(e)?"":n.te(r)?n.t(r,{plural:s?"":"s"}):e}}}const RM="analytics-query-provider",Of=2;function IM(){const n=d.inject(RM);return{evaluateFeatureFlag:(e,i)=>n?n.evaluateFeatureFlagFn(e,i):i}}function gl(n){return d.getCurrentScope()?(d.onScopeDispose(n),!0):!1}const Ef=typeof window<"u"&&typeof document<"u";typeof WorkerGlobalScope<"u"&&globalThis instanceof WorkerGlobalScope;const LM=n=>n!=null,NM=Object.prototype.toString,FM=n=>NM.call(n)==="[object Object]";function ra(n){return Array.isArray(n)?n:[n]}function BM(n){return d.getCurrentInstance()}function zM(n,t={}){if(!d.isRef(n))return d.toRefs(n);const e=Array.isArray(n.value)?Array.from({length:n.value.length}):{};for(const i in n.value)e[i]=d.customRef(()=>({get(){return n.value[i]},set(s){var r;if((r=d.toValue(t.replaceRef))!=null?r:!0)if(Array.isArray(n.value)){const o=[...n.value];o[i]=s,n.value=o}else{const o={...n.value,[i]:s};Object.setPrototypeOf(o,Object.getPrototypeOf(n.value)),n.value=o}else n.value[i]=s}}));return e}function UM(n,t=!0,e){BM()?d.onMounted(n,e):t?n():d.nextTick(n)}function HM(n,t,e){return d.watch(n,t,{...e,immediate:!0})}const aa=Ef?window:void 0;function Ri(n){var t;const e=d.toValue(n);return(t=e==null?void 0:e.$el)!=null?t:e}function Ws(...n){const t=[],e=()=>{t.forEach(o=>o()),t.length=0},i=(o,l,c,u)=>(o.addEventListener(l,c,u),()=>o.removeEventListener(l,c,u)),s=d.computed(()=>{const o=ra(d.toValue(n[0])).filter(l=>l!=null);return o.every(l=>typeof l!="string")?o:void 0}),r=HM(()=>{var o,l;return[(l=(o=s.value)==null?void 0:o.map(c=>Ri(c)))!=null?l:[aa].filter(c=>c!=null),ra(d.toValue(s.value?n[1]:n[0])),ra(d.unref(s.value?n[2]:n[1])),d.toValue(s.value?n[3]:n[2])]},([o,l,c,u])=>{if(e(),!(o!=null&&o.length)||!(l!=null&&l.length)||!(c!=null&&c.length))return;const h=FM(u)?{...u}:u;t.push(...o.flatMap(f=>l.flatMap(m=>c.map(g=>i(f,m,g,h)))))},{flush:"post"}),a=()=>{r(),e()};return gl(e),a}function WM(){const n=d.shallowRef(!1),t=d.getCurrentInstance();return t&&d.onMounted(()=>{n.value=!0},t),n}function Af(n){const t=WM();return d.computed(()=>(t.value,!!n()))}function VM(n,t,e={}){const{window:i=aa,...s}=e;let r;const a=Af(()=>i&&"MutationObserver"in i),o=()=>{r&&(r.disconnect(),r=void 0)},l=d.computed(()=>{const f=d.toValue(n),m=ra(f).map(Ri).filter(LM);return new Set(m)}),c=d.watch(l,f=>{o(),a.value&&f.size&&(r=new MutationObserver(t),f.forEach(m=>r.observe(m,s)))},{immediate:!0,flush:"post"}),u=()=>r==null?void 0:r.takeRecords(),h=()=>{c(),o()};return gl(h),{isSupported:a,stop:h,takeRecords:u}}function YM(n,t={}){var e;const{pointerTypes:i,preventDefault:s,stopPropagation:r,exact:a,onMove:o,onEnd:l,onStart:c,initialValue:u,axis:h="both",draggingElement:f=aa,containerElement:m,handle:g=n,buttons:_=[0]}=t,x=d.ref((e=d.toValue(u))!=null?e:{x:0,y:0}),S=d.ref(),T=k=>i?i.includes(k.pointerType):!0,D=k=>{d.toValue(s)&&k.preventDefault(),d.toValue(r)&&k.stopPropagation()},E=k=>{var p;if(!d.toValue(_).includes(k.button)||d.toValue(t.disabled)||!T(k)||d.toValue(a)&&k.target!==d.toValue(n))return;const b=d.toValue(m),v=(p=b==null?void 0:b.getBoundingClientRect)==null?void 0:p.call(b),O=d.toValue(n).getBoundingClientRect(),R={x:k.clientX-(b?O.left-v.left+b.scrollLeft:O.left),y:k.clientY-(b?O.top-v.top+b.scrollTop:O.top)};(c==null?void 0:c(R,k))!==!1&&(S.value=R,D(k))},C=k=>{if(d.toValue(t.disabled)||!T(k)||!S.value)return;const p=d.toValue(m),b=d.toValue(n).getBoundingClientRect();let{x:v,y:O}=x.value;(h==="x"||h==="both")&&(v=k.clientX-S.value.x,p&&(v=Math.min(Math.max(0,v),p.scrollWidth-b.width))),(h==="y"||h==="both")&&(O=k.clientY-S.value.y,p&&(O=Math.min(Math.max(0,O),p.scrollHeight-b.height))),x.value={x:v,y:O},o==null||o(x.value,k),D(k)},A=k=>{d.toValue(t.disabled)||!T(k)||S.value&&(S.value=void 0,l==null||l(x.value,k),D(k))};if(Ef){const k=()=>{var p;return{capture:(p=t.capture)!=null?p:!0,passive:!d.toValue(s)}};Ws(g,"pointerdown",E,k),Ws(f,"pointermove",C,k),Ws(f,"pointerup",A,k)}return{...zM(x),position:x,isDragging:d.computed(()=>!!S.value),style:d.computed(()=>`left:${x.value.x}px;top:${x.value.y}px;`)}}function $M(n,t,e={}){const{window:i=aa,...s}=e;let r;const a=Af(()=>i&&"ResizeObserver"in i),o=()=>{r&&(r.disconnect(),r=void 0)},l=d.computed(()=>{const h=d.toValue(n);return Array.isArray(h)?h.map(f=>Ri(f)):[Ri(h)]}),c=d.watch(l,h=>{if(o(),a.value&&i){r=new ResizeObserver(t);for(const f of h)f&&r.observe(f,s)}},{immediate:!0,flush:"post"}),u=()=>{o(),c()};return gl(u),{isSupported:a,stop:u}}function jM(n,t={}){const{reset:e=!0,windowResize:i=!0,windowScroll:s=!0,immediate:r=!0,updateTiming:a="sync"}=t,o=d.shallowRef(0),l=d.shallowRef(0),c=d.shallowRef(0),u=d.shallowRef(0),h=d.shallowRef(0),f=d.shallowRef(0),m=d.shallowRef(0),g=d.shallowRef(0);function _(){const S=Ri(n);if(!S){e&&(o.value=0,l.value=0,c.value=0,u.value=0,h.value=0,f.value=0,m.value=0,g.value=0);return}const T=S.getBoundingClientRect();o.value=T.height,l.value=T.bottom,c.value=T.left,u.value=T.right,h.value=T.top,f.value=T.width,m.value=T.x,g.value=T.y}function x(){a==="sync"?_():a==="next-frame"&&requestAnimationFrame(()=>_())}return $M(n,x),d.watch(()=>Ri(n),S=>!S&&x()),VM(n,x,{attributeFilter:["style","class"]}),s&&Ws("scroll",x,{capture:!0,passive:!0}),i&&Ws("resize",x,{passive:!0}),UM(()=>{r&&x()}),{height:o,bottom:l,left:c,right:u,top:h,width:f,x:m,y:g,update:x}}function qM(n,t){const{top:e,left:i}=jM(n),s=d.computed(()=>n.value?`${parseFloat(t.left)+i.value}px`:t.left),r=d.computed(()=>n.value?`${parseFloat(t.top)+e.value}px`:t.top);return{tooltipAbsoluteLeft:s,tooltipAbsoluteTop:r}}const GM=({bucketCount:n,minStamp:t,maxStamp:e,timestamps:i})=>{const s=[...i].filter(l=>l>=t&&l<=e).sort((l,c)=>l-c),r=[];if(e-t<n-2)return[];const a=(e-t)/n;let o=0;for(let l=0;l<n;l++){const c=t+l*a,u=t+(l+1)*a;let h=0;for(;o<s.length&&s[o]>=c&&s[o]<=u;)h++,o++;r.push([Math.ceil(c),h])}return r},Pf=()=>({minCounts:{},maxCounts:{},minStamps:{},maxStamps:{},renderPoints:{}}),Vs=d.ref({}),KM=n=>(Vs.value[n]||(Vs.value[n]=Pf()),Vs.value[n]),XM=(n,t)=>{const e=Vs.value[t];if(!e)return;const i=e.minCounts[n]!==void 0||e.maxCounts[n]!==void 0||e.minStamps[n]!==void 0||e.maxStamps[n]!==void 0||e.renderPoints[n]!==void 0;e&&i&&(delete e.minCounts[n],delete e.maxCounts[n],delete e.minStamps[n],delete e.maxStamps[n],delete e.renderPoints[n],Object.keys(e.minCounts).length||Object.keys(e.maxCounts).length||Object.keys(e.minStamps).length||Object.keys(e.maxStamps).length||Object.keys(e.renderPoints).length||delete Vs.value[t])};function ZM({chartKey:n,datasets:t,groupKey:e,minStamp:i=void 0,maxStamp:s=void 0,minCount:r=void 0,maxCount:a=void 0,renderPoints:o=void 0,type:l}){const u=e!==void 0&&n!==void 0?KM(e):Pf(),h=n!==void 0?n:"static-chart-key",f=d.computed(()=>t.reduce((v,{timestamps:O})=>[...v,...O],[])),m=d.computed(()=>i||f.value.reduce((v,O)=>v===0?O:Math.min(v,O),0)),g=d.computed(()=>s||f.value.reduce((v,O)=>Math.max(v,O),0));d.watchEffect(()=>{u.minStamps[h]=m.value,u.maxStamps[h]=g.value,o!==void 0&&(u.renderPoints[h]=o)});const _=d.computed(()=>Object.values(u.minStamps).reduce((v,O)=>v===0?O:Math.min(v,O),0)),x=d.computed(()=>Object.values(u.maxStamps).reduce((v,O)=>Math.max(v,O),0)),S=d.computed(()=>{const v=Object.values(u.renderPoints);return v.length===0?24:v.reduce((O,R)=>Math.max(O,R),2)}),T=d.computed(()=>{const v=x.value-_.value;return Math.ceil(v/S.value)}),D=d.computed(()=>t.length>1),E=d.computed(()=>t.map(({timestamps:v,color:O,label:R})=>({data:GM({bucketCount:S.value,minStamp:_.value,maxStamp:x.value,timestamps:v}).map(([H,N])=>({x:H,y:N})),label:R,...(l==="sparkline_bar"||D.value)&&O&&{backgroundColor:O},...l!=="sparkline_bar"&&O&&{borderColor:O},...D.value&&l!=="sparkline_bar"&&{fill:!0}}))),C=d.computed(()=>{var R,W;const v=((W=(R=E.value[0])==null?void 0:R.data)==null?void 0:W.length)??0,O=[];for(let L=0;L<v;L++){let H=0;for(let N=0;N<E.value.length;N++)H+=E.value[N].data[L].y;O.push(H)}return O}),A=d.computed(()=>{const v=C.value.reduce((O,R)=>Math.max(O,R),0);return Math.max(v,a??0)}),k=d.computed(()=>{const v=E.value.reduce((W,{data:L})=>[...W,...L.map(({y:H})=>H)],[]),O=v.length?v[0]:0,R=v.reduce((W,L)=>Math.min(W,L),O);return r===void 0?R:Math.min(R,r)});d.watchEffect(()=>{u.maxCounts[h]=A.value,u.minCounts[h]=k.value});const p=d.computed(()=>{const v=Object.values(u.minCounts),O=v.length?v[0]:0;return v.reduce((R,W)=>Math.min(R,W),O)}),b=d.computed(()=>Object.values(u.maxCounts).reduce((v,O)=>Math.max(v,O),0));return d.onUnmounted(()=>{n!==void 0&&e!==void 0&&XM(n,e)}),{syncedMinStamp:_,syncedMaxStamp:x,syncedRenderPoints:S,syncedChartDatasets:E,syncedGroupSizeMs:T,syncedMinCount:p,syncedMaxCount:b}}const ft={useBarChartOptions:yM,useChartJSCommon:_M,useChartLegendValues:wM,useChartSelectedRange:SM,useExploreResultToDatasets:kM,useExploreResultToTimeDataset:EM,useDonutChartOptions:vM,useLineChartOptions:TM,useI18n:qm,useReportChartDataForSynthetics:AM,useTranslatedUnits:PM,useEvaluateFeatureFlag:IM,useTooltipAbsolutePosition:qM,useSparklineSync:ZM};var xe=(n=>(n.Hidden="hidden",n.Bottom="bottom",n))(xe||{});/*!
|
|
19
19
|
* chartjs-plugin-annotation v3.1.0
|
|
20
20
|
* https://www.chartjs.org/chartjs-plugin-annotation/index
|
|
21
21
|
* (c) 2024 chartjs-plugin-annotation Contributors
|
|
22
22
|
* Released under the MIT License
|
|
23
|
-
*/const Rf={modes:{point(n,t){return oa(n,t,{intersect:!0})},nearest(n,t,e){return tk(n,t,e)},x(n,t,e){return oa(n,t,{intersect:e.intersect,axis:"x"})},y(n,t,e){return oa(n,t,{intersect:e.intersect,axis:"y"})}}};function pl(n,t,e){return(Rf.modes[e.mode]||Rf.modes.nearest)(n,t,e)}function QM(n,t,e){return e!=="x"&&e!=="y"?n.inRange(t.x,t.y,"x",!0)||n.inRange(t.x,t.y,"y",!0):n.inRange(t.x,t.y,e,!0)}function JM(n,t,e){return e==="x"?{x:n.x,y:t.y}:e==="y"?{x:t.x,y:n.y}:t}function oa(n,t,e){return n.filter(i=>e.intersect?i.inRange(t.x,t.y):QM(i,t,e.axis))}function tk(n,t,e){let i=Number.POSITIVE_INFINITY;return oa(n,t,e).reduce((s,r)=>{const a=r.getCenterPoint(),o=JM(t,a,e.axis),l=gi(t,o);return l<i?(s=[r],i=l):l===i&&s.push(r),s},[]).sort((s,r)=>s._index-r._index).slice(0,1)}function ei(n,t,e){const i=Math.cos(e),s=Math.sin(e),r=t.x,a=t.y;return{x:r+i*(n.x-r)-s*(n.y-a),y:a+s*(n.x-r)+i*(n.y-a)}}const ek=(n,t)=>t>n||n.length>t.length&&n.slice(0,t.length)===t,ni=.001,la=(n,t,e)=>Math.min(e,Math.max(t,n)),If=(n,t)=>n.value>=n.start-t&&n.value<=n.end+t;function nk(n,t,e){for(const i of Object.keys(n))n[i]=la(n[i],t,e);return n}function ik(n,t,e,i){return!n||!t||e<=0?!1:Math.pow(n.x-t.x,2)+Math.pow(n.y-t.y,2)<=Math.pow(e+i,2)}function Lf(n,{x:t,y:e,x2:i,y2:s},r,{borderWidth:a,hitTolerance:o}){const l=(a+o)/2,c=n.x>=t-l-ni&&n.x<=i+l+ni,u=n.y>=e-l-ni&&n.y<=s+l+ni;return r==="x"?c:(r==="y"||c)&&u}function Nf(n,{rect:t,center:e},i,{rotation:s,borderWidth:r,hitTolerance:a}){const o=ei(n,e,Vt(-s));return Lf(o,t,i,{borderWidth:r,hitTolerance:a})}function ii(n,t){const{centerX:e,centerY:i}=n.getProps(["centerX","centerY"],t);return{x:e,y:i}}function sk(n,t,e,i=!0){const s=e.split(".");let r=0;for(const a of t.split(".")){const o=s[r++];if(parseInt(a,10)<parseInt(o,10))break;if(ek(o,a)){if(i)throw new Error(`${n} v${e} is not supported. v${t} or newer is required.`);return!1}}return!0}const Ff=n=>typeof n=="string"&&n.endsWith("%"),Bf=n=>parseFloat(n)/100,zf=n=>la(Bf(n),0,1),Ys=(n,t)=>({x:n,y:t,x2:n,y2:t,width:0,height:0}),rk={box:n=>Ys(n.centerX,n.centerY),doughnutLabel:n=>Ys(n.centerX,n.centerY),ellipse:n=>({centerX:n.centerX,centerY:n.centerX,radius:0,width:0,height:0}),label:n=>Ys(n.centerX,n.centerY),line:n=>Ys(n.x,n.y),point:n=>({centerX:n.centerX,centerY:n.centerY,radius:0,width:0,height:0}),polygon:n=>Ys(n.centerX,n.centerY)};function yl(n,t){return t==="start"?0:t==="end"?n:Ff(t)?zf(t)*n:n/2}function An(n,t,e=!0){return typeof t=="number"?t:Ff(t)?(e?zf(t):Bf(t))*n:n}function ak(n,t){const{x:e,width:i}=n,s=t.textAlign;return s==="center"?e+i/2:s==="end"||s==="right"?e+i:e}function Uf(n,t,{borderWidth:e,position:i,xAdjust:s,yAdjust:r},a){const o=ht(a),l=t.width+(o?a.width:0)+e,c=t.height+(o?a.height:0)+e,u=bl(i),h=Yf(n.x,l,s,u.x),f=Yf(n.y,c,r,u.y);return{x:h,y:f,x2:h+l,y2:f+c,width:l,height:c,centerX:h+l/2,centerY:f+c/2}}function bl(n,t="center"){return ht(n)?{x:rt(n.x,t),y:rt(n.y,t)}:(n=rt(n,t),{x:n,y:n})}const Hf=(n,t)=>n&&n.autoFit&&t<1;function Wf(n,t){const e=n.font,i=wt(e)?e:[e];return Hf(n,t)?i.map(function(s){const r=Rt(s);return r.size=Math.floor(s.size*t),r.lineHeight=s.lineHeight,Rt(r)}):i.map(s=>Rt(s))}function Vf(n){return n&&(ge(n.xValue)||ge(n.yValue))}function Yf(n,t,e=0,i){return n-yl(t,i)+e}function Ii(n,t,e){const i=e.init;if(i){if(i===!0)return jf(t,e)}else return;return ok(n,t,e)}function $f(n,t,e){let i=!1;return t.forEach(s=>{pe(n[s])?(i=!0,e[s]=n[s]):ge(e[s])&&delete e[s]}),i}function jf(n,t){const e=t.type||"line";return rk[e](n)}function ok(n,t,e){const i=Tt(e.init,[{chart:n,properties:t,options:e}]);if(i===!0)return jf(t,e);if(ht(i))return i}const _l=new Map,lk=n=>isNaN(n)||n<=0,ck=n=>n.reduce(function(t,e){return t+=e.string,t},"");function ca(n){if(n&&typeof n=="object"){const t=n.toString();return t==="[object HTMLImageElement]"||t==="[object HTMLCanvasElement]"}}function ua(n,{x:t,y:e},i){i&&(n.translate(t,e),n.rotate(Vt(i)),n.translate(-t,-e))}function on(n,t){if(t&&t.borderWidth)return n.lineCap=t.borderCapStyle||"butt",n.setLineDash(t.borderDash),n.lineDashOffset=t.borderDashOffset,n.lineJoin=t.borderJoinStyle||"miter",n.lineWidth=t.borderWidth,n.strokeStyle=t.borderColor,!0}function Li(n,t){n.shadowColor=t.backgroundShadowColor,n.shadowBlur=t.shadowBlur,n.shadowOffsetX=t.shadowOffsetX,n.shadowOffsetY=t.shadowOffsetY}function da(n,t){const e=t.content;if(ca(e))return{width:An(e.width,t.width),height:An(e.height,t.height)};const i=Wf(t),s=t.textStrokeWidth,r=wt(e)?e:[e],a=r.join()+ck(i)+s+(n._measureText?"-spriting":"");return _l.has(a)||_l.set(a,fk(n,r,i,s)),_l.get(a)}function qf(n,t,e){const{x:i,y:s,width:r,height:a}=t;n.save(),Li(n,e);const o=on(n,e);n.fillStyle=e.backgroundColor,n.beginPath(),pi(n,{x:i,y:s,w:r,h:a,radius:nk(wn(e.borderRadius),0,Math.min(r,a)/2)}),n.closePath(),n.fill(),o&&(n.shadowColor=e.borderShadowColor,n.stroke()),n.restore()}function Gf(n,t,e,i){const s=e.content;if(ca(s)){n.save(),n.globalAlpha=pk(e.opacity,s.style.opacity),n.drawImage(s,t.x,t.y,t.width,t.height),n.restore();return}const r=wt(s)?s:[s],a=Wf(e,i),o=e.color,l=wt(o)?o:[o],c=ak(t,e),u=t.y+e.textStrokeWidth/2;n.save(),n.textBaseline="middle",n.textAlign=e.textAlign,uk(n,e)&&mk(n,{x:c,y:u},r,a),gk(n,{x:c,y:u},r,{fonts:a,colors:l}),n.restore()}function uk(n,t){if(t.textStrokeWidth>0)return n.lineJoin="round",n.miterLimit=2,n.lineWidth=t.textStrokeWidth,n.strokeStyle=t.textStrokeColor,!0}function dk(n,t,e,i){const{radius:s,options:r}=t,a=r.pointStyle,o=r.rotation;let l=(o||0)*Ha;if(ca(a)){n.save(),n.translate(e,i),n.rotate(l),n.drawImage(a,-a.width/2,-a.height/2,a.width,a.height),n.restore();return}lk(s)||hk(n,{x:e,y:i,radius:s,rotation:o,style:a,rad:l})}function hk(n,{x:t,y:e,radius:i,rotation:s,style:r,rad:a}){let o,l,c,u;switch(n.beginPath(),r){default:n.arc(t,e,i,0,Ct),n.closePath();break;case"triangle":n.moveTo(t+Math.sin(a)*i,e-Math.cos(a)*i),a+=fr,n.lineTo(t+Math.sin(a)*i,e-Math.cos(a)*i),a+=fr,n.lineTo(t+Math.sin(a)*i,e-Math.cos(a)*i),n.closePath();break;case"rectRounded":u=i*.516,c=i-u,o=Math.cos(a+Ee)*c,l=Math.sin(a+Ee)*c,n.arc(t-o,e-l,u,a-ct,a-Et),n.arc(t+l,e-o,u,a-Et,a),n.arc(t+o,e+l,u,a,a+Et),n.arc(t-l,e+o,u,a+Et,a+ct),n.closePath();break;case"rect":if(!s){c=Math.SQRT1_2*i,n.rect(t-c,e-c,2*c,2*c);break}a+=Ee;case"rectRot":o=Math.cos(a)*i,l=Math.sin(a)*i,n.moveTo(t-o,e-l),n.lineTo(t+l,e-o),n.lineTo(t+o,e+l),n.lineTo(t-l,e+o),n.closePath();break;case"crossRot":a+=Ee;case"cross":o=Math.cos(a)*i,l=Math.sin(a)*i,n.moveTo(t-o,e-l),n.lineTo(t+o,e+l),n.moveTo(t+l,e-o),n.lineTo(t-l,e+o);break;case"star":o=Math.cos(a)*i,l=Math.sin(a)*i,n.moveTo(t-o,e-l),n.lineTo(t+o,e+l),n.moveTo(t+l,e-o),n.lineTo(t-l,e+o),a+=Ee,o=Math.cos(a)*i,l=Math.sin(a)*i,n.moveTo(t-o,e-l),n.lineTo(t+o,e+l),n.moveTo(t+l,e-o),n.lineTo(t-l,e+o);break;case"line":o=Math.cos(a)*i,l=Math.sin(a)*i,n.moveTo(t-o,e-l),n.lineTo(t+o,e+l);break;case"dash":n.moveTo(t,e),n.lineTo(t+Math.cos(a)*i,e+Math.sin(a)*i);break}n.fill()}function fk(n,t,e,i){n.save();const s=t.length;let r=0,a=i;for(let o=0;o<s;o++){const l=e[Math.min(o,e.length-1)];n.font=l.string;const c=t[o];r=Math.max(r,n.measureText(c).width+i),a+=l.lineHeight}return n.restore(),{width:r,height:a}}function mk(n,{x:t,y:e},i,s){n.beginPath();let r=0;i.forEach(function(a,o){const l=s[Math.min(o,s.length-1)],c=l.lineHeight;n.font=l.string,n.strokeText(a,t,e+c/2+r),r+=c}),n.stroke()}function gk(n,{x:t,y:e},i,{fonts:s,colors:r}){let a=0;i.forEach(function(o,l){const c=r[Math.min(l,r.length-1)],u=s[Math.min(l,s.length-1)],h=u.lineHeight;n.beginPath(),n.font=u.string,n.fillStyle=c,n.fillText(o,t,e+h/2+a),a+=h,n.fill()})}function pk(n,t){const e=xn(n)?n:t;return xn(e)?la(e,0,1):1}const Kf=["left","bottom","top","right"];function yk(n,t){const{pointX:e,pointY:i,options:s}=t,r=s.callout,a=r&&r.display&&Sk(t,r);if(!a||Tk(t,r,a))return;if(n.save(),n.beginPath(),!on(n,r))return n.restore();const{separatorStart:l,separatorEnd:c}=bk(t,a),{sideStart:u,sideEnd:h}=xk(t,a,l);(r.margin>0||s.borderWidth===0)&&(n.moveTo(l.x,l.y),n.lineTo(c.x,c.y)),n.moveTo(u.x,u.y),n.lineTo(h.x,h.y);const f=ei({x:e,y:i},t.getCenterPoint(),Vt(-t.rotation));n.lineTo(f.x,f.y),n.stroke(),n.restore()}function bk(n,t){const{x:e,y:i,x2:s,y2:r}=n,a=_k(n,t);let o,l;return t==="left"||t==="right"?(o={x:e+a,y:i},l={x:o.x,y:r}):(o={x:e,y:i+a},l={x:s,y:o.y}),{separatorStart:o,separatorEnd:l}}function _k(n,t){const{width:e,height:i,options:s}=n,r=s.callout.margin+s.borderWidth/2;return t==="right"?e+r:t==="bottom"?i+r:-r}function xk(n,t,e){const{y:i,width:s,height:r,options:a}=n,o=a.callout.start,l=wk(t,a.callout);let c,u;return t==="left"||t==="right"?(c={x:e.x,y:i+An(r,o)},u={x:c.x+l,y:c.y}):(c={x:e.x+An(s,o),y:e.y},u={x:c.x,y:c.y+l}),{sideStart:c,sideEnd:u}}function wk(n,t){const e=t.side;return n==="left"||n==="top"?-e:e}function Sk(n,t){const e=t.position;return Kf.includes(e)?e:vk(n,t)}function vk(n,t){const{x:e,y:i,x2:s,y2:r,width:a,height:o,pointX:l,pointY:c,centerX:u,centerY:h,rotation:f}=n,m={x:u,y:h},p=t.start,_=An(a,p),x=An(o,p),S=[e,e+_,e+_,s],M=[i+x,r,i,r],C=[];for(let A=0;A<4;A++){const E=ei({x:S[A],y:M[A]},m,Vt(f));C.push({position:Kf[A],distance:gi(E,{x:l,y:c})})}return C.sort((A,E)=>A.distance-E.distance)[0].position}function Tk(n,t,e){const{pointX:i,pointY:s}=n,r=t.margin;let a=i,o=s;return e==="left"?a+=r:e==="right"?a-=r:e==="top"?o+=r:e==="bottom"&&(o-=r),n.inRange(a,o)}const Xf={xScaleID:{min:"xMin",max:"xMax",start:"left",end:"right",startProp:"x",endProp:"x2"},yScaleID:{min:"yMin",max:"yMax",start:"bottom",end:"top",startProp:"y",endProp:"y2"}};function Ni(n,t,e){return t=typeof t=="number"?t:n.parse(t),Pt(t)?n.getPixelForValue(t):e}function si(n,t,e){const i=t[e];if(i||e==="scaleID")return i;const s=e.charAt(0),r=Object.values(n).filter(a=>a.axis&&a.axis===s);return r.length?r[0].id:s}function Zf(n,t){if(n){const e=n.options.reverse,i=Ni(n,t.min,e?t.end:t.start),s=Ni(n,t.max,e?t.start:t.end);return{start:i,end:s}}}function Qf(n,t){const{chartArea:e,scales:i}=n,s=i[si(i,t,"xScaleID")],r=i[si(i,t,"yScaleID")];let a=e.width/2,o=e.height/2;return s&&(a=Ni(s,t.xValue,s.left+s.width/2)),r&&(o=Ni(r,t.yValue,r.top+r.height/2)),{x:a,y:o}}function xl(n,t){const e=n.scales,i=e[si(e,t,"xScaleID")],s=e[si(e,t,"yScaleID")];if(!i&&!s)return{};let{left:r,right:a}=i||n.chartArea,{top:o,bottom:l}=s||n.chartArea;const c=em(i,{min:t.xMin,max:t.xMax,start:r,end:a});r=c.start,a=c.end;const u=em(s,{min:t.yMin,max:t.yMax,start:l,end:o});return o=u.start,l=u.end,{x:r,y:o,x2:a,y2:l,width:a-r,height:l-o,centerX:r+(a-r)/2,centerY:o+(l-o)/2}}function Jf(n,t){if(!Vf(t)){const e=xl(n,t);let i=t.radius;(!i||isNaN(i))&&(i=Math.min(e.width,e.height)/2,t.radius=i);const s=i*2,r=e.centerX+t.xAdjust,a=e.centerY+t.yAdjust;return{x:r-i,y:a-i,x2:r+i,y2:a+i,centerX:r,centerY:a,width:s,height:s,radius:i}}return kk(n,t)}function Mk(n,t){const{scales:e,chartArea:i}=n,s=e[t.scaleID],r={x:i.left,y:i.top,x2:i.right,y2:i.bottom};return s?Dk(s,r,t):Ck(e,r,t),r}function tm(n,t){const e=xl(n,t);return e.initProperties=Ii(n,e,t),e.elements=[{type:"label",optionScope:"label",properties:Ak(n,e,t),initProperties:e.initProperties}],e}function kk(n,t){const e=Qf(n,t),i=t.radius*2;return{x:e.x-t.radius+t.xAdjust,y:e.y-t.radius+t.yAdjust,x2:e.x+t.radius+t.xAdjust,y2:e.y+t.radius+t.yAdjust,centerX:e.x+t.xAdjust,centerY:e.y+t.yAdjust,radius:t.radius,width:i,height:i}}function em(n,t){const e=Zf(n,t)||t;return{start:Math.min(e.start,e.end),end:Math.max(e.start,e.end)}}function Dk(n,t,e){const i=Ni(n,e.value,NaN),s=Ni(n,e.endValue,i);n.isHorizontal()?(t.x=i,t.x2=s):(t.y=i,t.y2=s)}function Ck(n,t,e){for(const i of Object.keys(Xf)){const s=n[si(n,e,i)];if(s){const{min:r,max:a,start:o,end:l,startProp:c,endProp:u}=Xf[i],h=Zf(s,{min:e[r],max:e[a],start:s[o],end:s[l]});t[c]=h.start,t[u]=h.end}}}function Ok({properties:n,options:t},e,i,s){const{x:r,x2:a,width:o}=n;return nm({start:r,end:a,borderWidth:t.borderWidth},{position:i.x,padding:{start:s.left,end:s.right},adjust:t.label.xAdjust,size:e.width})}function Ek({properties:n,options:t},e,i,s){const{y:r,y2:a,height:o}=n;return nm({start:r,end:a,borderWidth:t.borderWidth},{position:i.y,padding:{start:s.top,end:s.bottom},adjust:t.label.yAdjust,size:e.height})}function nm(n,t){const{start:e,end:i,borderWidth:s}=n,{position:r,padding:{start:a,end:o},adjust:l}=t,c=i-s-e-a-o-t.size;return e+s/2+l+yl(c,r)}function Ak(n,t,e){const i=e.label;i.backgroundColor="transparent",i.callout.display=!1;const s=bl(i.position),r=Yt(i.padding),a=da(n.ctx,i),o=Ok({properties:t,options:e},a,s,r),l=Ek({properties:t,options:e},a,s,r),c=a.width+r.width,u=a.height+r.height;return{x:o,y:l,x2:o+c,y2:l+u,width:c,height:u,centerX:o+c/2,centerY:l+u/2,rotation:i.rotation}}const wl=["enter","leave"],Sl=wl.concat("click");function Pk(n,t,e){t.listened=$f(e,Sl,t.listeners),t.moveListened=!1,wl.forEach(i=>{pe(e[i])&&(t.moveListened=!0)}),(!t.listened||!t.moveListened)&&t.annotations.forEach(i=>{!t.listened&&pe(i.click)&&(t.listened=!0),t.moveListened||wl.forEach(s=>{pe(i[s])&&(t.listened=!0,t.moveListened=!0)})})}function Rk(n,t,e){if(n.listened)switch(t.type){case"mousemove":case"mouseout":return Ik(n,t,e);case"click":return Lk(n,t,e)}}function Ik(n,t,e){if(!n.moveListened)return;let i;t.type==="mousemove"?i=pl(n.visibleElements,t,e.interaction):i=[];const s=n.hovered;n.hovered=i;const r={state:n,event:t};let a=im(r,"leave",s,i);return im(r,"enter",i,s)||a}function im({state:n,event:t},e,i,s){let r;for(const a of i)s.indexOf(a)<0&&(r=sm(a.options[e]||n.listeners[e],a,t)||r);return r}function Lk(n,t,e){const i=n.listeners,s=pl(n.visibleElements,t,e.interaction);let r;for(const a of s)r=sm(a.options.click||i.click,a,t)||r;return r}function sm(n,t,e){return Tt(n,[t.$context,e])===!0}const ha=["afterDraw","beforeDraw"];function Nk(n,t,e){const i=t.visibleElements;t.hooked=$f(e,ha,t.hooks),t.hooked||i.forEach(s=>{t.hooked||ha.forEach(r=>{pe(s.options[r])&&(t.hooked=!0)})})}function rm(n,t,e){if(n.hooked){const i=t.options[e]||n.hooks[e];return Tt(i,[t.$context])}}function Fk(n,t,e){const i=Wk(n.scales,t,e);let s=am(t,i,"min","suggestedMin");s=am(t,i,"max","suggestedMax")||s,s&&pe(t.handleTickRangeOptions)&&t.handleTickRangeOptions()}function Bk(n,t){for(const e of n)Uk(e,t)}function am(n,t,e,i){if(Pt(t[e])&&!zk(n.options,e,i)){const s=n[e]!==t[e];return n[e]=t[e],s}}function zk(n,t,e){return ge(n[t])||ge(n[e])}function Uk(n,t){for(const e of["scaleID","xScaleID","yScaleID"]){const i=si(t,n,e);i&&!t[i]&&Hk(n,e)&&console.warn(`No scale found with id '${i}' for annotation '${n.id}'`)}}function Hk(n,t){if(t==="scaleID")return!0;const e=t.charAt(0);for(const i of["Min","Max","Value"])if(ge(n[e+i]))return!0;return!1}function Wk(n,t,e){const i=t.axis,s=t.id,r=i+"ScaleID",a={min:rt(t.min,Number.NEGATIVE_INFINITY),max:rt(t.max,Number.POSITIVE_INFINITY)};for(const o of e)o.scaleID===s?om(o,t,["value","endValue"],a):si(n,o,r)===s&&om(o,t,[i+"Min",i+"Max",i+"Value"],a);return a}function om(n,t,e,i){for(const s of e){const r=n[s];if(ge(r)){const a=t.parse(r);i.min=Math.min(i.min,a),i.max=Math.max(i.max,a)}}}class Fi extends Zt{inRange(t,e,i,s){const{x:r,y:a}=ei({x:t,y:e},this.getCenterPoint(s),Vt(-this.options.rotation));return Lf({x:r,y:a},this.getProps(["x","y","x2","y2"],s),i,this.options)}getCenterPoint(t){return ii(this,t)}draw(t){t.save(),ua(t,this.getCenterPoint(),this.options.rotation),qf(t,this,this.options),t.restore()}get label(){return this.elements&&this.elements[0]}resolveElementProperties(t,e){return tm(t,e)}}Fi.id="boxAnnotation",Fi.defaults={adjustScaleRange:!0,backgroundShadowColor:"transparent",borderCapStyle:"butt",borderDash:[],borderDashOffset:0,borderJoinStyle:"miter",borderRadius:0,borderShadowColor:"transparent",borderWidth:1,display:!0,init:void 0,hitTolerance:0,label:{backgroundColor:"transparent",borderWidth:0,callout:{display:!1},color:"black",content:null,display:!1,drawTime:void 0,font:{family:void 0,lineHeight:void 0,size:void 0,style:void 0,weight:"bold"},height:void 0,hitTolerance:void 0,opacity:void 0,padding:6,position:"center",rotation:void 0,textAlign:"start",textStrokeColor:void 0,textStrokeWidth:0,width:void 0,xAdjust:0,yAdjust:0,z:void 0},rotation:0,shadowBlur:0,shadowOffsetX:0,shadowOffsetY:0,xMax:void 0,xMin:void 0,xScaleID:void 0,yMax:void 0,yMin:void 0,yScaleID:void 0,z:0},Fi.defaultRoutes={borderColor:"color",backgroundColor:"color"},Fi.descriptors={label:{_fallback:!0}};class fa extends Zt{inRange(t,e,i,s){return Nf({x:t,y:e},{rect:this.getProps(["x","y","x2","y2"],s),center:this.getCenterPoint(s)},i,{rotation:this.rotation,borderWidth:0,hitTolerance:this.options.hitTolerance})}getCenterPoint(t){return ii(this,t)}draw(t){const e=this.options;!e.display||!e.content||(Gk(t,this),t.save(),ua(t,this.getCenterPoint(),this.rotation),Gf(t,this,e,this._fitRatio),t.restore())}resolveElementProperties(t,e){const i=Vk(t,e);if(!i)return{};const{controllerMeta:s,point:r,radius:a}=$k(t,e,i);let o=da(t.ctx,e);const l=jk(o,a);Hf(e,l)&&(o={width:o.width*l,height:o.height*l});const{position:c,xAdjust:u,yAdjust:h}=e,f=Uf(r,o,{borderWidth:0,position:c,xAdjust:u,yAdjust:h});return{initProperties:Ii(t,f,e),...f,...s,rotation:e.rotation,_fitRatio:l}}}fa.id="doughnutLabelAnnotation",fa.defaults={autoFit:!0,autoHide:!0,backgroundColor:"transparent",backgroundShadowColor:"transparent",borderColor:"transparent",borderDash:[],borderDashOffset:0,borderJoinStyle:"miter",borderShadowColor:"transparent",borderWidth:0,color:"black",content:null,display:!0,font:{family:void 0,lineHeight:void 0,size:void 0,style:void 0,weight:void 0},height:void 0,hitTolerance:0,init:void 0,opacity:void 0,position:"center",rotation:0,shadowBlur:0,shadowOffsetX:0,shadowOffsetY:0,spacing:1,textAlign:"center",textStrokeColor:void 0,textStrokeWidth:0,width:void 0,xAdjust:0,yAdjust:0},fa.defaultRoutes={};function Vk(n,t){return n.getSortedVisibleDatasetMetas().reduce(function(e,i){const s=i.controller;return s instanceof sn&&Yk(n,t,i.data)&&(!e||s.innerRadius<e.controller.innerRadius)&&s.options.circumference>=90?i:e},void 0)}function Yk(n,t,e){if(!t.autoHide)return!0;for(let i=0;i<e.length;i++)if(!e[i].hidden&&n.getDataVisibility(i))return!0}function $k({chartArea:n},t,e){const{left:i,top:s,right:r,bottom:a}=n,{innerRadius:o,offsetX:l,offsetY:c}=e.controller,u=(i+r)/2+l,h=(s+a)/2+c,f={left:Math.max(u-o,i),right:Math.min(u+o,r),top:Math.max(h-o,s),bottom:Math.min(h+o,a)},m={x:(f.left+f.right)/2,y:(f.top+f.bottom)/2},p=t.spacing+t.borderWidth/2,_=o-p,x=m.y>h,S=x?s+p:a-p,M=qk(S,u,h,_);return{controllerMeta:{_centerX:u,_centerY:h,_radius:_,_counterclockwise:x,...M},point:m,radius:Math.min(o,Math.min(f.right-f.left,f.bottom-f.top)/2)}}function jk({width:n,height:t},e){const i=Math.sqrt(Math.pow(n,2)+Math.pow(t,2));return e*2/i}function qk(n,t,e,i){const s=Math.pow(e-n,2),r=Math.pow(i,2),a=t*-2,o=Math.pow(t,2)+s-r,l=Math.pow(a,2)-4*o;if(l<=0)return{_startAngle:0,_endAngle:Ct};const c=(-a-Math.sqrt(l))/2,u=(-a+Math.sqrt(l))/2;return{_startAngle:gr({x:t,y:e},{x:c,y:n}).angle,_endAngle:gr({x:t,y:e},{x:u,y:n}).angle}}function Gk(n,t){const{_centerX:e,_centerY:i,_radius:s,_startAngle:r,_endAngle:a,_counterclockwise:o,options:l}=t;n.save();const c=on(n,l);n.fillStyle=l.backgroundColor,n.beginPath(),n.arc(e,i,s,r,a,o),n.closePath(),n.fill(),c&&n.stroke(),n.restore()}class $s extends Zt{inRange(t,e,i,s){return Nf({x:t,y:e},{rect:this.getProps(["x","y","x2","y2"],s),center:this.getCenterPoint(s)},i,{rotation:this.rotation,borderWidth:this.options.borderWidth,hitTolerance:this.options.hitTolerance})}getCenterPoint(t){return ii(this,t)}draw(t){const e=this.options,i=!ge(this._visible)||this._visible;!e.display||!e.content||!i||(t.save(),ua(t,this.getCenterPoint(),this.rotation),yk(t,this),qf(t,this,e),Gf(t,Kk(this),e),t.restore())}resolveElementProperties(t,e){let i;if(Vf(e))i=Qf(t,e);else{const{centerX:o,centerY:l}=xl(t,e);i={x:o,y:l}}const s=Yt(e.padding),r=da(t.ctx,e),a=Uf(i,r,e,s);return{initProperties:Ii(t,a,e),pointX:i.x,pointY:i.y,...a,rotation:e.rotation}}}$s.id="labelAnnotation",$s.defaults={adjustScaleRange:!0,backgroundColor:"transparent",backgroundShadowColor:"transparent",borderCapStyle:"butt",borderDash:[],borderDashOffset:0,borderJoinStyle:"miter",borderRadius:0,borderShadowColor:"transparent",borderWidth:0,callout:{borderCapStyle:"butt",borderColor:void 0,borderDash:[],borderDashOffset:0,borderJoinStyle:"miter",borderWidth:1,display:!1,margin:5,position:"auto",side:5,start:"50%"},color:"black",content:null,display:!0,font:{family:void 0,lineHeight:void 0,size:void 0,style:void 0,weight:void 0},height:void 0,hitTolerance:0,init:void 0,opacity:void 0,padding:6,position:"center",rotation:0,shadowBlur:0,shadowOffsetX:0,shadowOffsetY:0,textAlign:"center",textStrokeColor:void 0,textStrokeWidth:0,width:void 0,xAdjust:0,xMax:void 0,xMin:void 0,xScaleID:void 0,xValue:void 0,yAdjust:0,yMax:void 0,yMin:void 0,yScaleID:void 0,yValue:void 0,z:0},$s.defaultRoutes={borderColor:"color"};function Kk({x:n,y:t,width:e,height:i,options:s}){const r=s.borderWidth/2,a=Yt(s.padding);return{x:n+a.left+r,y:t+a.top+r,width:e-a.left-a.right-s.borderWidth,height:i-a.top-a.bottom-s.borderWidth}}const vl=(n,t,e)=>({x:n.x+e*(t.x-n.x),y:n.y+e*(t.y-n.y)}),Tl=(n,t,e)=>vl(t,e,Math.abs((n-t.y)/(e.y-t.y))).x,lm=(n,t,e)=>vl(t,e,Math.abs((n-t.x)/(e.x-t.x))).y,js=n=>n*n,Xk=(n,t,{x:e,y:i,x2:s,y2:r},a)=>a==="y"?{start:Math.min(i,r),end:Math.max(i,r),value:t}:{start:Math.min(e,s),end:Math.max(e,s),value:n},cm=(n,t,e,i)=>(1-i)*(1-i)*n+2*(1-i)*i*t+i*i*e,Ml=(n,t,e,i)=>({x:cm(n.x,t.x,e.x,i),y:cm(n.y,t.y,e.y,i)}),um=(n,t,e,i)=>2*(1-i)*(t-n)+2*i*(e-t),dm=(n,t,e,i)=>-Math.atan2(um(n.x,t.x,e.x,i),um(n.y,t.y,e.y,i))+.5*ct;class qs extends Zt{inRange(t,e,i,s){const r=(this.options.borderWidth+this.options.hitTolerance)/2;if(i!=="x"&&i!=="y"){const a={mouseX:t,mouseY:e},{path:o,ctx:l}=this;if(o){on(l,this.options),l.lineWidth+=this.options.hitTolerance;const{chart:u}=this.$context,h=t*u.currentDevicePixelRatio,f=e*u.currentDevicePixelRatio,m=l.isPointInStroke(o,h,f)||kl(this,a,s);return l.restore(),m}const c=js(r);return tD(this,a,c,s)||kl(this,a,s)}return Zk(this,{mouseX:t,mouseY:e},i,{hitSize:r,useFinalPosition:s})}getCenterPoint(t){return ii(this,t)}draw(t){const{x:e,y:i,x2:s,y2:r,cp:a,options:o}=this;if(t.save(),!on(t,o))return t.restore();Li(t,o);const l=Math.sqrt(Math.pow(s-e,2)+Math.pow(r-i,2));if(o.curve&&a)return lD(t,this,a,l),t.restore();const{startOpts:c,endOpts:u,startAdjust:h,endAdjust:f}=pm(this),m=Math.atan2(r-i,s-e);t.translate(e,i),t.rotate(m),t.beginPath(),t.moveTo(0+h,0),t.lineTo(l-f,0),t.shadowColor=o.borderShadowColor,t.stroke(),Dl(t,0,h,c),Dl(t,l,-f,u),t.restore()}get label(){return this.elements&&this.elements[0]}resolveElementProperties(t,e){const i=Mk(t,e),{x:s,y:r,x2:a,y2:o}=i,l=Qk(i,t.chartArea),c=l?Jk({x:s,y:r},{x:a,y:o},t.chartArea):{x:s,y:r,x2:a,y2:o,width:Math.abs(a-s),height:Math.abs(o-r)};if(c.centerX=(a+s)/2,c.centerY=(o+r)/2,c.initProperties=Ii(t,c,e),e.curve){const h={x:c.x,y:c.y},f={x:c.x2,y:c.y2};c.cp=oD(c,e,gi(h,f))}const u=eD(t,c,e.label);return u._visible=l,c.elements=[{type:"label",optionScope:"label",properties:u,initProperties:c.initProperties}],c}}qs.id="lineAnnotation";const hm={backgroundColor:void 0,backgroundShadowColor:void 0,borderColor:void 0,borderDash:void 0,borderDashOffset:void 0,borderShadowColor:void 0,borderWidth:void 0,display:void 0,fill:void 0,length:void 0,shadowBlur:void 0,shadowOffsetX:void 0,shadowOffsetY:void 0,width:void 0};qs.defaults={adjustScaleRange:!0,arrowHeads:{display:!1,end:Object.assign({},hm),fill:!1,length:12,start:Object.assign({},hm),width:6},borderDash:[],borderDashOffset:0,borderShadowColor:"transparent",borderWidth:2,curve:!1,controlPoint:{y:"-50%"},display:!0,endValue:void 0,init:void 0,hitTolerance:0,label:{backgroundColor:"rgba(0,0,0,0.8)",backgroundShadowColor:"transparent",borderCapStyle:"butt",borderColor:"black",borderDash:[],borderDashOffset:0,borderJoinStyle:"miter",borderRadius:6,borderShadowColor:"transparent",borderWidth:0,callout:Object.assign({},$s.defaults.callout),color:"#fff",content:null,display:!1,drawTime:void 0,font:{family:void 0,lineHeight:void 0,size:void 0,style:void 0,weight:"bold"},height:void 0,hitTolerance:void 0,opacity:void 0,padding:6,position:"center",rotation:0,shadowBlur:0,shadowOffsetX:0,shadowOffsetY:0,textAlign:"center",textStrokeColor:void 0,textStrokeWidth:0,width:void 0,xAdjust:0,yAdjust:0,z:void 0},scaleID:void 0,shadowBlur:0,shadowOffsetX:0,shadowOffsetY:0,value:void 0,xMax:void 0,xMin:void 0,xScaleID:void 0,yMax:void 0,yMin:void 0,yScaleID:void 0,z:0},qs.descriptors={arrowHeads:{start:{_fallback:!0},end:{_fallback:!0},_fallback:!0}},qs.defaultRoutes={borderColor:"color"};function Zk(n,{mouseX:t,mouseY:e},i,{hitSize:s,useFinalPosition:r}){const a=Xk(t,e,n.getProps(["x","y","x2","y2"],r),i);return If(a,s)||kl(n,{mouseX:t,mouseY:e},r,i)}function Qk({x:n,y:t,x2:e,y2:i},{top:s,right:r,bottom:a,left:o}){return!(n<o&&e<o||n>r&&e>r||t<s&&i<s||t>a&&i>a)}function fm({x:n,y:t},e,{top:i,right:s,bottom:r,left:a}){return n<a&&(t=lm(a,{x:n,y:t},e),n=a),n>s&&(t=lm(s,{x:n,y:t},e),n=s),t<i&&(n=Tl(i,{x:n,y:t},e),t=i),t>r&&(n=Tl(r,{x:n,y:t},e),t=r),{x:n,y:t}}function Jk(n,t,e){const{x:i,y:s}=fm(n,t,e),{x:r,y:a}=fm(t,n,e);return{x:i,y:s,x2:r,y2:a,width:Math.abs(r-i),height:Math.abs(a-s)}}function tD(n,{mouseX:t,mouseY:e},i=ni,s){const{x:r,y:a,x2:o,y2:l}=n.getProps(["x","y","x2","y2"],s),c=o-r,u=l-a,h=js(c)+js(u),f=h===0?-1:((t-r)*c+(e-a)*u)/h;let m,p;return f<0?(m=r,p=a):f>1?(m=o,p=l):(m=r+f*c,p=a+f*u),js(t-m)+js(e-p)<=i}function kl(n,{mouseX:t,mouseY:e},i,s){const r=n.label;return r.options.display&&r.inRange(t,e,s,i)}function eD(n,t,e){const i=e.borderWidth,s=Yt(e.padding),r=da(n.ctx,e),a=r.width+s.width+i,o=r.height+s.height+i;return iD(t,e,{width:a,height:o,padding:s},n.chartArea)}function nD(n){const{x:t,y:e,x2:i,y2:s}=n,r=Math.atan2(s-e,i-t);return r>ct/2?r-ct:r<ct/-2?r+ct:r}function iD(n,t,e,i){const{width:s,height:r,padding:a}=e,{xAdjust:o,yAdjust:l}=t,c={x:n.x,y:n.y},u={x:n.x2,y:n.y2},h=t.rotation==="auto"?nD(n):Vt(t.rotation),f=sD(s,r,h),m=rD(n,t,{labelSize:f,padding:a},i),p=n.cp?Ml(c,n.cp,u,m):vl(c,u,m),_={size:f.w,min:i.left,max:i.right,padding:a.left},x={size:f.h,min:i.top,max:i.bottom,padding:a.top},S=gm(p.x,_)+o,M=gm(p.y,x)+l;return{x:S-s/2,y:M-r/2,x2:S+s/2,y2:M+r/2,centerX:S,centerY:M,pointX:p.x,pointY:p.y,width:s,height:r,rotation:mr(h)}}function sD(n,t,e){const i=Math.cos(e),s=Math.sin(e);return{w:Math.abs(n*i)+Math.abs(t*s),h:Math.abs(n*s)+Math.abs(t*i)}}function rD(n,t,e,i){let s;const r=aD(n,i);return t.position==="start"?s=mm({w:n.x2-n.x,h:n.y2-n.y},e,t,r):t.position==="end"?s=1-mm({w:n.x-n.x2,h:n.y-n.y2},e,t,r):s=yl(1,t.position),s}function mm(n,t,e,i){const{labelSize:s,padding:r}=t,a=n.w*i.dx,o=n.h*i.dy,l=a>0&&(s.w/2+r.left-i.x)/a,c=o>0&&(s.h/2+r.top-i.y)/o;return la(Math.max(l,c),0,.25)}function aD(n,t){const{x:e,x2:i,y:s,y2:r}=n,a=Math.min(s,r)-t.top,o=Math.min(e,i)-t.left,l=t.bottom-Math.max(s,r),c=t.right-Math.max(e,i);return{x:Math.min(o,c),y:Math.min(a,l),dx:o<=c?1:-1,dy:a<=l?1:-1}}function gm(n,t){const{size:e,min:i,max:s,padding:r}=t,a=e/2;return e>s-i?(s+i)/2:(i>=n-r-a&&(n=i+r+a),s<=n+r+a&&(n=s-r-a),n)}function pm(n){const t=n.options,e=t.arrowHeads&&t.arrowHeads.start,i=t.arrowHeads&&t.arrowHeads.end;return{startOpts:e,endOpts:i,startAdjust:ym(n,e),endAdjust:ym(n,i)}}function ym(n,t){if(!t||!t.display)return 0;const{length:e,width:i}=t,s=n.options.borderWidth/2,r={x:e,y:i+s};return Math.abs(Tl(0,r,{x:0,y:s}))}function Dl(n,t,e,i){if(!i||!i.display)return;const{length:s,width:r,fill:a,backgroundColor:o,borderColor:l}=i,c=Math.abs(t-s)+e;n.beginPath(),Li(n,i),on(n,i),n.moveTo(c,-r),n.lineTo(t+e,0),n.lineTo(c,r),a===!0?(n.fillStyle=o||l,n.closePath(),n.fill(),n.shadowColor="transparent"):n.shadowColor=i.borderShadowColor,n.stroke()}function oD(n,t,e){const{x:i,y:s,x2:r,y2:a,centerX:o,centerY:l}=n,c=Math.atan2(a-s,r-i),u=bl(t.controlPoint,0),h={x:o+An(e,u.x,!1),y:l+An(e,u.y,!1)};return ei(h,{x:o,y:l},c)}function bm(n,{x:t,y:e},{angle:i,adjust:s},r){!r||!r.display||(n.save(),n.translate(t,e),n.rotate(i),Dl(n,0,-s,r),n.restore())}function lD(n,t,e,i){const{x:s,y:r,x2:a,y2:o,options:l}=t,{startOpts:c,endOpts:u,startAdjust:h,endAdjust:f}=pm(t),m={x:s,y:r},p={x:a,y:o},_=dm(m,e,p,0),x=dm(m,e,p,1)-ct,S=Ml(m,e,p,h/i),M=Ml(m,e,p,1-f/i),C=new Path2D;n.beginPath(),C.moveTo(S.x,S.y),C.quadraticCurveTo(e.x,e.y,M.x,M.y),n.shadowColor=l.borderShadowColor,n.stroke(C),t.path=C,t.ctx=n,bm(n,S,{angle:_,adjust:h},c),bm(n,M,{angle:x,adjust:f},u)}class Gs extends Zt{inRange(t,e,i,s){const r=this.options.rotation,a=(this.options.borderWidth+this.options.hitTolerance)/2;if(i!=="x"&&i!=="y")return cD({x:t,y:e},this.getProps(["width","height","centerX","centerY"],s),r,a);const{x:o,y:l,x2:c,y2:u}=this.getProps(["x","y","x2","y2"],s),h=i==="y"?{start:l,end:u}:{start:o,end:c},f=ei({x:t,y:e},this.getCenterPoint(s),Vt(-r));return f[i]>=h.start-a-ni&&f[i]<=h.end+a+ni}getCenterPoint(t){return ii(this,t)}draw(t){const{width:e,height:i,centerX:s,centerY:r,options:a}=this;t.save(),ua(t,this.getCenterPoint(),a.rotation),Li(t,this.options),t.beginPath(),t.fillStyle=a.backgroundColor;const o=on(t,a);t.ellipse(s,r,i/2,e/2,ct/2,0,2*ct),t.fill(),o&&(t.shadowColor=a.borderShadowColor,t.stroke()),t.restore()}get label(){return this.elements&&this.elements[0]}resolveElementProperties(t,e){return tm(t,e)}}Gs.id="ellipseAnnotation",Gs.defaults={adjustScaleRange:!0,backgroundShadowColor:"transparent",borderDash:[],borderDashOffset:0,borderShadowColor:"transparent",borderWidth:1,display:!0,hitTolerance:0,init:void 0,label:Object.assign({},Fi.defaults.label),rotation:0,shadowBlur:0,shadowOffsetX:0,shadowOffsetY:0,xMax:void 0,xMin:void 0,xScaleID:void 0,yMax:void 0,yMin:void 0,yScaleID:void 0,z:0},Gs.defaultRoutes={borderColor:"color",backgroundColor:"color"},Gs.descriptors={label:{_fallback:!0}};function cD(n,t,e,i){const{width:s,height:r,centerX:a,centerY:o}=t,l=s/2,c=r/2;if(l<=0||c<=0)return!1;const u=Vt(e||0),h=Math.cos(u),f=Math.sin(u),m=Math.pow(h*(n.x-a)+f*(n.y-o),2),p=Math.pow(f*(n.x-a)-h*(n.y-o),2);return m/Math.pow(l+i,2)+p/Math.pow(c+i,2)<=1.0001}class ma extends Zt{inRange(t,e,i,s){const{x:r,y:a,x2:o,y2:l,width:c}=this.getProps(["x","y","x2","y2","width"],s),u=(this.options.borderWidth+this.options.hitTolerance)/2;return i!=="x"&&i!=="y"?ik({x:t,y:e},this.getCenterPoint(s),c/2,u):If(i==="y"?{start:a,end:l,value:e}:{start:r,end:o,value:t},u)}getCenterPoint(t){return ii(this,t)}draw(t){const e=this.options,i=e.borderWidth;if(e.radius<.1)return;t.save(),t.fillStyle=e.backgroundColor,Li(t,e);const s=on(t,e);dk(t,this,this.centerX,this.centerY),s&&!ca(e.pointStyle)&&(t.shadowColor=e.borderShadowColor,t.stroke()),t.restore(),e.borderWidth=i}resolveElementProperties(t,e){const i=Jf(t,e);return i.initProperties=Ii(t,i,e),i}}ma.id="pointAnnotation",ma.defaults={adjustScaleRange:!0,backgroundShadowColor:"transparent",borderDash:[],borderDashOffset:0,borderShadowColor:"transparent",borderWidth:1,display:!0,hitTolerance:0,init:void 0,pointStyle:"circle",radius:10,rotation:0,shadowBlur:0,shadowOffsetX:0,shadowOffsetY:0,xAdjust:0,xMax:void 0,xMin:void 0,xScaleID:void 0,xValue:void 0,yAdjust:0,yMax:void 0,yMin:void 0,yScaleID:void 0,yValue:void 0,z:0},ma.defaultRoutes={borderColor:"color",backgroundColor:"color"};class ga extends Zt{inRange(t,e,i,s){if(i!=="x"&&i!=="y")return this.options.radius>=.1&&this.elements.length>1&&dD(this.elements,t,e,s);const r=ei({x:t,y:e},this.getCenterPoint(s),Vt(-this.options.rotation)),a=this.elements.map(c=>i==="y"?c.bY:c.bX),o=Math.min(...a),l=Math.max(...a);return r[i]>=o&&r[i]<=l}getCenterPoint(t){return ii(this,t)}draw(t){const{elements:e,options:i}=this;t.save(),t.beginPath(),t.fillStyle=i.backgroundColor,Li(t,i);const s=on(t,i);let r=!0;for(const a of e)r?(t.moveTo(a.x,a.y),r=!1):t.lineTo(a.x,a.y);t.closePath(),t.fill(),s&&(t.shadowColor=i.borderShadowColor,t.stroke()),t.restore()}resolveElementProperties(t,e){const i=Jf(t,e),{sides:s,rotation:r}=e,a=[],o=2*ct/s;let l=r*Ha;for(let c=0;c<s;c++,l+=o){const u=uD(i,e,l);u.initProperties=Ii(t,i,e),a.push(u)}return i.elements=a,i}}ga.id="polygonAnnotation",ga.defaults={adjustScaleRange:!0,backgroundShadowColor:"transparent",borderCapStyle:"butt",borderDash:[],borderDashOffset:0,borderJoinStyle:"miter",borderShadowColor:"transparent",borderWidth:1,display:!0,hitTolerance:0,init:void 0,point:{radius:0},radius:10,rotation:0,shadowBlur:0,shadowOffsetX:0,shadowOffsetY:0,sides:3,xAdjust:0,xMax:void 0,xMin:void 0,xScaleID:void 0,xValue:void 0,yAdjust:0,yMax:void 0,yMin:void 0,yScaleID:void 0,yValue:void 0,z:0},ga.defaultRoutes={borderColor:"color",backgroundColor:"color"};function uD({centerX:n,centerY:t},{radius:e,borderWidth:i,hitTolerance:s},r){const a=(i+s)/2,o=Math.sin(r),l=Math.cos(r),c={x:n+o*e,y:t-l*e};return{type:"point",optionScope:"point",properties:{x:c.x,y:c.y,centerX:c.x,centerY:c.y,bX:n+o*(e+a),bY:t-l*(e+a)}}}function dD(n,t,e,i){let s=!1,r=n[n.length-1].getProps(["bX","bY"],i);for(const a of n){const o=a.getProps(["bX","bY"],i);o.bY>e!=r.bY>e&&t<(r.bX-o.bX)*(e-o.bY)/(r.bY-o.bY)+o.bX&&(s=!s),r=o}return s}const Pn={box:Fi,doughnutLabel:fa,ellipse:Gs,label:$s,line:qs,point:ma,polygon:ga};Object.keys(Pn).forEach(n=>{At.describe(`elements.${Pn[n].id}`,{_fallback:"plugins.annotation.common"})});const hD={update:Object.assign},fD=Sl.concat(ha),_m=(n,t)=>ht(t)?El(n,t):n,Cl=n=>n==="color"||n==="font";function Ol(n="line"){return Pn[n]?n:(console.warn(`Unknown annotation type: '${n}', defaulting to 'line'`),"line")}function mD(n,t,e,i){const s=pD(n,e.animations,i),r=t.annotations,a=_D(t.elements,r);for(let o=0;o<r.length;o++){const l=r[o],c=xm(a,o,l.type),u=l.setContext(bD(n,c,a,l)),h=c.resolveElementProperties(n,u);h.skip=gD(h),"elements"in h&&(yD(c,h.elements,u,s),delete h.elements),ge(c.x)||Object.assign(c,h),Object.assign(c,h.initProperties),h.options=wm(u),s.update(c,h)}}function gD(n){return isNaN(n.x)||isNaN(n.y)}function pD(n,t,e){return e==="reset"||e==="none"||e==="resize"?hD:new no(n,t)}function yD(n,t,e,i){const s=n.elements||(n.elements=[]);s.length=t.length;for(let r=0;r<t.length;r++){const a=t[r],o=a.properties,l=xm(s,r,a.type,a.initProperties),c=e[a.optionScope].override(a);o.options=wm(c),i.update(l,o)}}function xm(n,t,e,i){const s=Pn[Ol(e)];let r=n[t];return(!r||!(r instanceof s))&&(r=n[t]=new s,Object.assign(r,i)),r}function wm(n){const t=Pn[Ol(n.type)],e={};e.id=n.id,e.type=n.type,e.drawTime=n.drawTime,Object.assign(e,El(n,t.defaults),El(n,t.defaultRoutes));for(const i of fD)e[i]=n[i];return e}function El(n,t){const e={};for(const i of Object.keys(t)){const s=t[i],r=n[i];Cl(i)&&wt(r)?e[i]=r.map(a=>_m(a,s)):e[i]=_m(r,s)}return e}function bD(n,t,e,i){return t.$context||(t.$context=Object.assign(Object.create(n.getContext()),{element:t,get elements(){return e.filter(s=>s&&s.options)},id:i.id,type:"annotation"}))}function _D(n,t){const e=t.length,i=n.length;if(i<e){const s=e-i;n.splice(i,0,...new Array(s))}else i>e&&n.splice(e,i-e);return n}var xD="3.1.0";const Rn=new Map,Sm=n=>n.type!=="doughnutLabel",wD=Sl.concat(ha);var vm={id:"annotation",version:xD,beforeRegister(){sk("chart.js","4.0",ye.version)},afterRegister(){ye.register(Pn)},afterUnregister(){ye.unregister(Pn)},beforeInit(n){Rn.set(n,{annotations:[],elements:[],visibleElements:[],listeners:{},listened:!1,moveListened:!1,hooks:{},hooked:!1,hovered:[]})},beforeUpdate(n,t,e){const i=Rn.get(n),s=i.annotations=[];let r=e.annotations;ht(r)?Object.keys(r).forEach(a=>{const o=r[a];ht(o)&&(o.id=a,s.push(o))}):wt(r)&&s.push(...r),Bk(s.filter(Sm),n.scales)},afterDataLimits(n,t){const e=Rn.get(n);Fk(n,t.scale,e.annotations.filter(Sm).filter(i=>i.display&&i.adjustScaleRange))},afterUpdate(n,t,e){const i=Rn.get(n);Pk(n,i,e),mD(n,i,e,t.mode),i.visibleElements=i.elements.filter(s=>!s.skip&&s.options.display),Nk(n,i,e)},beforeDatasetsDraw(n,t,e){Ks(n,"beforeDatasetsDraw",e.clip)},afterDatasetsDraw(n,t,e){Ks(n,"afterDatasetsDraw",e.clip)},beforeDatasetDraw(n,t,e){Ks(n,t.index,e.clip)},beforeDraw(n,t,e){Ks(n,"beforeDraw",e.clip)},afterDraw(n,t,e){Ks(n,"afterDraw",e.clip)},beforeEvent(n,t,e){const i=Rn.get(n);Rk(i,t.event,e)&&(t.changed=!0)},afterDestroy(n){Rn.delete(n)},getAnnotations(n){const t=Rn.get(n);return t?t.elements:[]},_getAnnotationElementsAtEventForMode(n,t,e){return pl(n,t,e)},defaults:{animations:{numbers:{properties:["x","y","x2","y2","width","height","centerX","centerY","pointX","pointY","radius"],type:"number"},colors:{properties:["backgroundColor","borderColor"],type:"color"}},clip:!0,interaction:{mode:void 0,axis:void 0,intersect:void 0},common:{drawTime:"afterDatasetsDraw",init:!1,label:{}}},descriptors:{_indexable:!1,_scriptable:n=>!wD.includes(n)&&n!=="init",annotations:{_allKeys:!1,_fallback:(n,t)=>`elements.${Pn[Ol(t.type)].id}`},interaction:{_fallback:!0},common:{label:{_indexable:Cl,_fallback:!0},_indexable:Cl}},additionalOptionScopes:[""]};function Ks(n,t,e){const{ctx:i,chartArea:s}=n,r=Rn.get(n);e&&as(i,s);const a=SD(r.visibleElements,t).sort((o,l)=>o.element.options.z-l.element.options.z);for(const o of a)vD(i,s,r,o);e&&os(i)}function SD(n,t){const e=[];for(const i of n)if(i.options.drawTime===t&&e.push({element:i,main:!0}),i.elements&&i.elements.length)for(const s of i.elements)s.options.display&&s.options.drawTime===t&&e.push({element:s});return e}function vD(n,t,e,i){const s=i.element;i.main?(rm(e,s,"beforeDraw"),s.draw(n,t),rm(e,s,"afterDraw")):s.draw(n,t)}const TD={class:"zoom-timerange-container"},MD={class:"zoom-timerange-details"},kD={class:"label","data-testid":"zoom-timerange-from"},DD={class:"label","data-testid":"zoom-timerange-to"},CD=d.defineComponent({__name:"ZoomTimerange",props:{start:{},end:{},granularity:{}},setup(n){const t=n,{i18n:e}=ft.useI18n(),i=d.ref(Bs({tickValue:t.start,granularity:t.granularity})),s=d.ref(Bs({tickValue:t.end,granularity:t.granularity})),r=(a,o)=>{tf(()=>{i.value=Bs({tickValue:a,granularity:t.granularity}),s.value=Bs({tickValue:o,granularity:t.granularity})},100)()};return d.watch(()=>[t.start,t.end],([a,o])=>{r(a,o)},{immediate:!0}),(a,o)=>(d.openBlock(),d.createElementBlock("div",TD,[d.createElementVNode("div",MD,[d.createElementVNode("div",kD,d.toDisplayString(d.unref(e).t("zoom_time_range.from")),1),d.createElementVNode("div",null,d.toDisplayString(i.value),1),d.createElementVNode("div",DD,d.toDisplayString(d.unref(e).t("zoom_time_range.to")),1),d.createElementVNode("div",null,d.toDisplayString(s.value),1)])]))}}),Ce=(n,t)=>{const e=n.__vccOpts||n;for(const[i,s]of t)e[i]=s;return e},Tm=Ce(CD,[["__scopeId","data-v-4fa681cf"]]),OD={class:"zoom-actions-container"},ED={class:"zoom-actions-heading"},AD={class:"zoom-action-select"},PD=["data-testid"],RD=["aria-disabled","href"],ID=["onClick"],LD=Ce(d.defineComponent({__name:"ZoomActions",props:{zoomActionItems:{},newTimeRange:{},granularity:{}},emits:["onAction"],setup(n,{emit:t}){const e=n,i=t,s=r=>{r.action&&(r.action(e.newTimeRange),i("onAction"))};return(r,a)=>(d.openBlock(),d.createElementBlock("div",OD,[d.createElementVNode("div",ED,[d.createVNode(Tm,{end:n.newTimeRange.end,granularity:n.granularity,start:n.newTimeRange.start},null,8,["end","granularity","start"]),d.createVNode(d.unref(Gi.CloseIcon),{class:"zoom-actions-close-icon",color:d.unref(Jo),size:d.unref(Ns),onClick:a[0]||(a[0]=o=>r.$emit("onAction"))},null,8,["color","size"])]),a[2]||(a[2]=d.createElementVNode("div",{class:"zoom-actions-heading-divider"},null,-1)),d.createElementVNode("div",AD,[(d.openBlock(!0),d.createElementBlock(d.Fragment,null,d.renderList(n.zoomActionItems,o=>(d.openBlock(),d.createElementBlock("div",{key:o.key,class:d.normalizeClass(["zoom-action-item",{disabled:o.disabled}]),"data-testid":`zoom-action-item-${o.key}`},[o.href?(d.openBlock(),d.createElementBlock("a",{key:0,"aria-disabled":o.disabled,class:"zoom-action-link",href:o.href,onClick:a[1]||(a[1]=l=>r.$emit("onAction"))},d.toDisplayString(o.label),9,RD)):(d.openBlock(),d.createElementBlock("div",{key:1,onClick:l=>s(o)},d.toDisplayString(o.label),9,ID))],10,PD))),128))])]))}}),[["__scopeId","data-v-179abac7"]]),ND={key:2},FD={class:"tooltip-title"},BD={class:"title"},zD={key:0,class:"subtitle"},UD={class:"context"},HD={class:"metric"},WD={class:"tooltip"},VD={key:0},YD={class:"display-value"},pa=Ce(d.defineComponent({__name:"ChartTooltip",props:{state:{},tooltipTitle:{default:""},absoluteLeft:{default:"0px"},absoluteTop:{default:"0px"},zoomTimeRange:{default:void 0},zoomActionItems:{default:void 0},granularity:{default:void 0}},emits:["dimensions","onAction"],setup(n,{emit:t}){const e=t,i=n,s=d.ref(null),{x:r,y:a,isDragging:o}=YM(s,{initialValue:{x:parseFloat(i.absoluteLeft),y:parseFloat(i.absoluteTop)}}),l=d.computed(()=>`${a.value}px`),c=d.computed(()=>`${r.value}px`),u=d.computed(()=>i.state.tooltipContext),h=d.computed(()=>i.state.metricDisplay),f=d.computed(()=>["interactive","zoom-interactive"].includes(i.state.interactionMode));return d.watch(()=>[i.absoluteLeft,i.absoluteTop],([m,p])=>{o.value||(r.value=parseFloat(m),a.value=parseFloat(p))}),d.watch(o,m=>{m?document.body.classList.add("no-select"):document.body.classList.remove("no-select")}),d.watch(s,m=>{if(m){const{width:p,height:_}=m.getBoundingClientRect();e("dimensions",{width:p,height:_})}}),(m,p)=>{var _,x;return n.state.showTooltip?(d.openBlock(),d.createElementBlock("div",{key:0,ref_key:"tooltipEl",ref:s,class:d.normalizeClass(["tooltip-container",{locked:n.state.interactionMode==="interactive"}]),style:d.normalizeStyle({transform:f.value?`translate(${c.value}, ${l.value})`:`translate(${n.absoluteLeft}, ${n.absoluteTop})`,left:"0",top:"0",pointerEvents:f.value?"all":"none"})},[n.state.interactionMode==="selecting-chart-area"&&n.granularity&&n.zoomTimeRange&&n.zoomTimeRange.end&&n.zoomTimeRange.start?(d.openBlock(),d.createBlock(Tm,{key:0,end:(_=n.zoomTimeRange)==null?void 0:_.end,granularity:n.granularity,start:(x=n.zoomTimeRange)==null?void 0:x.start},null,8,["end","granularity","start"])):n.state.interactionMode==="zoom-interactive"&&n.zoomTimeRange&&n.zoomActionItems&&n.granularity?(d.openBlock(),d.createBlock(LD,{key:1,granularity:n.granularity,"new-time-range":n.zoomTimeRange,"zoom-action-items":n.zoomActionItems,onOnAction:p[0]||(p[0]=S=>e("onAction"))},null,8,["granularity","new-time-range","zoom-action-items"])):(d.openBlock(),d.createElementBlock("div",ND,[d.createElementVNode("div",FD,[d.createElementVNode("div",BD,[d.createElementVNode("div",null,d.toDisplayString(n.tooltipTitle),1),f.value?(d.openBlock(),d.createBlock(d.unref(Gi.DragIcon),{key:0,class:"drag-icon",color:d.unref(Jo),size:d.unref(Ns)},null,8,["color","size"])):d.createCommentVNode("",!0)]),u.value||h.value?(d.openBlock(),d.createElementBlock("div",zD,[d.createElementVNode("div",UD,d.toDisplayString(u.value),1),d.createElementVNode("div",HD,d.toDisplayString(h.value),1)])):d.createCommentVNode("",!0)]),d.createElementVNode("ul",WD,[(d.openBlock(!0),d.createElementBlock(d.Fragment,null,d.renderList(n.state.tooltipSeries,({backgroundColor:S,borderColor:M,label:C,value:A,isSegmentEmpty:E},D)=>(d.openBlock(),d.createElementBlock(d.Fragment,{key:C+D},[n.state.tooltipSeries.length?(d.openBlock(),d.createElementBlock("li",VD,[d.createElementVNode("div",{class:"square-marker",style:d.normalizeStyle({background:String(S),borderColor:String(M)})},null,4),d.createElementVNode("span",{class:d.normalizeClass(["display-label",{empty:E}])},d.toDisplayString(C),3),d.createElementVNode("span",YD,d.toDisplayString(A),1)])):d.createCommentVNode("",!0)],64))),128))])]))],6)):d.createCommentVNode("",!0)}}}),[["__scopeId","data-v-ef584c53"]]),$D={key:0,class:"legend-container","data-testid":"legend"},jD=["onClick"],qD=["title"],GD={class:"label truncate-label"},KD={key:0,class:"sub-label"},XD={class:"tooltip-content"},Al=Ce(d.defineComponent({__name:"ChartLegend",props:{id:{type:String,required:!0},items:{type:Object,required:!0},chartInstance:{type:Object,required:!1,default:()=>null}},setup(n){const t=n,{i18n:e}=ft.useI18n(),i=d.inject("showLegendValues",!1),s=d.inject("legendPosition",d.ref(xe.Bottom)),r=(o=0,l)=>{if(t.chartInstance===null)return;const c=t.chartInstance instanceof ye?t.chartInstance:t.chartInstance.chart;a(o,l)?c.hide(o,l):c.show(o,l),c.update()},a=(o=0,l)=>{if(t.chartInstance===null||t.chartInstance.chart===null)return!0;const c=t.chartInstance instanceof ye?t.chartInstance:t.chartInstance.chart,u=c.getDatasetMeta(o);return u.dataset||l===void 0?c.isDatasetVisible(o):!(u.data.length&&u.data[l].hidden)};return(o,l)=>{const c=d.resolveComponent("KTooltip");return d.unref(s)!==d.unref(xe).Hidden?(d.openBlock(),d.createElementBlock("ul",$D,[(d.openBlock(!0),d.createElementBlock(d.Fragment,null,d.renderList(n.items,({fillStyle:u,strokeStyle:h,text:f,datasetIndex:m,index:p,value:_,isSegmentEmpty:x})=>(d.openBlock(),d.createElementBlock("li",{key:f,onClick:S=>r(m,p)},[d.createElementVNode("div",{class:"square-marker",style:d.normalizeStyle({background:u,"border-color":h})},null,4),d.createVNode(c,null,d.createSlots({default:d.withCtx(()=>[d.createElementVNode("div",{class:d.normalizeClass(["label-container",{"strike-through":!a(m,p)}]),title:_&&d.unref(i)?`${f}: ${_.formatted}`:f},[d.createElementVNode("div",GD,d.toDisplayString(f),1),_&&d.unref(i)?(d.openBlock(),d.createElementBlock("div",KD,d.toDisplayString(_.formatted),1)):d.createCommentVNode("",!0)],10,qD)]),_:2},[x?{name:"content",fn:d.withCtx(()=>[d.createElementVNode("div",XD,d.toDisplayString(d.unref(e).t("emptyEntityInfo")),1)]),key:"0"}:void 0]),1024)],8,jD))),128))])):d.createCommentVNode("",!0)}}}),[["__scopeId","data-v-27d1c6d3"]]),te=[];for(let n=0;n<256;++n)te.push((n+256).toString(16).slice(1));function ZD(n,t=0){return(te[n[t+0]]+te[n[t+1]]+te[n[t+2]]+te[n[t+3]]+"-"+te[n[t+4]]+te[n[t+5]]+"-"+te[n[t+6]]+te[n[t+7]]+"-"+te[n[t+8]]+te[n[t+9]]+"-"+te[n[t+10]]+te[n[t+11]]+te[n[t+12]]+te[n[t+13]]+te[n[t+14]]+te[n[t+15]]).toLowerCase()}const QD=new Uint8Array(16);function JD(){return crypto.getRandomValues(QD)}function Pl(n,t,e){return crypto.randomUUID?crypto.randomUUID():tC(n)}function tC(n,t,e){var s;n=n||{};const i=n.random??((s=n.rng)==null?void 0:s.call(n))??JD();if(i.length<16)throw new Error("Random bytes length must be >= 16");return i[6]=i[6]&15|64,i[8]=i[8]&63|128,ZD(i)}const Mm=(n,t)=>{const e=n.ctx,i=n.scales.y,s=n.scales.x,r=t[t.length-1].element;e.save(),e.strokeStyle="rgba(100, 100, 100, 1)",e.lineWidth=3,n.options.indexAxis==="x"?e.strokeRect(r.x-r.width/2,r.y,r.width,i.bottom-r.y):e.strokeRect(s.left,r.y-r.height/2,r.x-s.left,r.height),e.restore()};class km{constructor(){P(this,"id","highlightPlugin");P(this,"_clickedElements");P(this,"_previousHoverOption");P(this,"_clicked",!1);P(this,"_pause",!1);P(this,"_suppressNextClick",!1)}afterDatasetsDraw(t){this._clickedElements&&this._clickedElements.length&&!this._pause&&Mm(t,this._clickedElements)}afterEvent(t,{event:e}){var r;if(e.type==="click"&&this._suppressNextClick){this._suppressNextClick=!1;return}if(e.type!=="click"||!e.native||this._pause)return;this._clicked=!this._clicked;const i=((r=t.options.interaction)==null?void 0:r.mode)||"index",s=t.getElementsAtEventForMode(e.native,i,{intersect:!1},!0);s.length&&this._clicked?(this._clickedElements=s,Mm(t,this._clickedElements),this._previousHoverOption=t.options.hover,t.options.hover={mode:null}):(delete this._clickedElements,t.options.hover=this._previousHoverOption||t.options.hover,this._clicked=!1)}beforeDestroy(t){delete this._clickedElements,t.options.hover=this._previousHoverOption||t.options.hover,this._clicked=!1}pause(){this._pause=!0}get isPaused(){return this._pause}resume(t=!1){this._pause=!1,t&&(this._suppressNextClick=!0)}}const eC=["id"],nC=["id"],iC={class:"axis-tooltip-content"},sC="100%",rC="100%",aC=20,oC=20,Dm=6,lC=0,cC=10,uC=10,dC=1,hC=Ce(d.defineComponent({__name:"StackedBarChart",props:{chartData:{},tooltipTitle:{default:""},legendValues:{default:void 0},metricUnit:{default:""},orientation:{default:"horizontal"},annotations:{type:Boolean,default:!0},metricAxesTitle:{default:void 0},dimensionAxesTitle:{default:void 0},stacked:{type:Boolean,default:!0},syntheticsDataKey:{default:""},chartLegendSortFn:{type:Function,default:(n,t)=>n.value&&t.value&&t.value.raw-n.value.raw},chartTooltipSortFn:{type:Function,default:(n,t)=>t.rawValue-n.rawValue},tooltipMetricDisplay:{default:""}},setup(n){const t=n,{i18n:e}=ft.useI18n(),{translateUnit:i}=ft.useTranslatedUnits(),s=crypto.randomUUID(),r=crypto.randomUUID(),a=new km,o=d.useTemplateRef("chartContainer"),l=d.useTemplateRef("chartParent"),c=({chart:V},H)=>{var Q;const G=V.data,Z=(Q=G.labels)==null?void 0:Q.indexOf(H);return G.datasets.reduce((X,mt,St)=>{if(V.isDatasetVisible(St)){const at=mt.data[Z];return isNaN(at)?X:X+at}else return X},0)},u=(V,H,G,Z)=>{const Q=Z==="horizontal";H===null&&(H=e.t("entityNoName"));const X={type:"label",yValue:at=>Q?H:c(at,H),xValue:at=>Q?c(at,H):H},mt={...X,position:Q?{x:"start",y:"center"}:{x:"center",y:"end"},yAdjust:()=>Q?0:-Math.abs(ET()),content:at=>lf(c(at,H),G)},St={...X,content:at=>PT(c(at,H),AT(at.chart,V)),position:Q?{x:"start",y:"center"}:{x:"center",y:"end"},xAdjust:at=>Q?OT(lf(c(at,H),G)):0,color:ST};return{[`${H}-value`]:mt,[`${H}-percent`]:St}},h=d.useTemplateRef("canvas"),f=d.useTemplateRef("axis"),m=Pl(),p=Pl(),_=d.ref([]),x=d.inject("legendPosition",xe.Bottom),S=d.reactive({show:!1,top:"0px",left:"0px",text:"",offset:-50}),M=d.toRef(t,"metricUnit"),C=d.computed(()=>t.orientation==="horizontal"),A=d.reactive({showTooltip:!1,tooltipContext:"",metricDisplay:d.toRef(t,"tooltipMetricDisplay"),dimensionDisplay:d.toRef(t,"dimensionAxesTitle"),tooltipSeries:[],left:"",top:"",units:d.toRef(t,"metricUnit"),translateUnit:i,offsetX:0,offsetY:0,width:0,height:0,interactionMode:"idle",chartType:C.value?"horizontal_bar":"vertical_bar",chartID:r,chartTooltipSortFn:t.chartTooltipSortFn}),{tooltipAbsoluteLeft:E,tooltipAbsoluteTop:D}=ft.useTooltipAbsolutePosition(l,A),T=d.ref(0),g=()=>{var V;return t.annotations&&((V=t.chartData.labels)==null?void 0:V.reduce((H,G)=>Object.assign(H,u(t.chartData,G,M.value,t.orientation)),{}))},y={id:m,afterUpdate(V){T.value+=1,_.value=ef(V,t.legendValues,t.chartLegendSortFn)}},v={id:p,afterUpdate(V){V.options.plugins.annotation.annotations=t.annotations?g():{}}},R=[y,{id:"axisHover",afterEvent(V,H){var G;if(S.show=!1,H.event.type==="mousemove"){const Z=H.event,Q=V.options.indexAxis,X=V.scales,mt=V.scales[Q].getLabelForValue(Number(V.scales[Q].getValueForPixel(Z[Q]))),at=V.scales[Q].getLabels().indexOf(mt),yt=(G=t.chartData.isLabelEmpty)==null?void 0:G[at];if(($t=>$t==="x"?Z.y>X.x.top:Z.x<X.y.right)(Q)){A.interactionMode!=="interactive"&&(A.showTooltip=!1);const ot=V.canvas.getContext("2d").measureText(mt).width,vt=Math.abs(Math.round(Z.x-ot*.5)),ee=Math.round(Z.x+ot*.5),le=V.canvas.getBoundingClientRect(),jt=40;S.left=Q==="x"?`${(vt>0?vt:ee)-S.offset+le.left}px`:`${Z.x-ot*.5-S.offset+le.left}px`,S.top=`${Z.y-jt+le.top}px`,mt.length>ia?(S.show=!0,S.text=mt):yt?(S.text=e.t("emptyEntityInfo"),S.show=!0):S.show=!1}else S.show=!1}}},a,...t.annotations?[v]:[]],z=d.computed(()=>t.chartData.labels&&t.chartData.labels.length||0),L=d.ref(0),B=d.ref(0),K=new ResizeObserver(tf(V=>{L.value=V[0].contentRect.width,B.value=V[0].contentRect.height},100)),Y=d.computed(()=>{var H,G;const V=(G=(H=t.chartData)==null?void 0:H.labels)==null?void 0:G.length;return h.value&&V&&!C.value?`${Math.max(V*(aC+Dm),L.value)}px`:sC}),it=d.computed(()=>{var H,G;const V=(G=(H=t.chartData)==null?void 0:H.labels)==null?void 0:G.length;return h.value&&V&&C.value?`${Math.max(V*(oC+Dm),B.value)}px`:rC});ft.useReportChartDataForSynthetics(d.toRef(t,"chartData"),d.toRef(t,"syntheticsDataKey")),d.onMounted(()=>{t.annotations&&ye.register(vm),o.value&&(L.value=o.value.offsetWidth,B.value=o.value.offsetHeight,K.observe(o.value))}),d.onUnmounted(()=>{o.value&&K.unobserve(o.value)});const j=d.computed(()=>{const V=ft.useBarChartOptions({tooltipState:A,legendID:m,stacked:d.toRef(t,"stacked"),metricAxesTitle:d.toRef(t,"metricAxesTitle"),dimensionAxesTitle:d.toRef(t,"dimensionAxesTitle"),indexAxis:C.value?"y":"x",numLabels:z});return{...V.value,plugins:{...V.value.plugins,annotation:{annotations:g(),clip:!1}}}}),U=ft.useChartJSCommon("bar",h,d.toRef(t,"chartData"),R,j);d.onBeforeUnmount(()=>{ye.unregister(vm)});const q={[xe.Bottom]:"column"},J=d.computed(()=>{if(f.value&&U.value){const V=window.devicePixelRatio,H=U.value,G=H.scales.y.width*V+dC,Z=(H.scales.y.height+H.scales.y.top+H.scales.x.height)*V,Q=f.value.getContext("2d");return Q.scale(V,V),Q.canvas.width=G,Q.canvas.height=Z,Q.canvas.style.width=`${G/V}px`,Q.canvas.style.height=`${Z/V}px`,{scale:V,width:G*V,height:Z*V,targetCtx:Q}}return null}),$=V=>{const H=V.target;if(J.value&&U.value&&!C.value){const G=J.value.scale,Z=J.value.targetCtx,Q=J.value.width,X=J.value.height,mt=U.value,St=mt.canvas;Z.fillStyle="white",H.scrollLeft>=lC&&H.scrollLeft<=cC?(Z.globalCompositeOperation="source-over",Z.clearRect(0,0,Q,X),Z.drawImage(St,0,0,Q,X,0,0,Q,X),Z.globalCompositeOperation="destination-over",Z.fillRect(0,0,Q,X)):(Z.globalCompositeOperation="source-over",Z.fillRect(0,(mt.scales.y.height+mt.scales.y.top+uC)*G,Q,mt.scales.x.height*G))}A.offsetY=H.scrollTop,A.offsetX=H.scrollLeft,S.offset=H.scrollLeft},pt=({width:V,height:H})=>{A.width=V,A.height=H};d.watch(()=>t.orientation,()=>{var V;if(f.value&&J.value){const H=J.value.width,G=J.value.height;((V=f.value)==null?void 0:V.getContext("2d")).clearRect(0,0,H,G)}A.showTooltip=!1,A.interactionMode="idle"}),d.watch(()=>t.annotations,V=>{U.value&&(V?U.value.options.plugins.annotation.annotations=g(t.chartData):delete U.value.options.plugins.annotation.annotations)});const bt=()=>{A.showTooltip&&(A.interactionMode!=="idle"?A.interactionMode="idle":A.interactionMode="interactive")};return(V,H)=>(d.openBlock(),d.createElementBlock("div",{ref:"chartParent",class:d.normalizeClass(["chart-parent",q[d.unref(x)]])},[d.createElementVNode("canvas",{id:d.unref(s),ref:"axis",class:"axis"},null,8,eC),d.createElementVNode("div",{ref:"chartContainer",class:"chart-container",onClick:H[0]||(H[0]=G=>bt()),onScroll:$},[d.createElementVNode("div",{class:"chart-body",style:d.normalizeStyle({width:Y.value,height:it.value})},[d.createElementVNode("canvas",{id:d.unref(r),ref:"canvas",class:"chart-canvas"},null,8,nC)],4)],544),(d.openBlock(),d.createBlock(d.Teleport,{to:"body"},[S.show?(d.openBlock(),d.createElementBlock("div",{key:0,class:"axis-tooltip",style:d.normalizeStyle({top:S.top,left:S.left}),width:"auto"},[d.createElementVNode("div",iC,d.toDisplayString(S.text),1)],4)):d.createCommentVNode("",!0),d.createVNode(pa,{"absolute-left":d.unref(E),"absolute-top":d.unref(D),"chart-parent-ref":l.value,state:A,"tooltip-title":n.tooltipTitle,onDimensions:pt},null,8,["absolute-left","absolute-top","chart-parent-ref","state","tooltip-title"])])),d.createVNode(Al,{id:d.unref(m),"chart-instance":d.unref(U),items:_.value},null,8,["id","chart-instance","items"])],2))}}),[["__scopeId","data-v-60e5a1a7"]]);/*!
|
|
23
|
+
*/const Rf={modes:{point(n,t){return oa(n,t,{intersect:!0})},nearest(n,t,e){return tk(n,t,e)},x(n,t,e){return oa(n,t,{intersect:e.intersect,axis:"x"})},y(n,t,e){return oa(n,t,{intersect:e.intersect,axis:"y"})}}};function pl(n,t,e){return(Rf.modes[e.mode]||Rf.modes.nearest)(n,t,e)}function QM(n,t,e){return e!=="x"&&e!=="y"?n.inRange(t.x,t.y,"x",!0)||n.inRange(t.x,t.y,"y",!0):n.inRange(t.x,t.y,e,!0)}function JM(n,t,e){return e==="x"?{x:n.x,y:t.y}:e==="y"?{x:t.x,y:n.y}:t}function oa(n,t,e){return n.filter(i=>e.intersect?i.inRange(t.x,t.y):QM(i,t,e.axis))}function tk(n,t,e){let i=Number.POSITIVE_INFINITY;return oa(n,t,e).reduce((s,r)=>{const a=r.getCenterPoint(),o=JM(t,a,e.axis),l=gi(t,o);return l<i?(s=[r],i=l):l===i&&s.push(r),s},[]).sort((s,r)=>s._index-r._index).slice(0,1)}function ei(n,t,e){const i=Math.cos(e),s=Math.sin(e),r=t.x,a=t.y;return{x:r+i*(n.x-r)-s*(n.y-a),y:a+s*(n.x-r)+i*(n.y-a)}}const ek=(n,t)=>t>n||n.length>t.length&&n.slice(0,t.length)===t,ni=.001,la=(n,t,e)=>Math.min(e,Math.max(t,n)),If=(n,t)=>n.value>=n.start-t&&n.value<=n.end+t;function nk(n,t,e){for(const i of Object.keys(n))n[i]=la(n[i],t,e);return n}function ik(n,t,e,i){return!n||!t||e<=0?!1:Math.pow(n.x-t.x,2)+Math.pow(n.y-t.y,2)<=Math.pow(e+i,2)}function Lf(n,{x:t,y:e,x2:i,y2:s},r,{borderWidth:a,hitTolerance:o}){const l=(a+o)/2,c=n.x>=t-l-ni&&n.x<=i+l+ni,u=n.y>=e-l-ni&&n.y<=s+l+ni;return r==="x"?c:(r==="y"||c)&&u}function Nf(n,{rect:t,center:e},i,{rotation:s,borderWidth:r,hitTolerance:a}){const o=ei(n,e,Vt(-s));return Lf(o,t,i,{borderWidth:r,hitTolerance:a})}function ii(n,t){const{centerX:e,centerY:i}=n.getProps(["centerX","centerY"],t);return{x:e,y:i}}function sk(n,t,e,i=!0){const s=e.split(".");let r=0;for(const a of t.split(".")){const o=s[r++];if(parseInt(a,10)<parseInt(o,10))break;if(ek(o,a)){if(i)throw new Error(`${n} v${e} is not supported. v${t} or newer is required.`);return!1}}return!0}const Ff=n=>typeof n=="string"&&n.endsWith("%"),Bf=n=>parseFloat(n)/100,zf=n=>la(Bf(n),0,1),Ys=(n,t)=>({x:n,y:t,x2:n,y2:t,width:0,height:0}),rk={box:n=>Ys(n.centerX,n.centerY),doughnutLabel:n=>Ys(n.centerX,n.centerY),ellipse:n=>({centerX:n.centerX,centerY:n.centerX,radius:0,width:0,height:0}),label:n=>Ys(n.centerX,n.centerY),line:n=>Ys(n.x,n.y),point:n=>({centerX:n.centerX,centerY:n.centerY,radius:0,width:0,height:0}),polygon:n=>Ys(n.centerX,n.centerY)};function yl(n,t){return t==="start"?0:t==="end"?n:Ff(t)?zf(t)*n:n/2}function An(n,t,e=!0){return typeof t=="number"?t:Ff(t)?(e?zf(t):Bf(t))*n:n}function ak(n,t){const{x:e,width:i}=n,s=t.textAlign;return s==="center"?e+i/2:s==="end"||s==="right"?e+i:e}function Uf(n,t,{borderWidth:e,position:i,xAdjust:s,yAdjust:r},a){const o=ht(a),l=t.width+(o?a.width:0)+e,c=t.height+(o?a.height:0)+e,u=bl(i),h=Yf(n.x,l,s,u.x),f=Yf(n.y,c,r,u.y);return{x:h,y:f,x2:h+l,y2:f+c,width:l,height:c,centerX:h+l/2,centerY:f+c/2}}function bl(n,t="center"){return ht(n)?{x:rt(n.x,t),y:rt(n.y,t)}:(n=rt(n,t),{x:n,y:n})}const Hf=(n,t)=>n&&n.autoFit&&t<1;function Wf(n,t){const e=n.font,i=wt(e)?e:[e];return Hf(n,t)?i.map(function(s){const r=Rt(s);return r.size=Math.floor(s.size*t),r.lineHeight=s.lineHeight,Rt(r)}):i.map(s=>Rt(s))}function Vf(n){return n&&(ge(n.xValue)||ge(n.yValue))}function Yf(n,t,e=0,i){return n-yl(t,i)+e}function Ii(n,t,e){const i=e.init;if(i){if(i===!0)return jf(t,e)}else return;return ok(n,t,e)}function $f(n,t,e){let i=!1;return t.forEach(s=>{pe(n[s])?(i=!0,e[s]=n[s]):ge(e[s])&&delete e[s]}),i}function jf(n,t){const e=t.type||"line";return rk[e](n)}function ok(n,t,e){const i=Tt(e.init,[{chart:n,properties:t,options:e}]);if(i===!0)return jf(t,e);if(ht(i))return i}const _l=new Map,lk=n=>isNaN(n)||n<=0,ck=n=>n.reduce(function(t,e){return t+=e.string,t},"");function ca(n){if(n&&typeof n=="object"){const t=n.toString();return t==="[object HTMLImageElement]"||t==="[object HTMLCanvasElement]"}}function ua(n,{x:t,y:e},i){i&&(n.translate(t,e),n.rotate(Vt(i)),n.translate(-t,-e))}function on(n,t){if(t&&t.borderWidth)return n.lineCap=t.borderCapStyle||"butt",n.setLineDash(t.borderDash),n.lineDashOffset=t.borderDashOffset,n.lineJoin=t.borderJoinStyle||"miter",n.lineWidth=t.borderWidth,n.strokeStyle=t.borderColor,!0}function Li(n,t){n.shadowColor=t.backgroundShadowColor,n.shadowBlur=t.shadowBlur,n.shadowOffsetX=t.shadowOffsetX,n.shadowOffsetY=t.shadowOffsetY}function da(n,t){const e=t.content;if(ca(e))return{width:An(e.width,t.width),height:An(e.height,t.height)};const i=Wf(t),s=t.textStrokeWidth,r=wt(e)?e:[e],a=r.join()+ck(i)+s+(n._measureText?"-spriting":"");return _l.has(a)||_l.set(a,fk(n,r,i,s)),_l.get(a)}function qf(n,t,e){const{x:i,y:s,width:r,height:a}=t;n.save(),Li(n,e);const o=on(n,e);n.fillStyle=e.backgroundColor,n.beginPath(),pi(n,{x:i,y:s,w:r,h:a,radius:nk(wn(e.borderRadius),0,Math.min(r,a)/2)}),n.closePath(),n.fill(),o&&(n.shadowColor=e.borderShadowColor,n.stroke()),n.restore()}function Gf(n,t,e,i){const s=e.content;if(ca(s)){n.save(),n.globalAlpha=pk(e.opacity,s.style.opacity),n.drawImage(s,t.x,t.y,t.width,t.height),n.restore();return}const r=wt(s)?s:[s],a=Wf(e,i),o=e.color,l=wt(o)?o:[o],c=ak(t,e),u=t.y+e.textStrokeWidth/2;n.save(),n.textBaseline="middle",n.textAlign=e.textAlign,uk(n,e)&&mk(n,{x:c,y:u},r,a),gk(n,{x:c,y:u},r,{fonts:a,colors:l}),n.restore()}function uk(n,t){if(t.textStrokeWidth>0)return n.lineJoin="round",n.miterLimit=2,n.lineWidth=t.textStrokeWidth,n.strokeStyle=t.textStrokeColor,!0}function dk(n,t,e,i){const{radius:s,options:r}=t,a=r.pointStyle,o=r.rotation;let l=(o||0)*Ha;if(ca(a)){n.save(),n.translate(e,i),n.rotate(l),n.drawImage(a,-a.width/2,-a.height/2,a.width,a.height),n.restore();return}lk(s)||hk(n,{x:e,y:i,radius:s,rotation:o,style:a,rad:l})}function hk(n,{x:t,y:e,radius:i,rotation:s,style:r,rad:a}){let o,l,c,u;switch(n.beginPath(),r){default:n.arc(t,e,i,0,Ct),n.closePath();break;case"triangle":n.moveTo(t+Math.sin(a)*i,e-Math.cos(a)*i),a+=fr,n.lineTo(t+Math.sin(a)*i,e-Math.cos(a)*i),a+=fr,n.lineTo(t+Math.sin(a)*i,e-Math.cos(a)*i),n.closePath();break;case"rectRounded":u=i*.516,c=i-u,o=Math.cos(a+Ee)*c,l=Math.sin(a+Ee)*c,n.arc(t-o,e-l,u,a-ct,a-Et),n.arc(t+l,e-o,u,a-Et,a),n.arc(t+o,e+l,u,a,a+Et),n.arc(t-l,e+o,u,a+Et,a+ct),n.closePath();break;case"rect":if(!s){c=Math.SQRT1_2*i,n.rect(t-c,e-c,2*c,2*c);break}a+=Ee;case"rectRot":o=Math.cos(a)*i,l=Math.sin(a)*i,n.moveTo(t-o,e-l),n.lineTo(t+l,e-o),n.lineTo(t+o,e+l),n.lineTo(t-l,e+o),n.closePath();break;case"crossRot":a+=Ee;case"cross":o=Math.cos(a)*i,l=Math.sin(a)*i,n.moveTo(t-o,e-l),n.lineTo(t+o,e+l),n.moveTo(t+l,e-o),n.lineTo(t-l,e+o);break;case"star":o=Math.cos(a)*i,l=Math.sin(a)*i,n.moveTo(t-o,e-l),n.lineTo(t+o,e+l),n.moveTo(t+l,e-o),n.lineTo(t-l,e+o),a+=Ee,o=Math.cos(a)*i,l=Math.sin(a)*i,n.moveTo(t-o,e-l),n.lineTo(t+o,e+l),n.moveTo(t+l,e-o),n.lineTo(t-l,e+o);break;case"line":o=Math.cos(a)*i,l=Math.sin(a)*i,n.moveTo(t-o,e-l),n.lineTo(t+o,e+l);break;case"dash":n.moveTo(t,e),n.lineTo(t+Math.cos(a)*i,e+Math.sin(a)*i);break}n.fill()}function fk(n,t,e,i){n.save();const s=t.length;let r=0,a=i;for(let o=0;o<s;o++){const l=e[Math.min(o,e.length-1)];n.font=l.string;const c=t[o];r=Math.max(r,n.measureText(c).width+i),a+=l.lineHeight}return n.restore(),{width:r,height:a}}function mk(n,{x:t,y:e},i,s){n.beginPath();let r=0;i.forEach(function(a,o){const l=s[Math.min(o,s.length-1)],c=l.lineHeight;n.font=l.string,n.strokeText(a,t,e+c/2+r),r+=c}),n.stroke()}function gk(n,{x:t,y:e},i,{fonts:s,colors:r}){let a=0;i.forEach(function(o,l){const c=r[Math.min(l,r.length-1)],u=s[Math.min(l,s.length-1)],h=u.lineHeight;n.beginPath(),n.font=u.string,n.fillStyle=c,n.fillText(o,t,e+h/2+a),a+=h,n.fill()})}function pk(n,t){const e=xn(n)?n:t;return xn(e)?la(e,0,1):1}const Kf=["left","bottom","top","right"];function yk(n,t){const{pointX:e,pointY:i,options:s}=t,r=s.callout,a=r&&r.display&&Sk(t,r);if(!a||Tk(t,r,a))return;if(n.save(),n.beginPath(),!on(n,r))return n.restore();const{separatorStart:l,separatorEnd:c}=bk(t,a),{sideStart:u,sideEnd:h}=xk(t,a,l);(r.margin>0||s.borderWidth===0)&&(n.moveTo(l.x,l.y),n.lineTo(c.x,c.y)),n.moveTo(u.x,u.y),n.lineTo(h.x,h.y);const f=ei({x:e,y:i},t.getCenterPoint(),Vt(-t.rotation));n.lineTo(f.x,f.y),n.stroke(),n.restore()}function bk(n,t){const{x:e,y:i,x2:s,y2:r}=n,a=_k(n,t);let o,l;return t==="left"||t==="right"?(o={x:e+a,y:i},l={x:o.x,y:r}):(o={x:e,y:i+a},l={x:s,y:o.y}),{separatorStart:o,separatorEnd:l}}function _k(n,t){const{width:e,height:i,options:s}=n,r=s.callout.margin+s.borderWidth/2;return t==="right"?e+r:t==="bottom"?i+r:-r}function xk(n,t,e){const{y:i,width:s,height:r,options:a}=n,o=a.callout.start,l=wk(t,a.callout);let c,u;return t==="left"||t==="right"?(c={x:e.x,y:i+An(r,o)},u={x:c.x+l,y:c.y}):(c={x:e.x+An(s,o),y:e.y},u={x:c.x,y:c.y+l}),{sideStart:c,sideEnd:u}}function wk(n,t){const e=t.side;return n==="left"||n==="top"?-e:e}function Sk(n,t){const e=t.position;return Kf.includes(e)?e:vk(n,t)}function vk(n,t){const{x:e,y:i,x2:s,y2:r,width:a,height:o,pointX:l,pointY:c,centerX:u,centerY:h,rotation:f}=n,m={x:u,y:h},g=t.start,_=An(a,g),x=An(o,g),S=[e,e+_,e+_,s],T=[i+x,r,i,r],D=[];for(let E=0;E<4;E++){const C=ei({x:S[E],y:T[E]},m,Vt(f));D.push({position:Kf[E],distance:gi(C,{x:l,y:c})})}return D.sort((E,C)=>E.distance-C.distance)[0].position}function Tk(n,t,e){const{pointX:i,pointY:s}=n,r=t.margin;let a=i,o=s;return e==="left"?a+=r:e==="right"?a-=r:e==="top"?o+=r:e==="bottom"&&(o-=r),n.inRange(a,o)}const Xf={xScaleID:{min:"xMin",max:"xMax",start:"left",end:"right",startProp:"x",endProp:"x2"},yScaleID:{min:"yMin",max:"yMax",start:"bottom",end:"top",startProp:"y",endProp:"y2"}};function Ni(n,t,e){return t=typeof t=="number"?t:n.parse(t),Pt(t)?n.getPixelForValue(t):e}function si(n,t,e){const i=t[e];if(i||e==="scaleID")return i;const s=e.charAt(0),r=Object.values(n).filter(a=>a.axis&&a.axis===s);return r.length?r[0].id:s}function Zf(n,t){if(n){const e=n.options.reverse,i=Ni(n,t.min,e?t.end:t.start),s=Ni(n,t.max,e?t.start:t.end);return{start:i,end:s}}}function Qf(n,t){const{chartArea:e,scales:i}=n,s=i[si(i,t,"xScaleID")],r=i[si(i,t,"yScaleID")];let a=e.width/2,o=e.height/2;return s&&(a=Ni(s,t.xValue,s.left+s.width/2)),r&&(o=Ni(r,t.yValue,r.top+r.height/2)),{x:a,y:o}}function xl(n,t){const e=n.scales,i=e[si(e,t,"xScaleID")],s=e[si(e,t,"yScaleID")];if(!i&&!s)return{};let{left:r,right:a}=i||n.chartArea,{top:o,bottom:l}=s||n.chartArea;const c=em(i,{min:t.xMin,max:t.xMax,start:r,end:a});r=c.start,a=c.end;const u=em(s,{min:t.yMin,max:t.yMax,start:l,end:o});return o=u.start,l=u.end,{x:r,y:o,x2:a,y2:l,width:a-r,height:l-o,centerX:r+(a-r)/2,centerY:o+(l-o)/2}}function Jf(n,t){if(!Vf(t)){const e=xl(n,t);let i=t.radius;(!i||isNaN(i))&&(i=Math.min(e.width,e.height)/2,t.radius=i);const s=i*2,r=e.centerX+t.xAdjust,a=e.centerY+t.yAdjust;return{x:r-i,y:a-i,x2:r+i,y2:a+i,centerX:r,centerY:a,width:s,height:s,radius:i}}return kk(n,t)}function Mk(n,t){const{scales:e,chartArea:i}=n,s=e[t.scaleID],r={x:i.left,y:i.top,x2:i.right,y2:i.bottom};return s?Dk(s,r,t):Ck(e,r,t),r}function tm(n,t){const e=xl(n,t);return e.initProperties=Ii(n,e,t),e.elements=[{type:"label",optionScope:"label",properties:Ak(n,e,t),initProperties:e.initProperties}],e}function kk(n,t){const e=Qf(n,t),i=t.radius*2;return{x:e.x-t.radius+t.xAdjust,y:e.y-t.radius+t.yAdjust,x2:e.x+t.radius+t.xAdjust,y2:e.y+t.radius+t.yAdjust,centerX:e.x+t.xAdjust,centerY:e.y+t.yAdjust,radius:t.radius,width:i,height:i}}function em(n,t){const e=Zf(n,t)||t;return{start:Math.min(e.start,e.end),end:Math.max(e.start,e.end)}}function Dk(n,t,e){const i=Ni(n,e.value,NaN),s=Ni(n,e.endValue,i);n.isHorizontal()?(t.x=i,t.x2=s):(t.y=i,t.y2=s)}function Ck(n,t,e){for(const i of Object.keys(Xf)){const s=n[si(n,e,i)];if(s){const{min:r,max:a,start:o,end:l,startProp:c,endProp:u}=Xf[i],h=Zf(s,{min:e[r],max:e[a],start:s[o],end:s[l]});t[c]=h.start,t[u]=h.end}}}function Ok({properties:n,options:t},e,i,s){const{x:r,x2:a,width:o}=n;return nm({start:r,end:a,borderWidth:t.borderWidth},{position:i.x,padding:{start:s.left,end:s.right},adjust:t.label.xAdjust,size:e.width})}function Ek({properties:n,options:t},e,i,s){const{y:r,y2:a,height:o}=n;return nm({start:r,end:a,borderWidth:t.borderWidth},{position:i.y,padding:{start:s.top,end:s.bottom},adjust:t.label.yAdjust,size:e.height})}function nm(n,t){const{start:e,end:i,borderWidth:s}=n,{position:r,padding:{start:a,end:o},adjust:l}=t,c=i-s-e-a-o-t.size;return e+s/2+l+yl(c,r)}function Ak(n,t,e){const i=e.label;i.backgroundColor="transparent",i.callout.display=!1;const s=bl(i.position),r=Yt(i.padding),a=da(n.ctx,i),o=Ok({properties:t,options:e},a,s,r),l=Ek({properties:t,options:e},a,s,r),c=a.width+r.width,u=a.height+r.height;return{x:o,y:l,x2:o+c,y2:l+u,width:c,height:u,centerX:o+c/2,centerY:l+u/2,rotation:i.rotation}}const wl=["enter","leave"],Sl=wl.concat("click");function Pk(n,t,e){t.listened=$f(e,Sl,t.listeners),t.moveListened=!1,wl.forEach(i=>{pe(e[i])&&(t.moveListened=!0)}),(!t.listened||!t.moveListened)&&t.annotations.forEach(i=>{!t.listened&&pe(i.click)&&(t.listened=!0),t.moveListened||wl.forEach(s=>{pe(i[s])&&(t.listened=!0,t.moveListened=!0)})})}function Rk(n,t,e){if(n.listened)switch(t.type){case"mousemove":case"mouseout":return Ik(n,t,e);case"click":return Lk(n,t,e)}}function Ik(n,t,e){if(!n.moveListened)return;let i;t.type==="mousemove"?i=pl(n.visibleElements,t,e.interaction):i=[];const s=n.hovered;n.hovered=i;const r={state:n,event:t};let a=im(r,"leave",s,i);return im(r,"enter",i,s)||a}function im({state:n,event:t},e,i,s){let r;for(const a of i)s.indexOf(a)<0&&(r=sm(a.options[e]||n.listeners[e],a,t)||r);return r}function Lk(n,t,e){const i=n.listeners,s=pl(n.visibleElements,t,e.interaction);let r;for(const a of s)r=sm(a.options.click||i.click,a,t)||r;return r}function sm(n,t,e){return Tt(n,[t.$context,e])===!0}const ha=["afterDraw","beforeDraw"];function Nk(n,t,e){const i=t.visibleElements;t.hooked=$f(e,ha,t.hooks),t.hooked||i.forEach(s=>{t.hooked||ha.forEach(r=>{pe(s.options[r])&&(t.hooked=!0)})})}function rm(n,t,e){if(n.hooked){const i=t.options[e]||n.hooks[e];return Tt(i,[t.$context])}}function Fk(n,t,e){const i=Wk(n.scales,t,e);let s=am(t,i,"min","suggestedMin");s=am(t,i,"max","suggestedMax")||s,s&&pe(t.handleTickRangeOptions)&&t.handleTickRangeOptions()}function Bk(n,t){for(const e of n)Uk(e,t)}function am(n,t,e,i){if(Pt(t[e])&&!zk(n.options,e,i)){const s=n[e]!==t[e];return n[e]=t[e],s}}function zk(n,t,e){return ge(n[t])||ge(n[e])}function Uk(n,t){for(const e of["scaleID","xScaleID","yScaleID"]){const i=si(t,n,e);i&&!t[i]&&Hk(n,e)&&console.warn(`No scale found with id '${i}' for annotation '${n.id}'`)}}function Hk(n,t){if(t==="scaleID")return!0;const e=t.charAt(0);for(const i of["Min","Max","Value"])if(ge(n[e+i]))return!0;return!1}function Wk(n,t,e){const i=t.axis,s=t.id,r=i+"ScaleID",a={min:rt(t.min,Number.NEGATIVE_INFINITY),max:rt(t.max,Number.POSITIVE_INFINITY)};for(const o of e)o.scaleID===s?om(o,t,["value","endValue"],a):si(n,o,r)===s&&om(o,t,[i+"Min",i+"Max",i+"Value"],a);return a}function om(n,t,e,i){for(const s of e){const r=n[s];if(ge(r)){const a=t.parse(r);i.min=Math.min(i.min,a),i.max=Math.max(i.max,a)}}}class Fi extends Zt{inRange(t,e,i,s){const{x:r,y:a}=ei({x:t,y:e},this.getCenterPoint(s),Vt(-this.options.rotation));return Lf({x:r,y:a},this.getProps(["x","y","x2","y2"],s),i,this.options)}getCenterPoint(t){return ii(this,t)}draw(t){t.save(),ua(t,this.getCenterPoint(),this.options.rotation),qf(t,this,this.options),t.restore()}get label(){return this.elements&&this.elements[0]}resolveElementProperties(t,e){return tm(t,e)}}Fi.id="boxAnnotation",Fi.defaults={adjustScaleRange:!0,backgroundShadowColor:"transparent",borderCapStyle:"butt",borderDash:[],borderDashOffset:0,borderJoinStyle:"miter",borderRadius:0,borderShadowColor:"transparent",borderWidth:1,display:!0,init:void 0,hitTolerance:0,label:{backgroundColor:"transparent",borderWidth:0,callout:{display:!1},color:"black",content:null,display:!1,drawTime:void 0,font:{family:void 0,lineHeight:void 0,size:void 0,style:void 0,weight:"bold"},height:void 0,hitTolerance:void 0,opacity:void 0,padding:6,position:"center",rotation:void 0,textAlign:"start",textStrokeColor:void 0,textStrokeWidth:0,width:void 0,xAdjust:0,yAdjust:0,z:void 0},rotation:0,shadowBlur:0,shadowOffsetX:0,shadowOffsetY:0,xMax:void 0,xMin:void 0,xScaleID:void 0,yMax:void 0,yMin:void 0,yScaleID:void 0,z:0},Fi.defaultRoutes={borderColor:"color",backgroundColor:"color"},Fi.descriptors={label:{_fallback:!0}};class fa extends Zt{inRange(t,e,i,s){return Nf({x:t,y:e},{rect:this.getProps(["x","y","x2","y2"],s),center:this.getCenterPoint(s)},i,{rotation:this.rotation,borderWidth:0,hitTolerance:this.options.hitTolerance})}getCenterPoint(t){return ii(this,t)}draw(t){const e=this.options;!e.display||!e.content||(Gk(t,this),t.save(),ua(t,this.getCenterPoint(),this.rotation),Gf(t,this,e,this._fitRatio),t.restore())}resolveElementProperties(t,e){const i=Vk(t,e);if(!i)return{};const{controllerMeta:s,point:r,radius:a}=$k(t,e,i);let o=da(t.ctx,e);const l=jk(o,a);Hf(e,l)&&(o={width:o.width*l,height:o.height*l});const{position:c,xAdjust:u,yAdjust:h}=e,f=Uf(r,o,{borderWidth:0,position:c,xAdjust:u,yAdjust:h});return{initProperties:Ii(t,f,e),...f,...s,rotation:e.rotation,_fitRatio:l}}}fa.id="doughnutLabelAnnotation",fa.defaults={autoFit:!0,autoHide:!0,backgroundColor:"transparent",backgroundShadowColor:"transparent",borderColor:"transparent",borderDash:[],borderDashOffset:0,borderJoinStyle:"miter",borderShadowColor:"transparent",borderWidth:0,color:"black",content:null,display:!0,font:{family:void 0,lineHeight:void 0,size:void 0,style:void 0,weight:void 0},height:void 0,hitTolerance:0,init:void 0,opacity:void 0,position:"center",rotation:0,shadowBlur:0,shadowOffsetX:0,shadowOffsetY:0,spacing:1,textAlign:"center",textStrokeColor:void 0,textStrokeWidth:0,width:void 0,xAdjust:0,yAdjust:0},fa.defaultRoutes={};function Vk(n,t){return n.getSortedVisibleDatasetMetas().reduce(function(e,i){const s=i.controller;return s instanceof sn&&Yk(n,t,i.data)&&(!e||s.innerRadius<e.controller.innerRadius)&&s.options.circumference>=90?i:e},void 0)}function Yk(n,t,e){if(!t.autoHide)return!0;for(let i=0;i<e.length;i++)if(!e[i].hidden&&n.getDataVisibility(i))return!0}function $k({chartArea:n},t,e){const{left:i,top:s,right:r,bottom:a}=n,{innerRadius:o,offsetX:l,offsetY:c}=e.controller,u=(i+r)/2+l,h=(s+a)/2+c,f={left:Math.max(u-o,i),right:Math.min(u+o,r),top:Math.max(h-o,s),bottom:Math.min(h+o,a)},m={x:(f.left+f.right)/2,y:(f.top+f.bottom)/2},g=t.spacing+t.borderWidth/2,_=o-g,x=m.y>h,S=x?s+g:a-g,T=qk(S,u,h,_);return{controllerMeta:{_centerX:u,_centerY:h,_radius:_,_counterclockwise:x,...T},point:m,radius:Math.min(o,Math.min(f.right-f.left,f.bottom-f.top)/2)}}function jk({width:n,height:t},e){const i=Math.sqrt(Math.pow(n,2)+Math.pow(t,2));return e*2/i}function qk(n,t,e,i){const s=Math.pow(e-n,2),r=Math.pow(i,2),a=t*-2,o=Math.pow(t,2)+s-r,l=Math.pow(a,2)-4*o;if(l<=0)return{_startAngle:0,_endAngle:Ct};const c=(-a-Math.sqrt(l))/2,u=(-a+Math.sqrt(l))/2;return{_startAngle:gr({x:t,y:e},{x:c,y:n}).angle,_endAngle:gr({x:t,y:e},{x:u,y:n}).angle}}function Gk(n,t){const{_centerX:e,_centerY:i,_radius:s,_startAngle:r,_endAngle:a,_counterclockwise:o,options:l}=t;n.save();const c=on(n,l);n.fillStyle=l.backgroundColor,n.beginPath(),n.arc(e,i,s,r,a,o),n.closePath(),n.fill(),c&&n.stroke(),n.restore()}class $s extends Zt{inRange(t,e,i,s){return Nf({x:t,y:e},{rect:this.getProps(["x","y","x2","y2"],s),center:this.getCenterPoint(s)},i,{rotation:this.rotation,borderWidth:this.options.borderWidth,hitTolerance:this.options.hitTolerance})}getCenterPoint(t){return ii(this,t)}draw(t){const e=this.options,i=!ge(this._visible)||this._visible;!e.display||!e.content||!i||(t.save(),ua(t,this.getCenterPoint(),this.rotation),yk(t,this),qf(t,this,e),Gf(t,Kk(this),e),t.restore())}resolveElementProperties(t,e){let i;if(Vf(e))i=Qf(t,e);else{const{centerX:o,centerY:l}=xl(t,e);i={x:o,y:l}}const s=Yt(e.padding),r=da(t.ctx,e),a=Uf(i,r,e,s);return{initProperties:Ii(t,a,e),pointX:i.x,pointY:i.y,...a,rotation:e.rotation}}}$s.id="labelAnnotation",$s.defaults={adjustScaleRange:!0,backgroundColor:"transparent",backgroundShadowColor:"transparent",borderCapStyle:"butt",borderDash:[],borderDashOffset:0,borderJoinStyle:"miter",borderRadius:0,borderShadowColor:"transparent",borderWidth:0,callout:{borderCapStyle:"butt",borderColor:void 0,borderDash:[],borderDashOffset:0,borderJoinStyle:"miter",borderWidth:1,display:!1,margin:5,position:"auto",side:5,start:"50%"},color:"black",content:null,display:!0,font:{family:void 0,lineHeight:void 0,size:void 0,style:void 0,weight:void 0},height:void 0,hitTolerance:0,init:void 0,opacity:void 0,padding:6,position:"center",rotation:0,shadowBlur:0,shadowOffsetX:0,shadowOffsetY:0,textAlign:"center",textStrokeColor:void 0,textStrokeWidth:0,width:void 0,xAdjust:0,xMax:void 0,xMin:void 0,xScaleID:void 0,xValue:void 0,yAdjust:0,yMax:void 0,yMin:void 0,yScaleID:void 0,yValue:void 0,z:0},$s.defaultRoutes={borderColor:"color"};function Kk({x:n,y:t,width:e,height:i,options:s}){const r=s.borderWidth/2,a=Yt(s.padding);return{x:n+a.left+r,y:t+a.top+r,width:e-a.left-a.right-s.borderWidth,height:i-a.top-a.bottom-s.borderWidth}}const vl=(n,t,e)=>({x:n.x+e*(t.x-n.x),y:n.y+e*(t.y-n.y)}),Tl=(n,t,e)=>vl(t,e,Math.abs((n-t.y)/(e.y-t.y))).x,lm=(n,t,e)=>vl(t,e,Math.abs((n-t.x)/(e.x-t.x))).y,js=n=>n*n,Xk=(n,t,{x:e,y:i,x2:s,y2:r},a)=>a==="y"?{start:Math.min(i,r),end:Math.max(i,r),value:t}:{start:Math.min(e,s),end:Math.max(e,s),value:n},cm=(n,t,e,i)=>(1-i)*(1-i)*n+2*(1-i)*i*t+i*i*e,Ml=(n,t,e,i)=>({x:cm(n.x,t.x,e.x,i),y:cm(n.y,t.y,e.y,i)}),um=(n,t,e,i)=>2*(1-i)*(t-n)+2*i*(e-t),dm=(n,t,e,i)=>-Math.atan2(um(n.x,t.x,e.x,i),um(n.y,t.y,e.y,i))+.5*ct;class qs extends Zt{inRange(t,e,i,s){const r=(this.options.borderWidth+this.options.hitTolerance)/2;if(i!=="x"&&i!=="y"){const a={mouseX:t,mouseY:e},{path:o,ctx:l}=this;if(o){on(l,this.options),l.lineWidth+=this.options.hitTolerance;const{chart:u}=this.$context,h=t*u.currentDevicePixelRatio,f=e*u.currentDevicePixelRatio,m=l.isPointInStroke(o,h,f)||kl(this,a,s);return l.restore(),m}const c=js(r);return tD(this,a,c,s)||kl(this,a,s)}return Zk(this,{mouseX:t,mouseY:e},i,{hitSize:r,useFinalPosition:s})}getCenterPoint(t){return ii(this,t)}draw(t){const{x:e,y:i,x2:s,y2:r,cp:a,options:o}=this;if(t.save(),!on(t,o))return t.restore();Li(t,o);const l=Math.sqrt(Math.pow(s-e,2)+Math.pow(r-i,2));if(o.curve&&a)return lD(t,this,a,l),t.restore();const{startOpts:c,endOpts:u,startAdjust:h,endAdjust:f}=pm(this),m=Math.atan2(r-i,s-e);t.translate(e,i),t.rotate(m),t.beginPath(),t.moveTo(0+h,0),t.lineTo(l-f,0),t.shadowColor=o.borderShadowColor,t.stroke(),Dl(t,0,h,c),Dl(t,l,-f,u),t.restore()}get label(){return this.elements&&this.elements[0]}resolveElementProperties(t,e){const i=Mk(t,e),{x:s,y:r,x2:a,y2:o}=i,l=Qk(i,t.chartArea),c=l?Jk({x:s,y:r},{x:a,y:o},t.chartArea):{x:s,y:r,x2:a,y2:o,width:Math.abs(a-s),height:Math.abs(o-r)};if(c.centerX=(a+s)/2,c.centerY=(o+r)/2,c.initProperties=Ii(t,c,e),e.curve){const h={x:c.x,y:c.y},f={x:c.x2,y:c.y2};c.cp=oD(c,e,gi(h,f))}const u=eD(t,c,e.label);return u._visible=l,c.elements=[{type:"label",optionScope:"label",properties:u,initProperties:c.initProperties}],c}}qs.id="lineAnnotation";const hm={backgroundColor:void 0,backgroundShadowColor:void 0,borderColor:void 0,borderDash:void 0,borderDashOffset:void 0,borderShadowColor:void 0,borderWidth:void 0,display:void 0,fill:void 0,length:void 0,shadowBlur:void 0,shadowOffsetX:void 0,shadowOffsetY:void 0,width:void 0};qs.defaults={adjustScaleRange:!0,arrowHeads:{display:!1,end:Object.assign({},hm),fill:!1,length:12,start:Object.assign({},hm),width:6},borderDash:[],borderDashOffset:0,borderShadowColor:"transparent",borderWidth:2,curve:!1,controlPoint:{y:"-50%"},display:!0,endValue:void 0,init:void 0,hitTolerance:0,label:{backgroundColor:"rgba(0,0,0,0.8)",backgroundShadowColor:"transparent",borderCapStyle:"butt",borderColor:"black",borderDash:[],borderDashOffset:0,borderJoinStyle:"miter",borderRadius:6,borderShadowColor:"transparent",borderWidth:0,callout:Object.assign({},$s.defaults.callout),color:"#fff",content:null,display:!1,drawTime:void 0,font:{family:void 0,lineHeight:void 0,size:void 0,style:void 0,weight:"bold"},height:void 0,hitTolerance:void 0,opacity:void 0,padding:6,position:"center",rotation:0,shadowBlur:0,shadowOffsetX:0,shadowOffsetY:0,textAlign:"center",textStrokeColor:void 0,textStrokeWidth:0,width:void 0,xAdjust:0,yAdjust:0,z:void 0},scaleID:void 0,shadowBlur:0,shadowOffsetX:0,shadowOffsetY:0,value:void 0,xMax:void 0,xMin:void 0,xScaleID:void 0,yMax:void 0,yMin:void 0,yScaleID:void 0,z:0},qs.descriptors={arrowHeads:{start:{_fallback:!0},end:{_fallback:!0},_fallback:!0}},qs.defaultRoutes={borderColor:"color"};function Zk(n,{mouseX:t,mouseY:e},i,{hitSize:s,useFinalPosition:r}){const a=Xk(t,e,n.getProps(["x","y","x2","y2"],r),i);return If(a,s)||kl(n,{mouseX:t,mouseY:e},r,i)}function Qk({x:n,y:t,x2:e,y2:i},{top:s,right:r,bottom:a,left:o}){return!(n<o&&e<o||n>r&&e>r||t<s&&i<s||t>a&&i>a)}function fm({x:n,y:t},e,{top:i,right:s,bottom:r,left:a}){return n<a&&(t=lm(a,{x:n,y:t},e),n=a),n>s&&(t=lm(s,{x:n,y:t},e),n=s),t<i&&(n=Tl(i,{x:n,y:t},e),t=i),t>r&&(n=Tl(r,{x:n,y:t},e),t=r),{x:n,y:t}}function Jk(n,t,e){const{x:i,y:s}=fm(n,t,e),{x:r,y:a}=fm(t,n,e);return{x:i,y:s,x2:r,y2:a,width:Math.abs(r-i),height:Math.abs(a-s)}}function tD(n,{mouseX:t,mouseY:e},i=ni,s){const{x:r,y:a,x2:o,y2:l}=n.getProps(["x","y","x2","y2"],s),c=o-r,u=l-a,h=js(c)+js(u),f=h===0?-1:((t-r)*c+(e-a)*u)/h;let m,g;return f<0?(m=r,g=a):f>1?(m=o,g=l):(m=r+f*c,g=a+f*u),js(t-m)+js(e-g)<=i}function kl(n,{mouseX:t,mouseY:e},i,s){const r=n.label;return r.options.display&&r.inRange(t,e,s,i)}function eD(n,t,e){const i=e.borderWidth,s=Yt(e.padding),r=da(n.ctx,e),a=r.width+s.width+i,o=r.height+s.height+i;return iD(t,e,{width:a,height:o,padding:s},n.chartArea)}function nD(n){const{x:t,y:e,x2:i,y2:s}=n,r=Math.atan2(s-e,i-t);return r>ct/2?r-ct:r<ct/-2?r+ct:r}function iD(n,t,e,i){const{width:s,height:r,padding:a}=e,{xAdjust:o,yAdjust:l}=t,c={x:n.x,y:n.y},u={x:n.x2,y:n.y2},h=t.rotation==="auto"?nD(n):Vt(t.rotation),f=sD(s,r,h),m=rD(n,t,{labelSize:f,padding:a},i),g=n.cp?Ml(c,n.cp,u,m):vl(c,u,m),_={size:f.w,min:i.left,max:i.right,padding:a.left},x={size:f.h,min:i.top,max:i.bottom,padding:a.top},S=gm(g.x,_)+o,T=gm(g.y,x)+l;return{x:S-s/2,y:T-r/2,x2:S+s/2,y2:T+r/2,centerX:S,centerY:T,pointX:g.x,pointY:g.y,width:s,height:r,rotation:mr(h)}}function sD(n,t,e){const i=Math.cos(e),s=Math.sin(e);return{w:Math.abs(n*i)+Math.abs(t*s),h:Math.abs(n*s)+Math.abs(t*i)}}function rD(n,t,e,i){let s;const r=aD(n,i);return t.position==="start"?s=mm({w:n.x2-n.x,h:n.y2-n.y},e,t,r):t.position==="end"?s=1-mm({w:n.x-n.x2,h:n.y-n.y2},e,t,r):s=yl(1,t.position),s}function mm(n,t,e,i){const{labelSize:s,padding:r}=t,a=n.w*i.dx,o=n.h*i.dy,l=a>0&&(s.w/2+r.left-i.x)/a,c=o>0&&(s.h/2+r.top-i.y)/o;return la(Math.max(l,c),0,.25)}function aD(n,t){const{x:e,x2:i,y:s,y2:r}=n,a=Math.min(s,r)-t.top,o=Math.min(e,i)-t.left,l=t.bottom-Math.max(s,r),c=t.right-Math.max(e,i);return{x:Math.min(o,c),y:Math.min(a,l),dx:o<=c?1:-1,dy:a<=l?1:-1}}function gm(n,t){const{size:e,min:i,max:s,padding:r}=t,a=e/2;return e>s-i?(s+i)/2:(i>=n-r-a&&(n=i+r+a),s<=n+r+a&&(n=s-r-a),n)}function pm(n){const t=n.options,e=t.arrowHeads&&t.arrowHeads.start,i=t.arrowHeads&&t.arrowHeads.end;return{startOpts:e,endOpts:i,startAdjust:ym(n,e),endAdjust:ym(n,i)}}function ym(n,t){if(!t||!t.display)return 0;const{length:e,width:i}=t,s=n.options.borderWidth/2,r={x:e,y:i+s};return Math.abs(Tl(0,r,{x:0,y:s}))}function Dl(n,t,e,i){if(!i||!i.display)return;const{length:s,width:r,fill:a,backgroundColor:o,borderColor:l}=i,c=Math.abs(t-s)+e;n.beginPath(),Li(n,i),on(n,i),n.moveTo(c,-r),n.lineTo(t+e,0),n.lineTo(c,r),a===!0?(n.fillStyle=o||l,n.closePath(),n.fill(),n.shadowColor="transparent"):n.shadowColor=i.borderShadowColor,n.stroke()}function oD(n,t,e){const{x:i,y:s,x2:r,y2:a,centerX:o,centerY:l}=n,c=Math.atan2(a-s,r-i),u=bl(t.controlPoint,0),h={x:o+An(e,u.x,!1),y:l+An(e,u.y,!1)};return ei(h,{x:o,y:l},c)}function bm(n,{x:t,y:e},{angle:i,adjust:s},r){!r||!r.display||(n.save(),n.translate(t,e),n.rotate(i),Dl(n,0,-s,r),n.restore())}function lD(n,t,e,i){const{x:s,y:r,x2:a,y2:o,options:l}=t,{startOpts:c,endOpts:u,startAdjust:h,endAdjust:f}=pm(t),m={x:s,y:r},g={x:a,y:o},_=dm(m,e,g,0),x=dm(m,e,g,1)-ct,S=Ml(m,e,g,h/i),T=Ml(m,e,g,1-f/i),D=new Path2D;n.beginPath(),D.moveTo(S.x,S.y),D.quadraticCurveTo(e.x,e.y,T.x,T.y),n.shadowColor=l.borderShadowColor,n.stroke(D),t.path=D,t.ctx=n,bm(n,S,{angle:_,adjust:h},c),bm(n,T,{angle:x,adjust:f},u)}class Gs extends Zt{inRange(t,e,i,s){const r=this.options.rotation,a=(this.options.borderWidth+this.options.hitTolerance)/2;if(i!=="x"&&i!=="y")return cD({x:t,y:e},this.getProps(["width","height","centerX","centerY"],s),r,a);const{x:o,y:l,x2:c,y2:u}=this.getProps(["x","y","x2","y2"],s),h=i==="y"?{start:l,end:u}:{start:o,end:c},f=ei({x:t,y:e},this.getCenterPoint(s),Vt(-r));return f[i]>=h.start-a-ni&&f[i]<=h.end+a+ni}getCenterPoint(t){return ii(this,t)}draw(t){const{width:e,height:i,centerX:s,centerY:r,options:a}=this;t.save(),ua(t,this.getCenterPoint(),a.rotation),Li(t,this.options),t.beginPath(),t.fillStyle=a.backgroundColor;const o=on(t,a);t.ellipse(s,r,i/2,e/2,ct/2,0,2*ct),t.fill(),o&&(t.shadowColor=a.borderShadowColor,t.stroke()),t.restore()}get label(){return this.elements&&this.elements[0]}resolveElementProperties(t,e){return tm(t,e)}}Gs.id="ellipseAnnotation",Gs.defaults={adjustScaleRange:!0,backgroundShadowColor:"transparent",borderDash:[],borderDashOffset:0,borderShadowColor:"transparent",borderWidth:1,display:!0,hitTolerance:0,init:void 0,label:Object.assign({},Fi.defaults.label),rotation:0,shadowBlur:0,shadowOffsetX:0,shadowOffsetY:0,xMax:void 0,xMin:void 0,xScaleID:void 0,yMax:void 0,yMin:void 0,yScaleID:void 0,z:0},Gs.defaultRoutes={borderColor:"color",backgroundColor:"color"},Gs.descriptors={label:{_fallback:!0}};function cD(n,t,e,i){const{width:s,height:r,centerX:a,centerY:o}=t,l=s/2,c=r/2;if(l<=0||c<=0)return!1;const u=Vt(e||0),h=Math.cos(u),f=Math.sin(u),m=Math.pow(h*(n.x-a)+f*(n.y-o),2),g=Math.pow(f*(n.x-a)-h*(n.y-o),2);return m/Math.pow(l+i,2)+g/Math.pow(c+i,2)<=1.0001}class ma extends Zt{inRange(t,e,i,s){const{x:r,y:a,x2:o,y2:l,width:c}=this.getProps(["x","y","x2","y2","width"],s),u=(this.options.borderWidth+this.options.hitTolerance)/2;return i!=="x"&&i!=="y"?ik({x:t,y:e},this.getCenterPoint(s),c/2,u):If(i==="y"?{start:a,end:l,value:e}:{start:r,end:o,value:t},u)}getCenterPoint(t){return ii(this,t)}draw(t){const e=this.options,i=e.borderWidth;if(e.radius<.1)return;t.save(),t.fillStyle=e.backgroundColor,Li(t,e);const s=on(t,e);dk(t,this,this.centerX,this.centerY),s&&!ca(e.pointStyle)&&(t.shadowColor=e.borderShadowColor,t.stroke()),t.restore(),e.borderWidth=i}resolveElementProperties(t,e){const i=Jf(t,e);return i.initProperties=Ii(t,i,e),i}}ma.id="pointAnnotation",ma.defaults={adjustScaleRange:!0,backgroundShadowColor:"transparent",borderDash:[],borderDashOffset:0,borderShadowColor:"transparent",borderWidth:1,display:!0,hitTolerance:0,init:void 0,pointStyle:"circle",radius:10,rotation:0,shadowBlur:0,shadowOffsetX:0,shadowOffsetY:0,xAdjust:0,xMax:void 0,xMin:void 0,xScaleID:void 0,xValue:void 0,yAdjust:0,yMax:void 0,yMin:void 0,yScaleID:void 0,yValue:void 0,z:0},ma.defaultRoutes={borderColor:"color",backgroundColor:"color"};class ga extends Zt{inRange(t,e,i,s){if(i!=="x"&&i!=="y")return this.options.radius>=.1&&this.elements.length>1&&dD(this.elements,t,e,s);const r=ei({x:t,y:e},this.getCenterPoint(s),Vt(-this.options.rotation)),a=this.elements.map(c=>i==="y"?c.bY:c.bX),o=Math.min(...a),l=Math.max(...a);return r[i]>=o&&r[i]<=l}getCenterPoint(t){return ii(this,t)}draw(t){const{elements:e,options:i}=this;t.save(),t.beginPath(),t.fillStyle=i.backgroundColor,Li(t,i);const s=on(t,i);let r=!0;for(const a of e)r?(t.moveTo(a.x,a.y),r=!1):t.lineTo(a.x,a.y);t.closePath(),t.fill(),s&&(t.shadowColor=i.borderShadowColor,t.stroke()),t.restore()}resolveElementProperties(t,e){const i=Jf(t,e),{sides:s,rotation:r}=e,a=[],o=2*ct/s;let l=r*Ha;for(let c=0;c<s;c++,l+=o){const u=uD(i,e,l);u.initProperties=Ii(t,i,e),a.push(u)}return i.elements=a,i}}ga.id="polygonAnnotation",ga.defaults={adjustScaleRange:!0,backgroundShadowColor:"transparent",borderCapStyle:"butt",borderDash:[],borderDashOffset:0,borderJoinStyle:"miter",borderShadowColor:"transparent",borderWidth:1,display:!0,hitTolerance:0,init:void 0,point:{radius:0},radius:10,rotation:0,shadowBlur:0,shadowOffsetX:0,shadowOffsetY:0,sides:3,xAdjust:0,xMax:void 0,xMin:void 0,xScaleID:void 0,xValue:void 0,yAdjust:0,yMax:void 0,yMin:void 0,yScaleID:void 0,yValue:void 0,z:0},ga.defaultRoutes={borderColor:"color",backgroundColor:"color"};function uD({centerX:n,centerY:t},{radius:e,borderWidth:i,hitTolerance:s},r){const a=(i+s)/2,o=Math.sin(r),l=Math.cos(r),c={x:n+o*e,y:t-l*e};return{type:"point",optionScope:"point",properties:{x:c.x,y:c.y,centerX:c.x,centerY:c.y,bX:n+o*(e+a),bY:t-l*(e+a)}}}function dD(n,t,e,i){let s=!1,r=n[n.length-1].getProps(["bX","bY"],i);for(const a of n){const o=a.getProps(["bX","bY"],i);o.bY>e!=r.bY>e&&t<(r.bX-o.bX)*(e-o.bY)/(r.bY-o.bY)+o.bX&&(s=!s),r=o}return s}const Pn={box:Fi,doughnutLabel:fa,ellipse:Gs,label:$s,line:qs,point:ma,polygon:ga};Object.keys(Pn).forEach(n=>{At.describe(`elements.${Pn[n].id}`,{_fallback:"plugins.annotation.common"})});const hD={update:Object.assign},fD=Sl.concat(ha),_m=(n,t)=>ht(t)?El(n,t):n,Cl=n=>n==="color"||n==="font";function Ol(n="line"){return Pn[n]?n:(console.warn(`Unknown annotation type: '${n}', defaulting to 'line'`),"line")}function mD(n,t,e,i){const s=pD(n,e.animations,i),r=t.annotations,a=_D(t.elements,r);for(let o=0;o<r.length;o++){const l=r[o],c=xm(a,o,l.type),u=l.setContext(bD(n,c,a,l)),h=c.resolveElementProperties(n,u);h.skip=gD(h),"elements"in h&&(yD(c,h.elements,u,s),delete h.elements),ge(c.x)||Object.assign(c,h),Object.assign(c,h.initProperties),h.options=wm(u),s.update(c,h)}}function gD(n){return isNaN(n.x)||isNaN(n.y)}function pD(n,t,e){return e==="reset"||e==="none"||e==="resize"?hD:new no(n,t)}function yD(n,t,e,i){const s=n.elements||(n.elements=[]);s.length=t.length;for(let r=0;r<t.length;r++){const a=t[r],o=a.properties,l=xm(s,r,a.type,a.initProperties),c=e[a.optionScope].override(a);o.options=wm(c),i.update(l,o)}}function xm(n,t,e,i){const s=Pn[Ol(e)];let r=n[t];return(!r||!(r instanceof s))&&(r=n[t]=new s,Object.assign(r,i)),r}function wm(n){const t=Pn[Ol(n.type)],e={};e.id=n.id,e.type=n.type,e.drawTime=n.drawTime,Object.assign(e,El(n,t.defaults),El(n,t.defaultRoutes));for(const i of fD)e[i]=n[i];return e}function El(n,t){const e={};for(const i of Object.keys(t)){const s=t[i],r=n[i];Cl(i)&&wt(r)?e[i]=r.map(a=>_m(a,s)):e[i]=_m(r,s)}return e}function bD(n,t,e,i){return t.$context||(t.$context=Object.assign(Object.create(n.getContext()),{element:t,get elements(){return e.filter(s=>s&&s.options)},id:i.id,type:"annotation"}))}function _D(n,t){const e=t.length,i=n.length;if(i<e){const s=e-i;n.splice(i,0,...new Array(s))}else i>e&&n.splice(e,i-e);return n}var xD="3.1.0";const Rn=new Map,Sm=n=>n.type!=="doughnutLabel",wD=Sl.concat(ha);var vm={id:"annotation",version:xD,beforeRegister(){sk("chart.js","4.0",ye.version)},afterRegister(){ye.register(Pn)},afterUnregister(){ye.unregister(Pn)},beforeInit(n){Rn.set(n,{annotations:[],elements:[],visibleElements:[],listeners:{},listened:!1,moveListened:!1,hooks:{},hooked:!1,hovered:[]})},beforeUpdate(n,t,e){const i=Rn.get(n),s=i.annotations=[];let r=e.annotations;ht(r)?Object.keys(r).forEach(a=>{const o=r[a];ht(o)&&(o.id=a,s.push(o))}):wt(r)&&s.push(...r),Bk(s.filter(Sm),n.scales)},afterDataLimits(n,t){const e=Rn.get(n);Fk(n,t.scale,e.annotations.filter(Sm).filter(i=>i.display&&i.adjustScaleRange))},afterUpdate(n,t,e){const i=Rn.get(n);Pk(n,i,e),mD(n,i,e,t.mode),i.visibleElements=i.elements.filter(s=>!s.skip&&s.options.display),Nk(n,i,e)},beforeDatasetsDraw(n,t,e){Ks(n,"beforeDatasetsDraw",e.clip)},afterDatasetsDraw(n,t,e){Ks(n,"afterDatasetsDraw",e.clip)},beforeDatasetDraw(n,t,e){Ks(n,t.index,e.clip)},beforeDraw(n,t,e){Ks(n,"beforeDraw",e.clip)},afterDraw(n,t,e){Ks(n,"afterDraw",e.clip)},beforeEvent(n,t,e){const i=Rn.get(n);Rk(i,t.event,e)&&(t.changed=!0)},afterDestroy(n){Rn.delete(n)},getAnnotations(n){const t=Rn.get(n);return t?t.elements:[]},_getAnnotationElementsAtEventForMode(n,t,e){return pl(n,t,e)},defaults:{animations:{numbers:{properties:["x","y","x2","y2","width","height","centerX","centerY","pointX","pointY","radius"],type:"number"},colors:{properties:["backgroundColor","borderColor"],type:"color"}},clip:!0,interaction:{mode:void 0,axis:void 0,intersect:void 0},common:{drawTime:"afterDatasetsDraw",init:!1,label:{}}},descriptors:{_indexable:!1,_scriptable:n=>!wD.includes(n)&&n!=="init",annotations:{_allKeys:!1,_fallback:(n,t)=>`elements.${Pn[Ol(t.type)].id}`},interaction:{_fallback:!0},common:{label:{_indexable:Cl,_fallback:!0},_indexable:Cl}},additionalOptionScopes:[""]};function Ks(n,t,e){const{ctx:i,chartArea:s}=n,r=Rn.get(n);e&&as(i,s);const a=SD(r.visibleElements,t).sort((o,l)=>o.element.options.z-l.element.options.z);for(const o of a)vD(i,s,r,o);e&&os(i)}function SD(n,t){const e=[];for(const i of n)if(i.options.drawTime===t&&e.push({element:i,main:!0}),i.elements&&i.elements.length)for(const s of i.elements)s.options.display&&s.options.drawTime===t&&e.push({element:s});return e}function vD(n,t,e,i){const s=i.element;i.main?(rm(e,s,"beforeDraw"),s.draw(n,t),rm(e,s,"afterDraw")):s.draw(n,t)}const TD={class:"zoom-timerange-container"},MD={class:"zoom-timerange-details"},kD={class:"label","data-testid":"zoom-timerange-from"},DD={class:"label","data-testid":"zoom-timerange-to"},CD=d.defineComponent({__name:"ZoomTimerange",props:{start:{},end:{},granularity:{}},setup(n){const t=n,{i18n:e}=ft.useI18n(),i=d.ref(Bs({tickValue:t.start,granularity:t.granularity})),s=d.ref(Bs({tickValue:t.end,granularity:t.granularity})),r=(a,o)=>{tf(()=>{i.value=Bs({tickValue:a,granularity:t.granularity}),s.value=Bs({tickValue:o,granularity:t.granularity})},100)()};return d.watch(()=>[t.start,t.end],([a,o])=>{r(a,o)},{immediate:!0}),(a,o)=>(d.openBlock(),d.createElementBlock("div",TD,[d.createElementVNode("div",MD,[d.createElementVNode("div",kD,d.toDisplayString(d.unref(e).t("zoom_time_range.from")),1),d.createElementVNode("div",null,d.toDisplayString(i.value),1),d.createElementVNode("div",DD,d.toDisplayString(d.unref(e).t("zoom_time_range.to")),1),d.createElementVNode("div",null,d.toDisplayString(s.value),1)])]))}}),Ce=(n,t)=>{const e=n.__vccOpts||n;for(const[i,s]of t)e[i]=s;return e},Tm=Ce(CD,[["__scopeId","data-v-4fa681cf"]]),OD={class:"zoom-actions-container"},ED={class:"zoom-actions-heading"},AD={class:"zoom-action-select"},PD=["data-testid"],RD=["aria-disabled","href"],ID=["onClick"],LD=Ce(d.defineComponent({__name:"ZoomActions",props:{zoomActionItems:{},newTimeRange:{},granularity:{}},emits:["onAction"],setup(n,{emit:t}){const e=n,i=t,s=r=>{r.action&&(r.action(e.newTimeRange),i("onAction"))};return(r,a)=>(d.openBlock(),d.createElementBlock("div",OD,[d.createElementVNode("div",ED,[d.createVNode(Tm,{end:n.newTimeRange.end,granularity:n.granularity,start:n.newTimeRange.start},null,8,["end","granularity","start"]),d.createVNode(d.unref(Gi.CloseIcon),{class:"zoom-actions-close-icon",color:d.unref(Jo),size:d.unref(Ns),onClick:a[0]||(a[0]=o=>r.$emit("onAction"))},null,8,["color","size"])]),a[2]||(a[2]=d.createElementVNode("div",{class:"zoom-actions-heading-divider"},null,-1)),d.createElementVNode("div",AD,[(d.openBlock(!0),d.createElementBlock(d.Fragment,null,d.renderList(n.zoomActionItems,o=>(d.openBlock(),d.createElementBlock("div",{key:o.key,class:d.normalizeClass(["zoom-action-item",{disabled:o.disabled}]),"data-testid":`zoom-action-item-${o.key}`},[o.href?(d.openBlock(),d.createElementBlock("a",{key:0,"aria-disabled":o.disabled,class:"zoom-action-link",href:o.href,onClick:a[1]||(a[1]=l=>r.$emit("onAction"))},d.toDisplayString(o.label),9,RD)):(d.openBlock(),d.createElementBlock("div",{key:1,onClick:l=>s(o)},d.toDisplayString(o.label),9,ID))],10,PD))),128))])]))}}),[["__scopeId","data-v-179abac7"]]),ND={key:2},FD={class:"tooltip-title"},BD={class:"title"},zD={key:0,class:"subtitle"},UD={class:"context"},HD={class:"metric"},WD={class:"tooltip"},VD={key:0},YD={class:"display-value"},pa=Ce(d.defineComponent({__name:"ChartTooltip",props:{state:{},tooltipTitle:{default:""},absoluteLeft:{default:"0px"},absoluteTop:{default:"0px"},zoomTimeRange:{default:void 0},zoomActionItems:{default:void 0},granularity:{default:void 0}},emits:["dimensions","onAction"],setup(n,{emit:t}){const e=t,i=n,s=d.ref(null),{x:r,y:a,isDragging:o}=YM(s,{initialValue:{x:parseFloat(i.absoluteLeft),y:parseFloat(i.absoluteTop)}}),l=d.computed(()=>`${a.value}px`),c=d.computed(()=>`${r.value}px`),u=d.computed(()=>i.state.tooltipContext),h=d.computed(()=>i.state.metricDisplay),f=d.computed(()=>["interactive","zoom-interactive"].includes(i.state.interactionMode));return d.watch(()=>[i.absoluteLeft,i.absoluteTop],([m,g])=>{o.value||(r.value=parseFloat(m),a.value=parseFloat(g))}),d.watch(o,m=>{m?document.body.classList.add("no-select"):document.body.classList.remove("no-select")}),d.watch(s,m=>{if(m){const{width:g,height:_}=m.getBoundingClientRect();e("dimensions",{width:g,height:_})}}),(m,g)=>{var _,x;return n.state.showTooltip?(d.openBlock(),d.createElementBlock("div",{key:0,ref_key:"tooltipEl",ref:s,class:d.normalizeClass(["tooltip-container",{locked:n.state.interactionMode==="interactive"}]),style:d.normalizeStyle({transform:f.value?`translate(${c.value}, ${l.value})`:`translate(${n.absoluteLeft}, ${n.absoluteTop})`,left:"0",top:"0",pointerEvents:f.value?"all":"none"})},[n.state.interactionMode==="selecting-chart-area"&&n.granularity&&n.zoomTimeRange&&n.zoomTimeRange.end&&n.zoomTimeRange.start?(d.openBlock(),d.createBlock(Tm,{key:0,end:(_=n.zoomTimeRange)==null?void 0:_.end,granularity:n.granularity,start:(x=n.zoomTimeRange)==null?void 0:x.start},null,8,["end","granularity","start"])):n.state.interactionMode==="zoom-interactive"&&n.zoomTimeRange&&n.zoomActionItems&&n.granularity?(d.openBlock(),d.createBlock(LD,{key:1,granularity:n.granularity,"new-time-range":n.zoomTimeRange,"zoom-action-items":n.zoomActionItems,onOnAction:g[0]||(g[0]=S=>e("onAction"))},null,8,["granularity","new-time-range","zoom-action-items"])):(d.openBlock(),d.createElementBlock("div",ND,[d.createElementVNode("div",FD,[d.createElementVNode("div",BD,[d.createElementVNode("div",null,d.toDisplayString(n.tooltipTitle),1),f.value?(d.openBlock(),d.createBlock(d.unref(Gi.DragIcon),{key:0,class:"drag-icon",color:d.unref(Jo),size:d.unref(Ns)},null,8,["color","size"])):d.createCommentVNode("",!0)]),u.value||h.value?(d.openBlock(),d.createElementBlock("div",zD,[d.createElementVNode("div",UD,d.toDisplayString(u.value),1),d.createElementVNode("div",HD,d.toDisplayString(h.value),1)])):d.createCommentVNode("",!0)]),d.createElementVNode("ul",WD,[(d.openBlock(!0),d.createElementBlock(d.Fragment,null,d.renderList(n.state.tooltipSeries,({backgroundColor:S,borderColor:T,label:D,value:E,isSegmentEmpty:C},A)=>(d.openBlock(),d.createElementBlock(d.Fragment,{key:D+A},[n.state.tooltipSeries.length?(d.openBlock(),d.createElementBlock("li",VD,[d.createElementVNode("div",{class:"square-marker",style:d.normalizeStyle({background:String(S),borderColor:String(T)})},null,4),d.createElementVNode("span",{class:d.normalizeClass(["display-label",{empty:C}])},d.toDisplayString(D),3),d.createElementVNode("span",YD,d.toDisplayString(E),1)])):d.createCommentVNode("",!0)],64))),128))])]))],6)):d.createCommentVNode("",!0)}}}),[["__scopeId","data-v-ef584c53"]]),$D={key:0,class:"legend-container","data-testid":"legend"},jD=["onClick"],qD=["title"],GD={class:"label truncate-label"},KD={key:0,class:"sub-label"},XD={class:"tooltip-content"},Al=Ce(d.defineComponent({__name:"ChartLegend",props:{id:{type:String,required:!0},items:{type:Object,required:!0},chartInstance:{type:Object,required:!1,default:()=>null}},setup(n){const t=n,{i18n:e}=ft.useI18n(),i=d.inject("showLegendValues",!1),s=d.inject("legendPosition",d.ref(xe.Bottom)),r=(o=0,l)=>{if(t.chartInstance===null)return;const c=t.chartInstance instanceof ye?t.chartInstance:t.chartInstance.chart;a(o,l)?c.hide(o,l):c.show(o,l),c.update()},a=(o=0,l)=>{if(t.chartInstance===null||t.chartInstance.chart===null)return!0;const c=t.chartInstance instanceof ye?t.chartInstance:t.chartInstance.chart,u=c.getDatasetMeta(o);return u.dataset||l===void 0?c.isDatasetVisible(o):!(u.data.length&&u.data[l].hidden)};return(o,l)=>{const c=d.resolveComponent("KTooltip");return d.unref(s)!==d.unref(xe).Hidden?(d.openBlock(),d.createElementBlock("ul",$D,[(d.openBlock(!0),d.createElementBlock(d.Fragment,null,d.renderList(n.items,({fillStyle:u,strokeStyle:h,text:f,datasetIndex:m,index:g,value:_,isSegmentEmpty:x})=>(d.openBlock(),d.createElementBlock("li",{key:f,onClick:S=>r(m,g)},[d.createElementVNode("div",{class:"square-marker",style:d.normalizeStyle({background:u,"border-color":h})},null,4),d.createVNode(c,null,d.createSlots({default:d.withCtx(()=>[d.createElementVNode("div",{class:d.normalizeClass(["label-container",{"strike-through":!a(m,g)}]),title:_&&d.unref(i)?`${f}: ${_.formatted}`:f},[d.createElementVNode("div",GD,d.toDisplayString(f),1),_&&d.unref(i)?(d.openBlock(),d.createElementBlock("div",KD,d.toDisplayString(_.formatted),1)):d.createCommentVNode("",!0)],10,qD)]),_:2},[x?{name:"content",fn:d.withCtx(()=>[d.createElementVNode("div",XD,d.toDisplayString(d.unref(e).t("emptyEntityInfo")),1)]),key:"0"}:void 0]),1024)],8,jD))),128))])):d.createCommentVNode("",!0)}}}),[["__scopeId","data-v-27d1c6d3"]]),te=[];for(let n=0;n<256;++n)te.push((n+256).toString(16).slice(1));function ZD(n,t=0){return(te[n[t+0]]+te[n[t+1]]+te[n[t+2]]+te[n[t+3]]+"-"+te[n[t+4]]+te[n[t+5]]+"-"+te[n[t+6]]+te[n[t+7]]+"-"+te[n[t+8]]+te[n[t+9]]+"-"+te[n[t+10]]+te[n[t+11]]+te[n[t+12]]+te[n[t+13]]+te[n[t+14]]+te[n[t+15]]).toLowerCase()}const QD=new Uint8Array(16);function JD(){return crypto.getRandomValues(QD)}function Pl(n,t,e){return crypto.randomUUID?crypto.randomUUID():tC(n)}function tC(n,t,e){var s;n=n||{};const i=n.random??((s=n.rng)==null?void 0:s.call(n))??JD();if(i.length<16)throw new Error("Random bytes length must be >= 16");return i[6]=i[6]&15|64,i[8]=i[8]&63|128,ZD(i)}const Mm=(n,t)=>{const e=n.ctx,i=n.scales.y,s=n.scales.x,r=t[t.length-1].element;e.save(),e.strokeStyle="rgba(100, 100, 100, 1)",e.lineWidth=3,n.options.indexAxis==="x"?e.strokeRect(r.x-r.width/2,r.y,r.width,i.bottom-r.y):e.strokeRect(s.left,r.y-r.height/2,r.x-s.left,r.height),e.restore()};class km{constructor(){P(this,"id","highlightPlugin");P(this,"_clickedElements");P(this,"_previousHoverOption");P(this,"_clicked",!1);P(this,"_pause",!1);P(this,"_suppressNextClick",!1)}afterDatasetsDraw(t){this._clickedElements&&this._clickedElements.length&&!this._pause&&Mm(t,this._clickedElements)}afterEvent(t,{event:e}){var r;if(e.type==="click"&&this._suppressNextClick){this._suppressNextClick=!1;return}if(e.type!=="click"||!e.native||this._pause)return;this._clicked=!this._clicked;const i=((r=t.options.interaction)==null?void 0:r.mode)||"index",s=t.getElementsAtEventForMode(e.native,i,{intersect:!1},!0);s.length&&this._clicked?(this._clickedElements=s,Mm(t,this._clickedElements),this._previousHoverOption=t.options.hover,t.options.hover={mode:null}):(delete this._clickedElements,t.options.hover=this._previousHoverOption||t.options.hover,this._clicked=!1)}beforeDestroy(t){delete this._clickedElements,t.options.hover=this._previousHoverOption||t.options.hover,this._clicked=!1}pause(){this._pause=!0}get isPaused(){return this._pause}resume(t=!1){this._pause=!1,t&&(this._suppressNextClick=!0)}}const eC=["id"],nC=["id"],iC={class:"axis-tooltip-content"},sC="100%",rC="100%",aC=20,oC=20,Dm=6,lC=0,cC=10,uC=10,dC=1,hC=Ce(d.defineComponent({__name:"StackedBarChart",props:{chartData:{},tooltipTitle:{default:""},legendValues:{default:void 0},metricUnit:{default:""},orientation:{default:"horizontal"},annotations:{type:Boolean,default:!0},metricAxesTitle:{default:void 0},dimensionAxesTitle:{default:void 0},stacked:{type:Boolean,default:!0},syntheticsDataKey:{default:""},chartLegendSortFn:{type:Function,default:(n,t)=>n.value&&t.value&&t.value.raw-n.value.raw},chartTooltipSortFn:{type:Function,default:(n,t)=>t.rawValue-n.rawValue},tooltipMetricDisplay:{default:""}},setup(n){const t=n,{i18n:e}=ft.useI18n(),{translateUnit:i}=ft.useTranslatedUnits(),s=crypto.randomUUID(),r=crypto.randomUUID(),a=new km,o=d.useTemplateRef("chartContainer"),l=d.useTemplateRef("chartParent"),c=({chart:K},q)=>{var tt;const Z=K.data,J=(tt=Z.labels)==null?void 0:tt.indexOf(q);return Z.datasets.reduce((Q,mt,St)=>{if(K.isDatasetVisible(St)){const at=mt.data[J];return isNaN(at)?Q:Q+at}else return Q},0)},u=(K,q,Z,J)=>{const tt=J==="horizontal";q===null&&(q=e.t("entityNoName"));const Q={type:"label",yValue:at=>tt?q:c(at,q),xValue:at=>tt?c(at,q):q},mt={...Q,position:tt?{x:"start",y:"center"}:{x:"center",y:"end"},yAdjust:()=>tt?0:-Math.abs(ET()),content:at=>lf(c(at,q),Z)},St={...Q,content:at=>PT(c(at,q),AT(at.chart,K)),position:tt?{x:"start",y:"center"}:{x:"center",y:"end"},xAdjust:at=>tt?OT(lf(c(at,q),Z)):0,color:ST};return{[`${q}-value`]:mt,[`${q}-percent`]:St}},h=d.useTemplateRef("canvas"),f=d.useTemplateRef("axis"),m=Pl(),g=Pl(),_=d.ref([]),x=d.inject("legendPosition",xe.Bottom),S=d.reactive({show:!1,top:"0px",left:"0px",text:"",offset:-50}),T=d.toRef(t,"metricUnit"),D=d.computed(()=>t.orientation==="horizontal"),E=d.reactive({showTooltip:!1,tooltipContext:"",metricDisplay:d.toRef(t,"tooltipMetricDisplay"),dimensionDisplay:d.toRef(t,"dimensionAxesTitle"),tooltipSeries:[],left:"",top:"",units:d.toRef(t,"metricUnit"),translateUnit:i,offsetX:0,offsetY:0,width:0,height:0,interactionMode:"idle",chartType:D.value?"horizontal_bar":"vertical_bar",chartID:r,chartTooltipSortFn:t.chartTooltipSortFn}),{tooltipAbsoluteLeft:C,tooltipAbsoluteTop:A}=ft.useTooltipAbsolutePosition(l,E),k=d.ref(0),p=()=>{var K;return t.annotations&&((K=t.chartData.labels)==null?void 0:K.reduce((q,Z)=>Object.assign(q,u(t.chartData,Z,T.value,t.orientation)),{}))},b={id:m,afterUpdate(K){k.value+=1,_.value=ef(K,t.legendValues,t.chartLegendSortFn)}},v={id:g,afterUpdate(K){K.options.plugins.annotation.annotations=t.annotations?p():{}}},R=[b,{id:"axisHover",afterEvent(K,q){var Z;if(S.show=!1,q.event.type==="mousemove"){const J=q.event,tt=K.options.indexAxis,Q=K.scales,mt=K.scales[tt].getLabelForValue(Number(K.scales[tt].getValueForPixel(J[tt]))),at=K.scales[tt].getLabels().indexOf(mt),yt=(Z=t.chartData.isLabelEmpty)==null?void 0:Z[at];if(($t=>$t==="x"?J.y>Q.x.top:J.x<Q.y.right)(tt)){E.interactionMode!=="interactive"&&(E.showTooltip=!1);const ot=K.canvas.getContext("2d").measureText(mt).width,vt=Math.abs(Math.round(J.x-ot*.5)),ee=Math.round(J.x+ot*.5),le=K.canvas.getBoundingClientRect(),jt=40;S.left=tt==="x"?`${(vt>0?vt:ee)-S.offset+le.left}px`:`${J.x-ot*.5-S.offset+le.left}px`,S.top=`${J.y-jt+le.top}px`,mt.length>ia?(S.show=!0,S.text=mt):yt?(S.text=e.t("emptyEntityInfo"),S.show=!0):S.show=!1}else S.show=!1}}},a,...t.annotations?[v]:[]],W=d.computed(()=>t.chartData.labels&&t.chartData.labels.length||0),L=d.ref(0),H=d.ref(0),N=new ResizeObserver(tf(K=>{L.value=K[0].contentRect.width,H.value=K[0].contentRect.height},100)),B=d.computed(()=>{var q,Z;const K=(Z=(q=t.chartData)==null?void 0:q.labels)==null?void 0:Z.length;return h.value&&K&&!D.value?`${Math.max(K*(aC+Dm),L.value)}px`:sC}),$=d.computed(()=>{var q,Z;const K=(Z=(q=t.chartData)==null?void 0:q.labels)==null?void 0:Z.length;return h.value&&K&&D.value?`${Math.max(K*(oC+Dm),H.value)}px`:rC});ft.useReportChartDataForSynthetics(d.toRef(t,"chartData"),d.toRef(t,"syntheticsDataKey")),d.onMounted(()=>{t.annotations&&ye.register(vm),o.value&&(L.value=o.value.offsetWidth,H.value=o.value.offsetHeight,N.observe(o.value))}),d.onUnmounted(()=>{o.value&&N.unobserve(o.value)});const Y=d.computed(()=>{const K=ft.useBarChartOptions({tooltipState:E,legendID:m,stacked:d.toRef(t,"stacked"),metricAxesTitle:d.toRef(t,"metricAxesTitle"),dimensionAxesTitle:d.toRef(t,"dimensionAxesTitle"),indexAxis:D.value?"y":"x",numLabels:W});return{...K.value,plugins:{...K.value.plugins,annotation:{annotations:p(),clip:!1}}}}),U=ft.useChartJSCommon("bar",h,d.toRef(t,"chartData"),R,Y);d.onBeforeUnmount(()=>{ye.unregister(vm)});const V={[xe.Bottom]:"column"},j=d.computed(()=>{if(f.value&&U.value){const K=window.devicePixelRatio,q=U.value,Z=q.scales.y.width*K+dC,J=(q.scales.y.height+q.scales.y.top+q.scales.x.height)*K,tt=f.value.getContext("2d");return tt.scale(K,K),tt.canvas.width=Z,tt.canvas.height=J,tt.canvas.style.width=`${Z/K}px`,tt.canvas.style.height=`${J/K}px`,{scale:K,width:Z*K,height:J*K,targetCtx:tt}}return null}),X=K=>{const q=K.target;if(j.value&&U.value&&!D.value){const Z=j.value.scale,J=j.value.targetCtx,tt=j.value.width,Q=j.value.height,mt=U.value,St=mt.canvas;J.fillStyle="white",q.scrollLeft>=lC&&q.scrollLeft<=cC?(J.globalCompositeOperation="source-over",J.clearRect(0,0,tt,Q),J.drawImage(St,0,0,tt,Q,0,0,tt,Q),J.globalCompositeOperation="destination-over",J.fillRect(0,0,tt,Q)):(J.globalCompositeOperation="source-over",J.fillRect(0,(mt.scales.y.height+mt.scales.y.top+uC)*Z,tt,mt.scales.x.height*Z))}E.offsetY=q.scrollTop,E.offsetX=q.scrollLeft,S.offset=q.scrollLeft},gt=({width:K,height:q})=>{E.width=K,E.height=q};d.watch(()=>t.orientation,()=>{var K;if(f.value&&j.value){const q=j.value.width,Z=j.value.height;((K=f.value)==null?void 0:K.getContext("2d")).clearRect(0,0,q,Z)}E.showTooltip=!1,E.interactionMode="idle"}),d.watch(()=>t.annotations,K=>{U.value&&(K?U.value.options.plugins.annotation.annotations=p(t.chartData):delete U.value.options.plugins.annotation.annotations)});const bt=()=>{E.showTooltip&&(E.interactionMode!=="idle"?E.interactionMode="idle":E.interactionMode="interactive")};return(K,q)=>(d.openBlock(),d.createElementBlock("div",{ref:"chartParent",class:d.normalizeClass(["chart-parent",V[d.unref(x)]])},[d.createElementVNode("canvas",{id:d.unref(s),ref:"axis",class:"axis"},null,8,eC),d.createElementVNode("div",{ref:"chartContainer",class:"chart-container",onClick:q[0]||(q[0]=Z=>bt()),onScroll:X},[d.createElementVNode("div",{class:"chart-body",style:d.normalizeStyle({width:B.value,height:$.value})},[d.createElementVNode("canvas",{id:d.unref(r),ref:"canvas",class:"chart-canvas"},null,8,nC)],4)],544),(d.openBlock(),d.createBlock(d.Teleport,{to:"body"},[S.show?(d.openBlock(),d.createElementBlock("div",{key:0,class:"axis-tooltip",style:d.normalizeStyle({top:S.top,left:S.left}),width:"auto"},[d.createElementVNode("div",iC,d.toDisplayString(S.text),1)],4)):d.createCommentVNode("",!0),d.createVNode(pa,{"absolute-left":d.unref(C),"absolute-top":d.unref(A),"chart-parent-ref":l.value,state:E,"tooltip-title":n.tooltipTitle,onDimensions:gt},null,8,["absolute-left","absolute-top","chart-parent-ref","state","tooltip-title"])])),d.createVNode(Al,{id:d.unref(m),"chart-instance":d.unref(U),items:_.value},null,8,["id","chart-instance","items"])],2))}}),[["__scopeId","data-v-60e5a1a7"]]);/*!
|
|
24
24
|
* chartjs-adapter-date-fns v3.0.0
|
|
25
25
|
* https://www.chartjs.org
|
|
26
26
|
* (c) 2022 chartjs-adapter-date-fns Contributors
|
|
27
27
|
* Released under the MIT license
|
|
28
|
-
*/const fC={datetime:"MMM d, yyyy, h:mm:ss aaaa",millisecond:"h:mm:ss.SSS aaaa",second:"h:mm:ss aaaa",minute:"h:mm aaaa",hour:"ha",day:"MMM d",week:"PP",month:"MMM yyyy",quarter:"qqq - yyyy",year:"yyyy"};Tu._date.override({_id:"date-fns",formats:function(){return fC},parse:function(n,t){if(n===null||typeof n>"u")return null;const e=typeof n;return e==="number"||n instanceof Date?n=lt(n):e==="string"&&(typeof t=="string"?n=uw(n,t,new Date,this.options):n=oh(n,this.options)),Ro(n)?n.getTime():null},format:function(n,t){return Yr(n,t,this.options)},add:function(n,t,e){switch(e){case"millisecond":return Ao(n,t);case"second":return r_(n,t);case"minute":return i_(n,t);case"hour":return t_(n,t);case"day":return Wr(n,t);case"week":return a_(n,t);case"month":return Eo(n,t);case"quarter":return s_(n,t);case"year":return o_(n,t);default:return n}},diff:function(n,t,e){switch(e){case"millisecond":return Io(n,t);case"second":return g_(n,t);case"minute":return h_(n,t);case"hour":return d_(n,t);case"day":return Ud(n,t);case"week":return p_(n,t);case"month":return Yd(n,t);case"quarter":return m_(n,t);case"year":return y_(n,t);default:return 0}},startOf:function(n,t,e){switch(t){case"second":return mw(n);case"minute":return fw(n);case"hour":return hw(n);case"day":return Po(n);case"week":return $e(n);case"isoWeek":return $e(n,{weekStartsOn:+e});case"month":return __(n);case"quarter":return b_(n);case"year":return $d(n);default:return n}},endOf:function(n,t){switch(t){case"second":return M_(n);case"minute":return v_(n);case"hour":return w_(n);case"day":return Wd(n);case"week":return S_(n);case"month":return Vd(n);case"quarter":return T_(n);case"year":return x_(n);default:return n}}});const Cm={data:{type:Object,required:!0},options:{type:Object,default:()=>({})},plugins:{type:Array,default:()=>[]},datasetIdKey:{type:String,default:"label"},updateMode:{type:String,default:void 0}},mC={type:{type:String,required:!0},destroyDelay:{type:Number,default:0},...Cm,...{ariaLabel:{type:String},ariaDescribedby:{type:String}}},gC=d.version[0]==="2"?(n,t)=>Object.assign(n,{attrs:t}):(n,t)=>Object.assign(n,t);function Bi(n){return d.isProxy(n)?d.toRaw(n):n}function pC(n){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:n;return d.isProxy(t)?new Proxy(n,{}):n}function yC(n,t){const e=n.options;e&&t&&Object.assign(e,t)}function Om(n,t){n.labels=t}function Em(n,t,e){const i=[];n.datasets=t.map(s=>{const r=n.datasets.find(a=>a[e]===s[e]);return!r||!s.data||i.includes(r)?{...s}:(i.push(r),Object.assign(r,s),r)})}function bC(n,t){const e={labels:[],datasets:[]};return Om(e,n.labels),Em(e,n.datasets,t),e}const _C=d.defineComponent({props:mC,setup(n,t){let{expose:e,slots:i}=t;const s=d.ref(null),r=d.shallowRef(null);e({chart:r});const a=()=>{if(!s.value)return;const{type:c,data:u,options:h,plugins:f,datasetIdKey:m}=n,p=bC(u,m),_=pC(p,u);r.value=new ye(s.value,{type:c,data:_,options:{...h},plugins:f})},o=()=>{const c=d.toRaw(r.value);c&&(n.destroyDelay>0?setTimeout(()=>{c.destroy(),r.value=null},n.destroyDelay):(c.destroy(),r.value=null))},l=c=>{c.update(n.updateMode)};return d.onMounted(a),d.onUnmounted(o),d.watch([()=>n.options,()=>n.data],(c,u)=>{let[h,f]=c,[m,p]=u;const _=d.toRaw(r.value);if(!_)return;let x=!1;if(h){const S=Bi(h),M=Bi(m);S&&S!==M&&(yC(_,S),x=!0)}if(f){const S=Bi(f.labels),M=Bi(p.labels),C=Bi(f.datasets),A=Bi(p.datasets);S!==M&&(Om(_.config.data,S),x=!0),C&&C!==A&&(Em(_.config.data,C,n.datasetIdKey),x=!0)}x&&d.nextTick(()=>{l(_)})},{deep:!0}),()=>d.h("canvas",{role:"img","aria-label":n.ariaLabel,"aria-describedby":n.ariaDescribedby,ref:s},[d.h("p",{},[i.default?i.default():""])])}});function Rl(n,t){return ye.register(t),d.defineComponent({props:Cm,setup(e,i){let{expose:s}=i;const r=d.shallowRef(null),a=o=>{r.value=o==null?void 0:o.chart};return s({chart:r}),()=>d.h(_C,gC({ref:a},{type:n,...e}))}})}const Am=Rl("bar",us),Pm=Rl("doughnut",sn),Rm=Rl("line",ds),xC={class:"chart-container"},wC={key:0,class:"chart-center-metric"},SC={class:"chart-center-total"},vC={key:0,class:"chart-center-unit"},TC=d.defineComponent({__name:"DonutChart",props:{chartData:{},tooltipTitle:{},metricUnit:{default:""},metricName:{default:""},legendPosition:{default:xe.Bottom},legendValues:{default:void 0},syntheticsDataKey:{default:""},datasetColors:{default:()=>On},tooltipDimensionDisplay:{default:""},tooltipMetricDisplay:{default:""},showCenterMetric:{type:Boolean,default:!0}},setup(n){const t=n,{translateUnit:e}=ft.useTranslatedUnits(),{i18n:i}=ft.useI18n(),s=crypto.randomUUID(),r=crypto.randomUUID(),a=d.ref([]),o=d.useTemplateRef("chartParent"),l=d.reactive({showTooltip:!1,tooltipContext:"",metricDisplay:d.toRef(t,"tooltipMetricDisplay"),dimensionDisplay:d.toRef(t,"tooltipDimensionDisplay"),tooltipSeries:[],left:"",top:"",units:d.toRef(t,"metricUnit"),translateUnit:e,offsetX:0,offsetY:0,width:0,height:0,chartID:r,chartType:"donut",interactionMode:"idle"}),{tooltipAbsoluteLeft:c,tooltipAbsoluteTop:u}=ft.useTooltipAbsolutePosition(o,l),h={id:s,afterUpdate(T){a.value=T.options.plugins.legend.labels.generateLabels(T).map(g=>({...g,value:t.legendValues&&t.legendValues[g.text],hidden:!1}))}},f=d.computed(()=>[h]),m=d.computed(()=>[t.chartData.datasets.reduce((g,y)=>(g.labels.push(y.label),g.backgroundColor.push(y.backgroundColor),g.hoverBorderColor.push($a(y.backgroundColor).saturate(.5).darken(.15).hexString()),g.data.push(y.data.reduce((v,O)=>v+O,0)),g),{labels:[],backgroundColor:[],borderColor:"#ffffff",borderWidth:1,hoverBorderColor:[],hoverBorderWidth:1,data:[],hoverOffset:10})]),{formatUnit:p}=Jn({i18n:i}),_=d.computed(()=>pM(t.metricName??"")),x=d.computed(()=>{var g;const T=((g=m.value[0])==null?void 0:g.data.reduce((y,v)=>y+v,0))??0;return p(T,t.metricUnit,{approximate:!0,translateUnit:(y,v)=>e(y,v)}).trim()}),S=d.computed(()=>t.tooltipMetricDisplay||""),M=d.computed(()=>({...t.chartData,datasets:m.value}));ft.useReportChartDataForSynthetics(d.toRef(t,"chartData"),d.toRef(t,"syntheticsDataKey"));const{options:C}=ft.useDonutChartOptions({tooltipState:l,legendID:s}),A=d.ref(),E=T=>({[xe.Bottom]:"column",[xe.Hidden]:"hidden"})[T],D=({width:T,height:g})=>{l.width=T,l.height=g};return(T,g)=>(d.openBlock(),d.createElementBlock("div",{ref:"chartParent",class:d.normalizeClass(["chart-parent",E(n.legendPosition)]),"data-testid":"donut-chart-parent"},[d.createElementVNode("div",xC,[d.createVNode(d.unref(Pm),{ref_key:"chartInstance",ref:A,"chart-id":d.unref(r),data:M.value,options:d.unref(C),plugins:f.value},null,8,["chart-id","data","options","plugins"]),n.showCenterMetric&&_.value?(d.openBlock(),d.createElementBlock("div",wC,[d.createElementVNode("span",SC,d.toDisplayString(x.value),1),S.value?(d.openBlock(),d.createElementBlock("span",vC,d.toDisplayString(S.value),1)):d.createCommentVNode("",!0)])):d.createCommentVNode("",!0),(d.openBlock(),d.createBlock(d.Teleport,{to:"body"},[d.createVNode(pa,{"absolute-left":d.unref(c),"absolute-top":d.unref(u),state:l,"tooltip-title":n.tooltipTitle,unit:n.metricUnit,onDimensions:D},null,8,["absolute-left","absolute-top","state","tooltip-title","unit"])]))]),d.createVNode(Al,{id:d.unref(s),"chart-instance":A.value,items:a.value,position:n.legendPosition},null,8,["id","chart-instance","items","position"])],2))}}),MC=Ce(TC,[["__scopeId","data-v-48b16272"]]),Il=(n,t,e,i,s="#0275d8")=>{n.save(),n.beginPath(),n.moveTo(t,e),n.lineTo(t,i),n.lineWidth=1,n.strokeStyle=s,n.stroke(),n.restore()},fe={},kC=()=>{fe.x=void 0,fe.chart=void 0,fe.strategy=void 0,fe.group=void 0},DC=10;class Im{constructor({brushGroup:t=void 0,brushStrategy:e=void 0,enableBrushing:i=!1}={}){P(this,"id","verticalLinePlugin");P(this,"_clickedSegment");P(this,"_pause",!1);P(this,"_useBrushingState",!1);P(this,"_brushStrategy");P(this,"_brushGroup");P(this,"_lastMouseBrushEvent",0);let s=!1;e==="group"&&(s=t!==void 0),this._useBrushingState=i&&s,this._brushStrategy=e,this._brushGroup=t}afterEvent(t,e){if(!this._useBrushingState)return;const{event:i}=e;(i.type==="mousemove"||i.type==="mouseout")&&requestAnimationFrame(s=>this.onMouseBrush(i.type,t,s))}onMouseBrush(t,e,i){if(t==="mousemove"&&i-this._lastMouseBrushEvent<DC)return;const s=()=>{fe.chart=e,fe.strategy=this._brushStrategy,fe.group=this._brushGroup;for(const r of Object.values(ye.instances))r!==e&&r.update("none")};t==="mousemove"?e.tooltip&&e.tooltip.getActiveElements()&&e.tooltip.getActiveElements().length&&(fe.x=e.tooltip.dataPoints[0].element.x,s()):t==="mouseout"&&(fe.x=void 0,s()),this._lastMouseBrushEvent=i}afterDatasetsDraw(t){if(this.isPaused)return;const e=t.tooltip&&t.tooltip.getActiveElements()&&t.tooltip.getActiveElements().length,i=t.ctx;if(this._clickedSegment){const{x:s}=this._clickedSegment.element;Il(i,s,t.scales.y.top,t.scales.y.bottom)}else if(this._useBrushingState)this.drawByBrush(t);else if(e){const{x:s}=t.tooltip.dataPoints[0].element;Il(i,s,t.scales.y.top,t.scales.y.bottom)}}drawByBrush(t){if(fe.x===void 0)return;const e=fe.chart===t?"#0275d8":"rgba(2, 117, 216, 0.3)";this._brushStrategy==="group"&&fe.group===this._brushGroup&&Il(t.ctx,fe.x,t.scales.y.top,t.scales.y.bottom,e)}pause(){this._pause=!0}resume(){this._pause=!1}get isPaused(){return this._pause}set clickedSegment(t){this._clickedSegment=t}get clickedSegment(){return this._clickedSegment}destroyClickedSegment(){delete this._clickedSegment}beforeDestroy(t){if(this._clickedSegment&&this.destroyClickedSegment(),this._useBrushingState&&fe.chart===t){const e=fe.x!==void 0;if(kC(),e)for(const i of Object.values(ye.instances))i!==t&&i.update("none")}}}const CC=(n,t,e)=>{const i=n.ctx;i.save(),i.strokeStyle="rgba(95, 154, 255, 1)",i.lineWidth=2,i.beginPath(),i.moveTo(t,n.chartArea.top),i.lineTo(t,n.chartArea.bottom),i.moveTo(e,n.chartArea.top),i.lineTo(e,n.chartArea.bottom),i.stroke(),i.restore()},OC=(n,t,e)=>{const i=n.ctx;i.save(),i.fillStyle="rgba(143, 193, 255, 0.3)",i.fillRect(t,n.chartArea.top,e-t,n.chartArea.bottom-n.chartArea.top),i.restore()},Lm=(n,t,e)=>{const i=t.scales.x.getValueForPixel(e.startX),s=t.scales.x.getValueForPixel(e.endX);i&&s&&t.canvas.dispatchEvent(new CustomEvent(n,{detail:{xStart:Math.min(i,s),xEnd:Math.max(i,s)}}))};class EC{constructor(){P(this,"id","dragSelectPlugin");P(this,"_isDragging",!1);P(this,"_startX",0);P(this,"_endX",0);P(this,"_dragTimeout");P(this,"_clearSelectionArea",!0);P(this,"_chart",null);P(this,"_dragSelectHandlers")}get startX(){return this._startX}get endX(){return this._endX}beforeInit(t){this._chart=t;const e=t.canvas;let i=!1;const s=o=>{this._dragTimeout=window.setTimeout(()=>{const l=e.getBoundingClientRect();this._isDragging=!0,this._clearSelectionArea=!1,i=!0,this._startX=o.clientX-l.left},150)},r=o=>{const l=e.getBoundingClientRect();i&&this._isDragging&&(this._endX=o.clientX-l.left,Lm("dragSelectMove",t,this))},a=o=>{const l=e.getBoundingClientRect();clearTimeout(this._dragTimeout),i&&this._isDragging&&(this._endX=o.clientX-l.left,Lm("dragSelect",t,this),i=!1,this._isDragging=!1)};e.addEventListener("mousedown",s),e.addEventListener("mousemove",r),e.addEventListener("mouseup",a),this._dragSelectHandlers={onMouseDown:s,onMouseMove:r,onMouseUp:a}}beforeDestroy(t){const e=t.canvas;if(this._dragSelectHandlers){const{onMouseDown:i,onMouseMove:s,onMouseUp:r}=this._dragSelectHandlers;e.removeEventListener("mousedown",i),e.removeEventListener("mousemove",s),e.removeEventListener("mouseup",r)}this._isDragging=!1,this._dragTimeout&&clearTimeout(this._dragTimeout)}afterDatasetsDraw(t){(this._isDragging||!this._clearSelectionArea)&&(OC(t,this._startX,this._endX),CC(t,this._startX,this._endX))}clearSelectionArea(){this._clearSelectionArea=!0,this._chart&&this._chart.update()}}const AC=["hidden","single","full"];var ri=(n=>(n.String="string",n.Number="number",n.Boolean="boolean",n.Object="object",n.Undefined="undefined",n))(ri||{});const PC=["donut","horizontal_bar","vertical_bar","timeseries_line","timeseries_bar"],RC=["gauge","top_n","single_value"],IC=20,LC="rgba(255, 171, 171, 0.4)",NC="rgba(255, 196, 0, 0.2)",Nm=(n,t,e)=>{const i=t.y-n.y;if(i===0)return t.x;const s=(e-n.y)/i;return n.x+s*(t.x-n.x)},FC=(n,t)=>{const e=[];return n.data.datasets.forEach(i=>{if(!n.getDatasetMeta(n.data.datasets.indexOf(i)).visible)return;const r=i.data;r!=null&&r.length&&t.filter(a=>a.highlightIntersections).forEach(a=>{const o=r.map(c=>({ts:c.x,aboveThreshold:c.y>=a.value}));let l=o[0].aboveThreshold?r[0].x:void 0;for(let c=1;c<o.length;c++)!o[c-1].aboveThreshold&&o[c].aboveThreshold?l=Nm(r[c-1],r[c],a.value):o[c-1].aboveThreshold&&!o[c].aboveThreshold&&l!==void 0&&(e.push({start:l,end:Nm(r[c-1],r[c],a.value),type:a.type}),l=void 0);l!==void 0&&e.push({start:l,end:o[o.length-1].ts,type:a.type})})}),e},BC=n=>{if(!n.length)return[];n.sort((e,i)=>e.type.localeCompare(i.type)||e.start-i.start);const t=[];for(const e of n){const i=t.findLast(({type:s})=>s===e.type);i&&e.start<=i.end?i.end=Math.max(i.end,e.end):t.push({...e})}return t};class zC{constructor(t){P(this,"id","thresholdPlugin");P(this,"_thresholds");P(this,"_mouseMoveHandler");this.i18n=t}_syncThresholds(t){var e,i;for(const s of Object.keys(t.threshold||{})){const r=(e=t.threshold)==null?void 0:e[s];r&&(this._thresholds={...this._thresholds,[s]:r.map(a=>({...a,hovered:!1}))})}if(this._thresholds)for(const s of Object.keys(this._thresholds))(i=t.threshold)!=null&&i[s]||delete this._thresholds[s]}get thresholds(){return this._thresholds}beforeUpdate(t,e,i){this._syncThresholds(i)}beforeInit(t,e,i){const s=t.canvas;this._syncThresholds(i);const r=a=>{var o;if(t){const l=a.clientY,c=t.scales.y,u=s.getBoundingClientRect(),h=c.getValueForPixel(l-u.top);if(h)for(const f of Object.keys(this._thresholds||{})){const m=(o=this._thresholds)==null?void 0:o[f];m&&m.forEach(p=>{p.hovered=Math.abs(p.value-h)<IC})}}};s.addEventListener("mousemove",r),this._mouseMoveHandler=r}afterDatasetsDraw(t,e){var s;const i=t.ctx;for(const r of Object.keys(this._thresholds||{})){const a=(s=this._thresholds)==null?void 0:s[r];if(a){a.forEach(c=>{const h=t.scales.y.getPixelForValue(c.value);i.save(),i.beginPath(),i.moveTo(t.chartArea.left,h),i.lineTo(t.chartArea.right,h),i.lineWidth=1,i.strokeStyle=el(c.type),i.setLineDash([5,5]),i.stroke(),i.restore();let f="";c.label?f=`${c.label}: ${c.value}`:c.type==="warning"?f=this.i18n.t("chartLabels.threshold-warning",{value:c.value}):c.type==="error"?f=this.i18n.t("chartLabels.threshold-error",{value:c.value}):f=this.i18n.t("chartLabels.thatreshold-neutral",{value:c.value}),c.hovered&&(i.save(),i.fillStyle=el(c.type),i.font=wT,i.fillText(f,t.chartArea.left,h-4),i.restore())});const o=FC(t,a);BC(o).forEach(c=>{const u=t.scales.x.getPixelForValue(c.start),h=t.scales.x.getPixelForValue(c.end);i.save(),i.fillStyle=c.type==="error"?LC:NC,i.fillRect(u,t.chartArea.top,h-u,t.chartArea.bottom-t.chartArea.top),i.restore(),i.save(),i.beginPath(),i.moveTo(u,t.chartArea.bottom),i.lineTo(h,t.chartArea.bottom),i.lineWidth=2,i.strokeStyle=el(c.type),i.stroke(),i.restore()})}}}beforeDestroy(t){this._mouseMoveHandler&&t.canvas.removeEventListener("mousemove",this._mouseMoveHandler)}}const UC=Ce(d.defineComponent({__name:"TimeSeriesChart",props:{chartData:{default:void 0},type:{default:"timeseries_line"},fill:{type:Boolean,default:!1},tooltipTitle:{},metricUnit:{default:""},timeRangeMs:{default:void 0},granularity:{},stacked:{type:Boolean,default:!0},legendValues:{default:void 0},metricAxesTitle:{default:void 0},dimensionAxesTitle:{default:void 0},syntheticsDataKey:{default:""},chartLegendSortFn:{type:Function,default:(n,t)=>n.value&&t.value&&t.value.raw-n.value.raw},chartTooltipSortFn:{type:Function,default:(n,t)=>t.rawValue-n.rawValue},brush:{type:Boolean,default:!1},zoomActionItems:{default:void 0},tooltipMetricDisplay:{default:""},threshold:{default:void 0}},emits:["zoom-time-range","select-chart-range"],setup(n,{emit:t}){const e=n,i=t,{i18n:s}=ft.useI18n(),r=new Im,a=new km,o=new EC,l=new zC(s),{translateUnit:c}=ft.useTranslatedUnits(),u=d.ref(),h=crypto.randomUUID(),f=crypto.randomUUID(),m=d.ref([]),p=d.inject("legendPosition",xe.Bottom),_=d.useTemplateRef("chartParent"),x=d.ref(void 0),S=d.ref(!1),M=d.reactive({showTooltip:!1,tooltipContext:0,metricDisplay:d.toRef(e,"tooltipMetricDisplay"),tooltipSeries:[],left:"",top:"",units:d.toRef(e,"metricUnit"),translateUnit:c,offsetX:0,offsetY:0,width:0,height:0,chartType:e.type,chartID:f,chartTooltipSortFn:e.chartTooltipSortFn,interactionMode:"idle"}),{tooltipAbsoluteLeft:C,tooltipAbsoluteTop:A}=ft.useTooltipAbsolutePosition(_,M),E={id:h,afterUpdate(U){m.value=ef(U,e.legendValues,e.chartLegendSortFn)}},D=d.computed(()=>[E,a,...e.brush?[o]:[],...e.type==="timeseries_line"?[r]:[],...e.threshold?[l]:[]]),T=d.computed(()=>`line-${D.value.map(U=>U.id).join("-")}`),g=d.computed(()=>`bar-${D.value.map(U=>U.id).join("-")}`),y=d.computed(()=>e.chartData&&Yv(e.chartData)),{options:v}=ft.useLineChartOptions({tooltipState:M,timeRangeMs:d.toRef(e,"timeRangeMs"),granularity:d.toRef(e,"granularity"),legendID:h,stacked:d.toRef(e,"stacked"),metricAxesTitle:d.toRef(e,"metricAxesTitle"),dimensionAxesTitle:d.toRef(e,"dimensionAxesTitle"),pointsWithoutHover:y,threshold:d.toRef(e,"threshold")});ft.useReportChartDataForSynthetics(d.toRef(e,"chartData"),d.toRef(e,"syntheticsDataKey"));const O=U=>({[xe.Bottom]:"column",[xe.Hidden]:"hidden"})[U],R=({width:U,height:q})=>{M.width=U,M.height=q},z=(U=!0)=>{M.interactionMode="idle",M.showTooltip=!1,o.clearSelectionArea(),a.isPaused&&a.resume(U),r.isPaused&&r.resume()},L=()=>{M.interactionMode="interactive"},B=()=>{var U,q;!u.value||!((q=(U=u.value.chart.tooltip)==null?void 0:U.dataPoints)!=null&&q.length)||(M.interactionMode==="interactive"?r.clickedSegment=u.value.chart.tooltip.dataPoints[0]:r.destroyClickedSegment())},K=()=>{if(S.value){S.value=!1;return}M.interactionMode!=="idle"?z():L(),B()};d.watch(()=>e.type,()=>{M.interactionMode="idle",M.showTooltip=!1,r.destroyClickedSegment()});const Y=U=>{U.preventDefault(),U.stopPropagation();const{xStart:q,xEnd:J}=U.detail;q&&J&&(x.value={start:new Date(q),end:new Date(J),type:"absolute"},M.interactionMode="zoom-interactive",i("select-chart-range",x.value))},it=U=>{M.interactionMode="selecting-chart-area",S.value=!0,r.pause(),a.pause();const{xStart:q,xEnd:J}=U.detail;q&&J&&(x.value={start:new Date(q),end:new Date(J),type:"absolute"})},j=U=>{if(!_.value||M.interactionMode==="idle")return;const q=U.target;q&&_.value.contains(q)||S.value||z(!1)};return d.watch(()=>{var U;return(U=u.value)==null?void 0:U.chart},()=>{var U;(U=u.value)!=null&&U.chart&&(u.value.chart.canvas.removeEventListener("dragSelect",Y),u.value.chart.canvas.removeEventListener("dragSelectMove",it),u.value.chart.canvas.addEventListener("dragSelect",Y),u.value.chart.canvas.addEventListener("dragSelectMove",it))}),d.onMounted(()=>{document.addEventListener("click",j,!0)}),d.onUnmounted(()=>{var U;(U=u.value)!=null&&U.chart&&(u.value.chart.canvas.removeEventListener("dragSelect",Y),u.value.chart.canvas.removeEventListener("dragSelectMove",it)),document.removeEventListener("click",j,!0)}),(U,q)=>(d.openBlock(),d.createElementBlock("div",{ref:"chartParent",class:d.normalizeClass(["chart-parent",O(d.unref(p))]),"data-testid":"line-chart-parent"},[d.createElementVNode("div",{class:"chart-container",onClick:q[0]||(q[0]=J=>K())},[n.type==="timeseries_line"?(d.openBlock(),d.createBlock(d.unref(Rm),{key:T.value,ref_key:"chartInstance",ref:u,"chart-id":d.unref(f),class:"chart-canvas",data:n.chartData,"data-testid":"time-series-line-chart",options:d.unref(v),plugins:D.value},null,8,["chart-id","data","options","plugins"])):n.type==="timeseries_bar"?(d.openBlock(),d.createBlock(d.unref(Am),{key:g.value,ref_key:"chartInstance",ref:u,"chart-id":d.unref(f),class:"chart-canvas",data:n.chartData,"data-testid":"time-series-bar-chart",options:d.unref(v),plugins:D.value},null,8,["chart-id","data","options","plugins"])):d.createCommentVNode("",!0)]),d.createVNode(pa,{"absolute-left":d.unref(C),"absolute-top":d.unref(A),"data-testid":"tooltip",granularity:n.granularity,state:M,"tooltip-title":n.tooltipTitle,"zoom-action-items":n.zoomActionItems,"zoom-time-range":x.value,onDimensions:R,onOnAction:q[1]||(q[1]=()=>z(!1))},null,8,["absolute-left","absolute-top","granularity","state","tooltip-title","zoom-action-items","zoom-time-range"]),d.createVNode(Al,{id:d.unref(h),"chart-instance":u.value,"data-testid":"legend",items:m.value},null,8,["id","chart-instance","items"])],2))}}),[["__scopeId","data-v-ac6e8bbc"]]),HC={key:0,class:"chart-truncation-warning","data-testid":"truncation-warning"},WC={class:"tooltip-content"},VC={key:2,class:"analytics-chart-parent"},YC=d.defineComponent({__name:"AnalyticsChart",props:{chartData:{},chartOptions:{},tooltipTitle:{default:""},emptyStateTitle:{default:""},emptyStateDescription:{default:""},legendPosition:{default:xe.Bottom},syntheticsDataKey:{default:""},showLegendValues:{type:Boolean,default:!1},showAnnotations:{type:Boolean,default:!0},timeseriesZoom:{type:Boolean,default:!1},requestsLink:{default:void 0},exploreLink:{default:void 0}},emits:["zoom-time-range","select-chart-range"],setup(n,{emit:t}){const e=t,i=n,{i18n:s}=ft.useI18n(),r=d.computed(()=>x.value?ft.useExploreResultToTimeDataset({fill:i.chartOptions.stacked,colorPalette:i.chartOptions.chartDatasetColors||il},d.toRef(i,"chartData")).value:ft.useExploreResultToDatasets({fill:i.chartOptions.stacked,colorPalette:i.chartOptions.chartDatasetColors||il},d.toRef(i,"chartData")).value),a=d.computed(()=>i.timeseriesZoom||!!i.exploreLink||!!i.requestsLink),o=d.computed(()=>{var L;if(!((L=i.chartData)!=null&&L.meta))return 0;if(i.chartData.meta.start&&i.chartData.meta.end){const B=new Date(i.chartData.meta.start).getTime();return new Date(i.chartData.meta.end).getTime()-B}}),l=d.computed(()=>{var L;return(L=i.chartData.meta)!=null&&L.metric_units?Object.values(i.chartData.meta.metric_units)[0]:""}),c=d.computed(()=>{var L;return(L=i.chartData.meta)!=null&&L.metric_units?Object.keys(i.chartData.meta.metric_units)[0]??"":""}),u=d.computed(()=>i.showLegendValues&&i.legendPosition!==xe.Hidden),{legendValues:h}=ft.useChartLegendValues(r,i.chartOptions.type,l),f=d.computed(()=>{var L,B,K;return((K=(B=(L=i.chartData)==null?void 0:L.meta)==null?void 0:B.limit)==null?void 0:K.toString())||null}),m=d.computed(()=>{var L,B;return i.chartOptions.hideTruncationWarning?!1:((B=(L=i.chartData)==null?void 0:L.meta)==null?void 0:B.truncated)||!1}),p=d.computed(()=>s.t("limitedResultsShown",{maxReturned:f.value})),_=d.computed(()=>["vertical_bar","horizontal_bar"].includes(i.chartOptions.type)),x=d.computed(()=>["timeseries_bar","timeseries_line"].some(L=>L===i.chartOptions.type)),S=d.computed(()=>i.chartOptions.type==="donut"),M=d.computed(()=>i.chartOptions.type.includes("vertical")?"vertical":"horizontal"),C=d.computed(()=>{var K,Y;if(!((K=i.chartData)!=null&&K.meta.metric_names)||!((Y=i.chartData)!=null&&Y.meta.metric_units))return;const L=i.chartData.meta.metric_names[0],B=i.chartData.meta.metric_units[L]||"";if(i.chartData.meta.metric_names.length>1){if(L.includes("latency"))return s.t("metricAxisTitles.latency_in",{unit:s.t(`chartUnits.${B}`,{plural:"s"})});if(L.includes("size"))return s.t("metricAxisTitles.size_in",{unit:s.t(`chartUnits.${B}`,{plural:"s"})})}if(L)return zs(B)&&s.te(`metricAxisTitles.${L}`)?s.t(`metricAxisTitles.${L}`)||void 0:s.te(`chartLabels.${L}`)?s.t(`chartLabels.${L}`):L}),A=d.computed(()=>{var K,Y,it,j;if((K=i.chartOptions)!=null&&K.metricAxesTitle)return(Y=i.chartOptions)==null?void 0:Y.metricAxesTitle;if(!((it=i.chartData)!=null&&it.meta.metric_names)||!((j=i.chartData)!=null&&j.meta.metric_units))return;const L=i.chartData.meta.metric_names[0],B=i.chartData.meta.metric_units[L]||"";if(i.chartData.meta.metric_names.length>1){if(L.includes("latency"))return s.t("metricAxisTitles.latency_in",{unit:s.t(`chartUnits.${B}`,{plural:"s"})});if(L.includes("size"))return s.t("metricAxisTitles.size_in",{unit:s.t(`chartUnits.${B}`,{plural:"s"})})}return s.te(`metricAxisTitles.${L}`)&&(zs(B)||s.te(`chartUnits.${B}`))?zs(B)?s.t(`metricAxisTitles.${L}`)||void 0:s.t(`metricAxisTitles.${L}`,{unit:s.t(`chartUnits.${B}`,{plural:"s"})})||void 0:L||void 0}),E=d.computed(()=>{var B;if((B=i.chartOptions)!=null&&B.dimensionAxesTitle)return i.chartOptions.dimensionAxesTitle;const L=x.value?"Time":Object.keys(i.chartData.meta.display||i.chartData.meta.metric_names)[0];if(L)return s.te(`chartLabels.${L}`)?s.t(`chartLabels.${L}`):L}),D=d.computed(()=>{const L=Xo(Number(i.chartData.meta.granularity_ms));if(L)return s.te(`granularityAxisTitles.${L}`)?s.t(`granularityAxisTitles.${L}`):L}),T=d.computed(()=>i.emptyStateTitle||s.t("noDataAvailableTitle")),g=d.computed(()=>i.emptyStateDescription||s.t("noDataAvailableDescription")),y=d.computed(()=>x.value?$v(r.value):i.chartData&&i.chartData.meta&&i.chartData.data.length),v=d.computed(()=>i.chartData.meta.granularity_ms?Xo(i.chartData.meta.granularity_ms)||"hourly":Xo(new Date(i.chartData.data[1].timestamp).getTime()-new Date(i.chartData.data[0].timestamp).getTime())||"hourly"),O=d.computed(()=>i.chartOptions.chartLegendSortFn?i.chartOptions.chartLegendSortFn:(L,B)=>L.text===s.t("chartLabels.____OTHER____")?1:B.text===s.t("chartLabels.____OTHER____")?-1:!isNaN(parseInt(L.text,10))&&!isNaN(parseInt(B.text,10))?L.text<B.text?-1:1:L.value&&B.value?B.value.raw-L.value.raw:0),R=d.computed(()=>i.chartOptions.chartTooltipSortFn?i.chartOptions.chartTooltipSortFn:(L,B)=>L.label===s.t("chartLabels.____OTHER____")?1:B.label===s.t("chartLabels.____OTHER____")?-1:!isNaN(parseInt(L.label,10))&&!isNaN(parseInt(B.label,10))?L.label<B.label?-1:1:L.value&&B.value?B.rawValue-L.rawValue:0),z=d.computed(()=>[...i.timeseriesZoom?[{label:s.t("zoom_action_items.zoom"),key:"zoom-in",action:L=>e("zoom-time-range",L)}]:[],...i.exploreLink?[{label:s.t("zoom_action_items.explore"),key:"explore",href:i.exploreLink.href}]:[],...i.requestsLink?[{label:s.t("zoom_action_items.view_requests"),key:"view-requests",href:i.requestsLink.href}]:[]]);return d.provide("showLegendValues",u),d.provide("legendPosition",d.toRef(i,"legendPosition")),(L,B)=>{const K=d.resolveComponent("KTooltip"),Y=d.resolveComponent("KEmptyState");return d.openBlock(),d.createElementBlock("div",{class:d.normalizeClass(["analytics-chart-shell",{"show-values":u.value}])},[y.value&&m.value&&f.value?(d.openBlock(),d.createElementBlock("div",HC,[d.createVNode(K,{class:"tooltip","max-width":"500",placement:"right"},{content:d.withCtx(()=>[d.createElementVNode("div",WC,d.toDisplayString(p.value),1)]),default:d.withCtx(()=>[d.createVNode(d.unref(Gi.WarningIcon),{color:`var(--kui-color-text-warning, ${d.unref(t1)})`,size:d.unref(n1)},null,8,["color","size"])]),_:1})])):d.createCommentVNode("",!0),y.value?(d.openBlock(),d.createElementBlock("div",VC,[x.value?(d.openBlock(),d.createBlock(UC,{key:0,brush:a.value,"chart-data":r.value,"chart-legend-sort-fn":O.value,"chart-tooltip-sort-fn":R.value,"dimension-axes-title":D.value,fill:n.chartOptions.stacked,granularity:v.value,"legend-values":d.unref(h),"metric-axes-title":A.value,"metric-unit":l.value,stacked:n.chartOptions.stacked,"synthetics-data-key":n.syntheticsDataKey,threshold:n.chartOptions.threshold,"time-range-ms":o.value,"tooltip-metric-display":C.value,"tooltip-title":n.tooltipTitle,type:n.chartOptions.type,"zoom-action-items":z.value,onSelectChartRange:B[0]||(B[0]=it=>e("select-chart-range",it)),onZoomTimeRange:B[1]||(B[1]=it=>e("zoom-time-range",it))},null,8,["brush","chart-data","chart-legend-sort-fn","chart-tooltip-sort-fn","dimension-axes-title","fill","granularity","legend-values","metric-axes-title","metric-unit","stacked","synthetics-data-key","threshold","time-range-ms","tooltip-metric-display","tooltip-title","type","zoom-action-items"])):_.value?(d.openBlock(),d.createBlock(hC,{key:1,annotations:n.showAnnotations,"chart-data":r.value,"chart-legend-sort-fn":O.value,"chart-tooltip-sort-fn":R.value,"data-testid":"bar-chart-container","dimension-axes-title":E.value,"legend-values":d.unref(h),"metric-axes-title":A.value,"metric-unit":l.value,orientation:M.value,stacked:n.chartOptions.stacked,"synthetics-data-key":n.syntheticsDataKey,"tooltip-metric-display":C.value,"tooltip-title":n.tooltipTitle},null,8,["annotations","chart-data","chart-legend-sort-fn","chart-tooltip-sort-fn","dimension-axes-title","legend-values","metric-axes-title","metric-unit","orientation","stacked","synthetics-data-key","tooltip-metric-display","tooltip-title"])):S.value?(d.openBlock(),d.createBlock(MC,{key:2,"chart-data":r.value,"dataset-colors":n.chartOptions.chartDatasetColors||d.unref(il),"legend-position":n.legendPosition,"legend-values":d.unref(h),"metric-name":c.value,"metric-unit":l.value,"show-center-metric":n.chartOptions.showCenterMetric,"synthetics-data-key":n.syntheticsDataKey,"tooltip-dimension-display":E.value,"tooltip-metric-display":C.value,"tooltip-title":n.tooltipTitle},null,8,["chart-data","dataset-colors","legend-position","legend-values","metric-name","metric-unit","show-center-metric","synthetics-data-key","tooltip-dimension-display","tooltip-metric-display","tooltip-title"])):d.createCommentVNode("",!0)])):(d.openBlock(),d.createBlock(Y,{key:1,"action-button-visible":!1,class:"chart-empty-state","data-testid":"no-data-in-report"},{title:d.withCtx(()=>[d.createTextVNode(d.toDisplayString(T.value),1)]),default:d.withCtx(()=>[d.createTextVNode(d.toDisplayString(g.value),1)]),_:1}))],2)}}}),$C=Ce(YC,[["__scopeId","data-v-01ab7b1b"]]),jC={class:"chart-parent","data-testid":"gauge-chart-parent"},qC={class:"chart-totals-flex"},GC={key:1,class:"metric-small","data-testid":"gauge-chart-total"},KC=Ce(d.defineComponent({__name:"GaugeChart",props:{chartData:{type:Object,required:!1,default:null},metricDisplay:{type:String,required:!1,default:"hidden"},numerator:{type:Number,required:!1,default:0},syntheticsDataKey:{type:String,required:!1,default:""},datasetColors:{type:Object,required:!1,default:On},height:{type:String,required:!1,default:"400px",validator:n=>/(\d *)(px|%)/.test(n)},width:{type:String,required:!1,default:"100%",validator:n=>/(\d *)(px|%)/.test(n)}},setup(n){const t=n,{i18n:e}=ft.useI18n(),i=d.ref(Pl()),s=d.computed(()=>[t.chartData.datasets.reduce((m,p)=>(m.labels.push(p.label),m.borderColor.push(p.backgroundColor),m.backgroundColor.push(p.backgroundColor),m.data.push(p.data.reduce((_,x)=>_+x,0)),m),{labels:[],backgroundColor:[],borderColor:[],data:[]})]),r=d.computed(()=>({...t.chartData,datasets:s.value}));ft.useReportChartDataForSynthetics(d.toRef(t,"chartData"),d.toRef(t,"syntheticsDataKey"));const a={responsive:!0,maintainAspectRatio:!0,cutout:"78%",circumference:"200",rotation:"260",plugins:{legend:{display:!1}}},o=d.computed(()=>{var f;return Hs((f=s==null?void 0:s.value[0])==null?void 0:f.data[t.numerator],{capital:!0})}),l=d.computed(()=>{var f,m;return Hs(((f=s==null?void 0:s.value[0])==null?void 0:f.data[0])+((m=s==null?void 0:s.value[0])==null?void 0:m.data[1]),{capital:!0})}),c=d.computed(()=>{var f;return`color: ${(f=s==null?void 0:s.value[0])==null?void 0:f.backgroundColor[t.numerator]}`}),u=d.computed(()=>["full","single"].includes(t.metricDisplay)),h=d.computed(()=>t.metricDisplay==="full");return(f,m)=>(d.openBlock(),d.createElementBlock("div",jC,[d.createElementVNode("div",qC,[u.value?(d.openBlock(),d.createElementBlock("div",{key:0,class:"metric-large","data-testid":"gauge-chart-metric",style:d.normalizeStyle(c.value)},d.toDisplayString(o.value),5)):d.createCommentVNode("",!0),h.value?(d.openBlock(),d.createElementBlock("div",GC,d.toDisplayString(d.unref(e).t("total"))+": "+d.toDisplayString(l.value),1)):d.createCommentVNode("",!0)]),d.createElementVNode("div",{class:"chart-container",style:d.normalizeStyle({height:n.height,width:n.width})},[d.createVNode(d.unref(Pm),{"chart-id":i.value,data:r.value,options:a},null,8,["chart-id","data","options"])],4)]))}}),[["__scopeId","data-v-c461b83f"]]),XC={key:1,class:"single-value-wrapper"},ZC={class:"single-value-metric"},QC={class:"name-unit-alignment"},JC={class:"single-value","data-testid":"single-value-chart"},tO={key:0,class:"single-value-unit"},eO={class:"single-value-metric-name"},nO={key:0,class:"single-value-trend"},iO={key:0,class:"single-value-trend-range","data-testid":"single-value-trend-range"},sO=Ce(d.defineComponent({__name:"SingleValue",props:{data:{type:Object,required:!0},decimalPoints:{type:Number,default:Of},leftAlign:{type:Boolean,default:!1},showTrend:{type:Boolean,default:!1},increaseIsBad:{type:Boolean,default:!1},alignX:{type:String,default:"space-evenly"}},setup(n){const{i18n:t}=ft.useI18n(),{formatBytes:e,formatCost:i}=Jn({i18n:t}),s=n,r=d.computed(()=>`align-${s.leftAlign?"left":s.alignX}`),a=d.computed(()=>s.data.data),o=d.computed(()=>{var E,D;return(D=(E=s.data.meta)==null?void 0:E.metric_names)==null?void 0:D[0]}),l=d.computed(()=>t.te(`chartLabels.${o.value}`)?t.t(`chartLabels.${o.value}`):""),c=d.computed(()=>{var D,T;const E=o.value?(T=(D=s.data.meta)==null?void 0:D.metric_units)==null?void 0:T[o.value]:void 0;if(E){const g=`chartUnits.${E}`;return t.te(g)?t.t(g,{plural:""}):""}}),u=d.computed(()=>{var E;return o.value==="request_per_minute"||!!((E=o.value)!=null&&E.includes("_latency_"))||o.value==="error_rate"}),h=d.computed(()=>{if(!s.showTrend||a.value.length<2||!o.value)return null;const E=a.value[0].event[o.value];return typeof E!="number"||isNaN(E)?null:E}),f=d.computed(()=>{if(!o.value)return null;const E=s.showTrend?2:1,D=s.showTrend?1:0;if(a.value.length<E)return null;const T=a.value[D].event[o.value];return typeof T!="number"||isNaN(T)?null:T}),m=d.computed(()=>{var g,y;const E=f.value;if(E===null)return"";const D=o.value?(y=(g=s.data.meta)==null?void 0:g.metric_units)==null?void 0:y[o.value]:void 0;if(D==="usd")return i(E);if(D==="bytes")return e(E);if(E>=1e9){const v=(E/1e9).toFixed(1);return v.endsWith(".0")?`${Math.floor(E/1e9)}B`:`${v}B`}if(E>=1e7){const v=(E/1e6).toFixed(1);return v.endsWith(".0")?`${Math.floor(E/1e6)}M`:`${v}M`}const T=s.decimalPoints&&typeof s.decimalPoints=="number"?s.decimalPoints:Of;return E.toLocaleString("en-US",{maximumFractionDigits:T})}),p=d.computed(()=>Ki.calculateChange(f.value??0,h.value??0)||0),_=d.computed(()=>Ki.changePolarity(p.value,!0,s.increaseIsBad)),x=d.computed(()=>Ki.defineIcon(_.value,s.increaseIsBad)),S=d.computed(()=>Ki.metricChange(p.value,!0,t.t("singleValue.trend.not_available"))),M=Ki.useTrendRange(d.computed(()=>s.showTrend),void 0,d.computed(()=>s.data.meta)),C=E=>E>0?"positive":E<0?"negative":"neutral",A=E=>E>0?Jv:E<0?Qv:af;return d.onMounted(()=>{var E,D,T,g;!s.showTrend&&((D=(E=s.data)==null?void 0:E.data)==null?void 0:D.length)>1?console.warn("SingleValue chart should only be used with a single data point. Data length:",s.data.data.length):s.showTrend&&((g=(T=s.data)==null?void 0:T.data)==null?void 0:g.length)!==2&&console.warn("SingleValue with trend expects exactly 2 data points. Data length:",s.data.data.length)}),(E,D)=>{const T=d.resolveComponent("KEmptyState");return d.openBlock(),d.createElementBlock("div",{class:d.normalizeClass(["chart-parent",r.value]),"data-testid":"single-value-parent"},[f.value===null?(d.openBlock(),d.createBlock(T,{key:0,class:"single-value-error","data-testid":"single-value-error","icon-variant":"error",title:d.unref(t).t("singleValue.valueError")},null,8,["title"])):(d.openBlock(),d.createElementBlock("div",XC,[d.createElementVNode("div",ZC,[d.createElementVNode("div",QC,[d.createElementVNode("span",JC,d.toDisplayString(m.value),1),u.value&&c.value?(d.openBlock(),d.createElementBlock("span",tO," "+d.toDisplayString(c.value),1)):d.createCommentVNode("",!0)]),d.createElementVNode("div",eO,d.toDisplayString(l.value),1)]),n.showTrend?(d.openBlock(),d.createElementBlock("div",nO,[d.createElementVNode("div",{class:d.normalizeClass(["trend-change",C(_.value)]),"data-testid":"single-value-trend"},[_.value!==0?(d.openBlock(),d.createBlock(d.resolveDynamicComponent(x.value),{key:0,color:A(_.value),size:d.unref(Ns)},null,8,["color","size"])):(d.openBlock(),d.createBlock(d.unref(Gi.EqualIcon),{key:1,color:`var(--kui-color-text-neutral-strong, ${d.unref(af)})`,size:d.unref(Ns)},null,8,["color","size"])),d.createElementVNode("div",null,d.toDisplayString(S.value),1)],2),d.unref(M)?(d.openBlock(),d.createElementBlock("div",iO,d.toDisplayString(d.unref(M)),1)):d.createCommentVNode("",!0)])):d.createCommentVNode("",!0)]))],2)}}}),[["__scopeId","data-v-33df460d"]]),rO={class:"simple-chart-shell"},aO={key:1,class:"analytics-chart-parent"},oO=Ce(d.defineComponent({__name:"SimpleChart",props:{chartData:{type:Object,required:!0},chartOptions:{type:Object,required:!0},emptyStateTitle:{type:String,required:!1,default:""},syntheticsDataKey:{type:String,required:!1,default:""},height:{type:String,required:!1,default:"400px",validator:n=>/(\d *)(px|%)/.test(n)},width:{type:String,required:!1,default:"100%",validator:n=>/(\d *)(px|%)/.test(n)}},setup(n){const t=n,{i18n:e}=ft.useI18n(),i=d.computed(()=>{var u;const c=ft.useExploreResultToDatasets({colorPalette:t.chartOptions.chartDatasetColors||On},d.toRef(t,"chartData")).value;return(u=t.chartOptions)!=null&&u.reverseDataset&&(c==null||c.datasets.reverse()),c}),s=d.computed(()=>{var c;return(c=t.chartData.meta)!=null&&c.metric_units?Object.values(t.chartData.meta.metric_units)[0]:""}),r=d.computed(()=>t.chartOptions.type==="gauge"),a=d.computed(()=>t.chartOptions.type==="single_value"),o=d.computed(()=>t.emptyStateTitle||e.t("noDataAvailableTitle")),l=d.computed(()=>{var u,h;const c=t.chartData&&t.chartData.meta&&t.chartData.data.length;if(a.value){const f=(h=(u=t.chartData.meta)==null?void 0:u.metric_names)==null?void 0:h[0];return t.chartOptions.showTrend?c&&t.chartData.data.length>=2&&t.chartData.data[1].event[f]!==null:c&&t.chartData.data[0].event[f]!==null}return c});return(c,u)=>{const h=d.resolveComponent("KEmptyState");return d.openBlock(),d.createElementBlock("div",rO,[l.value?(d.openBlock(),d.createElementBlock("div",aO,[r.value?(d.openBlock(),d.createBlock(KC,{key:0,"chart-data":i.value,"dataset-colors":n.chartOptions.chartDatasetColors,"is-simple":"","metric-display":n.chartOptions.metricDisplay,"metric-unit":s.value,numerator:n.chartOptions.numerator,"synthetics-data-key":n.syntheticsDataKey,width:n.width},null,8,["chart-data","dataset-colors","metric-display","metric-unit","numerator","synthetics-data-key","width"])):d.createCommentVNode("",!0),a.value?(d.openBlock(),d.createBlock(sO,{key:1,"align-x":n.chartOptions.alignX,data:n.chartData,"decimal-points":n.chartOptions.decimalPoints,"increase-is-bad":n.chartOptions.increaseIsBad,"show-trend":n.chartOptions.showTrend},null,8,["align-x","data","decimal-points","increase-is-bad","show-trend"])):d.createCommentVNode("",!0)])):(d.openBlock(),d.createBlock(h,{key:0,"action-button-visible":!0,class:"chart-empty-state","data-testid":"no-data-in-report"},{title:d.withCtx(()=>[d.createTextVNode(d.toDisplayString(o.value),1)]),_:1}))])}}}),[["__scopeId","data-v-56837d34"]]),lO={class:"top-n-card-title","data-testid":"top-n-card-title"},cO={class:"top-n-card-description","data-testid":"top-n-card-description"},uO={key:3,class:"top-n-table","data-testid":"top-n-table"},dO={class:"top-n-table-table"},hO={"data-testid":"top-n-table-header"},fO={class:"top-n-table-header-row"},mO={class:"table-header-label"},gO={class:"top-n-table-cell top-n-table-cell--name"},pO=["data-testid"],yO=["data-testid"],bO=["data-testid"],_O=Ce(d.defineComponent({__name:"TopNTable",props:{title:{default:""},description:{default:""},data:{},emptyStateTitle:{default:""},isLoading:{type:Boolean,default:!1},titleTag:{default:"h2"}},setup(n){const t=n,{i18n:e}=ft.useI18n(),{formatUnit:i}=Jn({i18n:e}),s=d.computed(()=>t.data.data),r=d.computed(()=>{var D;return!!((D=s.value)!=null&&D.length)}),a=d.computed(()=>{var D,T;return(D=t.data.meta)!=null&&D.display&&((T=Object.keys(t.data.meta.display))==null?void 0:T[0])||""}),o=d.computed(()=>a.value?t.data.meta.display[a.value]:{}),l=d.computed(()=>{var D,T;return(T=(D=t.data.meta)==null?void 0:D.metric_names)!=null&&T.length?t.data.meta.metric_names:[]}),c=d.computed(()=>l.value[0]),u=d.computed(()=>c.value?e.t(`chartLabels.${c.value}`)||c.value:""),h=d.computed(()=>{const D=[{key:"name",label:e.t("topNTable.nameLabel")}];return c.value&&D.push({key:"value",label:u.value}),l.value.forEach((T,g)=>{if(g===0)return;const y=e.t(`chartLabels.${T}`)||T;D.push({key:T,label:y})}),D}),f=d.computed(()=>h.value.filter(D=>D.key!=="name")),m=D=>{const T=D.event;return String(T[a.value])},p=D=>{const T=m(D),g=o.value&&o.value[T];return g?g.name:"-"},_=D=>{const T=m(D),g=o.value&&o.value[T];return g?!!g.deleted:!1},x=(D,T)=>{var R,z;const g=D.event[T];if(g==null)return"–";const y=typeof g=="number"?g:Number(g);if(Number.isNaN(y))return"–";const v=((z=(R=t.data.meta)==null?void 0:R.metric_units)==null?void 0:z[T])||"count",O=["count","count/minute","token count"].includes(v);return i(y,v,{approximate:O,isBytes1024:!0,translateUnit:L=>E(L,y)})},S=D=>c.value?x(D,c.value):"–",M=d.computed(()=>{var D;return(D=s.value)!=null&&D.length?s.value.map(T=>{const y={id:m(T),name:p(T),deleted:_(T),original:T};return c.value&&(y.value=S(T)),l.value.forEach((v,O)=>{O!==0&&(y[v]=x(T,v))}),y}):[]}),C=d.computed(()=>{if(!r.value)return"";if(t.data.meta){if(a.value&&!Object.keys(o.value).length)return e.t("topNTable.errors.display");if(!c.value)return e.t("topNTable.errors.metricNames")}else return e.t("topNTable.errors.meta");return""}),A=(D,T)=>{const g=D[T];return typeof g=="string"?g:g==null?"–":String(g)},E=(D,T)=>{if(zs(D)||D==="count"||D==="requests")return"";const g=T===1?"":"s";return e.te(`chartUnits.${D}`)?e.t(`chartUnits.${D}`,{plural:g}):D};return(D,T)=>{const g=d.resolveComponent("KEmptyState"),y=d.resolveComponent("KSkeleton"),v=d.resolveComponent("KCard");return d.openBlock(),d.createBlock(v,{class:"kong-ui-public-top-n-table","title-tag":n.titleTag},d.createSlots({default:d.withCtx(()=>[C.value?(d.openBlock(),d.createBlock(g,{key:0,"action-button-visible":!1,"data-testid":"top-n-error-state","icon-variant":"error"},{title:d.withCtx(()=>[d.createTextVNode(d.toDisplayString(d.unref(e).t("topNTable.defaultErrorStateTitle")),1)]),default:d.withCtx(()=>[d.createTextVNode(d.toDisplayString(C.value),1)]),_:1})):n.isLoading?(d.openBlock(),d.createBlock(y,{key:1,"table-columns":2,type:"table"})):r.value?(d.openBlock(),d.createElementBlock("div",uO,[d.createElementVNode("table",dO,[d.createElementVNode("thead",hO,[d.createElementVNode("tr",fO,[(d.openBlock(!0),d.createElementBlock(d.Fragment,null,d.renderList(h.value,O=>(d.openBlock(),d.createElementBlock("th",{key:O.key,class:d.normalizeClass(["top-n-table-header-cell",{"top-n-table-header-cell-metric":O.key!=="name"}]),"data-testid":"top-n-table-header-column"},[d.createElementVNode("span",mO,d.toDisplayString(O.label),1)],2))),128))])]),d.createElementVNode("tbody",null,[(d.openBlock(!0),d.createElementBlock(d.Fragment,null,d.renderList(M.value,O=>(d.openBlock(),d.createElementBlock("tr",{key:O.id,class:"top-n-table-row"},[d.createElementVNode("td",gO,[d.createElementVNode("span",{"data-testid":`row-${O.id}`},[d.renderSlot(D.$slots,"name",{record:{id:O.id,name:O.name,deleted:O.deleted,dimension:a.value}},()=>[d.createTextVNode(d.toDisplayString(O.name),1)],!0)],8,pO)]),(d.openBlock(!0),d.createElementBlock(d.Fragment,null,d.renderList(f.value,R=>(d.openBlock(),d.createElementBlock("td",{key:R.key,class:"top-n-table-cell top-n-table-cell-metric"},[R.key==="value"?(d.openBlock(),d.createElementBlock("span",{key:0,"data-testid":`row-${O.id}`},d.toDisplayString(A(O,R.key)),9,yO)):(d.openBlock(),d.createElementBlock("span",{key:1,"data-testid":`row-${O.id}-${R.key}`},d.toDisplayString(A(O,R.key)),9,bO))]))),128))]))),128))])])])):(d.openBlock(),d.createBlock(g,{key:2,"action-button-visible":!1,"data-testid":"top-n-empty-state"},{title:d.withCtx(()=>[d.createTextVNode(d.toDisplayString(n.emptyStateTitle||d.unref(e).t("topNTable.defaultEmptyStateTitle")),1)]),_:1}))]),_:2},[n.title?{name:"title",fn:d.withCtx(()=>[d.createElementVNode("span",lO,d.toDisplayString(n.title),1)]),key:"0"}:void 0,n.description?{name:"actions",fn:d.withCtx(()=>[d.createElementVNode("div",cO,d.toDisplayString(n.description),1)]),key:"1"}:void 0]),1032,["title-tag"])}}}),[["__scopeId","data-v-4949d1e5"]]);var we=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function Fm(n){return n&&n.__esModule&&Object.prototype.hasOwnProperty.call(n,"default")?n.default:n}var ya={exports:{}};ya.exports,function(n,t){var e=200,i="Expected a function",s="__lodash_hash_undefined__",r=1,a=2,o=9007199254740991,l="[object Arguments]",c="[object Array]",u="[object Boolean]",h="[object Date]",f="[object Error]",m="[object Function]",p="[object GeneratorFunction]",_="[object Map]",x="[object Number]",S="[object Object]",M="[object Promise]",C="[object RegExp]",A="[object Set]",E="[object String]",D="[object Symbol]",T="[object WeakMap]",g="[object ArrayBuffer]",y="[object DataView]",v="[object Float32Array]",O="[object Float64Array]",R="[object Int8Array]",z="[object Int16Array]",L="[object Int32Array]",B="[object Uint8Array]",K="[object Uint8ClampedArray]",Y="[object Uint16Array]",it="[object Uint32Array]",j=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,U=/^\w*$/,q=/^\./,J=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,$=/[\\^$.*+?()[\]{}|]/g,pt=/\\(\\)?/g,bt=/^\[object .+?Constructor\]$/,V=/^(?:0|[1-9]\d*)$/,H={};H[v]=H[O]=H[R]=H[z]=H[L]=H[B]=H[K]=H[Y]=H[it]=!0,H[l]=H[c]=H[g]=H[u]=H[y]=H[h]=H[f]=H[m]=H[_]=H[x]=H[S]=H[C]=H[A]=H[E]=H[T]=!1;var G=typeof we=="object"&&we&&we.Object===Object&&we,Z=typeof self=="object"&&self&&self.Object===Object&&self,Q=G||Z||Function("return this")(),X=t&&!t.nodeType&&t,mt=X&&!0&&n&&!n.nodeType&&n,St=mt&&mt.exports===X,at=St&&G.process,yt=function(){try{return at&&at.binding("util")}catch{}}(),ut=yt&&yt.isTypedArray;function $t(b,k){for(var N=-1,W=b?b.length:0;++N<W;)if(k(b[N],N,b))return!0;return!1}function ot(b){return function(k){return k==null?void 0:k[b]}}function vt(b,k){for(var N=-1,W=Array(b);++N<b;)W[N]=k(N);return W}function ee(b){return function(k){return b(k)}}function le(b,k){return b==null?void 0:b[k]}function jt(b){var k=!1;if(b!=null&&typeof b.toString!="function")try{k=!!(b+"")}catch{}return k}function Ge(b){var k=-1,N=Array(b.size);return b.forEach(function(W,dt){N[++k]=[dt,W]}),N}function Ot(b,k){return function(N){return b(k(N))}}function ne(b){var k=-1,N=Array(b.size);return b.forEach(function(W){N[++k]=W}),N}var Ft=Array.prototype,qt=Function.prototype,ie=Object.prototype,Ke=Q["__core-js_shared__"],ai=function(){var b=/[^.]+$/.exec(Ke&&Ke.keys&&Ke.keys.IE_PROTO||"");return b?"Symbol(src)_1."+b:""}(),Be=qt.toString,Bt=ie.hasOwnProperty,Se=ie.toString,oi=RegExp("^"+Be.call(Bt).replace($,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),ba=Q.Symbol,_a=Q.Uint8Array,Xs=ie.propertyIsEnumerable,li=Ft.splice,Zs=Ot(Object.keys,Object),ci=hn(Q,"DataView"),ln=hn(Q,"Map"),cn=hn(Q,"Promise"),Qs=hn(Q,"Set"),Js=hn(Q,"WeakMap"),ui=hn(Object,"create"),Fl=mn(ci),Bl=mn(ln),xa=mn(cn),wa=mn(Qs),un=mn(Js),zi=ba?ba.prototype:void 0,tr=zi?zi.valueOf:void 0,Sa=zi?zi.toString:void 0;function dn(b){var k=-1,N=b?b.length:0;for(this.clear();++k<N;){var W=b[k];this.set(W[0],W[1])}}function zl(){this.__data__=ui?ui(null):{}}function ze(b){return this.has(b)&&delete this.__data__[b]}function Ul(b){var k=this.__data__;if(ui){var N=k[b];return N===s?void 0:N}return Bt.call(k,b)?k[b]:void 0}function Hl(b){var k=this.__data__;return ui?k[b]!==void 0:Bt.call(k,b)}function Wl(b,k){var N=this.__data__;return N[b]=ui&&k===void 0?s:k,this}dn.prototype.clear=zl,dn.prototype.delete=ze,dn.prototype.get=Ul,dn.prototype.has=Hl,dn.prototype.set=Wl;function Ue(b){var k=-1,N=b?b.length:0;for(this.clear();++k<N;){var W=b[k];this.set(W[0],W[1])}}function Vl(){this.__data__=[]}function Ln(b){var k=this.__data__,N=Wi(k,b);if(N<0)return!1;var W=k.length-1;return N==W?k.pop():li.call(k,N,1),!0}function Yl(b){var k=this.__data__,N=Wi(k,b);return N<0?void 0:k[N][1]}function $l(b){return Wi(this.__data__,b)>-1}function jl(b,k){var N=this.__data__,W=Wi(N,b);return W<0?N.push([b,k]):N[W][1]=k,this}Ue.prototype.clear=Vl,Ue.prototype.delete=Ln,Ue.prototype.get=Yl,Ue.prototype.has=$l,Ue.prototype.set=jl;function He(b){var k=-1,N=b?b.length:0;for(this.clear();++k<N;){var W=b[k];this.set(W[0],W[1])}}function ql(){this.__data__={hash:new dn,map:new(ln||Ue),string:new dn}}function Nn(b){return $i(this,b).delete(b)}function Gl(b){return $i(this,b).get(b)}function Kl(b){return $i(this,b).has(b)}function Xl(b,k){return $i(this,b).set(b,k),this}He.prototype.clear=ql,He.prototype.delete=Nn,He.prototype.get=Gl,He.prototype.has=Kl,He.prototype.set=Xl;function Ui(b){var k=-1,N=b?b.length:0;for(this.__data__=new He;++k<N;)this.add(b[k])}function Zl(b){return this.__data__.set(b,s),this}function Ql(b){return this.__data__.has(b)}Ui.prototype.add=Ui.prototype.push=Zl,Ui.prototype.has=Ql;function Ie(b){this.__data__=new Ue(b)}function Hi(){this.__data__=new Ue}function Jl(b){return this.__data__.delete(b)}function er(b){return this.__data__.get(b)}function tc(b){return this.__data__.has(b)}function ec(b,k){var N=this.__data__;if(N instanceof Ue){var W=N.__data__;if(!ln||W.length<e-1)return W.push([b,k]),this;N=this.__data__=new He(W)}return N.set(b,k),this}Ie.prototype.clear=Hi,Ie.prototype.delete=Jl,Ie.prototype.get=er,Ie.prototype.has=tc,Ie.prototype.set=ec;function nc(b,k){var N=w(b)||Oa(b)?vt(b.length,String):[],W=N.length,dt=!!W;for(var nt in b)Bt.call(b,nt)&&!(dt&&(nt=="length"||ir(nt,W)))&&N.push(nt);return N}function Wi(b,k){for(var N=b.length;N--;)if(Ca(b[N][0],k))return N;return-1}var ic=fc();function sc(b,k){return b&&ic(b,k,hi)}function Vi(b,k){k=ji(k,b)?[k]:Xe(k);for(var N=0,W=k.length;b!=null&&N<W;)b=b[fn(k[N++])];return N&&N==W?b:void 0}function rc(b){return Se.call(b)}function ac(b,k){return b!=null&&k in Object(b)}function nr(b,k,N,W,dt){return b===k?!0:b==null||k==null||!Gt(b)&&!ve(k)?b!==b&&k!==k:oc(b,k,nr,N,W,dt)}function oc(b,k,N,W,dt,nt){var gt=w(b),Kt=w(k),zt=c,ue=c;gt||(zt=ce(b),zt=zt==l?S:zt),Kt||(ue=ce(k),ue=ue==l?S:ue);var Te=zt==S&&!jt(b),Me=ue==S&&!jt(k),me=zt==ue;if(me&&!Te)return nt||(nt=new Ie),gt||Ea(b)?Ma(b,k,N,W,dt,nt):mc(b,k,zt,N,W,dt,nt);if(!(dt&a)){var Le=Te&&Bt.call(b,"__wrapped__"),Ne=Me&&Bt.call(k,"__wrapped__");if(Le||Ne){var zn=Le?b.value():b,gn=Ne?k.value():k;return nt||(nt=new Ie),N(zn,gn,W,dt,nt)}}return me?(nt||(nt=new Ie),gc(b,k,N,W,dt,nt)):!1}function lc(b,k,N,W){var dt=N.length,nt=dt;if(b==null)return!nt;for(b=Object(b);dt--;){var gt=N[dt];if(gt[2]?gt[1]!==b[gt[0]]:!(gt[0]in b))return!1}for(;++dt<nt;){gt=N[dt];var Kt=gt[0],zt=b[Kt],ue=gt[1];if(gt[2]){if(zt===void 0&&!(Kt in b))return!1}else{var Te=new Ie,Me;if(!(Me===void 0?nr(ue,zt,W,r|a,Te):Me))return!1}}return!0}function cc(b){if(!Gt(b)||ka(b))return!1;var k=et(b)||jt(b)?oi:bt;return k.test(mn(b))}function uc(b){return ve(b)&&Wt(b.length)&&!!H[Se.call(b)]}function va(b){return typeof b=="function"?b:b==null?qi:typeof b=="object"?w(b)?Yi(b[0],b[1]):hc(b):dE(b)}function dc(b){if(!bc(b))return Zs(b);var k=[];for(var N in Object(b))Bt.call(b,N)&&N!="constructor"&&k.push(N);return k}function hc(b){var k=pc(b);return k.length==1&&k[0][2]?rr(k[0][0],k[0][1]):function(N){return N===b||lc(N,b,k)}}function Yi(b,k){return ji(b)&&Da(k)?rr(fn(b),k):function(N){var W=Aa(N,b);return W===void 0&&W===k?Pa(N,b):nr(k,W,void 0,r|a)}}function Fn(b){return function(k){return Vi(k,b)}}function Ta(b){if(typeof b=="string")return b;if(Jt(b))return Sa?Sa.call(b):"";var k=b+"";return k=="0"&&1/b==-1/0?"-0":k}function Xe(b){return w(b)?b:_c(b)}function fc(b){return function(k,N,W){for(var dt=-1,nt=Object(k),gt=W(k),Kt=gt.length;Kt--;){var zt=gt[++dt];if(N(nt[zt],zt,nt)===!1)break}return k}}function Ma(b,k,N,W,dt,nt){var gt=dt&a,Kt=b.length,zt=k.length;if(Kt!=zt&&!(gt&&zt>Kt))return!1;var ue=nt.get(b);if(ue&&nt.get(k))return ue==k;var Te=-1,Me=!0,me=dt&r?new Ui:void 0;for(nt.set(b,k),nt.set(k,b);++Te<Kt;){var Le=b[Te],Ne=k[Te];if(W)var zn=gt?W(Ne,Le,Te,k,b,nt):W(Le,Ne,Te,b,k,nt);if(zn!==void 0){if(zn)continue;Me=!1;break}if(me){if(!$t(k,function(gn,fi){if(!me.has(fi)&&(Le===gn||N(Le,gn,W,dt,nt)))return me.add(fi)})){Me=!1;break}}else if(!(Le===Ne||N(Le,Ne,W,dt,nt))){Me=!1;break}}return nt.delete(b),nt.delete(k),Me}function mc(b,k,N,W,dt,nt,gt){switch(N){case y:if(b.byteLength!=k.byteLength||b.byteOffset!=k.byteOffset)return!1;b=b.buffer,k=k.buffer;case g:return!(b.byteLength!=k.byteLength||!W(new _a(b),new _a(k)));case u:case h:case x:return Ca(+b,+k);case f:return b.name==k.name&&b.message==k.message;case C:case E:return b==k+"";case _:var Kt=Ge;case A:var zt=nt&a;if(Kt||(Kt=ne),b.size!=k.size&&!zt)return!1;var ue=gt.get(b);if(ue)return ue==k;nt|=r,gt.set(b,k);var Te=Ma(Kt(b),Kt(k),W,dt,nt,gt);return gt.delete(b),Te;case D:if(tr)return tr.call(b)==tr.call(k)}return!1}function gc(b,k,N,W,dt,nt){var gt=dt&a,Kt=hi(b),zt=Kt.length,ue=hi(k),Te=ue.length;if(zt!=Te&&!gt)return!1;for(var Me=zt;Me--;){var me=Kt[Me];if(!(gt?me in k:Bt.call(k,me)))return!1}var Le=nt.get(b);if(Le&&nt.get(k))return Le==k;var Ne=!0;nt.set(b,k),nt.set(k,b);for(var zn=gt;++Me<zt;){me=Kt[Me];var gn=b[me],fi=k[me];if(W)var $m=gt?W(fi,gn,me,k,b,nt):W(gn,fi,me,b,k,nt);if(!($m===void 0?gn===fi||N(gn,fi,W,dt,nt):$m)){Ne=!1;break}zn||(zn=me=="constructor")}if(Ne&&!zn){var Ra=b.constructor,Ia=k.constructor;Ra!=Ia&&"constructor"in b&&"constructor"in k&&!(typeof Ra=="function"&&Ra instanceof Ra&&typeof Ia=="function"&&Ia instanceof Ia)&&(Ne=!1)}return nt.delete(b),nt.delete(k),Ne}function $i(b,k){var N=b.__data__;return sr(k)?N[typeof k=="string"?"string":"hash"]:N.map}function pc(b){for(var k=hi(b),N=k.length;N--;){var W=k[N],dt=b[W];k[N]=[W,dt,Da(dt)]}return k}function hn(b,k){var N=le(b,k);return cc(N)?N:void 0}var ce=rc;(ci&&ce(new ci(new ArrayBuffer(1)))!=y||ln&&ce(new ln)!=_||cn&&ce(cn.resolve())!=M||Qs&&ce(new Qs)!=A||Js&&ce(new Js)!=T)&&(ce=function(b){var k=Se.call(b),N=k==S?b.constructor:void 0,W=N?mn(N):void 0;if(W)switch(W){case Fl:return y;case Bl:return _;case xa:return M;case wa:return A;case un:return T}return k});function yc(b,k,N){k=ji(k,b)?[k]:Xe(k);for(var W,dt=-1,gt=k.length;++dt<gt;){var nt=fn(k[dt]);if(!(W=b!=null&&N(b,nt)))break;b=b[nt]}if(W)return W;var gt=b?b.length:0;return!!gt&&Wt(gt)&&ir(nt,gt)&&(w(b)||Oa(b))}function ir(b,k){return k=k??o,!!k&&(typeof b=="number"||V.test(b))&&b>-1&&b%1==0&&b<k}function ji(b,k){if(w(b))return!1;var N=typeof b;return N=="number"||N=="symbol"||N=="boolean"||b==null||Jt(b)?!0:U.test(b)||!j.test(b)||k!=null&&b in Object(k)}function sr(b){var k=typeof b;return k=="string"||k=="number"||k=="symbol"||k=="boolean"?b!=="__proto__":b===null}function ka(b){return!!ai&&ai in b}function bc(b){var k=b&&b.constructor,N=typeof k=="function"&&k.prototype||ie;return b===N}function Da(b){return b===b&&!Gt(b)}function rr(b,k){return function(N){return N==null?!1:N[b]===k&&(k!==void 0||b in Object(N))}}var _c=di(function(b){b=Bn(b);var k=[];return q.test(b)&&k.push(""),b.replace(J,function(N,W,dt,nt){k.push(dt?nt.replace(pt,"$1"):W||N)}),k});function fn(b){if(typeof b=="string"||Jt(b))return b;var k=b+"";return k=="0"&&1/b==-1/0?"-0":k}function mn(b){if(b!=null){try{return Be.call(b)}catch{}try{return b+""}catch{}}return""}function di(b,k){if(typeof b!="function"||k&&typeof k!="function")throw new TypeError(i);var N=function(){var W=arguments,dt=k?k.apply(this,W):W[0],nt=N.cache;if(nt.has(dt))return nt.get(dt);var gt=b.apply(this,W);return N.cache=nt.set(dt,gt),gt};return N.cache=new(di.Cache||He),N}di.Cache=He;function Ca(b,k){return b===k||b!==b&&k!==k}function Oa(b){return F(b)&&Bt.call(b,"callee")&&(!Xs.call(b,"callee")||Se.call(b)==l)}var w=Array.isArray;function I(b){return b!=null&&Wt(b.length)&&!et(b)}function F(b){return ve(b)&&I(b)}function et(b){var k=Gt(b)?Se.call(b):"";return k==m||k==p}function Wt(b){return typeof b=="number"&&b>-1&&b%1==0&&b<=o}function Gt(b){var k=typeof b;return!!b&&(k=="object"||k=="function")}function ve(b){return!!b&&typeof b=="object"}function Jt(b){return typeof b=="symbol"||ve(b)&&Se.call(b)==D}var Ea=ut?ee(ut):uc;function Bn(b){return b==null?"":Ta(b)}function Aa(b,k,N){var W=b==null?void 0:Vi(b,k);return W===void 0?N:W}function Pa(b,k){return b!=null&&yc(b,k,ac)}function hi(b){return I(b)?nc(b):dc(b)}function ar(b,k){var N={};return k=va(k),sc(b,function(W,dt,nt){N[k(W,dt,nt)]=W}),N}function qi(b){return b}function dE(b){return ji(b)?ot(fn(b)):Fn(b)}n.exports=ar}(ya,ya.exports);var xO=ya.exports;const wO=Fm(xO);var SO=9007199254740991,vO="[object Arguments]",TO="[object Function]",MO="[object GeneratorFunction]",kO="[object Symbol]",DO=typeof we=="object"&&we&&we.Object===Object&&we,CO=typeof self=="object"&&self&&self.Object===Object&&self,OO=DO||CO||Function("return this")();function EO(n,t,e){switch(e.length){case 0:return n.call(t);case 1:return n.call(t,e[0]);case 2:return n.call(t,e[0],e[1]);case 3:return n.call(t,e[0],e[1],e[2])}return n.apply(t,e)}function AO(n,t){for(var e=-1,i=n?n.length:0,s=Array(i);++e<i;)s[e]=t(n[e],e,n);return s}function PO(n,t){for(var e=-1,i=t.length,s=n.length;++e<i;)n[s+e]=t[e];return n}var Ll=Object.prototype,RO=Ll.hasOwnProperty,Nl=Ll.toString,Bm=OO.Symbol,IO=Ll.propertyIsEnumerable,zm=Bm?Bm.isConcatSpreadable:void 0,Um=Math.max;function LO(n,t,e,i,s){var r=-1,a=n.length;for(e||(e=zO),s||(s=[]);++r<a;){var o=n[r];e(o)?PO(s,o):s[s.length]=o}return s}function NO(n,t){return n=Object(n),FO(n,t,function(e,i){return i in n})}function FO(n,t,e){for(var i=-1,s=t.length,r={};++i<s;){var a=t[i],o=n[a];e(o,a)&&(r[a]=o)}return r}function BO(n,t){return t=Um(t===void 0?n.length-1:t,0),function(){for(var e=arguments,i=-1,s=Um(e.length-t,0),r=Array(s);++i<s;)r[i]=e[t+i];i=-1;for(var a=Array(t+1);++i<t;)a[i]=e[i];return a[t]=r,EO(n,this,a)}}function zO(n){return WO(n)||HO(n)||!!(zm&&n&&n[zm])}function UO(n){if(typeof n=="string"||GO(n))return n;var t=n+"";return t=="0"&&1/n==-1/0?"-0":t}function HO(n){return YO(n)&&RO.call(n,"callee")&&(!IO.call(n,"callee")||Nl.call(n)==vO)}var WO=Array.isArray;function VO(n){return n!=null&&jO(n.length)&&!$O(n)}function YO(n){return Hm(n)&&VO(n)}function $O(n){var t=qO(n)?Nl.call(n):"";return t==TO||t==MO}function jO(n){return typeof n=="number"&&n>-1&&n%1==0&&n<=SO}function qO(n){var t=typeof n;return!!n&&(t=="object"||t=="function")}function Hm(n){return!!n&&typeof n=="object"}function GO(n){return typeof n=="symbol"||Hm(n)&&Nl.call(n)==kO}var KO=BO(function(n,t){return n==null?{}:NO(n,AO(LO(t),UO))}),XO=KO;const ZO=Fm(XO);var Wm={exports:{}};(function(n,t){(function(e,i){i()})(we,function(){function e(c,u){return typeof u>"u"?u={autoBom:!1}:typeof u!="object"&&(console.warn("Deprecated: Expected third argument to be a object"),u={autoBom:!u}),u.autoBom&&/^\s*(?:text\/\S*|application\/xml|\S*\/\S*\+xml)\s*;.*charset\s*=\s*utf-8/i.test(c.type)?new Blob(["\uFEFF",c],{type:c.type}):c}function i(c,u,h){var f=new XMLHttpRequest;f.open("GET",c),f.responseType="blob",f.onload=function(){l(f.response,u,h)},f.onerror=function(){console.error("could not download file")},f.send()}function s(c){var u=new XMLHttpRequest;u.open("HEAD",c,!1);try{u.send()}catch{}return 200<=u.status&&299>=u.status}function r(c){try{c.dispatchEvent(new MouseEvent("click"))}catch{var u=document.createEvent("MouseEvents");u.initMouseEvent("click",!0,!0,window,0,0,0,80,20,!1,!1,!1,!1,0,null),c.dispatchEvent(u)}}var a=typeof window=="object"&&window.window===window?window:typeof self=="object"&&self.self===self?self:typeof we=="object"&&we.global===we?we:void 0,o=a.navigator&&/Macintosh/.test(navigator.userAgent)&&/AppleWebKit/.test(navigator.userAgent)&&!/Safari/.test(navigator.userAgent),l=a.saveAs||(typeof window!="object"||window!==a?function(){}:"download"in HTMLAnchorElement.prototype&&!o?function(c,u,h){var f=a.URL||a.webkitURL,m=document.createElement("a");u=u||c.name||"download",m.download=u,m.rel="noopener",typeof c=="string"?(m.href=c,m.origin===location.origin?r(m):s(m.href)?i(c,u,h):r(m,m.target="_blank")):(m.href=f.createObjectURL(c),setTimeout(function(){f.revokeObjectURL(m.href)},4e4),setTimeout(function(){r(m)},0))}:"msSaveOrOpenBlob"in navigator?function(c,u,h){if(u=u||c.name||"download",typeof c!="string")navigator.msSaveOrOpenBlob(e(c,h),u);else if(s(c))i(c,u,h);else{var f=document.createElement("a");f.href=c,f.target="_blank",setTimeout(function(){r(f)})}}:function(c,u,h,f){if(f=f||open("","_blank"),f&&(f.document.title=f.document.body.innerText="downloading..."),typeof c=="string")return i(c,u,h);var m=c.type==="application/octet-stream",p=/constructor/i.test(a.HTMLElement)||a.safari,_=/CriOS\/[\d]+/.test(navigator.userAgent);if((_||m&&p||o)&&typeof FileReader<"u"){var x=new FileReader;x.onloadend=function(){var C=x.result;C=_?C:C.replace(/^data:[^;]*;/,"data:attachment/file;"),f?f.location.href=C:location=C,f=null},x.readAsDataURL(c)}else{var S=a.URL||a.webkitURL,M=S.createObjectURL(c);f?f.location=M:location.href=M,f=null,setTimeout(function(){S.revokeObjectURL(M)},4e4)}});a.saveAs=l.saveAs=l,n.exports=l})})(Wm);var QO=Wm.exports,Vm={exports:{}};/* @license
|
|
28
|
+
*/const fC={datetime:"MMM d, yyyy, h:mm:ss aaaa",millisecond:"h:mm:ss.SSS aaaa",second:"h:mm:ss aaaa",minute:"h:mm aaaa",hour:"ha",day:"MMM d",week:"PP",month:"MMM yyyy",quarter:"qqq - yyyy",year:"yyyy"};Tu._date.override({_id:"date-fns",formats:function(){return fC},parse:function(n,t){if(n===null||typeof n>"u")return null;const e=typeof n;return e==="number"||n instanceof Date?n=lt(n):e==="string"&&(typeof t=="string"?n=uw(n,t,new Date,this.options):n=oh(n,this.options)),Ro(n)?n.getTime():null},format:function(n,t){return Yr(n,t,this.options)},add:function(n,t,e){switch(e){case"millisecond":return Ao(n,t);case"second":return r_(n,t);case"minute":return i_(n,t);case"hour":return t_(n,t);case"day":return Wr(n,t);case"week":return a_(n,t);case"month":return Eo(n,t);case"quarter":return s_(n,t);case"year":return o_(n,t);default:return n}},diff:function(n,t,e){switch(e){case"millisecond":return Io(n,t);case"second":return g_(n,t);case"minute":return h_(n,t);case"hour":return d_(n,t);case"day":return Ud(n,t);case"week":return p_(n,t);case"month":return Yd(n,t);case"quarter":return m_(n,t);case"year":return y_(n,t);default:return 0}},startOf:function(n,t,e){switch(t){case"second":return mw(n);case"minute":return fw(n);case"hour":return hw(n);case"day":return Po(n);case"week":return $e(n);case"isoWeek":return $e(n,{weekStartsOn:+e});case"month":return __(n);case"quarter":return b_(n);case"year":return $d(n);default:return n}},endOf:function(n,t){switch(t){case"second":return M_(n);case"minute":return v_(n);case"hour":return w_(n);case"day":return Wd(n);case"week":return S_(n);case"month":return Vd(n);case"quarter":return T_(n);case"year":return x_(n);default:return n}}});const Cm={data:{type:Object,required:!0},options:{type:Object,default:()=>({})},plugins:{type:Array,default:()=>[]},datasetIdKey:{type:String,default:"label"},updateMode:{type:String,default:void 0}},mC={type:{type:String,required:!0},destroyDelay:{type:Number,default:0},...Cm,...{ariaLabel:{type:String},ariaDescribedby:{type:String}}},gC=d.version[0]==="2"?(n,t)=>Object.assign(n,{attrs:t}):(n,t)=>Object.assign(n,t);function Bi(n){return d.isProxy(n)?d.toRaw(n):n}function pC(n){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:n;return d.isProxy(t)?new Proxy(n,{}):n}function yC(n,t){const e=n.options;e&&t&&Object.assign(e,t)}function Om(n,t){n.labels=t}function Em(n,t,e){const i=[];n.datasets=t.map(s=>{const r=n.datasets.find(a=>a[e]===s[e]);return!r||!s.data||i.includes(r)?{...s}:(i.push(r),Object.assign(r,s),r)})}function bC(n,t){const e={labels:[],datasets:[]};return Om(e,n.labels),Em(e,n.datasets,t),e}const _C=d.defineComponent({props:mC,setup(n,t){let{expose:e,slots:i}=t;const s=d.ref(null),r=d.shallowRef(null);e({chart:r});const a=()=>{if(!s.value)return;const{type:c,data:u,options:h,plugins:f,datasetIdKey:m}=n,g=bC(u,m),_=pC(g,u);r.value=new ye(s.value,{type:c,data:_,options:{...h},plugins:f})},o=()=>{const c=d.toRaw(r.value);c&&(n.destroyDelay>0?setTimeout(()=>{c.destroy(),r.value=null},n.destroyDelay):(c.destroy(),r.value=null))},l=c=>{c.update(n.updateMode)};return d.onMounted(a),d.onUnmounted(o),d.watch([()=>n.options,()=>n.data],(c,u)=>{let[h,f]=c,[m,g]=u;const _=d.toRaw(r.value);if(!_)return;let x=!1;if(h){const S=Bi(h),T=Bi(m);S&&S!==T&&(yC(_,S),x=!0)}if(f){const S=Bi(f.labels),T=Bi(g.labels),D=Bi(f.datasets),E=Bi(g.datasets);S!==T&&(Om(_.config.data,S),x=!0),D&&D!==E&&(Em(_.config.data,D,n.datasetIdKey),x=!0)}x&&d.nextTick(()=>{l(_)})},{deep:!0}),()=>d.h("canvas",{role:"img","aria-label":n.ariaLabel,"aria-describedby":n.ariaDescribedby,ref:s},[d.h("p",{},[i.default?i.default():""])])}});function Rl(n,t){return ye.register(t),d.defineComponent({props:Cm,setup(e,i){let{expose:s}=i;const r=d.shallowRef(null),a=o=>{r.value=o==null?void 0:o.chart};return s({chart:r}),()=>d.h(_C,gC({ref:a},{type:n,...e}))}})}const Am=Rl("bar",us),Pm=Rl("doughnut",sn),Rm=Rl("line",ds),xC={class:"chart-container"},wC={key:0,class:"chart-center-metric"},SC={class:"chart-center-total"},vC={key:0,class:"chart-center-unit"},TC=d.defineComponent({__name:"DonutChart",props:{chartData:{},tooltipTitle:{},metricUnit:{default:""},metricName:{default:""},legendPosition:{default:xe.Bottom},legendValues:{default:void 0},syntheticsDataKey:{default:""},datasetColors:{default:()=>On},tooltipDimensionDisplay:{default:""},tooltipMetricDisplay:{default:""},showCenterMetric:{type:Boolean,default:!0}},setup(n){const t=n,{translateUnit:e}=ft.useTranslatedUnits(),{i18n:i}=ft.useI18n(),s=crypto.randomUUID(),r=crypto.randomUUID(),a=d.ref([]),o=d.useTemplateRef("chartParent"),l=d.reactive({showTooltip:!1,tooltipContext:"",metricDisplay:d.toRef(t,"tooltipMetricDisplay"),dimensionDisplay:d.toRef(t,"tooltipDimensionDisplay"),tooltipSeries:[],left:"",top:"",units:d.toRef(t,"metricUnit"),translateUnit:e,offsetX:0,offsetY:0,width:0,height:0,chartID:r,chartType:"donut",interactionMode:"idle"}),{tooltipAbsoluteLeft:c,tooltipAbsoluteTop:u}=ft.useTooltipAbsolutePosition(o,l),h={id:s,afterUpdate(k){a.value=k.options.plugins.legend.labels.generateLabels(k).map(p=>({...p,value:t.legendValues&&t.legendValues[p.text],hidden:!1}))}},f=d.computed(()=>[h]),m=d.computed(()=>[t.chartData.datasets.reduce((p,b)=>(p.labels.push(b.label),p.backgroundColor.push(b.backgroundColor),p.hoverBorderColor.push($a(b.backgroundColor).saturate(.5).darken(.15).hexString()),p.data.push(b.data.reduce((v,O)=>v+O,0)),p),{labels:[],backgroundColor:[],borderColor:"#ffffff",borderWidth:1,hoverBorderColor:[],hoverBorderWidth:1,data:[],hoverOffset:10})]),{formatUnit:g}=Jn({i18n:i}),_=d.computed(()=>pM(t.metricName??"")),x=d.computed(()=>{var p;const k=((p=m.value[0])==null?void 0:p.data.reduce((b,v)=>b+v,0))??0;return g(k,t.metricUnit,{approximate:!0,translateUnit:(b,v)=>e(b,v)}).trim()}),S=d.computed(()=>t.tooltipMetricDisplay||""),T=d.computed(()=>({...t.chartData,datasets:m.value}));ft.useReportChartDataForSynthetics(d.toRef(t,"chartData"),d.toRef(t,"syntheticsDataKey"));const{options:D}=ft.useDonutChartOptions({tooltipState:l,legendID:s}),E=d.ref(),C=k=>({[xe.Bottom]:"column",[xe.Hidden]:"hidden"})[k],A=({width:k,height:p})=>{l.width=k,l.height=p};return(k,p)=>(d.openBlock(),d.createElementBlock("div",{ref:"chartParent",class:d.normalizeClass(["chart-parent",C(n.legendPosition)]),"data-testid":"donut-chart-parent"},[d.createElementVNode("div",xC,[d.createVNode(d.unref(Pm),{ref_key:"chartInstance",ref:E,"chart-id":d.unref(r),data:T.value,options:d.unref(D),plugins:f.value},null,8,["chart-id","data","options","plugins"]),n.showCenterMetric&&_.value?(d.openBlock(),d.createElementBlock("div",wC,[d.createElementVNode("span",SC,d.toDisplayString(x.value),1),S.value?(d.openBlock(),d.createElementBlock("span",vC,d.toDisplayString(S.value),1)):d.createCommentVNode("",!0)])):d.createCommentVNode("",!0),(d.openBlock(),d.createBlock(d.Teleport,{to:"body"},[d.createVNode(pa,{"absolute-left":d.unref(c),"absolute-top":d.unref(u),state:l,"tooltip-title":n.tooltipTitle,unit:n.metricUnit,onDimensions:A},null,8,["absolute-left","absolute-top","state","tooltip-title","unit"])]))]),d.createVNode(Al,{id:d.unref(s),"chart-instance":E.value,items:a.value,position:n.legendPosition},null,8,["id","chart-instance","items","position"])],2))}}),MC=Ce(TC,[["__scopeId","data-v-48b16272"]]),Il=(n,t,e,i,s="#0275d8")=>{n.save(),n.beginPath(),n.moveTo(t,e),n.lineTo(t,i),n.lineWidth=1,n.strokeStyle=s,n.stroke(),n.restore()},fe={},kC=()=>{fe.x=void 0,fe.chart=void 0,fe.strategy=void 0,fe.group=void 0},DC=10;class Im{constructor({brushGroup:t=void 0,brushStrategy:e=void 0,enableBrushing:i=!1}={}){P(this,"id","verticalLinePlugin");P(this,"_clickedSegment");P(this,"_pause",!1);P(this,"_useBrushingState",!1);P(this,"_brushStrategy");P(this,"_brushGroup");P(this,"_lastMouseBrushEvent",0);let s=!1;e==="group"&&(s=t!==void 0),this._useBrushingState=i&&s,this._brushStrategy=e,this._brushGroup=t}afterEvent(t,e){if(!this._useBrushingState)return;const{event:i}=e;(i.type==="mousemove"||i.type==="mouseout")&&requestAnimationFrame(s=>this.onMouseBrush(i.type,t,s))}onMouseBrush(t,e,i){if(t==="mousemove"&&i-this._lastMouseBrushEvent<DC)return;const s=()=>{fe.chart=e,fe.strategy=this._brushStrategy,fe.group=this._brushGroup;for(const r of Object.values(ye.instances))r!==e&&r.update("none")};t==="mousemove"?e.tooltip&&e.tooltip.getActiveElements()&&e.tooltip.getActiveElements().length&&(fe.x=e.tooltip.dataPoints[0].element.x,s()):t==="mouseout"&&(fe.x=void 0,s()),this._lastMouseBrushEvent=i}afterDatasetsDraw(t){if(this.isPaused)return;const e=t.tooltip&&t.tooltip.getActiveElements()&&t.tooltip.getActiveElements().length,i=t.ctx;if(this._clickedSegment){const{x:s}=this._clickedSegment.element;Il(i,s,t.scales.y.top,t.scales.y.bottom)}else if(this._useBrushingState)this.drawByBrush(t);else if(e){const{x:s}=t.tooltip.dataPoints[0].element;Il(i,s,t.scales.y.top,t.scales.y.bottom)}}drawByBrush(t){if(fe.x===void 0)return;const e=fe.chart===t?"#0275d8":"rgba(2, 117, 216, 0.3)";this._brushStrategy==="group"&&fe.group===this._brushGroup&&Il(t.ctx,fe.x,t.scales.y.top,t.scales.y.bottom,e)}pause(){this._pause=!0}resume(){this._pause=!1}get isPaused(){return this._pause}set clickedSegment(t){this._clickedSegment=t}get clickedSegment(){return this._clickedSegment}destroyClickedSegment(){delete this._clickedSegment}beforeDestroy(t){if(this._clickedSegment&&this.destroyClickedSegment(),this._useBrushingState&&fe.chart===t){const e=fe.x!==void 0;if(kC(),e)for(const i of Object.values(ye.instances))i!==t&&i.update("none")}}}const CC=(n,t,e)=>{const i=n.ctx;i.save(),i.strokeStyle="rgba(95, 154, 255, 1)",i.lineWidth=2,i.beginPath(),i.moveTo(t,n.chartArea.top),i.lineTo(t,n.chartArea.bottom),i.moveTo(e,n.chartArea.top),i.lineTo(e,n.chartArea.bottom),i.stroke(),i.restore()},OC=(n,t,e)=>{const i=n.ctx;i.save(),i.fillStyle="rgba(143, 193, 255, 0.3)",i.fillRect(t,n.chartArea.top,e-t,n.chartArea.bottom-n.chartArea.top),i.restore()},Lm=(n,t,e)=>{const i=t.scales.x.getValueForPixel(e.startX),s=t.scales.x.getValueForPixel(e.endX);i&&s&&t.canvas.dispatchEvent(new CustomEvent(n,{detail:{xStart:Math.min(i,s),xEnd:Math.max(i,s)}}))};class EC{constructor(){P(this,"id","dragSelectPlugin");P(this,"_isDragging",!1);P(this,"_startX",0);P(this,"_endX",0);P(this,"_dragTimeout");P(this,"_clearSelectionArea",!0);P(this,"_chart",null);P(this,"_dragSelectHandlers")}get startX(){return this._startX}get endX(){return this._endX}beforeInit(t){this._chart=t;const e=t.canvas;let i=!1;const s=o=>{this._dragTimeout=window.setTimeout(()=>{const l=e.getBoundingClientRect();this._isDragging=!0,this._clearSelectionArea=!1,i=!0,this._startX=o.clientX-l.left},150)},r=o=>{const l=e.getBoundingClientRect();i&&this._isDragging&&(this._endX=o.clientX-l.left,Lm("dragSelectMove",t,this))},a=o=>{const l=e.getBoundingClientRect();clearTimeout(this._dragTimeout),i&&this._isDragging&&(this._endX=o.clientX-l.left,Lm("dragSelect",t,this),i=!1,this._isDragging=!1)};e.addEventListener("mousedown",s),e.addEventListener("mousemove",r),e.addEventListener("mouseup",a),this._dragSelectHandlers={onMouseDown:s,onMouseMove:r,onMouseUp:a}}beforeDestroy(t){const e=t.canvas;if(this._dragSelectHandlers){const{onMouseDown:i,onMouseMove:s,onMouseUp:r}=this._dragSelectHandlers;e.removeEventListener("mousedown",i),e.removeEventListener("mousemove",s),e.removeEventListener("mouseup",r)}this._isDragging=!1,this._dragTimeout&&clearTimeout(this._dragTimeout)}afterDatasetsDraw(t){(this._isDragging||!this._clearSelectionArea)&&(OC(t,this._startX,this._endX),CC(t,this._startX,this._endX))}clearSelectionArea(){this._clearSelectionArea=!0,this._chart&&this._chart.update()}}const AC=["hidden","single","full"];var ri=(n=>(n.String="string",n.Number="number",n.Boolean="boolean",n.Object="object",n.Undefined="undefined",n))(ri||{});const PC=["donut","horizontal_bar","vertical_bar","timeseries_line","timeseries_bar"],RC=["gauge","top_n","single_value"],IC=20,LC="rgba(255, 171, 171, 0.4)",NC="rgba(255, 196, 0, 0.2)",Nm=(n,t,e)=>{const i=t.y-n.y;if(i===0)return t.x;const s=(e-n.y)/i;return n.x+s*(t.x-n.x)},FC=(n,t)=>{const e=[];return n.data.datasets.forEach(i=>{if(!n.getDatasetMeta(n.data.datasets.indexOf(i)).visible)return;const r=i.data;r!=null&&r.length&&t.filter(a=>a.highlightIntersections).forEach(a=>{const o=r.map(c=>({ts:c.x,aboveThreshold:c.y>=a.value}));let l=o[0].aboveThreshold?r[0].x:void 0;for(let c=1;c<o.length;c++)!o[c-1].aboveThreshold&&o[c].aboveThreshold?l=Nm(r[c-1],r[c],a.value):o[c-1].aboveThreshold&&!o[c].aboveThreshold&&l!==void 0&&(e.push({start:l,end:Nm(r[c-1],r[c],a.value),type:a.type}),l=void 0);l!==void 0&&e.push({start:l,end:o[o.length-1].ts,type:a.type})})}),e},BC=n=>{if(!n.length)return[];n.sort((e,i)=>e.type.localeCompare(i.type)||e.start-i.start);const t=[];for(const e of n){const i=t.findLast(({type:s})=>s===e.type);i&&e.start<=i.end?i.end=Math.max(i.end,e.end):t.push({...e})}return t};class zC{constructor(t){P(this,"id","thresholdPlugin");P(this,"_thresholds");P(this,"_mouseMoveHandler");this.i18n=t}_syncThresholds(t){var e,i;for(const s of Object.keys(t.threshold||{})){const r=(e=t.threshold)==null?void 0:e[s];r&&(this._thresholds={...this._thresholds,[s]:r.map(a=>({...a,hovered:!1}))})}if(this._thresholds)for(const s of Object.keys(this._thresholds))(i=t.threshold)!=null&&i[s]||delete this._thresholds[s]}get thresholds(){return this._thresholds}beforeUpdate(t,e,i){this._syncThresholds(i)}beforeInit(t,e,i){const s=t.canvas;this._syncThresholds(i);const r=a=>{var o;if(t){const l=a.clientY,c=t.scales.y,u=s.getBoundingClientRect(),h=c.getValueForPixel(l-u.top);if(h)for(const f of Object.keys(this._thresholds||{})){const m=(o=this._thresholds)==null?void 0:o[f];m&&m.forEach(g=>{g.hovered=Math.abs(g.value-h)<IC})}}};s.addEventListener("mousemove",r),this._mouseMoveHandler=r}afterDatasetsDraw(t,e){var s;const i=t.ctx;for(const r of Object.keys(this._thresholds||{})){const a=(s=this._thresholds)==null?void 0:s[r];if(a){a.forEach(c=>{const h=t.scales.y.getPixelForValue(c.value);i.save(),i.beginPath(),i.moveTo(t.chartArea.left,h),i.lineTo(t.chartArea.right,h),i.lineWidth=1,i.strokeStyle=el(c.type),i.setLineDash([5,5]),i.stroke(),i.restore();let f="";c.label?f=`${c.label}: ${c.value}`:c.type==="warning"?f=this.i18n.t("chartLabels.threshold-warning",{value:c.value}):c.type==="error"?f=this.i18n.t("chartLabels.threshold-error",{value:c.value}):f=this.i18n.t("chartLabels.thatreshold-neutral",{value:c.value}),c.hovered&&(i.save(),i.fillStyle=el(c.type),i.font=wT,i.fillText(f,t.chartArea.left,h-4),i.restore())});const o=FC(t,a);BC(o).forEach(c=>{const u=t.scales.x.getPixelForValue(c.start),h=t.scales.x.getPixelForValue(c.end);i.save(),i.fillStyle=c.type==="error"?LC:NC,i.fillRect(u,t.chartArea.top,h-u,t.chartArea.bottom-t.chartArea.top),i.restore(),i.save(),i.beginPath(),i.moveTo(u,t.chartArea.bottom),i.lineTo(h,t.chartArea.bottom),i.lineWidth=2,i.strokeStyle=el(c.type),i.stroke(),i.restore()})}}}beforeDestroy(t){this._mouseMoveHandler&&t.canvas.removeEventListener("mousemove",this._mouseMoveHandler)}}const UC=Ce(d.defineComponent({__name:"TimeSeriesChart",props:{chartData:{default:void 0},type:{default:"timeseries_line"},fill:{type:Boolean,default:!1},tooltipTitle:{},metricUnit:{default:""},timeRangeMs:{default:void 0},granularity:{},stacked:{type:Boolean,default:!0},legendValues:{default:void 0},metricAxesTitle:{default:void 0},dimensionAxesTitle:{default:void 0},syntheticsDataKey:{default:""},chartLegendSortFn:{type:Function,default:(n,t)=>n.value&&t.value&&t.value.raw-n.value.raw},chartTooltipSortFn:{type:Function,default:(n,t)=>t.rawValue-n.rawValue},brush:{type:Boolean,default:!1},zoomActionItems:{default:void 0},tooltipMetricDisplay:{default:""},threshold:{default:void 0}},emits:["zoom-time-range","select-chart-range"],setup(n,{emit:t}){const e=n,i=t,{i18n:s}=ft.useI18n(),r=new Im,a=new km,o=new EC,l=new zC(s),{translateUnit:c}=ft.useTranslatedUnits(),u=d.ref(),h=crypto.randomUUID(),f=crypto.randomUUID(),m=d.ref([]),g=d.inject("legendPosition",xe.Bottom),_=d.useTemplateRef("chartParent"),x=d.ref(void 0),S=d.ref(!1),T=d.reactive({showTooltip:!1,tooltipContext:0,metricDisplay:d.toRef(e,"tooltipMetricDisplay"),tooltipSeries:[],left:"",top:"",units:d.toRef(e,"metricUnit"),translateUnit:c,offsetX:0,offsetY:0,width:0,height:0,chartType:e.type,chartID:f,chartTooltipSortFn:e.chartTooltipSortFn,interactionMode:"idle"}),{tooltipAbsoluteLeft:D,tooltipAbsoluteTop:E}=ft.useTooltipAbsolutePosition(_,T),C={id:h,afterUpdate(U){m.value=ef(U,e.legendValues,e.chartLegendSortFn)}},A=d.computed(()=>[C,a,...e.brush?[o]:[],...e.type==="timeseries_line"?[r]:[],...e.threshold?[l]:[]]),k=d.computed(()=>`line-${A.value.map(U=>U.id).join("-")}`),p=d.computed(()=>`bar-${A.value.map(U=>U.id).join("-")}`),b=d.computed(()=>e.chartData&&Yv(e.chartData)),{options:v}=ft.useLineChartOptions({tooltipState:T,timeRangeMs:d.toRef(e,"timeRangeMs"),granularity:d.toRef(e,"granularity"),legendID:h,stacked:d.toRef(e,"stacked"),metricAxesTitle:d.toRef(e,"metricAxesTitle"),dimensionAxesTitle:d.toRef(e,"dimensionAxesTitle"),pointsWithoutHover:b,threshold:d.toRef(e,"threshold")});ft.useReportChartDataForSynthetics(d.toRef(e,"chartData"),d.toRef(e,"syntheticsDataKey"));const O=U=>({[xe.Bottom]:"column",[xe.Hidden]:"hidden"})[U],R=({width:U,height:V})=>{T.width=U,T.height=V},W=(U=!0)=>{T.interactionMode="idle",T.showTooltip=!1,o.clearSelectionArea(),a.isPaused&&a.resume(U),r.isPaused&&r.resume()},L=()=>{T.interactionMode="interactive"},H=()=>{var U,V;!u.value||!((V=(U=u.value.chart.tooltip)==null?void 0:U.dataPoints)!=null&&V.length)||(T.interactionMode==="interactive"?r.clickedSegment=u.value.chart.tooltip.dataPoints[0]:r.destroyClickedSegment())},N=()=>{if(S.value){S.value=!1;return}T.interactionMode!=="idle"?W():L(),H()};d.watch(()=>e.type,()=>{T.interactionMode="idle",T.showTooltip=!1,r.destroyClickedSegment()});const B=U=>{U.preventDefault(),U.stopPropagation();const{xStart:V,xEnd:j}=U.detail;V&&j&&(x.value={start:new Date(V),end:new Date(j),type:"absolute"},T.interactionMode="zoom-interactive",i("select-chart-range",x.value))},$=U=>{T.interactionMode="selecting-chart-area",S.value=!0,r.pause(),a.pause();const{xStart:V,xEnd:j}=U.detail;V&&j&&(x.value={start:new Date(V),end:new Date(j),type:"absolute"})},Y=U=>{if(!_.value||T.interactionMode==="idle")return;const V=U.target;V&&_.value.contains(V)||S.value||W(!1)};return d.watch(()=>{var U;return(U=u.value)==null?void 0:U.chart},()=>{var U;(U=u.value)!=null&&U.chart&&(u.value.chart.canvas.removeEventListener("dragSelect",B),u.value.chart.canvas.removeEventListener("dragSelectMove",$),u.value.chart.canvas.addEventListener("dragSelect",B),u.value.chart.canvas.addEventListener("dragSelectMove",$))}),d.onMounted(()=>{document.addEventListener("click",Y,!0)}),d.onUnmounted(()=>{var U;(U=u.value)!=null&&U.chart&&(u.value.chart.canvas.removeEventListener("dragSelect",B),u.value.chart.canvas.removeEventListener("dragSelectMove",$)),document.removeEventListener("click",Y,!0)}),(U,V)=>(d.openBlock(),d.createElementBlock("div",{ref:"chartParent",class:d.normalizeClass(["chart-parent",O(d.unref(g))]),"data-testid":"line-chart-parent"},[d.createElementVNode("div",{class:"chart-container",onClick:V[0]||(V[0]=j=>N())},[n.type==="timeseries_line"?(d.openBlock(),d.createBlock(d.unref(Rm),{key:k.value,ref_key:"chartInstance",ref:u,"chart-id":d.unref(f),class:"chart-canvas",data:n.chartData,"data-testid":"time-series-line-chart",options:d.unref(v),plugins:A.value},null,8,["chart-id","data","options","plugins"])):n.type==="timeseries_bar"?(d.openBlock(),d.createBlock(d.unref(Am),{key:p.value,ref_key:"chartInstance",ref:u,"chart-id":d.unref(f),class:"chart-canvas",data:n.chartData,"data-testid":"time-series-bar-chart",options:d.unref(v),plugins:A.value},null,8,["chart-id","data","options","plugins"])):d.createCommentVNode("",!0)]),d.createVNode(pa,{"absolute-left":d.unref(D),"absolute-top":d.unref(E),"data-testid":"tooltip",granularity:n.granularity,state:T,"tooltip-title":n.tooltipTitle,"zoom-action-items":n.zoomActionItems,"zoom-time-range":x.value,onDimensions:R,onOnAction:V[1]||(V[1]=()=>W(!1))},null,8,["absolute-left","absolute-top","granularity","state","tooltip-title","zoom-action-items","zoom-time-range"]),d.createVNode(Al,{id:d.unref(h),"chart-instance":u.value,"data-testid":"legend",items:m.value},null,8,["id","chart-instance","items"])],2))}}),[["__scopeId","data-v-ac6e8bbc"]]),HC={key:0,class:"chart-truncation-warning","data-testid":"truncation-warning"},WC={class:"tooltip-content"},VC={key:2,class:"analytics-chart-parent"},YC=d.defineComponent({__name:"AnalyticsChart",props:{chartData:{},chartOptions:{},tooltipTitle:{default:""},emptyStateTitle:{default:""},emptyStateDescription:{default:""},legendPosition:{default:xe.Bottom},syntheticsDataKey:{default:""},showLegendValues:{type:Boolean,default:!1},showAnnotations:{type:Boolean,default:!0},timeseriesZoom:{type:Boolean,default:!1},requestsLink:{default:void 0},exploreLink:{default:void 0}},emits:["zoom-time-range","select-chart-range"],setup(n,{emit:t}){const e=t,i=n,{i18n:s}=ft.useI18n(),r=d.computed(()=>x.value?ft.useExploreResultToTimeDataset({fill:i.chartOptions.stacked,colorPalette:i.chartOptions.chartDatasetColors||il},d.toRef(i,"chartData")).value:ft.useExploreResultToDatasets({fill:i.chartOptions.stacked,colorPalette:i.chartOptions.chartDatasetColors||il},d.toRef(i,"chartData")).value),a=d.computed(()=>i.timeseriesZoom||!!i.exploreLink||!!i.requestsLink),o=d.computed(()=>{var L;if(!((L=i.chartData)!=null&&L.meta))return 0;if(i.chartData.meta.start&&i.chartData.meta.end){const H=new Date(i.chartData.meta.start).getTime();return new Date(i.chartData.meta.end).getTime()-H}}),l=d.computed(()=>{var L;return(L=i.chartData.meta)!=null&&L.metric_units?Object.values(i.chartData.meta.metric_units)[0]:""}),c=d.computed(()=>{var L;return(L=i.chartData.meta)!=null&&L.metric_units?Object.keys(i.chartData.meta.metric_units)[0]??"":""}),u=d.computed(()=>i.showLegendValues&&i.legendPosition!==xe.Hidden),{legendValues:h}=ft.useChartLegendValues(r,i.chartOptions.type,l),f=d.computed(()=>{var L,H,N;return((N=(H=(L=i.chartData)==null?void 0:L.meta)==null?void 0:H.limit)==null?void 0:N.toString())||null}),m=d.computed(()=>{var L,H;return i.chartOptions.hideTruncationWarning?!1:((H=(L=i.chartData)==null?void 0:L.meta)==null?void 0:H.truncated)||!1}),g=d.computed(()=>s.t("limitedResultsShown",{maxReturned:f.value})),_=d.computed(()=>["vertical_bar","horizontal_bar"].includes(i.chartOptions.type)),x=d.computed(()=>["timeseries_bar","timeseries_line"].some(L=>L===i.chartOptions.type)),S=d.computed(()=>i.chartOptions.type==="donut"),T=d.computed(()=>i.chartOptions.type.includes("vertical")?"vertical":"horizontal"),D=d.computed(()=>{var N,B;if(!((N=i.chartData)!=null&&N.meta.metric_names)||!((B=i.chartData)!=null&&B.meta.metric_units))return;const L=i.chartData.meta.metric_names[0],H=i.chartData.meta.metric_units[L]||"";if(i.chartData.meta.metric_names.length>1){if(L.includes("latency"))return s.t("metricAxisTitles.latency_in",{unit:s.t(`chartUnits.${H}`,{plural:"s"})});if(L.includes("size"))return s.t("metricAxisTitles.size_in",{unit:s.t(`chartUnits.${H}`,{plural:"s"})})}if(L)return zs(H)&&s.te(`metricAxisTitles.${L}`)?s.t(`metricAxisTitles.${L}`)||void 0:s.te(`chartLabels.${L}`)?s.t(`chartLabels.${L}`):L}),E=d.computed(()=>{var N,B,$,Y;if((N=i.chartOptions)!=null&&N.metricAxesTitle)return(B=i.chartOptions)==null?void 0:B.metricAxesTitle;if(!(($=i.chartData)!=null&&$.meta.metric_names)||!((Y=i.chartData)!=null&&Y.meta.metric_units))return;const L=i.chartData.meta.metric_names[0],H=i.chartData.meta.metric_units[L]||"";if(i.chartData.meta.metric_names.length>1){if(L.includes("latency"))return s.t("metricAxisTitles.latency_in",{unit:s.t(`chartUnits.${H}`,{plural:"s"})});if(L.includes("size"))return s.t("metricAxisTitles.size_in",{unit:s.t(`chartUnits.${H}`,{plural:"s"})})}return s.te(`metricAxisTitles.${L}`)&&(zs(H)||s.te(`chartUnits.${H}`))?zs(H)?s.t(`metricAxisTitles.${L}`)||void 0:s.t(`metricAxisTitles.${L}`,{unit:s.t(`chartUnits.${H}`,{plural:"s"})})||void 0:L||void 0}),C=d.computed(()=>{var H;if((H=i.chartOptions)!=null&&H.dimensionAxesTitle)return i.chartOptions.dimensionAxesTitle;const L=x.value?"Time":Object.keys(i.chartData.meta.display||i.chartData.meta.metric_names)[0];if(L)return s.te(`chartLabels.${L}`)?s.t(`chartLabels.${L}`):L}),A=d.computed(()=>{const L=Xo(Number(i.chartData.meta.granularity_ms));if(L)return s.te(`granularityAxisTitles.${L}`)?s.t(`granularityAxisTitles.${L}`):L}),k=d.computed(()=>i.emptyStateTitle||s.t("noDataAvailableTitle")),p=d.computed(()=>i.emptyStateDescription||s.t("noDataAvailableDescription")),b=d.computed(()=>x.value?$v(r.value):i.chartData&&i.chartData.meta&&i.chartData.data.length),v=d.computed(()=>i.chartData.meta.granularity_ms?Xo(i.chartData.meta.granularity_ms)||"hourly":Xo(new Date(i.chartData.data[1].timestamp).getTime()-new Date(i.chartData.data[0].timestamp).getTime())||"hourly"),O=d.computed(()=>i.chartOptions.chartLegendSortFn?i.chartOptions.chartLegendSortFn:(L,H)=>L.text===s.t("chartLabels.____OTHER____")?1:H.text===s.t("chartLabels.____OTHER____")?-1:!isNaN(parseInt(L.text,10))&&!isNaN(parseInt(H.text,10))?L.text<H.text?-1:1:L.value&&H.value?H.value.raw-L.value.raw:0),R=d.computed(()=>i.chartOptions.chartTooltipSortFn?i.chartOptions.chartTooltipSortFn:(L,H)=>L.label===s.t("chartLabels.____OTHER____")?1:H.label===s.t("chartLabels.____OTHER____")?-1:!isNaN(parseInt(L.label,10))&&!isNaN(parseInt(H.label,10))?L.label<H.label?-1:1:L.value&&H.value?H.rawValue-L.rawValue:0),W=d.computed(()=>[...i.timeseriesZoom?[{label:s.t("zoom_action_items.zoom"),key:"zoom-in",action:L=>e("zoom-time-range",L)}]:[],...i.exploreLink?[{label:s.t("zoom_action_items.explore"),key:"explore",href:i.exploreLink.href}]:[],...i.requestsLink?[{label:s.t("zoom_action_items.view_requests"),key:"view-requests",href:i.requestsLink.href}]:[]]);return d.provide("showLegendValues",u),d.provide("legendPosition",d.toRef(i,"legendPosition")),(L,H)=>{const N=d.resolveComponent("KTooltip"),B=d.resolveComponent("KEmptyState");return d.openBlock(),d.createElementBlock("div",{class:d.normalizeClass(["analytics-chart-shell",{"show-values":u.value}])},[b.value&&m.value&&f.value?(d.openBlock(),d.createElementBlock("div",HC,[d.createVNode(N,{class:"tooltip","max-width":"500",placement:"right"},{content:d.withCtx(()=>[d.createElementVNode("div",WC,d.toDisplayString(g.value),1)]),default:d.withCtx(()=>[d.createVNode(d.unref(Gi.WarningIcon),{color:`var(--kui-color-text-warning, ${d.unref(t1)})`,size:d.unref(n1)},null,8,["color","size"])]),_:1})])):d.createCommentVNode("",!0),b.value?(d.openBlock(),d.createElementBlock("div",VC,[x.value?(d.openBlock(),d.createBlock(UC,{key:0,brush:a.value,"chart-data":r.value,"chart-legend-sort-fn":O.value,"chart-tooltip-sort-fn":R.value,"dimension-axes-title":A.value,fill:n.chartOptions.stacked,granularity:v.value,"legend-values":d.unref(h),"metric-axes-title":E.value,"metric-unit":l.value,stacked:n.chartOptions.stacked,"synthetics-data-key":n.syntheticsDataKey,threshold:n.chartOptions.threshold,"time-range-ms":o.value,"tooltip-metric-display":D.value,"tooltip-title":n.tooltipTitle,type:n.chartOptions.type,"zoom-action-items":W.value,onSelectChartRange:H[0]||(H[0]=$=>e("select-chart-range",$)),onZoomTimeRange:H[1]||(H[1]=$=>e("zoom-time-range",$))},null,8,["brush","chart-data","chart-legend-sort-fn","chart-tooltip-sort-fn","dimension-axes-title","fill","granularity","legend-values","metric-axes-title","metric-unit","stacked","synthetics-data-key","threshold","time-range-ms","tooltip-metric-display","tooltip-title","type","zoom-action-items"])):_.value?(d.openBlock(),d.createBlock(hC,{key:1,annotations:n.showAnnotations,"chart-data":r.value,"chart-legend-sort-fn":O.value,"chart-tooltip-sort-fn":R.value,"data-testid":"bar-chart-container","dimension-axes-title":C.value,"legend-values":d.unref(h),"metric-axes-title":E.value,"metric-unit":l.value,orientation:T.value,stacked:n.chartOptions.stacked,"synthetics-data-key":n.syntheticsDataKey,"tooltip-metric-display":D.value,"tooltip-title":n.tooltipTitle},null,8,["annotations","chart-data","chart-legend-sort-fn","chart-tooltip-sort-fn","dimension-axes-title","legend-values","metric-axes-title","metric-unit","orientation","stacked","synthetics-data-key","tooltip-metric-display","tooltip-title"])):S.value?(d.openBlock(),d.createBlock(MC,{key:2,"chart-data":r.value,"dataset-colors":n.chartOptions.chartDatasetColors||d.unref(il),"legend-position":n.legendPosition,"legend-values":d.unref(h),"metric-name":c.value,"metric-unit":l.value,"show-center-metric":n.chartOptions.showCenterMetric,"synthetics-data-key":n.syntheticsDataKey,"tooltip-dimension-display":C.value,"tooltip-metric-display":D.value,"tooltip-title":n.tooltipTitle},null,8,["chart-data","dataset-colors","legend-position","legend-values","metric-name","metric-unit","show-center-metric","synthetics-data-key","tooltip-dimension-display","tooltip-metric-display","tooltip-title"])):d.createCommentVNode("",!0)])):(d.openBlock(),d.createBlock(B,{key:1,"action-button-visible":!1,class:"chart-empty-state","data-testid":"no-data-in-report"},{title:d.withCtx(()=>[d.createTextVNode(d.toDisplayString(k.value),1)]),default:d.withCtx(()=>[d.createTextVNode(d.toDisplayString(p.value),1)]),_:1}))],2)}}}),$C=Ce(YC,[["__scopeId","data-v-01ab7b1b"]]),jC={class:"chart-parent","data-testid":"gauge-chart-parent"},qC={class:"chart-totals-flex"},GC={key:1,class:"metric-small","data-testid":"gauge-chart-total"},KC=Ce(d.defineComponent({__name:"GaugeChart",props:{chartData:{type:Object,required:!1,default:null},metricDisplay:{type:String,required:!1,default:"hidden"},numerator:{type:Number,required:!1,default:0},syntheticsDataKey:{type:String,required:!1,default:""},datasetColors:{type:Object,required:!1,default:On},height:{type:String,required:!1,default:"400px",validator:n=>/(\d *)(px|%)/.test(n)},width:{type:String,required:!1,default:"100%",validator:n=>/(\d *)(px|%)/.test(n)}},setup(n){const t=n,{i18n:e}=ft.useI18n(),i=d.ref(Pl()),s=d.computed(()=>[t.chartData.datasets.reduce((m,g)=>(m.labels.push(g.label),m.borderColor.push(g.backgroundColor),m.backgroundColor.push(g.backgroundColor),m.data.push(g.data.reduce((_,x)=>_+x,0)),m),{labels:[],backgroundColor:[],borderColor:[],data:[]})]),r=d.computed(()=>({...t.chartData,datasets:s.value}));ft.useReportChartDataForSynthetics(d.toRef(t,"chartData"),d.toRef(t,"syntheticsDataKey"));const a={responsive:!0,maintainAspectRatio:!0,cutout:"78%",circumference:"200",rotation:"260",plugins:{legend:{display:!1}}},o=d.computed(()=>{var f;return Hs((f=s==null?void 0:s.value[0])==null?void 0:f.data[t.numerator],{capital:!0})}),l=d.computed(()=>{var f,m;return Hs(((f=s==null?void 0:s.value[0])==null?void 0:f.data[0])+((m=s==null?void 0:s.value[0])==null?void 0:m.data[1]),{capital:!0})}),c=d.computed(()=>{var f;return`color: ${(f=s==null?void 0:s.value[0])==null?void 0:f.backgroundColor[t.numerator]}`}),u=d.computed(()=>["full","single"].includes(t.metricDisplay)),h=d.computed(()=>t.metricDisplay==="full");return(f,m)=>(d.openBlock(),d.createElementBlock("div",jC,[d.createElementVNode("div",qC,[u.value?(d.openBlock(),d.createElementBlock("div",{key:0,class:"metric-large","data-testid":"gauge-chart-metric",style:d.normalizeStyle(c.value)},d.toDisplayString(o.value),5)):d.createCommentVNode("",!0),h.value?(d.openBlock(),d.createElementBlock("div",GC,d.toDisplayString(d.unref(e).t("total"))+": "+d.toDisplayString(l.value),1)):d.createCommentVNode("",!0)]),d.createElementVNode("div",{class:"chart-container",style:d.normalizeStyle({height:n.height,width:n.width})},[d.createVNode(d.unref(Pm),{"chart-id":i.value,data:r.value,options:a},null,8,["chart-id","data","options"])],4)]))}}),[["__scopeId","data-v-c461b83f"]]),XC={key:1,class:"single-value-wrapper"},ZC={class:"single-value-metric"},QC={class:"name-unit-alignment"},JC={class:"single-value","data-testid":"single-value-chart"},tO={key:0,class:"single-value-unit"},eO={class:"single-value-metric-name"},nO={key:0,class:"single-value-trend"},iO={key:0,class:"single-value-trend-range","data-testid":"single-value-trend-range"},sO=Ce(d.defineComponent({__name:"SingleValue",props:{data:{type:Object,required:!0},decimalPoints:{type:Number,default:Of},leftAlign:{type:Boolean,default:!1},showTrend:{type:Boolean,default:!1},increaseIsBad:{type:Boolean,default:!1},alignX:{type:String,default:"space-evenly"}},setup(n){const{i18n:t}=ft.useI18n(),{formatBytes:e,formatCost:i}=Jn({i18n:t}),s=n,r=d.computed(()=>`align-${s.leftAlign?"left":s.alignX}`),a=d.computed(()=>s.data.data),o=d.computed(()=>{var C,A;return(A=(C=s.data.meta)==null?void 0:C.metric_names)==null?void 0:A[0]}),l=d.computed(()=>t.te(`chartLabels.${o.value}`)?t.t(`chartLabels.${o.value}`):""),c=d.computed(()=>{var A,k;const C=o.value?(k=(A=s.data.meta)==null?void 0:A.metric_units)==null?void 0:k[o.value]:void 0;if(C){const p=`chartUnits.${C}`;return t.te(p)?t.t(p,{plural:""}):""}}),u=d.computed(()=>{var C;return o.value==="request_per_minute"||!!((C=o.value)!=null&&C.includes("_latency_"))||o.value==="error_rate"}),h=d.computed(()=>{if(!s.showTrend||a.value.length<2||!o.value)return null;const C=a.value[0].event[o.value];return typeof C!="number"||isNaN(C)?null:C}),f=d.computed(()=>{if(!o.value)return null;const C=s.showTrend?2:1,A=s.showTrend?1:0;if(a.value.length<C)return null;const k=a.value[A].event[o.value];return typeof k!="number"||isNaN(k)?null:k}),m=d.computed(()=>{var p,b;const C=f.value;if(C===null)return"";const A=o.value?(b=(p=s.data.meta)==null?void 0:p.metric_units)==null?void 0:b[o.value]:void 0;if(A==="usd")return i(C);if(A==="bytes")return e(C);if(C>=1e9){const v=(C/1e9).toFixed(1);return v.endsWith(".0")?`${Math.floor(C/1e9)}B`:`${v}B`}if(C>=1e7){const v=(C/1e6).toFixed(1);return v.endsWith(".0")?`${Math.floor(C/1e6)}M`:`${v}M`}const k=s.decimalPoints&&typeof s.decimalPoints=="number"?s.decimalPoints:Of;return C.toLocaleString("en-US",{maximumFractionDigits:k})}),g=d.computed(()=>Ki.calculateChange(f.value??0,h.value??0)||0),_=d.computed(()=>Ki.changePolarity(g.value,!0,s.increaseIsBad)),x=d.computed(()=>Ki.defineIcon(_.value,s.increaseIsBad)),S=d.computed(()=>Ki.metricChange(g.value,!0,t.t("singleValue.trend.not_available"))),T=Ki.useTrendRange(d.computed(()=>s.showTrend),void 0,d.computed(()=>s.data.meta)),D=C=>C>0?"positive":C<0?"negative":"neutral",E=C=>C>0?Jv:C<0?Qv:af;return d.onMounted(()=>{var C,A,k,p;!s.showTrend&&((A=(C=s.data)==null?void 0:C.data)==null?void 0:A.length)>1?console.warn("SingleValue chart should only be used with a single data point. Data length:",s.data.data.length):s.showTrend&&((p=(k=s.data)==null?void 0:k.data)==null?void 0:p.length)!==2&&console.warn("SingleValue with trend expects exactly 2 data points. Data length:",s.data.data.length)}),(C,A)=>{const k=d.resolveComponent("KEmptyState");return d.openBlock(),d.createElementBlock("div",{class:d.normalizeClass(["chart-parent",r.value]),"data-testid":"single-value-parent"},[f.value===null?(d.openBlock(),d.createBlock(k,{key:0,class:"single-value-error","data-testid":"single-value-error","icon-variant":"error",title:d.unref(t).t("singleValue.valueError")},null,8,["title"])):(d.openBlock(),d.createElementBlock("div",XC,[d.createElementVNode("div",ZC,[d.createElementVNode("div",QC,[d.createElementVNode("span",JC,d.toDisplayString(m.value),1),u.value&&c.value?(d.openBlock(),d.createElementBlock("span",tO," "+d.toDisplayString(c.value),1)):d.createCommentVNode("",!0)]),d.createElementVNode("div",eO,d.toDisplayString(l.value),1)]),n.showTrend?(d.openBlock(),d.createElementBlock("div",nO,[d.createElementVNode("div",{class:d.normalizeClass(["trend-change",D(_.value)]),"data-testid":"single-value-trend"},[_.value!==0?(d.openBlock(),d.createBlock(d.resolveDynamicComponent(x.value),{key:0,color:E(_.value),size:d.unref(Ns)},null,8,["color","size"])):(d.openBlock(),d.createBlock(d.unref(Gi.EqualIcon),{key:1,color:`var(--kui-color-text-neutral-strong, ${d.unref(af)})`,size:d.unref(Ns)},null,8,["color","size"])),d.createElementVNode("div",null,d.toDisplayString(S.value),1)],2),d.unref(T)?(d.openBlock(),d.createElementBlock("div",iO,d.toDisplayString(d.unref(T)),1)):d.createCommentVNode("",!0)])):d.createCommentVNode("",!0)]))],2)}}}),[["__scopeId","data-v-33df460d"]]),rO={class:"simple-chart-shell"},aO={key:1,class:"analytics-chart-parent"},oO=Ce(d.defineComponent({__name:"SimpleChart",props:{chartData:{type:Object,required:!0},chartOptions:{type:Object,required:!0},emptyStateTitle:{type:String,required:!1,default:""},syntheticsDataKey:{type:String,required:!1,default:""},height:{type:String,required:!1,default:"400px",validator:n=>/(\d *)(px|%)/.test(n)},width:{type:String,required:!1,default:"100%",validator:n=>/(\d *)(px|%)/.test(n)}},setup(n){const t=n,{i18n:e}=ft.useI18n(),i=d.computed(()=>{var u;const c=ft.useExploreResultToDatasets({colorPalette:t.chartOptions.chartDatasetColors||On},d.toRef(t,"chartData")).value;return(u=t.chartOptions)!=null&&u.reverseDataset&&(c==null||c.datasets.reverse()),c}),s=d.computed(()=>{var c;return(c=t.chartData.meta)!=null&&c.metric_units?Object.values(t.chartData.meta.metric_units)[0]:""}),r=d.computed(()=>t.chartOptions.type==="gauge"),a=d.computed(()=>t.chartOptions.type==="single_value"),o=d.computed(()=>t.emptyStateTitle||e.t("noDataAvailableTitle")),l=d.computed(()=>{var u,h;const c=t.chartData&&t.chartData.meta&&t.chartData.data.length;if(a.value){const f=(h=(u=t.chartData.meta)==null?void 0:u.metric_names)==null?void 0:h[0];return t.chartOptions.showTrend?c&&t.chartData.data.length>=2&&t.chartData.data[1].event[f]!==null:c&&t.chartData.data[0].event[f]!==null}return c});return(c,u)=>{const h=d.resolveComponent("KEmptyState");return d.openBlock(),d.createElementBlock("div",rO,[l.value?(d.openBlock(),d.createElementBlock("div",aO,[r.value?(d.openBlock(),d.createBlock(KC,{key:0,"chart-data":i.value,"dataset-colors":n.chartOptions.chartDatasetColors,"is-simple":"","metric-display":n.chartOptions.metricDisplay,"metric-unit":s.value,numerator:n.chartOptions.numerator,"synthetics-data-key":n.syntheticsDataKey,width:n.width},null,8,["chart-data","dataset-colors","metric-display","metric-unit","numerator","synthetics-data-key","width"])):d.createCommentVNode("",!0),a.value?(d.openBlock(),d.createBlock(sO,{key:1,"align-x":n.chartOptions.alignX,data:n.chartData,"decimal-points":n.chartOptions.decimalPoints,"increase-is-bad":n.chartOptions.increaseIsBad,"show-trend":n.chartOptions.showTrend},null,8,["align-x","data","decimal-points","increase-is-bad","show-trend"])):d.createCommentVNode("",!0)])):(d.openBlock(),d.createBlock(h,{key:0,"action-button-visible":!0,class:"chart-empty-state","data-testid":"no-data-in-report"},{title:d.withCtx(()=>[d.createTextVNode(d.toDisplayString(o.value),1)]),_:1}))])}}}),[["__scopeId","data-v-56837d34"]]),lO={class:"top-n-card-title","data-testid":"top-n-card-title"},cO={class:"top-n-card-description","data-testid":"top-n-card-description"},uO={key:3,class:"top-n-table","data-testid":"top-n-table"},dO={"data-testid":"top-n-table-header"},hO={class:"top-n-table-header-row"},fO={class:"table-header-label"},mO=["data-testid"],gO=["data-testid"],pO=["data-testid"],yO=3,bO=Ce(d.defineComponent({__name:"TopNTable",props:{title:{default:""},description:{default:""},data:{},emptyStateTitle:{default:""},isLoading:{type:Boolean,default:!1},titleTag:{default:"h2"}},setup(n){const t=n,{i18n:e}=ft.useI18n(),{formatUnit:i}=Jn({i18n:e}),s=d.computed(()=>t.data.data),r=d.computed(()=>{var N;return!!((N=s.value)!=null&&N.length)}),a=d.computed(()=>{var N;return(N=t.data.meta)!=null&&N.display?Object.keys(t.data.meta.display).slice(0,yO):[]}),o=d.computed(()=>a.value[0]||""),l=d.computed(()=>a.value.length>1),c=d.computed(()=>a.value[a.value.length-1]||""),u=d.computed(()=>o.value?t.data.meta.display[o.value]:{}),h=d.computed(()=>{var N,B;return(B=(N=t.data.meta)==null?void 0:N.metric_names)!=null&&B.length?t.data.meta.metric_names:[]}),f=d.computed(()=>h.value[0]),m=d.computed(()=>f.value?L(f.value):""),g=d.computed(()=>{const N=a.value.map(B=>({key:B,label:l.value?L(B):e.t("topNTable.nameLabel"),type:"dimension"}));return f.value&&N.push({key:"value",label:m.value,type:"metric"}),h.value.forEach((B,$)=>{$!==0&&N.push({key:B,label:L(B),type:"metric"})}),N}),_=d.computed(()=>g.value.filter(N=>N.type==="metric")),x=d.computed(()=>g.value.filter(N=>N.type==="dimension").slice(1)),S=N=>N.type==="dimension"&&N.key===c.value,T=N=>l.value&&N.type==="dimension"&&!S(N),D=N=>{const B=N.event;return String(B[o.value])},E=(N,B)=>{var U,V,j;const $=String(N.event[B]),Y=(j=(V=(U=t.data.meta)==null?void 0:U.display)==null?void 0:V[B])==null?void 0:j[$];return{dimension:B,id:$,name:(Y==null?void 0:Y.name)||"-",deleted:!!(Y!=null&&Y.deleted)}},C=N=>{const B=D(N),$=u.value&&u.value[B];return $?$.name:"-"},A=N=>{const B=D(N),$=u.value&&u.value[B];return $?!!$.deleted:!1},k=(N,B)=>{var j,X;const $=N.event[B];if($==null)return"–";const Y=typeof $=="number"?$:Number($);if(Number.isNaN(Y))return"–";const U=((X=(j=t.data.meta)==null?void 0:j.metric_units)==null?void 0:X[B])||"count",V=["count","count/minute","token count"].includes(U);return i(Y,U,{approximate:V,isBytes1024:!0,translateUnit:gt=>H(gt,Y)})},p=N=>f.value?k(N,f.value):"–",b=d.computed(()=>{var N;return(N=s.value)!=null&&N.length?s.value.map(B=>{const $=a.value.map(j=>E(B,j)),Y=$[0],U=(Y==null?void 0:Y.id)||D(B),V={id:U,rowKey:$.map(j=>`${j.dimension}:${j.id}`).join("|")||U,name:(Y==null?void 0:Y.name)||C(B),deleted:A(B),dimensions:$,original:B};return f.value&&(V.value=p(B)),h.value.forEach((j,X)=>{X!==0&&(V[j]=k(B,j))}),V}):[]}),v=d.computed(()=>{if(!r.value)return"";if(t.data.meta){if(a.value.some(N=>!Object.keys(t.data.meta.display[N]||{}).length))return e.t("topNTable.errors.display");if(!f.value)return e.t("topNTable.errors.metricNames")}else return e.t("topNTable.errors.meta");return""}),O=(N,B)=>{const $=N[B];return typeof $=="string"?$:$==null?"–":String($)},R=(N,B)=>{var $;return(($=N.dimensions.find(Y=>Y.dimension===B))==null?void 0:$.name)||"–"},W=(N,B)=>{const $=N.dimensions.find(Y=>Y.dimension===B);return{id:($==null?void 0:$.id)||"",name:($==null?void 0:$.name)||"–",deleted:($==null?void 0:$.deleted)||!1,dimension:B,dimensions:N.dimensions}},L=N=>e.te(`chartLabels.${N}`)?e.t(`chartLabels.${N}`):N,H=(N,B)=>{if(zs(N)||N==="count"||N==="requests")return"";const $=B===1?"":"s";return e.te(`chartUnits.${N}`)?e.t(`chartUnits.${N}`,{plural:$}):N};return(N,B)=>{const $=d.resolveComponent("KEmptyState"),Y=d.resolveComponent("KSkeleton"),U=d.resolveComponent("KCard");return d.openBlock(),d.createBlock(U,{class:"kong-ui-public-top-n-table","title-tag":n.titleTag},d.createSlots({default:d.withCtx(()=>[v.value?(d.openBlock(),d.createBlock($,{key:0,"action-button-visible":!1,"data-testid":"top-n-error-state","icon-variant":"error"},{title:d.withCtx(()=>[d.createTextVNode(d.toDisplayString(d.unref(e).t("topNTable.defaultErrorStateTitle")),1)]),default:d.withCtx(()=>[d.createTextVNode(d.toDisplayString(v.value),1)]),_:1})):n.isLoading?(d.openBlock(),d.createBlock(Y,{key:1,"table-columns":2,type:"table"})):r.value?(d.openBlock(),d.createElementBlock("div",uO,[d.createElementVNode("table",{class:d.normalizeClass(["top-n-table-table",{"top-n-table-table--multi-dimension":l.value}])},[d.createElementVNode("thead",dO,[d.createElementVNode("tr",hO,[(d.openBlock(!0),d.createElementBlock(d.Fragment,null,d.renderList(g.value,V=>(d.openBlock(),d.createElementBlock("th",{key:V.key,class:d.normalizeClass(["top-n-table-header-cell",{"top-n-table-header-cell-metric":V.type==="metric","top-n-table-header-cell-dimension-compact":T(V)}]),"data-testid":"top-n-table-header-column"},[d.createElementVNode("span",fO,d.toDisplayString(V.label),1)],2))),128))])]),d.createElementVNode("tbody",null,[(d.openBlock(!0),d.createElementBlock(d.Fragment,null,d.renderList(b.value,V=>(d.openBlock(),d.createElementBlock("tr",{key:V.rowKey,class:"top-n-table-row"},[d.createElementVNode("td",{class:d.normalizeClass(["top-n-table-cell top-n-table-cell--name",{"top-n-table-cell-dimension-compact":l.value}])},[d.createElementVNode("span",{"data-testid":`row-${V.id}`},[d.renderSlot(N.$slots,"name",{record:{id:V.id,name:V.name,deleted:V.deleted,dimension:o.value,dimensions:V.dimensions}},()=>[d.createTextVNode(d.toDisplayString(V.name),1)],!0)],8,mO)],2),(d.openBlock(!0),d.createElementBlock(d.Fragment,null,d.renderList(x.value,j=>(d.openBlock(),d.createElementBlock("td",{key:j.key,class:d.normalizeClass(["top-n-table-cell top-n-table-cell--dimension",{"top-n-table-cell-dimension-compact":!S(j)}])},[d.renderSlot(N.$slots,"name",{record:W(V,j.key)},()=>[d.createTextVNode(d.toDisplayString(R(V,j.key)),1)],!0)],2))),128)),(d.openBlock(!0),d.createElementBlock(d.Fragment,null,d.renderList(_.value,j=>(d.openBlock(),d.createElementBlock("td",{key:j.key,class:"top-n-table-cell top-n-table-cell-metric"},[j.key==="value"?(d.openBlock(),d.createElementBlock("span",{key:0,"data-testid":`row-${V.id}`},d.toDisplayString(O(V,j.key)),9,gO)):(d.openBlock(),d.createElementBlock("span",{key:1,"data-testid":`row-${V.id}-${j.key}`},d.toDisplayString(O(V,j.key)),9,pO))]))),128))]))),128))])],2)])):(d.openBlock(),d.createBlock($,{key:2,"action-button-visible":!1,"data-testid":"top-n-empty-state"},{title:d.withCtx(()=>[d.createTextVNode(d.toDisplayString(n.emptyStateTitle||d.unref(e).t("topNTable.defaultEmptyStateTitle")),1)]),_:1}))]),_:2},[n.title?{name:"title",fn:d.withCtx(()=>[d.createElementVNode("span",lO,d.toDisplayString(n.title),1)]),key:"0"}:void 0,n.description?{name:"actions",fn:d.withCtx(()=>[d.createElementVNode("div",cO,d.toDisplayString(n.description),1)]),key:"1"}:void 0]),1032,["title-tag"])}}}),[["__scopeId","data-v-15da5d99"]]);var we=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function Fm(n){return n&&n.__esModule&&Object.prototype.hasOwnProperty.call(n,"default")?n.default:n}var ya={exports:{}};ya.exports,function(n,t){var e=200,i="Expected a function",s="__lodash_hash_undefined__",r=1,a=2,o=9007199254740991,l="[object Arguments]",c="[object Array]",u="[object Boolean]",h="[object Date]",f="[object Error]",m="[object Function]",g="[object GeneratorFunction]",_="[object Map]",x="[object Number]",S="[object Object]",T="[object Promise]",D="[object RegExp]",E="[object Set]",C="[object String]",A="[object Symbol]",k="[object WeakMap]",p="[object ArrayBuffer]",b="[object DataView]",v="[object Float32Array]",O="[object Float64Array]",R="[object Int8Array]",W="[object Int16Array]",L="[object Int32Array]",H="[object Uint8Array]",N="[object Uint8ClampedArray]",B="[object Uint16Array]",$="[object Uint32Array]",Y=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,U=/^\w*$/,V=/^\./,j=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,X=/[\\^$.*+?()[\]{}|]/g,gt=/\\(\\)?/g,bt=/^\[object .+?Constructor\]$/,K=/^(?:0|[1-9]\d*)$/,q={};q[v]=q[O]=q[R]=q[W]=q[L]=q[H]=q[N]=q[B]=q[$]=!0,q[l]=q[c]=q[p]=q[u]=q[b]=q[h]=q[f]=q[m]=q[_]=q[x]=q[S]=q[D]=q[E]=q[C]=q[k]=!1;var Z=typeof we=="object"&&we&&we.Object===Object&&we,J=typeof self=="object"&&self&&self.Object===Object&&self,tt=Z||J||Function("return this")(),Q=t&&!t.nodeType&&t,mt=Q&&!0&&n&&!n.nodeType&&n,St=mt&&mt.exports===Q,at=St&&Z.process,yt=function(){try{return at&&at.binding("util")}catch{}}(),ut=yt&&yt.isTypedArray;function $t(y,M){for(var F=-1,G=y?y.length:0;++F<G;)if(M(y[F],F,y))return!0;return!1}function ot(y){return function(M){return M==null?void 0:M[y]}}function vt(y,M){for(var F=-1,G=Array(y);++F<y;)G[F]=M(F);return G}function ee(y){return function(M){return y(M)}}function le(y,M){return y==null?void 0:y[M]}function jt(y){var M=!1;if(y!=null&&typeof y.toString!="function")try{M=!!(y+"")}catch{}return M}function Ge(y){var M=-1,F=Array(y.size);return y.forEach(function(G,dt){F[++M]=[dt,G]}),F}function Ot(y,M){return function(F){return y(M(F))}}function ne(y){var M=-1,F=Array(y.size);return y.forEach(function(G){F[++M]=G}),F}var Ft=Array.prototype,qt=Function.prototype,ie=Object.prototype,Ke=tt["__core-js_shared__"],ai=function(){var y=/[^.]+$/.exec(Ke&&Ke.keys&&Ke.keys.IE_PROTO||"");return y?"Symbol(src)_1."+y:""}(),Be=qt.toString,Bt=ie.hasOwnProperty,Se=ie.toString,oi=RegExp("^"+Be.call(Bt).replace(X,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),ba=tt.Symbol,_a=tt.Uint8Array,Xs=ie.propertyIsEnumerable,li=Ft.splice,Zs=Ot(Object.keys,Object),ci=hn(tt,"DataView"),ln=hn(tt,"Map"),cn=hn(tt,"Promise"),Qs=hn(tt,"Set"),Js=hn(tt,"WeakMap"),ui=hn(Object,"create"),Fl=mn(ci),Bl=mn(ln),xa=mn(cn),wa=mn(Qs),un=mn(Js),zi=ba?ba.prototype:void 0,tr=zi?zi.valueOf:void 0,Sa=zi?zi.toString:void 0;function dn(y){var M=-1,F=y?y.length:0;for(this.clear();++M<F;){var G=y[M];this.set(G[0],G[1])}}function zl(){this.__data__=ui?ui(null):{}}function ze(y){return this.has(y)&&delete this.__data__[y]}function Ul(y){var M=this.__data__;if(ui){var F=M[y];return F===s?void 0:F}return Bt.call(M,y)?M[y]:void 0}function Hl(y){var M=this.__data__;return ui?M[y]!==void 0:Bt.call(M,y)}function Wl(y,M){var F=this.__data__;return F[y]=ui&&M===void 0?s:M,this}dn.prototype.clear=zl,dn.prototype.delete=ze,dn.prototype.get=Ul,dn.prototype.has=Hl,dn.prototype.set=Wl;function Ue(y){var M=-1,F=y?y.length:0;for(this.clear();++M<F;){var G=y[M];this.set(G[0],G[1])}}function Vl(){this.__data__=[]}function Ln(y){var M=this.__data__,F=Wi(M,y);if(F<0)return!1;var G=M.length-1;return F==G?M.pop():li.call(M,F,1),!0}function Yl(y){var M=this.__data__,F=Wi(M,y);return F<0?void 0:M[F][1]}function $l(y){return Wi(this.__data__,y)>-1}function jl(y,M){var F=this.__data__,G=Wi(F,y);return G<0?F.push([y,M]):F[G][1]=M,this}Ue.prototype.clear=Vl,Ue.prototype.delete=Ln,Ue.prototype.get=Yl,Ue.prototype.has=$l,Ue.prototype.set=jl;function He(y){var M=-1,F=y?y.length:0;for(this.clear();++M<F;){var G=y[M];this.set(G[0],G[1])}}function ql(){this.__data__={hash:new dn,map:new(ln||Ue),string:new dn}}function Nn(y){return $i(this,y).delete(y)}function Gl(y){return $i(this,y).get(y)}function Kl(y){return $i(this,y).has(y)}function Xl(y,M){return $i(this,y).set(y,M),this}He.prototype.clear=ql,He.prototype.delete=Nn,He.prototype.get=Gl,He.prototype.has=Kl,He.prototype.set=Xl;function Ui(y){var M=-1,F=y?y.length:0;for(this.__data__=new He;++M<F;)this.add(y[M])}function Zl(y){return this.__data__.set(y,s),this}function Ql(y){return this.__data__.has(y)}Ui.prototype.add=Ui.prototype.push=Zl,Ui.prototype.has=Ql;function Ie(y){this.__data__=new Ue(y)}function Hi(){this.__data__=new Ue}function Jl(y){return this.__data__.delete(y)}function er(y){return this.__data__.get(y)}function tc(y){return this.__data__.has(y)}function ec(y,M){var F=this.__data__;if(F instanceof Ue){var G=F.__data__;if(!ln||G.length<e-1)return G.push([y,M]),this;F=this.__data__=new He(G)}return F.set(y,M),this}Ie.prototype.clear=Hi,Ie.prototype.delete=Jl,Ie.prototype.get=er,Ie.prototype.has=tc,Ie.prototype.set=ec;function nc(y,M){var F=w(y)||Oa(y)?vt(y.length,String):[],G=F.length,dt=!!G;for(var it in y)Bt.call(y,it)&&!(dt&&(it=="length"||ir(it,G)))&&F.push(it);return F}function Wi(y,M){for(var F=y.length;F--;)if(Ca(y[F][0],M))return F;return-1}var ic=fc();function sc(y,M){return y&&ic(y,M,hi)}function Vi(y,M){M=ji(M,y)?[M]:Xe(M);for(var F=0,G=M.length;y!=null&&F<G;)y=y[fn(M[F++])];return F&&F==G?y:void 0}function rc(y){return Se.call(y)}function ac(y,M){return y!=null&&M in Object(y)}function nr(y,M,F,G,dt){return y===M?!0:y==null||M==null||!Gt(y)&&!ve(M)?y!==y&&M!==M:oc(y,M,nr,F,G,dt)}function oc(y,M,F,G,dt,it){var pt=w(y),Kt=w(M),zt=c,ue=c;pt||(zt=ce(y),zt=zt==l?S:zt),Kt||(ue=ce(M),ue=ue==l?S:ue);var Te=zt==S&&!jt(y),Me=ue==S&&!jt(M),me=zt==ue;if(me&&!Te)return it||(it=new Ie),pt||Ea(y)?Ma(y,M,F,G,dt,it):mc(y,M,zt,F,G,dt,it);if(!(dt&a)){var Le=Te&&Bt.call(y,"__wrapped__"),Ne=Me&&Bt.call(M,"__wrapped__");if(Le||Ne){var zn=Le?y.value():y,gn=Ne?M.value():M;return it||(it=new Ie),F(zn,gn,G,dt,it)}}return me?(it||(it=new Ie),gc(y,M,F,G,dt,it)):!1}function lc(y,M,F,G){var dt=F.length,it=dt;if(y==null)return!it;for(y=Object(y);dt--;){var pt=F[dt];if(pt[2]?pt[1]!==y[pt[0]]:!(pt[0]in y))return!1}for(;++dt<it;){pt=F[dt];var Kt=pt[0],zt=y[Kt],ue=pt[1];if(pt[2]){if(zt===void 0&&!(Kt in y))return!1}else{var Te=new Ie,Me;if(!(Me===void 0?nr(ue,zt,G,r|a,Te):Me))return!1}}return!0}function cc(y){if(!Gt(y)||ka(y))return!1;var M=nt(y)||jt(y)?oi:bt;return M.test(mn(y))}function uc(y){return ve(y)&&Wt(y.length)&&!!q[Se.call(y)]}function va(y){return typeof y=="function"?y:y==null?qi:typeof y=="object"?w(y)?Yi(y[0],y[1]):hc(y):uE(y)}function dc(y){if(!bc(y))return Zs(y);var M=[];for(var F in Object(y))Bt.call(y,F)&&F!="constructor"&&M.push(F);return M}function hc(y){var M=pc(y);return M.length==1&&M[0][2]?rr(M[0][0],M[0][1]):function(F){return F===y||lc(F,y,M)}}function Yi(y,M){return ji(y)&&Da(M)?rr(fn(y),M):function(F){var G=Aa(F,y);return G===void 0&&G===M?Pa(F,y):nr(M,G,void 0,r|a)}}function Fn(y){return function(M){return Vi(M,y)}}function Ta(y){if(typeof y=="string")return y;if(Jt(y))return Sa?Sa.call(y):"";var M=y+"";return M=="0"&&1/y==-1/0?"-0":M}function Xe(y){return w(y)?y:_c(y)}function fc(y){return function(M,F,G){for(var dt=-1,it=Object(M),pt=G(M),Kt=pt.length;Kt--;){var zt=pt[++dt];if(F(it[zt],zt,it)===!1)break}return M}}function Ma(y,M,F,G,dt,it){var pt=dt&a,Kt=y.length,zt=M.length;if(Kt!=zt&&!(pt&&zt>Kt))return!1;var ue=it.get(y);if(ue&&it.get(M))return ue==M;var Te=-1,Me=!0,me=dt&r?new Ui:void 0;for(it.set(y,M),it.set(M,y);++Te<Kt;){var Le=y[Te],Ne=M[Te];if(G)var zn=pt?G(Ne,Le,Te,M,y,it):G(Le,Ne,Te,y,M,it);if(zn!==void 0){if(zn)continue;Me=!1;break}if(me){if(!$t(M,function(gn,fi){if(!me.has(fi)&&(Le===gn||F(Le,gn,G,dt,it)))return me.add(fi)})){Me=!1;break}}else if(!(Le===Ne||F(Le,Ne,G,dt,it))){Me=!1;break}}return it.delete(y),it.delete(M),Me}function mc(y,M,F,G,dt,it,pt){switch(F){case b:if(y.byteLength!=M.byteLength||y.byteOffset!=M.byteOffset)return!1;y=y.buffer,M=M.buffer;case p:return!(y.byteLength!=M.byteLength||!G(new _a(y),new _a(M)));case u:case h:case x:return Ca(+y,+M);case f:return y.name==M.name&&y.message==M.message;case D:case C:return y==M+"";case _:var Kt=Ge;case E:var zt=it&a;if(Kt||(Kt=ne),y.size!=M.size&&!zt)return!1;var ue=pt.get(y);if(ue)return ue==M;it|=r,pt.set(y,M);var Te=Ma(Kt(y),Kt(M),G,dt,it,pt);return pt.delete(y),Te;case A:if(tr)return tr.call(y)==tr.call(M)}return!1}function gc(y,M,F,G,dt,it){var pt=dt&a,Kt=hi(y),zt=Kt.length,ue=hi(M),Te=ue.length;if(zt!=Te&&!pt)return!1;for(var Me=zt;Me--;){var me=Kt[Me];if(!(pt?me in M:Bt.call(M,me)))return!1}var Le=it.get(y);if(Le&&it.get(M))return Le==M;var Ne=!0;it.set(y,M),it.set(M,y);for(var zn=pt;++Me<zt;){me=Kt[Me];var gn=y[me],fi=M[me];if(G)var $m=pt?G(fi,gn,me,M,y,it):G(gn,fi,me,y,M,it);if(!($m===void 0?gn===fi||F(gn,fi,G,dt,it):$m)){Ne=!1;break}zn||(zn=me=="constructor")}if(Ne&&!zn){var Ra=y.constructor,Ia=M.constructor;Ra!=Ia&&"constructor"in y&&"constructor"in M&&!(typeof Ra=="function"&&Ra instanceof Ra&&typeof Ia=="function"&&Ia instanceof Ia)&&(Ne=!1)}return it.delete(y),it.delete(M),Ne}function $i(y,M){var F=y.__data__;return sr(M)?F[typeof M=="string"?"string":"hash"]:F.map}function pc(y){for(var M=hi(y),F=M.length;F--;){var G=M[F],dt=y[G];M[F]=[G,dt,Da(dt)]}return M}function hn(y,M){var F=le(y,M);return cc(F)?F:void 0}var ce=rc;(ci&&ce(new ci(new ArrayBuffer(1)))!=b||ln&&ce(new ln)!=_||cn&&ce(cn.resolve())!=T||Qs&&ce(new Qs)!=E||Js&&ce(new Js)!=k)&&(ce=function(y){var M=Se.call(y),F=M==S?y.constructor:void 0,G=F?mn(F):void 0;if(G)switch(G){case Fl:return b;case Bl:return _;case xa:return T;case wa:return E;case un:return k}return M});function yc(y,M,F){M=ji(M,y)?[M]:Xe(M);for(var G,dt=-1,pt=M.length;++dt<pt;){var it=fn(M[dt]);if(!(G=y!=null&&F(y,it)))break;y=y[it]}if(G)return G;var pt=y?y.length:0;return!!pt&&Wt(pt)&&ir(it,pt)&&(w(y)||Oa(y))}function ir(y,M){return M=M??o,!!M&&(typeof y=="number"||K.test(y))&&y>-1&&y%1==0&&y<M}function ji(y,M){if(w(y))return!1;var F=typeof y;return F=="number"||F=="symbol"||F=="boolean"||y==null||Jt(y)?!0:U.test(y)||!Y.test(y)||M!=null&&y in Object(M)}function sr(y){var M=typeof y;return M=="string"||M=="number"||M=="symbol"||M=="boolean"?y!=="__proto__":y===null}function ka(y){return!!ai&&ai in y}function bc(y){var M=y&&y.constructor,F=typeof M=="function"&&M.prototype||ie;return y===F}function Da(y){return y===y&&!Gt(y)}function rr(y,M){return function(F){return F==null?!1:F[y]===M&&(M!==void 0||y in Object(F))}}var _c=di(function(y){y=Bn(y);var M=[];return V.test(y)&&M.push(""),y.replace(j,function(F,G,dt,it){M.push(dt?it.replace(gt,"$1"):G||F)}),M});function fn(y){if(typeof y=="string"||Jt(y))return y;var M=y+"";return M=="0"&&1/y==-1/0?"-0":M}function mn(y){if(y!=null){try{return Be.call(y)}catch{}try{return y+""}catch{}}return""}function di(y,M){if(typeof y!="function"||M&&typeof M!="function")throw new TypeError(i);var F=function(){var G=arguments,dt=M?M.apply(this,G):G[0],it=F.cache;if(it.has(dt))return it.get(dt);var pt=y.apply(this,G);return F.cache=it.set(dt,pt),pt};return F.cache=new(di.Cache||He),F}di.Cache=He;function Ca(y,M){return y===M||y!==y&&M!==M}function Oa(y){return z(y)&&Bt.call(y,"callee")&&(!Xs.call(y,"callee")||Se.call(y)==l)}var w=Array.isArray;function I(y){return y!=null&&Wt(y.length)&&!nt(y)}function z(y){return ve(y)&&I(y)}function nt(y){var M=Gt(y)?Se.call(y):"";return M==m||M==g}function Wt(y){return typeof y=="number"&&y>-1&&y%1==0&&y<=o}function Gt(y){var M=typeof y;return!!y&&(M=="object"||M=="function")}function ve(y){return!!y&&typeof y=="object"}function Jt(y){return typeof y=="symbol"||ve(y)&&Se.call(y)==A}var Ea=ut?ee(ut):uc;function Bn(y){return y==null?"":Ta(y)}function Aa(y,M,F){var G=y==null?void 0:Vi(y,M);return G===void 0?F:G}function Pa(y,M){return y!=null&&yc(y,M,ac)}function hi(y){return I(y)?nc(y):dc(y)}function ar(y,M){var F={};return M=va(M),sc(y,function(G,dt,it){F[M(G,dt,it)]=G}),F}function qi(y){return y}function uE(y){return ji(y)?ot(fn(y)):Fn(y)}n.exports=ar}(ya,ya.exports);var _O=ya.exports;const xO=Fm(_O);var wO=9007199254740991,SO="[object Arguments]",vO="[object Function]",TO="[object GeneratorFunction]",MO="[object Symbol]",kO=typeof we=="object"&&we&&we.Object===Object&&we,DO=typeof self=="object"&&self&&self.Object===Object&&self,CO=kO||DO||Function("return this")();function OO(n,t,e){switch(e.length){case 0:return n.call(t);case 1:return n.call(t,e[0]);case 2:return n.call(t,e[0],e[1]);case 3:return n.call(t,e[0],e[1],e[2])}return n.apply(t,e)}function EO(n,t){for(var e=-1,i=n?n.length:0,s=Array(i);++e<i;)s[e]=t(n[e],e,n);return s}function AO(n,t){for(var e=-1,i=t.length,s=n.length;++e<i;)n[s+e]=t[e];return n}var Ll=Object.prototype,PO=Ll.hasOwnProperty,Nl=Ll.toString,Bm=CO.Symbol,RO=Ll.propertyIsEnumerable,zm=Bm?Bm.isConcatSpreadable:void 0,Um=Math.max;function IO(n,t,e,i,s){var r=-1,a=n.length;for(e||(e=BO),s||(s=[]);++r<a;){var o=n[r];e(o)?AO(s,o):s[s.length]=o}return s}function LO(n,t){return n=Object(n),NO(n,t,function(e,i){return i in n})}function NO(n,t,e){for(var i=-1,s=t.length,r={};++i<s;){var a=t[i],o=n[a];e(o,a)&&(r[a]=o)}return r}function FO(n,t){return t=Um(t===void 0?n.length-1:t,0),function(){for(var e=arguments,i=-1,s=Um(e.length-t,0),r=Array(s);++i<s;)r[i]=e[t+i];i=-1;for(var a=Array(t+1);++i<t;)a[i]=e[i];return a[t]=r,OO(n,this,a)}}function BO(n){return HO(n)||UO(n)||!!(zm&&n&&n[zm])}function zO(n){if(typeof n=="string"||qO(n))return n;var t=n+"";return t=="0"&&1/n==-1/0?"-0":t}function UO(n){return VO(n)&&PO.call(n,"callee")&&(!RO.call(n,"callee")||Nl.call(n)==SO)}var HO=Array.isArray;function WO(n){return n!=null&&$O(n.length)&&!YO(n)}function VO(n){return Hm(n)&&WO(n)}function YO(n){var t=jO(n)?Nl.call(n):"";return t==vO||t==TO}function $O(n){return typeof n=="number"&&n>-1&&n%1==0&&n<=wO}function jO(n){var t=typeof n;return!!n&&(t=="object"||t=="function")}function Hm(n){return!!n&&typeof n=="object"}function qO(n){return typeof n=="symbol"||Hm(n)&&Nl.call(n)==MO}var GO=FO(function(n,t){return n==null?{}:LO(n,EO(IO(t),zO))}),KO=GO;const XO=Fm(KO);var Wm={exports:{}};(function(n,t){(function(e,i){i()})(we,function(){function e(c,u){return typeof u>"u"?u={autoBom:!1}:typeof u!="object"&&(console.warn("Deprecated: Expected third argument to be a object"),u={autoBom:!u}),u.autoBom&&/^\s*(?:text\/\S*|application\/xml|\S*\/\S*\+xml)\s*;.*charset\s*=\s*utf-8/i.test(c.type)?new Blob(["\uFEFF",c],{type:c.type}):c}function i(c,u,h){var f=new XMLHttpRequest;f.open("GET",c),f.responseType="blob",f.onload=function(){l(f.response,u,h)},f.onerror=function(){console.error("could not download file")},f.send()}function s(c){var u=new XMLHttpRequest;u.open("HEAD",c,!1);try{u.send()}catch{}return 200<=u.status&&299>=u.status}function r(c){try{c.dispatchEvent(new MouseEvent("click"))}catch{var u=document.createEvent("MouseEvents");u.initMouseEvent("click",!0,!0,window,0,0,0,80,20,!1,!1,!1,!1,0,null),c.dispatchEvent(u)}}var a=typeof window=="object"&&window.window===window?window:typeof self=="object"&&self.self===self?self:typeof we=="object"&&we.global===we?we:void 0,o=a.navigator&&/Macintosh/.test(navigator.userAgent)&&/AppleWebKit/.test(navigator.userAgent)&&!/Safari/.test(navigator.userAgent),l=a.saveAs||(typeof window!="object"||window!==a?function(){}:"download"in HTMLAnchorElement.prototype&&!o?function(c,u,h){var f=a.URL||a.webkitURL,m=document.createElement("a");u=u||c.name||"download",m.download=u,m.rel="noopener",typeof c=="string"?(m.href=c,m.origin===location.origin?r(m):s(m.href)?i(c,u,h):r(m,m.target="_blank")):(m.href=f.createObjectURL(c),setTimeout(function(){f.revokeObjectURL(m.href)},4e4),setTimeout(function(){r(m)},0))}:"msSaveOrOpenBlob"in navigator?function(c,u,h){if(u=u||c.name||"download",typeof c!="string")navigator.msSaveOrOpenBlob(e(c,h),u);else if(s(c))i(c,u,h);else{var f=document.createElement("a");f.href=c,f.target="_blank",setTimeout(function(){r(f)})}}:function(c,u,h,f){if(f=f||open("","_blank"),f&&(f.document.title=f.document.body.innerText="downloading..."),typeof c=="string")return i(c,u,h);var m=c.type==="application/octet-stream",g=/constructor/i.test(a.HTMLElement)||a.safari,_=/CriOS\/[\d]+/.test(navigator.userAgent);if((_||m&&g||o)&&typeof FileReader<"u"){var x=new FileReader;x.onloadend=function(){var D=x.result;D=_?D:D.replace(/^data:[^;]*;/,"data:attachment/file;"),f?f.location.href=D:location=D,f=null},x.readAsDataURL(c)}else{var S=a.URL||a.webkitURL,T=S.createObjectURL(c);f?f.location=T:location.href=T,f=null,setTimeout(function(){S.revokeObjectURL(T)},4e4)}});a.saveAs=l.saveAs=l,n.exports=l})})(Wm);var ZO=Wm.exports,Vm={exports:{}};/* @license
|
|
29
29
|
Papa Parse
|
|
30
30
|
v5.5.3
|
|
31
31
|
https://github.com/mholt/PapaParse
|
|
32
32
|
License: MIT
|
|
33
|
-
*/(function(n,t){((e,i)=>{n.exports=i()})(we,function e(){var i=typeof self<"u"?self:typeof window<"u"?window:i!==void 0?i:{},s,r=!i.document&&!!i.postMessage,a=i.IS_PAPA_WORKER||!1,o={},l=0,c={};function u(
|
|
34
|
-
`),mt=1<
|
|
35
|
-
`;for(var St=0,at=0;at<
|
|
36
|
-
`&&St++;return St>=
|
|
37
|
-
`:"\r"}}function x(
|
|
33
|
+
*/(function(n,t){((e,i)=>{n.exports=i()})(we,function e(){var i=typeof self<"u"?self:typeof window<"u"?window:i!==void 0?i:{},s,r=!i.document&&!!i.postMessage,a=i.IS_PAPA_WORKER||!1,o={},l=0,c={};function u(p){this._handle=null,this._finished=!1,this._completed=!1,this._halted=!1,this._input=null,this._baseIndex=0,this._partialLine="",this._rowCount=0,this._start=0,this._nextChunk=null,this.isFirstChunk=!0,this._completeResults={data:[],errors:[],meta:{}},(function(b){var v=C(b);v.chunkSize=parseInt(v.chunkSize),b.step||b.chunk||(v.chunkSize=null),this._handle=new _(v),(this._handle.streamer=this)._config=v}).call(this,p),this.parseChunk=function(b,v){var O=parseInt(this._config.skipFirstNLines)||0;if(this.isFirstChunk&&0<O){let W=this._config.newline;W||(R=this._config.quoteChar||'"',W=this._handle.guessLineEndings(b,R)),b=[...b.split(W).slice(O)].join(W)}this.isFirstChunk&&k(this._config.beforeFirstChunk)&&(R=this._config.beforeFirstChunk(b))!==void 0&&(b=R),this.isFirstChunk=!1,this._halted=!1;var O=this._partialLine+b,R=(this._partialLine="",this._handle.parse(O,this._baseIndex,!this._finished));if(!this._handle.paused()&&!this._handle.aborted()){if(b=R.meta.cursor,O=(this._finished||(this._partialLine=O.substring(b-this._baseIndex),this._baseIndex=b),R&&R.data&&(this._rowCount+=R.data.length),this._finished||this._config.preview&&this._rowCount>=this._config.preview),a)i.postMessage({results:R,workerId:c.WORKER_ID,finished:O});else if(k(this._config.chunk)&&!v){if(this._config.chunk(R,this._handle),this._handle.paused()||this._handle.aborted())return void(this._halted=!0);this._completeResults=R=void 0}return this._config.step||this._config.chunk||(this._completeResults.data=this._completeResults.data.concat(R.data),this._completeResults.errors=this._completeResults.errors.concat(R.errors),this._completeResults.meta=R.meta),this._completed||!O||!k(this._config.complete)||R&&R.meta.aborted||(this._config.complete(this._completeResults,this._input),this._completed=!0),O||R&&R.meta.paused||this._nextChunk(),R}this._halted=!0},this._sendError=function(b){k(this._config.error)?this._config.error(b):a&&this._config.error&&i.postMessage({workerId:c.WORKER_ID,error:b,finished:!1})}}function h(p){var b;(p=p||{}).chunkSize||(p.chunkSize=c.RemoteChunkSize),u.call(this,p),this._nextChunk=r?function(){this._readChunk(),this._chunkLoaded()}:function(){this._readChunk()},this.stream=function(v){this._input=v,this._nextChunk()},this._readChunk=function(){if(this._finished)this._chunkLoaded();else{if(b=new XMLHttpRequest,this._config.withCredentials&&(b.withCredentials=this._config.withCredentials),r||(b.onload=A(this._chunkLoaded,this),b.onerror=A(this._chunkError,this)),b.open(this._config.downloadRequestBody?"POST":"GET",this._input,!r),this._config.downloadRequestHeaders){var v,O=this._config.downloadRequestHeaders;for(v in O)b.setRequestHeader(v,O[v])}var R;this._config.chunkSize&&(R=this._start+this._config.chunkSize-1,b.setRequestHeader("Range","bytes="+this._start+"-"+R));try{b.send(this._config.downloadRequestBody)}catch(W){this._chunkError(W.message)}r&&b.status===0&&this._chunkError()}},this._chunkLoaded=function(){b.readyState===4&&(b.status<200||400<=b.status?this._chunkError():(this._start+=this._config.chunkSize||b.responseText.length,this._finished=!this._config.chunkSize||this._start>=(v=>(v=v.getResponseHeader("Content-Range"))!==null?parseInt(v.substring(v.lastIndexOf("/")+1)):-1)(b),this.parseChunk(b.responseText)))},this._chunkError=function(v){v=b.statusText||v,this._sendError(new Error(v))}}function f(p){(p=p||{}).chunkSize||(p.chunkSize=c.LocalChunkSize),u.call(this,p);var b,v,O=typeof FileReader<"u";this.stream=function(R){this._input=R,v=R.slice||R.webkitSlice||R.mozSlice,O?((b=new FileReader).onload=A(this._chunkLoaded,this),b.onerror=A(this._chunkError,this)):b=new FileReaderSync,this._nextChunk()},this._nextChunk=function(){this._finished||this._config.preview&&!(this._rowCount<this._config.preview)||this._readChunk()},this._readChunk=function(){var R=this._input,W=(this._config.chunkSize&&(W=Math.min(this._start+this._config.chunkSize,this._input.size),R=v.call(R,this._start,W)),b.readAsText(R,this._config.encoding));O||this._chunkLoaded({target:{result:W}})},this._chunkLoaded=function(R){this._start+=this._config.chunkSize,this._finished=!this._config.chunkSize||this._start>=this._input.size,this.parseChunk(R.target.result)},this._chunkError=function(){this._sendError(b.error)}}function m(p){var b;u.call(this,p=p||{}),this.stream=function(v){return b=v,this._nextChunk()},this._nextChunk=function(){var v,O;if(!this._finished)return v=this._config.chunkSize,b=v?(O=b.substring(0,v),b.substring(v)):(O=b,""),this._finished=!b,this.parseChunk(O)}}function g(p){u.call(this,p=p||{});var b=[],v=!0,O=!1;this.pause=function(){u.prototype.pause.apply(this,arguments),this._input.pause()},this.resume=function(){u.prototype.resume.apply(this,arguments),this._input.resume()},this.stream=function(R){this._input=R,this._input.on("data",this._streamData),this._input.on("end",this._streamEnd),this._input.on("error",this._streamError)},this._checkIsFinished=function(){O&&b.length===1&&(this._finished=!0)},this._nextChunk=function(){this._checkIsFinished(),b.length?this.parseChunk(b.shift()):v=!0},this._streamData=A(function(R){try{b.push(typeof R=="string"?R:R.toString(this._config.encoding)),v&&(v=!1,this._checkIsFinished(),this.parseChunk(b.shift()))}catch(W){this._streamError(W)}},this),this._streamError=A(function(R){this._streamCleanUp(),this._sendError(R)},this),this._streamEnd=A(function(){this._streamCleanUp(),O=!0,this._streamData("")},this),this._streamCleanUp=A(function(){this._input.removeListener("data",this._streamData),this._input.removeListener("end",this._streamEnd),this._input.removeListener("error",this._streamError)},this)}function _(p){var b,v,O,R,W=Math.pow(2,53),L=-W,H=/^\s*-?(\d+\.?|\.\d+|\d+\.\d+)([eE][-+]?\d+)?\s*$/,N=/^((\d{4}-[01]\d-[0-3]\dT[0-2]\d:[0-5]\d:[0-5]\d\.\d+([+-][0-2]\d:[0-5]\d|Z))|(\d{4}-[01]\d-[0-3]\dT[0-2]\d:[0-5]\d:[0-5]\d([+-][0-2]\d:[0-5]\d|Z))|(\d{4}-[01]\d-[0-3]\dT[0-2]\d:[0-5]\d([+-][0-2]\d:[0-5]\d|Z)))$/,B=this,$=0,Y=0,U=!1,V=!1,j=[],X={data:[],errors:[],meta:{}};function gt(Z){return p.skipEmptyLines==="greedy"?Z.join("").trim()==="":Z.length===1&&Z[0].length===0}function bt(){if(X&&O&&(q("Delimiter","UndetectableDelimiter","Unable to auto-detect delimiting character; defaulted to '"+c.DefaultDelimiter+"'"),O=!1),p.skipEmptyLines&&(X.data=X.data.filter(function(Q){return!gt(Q)})),K()){let Q=function(mt,St){k(p.transformHeader)&&(mt=p.transformHeader(mt,St)),j.push(mt)};if(X)if(Array.isArray(X.data[0])){for(var Z=0;K()&&Z<X.data.length;Z++)X.data[Z].forEach(Q);X.data.splice(0,1)}else X.data.forEach(Q)}function J(Q,mt){for(var St=p.header?{}:[],at=0;at<Q.length;at++){var yt=at,ut=Q[at],ut=(($t,ot)=>(vt=>(p.dynamicTypingFunction&&p.dynamicTyping[vt]===void 0&&(p.dynamicTyping[vt]=p.dynamicTypingFunction(vt)),(p.dynamicTyping[vt]||p.dynamicTyping)===!0))($t)?ot==="true"||ot==="TRUE"||ot!=="false"&&ot!=="FALSE"&&((vt=>{if(H.test(vt)&&(vt=parseFloat(vt),L<vt&&vt<W))return 1})(ot)?parseFloat(ot):N.test(ot)?new Date(ot):ot===""?null:ot):ot)(yt=p.header?at>=j.length?"__parsed_extra":j[at]:yt,ut=p.transform?p.transform(ut,yt):ut);yt==="__parsed_extra"?(St[yt]=St[yt]||[],St[yt].push(ut)):St[yt]=ut}return p.header&&(at>j.length?q("FieldMismatch","TooManyFields","Too many fields: expected "+j.length+" fields but parsed "+at,Y+mt):at<j.length&&q("FieldMismatch","TooFewFields","Too few fields: expected "+j.length+" fields but parsed "+at,Y+mt)),St}var tt;X&&(p.header||p.dynamicTyping||p.transform)&&(tt=1,!X.data.length||Array.isArray(X.data[0])?(X.data=X.data.map(J),tt=X.data.length):X.data=J(X.data,0),p.header&&X.meta&&(X.meta.fields=j),Y+=tt)}function K(){return p.header&&j.length===0}function q(Z,J,tt,Q){Z={type:Z,code:J,message:tt},Q!==void 0&&(Z.row=Q),X.errors.push(Z)}k(p.step)&&(R=p.step,p.step=function(Z){X=Z,K()?bt():(bt(),X.data.length!==0&&($+=Z.data.length,p.preview&&$>p.preview?v.abort():(X.data=X.data[0],R(X,B))))}),this.parse=function(Z,J,tt){var Q=p.quoteChar||'"',Q=(p.newline||(p.newline=this.guessLineEndings(Z,Q)),O=!1,p.delimiter?k(p.delimiter)&&(p.delimiter=p.delimiter(Z),X.meta.delimiter=p.delimiter):((Q=((mt,St,at,yt,ut)=>{var $t,ot,vt,ee;ut=ut||[","," ","|",";",c.RECORD_SEP,c.UNIT_SEP];for(var le=0;le<ut.length;le++){for(var jt,Ge=ut[le],Ot=0,ne=0,Ft=0,qt=(vt=void 0,new S({comments:yt,delimiter:Ge,newline:St,preview:10}).parse(mt)),ie=0;ie<qt.data.length;ie++)at&>(qt.data[ie])?Ft++:(jt=qt.data[ie].length,ne+=jt,vt===void 0?vt=jt:0<jt&&(Ot+=Math.abs(jt-vt),vt=jt));0<qt.data.length&&(ne/=qt.data.length-Ft),(ot===void 0||Ot<=ot)&&(ee===void 0||ee<ne)&&1.99<ne&&(ot=Ot,$t=Ge,ee=ne)}return{successful:!!(p.delimiter=$t),bestDelimiter:$t}})(Z,p.newline,p.skipEmptyLines,p.comments,p.delimitersToGuess)).successful?p.delimiter=Q.bestDelimiter:(O=!0,p.delimiter=c.DefaultDelimiter),X.meta.delimiter=p.delimiter),C(p));return p.preview&&p.header&&Q.preview++,b=Z,v=new S(Q),X=v.parse(b,J,tt),bt(),U?{meta:{paused:!0}}:X||{meta:{paused:!1}}},this.paused=function(){return U},this.pause=function(){U=!0,v.abort(),b=k(p.chunk)?"":b.substring(v.getCharIndex())},this.resume=function(){B.streamer._halted?(U=!1,B.streamer.parseChunk(b,!0)):setTimeout(B.resume,3)},this.aborted=function(){return V},this.abort=function(){V=!0,v.abort(),X.meta.aborted=!0,k(p.complete)&&p.complete(X),b=""},this.guessLineEndings=function(mt,Q){mt=mt.substring(0,1048576);var Q=new RegExp(x(Q)+"([^]*?)"+x(Q),"gm"),tt=(mt=mt.replace(Q,"")).split("\r"),Q=mt.split(`
|
|
34
|
+
`),mt=1<Q.length&&Q[0].length<tt[0].length;if(tt.length===1||mt)return`
|
|
35
|
+
`;for(var St=0,at=0;at<tt.length;at++)tt[at][0]===`
|
|
36
|
+
`&&St++;return St>=tt.length/2?`\r
|
|
37
|
+
`:"\r"}}function x(p){return p.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function S(p){var b=(p=p||{}).delimiter,v=p.newline,O=p.comments,R=p.step,W=p.preview,L=p.fastMode,H=null,N=!1,B=p.quoteChar==null?'"':p.quoteChar,$=B;if(p.escapeChar!==void 0&&($=p.escapeChar),(typeof b!="string"||-1<c.BAD_DELIMITERS.indexOf(b))&&(b=","),O===b)throw new Error("Comment character same as delimiter");O===!0?O="#":(typeof O!="string"||-1<c.BAD_DELIMITERS.indexOf(O))&&(O=!1),v!==`
|
|
38
38
|
`&&v!=="\r"&&v!==`\r
|
|
39
39
|
`&&(v=`
|
|
40
|
-
`);var
|
|
41
|
-
`,L='"',
|
|
42
|
-
`,'"',c.BYTE_ORDER_MARK],c.WORKERS_SUPPORTED=!r&&!!i.Worker,c.NODE_STREAM_INPUT=1,c.LocalChunkSize=10485760,c.RemoteChunkSize=5242880,c.DefaultDelimiter=",",c.Parser=S,c.ParserHandle=_,c.NetworkStreamer=h,c.FileStreamer=f,c.StringStreamer=m,c.ReadableStreamStreamer=
|
|
43
|
-
`+u),i.encoding==="utf-8"&&(u="\uFEFF"+u),e("export-finished",i.filename),!i.testing){const h=new Blob([u],{type:"text/csv;charset="+i.encoding});QO.saveAs(h,i.filename)}};return(u,h)=>(d.openBlock(),d.createElementBlock("div",{id:s.value,"data-testid":"export-csv",onClick:c},[d.renderSlot(u.$slots,"default",{},()=>[d.createTextVNode("Download "+d.toDisplayString(n.filename),1)])],8,tE))}}),nE=d.defineComponent({__name:"DownloadCsv",props:{rows:{},headers:{},filename:{}},setup(n){const t=n,e=d.computed(()=>Object.keys(t.headers));return(i,s)=>(d.openBlock(),d.createElementBlock("div",null,[d.createVNode(eE,{data:n.rows,fields:e.value,filename:n.filename,labels:n.headers},{default:d.withCtx(()=>[d.renderSlot(i.$slots,"default")]),_:3},8,["data","fields","filename","labels"])]))}}),iE={class:"kong-ui-public-csv-export-modal"},sE={key:0,class:"selected-range"},rE={key:4,class:"text-muted",tag:"span"},Ym=3,aE=d.defineComponent({__name:"CsvExportModal",props:{exportState:{},filename:{},modalDescription:{default:void 0}},emits:["closeModal"],setup(n,{emit:t}){const{i18n:e}=ft.useI18n(),i=n,s=t,r=`${i.filename.replace(/\s+/g,"-").toLowerCase()}-${new Date().toISOString().slice(0,10)}.csv`,a=d.ref(1),o=d.computed(()=>f.value.rows.length),l=d.computed(()=>{var p,_;return i.exportState.status==="success"&&!!((_=(p=i.exportState.chartData)==null?void 0:p.data)!=null&&_.length)}),c=d.computed(()=>i.exportState.status!=="success"?"":ft.useChartSelectedRange(d.toRef(i.exportState,"chartData"))),u=d.computed(()=>i.exportState.status!=="success"?"":e.t("csvExport.previewRows",{rowsMax:Math.min(Ym,o.value),rowsTotal:o.value,plural:o.value===1?"":"s"})),h=()=>{s("closeModal")},f=d.computed(()=>{var E,D,T;if(i.exportState.status!=="success"||!l.value||!((E=i.exportState.chartData)!=null&&E.meta.metric_names))return{headers:[],rows:[],csvHeaders:{}};const p=i.exportState.chartData,_=p.data.some(g=>g.timestamp!==p.data[0].timestamp),x=p.data.map(g=>{const y=new Date(g.timestamp);return{...Object.keys(g.event).reduce((O,R)=>{if(R in p.meta.display){const z=g.event[R],L=p.meta.display[R];O[R]=z&&L&&L[z].name||g.event[R]}else O[R]=g.event[R];return O},{}),..._?{timestamp:dl(y,"yyyy-MM-dd HH:mm:ss"),tzOffset:dl(y,"XXX")}:{}}});let S=[];_&&(S=[{label:e.t("csvExport.Timestamp"),key:"timestamp"},{label:e.t("csvExport.UtcOffset"),key:"tzOffset"}]);const M="display"in i.exportState.chartData.meta&&((D=i.exportState.chartData.meta)!=null&&D.display)?(T=i.exportState.chartData.meta)==null?void 0:T.display:{},C=[...S,...Object.keys(M).map(g=>({label:e.t(`chartLabels.${g}`),key:g})),...i.exportState.chartData.meta.metric_names.map(g=>({label:e.t(`chartLabels.${g}`),key:g}))],A=C.reduce((g,y)=>(g[y.key]=y.label,g),{});return{headers:C,csvHeaders:A,rows:x}}),m=async()=>{if(i.exportState.status!=="success")return{total:0,data:[]};const{rows:p}=f.value;return{total:Number(p.length)||0,data:p.slice(0,Ym)}};return d.watch(f,()=>{a.value++}),(p,_)=>{const x=d.resolveComponent("KSkeleton"),S=d.resolveComponent("KEmptyState"),M=d.resolveComponent("KTableData"),C=d.resolveComponent("KTooltip"),A=d.resolveComponent("KButton"),E=d.resolveComponent("KModal");return d.openBlock(),d.createElementBlock("div",iE,[d.createVNode(E,{class:"vitals-report","data-testid":"csv-export-modal","show-dismiss-icon":"",title:d.unref(e).t("csvExport.exportPreview"),visible:"",onCancel:h,onKeyup:d.withKeys(h,["esc"])},{default:d.withCtx(()=>{var D;return[d.createElementVNode("div",null,[n.exportState.status==="success"&&l.value?(d.openBlock(),d.createElementBlock("div",sE,[d.createElementVNode("p",null,d.toDisplayString(n.modalDescription?n.modalDescription:d.unref(e).t("csvExport.exportDescription")),1),d.createElementVNode("p",null,d.toDisplayString(d.unref(e).t("csvExport.exportTimeRange"))+": "+d.toDisplayString(c.value),1)])):d.createCommentVNode("",!0),n.exportState.status==="loading"?(d.openBlock(),d.createBlock(x,{key:1,class:"chart-skeleton",type:"table"})):n.exportState.status==="success"?(d.openBlock(),d.createBlock(M,{key:2,class:"vitals-table",fetcher:m,"fetcher-cache-key":String(a.value),headers:((D=f.value)==null?void 0:D.headers)||[],"hide-pagination":"","row-hover":!1,sortable:!1},{"empty-state":d.withCtx(()=>[d.createVNode(S,{"action-button-visible":!1},{title:d.withCtx(()=>[d.createElementVNode("h5",null,d.toDisplayString(d.unref(e).t("csvExport.noDataRange")),1)]),default:d.withCtx(()=>[d.createElementVNode("p",null,d.toDisplayString(d.unref(e).t("csvExport.noDataRetry")),1)]),_:1})]),_:1},8,["fetcher-cache-key","headers"])):n.exportState.status==="error"?(d.openBlock(),d.createBlock(S,{key:3,"action-button-visible":!1},{title:d.withCtx(()=>[d.createElementVNode("h5",null,d.toDisplayString(d.unref(e).t("csvExport.dataError")),1)]),_:1})):d.createCommentVNode("",!0),n.exportState.status==="success"&&l.value?(d.openBlock(),d.createElementBlock("div",rE,[d.createTextVNode(d.toDisplayString(u.value)+" ",1),d.createVNode(C,{class:"preview-tooltip",placement:"right",text:d.unref(e).t("csvExport.maximumRecordAmount",{value:d.unref(Rw)})},{default:d.withCtx(()=>[d.createVNode(d.unref(Gi.InfoIcon),{color:`var(--kui-color-text-neutral, ${d.unref(Jo)})`,size:d.unref(Ns)},null,8,["color","size"])]),_:1},8,["text"])])):d.createCommentVNode("",!0)])]}),"footer-actions":d.withCtx(()=>[d.createVNode(A,{appearance:"tertiary",class:"cancel-btn",onClick:h},{default:d.withCtx(()=>[d.createTextVNode(d.toDisplayString(d.unref(e).t("csvExport.cancelButton")),1)]),_:1}),d.createVNode(nE,{class:"vitals-report-export-button",filename:r,headers:f.value.csvHeaders,rows:f.value.rows},{default:d.withCtx(()=>[d.createVNode(A,{appearance:"primary","data-testid":"csv-download-button",disabled:n.exportState.status!=="success"||!l.value},{default:d.withCtx(()=>[d.createTextVNode(d.toDisplayString(d.unref(e).t("csvExport.downloadButton")),1)]),_:1},8,["disabled"])]),_:1},8,["headers","rows"])]),_:1},8,["title"])])}}}),oE={class:"container"},lE={key:0,class:"no-data","data-testid":"sparkline-empty"},cE=["title"],uE=Ce(d.defineComponent({__name:"SparklineChart",props:{chartKey:{default:()=>{}},datasets:{},disableTooltip:{type:Boolean,default:!1},enableBrushing:{type:Boolean,default:!1},groupKey:{default:()=>{}},maxCount:{default:()=>{}},maxStamp:{default:()=>{}},minCount:{default:()=>{}},minStamp:{default:()=>{}},pointRenderCount:{default:24},showLabel:{type:Boolean,default:!1},tooltipTitle:{default:()=>{}},type:{default:"sparkline_bar"}},setup(n){const t=crypto.randomUUID(),{i18n:e}=ft.useI18n(),{syncedGroupSizeMs:i,syncedMinStamp:s,syncedMaxStamp:r,syncedMinCount:a,syncedMaxCount:o,syncedRenderPoints:l,syncedChartDatasets:c}=ft.useSparklineSync({chartKey:n.chartKey,datasets:n.datasets,groupKey:n.groupKey,minStamp:n.minStamp,maxStamp:n.maxStamp,minCount:n.minCount,maxCount:n.maxCount,renderPoints:n.pointRenderCount,type:n.type}),u=d.reactive({showTooltip:!1,tooltipContext:0,metricDisplay:"",tooltipSeries:[],left:"",top:"",units:"count",translateUnit:()=>"",offsetX:0,offsetY:0,width:0,height:0,chartType:n.type==="sparkline_bar"?"timeseries_bar":"timeseries_line",chartID:t,interactionMode:"idle"}),h=({width:T,height:g})=>{u.width=T,u.height=g},f=d.computed(()=>n.disableTooltip?[]:[new Im({enableBrushing:n.groupKey!==void 0&&n.chartKey!==void 0&&n.enableBrushing,brushStrategy:"group",brushGroup:n.groupKey})]),m=d.computed(()=>c.value.reduce((T,{data:g,label:y})=>({...T,[y]:g.reduce((v,{y:O})=>v+O,0)}),{})),p=d.computed(()=>c.value.map(({label:T})=>[m.value[T],`${T}: ${m.value[T]}`]).sort(([T],[g])=>g-T).map(([,T])=>T).join(", ")),_=d.computed(()=>Object.keys(m.value).map(T=>m.value[T]).reduce((T,g)=>T+g,0)),x=d.computed(()=>_.value>0),S=d.computed(()=>({labels:new Array(l.value).fill(""),datasets:c.value})),M=d.computed(()=>n.datasets.length>1),C=`SparklineTooltipPosition-${t}`,A=d.computed(()=>{const T=n.type==="sparkline_bar",g=T?s.value-1:s.value,y=T?r.value:r.value-i.value;return{maintainAspectRatio:!1,elements:{categoryPercentage:1,barPercentage:1,line:{tension:0,stepped:n.type==="sparkline_step",borderWidth:1},point:{radius:0,pointHitRadius:11,pointHoverRadius:0}},interaction:{intersect:!1,mode:"index"},layout:{padding:{left:T?0:2,right:T?0:2,top:2}},plugins:{legend:{display:!1},tooltip:{enabled:!1,position:C,external:v=>{Qh(u,v,"minutely",{contextFormatter:O=>{const R=O+i.value;let z="";return i.value>24*60*60*1e3?z=Yr(new Date(R),"MMM dd, yyy hh:mm a"):z=Yr(new Date(R),"hh:mm a"),`${Cv(O)} - ${z}`}})}}},scales:{x:{min:g,max:y,type:"timeseries",offset:!1,grid:{display:!1},display:!1,stacked:M.value},y:{min:Math.max(a.value-1,0),max:o.value,grid:{display:!1},display:!1,stacked:M.value}}}}),E=d.ref("0"),D=d.ref("0");return d.onMounted(()=>{De.positioners[C]=function(T,g){if(!T.length||u.interactionMode==="interactive"||g.x===null)return!1;const y=10,v=this.chart.canvas.getBoundingClientRect(),O=u.width||this.width,R=u.height||this.height,z=v.top-R>0,L=z?v.top-R-y:v.top+v.height+y,B=v.left>O/2-g.x,K=Math.max(y,window.innerWidth-y-O),Y=Math.min(K,B?Math.floor(v.left-O/2)+g.x:0+y);return E.value=`${L}px`,D.value=`${Y}px`,{x:Y,y:L,xAlign:"center",yAlign:z?"top":"bottom"}}}),d.onUnmounted(()=>{De.positioners[C]&&delete De.positioners[C]}),(T,g)=>(d.openBlock(),d.createElementBlock("div",oE,[x.value?n.type==="sparkline_bar"?(d.openBlock(),d.createBlock(d.unref(Am),{key:1,"chart-id":d.unref(t),data:S.value,"data-testid":"sparkline-bar",options:A.value,plugins:f.value},null,8,["chart-id","data","options","plugins"])):n.type==="sparkline_line"||n.type==="sparkline_step"?(d.openBlock(),d.createBlock(d.unref(Rm),{key:2,"chart-id":d.unref(t),data:S.value,"data-testid":n.type==="sparkline_line"?"sparkline-line":"sparkline-step",options:A.value,plugins:f.value},null,8,["chart-id","data","data-testid","options","plugins"])):d.createCommentVNode("",!0):(d.openBlock(),d.createElementBlock("div",lE,[d.renderSlot(T.$slots,"empty",{},()=>[d.createTextVNode(d.toDisplayString(d.unref(e).t("sparkline_no_data")),1)],!0)])),n.disableTooltip?d.createCommentVNode("",!0):(d.openBlock(),d.createBlock(pa,{key:3,"absolute-left":D.value,"absolute-top":E.value,class:"tooltip","data-testid":"sparkline-tooltip",state:u,"tooltip-title":n.tooltipTitle,onDimensions:h},null,8,["absolute-left","absolute-top","state","tooltip-title"])),x.value&&n.showLabel?(d.openBlock(),d.createElementBlock("div",{key:4,class:"label",title:T.$slots.label?"":p.value},[d.renderSlot(T.$slots,"label",{total:_.value,totalByDataset:m.value},()=>[d.createTextVNode(d.toDisplayString(p.value),1)],!0)],8,cE)):d.createCommentVNode("",!0)]))}}),[["__scopeId","data-v-ae8259b6"]]);_t.AnalyticsChart=$C,_t.ChartLegendPosition=xe,_t.CsvExportModal=aE,_t.DECIMAL_DISPLAY=qv,_t.FONT_SIZE_REGULAR=sf,_t.FONT_SIZE_SMALL=nf,_t.MAX_LABEL_LENGTH=ia,_t.SimpleChart=oO,_t.SparklineChart=uE,_t.TopNTable=_O,_t.ValidType=ri,_t.chartTypes=PC,_t.handleQueryError=gM,_t.lookupStatusCodeColor=cf,_t.simpleChartMetricDisplay=AC,_t.simpleChartTypes=RC,_t.statusCodeBadgeBackgroundColor=TT,Object.defineProperty(_t,Symbol.toStringTag,{value:"Module"})});
|
|
40
|
+
`);var Y=0,U=!1;this.parse=function(V,j,X){if(typeof V!="string")throw new Error("Input must be a string");var gt=V.length,bt=b.length,K=v.length,q=O.length,Z=k(R),J=[],tt=[],Q=[],mt=Y=0;if(!V)return Ot();if(L||L!==!1&&V.indexOf(B)===-1){for(var St=V.split(v),at=0;at<St.length;at++){if(Q=St[at],Y+=Q.length,at!==St.length-1)Y+=v.length;else if(X)return Ot();if(!O||Q.substring(0,q)!==O){if(Z){if(J=[],ee(Q.split(b)),ne(),U)return Ot()}else ee(Q.split(b));if(W&&W<=at)return J=J.slice(0,W),Ot(!0)}}return Ot()}for(var yt=V.indexOf(b,Y),ut=V.indexOf(v,Y),$t=new RegExp(x($)+x(B),"g"),ot=V.indexOf(B,Y);;)if(V[Y]===B)for(ot=Y,Y++;;){if((ot=V.indexOf(B,ot+1))===-1)return X||tt.push({type:"Quotes",code:"MissingQuotes",message:"Quoted field unterminated",row:J.length,index:Y}),jt();if(ot===gt-1)return jt(V.substring(Y,ot).replace($t,B));if(B===$&&V[ot+1]===$)ot++;else if(B===$||ot===0||V[ot-1]!==$){yt!==-1&&yt<ot+1&&(yt=V.indexOf(b,ot+1));var vt=le((ut=ut!==-1&&ut<ot+1?V.indexOf(v,ot+1):ut)===-1?yt:Math.min(yt,ut));if(V.substr(ot+1+vt,bt)===b){Q.push(V.substring(Y,ot).replace($t,B)),V[Y=ot+1+vt+bt]!==B&&(ot=V.indexOf(B,Y)),yt=V.indexOf(b,Y),ut=V.indexOf(v,Y);break}if(vt=le(ut),V.substring(ot+1+vt,ot+1+vt+K)===v){if(Q.push(V.substring(Y,ot).replace($t,B)),Ge(ot+1+vt+K),yt=V.indexOf(b,Y),ot=V.indexOf(B,Y),Z&&(ne(),U))return Ot();if(W&&J.length>=W)return Ot(!0);break}tt.push({type:"Quotes",code:"InvalidQuotes",message:"Trailing quote on quoted field is malformed",row:J.length,index:Y}),ot++}}else if(O&&Q.length===0&&V.substring(Y,Y+q)===O){if(ut===-1)return Ot();Y=ut+K,ut=V.indexOf(v,Y),yt=V.indexOf(b,Y)}else if(yt!==-1&&(yt<ut||ut===-1))Q.push(V.substring(Y,yt)),Y=yt+bt,yt=V.indexOf(b,Y);else{if(ut===-1)break;if(Q.push(V.substring(Y,ut)),Ge(ut+K),Z&&(ne(),U))return Ot();if(W&&J.length>=W)return Ot(!0)}return jt();function ee(Ft){J.push(Ft),mt=Y}function le(Ft){var qt=0;return qt=Ft!==-1&&(Ft=V.substring(ot+1,Ft))&&Ft.trim()===""?Ft.length:qt}function jt(Ft){return X||(Ft===void 0&&(Ft=V.substring(Y)),Q.push(Ft),Y=gt,ee(Q),Z&&ne()),Ot()}function Ge(Ft){Y=Ft,ee(Q),Q=[],ut=V.indexOf(v,Y)}function Ot(Ft){if(p.header&&!j&&J.length&&!N){var qt=J[0],ie=Object.create(null),Ke=new Set(qt);let ai=!1;for(let Be=0;Be<qt.length;Be++){let Bt=qt[Be];if(ie[Bt=k(p.transformHeader)?p.transformHeader(Bt,Be):Bt]){let Se,oi=ie[Bt];for(;Se=Bt+"_"+oi,oi++,Ke.has(Se););Ke.add(Se),qt[Be]=Se,ie[Bt]++,ai=!0,(H=H===null?{}:H)[Se]=Bt}else ie[Bt]=1,qt[Be]=Bt;Ke.add(Bt)}ai&&console.warn("Duplicate headers found and renamed."),N=!0}return{data:J,errors:tt,meta:{delimiter:b,linebreak:v,aborted:U,truncated:!!Ft,cursor:mt+(j||0),renamedHeaders:H}}}function ne(){R(Ot()),J=[],tt=[]}},this.abort=function(){U=!0},this.getCharIndex=function(){return Y}}function T(p){var b=p.data,v=o[b.workerId],O=!1;if(b.error)v.userError(b.error,b.file);else if(b.results&&b.results.data){var R={abort:function(){O=!0,D(b.workerId,{data:[],errors:[],meta:{aborted:!0}})},pause:E,resume:E};if(k(v.userStep)){for(var W=0;W<b.results.data.length&&(v.userStep({data:b.results.data[W],errors:b.results.errors,meta:b.results.meta},R),!O);W++);delete b.results}else k(v.userChunk)&&(v.userChunk(b.results,R,b.file),delete b.results)}b.finished&&!O&&D(b.workerId,b.results)}function D(p,b){var v=o[p];k(v.userComplete)&&v.userComplete(b),v.terminate(),delete o[p]}function E(){throw new Error("Not implemented.")}function C(p){if(typeof p!="object"||p===null)return p;var b,v=Array.isArray(p)?[]:{};for(b in p)v[b]=C(p[b]);return v}function A(p,b){return function(){p.apply(b,arguments)}}function k(p){return typeof p=="function"}return c.parse=function(p,b){var v=(b=b||{}).dynamicTyping||!1;if(k(v)&&(b.dynamicTypingFunction=v,v={}),b.dynamicTyping=v,b.transform=!!k(b.transform)&&b.transform,!b.worker||!c.WORKERS_SUPPORTED)return v=null,c.NODE_STREAM_INPUT,typeof p=="string"?(p=(O=>O.charCodeAt(0)!==65279?O:O.slice(1))(p),v=new(b.download?h:m)(b)):p.readable===!0&&k(p.read)&&k(p.on)?v=new g(b):(i.File&&p instanceof File||p instanceof Object)&&(v=new f(b)),v.stream(p);(v=(()=>{var O;return!!c.WORKERS_SUPPORTED&&(O=(()=>{var R=i.URL||i.webkitURL||null,W=e.toString();return c.BLOB_URL||(c.BLOB_URL=R.createObjectURL(new Blob(["var global = (function() { if (typeof self !== 'undefined') { return self; } if (typeof window !== 'undefined') { return window; } if (typeof global !== 'undefined') { return global; } return {}; })(); global.IS_PAPA_WORKER=true; ","(",W,")();"],{type:"text/javascript"})))})(),(O=new i.Worker(O)).onmessage=T,O.id=l++,o[O.id]=O)})()).userStep=b.step,v.userChunk=b.chunk,v.userComplete=b.complete,v.userError=b.error,b.step=k(b.step),b.chunk=k(b.chunk),b.complete=k(b.complete),b.error=k(b.error),delete b.worker,v.postMessage({input:p,config:b,workerId:v.id})},c.unparse=function(p,b){var v=!1,O=!0,R=",",W=`\r
|
|
41
|
+
`,L='"',H=L+L,N=!1,B=null,$=!1,Y=((()=>{if(typeof b=="object"){if(typeof b.delimiter!="string"||c.BAD_DELIMITERS.filter(function(j){return b.delimiter.indexOf(j)!==-1}).length||(R=b.delimiter),typeof b.quotes!="boolean"&&typeof b.quotes!="function"&&!Array.isArray(b.quotes)||(v=b.quotes),typeof b.skipEmptyLines!="boolean"&&typeof b.skipEmptyLines!="string"||(N=b.skipEmptyLines),typeof b.newline=="string"&&(W=b.newline),typeof b.quoteChar=="string"&&(L=b.quoteChar),typeof b.header=="boolean"&&(O=b.header),Array.isArray(b.columns)){if(b.columns.length===0)throw new Error("Option columns is empty");B=b.columns}b.escapeChar!==void 0&&(H=b.escapeChar+L),b.escapeFormulae instanceof RegExp?$=b.escapeFormulae:typeof b.escapeFormulae=="boolean"&&b.escapeFormulae&&($=/^[=+\-@\t\r].*$/)}})(),new RegExp(x(L),"g"));if(typeof p=="string"&&(p=JSON.parse(p)),Array.isArray(p)){if(!p.length||Array.isArray(p[0]))return U(null,p,N);if(typeof p[0]=="object")return U(B||Object.keys(p[0]),p,N)}else if(typeof p=="object")return typeof p.data=="string"&&(p.data=JSON.parse(p.data)),Array.isArray(p.data)&&(p.fields||(p.fields=p.meta&&p.meta.fields||B),p.fields||(p.fields=Array.isArray(p.data[0])?p.fields:typeof p.data[0]=="object"?Object.keys(p.data[0]):[]),Array.isArray(p.data[0])||typeof p.data[0]=="object"||(p.data=[p.data])),U(p.fields||[],p.data||[],N);throw new Error("Unable to serialize unrecognized input");function U(j,X,gt){var bt="",K=(typeof j=="string"&&(j=JSON.parse(j)),typeof X=="string"&&(X=JSON.parse(X)),Array.isArray(j)&&0<j.length),q=!Array.isArray(X[0]);if(K&&O){for(var Z=0;Z<j.length;Z++)0<Z&&(bt+=R),bt+=V(j[Z],Z);0<X.length&&(bt+=W)}for(var J=0;J<X.length;J++){var tt=(K?j:X[J]).length,Q=!1,mt=K?Object.keys(X[J]).length===0:X[J].length===0;if(gt&&!K&&(Q=gt==="greedy"?X[J].join("").trim()==="":X[J].length===1&&X[J][0].length===0),gt==="greedy"&&K){for(var St=[],at=0;at<tt;at++){var yt=q?j[at]:at;St.push(X[J][yt])}Q=St.join("").trim()===""}if(!Q){for(var ut=0;ut<tt;ut++){0<ut&&!mt&&(bt+=R);var $t=K&&q?j[ut]:ut;bt+=V(X[J][$t],ut)}J<X.length-1&&(!gt||0<tt&&!mt)&&(bt+=W)}}return bt}function V(j,X){var gt,bt;return j==null?"":j.constructor===Date?JSON.stringify(j).slice(1,25):(bt=!1,$&&typeof j=="string"&&$.test(j)&&(j="'"+j,bt=!0),gt=j.toString().replace(Y,H),(bt=bt||v===!0||typeof v=="function"&&v(j,X)||Array.isArray(v)&&v[X]||((K,q)=>{for(var Z=0;Z<q.length;Z++)if(-1<K.indexOf(q[Z]))return!0;return!1})(gt,c.BAD_DELIMITERS)||-1<gt.indexOf(R)||gt.charAt(0)===" "||gt.charAt(gt.length-1)===" ")?L+gt+L:gt)}},c.RECORD_SEP="",c.UNIT_SEP="",c.BYTE_ORDER_MARK="\uFEFF",c.BAD_DELIMITERS=["\r",`
|
|
42
|
+
`,'"',c.BYTE_ORDER_MARK],c.WORKERS_SUPPORTED=!r&&!!i.Worker,c.NODE_STREAM_INPUT=1,c.LocalChunkSize=10485760,c.RemoteChunkSize=5242880,c.DefaultDelimiter=",",c.Parser=S,c.ParserHandle=_,c.NetworkStreamer=h,c.FileStreamer=f,c.StringStreamer=m,c.ReadableStreamStreamer=g,i.jQuery&&((s=i.jQuery).fn.parse=function(p){var b=p.config||{},v=[];return this.each(function(W){if(!(s(this).prop("tagName").toUpperCase()==="INPUT"&&s(this).attr("type").toLowerCase()==="file"&&i.FileReader)||!this.files||this.files.length===0)return!0;for(var L=0;L<this.files.length;L++)v.push({file:this.files[L],inputElem:this,instanceConfig:s.extend({},b)})}),O(),this;function O(){if(v.length===0)k(p.complete)&&p.complete();else{var W,L,H,N,B=v[0];if(k(p.before)){var $=p.before(B.file,B.inputElem);if(typeof $=="object"){if($.action==="abort")return W="AbortError",L=B.file,H=B.inputElem,N=$.reason,void(k(p.error)&&p.error({name:W},L,H,N));if($.action==="skip")return void R();typeof $.config=="object"&&(B.instanceConfig=s.extend(B.instanceConfig,$.config))}else if($==="skip")return void R()}var Y=B.instanceConfig.complete;B.instanceConfig.complete=function(U){k(Y)&&Y(U,B.file,B.inputElem),R()},c.parse(B.file,B.instanceConfig)}}function R(){v.splice(0,1),O()}}),a&&(i.onmessage=function(p){p=p.data,c.WORKER_ID===void 0&&p&&(c.WORKER_ID=p.workerId),typeof p.input=="string"?i.postMessage({workerId:c.WORKER_ID,results:c.parse(p.input,p.config),finished:!0}):(i.File&&p.input instanceof File||p.input instanceof Object)&&(p=c.parse(p.input,p.config))&&i.postMessage({workerId:c.WORKER_ID,results:p,finished:!0})}),(h.prototype=Object.create(u.prototype)).constructor=h,(f.prototype=Object.create(u.prototype)).constructor=f,(m.prototype=Object.create(m.prototype)).constructor=m,(g.prototype=Object.create(u.prototype)).constructor=g,c})})(Vm);var QO=Vm.exports;const JO=["id"],tE=d.defineComponent({__name:"VueJsonCsv",props:{data:{type:Array,required:!0},fields:{type:Array,required:!1,default:null},labels:{type:Object,required:!1,default:null},filename:{type:String,default:"report-data.csv"},delimiter:{type:String,default:",",required:!1},separatorExcel:{type:Boolean,default:!1},encoding:{type:String,default:"utf-8"},testing:{type:Boolean,required:!1,default:!1}},emits:["export-started","export-finished"],setup(n,{emit:t}){const e=t,i=n,s=d.computed(()=>`export_${new Date().getTime()}`),r=d.computed(()=>{const u=l();return u.length?u:null}),a=()=>{const u=i.labels;if(typeof i.fields!==ri.Object)throw new Error("Labels needs to be a object containing key / value pairs.");return typeof u===ri.Object?h=>xO(h,(f,m)=>u[m]||m):h=>h},o=()=>{const u=i.fields;if(typeof i.fields!==ri.Object&&!Array.isArray(u))throw new Error("Fields needs to be an array of strings.");return Array.isArray(u)?h=>XO(h,u):h=>h},l=()=>{if(typeof i.fields===ri.Undefined&&typeof i.labels===ri.Undefined)return i.data;const u=a(),h=o();return i.data.map(f=>u(h(f)))},c=()=>{if(!(r!=null&&r.value)){console.warn("No data to export");return}e("export-started",r.value);let u=QO.unparse(r.value,Object.assign({delimiter:i.delimiter,encoding:i.encoding}));if(i.separatorExcel&&(u="SEP="+i.delimiter+`\r
|
|
43
|
+
`+u),i.encoding==="utf-8"&&(u="\uFEFF"+u),e("export-finished",i.filename),!i.testing){const h=new Blob([u],{type:"text/csv;charset="+i.encoding});ZO.saveAs(h,i.filename)}};return(u,h)=>(d.openBlock(),d.createElementBlock("div",{id:s.value,"data-testid":"export-csv",onClick:c},[d.renderSlot(u.$slots,"default",{},()=>[d.createTextVNode("Download "+d.toDisplayString(n.filename),1)])],8,JO))}}),eE=d.defineComponent({__name:"DownloadCsv",props:{rows:{},headers:{},filename:{}},setup(n){const t=n,e=d.computed(()=>Object.keys(t.headers));return(i,s)=>(d.openBlock(),d.createElementBlock("div",null,[d.createVNode(tE,{data:n.rows,fields:e.value,filename:n.filename,labels:n.headers},{default:d.withCtx(()=>[d.renderSlot(i.$slots,"default")]),_:3},8,["data","fields","filename","labels"])]))}}),nE={class:"kong-ui-public-csv-export-modal"},iE={key:0,class:"selected-range"},sE={key:4,class:"text-muted",tag:"span"},Ym=3,rE=d.defineComponent({__name:"CsvExportModal",props:{exportState:{},filename:{},modalDescription:{default:void 0}},emits:["closeModal"],setup(n,{emit:t}){const{i18n:e}=ft.useI18n(),i=n,s=t,r=`${i.filename.replace(/\s+/g,"-").toLowerCase()}-${new Date().toISOString().slice(0,10)}.csv`,a=d.ref(1),o=d.computed(()=>f.value.rows.length),l=d.computed(()=>{var g,_;return i.exportState.status==="success"&&!!((_=(g=i.exportState.chartData)==null?void 0:g.data)!=null&&_.length)}),c=d.computed(()=>i.exportState.status!=="success"?"":ft.useChartSelectedRange(d.toRef(i.exportState,"chartData"))),u=d.computed(()=>i.exportState.status!=="success"?"":e.t("csvExport.previewRows",{rowsMax:Math.min(Ym,o.value),rowsTotal:o.value,plural:o.value===1?"":"s"})),h=()=>{s("closeModal")},f=d.computed(()=>{var C,A,k;if(i.exportState.status!=="success"||!l.value||!((C=i.exportState.chartData)!=null&&C.meta.metric_names))return{headers:[],rows:[],csvHeaders:{}};const g=i.exportState.chartData,_=g.data.some(p=>p.timestamp!==g.data[0].timestamp),x=g.data.map(p=>{const b=new Date(p.timestamp);return{...Object.keys(p.event).reduce((O,R)=>{if(R in g.meta.display){const W=p.event[R],L=g.meta.display[R];O[R]=W&&L&&L[W].name||p.event[R]}else O[R]=p.event[R];return O},{}),..._?{timestamp:dl(b,"yyyy-MM-dd HH:mm:ss"),tzOffset:dl(b,"XXX")}:{}}});let S=[];_&&(S=[{label:e.t("csvExport.Timestamp"),key:"timestamp"},{label:e.t("csvExport.UtcOffset"),key:"tzOffset"}]);const T="display"in i.exportState.chartData.meta&&((A=i.exportState.chartData.meta)!=null&&A.display)?(k=i.exportState.chartData.meta)==null?void 0:k.display:{},D=[...S,...Object.keys(T).map(p=>({label:e.t(`chartLabels.${p}`),key:p})),...i.exportState.chartData.meta.metric_names.map(p=>({label:e.t(`chartLabels.${p}`),key:p}))],E=D.reduce((p,b)=>(p[b.key]=b.label,p),{});return{headers:D,csvHeaders:E,rows:x}}),m=async()=>{if(i.exportState.status!=="success")return{total:0,data:[]};const{rows:g}=f.value;return{total:Number(g.length)||0,data:g.slice(0,Ym)}};return d.watch(f,()=>{a.value++}),(g,_)=>{const x=d.resolveComponent("KSkeleton"),S=d.resolveComponent("KEmptyState"),T=d.resolveComponent("KTableData"),D=d.resolveComponent("KTooltip"),E=d.resolveComponent("KButton"),C=d.resolveComponent("KModal");return d.openBlock(),d.createElementBlock("div",nE,[d.createVNode(C,{class:"vitals-report","data-testid":"csv-export-modal","show-dismiss-icon":"",title:d.unref(e).t("csvExport.exportPreview"),visible:"",onCancel:h,onKeyup:d.withKeys(h,["esc"])},{default:d.withCtx(()=>{var A;return[d.createElementVNode("div",null,[n.exportState.status==="success"&&l.value?(d.openBlock(),d.createElementBlock("div",iE,[d.createElementVNode("p",null,d.toDisplayString(n.modalDescription?n.modalDescription:d.unref(e).t("csvExport.exportDescription")),1),d.createElementVNode("p",null,d.toDisplayString(d.unref(e).t("csvExport.exportTimeRange"))+": "+d.toDisplayString(c.value),1)])):d.createCommentVNode("",!0),n.exportState.status==="loading"?(d.openBlock(),d.createBlock(x,{key:1,class:"chart-skeleton",type:"table"})):n.exportState.status==="success"?(d.openBlock(),d.createBlock(T,{key:2,class:"vitals-table",fetcher:m,"fetcher-cache-key":String(a.value),headers:((A=f.value)==null?void 0:A.headers)||[],"hide-pagination":"","row-hover":!1,sortable:!1},{"empty-state":d.withCtx(()=>[d.createVNode(S,{"action-button-visible":!1},{title:d.withCtx(()=>[d.createElementVNode("h5",null,d.toDisplayString(d.unref(e).t("csvExport.noDataRange")),1)]),default:d.withCtx(()=>[d.createElementVNode("p",null,d.toDisplayString(d.unref(e).t("csvExport.noDataRetry")),1)]),_:1})]),_:1},8,["fetcher-cache-key","headers"])):n.exportState.status==="error"?(d.openBlock(),d.createBlock(S,{key:3,"action-button-visible":!1},{title:d.withCtx(()=>[d.createElementVNode("h5",null,d.toDisplayString(d.unref(e).t("csvExport.dataError")),1)]),_:1})):d.createCommentVNode("",!0),n.exportState.status==="success"&&l.value?(d.openBlock(),d.createElementBlock("div",sE,[d.createTextVNode(d.toDisplayString(u.value)+" ",1),d.createVNode(D,{class:"preview-tooltip",placement:"right",text:d.unref(e).t("csvExport.maximumRecordAmount",{value:d.unref(Rw)})},{default:d.withCtx(()=>[d.createVNode(d.unref(Gi.InfoIcon),{color:`var(--kui-color-text-neutral, ${d.unref(Jo)})`,size:d.unref(Ns)},null,8,["color","size"])]),_:1},8,["text"])])):d.createCommentVNode("",!0)])]}),"footer-actions":d.withCtx(()=>[d.createVNode(E,{appearance:"tertiary",class:"cancel-btn",onClick:h},{default:d.withCtx(()=>[d.createTextVNode(d.toDisplayString(d.unref(e).t("csvExport.cancelButton")),1)]),_:1}),d.createVNode(eE,{class:"vitals-report-export-button",filename:r,headers:f.value.csvHeaders,rows:f.value.rows},{default:d.withCtx(()=>[d.createVNode(E,{appearance:"primary","data-testid":"csv-download-button",disabled:n.exportState.status!=="success"||!l.value},{default:d.withCtx(()=>[d.createTextVNode(d.toDisplayString(d.unref(e).t("csvExport.downloadButton")),1)]),_:1},8,["disabled"])]),_:1},8,["headers","rows"])]),_:1},8,["title"])])}}}),aE={class:"container"},oE={key:0,class:"no-data","data-testid":"sparkline-empty"},lE=["title"],cE=Ce(d.defineComponent({__name:"SparklineChart",props:{chartKey:{default:()=>{}},datasets:{},disableTooltip:{type:Boolean,default:!1},enableBrushing:{type:Boolean,default:!1},groupKey:{default:()=>{}},maxCount:{default:()=>{}},maxStamp:{default:()=>{}},minCount:{default:()=>{}},minStamp:{default:()=>{}},pointRenderCount:{default:24},showLabel:{type:Boolean,default:!1},tooltipTitle:{default:()=>{}},type:{default:"sparkline_bar"}},setup(n){const t=crypto.randomUUID(),{i18n:e}=ft.useI18n(),{syncedGroupSizeMs:i,syncedMinStamp:s,syncedMaxStamp:r,syncedMinCount:a,syncedMaxCount:o,syncedRenderPoints:l,syncedChartDatasets:c}=ft.useSparklineSync({chartKey:n.chartKey,datasets:n.datasets,groupKey:n.groupKey,minStamp:n.minStamp,maxStamp:n.maxStamp,minCount:n.minCount,maxCount:n.maxCount,renderPoints:n.pointRenderCount,type:n.type}),u=d.reactive({showTooltip:!1,tooltipContext:0,metricDisplay:"",tooltipSeries:[],left:"",top:"",units:"count",translateUnit:()=>"",offsetX:0,offsetY:0,width:0,height:0,chartType:n.type==="sparkline_bar"?"timeseries_bar":"timeseries_line",chartID:t,interactionMode:"idle"}),h=({width:k,height:p})=>{u.width=k,u.height=p},f=d.computed(()=>n.disableTooltip?[]:[new Im({enableBrushing:n.groupKey!==void 0&&n.chartKey!==void 0&&n.enableBrushing,brushStrategy:"group",brushGroup:n.groupKey})]),m=d.computed(()=>c.value.reduce((k,{data:p,label:b})=>({...k,[b]:p.reduce((v,{y:O})=>v+O,0)}),{})),g=d.computed(()=>c.value.map(({label:k})=>[m.value[k],`${k}: ${m.value[k]}`]).sort(([k],[p])=>p-k).map(([,k])=>k).join(", ")),_=d.computed(()=>Object.keys(m.value).map(k=>m.value[k]).reduce((k,p)=>k+p,0)),x=d.computed(()=>_.value>0),S=d.computed(()=>({labels:new Array(l.value).fill(""),datasets:c.value})),T=d.computed(()=>n.datasets.length>1),D=`SparklineTooltipPosition-${t}`,E=d.computed(()=>{const k=n.type==="sparkline_bar",p=k?s.value-1:s.value,b=k?r.value:r.value-i.value;return{maintainAspectRatio:!1,elements:{categoryPercentage:1,barPercentage:1,line:{tension:0,stepped:n.type==="sparkline_step",borderWidth:1},point:{radius:0,pointHitRadius:11,pointHoverRadius:0}},interaction:{intersect:!1,mode:"index"},layout:{padding:{left:k?0:2,right:k?0:2,top:2}},plugins:{legend:{display:!1},tooltip:{enabled:!1,position:D,external:v=>{Qh(u,v,"minutely",{contextFormatter:O=>{const R=O+i.value;let W="";return i.value>24*60*60*1e3?W=Yr(new Date(R),"MMM dd, yyy hh:mm a"):W=Yr(new Date(R),"hh:mm a"),`${Cv(O)} - ${W}`}})}}},scales:{x:{min:p,max:b,type:"timeseries",offset:!1,grid:{display:!1},display:!1,stacked:T.value},y:{min:Math.max(a.value-1,0),max:o.value,grid:{display:!1},display:!1,stacked:T.value}}}}),C=d.ref("0"),A=d.ref("0");return d.onMounted(()=>{De.positioners[D]=function(k,p){if(!k.length||u.interactionMode==="interactive"||p.x===null)return!1;const b=10,v=this.chart.canvas.getBoundingClientRect(),O=u.width||this.width,R=u.height||this.height,W=v.top-R>0,L=W?v.top-R-b:v.top+v.height+b,H=v.left>O/2-p.x,N=Math.max(b,window.innerWidth-b-O),B=Math.min(N,H?Math.floor(v.left-O/2)+p.x:0+b);return C.value=`${L}px`,A.value=`${B}px`,{x:B,y:L,xAlign:"center",yAlign:W?"top":"bottom"}}}),d.onUnmounted(()=>{De.positioners[D]&&delete De.positioners[D]}),(k,p)=>(d.openBlock(),d.createElementBlock("div",aE,[x.value?n.type==="sparkline_bar"?(d.openBlock(),d.createBlock(d.unref(Am),{key:1,"chart-id":d.unref(t),data:S.value,"data-testid":"sparkline-bar",options:E.value,plugins:f.value},null,8,["chart-id","data","options","plugins"])):n.type==="sparkline_line"||n.type==="sparkline_step"?(d.openBlock(),d.createBlock(d.unref(Rm),{key:2,"chart-id":d.unref(t),data:S.value,"data-testid":n.type==="sparkline_line"?"sparkline-line":"sparkline-step",options:E.value,plugins:f.value},null,8,["chart-id","data","data-testid","options","plugins"])):d.createCommentVNode("",!0):(d.openBlock(),d.createElementBlock("div",oE,[d.renderSlot(k.$slots,"empty",{},()=>[d.createTextVNode(d.toDisplayString(d.unref(e).t("sparkline_no_data")),1)],!0)])),n.disableTooltip?d.createCommentVNode("",!0):(d.openBlock(),d.createBlock(pa,{key:3,"absolute-left":A.value,"absolute-top":C.value,class:"tooltip","data-testid":"sparkline-tooltip",state:u,"tooltip-title":n.tooltipTitle,onDimensions:h},null,8,["absolute-left","absolute-top","state","tooltip-title"])),x.value&&n.showLabel?(d.openBlock(),d.createElementBlock("div",{key:4,class:"label",title:k.$slots.label?"":g.value},[d.renderSlot(k.$slots,"label",{total:_.value,totalByDataset:m.value},()=>[d.createTextVNode(d.toDisplayString(g.value),1)],!0)],8,lE)):d.createCommentVNode("",!0)]))}}),[["__scopeId","data-v-ae8259b6"]]);_t.AnalyticsChart=$C,_t.ChartLegendPosition=xe,_t.CsvExportModal=rE,_t.DECIMAL_DISPLAY=qv,_t.FONT_SIZE_REGULAR=sf,_t.FONT_SIZE_SMALL=nf,_t.MAX_LABEL_LENGTH=ia,_t.SimpleChart=oO,_t.SparklineChart=cE,_t.TopNTable=bO,_t.ValidType=ri,_t.chartTypes=PC,_t.handleQueryError=gM,_t.lookupStatusCodeColor=cf,_t.simpleChartMetricDisplay=AC,_t.simpleChartTypes=RC,_t.statusCodeBadgeBackgroundColor=TT,Object.defineProperty(_t,Symbol.toStringTag,{value:"Module"})});
|