infobae-charts 0.0.7 → 0.0.9
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/assets/icons/LineIcon.d.ts +7 -0
- package/dist/assets/icons/LineIcon.d.ts.map +1 -0
- package/dist/components/Line/children/LineItem.d.ts +4 -0
- package/dist/components/Line/children/LineItem.d.ts.map +1 -0
- package/dist/components/{GradientStackedAreaChart → Line}/index.d.ts +2 -3
- package/dist/components/Line/index.d.ts.map +1 -0
- package/dist/components/TestComponent/index.d.ts.map +1 -1
- package/dist/components/VerticalBar/children/VerticalBarItem.d.ts +9 -0
- package/dist/components/VerticalBar/children/VerticalBarItem.d.ts.map +1 -0
- package/dist/components/VerticalBar/index.d.ts +6 -0
- package/dist/components/VerticalBar/index.d.ts.map +1 -0
- package/dist/components/{StackedBarChart → VerticalBar}/types.d.ts +4 -0
- package/dist/components/VerticalBar/types.d.ts.map +1 -0
- package/dist/index.cjs +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +77 -33
- package/dist/utils/VerticalBarItem.d.ts +39 -0
- package/dist/utils/VerticalBarItem.d.ts.map +1 -0
- package/package.json +1 -1
- package/dist/components/GradientStackedAreaChart/children/GradientStackedAreaChartItem.d.ts +0 -4
- package/dist/components/GradientStackedAreaChart/children/GradientStackedAreaChartItem.d.ts.map +0 -1
- package/dist/components/GradientStackedAreaChart/index.d.ts.map +0 -1
- package/dist/components/StackedBarChart/children/StackedBarChartItem.d.ts +0 -9
- package/dist/components/StackedBarChart/children/StackedBarChartItem.d.ts.map +0 -1
- package/dist/components/StackedBarChart/index.d.ts +0 -6
- package/dist/components/StackedBarChart/index.d.ts.map +0 -1
- package/dist/components/StackedBarChart/types.d.ts.map +0 -1
- package/dist/utils/StackedBarChartItem.d.ts +0 -28
- package/dist/utils/StackedBarChartItem.d.ts.map +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LineIcon.d.ts","sourceRoot":"","sources":["../../../src/assets/icons/LineIcon.tsx"],"names":[],"mappings":"AAEA,QAAA,MAAM,QAAQ,GAAI;;;;CAA8C,gCAqB/D,CAAC;AACF,eAAe,QAAQ,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LineItem.d.ts","sourceRoot":"","sources":["../../../../src/components/Line/children/LineItem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4B,MAAM,OAAO,CAAC;AAyBjD,QAAA,MAAM,QAAQ,EAAE,KAAK,CAAC,EA0KrB,CAAC;AAEF,eAAe,QAAQ,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export interface
|
|
1
|
+
export interface LineProps {
|
|
2
2
|
logoSrc?: string | undefined;
|
|
3
3
|
showBrand?: boolean;
|
|
4
4
|
showChart?: boolean;
|
|
@@ -9,7 +9,7 @@ export interface GradientStackedAreaChartProps {
|
|
|
9
9
|
subtitle?: string | undefined;
|
|
10
10
|
title?: string | undefined;
|
|
11
11
|
}
|
|
12
|
-
declare const
|
|
12
|
+
export declare const Line: ({ logoSrc, showChart, showFont, showLogo, showSubtitle, showTitle, subtitle, title, }: {
|
|
13
13
|
logoSrc?: undefined;
|
|
14
14
|
showChart?: boolean | undefined;
|
|
15
15
|
showFont?: boolean | undefined;
|
|
@@ -19,5 +19,4 @@ declare const GradientStackedAreaChart: ({ logoSrc, showChart, showFont, showLog
|
|
|
19
19
|
subtitle?: string | undefined;
|
|
20
20
|
title?: string | undefined;
|
|
21
21
|
}) => import("react").JSX.Element;
|
|
22
|
-
export default GradientStackedAreaChart;
|
|
23
22
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Line/index.tsx"],"names":[],"mappings":"AAEA,OAAO,cAAc,CAAA;AAErB,MAAM,WAAW,SAAS;IACxB,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC7B,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,QAAQ,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC9B,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC5B;AAED,eAAO,MAAM,IAAI,GAAI;;;;;;;;;CAOA,gCAyBpB,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/TestComponent/index.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/TestComponent/index.tsx"],"names":[],"mappings":"AAIA,MAAM,CAAC,OAAO,UAAU,aAAa,gCA6DpC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { Data, Visualization } from '../types';
|
|
2
|
+
export interface VerticalBarItemProps {
|
|
3
|
+
visualization: Visualization;
|
|
4
|
+
data?: Data;
|
|
5
|
+
showLegend?: boolean;
|
|
6
|
+
}
|
|
7
|
+
export declare const VerticalBarItem: ({ visualization, data, showLegend }: VerticalBarItemProps) => import("react").JSX.Element;
|
|
8
|
+
export default VerticalBarItem;
|
|
9
|
+
//# sourceMappingURL=VerticalBarItem.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"VerticalBarItem.d.ts","sourceRoot":"","sources":["../../../../src/components/VerticalBar/children/VerticalBarItem.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAE,IAAI,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AAK/C,MAAM,WAAW,oBAAoB;IACnC,aAAa,EAAE,aAAa,CAAC;IAC7B,IAAI,CAAC,EAAE,IAAI,CAAC;IACZ,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB;AAED,eAAO,MAAM,eAAe,GAAI,qCAAsD,oBAAoB,gCA2IzG,CAAC;AAEF,eAAe,eAAe,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/VerticalBar/index.tsx"],"names":[],"mappings":"AAEA,OAAO,cAAc,CAAC;AACtB,OAAO,EAAE,OAAO,EAAE,MAAM,SAAS,CAAC;AAElC,MAAM,WAAW,gBAAgB;IAC/B,IAAI,EAAE,OAAO,CAAC;CACf;AAED,eAAO,MAAM,WAAW,GAAI,mBAAwB,gBAAgB,gCAuCnE,CAAC"}
|
|
@@ -11,16 +11,20 @@ export interface Metadata {
|
|
|
11
11
|
title?: string | undefined;
|
|
12
12
|
description?: string | undefined;
|
|
13
13
|
source?: string | undefined;
|
|
14
|
+
image?: string | undefined;
|
|
14
15
|
}
|
|
15
16
|
export interface Settings {
|
|
16
17
|
showTitle?: boolean;
|
|
17
18
|
showDescription?: boolean;
|
|
18
19
|
showImage?: boolean;
|
|
19
20
|
showLegend?: boolean;
|
|
21
|
+
showChart?: boolean;
|
|
22
|
+
showSource?: boolean;
|
|
20
23
|
}
|
|
21
24
|
export interface SerieItem {
|
|
22
25
|
key?: string | number | undefined;
|
|
23
26
|
color?: string | undefined;
|
|
27
|
+
image?: string | undefined;
|
|
24
28
|
}
|
|
25
29
|
export interface Visualization {
|
|
26
30
|
type?: string | undefined;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/VerticalBar/types.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,QAAQ;IACvB,CAAC,CAAC,EAAE,MAAM,CAAC;IACX,CAAC,CAAC,EAAE,KAAK,CAAC,MAAM,GAAG,MAAM,GAAG,SAAS,CAAC,CAAC;CACxC;AAED,KAAK,QAAQ,GAAG,KAAK,CAAC,CAAC,MAAM,GAAG,MAAM,GAAG,SAAS,CAAC,EAAE,CAAC,CAAC;AAEvD,MAAM,WAAW,IAAI;IACnB,OAAO,CAAC,EAAE,KAAK,CAAC,MAAM,GAAG,MAAM,GAAG,SAAS,CAAC,CAAC;IAC7C,IAAI,CAAC,EAAE,QAAQ,CAAC;CACjB;AAED,MAAM,WAAW,QAAQ;IACvB,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACjC,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC5B,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC5B;AAED,MAAM,WAAW,QAAQ;IACvB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB;AAED,MAAM,WAAW,SAAS;IACxB,GAAG,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS,CAAC;IAClC,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC5B;AAED,MAAM,WAAW,aAAa;IAC5B,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1B,QAAQ,CAAC,EAAE,QAAQ,CAAC;IACpB,QAAQ,CAAC,EAAE,QAAQ,CAAC;IACpB,MAAM,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC,CAAC;CAC3B;AAED,MAAM,WAAW,OAAO;IACtB,QAAQ,CAAC,EAAE,QAAQ,CAAC;IACpB,IAAI,CAAC,EAAE,IAAI,CAAC;IACZ,aAAa,CAAC,EAAE,aAAa,CAAC;IAC9B,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB"}
|
package/dist/index.cjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
(function(){try{if(typeof document<`u`){var e=document.createElement(`style`);e.appendChild(document.createTextNode(`.ibc-title{box-sizing:border-box;border-bottom:1px solid var(--gray-50);width:100%;padding-bottom:26px}.ibc-title__row{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.ibc-title__text{flex-direction:column;gap:19px;min-width:0;display:flex}.ibc-title__heading{color:var(--gray-100);font-family:Roboto;font-size:40px;font-style:normal;font-weight:700;line-height:normal}.ibc-title__subtitle{color:var(--gray-90);font-family:Roboto;font-size:26px;font-style:normal;font-weight:400;line-height:normal}.ibc-title__brand{flex-shrink:0;line-height:0}.ibc-title__logo{width:auto;height:40px;display:block}.
|
|
1
|
+
(function(){try{if(typeof document<`u`){var e=document.createElement(`style`);e.appendChild(document.createTextNode(`.ibc-title{box-sizing:border-box;border-bottom:1px solid var(--gray-50);width:100%;padding-bottom:26px}.ibc-title__row{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.ibc-title__text{flex-direction:column;gap:19px;min-width:0;display:flex}.ibc-title__heading{color:var(--gray-100);font-family:Roboto;font-size:40px;font-style:normal;font-weight:700;line-height:normal}.ibc-title__subtitle{color:var(--gray-90);font-family:Roboto;font-size:26px;font-style:normal;font-weight:400;line-height:normal}.ibc-title__brand{flex-shrink:0;line-height:0}.ibc-title__logo{width:auto;height:40px;display:block}.vertical-bar-chart{background:var(--gray-0);flex-direction:column;gap:40px;padding:16px;display:flex}@media screen and (width>=992px){.vertical-bar-chart{padding:72px 82px}}.vertical-bar-chart-ctn{background:var(--bg);border-radius:16px;flex-direction:column;gap:18px;padding:40px 22px;display:flex}.vertical-bar-chart-labels{gap:8px;max-width:100%;display:flex;overflow-x:auto}.vertical-bar-chart-labels::-webkit-scrollbar{display:none}.vertical-bar-chart-label{background:var(--gray-0);border:1px solid var(--gray-30);border-radius:100px;align-items:center;gap:6px;width:max-content;padding:8px 16px;display:flex}.vertical-bar-chart-label-icon{border-radius:100px;width:12px;height:12px}.vertical-bar-chart-label-text{color:var(--gray-90);width:max-content;font-size:12px;font-weight:400}.vertical-bar-chart-font{color:var(--gray-90);font-size:16px;font-weight:400}.vertical-bar-chart-font>span{font-weight:700}/*$vite$:1*/`)),document.head.appendChild(e)}}catch(e){console.error(`vite-plugin-css-injected-by-js`,e)}})();
|
|
2
2
|
Object.defineProperty(exports,Symbol.toStringTag,{value:`Module`});var e=Object.defineProperty,t=(t,n)=>{let r={};for(var i in t)e(r,i,{get:t[i],enumerable:!0});return n||e(r,Symbol.toStringTag,{value:`Module`}),r};let n=require("react/jsx-runtime"),r=require("react");var i=`https://www.infobae.com/assets/images/logos/logo_infobae_naranja.svg`;function a({className:e,logoSrc:t=i,showLogo:r=!0,showSubtitle:a=!0,showTitle:o=!0,subtitle:s,title:c}){return!r&&!o&&!a?null:(0,n.jsx)(`header`,{className:[`ibc-title`,e].filter(Boolean).join(` `),children:(0,n.jsxs)(`div`,{className:`ibc-title__row`,children:[(0,n.jsxs)(`div`,{className:`ibc-title__text`,children:[!o||!c?null:(0,n.jsx)(`p`,{className:`ibc-title__heading`,children:c}),!a||!s?null:(0,n.jsx)(`p`,{className:`ibc-title__subtitle`,children:s})]}),!r||!t?null:(0,n.jsx)(`div`,{className:`ibc-title__brand`,children:(0,n.jsx)(`img`,{className:`ibc-title__logo`,src:t,alt:`logo infobae of title component`,loading:`lazy`,decoding:`async`})})]})})}var o=function(e,t){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},o(e,t)};function s(e,t){if(typeof t!=`function`&&t!==null)throw TypeError(`Class extends value `+String(t)+` is not a constructor or null`);o(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}var c=function(){function e(){this.firefox=!1,this.ie=!1,this.edge=!1,this.newEdge=!1,this.weChat=!1}return e}(),l=new(function(){function e(){this.browser=new c,this.node=!1,this.wxa=!1,this.worker=!1,this.svgSupported=!1,this.touchEventsSupported=!1,this.pointerEventsSupported=!1,this.domSupported=!1,this.transformSupported=!1,this.transform3dSupported=!1,this.hasGlobalWindow=typeof window<`u`}return e}());typeof wx==`object`&&typeof wx.getSystemInfoSync==`function`?(l.wxa=!0,l.touchEventsSupported=!0):typeof document>`u`&&typeof self<`u`?l.worker=!0:!l.hasGlobalWindow||`Deno`in window||typeof navigator<`u`&&typeof navigator.userAgent==`string`&&navigator.userAgent.indexOf(`Node.js`)>-1?(l.node=!0,l.svgSupported=!0):u(navigator.userAgent,l);function u(e,t){var n=t.browser,r=e.match(/Firefox\/([\d.]+)/),i=e.match(/MSIE\s([\d.]+)/)||e.match(/Trident\/.+?rv:(([\d.]+))/),a=e.match(/Edge?\/([\d.]+)/),o=/micromessenger/i.test(e);if(r&&(n.firefox=!0,n.version=r[1]),i&&(n.ie=!0,n.version=i[1]),a&&(n.edge=!0,n.version=a[1],n.newEdge=+a[1].split(`.`)[0]>18),o&&(n.weChat=!0),t.svgSupported=typeof SVGRect<`u`,t.touchEventsSupported=`ontouchstart`in window&&!n.ie&&!n.edge,t.pointerEventsSupported=`onpointerdown`in window&&(n.edge||n.ie&&+n.version>=11),t.domSupported=typeof document<`u`){var s=document.documentElement.style;t.transform3dSupported=(n.ie&&`transition`in s||n.edge||`WebKitCSSMatrix`in window&&`m11`in new WebKitCSSMatrix||`MozPerspective`in s)&&!(`OTransition`in s),t.transformSupported=t.transform3dSupported||n.ie&&+n.version>=9}}var d=`12px sans-serif`,f=20,p=100,m=`007LLmW'55;N0500LLLLLLLLLL00NNNLzWW\\\\WQb\\0FWLg\\bWb\\WQ\\WrWWQ000CL5LLFLL0LL**F*gLLLL5F0LF\\FFF5.5N`;function h(e){var t={};if(typeof JSON>`u`)return t;for(var n=0;n<e.length;n++){var r=String.fromCharCode(n+32);t[r]=(e.charCodeAt(n)-f)/p}return t}var g=h(m),_={createCanvas:function(){return typeof document<`u`&&document.createElement(`canvas`)},measureText:(function(){var e,t;return function(n,r){if(!e){var i=_.createCanvas();e=i&&i.getContext(`2d`)}if(e)return t!==r&&(t=e.font=r||`12px sans-serif`),e.measureText(n);n||=``,r||=`12px sans-serif`;var a=/((?:\d+)?\.?\d*)px/.exec(r),o=a&&+a[1]||12,s=0;if(r.indexOf(`mono`)>=0)s=o*n.length;else for(var c=0;c<n.length;c++){var l=g[n[c]];s+=l==null?o:l*o}return{width:s}}})(),loadImage:function(e,t,n){var r=new Image;return r.onload=t,r.onerror=n,r.src=e,r},getTime:function(){return Date.now?Date.now():+new Date}},v=ae([`Function`,`RegExp`,`Date`,`Error`,`CanvasGradient`,`CanvasPattern`,`Image`,`Canvas`],function(e,t){return e[`[object `+t+`]`]=!0,e},{}),y=ae([`Int8`,`Uint8`,`Uint8Clamped`,`Int16`,`Uint16`,`Int32`,`Uint32`,`Float32`,`Float64`],function(e,t){return e[`[object `+t+`Array]`]=!0,e},{}),b=Object.prototype.toString,x=Array.prototype,S=x.forEach,C=x.filter,w=x.slice,T=x.map,E=function(){}.constructor,D=E?E.prototype:null,O=`__proto__`,k=2311,A=2**53-1;function j(){return k>=A&&(k=0),k++}function ee(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];typeof console<`u`&&console.error.apply(console,e)}function M(e){if(typeof e!=`object`||!e)return e;var t=e,n=b.call(e);if(n===`[object Array]`){if(!we(e)){t=[];for(var r=0,i=e.length;r<i;r++)t[r]=M(e[r])}}else if(y[n]){if(!we(e)){var a=e.constructor;if(a.from)t=a.from(e);else{t=new a(e.length);for(var r=0,i=e.length;r<i;r++)t[r]=e[r]}}}else if(!v[n]&&!we(e)&&!pe(e))for(var o in t={},e)e.hasOwnProperty(o)&&o!==O&&(t[o]=M(e[o]));return t}function N(e,t,n){if(!G(t)||!G(e))return n?M(t):e;for(var r in t)if(t.hasOwnProperty(r)&&r!==O){var i=e[r],a=t[r];G(a)&&G(i)&&!H(a)&&!H(i)&&!pe(a)&&!pe(i)&&!de(a)&&!de(i)&&!we(a)&&!we(i)?N(i,a,n):(n||!(r in e))&&(e[r]=M(t[r]))}return e}function P(e,t){if(Object.assign)Object.assign(e,t);else for(var n in t)t.hasOwnProperty(n)&&n!==O&&(e[n]=t[n]);return e}function te(e,t,n){e||={};for(var r=0;r<n.length;r++){var i=n[r];e[i]=t[i]}return e}function F(e,t,n){for(var r=B(t),i=0,a=r.length;i<a;i++){var o=r[i];(n?t[o]!=null:e[o]==null)&&(e[o]=t[o])}return e}_.createCanvas;function I(e,t){if(e){if(e.indexOf)return e.indexOf(t);for(var n=0,r=e.length;n<r;n++)if(e[n]===t)return n}return-1}function ne(e,t){var n=e.prototype;function r(){}for(var i in r.prototype=t.prototype,e.prototype=new r,n)n.hasOwnProperty(i)&&(e.prototype[i]=n[i]);e.prototype.constructor=e,e.superClass=t}function re(e,t,n){if(e=`prototype`in e?e.prototype:e,t=`prototype`in t?t.prototype:t,Object.getOwnPropertyNames)for(var r=Object.getOwnPropertyNames(t),i=0;i<r.length;i++){var a=r[i];a!==`constructor`&&(n?t[a]!=null:e[a]==null)&&(e[a]=t[a])}else F(e,t,n)}function ie(e){return!e||typeof e==`string`?!1:typeof e.length==`number`}function L(e,t,n){if(e&&t){if(e.forEach&&e.forEach===S)e.forEach(t,n);else if(e.length===+e.length)for(var r=0,i=e.length;r<i;r++)t.call(n,e[r],r,e);else for(var a in e)e.hasOwnProperty(a)&&t.call(n,e[a],a,e)}}function R(e,t,n){if(!e)return[];if(!t)return ye(e);if(e.map&&e.map===T)return e.map(t,n);for(var r=[],i=0,a=e.length;i<a;i++)r.push(t.call(n,e[i],i,e));return r}function ae(e,t,n,r){if(e&&t){for(var i=0,a=e.length;i<a;i++)n=t.call(r,n,e[i],i,e);return n}}function oe(e,t,n){if(!e)return[];if(!t)return ye(e);if(e.filter&&e.filter===C)return e.filter(t,n);for(var r=[],i=0,a=e.length;i<a;i++)t.call(n,e[i],i,e)&&r.push(e[i]);return r}function z(e,t,n){if(e&&t){for(var r=0,i=e.length;r<i;r++)if(t.call(n,e[r],r,e))return e[r]}}function B(e){if(!e)return[];if(Object.keys)return Object.keys(e);var t=[];for(var n in e)e.hasOwnProperty(n)&&t.push(n);return t}function se(e,t){for(var n=[],r=2;r<arguments.length;r++)n[r-2]=arguments[r];return function(){return e.apply(t,n.concat(w.call(arguments)))}}var V=D&&U(D.bind)?D.call.bind(D.bind):se;function ce(e){for(var t=[],n=1;n<arguments.length;n++)t[n-1]=arguments[n];return function(){return e.apply(this,t.concat(w.call(arguments)))}}function H(e){return Array.isArray?Array.isArray(e):b.call(e)===`[object Array]`}function U(e){return typeof e==`function`}function W(e){return typeof e==`string`}function le(e){return b.call(e)===`[object String]`}function ue(e){return typeof e==`number`}function G(e){var t=typeof e;return t===`function`||!!e&&t===`object`}function de(e){return!!v[b.call(e)]}function fe(e){return!!y[b.call(e)]}function pe(e){return typeof e==`object`&&typeof e.nodeType==`number`&&typeof e.ownerDocument==`object`}function me(e){return e.colorStops!=null}function he(e){return b.call(e)===`[object RegExp]`}function ge(e){return e!==e}function _e(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];for(var n=0,r=e.length;n<r;n++)if(e[n]!=null)return e[n]}function K(e,t){return e??t}function ve(e,t,n){return e??t??n}function ye(e){for(var t=[],n=1;n<arguments.length;n++)t[n-1]=arguments[n];return w.apply(e,t)}function be(e){if(typeof e==`number`)return[e,e,e,e];var t=e.length;return t===2?[e[0],e[1],e[0],e[1]]:t===3?[e[0],e[1],e[2],e[1]]:e}function q(e,t){if(!e)throw Error(t)}function xe(e){return e==null?null:typeof e.trim==`function`?e.trim():e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,``)}var Se=`__ec_primitive__`;function Ce(e){e[Se]=!0}function we(e){return e[Se]}var Te=function(){function e(){this.data={}}return e.prototype.delete=function(e){var t=this.has(e);return t&&delete this.data[e],t},e.prototype.has=function(e){return this.data.hasOwnProperty(e)},e.prototype.get=function(e){return this.data[e]},e.prototype.set=function(e,t){return this.data[e]=t,this},e.prototype.keys=function(){return B(this.data)},e.prototype.forEach=function(e){var t=this.data;for(var n in t)t.hasOwnProperty(n)&&e(t[n],n)},e}(),Ee=typeof Map==`function`;function De(){return Ee?new Map:new Te}var Oe=function(){function e(t){var n=H(t);this.data=De();var r=this;t instanceof e?t.each(i):t&&L(t,i);function i(e,t){n?r.set(e,t):r.set(t,e)}}return e.prototype.hasKey=function(e){return this.data.has(e)},e.prototype.get=function(e){return this.data.get(e)},e.prototype.set=function(e,t){return this.data.set(e,t),t},e.prototype.each=function(e,t){this.data.forEach(function(n,r){e.call(t,n,r)})},e.prototype.keys=function(){var e=this.data.keys();return Ee?Array.from(e):e},e.prototype.removeKey=function(e){this.data.delete(e)},e}();function J(e){return new Oe(e)}function ke(e,t){for(var n=new e.constructor(e.length+t.length),r=0;r<e.length;r++)n[r]=e[r];for(var i=e.length,r=0;r<t.length;r++)n[r+i]=t[r];return n}function Ae(e,t){var n;if(Object.create)n=Object.create(e);else{var r=function(){};r.prototype=e,n=new r}return t&&P(n,t),n}function je(e,t){return e.hasOwnProperty(t)}function Me(){}var Ne=180/Math.PI;function Pe(e,t){return e??=0,t??=0,[e,t]}function Fe(e){return[e[0],e[1]]}function Ie(e,t,n){return e[0]=t,e[1]=n,e}function Le(e,t,n){return e[0]=t[0]+n[0],e[1]=t[1]+n[1],e}function Re(e,t,n){return e[0]=t[0]-n[0],e[1]=t[1]-n[1],e}function ze(e){return Math.sqrt(Be(e))}function Be(e){return e[0]*e[0]+e[1]*e[1]}function Ve(e,t,n){return e[0]=t[0]*n,e[1]=t[1]*n,e}function He(e,t){var n=ze(t);return n===0?(e[0]=0,e[1]=0):(e[0]=t[0]/n,e[1]=t[1]/n),e}function Ue(e,t){return Math.sqrt((e[0]-t[0])*(e[0]-t[0])+(e[1]-t[1])*(e[1]-t[1]))}var We=Ue;function Ge(e,t){return(e[0]-t[0])*(e[0]-t[0])+(e[1]-t[1])*(e[1]-t[1])}var Ke=Ge;function qe(e,t,n){var r=t[0],i=t[1];return e[0]=n[0]*r+n[2]*i+n[4],e[1]=n[1]*r+n[3]*i+n[5],e}function Je(e,t,n){return e[0]=Math.min(t[0],n[0]),e[1]=Math.min(t[1],n[1]),e}function Ye(e,t,n){return e[0]=Math.max(t[0],n[0]),e[1]=Math.max(t[1],n[1]),e}var Xe=function(){function e(e,t){this.target=e,this.topTarget=t&&t.topTarget}return e}(),Ze=function(){function e(e){this.handler=e,e.on(`mousedown`,this._dragStart,this),e.on(`mousemove`,this._drag,this),e.on(`mouseup`,this._dragEnd,this)}return e.prototype._dragStart=function(e){for(var t=e.target;t&&!t.draggable;)t=t.parent||t.__hostTarget;t&&(this._draggingTarget=t,t.dragging=!0,this._x=e.offsetX,this._y=e.offsetY,this.handler.dispatchToElement(new Xe(t,e),`dragstart`,e.event))},e.prototype._drag=function(e){var t=this._draggingTarget;if(t){var n=e.offsetX,r=e.offsetY,i=n-this._x,a=r-this._y;this._x=n,this._y=r,t.drift(i,a,e),this.handler.dispatchToElement(new Xe(t,e),`drag`,e.event);var o=this.handler.findHover(n,r,t).target,s=this._dropTarget;this._dropTarget=o,t!==o&&(s&&o!==s&&this.handler.dispatchToElement(new Xe(s,e),`dragleave`,e.event),o&&o!==s&&this.handler.dispatchToElement(new Xe(o,e),`dragenter`,e.event))}},e.prototype._dragEnd=function(e){var t=this._draggingTarget;t&&(t.dragging=!1),this.handler.dispatchToElement(new Xe(t,e),`dragend`,e.event),this._dropTarget&&this.handler.dispatchToElement(new Xe(this._dropTarget,e),`drop`,e.event),this._draggingTarget=null,this._dropTarget=null},e}(),Qe=function(){function e(e){e&&(this._$eventProcessor=e)}return e.prototype.on=function(e,t,n,r){this._$handlers||={};var i=this._$handlers;if(typeof t==`function`&&(r=n,n=t,t=null),!n||!e)return this;var a=this._$eventProcessor;t!=null&&a&&a.normalizeQuery&&(t=a.normalizeQuery(t)),i[e]||(i[e]=[]);for(var o=0;o<i[e].length;o++)if(i[e][o].h===n)return this;var s={h:n,query:t,ctx:r||this,callAtLast:n.zrEventfulCallAtLast},c=i[e].length-1,l=i[e][c];return l&&l.callAtLast?i[e].splice(c,0,s):i[e].push(s),this},e.prototype.isSilent=function(e){var t=this._$handlers;return!t||!t[e]||!t[e].length},e.prototype.off=function(e,t){var n=this._$handlers;if(!n)return this;if(!e)return this._$handlers={},this;if(t){if(n[e]){for(var r=[],i=0,a=n[e].length;i<a;i++)n[e][i].h!==t&&r.push(n[e][i]);n[e]=r}n[e]&&n[e].length===0&&delete n[e]}else delete n[e];return this},e.prototype.trigger=function(e){for(var t=[],n=1;n<arguments.length;n++)t[n-1]=arguments[n];if(!this._$handlers)return this;var r=this._$handlers[e],i=this._$eventProcessor;if(r)for(var a=t.length,o=r.length,s=0;s<o;s++){var c=r[s];if(!(i&&i.filter&&c.query!=null&&!i.filter(e,c.query)))switch(a){case 0:c.h.call(c.ctx);break;case 1:c.h.call(c.ctx,t[0]);break;case 2:c.h.call(c.ctx,t[0],t[1]);break;default:c.h.apply(c.ctx,t)}}return i&&i.afterTrigger&&i.afterTrigger(e),this},e.prototype.triggerWithContext=function(e){for(var t=[],n=1;n<arguments.length;n++)t[n-1]=arguments[n];if(!this._$handlers)return this;var r=this._$handlers[e],i=this._$eventProcessor;if(r)for(var a=t.length,o=t[a-1],s=r.length,c=0;c<s;c++){var l=r[c];if(!(i&&i.filter&&l.query!=null&&!i.filter(e,l.query)))switch(a){case 0:l.h.call(o);break;case 1:l.h.call(o,t[0]);break;case 2:l.h.call(o,t[0],t[1]);break;default:l.h.apply(o,t.slice(1,a-1))}}return i&&i.afterTrigger&&i.afterTrigger(e),this},e}(),$e=Math.log(2);function et(e,t,n,r,i,a){var o=r+`-`+i,s=e.length;if(a.hasOwnProperty(o))return a[o];if(t===1){var c=Math.round(Math.log((1<<s)-1&~i)/$e);return e[n][c]}for(var l=r|1<<n,u=n+1;r&1<<u;)u++;for(var d=0,f=0,p=0;f<s;f++){var m=1<<f;m&i||(d+=(p%2?-1:1)*e[n][f]*et(e,t-1,u,l,i|m,a),p++)}return a[o]=d,d}function tt(e,t){var n=[[e[0],e[1],1,0,0,0,-t[0]*e[0],-t[0]*e[1]],[0,0,0,e[0],e[1],1,-t[1]*e[0],-t[1]*e[1]],[e[2],e[3],1,0,0,0,-t[2]*e[2],-t[2]*e[3]],[0,0,0,e[2],e[3],1,-t[3]*e[2],-t[3]*e[3]],[e[4],e[5],1,0,0,0,-t[4]*e[4],-t[4]*e[5]],[0,0,0,e[4],e[5],1,-t[5]*e[4],-t[5]*e[5]],[e[6],e[7],1,0,0,0,-t[6]*e[6],-t[6]*e[7]],[0,0,0,e[6],e[7],1,-t[7]*e[6],-t[7]*e[7]]],r={},i=et(n,8,0,0,0,r);if(i!==0){for(var a=[],o=0;o<8;o++)for(var s=0;s<8;s++)a[s]??(a[s]=0),a[s]+=((o+s)%2?-1:1)*et(n,7,+(o===0),1<<o,1<<s,r)/i*t[o];return function(e,t,n){var r=t*a[6]+n*a[7]+1;e[0]=(t*a[0]+n*a[1]+a[2])/r,e[1]=(t*a[3]+n*a[4]+a[5])/r}}}var nt=`___zrEVENTSAVED`,rt=[];function it(e,t,n,r,i){return ot(rt,t,r,i,!0)&&ot(e,n,rt[0],rt[1])}function at(e,t){e&&n(e),t&&n(t);function n(e){var t=e[nt];t&&(t.clearMarkers&&t.clearMarkers(),delete e[nt])}}function ot(e,t,n,r,i){if(t.getBoundingClientRect&&l.domSupported&&!lt(t)){var a=t[nt]||(t[nt]={}),o=ct(st(t,a),a,i);if(o)return o(e,n,r),!0}return!1}function st(e,t){var n=t.markers;if(n)return n;n=t.markers=[];for(var r=[`left`,`right`],i=[`top`,`bottom`],a=0;a<4;a++){var o=document.createElement(`div`),s=o.style,c=a%2,l=(a>>1)%2;s.cssText=[`position: absolute`,`visibility: hidden`,`padding: 0`,`margin: 0`,`border-width: 0`,`user-select: none`,`width:0`,`height:0`,r[c]+`:0`,i[l]+`:0`,r[1-c]+`:auto`,i[1-l]+`:auto`,``].join(`!important;`),e.appendChild(o),n.push(o)}return t.clearMarkers=function(){L(n,function(e){e.parentNode&&e.parentNode.removeChild(e)})},n}function ct(e,t,n){for(var r=n?`invTrans`:`trans`,i=t[r],a=t.srcCoords,o=[],s=[],c=!0,l=0;l<4;l++){var u=e[l].getBoundingClientRect(),d=2*l,f=u.left,p=u.top;o.push(f,p),c=c&&a&&f===a[d]&&p===a[d+1],s.push(e[l].offsetLeft,e[l].offsetTop)}return c&&i?i:(t.srcCoords=o,t[r]=n?tt(s,o):tt(o,s))}function lt(e){return e.nodeName.toUpperCase()===`CANVAS`}var ut=/([&<>"'])/g,dt={"&":`&`,"<":`<`,">":`>`,'"':`"`,"'":`'`};function ft(e){return e==null?``:(e+``).replace(ut,function(e,t){return dt[t]})}var pt=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,mt=[],ht=l.browser.firefox&&+l.browser.version.split(`.`)[0]<39;function gt(e,t,n,r){return n||={},r?_t(e,t,n):ht&&t.layerX!=null&&t.layerX!==t.offsetX?(n.zrX=t.layerX,n.zrY=t.layerY):t.offsetX==null?_t(e,t,n):(n.zrX=t.offsetX,n.zrY=t.offsetY),n}function _t(e,t,n){if(l.domSupported&&e.getBoundingClientRect){var r=t.clientX,i=t.clientY;if(lt(e)){var a=e.getBoundingClientRect();n.zrX=r-a.left,n.zrY=i-a.top;return}if(ot(mt,e,r,i)){n.zrX=mt[0],n.zrY=mt[1];return}}n.zrX=n.zrY=0}function vt(e){return e||window.event}function yt(e,t,n){if(t=vt(t),t.zrX!=null)return t;var r=t.type;if(r&&r.indexOf(`touch`)>=0){var i=r===`touchend`?t.changedTouches[0]:t.targetTouches[0];i&>(e,i,t,n)}else{gt(e,t,t,n);var a=bt(t);t.zrDelta=a?a/120:-(t.detail||0)/3}var o=t.button;return t.which==null&&o!==void 0&&pt.test(t.type)&&(t.which=o&1?1:o&2?3:o&4?2:0),t}function bt(e){var t=e.wheelDelta;if(t)return t;var n=e.deltaX,r=e.deltaY;if(n==null||r==null)return t;var i=Math.abs(r===0?n:r),a=r>0?-1:r<0?1:n>0?-1:1;return 3*i*a}function xt(e,t,n,r){e.addEventListener(t,n,r)}function St(e,t,n,r){e.removeEventListener(t,n,r)}var Ct=function(e){e.preventDefault(),e.stopPropagation(),e.cancelBubble=!0},wt=function(){function e(){this._track=[]}return e.prototype.recognize=function(e,t,n){return this._doTrack(e,t,n),this._recognize(e)},e.prototype.clear=function(){return this._track.length=0,this},e.prototype._doTrack=function(e,t,n){var r=e.touches;if(r){for(var i={points:[],touches:[],target:t,event:e},a=0,o=r.length;a<o;a++){var s=r[a],c=gt(n,s,{});i.points.push([c.zrX,c.zrY]),i.touches.push(s)}this._track.push(i)}},e.prototype._recognize=function(e){for(var t in Dt)if(Dt.hasOwnProperty(t)){var n=Dt[t](this._track,e);if(n)return n}},e}();function Tt(e){var t=e[1][0]-e[0][0],n=e[1][1]-e[0][1];return Math.sqrt(t*t+n*n)}function Et(e){return[(e[0][0]+e[1][0])/2,(e[0][1]+e[1][1])/2]}var Dt={pinch:function(e,t){var n=e.length;if(n){var r=(e[n-1]||{}).points,i=(e[n-2]||{}).points||r;if(i&&i.length>1&&r&&r.length>1){var a=Tt(r)/Tt(i);!isFinite(a)&&(a=1),t.pinchScale=a;var o=Et(r);return t.pinchX=o[0],t.pinchY=o[1],{type:`pinch`,target:e[0].target,event:t}}}}};function Ot(){return[1,0,0,1,0,0]}function kt(e){return e[0]=1,e[1]=0,e[2]=0,e[3]=1,e[4]=0,e[5]=0,e}function At(e,t){return e[0]=t[0],e[1]=t[1],e[2]=t[2],e[3]=t[3],e[4]=t[4],e[5]=t[5],e}function jt(e,t,n){var r=t[0]*n[0]+t[2]*n[1],i=t[1]*n[0]+t[3]*n[1],a=t[0]*n[2]+t[2]*n[3],o=t[1]*n[2]+t[3]*n[3],s=t[0]*n[4]+t[2]*n[5]+t[4],c=t[1]*n[4]+t[3]*n[5]+t[5];return e[0]=r,e[1]=i,e[2]=a,e[3]=o,e[4]=s,e[5]=c,e}function Mt(e,t,n){return e[0]=t[0],e[1]=t[1],e[2]=t[2],e[3]=t[3],e[4]=t[4]+n[0],e[5]=t[5]+n[1],e}function Nt(e,t,n,r){r===void 0&&(r=[0,0]);var i=t[0],a=t[2],o=t[4],s=t[1],c=t[3],l=t[5],u=Math.sin(n),d=Math.cos(n);return e[0]=i*d+s*u,e[1]=-i*u+s*d,e[2]=a*d+c*u,e[3]=-a*u+d*c,e[4]=d*(o-r[0])+u*(l-r[1])+r[0],e[5]=d*(l-r[1])-u*(o-r[0])+r[1],e}function Pt(e,t,n){var r=n[0],i=n[1];return e[0]=t[0]*r,e[1]=t[1]*i,e[2]=t[2]*r,e[3]=t[3]*i,e[4]=t[4]*r,e[5]=t[5]*i,e}function Ft(e,t){var n=t[0],r=t[2],i=t[4],a=t[1],o=t[3],s=t[5],c=n*o-a*r;return c?(c=1/c,e[0]=o*c,e[1]=-a*c,e[2]=-r*c,e[3]=n*c,e[4]=(r*s-o*i)*c,e[5]=(a*i-n*s)*c,e):null}var It=function(){function e(e,t){this.x=e||0,this.y=t||0}return e.prototype.copy=function(e){return this.x=e.x,this.y=e.y,this},e.prototype.clone=function(){return new e(this.x,this.y)},e.prototype.set=function(e,t){return this.x=e,this.y=t,this},e.prototype.equal=function(e){return e.x===this.x&&e.y===this.y},e.prototype.add=function(e){return this.x+=e.x,this.y+=e.y,this},e.prototype.scale=function(e){this.x*=e,this.y*=e},e.prototype.scaleAndAdd=function(e,t){this.x+=e.x*t,this.y+=e.y*t},e.prototype.sub=function(e){return this.x-=e.x,this.y-=e.y,this},e.prototype.dot=function(e){return this.x*e.x+this.y*e.y},e.prototype.len=function(){return Math.sqrt(this.x*this.x+this.y*this.y)},e.prototype.lenSquare=function(){return this.x*this.x+this.y*this.y},e.prototype.normalize=function(){var e=this.len();return this.x/=e,this.y/=e,this},e.prototype.distance=function(e){var t=this.x-e.x,n=this.y-e.y;return Math.sqrt(t*t+n*n)},e.prototype.distanceSquare=function(e){var t=this.x-e.x,n=this.y-e.y;return t*t+n*n},e.prototype.negate=function(){return this.x=-this.x,this.y=-this.y,this},e.prototype.transform=function(e){if(e){var t=this.x,n=this.y;return this.x=e[0]*t+e[2]*n+e[4],this.y=e[1]*t+e[3]*n+e[5],this}},e.prototype.toArray=function(e){return e[0]=this.x,e[1]=this.y,e},e.prototype.fromArray=function(e){this.x=e[0],this.y=e[1]},e.set=function(e,t,n){e.x=t,e.y=n},e.copy=function(e,t){e.x=t.x,e.y=t.y},e.len=function(e){return Math.sqrt(e.x*e.x+e.y*e.y)},e.lenSquare=function(e){return e.x*e.x+e.y*e.y},e.dot=function(e,t){return e.x*t.x+e.y*t.y},e.add=function(e,t,n){e.x=t.x+n.x,e.y=t.y+n.y},e.sub=function(e,t,n){e.x=t.x-n.x,e.y=t.y-n.y},e.scale=function(e,t,n){e.x=t.x*n,e.y=t.y*n},e.scaleAndAdd=function(e,t,n,r){e.x=t.x+n.x*r,e.y=t.y+n.y*r},e.lerp=function(e,t,n,r){var i=1-r;e.x=i*t.x+r*n.x,e.y=i*t.y+r*n.y},e}(),Lt=Math.min,Rt=Math.max,zt=Math.abs,Bt=[`x`,`y`],Vt=[`width`,`height`],Ht=new It,Ut=new It,Wt=new It,Gt=new It,Kt=rn(),qt=Kt.minTv,Jt=Kt.maxTv,Yt=[0,0],Y=function(){function e(e,t,n,r){Xt(this,e,t,n,r)}return e.set=function(e,t,n,r,i){return r<0&&(t+=r,r=-r),i<0&&(n+=i,i=-i),e.x=t,e.y=n,e.width=r,e.height=i,e},e.prototype.union=function(e){var t=Lt(e.x,this.x),n=Lt(e.y,this.y);this.width=isFinite(this.x)&&isFinite(this.width)?Rt(e.x+e.width,this.x+this.width)-t:e.width,this.height=isFinite(this.y)&&isFinite(this.height)?Rt(e.y+e.height,this.y+this.height)-n:e.height,this.x=t,this.y=n},e.prototype.applyTransform=function(t){e.applyTransform(this,this,t)},e.prototype.calculateTransform=function(e){return Qt(Ot(),this,e)},e.prototype.intersect=function(t,n,r){return e.intersect(this,t,n,r)},e.intersect=function(t,n,r,i){r&&It.set(r,0,0);var a=i&&i.outIntersectRect||null,o=i&&i.clamp;if(a&&(a.x=a.y=a.width=a.height=NaN),!t||!n)return!1;t instanceof e||(t=Xt($t,t.x,t.y,t.width,t.height)),n instanceof e||(n=Xt(en,n.x,n.y,n.width,n.height));var s=!!r;Kt.reset(i,s);var c=Kt.touchThreshold,l=t.x+c,u=t.x+t.width-c,d=t.y+c,f=t.y+t.height-c,p=n.x+c,m=n.x+n.width-c,h=n.y+c,g=n.y+n.height-c;if(l>u||d>f||p>m||h>g)return!1;var _=!(u<p||m<l||f<h||g<d);return(s||a)&&(Yt[0]=1/0,Yt[1]=0,nn(l,u,p,m,0,s,a,o),nn(d,f,h,g,1,s,a,o),s&&It.copy(r,_?Kt.useDir?Kt.dirMinTv:qt:Jt)),_},e.contain=function(e,t,n){return t>=e.x&&t<=e.x+e.width&&n>=e.y&&n<=e.y+e.height},e.prototype.contain=function(t,n){return e.contain(this,t,n)},e.prototype.clone=function(){return new e(this.x,this.y,this.width,this.height)},e.prototype.copy=function(e){Zt(this,e)},e.prototype.plain=function(){return{x:this.x,y:this.y,width:this.width,height:this.height}},e.prototype.isFinite=function(){return isFinite(this.x)&&isFinite(this.y)&&isFinite(this.width)&&isFinite(this.height)},e.prototype.isZero=function(){return this.width===0||this.height===0},e.create=function(t){return new e(t?t.x:0,t?t.y:0,t?t.width:0,t?t.height:0)},e.copy=function(e,t){return e.x=t.x,e.y=t.y,e.width=t.width,e.height=t.height,e},e.applyTransform=function(e,t,n){if(!n){e!==t&&Zt(e,t);return}if(n[1]<1e-5&&n[1]>-1e-5&&n[2]<1e-5&&n[2]>-1e-5){var r=n[0],i=n[3],a=n[4],o=n[5];e.x=t.x*r+a,e.y=t.y*i+o,e.width=t.width*r,e.height=t.height*i,e.width<0&&(e.x+=e.width,e.width=-e.width),e.height<0&&(e.y+=e.height,e.height=-e.height);return}Ht.x=Wt.x=t.x,Ht.y=Gt.y=t.y,Ut.x=Gt.x=t.x+t.width,Ut.y=Wt.y=t.y+t.height,Ht.transform(n),Gt.transform(n),Ut.transform(n),Wt.transform(n),e.x=Lt(Ht.x,Ut.x,Wt.x,Gt.x),e.y=Lt(Ht.y,Ut.y,Wt.y,Gt.y);var s=Rt(Ht.x,Ut.x,Wt.x,Gt.x),c=Rt(Ht.y,Ut.y,Wt.y,Gt.y);e.width=s-e.x,e.height=c-e.y},e.calculateTransform=function(e,t,n){var r=n.width/t.width,i=n.height/t.height;return e=kt(e||[]),Mt(e,e,Ie(tn,-t.x,-t.y)),Pt(e,e,Ie(tn,r,i)),Mt(e,e,Ie(tn,n.x,n.y)),e},e}();Y.create;var Xt=Y.set,Zt=Y.copy,Qt=Y.calculateTransform;Y.applyTransform,Y.contain;var $t=new Y(0,0,0,0),en=new Y(0,0,0,0),tn=[];function nn(e,t,n,r,i,a,o,s){var c=zt(t-n),l=zt(r-e),u=Lt(c,l),d=Bt[i],f=Bt[1-i],p=Vt[i];t<n||r<e?c<l?(a&&(Jt[d]=-c),s&&(o[d]=t,o[p]=0)):(a&&(Jt[d]=l),s&&(o[d]=e,o[p]=0)):(o&&(o[d]=Rt(e,n),o[p]=Lt(t,r)-o[d]),a&&(u<Yt[0]||Kt.useDir)&&(Yt[0]=Lt(u,Yt[0]),(c<l||!Kt.bidirectional)&&(qt[d]=c,qt[f]=0,Kt.useDir&&Kt.calcDirMTV()),(c>=l||!Kt.bidirectional)&&(qt[d]=-l,qt[f]=0,Kt.useDir&&Kt.calcDirMTV())))}function rn(){var e=0,t=new It,n=new It,r={minTv:new It,maxTv:new It,useDir:!1,dirMinTv:new It,touchThreshold:0,bidirectional:!0,negativeSize:!1,reset:function(i,a){r.touchThreshold=0,i&&i.touchThreshold!=null&&(r.touchThreshold=Rt(0,i.touchThreshold)),r.negativeSize=!1,a&&(r.minTv.set(1/0,1/0),r.maxTv.set(0,0),r.useDir=!1,i&&i.direction!=null&&(r.useDir=!0,r.dirMinTv.copy(r.minTv),n.copy(r.minTv),e=i.direction,r.bidirectional=i.bidirectional==null||!!i.bidirectional,r.bidirectional||t.set(Math.cos(e),Math.sin(e))))},calcDirMTV:function(){var a=r.minTv,o=r.dirMinTv,s=a.y*a.y+a.x*a.x,c=Math.sin(e),l=Math.cos(e),u=c*a.y+l*a.x;if(i(u)){i(a.x)&&i(a.y)&&o.set(0,0);return}if(n.x=s*l/u,n.y=s*c/u,i(n.x)&&i(n.y)){o.set(0,0);return}(r.bidirectional||t.dot(n)>0)&&n.len()<o.len()&&o.copy(n)}};function i(e){return zt(e)<1e-10}return r}var an=`silent`;function on(e,t,n){return{type:e,event:n,target:t.target,topTarget:t.topTarget,cancelBubble:!1,offsetX:n.zrX,offsetY:n.zrY,gestureEvent:n.gestureEvent,pinchX:n.pinchX,pinchY:n.pinchY,pinchScale:n.pinchScale,wheelDelta:n.zrDelta,zrByTouch:n.zrByTouch,which:n.which,stop:sn}}function sn(){Ct(this.event)}var cn=function(e){s(t,e);function t(){var t=e!==null&&e.apply(this,arguments)||this;return t.handler=null,t}return t.prototype.dispose=function(){},t.prototype.setCursor=function(){},t}(Qe),ln=function(){function e(e,t){this.x=e,this.y=t}return e}(),un=[`click`,`dblclick`,`mousewheel`,`mouseout`,`mouseup`,`mousedown`,`mousemove`,`contextmenu`],dn=new Y(0,0,0,0),fn=function(e){s(t,e);function t(t,n,r,i,a){var o=e.call(this)||this;return o._hovered=new ln(0,0),o.storage=t,o.painter=n,o.painterRoot=i,o._pointerSize=a,r||=new cn,o.proxy=null,o.setHandlerProxy(r),o._draggingMgr=new Ze(o),o}return t.prototype.setHandlerProxy=function(e){this.proxy&&this.proxy.dispose(),e&&(L(un,function(t){e.on&&e.on(t,this[t],this)},this),e.handler=this),this.proxy=e},t.prototype.mousemove=function(e){var t=e.zrX,n=e.zrY,r=hn(this,t,n),i=this._hovered,a=i.target;a&&!a.__zr&&(i=this.findHover(i.x,i.y),a=i.target);var o=this._hovered=r?new ln(t,n):this.findHover(t,n),s=o.target,c=this.proxy;c.setCursor&&c.setCursor(s?s.cursor:`default`),a&&s!==a&&this.dispatchToElement(i,`mouseout`,e),this.dispatchToElement(o,`mousemove`,e),s&&s!==a&&this.dispatchToElement(o,`mouseover`,e)},t.prototype.mouseout=function(e){var t=e.zrEventControl;t!==`only_globalout`&&this.dispatchToElement(this._hovered,`mouseout`,e),t!==`no_globalout`&&this.trigger(`globalout`,{type:`globalout`,event:e})},t.prototype.resize=function(){this._hovered=new ln(0,0)},t.prototype.dispatch=function(e,t){var n=this[e];n&&n.call(this,t)},t.prototype.dispose=function(){this.proxy.dispose(),this.storage=null,this.proxy=null,this.painter=null},t.prototype.setCursorStyle=function(e){var t=this.proxy;t.setCursor&&t.setCursor(e)},t.prototype.dispatchToElement=function(e,t,n){e||={};var r=e.target;if(!(r&&r.silent)){for(var i=`on`+t,a=on(t,e,n);r&&(r[i]&&(a.cancelBubble=!!r[i].call(r,a)),r.trigger(t,a),r=r.__hostTarget?r.__hostTarget:r.parent,!a.cancelBubble););a.cancelBubble||(this.trigger(t,a),this.painter&&this.painter.eachOtherLayer&&this.painter.eachOtherLayer(function(e){typeof e[i]==`function`&&e[i].call(e,a),e.trigger&&e.trigger(t,a)}))}},t.prototype.findHover=function(e,t,n){var r=this.storage.getDisplayList(),i=new ln(e,t);if(mn(r,i,e,t,n),this._pointerSize&&!i.target){for(var a=[],o=this._pointerSize,s=o/2,c=new Y(e-s,t-s,o,o),l=r.length-1;l>=0;l--){var u=r[l];u!==n&&!u.ignore&&!u.ignoreCoarsePointer&&(!u.parent||!u.parent.ignoreCoarsePointer)&&(dn.copy(u.getBoundingRect()),u.transform&&dn.applyTransform(u.transform),dn.intersect(c)&&a.push(u))}if(a.length){for(var d=4,f=Math.PI/12,p=Math.PI*2,m=0;m<s;m+=d)for(var h=0;h<p;h+=f)if(mn(a,i,e+m*Math.cos(h),t+m*Math.sin(h),n),i.target)return i}}return i},t.prototype.processGesture=function(e,t){this._gestureMgr||=new wt;var n=this._gestureMgr;t===`start`&&n.clear();var r=n.recognize(e,this.findHover(e.zrX,e.zrY,null).target,this.proxy.dom);if(t===`end`&&n.clear(),r){var i=r.type;e.gestureEvent=i;var a=new ln;a.target=r.target,this.dispatchToElement(a,i,r.event)}},t}(Qe);L([`click`,`mousedown`,`mouseup`,`mousewheel`,`dblclick`,`contextmenu`],function(e){fn.prototype[e]=function(t){var n=t.zrX,r=t.zrY,i=hn(this,n,r),a,o;if((e!==`mouseup`||!i)&&(a=this.findHover(n,r),o=a.target),e===`mousedown`)this._downEl=o,this._downPoint=[t.zrX,t.zrY],this._upEl=o;else if(e===`mouseup`)this._upEl=o;else if(e===`click`){if(this._downEl!==this._upEl||!this._downPoint||We(this._downPoint,[t.zrX,t.zrY])>4)return;this._downPoint=null}this.dispatchToElement(a,e,t)}});function pn(e,t,n){if(e[e.rectHover?`rectContain`:`contain`](t,n)){for(var r=e,i=void 0,a=!1;r;){if(r.ignoreClip&&(a=!0),!a){var o=r.getClipPath();if(o&&!o.contain(t,n))return!1}r.silent&&(i=!0);var s=r.__hostTarget;r=s?r.ignoreHostSilent?null:s:r.parent}return!i||an}return!1}function mn(e,t,n,r,i){for(var a=e.length-1;a>=0;a--){var o=e[a],s=void 0;if(o!==i&&!o.ignore&&(s=pn(o,n,r))&&(!t.topTarget&&(t.topTarget=o),s!==an)){t.target=o;break}}}function hn(e,t,n){var r=e.painter;return t<0||t>r.getWidth()||n<0||n>r.getHeight()}var gn=32,_n=7;function vn(e){for(var t=0;e>=gn;)t|=e&1,e>>=1;return e+t}function yn(e,t,n,r){var i=t+1;if(i===n)return 1;if(r(e[i++],e[t])<0){for(;i<n&&r(e[i],e[i-1])<0;)i++;bn(e,t,i)}else for(;i<n&&r(e[i],e[i-1])>=0;)i++;return i-t}function bn(e,t,n){for(n--;t<n;){var r=e[t];e[t++]=e[n],e[n--]=r}}function xn(e,t,n,r,i){for(r===t&&r++;r<n;r++){for(var a=e[r],o=t,s=r,c;o<s;)c=o+s>>>1,i(a,e[c])<0?s=c:o=c+1;var l=r-o;switch(l){case 3:e[o+3]=e[o+2];case 2:e[o+2]=e[o+1];case 1:e[o+1]=e[o];break;default:for(;l>0;)e[o+l]=e[o+l-1],l--}e[o]=a}}function Sn(e,t,n,r,i,a){var o=0,s=0,c=1;if(a(e,t[n+i])>0){for(s=r-i;c<s&&a(e,t[n+i+c])>0;)o=c,c=(c<<1)+1,c<=0&&(c=s);c>s&&(c=s),o+=i,c+=i}else{for(s=i+1;c<s&&a(e,t[n+i-c])<=0;)o=c,c=(c<<1)+1,c<=0&&(c=s);c>s&&(c=s);var l=o;o=i-c,c=i-l}for(o++;o<c;){var u=o+(c-o>>>1);a(e,t[n+u])>0?o=u+1:c=u}return c}function Cn(e,t,n,r,i,a){var o=0,s=0,c=1;if(a(e,t[n+i])<0){for(s=i+1;c<s&&a(e,t[n+i-c])<0;)o=c,c=(c<<1)+1,c<=0&&(c=s);c>s&&(c=s);var l=o;o=i-c,c=i-l}else{for(s=r-i;c<s&&a(e,t[n+i+c])>=0;)o=c,c=(c<<1)+1,c<=0&&(c=s);c>s&&(c=s),o+=i,c+=i}for(o++;o<c;){var u=o+(c-o>>>1);a(e,t[n+u])<0?c=u:o=u+1}return c}function wn(e,t){var n=_n,r,i,a=0,o=[];r=[],i=[];function s(e,t){r[a]=e,i[a]=t,a+=1}function c(){for(;a>1;){var e=a-2;if(e>=1&&i[e-1]<=i[e]+i[e+1]||e>=2&&i[e-2]<=i[e]+i[e-1])i[e-1]<i[e+1]&&e--;else if(i[e]>i[e+1])break;u(e)}}function l(){for(;a>1;){var e=a-2;e>0&&i[e-1]<i[e+1]&&e--,u(e)}}function u(n){var o=r[n],s=i[n],c=r[n+1],l=i[n+1];i[n]=s+l,n===a-3&&(r[n+1]=r[n+2],i[n+1]=i[n+2]),a--;var u=Cn(e[c],e,o,s,0,t);o+=u,s-=u,s!==0&&(l=Sn(e[o+s-1],e,c,l,l-1,t),l!==0&&(s<=l?d(o,s,c,l):f(o,s,c,l)))}function d(r,i,a,s){var c=0;for(c=0;c<i;c++)o[c]=e[r+c];var l=0,u=a,d=r;if(e[d++]=e[u++],--s===0){for(c=0;c<i;c++)e[d+c]=o[l+c];return}if(i===1){for(c=0;c<s;c++)e[d+c]=e[u+c];e[d+s]=o[l];return}for(var f=n,p,m,h;;){p=0,m=0,h=!1;do if(t(e[u],o[l])<0){if(e[d++]=e[u++],m++,p=0,--s===0){h=!0;break}}else if(e[d++]=o[l++],p++,m=0,--i===1){h=!0;break}while((p|m)<f);if(h)break;do{if(p=Cn(e[u],o,l,i,0,t),p!==0){for(c=0;c<p;c++)e[d+c]=o[l+c];if(d+=p,l+=p,i-=p,i<=1){h=!0;break}}if(e[d++]=e[u++],--s===0){h=!0;break}if(m=Sn(o[l],e,u,s,0,t),m!==0){for(c=0;c<m;c++)e[d+c]=e[u+c];if(d+=m,u+=m,s-=m,s===0){h=!0;break}}if(e[d++]=o[l++],--i===1){h=!0;break}f--}while(p>=_n||m>=_n);if(h)break;f<0&&(f=0),f+=2}if(n=f,n<1&&(n=1),i===1){for(c=0;c<s;c++)e[d+c]=e[u+c];e[d+s]=o[l]}else if(i===0)throw Error();else for(c=0;c<i;c++)e[d+c]=o[l+c]}function f(r,i,a,s){var c=0;for(c=0;c<s;c++)o[c]=e[a+c];var l=r+i-1,u=s-1,d=a+s-1,f=0,p=0;if(e[d--]=e[l--],--i===0){for(f=d-(s-1),c=0;c<s;c++)e[f+c]=o[c];return}if(s===1){for(d-=i,l-=i,p=d+1,f=l+1,c=i-1;c>=0;c--)e[p+c]=e[f+c];e[d]=o[u];return}for(var m=n;;){var h=0,g=0,_=!1;do if(t(o[u],e[l])<0){if(e[d--]=e[l--],h++,g=0,--i===0){_=!0;break}}else if(e[d--]=o[u--],g++,h=0,--s===1){_=!0;break}while((h|g)<m);if(_)break;do{if(h=i-Cn(o[u],e,r,i,i-1,t),h!==0){for(d-=h,l-=h,i-=h,p=d+1,f=l+1,c=h-1;c>=0;c--)e[p+c]=e[f+c];if(i===0){_=!0;break}}if(e[d--]=o[u--],--s===1){_=!0;break}if(g=s-Sn(e[l],o,0,s,s-1,t),g!==0){for(d-=g,u-=g,s-=g,p=d+1,f=u+1,c=0;c<g;c++)e[p+c]=o[f+c];if(s<=1){_=!0;break}}if(e[d--]=e[l--],--i===0){_=!0;break}m--}while(h>=_n||g>=_n);if(_)break;m<0&&(m=0),m+=2}if(n=m,n<1&&(n=1),s===1){for(d-=i,l-=i,p=d+1,f=l+1,c=i-1;c>=0;c--)e[p+c]=e[f+c];e[d]=o[u]}else if(s===0)throw Error();else for(f=d-(s-1),c=0;c<s;c++)e[f+c]=o[c]}return{mergeRuns:c,forceMergeRuns:l,pushRun:s}}function Tn(e,t,n,r){n||=0,r||=e.length;var i=r-n;if(!(i<2)){var a=0;if(i<gn){a=yn(e,n,r,t),xn(e,n,r,n+a,t);return}var o=wn(e,t),s=vn(i);do{if(a=yn(e,n,r,t),a<s){var c=i;c>s&&(c=s),xn(e,n,n+c,n+a,t),a=c}o.pushRun(n,a),o.mergeRuns(),i-=a,n+=a}while(i!==0);o.forceMergeRuns()}}var En=!1;function Dn(){En||(En=!0,console.warn(`z / z2 / zlevel of displayable is invalid, which may cause unexpected errors`))}function On(e,t){return e.zlevel===t.zlevel?e.z===t.z?e.z2-t.z2:e.z-t.z:e.zlevel-t.zlevel}var kn=function(){function e(){this._roots=[],this._displayList=[],this._displayListLen=0,this.displayableSortFunc=On}return e.prototype.traverse=function(e,t){for(var n=0;n<this._roots.length;n++)this._roots[n].traverse(e,t)},e.prototype.getDisplayList=function(e,t){t||=!1;var n=this._displayList;return(e||!n.length)&&this.updateDisplayList(t),n},e.prototype.updateDisplayList=function(e){this._displayListLen=0;for(var t=this._roots,n=this._displayList,r=0,i=t.length;r<i;r++)this._updateAndAddDisplayable(t[r],null,e);n.length=this._displayListLen,Tn(n,On)},e.prototype._updateAndAddDisplayable=function(e,t,n){if(!(e.ignore&&!n)){e.beforeUpdate(),e.update(),e.afterUpdate();var r=e.getClipPath(),i=t&&t.length,a=0,o=e.__clipPaths;if(!e.ignoreClip&&(i||r)){if(o||=e.__clipPaths=[],i)for(var s=0;s<t.length;s++)o[a++]=t[s];for(var c=r,l=e;c;)c.parent=l,c.updateTransform(),o[a++]=c,l=c,c=c.getClipPath()}if(o&&(o.length=a),e.childrenRef){for(var u=e.childrenRef(),d=0;d<u.length;d++){var f=u[d];e.__dirty&&(f.__dirty|=1),this._updateAndAddDisplayable(f,o,n)}e.__dirty=0}else{var p=e;isNaN(p.z)&&(Dn(),p.z=0),isNaN(p.z2)&&(Dn(),p.z2=0),isNaN(p.zlevel)&&(Dn(),p.zlevel=0),this._displayList[this._displayListLen++]=p}var m=e.getDecalElement&&e.getDecalElement();m&&this._updateAndAddDisplayable(m,o,n);var h=e.getTextGuideLine();h&&this._updateAndAddDisplayable(h,o,n);var g=e.getTextContent();g&&this._updateAndAddDisplayable(g,o,n)}},e.prototype.addRoot=function(e){e.__zr&&e.__zr.storage===this||this._roots.push(e)},e.prototype.delRoot=function(e){if(e instanceof Array){for(var t=0,n=e.length;t<n;t++)this.delRoot(e[t]);return}var r=I(this._roots,e);r>=0&&this._roots.splice(r,1)},e.prototype.delAllRoots=function(){this._roots=[],this._displayList=[],this._displayListLen=0},e.prototype.getRoots=function(){return this._roots},e.prototype.dispose=function(){this._displayList=null,this._roots=null},e}(),An=l.hasGlobalWindow&&(window.requestAnimationFrame&&window.requestAnimationFrame.bind(window)||window.msRequestAnimationFrame&&window.msRequestAnimationFrame.bind(window)||window.mozRequestAnimationFrame||window.webkitRequestAnimationFrame)||function(e){return setTimeout(e,16)},jn={linear:function(e){return e},quadraticIn:function(e){return e*e},quadraticOut:function(e){return e*(2-e)},quadraticInOut:function(e){return(e*=2)<1?.5*e*e:-.5*(--e*(e-2)-1)},cubicIn:function(e){return e*e*e},cubicOut:function(e){return--e*e*e+1},cubicInOut:function(e){return(e*=2)<1?.5*e*e*e:.5*((e-=2)*e*e+2)},quarticIn:function(e){return e*e*e*e},quarticOut:function(e){return 1- --e*e*e*e},quarticInOut:function(e){return(e*=2)<1?.5*e*e*e*e:-.5*((e-=2)*e*e*e-2)},quinticIn:function(e){return e*e*e*e*e},quinticOut:function(e){return--e*e*e*e*e+1},quinticInOut:function(e){return(e*=2)<1?.5*e*e*e*e*e:.5*((e-=2)*e*e*e*e+2)},sinusoidalIn:function(e){return 1-Math.cos(e*Math.PI/2)},sinusoidalOut:function(e){return Math.sin(e*Math.PI/2)},sinusoidalInOut:function(e){return .5*(1-Math.cos(Math.PI*e))},exponentialIn:function(e){return e===0?0:1024**(e-1)},exponentialOut:function(e){return e===1?1:1-2**(-10*e)},exponentialInOut:function(e){return e===0?0:e===1?1:(e*=2)<1?.5*1024**(e-1):.5*(-(2**(-10*(e-1)))+2)},circularIn:function(e){return 1-Math.sqrt(1-e*e)},circularOut:function(e){return Math.sqrt(1- --e*e)},circularInOut:function(e){return(e*=2)<1?-.5*(Math.sqrt(1-e*e)-1):.5*(Math.sqrt(1-(e-=2)*e)+1)},elasticIn:function(e){var t,n=.1,r=.4;return e===0?0:e===1?1:(!n||n<1?(n=1,t=r/4):t=r*Math.asin(1/n)/(2*Math.PI),-(n*2**(10*--e)*Math.sin((e-t)*(2*Math.PI)/r)))},elasticOut:function(e){var t,n=.1,r=.4;return e===0?0:e===1?1:(!n||n<1?(n=1,t=r/4):t=r*Math.asin(1/n)/(2*Math.PI),n*2**(-10*e)*Math.sin((e-t)*(2*Math.PI)/r)+1)},elasticInOut:function(e){var t,n=.1,r=.4;return e===0?0:e===1?1:(!n||n<1?(n=1,t=r/4):t=r*Math.asin(1/n)/(2*Math.PI),(e*=2)<1?-.5*(n*2**(10*--e)*Math.sin((e-t)*(2*Math.PI)/r)):n*2**(-10*--e)*Math.sin((e-t)*(2*Math.PI)/r)*.5+1)},backIn:function(e){var t=1.70158;return e*e*((t+1)*e-t)},backOut:function(e){var t=1.70158;return--e*e*((t+1)*e+t)+1},backInOut:function(e){var t=2.5949095;return(e*=2)<1?.5*(e*e*((t+1)*e-t)):.5*((e-=2)*e*((t+1)*e+t)+2)},bounceIn:function(e){return 1-jn.bounceOut(1-e)},bounceOut:function(e){return e<1/2.75?7.5625*e*e:e<2/2.75?7.5625*(e-=1.5/2.75)*e+.75:e<2.5/2.75?7.5625*(e-=2.25/2.75)*e+.9375:7.5625*(e-=2.625/2.75)*e+.984375},bounceInOut:function(e){return e<.5?jn.bounceIn(e*2)*.5:jn.bounceOut(e*2-1)*.5+.5}},Mn=Math.pow,Nn=Math.sqrt,Pn=1e-8,Fn=1e-4,In=Nn(3),Ln=1/3,Rn=Pe(),zn=Pe(),Bn=Pe();function Vn(e){return e>-Pn&&e<Pn}function Hn(e){return e>Pn||e<-Pn}function Un(e,t,n,r,i){var a=1-i;return a*a*(a*e+3*i*t)+i*i*(i*r+3*a*n)}function Wn(e,t,n,r,i){var a=1-i;return 3*(((t-e)*a+2*(n-t)*i)*a+(r-n)*i*i)}function Gn(e,t,n,r,i,a){var o=r+3*(t-n)-e,s=3*(n-t*2+e),c=3*(t-e),l=e-i,u=s*s-3*o*c,d=s*c-9*o*l,f=c*c-3*s*l,p=0;if(Vn(u)&&Vn(d)){if(Vn(s))a[0]=0;else{var m=-c/s;m>=0&&m<=1&&(a[p++]=m)}}else{var h=d*d-4*u*f;if(Vn(h)){var g=d/u,m=-s/o+g,_=-g/2;m>=0&&m<=1&&(a[p++]=m),_>=0&&_<=1&&(a[p++]=_)}else if(h>0){var v=Nn(h),y=u*s+1.5*o*(-d+v),b=u*s+1.5*o*(-d-v);y=y<0?-Mn(-y,Ln):Mn(y,Ln),b=b<0?-Mn(-b,Ln):Mn(b,Ln);var m=(-s-(y+b))/(3*o);m>=0&&m<=1&&(a[p++]=m)}else{var x=(2*u*s-3*o*d)/(2*Nn(u*u*u)),S=Math.acos(x)/3,C=Nn(u),w=Math.cos(S),m=(-s-2*C*w)/(3*o),_=(-s+C*(w+In*Math.sin(S)))/(3*o),T=(-s+C*(w-In*Math.sin(S)))/(3*o);m>=0&&m<=1&&(a[p++]=m),_>=0&&_<=1&&(a[p++]=_),T>=0&&T<=1&&(a[p++]=T)}}return p}function Kn(e,t,n,r,i){var a=6*n-12*t+6*e,o=9*t+3*r-3*e-9*n,s=3*t-3*e,c=0;if(Vn(o)){if(Hn(a)){var l=-s/a;l>=0&&l<=1&&(i[c++]=l)}}else{var u=a*a-4*o*s;if(Vn(u))i[0]=-a/(2*o);else if(u>0){var d=Nn(u),l=(-a+d)/(2*o),f=(-a-d)/(2*o);l>=0&&l<=1&&(i[c++]=l),f>=0&&f<=1&&(i[c++]=f)}}return c}function qn(e,t,n,r,i,a){var o=(t-e)*i+e,s=(n-t)*i+t,c=(r-n)*i+n,l=(s-o)*i+o,u=(c-s)*i+s,d=(u-l)*i+l;a[0]=e,a[1]=o,a[2]=l,a[3]=d,a[4]=d,a[5]=u,a[6]=c,a[7]=r}function Jn(e,t,n,r,i,a,o,s,c,l,u){var d,f=.005,p=1/0,m,h,g,_;Rn[0]=c,Rn[1]=l;for(var v=0;v<1;v+=.05)zn[0]=Un(e,n,i,o,v),zn[1]=Un(t,r,a,s,v),g=Ke(Rn,zn),g<p&&(d=v,p=g);p=1/0;for(var y=0;y<32&&!(f<Fn);y++)m=d-f,h=d+f,zn[0]=Un(e,n,i,o,m),zn[1]=Un(t,r,a,s,m),g=Ke(zn,Rn),m>=0&&g<p?(d=m,p=g):(Bn[0]=Un(e,n,i,o,h),Bn[1]=Un(t,r,a,s,h),_=Ke(Bn,Rn),h<=1&&_<p?(d=h,p=_):f*=.5);return u&&(u[0]=Un(e,n,i,o,d),u[1]=Un(t,r,a,s,d)),Nn(p)}function Yn(e,t,n,r,i,a,o,s,c){for(var l=e,u=t,d=0,f=1/c,p=1;p<=c;p++){var m=p*f,h=Un(e,n,i,o,m),g=Un(t,r,a,s,m),_=h-l,v=g-u;d+=Math.sqrt(_*_+v*v),l=h,u=g}return d}function Xn(e,t,n,r){var i=1-r;return i*(i*e+2*r*t)+r*r*n}function Zn(e,t,n,r){return 2*((1-r)*(t-e)+r*(n-t))}function Qn(e,t,n,r,i){var a=e-2*t+n,o=2*(t-e),s=e-r,c=0;if(Vn(a)){if(Hn(o)){var l=-s/o;l>=0&&l<=1&&(i[c++]=l)}}else{var u=o*o-4*a*s;if(Vn(u)){var l=-o/(2*a);l>=0&&l<=1&&(i[c++]=l)}else if(u>0){var d=Nn(u),l=(-o+d)/(2*a),f=(-o-d)/(2*a);l>=0&&l<=1&&(i[c++]=l),f>=0&&f<=1&&(i[c++]=f)}}return c}function $n(e,t,n){var r=e+n-2*t;return r===0?.5:(e-t)/r}function er(e,t,n,r,i){var a=(t-e)*r+e,o=(n-t)*r+t,s=(o-a)*r+a;i[0]=e,i[1]=a,i[2]=s,i[3]=s,i[4]=o,i[5]=n}function tr(e,t,n,r,i,a,o,s,c){var l,u=.005,d=1/0;Rn[0]=o,Rn[1]=s;for(var f=0;f<1;f+=.05){zn[0]=Xn(e,n,i,f),zn[1]=Xn(t,r,a,f);var p=Ke(Rn,zn);p<d&&(l=f,d=p)}d=1/0;for(var m=0;m<32&&!(u<Fn);m++){var h=l-u,g=l+u;zn[0]=Xn(e,n,i,h),zn[1]=Xn(t,r,a,h);var p=Ke(zn,Rn);if(h>=0&&p<d)l=h,d=p;else{Bn[0]=Xn(e,n,i,g),Bn[1]=Xn(t,r,a,g);var _=Ke(Bn,Rn);g<=1&&_<d?(l=g,d=_):u*=.5}}return c&&(c[0]=Xn(e,n,i,l),c[1]=Xn(t,r,a,l)),Nn(d)}function nr(e,t,n,r,i,a,o){for(var s=e,c=t,l=0,u=1/o,d=1;d<=o;d++){var f=d*u,p=Xn(e,n,i,f),m=Xn(t,r,a,f),h=p-s,g=m-c;l+=Math.sqrt(h*h+g*g),s=p,c=m}return l}var rr=/cubic-bezier\(([0-9,\.e ]+)\)/;function ir(e){var t=e&&rr.exec(e);if(t){var n=t[1].split(`,`),r=+xe(n[0]),i=+xe(n[1]),a=+xe(n[2]),o=+xe(n[3]);if(isNaN(r+i+a+o))return;var s=[];return function(e){return e<=0?0:e>=1?1:Gn(0,r,a,1,e,s)&&Un(0,i,o,1,s[0])}}}var ar=function(){function e(e){this._inited=!1,this._startTime=0,this._pausedTime=0,this._paused=!1,this._life=e.life||1e3,this._delay=e.delay||0,this.loop=e.loop||!1,this.onframe=e.onframe||Me,this.ondestroy=e.ondestroy||Me,this.onrestart=e.onrestart||Me,e.easing&&this.setEasing(e.easing)}return e.prototype.step=function(e,t){if(this._inited||=(this._startTime=e+this._delay,!0),this._paused){this._pausedTime+=t;return}var n=this._life,r=e-this._startTime-this._pausedTime,i=r/n;i<0&&(i=0),i=Math.min(i,1);var a=this.easingFunc,o=a?a(i):i;if(this.onframe(o),i===1){if(this.loop){var s=r%n;this._startTime=e-s,this._pausedTime=0,this.onrestart()}else return!0}return!1},e.prototype.pause=function(){this._paused=!0},e.prototype.resume=function(){this._paused=!1},e.prototype.setEasing=function(e){this.easing=e,this.easingFunc=U(e)?e:jn[e]||ir(e)},e}(),or=function(){function e(e){this.value=e}return e}(),sr=function(){function e(){this._len=0}return e.prototype.insert=function(e){var t=new or(e);return this.insertEntry(t),t},e.prototype.insertEntry=function(e){this.head?(this.tail.next=e,e.prev=this.tail,e.next=null,this.tail=e):this.head=this.tail=e,this._len++},e.prototype.remove=function(e){var t=e.prev,n=e.next;t?t.next=n:this.head=n,n?n.prev=t:this.tail=t,e.next=e.prev=null,this._len--},e.prototype.len=function(){return this._len},e.prototype.clear=function(){this.head=this.tail=null,this._len=0},e}(),cr=function(){function e(e){this._list=new sr,this._maxSize=10,this._map={},this._maxSize=e}return e.prototype.put=function(e,t){var n=this._list,r=this._map,i=null;if(r[e]==null){var a=n.len(),o=this._lastRemovedEntry;if(a>=this._maxSize&&a>0){var s=n.head;n.remove(s),delete r[s.key],i=s.value,this._lastRemovedEntry=s}o?o.value=t:o=new or(t),o.key=e,n.insertEntry(o),r[e]=o}return i},e.prototype.get=function(e){var t=this._map[e],n=this._list;if(t!=null)return t!==n.tail&&(n.remove(t),n.insertEntry(t)),t.value},e.prototype.clear=function(){this._list.clear(),this._map={}},e.prototype.len=function(){return this._list.len()},e}(),lr={transparent:[0,0,0,0],aliceblue:[240,248,255,1],antiquewhite:[250,235,215,1],aqua:[0,255,255,1],aquamarine:[127,255,212,1],azure:[240,255,255,1],beige:[245,245,220,1],bisque:[255,228,196,1],black:[0,0,0,1],blanchedalmond:[255,235,205,1],blue:[0,0,255,1],blueviolet:[138,43,226,1],brown:[165,42,42,1],burlywood:[222,184,135,1],cadetblue:[95,158,160,1],chartreuse:[127,255,0,1],chocolate:[210,105,30,1],coral:[255,127,80,1],cornflowerblue:[100,149,237,1],cornsilk:[255,248,220,1],crimson:[220,20,60,1],cyan:[0,255,255,1],darkblue:[0,0,139,1],darkcyan:[0,139,139,1],darkgoldenrod:[184,134,11,1],darkgray:[169,169,169,1],darkgreen:[0,100,0,1],darkgrey:[169,169,169,1],darkkhaki:[189,183,107,1],darkmagenta:[139,0,139,1],darkolivegreen:[85,107,47,1],darkorange:[255,140,0,1],darkorchid:[153,50,204,1],darkred:[139,0,0,1],darksalmon:[233,150,122,1],darkseagreen:[143,188,143,1],darkslateblue:[72,61,139,1],darkslategray:[47,79,79,1],darkslategrey:[47,79,79,1],darkturquoise:[0,206,209,1],darkviolet:[148,0,211,1],deeppink:[255,20,147,1],deepskyblue:[0,191,255,1],dimgray:[105,105,105,1],dimgrey:[105,105,105,1],dodgerblue:[30,144,255,1],firebrick:[178,34,34,1],floralwhite:[255,250,240,1],forestgreen:[34,139,34,1],fuchsia:[255,0,255,1],gainsboro:[220,220,220,1],ghostwhite:[248,248,255,1],gold:[255,215,0,1],goldenrod:[218,165,32,1],gray:[128,128,128,1],green:[0,128,0,1],greenyellow:[173,255,47,1],grey:[128,128,128,1],honeydew:[240,255,240,1],hotpink:[255,105,180,1],indianred:[205,92,92,1],indigo:[75,0,130,1],ivory:[255,255,240,1],khaki:[240,230,140,1],lavender:[230,230,250,1],lavenderblush:[255,240,245,1],lawngreen:[124,252,0,1],lemonchiffon:[255,250,205,1],lightblue:[173,216,230,1],lightcoral:[240,128,128,1],lightcyan:[224,255,255,1],lightgoldenrodyellow:[250,250,210,1],lightgray:[211,211,211,1],lightgreen:[144,238,144,1],lightgrey:[211,211,211,1],lightpink:[255,182,193,1],lightsalmon:[255,160,122,1],lightseagreen:[32,178,170,1],lightskyblue:[135,206,250,1],lightslategray:[119,136,153,1],lightslategrey:[119,136,153,1],lightsteelblue:[176,196,222,1],lightyellow:[255,255,224,1],lime:[0,255,0,1],limegreen:[50,205,50,1],linen:[250,240,230,1],magenta:[255,0,255,1],maroon:[128,0,0,1],mediumaquamarine:[102,205,170,1],mediumblue:[0,0,205,1],mediumorchid:[186,85,211,1],mediumpurple:[147,112,219,1],mediumseagreen:[60,179,113,1],mediumslateblue:[123,104,238,1],mediumspringgreen:[0,250,154,1],mediumturquoise:[72,209,204,1],mediumvioletred:[199,21,133,1],midnightblue:[25,25,112,1],mintcream:[245,255,250,1],mistyrose:[255,228,225,1],moccasin:[255,228,181,1],navajowhite:[255,222,173,1],navy:[0,0,128,1],oldlace:[253,245,230,1],olive:[128,128,0,1],olivedrab:[107,142,35,1],orange:[255,165,0,1],orangered:[255,69,0,1],orchid:[218,112,214,1],palegoldenrod:[238,232,170,1],palegreen:[152,251,152,1],paleturquoise:[175,238,238,1],palevioletred:[219,112,147,1],papayawhip:[255,239,213,1],peachpuff:[255,218,185,1],peru:[205,133,63,1],pink:[255,192,203,1],plum:[221,160,221,1],powderblue:[176,224,230,1],purple:[128,0,128,1],red:[255,0,0,1],rosybrown:[188,143,143,1],royalblue:[65,105,225,1],saddlebrown:[139,69,19,1],salmon:[250,128,114,1],sandybrown:[244,164,96,1],seagreen:[46,139,87,1],seashell:[255,245,238,1],sienna:[160,82,45,1],silver:[192,192,192,1],skyblue:[135,206,235,1],slateblue:[106,90,205,1],slategray:[112,128,144,1],slategrey:[112,128,144,1],snow:[255,250,250,1],springgreen:[0,255,127,1],steelblue:[70,130,180,1],tan:[210,180,140,1],teal:[0,128,128,1],thistle:[216,191,216,1],tomato:[255,99,71,1],turquoise:[64,224,208,1],violet:[238,130,238,1],wheat:[245,222,179,1],white:[255,255,255,1],whitesmoke:[245,245,245,1],yellow:[255,255,0,1],yellowgreen:[154,205,50,1]};function ur(e){return e=Math.round(e),e<0?0:e>255?255:e}function dr(e){return e=Math.round(e),e<0?0:e>360?360:e}function fr(e){return e<0?0:e>1?1:e}function pr(e){var t=e;return t.length&&t.charAt(t.length-1)===`%`?ur(parseFloat(t)/100*255):ur(parseInt(t,10))}function mr(e){var t=e;return t.length&&t.charAt(t.length-1)===`%`?fr(parseFloat(t)/100):fr(parseFloat(t))}function hr(e,t,n){return n<0?n+=1:n>1&&--n,n*6<1?e+(t-e)*n*6:n*2<1?t:n*3<2?e+(t-e)*(2/3-n)*6:e}function gr(e,t,n,r,i){return e[0]=t,e[1]=n,e[2]=r,e[3]=i,e}function _r(e,t){return e[0]=t[0],e[1]=t[1],e[2]=t[2],e[3]=t[3],e}var vr=new cr(20),yr=null;function br(e,t){yr&&_r(yr,t),yr=vr.put(e,yr||t.slice())}function xr(e,t){if(e){t||=[];var n=vr.get(e);if(n)return _r(t,n);e+=``;var r=e.replace(/ /g,``).toLowerCase();if(r in lr)return _r(t,lr[r]),br(e,t),t;var i=r.length;if(r.charAt(0)===`#`){if(i===4||i===5){var a=parseInt(r.slice(1,4),16);if(!(a>=0&&a<=4095)){gr(t,0,0,0,1);return}return gr(t,(a&3840)>>4|(a&3840)>>8,a&240|(a&240)>>4,a&15|(a&15)<<4,i===5?parseInt(r.slice(4),16)/15:1),br(e,t),t}if(i===7||i===9){var a=parseInt(r.slice(1,7),16);if(!(a>=0&&a<=16777215)){gr(t,0,0,0,1);return}return gr(t,(a&16711680)>>16,(a&65280)>>8,a&255,i===9?parseInt(r.slice(7),16)/255:1),br(e,t),t}return}var o=r.indexOf(`(`),s=r.indexOf(`)`);if(o!==-1&&s+1===i){var c=r.substr(0,o),l=r.substr(o+1,s-(o+1)).split(`,`),u=1;switch(c){case`rgba`:if(l.length!==4)return l.length===3?gr(t,+l[0],+l[1],+l[2],1):gr(t,0,0,0,1);u=mr(l.pop());case`rgb`:if(l.length>=3)return gr(t,pr(l[0]),pr(l[1]),pr(l[2]),l.length===3?u:mr(l[3])),br(e,t),t;gr(t,0,0,0,1);return;case`hsla`:if(l.length!==4){gr(t,0,0,0,1);return}return l[3]=mr(l[3]),Sr(l,t),br(e,t),t;case`hsl`:if(l.length!==3){gr(t,0,0,0,1);return}return Sr(l,t),br(e,t),t;default:return}}gr(t,0,0,0,1)}}function Sr(e,t){var n=(parseFloat(e[0])%360+360)%360/360,r=mr(e[1]),i=mr(e[2]),a=i<=.5?i*(r+1):i+r-i*r,o=i*2-a;return t||=[],gr(t,ur(hr(o,a,n+1/3)*255),ur(hr(o,a,n)*255),ur(hr(o,a,n-1/3)*255),1),e.length===4&&(t[3]=e[3]),t}function Cr(e){if(e){var t=e[0]/255,n=e[1]/255,r=e[2]/255,i=Math.min(t,n,r),a=Math.max(t,n,r),o=a-i,s=(a+i)/2,c,l;if(o===0)c=0,l=0;else{l=s<.5?o/(a+i):o/(2-a-i);var u=((a-t)/6+o/2)/o,d=((a-n)/6+o/2)/o,f=((a-r)/6+o/2)/o;t===a?c=f-d:n===a?c=1/3+u-f:r===a&&(c=2/3+d-u),c<0&&(c+=1),c>1&&--c}var p=[c*360,l,s];return e[3]!=null&&p.push(e[3]),p}}function wr(e,t){var n=xr(e);if(n){for(var r=0;r<3;r++)t<0?n[r]=n[r]*(1-t)|0:n[r]=(255-n[r])*t+n[r]|0,n[r]>255?n[r]=255:n[r]<0&&(n[r]=0);return Er(n,n.length===4?`rgba`:`rgb`)}}function Tr(e,t,n,r){var i=xr(e);if(e)return i=Cr(i),t!=null&&(i[0]=dr(U(t)?t(i[0]):t)),n!=null&&(i[1]=mr(U(n)?n(i[1]):n)),r!=null&&(i[2]=mr(U(r)?r(i[2]):r)),Er(Sr(i),`rgba`)}function Er(e,t){if(!(!e||!e.length)){var n=e[0]+`,`+e[1]+`,`+e[2];return(t===`rgba`||t===`hsva`||t===`hsla`)&&(n+=`,`+e[3]),t+`(`+n+`)`}}function Dr(e,t){var n=xr(e);return n?(.299*n[0]+.587*n[1]+.114*n[2])*n[3]/255+(1-n[3])*t:0}var Or=new cr(100);function kr(e){if(W(e)){var t=Or.get(e);return t||(t=wr(e,-.1),Or.put(e,t)),t}if(me(e)){var n=P({},e);return n.colorStops=R(e.colorStops,function(e){return{offset:e.offset,color:wr(e.color,-.1)}}),n}return e}var Ar=Math.round;function jr(e){var t;if(!e||e===`transparent`)e=`none`;else if(typeof e==`string`&&e.indexOf(`rgba`)>-1){var n=xr(e);n&&(e=`rgb(`+n[0]+`,`+n[1]+`,`+n[2]+`)`,t=n[3])}return{color:e,opacity:t??1}}var Mr=1e-4;function Nr(e){return e<Mr&&e>-Mr}function Pr(e){return Ar(e*1e3)/1e3}function Fr(e){return Ar(e*1e4)/1e4}function Ir(e){return`matrix(`+Pr(e[0])+`,`+Pr(e[1])+`,`+Pr(e[2])+`,`+Pr(e[3])+`,`+Fr(e[4])+`,`+Fr(e[5])+`)`}var Lr={left:`start`,right:`end`,center:`middle`,middle:`middle`};function Rr(e,t,n){return n===`top`?e+=t/2:n===`bottom`&&(e-=t/2),e}function zr(e){return e&&(e.shadowBlur||e.shadowOffsetX||e.shadowOffsetY)}function Br(e){var t=e.style,n=e.getGlobalScale();return[t.shadowColor,(t.shadowBlur||0).toFixed(2),(t.shadowOffsetX||0).toFixed(2),(t.shadowOffsetY||0).toFixed(2),n[0],n[1]].join(`,`)}function Vr(e){return e&&!!e.image}function Hr(e){return e&&!!e.svgElement}function Ur(e){return Vr(e)||Hr(e)}function Wr(e){return e.type===`linear`}function Gr(e){return e.type===`radial`}function Kr(e){return e&&(e.type===`linear`||e.type===`radial`)}function qr(e){return`url(#`+e+`)`}function Jr(e){var t=e.getGlobalScale(),n=Math.max(t[0],t[1]);return Math.max(Math.ceil(Math.log(n)/Math.log(10)),1)}function Yr(e){var t=e.x||0,n=e.y||0,r=(e.rotation||0)*Ne,i=K(e.scaleX,1),a=K(e.scaleY,1),o=e.skewX||0,s=e.skewY||0,c=[];return(t||n)&&c.push(`translate(`+t+`px,`+n+`px)`),r&&c.push(`rotate(`+r+`)`),(i!==1||a!==1)&&c.push(`scale(`+i+`,`+a+`)`),(o||s)&&c.push(`skew(`+Ar(o*Ne)+`deg, `+Ar(s*Ne)+`deg)`),c.join(` `)}var Xr=(function(){return typeof Buffer<`u`&&typeof Buffer.from==`function`?function(e){return Buffer.from(e).toString(`base64`)}:typeof btoa==`function`&&typeof unescape==`function`&&typeof encodeURIComponent==`function`?function(e){return btoa(unescape(encodeURIComponent(e)))}:function(e){return process.env.NODE_ENV!==`production`&&ee(`Base64 isn't natively supported in the current environment.`),null}})(),Zr=Array.prototype.slice;function Qr(e,t,n){return(t-e)*n+e}function $r(e,t,n,r){for(var i=t.length,a=0;a<i;a++)e[a]=Qr(t[a],n[a],r);return e}function ei(e,t,n,r){for(var i=t.length,a=i&&t[0].length,o=0;o<i;o++){e[o]||(e[o]=[]);for(var s=0;s<a;s++)e[o][s]=Qr(t[o][s],n[o][s],r)}return e}function ti(e,t,n,r){for(var i=t.length,a=0;a<i;a++)e[a]=t[a]+n[a]*r;return e}function ni(e,t,n,r){for(var i=t.length,a=i&&t[0].length,o=0;o<i;o++){e[o]||(e[o]=[]);for(var s=0;s<a;s++)e[o][s]=t[o][s]+n[o][s]*r}return e}function ri(e,t){for(var n=e.length,r=t.length,i=n>r?t:e,a=Math.min(n,r),o=i[a-1]||{color:[0,0,0,0],offset:0},s=a;s<Math.max(n,r);s++)i.push({offset:o.offset,color:o.color.slice()})}function ii(e,t,n){var r=e,i=t;if(!(!r.push||!i.push)){var a=r.length,o=i.length;if(a!==o){if(a>o)r.length=o;else for(var s=a;s<o;s++)r.push(n===1?i[s]:Zr.call(i[s]))}for(var c=r[0]&&r[0].length,s=0;s<r.length;s++)if(n===1)isNaN(r[s])&&(r[s]=i[s]);else for(var l=0;l<c;l++)isNaN(r[s][l])&&(r[s][l]=i[s][l])}}function ai(e){if(ie(e)){var t=e.length;if(ie(e[0])){for(var n=[],r=0;r<t;r++)n.push(Zr.call(e[r]));return n}return Zr.call(e)}return e}function oi(e){return e[0]=Math.floor(e[0])||0,e[1]=Math.floor(e[1])||0,e[2]=Math.floor(e[2])||0,e[3]=e[3]==null?1:e[3],`rgba(`+e.join(`,`)+`)`}function si(e){return ie(e&&e[0])?2:1}var ci=0,li=1,ui=2,di=3,fi=4,pi=5,mi=6;function hi(e){return e===fi||e===pi}function gi(e){return e===li||e===ui}var _i=[0,0,0,0],vi=function(){function e(e){this.keyframes=[],this.discrete=!1,this._invalid=!1,this._needsSort=!1,this._lastFr=0,this._lastFrP=0,this.propName=e}return e.prototype.isFinished=function(){return this._finished},e.prototype.setFinished=function(){this._finished=!0,this._additiveTrack&&this._additiveTrack.setFinished()},e.prototype.needsAnimate=function(){return this.keyframes.length>=1},e.prototype.getAdditiveTrack=function(){return this._additiveTrack},e.prototype.addKeyframe=function(e,t,n){this._needsSort=!0;var r=this.keyframes,i=r.length,a=!1,o=mi,s=t;if(ie(t)){var c=si(t);o=c,(c===1&&!ue(t[0])||c===2&&!ue(t[0][0]))&&(a=!0)}else if(ue(t)&&!ge(t))o=ci;else if(W(t)){if(!isNaN(+t))o=ci;else{var l=xr(t);l&&(s=l,o=di)}}else if(me(t)){var u=P({},s);u.colorStops=R(t.colorStops,function(e){return{offset:e.offset,color:xr(e.color)}}),Wr(t)?o=fi:Gr(t)&&(o=pi),s=u}i===0?this.valType=o:(o!==this.valType||o===mi)&&(a=!0),this.discrete=this.discrete||a;var d={time:e,value:s,rawValue:t,percent:0};return n&&(d.easing=n,d.easingFunc=U(n)?n:jn[n]||ir(n)),r.push(d),d},e.prototype.prepare=function(e,t){var n=this.keyframes;this._needsSort&&n.sort(function(e,t){return e.time-t.time});for(var r=this.valType,i=n.length,a=n[i-1],o=this.discrete,s=gi(r),c=hi(r),l=0;l<i;l++){var u=n[l],d=u.value,f=a.value;u.percent=u.time/e,o||(s&&l!==i-1?ii(d,f,r):c&&ri(d.colorStops,f.colorStops))}if(!o&&r!==pi&&t&&this.needsAnimate()&&t.needsAnimate()&&r===t.valType&&!t._finished){this._additiveTrack=t;for(var p=n[0].value,l=0;l<i;l++)r===ci?n[l].additiveValue=n[l].value-p:r===di?n[l].additiveValue=ti([],n[l].value,p,-1):gi(r)&&(n[l].additiveValue=r===li?ti([],n[l].value,p,-1):ni([],n[l].value,p,-1))}},e.prototype.step=function(e,t){if(!this._finished){this._additiveTrack&&this._additiveTrack._finished&&(this._additiveTrack=null);var n=this._additiveTrack!=null,r=n?`additiveValue`:`value`,i=this.valType,a=this.keyframes,o=a.length,s=this.propName,c=i===di,l,u=this._lastFr,d=Math.min,f,p;if(o===1)f=p=a[0];else{if(t<0)l=0;else if(t<this._lastFrP){for(l=d(u+1,o-1);l>=0&&!(a[l].percent<=t);l--);l=d(l,o-2)}else{for(l=u;l<o&&!(a[l].percent>t);l++);l=d(l-1,o-2)}p=a[l+1],f=a[l]}if(f&&p){this._lastFr=l,this._lastFrP=t;var m=p.percent-f.percent,h=m===0?1:d((t-f.percent)/m,1);p.easingFunc&&(h=p.easingFunc(h));var g=n?this._additiveValue:c?_i:e[s];if((gi(i)||c)&&!g&&(g=this._additiveValue=[]),this.discrete)e[s]=h<1?f.rawValue:p.rawValue;else if(gi(i))i===li?$r(g,f[r],p[r],h):ei(g,f[r],p[r],h);else if(hi(i)){var _=f[r],v=p[r],y=i===fi;e[s]={type:y?`linear`:`radial`,x:Qr(_.x,v.x,h),y:Qr(_.y,v.y,h),colorStops:R(_.colorStops,function(e,t){var n=v.colorStops[t];return{offset:Qr(e.offset,n.offset,h),color:oi($r([],e.color,n.color,h))}}),global:v.global},y?(e[s].x2=Qr(_.x2,v.x2,h),e[s].y2=Qr(_.y2,v.y2,h)):e[s].r=Qr(_.r,v.r,h)}else if(c)$r(g,f[r],p[r],h),n||(e[s]=oi(g));else{var b=Qr(f[r],p[r],h);n?this._additiveValue=b:e[s]=b}n&&this._addToTarget(e)}}},e.prototype._addToTarget=function(e){var t=this.valType,n=this.propName,r=this._additiveValue;t===ci?e[n]=e[n]+r:t===di?(xr(e[n],_i),ti(_i,_i,r,1),e[n]=oi(_i)):t===li?ti(e[n],e[n],r,1):t===ui&&ni(e[n],e[n],r,1)},e}(),yi=function(){function e(e,t,n,r){if(this._tracks={},this._trackKeys=[],this._maxTime=0,this._started=0,this._clip=null,this._target=e,this._loop=t,t&&r){ee(`Can' use additive animation on looped animation.`);return}this._additiveAnimators=r,this._allowDiscrete=n}return e.prototype.getMaxTime=function(){return this._maxTime},e.prototype.getDelay=function(){return this._delay},e.prototype.getLoop=function(){return this._loop},e.prototype.getTarget=function(){return this._target},e.prototype.changeTarget=function(e){this._target=e},e.prototype.when=function(e,t,n){return this.whenWithKeys(e,t,B(t),n)},e.prototype.whenWithKeys=function(e,t,n,r){for(var i=this._tracks,a=0;a<n.length;a++){var o=n[a],s=i[o];if(!s){s=i[o]=new vi(o);var c=void 0,l=this._getAdditiveTrack(o);if(l){var u=l.keyframes,d=u[u.length-1];c=d&&d.value,l.valType===di&&c&&(c=oi(c))}else c=this._target[o];if(c==null)continue;e>0&&s.addKeyframe(0,ai(c),r),this._trackKeys.push(o)}s.addKeyframe(e,ai(t[o]),r)}return this._maxTime=Math.max(this._maxTime,e),this},e.prototype.pause=function(){this._clip.pause(),this._paused=!0},e.prototype.resume=function(){this._clip.resume(),this._paused=!1},e.prototype.isPaused=function(){return!!this._paused},e.prototype.duration=function(e){return this._maxTime=e,this._force=!0,this},e.prototype._doneCallback=function(){this._setTracksFinished(),this._clip=null;var e=this._doneCbs;if(e)for(var t=e.length,n=0;n<t;n++)e[n].call(this)},e.prototype._abortedCallback=function(){this._setTracksFinished();var e=this.animation,t=this._abortedCbs;if(e&&e.removeClip(this._clip),this._clip=null,t)for(var n=0;n<t.length;n++)t[n].call(this)},e.prototype._setTracksFinished=function(){for(var e=this._tracks,t=this._trackKeys,n=0;n<t.length;n++)e[t[n]].setFinished()},e.prototype._getAdditiveTrack=function(e){var t,n=this._additiveAnimators;if(n)for(var r=0;r<n.length;r++){var i=n[r].getTrack(e);i&&(t=i)}return t},e.prototype.start=function(e){if(!(this._started>0)){this._started=1;for(var t=this,n=[],r=this._maxTime||0,i=0;i<this._trackKeys.length;i++){var a=this._trackKeys[i],o=this._tracks[a],s=this._getAdditiveTrack(a),c=o.keyframes,l=c.length;if(o.prepare(r,s),o.needsAnimate()){if(!this._allowDiscrete&&o.discrete){var u=c[l-1];u&&(t._target[o.propName]=u.rawValue),o.setFinished()}else n.push(o)}}if(n.length||this._force){var d=new ar({life:r,loop:this._loop,delay:this._delay||0,onframe:function(e){t._started=2;var r=t._additiveAnimators;if(r){for(var i=!1,a=0;a<r.length;a++)if(r[a]._clip){i=!0;break}i||(t._additiveAnimators=null)}for(var a=0;a<n.length;a++)n[a].step(t._target,e);var o=t._onframeCbs;if(o)for(var a=0;a<o.length;a++)o[a](t._target,e)},ondestroy:function(){t._doneCallback()}});this._clip=d,this.animation&&this.animation.addClip(d),e&&d.setEasing(e)}else this._doneCallback();return this}},e.prototype.stop=function(e){if(this._clip){var t=this._clip;e&&t.onframe(1),this._abortedCallback()}},e.prototype.delay=function(e){return this._delay=e,this},e.prototype.during=function(e){return e&&(this._onframeCbs||=[],this._onframeCbs.push(e)),this},e.prototype.done=function(e){return e&&(this._doneCbs||=[],this._doneCbs.push(e)),this},e.prototype.aborted=function(e){return e&&(this._abortedCbs||=[],this._abortedCbs.push(e)),this},e.prototype.getClip=function(){return this._clip},e.prototype.getTrack=function(e){return this._tracks[e]},e.prototype.getTracks=function(){var e=this;return R(this._trackKeys,function(t){return e._tracks[t]})},e.prototype.stopTracks=function(e,t){if(!e.length||!this._clip)return!0;for(var n=this._tracks,r=this._trackKeys,i=0;i<e.length;i++){var a=n[e[i]];a&&!a.isFinished()&&(t?a.step(this._target,1):this._started===1&&a.step(this._target,0),a.setFinished())}for(var o=!0,i=0;i<r.length;i++)if(!n[r[i]].isFinished()){o=!1;break}return o&&this._abortedCallback(),o},e.prototype.saveTo=function(e,t,n){if(e){t||=this._trackKeys;for(var r=0;r<t.length;r++){var i=t[r],a=this._tracks[i];if(!(!a||a.isFinished())){var o=a.keyframes,s=o[n?0:o.length-1];s&&(e[i]=ai(s.rawValue))}}}},e.prototype.__changeFinalValue=function(e,t){t||=B(e);for(var n=0;n<t.length;n++){var r=t[n],i=this._tracks[r];if(i){var a=i.keyframes;if(a.length>1){var o=a.pop();i.addKeyframe(o.time,e[r]),i.prepare(this._maxTime,i.getAdditiveTrack())}}}},e}();function bi(){return new Date().getTime()}var xi=function(e){s(t,e);function t(t){var n=e.call(this)||this;return n._running=!1,n._time=0,n._pausedTime=0,n._pauseStart=0,n._paused=!1,t||={},n.stage=t.stage||{},n}return t.prototype.addClip=function(e){e.animation&&this.removeClip(e),this._head?(this._tail.next=e,e.prev=this._tail,e.next=null,this._tail=e):this._head=this._tail=e,e.animation=this},t.prototype.addAnimator=function(e){e.animation=this;var t=e.getClip();t&&this.addClip(t)},t.prototype.removeClip=function(e){if(e.animation){var t=e.prev,n=e.next;t?t.next=n:this._head=n,n?n.prev=t:this._tail=t,e.next=e.prev=e.animation=null}},t.prototype.removeAnimator=function(e){var t=e.getClip();t&&this.removeClip(t),e.animation=null},t.prototype.update=function(e){for(var t=bi()-this._pausedTime,n=t-this._time,r=this._head;r;){var i=r.next;r.step(t,n)?(r.ondestroy(),this.removeClip(r),r=i):r=i}this._time=t,e||(this.trigger(`frame`,n),this.stage.update&&this.stage.update())},t.prototype._startLoop=function(){var e=this;this._running=!0;function t(){e._running&&(An(t),!e._paused&&e.update())}An(t)},t.prototype.start=function(){this._running||(this._time=bi(),this._pausedTime=0,this._startLoop())},t.prototype.stop=function(){this._running=!1},t.prototype.pause=function(){this._paused||=(this._pauseStart=bi(),!0)},t.prototype.resume=function(){this._paused&&=(this._pausedTime+=bi()-this._pauseStart,!1)},t.prototype.clear=function(){for(var e=this._head;e;){var t=e.next;e.prev=e.next=e.animation=null,e=t}this._head=this._tail=null},t.prototype.isFinished=function(){return this._head==null},t.prototype.animate=function(e,t){t||={},this.start();var n=new yi(e,t.loop);return this.addAnimator(n),n},t}(Qe),Si=300,Ci=l.domSupported,wi=(function(){var e=[`click`,`dblclick`,`mousewheel`,`wheel`,`mouseout`,`mouseup`,`mousedown`,`mousemove`,`contextmenu`],t=[`touchstart`,`touchend`,`touchmove`],n={pointerdown:1,pointerup:1,pointermove:1,pointerout:1};return{mouse:e,touch:t,pointer:R(e,function(e){var t=e.replace(`mouse`,`pointer`);return n.hasOwnProperty(t)?t:e})}})(),Ti={mouse:[`mousemove`,`mouseup`],pointer:[`pointermove`,`pointerup`]},Ei=!1;function Di(e){var t=e.pointerType;return t===`pen`||t===`touch`}function Oi(e){e.touching=!0,e.touchTimer!=null&&(clearTimeout(e.touchTimer),e.touchTimer=null),e.touchTimer=setTimeout(function(){e.touching=!1,e.touchTimer=null},700)}function ki(e){e&&(e.zrByTouch=!0)}function Ai(e,t){return yt(e.dom,new Mi(e,t),!0)}function ji(e,t){for(var n=t,r=!1;n&&n.nodeType!==9&&!(r=n.domBelongToZr||n!==t&&n===e.painterRoot);)n=n.parentNode;return r}var Mi=function(){function e(e,t){this.stopPropagation=Me,this.stopImmediatePropagation=Me,this.preventDefault=Me,this.type=t.type,this.target=this.currentTarget=e.dom,this.pointerType=t.pointerType,this.clientX=t.clientX,this.clientY=t.clientY}return e}(),Ni={mousedown:function(e){e=yt(this.dom,e),this.__mayPointerCapture=[e.zrX,e.zrY],this.trigger(`mousedown`,e)},mousemove:function(e){e=yt(this.dom,e);var t=this.__mayPointerCapture;t&&(e.zrX!==t[0]||e.zrY!==t[1])&&this.__togglePointerCapture(!0),this.trigger(`mousemove`,e)},mouseup:function(e){e=yt(this.dom,e),this.__togglePointerCapture(!1),this.trigger(`mouseup`,e)},mouseout:function(e){e=yt(this.dom,e);var t=e.toElement||e.relatedTarget;ji(this,t)||(this.__pointerCapturing&&(e.zrEventControl=`no_globalout`),this.trigger(`mouseout`,e))},wheel:function(e){Ei=!0,e=yt(this.dom,e),this.trigger(`mousewheel`,e)},mousewheel:function(e){Ei||(e=yt(this.dom,e),this.trigger(`mousewheel`,e))},touchstart:function(e){e=yt(this.dom,e),ki(e),this.__lastTouchMoment=new Date,this.handler.processGesture(e,`start`),Ni.mousemove.call(this,e),Ni.mousedown.call(this,e)},touchmove:function(e){e=yt(this.dom,e),ki(e),this.handler.processGesture(e,`change`),Ni.mousemove.call(this,e)},touchend:function(e){e=yt(this.dom,e),ki(e),this.handler.processGesture(e,`end`),Ni.mouseup.call(this,e),+new Date-this.__lastTouchMoment<Si&&Ni.click.call(this,e)},pointerdown:function(e){Ni.mousedown.call(this,e)},pointermove:function(e){Di(e)||Ni.mousemove.call(this,e)},pointerup:function(e){Ni.mouseup.call(this,e)},pointerout:function(e){Di(e)||Ni.mouseout.call(this,e)}};L([`click`,`dblclick`,`contextmenu`],function(e){Ni[e]=function(t){t=yt(this.dom,t),this.trigger(e,t)}});var Pi={pointermove:function(e){Di(e)||Pi.mousemove.call(this,e)},pointerup:function(e){Pi.mouseup.call(this,e)},mousemove:function(e){this.trigger(`mousemove`,e)},mouseup:function(e){var t=this.__pointerCapturing;this.__togglePointerCapture(!1),this.trigger(`mouseup`,e),t&&(e.zrEventControl=`only_globalout`,this.trigger(`mouseout`,e))}};function Fi(e,t){var n=t.domHandlers;l.pointerEventsSupported?L(wi.pointer,function(r){Li(t,r,function(t){n[r].call(e,t)})}):(l.touchEventsSupported&&L(wi.touch,function(r){Li(t,r,function(i){n[r].call(e,i),Oi(t)})}),L(wi.mouse,function(r){Li(t,r,function(i){i=vt(i),t.touching||n[r].call(e,i)})}))}function Ii(e,t){l.pointerEventsSupported?L(Ti.pointer,n):l.touchEventsSupported||L(Ti.mouse,n);function n(n){function r(r){r=vt(r),ji(e,r.target)||(r=Ai(e,r),t.domHandlers[n].call(e,r))}Li(t,n,r,{capture:!0})}}function Li(e,t,n,r){e.mounted[t]=n,e.listenerOpts[t]=r,xt(e.domTarget,t,n,r)}function Ri(e){var t=e.mounted;for(var n in t)t.hasOwnProperty(n)&&St(e.domTarget,n,t[n],e.listenerOpts[n]);e.mounted={}}var zi=function(){function e(e,t){this.mounted={},this.listenerOpts={},this.touching=!1,this.domTarget=e,this.domHandlers=t}return e}(),Bi=function(e){s(t,e);function t(t,n){var r=e.call(this)||this;return r.__pointerCapturing=!1,r.dom=t,r.painterRoot=n,r._localHandlerScope=new zi(t,Ni),Ci&&(r._globalHandlerScope=new zi(document,Pi)),Fi(r,r._localHandlerScope),r}return t.prototype.dispose=function(){Ri(this._localHandlerScope),Ci&&Ri(this._globalHandlerScope)},t.prototype.setCursor=function(e){this.dom.style&&(this.dom.style.cursor=e||`default`)},t.prototype.__togglePointerCapture=function(e){if(this.__mayPointerCapture=null,Ci&&+this.__pointerCapturing^e){this.__pointerCapturing=e;var t=this._globalHandlerScope;e?Ii(this,t):Ri(t)}},t}(Qe),Vi=1;l.hasGlobalWindow&&(Vi=Math.max(window.devicePixelRatio||window.screen&&window.screen.deviceXDPI/window.screen.logicalXDPI||1,1));var Hi=Vi,Ui=.4,Wi=`#333`,Gi=`#ccc`,Ki=`#eee`,qi=kt,Ji=5e-5;function Yi(e){return e>Ji||e<-Ji}var Xi=[],Zi=[],Qi=Ot(),$i=Math.abs,ea=function(){function e(){}return e.prototype.getLocalTransform=function(e){return ta(this,e)},e.prototype.setPosition=function(e){this.x=e[0],this.y=e[1]},e.prototype.setScale=function(e){this.scaleX=e[0],this.scaleY=e[1]},e.prototype.setSkew=function(e){this.skewX=e[0],this.skewY=e[1]},e.prototype.setOrigin=function(e){this.originX=e[0],this.originY=e[1]},e.prototype.needLocalTransform=function(){return Yi(this.rotation)||Yi(this.x)||Yi(this.y)||Yi(this.scaleX-1)||Yi(this.scaleY-1)||Yi(this.skewX)||Yi(this.skewY)},e.prototype.updateTransform=function(){var e=this.parent&&this.parent.transform,t=this.needLocalTransform(),n=this.transform;if(!(t||e)){n&&(qi(n),this.invTransform=null);return}n||=Ot(),t?this.getLocalTransform(n):qi(n),e&&(t?jt(n,e,n):At(n,e)),this.transform=n,this._resolveGlobalScaleRatio(n),this.invTransform=this.invTransform||Ot(),Ft(this.invTransform,n)},e.prototype._resolveGlobalScaleRatio=function(e){var t=this.globalScaleRatio;if(t!=null&&t!==1){this.getGlobalScale(Xi);var n=Xi[0]<0?-1:1,r=Xi[1]<0?-1:1,i=((Xi[0]-n)*t+n)/Xi[0]||0,a=((Xi[1]-r)*t+r)/Xi[1]||0;e[0]*=i,e[1]*=i,e[2]*=a,e[3]*=a}},e.prototype.getComputedTransform=function(){for(var e=this,t=[];e;)t.push(e),e=e.parent;for(;e=t.pop();)e.updateTransform();return this.transform},e.prototype.setLocalTransform=function(e){if(e){var t=e[0]*e[0]+e[1]*e[1],n=e[2]*e[2]+e[3]*e[3],r=Math.atan2(e[1],e[0]),i=Math.PI/2+r-Math.atan2(e[3],e[2]);n=Math.sqrt(n)*Math.cos(i),t=Math.sqrt(t),this.skewX=i,this.skewY=0,this.rotation=-r,this.x=+e[4],this.y=+e[5],this.scaleX=t,this.scaleY=n,this.originX=0,this.originY=0}},e.prototype.decomposeTransform=function(){if(this.transform){var e=this.parent,t=this.transform;e&&e.transform&&(e.invTransform=e.invTransform||Ot(),jt(Zi,e.invTransform,t),t=Zi);var n=this.originX,r=this.originY;(n||r)&&(Qi[4]=n,Qi[5]=r,jt(Zi,t,Qi),Zi[4]-=n,Zi[5]-=r,t=Zi),this.setLocalTransform(t)}},e.prototype.getGlobalScale=function(e){var t=this.transform;return e||=[],t?(e[0]=Math.sqrt(t[0]*t[0]+t[1]*t[1]),e[1]=Math.sqrt(t[2]*t[2]+t[3]*t[3]),t[0]<0&&(e[0]=-e[0]),t[3]<0&&(e[1]=-e[1]),e):(e[0]=1,e[1]=1,e)},e.prototype.transformCoordToLocal=function(e,t){var n=[e,t],r=this.invTransform;return r&&qe(n,n,r),n},e.prototype.transformCoordToGlobal=function(e,t){var n=[e,t],r=this.transform;return r&&qe(n,n,r),n},e.prototype.getLineScale=function(){var e=this.transform;return e&&$i(e[0]-1)>1e-10&&$i(e[3]-1)>1e-10?Math.sqrt($i(e[0]*e[3]-e[2]*e[1])):1},e.prototype.copyTransform=function(e){ra(this,e)},e.getLocalTransform=function(e,t){t||=[];var n=e.originX||0,r=e.originY||0,i=e.scaleX,a=e.scaleY,o=e.anchorX,s=e.anchorY,c=e.rotation||0,l=e.x,u=e.y,d=e.skewX?Math.tan(e.skewX):0,f=e.skewY?Math.tan(-e.skewY):0;if(n||r||o||s){var p=n+o,m=r+s;t[4]=-p*i-d*m*a,t[5]=-m*a-f*p*i}else t[4]=t[5]=0;return t[0]=i,t[3]=a,t[1]=f*i,t[2]=d*a,c&&Nt(t,t,c),t[4]+=n+l,t[5]+=r+u,t},e.initDefaultProps=(function(){var t=e.prototype;t.scaleX=t.scaleY=t.globalScaleRatio=1,t.x=t.y=t.originX=t.originY=t.skewX=t.skewY=t.rotation=t.anchorX=t.anchorY=0})(),e}(),ta=ea.getLocalTransform,na=[`x`,`y`,`originX`,`originY`,`anchorX`,`anchorY`,`rotation`,`scaleX`,`scaleY`,`skewX`,`skewY`];function ra(e,t){return te(e,t,na)}function ia(e){aa||=new cr(100),e||=`12px sans-serif`;var t=aa.get(e);return t||(t={font:e,strWidthCache:new cr(500),asciiWidthMap:null,asciiWidthMapTried:!1,stWideCharWidth:_.measureText(`国`,e).width,asciiCharWidth:_.measureText(`a`,e).width},aa.put(e,t)),t}var aa;function oa(e){if(!(sa>=ca)){e||=`12px sans-serif`;for(var t=[],n=+new Date,r=0;r<=127;r++)t[r]=_.measureText(String.fromCharCode(r),e).width;var i=+new Date-n;return i>16?sa=ca:i>2&&sa++,t}}var sa=0,ca=5;function la(e,t){return e.asciiWidthMapTried||=(e.asciiWidthMap=oa(e.font),!0),0<=t&&t<=127?e.asciiWidthMap==null?e.asciiCharWidth:e.asciiWidthMap[t]:e.stWideCharWidth}function ua(e,t){var n=e.strWidthCache,r=n.get(t);return r??(r=_.measureText(t,e.font).width,n.put(t,r)),r}function da(e,t,n,r){var i=ua(ia(t),e),a=ha(t);return new Y(pa(0,i,n),ma(0,a,r),i,a)}function fa(e,t,n,r){var i=((e||``)+``).split(`
|
|
3
3
|
`);if(i.length===1)return da(i[0],t,n,r);for(var a=new Y(0,0,0,0),o=0;o<i.length;o++){var s=da(i[o],t,n,r);o===0?a.copy(s):a.union(s)}return a}function pa(e,t,n,r){return n===`right`?r?e+=t:e-=t:n===`center`&&(r?e+=t/2:e-=t/2),e}function ma(e,t,n,r){return n===`middle`?r?e+=t/2:e-=t/2:n===`bottom`&&(r?e+=t:e-=t),e}function ha(e){return ia(e).stWideCharWidth}function ga(e,t){return typeof e==`string`?e.lastIndexOf(`%`)>=0?parseFloat(e)/100*t:parseFloat(e):e}function _a(e,t,n){var r=t.position||`inside`,i=t.distance==null?5:t.distance,a=n.height,o=n.width,s=a/2,c=n.x,l=n.y,u=`left`,d=`top`;if(r instanceof Array)c+=ga(r[0],n.width),l+=ga(r[1],n.height),u=null,d=null;else switch(r){case`left`:c-=i,l+=s,u=`right`,d=`middle`;break;case`right`:c+=i+o,l+=s,d=`middle`;break;case`top`:c+=o/2,l-=i,u=`center`,d=`bottom`;break;case`bottom`:c+=o/2,l+=a+i,u=`center`;break;case`inside`:c+=o/2,l+=s,u=`center`,d=`middle`;break;case`insideLeft`:c+=i,l+=s,d=`middle`;break;case`insideRight`:c+=o-i,l+=s,u=`right`,d=`middle`;break;case`insideTop`:c+=o/2,l+=i,u=`center`;break;case`insideBottom`:c+=o/2,l+=a-i,u=`center`,d=`bottom`;break;case`insideTopLeft`:c+=i,l+=i;break;case`insideTopRight`:c+=o-i,l+=i,u=`right`;break;case`insideBottomLeft`:c+=i,l+=a-i,d=`bottom`;break;case`insideBottomRight`:c+=o-i,l+=a-i,u=`right`,d=`bottom`}return e||={},e.x=c,e.y=l,e.align=u,e.verticalAlign=d,e}var va=`__zr_normal__`,ya=na.concat([`ignore`]),ba=ae(na,function(e,t){return e[t]=!0,e},{ignore:!1}),xa={},Sa=new Y(0,0,0,0),Ca=[],wa=function(){function e(e){this.id=j(),this.animators=[],this.currentStates=[],this.states={},this._init(e)}return e.prototype._init=function(e){this.attr(e)},e.prototype.drift=function(e,t,n){switch(this.draggable){case`horizontal`:t=0;break;case`vertical`:e=0}var r=this.transform;r||=this.transform=[1,0,0,1,0,0],r[4]+=e,r[5]+=t,this.decomposeTransform(),this.markRedraw()},e.prototype.beforeUpdate=function(){},e.prototype.afterUpdate=function(){},e.prototype.update=function(){this.updateTransform(),this.__dirty&&this.updateInnerText()},e.prototype.updateInnerText=function(e){var t=this._textContent;if(t&&(!t.ignore||e)){this.textConfig||={};var n=this.textConfig,r=n.local,i=t.innerTransformable,a=void 0,o=void 0,s=!1;i.parent=r?this:null;var c=!1;i.copyTransform(t);var l=n.position!=null,u=n.autoOverflowArea,d=void 0;if((u||l)&&(d=Sa,n.layoutRect?d.copy(n.layoutRect):d.copy(this.getBoundingRect()),r||d.applyTransform(this.transform)),l){this.calculateTextPosition?this.calculateTextPosition(xa,n,d):_a(xa,n,d),i.x=xa.x,i.y=xa.y,a=xa.align,o=xa.verticalAlign;var f=n.origin;if(f&&n.rotation!=null){var p=void 0,m=void 0;f===`center`?(p=d.width*.5,m=d.height*.5):(p=ga(f[0],d.width),m=ga(f[1],d.height)),c=!0,i.originX=-i.x+p+(r?0:d.x),i.originY=-i.y+m+(r?0:d.y)}}n.rotation!=null&&(i.rotation=n.rotation);var h=n.offset;h&&(i.x+=h[0],i.y+=h[1],c||(i.originX=-h[0],i.originY=-h[1]));var g=this._innerTextDefaultStyle||={};if(u){var _=g.overflowRect=g.overflowRect||new Y(0,0,0,0);i.getLocalTransform(Ca),Ft(Ca,Ca),Y.copy(_,d),_.applyTransform(Ca)}else g.overflowRect=null;var v=n.inside==null?typeof n.position==`string`&&n.position.indexOf(`inside`)>=0:n.inside,y=void 0,b=void 0,x=void 0;v&&this.canBeInsideText()?(y=n.insideFill,b=n.insideStroke,(y==null||y===`auto`)&&(y=this.getInsideTextFill()),(b==null||b===`auto`)&&(b=this.getInsideTextStroke(y),x=!0)):(y=n.outsideFill,b=n.outsideStroke,(y==null||y===`auto`)&&(y=this.getOutsideFill()),(b==null||b===`auto`)&&(b=this.getOutsideStroke(y),x=!0)),y||=`#000`,(y!==g.fill||b!==g.stroke||x!==g.autoStroke||a!==g.align||o!==g.verticalAlign)&&(s=!0,g.fill=y,g.stroke=b,g.autoStroke=x,g.align=a,g.verticalAlign=o,t.setDefaultTextStyle(g)),t.__dirty|=1,s&&t.dirtyStyle(!0)}},e.prototype.canBeInsideText=function(){return!0},e.prototype.getInsideTextFill=function(){return`#fff`},e.prototype.getInsideTextStroke=function(e){return`#000`},e.prototype.getOutsideFill=function(){return this.__zr&&this.__zr.isDarkMode()?Gi:Wi},e.prototype.getOutsideStroke=function(e){var t=this.__zr&&this.__zr.getBackgroundColor(),n=typeof t==`string`&&xr(t);n||=[255,255,255,1];for(var r=n[3],i=this.__zr.isDarkMode(),a=0;a<3;a++)n[a]=n[a]*r+(i?0:255)*(1-r);return n[3]=1,Er(n,`rgba`)},e.prototype.traverse=function(e,t){},e.prototype.attrKV=function(e,t){e===`textConfig`?this.setTextConfig(t):e===`textContent`?this.setTextContent(t):e===`clipPath`?this.setClipPath(t):e===`extra`?(this.extra=this.extra||{},P(this.extra,t)):this[e]=t},e.prototype.hide=function(){this.ignore=!0,this.markRedraw()},e.prototype.show=function(){this.ignore=!1,this.markRedraw()},e.prototype.attr=function(e,t){if(typeof e==`string`)this.attrKV(e,t);else if(G(e))for(var n=B(e),r=0;r<n.length;r++){var i=n[r];this.attrKV(i,e[i])}return this.markRedraw(),this},e.prototype.saveCurrentToNormalState=function(e){this._innerSaveToNormal(e);for(var t=this._normalState,n=0;n<this.animators.length;n++){var r=this.animators[n],i=r.__fromStateTransition;if(!(r.getLoop()||i&&i!==`__zr_normal__`)){var a=r.targetName,o=a?t[a]:t;r.saveTo(o)}}},e.prototype._innerSaveToNormal=function(e){var t=this._normalState;t||=this._normalState={},e.textConfig&&!t.textConfig&&(t.textConfig=this.textConfig),this._savePrimaryToNormal(e,t,ya)},e.prototype._savePrimaryToNormal=function(e,t,n){for(var r=0;r<n.length;r++){var i=n[r];e[i]!=null&&!(i in t)&&(t[i]=this[i])}},e.prototype.hasState=function(){return this.currentStates.length>0},e.prototype.getState=function(e){return this.states[e]},e.prototype.ensureState=function(e){var t=this.states;return t[e]||(t[e]={}),t[e]},e.prototype.clearStates=function(e){this.useState(va,!1,e)},e.prototype.useState=function(e,t,n,r){var i=e===va;if(!(!this.hasState()&&i)){var a=this.currentStates,o=this.stateTransition;if(!(I(a,e)>=0&&(t||a.length===1))){var s;if(this.stateProxy&&!i&&(s=this.stateProxy(e)),s||=this.states&&this.states[e],!s&&!i){ee(`State `+e+` not exists.`);return}i||this.saveCurrentToNormalState(s);var c=this._textContent,l=Ma(this,c,s,r);l&&!this.__inHover&&(this.__inHover=l),this._applyStateObj(e,s,this._normalState,t,Pa(this,n,o),o);var u=this._textGuide;return c&&c.useState(e,t,n,!!l),u&&u.useState(e,t,n,!!l),i?(this.currentStates=[],this._normalState={}):t?this.currentStates.push(e):this.currentStates=[e],this._updateAnimationTargets(),this.markRedraw(),!l&&this.__inHover&&(this.__inHover=0,this.__dirty&=-2),s}}},e.prototype.useStates=function(e,t,n){if(!e.length)this.clearStates();else{var r=[],i=this.currentStates,a=e.length,o=a===i.length;if(o){for(var s=0;s<a;s++)if(e[s]!==i[s]){o=!1;break}}if(o)return;for(var s=0;s<a;s++){var c=e[s],l=void 0;this.stateProxy&&(l=this.stateProxy(c,e)),l||=this.states[c],l&&r.push(l)}var u=r[a-1],d=this._textContent,f=Ma(this,d,u,n);f&&!this.__inHover&&(this.__inHover=f);var p=this._mergeStates(r),m=this.stateTransition;this.saveCurrentToNormalState(p),this._applyStateObj(e.join(`,`),p,this._normalState,!1,Pa(this,t,m),m);var h=this._textGuide;d&&d.useStates(e,t,!!f),h&&h.useStates(e,t,!!f),this._updateAnimationTargets(),this.currentStates=e.slice(),this.markRedraw(),!f&&this.__inHover&&(this.__inHover=0,this.__dirty&=-2)}},e.prototype.isSilent=function(){for(var e=this;e;){if(e.silent)return!0;var t=e.__hostTarget;e=t?e.ignoreHostSilent?null:t:e.parent}return!1},e.prototype._updateAnimationTargets=function(){for(var e=0;e<this.animators.length;e++){var t=this.animators[e];t.targetName&&t.changeTarget(this[t.targetName])}},e.prototype.removeState=function(e){var t=I(this.currentStates,e);if(t>=0){var n=this.currentStates.slice();n.splice(t,1),this.useStates(n)}},e.prototype.replaceState=function(e,t,n){var r=this.currentStates.slice(),i=I(r,e),a=I(r,t)>=0;i>=0?a?r.splice(i,1):r[i]=t:n&&!a&&r.push(t),this.useStates(r)},e.prototype.toggleState=function(e,t){t?this.useState(e,!0):this.removeState(e)},e.prototype._mergeStates=function(e){for(var t={},n,r=0;r<e.length;r++){var i=e[r];P(t,i),i.textConfig&&(n||={},P(n,i.textConfig))}return n&&(t.textConfig=n),t},e.prototype._applyStateObj=function(e,t,n,r,i,a){if(this.__inHover!==1){var o=!(t&&r);t&&t.textConfig?(this.textConfig=P({},r?this.textConfig:n.textConfig),P(this.textConfig,t.textConfig)):o&&n.textConfig&&(this.textConfig=n.textConfig);for(var s={},c=!1,l=0;l<ya.length;l++){var u=ya[l],d=i&&ba[u];t&&t[u]!=null?d?(c=!0,s[u]=t[u]):this[u]=t[u]:o&&n[u]!=null&&(d?(c=!0,s[u]=n[u]):this[u]=n[u])}if(!i)for(var l=0;l<this.animators.length;l++){var f=this.animators[l],p=f.targetName;f.getLoop()||f.__changeFinalValue(p?(t||n)[p]:t||n)}c&&this._transitionState(e,s,a)}},e.prototype._attachComponent=function(e){if(e.__zr&&!e.__hostTarget){if(process.env.NODE_ENV!==`production`)throw Error(`Text element has been added to zrender.`);return}if(e===this){if(process.env.NODE_ENV!==`production`)throw Error(`Recursive component attachment.`);return}var t=this.__zr;t&&e.addSelfToZr(t),e.__zr=t,e.__hostTarget=this},e.prototype._detachComponent=function(e){e.__zr&&e.removeSelfFromZr(e.__zr),e.__zr=null,e.__hostTarget=null},e.prototype.getClipPath=function(){return this._clipPath},e.prototype.setClipPath=function(e){this._clipPath&&this._clipPath!==e&&this.removeClipPath(),this._attachComponent(e),this._clipPath=e,this.markRedraw()},e.prototype.removeClipPath=function(){var e=this._clipPath;e&&(this._detachComponent(e),this._clipPath=null,this.markRedraw())},e.prototype.getTextContent=function(){return this._textContent},e.prototype.setTextContent=function(e){var t=this._textContent;if(t!==e){if(t&&t!==e&&this.removeTextContent(),process.env.NODE_ENV!==`production`&&e.__zr&&!e.__hostTarget)throw Error(`Text element has been added to zrender.`);e.innerTransformable=new ea,this._attachComponent(e),this._textContent=e,this.markRedraw()}},e.prototype.setTextConfig=function(e){this.textConfig||={},P(this.textConfig,e),this.markRedraw()},e.prototype.removeTextConfig=function(){this.textConfig=null,this.markRedraw()},e.prototype.removeTextContent=function(){var e=this._textContent;e&&(e.innerTransformable=null,this._detachComponent(e),this._textContent=null,this._innerTextDefaultStyle=null,this.markRedraw())},e.prototype.getTextGuideLine=function(){return this._textGuide},e.prototype.setTextGuideLine=function(e){this._textGuide&&this._textGuide!==e&&this.removeTextGuideLine(),this._attachComponent(e),this._textGuide=e,this.markRedraw()},e.prototype.removeTextGuideLine=function(){var e=this._textGuide;e&&(this._detachComponent(e),this._textGuide=null,this.markRedraw())},e.prototype.markRedraw=function(){this.__dirty|=1;var e=this.__zr;e&&(this.__inHover?e.refreshHover():e.refresh()),this.__hostTarget&&this.__hostTarget.markRedraw()},e.prototype.dirty=function(){this.markRedraw()},e.prototype.addSelfToZr=function(e){if(this.__zr!==e){this.__zr=e;var t=this.animators;if(t)for(var n=0;n<t.length;n++)e.animation.addAnimator(t[n]);this._clipPath&&this._clipPath.addSelfToZr(e),this._textContent&&this._textContent.addSelfToZr(e),this._textGuide&&this._textGuide.addSelfToZr(e)}},e.prototype.removeSelfFromZr=function(e){if(this.__zr){this.__zr=null;var t=this.animators;if(t)for(var n=0;n<t.length;n++)e.animation.removeAnimator(t[n]);this._clipPath&&this._clipPath.removeSelfFromZr(e),this._textContent&&this._textContent.removeSelfFromZr(e),this._textGuide&&this._textGuide.removeSelfFromZr(e)}},e.prototype.animate=function(e,t,n){var r=e?this[e]:this;if(process.env.NODE_ENV!==`production`&&!r){ee(`Property "`+e+`" is not existed in element `+this.id);return}var i=new yi(r,t,n);return e&&(i.targetName=e),this.addAnimator(i,e),i},e.prototype.addAnimator=function(e,t){var n=this.__zr,r=this;e.during(function(){r.updateDuringAnimation(t)}).done(function(){var t=r.animators,n=I(t,e);n>=0&&t.splice(n,1)}),this.animators.push(e),n&&n.animation.addAnimator(e),n&&n.wakeUp()},e.prototype.updateDuringAnimation=function(e){this.markRedraw()},e.prototype.stopAnimation=function(e,t){for(var n=this.animators,r=n.length,i=[],a=0;a<r;a++){var o=n[a];!e||e===o.scope?o.stop(t):i.push(o)}return this.animators=i,this},e.prototype.animateTo=function(e,t,n){Ta(this,e,t,n)},e.prototype.animateFrom=function(e,t,n){Ta(this,e,t,n,!0)},e.prototype._transitionState=function(e,t,n,r){for(var i=Ta(this,t,n,r),a=0;a<i.length;a++)i[a].__fromStateTransition=e},e.prototype.getBoundingRect=function(){return null},e.prototype.getPaintRect=function(){return null},e.initDefaultProps=(function(){var t=e.prototype;t.type=`element`,t.name=``,t.ignore=t.silent=t.ignoreHostSilent=t.isGroup=t.draggable=t.dragging=t.ignoreClip=!1,t.__inHover=0,t.__dirty=1;var n={};function r(e,t,r){n[e+t+r]||(console.warn(`DEPRECATED: '`+e+`' has been deprecated. use '`+t+`', '`+r+`' instead`),n[e+t+r]=!0)}function i(e,n,i,a){Object.defineProperty(t,e,{get:function(){if(process.env.NODE_ENV!==`production`&&r(e,i,a),!this[n]){var t=this[n]=[];o(this,t)}return this[n]},set:function(t){process.env.NODE_ENV!==`production`&&r(e,i,a),this[i]=t[0],this[a]=t[1],this[n]=t,o(this,t)}});function o(e,t){Object.defineProperty(t,0,{get:function(){return e[i]},set:function(t){e[i]=t}}),Object.defineProperty(t,1,{get:function(){return e[a]},set:function(t){e[a]=t}})}}Object.defineProperty&&(i(`position`,`_legacyPos`,`x`,`y`),i(`scale`,`_legacyScale`,`scaleX`,`scaleY`),i(`origin`,`_legacyOrigin`,`originX`,`originY`))})(),e}();re(wa,Qe),re(wa,ea);function Ta(e,t,n,r,i){n||={};var a=[];ja(e,``,e,t,n,r,a,i);var o=a.length,s=!1,c=n.done,l=n.aborted,u=function(){s=!0,o--,o<=0&&(s?c&&c():l&&l())},d=function(){o--,o<=0&&(s?c&&c():l&&l())};o||c&&c(),a.length>0&&n.during&&a[0].during(function(e,t){n.during(t)});for(var f=0;f<a.length;f++){var p=a[f];u&&p.done(u),d&&p.aborted(d),n.force&&p.duration(n.duration),p.start(n.easing)}return a}function Ea(e,t,n){for(var r=0;r<n;r++)e[r]=t[r]}function Da(e){return ie(e[0])}function Oa(e,t,n){if(ie(t[n])){if(ie(e[n])||(e[n]=[]),fe(t[n])){var r=t[n].length;e[n].length!==r&&(e[n]=new t[n].constructor(r),Ea(e[n],t[n],r))}else{var i=t[n],a=e[n],o=i.length;if(Da(i))for(var s=i[0].length,c=0;c<o;c++)a[c]?Ea(a[c],i[c],s):a[c]=Array.prototype.slice.call(i[c]);else Ea(a,i,o);a.length=i.length}}else e[n]=t[n]}function ka(e,t){return e===t||ie(e)&&ie(t)&&Aa(e,t)}function Aa(e,t){var n=e.length;if(n!==t.length)return!1;for(var r=0;r<n;r++)if(e[r]!==t[r])return!1;return!0}function ja(e,t,n,r,i,a,o,s){for(var c=B(r),l=i.duration,u=i.delay,d=i.additive,f=i.setToFinal,p=!G(a),m=e.animators,h=[],g=0;g<c.length;g++){var _=c[g],v=r[_];if(v!=null&&n[_]!=null&&(p||a[_])){if(G(v)&&!ie(v)&&!me(v)){if(t){s||(n[_]=v,e.updateDuringAnimation(t));continue}ja(e,_,n[_],v,i,a&&a[_],o,s)}else h.push(_)}else s||(n[_]=v,e.updateDuringAnimation(t),h.push(_))}var y=h.length;if(!d&&y)for(var b=0;b<m.length;b++){var x=m[b];if(x.targetName===t&&x.stopTracks(h)){var S=I(m,x);m.splice(S,1)}}if(i.force||(h=oe(h,function(e){return!ka(r[e],n[e])}),y=h.length),y>0||i.force&&!o.length){var C=void 0,w=void 0,T=void 0;if(s){w={},f&&(C={});for(var b=0;b<y;b++){var _=h[b];w[_]=n[_],f?C[_]=r[_]:n[_]=r[_]}}else if(f){T={};for(var b=0;b<y;b++){var _=h[b];T[_]=ai(n[_]),Oa(n,r,_)}}var x=new yi(n,!1,!1,d?oe(m,function(e){return e.targetName===t}):null);x.targetName=t,i.scope&&(x.scope=i.scope),f&&C&&x.whenWithKeys(0,C,h),T&&x.whenWithKeys(0,T,h),x.whenWithKeys(l??500,s?w:r,h).delay(u||0),e.addAnimator(x,t),o.push(x)}}function Ma(e,t,n,r){return!(n&&n.hoverLayer||r)||Na(e)||t&&Na(t)?0:1}function Na(e){return e.type===`text`||e.type===`tspan`}function Pa(e,t,n){return!t&&!e.__inHover&&n&&n.duration>0}var Fa=function(e){s(t,e);function t(t){var n=e.call(this)||this;return n.isGroup=!0,n._children=[],n.attr(t),n}return t.prototype.childrenRef=function(){return this._children},t.prototype.children=function(){return this._children.slice()},t.prototype.childAt=function(e){return this._children[e]},t.prototype.childOfName=function(e){for(var t=this._children,n=0;n<t.length;n++)if(t[n].name===e)return t[n]},t.prototype.childCount=function(){return this._children.length},t.prototype.add=function(e){if(e&&(e!==this&&e.parent!==this&&(this._children.push(e),this._doAdd(e)),process.env.NODE_ENV!==`production`&&e.__hostTarget))throw`This elemenet has been used as an attachment`;return this},t.prototype.addBefore=function(e,t){if(e&&e!==this&&e.parent!==this&&t&&t.parent===this){var n=this._children,r=n.indexOf(t);r>=0&&(n.splice(r,0,e),this._doAdd(e))}return this},t.prototype.replace=function(e,t){var n=I(this._children,e);return n>=0&&this.replaceAt(t,n),this},t.prototype.replaceAt=function(e,t){var n=this._children,r=n[t];if(e&&e!==this&&e.parent!==this&&e!==r){n[t]=e,r.parent=null;var i=this.__zr;i&&r.removeSelfFromZr(i),this._doAdd(e)}return this},t.prototype._doAdd=function(e){e.parent&&e.parent.remove(e),e.parent=this;var t=this.__zr;t&&t!==e.__zr&&e.addSelfToZr(t),t&&t.refresh()},t.prototype.remove=function(e){var t=this.__zr,n=this._children,r=I(n,e);return r<0?this:(n.splice(r,1),e.parent=null,t&&e.removeSelfFromZr(t),t&&t.refresh(),this)},t.prototype.removeAll=function(){for(var e=this._children,t=this.__zr,n=0;n<e.length;n++){var r=e[n];t&&r.removeSelfFromZr(t),r.parent=null}return e.length=0,this},t.prototype.eachChild=function(e,t){for(var n=this._children,r=0;r<n.length;r++){var i=n[r];e.call(t,i,r)}return this},t.prototype.traverse=function(e,t){for(var n=0;n<this._children.length;n++){var r=this._children[n],i=e.call(t,r);r.isGroup&&!i&&r.traverse(e,t)}return this},t.prototype.addSelfToZr=function(t){e.prototype.addSelfToZr.call(this,t);for(var n=0;n<this._children.length;n++)this._children[n].addSelfToZr(t)},t.prototype.removeSelfFromZr=function(t){e.prototype.removeSelfFromZr.call(this,t);for(var n=0;n<this._children.length;n++)this._children[n].removeSelfFromZr(t)},t.prototype.getBoundingRect=function(e){for(var t=new Y(0,0,0,0),n=e||this._children,r=[],i=null,a=0;a<n.length;a++){var o=n[a];if(!(o.ignore||o.invisible)){var s=o.getBoundingRect(),c=o.getLocalTransform(r);c?(Y.applyTransform(t,s,c),i||=t.clone(),i.union(t)):(i||=s.clone(),i.union(s))}}return i||t},t}(wa);Fa.prototype.type=`group`;var Ia={},La={};function Ra(e){delete La[e]}function za(e){if(!e)return!1;if(typeof e==`string`)return Dr(e,1)<Ui;if(e.colorStops){for(var t=e.colorStops,n=0,r=t.length,i=0;i<r;i++)n+=Dr(t[i].color,1);return n/=r,n<Ui}return!1}var Ba=function(){function e(e,t,n){var r=this;this._sleepAfterStill=10,this._stillFrameAccum=0,this._needsRefresh=!0,this._needsRefreshHover=!1,this._darkMode=!1,n||={},this.dom=t,this.id=e;var i=new kn,a=n.renderer||`canvas`;if(Ia[a]||(a=B(Ia)[0]),process.env.NODE_ENV!==`production`&&!Ia[a])throw Error(`Renderer '`+a+`' is not imported. Please import it first.`);n.useDirtyRect=n.useDirtyRect!=null&&n.useDirtyRect;var o=new Ia[a](t,i,n,e),s=n.ssr||o.ssrOnly;this.storage=i,this.painter=o;var c=!l.node&&!l.worker&&!s?new Bi(o.getViewportRoot(),o.root):null,u=n.useCoarsePointer,d=u==null||u===`auto`?l.touchEventsSupported:!!u,f=44,p;d&&(p=K(n.pointerSize,f)),this.handler=new fn(i,o,c,o.root,p),this.animation=new xi({stage:{update:s?null:function(){return r._flush(!1)}}}),s||this.animation.start()}return e.prototype.add=function(e){this._disposed||!e||(this.storage.addRoot(e),e.addSelfToZr(this),this.refresh())},e.prototype.remove=function(e){this._disposed||!e||(this.storage.delRoot(e),e.removeSelfFromZr(this),this.refresh())},e.prototype.configLayer=function(e,t){this._disposed||(this.painter.configLayer&&this.painter.configLayer(e,t),this.refresh())},e.prototype.setBackgroundColor=function(e){this._disposed||(this.painter.setBackgroundColor&&this.painter.setBackgroundColor(e),this.refresh(),this._backgroundColor=e,this._darkMode=za(e))},e.prototype.getBackgroundColor=function(){return this._backgroundColor},e.prototype.setDarkMode=function(e){this._darkMode=e},e.prototype.isDarkMode=function(){return this._darkMode},e.prototype.refreshImmediately=function(e){this._disposed||this._refresh({animUpdate:!e,refresh:!0,refreshHover:!1})},e.prototype._refresh=function(e){e.animUpdate&&this.animation.update(!0),this._needsRefresh=this._needsRefreshHover=!1,this.painter.refresh({refresh:e.refresh,refreshHover:e.refreshHover}),this._needsRefresh=this._needsRefreshHover=!1},e.prototype.refresh=function(){this._disposed||(this._needsRefresh=!0,this.animation.start())},e.prototype.flush=function(){this._disposed||this._flush(!0)},e.prototype._flush=function(e){var t,n=bi(),r=this._needsRefresh,i=this._needsRefreshHover;(r||i)&&(t=!0,this._refresh({animUpdate:e,refresh:r,refreshHover:i}));var a=bi();t?(this._stillFrameAccum=0,this.trigger(`rendered`,{elapsedTime:a-n})):this._sleepAfterStill>0&&(this._stillFrameAccum++,this._stillFrameAccum>this._sleepAfterStill&&this.animation.stop())},e.prototype.setSleepAfterStill=function(e){this._sleepAfterStill=e},e.prototype.wakeUp=function(){this._disposed||(this.animation.start(),this._stillFrameAccum=0)},e.prototype.refreshHover=function(){this._needsRefreshHover=!0},e.prototype.refreshHoverImmediately=function(){this._disposed||this._refresh({animUpdate:!1,refresh:!1,refreshHover:!0})},e.prototype.resize=function(e){this._disposed||(e||={},this.painter.resize(e.width,e.height),this.handler.resize())},e.prototype.clearAnimation=function(){this._disposed||this.animation.clear()},e.prototype.getWidth=function(){if(!this._disposed)return this.painter.getWidth()},e.prototype.getHeight=function(){if(!this._disposed)return this.painter.getHeight()},e.prototype.setCursorStyle=function(e){this._disposed||this.handler.setCursorStyle(e)},e.prototype.findHover=function(e,t){if(!this._disposed)return this.handler.findHover(e,t)},e.prototype.on=function(e,t,n){return this._disposed||this.handler.on(e,t,n),this},e.prototype.off=function(e,t){this._disposed||this.handler.off(e,t)},e.prototype.trigger=function(e,t){this._disposed||this.handler.trigger(e,t)},e.prototype.clear=function(){if(!this._disposed){for(var e=this.storage.getRoots(),t=0;t<e.length;t++)e[t]instanceof Fa&&e[t].removeSelfFromZr(this);this.storage.delAllRoots(),this.painter.clear()}},e.prototype.dispose=function(){this._disposed||(this.animation.stop(),this.clear(),this.storage.dispose(),this.painter.dispose(),this.handler.dispose(),this.animation=this.storage=this.painter=this.handler=null,this._disposed=!0,Ra(this.id))},e}();function Va(e,t){var n=new Ba(j(),e,t);return La[n.id]=n,n}function Ha(e,t){Ia[e]=t}var Ua;function Wa(e){if(typeof Ua==`function`)return Ua(e)}function Ga(e){Ua=e}var Ka=1e-4,qa=20;function Ja(e){return e.replace(/^\s+|\s+$/g,``)}var Ya=Math.min,X=Math.max,Xa=Math.abs,Za=Math.round,Qa=Math.floor,$a=Math.ceil,eo=Math.pow,to=Math.log,no=Math.LN10,ro=Math.PI,io=Math.random;function ao(e,t,n,r){var i=t[0],a=t[1],o=n[0],s=n[1],c=a-i,l=s-o;if(c===0)return l===0?o:(o+s)/2;if(r){if(c>0){if(e<=i)return o;if(e>=a)return s}else if(e>=i)return o;else if(e<=a)return s}else{if(e===i)return o;if(e===a)return s}return(e-i)/c*l+o}var oo=so;function so(e,t,n){switch(e){case`center`:case`middle`:e=`50%`;break;case`left`:case`top`:e=`0%`;break;case`right`:case`bottom`:e=`100%`}return co(e,t,n)}function co(e,t,n){return W(e)?lo(e)?parseFloat(e)/100*t+(n||0):parseFloat(e):e==null?NaN:+e}function lo(e){return!!Ja(e).match(/%$/)}function uo(e,t,n){return process.env.NODE_ENV!==`production`&&q(t!=null),isNaN(t)?n?``+e:+e:(t=Ya(X(0,t),qa),e=(+e).toFixed(t),n?e:+e)}function fo(e){return e.sort(function(e,t){return e-t}),e}function po(e){if(e=+e,isNaN(e))return 0;if(e>1e-14){for(var t=1,n=0;n<15;n++,t*=10)if(Za(e*t)/t===e)return n}return mo(e)}function mo(e){var t=e.toString().toLowerCase(),n=t.indexOf(`e`),r=n>0?+t.slice(n+1):0,i=n>0?n:t.length,a=t.indexOf(`.`);return X(0,(a<0?0:i-1-a)-r)}function ho(e,t,n){var r=Xa(e[1]-e[0]);if(!isFinite(r)||r===0)return NaN;var i=to(2*Xa(n||1)*Xa(r))/no,a=to(Xa(t))/no,o=X(0,$a(-i+a));return isFinite(o)||(o=NaN),o}function go(e,t){var n=X(po(e),po(t)),r=e+t;return n>qa?r:uo(r,n)}var _o=eo(2,53)-1;function vo(e){var t=ro*2;return(e%t+t)%t}function yo(e){return e>-Ka&&e<Ka}var bo=/^(?:(\d{4})(?:[-\/](\d{1,2})(?:[-\/](\d{1,2})(?:[T ](\d{1,2})(?::(\d{1,2})(?::(\d{1,2})(?:[.,](\d+))?)?)?(Z|[\+\-]\d\d:?\d\d)?)?)?)?)?$/;function xo(e){if(e instanceof Date)return e;if(W(e)){var t=bo.exec(e);if(!t)return new Date(NaN);if(t[8]){var n=+t[4]||0;return t[8].toUpperCase()!==`Z`&&(n-=+t[8].slice(0,3)),new Date(Date.UTC(+t[1],(t[2]||1)-1,+t[3]||1,n,+(t[5]||0),+t[6]||0,t[7]?+t[7].substring(0,3):0))}return new Date(+t[1],(t[2]||1)-1,+t[3]||1,+t[4]||0,+(t[5]||0),+t[6]||0,t[7]?+t[7].substring(0,3):0)}return e==null?new Date(NaN):new Date(Za(e))}function So(e){return eo(10,Co(e))}function Co(e){if(e===0)return 0;var t=Qa(to(e)/no);return e/eo(10,t)>=10&&t++,t}function wo(e,t){var n=Co(e),r=eo(10,n),i=e/r;return e=(t===2?1:t?i<1.5?1:i<2.5?2:i<4?3:i<7?5:10:i<1?1:i<2?2:i<3?3:i<5?5:10)*r,uo(e,-n)}function To(e){var t=parseFloat(e);return t==e&&(t!==0||!W(e)||e.indexOf(`x`)<=0)?t:NaN}function Eo(e){return!isNaN(To(e))}function Do(){return Za(io()*9)}function Oo(e,t){return t===0?e:Oo(t,e%t)}function ko(e,t){return e==null?t:t==null?e:e*t/Oo(e,t)}function Ao(e){return e!=null&&isFinite(e)}var jo=`[ECharts] `,Mo={},No=typeof console<`u`&&console.warn&&console.log;function Po(e,t,n){if(No){if(n){if(Mo[t])return;Mo[t]=!0}console[e](jo+t)}}function Fo(e,t){Po(`log`,e,t)}function Io(e,t){Po(`warn`,e,t)}function Z(e,t){Po(`error`,e,t)}function Lo(e){process.env.NODE_ENV!==`production`&&Po(`warn`,`DEPRECATED: `+e,!0)}function Ro(e,t,n){process.env.NODE_ENV!==`production`&&Lo((n?`[`+n+`]`:``)+(e+` is deprecated; use `+t+` instead.`))}function zo(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];var n=``;if(process.env.NODE_ENV!==`production`){var r=function(e){return e===void 0?`undefined`:e===1/0?`Infinity`:e===-1/0?`-Infinity`:ge(e)?`NaN`:e instanceof Date?`Date(`+e.toISOString()+`)`:U(e)?`function () { ... }`:he(e)?e+``:null};n=R(e,function(e){if(W(e))return e;var t=r(e);if(t!=null)return t;if(typeof JSON<`u`&&JSON.stringify)try{return JSON.stringify(e,function(e,t){return r(t)??t})}catch{return`?`}return`?`}).join(` `)}return n}function Bo(e){throw Error(e)}var Vo=`series\0`,Ho=`\0_ec_\0`;function Uo(e){return e instanceof Array?e:e==null?[]:[e]}function Wo(e,t,n){if(e){e[t]=e[t]||{},e.emphasis=e.emphasis||{},e.emphasis[t]=e.emphasis[t]||{};for(var r=0,i=n.length;r<i;r++){var a=n[r];!e.emphasis[t].hasOwnProperty(a)&&e[t].hasOwnProperty(a)&&(e.emphasis[t][a]=e[t][a])}}}var Go=`fontStyle.fontWeight.fontSize.fontFamily.rich.tag.color.textBorderColor.textBorderWidth.width.height.lineHeight.align.verticalAlign.baseline.shadowColor.shadowBlur.shadowOffsetX.shadowOffsetY.textShadowColor.textShadowBlur.textShadowOffsetX.textShadowOffsetY.backgroundColor.borderColor.borderWidth.borderRadius.padding`.split(`.`);function Ko(e){return G(e)&&!H(e)&&!(e instanceof Date)?e.value:e}function qo(e){return G(e)&&!(e instanceof Array)}function Jo(e,t,n){var r=n===`normalMerge`,i=n===`replaceMerge`,a=n===`replaceAll`;e||=[],t=(t||[]).slice();var o=J();L(t,function(e,n){if(!G(e)){t[n]=null;return}process.env.NODE_ENV!==`production`&&(e.id!=null&&!as(e.id)&&is(e.id),e.name!=null&&!as(e.name)&&is(e.name))});var s=Yo(e,o,n);return(r||i)&&Xo(s,e,o,t),r&&Zo(s,t),r||i?Qo(s,t,i):a&&$o(s,t),es(s),s}function Yo(e,t,n){var r=[];if(n===`replaceAll`)return r;for(var i=0;i<e.length;i++){var a=e[i];a&&a.id!=null&&t.set(a.id,i),r.push({existing:n===`replaceMerge`||ss(a)?null:a,newOption:null,keyInfo:null,brandNew:null})}return r}function Xo(e,t,n,r){L(r,function(i,a){if(!(!i||i.id==null)){var o=ns(i.id),s=n.get(o);if(s!=null){var c=e[s];q(!c.newOption,`Duplicated option on id "`+o+`".`),c.newOption=i,c.existing=t[s],r[a]=null}}})}function Zo(e,t){L(t,function(n,r){if(!(!n||n.name==null))for(var i=0;i<e.length;i++){var a=e[i].existing;if(!e[i].newOption&&a&&(a.id==null||n.id==null)&&!ss(n)&&!ss(a)&&ts(`name`,a,n)){e[i].newOption=n,t[r]=null;return}}})}function Qo(e,t,n){L(t,function(t){if(t){for(var r,i=0;(r=e[i])&&(r.newOption||ss(r.existing)||r.existing&&t.id!=null&&!ts(`id`,t,r.existing));)i++;r?(r.newOption=t,r.brandNew=n):e.push({newOption:t,brandNew:n,existing:null,keyInfo:null}),i++}})}function $o(e,t){L(t,function(t){e.push({newOption:t,brandNew:!0,existing:null,keyInfo:null})})}function es(e){var t=J();L(e,function(e){var n=e.existing;n&&t.set(n.id,e)}),L(e,function(e){var n=e.newOption;q(!n||n.id==null||!t.get(n.id)||t.get(n.id)===e,`id duplicates: `+(n&&n.id)),n&&n.id!=null&&t.set(n.id,e),!e.keyInfo&&(e.keyInfo={})}),L(e,function(e,n){var r=e.existing,i=e.newOption,a=e.keyInfo;if(G(i)){if(a.name=i.name==null?r?r.name:Vo+n:ns(i.name),r)a.id=ns(r.id);else if(i.id!=null)a.id=ns(i.id);else{var o=0;do a.id=`\0`+a.name+`\0`+o++;while(t.get(a.id))}t.set(a.id,e)}})}function ts(e,t,n){var r=rs(t[e],null),i=rs(n[e],null);return r!=null&&i!=null&&r===i}function ns(e){if(process.env.NODE_ENV!==`production`&&e==null)throw Error();return rs(e,``)}function rs(e,t){return e==null?t:W(e)?e:ue(e)||le(e)?e+``:t}function is(e){process.env.NODE_ENV!==`production`&&Io("`"+e+"` is invalid id or name. Must be a string or number.")}function as(e){return le(e)||Eo(e)}function os(e){var t=e.name;return!!(t&&t.indexOf(Vo))}function ss(e){return e&&e.id!=null&&ns(e.id).indexOf(Ho)===0}function cs(e,t,n){L(e,function(e){var r=e.newOption;G(r)&&(e.keyInfo.mainType=t,e.keyInfo.subType=ls(t,r,e.existing,n))})}function ls(e,t,n,r){return t.type?t.type:n?n.subType:r.determineSubType(e,t)}function us(e,t){if(t.dataIndexInside!=null)return t.dataIndexInside;if(t.dataIndex!=null)return H(t.dataIndex)?R(t.dataIndex,function(t){return e.indexOfRawIndex(t)}):e.indexOfRawIndex(t.dataIndex);if(t.name!=null)return H(t.name)?R(t.name,function(t){return e.indexOfName(t)}):e.indexOfName(t.name)}function ds(){var e=`__ec_inner_`+fs++;return function(t){return t[e]||(t[e]={})}}var fs=Do();function ps(e,t,n){var r=ms(t,n),i=r.mainTypeSpecified,a=r.queryOptionMap,o=r.others,s=n?n.defaultMainType:null;return!i&&s&&a.set(s,{}),a.each(function(t,r){var i=gs(e,r,t,{useDefault:s===r,enableAll:n&&n.enableAll!=null?n.enableAll:!0,enableNone:n&&n.enableNone!=null?n.enableNone:!0});o[r+`Models`]=i.models,o[r+`Model`]=i.models[0]}),o}function ms(e,t){var n;if(W(e)){var r={};r[e+`Index`]=0,n=r}else n=e;var i=J(),a={},o=!1;return L(n,function(e,n){if(n===`dataIndex`||n===`dataIndexInside`){a[n]=e;return}var r=n.match(/^(\w+)(Index|Id|Name)$/)||[],s=r[1],c=(r[2]||``).toLowerCase();if(!(!s||!c||t&&t.includeMainTypes&&I(t.includeMainTypes,s)<0)){o||=!!s;var l=i.get(s)||i.set(s,{});l[c]=e}}),{mainTypeSpecified:o,queryOptionMap:i,others:a}}var hs={useDefault:!0,enableAll:!1,enableNone:!1};function gs(e,t,n,r){r||=hs;var i=n.index,a=n.id,o=n.name,s={models:null,specified:i!=null||a!=null||o!=null};if(!s.specified){var c=void 0;return s.models=r.useDefault&&(c=e.getComponent(t))?[c]:[],s}if(i===`none`||i===!1){if(r.enableNone)return s.models=[],s;process.env.NODE_ENV!==`production`&&Z('`"none"` or `false` is not a valid value on index option.'),i=-1}return i===`all`&&(r.enableAll?i=a=o=null:(process.env.NODE_ENV!==`production`&&Z('`"all"` is not a valid value on index option.'),i=-1)),s.models=e.queryComponents({mainType:t,index:i,id:a,name:o}),s}function _s(e,t,n){process.env.NODE_ENV!==`production`&&q(t);var r={};r[t+`Id`]=e[t+`Id`],r[t+`Index`]=e[t+`Index`],r[t+`Name`]=e[t+`Name`];var i={mainType:t,query:r};return n&&(i.subType=n),i}function vs(e,t,n){e.setAttribute?e.setAttribute(t,n):e[t]=n}function ys(e,t){return e.getAttribute?e.getAttribute(t):e[t]}function bs(e){return e===`auto`?l.domSupported?`html`:`richText`:e||`html`}(function(){function e(){}return e.prototype.reset=function(e,t,n,r){return this._list=e,this._step=r||=1,this._idx=t,this._end=n??(r>0?e.length:0),this.item=null,this.key=NaN,this},e.prototype.next=function(){return(this._step>0?this._idx<this._end:this._idx>=this._end)&&(this.item=this._list[this._idx],this.key=this._idx+=this._step,!0)},e})();function xs(){return[1/0,-1/0]}function Ss(e,t){Es(t)&&(t<e[0]&&(e[0]=t),t>e[1]&&(e[1]=t))}function Cs(e,t){Es(t)&&t<e[0]&&(e[0]=t)}function ws(e,t){Es(t)&&t>e[1]&&(e[1]=t)}function Ts(e,t){Ds(t[0],t[1])&&(t[0]<e[0]&&(e[0]=t[0]),t[1]>e[1]&&(e[1]=t[1]))}function Es(e){return e!=null&&isFinite(e)}function Ds(e,t){return Es(e)&&Es(t)&&e<=t}function Os(e){var t=e[1]-e[0];return isFinite(t)&&t>=0}function ks(e){Ds(e[0],e[1])&&e[0]>e[1]&&(e[0]=e[1])}function As(){var e=`__ec_once_`+js++;return function(t,n){process.env.NODE_ENV!==`production`&&q(t),je(t,e)||(t[e]=1,n())}}var js=Do();function Ms(e,t,n){var r=J(),i=0;L(e,function(a){var o=t(a);process.env.NODE_ENV!==`production`&&q(W(o));var s=r.get(o)||0;n&&n(a,s),!s&&!n&&(e[i++]=a),r.set(o,s+1)}),n||(e.length=i)}function Ns(e){return process.env.NODE_ENV!==`production`&&q(e.value!=null),e.value+``}function Ps(e){return process.env.NODE_ENV!==`production`&&q(e!=null),e+``}function Fs(e,t){return K(t,!0)?e.seriesIndex+2:0}function Is(e,t,n){var r=e.getData().count();return{progressiveRender:n.progressiveEnabled&&t.incrementalPrepareRender&&r>=n.threshold,large:e.get(`large`)&&r>=e.get(`largeThreshold`),modDataCount:e.get(`progressiveChunkMode`)===`mod`?e.getData().count():null}}function Ls(e){return{overallReset:e}}var Rs=`.`,zs=`___EC__COMPONENT__CONTAINER___`,Bs=`___EC__EXTENDED_CLASS___`;function Vs(e){var t={main:``,sub:``};if(e){var n=e.split(Rs);t.main=n[0]||``,t.sub=n[1]||``}return t}function Hs(e){q(/^[a-zA-Z0-9_]+([.][a-zA-Z0-9_]+)?$/.test(e),`componentType "`+e+`" illegal`)}function Us(e){return!!(e&&e[Bs])}function Ws(e,t){e.$constructor=e,e.extend=function(e){process.env.NODE_ENV!==`production`&&L(t,function(t){e[t]||console.warn("Method `"+t+"` should be implemented"+(e.type?` in `+e.type:``)+`.`)});var n=this,r;return Gs(n)?r=function(e){s(t,e);function t(){return e.apply(this,arguments)||this}return t}(n):(r=function(){(e.$constructor||n).apply(this,arguments)},ne(r,this)),P(r.prototype,e),r[Bs]=!0,r.extend=this.extend,r.superCall=Ys,r.superApply=Xs,r.superClass=n,r}}function Gs(e){return U(e)&&/^class\s/.test(Function.prototype.toString.call(e))}function Ks(e,t){e.extend=t.extend}var qs=Math.round(Math.random()*10);function Js(e){var t=[`__\0is_clz`,qs++].join(`_`);e.prototype[t]=!0,process.env.NODE_ENV!==`production`&&q(!e.isInstance,`The method "is" can not be defined.`),e.isInstance=function(e){return!!(e&&e[t])}}function Ys(e,t){for(var n=[],r=2;r<arguments.length;r++)n[r-2]=arguments[r];return this.superClass.prototype[t].apply(e,n)}function Xs(e,t,n){return this.superClass.prototype[t].apply(e,n)}function Zs(e){var t={};e.registerClass=function(e){var r=e.type||e.prototype.type;if(r){Hs(r),e.prototype.type=r;var i=Vs(r);if(!i.sub)process.env.NODE_ENV!==`production`&&t[i.main]&&console.warn(i.main+` exists.`),t[i.main]=e;else if(i.sub!==zs){var a=n(i);a[i.sub]=e}}return e},e.getClass=function(e,n,r){var i=t[e];if(i&&i[zs]&&(i=n?i[n]:null),r&&!i)throw Error(n?`Component `+e+`.`+(n||``)+` is used but not imported.`:e+`.type should be specified.`);return i},e.getClassesByMainType=function(e){var n=Vs(e),r=[],i=t[n.main];return i&&i[zs]?L(i,function(e,t){t!==zs&&r.push(e)}):r.push(i),r},e.hasClass=function(e){return!!t[Vs(e).main]},e.getAllClassMainTypes=function(){var e=[];return L(t,function(t,n){e.push(n)}),e},e.hasSubTypes=function(e){var n=t[Vs(e).main];return n&&n[zs]};function n(e){var n=t[e.main];return(!n||!n[zs])&&(n=t[e.main]={},n[zs]=!0),n}}function Qs(e,t){for(var n=0;n<e.length;n++)e[n][1]||(e[n][1]=e[n][0]);return t||=!1,function(n,r,i){for(var a={},o=0;o<e.length;o++){var s=e[o][1];if(!(r&&I(r,s)>=0||i&&I(i,s)<0)){var c=n.getShallow(s,t);c!=null&&(a[e[o][0]]=c)}}return a}}var $s=Qs([[`fill`,`color`],[`shadowBlur`],[`shadowOffsetX`],[`shadowOffsetY`],[`opacity`],[`shadowColor`]]),ec=function(){function e(){}return e.prototype.getAreaStyle=function(e,t){return $s(this,e,t)},e}(),tc=new cr(50);function nc(e){if(typeof e==`string`){var t=tc.get(e);return t&&t.image}return e}function rc(e,t,n,r,i){if(!e)return t;if(typeof e==`string`){if(t&&t.__zrImageSrc===e||!n)return t;var a=tc.get(e),o={hostEl:n,cb:r,cbPayload:i};return a?(t=a.image,!ac(t)&&a.pending.push(o)):(t=_.loadImage(e,ic,ic),t.__zrImageSrc=e,tc.put(e,t.__cachedImgObj={image:t,pending:[o]})),t}return e}function ic(){var e=this.__cachedImgObj;this.onload=this.onerror=this.__cachedImgObj=null;for(var t=0;t<e.pending.length;t++){var n=e.pending[t],r=n.cb;r&&r(this,n.cbPayload),n.hostEl.dirty()}e.pending.length=0}function ac(e){return e&&e.width&&e.height}var oc=/\{([a-zA-Z0-9_]+)\|([^}]*)\}/g;function sc(e,t,n,r,i,a){if(!n){e.text=``,e.isTruncated=!1;return}var o=(t+``).split(`
|
|
4
4
|
`);a=cc(n,r,i,a);for(var s=!1,c={},l=0,u=o.length;l<u;l++)lc(c,o[l],a),o[l]=c.textLine,s||=c.isTruncated;e.text=o.join(`
|
|
@@ -22,4 +22,4 @@ echarts.use([`+c+`]);`:`Unknown series `+s))}return}if(t===`tooltip`){if(f){proc
|
|
|
22
22
|
|
|
23
23
|
`:`<br/>`,m=l.join(p);this._showOrMove(a,function(){this._updateContentNotChangedOnAxis(e,s)?this._updatePosition(a,d,i[0],i[1],this._tooltipContent,s):this._showTooltipContent(a,m,s,Math.random()+``,i[0],i[1],d,null,u)})},t.prototype._showSeriesItemTooltip=function(e,t,n){var r=this._ecModel,i=yu(t),a=i.seriesIndex,o=r.getSeriesByIndex(a),s=i.dataModel||o,c=i.dataIndex,l=i.dataType,u=s.getData(l),d=this._renderMode,f=e.positionDefault,p=UA([u.getItemModel(c),s,o&&(o.coordinateSystem||{}).model],this._tooltipModel,f?{position:f}:null),m=p.get(`trigger`);if(m==null||m===`item`){var h=s.getDataParams(c,l),g=new hy;h.marker=g.makeTooltipMarker(`item`,Xh(h.color),d);var _=gv(s.formatTooltip(c,!1,l)),v=p.get(`order`),y=p.get(`valueFormatter`),b=_.frag,x=b?oy(y?P({valueFormatter:y},b):b,g,d,v,r.get(`useUTC`),p.get(`textStyle`)):_.text,S=`item_`+s.name+`_`+c;this._showOrMove(p,function(){this._showTooltipContent(p,x,h,S,e.offsetX,e.offsetY,e.position,e.target,g)}),n({type:`showTip`,dataIndexInside:c,dataIndex:u.getRawIndex(c),seriesIndex:a,from:this.uid})}},t.prototype._showComponentItemTooltip=function(e,t,n){var r=this._renderMode===`html`,i=yu(t),a=i.tooltipConfig.option||{},o=a.encodeHTMLContent;if(W(a)){var s=a;a={content:s,formatter:s},o=!0}o&&r&&a.content&&(a=M(a),a.content=ft(a.content));var c=[a],l=this._ecModel.getComponent(i.componentMainType,i.componentIndex);l&&c.push(l),c.push({formatter:a.content});var u=e.positionDefault,d=UA(c,this._tooltipModel,u?{position:u}:null),f=d.get(`content`),p=Math.random()+``,m=new hy;this._showOrMove(d,function(){var n=M(d.get(`formatterParams`)||{});this._showTooltipContent(d,f,n,p,e.offsetX,e.offsetY,e.position,t,m)}),n({type:`showTip`,from:this.uid})},t.prototype._showTooltipContent=function(e,t,n,r,i,a,o,s,c){if(this._ticket=``,!(!e.get(`showContent`)||!e.get(`show`))){var l=this._tooltipContent;l.setEnterable(e.get(`enterable`));var u=e.get(`formatter`);o||=e.get(`position`);var d=t,f=this._getNearestPoint([i,a],n,e.get(`trigger`),e.get(`borderColor`),e.get(`defaultBorderColor`,!0)).color;if(u){if(W(u)){var p=e.ecModel.get(`useUTC`),m=H(n)?n[0]:n,h=m&&m.axisType&&m.axisType.indexOf(`time`)>=0;d=u,h&&(d=wh(m.axisValue,d,p)),d=Jh(d,n,!0)}else if(U(u)){var g=V(function(t,r){t===this._ticket&&(l.setContent(r,c,e,f,o),this._updatePosition(e,o,i,a,l,n,s))},this);this._ticket=r,d=u(n,r,g)}else d=u}l.setContent(d,c,e,f,o),l.show(e,f),this._updatePosition(e,o,i,a,l,n,s)}},t.prototype._getNearestPoint=function(e,t,n,r,i){if(n===`axis`||H(t))return{color:r||i};if(!H(t))return{color:r||t.color||t.borderColor}},t.prototype._updatePosition=function(e,t,n,r,i,a,o){var s=this._api.getWidth(),c=this._api.getHeight();t||=e.get(`position`);var l=i.getSize(),u=e.get(`align`),d=e.get(`verticalAlign`),f=o&&o.getBoundingRect().clone();if(o&&f.applyTransform(o.transform),U(t)&&(t=t([n,r],a,i.el,f,{viewSize:[s,c],contentSize:l.slice()})),H(t))n=oo(t[0],s),r=oo(t[1],c);else if(G(t)){var p=t;p.width=l[0],p.height=l[1];var m=ug(p,{width:s,height:c});n=m.x,r=m.y,u=null,d=null}else if(W(t)&&o){var h=qA(t,f,l,e.get(`borderWidth`));n=h[0],r=h[1]}else{var h=GA(n,r,i,s,c,u?null:20,d?null:20);n=h[0],r=h[1]}if(u&&(n-=JA(u)?l[0]/2:u===`right`?l[0]:0),d&&(r-=JA(d)?l[1]/2:d===`bottom`?l[1]:0),bA(e)){var h=KA(n,r,i,s,c);n=h[0],r=h[1]}i.moveTo(n,r)},t.prototype._updateContentNotChangedOnAxis=function(e,t){var n=this._lastDataByCoordSys,r=this._cbParamsList,i=!!n&&n.length===e.length;return i&&L(n,function(n,a){var o=n.dataByAxis||[],s=(e[a]||{}).dataByAxis||[];i&&=o.length===s.length,i&&L(o,function(e,n){var a=s[n]||{},o=e.seriesDataIndices||[],c=a.seriesDataIndices||[];i=i&&e.value===a.value&&e.axisType===a.axisType&&e.axisId===a.axisId&&o.length===c.length,i&&L(o,function(e,t){var n=c[t];i=i&&e.seriesIndex===n.seriesIndex&&e.dataIndex===n.dataIndex}),r&&L(e.seriesDataIndices,function(e){var n=e.seriesIndex,a=t[n],o=r[n];a&&o&&o.data!==a.data&&(i=!1)})})}),this._lastDataByCoordSys=e,this._cbParamsList=t,!!i},t.prototype._hide=function(e){this._lastDataByCoordSys=null,this._cbParamsList=null,e({type:`hideTip`,from:this.uid})},t.prototype.dispose=function(e,t){l.node||!t.getDom()||(Wy(this,`_updatePosition`),this._tooltipContent.dispose(),Wk(`itemTooltip`,t),this._tooltipContent=null,this._tooltipModel=null,this._lastDataByCoordSys=null,this._cbParamsList=null)},t.type=`tooltip`,t}(ky);function UA(e,t,n){var r=t.ecModel,i;n?(i=new Lm(n,r,r),i=new Lm(t.option,i,r)):i=t;for(var a=e.length-1;a>=0;a--){var o=e[a];o&&(o instanceof Lm&&(o=o.get(`tooltip`,!0)),W(o)&&(o={formatter:o}),o&&(i=new Lm(o,i,r)))}return i}function WA(e,t){return e.dispatchAction||V(t.dispatchAction,t)}function GA(e,t,n,r,i,a,o){var s=n.getSize(),c=s[0],l=s[1];return a!=null&&(e+c+a+2>r?e-=c+a:e+=a),o!=null&&(t+l+o>i?t-=l+o:t+=o),[e,t]}function KA(e,t,n,r,i){var a=n.getSize(),o=a[0],s=a[1];return e=Math.min(e+o,r)-o,t=Math.min(t+s,i)-s,e=Math.max(e,0),t=Math.max(t,0),[e,t]}function qA(e,t,n,r){var i=n[0],a=n[1],o=Math.ceil(Math.SQRT2*r)+8,s=0,c=0,l=t.width,u=t.height;switch(e){case`inside`:s=t.x+l/2-i/2,c=t.y+u/2-a/2;break;case`top`:s=t.x+l/2-i/2,c=t.y-a-o;break;case`bottom`:s=t.x+l/2-i/2,c=t.y+u+o;break;case`left`:s=t.x-i-o,c=t.y+u/2-a/2;break;case`right`:s=t.x+l+o,c=t.y+u/2-a/2}return[s,c]}function JA(e){return e===`center`||e===`middle`}function YA(e,t,n){var r=ms(e).queryOptionMap,i=r.keys()[0];if(!(!i||i===`series`)){var a=gs(t,i,r.get(i),{useDefault:!1,enableAll:!1,enableNone:!1}).models[0];if(a){var o=n.getViewOfComponentModel(a),s;if(o.group.traverse(function(t){var n=yu(t).tooltipConfig;if(n&&n.name===e.name)return s=t,!0}),s)return{componentMainType:i,componentIndex:a.componentIndex,el:s}}}}function XA(e){AE(aA),e.registerComponentModel(yA),e.registerComponentView(HA),e.registerAction({type:`showTip`,event:`showTip`,update:`tooltip:manuallyShowTip`},Me),e.registerAction({type:`hideTip`,event:`hideTip`,update:`tooltip:manuallyHideTip`},Me)}function ZA(e,t){var n=e.mapDimensionsAll(`defaultedLabel`),r=n.length;if(r===1){var i=pv(e,t,n[0]);return i==null?null:i+``}if(r){for(var a=[],o=0;o<n.length;o++)a.push(pv(e,t,n[o]));return a.join(` `)}}function QA(e,t){var n=e.mapDimensionsAll(`defaultedLabel`);if(!H(t))return t+``;for(var r=[],i=0;i<n.length;i++){var a=e.getDimensionIndex(n[i]);a>=0&&r.push(t[a])}return r.join(` `)}function $A(e,t){return e.type===t}function ej(e,t,n,r,i){var a=e.getArea(),o=a.x,s=a.y,c=a.width,l=a.height,u=n.get([`lineStyle`,`width`])||0;o-=u/2,s-=u/2,c+=u,l+=u,c=Math.ceil(c),o!==Math.floor(o)&&(o=Math.floor(o),c++);var d=new eu({shape:{x:o,y:s,width:c,height:l}});if(t){var f=e.getBaseAxis(),p=f.isHorizontal(),m=f.inverse;p?(m&&(d.shape.x+=c),d.shape.width=0):(m||(d.shape.y+=l),d.shape.height=0);var h=U(i)?function(e){i(e,d)}:null;up(d,{shape:{width:c,height:l,x:o,y:s}},n,null,r,h)}return d}function tj(e,t,n){var r=e.getArea(),i=uo(r.r0,1),a=uo(r.r,1),o=new Df({shape:{cx:uo(e.cx,1),cy:uo(e.cy,1),r0:i,r:a,startAngle:r.startAngle,endAngle:r.endAngle,clockwise:r.clockwise}});return t&&(e.getBaseAxis().dim===`angle`?o.shape.endAngle=r.startAngle:o.shape.r=i,up(o,{shape:{endAngle:r.endAngle,r:a}},n)),o}function nj(e,t,n,r,i){return e?e.type===`polar`?tj(e,t,n):e.type===`cartesian2d`?ej(e,t,n,r,i):null:null}var rj={average:function(e){for(var t=0,n=0,r=0;r<e.length;r++)isNaN(e[r])||(t+=e[r],n++);return n===0?NaN:t/n},sum:function(e){for(var t=0,n=0;n<e.length;n++)t+=e[n]||0;return t},max:function(e){for(var t=-1/0,n=0;n<e.length;n++)e[n]>t&&(t=e[n]);return isFinite(t)?t:NaN},min:function(e){for(var t=1/0,n=0;n<e.length;n++)e[n]<t&&(t=e[n]);return isFinite(t)?t:NaN},nearest:function(e){return e[0]}},ij=function(e){return Math.round(e.length/2)};function aj(e){return{seriesType:e,reset:function(e,t,n){var r=e.getData(),i=e.get(`sampling`),a=e.coordinateSystem,o=r.count();if(o>10&&a.type===`cartesian2d`&&i){var s=a.getBaseAxis(),c=a.getOtherAxis(s),l=s.getExtent(),u=n.getDevicePixelRatio(),d=Math.abs(l[1]-l[0])*(u||1),f=Math.round(o/d);if(isFinite(f)&&f>1){i===`lttb`?e.setData(r.lttbDownSample(r.mapDimension(c.dim),1/f)):i===`minmax`&&e.setData(r.minmaxDownSample(r.mapDimension(c.dim),1/f));var p=void 0;W(i)?p=rj[i]:U(i)&&(p=i),p&&e.setData(r.downSample(r.mapDimension(c.dim),1/f,p,ij))}}}}}var oj=As(),sj=`__ec_stack_`;function cj(e){return e.get(`stack`)||sj+e.seriesIndex}function lj(e,t){var n=uj(e,t);return n.columnMap=dj(n),n}function uj(e,t){var n=hA(t,wD),r=[],i=eD(e,{fromStat:{key:n},min:1});return GT(e,n,function(e){r.push({barWidth:oo(e.get(`barWidth`),i.w),barMaxWidth:oo(e.get(`barMaxWidth`),i.w),barMinWidth:oo(e.get(`barMinWidth`)||(mj(e)?.5:1),i.w),barGap:e.get(`barGap`),barCategoryGap:e.get(`barCategoryGap`),defaultBarGap:e.get(`defaultBarGap`),stackId:cj(e)})}),{bandWidthResult:i,seriesInfo:r}}function dj(e){var t=e.bandWidthResult.w,n=t,r=0,i,a,o=[],s={};L(e.seriesInfo,function(e,t){t||(a=e.defaultBarGap||0);var c=e.stackId;je(s,c)||r++;var l=s[c];l||(l=s[c]={width:0,maxWidth:0},o.push(c));var u=e.barWidth;u&&!l.width&&(l.width=u,u=Ya(n,u),n-=u);var d=e.barMaxWidth;d&&(l.maxWidth=d);var f=e.barMinWidth;f&&(l.minWidth=f);var p=e.barGap;p!=null&&(a=p);var m=e.barCategoryGap;m!=null&&(i=m)}),i??=X(35-o.length*4,15)+`%`;var c=oo(i,t),l=oo(a,1),u=(n-c)/(r+(r-1)*l);u=X(u,0),L(o,function(e){var t=s[e],i=t.maxWidth,a=t.minWidth;if(t.width){var o=t.width;i&&(o=Ya(o,i)),a&&(o=X(o,a)),t.width=o,n-=o+l*o,r--}else{var o=u;i&&i<o&&(o=Ya(i,n)),a&&a>o&&(o=a),o!==u&&(t.width=o,n-=o+l*o,r--)}}),u=(n-c)/(r+(r-1)*l),u=X(u,0);var d=0,f;L(o,function(e){var t=s[e];t.width||=u,f=t,d+=t.width*(1+l)}),f&&(d-=f.width*l);var p={},m=-d/2;return L(o,function(e){var n=s[e];p[e]=p[e]||{bandWidth:t,offset:m,width:n.width},m+=n.width*(1+l)}),p}function fj(e){return{seriesType:e,overallReset:function(t){var n=hA(e,wD);qT(t,n,function(t){process.env.NODE_ENV!==`production`&&q(t instanceof zD);var r=lj(t,e);GT(t,n,function(e){var t=r.columnMap[cj(e)];e.getData().setLayout({bandWidth:t.bandWidth,offset:t.offset,size:t.width})})})}}}function pj(e){return{seriesType:e,plan:Ay(),reset:function(e){if(xO(e)){var t=e.getData(),n=e.coordinateSystem,r=n.getBaseAxis(),i=n.getOtherAxis(r),a=t.getDimensionIndex(t.mapDimension(i.dim)),o=t.getDimensionIndex(t.mapDimension(r.dim)),s=e.get(`showBackground`,!0),c=t.mapDimension(i.dim),l=t.getCalculationInfo(`stackResultDimension`),u=dw(t,c)&&!!t.getCalculationInfo(`stackedOnSeries`),d=i.isHorizontal(),f=i.toGlobalCoord(i.dataToCoord(vA(i))),p=mj(e),m=e.get(`barMinHeight`)||0,h=l&&t.getDimensionIndex(l),g=t.getLayout(`size`),_=t.getLayout(`offset`);return{progress:function(e,t){for(var r=e.count,i=p&&lA(r*3),c=p&&s&&lA(r*3),l=p&&lA(r),v=n.master.getRect(),y=d?v.width:v.height,b,x=t.getStore(),S=0;(b=e.next())!=null;){var C=x.get(u?h:a,b),w=x.get(o,b),T=f,E=void 0;u&&(E=+C-x.get(a,b));var D=void 0,O=void 0,k=void 0,A=void 0;if(d){var j=n.dataToPoint([C,w]);u&&(T=n.dataToPoint([E,w])[0]),D=T,O=j[1]+_,k=j[0]-T,A=g,Xa(k)<m&&(k=(k<0?-1:1)*m)}else{var j=n.dataToPoint([w,C]);u&&(T=n.dataToPoint([w,E])[1]),D=j[0]+_,O=T,k=g,A=j[1]-T,Xa(A)<m&&(A=(A<=0?-1:1)*m)}p?(i[S]=D,i[S+1]=O,i[S+2]=d?k:A,c&&(c[S]=d?v.x:D,c[S+1]=d?O:v.y,c[S+2]=y),l[b]=b):t.setItemLayout(b,{x:D,y:O,width:k,height:A}),S+=3}p&&t.setLayout({largePoints:i,largeDataIndices:l,largeBackgroundPoints:c,valueAxisHorizontal:d})}}}}}}function mj(e){return e.pipelineContext&&e.pipelineContext.large}function hj(e){return mA(hA(e,wD))}function gj(e){oj(e,function(){function t(t){var n=hA(t,wD);_A(e,n,t,wD),gE(n,hj(t))}t(`bar`),t(`pictorialBar`)})}var _j=function(e){s(t,e);function t(){var n=e!==null&&e.apply(this,arguments)||this;return n.type=t.type,n}return t.prototype.getInitialData=function(e,t){return hw(null,this,{useEncodeDefaulter:!0})},t.prototype.getMarkerPosition=function(e,t,n){var r=this.coordinateSystem;if(r&&r.clampData){var i=r.clampData(e),a=r.dataToPoint(i);if(n)L(r.getAxes(),function(e,n){if(e.type===`category`&&t!=null){var r=e.getTicksCoords(),o=e.getTickModel().get(`alignWithLabel`),s=i[n],c=t[n]===`x1`||t[n]===`y1`;if(c&&!o&&(s+=1),r.length<2)return;if(r.length===2){a[n]=e.toGlobalCoord(e.getExtent()[+!!c]);return}for(var l=void 0,u=void 0,d=1,f=0;f<r.length;f++){var p=r[f].coord,m=f===r.length-1?r[f-1].tickValue+d:r[f].tickValue;if(m===s){u=p;break}if(m<s)l=p;else if(l!=null&&m>s){u=(p+l)/2;break}f===1&&(d=m-r[0].tickValue)}u??(l?l&&(u=r[r.length-1].coord):u=r[0].coord),a[n]=e.toGlobalCoord(u)}});else{var o=this.getData(),s=o.getLayout(`offset`),c=o.getLayout(`size`),l=+!r.getBaseAxis().isHorizontal();a[l]+=s+c/2}return a}return[NaN,NaN]},t.prototype.__requireStartValue=function(e){return this.getBaseAxis()!==e},t.type=`series.__base_bar__`,t.defaultOption={z:2,coordinateSystem:`cartesian2d`,legendHoverLink:!0,barMinHeight:0,barMinAngle:0,large:!1,largeThreshold:400,progressive:3e3,progressiveChunkMode:`mod`,defaultBarGap:`10%`},t}(by);by.registerClass(_j);var vj=function(e){s(t,e);function t(){var n=e!==null&&e.apply(this,arguments)||this;return n.type=t.type,n}return t.prototype.getInitialData=function(){return hw(null,this,{useEncodeDefaulter:!0,createInvertedIndices:!!this.get(`realtimeSort`,!0)||null})},t.prototype.getProgressive=function(){return this.get(`large`)?this.get(`progressive`):!1},t.prototype.__preparePipelineContext=function(e,t){var n=Is(this,e,t);return n.progressiveRender&&(n.large=!0),n},t.prototype.brushSelector=function(e,t,n){return n.rect(t.getItemLayout(e))},t.type=`series.bar`,t.dependencies=[`grid`,`polar`],t.defaultOption=Hm(_j.defaultOption,{clip:!0,roundCap:!1,showBackground:!1,backgroundStyle:{color:`rgba(180, 180, 180, 0.2)`,borderColor:null,borderWidth:0,borderType:`solid`,borderRadius:0,shadowBlur:0,shadowColor:null,shadowOffsetX:0,shadowOffsetY:0,opacity:1},select:{itemStyle:{borderColor:Q.color.primary,borderWidth:2}},realtimeSort:!1}),t}(_j),yj=function(){function e(){this.cx=0,this.cy=0,this.r0=0,this.r=0,this.startAngle=0,this.endAngle=Math.PI*2,this.clockwise=!0}return e}(),bj=function(e){s(t,e);function t(t){var n=e.call(this,t)||this;return n.type=`sausage`,n}return t.prototype.getDefaultShape=function(){return new yj},t.prototype.buildPath=function(e,t){var n=t.cx,r=t.cy,i=Math.max(t.r0||0,0),a=Math.max(t.r,0),o=(a-i)*.5,s=i+o,c=t.startAngle,l=t.endAngle,u=t.clockwise,d=Math.PI*2,f=u?l-c<d:c-l<d;f||(c=l-(u?d:-d));var p=Math.cos(c),m=Math.sin(c),h=Math.cos(l),g=Math.sin(l);f?(e.moveTo(p*i+n,m*i+r),e.arc(p*s+n,m*s+r,o,-Math.PI+c,c,!u)):e.moveTo(p*a+n,m*a+r),e.arc(n,r,a,c,l,!u),e.arc(h*s+n,g*s+r,o,l-Math.PI*2,l-Math.PI,!u),i!==0&&e.arc(n,r,i,l,c,u)},t}(Bl);function xj(e,t){t||={};var n=t.isRoundCap;return function(t,r,i){var a=r.position;if(!a||a instanceof Array)return _a(t,r,i);var o=e(a),s=r.distance==null?5:r.distance,c=this.shape,l=c.cx,u=c.cy,d=c.r,f=c.r0,p=(d+f)/2,m=c.startAngle,h=c.endAngle,g=(m+h)/2,_=n?Math.abs(d-f)/2:0,v=Math.cos,y=Math.sin,b=l+d*v(m),x=u+d*y(m),S=`left`,C=`top`;switch(o){case`startArc`:b=l+(f-s)*v(g),x=u+(f-s)*y(g),S=`center`,C=`top`;break;case`insideStartArc`:b=l+(f+s)*v(g),x=u+(f+s)*y(g),S=`center`,C=`bottom`;break;case`startAngle`:b=l+p*v(m)+Cj(m,s+_,!1),x=u+p*y(m)+wj(m,s+_,!1),S=`right`,C=`middle`;break;case`insideStartAngle`:b=l+p*v(m)+Cj(m,-s+_,!1),x=u+p*y(m)+wj(m,-s+_,!1),S=`left`,C=`middle`;break;case`middle`:b=l+p*v(g),x=u+p*y(g),S=`center`,C=`middle`;break;case`endArc`:b=l+(d+s)*v(g),x=u+(d+s)*y(g),S=`center`,C=`bottom`;break;case`insideEndArc`:b=l+(d-s)*v(g),x=u+(d-s)*y(g),S=`center`,C=`top`;break;case`endAngle`:b=l+p*v(h)+Cj(h,s+_,!0),x=u+p*y(h)+wj(h,s+_,!0),S=`left`,C=`middle`;break;case`insideEndAngle`:b=l+p*v(h)+Cj(h,-s+_,!0),x=u+p*y(h)+wj(h,-s+_,!0),S=`right`,C=`middle`;break;default:return _a(t,r,i)}return t||={},t.x=b,t.y=x,t.align=S,t.verticalAlign=C,t}}function Sj(e,t,n,r){if(ue(r)){e.setTextConfig({rotation:r});return}if(H(t)){e.setTextConfig({rotation:0});return}var i=e.shape,a=i.clockwise?i.startAngle:i.endAngle,o=i.clockwise?i.endAngle:i.startAngle,s=(a+o)/2,c,l=n(t);switch(l){case`startArc`:case`insideStartArc`:case`middle`:case`insideEndArc`:case`endArc`:c=s;break;case`startAngle`:case`insideStartAngle`:c=a;break;case`endAngle`:case`insideEndAngle`:c=o;break;default:e.setTextConfig({rotation:0});return}var u=Math.PI*1.5-c;l===`middle`&&u>Math.PI/2&&u<Math.PI*1.5&&(u-=Math.PI),e.setTextConfig({rotation:u})}function Cj(e,t,n){return t*Math.sin(e)*(n?-1:1)}function wj(e,t,n){return t*Math.cos(e)*(n?1:-1)}function Tj(e,t,n){var r=e.get(`borderRadius`);if(r==null)return n?{cornerRadius:0}:null;H(r)||(r=[r,r,r,r]);var i=Math.abs(t.r||0-t.r0||0);return{cornerRadius:R(r,function(e){return ga(e,i)})}}var Ej=Math.max,Dj=Math.min,Oj=function(e){s(t,e);function t(){var t=e.call(this)||this;return t.type=`bar`,t._isFirstFrame=!0,t}return t.prototype.render=function(e,t,n,r){this._model=e,this._removeOnRenderedListener(n),this._updateDrawMode(e);var i=e.get(`coordinateSystem`);i===`cartesian2d`||i===`polar`?(this._progressiveEls=null,this._isLargeDraw?this._renderLarge(e,t,n):this._renderNormal(e,t,n,r)):process.env.NODE_ENV!==`production`&&Io(`Only cartesian2d and polar supported for bar.`)},t.prototype.incrementalPrepareRender=function(e){this._clear(),this._updateDrawMode(e),this._updateLargeClip(e)},t.prototype.incrementalRender=function(e,t){this._progressiveEls=[],this._incrementalRenderLarge(e,t)},t.prototype.eachRendered=function(e){Zp(this._progressiveEls||this.group,e)},t.prototype._updateDrawMode=function(e){var t=e.pipelineContext.large;(this._isLargeDraw==null||t!==this._isLargeDraw)&&(this._isLargeDraw=t,this._clear())},t.prototype._renderNormal=function(e,t,n,r){var i=this.group,a=e.getData(),o=this._data,s=e.coordinateSystem,c=s.getBaseAxis(),l;s.type===`cartesian2d`?l=c.isHorizontal():s.type===`polar`&&(l=c.dim===`angle`);var u=e.isAnimationEnabled()?e:null,d=jj(e,s);d&&this._enableRealtimeSort(d,a,n);var f=e.get(`clip`,!0)||d,p=s.getArea();i.removeClipPath();var m=e.get(`roundCap`,!0),h=e.get(`showBackground`,!0),g=e.getModel(`backgroundStyle`),_=g.get(`borderRadius`)||0,v=[],y=this._backgroundEls,b=r&&r.isInitSort,x=r&&r.type===`changeAxisOrder`;function S(e){var t=Lj[s.type](a,e);if(!t)return null;var n=Jj(s,l,t);return n.useStyle(g.getItemStyle()),s.type===`cartesian2d`?n.setShape(`r`,_):n.setShape(`cornerRadius`,_),v[e]=n,n}a.diff(o).add(function(t){var n=a.getItemModel(t),r=Lj[s.type](a,t,n);if(r&&(h&&S(t),!(!a.hasValue(t)||!Ij[s.type](r)))){var o=!1;f&&(o=kj[s.type](p,r));var g=Aj[s.type](e,a,t,r,l,u,c.model,!1,m);d&&(g.forceLabelAnimation=!0),Bj(g,a,t,n,r,e,l,s.type===`polar`),b?g.attr({shape:r}):d?Mj(d,u,g,r,t,l,!1,!1):up(g,{shape:r},e,t),a.setItemGraphicEl(t,g),i.add(g),g.ignore=o}}).update(function(t,n){var r=a.getItemModel(t),C=Lj[s.type](a,t,r);if(C){if(h){var w=void 0;y.length===0?w=S(n):(w=y[n],w.useStyle(g.getItemStyle()),s.type===`cartesian2d`?w.setShape(`r`,_):w.setShape(`cornerRadius`,_),v[t]=w);var T=Lj[s.type](a,t),E=qj(l,T,s);lp(w,{shape:E},u,t)}var D=o.getItemGraphicEl(n);if(!a.hasValue(t)||!Ij[s.type](C)){i.remove(D);return}var O=!1;if(f&&(O=kj[s.type](p,C),O&&i.remove(D)),D&&(D.type===`sector`&&m||D.type===`sausage`&&!m)&&(D&&mp(D,e,n),D=null),D?hp(D):D=Aj[s.type](e,a,t,C,l,u,c.model,!0,m),d&&(D.forceLabelAnimation=!0),x){var k=D.getTextContent();if(k){var A=wm(k);A.prevValue!=null&&(A.prevValue=A.value)}}else Bj(D,a,t,r,C,e,l,s.type===`polar`);b?D.attr({shape:C}):d?Mj(d,u,D,C,t,l,!0,x):lp(D,{shape:C},e,t,null),a.setItemGraphicEl(t,D),D.ignore=O,i.add(D)}}).remove(function(t){var n=o.getItemGraphicEl(t);n&&mp(n,e,t)}).execute();var C=this._backgroundGroup||=new Fa;C.removeAll();for(var w=0;w<v.length;++w)C.add(v[w]);i.add(C),this._backgroundEls=v,this._data=a},t.prototype._renderLarge=function(e,t,n){this._clear(),Wj(e,this.group),this._updateLargeClip(e)},t.prototype._incrementalRenderLarge=function(e,t){this._removeBackground(),Wj(t,this.group,this._progressiveEls,!0)},t.prototype._updateLargeClip=function(e){var t=e.get(`clip`,!0)&&nj(e.coordinateSystem,!1,e),n=this.group;t?n.setClipPath(t):n.removeClipPath()},t.prototype._enableRealtimeSort=function(e,t,n){var r=this;if(t.count()){var i=e.baseAxis;if(this._isFirstFrame)this._dispatchInitSort(t,e,n),this._isFirstFrame=!1;else{var a=function(e){var n=t.getItemGraphicEl(e),r=n&&n.shape;return r&&Math.abs(i.isHorizontal()?r.height:r.width)||0};this._onRendered=function(){r._updateSortWithinSameData(t,a,i,n)},n.getZr().on(`rendered`,this._onRendered)}}},t.prototype._dataSort=function(e,t,n){var r=[];return e.each(e.mapDimension(t.dim),function(e,t){var i=n(t);i??=NaN,r.push({dataIndex:t,mappedValue:i,ordinalNumber:e})}),r.sort(function(e,t){return t.mappedValue-e.mappedValue}),{ordinalNumbers:R(r,function(e){return e.ordinalNumber})}},t.prototype._isOrderChangedWithinSameData=function(e,t,n){for(var r=n.scale,i=e.mapDimension(n.dim),a=Number.MAX_VALUE,o=0,s=r.getOrdinalMeta().categories.length;o<s;++o){var c=e.rawIndexOf(i,r.getRawOrdinalNumber(o)),l=c<0?Number.MIN_VALUE:t(e.indexOfRawIndex(c));if(l>a)return!0;a=l}return!1},t.prototype._isOrderDifferentInView=function(e,t){for(var n=t.scale,r=n.getExtent(),i=Math.max(0,r[0]),a=Math.min(r[1],n.getOrdinalMeta().categories.length-1);i<=a;++i)if(e.ordinalNumbers[i]!==n.getRawOrdinalNumber(i))return!0},t.prototype._updateSortWithinSameData=function(e,t,n,r){if(this._isOrderChangedWithinSameData(e,t,n)){var i=this._dataSort(e,n,t);this._isOrderDifferentInView(i,n)&&(this._removeOnRenderedListener(r),r.dispatchAction({type:`changeAxisOrder`,componentType:n.dim+`Axis`,axisId:n.index,sortInfo:i}))}},t.prototype._dispatchInitSort=function(e,t,n){var r=t.baseAxis,i=this._dataSort(e,r,function(n){return e.get(e.mapDimension(t.otherAxis.dim),n)});n.dispatchAction({type:`changeAxisOrder`,componentType:r.dim+`Axis`,isInitSort:!0,axisId:r.index,sortInfo:i})},t.prototype.remove=function(e,t){this._clear(this._model),this._removeOnRenderedListener(t)},t.prototype.dispose=function(e,t){this._removeOnRenderedListener(t)},t.prototype._removeOnRenderedListener=function(e){this._onRendered&&=(e.getZr().off(`rendered`,this._onRendered),null)},t.prototype._clear=function(e){var t=this.group,n=this._data;e&&e.isAnimationEnabled()&&n&&!this._isLargeDraw?(this._removeBackground(),this._backgroundEls=[],n.eachItemGraphicEl(function(t){mp(t,e,yu(t).dataIndex)})):t.removeAll(),this._data=null,this._isFirstFrame=!0},t.prototype._removeBackground=function(){this.group.remove(this._backgroundGroup),this._backgroundGroup=null},t.type=`bar`,t}(Ny),kj={cartesian2d:function(e,t){var n=t.width<0?-1:1,r=t.height<0?-1:1;n<0&&(t.x+=t.width,t.width=-t.width),r<0&&(t.y+=t.height,t.height=-t.height);var i=e.x+e.width,a=e.y+e.height,o=Ej(t.x,e.x),s=Dj(t.x+t.width,i),c=Ej(t.y,e.y),l=Dj(t.y+t.height,a),u=s<o,d=l<c;return t.x=u&&o>i?s:o,t.y=d&&c>a?l:c,t.width=u?0:s-o,t.height=d?0:l-c,n<0&&(t.x+=t.width,t.width=-t.width),r<0&&(t.y+=t.height,t.height=-t.height),u||d},polar:function(e,t){var n=t.r0<=t.r?1:-1;if(n<0){var r=t.r;t.r=t.r0,t.r0=r}var i=Dj(t.r,e.r),a=Ej(t.r0,e.r0);t.r=i,t.r0=a;var o=i-a<0;if(n<0){var r=t.r;t.r=t.r0,t.r0=r}return o}},Aj={cartesian2d:function(e,t,n,r,i,a,o,s,c){var l=new eu({shape:P({},r),z2:1});if(l.__dataIndex=n,l.name=`item`,a){var u=l.shape,d=i?`height`:`width`;u[d]=0}return l},polar:function(e,t,n,r,i,a,o,s,c){var l=!i&&c?bj:Df,u=new l({shape:r,z2:1});if(u.name=`item`,u.calculateTextPosition=xj(zj(i),{isRoundCap:l===bj}),a){var d=u.shape,f=i?`r`:`endAngle`,p={};d[f]=i?r.r0:r.startAngle,p[f]=r[f],(s?lp:up)(u,{shape:p},a)}return u}};function jj(e,t){var n=e.get(`realtimeSort`,!0),r=t.getBaseAxis();if(process.env.NODE_ENV!==`production`&&n&&(r.type!==`category`&&Io("`realtimeSort` will not work because this bar series is not based on a category axis."),t.type!==`cartesian2d`&&Io("`realtimeSort` will not work because this bar series is not on cartesian2d.")),n&&r.type===`category`&&t.type===`cartesian2d`)return{baseAxis:r,otherAxis:t.getOtherAxis(r)}}function Mj(e,t,n,r,i,a,o,s){var c,l;a?(l={x:r.x,width:r.width},c={y:r.y,height:r.height}):(l={y:r.y,height:r.height},c={x:r.x,width:r.width}),s||(o?lp:up)(n,{shape:c},t,i,null);var u=t?e.baseAxis.model:null;(o?lp:up)(n,{shape:l},u,i)}function Nj(e,t){for(var n=0;n<t.length;n++)if(!isFinite(e[t[n]]))return!0;return!1}var Pj=[`x`,`y`,`width`,`height`],Fj=[`cx`,`cy`,`r`,`startAngle`,`endAngle`],Ij={cartesian2d:function(e){return!Nj(e,Pj)},polar:function(e){return!Nj(e,Fj)}},Lj={cartesian2d:function(e,t,n){var r=e.getItemLayout(t);if(!r)return null;var i=n?Vj(n,r):0,a=r.width>0?1:-1,o=r.height>0?1:-1;return{x:r.x+a*i/2,y:r.y+o*i/2,width:r.width-a*i,height:r.height-o*i}},polar:function(e,t,n){var r=e.getItemLayout(t);return{cx:r.cx,cy:r.cy,r0:r.r0,r:r.r,startAngle:r.startAngle,endAngle:r.endAngle,clockwise:r.clockwise}}};function Rj(e){return e.startAngle!=null&&e.endAngle!=null&&e.startAngle===e.endAngle}function zj(e){return function(e){var t=e?`Arc`:`Angle`;return function(e){switch(e){case`start`:case`insideStart`:case`end`:case`insideEnd`:return e+t;default:return e}}}(e)}function Bj(e,t,n,r,i,a,o,s){var c=t.getItemVisual(n,`style`);if(!s){var l=r.get([`itemStyle`,`borderRadius`])||0;e.setShape(`r`,l)}else if(!a.get(`roundCap`)){var u=e.shape;P(u,Tj(r.getModel(`itemStyle`),u,!0)),e.setShape(u)}e.useStyle(c);var d=r.getShallow(`cursor`);d&&e.attr(`cursor`,d);var f=s?o?i.r>=i.r0?`endArc`:`startArc`:i.endAngle>=i.startAngle?`endAngle`:`startAngle`:o?Yj(i,a.coordinateSystem):Xj(i,a.coordinateSystem),p=mm(r);pm(e,p,{labelFetcher:a,labelDataIndex:n,defaultText:ZA(a.getData(),n),inheritColor:c.fill,defaultOpacity:c.opacity,defaultOutsidePosition:f});var m=e.getTextContent();if(s&&m){var h=r.get([`label`,`position`]);e.textConfig.inside=h===`middle`||null,Sj(e,h===`outside`?f:h,zj(o),r.get([`label`,`rotate`]))}Tm(m,p,a.getRawValue(n),function(e){return QA(t,e)});var g=r.getModel([`emphasis`]);Dd(e,g.get(`focus`),g.get(`blurScope`),g.get(`disabled`)),jd(e,r),Rj(i)&&(e.style.fill=`none`,e.style.stroke=`none`,L(e.states,function(e){e.style&&(e.style.fill=e.style.stroke=`none`)}))}function Vj(e,t){var n=e.get([`itemStyle`,`borderColor`]);if(!n||n===`none`)return 0;var r=e.get([`itemStyle`,`borderWidth`])||0,i=isNaN(t.width)?Number.MAX_VALUE:Math.abs(t.width),a=isNaN(t.height)?Number.MAX_VALUE:Math.abs(t.height);return Math.min(r,i,a)}var Hj=function(){function e(){}return e}(),Uj=function(e){s(t,e);function t(t){var n=e.call(this,t)||this;return n.type=`largeBar`,n}return t.prototype.getDefaultShape=function(){return new Hj},t.prototype.buildPath=function(e,t){for(var n=t.points,r=this.baseDimIdx,i=1-this.baseDimIdx,a=[],o=[],s=this.barWidth,c=0;c<n.length;c+=3)o[r]=s,o[i]=n[c+2],a[r]=n[c+r],a[i]=n[c+i],e.rect(a[0],a[1],o[0],o[1])},t}(Bl);function Wj(e,t,n,r){var i=e.getData(),a=+!!i.getLayout(`valueAxisHorizontal`),o=i.getLayout(`largeDataIndices`),s=i.getLayout(`size`),c=e.getModel(`backgroundStyle`),l=i.getLayout(`largeBackgroundPoints`),u=r?Fs(e):0;if(l){var d=new Uj({shape:{points:l},incremental:u,silent:!0,z2:0});d.baseDimIdx=a,d.largeDataIndices=o,d.barWidth=s,d.useStyle(c.getItemStyle()),t.add(d),n&&n.push(d)}var f=new Uj({shape:{points:i.getLayout(`largePoints`)},incremental:u,ignoreCoarsePointer:!0,z2:1});f.baseDimIdx=a,f.largeDataIndices=o,f.barWidth=s,t.add(f),f.useStyle(i.getVisual(`style`)),f.style.stroke=null,yu(f).seriesIndex=e.seriesIndex,e.get(`silent`)||(f.on(`mousedown`,Gj),f.on(`mousemove`,Gj)),n&&n.push(f)}var Gj=Hy(function(e){var t=this,n=Kj(t,e.offsetX,e.offsetY);yu(t).dataIndex=n>=0?n:null},30,!1);function Kj(e,t,n){for(var r=e.baseDimIdx,i=1-r,a=e.shape.points,o=e.largeDataIndices,s=[],c=[],l=e.barWidth,u=0,d=a.length/3;u<d;u++){var f=u*3;if(c[r]=l,c[i]=a[f+2],s[r]=a[f+r],s[i]=a[f+i],c[i]<0&&(s[i]+=c[i],c[i]=-c[i]),t>=s[0]&&t<=s[0]+c[0]&&n>=s[1]&&n<=s[1]+c[1])return o[u]}return-1}function qj(e,t,n){if($A(n,`cartesian2d`)){var r=t,i=n.getArea();return{x:e?r.x:i.x,y:e?i.y:r.y,width:e?r.width:i.width,height:e?i.height:r.height}}var i=n.getArea(),a=t;return{cx:i.cx,cy:i.cy,r0:e?i.r0:a.r0,r:e?i.r:a.r,startAngle:e?a.startAngle:0,endAngle:e?a.endAngle:Math.PI*2}}function Jj(e,t,n){return new(e.type===`polar`?Df:eu)({shape:qj(t,n,e),silent:!0,z2:0})}function Yj(e,t){return e.height===0?t.getOtherAxis(t.getBaseAxis()).inverse?`bottom`:`top`:e.height>0?`bottom`:`top`}function Xj(e,t){return e.width===0?t.getOtherAxis(t.getBaseAxis()).inverse?`left`:`right`:e.width>=0?`right`:`left`}function Zj(e){e.registerChartView(Oj),e.registerSeriesModel(vj),e.registerLayout(e.PRIORITY.VISUAL.LAYOUT,fj(`bar`)),e.registerLayout(e.PRIORITY.VISUAL.PROGRESSIVE_LAYOUT,pj(`bar`)),e.registerProcessor(e.PRIORITY.PROCESSOR.STATISTIC,aj(`bar`)),e.registerAction({type:`changeAxisOrder`,event:`changeAxisOrder`,update:`update`},function(e,t){var n=e.componentType||`series`;t.eachComponent({mainType:n,query:e},function(t){e.sortInfo&&t.axis.setCategorySortInfo(e.sortInfo)})}),gj(e)}var Qj=Math.sin,$j=Math.cos,eM=Math.PI,tM=Math.PI*2,nM=180/eM,rM=function(){function e(){}return e.prototype.reset=function(e){this._start=!0,this._d=[],this._str=``,this._p=10**(e||4)},e.prototype.moveTo=function(e,t){this._add(`M`,e,t)},e.prototype.lineTo=function(e,t){this._add(`L`,e,t)},e.prototype.bezierCurveTo=function(e,t,n,r,i,a){this._add(`C`,e,t,n,r,i,a)},e.prototype.quadraticCurveTo=function(e,t,n,r){this._add(`Q`,e,t,n,r)},e.prototype.arc=function(e,t,n,r,i,a){this.ellipse(e,t,n,n,0,r,i,a)},e.prototype.ellipse=function(e,t,n,r,i,a,o,s){var c=o-a,l=!s,u=Math.abs(c),d=Nr(u-tM)||(l?c>=tM:-c>=tM),f=c>0?c%tM:c%tM+tM,p=!1;p=d?!0:!Nr(u)&&f>=eM==!!l;var m=e+n*$j(a),h=t+r*Qj(a);this._start&&this._add(`M`,m,h);var g=Math.round(i*nM);if(d){var _=1/this._p,v=(l?1:-1)*(tM-_);this._add(`A`,n,r,g,1,+l,e+n*$j(a+v),t+r*Qj(a+v)),_>.01&&this._add(`A`,n,r,g,0,+l,m,h)}else{var y=e+n*$j(o),b=t+r*Qj(o);this._add(`A`,n,r,g,+p,+l,y,b)}},e.prototype.rect=function(e,t,n,r){this._add(`M`,e,t),this._add(`l`,n,0),this._add(`l`,0,r),this._add(`l`,-n,0),this._add(`Z`)},e.prototype.closePath=function(){this._d.length>0&&this._add(`Z`)},e.prototype._add=function(e,t,n,r,i,a,o,s,c){for(var l=[],u=this._p,d=1;d<arguments.length;d++){var f=arguments[d];if(isNaN(f)){this._invalid=!0;return}l.push(Math.round(f*u)/u)}this._d.push(e+l.join(` `)),this._start=e===`Z`},e.prototype.generateStr=function(){this._str=this._invalid?``:this._d.join(``),this._d=[]},e.prototype.getStr=function(){return this._str},e}(),iM=`none`,aM=Math.round;function oM(e){var t=e.fill;return t!=null&&t!==iM}function sM(e){var t=e.stroke;return t!=null&&t!==iM}var cM=[`lineCap`,`miterLimit`,`lineJoin`],lM=R(cM,function(e){return`stroke-`+e.toLowerCase()});function uM(e,t,n,r){var i=t.opacity==null?1:t.opacity;if(n instanceof Kl){e(`opacity`,i);return}if(oM(t)){var a=jr(t.fill);e(`fill`,a.color);var o=t.fillOpacity==null?a.opacity*i:t.fillOpacity*a.opacity*i;(r||o<1)&&e(`fill-opacity`,o)}else e(`fill`,iM);if(sM(t)){var s=jr(t.stroke);e(`stroke`,s.color);var c=t.strokeNoScale?n.getLineScale():1,l=c?(t.lineWidth||0)/c:0,u=t.strokeOpacity==null?s.opacity*i:t.strokeOpacity*s.opacity*i,d=t.strokeFirst;if((r||l!==1)&&e(`stroke-width`,l),(r||d)&&e(`paint-order`,d?`stroke`:`fill`),(r||u<1)&&e(`stroke-opacity`,u),t.lineDash){var f=sx(n),p=f[0],m=f[1];p&&(m=aM(m||0),e(`stroke-dasharray`,p.join(`,`)),(m||r)&&e(`stroke-dashoffset`,m))}else r&&e(`stroke-dasharray`,iM);for(var h=0;h<cM.length;h++){var g=cM[h];if(r||t[g]!==Ll[g]){var _=t[g]||Ll[g];_&&e(lM[h],_)}}}else r&&e(`stroke`,iM)}var dM=`http://www.w3.org/2000/svg`,fM=`http://www.w3.org/1999/xlink`,pM=`http://www.w3.org/2000/xmlns/`,mM=`http://www.w3.org/XML/1998/namespace`,hM=`ecmeta_`;function gM(e){return document.createElementNS(dM,e)}function _M(e,t,n,r,i){return{tag:e,attrs:n||{},children:r,text:i,key:t}}function vM(e,t){var n=[];if(t)for(var r in t){var i=t[r],a=r;i!==!1&&(i!==!0&&i!=null&&(a+=`="`+i+`"`),n.push(a))}return`<`+e+` `+n.join(` `)+`>`}function yM(e){return`</`+e+`>`}function bM(e,t){t||={};var n=t.newline?`
|
|
24
24
|
`:``;function r(e){var t=e.children,i=e.tag,a=e.attrs,o=e.text;return vM(i,a)+(i===`style`?o||``:ft(o))+(t?``+n+R(t,function(e){return r(e)}).join(n)+n:``)+yM(i)}return r(e)}function xM(e,t,n){n||={};var r=n.newline?`
|
|
25
|
-
`:``,i=` {`+r,a=r+`}`,o=R(B(e),function(t){return t+i+R(B(e[t]),function(n){return n+`:`+e[t][n]+`;`}).join(r)+a}).join(r),s=R(B(t),function(e){return`@keyframes `+e+i+R(B(t[e]),function(n){return n+i+R(B(t[e][n]),function(r){var i=t[e][n][r];return r===`d`&&(i=`path("`+i+`")`),r+`:`+i+`;`}).join(r)+a}).join(r)+a}).join(r);return!o&&!s?``:[`<![CDATA[`,o,s,`]]>`].join(r)}function SM(e){return{zrId:e,shadowCache:{},patternCache:{},gradientCache:{},clipPathCache:{},defs:{},cssNodes:{},cssAnims:{},cssStyleCache:{},cssAnimIdx:0,shadowIdx:0,gradientIdx:0,patternIdx:0,clipPathIdx:0}}function CM(e,t,n,r){return _M(`svg`,`root`,{width:e,height:t,xmlns:dM,"xmlns:xlink":fM,version:`1.1`,baseProfile:`full`,viewBox:r?`0 0 `+e+` `+t:!1},n)}var wM=0;function TM(){return wM++}var EM={cubicIn:`0.32,0,0.67,0`,cubicOut:`0.33,1,0.68,1`,cubicInOut:`0.65,0,0.35,1`,quadraticIn:`0.11,0,0.5,0`,quadraticOut:`0.5,1,0.89,1`,quadraticInOut:`0.45,0,0.55,1`,quarticIn:`0.5,0,0.75,0`,quarticOut:`0.25,1,0.5,1`,quarticInOut:`0.76,0,0.24,1`,quinticIn:`0.64,0,0.78,0`,quinticOut:`0.22,1,0.36,1`,quinticInOut:`0.83,0,0.17,1`,sinusoidalIn:`0.12,0,0.39,0`,sinusoidalOut:`0.61,1,0.88,1`,sinusoidalInOut:`0.37,0,0.63,1`,exponentialIn:`0.7,0,0.84,0`,exponentialOut:`0.16,1,0.3,1`,exponentialInOut:`0.87,0,0.13,1`,circularIn:`0.55,0,1,0.45`,circularOut:`0,0.55,0.45,1`,circularInOut:`0.85,0,0.15,1`},DM=`transform-origin`;function OM(e,t,n){var r=P({},e.shape);P(r,t),e.buildPath(n,r);var i=new rM;return i.reset(Jr(e)),n.rebuildPath(i,1),i.generateStr(),i.getStr()}function kM(e,t){var n=t.originX,r=t.originY;(n||r)&&(e[DM]=n+`px `+r+`px`)}var AM={fill:`fill`,opacity:`opacity`,lineWidth:`stroke-width`,lineDashOffset:`stroke-dashoffset`};function jM(e,t){var n=t.zrId+`-ani-`+t.cssAnimIdx++;return t.cssAnims[n]=e,n}function MM(e,t,n){var r=e.shape.paths,i={},a,o;if(L(r,function(e){var t=SM(n.zrId);t.animation=!0,PM(e,{},t,!0);var r=t.cssAnims,s=t.cssNodes,c=B(r),l=c.length;if(l){o=c[l-1];var u=r[o];for(var d in u){var f=u[d];i[d]=i[d]||{d:``},i[d].d+=f.d||``}for(var p in s){var m=s[p].animation;m.indexOf(o)>=0&&(a=m)}}}),a){t.d=!1;var s=jM(i,n);return a.replace(o,s)}}function NM(e){return W(e)?EM[e]?`cubic-bezier(`+EM[e]+`)`:ir(e)?e:``:``}function PM(e,t,n,r){var i=e.animators,a=i.length,o=[];if(e instanceof Gf){var s=MM(e,t,n);if(s)o.push(s);else if(!a)return}else if(!a)return;for(var c={},l=0;l<a;l++){var u=i[l],d=[u.getMaxTime()/1e3+`s`],f=NM(u.getClip().easing),p=u.getDelay();f?d.push(f):d.push(`linear`),p&&d.push(p/1e3+`s`),u.getLoop()&&d.push(`infinite`);var m=d.join(` `);c[m]=c[m]||[m,[]],c[m][1].push(u)}function h(i){var a=i[1],o=a.length,s={},c={},l={},u=`animation-timing-function`;function d(e,t,n){for(var r=e.getTracks(),i=e.getMaxTime(),a=0;a<r.length;a++){var o=r[a];if(o.needsAnimate()){var s=o.keyframes,c=o.propName;if(n&&(c=n(c)),c)for(var l=0;l<s.length;l++){var d=s[l],f=Math.round(d.time/i*100)+`%`,p=NM(d.easing),m=d.rawValue;(W(m)||ue(m))&&(t[f]=t[f]||{},t[f][c]=d.rawValue,p&&(t[f][u]=p))}}}}for(var f=0;f<o;f++){var p=a[f],m=p.targetName;m?m===`shape`&&d(p,c):!r&&d(p,s)}for(var h in s){var g={};ra(g,e),P(g,s[h]);var _=Yr(g),v=s[h][u];l[h]=_?{transform:_}:{},kM(l[h],g),v&&(l[h][u]=v)}var y,b=!0;for(var h in c){l[h]=l[h]||{};var x=!y,v=c[h][u];x&&(y=new hl);var S=y.len();y.reset(),l[h].d=OM(e,c[h],y);var C=y.len();if(!x&&S!==C){b=!1;break}v&&(l[h][u]=v)}if(!b)for(var h in l)delete l[h].d;if(!r)for(var f=0;f<o;f++){var p=a[f],m=p.targetName;m===`style`&&d(p,l,function(e){return AM[e]})}for(var w=B(l),T=!0,E,f=1;f<w.length;f++){var D=w[f-1],O=w[f];if(l[D][DM]!==l[O][DM]){T=!1;break}E=l[D][DM]}if(T&&E){for(var h in l)l[h][DM]&&delete l[h][DM];t[DM]=E}if(oe(w,function(e){return B(l[e]).length>0}).length)return jM(l,n)+` `+i[0]+` both`}for(var g in c){var s=h(c[g]);s&&o.push(s)}if(o.length){var _=n.zrId+`-cls-`+TM();n.cssNodes[`.`+_]={animation:o.join(`,`)},t.class=_}}function FM(e,t,n){if(!e.ignore){if(e.isSilent()){var r={"pointer-events":`none`};IM(r,t,n,!0)}else{var i=e.states.emphasis&&e.states.emphasis.style?e.states.emphasis.style:{},a=i.fill;if(!a){var o=e.style&&e.style.fill,s=e.states.select&&e.states.select.style&&e.states.select.style.fill,c=e.currentStates.indexOf(`select`)>=0&&s||o;c&&(a=kr(c))}var l=i.lineWidth;if(l){var u=!i.strokeNoScale&&e.transform?e.transform[0]:1;l/=u}var r={cursor:`pointer`};a&&(r.fill=a),i.stroke&&(r.stroke=i.stroke),l&&(r[`stroke-width`]=l),IM(r,t,n,!0)}}}function IM(e,t,n,r){var i=JSON.stringify(e),a=n.cssStyleCache[i];a||(a=n.zrId+`-cls-`+TM(),n.cssStyleCache[i]=a,n.cssNodes[`.`+a+(r?`:hover`:``)]=e),t.class=t.class?t.class+` `+a:a}var LM=Math.round;function RM(e){return e&&W(e.src)}function zM(e){return e&&U(e.toDataURL)}function BM(e,t,n,r){uM(function(i,a){var o=i===`fill`||i===`stroke`;o&&Kr(a)?tN(t,e,i,r):o&&Ur(a)?nN(n,e,i,r):e[i]=a,o&&r.ssr&&a===`none`&&(e[`pointer-events`]=`visible`)},t,n,!1),eN(n,e,r)}function VM(e,t){var n=Wa(t);n&&(n.each(function(t,n){t!=null&&(e[(`ecmeta_`+n).toLowerCase()]=t+``)}),t.isSilent()&&(e[hM+`silent`]=`true`))}function HM(e){return Nr(e[0]-1)&&Nr(e[1])&&Nr(e[2])&&Nr(e[3]-1)}function UM(e){return Nr(e[4])&&Nr(e[5])}function WM(e,t,n){if(t&&!(UM(t)&&HM(t))){var r=n?10:1e4;e.transform=HM(t)?`translate(`+LM(t[4]*r)/r+` `+LM(t[5]*r)/r+`)`:Ir(t)}}function GM(e,t,n){for(var r=e.points,i=[],a=0;a<r.length;a++)i.push(LM(r[a][0]*n)/n),i.push(LM(r[a][1]*n)/n);t.points=i.join(` `)}function KM(e){return!e.smooth}function qM(e){var t=R(e,function(e){return typeof e==`string`?[e,e]:e});return function(e,n,r){for(var i=0;i<t.length;i++){var a=t[i],o=e[a[0]];o!=null&&(n[a[1]]=LM(o*r)/r)}}}var JM={circle:[qM([`cx`,`cy`,`r`])],polyline:[GM,KM],polygon:[GM,KM]};function YM(e){for(var t=e.animators,n=0;n<t.length;n++)if(t[n].targetName===`shape`)return!0;return!1}function XM(e,t){var n=e.style,r=e.shape,i=JM[e.type],a={},o=t.animation,s=`path`,c=e.style.strokePercent,l=t.compress&&Jr(e)||4;if(i&&!t.willUpdate&&!(i[1]&&!i[1](r))&&!(o&&YM(e))&&!(c<1)){s=e.type;var u=10**l;i[0](r,a,u)}else{var d=!e.path||e.shapeChanged();e.path||e.createPathProxy();var f=e.path;d&&(f.beginPath(),e.buildPath(f,e.shape),e.pathUpdated());var p=f.getVersion(),m=e,h=m.__svgPathBuilder;(m.__svgPathVersion!==p||!h||c!==m.__svgPathStrokePercent)&&(h||=m.__svgPathBuilder=new rM,h.reset(l),f.rebuildPath(h,c),h.generateStr(),m.__svgPathVersion=p,m.__svgPathStrokePercent=c),a.d=h.getStr()}return WM(a,e.transform),BM(a,n,e,t),VM(a,e),t.animation&&PM(e,a,t),t.emphasis&&FM(e,a,t),_M(s,e.id+``,a)}function ZM(e,t){var n=e.style,r=n.image;if(r&&!W(r)&&(RM(r)?r=r.src:zM(r)&&(r=r.toDataURL())),r){var i=n.x||0,a=n.y||0,o=n.width,s=n.height,c={href:r,width:o,height:s};return i&&(c.x=i),a&&(c.y=a),WM(c,e.transform),BM(c,n,e,t),VM(c,e),t.animation&&PM(e,c,t),_M(`image`,e.id+``,c)}}function QM(e,t){var n=e.style,r=n.text;if(r!=null&&(r+=``),!(!r||isNaN(n.x)||isNaN(n.y))){var i=n.font||`12px sans-serif`,a=n.x||0,o=Rr(n.y||0,ha(i),n.textBaseline),s={"dominant-baseline":`central`,"text-anchor":Lr[n.textAlign]||n.textAlign};if(du(n)){var c=``,l=n.fontStyle,u=lu(n.fontSize);if(!parseFloat(u))return;var d=n.fontFamily||`sans-serif`,f=n.fontWeight;c+=`font-size:`+u+`;font-family:`+d+`;`,l&&l!==`normal`&&(c+=`font-style:`+l+`;`),f&&f!==`normal`&&(c+=`font-weight:`+f+`;`),s.style=c}else s.style=`font: `+i;return r.match(/\s/)&&(s[`xml:space`]=`preserve`),a&&(s.x=a),o&&(s.y=o),WM(s,e.transform),BM(s,n,e,t),VM(s,e),t.animation&&PM(e,s,t),_M(`text`,e.id+``,s,void 0,r)}}function $M(e,t){if(e instanceof Bl)return XM(e,t);if(e instanceof Kl)return ZM(e,t);if(e instanceof Hl)return QM(e,t)}function eN(e,t,n){var r=e.style;if(zr(r)){var i=Br(e),a=n.shadowCache,o=a[i];if(!o){var s=e.getGlobalScale(),c=s[0],l=s[1];if(!c||!l)return;var u=r.shadowOffsetX||0,d=r.shadowOffsetY||0,f=r.shadowBlur,p=jr(r.shadowColor),m=p.opacity,h=p.color,g=f/2/c,_=f/2/l,v=g+` `+_;o=n.zrId+`-s`+n.shadowIdx++,n.defs[o]=_M(`filter`,o,{id:o,x:`-100%`,y:`-100%`,width:`300%`,height:`300%`},[_M(`feDropShadow`,``,{dx:u/c,dy:d/l,stdDeviation:v,"flood-color":h,"flood-opacity":m})]),a[i]=o}t.filter=qr(o)}}function tN(e,t,n,r){var i=e[n],a,o={gradientUnits:i.global?`userSpaceOnUse`:`objectBoundingBox`};if(Wr(i))a=`linearGradient`,o.x1=i.x,o.y1=i.y,o.x2=i.x2,o.y2=i.y2;else if(Gr(i))a=`radialGradient`,o.cx=K(i.x,.5),o.cy=K(i.y,.5),o.r=K(i.r,.5);else{process.env.NODE_ENV!==`production`&&ee(`Illegal gradient type.`);return}for(var s=i.colorStops,c=[],l=0,u=s.length;l<u;++l){var d=Fr(s[l].offset)*100+`%`,f=s[l].color,p=jr(f),m=p.color,h=p.opacity,g={offset:d};g[`stop-color`]=m,h<1&&(g[`stop-opacity`]=h),c.push(_M(`stop`,l+``,g))}var _=bM(_M(a,``,o,c)),v=r.gradientCache,y=v[_];y||(y=r.zrId+`-g`+r.gradientIdx++,v[_]=y,o.id=y,r.defs[y]=_M(a,y,o,c)),t[n]=qr(y)}function nN(e,t,n,r){var i=e.style[n],a=e.getBoundingRect(),o={},s=i.repeat,c=s===`no-repeat`,l=s===`repeat-x`,u=s===`repeat-y`,d;if(Vr(i)){var f=i.imageWidth,p=i.imageHeight,m=void 0,h=i.image;if(W(h)?m=h:RM(h)?m=h.src:zM(h)&&(m=h.toDataURL()),typeof Image>`u`){var g=`Image width/height must been given explictly in svg-ssr renderer.`;q(f,g),q(p,g)}else if(f==null||p==null){var _=function(e,t){if(e){var n=e.elm,r=f||t.width,i=p||t.height;e.tag===`pattern`&&(l?(i=1,r/=a.width):u&&(r=1,i/=a.height)),e.attrs.width=r,e.attrs.height=i,n&&(n.setAttribute(`width`,r),n.setAttribute(`height`,i))}},v=rc(m,null,e,function(e){c||_(S,e),_(d,e)});v&&v.width&&v.height&&(f||=v.width,p||=v.height)}d=_M(`image`,`img`,{href:m,width:f,height:p}),o.width=f,o.height=p}else i.svgElement&&(d=M(i.svgElement),o.width=i.svgWidth,o.height=i.svgHeight);if(d){var y,b;c?y=b=1:l?(b=1,y=o.width/a.width):u?(y=1,b=o.height/a.height):o.patternUnits=`userSpaceOnUse`,y!=null&&!isNaN(y)&&(o.width=y),b!=null&&!isNaN(b)&&(o.height=b);var x=Yr(i);x&&(o.patternTransform=x);var S=_M(`pattern`,``,o,[d]),C=bM(S),w=r.patternCache,T=w[C];T||(T=r.zrId+`-p`+r.patternIdx++,w[C]=T,o.id=T,S=r.defs[T]=_M(`pattern`,T,o,[d])),t[n]=qr(T)}}function rN(e,t,n){var r=n.clipPathCache,i=n.defs,a=r[e.id];if(!a){a=n.zrId+`-c`+n.clipPathIdx++;var o={id:a};r[e.id]=a,i[a]=_M(`clipPath`,a,o,[XM(e,n)])}t[`clip-path`]=qr(a)}function iN(e){return document.createTextNode(e)}function aN(e,t,n){e.insertBefore(t,n)}function oN(e,t){e.removeChild(t)}function sN(e,t){e.appendChild(t)}function cN(e){return e.parentNode}function lN(e){return e.nextSibling}function uN(e,t){e.textContent=t}var dN=58,fN=120,pN=_M(``,``);function mN(e){return e===void 0}function hN(e){return e!==void 0}function gN(e,t,n){for(var r={},i=t;i<=n;++i){var a=e[i].key;a!==void 0&&(process.env.NODE_ENV!==`production`&&r[a]!=null&&console.error(`Duplicate key `+a),r[a]=i)}return r}function _N(e,t){var n=e.key===t.key;return e.tag===t.tag&&n}function vN(e){var t,n=e.children,r=e.tag;if(hN(r)){var i=e.elm=gM(r);if(xN(pN,e),H(n))for(t=0;t<n.length;++t){var a=n[t];a!=null&&sN(i,vN(a))}else hN(e.text)&&!G(e.text)&&sN(i,iN(e.text))}else e.elm=iN(e.text);return e.elm}function yN(e,t,n,r,i){for(;r<=i;++r){var a=n[r];a!=null&&aN(e,vN(a),t)}}function bN(e,t,n,r){for(;n<=r;++n){var i=t[n];i!=null&&(hN(i.tag)?oN(cN(i.elm),i.elm):oN(e,i.elm))}}function xN(e,t){var n,r=t.elm,i=e&&e.attrs||{},a=t.attrs||{};if(i!==a){for(n in a){var o=a[n];i[n]!==o&&(o===!0?r.setAttribute(n,``):o===!1?r.removeAttribute(n):n===`style`?r.style.cssText=o:n.charCodeAt(0)===fN?n===`xmlns:xlink`||n===`xmlns`?r.setAttributeNS(pM,n,o):n.charCodeAt(3)===dN?r.setAttributeNS(mM,n,o):n.charCodeAt(5)===dN?r.setAttributeNS(fM,n,o):r.setAttribute(n,o):r.setAttribute(n,o))}for(n in i)n in a||r.removeAttribute(n)}}function SN(e,t,n){for(var r=0,i=0,a=t.length-1,o=t[0],s=t[a],c=n.length-1,l=n[0],u=n[c],d,f,p,m;r<=a&&i<=c;)o==null?o=t[++r]:s==null?s=t[--a]:l==null?l=n[++i]:u==null?u=n[--c]:_N(o,l)?(CN(o,l),o=t[++r],l=n[++i]):_N(s,u)?(CN(s,u),s=t[--a],u=n[--c]):_N(o,u)?(CN(o,u),aN(e,o.elm,lN(s.elm)),o=t[++r],u=n[--c]):_N(s,l)?(CN(s,l),aN(e,s.elm,o.elm),s=t[--a],l=n[++i]):(mN(d)&&(d=gN(t,r,a)),f=d[l.key],mN(f)?aN(e,vN(l),o.elm):(p=t[f],p.tag===l.tag?(CN(p,l),t[f]=void 0,aN(e,p.elm,o.elm)):aN(e,vN(l),o.elm)),l=n[++i]);(r<=a||i<=c)&&(r>a?(m=n[c+1]==null?null:n[c+1].elm,yN(e,m,n,i,c)):bN(e,t,r,a))}function CN(e,t){var n=t.elm=e.elm,r=e.children,i=t.children;e!==t&&(xN(e,t),mN(t.text)?hN(r)&&hN(i)?r!==i&&SN(n,r,i):hN(i)?(hN(e.text)&&uN(n,``),yN(n,null,i,0,i.length-1)):hN(r)?bN(n,r,0,r.length-1):hN(e.text)&&uN(n,``):e.text!==t.text&&(hN(r)&&bN(n,r,0,r.length-1),uN(n,t.text)))}function wN(e,t){if(_N(e,t))CN(e,t);else{var n=e.elm,r=cN(n);vN(t),r!==null&&(aN(r,t.elm,lN(n)),bN(r,[e],0,0))}return t}var TN=0,EN=function(){function e(e,t,n){if(this.type=`svg`,this.configLayer=DN(`configLayer`),this.storage=t,this._opts=n=P({},n),this.root=e,this._id=`zr`+TN++,this._oldVNode=CM(n.width,n.height),e&&!n.ssr){var r=this._viewport=document.createElement(`div`);r.style.cssText=`position:relative;overflow:hidden`;var i=this._svgDom=this._oldVNode.elm=gM(`svg`);xN(null,this._oldVNode),r.appendChild(i),e.appendChild(r)}this.resize(n.width,n.height)}return e.prototype.getType=function(){return this.type},e.prototype.getViewportRoot=function(){return this._viewport},e.prototype.getViewportRootOffset=function(){var e=this.getViewportRoot();if(e)return{offsetLeft:e.offsetLeft||0,offsetTop:e.offsetTop||0}},e.prototype.getSvgDom=function(){return this._svgDom},e.prototype.refresh=function(){if(this.root){var e=this.renderToVNode({willUpdate:!0});e.attrs.style=`position:absolute;left:0;top:0;user-select:none`,wN(this._oldVNode,e),this._oldVNode=e}},e.prototype.renderOneToVNode=function(e){return $M(e,SM(this._id))},e.prototype.renderToVNode=function(e){e||={};var t=this.storage.getDisplayList(!0),n=this._width,r=this._height,i=SM(this._id);i.animation=e.animation,i.willUpdate=e.willUpdate,i.compress=e.compress,i.emphasis=e.emphasis,i.ssr=this._opts.ssr;var a=[],o=this._bgVNode=ON(n,r,this._backgroundColor,i);o&&a.push(o);var s=e.compress?null:this._mainVNode=_M(`g`,`main`,{},[]);this._paintList(t,i,s?s.children:a),s&&a.push(s);var c=R(B(i.defs),function(e){return i.defs[e]});if(c.length&&a.push(_M(`defs`,`defs`,{},c)),e.animation){var l=xM(i.cssNodes,i.cssAnims,{newline:!0});if(l){var u=_M(`style`,`stl`,{},[],l);a.push(u)}}return CM(n,r,a,e.useViewBox)},e.prototype.renderToString=function(e){return e||={},bM(this.renderToVNode({animation:K(e.cssAnimation,!0),emphasis:K(e.cssEmphasis,!0),willUpdate:!1,compress:!0,useViewBox:K(e.useViewBox,!0)}),{newline:!0})},e.prototype.setBackgroundColor=function(e){this._backgroundColor=e},e.prototype.getSvgRoot=function(){return this._mainVNode&&this._mainVNode.elm},e.prototype._paintList=function(e,t,n){for(var r=e.length,i=[],a=0,o,s,c=0,l=0;l<r;l++){var u=e[l];if(!u.invisible){var d=u.__clipPaths,f=d&&d.length||0,p=s&&s.length||0,m=void 0;for(m=Math.max(f-1,p-1);m>=0&&!(d&&s&&d[m]===s[m]);m--);for(var h=p-1;h>m;h--)a--,o=i[a-1];for(var g=m+1;g<f;g++){var _={};rN(d[g],_,t);var v=_M(`g`,`clip-g-`+c++,_,[]);(o?o.children:n).push(v),i[a++]=v,o=v}s=d;var y=$M(u,t);y&&(o?o.children:n).push(y)}}},e.prototype.resize=function(e,t){var n=this._opts,r=this.root,i=this._viewport;if(e!=null&&(n.width=e),t!=null&&(n.height=t),r&&i&&(i.style.display=`none`,e=ax(r,0,n),t=ax(r,1,n),i.style.display=``),this._width!==e||this._height!==t){if(this._width=e,this._height=t,i){var a=i.style;a.width=e+`px`,a.height=t+`px`}if(Ur(this._backgroundColor))this.refresh();else{var o=this._svgDom;o&&(o.setAttribute(`width`,e),o.setAttribute(`height`,t));var s=this._bgVNode&&this._bgVNode.elm;s&&(s.setAttribute(`width`,e),s.setAttribute(`height`,t))}}},e.prototype.getWidth=function(){return this._width},e.prototype.getHeight=function(){return this._height},e.prototype.dispose=function(){this.root&&(this.root.innerHTML=``),this._svgDom=this._viewport=this.storage=this._oldVNode=this._bgVNode=this._mainVNode=null},e.prototype.clear=function(){this._svgDom&&(this._svgDom.innerHTML=null),this._oldVNode=null},e.prototype.toDataURL=function(e){var t=this.renderToString(),n=`data:image/svg+xml;`;return e?(t=Xr(t),t&&n+`base64,`+t):n+`charset=UTF-8,`+encodeURIComponent(t)},e}();function DN(e){return function(){process.env.NODE_ENV!==`production`&&ee(`In SVG mode painter not support method "`+e+`"`)}}function ON(e,t,n,r){var i;if(n&&n!==`none`){if(i=_M(`rect`,`bg`,{width:e,height:t,x:`0`,y:`0`}),Kr(n))tN({fill:n},i.attrs,`fill`,r);else if(Ur(n))nN({style:{fill:n},dirty:Me,getBoundingRect:function(){return{width:e,height:t}}},i.attrs,`fill`,r);else{var a=jr(n),o=a.color,s=a.opacity;i.attrs.fill=o,s<1&&(i.attrs[`fill-opacity`]=s)}}return i}function kN(e){e.registerPainter(`svg`,EN)}var AN=({visualization:e,data:t})=>{let{bindings:{y:n=[]}={}}=e||{},{columns:r=[]}=t||{};return r.map((e,t)=>n.includes(e)?t:null).filter(e=>e).map(e=>e?r[e]:null).filter(e=>e!==null)},jN=({visualization:e,data:t})=>{let{bindings:{x:n=``}={}}=e||{},{columns:r=[],rows:i=[]}=t||{},a=r.map((e,t)=>n===e?t:null).filter(e=>e!==null)[0]??null;return i.map(e=>a===null?null:e[a]).filter(e=>e!==null)},MN=({visualization:e={},data:t={}})=>{let{bindings:{y:n=[]}={},series:r=[]}=e||{},{columns:i=[],rows:a=[]}=t||{},o=i.map((e,t)=>n.includes(e)?t:null).filter(e=>e),s=r.some(({key:e})=>a.some(t=>t.includes(e)))||!1,c=r.some(({key:e})=>i.includes(e))||!1,l=n.map((e,t)=>{let n=o[t]||null;return{name:e,data:a.map(e=>n&&Number(e[n])?Number(e[n]):null).filter(e=>e!==null),type:`bar`,stack:t+1,itemStyle:{borderRadius:100},barMaxWidth:30,emphasis:{focus:`series`,itemStyle:{shadowBlur:8,shadowColor:`rgba(0,0,0,0.25)`}}}}),u=jN({visualization:e,data:t}),d=AN({visualization:e,data:t});return l.map(e=>{let{stack:t=0,data:n=[]}=e||{},i=n.map((e,t)=>{let n=u[t];return{value:e,itemStyle:{color:r.find(({key:e})=>e===n)?.color||`var(--orange-90)`}}}),a=s?i:n,o=d[t-1],l=r.find(({key:e})=>e===o)?.color||`var(--orange-90)`,f=c?l:null;return{...e,color:f,data:a,emphasis:{...e.emphasis,itemStyle:{...e.emphasis.itemStyle,color:f}}}})};AE([oA,XA,Zj,kN]);var NN=({visualization:e={},data:t={},showLegend:i=!0})=>{let a=(0,r.useRef)(null),o=(0,r.useRef)(null),s=MN({visualization:e,data:t}),c=jN({visualization:e,data:t}),{series:l=[]}=e||{};return(0,r.useEffect)(()=>{if(!a.current)return;o.current||=sC(a.current,void 0,{renderer:`svg`});let e=s.reduce((e,t)=>{let n=t.data.map(e=>typeof e==`number`?e:e.value),r=Math.max(...n);return r>e?r:e},0),t=Array.from({length:s.length}).map((t,n)=>({color:`var(--gray-15)`,data:s[n].data.map(t=>typeof t==`number`?e-t:e-t.value),stack:Number(n+1),type:`bar`,itemStyle:{borderRadius:[100,100,0,0]},barMaxWidth:30,silent:!0})),n=[...s,...t],r={grid:{left:`0%`,right:`0%`,top:`0%`,bottom:`0%`,containLabel:!0},xAxis:{type:`category`,data:c,axisLine:{show:!1},axisTick:{show:!1}},yAxis:{type:`value`,splitLine:{lineStyle:{color:`#d5d5d566`}}},series:n};o.current.setOption(r);let i=new ResizeObserver(()=>{o.current?.resize()});return i.observe(a.current),()=>{i.disconnect(),o.current?.dispose(),o.current=null}},[s,c]),(0,n.jsxs)(`div`,{className:`stacked-bar-chart-ctn`,children:[(()=>{if(!i||!l.length)return null;let e=l.map(({key:e,color:t},r)=>(0,n.jsxs)(`div`,{className:`stacked-bar-chart-label`,children:[(0,n.jsx)(`div`,{className:`stacked-bar-chart-label-icon`,style:{background:t||``}}),(0,n.jsx)(`p`,{className:`stacked-bar-chart-label-text`,children:e})]},`stacked-bar-chart-label-${e}-${t}-${r}`));return(0,n.jsx)(`div`,{className:`stacked-bar-chart-labels`,children:e})})(),(0,n.jsx)(`div`,{ref:a,className:`bars-stacked-bar-chart`,style:{width:`100%`,aspectRatio:`1242 / 478`}})]})},PN=({data:e={}})=>{let{data:t={},metadata:{title:r=``,description:i=``,source:o=``}={},visualization:s={},visualization:{settings:{showTitle:c=!0,showDescription:l=!0,showImage:u=!0,showLegend:d=!0}={}}={}}=e||{};return(0,n.jsxs)(`div`,{className:`stacked-bar-chart`,children:[(0,n.jsx)(a,{title:r,showTitle:c,subtitle:i,showSubtitle:l,showLogo:u}),(0,n.jsx)(NN,{data:t,visualization:s,showLegend:d}),o?(0,n.jsxs)(`p`,{className:`stacked-bar-chart-font`,children:[`Fuente: `,(0,n.jsx)(`span`,{children:o})]}):null]})};exports.StackedBarChart=PN,exports.Title=a;
|
|
25
|
+
`:``,i=` {`+r,a=r+`}`,o=R(B(e),function(t){return t+i+R(B(e[t]),function(n){return n+`:`+e[t][n]+`;`}).join(r)+a}).join(r),s=R(B(t),function(e){return`@keyframes `+e+i+R(B(t[e]),function(n){return n+i+R(B(t[e][n]),function(r){var i=t[e][n][r];return r===`d`&&(i=`path("`+i+`")`),r+`:`+i+`;`}).join(r)+a}).join(r)+a}).join(r);return!o&&!s?``:[`<![CDATA[`,o,s,`]]>`].join(r)}function SM(e){return{zrId:e,shadowCache:{},patternCache:{},gradientCache:{},clipPathCache:{},defs:{},cssNodes:{},cssAnims:{},cssStyleCache:{},cssAnimIdx:0,shadowIdx:0,gradientIdx:0,patternIdx:0,clipPathIdx:0}}function CM(e,t,n,r){return _M(`svg`,`root`,{width:e,height:t,xmlns:dM,"xmlns:xlink":fM,version:`1.1`,baseProfile:`full`,viewBox:r?`0 0 `+e+` `+t:!1},n)}var wM=0;function TM(){return wM++}var EM={cubicIn:`0.32,0,0.67,0`,cubicOut:`0.33,1,0.68,1`,cubicInOut:`0.65,0,0.35,1`,quadraticIn:`0.11,0,0.5,0`,quadraticOut:`0.5,1,0.89,1`,quadraticInOut:`0.45,0,0.55,1`,quarticIn:`0.5,0,0.75,0`,quarticOut:`0.25,1,0.5,1`,quarticInOut:`0.76,0,0.24,1`,quinticIn:`0.64,0,0.78,0`,quinticOut:`0.22,1,0.36,1`,quinticInOut:`0.83,0,0.17,1`,sinusoidalIn:`0.12,0,0.39,0`,sinusoidalOut:`0.61,1,0.88,1`,sinusoidalInOut:`0.37,0,0.63,1`,exponentialIn:`0.7,0,0.84,0`,exponentialOut:`0.16,1,0.3,1`,exponentialInOut:`0.87,0,0.13,1`,circularIn:`0.55,0,1,0.45`,circularOut:`0,0.55,0.45,1`,circularInOut:`0.85,0,0.15,1`},DM=`transform-origin`;function OM(e,t,n){var r=P({},e.shape);P(r,t),e.buildPath(n,r);var i=new rM;return i.reset(Jr(e)),n.rebuildPath(i,1),i.generateStr(),i.getStr()}function kM(e,t){var n=t.originX,r=t.originY;(n||r)&&(e[DM]=n+`px `+r+`px`)}var AM={fill:`fill`,opacity:`opacity`,lineWidth:`stroke-width`,lineDashOffset:`stroke-dashoffset`};function jM(e,t){var n=t.zrId+`-ani-`+t.cssAnimIdx++;return t.cssAnims[n]=e,n}function MM(e,t,n){var r=e.shape.paths,i={},a,o;if(L(r,function(e){var t=SM(n.zrId);t.animation=!0,PM(e,{},t,!0);var r=t.cssAnims,s=t.cssNodes,c=B(r),l=c.length;if(l){o=c[l-1];var u=r[o];for(var d in u){var f=u[d];i[d]=i[d]||{d:``},i[d].d+=f.d||``}for(var p in s){var m=s[p].animation;m.indexOf(o)>=0&&(a=m)}}}),a){t.d=!1;var s=jM(i,n);return a.replace(o,s)}}function NM(e){return W(e)?EM[e]?`cubic-bezier(`+EM[e]+`)`:ir(e)?e:``:``}function PM(e,t,n,r){var i=e.animators,a=i.length,o=[];if(e instanceof Gf){var s=MM(e,t,n);if(s)o.push(s);else if(!a)return}else if(!a)return;for(var c={},l=0;l<a;l++){var u=i[l],d=[u.getMaxTime()/1e3+`s`],f=NM(u.getClip().easing),p=u.getDelay();f?d.push(f):d.push(`linear`),p&&d.push(p/1e3+`s`),u.getLoop()&&d.push(`infinite`);var m=d.join(` `);c[m]=c[m]||[m,[]],c[m][1].push(u)}function h(i){var a=i[1],o=a.length,s={},c={},l={},u=`animation-timing-function`;function d(e,t,n){for(var r=e.getTracks(),i=e.getMaxTime(),a=0;a<r.length;a++){var o=r[a];if(o.needsAnimate()){var s=o.keyframes,c=o.propName;if(n&&(c=n(c)),c)for(var l=0;l<s.length;l++){var d=s[l],f=Math.round(d.time/i*100)+`%`,p=NM(d.easing),m=d.rawValue;(W(m)||ue(m))&&(t[f]=t[f]||{},t[f][c]=d.rawValue,p&&(t[f][u]=p))}}}}for(var f=0;f<o;f++){var p=a[f],m=p.targetName;m?m===`shape`&&d(p,c):!r&&d(p,s)}for(var h in s){var g={};ra(g,e),P(g,s[h]);var _=Yr(g),v=s[h][u];l[h]=_?{transform:_}:{},kM(l[h],g),v&&(l[h][u]=v)}var y,b=!0;for(var h in c){l[h]=l[h]||{};var x=!y,v=c[h][u];x&&(y=new hl);var S=y.len();y.reset(),l[h].d=OM(e,c[h],y);var C=y.len();if(!x&&S!==C){b=!1;break}v&&(l[h][u]=v)}if(!b)for(var h in l)delete l[h].d;if(!r)for(var f=0;f<o;f++){var p=a[f],m=p.targetName;m===`style`&&d(p,l,function(e){return AM[e]})}for(var w=B(l),T=!0,E,f=1;f<w.length;f++){var D=w[f-1],O=w[f];if(l[D][DM]!==l[O][DM]){T=!1;break}E=l[D][DM]}if(T&&E){for(var h in l)l[h][DM]&&delete l[h][DM];t[DM]=E}if(oe(w,function(e){return B(l[e]).length>0}).length)return jM(l,n)+` `+i[0]+` both`}for(var g in c){var s=h(c[g]);s&&o.push(s)}if(o.length){var _=n.zrId+`-cls-`+TM();n.cssNodes[`.`+_]={animation:o.join(`,`)},t.class=_}}function FM(e,t,n){if(!e.ignore){if(e.isSilent()){var r={"pointer-events":`none`};IM(r,t,n,!0)}else{var i=e.states.emphasis&&e.states.emphasis.style?e.states.emphasis.style:{},a=i.fill;if(!a){var o=e.style&&e.style.fill,s=e.states.select&&e.states.select.style&&e.states.select.style.fill,c=e.currentStates.indexOf(`select`)>=0&&s||o;c&&(a=kr(c))}var l=i.lineWidth;if(l){var u=!i.strokeNoScale&&e.transform?e.transform[0]:1;l/=u}var r={cursor:`pointer`};a&&(r.fill=a),i.stroke&&(r.stroke=i.stroke),l&&(r[`stroke-width`]=l),IM(r,t,n,!0)}}}function IM(e,t,n,r){var i=JSON.stringify(e),a=n.cssStyleCache[i];a||(a=n.zrId+`-cls-`+TM(),n.cssStyleCache[i]=a,n.cssNodes[`.`+a+(r?`:hover`:``)]=e),t.class=t.class?t.class+` `+a:a}var LM=Math.round;function RM(e){return e&&W(e.src)}function zM(e){return e&&U(e.toDataURL)}function BM(e,t,n,r){uM(function(i,a){var o=i===`fill`||i===`stroke`;o&&Kr(a)?tN(t,e,i,r):o&&Ur(a)?nN(n,e,i,r):e[i]=a,o&&r.ssr&&a===`none`&&(e[`pointer-events`]=`visible`)},t,n,!1),eN(n,e,r)}function VM(e,t){var n=Wa(t);n&&(n.each(function(t,n){t!=null&&(e[(`ecmeta_`+n).toLowerCase()]=t+``)}),t.isSilent()&&(e[hM+`silent`]=`true`))}function HM(e){return Nr(e[0]-1)&&Nr(e[1])&&Nr(e[2])&&Nr(e[3]-1)}function UM(e){return Nr(e[4])&&Nr(e[5])}function WM(e,t,n){if(t&&!(UM(t)&&HM(t))){var r=n?10:1e4;e.transform=HM(t)?`translate(`+LM(t[4]*r)/r+` `+LM(t[5]*r)/r+`)`:Ir(t)}}function GM(e,t,n){for(var r=e.points,i=[],a=0;a<r.length;a++)i.push(LM(r[a][0]*n)/n),i.push(LM(r[a][1]*n)/n);t.points=i.join(` `)}function KM(e){return!e.smooth}function qM(e){var t=R(e,function(e){return typeof e==`string`?[e,e]:e});return function(e,n,r){for(var i=0;i<t.length;i++){var a=t[i],o=e[a[0]];o!=null&&(n[a[1]]=LM(o*r)/r)}}}var JM={circle:[qM([`cx`,`cy`,`r`])],polyline:[GM,KM],polygon:[GM,KM]};function YM(e){for(var t=e.animators,n=0;n<t.length;n++)if(t[n].targetName===`shape`)return!0;return!1}function XM(e,t){var n=e.style,r=e.shape,i=JM[e.type],a={},o=t.animation,s=`path`,c=e.style.strokePercent,l=t.compress&&Jr(e)||4;if(i&&!t.willUpdate&&!(i[1]&&!i[1](r))&&!(o&&YM(e))&&!(c<1)){s=e.type;var u=10**l;i[0](r,a,u)}else{var d=!e.path||e.shapeChanged();e.path||e.createPathProxy();var f=e.path;d&&(f.beginPath(),e.buildPath(f,e.shape),e.pathUpdated());var p=f.getVersion(),m=e,h=m.__svgPathBuilder;(m.__svgPathVersion!==p||!h||c!==m.__svgPathStrokePercent)&&(h||=m.__svgPathBuilder=new rM,h.reset(l),f.rebuildPath(h,c),h.generateStr(),m.__svgPathVersion=p,m.__svgPathStrokePercent=c),a.d=h.getStr()}return WM(a,e.transform),BM(a,n,e,t),VM(a,e),t.animation&&PM(e,a,t),t.emphasis&&FM(e,a,t),_M(s,e.id+``,a)}function ZM(e,t){var n=e.style,r=n.image;if(r&&!W(r)&&(RM(r)?r=r.src:zM(r)&&(r=r.toDataURL())),r){var i=n.x||0,a=n.y||0,o=n.width,s=n.height,c={href:r,width:o,height:s};return i&&(c.x=i),a&&(c.y=a),WM(c,e.transform),BM(c,n,e,t),VM(c,e),t.animation&&PM(e,c,t),_M(`image`,e.id+``,c)}}function QM(e,t){var n=e.style,r=n.text;if(r!=null&&(r+=``),!(!r||isNaN(n.x)||isNaN(n.y))){var i=n.font||`12px sans-serif`,a=n.x||0,o=Rr(n.y||0,ha(i),n.textBaseline),s={"dominant-baseline":`central`,"text-anchor":Lr[n.textAlign]||n.textAlign};if(du(n)){var c=``,l=n.fontStyle,u=lu(n.fontSize);if(!parseFloat(u))return;var d=n.fontFamily||`sans-serif`,f=n.fontWeight;c+=`font-size:`+u+`;font-family:`+d+`;`,l&&l!==`normal`&&(c+=`font-style:`+l+`;`),f&&f!==`normal`&&(c+=`font-weight:`+f+`;`),s.style=c}else s.style=`font: `+i;return r.match(/\s/)&&(s[`xml:space`]=`preserve`),a&&(s.x=a),o&&(s.y=o),WM(s,e.transform),BM(s,n,e,t),VM(s,e),t.animation&&PM(e,s,t),_M(`text`,e.id+``,s,void 0,r)}}function $M(e,t){if(e instanceof Bl)return XM(e,t);if(e instanceof Kl)return ZM(e,t);if(e instanceof Hl)return QM(e,t)}function eN(e,t,n){var r=e.style;if(zr(r)){var i=Br(e),a=n.shadowCache,o=a[i];if(!o){var s=e.getGlobalScale(),c=s[0],l=s[1];if(!c||!l)return;var u=r.shadowOffsetX||0,d=r.shadowOffsetY||0,f=r.shadowBlur,p=jr(r.shadowColor),m=p.opacity,h=p.color,g=f/2/c,_=f/2/l,v=g+` `+_;o=n.zrId+`-s`+n.shadowIdx++,n.defs[o]=_M(`filter`,o,{id:o,x:`-100%`,y:`-100%`,width:`300%`,height:`300%`},[_M(`feDropShadow`,``,{dx:u/c,dy:d/l,stdDeviation:v,"flood-color":h,"flood-opacity":m})]),a[i]=o}t.filter=qr(o)}}function tN(e,t,n,r){var i=e[n],a,o={gradientUnits:i.global?`userSpaceOnUse`:`objectBoundingBox`};if(Wr(i))a=`linearGradient`,o.x1=i.x,o.y1=i.y,o.x2=i.x2,o.y2=i.y2;else if(Gr(i))a=`radialGradient`,o.cx=K(i.x,.5),o.cy=K(i.y,.5),o.r=K(i.r,.5);else{process.env.NODE_ENV!==`production`&&ee(`Illegal gradient type.`);return}for(var s=i.colorStops,c=[],l=0,u=s.length;l<u;++l){var d=Fr(s[l].offset)*100+`%`,f=s[l].color,p=jr(f),m=p.color,h=p.opacity,g={offset:d};g[`stop-color`]=m,h<1&&(g[`stop-opacity`]=h),c.push(_M(`stop`,l+``,g))}var _=bM(_M(a,``,o,c)),v=r.gradientCache,y=v[_];y||(y=r.zrId+`-g`+r.gradientIdx++,v[_]=y,o.id=y,r.defs[y]=_M(a,y,o,c)),t[n]=qr(y)}function nN(e,t,n,r){var i=e.style[n],a=e.getBoundingRect(),o={},s=i.repeat,c=s===`no-repeat`,l=s===`repeat-x`,u=s===`repeat-y`,d;if(Vr(i)){var f=i.imageWidth,p=i.imageHeight,m=void 0,h=i.image;if(W(h)?m=h:RM(h)?m=h.src:zM(h)&&(m=h.toDataURL()),typeof Image>`u`){var g=`Image width/height must been given explictly in svg-ssr renderer.`;q(f,g),q(p,g)}else if(f==null||p==null){var _=function(e,t){if(e){var n=e.elm,r=f||t.width,i=p||t.height;e.tag===`pattern`&&(l?(i=1,r/=a.width):u&&(r=1,i/=a.height)),e.attrs.width=r,e.attrs.height=i,n&&(n.setAttribute(`width`,r),n.setAttribute(`height`,i))}},v=rc(m,null,e,function(e){c||_(S,e),_(d,e)});v&&v.width&&v.height&&(f||=v.width,p||=v.height)}d=_M(`image`,`img`,{href:m,width:f,height:p}),o.width=f,o.height=p}else i.svgElement&&(d=M(i.svgElement),o.width=i.svgWidth,o.height=i.svgHeight);if(d){var y,b;c?y=b=1:l?(b=1,y=o.width/a.width):u?(y=1,b=o.height/a.height):o.patternUnits=`userSpaceOnUse`,y!=null&&!isNaN(y)&&(o.width=y),b!=null&&!isNaN(b)&&(o.height=b);var x=Yr(i);x&&(o.patternTransform=x);var S=_M(`pattern`,``,o,[d]),C=bM(S),w=r.patternCache,T=w[C];T||(T=r.zrId+`-p`+r.patternIdx++,w[C]=T,o.id=T,S=r.defs[T]=_M(`pattern`,T,o,[d])),t[n]=qr(T)}}function rN(e,t,n){var r=n.clipPathCache,i=n.defs,a=r[e.id];if(!a){a=n.zrId+`-c`+n.clipPathIdx++;var o={id:a};r[e.id]=a,i[a]=_M(`clipPath`,a,o,[XM(e,n)])}t[`clip-path`]=qr(a)}function iN(e){return document.createTextNode(e)}function aN(e,t,n){e.insertBefore(t,n)}function oN(e,t){e.removeChild(t)}function sN(e,t){e.appendChild(t)}function cN(e){return e.parentNode}function lN(e){return e.nextSibling}function uN(e,t){e.textContent=t}var dN=58,fN=120,pN=_M(``,``);function mN(e){return e===void 0}function hN(e){return e!==void 0}function gN(e,t,n){for(var r={},i=t;i<=n;++i){var a=e[i].key;a!==void 0&&(process.env.NODE_ENV!==`production`&&r[a]!=null&&console.error(`Duplicate key `+a),r[a]=i)}return r}function _N(e,t){var n=e.key===t.key;return e.tag===t.tag&&n}function vN(e){var t,n=e.children,r=e.tag;if(hN(r)){var i=e.elm=gM(r);if(xN(pN,e),H(n))for(t=0;t<n.length;++t){var a=n[t];a!=null&&sN(i,vN(a))}else hN(e.text)&&!G(e.text)&&sN(i,iN(e.text))}else e.elm=iN(e.text);return e.elm}function yN(e,t,n,r,i){for(;r<=i;++r){var a=n[r];a!=null&&aN(e,vN(a),t)}}function bN(e,t,n,r){for(;n<=r;++n){var i=t[n];i!=null&&(hN(i.tag)?oN(cN(i.elm),i.elm):oN(e,i.elm))}}function xN(e,t){var n,r=t.elm,i=e&&e.attrs||{},a=t.attrs||{};if(i!==a){for(n in a){var o=a[n];i[n]!==o&&(o===!0?r.setAttribute(n,``):o===!1?r.removeAttribute(n):n===`style`?r.style.cssText=o:n.charCodeAt(0)===fN?n===`xmlns:xlink`||n===`xmlns`?r.setAttributeNS(pM,n,o):n.charCodeAt(3)===dN?r.setAttributeNS(mM,n,o):n.charCodeAt(5)===dN?r.setAttributeNS(fM,n,o):r.setAttribute(n,o):r.setAttribute(n,o))}for(n in i)n in a||r.removeAttribute(n)}}function SN(e,t,n){for(var r=0,i=0,a=t.length-1,o=t[0],s=t[a],c=n.length-1,l=n[0],u=n[c],d,f,p,m;r<=a&&i<=c;)o==null?o=t[++r]:s==null?s=t[--a]:l==null?l=n[++i]:u==null?u=n[--c]:_N(o,l)?(CN(o,l),o=t[++r],l=n[++i]):_N(s,u)?(CN(s,u),s=t[--a],u=n[--c]):_N(o,u)?(CN(o,u),aN(e,o.elm,lN(s.elm)),o=t[++r],u=n[--c]):_N(s,l)?(CN(s,l),aN(e,s.elm,o.elm),s=t[--a],l=n[++i]):(mN(d)&&(d=gN(t,r,a)),f=d[l.key],mN(f)?aN(e,vN(l),o.elm):(p=t[f],p.tag===l.tag?(CN(p,l),t[f]=void 0,aN(e,p.elm,o.elm)):aN(e,vN(l),o.elm)),l=n[++i]);(r<=a||i<=c)&&(r>a?(m=n[c+1]==null?null:n[c+1].elm,yN(e,m,n,i,c)):bN(e,t,r,a))}function CN(e,t){var n=t.elm=e.elm,r=e.children,i=t.children;e!==t&&(xN(e,t),mN(t.text)?hN(r)&&hN(i)?r!==i&&SN(n,r,i):hN(i)?(hN(e.text)&&uN(n,``),yN(n,null,i,0,i.length-1)):hN(r)?bN(n,r,0,r.length-1):hN(e.text)&&uN(n,``):e.text!==t.text&&(hN(r)&&bN(n,r,0,r.length-1),uN(n,t.text)))}function wN(e,t){if(_N(e,t))CN(e,t);else{var n=e.elm,r=cN(n);vN(t),r!==null&&(aN(r,t.elm,lN(n)),bN(r,[e],0,0))}return t}var TN=0,EN=function(){function e(e,t,n){if(this.type=`svg`,this.configLayer=DN(`configLayer`),this.storage=t,this._opts=n=P({},n),this.root=e,this._id=`zr`+TN++,this._oldVNode=CM(n.width,n.height),e&&!n.ssr){var r=this._viewport=document.createElement(`div`);r.style.cssText=`position:relative;overflow:hidden`;var i=this._svgDom=this._oldVNode.elm=gM(`svg`);xN(null,this._oldVNode),r.appendChild(i),e.appendChild(r)}this.resize(n.width,n.height)}return e.prototype.getType=function(){return this.type},e.prototype.getViewportRoot=function(){return this._viewport},e.prototype.getViewportRootOffset=function(){var e=this.getViewportRoot();if(e)return{offsetLeft:e.offsetLeft||0,offsetTop:e.offsetTop||0}},e.prototype.getSvgDom=function(){return this._svgDom},e.prototype.refresh=function(){if(this.root){var e=this.renderToVNode({willUpdate:!0});e.attrs.style=`position:absolute;left:0;top:0;user-select:none`,wN(this._oldVNode,e),this._oldVNode=e}},e.prototype.renderOneToVNode=function(e){return $M(e,SM(this._id))},e.prototype.renderToVNode=function(e){e||={};var t=this.storage.getDisplayList(!0),n=this._width,r=this._height,i=SM(this._id);i.animation=e.animation,i.willUpdate=e.willUpdate,i.compress=e.compress,i.emphasis=e.emphasis,i.ssr=this._opts.ssr;var a=[],o=this._bgVNode=ON(n,r,this._backgroundColor,i);o&&a.push(o);var s=e.compress?null:this._mainVNode=_M(`g`,`main`,{},[]);this._paintList(t,i,s?s.children:a),s&&a.push(s);var c=R(B(i.defs),function(e){return i.defs[e]});if(c.length&&a.push(_M(`defs`,`defs`,{},c)),e.animation){var l=xM(i.cssNodes,i.cssAnims,{newline:!0});if(l){var u=_M(`style`,`stl`,{},[],l);a.push(u)}}return CM(n,r,a,e.useViewBox)},e.prototype.renderToString=function(e){return e||={},bM(this.renderToVNode({animation:K(e.cssAnimation,!0),emphasis:K(e.cssEmphasis,!0),willUpdate:!1,compress:!0,useViewBox:K(e.useViewBox,!0)}),{newline:!0})},e.prototype.setBackgroundColor=function(e){this._backgroundColor=e},e.prototype.getSvgRoot=function(){return this._mainVNode&&this._mainVNode.elm},e.prototype._paintList=function(e,t,n){for(var r=e.length,i=[],a=0,o,s,c=0,l=0;l<r;l++){var u=e[l];if(!u.invisible){var d=u.__clipPaths,f=d&&d.length||0,p=s&&s.length||0,m=void 0;for(m=Math.max(f-1,p-1);m>=0&&!(d&&s&&d[m]===s[m]);m--);for(var h=p-1;h>m;h--)a--,o=i[a-1];for(var g=m+1;g<f;g++){var _={};rN(d[g],_,t);var v=_M(`g`,`clip-g-`+c++,_,[]);(o?o.children:n).push(v),i[a++]=v,o=v}s=d;var y=$M(u,t);y&&(o?o.children:n).push(y)}}},e.prototype.resize=function(e,t){var n=this._opts,r=this.root,i=this._viewport;if(e!=null&&(n.width=e),t!=null&&(n.height=t),r&&i&&(i.style.display=`none`,e=ax(r,0,n),t=ax(r,1,n),i.style.display=``),this._width!==e||this._height!==t){if(this._width=e,this._height=t,i){var a=i.style;a.width=e+`px`,a.height=t+`px`}if(Ur(this._backgroundColor))this.refresh();else{var o=this._svgDom;o&&(o.setAttribute(`width`,e),o.setAttribute(`height`,t));var s=this._bgVNode&&this._bgVNode.elm;s&&(s.setAttribute(`width`,e),s.setAttribute(`height`,t))}}},e.prototype.getWidth=function(){return this._width},e.prototype.getHeight=function(){return this._height},e.prototype.dispose=function(){this.root&&(this.root.innerHTML=``),this._svgDom=this._viewport=this.storage=this._oldVNode=this._bgVNode=this._mainVNode=null},e.prototype.clear=function(){this._svgDom&&(this._svgDom.innerHTML=null),this._oldVNode=null},e.prototype.toDataURL=function(e){var t=this.renderToString(),n=`data:image/svg+xml;`;return e?(t=Xr(t),t&&n+`base64,`+t):n+`charset=UTF-8,`+encodeURIComponent(t)},e}();function DN(e){return function(){process.env.NODE_ENV!==`production`&&ee(`In SVG mode painter not support method "`+e+`"`)}}function ON(e,t,n,r){var i;if(n&&n!==`none`){if(i=_M(`rect`,`bg`,{width:e,height:t,x:`0`,y:`0`}),Kr(n))tN({fill:n},i.attrs,`fill`,r);else if(Ur(n))nN({style:{fill:n},dirty:Me,getBoundingRect:function(){return{width:e,height:t}}},i.attrs,`fill`,r);else{var a=jr(n),o=a.color,s=a.opacity;i.attrs.fill=o,s<1&&(i.attrs[`fill-opacity`]=s)}}return i}function kN(e){e.registerPainter(`svg`,EN)}var AN=({visualization:e,data:t})=>{let{bindings:{y:n=[]}={}}=e||{},{columns:r=[]}=t||{};return r.map((e,t)=>n.includes(e)?t:null).filter(e=>e).map(e=>e?r[e]:null).filter(e=>e!==null)},jN=({visualization:e,data:t})=>{let{bindings:{x:n=``}={}}=e||{},{columns:r=[],rows:i=[]}=t||{},a=r.map((e,t)=>n===e?t:null).filter(e=>e!==null)[0]??null;return i.map(e=>a===null?null:e[a]).filter(e=>e!==null)},MN=({visualization:e={},data:t={}})=>{let{bindings:{y:n=[]}={},series:r=[]}=e||{},{columns:i=[],rows:a=[]}=t||{},o=i.map((e,t)=>n.includes(e)?t:null).filter(e=>e),s=r.some(({key:e})=>a.some(t=>t.includes(e)))||!1,c=r.some(({key:e})=>i.includes(e))||!1,l=n.map((e,t)=>{let n=o[t]||null;return{name:e,data:a.map(e=>n&&Number(e[n])?Number(e[n]):null).filter(e=>e!==null),type:`bar`,stack:t+1,itemStyle:{borderRadius:100},barMaxWidth:30,emphasis:{focus:`series`,itemStyle:{shadowBlur:8,shadowColor:`rgba(0,0,0,0.25)`}}}}),u=jN({visualization:e,data:t}),d=AN({visualization:e,data:t});return l.map(e=>{let{stack:t=0,data:n=[]}=e||{},i=n.map((e,t)=>{let n=u[t];return{value:e,itemStyle:{color:r.find(({key:e})=>e===n)?.color||`var(--orange-90)`}}}),a=s?i:n,o=d[t-1],l=r.find(({key:e})=>e===o)?.color||`var(--orange-90)`,f=c?l:null;return{...e,color:f,data:a,emphasis:{...e.emphasis,itemStyle:{...e.emphasis.itemStyle,color:f}}}})},NN=({xData:e=[],series:t=[]})=>{let n=[];for(let r=0;r<e.length;r++){let i=e[r],a=t.find(({key:e})=>e===i)||{};a?.image&&a.key?n[r]={key:i,image:a.image}:n[r]={}}return n};AE([oA,XA,Zj,kN]);var PN=({visualization:e={},data:t={},showLegend:i=!0})=>{let a=(0,r.useRef)(null),o=(0,r.useRef)(null),s=MN({visualization:e,data:t}),c=jN({visualization:e,data:t}),{series:l=[]}=e||{},u=NN({xData:c,series:l});return(0,r.useEffect)(()=>{if(!a.current)return;o.current||=sC(a.current,void 0,{renderer:`svg`});let e=s.reduce((e,t)=>{let n=t.data.map(e=>typeof e==`number`?e:e.value),r=Math.max(...n);return r>e?r:e},0),t=Array.from({length:s.length}).map((t,n)=>({color:`var(--gray-15)`,data:s[n].data.map(t=>typeof t==`number`?e-t:e-t.value),stack:Number(n+1),type:`bar`,itemStyle:{borderRadius:[100,100,0,0]},barMaxWidth:30,silent:!0})),n=[...s,...t],r={valueStyle:{color:`#333`,align:`center`,padding:[0,0,6,0]}};u.forEach(({image:e},t)=>{e&&(r[`img_${t}`]={height:24,width:24,align:`center`,backgroundColor:{image:e}})});let i={grid:{left:`0%`,right:`0%`,top:`0%`,bottom:`0%`,containLabel:!0},xAxis:{type:`category`,data:c,axisLine:{show:!1},axisTick:{show:!1},axisLabel:{interval:0,formatter:(e,t)=>{let n=`img_${t}`;return r[n]?`{valueStyle|${e}}\n{${n}|}`:`{valueStyle|${e}}`},rich:r}},yAxis:{type:`value`,splitLine:{lineStyle:{color:`#d5d5d566`}}},series:n};o.current.setOption(i);let l=new ResizeObserver(()=>{o.current?.resize()});return l.observe(a.current),()=>{l.disconnect(),o.current?.dispose(),o.current=null}},[s,c,u]),(0,n.jsxs)(`div`,{className:`vertical-bar-chart-ctn`,children:[(()=>{if(!i||!l.length)return null;let e=l.map(({key:e,color:t},r)=>(0,n.jsxs)(`div`,{className:`vertical-bar-chart-label`,children:[(0,n.jsx)(`div`,{className:`vertical-bar-chart-label-icon`,style:{background:t||``}}),(0,n.jsx)(`p`,{className:`vertical-bar-chart-label-text`,children:e})]},`vertical-bar-chart-label-${e}-${t}-${r}`));return(0,n.jsx)(`div`,{className:`vertical-bar-chart-labels`,children:e})})(),(0,n.jsx)(`div`,{ref:a,className:`bars-vertical-bar-chart`,style:{width:`100%`,aspectRatio:`1242 / 478`}})]})},FN=({data:e={}})=>{let{data:t={},metadata:{title:r=``,description:i=``,source:o=``,image:s=void 0}={},visualization:c={},visualization:{settings:{showChart:l=!0,showDescription:u=!0,showImage:d=!0,showLegend:f=!0,showSource:p=!0,showTitle:m=!0}={}}={}}=e||{};return(0,n.jsxs)(`div`,{className:`vertical-bar-chart`,children:[(0,n.jsx)(a,{title:r,showTitle:m,subtitle:i,showSubtitle:u,showLogo:d,logoSrc:s}),l?(0,n.jsx)(PN,{data:t,visualization:c,showLegend:f}):null,!p||!o?null:(0,n.jsxs)(`p`,{className:`vertical-bar-chart-font`,children:[`Fuente: `,(0,n.jsx)(`span`,{children:o})]})]})};exports.Title=a,exports.VerticalBar=FN;
|
package/dist/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { VerticalBar, VerticalBarProps } from './components/VerticalBar';
|
|
2
2
|
import { Title, TitleProps } from './components/Title';
|
|
3
|
-
export {
|
|
3
|
+
export { VerticalBar, VerticalBarProps, Title, TitleProps, };
|
|
4
4
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AACvD,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAC;AACjE,OAAO,EAAE,KAAK,EAAE,MAAM,oBAAoB,CAAC;AAC3C,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAErD,OAAO,EACL,WAAW,EACX,gBAAgB,EAChB,KAAK,EACL,UAAU,GACX,CAAA"}
|
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
(function(){try{if(typeof document<`u`){var e=document.createElement(`style`);e.appendChild(document.createTextNode(`.ibc-title{box-sizing:border-box;border-bottom:1px solid var(--gray-50);width:100%;padding-bottom:26px}.ibc-title__row{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.ibc-title__text{flex-direction:column;gap:19px;min-width:0;display:flex}.ibc-title__heading{color:var(--gray-100);font-family:Roboto;font-size:40px;font-style:normal;font-weight:700;line-height:normal}.ibc-title__subtitle{color:var(--gray-90);font-family:Roboto;font-size:26px;font-style:normal;font-weight:400;line-height:normal}.ibc-title__brand{flex-shrink:0;line-height:0}.ibc-title__logo{width:auto;height:40px;display:block}.
|
|
1
|
+
(function(){try{if(typeof document<`u`){var e=document.createElement(`style`);e.appendChild(document.createTextNode(`.ibc-title{box-sizing:border-box;border-bottom:1px solid var(--gray-50);width:100%;padding-bottom:26px}.ibc-title__row{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.ibc-title__text{flex-direction:column;gap:19px;min-width:0;display:flex}.ibc-title__heading{color:var(--gray-100);font-family:Roboto;font-size:40px;font-style:normal;font-weight:700;line-height:normal}.ibc-title__subtitle{color:var(--gray-90);font-family:Roboto;font-size:26px;font-style:normal;font-weight:400;line-height:normal}.ibc-title__brand{flex-shrink:0;line-height:0}.ibc-title__logo{width:auto;height:40px;display:block}.vertical-bar-chart{background:var(--gray-0);flex-direction:column;gap:40px;padding:16px;display:flex}@media screen and (width>=992px){.vertical-bar-chart{padding:72px 82px}}.vertical-bar-chart-ctn{background:var(--bg);border-radius:16px;flex-direction:column;gap:18px;padding:40px 22px;display:flex}.vertical-bar-chart-labels{gap:8px;max-width:100%;display:flex;overflow-x:auto}.vertical-bar-chart-labels::-webkit-scrollbar{display:none}.vertical-bar-chart-label{background:var(--gray-0);border:1px solid var(--gray-30);border-radius:100px;align-items:center;gap:6px;width:max-content;padding:8px 16px;display:flex}.vertical-bar-chart-label-icon{border-radius:100px;width:12px;height:12px}.vertical-bar-chart-label-text{color:var(--gray-90);width:max-content;font-size:12px;font-weight:400}.vertical-bar-chart-font{color:var(--gray-90);font-size:16px;font-weight:400}.vertical-bar-chart-font>span{font-weight:700}/*$vite$:1*/`)),document.head.appendChild(e)}}catch(e){console.error(`vite-plugin-css-injected-by-js`,e)}})();
|
|
2
2
|
import { jsx as e, jsxs as t } from "react/jsx-runtime";
|
|
3
3
|
import { useEffect as n, useRef as r } from "react";
|
|
4
4
|
//#region \0rolldown/runtime.js
|
|
@@ -20851,7 +20851,7 @@ function jN(e) {
|
|
|
20851
20851
|
e.registerPainter("svg", ON);
|
|
20852
20852
|
}
|
|
20853
20853
|
//#endregion
|
|
20854
|
-
//#region src/utils/
|
|
20854
|
+
//#region src/utils/VerticalBarItem.ts
|
|
20855
20855
|
var MN = ({ visualization: e, data: t }) => {
|
|
20856
20856
|
let { bindings: { y: n = [] } = {} } = e || {}, { columns: r = [] } = t || {};
|
|
20857
20857
|
return r.map((e, t) => n.includes(e) ? t : null).filter((e) => e).map((e) => e ? r[e] : null).filter((e) => e !== null);
|
|
@@ -20904,23 +20904,36 @@ var MN = ({ visualization: e, data: t }) => {
|
|
|
20904
20904
|
}
|
|
20905
20905
|
};
|
|
20906
20906
|
});
|
|
20907
|
+
}, FN = ({ xData: e = [], series: t = [] }) => {
|
|
20908
|
+
let n = [];
|
|
20909
|
+
for (let r = 0; r < e.length; r++) {
|
|
20910
|
+
let i = e[r], a = t.find(({ key: e }) => e === i) || {};
|
|
20911
|
+
a?.image && a.key ? n[r] = {
|
|
20912
|
+
key: i,
|
|
20913
|
+
image: a.image
|
|
20914
|
+
} : n[r] = {};
|
|
20915
|
+
}
|
|
20916
|
+
return n;
|
|
20907
20917
|
};
|
|
20908
20918
|
//#endregion
|
|
20909
|
-
//#region src/components/
|
|
20919
|
+
//#region src/components/VerticalBar/children/VerticalBarItem.tsx
|
|
20910
20920
|
ME([
|
|
20911
20921
|
cA,
|
|
20912
20922
|
QA,
|
|
20913
20923
|
$j,
|
|
20914
20924
|
jN
|
|
20915
20925
|
]);
|
|
20916
|
-
var
|
|
20926
|
+
var IN = ({ visualization: i = {}, data: a = {}, showLegend: o = !0 }) => {
|
|
20917
20927
|
let s = r(null), c = r(null), l = PN({
|
|
20918
20928
|
visualization: i,
|
|
20919
20929
|
data: a
|
|
20920
20930
|
}), u = NN({
|
|
20921
20931
|
visualization: i,
|
|
20922
20932
|
data: a
|
|
20923
|
-
}), { series: d = [] } = i || {}
|
|
20933
|
+
}), { series: d = [] } = i || {}, f = FN({
|
|
20934
|
+
xData: u,
|
|
20935
|
+
series: d
|
|
20936
|
+
});
|
|
20924
20937
|
return n(() => {
|
|
20925
20938
|
if (!s.current) return;
|
|
20926
20939
|
c.current ||= lC(s.current, void 0, { renderer: "svg" });
|
|
@@ -20940,7 +20953,25 @@ var FN = ({ visualization: i = {}, data: a = {}, showLegend: o = !0 }) => {
|
|
|
20940
20953
|
] },
|
|
20941
20954
|
barMaxWidth: 30,
|
|
20942
20955
|
silent: !0
|
|
20943
|
-
})), n = [...l, ...t], r = {
|
|
20956
|
+
})), n = [...l, ...t], r = { valueStyle: {
|
|
20957
|
+
color: "#333",
|
|
20958
|
+
align: "center",
|
|
20959
|
+
padding: [
|
|
20960
|
+
0,
|
|
20961
|
+
0,
|
|
20962
|
+
6,
|
|
20963
|
+
0
|
|
20964
|
+
]
|
|
20965
|
+
} };
|
|
20966
|
+
f.forEach(({ image: e }, t) => {
|
|
20967
|
+
e && (r[`img_${t}`] = {
|
|
20968
|
+
height: 24,
|
|
20969
|
+
width: 24,
|
|
20970
|
+
align: "center",
|
|
20971
|
+
backgroundColor: { image: e }
|
|
20972
|
+
});
|
|
20973
|
+
});
|
|
20974
|
+
let i = {
|
|
20944
20975
|
grid: {
|
|
20945
20976
|
left: "0%",
|
|
20946
20977
|
right: "0%",
|
|
@@ -20952,7 +20983,15 @@ var FN = ({ visualization: i = {}, data: a = {}, showLegend: o = !0 }) => {
|
|
|
20952
20983
|
type: "category",
|
|
20953
20984
|
data: u,
|
|
20954
20985
|
axisLine: { show: !1 },
|
|
20955
|
-
axisTick: { show: !1 }
|
|
20986
|
+
axisTick: { show: !1 },
|
|
20987
|
+
axisLabel: {
|
|
20988
|
+
interval: 0,
|
|
20989
|
+
formatter: (e, t) => {
|
|
20990
|
+
let n = `img_${t}`;
|
|
20991
|
+
return r[n] ? `{valueStyle|${e}}\n{${n}|}` : `{valueStyle|${e}}`;
|
|
20992
|
+
},
|
|
20993
|
+
rich: r
|
|
20994
|
+
}
|
|
20956
20995
|
},
|
|
20957
20996
|
yAxis: {
|
|
20958
20997
|
type: "value",
|
|
@@ -20960,63 +20999,68 @@ var FN = ({ visualization: i = {}, data: a = {}, showLegend: o = !0 }) => {
|
|
|
20960
20999
|
},
|
|
20961
21000
|
series: n
|
|
20962
21001
|
};
|
|
20963
|
-
c.current.setOption(
|
|
20964
|
-
let
|
|
21002
|
+
c.current.setOption(i);
|
|
21003
|
+
let a = new ResizeObserver(() => {
|
|
20965
21004
|
c.current?.resize();
|
|
20966
21005
|
});
|
|
20967
|
-
return
|
|
20968
|
-
|
|
21006
|
+
return a.observe(s.current), () => {
|
|
21007
|
+
a.disconnect(), c.current?.dispose(), c.current = null;
|
|
20969
21008
|
};
|
|
20970
|
-
}, [
|
|
20971
|
-
|
|
21009
|
+
}, [
|
|
21010
|
+
l,
|
|
21011
|
+
u,
|
|
21012
|
+
f
|
|
21013
|
+
]), /* @__PURE__ */ t("div", {
|
|
21014
|
+
className: "vertical-bar-chart-ctn",
|
|
20972
21015
|
children: [(() => {
|
|
20973
21016
|
if (!o || !d.length) return null;
|
|
20974
21017
|
let n = d.map(({ key: n, color: r }, i) => /* @__PURE__ */ t("div", {
|
|
20975
|
-
className: "
|
|
21018
|
+
className: "vertical-bar-chart-label",
|
|
20976
21019
|
children: [/* @__PURE__ */ e("div", {
|
|
20977
|
-
className: "
|
|
21020
|
+
className: "vertical-bar-chart-label-icon",
|
|
20978
21021
|
style: { background: r || "" }
|
|
20979
21022
|
}), /* @__PURE__ */ e("p", {
|
|
20980
|
-
className: "
|
|
21023
|
+
className: "vertical-bar-chart-label-text",
|
|
20981
21024
|
children: n
|
|
20982
21025
|
})]
|
|
20983
|
-
}, `
|
|
21026
|
+
}, `vertical-bar-chart-label-${n}-${r}-${i}`));
|
|
20984
21027
|
return /* @__PURE__ */ e("div", {
|
|
20985
|
-
className: "
|
|
21028
|
+
className: "vertical-bar-chart-labels",
|
|
20986
21029
|
children: n
|
|
20987
21030
|
});
|
|
20988
21031
|
})(), /* @__PURE__ */ e("div", {
|
|
20989
21032
|
ref: s,
|
|
20990
|
-
className: "bars-
|
|
21033
|
+
className: "bars-vertical-bar-chart",
|
|
20991
21034
|
style: {
|
|
20992
21035
|
width: "100%",
|
|
20993
21036
|
aspectRatio: "1242 / 478"
|
|
20994
21037
|
}
|
|
20995
21038
|
})]
|
|
20996
21039
|
});
|
|
20997
|
-
},
|
|
20998
|
-
let { data: r = {}, metadata: { title: i = "", description: a = "", source: o = "" } = {}, visualization:
|
|
21040
|
+
}, LN = ({ data: n = {} }) => {
|
|
21041
|
+
let { data: r = {}, metadata: { title: i = "", description: a = "", source: o = "", image: c = void 0 } = {}, visualization: l = {}, visualization: { settings: { showChart: u = !0, showDescription: d = !0, showImage: f = !0, showLegend: p = !0, showSource: m = !0, showTitle: h = !0 } = {} } = {} } = n || {};
|
|
20999
21042
|
return /* @__PURE__ */ t("div", {
|
|
21000
|
-
className: "
|
|
21043
|
+
className: "vertical-bar-chart",
|
|
21001
21044
|
children: [
|
|
21002
21045
|
/* @__PURE__ */ e(s, {
|
|
21003
21046
|
title: i,
|
|
21004
|
-
showTitle:
|
|
21047
|
+
showTitle: h,
|
|
21005
21048
|
subtitle: a,
|
|
21006
|
-
showSubtitle:
|
|
21007
|
-
showLogo:
|
|
21049
|
+
showSubtitle: d,
|
|
21050
|
+
showLogo: f,
|
|
21051
|
+
logoSrc: c
|
|
21008
21052
|
}),
|
|
21009
|
-
/* @__PURE__ */ e(
|
|
21053
|
+
u ? /* @__PURE__ */ e(IN, {
|
|
21010
21054
|
data: r,
|
|
21011
|
-
visualization:
|
|
21012
|
-
showLegend:
|
|
21013
|
-
}),
|
|
21014
|
-
o ? /* @__PURE__ */ t("p", {
|
|
21015
|
-
className: "
|
|
21055
|
+
visualization: l,
|
|
21056
|
+
showLegend: p
|
|
21057
|
+
}) : null,
|
|
21058
|
+
!m || !o ? null : /* @__PURE__ */ t("p", {
|
|
21059
|
+
className: "vertical-bar-chart-font",
|
|
21016
21060
|
children: ["Fuente: ", /* @__PURE__ */ e("span", { children: o })]
|
|
21017
|
-
})
|
|
21061
|
+
})
|
|
21018
21062
|
]
|
|
21019
21063
|
});
|
|
21020
21064
|
};
|
|
21021
21065
|
//#endregion
|
|
21022
|
-
export {
|
|
21066
|
+
export { s as Title, LN as VerticalBar };
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { VerticalBarItemProps } from '../components/VerticalBar/children/VerticalBarItem';
|
|
2
|
+
import { SerieItem } from '../components/VerticalBar/types';
|
|
3
|
+
export declare const getYData: ({ visualization, data }: VerticalBarItemProps) => (string | number | undefined)[];
|
|
4
|
+
export declare const getXData: ({ visualization, data }: VerticalBarItemProps) => (string | number | undefined)[];
|
|
5
|
+
export declare const getDataSet: ({ visualization, data }: VerticalBarItemProps) => {
|
|
6
|
+
color: string | null;
|
|
7
|
+
data: number[] | {
|
|
8
|
+
value: number;
|
|
9
|
+
itemStyle: {
|
|
10
|
+
color: string;
|
|
11
|
+
};
|
|
12
|
+
}[];
|
|
13
|
+
emphasis: {
|
|
14
|
+
itemStyle: {
|
|
15
|
+
color: string | null;
|
|
16
|
+
shadowBlur: number;
|
|
17
|
+
shadowColor: string;
|
|
18
|
+
};
|
|
19
|
+
focus: string;
|
|
20
|
+
};
|
|
21
|
+
name: string | number | undefined;
|
|
22
|
+
type: "bar";
|
|
23
|
+
stack: number;
|
|
24
|
+
itemStyle: {
|
|
25
|
+
borderRadius: number;
|
|
26
|
+
};
|
|
27
|
+
barMaxWidth: number;
|
|
28
|
+
}[];
|
|
29
|
+
export declare const getXImages: ({ xData, series }: {
|
|
30
|
+
xData?: (string | number | undefined)[];
|
|
31
|
+
series?: Array<SerieItem>;
|
|
32
|
+
}) => ({
|
|
33
|
+
key: string | number | undefined;
|
|
34
|
+
image: string;
|
|
35
|
+
} | {
|
|
36
|
+
key?: undefined;
|
|
37
|
+
image?: undefined;
|
|
38
|
+
})[];
|
|
39
|
+
//# sourceMappingURL=VerticalBarItem.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"VerticalBarItem.d.ts","sourceRoot":"","sources":["../../src/utils/VerticalBarItem.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,oDAAoD,CAAC;AAC1F,OAAO,EAAE,SAAS,EAAE,MAAM,iCAAiC,CAAC;AAE5D,eAAO,MAAM,QAAQ,GAAI,yBAAyB,oBAAoB,oCAYrE,CAAC;AAEF,eAAO,MAAM,QAAQ,GAAI,yBAAyB,oBAAoB,oCAarE,CAAC;AAEF,eAAO,MAAM,UAAU,GAAI,yBAAmC,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;GA4EjF,CAAC;AAEF,eAAO,MAAM,UAAU,GAAI,mBAA6B;IAAE,KAAK,CAAC,EAAE,CAAC,MAAM,GAAG,MAAM,GAAG,SAAS,CAAC,EAAE,CAAC;IAAC,MAAM,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC,CAAA;CAAE;;;;;;IAW7H,CAAA"}
|
package/package.json
CHANGED
package/dist/components/GradientStackedAreaChart/children/GradientStackedAreaChartItem.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"GradientStackedAreaChartItem.d.ts","sourceRoot":"","sources":["../../../../src/components/GradientStackedAreaChart/children/GradientStackedAreaChartItem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4B,MAAM,OAAO,CAAC;AAsCjD,QAAA,MAAM,4BAA4B,EAAE,KAAK,CAAC,EAoJzC,CAAC;AAEF,eAAe,4BAA4B,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/GradientStackedAreaChart/index.tsx"],"names":[],"mappings":"AAEA,OAAO,cAAc,CAAA;AAErB,MAAM,WAAW,6BAA6B;IAC5C,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC7B,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,QAAQ,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC9B,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC5B;AAED,QAAA,MAAM,wBAAwB,GAAI;;;;;;;;;CAOb,gCAyBpB,CAAA;AAED,eAAe,wBAAwB,CAAA"}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { Data, Visualization } from '../types';
|
|
2
|
-
export interface StackedBarChartItemProps {
|
|
3
|
-
visualization: Visualization;
|
|
4
|
-
data?: Data;
|
|
5
|
-
showLegend?: boolean;
|
|
6
|
-
}
|
|
7
|
-
export declare const StackedBarChartItem: ({ visualization, data, showLegend }: StackedBarChartItemProps) => import("react").JSX.Element;
|
|
8
|
-
export default StackedBarChartItem;
|
|
9
|
-
//# sourceMappingURL=StackedBarChartItem.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"StackedBarChartItem.d.ts","sourceRoot":"","sources":["../../../../src/components/StackedBarChart/children/StackedBarChartItem.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAE,IAAI,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AAK/C,MAAM,WAAW,wBAAwB;IACvC,aAAa,EAAE,aAAa,CAAC;IAC7B,IAAI,CAAC,EAAE,IAAI,CAAC;IACZ,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB;AAED,eAAO,MAAM,mBAAmB,GAAI,qCAAsD,wBAAwB,gCA8GjH,CAAC;AAEF,eAAe,mBAAmB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/StackedBarChart/index.tsx"],"names":[],"mappings":"AAEA,OAAO,cAAc,CAAC;AACtB,OAAO,EAAE,OAAO,EAAE,MAAM,SAAS,CAAC;AAClC,MAAM,WAAW,oBAAoB;IACnC,IAAI,EAAE,OAAO,CAAC;CACf;AAGD,eAAO,MAAM,eAAe,GAAI,mBAAwB,oBAAoB,gCA+B3E,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/StackedBarChart/types.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,QAAQ;IACvB,CAAC,CAAC,EAAE,MAAM,CAAC;IACX,CAAC,CAAC,EAAE,KAAK,CAAC,MAAM,GAAG,MAAM,GAAG,SAAS,CAAC,CAAC;CACxC;AAED,KAAK,QAAQ,GAAG,KAAK,CAAC,CAAC,MAAM,GAAG,MAAM,GAAG,SAAS,CAAC,EAAE,CAAC,CAAC;AAEvD,MAAM,WAAW,IAAI;IACnB,OAAO,CAAC,EAAE,KAAK,CAAC,MAAM,GAAG,MAAM,GAAG,SAAS,CAAC,CAAC;IAC7C,IAAI,CAAC,EAAE,QAAQ,CAAC;CACjB;AAED,MAAM,WAAW,QAAQ;IACvB,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACjC,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC7B;AAED,MAAM,WAAW,QAAQ;IACvB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB;AAED,MAAM,WAAW,SAAS;IACtB,GAAG,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS,CAAC;IAClC,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;CAC7B;AAED,MAAM,WAAW,aAAa;IAC5B,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1B,QAAQ,CAAC,EAAE,QAAQ,CAAC;IACpB,QAAQ,CAAC,EAAE,QAAQ,CAAC;IACpB,MAAM,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC,CAAA;CAC1B;AAED,MAAM,WAAW,OAAO;IACtB,QAAQ,CAAC,EAAE,QAAQ,CAAC;IACpB,IAAI,CAAC,EAAE,IAAI,CAAC;IACZ,aAAa,CAAC,EAAE,aAAa,CAAC;IAC9B,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB"}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { StackedBarChartItemProps } from '../components/StackedBarChart/children/StackedBarChartItem';
|
|
2
|
-
export declare const getYData: ({ visualization, data }: StackedBarChartItemProps) => (string | number | undefined)[];
|
|
3
|
-
export declare const getXData: ({ visualization, data }: StackedBarChartItemProps) => (string | number | undefined)[];
|
|
4
|
-
export declare const getDataSet: ({ visualization, data }: StackedBarChartItemProps) => {
|
|
5
|
-
color: string | null;
|
|
6
|
-
data: number[] | {
|
|
7
|
-
value: number;
|
|
8
|
-
itemStyle: {
|
|
9
|
-
color: string;
|
|
10
|
-
};
|
|
11
|
-
}[];
|
|
12
|
-
emphasis: {
|
|
13
|
-
itemStyle: {
|
|
14
|
-
color: string | null;
|
|
15
|
-
shadowBlur: number;
|
|
16
|
-
shadowColor: string;
|
|
17
|
-
};
|
|
18
|
-
focus: string;
|
|
19
|
-
};
|
|
20
|
-
name: string | number | undefined;
|
|
21
|
-
type: "bar";
|
|
22
|
-
stack: number;
|
|
23
|
-
itemStyle: {
|
|
24
|
-
borderRadius: number;
|
|
25
|
-
};
|
|
26
|
-
barMaxWidth: number;
|
|
27
|
-
}[];
|
|
28
|
-
//# sourceMappingURL=StackedBarChartItem.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"StackedBarChartItem.d.ts","sourceRoot":"","sources":["../../src/utils/StackedBarChartItem.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,wBAAwB,EAAE,MAAM,4DAA4D,CAAC;AAEtG,eAAO,MAAM,QAAQ,GAAI,yBAAyB,wBAAwB,oCAYzE,CAAC;AAEF,eAAO,MAAM,QAAQ,GAAI,yBAAyB,wBAAwB,oCAazE,CAAC;AAEF,eAAO,MAAM,UAAU,GAAI,yBAAmC,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;GA4ErF,CAAC"}
|