@kubit-ui-web/react-charts 1.4.0 → 1.5.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/cjs/charts/barChart/fragments/barChartPath.d.ts.map +1 -1
- package/dist/cjs/charts/barChart/fragments/barChartPath.js +12 -7
- package/dist/cjs/charts/barChart/fragments/barChartSeparator.d.ts.map +1 -1
- package/dist/cjs/charts/barChart/fragments/barChartSeparator.js +20 -8
- package/dist/cjs/charts/constants/chartDefaults.d.ts +20 -0
- package/dist/cjs/charts/constants/chartDefaults.d.ts.map +1 -1
- package/dist/cjs/charts/constants/chartDefaults.js +20 -0
- package/dist/cjs/charts/lineChart/fragments/lineChartPath.d.ts.map +1 -1
- package/dist/cjs/charts/lineChart/fragments/lineChartPath.js +15 -8
- package/dist/cjs/charts/lineChart/fragments/lineChartProjection.d.ts.map +1 -1
- package/dist/cjs/charts/lineChart/fragments/lineChartProjection.js +10 -7
- package/dist/cjs/charts/lineChart/fragments/lineChartSeparator.d.ts.map +1 -1
- package/dist/cjs/charts/lineChart/fragments/lineChartSeparator.js +20 -8
- package/dist/cjs/charts/pieChart/context/buildPieContextValue.d.ts +3 -1
- package/dist/cjs/charts/pieChart/context/buildPieContextValue.d.ts.map +1 -1
- package/dist/cjs/charts/pieChart/context/buildPieContextValue.js +15 -3
- package/dist/cjs/charts/pieChart/fragments/pieChartPath.d.ts.map +1 -1
- package/dist/cjs/charts/pieChart/fragments/pieChartPath.js +31 -3
- package/dist/cjs/charts/pieChart/fragments/pieChartSegment.d.ts.map +1 -1
- package/dist/cjs/charts/pieChart/fragments/pieChartSegment.js +58 -1
- package/dist/cjs/charts/pieChart/pieChart.type.d.ts +7 -0
- package/dist/cjs/charts/pieChart/pieChart.type.d.ts.map +1 -1
- package/dist/cjs/charts/pieChart/pieChartStructure.d.ts.map +1 -1
- package/dist/cjs/charts/pieChart/pieChartStructure.js +12 -2
- package/dist/cjs/types/errors.type.d.ts +3 -0
- package/dist/cjs/types/errors.type.d.ts.map +1 -1
- package/dist/cjs/types/errors.type.js +4 -0
- package/dist/cjs/utils/buildErrors/buildErrors.d.ts +11 -0
- package/dist/cjs/utils/buildErrors/buildErrors.d.ts.map +1 -1
- package/dist/cjs/utils/buildErrors/buildErrors.js +5 -0
- package/dist/cjs/utils/buildErrors/charts/buildPieChartErrors.d.ts +37 -0
- package/dist/cjs/utils/buildErrors/charts/buildPieChartErrors.d.ts.map +1 -0
- package/dist/cjs/utils/buildErrors/charts/buildPieChartErrors.js +36 -0
- package/dist/cjs/utils/buildErrors/constants/errorMessages/pieChartErrorMessages.d.ts +13 -0
- package/dist/cjs/utils/buildErrors/constants/errorMessages/pieChartErrorMessages.d.ts.map +1 -0
- package/dist/cjs/utils/buildErrors/constants/errorMessages/pieChartErrorMessages.js +20 -0
- package/dist/cjs/utils/buildErrors/constants/errors/pieChartErrors.d.ts +14 -0
- package/dist/cjs/utils/buildErrors/constants/errors/pieChartErrors.d.ts.map +1 -0
- package/dist/cjs/utils/buildErrors/constants/errors/pieChartErrors.js +25 -0
- package/dist/esm/charts/barChart/fragments/barChartPath.d.ts.map +1 -1
- package/dist/esm/charts/barChart/fragments/barChartPath.js +12 -7
- package/dist/esm/charts/barChart/fragments/barChartSeparator.d.ts.map +1 -1
- package/dist/esm/charts/barChart/fragments/barChartSeparator.js +20 -8
- package/dist/esm/charts/constants/chartDefaults.d.ts +20 -0
- package/dist/esm/charts/constants/chartDefaults.d.ts.map +1 -1
- package/dist/esm/charts/constants/chartDefaults.js +20 -0
- package/dist/esm/charts/lineChart/fragments/lineChartPath.d.ts.map +1 -1
- package/dist/esm/charts/lineChart/fragments/lineChartPath.js +15 -8
- package/dist/esm/charts/lineChart/fragments/lineChartProjection.d.ts.map +1 -1
- package/dist/esm/charts/lineChart/fragments/lineChartProjection.js +10 -7
- package/dist/esm/charts/lineChart/fragments/lineChartSeparator.d.ts.map +1 -1
- package/dist/esm/charts/lineChart/fragments/lineChartSeparator.js +20 -8
- package/dist/esm/charts/pieChart/context/buildPieContextValue.d.ts +3 -1
- package/dist/esm/charts/pieChart/context/buildPieContextValue.d.ts.map +1 -1
- package/dist/esm/charts/pieChart/context/buildPieContextValue.js +15 -3
- package/dist/esm/charts/pieChart/fragments/pieChartPath.d.ts.map +1 -1
- package/dist/esm/charts/pieChart/fragments/pieChartPath.js +31 -3
- package/dist/esm/charts/pieChart/fragments/pieChartSegment.d.ts.map +1 -1
- package/dist/esm/charts/pieChart/fragments/pieChartSegment.js +58 -1
- package/dist/esm/charts/pieChart/pieChart.type.d.ts +7 -0
- package/dist/esm/charts/pieChart/pieChart.type.d.ts.map +1 -1
- package/dist/esm/charts/pieChart/pieChartStructure.d.ts.map +1 -1
- package/dist/esm/charts/pieChart/pieChartStructure.js +12 -2
- package/dist/esm/types/errors.type.d.ts +3 -0
- package/dist/esm/types/errors.type.d.ts.map +1 -1
- package/dist/esm/types/errors.type.js +4 -0
- package/dist/esm/utils/buildErrors/buildErrors.d.ts +11 -0
- package/dist/esm/utils/buildErrors/buildErrors.d.ts.map +1 -1
- package/dist/esm/utils/buildErrors/buildErrors.js +5 -0
- package/dist/esm/utils/buildErrors/charts/buildPieChartErrors.d.ts +37 -0
- package/dist/esm/utils/buildErrors/charts/buildPieChartErrors.d.ts.map +1 -0
- package/dist/esm/utils/buildErrors/charts/buildPieChartErrors.js +36 -0
- package/dist/esm/utils/buildErrors/constants/errorMessages/pieChartErrorMessages.d.ts +13 -0
- package/dist/esm/utils/buildErrors/constants/errorMessages/pieChartErrorMessages.d.ts.map +1 -0
- package/dist/esm/utils/buildErrors/constants/errorMessages/pieChartErrorMessages.js +20 -0
- package/dist/esm/utils/buildErrors/constants/errors/pieChartErrors.d.ts +14 -0
- package/dist/esm/utils/buildErrors/constants/errors/pieChartErrors.d.ts.map +1 -0
- package/dist/esm/utils/buildErrors/constants/errors/pieChartErrors.js +25 -0
- package/dist/kubit-ui-web-react-charts.cjs.js +1 -1
- package/dist/kubit-ui-web-react-charts.es.js +1 -1
- package/dist/kubit-ui-web-react-charts.umd.js +1 -1
- package/dist/types/charts/barChart/fragments/barChartPath.d.ts.map +1 -1
- package/dist/types/charts/barChart/fragments/barChartSeparator.d.ts.map +1 -1
- package/dist/types/charts/constants/chartDefaults.d.ts +20 -0
- package/dist/types/charts/constants/chartDefaults.d.ts.map +1 -1
- package/dist/types/charts/lineChart/fragments/lineChartPath.d.ts.map +1 -1
- package/dist/types/charts/lineChart/fragments/lineChartProjection.d.ts.map +1 -1
- package/dist/types/charts/lineChart/fragments/lineChartSeparator.d.ts.map +1 -1
- package/dist/types/charts/pieChart/context/buildPieContextValue.d.ts +3 -1
- package/dist/types/charts/pieChart/context/buildPieContextValue.d.ts.map +1 -1
- package/dist/types/charts/pieChart/fragments/pieChartPath.d.ts.map +1 -1
- package/dist/types/charts/pieChart/fragments/pieChartSegment.d.ts.map +1 -1
- package/dist/types/charts/pieChart/pieChart.type.d.ts +7 -0
- package/dist/types/charts/pieChart/pieChart.type.d.ts.map +1 -1
- package/dist/types/charts/pieChart/pieChartStructure.d.ts.map +1 -1
- package/dist/types/types/errors.type.d.ts +3 -0
- package/dist/types/types/errors.type.d.ts.map +1 -1
- package/dist/types/utils/buildErrors/buildErrors.d.ts +11 -0
- package/dist/types/utils/buildErrors/buildErrors.d.ts.map +1 -1
- package/dist/types/utils/buildErrors/charts/buildPieChartErrors.d.ts +37 -0
- package/dist/types/utils/buildErrors/charts/buildPieChartErrors.d.ts.map +1 -0
- package/dist/types/utils/buildErrors/constants/errorMessages/pieChartErrorMessages.d.ts +13 -0
- package/dist/types/utils/buildErrors/constants/errorMessages/pieChartErrorMessages.d.ts.map +1 -0
- package/dist/types/utils/buildErrors/constants/errors/pieChartErrors.d.ts +14 -0
- package/dist/types/utils/buildErrors/constants/errors/pieChartErrors.d.ts.map +1 -0
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof define&&define.amd?define(["exports"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).KubitCharts={})}(this,function(e){"use strict";var t,r,a,n,i={exports:{}},o={},s={exports:{}},c={};function d(){return r||(r=1,s.exports=function(){if(t)return c;t=1;var e=Symbol.for("react.element"),r=Symbol.for("react.portal"),a=Symbol.for("react.fragment"),n=Symbol.for("react.strict_mode"),i=Symbol.for("react.profiler"),o=Symbol.for("react.provider"),s=Symbol.for("react.context"),d=Symbol.for("react.forward_ref"),l=Symbol.for("react.suspense"),u=Symbol.for("react.memo"),h=Symbol.for("react.lazy"),f=Symbol.iterator,p={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},x=Object.assign,R={};function g(e,t,r){this.props=e,this.context=t,this.refs=R,this.updater=r||p}function A(){}function _(e,t,r){this.props=e,this.context=t,this.refs=R,this.updater=r||p}g.prototype.isReactComponent={},g.prototype.setState=function(e,t){if("object"!=typeof e&&"function"!=typeof e&&null!=e)throw Error("setState(...): takes an object of state variables to update or a function which returns an object of state variables.");this.updater.enqueueSetState(this,e,t,"setState")},g.prototype.forceUpdate=function(e){this.updater.enqueueForceUpdate(this,e,"forceUpdate")},A.prototype=g.prototype;var T=_.prototype=new A;T.constructor=_,x(T,g.prototype),T.isPureReactComponent=!0;var E=Array.isArray,y=Object.prototype.hasOwnProperty,v={current:null},m={key:!0,ref:!0,__self:!0,__source:!0};function C(t,r,a){var n,i={},o=null,s=null;if(null!=r)for(n in void 0!==r.ref&&(s=r.ref),void 0!==r.key&&(o=""+r.key),r)y.call(r,n)&&!m.hasOwnProperty(n)&&(i[n]=r[n]);var c=arguments.length-2;if(1===c)i.children=a;else if(1<c){for(var d=Array(c),l=0;l<c;l++)d[l]=arguments[l+2];i.children=d}if(t&&t.defaultProps)for(n in c=t.defaultProps)void 0===i[n]&&(i[n]=c[n]);return{$$typeof:e,type:t,key:o,ref:s,props:i,_owner:v.current}}function S(t){return"object"==typeof t&&null!==t&&t.$$typeof===e}var I=/\/+/g;function $(e,t){return"object"==typeof e&&null!==e&&null!=e.key?function(e){var t={"=":"=0",":":"=2"};return"$"+e.replace(/[=:]/g,function(e){return t[e]})}(""+e.key):t.toString(36)}function N(t,a,n,i,o){var s=typeof t;"undefined"!==s&&"boolean"!==s||(t=null);var c=!1;if(null===t)c=!0;else switch(s){case"string":case"number":c=!0;break;case"object":switch(t.$$typeof){case e:case r:c=!0}}if(c)return o=o(c=t),t=""===i?"."+$(c,0):i,E(o)?(n="",null!=t&&(n=t.replace(I,"$&/")+"/"),N(o,a,n,"",function(e){return e})):null!=o&&(S(o)&&(o=function(t,r){return{$$typeof:e,type:t.type,key:r,ref:t.ref,props:t.props,_owner:t._owner}}(o,n+(!o.key||c&&c.key===o.key?"":(""+o.key).replace(I,"$&/")+"/")+t)),a.push(o)),1;if(c=0,i=""===i?".":i+":",E(t))for(var d=0;d<t.length;d++){var l=i+$(s=t[d],d);c+=N(s,a,n,l,o)}else if(l=function(e){return null===e||"object"!=typeof e?null:"function"==typeof(e=f&&e[f]||e["@@iterator"])?e:null}(t),"function"==typeof l)for(t=l.call(t),d=0;!(s=t.next()).done;)c+=N(s=s.value,a,n,l=i+$(s,d++),o);else if("object"===s)throw a=String(t),Error("Objects are not valid as a React child (found: "+("[object Object]"===a?"object with keys {"+Object.keys(t).join(", ")+"}":a)+"). If you meant to render a collection of children, use an array instead.");return c}function k(e,t,r){if(null==e)return e;var a=[],n=0;return N(e,a,"","",function(e){return t.call(r,e,n++)}),a}function L(e){if(-1===e._status){var t=e._result;(t=t()).then(function(t){0!==e._status&&-1!==e._status||(e._status=1,e._result=t)},function(t){0!==e._status&&-1!==e._status||(e._status=2,e._result=t)}),-1===e._status&&(e._status=0,e._result=t)}if(1===e._status)return e._result.default;throw e._result}var b={current:null},O={transition:null},H={ReactCurrentDispatcher:b,ReactCurrentBatchConfig:O,ReactCurrentOwner:v};function w(){throw Error("act(...) is not supported in production builds of React.")}return c.Children={map:k,forEach:function(e,t,r){k(e,function(){t.apply(this,arguments)},r)},count:function(e){var t=0;return k(e,function(){t++}),t},toArray:function(e){return k(e,function(e){return e})||[]},only:function(e){if(!S(e))throw Error("React.Children.only expected to receive a single React element child.");return e}},c.Component=g,c.Fragment=a,c.Profiler=i,c.PureComponent=_,c.StrictMode=n,c.Suspense=l,c.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=H,c.act=w,c.cloneElement=function(t,r,a){if(null==t)throw Error("React.cloneElement(...): The argument must be a React element, but you passed "+t+".");var n=x({},t.props),i=t.key,o=t.ref,s=t._owner;if(null!=r){if(void 0!==r.ref&&(o=r.ref,s=v.current),void 0!==r.key&&(i=""+r.key),t.type&&t.type.defaultProps)var c=t.type.defaultProps;for(d in r)y.call(r,d)&&!m.hasOwnProperty(d)&&(n[d]=void 0===r[d]&&void 0!==c?c[d]:r[d])}var d=arguments.length-2;if(1===d)n.children=a;else if(1<d){c=Array(d);for(var l=0;l<d;l++)c[l]=arguments[l+2];n.children=c}return{$$typeof:e,type:t.type,key:i,ref:o,props:n,_owner:s}},c.createContext=function(e){return(e={$$typeof:s,_currentValue:e,_currentValue2:e,_threadCount:0,Provider:null,Consumer:null,_defaultValue:null,_globalName:null}).Provider={$$typeof:o,_context:e},e.Consumer=e},c.createElement=C,c.createFactory=function(e){var t=C.bind(null,e);return t.type=e,t},c.createRef=function(){return{current:null}},c.forwardRef=function(e){return{$$typeof:d,render:e}},c.isValidElement=S,c.lazy=function(e){return{$$typeof:h,_payload:{_status:-1,_result:e},_init:L}},c.memo=function(e,t){return{$$typeof:u,type:e,compare:void 0===t?null:t}},c.startTransition=function(e){var t=O.transition;O.transition={};try{e()}finally{O.transition=t}},c.unstable_act=w,c.useCallback=function(e,t){return b.current.useCallback(e,t)},c.useContext=function(e){return b.current.useContext(e)},c.useDebugValue=function(){},c.useDeferredValue=function(e){return b.current.useDeferredValue(e)},c.useEffect=function(e,t){return b.current.useEffect(e,t)},c.useId=function(){return b.current.useId()},c.useImperativeHandle=function(e,t,r){return b.current.useImperativeHandle(e,t,r)},c.useInsertionEffect=function(e,t){return b.current.useInsertionEffect(e,t)},c.useLayoutEffect=function(e,t){return b.current.useLayoutEffect(e,t)},c.useMemo=function(e,t){return b.current.useMemo(e,t)},c.useReducer=function(e,t,r){return b.current.useReducer(e,t,r)},c.useRef=function(e){return b.current.useRef(e)},c.useState=function(e){return b.current.useState(e)},c.useSyncExternalStore=function(e,t,r){return b.current.useSyncExternalStore(e,t,r)},c.useTransition=function(){return b.current.useTransition()},c.version="18.3.1",c}()),s.exports}var l=(n||(n=1,i.exports=function(){if(a)return o;a=1;var e=d(),t=Symbol.for("react.element"),r=Symbol.for("react.fragment"),n=Object.prototype.hasOwnProperty,i=e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,s={key:!0,ref:!0,__self:!0,__source:!0};function c(e,r,a){var o,c={},d=null,l=null;for(o in void 0!==a&&(d=""+a),void 0!==r.key&&(d=""+r.key),void 0!==r.ref&&(l=r.ref),r)n.call(r,o)&&!s.hasOwnProperty(o)&&(c[o]=r[o]);if(e&&e.defaultProps)for(o in r=e.defaultProps)void 0===c[o]&&(c[o]=r[o]);return{$$typeof:t,type:e,key:d,ref:l,props:c,_owner:i.current}}return o.Fragment=r,o.jsx=c,o.jsxs=c,o}()),i.exports),u=d();const h=u.forwardRef(({ariaHidden:e,ariaLabel:t,backgroundColor:r,caption:a,children:n,className:i,dataTestId:o,height:s,imageSrc:c,overflow:d,radius:u="0px",role:h,tabIndex:f,viewBox:p,width:x,...R},g)=>l.jsxs("svg",{ref:g,"aria-hidden":e,"aria-label":t,className:i,"data-testid":o,height:s,role:h,style:{backgroundColor:r,borderRadius:u,overflow:d},tabIndex:f,viewBox:p,width:x,onMouseDown:e=>e.preventDefault(),...R,children:[a&&l.jsx("title",{children:a}),c&&l.jsx("image",{height:s,href:c,width:x,x:"0",y:"0"}),n]})),f=(e,t,r=0)=>`${-r} ${-r} ${e} ${t}`,p={extraSpace:0,height:80,width:100},x=e=>{const t=new Map,r=()=>{const e={};return t.forEach((t,r)=>{e[r]=t}),e};return{addError:(a,n)=>{if(!n)return;const i={...n,type:a},o=t.get(a)||[];if(o.push(i),t.set(a,o),e){const t=r(),a={};Object.entries(t).forEach(([e,t])=>{const r=e;Array.isArray(t)&&t.length,a[r]=t}),e(a)}},clearErrors:()=>{t.clear(),e&&e({})},getAccumulatedErrors:r}},R=e=>JSON.stringify(e),g="%",A="rem",_=/^(\d+(\.\d+)?)(px|rem|%)?$/,T=e=>{if("number"==typeof e)return e;const t=e.match(_);if(!t)throw new Error(`Invalid string format: "${e}"`);const r=t[1];return t[3]===A?16*parseFloat(r):parseFloat(r)},E=u.createContext({}),y={HORIZONTAL:"HORIZONTAL",VERTICAL:"VERTICAL"},v={BAR_CHART_CONTEXT_ERROR:"BAR_CHART_CONTEXT_ERROR",BAR_CHART_PATH_ERROR:"BAR_CHART_PATH_ERROR",BAR_CHART_SEPARATOR_ERROR:"BAR_CHART_SEPARATOR_ERROR",BAR_CHART_X_AXIS_ERROR:"BAR_CHART_X_AXIS_ERROR",BAR_CHART_Y_AXIS_ERROR:"BAR_CHART_Y_AXIS_ERROR",GENERIC:"GENERIC",LINE_CHART_CONTEXT_ERROR:"LINE_CHART_CONTEXT_ERROR",LINE_CHART_PATH_ERROR:"LINE_CHART_PATH_ERROR",LINE_CHART_PROJECTION_ERROR:"LINE_CHART_PROJECTION_ERROR",LINE_CHART_SEPARATOR_ERROR:"LINE_CHART_SEPARATOR_ERROR",LINE_CHART_X_AXIS_ERROR:"LINE_CHART_X_AXIS_ERROR",LINE_CHART_Y_AXIS_ERROR:"LINE_CHART_Y_AXIS_ERROR"},m={BOTTOM:"BOTTOM",CENTER:"CENTER",CUSTOM:"CUSTOM",LEFT:"LEFT",RIGHT:"RIGHT",TOP:"TOP"},C=Object.entries({BAR_CHART_AXIS_INSUFFICIENT_TICKS:"Axis requires at least two ticks for proper bar scaling",BAR_CHART_AXIS_INVALID_SCALE:"Invalid axis scale for current bar values",BAR_CHART_DISTRIBUTION_INSUFFICIENT_SPACE:"Insufficient space for bar distribution with current configuration",BAR_CHART_DISTRIBUTION_INVALID_GAP:"Invalid gap between bars - must be >= 0 and allow bar rendering",BAR_CHART_DISTRIBUTION_OVERLAP:"Bar distribution results in overlapping bars",BAR_CHART_EMPTY_DATA:"No valid data entries found for bar chart rendering",BAR_CHART_INSUFFICIENT_SPACE_HEIGHT:"Insufficient height to render bars. Consider reducing bar count or increasing chart height",BAR_CHART_INSUFFICIENT_SPACE_WIDTH:"Insufficient width to render bars. Consider reducing bar width or increasing chart width",BAR_CHART_INVALID_VALUE:"Bar value must be a valid number for rendering",BAR_CHART_NEGATIVE_VALUE:"Negative values are not supported in this bar configuration",BAR_CHART_NO_DATA:"Data validation failed: no data provided for bar chart rendering",BAR_CHART_OVERLAP:"Bars are overlapping due to insufficient spacing",BAR_CHART_SEPARATOR_X_OUT_OF_RANGE:"Separator X position is outside valid bar range",BAR_CHART_SEPARATOR_Y_OUT_OF_RANGE:"Separator Y position is outside valid bar range",BAR_CHART_STACK_INVALID:"Invalid stacking configuration - all bars in stack must have consistent configuration",BAR_CHART_STACK_MISSING_VALUES:"Stack is incomplete - all bars in stack must have valid values"}).reduce((e,[t,r])=>(e[t]=new Error(r),e),{}),S=Object.entries({LINE_CHART_INVALID_CANVAS:"Canvas dimensions validation failed: both width and height must be > 0",LINE_CHART_NO_DATA:"Data validation failed: no data provided for chart rendering",LINE_CHART_PATH_ALL_VALUES_NULL:"Path data cannot be generated - all Y values are null or undefined",LINE_CHART_PATH_INSUFFICIENT_POINTS:"Unable to calculate curved path with insufficient points (minimum 2 required)",LINE_CHART_PATH_INVALID_DATAKEY:"DataKey must be a valid string",LINE_CHART_PROJECTION_INVALID_BOUNDS:"Invalid projection bounds - upper projection must be below lower projection",LINE_CHART_PROJECTION_LOWER_X_OUT_OF_RANGE:"Lower projection X coordinate is outside valid range (0-100)",LINE_CHART_PROJECTION_LOWER_Y_OUT_OF_RANGE:"Lower projection Y coordinate is outside chart area",LINE_CHART_PROJECTION_UPPER_X_OUT_OF_RANGE:"Upper projection X coordinate is outside valid range (0-100)",LINE_CHART_PROJECTION_UPPER_Y_OUT_OF_RANGE:"Upper projection Y coordinate is outside chart area",LINE_CHART_SEPARATOR_INVALID_COORDINATES:"Invalid separator position - coordinates overlap, cannot render separator",LINE_CHART_SEPARATOR_INVALID_X_BREAK_AXIS:"Invalid xBreakAxis value: cannot be parsed as number",LINE_CHART_SEPARATOR_INVALID_Y_BREAK_AXIS:"Invalid yBreakAxis value: cannot be parsed as number",LINE_CHART_SEPARATOR_X_OUT_OF_RANGE:"xBreakAxis value is outside data range",LINE_CHART_SEPARATOR_Y_OUT_OF_RANGE:"yBreakAxis value is outside data range",LINE_CHART_SINGLE_POINT:"Data validation failed: single data point provided, minimum 2 required for line chart",LINE_CHART_X_AXIS_IDENTICAL_VALUES:"X-axis range validation failed: minimum and maximum values are identical, cannot render chart line",LINE_CHART_X_AXIS_INSUFFICIENT_TICKS:"X-axis tick calculation: insufficient data points (1/2 minimum required)",LINE_CHART_X_AXIS_ZERO_LENGTH:"X-axis geometry validation failed: start and end X coordinates are identical (x1=x2), axis has zero length",LINE_CHART_Y_AXIS_IDENTICAL_VALUES:"Y-axis range validation failed: minimum and maximum values are identical, cannot render chart line",LINE_CHART_Y_AXIS_INSUFFICIENT_TICKS:"Y-axis tick calculation: insufficient data points (1/2 minimum required)",LINE_CHART_Y_AXIS_ZERO_LENGTH:"Y-axis geometry validation failed: start and end Y coordinates are identical (y1=y2), axis has zero length"}).reduce((e,[t,r])=>(e[t]=new Error(r),e),{}),I=(e,t)=>new Error(`Invalid value "${e}" for bar with dataKey "${t}". Must be a valid number.`),$=(e,t)=>new Error(`Negative value ${e} not allowed for bar with dataKey "${t}" in current configuration`),N="INVALID_X_TICK",k="BAR_CHART_NO_DATA",L="LINE_CHART_NO_DATA",b="LINE_CHART_PATH_ALL_VALUES_NULL",O="LINE_CHART_PATH_INSUFFICIENT_POINTS",H="LINE_CHART_PATH_INVALID_DATAKEY",w="LINE_CHART_SEPARATOR_INVALID_COORDINATES",j="LINE_CHART_SINGLE_POINT",B="LINE_CHART_X_AXIS_IDENTICAL_VALUES",D="LINE_CHART_X_AXIS_INSUFFICIENT_TICKS",M="LINE_CHART_X_AXIS_ZERO_LENGTH",P="LINE_CHART_Y_AXIS_IDENTICAL_VALUES",X="LINE_CHART_Y_AXIS_INSUFFICIENT_TICKS",F="LINE_CHART_Y_AXIS_ZERO_LENGTH",W={...C,...S,INVALID_X_TICK:new Error("[getXTicks] Invalid X tick values calculated")},V=e=>W[e],Y=e=>new Error(`DataKey "${e}" not found in dataset`),K=(e,t)=>new Error(`Canvas dimensions validation failed: width=${e}, height=${t} (both must be > 0)`),U=e=>new Error(`Invalid xBreakAxis value: '${e}' cannot be parsed as number`),z=e=>new Error(`Invalid yBreakAxis value: '${e}' cannot be parsed as number`),G=(e,t,r)=>new Error(`xBreakAxis value ${e} is outside data range (${t} - ${r})`),Z=(e,t,r)=>new Error(`yBreakAxis value ${e} is outside data range (${t} - ${r})`),q=({canvasHeight:e,canvasWidth:t,customBreakAxis:r,extraSpaceBottomY:a,extraSpaceLeftX:n,extraSpaceRightX:i,extraSpaceTopY:o,position:s})=>s===m.TOP?{x1:n,x2:t-i,y1:o,y2:o}:s===m.CENTER?{x1:n,x2:t-i,y1:e/2,y2:e/2}:s===m.CUSTOM?{x1:n,x2:t-i,y1:r,y2:r}:{x1:n,x2:t-i,y1:e-a,y2:e-a},J=({canvasHeight:e,canvasWidth:t,customBreakAxis:r,extraSpaceBottomY:a,extraSpaceLeftX:n,extraSpaceRightX:i,extraSpaceTopY:o,position:s})=>s===m.RIGHT?{x1:t-i,x2:t-i,y1:o,y2:e-a}:s===m.CENTER?{x1:t/2,x2:t/2,y1:o,y2:e-a}:s===m.CUSTOM?{x1:r,x2:r,y1:o,y2:e-a}:{x1:n,x2:n,y1:o,y2:e-a},Q=(e,t,r)=>t.map(t=>{if(isNaN(Number(t))){const r=e.find(e=>String(e.value)===String(t));return r?r.position:0}const{index:a,tick:n}=e.reduce((e,r,a)=>Math.abs(Number(r.value)-Number(t))<=Math.abs(Number(e.tick.value)-Number(t))?{index:a,tick:r}:e,{index:0,tick:e[0]}),i=Number(t),o=Number(n.value);if(i!==o){const t=e.map(e=>Number(e.value)),s=Math.min(...t),c=Math.max(...t);if(i<s)return e.at(0)?.position;if(i>c)return e.at(-1)?.position;const d=Math.abs(o-i),l=i>o,u=l?e[a+1]:e[a-1],h=100*d/Math.abs(Number(u.value)-o),f=Math.abs(n.position-u.position)*h/100;return r?l?n.position+f:n.position-f:l?n.position-f:n.position+f}return n.position}),ee=({initPos:e,maxSpaceAvailable:t,otherAxisSpace:r,securitySpace:a,tickValues:n})=>{const i=n.length-1,o=(t-r-a)/i;return n.map((t,r)=>({position:e+r*o+a/2,value:t}))},te=({initPos:e,maxSpaceAvailable:t,needAjusted:r,otherAxisSpace:a,securitySpace:n,tickValues:i})=>{const o=(t-a-n)/(i.length-1),s=r?n/2:0;return i.map((t,r)=>({position:e-r*o-s,value:t}))},re="0",ae="1",ne="fallbackData";(()=>{if("undefined"!=typeof globalThis&&"process"in globalThis){const e=globalThis.process;return"production"===e?.env?.NODE_ENV}})();const ie=e=>e?Object.entries(e).reduce((e,[t,r])=>((t.startsWith("aria-")||t.startsWith("data-"))&&null!=r&&(e[t]=String(r)),e),{}):{},oe=({height:e="140%",width:t="140%",x:r="-20%",y:a="-20%",...n})=>l.jsx("defs",{children:l.jsx("filter",{height:e,id:n.id,width:t,x:r,y:a,children:l.jsx("feDropShadow",{...n.shadowSvgConfig})})}),se=-1/0,ce=u.forwardRef(({dataTestId:e,position:t,size:r=1,...a},n)=>l.jsx("circle",{...a,ref:n,cx:t?.x,cy:t?.y,"data-testid":`${e}-circle`,r:r/2})),de=(e,t,r,a,n)=>{let i="";const o=a===n,s=o?r:2*r;for(let r=0;r<s;r++){const c=o||r%2==0?a:n,d=2*Math.PI/s*r-Math.PI/2;i+=`${e+Math.cos(d)*c},${t+Math.sin(d)*c} `}return i.trim()},le=u.forwardRef(({dataTestId:e,position:t={x:0,y:0},size:r=1,...a},n)=>{const i=de(t.x,t.y,6,r/2,r/2);return l.jsx("polygon",{...a,ref:n,"data-testid":`${e}-hexagon`,points:i})}),ue=u.forwardRef(({dataTestId:e,position:t={x:0,y:0},size:r=1,...a},n)=>{const i=de(t.x,t.y,5,r/2,r/2);return l.jsx("polygon",{...a,ref:n,"data-testid":`${e}-pentagon`,points:i})}),he=u.forwardRef(({dataTestId:e,position:t={x:0,y:0},size:r=1,...a},n)=>l.jsx("rect",{...a,ref:n,"data-testid":`${e}-square`,height:r,width:r,x:t.x-r/2,y:t.y-r/2})),fe=u.forwardRef(({dataTestId:e,position:t={x:0,y:0},size:r=1,...a},n)=>{const i=r/2,o=i/2,s=de(t.x,t.y,5,i,o);return l.jsx("polygon",{...a,ref:n,"data-testid":`${e}-star`,points:s})}),pe=u.forwardRef(({dataTestId:e,position:t={x:0,y:0},size:r=1,...a},n)=>{const i=`M ${t.x-r/2} ${t.y} H ${t.x+r/2} M ${t.x} ${t.y-r/2} V ${t.y+r/2}`;return l.jsx("path",{...a,ref:n,d:i,"data-testid":`${e}-straight`,strokeWidth:2})}),xe=u.forwardRef(({dataTestId:e,position:t={x:0,y:0},size:r=1,...a},n)=>{const i=[`${t.x},${t.y-r/2}`,`${t.x-r/2},${t.y+r/2}`,`${t.x+r/2},${t.y+r/2}`].join(" ");return l.jsx("polygon",{...a,ref:n,"data-testid":`${e}-triangle`,points:i})}),Re={Circle:"circle",Hexagon:"hexagon",Pentagon:"pentagon",Square:"square",Star:"star",Straight:"straight",Triangle:"triangle"},ge={[Re.Circle]:ce,[Re.Hexagon]:le,[Re.Pentagon]:ue,[Re.Square]:he,[Re.Star]:fe,[Re.Straight]:pe,[Re.Triangle]:xe},Ae=u.forwardRef(({dataTestId:e="node",haloConfig:t,hasHalo:r=!1,onBlur:a,onClick:n,onDoubleClick:i,onFocus:o,onKeyDown:s,onMouseEnter:c,onMouseLeave:d,position:h={x:0,y:0},size:f=1,type:p=Re.Circle,...x},R)=>{const[g,A]=(e=>{const t=u.useRef(!1),r=u.useRef(null);u.useImperativeHandle(e,()=>r.current,[]);const a=e=>{t.current=!!e.autoClick};return u.useEffect(()=>{if(!r.current)return;const e=r.current;return e.addEventListener("click",a),()=>e.removeEventListener("click",a)},[]),[r,t]})(R),_={...x,className:`node ${x.className}`,onBlur:e=>{a?.(e)},onClick:e=>{n?.(e,{...x.data,nodePosition:h},A.current)},onDoubleClick:e=>{i?.(e,x.data)},onFocus:e=>{o?.(e,x.data)},onKeyDown:e=>{"Enter"===e.key&&s?.(e,x.data)},onMouseEnter:e=>{c?.(e,x.data)},onMouseLeave:e=>{d?.(e)}},T={className:x.className,fill:t?.fill||x.fill,fillOpacity:t?.fillOpacity||.25,opacity:t?.opacity||.3,stroke:t?.stroke||x.stroke,strokeWidth:t?.strokeWidth||x.strokeWidth},E=ge[p];return l.jsxs(l.Fragment,{children:[r&&l.jsx(E,{...T,"aria-hidden":"true",dataTestId:`${e}-halo`,position:h,size:f+f/2,tabIndex:-1}),l.jsx(E,{..._,ref:g,dataTestId:e,position:h,size:f})]})}),_e=u.forwardRef(({data:e,nodeConfig:t,tabIndex:r=0,x:a,y:n},i)=>{const o=t?ie(t):{};if(o["aria-label"]&&e&&"string"==typeof o["aria-label"]){const t=o["aria-label"];if(t.includes("{{")){const r=((e,t,r)=>{if(!e)return;const a=r??t.dataValue,n=Array.isArray(a)?a[t.index]:void 0,{xValue:i,yValue:o}=((e,t)=>({xValue:e&&t.xKey?e[t.xKey]?.toString()??"":"",yValue:e&&t.dataKey?e[t.dataKey]?.toString()??"":""}))(n,t);return((e,t,r,a)=>{let n=e;return void 0!==t.dataKey&&(n=n.replace(new RegExp("{{dataKey}}","g"),t.dataKey)),n=n.replace(new RegExp("{{xValue}}","g"),r),n=n.replace(new RegExp("{{yValue}}","g"),a),void 0!==t.index&&(n=n.replace(new RegExp("{{index}}","g"),(t.index+1).toString())),n})(e,t,i,o)})(t,{dataKey:e.dataKey,dataValue:e.dataValue,index:e.index??0,xKey:e.xKey},e.dataValue);r&&(o["aria-label"]=r)}}return l.jsx(l.Fragment,{children:t&&l.jsx(Ae,{...t,ref:i,...o,className:"node-path-focus-border",data:e,hasHalo:t.hasHalo,position:{x:a,y:n},tabIndex:r})})}),Te=u.forwardRef(({classNames:e="",fill:t="transparent",stroke:r="#0000FF",strokeWidth:a="1",focusConfig:n={stroke:"#0000FF",strokeWidth:"0.5"},hoverConfig:i={stroke:"#0000FF",strokeWidth:"0.5"},role:o="img",...s},c)=>{const{handleBlur:d,handleFocus:h,isFocused:f}=((e,t)=>{const[r,a]=u.useState(!1),n=u.useCallback(t=>{a(!0),e?.(t)},[e]);return{handleBlur:u.useCallback(e=>{a(!1),t?.(e)},[t]),handleFocus:n,isFocused:r}})(s.onFocus,s.onBlur),{handleMouseEnter:p,handleMouseLeave:x,isHovered:R}=((e,t)=>{const[r,a]=u.useState(!1);return{handleMouseEnter:u.useCallback(t=>{a(!0),e?.(t)},[e]),handleMouseLeave:u.useCallback(e=>{a(!1),t?.(e)},[t]),isHovered:r}})(s.onMouseEnter,s.onMouseLeave),g=u.useRef(null),A=u.useRef([]),_=u.useRef(null);u.useImperativeHandle(c,()=>({get main(){return _.current},get node(){return A.current},get path(){return g.current}}));const T=s.gradient&&((e,t="gradientePath")=>{const r=e.split(",").map(e=>e.trim()),a=parseInt(r[0],10),n=r.slice(1).map(e=>{const[t,r]=e.split(" ");return{color:t,offset:r}});let i="0%",o="0%",s="0%";switch(a){case 180:s="100%";break;case 90:o="100%";break;case 270:i="100%";break;default:return l.jsx(l.Fragment,{})}return l.jsx("defs",{children:l.jsx("linearGradient",{id:t,x1:i,x2:o,y1:"0%",y2:s,children:n.map((e,t)=>l.jsx("stop",{offset:e.offset,stopColor:e.color},`${t}-${e.offset}`.toString()))})})})(s.gradient),E=ie(s),y={...{...s,classNames:`path ${e}`,fill:T?"url(#gradientePath)":t,filter:"url(#shadow)",role:o,stroke:r,strokeWidth:a},...f&&n,...R&&i};return l.jsxs("g",{ref:_,tabIndex:-1,children:[T&&T,y.shadowSvgConfig&&l.jsx(oe,{id:"shadow",shadowSvgConfig:y.shadowSvgConfig}),l.jsxs("g",{"aria-label":y.ariaLabel,className:y.classNames,"data-draw":!0,filter:y.shadowSvgConfig&&y.filter,opacity:y.opacity,orientation:y.orientation,role:y.role,rotate:y.rotate,tabIndex:y.tabIndex,transform:y.transform,visibility:y.visibility,...E,onBlur:d,onClick:()=>{s.onClick?.(s.dataValue)},onDoubleClick:e=>{s.onDoubleClick?.(e,s.dataValue)},onFocus:h,onKeyDown:e=>{"Enter"===e.key&&s.onKeyDown?.(s.dataValue)},onMouseDown:e=>{e.preventDefault()},onMouseEnter:p,onMouseLeave:x,children:[l.jsx("path",{ref:g,d:y.d,"data-testid":y.dataTestId,fill:y.dFill?"transparent":y.fill,fillOpacity:y.fillOpacity,fillRule:y.fillRule,stroke:y.stroke,strokeDasharray:y.strokeDasharray,strokeDashoffset:y.strokeDashoffset,strokeLinecap:y.strokeLinecap,strokeLinejoin:y.strokeLinejoin,strokeMiterlimit:y.strokeMiterlimit,strokeOpacity:y.strokeOpacity,strokeWidth:y.strokeWidth,children:y.title&&l.jsx("title",{children:y.title})}),y.dFill&&l.jsx("path",{d:y.dFill,fill:y.fill,fillOpacity:y.fillOpacity,fillRule:y.fillRule})]}),y.points&&y.nodeConfig&&y.points.map(([e,t],r)=>{const a={dataKey:y.dataKey,dataValue:y.dataValue,index:r,xKey:y?.xKey};return l.jsx(_e,{ref:e=>A.current[r]=e,data:a,nodeConfig:y.nodeConfig,tabIndex:-1,x:e,y:t},`${r.toString()}`)})]})}),Ee=(e,t,r)=>e?t+r/2:t-r/2,ye=({barConfig:e,currentBars:t,endRounded:r,extraSpacing:a=0,order:n=1,orientation:i,startRounded:o,x1:s,x2:c,y1:d,y2:u})=>{const{barWidth:h,singleConfig:f}=e,p=(({barConfig:e,orientation:t,x1:r,x2:a,y1:n,y2:i})=>{const{gap:o=0,singleConfig:s}=e,c=t===y.HORIZONTAL,d=c?r:n,l=c?a:i,u={end:l<d,start:l>d};return s.reduce((e,t,r)=>{const{coverage:a}=t,n=((e,t)=>e/100*t)(a,l-d),i=0===r?d:Ee(u.start,e[r-1][1],o),c=r+1===s.length?l:Ee(u.end,i+n,o);return e.push([i,c]),e},[])})({barConfig:e,orientation:i,x1:s,x2:c,y1:d,y2:u});return l.jsx("g",{children:f.map((e,x)=>{const[R,g]="HORIZONTAL"===i?p[x]:[s,c],[A,_]="VERTICAL"===i?p[x]:[d,u],T=(({barWidth:e,currentBars:t,endRounded:r=0,extraSpacing:a,order:n,orientation:i,startRounded:o=0,x1:s,x2:c,y1:d,y2:l})=>{let u,h,f,p,x="Z";const R=(({barWidth:e,currentBars:t,extraSpacing:r,order:a,orientation:n})=>{const i=e/2,o=r/2,s=t%2==0,c=s?o:o+i,d=a-Math.ceil(t/2);let l=0;return 0===d?l=s?-o:i:d<0?l=n===y.HORIZONTAL?d*-c+e:d*c:d>0&&(l=n===y.HORIZONTAL?d*-c:d*c+e),l})({barWidth:e,currentBars:t,extraSpacing:a,order:n,orientation:i});if(i===y.HORIZONTAL){const t=s+o,a=c-r;o&&r?(u=`M ${t},${d+R}`,h=`L${a},${l+R}`,f=`Q${c+r} ${l+R-e/2}, ${a} ${l+R-e}`,p=`L${t},${d+R-e}`,x=`Q${s-o} ${d+R-e/2}, ${t} ${d+R}`):o?(u=`M ${t},${d+R}`,h=`L${c},${l+R}`,f=`L${c},${l+R-e}`,p=`L${t},${d+R-e}`,x=`Q${s-o} ${d+R-e/2}, ${t} ${d+R}`):r?(u=`M${s},${d+R}`,h=`L${a},${l+R}`,f=`Q${c+r} ${l+R-e/2}, ${a} ${l+R-e}`,p=`L${s},${d+R-e}`):(u=`M${s},${d+R}`,h=`L${c},${l+R}`,f=`L${c},${l+R-e}`,p=`L${s},${d+R-e}`)}else{const t=d-o,a=l+r;o&&r?(u=`M${s+R}, ${t}`,h=`L${c+R},${a}`,f=`Q${c+R-e/2} ${l-r}, ${c+R-e} ${a}`,p=`L${s+R-e},${t}`,x=`Q${s+R-e/2} ${d+o}, ${s+R} ${t}`):o?(u=`M${s+R}, ${t}`,h=`L${c+R},${l}`,f=`L${c+R-e},${l}`,p=`L${s+R-e},${t}`,x=`Q${s+R-e/2} ${d+o}, ${s+R} ${t}`):r?(u=`M${s+R},${d}`,h=`L${c+R},${a}`,f=`Q${c+R-e/2} ${l-r}, ${c+R-e} ${a}`,p=`L${c+R-e},${d}`):(u=`M${s+R},${d}`,h=`L${c+R},${l}`,f=`L${c+R-e},${l}`,p=`L${s+R-e},${d}`)}return`${u} ${h} ${f} ${p} ${x}`})({barWidth:h,currentBars:t,endRounded:x===f.length-1&&r?r:void 0,extraSpacing:a,order:n,orientation:i,startRounded:0===x&&o?o:void 0,x1:R,x2:g,y1:A,y2:_});return l.jsx(Te,{d:T,fill:e.color,hoverConfig:{stroke:"transparent",strokeWidth:"0"},stroke:"transparent",tabIndex:0,title:e.title},`${e.title}-${x.toString()}`)})})},ve=({barConfig:e,dataIdx:t,dataKey:r,order:a,...n})=>{const{addError:i,xAxisCoordinates:o,yAxisCoordinates:s,...c}=u.useContext(E),{coordinates:d,tickValues:h}=o,{coordinates:f,tickValues:p}=s,x=c.orientation===y.VERTICAL,R=x?c.pKey:r,g=x?r:c.pKey,A=c.data[t],_=A?.[R],T=A?.[g];u.useEffect(()=>{if(c.data.length>0&&!Object.prototype.hasOwnProperty.call(c.data[0],r))return void i?.("BAR_CHART_PATH_ERROR",{error:Y(r)});const e=Number(T);isNaN(e)?i?.("BAR_CHART_PATH_ERROR",{error:I(T,r)}):e<0&&i?.("BAR_CHART_PATH_ERROR",{error:$(e,r)})},[i,c.data,r,T]);const v=Q(h,[String(_)],!0)[0],m=Q(p,[String(T)])[0],C=x?{x1:v,x2:v,y1:d.y1,y2:m}:{x1:f.x1,x2:v,y1:m,y2:m};return l.jsx(ye,{barConfig:e,currentBars:c.barChildrenCount,extraSpacing:c.gapBetweenBars,order:a,orientation:c.orientation,...C,...n})},me=e=>{let t=0;return u.Children.toArray(e).forEach(e=>{u.isValidElement(e)&&e.type===ve&&e.props.order>t&&(t=e.props.order)}),t},Ce=e=>{if(0===e.length)return{numeric:{max:2,min:0,step:1}};const t=Math.min(...e.map(e=>parseFloat(e))),r=Math.max(...e.map(e=>parseFloat(e)));return{numeric:{max:r,min:t,step:Math.abs(r-t)/2}}},Se=()=>"undefined"!=typeof window&&"undefined"!=typeof document,Ie=()=>Se()?document:void 0,$e=e=>{const t=Ie();if(t)return t.createElementNS("http://www.w3.org/2000/svg",e)},Ne=({bound:e,data:t,fontSize:r,svgHeight:a,svgWidth:n,viewBox:i})=>{if(!Se()||!t.length)return 0;const o=Ie();if(!o)return 0;const s=$e("svg");if(!s)return 0;s.setAttribute("style","position: absolute; visibility: hidden; top: -9999px; left: -9999px;"),s.setAttribute("viewBox",i),s.setAttribute("width",n),s.setAttribute("height",a),o.body.appendChild(s);const c=t.map(t=>{const a=$e("text");if(!a)return 0;a.setAttribute("font-size",r),a.textContent=t,s.appendChild(a);const n=a.getBBox()[e];return a.remove(),n});return s.remove(),Math.max(...c,0)},ke=({ariaLabel:e="",className:t="line",dataTestId:r,tabIndex:a=-1,...n})=>l.jsx("line",{...n,"aria-label":e,className:t,"data-testid":r,tabIndex:a}),Le=({children:e,className:t="circle",tabIndex:r=-1,...a})=>l.jsx("text",{className:t,tabIndex:r,...a,children:e}),be=({showTickLines:e,tick:t,tickLine:r,tickText:a})=>l.jsxs("g",{children:[e&&l.jsx(ke,{...r}),a&&l.jsx(Le,{...a,children:t.value})]}),Oe=(e,t,r=1)=>e>=t-r&&e<=t+r,He=e=>{const{ariaLabel:t,className:r,dataTestId:a,opacity:n,stroke:i,strokeDasharray:o,strokeDashoffset:s,strokeLinecap:c,strokeLinejoin:d,strokeOpacity:l,strokeWidth:u,style:h,tabIndex:f,transform:p,x1:x,x2:R,y1:g,y2:A}=e;return{ariaLabel:t,className:r,dataTestId:a,opacity:n,stroke:i,strokeDasharray:o,strokeDashoffset:s,strokeLinecap:c,strokeLinejoin:d,strokeOpacity:l,strokeWidth:u,style:h,tabIndex:f,transform:p,x1:x,x2:R,y1:g,y2:A}},we=({canvasHeight:e=p.height,canvasWidth:t=p.width,cursor:r=0,extraSpace:a={bottom:0,left:0,right:0,top:0},position:n=m.BOTTOM,showTickLines:i=!1,tickLine:o,tickLineHover:s,tickText:c,tickValues:d=[],...u})=>{const h=ie(u);return l.jsxs("g",{...h,children:[l.jsx(ke,{...He(u)}),d&&d.length>0&&d.map((e,t)=>{const a=Oe(r,e.position)&&s?{...o,...s}:o,n="rotate"===c?.transform?`rotate(-30, ${e.position}, ${c.y})`:void 0;return l.jsx(be,{showTickLines:i,tick:e,tickLine:{...a,x1:e.position,x2:e.position},tickText:{...c,transform:n,x:e.position}},`${t.toString()}`)})]})},je=(e,t,r)=>e===m.RIGHT?t+r:t-r,Be=(e,t,r,a)=>e===m.TOP?r:t+r+a,De=({position:e=m.BOTTOM,tickLine:t,tickText:r,...a})=>{const{xAxisCoordinates:{coordinates:n,tickValues:i},...o}=u.useContext(E),s=Be(e,n.y1,Number(r?.fontSize),r?.top??0),c=o.extraSpaceTopY,d=Number(o.canvasHeight)-o.extraSpaceBottomY;return l.jsx(we,{...n,...a,canvasHeight:Number(o.canvasHeight),canvasWidth:Number(o.canvasWidth),dataTestId:`${o.dataTestId}xAxis`,extraSpace:{left:o.extraSpaceLeftX,right:o.extraSpaceRightX},tickLine:{...t,y1:c,y2:d},tickText:{...r,y:s},tickValues:r?i:void 0})},Me=({canvasWidth:e,cursor:t=0,extraSpace:r={bottom:0,left:0,right:0,top:0},position:a=m.LEFT,showTickLines:n=!0,tickLine:i,tickLineHover:o,tickText:s,tickValues:c=[],...d})=>{const u=ie(d);return l.jsxs("g",{...u,children:[l.jsx(ke,{...He(d)}),c&&c.length>0&&c.map((e,r)=>{const a=Oe(t,e.position)&&o?{...i,...o}:i,c="rotate"===s?.transform?`rotate(-30, ${s.x}, ${e.position})`:void 0;return l.jsx(be,{showTickLines:n,tick:e,tickLine:{...a,y1:e.position,y2:e.position},tickText:{...s,transform:c,y:e.position}},`${r.toString()}`)})]})},Pe=(e,t,r)=>{let a=0;switch(e){case"middle":a=t/2+r;break;case"end":a=t+r;break;default:a=0}return a},Xe=({position:e=m.LEFT,tickLine:t,tickText:r,...a})=>{const{yAxisCoordinates:{coordinates:n,tickValues:i},...o}=u.useContext(E),s=r?.textAnchor||"middle",c=(e===m.RIGHT?r?.right:r?.left)??0,d=Pe(s,o.yAxisText,c),h=je(e,n.x1,d);return l.jsx(Me,{...n,...a,canvasHeight:Number(o.canvasHeight),canvasWidth:Number(o.canvasWidth),dataTestId:`${o.dataTestId}yAxis`,tickLine:{...t,x1:o.extraSpaceLeftX,x2:Number(o.canvasWidth)-o.extraSpaceRightX},tickText:{...r,x:h},tickValues:r?i:void 0})},Fe=e=>{if(e.custom)return e.custom?.values;if(e.numeric){const{max:t,min:r=0,step:a}=e.numeric;if(a>=Math.abs(t-r)||a<=0)return[r.toString()];const n=[];for(let e=r;e<=t;e+=a)n.push(e.toString());return n}},We=(e,t)=>e.flatMap(e=>Object.keys(e).filter(r=>r!==t&&"number"==typeof e[r]).map(t=>Number(e[t]))),Ve=(e,t,r,a,n,i,o,s)=>{const{position:c,tickText:d,tickValues:l}=e.props,u=d?.fontSize??0,h=u*a,f=l?Fe(l):t.map(e=>e[r]),p=Ne({bound:"width",data:f,fontSize:u,svgHeight:`${o}`,svgWidth:`${s}`,viewBox:i}),x=n>p?n:p;return{barChartXPosition:c||m.BOTTOM,extraSpaceBottomY:c===m.BOTTOM?h+(d?.top??0):0,extraSpaceTopY:c===m.TOP?h+(d?.bottom??0):0,securityXSpace:x,xBreakAxis:l?.numeric?l.numeric.breakAxis??0:d?.custom?.breakAxis??0,xData:f}},Ye=(e,t,r,a,n,i,o,s)=>{const{position:c,tickText:d,tickValues:l}=e.props,u=d?.fontSize??0,h=u*a,f=l||Ce([...new Set(We(t,r))]),p=Fe(f),x=n>h?n:h,R=Ne({bound:"width",data:p,fontSize:u,svgHeight:`${o}`,svgWidth:`${s}`,viewBox:i});return{barChartYPosition:c||m.LEFT,extraSpaceLeftX:c===m.LEFT?R+(d?.right??0):0,extraSpaceRightX:c===m.RIGHT?R+(d?.left??0):0,securityYSpace:x,yAxisText:R,yBreakAxis:l?.numeric?l.numeric.breakAxis??0:d?.custom?.breakAxis??0,yData:p}},Ke=({addError:e,ajustedX:t,ajustedY:r,canvasHeight:a,canvasWidth:n,children:i,data:o,gapBetweenBars:s,orientation:c,pKey:d,viewBox:l})=>{let h;if(!o||0===o.length){const t={error:V(k)};e?.("BAR_CHART_CONTEXT_ERROR",t),h=t}if(n<=0||a<=0){const t={error:K(n,a)};e?.("BAR_CHART_CONTEXT_ERROR",t),h=t}const f=me(i),p=20*f,x=(f-1)*s,R=c===y.VERTICAL?n:a;if(p+x>R){const t={error:(g=`Insufficient space: requires ${p+x}px but only ${R}px available`,new Error(`Invalid bar distribution for "all": ${g}`))};e?.("BAR_CHART_CONTEXT_ERROR",t),h=t}var g;const A=o&&o.length>0?o:[{[ne]:0,[d]:re},{[ne]:0,[d]:ae}],_=n>0?n:100,T=a>0?a:100,{barChartXPosition:E,barChartYPosition:C,extraSpaceBottomY:S,extraSpaceLeftX:I,extraSpaceRightX:$,extraSpaceTopY:L,securityXSpace:b,securityYSpace:O,xAxisText:H,xBreakAxis:w,xData:j,yAxisText:W,yBreakAxis:Y,yData:U}=(({ajustedX:e,ajustedY:t,canvasHeight:r,canvasWidth:a,children:n,data:i,gapBetweenBars:o,orientation:s,pKey:c,viewBox:d})=>{let l={barChartXPosition:m.BOTTOM,barChartYPosition:m.LEFT,extraSpaceBottomY:0,extraSpaceLeftX:0,extraSpaceRightX:0,extraSpaceTopY:0,securityXSpace:0,securityYSpace:0,xAxisText:0,xBreakAxis:0,xData:[],yAxisText:0,yBreakAxis:0,yData:[]},h=o;const f=[];return u.Children.forEach(n,n=>{if(u.isValidElement(n))if(n.type!==ve||f.includes(n.props.order)||(f.push(n.props.order),h+=n.props.barConfig.barWidth??0),n.type===De){const t=s===y.VERTICAL?h:0;l={...l,...Ve(n,i,c,e,t,d,r,a)}}else if(n.type===Xe){const e=s===y.HORIZONTAL?h:0;l={...l,...Ye(n,i,c,t,e,d,r,a)}}}),l})({ajustedX:t,ajustedY:r,canvasHeight:T,canvasWidth:_,children:i,data:A,gapBetweenBars:s,orientation:c,pKey:d,viewBox:l}),z=E!==m.TOP&&E!==m.BOTTOM,G=ee({initPos:I,maxSpaceAvailable:_,otherAxisSpace:I+$,securitySpace:b,tickValues:j});if((G??[]).some(({position:e})=>isNaN(e))){const t={error:V(N)};e?.("BAR_CHART_CONTEXT_ERROR",t),h=t}if(G){const t=G.length<2,r=G.length>=2&&1===new Set(G.map(e=>e.value)).size;if(t){const t={error:V(D)};e?.("BAR_CHART_X_AXIS_ERROR",t),h||(h=t)}if(r){const t={error:V(B)};e?.("BAR_CHART_X_AXIS_ERROR",t),h||(h=t)}}const Z=C!==m.LEFT&&C!==m.RIGHT,ie=te({initPos:T-S,maxSpaceAvailable:T,needAjusted:c===y.HORIZONTAL,otherAxisSpace:L+S,securitySpace:O,tickValues:U});if(ie){const t=ie.length<2,r=ie.length>=2&&1===new Set(ie.map(e=>e.value)).size;if(t){const t={error:V(X)};e?.("BAR_CHART_Y_AXIS_ERROR",t),h||(h=t)}if(r){const t={error:V(P)};e?.("BAR_CHART_Y_AXIS_ERROR",t),h||(h=t)}}const oe=z?Q(ie||[],[String(w)])[0]:0,se=Z?Q(G||[],[String(Y)])[0]:0,ce=q({canvasHeight:T,canvasWidth:_,customBreakAxis:Number(oe),extraSpaceBottomY:S,extraSpaceLeftX:I,extraSpaceRightX:$,extraSpaceTopY:L,position:E}),de=J({canvasHeight:T,canvasWidth:_,customBreakAxis:Number(se),extraSpaceBottomY:S,extraSpaceLeftX:I,extraSpaceRightX:$,extraSpaceTopY:L,position:C});if(ce.x1===ce.x2){const t={error:V(M)};e?.("BAR_CHART_X_AXIS_ERROR",t),h||(h=t)}if(de.y1===de.y2){const t={error:V(F)};e?.("BAR_CHART_Y_AXIS_ERROR",t),h||(h=t)}const le={addError:e,crossXAxis:z,crossYAxis:Z,data:A,extraSpaceBottomY:S,extraSpaceLeftX:I,extraSpaceRightX:$,extraSpaceTopY:L,securityXSpace:b,securityYSpace:O,xAxisCoordinates:{coordinates:ce,tickValues:G||(h?[{position:0,value:re},{position:_,value:ae}]:[])},xAxisText:H,yAxisCoordinates:{coordinates:de,tickValues:ie||(h?[{position:T,value:re},{position:0,value:ae}]:[])},yAxisText:W};return h?{...le,error:{...h,type:v.BAR_CHART_CONTEXT_ERROR}}:le},Ue=Object.assign(({canvasConfig:e=p,caption:t,children:r,classNames:a,data:n,dataTestId:i,gapBetweenBars:o=0,height:s="100%",onErrors:c,orientation:d,pKey:g,role:A,tabIndex:_,width:y="100%",...v})=>{const{extraSpace:m,height:C,width:S}=e,I=T(S),$=T(C),N=m?T(m):void 0,k=f(I,$,N),L=me(r),b=2*o,O=[l.jsx(De,{},"default-x-axis"),l.jsx(Xe,{},"default-y-axis")],H=u.Children.toArray(r)||[],w=O.concat(H),j=Math.max(I,$,N??0),B=I/j,D=$/j,M=u.useMemo(()=>x(c),[c]),P=R(n),X=u.useMemo(()=>(M.clearErrors(),Ke({addError:(e,t)=>{M.addError(e,t)},ajustedX:B,ajustedY:D,canvasHeight:$,canvasWidth:I,children:w,data:n,gapBetweenBars:b,orientation:d,pKey:g,viewBox:k})),[C,S,P,g,d,M.addError]);return l.jsx(h,{caption:t,className:a,dataTestId:i,height:s,role:A,tabIndex:_,viewBox:k,width:y,...v,children:l.jsx(E.Provider,{value:{...X,barChildrenCount:L,canvasExtraSpace:N,canvasHeight:$,canvasWidth:I,data:n,dataTestId:i,gapBetweenBars:o,orientation:d,pKey:g},children:r})})},{Path:ve,Separator:({areaSeparator:e,dataTestId:t,rightSeparator:r,topSeparator:a,xBreakAxis:n,yBreakAxis:i})=>{const{addError:o,crossXAxis:s,crossYAxis:c,xAxisCoordinates:d,yAxisCoordinates:h}=u.useContext(E);if(u.useEffect(()=>{if(void 0!==n){const e=d.tickValues.map(e=>e.value),t="string"==typeof n?parseFloat(n):n;if(isNaN(t))o?.("BAR_CHART_SEPARATOR_ERROR",{error:U(n)});else{const r=Math.min(...e.map(e=>"string"==typeof e?parseFloat(e):e)),a=Math.max(...e.map(e=>"string"==typeof e?parseFloat(e):e));(t<r||t>a)&&o?.("BAR_CHART_SEPARATOR_ERROR",{error:G(t,r,a)})}}if(void 0!==i){const e=h.tickValues.map(e=>e.value),t="string"==typeof i?parseFloat(i):i;if(isNaN(t))o?.("BAR_CHART_SEPARATOR_ERROR",{error:z(i)});else{const r=Math.min(...e.map(e=>"string"==typeof e?parseFloat(e):e)),a=Math.max(...e.map(e=>"string"==typeof e?parseFloat(e):e));(t<r||t>a)&&o?.("BAR_CHART_SEPARATOR_ERROR",{error:Z(t,r,a)})}}},[n,i,d.tickValues,h.tickValues,o]),!a&&!r&&!e)return l.jsx(l.Fragment,{});const f=n&&Q(d.tickValues,[n],!0)[0],p=i&&Q(h.tickValues,[i])[0],x=c?h.coordinates.x1:d.coordinates.x2,R=s?d.coordinates.y1:h.coordinates.y1,g=d.coordinates.x1,A=f??x,_=h.coordinates.y2,T=p??R;u.useEffect(()=>{g===A&&_===T&&o?.("BAR_CHART_SEPARATOR_ERROR",{error:V(w)})},[g,A,_,T,o]);const y=`M${g} ${_} H ${A} V ${T} H ${g} Z`,v=`M${g} ${T} H ${A}`,m=`M${A} ${_} V ${T}`;return l.jsxs("g",{children:[l.jsx("path",{d:y,"data-testid":`${t}Area`,...e}),l.jsx("path",{d:v,"data-testid":`${t}Top`,...a}),l.jsx("path",{d:m,"data-testid":`${t}Right`,...r})]})},XAxis:De,YAxis:Xe}),ze=u.createContext({}),Ge=({curved:e=!1,extendToBottom:t=!1,points:r,svgHeight:a})=>{if(0===r.length)return"";const[n,...i]=r;let o=`M ${n[0]} ${n[1]}`;return o+=e?i.reduce((e,t,a)=>{const[n,i]=r[a],[o,s]=t,c=.3*(o-n),d=[n+c,i],l=[o-c,s];return`${e} C ${d[0]} ${d[1]}, ${l[0]} ${l[1]}, ${o} ${s}`},""):i.reduce((e,t)=>`${e} L ${t[0]} ${t[1]}`,""),t&&(o+=` L ${i[i.length-1][0]} ${a} L ${n[0]} ${a} Z`),o},Ze=(e,t)=>new Error(`Invalid projection bounds - upper projection (${e}) must be below lower projection (${t})`),qe=(e,t)=>new Error(`${t?"Upper":"Lower"} projection X coordinate (${e}) is outside valid range (0-100)`),Je=(e,t,r)=>new Error(`${r?"Upper":"Lower"} projection Y coordinate (${e}) is outside chart area (0-${t})`),Qe=(e,t)=>{if(!t)return e;const r=t<0,a=e*Math.abs(t)/100;return r?e-a:e+a},et=(e,t,r)=>{if(!r)return e;const a=r<0,n=(0===e?t:e)*Math.abs(r)/100;return a?e+n:e-n},tt=({curved:e,lineProjection:t,points:r,svgHeight:a})=>{const{addError:n}=u.useContext(ze),{lower:i,shapeColor:o,upper:s}=t,{xProjection:c,yProjection:d,...h}=s||{},{xProjection:f,yProjection:p,...x}=i||{},R=c||d?{x:c,y:d}:void 0,g=f||p?{x:f,y:p}:void 0;u.useEffect(()=>{if(R&&g){const e=R.y||0,t=g.y||0;e>=t&&n?.("LINE_CHART_PROJECTION_ERROR",{error:Ze(e,t)})}if(R){const{x:e,y:t}=R;void 0!==e&&(e<0||e>100)&&n?.("LINE_CHART_PROJECTION_ERROR",{error:qe(e,!0)}),void 0!==t&&(t<0||t>a)&&n?.("LINE_CHART_PROJECTION_ERROR",{error:Je(t,a,!0)})}if(g){const{x:e,y:t}=g;void 0!==e&&(e<0||e>100)&&n?.("LINE_CHART_PROJECTION_ERROR",{error:qe(e,!1)}),void 0!==t&&(t<0||t>a)&&n?.("LINE_CHART_PROJECTION_ERROR",{error:Je(t,a,!1)})}},[R,g,a,n]);const{downPath:A,shapePath:_,upPath:T}=(({curved:e,lowerProjection:t,points:r,svgHeight:a,upperProjection:n})=>{const i=n||t;if(0===r.length&&!i)return{shapePath:""};const[o,...s]=r,c=`M ${o[0]} ${o[1]}`;let d=c,l=n?c:void 0,u=t?c:void 0;const h=[],f=[];s.forEach(([e,r])=>{const i=n?[Qe(e,n.x),et(r,a,n.y)]:[e,r],o=t?[Qe(e,-(t.x??0)),et(r,a,-(t.y??0))]:[e,r];h.push(i),f.push(o)});const p=n&&t?[...h,s.at(-1),...f.reverse(),o]:[...h,...f.reverse(),o];return e?(d+=p.reduce((e,t,r)=>{const a=0===r?o:p[r-1],[n,i]=a,[s,c]=t,d=.3*(s-n),l=[n+d,i],u=[s-d,c];return`${e} C ${l[0]} ${l[1]}, ${u[0]} ${u[1]}, ${s} ${c}`},""),l&&(l+=h.reduce((e,t,r)=>{const a=0===r?o:h[r-1],[n,i]=a,[s,c]=t,d=.3*(s-n),l=[n+d,i],u=[s-d,c];return`${e} C ${l[0]} ${l[1]}, ${u[0]} ${u[1]}, ${s} ${c}`},"")),u&&(u+=f.reverse().reduce((e,t,r)=>{const a=0===r?o:f[r-1],[n,i]=a,[s,c]=t,d=.3*(s-n),l=[n+d,i],u=[s-d,c];return`${e} C ${l[0]} ${l[1]}, ${u[0]} ${u[1]}, ${s} ${c}`},""))):(d+=p.reduce((e,t)=>`${e} L ${t?.[0]} ${t?.[1]}`,""),l&&(l+=h.reduce((e,t)=>`${e} L ${t[0]} ${t[1]}`,"")),u&&(u+=f.reverse().reduce((e,t)=>`${e} L ${t[0]} ${t[1]}`,""))),{downPath:u,shapePath:d,upPath:l}})({curved:e,lowerProjection:g,points:r,svgHeight:a,upperProjection:R});return l.jsxs("g",{className:"pointer-events-none",children:[l.jsx("path",{d:_,fill:o,stroke:"transparent",strokeWidth:"0.1"}),";",T&&l.jsx("path",{d:T,...h}),A&&l.jsx("path",{d:A,...x})]})},rt=(e,t)=>e.map(e=>e[t]),at={formatTicksValues:(e,t)=>e.map(e=>({...e,value:t(e.value)}))},nt=({ariaLabel:e,position:t=m.BOTTOM,tickLine:r,tickText:a,valueFormatter:n=e=>e,...i})=>{const{xAxisCoordinates:{coordinates:o,tickValues:s},xCursor:c,...d}=u.useContext(ze),h=Be(t,o.y1,Number(a?.fontSize),a?.top??0),f=d.extraSpaceTopY,p=Number(d.canvasHeight)-d.extraSpaceBottomY,x=a?at.formatTicksValues(s,n):void 0,R=ie(i),g=e||i["aria-label"],A={...i,...R,...g&&{"aria-label":g}};return l.jsx(we,{...o,...A,canvasHeight:Number(d.canvasHeight),canvasWidth:Number(d.canvasWidth),cursor:c,dataTestId:`${d.dataTestId}xAxis`,extraSpace:{left:d.extraSpaceLeftX,right:d.extraSpaceRightX},tickLine:{...r,y1:f,y2:p},tickText:{...a,y:h},tickValues:x})},it=({ariaLabel:e,position:t=m.LEFT,tickLine:r,tickText:a,valueFormatter:n=e=>e,...i})=>{const{yAxisCoordinates:{coordinates:o,tickValues:s},yCursor:c,...d}=u.useContext(ze),h=a?.textAnchor||"middle",f=(t===m.RIGHT?a?.right:a?.left)??0,p=Pe(h,d.yAxisText,f),x=je(t,o.x1,p),R=a?at.formatTicksValues(s,n):void 0,g=ie(i),A=e||i["aria-label"],_={...i,...g,...A&&{"aria-label":A}};return l.jsx(Me,{...o,..._,canvasHeight:Number(d.canvasHeight),canvasWidth:Number(d.canvasWidth),cursor:c,dataTestId:`${d.dataTestId}yAxis`,tickLine:{...r,x1:d.extraSpaceLeftX,x2:Number(d.canvasWidth)-d.extraSpaceRightX},tickText:{...a,x:x},tickValues:R})},ot={[g]:g,[A]:A},st="WIDTH",ct=/^(\d+(\.\d+)?)(px|rem|%)?$/,dt=e=>{if("number"==typeof e)return{unit:void 0,value:e};const t=e.match(ct);if(!t)throw new Error(`Invalid string format: "${e}"`);const r=parseFloat(t[1]),a=t[3];return{unit:ot[a],value:r}},lt=(e,t,r)=>{const a=r.parentElement;return a?e/100*(t===st?a.clientWidth:a.clientHeight):0},ut=e=>{const t=Ie();if(!t)return 16*e;const r=(e=>{const t=Se()?window:void 0;if(t)return t.getComputedStyle(e)})(t.documentElement);return r?e*(parseFloat(r.fontSize)||16):16*e},ht=({canvasHeight:e,canvasWidth:t,svgElement:r})=>{const{unit:a,value:n}=dt(t),i=a===g?lt(n,st,r):a===A?ut(n):n,{unit:o,value:s}=dt(e);return{parsedCanvasHeight:o===g?lt(s,"HEIGHT",r):o===A?ut(s):s,parsedCanvasWidth:i}},ft=e=>{if(e.custom)return e.custom?.values;if(e.numeric){const{max:t,min:r=0,step:a}=e.numeric;if(a>=Math.abs(t-r)||a<=0)return[r.toString(),t.toString()];const n=[];for(let e=r;e<=t;e+=a)n.push(e.toString());return n}},pt=(e,t)=>e.flatMap(e=>Object.keys(e).filter(r=>r!==t&&"number"==typeof e[r]).map(t=>e[t])),xt=(e,t,r,a,n,i,o)=>{const{position:s,tickText:c,tickValues:d,valueFormatter:l}=e.props,u=c?.fontSize??0,h=u*a,f=d?ft(d):t.map(e=>e[r]),p=l?f.map(l):f,x=Ne({bound:"width",data:p,fontSize:u,svgHeight:`${i}`,svgWidth:`${o}`,viewBox:n}),R=s===m.TOP;return{extraSpaceBottomY:s===m.BOTTOM?h+(c?.top??0):0,extraSpaceTopY:R?h+(c?.bottom??0):0,lineChartXPosition:s||m.BOTTOM,securityXSpace:x,xBreakAxis:d?.numeric?d.numeric.breakAxis??0:c?.custom?.breakAxis??0,xData:f}},Rt=(e,t,r,a,n,i,o)=>{const{position:s,tickText:c,tickValues:d,valueFormatter:l}=e.props,u=c?.fontSize??"0",h=u*a,f=d||Ce([...new Set(pt(t,r))]),p=ft(f),x=l?p.map(l):p,R=Ne({bound:"width",data:x,fontSize:u,svgHeight:`${i}`,svgWidth:`${o}`,viewBox:n}),g=h,A=s===m.RIGHT;return{extraSpaceLeftX:s===m.LEFT?R+(c?.right??0):0,extraSpaceRightX:A?R+(c?.left??0):0,lineChartYPosition:s||m.LEFT,securityYSpace:g,yAxisText:R,yBreakAxis:d?.numeric?d.numeric.breakAxis??0:c?.custom?.breakAxis??0,yData:p}},gt=({addError:e,ajustedX:t,ajustedY:r,canvasHeight:a,canvasWidth:n,children:i,data:o,viewBox:s,xKey:c})=>{let d;if(!o||0===o.length){const t={error:V(L)};e?.("LINE_CHART_CONTEXT_ERROR",t),d=t}if(o&&1===o.length){const t={error:V(j)};e?.("LINE_CHART_CONTEXT_ERROR",t),d=t}if(n<=0||a<=0){const t={error:K(n,a)};e?.("LINE_CHART_CONTEXT_ERROR",t),d=t}const l=o&&o.length>0?o:[{[c]:"0",y:0},{[c]:"1",y:1}],h=n>0?n:100,f=a>0?a:100,{extraSpaceBottomY:p,extraSpaceLeftX:x,extraSpaceRightX:R,extraSpaceTopY:g,lineChartXPosition:A,lineChartYPosition:_,securityXSpace:T,securityYSpace:E,xAxisText:y,xBreakAxis:C,xData:S,yAxisText:I,yBreakAxis:$,yData:k}=(({ajustedX:e,ajustedY:t,canvasHeight:r,canvasWidth:a,children:n,data:i,viewBox:o,xKey:s})=>{let c={extraSpaceBottomY:0,extraSpaceLeftX:0,extraSpaceRightX:0,extraSpaceTopY:0,lineChartXPosition:m.BOTTOM,lineChartYPosition:m.LEFT,securityXSpace:0,securityYSpace:0,xAxisText:0,xBreakAxis:0,xData:[],yAxisText:0,yBreakAxis:0,yData:[]};return u.Children.forEach(n,n=>{u.isValidElement(n)&&(n.type===nt?c={...c,...xt(n,i,s,e,o,r,a)}:n.type===it&&(c={...c,...Rt(n,i,s,t,o,r,a)}))}),c})({ajustedX:t,ajustedY:r,canvasHeight:f,canvasWidth:h,children:i,data:l,viewBox:s,xKey:c}),b=A!==m.TOP&&A!==m.BOTTOM,O=ee({initPos:x,maxSpaceAvailable:h,otherAxisSpace:x+R,securitySpace:T,tickValues:S});if((O??[]).some(({position:e})=>isNaN(e))){const t={error:V(N)};e?.("LINE_CHART_CONTEXT_ERROR",t),d=t}if(O){const t=O.length<2,r=O.length>=2&&1===new Set(O.map(e=>e.value)).size;if(t){const t={error:V(D)};e?.("LINE_CHART_X_AXIS_ERROR",t),d||(d=t)}if(r){const t={error:V(B)};e?.("LINE_CHART_X_AXIS_ERROR",t),d||(d=t)}}const H=_!==m.LEFT&&_!==m.RIGHT,w=te({initPos:f-p,maxSpaceAvailable:f,otherAxisSpace:g+p,securitySpace:E,tickValues:k});if(w){const t=w.length<2,r=w.length>=2&&1===new Set(w.map(e=>e.value)).size;if(t){const t={error:V(X)};e?.("LINE_CHART_Y_AXIS_ERROR",t),d||(d=t)}if(r){const t={error:V(P)};e?.("LINE_CHART_Y_AXIS_ERROR",t),d||(d=t)}}const W=b?Q(w||[],[String(C)])[0]:0,Y=H?Q(O||[],[String($)])[0]:0,U=q({canvasHeight:f,canvasWidth:h,customBreakAxis:Number(W),extraSpaceBottomY:p,extraSpaceLeftX:x,extraSpaceRightX:R,extraSpaceTopY:g,position:A}),z=J({canvasHeight:f,canvasWidth:h,customBreakAxis:Number(Y),extraSpaceBottomY:p,extraSpaceLeftX:x,extraSpaceRightX:R,extraSpaceTopY:g,position:_});if(U.x1===U.x2){const t={error:V(M)};e?.("LINE_CHART_X_AXIS_ERROR",t),d||(d=t)}if(z.y1===z.y2){const t={error:V(F)};e?.("LINE_CHART_Y_AXIS_ERROR",t),d||(d=t)}const G={addError:e,crossXAxis:b,crossYAxis:H,extraSpaceBottomY:p,extraSpaceLeftX:x,extraSpaceRightX:R,extraSpaceTopY:g,securityXSpace:T,securityYSpace:E,xAxisCoordinates:{coordinates:U,tickValues:O||(d?[{position:0,value:"0"},{position:h,value:"1"}]:[])},xAxisText:y,yAxisCoordinates:{coordinates:z,tickValues:w||(d?[{position:f,value:re},{position:0,value:ae}]:[])},yAxisText:I};return d?{...G,error:{...d,type:v.LINE_CHART_CONTEXT_ERROR}}:G},At=Object.assign(({ariaHidden:e,ariaLabel:t,canvasConfig:r=p,caption:a,children:n,classNames:i,data:o,dataTestId:s="line-chart",getPathArea:c,height:d="100%",onErrors:g,role:A,tabIndex:_,width:E="100%",xKey:y,...v})=>{const{extraSpace:m,height:C,width:S}=r,[I,$]=u.useState(""),[N,k]=u.useState({height:0,width:0}),L=m?T(m):void 0,b=f(N.width,N.height,L),O=[l.jsx(nt,{},"default-x-axis"),l.jsx(it,{},"default-y-axis")],H=u.Children.toArray(n)||[],w=O.concat(H),j=Math.max(N.width,N.height,L??0),B=isNaN(N.width/j)?0:N.width/j,D=isNaN(N.height/j)?0:N.height/j;(({attrName:e,children:t,originalValue:r,updateValue:a})=>{let n="";u.Children.toArray(t).forEach(t=>{if(u.isValidElement(t)){const r=t.props[e];r&&(n+=r)}}),n!==r&&a(n)})({attrName:"dataKey",children:w,originalValue:I,updateValue:$});const M=u.useMemo(()=>x(g),[g]),P=R(o),X=u.useMemo(()=>(M.clearErrors(),gt({addError:(e,t)=>{M.addError(e,t)},ajustedX:B,ajustedY:D,canvasHeight:N.height,canvasWidth:N.width,children:w,data:o,viewBox:b,xKey:y})),[N.width,N.height,P,y,I,M.addError]),{svgRef:F,xCursor:W,yCursor:V}=(({canvasHeight:e,canvasWidth:t})=>{const[[r,a],n]=u.useState([se,se]),i=u.useCallback((r,a)=>{const{height:i,left:o,top:s,width:c}=a.getBoundingClientRect(),d=r.clientX-o,l=r.clientY-s;n([d*t/c,l*e/i])},[t,e]),o=e=>{e.preventDefault()};return{svgRef:u.useCallback(e=>{e&&(e.addEventListener("touchstart",o),e.addEventListener("touchmove",t=>i(t.touches[0],e)),e.addEventListener("mousemove",t=>i(t,e))),e?.removeEventListener("touchstart",o),e?.removeEventListener("touchmove",t=>i(t.touches[0],e)),e?.removeEventListener("mousemove",t=>i(t,e))},[e,t]),xCursor:r,yCursor:a}})({canvasHeight:N.height,canvasWidth:N.width});return u.useEffect(()=>{const e=document.querySelector("[data-kbt-svg]");if(!e)return;const{parsedCanvasHeight:t,parsedCanvasWidth:r}=ht({canvasHeight:C,canvasWidth:S,svgElement:e});k({height:t,width:r})},[S,C]),u.useEffect(()=>{c?.({x1:X.extraSpaceLeftX,x2:N.width-X.extraSpaceRightX,y1:X.extraSpaceTopY,y2:N.height-X.extraSpaceBottomY})},[N.width,N.height]),l.jsx(h,{ref:F,ariaHidden:e,ariaLabel:t,caption:a,className:i,"data-kbt-svg":!0,dataTestId:s,height:d,role:A,tabIndex:_,viewBox:b,width:E,...v,children:l.jsx(ze.Provider,{value:{...X,canvasExtraSpace:L,canvasHeight:N.height,canvasWidth:N.width,data:o,dataTestId:s,xCursor:W,xKey:y,yCursor:V},children:n})})},{Path:({ariaLabel:e,closestClick:t,curved:r,getNodeFocusInfo:a,getNodesCoords:n,indicatorConfig:i,lineProjection:o,onClick:s,...c})=>{const{addError:d,xAxisCoordinates:h,yAxisCoordinates:f,...p}=u.useContext(ze);u.useEffect(()=>{if(!c.dataKey||"string"!=typeof c.dataKey)return void d?.("LINE_CHART_PATH_ERROR",{error:V(H)});if(p.data.length>0&&!Object.prototype.hasOwnProperty.call(p.data[0],c.dataKey))return void d?.("LINE_CHART_PATH_ERROR",{error:Y(c.dataKey)});if(r&&p.data.length<2)return void d?.("LINE_CHART_PATH_ERROR",{error:V(O)});const e=rt(p.data,c.dataKey);e.length>0&&e.every(e=>null==e)&&d?.("LINE_CHART_PATH_ERROR",{error:V(b)})},[c.dataKey,r,p.data,d]);const{indicatorRef:x,pathRef:R}=((e,t)=>{const r=u.useRef(null),a=u.useRef(null);return u.useEffect(()=>{if(!t||!r.current||!a.current)return;const n=r.current,i=a.current;let o,s,c=0,d=n.getTotalLength();for(;d-c>.01;)o=(c+d)/2,s=n.getPointAtLength(o),s.x<e?c=o:d=o;const l=n.getPointAtLength(d);i.setAttribute("transform",`translate(${l.x}, ${l.y})`),i.setAttribute("pointer-events","none")},[e]),{indicatorRef:a,pathRef:r}})(p.xCursor,!!i),g=!!i&&p.xCursor!==-1/0,A=u.useRef(null),_=u.useRef(null),{autoClick:T,lineIndicator:E,...y}=i||{},v=p.extraSpaceTopY,m=Number(p.canvasHeight)-p.extraSpaceBottomY,{tickValues:C}=h,{tickValues:S}=f,I=rt(p.data,p.xKey),$=rt(p.data,c.dataKey),N=Q(C,I,!0),k=Q(S,$),L=N.map((e,t)=>[e,k[t]]),w=Ge({curved:r,extendToBottom:!1,points:L,svgHeight:Number(p.canvasHeight)-p.extraSpaceBottomY}),j=Ge({curved:r,extendToBottom:!!c.fill||!!c.gradient,points:L,svgHeight:Number(p.canvasHeight)-p.extraSpaceBottomY});u.useEffect(()=>{if(!A.current?.path)return;R.current=A.current.path;const e=A.current.main,t=A.current.node,r=I.map((e,t)=>({x:e,y:$[t]})),{mount:n,unmount:i}=(({data:e,getNodeFocusInfo:t,nodes:r,ref:a})=>{let n,i=!1;const o=a.querySelector("[data-draw]"),s=a=>{i&&("ArrowRight"===a.key?(n=void 0===n||n===r.length-1?0:n+1,r[n].focus(),t?.(e[n])):"ArrowLeft"===a.key&&(n=void 0===n||0===n?r.length-1:n-1,r[n].focus(),t?.(e[n])))},c=()=>{i=!0},d=()=>{i=!1},l=()=>{n=void 0};return{mount:()=>{a.addEventListener("focusin",c),a.addEventListener("focusout",d),o?.addEventListener("focus",l),window.addEventListener("keydown",e=>s(e))},unmount:()=>{a.removeEventListener("focusin",c),a.removeEventListener("focusout",d),o?.removeEventListener("focus",l),window.removeEventListener("keydown",e=>s(e))}}})({data:r,getNodeFocusInfo:a,nodes:t,ref:e});return n(),()=>i()},[]),u.useEffect(()=>{if(c.nodeConfig&&g&&T){const{idx:e,match:t}=((e,t)=>{let r=0,a=!1;for(let n=0;n<e.length;n++)if(Math.round(e[n])===Math.round(t)){a=!0,r=n;break}return{idx:r,match:a}})(N,p.xCursor);if(t&&e!==_.current){_.current=e;const t=new MouseEvent("click",{bubbles:!0});t.autoClick=!0,A.current?.node?.[e]?.dispatchEvent(t),navigator?.vibrate?.(200)}else _.current=null}},[p.xCursor]),u.useEffect(()=>{n?.(L)},[L]);const B=ie(c),D={...c,...B,...e&&{"aria-label":e}};return l.jsxs(l.Fragment,{children:[l.jsx(Te,{ref:A,d:w,dFill:j,dataTestId:`${p.dataTestId}path`,dataValue:p.data,points:L,xKey:p.xKey,onClick:e=>{if(s?.(e),t){const e=((e,t)=>{let r=0,a=Math.abs(e[0]-t);for(let n=1;n<e.length;n++){const i=Math.abs(e[n]-t);i<a&&(r=n,a=i)}return r})(N,p.xCursor),t=new MouseEvent("click",{bubbles:!0});t.autoClick=!1,A.current?.node?.[e]?.dispatchEvent(t)}},...D}),o&&l.jsx(tt,{curved:r,dataKey:c.dataKey,lineProjection:o,points:L,svgHeight:Number(p.canvasHeight)-p.extraSpaceBottomY}),g&&l.jsxs(l.Fragment,{children:[!!E&&l.jsx(ke,{...E,className:"pointer-events-none",x1:p.xCursor,x2:p.xCursor,y1:v,y2:m}),l.jsx("g",{ref:x,className:"pointer-events-none",children:l.jsx(Ae,{...y})})]})]})},Separator:({areaSeparator:e,dataTestId:t,rightSeparator:r,topSeparator:a,xBreakAxis:n,yBreakAxis:i})=>{const{addError:o,crossXAxis:s,crossYAxis:c,xAxisCoordinates:d,yAxisCoordinates:h}=u.useContext(ze);if(u.useEffect(()=>{if(void 0!==n){const e=d.tickValues.map(e=>e.value),t="string"==typeof n?parseFloat(n):n;if(isNaN(t))o?.("LINE_CHART_SEPARATOR_ERROR",{error:U(n)});else{const r=Math.min(...e.map(e=>"string"==typeof e?parseFloat(e):e)),a=Math.max(...e.map(e=>"string"==typeof e?parseFloat(e):e));(t<r||t>a)&&o?.("LINE_CHART_SEPARATOR_ERROR",{error:G(t,r,a)})}}if(void 0!==i){const e=h.tickValues.map(e=>e.value),t="string"==typeof i?parseFloat(i):i;if(isNaN(t))o?.("LINE_CHART_SEPARATOR_ERROR",{error:z(i)});else{const r=Math.min(...e.map(e=>"string"==typeof e?parseFloat(e):e)),a=Math.max(...e.map(e=>"string"==typeof e?parseFloat(e):e));(t<r||t>a)&&o?.("LINE_CHART_SEPARATOR_ERROR",{error:Z(t,r,a)})}}},[n,i,d.tickValues,h.tickValues,o]),!a&&!r&&!e)return l.jsx(l.Fragment,{});const f=n&&Q(d.tickValues,[n],!0)[0],p=i&&Q(h.tickValues,[i])[0],x=c?h.coordinates.x1:d.coordinates.x2,R=s?d.coordinates.y1:h.coordinates.y1,g=d.coordinates.x1,A=f??x,_=h.coordinates.y2,T=p??R;u.useEffect(()=>{g===A&&_===T&&o?.("LINE_CHART_SEPARATOR_ERROR",{error:V(w)})},[g,A,_,T,o]);const E=`M${g} ${_} H ${A} V ${T} H ${g} Z`,y=`M${g} ${T} H ${A}`,v=`M${A} ${_} V ${T}`;return l.jsxs("g",{children:[l.jsx("path",{d:E,"data-testid":`${t}Area`,...e}),l.jsx("path",{d:y,"data-testid":`${t}Top`,...a}),l.jsx("path",{d:v,"data-testid":`${t}Right`,...r})]})},XAxis:nt,YAxis:it}),_t=({children:e,dataTestId:t,height:r,width:a,x:n,y:i})=>l.jsx("foreignObject",{"data-testid":t,height:r,width:a,x:n,y:i,children:e}),Tt=u.createContext({}),Et=(e,t,r)=>({x:e.x+t*Math.cos(r),y:e.y+t*Math.sin(r)}),yt=({center:e,innerEnd:t,innerRadius:r,singleStroke:a})=>{if(!a)return r>0?`L ${t.x},${t.y}`:`L ${e.x},${e.y}`},vt="CLOCKWISE",mt=({canvasHeight:e,canvasWidth:t,color:r="blue",gap:a,halfChart:n,innerRadius:i,radius:o,singleStroke:s,startAngle:c,total:d,value:u,...h})=>{const f=(({canvasHeight:e,canvasWidth:t,customRadius:r,gap:a,halfChart:n,innerRadius:i,rotateDirection:o,singleStroke:s,startAngle:c,total:d,value:l})=>{const u=n?2*e:e,h=Math.min(t,u)/2,f=r&&r<h?r:h,p=n?Math.PI:2*Math.PI,x={x:t/2,y:n?e:e/2},R=s?2*d:d,g=100*l/R*p/100,A=a/f,{carryAngle:_,finalAngle:T,initialAngle:E}=(({angleEquivalent:e,direction:t,gapAngle:r,startAngle:a})=>{const n=t===vt;return{carryAngle:n?a+e:a-e,finalAngle:n?a+e-r/2:a-e+r/2,initialAngle:n?a+r/2:a-r/2}})({angleEquivalent:g,direction:o,gapAngle:A,startAngle:c.current});c.current=_;const y=p*l/R-A<=Math.PI?"0":"1",v=Et(x,i,E),m=Et(x,i,T),C=Et(x,f,E);return(({center:e,innerEnd:t,innerRadius:r,innerStart:a,largeArcFlag:n,outerEnd:i,outerStart:o,radius:s,rotateDirection:c,singleStroke:d})=>{let l,u,h,f,p,x,R,g,A,_;return c===vt?(l=`M ${o.x},${o.y}`,u=`A ${s},${s} 0 ${n} 1 ${i.x}, ${i.y}`,h=yt({center:e,innerEnd:t,innerRadius:r,singleStroke:d}),f=d?`M ${t.x},${t.y}`:void 0,p=r>0?`A ${r},${r} 0 ${n} 0 ${a.x},${a.y}`:void 0,x=`M ${o.x},${o.y}`,g=`M ${t.x},${t.y}`,R=`A ${s},${s} 0 ${n} 0 ${i.x},${i.y}`,A=`A ${r},${r} 0 ${n} 1 ${a.x},${a.y}`,_=d?void 0:"Z"):(l=`M ${o.x} ${o.y}`,u=`A ${s},${s} 0 ${n},0 ${i.x}, ${i.y}`,h=yt({center:e,innerEnd:t,innerRadius:r,singleStroke:d}),f=d?`M ${t.x},${t.y}`:void 0,p=r>0?`A ${r}, ${r} 0 ${n},1 ${a.x},${a.y}`:void 0,x=`M ${o.x},${o.y}`,g=`M ${t.x},${t.y}`,R=`A ${s},${s} 0 ${n} 1 ${i.x},${i.y}`,A=`A ${r},${r} 0 ${n} 0 ${a.x},${a.y}`,_=d?void 0:"Z"),[l,u,h,f,p,_].concat(d?[x,R,g,A]:[]).filter(Boolean).join(" ")})({center:x,innerEnd:m,innerRadius:i,innerStart:v,largeArcFlag:y,outerEnd:Et(x,f,T),outerStart:C,radius:f,rotateDirection:o,singleStroke:s})})({canvasHeight:e,canvasWidth:t,customRadius:o,gap:a,halfChart:n,innerRadius:i,singleStroke:s,startAngle:c,total:d,value:u});return l.jsx(Te,{...h,d:f,dataValue:u,fill:r})},Ct=({dataKey:e,fill:t,gap:r,innerRadius:a,radius:n,...i})=>{const o=String(e),{canvasHeight:s,canvasWidth:c,data:d,dataTestId:h,halfChart:f}=u.useContext(Tt),p=f?0:-Math.PI/2,x=u.useRef(p),R=d[o]?.reduce((e,t)=>e+t.value,0),g=1===d[o]?.length,A=a?T(a):void 0,_=n?T(n):void 0;return d[o]?.length?l.jsx("g",{children:d[o].map((e,a)=>u.createElement(mt,{...i,...e,key:`${a.toString()}`,canvasHeight:s,canvasWidth:c,color:e.color||t,dataTestId:`${h}path-${a}`,gap:r,halfChart:f,innerRadius:A,radius:_,singleStroke:g,startAngle:x,total:R}))}):l.jsx(l.Fragment,{})},St=Object.assign(({ariaHidden:e,ariaLabel:t,canvasConfig:r=p,caption:a,children:n,classNames:i,data:o,dataTestId:s="pie-chart",halfChart:c,height:d="100%",radius:x="50%",role:R,tabIndex:g,width:A="100%",..._})=>{const{extraSpace:E,height:y,width:v}=r,m=T(v),C=T(y),S=E?T(E):void 0,I=f(m,C,S),$=u.useMemo(()=>(({canvasHeight:e,canvasWidth:t,children:r,halfChart:a})=>{let n,i;u.Children.forEach(r,e=>{if(u.isValidElement(e)&&e.type===Ct){const{innerRadius:t}=e.props;if(!t)return;const r=T(t);(!n||r<n)&&(n=r)}}),n&&(i=2*n);const o=i??0,s=a?o/2:o,c=a?e:e/2;return{foreignObject:{height:s,width:o,x:t/2-o/2,y:a?c-s:c-s/2}}})({canvasHeight:C,canvasWidth:m,children:n,halfChart:c}),[y,v,c]);return l.jsx(h,{ariaHidden:e,ariaLabel:t,caption:a,className:i,dataTestId:s,height:d,radius:x,role:R,tabIndex:g,viewBox:I,width:A,..._,children:l.jsx(Tt.Provider,{value:{...$,canvasHeight:C,canvasWidth:m,data:o,dataTestId:s,halfChart:c},children:n})})},{Foreign:({children:e,dataTestId:t,height:r,width:a,x:n,y:i,...o})=>{const{dataTestId:s,foreignObject:c}=u.useContext(Tt),d=!a&&c?.width?c.width:a,h=!r&&c?.height?c.height:r,f=!n&&c?.x?c.x:n,p=!i&&c?.y?c.y:i,x=!t&&s?`${s}-foreign-object`:t;return l.jsx(_t,{...o,dataTestId:x,height:h,width:d,x:f,y:p,children:e})},Path:Ct}),It=({fill:e="#8f8f8f",x:t,y:r})=>l.jsxs("g",{fill:e,pointerEvents:"none",transform:`translate(${t-5}, ${r-5})`,children:[l.jsx("path",{d:"M4.99948 9.99802C4.47168 9.99802 4.04419 9.64335 4.04419 9.20547V0.79255C4.04419 0.354666 4.47168 0 4.99948 0C5.52728 0 5.95477 0.354666 5.95477 0.79255V9.20745C5.95477 9.64533 5.52728 10 4.99948 10V9.99802Z"}),l.jsx("path",{d:"M0.955289 8.78839C0.427492 8.78839 0 8.43372 0 7.99584V2.00416C0 1.56628 0.427492 1.21161 0.955289 1.21161C1.48309 1.21161 1.91058 1.56628 1.91058 2.00416V7.99584C1.91058 8.43372 1.48309 8.78839 0.955289 8.78839Z"}),l.jsx("path",{d:"M8.08936 7.99584C8.08936 8.43372 8.51685 8.78839 9.04464 8.78839C9.57244 8.78839 9.99993 8.43372 9.99993 7.99584V2.00416C9.99993 1.56628 9.57244 1.21161 9.04464 1.21161C8.51685 1.21161 8.08936 1.56628 8.08936 2.00416V7.99584Z"})]}),$t=({linesData:e})=>l.jsx(l.Fragment,{children:e.map((e,t)=>l.jsxs("g",{children:[e.config.fill&&e.fillPath&&l.jsx("path",{d:e.fillPath,fill:e.config.fill,fillOpacity:e.config.fillOpacity||.2,stroke:"none"}),l.jsx("path",{d:e.linePath,fill:"none",stroke:e.config.stroke||"#0078D4",strokeWidth:e.config.strokeWidth||1})]},e.config.dataKey||e.config.yKey||t))}),Nt={FOCUS_COLOR:"#0078D4",FOCUS_INNER:"#ffffff",INNER_FOCUS_STROKE_WIDTH:2,OUTER_FOCUS_STROKE_WIDTH:2,OUTLINES_GAP:0},kt=({elementHeight:e,elementPosition:t,elementStrokeWidth:r=0,elementType:a,elementWidth:n,gap:i=0,innerStrokeWidth:o=2,outlineStrokeWidth:s=2})=>{if("circle"===a){const e=n/2+r/2+o/2+i,a=e+o/2+s/2;return{inner:{cx:t.x,cy:t.y,r:e},outer:{cx:t.x,cy:t.y,r:a},type:"circle"}}const c=n+r+o+2*i,d=e+r+o+2*i,l=c+o+s,u=d+o+s;return{inner:{height:d,width:c,x:t.x-c/2,y:t.y-d/2},outer:{height:u,width:l,x:t.x-l/2,y:t.y-u/2},type:"rectangle"}},Lt=(e,t,r)=>{const a=e.start/Math.max(1,t-1)*r;return{endX:e.end/Math.max(1,t-1)*r,startX:a}},bt=(e,t,r)=>{const a=Math.max(0,Math.min(t,e))/t;return Math.round(a*(r-1))},Ot=(e,t,r=.1)=>{const a=Math.max(0,Math.min(e.start,t-1-r));return{end:Math.min(t-1,Math.max(e.end,a+r)),start:a}},Ht=e=>({end:Math.max(0,e-1),start:0}),wt=(e,t)=>0===e.start&&e.end===t-1,jt=({endX:e,focusConfig:t,height:r,isFocused:a,startX:n})=>{if(!a)return null;const i=e-n,o=kt({elementHeight:r,elementPosition:{x:n+i/2,y:r/2},elementStrokeWidth:0,elementType:"rectangle",elementWidth:i,gap:t.gap,innerStrokeWidth:t.innerStrokeWidth,outlineStrokeWidth:t.outlineStrokeWidth}),s=t.outlineColor,c=t.innerColor,d=t.outlineStrokeWidth,u=t.innerStrokeWidth;return"rectangle"!==o.type?null:l.jsxs("g",{pointerEvents:"none",children:[l.jsx("rect",{fill:"none",height:o.outer.height,stroke:s,strokeWidth:d,width:o.outer.width,x:o.outer.x,y:o.outer.y}),l.jsx("rect",{fill:"none",height:o.inner.height,stroke:c,strokeWidth:u,width:o.inner.width,x:o.inner.x,y:o.inner.y})]})},Bt=({currentRange:e,dataLength:t,dataTestId:r,endX:a,height:n,onBlur:i,onFocus:o,onKeyDown:s,onMouseDown:c,onTouchStart:d,screenReaderText:u,selectionConfig:h,startX:f})=>{const p=h.hideOverlayOnFullRange&&wt(e,t);return l.jsx(l.Fragment,{children:l.jsx("rect",{"aria-label":u,"aria-valuemax":t-1,"aria-valuemin":0,"aria-valuetext":u,cursor:"grab","data-testid":r,fill:h.fill,fillOpacity:h.fillOpacity,height:n,role:"slider",stroke:h.stroke,strokeWidth:h.strokeWidth,style:{outline:"none",visibility:p?"hidden":"visible"},tabIndex:0,width:a-f,x:f,y:0,onBlur:i,onFocus:o,onKeyDown:s,onMouseDown:c,onTouchStart:d})})},Dt="#8f8f8f",Mt=({dataTestId:e,focusConfig:t,handlerConfig:r,height:a,isFocused:n,max:i,min:o,onBlur:s,onFocus:c,onKeyDown:d,onMouseDown:u,onTouchStart:h,screenReaderText:f,x:p})=>{const x=a/2,R=(e=>({fill:e?.fill||"#ffffff",iconColor:e?.iconColor||Dt,radius:e?.radius||17,stroke:e?.stroke||Dt,strokeWidth:e?.strokeWidth||1,verticalLineStroke:e?.verticalLineStroke||Dt,verticalLineStrokeWidth:e?.verticalLineStrokeWidth||2}))(r),g=kt({elementHeight:2*R.radius,elementPosition:{x:p,y:x},elementStrokeWidth:"number"==typeof R.strokeWidth?R.strokeWidth:parseFloat(R.strokeWidth.toString()),elementType:"circle",elementWidth:2*R.radius,gap:t.gap,innerStrokeWidth:t.innerStrokeWidth,outlineStrokeWidth:t.outlineStrokeWidth});return l.jsxs("g",{"data-testid":`${e}-group`,children:[l.jsx("line",{pointerEvents:"none",stroke:R.verticalLineStroke,strokeWidth:R.verticalLineStrokeWidth,x1:p,x2:p,y1:0,y2:a}),l.jsx("circle",{"aria-label":f,"aria-valuemax":i,"aria-valuemin":o,"aria-valuetext":f,cursor:"ew-resize",cx:p,cy:x,"data-testid":e,fill:R.fill,r:R.radius,role:"slider",stroke:R.stroke,strokeWidth:R.strokeWidth,style:{outline:"none"},tabIndex:0,onBlur:s,onFocus:c,onKeyDown:d,onMouseDown:u,onTouchStart:h}),l.jsx(It,{fill:R.iconColor,x:p,y:x}),n&&"circle"===g.type&&l.jsxs("g",{pointerEvents:"none",children:[l.jsx("circle",{cx:g.outer.cx,cy:g.outer.cy,fill:"none",r:g.outer.r,stroke:t.outlineColor,strokeWidth:t.outlineStrokeWidth}),l.jsx("circle",{cx:g.inner.cx,cy:g.inner.cy,fill:"none",r:g.inner.r,stroke:t.innerColor,strokeWidth:t.innerStrokeWidth})]})]})},Pt={END_HANDLER:"END_HANDLER",SELECTION_AREA:"SELECTION_AREA",START_HANDLER:"START_HANDLER"},Xt=e=>{const{currentRange:t,dataLength:r,interactionConfig:a,onRangeChange:n,width:i}=e,o=u.useRef(null),[s,c]=u.useState(null),d=u.useCallback(e=>()=>{c(e)},[]),l=u.useCallback(e=>()=>{c(e)},[]),h=u.useCallback(e=>{if(!s||!o.current)return;const c=o.current;if(!c)return;const d=e-c.getBoundingClientRect().left,l=bt(d,i,r),u=((e,t,r,a,n)=>{const i={...t};if(e===Pt.START_HANDLER)i.start=Math.max(0,Math.min(r,t.end-n.minHandlerDistance));else if(e===Pt.END_HANDLER)i.end=Math.min(a-1,Math.max(r,t.start+n.minHandlerDistance));else if(e===Pt.SELECTION_AREA){const e=t.end-t.start,n=Math.max(0,Math.min(a-1-e,r-e/2));i.start=n,i.end=n+e}return i})(s,t,l,r,a),h=Ot(u,r,a.minHandlerDistance);n(h)},[s,i,r,t,n,a]),f=u.useCallback(e=>{h(e.clientX)},[h]),p=u.useCallback(e=>{0!==e.touches.length&&(e.preventDefault(),h(e.touches[0].clientX))},[h]),x=u.useCallback(()=>{c(null)},[]),R=u.useCallback(()=>{c(null)},[]);return u.useEffect(()=>{if(s)return document.addEventListener("mousemove",f),document.addEventListener("mouseup",x),document.addEventListener("touchmove",p,{passive:!1}),document.addEventListener("touchend",R),()=>{document.removeEventListener("mousemove",f),document.removeEventListener("mouseup",x),document.removeEventListener("touchmove",p),document.removeEventListener("touchend",R)}},[s,f,x,p,R]),{groupRef:o,handleMouseDown:d,handleTouchStart:l,isDragging:s}},Ft=e=>{const{currentRange:t,dataLength:r,interactionConfig:a,onRangeChange:n}=e;return{handleKeyDown:u.useCallback(e=>i=>{const o=i.shiftKey?a.keyboardFastStep:a.keyboardStep;let s={...t};switch(i.key){case"ArrowLeft":case"ArrowDown":i.preventDefault(),s=((e,t,r,a)=>{const n={...t};if(e===Pt.START_HANDLER)n.start=Math.max(0,t.start-r);else if(e===Pt.END_HANDLER)n.end=Math.max(t.start+a.minHandlerDistance,t.end-r);else if(e===Pt.SELECTION_AREA){const e=t.end-t.start,a=Math.max(0,t.start-r);n.start=a,n.end=a+e}return n})(e,t,o,a);break;case"ArrowRight":case"ArrowUp":i.preventDefault(),s=((e,t,r,a,n)=>{const i={...t};if(e===Pt.START_HANDLER)i.start=Math.min(t.end-n.minHandlerDistance,t.start+r);else if(e===Pt.END_HANDLER)i.end=Math.min(a-1,t.end+r);else if(e===Pt.SELECTION_AREA){const e=t.end-t.start,n=Math.min(a-1-e,t.start+r);i.start=n,i.end=n+e}return i})(e,t,o,r,a);break;case"Home":i.preventDefault(),s=((e,t,r)=>{const a={...t};if(e===Pt.START_HANDLER)a.start=0;else if(e===Pt.END_HANDLER)a.end=r-1;else if(e===Pt.SELECTION_AREA){const e=t.end-t.start;a.start=0,a.end=e}return a})(e,t,r);break;case"End":i.preventDefault(),s=((e,t,r,a)=>{const n={...t};if(e===Pt.START_HANDLER)n.start=t.end-a.minHandlerDistance;else if(e===Pt.END_HANDLER)n.end=r-1;else if(e===Pt.SELECTION_AREA){const e=t.end-t.start;n.start=r-1-e,n.end=r-1}return n})(e,t,r,a);break;default:return}const c=Ot(s,r,a.minHandlerDistance);n(c)},[t,r,n,a])}},Wt=({canvasConfig:e,dataTestId:t,extraSpace:r=0,height:a,width:n})=>{const[i,o]=u.useState({height:0,width:0}),s=u.useMemo(()=>e||{extraSpace:r,height:a,width:n},[e,n,a,r]),{extraSpace:c,height:d,width:l}=s,h=c?T(c):void 0;u.useEffect(()=>{if(!Se())return;const e=(e=>{const t=Ie();return t?t.querySelector(e):null})(`[data-testid="${t}"]`);if(!e)return;const r=()=>{const{parsedCanvasHeight:t,parsedCanvasWidth:r}=ht({canvasHeight:d,canvasWidth:l,svgElement:e});o({height:t,width:r})};r();const a=new ResizeObserver(()=>{r()});return a.observe(e),()=>{a.disconnect()}},[l,d,t]);const p=u.useMemo(()=>f(i.width,i.height,h),[i.width,i.height,h]);return{parsedCanvas:i,viewBox:p}},Vt=()=>{const[e,t]=u.useState(null),r=u.useCallback(e=>()=>t(e),[]);return{handleBlur:u.useCallback(()=>{t(null)},[]),handleFocus:r,isFocused:u.useCallback(t=>e===t,[e])}},Yt=(e,t)=>{const r=Math.floor(e);return Math.max(0,Math.min(t,r))},Kt=(e,t)=>{const r=Math.ceil(e);return Math.max(0,Math.min(t,r))},Ut=(e,t)=>{const r=Math.max(0,t-1);return{endIndex:Kt(e.end,r),startIndex:Yt(e.start,r)}},zt=({data:e,initialRange:t,onDataChange:r})=>{const a=t||Ht(e.length),[n,i]=u.useState(a),o=t=>{if(!r||0===e.length)return;const{endIndex:a,startIndex:n}=Ut(t,e.length),i=e.slice(n,a+1);r(i)};return u.useEffect(()=>{o(n)},[]),{currentRange:n,handleRangeChange:e=>{i(e),o(e)}}},Gt=e=>({keyboardFastStep:e?.keyboardFastStep??2,keyboardStep:e?.keyboardStep??1,minHandlerDistance:e?.minHandlerDistance??1}),Zt=e=>{if(0===e.length)return"";if(1===e.length)return`M ${e[0][0]} ${e[0][1]}`;const[t,...r]=e;let a=`M ${t[0]} ${t[1]}`;return r.forEach((e,n)=>{const i=0===n?t:r[n-1],[o,s]=i,[c,d]=e,l=.3*(c-o),u=[o+l,s],h=[c-l,d];a+=` C ${u[0]} ${u[1]}, ${h[0]} ${h[1]}, ${c} ${d}`}),a},qt=(e,t,r,a)=>{if(0===e.length||0===t.length)return[];const n=.05*a,i=a-2*n,o=t.flatMap(t=>e.map(e=>Number(e[t.yKey]))),s=Math.min(...o),c=Math.max(...o)-s||1;return t.map(t=>{const o=e.map((a,o)=>[o/Math.max(1,e.length-1)*r,n+i-(Number(a[t.yKey])-s)/c*i]),d=t.curved?Zt(o):`M ${o.map(([e,t])=>`${e},${t}`).join(" L ")}`;let l="";return t.fill&&(l=t.curved?`${Zt(o)} L ${r} ${a} L 0 ${a} Z`:`${d} L ${r},${a} L 0,${a} Z`),{config:t,fillPath:l,linePath:d}})},Jt=(e,t,r)=>e[r]?.[t]?.toString()||`${r}`,Qt=(e,t,r)=>{if(!e)return e;const a=new RegExp("{{startValue}}","g"),n=new RegExp("{{endValue}}","g");return e.replace(a,t).replace(n,r)};e.Bar=ye,e.BarChart=Ue,e.BarOrientation=y,e.ChartText=Le,e.DefaultCanvasConfig=p,e.ErrorType=v,e.FOCUS_DEFAULT=Nt,e.ForeignObject=_t,e.HandlerIcon=It,e.Line=ke,e.LineChart=At,e.LineRenderer=$t,e.Node=Ae,e.NodeType=Re,e.Path=Te,e.PieChart=St,e.Positions=m,e.SelectionArea=Bt,e.SelectionAreaFocusRing=jt,e.SvgContainer=h,e.Tick=be,e.TickDataUtils=at,e.XAxis=we,e.YAxis=Me,e.ZoomArea=({ariaHidden:e,ariaLabel:t,backgroundColor:r,canvasConfig:a,caption:n,classNames:i,data:o,focusConfig:s,handlerConfig:c,height:d="40px",initialRange:f,interactionConfig:p,lines:x,onDataChange:g,role:A,screenReaderTextConfig:_,selectionConfig:T,width:E="100%",xKey:y,...v})=>{const m="zoom-area",C=Gt(p),S=(I=T,{fill:I?.fill??"#0078d4",fillOpacity:I?.fillOpacity??.5,hideOverlayOnFullRange:I?.hideOverlayOnFullRange??true,stroke:I?.stroke??"#0078d4",strokeWidth:I?.strokeWidth??0});var I;const $=(e=>({gap:e?.gap??Nt.OUTLINES_GAP,innerColor:e?.innerColor??Nt.FOCUS_INNER,innerStrokeWidth:e?.innerStrokeWidth??Nt.INNER_FOCUS_STROKE_WIDTH,outlineColor:e?.outlineColor??Nt.FOCUS_COLOR,outlineStrokeWidth:e?.outlineStrokeWidth??Nt.OUTER_FOCUS_STROKE_WIDTH}))(s),{currentRange:N,handleRangeChange:k}=zt({data:o,initialRange:f,onDataChange:g}),{parsedCanvas:L,viewBox:b}=Wt({canvasConfig:a,dataTestId:m,height:d,width:E}),O=R(o),H=JSON.stringify(x),w=((e,t,r,a)=>{const{endIndex:n,startIndex:i}=Ut(r,e.length),o=Jt(e,t,i),s=Jt(e,t,n),c=Qt(a?.startHandler,o,s)??o;return{endHandler:Qt(a?.endHandler,o,s)??s,selectionArea:Qt(a?.selectionArea,o,s)??`${o} - ${s}`,startHandler:c}})(o,y,N,_),j=u.useMemo(()=>qt(o,x,L.width,L.height),[O,H,L.width,L.height]),{endX:B,startX:D}=u.useMemo(()=>Lt(N,o.length,L.width),[N,O,L.width]),{handleBlur:M,handleFocus:P,isFocused:X}=Vt(),{handleKeyDown:F}=Ft({currentRange:N,dataLength:o.length,interactionConfig:C,onRangeChange:k}),{groupRef:W,handleMouseDown:V,handleTouchStart:Y}=Xt({currentRange:N,dataLength:o.length,interactionConfig:C,onRangeChange:k,width:L.width});return l.jsxs(h,{ref:W,ariaHidden:e,ariaLabel:t,backgroundColor:r,caption:n,className:i,"data-testid":m,height:d,overflow:"visible",role:A,viewBox:b,width:E,...v,children:[l.jsx($t,{linesData:j}),l.jsx(Bt,{currentRange:N,dataLength:o.length,dataTestId:`${m}-selection-area`,endX:B,height:L.height,screenReaderText:w.selectionArea,selectionConfig:S,startX:D,onBlur:M,onFocus:P(Pt.SELECTION_AREA),onKeyDown:F(Pt.SELECTION_AREA),onMouseDown:V(Pt.SELECTION_AREA),onTouchStart:Y(Pt.SELECTION_AREA)}),l.jsx(Mt,{dataTestId:`${m}-start-handler`,focusConfig:$,handlerConfig:c,height:L.height,isFocused:X(Pt.START_HANDLER),max:N.end-C.minHandlerDistance,min:0,screenReaderText:w.startHandler,type:Pt.START_HANDLER,value:N.start,x:D,onBlur:M,onFocus:P(Pt.START_HANDLER),onKeyDown:F(Pt.START_HANDLER),onMouseDown:V(Pt.START_HANDLER),onTouchStart:Y(Pt.START_HANDLER)}),l.jsx(Mt,{dataTestId:`${m}-end-handler`,focusConfig:$,handlerConfig:c,height:L.height,isFocused:X(Pt.END_HANDLER),max:o.length-1,min:N.start+C.minHandlerDistance,screenReaderText:w.endHandler,type:Pt.END_HANDLER,value:N.end,x:B,onBlur:M,onFocus:P(Pt.END_HANDLER),onKeyDown:F(Pt.END_HANDLER),onMouseDown:V(Pt.END_HANDLER),onTouchStart:Y(Pt.END_HANDLER)}),l.jsx(jt,{endX:B,focusConfig:$,height:L.height,isFocused:X(Pt.SELECTION_AREA),startX:D})]})},e.ZoomAreaElements=Pt,e.ZoomHandler=Mt,e.calculateHandlerPositions=Lt,e.calculateLinesPathData=qt,e.clampRange=Ot,e.createDefaultRange=Ht,e.generateCurvedPath=Zt,e.getInteractionConfig=Gt,e.isFullRange=wt,e.mouseToDataIndex=bt,e.normalizeToArray=e=>Array.isArray(e)?e:[e],e.useDragInteraction=Xt,e.useKeyboardNavigation=Ft,e.useResponsiveCanvas=Wt,e.useZoomAreaFocus=Vt,e.useZoomData=zt,Object.defineProperty(e,Symbol.toStringTag,{value:"Module"})});
|
|
1
|
+
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof define&&define.amd?define(["exports"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).KubitCharts={})}(this,function(e){"use strict";var t,r,a,n,i={exports:{}},o={},s={exports:{}},c={};function d(){return r||(r=1,s.exports=function(){if(t)return c;t=1;var e=Symbol.for("react.element"),r=Symbol.for("react.portal"),a=Symbol.for("react.fragment"),n=Symbol.for("react.strict_mode"),i=Symbol.for("react.profiler"),o=Symbol.for("react.provider"),s=Symbol.for("react.context"),d=Symbol.for("react.forward_ref"),l=Symbol.for("react.suspense"),u=Symbol.for("react.memo"),h=Symbol.for("react.lazy"),f=Symbol.iterator,p={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},R=Object.assign,x={};function _(e,t,r){this.props=e,this.context=t,this.refs=x,this.updater=r||p}function g(){}function A(e,t,r){this.props=e,this.context=t,this.refs=x,this.updater=r||p}_.prototype.isReactComponent={},_.prototype.setState=function(e,t){if("object"!=typeof e&&"function"!=typeof e&&null!=e)throw Error("setState(...): takes an object of state variables to update or a function which returns an object of state variables.");this.updater.enqueueSetState(this,e,t,"setState")},_.prototype.forceUpdate=function(e){this.updater.enqueueForceUpdate(this,e,"forceUpdate")},g.prototype=_.prototype;var E=A.prototype=new g;E.constructor=A,R(E,_.prototype),E.isPureReactComponent=!0;var T=Array.isArray,v=Object.prototype.hasOwnProperty,y={current:null},m={key:!0,ref:!0,__self:!0,__source:!0};function C(t,r,a){var n,i={},o=null,s=null;if(null!=r)for(n in void 0!==r.ref&&(s=r.ref),void 0!==r.key&&(o=""+r.key),r)v.call(r,n)&&!m.hasOwnProperty(n)&&(i[n]=r[n]);var c=arguments.length-2;if(1===c)i.children=a;else if(1<c){for(var d=Array(c),l=0;l<c;l++)d[l]=arguments[l+2];i.children=d}if(t&&t.defaultProps)for(n in c=t.defaultProps)void 0===i[n]&&(i[n]=c[n]);return{$$typeof:e,type:t,key:o,ref:s,props:i,_owner:y.current}}function S(t){return"object"==typeof t&&null!==t&&t.$$typeof===e}var I=/\/+/g;function N(e,t){return"object"==typeof e&&null!==e&&null!=e.key?function(e){var t={"=":"=0",":":"=2"};return"$"+e.replace(/[=:]/g,function(e){return t[e]})}(""+e.key):t.toString(36)}function $(t,a,n,i,o){var s=typeof t;"undefined"!==s&&"boolean"!==s||(t=null);var c=!1;if(null===t)c=!0;else switch(s){case"string":case"number":c=!0;break;case"object":switch(t.$$typeof){case e:case r:c=!0}}if(c)return o=o(c=t),t=""===i?"."+N(c,0):i,T(o)?(n="",null!=t&&(n=t.replace(I,"$&/")+"/"),$(o,a,n,"",function(e){return e})):null!=o&&(S(o)&&(o=function(t,r){return{$$typeof:e,type:t.type,key:r,ref:t.ref,props:t.props,_owner:t._owner}}(o,n+(!o.key||c&&c.key===o.key?"":(""+o.key).replace(I,"$&/")+"/")+t)),a.push(o)),1;if(c=0,i=""===i?".":i+":",T(t))for(var d=0;d<t.length;d++){var l=i+N(s=t[d],d);c+=$(s,a,n,l,o)}else if(l=function(e){return null===e||"object"!=typeof e?null:"function"==typeof(e=f&&e[f]||e["@@iterator"])?e:null}(t),"function"==typeof l)for(t=l.call(t),d=0;!(s=t.next()).done;)c+=$(s=s.value,a,n,l=i+N(s,d++),o);else if("object"===s)throw a=String(t),Error("Objects are not valid as a React child (found: "+("[object Object]"===a?"object with keys {"+Object.keys(t).join(", ")+"}":a)+"). If you meant to render a collection of children, use an array instead.");return c}function b(e,t,r){if(null==e)return e;var a=[],n=0;return $(e,a,"","",function(e){return t.call(r,e,n++)}),a}function L(e){if(-1===e._status){var t=e._result;(t=t()).then(function(t){0!==e._status&&-1!==e._status||(e._status=1,e._result=t)},function(t){0!==e._status&&-1!==e._status||(e._status=2,e._result=t)}),-1===e._status&&(e._status=0,e._result=t)}if(1===e._status)return e._result.default;throw e._result}var k={current:null},O={transition:null},H={ReactCurrentDispatcher:k,ReactCurrentBatchConfig:O,ReactCurrentOwner:y};function w(){throw Error("act(...) is not supported in production builds of React.")}return c.Children={map:b,forEach:function(e,t,r){b(e,function(){t.apply(this,arguments)},r)},count:function(e){var t=0;return b(e,function(){t++}),t},toArray:function(e){return b(e,function(e){return e})||[]},only:function(e){if(!S(e))throw Error("React.Children.only expected to receive a single React element child.");return e}},c.Component=_,c.Fragment=a,c.Profiler=i,c.PureComponent=A,c.StrictMode=n,c.Suspense=l,c.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=H,c.act=w,c.cloneElement=function(t,r,a){if(null==t)throw Error("React.cloneElement(...): The argument must be a React element, but you passed "+t+".");var n=R({},t.props),i=t.key,o=t.ref,s=t._owner;if(null!=r){if(void 0!==r.ref&&(o=r.ref,s=y.current),void 0!==r.key&&(i=""+r.key),t.type&&t.type.defaultProps)var c=t.type.defaultProps;for(d in r)v.call(r,d)&&!m.hasOwnProperty(d)&&(n[d]=void 0===r[d]&&void 0!==c?c[d]:r[d])}var d=arguments.length-2;if(1===d)n.children=a;else if(1<d){c=Array(d);for(var l=0;l<d;l++)c[l]=arguments[l+2];n.children=c}return{$$typeof:e,type:t.type,key:i,ref:o,props:n,_owner:s}},c.createContext=function(e){return(e={$$typeof:s,_currentValue:e,_currentValue2:e,_threadCount:0,Provider:null,Consumer:null,_defaultValue:null,_globalName:null}).Provider={$$typeof:o,_context:e},e.Consumer=e},c.createElement=C,c.createFactory=function(e){var t=C.bind(null,e);return t.type=e,t},c.createRef=function(){return{current:null}},c.forwardRef=function(e){return{$$typeof:d,render:e}},c.isValidElement=S,c.lazy=function(e){return{$$typeof:h,_payload:{_status:-1,_result:e},_init:L}},c.memo=function(e,t){return{$$typeof:u,type:e,compare:void 0===t?null:t}},c.startTransition=function(e){var t=O.transition;O.transition={};try{e()}finally{O.transition=t}},c.unstable_act=w,c.useCallback=function(e,t){return k.current.useCallback(e,t)},c.useContext=function(e){return k.current.useContext(e)},c.useDebugValue=function(){},c.useDeferredValue=function(e){return k.current.useDeferredValue(e)},c.useEffect=function(e,t){return k.current.useEffect(e,t)},c.useId=function(){return k.current.useId()},c.useImperativeHandle=function(e,t,r){return k.current.useImperativeHandle(e,t,r)},c.useInsertionEffect=function(e,t){return k.current.useInsertionEffect(e,t)},c.useLayoutEffect=function(e,t){return k.current.useLayoutEffect(e,t)},c.useMemo=function(e,t){return k.current.useMemo(e,t)},c.useReducer=function(e,t,r){return k.current.useReducer(e,t,r)},c.useRef=function(e){return k.current.useRef(e)},c.useState=function(e){return k.current.useState(e)},c.useSyncExternalStore=function(e,t,r){return k.current.useSyncExternalStore(e,t,r)},c.useTransition=function(){return k.current.useTransition()},c.version="18.3.1",c}()),s.exports}var l=(n||(n=1,i.exports=function(){if(a)return o;a=1;var e=d(),t=Symbol.for("react.element"),r=Symbol.for("react.fragment"),n=Object.prototype.hasOwnProperty,i=e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,s={key:!0,ref:!0,__self:!0,__source:!0};function c(e,r,a){var o,c={},d=null,l=null;for(o in void 0!==a&&(d=""+a),void 0!==r.key&&(d=""+r.key),void 0!==r.ref&&(l=r.ref),r)n.call(r,o)&&!s.hasOwnProperty(o)&&(c[o]=r[o]);if(e&&e.defaultProps)for(o in r=e.defaultProps)void 0===c[o]&&(c[o]=r[o]);return{$$typeof:t,type:e,key:d,ref:l,props:c,_owner:i.current}}return o.Fragment=r,o.jsx=c,o.jsxs=c,o}()),i.exports),u=d();const h=u.forwardRef(({ariaHidden:e,ariaLabel:t,backgroundColor:r,caption:a,children:n,className:i,dataTestId:o,height:s,imageSrc:c,overflow:d,radius:u="0px",role:h,tabIndex:f,viewBox:p,width:R,...x},_)=>l.jsxs("svg",{ref:_,"aria-hidden":e,"aria-label":t,className:i,"data-testid":o,height:s,role:h,style:{backgroundColor:r,borderRadius:u,overflow:d},tabIndex:f,viewBox:p,width:R,onMouseDown:e=>e.preventDefault(),...x,children:[a&&l.jsx("title",{children:a}),c&&l.jsx("image",{height:s,href:c,width:R,x:"0",y:"0"}),n]})),f=(e,t,r=0)=>`${-r} ${-r} ${e} ${t}`,p={extraSpace:0,height:80,width:100},R=e=>{const t=new Map,r=()=>{const e={};return t.forEach((t,r)=>{e[r]=t}),e};return{addError:(a,n)=>{if(!n)return;const i={...n,type:a},o=t.get(a)||[];if(o.push(i),t.set(a,o),e){const t=r(),a={};Object.entries(t).forEach(([e,t])=>{const r=e;Array.isArray(t)&&t.length,a[r]=t}),e(a)}},clearErrors:()=>{t.clear(),e&&e({})},getAccumulatedErrors:r}},x=e=>JSON.stringify(e),_="%",g="rem",A=/^(\d+(\.\d+)?)(px|rem|%)?$/,E=e=>{if("number"==typeof e)return e;const t=e.match(A);if(!t)throw new Error(`Invalid string format: "${e}"`);const r=t[1];return t[3]===g?16*parseFloat(r):parseFloat(r)},T=u.createContext({}),v={HORIZONTAL:"HORIZONTAL",VERTICAL:"VERTICAL"},y={BAR_CHART_CONTEXT_ERROR:"BAR_CHART_CONTEXT_ERROR",BAR_CHART_PATH_ERROR:"BAR_CHART_PATH_ERROR",BAR_CHART_SEPARATOR_ERROR:"BAR_CHART_SEPARATOR_ERROR",BAR_CHART_X_AXIS_ERROR:"BAR_CHART_X_AXIS_ERROR",BAR_CHART_Y_AXIS_ERROR:"BAR_CHART_Y_AXIS_ERROR",GENERIC:"GENERIC",LINE_CHART_CONTEXT_ERROR:"LINE_CHART_CONTEXT_ERROR",LINE_CHART_PATH_ERROR:"LINE_CHART_PATH_ERROR",LINE_CHART_PROJECTION_ERROR:"LINE_CHART_PROJECTION_ERROR",LINE_CHART_SEPARATOR_ERROR:"LINE_CHART_SEPARATOR_ERROR",LINE_CHART_X_AXIS_ERROR:"LINE_CHART_X_AXIS_ERROR",LINE_CHART_Y_AXIS_ERROR:"LINE_CHART_Y_AXIS_ERROR",PIE_CHART_CONTEXT_ERROR:"PIE_CHART_CONTEXT_ERROR",PIE_CHART_PATH_ERROR:"PIE_CHART_PATH_ERROR",PIE_CHART_SEGMENT_ERROR:"PIE_CHART_SEGMENT_ERROR"},m={BOTTOM:"BOTTOM",CENTER:"CENTER",CUSTOM:"CUSTOM",LEFT:"LEFT",RIGHT:"RIGHT",TOP:"TOP"},C=Object.entries({BAR_CHART_AXIS_INSUFFICIENT_TICKS:"Axis requires at least two ticks for proper bar scaling",BAR_CHART_AXIS_INVALID_SCALE:"Invalid axis scale for current bar values",BAR_CHART_DISTRIBUTION_INSUFFICIENT_SPACE:"Insufficient space for bar distribution with current configuration",BAR_CHART_DISTRIBUTION_INVALID_GAP:"Invalid gap between bars - must be >= 0 and allow bar rendering",BAR_CHART_DISTRIBUTION_OVERLAP:"Bar distribution results in overlapping bars",BAR_CHART_EMPTY_DATA:"No valid data entries found for bar chart rendering",BAR_CHART_INSUFFICIENT_SPACE_HEIGHT:"Insufficient height to render bars. Consider reducing bar count or increasing chart height",BAR_CHART_INSUFFICIENT_SPACE_WIDTH:"Insufficient width to render bars. Consider reducing bar width or increasing chart width",BAR_CHART_INVALID_VALUE:"Bar value must be a valid number for rendering",BAR_CHART_NEGATIVE_VALUE:"Negative values are not supported in this bar configuration",BAR_CHART_NO_DATA:"Data validation failed: no data provided for bar chart rendering",BAR_CHART_OVERLAP:"Bars are overlapping due to insufficient spacing",BAR_CHART_SEPARATOR_X_OUT_OF_RANGE:"Separator X position is outside valid bar range",BAR_CHART_SEPARATOR_Y_OUT_OF_RANGE:"Separator Y position is outside valid bar range",BAR_CHART_STACK_INVALID:"Invalid stacking configuration - all bars in stack must have consistent configuration",BAR_CHART_STACK_MISSING_VALUES:"Stack is incomplete - all bars in stack must have valid values"}).reduce((e,[t,r])=>(e[t]=new Error(r),e),{}),S=Object.entries({LINE_CHART_INVALID_CANVAS:"Canvas dimensions validation failed: both width and height must be > 0",LINE_CHART_NO_DATA:"Data validation failed: no data provided for chart rendering",LINE_CHART_PATH_ALL_VALUES_NULL:"Path data cannot be generated - all Y values are null or undefined",LINE_CHART_PATH_INSUFFICIENT_POINTS:"Unable to calculate curved path with insufficient points (minimum 2 required)",LINE_CHART_PATH_INVALID_DATAKEY:"DataKey must be a valid string",LINE_CHART_PROJECTION_INVALID_BOUNDS:"Invalid projection bounds - upper projection must be below lower projection",LINE_CHART_PROJECTION_LOWER_X_OUT_OF_RANGE:"Lower projection X coordinate is outside valid range (0-100)",LINE_CHART_PROJECTION_LOWER_Y_OUT_OF_RANGE:"Lower projection Y coordinate is outside chart area",LINE_CHART_PROJECTION_UPPER_X_OUT_OF_RANGE:"Upper projection X coordinate is outside valid range (0-100)",LINE_CHART_PROJECTION_UPPER_Y_OUT_OF_RANGE:"Upper projection Y coordinate is outside chart area",LINE_CHART_SEPARATOR_INVALID_COORDINATES:"Invalid separator position - coordinates overlap, cannot render separator",LINE_CHART_SEPARATOR_INVALID_X_BREAK_AXIS:"Invalid xBreakAxis value: cannot be parsed as number",LINE_CHART_SEPARATOR_INVALID_Y_BREAK_AXIS:"Invalid yBreakAxis value: cannot be parsed as number",LINE_CHART_SEPARATOR_X_OUT_OF_RANGE:"xBreakAxis value is outside data range",LINE_CHART_SEPARATOR_Y_OUT_OF_RANGE:"yBreakAxis value is outside data range",LINE_CHART_SINGLE_POINT:"Data validation failed: single data point provided, minimum 2 required for line chart",LINE_CHART_X_AXIS_IDENTICAL_VALUES:"X-axis range validation failed: minimum and maximum values are identical, cannot render chart line",LINE_CHART_X_AXIS_INSUFFICIENT_TICKS:"X-axis tick calculation: insufficient data points (1/2 minimum required)",LINE_CHART_X_AXIS_ZERO_LENGTH:"X-axis geometry validation failed: start and end X coordinates are identical (x1=x2), axis has zero length",LINE_CHART_Y_AXIS_IDENTICAL_VALUES:"Y-axis range validation failed: minimum and maximum values are identical, cannot render chart line",LINE_CHART_Y_AXIS_INSUFFICIENT_TICKS:"Y-axis tick calculation: insufficient data points (1/2 minimum required)",LINE_CHART_Y_AXIS_ZERO_LENGTH:"Y-axis geometry validation failed: start and end Y coordinates are identical (y1=y2), axis has zero length"}).reduce((e,[t,r])=>(e[t]=new Error(r),e),{}),I=Object.entries({PIE_CHART_EMPTY_DATA:"PieChart data is empty or undefined",PIE_CHART_INNER_RADIUS_OUT_OF_RANGE:"Inner radius must be less than radius",PIE_CHART_INVALID_CANVAS_DIMENSIONS:"Invalid canvas dimensions for PieChart",PIE_CHART_INVALID_DATA_KEY:"Invalid or missing dataKey in PieChart data",PIE_CHART_INVALID_INNER_RADIUS:"Invalid innerRadius value",PIE_CHART_INVALID_RADIUS:"Invalid radius value",PIE_CHART_INVALID_SEGMENT_VALUE:"Invalid segment value (non-numeric)",PIE_CHART_INVALID_TOTAL:"PieChart total value is zero or invalid",PIE_CHART_MISSING_SEGMENT_NAME:"Segment is missing required name property",PIE_CHART_NEGATIVE_SEGMENT_VALUE:"Segment value cannot be negative"}).reduce((e,[t,r])=>(e[t]=new Error(r),e),{}),N=(e,t)=>new Error(`Invalid value "${e}" for bar with dataKey "${t}". Must be a valid number.`),$=(e,t)=>new Error(`Negative value ${e} not allowed for bar with dataKey "${t}" in current configuration`),b=(e,t)=>new Error(`Invalid segment value for "${t}": "${e}" is not a valid number`),L=(e,t)=>new Error(`Negative segment value for "${t}": ${e} (values must be >= 0)`),k=e=>new Error(`DataKey "${e}" not found in PieChart dataset`),O=e=>new Error(`Data array for key "${e}" is empty`),H=(e,t)=>new Error(`Invalid total value for "${e}": ${t} (must be > 0)`),w=(e,t,r)=>new Error(`Invalid group at index ${t} in "${e}": missing required property "${r}"`),P=e=>new Error(`Invalid radius value: "${e}" (must be a positive number)`),j=e=>new Error(`Invalid innerRadius value: "${e}" (must be a positive number or zero)`),D=(e,t)=>new Error(`innerRadius (${e}) must be less than radius (${t}) for donut chart rendering`),B="INVALID_X_TICK",M="BAR_CHART_NO_DATA",X="LINE_CHART_NO_DATA",F="LINE_CHART_PATH_ALL_VALUES_NULL",V="LINE_CHART_PATH_INSUFFICIENT_POINTS",W="LINE_CHART_PATH_INVALID_DATAKEY",Y="LINE_CHART_SEPARATOR_INVALID_COORDINATES",K="LINE_CHART_SINGLE_POINT",U="LINE_CHART_X_AXIS_IDENTICAL_VALUES",G="LINE_CHART_X_AXIS_INSUFFICIENT_TICKS",z="LINE_CHART_X_AXIS_ZERO_LENGTH",Z="LINE_CHART_Y_AXIS_IDENTICAL_VALUES",q="LINE_CHART_Y_AXIS_INSUFFICIENT_TICKS",J="LINE_CHART_Y_AXIS_ZERO_LENGTH",Q={...C,...S,...I,INVALID_X_TICK:new Error("[getXTicks] Invalid X tick values calculated")},ee=e=>Q[e],te=e=>new Error(`DataKey "${e}" not found in dataset`),re=(e,t)=>new Error(`Canvas dimensions validation failed: width=${e}, height=${t} (both must be > 0)`),ae=e=>new Error(`Invalid xBreakAxis value: '${e}' cannot be parsed as number`),ne=e=>new Error(`Invalid yBreakAxis value: '${e}' cannot be parsed as number`),ie=(e,t,r)=>new Error(`xBreakAxis value ${e} is outside data range (${t} - ${r})`),oe=(e,t,r)=>new Error(`yBreakAxis value ${e} is outside data range (${t} - ${r})`),se=({canvasHeight:e,canvasWidth:t,customBreakAxis:r,extraSpaceBottomY:a,extraSpaceLeftX:n,extraSpaceRightX:i,extraSpaceTopY:o,position:s})=>s===m.TOP?{x1:n,x2:t-i,y1:o,y2:o}:s===m.CENTER?{x1:n,x2:t-i,y1:e/2,y2:e/2}:s===m.CUSTOM?{x1:n,x2:t-i,y1:r,y2:r}:{x1:n,x2:t-i,y1:e-a,y2:e-a},ce=({canvasHeight:e,canvasWidth:t,customBreakAxis:r,extraSpaceBottomY:a,extraSpaceLeftX:n,extraSpaceRightX:i,extraSpaceTopY:o,position:s})=>s===m.RIGHT?{x1:t-i,x2:t-i,y1:o,y2:e-a}:s===m.CENTER?{x1:t/2,x2:t/2,y1:o,y2:e-a}:s===m.CUSTOM?{x1:r,x2:r,y1:o,y2:e-a}:{x1:n,x2:n,y1:o,y2:e-a},de=(e,t,r)=>t.map(t=>{if(isNaN(Number(t))){const r=e.find(e=>String(e.value)===String(t));return r?r.position:0}const{index:a,tick:n}=e.reduce((e,r,a)=>Math.abs(Number(r.value)-Number(t))<=Math.abs(Number(e.tick.value)-Number(t))?{index:a,tick:r}:e,{index:0,tick:e[0]}),i=Number(t),o=Number(n.value);if(i!==o){const t=e.map(e=>Number(e.value)),s=Math.min(...t),c=Math.max(...t);if(i<s)return e.at(0)?.position;if(i>c)return e.at(-1)?.position;const d=Math.abs(o-i),l=i>o,u=l?e[a+1]:e[a-1],h=100*d/Math.abs(Number(u.value)-o),f=Math.abs(n.position-u.position)*h/100;return r?l?n.position+f:n.position-f:l?n.position-f:n.position+f}return n.position}),le=({initPos:e,maxSpaceAvailable:t,otherAxisSpace:r,securitySpace:a,tickValues:n})=>{const i=n.length-1,o=(t-r-a)/i;return n.map((t,r)=>({position:e+r*o+a/2,value:t}))},ue=({initPos:e,maxSpaceAvailable:t,needAjusted:r,otherAxisSpace:a,securitySpace:n,tickValues:i})=>{const o=(t-a-n)/(i.length-1),s=r?n/2:0;return i.map((t,r)=>({position:e-r*o-s,value:t}))},he="0",fe="1",pe="fallbackData";(()=>{if("undefined"!=typeof globalThis&&"process"in globalThis){const e=globalThis.process;return"production"===e?.env?.NODE_ENV}})();const Re=e=>e?Object.entries(e).reduce((e,[t,r])=>((t.startsWith("aria-")||t.startsWith("data-"))&&null!=r&&(e[t]=String(r)),e),{}):{},xe=({height:e="140%",width:t="140%",x:r="-20%",y:a="-20%",...n})=>l.jsx("defs",{children:l.jsx("filter",{height:e,id:n.id,width:t,x:r,y:a,children:l.jsx("feDropShadow",{...n.shadowSvgConfig})})}),_e=-1/0,ge=u.forwardRef(({dataTestId:e,position:t,size:r=1,...a},n)=>l.jsx("circle",{...a,ref:n,cx:t?.x,cy:t?.y,"data-testid":`${e}-circle`,r:r/2})),Ae=(e,t,r,a,n)=>{let i="";const o=a===n,s=o?r:2*r;for(let r=0;r<s;r++){const c=o||r%2==0?a:n,d=2*Math.PI/s*r-Math.PI/2;i+=`${e+Math.cos(d)*c},${t+Math.sin(d)*c} `}return i.trim()},Ee=u.forwardRef(({dataTestId:e,position:t={x:0,y:0},size:r=1,...a},n)=>{const i=Ae(t.x,t.y,6,r/2,r/2);return l.jsx("polygon",{...a,ref:n,"data-testid":`${e}-hexagon`,points:i})}),Te=u.forwardRef(({dataTestId:e,position:t={x:0,y:0},size:r=1,...a},n)=>{const i=Ae(t.x,t.y,5,r/2,r/2);return l.jsx("polygon",{...a,ref:n,"data-testid":`${e}-pentagon`,points:i})}),ve=u.forwardRef(({dataTestId:e,position:t={x:0,y:0},size:r=1,...a},n)=>l.jsx("rect",{...a,ref:n,"data-testid":`${e}-square`,height:r,width:r,x:t.x-r/2,y:t.y-r/2})),ye=u.forwardRef(({dataTestId:e,position:t={x:0,y:0},size:r=1,...a},n)=>{const i=r/2,o=i/2,s=Ae(t.x,t.y,5,i,o);return l.jsx("polygon",{...a,ref:n,"data-testid":`${e}-star`,points:s})}),me=u.forwardRef(({dataTestId:e,position:t={x:0,y:0},size:r=1,...a},n)=>{const i=`M ${t.x-r/2} ${t.y} H ${t.x+r/2} M ${t.x} ${t.y-r/2} V ${t.y+r/2}`;return l.jsx("path",{...a,ref:n,d:i,"data-testid":`${e}-straight`,strokeWidth:2})}),Ce=u.forwardRef(({dataTestId:e,position:t={x:0,y:0},size:r=1,...a},n)=>{const i=[`${t.x},${t.y-r/2}`,`${t.x-r/2},${t.y+r/2}`,`${t.x+r/2},${t.y+r/2}`].join(" ");return l.jsx("polygon",{...a,ref:n,"data-testid":`${e}-triangle`,points:i})}),Se={Circle:"circle",Hexagon:"hexagon",Pentagon:"pentagon",Square:"square",Star:"star",Straight:"straight",Triangle:"triangle"},Ie={[Se.Circle]:ge,[Se.Hexagon]:Ee,[Se.Pentagon]:Te,[Se.Square]:ve,[Se.Star]:ye,[Se.Straight]:me,[Se.Triangle]:Ce},Ne=u.forwardRef(({dataTestId:e="node",haloConfig:t,hasHalo:r=!1,onBlur:a,onClick:n,onDoubleClick:i,onFocus:o,onKeyDown:s,onMouseEnter:c,onMouseLeave:d,position:h={x:0,y:0},size:f=1,type:p=Se.Circle,...R},x)=>{const[_,g]=(e=>{const t=u.useRef(!1),r=u.useRef(null);u.useImperativeHandle(e,()=>r.current,[]);const a=e=>{t.current=!!e.autoClick};return u.useEffect(()=>{if(!r.current)return;const e=r.current;return e.addEventListener("click",a),()=>e.removeEventListener("click",a)},[]),[r,t]})(x),A={...R,className:`node ${R.className}`,onBlur:e=>{a?.(e)},onClick:e=>{n?.(e,{...R.data,nodePosition:h},g.current)},onDoubleClick:e=>{i?.(e,R.data)},onFocus:e=>{o?.(e,R.data)},onKeyDown:e=>{"Enter"===e.key&&s?.(e,R.data)},onMouseEnter:e=>{c?.(e,R.data)},onMouseLeave:e=>{d?.(e)}},E={className:R.className,fill:t?.fill||R.fill,fillOpacity:t?.fillOpacity||.25,opacity:t?.opacity||.3,stroke:t?.stroke||R.stroke,strokeWidth:t?.strokeWidth||R.strokeWidth},T=Ie[p];return l.jsxs(l.Fragment,{children:[r&&l.jsx(T,{...E,"aria-hidden":"true",dataTestId:`${e}-halo`,position:h,size:f+f/2,tabIndex:-1}),l.jsx(T,{...A,ref:_,dataTestId:e,position:h,size:f})]})}),$e=u.forwardRef(({data:e,nodeConfig:t,tabIndex:r=0,x:a,y:n},i)=>{const o=t?Re(t):{};if(o["aria-label"]&&e&&"string"==typeof o["aria-label"]){const t=o["aria-label"];if(t.includes("{{")){const r=((e,t,r)=>{if(!e)return;const a=r??t.dataValue,n=Array.isArray(a)?a[t.index]:void 0,{xValue:i,yValue:o}=((e,t)=>({xValue:e&&t.xKey?e[t.xKey]?.toString()??"":"",yValue:e&&t.dataKey?e[t.dataKey]?.toString()??"":""}))(n,t);return((e,t,r,a)=>{let n=e;return void 0!==t.dataKey&&(n=n.replace(new RegExp("{{dataKey}}","g"),t.dataKey)),n=n.replace(new RegExp("{{xValue}}","g"),r),n=n.replace(new RegExp("{{yValue}}","g"),a),void 0!==t.index&&(n=n.replace(new RegExp("{{index}}","g"),(t.index+1).toString())),n})(e,t,i,o)})(t,{dataKey:e.dataKey,dataValue:e.dataValue,index:e.index??0,xKey:e.xKey},e.dataValue);r&&(o["aria-label"]=r)}}return l.jsx(l.Fragment,{children:t&&l.jsx(Ne,{...t,ref:i,...o,className:"node-path-focus-border",data:e,hasHalo:t.hasHalo,position:{x:a,y:n},tabIndex:r})})}),be=u.forwardRef(({classNames:e="",fill:t="transparent",stroke:r="#0000FF",strokeWidth:a="1",focusConfig:n={stroke:"#0000FF",strokeWidth:"0.5"},hoverConfig:i={stroke:"#0000FF",strokeWidth:"0.5"},role:o="img",...s},c)=>{const{handleBlur:d,handleFocus:h,isFocused:f}=((e,t)=>{const[r,a]=u.useState(!1),n=u.useCallback(t=>{a(!0),e?.(t)},[e]);return{handleBlur:u.useCallback(e=>{a(!1),t?.(e)},[t]),handleFocus:n,isFocused:r}})(s.onFocus,s.onBlur),{handleMouseEnter:p,handleMouseLeave:R,isHovered:x}=((e,t)=>{const[r,a]=u.useState(!1);return{handleMouseEnter:u.useCallback(t=>{a(!0),e?.(t)},[e]),handleMouseLeave:u.useCallback(e=>{a(!1),t?.(e)},[t]),isHovered:r}})(s.onMouseEnter,s.onMouseLeave),_=u.useRef(null),g=u.useRef([]),A=u.useRef(null);u.useImperativeHandle(c,()=>({get main(){return A.current},get node(){return g.current},get path(){return _.current}}));const E=s.gradient&&((e,t="gradientePath")=>{const r=e.split(",").map(e=>e.trim()),a=parseInt(r[0],10),n=r.slice(1).map(e=>{const[t,r]=e.split(" ");return{color:t,offset:r}});let i="0%",o="0%",s="0%";switch(a){case 180:s="100%";break;case 90:o="100%";break;case 270:i="100%";break;default:return l.jsx(l.Fragment,{})}return l.jsx("defs",{children:l.jsx("linearGradient",{id:t,x1:i,x2:o,y1:"0%",y2:s,children:n.map((e,t)=>l.jsx("stop",{offset:e.offset,stopColor:e.color},`${t}-${e.offset}`.toString()))})})})(s.gradient),T=Re(s),v={...{...s,classNames:`path ${e}`,fill:E?"url(#gradientePath)":t,filter:"url(#shadow)",role:o,stroke:r,strokeWidth:a},...f&&n,...x&&i};return l.jsxs("g",{ref:A,tabIndex:-1,children:[E&&E,v.shadowSvgConfig&&l.jsx(xe,{id:"shadow",shadowSvgConfig:v.shadowSvgConfig}),l.jsxs("g",{"aria-label":v.ariaLabel,className:v.classNames,"data-draw":!0,filter:v.shadowSvgConfig&&v.filter,opacity:v.opacity,orientation:v.orientation,role:v.role,rotate:v.rotate,tabIndex:v.tabIndex,transform:v.transform,visibility:v.visibility,...T,onBlur:d,onClick:()=>{s.onClick?.(s.dataValue)},onDoubleClick:e=>{s.onDoubleClick?.(e,s.dataValue)},onFocus:h,onKeyDown:e=>{"Enter"===e.key&&s.onKeyDown?.(s.dataValue)},onMouseDown:e=>{e.preventDefault()},onMouseEnter:p,onMouseLeave:R,children:[l.jsx("path",{ref:_,d:v.d,"data-testid":v.dataTestId,fill:v.dFill?"transparent":v.fill,fillOpacity:v.fillOpacity,fillRule:v.fillRule,stroke:v.stroke,strokeDasharray:v.strokeDasharray,strokeDashoffset:v.strokeDashoffset,strokeLinecap:v.strokeLinecap,strokeLinejoin:v.strokeLinejoin,strokeMiterlimit:v.strokeMiterlimit,strokeOpacity:v.strokeOpacity,strokeWidth:v.strokeWidth,children:v.title&&l.jsx("title",{children:v.title})}),v.dFill&&l.jsx("path",{d:v.dFill,fill:v.fill,fillOpacity:v.fillOpacity,fillRule:v.fillRule})]}),v.points&&v.nodeConfig&&v.points.map(([e,t],r)=>{const a={dataKey:v.dataKey,dataValue:v.dataValue,index:r,xKey:v?.xKey};return l.jsx($e,{ref:e=>g.current[r]=e,data:a,nodeConfig:v.nodeConfig,tabIndex:-1,x:e,y:t},`${r.toString()}`)})]})}),Le=(e,t,r)=>e?t+r/2:t-r/2,ke=({barConfig:e,currentBars:t,endRounded:r,extraSpacing:a=0,order:n=1,orientation:i,startRounded:o,x1:s,x2:c,y1:d,y2:u})=>{const{barWidth:h,singleConfig:f}=e,p=(({barConfig:e,orientation:t,x1:r,x2:a,y1:n,y2:i})=>{const{gap:o=0,singleConfig:s}=e,c=t===v.HORIZONTAL,d=c?r:n,l=c?a:i,u={end:l<d,start:l>d};return s.reduce((e,t,r)=>{const{coverage:a}=t,n=((e,t)=>e/100*t)(a,l-d),i=0===r?d:Le(u.start,e[r-1][1],o),c=r+1===s.length?l:Le(u.end,i+n,o);return e.push([i,c]),e},[])})({barConfig:e,orientation:i,x1:s,x2:c,y1:d,y2:u});return l.jsx("g",{children:f.map((e,R)=>{const[x,_]="HORIZONTAL"===i?p[R]:[s,c],[g,A]="VERTICAL"===i?p[R]:[d,u],E=(({barWidth:e,currentBars:t,endRounded:r=0,extraSpacing:a,order:n,orientation:i,startRounded:o=0,x1:s,x2:c,y1:d,y2:l})=>{let u,h,f,p,R="Z";const x=(({barWidth:e,currentBars:t,extraSpacing:r,order:a,orientation:n})=>{const i=e/2,o=r/2,s=t%2==0,c=s?o:o+i,d=a-Math.ceil(t/2);let l=0;return 0===d?l=s?-o:i:d<0?l=n===v.HORIZONTAL?d*-c+e:d*c:d>0&&(l=n===v.HORIZONTAL?d*-c:d*c+e),l})({barWidth:e,currentBars:t,extraSpacing:a,order:n,orientation:i});if(i===v.HORIZONTAL){const t=s+o,a=c-r;o&&r?(u=`M ${t},${d+x}`,h=`L${a},${l+x}`,f=`Q${c+r} ${l+x-e/2}, ${a} ${l+x-e}`,p=`L${t},${d+x-e}`,R=`Q${s-o} ${d+x-e/2}, ${t} ${d+x}`):o?(u=`M ${t},${d+x}`,h=`L${c},${l+x}`,f=`L${c},${l+x-e}`,p=`L${t},${d+x-e}`,R=`Q${s-o} ${d+x-e/2}, ${t} ${d+x}`):r?(u=`M${s},${d+x}`,h=`L${a},${l+x}`,f=`Q${c+r} ${l+x-e/2}, ${a} ${l+x-e}`,p=`L${s},${d+x-e}`):(u=`M${s},${d+x}`,h=`L${c},${l+x}`,f=`L${c},${l+x-e}`,p=`L${s},${d+x-e}`)}else{const t=d-o,a=l+r;o&&r?(u=`M${s+x}, ${t}`,h=`L${c+x},${a}`,f=`Q${c+x-e/2} ${l-r}, ${c+x-e} ${a}`,p=`L${s+x-e},${t}`,R=`Q${s+x-e/2} ${d+o}, ${s+x} ${t}`):o?(u=`M${s+x}, ${t}`,h=`L${c+x},${l}`,f=`L${c+x-e},${l}`,p=`L${s+x-e},${t}`,R=`Q${s+x-e/2} ${d+o}, ${s+x} ${t}`):r?(u=`M${s+x},${d}`,h=`L${c+x},${a}`,f=`Q${c+x-e/2} ${l-r}, ${c+x-e} ${a}`,p=`L${c+x-e},${d}`):(u=`M${s+x},${d}`,h=`L${c+x},${l}`,f=`L${c+x-e},${l}`,p=`L${s+x-e},${d}`)}return`${u} ${h} ${f} ${p} ${R}`})({barWidth:h,currentBars:t,endRounded:R===f.length-1&&r?r:void 0,extraSpacing:a,order:n,orientation:i,startRounded:0===R&&o?o:void 0,x1:x,x2:_,y1:g,y2:A});return l.jsx(be,{d:E,fill:e.color,hoverConfig:{stroke:"transparent",strokeWidth:"0"},stroke:"transparent",tabIndex:0,title:e.title},`${e.title}-${R.toString()}`)})})},Oe=({barConfig:e,dataIdx:t,dataKey:r,order:a,...n})=>{const{addError:i,xAxisCoordinates:o,yAxisCoordinates:s,...c}=u.useContext(T),{coordinates:d,tickValues:h}=o,{coordinates:f,tickValues:p}=s,R=c.orientation===v.VERTICAL,x=R?c.pKey:r,_=R?r:c.pKey,g=c.data[t],A=g?.[x],E=g?.[_],y=c.data[0],m=!!y&&Object.prototype.hasOwnProperty.call(y,r),C=c.data.length>0,S=Number(E);u.useEffect(()=>{!C||m?isNaN(S)?i?.("BAR_CHART_PATH_ERROR",{error:N(E,r)}):S<0&&i?.("BAR_CHART_PATH_ERROR",{error:$(S,r)}):i?.("BAR_CHART_PATH_ERROR",{error:te(r)})},[r,C,m,S,E]);const I=de(h,[String(A)],!0)[0],b=de(p,[String(E)])[0],L=R?{x1:I,x2:I,y1:d.y1,y2:b}:{x1:f.x1,x2:I,y1:b,y2:b};return l.jsx(ke,{barConfig:e,currentBars:c.barChildrenCount,extraSpacing:c.gapBetweenBars,order:a,orientation:c.orientation,...L,...n})},He=e=>{let t=0;return u.Children.toArray(e).forEach(e=>{u.isValidElement(e)&&e.type===Oe&&e.props.order>t&&(t=e.props.order)}),t},we=e=>{if(0===e.length)return{numeric:{max:2,min:0,step:1}};const t=Math.min(...e.map(e=>parseFloat(e))),r=Math.max(...e.map(e=>parseFloat(e)));return{numeric:{max:r,min:t,step:Math.abs(r-t)/2}}},Pe=()=>"undefined"!=typeof window&&"undefined"!=typeof document,je=()=>Pe()?document:void 0,De=e=>{const t=je();if(t)return t.createElementNS("http://www.w3.org/2000/svg",e)},Be=({bound:e,data:t,fontSize:r,svgHeight:a,svgWidth:n,viewBox:i})=>{if(!Pe()||!t.length)return 0;const o=je();if(!o)return 0;const s=De("svg");if(!s)return 0;s.setAttribute("style","position: absolute; visibility: hidden; top: -9999px; left: -9999px;"),s.setAttribute("viewBox",i),s.setAttribute("width",n),s.setAttribute("height",a),o.body.appendChild(s);const c=t.map(t=>{const a=De("text");if(!a)return 0;a.setAttribute("font-size",r),a.textContent=t,s.appendChild(a);const n=a.getBBox()[e];return a.remove(),n});return s.remove(),Math.max(...c,0)},Me=({ariaLabel:e="",className:t="line",dataTestId:r,tabIndex:a=-1,...n})=>l.jsx("line",{...n,"aria-label":e,className:t,"data-testid":r,tabIndex:a}),Xe=({children:e,className:t="circle",tabIndex:r=-1,...a})=>l.jsx("text",{className:t,tabIndex:r,...a,children:e}),Fe=({showTickLines:e,tick:t,tickLine:r,tickText:a})=>l.jsxs("g",{children:[e&&l.jsx(Me,{...r}),a&&l.jsx(Xe,{...a,children:t.value})]}),Ve=(e,t,r=1)=>e>=t-r&&e<=t+r,We=e=>{const{ariaLabel:t,className:r,dataTestId:a,opacity:n,stroke:i,strokeDasharray:o,strokeDashoffset:s,strokeLinecap:c,strokeLinejoin:d,strokeOpacity:l,strokeWidth:u,style:h,tabIndex:f,transform:p,x1:R,x2:x,y1:_,y2:g}=e;return{ariaLabel:t,className:r,dataTestId:a,opacity:n,stroke:i,strokeDasharray:o,strokeDashoffset:s,strokeLinecap:c,strokeLinejoin:d,strokeOpacity:l,strokeWidth:u,style:h,tabIndex:f,transform:p,x1:R,x2:x,y1:_,y2:g}},Ye=({canvasHeight:e=p.height,canvasWidth:t=p.width,cursor:r=0,extraSpace:a={bottom:0,left:0,right:0,top:0},position:n=m.BOTTOM,showTickLines:i=!1,tickLine:o,tickLineHover:s,tickText:c,tickValues:d=[],...u})=>{const h=Re(u);return l.jsxs("g",{...h,children:[l.jsx(Me,{...We(u)}),d&&d.length>0&&d.map((e,t)=>{const a=Ve(r,e.position)&&s?{...o,...s}:o,n="rotate"===c?.transform?`rotate(-30, ${e.position}, ${c.y})`:void 0;return l.jsx(Fe,{showTickLines:i,tick:e,tickLine:{...a,x1:e.position,x2:e.position},tickText:{...c,transform:n,x:e.position}},`${t.toString()}`)})]})},Ke=(e,t,r)=>e===m.RIGHT?t+r:t-r,Ue=(e,t,r,a)=>e===m.TOP?r:t+r+a,Ge=({position:e=m.BOTTOM,tickLine:t,tickText:r,...a})=>{const{xAxisCoordinates:{coordinates:n,tickValues:i},...o}=u.useContext(T),s=Ue(e,n.y1,Number(r?.fontSize),r?.top??0),c=o.extraSpaceTopY,d=Number(o.canvasHeight)-o.extraSpaceBottomY;return l.jsx(Ye,{...n,...a,canvasHeight:Number(o.canvasHeight),canvasWidth:Number(o.canvasWidth),dataTestId:`${o.dataTestId}xAxis`,extraSpace:{left:o.extraSpaceLeftX,right:o.extraSpaceRightX},tickLine:{...t,y1:c,y2:d},tickText:{...r,y:s},tickValues:r?i:void 0})},ze=({canvasWidth:e,cursor:t=0,extraSpace:r={bottom:0,left:0,right:0,top:0},position:a=m.LEFT,showTickLines:n=!0,tickLine:i,tickLineHover:o,tickText:s,tickValues:c=[],...d})=>{const u=Re(d);return l.jsxs("g",{...u,children:[l.jsx(Me,{...We(d)}),c&&c.length>0&&c.map((e,r)=>{const a=Ve(t,e.position)&&o?{...i,...o}:i,c="rotate"===s?.transform?`rotate(-30, ${s.x}, ${e.position})`:void 0;return l.jsx(Fe,{showTickLines:n,tick:e,tickLine:{...a,y1:e.position,y2:e.position},tickText:{...s,transform:c,y:e.position}},`${r.toString()}`)})]})},Ze=(e,t,r)=>{let a=0;switch(e){case"middle":a=t/2+r;break;case"end":a=t+r;break;default:a=0}return a},qe=({position:e=m.LEFT,tickLine:t,tickText:r,...a})=>{const{yAxisCoordinates:{coordinates:n,tickValues:i},...o}=u.useContext(T),s=r?.textAnchor||"middle",c=(e===m.RIGHT?r?.right:r?.left)??0,d=Ze(s,o.yAxisText,c),h=Ke(e,n.x1,d);return l.jsx(ze,{...n,...a,canvasHeight:Number(o.canvasHeight),canvasWidth:Number(o.canvasWidth),dataTestId:`${o.dataTestId}yAxis`,tickLine:{...t,x1:o.extraSpaceLeftX,x2:Number(o.canvasWidth)-o.extraSpaceRightX},tickText:{...r,x:h},tickValues:r?i:void 0})},Je=e=>{if(e.custom)return e.custom?.values;if(e.numeric){const{max:t,min:r=0,step:a}=e.numeric;if(a>=Math.abs(t-r)||a<=0)return[r.toString()];const n=[];for(let e=r;e<=t;e+=a)n.push(e.toString());return n}},Qe=(e,t)=>e.flatMap(e=>Object.keys(e).filter(r=>r!==t&&"number"==typeof e[r]).map(t=>Number(e[t]))),et=(e,t,r,a,n,i,o,s)=>{const{position:c,tickText:d,tickValues:l}=e.props,u=d?.fontSize??0,h=u*a,f=l?Je(l):t.map(e=>e[r]),p=Be({bound:"width",data:f,fontSize:u,svgHeight:`${o}`,svgWidth:`${s}`,viewBox:i}),R=n>p?n:p;return{barChartXPosition:c||m.BOTTOM,extraSpaceBottomY:c===m.BOTTOM?h+(d?.top??0):0,extraSpaceTopY:c===m.TOP?h+(d?.bottom??0):0,securityXSpace:R,xBreakAxis:l?.numeric?l.numeric.breakAxis??0:d?.custom?.breakAxis??0,xData:f}},tt=(e,t,r,a,n,i,o,s)=>{const{position:c,tickText:d,tickValues:l}=e.props,u=d?.fontSize??0,h=u*a,f=l||we([...new Set(Qe(t,r))]),p=Je(f),R=n>h?n:h,x=Be({bound:"width",data:p,fontSize:u,svgHeight:`${o}`,svgWidth:`${s}`,viewBox:i});return{barChartYPosition:c||m.LEFT,extraSpaceLeftX:c===m.LEFT?x+(d?.right??0):0,extraSpaceRightX:c===m.RIGHT?x+(d?.left??0):0,securityYSpace:R,yAxisText:x,yBreakAxis:l?.numeric?l.numeric.breakAxis??0:d?.custom?.breakAxis??0,yData:p}},rt=({addError:e,ajustedX:t,ajustedY:r,canvasHeight:a,canvasWidth:n,children:i,data:o,gapBetweenBars:s,orientation:c,pKey:d,viewBox:l})=>{let h;if(!o||0===o.length){const t={error:ee(M)};e?.("BAR_CHART_CONTEXT_ERROR",t),h=t}if(n<=0||a<=0){const t={error:re(n,a)};e?.("BAR_CHART_CONTEXT_ERROR",t),h=t}const f=He(i),p=20*f,R=(f-1)*s,x=c===v.VERTICAL?n:a;if(p+R>x){const t={error:(_=`Insufficient space: requires ${p+R}px but only ${x}px available`,new Error(`Invalid bar distribution for "all": ${_}`))};e?.("BAR_CHART_CONTEXT_ERROR",t),h=t}var _;const g=o&&o.length>0?o:[{[pe]:0,[d]:he},{[pe]:0,[d]:fe}],A=n>0?n:100,E=a>0?a:100,{barChartXPosition:T,barChartYPosition:C,extraSpaceBottomY:S,extraSpaceLeftX:I,extraSpaceRightX:N,extraSpaceTopY:$,securityXSpace:b,securityYSpace:L,xAxisText:k,xBreakAxis:O,xData:H,yAxisText:w,yBreakAxis:P,yData:j}=(({ajustedX:e,ajustedY:t,canvasHeight:r,canvasWidth:a,children:n,data:i,gapBetweenBars:o,orientation:s,pKey:c,viewBox:d})=>{let l={barChartXPosition:m.BOTTOM,barChartYPosition:m.LEFT,extraSpaceBottomY:0,extraSpaceLeftX:0,extraSpaceRightX:0,extraSpaceTopY:0,securityXSpace:0,securityYSpace:0,xAxisText:0,xBreakAxis:0,xData:[],yAxisText:0,yBreakAxis:0,yData:[]},h=o;const f=[];return u.Children.forEach(n,n=>{if(u.isValidElement(n))if(n.type!==Oe||f.includes(n.props.order)||(f.push(n.props.order),h+=n.props.barConfig.barWidth??0),n.type===Ge){const t=s===v.VERTICAL?h:0;l={...l,...et(n,i,c,e,t,d,r,a)}}else if(n.type===qe){const e=s===v.HORIZONTAL?h:0;l={...l,...tt(n,i,c,t,e,d,r,a)}}}),l})({ajustedX:t,ajustedY:r,canvasHeight:E,canvasWidth:A,children:i,data:g,gapBetweenBars:s,orientation:c,pKey:d,viewBox:l}),D=T!==m.TOP&&T!==m.BOTTOM,X=le({initPos:I,maxSpaceAvailable:A,otherAxisSpace:I+N,securitySpace:b,tickValues:H});if((X??[]).some(({position:e})=>isNaN(e))){const t={error:ee(B)};e?.("BAR_CHART_CONTEXT_ERROR",t),h=t}if(X){const t=X.length<2,r=X.length>=2&&1===new Set(X.map(e=>e.value)).size;if(t){const t={error:ee(G)};e?.("BAR_CHART_X_AXIS_ERROR",t),h||(h=t)}if(r){const t={error:ee(U)};e?.("BAR_CHART_X_AXIS_ERROR",t),h||(h=t)}}const F=C!==m.LEFT&&C!==m.RIGHT,V=ue({initPos:E-S,maxSpaceAvailable:E,needAjusted:c===v.HORIZONTAL,otherAxisSpace:$+S,securitySpace:L,tickValues:j});if(V){const t=V.length<2,r=V.length>=2&&1===new Set(V.map(e=>e.value)).size;if(t){const t={error:ee(q)};e?.("BAR_CHART_Y_AXIS_ERROR",t),h||(h=t)}if(r){const t={error:ee(Z)};e?.("BAR_CHART_Y_AXIS_ERROR",t),h||(h=t)}}const W=D?de(V||[],[String(O)])[0]:0,Y=F?de(X||[],[String(P)])[0]:0,K=se({canvasHeight:E,canvasWidth:A,customBreakAxis:Number(W),extraSpaceBottomY:S,extraSpaceLeftX:I,extraSpaceRightX:N,extraSpaceTopY:$,position:T}),Q=ce({canvasHeight:E,canvasWidth:A,customBreakAxis:Number(Y),extraSpaceBottomY:S,extraSpaceLeftX:I,extraSpaceRightX:N,extraSpaceTopY:$,position:C});if(K.x1===K.x2){const t={error:ee(z)};e?.("BAR_CHART_X_AXIS_ERROR",t),h||(h=t)}if(Q.y1===Q.y2){const t={error:ee(J)};e?.("BAR_CHART_Y_AXIS_ERROR",t),h||(h=t)}const te={addError:e,crossXAxis:D,crossYAxis:F,data:g,extraSpaceBottomY:S,extraSpaceLeftX:I,extraSpaceRightX:N,extraSpaceTopY:$,securityXSpace:b,securityYSpace:L,xAxisCoordinates:{coordinates:K,tickValues:X||(h?[{position:0,value:he},{position:A,value:fe}]:[])},xAxisText:k,yAxisCoordinates:{coordinates:Q,tickValues:V||(h?[{position:E,value:he},{position:0,value:fe}]:[])},yAxisText:w};return h?{...te,error:{...h,type:y.BAR_CHART_CONTEXT_ERROR}}:te},at=Object.assign(({canvasConfig:e=p,caption:t,children:r,classNames:a,data:n,dataTestId:i,gapBetweenBars:o=0,height:s="100%",onErrors:c,orientation:d,pKey:_,role:g,tabIndex:A,width:v="100%",...y})=>{const{extraSpace:m,height:C,width:S}=e,I=E(S),N=E(C),$=m?E(m):void 0,b=f(I,N,$),L=He(r),k=2*o,O=[l.jsx(Ge,{},"default-x-axis"),l.jsx(qe,{},"default-y-axis")],H=u.Children.toArray(r)||[],w=O.concat(H),P=Math.max(I,N,$??0),j=I/P,D=N/P,B=u.useMemo(()=>R(c),[c]),M=x(n),X=u.useMemo(()=>(B.clearErrors(),rt({addError:(e,t)=>{B.addError(e,t)},ajustedX:j,ajustedY:D,canvasHeight:N,canvasWidth:I,children:w,data:n,gapBetweenBars:k,orientation:d,pKey:_,viewBox:b})),[C,S,M,_,d,B.addError]);return l.jsx(h,{caption:t,className:a,dataTestId:i,height:s,role:g,tabIndex:A,viewBox:b,width:v,...y,children:l.jsx(T.Provider,{value:{...X,barChildrenCount:L,canvasExtraSpace:$,canvasHeight:N,canvasWidth:I,data:n,dataTestId:i,gapBetweenBars:o,orientation:d,pKey:_},children:r})})},{Path:Oe,Separator:({areaSeparator:e,dataTestId:t,rightSeparator:r,topSeparator:a,xBreakAxis:n,yBreakAxis:i})=>{const{addError:o,crossXAxis:s,crossYAxis:c,xAxisCoordinates:d,yAxisCoordinates:h}=u.useContext(T),f=d.tickValues,p=h.tickValues,R=void 0!==n?"string"==typeof n?parseFloat(n):n:void 0,x=void 0!==i?"string"==typeof i?parseFloat(i):i:void 0;if(u.useEffect(()=>{if(void 0!==n){const e=f.map(e=>e.value);if(void 0===R||isNaN(R))o?.("BAR_CHART_SEPARATOR_ERROR",{error:ae(n)});else{const t=Math.min(...e.map(e=>"string"==typeof e?parseFloat(e):e)),r=Math.max(...e.map(e=>"string"==typeof e?parseFloat(e):e));(R<t||R>r)&&o?.("BAR_CHART_SEPARATOR_ERROR",{error:ie(R,t,r)})}}if(void 0!==i){const e=p.map(e=>e.value);if(void 0===x||isNaN(x))o?.("BAR_CHART_SEPARATOR_ERROR",{error:ne(i)});else{const t=Math.min(...e.map(e=>"string"==typeof e?parseFloat(e):e)),r=Math.max(...e.map(e=>"string"==typeof e?parseFloat(e):e));(x<t||x>r)&&o?.("BAR_CHART_SEPARATOR_ERROR",{error:oe(x,t,r)})}}},[n,R,f,i,x,p]),!a&&!r&&!e)return l.jsx(l.Fragment,{});const _=n&&de(d.tickValues,[n],!0)[0],g=i&&de(h.tickValues,[i])[0],A=c?h.coordinates.x1:d.coordinates.x2,E=s?d.coordinates.y1:h.coordinates.y1,v=d.coordinates.x1,y=_??A,m=h.coordinates.y2,C=g??E;u.useEffect(()=>{v===y&&m===C&&o?.("BAR_CHART_SEPARATOR_ERROR",{error:ee(Y)})},[v,y,m,C]);const S=`M${v} ${m} H ${y} V ${C} H ${v} Z`,I=`M${v} ${C} H ${y}`,N=`M${y} ${m} V ${C}`;return l.jsxs("g",{children:[l.jsx("path",{d:S,"data-testid":`${t}Area`,...e}),l.jsx("path",{d:I,"data-testid":`${t}Top`,...a}),l.jsx("path",{d:N,"data-testid":`${t}Right`,...r})]})},XAxis:Ge,YAxis:qe}),nt=u.createContext({}),it=({curved:e=!1,extendToBottom:t=!1,points:r,svgHeight:a})=>{if(0===r.length)return"";const[n,...i]=r;let o=`M ${n[0]} ${n[1]}`;return o+=e?i.reduce((e,t,a)=>{const[n,i]=r[a],[o,s]=t,c=.3*(o-n),d=[n+c,i],l=[o-c,s];return`${e} C ${d[0]} ${d[1]}, ${l[0]} ${l[1]}, ${o} ${s}`},""):i.reduce((e,t)=>`${e} L ${t[0]} ${t[1]}`,""),t&&(o+=` L ${i[i.length-1][0]} ${a} L ${n[0]} ${a} Z`),o},ot=(e,t)=>new Error(`Invalid projection bounds - upper projection (${e}) must be below lower projection (${t})`),st=(e,t)=>new Error(`${t?"Upper":"Lower"} projection X coordinate (${e}) is outside valid range (0-100)`),ct=(e,t,r)=>new Error(`${r?"Upper":"Lower"} projection Y coordinate (${e}) is outside chart area (0-${t})`),dt=(e,t)=>{if(!t)return e;const r=t<0,a=e*Math.abs(t)/100;return r?e-a:e+a},lt=(e,t,r)=>{if(!r)return e;const a=r<0,n=(0===e?t:e)*Math.abs(r)/100;return a?e+n:e-n},ut=({curved:e,lineProjection:t,points:r,svgHeight:a})=>{const{addError:n}=u.useContext(nt),{lower:i,shapeColor:o,upper:s}=t,{xProjection:c,yProjection:d,...h}=s||{},{xProjection:f,yProjection:p,...R}=i||{},x=c||d?{x:c,y:d}:void 0,_=f||p?{x:f,y:p}:void 0,g=x?.y,A=_?.y,E=x?.x,T=_?.x;u.useEffect(()=>{if(x&&_){const e=g||0,t=A||0;e>=t&&n?.("LINE_CHART_PROJECTION_ERROR",{error:ot(e,t)})}x&&(void 0!==E&&(E<0||E>100)&&n?.("LINE_CHART_PROJECTION_ERROR",{error:st(E,!0)}),void 0!==g&&(g<0||g>a)&&n?.("LINE_CHART_PROJECTION_ERROR",{error:ct(g,a,!0)})),_&&(void 0!==T&&(T<0||T>100)&&n?.("LINE_CHART_PROJECTION_ERROR",{error:st(T,!1)}),void 0!==A&&(A<0||A>a)&&n?.("LINE_CHART_PROJECTION_ERROR",{error:ct(A,a,!1)}))},[_,T,A,a,x,E,g]);const{downPath:v,shapePath:y,upPath:m}=(({curved:e,lowerProjection:t,points:r,svgHeight:a,upperProjection:n})=>{const i=n||t;if(0===r.length&&!i)return{shapePath:""};const[o,...s]=r,c=`M ${o[0]} ${o[1]}`;let d=c,l=n?c:void 0,u=t?c:void 0;const h=[],f=[];s.forEach(([e,r])=>{const i=n?[dt(e,n.x),lt(r,a,n.y)]:[e,r],o=t?[dt(e,-(t.x??0)),lt(r,a,-(t.y??0))]:[e,r];h.push(i),f.push(o)});const p=n&&t?[...h,s.at(-1),...f.reverse(),o]:[...h,...f.reverse(),o];return e?(d+=p.reduce((e,t,r)=>{const a=0===r?o:p[r-1],[n,i]=a,[s,c]=t,d=.3*(s-n),l=[n+d,i],u=[s-d,c];return`${e} C ${l[0]} ${l[1]}, ${u[0]} ${u[1]}, ${s} ${c}`},""),l&&(l+=h.reduce((e,t,r)=>{const a=0===r?o:h[r-1],[n,i]=a,[s,c]=t,d=.3*(s-n),l=[n+d,i],u=[s-d,c];return`${e} C ${l[0]} ${l[1]}, ${u[0]} ${u[1]}, ${s} ${c}`},"")),u&&(u+=f.reverse().reduce((e,t,r)=>{const a=0===r?o:f[r-1],[n,i]=a,[s,c]=t,d=.3*(s-n),l=[n+d,i],u=[s-d,c];return`${e} C ${l[0]} ${l[1]}, ${u[0]} ${u[1]}, ${s} ${c}`},""))):(d+=p.reduce((e,t)=>`${e} L ${t?.[0]} ${t?.[1]}`,""),l&&(l+=h.reduce((e,t)=>`${e} L ${t[0]} ${t[1]}`,"")),u&&(u+=f.reverse().reduce((e,t)=>`${e} L ${t[0]} ${t[1]}`,""))),{downPath:u,shapePath:d,upPath:l}})({curved:e,lowerProjection:_,points:r,svgHeight:a,upperProjection:x});return l.jsxs("g",{className:"pointer-events-none",children:[l.jsx("path",{d:y,fill:o,stroke:"transparent",strokeWidth:"0.1"}),";",m&&l.jsx("path",{d:m,...h}),v&&l.jsx("path",{d:v,...R})]})},ht=(e,t)=>e.map(e=>e[t]),ft={formatTicksValues:(e,t)=>e.map(e=>({...e,value:t(e.value)}))},pt=({ariaLabel:e,position:t=m.BOTTOM,tickLine:r,tickText:a,valueFormatter:n=e=>e,...i})=>{const{xAxisCoordinates:{coordinates:o,tickValues:s},xCursor:c,...d}=u.useContext(nt),h=Ue(t,o.y1,Number(a?.fontSize),a?.top??0),f=d.extraSpaceTopY,p=Number(d.canvasHeight)-d.extraSpaceBottomY,R=a?ft.formatTicksValues(s,n):void 0,x=Re(i),_=e||i["aria-label"],g={...i,...x,..._&&{"aria-label":_}};return l.jsx(Ye,{...o,...g,canvasHeight:Number(d.canvasHeight),canvasWidth:Number(d.canvasWidth),cursor:c,dataTestId:`${d.dataTestId}xAxis`,extraSpace:{left:d.extraSpaceLeftX,right:d.extraSpaceRightX},tickLine:{...r,y1:f,y2:p},tickText:{...a,y:h},tickValues:R})},Rt=({ariaLabel:e,position:t=m.LEFT,tickLine:r,tickText:a,valueFormatter:n=e=>e,...i})=>{const{yAxisCoordinates:{coordinates:o,tickValues:s},yCursor:c,...d}=u.useContext(nt),h=a?.textAnchor||"middle",f=(t===m.RIGHT?a?.right:a?.left)??0,p=Ze(h,d.yAxisText,f),R=Ke(t,o.x1,p),x=a?ft.formatTicksValues(s,n):void 0,_=Re(i),g=e||i["aria-label"],A={...i,..._,...g&&{"aria-label":g}};return l.jsx(ze,{...o,...A,canvasHeight:Number(d.canvasHeight),canvasWidth:Number(d.canvasWidth),cursor:c,dataTestId:`${d.dataTestId}yAxis`,tickLine:{...r,x1:d.extraSpaceLeftX,x2:Number(d.canvasWidth)-d.extraSpaceRightX},tickText:{...a,x:R},tickValues:x})},xt={[_]:_,[g]:g},_t="WIDTH",gt=/^(\d+(\.\d+)?)(px|rem|%)?$/,At=e=>{if("number"==typeof e)return{unit:void 0,value:e};const t=e.match(gt);if(!t)throw new Error(`Invalid string format: "${e}"`);const r=parseFloat(t[1]),a=t[3];return{unit:xt[a],value:r}},Et=(e,t,r)=>{const a=r.parentElement;return a?e/100*(t===_t?a.clientWidth:a.clientHeight):0},Tt=e=>{const t=je();if(!t)return 16*e;const r=(e=>{const t=Pe()?window:void 0;if(t)return t.getComputedStyle(e)})(t.documentElement);return r?e*(parseFloat(r.fontSize)||16):16*e},vt=({canvasHeight:e,canvasWidth:t,svgElement:r})=>{const{unit:a,value:n}=At(t),i=a===_?Et(n,_t,r):a===g?Tt(n):n,{unit:o,value:s}=At(e);return{parsedCanvasHeight:o===_?Et(s,"HEIGHT",r):o===g?Tt(s):s,parsedCanvasWidth:i}},yt=e=>{if(e.custom)return e.custom?.values;if(e.numeric){const{max:t,min:r=0,step:a}=e.numeric;if(a>=Math.abs(t-r)||a<=0)return[r.toString(),t.toString()];const n=[];for(let e=r;e<=t;e+=a)n.push(e.toString());return n}},mt=(e,t)=>e.flatMap(e=>Object.keys(e).filter(r=>r!==t&&"number"==typeof e[r]).map(t=>e[t])),Ct=(e,t,r,a,n,i,o)=>{const{position:s,tickText:c,tickValues:d,valueFormatter:l}=e.props,u=c?.fontSize??0,h=u*a,f=d?yt(d):t.map(e=>e[r]),p=l?f.map(l):f,R=Be({bound:"width",data:p,fontSize:u,svgHeight:`${i}`,svgWidth:`${o}`,viewBox:n}),x=s===m.TOP;return{extraSpaceBottomY:s===m.BOTTOM?h+(c?.top??0):0,extraSpaceTopY:x?h+(c?.bottom??0):0,lineChartXPosition:s||m.BOTTOM,securityXSpace:R,xBreakAxis:d?.numeric?d.numeric.breakAxis??0:c?.custom?.breakAxis??0,xData:f}},St=(e,t,r,a,n,i,o)=>{const{position:s,tickText:c,tickValues:d,valueFormatter:l}=e.props,u=c?.fontSize??"0",h=u*a,f=d||we([...new Set(mt(t,r))]),p=yt(f),R=l?p.map(l):p,x=Be({bound:"width",data:R,fontSize:u,svgHeight:`${i}`,svgWidth:`${o}`,viewBox:n}),_=h,g=s===m.RIGHT;return{extraSpaceLeftX:s===m.LEFT?x+(c?.right??0):0,extraSpaceRightX:g?x+(c?.left??0):0,lineChartYPosition:s||m.LEFT,securityYSpace:_,yAxisText:x,yBreakAxis:d?.numeric?d.numeric.breakAxis??0:c?.custom?.breakAxis??0,yData:p}},It=({addError:e,ajustedX:t,ajustedY:r,canvasHeight:a,canvasWidth:n,children:i,data:o,viewBox:s,xKey:c})=>{let d;if(!o||0===o.length){const t={error:ee(X)};e?.("LINE_CHART_CONTEXT_ERROR",t),d=t}if(o&&1===o.length){const t={error:ee(K)};e?.("LINE_CHART_CONTEXT_ERROR",t),d=t}if(n<=0||a<=0){const t={error:re(n,a)};e?.("LINE_CHART_CONTEXT_ERROR",t),d=t}const l=o&&o.length>0?o:[{[c]:"0",y:0},{[c]:"1",y:1}],h=n>0?n:100,f=a>0?a:100,{extraSpaceBottomY:p,extraSpaceLeftX:R,extraSpaceRightX:x,extraSpaceTopY:_,lineChartXPosition:g,lineChartYPosition:A,securityXSpace:E,securityYSpace:T,xAxisText:v,xBreakAxis:C,xData:S,yAxisText:I,yBreakAxis:N,yData:$}=(({ajustedX:e,ajustedY:t,canvasHeight:r,canvasWidth:a,children:n,data:i,viewBox:o,xKey:s})=>{let c={extraSpaceBottomY:0,extraSpaceLeftX:0,extraSpaceRightX:0,extraSpaceTopY:0,lineChartXPosition:m.BOTTOM,lineChartYPosition:m.LEFT,securityXSpace:0,securityYSpace:0,xAxisText:0,xBreakAxis:0,xData:[],yAxisText:0,yBreakAxis:0,yData:[]};return u.Children.forEach(n,n=>{u.isValidElement(n)&&(n.type===pt?c={...c,...Ct(n,i,s,e,o,r,a)}:n.type===Rt&&(c={...c,...St(n,i,s,t,o,r,a)}))}),c})({ajustedX:t,ajustedY:r,canvasHeight:f,canvasWidth:h,children:i,data:l,viewBox:s,xKey:c}),b=g!==m.TOP&&g!==m.BOTTOM,L=le({initPos:R,maxSpaceAvailable:h,otherAxisSpace:R+x,securitySpace:E,tickValues:S});if((L??[]).some(({position:e})=>isNaN(e))){const t={error:ee(B)};e?.("LINE_CHART_CONTEXT_ERROR",t),d=t}if(L){const t=L.length<2,r=L.length>=2&&1===new Set(L.map(e=>e.value)).size;if(t){const t={error:ee(G)};e?.("LINE_CHART_X_AXIS_ERROR",t),d||(d=t)}if(r){const t={error:ee(U)};e?.("LINE_CHART_X_AXIS_ERROR",t),d||(d=t)}}const k=A!==m.LEFT&&A!==m.RIGHT,O=ue({initPos:f-p,maxSpaceAvailable:f,otherAxisSpace:_+p,securitySpace:T,tickValues:$});if(O){const t=O.length<2,r=O.length>=2&&1===new Set(O.map(e=>e.value)).size;if(t){const t={error:ee(q)};e?.("LINE_CHART_Y_AXIS_ERROR",t),d||(d=t)}if(r){const t={error:ee(Z)};e?.("LINE_CHART_Y_AXIS_ERROR",t),d||(d=t)}}const H=b?de(O||[],[String(C)])[0]:0,w=k?de(L||[],[String(N)])[0]:0,P=se({canvasHeight:f,canvasWidth:h,customBreakAxis:Number(H),extraSpaceBottomY:p,extraSpaceLeftX:R,extraSpaceRightX:x,extraSpaceTopY:_,position:g}),j=ce({canvasHeight:f,canvasWidth:h,customBreakAxis:Number(w),extraSpaceBottomY:p,extraSpaceLeftX:R,extraSpaceRightX:x,extraSpaceTopY:_,position:A});if(P.x1===P.x2){const t={error:ee(z)};e?.("LINE_CHART_X_AXIS_ERROR",t),d||(d=t)}if(j.y1===j.y2){const t={error:ee(J)};e?.("LINE_CHART_Y_AXIS_ERROR",t),d||(d=t)}const D={addError:e,crossXAxis:b,crossYAxis:k,extraSpaceBottomY:p,extraSpaceLeftX:R,extraSpaceRightX:x,extraSpaceTopY:_,securityXSpace:E,securityYSpace:T,xAxisCoordinates:{coordinates:P,tickValues:L||(d?[{position:0,value:"0"},{position:h,value:"1"}]:[])},xAxisText:v,yAxisCoordinates:{coordinates:j,tickValues:O||(d?[{position:f,value:he},{position:0,value:fe}]:[])},yAxisText:I};return d?{...D,error:{...d,type:y.LINE_CHART_CONTEXT_ERROR}}:D},Nt=Object.assign(({ariaHidden:e,ariaLabel:t,canvasConfig:r=p,caption:a,children:n,classNames:i,data:o,dataTestId:s="line-chart",getPathArea:c,height:d="100%",onErrors:_,role:g,tabIndex:A,width:T="100%",xKey:v,...y})=>{const{extraSpace:m,height:C,width:S}=r,[I,N]=u.useState(""),[$,b]=u.useState({height:0,width:0}),L=m?E(m):void 0,k=f($.width,$.height,L),O=[l.jsx(pt,{},"default-x-axis"),l.jsx(Rt,{},"default-y-axis")],H=u.Children.toArray(n)||[],w=O.concat(H),P=Math.max($.width,$.height,L??0),j=isNaN($.width/P)?0:$.width/P,D=isNaN($.height/P)?0:$.height/P;(({attrName:e,children:t,originalValue:r,updateValue:a})=>{let n="";u.Children.toArray(t).forEach(t=>{if(u.isValidElement(t)){const r=t.props[e];r&&(n+=r)}}),n!==r&&a(n)})({attrName:"dataKey",children:w,originalValue:I,updateValue:N});const B=u.useMemo(()=>R(_),[_]),M=x(o),X=u.useMemo(()=>(B.clearErrors(),It({addError:(e,t)=>{B.addError(e,t)},ajustedX:j,ajustedY:D,canvasHeight:$.height,canvasWidth:$.width,children:w,data:o,viewBox:k,xKey:v})),[$.width,$.height,M,v,I,B.addError]),{svgRef:F,xCursor:V,yCursor:W}=(({canvasHeight:e,canvasWidth:t})=>{const[[r,a],n]=u.useState([_e,_e]),i=u.useCallback((r,a)=>{const{height:i,left:o,top:s,width:c}=a.getBoundingClientRect(),d=r.clientX-o,l=r.clientY-s;n([d*t/c,l*e/i])},[t,e]),o=e=>{e.preventDefault()};return{svgRef:u.useCallback(e=>{e&&(e.addEventListener("touchstart",o),e.addEventListener("touchmove",t=>i(t.touches[0],e)),e.addEventListener("mousemove",t=>i(t,e))),e?.removeEventListener("touchstart",o),e?.removeEventListener("touchmove",t=>i(t.touches[0],e)),e?.removeEventListener("mousemove",t=>i(t,e))},[e,t]),xCursor:r,yCursor:a}})({canvasHeight:$.height,canvasWidth:$.width});return u.useEffect(()=>{const e=document.querySelector("[data-kbt-svg]");if(!e)return;const{parsedCanvasHeight:t,parsedCanvasWidth:r}=vt({canvasHeight:C,canvasWidth:S,svgElement:e});b({height:t,width:r})},[S,C]),u.useEffect(()=>{c?.({x1:X.extraSpaceLeftX,x2:$.width-X.extraSpaceRightX,y1:X.extraSpaceTopY,y2:$.height-X.extraSpaceBottomY})},[$.width,$.height]),l.jsx(h,{ref:F,ariaHidden:e,ariaLabel:t,caption:a,className:i,"data-kbt-svg":!0,dataTestId:s,height:d,role:g,tabIndex:A,viewBox:k,width:T,...y,children:l.jsx(nt.Provider,{value:{...X,canvasExtraSpace:L,canvasHeight:$.height,canvasWidth:$.width,data:o,dataTestId:s,xCursor:V,xKey:v,yCursor:W},children:n})})},{Path:({ariaLabel:e,closestClick:t,curved:r,getNodeFocusInfo:a,getNodesCoords:n,indicatorConfig:i,lineProjection:o,onClick:s,...c})=>{const{addError:d,xAxisCoordinates:h,yAxisCoordinates:f,...p}=u.useContext(nt),R=c.dataKey,x=p.data.length>0,_=p.data[0],g=!!_&&Object.prototype.hasOwnProperty.call(_,R),A=p.data.length;u.useEffect(()=>{if(!R||"string"!=typeof R)return void d?.("LINE_CHART_PATH_ERROR",{error:ee(W)});if(x&&!g)return void d?.("LINE_CHART_PATH_ERROR",{error:te(R)});if(r&&A<2)return void d?.("LINE_CHART_PATH_ERROR",{error:ee(V)});const e=ht(p.data,R);e.length>0&&e.every(e=>null==e)&&d?.("LINE_CHART_PATH_ERROR",{error:ee(F)})},[d,r,R,A,x,g,p.data]);const{indicatorRef:E,pathRef:T}=((e,t)=>{const r=u.useRef(null),a=u.useRef(null);return u.useEffect(()=>{if(!t||!r.current||!a.current)return;const n=r.current,i=a.current;let o,s,c=0,d=n.getTotalLength();for(;d-c>.01;)o=(c+d)/2,s=n.getPointAtLength(o),s.x<e?c=o:d=o;const l=n.getPointAtLength(d);i.setAttribute("transform",`translate(${l.x}, ${l.y})`),i.setAttribute("pointer-events","none")},[e]),{indicatorRef:a,pathRef:r}})(p.xCursor,!!i),v=!!i&&p.xCursor!==-1/0,y=u.useRef(null),m=u.useRef(null),{autoClick:C,lineIndicator:S,...I}=i||{},N=p.extraSpaceTopY,$=Number(p.canvasHeight)-p.extraSpaceBottomY,{tickValues:b}=h,{tickValues:L}=f,k=ht(p.data,p.xKey),O=ht(p.data,R),H=de(b,k,!0),w=de(L,O),P=H.map((e,t)=>[e,w[t]]),j=it({curved:r,extendToBottom:!1,points:P,svgHeight:Number(p.canvasHeight)-p.extraSpaceBottomY}),D=it({curved:r,extendToBottom:!!c.fill||!!c.gradient,points:P,svgHeight:Number(p.canvasHeight)-p.extraSpaceBottomY});u.useEffect(()=>{if(!y.current?.path)return;T.current=y.current.path;const e=y.current.main,t=y.current.node,r=k.map((e,t)=>({x:e,y:O[t]})),{mount:n,unmount:i}=(({data:e,getNodeFocusInfo:t,nodes:r,ref:a})=>{let n,i=!1;const o=a.querySelector("[data-draw]"),s=a=>{i&&("ArrowRight"===a.key?(n=void 0===n||n===r.length-1?0:n+1,r[n].focus(),t?.(e[n])):"ArrowLeft"===a.key&&(n=void 0===n||0===n?r.length-1:n-1,r[n].focus(),t?.(e[n])))},c=()=>{i=!0},d=()=>{i=!1},l=()=>{n=void 0};return{mount:()=>{a.addEventListener("focusin",c),a.addEventListener("focusout",d),o?.addEventListener("focus",l),window.addEventListener("keydown",e=>s(e))},unmount:()=>{a.removeEventListener("focusin",c),a.removeEventListener("focusout",d),o?.removeEventListener("focus",l),window.removeEventListener("keydown",e=>s(e))}}})({data:r,getNodeFocusInfo:a,nodes:t,ref:e});return n(),()=>i()},[]),u.useEffect(()=>{if(c.nodeConfig&&v&&C){const{idx:e,match:t}=((e,t)=>{let r=0,a=!1;for(let n=0;n<e.length;n++)if(Math.round(e[n])===Math.round(t)){a=!0,r=n;break}return{idx:r,match:a}})(H,p.xCursor);if(t&&e!==m.current){m.current=e;const t=new MouseEvent("click",{bubbles:!0});t.autoClick=!0,y.current?.node?.[e]?.dispatchEvent(t),navigator?.vibrate?.(200)}else m.current=null}},[p.xCursor]),u.useEffect(()=>{n?.(P)},[P]);const B=Re(c),M={...c,...B,...e&&{"aria-label":e}};return l.jsxs(l.Fragment,{children:[l.jsx(be,{ref:y,d:j,dFill:D,dataTestId:`${p.dataTestId}path`,dataValue:p.data,points:P,xKey:p.xKey,onClick:e=>{if(s?.(e),t){const e=((e,t)=>{let r=0,a=Math.abs(e[0]-t);for(let n=1;n<e.length;n++){const i=Math.abs(e[n]-t);i<a&&(r=n,a=i)}return r})(H,p.xCursor),t=new MouseEvent("click",{bubbles:!0});t.autoClick=!1,y.current?.node?.[e]?.dispatchEvent(t)}},...M}),o&&l.jsx(ut,{curved:r,dataKey:c.dataKey,lineProjection:o,points:P,svgHeight:Number(p.canvasHeight)-p.extraSpaceBottomY}),v&&l.jsxs(l.Fragment,{children:[!!S&&l.jsx(Me,{...S,className:"pointer-events-none",x1:p.xCursor,x2:p.xCursor,y1:N,y2:$}),l.jsx("g",{ref:E,className:"pointer-events-none",children:l.jsx(Ne,{...I})})]})]})},Separator:({areaSeparator:e,dataTestId:t,rightSeparator:r,topSeparator:a,xBreakAxis:n,yBreakAxis:i})=>{const{addError:o,crossXAxis:s,crossYAxis:c,xAxisCoordinates:d,yAxisCoordinates:h}=u.useContext(nt),f=d.tickValues,p=h.tickValues,R=void 0!==n?"string"==typeof n?parseFloat(n):n:void 0,x=void 0!==i?"string"==typeof i?parseFloat(i):i:void 0;if(u.useEffect(()=>{if(void 0!==n){const e=f.map(e=>e.value);if(void 0===R||isNaN(R))o?.("LINE_CHART_SEPARATOR_ERROR",{error:ae(n)});else{const t=Math.min(...e.map(e=>"string"==typeof e?parseFloat(e):e)),r=Math.max(...e.map(e=>"string"==typeof e?parseFloat(e):e));(R<t||R>r)&&o?.("LINE_CHART_SEPARATOR_ERROR",{error:ie(R,t,r)})}}if(void 0!==i){const e=p.map(e=>e.value);if(void 0===x||isNaN(x))o?.("LINE_CHART_SEPARATOR_ERROR",{error:ne(i)});else{const t=Math.min(...e.map(e=>"string"==typeof e?parseFloat(e):e)),r=Math.max(...e.map(e=>"string"==typeof e?parseFloat(e):e));(x<t||x>r)&&o?.("LINE_CHART_SEPARATOR_ERROR",{error:oe(x,t,r)})}}},[n,R,f,i,x,p]),!a&&!r&&!e)return l.jsx(l.Fragment,{});const _=n&&de(d.tickValues,[n],!0)[0],g=i&&de(h.tickValues,[i])[0],A=c?h.coordinates.x1:d.coordinates.x2,E=s?d.coordinates.y1:h.coordinates.y1,T=d.coordinates.x1,v=_??A,y=h.coordinates.y2,m=g??E;u.useEffect(()=>{T===v&&y===m&&o?.("LINE_CHART_SEPARATOR_ERROR",{error:ee(Y)})},[T,v,y,m]);const C=`M${T} ${y} H ${v} V ${m} H ${T} Z`,S=`M${T} ${m} H ${v}`,I=`M${v} ${y} V ${m}`;return l.jsxs("g",{children:[l.jsx("path",{d:C,"data-testid":`${t}Area`,...e}),l.jsx("path",{d:S,"data-testid":`${t}Top`,...a}),l.jsx("path",{d:I,"data-testid":`${t}Right`,...r})]})},XAxis:pt,YAxis:Rt}),$t=({children:e,dataTestId:t,height:r,width:a,x:n,y:i})=>l.jsx("foreignObject",{"data-testid":t,height:r,width:a,x:n,y:i,children:e}),bt=u.createContext({}),Lt=(e,t,r)=>({x:e.x+t*Math.cos(r),y:e.y+t*Math.sin(r)}),kt=({center:e,innerEnd:t,innerRadius:r,singleStroke:a})=>{if(!a)return r>0?`L ${t.x},${t.y}`:`L ${e.x},${e.y}`},Ot="CLOCKWISE",Ht=({canvasHeight:e,canvasWidth:t,color:r="blue",dataKey:a,gap:n,halfChart:i,index:o,innerRadius:s,name:c,radius:d,singleStroke:h,startAngle:f,total:p,value:R,...x})=>{const{addError:_}=u.useContext(bt),g=Number(R),A=void 0!==d?Number(d):void 0,E=void 0!==s?Number(s):void 0,T=c?.trim()||"";u.useEffect(()=>{T||_?.("PIE_CHART_SEGMENT_ERROR",{error:w(a||"unknown",o||0,"name")}),isNaN(g)?_?.("PIE_CHART_SEGMENT_ERROR",{error:b(R,T||`segment-${o}`)}):(g<0&&_?.("PIE_CHART_SEGMENT_ERROR",{error:L(g,T||`segment-${o}`)}),void 0!==A&&(isNaN(A)||A<=0)&&_?.("PIE_CHART_SEGMENT_ERROR",{error:P(d)}),void 0!==E&&((isNaN(E)||E<0)&&_?.("PIE_CHART_SEGMENT_ERROR",{error:j(s)}),void 0!==A&&(isNaN(A)||isNaN(E)||E>=A&&_?.("PIE_CHART_SEGMENT_ERROR",{error:D(E,A)}))))},[a,o,E,A,g,T]);const v=(({canvasHeight:e,canvasWidth:t,customRadius:r,gap:a,halfChart:n,innerRadius:i,rotateDirection:o,singleStroke:s,startAngle:c,total:d,value:l})=>{const u=n?2*e:e,h=Math.min(t,u)/2,f=r&&r<h?r:h,p=n?Math.PI:2*Math.PI,R={x:t/2,y:n?e:e/2},x=s?2*d:d,_=100*l/x*p/100,g=a/f,{carryAngle:A,finalAngle:E,initialAngle:T}=(({angleEquivalent:e,direction:t,gapAngle:r,startAngle:a})=>{const n=t===Ot;return{carryAngle:n?a+e:a-e,finalAngle:n?a+e-r/2:a-e+r/2,initialAngle:n?a+r/2:a-r/2}})({angleEquivalent:_,direction:o,gapAngle:g,startAngle:c.current});c.current=A;const v=p*l/x-g<=Math.PI?"0":"1",y=Lt(R,i,T),m=Lt(R,i,E),C=Lt(R,f,T);return(({center:e,innerEnd:t,innerRadius:r,innerStart:a,largeArcFlag:n,outerEnd:i,outerStart:o,radius:s,rotateDirection:c,singleStroke:d})=>{let l,u,h,f,p,R,x,_,g,A;return c===Ot?(l=`M ${o.x},${o.y}`,u=`A ${s},${s} 0 ${n} 1 ${i.x}, ${i.y}`,h=kt({center:e,innerEnd:t,innerRadius:r,singleStroke:d}),f=d?`M ${t.x},${t.y}`:void 0,p=r>0?`A ${r},${r} 0 ${n} 0 ${a.x},${a.y}`:void 0,R=`M ${o.x},${o.y}`,_=`M ${t.x},${t.y}`,x=`A ${s},${s} 0 ${n} 0 ${i.x},${i.y}`,g=`A ${r},${r} 0 ${n} 1 ${a.x},${a.y}`,A=d?void 0:"Z"):(l=`M ${o.x} ${o.y}`,u=`A ${s},${s} 0 ${n},0 ${i.x}, ${i.y}`,h=kt({center:e,innerEnd:t,innerRadius:r,singleStroke:d}),f=d?`M ${t.x},${t.y}`:void 0,p=r>0?`A ${r}, ${r} 0 ${n},1 ${a.x},${a.y}`:void 0,R=`M ${o.x},${o.y}`,_=`M ${t.x},${t.y}`,x=`A ${s},${s} 0 ${n} 1 ${i.x},${i.y}`,g=`A ${r},${r} 0 ${n} 0 ${a.x},${a.y}`,A=d?void 0:"Z"),[l,u,h,f,p,A].concat(d?[R,x,_,g]:[]).filter(Boolean).join(" ")})({center:R,innerEnd:m,innerRadius:i,innerStart:y,largeArcFlag:v,outerEnd:Lt(R,f,E),outerStart:C,radius:f,rotateDirection:o,singleStroke:s})})({canvasHeight:e,canvasWidth:t,customRadius:d,gap:n,halfChart:i,innerRadius:s,singleStroke:h,startAngle:f,total:p,value:R});return l.jsx(be,{...x,d:v,dataValue:R,fill:r})},wt=({dataKey:e,fill:t,gap:r,innerRadius:a,radius:n,...i})=>{const o=String(e),{addError:s,canvasHeight:c,canvasWidth:d,data:h,dataTestId:f,halfChart:p}=u.useContext(bt),R=p?0:-Math.PI/2,x=u.useRef(R),_=h[o],g=Object.prototype.hasOwnProperty.call(h,o);u.useEffect(()=>{if(!g)return void s?.("PIE_CHART_PATH_ERROR",{error:k(o)});if(!_||0===_.length)return void s?.("PIE_CHART_PATH_ERROR",{error:O(o)});const e=_.reduce((e,t)=>e+t.value,0);(e<=0||isNaN(e))&&s?.("PIE_CHART_PATH_ERROR",{error:H(o,e)})},[_,g,o]);const A=h[o]?.reduce((e,t)=>e+t.value,0),T=1===h[o]?.length,v=a?E(a):void 0,y=n?E(n):void 0;return h[o]?.length?l.jsx("g",{children:h[o].map((e,a)=>u.createElement(Ht,{...i,...e,key:`${a.toString()}`,canvasHeight:c,canvasWidth:d,color:e.color||t,dataKey:o,dataTestId:`${f}path-${a}`,gap:r,halfChart:p,index:a,innerRadius:v,radius:y,singleStroke:T,startAngle:x,total:A}))}):l.jsx(l.Fragment,{})},Pt=Object.assign(({ariaHidden:e,ariaLabel:t,canvasConfig:r=p,caption:a,children:n,classNames:i,data:o,dataTestId:s="pie-chart",halfChart:c,height:d="100%",onErrors:_,radius:g="50%",role:A,tabIndex:T,width:v="100%",...y})=>{const{extraSpace:m,height:C,width:S}=r,I=E(S),N=E(C),$=m?E(m):void 0,b=f(I,N,$),L=u.useMemo(()=>R(_),[_]),k=x(o),O=u.useMemo(()=>(L.clearErrors(),(({addError:e,canvasHeight:t,canvasWidth:r,children:a,halfChart:n})=>{(r<=0||t<=0)&&e?.("PIE_CHART_CONTEXT_ERROR",{error:re(r,t)});const i=r>0?r:100,o=t>0?t:100;let s,c;u.Children.forEach(a,e=>{if(u.isValidElement(e)&&e.type===wt){const{innerRadius:t}=e.props;if(!t)return;const r=E(t);(!s||r<s)&&(s=r)}}),s&&(c=2*s);const d=c??0,l=n?d/2:d,h=n?o:o/2;return{addError:e,foreignObject:{height:l,width:d,x:i/2-d/2,y:n?h-l:h-l/2}}})({addError:(e,t)=>{L.addError(e,t)},canvasHeight:N,canvasWidth:I,children:n,halfChart:c})),[C,S,c,k,L]);return l.jsx(h,{ariaHidden:e,ariaLabel:t,caption:a,className:i,dataTestId:s,height:d,radius:g,role:A,tabIndex:T,viewBox:b,width:v,...y,children:l.jsx(bt.Provider,{value:{...O,canvasHeight:N,canvasWidth:I,data:o,dataTestId:s,halfChart:c},children:n})})},{Foreign:({children:e,dataTestId:t,height:r,width:a,x:n,y:i,...o})=>{const{dataTestId:s,foreignObject:c}=u.useContext(bt),d=!a&&c?.width?c.width:a,h=!r&&c?.height?c.height:r,f=!n&&c?.x?c.x:n,p=!i&&c?.y?c.y:i,R=!t&&s?`${s}-foreign-object`:t;return l.jsx($t,{...o,dataTestId:R,height:h,width:d,x:f,y:p,children:e})},Path:wt}),jt=({fill:e="#8f8f8f",x:t,y:r})=>l.jsxs("g",{fill:e,pointerEvents:"none",transform:`translate(${t-5}, ${r-5})`,children:[l.jsx("path",{d:"M4.99948 9.99802C4.47168 9.99802 4.04419 9.64335 4.04419 9.20547V0.79255C4.04419 0.354666 4.47168 0 4.99948 0C5.52728 0 5.95477 0.354666 5.95477 0.79255V9.20745C5.95477 9.64533 5.52728 10 4.99948 10V9.99802Z"}),l.jsx("path",{d:"M0.955289 8.78839C0.427492 8.78839 0 8.43372 0 7.99584V2.00416C0 1.56628 0.427492 1.21161 0.955289 1.21161C1.48309 1.21161 1.91058 1.56628 1.91058 2.00416V7.99584C1.91058 8.43372 1.48309 8.78839 0.955289 8.78839Z"}),l.jsx("path",{d:"M8.08936 7.99584C8.08936 8.43372 8.51685 8.78839 9.04464 8.78839C9.57244 8.78839 9.99993 8.43372 9.99993 7.99584V2.00416C9.99993 1.56628 9.57244 1.21161 9.04464 1.21161C8.51685 1.21161 8.08936 1.56628 8.08936 2.00416V7.99584Z"})]}),Dt=({linesData:e})=>l.jsx(l.Fragment,{children:e.map((e,t)=>l.jsxs("g",{children:[e.config.fill&&e.fillPath&&l.jsx("path",{d:e.fillPath,fill:e.config.fill,fillOpacity:e.config.fillOpacity||.2,stroke:"none"}),l.jsx("path",{d:e.linePath,fill:"none",stroke:e.config.stroke||"#0078D4",strokeWidth:e.config.strokeWidth||1})]},e.config.dataKey||e.config.yKey||t))}),Bt={FOCUS_COLOR:"#0078D4",FOCUS_INNER:"#ffffff",INNER_FOCUS_STROKE_WIDTH:2,OUTER_FOCUS_STROKE_WIDTH:2,OUTLINES_GAP:0},Mt=({elementHeight:e,elementPosition:t,elementStrokeWidth:r=0,elementType:a,elementWidth:n,gap:i=0,innerStrokeWidth:o=2,outlineStrokeWidth:s=2})=>{if("circle"===a){const e=n/2+r/2+o/2+i,a=e+o/2+s/2;return{inner:{cx:t.x,cy:t.y,r:e},outer:{cx:t.x,cy:t.y,r:a},type:"circle"}}const c=n+r+o+2*i,d=e+r+o+2*i,l=c+o+s,u=d+o+s;return{inner:{height:d,width:c,x:t.x-c/2,y:t.y-d/2},outer:{height:u,width:l,x:t.x-l/2,y:t.y-u/2},type:"rectangle"}},Xt=(e,t,r)=>{const a=e.start/Math.max(1,t-1)*r;return{endX:e.end/Math.max(1,t-1)*r,startX:a}},Ft=(e,t,r)=>{const a=Math.max(0,Math.min(t,e))/t;return Math.round(a*(r-1))},Vt=(e,t,r=.1)=>{const a=Math.max(0,Math.min(e.start,t-1-r));return{end:Math.min(t-1,Math.max(e.end,a+r)),start:a}},Wt=e=>({end:Math.max(0,e-1),start:0}),Yt=(e,t)=>0===e.start&&e.end===t-1,Kt=({endX:e,focusConfig:t,height:r,isFocused:a,startX:n})=>{if(!a)return null;const i=e-n,o=Mt({elementHeight:r,elementPosition:{x:n+i/2,y:r/2},elementStrokeWidth:0,elementType:"rectangle",elementWidth:i,gap:t.gap,innerStrokeWidth:t.innerStrokeWidth,outlineStrokeWidth:t.outlineStrokeWidth}),s=t.outlineColor,c=t.innerColor,d=t.outlineStrokeWidth,u=t.innerStrokeWidth;return"rectangle"!==o.type?null:l.jsxs("g",{pointerEvents:"none",children:[l.jsx("rect",{fill:"none",height:o.outer.height,stroke:s,strokeWidth:d,width:o.outer.width,x:o.outer.x,y:o.outer.y}),l.jsx("rect",{fill:"none",height:o.inner.height,stroke:c,strokeWidth:u,width:o.inner.width,x:o.inner.x,y:o.inner.y})]})},Ut=({currentRange:e,dataLength:t,dataTestId:r,endX:a,height:n,onBlur:i,onFocus:o,onKeyDown:s,onMouseDown:c,onTouchStart:d,screenReaderText:u,selectionConfig:h,startX:f})=>{const p=h.hideOverlayOnFullRange&&Yt(e,t);return l.jsx(l.Fragment,{children:l.jsx("rect",{"aria-label":u,"aria-valuemax":t-1,"aria-valuemin":0,"aria-valuetext":u,cursor:"grab","data-testid":r,fill:h.fill,fillOpacity:h.fillOpacity,height:n,role:"slider",stroke:h.stroke,strokeWidth:h.strokeWidth,style:{outline:"none",visibility:p?"hidden":"visible"},tabIndex:0,width:a-f,x:f,y:0,onBlur:i,onFocus:o,onKeyDown:s,onMouseDown:c,onTouchStart:d})})},Gt="#8f8f8f",zt=({dataTestId:e,focusConfig:t,handlerConfig:r,height:a,isFocused:n,max:i,min:o,onBlur:s,onFocus:c,onKeyDown:d,onMouseDown:u,onTouchStart:h,screenReaderText:f,x:p})=>{const R=a/2,x=(e=>({fill:e?.fill||"#ffffff",iconColor:e?.iconColor||Gt,radius:e?.radius||17,stroke:e?.stroke||Gt,strokeWidth:e?.strokeWidth||1,verticalLineStroke:e?.verticalLineStroke||Gt,verticalLineStrokeWidth:e?.verticalLineStrokeWidth||2}))(r),_=Mt({elementHeight:2*x.radius,elementPosition:{x:p,y:R},elementStrokeWidth:"number"==typeof x.strokeWidth?x.strokeWidth:parseFloat(x.strokeWidth.toString()),elementType:"circle",elementWidth:2*x.radius,gap:t.gap,innerStrokeWidth:t.innerStrokeWidth,outlineStrokeWidth:t.outlineStrokeWidth});return l.jsxs("g",{"data-testid":`${e}-group`,children:[l.jsx("line",{pointerEvents:"none",stroke:x.verticalLineStroke,strokeWidth:x.verticalLineStrokeWidth,x1:p,x2:p,y1:0,y2:a}),l.jsx("circle",{"aria-label":f,"aria-valuemax":i,"aria-valuemin":o,"aria-valuetext":f,cursor:"ew-resize",cx:p,cy:R,"data-testid":e,fill:x.fill,r:x.radius,role:"slider",stroke:x.stroke,strokeWidth:x.strokeWidth,style:{outline:"none"},tabIndex:0,onBlur:s,onFocus:c,onKeyDown:d,onMouseDown:u,onTouchStart:h}),l.jsx(jt,{fill:x.iconColor,x:p,y:R}),n&&"circle"===_.type&&l.jsxs("g",{pointerEvents:"none",children:[l.jsx("circle",{cx:_.outer.cx,cy:_.outer.cy,fill:"none",r:_.outer.r,stroke:t.outlineColor,strokeWidth:t.outlineStrokeWidth}),l.jsx("circle",{cx:_.inner.cx,cy:_.inner.cy,fill:"none",r:_.inner.r,stroke:t.innerColor,strokeWidth:t.innerStrokeWidth})]})]})},Zt={END_HANDLER:"END_HANDLER",SELECTION_AREA:"SELECTION_AREA",START_HANDLER:"START_HANDLER"},qt=e=>{const{currentRange:t,dataLength:r,interactionConfig:a,onRangeChange:n,width:i}=e,o=u.useRef(null),[s,c]=u.useState(null),d=u.useCallback(e=>()=>{c(e)},[]),l=u.useCallback(e=>()=>{c(e)},[]),h=u.useCallback(e=>{if(!s||!o.current)return;const c=o.current;if(!c)return;const d=e-c.getBoundingClientRect().left,l=Ft(d,i,r),u=((e,t,r,a,n)=>{const i={...t};if(e===Zt.START_HANDLER)i.start=Math.max(0,Math.min(r,t.end-n.minHandlerDistance));else if(e===Zt.END_HANDLER)i.end=Math.min(a-1,Math.max(r,t.start+n.minHandlerDistance));else if(e===Zt.SELECTION_AREA){const e=t.end-t.start,n=Math.max(0,Math.min(a-1-e,r-e/2));i.start=n,i.end=n+e}return i})(s,t,l,r,a),h=Vt(u,r,a.minHandlerDistance);n(h)},[s,i,r,t,n,a]),f=u.useCallback(e=>{h(e.clientX)},[h]),p=u.useCallback(e=>{0!==e.touches.length&&(e.preventDefault(),h(e.touches[0].clientX))},[h]),R=u.useCallback(()=>{c(null)},[]),x=u.useCallback(()=>{c(null)},[]);return u.useEffect(()=>{if(s)return document.addEventListener("mousemove",f),document.addEventListener("mouseup",R),document.addEventListener("touchmove",p,{passive:!1}),document.addEventListener("touchend",x),()=>{document.removeEventListener("mousemove",f),document.removeEventListener("mouseup",R),document.removeEventListener("touchmove",p),document.removeEventListener("touchend",x)}},[s,f,R,p,x]),{groupRef:o,handleMouseDown:d,handleTouchStart:l,isDragging:s}},Jt=e=>{const{currentRange:t,dataLength:r,interactionConfig:a,onRangeChange:n}=e;return{handleKeyDown:u.useCallback(e=>i=>{const o=i.shiftKey?a.keyboardFastStep:a.keyboardStep;let s={...t};switch(i.key){case"ArrowLeft":case"ArrowDown":i.preventDefault(),s=((e,t,r,a)=>{const n={...t};if(e===Zt.START_HANDLER)n.start=Math.max(0,t.start-r);else if(e===Zt.END_HANDLER)n.end=Math.max(t.start+a.minHandlerDistance,t.end-r);else if(e===Zt.SELECTION_AREA){const e=t.end-t.start,a=Math.max(0,t.start-r);n.start=a,n.end=a+e}return n})(e,t,o,a);break;case"ArrowRight":case"ArrowUp":i.preventDefault(),s=((e,t,r,a,n)=>{const i={...t};if(e===Zt.START_HANDLER)i.start=Math.min(t.end-n.minHandlerDistance,t.start+r);else if(e===Zt.END_HANDLER)i.end=Math.min(a-1,t.end+r);else if(e===Zt.SELECTION_AREA){const e=t.end-t.start,n=Math.min(a-1-e,t.start+r);i.start=n,i.end=n+e}return i})(e,t,o,r,a);break;case"Home":i.preventDefault(),s=((e,t,r)=>{const a={...t};if(e===Zt.START_HANDLER)a.start=0;else if(e===Zt.END_HANDLER)a.end=r-1;else if(e===Zt.SELECTION_AREA){const e=t.end-t.start;a.start=0,a.end=e}return a})(e,t,r);break;case"End":i.preventDefault(),s=((e,t,r,a)=>{const n={...t};if(e===Zt.START_HANDLER)n.start=t.end-a.minHandlerDistance;else if(e===Zt.END_HANDLER)n.end=r-1;else if(e===Zt.SELECTION_AREA){const e=t.end-t.start;n.start=r-1-e,n.end=r-1}return n})(e,t,r,a);break;default:return}const c=Vt(s,r,a.minHandlerDistance);n(c)},[t,r,n,a])}},Qt=({canvasConfig:e,dataTestId:t,extraSpace:r=0,height:a,width:n})=>{const[i,o]=u.useState({height:0,width:0}),s=u.useMemo(()=>e||{extraSpace:r,height:a,width:n},[e,n,a,r]),{extraSpace:c,height:d,width:l}=s,h=c?E(c):void 0;u.useEffect(()=>{if(!Pe())return;const e=(e=>{const t=je();return t?t.querySelector(e):null})(`[data-testid="${t}"]`);if(!e)return;const r=()=>{const{parsedCanvasHeight:t,parsedCanvasWidth:r}=vt({canvasHeight:d,canvasWidth:l,svgElement:e});o({height:t,width:r})};r();const a=new ResizeObserver(()=>{r()});return a.observe(e),()=>{a.disconnect()}},[l,d,t]);const p=u.useMemo(()=>f(i.width,i.height,h),[i.width,i.height,h]);return{parsedCanvas:i,viewBox:p}},er=()=>{const[e,t]=u.useState(null),r=u.useCallback(e=>()=>t(e),[]);return{handleBlur:u.useCallback(()=>{t(null)},[]),handleFocus:r,isFocused:u.useCallback(t=>e===t,[e])}},tr=(e,t)=>{const r=Math.floor(e);return Math.max(0,Math.min(t,r))},rr=(e,t)=>{const r=Math.ceil(e);return Math.max(0,Math.min(t,r))},ar=(e,t)=>{const r=Math.max(0,t-1);return{endIndex:rr(e.end,r),startIndex:tr(e.start,r)}},nr=({data:e,initialRange:t,onDataChange:r})=>{const a=t||Wt(e.length),[n,i]=u.useState(a),o=t=>{if(!r||0===e.length)return;const{endIndex:a,startIndex:n}=ar(t,e.length),i=e.slice(n,a+1);r(i)};return u.useEffect(()=>{o(n)},[]),{currentRange:n,handleRangeChange:e=>{i(e),o(e)}}},ir=e=>({keyboardFastStep:e?.keyboardFastStep??2,keyboardStep:e?.keyboardStep??1,minHandlerDistance:e?.minHandlerDistance??1}),or=e=>{if(0===e.length)return"";if(1===e.length)return`M ${e[0][0]} ${e[0][1]}`;const[t,...r]=e;let a=`M ${t[0]} ${t[1]}`;return r.forEach((e,n)=>{const i=0===n?t:r[n-1],[o,s]=i,[c,d]=e,l=.3*(c-o),u=[o+l,s],h=[c-l,d];a+=` C ${u[0]} ${u[1]}, ${h[0]} ${h[1]}, ${c} ${d}`}),a},sr=(e,t,r,a)=>{if(0===e.length||0===t.length)return[];const n=.05*a,i=a-2*n,o=t.flatMap(t=>e.map(e=>Number(e[t.yKey]))),s=Math.min(...o),c=Math.max(...o)-s||1;return t.map(t=>{const o=e.map((a,o)=>[o/Math.max(1,e.length-1)*r,n+i-(Number(a[t.yKey])-s)/c*i]),d=t.curved?or(o):`M ${o.map(([e,t])=>`${e},${t}`).join(" L ")}`;let l="";return t.fill&&(l=t.curved?`${or(o)} L ${r} ${a} L 0 ${a} Z`:`${d} L ${r},${a} L 0,${a} Z`),{config:t,fillPath:l,linePath:d}})},cr=(e,t,r)=>e[r]?.[t]?.toString()||`${r}`,dr=(e,t,r)=>{if(!e)return e;const a=new RegExp("{{startValue}}","g"),n=new RegExp("{{endValue}}","g");return e.replace(a,t).replace(n,r)};e.Bar=ke,e.BarChart=at,e.BarOrientation=v,e.ChartText=Xe,e.DefaultCanvasConfig=p,e.ErrorType=y,e.FOCUS_DEFAULT=Bt,e.ForeignObject=$t,e.HandlerIcon=jt,e.Line=Me,e.LineChart=Nt,e.LineRenderer=Dt,e.Node=Ne,e.NodeType=Se,e.Path=be,e.PieChart=Pt,e.Positions=m,e.SelectionArea=Ut,e.SelectionAreaFocusRing=Kt,e.SvgContainer=h,e.Tick=Fe,e.TickDataUtils=ft,e.XAxis=Ye,e.YAxis=ze,e.ZoomArea=({ariaHidden:e,ariaLabel:t,backgroundColor:r,canvasConfig:a,caption:n,classNames:i,data:o,focusConfig:s,handlerConfig:c,height:d="40px",initialRange:f,interactionConfig:p,lines:R,onDataChange:_,role:g,screenReaderTextConfig:A,selectionConfig:E,width:T="100%",xKey:v,...y})=>{const m="zoom-area",C=ir(p),S=(I=E,{fill:I?.fill??"#0078d4",fillOpacity:I?.fillOpacity??.5,hideOverlayOnFullRange:I?.hideOverlayOnFullRange??true,stroke:I?.stroke??"#0078d4",strokeWidth:I?.strokeWidth??0});var I;const N=(e=>({gap:e?.gap??Bt.OUTLINES_GAP,innerColor:e?.innerColor??Bt.FOCUS_INNER,innerStrokeWidth:e?.innerStrokeWidth??Bt.INNER_FOCUS_STROKE_WIDTH,outlineColor:e?.outlineColor??Bt.FOCUS_COLOR,outlineStrokeWidth:e?.outlineStrokeWidth??Bt.OUTER_FOCUS_STROKE_WIDTH}))(s),{currentRange:$,handleRangeChange:b}=nr({data:o,initialRange:f,onDataChange:_}),{parsedCanvas:L,viewBox:k}=Qt({canvasConfig:a,dataTestId:m,height:d,width:T}),O=x(o),H=JSON.stringify(R),w=((e,t,r,a)=>{const{endIndex:n,startIndex:i}=ar(r,e.length),o=cr(e,t,i),s=cr(e,t,n),c=dr(a?.startHandler,o,s)??o;return{endHandler:dr(a?.endHandler,o,s)??s,selectionArea:dr(a?.selectionArea,o,s)??`${o} - ${s}`,startHandler:c}})(o,v,$,A),P=u.useMemo(()=>sr(o,R,L.width,L.height),[O,H,L.width,L.height]),{endX:j,startX:D}=u.useMemo(()=>Xt($,o.length,L.width),[$,O,L.width]),{handleBlur:B,handleFocus:M,isFocused:X}=er(),{handleKeyDown:F}=Jt({currentRange:$,dataLength:o.length,interactionConfig:C,onRangeChange:b}),{groupRef:V,handleMouseDown:W,handleTouchStart:Y}=qt({currentRange:$,dataLength:o.length,interactionConfig:C,onRangeChange:b,width:L.width});return l.jsxs(h,{ref:V,ariaHidden:e,ariaLabel:t,backgroundColor:r,caption:n,className:i,"data-testid":m,height:d,overflow:"visible",role:g,viewBox:k,width:T,...y,children:[l.jsx(Dt,{linesData:P}),l.jsx(Ut,{currentRange:$,dataLength:o.length,dataTestId:`${m}-selection-area`,endX:j,height:L.height,screenReaderText:w.selectionArea,selectionConfig:S,startX:D,onBlur:B,onFocus:M(Zt.SELECTION_AREA),onKeyDown:F(Zt.SELECTION_AREA),onMouseDown:W(Zt.SELECTION_AREA),onTouchStart:Y(Zt.SELECTION_AREA)}),l.jsx(zt,{dataTestId:`${m}-start-handler`,focusConfig:N,handlerConfig:c,height:L.height,isFocused:X(Zt.START_HANDLER),max:$.end-C.minHandlerDistance,min:0,screenReaderText:w.startHandler,type:Zt.START_HANDLER,value:$.start,x:D,onBlur:B,onFocus:M(Zt.START_HANDLER),onKeyDown:F(Zt.START_HANDLER),onMouseDown:W(Zt.START_HANDLER),onTouchStart:Y(Zt.START_HANDLER)}),l.jsx(zt,{dataTestId:`${m}-end-handler`,focusConfig:N,handlerConfig:c,height:L.height,isFocused:X(Zt.END_HANDLER),max:o.length-1,min:$.start+C.minHandlerDistance,screenReaderText:w.endHandler,type:Zt.END_HANDLER,value:$.end,x:j,onBlur:B,onFocus:M(Zt.END_HANDLER),onKeyDown:F(Zt.END_HANDLER),onMouseDown:W(Zt.END_HANDLER),onTouchStart:Y(Zt.END_HANDLER)}),l.jsx(Kt,{endX:j,focusConfig:N,height:L.height,isFocused:X(Zt.SELECTION_AREA),startX:D})]})},e.ZoomAreaElements=Zt,e.ZoomHandler=zt,e.calculateHandlerPositions=Xt,e.calculateLinesPathData=sr,e.clampRange=Vt,e.createDefaultRange=Wt,e.generateCurvedPath=or,e.getInteractionConfig=ir,e.isFullRange=Yt,e.mouseToDataIndex=Ft,e.normalizeToArray=e=>Array.isArray(e)?e:[e],e.useDragInteraction=qt,e.useKeyboardNavigation=Jt,e.useResponsiveCanvas=Qt,e.useZoomAreaFocus=er,e.useZoomData=nr,Object.defineProperty(e,Symbol.toStringTag,{value:"Module"})});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"barChartPath.d.ts","sourceRoot":"","sources":["../../../../../src/charts/barChart/fragments/barChartPath.tsx"],"names":[],"mappings":"AAWA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AAG1D;;;;;GAKG;AAEH,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,
|
|
1
|
+
{"version":3,"file":"barChartPath.d.ts","sourceRoot":"","sources":["../../../../../src/charts/barChart/fragments/barChartPath.tsx"],"names":[],"mappings":"AAWA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AAG1D;;;;;GAKG;AAEH,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CAkFpD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"barChartSeparator.d.ts","sourceRoot":"","sources":["../../../../../src/charts/barChart/fragments/barChartSeparator.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,EAA4C,MAAM,OAAO,CAAC;AAY1E,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,kBAAkB,CAAC;AAG/D,eAAO,MAAM,iBAAiB,EAAE,EAAE,CAAC,sBAAsB,
|
|
1
|
+
{"version":3,"file":"barChartSeparator.d.ts","sourceRoot":"","sources":["../../../../../src/charts/barChart/fragments/barChartSeparator.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,EAA4C,MAAM,OAAO,CAAC;AAY1E,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,kBAAkB,CAAC;AAG/D,eAAO,MAAM,iBAAiB,EAAE,EAAE,CAAC,sBAAsB,CA0GxD,CAAC"}
|
|
@@ -74,4 +74,24 @@ export declare const LINE_CHART_FALLBACK_DATA: {
|
|
|
74
74
|
/** Second Y value for line chart fallback data */
|
|
75
75
|
readonly FALLBACK_Y_SECOND: 1;
|
|
76
76
|
};
|
|
77
|
+
/**
|
|
78
|
+
* Pie Chart specific default configuration values
|
|
79
|
+
*/
|
|
80
|
+
export declare const PIE_CHART_DEFAULTS: {
|
|
81
|
+
/** Default radius percentage when not specified */
|
|
82
|
+
readonly DEFAULT_RADIUS_PERCENTAGE: 50;
|
|
83
|
+
/** Minimum number of segments required for a valid pie chart */
|
|
84
|
+
readonly MIN_SEGMENTS: 1;
|
|
85
|
+
};
|
|
86
|
+
/**
|
|
87
|
+
* Pie Chart specific fallback data points used when pie chart data is invalid or empty
|
|
88
|
+
*/
|
|
89
|
+
export declare const PIE_CHART_FALLBACK_DATA: {
|
|
90
|
+
/** Generic data key for fallback data */
|
|
91
|
+
readonly FALLBACK_DATA_KEY: "fallbackSegments";
|
|
92
|
+
/** Default segment name for fallback data */
|
|
93
|
+
readonly FALLBACK_SEGMENT_NAME: "fallback";
|
|
94
|
+
/** Default segment value for fallback data */
|
|
95
|
+
readonly FALLBACK_SEGMENT_VALUE: 100;
|
|
96
|
+
};
|
|
77
97
|
//# sourceMappingURL=chartDefaults.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"chartDefaults.d.ts","sourceRoot":"","sources":["../../../../src/charts/constants/chartDefaults.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH;;GAEG;AACH,eAAO,MAAM,qBAAqB;IAChC,4DAA4D;;IAE5D,0DAA0D;;CAElD,CAAC;AAEX;;GAEG;AACH,eAAO,MAAM,eAAe;IAC1B,8DAA8D;;IAE9D,+DAA+D;;CAEvD,CAAC;AAEX;;GAEG;AACH,eAAO,MAAM,sBAAsB;IACjC,yDAAyD;;CAEjD,CAAC;AAEX;;GAEG;AACH,eAAO,MAAM,mBAAmB;IAC9B,2DAA2D;;CAEnD,CAAC;AAEX;;GAEG;AACH,eAAO,MAAM,oBAAoB;IAC/B,8DAA8D;;IAE9D,+DAA+D;;CAEvD,CAAC;AAEX;;GAEG;AACH,eAAO,MAAM,kBAAkB;IAC7B,wDAAwD;;CAEhD,CAAC;AAEX;;GAEG;AACH,eAAO,MAAM,uBAAuB;IAClC,+CAA+C;;IAE/C,qEAAqE;;CAE7D,CAAC;AAEX;;GAEG;AACH,eAAO,MAAM,wBAAwB;IACnC,iDAAiD;;IAEjD,kDAAkD;;IAElD,iDAAiD;;IAEjD,kDAAkD;;CAE1C,CAAC"}
|
|
1
|
+
{"version":3,"file":"chartDefaults.d.ts","sourceRoot":"","sources":["../../../../src/charts/constants/chartDefaults.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH;;GAEG;AACH,eAAO,MAAM,qBAAqB;IAChC,4DAA4D;;IAE5D,0DAA0D;;CAElD,CAAC;AAEX;;GAEG;AACH,eAAO,MAAM,eAAe;IAC1B,8DAA8D;;IAE9D,+DAA+D;;CAEvD,CAAC;AAEX;;GAEG;AACH,eAAO,MAAM,sBAAsB;IACjC,yDAAyD;;CAEjD,CAAC;AAEX;;GAEG;AACH,eAAO,MAAM,mBAAmB;IAC9B,2DAA2D;;CAEnD,CAAC;AAEX;;GAEG;AACH,eAAO,MAAM,oBAAoB;IAC/B,8DAA8D;;IAE9D,+DAA+D;;CAEvD,CAAC;AAEX;;GAEG;AACH,eAAO,MAAM,kBAAkB;IAC7B,wDAAwD;;CAEhD,CAAC;AAEX;;GAEG;AACH,eAAO,MAAM,uBAAuB;IAClC,+CAA+C;;IAE/C,qEAAqE;;CAE7D,CAAC;AAEX;;GAEG;AACH,eAAO,MAAM,wBAAwB;IACnC,iDAAiD;;IAEjD,kDAAkD;;IAElD,iDAAiD;;IAEjD,kDAAkD;;CAE1C,CAAC;AAEX;;GAEG;AACH,eAAO,MAAM,kBAAkB;IAC7B,mDAAmD;;IAEnD,gEAAgE;;CAExD,CAAC;AAEX;;GAEG;AACH,eAAO,MAAM,uBAAuB;IAClC,yCAAyC;;IAEzC,6CAA6C;;IAE7C,8CAA8C;;CAEtC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"lineChartPath.d.ts","sourceRoot":"","sources":["../../../../../src/charts/lineChart/fragments/lineChartPath.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,EAAoD,MAAM,OAAO,CAAC;AAWlF,OAAO,KAAK,EAAc,kBAAkB,EAAE,MAAM,mBAAmB,CAAC;AAIxE,OAAO,qBAAqB,CAAC;AAO7B,eAAO,MAAM,aAAa,EAAE,EAAE,CAAC,kBAAkB,
|
|
1
|
+
{"version":3,"file":"lineChartPath.d.ts","sourceRoot":"","sources":["../../../../../src/charts/lineChart/fragments/lineChartPath.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,EAAoD,MAAM,OAAO,CAAC;AAWlF,OAAO,KAAK,EAAc,kBAAkB,EAAE,MAAM,mBAAmB,CAAC;AAIxE,OAAO,qBAAqB,CAAC;AAO7B,eAAO,MAAM,aAAa,EAAE,EAAE,CAAC,kBAAkB,CA8LhD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"lineChartProjection.d.ts","sourceRoot":"","sources":["../../../../../src/charts/lineChart/fragments/lineChartProjection.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,EAAyB,MAAM,OAAO,CAAC;AASvD,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,mBAAmB,CAAC;AAElE,OAAO,qBAAqB,CAAC;AAE7B,eAAO,MAAM,mBAAmB,EAAE,EAAE,CAAC,wBAAwB,
|
|
1
|
+
{"version":3,"file":"lineChartProjection.d.ts","sourceRoot":"","sources":["../../../../../src/charts/lineChart/fragments/lineChartProjection.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,EAAyB,MAAM,OAAO,CAAC;AASvD,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,mBAAmB,CAAC;AAElE,OAAO,qBAAqB,CAAC;AAE7B,eAAO,MAAM,mBAAmB,EAAE,EAAE,CAAC,wBAAwB,CA8E5D,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"lineChartSeparator.d.ts","sourceRoot":"","sources":["../../../../../src/charts/lineChart/fragments/lineChartSeparator.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,EAA4C,MAAM,OAAO,CAAC;AAa1E,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,mBAAmB,CAAC;AAEjE,eAAO,MAAM,kBAAkB,EAAE,EAAE,CAAC,uBAAuB,
|
|
1
|
+
{"version":3,"file":"lineChartSeparator.d.ts","sourceRoot":"","sources":["../../../../../src/charts/lineChart/fragments/lineChartSeparator.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,EAA4C,MAAM,OAAO,CAAC;AAa1E,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,mBAAmB,CAAC;AAEjE,eAAO,MAAM,kBAAkB,EAAE,EAAE,CAAC,uBAAuB,CA0G1D,CAAC"}
|
|
@@ -1,9 +1,11 @@
|
|
|
1
|
+
import { ChartError, ErrorType } from '../../../types/errors.type';
|
|
1
2
|
import { PieChartChildrenType, PieChartContextType } from '../pieChart.type';
|
|
2
3
|
interface BuildPieContextValueProps {
|
|
3
4
|
children: PieChartChildrenType;
|
|
4
5
|
canvasWidth: number;
|
|
5
6
|
canvasHeight: number;
|
|
6
7
|
halfChart?: boolean;
|
|
8
|
+
addError?: (errorType: keyof typeof ErrorType, error: Omit<ChartError, 'type'>) => void;
|
|
7
9
|
}
|
|
8
10
|
/**
|
|
9
11
|
* Builds the context value for the PieChart component.
|
|
@@ -11,6 +13,6 @@ interface BuildPieContextValueProps {
|
|
|
11
13
|
* @param {BuildPieContextValueProps} props - The props for building the context value.
|
|
12
14
|
* @returns {Omit<PieChartContextType, 'canvasHeight' | 'canvasWidth' | 'data'>} The context value.
|
|
13
15
|
*/
|
|
14
|
-
export declare const buildPieContextValue: ({ canvasHeight, canvasWidth, children, halfChart, }: BuildPieContextValueProps) => Omit<PieChartContextType, "canvasHeight" | "canvasWidth" | "data">;
|
|
16
|
+
export declare const buildPieContextValue: ({ addError, canvasHeight, canvasWidth, children, halfChart, }: BuildPieContextValueProps) => Omit<PieChartContextType, "canvasHeight" | "canvasWidth" | "data">;
|
|
15
17
|
export {};
|
|
16
18
|
//# sourceMappingURL=buildPieContextValue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"buildPieContextValue.d.ts","sourceRoot":"","sources":["../../../../../src/charts/pieChart/context/buildPieContextValue.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"buildPieContextValue.d.ts","sourceRoot":"","sources":["../../../../../src/charts/pieChart/context/buildPieContextValue.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,UAAU,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAMjE,OAAO,KAAK,EAAE,oBAAoB,EAAE,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AAElF,UAAU,yBAAyB;IACjC,QAAQ,EAAE,oBAAoB,CAAC;IAC/B,WAAW,EAAE,MAAM,CAAC;IACpB,YAAY,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,QAAQ,CAAC,EAAE,CAAC,SAAS,EAAE,MAAM,OAAO,SAAS,EAAE,KAAK,EAAE,IAAI,CAAC,UAAU,EAAE,MAAM,CAAC,KAAK,IAAI,CAAC;CACzF;AAED;;;;;GAKG;AAEH,eAAO,MAAM,oBAAoB,GAAI,+DAMlC,yBAAyB,KAAG,IAAI,CACjC,mBAAmB,EACnB,cAAc,GAAG,aAAa,GAAG,MAAM,CAkDxC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pieChartPath.d.ts","sourceRoot":"","sources":["../../../../../src/charts/pieChart/fragments/pieChartPath.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"pieChartPath.d.ts","sourceRoot":"","sources":["../../../../../src/charts/pieChart/fragments/pieChartPath.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,EAAoD,MAAM,OAAO,CAAC;AAElF,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,8BAA8B,CAAC;AAW9D;;;;;;;;;;GAUG;AACH,eAAO,MAAM,YAAY,EAAE,EAAE,CAAC,SAAS,CA4EtC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pieChartSegment.d.ts","sourceRoot":"","sources":["../../../../../src/charts/pieChart/fragments/pieChartSegment.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"pieChartSegment.d.ts","sourceRoot":"","sources":["../../../../../src/charts/pieChart/fragments/pieChartSegment.tsx"],"names":[],"mappings":"AAaA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,kBAAkB,CAAC;AAG7D;;;;;;;;;;;;;;GAcG;AACH,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,oBAAoB,CAoG1D,CAAC"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { ReactElement, ReactNode } from '../../../node_modules/react';
|
|
2
2
|
import { PathProps } from '../../components/path/path.types';
|
|
3
3
|
import { CanvasConfig } from '../../types/canvas.type';
|
|
4
|
+
import { ChartError, ChartErrorCollection, ErrorType } from '../../types/errors.type';
|
|
4
5
|
interface Group {
|
|
5
6
|
name: string;
|
|
6
7
|
value: number;
|
|
@@ -34,6 +35,7 @@ export interface PieChartProps {
|
|
|
34
35
|
onBlur?: (event: React.FocusEvent<SVGElement>) => void;
|
|
35
36
|
onKeyDown?: (event: React.KeyboardEvent<SVGSVGElement>) => void;
|
|
36
37
|
onKeyUp?: (event: React.KeyboardEvent<SVGSVGElement>) => void;
|
|
38
|
+
onErrors?: (errors: ChartErrorCollection) => void;
|
|
37
39
|
}
|
|
38
40
|
export interface PieChartContextType {
|
|
39
41
|
foreignObject?: {
|
|
@@ -47,6 +49,8 @@ export interface PieChartContextType {
|
|
|
47
49
|
data: DataItem;
|
|
48
50
|
dataTestId?: string;
|
|
49
51
|
halfChart?: boolean;
|
|
52
|
+
error?: ChartError;
|
|
53
|
+
addError?: (errorType: keyof typeof ErrorType, error: Omit<ChartError, 'type'>) => void;
|
|
50
54
|
}
|
|
51
55
|
export type PieChartSegmentProps = PathProps & {
|
|
52
56
|
total: number;
|
|
@@ -58,8 +62,11 @@ export type PieChartSegmentProps = PathProps & {
|
|
|
58
62
|
radius?: number;
|
|
59
63
|
value: number;
|
|
60
64
|
color?: string;
|
|
65
|
+
name?: string;
|
|
61
66
|
singleStroke: boolean;
|
|
62
67
|
halfChart?: boolean;
|
|
68
|
+
dataKey?: string;
|
|
69
|
+
index?: number;
|
|
63
70
|
};
|
|
64
71
|
export {};
|
|
65
72
|
//# sourceMappingURL=pieChart.type.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pieChart.type.d.ts","sourceRoot":"","sources":["../../../../src/charts/pieChart/pieChart.type.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAErD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,8BAA8B,CAAC;AAC9D,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;
|
|
1
|
+
{"version":3,"file":"pieChart.type.d.ts","sourceRoot":"","sources":["../../../../src/charts/pieChart/pieChart.type.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAErD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,8BAA8B,CAAC;AAC9D,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,KAAK,EAAE,UAAU,EAAE,oBAAoB,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAEvF,UAAU,KAAK;IACb,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,QAAQ;IACvB,CAAC,GAAG,EAAE,MAAM,GAAG,KAAK,EAAE,CAAC;CACxB;AAED,MAAM,MAAM,oBAAoB,GAAG,SAAS,GAAG,YAAY,CAAC,SAAS,CAAC,EAAE,CAAC;AAEzE,MAAM,WAAW,aAAa;IAC5B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,YAAY,CAAC,EAAE,YAAY,CAAC;IAC5B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,oBAAoB,CAAC;IAChC,IAAI,EAAE,QAAQ,CAAC;IACf,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,UAAU,CAAC,UAAU,EAAE,UAAU,CAAC,KAAK,IAAI,CAAC;IACpE,aAAa,CAAC,EAAE,CAAC,MAAM,EAAE,KAAK,CAAC,UAAU,CAAC,UAAU,EAAE,UAAU,CAAC,KAAK,IAAI,CAAC;IAC3E,YAAY,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,UAAU,CAAC,UAAU,EAAE,UAAU,CAAC,KAAK,IAAI,CAAC;IACzE,YAAY,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,UAAU,CAAC,UAAU,EAAE,UAAU,CAAC,KAAK,IAAI,CAAC;IACzE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,UAAU,CAAC,UAAU,CAAC,KAAK,IAAI,CAAC;IACxD,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,UAAU,CAAC,UAAU,CAAC,KAAK,IAAI,CAAC;IACvD,SAAS,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,aAAa,CAAC,aAAa,CAAC,KAAK,IAAI,CAAC;IAChE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,aAAa,CAAC,aAAa,CAAC,KAAK,IAAI,CAAC;IAC9D,QAAQ,CAAC,EAAE,CAAC,MAAM,EAAE,oBAAoB,KAAK,IAAI,CAAC;CACnD;AAED,MAAM,WAAW,mBAAmB;IAClC,aAAa,CAAC,EAAE;QACd,MAAM,CAAC,EAAE,MAAM,CAAC;QAChB,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,CAAC,EAAE,MAAM,CAAC;QACV,CAAC,EAAE,MAAM,CAAC;KACX,CAAC;IACF,WAAW,EAAE,MAAM,CAAC;IACpB,YAAY,EAAE,MAAM,CAAC;IACrB,IAAI,EAAE,QAAQ,CAAC;IACf,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,KAAK,CAAC,EAAE,UAAU,CAAC;IACnB,QAAQ,CAAC,EAAE,CAAC,SAAS,EAAE,MAAM,OAAO,SAAS,EAAE,KAAK,EAAE,IAAI,CAAC,UAAU,EAAE,MAAM,CAAC,KAAK,IAAI,CAAC;CACzF;AAED,MAAM,MAAM,oBAAoB,GAAG,SAAS,GAAG;IAC7C,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,KAAK,CAAC,gBAAgB,CAAC,MAAM,CAAC,CAAC;IAC3C,WAAW,EAAE,MAAM,CAAC;IACpB,YAAY,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,YAAY,EAAE,OAAO,CAAC;IACtB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pieChartStructure.d.ts","sourceRoot":"","sources":["../../../../src/charts/pieChart/pieChartStructure.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,EAA8B,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"pieChartStructure.d.ts","sourceRoot":"","sources":["../../../../src/charts/pieChart/pieChartStructure.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,EAA8B,MAAM,OAAO,CAAC;AAY5D,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAErD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6BG;AACH,eAAO,MAAM,iBAAiB,EAAE,EAAE,CAAC,aAAa,CA8E/C,CAAC"}
|
|
@@ -11,6 +11,9 @@ export declare const ErrorType: {
|
|
|
11
11
|
readonly LINE_CHART_SEPARATOR_ERROR: "LINE_CHART_SEPARATOR_ERROR";
|
|
12
12
|
readonly LINE_CHART_X_AXIS_ERROR: "LINE_CHART_X_AXIS_ERROR";
|
|
13
13
|
readonly LINE_CHART_Y_AXIS_ERROR: "LINE_CHART_Y_AXIS_ERROR";
|
|
14
|
+
readonly PIE_CHART_CONTEXT_ERROR: "PIE_CHART_CONTEXT_ERROR";
|
|
15
|
+
readonly PIE_CHART_PATH_ERROR: "PIE_CHART_PATH_ERROR";
|
|
16
|
+
readonly PIE_CHART_SEGMENT_ERROR: "PIE_CHART_SEGMENT_ERROR";
|
|
14
17
|
};
|
|
15
18
|
export interface ChartError {
|
|
16
19
|
error?: Error;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"errors.type.d.ts","sourceRoot":"","sources":["../../../src/types/errors.type.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"errors.type.d.ts","sourceRoot":"","sources":["../../../src/types/errors.type.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;CAoBZ,CAAC;AAEX,MAAM,WAAW,UAAU;IACzB,KAAK,CAAC,EAAE,KAAK,CAAC;IACd,IAAI,EAAE,MAAM,OAAO,SAAS,CAAC;CAC9B;AACD,MAAM,MAAM,oBAAoB,GAAG;KAChC,IAAI,IAAI,CAAC,OAAO,SAAS,CAAC,CAAC,MAAM,OAAO,SAAS,CAAC,CAAC,CAAC,EAAE,UAAU,GAAG,UAAU,EAAE;CACjF,CAAC;AAGF,eAAO,MAAM,gBAAgB,GAAI,OAAO,UAAU,GAAG,UAAU,EAAE,KAAG,UAAU,EAE7E,CAAC"}
|
|
@@ -1,4 +1,14 @@
|
|
|
1
1
|
export declare const BuildError: {
|
|
2
|
+
readonly PIE_CHART_EMPTY_DATA: "PIE_CHART_EMPTY_DATA";
|
|
3
|
+
readonly PIE_CHART_INNER_RADIUS_OUT_OF_RANGE: "PIE_CHART_INNER_RADIUS_OUT_OF_RANGE";
|
|
4
|
+
readonly PIE_CHART_INVALID_CANVAS_DIMENSIONS: "PIE_CHART_INVALID_CANVAS_DIMENSIONS";
|
|
5
|
+
readonly PIE_CHART_INVALID_DATA_KEY: "PIE_CHART_INVALID_DATA_KEY";
|
|
6
|
+
readonly PIE_CHART_INVALID_INNER_RADIUS: "PIE_CHART_INVALID_INNER_RADIUS";
|
|
7
|
+
readonly PIE_CHART_INVALID_RADIUS: "PIE_CHART_INVALID_RADIUS";
|
|
8
|
+
readonly PIE_CHART_INVALID_SEGMENT_VALUE: "PIE_CHART_INVALID_SEGMENT_VALUE";
|
|
9
|
+
readonly PIE_CHART_INVALID_TOTAL: "PIE_CHART_INVALID_TOTAL";
|
|
10
|
+
readonly PIE_CHART_MISSING_SEGMENT_NAME: "PIE_CHART_MISSING_SEGMENT_NAME";
|
|
11
|
+
readonly PIE_CHART_NEGATIVE_SEGMENT_VALUE: "PIE_CHART_NEGATIVE_SEGMENT_VALUE";
|
|
2
12
|
readonly LINE_CHART_INVALID_CANVAS: "LINE_CHART_INVALID_CANVAS";
|
|
3
13
|
readonly LINE_CHART_NO_DATA: "LINE_CHART_NO_DATA";
|
|
4
14
|
readonly LINE_CHART_PATH_ALL_VALUES_NULL: "LINE_CHART_PATH_ALL_VALUES_NULL";
|
|
@@ -66,4 +76,5 @@ export declare const buildSeparatorXOutOfRangeError: (value: number, min: number
|
|
|
66
76
|
*/
|
|
67
77
|
export declare const buildSeparatorYOutOfRangeError: (value: number, min: number, max: number) => Error;
|
|
68
78
|
export { buildBarValueError, buildBarNegativeValueError, buildBarDataKeyNotFoundError, buildBarDistributionError, } from './charts/buildBarChartErrors';
|
|
79
|
+
export { buildSegmentValueError, buildSegmentNegativeValueError, buildPieDataKeyNotFoundError, buildEmptyDataArrayError, buildInvalidTotalError, buildInvalidGroupError, buildInvalidRadiusError, buildInvalidInnerRadiusError, buildInnerRadiusOutOfRangeError, } from './charts/buildPieChartErrors';
|
|
69
80
|
//# sourceMappingURL=buildErrors.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"buildErrors.d.ts","sourceRoot":"","sources":["../../../../src/utils/buildErrors/buildErrors.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"buildErrors.d.ts","sourceRoot":"","sources":["../../../../src/utils/buildErrors/buildErrors.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAKb,CAAC;AAIX,eAAO,MAAM,YAAY,EAAE,MAAM,CAAC,CAAC,OAAO,UAAU,CAAC,CAAC,MAAM,OAAO,UAAU,CAAC,EAAE,KAAK,CAKpF,CAAC;AAEF,eAAO,MAAM,UAAU,GAAI,OAAO,CAAC,OAAO,UAAU,EAAE,MAAM,OAAO,UAAU,CAAC,KAAG,KAC5D,CAAC;AAEtB;;GAEG;AACH,eAAO,MAAM,yBAAyB,GAAI,SAAS,MAAM,KAAG,KACJ,CAAC;AAEzD;;GAEG;AACH,eAAO,MAAM,0BAA0B,GAAI,OAAO,MAAM,EAAE,QAAQ,MAAM,KAAG,KAGxE,CAAC;AAEJ;;GAEG;AACH,eAAO,MAAM,6BAA6B,GAAI,OAAO,MAAM,GAAG,MAAM,KAAG,KACO,CAAC;AAE/E;;GAEG;AACH,eAAO,MAAM,6BAA6B,GAAI,OAAO,MAAM,GAAG,MAAM,KAAG,KACO,CAAC;AAE/E;;GAEG;AACH,eAAO,MAAM,8BAA8B,GAAI,OAAO,MAAM,EAAE,KAAK,MAAM,EAAE,KAAK,MAAM,KAAG,KACT,CAAC;AAEjF;;GAEG;AACH,eAAO,MAAM,8BAA8B,GAAI,OAAO,MAAM,EAAE,KAAK,MAAM,EAAE,KAAK,MAAM,KAAG,KACT,CAAC;AAGjF,OAAO,EACL,kBAAkB,EAClB,0BAA0B,EAC1B,4BAA4B,EAC5B,yBAAyB,GAC1B,MAAM,8BAA8B,CAAC;AAGtC,OAAO,EACL,sBAAsB,EACtB,8BAA8B,EAC9B,4BAA4B,EAC5B,wBAAwB,EACxB,sBAAsB,EACtB,sBAAsB,EACtB,uBAAuB,EACvB,4BAA4B,EAC5B,+BAA+B,GAChC,MAAM,8BAA8B,CAAC"}
|