123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- import{d as qb,c as nt,q as Aa,r as eI,y as rI,$ as aI,bG as iI,k as Zy,ab as nI,bI as oI}from"./index.298b5cc7.js";const sI="_subjectEcharts_17r04_1",lI="_container_17r04_5",uI="_emtry_17r04_12",fI="_head_17r04_20",hI="_headLeft_17r04_26",vI="_icon_17r04_30",cI="_headRight_17r04_36",pI="_headLabelWrap_17r04_50",dI="_headLabel_17r04_50",gI="_headLabelDot_17r04_62",yI="_content_17r04_68",mI="_echartsMain_17r04_73",_I="_items_17r04_77",SI="_item_17r04_77",xI="_itemNum_17r04_84",bI="_rect_17r04_94",wI="_itemTitle_17r04_101",TI="_line_17r04_106",AI="_subjectWrap_17r04_112",CI="_listItem_17r04_115",MI="_itemLeft_17r04_125",DI="_subjectName_17r04_129",LI="_subjectType_17r04_138",II="_dot_17r04_144",PI="_listItemActive_17r04_153",RI="_listitems_17r04_158";var _t={subjectEcharts:sI,container:lI,emtry:uI,head:fI,headLeft:hI,icon:vI,headRight:cI,headLabelWrap:pI,headLabel:dI,headLabelDot:gI,content:yI,echartsMain:mI,items:_I,item:SI,itemNum:xI,rect:bI,itemTitle:wI,line:TI,subjectWrap:AI,listItem:CI,itemLeft:MI,subjectName:DI,subjectType:LI,dot:II,listItemActive:PI,listitems:RI};const EI="_circle_1j0c8_1",kI="_des_1j0c8_22";var pn={circle:EI,"circle-main-box":"_circle-main-box_1j0c8_4","count-num":"_count-num_1j0c8_9",des:kI},OI=qb({name:"CircleProgress",data(){return{now:0,timer:null}},props:{value:{type:Number,default:0},size:{type:Number,default:120},strokeWidth:{type:Number,default:10},color:{type:String,default:"rgba(153,202,251,1)"},duration:{type:Number,default:1e3},des:{type:String,default:"\u603B\u8FBE\u6807\u7387"}},watch:{value(r){this.now=0,this.$nextTick(()=>{this.run()})}},computed:{percentage(){return this.value},countDown(){return this.now},cx(){return this.size/2},cy(){return this.size/2},radius(){return(this.size-this.strokeWidth)/2},circumference(){return 2*Math.PI*this.radius},progress(){return(1-this.now/100)*this.circumference}},mounted(){this.run()},methods:{run(){if(this.value==0)return;let r=this.duration/this.value;this.timer=setInterval(()=>{if(this.now>=this.value)return this.now=this.value,clearInterval(this.timer);this.now++},r)}},render(){return nt("div",{class:pn["circle-main"]},[nt("div",{class:pn["circle-main-box"],style:[{width:this.size+"px",height:this.size+"px"}]},[nt("svg",{width:this.size,height:this.size,class:pn.circle},[nt("circle",{r:this.radius,cx:this.cx,cy:this.cy,fill:"transparent",stroke:"#FFE7DF","stroke-width":this.strokeWidth},null),nt("circle",{r:this.radius,cx:this.cx,cy:this.cy,fill:"transparent",stroke:this.color,"stroke-width":this.strokeWidth,"stroke-linecap":"round","stroke-dasharray":this.circumference,"stroke-dashoffset":this.progress},null)]),nt("span",{class:pn["count-num"]},[this.countDown,nt("span",{class:pn.countType},[Aa("%")])]),nt("span",{class:pn.des},[this.des])])])}}),NI="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAAAXNSR0IArs4c6QAABHtJREFUWEe9mFtsVFUUhr81A1MwtOoLqZBweVOHQnwwXqKJxigyBJCqSDReovWCthGtaWO0OlJ8ANNIAgmRlKp4B6TSalMlGB8M1MdCa9BEa0kMKEFjR21anNlmz5wzs3tmn8u00f22z1l77X///1prXwRP29KvkggNwK3AIqWo9trMpC+QQTiN4gjQ+dLtMmz6E7eT3q8S1NABbFKK+EwmjTpWIIuwmzGa0xtkUo/LA9JgctX0objFdKacThG103e/+03sZ+9+944X4WgsQ0qDytu09amdStEYdWX/hZ0Iu9pT0iRt/SqZzTKIRSZxlqTCKImK0I+iglbZeJwV8vyn6nUUm20+y6h1jTyO/aT1xemrHTuktVcNAUnr4DBmphtcPisVGJaWHjWmcFI7KoCIdkUi/Ow9C9IlQZ47rBQBnCdroX45VFcZHFoo/2McDg7Cd+cgBtxzFdQtgFm6A2QmoPsEDJ21aGHML89+EhyybbdB9Zxo+X7+L9j2JSyrhQeuLp9Yg2r/IjgDZHN3MEPb14SnkEvYRBZe7IPrlsD6Ovu41l6KghQtTIaePlTOkPtFp70NkJ/CGlCbBrQY1i+3A2rpDWGo6eNgyQIZ8sTSpMvQTAA1HiwBsiXDa4ZkYcmlAWmGrtWSaYYs6d3a48+QNpcnD0RgyFtvXJ+eCV3JNKB6HUOWOhUq2RP7gwG9sgrmzo6WZUXJfIJ6/AK83B8SQ49/ZAFkxMY1S2DdMog79aR4RLAocuoX6PoGFl4MT91QqkGaqWwODp+EgdFy4kyI8uiH4Vvn7DhclAhemfai64zrrWoWzHGZBf6ehAvZCCXkkQ/CAS2+1CiOTtUd/a3gfF4V6P/uycBvT9RgR3+PAOjh9y11yBmnlVtXB9cv9ThSsHcAvj8Hz9wEtTXhE2mLYyMF2YKaPPReMEOvrgYtmbcdOgEDP0F7CrQ8tuYtoFqyFz4LAfTgu8F1aPtau4Puk3B8BLamIOEDyDayxahDttOL3P+OUrZ64TrbZgGkHemd+/hogaFEBVcCa2E0kMl9+0IKowHIlCAPSEu2ugTIr36aTJkM2RiUe/cpVYTkeCw6VmBjSDPaPVgAtNUAFCW0NSBvRprzy8a3AxjyA+RIpoN6S0BQ2wDq40dglm14yzgPuZZGpW6+GeY7d1dTkjeOwQ/nofFGWHTJ1Cn8NuFfM9DxlQWOMUDuetPCkGOgqb2sBlZeXiiAuv2Tg6Ez8PWPhc18/jxYdQXUuKdKn+X/OQH9p+DsWMnABlzu7FLaZHr397CrbZQon7qAjNR3qSFU4RoUdt7x1b7ii1nBUxleYVju2Bt+Uax8oVHyzWIj7JA1e1RShEH4f148AqBmlWJFfvFrO9XOXK702BB0BZ/m2kOHxWLs6mmQpvzcd6dVYnwhfSo39TnG9TLNEAkFUawyMY7O/ZnUgbTzHKN/XJlWiaUL6MgpNtleQiJ7r8RQyMZg98gZmr9NGw9Wpo+Ve1SSHA1SwZNexDtAIbOEDHBawRFidH7+2NQnvX8BBdCOWcDBrfEAAAAASUVORK5CYII=",BI="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAAAXNSR0IArs4c6QAABOJJREFUWEfNmGtsFFUUx39nW4oUeQQUEGoJiRCwIZDoB4KJCQoBUZGoLYgoooipSAAhoAhxo2IkPApCBJRADcYoqNFEES2NfvMREkUoigSQUpRHQGlDW0q7x9zO7O7szJ2dBYJxPjTde8/jf8/5nzP3jOB79P2lJbS2zgDGAMWgXVBXSPzCfm3f76R8Ut9sizQAtZCoIp/NMmV5jVcr5UK3xwtoal6FJspB8jJNhyGKABS93YbIBjpdN1/K4i3teM0fjccL6N+4E/TuDBtXG5mkMb8db8ScqFVzrHC8xOMtDqAtC9ah+lz0ga6hhMh6eXLlbNG355UQk71AXoorSb9+DgQ45B5V3A2NSG0YB531NhI6TPSduRUoc6/h2XM3LawR3TRnP2hJppb/xJ7d/AIoHgL9h8IN/aCwG+R1gKZ6qD8Ldb/C0V+g4SzBiIfYTUVOakQ3zq5H6eK4zMJiicHgEXDbOCjsmv3UJnW//wh7voQL5z2yATb749Ag+tYsjeROx04wehoUDXZx+7iTqqbkurvQ3Ai7K+HEIWsCUosenKLry/2wM5ULOsHEOdC9T5YIZgmYJqBqK/yxLycuib75jBefo5TMqamee2amI5OTSYvQpRb4bA2c+yszwgFRQXTtTEuE3KUhI+HOSRYPEVwI5ELgTC18sjrySKIVM+wpM9X0yBLoHEHgSBcegap34chP6QWLZ9HVT3mWPf8OGA5jn8gsvstxbpOtOwhfbMxGOERXTg/iNBwaNRUG3W6vjuxlEO4w0QaVL0FLc6iM6IppdvNli6DHTVcbk6D+p2vh5NEsgJY/roGWaqpr+jLoWBgB6AouSF9vhcPm1el90jERfWOqPUJPr4D8Dj69kIZYvQ3+Pu3pU2HnEGg4B80XskTo9Sl2QFOXQteedlL7bwEfrYJ/TkH33tkj6tU7c9wqK7pschCQWZkwC4oGuUoRLDaAzPPwgpBU+E5wsRG2LA4B9Ooku7fho2DkA7mRuh2QWgCFqJuO/cHyEECvlNoBmXQ9usRcL6NB7XAjVDo/WtZIHNwD1e+FAIo/ZOlDLohRk2HIiHAnyRuiAWRUSt2UJddTh/G52FUJh38OAfTyg2lpv6Hru8GkRdHl3x4hTQPKFqfG87DtNWi7FJRSRXTpRHunNuJmp2gg3F8OsZjFjRvJHSudvVxS9u2HUPNdlrJfMiH6RTBgKIx5DDoUuIZ8vNruAipLVlnIzbP2N/h8E5g7Usgjuvi+4H0oJexphD37wl2ToVdx0JQfkA3PuZPw8VpoaYLUdOI3Ze5DL95r70NGNlBgAgOHO0TvdwvE3AF3u0vqMrfK/BaPH4SvKuFiU2QVir4wvh5V95Lvk7fN5kkRc7Xt2Qc6d4O6Q9C1B6RS5goZAv+wCw58nzVNaa/SILpw3H7AHYOi6eQoW16qN94ME591powzJ+DIPjh2AFot1RQepxrRhWMrSOj/Y1DEDIqLxpbQmtgLmh6lc2jOkWS4bAFpIxEb5nxseH70OjSR/tiQmtWTVnNNZbBqnJWooUBBYutl9e7ZDqDSWwso6r0TJfNzzGWf8goVhGrqTo2XHQeczzEpUH17rUIpb0/ff/JIG8IG/jw934Cxdhqdd0cJrXkzQMcgUhzaEjIAh5HONudIA6q1IFXk522Wim8yPun9C9eIpLzmb7PtAAAAAElFTkSuQmCC";/*! *****************************************************************************
- Copyright (c) Microsoft Corporation.
- Permission to use, copy, modify, and/or distribute this software for any
- purpose with or without fee is hereby granted.
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
- AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
- PERFORMANCE OF THIS SOFTWARE.
- ***************************************************************************** */var tp=function(r,e){return tp=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,a){t.__proto__=a}||function(t,a){for(var i in a)Object.prototype.hasOwnProperty.call(a,i)&&(t[i]=a[i])},tp(r,e)};function k(r,e){if(typeof e!="function"&&e!==null)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");tp(r,e);function t(){this.constructor=r}r.prototype=e===null?Object.create(e):(t.prototype=e.prototype,new t)}var VI=function(){function r(){this.firefox=!1,this.ie=!1,this.edge=!1,this.newEdge=!1,this.weChat=!1}return r}(),zI=function(){function r(){this.browser=new VI,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!="undefined"}return r}(),Mi=new zI;typeof wx=="object"&&typeof wx.getSystemInfoSync=="function"?(Mi.wxa=!0,Mi.touchEventsSupported=!0):typeof document=="undefined"&&typeof self!="undefined"?Mi.worker=!0:typeof navigator=="undefined"?(Mi.node=!0,Mi.svgSupported=!0):GI(navigator.userAgent,Mi);function GI(r,e){var t=e.browser,a=r.match(/Firefox\/([\d.]+)/),i=r.match(/MSIE\s([\d.]+)/)||r.match(/Trident\/.+?rv:(([\d.]+))/),n=r.match(/Edge?\/([\d.]+)/),o=/micromessenger/i.test(r);a&&(t.firefox=!0,t.version=a[1]),i&&(t.ie=!0,t.version=i[1]),n&&(t.edge=!0,t.version=n[1],t.newEdge=+n[1].split(".")[0]>18),o&&(t.weChat=!0),e.svgSupported=typeof SVGRect!="undefined",e.touchEventsSupported="ontouchstart"in window&&!t.ie&&!t.edge,e.pointerEventsSupported="onpointerdown"in window&&(t.edge||t.ie&&+t.version>=11),e.domSupported=typeof document!="undefined";var s=document.documentElement.style;e.transform3dSupported=(t.ie&&"transition"in s||t.edge||"WebKitCSSMatrix"in window&&"m11"in new WebKitCSSMatrix||"MozPerspective"in s)&&!("OTransition"in s),e.transformSupported=e.transform3dSupported||t.ie&&+t.version>=9}var Mt=Mi,Gd=12,Kb="sans-serif",$a=Gd+"px "+Kb,FI=20,HI=100,WI="007LLmW'55;N0500LLLLLLLLLL00NNNLzWW\\\\WQb\\0FWLg\\bWb\\WQ\\WrWWQ000CL5LLFLL0LL**F*gLLLL5F0LF\\FFF5.5N";function $I(r){var e={};if(typeof JSON=="undefined")return e;for(var t=0;t<r.length;t++){var a=String.fromCharCode(t+32),i=(r.charCodeAt(t)-FI)/HI;e[a]=i}return e}var UI=$I(WI),Ua={createCanvas:function(){return typeof document!="undefined"&&document.createElement("canvas")},measureText:function(){var r,e;return function(t,a){if(!r){var i=Ua.createCanvas();r=i&&i.getContext("2d")}if(r)return e!==a&&(e=r.font=a||$a),r.measureText(t);t=t||"",a=a||$a;var n=/^([0-9]*?)px$/.exec(a),o=+(n&&n[1])||Gd,s=0;if(a.indexOf("mono")>=0)s=o*t.length;else for(var l=0;l<t.length;l++){var u=UI[t[l]];s+=u==null?o:u*o}return{width:s}}}(),loadImage:function(r,e,t){var a=new Image;return a.onload=e,a.onerror=t,a.src=r,a}},Qb=Vr(["Function","RegExp","Date","Error","CanvasGradient","CanvasPattern","Image","Canvas"],function(r,e){return r["[object "+e+"]"]=!0,r},{}),jb=Vr(["Int8","Uint8","Uint8Clamped","Int16","Uint16","Int32","Uint32","Float32","Float64"],function(r,e){return r["[object "+e+"Array]"]=!0,r},{}),lo=Object.prototype.toString,Yf=Array.prototype,YI=Yf.forEach,ZI=Yf.filter,Fd=Yf.slice,XI=Yf.map,Xy=function(){}.constructor,Cl=Xy?Xy.prototype:null,Hd="__proto__",qI=2311;function Jb(){return qI++}function Wd(){for(var r=[],e=0;e<arguments.length;e++)r[e]=arguments[e];typeof console!="undefined"&&console.error.apply(console,r)}function J(r){if(r==null||typeof r!="object")return r;var e=r,t=lo.call(r);if(t==="[object Array]"){if(!vs(r)){e=[];for(var a=0,i=r.length;a<i;a++)e[a]=J(r[a])}}else if(jb[t]){if(!vs(r)){var n=r.constructor;if(n.from)e=n.from(r);else{e=new n(r.length);for(var a=0,i=r.length;a<i;a++)e[a]=r[a]}}}else if(!Qb[t]&&!vs(r)&&!Ds(r)){e={};for(var o in r)r.hasOwnProperty(o)&&o!==Hd&&(e[o]=J(r[o]))}return e}function lt(r,e,t){if(!j(e)||!j(r))return t?J(e):r;for(var a in e)if(e.hasOwnProperty(a)&&a!==Hd){var i=r[a],n=e[a];j(n)&&j(i)&&!z(n)&&!z(i)&&!Ds(n)&&!Ds(i)&&!qy(n)&&!qy(i)&&!vs(n)&&!vs(i)?lt(i,n,t):(t||!(a in r))&&(r[a]=J(e[a]))}return r}function $d(r,e){for(var t=r[0],a=1,i=r.length;a<i;a++)t=lt(t,r[a],e);return t}function V(r,e){if(Object.assign)Object.assign(r,e);else for(var t in e)e.hasOwnProperty(t)&&t!==Hd&&(r[t]=e[t]);return r}function Q(r,e,t){for(var a=mt(e),i=0;i<a.length;i++){var n=a[i];(t?e[n]!=null:r[n]==null)&&(r[n]=e[n])}return r}function vt(r,e){if(r){if(r.indexOf)return r.indexOf(e);for(var t=0,a=r.length;t<a;t++)if(r[t]===e)return t}return-1}function KI(r,e){var t=r.prototype;function a(){}a.prototype=e.prototype,r.prototype=new a;for(var i in t)t.hasOwnProperty(i)&&(r.prototype[i]=t[i]);r.prototype.constructor=r,r.superClass=e}function jt(r,e,t){if(r="prototype"in r?r.prototype:r,e="prototype"in e?e.prototype:e,Object.getOwnPropertyNames)for(var a=Object.getOwnPropertyNames(e),i=0;i<a.length;i++){var n=a[i];n!=="constructor"&&(t?e[n]!=null:r[n]==null)&&(r[n]=e[n])}else Q(r,e,t)}function ye(r){return!r||typeof r=="string"?!1:typeof r.length=="number"}function C(r,e,t){if(!!(r&&e))if(r.forEach&&r.forEach===YI)r.forEach(e,t);else if(r.length===+r.length)for(var a=0,i=r.length;a<i;a++)e.call(t,r[a],a,r);else for(var n in r)r.hasOwnProperty(n)&&e.call(t,r[n],n,r)}function G(r,e,t){if(!r)return[];if(!e)return Ud(r);if(r.map&&r.map===XI)return r.map(e,t);for(var a=[],i=0,n=r.length;i<n;i++)a.push(e.call(t,r[i],i,r));return a}function Vr(r,e,t,a){if(!!(r&&e)){for(var i=0,n=r.length;i<n;i++)t=e.call(a,t,r[i],i,r);return t}}function Rt(r,e,t){if(!r)return[];if(!e)return Ud(r);if(r.filter&&r.filter===ZI)return r.filter(e,t);for(var a=[],i=0,n=r.length;i<n;i++)e.call(t,r[i],i,r)&&a.push(r[i]);return a}function QI(r,e,t){if(!!(r&&e)){for(var a=0,i=r.length;a<i;a++)if(e.call(t,r[a],a,r))return r[a]}}function mt(r){if(!r)return[];if(Object.keys)return Object.keys(r);var e=[];for(var t in r)r.hasOwnProperty(t)&&e.push(t);return e}function jI(r,e){for(var t=[],a=2;a<arguments.length;a++)t[a-2]=arguments[a];return function(){return r.apply(e,t.concat(Fd.call(arguments)))}}var U=Cl&&K(Cl.bind)?Cl.call.bind(Cl.bind):jI;function it(r){for(var e=[],t=1;t<arguments.length;t++)e[t-1]=arguments[t];return function(){return r.apply(this,e.concat(Fd.call(arguments)))}}function z(r){return Array.isArray?Array.isArray(r):lo.call(r)==="[object Array]"}function K(r){return typeof r=="function"}function $(r){return typeof r=="string"}function ep(r){return lo.call(r)==="[object String]"}function wt(r){return typeof r=="number"}function j(r){var e=typeof r;return e==="function"||!!r&&e==="object"}function qy(r){return!!Qb[lo.call(r)]}function He(r){return!!jb[lo.call(r)]}function Ds(r){return typeof r=="object"&&typeof r.nodeType=="number"&&typeof r.ownerDocument=="object"}function Zf(r){return r.colorStops!=null}function JI(r){return r.image!=null}function t2(r){return lo.call(r)==="[object RegExp]"}function Ls(r){return r!==r}function ne(){for(var r=[],e=0;e<arguments.length;e++)r[e]=arguments[e];for(var t=0,a=r.length;t<a;t++)if(r[t]!=null)return r[t]}function ct(r,e){return r!=null?r:e}function ta(r,e,t){return r!=null?r:e!=null?e:t}function Ud(r){for(var e=[],t=1;t<arguments.length;t++)e[t-1]=arguments[t];return Fd.apply(r,e)}function Yd(r){if(typeof r=="number")return[r,r,r,r];var e=r.length;return e===2?[r[0],r[1],r[0],r[1]]:e===3?[r[0],r[1],r[2],r[1]]:r}function Ae(r,e){if(!r)throw new Error(e)}function dr(r){return r==null?null:typeof r.trim=="function"?r.trim():r.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"")}var tw="__ec_primitive__";function qu(r){r[tw]=!0}function vs(r){return r[tw]}var e2=function(){function r(e){this.data={};var t=z(e);this.data={};var a=this;e instanceof r?e.each(i):e&&C(e,i);function i(n,o){t?a.set(n,o):a.set(o,n)}}return r.prototype.get=function(e){return this.data.hasOwnProperty(e)?this.data[e]:null},r.prototype.set=function(e,t){return this.data[e]=t},r.prototype.each=function(e,t){for(var a in this.data)this.data.hasOwnProperty(a)&&e.call(t,this.data[a],a)},r.prototype.keys=function(){return mt(this.data)},r.prototype.removeKey=function(e){delete this.data[e]},r}();function q(r){return new e2(r)}function Ku(r,e){for(var t=new r.constructor(r.length+e.length),a=0;a<r.length;a++)t[a]=r[a];for(var i=r.length,a=0;a<e.length;a++)t[a+i]=e[a];return t}function Xf(r,e){var t;if(Object.create)t=Object.create(r);else{var a=function(){};a.prototype=r,t=new a}return e&&V(t,e),t}function ew(r){var e=r.style;e.webkitUserSelect="none",e.userSelect="none",e.webkitTapHighlightColor="rgba(0,0,0,0)",e["-webkit-touch-callout"]="none"}function Y(r,e){return r.hasOwnProperty(e)}function Kt(){}var Lu=180/Math.PI;function sn(r,e){return r==null&&(r=0),e==null&&(e=0),[r,e]}function xe(r,e){return r[0]=e[0],r[1]=e[1],r}function ea(r){return[r[0],r[1]]}function r2(r,e,t){return r[0]=e,r[1]=t,r}function Ky(r,e,t){return r[0]=e[0]+t[0],r[1]=e[1]+t[1],r}function rp(r,e,t,a){return r[0]=e[0]+t[0]*a,r[1]=e[1]+t[1]*a,r}function Vi(r,e,t){return r[0]=e[0]-t[0],r[1]=e[1]-t[1],r}function ap(r){return Math.sqrt(a2(r))}function a2(r){return r[0]*r[0]+r[1]*r[1]}function Eh(r,e,t){return r[0]=e[0]*t,r[1]=e[1]*t,r}function rl(r,e){var t=ap(e);return t===0?(r[0]=0,r[1]=0):(r[0]=e[0]/t,r[1]=e[1]/t),r}function ip(r,e){return Math.sqrt((r[0]-e[0])*(r[0]-e[0])+(r[1]-e[1])*(r[1]-e[1]))}var Ia=ip;function i2(r,e){return(r[0]-e[0])*(r[0]-e[0])+(r[1]-e[1])*(r[1]-e[1])}var $i=i2;function Iu(r,e,t,a){return r[0]=e[0]+a*(t[0]-e[0]),r[1]=e[1]+a*(t[1]-e[1]),r}function ue(r,e,t){var a=e[0],i=e[1];return r[0]=t[0]*a+t[2]*i+t[4],r[1]=t[1]*a+t[3]*i+t[5],r}function Pa(r,e,t){return r[0]=Math.min(e[0],t[0]),r[1]=Math.min(e[1],t[1]),r}function Ra(r,e,t){return r[0]=Math.max(e[0],t[0]),r[1]=Math.max(e[1],t[1]),r}var dn=function(){function r(e,t){this.target=e,this.topTarget=t&&t.topTarget}return r}(),n2=function(){function r(e){this.handler=e,e.on("mousedown",this._dragStart,this),e.on("mousemove",this._drag,this),e.on("mouseup",this._dragEnd,this)}return r.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 dn(t,e),"dragstart",e.event))},r.prototype._drag=function(e){var t=this._draggingTarget;if(t){var a=e.offsetX,i=e.offsetY,n=a-this._x,o=i-this._y;this._x=a,this._y=i,t.drift(n,o,e),this.handler.dispatchToElement(new dn(t,e),"drag",e.event);var s=this.handler.findHover(a,i,t).target,l=this._dropTarget;this._dropTarget=s,t!==s&&(l&&s!==l&&this.handler.dispatchToElement(new dn(l,e),"dragleave",e.event),s&&s!==l&&this.handler.dispatchToElement(new dn(s,e),"dragenter",e.event))}},r.prototype._dragEnd=function(e){var t=this._draggingTarget;t&&(t.dragging=!1),this.handler.dispatchToElement(new dn(t,e),"dragend",e.event),this._dropTarget&&this.handler.dispatchToElement(new dn(this._dropTarget,e),"drop",e.event),this._draggingTarget=null,this._dropTarget=null},r}(),o2=n2,s2=function(){function r(e){e&&(this._$eventProcessor=e)}return r.prototype.on=function(e,t,a,i){this._$handlers||(this._$handlers={});var n=this._$handlers;if(typeof t=="function"&&(i=a,a=t,t=null),!a||!e)return this;var o=this._$eventProcessor;t!=null&&o&&o.normalizeQuery&&(t=o.normalizeQuery(t)),n[e]||(n[e]=[]);for(var s=0;s<n[e].length;s++)if(n[e][s].h===a)return this;var l={h:a,query:t,ctx:i||this,callAtLast:a.zrEventfulCallAtLast},u=n[e].length-1,f=n[e][u];return f&&f.callAtLast?n[e].splice(u,0,l):n[e].push(l),this},r.prototype.isSilent=function(e){var t=this._$handlers;return!t||!t[e]||!t[e].length},r.prototype.off=function(e,t){var a=this._$handlers;if(!a)return this;if(!e)return this._$handlers={},this;if(t){if(a[e]){for(var i=[],n=0,o=a[e].length;n<o;n++)a[e][n].h!==t&&i.push(a[e][n]);a[e]=i}a[e]&&a[e].length===0&&delete a[e]}else delete a[e];return this},r.prototype.trigger=function(e){for(var t=[],a=1;a<arguments.length;a++)t[a-1]=arguments[a];if(!this._$handlers)return this;var i=this._$handlers[e],n=this._$eventProcessor;if(i)for(var o=t.length,s=i.length,l=0;l<s;l++){var u=i[l];if(!(n&&n.filter&&u.query!=null&&!n.filter(e,u.query)))switch(o){case 0:u.h.call(u.ctx);break;case 1:u.h.call(u.ctx,t[0]);break;case 2:u.h.call(u.ctx,t[0],t[1]);break;default:u.h.apply(u.ctx,t);break}}return n&&n.afterTrigger&&n.afterTrigger(e),this},r.prototype.triggerWithContext=function(e){for(var t=[],a=1;a<arguments.length;a++)t[a-1]=arguments[a];if(!this._$handlers)return this;var i=this._$handlers[e],n=this._$eventProcessor;if(i)for(var o=t.length,s=t[o-1],l=i.length,u=0;u<l;u++){var f=i[u];if(!(n&&n.filter&&f.query!=null&&!n.filter(e,f.query)))switch(o){case 0:f.h.call(s);break;case 1:f.h.call(s,t[0]);break;case 2:f.h.call(s,t[0],t[1]);break;default:f.h.apply(s,t.slice(1,o-1));break}}return n&&n.afterTrigger&&n.afterTrigger(e),this},r}(),sr=s2,l2=Math.log(2);function np(r,e,t,a,i,n){var o=a+"-"+i,s=r.length;if(n.hasOwnProperty(o))return n[o];if(e===1){var l=Math.round(Math.log((1<<s)-1&~i)/l2);return r[t][l]}for(var u=a|1<<t,f=t+1;a&1<<f;)f++;for(var h=0,v=0,c=0;v<s;v++){var p=1<<v;p&i||(h+=(c%2?-1:1)*r[t][v]*np(r,e-1,f,u,i|p,n),c++)}return n[o]=h,h}function Qy(r,e){var t=[[r[0],r[1],1,0,0,0,-e[0]*r[0],-e[0]*r[1]],[0,0,0,r[0],r[1],1,-e[1]*r[0],-e[1]*r[1]],[r[2],r[3],1,0,0,0,-e[2]*r[2],-e[2]*r[3]],[0,0,0,r[2],r[3],1,-e[3]*r[2],-e[3]*r[3]],[r[4],r[5],1,0,0,0,-e[4]*r[4],-e[4]*r[5]],[0,0,0,r[4],r[5],1,-e[5]*r[4],-e[5]*r[5]],[r[6],r[7],1,0,0,0,-e[6]*r[6],-e[6]*r[7]],[0,0,0,r[6],r[7],1,-e[7]*r[6],-e[7]*r[7]]],a={},i=np(t,8,0,0,0,a);if(i!==0){for(var n=[],o=0;o<8;o++)for(var s=0;s<8;s++)n[s]==null&&(n[s]=0),n[s]+=((o+s)%2?-1:1)*np(t,7,o===0?1:0,1<<o,1<<s,a)/i*e[o];return function(l,u,f){var h=u*n[6]+f*n[7]+1;l[0]=(u*n[0]+f*n[1]+n[2])/h,l[1]=(u*n[3]+f*n[4]+n[5])/h}}}var jy="___zrEVENTSAVED",kh=[];function u2(r,e,t,a,i){return op(kh,e,a,i,!0)&&op(r,t,kh[0],kh[1])}function op(r,e,t,a,i){if(e.getBoundingClientRect&&Mt.domSupported&&!rw(e)){var n=e[jy]||(e[jy]={}),o=f2(e,n),s=h2(o,n,i);if(s)return s(r,t,a),!0}return!1}function f2(r,e){var t=e.markers;if(t)return t;t=e.markers=[];for(var a=["left","right"],i=["top","bottom"],n=0;n<4;n++){var o=document.createElement("div"),s=o.style,l=n%2,u=(n>>1)%2;s.cssText=["position: absolute","visibility: hidden","padding: 0","margin: 0","border-width: 0","user-select: none","width:0","height:0",a[l]+":0",i[u]+":0",a[1-l]+":auto",i[1-u]+":auto",""].join("!important;"),r.appendChild(o),t.push(o)}return t}function h2(r,e,t){for(var a=t?"invTrans":"trans",i=e[a],n=e.srcCoords,o=[],s=[],l=!0,u=0;u<4;u++){var f=r[u].getBoundingClientRect(),h=2*u,v=f.left,c=f.top;o.push(v,c),l=l&&n&&v===n[h]&&c===n[h+1],s.push(r[u].offsetLeft,r[u].offsetTop)}return l&&i?i:(e.srcCoords=o,e[a]=t?Qy(s,o):Qy(o,s))}function rw(r){return r.nodeName.toUpperCase()==="CANVAS"}var v2=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,Oh=[],c2=Mt.browser.firefox&&+Mt.browser.version.split(".")[0]<39;function sp(r,e,t,a){return t=t||{},a?Jy(r,e,t):c2&&e.layerX!=null&&e.layerX!==e.offsetX?(t.zrX=e.layerX,t.zrY=e.layerY):e.offsetX!=null?(t.zrX=e.offsetX,t.zrY=e.offsetY):Jy(r,e,t),t}function Jy(r,e,t){if(Mt.domSupported&&r.getBoundingClientRect){var a=e.clientX,i=e.clientY;if(rw(r)){var n=r.getBoundingClientRect();t.zrX=a-n.left,t.zrY=i-n.top;return}else if(op(Oh,r,a,i)){t.zrX=Oh[0],t.zrY=Oh[1];return}}t.zrX=t.zrY=0}function Zd(r){return r||window.event}function qe(r,e,t){if(e=Zd(e),e.zrX!=null)return e;var a=e.type,i=a&&a.indexOf("touch")>=0;if(i){var o=a!=="touchend"?e.targetTouches[0]:e.changedTouches[0];o&&sp(r,o,e,t)}else{sp(r,e,e,t);var n=p2(e);e.zrDelta=n?n/120:-(e.detail||0)/3}var s=e.button;return e.which==null&&s!==void 0&&v2.test(e.type)&&(e.which=s&1?1:s&2?3:s&4?2:0),e}function p2(r){var e=r.wheelDelta;if(e)return e;var t=r.deltaX,a=r.deltaY;if(t==null||a==null)return e;var i=Math.abs(a!==0?a:t),n=a>0?-1:a<0?1:t>0?-1:1;return 3*i*n}function lp(r,e,t,a){r.addEventListener(e,t,a)}function d2(r,e,t,a){r.removeEventListener(e,t,a)}var oa=function(r){r.preventDefault(),r.stopPropagation(),r.cancelBubble=!0};function tm(r){return r.which===2||r.which===3}var g2=function(){function r(){this._track=[]}return r.prototype.recognize=function(e,t,a){return this._doTrack(e,t,a),this._recognize(e)},r.prototype.clear=function(){return this._track.length=0,this},r.prototype._doTrack=function(e,t,a){var i=e.touches;if(!!i){for(var n={points:[],touches:[],target:t,event:e},o=0,s=i.length;o<s;o++){var l=i[o],u=sp(a,l,{});n.points.push([u.zrX,u.zrY]),n.touches.push(l)}this._track.push(n)}},r.prototype._recognize=function(e){for(var t in Nh)if(Nh.hasOwnProperty(t)){var a=Nh[t](this._track,e);if(a)return a}},r}();function em(r){var e=r[1][0]-r[0][0],t=r[1][1]-r[0][1];return Math.sqrt(e*e+t*t)}function y2(r){return[(r[0][0]+r[1][0])/2,(r[0][1]+r[1][1])/2]}var Nh={pinch:function(r,e){var t=r.length;if(!!t){var a=(r[t-1]||{}).points,i=(r[t-2]||{}).points||a;if(i&&i.length>1&&a&&a.length>1){var n=em(a)/em(i);!isFinite(n)&&(n=1),e.pinchScale=n;var o=y2(a);return e.pinchX=o[0],e.pinchY=o[1],{type:"pinch",target:r[0].target,event:e}}}}},aw="silent";function m2(r,e,t){return{type:r,event:t,target:e.target,topTarget:e.topTarget,cancelBubble:!1,offsetX:t.zrX,offsetY:t.zrY,gestureEvent:t.gestureEvent,pinchX:t.pinchX,pinchY:t.pinchY,pinchScale:t.pinchScale,wheelDelta:t.zrDelta,zrByTouch:t.zrByTouch,which:t.which,stop:_2}}function _2(){oa(this.event)}var S2=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.handler=null,t}return e.prototype.dispose=function(){},e.prototype.setCursor=function(){},e}(sr),Ao=function(){function r(e,t){this.x=e,this.y=t}return r}(),x2=["click","dblclick","mousewheel","mouseout","mouseup","mousedown","mousemove","contextmenu"],iw=function(r){k(e,r);function e(t,a,i,n){var o=r.call(this)||this;return o._hovered=new Ao(0,0),o.storage=t,o.painter=a,o.painterRoot=n,i=i||new S2,o.proxy=null,o.setHandlerProxy(i),o._draggingMgr=new o2(o),o}return e.prototype.setHandlerProxy=function(t){this.proxy&&this.proxy.dispose(),t&&(C(x2,function(a){t.on&&t.on(a,this[a],this)},this),t.handler=this),this.proxy=t},e.prototype.mousemove=function(t){var a=t.zrX,i=t.zrY,n=nw(this,a,i),o=this._hovered,s=o.target;s&&!s.__zr&&(o=this.findHover(o.x,o.y),s=o.target);var l=this._hovered=n?new Ao(a,i):this.findHover(a,i),u=l.target,f=this.proxy;f.setCursor&&f.setCursor(u?u.cursor:"default"),s&&u!==s&&this.dispatchToElement(o,"mouseout",t),this.dispatchToElement(l,"mousemove",t),u&&u!==s&&this.dispatchToElement(l,"mouseover",t)},e.prototype.mouseout=function(t){var a=t.zrEventControl;a!=="only_globalout"&&this.dispatchToElement(this._hovered,"mouseout",t),a!=="no_globalout"&&this.trigger("globalout",{type:"globalout",event:t})},e.prototype.resize=function(){this._hovered=new Ao(0,0)},e.prototype.dispatch=function(t,a){var i=this[t];i&&i.call(this,a)},e.prototype.dispose=function(){this.proxy.dispose(),this.storage=null,this.proxy=null,this.painter=null},e.prototype.setCursorStyle=function(t){var a=this.proxy;a.setCursor&&a.setCursor(t)},e.prototype.dispatchToElement=function(t,a,i){t=t||{};var n=t.target;if(!(n&&n.silent)){for(var o="on"+a,s=m2(a,t,i);n&&(n[o]&&(s.cancelBubble=!!n[o].call(n,s)),n.trigger(a,s),n=n.__hostTarget?n.__hostTarget:n.parent,!s.cancelBubble););s.cancelBubble||(this.trigger(a,s),this.painter&&this.painter.eachOtherLayer&&this.painter.eachOtherLayer(function(l){typeof l[o]=="function"&&l[o].call(l,s),l.trigger&&l.trigger(a,s)}))}},e.prototype.findHover=function(t,a,i){for(var n=this.storage.getDisplayList(),o=new Ao(t,a),s=n.length-1;s>=0;s--){var l=void 0;if(n[s]!==i&&!n[s].ignore&&(l=b2(n[s],t,a))&&(!o.topTarget&&(o.topTarget=n[s]),l!==aw)){o.target=n[s];break}}return o},e.prototype.processGesture=function(t,a){this._gestureMgr||(this._gestureMgr=new g2);var i=this._gestureMgr;a==="start"&&i.clear();var n=i.recognize(t,this.findHover(t.zrX,t.zrY,null).target,this.proxy.dom);if(a==="end"&&i.clear(),n){var o=n.type;t.gestureEvent=o;var s=new Ao;s.target=n.target,this.dispatchToElement(s,o,n.event)}},e}(sr);C(["click","mousedown","mouseup","mousewheel","dblclick","contextmenu"],function(r){iw.prototype[r]=function(e){var t=e.zrX,a=e.zrY,i=nw(this,t,a),n,o;if((r!=="mouseup"||!i)&&(n=this.findHover(t,a),o=n.target),r==="mousedown")this._downEl=o,this._downPoint=[e.zrX,e.zrY],this._upEl=o;else if(r==="mouseup")this._upEl=o;else if(r==="click"){if(this._downEl!==this._upEl||!this._downPoint||Ia(this._downPoint,[e.zrX,e.zrY])>4)return;this._downPoint=null}this.dispatchToElement(n,r,e)}});function b2(r,e,t){if(r[r.rectHover?"rectContain":"contain"](e,t)){for(var a=r,i=void 0,n=!1;a;){if(a.ignoreClip&&(n=!0),!n){var o=a.getClipPath();if(o&&!o.contain(e,t))return!1;a.silent&&(i=!0)}var s=a.__hostTarget;a=s||a.parent}return i?aw:!0}return!1}function nw(r,e,t){var a=r.painter;return e<0||e>a.getWidth()||t<0||t>a.getHeight()}var w2=iw,ow=32,Co=7;function T2(r){for(var e=0;r>=ow;)e|=r&1,r>>=1;return r+e}function rm(r,e,t,a){var i=e+1;if(i===t)return 1;if(a(r[i++],r[e])<0){for(;i<t&&a(r[i],r[i-1])<0;)i++;A2(r,e,i)}else for(;i<t&&a(r[i],r[i-1])>=0;)i++;return i-e}function A2(r,e,t){for(t--;e<t;){var a=r[e];r[e++]=r[t],r[t--]=a}}function am(r,e,t,a,i){for(a===e&&a++;a<t;a++){for(var n=r[a],o=e,s=a,l;o<s;)l=o+s>>>1,i(n,r[l])<0?s=l:o=l+1;var u=a-o;switch(u){case 3:r[o+3]=r[o+2];case 2:r[o+2]=r[o+1];case 1:r[o+1]=r[o];break;default:for(;u>0;)r[o+u]=r[o+u-1],u--}r[o]=n}}function Bh(r,e,t,a,i,n){var o=0,s=0,l=1;if(n(r,e[t+i])>0){for(s=a-i;l<s&&n(r,e[t+i+l])>0;)o=l,l=(l<<1)+1,l<=0&&(l=s);l>s&&(l=s),o+=i,l+=i}else{for(s=i+1;l<s&&n(r,e[t+i-l])<=0;)o=l,l=(l<<1)+1,l<=0&&(l=s);l>s&&(l=s);var u=o;o=i-l,l=i-u}for(o++;o<l;){var f=o+(l-o>>>1);n(r,e[t+f])>0?o=f+1:l=f}return l}function Vh(r,e,t,a,i,n){var o=0,s=0,l=1;if(n(r,e[t+i])<0){for(s=i+1;l<s&&n(r,e[t+i-l])<0;)o=l,l=(l<<1)+1,l<=0&&(l=s);l>s&&(l=s);var u=o;o=i-l,l=i-u}else{for(s=a-i;l<s&&n(r,e[t+i+l])>=0;)o=l,l=(l<<1)+1,l<=0&&(l=s);l>s&&(l=s),o+=i,l+=i}for(o++;o<l;){var f=o+(l-o>>>1);n(r,e[t+f])<0?l=f:o=f+1}return l}function C2(r,e){var t=Co,a,i,n=0;r.length;var o=[];a=[],i=[];function s(c,p){a[n]=c,i[n]=p,n+=1}function l(){for(;n>1;){var c=n-2;if(c>=1&&i[c-1]<=i[c]+i[c+1]||c>=2&&i[c-2]<=i[c]+i[c-1])i[c-1]<i[c+1]&&c--;else if(i[c]>i[c+1])break;f(c)}}function u(){for(;n>1;){var c=n-2;c>0&&i[c-1]<i[c+1]&&c--,f(c)}}function f(c){var p=a[c],d=i[c],g=a[c+1],y=i[c+1];i[c]=d+y,c===n-3&&(a[c+1]=a[c+2],i[c+1]=i[c+2]),n--;var m=Vh(r[g],r,p,d,0,e);p+=m,d-=m,d!==0&&(y=Bh(r[p+d-1],r,g,y,y-1,e),y!==0&&(d<=y?h(p,d,g,y):v(p,d,g,y)))}function h(c,p,d,g){var y=0;for(y=0;y<p;y++)o[y]=r[c+y];var m=0,_=d,S=c;if(r[S++]=r[_++],--g===0){for(y=0;y<p;y++)r[S+y]=o[m+y];return}if(p===1){for(y=0;y<g;y++)r[S+y]=r[_+y];r[S+g]=o[m];return}for(var b=t,x,w,T;;){x=0,w=0,T=!1;do if(e(r[_],o[m])<0){if(r[S++]=r[_++],w++,x=0,--g===0){T=!0;break}}else if(r[S++]=o[m++],x++,w=0,--p===1){T=!0;break}while((x|w)<b);if(T)break;do{if(x=Vh(r[_],o,m,p,0,e),x!==0){for(y=0;y<x;y++)r[S+y]=o[m+y];if(S+=x,m+=x,p-=x,p<=1){T=!0;break}}if(r[S++]=r[_++],--g===0){T=!0;break}if(w=Bh(o[m],r,_,g,0,e),w!==0){for(y=0;y<w;y++)r[S+y]=r[_+y];if(S+=w,_+=w,g-=w,g===0){T=!0;break}}if(r[S++]=o[m++],--p===1){T=!0;break}b--}while(x>=Co||w>=Co);if(T)break;b<0&&(b=0),b+=2}if(t=b,t<1&&(t=1),p===1){for(y=0;y<g;y++)r[S+y]=r[_+y];r[S+g]=o[m]}else{if(p===0)throw new Error;for(y=0;y<p;y++)r[S+y]=o[m+y]}}function v(c,p,d,g){var y=0;for(y=0;y<g;y++)o[y]=r[d+y];var m=c+p-1,_=g-1,S=d+g-1,b=0,x=0;if(r[S--]=r[m--],--p===0){for(b=S-(g-1),y=0;y<g;y++)r[b+y]=o[y];return}if(g===1){for(S-=p,m-=p,x=S+1,b=m+1,y=p-1;y>=0;y--)r[x+y]=r[b+y];r[S]=o[_];return}for(var w=t;;){var T=0,A=0,M=!1;do if(e(o[_],r[m])<0){if(r[S--]=r[m--],T++,A=0,--p===0){M=!0;break}}else if(r[S--]=o[_--],A++,T=0,--g===1){M=!0;break}while((T|A)<w);if(M)break;do{if(T=p-Vh(o[_],r,c,p,p-1,e),T!==0){for(S-=T,m-=T,p-=T,x=S+1,b=m+1,y=T-1;y>=0;y--)r[x+y]=r[b+y];if(p===0){M=!0;break}}if(r[S--]=o[_--],--g===1){M=!0;break}if(A=g-Bh(r[m],o,0,g,g-1,e),A!==0){for(S-=A,_-=A,g-=A,x=S+1,b=_+1,y=0;y<A;y++)r[x+y]=o[b+y];if(g<=1){M=!0;break}}if(r[S--]=r[m--],--p===0){M=!0;break}w--}while(T>=Co||A>=Co);if(M)break;w<0&&(w=0),w+=2}if(t=w,t<1&&(t=1),g===1){for(S-=p,m-=p,x=S+1,b=m+1,y=p-1;y>=0;y--)r[x+y]=r[b+y];r[S]=o[_]}else{if(g===0)throw new Error;for(b=S-(g-1),y=0;y<g;y++)r[b+y]=o[y]}}return{mergeRuns:l,forceMergeRuns:u,pushRun:s}}function Pu(r,e,t,a){t||(t=0),a||(a=r.length);var i=a-t;if(!(i<2)){var n=0;if(i<ow){n=rm(r,t,a,e),am(r,t,a,t+n,e);return}var o=C2(r,e),s=T2(i);do{if(n=rm(r,t,a,e),n<s){var l=i;l>s&&(l=s),am(r,t,t+l,t+n,e),n=l}o.pushRun(t,n),o.mergeRuns(),i-=n,t+=n}while(i!==0);o.forceMergeRuns()}}var ze=1,ts=2,Nn=4,im=!1;function zh(){im||(im=!0,console.warn("z / z2 / zlevel of displayable is invalid, which may cause unexpected errors"))}function nm(r,e){return r.zlevel===e.zlevel?r.z===e.z?r.z2-e.z2:r.z-e.z:r.zlevel-e.zlevel}var M2=function(){function r(){this._roots=[],this._displayList=[],this._displayListLen=0,this.displayableSortFunc=nm}return r.prototype.traverse=function(e,t){for(var a=0;a<this._roots.length;a++)this._roots[a].traverse(e,t)},r.prototype.getDisplayList=function(e,t){t=t||!1;var a=this._displayList;return(e||!a.length)&&this.updateDisplayList(t),a},r.prototype.updateDisplayList=function(e){this._displayListLen=0;for(var t=this._roots,a=this._displayList,i=0,n=t.length;i<n;i++)this._updateAndAddDisplayable(t[i],null,e);a.length=this._displayListLen,Pu(a,nm)},r.prototype._updateAndAddDisplayable=function(e,t,a){if(!(e.ignore&&!a)){e.beforeUpdate(),e.update(),e.afterUpdate();var i=e.getClipPath();if(e.ignoreClip)t=null;else if(i){t?t=t.slice():t=[];for(var n=i,o=e;n;)n.parent=o,n.updateTransform(),t.push(n),o=n,n=n.getClipPath()}if(e.childrenRef){for(var s=e.childrenRef(),l=0;l<s.length;l++){var u=s[l];e.__dirty&&(u.__dirty|=ze),this._updateAndAddDisplayable(u,t,a)}e.__dirty=0}else{var f=e;t&&t.length?f.__clipPaths=t:f.__clipPaths&&f.__clipPaths.length>0&&(f.__clipPaths=[]),isNaN(f.z)&&(zh(),f.z=0),isNaN(f.z2)&&(zh(),f.z2=0),isNaN(f.zlevel)&&(zh(),f.zlevel=0),this._displayList[this._displayListLen++]=f}var h=e.getDecalElement&&e.getDecalElement();h&&this._updateAndAddDisplayable(h,t,a);var v=e.getTextGuideLine();v&&this._updateAndAddDisplayable(v,t,a);var c=e.getTextContent();c&&this._updateAndAddDisplayable(c,t,a)}},r.prototype.addRoot=function(e){e.__zr&&e.__zr.storage===this||this._roots.push(e)},r.prototype.delRoot=function(e){if(e instanceof Array){for(var t=0,a=e.length;t<a;t++)this.delRoot(e[t]);return}var i=vt(this._roots,e);i>=0&&this._roots.splice(i,1)},r.prototype.delAllRoots=function(){this._roots=[],this._displayList=[],this._displayListLen=0},r.prototype.getRoots=function(){return this._roots},r.prototype.dispose=function(){this._displayList=null,this._roots=null},r}(),D2=M2,sw;sw=Mt.hasGlobalWindow&&(window.requestAnimationFrame&&window.requestAnimationFrame.bind(window)||window.msRequestAnimationFrame&&window.msRequestAnimationFrame.bind(window)||window.mozRequestAnimationFrame||window.webkitRequestAnimationFrame)||function(r){return setTimeout(r,16)};var up=sw,Ru={linear:function(r){return r},quadraticIn:function(r){return r*r},quadraticOut:function(r){return r*(2-r)},quadraticInOut:function(r){return(r*=2)<1?.5*r*r:-.5*(--r*(r-2)-1)},cubicIn:function(r){return r*r*r},cubicOut:function(r){return--r*r*r+1},cubicInOut:function(r){return(r*=2)<1?.5*r*r*r:.5*((r-=2)*r*r+2)},quarticIn:function(r){return r*r*r*r},quarticOut:function(r){return 1- --r*r*r*r},quarticInOut:function(r){return(r*=2)<1?.5*r*r*r*r:-.5*((r-=2)*r*r*r-2)},quinticIn:function(r){return r*r*r*r*r},quinticOut:function(r){return--r*r*r*r*r+1},quinticInOut:function(r){return(r*=2)<1?.5*r*r*r*r*r:.5*((r-=2)*r*r*r*r+2)},sinusoidalIn:function(r){return 1-Math.cos(r*Math.PI/2)},sinusoidalOut:function(r){return Math.sin(r*Math.PI/2)},sinusoidalInOut:function(r){return .5*(1-Math.cos(Math.PI*r))},exponentialIn:function(r){return r===0?0:Math.pow(1024,r-1)},exponentialOut:function(r){return r===1?1:1-Math.pow(2,-10*r)},exponentialInOut:function(r){return r===0?0:r===1?1:(r*=2)<1?.5*Math.pow(1024,r-1):.5*(-Math.pow(2,-10*(r-1))+2)},circularIn:function(r){return 1-Math.sqrt(1-r*r)},circularOut:function(r){return Math.sqrt(1- --r*r)},circularInOut:function(r){return(r*=2)<1?-.5*(Math.sqrt(1-r*r)-1):.5*(Math.sqrt(1-(r-=2)*r)+1)},elasticIn:function(r){var e,t=.1,a=.4;return r===0?0:r===1?1:(!t||t<1?(t=1,e=a/4):e=a*Math.asin(1/t)/(2*Math.PI),-(t*Math.pow(2,10*(r-=1))*Math.sin((r-e)*(2*Math.PI)/a)))},elasticOut:function(r){var e,t=.1,a=.4;return r===0?0:r===1?1:(!t||t<1?(t=1,e=a/4):e=a*Math.asin(1/t)/(2*Math.PI),t*Math.pow(2,-10*r)*Math.sin((r-e)*(2*Math.PI)/a)+1)},elasticInOut:function(r){var e,t=.1,a=.4;return r===0?0:r===1?1:(!t||t<1?(t=1,e=a/4):e=a*Math.asin(1/t)/(2*Math.PI),(r*=2)<1?-.5*(t*Math.pow(2,10*(r-=1))*Math.sin((r-e)*(2*Math.PI)/a)):t*Math.pow(2,-10*(r-=1))*Math.sin((r-e)*(2*Math.PI)/a)*.5+1)},backIn:function(r){var e=1.70158;return r*r*((e+1)*r-e)},backOut:function(r){var e=1.70158;return--r*r*((e+1)*r+e)+1},backInOut:function(r){var e=2.5949095;return(r*=2)<1?.5*(r*r*((e+1)*r-e)):.5*((r-=2)*r*((e+1)*r+e)+2)},bounceIn:function(r){return 1-Ru.bounceOut(1-r)},bounceOut:function(r){return r<1/2.75?7.5625*r*r:r<2/2.75?7.5625*(r-=1.5/2.75)*r+.75:r<2.5/2.75?7.5625*(r-=2.25/2.75)*r+.9375:7.5625*(r-=2.625/2.75)*r+.984375},bounceInOut:function(r){return r<.5?Ru.bounceIn(r*2)*.5:Ru.bounceOut(r*2-1)*.5+.5}},lw=Ru,Ml=Math.pow,Ga=Math.sqrt,Qu=1e-8,uw=1e-4,om=Ga(3),Dl=1/3,Pr=sn(),Je=sn(),Zn=sn();function Ea(r){return r>-Qu&&r<Qu}function fw(r){return r>Qu||r<-Qu}function ee(r,e,t,a,i){var n=1-i;return n*n*(n*r+3*i*e)+i*i*(i*a+3*n*t)}function sm(r,e,t,a,i){var n=1-i;return 3*(((e-r)*n+2*(t-e)*i)*n+(a-t)*i*i)}function ju(r,e,t,a,i,n){var o=a+3*(e-t)-r,s=3*(t-e*2+r),l=3*(e-r),u=r-i,f=s*s-3*o*l,h=s*l-9*o*u,v=l*l-3*s*u,c=0;if(Ea(f)&&Ea(h))if(Ea(s))n[0]=0;else{var p=-l/s;p>=0&&p<=1&&(n[c++]=p)}else{var d=h*h-4*f*v;if(Ea(d)){var g=h/f,p=-s/o+g,y=-g/2;p>=0&&p<=1&&(n[c++]=p),y>=0&&y<=1&&(n[c++]=y)}else if(d>0){var m=Ga(d),_=f*s+1.5*o*(-h+m),S=f*s+1.5*o*(-h-m);_<0?_=-Ml(-_,Dl):_=Ml(_,Dl),S<0?S=-Ml(-S,Dl):S=Ml(S,Dl);var p=(-s-(_+S))/(3*o);p>=0&&p<=1&&(n[c++]=p)}else{var b=(2*f*s-3*o*h)/(2*Ga(f*f*f)),x=Math.acos(b)/3,w=Ga(f),T=Math.cos(x),p=(-s-2*w*T)/(3*o),y=(-s+w*(T+om*Math.sin(x)))/(3*o),A=(-s+w*(T-om*Math.sin(x)))/(3*o);p>=0&&p<=1&&(n[c++]=p),y>=0&&y<=1&&(n[c++]=y),A>=0&&A<=1&&(n[c++]=A)}}return c}function hw(r,e,t,a,i){var n=6*t-12*e+6*r,o=9*e+3*a-3*r-9*t,s=3*e-3*r,l=0;if(Ea(o)){if(fw(n)){var u=-s/n;u>=0&&u<=1&&(i[l++]=u)}}else{var f=n*n-4*o*s;if(Ea(f))i[0]=-n/(2*o);else if(f>0){var h=Ga(f),u=(-n+h)/(2*o),v=(-n-h)/(2*o);u>=0&&u<=1&&(i[l++]=u),v>=0&&v<=1&&(i[l++]=v)}}return l}function Ya(r,e,t,a,i,n){var o=(e-r)*i+r,s=(t-e)*i+e,l=(a-t)*i+t,u=(s-o)*i+o,f=(l-s)*i+s,h=(f-u)*i+u;n[0]=r,n[1]=o,n[2]=u,n[3]=h,n[4]=h,n[5]=f,n[6]=l,n[7]=a}function vw(r,e,t,a,i,n,o,s,l,u,f){var h,v=.005,c=1/0,p,d,g,y;Pr[0]=l,Pr[1]=u;for(var m=0;m<1;m+=.05)Je[0]=ee(r,t,i,o,m),Je[1]=ee(e,a,n,s,m),g=$i(Pr,Je),g<c&&(h=m,c=g);c=1/0;for(var _=0;_<32&&!(v<uw);_++)p=h-v,d=h+v,Je[0]=ee(r,t,i,o,p),Je[1]=ee(e,a,n,s,p),g=$i(Je,Pr),p>=0&&g<c?(h=p,c=g):(Zn[0]=ee(r,t,i,o,d),Zn[1]=ee(e,a,n,s,d),y=$i(Zn,Pr),d<=1&&y<c?(h=d,c=y):v*=.5);return f&&(f[0]=ee(r,t,i,o,h),f[1]=ee(e,a,n,s,h)),Ga(c)}function L2(r,e,t,a,i,n,o,s,l){for(var u=r,f=e,h=0,v=1/l,c=1;c<=l;c++){var p=c*v,d=ee(r,t,i,o,p),g=ee(e,a,n,s,p),y=d-u,m=g-f;h+=Math.sqrt(y*y+m*m),u=d,f=g}return h}function ie(r,e,t,a){var i=1-a;return i*(i*r+2*a*e)+a*a*t}function fp(r,e,t,a){return 2*((1-a)*(e-r)+a*(t-e))}function I2(r,e,t,a,i){var n=r-2*e+t,o=2*(e-r),s=r-a,l=0;if(Ea(n)){if(fw(o)){var u=-s/o;u>=0&&u<=1&&(i[l++]=u)}}else{var f=o*o-4*n*s;if(Ea(f)){var u=-o/(2*n);u>=0&&u<=1&&(i[l++]=u)}else if(f>0){var h=Ga(f),u=(-o+h)/(2*n),v=(-o-h)/(2*n);u>=0&&u<=1&&(i[l++]=u),v>=0&&v<=1&&(i[l++]=v)}}return l}function cw(r,e,t){var a=r+t-2*e;return a===0?.5:(r-e)/a}function Is(r,e,t,a,i){var n=(e-r)*a+r,o=(t-e)*a+e,s=(o-n)*a+n;i[0]=r,i[1]=n,i[2]=s,i[3]=s,i[4]=o,i[5]=t}function pw(r,e,t,a,i,n,o,s,l){var u,f=.005,h=1/0;Pr[0]=o,Pr[1]=s;for(var v=0;v<1;v+=.05){Je[0]=ie(r,t,i,v),Je[1]=ie(e,a,n,v);var c=$i(Pr,Je);c<h&&(u=v,h=c)}h=1/0;for(var p=0;p<32&&!(f<uw);p++){var d=u-f,g=u+f;Je[0]=ie(r,t,i,d),Je[1]=ie(e,a,n,d);var c=$i(Je,Pr);if(d>=0&&c<h)u=d,h=c;else{Zn[0]=ie(r,t,i,g),Zn[1]=ie(e,a,n,g);var y=$i(Zn,Pr);g<=1&&y<h?(u=g,h=y):f*=.5}}return l&&(l[0]=ie(r,t,i,u),l[1]=ie(e,a,n,u)),Ga(h)}function P2(r,e,t,a,i,n,o){for(var s=r,l=e,u=0,f=1/o,h=1;h<=o;h++){var v=h*f,c=ie(r,t,i,v),p=ie(e,a,n,v),d=c-s,g=p-l;u+=Math.sqrt(d*d+g*g),s=c,l=p}return u}var R2=/cubic-bezier\(([0-9,\.e ]+)\)/;function Xd(r){var e=r&&R2.exec(r);if(e){var t=e[1].split(","),a=+dr(t[0]),i=+dr(t[1]),n=+dr(t[2]),o=+dr(t[3]);if(isNaN(a+i+n+o))return;var s=[];return function(l){return l<=0?0:l>=1?1:ju(0,a,n,1,l,s)&&ee(0,i,o,1,s[0])}}}var E2=function(){function r(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||Kt,this.ondestroy=e.ondestroy||Kt,this.onrestart=e.onrestart||Kt,e.easing&&this.setEasing(e.easing)}return r.prototype.step=function(e,t){if(this._inited||(this._startTime=e+this._delay,this._inited=!0),this._paused){this._pausedTime+=t;return}var a=this._life,i=e-this._startTime-this._pausedTime,n=i/a;n<0&&(n=0),n=Math.min(n,1);var o=this.easingFunc,s=o?o(n):n;if(this.onframe(s),n===1)if(this.loop){var l=i%a;this._startTime=e-l,this._pausedTime=0,this.onrestart()}else return!0;return!1},r.prototype.pause=function(){this._paused=!0},r.prototype.resume=function(){this._paused=!1},r.prototype.setEasing=function(e){this.easing=e,this.easingFunc=K(e)?e:lw[e]||Xd(e)},r}(),k2=E2,dw=function(){function r(e){this.value=e}return r}(),O2=function(){function r(){this._len=0}return r.prototype.insert=function(e){var t=new dw(e);return this.insertEntry(t),t},r.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++},r.prototype.remove=function(e){var t=e.prev,a=e.next;t?t.next=a:this.head=a,a?a.prev=t:this.tail=t,e.next=e.prev=null,this._len--},r.prototype.len=function(){return this._len},r.prototype.clear=function(){this.head=this.tail=null,this._len=0},r}(),N2=function(){function r(e){this._list=new O2,this._maxSize=10,this._map={},this._maxSize=e}return r.prototype.put=function(e,t){var a=this._list,i=this._map,n=null;if(i[e]==null){var o=a.len(),s=this._lastRemovedEntry;if(o>=this._maxSize&&o>0){var l=a.head;a.remove(l),delete i[l.key],n=l.value,this._lastRemovedEntry=l}s?s.value=t:s=new dw(t),s.key=e,a.insertEntry(s),i[e]=s}return n},r.prototype.get=function(e){var t=this._map[e],a=this._list;if(t!=null)return t!==a.tail&&(a.remove(t),a.insertEntry(t)),t.value},r.prototype.clear=function(){this._list.clear(),this._map={}},r.prototype.len=function(){return this._list.len()},r}(),al=N2,lm={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 yr(r){return r=Math.round(r),r<0?0:r>255?255:r}function B2(r){return r=Math.round(r),r<0?0:r>360?360:r}function Ps(r){return r<0?0:r>1?1:r}function Gh(r){var e=r;return e.length&&e.charAt(e.length-1)==="%"?yr(parseFloat(e)/100*255):yr(parseInt(e,10))}function jn(r){var e=r;return e.length&&e.charAt(e.length-1)==="%"?Ps(parseFloat(e)/100):Ps(parseFloat(e))}function Fh(r,e,t){return t<0?t+=1:t>1&&(t-=1),t*6<1?r+(e-r)*t*6:t*2<1?e:t*3<2?r+(e-r)*(2/3-t)*6:r}function ka(r,e,t){return r+(e-r)*t}function Xe(r,e,t,a,i){return r[0]=e,r[1]=t,r[2]=a,r[3]=i,r}function hp(r,e){return r[0]=e[0],r[1]=e[1],r[2]=e[2],r[3]=e[3],r}var gw=new al(20),Ll=null;function gn(r,e){Ll&&hp(Ll,e),Ll=gw.put(r,Ll||e.slice())}function Ge(r,e){if(!!r){e=e||[];var t=gw.get(r);if(t)return hp(e,t);r=r+"";var a=r.replace(/ /g,"").toLowerCase();if(a in lm)return hp(e,lm[a]),gn(r,e),e;var i=a.length;if(a.charAt(0)==="#"){if(i===4||i===5){var n=parseInt(a.slice(1,4),16);if(!(n>=0&&n<=4095)){Xe(e,0,0,0,1);return}return Xe(e,(n&3840)>>4|(n&3840)>>8,n&240|(n&240)>>4,n&15|(n&15)<<4,i===5?parseInt(a.slice(4),16)/15:1),gn(r,e),e}else if(i===7||i===9){var n=parseInt(a.slice(1,7),16);if(!(n>=0&&n<=16777215)){Xe(e,0,0,0,1);return}return Xe(e,(n&16711680)>>16,(n&65280)>>8,n&255,i===9?parseInt(a.slice(7),16)/255:1),gn(r,e),e}return}var o=a.indexOf("("),s=a.indexOf(")");if(o!==-1&&s+1===i){var l=a.substr(0,o),u=a.substr(o+1,s-(o+1)).split(","),f=1;switch(l){case"rgba":if(u.length!==4)return u.length===3?Xe(e,+u[0],+u[1],+u[2],1):Xe(e,0,0,0,1);f=jn(u.pop());case"rgb":if(u.length!==3){Xe(e,0,0,0,1);return}return Xe(e,Gh(u[0]),Gh(u[1]),Gh(u[2]),f),gn(r,e),e;case"hsla":if(u.length!==4){Xe(e,0,0,0,1);return}return u[3]=jn(u[3]),vp(u,e),gn(r,e),e;case"hsl":if(u.length!==3){Xe(e,0,0,0,1);return}return vp(u,e),gn(r,e),e;default:return}}Xe(e,0,0,0,1)}}function vp(r,e){var t=(parseFloat(r[0])%360+360)%360/360,a=jn(r[1]),i=jn(r[2]),n=i<=.5?i*(a+1):i+a-i*a,o=i*2-n;return e=e||[],Xe(e,yr(Fh(o,n,t+1/3)*255),yr(Fh(o,n,t)*255),yr(Fh(o,n,t-1/3)*255),1),r.length===4&&(e[3]=r[3]),e}function V2(r){if(!!r){var e=r[0]/255,t=r[1]/255,a=r[2]/255,i=Math.min(e,t,a),n=Math.max(e,t,a),o=n-i,s=(n+i)/2,l,u;if(o===0)l=0,u=0;else{s<.5?u=o/(n+i):u=o/(2-n-i);var f=((n-e)/6+o/2)/o,h=((n-t)/6+o/2)/o,v=((n-a)/6+o/2)/o;e===n?l=v-h:t===n?l=1/3+f-v:a===n&&(l=2/3+h-f),l<0&&(l+=1),l>1&&(l-=1)}var c=[l*360,u,s];return r[3]!=null&&c.push(r[3]),c}}function cp(r,e){var t=Ge(r);if(t){for(var a=0;a<3;a++)e<0?t[a]=t[a]*(1-e)|0:t[a]=(255-t[a])*e+t[a]|0,t[a]>255?t[a]=255:t[a]<0&&(t[a]=0);return ra(t,t.length===4?"rgba":"rgb")}}function Hh(r,e,t){if(!(!(e&&e.length)||!(r>=0&&r<=1))){t=t||[];var a=r*(e.length-1),i=Math.floor(a),n=Math.ceil(a),o=e[i],s=e[n],l=a-i;return t[0]=yr(ka(o[0],s[0],l)),t[1]=yr(ka(o[1],s[1],l)),t[2]=yr(ka(o[2],s[2],l)),t[3]=Ps(ka(o[3],s[3],l)),t}}function z2(r,e,t){if(!(!(e&&e.length)||!(r>=0&&r<=1))){var a=r*(e.length-1),i=Math.floor(a),n=Math.ceil(a),o=Ge(e[i]),s=Ge(e[n]),l=a-i,u=ra([yr(ka(o[0],s[0],l)),yr(ka(o[1],s[1],l)),yr(ka(o[2],s[2],l)),Ps(ka(o[3],s[3],l))],"rgba");return t?{color:u,leftIndex:i,rightIndex:n,value:a}:u}}function cs(r,e,t,a){var i=Ge(r);if(r)return i=V2(i),e!=null&&(i[0]=B2(e)),t!=null&&(i[1]=jn(t)),a!=null&&(i[2]=jn(a)),ra(vp(i),"rgba")}function Ju(r,e){var t=Ge(r);if(t&&e!=null)return t[3]=Ps(e),ra(t,"rgba")}function ra(r,e){if(!(!r||!r.length)){var t=r[0]+","+r[1]+","+r[2];return(e==="rgba"||e==="hsva"||e==="hsla")&&(t+=","+r[3]),e+"("+t+")"}}function tf(r,e){var t=Ge(r);return t?(.299*t[0]+.587*t[1]+.114*t[2])*t[3]/255+(1-t[3])*e:0}var ef=Math.round;function Jn(r){var e;if(!r||r==="transparent")r="none";else if(typeof r=="string"&&r.indexOf("rgba")>-1){var t=Ge(r);t&&(r="rgb("+t[0]+","+t[1]+","+t[2]+")",e=t[3])}return{color:r,opacity:e==null?1:e}}var um=1e-4;function Oa(r){return r<um&&r>-um}function Il(r){return ef(r*1e3)/1e3}function pp(r){return ef(r*1e4)/1e4}function G2(r){return"matrix("+Il(r[0])+","+Il(r[1])+","+Il(r[2])+","+Il(r[3])+","+pp(r[4])+","+pp(r[5])+")"}var F2={left:"start",right:"end",center:"middle",middle:"middle"};function H2(r,e,t){return t==="top"?r+=e/2:t==="bottom"&&(r-=e/2),r}function W2(r){return r&&(r.shadowBlur||r.shadowOffsetX||r.shadowOffsetY)}function $2(r){var e=r.style,t=r.getGlobalScale();return[e.shadowColor,(e.shadowBlur||0).toFixed(2),(e.shadowOffsetX||0).toFixed(2),(e.shadowOffsetY||0).toFixed(2),t[0],t[1]].join(",")}function yw(r){return r&&!!r.image}function U2(r){return r&&!!r.svgElement}function Y2(r){return yw(r)||U2(r)}function mw(r){return r.type==="linear"}function _w(r){return r.type==="radial"}function Z2(r){return r&&(r.type==="linear"||r.type==="radial")}function qf(r){return"url(#"+r+")"}function Sw(r){var e=r.getGlobalScale(),t=Math.max(e[0],e[1]);return Math.max(Math.ceil(Math.log(t)/Math.log(10)),1)}function xw(r){var e=r.x||0,t=r.y||0,a=(r.rotation||0)*Lu,i=ct(r.scaleX,1),n=ct(r.scaleY,1),o=r.skewX||0,s=r.skewY||0,l=[];return(e||t)&&l.push("translate("+e+"px,"+t+"px)"),a&&l.push("rotate("+a+")"),(i!==1||n!==1)&&l.push("scale("+i+","+n+")"),(o||s)&&l.push("skew("+ef(o*Lu)+"deg, "+ef(s*Lu)+"deg)"),l.join(" ")}var X2=function(){return Mt.hasGlobalWindow&&K(window.btoa)?function(r){return window.btoa(unescape(r))}:typeof Buffer!="undefined"?function(r){return Buffer.from(r).toString("base64")}:function(r){return null}}(),dp=Array.prototype.slice;function Kr(r,e,t){return(e-r)*t+r}function Wh(r,e,t,a){for(var i=e.length,n=0;n<i;n++)r[n]=Kr(e[n],t[n],a);return r}function q2(r,e,t,a){for(var i=e.length,n=i&&e[0].length,o=0;o<i;o++){r[o]||(r[o]=[]);for(var s=0;s<n;s++)r[o][s]=Kr(e[o][s],t[o][s],a)}return r}function Pl(r,e,t,a){for(var i=e.length,n=0;n<i;n++)r[n]=e[n]+t[n]*a;return r}function fm(r,e,t,a){for(var i=e.length,n=i&&e[0].length,o=0;o<i;o++){r[o]||(r[o]=[]);for(var s=0;s<n;s++)r[o][s]=e[o][s]+t[o][s]*a}return r}function K2(r,e){for(var t=r.length,a=e.length,i=t>a?e:r,n=Math.min(t,a),o=i[n-1]||{color:[0,0,0,0],offset:0},s=n;s<Math.max(t,a);s++)i.push({offset:o.offset,color:o.color.slice()})}function Q2(r,e,t){var a=r,i=e;if(!(!a.push||!i.push)){var n=a.length,o=i.length;if(n!==o){var s=n>o;if(s)a.length=o;else for(var l=n;l<o;l++)a.push(t===1?i[l]:dp.call(i[l]))}for(var u=a[0]&&a[0].length,l=0;l<a.length;l++)if(t===1)isNaN(a[l])&&(a[l]=i[l]);else for(var f=0;f<u;f++)isNaN(a[l][f])&&(a[l][f]=i[l][f])}}function ps(r){if(ye(r)){var e=r.length;if(ye(r[0])){for(var t=[],a=0;a<e;a++)t.push(dp.call(r[a]));return t}return dp.call(r)}return r}function Eu(r){return r[0]=Math.floor(r[0])||0,r[1]=Math.floor(r[1])||0,r[2]=Math.floor(r[2])||0,r[3]=r[3]==null?1:r[3],"rgba("+r.join(",")+")"}function j2(r){return ye(r&&r[0])?2:1}var Rl=0,ku=1,bw=2,es=3,gp=4,yp=5,hm=6;function vm(r){return r===gp||r===yp}function El(r){return r===ku||r===bw}var Mo=[0,0,0,0],J2=function(){function r(e){this.keyframes=[],this.discrete=!1,this._invalid=!1,this._needsSort=!1,this._lastFr=0,this._lastFrP=0,this.propName=e}return r.prototype.isFinished=function(){return this._finished},r.prototype.setFinished=function(){this._finished=!0,this._additiveTrack&&this._additiveTrack.setFinished()},r.prototype.needsAnimate=function(){return this.keyframes.length>=1},r.prototype.getAdditiveTrack=function(){return this._additiveTrack},r.prototype.addKeyframe=function(e,t,a){this._needsSort=!0;var i=this.keyframes,n=i.length,o=!1,s=hm,l=t;if(ye(t)){var u=j2(t);s=u,(u===1&&!wt(t[0])||u===2&&!wt(t[0][0]))&&(o=!0)}else if(wt(t)&&!Ls(t))s=Rl;else if($(t))if(!isNaN(+t))s=Rl;else{var f=Ge(t);f&&(l=f,s=es)}else if(Zf(t)){var h=V({},l);h.colorStops=G(t.colorStops,function(c){return{offset:c.offset,color:Ge(c.color)}}),mw(t)?s=gp:_w(t)&&(s=yp),l=h}n===0?this.valType=s:(s!==this.valType||s===hm)&&(o=!0),this.discrete=this.discrete||o;var v={time:e,value:l,rawValue:t,percent:0};return a&&(v.easing=a,v.easingFunc=K(a)?a:lw[a]||Xd(a)),i.push(v),v},r.prototype.prepare=function(e,t){var a=this.keyframes;this._needsSort&&a.sort(function(d,g){return d.time-g.time});for(var i=this.valType,n=a.length,o=a[n-1],s=this.discrete,l=El(i),u=vm(i),f=0;f<n;f++){var h=a[f],v=h.value,c=o.value;h.percent=h.time/e,s||(l&&f!==n-1?Q2(v,c,i):u&&K2(v.colorStops,c.colorStops))}if(!s&&i!==yp&&t&&this.needsAnimate()&&t.needsAnimate()&&i===t.valType&&!t._finished){this._additiveTrack=t;for(var p=a[0].value,f=0;f<n;f++)i===Rl?a[f].additiveValue=a[f].value-p:i===es?a[f].additiveValue=Pl([],a[f].value,p,-1):El(i)&&(a[f].additiveValue=i===ku?Pl([],a[f].value,p,-1):fm([],a[f].value,p,-1))}},r.prototype.step=function(e,t){if(!this._finished){this._additiveTrack&&this._additiveTrack._finished&&(this._additiveTrack=null);var a=this._additiveTrack!=null,i=a?"additiveValue":"value",n=this.valType,o=this.keyframes,s=o.length,l=this.propName,u=n===es,f,h=this._lastFr,v=Math.min,c,p;if(s===1)c=p=o[0];else{if(t<0)f=0;else if(t<this._lastFrP){var d=v(h+1,s-1);for(f=d;f>=0&&!(o[f].percent<=t);f--);f=v(f,s-2)}else{for(f=h;f<s&&!(o[f].percent>t);f++);f=v(f-1,s-2)}p=o[f+1],c=o[f]}if(!!(c&&p)){this._lastFr=f,this._lastFrP=t;var g=p.percent-c.percent,y=g===0?1:v((t-c.percent)/g,1);p.easingFunc&&(y=p.easingFunc(y));var m=a?this._additiveValue:u?Mo:e[l];if((El(n)||u)&&!m&&(m=this._additiveValue=[]),this.discrete)e[l]=y<1?c.rawValue:p.rawValue;else if(El(n))n===ku?Wh(m,c[i],p[i],y):q2(m,c[i],p[i],y);else if(vm(n)){var _=c[i],S=p[i],b=n===gp;e[l]={type:b?"linear":"radial",x:Kr(_.x,S.x,y),y:Kr(_.y,S.y,y),colorStops:G(_.colorStops,function(w,T){var A=S.colorStops[T];return{offset:Kr(w.offset,A.offset,y),color:Eu(Wh([],w.color,A.color,y))}}),global:S.global},b?(e[l].x2=Kr(_.x2,S.x2,y),e[l].y2=Kr(_.y2,S.y2,y)):e[l].r=Kr(_.r,S.r,y)}else if(u)Wh(m,c[i],p[i],y),a||(e[l]=Eu(m));else{var x=Kr(c[i],p[i],y);a?this._additiveValue=x:e[l]=x}a&&this._addToTarget(e)}}},r.prototype._addToTarget=function(e){var t=this.valType,a=this.propName,i=this._additiveValue;t===Rl?e[a]=e[a]+i:t===es?(Ge(e[a],Mo),Pl(Mo,Mo,i,1),e[a]=Eu(Mo)):t===ku?Pl(e[a],e[a],i,1):t===bw&&fm(e[a],e[a],i,1)},r}(),tP=function(){function r(e,t,a,i){if(this._tracks={},this._trackKeys=[],this._maxTime=0,this._started=0,this._clip=null,this._target=e,this._loop=t,t&&i){Wd("Can' use additive animation on looped animation.");return}this._additiveAnimators=i,this._allowDiscrete=a}return r.prototype.getMaxTime=function(){return this._maxTime},r.prototype.getDelay=function(){return this._delay},r.prototype.getLoop=function(){return this._loop},r.prototype.getTarget=function(){return this._target},r.prototype.changeTarget=function(e){this._target=e},r.prototype.when=function(e,t,a){return this.whenWithKeys(e,t,mt(t),a)},r.prototype.whenWithKeys=function(e,t,a,i){for(var n=this._tracks,o=0;o<a.length;o++){var s=a[o],l=n[s];if(!l){l=n[s]=new J2(s);var u=void 0,f=this._getAdditiveTrack(s);if(f){var h=f.keyframes,v=h[h.length-1];u=v&&v.value,f.valType===es&&u&&(u=Eu(u))}else u=this._target[s];if(u==null)continue;e>0&&l.addKeyframe(0,ps(u),i),this._trackKeys.push(s)}l.addKeyframe(e,ps(t[s]),i)}return this._maxTime=Math.max(this._maxTime,e),this},r.prototype.pause=function(){this._clip.pause(),this._paused=!0},r.prototype.resume=function(){this._clip.resume(),this._paused=!1},r.prototype.isPaused=function(){return!!this._paused},r.prototype.duration=function(e){return this._maxTime=e,this._force=!0,this},r.prototype._doneCallback=function(){this._setTracksFinished(),this._clip=null;var e=this._doneCbs;if(e)for(var t=e.length,a=0;a<t;a++)e[a].call(this)},r.prototype._abortedCallback=function(){this._setTracksFinished();var e=this.animation,t=this._abortedCbs;if(e&&e.removeClip(this._clip),this._clip=null,t)for(var a=0;a<t.length;a++)t[a].call(this)},r.prototype._setTracksFinished=function(){for(var e=this._tracks,t=this._trackKeys,a=0;a<t.length;a++)e[t[a]].setFinished()},r.prototype._getAdditiveTrack=function(e){var t,a=this._additiveAnimators;if(a)for(var i=0;i<a.length;i++){var n=a[i].getTrack(e);n&&(t=n)}return t},r.prototype.start=function(e){if(!(this._started>0)){this._started=1;for(var t=this,a=[],i=this._maxTime||0,n=0;n<this._trackKeys.length;n++){var o=this._trackKeys[n],s=this._tracks[o],l=this._getAdditiveTrack(o),u=s.keyframes,f=u.length;if(s.prepare(i,l),s.needsAnimate())if(!this._allowDiscrete&&s.discrete){var h=u[f-1];h&&(t._target[s.propName]=h.rawValue),s.setFinished()}else a.push(s)}if(a.length||this._force){var v=new k2({life:i,loop:this._loop,delay:this._delay||0,onframe:function(c){t._started=2;var p=t._additiveAnimators;if(p){for(var d=!1,g=0;g<p.length;g++)if(p[g]._clip){d=!0;break}d||(t._additiveAnimators=null)}for(var g=0;g<a.length;g++)a[g].step(t._target,c);var y=t._onframeCbs;if(y)for(var g=0;g<y.length;g++)y[g](t._target,c)},ondestroy:function(){t._doneCallback()}});this._clip=v,this.animation&&this.animation.addClip(v),e&&v.setEasing(e)}else this._doneCallback();return this}},r.prototype.stop=function(e){if(!!this._clip){var t=this._clip;e&&t.onframe(1),this._abortedCallback()}},r.prototype.delay=function(e){return this._delay=e,this},r.prototype.during=function(e){return e&&(this._onframeCbs||(this._onframeCbs=[]),this._onframeCbs.push(e)),this},r.prototype.done=function(e){return e&&(this._doneCbs||(this._doneCbs=[]),this._doneCbs.push(e)),this},r.prototype.aborted=function(e){return e&&(this._abortedCbs||(this._abortedCbs=[]),this._abortedCbs.push(e)),this},r.prototype.getClip=function(){return this._clip},r.prototype.getTrack=function(e){return this._tracks[e]},r.prototype.getTracks=function(){var e=this;return G(this._trackKeys,function(t){return e._tracks[t]})},r.prototype.stopTracks=function(e,t){if(!e.length||!this._clip)return!0;for(var a=this._tracks,i=this._trackKeys,n=0;n<e.length;n++){var o=a[e[n]];o&&!o.isFinished()&&(t?o.step(this._target,1):this._started===1&&o.step(this._target,0),o.setFinished())}for(var s=!0,n=0;n<i.length;n++)if(!a[i[n]].isFinished()){s=!1;break}return s&&this._abortedCallback(),s},r.prototype.saveTo=function(e,t,a){if(!!e){t=t||this._trackKeys;for(var i=0;i<t.length;i++){var n=t[i],o=this._tracks[n];if(!(!o||o.isFinished())){var s=o.keyframes,l=s[a?0:s.length-1];l&&(e[n]=ps(l.rawValue))}}}},r.prototype.__changeFinalValue=function(e,t){t=t||mt(e);for(var a=0;a<t.length;a++){var i=t[a],n=this._tracks[i];if(!!n){var o=n.keyframes;if(o.length>1){var s=o.pop();n.addKeyframe(s.time,e[i]),n.prepare(this._maxTime,n.getAdditiveTrack())}}}},r}(),qd=tP;function Fn(){return new Date().getTime()}var eP=function(r){k(e,r);function e(t){var a=r.call(this)||this;return a._running=!1,a._time=0,a._pausedTime=0,a._pauseStart=0,a._paused=!1,t=t||{},a.stage=t.stage||{},a}return e.prototype.addClip=function(t){t.animation&&this.removeClip(t),this._head?(this._tail.next=t,t.prev=this._tail,t.next=null,this._tail=t):this._head=this._tail=t,t.animation=this},e.prototype.addAnimator=function(t){t.animation=this;var a=t.getClip();a&&this.addClip(a)},e.prototype.removeClip=function(t){if(!!t.animation){var a=t.prev,i=t.next;a?a.next=i:this._head=i,i?i.prev=a:this._tail=a,t.next=t.prev=t.animation=null}},e.prototype.removeAnimator=function(t){var a=t.getClip();a&&this.removeClip(a),t.animation=null},e.prototype.update=function(t){for(var a=Fn()-this._pausedTime,i=a-this._time,n=this._head;n;){var o=n.next,s=n.step(a,i);s&&(n.ondestroy(),this.removeClip(n)),n=o}this._time=a,t||(this.trigger("frame",i),this.stage.update&&this.stage.update())},e.prototype._startLoop=function(){var t=this;this._running=!0;function a(){t._running&&(up(a),!t._paused&&t.update())}up(a)},e.prototype.start=function(){this._running||(this._time=Fn(),this._pausedTime=0,this._startLoop())},e.prototype.stop=function(){this._running=!1},e.prototype.pause=function(){this._paused||(this._pauseStart=Fn(),this._paused=!0)},e.prototype.resume=function(){this._paused&&(this._pausedTime+=Fn()-this._pauseStart,this._paused=!1)},e.prototype.clear=function(){for(var t=this._head;t;){var a=t.next;t.prev=t.next=t.animation=null,t=a}this._head=this._tail=null},e.prototype.isFinished=function(){return this._head==null},e.prototype.animate=function(t,a){a=a||{},this.start();var i=new qd(t,a.loop);return this.addAnimator(i),i},e}(sr),rP=eP,aP=300,$h=Mt.domSupported,Uh=function(){var r=["click","dblclick","mousewheel","wheel","mouseout","mouseup","mousedown","mousemove","contextmenu"],e=["touchstart","touchend","touchmove"],t={pointerdown:1,pointerup:1,pointermove:1,pointerout:1},a=G(r,function(i){var n=i.replace("mouse","pointer");return t.hasOwnProperty(n)?n:i});return{mouse:r,touch:e,pointer:a}}(),cm={mouse:["mousemove","mouseup"],pointer:["pointermove","pointerup"]},pm=!1;function mp(r){var e=r.pointerType;return e==="pen"||e==="touch"}function iP(r){r.touching=!0,r.touchTimer!=null&&(clearTimeout(r.touchTimer),r.touchTimer=null),r.touchTimer=setTimeout(function(){r.touching=!1,r.touchTimer=null},700)}function Yh(r){r&&(r.zrByTouch=!0)}function nP(r,e){return qe(r.dom,new oP(r,e),!0)}function ww(r,e){for(var t=e,a=!1;t&&t.nodeType!==9&&!(a=t.domBelongToZr||t!==e&&t===r.painterRoot);)t=t.parentNode;return a}var oP=function(){function r(e,t){this.stopPropagation=Kt,this.stopImmediatePropagation=Kt,this.preventDefault=Kt,this.type=t.type,this.target=this.currentTarget=e.dom,this.pointerType=t.pointerType,this.clientX=t.clientX,this.clientY=t.clientY}return r}(),vr={mousedown:function(r){r=qe(this.dom,r),this.__mayPointerCapture=[r.zrX,r.zrY],this.trigger("mousedown",r)},mousemove:function(r){r=qe(this.dom,r);var e=this.__mayPointerCapture;e&&(r.zrX!==e[0]||r.zrY!==e[1])&&this.__togglePointerCapture(!0),this.trigger("mousemove",r)},mouseup:function(r){r=qe(this.dom,r),this.__togglePointerCapture(!1),this.trigger("mouseup",r)},mouseout:function(r){r=qe(this.dom,r);var e=r.toElement||r.relatedTarget;ww(this,e)||(this.__pointerCapturing&&(r.zrEventControl="no_globalout"),this.trigger("mouseout",r))},wheel:function(r){pm=!0,r=qe(this.dom,r),this.trigger("mousewheel",r)},mousewheel:function(r){pm||(r=qe(this.dom,r),this.trigger("mousewheel",r))},touchstart:function(r){r=qe(this.dom,r),Yh(r),this.__lastTouchMoment=new Date,this.handler.processGesture(r,"start"),vr.mousemove.call(this,r),vr.mousedown.call(this,r)},touchmove:function(r){r=qe(this.dom,r),Yh(r),this.handler.processGesture(r,"change"),vr.mousemove.call(this,r)},touchend:function(r){r=qe(this.dom,r),Yh(r),this.handler.processGesture(r,"end"),vr.mouseup.call(this,r),+new Date-+this.__lastTouchMoment<aP&&vr.click.call(this,r)},pointerdown:function(r){vr.mousedown.call(this,r)},pointermove:function(r){mp(r)||vr.mousemove.call(this,r)},pointerup:function(r){vr.mouseup.call(this,r)},pointerout:function(r){mp(r)||vr.mouseout.call(this,r)}};C(["click","dblclick","contextmenu"],function(r){vr[r]=function(e){e=qe(this.dom,e),this.trigger(r,e)}});var _p={pointermove:function(r){mp(r)||_p.mousemove.call(this,r)},pointerup:function(r){_p.mouseup.call(this,r)},mousemove:function(r){this.trigger("mousemove",r)},mouseup:function(r){var e=this.__pointerCapturing;this.__togglePointerCapture(!1),this.trigger("mouseup",r),e&&(r.zrEventControl="only_globalout",this.trigger("mouseout",r))}};function sP(r,e){var t=e.domHandlers;Mt.pointerEventsSupported?C(Uh.pointer,function(a){Ou(e,a,function(i){t[a].call(r,i)})}):(Mt.touchEventsSupported&&C(Uh.touch,function(a){Ou(e,a,function(i){t[a].call(r,i),iP(e)})}),C(Uh.mouse,function(a){Ou(e,a,function(i){i=Zd(i),e.touching||t[a].call(r,i)})}))}function lP(r,e){Mt.pointerEventsSupported?C(cm.pointer,t):Mt.touchEventsSupported||C(cm.mouse,t);function t(a){function i(n){n=Zd(n),ww(r,n.target)||(n=nP(r,n),e.domHandlers[a].call(r,n))}Ou(e,a,i,{capture:!0})}}function Ou(r,e,t,a){r.mounted[e]=t,r.listenerOpts[e]=a,lp(r.domTarget,e,t,a)}function Zh(r){var e=r.mounted;for(var t in e)e.hasOwnProperty(t)&&d2(r.domTarget,t,e[t],r.listenerOpts[t]);r.mounted={}}var dm=function(){function r(e,t){this.mounted={},this.listenerOpts={},this.touching=!1,this.domTarget=e,this.domHandlers=t}return r}(),uP=function(r){k(e,r);function e(t,a){var i=r.call(this)||this;return i.__pointerCapturing=!1,i.dom=t,i.painterRoot=a,i._localHandlerScope=new dm(t,vr),$h&&(i._globalHandlerScope=new dm(document,_p)),sP(i,i._localHandlerScope),i}return e.prototype.dispose=function(){Zh(this._localHandlerScope),$h&&Zh(this._globalHandlerScope)},e.prototype.setCursor=function(t){this.dom.style&&(this.dom.style.cursor=t||"default")},e.prototype.__togglePointerCapture=function(t){if(this.__mayPointerCapture=null,$h&&+this.__pointerCapturing^+t){this.__pointerCapturing=t;var a=this._globalHandlerScope;t?lP(this,a):Zh(a)}},e}(sr),fP=uP,Tw=1;Mt.hasGlobalWindow&&(Tw=Math.max(window.devicePixelRatio||window.screen&&window.screen.deviceXDPI/window.screen.logicalXDPI||1,1));var rf=Tw,Sp=.4,xp="#333",bp="#ccc",hP="#eee";function nr(){return[1,0,0,1,0,0]}function Kf(r){return r[0]=1,r[1]=0,r[2]=0,r[3]=1,r[4]=0,r[5]=0,r}function Kd(r,e){return r[0]=e[0],r[1]=e[1],r[2]=e[2],r[3]=e[3],r[4]=e[4],r[5]=e[5],r}function aa(r,e,t){var a=e[0]*t[0]+e[2]*t[1],i=e[1]*t[0]+e[3]*t[1],n=e[0]*t[2]+e[2]*t[3],o=e[1]*t[2]+e[3]*t[3],s=e[0]*t[4]+e[2]*t[5]+e[4],l=e[1]*t[4]+e[3]*t[5]+e[5];return r[0]=a,r[1]=i,r[2]=n,r[3]=o,r[4]=s,r[5]=l,r}function zr(r,e,t){return r[0]=e[0],r[1]=e[1],r[2]=e[2],r[3]=e[3],r[4]=e[4]+t[0],r[5]=e[5]+t[1],r}function ln(r,e,t){var a=e[0],i=e[2],n=e[4],o=e[1],s=e[3],l=e[5],u=Math.sin(t),f=Math.cos(t);return r[0]=a*f+o*u,r[1]=-a*u+o*f,r[2]=i*f+s*u,r[3]=-i*u+f*s,r[4]=f*n+u*l,r[5]=f*l-u*n,r}function Qd(r,e,t){var a=t[0],i=t[1];return r[0]=e[0]*a,r[1]=e[1]*i,r[2]=e[2]*a,r[3]=e[3]*i,r[4]=e[4]*a,r[5]=e[5]*i,r}function uo(r,e){var t=e[0],a=e[2],i=e[4],n=e[1],o=e[3],s=e[5],l=t*o-n*a;return l?(l=1/l,r[0]=o*l,r[1]=-n*l,r[2]=-a*l,r[3]=t*l,r[4]=(a*s-o*i)*l,r[5]=(n*i-t*s)*l,r):null}function vP(r){var e=nr();return Kd(e,r),e}var gm=Kf,ym=5e-5;function ri(r){return r>ym||r<-ym}var ai=[],yn=[],Xh=nr(),qh=Math.abs,jr=function(){function r(){}return r.prototype.getLocalTransform=function(e){return r.getLocalTransform(this,e)},r.prototype.setPosition=function(e){this.x=e[0],this.y=e[1]},r.prototype.setScale=function(e){this.scaleX=e[0],this.scaleY=e[1]},r.prototype.setSkew=function(e){this.skewX=e[0],this.skewY=e[1]},r.prototype.setOrigin=function(e){this.originX=e[0],this.originY=e[1]},r.prototype.needLocalTransform=function(){return ri(this.rotation)||ri(this.x)||ri(this.y)||ri(this.scaleX-1)||ri(this.scaleY-1)||ri(this.skewX)||ri(this.skewY)},r.prototype.updateTransform=function(){var e=this.parent&&this.parent.transform,t=this.needLocalTransform(),a=this.transform;if(!(t||e)){a&&gm(a);return}a=a||nr(),t?this.getLocalTransform(a):gm(a),e&&(t?aa(a,e,a):Kd(a,e)),this.transform=a,this._resolveGlobalScaleRatio(a)},r.prototype._resolveGlobalScaleRatio=function(e){var t=this.globalScaleRatio;if(t!=null&&t!==1){this.getGlobalScale(ai);var a=ai[0]<0?-1:1,i=ai[1]<0?-1:1,n=((ai[0]-a)*t+a)/ai[0]||0,o=((ai[1]-i)*t+i)/ai[1]||0;e[0]*=n,e[1]*=n,e[2]*=o,e[3]*=o}this.invTransform=this.invTransform||nr(),uo(this.invTransform,e)},r.prototype.getComputedTransform=function(){for(var e=this,t=[];e;)t.push(e),e=e.parent;for(;e=t.pop();)e.updateTransform();return this.transform},r.prototype.setLocalTransform=function(e){if(!!e){var t=e[0]*e[0]+e[1]*e[1],a=e[2]*e[2]+e[3]*e[3],i=Math.atan2(e[1],e[0]),n=Math.PI/2+i-Math.atan2(e[3],e[2]);a=Math.sqrt(a)*Math.cos(n),t=Math.sqrt(t),this.skewX=n,this.skewY=0,this.rotation=-i,this.x=+e[4],this.y=+e[5],this.scaleX=t,this.scaleY=a,this.originX=0,this.originY=0}},r.prototype.decomposeTransform=function(){if(!!this.transform){var e=this.parent,t=this.transform;e&&e.transform&&(aa(yn,e.invTransform,t),t=yn);var a=this.originX,i=this.originY;(a||i)&&(Xh[4]=a,Xh[5]=i,aa(yn,t,Xh),yn[4]-=a,yn[5]-=i,t=yn),this.setLocalTransform(t)}},r.prototype.getGlobalScale=function(e){var t=this.transform;return e=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)},r.prototype.transformCoordToLocal=function(e,t){var a=[e,t],i=this.invTransform;return i&&ue(a,a,i),a},r.prototype.transformCoordToGlobal=function(e,t){var a=[e,t],i=this.transform;return i&&ue(a,a,i),a},r.prototype.getLineScale=function(){var e=this.transform;return e&&qh(e[0]-1)>1e-10&&qh(e[3]-1)>1e-10?Math.sqrt(qh(e[0]*e[3]-e[2]*e[1])):1},r.prototype.copyTransform=function(e){Aw(this,e)},r.getLocalTransform=function(e,t){t=t||[];var a=e.originX||0,i=e.originY||0,n=e.scaleX,o=e.scaleY,s=e.anchorX,l=e.anchorY,u=e.rotation||0,f=e.x,h=e.y,v=e.skewX?Math.tan(e.skewX):0,c=e.skewY?Math.tan(-e.skewY):0;if(a||i||s||l){var p=a+s,d=i+l;t[4]=-p*n-v*d*o,t[5]=-d*o-c*p*n}else t[4]=t[5]=0;return t[0]=n,t[3]=o,t[1]=c*n,t[2]=v*o,u&&ln(t,t,u),t[4]+=a+f,t[5]+=i+h,t},r.initDefaultProps=function(){var e=r.prototype;e.scaleX=e.scaleY=e.globalScaleRatio=1,e.x=e.y=e.originX=e.originY=e.skewX=e.skewY=e.rotation=e.anchorX=e.anchorY=0}(),r}(),Gr=["x","y","originX","originY","anchorX","anchorY","rotation","scaleX","scaleY","skewX","skewY"];function Aw(r,e){for(var t=0;t<Gr.length;t++){var a=Gr[t];r[a]=e[a]}}var cP=function(){function r(e,t){this.x=e||0,this.y=t||0}return r.prototype.copy=function(e){return this.x=e.x,this.y=e.y,this},r.prototype.clone=function(){return new r(this.x,this.y)},r.prototype.set=function(e,t){return this.x=e,this.y=t,this},r.prototype.equal=function(e){return e.x===this.x&&e.y===this.y},r.prototype.add=function(e){return this.x+=e.x,this.y+=e.y,this},r.prototype.scale=function(e){this.x*=e,this.y*=e},r.prototype.scaleAndAdd=function(e,t){this.x+=e.x*t,this.y+=e.y*t},r.prototype.sub=function(e){return this.x-=e.x,this.y-=e.y,this},r.prototype.dot=function(e){return this.x*e.x+this.y*e.y},r.prototype.len=function(){return Math.sqrt(this.x*this.x+this.y*this.y)},r.prototype.lenSquare=function(){return this.x*this.x+this.y*this.y},r.prototype.normalize=function(){var e=this.len();return this.x/=e,this.y/=e,this},r.prototype.distance=function(e){var t=this.x-e.x,a=this.y-e.y;return Math.sqrt(t*t+a*a)},r.prototype.distanceSquare=function(e){var t=this.x-e.x,a=this.y-e.y;return t*t+a*a},r.prototype.negate=function(){return this.x=-this.x,this.y=-this.y,this},r.prototype.transform=function(e){if(!!e){var t=this.x,a=this.y;return this.x=e[0]*t+e[2]*a+e[4],this.y=e[1]*t+e[3]*a+e[5],this}},r.prototype.toArray=function(e){return e[0]=this.x,e[1]=this.y,e},r.prototype.fromArray=function(e){this.x=e[0],this.y=e[1]},r.set=function(e,t,a){e.x=t,e.y=a},r.copy=function(e,t){e.x=t.x,e.y=t.y},r.len=function(e){return Math.sqrt(e.x*e.x+e.y*e.y)},r.lenSquare=function(e){return e.x*e.x+e.y*e.y},r.dot=function(e,t){return e.x*t.x+e.y*t.y},r.add=function(e,t,a){e.x=t.x+a.x,e.y=t.y+a.y},r.sub=function(e,t,a){e.x=t.x-a.x,e.y=t.y-a.y},r.scale=function(e,t,a){e.x=t.x*a,e.y=t.y*a},r.scaleAndAdd=function(e,t,a,i){e.x=t.x+a.x*i,e.y=t.y+a.y*i},r.lerp=function(e,t,a,i){var n=1-i;e.x=n*t.x+i*a.x,e.y=n*t.y+i*a.y},r}(),st=cP,kl=Math.min,Ol=Math.max,ii=new st,ni=new st,oi=new st,si=new st,Do=new st,Lo=new st,pP=function(){function r(e,t,a,i){a<0&&(e=e+a,a=-a),i<0&&(t=t+i,i=-i),this.x=e,this.y=t,this.width=a,this.height=i}return r.prototype.union=function(e){var t=kl(e.x,this.x),a=kl(e.y,this.y);isFinite(this.x)&&isFinite(this.width)?this.width=Ol(e.x+e.width,this.x+this.width)-t:this.width=e.width,isFinite(this.y)&&isFinite(this.height)?this.height=Ol(e.y+e.height,this.y+this.height)-a:this.height=e.height,this.x=t,this.y=a},r.prototype.applyTransform=function(e){r.applyTransform(this,this,e)},r.prototype.calculateTransform=function(e){var t=this,a=e.width/t.width,i=e.height/t.height,n=nr();return zr(n,n,[-t.x,-t.y]),Qd(n,n,[a,i]),zr(n,n,[e.x,e.y]),n},r.prototype.intersect=function(e,t){if(!e)return!1;e instanceof r||(e=r.create(e));var a=this,i=a.x,n=a.x+a.width,o=a.y,s=a.y+a.height,l=e.x,u=e.x+e.width,f=e.y,h=e.y+e.height,v=!(n<l||u<i||s<f||h<o);if(t){var c=1/0,p=0,d=Math.abs(n-l),g=Math.abs(u-i),y=Math.abs(s-f),m=Math.abs(h-o),_=Math.min(d,g),S=Math.min(y,m);n<l||u<i?_>p&&(p=_,d<g?st.set(Lo,-d,0):st.set(Lo,g,0)):_<c&&(c=_,d<g?st.set(Do,d,0):st.set(Do,-g,0)),s<f||h<o?S>p&&(p=S,y<m?st.set(Lo,0,-y):st.set(Lo,0,m)):_<c&&(c=_,y<m?st.set(Do,0,y):st.set(Do,0,-m))}return t&&st.copy(t,v?Do:Lo),v},r.prototype.contain=function(e,t){var a=this;return e>=a.x&&e<=a.x+a.width&&t>=a.y&&t<=a.y+a.height},r.prototype.clone=function(){return new r(this.x,this.y,this.width,this.height)},r.prototype.copy=function(e){r.copy(this,e)},r.prototype.plain=function(){return{x:this.x,y:this.y,width:this.width,height:this.height}},r.prototype.isFinite=function(){return isFinite(this.x)&&isFinite(this.y)&&isFinite(this.width)&&isFinite(this.height)},r.prototype.isZero=function(){return this.width===0||this.height===0},r.create=function(e){return new r(e.x,e.y,e.width,e.height)},r.copy=function(e,t){e.x=t.x,e.y=t.y,e.width=t.width,e.height=t.height},r.applyTransform=function(e,t,a){if(!a){e!==t&&r.copy(e,t);return}if(a[1]<1e-5&&a[1]>-1e-5&&a[2]<1e-5&&a[2]>-1e-5){var i=a[0],n=a[3],o=a[4],s=a[5];e.x=t.x*i+o,e.y=t.y*n+s,e.width=t.width*i,e.height=t.height*n,e.width<0&&(e.x+=e.width,e.width=-e.width),e.height<0&&(e.y+=e.height,e.height=-e.height);return}ii.x=oi.x=t.x,ii.y=si.y=t.y,ni.x=si.x=t.x+t.width,ni.y=oi.y=t.y+t.height,ii.transform(a),si.transform(a),ni.transform(a),oi.transform(a),e.x=kl(ii.x,ni.x,oi.x,si.x),e.y=kl(ii.y,ni.y,oi.y,si.y);var l=Ol(ii.x,ni.x,oi.x,si.x),u=Ol(ii.y,ni.y,oi.y,si.y);e.width=l-e.x,e.height=u-e.y},r}(),ft=pP,mm={};function Fe(r,e){e=e||$a;var t=mm[e];t||(t=mm[e]=new al(500));var a=t.get(r);return a==null&&(a=Ua.measureText(r,e).width,t.put(r,a)),a}function _m(r,e,t,a){var i=Fe(r,e),n=Qf(e),o=rs(0,i,t),s=Bn(0,n,a),l=new ft(o,s,i,n);return l}function il(r,e,t,a){var i=((r||"")+"").split(`
- `),n=i.length;if(n===1)return _m(i[0],e,t,a);for(var o=new ft(0,0,0,0),s=0;s<i.length;s++){var l=_m(i[s],e,t,a);s===0?o.copy(l):o.union(l)}return o}function rs(r,e,t){return t==="right"?r-=e:t==="center"&&(r-=e/2),r}function Bn(r,e,t){return t==="middle"?r-=e/2:t==="bottom"&&(r-=e),r}function Qf(r){return Fe("\u56FD",r)}function _r(r,e){return typeof r=="string"?r.lastIndexOf("%")>=0?parseFloat(r)/100*e:parseFloat(r):r}function af(r,e,t){var a=e.position||"inside",i=e.distance!=null?e.distance:5,n=t.height,o=t.width,s=n/2,l=t.x,u=t.y,f="left",h="top";if(a instanceof Array)l+=_r(a[0],t.width),u+=_r(a[1],t.height),f=null,h=null;else switch(a){case"left":l-=i,u+=s,f="right",h="middle";break;case"right":l+=i+o,u+=s,h="middle";break;case"top":l+=o/2,u-=i,f="center",h="bottom";break;case"bottom":l+=o/2,u+=n+i,f="center";break;case"inside":l+=o/2,u+=s,f="center",h="middle";break;case"insideLeft":l+=i,u+=s,h="middle";break;case"insideRight":l+=o-i,u+=s,f="right",h="middle";break;case"insideTop":l+=o/2,u+=i,f="center";break;case"insideBottom":l+=o/2,u+=n-i,f="center",h="bottom";break;case"insideTopLeft":l+=i,u+=i;break;case"insideTopRight":l+=o-i,u+=i,f="right";break;case"insideBottomLeft":l+=i,u+=n-i,h="bottom";break;case"insideBottomRight":l+=o-i,u+=n-i,f="right",h="bottom";break}return r=r||{},r.x=l,r.y=u,r.align=f,r.verticalAlign=h,r}var Kh="__zr_normal__",Qh=Gr.concat(["ignore"]),dP=Vr(Gr,function(r,e){return r[e]=!0,r},{ignore:!1}),mn={},gP=new ft(0,0,0,0),jd=function(){function r(e){this.id=Jb(),this.animators=[],this.currentStates=[],this.states={},this._init(e)}return r.prototype._init=function(e){this.attr(e)},r.prototype.drift=function(e,t,a){switch(this.draggable){case"horizontal":t=0;break;case"vertical":e=0;break}var i=this.transform;i||(i=this.transform=[1,0,0,1,0,0]),i[4]+=e,i[5]+=t,this.decomposeTransform(),this.markRedraw()},r.prototype.beforeUpdate=function(){},r.prototype.afterUpdate=function(){},r.prototype.update=function(){this.updateTransform(),this.__dirty&&this.updateInnerText()},r.prototype.updateInnerText=function(e){var t=this._textContent;if(t&&(!t.ignore||e)){this.textConfig||(this.textConfig={});var a=this.textConfig,i=a.local,n=t.innerTransformable,o=void 0,s=void 0,l=!1;n.parent=i?this:null;var u=!1;if(n.copyTransform(t),a.position!=null){var f=gP;a.layoutRect?f.copy(a.layoutRect):f.copy(this.getBoundingRect()),i||f.applyTransform(this.transform),this.calculateTextPosition?this.calculateTextPosition(mn,a,f):af(mn,a,f),n.x=mn.x,n.y=mn.y,o=mn.align,s=mn.verticalAlign;var h=a.origin;if(h&&a.rotation!=null){var v=void 0,c=void 0;h==="center"?(v=f.width*.5,c=f.height*.5):(v=_r(h[0],f.width),c=_r(h[1],f.height)),u=!0,n.originX=-n.x+v+(i?0:f.x),n.originY=-n.y+c+(i?0:f.y)}}a.rotation!=null&&(n.rotation=a.rotation);var p=a.offset;p&&(n.x+=p[0],n.y+=p[1],u||(n.originX=-p[0],n.originY=-p[1]));var d=a.inside==null?typeof a.position=="string"&&a.position.indexOf("inside")>=0:a.inside,g=this._innerTextDefaultStyle||(this._innerTextDefaultStyle={}),y=void 0,m=void 0,_=void 0;d&&this.canBeInsideText()?(y=a.insideFill,m=a.insideStroke,(y==null||y==="auto")&&(y=this.getInsideTextFill()),(m==null||m==="auto")&&(m=this.getInsideTextStroke(y),_=!0)):(y=a.outsideFill,m=a.outsideStroke,(y==null||y==="auto")&&(y=this.getOutsideFill()),(m==null||m==="auto")&&(m=this.getOutsideStroke(y),_=!0)),y=y||"#000",(y!==g.fill||m!==g.stroke||_!==g.autoStroke||o!==g.align||s!==g.verticalAlign)&&(l=!0,g.fill=y,g.stroke=m,g.autoStroke=_,g.align=o,g.verticalAlign=s,t.setDefaultTextStyle(g)),t.__dirty|=ze,l&&t.dirtyStyle(!0)}},r.prototype.canBeInsideText=function(){return!0},r.prototype.getInsideTextFill=function(){return"#fff"},r.prototype.getInsideTextStroke=function(e){return"#000"},r.prototype.getOutsideFill=function(){return this.__zr&&this.__zr.isDarkMode()?bp:xp},r.prototype.getOutsideStroke=function(e){var t=this.__zr&&this.__zr.getBackgroundColor(),a=typeof t=="string"&&Ge(t);a||(a=[255,255,255,1]);for(var i=a[3],n=this.__zr.isDarkMode(),o=0;o<3;o++)a[o]=a[o]*i+(n?0:255)*(1-i);return a[3]=1,ra(a,"rgba")},r.prototype.traverse=function(e,t){},r.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||{},V(this.extra,t)):this[e]=t},r.prototype.hide=function(){this.ignore=!0,this.markRedraw()},r.prototype.show=function(){this.ignore=!1,this.markRedraw()},r.prototype.attr=function(e,t){if(typeof e=="string")this.attrKV(e,t);else if(j(e))for(var a=e,i=mt(a),n=0;n<i.length;n++){var o=i[n];this.attrKV(o,e[o])}return this.markRedraw(),this},r.prototype.saveCurrentToNormalState=function(e){this._innerSaveToNormal(e);for(var t=this._normalState,a=0;a<this.animators.length;a++){var i=this.animators[a],n=i.__fromStateTransition;if(!(i.getLoop()||n&&n!==Kh)){var o=i.targetName,s=o?t[o]:t;i.saveTo(s)}}},r.prototype._innerSaveToNormal=function(e){var t=this._normalState;t||(t=this._normalState={}),e.textConfig&&!t.textConfig&&(t.textConfig=this.textConfig),this._savePrimaryToNormal(e,t,Qh)},r.prototype._savePrimaryToNormal=function(e,t,a){for(var i=0;i<a.length;i++){var n=a[i];e[n]!=null&&!(n in t)&&(t[n]=this[n])}},r.prototype.hasState=function(){return this.currentStates.length>0},r.prototype.getState=function(e){return this.states[e]},r.prototype.ensureState=function(e){var t=this.states;return t[e]||(t[e]={}),t[e]},r.prototype.clearStates=function(e){this.useState(Kh,!1,e)},r.prototype.useState=function(e,t,a,i){var n=e===Kh,o=this.hasState();if(!(!o&&n)){var s=this.currentStates,l=this.stateTransition;if(!(vt(s,e)>=0&&(t||s.length===1))){var u;if(this.stateProxy&&!n&&(u=this.stateProxy(e)),u||(u=this.states&&this.states[e]),!u&&!n){Wd("State "+e+" not exists.");return}n||this.saveCurrentToNormalState(u);var f=!!(u&&u.hoverLayer||i);f&&this._toggleHoverLayerFlag(!0),this._applyStateObj(e,u,this._normalState,t,!a&&!this.__inHover&&l&&l.duration>0,l);var h=this._textContent,v=this._textGuide;return h&&h.useState(e,t,a,f),v&&v.useState(e,t,a,f),n?(this.currentStates=[],this._normalState={}):t?this.currentStates.push(e):this.currentStates=[e],this._updateAnimationTargets(),this.markRedraw(),!f&&this.__inHover&&(this._toggleHoverLayerFlag(!1),this.__dirty&=~ze),u}}},r.prototype.useStates=function(e,t,a){if(!e.length)this.clearStates();else{var i=[],n=this.currentStates,o=e.length,s=o===n.length;if(s){for(var l=0;l<o;l++)if(e[l]!==n[l]){s=!1;break}}if(s)return;for(var l=0;l<o;l++){var u=e[l],f=void 0;this.stateProxy&&(f=this.stateProxy(u,e)),f||(f=this.states[u]),f&&i.push(f)}var h=i[o-1],v=!!(h&&h.hoverLayer||a);v&&this._toggleHoverLayerFlag(!0);var c=this._mergeStates(i),p=this.stateTransition;this.saveCurrentToNormalState(c),this._applyStateObj(e.join(","),c,this._normalState,!1,!t&&!this.__inHover&&p&&p.duration>0,p);var d=this._textContent,g=this._textGuide;d&&d.useStates(e,t,v),g&&g.useStates(e,t,v),this._updateAnimationTargets(),this.currentStates=e.slice(),this.markRedraw(),!v&&this.__inHover&&(this._toggleHoverLayerFlag(!1),this.__dirty&=~ze)}},r.prototype._updateAnimationTargets=function(){for(var e=0;e<this.animators.length;e++){var t=this.animators[e];t.targetName&&t.changeTarget(this[t.targetName])}},r.prototype.removeState=function(e){var t=vt(this.currentStates,e);if(t>=0){var a=this.currentStates.slice();a.splice(t,1),this.useStates(a)}},r.prototype.replaceState=function(e,t,a){var i=this.currentStates.slice(),n=vt(i,e),o=vt(i,t)>=0;n>=0?o?i.splice(n,1):i[n]=t:a&&!o&&i.push(t),this.useStates(i)},r.prototype.toggleState=function(e,t){t?this.useState(e,!0):this.removeState(e)},r.prototype._mergeStates=function(e){for(var t={},a,i=0;i<e.length;i++){var n=e[i];V(t,n),n.textConfig&&(a=a||{},V(a,n.textConfig))}return a&&(t.textConfig=a),t},r.prototype._applyStateObj=function(e,t,a,i,n,o){var s=!(t&&i);t&&t.textConfig?(this.textConfig=V({},i?this.textConfig:a.textConfig),V(this.textConfig,t.textConfig)):s&&a.textConfig&&(this.textConfig=a.textConfig);for(var l={},u=!1,f=0;f<Qh.length;f++){var h=Qh[f],v=n&&dP[h];t&&t[h]!=null?v?(u=!0,l[h]=t[h]):this[h]=t[h]:s&&a[h]!=null&&(v?(u=!0,l[h]=a[h]):this[h]=a[h])}if(!n)for(var f=0;f<this.animators.length;f++){var c=this.animators[f],p=c.targetName;c.getLoop()||c.__changeFinalValue(p?(t||a)[p]:t||a)}u&&this._transitionState(e,l,o)},r.prototype._attachComponent=function(e){if(!(e.__zr&&!e.__hostTarget)&&e!==this){var t=this.__zr;t&&e.addSelfToZr(t),e.__zr=t,e.__hostTarget=this}},r.prototype._detachComponent=function(e){e.__zr&&e.removeSelfFromZr(e.__zr),e.__zr=null,e.__hostTarget=null},r.prototype.getClipPath=function(){return this._clipPath},r.prototype.setClipPath=function(e){this._clipPath&&this._clipPath!==e&&this.removeClipPath(),this._attachComponent(e),this._clipPath=e,this.markRedraw()},r.prototype.removeClipPath=function(){var e=this._clipPath;e&&(this._detachComponent(e),this._clipPath=null,this.markRedraw())},r.prototype.getTextContent=function(){return this._textContent},r.prototype.setTextContent=function(e){var t=this._textContent;t!==e&&(t&&t!==e&&this.removeTextContent(),e.innerTransformable=new jr,this._attachComponent(e),this._textContent=e,this.markRedraw())},r.prototype.setTextConfig=function(e){this.textConfig||(this.textConfig={}),V(this.textConfig,e),this.markRedraw()},r.prototype.removeTextConfig=function(){this.textConfig=null,this.markRedraw()},r.prototype.removeTextContent=function(){var e=this._textContent;e&&(e.innerTransformable=null,this._detachComponent(e),this._textContent=null,this._innerTextDefaultStyle=null,this.markRedraw())},r.prototype.getTextGuideLine=function(){return this._textGuide},r.prototype.setTextGuideLine=function(e){this._textGuide&&this._textGuide!==e&&this.removeTextGuideLine(),this._attachComponent(e),this._textGuide=e,this.markRedraw()},r.prototype.removeTextGuideLine=function(){var e=this._textGuide;e&&(this._detachComponent(e),this._textGuide=null,this.markRedraw())},r.prototype.markRedraw=function(){this.__dirty|=ze;var e=this.__zr;e&&(this.__inHover?e.refreshHover():e.refresh()),this.__hostTarget&&this.__hostTarget.markRedraw()},r.prototype.dirty=function(){this.markRedraw()},r.prototype._toggleHoverLayerFlag=function(e){this.__inHover=e;var t=this._textContent,a=this._textGuide;t&&(t.__inHover=e),a&&(a.__inHover=e)},r.prototype.addSelfToZr=function(e){if(this.__zr!==e){this.__zr=e;var t=this.animators;if(t)for(var a=0;a<t.length;a++)e.animation.addAnimator(t[a]);this._clipPath&&this._clipPath.addSelfToZr(e),this._textContent&&this._textContent.addSelfToZr(e),this._textGuide&&this._textGuide.addSelfToZr(e)}},r.prototype.removeSelfFromZr=function(e){if(!!this.__zr){this.__zr=null;var t=this.animators;if(t)for(var a=0;a<t.length;a++)e.animation.removeAnimator(t[a]);this._clipPath&&this._clipPath.removeSelfFromZr(e),this._textContent&&this._textContent.removeSelfFromZr(e),this._textGuide&&this._textGuide.removeSelfFromZr(e)}},r.prototype.animate=function(e,t,a){var i=e?this[e]:this,n=new qd(i,t,a);return e&&(n.targetName=e),this.addAnimator(n,e),n},r.prototype.addAnimator=function(e,t){var a=this.__zr,i=this;e.during(function(){i.updateDuringAnimation(t)}).done(function(){var n=i.animators,o=vt(n,e);o>=0&&n.splice(o,1)}),this.animators.push(e),a&&a.animation.addAnimator(e),a&&a.wakeUp()},r.prototype.updateDuringAnimation=function(e){this.markRedraw()},r.prototype.stopAnimation=function(e,t){for(var a=this.animators,i=a.length,n=[],o=0;o<i;o++){var s=a[o];!e||e===s.scope?s.stop(t):n.push(s)}return this.animators=n,this},r.prototype.animateTo=function(e,t,a){jh(this,e,t,a)},r.prototype.animateFrom=function(e,t,a){jh(this,e,t,a,!0)},r.prototype._transitionState=function(e,t,a,i){for(var n=jh(this,t,a,i),o=0;o<n.length;o++)n[o].__fromStateTransition=e},r.prototype.getBoundingRect=function(){return null},r.prototype.getPaintRect=function(){return null},r.initDefaultProps=function(){var e=r.prototype;e.type="element",e.name="",e.ignore=e.silent=e.isGroup=e.draggable=e.dragging=e.ignoreClip=e.__inHover=!1,e.__dirty=ze;function t(a,i,n,o){Object.defineProperty(e,a,{get:function(){if(!this[i]){var l=this[i]=[];s(this,l)}return this[i]},set:function(l){this[n]=l[0],this[o]=l[1],this[i]=l,s(this,l)}});function s(l,u){Object.defineProperty(u,0,{get:function(){return l[n]},set:function(f){l[n]=f}}),Object.defineProperty(u,1,{get:function(){return l[o]},set:function(f){l[o]=f}})}}Object.defineProperty&&(t("position","_legacyPos","x","y"),t("scale","_legacyScale","scaleX","scaleY"),t("origin","_legacyOrigin","originX","originY"))}(),r}();jt(jd,sr);jt(jd,jr);function jh(r,e,t,a,i){t=t||{};var n=[];Cw(r,"",r,e,t,a,n,i);var o=n.length,s=!1,l=t.done,u=t.aborted,f=function(){s=!0,o--,o<=0&&(s?l&&l():u&&u())},h=function(){o--,o<=0&&(s?l&&l():u&&u())};o||l&&l(),n.length>0&&t.during&&n[0].during(function(p,d){t.during(d)});for(var v=0;v<n.length;v++){var c=n[v];f&&c.done(f),h&&c.aborted(h),t.force&&c.duration(t.duration),c.start(t.easing)}return n}function Jh(r,e,t){for(var a=0;a<t;a++)r[a]=e[a]}function yP(r){return ye(r[0])}function mP(r,e,t){if(ye(e[t]))if(ye(r[t])||(r[t]=[]),He(e[t])){var a=e[t].length;r[t].length!==a&&(r[t]=new e[t].constructor(a),Jh(r[t],e[t],a))}else{var i=e[t],n=r[t],o=i.length;if(yP(i))for(var s=i[0].length,l=0;l<o;l++)n[l]?Jh(n[l],i[l],s):n[l]=Array.prototype.slice.call(i[l]);else Jh(n,i,o);n.length=i.length}else r[t]=e[t]}function _P(r,e){return r===e||ye(r)&&ye(e)&&SP(r,e)}function SP(r,e){var t=r.length;if(t!==e.length)return!1;for(var a=0;a<t;a++)if(r[a]!==e[a])return!1;return!0}function Cw(r,e,t,a,i,n,o,s){for(var l=mt(a),u=i.duration,f=i.delay,h=i.additive,v=i.setToFinal,c=!j(n),p=r.animators,d=[],g=0;g<l.length;g++){var y=l[g],m=a[y];if(m!=null&&t[y]!=null&&(c||n[y]))if(j(m)&&!ye(m)&&!Zf(m)){if(e){s||(t[y]=m,r.updateDuringAnimation(e));continue}Cw(r,y,t[y],m,i,n&&n[y],o,s)}else d.push(y);else s||(t[y]=m,r.updateDuringAnimation(e),d.push(y))}var _=d.length;if(!h&&_)for(var S=0;S<p.length;S++){var b=p[S];if(b.targetName===e){var x=b.stopTracks(d);if(x){var w=vt(p,b);p.splice(w,1)}}}if(i.force||(d=Rt(d,function(D){return!_P(a[D],t[D])}),_=d.length),_>0||i.force&&!o.length){var T=void 0,A=void 0,M=void 0;if(s){A={},v&&(T={});for(var S=0;S<_;S++){var y=d[S];A[y]=t[y],v?T[y]=a[y]:t[y]=a[y]}}else if(v){M={};for(var S=0;S<_;S++){var y=d[S];M[y]=ps(t[y]),mP(t,a,y)}}var b=new qd(t,!1,!1,h?Rt(p,function(L){return L.targetName===e}):null);b.targetName=e,i.scope&&(b.scope=i.scope),v&&T&&b.whenWithKeys(0,T,d),M&&b.whenWithKeys(0,M,d),b.whenWithKeys(u==null?500:u,s?A:a,d).delay(f||0),r.addAnimator(b,e),o.push(b)}}var Mw=jd,Dw=function(r){k(e,r);function e(t){var a=r.call(this)||this;return a.isGroup=!0,a._children=[],a.attr(t),a}return e.prototype.childrenRef=function(){return this._children},e.prototype.children=function(){return this._children.slice()},e.prototype.childAt=function(t){return this._children[t]},e.prototype.childOfName=function(t){for(var a=this._children,i=0;i<a.length;i++)if(a[i].name===t)return a[i]},e.prototype.childCount=function(){return this._children.length},e.prototype.add=function(t){return t&&t!==this&&t.parent!==this&&(this._children.push(t),this._doAdd(t)),this},e.prototype.addBefore=function(t,a){if(t&&t!==this&&t.parent!==this&&a&&a.parent===this){var i=this._children,n=i.indexOf(a);n>=0&&(i.splice(n,0,t),this._doAdd(t))}return this},e.prototype.replace=function(t,a){var i=vt(this._children,t);return i>=0&&this.replaceAt(a,i),this},e.prototype.replaceAt=function(t,a){var i=this._children,n=i[a];if(t&&t!==this&&t.parent!==this&&t!==n){i[a]=t,n.parent=null;var o=this.__zr;o&&n.removeSelfFromZr(o),this._doAdd(t)}return this},e.prototype._doAdd=function(t){t.parent&&t.parent.remove(t),t.parent=this;var a=this.__zr;a&&a!==t.__zr&&t.addSelfToZr(a),a&&a.refresh()},e.prototype.remove=function(t){var a=this.__zr,i=this._children,n=vt(i,t);return n<0?this:(i.splice(n,1),t.parent=null,a&&t.removeSelfFromZr(a),a&&a.refresh(),this)},e.prototype.removeAll=function(){for(var t=this._children,a=this.__zr,i=0;i<t.length;i++){var n=t[i];a&&n.removeSelfFromZr(a),n.parent=null}return t.length=0,this},e.prototype.eachChild=function(t,a){for(var i=this._children,n=0;n<i.length;n++){var o=i[n];t.call(a,o,n)}return this},e.prototype.traverse=function(t,a){for(var i=0;i<this._children.length;i++){var n=this._children[i],o=t.call(a,n);n.isGroup&&!o&&n.traverse(t,a)}return this},e.prototype.addSelfToZr=function(t){r.prototype.addSelfToZr.call(this,t);for(var a=0;a<this._children.length;a++){var i=this._children[a];i.addSelfToZr(t)}},e.prototype.removeSelfFromZr=function(t){r.prototype.removeSelfFromZr.call(this,t);for(var a=0;a<this._children.length;a++){var i=this._children[a];i.removeSelfFromZr(t)}},e.prototype.getBoundingRect=function(t){for(var a=new ft(0,0,0,0),i=t||this._children,n=[],o=null,s=0;s<i.length;s++){var l=i[s];if(!(l.ignore||l.invisible)){var u=l.getBoundingRect(),f=l.getLocalTransform(n);f?(ft.applyTransform(a,u,f),o=o||a.clone(),o.union(a)):(o=o||u.clone(),o.union(u))}}return o||a},e}(Mw);Dw.prototype.type="group";var rt=Dw;/*!
- * ZRender, a high performance 2d drawing library.
- *
- * Copyright (c) 2013, Baidu Inc.
- * All rights reserved.
- *
- * LICENSE
- * https://github.com/ecomfe/zrender/blob/master/LICENSE.txt
- */var Nu={},Lw={};function xP(r){delete Lw[r]}function bP(r){if(!r)return!1;if(typeof r=="string")return tf(r,1)<Sp;if(r.colorStops){for(var e=r.colorStops,t=0,a=e.length,i=0;i<a;i++)t+=tf(e[i].color,1);return t/=a,t<Sp}return!1}var wP=function(){function r(e,t,a){var i=this;this._sleepAfterStill=10,this._stillFrameAccum=0,this._needsRefresh=!0,this._needsRefreshHover=!0,this._darkMode=!1,a=a||{},this.dom=t,this.id=e;var n=new D2,o=a.renderer||"canvas";Nu[o]||(o=mt(Nu)[0]),a.useDirtyRect=a.useDirtyRect==null?!1:a.useDirtyRect;var s=new Nu[o](t,n,a,e),l=a.ssr||s.ssrOnly;this.storage=n,this.painter=s;var u=!Mt.node&&!Mt.worker&&!l?new fP(s.getViewportRoot(),s.root):null;this.handler=new w2(n,s,u,s.root),this.animation=new rP({stage:{update:l?null:function(){return i._flush(!0)}}}),l||this.animation.start()}return r.prototype.add=function(e){!e||(this.storage.addRoot(e),e.addSelfToZr(this),this.refresh())},r.prototype.remove=function(e){!e||(this.storage.delRoot(e),e.removeSelfFromZr(this),this.refresh())},r.prototype.configLayer=function(e,t){this.painter.configLayer&&this.painter.configLayer(e,t),this.refresh()},r.prototype.setBackgroundColor=function(e){this.painter.setBackgroundColor&&this.painter.setBackgroundColor(e),this.refresh(),this._backgroundColor=e,this._darkMode=bP(e)},r.prototype.getBackgroundColor=function(){return this._backgroundColor},r.prototype.setDarkMode=function(e){this._darkMode=e},r.prototype.isDarkMode=function(){return this._darkMode},r.prototype.refreshImmediately=function(e){e||this.animation.update(!0),this._needsRefresh=!1,this.painter.refresh(),this._needsRefresh=!1},r.prototype.refresh=function(){this._needsRefresh=!0,this.animation.start()},r.prototype.flush=function(){this._flush(!1)},r.prototype._flush=function(e){var t,a=Fn();this._needsRefresh&&(t=!0,this.refreshImmediately(e)),this._needsRefreshHover&&(t=!0,this.refreshHoverImmediately());var i=Fn();t?(this._stillFrameAccum=0,this.trigger("rendered",{elapsedTime:i-a})):this._sleepAfterStill>0&&(this._stillFrameAccum++,this._stillFrameAccum>this._sleepAfterStill&&this.animation.stop())},r.prototype.setSleepAfterStill=function(e){this._sleepAfterStill=e},r.prototype.wakeUp=function(){this.animation.start(),this._stillFrameAccum=0},r.prototype.refreshHover=function(){this._needsRefreshHover=!0},r.prototype.refreshHoverImmediately=function(){this._needsRefreshHover=!1,this.painter.refreshHover&&this.painter.getType()==="canvas"&&this.painter.refreshHover()},r.prototype.resize=function(e){e=e||{},this.painter.resize(e.width,e.height),this.handler.resize()},r.prototype.clearAnimation=function(){this.animation.clear()},r.prototype.getWidth=function(){return this.painter.getWidth()},r.prototype.getHeight=function(){return this.painter.getHeight()},r.prototype.setCursorStyle=function(e){this.handler.setCursorStyle(e)},r.prototype.findHover=function(e,t){return this.handler.findHover(e,t)},r.prototype.on=function(e,t,a){return this.handler.on(e,t,a),this},r.prototype.off=function(e,t){this.handler.off(e,t)},r.prototype.trigger=function(e,t){this.handler.trigger(e,t)},r.prototype.clear=function(){for(var e=this.storage.getRoots(),t=0;t<e.length;t++)e[t]instanceof rt&&e[t].removeSelfFromZr(this);this.storage.delAllRoots(),this.painter.clear()},r.prototype.dispose=function(){this.animation.stop(),this.clear(),this.storage.dispose(),this.painter.dispose(),this.handler.dispose(),this.animation=this.storage=this.painter=this.handler=null,xP(this.id)},r}();function Sm(r,e){var t=new wP(Jb(),r,e);return Lw[t.id]=t,t}function TP(r,e){Nu[r]=e}var xm=1e-4,Iw=20;function AP(r){return r.replace(/^\s+|\s+$/g,"")}function Pt(r,e,t,a){var i=e[0],n=e[1],o=t[0],s=t[1],l=n-i,u=s-o;if(l===0)return u===0?o:(o+s)/2;if(a)if(l>0){if(r<=i)return o;if(r>=n)return s}else{if(r>=i)return o;if(r<=n)return s}else{if(r===i)return o;if(r===n)return s}return(r-i)/l*u+o}function H(r,e){switch(r){case"center":case"middle":r="50%";break;case"left":case"top":r="0%";break;case"right":case"bottom":r="100%";break}return $(r)?AP(r).match(/%$/)?parseFloat(r)/100*e:parseFloat(r):r==null?NaN:+r}function Ut(r,e,t){return e==null&&(e=10),e=Math.min(Math.max(0,e),Iw),r=(+r).toFixed(e),t?r:+r}function ar(r){return r.sort(function(e,t){return e-t}),r}function Er(r){if(r=+r,isNaN(r))return 0;if(r>1e-14){for(var e=1,t=0;t<15;t++,e*=10)if(Math.round(r*e)/e===r)return t}return CP(r)}function CP(r){var e=r.toString().toLowerCase(),t=e.indexOf("e"),a=t>0?+e.slice(t+1):0,i=t>0?t:e.length,n=e.indexOf("."),o=n<0?0:i-1-n;return Math.max(0,o-a)}function Pw(r,e){var t=Math.log,a=Math.LN10,i=Math.floor(t(r[1]-r[0])/a),n=Math.round(t(Math.abs(e[1]-e[0]))/a),o=Math.min(Math.max(-i+n,0),20);return isFinite(o)?o:20}function MP(r,e,t){if(!r[e])return 0;var a=Vr(r,function(p,d){return p+(isNaN(d)?0:d)},0);if(a===0)return 0;for(var i=Math.pow(10,t),n=G(r,function(p){return(isNaN(p)?0:p)/a*i*100}),o=i*100,s=G(n,function(p){return Math.floor(p)}),l=Vr(s,function(p,d){return p+d},0),u=G(n,function(p,d){return p-s[d]});l<o;){for(var f=Number.NEGATIVE_INFINITY,h=null,v=0,c=u.length;v<c;++v)u[v]>f&&(f=u[v],h=v);++s[h],u[h]=0,++l}return s[e]/i}function DP(r,e){var t=Math.max(Er(r),Er(e)),a=r+e;return t>Iw?a:Ut(a,t)}var bm=9007199254740991;function Rw(r){var e=Math.PI*2;return(r%e+e)%e}function nf(r){return r>-xm&&r<xm}var LP=/^(?:(\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 Fr(r){if(r instanceof Date)return r;if($(r)){var e=LP.exec(r);if(!e)return new Date(NaN);if(e[8]){var t=+e[4]||0;return e[8].toUpperCase()!=="Z"&&(t-=+e[8].slice(0,3)),new Date(Date.UTC(+e[1],+(e[2]||1)-1,+e[3]||1,t,+(e[5]||0),+e[6]||0,e[7]?+e[7].substring(0,3):0))}else return new Date(+e[1],+(e[2]||1)-1,+e[3]||1,+e[4]||0,+(e[5]||0),+e[6]||0,e[7]?+e[7].substring(0,3):0)}else if(r==null)return new Date(NaN);return new Date(Math.round(r))}function IP(r){return Math.pow(10,Jd(r))}function Jd(r){if(r===0)return 0;var e=Math.floor(Math.log(r)/Math.LN10);return r/Math.pow(10,e)>=10&&e++,e}function Ew(r,e){var t=Jd(r),a=Math.pow(10,t),i=r/a,n;return e?i<1.5?n=1:i<2.5?n=2:i<4?n=3:i<7?n=5:n=10:i<1?n=1:i<2?n=2:i<3?n=3:i<5?n=5:n=10,r=n*a,t>=-20?+r.toFixed(t<0?-t:0):r}function tv(r,e){var t=(r.length-1)*e+1,a=Math.floor(t),i=+r[a-1],n=t-a;return n?i+n*(r[a]-i):i}function wm(r){r.sort(function(l,u){return s(l,u,0)?-1:1});for(var e=-1/0,t=1,a=0;a<r.length;){for(var i=r[a].interval,n=r[a].close,o=0;o<2;o++)i[o]<=e&&(i[o]=e,n[o]=o?1:1-t),e=i[o],t=n[o];i[0]===i[1]&&n[0]*n[1]!==1?r.splice(a,1):a++}return r;function s(l,u,f){return l.interval[f]<u.interval[f]||l.interval[f]===u.interval[f]&&(l.close[f]-u.close[f]===(f?-1:1)||!f&&s(l,u,1))}}function sa(r){var e=parseFloat(r);return e==r&&(e!==0||!$(r)||r.indexOf("x")<=0)?e:NaN}function kw(r){return!isNaN(sa(r))}function Ow(){return Math.round(Math.random()*9)}function Nw(r,e){return e===0?r:Nw(e,r%e)}function Tm(r,e){return r==null?e:e==null?r:r*e/Nw(r,e)}function Lt(r){throw new Error(r)}function Am(r,e,t){return(e-r)*t+r}var Bw="series\0",Vw="\0_ec_\0";function Et(r){return r instanceof Array?r:r==null?[]:[r]}function Ji(r,e,t){if(r){r[e]=r[e]||{},r.emphasis=r.emphasis||{},r.emphasis[e]=r.emphasis[e]||{};for(var a=0,i=t.length;a<i;a++){var n=t[a];!r.emphasis[e].hasOwnProperty(n)&&r[e].hasOwnProperty(n)&&(r.emphasis[e][n]=r[e][n])}}}var Cm=["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"];function fo(r){return j(r)&&!z(r)&&!(r instanceof Date)?r.value:r}function PP(r){return j(r)&&!(r instanceof Array)}function zw(r,e,t){var a=t==="normalMerge",i=t==="replaceMerge",n=t==="replaceAll";r=r||[],e=(e||[]).slice();var o=q();C(e,function(l,u){if(!j(l)){e[u]=null;return}});var s=RP(r,o,t);return(a||i)&&EP(s,r,o,e),a&&kP(s,e),a||i?OP(s,e,i):n&&NP(s,e),BP(s),s}function RP(r,e,t){var a=[];if(t==="replaceAll")return a;for(var i=0;i<r.length;i++){var n=r[i];n&&n.id!=null&&e.set(n.id,i),a.push({existing:t==="replaceMerge"||Rs(n)?null:n,newOption:null,keyInfo:null,brandNew:null})}return a}function EP(r,e,t,a){C(a,function(i,n){if(!(!i||i.id==null)){var o=ds(i.id),s=t.get(o);if(s!=null){var l=r[s];Ae(!l.newOption,'Duplicated option on id "'+o+'".'),l.newOption=i,l.existing=e[s],a[n]=null}}})}function kP(r,e){C(e,function(t,a){if(!(!t||t.name==null))for(var i=0;i<r.length;i++){var n=r[i].existing;if(!r[i].newOption&&n&&(n.id==null||t.id==null)&&!Rs(t)&&!Rs(n)&&Gw("name",n,t)){r[i].newOption=t,e[a]=null;return}}})}function OP(r,e,t){C(e,function(a){if(!!a){for(var i,n=0;(i=r[n])&&(i.newOption||Rs(i.existing)||i.existing&&a.id!=null&&!Gw("id",a,i.existing));)n++;i?(i.newOption=a,i.brandNew=t):r.push({newOption:a,brandNew:t,existing:null,keyInfo:null}),n++}})}function NP(r,e){C(e,function(t){r.push({newOption:t,brandNew:!0,existing:null,keyInfo:null})})}function BP(r){var e=q();C(r,function(t){var a=t.existing;a&&e.set(a.id,t)}),C(r,function(t){var a=t.newOption;Ae(!a||a.id==null||!e.get(a.id)||e.get(a.id)===t,"id duplicates: "+(a&&a.id)),a&&a.id!=null&&e.set(a.id,t),!t.keyInfo&&(t.keyInfo={})}),C(r,function(t,a){var i=t.existing,n=t.newOption,o=t.keyInfo;if(!!j(n)){if(o.name=n.name!=null?ds(n.name):i?i.name:Bw+a,i)o.id=ds(i.id);else if(n.id!=null)o.id=ds(n.id);else{var s=0;do o.id="\0"+o.name+"\0"+s++;while(e.get(o.id))}e.set(o.id,t)}})}function Gw(r,e,t){var a=Jt(e[r],null),i=Jt(t[r],null);return a!=null&&i!=null&&a===i}function ds(r){return Jt(r,"")}function Jt(r,e){return r==null?e:$(r)?r:wt(r)||ep(r)?r+"":e}function tg(r){var e=r.name;return!!(e&&e.indexOf(Bw))}function Rs(r){return r&&r.id!=null&&ds(r.id).indexOf(Vw)===0}function VP(r){return Vw+r}function zP(r,e,t){C(r,function(a){var i=a.newOption;j(i)&&(a.keyInfo.mainType=e,a.keyInfo.subType=GP(e,i,a.existing,t))})}function GP(r,e,t,a){var i=e.type?e.type:t?t.subType:a.determineSubType(r,e);return i}function FP(r,e){var t={},a={};return i(r||[],t),i(e||[],a,t),[n(t),n(a)];function i(o,s,l){for(var u=0,f=o.length;u<f;u++){var h=Jt(o[u].seriesId,null);if(h==null)return;for(var v=Et(o[u].dataIndex),c=l&&l[h],p=0,d=v.length;p<d;p++){var g=v[p];c&&c[g]?c[g]=null:(s[h]||(s[h]={}))[g]=1}}}function n(o,s){var l=[];for(var u in o)if(o.hasOwnProperty(u)&&o[u]!=null)if(s)l.push(+u);else{var f=n(o[u],!0);f.length&&l.push({seriesId:u,dataIndex:f})}return l}}function tn(r,e){if(e.dataIndexInside!=null)return e.dataIndexInside;if(e.dataIndex!=null)return z(e.dataIndex)?G(e.dataIndex,function(t){return r.indexOfRawIndex(t)}):r.indexOfRawIndex(e.dataIndex);if(e.name!=null)return z(e.name)?G(e.name,function(t){return r.indexOfName(t)}):r.indexOfName(e.name)}function At(){var r="__ec_inner_"+HP++;return function(e){return e[r]||(e[r]={})}}var HP=Ow();function gs(r,e,t){var a=eg(e,t),i=a.mainTypeSpecified,n=a.queryOptionMap,o=a.others,s=o,l=t?t.defaultMainType:null;return!i&&l&&n.set(l,{}),n.each(function(u,f){var h=nl(r,f,u,{useDefault:l===f,enableAll:t&&t.enableAll!=null?t.enableAll:!0,enableNone:t&&t.enableNone!=null?t.enableNone:!0});s[f+"Models"]=h.models,s[f+"Model"]=h.models[0]}),s}function eg(r,e){var t;if($(r)){var a={};a[r+"Index"]=0,t=a}else t=r;var i=q(),n={},o=!1;return C(t,function(s,l){if(l==="dataIndex"||l==="dataIndexInside"){n[l]=s;return}var u=l.match(/^(\w+)(Index|Id|Name)$/)||[],f=u[1],h=(u[2]||"").toLowerCase();if(!(!f||!h||e&&e.includeMainTypes&&vt(e.includeMainTypes,f)<0)){o=o||!!f;var v=i.get(f)||i.set(f,{});v[h]=s}}),{mainTypeSpecified:o,queryOptionMap:i,others:n}}var qt={useDefault:!0,enableAll:!1,enableNone:!1},WP={useDefault:!1,enableAll:!0,enableNone:!0};function nl(r,e,t,a){a=a||qt;var i=t.index,n=t.id,o=t.name,s={models:null,specified:i!=null||n!=null||o!=null};if(!s.specified){var l=void 0;return s.models=a.useDefault&&(l=r.getComponent(e))?[l]:[],s}return i==="none"||i===!1?(Ae(a.enableNone,'`"none"` or `false` is not a valid value on index option.'),s.models=[],s):(i==="all"&&(Ae(a.enableAll,'`"all"` is not a valid value on index option.'),i=n=o=null),s.models=r.queryComponents({mainType:e,index:i,id:n,name:o}),s)}function Fw(r,e,t){r.setAttribute?r.setAttribute(e,t):r[e]=t}function $P(r,e){return r.getAttribute?r.getAttribute(e):r[e]}function UP(r){return r==="auto"?Mt.domSupported?"html":"richText":r||"html"}function wp(r,e){var t=q(),a=[];return C(r,function(i){var n=e(i);(t.get(n)||(a.push(n),t.set(n,[]))).push(i)}),{keys:a,buckets:t}}function Hw(r,e,t,a,i){var n=e==null||e==="auto";if(a==null)return a;if(wt(a)){var o=Am(t||0,a,i);return Ut(o,n?Math.max(Er(t||0),Er(a)):e)}else{if($(a))return i<1?t:a;for(var s=[],l=t,u=a,f=Math.max(l?l.length:0,u.length),h=0;h<f;++h){var v=r.getDimensionInfo(h);if(v&&v.type==="ordinal")s[h]=(i<1&&l?l:u)[h];else{var c=l&&l[h]?l[h]:0,p=u[h],o=Am(c,p,i);s[h]=Ut(o,n?Math.max(Er(c),Er(p)):e)}}return s}}var YP=".",li="___EC__COMPONENT__CONTAINER___",Ww="___EC__EXTENDED_CLASS___";function kr(r){var e={main:"",sub:""};if(r){var t=r.split(YP);e.main=t[0]||"",e.sub=t[1]||""}return e}function ZP(r){Ae(/^[a-zA-Z0-9_]+([.][a-zA-Z0-9_]+)?$/.test(r),'componentType "'+r+'" illegal')}function XP(r){return!!(r&&r[Ww])}function rg(r,e){r.$constructor=r,r.extend=function(t){var a=this,i;return qP(a)?i=function(n){k(o,n);function o(){return n.apply(this,arguments)||this}return o}(a):(i=function(){(t.$constructor||a).apply(this,arguments)},KI(i,this)),V(i.prototype,t),i[Ww]=!0,i.extend=this.extend,i.superCall=jP,i.superApply=JP,i.superClass=a,i}}function qP(r){return K(r)&&/^class\s/.test(Function.prototype.toString.call(r))}function $w(r,e){r.extend=e.extend}var KP=Math.round(Math.random()*10);function QP(r){var e=["__\0is_clz",KP++].join("_");r.prototype[e]=!0,r.isInstance=function(t){return!!(t&&t[e])}}function jP(r,e){for(var t=[],a=2;a<arguments.length;a++)t[a-2]=arguments[a];return this.superClass.prototype[e].apply(r,t)}function JP(r,e,t){return this.superClass.prototype[e].apply(r,t)}function jf(r){var e={};r.registerClass=function(a){var i=a.type||a.prototype.type;if(i){ZP(i),a.prototype.type=i;var n=kr(i);if(!n.sub)e[n.main]=a;else if(n.sub!==li){var o=t(n);o[n.sub]=a}}return a},r.getClass=function(a,i,n){var o=e[a];if(o&&o[li]&&(o=i?o[i]:null),n&&!o)throw new Error(i?"Component "+a+"."+(i||"")+" is used but not imported.":a+".type should be specified.");return o},r.getClassesByMainType=function(a){var i=kr(a),n=[],o=e[i.main];return o&&o[li]?C(o,function(s,l){l!==li&&n.push(s)}):n.push(o),n},r.hasClass=function(a){var i=kr(a);return!!e[i.main]},r.getAllClassMainTypes=function(){var a=[];return C(e,function(i,n){a.push(n)}),a},r.hasSubTypes=function(a){var i=kr(a),n=e[i.main];return n&&n[li]};function t(a){var i=e[a.main];return(!i||!i[li])&&(i=e[a.main]={},i[li]=!0),i}}function en(r,e){for(var t=0;t<r.length;t++)r[t][1]||(r[t][1]=r[t][0]);return e=e||!1,function(a,i,n){for(var o={},s=0;s<r.length;s++){var l=r[s][1];if(!(i&&vt(i,l)>=0||n&&vt(n,l)<0)){var u=a.getShallow(l,e);u!=null&&(o[r[s][0]]=u)}}return o}}var tR=[["fill","color"],["shadowBlur"],["shadowOffsetX"],["shadowOffsetY"],["opacity"],["shadowColor"]],eR=en(tR),rR=function(){function r(){}return r.prototype.getAreaStyle=function(e,t){return eR(this,e,t)},r}(),Tp=new al(50);function aR(r){if(typeof r=="string"){var e=Tp.get(r);return e&&e.image}else return r}function ag(r,e,t,a,i){if(r)if(typeof r=="string"){if(e&&e.__zrImageSrc===r||!t)return e;var n=Tp.get(r),o={hostEl:t,cb:a,cbPayload:i};return n?(e=n.image,!Jf(e)&&n.pending.push(o)):(e=Ua.loadImage(r,Mm,Mm),e.__zrImageSrc=r,Tp.put(r,e.__cachedImgObj={image:e,pending:[o]})),e}else return r;else return e}function Mm(){var r=this.__cachedImgObj;this.onload=this.onerror=this.__cachedImgObj=null;for(var e=0;e<r.pending.length;e++){var t=r.pending[e],a=t.cb;a&&a(this,t.cbPayload),t.hostEl.dirty()}r.pending.length=0}function Jf(r){return r&&r.width&&r.height}var ev=/\{([a-zA-Z0-9_]+)\|([^}]*)\}/g;function iR(r,e,t,a,i){if(!e)return"";var n=(r+"").split(`
- `);i=Uw(e,t,a,i);for(var o=0,s=n.length;o<s;o++)n[o]=Yw(n[o],i);return n.join(`
- `)}function Uw(r,e,t,a){a=a||{};var i=V({},a);i.font=e,t=ct(t,"..."),i.maxIterations=ct(a.maxIterations,2);var n=i.minChar=ct(a.minChar,0);i.cnCharWidth=Fe("\u56FD",e);var o=i.ascCharWidth=Fe("a",e);i.placeholder=ct(a.placeholder,"");for(var s=r=Math.max(0,r-1),l=0;l<n&&s>=o;l++)s-=o;var u=Fe(t,e);return u>s&&(t="",u=0),s=r-u,i.ellipsis=t,i.ellipsisWidth=u,i.contentWidth=s,i.containerWidth=r,i}function Yw(r,e){var t=e.containerWidth,a=e.font,i=e.contentWidth;if(!t)return"";var n=Fe(r,a);if(n<=t)return r;for(var o=0;;o++){if(n<=i||o>=e.maxIterations){r+=e.ellipsis;break}var s=o===0?nR(r,i,e.ascCharWidth,e.cnCharWidth):n>0?Math.floor(r.length*i/n):0;r=r.substr(0,s),n=Fe(r,a)}return r===""&&(r=e.placeholder),r}function nR(r,e,t,a){for(var i=0,n=0,o=r.length;n<o&&i<e;n++){var s=r.charCodeAt(n);i+=0<=s&&s<=127?t:a}return n}function oR(r,e){r!=null&&(r+="");var t=e.overflow,a=e.padding,i=e.font,n=t==="truncate",o=Qf(i),s=ct(e.lineHeight,o),l=!!e.backgroundColor,u=e.lineOverflow==="truncate",f=e.width,h;f!=null&&(t==="break"||t==="breakAll")?h=r?Zw(r,e.font,f,t==="breakAll",0).lines:[]:h=r?r.split(`
- `):[];var v=h.length*s,c=ct(e.height,v);if(v>c&&u){var p=Math.floor(c/s);h=h.slice(0,p)}if(r&&n&&f!=null)for(var d=Uw(f,i,e.ellipsis,{minChar:e.truncateMinChar,placeholder:e.placeholder}),g=0;g<h.length;g++)h[g]=Yw(h[g],d);for(var y=c,m=0,g=0;g<h.length;g++)m=Math.max(Fe(h[g],i),m);f==null&&(f=m);var _=m;return a&&(y+=a[0]+a[2],_+=a[1]+a[3],f+=a[1]+a[3]),l&&(_=f),{lines:h,height:c,outerWidth:_,outerHeight:y,lineHeight:s,calculatedLineHeight:o,contentWidth:m,contentHeight:v,width:f}}var sR=function(){function r(){}return r}(),Dm=function(){function r(e){this.tokens=[],e&&(this.tokens=e)}return r}(),lR=function(){function r(){this.width=0,this.height=0,this.contentWidth=0,this.contentHeight=0,this.outerWidth=0,this.outerHeight=0,this.lines=[]}return r}();function uR(r,e){var t=new lR;if(r!=null&&(r+=""),!r)return t;for(var a=e.width,i=e.height,n=e.overflow,o=(n==="break"||n==="breakAll")&&a!=null?{width:a,accumWidth:0,breakAll:n==="breakAll"}:null,s=ev.lastIndex=0,l;(l=ev.exec(r))!=null;){var u=l.index;u>s&&rv(t,r.substring(s,u),e,o),rv(t,l[2],e,o,l[1]),s=ev.lastIndex}s<r.length&&rv(t,r.substring(s,r.length),e,o);var f=[],h=0,v=0,c=e.padding,p=n==="truncate",d=e.lineOverflow==="truncate";function g(O,B,F){O.width=B,O.lineHeight=F,h+=F,v=Math.max(v,B)}t:for(var y=0;y<t.lines.length;y++){for(var m=t.lines[y],_=0,S=0,b=0;b<m.tokens.length;b++){var x=m.tokens[b],w=x.styleName&&e.rich[x.styleName]||{},T=x.textPadding=w.padding,A=T?T[1]+T[3]:0,M=x.font=w.font||e.font;x.contentHeight=Qf(M);var D=ct(w.height,x.contentHeight);if(x.innerHeight=D,T&&(D+=T[0]+T[2]),x.height=D,x.lineHeight=ta(w.lineHeight,e.lineHeight,D),x.align=w&&w.align||e.align,x.verticalAlign=w&&w.verticalAlign||"middle",d&&i!=null&&h+x.lineHeight>i){b>0?(m.tokens=m.tokens.slice(0,b),g(m,S,_),t.lines=t.lines.slice(0,y+1)):t.lines=t.lines.slice(0,y);break t}var L=w.width,I=L==null||L==="auto";if(typeof L=="string"&&L.charAt(L.length-1)==="%")x.percentWidth=L,f.push(x),x.contentWidth=Fe(x.text,M);else{if(I){var P=w.backgroundColor,R=P&&P.image;R&&(R=aR(R),Jf(R)&&(x.width=Math.max(x.width,R.width*D/R.height)))}var E=p&&a!=null?a-S:null;E!=null&&E<x.width?!I||E<A?(x.text="",x.width=x.contentWidth=0):(x.text=iR(x.text,E-A,M,e.ellipsis,{minChar:e.truncateMinChar}),x.width=x.contentWidth=Fe(x.text,M)):x.contentWidth=Fe(x.text,M)}x.width+=A,S+=x.width,w&&(_=Math.max(_,x.lineHeight))}g(m,S,_)}t.outerWidth=t.width=ct(a,v),t.outerHeight=t.height=ct(i,h),t.contentHeight=h,t.contentWidth=v,c&&(t.outerWidth+=c[1]+c[3],t.outerHeight+=c[0]+c[2]);for(var y=0;y<f.length;y++){var x=f[y],N=x.percentWidth;x.width=parseInt(N,10)/100*t.width}return t}function rv(r,e,t,a,i){var n=e==="",o=i&&t.rich[i]||{},s=r.lines,l=o.font||t.font,u=!1,f,h;if(a){var v=o.padding,c=v?v[1]+v[3]:0;if(o.width!=null&&o.width!=="auto"){var p=_r(o.width,a.width)+c;s.length>0&&p+a.accumWidth>a.width&&(f=e.split(`
- `),u=!0),a.accumWidth=p}else{var d=Zw(e,l,a.width,a.breakAll,a.accumWidth);a.accumWidth=d.accumWidth+c,h=d.linesWidths,f=d.lines}}else f=e.split(`
- `);for(var g=0;g<f.length;g++){var y=f[g],m=new sR;if(m.styleName=i,m.text=y,m.isLineHolder=!y&&!n,typeof o.width=="number"?m.width=o.width:m.width=h?h[g]:Fe(y,l),!g&&!u){var _=(s[s.length-1]||(s[0]=new Dm)).tokens,S=_.length;S===1&&_[0].isLineHolder?_[0]=m:(y||!S||n)&&_.push(m)}else s.push(new Dm([m]))}}function fR(r){var e=r.charCodeAt(0);return e>=33&&e<=383}var hR=Vr(",&?/;] ".split(""),function(r,e){return r[e]=!0,r},{});function vR(r){return fR(r)?!!hR[r]:!0}function Zw(r,e,t,a,i){for(var n=[],o=[],s="",l="",u=0,f=0,h=0;h<r.length;h++){var v=r.charAt(h);if(v===`
- `){l&&(s+=l,f+=u),n.push(s),o.push(f),s="",l="",u=0,f=0;continue}var c=Fe(v,e),p=a?!1:!vR(v);if(n.length?f+c>t:i+f+c>t){f?(s||l)&&(p?(s||(s=l,l="",u=0,f=u),n.push(s),o.push(f-u),l+=v,u+=c,s="",f=u):(l&&(s+=l,l="",u=0),n.push(s),o.push(f),s=v,f=c)):p?(n.push(l),o.push(u),l=v,u=c):(n.push(v),o.push(c));continue}f+=c,p?(l+=v,u+=c):(l&&(s+=l,l="",u=0),s+=v)}return!n.length&&!s&&(s=r,l="",u=0),l&&(s+=l),s&&(n.push(s),o.push(f)),n.length===1&&(f+=i),{accumWidth:f,lines:n,linesWidths:o}}var Ap="__zr_style_"+Math.round(Math.random()*10),Ui={shadowBlur:0,shadowOffsetX:0,shadowOffsetY:0,shadowColor:"#000",opacity:1,blend:"source-over"},th={style:{shadowBlur:!0,shadowOffsetX:!0,shadowOffsetY:!0,shadowColor:!0,opacity:!0}};Ui[Ap]=!0;var Lm=["z","z2","invisible"],cR=["invisible"],pR=function(r){k(e,r);function e(t){return r.call(this,t)||this}return e.prototype._init=function(t){for(var a=mt(t),i=0;i<a.length;i++){var n=a[i];n==="style"?this.useStyle(t[n]):r.prototype.attrKV.call(this,n,t[n])}this.style||this.useStyle({})},e.prototype.beforeBrush=function(){},e.prototype.afterBrush=function(){},e.prototype.innerBeforeBrush=function(){},e.prototype.innerAfterBrush=function(){},e.prototype.shouldBePainted=function(t,a,i,n){var o=this.transform;if(this.ignore||this.invisible||this.style.opacity===0||this.culling&&dR(this,t,a)||o&&!o[0]&&!o[3])return!1;if(i&&this.__clipPaths){for(var s=0;s<this.__clipPaths.length;++s)if(this.__clipPaths[s].isZeroArea())return!1}if(n&&this.parent)for(var l=this.parent;l;){if(l.ignore)return!1;l=l.parent}return!0},e.prototype.contain=function(t,a){return this.rectContain(t,a)},e.prototype.traverse=function(t,a){t.call(a,this)},e.prototype.rectContain=function(t,a){var i=this.transformCoordToLocal(t,a),n=this.getBoundingRect();return n.contain(i[0],i[1])},e.prototype.getPaintRect=function(){var t=this._paintRect;if(!this._paintRect||this.__dirty){var a=this.transform,i=this.getBoundingRect(),n=this.style,o=n.shadowBlur||0,s=n.shadowOffsetX||0,l=n.shadowOffsetY||0;t=this._paintRect||(this._paintRect=new ft(0,0,0,0)),a?ft.applyTransform(t,i,a):t.copy(i),(o||s||l)&&(t.width+=o*2+Math.abs(s),t.height+=o*2+Math.abs(l),t.x=Math.min(t.x,t.x+s-o),t.y=Math.min(t.y,t.y+l-o));var u=this.dirtyRectTolerance;t.isZero()||(t.x=Math.floor(t.x-u),t.y=Math.floor(t.y-u),t.width=Math.ceil(t.width+1+u*2),t.height=Math.ceil(t.height+1+u*2))}return t},e.prototype.setPrevPaintRect=function(t){t?(this._prevPaintRect=this._prevPaintRect||new ft(0,0,0,0),this._prevPaintRect.copy(t)):this._prevPaintRect=null},e.prototype.getPrevPaintRect=function(){return this._prevPaintRect},e.prototype.animateStyle=function(t){return this.animate("style",t)},e.prototype.updateDuringAnimation=function(t){t==="style"?this.dirtyStyle():this.markRedraw()},e.prototype.attrKV=function(t,a){t!=="style"?r.prototype.attrKV.call(this,t,a):this.style?this.setStyle(a):this.useStyle(a)},e.prototype.setStyle=function(t,a){return typeof t=="string"?this.style[t]=a:V(this.style,t),this.dirtyStyle(),this},e.prototype.dirtyStyle=function(t){t||this.markRedraw(),this.__dirty|=ts,this._rect&&(this._rect=null)},e.prototype.dirty=function(){this.dirtyStyle()},e.prototype.styleChanged=function(){return!!(this.__dirty&ts)},e.prototype.styleUpdated=function(){this.__dirty&=~ts},e.prototype.createStyle=function(t){return Xf(Ui,t)},e.prototype.useStyle=function(t){t[Ap]||(t=this.createStyle(t)),this.__inHover?this.__hoverStyle=t:this.style=t,this.dirtyStyle()},e.prototype.isStyleObject=function(t){return t[Ap]},e.prototype._innerSaveToNormal=function(t){r.prototype._innerSaveToNormal.call(this,t);var a=this._normalState;t.style&&!a.style&&(a.style=this._mergeStyle(this.createStyle(),this.style)),this._savePrimaryToNormal(t,a,Lm)},e.prototype._applyStateObj=function(t,a,i,n,o,s){r.prototype._applyStateObj.call(this,t,a,i,n,o,s);var l=!(a&&n),u;if(a&&a.style?o?n?u=a.style:(u=this._mergeStyle(this.createStyle(),i.style),this._mergeStyle(u,a.style)):(u=this._mergeStyle(this.createStyle(),n?this.style:i.style),this._mergeStyle(u,a.style)):l&&(u=i.style),u)if(o){var f=this.style;if(this.style=this.createStyle(l?{}:f),l)for(var h=mt(f),v=0;v<h.length;v++){var c=h[v];c in u&&(u[c]=u[c],this.style[c]=f[c])}for(var p=mt(u),v=0;v<p.length;v++){var c=p[v];this.style[c]=this.style[c]}this._transitionState(t,{style:u},s,this.getAnimationStyleProps())}else this.useStyle(u);for(var d=this.__inHover?cR:Lm,v=0;v<d.length;v++){var c=d[v];a&&a[c]!=null?this[c]=a[c]:l&&i[c]!=null&&(this[c]=i[c])}},e.prototype._mergeStates=function(t){for(var a=r.prototype._mergeStates.call(this,t),i,n=0;n<t.length;n++){var o=t[n];o.style&&(i=i||{},this._mergeStyle(i,o.style))}return i&&(a.style=i),a},e.prototype._mergeStyle=function(t,a){return V(t,a),t},e.prototype.getAnimationStyleProps=function(){return th},e.initDefaultProps=function(){var t=e.prototype;t.type="displayable",t.invisible=!1,t.z=0,t.z2=0,t.zlevel=0,t.culling=!1,t.cursor="pointer",t.rectHover=!1,t.incremental=!1,t._rect=null,t.dirtyRectTolerance=0,t.__dirty=ze|ts}(),e}(Mw),av=new ft(0,0,0,0),iv=new ft(0,0,0,0);function dR(r,e,t){return av.copy(r.getBoundingRect()),r.transform&&av.applyTransform(r.transform),iv.width=e,iv.height=t,!av.intersect(iv)}var or=pR,Ie=Math.min,Pe=Math.max,nv=Math.sin,ov=Math.cos,ui=Math.PI*2,Nl=sn(),Bl=sn(),Vl=sn();function eh(r,e,t){if(r.length!==0){for(var a=r[0],i=a[0],n=a[0],o=a[1],s=a[1],l=1;l<r.length;l++)a=r[l],i=Ie(i,a[0]),n=Pe(n,a[0]),o=Ie(o,a[1]),s=Pe(s,a[1]);e[0]=i,e[1]=o,t[0]=n,t[1]=s}}function Im(r,e,t,a,i,n){i[0]=Ie(r,t),i[1]=Ie(e,a),n[0]=Pe(r,t),n[1]=Pe(e,a)}var Pm=[],Rm=[];function gR(r,e,t,a,i,n,o,s,l,u){var f=hw,h=ee,v=f(r,t,i,o,Pm);l[0]=1/0,l[1]=1/0,u[0]=-1/0,u[1]=-1/0;for(var c=0;c<v;c++){var p=h(r,t,i,o,Pm[c]);l[0]=Ie(p,l[0]),u[0]=Pe(p,u[0])}v=f(e,a,n,s,Rm);for(var c=0;c<v;c++){var d=h(e,a,n,s,Rm[c]);l[1]=Ie(d,l[1]),u[1]=Pe(d,u[1])}l[0]=Ie(r,l[0]),u[0]=Pe(r,u[0]),l[0]=Ie(o,l[0]),u[0]=Pe(o,u[0]),l[1]=Ie(e,l[1]),u[1]=Pe(e,u[1]),l[1]=Ie(s,l[1]),u[1]=Pe(s,u[1])}function yR(r,e,t,a,i,n,o,s){var l=cw,u=ie,f=Pe(Ie(l(r,t,i),1),0),h=Pe(Ie(l(e,a,n),1),0),v=u(r,t,i,f),c=u(e,a,n,h);o[0]=Ie(r,i,v),o[1]=Ie(e,n,c),s[0]=Pe(r,i,v),s[1]=Pe(e,n,c)}function mR(r,e,t,a,i,n,o,s,l){var u=Pa,f=Ra,h=Math.abs(i-n);if(h%ui<1e-4&&h>1e-4){s[0]=r-t,s[1]=e-a,l[0]=r+t,l[1]=e+a;return}if(Nl[0]=ov(i)*t+r,Nl[1]=nv(i)*a+e,Bl[0]=ov(n)*t+r,Bl[1]=nv(n)*a+e,u(s,Nl,Bl),f(l,Nl,Bl),i=i%ui,i<0&&(i=i+ui),n=n%ui,n<0&&(n=n+ui),i>n&&!o?n+=ui:i<n&&o&&(i+=ui),o){var v=n;n=i,i=v}for(var c=0;c<n;c+=Math.PI/2)c>i&&(Vl[0]=ov(c)*t+r,Vl[1]=nv(c)*a+e,u(s,Vl,s),f(l,Vl,l))}var kt={M:1,L:2,C:3,Q:4,A:5,Z:6,R:7},fi=[],hi=[],wr=[],ya=[],Tr=[],Ar=[],sv=Math.min,lv=Math.max,vi=Math.cos,ci=Math.sin,Zr=Math.abs,Cp=Math.PI,Ca=Cp*2,uv=typeof Float32Array!="undefined",Io=[];function fv(r){var e=Math.round(r/Cp*1e8)/1e8;return e%2*Cp}function Xw(r,e){var t=fv(r[0]);t<0&&(t+=Ca);var a=t-r[0],i=r[1];i+=a,!e&&i-t>=Ca?i=t+Ca:e&&t-i>=Ca?i=t-Ca:!e&&t>i?i=t+(Ca-fv(t-i)):e&&t<i&&(i=t-(Ca-fv(i-t))),r[0]=t,r[1]=i}var _R=function(){function r(e){this.dpr=1,this._xi=0,this._yi=0,this._x0=0,this._y0=0,this._len=0,e&&(this._saveData=!1),this._saveData&&(this.data=[])}return r.prototype.increaseVersion=function(){this._version++},r.prototype.getVersion=function(){return this._version},r.prototype.setScale=function(e,t,a){a=a||0,a>0&&(this._ux=Zr(a/rf/e)||0,this._uy=Zr(a/rf/t)||0)},r.prototype.setDPR=function(e){this.dpr=e},r.prototype.setContext=function(e){this._ctx=e},r.prototype.getContext=function(){return this._ctx},r.prototype.beginPath=function(){return this._ctx&&this._ctx.beginPath(),this.reset(),this},r.prototype.reset=function(){this._saveData&&(this._len=0),this._pathSegLen&&(this._pathSegLen=null,this._pathLen=0),this._version++},r.prototype.moveTo=function(e,t){return this._drawPendingPt(),this.addData(kt.M,e,t),this._ctx&&this._ctx.moveTo(e,t),this._x0=e,this._y0=t,this._xi=e,this._yi=t,this},r.prototype.lineTo=function(e,t){var a=Zr(e-this._xi),i=Zr(t-this._yi),n=a>this._ux||i>this._uy;if(this.addData(kt.L,e,t),this._ctx&&n&&this._ctx.lineTo(e,t),n)this._xi=e,this._yi=t,this._pendingPtDist=0;else{var o=a*a+i*i;o>this._pendingPtDist&&(this._pendingPtX=e,this._pendingPtY=t,this._pendingPtDist=o)}return this},r.prototype.bezierCurveTo=function(e,t,a,i,n,o){return this._drawPendingPt(),this.addData(kt.C,e,t,a,i,n,o),this._ctx&&this._ctx.bezierCurveTo(e,t,a,i,n,o),this._xi=n,this._yi=o,this},r.prototype.quadraticCurveTo=function(e,t,a,i){return this._drawPendingPt(),this.addData(kt.Q,e,t,a,i),this._ctx&&this._ctx.quadraticCurveTo(e,t,a,i),this._xi=a,this._yi=i,this},r.prototype.arc=function(e,t,a,i,n,o){this._drawPendingPt(),Io[0]=i,Io[1]=n,Xw(Io,o),i=Io[0],n=Io[1];var s=n-i;return this.addData(kt.A,e,t,a,a,i,s,0,o?0:1),this._ctx&&this._ctx.arc(e,t,a,i,n,o),this._xi=vi(n)*a+e,this._yi=ci(n)*a+t,this},r.prototype.arcTo=function(e,t,a,i,n){return this._drawPendingPt(),this._ctx&&this._ctx.arcTo(e,t,a,i,n),this},r.prototype.rect=function(e,t,a,i){return this._drawPendingPt(),this._ctx&&this._ctx.rect(e,t,a,i),this.addData(kt.R,e,t,a,i),this},r.prototype.closePath=function(){this._drawPendingPt(),this.addData(kt.Z);var e=this._ctx,t=this._x0,a=this._y0;return e&&e.closePath(),this._xi=t,this._yi=a,this},r.prototype.fill=function(e){e&&e.fill(),this.toStatic()},r.prototype.stroke=function(e){e&&e.stroke(),this.toStatic()},r.prototype.len=function(){return this._len},r.prototype.setData=function(e){var t=e.length;!(this.data&&this.data.length===t)&&uv&&(this.data=new Float32Array(t));for(var a=0;a<t;a++)this.data[a]=e[a];this._len=t},r.prototype.appendPath=function(e){e instanceof Array||(e=[e]);for(var t=e.length,a=0,i=this._len,n=0;n<t;n++)a+=e[n].len();uv&&this.data instanceof Float32Array&&(this.data=new Float32Array(i+a));for(var n=0;n<t;n++)for(var o=e[n].data,s=0;s<o.length;s++)this.data[i++]=o[s];this._len=i},r.prototype.addData=function(e,t,a,i,n,o,s,l,u){if(!!this._saveData){var f=this.data;this._len+arguments.length>f.length&&(this._expandData(),f=this.data);for(var h=0;h<arguments.length;h++)f[this._len++]=arguments[h]}},r.prototype._drawPendingPt=function(){this._pendingPtDist>0&&(this._ctx&&this._ctx.lineTo(this._pendingPtX,this._pendingPtY),this._pendingPtDist=0)},r.prototype._expandData=function(){if(!(this.data instanceof Array)){for(var e=[],t=0;t<this._len;t++)e[t]=this.data[t];this.data=e}},r.prototype.toStatic=function(){if(!!this._saveData){this._drawPendingPt();var e=this.data;e instanceof Array&&(e.length=this._len,uv&&this._len>11&&(this.data=new Float32Array(e)))}},r.prototype.getBoundingRect=function(){wr[0]=wr[1]=Tr[0]=Tr[1]=Number.MAX_VALUE,ya[0]=ya[1]=Ar[0]=Ar[1]=-Number.MAX_VALUE;var e=this.data,t=0,a=0,i=0,n=0,o;for(o=0;o<this._len;){var s=e[o++],l=o===1;switch(l&&(t=e[o],a=e[o+1],i=t,n=a),s){case kt.M:t=i=e[o++],a=n=e[o++],Tr[0]=i,Tr[1]=n,Ar[0]=i,Ar[1]=n;break;case kt.L:Im(t,a,e[o],e[o+1],Tr,Ar),t=e[o++],a=e[o++];break;case kt.C:gR(t,a,e[o++],e[o++],e[o++],e[o++],e[o],e[o+1],Tr,Ar),t=e[o++],a=e[o++];break;case kt.Q:yR(t,a,e[o++],e[o++],e[o],e[o+1],Tr,Ar),t=e[o++],a=e[o++];break;case kt.A:var u=e[o++],f=e[o++],h=e[o++],v=e[o++],c=e[o++],p=e[o++]+c;o+=1;var d=!e[o++];l&&(i=vi(c)*h+u,n=ci(c)*v+f),mR(u,f,h,v,c,p,d,Tr,Ar),t=vi(p)*h+u,a=ci(p)*v+f;break;case kt.R:i=t=e[o++],n=a=e[o++];var g=e[o++],y=e[o++];Im(i,n,i+g,n+y,Tr,Ar);break;case kt.Z:t=i,a=n;break}Pa(wr,wr,Tr),Ra(ya,ya,Ar)}return o===0&&(wr[0]=wr[1]=ya[0]=ya[1]=0),new ft(wr[0],wr[1],ya[0]-wr[0],ya[1]-wr[1])},r.prototype._calculateLength=function(){var e=this.data,t=this._len,a=this._ux,i=this._uy,n=0,o=0,s=0,l=0;this._pathSegLen||(this._pathSegLen=[]);for(var u=this._pathSegLen,f=0,h=0,v=0;v<t;){var c=e[v++],p=v===1;p&&(n=e[v],o=e[v+1],s=n,l=o);var d=-1;switch(c){case kt.M:n=s=e[v++],o=l=e[v++];break;case kt.L:{var g=e[v++],y=e[v++],m=g-n,_=y-o;(Zr(m)>a||Zr(_)>i||v===t-1)&&(d=Math.sqrt(m*m+_*_),n=g,o=y);break}case kt.C:{var S=e[v++],b=e[v++],g=e[v++],y=e[v++],x=e[v++],w=e[v++];d=L2(n,o,S,b,g,y,x,w,10),n=x,o=w;break}case kt.Q:{var S=e[v++],b=e[v++],g=e[v++],y=e[v++];d=P2(n,o,S,b,g,y,10),n=g,o=y;break}case kt.A:var T=e[v++],A=e[v++],M=e[v++],D=e[v++],L=e[v++],I=e[v++],P=I+L;v+=1,e[v++],p&&(s=vi(L)*M+T,l=ci(L)*D+A),d=lv(M,D)*sv(Ca,Math.abs(I)),n=vi(P)*M+T,o=ci(P)*D+A;break;case kt.R:{s=n=e[v++],l=o=e[v++];var R=e[v++],E=e[v++];d=R*2+E*2;break}case kt.Z:{var m=s-n,_=l-o;d=Math.sqrt(m*m+_*_),n=s,o=l;break}}d>=0&&(u[h++]=d,f+=d)}return this._pathLen=f,f},r.prototype.rebuildPath=function(e,t){var a=this.data,i=this._ux,n=this._uy,o=this._len,s,l,u,f,h,v,c=t<1,p,d,g=0,y=0,m,_=0,S,b;if(c&&(this._pathSegLen||this._calculateLength(),p=this._pathSegLen,d=this._pathLen,m=t*d,!m))return;t:for(var x=0;x<o;){var w=a[x++],T=x===1;switch(T&&(u=a[x],f=a[x+1],s=u,l=f),w!==kt.L&&_>0&&(e.lineTo(S,b),_=0),w){case kt.M:s=u=a[x++],l=f=a[x++],e.moveTo(u,f);break;case kt.L:{h=a[x++],v=a[x++];var A=Zr(h-u),M=Zr(v-f);if(A>i||M>n){if(c){var D=p[y++];if(g+D>m){var L=(m-g)/D;e.lineTo(u*(1-L)+h*L,f*(1-L)+v*L);break t}g+=D}e.lineTo(h,v),u=h,f=v,_=0}else{var I=A*A+M*M;I>_&&(S=h,b=v,_=I)}break}case kt.C:{var P=a[x++],R=a[x++],E=a[x++],N=a[x++],O=a[x++],B=a[x++];if(c){var D=p[y++];if(g+D>m){var L=(m-g)/D;Ya(u,P,E,O,L,fi),Ya(f,R,N,B,L,hi),e.bezierCurveTo(fi[1],hi[1],fi[2],hi[2],fi[3],hi[3]);break t}g+=D}e.bezierCurveTo(P,R,E,N,O,B),u=O,f=B;break}case kt.Q:{var P=a[x++],R=a[x++],E=a[x++],N=a[x++];if(c){var D=p[y++];if(g+D>m){var L=(m-g)/D;Is(u,P,E,L,fi),Is(f,R,N,L,hi),e.quadraticCurveTo(fi[1],hi[1],fi[2],hi[2]);break t}g+=D}e.quadraticCurveTo(P,R,E,N),u=E,f=N;break}case kt.A:var F=a[x++],W=a[x++],Z=a[x++],tt=a[x++],ht=a[x++],It=a[x++],Dt=a[x++],dt=!a[x++],et=Z>tt?Z:tt,yt=Zr(Z-tt)>.001,ut=ht+It,X=!1;if(c){var D=p[y++];g+D>m&&(ut=ht+It*(m-g)/D,X=!0),g+=D}if(yt&&e.ellipse?e.ellipse(F,W,Z,tt,Dt,ht,ut,dt):e.arc(F,W,et,ht,ut,dt),X)break t;T&&(s=vi(ht)*Z+F,l=ci(ht)*tt+W),u=vi(ut)*Z+F,f=ci(ut)*tt+W;break;case kt.R:s=u=a[x],l=f=a[x+1],h=a[x++],v=a[x++];var ot=a[x++],Vt=a[x++];if(c){var D=p[y++];if(g+D>m){var St=m-g;e.moveTo(h,v),e.lineTo(h+sv(St,ot),v),St-=ot,St>0&&e.lineTo(h+ot,v+sv(St,Vt)),St-=Vt,St>0&&e.lineTo(h+lv(ot-St,0),v+Vt),St-=ot,St>0&&e.lineTo(h,v+lv(Vt-St,0));break t}g+=D}e.rect(h,v,ot,Vt);break;case kt.Z:if(c){var D=p[y++];if(g+D>m){var L=(m-g)/D;e.lineTo(u*(1-L)+s*L,f*(1-L)+l*L);break t}g+=D}e.closePath(),u=s,f=l}}},r.prototype.clone=function(){var e=new r,t=this.data;return e.data=t.slice?t.slice():Array.prototype.slice.call(t),e._len=this._len,e},r.CMD=kt,r.initDefaultProps=function(){var e=r.prototype;e._saveData=!0,e._ux=0,e._uy=0,e._pendingPtDist=0,e._version=0}(),r}(),Hr=_R;function Da(r,e,t,a,i,n,o){if(i===0)return!1;var s=i,l=0,u=r;if(o>e+s&&o>a+s||o<e-s&&o<a-s||n>r+s&&n>t+s||n<r-s&&n<t-s)return!1;if(r!==t)l=(e-a)/(r-t),u=(r*a-t*e)/(r-t);else return Math.abs(n-r)<=s/2;var f=l*n-o+u,h=f*f/(l*l+1);return h<=s/2*s/2}function SR(r,e,t,a,i,n,o,s,l,u,f){if(l===0)return!1;var h=l;if(f>e+h&&f>a+h&&f>n+h&&f>s+h||f<e-h&&f<a-h&&f<n-h&&f<s-h||u>r+h&&u>t+h&&u>i+h&&u>o+h||u<r-h&&u<t-h&&u<i-h&&u<o-h)return!1;var v=vw(r,e,t,a,i,n,o,s,u,f,null);return v<=h/2}function qw(r,e,t,a,i,n,o,s,l){if(o===0)return!1;var u=o;if(l>e+u&&l>a+u&&l>n+u||l<e-u&&l<a-u&&l<n-u||s>r+u&&s>t+u&&s>i+u||s<r-u&&s<t-u&&s<i-u)return!1;var f=pw(r,e,t,a,i,n,s,l,null);return f<=u/2}var Em=Math.PI*2;function Na(r){return r%=Em,r<0&&(r+=Em),r}var Po=Math.PI*2;function xR(r,e,t,a,i,n,o,s,l){if(o===0)return!1;var u=o;s-=r,l-=e;var f=Math.sqrt(s*s+l*l);if(f-u>t||f+u<t)return!1;if(Math.abs(a-i)%Po<1e-4)return!0;if(n){var h=a;a=Na(i),i=Na(h)}else a=Na(a),i=Na(i);a>i&&(i+=Po);var v=Math.atan2(l,s);return v<0&&(v+=Po),v>=a&&v<=i||v+Po>=a&&v+Po<=i}function Qr(r,e,t,a,i,n){if(n>e&&n>a||n<e&&n<a||a===e)return 0;var o=(n-e)/(a-e),s=a<e?1:-1;(o===1||o===0)&&(s=a<e?.5:-.5);var l=o*(t-r)+r;return l===i?1/0:l>i?s:0}var ma=Hr.CMD,pi=Math.PI*2,bR=1e-4;function wR(r,e){return Math.abs(r-e)<bR}var be=[-1,-1,-1],Qe=[-1,-1];function TR(){var r=Qe[0];Qe[0]=Qe[1],Qe[1]=r}function AR(r,e,t,a,i,n,o,s,l,u){if(u>e&&u>a&&u>n&&u>s||u<e&&u<a&&u<n&&u<s)return 0;var f=ju(e,a,n,s,u,be);if(f===0)return 0;for(var h=0,v=-1,c=void 0,p=void 0,d=0;d<f;d++){var g=be[d],y=g===0||g===1?.5:1,m=ee(r,t,i,o,g);m<l||(v<0&&(v=hw(e,a,n,s,Qe),Qe[1]<Qe[0]&&v>1&&TR(),c=ee(e,a,n,s,Qe[0]),v>1&&(p=ee(e,a,n,s,Qe[1]))),v===2?g<Qe[0]?h+=c<e?y:-y:g<Qe[1]?h+=p<c?y:-y:h+=s<p?y:-y:g<Qe[0]?h+=c<e?y:-y:h+=s<c?y:-y)}return h}function CR(r,e,t,a,i,n,o,s){if(s>e&&s>a&&s>n||s<e&&s<a&&s<n)return 0;var l=I2(e,a,n,s,be);if(l===0)return 0;var u=cw(e,a,n);if(u>=0&&u<=1){for(var f=0,h=ie(e,a,n,u),v=0;v<l;v++){var c=be[v]===0||be[v]===1?.5:1,p=ie(r,t,i,be[v]);p<o||(be[v]<u?f+=h<e?c:-c:f+=n<h?c:-c)}return f}else{var c=be[0]===0||be[0]===1?.5:1,p=ie(r,t,i,be[0]);return p<o?0:n<e?c:-c}}function MR(r,e,t,a,i,n,o,s){if(s-=e,s>t||s<-t)return 0;var l=Math.sqrt(t*t-s*s);be[0]=-l,be[1]=l;var u=Math.abs(a-i);if(u<1e-4)return 0;if(u>=pi-1e-4){a=0,i=pi;var f=n?1:-1;return o>=be[0]+r&&o<=be[1]+r?f:0}if(a>i){var h=a;a=i,i=h}a<0&&(a+=pi,i+=pi);for(var v=0,c=0;c<2;c++){var p=be[c];if(p+r>o){var d=Math.atan2(s,p),f=n?1:-1;d<0&&(d=pi+d),(d>=a&&d<=i||d+pi>=a&&d+pi<=i)&&(d>Math.PI/2&&d<Math.PI*1.5&&(f=-f),v+=f)}}return v}function Kw(r,e,t,a,i){for(var n=r.data,o=r.len(),s=0,l=0,u=0,f=0,h=0,v,c,p=0;p<o;){var d=n[p++],g=p===1;switch(d===ma.M&&p>1&&(t||(s+=Qr(l,u,f,h,a,i))),g&&(l=n[p],u=n[p+1],f=l,h=u),d){case ma.M:f=n[p++],h=n[p++],l=f,u=h;break;case ma.L:if(t){if(Da(l,u,n[p],n[p+1],e,a,i))return!0}else s+=Qr(l,u,n[p],n[p+1],a,i)||0;l=n[p++],u=n[p++];break;case ma.C:if(t){if(SR(l,u,n[p++],n[p++],n[p++],n[p++],n[p],n[p+1],e,a,i))return!0}else s+=AR(l,u,n[p++],n[p++],n[p++],n[p++],n[p],n[p+1],a,i)||0;l=n[p++],u=n[p++];break;case ma.Q:if(t){if(qw(l,u,n[p++],n[p++],n[p],n[p+1],e,a,i))return!0}else s+=CR(l,u,n[p++],n[p++],n[p],n[p+1],a,i)||0;l=n[p++],u=n[p++];break;case ma.A:var y=n[p++],m=n[p++],_=n[p++],S=n[p++],b=n[p++],x=n[p++];p+=1;var w=!!(1-n[p++]);v=Math.cos(b)*_+y,c=Math.sin(b)*S+m,g?(f=v,h=c):s+=Qr(l,u,v,c,a,i);var T=(a-y)*S/_+y;if(t){if(xR(y,m,S,b,b+x,w,e,T,i))return!0}else s+=MR(y,m,S,b,b+x,w,T,i);l=Math.cos(b+x)*_+y,u=Math.sin(b+x)*S+m;break;case ma.R:f=l=n[p++],h=u=n[p++];var A=n[p++],M=n[p++];if(v=f+A,c=h+M,t){if(Da(f,h,v,h,e,a,i)||Da(v,h,v,c,e,a,i)||Da(v,c,f,c,e,a,i)||Da(f,c,f,h,e,a,i))return!0}else s+=Qr(v,h,v,c,a,i),s+=Qr(f,c,f,h,a,i);break;case ma.Z:if(t){if(Da(l,u,f,h,e,a,i))return!0}else s+=Qr(l,u,f,h,a,i);l=f,u=h;break}}return!t&&!wR(u,h)&&(s+=Qr(l,u,f,h,a,i)||0),s!==0}function DR(r,e,t){return Kw(r,0,!1,e,t)}function LR(r,e,t,a){return Kw(r,e,!0,t,a)}var of=Q({fill:"#000",stroke:null,strokePercent:1,fillOpacity:1,strokeOpacity:1,lineDashOffset:0,lineWidth:1,lineCap:"butt",miterLimit:10,strokeNoScale:!1,strokeFirst:!1},Ui),IR={style:Q({fill:!0,stroke:!0,strokePercent:!0,fillOpacity:!0,strokeOpacity:!0,lineDashOffset:!0,lineWidth:!0,miterLimit:!0},th.style)},hv=Gr.concat(["invisible","culling","z","z2","zlevel","parent"]),PR=function(r){k(e,r);function e(t){return r.call(this,t)||this}return e.prototype.update=function(){var t=this;r.prototype.update.call(this);var a=this.style;if(a.decal){var i=this._decalEl=this._decalEl||new e;i.buildPath===e.prototype.buildPath&&(i.buildPath=function(l){t.buildPath(l,t.shape)}),i.silent=!0;var n=i.style;for(var o in a)n[o]!==a[o]&&(n[o]=a[o]);n.fill=a.fill?a.decal:null,n.decal=null,n.shadowColor=null,a.strokeFirst&&(n.stroke=null);for(var s=0;s<hv.length;++s)i[hv[s]]=this[hv[s]];i.__dirty|=ze}else this._decalEl&&(this._decalEl=null)},e.prototype.getDecalElement=function(){return this._decalEl},e.prototype._init=function(t){var a=mt(t);this.shape=this.getDefaultShape();var i=this.getDefaultStyle();i&&this.useStyle(i);for(var n=0;n<a.length;n++){var o=a[n],s=t[o];o==="style"?this.style?V(this.style,s):this.useStyle(s):o==="shape"?V(this.shape,s):r.prototype.attrKV.call(this,o,s)}this.style||this.useStyle({})},e.prototype.getDefaultStyle=function(){return null},e.prototype.getDefaultShape=function(){return{}},e.prototype.canBeInsideText=function(){return this.hasFill()},e.prototype.getInsideTextFill=function(){var t=this.style.fill;if(t!=="none"){if($(t)){var a=tf(t,0);return a>.5?xp:a>.2?hP:bp}else if(t)return bp}return xp},e.prototype.getInsideTextStroke=function(t){var a=this.style.fill;if($(a)){var i=this.__zr,n=!!(i&&i.isDarkMode()),o=tf(t,0)<Sp;if(n===o)return a}},e.prototype.buildPath=function(t,a,i){},e.prototype.pathUpdated=function(){this.__dirty&=~Nn},e.prototype.getUpdatedPathProxy=function(t){return!this.path&&this.createPathProxy(),this.path.beginPath(),this.buildPath(this.path,this.shape,t),this.path},e.prototype.createPathProxy=function(){this.path=new Hr(!1)},e.prototype.hasStroke=function(){var t=this.style,a=t.stroke;return!(a==null||a==="none"||!(t.lineWidth>0))},e.prototype.hasFill=function(){var t=this.style,a=t.fill;return a!=null&&a!=="none"},e.prototype.getBoundingRect=function(){var t=this._rect,a=this.style,i=!t;if(i){var n=!1;this.path||(n=!0,this.createPathProxy());var o=this.path;(n||this.__dirty&Nn)&&(o.beginPath(),this.buildPath(o,this.shape,!1),this.pathUpdated()),t=o.getBoundingRect()}if(this._rect=t,this.hasStroke()&&this.path&&this.path.len()>0){var s=this._rectStroke||(this._rectStroke=t.clone());if(this.__dirty||i){s.copy(t);var l=a.strokeNoScale?this.getLineScale():1,u=a.lineWidth;if(!this.hasFill()){var f=this.strokeContainThreshold;u=Math.max(u,f==null?4:f)}l>1e-10&&(s.width+=u/l,s.height+=u/l,s.x-=u/l/2,s.y-=u/l/2)}return s}return t},e.prototype.contain=function(t,a){var i=this.transformCoordToLocal(t,a),n=this.getBoundingRect(),o=this.style;if(t=i[0],a=i[1],n.contain(t,a)){var s=this.path;if(this.hasStroke()){var l=o.lineWidth,u=o.strokeNoScale?this.getLineScale():1;if(u>1e-10&&(this.hasFill()||(l=Math.max(l,this.strokeContainThreshold)),LR(s,l/u,t,a)))return!0}if(this.hasFill())return DR(s,t,a)}return!1},e.prototype.dirtyShape=function(){this.__dirty|=Nn,this._rect&&(this._rect=null),this._decalEl&&this._decalEl.dirtyShape(),this.markRedraw()},e.prototype.dirty=function(){this.dirtyStyle(),this.dirtyShape()},e.prototype.animateShape=function(t){return this.animate("shape",t)},e.prototype.updateDuringAnimation=function(t){t==="style"?this.dirtyStyle():t==="shape"?this.dirtyShape():this.markRedraw()},e.prototype.attrKV=function(t,a){t==="shape"?this.setShape(a):r.prototype.attrKV.call(this,t,a)},e.prototype.setShape=function(t,a){var i=this.shape;return i||(i=this.shape={}),typeof t=="string"?i[t]=a:V(i,t),this.dirtyShape(),this},e.prototype.shapeChanged=function(){return!!(this.__dirty&Nn)},e.prototype.createStyle=function(t){return Xf(of,t)},e.prototype._innerSaveToNormal=function(t){r.prototype._innerSaveToNormal.call(this,t);var a=this._normalState;t.shape&&!a.shape&&(a.shape=V({},this.shape))},e.prototype._applyStateObj=function(t,a,i,n,o,s){r.prototype._applyStateObj.call(this,t,a,i,n,o,s);var l=!(a&&n),u;if(a&&a.shape?o?n?u=a.shape:(u=V({},i.shape),V(u,a.shape)):(u=V({},n?this.shape:i.shape),V(u,a.shape)):l&&(u=i.shape),u)if(o){this.shape=V({},this.shape);for(var f={},h=mt(u),v=0;v<h.length;v++){var c=h[v];typeof u[c]=="object"?this.shape[c]=u[c]:f[c]=u[c]}this._transitionState(t,{shape:f},s)}else this.shape=u,this.dirtyShape()},e.prototype._mergeStates=function(t){for(var a=r.prototype._mergeStates.call(this,t),i,n=0;n<t.length;n++){var o=t[n];o.shape&&(i=i||{},this._mergeStyle(i,o.shape))}return i&&(a.shape=i),a},e.prototype.getAnimationStyleProps=function(){return IR},e.prototype.isZeroArea=function(){return!1},e.extend=function(t){var a=function(n){k(o,n);function o(s){var l=n.call(this,s)||this;return t.init&&t.init.call(l,s),l}return o.prototype.getDefaultStyle=function(){return J(t.style)},o.prototype.getDefaultShape=function(){return J(t.shape)},o}(e);for(var i in t)typeof t[i]=="function"&&(a.prototype[i]=t[i]);return a},e.initDefaultProps=function(){var t=e.prototype;t.type="path",t.strokeContainThreshold=5,t.segmentIgnoreThreshold=0,t.subPixelOptimize=!1,t.autoBatch=!1,t.__dirty=ze|ts|Nn}(),e}(or),gt=PR,RR=Q({strokeFirst:!0,font:$a,x:0,y:0,textAlign:"left",textBaseline:"top",miterLimit:2},of),Qw=function(r){k(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e.prototype.hasStroke=function(){var t=this.style,a=t.stroke;return a!=null&&a!=="none"&&t.lineWidth>0},e.prototype.hasFill=function(){var t=this.style,a=t.fill;return a!=null&&a!=="none"},e.prototype.createStyle=function(t){return Xf(RR,t)},e.prototype.setBoundingRect=function(t){this._rect=t},e.prototype.getBoundingRect=function(){var t=this.style;if(!this._rect){var a=t.text;a!=null?a+="":a="";var i=il(a,t.font,t.textAlign,t.textBaseline);if(i.x+=t.x||0,i.y+=t.y||0,this.hasStroke()){var n=t.lineWidth;i.x-=n/2,i.y-=n/2,i.width+=n,i.height+=n}this._rect=i}return this._rect},e.initDefaultProps=function(){var t=e.prototype;t.dirtyRectTolerance=10}(),e}(or);Qw.prototype.type="tspan";var Es=Qw,ER=Q({x:0,y:0},Ui),kR={style:Q({x:!0,y:!0,width:!0,height:!0,sx:!0,sy:!0,sWidth:!0,sHeight:!0},th.style)};function OR(r){return!!(r&&typeof r!="string"&&r.width&&r.height)}var jw=function(r){k(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e.prototype.createStyle=function(t){return Xf(ER,t)},e.prototype._getSize=function(t){var a=this.style,i=a[t];if(i!=null)return i;var n=OR(a.image)?a.image:this.__image;if(!n)return 0;var o=t==="width"?"height":"width",s=a[o];return s==null?n[t]:n[t]/n[o]*s},e.prototype.getWidth=function(){return this._getSize("width")},e.prototype.getHeight=function(){return this._getSize("height")},e.prototype.getAnimationStyleProps=function(){return kR},e.prototype.getBoundingRect=function(){var t=this.style;return this._rect||(this._rect=new ft(t.x||0,t.y||0,this.getWidth(),this.getHeight())),this._rect},e}(or);jw.prototype.type="image";var ve=jw;function NR(r,e){var t=e.x,a=e.y,i=e.width,n=e.height,o=e.r,s,l,u,f;i<0&&(t=t+i,i=-i),n<0&&(a=a+n,n=-n),typeof o=="number"?s=l=u=f=o:o instanceof Array?o.length===1?s=l=u=f=o[0]:o.length===2?(s=u=o[0],l=f=o[1]):o.length===3?(s=o[0],l=f=o[1],u=o[2]):(s=o[0],l=o[1],u=o[2],f=o[3]):s=l=u=f=0;var h;s+l>i&&(h=s+l,s*=i/h,l*=i/h),u+f>i&&(h=u+f,u*=i/h,f*=i/h),l+u>n&&(h=l+u,l*=n/h,u*=n/h),s+f>n&&(h=s+f,s*=n/h,f*=n/h),r.moveTo(t+s,a),r.lineTo(t+i-l,a),l!==0&&r.arc(t+i-l,a+l,l,-Math.PI/2,0),r.lineTo(t+i,a+n-u),u!==0&&r.arc(t+i-u,a+n-u,u,0,Math.PI/2),r.lineTo(t+f,a+n),f!==0&&r.arc(t+f,a+n-f,f,Math.PI/2,Math.PI),r.lineTo(t,a+s),s!==0&&r.arc(t+s,a+s,s,Math.PI,Math.PI*1.5)}var Hn=Math.round;function Jw(r,e,t){if(!!e){var a=e.x1,i=e.x2,n=e.y1,o=e.y2;r.x1=a,r.x2=i,r.y1=n,r.y2=o;var s=t&&t.lineWidth;return s&&(Hn(a*2)===Hn(i*2)&&(r.x1=r.x2=zi(a,s,!0)),Hn(n*2)===Hn(o*2)&&(r.y1=r.y2=zi(n,s,!0))),r}}function tT(r,e,t){if(!!e){var a=e.x,i=e.y,n=e.width,o=e.height;r.x=a,r.y=i,r.width=n,r.height=o;var s=t&&t.lineWidth;return s&&(r.x=zi(a,s,!0),r.y=zi(i,s,!0),r.width=Math.max(zi(a+n,s,!1)-r.x,n===0?0:1),r.height=Math.max(zi(i+o,s,!1)-r.y,o===0?0:1)),r}}function zi(r,e,t){if(!e)return r;var a=Hn(r*2);return(a+Hn(e))%2===0?a/2:(a+(t?1:-1))/2}var BR=function(){function r(){this.x=0,this.y=0,this.width=0,this.height=0}return r}(),VR={},eT=function(r){k(e,r);function e(t){return r.call(this,t)||this}return e.prototype.getDefaultShape=function(){return new BR},e.prototype.buildPath=function(t,a){var i,n,o,s;if(this.subPixelOptimize){var l=tT(VR,a,this.style);i=l.x,n=l.y,o=l.width,s=l.height,l.r=a.r,a=l}else i=a.x,n=a.y,o=a.width,s=a.height;a.r?NR(t,a):t.rect(i,n,o,s)},e.prototype.isZeroArea=function(){return!this.shape.width||!this.shape.height},e}(gt);eT.prototype.type="rect";var xt=eT,km={fill:"#000"},Om=2,zR={style:Q({fill:!0,stroke:!0,fillOpacity:!0,strokeOpacity:!0,lineWidth:!0,fontSize:!0,lineHeight:!0,width:!0,height:!0,textShadowColor:!0,textShadowBlur:!0,textShadowOffsetX:!0,textShadowOffsetY:!0,backgroundColor:!0,padding:!0,borderColor:!0,borderWidth:!0,borderRadius:!0},th.style)},rT=function(r){k(e,r);function e(t){var a=r.call(this)||this;return a.type="text",a._children=[],a._defaultStyle=km,a.attr(t),a}return e.prototype.childrenRef=function(){return this._children},e.prototype.update=function(){r.prototype.update.call(this),this.styleChanged()&&this._updateSubTexts();for(var t=0;t<this._children.length;t++){var a=this._children[t];a.zlevel=this.zlevel,a.z=this.z,a.z2=this.z2,a.culling=this.culling,a.cursor=this.cursor,a.invisible=this.invisible}},e.prototype.updateTransform=function(){var t=this.innerTransformable;t?(t.updateTransform(),t.transform&&(this.transform=t.transform)):r.prototype.updateTransform.call(this)},e.prototype.getLocalTransform=function(t){var a=this.innerTransformable;return a?a.getLocalTransform(t):r.prototype.getLocalTransform.call(this,t)},e.prototype.getComputedTransform=function(){return this.__hostTarget&&(this.__hostTarget.getComputedTransform(),this.__hostTarget.updateInnerText(!0)),r.prototype.getComputedTransform.call(this)},e.prototype._updateSubTexts=function(){this._childCursor=0,HR(this.style),this.style.rich?this._updateRichTexts():this._updatePlainTexts(),this._children.length=this._childCursor,this.styleUpdated()},e.prototype.addSelfToZr=function(t){r.prototype.addSelfToZr.call(this,t);for(var a=0;a<this._children.length;a++)this._children[a].__zr=t},e.prototype.removeSelfFromZr=function(t){r.prototype.removeSelfFromZr.call(this,t);for(var a=0;a<this._children.length;a++)this._children[a].__zr=null},e.prototype.getBoundingRect=function(){if(this.styleChanged()&&this._updateSubTexts(),!this._rect){for(var t=new ft(0,0,0,0),a=this._children,i=[],n=null,o=0;o<a.length;o++){var s=a[o],l=s.getBoundingRect(),u=s.getLocalTransform(i);u?(t.copy(l),t.applyTransform(u),n=n||t.clone(),n.union(t)):(n=n||l.clone(),n.union(l))}this._rect=n||t}return this._rect},e.prototype.setDefaultTextStyle=function(t){this._defaultStyle=t||km},e.prototype.setTextContent=function(t){},e.prototype._mergeStyle=function(t,a){if(!a)return t;var i=a.rich,n=t.rich||i&&{};return V(t,a),i&&n?(this._mergeRich(n,i),t.rich=n):n&&(t.rich=n),t},e.prototype._mergeRich=function(t,a){for(var i=mt(a),n=0;n<i.length;n++){var o=i[n];t[o]=t[o]||{},V(t[o],a[o])}},e.prototype.getAnimationStyleProps=function(){return zR},e.prototype._getOrCreateChild=function(t){var a=this._children[this._childCursor];return(!a||!(a instanceof t))&&(a=new t),this._children[this._childCursor++]=a,a.__zr=this.__zr,a.parent=this,a},e.prototype._updatePlainTexts=function(){var t=this.style,a=t.font||$a,i=t.padding,n=Hm(t),o=oR(n,t),s=vv(t),l=!!t.backgroundColor,u=o.outerHeight,f=o.outerWidth,h=o.contentWidth,v=o.lines,c=o.lineHeight,p=this._defaultStyle,d=t.x||0,g=t.y||0,y=t.align||p.align||"left",m=t.verticalAlign||p.verticalAlign||"top",_=d,S=Bn(g,o.contentHeight,m);if(s||i){var b=rs(d,f,y),x=Bn(g,u,m);s&&this._renderBackground(t,t,b,x,f,u)}S+=c/2,i&&(_=Fm(d,y,i),m==="top"?S+=i[0]:m==="bottom"&&(S-=i[2]));for(var w=0,T=!1,A=Gm("fill"in t?t.fill:(T=!0,p.fill)),M=zm("stroke"in t?t.stroke:!l&&(!p.autoStroke||T)?(w=Om,p.stroke):null),D=t.textShadowBlur>0,L=t.width!=null&&(t.overflow==="truncate"||t.overflow==="break"||t.overflow==="breakAll"),I=o.calculatedLineHeight,P=0;P<v.length;P++){var R=this._getOrCreateChild(Es),E=R.createStyle();R.useStyle(E),E.text=v[P],E.x=_,E.y=S,y&&(E.textAlign=y),E.textBaseline="middle",E.opacity=t.opacity,E.strokeFirst=!0,D&&(E.shadowBlur=t.textShadowBlur||0,E.shadowColor=t.textShadowColor||"transparent",E.shadowOffsetX=t.textShadowOffsetX||0,E.shadowOffsetY=t.textShadowOffsetY||0),E.stroke=M,E.fill=A,M&&(E.lineWidth=t.lineWidth||w,E.lineDash=t.lineDash,E.lineDashOffset=t.lineDashOffset||0),E.font=a,Bm(E,t),S+=c,L&&R.setBoundingRect(new ft(rs(E.x,t.width,E.textAlign),Bn(E.y,I,E.textBaseline),h,I))}},e.prototype._updateRichTexts=function(){var t=this.style,a=Hm(t),i=uR(a,t),n=i.width,o=i.outerWidth,s=i.outerHeight,l=t.padding,u=t.x||0,f=t.y||0,h=this._defaultStyle,v=t.align||h.align,c=t.verticalAlign||h.verticalAlign,p=rs(u,o,v),d=Bn(f,s,c),g=p,y=d;l&&(g+=l[3],y+=l[0]);var m=g+n;vv(t)&&this._renderBackground(t,t,p,d,o,s);for(var _=!!t.backgroundColor,S=0;S<i.lines.length;S++){for(var b=i.lines[S],x=b.tokens,w=x.length,T=b.lineHeight,A=b.width,M=0,D=g,L=m,I=w-1,P=void 0;M<w&&(P=x[M],!P.align||P.align==="left");)this._placeToken(P,t,T,y,D,"left",_),A-=P.width,D+=P.width,M++;for(;I>=0&&(P=x[I],P.align==="right");)this._placeToken(P,t,T,y,L,"right",_),A-=P.width,L-=P.width,I--;for(D+=(n-(D-g)-(m-L)-A)/2;M<=I;)P=x[M],this._placeToken(P,t,T,y,D+P.width/2,"center",_),D+=P.width,M++;y+=T}},e.prototype._placeToken=function(t,a,i,n,o,s,l){var u=a.rich[t.styleName]||{};u.text=t.text;var f=t.verticalAlign,h=n+i/2;f==="top"?h=n+t.height/2:f==="bottom"&&(h=n+i-t.height/2);var v=!t.isLineHolder&&vv(u);v&&this._renderBackground(u,a,s==="right"?o-t.width:s==="center"?o-t.width/2:o,h-t.height/2,t.width,t.height);var c=!!u.backgroundColor,p=t.textPadding;p&&(o=Fm(o,s,p),h-=t.height/2-p[0]-t.innerHeight/2);var d=this._getOrCreateChild(Es),g=d.createStyle();d.useStyle(g);var y=this._defaultStyle,m=!1,_=0,S=Gm("fill"in u?u.fill:"fill"in a?a.fill:(m=!0,y.fill)),b=zm("stroke"in u?u.stroke:"stroke"in a?a.stroke:!c&&!l&&(!y.autoStroke||m)?(_=Om,y.stroke):null),x=u.textShadowBlur>0||a.textShadowBlur>0;g.text=t.text,g.x=o,g.y=h,x&&(g.shadowBlur=u.textShadowBlur||a.textShadowBlur||0,g.shadowColor=u.textShadowColor||a.textShadowColor||"transparent",g.shadowOffsetX=u.textShadowOffsetX||a.textShadowOffsetX||0,g.shadowOffsetY=u.textShadowOffsetY||a.textShadowOffsetY||0),g.textAlign=s,g.textBaseline="middle",g.font=t.font||$a,g.opacity=ta(u.opacity,a.opacity,1),Bm(g,u),b&&(g.lineWidth=ta(u.lineWidth,a.lineWidth,_),g.lineDash=ct(u.lineDash,a.lineDash),g.lineDashOffset=a.lineDashOffset||0,g.stroke=b),S&&(g.fill=S);var w=t.contentWidth,T=t.contentHeight;d.setBoundingRect(new ft(rs(g.x,w,g.textAlign),Bn(g.y,T,g.textBaseline),w,T))},e.prototype._renderBackground=function(t,a,i,n,o,s){var l=t.backgroundColor,u=t.borderWidth,f=t.borderColor,h=l&&l.image,v=l&&!h,c=t.borderRadius,p=this,d,g;if(v||t.lineHeight||u&&f){d=this._getOrCreateChild(xt),d.useStyle(d.createStyle()),d.style.fill=null;var y=d.shape;y.x=i,y.y=n,y.width=o,y.height=s,y.r=c,d.dirtyShape()}if(v){var m=d.style;m.fill=l||null,m.fillOpacity=ct(t.fillOpacity,1)}else if(h){g=this._getOrCreateChild(ve),g.onload=function(){p.dirtyStyle()};var _=g.style;_.image=l.image,_.x=i,_.y=n,_.width=o,_.height=s}if(u&&f){var m=d.style;m.lineWidth=u,m.stroke=f,m.strokeOpacity=ct(t.strokeOpacity,1),m.lineDash=t.borderDash,m.lineDashOffset=t.borderDashOffset||0,d.strokeContainThreshold=0,d.hasFill()&&d.hasStroke()&&(m.strokeFirst=!0,m.lineWidth*=2)}var S=(d||g).style;S.shadowBlur=t.shadowBlur||0,S.shadowColor=t.shadowColor||"transparent",S.shadowOffsetX=t.shadowOffsetX||0,S.shadowOffsetY=t.shadowOffsetY||0,S.opacity=ta(t.opacity,a.opacity,1)},e.makeFont=function(t){var a="";return iT(t)&&(a=[t.fontStyle,t.fontWeight,aT(t.fontSize),t.fontFamily||"sans-serif"].join(" ")),a&&dr(a)||t.textFont||t.font},e}(or),GR={left:!0,right:1,center:1},FR={top:1,bottom:1,middle:1},Nm=["fontStyle","fontWeight","fontSize","fontFamily"];function aT(r){return typeof r=="string"&&(r.indexOf("px")!==-1||r.indexOf("rem")!==-1||r.indexOf("em")!==-1)?r:isNaN(+r)?Gd+"px":r+"px"}function Bm(r,e){for(var t=0;t<Nm.length;t++){var a=Nm[t],i=e[a];i!=null&&(r[a]=i)}}function iT(r){return r.fontSize!=null||r.fontFamily||r.fontWeight}function HR(r){return Vm(r),C(r.rich,Vm),r}function Vm(r){if(r){r.font=rT.makeFont(r);var e=r.align;e==="middle"&&(e="center"),r.align=e==null||GR[e]?e:"left";var t=r.verticalAlign;t==="center"&&(t="middle"),r.verticalAlign=t==null||FR[t]?t:"top";var a=r.padding;a&&(r.padding=Yd(r.padding))}}function zm(r,e){return r==null||e<=0||r==="transparent"||r==="none"?null:r.image||r.colorStops?"#000":r}function Gm(r){return r==null||r==="none"?null:r.image||r.colorStops?"#000":r}function Fm(r,e,t){return e==="right"?r-t[1]:e==="center"?r+t[3]/2-t[1]/2:r+t[3]}function Hm(r){var e=r.text;return e!=null&&(e+=""),e}function vv(r){return!!(r.backgroundColor||r.lineHeight||r.borderWidth&&r.borderColor)}var Ct=rT,at=At(),Mp=function(r,e,t,a){if(a){var i=at(a);i.dataIndex=t,i.dataType=e,i.seriesIndex=r,a.type==="group"&&a.traverse(function(n){var o=at(n);o.seriesIndex=r,o.dataIndex=t,o.dataType=e})}},Wm=1,$m={},nT=At(),ig=At(),ng=0,ol=1,rh=2,Ce=["emphasis","blur","select"],ks=["normal","emphasis","blur","select"],ho=10,WR=9,Yi="highlight",Bu="downplay",ys="select",Vu="unselect",ms="toggleSelect";function _n(r){return r!=null&&r!=="none"}var Um=new al(100);function Ym(r){if($(r)){var e=Um.get(r);return e||(e=cp(r,-.1),Um.put(r,e)),e}else if(Zf(r)){var t=V({},r);return t.colorStops=G(r.colorStops,function(a){return{offset:a.offset,color:cp(a.color,-.1)}}),t}return r}function ah(r,e,t){r.onHoverStateChange&&(r.hoverState||0)!==t&&r.onHoverStateChange(e),r.hoverState=t}function oT(r){ah(r,"emphasis",rh)}function sT(r){r.hoverState===rh&&ah(r,"normal",ng)}function og(r){ah(r,"blur",ol)}function lT(r){r.hoverState===ol&&ah(r,"normal",ng)}function $R(r){r.selected=!0}function UR(r){r.selected=!1}function Zm(r,e,t){e(r,t)}function ca(r,e,t){Zm(r,e,t),r.isGroup&&r.traverse(function(a){Zm(a,e,t)})}function sf(r,e){switch(e){case"emphasis":r.hoverState=rh;break;case"normal":r.hoverState=ng;break;case"blur":r.hoverState=ol;break;case"select":r.selected=!0}}function YR(r,e,t,a){for(var i=r.style,n={},o=0;o<e.length;o++){var s=e[o],l=i[s];n[s]=l==null?a&&a[s]:l}for(var o=0;o<r.animators.length;o++){var u=r.animators[o];u.__fromStateTransition&&u.__fromStateTransition.indexOf(t)<0&&u.targetName==="style"&&u.saveTo(n,e)}return n}function ZR(r,e,t,a){var i=t&&vt(t,"select")>=0,n=!1;if(r instanceof gt){var o=nT(r),s=i&&o.selectFill||o.normalFill,l=i&&o.selectStroke||o.normalStroke;if(_n(s)||_n(l)){a=a||{};var u=a.style||{};u.fill==="inherit"?(n=!0,a=V({},a),u=V({},u),u.fill=s):!_n(u.fill)&&_n(s)?(n=!0,a=V({},a),u=V({},u),u.fill=Ym(s)):!_n(u.stroke)&&_n(l)&&(n||(a=V({},a),u=V({},u)),u.stroke=Ym(l)),a.style=u}}if(a&&a.z2==null){n||(a=V({},a));var f=r.z2EmphasisLift;a.z2=r.z2+(f!=null?f:ho)}return a}function XR(r,e,t){if(t&&t.z2==null){t=V({},t);var a=r.z2SelectLift;t.z2=r.z2+(a!=null?a:WR)}return t}function qR(r,e,t){var a=vt(r.currentStates,e)>=0,i=r.style.opacity,n=a?null:YR(r,["opacity"],e,{opacity:1});t=t||{};var o=t.style||{};return o.opacity==null&&(t=V({},t),o=V({opacity:a?i:n.opacity*.1},o),t.style=o),t}function cv(r,e){var t=this.states[r];if(this.style){if(r==="emphasis")return ZR(this,r,e,t);if(r==="blur")return qR(this,r,t);if(r==="select")return XR(this,r,t)}return t}function rn(r){r.stateProxy=cv;var e=r.getTextContent(),t=r.getTextGuideLine();e&&(e.stateProxy=cv),t&&(t.stateProxy=cv)}function Xm(r,e){!vT(r,e)&&!r.__highByOuter&&ca(r,oT)}function qm(r,e){!vT(r,e)&&!r.__highByOuter&&ca(r,sT)}function la(r,e){r.__highByOuter|=1<<(e||0),ca(r,oT)}function ua(r,e){!(r.__highByOuter&=~(1<<(e||0)))&&ca(r,sT)}function uT(r){ca(r,og)}function sg(r){ca(r,lT)}function fT(r){ca(r,$R)}function hT(r){ca(r,UR)}function vT(r,e){return r.__highDownSilentOnTouch&&e.zrByTouch}function cT(r){var e=r.getModel(),t=[],a=[];e.eachComponent(function(i,n){var o=ig(n),s=i==="series",l=s?r.getViewOfSeriesModel(n):r.getViewOfComponentModel(n);!s&&a.push(l),o.isBlured&&(l.group.traverse(function(u){lT(u)}),s&&t.push(n)),o.isBlured=!1}),C(a,function(i){i&&i.toggleBlurSeries&&i.toggleBlurSeries(t,!1,e)})}function Dp(r,e,t,a){var i=a.getModel();t=t||"coordinateSystem";function n(u,f){for(var h=0;h<f.length;h++){var v=u.getItemGraphicEl(f[h]);v&&sg(v)}}if(r!=null&&!(!e||e==="none")){var o=i.getSeriesByIndex(r),s=o.coordinateSystem;s&&s.master&&(s=s.master);var l=[];i.eachSeries(function(u){var f=o===u,h=u.coordinateSystem;h&&h.master&&(h=h.master);var v=h&&s?h===s:f;if(!(t==="series"&&!f||t==="coordinateSystem"&&!v||e==="series"&&f)){var c=a.getViewOfSeriesModel(u);if(c.group.traverse(function(g){og(g)}),ye(e))n(u.getData(),e);else if(j(e))for(var p=mt(e),d=0;d<p.length;d++)n(u.getData(p[d]),e[p[d]]);l.push(u),ig(u).isBlured=!0}}),i.eachComponent(function(u,f){if(u!=="series"){var h=a.getViewOfComponentModel(f);h&&h.toggleBlurSeries&&h.toggleBlurSeries(l,!0,i)}})}}function Lp(r,e,t){if(!(r==null||e==null)){var a=t.getModel().getComponent(r,e);if(!!a){ig(a).isBlured=!0;var i=t.getViewOfComponentModel(a);!i||!i.focusBlurEnabled||i.group.traverse(function(n){og(n)})}}}function KR(r,e,t){var a=r.seriesIndex,i=r.getData(e.dataType);if(!!i){var n=tn(i,e);n=(z(n)?n[0]:n)||0;var o=i.getItemGraphicEl(n);if(!o)for(var s=i.count(),l=0;!o&&l<s;)o=i.getItemGraphicEl(l++);if(o){var u=at(o);Dp(a,u.focus,u.blurScope,t)}else{var f=r.get(["emphasis","focus"]),h=r.get(["emphasis","blurScope"]);f!=null&&Dp(a,f,h,t)}}}function lg(r,e,t,a){var i={focusSelf:!1,dispatchers:null};if(r==null||r==="series"||e==null||t==null)return i;var n=a.getModel().getComponent(r,e);if(!n)return i;var o=a.getViewOfComponentModel(n);if(!o||!o.findHighDownDispatchers)return i;for(var s=o.findHighDownDispatchers(t),l,u=0;u<s.length;u++)if(at(s[u]).focus==="self"){l=!0;break}return{focusSelf:l,dispatchers:s}}function QR(r,e,t){var a=at(r),i=lg(a.componentMainType,a.componentIndex,a.componentHighDownName,t),n=i.dispatchers,o=i.focusSelf;n?(o&&Lp(a.componentMainType,a.componentIndex,t),C(n,function(s){return Xm(s,e)})):(Dp(a.seriesIndex,a.focus,a.blurScope,t),a.focus==="self"&&Lp(a.componentMainType,a.componentIndex,t),Xm(r,e))}function jR(r,e,t){cT(t);var a=at(r),i=lg(a.componentMainType,a.componentIndex,a.componentHighDownName,t).dispatchers;i?C(i,function(n){return qm(n,e)}):qm(r,e)}function JR(r,e,t){if(!!Pp(e)){var a=e.dataType,i=r.getData(a),n=tn(i,e);z(n)||(n=[n]),r[e.type===ms?"toggleSelect":e.type===ys?"select":"unselect"](n,a)}}function Km(r){var e=r.getAllData();C(e,function(t){var a=t.data,i=t.type;a.eachItemGraphicEl(function(n,o){r.isSelected(o,i)?fT(n):hT(n)})})}function tE(r){var e=[];return r.eachSeries(function(t){var a=t.getAllData();C(a,function(i){i.data;var n=i.type,o=t.getSelectedDataIndices();if(o.length>0){var s={dataIndex:o,seriesIndex:t.seriesIndex};n!=null&&(s.dataType=n),e.push(s)}})}),e}function Zi(r,e,t){Gi(r,!0),ca(r,rn),Ip(r,e,t)}function eE(r){Gi(r,!1)}function Yt(r,e,t,a){a?eE(r):Zi(r,e,t)}function Ip(r,e,t){var a=at(r);e!=null?(a.focus=e,a.blurScope=t):a.focus&&(a.focus=null)}var Qm=["emphasis","blur","select"],rE={itemStyle:"getItemStyle",lineStyle:"getLineStyle",areaStyle:"getAreaStyle"};function he(r,e,t,a){t=t||"itemStyle";for(var i=0;i<Qm.length;i++){var n=Qm[i],o=e.getModel([n,t]),s=r.ensureState(n);s.style=a?a(o):o[rE[t]]()}}function Gi(r,e){var t=e===!1,a=r;r.highDownSilentOnTouch&&(a.__highDownSilentOnTouch=r.highDownSilentOnTouch),(!t||a.__highDownDispatcher)&&(a.__highByOuter=a.__highByOuter||0,a.__highDownDispatcher=!t)}function Os(r){return!!(r&&r.__highDownDispatcher)}function aE(r,e,t){var a=at(r);a.componentMainType=e.mainType,a.componentIndex=e.componentIndex,a.componentHighDownName=t}function iE(r){var e=$m[r];return e==null&&Wm<=32&&(e=$m[r]=Wm++),e}function Pp(r){var e=r.type;return e===ys||e===Vu||e===ms}function jm(r){var e=r.type;return e===Yi||e===Bu}function nE(r){var e=nT(r);e.normalFill=r.style.fill,e.normalStroke=r.style.stroke;var t=r.states.select||{};e.selectFill=t.style&&t.style.fill||null,e.selectStroke=t.style&&t.style.stroke||null}var Sn=Hr.CMD,oE=[[],[],[]],Jm=Math.sqrt,sE=Math.atan2;function pT(r,e){if(!!e){var t=r.data,a=r.len(),i,n,o,s,l,u,f=Sn.M,h=Sn.C,v=Sn.L,c=Sn.R,p=Sn.A,d=Sn.Q;for(o=0,s=0;o<a;){switch(i=t[o++],s=o,n=0,i){case f:n=1;break;case v:n=1;break;case h:n=3;break;case d:n=2;break;case p:var g=e[4],y=e[5],m=Jm(e[0]*e[0]+e[1]*e[1]),_=Jm(e[2]*e[2]+e[3]*e[3]),S=sE(-e[1]/_,e[0]/m);t[o]*=m,t[o++]+=g,t[o]*=_,t[o++]+=y,t[o++]*=m,t[o++]*=_,t[o++]+=S,t[o++]+=S,o+=2,s=o;break;case c:u[0]=t[o++],u[1]=t[o++],ue(u,u,e),t[s++]=u[0],t[s++]=u[1],u[0]+=t[o++],u[1]+=t[o++],ue(u,u,e),t[s++]=u[0],t[s++]=u[1]}for(l=0;l<n;l++){var b=oE[l];b[0]=t[o++],b[1]=t[o++],ue(b,b,e),t[s++]=b[0],t[s++]=b[1]}}r.increaseVersion()}}var pv=Math.sqrt,zl=Math.sin,Gl=Math.cos,Ro=Math.PI;function t0(r){return Math.sqrt(r[0]*r[0]+r[1]*r[1])}function Rp(r,e){return(r[0]*e[0]+r[1]*e[1])/(t0(r)*t0(e))}function e0(r,e){return(r[0]*e[1]<r[1]*e[0]?-1:1)*Math.acos(Rp(r,e))}function r0(r,e,t,a,i,n,o,s,l,u,f){var h=l*(Ro/180),v=Gl(h)*(r-t)/2+zl(h)*(e-a)/2,c=-1*zl(h)*(r-t)/2+Gl(h)*(e-a)/2,p=v*v/(o*o)+c*c/(s*s);p>1&&(o*=pv(p),s*=pv(p));var d=(i===n?-1:1)*pv((o*o*(s*s)-o*o*(c*c)-s*s*(v*v))/(o*o*(c*c)+s*s*(v*v)))||0,g=d*o*c/s,y=d*-s*v/o,m=(r+t)/2+Gl(h)*g-zl(h)*y,_=(e+a)/2+zl(h)*g+Gl(h)*y,S=e0([1,0],[(v-g)/o,(c-y)/s]),b=[(v-g)/o,(c-y)/s],x=[(-1*v-g)/o,(-1*c-y)/s],w=e0(b,x);if(Rp(b,x)<=-1&&(w=Ro),Rp(b,x)>=1&&(w=0),w<0){var T=Math.round(w/Ro*1e6)/1e6;w=Ro*2+T%2*Ro}f.addData(u,m,_,o,s,S,w,h,n)}var lE=/([mlvhzcqtsa])([^mlvhzcqtsa]*)/ig,uE=/-?([0-9]*\.)?[0-9]+([eE]-?[0-9]+)?/g;function fE(r){var e=new Hr;if(!r)return e;var t=0,a=0,i=t,n=a,o,s=Hr.CMD,l=r.match(lE);if(!l)return e;for(var u=0;u<l.length;u++){for(var f=l[u],h=f.charAt(0),v=void 0,c=f.match(uE)||[],p=c.length,d=0;d<p;d++)c[d]=parseFloat(c[d]);for(var g=0;g<p;){var y=void 0,m=void 0,_=void 0,S=void 0,b=void 0,x=void 0,w=void 0,T=t,A=a,M=void 0,D=void 0;switch(h){case"l":t+=c[g++],a+=c[g++],v=s.L,e.addData(v,t,a);break;case"L":t=c[g++],a=c[g++],v=s.L,e.addData(v,t,a);break;case"m":t+=c[g++],a+=c[g++],v=s.M,e.addData(v,t,a),i=t,n=a,h="l";break;case"M":t=c[g++],a=c[g++],v=s.M,e.addData(v,t,a),i=t,n=a,h="L";break;case"h":t+=c[g++],v=s.L,e.addData(v,t,a);break;case"H":t=c[g++],v=s.L,e.addData(v,t,a);break;case"v":a+=c[g++],v=s.L,e.addData(v,t,a);break;case"V":a=c[g++],v=s.L,e.addData(v,t,a);break;case"C":v=s.C,e.addData(v,c[g++],c[g++],c[g++],c[g++],c[g++],c[g++]),t=c[g-2],a=c[g-1];break;case"c":v=s.C,e.addData(v,c[g++]+t,c[g++]+a,c[g++]+t,c[g++]+a,c[g++]+t,c[g++]+a),t+=c[g-2],a+=c[g-1];break;case"S":y=t,m=a,M=e.len(),D=e.data,o===s.C&&(y+=t-D[M-4],m+=a-D[M-3]),v=s.C,T=c[g++],A=c[g++],t=c[g++],a=c[g++],e.addData(v,y,m,T,A,t,a);break;case"s":y=t,m=a,M=e.len(),D=e.data,o===s.C&&(y+=t-D[M-4],m+=a-D[M-3]),v=s.C,T=t+c[g++],A=a+c[g++],t+=c[g++],a+=c[g++],e.addData(v,y,m,T,A,t,a);break;case"Q":T=c[g++],A=c[g++],t=c[g++],a=c[g++],v=s.Q,e.addData(v,T,A,t,a);break;case"q":T=c[g++]+t,A=c[g++]+a,t+=c[g++],a+=c[g++],v=s.Q,e.addData(v,T,A,t,a);break;case"T":y=t,m=a,M=e.len(),D=e.data,o===s.Q&&(y+=t-D[M-4],m+=a-D[M-3]),t=c[g++],a=c[g++],v=s.Q,e.addData(v,y,m,t,a);break;case"t":y=t,m=a,M=e.len(),D=e.data,o===s.Q&&(y+=t-D[M-4],m+=a-D[M-3]),t+=c[g++],a+=c[g++],v=s.Q,e.addData(v,y,m,t,a);break;case"A":_=c[g++],S=c[g++],b=c[g++],x=c[g++],w=c[g++],T=t,A=a,t=c[g++],a=c[g++],v=s.A,r0(T,A,t,a,x,w,_,S,b,v,e);break;case"a":_=c[g++],S=c[g++],b=c[g++],x=c[g++],w=c[g++],T=t,A=a,t+=c[g++],a+=c[g++],v=s.A,r0(T,A,t,a,x,w,_,S,b,v,e);break}}(h==="z"||h==="Z")&&(v=s.Z,e.addData(v),t=i,a=n),o=v}return e.toStatic(),e}var dT=function(r){k(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e.prototype.applyTransform=function(t){},e}(gt);function gT(r){return r.setData!=null}function yT(r,e){var t=fE(r),a=V({},e);return a.buildPath=function(i){if(gT(i)){i.setData(t.data);var n=i.getContext();n&&i.rebuildPath(n,1)}else{var n=i;t.rebuildPath(n,1)}},a.applyTransform=function(i){pT(t,i),this.dirtyShape()},a}function mT(r,e){return new dT(yT(r,e))}function hE(r,e){var t=yT(r,e),a=function(i){k(n,i);function n(o){var s=i.call(this,o)||this;return s.applyTransform=t.applyTransform,s.buildPath=t.buildPath,s}return n}(dT);return a}function vE(r,e){for(var t=[],a=r.length,i=0;i<a;i++){var n=r[i];t.push(n.getUpdatedPathProxy(!0))}var o=new gt(e);return o.createPathProxy(),o.buildPath=function(s){if(gT(s)){s.appendPath(t);var l=s.getContext();l&&s.rebuildPath(l,1)}},o}function ug(r,e){e=e||{};var t=new gt;return r.shape&&t.setShape(r.shape),t.setStyle(r.style),e.bakeTransform?pT(t.path,r.getComputedTransform()):e.toLocal?t.setLocalTransform(r.getComputedTransform()):t.copyTransform(r),t.buildPath=r.buildPath,t.applyTransform=t.applyTransform,t.z=r.z,t.z2=r.z2,t.zlevel=r.zlevel,t}var cE=function(){function r(){this.cx=0,this.cy=0,this.r=0}return r}(),_T=function(r){k(e,r);function e(t){return r.call(this,t)||this}return e.prototype.getDefaultShape=function(){return new cE},e.prototype.buildPath=function(t,a){t.moveTo(a.cx+a.r,a.cy),t.arc(a.cx,a.cy,a.r,0,Math.PI*2)},e}(gt);_T.prototype.type="circle";var Wr=_T,pE=function(){function r(){this.cx=0,this.cy=0,this.rx=0,this.ry=0}return r}(),ST=function(r){k(e,r);function e(t){return r.call(this,t)||this}return e.prototype.getDefaultShape=function(){return new pE},e.prototype.buildPath=function(t,a){var i=.5522848,n=a.cx,o=a.cy,s=a.rx,l=a.ry,u=s*i,f=l*i;t.moveTo(n-s,o),t.bezierCurveTo(n-s,o-f,n-u,o-l,n,o-l),t.bezierCurveTo(n+u,o-l,n+s,o-f,n+s,o),t.bezierCurveTo(n+s,o+f,n+u,o+l,n,o+l),t.bezierCurveTo(n-u,o+l,n-s,o+f,n-s,o),t.closePath()},e}(gt);ST.prototype.type="ellipse";var fg=ST,xT=Math.PI,dv=xT*2,di=Math.sin,xn=Math.cos,dE=Math.acos,pe=Math.atan2,a0=Math.abs,_s=Math.sqrt,as=Math.max,Cr=Math.min,hr=1e-4;function gE(r,e,t,a,i,n,o,s){var l=t-r,u=a-e,f=o-i,h=s-n,v=h*l-f*u;if(!(v*v<hr))return v=(f*(e-n)-h*(r-i))/v,[r+v*l,e+v*u]}function Fl(r,e,t,a,i,n,o){var s=r-t,l=e-a,u=(o?n:-n)/_s(s*s+l*l),f=u*l,h=-u*s,v=r+f,c=e+h,p=t+f,d=a+h,g=(v+p)/2,y=(c+d)/2,m=p-v,_=d-c,S=m*m+_*_,b=i-n,x=v*d-p*c,w=(_<0?-1:1)*_s(as(0,b*b*S-x*x)),T=(x*_-m*w)/S,A=(-x*m-_*w)/S,M=(x*_+m*w)/S,D=(-x*m+_*w)/S,L=T-g,I=A-y,P=M-g,R=D-y;return L*L+I*I>P*P+R*R&&(T=M,A=D),{cx:T,cy:A,x0:-f,y0:-h,x1:T*(i/b-1),y1:A*(i/b-1)}}function yE(r){var e;if(z(r)){var t=r.length;if(!t)return r;t===1?e=[r[0],r[0],0,0]:t===2?e=[r[0],r[0],r[1],r[1]]:t===3?e=r.concat(r[2]):e=r}else e=[r,r,r,r];return e}function mE(r,e){var t,a=as(e.r,0),i=as(e.r0||0,0),n=a>0,o=i>0;if(!(!n&&!o)){if(n||(a=i,i=0),i>a){var s=a;a=i,i=s}var l=e.startAngle,u=e.endAngle;if(!(isNaN(l)||isNaN(u))){var f=e.cx,h=e.cy,v=!!e.clockwise,c=a0(u-l),p=c>dv&&c%dv;if(p>hr&&(c=p),!(a>hr))r.moveTo(f,h);else if(c>dv-hr)r.moveTo(f+a*xn(l),h+a*di(l)),r.arc(f,h,a,l,u,!v),i>hr&&(r.moveTo(f+i*xn(u),h+i*di(u)),r.arc(f,h,i,u,l,v));else{var d=void 0,g=void 0,y=void 0,m=void 0,_=void 0,S=void 0,b=void 0,x=void 0,w=void 0,T=void 0,A=void 0,M=void 0,D=void 0,L=void 0,I=void 0,P=void 0,R=a*xn(l),E=a*di(l),N=i*xn(u),O=i*di(u),B=c>hr;if(B){var F=e.cornerRadius;F&&(t=yE(F),d=t[0],g=t[1],y=t[2],m=t[3]);var W=a0(a-i)/2;if(_=Cr(W,y),S=Cr(W,m),b=Cr(W,d),x=Cr(W,g),A=w=as(_,S),M=T=as(b,x),(w>hr||T>hr)&&(D=a*xn(u),L=a*di(u),I=i*xn(l),P=i*di(l),c<xT)){var Z=gE(R,E,I,P,D,L,N,O);if(Z){var tt=R-Z[0],ht=E-Z[1],It=D-Z[0],Dt=L-Z[1],dt=1/di(dE((tt*It+ht*Dt)/(_s(tt*tt+ht*ht)*_s(It*It+Dt*Dt)))/2),et=_s(Z[0]*Z[0]+Z[1]*Z[1]);A=Cr(w,(a-et)/(dt+1)),M=Cr(T,(i-et)/(dt-1))}}}if(!B)r.moveTo(f+R,h+E);else if(A>hr){var yt=Cr(y,A),ut=Cr(m,A),X=Fl(I,P,R,E,a,yt,v),ot=Fl(D,L,N,O,a,ut,v);r.moveTo(f+X.cx+X.x0,h+X.cy+X.y0),A<w&&yt===ut?r.arc(f+X.cx,h+X.cy,A,pe(X.y0,X.x0),pe(ot.y0,ot.x0),!v):(yt>0&&r.arc(f+X.cx,h+X.cy,yt,pe(X.y0,X.x0),pe(X.y1,X.x1),!v),r.arc(f,h,a,pe(X.cy+X.y1,X.cx+X.x1),pe(ot.cy+ot.y1,ot.cx+ot.x1),!v),ut>0&&r.arc(f+ot.cx,h+ot.cy,ut,pe(ot.y1,ot.x1),pe(ot.y0,ot.x0),!v))}else r.moveTo(f+R,h+E),r.arc(f,h,a,l,u,!v);if(!(i>hr)||!B)r.lineTo(f+N,h+O);else if(M>hr){var yt=Cr(d,M),ut=Cr(g,M),X=Fl(N,O,D,L,i,-ut,v),ot=Fl(R,E,I,P,i,-yt,v);r.lineTo(f+X.cx+X.x0,h+X.cy+X.y0),M<T&&yt===ut?r.arc(f+X.cx,h+X.cy,M,pe(X.y0,X.x0),pe(ot.y0,ot.x0),!v):(ut>0&&r.arc(f+X.cx,h+X.cy,ut,pe(X.y0,X.x0),pe(X.y1,X.x1),!v),r.arc(f,h,i,pe(X.cy+X.y1,X.cx+X.x1),pe(ot.cy+ot.y1,ot.cx+ot.x1),v),yt>0&&r.arc(f+ot.cx,h+ot.cy,yt,pe(ot.y1,ot.x1),pe(ot.y0,ot.x0),!v))}else r.lineTo(f+N,h+O),r.arc(f,h,i,u,l,v)}r.closePath()}}}var _E=function(){function r(){this.cx=0,this.cy=0,this.r0=0,this.r=0,this.startAngle=0,this.endAngle=Math.PI*2,this.clockwise=!0,this.cornerRadius=0}return r}(),bT=function(r){k(e,r);function e(t){return r.call(this,t)||this}return e.prototype.getDefaultShape=function(){return new _E},e.prototype.buildPath=function(t,a){mE(t,a)},e.prototype.isZeroArea=function(){return this.shape.startAngle===this.shape.endAngle||this.shape.r===this.shape.r0},e}(gt);bT.prototype.type="sector";var Ee=bT,SE=function(){function r(){this.cx=0,this.cy=0,this.r=0,this.r0=0}return r}(),wT=function(r){k(e,r);function e(t){return r.call(this,t)||this}return e.prototype.getDefaultShape=function(){return new SE},e.prototype.buildPath=function(t,a){var i=a.cx,n=a.cy,o=Math.PI*2;t.moveTo(i+a.r,n),t.arc(i,n,a.r,0,o,!1),t.moveTo(i+a.r0,n),t.arc(i,n,a.r0,0,o,!0)},e}(gt);wT.prototype.type="ring";var ih=wT;function xE(r,e,t,a){var i=[],n=[],o=[],s=[],l,u,f,h;if(a){f=[1/0,1/0],h=[-1/0,-1/0];for(var v=0,c=r.length;v<c;v++)Pa(f,f,r[v]),Ra(h,h,r[v]);Pa(f,f,a[0]),Ra(h,h,a[1])}for(var v=0,c=r.length;v<c;v++){var p=r[v];if(t)l=r[v?v-1:c-1],u=r[(v+1)%c];else if(v===0||v===c-1){i.push(ea(r[v]));continue}else l=r[v-1],u=r[v+1];Vi(n,u,l),Eh(n,n,e);var d=ip(p,l),g=ip(p,u),y=d+g;y!==0&&(d/=y,g/=y),Eh(o,n,-d),Eh(s,n,g);var m=Ky([],p,o),_=Ky([],p,s);a&&(Ra(m,m,f),Pa(m,m,h),Ra(_,_,f),Pa(_,_,h)),i.push(m),i.push(_)}return t&&i.push(i.shift()),i}function TT(r,e,t){var a=e.smooth,i=e.points;if(i&&i.length>=2){if(a){var n=xE(i,a,t,e.smoothConstraint);r.moveTo(i[0][0],i[0][1]);for(var o=i.length,s=0;s<(t?o:o-1);s++){var l=n[s*2],u=n[s*2+1],f=i[(s+1)%o];r.bezierCurveTo(l[0],l[1],u[0],u[1],f[0],f[1])}}else{r.moveTo(i[0][0],i[0][1]);for(var s=1,h=i.length;s<h;s++)r.lineTo(i[s][0],i[s][1])}t&&r.closePath()}}var bE=function(){function r(){this.points=null,this.smooth=0,this.smoothConstraint=null}return r}(),AT=function(r){k(e,r);function e(t){return r.call(this,t)||this}return e.prototype.getDefaultShape=function(){return new bE},e.prototype.buildPath=function(t,a){TT(t,a,!0)},e}(gt);AT.prototype.type="polygon";var ke=AT,wE=function(){function r(){this.points=null,this.percent=1,this.smooth=0,this.smoothConstraint=null}return r}(),CT=function(r){k(e,r);function e(t){return r.call(this,t)||this}return e.prototype.getDefaultStyle=function(){return{stroke:"#000",fill:null}},e.prototype.getDefaultShape=function(){return new wE},e.prototype.buildPath=function(t,a){TT(t,a,!1)},e}(gt);CT.prototype.type="polyline";var Oe=CT,TE={},AE=function(){function r(){this.x1=0,this.y1=0,this.x2=0,this.y2=0,this.percent=1}return r}(),MT=function(r){k(e,r);function e(t){return r.call(this,t)||this}return e.prototype.getDefaultStyle=function(){return{stroke:"#000",fill:null}},e.prototype.getDefaultShape=function(){return new AE},e.prototype.buildPath=function(t,a){var i,n,o,s;if(this.subPixelOptimize){var l=Jw(TE,a,this.style);i=l.x1,n=l.y1,o=l.x2,s=l.y2}else i=a.x1,n=a.y1,o=a.x2,s=a.y2;var u=a.percent;u!==0&&(t.moveTo(i,n),u<1&&(o=i*(1-u)+o*u,s=n*(1-u)+s*u),t.lineTo(o,s))},e.prototype.pointAt=function(t){var a=this.shape;return[a.x1*(1-t)+a.x2*t,a.y1*(1-t)+a.y2*t]},e}(gt);MT.prototype.type="line";var oe=MT,De=[],CE=function(){function r(){this.x1=0,this.y1=0,this.x2=0,this.y2=0,this.cpx1=0,this.cpy1=0,this.percent=1}return r}();function i0(r,e,t){var a=r.cpx2,i=r.cpy2;return a!=null||i!=null?[(t?sm:ee)(r.x1,r.cpx1,r.cpx2,r.x2,e),(t?sm:ee)(r.y1,r.cpy1,r.cpy2,r.y2,e)]:[(t?fp:ie)(r.x1,r.cpx1,r.x2,e),(t?fp:ie)(r.y1,r.cpy1,r.y2,e)]}var DT=function(r){k(e,r);function e(t){return r.call(this,t)||this}return e.prototype.getDefaultStyle=function(){return{stroke:"#000",fill:null}},e.prototype.getDefaultShape=function(){return new CE},e.prototype.buildPath=function(t,a){var i=a.x1,n=a.y1,o=a.x2,s=a.y2,l=a.cpx1,u=a.cpy1,f=a.cpx2,h=a.cpy2,v=a.percent;v!==0&&(t.moveTo(i,n),f==null||h==null?(v<1&&(Is(i,l,o,v,De),l=De[1],o=De[2],Is(n,u,s,v,De),u=De[1],s=De[2]),t.quadraticCurveTo(l,u,o,s)):(v<1&&(Ya(i,l,f,o,v,De),l=De[1],f=De[2],o=De[3],Ya(n,u,h,s,v,De),u=De[1],h=De[2],s=De[3]),t.bezierCurveTo(l,u,f,h,o,s)))},e.prototype.pointAt=function(t){return i0(this.shape,t,!1)},e.prototype.tangentAt=function(t){var a=i0(this.shape,t,!0);return rl(a,a)},e}(gt);DT.prototype.type="bezier-curve";var nh=DT,ME=function(){function r(){this.cx=0,this.cy=0,this.r=0,this.startAngle=0,this.endAngle=Math.PI*2,this.clockwise=!0}return r}(),LT=function(r){k(e,r);function e(t){return r.call(this,t)||this}return e.prototype.getDefaultStyle=function(){return{stroke:"#000",fill:null}},e.prototype.getDefaultShape=function(){return new ME},e.prototype.buildPath=function(t,a){var i=a.cx,n=a.cy,o=Math.max(a.r,0),s=a.startAngle,l=a.endAngle,u=a.clockwise,f=Math.cos(s),h=Math.sin(s);t.moveTo(f*o+i,h*o+n),t.arc(i,n,o,s,l,!u)},e}(gt);LT.prototype.type="arc";var hg=LT,DE=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type="compound",t}return e.prototype._updatePathDirty=function(){for(var t=this.shape.paths,a=this.shapeChanged(),i=0;i<t.length;i++)a=a||t[i].shapeChanged();a&&this.dirtyShape()},e.prototype.beforeBrush=function(){this._updatePathDirty();for(var t=this.shape.paths||[],a=this.getGlobalScale(),i=0;i<t.length;i++)t[i].path||t[i].createPathProxy(),t[i].path.setScale(a[0],a[1],t[i].segmentIgnoreThreshold)},e.prototype.buildPath=function(t,a){for(var i=a.paths||[],n=0;n<i.length;n++)i[n].buildPath(t,i[n].shape,!0)},e.prototype.afterBrush=function(){for(var t=this.shape.paths||[],a=0;a<t.length;a++)t[a].pathUpdated()},e.prototype.getBoundingRect=function(){return this._updatePathDirty.call(this),gt.prototype.getBoundingRect.call(this)},e}(gt),vg=DE,LE=function(){function r(e){this.colorStops=e||[]}return r.prototype.addColorStop=function(e,t){this.colorStops.push({offset:e,color:t})},r}(),IT=LE,IE=function(r){k(e,r);function e(t,a,i,n,o,s){var l=r.call(this,o)||this;return l.x=t==null?0:t,l.y=a==null?0:a,l.x2=i==null?1:i,l.y2=n==null?0:n,l.type="linear",l.global=s||!1,l}return e}(IT),sl=IE,PE=function(r){k(e,r);function e(t,a,i,n,o){var s=r.call(this,n)||this;return s.x=t==null?.5:t,s.y=a==null?.5:a,s.r=i==null?.5:i,s.type="radial",s.global=o||!1,s}return e}(IT),PT=PE,gi=[0,0],yi=[0,0],Hl=new st,Wl=new st,RE=function(){function r(e,t){this._corners=[],this._axes=[],this._origin=[0,0];for(var a=0;a<4;a++)this._corners[a]=new st;for(var a=0;a<2;a++)this._axes[a]=new st;e&&this.fromBoundingRect(e,t)}return r.prototype.fromBoundingRect=function(e,t){var a=this._corners,i=this._axes,n=e.x,o=e.y,s=n+e.width,l=o+e.height;if(a[0].set(n,o),a[1].set(s,o),a[2].set(s,l),a[3].set(n,l),t)for(var u=0;u<4;u++)a[u].transform(t);st.sub(i[0],a[1],a[0]),st.sub(i[1],a[3],a[0]),i[0].normalize(),i[1].normalize();for(var u=0;u<2;u++)this._origin[u]=i[u].dot(a[0])},r.prototype.intersect=function(e,t){var a=!0,i=!t;return Hl.set(1/0,1/0),Wl.set(0,0),!this._intersectCheckOneSide(this,e,Hl,Wl,i,1)&&(a=!1,i)||!this._intersectCheckOneSide(e,this,Hl,Wl,i,-1)&&(a=!1,i)||i||st.copy(t,a?Hl:Wl),a},r.prototype._intersectCheckOneSide=function(e,t,a,i,n,o){for(var s=!0,l=0;l<2;l++){var u=this._axes[l];if(this._getProjMinMaxOnAxis(l,e._corners,gi),this._getProjMinMaxOnAxis(l,t._corners,yi),gi[1]<yi[0]||gi[0]>yi[1]){if(s=!1,n)return s;var f=Math.abs(yi[0]-gi[1]),h=Math.abs(gi[0]-yi[1]);Math.min(f,h)>i.len()&&(f<h?st.scale(i,u,-f*o):st.scale(i,u,h*o))}else if(a){var f=Math.abs(yi[0]-gi[1]),h=Math.abs(gi[0]-yi[1]);Math.min(f,h)<a.len()&&(f<h?st.scale(a,u,f*o):st.scale(a,u,-h*o))}}return s},r.prototype._getProjMinMaxOnAxis=function(e,t,a){for(var i=this._axes[e],n=this._origin,o=t[0].dot(i)+n[e],s=o,l=o,u=1;u<t.length;u++){var f=t[u].dot(i)+n[e];s=Math.min(f,s),l=Math.max(f,l)}a[0]=s,a[1]=l},r}(),lf=RE,EE=[],kE=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.notClear=!0,t.incremental=!0,t._displayables=[],t._temporaryDisplayables=[],t._cursor=0,t}return e.prototype.traverse=function(t,a){t.call(a,this)},e.prototype.useStyle=function(){this.style={}},e.prototype.getCursor=function(){return this._cursor},e.prototype.innerAfterBrush=function(){this._cursor=this._displayables.length},e.prototype.clearDisplaybles=function(){this._displayables=[],this._temporaryDisplayables=[],this._cursor=0,this.markRedraw(),this.notClear=!1},e.prototype.clearTemporalDisplayables=function(){this._temporaryDisplayables=[]},e.prototype.addDisplayable=function(t,a){a?this._temporaryDisplayables.push(t):this._displayables.push(t),this.markRedraw()},e.prototype.addDisplayables=function(t,a){a=a||!1;for(var i=0;i<t.length;i++)this.addDisplayable(t[i],a)},e.prototype.getDisplayables=function(){return this._displayables},e.prototype.getTemporalDisplayables=function(){return this._temporaryDisplayables},e.prototype.eachPendingDisplayable=function(t){for(var a=this._cursor;a<this._displayables.length;a++)t&&t(this._displayables[a]);for(var a=0;a<this._temporaryDisplayables.length;a++)t&&t(this._temporaryDisplayables[a])},e.prototype.update=function(){this.updateTransform();for(var t=this._cursor;t<this._displayables.length;t++){var a=this._displayables[t];a.parent=this,a.update(),a.parent=null}for(var t=0;t<this._temporaryDisplayables.length;t++){var a=this._temporaryDisplayables[t];a.parent=this,a.update(),a.parent=null}},e.prototype.getBoundingRect=function(){if(!this._rect){for(var t=new ft(1/0,1/0,-1/0,-1/0),a=0;a<this._displayables.length;a++){var i=this._displayables[a],n=i.getBoundingRect().clone();i.needLocalTransform()&&n.applyTransform(i.getLocalTransform(EE)),t.union(n)}this._rect=t}return this._rect},e.prototype.contain=function(t,a){var i=this.transformCoordToLocal(t,a),n=this.getBoundingRect();if(n.contain(i[0],i[1]))for(var o=0;o<this._displayables.length;o++){var s=this._displayables[o];if(s.contain(t,a))return!0}return!1},e}(or),OE=kE,RT=At();function vo(r,e,t,a,i){var n;if(e&&e.ecModel){var o=e.ecModel.getUpdatePayload();n=o&&o.animation}var s=e&&e.isAnimationEnabled(),l=r==="update";if(s){var u=void 0,f=void 0,h=void 0;a?(u=ct(a.duration,200),f=ct(a.easing,"cubicOut"),h=0):(u=e.getShallow(l?"animationDurationUpdate":"animationDuration"),f=e.getShallow(l?"animationEasingUpdate":"animationEasing"),h=e.getShallow(l?"animationDelayUpdate":"animationDelay")),n&&(n.duration!=null&&(u=n.duration),n.easing!=null&&(f=n.easing),n.delay!=null&&(h=n.delay)),K(h)&&(h=h(t,i)),K(u)&&(u=u(t));var v={duration:u||0,delay:h,easing:f};return v}else return null}function cg(r,e,t,a,i,n,o){var s=!1,l;K(i)?(o=n,n=i,i=null):j(i)&&(n=i.cb,o=i.during,s=i.isFrom,l=i.removeOpt,i=i.dataIndex);var u=r==="leave";u||e.stopAnimation("leave");var f=vo(r,a,i,u?l||{}:null,a&&a.getAnimationDelayParams?a.getAnimationDelayParams(e,i):null);if(f&&f.duration>0){var h=f.duration,v=f.delay,c=f.easing,p={duration:h,delay:v||0,easing:c,done:n,force:!!n||!!o,setToFinal:!u,scope:r,during:o};s?e.animateFrom(t,p):e.animateTo(t,p)}else e.stopAnimation(),!s&&e.attr(t),o&&o(1),n&&n()}function Tt(r,e,t,a,i,n){cg("update",r,e,t,a,i,n)}function zt(r,e,t,a,i,n){cg("enter",r,e,t,a,i,n)}function Xn(r){if(!r.__zr)return!0;for(var e=0;e<r.animators.length;e++){var t=r.animators[e];if(t.scope==="leave")return!0}return!1}function Za(r,e,t,a,i,n){Xn(r)||cg("leave",r,e,t,a,i,n)}function n0(r,e,t,a){r.removeTextContent(),r.removeTextGuideLine(),Za(r,{style:{opacity:0}},e,t,a)}function Ns(r,e,t){function a(){r.parent&&r.parent.remove(r)}r.isGroup?r.traverse(function(i){i.isGroup||n0(i,e,t,a)}):n0(r,e,t,a)}function Sr(r){RT(r).oldStyle=r.style}function NE(r){return RT(r).oldStyle}var uf=Math.max,ff=Math.min,Ep={};function BE(r){return gt.extend(r)}var VE=hE;function zE(r,e){return VE(r,e)}function xr(r,e){Ep[r]=e}function pg(r){if(Ep.hasOwnProperty(r))return Ep[r]}function oh(r,e,t,a){var i=mT(r,e);return t&&(a==="center"&&(t=kT(t,i.getBoundingRect())),OT(i,t)),i}function ET(r,e,t){var a=new ve({style:{image:r,x:e.x,y:e.y,width:e.width,height:e.height},onload:function(i){if(t==="center"){var n={width:i.width,height:i.height};a.setStyle(kT(e,n))}}});return a}function kT(r,e){var t=e.width/e.height,a=r.height*t,i;a<=r.width?i=r.height:(a=r.width,i=a/t);var n=r.x+r.width/2,o=r.y+r.height/2;return{x:n-a/2,y:o-i/2,width:a,height:i}}var er=vE;function OT(r,e){if(!!r.applyTransform){var t=r.getBoundingRect(),a=t.calculateTransform(e);r.applyTransform(a)}}function GE(r){return Jw(r.shape,r.shape,r.style),r}function FE(r){return tT(r.shape,r.shape,r.style),r}var zu=zi;function Xi(r,e){for(var t=Kf([]);r&&r!==e;)aa(t,r.getLocalTransform(),t),r=r.parent;return t}function mr(r,e,t){return e&&!ye(e)&&(e=jr.getLocalTransform(e)),t&&(e=uo([],e)),ue([],r,e)}function sh(r,e,t){var a=e[4]===0||e[5]===0||e[0]===0?1:Math.abs(2*e[4]/e[0]),i=e[4]===0||e[5]===0||e[2]===0?1:Math.abs(2*e[4]/e[2]),n=[r==="left"?-a:r==="right"?a:0,r==="top"?-i:r==="bottom"?i:0];return n=mr(n,e,t),Math.abs(n[0])>Math.abs(n[1])?n[0]>0?"right":"left":n[1]>0?"bottom":"top"}function o0(r){return!r.isGroup}function HE(r){return r.shape!=null}function ll(r,e,t){if(!r||!e)return;function a(o){var s={};return o.traverse(function(l){o0(l)&&l.anid&&(s[l.anid]=l)}),s}function i(o){var s={x:o.x,y:o.y,rotation:o.rotation};return HE(o)&&(s.shape=V({},o.shape)),s}var n=a(r);e.traverse(function(o){if(o0(o)&&o.anid){var s=n[o.anid];if(s){var l=i(o);o.attr(i(s)),Tt(o,l,t,at(o).dataIndex)}}})}function NT(r,e){return G(r,function(t){var a=t[0];a=uf(a,e.x),a=ff(a,e.x+e.width);var i=t[1];return i=uf(i,e.y),i=ff(i,e.y+e.height),[a,i]})}function WE(r,e){var t=uf(r.x,e.x),a=ff(r.x+r.width,e.x+e.width),i=uf(r.y,e.y),n=ff(r.y+r.height,e.y+e.height);if(a>=t&&n>=i)return{x:t,y:i,width:a-t,height:n-i}}function ul(r,e,t){var a=V({rectHover:!0},e),i=a.style={strokeNoScale:!0};if(t=t||{x:-1,y:-1,width:2,height:2},r)return r.indexOf("image://")===0?(i.image=r.slice(8),Q(i,t),new ve(a)):oh(r.replace("path://",""),a,t,"center")}function is(r,e,t,a,i){for(var n=0,o=i[i.length-1];n<i.length;n++){var s=i[n];if(BT(r,e,t,a,s[0],s[1],o[0],o[1]))return!0;o=s}}function BT(r,e,t,a,i,n,o,s){var l=t-r,u=a-e,f=o-i,h=s-n,v=gv(f,h,l,u);if($E(v))return!1;var c=r-i,p=e-n,d=gv(c,p,l,u)/v;if(d<0||d>1)return!1;var g=gv(c,p,f,h)/v;return!(g<0||g>1)}function gv(r,e,t,a){return r*a-t*e}function $E(r){return r<=1e-6&&r>=-1e-6}function co(r){var e=r.itemTooltipOption,t=r.componentModel,a=r.itemName,i=$(e)?{formatter:e}:e,n=t.mainType,o=t.componentIndex,s={componentType:n,name:a,$vars:["name"]};s[n+"Index"]=o;var l=r.formatterParamsExtra;l&&C(mt(l),function(f){Y(s,f)||(s[f]=l[f],s.$vars.push(f))});var u=at(r.el);u.componentMainType=n,u.componentIndex=o,u.tooltipConfig={name:a,option:Q({content:a,formatterParams:s},i)}}function s0(r,e){var t;r.isGroup&&(t=e(r)),t||r.traverse(e)}function ti(r,e){if(r)if(z(r))for(var t=0;t<r.length;t++)s0(r[t],e);else s0(r,e)}xr("circle",Wr);xr("ellipse",fg);xr("sector",Ee);xr("ring",ih);xr("polygon",ke);xr("polyline",Oe);xr("rect",xt);xr("line",oe);xr("bezierCurve",nh);xr("arc",hg);var fl=Object.freeze(Object.defineProperty({__proto__:null,updateProps:Tt,initProps:zt,removeElement:Za,removeElementWithFadeOut:Ns,isElementRemoved:Xn,extendShape:BE,extendPath:zE,registerShape:xr,getShapeClass:pg,makePath:oh,makeImage:ET,mergePath:er,resizePath:OT,subPixelOptimizeLine:GE,subPixelOptimizeRect:FE,subPixelOptimize:zu,getTransform:Xi,applyTransform:mr,transformDirection:sh,groupTransition:ll,clipPointsByRect:NT,clipRectByRect:WE,createIcon:ul,linePolygonIntersect:is,lineLineIntersect:BT,setTooltipConfig:co,traverseElements:ti,Group:rt,Image:ve,Text:Ct,Circle:Wr,Ellipse:fg,Sector:Ee,Ring:ih,Polygon:ke,Polyline:Oe,Rect:xt,Line:oe,BezierCurve:nh,Arc:hg,IncrementalDisplayable:OE,CompoundPath:vg,LinearGradient:sl,RadialGradient:PT,BoundingRect:ft,OrientedBoundingRect:lf,Point:st,Path:gt},Symbol.toStringTag,{value:"Module"})),lh={};function VT(r,e){for(var t=0;t<Ce.length;t++){var a=Ce[t],i=e[a],n=r.ensureState(a);n.style=n.style||{},n.style.text=i}var o=r.currentStates.slice();r.clearStates(!0),r.setStyle({text:e.normal}),r.useStates(o,!0)}function kp(r,e,t){var a=r.labelFetcher,i=r.labelDataIndex,n=r.labelDimIndex,o=e.normal,s;a&&(s=a.getFormattedLabel(i,"normal",null,n,o&&o.get("formatter"),t!=null?{interpolatedValue:t}:null)),s==null&&(s=K(r.defaultText)?r.defaultText(i,r,t):r.defaultText);for(var l={normal:s},u=0;u<Ce.length;u++){var f=Ce[u],h=e[f];l[f]=ct(a?a.getFormattedLabel(i,f,null,n,h&&h.get("formatter")):null,s)}return l}function _e(r,e,t,a){t=t||lh;for(var i=r instanceof Ct,n=!1,o=0;o<ks.length;o++){var s=e[ks[o]];if(s&&s.getShallow("show")){n=!0;break}}var l=i?r:r.getTextContent();if(n){i||(l||(l=new Ct,r.setTextContent(l)),r.stateProxy&&(l.stateProxy=r.stateProxy));var u=kp(t,e),f=e.normal,h=!!f.getShallow("show"),v=Gt(f,a&&a.normal,t,!1,!i);v.text=u.normal,i||r.setTextConfig(hf(f,t,!1));for(var o=0;o<Ce.length;o++){var c=Ce[o],s=e[c];if(s){var p=l.ensureState(c),d=!!ct(s.getShallow("show"),h);if(d!==h&&(p.ignore=!d),p.style=Gt(s,a&&a[c],t,!0,!i),p.style.text=u[c],!i){var g=r.ensureState(c);g.textConfig=hf(s,t,!0)}}}l.silent=!!f.getShallow("silent"),l.style.x!=null&&(v.x=l.style.x),l.style.y!=null&&(v.y=l.style.y),l.ignore=!h,l.useStyle(v),l.dirty(),t.enableTextSetter&&(po(l).setLabelText=function(y){var m=kp(t,e,y);VT(l,m)})}else l&&(l.ignore=!0);r.dirty()}function se(r,e){e=e||"label";for(var t={normal:r.getModel(e)},a=0;a<Ce.length;a++){var i=Ce[a];t[i]=r.getModel([i,e])}return t}function Gt(r,e,t,a,i){var n={};return UE(n,r,t,a,i),e&&V(n,e),n}function hf(r,e,t){e=e||{};var a={},i,n=r.getShallow("rotate"),o=ct(r.getShallow("distance"),t?null:5),s=r.getShallow("offset");return i=r.getShallow("position")||(t?null:"inside"),i==="outside"&&(i=e.defaultOutsidePosition||"top"),i!=null&&(a.position=i),s!=null&&(a.offset=s),n!=null&&(n*=Math.PI/180,a.rotation=n),o!=null&&(a.distance=o),a.outsideFill=r.get("color")==="inherit"?e.inheritColor||null:"auto",a}function UE(r,e,t,a,i){t=t||lh;var n=e.ecModel,o=n&&n.option.textStyle,s=YE(e),l;if(s){l={};for(var u in s)if(s.hasOwnProperty(u)){var f=e.getModel(["rich",u]);h0(l[u]={},f,o,t,a,i,!1,!0)}}l&&(r.rich=l);var h=e.get("overflow");h&&(r.overflow=h);var v=e.get("minMargin");v!=null&&(r.margin=v),h0(r,e,o,t,a,i,!0,!1)}function YE(r){for(var e;r&&r!==r.ecModel;){var t=(r.option||lh).rich;if(t){e=e||{};for(var a=mt(t),i=0;i<a.length;i++){var n=a[i];e[n]=1}}r=r.parentModel}return e}var l0=["fontStyle","fontWeight","fontSize","fontFamily","textShadowColor","textShadowBlur","textShadowOffsetX","textShadowOffsetY"],u0=["align","lineHeight","width","height","tag","verticalAlign"],f0=["padding","borderWidth","borderRadius","borderDashOffset","backgroundColor","borderColor","shadowColor","shadowBlur","shadowOffsetX","shadowOffsetY"];function h0(r,e,t,a,i,n,o,s){t=!i&&t||lh;var l=a&&a.inheritColor,u=e.getShallow("color"),f=e.getShallow("textBorderColor"),h=ct(e.getShallow("opacity"),t.opacity);(u==="inherit"||u==="auto")&&(l?u=l:u=null),(f==="inherit"||f==="auto")&&(l?f=l:f=null),n||(u=u||t.color,f=f||t.textBorderColor),u!=null&&(r.fill=u),f!=null&&(r.stroke=f);var v=ct(e.getShallow("textBorderWidth"),t.textBorderWidth);v!=null&&(r.lineWidth=v);var c=ct(e.getShallow("textBorderType"),t.textBorderType);c!=null&&(r.lineDash=c);var p=ct(e.getShallow("textBorderDashOffset"),t.textBorderDashOffset);p!=null&&(r.lineDashOffset=p),!i&&h==null&&!s&&(h=a&&a.defaultOpacity),h!=null&&(r.opacity=h),!i&&!n&&r.fill==null&&a.inheritColor&&(r.fill=a.inheritColor);for(var d=0;d<l0.length;d++){var g=l0[d],y=ct(e.getShallow(g),t[g]);y!=null&&(r[g]=y)}for(var d=0;d<u0.length;d++){var g=u0[d],y=e.getShallow(g);y!=null&&(r[g]=y)}if(r.verticalAlign==null){var m=e.getShallow("baseline");m!=null&&(r.verticalAlign=m)}if(!o||!a.disableBox){for(var d=0;d<f0.length;d++){var g=f0[d],y=e.getShallow(g);y!=null&&(r[g]=y)}var _=e.getShallow("borderType");_!=null&&(r.borderDash=_),(r.backgroundColor==="auto"||r.backgroundColor==="inherit")&&l&&(r.backgroundColor=l),(r.borderColor==="auto"||r.borderColor==="inherit")&&l&&(r.borderColor=l)}}function zT(r,e){var t=e&&e.getModel("textStyle");return dr([r.fontStyle||t&&t.getShallow("fontStyle")||"",r.fontWeight||t&&t.getShallow("fontWeight")||"",(r.fontSize||t&&t.getShallow("fontSize")||12)+"px",r.fontFamily||t&&t.getShallow("fontFamily")||"sans-serif"].join(" "))}var po=At();function GT(r,e,t,a){if(!!r){var i=po(r);i.prevValue=i.value,i.value=t;var n=e.normal;i.valueAnimation=n.get("valueAnimation"),i.valueAnimation&&(i.precision=n.get("precision"),i.defaultInterpolatedText=a,i.statesModels=e)}}function FT(r,e,t,a,i){var n=po(r);if(!n.valueAnimation||n.prevValue===n.value)return;var o=n.defaultInterpolatedText,s=ct(n.interpolatedValue,n.prevValue),l=n.value;function u(f){var h=Hw(t,n.precision,s,l,f);n.interpolatedValue=f===1?null:h;var v=kp({labelDataIndex:e,labelFetcher:i,defaultText:o?o(h):h+""},n.statesModels,h);VT(r,v)}r.percent=0,(n.prevValue==null?zt:Tt)(r,{percent:1},a,e,null,u)}var ZE=["textStyle","color"],yv=["fontStyle","fontWeight","fontSize","fontFamily","padding","lineHeight","rich","width","height","overflow"],mv=new Ct,XE=function(){function r(){}return r.prototype.getTextColor=function(e){var t=this.ecModel;return this.getShallow("color")||(!e&&t?t.get(ZE):null)},r.prototype.getFont=function(){return zT({fontStyle:this.getShallow("fontStyle"),fontWeight:this.getShallow("fontWeight"),fontSize:this.getShallow("fontSize"),fontFamily:this.getShallow("fontFamily")},this.ecModel)},r.prototype.getTextRect=function(e){for(var t={text:e,verticalAlign:this.getShallow("verticalAlign")||this.getShallow("baseline")},a=0;a<yv.length;a++)t[yv[a]]=this.getShallow(yv[a]);return mv.useStyle(t),mv.update(),mv.getBoundingRect()},r}(),qE=XE,HT=[["lineWidth","width"],["stroke","color"],["opacity"],["shadowBlur"],["shadowOffsetX"],["shadowOffsetY"],["shadowColor"],["lineDash","type"],["lineDashOffset","dashOffset"],["lineCap","cap"],["lineJoin","join"],["miterLimit"]],KE=en(HT),QE=function(){function r(){}return r.prototype.getLineStyle=function(e){return KE(this,e)},r}(),WT=[["fill","color"],["stroke","borderColor"],["lineWidth","borderWidth"],["opacity"],["shadowBlur"],["shadowOffsetX"],["shadowOffsetY"],["shadowColor"],["lineDash","borderType"],["lineDashOffset","borderDashOffset"],["lineCap","borderCap"],["lineJoin","borderJoin"],["miterLimit","borderMiterLimit"]],jE=en(WT),JE=function(){function r(){}return r.prototype.getItemStyle=function(e,t){return jE(this,e,t)},r}(),un=function(){function r(e,t,a){this.parentModel=t,this.ecModel=a,this.option=e}return r.prototype.init=function(e,t,a){},r.prototype.mergeOption=function(e,t){lt(this.option,e,!0)},r.prototype.get=function(e,t){return e==null?this.option:this._doGet(this.parsePath(e),!t&&this.parentModel)},r.prototype.getShallow=function(e,t){var a=this.option,i=a==null?a:a[e];if(i==null&&!t){var n=this.parentModel;n&&(i=n.getShallow(e))}return i},r.prototype.getModel=function(e,t){var a=e!=null,i=a?this.parsePath(e):null,n=a?this._doGet(i):this.option;return t=t||this.parentModel&&this.parentModel.getModel(this.resolveParentPath(i)),new r(n,t,this.ecModel)},r.prototype.isEmpty=function(){return this.option==null},r.prototype.restoreData=function(){},r.prototype.clone=function(){var e=this.constructor;return new e(J(this.option))},r.prototype.parsePath=function(e){return typeof e=="string"?e.split("."):e},r.prototype.resolveParentPath=function(e){return e},r.prototype.isAnimationEnabled=function(){if(!Mt.node&&this.option){if(this.option.animation!=null)return!!this.option.animation;if(this.parentModel)return this.parentModel.isAnimationEnabled()}},r.prototype._doGet=function(e,t){var a=this.option;if(!e)return a;for(var i=0;i<e.length&&!(!!e[i]&&(a=a&&typeof a=="object"?a[e[i]]:null,a==null));i++);return a==null&&t&&(a=t._doGet(this.resolveParentPath(e),t.parentModel)),a},r}();rg(un);QP(un);jt(un,QE);jt(un,JE);jt(un,rR);jt(un,qE);var Nt=un,tk=Math.round(Math.random()*10);function go(r){return[r||"",tk++].join("_")}function ek(r){var e={};r.registerSubTypeDefaulter=function(t,a){var i=kr(t);e[i.main]=a},r.determineSubType=function(t,a){var i=a.type;if(!i){var n=kr(t).main;r.hasSubTypes(t)&&e[n]&&(i=e[n](a))}return i}}function rk(r,e){r.topologicalTravel=function(n,o,s,l){if(!n.length)return;var u=t(o),f=u.graph,h=u.noEntryList,v={};for(C(n,function(m){v[m]=!0});h.length;){var c=h.pop(),p=f[c],d=!!v[c];d&&(s.call(l,c,p.originalDeps.slice()),delete v[c]),C(p.successor,d?y:g)}C(v,function(){var m="";throw new Error(m)});function g(m){f[m].entryCount--,f[m].entryCount===0&&h.push(m)}function y(m){v[m]=!0,g(m)}};function t(n){var o={},s=[];return C(n,function(l){var u=a(o,l),f=u.originalDeps=e(l),h=i(f,n);u.entryCount=h.length,u.entryCount===0&&s.push(l),C(h,function(v){vt(u.predecessor,v)<0&&u.predecessor.push(v);var c=a(o,v);vt(c.successor,v)<0&&c.successor.push(l)})}),{graph:o,noEntryList:s}}function a(n,o){return n[o]||(n[o]={predecessor:[],successor:[]}),n[o]}function i(n,o){var s=[];return C(n,function(l){vt(o,l)>=0&&s.push(l)}),s}}function ei(r,e){return lt(lt({},r,!0),e,!0)}var ak={time:{month:["January","February","March","April","May","June","July","August","September","October","November","December"],monthAbbr:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],dayOfWeek:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],dayOfWeekAbbr:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"]},legend:{selector:{all:"All",inverse:"Inv"}},toolbox:{brush:{title:{rect:"Box Select",polygon:"Lasso Select",lineX:"Horizontally Select",lineY:"Vertically Select",keep:"Keep Selections",clear:"Clear Selections"}},dataView:{title:"Data View",lang:["Data View","Close","Refresh"]},dataZoom:{title:{zoom:"Zoom",back:"Zoom Reset"}},magicType:{title:{line:"Switch to Line Chart",bar:"Switch to Bar Chart",stack:"Stack",tiled:"Tile"}},restore:{title:"Restore"},saveAsImage:{title:"Save as Image",lang:["Right Click to Save Image"]}},series:{typeNames:{pie:"Pie chart",bar:"Bar chart",line:"Line chart",scatter:"Scatter plot",effectScatter:"Ripple scatter plot",radar:"Radar chart",tree:"Tree",treemap:"Treemap",boxplot:"Boxplot",candlestick:"Candlestick",k:"K line chart",heatmap:"Heat map",map:"Map",parallel:"Parallel coordinate map",lines:"Line graph",graph:"Relationship graph",sankey:"Sankey diagram",funnel:"Funnel chart",gauge:"Gauge",pictorialBar:"Pictorial bar",themeRiver:"Theme River Map",sunburst:"Sunburst"}},aria:{general:{withTitle:'This is a chart about "{title}"',withoutTitle:"This is a chart"},series:{single:{prefix:"",withName:" with type {seriesType} named {seriesName}.",withoutName:" with type {seriesType}."},multiple:{prefix:". It consists of {seriesCount} series count.",withName:" The {seriesId} series is a {seriesType} representing {seriesName}.",withoutName:" The {seriesId} series is a {seriesType}.",separator:{middle:"",end:""}}},data:{allData:"The data is as follows: ",partialData:"The first {displayCnt} items are: ",withName:"the data for {name} is {value}",withoutName:"{value}",separator:{middle:", ",end:". "}}}},ik={time:{month:["\u4E00\u6708","\u4E8C\u6708","\u4E09\u6708","\u56DB\u6708","\u4E94\u6708","\u516D\u6708","\u4E03\u6708","\u516B\u6708","\u4E5D\u6708","\u5341\u6708","\u5341\u4E00\u6708","\u5341\u4E8C\u6708"],monthAbbr:["1\u6708","2\u6708","3\u6708","4\u6708","5\u6708","6\u6708","7\u6708","8\u6708","9\u6708","10\u6708","11\u6708","12\u6708"],dayOfWeek:["\u661F\u671F\u65E5","\u661F\u671F\u4E00","\u661F\u671F\u4E8C","\u661F\u671F\u4E09","\u661F\u671F\u56DB","\u661F\u671F\u4E94","\u661F\u671F\u516D"],dayOfWeekAbbr:["\u65E5","\u4E00","\u4E8C","\u4E09","\u56DB","\u4E94","\u516D"]},legend:{selector:{all:"\u5168\u9009",inverse:"\u53CD\u9009"}},toolbox:{brush:{title:{rect:"\u77E9\u5F62\u9009\u62E9",polygon:"\u5708\u9009",lineX:"\u6A2A\u5411\u9009\u62E9",lineY:"\u7EB5\u5411\u9009\u62E9",keep:"\u4FDD\u6301\u9009\u62E9",clear:"\u6E05\u9664\u9009\u62E9"}},dataView:{title:"\u6570\u636E\u89C6\u56FE",lang:["\u6570\u636E\u89C6\u56FE","\u5173\u95ED","\u5237\u65B0"]},dataZoom:{title:{zoom:"\u533A\u57DF\u7F29\u653E",back:"\u533A\u57DF\u7F29\u653E\u8FD8\u539F"}},magicType:{title:{line:"\u5207\u6362\u4E3A\u6298\u7EBF\u56FE",bar:"\u5207\u6362\u4E3A\u67F1\u72B6\u56FE",stack:"\u5207\u6362\u4E3A\u5806\u53E0",tiled:"\u5207\u6362\u4E3A\u5E73\u94FA"}},restore:{title:"\u8FD8\u539F"},saveAsImage:{title:"\u4FDD\u5B58\u4E3A\u56FE\u7247",lang:["\u53F3\u952E\u53E6\u5B58\u4E3A\u56FE\u7247"]}},series:{typeNames:{pie:"\u997C\u56FE",bar:"\u67F1\u72B6\u56FE",line:"\u6298\u7EBF\u56FE",scatter:"\u6563\u70B9\u56FE",effectScatter:"\u6D9F\u6F2A\u6563\u70B9\u56FE",radar:"\u96F7\u8FBE\u56FE",tree:"\u6811\u56FE",treemap:"\u77E9\u5F62\u6811\u56FE",boxplot:"\u7BB1\u578B\u56FE",candlestick:"K\u7EBF\u56FE",k:"K\u7EBF\u56FE",heatmap:"\u70ED\u529B\u56FE",map:"\u5730\u56FE",parallel:"\u5E73\u884C\u5750\u6807\u56FE",lines:"\u7EBF\u56FE",graph:"\u5173\u7CFB\u56FE",sankey:"\u6851\u57FA\u56FE",funnel:"\u6F0F\u6597\u56FE",gauge:"\u4EEA\u8868\u76D8\u56FE",pictorialBar:"\u8C61\u5F62\u67F1\u56FE",themeRiver:"\u4E3B\u9898\u6CB3\u6D41\u56FE",sunburst:"\u65ED\u65E5\u56FE"}},aria:{general:{withTitle:"\u8FD9\u662F\u4E00\u4E2A\u5173\u4E8E\u201C{title}\u201D\u7684\u56FE\u8868\u3002",withoutTitle:"\u8FD9\u662F\u4E00\u4E2A\u56FE\u8868\uFF0C"},series:{single:{prefix:"",withName:"\u56FE\u8868\u7C7B\u578B\u662F{seriesType}\uFF0C\u8868\u793A{seriesName}\u3002",withoutName:"\u56FE\u8868\u7C7B\u578B\u662F{seriesType}\u3002"},multiple:{prefix:"\u5B83\u7531{seriesCount}\u4E2A\u56FE\u8868\u7CFB\u5217\u7EC4\u6210\u3002",withName:"\u7B2C{seriesId}\u4E2A\u7CFB\u5217\u662F\u4E00\u4E2A\u8868\u793A{seriesName}\u7684{seriesType}\uFF0C",withoutName:"\u7B2C{seriesId}\u4E2A\u7CFB\u5217\u662F\u4E00\u4E2A{seriesType}\uFF0C",separator:{middle:"\uFF1B",end:"\u3002"}}},data:{allData:"\u5176\u6570\u636E\u662F\u2014\u2014",partialData:"\u5176\u4E2D\uFF0C\u524D{displayCnt}\u9879\u662F\u2014\u2014",withName:"{name}\u7684\u6570\u636E\u662F{value}",withoutName:"{value}",separator:{middle:"\uFF0C",end:""}}}},vf="ZH",dg="EN",Bs=dg,Gu={},gg={},$T=Mt.domSupported?function(){var r=(document.documentElement.lang||navigator.language||navigator.browserLanguage).toUpperCase();return r.indexOf(vf)>-1?vf:Bs}():Bs;function UT(r,e){r=r.toUpperCase(),gg[r]=new Nt(e),Gu[r]=e}function nk(r){if($(r)){var e=Gu[r.toUpperCase()]||{};return r===vf||r===dg?J(e):lt(J(e),J(Gu[Bs]),!1)}else return lt(J(r),J(Gu[Bs]),!1)}function Op(r){return gg[r]}function ok(){return gg[Bs]}UT(dg,ak);UT(vf,ik);var yg=1e3,mg=yg*60,Ss=mg*60,rr=Ss*24,v0=rr*365,ns={year:"{yyyy}",month:"{MMM}",day:"{d}",hour:"{HH}:{mm}",minute:"{HH}:{mm}",second:"{HH}:{mm}:{ss}",millisecond:"{HH}:{mm}:{ss} {SSS}",none:"{yyyy}-{MM}-{dd} {HH}:{mm}:{ss} {SSS}"},$l="{yyyy}-{MM}-{dd}",c0={year:"{yyyy}",month:"{yyyy}-{MM}",day:$l,hour:$l+" "+ns.hour,minute:$l+" "+ns.minute,second:$l+" "+ns.second,millisecond:ns.none},_v=["year","month","day","hour","minute","second","millisecond"],YT=["year","half-year","quarter","month","week","half-week","day","half-day","quarter-day","hour","minute","second","millisecond"];function mi(r,e){return r+="","0000".substr(0,e-r.length)+r}function qn(r){switch(r){case"half-year":case"quarter":return"month";case"week":case"half-week":return"day";case"half-day":case"quarter-day":return"hour";default:return r}}function sk(r){return r===qn(r)}function lk(r){switch(r){case"year":case"month":return"day";case"millisecond":return"millisecond";default:return"second"}}function uh(r,e,t,a){var i=Fr(r),n=i[_g(t)](),o=i[Kn(t)]()+1,s=Math.floor((o-1)/3)+1,l=i[fh(t)](),u=i["get"+(t?"UTC":"")+"Day"](),f=i[Vs(t)](),h=(f-1)%12+1,v=i[hh(t)](),c=i[vh(t)](),p=i[ch(t)](),d=a instanceof Nt?a:Op(a||$T)||ok(),g=d.getModel("time"),y=g.get("month"),m=g.get("monthAbbr"),_=g.get("dayOfWeek"),S=g.get("dayOfWeekAbbr");return(e||"").replace(/{yyyy}/g,n+"").replace(/{yy}/g,n%100+"").replace(/{Q}/g,s+"").replace(/{MMMM}/g,y[o-1]).replace(/{MMM}/g,m[o-1]).replace(/{MM}/g,mi(o,2)).replace(/{M}/g,o+"").replace(/{dd}/g,mi(l,2)).replace(/{d}/g,l+"").replace(/{eeee}/g,_[u]).replace(/{ee}/g,S[u]).replace(/{e}/g,u+"").replace(/{HH}/g,mi(f,2)).replace(/{H}/g,f+"").replace(/{hh}/g,mi(h+"",2)).replace(/{h}/g,h+"").replace(/{mm}/g,mi(v,2)).replace(/{m}/g,v+"").replace(/{ss}/g,mi(c,2)).replace(/{s}/g,c+"").replace(/{SSS}/g,mi(p,3)).replace(/{S}/g,p+"")}function uk(r,e,t,a,i){var n=null;if($(t))n=t;else if(K(t))n=t(r.value,e,{level:r.level});else{var o=V({},ns);if(r.level>0)for(var s=0;s<_v.length;++s)o[_v[s]]="{primary|"+o[_v[s]]+"}";var l=t?t.inherit===!1?t:Q(t,o):o,u=ZT(r.value,i);if(l[u])n=l[u];else if(l.inherit){for(var f=YT.indexOf(u),s=f-1;s>=0;--s)if(l[u]){n=l[u];break}n=n||o.none}if(z(n)){var h=r.level==null?0:r.level>=0?r.level:n.length+r.level;h=Math.min(h,n.length-1),n=n[h]}}return uh(new Date(r.value),n,i,a)}function ZT(r,e){var t=Fr(r),a=t[Kn(e)]()+1,i=t[fh(e)](),n=t[Vs(e)](),o=t[hh(e)](),s=t[vh(e)](),l=t[ch(e)](),u=l===0,f=u&&s===0,h=f&&o===0,v=h&&n===0,c=v&&i===1,p=c&&a===1;return p?"year":c?"month":v?"day":h?"hour":f?"minute":u?"second":"millisecond"}function p0(r,e,t){var a=wt(r)?Fr(r):r;switch(e=e||ZT(r,t),e){case"year":return a[_g(t)]();case"half-year":return a[Kn(t)]()>=6?1:0;case"quarter":return Math.floor((a[Kn(t)]()+1)/4);case"month":return a[Kn(t)]();case"day":return a[fh(t)]();case"half-day":return a[Vs(t)]()/24;case"hour":return a[Vs(t)]();case"minute":return a[hh(t)]();case"second":return a[vh(t)]();case"millisecond":return a[ch(t)]()}}function _g(r){return r?"getUTCFullYear":"getFullYear"}function Kn(r){return r?"getUTCMonth":"getMonth"}function fh(r){return r?"getUTCDate":"getDate"}function Vs(r){return r?"getUTCHours":"getHours"}function hh(r){return r?"getUTCMinutes":"getMinutes"}function vh(r){return r?"getUTCSeconds":"getSeconds"}function ch(r){return r?"getUTCMilliseconds":"getMilliseconds"}function fk(r){return r?"setUTCFullYear":"setFullYear"}function XT(r){return r?"setUTCMonth":"setMonth"}function qT(r){return r?"setUTCDate":"setDate"}function KT(r){return r?"setUTCHours":"setHours"}function QT(r){return r?"setUTCMinutes":"setMinutes"}function jT(r){return r?"setUTCSeconds":"setSeconds"}function JT(r){return r?"setUTCMilliseconds":"setMilliseconds"}function tA(r){if(!kw(r))return $(r)?r:"-";var e=(r+"").split(".");return e[0].replace(/(\d{1,3})(?=(?:\d{3})+(?!\d))/g,"$1,")+(e.length>1?"."+e[1]:"")}function eA(r,e){return r=(r||"").toLowerCase().replace(/-(.)/g,function(t,a){return a.toUpperCase()}),e&&r&&(r=r.charAt(0).toUpperCase()+r.slice(1)),r}var yo=Yd,hk=/([&<>"'])/g,vk={"&":"&","<":"<",">":">",'"':""","'":"'"};function Ve(r){return r==null?"":(r+"").replace(hk,function(e,t){return vk[t]})}function Np(r,e,t){var a="{yyyy}-{MM}-{dd} {HH}:{mm}:{ss}";function i(f){return f&&dr(f)?f:"-"}function n(f){return!!(f!=null&&!isNaN(f)&&isFinite(f))}var o=e==="time",s=r instanceof Date;if(o||s){var l=o?Fr(r):r;if(isNaN(+l)){if(s)return"-"}else return uh(l,a,t)}if(e==="ordinal")return ep(r)?i(r):wt(r)&&n(r)?r+"":"-";var u=sa(r);return n(u)?tA(u):ep(r)?i(r):typeof r=="boolean"?r+"":"-"}var d0=["a","b","c","d","e","f","g"],Sv=function(r,e){return"{"+r+(e==null?"":e)+"}"};function rA(r,e,t){z(e)||(e=[e]);var a=e.length;if(!a)return"";for(var i=e[0].$vars||[],n=0;n<i.length;n++){var o=d0[n];r=r.replace(Sv(o),Sv(o,0))}for(var s=0;s<a;s++)for(var l=0;l<i.length;l++){var u=e[s][i[l]];r=r.replace(Sv(d0[l],s),t?Ve(u):u)}return r}function ck(r,e,t){return C(e,function(a,i){r=r.replace("{"+i+"}",t?Ve(a):a)}),r}function pk(r,e){var t=$(r)?{color:r,extraCssText:e}:r||{},a=t.color,i=t.type;e=t.extraCssText;var n=t.renderMode||"html";if(!a)return"";if(n==="html")return i==="subItem"?'<span style="display:inline-block;vertical-align:middle;margin-right:8px;margin-left:3px;border-radius:4px;width:4px;height:4px;background-color:'+Ve(a)+";"+(e||"")+'"></span>':'<span style="display:inline-block;margin-right:4px;border-radius:10px;width:10px;height:10px;background-color:'+Ve(a)+";"+(e||"")+'"></span>';var o=t.markerId||"markerX";return{renderMode:n,content:"{"+o+"|} ",style:i==="subItem"?{width:4,height:4,borderRadius:2,backgroundColor:a}:{width:10,height:10,borderRadius:5,backgroundColor:a}}}function an(r,e){return e=e||"transparent",$(r)?r:j(r)&&r.colorStops&&(r.colorStops[0]||{}).color||e}function cf(r,e){if(e==="_blank"||e==="blank"){var t=window.open();t.opener=null,t.location.href=r}else window.open(r,e)}var Fu=C,aA=["left","right","top","bottom","width","height"],Fi=[["width","left","right"],["height","top","bottom"]];function Sg(r,e,t,a,i){var n=0,o=0;a==null&&(a=1/0),i==null&&(i=1/0);var s=0;e.eachChild(function(l,u){var f=l.getBoundingRect(),h=e.childAt(u+1),v=h&&h.getBoundingRect(),c,p;if(r==="horizontal"){var d=f.width+(v?-v.x+f.x:0);c=n+d,c>a||l.newline?(n=0,c=d,o+=s+t,s=f.height):s=Math.max(s,f.height)}else{var g=f.height+(v?-v.y+f.y:0);p=o+g,p>i||l.newline?(n+=s+t,o=0,p=g,s=f.width):s=Math.max(s,f.width)}l.newline||(l.x=n,l.y=o,l.markRedraw(),r==="horizontal"?n=c+t:o=p+t)})}var qi=Sg;it(Sg,"vertical");it(Sg,"horizontal");function dk(r,e,t){var a=e.width,i=e.height,n=H(r.left,a),o=H(r.top,i),s=H(r.right,a),l=H(r.bottom,i);return(isNaN(n)||isNaN(parseFloat(r.left)))&&(n=0),(isNaN(s)||isNaN(parseFloat(r.right)))&&(s=a),(isNaN(o)||isNaN(parseFloat(r.top)))&&(o=0),(isNaN(l)||isNaN(parseFloat(r.bottom)))&&(l=i),t=yo(t||0),{width:Math.max(s-n-t[1]-t[3],0),height:Math.max(l-o-t[0]-t[2],0)}}function te(r,e,t){t=yo(t||0);var a=e.width,i=e.height,n=H(r.left,a),o=H(r.top,i),s=H(r.right,a),l=H(r.bottom,i),u=H(r.width,a),f=H(r.height,i),h=t[2]+t[0],v=t[1]+t[3],c=r.aspect;switch(isNaN(u)&&(u=a-s-v-n),isNaN(f)&&(f=i-l-h-o),c!=null&&(isNaN(u)&&isNaN(f)&&(c>a/i?u=a*.8:f=i*.8),isNaN(u)&&(u=c*f),isNaN(f)&&(f=u/c)),isNaN(n)&&(n=a-s-u-v),isNaN(o)&&(o=i-l-f-h),r.left||r.right){case"center":n=a/2-u/2-t[3];break;case"right":n=a-u-v;break}switch(r.top||r.bottom){case"middle":case"center":o=i/2-f/2-t[0];break;case"bottom":o=i-f-h;break}n=n||0,o=o||0,isNaN(u)&&(u=a-v-n-(s||0)),isNaN(f)&&(f=i-h-o-(l||0));var p=new ft(n+t[3],o+t[0],u,f);return p.margin=t,p}function ph(r,e,t,a,i,n){var o=!i||!i.hv||i.hv[0],s=!i||!i.hv||i.hv[1],l=i&&i.boundingMode||"all";if(n=n||r,n.x=r.x,n.y=r.y,!o&&!s)return!1;var u;if(l==="raw")u=r.type==="group"?new ft(0,0,+e.width||0,+e.height||0):r.getBoundingRect();else if(u=r.getBoundingRect(),r.needLocalTransform()){var f=r.getLocalTransform();u=u.clone(),u.applyTransform(f)}var h=te(Q({width:u.width,height:u.height},e),t,a),v=o?h.x-u.x:0,c=s?h.y-u.y:0;return l==="raw"?(n.x=v,n.y=c):(n.x+=v,n.y+=c),n===r&&r.markRedraw(),!0}function gk(r,e){return r[Fi[e][0]]!=null||r[Fi[e][1]]!=null&&r[Fi[e][2]]!=null}function zs(r){var e=r.layoutMode||r.constructor.layoutMode;return j(e)?e:e?{type:e}:null}function Xa(r,e,t){var a=t&&t.ignoreSize;!z(a)&&(a=[a,a]);var i=o(Fi[0],0),n=o(Fi[1],1);u(Fi[0],r,i),u(Fi[1],r,n);function o(f,h){var v={},c=0,p={},d=0,g=2;if(Fu(f,function(_){p[_]=r[_]}),Fu(f,function(_){s(e,_)&&(v[_]=p[_]=e[_]),l(v,_)&&c++,l(p,_)&&d++}),a[h])return l(e,f[1])?p[f[2]]=null:l(e,f[2])&&(p[f[1]]=null),p;if(d===g||!c)return p;if(c>=g)return v;for(var y=0;y<f.length;y++){var m=f[y];if(!s(v,m)&&s(r,m)){v[m]=r[m];break}}return v}function s(f,h){return f.hasOwnProperty(h)}function l(f,h){return f[h]!=null&&f[h]!=="auto"}function u(f,h,v){Fu(f,function(c){h[c]=v[c]})}}function mo(r){return iA({},r)}function iA(r,e){return e&&r&&Fu(aA,function(t){e.hasOwnProperty(t)&&(r[t]=e[t])}),r}var yk=At(),_o=function(r){k(e,r);function e(t,a,i){var n=r.call(this,t,a,i)||this;return n.uid=go("ec_cpt_model"),n}return e.prototype.init=function(t,a,i){this.mergeDefaultAndTheme(t,i)},e.prototype.mergeDefaultAndTheme=function(t,a){var i=zs(this),n=i?mo(t):{},o=a.getTheme();lt(t,o.get(this.mainType)),lt(t,this.getDefaultOption()),i&&Xa(t,n,i)},e.prototype.mergeOption=function(t,a){lt(this.option,t,!0);var i=zs(this);i&&Xa(this.option,t,i)},e.prototype.optionUpdated=function(t,a){},e.prototype.getDefaultOption=function(){var t=this.constructor;if(!XP(t))return t.defaultOption;var a=yk(this);if(!a.defaultOption){for(var i=[],n=t;n;){var o=n.prototype.defaultOption;o&&i.push(o),n=n.superClass}for(var s={},l=i.length-1;l>=0;l--)s=lt(s,i[l],!0);a.defaultOption=s}return a.defaultOption},e.prototype.getReferringComponents=function(t,a){var i=t+"Index",n=t+"Id";return nl(this.ecModel,t,{index:this.get(i,!0),id:this.get(n,!0)},a)},e.prototype.getBoxLayoutParams=function(){var t=this;return{left:t.get("left"),top:t.get("top"),right:t.get("right"),bottom:t.get("bottom"),width:t.get("width"),height:t.get("height")}},e.prototype.getZLevelKey=function(){return""},e.prototype.setZLevel=function(t){this.option.zlevel=t},e.protoInitialize=function(){var t=e.prototype;t.type="component",t.id="",t.name="",t.mainType="",t.subType="",t.componentIndex=0}(),e}(Nt);$w(_o,Nt);jf(_o);ek(_o);rk(_o,mk);function mk(r){var e=[];return C(_o.getClassesByMainType(r),function(t){e=e.concat(t.dependencies||t.prototype.dependencies||[])}),e=G(e,function(t){return kr(t).main}),r!=="dataset"&&vt(e,"dataset")<=0&&e.unshift("dataset"),e}var bt=_o,nA="";typeof navigator!="undefined"&&(nA=navigator.platform||"");var bn="rgba(0, 0, 0, 0.2)",_k={darkMode:"auto",colorBy:"series",color:["#5470c6","#91cc75","#fac858","#ee6666","#73c0de","#3ba272","#fc8452","#9a60b4","#ea7ccc"],gradientColor:["#f6efa6","#d88273","#bf444c"],aria:{decal:{decals:[{color:bn,dashArrayX:[1,0],dashArrayY:[2,5],symbolSize:1,rotation:Math.PI/6},{color:bn,symbol:"circle",dashArrayX:[[8,8],[0,8,8,0]],dashArrayY:[6,0],symbolSize:.8},{color:bn,dashArrayX:[1,0],dashArrayY:[4,3],rotation:-Math.PI/4},{color:bn,dashArrayX:[[6,6],[0,6,6,0]],dashArrayY:[6,0]},{color:bn,dashArrayX:[[1,0],[1,6]],dashArrayY:[1,0,6,0],rotation:Math.PI/4},{color:bn,symbol:"triangle",dashArrayX:[[9,9],[0,9,9,0]],dashArrayY:[7,2],symbolSize:.75}]}},textStyle:{fontFamily:nA.match(/^Win/)?"Microsoft YaHei":"sans-serif",fontSize:12,fontStyle:"normal",fontWeight:"normal"},blendMode:null,stateAnimation:{duration:300,easing:"cubicOut"},animation:"auto",animationDuration:1e3,animationDurationUpdate:500,animationEasing:"cubicInOut",animationEasingUpdate:"cubicInOut",animationThreshold:2e3,progressiveThreshold:3e3,progressive:400,hoverLayerThreshold:3e3,useUTC:!1},oA=q(["tooltip","label","itemName","itemId","itemGroupId","seriesName"]),lr="original",me="arrayRows",ur="objectRows",$r="keyedColumns",Fa="typedArray",sA="unknown",Br="column",So="row",le={Must:1,Might:2,Not:3},lA=At();function Sk(r){lA(r).datasetMap=q()}function uA(r,e,t){var a={},i=bg(e);if(!i||!r)return a;var n=[],o=[],s=e.ecModel,l=lA(s).datasetMap,u=i.uid+"_"+t.seriesLayoutBy,f,h;r=r.slice(),C(r,function(d,g){var y=j(d)?d:r[g]={name:d};y.type==="ordinal"&&f==null&&(f=g,h=p(y)),a[y.name]=[]});var v=l.get(u)||l.set(u,{categoryWayDim:h,valueWayDim:0});C(r,function(d,g){var y=d.name,m=p(d);if(f==null){var _=v.valueWayDim;c(a[y],_,m),c(o,_,m),v.valueWayDim+=m}else if(f===g)c(a[y],0,m),c(n,0,m);else{var _=v.categoryWayDim;c(a[y],_,m),c(o,_,m),v.categoryWayDim+=m}});function c(d,g,y){for(var m=0;m<y;m++)d.push(g+m)}function p(d){var g=d.dimsDef;return g?g.length:1}return n.length&&(a.itemName=n),o.length&&(a.seriesName=o),a}function xg(r,e,t){var a={},i=bg(r);if(!i)return a;var n=e.sourceFormat,o=e.dimensionsDefine,s;(n===ur||n===$r)&&C(o,function(f,h){(j(f)?f.name:f)==="name"&&(s=h)});var l=function(){for(var f={},h={},v=[],c=0,p=Math.min(5,t);c<p;c++){var d=hA(e.data,n,e.seriesLayoutBy,o,e.startIndex,c);v.push(d);var g=d===le.Not;if(g&&f.v==null&&c!==s&&(f.v=c),(f.n==null||f.n===f.v||!g&&v[f.n]===le.Not)&&(f.n=c),y(f)&&v[f.n]!==le.Not)return f;g||(d===le.Might&&h.v==null&&c!==s&&(h.v=c),(h.n==null||h.n===h.v)&&(h.n=c))}function y(m){return m.v!=null&&m.n!=null}return y(f)?f:y(h)?h:null}();if(l){a.value=[l.v];var u=s!=null?s:l.n;a.itemName=[u],a.seriesName=[u]}return a}function bg(r){var e=r.get("data",!0);if(!e)return nl(r.ecModel,"dataset",{index:r.get("datasetIndex",!0),id:r.get("datasetId",!0)},qt).models[0]}function xk(r){return!r.get("transform",!0)&&!r.get("fromTransformResult",!0)?[]:nl(r.ecModel,"dataset",{index:r.get("fromDatasetIndex",!0),id:r.get("fromDatasetId",!0)},qt).models}function fA(r,e){return hA(r.data,r.sourceFormat,r.seriesLayoutBy,r.dimensionsDefine,r.startIndex,e)}function hA(r,e,t,a,i,n){var o,s=5;if(He(r))return le.Not;var l,u;if(a){var f=a[n];j(f)?(l=f.name,u=f.type):$(f)&&(l=f)}if(u!=null)return u==="ordinal"?le.Must:le.Not;if(e===me){var h=r;if(t===So){for(var v=h[n],c=0;c<(v||[]).length&&c<s;c++)if((o=S(v[i+c]))!=null)return o}else for(var c=0;c<h.length&&c<s;c++){var p=h[i+c];if(p&&(o=S(p[n]))!=null)return o}}else if(e===ur){var d=r;if(!l)return le.Not;for(var c=0;c<d.length&&c<s;c++){var g=d[c];if(g&&(o=S(g[l]))!=null)return o}}else if(e===$r){var y=r;if(!l)return le.Not;var v=y[l];if(!v||He(v))return le.Not;for(var c=0;c<v.length&&c<s;c++)if((o=S(v[c]))!=null)return o}else if(e===lr)for(var m=r,c=0;c<m.length&&c<s;c++){var g=m[c],_=fo(g);if(!z(_))return le.Not;if((o=S(_[n]))!=null)return o}function S(b){var x=$(b);if(b!=null&&isFinite(b)&&b!=="")return x?le.Might:le.Not;if(x&&b!=="-")return le.Must}return le.Not}var Bp=q();function bk(r,e){Ae(Bp.get(r)==null&&e),Bp.set(r,e)}function wk(r,e,t){var a=Bp.get(e);if(!a)return t;var i=a(r);return i?t.concat(i):t}var g0=At(),Tk=At(),wg=function(){function r(){}return r.prototype.getColorFromPalette=function(e,t,a){var i=Et(this.get("color",!0)),n=this.get("colorLayer",!0);return vA(this,g0,i,n,e,t,a)},r.prototype.clearColorPalette=function(){Ck(this,g0)},r}();function Vp(r,e,t,a){var i=Et(r.get(["aria","decal","decals"]));return vA(r,Tk,i,null,e,t,a)}function Ak(r,e){for(var t=r.length,a=0;a<t;a++)if(r[a].length>e)return r[a];return r[t-1]}function vA(r,e,t,a,i,n,o){n=n||r;var s=e(n),l=s.paletteIdx||0,u=s.paletteNameMap=s.paletteNameMap||{};if(u.hasOwnProperty(i))return u[i];var f=o==null||!a?t:Ak(a,o);if(f=f||t,!(!f||!f.length)){var h=f[l];return i&&(u[i]=h),s.paletteIdx=(l+1)%f.length,h}}function Ck(r,e){e(r).paletteIdx=0,e(r).paletteNameMap={}}var Ul,Eo,y0,m0="\0_ec_inner",Mk=1,cA=function(r){k(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e.prototype.init=function(t,a,i,n,o,s){n=n||{},this.option=null,this._theme=new Nt(n),this._locale=new Nt(o),this._optionManager=s},e.prototype.setOption=function(t,a,i){var n=x0(a);this._optionManager.setOption(t,i,n),this._resetOption(null,n)},e.prototype.resetOption=function(t,a){return this._resetOption(t,x0(a))},e.prototype._resetOption=function(t,a){var i=!1,n=this._optionManager;if(!t||t==="recreate"){var o=n.mountOption(t==="recreate");!this.option||t==="recreate"?y0(this,o):(this.restoreData(),this._mergeOption(o,a)),i=!0}if((t==="timeline"||t==="media")&&this.restoreData(),!t||t==="recreate"||t==="timeline"){var s=n.getTimelineOption(this);s&&(i=!0,this._mergeOption(s,a))}if(!t||t==="recreate"||t==="media"){var l=n.getMediaOption(this);l.length&&C(l,function(u){i=!0,this._mergeOption(u,a)},this)}return i},e.prototype.mergeOption=function(t){this._mergeOption(t,null)},e.prototype._mergeOption=function(t,a){var i=this.option,n=this._componentsMap,o=this._componentsCount,s=[],l=q(),u=a&&a.replaceMergeMainTypeMap;Sk(this),C(t,function(h,v){h!=null&&(bt.hasClass(v)?v&&(s.push(v),l.set(v,!0)):i[v]=i[v]==null?J(h):lt(i[v],h,!0))}),u&&u.each(function(h,v){bt.hasClass(v)&&!l.get(v)&&(s.push(v),l.set(v,!0))}),bt.topologicalTravel(s,bt.getAllClassMainTypes(),f,this);function f(h){var v=wk(this,h,Et(t[h])),c=n.get(h),p=c?u&&u.get(h)?"replaceMerge":"normalMerge":"replaceAll",d=zw(c,v,p);zP(d,h,bt),i[h]=null,n.set(h,null),o.set(h,0);var g=[],y=[],m=0,_;C(d,function(S,b){var x=S.existing,w=S.newOption;if(!w)x&&(x.mergeOption({},this),x.optionUpdated({},!1));else{var T=h==="series",A=bt.getClass(h,S.keyInfo.subType,!T);if(!A)return;if(h==="tooltip"){if(_)return;_=!0}if(x&&x.constructor===A)x.name=S.keyInfo.name,x.mergeOption(w,this),x.optionUpdated(w,!1);else{var M=V({componentIndex:b},S.keyInfo);x=new A(w,this,this,M),V(x,M),S.brandNew&&(x.__requireNewView=!0),x.init(w,this,this),x.optionUpdated(null,!0)}}x?(g.push(x.option),y.push(x),m++):(g.push(void 0),y.push(void 0))},this),i[h]=g,n.set(h,y),o.set(h,m),h==="series"&&Ul(this)}this._seriesIndices||Ul(this)},e.prototype.getOption=function(){var t=J(this.option);return C(t,function(a,i){if(bt.hasClass(i)){for(var n=Et(a),o=n.length,s=!1,l=o-1;l>=0;l--)n[l]&&!Rs(n[l])?s=!0:(n[l]=null,!s&&o--);n.length=o,t[i]=n}}),delete t[m0],t},e.prototype.getTheme=function(){return this._theme},e.prototype.getLocaleModel=function(){return this._locale},e.prototype.setUpdatePayload=function(t){this._payload=t},e.prototype.getUpdatePayload=function(){return this._payload},e.prototype.getComponent=function(t,a){var i=this._componentsMap.get(t);if(i){var n=i[a||0];if(n)return n;if(a==null){for(var o=0;o<i.length;o++)if(i[o])return i[o]}}},e.prototype.queryComponents=function(t){var a=t.mainType;if(!a)return[];var i=t.index,n=t.id,o=t.name,s=this._componentsMap.get(a);if(!s||!s.length)return[];var l;return i!=null?(l=[],C(Et(i),function(u){s[u]&&l.push(s[u])})):n!=null?l=_0("id",n,s):o!=null?l=_0("name",o,s):l=Rt(s,function(u){return!!u}),S0(l,t)},e.prototype.findComponents=function(t){var a=t.query,i=t.mainType,n=s(a),o=n?this.queryComponents(n):Rt(this._componentsMap.get(i),function(u){return!!u});return l(S0(o,t));function s(u){var f=i+"Index",h=i+"Id",v=i+"Name";return u&&(u[f]!=null||u[h]!=null||u[v]!=null)?{mainType:i,index:u[f],id:u[h],name:u[v]}:null}function l(u){return t.filter?Rt(u,t.filter):u}},e.prototype.eachComponent=function(t,a,i){var n=this._componentsMap;if(K(t)){var o=a,s=t;n.each(function(h,v){for(var c=0;h&&c<h.length;c++){var p=h[c];p&&s.call(o,v,p,p.componentIndex)}})}else for(var l=$(t)?n.get(t):j(t)?this.findComponents(t):null,u=0;l&&u<l.length;u++){var f=l[u];f&&a.call(i,f,f.componentIndex)}},e.prototype.getSeriesByName=function(t){var a=Jt(t,null);return Rt(this._componentsMap.get("series"),function(i){return!!i&&a!=null&&i.name===a})},e.prototype.getSeriesByIndex=function(t){return this._componentsMap.get("series")[t]},e.prototype.getSeriesByType=function(t){return Rt(this._componentsMap.get("series"),function(a){return!!a&&a.subType===t})},e.prototype.getSeries=function(){return Rt(this._componentsMap.get("series"),function(t){return!!t})},e.prototype.getSeriesCount=function(){return this._componentsCount.get("series")},e.prototype.eachSeries=function(t,a){Eo(this),C(this._seriesIndices,function(i){var n=this._componentsMap.get("series")[i];t.call(a,n,i)},this)},e.prototype.eachRawSeries=function(t,a){C(this._componentsMap.get("series"),function(i){i&&t.call(a,i,i.componentIndex)})},e.prototype.eachSeriesByType=function(t,a,i){Eo(this),C(this._seriesIndices,function(n){var o=this._componentsMap.get("series")[n];o.subType===t&&a.call(i,o,n)},this)},e.prototype.eachRawSeriesByType=function(t,a,i){return C(this.getSeriesByType(t),a,i)},e.prototype.isSeriesFiltered=function(t){return Eo(this),this._seriesIndicesMap.get(t.componentIndex)==null},e.prototype.getCurrentSeriesIndices=function(){return(this._seriesIndices||[]).slice()},e.prototype.filterSeries=function(t,a){Eo(this);var i=[];C(this._seriesIndices,function(n){var o=this._componentsMap.get("series")[n];t.call(a,o,n)&&i.push(n)},this),this._seriesIndices=i,this._seriesIndicesMap=q(i)},e.prototype.restoreData=function(t){Ul(this);var a=this._componentsMap,i=[];a.each(function(n,o){bt.hasClass(o)&&i.push(o)}),bt.topologicalTravel(i,bt.getAllClassMainTypes(),function(n){C(a.get(n),function(o){o&&(n!=="series"||!Dk(o,t))&&o.restoreData()})})},e.internalField=function(){Ul=function(t){var a=t._seriesIndices=[];C(t._componentsMap.get("series"),function(i){i&&a.push(i.componentIndex)}),t._seriesIndicesMap=q(a)},Eo=function(t){},y0=function(t,a){t.option={},t.option[m0]=Mk,t._componentsMap=q({series:[]}),t._componentsCount=q();var i=a.aria;j(i)&&i.enabled==null&&(i.enabled=!0),Lk(a,t._theme.option),lt(a,_k,!1),t._mergeOption(a,null)}}(),e}(Nt);function Dk(r,e){if(e){var t=e.seriesIndex,a=e.seriesId,i=e.seriesName;return t!=null&&r.componentIndex!==t||a!=null&&r.id!==a||i!=null&&r.name!==i}}function Lk(r,e){var t=r.color&&!r.colorLayer;C(e,function(a,i){i==="colorLayer"&&t||bt.hasClass(i)||(typeof a=="object"?r[i]=r[i]?lt(r[i],a,!1):J(a):r[i]==null&&(r[i]=a))})}function _0(r,e,t){if(z(e)){var a=q();return C(e,function(n){if(n!=null){var o=Jt(n,null);o!=null&&a.set(n,!0)}}),Rt(t,function(n){return n&&a.get(n[r])})}else{var i=Jt(e,null);return Rt(t,function(n){return n&&i!=null&&n[r]===i})}}function S0(r,e){return e.hasOwnProperty("subType")?Rt(r,function(t){return t&&t.subType===e.subType}):r}function x0(r){var e=q();return r&&C(Et(r.replaceMerge),function(t){e.set(t,!0)}),{replaceMergeMainTypeMap:e}}jt(cA,wg);var pA=cA,Ik=["getDom","getZr","getWidth","getHeight","getDevicePixelRatio","dispatchAction","isSSR","isDisposed","on","off","getDataURL","getConnectedDataURL","getOption","getId","updateLabelLayout"],Pk=function(){function r(e){C(Ik,function(t){this[t]=U(e[t],e)},this)}return r}(),dA=Pk,xv={},Rk=function(){function r(){this._coordinateSystems=[]}return r.prototype.create=function(e,t){var a=[];C(xv,function(i,n){var o=i.create(e,t);a=a.concat(o||[])}),this._coordinateSystems=a},r.prototype.update=function(e,t){C(this._coordinateSystems,function(a){a.update&&a.update(e,t)})},r.prototype.getCoordinateSystems=function(){return this._coordinateSystems.slice()},r.register=function(e,t){xv[e]=t},r.get=function(e){return xv[e]},r}(),hl=Rk,Ek=/^(min|max)?(.+)$/,kk=function(){function r(e){this._timelineOptions=[],this._mediaList=[],this._currentMediaIndices=[],this._api=e}return r.prototype.setOption=function(e,t,a){e&&(C(Et(e.series),function(o){o&&o.data&&He(o.data)&&qu(o.data)}),C(Et(e.dataset),function(o){o&&o.source&&He(o.source)&&qu(o.source)})),e=J(e);var i=this._optionBackup,n=Ok(e,t,!i);this._newBaseOption=n.baseOption,i?(n.timelineOptions.length&&(i.timelineOptions=n.timelineOptions),n.mediaList.length&&(i.mediaList=n.mediaList),n.mediaDefault&&(i.mediaDefault=n.mediaDefault)):this._optionBackup=n},r.prototype.mountOption=function(e){var t=this._optionBackup;return this._timelineOptions=t.timelineOptions,this._mediaList=t.mediaList,this._mediaDefault=t.mediaDefault,this._currentMediaIndices=[],J(e?t.baseOption:this._newBaseOption)},r.prototype.getTimelineOption=function(e){var t,a=this._timelineOptions;if(a.length){var i=e.getComponent("timeline");i&&(t=J(a[i.getCurrentIndex()]))}return t},r.prototype.getMediaOption=function(e){var t=this._api.getWidth(),a=this._api.getHeight(),i=this._mediaList,n=this._mediaDefault,o=[],s=[];if(!i.length&&!n)return s;for(var l=0,u=i.length;l<u;l++)Nk(i[l].query,t,a)&&o.push(l);return!o.length&&n&&(o=[-1]),o.length&&!Vk(o,this._currentMediaIndices)&&(s=G(o,function(f){return J(f===-1?n.option:i[f].option)})),this._currentMediaIndices=o,s},r}();function Ok(r,e,t){var a=[],i,n,o=r.baseOption,s=r.timeline,l=r.options,u=r.media,f=!!r.media,h=!!(l||s||o&&o.timeline);o?(n=o,n.timeline||(n.timeline=s)):((h||f)&&(r.options=r.media=null),n=r),f&&z(u)&&C(u,function(c){c&&c.option&&(c.query?a.push(c):i||(i=c))}),v(n),C(l,function(c){return v(c)}),C(a,function(c){return v(c.option)});function v(c){C(e,function(p){p(c,t)})}return{baseOption:n,timelineOptions:l||[],mediaDefault:i,mediaList:a}}function Nk(r,e,t){var a={width:e,height:t,aspectratio:e/t},i=!0;return C(r,function(n,o){var s=o.match(Ek);if(!(!s||!s[1]||!s[2])){var l=s[1],u=s[2].toLowerCase();Bk(a[u],n,l)||(i=!1)}}),i}function Bk(r,e,t){return t==="min"?r>=e:t==="max"?r<=e:r===e}function Vk(r,e){return r.join(",")===e.join(",")}var zk=kk,fr=C,Gs=j,b0=["areaStyle","lineStyle","nodeStyle","linkStyle","chordStyle","label","labelLine"];function bv(r){var e=r&&r.itemStyle;if(!!e)for(var t=0,a=b0.length;t<a;t++){var i=b0[t],n=e.normal,o=e.emphasis;n&&n[i]&&(r[i]=r[i]||{},r[i].normal?lt(r[i].normal,n[i]):r[i].normal=n[i],n[i]=null),o&&o[i]&&(r[i]=r[i]||{},r[i].emphasis?lt(r[i].emphasis,o[i]):r[i].emphasis=o[i],o[i]=null)}}function ge(r,e,t){if(r&&r[e]&&(r[e].normal||r[e].emphasis)){var a=r[e].normal,i=r[e].emphasis;a&&(t?(r[e].normal=r[e].emphasis=null,Q(r[e],a)):r[e]=a),i&&(r.emphasis=r.emphasis||{},r.emphasis[e]=i,i.focus&&(r.emphasis.focus=i.focus),i.blurScope&&(r.emphasis.blurScope=i.blurScope))}}function os(r){ge(r,"itemStyle"),ge(r,"lineStyle"),ge(r,"areaStyle"),ge(r,"label"),ge(r,"labelLine"),ge(r,"upperLabel"),ge(r,"edgeLabel")}function Xt(r,e){var t=Gs(r)&&r[e],a=Gs(t)&&t.textStyle;if(a)for(var i=0,n=Cm.length;i<n;i++){var o=Cm[i];a.hasOwnProperty(o)&&(t[o]=a[o])}}function Ke(r){r&&(os(r),Xt(r,"label"),r.emphasis&&Xt(r.emphasis,"label"))}function Gk(r){if(!!Gs(r)){bv(r),os(r),Xt(r,"label"),Xt(r,"upperLabel"),Xt(r,"edgeLabel"),r.emphasis&&(Xt(r.emphasis,"label"),Xt(r.emphasis,"upperLabel"),Xt(r.emphasis,"edgeLabel"));var e=r.markPoint;e&&(bv(e),Ke(e));var t=r.markLine;t&&(bv(t),Ke(t));var a=r.markArea;a&&Ke(a);var i=r.data;if(r.type==="graph"){i=i||r.nodes;var n=r.links||r.edges;if(n&&!He(n))for(var o=0;o<n.length;o++)Ke(n[o]);C(r.categories,function(u){os(u)})}if(i&&!He(i))for(var o=0;o<i.length;o++)Ke(i[o]);if(e=r.markPoint,e&&e.data)for(var s=e.data,o=0;o<s.length;o++)Ke(s[o]);if(t=r.markLine,t&&t.data)for(var l=t.data,o=0;o<l.length;o++)z(l[o])?(Ke(l[o][0]),Ke(l[o][1])):Ke(l[o]);r.type==="gauge"?(Xt(r,"axisLabel"),Xt(r,"title"),Xt(r,"detail")):r.type==="treemap"?(ge(r.breadcrumb,"itemStyle"),C(r.levels,function(u){os(u)})):r.type==="tree"&&os(r.leaves)}}function Xr(r){return z(r)?r:r?[r]:[]}function w0(r){return(z(r)?r[0]:r)||{}}function Fk(r,e){fr(Xr(r.series),function(a){Gs(a)&&Gk(a)});var t=["xAxis","yAxis","radiusAxis","angleAxis","singleAxis","parallelAxis","radar"];e&&t.push("valueAxis","categoryAxis","logAxis","timeAxis"),fr(t,function(a){fr(Xr(r[a]),function(i){i&&(Xt(i,"axisLabel"),Xt(i.axisPointer,"label"))})}),fr(Xr(r.parallel),function(a){var i=a&&a.parallelAxisDefault;Xt(i,"axisLabel"),Xt(i&&i.axisPointer,"label")}),fr(Xr(r.calendar),function(a){ge(a,"itemStyle"),Xt(a,"dayLabel"),Xt(a,"monthLabel"),Xt(a,"yearLabel")}),fr(Xr(r.radar),function(a){Xt(a,"name"),a.name&&a.axisName==null&&(a.axisName=a.name,delete a.name),a.nameGap!=null&&a.axisNameGap==null&&(a.axisNameGap=a.nameGap,delete a.nameGap)}),fr(Xr(r.geo),function(a){Gs(a)&&(Ke(a),fr(Xr(a.regions),function(i){Ke(i)}))}),fr(Xr(r.timeline),function(a){Ke(a),ge(a,"label"),ge(a,"itemStyle"),ge(a,"controlStyle",!0);var i=a.data;z(i)&&C(i,function(n){j(n)&&(ge(n,"label"),ge(n,"itemStyle"))})}),fr(Xr(r.toolbox),function(a){ge(a,"iconStyle"),fr(a.feature,function(i){ge(i,"iconStyle")})}),Xt(w0(r.axisPointer),"label"),Xt(w0(r.tooltip).axisPointer,"label")}function Hk(r,e){for(var t=e.split(","),a=r,i=0;i<t.length&&(a=a&&a[t[i]],a!=null);i++);return a}function Wk(r,e,t,a){for(var i=e.split(","),n=r,o,s=0;s<i.length-1;s++)o=i[s],n[o]==null&&(n[o]={}),n=n[o];(a||n[i[s]]==null)&&(n[i[s]]=t)}function T0(r){r&&C($k,function(e){e[0]in r&&!(e[1]in r)&&(r[e[1]]=r[e[0]])})}var $k=[["x","left"],["y","top"],["x2","right"],["y2","bottom"]],Uk=["grid","geo","parallel","legend","toolbox","title","visualMap","dataZoom","timeline"],wv=[["borderRadius","barBorderRadius"],["borderColor","barBorderColor"],["borderWidth","barBorderWidth"]];function ko(r){var e=r&&r.itemStyle;if(e)for(var t=0;t<wv.length;t++){var a=wv[t][1],i=wv[t][0];e[a]!=null&&(e[i]=e[a])}}function A0(r){!r||r.alignTo==="edge"&&r.margin!=null&&r.edgeDistance==null&&(r.edgeDistance=r.margin)}function C0(r){!r||r.downplay&&!r.blur&&(r.blur=r.downplay)}function Yk(r){!r||r.focusNodeAdjacency!=null&&(r.emphasis=r.emphasis||{},r.emphasis.focus==null&&(r.emphasis.focus="adjacency"))}function gA(r,e){if(r)for(var t=0;t<r.length;t++)e(r[t]),r[t]&&gA(r[t].children,e)}function yA(r,e){Fk(r,e),r.series=Et(r.series),C(r.series,function(t){if(!!j(t)){var a=t.type;if(a==="line")t.clipOverflow!=null&&(t.clip=t.clipOverflow);else if(a==="pie"||a==="gauge"){t.clockWise!=null&&(t.clockwise=t.clockWise),A0(t.label);var i=t.data;if(i&&!He(i))for(var n=0;n<i.length;n++)A0(i[n]);t.hoverOffset!=null&&(t.emphasis=t.emphasis||{},(t.emphasis.scaleSize=null)&&(t.emphasis.scaleSize=t.hoverOffset))}else if(a==="gauge"){var o=Hk(t,"pointer.color");o!=null&&Wk(t,"itemStyle.color",o)}else if(a==="bar"){ko(t),ko(t.backgroundStyle),ko(t.emphasis);var i=t.data;if(i&&!He(i))for(var n=0;n<i.length;n++)typeof i[n]=="object"&&(ko(i[n]),ko(i[n]&&i[n].emphasis))}else if(a==="sunburst"){var s=t.highlightPolicy;s&&(t.emphasis=t.emphasis||{},t.emphasis.focus||(t.emphasis.focus=s)),C0(t),gA(t.data,C0)}else a==="graph"||a==="sankey"?Yk(t):a==="map"&&(t.mapType&&!t.map&&(t.map=t.mapType),t.mapLocation&&Q(t,t.mapLocation));t.hoverAnimation!=null&&(t.emphasis=t.emphasis||{},t.emphasis&&t.emphasis.scale==null&&(t.emphasis.scale=t.hoverAnimation)),T0(t)}}),r.dataRange&&(r.visualMap=r.dataRange),C(Uk,function(t){var a=r[t];a&&(z(a)||(a=[a]),C(a,function(i){T0(i)}))})}function Zk(r){var e=q();r.eachSeries(function(t){var a=t.get("stack");if(a){var i=e.get(a)||e.set(a,[]),n=t.getData(),o={stackResultDimension:n.getCalculationInfo("stackResultDimension"),stackedOverDimension:n.getCalculationInfo("stackedOverDimension"),stackedDimension:n.getCalculationInfo("stackedDimension"),stackedByDimension:n.getCalculationInfo("stackedByDimension"),isStackedByIndex:n.getCalculationInfo("isStackedByIndex"),data:n,seriesModel:t};if(!o.stackedDimension||!(o.isStackedByIndex||o.stackedByDimension))return;i.length&&n.setCalculationInfo("stackedOnSeries",i[i.length-1].seriesModel),i.push(o)}}),e.each(Xk)}function Xk(r){C(r,function(e,t){var a=[],i=[NaN,NaN],n=[e.stackResultDimension,e.stackedOverDimension],o=e.data,s=e.isStackedByIndex,l=e.seriesModel.get("stackStrategy")||"samesign";o.modify(n,function(u,f,h){var v=o.get(e.stackedDimension,h);if(isNaN(v))return i;var c,p;s?p=o.getRawIndex(h):c=o.get(e.stackedByDimension,h);for(var d=NaN,g=t-1;g>=0;g--){var y=r[g];if(s||(p=y.data.rawIndexOf(y.stackedByDimension,c)),p>=0){var m=y.data.getByRawIndex(y.stackResultDimension,p);if(l==="all"||l==="positive"&&m>0||l==="negative"&&m<0||l==="samesign"&&v>=0&&m>0||l==="samesign"&&v<=0&&m<0){v=DP(v,m),d=m;break}}}return a[0]=v,a[1]=d,a})})}var dh=function(){function r(e){this.data=e.data||(e.sourceFormat===$r?{}:[]),this.sourceFormat=e.sourceFormat||sA,this.seriesLayoutBy=e.seriesLayoutBy||Br,this.startIndex=e.startIndex||0,this.dimensionsDetectedCount=e.dimensionsDetectedCount,this.metaRawOption=e.metaRawOption;var t=this.dimensionsDefine=e.dimensionsDefine;if(t)for(var a=0;a<t.length;a++){var i=t[a];i.type==null&&fA(this,a)===le.Must&&(i.type="ordinal")}}return r}();function Tg(r){return r instanceof dh}function zp(r,e,t){t=t||mA(r);var a=e.seriesLayoutBy,i=Kk(r,t,a,e.sourceHeader,e.dimensions),n=new dh({data:r,sourceFormat:t,seriesLayoutBy:a,dimensionsDefine:i.dimensionsDefine,startIndex:i.startIndex,dimensionsDetectedCount:i.dimensionsDetectedCount,metaRawOption:J(e)});return n}function Ag(r){return new dh({data:r,sourceFormat:He(r)?Fa:lr})}function qk(r){return new dh({data:r.data,sourceFormat:r.sourceFormat,seriesLayoutBy:r.seriesLayoutBy,dimensionsDefine:J(r.dimensionsDefine),startIndex:r.startIndex,dimensionsDetectedCount:r.dimensionsDetectedCount})}function mA(r){var e=sA;if(He(r))e=Fa;else if(z(r)){r.length===0&&(e=me);for(var t=0,a=r.length;t<a;t++){var i=r[t];if(i!=null){if(z(i)){e=me;break}else if(j(i)){e=ur;break}}}}else if(j(r)){for(var n in r)if(Y(r,n)&&ye(r[n])){e=$r;break}}return e}function Kk(r,e,t,a,i){var n,o;if(!r)return{dimensionsDefine:M0(i),startIndex:o,dimensionsDetectedCount:n};if(e===me){var s=r;a==="auto"||a==null?D0(function(u){u!=null&&u!=="-"&&($(u)?o==null&&(o=1):o=0)},t,s,10):o=wt(a)?a:a?1:0,!i&&o===1&&(i=[],D0(function(u,f){i[f]=u!=null?u+"":""},t,s,1/0)),n=i?i.length:t===So?s.length:s[0]?s[0].length:null}else if(e===ur)i||(i=Qk(r));else if(e===$r)i||(i=[],C(r,function(u,f){i.push(f)}));else if(e===lr){var l=fo(r[0]);n=z(l)&&l.length||1}return{startIndex:o,dimensionsDefine:M0(i),dimensionsDetectedCount:n}}function Qk(r){for(var e=0,t;e<r.length&&!(t=r[e++]););if(t){var a=[];return C(t,function(i,n){a.push(n)}),a}}function M0(r){if(!!r){var e=q();return G(r,function(t,a){t=j(t)?t:{name:t};var i={name:t.name,displayName:t.displayName,type:t.type};if(i.name==null)return i;i.name+="",i.displayName==null&&(i.displayName=i.name);var n=e.get(i.name);return n?i.name+="-"+n.count++:e.set(i.name,{count:1}),i})}}function D0(r,e,t,a){if(e===So)for(var i=0;i<t.length&&i<a;i++)r(t[i]?t[i][0]:null,i);else for(var n=t[0]||[],i=0;i<n.length&&i<a;i++)r(n[i],i)}function _A(r){var e=r.sourceFormat;return e===ur||e===$r}var _i,Si,xi,L0,I0,SA=function(){function r(e,t){var a=Tg(e)?e:Ag(e);this._source=a;var i=this._data=a.data;a.sourceFormat===Fa&&(this._offset=0,this._dimSize=t,this._data=i),I0(this,i,a)}return r.prototype.getSource=function(){return this._source},r.prototype.count=function(){return 0},r.prototype.getItem=function(e,t){},r.prototype.appendData=function(e){},r.prototype.clean=function(){},r.protoInitialize=function(){var e=r.prototype;e.pure=!1,e.persistent=!0}(),r.internalField=function(){var e;I0=function(o,s,l){var u=l.sourceFormat,f=l.seriesLayoutBy,h=l.startIndex,v=l.dimensionsDefine,c=L0[Cg(u,f)];if(V(o,c),u===Fa)o.getItem=t,o.count=i,o.fillStorage=a;else{var p=xA(u,f);o.getItem=U(p,null,s,h,v);var d=bA(u,f);o.count=U(d,null,s,h,v)}};var t=function(o,s){o=o-this._offset,s=s||[];for(var l=this._data,u=this._dimSize,f=u*o,h=0;h<u;h++)s[h]=l[f+h];return s},a=function(o,s,l,u){for(var f=this._data,h=this._dimSize,v=0;v<h;v++){for(var c=u[v],p=c[0]==null?1/0:c[0],d=c[1]==null?-1/0:c[1],g=s-o,y=l[v],m=0;m<g;m++){var _=f[m*h+v];y[o+m]=_,_<p&&(p=_),_>d&&(d=_)}c[0]=p,c[1]=d}},i=function(){return this._data?this._data.length/this._dimSize:0};L0=(e={},e[me+"_"+Br]={pure:!0,appendData:n},e[me+"_"+So]={pure:!0,appendData:function(){throw new Error('Do not support appendData when set seriesLayoutBy: "row".')}},e[ur]={pure:!0,appendData:n},e[$r]={pure:!0,appendData:function(o){var s=this._data;C(o,function(l,u){for(var f=s[u]||(s[u]=[]),h=0;h<(l||[]).length;h++)f.push(l[h])})}},e[lr]={appendData:n},e[Fa]={persistent:!1,pure:!0,appendData:function(o){this._data=o},clean:function(){this._offset+=this.count(),this._data=null}},e);function n(o){for(var s=0;s<o.length;s++)this._data.push(o[s])}}(),r}(),P0=function(r,e,t,a){return r[a]},jk=(_i={},_i[me+"_"+Br]=function(r,e,t,a){return r[a+e]},_i[me+"_"+So]=function(r,e,t,a,i){a+=e;for(var n=i||[],o=r,s=0;s<o.length;s++){var l=o[s];n[s]=l?l[a]:null}return n},_i[ur]=P0,_i[$r]=function(r,e,t,a,i){for(var n=i||[],o=0;o<t.length;o++){var s=t[o].name,l=r[s];n[o]=l?l[a]:null}return n},_i[lr]=P0,_i);function xA(r,e){var t=jk[Cg(r,e)];return t}var R0=function(r,e,t){return r.length},Jk=(Si={},Si[me+"_"+Br]=function(r,e,t){return Math.max(0,r.length-e)},Si[me+"_"+So]=function(r,e,t){var a=r[0];return a?Math.max(0,a.length-e):0},Si[ur]=R0,Si[$r]=function(r,e,t){var a=t[0].name,i=r[a];return i?i.length:0},Si[lr]=R0,Si);function bA(r,e){var t=Jk[Cg(r,e)];return t}var Tv=function(r,e,t){return r[e]},tO=(xi={},xi[me]=Tv,xi[ur]=function(r,e,t){return r[t]},xi[$r]=Tv,xi[lr]=function(r,e,t){var a=fo(r);return a instanceof Array?a[e]:a},xi[Fa]=Tv,xi);function wA(r){var e=tO[r];return e}function Cg(r,e){return r===me?r+"_"+e:r}function to(r,e,t){if(!!r){var a=r.getRawDataItem(e);if(a!=null){var i=r.getStore(),n=i.getSource().sourceFormat;if(t!=null){var o=r.getDimensionIndex(t),s=i.getDimensionProperty(o);return wA(n)(a,o,s)}else{var l=a;return n===lr&&(l=fo(a)),l}}}}var eO=/\{@(.+?)\}/g,Mg=function(){function r(){}return r.prototype.getDataParams=function(e,t){var a=this.getData(t),i=this.getRawValue(e,t),n=a.getRawIndex(e),o=a.getName(e),s=a.getRawDataItem(e),l=a.getItemVisual(e,"style"),u=l&&l[a.getItemVisual(e,"drawType")||"fill"],f=l&&l.stroke,h=this.mainType,v=h==="series",c=a.userOutput&&a.userOutput.get();return{componentType:h,componentSubType:this.subType,componentIndex:this.componentIndex,seriesType:v?this.subType:null,seriesIndex:this.seriesIndex,seriesId:v?this.id:null,seriesName:v?this.name:null,name:o,dataIndex:n,data:s,dataType:t,value:i,color:u,borderColor:f,dimensionNames:c?c.fullDimensions:null,encode:c?c.encode:null,$vars:["seriesName","name","value"]}},r.prototype.getFormattedLabel=function(e,t,a,i,n,o){t=t||"normal";var s=this.getData(a),l=this.getDataParams(e,a);if(o&&(l.value=o.interpolatedValue),i!=null&&z(l.value)&&(l.value=l.value[i]),!n){var u=s.getItemModel(e);n=u.get(t==="normal"?["label","formatter"]:[t,"label","formatter"])}if(K(n))return l.status=t,l.dimensionIndex=i,n(l);if($(n)){var f=rA(n,l);return f.replace(eO,function(h,v){var c=v.length,p=v;p.charAt(0)==="["&&p.charAt(c-1)==="]"&&(p=+p.slice(1,c-1));var d=to(s,e,p);if(o&&z(o.interpolatedValue)){var g=s.getDimensionIndex(p);g>=0&&(d=o.interpolatedValue[g])}return d!=null?d+"":""})}},r.prototype.getRawValue=function(e,t){return to(this.getData(t),e)},r.prototype.formatTooltip=function(e,t,a){},r}();function E0(r){var e,t;return j(r)?r.type&&(t=r):e=r,{text:e,frag:t}}function xs(r){return new rO(r)}var rO=function(){function r(e){e=e||{},this._reset=e.reset,this._plan=e.plan,this._count=e.count,this._onDirty=e.onDirty,this._dirty=!0}return r.prototype.perform=function(e){var t=this._upstream,a=e&&e.skip;if(this._dirty&&t){var i=this.context;i.data=i.outputData=t.context.outputData}this.__pipeline&&(this.__pipeline.currentTask=this);var n;this._plan&&!a&&(n=this._plan(this.context));var o=f(this._modBy),s=this._modDataCount||0,l=f(e&&e.modBy),u=e&&e.modDataCount||0;(o!==l||s!==u)&&(n="reset");function f(m){return!(m>=1)&&(m=1),m}var h;(this._dirty||n==="reset")&&(this._dirty=!1,h=this._doReset(a)),this._modBy=l,this._modDataCount=u;var v=e&&e.step;if(t?this._dueEnd=t._outputDueEnd:this._dueEnd=this._count?this._count(this.context):1/0,this._progress){var c=this._dueIndex,p=Math.min(v!=null?this._dueIndex+v:1/0,this._dueEnd);if(!a&&(h||c<p)){var d=this._progress;if(z(d))for(var g=0;g<d.length;g++)this._doProgress(d[g],c,p,l,u);else this._doProgress(d,c,p,l,u)}this._dueIndex=p;var y=this._settedOutputEnd!=null?this._settedOutputEnd:p;this._outputDueEnd=y}else this._dueIndex=this._outputDueEnd=this._settedOutputEnd!=null?this._settedOutputEnd:this._dueEnd;return this.unfinished()},r.prototype.dirty=function(){this._dirty=!0,this._onDirty&&this._onDirty(this.context)},r.prototype._doProgress=function(e,t,a,i,n){k0.reset(t,a,i,n),this._callingProgress=e,this._callingProgress({start:t,end:a,count:a-t,next:k0.next},this.context)},r.prototype._doReset=function(e){this._dueIndex=this._outputDueEnd=this._dueEnd=0,this._settedOutputEnd=null;var t,a;!e&&this._reset&&(t=this._reset(this.context),t&&t.progress&&(a=t.forceFirstProgress,t=t.progress),z(t)&&!t.length&&(t=null)),this._progress=t,this._modBy=this._modDataCount=null;var i=this._downstream;return i&&i.dirty(),a},r.prototype.unfinished=function(){return this._progress&&this._dueIndex<this._dueEnd},r.prototype.pipe=function(e){(this._downstream!==e||this._dirty)&&(this._downstream=e,e._upstream=this,e.dirty())},r.prototype.dispose=function(){this._disposed||(this._upstream&&(this._upstream._downstream=null),this._downstream&&(this._downstream._upstream=null),this._dirty=!1,this._disposed=!0)},r.prototype.getUpstream=function(){return this._upstream},r.prototype.getDownstream=function(){return this._downstream},r.prototype.setOutputEnd=function(e){this._outputDueEnd=this._settedOutputEnd=e},r}(),k0=function(){var r,e,t,a,i,n={reset:function(l,u,f,h){e=l,r=u,t=f,a=h,i=Math.ceil(a/t),n.next=t>1&&a>0?s:o}};return n;function o(){return e<r?e++:null}function s(){var l=e%i*t+Math.ceil(e/i),u=e>=r?null:l<a?l:e;return e++,u}}();function Ha(r,e){var t=e&&e.type;return t==="ordinal"?r:(t==="time"&&!wt(r)&&r!=null&&r!=="-"&&(r=+Fr(r)),r==null||r===""?NaN:+r)}var aO=q({number:function(r){return parseFloat(r)},time:function(r){return+Fr(r)},trim:function(r){return $(r)?dr(r):r}});function TA(r){return aO.get(r)}var AA={lt:function(r,e){return r<e},lte:function(r,e){return r<=e},gt:function(r,e){return r>e},gte:function(r,e){return r>=e}},iO=function(){function r(e,t){if(!wt(t)){var a="";Lt(a)}this._opFn=AA[e],this._rvalFloat=sa(t)}return r.prototype.evaluate=function(e){return wt(e)?this._opFn(e,this._rvalFloat):this._opFn(sa(e),this._rvalFloat)},r}(),CA=function(){function r(e,t){var a=e==="desc";this._resultLT=a?1:-1,t==null&&(t=a?"min":"max"),this._incomparable=t==="min"?-1/0:1/0}return r.prototype.evaluate=function(e,t){var a=wt(e)?e:sa(e),i=wt(t)?t:sa(t),n=isNaN(a),o=isNaN(i);if(n&&(a=this._incomparable),o&&(i=this._incomparable),n&&o){var s=$(e),l=$(t);s&&(a=l?e:0),l&&(i=s?t:0)}return a<i?this._resultLT:a>i?-this._resultLT:0},r}(),nO=function(){function r(e,t){this._rval=t,this._isEQ=e,this._rvalTypeof=typeof t,this._rvalFloat=sa(t)}return r.prototype.evaluate=function(e){var t=e===this._rval;if(!t){var a=typeof e;a!==this._rvalTypeof&&(a==="number"||this._rvalTypeof==="number")&&(t=sa(e)===this._rvalFloat)}return this._isEQ?t:!t},r}();function oO(r,e){return r==="eq"||r==="ne"?new nO(r==="eq",e):Y(AA,r)?new iO(r,e):null}var sO=function(){function r(){}return r.prototype.getRawData=function(){throw new Error("not supported")},r.prototype.getRawDataItem=function(e){throw new Error("not supported")},r.prototype.cloneRawData=function(){},r.prototype.getDimensionInfo=function(e){},r.prototype.cloneAllDimensionInfo=function(){},r.prototype.count=function(){},r.prototype.retrieveValue=function(e,t){},r.prototype.retrieveValueFromItem=function(e,t){},r.prototype.convertValue=function(e,t){return Ha(e,t)},r}();function lO(r,e){var t=new sO,a=r.data,i=t.sourceFormat=r.sourceFormat,n=r.startIndex,o="";r.seriesLayoutBy!==Br&&Lt(o);var s=[],l={},u=r.dimensionsDefine;if(u)C(u,function(d,g){var y=d.name,m={index:g,name:y,displayName:d.displayName};if(s.push(m),y!=null){var _="";Y(l,y)&&Lt(_),l[y]=m}});else for(var f=0;f<r.dimensionsDetectedCount;f++)s.push({index:f});var h=xA(i,Br);e.__isBuiltIn&&(t.getRawDataItem=function(d){return h(a,n,s,d)},t.getRawData=U(uO,null,r)),t.cloneRawData=U(fO,null,r);var v=bA(i,Br);t.count=U(v,null,a,n,s);var c=wA(i);t.retrieveValue=function(d,g){var y=h(a,n,s,d);return p(y,g)};var p=t.retrieveValueFromItem=function(d,g){if(d!=null){var y=s[g];if(y)return c(d,g,y.name)}};return t.getDimensionInfo=U(hO,null,s,l),t.cloneAllDimensionInfo=U(vO,null,s),t}function uO(r){var e=r.sourceFormat;if(!Dg(e)){var t="";Lt(t)}return r.data}function fO(r){var e=r.sourceFormat,t=r.data;if(!Dg(e)){var a="";Lt(a)}if(e===me){for(var i=[],n=0,o=t.length;n<o;n++)i.push(t[n].slice());return i}else if(e===ur){for(var i=[],n=0,o=t.length;n<o;n++)i.push(V({},t[n]));return i}}function hO(r,e,t){if(t!=null){if(wt(t)||!isNaN(t)&&!Y(e,t))return r[t];if(Y(e,t))return e[t]}}function vO(r){return J(r)}var MA=q();function cO(r){r=J(r);var e=r.type,t="";e||Lt(t);var a=e.split(":");a.length!==2&&Lt(t);var i=!1;a[0]==="echarts"&&(e=a[1],i=!0),r.__isBuiltIn=i,MA.set(e,r)}function pO(r,e,t){var a=Et(r),i=a.length,n="";i||Lt(n);for(var o=0,s=i;o<s;o++){var l=a[o];e=dO(l,e),o!==s-1&&(e.length=Math.max(e.length,1))}return e}function dO(r,e,t,a){var i="";e.length||Lt(i),j(r)||Lt(i);var n=r.type,o=MA.get(n);o||Lt(i);var s=G(e,function(u){return lO(u,o)}),l=Et(o.transform({upstream:s[0],upstreamList:s,config:J(r.config)}));return G(l,function(u,f){var h="";j(u)||Lt(h),u.data||Lt(h);var v=mA(u.data);Dg(v)||Lt(h);var c,p=e[0];if(p&&f===0&&!u.dimensions){var d=p.startIndex;d&&(u.data=p.data.slice(0,d).concat(u.data)),c={seriesLayoutBy:Br,sourceHeader:d,dimensions:p.metaRawOption.dimensions}}else c={seriesLayoutBy:Br,sourceHeader:0,dimensions:u.dimensions};return zp(u.data,c,null)})}function Dg(r){return r===me||r===ur}var gh="undefined",gO=typeof Uint32Array===gh?Array:Uint32Array,yO=typeof Uint16Array===gh?Array:Uint16Array,DA=typeof Int32Array===gh?Array:Int32Array,O0=typeof Float64Array===gh?Array:Float64Array,LA={float:O0,int:DA,ordinal:Array,number:Array,time:O0},Av;function Oo(r){return r>65535?gO:yO}function wn(){return[1/0,-1/0]}function mO(r){var e=r.constructor;return e===Array?r.slice():new e(r)}function N0(r,e,t,a,i){var n=LA[t||"float"];if(i){var o=r[e],s=o&&o.length;if(s!==a){for(var l=new n(a),u=0;u<s;u++)l[u]=o[u];r[e]=l}}else r[e]=new n(a)}var Gp=function(){function r(){this._chunks=[],this._rawExtent=[],this._extent=[],this._count=0,this._rawCount=0,this._calcDimNameToIdx=q()}return r.prototype.initData=function(e,t,a){this._provider=e,this._chunks=[],this._indices=null,this.getRawIndex=this._getRawIdxIdentity;var i=e.getSource(),n=this.defaultDimValueGetter=Av[i.sourceFormat];this._dimValueGetter=a||n,this._rawExtent=[],_A(i),this._dimensions=G(t,function(o){return{type:o.type,property:o.property}}),this._initDataFromProvider(0,e.count())},r.prototype.getProvider=function(){return this._provider},r.prototype.getSource=function(){return this._provider.getSource()},r.prototype.ensureCalculationDimension=function(e,t){var a=this._calcDimNameToIdx,i=this._dimensions,n=a.get(e);if(n!=null){if(i[n].type===t)return n}else n=i.length;return i[n]={type:t},a.set(e,n),this._chunks[n]=new LA[t||"float"](this._rawCount),this._rawExtent[n]=wn(),n},r.prototype.collectOrdinalMeta=function(e,t){var a=this._chunks[e],i=this._dimensions[e],n=this._rawExtent,o=i.ordinalOffset||0,s=a.length;o===0&&(n[e]=wn());for(var l=n[e],u=o;u<s;u++){var f=a[u]=t.parseAndCollect(a[u]);isNaN(f)||(l[0]=Math.min(f,l[0]),l[1]=Math.max(f,l[1]))}i.ordinalMeta=t,i.ordinalOffset=s,i.type="ordinal"},r.prototype.getOrdinalMeta=function(e){var t=this._dimensions[e],a=t.ordinalMeta;return a},r.prototype.getDimensionProperty=function(e){var t=this._dimensions[e];return t&&t.property},r.prototype.appendData=function(e){var t=this._provider,a=this.count();t.appendData(e);var i=t.count();return t.persistent||(i+=a),a<i&&this._initDataFromProvider(a,i,!0),[a,i]},r.prototype.appendValues=function(e,t){for(var a=this._chunks,i=this._dimensions,n=i.length,o=this._rawExtent,s=this.count(),l=s+Math.max(e.length,t||0),u=0;u<n;u++){var f=i[u];N0(a,u,f.type,l,!0)}for(var h=[],v=s;v<l;v++)for(var c=v-s,p=0;p<n;p++){var f=i[p],d=Av.arrayRows.call(this,e[c]||h,f.property,c,p);a[p][v]=d;var g=o[p];d<g[0]&&(g[0]=d),d>g[1]&&(g[1]=d)}return this._rawCount=this._count=l,{start:s,end:l}},r.prototype._initDataFromProvider=function(e,t,a){for(var i=this._provider,n=this._chunks,o=this._dimensions,s=o.length,l=this._rawExtent,u=G(o,function(m){return m.property}),f=0;f<s;f++){var h=o[f];l[f]||(l[f]=wn()),N0(n,f,h.type,t,a)}if(i.fillStorage)i.fillStorage(e,t,n,l);else for(var v=[],c=e;c<t;c++){v=i.getItem(c,v);for(var p=0;p<s;p++){var d=n[p],g=this._dimValueGetter(v,u[p],c,p);d[c]=g;var y=l[p];g<y[0]&&(y[0]=g),g>y[1]&&(y[1]=g)}}!i.persistent&&i.clean&&i.clean(),this._rawCount=this._count=t,this._extent=[]},r.prototype.count=function(){return this._count},r.prototype.get=function(e,t){if(!(t>=0&&t<this._count))return NaN;var a=this._chunks[e];return a?a[this.getRawIndex(t)]:NaN},r.prototype.getValues=function(e,t){var a=[],i=[];if(t==null){t=e,e=[];for(var n=0;n<this._dimensions.length;n++)i.push(n)}else i=e;for(var n=0,o=i.length;n<o;n++)a.push(this.get(i[n],t));return a},r.prototype.getByRawIndex=function(e,t){if(!(t>=0&&t<this._rawCount))return NaN;var a=this._chunks[e];return a?a[t]:NaN},r.prototype.getSum=function(e){var t=this._chunks[e],a=0;if(t)for(var i=0,n=this.count();i<n;i++){var o=this.get(e,i);isNaN(o)||(a+=o)}return a},r.prototype.getMedian=function(e){var t=[];this.each([e],function(n){isNaN(n)||t.push(n)});var a=t.sort(function(n,o){return n-o}),i=this.count();return i===0?0:i%2===1?a[(i-1)/2]:(a[i/2]+a[i/2-1])/2},r.prototype.indexOfRawIndex=function(e){if(e>=this._rawCount||e<0)return-1;if(!this._indices)return e;var t=this._indices,a=t[e];if(a!=null&&a<this._count&&a===e)return e;for(var i=0,n=this._count-1;i<=n;){var o=(i+n)/2|0;if(t[o]<e)i=o+1;else if(t[o]>e)n=o-1;else return o}return-1},r.prototype.indicesOfNearest=function(e,t,a){var i=this._chunks,n=i[e],o=[];if(!n)return o;a==null&&(a=1/0);for(var s=1/0,l=-1,u=0,f=0,h=this.count();f<h;f++){var v=this.getRawIndex(f),c=t-n[v],p=Math.abs(c);p<=a&&((p<s||p===s&&c>=0&&l<0)&&(s=p,l=c,u=0),c===l&&(o[u++]=f))}return o.length=u,o},r.prototype.getIndices=function(){var e,t=this._indices;if(t){var a=t.constructor,i=this._count;if(a===Array){e=new a(i);for(var n=0;n<i;n++)e[n]=t[n]}else e=new a(t.buffer,0,i)}else{var a=Oo(this._rawCount);e=new a(this.count());for(var n=0;n<e.length;n++)e[n]=n}return e},r.prototype.filter=function(e,t){if(!this._count)return this;for(var a=this.clone(),i=a.count(),n=Oo(a._rawCount),o=new n(i),s=[],l=e.length,u=0,f=e[0],h=a._chunks,v=0;v<i;v++){var c=void 0,p=a.getRawIndex(v);if(l===0)c=t(v);else if(l===1){var d=h[f][p];c=t(d,v)}else{for(var g=0;g<l;g++)s[g]=h[e[g]][p];s[g]=v,c=t.apply(null,s)}c&&(o[u++]=p)}return u<i&&(a._indices=o),a._count=u,a._extent=[],a._updateGetRawIdx(),a},r.prototype.selectRange=function(e){var t=this.clone(),a=t._count;if(!a)return this;var i=mt(e),n=i.length;if(!n)return this;var o=t.count(),s=Oo(t._rawCount),l=new s(o),u=0,f=i[0],h=e[f][0],v=e[f][1],c=t._chunks,p=!1;if(!t._indices){var d=0;if(n===1){for(var g=c[i[0]],y=0;y<a;y++){var m=g[y];(m>=h&&m<=v||isNaN(m))&&(l[u++]=d),d++}p=!0}else if(n===2){for(var g=c[i[0]],_=c[i[1]],S=e[i[1]][0],b=e[i[1]][1],y=0;y<a;y++){var m=g[y],x=_[y];(m>=h&&m<=v||isNaN(m))&&(x>=S&&x<=b||isNaN(x))&&(l[u++]=d),d++}p=!0}}if(!p)if(n===1)for(var y=0;y<o;y++){var w=t.getRawIndex(y),m=c[i[0]][w];(m>=h&&m<=v||isNaN(m))&&(l[u++]=w)}else for(var y=0;y<o;y++){for(var T=!0,w=t.getRawIndex(y),A=0;A<n;A++){var M=i[A],m=c[M][w];(m<e[M][0]||m>e[M][1])&&(T=!1)}T&&(l[u++]=t.getRawIndex(y))}return u<o&&(t._indices=l),t._count=u,t._extent=[],t._updateGetRawIdx(),t},r.prototype.map=function(e,t){var a=this.clone(e);return this._updateDims(a,e,t),a},r.prototype.modify=function(e,t){this._updateDims(this,e,t)},r.prototype._updateDims=function(e,t,a){for(var i=e._chunks,n=[],o=t.length,s=e.count(),l=[],u=e._rawExtent,f=0;f<t.length;f++)u[t[f]]=wn();for(var h=0;h<s;h++){for(var v=e.getRawIndex(h),c=0;c<o;c++)l[c]=i[t[c]][v];l[o]=h;var p=a&&a.apply(null,l);if(p!=null){typeof p!="object"&&(n[0]=p,p=n);for(var f=0;f<p.length;f++){var d=t[f],g=p[f],y=u[d],m=i[d];m&&(m[v]=g),g<y[0]&&(y[0]=g),g>y[1]&&(y[1]=g)}}}},r.prototype.lttbDownSample=function(e,t){var a=this.clone([e],!0),i=a._chunks,n=i[e],o=this.count(),s=0,l=Math.floor(1/t),u=this.getRawIndex(0),f,h,v,c=new(Oo(this._rawCount))(Math.min((Math.ceil(o/l)+2)*2,o));c[s++]=u;for(var p=1;p<o-1;p+=l){for(var d=Math.min(p+l,o-1),g=Math.min(p+l*2,o),y=(g+d)/2,m=0,_=d;_<g;_++){var S=this.getRawIndex(_),b=n[S];isNaN(b)||(m+=b)}m/=g-d;var x=p,w=Math.min(p+l,o),T=p-1,A=n[u];f=-1,v=x;for(var M=-1,D=0,_=x;_<w;_++){var S=this.getRawIndex(_),b=n[S];if(isNaN(b)){D++,M<0&&(M=S);continue}h=Math.abs((T-y)*(b-A)-(T-_)*(m-A)),h>f&&(f=h,v=S)}D>0&&D<w-x&&(c[s++]=Math.min(M,v),v=Math.max(M,v)),c[s++]=v,u=v}return c[s++]=this.getRawIndex(o-1),a._count=s,a._indices=c,a.getRawIndex=this._getRawIdx,a},r.prototype.downSample=function(e,t,a,i){for(var n=this.clone([e],!0),o=n._chunks,s=[],l=Math.floor(1/t),u=o[e],f=this.count(),h=n._rawExtent[e]=wn(),v=new(Oo(this._rawCount))(Math.ceil(f/l)),c=0,p=0;p<f;p+=l){l>f-p&&(l=f-p,s.length=l);for(var d=0;d<l;d++){var g=this.getRawIndex(p+d);s[d]=u[g]}var y=a(s),m=this.getRawIndex(Math.min(p+i(s,y)||0,f-1));u[m]=y,y<h[0]&&(h[0]=y),y>h[1]&&(h[1]=y),v[c++]=m}return n._count=c,n._indices=v,n._updateGetRawIdx(),n},r.prototype.each=function(e,t){if(!!this._count)for(var a=e.length,i=this._chunks,n=0,o=this.count();n<o;n++){var s=this.getRawIndex(n);switch(a){case 0:t(n);break;case 1:t(i[e[0]][s],n);break;case 2:t(i[e[0]][s],i[e[1]][s],n);break;default:for(var l=0,u=[];l<a;l++)u[l]=i[e[l]][s];u[l]=n,t.apply(null,u)}}},r.prototype.getDataExtent=function(e){var t=this._chunks[e],a=wn();if(!t)return a;var i=this.count(),n=!this._indices,o;if(n)return this._rawExtent[e].slice();if(o=this._extent[e],o)return o.slice();o=a;for(var s=o[0],l=o[1],u=0;u<i;u++){var f=this.getRawIndex(u),h=t[f];h<s&&(s=h),h>l&&(l=h)}return o=[s,l],this._extent[e]=o,o},r.prototype.getRawDataItem=function(e){var t=this.getRawIndex(e);if(this._provider.persistent)return this._provider.getItem(t);for(var a=[],i=this._chunks,n=0;n<i.length;n++)a.push(i[n][t]);return a},r.prototype.clone=function(e,t){var a=new r,i=this._chunks,n=e&&Vr(e,function(s,l){return s[l]=!0,s},{});if(n)for(var o=0;o<i.length;o++)a._chunks[o]=n[o]?mO(i[o]):i[o];else a._chunks=i;return this._copyCommonProps(a),t||(a._indices=this._cloneIndices()),a._updateGetRawIdx(),a},r.prototype._copyCommonProps=function(e){e._count=this._count,e._rawCount=this._rawCount,e._provider=this._provider,e._dimensions=this._dimensions,e._extent=J(this._extent),e._rawExtent=J(this._rawExtent)},r.prototype._cloneIndices=function(){if(this._indices){var e=this._indices.constructor,t=void 0;if(e===Array){var a=this._indices.length;t=new e(a);for(var i=0;i<a;i++)t[i]=this._indices[i]}else t=new e(this._indices);return t}return null},r.prototype._getRawIdxIdentity=function(e){return e},r.prototype._getRawIdx=function(e){return e<this._count&&e>=0?this._indices[e]:-1},r.prototype._updateGetRawIdx=function(){this.getRawIndex=this._indices?this._getRawIdx:this._getRawIdxIdentity},r.internalField=function(){function e(t,a,i,n){return Ha(t[n],this._dimensions[n])}Av={arrayRows:e,objectRows:function(t,a,i,n){return Ha(t[a],this._dimensions[n])},keyedColumns:e,original:function(t,a,i,n){var o=t&&(t.value==null?t:t.value);return Ha(o instanceof Array?o[n]:o,this._dimensions[n])},typedArray:function(t,a,i,n){return t[n]}}}(),r}(),IA=function(){function r(e){this._sourceList=[],this._storeList=[],this._upstreamSignList=[],this._versionSignBase=0,this._dirty=!0,this._sourceHost=e}return r.prototype.dirty=function(){this._setLocalSource([],[]),this._storeList=[],this._dirty=!0},r.prototype._setLocalSource=function(e,t){this._sourceList=e,this._upstreamSignList=t,this._versionSignBase++,this._versionSignBase>9e10&&(this._versionSignBase=0)},r.prototype._getVersionSign=function(){return this._sourceHost.uid+"_"+this._versionSignBase},r.prototype.prepareSource=function(){this._isDirty()&&(this._createSource(),this._dirty=!1)},r.prototype._createSource=function(){this._setLocalSource([],[]);var e=this._sourceHost,t=this._getUpstreamSourceManagers(),a=!!t.length,i,n;if(Yl(e)){var o=e,s=void 0,l=void 0,u=void 0;if(a){var f=t[0];f.prepareSource(),u=f.getSource(),s=u.data,l=u.sourceFormat,n=[f._getVersionSign()]}else s=o.get("data",!0),l=He(s)?Fa:lr,n=[];var h=this._getSourceMetaRawOption()||{},v=u&&u.metaRawOption||{},c=ct(h.seriesLayoutBy,v.seriesLayoutBy)||null,p=ct(h.sourceHeader,v.sourceHeader),d=ct(h.dimensions,v.dimensions),g=c!==v.seriesLayoutBy||!!p!=!!v.sourceHeader||d;i=g?[zp(s,{seriesLayoutBy:c,sourceHeader:p,dimensions:d},l)]:[]}else{var y=e;if(a){var m=this._applyTransform(t);i=m.sourceList,n=m.upstreamSignList}else{var _=y.get("source",!0);i=[zp(_,this._getSourceMetaRawOption(),null)],n=[]}}this._setLocalSource(i,n)},r.prototype._applyTransform=function(e){var t=this._sourceHost,a=t.get("transform",!0),i=t.get("fromTransformResult",!0);if(i!=null){var n="";e.length!==1&&V0(n)}var o,s=[],l=[];return C(e,function(u){u.prepareSource();var f=u.getSource(i||0),h="";i!=null&&!f&&V0(h),s.push(f),l.push(u._getVersionSign())}),a?o=pO(a,s,{datasetIndex:t.componentIndex}):i!=null&&(o=[qk(s[0])]),{sourceList:o,upstreamSignList:l}},r.prototype._isDirty=function(){if(this._dirty)return!0;for(var e=this._getUpstreamSourceManagers(),t=0;t<e.length;t++){var a=e[t];if(a._isDirty()||this._upstreamSignList[t]!==a._getVersionSign())return!0}},r.prototype.getSource=function(e){e=e||0;var t=this._sourceList[e];if(!t){var a=this._getUpstreamSourceManagers();return a[0]&&a[0].getSource(e)}return t},r.prototype.getSharedDataStore=function(e){var t=e.makeStoreSchema();return this._innerGetDataStore(t.dimensions,e.source,t.hash)},r.prototype._innerGetDataStore=function(e,t,a){var i=0,n=this._storeList,o=n[i];o||(o=n[i]={});var s=o[a];if(!s){var l=this._getUpstreamSourceManagers()[0];Yl(this._sourceHost)&&l?s=l._innerGetDataStore(e,t,a):(s=new Gp,s.initData(new SA(t,e.length),e)),o[a]=s}return s},r.prototype._getUpstreamSourceManagers=function(){var e=this._sourceHost;if(Yl(e)){var t=bg(e);return t?[t.getSourceManager()]:[]}else return G(xk(e),function(a){return a.getSourceManager()})},r.prototype._getSourceMetaRawOption=function(){var e=this._sourceHost,t,a,i;if(Yl(e))t=e.get("seriesLayoutBy",!0),a=e.get("sourceHeader",!0),i=e.get("dimensions",!0);else if(!this._getUpstreamSourceManagers().length){var n=e;t=n.get("seriesLayoutBy",!0),a=n.get("sourceHeader",!0),i=n.get("dimensions",!0)}return{seriesLayoutBy:t,sourceHeader:a,dimensions:i}},r}();function B0(r){var e=r.option.transform;e&&qu(r.option.transform)}function Yl(r){return r.mainType==="series"}function V0(r){throw new Error(r)}var PA="line-height:1";function RA(r,e){var t=r.color||"#6e7079",a=r.fontSize||12,i=r.fontWeight||"400",n=r.color||"#464646",o=r.fontSize||14,s=r.fontWeight||"900";return e==="html"?{nameStyle:"font-size:"+Ve(a+"")+"px;color:"+Ve(t)+";font-weight:"+Ve(i+""),valueStyle:"font-size:"+Ve(o+"")+"px;color:"+Ve(n)+";font-weight:"+Ve(s+"")}:{nameStyle:{fontSize:a,fill:t,fontWeight:i},valueStyle:{fontSize:o,fill:n,fontWeight:s}}}var _O=[0,10,20,30],SO=["",`
- `,`
- `,`
- `];function ae(r,e){return e.type=r,e}function Fp(r){return r.type==="section"}function EA(r){return Fp(r)?xO:bO}function kA(r){if(Fp(r)){var e=0,t=r.blocks.length,a=t>1||t>0&&!r.noHeader;return C(r.blocks,function(i){var n=kA(i);n>=e&&(e=n+ +(a&&(!n||Fp(i)&&!i.noHeader)))}),e}return 0}function xO(r,e,t,a){var i=e.noHeader,n=wO(kA(e)),o=[],s=e.blocks||[];Ae(!s||z(s)),s=s||[];var l=r.orderMode;if(e.sortBlocks&&l){s=s.slice();var u={valueAsc:"asc",valueDesc:"desc"};if(Y(u,l)){var f=new CA(u[l],null);s.sort(function(p,d){return f.evaluate(p.sortParam,d.sortParam)})}else l==="seriesDesc"&&s.reverse()}C(s,function(p,d){var g=e.valueFormatter,y=EA(p)(g?V(V({},r),{valueFormatter:g}):r,p,d>0?n.html:0,a);y!=null&&o.push(y)});var h=r.renderMode==="richText"?o.join(n.richText):Hp(o.join(""),i?t:n.html);if(i)return h;var v=Np(e.header,"ordinal",r.useUTC),c=RA(a,r.renderMode).nameStyle;return r.renderMode==="richText"?OA(r,v,c)+n.richText+h:Hp('<div style="'+c+";"+PA+';">'+Ve(v)+"</div>"+h,t)}function bO(r,e,t,a){var i=r.renderMode,n=e.noName,o=e.noValue,s=!e.markerType,l=e.name,u=r.useUTC,f=e.valueFormatter||r.valueFormatter||function(S){return S=z(S)?S:[S],G(S,function(b,x){return Np(b,z(c)?c[x]:c,u)})};if(!(n&&o)){var h=s?"":r.markupStyleCreator.makeTooltipMarker(e.markerType,e.markerColor||"#333",i),v=n?"":Np(l,"ordinal",u),c=e.valueType,p=o?[]:f(e.value),d=!s||!n,g=!s&&n,y=RA(a,i),m=y.nameStyle,_=y.valueStyle;return i==="richText"?(s?"":h)+(n?"":OA(r,v,m))+(o?"":CO(r,p,d,g,_)):Hp((s?"":h)+(n?"":TO(v,!s,m))+(o?"":AO(p,d,g,_)),t)}}function z0(r,e,t,a,i,n){if(!!r){var o=EA(r),s={useUTC:i,renderMode:t,orderMode:a,markupStyleCreator:e,valueFormatter:r.valueFormatter};return o(s,r,0,n)}}function wO(r){return{html:_O[r],richText:SO[r]}}function Hp(r,e){var t='<div style="clear:both"></div>',a="margin: "+e+"px 0 0";return'<div style="'+a+";"+PA+';">'+r+t+"</div>"}function TO(r,e,t){var a=e?"margin-left:2px":"";return'<span style="'+t+";"+a+'">'+Ve(r)+"</span>"}function AO(r,e,t,a){var i=t?"10px":"20px",n=e?"float:right;margin-left:"+i:"";return r=z(r)?r:[r],'<span style="'+n+";"+a+'">'+G(r,function(o){return Ve(o)}).join(" ")+"</span>"}function OA(r,e,t){return r.markupStyleCreator.wrapRichTextStyle(e,t)}function CO(r,e,t,a,i){var n=[i],o=a?10:20;return t&&n.push({padding:[0,0,0,o],align:"right"}),r.markupStyleCreator.wrapRichTextStyle(z(e)?e.join(" "):e,n)}function NA(r,e){var t=r.getData().getItemVisual(e,"style"),a=t[r.visualDrawType];return an(a)}function BA(r,e){var t=r.get("padding");return t!=null?t:e==="richText"?[8,10]:10}var Cv=function(){function r(){this.richTextStyles={},this._nextStyleNameId=Ow()}return r.prototype._generateStyleName=function(){return"__EC_aUTo_"+this._nextStyleNameId++},r.prototype.makeTooltipMarker=function(e,t,a){var i=a==="richText"?this._generateStyleName():null,n=pk({color:t,type:e,renderMode:a,markerId:i});return $(n)?n:(this.richTextStyles[i]=n.style,n.content)},r.prototype.wrapRichTextStyle=function(e,t){var a={};z(t)?C(t,function(n){return V(a,n)}):V(a,t);var i=this._generateStyleName();return this.richTextStyles[i]=a,"{"+i+"|"+e+"}"},r}();function VA(r){var e=r.series,t=r.dataIndex,a=r.multipleSeries,i=e.getData(),n=i.mapDimensionsAll("defaultedTooltip"),o=n.length,s=e.getRawValue(t),l=z(s),u=NA(e,t),f,h,v,c;if(o>1||l&&!o){var p=MO(s,e,t,n,u);f=p.inlineValues,h=p.inlineValueTypes,v=p.blocks,c=p.inlineValues[0]}else if(o){var d=i.getDimensionInfo(n[0]);c=f=to(i,t,n[0]),h=d.type}else c=f=l?s[0]:s;var g=tg(e),y=g&&e.name||"",m=i.getName(t),_=a?y:m;return ae("section",{header:y,noHeader:a||!g,sortParam:c,blocks:[ae("nameValue",{markerType:"item",markerColor:u,name:_,noName:!dr(_),value:f,valueType:h})].concat(v||[])})}function MO(r,e,t,a,i){var n=e.getData(),o=Vr(r,function(h,v,c){var p=n.getDimensionInfo(c);return h=h||p&&p.tooltip!==!1&&p.displayName!=null},!1),s=[],l=[],u=[];a.length?C(a,function(h){f(to(n,t,h),h)}):C(r,f);function f(h,v){var c=n.getDimensionInfo(v);!c||c.otherDims.tooltip===!1||(o?u.push(ae("nameValue",{markerType:"subItem",markerColor:i,name:c.displayName,value:h,valueType:c.type})):(s.push(h),l.push(c.type)))}return{inlineValues:s,inlineValueTypes:l,blocks:u}}var _a=At();function Zl(r,e){return r.getName(e)||r.getId(e)}var Hu="__universalTransitionEnabled",yh=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t._selectedDataIndicesMap={},t}return e.prototype.init=function(t,a,i){this.seriesIndex=this.componentIndex,this.dataTask=xs({count:LO,reset:IO}),this.dataTask.context={model:this},this.mergeDefaultAndTheme(t,i);var n=_a(this).sourceManager=new IA(this);n.prepareSource();var o=this.getInitialData(t,i);F0(o,this),this.dataTask.context.data=o,_a(this).dataBeforeProcessed=o,G0(this),this._initSelectedMapFromData(o)},e.prototype.mergeDefaultAndTheme=function(t,a){var i=zs(this),n=i?mo(t):{},o=this.subType;bt.hasClass(o)&&(o+="Series"),lt(t,a.getTheme().get(this.subType)),lt(t,this.getDefaultOption()),Ji(t,"label",["show"]),this.fillDataTextStyle(t.data),i&&Xa(t,n,i)},e.prototype.mergeOption=function(t,a){t=lt(this.option,t,!0),this.fillDataTextStyle(t.data);var i=zs(this);i&&Xa(this.option,t,i);var n=_a(this).sourceManager;n.dirty(),n.prepareSource();var o=this.getInitialData(t,a);F0(o,this),this.dataTask.dirty(),this.dataTask.context.data=o,_a(this).dataBeforeProcessed=o,G0(this),this._initSelectedMapFromData(o)},e.prototype.fillDataTextStyle=function(t){if(t&&!He(t))for(var a=["show"],i=0;i<t.length;i++)t[i]&&t[i].label&&Ji(t[i],"label",a)},e.prototype.getInitialData=function(t,a){},e.prototype.appendData=function(t){var a=this.getRawData();a.appendData(t.data)},e.prototype.getData=function(t){var a=Wp(this);if(a){var i=a.context.data;return t==null?i:i.getLinkedData(t)}else return _a(this).data},e.prototype.getAllData=function(){var t=this.getData();return t&&t.getLinkedDataAll?t.getLinkedDataAll():[{data:t}]},e.prototype.setData=function(t){var a=Wp(this);if(a){var i=a.context;i.outputData=t,a!==this.dataTask&&(i.data=t)}_a(this).data=t},e.prototype.getEncode=function(){var t=this.get("encode",!0);if(t)return q(t)},e.prototype.getSourceManager=function(){return _a(this).sourceManager},e.prototype.getSource=function(){return this.getSourceManager().getSource()},e.prototype.getRawData=function(){return _a(this).dataBeforeProcessed},e.prototype.getColorBy=function(){var t=this.get("colorBy");return t||"series"},e.prototype.isColorBySeries=function(){return this.getColorBy()==="series"},e.prototype.getBaseAxis=function(){var t=this.coordinateSystem;return t&&t.getBaseAxis&&t.getBaseAxis()},e.prototype.formatTooltip=function(t,a,i){return VA({series:this,dataIndex:t,multipleSeries:a})},e.prototype.isAnimationEnabled=function(){var t=this.ecModel;if(Mt.node&&!(t&&t.ssr))return!1;var a=this.getShallow("animation");return a&&this.getData().count()>this.getShallow("animationThreshold")&&(a=!1),!!a},e.prototype.restoreData=function(){this.dataTask.dirty()},e.prototype.getColorFromPalette=function(t,a,i){var n=this.ecModel,o=wg.prototype.getColorFromPalette.call(this,t,a,i);return o||(o=n.getColorFromPalette(t,a,i)),o},e.prototype.coordDimToDataDim=function(t){return this.getRawData().mapDimensionsAll(t)},e.prototype.getProgressive=function(){return this.get("progressive")},e.prototype.getProgressiveThreshold=function(){return this.get("progressiveThreshold")},e.prototype.select=function(t,a){this._innerSelect(this.getData(a),t)},e.prototype.unselect=function(t,a){var i=this.option.selectedMap;if(!!i){var n=this.option.selectedMode,o=this.getData(a);if(n==="series"||i==="all"){this.option.selectedMap={},this._selectedDataIndicesMap={};return}for(var s=0;s<t.length;s++){var l=t[s],u=Zl(o,l);i[u]=!1,this._selectedDataIndicesMap[u]=-1}}},e.prototype.toggleSelect=function(t,a){for(var i=[],n=0;n<t.length;n++)i[0]=t[n],this.isSelected(t[n],a)?this.unselect(i,a):this.select(i,a)},e.prototype.getSelectedDataIndices=function(){if(this.option.selectedMap==="all")return[].slice.call(this.getData().getIndices());for(var t=this._selectedDataIndicesMap,a=mt(t),i=[],n=0;n<a.length;n++){var o=t[a[n]];o>=0&&i.push(o)}return i},e.prototype.isSelected=function(t,a){var i=this.option.selectedMap;if(!i)return!1;var n=this.getData(a);return(i==="all"||i[Zl(n,t)])&&!n.getItemModel(t).get(["select","disabled"])},e.prototype.isUniversalTransitionEnabled=function(){if(this[Hu])return!0;var t=this.option.universalTransition;return t?t===!0?!0:t&&t.enabled:!1},e.prototype._innerSelect=function(t,a){var i,n,o=this.option,s=o.selectedMode,l=a.length;if(!(!s||!l)){if(s==="series")o.selectedMap="all";else if(s==="multiple"){j(o.selectedMap)||(o.selectedMap={});for(var u=o.selectedMap,f=0;f<l;f++){var h=a[f],v=Zl(t,h);u[v]=!0,this._selectedDataIndicesMap[v]=t.getRawIndex(h)}}else if(s==="single"||s===!0){var c=a[l-1],v=Zl(t,c);o.selectedMap=(i={},i[v]=!0,i),this._selectedDataIndicesMap=(n={},n[v]=t.getRawIndex(c),n)}}},e.prototype._initSelectedMapFromData=function(t){if(!this.option.selectedMap){var a=[];t.hasItemOption&&t.each(function(i){var n=t.getRawDataItem(i);n&&n.selected&&a.push(i)}),a.length>0&&this._innerSelect(t,a)}},e.registerClass=function(t){return bt.registerClass(t)},e.protoInitialize=function(){var t=e.prototype;t.type="series.__base__",t.seriesIndex=0,t.ignoreStyleOnData=!1,t.hasSymbolVisual=!1,t.defaultSymbol="circle",t.visualStyleAccessPath="itemStyle",t.visualDrawType="fill"}(),e}(bt);jt(yh,Mg);jt(yh,wg);$w(yh,bt);function G0(r){var e=r.name;tg(r)||(r.name=DO(r)||e)}function DO(r){var e=r.getRawData(),t=e.mapDimensionsAll("seriesName"),a=[];return C(t,function(i){var n=e.getDimensionInfo(i);n.displayName&&a.push(n.displayName)}),a.join(" ")}function LO(r){return r.model.getRawData().count()}function IO(r){var e=r.model;return e.setData(e.getRawData().cloneShallow()),PO}function PO(r,e){e.outputData&&r.end>e.outputData.count()&&e.model.getRawData().cloneShallow(e.outputData)}function F0(r,e){C(Ku(r.CHANGABLE_METHODS,r.DOWNSAMPLE_METHODS),function(t){r.wrapMethod(t,it(RO,e))})}function RO(r,e){var t=Wp(r);return t&&t.setOutputEnd((e||this).count()),e}function Wp(r){var e=(r.ecModel||{}).scheduler,t=e&&e.getPipeline(r.uid);if(t){var a=t.currentTask;if(a){var i=a.agentStubMap;i&&(a=i.get(r.uid))}return a}}var Ft=yh,Lg=function(){function r(){this.group=new rt,this.uid=go("viewComponent")}return r.prototype.init=function(e,t){},r.prototype.render=function(e,t,a,i){},r.prototype.dispose=function(e,t){},r.prototype.updateView=function(e,t,a,i){},r.prototype.updateLayout=function(e,t,a,i){},r.prototype.updateVisual=function(e,t,a,i){},r.prototype.toggleBlurSeries=function(e,t,a){},r.prototype.eachRendered=function(e){var t=this.group;t&&t.traverse(e)},r}();rg(Lg);jf(Lg);var Wt=Lg;function xo(){var r=At();return function(e){var t=r(e),a=e.pipelineContext,i=!!t.large,n=!!t.progressiveRender,o=t.large=!!(a&&a.large),s=t.progressiveRender=!!(a&&a.progressiveRender);return(i!==o||n!==s)&&"reset"}}var zA=At(),EO=xo(),Ig=function(){function r(){this.group=new rt,this.uid=go("viewChart"),this.renderTask=xs({plan:kO,reset:OO}),this.renderTask.context={view:this}}return r.prototype.init=function(e,t){},r.prototype.render=function(e,t,a,i){},r.prototype.highlight=function(e,t,a,i){var n=e.getData(i&&i.dataType);!n||W0(n,i,"emphasis")},r.prototype.downplay=function(e,t,a,i){var n=e.getData(i&&i.dataType);!n||W0(n,i,"normal")},r.prototype.remove=function(e,t){this.group.removeAll()},r.prototype.dispose=function(e,t){},r.prototype.updateView=function(e,t,a,i){this.render(e,t,a,i)},r.prototype.updateLayout=function(e,t,a,i){this.render(e,t,a,i)},r.prototype.updateVisual=function(e,t,a,i){this.render(e,t,a,i)},r.prototype.eachRendered=function(e){ti(this.group,e)},r.markUpdateMethod=function(e,t){zA(e).updateMethod=t},r.protoInitialize=function(){var e=r.prototype;e.type="chart"}(),r}();function H0(r,e,t){r&&Os(r)&&(e==="emphasis"?la:ua)(r,t)}function W0(r,e,t){var a=tn(r,e),i=e&&e.highlightKey!=null?iE(e.highlightKey):null;a!=null?C(Et(a),function(n){H0(r.getItemGraphicEl(n),t,i)}):r.eachItemGraphicEl(function(n){H0(n,t,i)})}rg(Ig);jf(Ig);function kO(r){return EO(r.model)}function OO(r){var e=r.model,t=r.ecModel,a=r.api,i=r.payload,n=e.pipelineContext.progressiveRender,o=r.view,s=i&&zA(i).updateMethod,l=n?"incrementalPrepareRender":s&&o[s]?s:"render";return l!=="render"&&o[l](e,t,a,i),NO[l]}var NO={incrementalPrepareRender:{progress:function(r,e){e.view.incrementalRender(r,e.model,e.ecModel,e.api,e.payload)}},render:{forceFirstProgress:!0,progress:function(r,e){e.view.render(e.model,e.ecModel,e.api,e.payload)}}},Bt=Ig,pf="\0__throttleOriginMethod",$0="\0__throttleRate",U0="\0__throttleType";function Pg(r,e,t){var a,i=0,n=0,o=null,s,l,u,f;e=e||0;function h(){n=new Date().getTime(),o=null,r.apply(l,u||[])}var v=function(){for(var c=[],p=0;p<arguments.length;p++)c[p]=arguments[p];a=new Date().getTime(),l=this,u=c;var d=f||e,g=f||t;f=null,s=a-(g?i:n)-d,clearTimeout(o),g?o=setTimeout(h,d):s>=0?h():o=setTimeout(h,-s),i=a};return v.clear=function(){o&&(clearTimeout(o),o=null)},v.debounceNextCall=function(c){f=c},v}function bo(r,e,t,a){var i=r[e];if(!!i){var n=i[pf]||i,o=i[U0],s=i[$0];if(s!==t||o!==a){if(t==null||!a)return r[e]=n;i=r[e]=Pg(n,t,a==="debounce"),i[pf]=n,i[U0]=a,i[$0]=t}return i}}function Fs(r,e){var t=r[e];t&&t[pf]&&(t.clear&&t.clear(),r[e]=t[pf])}var Y0=At(),Z0={itemStyle:en(WT,!0),lineStyle:en(HT,!0)},BO={lineStyle:"stroke",itemStyle:"fill"};function GA(r,e){var t=r.visualStyleMapper||Z0[e];return t||(console.warn("Unkown style type '"+e+"'."),Z0.itemStyle)}function FA(r,e){var t=r.visualDrawType||BO[e];return t||(console.warn("Unkown style type '"+e+"'."),"fill")}var VO={createOnAllSeries:!0,performRawSeries:!0,reset:function(r,e){var t=r.getData(),a=r.visualStyleAccessPath||"itemStyle",i=r.getModel(a),n=GA(r,a),o=n(i),s=i.getShallow("decal");s&&(t.setVisual("decal",s),s.dirty=!0);var l=FA(r,a),u=o[l],f=K(u)?u:null,h=o.fill==="auto"||o.stroke==="auto";if(!o[l]||f||h){var v=r.getColorFromPalette(r.name,null,e.getSeriesCount());o[l]||(o[l]=v,t.setVisual("colorFromPalette",!0)),o.fill=o.fill==="auto"||K(o.fill)?v:o.fill,o.stroke=o.stroke==="auto"||K(o.stroke)?v:o.stroke}if(t.setVisual("style",o),t.setVisual("drawType",l),!e.isSeriesFiltered(r)&&f)return t.setVisual("colorFromPalette",!1),{dataEach:function(c,p){var d=r.getDataParams(p),g=V({},o);g[l]=f(d),c.setItemVisual(p,"style",g)}}}},No=new Nt,zO={createOnAllSeries:!0,performRawSeries:!0,reset:function(r,e){if(!(r.ignoreStyleOnData||e.isSeriesFiltered(r))){var t=r.getData(),a=r.visualStyleAccessPath||"itemStyle",i=GA(r,a),n=t.getVisual("drawType");return{dataEach:t.hasItemOption?function(o,s){var l=o.getRawDataItem(s);if(l&&l[a]){No.option=l[a];var u=i(No),f=o.ensureUniqueItemVisual(s,"style");V(f,u),No.option.decal&&(o.setItemVisual(s,"decal",No.option.decal),No.option.decal.dirty=!0),n in u&&o.setItemVisual(s,"colorFromPalette",!1)}}:null}}}},GO={performRawSeries:!0,overallReset:function(r){var e=q();r.eachSeries(function(t){var a=t.getColorBy();if(!t.isColorBySeries()){var i=t.type+"-"+a,n=e.get(i);n||(n={},e.set(i,n)),Y0(t).scope=n}}),r.eachSeries(function(t){if(!(t.isColorBySeries()||r.isSeriesFiltered(t))){var a=t.getRawData(),i={},n=t.getData(),o=Y0(t).scope,s=t.visualStyleAccessPath||"itemStyle",l=FA(t,s);n.each(function(u){var f=n.getRawIndex(u);i[f]=u}),a.each(function(u){var f=i[u],h=n.getItemVisual(f,"colorFromPalette");if(h){var v=n.ensureUniqueItemVisual(f,"style"),c=a.getName(u)||u+"",p=a.count();v[l]=t.getColorFromPalette(c,o,p)}})}})}},Xl=Math.PI;function FO(r,e){e=e||{},Q(e,{text:"loading",textColor:"#000",fontSize:12,fontWeight:"normal",fontStyle:"normal",fontFamily:"sans-serif",maskColor:"rgba(255, 255, 255, 0.8)",showSpinner:!0,color:"#5470c6",spinnerRadius:10,lineWidth:5,zlevel:0});var t=new rt,a=new xt({style:{fill:e.maskColor},zlevel:e.zlevel,z:1e4});t.add(a);var i=new Ct({style:{text:e.text,fill:e.textColor,fontSize:e.fontSize,fontWeight:e.fontWeight,fontStyle:e.fontStyle,fontFamily:e.fontFamily},zlevel:e.zlevel,z:10001}),n=new xt({style:{fill:"none"},textContent:i,textConfig:{position:"right",distance:10},zlevel:e.zlevel,z:10001});t.add(n);var o;return e.showSpinner&&(o=new hg({shape:{startAngle:-Xl/2,endAngle:-Xl/2+.1,r:e.spinnerRadius},style:{stroke:e.color,lineCap:"round",lineWidth:e.lineWidth},zlevel:e.zlevel,z:10001}),o.animateShape(!0).when(1e3,{endAngle:Xl*3/2}).start("circularInOut"),o.animateShape(!0).when(1e3,{startAngle:Xl*3/2}).delay(300).start("circularInOut"),t.add(o)),t.resize=function(){var s=i.getBoundingRect().width,l=e.showSpinner?e.spinnerRadius:0,u=(r.getWidth()-l*2-(e.showSpinner&&s?10:0)-s)/2-(e.showSpinner&&s?0:5+s/2)+(e.showSpinner?0:s/2)+(s?0:l),f=r.getHeight()/2;e.showSpinner&&o.setShape({cx:u,cy:f}),n.setShape({x:u-l,y:f-l,width:l*2,height:l*2}),a.setShape({x:0,y:0,width:r.getWidth(),height:r.getHeight()})},t.resize(),t}var HO=function(){function r(e,t,a,i){this._stageTaskMap=q(),this.ecInstance=e,this.api=t,a=this._dataProcessorHandlers=a.slice(),i=this._visualHandlers=i.slice(),this._allHandlers=a.concat(i)}return r.prototype.restoreData=function(e,t){e.restoreData(t),this._stageTaskMap.each(function(a){var i=a.overallTask;i&&i.dirty()})},r.prototype.getPerformArgs=function(e,t){if(!!e.__pipeline){var a=this._pipelineMap.get(e.__pipeline.id),i=a.context,n=!t&&a.progressiveEnabled&&(!i||i.progressiveRender)&&e.__idxInPipeline>a.blockIndex,o=n?a.step:null,s=i&&i.modDataCount,l=s!=null?Math.ceil(s/o):null;return{step:o,modBy:l,modDataCount:s}}},r.prototype.getPipeline=function(e){return this._pipelineMap.get(e)},r.prototype.updateStreamModes=function(e,t){var a=this._pipelineMap.get(e.uid),i=e.getData(),n=i.count(),o=a.progressiveEnabled&&t.incrementalPrepareRender&&n>=a.threshold,s=e.get("large")&&n>=e.get("largeThreshold"),l=e.get("progressiveChunkMode")==="mod"?n:null;e.pipelineContext=a.context={progressiveRender:o,modDataCount:l,large:s}},r.prototype.restorePipelines=function(e){var t=this,a=t._pipelineMap=q();e.eachSeries(function(i){var n=i.getProgressive(),o=i.uid;a.set(o,{id:o,head:null,tail:null,threshold:i.getProgressiveThreshold(),progressiveEnabled:n&&!(i.preventIncremental&&i.preventIncremental()),blockIndex:-1,step:Math.round(n||700),count:0}),t._pipe(i,i.dataTask)})},r.prototype.prepareStageTasks=function(){var e=this._stageTaskMap,t=this.api.getModel(),a=this.api;C(this._allHandlers,function(i){var n=e.get(i.uid)||e.set(i.uid,{}),o="";Ae(!(i.reset&&i.overallReset),o),i.reset&&this._createSeriesStageTask(i,n,t,a),i.overallReset&&this._createOverallStageTask(i,n,t,a)},this)},r.prototype.prepareView=function(e,t,a,i){var n=e.renderTask,o=n.context;o.model=t,o.ecModel=a,o.api=i,n.__block=!e.incrementalPrepareRender,this._pipe(t,n)},r.prototype.performDataProcessorTasks=function(e,t){this._performStageTasks(this._dataProcessorHandlers,e,t,{block:!0})},r.prototype.performVisualTasks=function(e,t,a){this._performStageTasks(this._visualHandlers,e,t,a)},r.prototype._performStageTasks=function(e,t,a,i){i=i||{};var n=!1,o=this;C(e,function(l,u){if(!(i.visualType&&i.visualType!==l.visualType)){var f=o._stageTaskMap.get(l.uid),h=f.seriesTaskMap,v=f.overallTask;if(v){var c,p=v.agentStubMap;p.each(function(g){s(i,g)&&(g.dirty(),c=!0)}),c&&v.dirty(),o.updatePayload(v,a);var d=o.getPerformArgs(v,i.block);p.each(function(g){g.perform(d)}),v.perform(d)&&(n=!0)}else h&&h.each(function(g,y){s(i,g)&&g.dirty();var m=o.getPerformArgs(g,i.block);m.skip=!l.performRawSeries&&t.isSeriesFiltered(g.context.model),o.updatePayload(g,a),g.perform(m)&&(n=!0)})}});function s(l,u){return l.setDirty&&(!l.dirtyMap||l.dirtyMap.get(u.__pipeline.id))}this.unfinished=n||this.unfinished},r.prototype.performSeriesTasks=function(e){var t;e.eachSeries(function(a){t=a.dataTask.perform()||t}),this.unfinished=t||this.unfinished},r.prototype.plan=function(){this._pipelineMap.each(function(e){var t=e.tail;do{if(t.__block){e.blockIndex=t.__idxInPipeline;break}t=t.getUpstream()}while(t)})},r.prototype.updatePayload=function(e,t){t!=="remain"&&(e.context.payload=t)},r.prototype._createSeriesStageTask=function(e,t,a,i){var n=this,o=t.seriesTaskMap,s=t.seriesTaskMap=q(),l=e.seriesType,u=e.getTargetSeries;e.createOnAllSeries?a.eachRawSeries(f):l?a.eachRawSeriesByType(l,f):u&&u(a,i).each(f);function f(h){var v=h.uid,c=s.set(v,o&&o.get(v)||xs({plan:ZO,reset:XO,count:KO}));c.context={model:h,ecModel:a,api:i,useClearVisual:e.isVisual&&!e.isLayout,plan:e.plan,reset:e.reset,scheduler:n},n._pipe(h,c)}},r.prototype._createOverallStageTask=function(e,t,a,i){var n=this,o=t.overallTask=t.overallTask||xs({reset:WO});o.context={ecModel:a,api:i,overallReset:e.overallReset,scheduler:n};var s=o.agentStubMap,l=o.agentStubMap=q(),u=e.seriesType,f=e.getTargetSeries,h=!0,v=!1,c="";Ae(!e.createOnAllSeries,c),u?a.eachRawSeriesByType(u,p):f?f(a,i).each(p):(h=!1,C(a.getSeries(),p));function p(d){var g=d.uid,y=l.set(g,s&&s.get(g)||(v=!0,xs({reset:$O,onDirty:YO})));y.context={model:d,overallProgress:h},y.agent=o,y.__block=h,n._pipe(d,y)}v&&o.dirty()},r.prototype._pipe=function(e,t){var a=e.uid,i=this._pipelineMap.get(a);!i.head&&(i.head=t),i.tail&&i.tail.pipe(t),i.tail=t,t.__idxInPipeline=i.count++,t.__pipeline=i},r.wrapStageHandler=function(e,t){return K(e)&&(e={overallReset:e,seriesType:QO(e)}),e.uid=go("stageHandler"),t&&(e.visualType=t),e},r}();function WO(r){r.overallReset(r.ecModel,r.api,r.payload)}function $O(r){return r.overallProgress&&UO}function UO(){this.agent.dirty(),this.getDownstream().dirty()}function YO(){this.agent&&this.agent.dirty()}function ZO(r){return r.plan?r.plan(r.model,r.ecModel,r.api,r.payload):null}function XO(r){r.useClearVisual&&r.data.clearAllVisual();var e=r.resetDefines=Et(r.reset(r.model,r.ecModel,r.api,r.payload));return e.length>1?G(e,function(t,a){return HA(a)}):qO}var qO=HA(0);function HA(r){return function(e,t){var a=t.data,i=t.resetDefines[r];if(i&&i.dataEach)for(var n=e.start;n<e.end;n++)i.dataEach(a,n);else i&&i.progress&&i.progress(e,a)}}function KO(r){return r.data.count()}function QO(r){df=null;try{r(Hs,WA)}catch{}return df}var Hs={},WA={},df;$A(Hs,pA);$A(WA,dA);Hs.eachSeriesByType=Hs.eachRawSeriesByType=function(r){df=r};Hs.eachComponent=function(r){r.mainType==="series"&&r.subType&&(df=r.subType)};function $A(r,e){for(var t in e.prototype)r[t]=Kt}var UA=HO,X0=["#37A2DA","#32C5E9","#67E0E3","#9FE6B8","#FFDB5C","#ff9f7f","#fb7293","#E062AE","#E690D1","#e7bcf3","#9d96f5","#8378EA","#96BFFF"],jO={color:X0,colorLayer:[["#37A2DA","#ffd85c","#fd7b5f"],["#37A2DA","#67E0E3","#FFDB5C","#ff9f7f","#E062AE","#9d96f5"],["#37A2DA","#32C5E9","#9FE6B8","#FFDB5C","#ff9f7f","#fb7293","#e7bcf3","#8378EA","#96BFFF"],X0]},Se="#B9B8CE",q0="#100C2A",ql=function(){return{axisLine:{lineStyle:{color:Se}},splitLine:{lineStyle:{color:"#484753"}},splitArea:{areaStyle:{color:["rgba(255,255,255,0.02)","rgba(255,255,255,0.05)"]}},minorSplitLine:{lineStyle:{color:"#20203B"}}}},K0=["#4992ff","#7cffb2","#fddd60","#ff6e76","#58d9f9","#05c091","#ff8a45","#8d48e3","#dd79ff"],YA={darkMode:!0,color:K0,backgroundColor:q0,axisPointer:{lineStyle:{color:"#817f91"},crossStyle:{color:"#817f91"},label:{color:"#fff"}},legend:{textStyle:{color:Se}},textStyle:{color:Se},title:{textStyle:{color:"#EEF1FA"},subtextStyle:{color:"#B9B8CE"}},toolbox:{iconStyle:{borderColor:Se}},dataZoom:{borderColor:"#71708A",textStyle:{color:Se},brushStyle:{color:"rgba(135,163,206,0.3)"},handleStyle:{color:"#353450",borderColor:"#C5CBE3"},moveHandleStyle:{color:"#B0B6C3",opacity:.3},fillerColor:"rgba(135,163,206,0.2)",emphasis:{handleStyle:{borderColor:"#91B7F2",color:"#4D587D"},moveHandleStyle:{color:"#636D9A",opacity:.7}},dataBackground:{lineStyle:{color:"#71708A",width:1},areaStyle:{color:"#71708A"}},selectedDataBackground:{lineStyle:{color:"#87A3CE"},areaStyle:{color:"#87A3CE"}}},visualMap:{textStyle:{color:Se}},timeline:{lineStyle:{color:Se},label:{color:Se},controlStyle:{color:Se,borderColor:Se}},calendar:{itemStyle:{color:q0},dayLabel:{color:Se},monthLabel:{color:Se},yearLabel:{color:Se}},timeAxis:ql(),logAxis:ql(),valueAxis:ql(),categoryAxis:ql(),line:{symbol:"circle"},graph:{color:K0},gauge:{title:{color:Se},axisLine:{lineStyle:{color:[[1,"rgba(207,212,219,0.2)"]]}},axisLabel:{color:Se},detail:{color:"#EEF1FA"}},candlestick:{itemStyle:{color:"#f64e56",color0:"#54ea92",borderColor:"#f64e56",borderColor0:"#54ea92"}}};YA.categoryAxis.splitLine.show=!1;var JO=YA,tN=function(){function r(){}return r.prototype.normalizeQuery=function(e){var t={},a={},i={};if($(e)){var n=kr(e);t.mainType=n.main||null,t.subType=n.sub||null}else{var o=["Index","Name","Id"],s={name:1,dataIndex:1,dataType:1};C(e,function(l,u){for(var f=!1,h=0;h<o.length;h++){var v=o[h],c=u.lastIndexOf(v);if(c>0&&c===u.length-v.length){var p=u.slice(0,c);p!=="data"&&(t.mainType=p,t[v.toLowerCase()]=l,f=!0)}}s.hasOwnProperty(u)&&(a[u]=l,f=!0),f||(i[u]=l)})}return{cptQuery:t,dataQuery:a,otherQuery:i}},r.prototype.filter=function(e,t){var a=this.eventInfo;if(!a)return!0;var i=a.targetEl,n=a.packedEvent,o=a.model,s=a.view;if(!o||!s)return!0;var l=t.cptQuery,u=t.dataQuery;return f(l,o,"mainType")&&f(l,o,"subType")&&f(l,o,"index","componentIndex")&&f(l,o,"name")&&f(l,o,"id")&&f(u,n,"name")&&f(u,n,"dataIndex")&&f(u,n,"dataType")&&(!s.filterForExposedEvent||s.filterForExposedEvent(e,t.otherQuery,i,n));function f(h,v,c,p){return h[c]==null||v[p||c]===h[c]}},r.prototype.afterTrigger=function(){this.eventInfo=null},r}(),$p=["symbol","symbolSize","symbolRotate","symbolOffset"],Q0=$p.concat(["symbolKeepAspect"]),eN={createOnAllSeries:!0,performRawSeries:!0,reset:function(r,e){var t=r.getData();if(r.legendIcon&&t.setVisual("legendIcon",r.legendIcon),!r.hasSymbolVisual)return;for(var a={},i={},n=!1,o=0;o<$p.length;o++){var s=$p[o],l=r.get(s);K(l)?(n=!0,i[s]=l):a[s]=l}if(a.symbol=a.symbol||r.defaultSymbol,t.setVisual(V({legendIcon:r.legendIcon||a.symbol,symbolKeepAspect:r.get("symbolKeepAspect")},a)),e.isSeriesFiltered(r))return;var u=mt(i);function f(h,v){for(var c=r.getRawValue(v),p=r.getDataParams(v),d=0;d<u.length;d++){var g=u[d];h.setItemVisual(v,g,i[g](c,p))}}return{dataEach:n?f:null}}},rN={createOnAllSeries:!0,performRawSeries:!0,reset:function(r,e){if(!r.hasSymbolVisual||e.isSeriesFiltered(r))return;var t=r.getData();function a(i,n){for(var o=i.getItemModel(n),s=0;s<Q0.length;s++){var l=Q0[s],u=o.getShallow(l,!0);u!=null&&i.setItemVisual(n,l,u)}}return{dataEach:t.hasItemOption?a:null}}};function Rg(r,e,t){switch(t){case"color":var a=r.getItemVisual(e,"style");return a[r.getVisual("drawType")];case"opacity":return r.getItemVisual(e,"style").opacity;case"symbol":case"symbolSize":case"liftZ":return r.getItemVisual(e,t)}}function vl(r,e){switch(e){case"color":var t=r.getVisual("style");return t[r.getVisual("drawType")];case"opacity":return r.getVisual("style").opacity;case"symbol":case"symbolSize":case"liftZ":return r.getVisual(e)}}function ZA(r,e,t,a){switch(t){case"color":var i=r.ensureUniqueItemVisual(e,"style");i[r.getVisual("drawType")]=a,r.setItemVisual(e,"colorFromPalette",!1);break;case"opacity":r.ensureUniqueItemVisual(e,"style").opacity=a;break;case"symbol":case"symbolSize":case"liftZ":r.setItemVisual(e,t,a);break}}function XA(r,e){function t(a,i){var n=[];return a.eachComponent({mainType:"series",subType:r,query:i},function(o){n.push(o.seriesIndex)}),n}C([[r+"ToggleSelect","toggleSelect"],[r+"Select","select"],[r+"UnSelect","unselect"]],function(a){e(a[0],function(i,n,o){i=V({},i),o.dispatchAction(V(i,{type:a[1],seriesIndex:t(n,i)}))})})}function Tn(r,e,t,a,i){var n=r+e;t.isSilent(n)||a.eachComponent({mainType:"series",subType:"pie"},function(o){for(var s=o.seriesIndex,l=o.option.selectedMap,u=i.selected,f=0;f<u.length;f++)if(u[f].seriesIndex===s){var h=o.getData(),v=tn(h,i.fromActionPayload);t.trigger(n,{type:n,seriesId:o.id,name:z(v)?h.getName(v[0]):h.getName(v),selected:$(l)?l:V({},l)})}})}function aN(r,e,t){r.on("selectchanged",function(a){var i=t.getModel();a.isFromClick?(Tn("map","selectchanged",e,i,a),Tn("pie","selectchanged",e,i,a)):a.fromAction==="select"?(Tn("map","selected",e,i,a),Tn("pie","selected",e,i,a)):a.fromAction==="unselect"&&(Tn("map","unselected",e,i,a),Tn("pie","unselected",e,i,a))})}function Wn(r,e,t){for(var a;r&&!(e(r)&&(a=r,t));)r=r.__hostTarget||r.parent;return a}var iN=Math.round(Math.random()*9),nN=typeof Object.defineProperty=="function",oN=function(){function r(){this._id="__ec_inner_"+iN++}return r.prototype.get=function(e){return this._guard(e)[this._id]},r.prototype.set=function(e,t){var a=this._guard(e);return nN?Object.defineProperty(a,this._id,{value:t,enumerable:!1,configurable:!0}):a[this._id]=t,this},r.prototype.delete=function(e){return this.has(e)?(delete this._guard(e)[this._id],!0):!1},r.prototype.has=function(e){return!!this._guard(e)[this._id]},r.prototype._guard=function(e){if(e!==Object(e))throw TypeError("Value of WeakMap is not a non-null object.");return e},r}(),sN=oN,lN=gt.extend({type:"triangle",shape:{cx:0,cy:0,width:0,height:0},buildPath:function(r,e){var t=e.cx,a=e.cy,i=e.width/2,n=e.height/2;r.moveTo(t,a-n),r.lineTo(t+i,a+n),r.lineTo(t-i,a+n),r.closePath()}}),uN=gt.extend({type:"diamond",shape:{cx:0,cy:0,width:0,height:0},buildPath:function(r,e){var t=e.cx,a=e.cy,i=e.width/2,n=e.height/2;r.moveTo(t,a-n),r.lineTo(t+i,a),r.lineTo(t,a+n),r.lineTo(t-i,a),r.closePath()}}),fN=gt.extend({type:"pin",shape:{x:0,y:0,width:0,height:0},buildPath:function(r,e){var t=e.x,a=e.y,i=e.width/5*3,n=Math.max(i,e.height),o=i/2,s=o*o/(n-o),l=a-n+o+s,u=Math.asin(s/o),f=Math.cos(u)*o,h=Math.sin(u),v=Math.cos(u),c=o*.6,p=o*.7;r.moveTo(t-f,l+s),r.arc(t,l,o,Math.PI-u,Math.PI*2+u),r.bezierCurveTo(t+f-h*c,l+s+v*c,t,a-p,t,a),r.bezierCurveTo(t,a-p,t-f+h*c,l+s+v*c,t-f,l+s),r.closePath()}}),hN=gt.extend({type:"arrow",shape:{x:0,y:0,width:0,height:0},buildPath:function(r,e){var t=e.height,a=e.width,i=e.x,n=e.y,o=a/3*2;r.moveTo(i,n),r.lineTo(i+o,n+t),r.lineTo(i,n+t/4*3),r.lineTo(i-o,n+t),r.lineTo(i,n),r.closePath()}}),vN={line:oe,rect:xt,roundRect:xt,square:xt,circle:Wr,diamond:uN,pin:fN,arrow:hN,triangle:lN},cN={line:function(r,e,t,a,i){i.x1=r,i.y1=e+a/2,i.x2=r+t,i.y2=e+a/2},rect:function(r,e,t,a,i){i.x=r,i.y=e,i.width=t,i.height=a},roundRect:function(r,e,t,a,i){i.x=r,i.y=e,i.width=t,i.height=a,i.r=Math.min(t,a)/4},square:function(r,e,t,a,i){var n=Math.min(t,a);i.x=r,i.y=e,i.width=n,i.height=n},circle:function(r,e,t,a,i){i.cx=r+t/2,i.cy=e+a/2,i.r=Math.min(t,a)/2},diamond:function(r,e,t,a,i){i.cx=r+t/2,i.cy=e+a/2,i.width=t,i.height=a},pin:function(r,e,t,a,i){i.x=r+t/2,i.y=e+a/2,i.width=t,i.height=a},arrow:function(r,e,t,a,i){i.x=r+t/2,i.y=e+a/2,i.width=t,i.height=a},triangle:function(r,e,t,a,i){i.cx=r+t/2,i.cy=e+a/2,i.width=t,i.height=a}},gf={};C(vN,function(r,e){gf[e]=new r});var pN=gt.extend({type:"symbol",shape:{symbolType:"",x:0,y:0,width:0,height:0},calculateTextPosition:function(r,e,t){var a=af(r,e,t),i=this.shape;return i&&i.symbolType==="pin"&&e.position==="inside"&&(a.y=t.y+t.height*.4),a},buildPath:function(r,e,t){var a=e.symbolType;if(a!=="none"){var i=gf[a];i||(a="rect",i=gf[a]),cN[a](e.x,e.y,e.width,e.height,i.shape),i.buildPath(r,i.shape,t)}}});function dN(r,e){if(this.type!=="image"){var t=this.style;this.__isEmptyBrush?(t.stroke=r,t.fill=e||"#fff",t.lineWidth=2):this.shape.symbolType==="line"?t.stroke=r:t.fill=r,this.markRedraw()}}function Qt(r,e,t,a,i,n,o){var s=r.indexOf("empty")===0;s&&(r=r.substr(5,1).toLowerCase()+r.substr(6));var l;return r.indexOf("image://")===0?l=ET(r.slice(8),new ft(e,t,a,i),o?"center":"cover"):r.indexOf("path://")===0?l=oh(r.slice(7),{},new ft(e,t,a,i),o?"center":"cover"):l=new pN({shape:{symbolType:r,x:e,y:t,width:a,height:i}}),l.__isEmptyBrush=s,l.setColor=dN,n&&l.setColor(n),l}function cl(r){return z(r)||(r=[+r,+r]),[r[0]||0,r[1]||0]}function wo(r,e){if(r!=null)return z(r)||(r=[r,r]),[H(r[0],e[0])||0,H(ct(r[1],r[0]),e[1])||0]}function Hi(r){return isFinite(r)}function gN(r,e,t){var a=e.x==null?0:e.x,i=e.x2==null?1:e.x2,n=e.y==null?0:e.y,o=e.y2==null?0:e.y2;e.global||(a=a*t.width+t.x,i=i*t.width+t.x,n=n*t.height+t.y,o=o*t.height+t.y),a=Hi(a)?a:0,i=Hi(i)?i:1,n=Hi(n)?n:0,o=Hi(o)?o:0;var s=r.createLinearGradient(a,n,i,o);return s}function yN(r,e,t){var a=t.width,i=t.height,n=Math.min(a,i),o=e.x==null?.5:e.x,s=e.y==null?.5:e.y,l=e.r==null?.5:e.r;e.global||(o=o*a+t.x,s=s*i+t.y,l=l*n),o=Hi(o)?o:.5,s=Hi(s)?s:.5,l=l>=0&&Hi(l)?l:.5;var u=r.createRadialGradient(o,s,0,o,s,l);return u}function Up(r,e,t){for(var a=e.type==="radial"?yN(r,e,t):gN(r,e,t),i=e.colorStops,n=0;n<i.length;n++)a.addColorStop(i[n].offset,i[n].color);return a}function mN(r,e){if(r===e||!r&&!e)return!1;if(!r||!e||r.length!==e.length)return!0;for(var t=0;t<r.length;t++)if(r[t]!==e[t])return!0;return!1}function Kl(r){return parseInt(r,10)}function $n(r,e,t){var a=["width","height"][e],i=["clientWidth","clientHeight"][e],n=["paddingLeft","paddingTop"][e],o=["paddingRight","paddingBottom"][e];if(t[a]!=null&&t[a]!=="auto")return parseFloat(t[a]);var s=document.defaultView.getComputedStyle(r);return(r[i]||Kl(s[a])||Kl(r.style[a]))-(Kl(s[n])||0)-(Kl(s[o])||0)|0}function _N(r,e){return!r||r==="solid"||!(e>0)?null:r==="dashed"?[4*e,2*e]:r==="dotted"?[e]:wt(r)?[r]:z(r)?r:null}function Eg(r){var e=r.style,t=e.lineDash&&e.lineWidth>0&&_N(e.lineDash,e.lineWidth),a=e.lineDashOffset;if(t){var i=e.strokeNoScale&&r.getLineScale?r.getLineScale():1;i&&i!==1&&(t=G(t,function(n){return n/i}),a/=i)}return[t,a]}var SN=new Hr(!0);function yf(r){var e=r.stroke;return!(e==null||e==="none"||!(r.lineWidth>0))}function j0(r){return typeof r=="string"&&r!=="none"}function mf(r){var e=r.fill;return e!=null&&e!=="none"}function J0(r,e){if(e.fillOpacity!=null&&e.fillOpacity!==1){var t=r.globalAlpha;r.globalAlpha=e.fillOpacity*e.opacity,r.fill(),r.globalAlpha=t}else r.fill()}function t_(r,e){if(e.strokeOpacity!=null&&e.strokeOpacity!==1){var t=r.globalAlpha;r.globalAlpha=e.strokeOpacity*e.opacity,r.stroke(),r.globalAlpha=t}else r.stroke()}function Yp(r,e,t){var a=ag(e.image,e.__image,t);if(Jf(a)){var i=r.createPattern(a,e.repeat||"repeat");if(typeof DOMMatrix=="function"&&i&&i.setTransform){var n=new DOMMatrix;n.translateSelf(e.x||0,e.y||0),n.rotateSelf(0,0,(e.rotation||0)*Lu),n.scaleSelf(e.scaleX||1,e.scaleY||1),i.setTransform(n)}return i}}function xN(r,e,t,a){var i,n=yf(t),o=mf(t),s=t.strokePercent,l=s<1,u=!e.path;(!e.silent||l)&&u&&e.createPathProxy();var f=e.path||SN,h=e.__dirty;if(!a){var v=t.fill,c=t.stroke,p=o&&!!v.colorStops,d=n&&!!c.colorStops,g=o&&!!v.image,y=n&&!!c.image,m=void 0,_=void 0,S=void 0,b=void 0,x=void 0;(p||d)&&(x=e.getBoundingRect()),p&&(m=h?Up(r,v,x):e.__canvasFillGradient,e.__canvasFillGradient=m),d&&(_=h?Up(r,c,x):e.__canvasStrokeGradient,e.__canvasStrokeGradient=_),g&&(S=h||!e.__canvasFillPattern?Yp(r,v,e):e.__canvasFillPattern,e.__canvasFillPattern=S),y&&(b=h||!e.__canvasStrokePattern?Yp(r,c,e):e.__canvasStrokePattern,e.__canvasStrokePattern=S),p?r.fillStyle=m:g&&(S?r.fillStyle=S:o=!1),d?r.strokeStyle=_:y&&(b?r.strokeStyle=b:n=!1)}var w=e.getGlobalScale();f.setScale(w[0],w[1],e.segmentIgnoreThreshold);var T,A;r.setLineDash&&t.lineDash&&(i=Eg(e),T=i[0],A=i[1]);var M=!0;(u||h&Nn)&&(f.setDPR(r.dpr),l?f.setContext(null):(f.setContext(r),M=!1),f.reset(),e.buildPath(f,e.shape,a),f.toStatic(),e.pathUpdated()),M&&f.rebuildPath(r,l?s:1),T&&(r.setLineDash(T),r.lineDashOffset=A),a||(t.strokeFirst?(n&&t_(r,t),o&&J0(r,t)):(o&&J0(r,t),n&&t_(r,t))),T&&r.setLineDash([])}function bN(r,e,t){var a=e.__image=ag(t.image,e.__image,e,e.onload);if(!(!a||!Jf(a))){var i=t.x||0,n=t.y||0,o=e.getWidth(),s=e.getHeight(),l=a.width/a.height;if(o==null&&s!=null?o=s*l:s==null&&o!=null?s=o/l:o==null&&s==null&&(o=a.width,s=a.height),t.sWidth&&t.sHeight){var u=t.sx||0,f=t.sy||0;r.drawImage(a,u,f,t.sWidth,t.sHeight,i,n,o,s)}else if(t.sx&&t.sy){var u=t.sx,f=t.sy,h=o-u,v=s-f;r.drawImage(a,u,f,h,v,i,n,o,s)}else r.drawImage(a,i,n,o,s)}}function wN(r,e,t){var a,i=t.text;if(i!=null&&(i+=""),i){r.font=t.font||$a,r.textAlign=t.textAlign,r.textBaseline=t.textBaseline;var n=void 0,o=void 0;r.setLineDash&&t.lineDash&&(a=Eg(e),n=a[0],o=a[1]),n&&(r.setLineDash(n),r.lineDashOffset=o),t.strokeFirst?(yf(t)&&r.strokeText(i,t.x,t.y),mf(t)&&r.fillText(i,t.x,t.y)):(mf(t)&&r.fillText(i,t.x,t.y),yf(t)&&r.strokeText(i,t.x,t.y)),n&&r.setLineDash([])}}var e_=["shadowBlur","shadowOffsetX","shadowOffsetY"],r_=[["lineCap","butt"],["lineJoin","miter"],["miterLimit",10]];function qA(r,e,t,a,i){var n=!1;if(!a&&(t=t||{},e===t))return!1;if(a||e.opacity!==t.opacity){Re(r,i),n=!0;var o=Math.max(Math.min(e.opacity,1),0);r.globalAlpha=isNaN(o)?Ui.opacity:o}(a||e.blend!==t.blend)&&(n||(Re(r,i),n=!0),r.globalCompositeOperation=e.blend||Ui.blend);for(var s=0;s<e_.length;s++){var l=e_[s];(a||e[l]!==t[l])&&(n||(Re(r,i),n=!0),r[l]=r.dpr*(e[l]||0))}return(a||e.shadowColor!==t.shadowColor)&&(n||(Re(r,i),n=!0),r.shadowColor=e.shadowColor||Ui.shadowColor),n}function a_(r,e,t,a,i){var n=Ws(e,i.inHover),o=a?null:t&&Ws(t,i.inHover)||{};if(n===o)return!1;var s=qA(r,n,o,a,i);if((a||n.fill!==o.fill)&&(s||(Re(r,i),s=!0),j0(n.fill)&&(r.fillStyle=n.fill)),(a||n.stroke!==o.stroke)&&(s||(Re(r,i),s=!0),j0(n.stroke)&&(r.strokeStyle=n.stroke)),(a||n.opacity!==o.opacity)&&(s||(Re(r,i),s=!0),r.globalAlpha=n.opacity==null?1:n.opacity),e.hasStroke()){var l=n.lineWidth,u=l/(n.strokeNoScale&&e.getLineScale?e.getLineScale():1);r.lineWidth!==u&&(s||(Re(r,i),s=!0),r.lineWidth=u)}for(var f=0;f<r_.length;f++){var h=r_[f],v=h[0];(a||n[v]!==o[v])&&(s||(Re(r,i),s=!0),r[v]=n[v]||h[1])}return s}function TN(r,e,t,a,i){return qA(r,Ws(e,i.inHover),t&&Ws(t,i.inHover),a,i)}function KA(r,e){var t=e.transform,a=r.dpr||1;t?r.setTransform(a*t[0],a*t[1],a*t[2],a*t[3],a*t[4],a*t[5]):r.setTransform(a,0,0,a,0,0)}function AN(r,e,t){for(var a=!1,i=0;i<r.length;i++){var n=r[i];a=a||n.isZeroArea(),KA(e,n),e.beginPath(),n.buildPath(e,n.shape),e.clip()}t.allClipped=a}function CN(r,e){return r&&e?r[0]!==e[0]||r[1]!==e[1]||r[2]!==e[2]||r[3]!==e[3]||r[4]!==e[4]||r[5]!==e[5]:!(!r&&!e)}var i_=1,n_=2,o_=3,s_=4;function MN(r){var e=mf(r),t=yf(r);return!(r.lineDash||!(+e^+t)||e&&typeof r.fill!="string"||t&&typeof r.stroke!="string"||r.strokePercent<1||r.strokeOpacity<1||r.fillOpacity<1)}function Re(r,e){e.batchFill&&r.fill(),e.batchStroke&&r.stroke(),e.batchFill="",e.batchStroke=""}function Ws(r,e){return e&&r.__hoverStyle||r.style}function QA(r,e){Wi(r,e,{inHover:!1,viewWidth:0,viewHeight:0},!0)}function Wi(r,e,t,a){var i=e.transform;if(!e.shouldBePainted(t.viewWidth,t.viewHeight,!1,!1)){e.__dirty&=~ze,e.__isRendered=!1;return}var n=e.__clipPaths,o=t.prevElClipPaths,s=!1,l=!1;if((!o||mN(n,o))&&(o&&o.length&&(Re(r,t),r.restore(),l=s=!0,t.prevElClipPaths=null,t.allClipped=!1,t.prevEl=null),n&&n.length&&(Re(r,t),r.save(),AN(n,r,t),s=!0),t.prevElClipPaths=n),t.allClipped){e.__isRendered=!1;return}e.beforeBrush&&e.beforeBrush(),e.innerBeforeBrush();var u=t.prevEl;u||(l=s=!0);var f=e instanceof gt&&e.autoBatch&&MN(e.style);s||CN(i,u.transform)?(Re(r,t),KA(r,e)):f||Re(r,t);var h=Ws(e,t.inHover);e instanceof gt?(t.lastDrawType!==i_&&(l=!0,t.lastDrawType=i_),a_(r,e,u,l,t),(!f||!t.batchFill&&!t.batchStroke)&&r.beginPath(),xN(r,e,h,f),f&&(t.batchFill=h.fill||"",t.batchStroke=h.stroke||"")):e instanceof Es?(t.lastDrawType!==o_&&(l=!0,t.lastDrawType=o_),a_(r,e,u,l,t),wN(r,e,h)):e instanceof ve?(t.lastDrawType!==n_&&(l=!0,t.lastDrawType=n_),TN(r,e,u,l,t),bN(r,e,h)):e.getTemporalDisplayables&&(t.lastDrawType!==s_&&(l=!0,t.lastDrawType=s_),DN(r,e,t)),f&&a&&Re(r,t),e.innerAfterBrush(),e.afterBrush&&e.afterBrush(),t.prevEl=e,e.__dirty=0,e.__isRendered=!0}function DN(r,e,t){var a=e.getDisplayables(),i=e.getTemporalDisplayables();r.save();var n={prevElClipPaths:null,prevEl:null,allClipped:!1,viewWidth:t.viewWidth,viewHeight:t.viewHeight,inHover:t.inHover},o,s;for(o=e.getCursor(),s=a.length;o<s;o++){var l=a[o];l.beforeBrush&&l.beforeBrush(),l.innerBeforeBrush(),Wi(r,l,n,o===s-1),l.innerAfterBrush(),l.afterBrush&&l.afterBrush(),n.prevEl=l}for(var u=0,f=i.length;u<f;u++){var l=i[u];l.beforeBrush&&l.beforeBrush(),l.innerBeforeBrush(),Wi(r,l,n,u===f-1),l.innerAfterBrush(),l.afterBrush&&l.afterBrush(),n.prevEl=l}e.clearTemporalDisplayables(),e.notClear=!0,r.restore()}var Mv=new sN,l_=new al(100),u_=["symbol","symbolSize","symbolKeepAspect","color","backgroundColor","dashArrayX","dashArrayY","maxTileWidth","maxTileHeight"];function eo(r,e){if(r==="none")return null;var t=e.getDevicePixelRatio(),a=e.getZr(),i=a.painter.type==="svg";r.dirty&&Mv.delete(r);var n=Mv.get(r);if(n)return n;var o=Q(r,{symbol:"rect",symbolSize:1,symbolKeepAspect:!0,color:"rgba(0, 0, 0, 0.2)",backgroundColor:null,dashArrayX:5,dashArrayY:5,rotation:0,maxTileWidth:512,maxTileHeight:512});o.backgroundColor==="none"&&(o.backgroundColor=null);var s={repeat:"repeat"};return l(s),s.rotation=o.rotation,s.scaleX=s.scaleY=i?1:1/t,Mv.set(r,s),r.dirty=!1,s;function l(u){for(var f=[t],h=!0,v=0;v<u_.length;++v){var c=o[u_[v]];if(c!=null&&!z(c)&&!$(c)&&!wt(c)&&typeof c!="boolean"){h=!1;break}f.push(c)}var p;if(h){p=f.join(",")+(i?"-svg":"");var d=l_.get(p);d&&(i?u.svgElement=d:u.image=d)}var g=JA(o.dashArrayX),y=LN(o.dashArrayY),m=jA(o.symbol),_=IN(g),S=tC(y),b=!i&&Ua.createCanvas(),x=i&&{tag:"g",attrs:{},key:"dcl",children:[]},w=A(),T;b&&(b.width=w.width*t,b.height=w.height*t,T=b.getContext("2d")),M(),h&&l_.put(p,b||x),u.image=b,u.svgElement=x,u.svgWidth=w.width,u.svgHeight=w.height;function A(){for(var D=1,L=0,I=_.length;L<I;++L)D=Tm(D,_[L]);for(var P=1,L=0,I=m.length;L<I;++L)P=Tm(P,m[L].length);D*=P;var R=S*_.length*m.length;return{width:Math.max(1,Math.min(D,o.maxTileWidth)),height:Math.max(1,Math.min(R,o.maxTileHeight))}}function M(){T&&(T.clearRect(0,0,b.width,b.height),o.backgroundColor&&(T.fillStyle=o.backgroundColor,T.fillRect(0,0,b.width,b.height)));for(var D=0,L=0;L<y.length;++L)D+=y[L];if(D<=0)return;for(var I=-S,P=0,R=0,E=0;I<w.height;){if(P%2===0){for(var N=R/2%m.length,O=0,B=0,F=0;O<w.width*2;){for(var W=0,L=0;L<g[E].length;++L)W+=g[E][L];if(W<=0)break;if(B%2===0){var Z=(1-o.symbolSize)*.5,tt=O+g[E][B]*Z,ht=I+y[P]*Z,It=g[E][B]*o.symbolSize,Dt=y[P]*o.symbolSize,dt=F/2%m[N].length;et(tt,ht,It,Dt,m[N][dt])}O+=g[E][B],++F,++B,B===g[E].length&&(B=0)}++E,E===g.length&&(E=0)}I+=y[P],++R,++P,P===y.length&&(P=0)}function et(yt,ut,X,ot,Vt){var St=i?1:t,$t=Qt(Vt,yt*St,ut*St,X*St,ot*St,o.color,o.symbolKeepAspect);if(i){var Ht=a.painter.renderOneToVNode($t);Ht&&x.children.push(Ht)}else QA(T,$t)}}}}function jA(r){if(!r||r.length===0)return[["rect"]];if($(r))return[[r]];for(var e=!0,t=0;t<r.length;++t)if(!$(r[t])){e=!1;break}if(e)return jA([r]);for(var a=[],t=0;t<r.length;++t)$(r[t])?a.push([r[t]]):a.push(r[t]);return a}function JA(r){if(!r||r.length===0)return[[0,0]];if(wt(r)){var e=Math.ceil(r);return[[e,e]]}for(var t=!0,a=0;a<r.length;++a)if(!wt(r[a])){t=!1;break}if(t)return JA([r]);for(var i=[],a=0;a<r.length;++a)if(wt(r[a])){var e=Math.ceil(r[a]);i.push([e,e])}else{var e=G(r[a],function(s){return Math.ceil(s)});e.length%2===1?i.push(e.concat(e)):i.push(e)}return i}function LN(r){if(!r||typeof r=="object"&&r.length===0)return[0,0];if(wt(r)){var e=Math.ceil(r);return[e,e]}var t=G(r,function(a){return Math.ceil(a)});return r.length%2?t.concat(t):t}function IN(r){return G(r,function(e){return tC(e)})}function tC(r){for(var e=0,t=0;t<r.length;++t)e+=r[t];return r.length%2===1?e*2:e}function PN(r,e){r.eachRawSeries(function(t){if(!r.isSeriesFiltered(t)){var a=t.getData();a.hasItemVisual()&&a.each(function(o){var s=a.getItemVisual(o,"decal");if(s){var l=a.ensureUniqueItemVisual(o,"style");l.decal=eo(s,e)}});var i=a.getVisual("decal");if(i){var n=a.getVisual("style");n.decal=eo(i,e)}}})}var RN=new sr,cr=RN,eC={};function EN(r,e){eC[r]=e}function kN(r){return eC[r]}var ON=typeof window!="undefined",NN=1,BN=800,VN=900,zN=1e3,GN=2e3,FN=5e3,rC=1e3,HN=1100,kg=2e3,aC=3e3,WN=4e3,mh=4500,$N=4600,UN=5e3,YN=6e3,iC=7e3,ZN={PROCESSOR:{FILTER:zN,SERIES_FILTER:BN,STATISTIC:FN},VISUAL:{LAYOUT:rC,PROGRESSIVE_LAYOUT:HN,GLOBAL:kg,CHART:aC,POST_CHART_LAYOUT:$N,COMPONENT:WN,BRUSH:UN,CHART_ITEM:mh,ARIA:YN,DECAL:iC}},de="__flagInMainProcess",Le="__pendingUpdate",Dv="__needsUpdateStatus",f_=/^[a-zA-Z0-9_]+$/,Lv="__connectUpdateStatus",h_=0,XN=1,qN=2;function nC(r){return function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];if(this.isDisposed()){this.id;return}return sC(this,r,e)}}function oC(r){return function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return sC(this,r,e)}}function sC(r,e,t){return t[0]=t[0]&&t[0].toLowerCase(),sr.prototype[e].apply(r,t)}var lC=function(r){k(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e}(sr),uC=lC.prototype;uC.on=oC("on");uC.off=oC("off");var An,Iv,Ql,Sa,Pv,Rv,Ev,Bo,Vo,v_,c_,kv,p_,jl,d_,fC,We,g_,hC=function(r){k(e,r);function e(t,a,i){var n=r.call(this,new tN)||this;n._chartsViews=[],n._chartsMap={},n._componentsViews=[],n._componentsMap={},n._pendingActions=[],i=i||{},$(a)&&(a=vC[a]),n._dom=t;var o="canvas",s=!1,l=n._zr=Sm(t,{renderer:i.renderer||o,devicePixelRatio:i.devicePixelRatio,width:i.width,height:i.height,ssr:i.ssr,useDirtyRect:i.useDirtyRect==null?s:i.useDirtyRect});n._ssr=i.ssr,n._throttledZrFlush=Pg(U(l.flush,l),17),a=J(a),a&&yA(a,!0),n._theme=a,n._locale=nk(i.locale||$T),n._coordSysMgr=new hl;var u=n._api=d_(n);function f(h,v){return h.__prio-v.__prio}return Pu(Sf,f),Pu(Zp,f),n._scheduler=new UA(n,u,Zp,Sf),n._messageCenter=new lC,n._initEvents(),n.resize=U(n.resize,n),l.animation.on("frame",n._onframe,n),v_(l,n),c_(l,n),qu(n),n}return e.prototype._onframe=function(){if(!this._disposed){g_(this);var t=this._scheduler;if(this[Le]){var a=this[Le].silent;this[de]=!0;try{An(this),Sa.update.call(this,null,this[Le].updateParams)}catch(l){throw this[de]=!1,this[Le]=null,l}this._zr.flush(),this[de]=!1,this[Le]=null,Bo.call(this,a),Vo.call(this,a)}else if(t.unfinished){var i=NN,n=this._model,o=this._api;t.unfinished=!1;do{var s=+new Date;t.performSeriesTasks(n),t.performDataProcessorTasks(n),Rv(this,n),t.performVisualTasks(n),jl(this,this._model,o,"remain",{}),i-=+new Date-s}while(i>0&&t.unfinished);t.unfinished||this._zr.flush()}}},e.prototype.getDom=function(){return this._dom},e.prototype.getId=function(){return this.id},e.prototype.getZr=function(){return this._zr},e.prototype.isSSR=function(){return this._ssr},e.prototype.setOption=function(t,a,i){if(!this[de]){if(this._disposed){this.id;return}var n,o,s;if(j(a)&&(i=a.lazyUpdate,n=a.silent,o=a.replaceMerge,s=a.transition,a=a.notMerge),this[de]=!0,!this._model||a){var l=new zk(this._api),u=this._theme,f=this._model=new pA;f.scheduler=this._scheduler,f.ssr=this._ssr,f.init(null,null,null,u,this._locale,l)}this._model.setOption(t,{replaceMerge:o},Xp);var h={seriesTransition:s,optionChanged:!0};if(i)this[Le]={silent:n,updateParams:h},this[de]=!1,this.getZr().wakeUp();else{try{An(this),Sa.update.call(this,null,h)}catch(v){throw this[Le]=null,this[de]=!1,v}this._ssr||this._zr.flush(),this[Le]=null,this[de]=!1,Bo.call(this,n),Vo.call(this,n)}}},e.prototype.setTheme=function(){},e.prototype.getModel=function(){return this._model},e.prototype.getOption=function(){return this._model&&this._model.getOption()},e.prototype.getWidth=function(){return this._zr.getWidth()},e.prototype.getHeight=function(){return this._zr.getHeight()},e.prototype.getDevicePixelRatio=function(){return this._zr.painter.dpr||ON&&window.devicePixelRatio||1},e.prototype.getRenderedCanvas=function(t){return this.renderToCanvas(t)},e.prototype.renderToCanvas=function(t){t=t||{};var a=this._zr.painter;return a.getRenderedCanvas({backgroundColor:t.backgroundColor||this._model.get("backgroundColor"),pixelRatio:t.pixelRatio||this.getDevicePixelRatio()})},e.prototype.renderToSVGString=function(t){t=t||{};var a=this._zr.painter;return a.renderToString({useViewBox:t.useViewBox})},e.prototype.getSvgDataURL=function(){if(!!Mt.svgSupported){var t=this._zr,a=t.storage.getDisplayList();return C(a,function(i){i.stopAnimation(null,!0)}),t.painter.toDataURL()}},e.prototype.getDataURL=function(t){if(this._disposed){this.id;return}t=t||{};var a=t.excludeComponents,i=this._model,n=[],o=this;C(a,function(l){i.eachComponent({mainType:l},function(u){var f=o._componentsMap[u.__viewId];f.group.ignore||(n.push(f),f.group.ignore=!0)})});var s=this._zr.painter.getType()==="svg"?this.getSvgDataURL():this.renderToCanvas(t).toDataURL("image/"+(t&&t.type||"png"));return C(n,function(l){l.group.ignore=!1}),s},e.prototype.getConnectedDataURL=function(t){if(this._disposed){this.id;return}var a=t.type==="svg",i=this.group,n=Math.min,o=Math.max,s=1/0;if(y_[i]){var l=s,u=s,f=-s,h=-s,v=[],c=t&&t.pixelRatio||this.getDevicePixelRatio();C(ws,function(_,S){if(_.group===i){var b=a?_.getZr().painter.getSvgDom().innerHTML:_.renderToCanvas(J(t)),x=_.getDom().getBoundingClientRect();l=n(x.left,l),u=n(x.top,u),f=o(x.right,f),h=o(x.bottom,h),v.push({dom:b,left:x.left,top:x.top})}}),l*=c,u*=c,f*=c,h*=c;var p=f-l,d=h-u,g=Ua.createCanvas(),y=Sm(g,{renderer:a?"svg":"canvas"});if(y.resize({width:p,height:d}),a){var m="";return C(v,function(_){var S=_.left-l,b=_.top-u;m+='<g transform="translate('+S+","+b+')">'+_.dom+"</g>"}),y.painter.getSvgRoot().innerHTML=m,t.connectedBackgroundColor&&y.painter.setBackgroundColor(t.connectedBackgroundColor),y.refreshImmediately(),y.painter.toDataURL()}else return t.connectedBackgroundColor&&y.add(new xt({shape:{x:0,y:0,width:p,height:d},style:{fill:t.connectedBackgroundColor}})),C(v,function(_){var S=new ve({style:{x:_.left*c-l,y:_.top*c-u,image:_.dom}});y.add(S)}),y.refreshImmediately(),g.toDataURL("image/"+(t&&t.type||"png"))}else return this.getDataURL(t)},e.prototype.convertToPixel=function(t,a){return Pv(this,"convertToPixel",t,a)},e.prototype.convertFromPixel=function(t,a){return Pv(this,"convertFromPixel",t,a)},e.prototype.containPixel=function(t,a){if(this._disposed){this.id;return}var i=this._model,n,o=gs(i,t);return C(o,function(s,l){l.indexOf("Models")>=0&&C(s,function(u){var f=u.coordinateSystem;if(f&&f.containPoint)n=n||!!f.containPoint(a);else if(l==="seriesModels"){var h=this._chartsMap[u.__viewId];h&&h.containPoint&&(n=n||h.containPoint(a,u))}},this)},this),!!n},e.prototype.getVisual=function(t,a){var i=this._model,n=gs(i,t,{defaultMainType:"series"}),o=n.seriesModel,s=o.getData(),l=n.hasOwnProperty("dataIndexInside")?n.dataIndexInside:n.hasOwnProperty("dataIndex")?s.indexOfRawIndex(n.dataIndex):null;return l!=null?Rg(s,l,a):vl(s,a)},e.prototype.getViewOfComponentModel=function(t){return this._componentsMap[t.__viewId]},e.prototype.getViewOfSeriesModel=function(t){return this._chartsMap[t.__viewId]},e.prototype._initEvents=function(){var t=this;C(KN,function(a){var i=function(n){var o=t.getModel(),s=n.target,l,u=a==="globalout";if(u?l={}:s&&Wn(s,function(p){var d=at(p);if(d&&d.dataIndex!=null){var g=d.dataModel||o.getSeriesByIndex(d.seriesIndex);return l=g&&g.getDataParams(d.dataIndex,d.dataType)||{},!0}else if(d.eventData)return l=V({},d.eventData),!0},!0),l){var f=l.componentType,h=l.componentIndex;(f==="markLine"||f==="markPoint"||f==="markArea")&&(f="series",h=l.seriesIndex);var v=f&&h!=null&&o.getComponent(f,h),c=v&&t[v.mainType==="series"?"_chartsMap":"_componentsMap"][v.__viewId];l.event=n,l.type=a,t._$eventProcessor.eventInfo={targetEl:s,packedEvent:l,model:v,view:c},t.trigger(a,l)}};i.zrEventfulCallAtLast=!0,t._zr.on(a,i,t)}),C(bs,function(a,i){t._messageCenter.on(i,function(n){this.trigger(i,n)},t)}),C(["selectchanged"],function(a){t._messageCenter.on(a,function(i){this.trigger(a,i)},t)}),aN(this._messageCenter,this,this._api)},e.prototype.isDisposed=function(){return this._disposed},e.prototype.clear=function(){if(this._disposed){this.id;return}this.setOption({series:[]},!0)},e.prototype.dispose=function(){if(this._disposed){this.id;return}this._disposed=!0;var t=this.getDom();t&&Fw(this.getDom(),Ng,"");var a=this,i=a._api,n=a._model;C(a._componentsViews,function(o){o.dispose(n,i)}),C(a._chartsViews,function(o){o.dispose(n,i)}),a._zr.dispose(),a._dom=a._model=a._chartsMap=a._componentsMap=a._chartsViews=a._componentsViews=a._scheduler=a._api=a._zr=a._throttledZrFlush=a._theme=a._coordSysMgr=a._messageCenter=null,delete ws[a.id]},e.prototype.resize=function(t){if(!this[de]){if(this._disposed){this.id;return}this._zr.resize(t);var a=this._model;if(this._loadingFX&&this._loadingFX.resize(),!!a){var i=a.resetOption("media"),n=t&&t.silent;this[Le]&&(n==null&&(n=this[Le].silent),i=!0,this[Le]=null),this[de]=!0;try{i&&An(this),Sa.update.call(this,{type:"resize",animation:V({duration:0},t&&t.animation)})}catch(o){throw this[de]=!1,o}this[de]=!1,Bo.call(this,n),Vo.call(this,n)}}},e.prototype.showLoading=function(t,a){if(this._disposed){this.id;return}if(j(t)&&(a=t,t=""),t=t||"default",this.hideLoading(),!!qp[t]){var i=qp[t](this._api,a),n=this._zr;this._loadingFX=i,n.add(i)}},e.prototype.hideLoading=function(){if(this._disposed){this.id;return}this._loadingFX&&this._zr.remove(this._loadingFX),this._loadingFX=null},e.prototype.makeActionFromEvent=function(t){var a=V({},t);return a.type=bs[t.type],a},e.prototype.dispatchAction=function(t,a){if(this._disposed){this.id;return}if(j(a)||(a={silent:!!a}),!!_f[t.type]&&!!this._model){if(this[de]){this._pendingActions.push(t);return}var i=a.silent;Ev.call(this,t,i);var n=a.flush;n?this._zr.flush():n!==!1&&Mt.browser.weChat&&this._throttledZrFlush(),Bo.call(this,i),Vo.call(this,i)}},e.prototype.updateLabelLayout=function(){cr.trigger("series:layoutlabels",this._model,this._api,{updatedSeries:[]})},e.prototype.appendData=function(t){if(this._disposed){this.id;return}var a=t.seriesIndex,i=this.getModel(),n=i.getSeriesByIndex(a);n.appendData(t),this._scheduler.unfinished=!0,this.getZr().wakeUp()},e.internalField=function(){An=function(h){var v=h._scheduler;v.restorePipelines(h._model),v.prepareStageTasks(),Iv(h,!0),Iv(h,!1),v.plan()},Iv=function(h,v){for(var c=h._model,p=h._scheduler,d=v?h._componentsViews:h._chartsViews,g=v?h._componentsMap:h._chartsMap,y=h._zr,m=h._api,_=0;_<d.length;_++)d[_].__alive=!1;v?c.eachComponent(function(x,w){x!=="series"&&S(w)}):c.eachSeries(S);function S(x){var w=x.__requireNewView;x.__requireNewView=!1;var T="_ec_"+x.id+"_"+x.type,A=!w&&g[T];if(!A){var M=kr(x.type),D=v?Wt.getClass(M.main,M.sub):Bt.getClass(M.sub);A=new D,A.init(c,m),g[T]=A,d.push(A),y.add(A.group)}x.__viewId=A.__id=T,A.__alive=!0,A.__model=x,A.group.__ecComponentInfo={mainType:x.mainType,index:x.componentIndex},!v&&p.prepareView(A,x,c,m)}for(var _=0;_<d.length;){var b=d[_];b.__alive?_++:(!v&&b.renderTask.dispose(),y.remove(b.group),b.dispose(c,m),d.splice(_,1),g[b.__id]===b&&delete g[b.__id],b.__id=b.group.__ecComponentInfo=null)}},Ql=function(h,v,c,p,d){var g=h._model;if(g.setUpdatePayload(c),!p){C([].concat(h._componentsViews).concat(h._chartsViews),b);return}var y={};y[p+"Id"]=c[p+"Id"],y[p+"Index"]=c[p+"Index"],y[p+"Name"]=c[p+"Name"];var m={mainType:p,query:y};d&&(m.subType=d);var _=c.excludeSeriesId,S;_!=null&&(S=q(),C(Et(_),function(x){var w=Jt(x,null);w!=null&&S.set(w,!0)})),g&&g.eachComponent(m,function(x){var w=S&&S.get(x.id)!==null;if(!w)if(jm(c))if(x instanceof Ft)c.type===Yi&&!c.notBlur&&!x.get(["emphasis","disabled"])&&KR(x,c,h._api);else{var T=lg(x.mainType,x.componentIndex,c.name,h._api),A=T.focusSelf,M=T.dispatchers;c.type===Yi&&A&&!c.notBlur&&Lp(x.mainType,x.componentIndex,h._api),M&&C(M,function(D){c.type===Yi?la(D):ua(D)})}else Pp(c)&&x instanceof Ft&&(JR(x,c,h._api),Km(x),We(h))},h),g&&g.eachComponent(m,function(x){var w=S&&S.get(x.id)!==null;w||b(h[p==="series"?"_chartsMap":"_componentsMap"][x.__viewId])},h);function b(x){x&&x.__alive&&x[v]&&x[v](x.__model,g,h._api,c)}},Sa={prepareAndUpdate:function(h){An(this),Sa.update.call(this,h,{optionChanged:h.newOption!=null})},update:function(h,v){var c=this._model,p=this._api,d=this._zr,g=this._coordSysMgr,y=this._scheduler;if(!!c){c.setUpdatePayload(h),y.restoreData(c,h),y.performSeriesTasks(c),g.create(c,p),y.performDataProcessorTasks(c,h),Rv(this,c),g.update(c,p),t(c),y.performVisualTasks(c,h),kv(this,c,p,h,v);var m=c.get("backgroundColor")||"transparent",_=c.get("darkMode");d.setBackgroundColor(m),_!=null&&_!=="auto"&&d.setDarkMode(_),cr.trigger("afterupdate",c,p)}},updateTransform:function(h){var v=this,c=this._model,p=this._api;if(!!c){c.setUpdatePayload(h);var d=[];c.eachComponent(function(y,m){if(y!=="series"){var _=v.getViewOfComponentModel(m);if(_&&_.__alive)if(_.updateTransform){var S=_.updateTransform(m,c,p,h);S&&S.update&&d.push(_)}else d.push(_)}});var g=q();c.eachSeries(function(y){var m=v._chartsMap[y.__viewId];if(m.updateTransform){var _=m.updateTransform(y,c,p,h);_&&_.update&&g.set(y.uid,1)}else g.set(y.uid,1)}),t(c),this._scheduler.performVisualTasks(c,h,{setDirty:!0,dirtyMap:g}),jl(this,c,p,h,{},g),cr.trigger("afterupdate",c,p)}},updateView:function(h){var v=this._model;!v||(v.setUpdatePayload(h),Bt.markUpdateMethod(h,"updateView"),t(v),this._scheduler.performVisualTasks(v,h,{setDirty:!0}),kv(this,v,this._api,h,{}),cr.trigger("afterupdate",v,this._api))},updateVisual:function(h){var v=this,c=this._model;!c||(c.setUpdatePayload(h),c.eachSeries(function(p){p.getData().clearAllVisual()}),Bt.markUpdateMethod(h,"updateVisual"),t(c),this._scheduler.performVisualTasks(c,h,{visualType:"visual",setDirty:!0}),c.eachComponent(function(p,d){if(p!=="series"){var g=v.getViewOfComponentModel(d);g&&g.__alive&&g.updateVisual(d,c,v._api,h)}}),c.eachSeries(function(p){var d=v._chartsMap[p.__viewId];d.updateVisual(p,c,v._api,h)}),cr.trigger("afterupdate",c,this._api))},updateLayout:function(h){Sa.update.call(this,h)}},Pv=function(h,v,c,p){if(h._disposed){h.id;return}for(var d=h._model,g=h._coordSysMgr.getCoordinateSystems(),y,m=gs(d,c),_=0;_<g.length;_++){var S=g[_];if(S[v]&&(y=S[v](d,m,p))!=null)return y}},Rv=function(h,v){var c=h._chartsMap,p=h._scheduler;v.eachSeries(function(d){p.updateStreamModes(d,c[d.__viewId])})},Ev=function(h,v){var c=this,p=this.getModel(),d=h.type,g=h.escapeConnect,y=_f[d],m=y.actionInfo,_=(m.update||"update").split(":"),S=_.pop(),b=_[0]!=null&&kr(_[0]);this[de]=!0;var x=[h],w=!1;h.batch&&(w=!0,x=G(h.batch,function(P){return P=Q(V({},P),h),P.batch=null,P}));var T=[],A,M=Pp(h),D=jm(h);if(D&&cT(this._api),C(x,function(P){if(A=y.action(P,c._model,c._api),A=A||V({},P),A.type=m.event||A.type,T.push(A),D){var R=eg(h),E=R.queryOptionMap,N=R.mainTypeSpecified,O=N?E.keys()[0]:"series";Ql(c,S,P,O),We(c)}else M?(Ql(c,S,P,"series"),We(c)):b&&Ql(c,S,P,b.main,b.sub)}),S!=="none"&&!D&&!M&&!b)try{this[Le]?(An(this),Sa.update.call(this,h),this[Le]=null):Sa[S].call(this,h)}catch(P){throw this[de]=!1,P}if(w?A={type:m.event||d,escapeConnect:g,batch:T}:A=T[0],this[de]=!1,!v){var L=this._messageCenter;if(L.trigger(A.type,A),M){var I={type:"selectchanged",escapeConnect:g,selected:tE(p),isFromClick:h.isFromClick||!1,fromAction:h.type,fromActionPayload:h};L.trigger(I.type,I)}}},Bo=function(h){for(var v=this._pendingActions;v.length;){var c=v.shift();Ev.call(this,c,h)}},Vo=function(h){!h&&this.trigger("updated")},v_=function(h,v){h.on("rendered",function(c){v.trigger("rendered",c),h.animation.isFinished()&&!v[Le]&&!v._scheduler.unfinished&&!v._pendingActions.length&&v.trigger("finished")})},c_=function(h,v){h.on("mouseover",function(c){var p=c.target,d=Wn(p,Os);d&&(QR(d,c,v._api),We(v))}).on("mouseout",function(c){var p=c.target,d=Wn(p,Os);d&&(jR(d,c,v._api),We(v))}).on("click",function(c){var p=c.target,d=Wn(p,function(m){return at(m).dataIndex!=null},!0);if(d){var g=d.selected?"unselect":"select",y=at(d);v._api.dispatchAction({type:g,dataType:y.dataType,dataIndexInside:y.dataIndex,seriesIndex:y.seriesIndex,isFromClick:!0})}})};function t(h){h.clearColorPalette(),h.eachSeries(function(v){v.clearColorPalette()})}function a(h){var v=[],c=[],p=!1;if(h.eachComponent(function(m,_){var S=_.get("zlevel")||0,b=_.get("z")||0,x=_.getZLevelKey();p=p||!!x,(m==="series"?c:v).push({zlevel:S,z:b,idx:_.componentIndex,type:m,key:x})}),p){var d=v.concat(c),g,y;Pu(d,function(m,_){return m.zlevel===_.zlevel?m.z-_.z:m.zlevel-_.zlevel}),C(d,function(m){var _=h.getComponent(m.type,m.idx),S=m.zlevel,b=m.key;g!=null&&(S=Math.max(g,S)),b?(S===g&&b!==y&&S++,y=b):y&&(S===g&&S++,y=""),g=S,_.setZLevel(S)})}}kv=function(h,v,c,p,d){a(v),p_(h,v,c,p,d),C(h._chartsViews,function(g){g.__alive=!1}),jl(h,v,c,p,d),C(h._chartsViews,function(g){g.__alive||g.remove(v,c)})},p_=function(h,v,c,p,d,g){C(g||h._componentsViews,function(y){var m=y.__model;u(m,y),y.render(m,v,c,p),s(m,y),f(m,y)})},jl=function(h,v,c,p,d,g){var y=h._scheduler;d=V(d||{},{updatedSeries:v.getSeries()}),cr.trigger("series:beforeupdate",v,c,d);var m=!1;v.eachSeries(function(_){var S=h._chartsMap[_.__viewId];S.__alive=!0;var b=S.renderTask;y.updatePayload(b,p),u(_,S),g&&g.get(_.uid)&&b.dirty(),b.perform(y.getPerformArgs(b))&&(m=!0),S.group.silent=!!_.get("silent"),o(_,S),Km(_)}),y.unfinished=m||y.unfinished,cr.trigger("series:layoutlabels",v,c,d),cr.trigger("series:transition",v,c,d),v.eachSeries(function(_){var S=h._chartsMap[_.__viewId];s(_,S),f(_,S)}),n(h,v),cr.trigger("series:afterupdate",v,c,d)},We=function(h){h[Dv]=!0,h.getZr().wakeUp()},g_=function(h){!h[Dv]||(h.getZr().storage.traverse(function(v){Xn(v)||i(v)}),h[Dv]=!1)};function i(h){for(var v=[],c=h.currentStates,p=0;p<c.length;p++){var d=c[p];d==="emphasis"||d==="blur"||d==="select"||v.push(d)}h.selected&&h.states.select&&v.push("select"),h.hoverState===rh&&h.states.emphasis?v.push("emphasis"):h.hoverState===ol&&h.states.blur&&v.push("blur"),h.useStates(v)}function n(h,v){var c=h._zr,p=c.storage,d=0;p.traverse(function(g){g.isGroup||d++}),d>v.get("hoverLayerThreshold")&&!Mt.node&&!Mt.worker&&v.eachSeries(function(g){if(!g.preventUsingHoverLayer){var y=h._chartsMap[g.__viewId];y.__alive&&y.eachRendered(function(m){m.states.emphasis&&(m.states.emphasis.hoverLayer=!0)})}})}function o(h,v){var c=h.get("blendMode")||null;v.eachRendered(function(p){p.isGroup||(p.style.blend=c)})}function s(h,v){if(!h.preventAutoZ){var c=h.get("z")||0,p=h.get("zlevel")||0;v.eachRendered(function(d){return l(d,c,p,-1/0),!0})}}function l(h,v,c,p){var d=h.getTextContent(),g=h.getTextGuideLine(),y=h.isGroup;if(y)for(var m=h.childrenRef(),_=0;_<m.length;_++)p=Math.max(l(m[_],v,c,p),p);else h.z=v,h.zlevel=c,p=Math.max(h.z2,p);if(d&&(d.z=v,d.zlevel=c,isFinite(p)&&(d.z2=p+2)),g){var S=h.textGuideLineConfig;g.z=v,g.zlevel=c,isFinite(p)&&(g.z2=p+(S&&S.showAbove?1:-1))}return p}function u(h,v){v.eachRendered(function(c){if(!Xn(c)){var p=c.getTextContent(),d=c.getTextGuideLine();c.stateTransition&&(c.stateTransition=null),p&&p.stateTransition&&(p.stateTransition=null),d&&d.stateTransition&&(d.stateTransition=null),c.hasState()?(c.prevStates=c.currentStates,c.clearStates()):c.prevStates&&(c.prevStates=null)}})}function f(h,v){var c=h.getModel("stateAnimation"),p=h.isAnimationEnabled(),d=c.get("duration"),g=d>0?{duration:d,delay:c.get("delay"),easing:c.get("easing")}:null;v.eachRendered(function(y){if(y.states&&y.states.emphasis){if(Xn(y))return;if(y instanceof gt&&nE(y),y.__dirty){var m=y.prevStates;m&&y.useStates(m)}if(p){y.stateTransition=g;var _=y.getTextContent(),S=y.getTextGuideLine();_&&(_.stateTransition=g),S&&(S.stateTransition=g)}y.__dirty&&i(y)}})}d_=function(h){return new(function(v){k(c,v);function c(){return v!==null&&v.apply(this,arguments)||this}return c.prototype.getCoordinateSystems=function(){return h._coordSysMgr.getCoordinateSystems()},c.prototype.getComponentByElement=function(p){for(;p;){var d=p.__ecComponentInfo;if(d!=null)return h._model.getComponent(d.mainType,d.index);p=p.parent}},c.prototype.enterEmphasis=function(p,d){la(p,d),We(h)},c.prototype.leaveEmphasis=function(p,d){ua(p,d),We(h)},c.prototype.enterBlur=function(p){uT(p),We(h)},c.prototype.leaveBlur=function(p){sg(p),We(h)},c.prototype.enterSelect=function(p){fT(p),We(h)},c.prototype.leaveSelect=function(p){hT(p),We(h)},c.prototype.getModel=function(){return h.getModel()},c.prototype.getViewOfComponentModel=function(p){return h.getViewOfComponentModel(p)},c.prototype.getViewOfSeriesModel=function(p){return h.getViewOfSeriesModel(p)},c}(dA))(h)},fC=function(h){function v(c,p){for(var d=0;d<c.length;d++){var g=c[d];g[Lv]=p}}C(bs,function(c,p){h._messageCenter.on(p,function(d){if(y_[h.group]&&h[Lv]!==h_){if(d&&d.escapeConnect)return;var g=h.makeActionFromEvent(d),y=[];C(ws,function(m){m!==h&&m.group===h.group&&y.push(m)}),v(y,h_),C(y,function(m){m[Lv]!==XN&&m.dispatchAction(g)}),v(y,qN)}})})}}(),e}(sr),Og=hC.prototype;Og.on=nC("on");Og.off=nC("off");Og.one=function(r,e,t){var a=this;function i(){for(var n=[],o=0;o<arguments.length;o++)n[o]=arguments[o];e&&e.apply&&e.apply(this,n),a.off(r,i)}this.on.call(this,r,i,t)};var KN=["click","dblclick","mouseover","mouseout","mousemove","mousedown","mouseup","globalout","contextmenu"];var _f={},bs={},Zp=[],Xp=[],Sf=[],vC={},qp={},ws={},y_={},QN=+new Date-0,Ng="_echarts_instance_";function jN(r,e,t){var a=!(t&&t.ssr);if(a){var i=JN(r);if(i)return i}var n=new hC(r,e,t);return n.id="ec_"+QN++,ws[n.id]=n,a&&Fw(r,Ng,n.id),fC(n),cr.trigger("afterinit",n),n}function JN(r){return ws[$P(r,Ng)]}function cC(r,e){vC[r]=e}function pC(r){vt(Xp,r)<0&&Xp.push(r)}function dC(r,e){Vg(Zp,r,e,GN)}function tB(r){Bg("afterinit",r)}function eB(r){Bg("afterupdate",r)}function Bg(r,e){cr.on(r,e)}function Ur(r,e,t){K(e)&&(t=e,e="");var a=j(r)?r.type:[r,r={event:e}][0];r.event=(r.event||a).toLowerCase(),e=r.event,!bs[e]&&(Ae(f_.test(a)&&f_.test(e)),_f[a]||(_f[a]={action:t,actionInfo:r}),bs[e]=a)}function rB(r,e){hl.register(r,e)}function aB(r,e){Vg(Sf,r,e,rC,"layout")}function fn(r,e){Vg(Sf,r,e,aC,"visual")}var m_=[];function Vg(r,e,t,a,i){if((K(e)||j(e))&&(t=e,e=a),!(vt(m_,t)>=0)){m_.push(t);var n=UA.wrapStageHandler(t,i);n.__prio=e,n.__raw=t,r.push(n)}}function gC(r,e){qp[r]=e}function iB(r,e,t){var a=kN("registerMap");a&&a(r,e,t)}var nB=cO;fn(kg,VO);fn(mh,zO);fn(mh,GO);fn(kg,eN);fn(mh,rN);fn(iC,PN);pC(yA);dC(VN,Zk);gC("default",FO);Ur({type:Yi,event:Yi,update:Yi},Kt);Ur({type:Bu,event:Bu,update:Bu},Kt);Ur({type:ys,event:ys,update:ys},Kt);Ur({type:Vu,event:Vu,update:Vu},Kt);Ur({type:ms,event:ms,update:ms},Kt);cC("light",jO);cC("dark",JO);var __=[],oB={registerPreprocessor:pC,registerProcessor:dC,registerPostInit:tB,registerPostUpdate:eB,registerUpdateLifecycle:Bg,registerAction:Ur,registerCoordinateSystem:rB,registerLayout:aB,registerVisual:fn,registerTransform:nB,registerLoading:gC,registerMap:iB,registerImpl:EN,PRIORITY:ZN,ComponentModel:bt,ComponentView:Wt,SeriesModel:Ft,ChartView:Bt,registerComponentModel:function(r){bt.registerClass(r)},registerComponentView:function(r){Wt.registerClass(r)},registerSeriesModel:function(r){Ft.registerClass(r)},registerChartView:function(r){Bt.registerClass(r)},registerSubTypeDefaulter:function(r,e){bt.registerSubTypeDefaulter(r,e)},registerPainter:function(r,e){TP(r,e)}};function pt(r){if(z(r)){C(r,function(e){pt(e)});return}vt(__,r)>=0||(__.push(r),K(r)&&(r={install:r}),r.install(oB))}function zo(r){return r==null?0:r.length||1}function S_(r){return r}var sB=function(){function r(e,t,a,i,n,o){this._old=e,this._new=t,this._oldKeyGetter=a||S_,this._newKeyGetter=i||S_,this.context=n,this._diffModeMultiple=o==="multiple"}return r.prototype.add=function(e){return this._add=e,this},r.prototype.update=function(e){return this._update=e,this},r.prototype.updateManyToOne=function(e){return this._updateManyToOne=e,this},r.prototype.updateOneToMany=function(e){return this._updateOneToMany=e,this},r.prototype.updateManyToMany=function(e){return this._updateManyToMany=e,this},r.prototype.remove=function(e){return this._remove=e,this},r.prototype.execute=function(){this[this._diffModeMultiple?"_executeMultiple":"_executeOneToOne"]()},r.prototype._executeOneToOne=function(){var e=this._old,t=this._new,a={},i=new Array(e.length),n=new Array(t.length);this._initIndexMap(e,null,i,"_oldKeyGetter"),this._initIndexMap(t,a,n,"_newKeyGetter");for(var o=0;o<e.length;o++){var s=i[o],l=a[s],u=zo(l);if(u>1){var f=l.shift();l.length===1&&(a[s]=l[0]),this._update&&this._update(f,o)}else u===1?(a[s]=null,this._update&&this._update(l,o)):this._remove&&this._remove(o)}this._performRestAdd(n,a)},r.prototype._executeMultiple=function(){var e=this._old,t=this._new,a={},i={},n=[],o=[];this._initIndexMap(e,a,n,"_oldKeyGetter"),this._initIndexMap(t,i,o,"_newKeyGetter");for(var s=0;s<n.length;s++){var l=n[s],u=a[l],f=i[l],h=zo(u),v=zo(f);if(h>1&&v===1)this._updateManyToOne&&this._updateManyToOne(f,u),i[l]=null;else if(h===1&&v>1)this._updateOneToMany&&this._updateOneToMany(f,u),i[l]=null;else if(h===1&&v===1)this._update&&this._update(f,u),i[l]=null;else if(h>1&&v>1)this._updateManyToMany&&this._updateManyToMany(f,u),i[l]=null;else if(h>1)for(var c=0;c<h;c++)this._remove&&this._remove(u[c]);else this._remove&&this._remove(u)}this._performRestAdd(o,i)},r.prototype._performRestAdd=function(e,t){for(var a=0;a<e.length;a++){var i=e[a],n=t[i],o=zo(n);if(o>1)for(var s=0;s<o;s++)this._add&&this._add(n[s]);else o===1&&this._add&&this._add(n);t[i]=null}},r.prototype._initIndexMap=function(e,t,a,i){for(var n=this._diffModeMultiple,o=0;o<e.length;o++){var s="_ec_"+this[i](e[o],o);if(n||(a[o]=s),!!t){var l=t[s],u=zo(l);u===0?(t[s]=o,n&&a.push(s)):u===1?t[s]=[l,o]:l.push(o)}}},r}(),fa=sB,lB=function(){function r(e,t){this._encode=e,this._schema=t}return r.prototype.get=function(){return{fullDimensions:this._getFullDimensionNames(),encode:this._encode}},r.prototype._getFullDimensionNames=function(){return this._cachedDimNames||(this._cachedDimNames=this._schema?this._schema.makeOutputDimensionNames():[]),this._cachedDimNames},r}();function uB(r,e){var t={},a=t.encode={},i=q(),n=[],o=[],s={};C(r.dimensions,function(v){var c=r.getDimensionInfo(v),p=c.coordDim;if(p){var d=c.coordDimIndex;Ov(a,p)[d]=v,c.isExtraCoord||(i.set(p,1),fB(c.type)&&(n[0]=v),Ov(s,p)[d]=r.getDimensionIndex(c.name)),c.defaultTooltip&&o.push(v)}oA.each(function(g,y){var m=Ov(a,y),_=c.otherDims[y];_!=null&&_!==!1&&(m[_]=c.name)})});var l=[],u={};i.each(function(v,c){var p=a[c];u[c]=p[0],l=l.concat(p)}),t.dataDimsOnCoord=l,t.dataDimIndicesOnCoord=G(l,function(v){return r.getDimensionInfo(v).storeDimIndex}),t.encodeFirstDimNotExtra=u;var f=a.label;f&&f.length&&(n=f.slice());var h=a.tooltip;return h&&h.length?o=h.slice():o.length||(o=n.slice()),a.defaultedLabel=n,a.defaultedTooltip=o,t.userOutput=new lB(s,e),t}function Ov(r,e){return r.hasOwnProperty(e)||(r[e]=[]),r[e]}function xf(r){return r==="category"?"ordinal":r==="time"?"time":"float"}function fB(r){return!(r==="ordinal"||r==="time")}var hB=function(){function r(e){this.otherDims={},e!=null&&V(this,e)}return r}(),Wu=hB,vB=At(),cB={float:"f",int:"i",ordinal:"o",number:"n",time:"t"},yC=function(){function r(e){this.dimensions=e.dimensions,this._dimOmitted=e.dimensionOmitted,this.source=e.source,this._fullDimCount=e.fullDimensionCount,this._updateDimOmitted(e.dimensionOmitted)}return r.prototype.isDimensionOmitted=function(){return this._dimOmitted},r.prototype._updateDimOmitted=function(e){this._dimOmitted=e,e&&(this._dimNameMap||(this._dimNameMap=SC(this.source)))},r.prototype.getSourceDimensionIndex=function(e){return ct(this._dimNameMap.get(e),-1)},r.prototype.getSourceDimension=function(e){var t=this.source.dimensionsDefine;if(t)return t[e]},r.prototype.makeStoreSchema=function(){for(var e=this._fullDimCount,t=_A(this.source),a=!xC(e),i="",n=[],o=0,s=0;o<e;o++){var l=void 0,u=void 0,f=void 0,h=this.dimensions[s];if(h&&h.storeDimIndex===o)l=t?h.name:null,u=h.type,f=h.ordinalMeta,s++;else{var v=this.getSourceDimension(o);v&&(l=t?v.name:null,u=v.type)}n.push({property:l,type:u,ordinalMeta:f}),t&&l!=null&&(!h||!h.isCalculationCoord)&&(i+=a?l.replace(/\`/g,"`1").replace(/\$/g,"`2"):l),i+="$",i+=cB[u]||"f",f&&(i+=f.uid),i+="$"}var c=this.source,p=[c.seriesLayoutBy,c.startIndex,i].join("$$");return{dimensions:n,hash:p}},r.prototype.makeOutputDimensionNames=function(){for(var e=[],t=0,a=0;t<this._fullDimCount;t++){var i=void 0,n=this.dimensions[a];if(n&&n.storeDimIndex===t)n.isCalculationCoord||(i=n.name),a++;else{var o=this.getSourceDimension(t);o&&(i=o.name)}e.push(i)}return e},r.prototype.appendCalculationDimension=function(e){this.dimensions.push(e),e.isCalculationCoord=!0,this._fullDimCount++,this._updateDimOmitted(!0)},r}();function mC(r){return r instanceof yC}function _C(r){for(var e=q(),t=0;t<(r||[]).length;t++){var a=r[t],i=j(a)?a.name:a;i!=null&&e.get(i)==null&&e.set(i,t)}return e}function SC(r){var e=vB(r);return e.dimNameMap||(e.dimNameMap=_C(r.dimensionsDefine))}function xC(r){return r>30}var Go=j,xa=G,pB=typeof Int32Array=="undefined"?Array:Int32Array,dB="e\0\0",x_=-1,gB=["hasItemOption","_nameList","_idList","_invertedIndicesMap","_dimSummary","userOutput","_rawData","_dimValueGetter","_nameDimIdx","_idDimIdx","_nameRepeatCount"],yB=["_approximateExtent"],b_,Jl,Fo,Ho,Nv,tu,Bv,mB=function(){function r(e,t){this.type="list",this._dimOmitted=!1,this._nameList=[],this._idList=[],this._visual={},this._layout={},this._itemVisuals=[],this._itemLayouts=[],this._graphicEls=[],this._approximateExtent={},this._calculationInfo={},this.hasItemOption=!1,this.TRANSFERABLE_METHODS=["cloneShallow","downSample","lttbDownSample","map"],this.CHANGABLE_METHODS=["filterSelf","selectRange"],this.DOWNSAMPLE_METHODS=["downSample","lttbDownSample"];var a,i=!1;mC(e)?(a=e.dimensions,this._dimOmitted=e.isDimensionOmitted(),this._schema=e):(i=!0,a=e),a=a||["x","y"];for(var n={},o=[],s={},l=!1,u={},f=0;f<a.length;f++){var h=a[f],v=$(h)?new Wu({name:h}):h instanceof Wu?h:new Wu(h),c=v.name;v.type=v.type||"float",v.coordDim||(v.coordDim=c,v.coordDimIndex=0);var p=v.otherDims=v.otherDims||{};o.push(c),n[c]=v,u[c]!=null&&(l=!0),v.createInvertedIndices&&(s[c]=[]),p.itemName===0&&(this._nameDimIdx=f),p.itemId===0&&(this._idDimIdx=f),i&&(v.storeDimIndex=f)}if(this.dimensions=o,this._dimInfos=n,this._initGetDimensionInfo(l),this.hostModel=t,this._invertedIndicesMap=s,this._dimOmitted){var d=this._dimIdxToName=q();C(o,function(g){d.set(n[g].storeDimIndex,g)})}}return r.prototype.getDimension=function(e){var t=this._recognizeDimIndex(e);if(t==null)return e;if(t=e,!this._dimOmitted)return this.dimensions[t];var a=this._dimIdxToName.get(t);if(a!=null)return a;var i=this._schema.getSourceDimension(t);if(i)return i.name},r.prototype.getDimensionIndex=function(e){var t=this._recognizeDimIndex(e);if(t!=null)return t;if(e==null)return-1;var a=this._getDimInfo(e);return a?a.storeDimIndex:this._dimOmitted?this._schema.getSourceDimensionIndex(e):-1},r.prototype._recognizeDimIndex=function(e){if(wt(e)||e!=null&&!isNaN(e)&&!this._getDimInfo(e)&&(!this._dimOmitted||this._schema.getSourceDimensionIndex(e)<0))return+e},r.prototype._getStoreDimIndex=function(e){var t=this.getDimensionIndex(e);return t},r.prototype.getDimensionInfo=function(e){return this._getDimInfo(this.getDimension(e))},r.prototype._initGetDimensionInfo=function(e){var t=this._dimInfos;this._getDimInfo=e?function(a){return t.hasOwnProperty(a)?t[a]:void 0}:function(a){return t[a]}},r.prototype.getDimensionsOnCoord=function(){return this._dimSummary.dataDimsOnCoord.slice()},r.prototype.mapDimension=function(e,t){var a=this._dimSummary;if(t==null)return a.encodeFirstDimNotExtra[e];var i=a.encode[e];return i?i[t]:null},r.prototype.mapDimensionsAll=function(e){var t=this._dimSummary,a=t.encode[e];return(a||[]).slice()},r.prototype.getStore=function(){return this._store},r.prototype.initData=function(e,t,a){var i=this,n;if(e instanceof Gp&&(n=e),!n){var o=this.dimensions,s=Tg(e)||ye(e)?new SA(e,o.length):e;n=new Gp;var l=xa(o,function(u){return{type:i._dimInfos[u].type,property:u}});n.initData(s,l,a)}this._store=n,this._nameList=(t||[]).slice(),this._idList=[],this._nameRepeatCount={},this._doInit(0,n.count()),this._dimSummary=uB(this,this._schema),this.userOutput=this._dimSummary.userOutput},r.prototype.appendData=function(e){var t=this._store.appendData(e);this._doInit(t[0],t[1])},r.prototype.appendValues=function(e,t){var a=this._store.appendValues(e,t.length),i=a.start,n=a.end,o=this._shouldMakeIdFromName();if(this._updateOrdinalMeta(),t)for(var s=i;s<n;s++){var l=s-i;this._nameList[s]=t[l],o&&Bv(this,s)}},r.prototype._updateOrdinalMeta=function(){for(var e=this._store,t=this.dimensions,a=0;a<t.length;a++){var i=this._dimInfos[t[a]];i.ordinalMeta&&e.collectOrdinalMeta(i.storeDimIndex,i.ordinalMeta)}},r.prototype._shouldMakeIdFromName=function(){var e=this._store.getProvider();return this._idDimIdx==null&&e.getSource().sourceFormat!==Fa&&!e.fillStorage},r.prototype._doInit=function(e,t){if(!(e>=t)){var a=this._store,i=a.getProvider();this._updateOrdinalMeta();var n=this._nameList,o=this._idList,s=i.getSource().sourceFormat,l=s===lr;if(l&&!i.pure)for(var u=[],f=e;f<t;f++){var h=i.getItem(f,u);if(!this.hasItemOption&&PP(h)&&(this.hasItemOption=!0),h){var v=h.name;n[f]==null&&v!=null&&(n[f]=Jt(v,null));var c=h.id;o[f]==null&&c!=null&&(o[f]=Jt(c,null))}}if(this._shouldMakeIdFromName())for(var f=e;f<t;f++)Bv(this,f);b_(this)}},r.prototype.getApproximateExtent=function(e){return this._approximateExtent[e]||this._store.getDataExtent(this._getStoreDimIndex(e))},r.prototype.setApproximateExtent=function(e,t){t=this.getDimension(t),this._approximateExtent[t]=e.slice()},r.prototype.getCalculationInfo=function(e){return this._calculationInfo[e]},r.prototype.setCalculationInfo=function(e,t){Go(e)?V(this._calculationInfo,e):this._calculationInfo[e]=t},r.prototype.getName=function(e){var t=this.getRawIndex(e),a=this._nameList[t];return a==null&&this._nameDimIdx!=null&&(a=Fo(this,this._nameDimIdx,t)),a==null&&(a=""),a},r.prototype._getCategory=function(e,t){var a=this._store.get(e,t),i=this._store.getOrdinalMeta(e);return i?i.categories[a]:a},r.prototype.getId=function(e){return Jl(this,this.getRawIndex(e))},r.prototype.count=function(){return this._store.count()},r.prototype.get=function(e,t){var a=this._store,i=this._dimInfos[e];if(i)return a.get(i.storeDimIndex,t)},r.prototype.getByRawIndex=function(e,t){var a=this._store,i=this._dimInfos[e];if(i)return a.getByRawIndex(i.storeDimIndex,t)},r.prototype.getIndices=function(){return this._store.getIndices()},r.prototype.getDataExtent=function(e){return this._store.getDataExtent(this._getStoreDimIndex(e))},r.prototype.getSum=function(e){return this._store.getSum(this._getStoreDimIndex(e))},r.prototype.getMedian=function(e){return this._store.getMedian(this._getStoreDimIndex(e))},r.prototype.getValues=function(e,t){var a=this,i=this._store;return z(e)?i.getValues(xa(e,function(n){return a._getStoreDimIndex(n)}),t):i.getValues(e)},r.prototype.hasValue=function(e){for(var t=this._dimSummary.dataDimIndicesOnCoord,a=0,i=t.length;a<i;a++)if(isNaN(this._store.get(t[a],e)))return!1;return!0},r.prototype.indexOfName=function(e){for(var t=0,a=this._store.count();t<a;t++)if(this.getName(t)===e)return t;return-1},r.prototype.getRawIndex=function(e){return this._store.getRawIndex(e)},r.prototype.indexOfRawIndex=function(e){return this._store.indexOfRawIndex(e)},r.prototype.rawIndexOf=function(e,t){var a=e&&this._invertedIndicesMap[e],i=a[t];return i==null||isNaN(i)?x_:i},r.prototype.indicesOfNearest=function(e,t,a){return this._store.indicesOfNearest(this._getStoreDimIndex(e),t,a)},r.prototype.each=function(e,t,a){K(e)&&(a=t,t=e,e=[]);var i=a||this,n=xa(Ho(e),this._getStoreDimIndex,this);this._store.each(n,i?U(t,i):t)},r.prototype.filterSelf=function(e,t,a){K(e)&&(a=t,t=e,e=[]);var i=a||this,n=xa(Ho(e),this._getStoreDimIndex,this);return this._store=this._store.filter(n,i?U(t,i):t),this},r.prototype.selectRange=function(e){var t=this,a={},i=mt(e);return C(i,function(n){var o=t._getStoreDimIndex(n);a[o]=e[n]}),this._store=this._store.selectRange(a),this},r.prototype.mapArray=function(e,t,a){K(e)&&(a=t,t=e,e=[]),a=a||this;var i=[];return this.each(e,function(){i.push(t&&t.apply(this,arguments))},a),i},r.prototype.map=function(e,t,a,i){var n=a||i||this,o=xa(Ho(e),this._getStoreDimIndex,this),s=tu(this);return s._store=this._store.map(o,n?U(t,n):t),s},r.prototype.modify=function(e,t,a,i){var n=a||i||this,o=xa(Ho(e),this._getStoreDimIndex,this);this._store.modify(o,n?U(t,n):t)},r.prototype.downSample=function(e,t,a,i){var n=tu(this);return n._store=this._store.downSample(this._getStoreDimIndex(e),t,a,i),n},r.prototype.lttbDownSample=function(e,t){var a=tu(this);return a._store=this._store.lttbDownSample(this._getStoreDimIndex(e),t),a},r.prototype.getRawDataItem=function(e){return this._store.getRawDataItem(e)},r.prototype.getItemModel=function(e){var t=this.hostModel,a=this.getRawDataItem(e);return new Nt(a,t,t&&t.ecModel)},r.prototype.diff=function(e){var t=this;return new fa(e?e.getStore().getIndices():[],this.getStore().getIndices(),function(a){return Jl(e,a)},function(a){return Jl(t,a)})},r.prototype.getVisual=function(e){var t=this._visual;return t&&t[e]},r.prototype.setVisual=function(e,t){this._visual=this._visual||{},Go(e)?V(this._visual,e):this._visual[e]=t},r.prototype.getItemVisual=function(e,t){var a=this._itemVisuals[e],i=a&&a[t];return i==null?this.getVisual(t):i},r.prototype.hasItemVisual=function(){return this._itemVisuals.length>0},r.prototype.ensureUniqueItemVisual=function(e,t){var a=this._itemVisuals,i=a[e];i||(i=a[e]={});var n=i[t];return n==null&&(n=this.getVisual(t),z(n)?n=n.slice():Go(n)&&(n=V({},n)),i[t]=n),n},r.prototype.setItemVisual=function(e,t,a){var i=this._itemVisuals[e]||{};this._itemVisuals[e]=i,Go(t)?V(i,t):i[t]=a},r.prototype.clearAllVisual=function(){this._visual={},this._itemVisuals=[]},r.prototype.setLayout=function(e,t){Go(e)?V(this._layout,e):this._layout[e]=t},r.prototype.getLayout=function(e){return this._layout[e]},r.prototype.getItemLayout=function(e){return this._itemLayouts[e]},r.prototype.setItemLayout=function(e,t,a){this._itemLayouts[e]=a?V(this._itemLayouts[e]||{},t):t},r.prototype.clearItemLayouts=function(){this._itemLayouts.length=0},r.prototype.setItemGraphicEl=function(e,t){var a=this.hostModel&&this.hostModel.seriesIndex;Mp(a,this.dataType,e,t),this._graphicEls[e]=t},r.prototype.getItemGraphicEl=function(e){return this._graphicEls[e]},r.prototype.eachItemGraphicEl=function(e,t){C(this._graphicEls,function(a,i){a&&e&&e.call(t,a,i)})},r.prototype.cloneShallow=function(e){return e||(e=new r(this._schema?this._schema:xa(this.dimensions,this._getDimInfo,this),this.hostModel)),Nv(e,this),e._store=this._store,e},r.prototype.wrapMethod=function(e,t){var a=this[e];!K(a)||(this.__wrappedMethods=this.__wrappedMethods||[],this.__wrappedMethods.push(e),this[e]=function(){var i=a.apply(this,arguments);return t.apply(this,[i].concat(Ud(arguments)))})},r.internalField=function(){b_=function(e){var t=e._invertedIndicesMap;C(t,function(a,i){var n=e._dimInfos[i],o=n.ordinalMeta,s=e._store;if(o){a=t[i]=new pB(o.categories.length);for(var l=0;l<a.length;l++)a[l]=x_;for(var l=0;l<s.count();l++)a[s.get(n.storeDimIndex,l)]=l}})},Fo=function(e,t,a){return Jt(e._getCategory(t,a),null)},Jl=function(e,t){var a=e._idList[t];return a==null&&e._idDimIdx!=null&&(a=Fo(e,e._idDimIdx,t)),a==null&&(a=dB+t),a},Ho=function(e){return z(e)||(e=e!=null?[e]:[]),e},tu=function(e){var t=new r(e._schema?e._schema:xa(e.dimensions,e._getDimInfo,e),e.hostModel);return Nv(t,e),t},Nv=function(e,t){C(gB.concat(t.__wrappedMethods||[]),function(a){t.hasOwnProperty(a)&&(e[a]=t[a])}),e.__wrappedMethods=t.__wrappedMethods,C(yB,function(a){e[a]=J(t[a])}),e._calculationInfo=V({},t._calculationInfo)},Bv=function(e,t){var a=e._nameList,i=e._idList,n=e._nameDimIdx,o=e._idDimIdx,s=a[t],l=i[t];if(s==null&&n!=null&&(a[t]=s=Fo(e,n,t)),l==null&&o!=null&&(i[t]=l=Fo(e,o,t)),l==null&&s!=null){var u=e._nameRepeatCount,f=u[s]=(u[s]||0)+1;l=s,f>1&&(l+="__ec__"+f),i[t]=l}}}(),r}(),Te=mB;function pl(r,e){Tg(r)||(r=Ag(r)),e=e||{};var t=e.coordDimensions||[],a=e.dimensionsDefine||r.dimensionsDefine||[],i=q(),n=[],o=SB(r,t,a,e.dimensionsCount),s=e.canOmitUnusedDimensions&&xC(o),l=a===r.dimensionsDefine,u=l?SC(r):_C(a),f=e.encodeDefine;!f&&e.encodeDefaulter&&(f=e.encodeDefaulter(r,o));for(var h=q(f),v=new DA(o),c=0;c<v.length;c++)v[c]=-1;function p(A){var M=v[A];if(M<0){var D=a[A],L=j(D)?D:{name:D},I=new Wu,P=L.name;P!=null&&u.get(P)!=null&&(I.name=I.displayName=P),L.type!=null&&(I.type=L.type),L.displayName!=null&&(I.displayName=L.displayName);var R=n.length;return v[A]=R,I.storeDimIndex=A,n.push(I),I}return n[M]}if(!s)for(var c=0;c<o;c++)p(c);h.each(function(A,M){var D=Et(A).slice();if(D.length===1&&!$(D[0])&&D[0]<0){h.set(M,!1);return}var L=h.set(M,[]);C(D,function(I,P){var R=$(I)?u.get(I):I;R!=null&&R<o&&(L[P]=R,g(p(R),M,P))})});var d=0;C(t,function(A){var M,D,L,I;if($(A))M=A,I={};else{I=A,M=I.name;var P=I.ordinalMeta;I.ordinalMeta=null,I=V({},I),I.ordinalMeta=P,D=I.dimsDef,L=I.otherDims,I.name=I.coordDim=I.coordDimIndex=I.dimsDef=I.otherDims=null}var R=h.get(M);if(R!==!1){if(R=Et(R),!R.length)for(var E=0;E<(D&&D.length||1);E++){for(;d<o&&p(d).coordDim!=null;)d++;d<o&&R.push(d++)}C(R,function(N,O){var B=p(N);if(l&&I.type!=null&&(B.type=I.type),g(Q(B,I),M,O),B.name==null&&D){var F=D[O];!j(F)&&(F={name:F}),B.name=B.displayName=F.name,B.defaultTooltip=F.defaultTooltip}L&&Q(B.otherDims,L)})}});function g(A,M,D){oA.get(M)!=null?A.otherDims[M]=D:(A.coordDim=M,A.coordDimIndex=D,i.set(M,!0))}var y=e.generateCoord,m=e.generateCoordCount,_=m!=null;m=y?m||1:0;var S=y||"value";function b(A){A.name==null&&(A.name=A.coordDim)}if(s)C(n,function(A){b(A)}),n.sort(function(A,M){return A.storeDimIndex-M.storeDimIndex});else for(var x=0;x<o;x++){var w=p(x),T=w.coordDim;T==null&&(w.coordDim=xB(S,i,_),w.coordDimIndex=0,(!y||m<=0)&&(w.isExtraCoord=!0),m--),b(w),w.type==null&&(fA(r,x)===le.Must||w.isExtraCoord&&(w.otherDims.itemName!=null||w.otherDims.seriesName!=null))&&(w.type="ordinal")}return _B(n),new yC({source:r,dimensions:n,fullDimensionCount:o,dimensionOmitted:s})}function _B(r){for(var e=q(),t=0;t<r.length;t++){var a=r[t],i=a.name,n=e.get(i)||0;n>0&&(a.name=i+(n-1)),n++,e.set(i,n)}}function SB(r,e,t,a){var i=Math.max(r.dimensionsDetectedCount||1,e.length,t.length,a||0);return C(e,function(n){var o;j(n)&&(o=n.dimsDef)&&(i=Math.max(i,o.length))}),i}function xB(r,e,t){var a=e.data;if(t||a.hasOwnProperty(r)){for(var i=0;a.hasOwnProperty(r+i);)i++;r+=i}return e.set(r,!0),r}var bB=function(){function r(e){this.coordSysDims=[],this.axisMap=q(),this.categoryAxisMap=q(),this.coordSysName=e}return r}();function wB(r){var e=r.get("coordinateSystem"),t=new bB(e),a=TB[e];if(a)return a(r,t,t.axisMap,t.categoryAxisMap),t}var TB={cartesian2d:function(r,e,t,a){var i=r.getReferringComponents("xAxis",qt).models[0],n=r.getReferringComponents("yAxis",qt).models[0];e.coordSysDims=["x","y"],t.set("x",i),t.set("y",n),Cn(i)&&(a.set("x",i),e.firstCategoryDimIndex=0),Cn(n)&&(a.set("y",n),e.firstCategoryDimIndex==null&&(e.firstCategoryDimIndex=1))},singleAxis:function(r,e,t,a){var i=r.getReferringComponents("singleAxis",qt).models[0];e.coordSysDims=["single"],t.set("single",i),Cn(i)&&(a.set("single",i),e.firstCategoryDimIndex=0)},polar:function(r,e,t,a){var i=r.getReferringComponents("polar",qt).models[0],n=i.findAxisModel("radiusAxis"),o=i.findAxisModel("angleAxis");e.coordSysDims=["radius","angle"],t.set("radius",n),t.set("angle",o),Cn(n)&&(a.set("radius",n),e.firstCategoryDimIndex=0),Cn(o)&&(a.set("angle",o),e.firstCategoryDimIndex==null&&(e.firstCategoryDimIndex=1))},geo:function(r,e,t,a){e.coordSysDims=["lng","lat"]},parallel:function(r,e,t,a){var i=r.ecModel,n=i.getComponent("parallel",r.get("parallelIndex")),o=e.coordSysDims=n.dimensions.slice();C(n.parallelAxisIndex,function(s,l){var u=i.getComponent("parallelAxis",s),f=o[l];t.set(f,u),Cn(u)&&(a.set(f,u),e.firstCategoryDimIndex==null&&(e.firstCategoryDimIndex=l))})}};function Cn(r){return r.get("type")==="category"}function AB(r,e,t){t=t||{};var a=t.byIndex,i=t.stackedCoordDimension,n,o,s;CB(e)?n=e:(o=e.schema,n=o.dimensions,s=e.store);var l=!!(r&&r.get("stack")),u,f,h,v;if(C(n,function(m,_){$(m)&&(n[_]=m={name:m}),l&&!m.isExtraCoord&&(!a&&!u&&m.ordinalMeta&&(u=m),!f&&m.type!=="ordinal"&&m.type!=="time"&&(!i||i===m.coordDim)&&(f=m))}),f&&!a&&!u&&(a=!0),f){h="__\0ecstackresult_"+r.id,v="__\0ecstackedover_"+r.id,u&&(u.createInvertedIndices=!0);var c=f.coordDim,p=f.type,d=0;C(n,function(m){m.coordDim===c&&d++});var g={name:h,coordDim:c,coordDimIndex:d,type:p,isExtraCoord:!0,isCalculationCoord:!0,storeDimIndex:n.length},y={name:v,coordDim:v,coordDimIndex:d+1,type:p,isExtraCoord:!0,isCalculationCoord:!0,storeDimIndex:n.length+1};o?(s&&(g.storeDimIndex=s.ensureCalculationDimension(v,p),y.storeDimIndex=s.ensureCalculationDimension(h,p)),o.appendCalculationDimension(g),o.appendCalculationDimension(y)):(n.push(g),n.push(y))}return{stackedDimension:f&&f.name,stackedByDimension:u&&u.name,isStackedByIndex:a,stackedOverDimension:v,stackResultDimension:h}}function CB(r){return!mC(r.schema)}function qa(r,e){return!!e&&e===r.getCalculationInfo("stackedDimension")}function bC(r,e){return qa(r,e)?r.getCalculationInfo("stackResultDimension"):e}function MB(r,e){var t=r.get("coordinateSystem"),a=hl.get(t),i;return e&&e.coordSysDims&&(i=G(e.coordSysDims,function(n){var o={name:n},s=e.axisMap.get(n);if(s){var l=s.get("type");o.type=xf(l)}return o})),i||(i=a&&(a.getDimensionsInfo?a.getDimensionsInfo():a.dimensions.slice())||["x","y"]),i}function DB(r,e,t){var a,i;return t&&C(r,function(n,o){var s=n.coordDim,l=t.categoryAxisMap.get(s);l&&(a==null&&(a=o),n.ordinalMeta=l.getOrdinalMeta(),e&&(n.createInvertedIndices=!0)),n.otherDims.itemName!=null&&(i=!0)}),!i&&a!=null&&(r[a].otherDims.itemName=0),a}function pa(r,e,t){t=t||{};var a=e.getSourceManager(),i,n=!1;r?(n=!0,i=Ag(r)):(i=a.getSource(),n=i.sourceFormat===lr);var o=wB(e),s=MB(e,o),l=t.useEncodeDefaulter,u=K(l)?l:l?it(uA,s,e):null,f={coordDimensions:s,generateCoord:t.generateCoord,encodeDefine:e.getEncode(),encodeDefaulter:u,canOmitUnusedDimensions:!n},h=pl(i,f),v=DB(h.dimensions,t.createInvertedIndices,o),c=n?null:a.getSharedDataStore(h),p=AB(e,{schema:h,store:c}),d=new Te(h,e);d.setCalculationInfo(p);var g=v!=null&&LB(i)?function(y,m,_,S){return S===v?_:this.defaultDimValueGetter(y,m,_,S)}:null;return d.hasItemOption=!1,d.initData(n?i:c,null,g),d}function LB(r){if(r.sourceFormat===lr){var e=IB(r.data||[]);return!z(fo(e))}}function IB(r){for(var e=0;e<r.length&&r[e]==null;)e++;return r[e]}var wC=function(){function r(e){this._setting=e||{},this._extent=[1/0,-1/0]}return r.prototype.getSetting=function(e){return this._setting[e]},r.prototype.unionExtent=function(e){var t=this._extent;e[0]<t[0]&&(t[0]=e[0]),e[1]>t[1]&&(t[1]=e[1])},r.prototype.unionExtentFromData=function(e,t){this.unionExtent(e.getApproximateExtent(t))},r.prototype.getExtent=function(){return this._extent.slice()},r.prototype.setExtent=function(e,t){var a=this._extent;isNaN(e)||(a[0]=e),isNaN(t)||(a[1]=t)},r.prototype.isInExtentRange=function(e){return this._extent[0]<=e&&this._extent[1]>=e},r.prototype.isBlank=function(){return this._isBlank},r.prototype.setBlank=function(e){this._isBlank=e},r}();jf(wC);var da=wC,PB=0,RB=function(){function r(e){this.categories=e.categories||[],this._needCollect=e.needCollect,this._deduplication=e.deduplication,this.uid=++PB}return r.createByAxisModel=function(e){var t=e.option,a=t.data,i=a&&G(a,EB);return new r({categories:i,needCollect:!i,deduplication:t.dedplication!==!1})},r.prototype.getOrdinal=function(e){return this._getOrCreateMap().get(e)},r.prototype.parseAndCollect=function(e){var t,a=this._needCollect;if(!$(e)&&!a)return e;if(a&&!this._deduplication)return t=this.categories.length,this.categories[t]=e,t;var i=this._getOrCreateMap();return t=i.get(e),t==null&&(a?(t=this.categories.length,this.categories[t]=e,i.set(e,t)):t=NaN),t},r.prototype._getOrCreateMap=function(){return this._map||(this._map=q(this.categories))},r}();function EB(r){return j(r)&&r.value!=null?r.value:r+""}var Kp=RB;function Qp(r){return r.type==="interval"||r.type==="log"}function kB(r,e,t,a){var i={},n=r[1]-r[0],o=i.interval=Ew(n/e,!0);t!=null&&o<t&&(o=i.interval=t),a!=null&&o>a&&(o=i.interval=a);var s=i.intervalPrecision=TC(o),l=i.niceTickExtent=[Ut(Math.ceil(r[0]/o)*o,s),Ut(Math.floor(r[1]/o)*o,s)];return OB(l,r),i}function Vv(r){var e=Math.pow(10,Jd(r)),t=r/e;return t?t===2?t=3:t===3?t=5:t*=2:t=1,Ut(t*e)}function TC(r){return Er(r)+2}function w_(r,e,t){r[e]=Math.max(Math.min(r[e],t[1]),t[0])}function OB(r,e){!isFinite(r[0])&&(r[0]=e[0]),!isFinite(r[1])&&(r[1]=e[1]),w_(r,0,e),w_(r,1,e),r[0]>r[1]&&(r[0]=r[1])}function _h(r,e){return r>=e[0]&&r<=e[1]}function Sh(r,e){return e[1]===e[0]?.5:(r-e[0])/(e[1]-e[0])}function xh(r,e){return r*(e[1]-e[0])+e[0]}var AC=function(r){k(e,r);function e(t){var a=r.call(this,t)||this;a.type="ordinal";var i=a.getSetting("ordinalMeta");return i||(i=new Kp({})),z(i)&&(i=new Kp({categories:G(i,function(n){return j(n)?n.value:n})})),a._ordinalMeta=i,a._extent=a.getSetting("extent")||[0,i.categories.length-1],a}return e.prototype.parse=function(t){return t==null?NaN:$(t)?this._ordinalMeta.getOrdinal(t):Math.round(t)},e.prototype.contain=function(t){return t=this.parse(t),_h(t,this._extent)&&this._ordinalMeta.categories[t]!=null},e.prototype.normalize=function(t){return t=this._getTickNumber(this.parse(t)),Sh(t,this._extent)},e.prototype.scale=function(t){return t=Math.round(xh(t,this._extent)),this.getRawOrdinalNumber(t)},e.prototype.getTicks=function(){for(var t=[],a=this._extent,i=a[0];i<=a[1];)t.push({value:i}),i++;return t},e.prototype.getMinorTicks=function(t){},e.prototype.setSortInfo=function(t){if(t==null){this._ordinalNumbersByTick=this._ticksByOrdinalNumber=null;return}for(var a=t.ordinalNumbers,i=this._ordinalNumbersByTick=[],n=this._ticksByOrdinalNumber=[],o=0,s=this._ordinalMeta.categories.length,l=Math.min(s,a.length);o<l;++o){var u=a[o];i[o]=u,n[u]=o}for(var f=0;o<s;++o){for(;n[f]!=null;)f++;i.push(f),n[f]=o}},e.prototype._getTickNumber=function(t){var a=this._ticksByOrdinalNumber;return a&&t>=0&&t<a.length?a[t]:t},e.prototype.getRawOrdinalNumber=function(t){var a=this._ordinalNumbersByTick;return a&&t>=0&&t<a.length?a[t]:t},e.prototype.getLabel=function(t){if(!this.isBlank()){var a=this.getRawOrdinalNumber(t.value),i=this._ordinalMeta.categories[a];return i==null?"":i+""}},e.prototype.count=function(){return this._extent[1]-this._extent[0]+1},e.prototype.unionExtentFromData=function(t,a){this.unionExtent(t.getApproximateExtent(a))},e.prototype.isInExtentRange=function(t){return t=this._getTickNumber(t),this._extent[0]<=t&&this._extent[1]>=t},e.prototype.getOrdinalMeta=function(){return this._ordinalMeta},e.prototype.calcNiceTicks=function(){},e.prototype.calcNiceExtent=function(){},e.type="ordinal",e}(da);da.registerClass(AC);var zg=AC,bi=Ut,CC=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type="interval",t._interval=0,t._intervalPrecision=2,t}return e.prototype.parse=function(t){return t},e.prototype.contain=function(t){return _h(t,this._extent)},e.prototype.normalize=function(t){return Sh(t,this._extent)},e.prototype.scale=function(t){return xh(t,this._extent)},e.prototype.setExtent=function(t,a){var i=this._extent;isNaN(t)||(i[0]=parseFloat(t)),isNaN(a)||(i[1]=parseFloat(a))},e.prototype.unionExtent=function(t){var a=this._extent;t[0]<a[0]&&(a[0]=t[0]),t[1]>a[1]&&(a[1]=t[1]),this.setExtent(a[0],a[1])},e.prototype.getInterval=function(){return this._interval},e.prototype.setInterval=function(t){this._interval=t,this._niceExtent=this._extent.slice(),this._intervalPrecision=TC(t)},e.prototype.getTicks=function(t){var a=this._interval,i=this._extent,n=this._niceExtent,o=this._intervalPrecision,s=[];if(!a)return s;var l=1e4;i[0]<n[0]&&(t?s.push({value:bi(n[0]-a,o)}):s.push({value:i[0]}));for(var u=n[0];u<=n[1]&&(s.push({value:u}),u=bi(u+a,o),u!==s[s.length-1].value);)if(s.length>l)return[];var f=s.length?s[s.length-1].value:n[1];return i[1]>f&&(t?s.push({value:bi(f+a,o)}):s.push({value:i[1]})),s},e.prototype.getMinorTicks=function(t){for(var a=this.getTicks(!0),i=[],n=this.getExtent(),o=1;o<a.length;o++){for(var s=a[o],l=a[o-1],u=0,f=[],h=s.value-l.value,v=h/t;u<t-1;){var c=bi(l.value+(u+1)*v);c>n[0]&&c<n[1]&&f.push(c),u++}i.push(f)}return i},e.prototype.getLabel=function(t,a){if(t==null)return"";var i=a&&a.precision;i==null?i=Er(t.value)||0:i==="auto"&&(i=this._intervalPrecision);var n=bi(t.value,i,!0);return tA(n)},e.prototype.calcNiceTicks=function(t,a,i){t=t||5;var n=this._extent,o=n[1]-n[0];if(!!isFinite(o)){o<0&&(o=-o,n.reverse());var s=kB(n,t,a,i);this._intervalPrecision=s.intervalPrecision,this._interval=s.interval,this._niceExtent=s.niceTickExtent}},e.prototype.calcNiceExtent=function(t){var a=this._extent;if(a[0]===a[1])if(a[0]!==0){var i=a[0];t.fixMax||(a[1]+=i/2),a[0]-=i/2}else a[1]=1;var n=a[1]-a[0];isFinite(n)||(a[0]=0,a[1]=1),this.calcNiceTicks(t.splitNumber,t.minInterval,t.maxInterval);var o=this._interval;t.fixMin||(a[0]=bi(Math.floor(a[0]/o)*o)),t.fixMax||(a[1]=bi(Math.ceil(a[1]/o)*o))},e.prototype.setNiceExtent=function(t,a){this._niceExtent=[t,a]},e.type="interval",e}(da);da.registerClass(CC);var Ka=CC,MC=typeof Float32Array!="undefined",NB=MC?Float32Array:Array;function Or(r){return z(r)?MC?new Float32Array(r):r:new NB(r)}var jp="__ec_stack_";function Gg(r){return r.get("stack")||jp+r.seriesIndex}function Fg(r){return r.dim+r.index}function BB(r){var e=[],t=r.axis,a="axis0";if(t.type==="category"){for(var i=t.getBandWidth(),n=0;n<r.count;n++)e.push(Q({bandWidth:i,axisKey:a,stackId:jp+n},r));for(var o=IC(e),s=[],n=0;n<r.count;n++){var l=o[a][jp+n];l.offsetCenter=l.offset+l.width/2,s.push(l)}return s}}function DC(r,e){var t=[];return e.eachSeriesByType(r,function(a){EC(a)&&t.push(a)}),t}function VB(r){var e={};C(r,function(l){var u=l.coordinateSystem,f=u.getBaseAxis();if(!(f.type!=="time"&&f.type!=="value"))for(var h=l.getData(),v=f.dim+"_"+f.index,c=h.getDimensionIndex(h.mapDimension(f.dim)),p=h.getStore(),d=0,g=p.count();d<g;++d){var y=p.get(c,d);e[v]?e[v].push(y):e[v]=[y]}});var t={};for(var a in e)if(e.hasOwnProperty(a)){var i=e[a];if(i){i.sort(function(l,u){return l-u});for(var n=null,o=1;o<i.length;++o){var s=i[o]-i[o-1];s>0&&(n=n===null?s:Math.min(n,s))}t[a]=n}}return t}function LC(r){var e=VB(r),t=[];return C(r,function(a){var i=a.coordinateSystem,n=i.getBaseAxis(),o=n.getExtent(),s;if(n.type==="category")s=n.getBandWidth();else if(n.type==="value"||n.type==="time"){var l=n.dim+"_"+n.index,u=e[l],f=Math.abs(o[1]-o[0]),h=n.scale.getExtent(),v=Math.abs(h[1]-h[0]);s=u?f/v*u:f}else{var c=a.getData();s=Math.abs(o[1]-o[0])/c.count()}var p=H(a.get("barWidth"),s),d=H(a.get("barMaxWidth"),s),g=H(a.get("barMinWidth")||(kC(a)?.5:1),s),y=a.get("barGap"),m=a.get("barCategoryGap");t.push({bandWidth:s,barWidth:p,barMaxWidth:d,barMinWidth:g,barGap:y,barCategoryGap:m,axisKey:Fg(n),stackId:Gg(a)})}),IC(t)}function IC(r){var e={};C(r,function(a,i){var n=a.axisKey,o=a.bandWidth,s=e[n]||{bandWidth:o,remainedWidth:o,autoWidthCount:0,categoryGap:null,gap:"20%",stacks:{}},l=s.stacks;e[n]=s;var u=a.stackId;l[u]||s.autoWidthCount++,l[u]=l[u]||{width:0,maxWidth:0};var f=a.barWidth;f&&!l[u].width&&(l[u].width=f,f=Math.min(s.remainedWidth,f),s.remainedWidth-=f);var h=a.barMaxWidth;h&&(l[u].maxWidth=h);var v=a.barMinWidth;v&&(l[u].minWidth=v);var c=a.barGap;c!=null&&(s.gap=c);var p=a.barCategoryGap;p!=null&&(s.categoryGap=p)});var t={};return C(e,function(a,i){t[i]={};var n=a.stacks,o=a.bandWidth,s=a.categoryGap;if(s==null){var l=mt(n).length;s=Math.max(35-l*4,15)+"%"}var u=H(s,o),f=H(a.gap,1),h=a.remainedWidth,v=a.autoWidthCount,c=(h-u)/(v+(v-1)*f);c=Math.max(c,0),C(n,function(y){var m=y.maxWidth,_=y.minWidth;if(y.width){var S=y.width;m&&(S=Math.min(S,m)),_&&(S=Math.max(S,_)),y.width=S,h-=S+f*S,v--}else{var S=c;m&&m<S&&(S=Math.min(m,h)),_&&_>S&&(S=_),S!==c&&(y.width=S,h-=S+f*S,v--)}}),c=(h-u)/(v+(v-1)*f),c=Math.max(c,0);var p=0,d;C(n,function(y,m){y.width||(y.width=c),d=y,p+=y.width*(1+f)}),d&&(p-=d.width*f);var g=-p/2;C(n,function(y,m){t[i][m]=t[i][m]||{bandWidth:o,offset:g,width:y.width},g+=y.width*(1+f)})}),t}function zB(r,e,t){if(r&&e){var a=r[Fg(e)];return a!=null&&t!=null?a[Gg(t)]:a}}function PC(r,e){var t=DC(r,e),a=LC(t);C(t,function(i){var n=i.getData(),o=i.coordinateSystem,s=o.getBaseAxis(),l=Gg(i),u=a[Fg(s)][l],f=u.offset,h=u.width;n.setLayout({bandWidth:u.bandWidth,offset:f,size:h})})}function RC(r){return{seriesType:r,plan:xo(),reset:function(e){if(!!EC(e)){var t=e.getData(),a=e.coordinateSystem,i=a.getBaseAxis(),n=a.getOtherAxis(i),o=t.getDimensionIndex(t.mapDimension(n.dim)),s=t.getDimensionIndex(t.mapDimension(i.dim)),l=e.get("showBackground",!0),u=t.mapDimension(n.dim),f=t.getCalculationInfo("stackResultDimension"),h=qa(t,u)&&!!t.getCalculationInfo("stackedOnSeries"),v=n.isHorizontal(),c=GB(i,n),p=kC(e),d=e.get("barMinHeight")||0,g=f&&t.getDimensionIndex(f),y=t.getLayout("size"),m=t.getLayout("offset");return{progress:function(_,S){for(var b=_.count,x=p&&Or(b*3),w=p&&l&&Or(b*3),T=p&&Or(b),A=a.master.getRect(),M=v?A.width:A.height,D,L=S.getStore(),I=0;(D=_.next())!=null;){var P=L.get(h?g:o,D),R=L.get(s,D),E=c,N=void 0;h&&(N=+P-L.get(o,D));var O=void 0,B=void 0,F=void 0,W=void 0;if(v){var Z=a.dataToPoint([P,R]);if(h){var tt=a.dataToPoint([N,R]);E=tt[0]}O=E,B=Z[1]+m,F=Z[0]-E,W=y,Math.abs(F)<d&&(F=(F<0?-1:1)*d)}else{var Z=a.dataToPoint([R,P]);if(h){var tt=a.dataToPoint([R,N]);E=tt[1]}O=Z[0]+m,B=E,F=y,W=Z[1]-E,Math.abs(W)<d&&(W=(W<=0?-1:1)*d)}p?(x[I]=O,x[I+1]=B,x[I+2]=v?F:W,w&&(w[I]=v?A.x:O,w[I+1]=v?B:A.y,w[I+2]=M),T[D]=D):S.setItemLayout(D,{x:O,y:B,width:F,height:W}),I+=3}p&&S.setLayout({largePoints:x,largeDataIndices:T,largeBackgroundPoints:w,valueAxisHorizontal:v})}}}}}}function EC(r){return r.coordinateSystem&&r.coordinateSystem.type==="cartesian2d"}function kC(r){return r.pipelineContext&&r.pipelineContext.large}function GB(r,e){return e.toGlobalCoord(e.dataToCoord(e.type==="log"?1:0))}var FB=function(r,e,t,a){for(;t<a;){var i=t+a>>>1;r[i][1]<e?t=i+1:a=i}return t},OC=function(r){k(e,r);function e(t){var a=r.call(this,t)||this;return a.type="time",a}return e.prototype.getLabel=function(t){var a=this.getSetting("useUTC");return uh(t.value,c0[lk(qn(this._minLevelUnit))]||c0.second,a,this.getSetting("locale"))},e.prototype.getFormattedLabel=function(t,a,i){var n=this.getSetting("useUTC"),o=this.getSetting("locale");return uk(t,a,i,o,n)},e.prototype.getTicks=function(){var t=this._interval,a=this._extent,i=[];if(!t)return i;i.push({value:a[0],level:0});var n=this.getSetting("useUTC"),o=XB(this._minLevelUnit,this._approxInterval,n,a);return i=i.concat(o),i.push({value:a[1],level:0}),i},e.prototype.calcNiceExtent=function(t){var a=this._extent;if(a[0]===a[1]&&(a[0]-=rr,a[1]+=rr),a[1]===-1/0&&a[0]===1/0){var i=new Date;a[1]=+new Date(i.getFullYear(),i.getMonth(),i.getDate()),a[0]=a[1]-rr}this.calcNiceTicks(t.splitNumber,t.minInterval,t.maxInterval)},e.prototype.calcNiceTicks=function(t,a,i){t=t||10;var n=this._extent,o=n[1]-n[0];this._approxInterval=o/t,a!=null&&this._approxInterval<a&&(this._approxInterval=a),i!=null&&this._approxInterval>i&&(this._approxInterval=i);var s=eu.length,l=Math.min(FB(eu,this._approxInterval,0,s),s-1);this._interval=eu[l][1],this._minLevelUnit=eu[Math.max(l-1,0)][0]},e.prototype.parse=function(t){return wt(t)?t:+Fr(t)},e.prototype.contain=function(t){return _h(this.parse(t),this._extent)},e.prototype.normalize=function(t){return Sh(this.parse(t),this._extent)},e.prototype.scale=function(t){return xh(t,this._extent)},e.type="time",e}(Ka),eu=[["second",yg],["minute",mg],["hour",Ss],["quarter-day",Ss*6],["half-day",Ss*12],["day",rr*1.2],["half-week",rr*3.5],["week",rr*7],["month",rr*31],["quarter",rr*95],["half-year",v0/2],["year",v0]];function HB(r,e,t,a){var i=Fr(e),n=Fr(t),o=function(p){return p0(i,p,a)===p0(n,p,a)},s=function(){return o("year")},l=function(){return s()&&o("month")},u=function(){return l()&&o("day")},f=function(){return u()&&o("hour")},h=function(){return f()&&o("minute")},v=function(){return h()&&o("second")},c=function(){return v()&&o("millisecond")};switch(r){case"year":return s();case"month":return l();case"day":return u();case"hour":return f();case"minute":return h();case"second":return v();case"millisecond":return c()}}function WB(r,e){return r/=rr,r>16?16:r>7.5?7:r>3.5?4:r>1.5?2:1}function $B(r){var e=30*rr;return r/=e,r>6?6:r>3?3:r>2?2:1}function UB(r){return r/=Ss,r>12?12:r>6?6:r>3.5?4:r>2?2:1}function T_(r,e){return r/=e?mg:yg,r>30?30:r>20?20:r>15?15:r>10?10:r>5?5:r>2?2:1}function YB(r){return Ew(r,!0)}function ZB(r,e,t){var a=new Date(r);switch(qn(e)){case"year":case"month":a[XT(t)](0);case"day":a[qT(t)](1);case"hour":a[KT(t)](0);case"minute":a[QT(t)](0);case"second":a[jT(t)](0),a[JT(t)](0)}return a.getTime()}function XB(r,e,t,a){var i=1e4,n=YT,o=0;function s(M,D,L,I,P,R,E){for(var N=new Date(D),O=D,B=N[I]();O<L&&O<=a[1];)E.push({value:O}),B+=M,N[P](B),O=N.getTime();E.push({value:O,notAdd:!0})}function l(M,D,L){var I=[],P=!D.length;if(!HB(qn(M),a[0],a[1],t)){P&&(D=[{value:ZB(new Date(a[0]),M,t)},{value:a[1]}]);for(var R=0;R<D.length-1;R++){var E=D[R].value,N=D[R+1].value;if(E!==N){var O=void 0,B=void 0,F=void 0,W=!1;switch(M){case"year":O=Math.max(1,Math.round(e/rr/365)),B=_g(t),F=fk(t);break;case"half-year":case"quarter":case"month":O=$B(e),B=Kn(t),F=XT(t);break;case"week":case"half-week":case"day":O=WB(e),B=fh(t),F=qT(t),W=!0;break;case"half-day":case"quarter-day":case"hour":O=UB(e),B=Vs(t),F=KT(t);break;case"minute":O=T_(e,!0),B=hh(t),F=QT(t);break;case"second":O=T_(e,!1),B=vh(t),F=jT(t);break;case"millisecond":O=YB(e),B=ch(t),F=JT(t);break}s(O,E,N,B,F,W,I),M==="year"&&L.length>1&&R===0&&L.unshift({value:L[0].value-O})}}for(var R=0;R<I.length;R++)L.push(I[R]);return I}}for(var u=[],f=[],h=0,v=0,c=0;c<n.length&&o++<i;++c){var p=qn(n[c]);if(!!sk(n[c])){l(n[c],u[u.length-1]||[],f);var d=n[c+1]?qn(n[c+1]):null;if(p!==d){if(f.length){v=h,f.sort(function(M,D){return M.value-D.value});for(var g=[],y=0;y<f.length;++y){var m=f[y].value;(y===0||f[y-1].value!==m)&&(g.push(f[y]),m>=a[0]&&m<=a[1]&&h++)}var _=(a[1]-a[0])/e;if(h>_*1.5&&v>_/1.5||(u.push(g),h>_||r===n[c]))break}f=[]}}}for(var S=Rt(G(u,function(M){return Rt(M,function(D){return D.value>=a[0]&&D.value<=a[1]&&!D.notAdd})}),function(M){return M.length>0}),b=[],x=S.length-1,c=0;c<S.length;++c)for(var w=S[c],T=0;T<w.length;++T)b.push({value:w[T].value,level:x-c});b.sort(function(M,D){return M.value-D.value});for(var A=[],c=0;c<b.length;++c)(c===0||b[c].value!==b[c-1].value)&&A.push(b[c]);return A}da.registerClass(OC);var NC=OC,A_=da.prototype,Ts=Ka.prototype,qB=Ut,KB=Math.floor,QB=Math.ceil,ru=Math.pow,$e=Math.log,Hg=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type="log",t.base=10,t._originalScale=new Ka,t._interval=0,t}return e.prototype.getTicks=function(t){var a=this._originalScale,i=this._extent,n=a.getExtent(),o=Ts.getTicks.call(this,t);return G(o,function(s){var l=s.value,u=Ut(ru(this.base,l));return u=l===i[0]&&this._fixMin?au(u,n[0]):u,u=l===i[1]&&this._fixMax?au(u,n[1]):u,{value:u}},this)},e.prototype.setExtent=function(t,a){var i=this.base;t=$e(t)/$e(i),a=$e(a)/$e(i),Ts.setExtent.call(this,t,a)},e.prototype.getExtent=function(){var t=this.base,a=A_.getExtent.call(this);a[0]=ru(t,a[0]),a[1]=ru(t,a[1]);var i=this._originalScale,n=i.getExtent();return this._fixMin&&(a[0]=au(a[0],n[0])),this._fixMax&&(a[1]=au(a[1],n[1])),a},e.prototype.unionExtent=function(t){this._originalScale.unionExtent(t);var a=this.base;t[0]=$e(t[0])/$e(a),t[1]=$e(t[1])/$e(a),A_.unionExtent.call(this,t)},e.prototype.unionExtentFromData=function(t,a){this.unionExtent(t.getApproximateExtent(a))},e.prototype.calcNiceTicks=function(t){t=t||10;var a=this._extent,i=a[1]-a[0];if(!(i===1/0||i<=0)){var n=IP(i),o=t/i*n;for(o<=.5&&(n*=10);!isNaN(n)&&Math.abs(n)<1&&Math.abs(n)>0;)n*=10;var s=[Ut(QB(a[0]/n)*n),Ut(KB(a[1]/n)*n)];this._interval=n,this._niceExtent=s}},e.prototype.calcNiceExtent=function(t){Ts.calcNiceExtent.call(this,t),this._fixMin=t.fixMin,this._fixMax=t.fixMax},e.prototype.parse=function(t){return t},e.prototype.contain=function(t){return t=$e(t)/$e(this.base),_h(t,this._extent)},e.prototype.normalize=function(t){return t=$e(t)/$e(this.base),Sh(t,this._extent)},e.prototype.scale=function(t){return t=xh(t,this._extent),ru(this.base,t)},e.type="log",e}(da),BC=Hg.prototype;BC.getMinorTicks=Ts.getMinorTicks;BC.getLabel=Ts.getLabel;function au(r,e){return qB(r,Er(e))}da.registerClass(Hg);var jB=Hg,JB=function(){function r(e,t,a){this._prepareParams(e,t,a)}return r.prototype._prepareParams=function(e,t,a){a[1]<a[0]&&(a=[NaN,NaN]),this._dataMin=a[0],this._dataMax=a[1];var i=this._isOrdinal=e.type==="ordinal";this._needCrossZero=e.type==="interval"&&t.getNeedCrossZero&&t.getNeedCrossZero();var n=this._modelMinRaw=t.get("min",!0);K(n)?this._modelMinNum=iu(e,n({min:a[0],max:a[1]})):n!=="dataMin"&&(this._modelMinNum=iu(e,n));var o=this._modelMaxRaw=t.get("max",!0);if(K(o)?this._modelMaxNum=iu(e,o({min:a[0],max:a[1]})):o!=="dataMax"&&(this._modelMaxNum=iu(e,o)),i)this._axisDataLen=t.getCategories().length;else{var s=t.get("boundaryGap"),l=z(s)?s:[s||0,s||0];typeof l[0]=="boolean"||typeof l[1]=="boolean"?this._boundaryGapInner=[0,0]:this._boundaryGapInner=[_r(l[0],1),_r(l[1],1)]}},r.prototype.calculate=function(){var e=this._isOrdinal,t=this._dataMin,a=this._dataMax,i=this._axisDataLen,n=this._boundaryGapInner,o=e?null:a-t||Math.abs(t),s=this._modelMinRaw==="dataMin"?t:this._modelMinNum,l=this._modelMaxRaw==="dataMax"?a:this._modelMaxNum,u=s!=null,f=l!=null;s==null&&(s=e?i?0:NaN:t-n[0]*o),l==null&&(l=e?i?i-1:NaN:a+n[1]*o),(s==null||!isFinite(s))&&(s=NaN),(l==null||!isFinite(l))&&(l=NaN);var h=Ls(s)||Ls(l)||e&&!i;this._needCrossZero&&(s>0&&l>0&&!u&&(s=0),s<0&&l<0&&!f&&(l=0));var v=this._determinedMin,c=this._determinedMax;return v!=null&&(s=v,u=!0),c!=null&&(l=c,f=!0),{min:s,max:l,minFixed:u,maxFixed:f,isBlank:h}},r.prototype.modifyDataMinMax=function(e,t){this[eV[e]]=t},r.prototype.setDeterminedMinMax=function(e,t){var a=tV[e];this[a]=t},r.prototype.freeze=function(){this.frozen=!0},r}(),tV={min:"_determinedMin",max:"_determinedMax"},eV={min:"_dataMin",max:"_dataMax"};function VC(r,e,t){var a=r.rawExtentInfo;return a||(a=new JB(r,e,t),r.rawExtentInfo=a,a)}function iu(r,e){return e==null?null:Ls(e)?NaN:r.parse(e)}function zC(r,e){var t=r.type,a=VC(r,e,r.getExtent()).calculate();r.setBlank(a.isBlank);var i=a.min,n=a.max,o=e.ecModel;if(o&&t==="time"){var s=DC("bar",o),l=!1;if(C(s,function(h){l=l||h.getBaseAxis()===e.axis}),l){var u=LC(s),f=rV(i,n,e,u);i=f.min,n=f.max}}return{extent:[i,n],fixMin:a.minFixed,fixMax:a.maxFixed}}function rV(r,e,t,a){var i=t.axis.getExtent(),n=i[1]-i[0],o=zB(a,t.axis);if(o===void 0)return{min:r,max:e};var s=1/0;C(o,function(c){s=Math.min(c.offset,s)});var l=-1/0;C(o,function(c){l=Math.max(c.offset+c.width,l)}),s=Math.abs(s),l=Math.abs(l);var u=s+l,f=e-r,h=1-(s+l)/n,v=f/h-f;return e+=v*(l/u),r-=v*(s/u),{min:r,max:e}}function ro(r,e){var t=e,a=zC(r,t),i=a.extent,n=t.get("splitNumber");r instanceof jB&&(r.base=t.get("logBase"));var o=r.type,s=t.get("interval"),l=o==="interval"||o==="time";r.setExtent(i[0],i[1]),r.calcNiceExtent({splitNumber:n,fixMin:a.fixMin,fixMax:a.fixMax,minInterval:l?t.get("minInterval"):null,maxInterval:l?t.get("maxInterval"):null}),s!=null&&r.setInterval&&r.setInterval(s)}function bh(r,e){if(e=e||r.get("type"),e)switch(e){case"category":return new zg({ordinalMeta:r.getOrdinalMeta?r.getOrdinalMeta():r.getCategories(),extent:[1/0,-1/0]});case"time":return new NC({locale:r.ecModel.getLocaleModel(),useUTC:r.ecModel.get("useUTC")});default:return new(da.getClass(e)||Ka)}}function aV(r){var e=r.scale.getExtent(),t=e[0],a=e[1];return!(t>0&&a>0||t<0&&a<0)}function dl(r){var e=r.getLabelModel().get("formatter"),t=r.type==="category"?r.scale.getExtent()[0]:null;return r.scale.type==="time"?function(a){return function(i,n){return r.scale.getFormattedLabel(i,n,a)}}(e):$(e)?function(a){return function(i){var n=r.scale.getLabel(i),o=a.replace("{value}",n!=null?n:"");return o}}(e):K(e)?function(a){return function(i,n){return t!=null&&(n=i.value-t),a(Wg(r,i),n,i.level!=null?{level:i.level}:null)}}(e):function(a){return r.scale.getLabel(a)}}function Wg(r,e){return r.type==="category"?r.scale.getLabel(e):e.value}function iV(r){var e=r.model,t=r.scale;if(!(!e.get(["axisLabel","show"])||t.isBlank())){var a,i,n=t.getExtent();t instanceof zg?i=t.count():(a=t.getTicks(),i=a.length);var o=r.getLabelModel(),s=dl(r),l,u=1;i>40&&(u=Math.ceil(i/40));for(var f=0;f<i;f+=u){var h=a?a[f]:{value:n[0]+f},v=s(h,f),c=o.getTextRect(v),p=nV(c,o.get("rotate")||0);l?l.union(p):l=p}return l}}function nV(r,e){var t=e*Math.PI/180,a=r.width,i=r.height,n=a*Math.abs(Math.cos(t))+Math.abs(i*Math.sin(t)),o=a*Math.abs(Math.sin(t))+Math.abs(i*Math.cos(t)),s=new ft(r.x,r.y,n,o);return s}function $g(r){var e=r.get("interval");return e==null?"auto":e}function GC(r){return r.type==="category"&&$g(r.getLabelModel())===0}function bf(r,e){var t={};return C(r.mapDimensionsAll(e),function(a){t[bC(r,a)]=!0}),mt(t)}function oV(r,e,t){e&&C(bf(e,t),function(a){var i=e.getApproximateExtent(a);i[0]<r[0]&&(r[0]=i[0]),i[1]>r[1]&&(r[1]=i[1])})}var gl=function(){function r(){}return r.prototype.getNeedCrossZero=function(){var e=this.option;return!e.scale},r.prototype.getCoordSysModel=function(){},r}(),sV=1e-8;function C_(r,e){return Math.abs(r-e)<sV}function ki(r,e,t){var a=0,i=r[0];if(!i)return!1;for(var n=1;n<r.length;n++){var o=r[n];a+=Qr(i[0],i[1],o[0],o[1],e,t),i=o}var s=r[0];return(!C_(i[0],s[0])||!C_(i[1],s[1]))&&(a+=Qr(i[0],i[1],s[0],s[1],e,t)),a!==0}var lV=[];function zv(r,e){for(var t=0;t<r.length;t++)ue(r[t],r[t],e)}function M_(r,e,t,a){for(var i=0;i<r.length;i++){var n=r[i];a&&(n=a.project(n)),n&&isFinite(n[0])&&isFinite(n[1])&&(Pa(e,e,n),Ra(t,t,n))}}function uV(r){for(var e=0,t=0,a=0,i=r.length,n=r[i-1][0],o=r[i-1][1],s=0;s<i;s++){var l=r[s][0],u=r[s][1],f=n*u-l*o;e+=f,t+=(n+l)*f,a+=(o+u)*f,n=l,o=u}return e?[t/e/3,a/e/3,e]:[r[0][0]||0,r[0][1]||0]}var FC=function(){function r(e){this.name=e}return r.prototype.setCenter=function(e){this._center=e},r.prototype.getCenter=function(){var e=this._center;return e||(e=this._center=this.calcCenter()),e},r}(),D_=function(){function r(e,t){this.type="polygon",this.exterior=e,this.interiors=t}return r}(),L_=function(){function r(e){this.type="linestring",this.points=e}return r}(),HC=function(r){k(e,r);function e(t,a,i){var n=r.call(this,t)||this;return n.type="geoJSON",n.geometries=a,n._center=i&&[i[0],i[1]],n}return e.prototype.calcCenter=function(){for(var t=this.geometries,a,i=0,n=0;n<t.length;n++){var o=t[n],s=o.exterior,l=s&&s.length;l>i&&(a=o,i=l)}if(a)return uV(a.exterior);var u=this.getBoundingRect();return[u.x+u.width/2,u.y+u.height/2]},e.prototype.getBoundingRect=function(t){var a=this._rect;if(a&&!t)return a;var i=[1/0,1/0],n=[-1/0,-1/0],o=this.geometries;return C(o,function(s){s.type==="polygon"?M_(s.exterior,i,n,t):C(s.points,function(l){M_(l,i,n,t)})}),isFinite(i[0])&&isFinite(i[1])&&isFinite(n[0])&&isFinite(n[1])||(i[0]=i[1]=n[0]=n[1]=0),a=new ft(i[0],i[1],n[0]-i[0],n[1]-i[1]),t||(this._rect=a),a},e.prototype.contain=function(t){var a=this.getBoundingRect(),i=this.geometries;if(!a.contain(t[0],t[1]))return!1;t:for(var n=0,o=i.length;n<o;n++){var s=i[n];if(s.type==="polygon"){var l=s.exterior,u=s.interiors;if(ki(l,t[0],t[1])){for(var f=0;f<(u?u.length:0);f++)if(ki(u[f],t[0],t[1]))continue t;return!0}}}return!1},e.prototype.transformTo=function(t,a,i,n){var o=this.getBoundingRect(),s=o.width/o.height;i?n||(n=i/s):i=s*n;for(var l=new ft(t,a,i,n),u=o.calculateTransform(l),f=this.geometries,h=0;h<f.length;h++){var v=f[h];v.type==="polygon"?(zv(v.exterior,u),C(v.interiors,function(c){zv(c,u)})):C(v.points,function(c){zv(c,u)})}o=this._rect,o.copy(l),this._center=[o.x+o.width/2,o.y+o.height/2]},e.prototype.cloneShallow=function(t){t==null&&(t=this.name);var a=new e(t,this.geometries,this._center);return a._rect=this._rect,a.transformTo=null,a},e}(FC),fV=function(r){k(e,r);function e(t,a){var i=r.call(this,t)||this;return i.type="geoSVG",i._elOnlyForCalculate=a,i}return e.prototype.calcCenter=function(){for(var t=this._elOnlyForCalculate,a=t.getBoundingRect(),i=[a.x+a.width/2,a.y+a.height/2],n=Kf(lV),o=t;o&&!o.isGeoSVGGraphicRoot;)aa(n,o.getLocalTransform(),n),o=o.parent;return uo(n,n),ue(i,i,n),i},e}(FC);function hV(r){if(!r.UTF8Encoding)return r;var e=r,t=e.UTF8Scale;t==null&&(t=1024);var a=e.features;return C(a,function(i){var n=i.geometry,o=n.encodeOffsets,s=n.coordinates;if(!!o)switch(n.type){case"LineString":n.coordinates=WC(s,o,t);break;case"Polygon":Gv(s,o,t);break;case"MultiLineString":Gv(s,o,t);break;case"MultiPolygon":C(s,function(l,u){return Gv(l,o[u],t)})}}),e.UTF8Encoding=!1,e}function Gv(r,e,t){for(var a=0;a<r.length;a++)r[a]=WC(r[a],e[a],t)}function WC(r,e,t){for(var a=[],i=e[0],n=e[1],o=0;o<r.length;o+=2){var s=r.charCodeAt(o)-64,l=r.charCodeAt(o+1)-64;s=s>>1^-(s&1),l=l>>1^-(l&1),s+=i,l+=n,i=s,n=l,a.push([s/t,l/t])}return a}function vV(r,e){return r=hV(r),G(Rt(r.features,function(t){return t.geometry&&t.properties&&t.geometry.coordinates.length>0}),function(t){var a=t.properties,i=t.geometry,n=[];switch(i.type){case"Polygon":var o=i.coordinates;n.push(new D_(o[0],o.slice(1)));break;case"MultiPolygon":C(i.coordinates,function(l){l[0]&&n.push(new D_(l[0],l.slice(1)))});break;case"LineString":n.push(new L_([i.coordinates]));break;case"MultiLineString":n.push(new L_(i.coordinates))}var s=new HC(a[e||"name"],n,a.cp);return s.properties=a,s})}var $s=At();function cV(r){return r.type==="category"?dV(r):yV(r)}function pV(r,e){return r.type==="category"?gV(r,e):{ticks:G(r.scale.getTicks(),function(t){return t.value})}}function dV(r){var e=r.getLabelModel(),t=$C(r,e);return!e.get("show")||r.scale.isBlank()?{labels:[],labelCategoryInterval:t.labelCategoryInterval}:t}function $C(r,e){var t=UC(r,"labels"),a=$g(e),i=YC(t,a);if(i)return i;var n,o;return K(a)?n=qC(r,a):(o=a==="auto"?mV(r):a,n=XC(r,o)),ZC(t,a,{labels:n,labelCategoryInterval:o})}function gV(r,e){var t=UC(r,"ticks"),a=$g(e),i=YC(t,a);if(i)return i;var n,o;if((!e.get("show")||r.scale.isBlank())&&(n=[]),K(a))n=qC(r,a,!0);else if(a==="auto"){var s=$C(r,r.getLabelModel());o=s.labelCategoryInterval,n=G(s.labels,function(l){return l.tickValue})}else o=a,n=XC(r,o,!0);return ZC(t,a,{ticks:n,tickCategoryInterval:o})}function yV(r){var e=r.scale.getTicks(),t=dl(r);return{labels:G(e,function(a,i){return{level:a.level,formattedLabel:t(a,i),rawLabel:r.scale.getLabel(a),tickValue:a.value}})}}function UC(r,e){return $s(r)[e]||($s(r)[e]=[])}function YC(r,e){for(var t=0;t<r.length;t++)if(r[t].key===e)return r[t].value}function ZC(r,e,t){return r.push({key:e,value:t}),t}function mV(r){var e=$s(r).autoInterval;return e!=null?e:$s(r).autoInterval=r.calculateCategoryInterval()}function _V(r){var e=SV(r),t=dl(r),a=(e.axisRotate-e.labelRotate)/180*Math.PI,i=r.scale,n=i.getExtent(),o=i.count();if(n[1]-n[0]<1)return 0;var s=1;o>40&&(s=Math.max(1,Math.floor(o/40)));for(var l=n[0],u=r.dataToCoord(l+1)-r.dataToCoord(l),f=Math.abs(u*Math.cos(a)),h=Math.abs(u*Math.sin(a)),v=0,c=0;l<=n[1];l+=s){var p=0,d=0,g=il(t({value:l}),e.font,"center","top");p=g.width*1.3,d=g.height*1.3,v=Math.max(v,p,7),c=Math.max(c,d,7)}var y=v/f,m=c/h;isNaN(y)&&(y=1/0),isNaN(m)&&(m=1/0);var _=Math.max(0,Math.floor(Math.min(y,m))),S=$s(r.model),b=r.getExtent(),x=S.lastAutoInterval,w=S.lastTickCount;return x!=null&&w!=null&&Math.abs(x-_)<=1&&Math.abs(w-o)<=1&&x>_&&S.axisExtent0===b[0]&&S.axisExtent1===b[1]?_=x:(S.lastTickCount=o,S.lastAutoInterval=_,S.axisExtent0=b[0],S.axisExtent1=b[1]),_}function SV(r){var e=r.getLabelModel();return{axisRotate:r.getRotate?r.getRotate():r.isHorizontal&&!r.isHorizontal()?90:0,labelRotate:e.get("rotate")||0,font:e.getFont()}}function XC(r,e,t){var a=dl(r),i=r.scale,n=i.getExtent(),o=r.getLabelModel(),s=[],l=Math.max((e||0)+1,1),u=n[0],f=i.count();u!==0&&l>1&&f/l>2&&(u=Math.round(Math.ceil(u/l)*l));var h=GC(r),v=o.get("showMinLabel")||h,c=o.get("showMaxLabel")||h;v&&u!==n[0]&&d(n[0]);for(var p=u;p<=n[1];p+=l)d(p);c&&p-l!==n[1]&&d(n[1]);function d(g){var y={value:g};s.push(t?g:{formattedLabel:a(y),rawLabel:i.getLabel(y),tickValue:g})}return s}function qC(r,e,t){var a=r.scale,i=dl(r),n=[];return C(a.getTicks(),function(o){var s=a.getLabel(o),l=o.value;e(o.value,s)&&n.push(t?l:{formattedLabel:i(o),rawLabel:s,tickValue:l})}),n}var I_=[0,1],xV=function(){function r(e,t,a){this.onBand=!1,this.inverse=!1,this.dim=e,this.scale=t,this._extent=a||[0,0]}return r.prototype.contain=function(e){var t=this._extent,a=Math.min(t[0],t[1]),i=Math.max(t[0],t[1]);return e>=a&&e<=i},r.prototype.containData=function(e){return this.scale.contain(e)},r.prototype.getExtent=function(){return this._extent.slice()},r.prototype.getPixelPrecision=function(e){return Pw(e||this.scale.getExtent(),this._extent)},r.prototype.setExtent=function(e,t){var a=this._extent;a[0]=e,a[1]=t},r.prototype.dataToCoord=function(e,t){var a=this._extent,i=this.scale;return e=i.normalize(e),this.onBand&&i.type==="ordinal"&&(a=a.slice(),P_(a,i.count())),Pt(e,I_,a,t)},r.prototype.coordToData=function(e,t){var a=this._extent,i=this.scale;this.onBand&&i.type==="ordinal"&&(a=a.slice(),P_(a,i.count()));var n=Pt(e,a,I_,t);return this.scale.scale(n)},r.prototype.pointToData=function(e,t){},r.prototype.getTicksCoords=function(e){e=e||{};var t=e.tickModel||this.getTickModel(),a=pV(this,t),i=a.ticks,n=G(i,function(s){return{coord:this.dataToCoord(this.scale.type==="ordinal"?this.scale.getRawOrdinalNumber(s):s),tickValue:s}},this),o=t.get("alignWithLabel");return bV(this,n,o,e.clamp),n},r.prototype.getMinorTicksCoords=function(){if(this.scale.type==="ordinal")return[];var e=this.model.getModel("minorTick"),t=e.get("splitNumber");t>0&&t<100||(t=5);var a=this.scale.getMinorTicks(t),i=G(a,function(n){return G(n,function(o){return{coord:this.dataToCoord(o),tickValue:o}},this)},this);return i},r.prototype.getViewLabels=function(){return cV(this).labels},r.prototype.getLabelModel=function(){return this.model.getModel("axisLabel")},r.prototype.getTickModel=function(){return this.model.getModel("axisTick")},r.prototype.getBandWidth=function(){var e=this._extent,t=this.scale.getExtent(),a=t[1]-t[0]+(this.onBand?1:0);a===0&&(a=1);var i=Math.abs(e[1]-e[0]);return Math.abs(i)/a},r.prototype.calculateCategoryInterval=function(){return _V(this)},r}();function P_(r,e){var t=r[1]-r[0],a=e,i=t/a/2;r[0]+=i,r[1]-=i}function bV(r,e,t,a){var i=e.length;if(!r.onBand||t||!i)return;var n=r.getExtent(),o,s;if(i===1)e[0].coord=n[0],o=e[1]={coord:n[0]};else{var l=e[i-1].tickValue-e[0].tickValue,u=(e[i-1].coord-e[0].coord)/l;C(e,function(c){c.coord-=u/2});var f=r.scale.getExtent();s=1+f[1]-e[i-1].tickValue,o={coord:e[i-1].coord+u*s},e.push(o)}var h=n[0]>n[1];v(e[0].coord,n[0])&&(a?e[0].coord=n[0]:e.shift()),a&&v(n[0],e[0].coord)&&e.unshift({coord:n[0]}),v(n[1],o.coord)&&(a?o.coord=n[1]:e.pop()),a&&v(o.coord,n[1])&&e.push({coord:n[1]});function v(c,p){return c=Ut(c),p=Ut(p),h?c>p:c<p}}var br=xV,Wo=Math.PI*2,wi=Hr.CMD,wV=["top","right","bottom","left"];function TV(r,e,t,a,i){var n=t.width,o=t.height;switch(r){case"top":a.set(t.x+n/2,t.y-e),i.set(0,-1);break;case"bottom":a.set(t.x+n/2,t.y+o+e),i.set(0,1);break;case"left":a.set(t.x-e,t.y+o/2),i.set(-1,0);break;case"right":a.set(t.x+n+e,t.y+o/2),i.set(1,0);break}}function AV(r,e,t,a,i,n,o,s,l){o-=r,s-=e;var u=Math.sqrt(o*o+s*s);o/=u,s/=u;var f=o*t+r,h=s*t+e;if(Math.abs(a-i)%Wo<1e-4)return l[0]=f,l[1]=h,u-t;if(n){var v=a;a=Na(i),i=Na(v)}else a=Na(a),i=Na(i);a>i&&(i+=Wo);var c=Math.atan2(s,o);if(c<0&&(c+=Wo),c>=a&&c<=i||c+Wo>=a&&c+Wo<=i)return l[0]=f,l[1]=h,u-t;var p=t*Math.cos(a)+r,d=t*Math.sin(a)+e,g=t*Math.cos(i)+r,y=t*Math.sin(i)+e,m=(p-o)*(p-o)+(d-s)*(d-s),_=(g-o)*(g-o)+(y-s)*(y-s);return m<_?(l[0]=p,l[1]=d,Math.sqrt(m)):(l[0]=g,l[1]=y,Math.sqrt(_))}function wf(r,e,t,a,i,n,o,s){var l=i-r,u=n-e,f=t-r,h=a-e,v=Math.sqrt(f*f+h*h);f/=v,h/=v;var c=l*f+u*h,p=c/v;s&&(p=Math.min(Math.max(p,0),1)),p*=v;var d=o[0]=r+p*f,g=o[1]=e+p*h;return Math.sqrt((d-i)*(d-i)+(g-n)*(g-n))}function KC(r,e,t,a,i,n,o){t<0&&(r=r+t,t=-t),a<0&&(e=e+a,a=-a);var s=r+t,l=e+a,u=o[0]=Math.min(Math.max(i,r),s),f=o[1]=Math.min(Math.max(n,e),l);return Math.sqrt((u-i)*(u-i)+(f-n)*(f-n))}var pr=[];function CV(r,e,t){var a=KC(e.x,e.y,e.width,e.height,r.x,r.y,pr);return t.set(pr[0],pr[1]),a}function MV(r,e,t){for(var a=0,i=0,n=0,o=0,s,l,u=1/0,f=e.data,h=r.x,v=r.y,c=0;c<f.length;){var p=f[c++];c===1&&(a=f[c],i=f[c+1],n=a,o=i);var d=u;switch(p){case wi.M:n=f[c++],o=f[c++],a=n,i=o;break;case wi.L:d=wf(a,i,f[c],f[c+1],h,v,pr,!0),a=f[c++],i=f[c++];break;case wi.C:d=vw(a,i,f[c++],f[c++],f[c++],f[c++],f[c],f[c+1],h,v,pr),a=f[c++],i=f[c++];break;case wi.Q:d=pw(a,i,f[c++],f[c++],f[c],f[c+1],h,v,pr),a=f[c++],i=f[c++];break;case wi.A:var g=f[c++],y=f[c++],m=f[c++],_=f[c++],S=f[c++],b=f[c++];c+=1;var x=!!(1-f[c++]);s=Math.cos(S)*m+g,l=Math.sin(S)*_+y,c<=1&&(n=s,o=l);var w=(h-g)*_/m+g;d=AV(g,y,_,S,S+b,x,w,v,pr),a=Math.cos(S+b)*m+g,i=Math.sin(S+b)*_+y;break;case wi.R:n=a=f[c++],o=i=f[c++];var T=f[c++],A=f[c++];d=KC(n,o,T,A,h,v,pr);break;case wi.Z:d=wf(a,i,n,o,h,v,pr,!0),a=n,i=o;break}d<u&&(u=d,t.set(pr[0],pr[1]))}return u}var gr=new st,Ot=new st,Zt=new st,Nr=new st,Rr=new st;function R_(r,e){if(!!r){var t=r.getTextGuideLine(),a=r.getTextContent();if(!!(a&&t)){var i=r.textGuideLineConfig||{},n=[[0,0],[0,0],[0,0]],o=i.candidates||wV,s=a.getBoundingRect().clone();s.applyTransform(a.getComputedTransform());var l=1/0,u=i.anchor,f=r.getComputedTransform(),h=f&&uo([],f),v=e.get("length2")||0;u&&Zt.copy(u);for(var c=0;c<o.length;c++){var p=o[c];TV(p,0,s,gr,Nr),st.scaleAndAdd(Ot,gr,Nr,v),Ot.transform(h);var d=r.getBoundingRect(),g=u?u.distance(Ot):r instanceof gt?MV(Ot,r.path,Zt):CV(Ot,d,Zt);g<l&&(l=g,Ot.transform(f),Zt.transform(f),Zt.toArray(n[0]),Ot.toArray(n[1]),gr.toArray(n[2]))}QC(n,e.get("minTurnAngle")),t.setShape({points:n})}}}var Tf=[],we=new st;function QC(r,e){if(e<=180&&e>0){e=e/180*Math.PI,gr.fromArray(r[0]),Ot.fromArray(r[1]),Zt.fromArray(r[2]),st.sub(Nr,gr,Ot),st.sub(Rr,Zt,Ot);var t=Nr.len(),a=Rr.len();if(!(t<.001||a<.001)){Nr.scale(1/t),Rr.scale(1/a);var i=Nr.dot(Rr),n=Math.cos(e);if(n<i){var o=wf(Ot.x,Ot.y,Zt.x,Zt.y,gr.x,gr.y,Tf,!1);we.fromArray(Tf),we.scaleAndAdd(Rr,o/Math.tan(Math.PI-e));var s=Zt.x!==Ot.x?(we.x-Ot.x)/(Zt.x-Ot.x):(we.y-Ot.y)/(Zt.y-Ot.y);if(isNaN(s))return;s<0?st.copy(we,Ot):s>1&&st.copy(we,Zt),we.toArray(r[1])}}}}function DV(r,e,t){if(t<=180&&t>0){t=t/180*Math.PI,gr.fromArray(r[0]),Ot.fromArray(r[1]),Zt.fromArray(r[2]),st.sub(Nr,Ot,gr),st.sub(Rr,Zt,Ot);var a=Nr.len(),i=Rr.len();if(!(a<.001||i<.001)){Nr.scale(1/a),Rr.scale(1/i);var n=Nr.dot(e),o=Math.cos(t);if(n<o){var s=wf(Ot.x,Ot.y,Zt.x,Zt.y,gr.x,gr.y,Tf,!1);we.fromArray(Tf);var l=Math.PI/2,u=Math.acos(Rr.dot(e)),f=l+u-t;if(f>=l)st.copy(we,Zt);else{we.scaleAndAdd(Rr,s/Math.tan(Math.PI/2-f));var h=Zt.x!==Ot.x?(we.x-Ot.x)/(Zt.x-Ot.x):(we.y-Ot.y)/(Zt.y-Ot.y);if(isNaN(h))return;h<0?st.copy(we,Ot):h>1&&st.copy(we,Zt)}we.toArray(r[1])}}}}function E_(r,e,t,a){var i=t==="normal",n=i?r:r.ensureState(t);n.ignore=e;var o=a.get("smooth");o&&o===!0&&(o=.3),n.shape=n.shape||{},o>0&&(n.shape.smooth=o);var s=a.getModel("lineStyle").getLineStyle();i?r.useStyle(s):n.style=s}function LV(r,e){var t=e.smooth,a=e.points;if(!!a)if(r.moveTo(a[0][0],a[0][1]),t>0&&a.length>=3){var i=Ia(a[0],a[1]),n=Ia(a[1],a[2]);if(!i||!n){r.lineTo(a[1][0],a[1][1]),r.lineTo(a[2][0],a[2][1]);return}var o=Math.min(i,n)*t,s=Iu([],a[1],a[0],o/i),l=Iu([],a[1],a[2],o/n),u=Iu([],s,l,.5);r.bezierCurveTo(s[0],s[1],s[0],s[1],u[0],u[1]),r.bezierCurveTo(l[0],l[1],l[0],l[1],a[2][0],a[2][1])}else for(var f=1;f<a.length;f++)r.lineTo(a[f][0],a[f][1])}function Ug(r,e,t){var a=r.getTextGuideLine(),i=r.getTextContent();if(!i){a&&r.removeTextGuideLine();return}for(var n=e.normal,o=n.get("show"),s=i.ignore,l=0;l<ks.length;l++){var u=ks[l],f=e[u],h=u==="normal";if(f){var v=f.get("show"),c=h?s:ct(i.states[u]&&i.states[u].ignore,s);if(c||!ct(v,o)){var p=h?a:a&&a.states[u];p&&(p.ignore=!0);continue}a||(a=new Oe,r.setTextGuideLine(a),!h&&(s||!o)&&E_(a,!0,"normal",e.normal),r.stateProxy&&(a.stateProxy=r.stateProxy)),E_(a,!1,u,f)}}if(a){Q(a.style,t),a.style.fill=null;var d=n.get("showAbove"),g=r.textGuideLineConfig=r.textGuideLineConfig||{};g.showAbove=d||!1,a.buildPath=LV}}function Yg(r,e){e=e||"labelLine";for(var t={normal:r.getModel(e)},a=0;a<Ce.length;a++){var i=Ce[a];t[i]=r.getModel([i,e])}return t}function jC(r){for(var e=[],t=0;t<r.length;t++){var a=r[t];if(!a.defaultAttr.ignore){var i=a.label,n=i.getComputedTransform(),o=i.getBoundingRect(),s=!n||n[1]<1e-5&&n[2]<1e-5,l=i.style.margin||0,u=o.clone();u.applyTransform(n),u.x-=l/2,u.y-=l/2,u.width+=l,u.height+=l;var f=s?new lf(o,n):null;e.push({label:i,labelLine:a.labelLine,rect:u,localRect:o,obb:f,priority:a.priority,defaultAttr:a.defaultAttr,layoutOption:a.computedLayoutOption,axisAligned:s,transform:n})}}return e}function JC(r,e,t,a,i,n){var o=r.length;if(o<2)return;r.sort(function(T,A){return T.rect[e]-A.rect[e]});for(var s=0,l,u=!1,f=0,h=0;h<o;h++){var v=r[h],c=v.rect;l=c[e]-s,l<0&&(c[e]-=l,v.label[e]-=l,u=!0);var p=Math.max(-l,0);f+=p,s=c[e]+c[t]}f>0&&n&&b(-f/o,0,o);var d=r[0],g=r[o-1],y,m;_(),y<0&&x(-y,.8),m<0&&x(m,.8),_(),S(y,m,1),S(m,y,-1),_(),y<0&&w(-y),m<0&&w(m);function _(){y=d.rect[e]-a,m=i-g.rect[e]-g.rect[t]}function S(T,A,M){if(T<0){var D=Math.min(A,-T);if(D>0){b(D*M,0,o);var L=D+T;L<0&&x(-L*M,1)}else x(-T*M,1)}}function b(T,A,M){T!==0&&(u=!0);for(var D=A;D<M;D++){var L=r[D],I=L.rect;I[e]+=T,L.label[e]+=T}}function x(T,A){for(var M=[],D=0,L=1;L<o;L++){var I=r[L-1].rect,P=Math.max(r[L].rect[e]-I[e]-I[t],0);M.push(P),D+=P}if(!!D){var R=Math.min(Math.abs(T)/D,A);if(T>0)for(var L=0;L<o-1;L++){var E=M[L]*R;b(E,0,L+1)}else for(var L=o-1;L>0;L--){var E=M[L-1]*R;b(-E,L,o)}}}function w(T){var A=T<0?-1:1;T=Math.abs(T);for(var M=Math.ceil(T/(o-1)),D=0;D<o-1;D++)if(A>0?b(M,0,D+1):b(-M,o-D-1,o),T-=M,T<=0)return}return u}function IV(r,e,t,a){return JC(r,"x","width",e,t,a)}function tM(r,e,t,a){return JC(r,"y","height",e,t,a)}function eM(r){var e=[];r.sort(function(d,g){return g.priority-d.priority});var t=new ft(0,0,0,0);function a(d){if(!d.ignore){var g=d.ensureState("emphasis");g.ignore==null&&(g.ignore=!1)}d.ignore=!0}for(var i=0;i<r.length;i++){var n=r[i],o=n.axisAligned,s=n.localRect,l=n.transform,u=n.label,f=n.labelLine;t.copy(n.rect),t.width-=.1,t.height-=.1,t.x+=.05,t.y+=.05;for(var h=n.obb,v=!1,c=0;c<e.length;c++){var p=e[c];if(!!t.intersect(p.rect)){if(o&&p.axisAligned){v=!0;break}if(p.obb||(p.obb=new lf(p.localRect,p.transform)),h||(h=new lf(s,l)),h.intersect(p.obb)){v=!0;break}}}v?(a(u),f&&a(f)):(u.attr("ignore",n.defaultAttr.ignore),f&&f.attr("ignore",n.defaultAttr.labelGuideIgnore),e.push(n))}}function PV(r){if(r){for(var e=[],t=0;t<r.length;t++)e.push(r[t].slice());return e}}function RV(r,e){var t=r.label,a=e&&e.getTextGuideLine();return{dataIndex:r.dataIndex,dataType:r.dataType,seriesIndex:r.seriesModel.seriesIndex,text:r.label.style.text,rect:r.hostRect,labelRect:r.rect,align:t.style.align,verticalAlign:t.style.verticalAlign,labelLinePoints:PV(a&&a.shape.points)}}var k_=["align","verticalAlign","width","height","fontSize"],Ne=new jr,Fv=At(),EV=At();function nu(r,e,t){for(var a=0;a<t.length;a++){var i=t[a];e[i]!=null&&(r[i]=e[i])}}var ou=["x","y","rotation"],kV=function(){function r(){this._labelList=[],this._chartViewList=[]}return r.prototype.clearLabels=function(){this._labelList=[],this._chartViewList=[]},r.prototype._addLabel=function(e,t,a,i,n){var o=i.style,s=i.__hostTarget,l=s.textConfig||{},u=i.getComputedTransform(),f=i.getBoundingRect().plain();ft.applyTransform(f,f,u),u?Ne.setLocalTransform(u):(Ne.x=Ne.y=Ne.rotation=Ne.originX=Ne.originY=0,Ne.scaleX=Ne.scaleY=1);var h=i.__hostTarget,v;if(h){v=h.getBoundingRect().plain();var c=h.getComputedTransform();ft.applyTransform(v,v,c)}var p=v&&h.getTextGuideLine();this._labelList.push({label:i,labelLine:p,seriesModel:a,dataIndex:e,dataType:t,layoutOption:n,computedLayoutOption:null,rect:f,hostRect:v,priority:v?v.width*v.height:0,defaultAttr:{ignore:i.ignore,labelGuideIgnore:p&&p.ignore,x:Ne.x,y:Ne.y,scaleX:Ne.scaleX,scaleY:Ne.scaleY,rotation:Ne.rotation,style:{x:o.x,y:o.y,align:o.align,verticalAlign:o.verticalAlign,width:o.width,height:o.height,fontSize:o.fontSize},cursor:i.cursor,attachedPos:l.position,attachedRot:l.rotation}})},r.prototype.addLabelsOfSeries=function(e){var t=this;this._chartViewList.push(e);var a=e.__model,i=a.get("labelLayout");!(K(i)||mt(i).length)||e.group.traverse(function(n){if(n.ignore)return!0;var o=n.getTextContent(),s=at(n);o&&!o.disableLabelLayout&&t._addLabel(s.dataIndex,s.dataType,a,o,i)})},r.prototype.updateLayoutConfig=function(e){var t=e.getWidth(),a=e.getHeight();function i(_,S){return function(){R_(_,S)}}for(var n=0;n<this._labelList.length;n++){var o=this._labelList[n],s=o.label,l=s.__hostTarget,u=o.defaultAttr,f=void 0;K(o.layoutOption)?f=o.layoutOption(RV(o,l)):f=o.layoutOption,f=f||{},o.computedLayoutOption=f;var h=Math.PI/180;l&&l.setTextConfig({local:!1,position:f.x!=null||f.y!=null?null:u.attachedPos,rotation:f.rotate!=null?f.rotate*h:u.attachedRot,offset:[f.dx||0,f.dy||0]});var v=!1;if(f.x!=null?(s.x=H(f.x,t),s.setStyle("x",0),v=!0):(s.x=u.x,s.setStyle("x",u.style.x)),f.y!=null?(s.y=H(f.y,a),s.setStyle("y",0),v=!0):(s.y=u.y,s.setStyle("y",u.style.y)),f.labelLinePoints){var c=l.getTextGuideLine();c&&(c.setShape({points:f.labelLinePoints}),v=!1)}var p=Fv(s);p.needsUpdateLabelLine=v,s.rotation=f.rotate!=null?f.rotate*h:u.rotation,s.scaleX=u.scaleX,s.scaleY=u.scaleY;for(var d=0;d<k_.length;d++){var g=k_[d];s.setStyle(g,f[g]!=null?f[g]:u.style[g])}if(f.draggable){if(s.draggable=!0,s.cursor="move",l){var y=o.seriesModel;if(o.dataIndex!=null){var m=o.seriesModel.getData(o.dataType);y=m.getItemModel(o.dataIndex)}s.on("drag",i(l,y.getModel("labelLine")))}}else s.off("drag"),s.cursor=u.cursor}},r.prototype.layout=function(e){var t=e.getWidth(),a=e.getHeight(),i=jC(this._labelList),n=Rt(i,function(l){return l.layoutOption.moveOverlap==="shiftX"}),o=Rt(i,function(l){return l.layoutOption.moveOverlap==="shiftY"});IV(n,0,t),tM(o,0,a);var s=Rt(i,function(l){return l.layoutOption.hideOverlap});eM(s)},r.prototype.processLabelsOverall=function(){var e=this;C(this._chartViewList,function(t){var a=t.__model,i=t.ignoreLabelLineUpdate,n=a.isAnimationEnabled();t.group.traverse(function(o){if(o.ignore&&!o.forceLabelAnimation)return!0;var s=!i,l=o.getTextContent();!s&&l&&(s=Fv(l).needsUpdateLabelLine),s&&e._updateLabelLine(o,a),n&&e._animateLabels(o,a)})})},r.prototype._updateLabelLine=function(e,t){var a=e.getTextContent(),i=at(e),n=i.dataIndex;if(a&&n!=null){var o=t.getData(i.dataType),s=o.getItemModel(n),l={},u=o.getItemVisual(n,"style"),f=o.getVisual("drawType");l.stroke=u[f];var h=s.getModel("labelLine");Ug(e,Yg(s),l),R_(e,h)}},r.prototype._animateLabels=function(e,t){var a=e.getTextContent(),i=e.getTextGuideLine();if(a&&(e.forceLabelAnimation||!a.ignore&&!a.invisible&&!e.disableLabelAnimation&&!Xn(e))){var n=Fv(a),o=n.oldLayout,s=at(e),l=s.dataIndex,u={x:a.x,y:a.y,rotation:a.rotation},f=t.getData(s.dataType);if(o){a.attr(o);var v=e.prevStates;v&&(vt(v,"select")>=0&&a.attr(n.oldLayoutSelect),vt(v,"emphasis")>=0&&a.attr(n.oldLayoutEmphasis)),Tt(a,u,t,l)}else if(a.attr(u),!po(a).valueAnimation){var h=ct(a.style.opacity,1);a.style.opacity=0,zt(a,{style:{opacity:h}},t,l)}if(n.oldLayout=u,a.states.select){var c=n.oldLayoutSelect={};nu(c,u,ou),nu(c,a.states.select,ou)}if(a.states.emphasis){var p=n.oldLayoutEmphasis={};nu(p,u,ou),nu(p,a.states.emphasis,ou)}FT(a,l,f,t,t)}if(i&&!i.ignore&&!i.invisible){var n=EV(i),o=n.oldLayout,d={points:i.shape.points};o?(i.attr({shape:o}),Tt(i,{shape:d},t)):(i.setShape(d),i.style.strokePercent=0,zt(i,{style:{strokePercent:1}},t)),n.oldLayout=d}},r}(),OV=kV,Hv=At();function NV(r){r.registerUpdateLifecycle("series:beforeupdate",function(e,t,a){var i=Hv(t).labelManager;i||(i=Hv(t).labelManager=new OV),i.clearLabels()}),r.registerUpdateLifecycle("series:layoutlabels",function(e,t,a){var i=Hv(t).labelManager;a.updatedSeries.forEach(function(n){i.addLabelsOfSeries(t.getViewOfSeriesModel(n))}),i.updateLayoutConfig(t),i.layout(t),i.processLabelsOverall()})}var Wv=Math.sin,$v=Math.cos,rM=Math.PI,Ti=Math.PI*2,BV=180/rM,VV=function(){function r(){}return r.prototype.reset=function(e){this._start=!0,this._d=[],this._str="",this._p=Math.pow(10,e||4)},r.prototype.moveTo=function(e,t){this._add("M",e,t)},r.prototype.lineTo=function(e,t){this._add("L",e,t)},r.prototype.bezierCurveTo=function(e,t,a,i,n,o){this._add("C",e,t,a,i,n,o)},r.prototype.quadraticCurveTo=function(e,t,a,i){this._add("Q",e,t,a,i)},r.prototype.arc=function(e,t,a,i,n,o){this.ellipse(e,t,a,a,0,i,n,o)},r.prototype.ellipse=function(e,t,a,i,n,o,s,l){var u=s-o,f=!l,h=Math.abs(u),v=Oa(h-Ti)||(f?u>=Ti:-u>=Ti),c=u>0?u%Ti:u%Ti+Ti,p=!1;v?p=!0:Oa(h)?p=!1:p=c>=rM==!!f;var d=e+a*$v(o),g=t+i*Wv(o);this._start&&this._add("M",d,g);var y=Math.round(n*BV);if(v){var m=1/this._p,_=(f?1:-1)*(Ti-m);this._add("A",a,i,y,1,+f,e+a*$v(o+_),t+i*Wv(o+_)),m>.01&&this._add("A",a,i,y,0,+f,d,g)}else{var S=e+a*$v(s),b=t+i*Wv(s);this._add("A",a,i,y,+p,+f,S,b)}},r.prototype.rect=function(e,t,a,i){this._add("M",e,t),this._add("l",a,0),this._add("l",0,i),this._add("l",-a,0),this._add("Z")},r.prototype.closePath=function(){this._d.length>0&&this._add("Z")},r.prototype._add=function(e,t,a,i,n,o,s,l,u){for(var f=[],h=this._p,v=1;v<arguments.length;v++){var c=arguments[v];if(isNaN(c)){this._invalid=!0;return}f.push(Math.round(c*h)/h)}this._d.push(e+f.join(" ")),this._start=e==="Z"},r.prototype.generateStr=function(){this._str=this._invalid?"":this._d.join(""),this._d=[]},r.prototype.getStr=function(){return this._str},r}(),aM=VV,As="none",zV=Math.round;function GV(r){var e=r.fill;return e!=null&&e!==As}function FV(r){var e=r.stroke;return e!=null&&e!==As}var Jp=["lineCap","miterLimit","lineJoin"],HV=G(Jp,function(r){return"stroke-"+r.toLowerCase()});function WV(r,e,t,a){var i=e.opacity==null?1:e.opacity;if(t instanceof ve){r("opacity",i);return}if(GV(e)){var n=Jn(e.fill);r("fill",n.color);var o=e.fillOpacity!=null?e.fillOpacity*n.opacity*i:n.opacity*i;(a||o<1)&&r("fill-opacity",o)}else r("fill",As);if(FV(e)){var s=Jn(e.stroke);r("stroke",s.color);var l=e.strokeNoScale?t.getLineScale():1,u=l?(e.lineWidth||0)/l:0,f=e.strokeOpacity!=null?e.strokeOpacity*s.opacity*i:s.opacity*i,h=e.strokeFirst;if((a||u!==1)&&r("stroke-width",u),(a||h)&&r("paint-order",h?"stroke":"fill"),(a||f<1)&&r("stroke-opacity",f),e.lineDash){var v=Eg(t),c=v[0],p=v[1];c&&(p=zV(p||0),r("stroke-dasharray",c.join(",")),(p||a)&&r("stroke-dashoffset",p))}else a&&r("stroke-dasharray",As);for(var d=0;d<Jp.length;d++){var g=Jp[d];if(a||e[g]!==of[g]){var y=e[g]||of[g];y&&r(HV[d],y)}}}else a&&r("stroke",As)}var iM="http://www.w3.org/2000/svg",nM="http://www.w3.org/1999/xlink",$V="http://www.w3.org/2000/xmlns/",UV="http://www.w3.org/XML/1998/namespace";function oM(r){return document.createElementNS(iM,r)}function re(r,e,t,a,i){return{tag:r,attrs:t||{},children:a,text:i,key:e}}function YV(r,e){var t=[];if(e)for(var a in e){var i=e[a],n=a;i!==!1&&(i!==!0&&i!=null&&(n+='="'+i+'"'),t.push(n))}return"<"+r+" "+t.join(" ")+">"}function ZV(r){return"</"+r+">"}function Zg(r,e){e=e||{};var t=e.newline?`
- `:"";function a(i){var n=i.children,o=i.tag,s=i.attrs;return YV(o,s)+(i.text||"")+(n?""+t+G(n,function(l){return a(l)}).join(t)+t:"")+ZV(o)}return a(r)}function XV(r,e,t){t=t||{};var a=t.newline?`
- `:"",i=" {"+a,n=a+"}",o=G(mt(r),function(l){return l+i+G(mt(r[l]),function(u){return u+":"+r[l][u]+";"}).join(a)+n}).join(a),s=G(mt(e),function(l){return"@keyframes "+l+i+G(mt(e[l]),function(u){return u+i+G(mt(e[l][u]),function(f){var h=e[l][u][f];return f==="d"&&(h='path("'+h+'")'),f+":"+h+";"}).join(a)+n}).join(a)+n}).join(a);return!o&&!s?"":["<![CDATA[",o,s,"]]>"].join(a)}function td(r){return{zrId:r,shadowCache:{},patternCache:{},gradientCache:{},clipPathCache:{},defs:{},cssNodes:{},cssAnims:{},cssClassIdx:0,cssAnimIdx:0,shadowIdx:0,gradientIdx:0,patternIdx:0,clipPathIdx:0}}function O_(r,e,t,a){return re("svg","root",{width:r,height:e,xmlns:iM,"xmlns:xlink":nM,version:"1.1",baseProfile:"full",viewBox:a?"0 0 "+r+" "+e:!1},t)}var N_={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"},Di="transform-origin";function qV(r,e,t){var a=V({},r.shape);V(a,e),r.buildPath(t,a);var i=new aM;return i.reset(Sw(r)),t.rebuildPath(i,1),i.generateStr(),i.getStr()}function KV(r,e){var t=e.originX,a=e.originY;(t||a)&&(r[Di]=t+"px "+a+"px")}var QV={fill:"fill",opacity:"opacity",lineWidth:"stroke-width",lineDashOffset:"stroke-dashoffset"};function sM(r,e){var t=e.zrId+"-ani-"+e.cssAnimIdx++;return e.cssAnims[t]=r,t}function jV(r,e,t){var a=r.shape.paths,i={},n,o;if(C(a,function(l){var u=td(t.zrId);u.animation=!0,wh(l,{},u,!0);var f=u.cssAnims,h=u.cssNodes,v=mt(f),c=v.length;if(!!c){o=v[c-1];var p=f[o];for(var d in p){var g=p[d];i[d]=i[d]||{d:""},i[d].d+=g.d||""}for(var y in h){var m=h[y].animation;m.indexOf(o)>=0&&(n=m)}}}),!!n){e.d=!1;var s=sM(i,t);return n.replace(o,s)}}function B_(r){return $(r)?N_[r]?"cubic-bezier("+N_[r]+")":Xd(r)?r:"":""}function wh(r,e,t,a){var i=r.animators,n=i.length,o=[];if(r instanceof vg){var s=jV(r,e,t);if(s)o.push(s);else if(!n)return}else if(!n)return;for(var l={},u=0;u<n;u++){var f=i[u],h=[f.getMaxTime()/1e3+"s"],v=B_(f.getClip().easing),c=f.getDelay();v?h.push(v):h.push("linear"),c&&h.push(c/1e3+"s"),f.getLoop()&&h.push("infinite");var p=h.join(" ");l[p]=l[p]||[p,[]],l[p][1].push(f)}function d(m){var _=m[1],S=_.length,b={},x={},w={},T="animation-timing-function";function A(et,yt,ut){for(var X=et.getTracks(),ot=et.getMaxTime(),Vt=0;Vt<X.length;Vt++){var St=X[Vt];if(St.needsAnimate()){var $t=St.keyframes,Ht=St.propName;if(ut&&(Ht=ut(Ht)),Ht)for(var ce=0;ce<$t.length;ce++){var Yr=$t[ce],Me=Math.round(Yr.time/ot*100)+"%",Al=B_(Yr.easing),ga=Yr.rawValue;($(ga)||wt(ga))&&(yt[Me]=yt[Me]||{},yt[Me][Ht]=Yr.rawValue,Al&&(yt[Me][T]=Al))}}}}for(var M=0;M<S;M++){var D=_[M],L=D.targetName;L?L==="shape"&&A(D,x):!a&&A(D,b)}for(var I in b){var P={};Aw(P,r),V(P,b[I]);var R=xw(P),E=b[I][T];w[I]=R?{transform:R}:{},KV(w[I],P),E&&(w[I][T]=E)}var N,O=!0;for(var I in x){w[I]=w[I]||{};var B=!N,E=x[I][T];B&&(N=new Hr);var F=N.len();N.reset(),w[I].d=qV(r,x[I],N);var W=N.len();if(!B&&F!==W){O=!1;break}E&&(w[I][T]=E)}if(!O)for(var I in w)delete w[I].d;if(!a)for(var M=0;M<S;M++){var D=_[M],L=D.targetName;L==="style"&&A(D,w,function(X){return QV[X]})}for(var Z=mt(w),tt=!0,ht,M=1;M<Z.length;M++){var It=Z[M-1],Dt=Z[M];if(w[It][Di]!==w[Dt][Di]){tt=!1;break}ht=w[It][Di]}if(tt&&ht){for(var I in w)w[I][Di]&&delete w[I][Di];e[Di]=ht}if(Rt(Z,function(et){return mt(w[et]).length>0}).length){var dt=sM(w,t);return dt+" "+m[0]+" both"}}for(var g in l){var s=d(l[g]);s&&o.push(s)}if(o.length){var y=t.zrId+"-cls-"+t.cssClassIdx++;t.cssNodes["."+y]={animation:o.join(",")},e.class=y}}var Us=Math.round;function lM(r){return r&&$(r.src)}function uM(r){return r&&K(r.toDataURL)}function Xg(r,e,t,a){WV(function(i,n){var o=i==="fill"||i==="stroke";o&&Z2(n)?o5(e,r,i,a):o&&Y2(n)?s5(t,r,i,a):r[i]=n},e,t,!1),n5(t,r,a)}function V_(r){return Oa(r[0]-1)&&Oa(r[1])&&Oa(r[2])&&Oa(r[3]-1)}function JV(r){return Oa(r[4])&&Oa(r[5])}function qg(r,e,t){if(e&&!(JV(e)&&V_(e))){var a=t?10:1e4;r.transform=V_(e)?"translate("+Us(e[4]*a)/a+" "+Us(e[5]*a)/a+")":G2(e)}}function z_(r,e,t){for(var a=r.points,i=[],n=0;n<a.length;n++)i.push(Us(a[n][0]*t)/t),i.push(Us(a[n][1]*t)/t);e.points=i.join(" ")}function G_(r){return!r.smooth}function t5(r){var e=G(r,function(t){return typeof t=="string"?[t,t]:t});return function(t,a,i){for(var n=0;n<e.length;n++){var o=e[n],s=t[o[0]];s!=null&&(a[o[1]]=Us(s*i)/i)}}}var e5={circle:[t5(["cx","cy","r"])],polyline:[z_,G_],polygon:[z_,G_]};function r5(r){for(var e=r.animators,t=0;t<e.length;t++)if(e[t].targetName==="shape")return!0;return!1}function fM(r,e){var t=r.style,a=r.shape,i=e5[r.type],n={},o=e.animation,s="path",l=r.style.strokePercent,u=e.compress&&Sw(r)||4;if(i&&!e.willUpdate&&!(i[1]&&!i[1](a))&&!(o&&r5(r))&&!(l<1)){s=r.type;var f=Math.pow(10,u);i[0](a,n,f)}else{r.path||r.createPathProxy();var h=r.path;r.shapeChanged()&&(h.beginPath(),r.buildPath(h,r.shape),r.pathUpdated());var v=h.getVersion(),c=r,p=c.__svgPathBuilder;(c.__svgPathVersion!==v||!p||l!==c.__svgPathStrokePercent)&&(p||(p=c.__svgPathBuilder=new aM),p.reset(u),h.rebuildPath(p,l),p.generateStr(),c.__svgPathVersion=v,c.__svgPathStrokePercent=l),n.d=p.getStr()}return qg(n,r.transform),Xg(n,t,r,e),e.animation&&wh(r,n,e),re(s,r.id+"",n)}function a5(r,e){var t=r.style,a=t.image;if(a&&!$(a)&&(lM(a)?a=a.src:uM(a)&&(a=a.toDataURL())),!!a){var i=t.x||0,n=t.y||0,o=t.width,s=t.height,l={href:a,width:o,height:s};return i&&(l.x=i),n&&(l.y=n),qg(l,r.transform),Xg(l,t,r,e),e.animation&&wh(r,l,e),re("image",r.id+"",l)}}function i5(r,e){var t=r.style,a=t.text;if(a!=null&&(a+=""),!(!a||isNaN(t.x)||isNaN(t.y))){var i=t.font||$a,n=t.x||0,o=H2(t.y||0,Qf(i),t.textBaseline),s=F2[t.textAlign]||t.textAlign,l={"dominant-baseline":"central","text-anchor":s};if(iT(t)){var u="",f=t.fontStyle,h=aT(t.fontSize);if(!parseFloat(h))return;var v=t.fontFamily||Kb,c=t.fontWeight;u+="font-size:"+h+";font-family:"+v+";",f&&f!=="normal"&&(u+="font-style:"+f+";"),c&&c!=="normal"&&(u+="font-weight:"+c+";"),l.style=u}else l.style="font: "+i;return a.match(/\s/)&&(l["xml:space"]="preserve"),n&&(l.x=n),o&&(l.y=o),qg(l,r.transform),Xg(l,t,r,e),e.animation&&wh(r,l,e),re("text",r.id+"",l,void 0,a)}}function F_(r,e){if(r instanceof gt)return fM(r,e);if(r instanceof ve)return a5(r,e);if(r instanceof Es)return i5(r,e)}function n5(r,e,t){var a=r.style;if(W2(a)){var i=$2(r),n=t.shadowCache,o=n[i];if(!o){var s=r.getGlobalScale(),l=s[0],u=s[1];if(!l||!u)return;var f=a.shadowOffsetX||0,h=a.shadowOffsetY||0,v=a.shadowBlur,c=Jn(a.shadowColor),p=c.opacity,d=c.color,g=v/2/l,y=v/2/u,m=g+" "+y;o=t.zrId+"-s"+t.shadowIdx++,t.defs[o]=re("filter",o,{id:o,x:"-100%",y:"-100%",width:"300%",height:"300%"},[re("feDropShadow","",{dx:f/l,dy:h/u,stdDeviation:m,"flood-color":d,"flood-opacity":p})]),n[i]=o}e.filter=qf(o)}}function o5(r,e,t,a){var i=r[t],n,o={gradientUnits:i.global?"userSpaceOnUse":"objectBoundingBox"};if(mw(i))n="linearGradient",o.x1=i.x,o.y1=i.y,o.x2=i.x2,o.y2=i.y2;else if(_w(i))n="radialGradient",o.cx=ct(i.x,.5),o.cy=ct(i.y,.5),o.r=ct(i.r,.5);else return;for(var s=i.colorStops,l=[],u=0,f=s.length;u<f;++u){var h=pp(s[u].offset)*100+"%",v=s[u].color,c=Jn(v),p=c.color,d=c.opacity,g={offset:h};g["stop-color"]=p,d<1&&(g["stop-opacity"]=d),l.push(re("stop",u+"",g))}var y=re(n,"",o,l),m=Zg(y),_=a.gradientCache,S=_[m];S||(S=a.zrId+"-g"+a.gradientIdx++,_[m]=S,o.id=S,a.defs[S]=re(n,S,o,l)),e[t]=qf(S)}function s5(r,e,t,a){var i=r.style[t],n={patternUnits:"userSpaceOnUse"},o;if(yw(i)){var s=i.imageWidth,l=i.imageHeight,u=void 0,f=i.image;if($(f)?u=f:lM(f)?u=f.src:uM(f)&&(u=f.toDataURL()),typeof Image=="undefined"){var h="Image width/height must been given explictly in svg-ssr renderer.";Ae(s,h),Ae(l,h)}else if(s==null||l==null){var v=function(m,_){if(m){var S=m.elm,b=m.attrs.width=s||_.width,x=m.attrs.height=l||_.height;S&&(S.setAttribute("width",b),S.setAttribute("height",x))}},c=ag(u,null,r,function(m){v(p,m),v(o,m)});c&&c.width&&c.height&&(s=s||c.width,l=l||c.height)}o=re("image","img",{href:u,width:s,height:l}),n.width=s,n.height=l}else i.svgElement&&(o=J(i.svgElement),n.width=i.svgWidth,n.height=i.svgHeight);if(!!o){n.patternTransform=xw(i);var p=re("pattern","",n,[o]),d=Zg(p),g=a.patternCache,y=g[d];y||(y=a.zrId+"-p"+a.patternIdx++,g[d]=y,n.id=y,p=a.defs[y]=re("pattern",y,n,[o])),e[t]=qf(y)}}function l5(r,e,t){var a=t.clipPathCache,i=t.defs,n=a[r.id];if(!n){n=t.zrId+"-c"+t.clipPathIdx++;var o={id:n};a[r.id]=n,i[n]=re("clipPath",n,o,[fM(r,t)])}e["clip-path"]=qf(n)}function H_(r){return document.createTextNode(r)}function Oi(r,e,t){r.insertBefore(e,t)}function W_(r,e){r.removeChild(e)}function $_(r,e){r.appendChild(e)}function hM(r){return r.parentNode}function vM(r){return r.nextSibling}function Uv(r,e){r.textContent=e}var U_=58,u5=120,f5=re("","");function ed(r){return r===void 0}function Ir(r){return r!==void 0}function h5(r,e,t){for(var a={},i=e;i<=t;++i){var n=r[i].key;n!==void 0&&(a[n]=i)}return a}function ss(r,e){var t=r.key===e.key,a=r.tag===e.tag;return a&&t}function Ys(r){var e,t=r.children,a=r.tag;if(Ir(a)){var i=r.elm=oM(a);if(Kg(f5,r),z(t))for(e=0;e<t.length;++e){var n=t[e];n!=null&&$_(i,Ys(n))}else Ir(r.text)&&!j(r.text)&&$_(i,H_(r.text))}else r.elm=H_(r.text);return r.elm}function cM(r,e,t,a,i){for(;a<=i;++a){var n=t[a];n!=null&&Oi(r,Ys(n),e)}}function Af(r,e,t,a){for(;t<=a;++t){var i=e[t];if(i!=null)if(Ir(i.tag)){var n=hM(i.elm);W_(n,i.elm)}else W_(r,i.elm)}}function Kg(r,e){var t,a=e.elm,i=r&&r.attrs||{},n=e.attrs||{};if(i!==n){for(t in n){var o=n[t],s=i[t];s!==o&&(o===!0?a.setAttribute(t,""):o===!1?a.removeAttribute(t):t.charCodeAt(0)!==u5?a.setAttribute(t,o):t==="xmlns:xlink"||t==="xmlns"?a.setAttributeNS($V,t,o):t.charCodeAt(3)===U_?a.setAttributeNS(UV,t,o):t.charCodeAt(5)===U_?a.setAttributeNS(nM,t,o):a.setAttribute(t,o))}for(t in i)t in n||a.removeAttribute(t)}}function v5(r,e,t){for(var a=0,i=0,n=e.length-1,o=e[0],s=e[n],l=t.length-1,u=t[0],f=t[l],h,v,c,p;a<=n&&i<=l;)o==null?o=e[++a]:s==null?s=e[--n]:u==null?u=t[++i]:f==null?f=t[--l]:ss(o,u)?(Vn(o,u),o=e[++a],u=t[++i]):ss(s,f)?(Vn(s,f),s=e[--n],f=t[--l]):ss(o,f)?(Vn(o,f),Oi(r,o.elm,vM(s.elm)),o=e[++a],f=t[--l]):ss(s,u)?(Vn(s,u),Oi(r,s.elm,o.elm),s=e[--n],u=t[++i]):(ed(h)&&(h=h5(e,a,n)),v=h[u.key],ed(v)?Oi(r,Ys(u),o.elm):(c=e[v],c.tag!==u.tag?Oi(r,Ys(u),o.elm):(Vn(c,u),e[v]=void 0,Oi(r,c.elm,o.elm))),u=t[++i]);(a<=n||i<=l)&&(a>n?(p=t[l+1]==null?null:t[l+1].elm,cM(r,p,t,i,l)):Af(r,e,a,n))}function Vn(r,e){var t=e.elm=r.elm,a=r.children,i=e.children;r!==e&&(Kg(r,e),ed(e.text)?Ir(a)&&Ir(i)?a!==i&&v5(t,a,i):Ir(i)?(Ir(r.text)&&Uv(t,""),cM(t,null,i,0,i.length-1)):Ir(a)?Af(t,a,0,a.length-1):Ir(r.text)&&Uv(t,""):r.text!==e.text&&(Ir(a)&&Af(t,a,0,a.length-1),Uv(t,e.text)))}function c5(r,e){if(ss(r,e))Vn(r,e);else{var t=r.elm,a=hM(t);Ys(e),a!==null&&(Oi(a,e.elm,vM(t)),Af(a,[r],0,0))}return e}var p5=0,d5=function(){function r(e,t,a){if(this.type="svg",this.refreshHover=Y_(),this.configLayer=Y_(),this.storage=t,this._opts=a=V({},a),this.root=e,this._id="zr"+p5++,this._oldVNode=O_(a.width,a.height),e&&!a.ssr){var i=this._viewport=document.createElement("div");i.style.cssText="position:relative;overflow:hidden";var n=this._svgDom=this._oldVNode.elm=oM("svg");Kg(null,this._oldVNode),i.appendChild(n),e.appendChild(i)}this.resize(a.width,a.height)}return r.prototype.getType=function(){return this.type},r.prototype.getViewportRoot=function(){return this._viewport},r.prototype.getViewportRootOffset=function(){var e=this.getViewportRoot();if(e)return{offsetLeft:e.offsetLeft||0,offsetTop:e.offsetTop||0}},r.prototype.getSvgDom=function(){return this._svgDom},r.prototype.refresh=function(){if(this.root){var e=this.renderToVNode({willUpdate:!0});e.attrs.style="position:absolute;left:0;top:0;user-select:none",c5(this._oldVNode,e),this._oldVNode=e}},r.prototype.renderOneToVNode=function(e){return F_(e,td(this._id))},r.prototype.renderToVNode=function(e){e=e||{};var t=this.storage.getDisplayList(!0),a=this._backgroundColor,i=this._width,n=this._height,o=td(this._id);o.animation=e.animation,o.willUpdate=e.willUpdate,o.compress=e.compress;var s=[];if(a&&a!=="none"){var l=Jn(a),u=l.color,f=l.opacity;this._bgVNode=re("rect","bg",{width:i,height:n,x:"0",y:"0",id:"0",fill:u,"fill-opacity":f}),s.push(this._bgVNode)}else this._bgVNode=null;var h=e.compress?null:this._mainVNode=re("g","main",{},[]);this._paintList(t,o,h?h.children:s),h&&s.push(h);var v=G(mt(o.defs),function(d){return o.defs[d]});if(v.length&&s.push(re("defs","defs",{},v)),e.animation){var c=XV(o.cssNodes,o.cssAnims,{newline:!0});if(c){var p=re("style","stl",{},[],c);s.push(p)}}return O_(i,n,s,e.useViewBox)},r.prototype.renderToString=function(e){return e=e||{},Zg(this.renderToVNode({animation:ct(e.cssAnimation,!0),willUpdate:!1,compress:!0,useViewBox:ct(e.useViewBox,!0)}),{newline:!0})},r.prototype.setBackgroundColor=function(e){this._backgroundColor=e;var t=this._bgVNode;if(t&&t.elm){var a=Jn(e),i=a.color,n=a.opacity;t.elm.setAttribute("fill",i),n<1&&t.elm.setAttribute("fill-opacity",n)}},r.prototype.getSvgRoot=function(){return this._mainVNode&&this._mainVNode.elm},r.prototype._paintList=function(e,t,a){for(var i=e.length,n=[],o=0,s,l,u=0,f=0;f<i;f++){var h=e[f];if(!h.invisible){var v=h.__clipPaths,c=v&&v.length||0,p=l&&l.length||0,d=void 0;for(d=Math.max(c-1,p-1);d>=0&&!(v&&l&&v[d]===l[d]);d--);for(var g=p-1;g>d;g--)o--,s=n[o-1];for(var y=d+1;y<c;y++){var m={};l5(v[y],m,t);var _=re("g","clip-g-"+u++,m,[]);(s?s.children:a).push(_),n[o++]=_,s=_}l=v;var S=F_(h,t);S&&(s?s.children:a).push(S)}}},r.prototype.resize=function(e,t){var a=this._opts,i=this.root,n=this._viewport;if(e!=null&&(a.width=e),t!=null&&(a.height=t),i&&n&&(n.style.display="none",e=$n(i,0,a),t=$n(i,1,a),n.style.display=""),this._width!==e||this._height!==t){if(this._width=e,this._height=t,n){var o=n.style;o.width=e+"px",o.height=t+"px"}var s=this._svgDom;s&&(s.setAttribute("width",e),s.setAttribute("height",t))}},r.prototype.getWidth=function(){return this._width},r.prototype.getHeight=function(){return this._height},r.prototype.dispose=function(){this.root&&(this.root.innerHTML=""),this._svgDom=this._viewport=this.storage=this._oldVNode=this._bgVNode=this._mainVNode=null},r.prototype.clear=function(){this._svgDom&&(this._svgDom.innerHTML=null),this._oldVNode=null},r.prototype.toDataURL=function(e){var t=encodeURIComponent(this.renderToString()),a="data:image/svg+xml;";return e?(t=X2(t),t&&a+"base64,"+t):a+"charset=UTF-8,"+t},r}();function Y_(r){return function(){}}var g5=d5;function y5(r){r.registerPainter("svg",g5)}function Z_(r,e,t){var a=Ua.createCanvas(),i=e.getWidth(),n=e.getHeight(),o=a.style;return o&&(o.position="absolute",o.left="0",o.top="0",o.width=i+"px",o.height=n+"px",a.setAttribute("data-zr-dom-id",r)),a.width=i*t,a.height=n*t,a}var m5=function(r){k(e,r);function e(t,a,i){var n=r.call(this)||this;n.motionBlur=!1,n.lastFrameAlpha=.7,n.dpr=1,n.virtual=!1,n.config={},n.incremental=!1,n.zlevel=0,n.maxRepaintRectCount=5,n.__dirty=!0,n.__firstTimePaint=!0,n.__used=!1,n.__drawIndex=0,n.__startIndex=0,n.__endIndex=0,n.__prevStartIndex=null,n.__prevEndIndex=null;var o;i=i||rf,typeof t=="string"?o=Z_(t,a,i):j(t)&&(o=t,t=o.id),n.id=t,n.dom=o;var s=o.style;return s&&(ew(o),o.onselectstart=function(){return!1},s.padding="0",s.margin="0",s.borderWidth="0"),n.painter=a,n.dpr=i,n}return e.prototype.getElementCount=function(){return this.__endIndex-this.__startIndex},e.prototype.afterBrush=function(){this.__prevStartIndex=this.__startIndex,this.__prevEndIndex=this.__endIndex},e.prototype.initContext=function(){this.ctx=this.dom.getContext("2d"),this.ctx.dpr=this.dpr},e.prototype.setUnpainted=function(){this.__firstTimePaint=!0},e.prototype.createBackBuffer=function(){var t=this.dpr;this.domBack=Z_("back-"+this.id,this.painter,t),this.ctxBack=this.domBack.getContext("2d"),t!==1&&this.ctxBack.scale(t,t)},e.prototype.createRepaintRects=function(t,a,i,n){if(this.__firstTimePaint)return this.__firstTimePaint=!1,null;var o=[],s=this.maxRepaintRectCount,l=!1,u=new ft(0,0,0,0);function f(m){if(!(!m.isFinite()||m.isZero()))if(o.length===0){var _=new ft(0,0,0,0);_.copy(m),o.push(_)}else{for(var S=!1,b=1/0,x=0,w=0;w<o.length;++w){var T=o[w];if(T.intersect(m)){var A=new ft(0,0,0,0);A.copy(T),A.union(m),o[w]=A,S=!0;break}else if(l){u.copy(m),u.union(T);var M=m.width*m.height,D=T.width*T.height,L=u.width*u.height,I=L-M-D;I<b&&(b=I,x=w)}}if(l&&(o[x].union(m),S=!0),!S){var _=new ft(0,0,0,0);_.copy(m),o.push(_)}l||(l=o.length>=s)}}for(var h=this.__startIndex;h<this.__endIndex;++h){var v=t[h];if(v){var c=v.shouldBePainted(i,n,!0,!0),p=v.__isRendered&&(v.__dirty&ze||!c)?v.getPrevPaintRect():null;p&&f(p);var d=c&&(v.__dirty&ze||!v.__isRendered)?v.getPaintRect():null;d&&f(d)}}for(var h=this.__prevStartIndex;h<this.__prevEndIndex;++h){var v=a[h],c=v.shouldBePainted(i,n,!0,!0);if(v&&(!c||!v.__zr)&&v.__isRendered){var p=v.getPrevPaintRect();p&&f(p)}}var g;do{g=!1;for(var h=0;h<o.length;){if(o[h].isZero()){o.splice(h,1);continue}for(var y=h+1;y<o.length;)o[h].intersect(o[y])?(g=!0,o[h].union(o[y]),o.splice(y,1)):y++;h++}}while(g);return this._paintRects=o,o},e.prototype.debugGetPaintRects=function(){return(this._paintRects||[]).slice()},e.prototype.resize=function(t,a){var i=this.dpr,n=this.dom,o=n.style,s=this.domBack;o&&(o.width=t+"px",o.height=a+"px"),n.width=t*i,n.height=a*i,s&&(s.width=t*i,s.height=a*i,i!==1&&this.ctxBack.scale(i,i))},e.prototype.clear=function(t,a,i){var n=this.dom,o=this.ctx,s=n.width,l=n.height;a=a||this.clearColor;var u=this.motionBlur&&!t,f=this.lastFrameAlpha,h=this.dpr,v=this;u&&(this.domBack||this.createBackBuffer(),this.ctxBack.globalCompositeOperation="copy",this.ctxBack.drawImage(n,0,0,s/h,l/h));var c=this.domBack;function p(d,g,y,m){if(o.clearRect(d,g,y,m),a&&a!=="transparent"){var _=void 0;Zf(a)?(_=a.__canvasGradient||Up(o,a,{x:0,y:0,width:y,height:m}),a.__canvasGradient=_):JI(a)&&(_=Yp(o,a,{dirty:function(){v.setUnpainted(),v.__painter.refresh()}})),o.save(),o.fillStyle=_||a,o.fillRect(d,g,y,m),o.restore()}u&&(o.save(),o.globalAlpha=f,o.drawImage(c,d,g,y,m),o.restore())}!i||u?p(0,0,s,l):i.length&&C(i,function(d){p(d.x*h,d.y*h,d.width*h,d.height*h)})},e}(sr),Yv=m5,X_=1e5,Ai=314159,su=.01,_5=.001;function S5(r){return r?r.__builtin__?!0:!(typeof r.resize!="function"||typeof r.refresh!="function"):!1}function x5(r,e){var t=document.createElement("div");return t.style.cssText=["position:relative","width:"+r+"px","height:"+e+"px","padding:0","margin:0","border-width:0"].join(";")+";",t}var b5=function(){function r(e,t,a,i){this.type="canvas",this._zlevelList=[],this._prevDisplayList=[],this._layers={},this._layerConfig={},this._needsManuallyCompositing=!1,this.type="canvas";var n=!e.nodeName||e.nodeName.toUpperCase()==="CANVAS";this._opts=a=V({},a||{}),this.dpr=a.devicePixelRatio||rf,this._singleCanvas=n,this.root=e;var o=e.style;o&&(ew(e),e.innerHTML=""),this.storage=t;var s=this._zlevelList;this._prevDisplayList=[];var l=this._layers;if(n){var f=e,h=f.width,v=f.height;a.width!=null&&(h=a.width),a.height!=null&&(v=a.height),this.dpr=a.devicePixelRatio||1,f.width=h*this.dpr,f.height=v*this.dpr,this._width=h,this._height=v;var c=new Yv(f,this,this.dpr);c.__builtin__=!0,c.initContext(),l[Ai]=c,c.zlevel=Ai,s.push(Ai),this._domRoot=e}else{this._width=$n(e,0,a),this._height=$n(e,1,a);var u=this._domRoot=x5(this._width,this._height);e.appendChild(u)}}return r.prototype.getType=function(){return"canvas"},r.prototype.isSingleCanvas=function(){return this._singleCanvas},r.prototype.getViewportRoot=function(){return this._domRoot},r.prototype.getViewportRootOffset=function(){var e=this.getViewportRoot();if(e)return{offsetLeft:e.offsetLeft||0,offsetTop:e.offsetTop||0}},r.prototype.refresh=function(e){var t=this.storage.getDisplayList(!0),a=this._prevDisplayList,i=this._zlevelList;this._redrawId=Math.random(),this._paintList(t,a,e,this._redrawId);for(var n=0;n<i.length;n++){var o=i[n],s=this._layers[o];if(!s.__builtin__&&s.refresh){var l=n===0?this._backgroundColor:null;s.refresh(l)}}return this._opts.useDirtyRect&&(this._prevDisplayList=t.slice()),this},r.prototype.refreshHover=function(){this._paintHoverList(this.storage.getDisplayList(!1))},r.prototype._paintHoverList=function(e){var t=e.length,a=this._hoverlayer;if(a&&a.clear(),!!t){for(var i={inHover:!0,viewWidth:this._width,viewHeight:this._height},n,o=0;o<t;o++){var s=e[o];s.__inHover&&(a||(a=this._hoverlayer=this.getLayer(X_)),n||(n=a.ctx,n.save()),Wi(n,s,i,o===t-1))}n&&n.restore()}},r.prototype.getHoverLayer=function(){return this.getLayer(X_)},r.prototype.paintOne=function(e,t){QA(e,t)},r.prototype._paintList=function(e,t,a,i){if(this._redrawId===i){a=a||!1,this._updateLayerStatus(e);var n=this._doPaintList(e,t,a),o=n.finished,s=n.needsRefreshHover;if(this._needsManuallyCompositing&&this._compositeManually(),s&&this._paintHoverList(e),o)this.eachLayer(function(u){u.afterBrush&&u.afterBrush()});else{var l=this;up(function(){l._paintList(e,t,a,i)})}}},r.prototype._compositeManually=function(){var e=this.getLayer(Ai).ctx,t=this._domRoot.width,a=this._domRoot.height;e.clearRect(0,0,t,a),this.eachBuiltinLayer(function(i){i.virtual&&e.drawImage(i.dom,0,0,t,a)})},r.prototype._doPaintList=function(e,t,a){for(var i=this,n=[],o=this._opts.useDirtyRect,s=0;s<this._zlevelList.length;s++){var l=this._zlevelList[s],u=this._layers[l];u.__builtin__&&u!==this._hoverlayer&&(u.__dirty||a)&&n.push(u)}for(var f=!0,h=!1,v=function(d){var g=n[d],y=g.ctx,m=o&&g.createRepaintRects(e,t,c._width,c._height),_=a?g.__startIndex:g.__drawIndex,S=!a&&g.incremental&&Date.now,b=S&&Date.now(),x=g.zlevel===c._zlevelList[0]?c._backgroundColor:null;if(g.__startIndex===g.__endIndex)g.clear(!1,x,m);else if(_===g.__startIndex){var w=e[_];(!w.incremental||!w.notClear||a)&&g.clear(!1,x,m)}_===-1&&(console.error("For some unknown reason. drawIndex is -1"),_=g.__startIndex);var T,A=function(I){var P={inHover:!1,allClipped:!1,prevEl:null,viewWidth:i._width,viewHeight:i._height};for(T=_;T<g.__endIndex;T++){var R=e[T];if(R.__inHover&&(h=!0),i._doPaintEl(R,g,o,I,P,T===g.__endIndex-1),S){var E=Date.now()-b;if(E>15)break}}P.prevElClipPaths&&y.restore()};if(m)if(m.length===0)T=g.__endIndex;else for(var M=c.dpr,D=0;D<m.length;++D){var L=m[D];y.save(),y.beginPath(),y.rect(L.x*M,L.y*M,L.width*M,L.height*M),y.clip(),A(L),y.restore()}else y.save(),A(),y.restore();g.__drawIndex=T,g.__drawIndex<g.__endIndex&&(f=!1)},c=this,p=0;p<n.length;p++)v(p);return Mt.wxa&&C(this._layers,function(d){d&&d.ctx&&d.ctx.draw&&d.ctx.draw()}),{finished:f,needsRefreshHover:h}},r.prototype._doPaintEl=function(e,t,a,i,n,o){var s=t.ctx;if(a){var l=e.getPaintRect();(!i||l&&l.intersect(i))&&(Wi(s,e,n,o),e.setPrevPaintRect(l))}else Wi(s,e,n,o)},r.prototype.getLayer=function(e,t){this._singleCanvas&&!this._needsManuallyCompositing&&(e=Ai);var a=this._layers[e];return a||(a=new Yv("zr_"+e,this,this.dpr),a.zlevel=e,a.__builtin__=!0,this._layerConfig[e]?lt(a,this._layerConfig[e],!0):this._layerConfig[e-su]&<(a,this._layerConfig[e-su],!0),t&&(a.virtual=t),this.insertLayer(e,a),a.initContext()),a},r.prototype.insertLayer=function(e,t){var a=this._layers,i=this._zlevelList,n=i.length,o=this._domRoot,s=null,l=-1;if(!a[e]&&!!S5(t)){if(n>0&&e>i[0]){for(l=0;l<n-1&&!(i[l]<e&&i[l+1]>e);l++);s=a[i[l]]}if(i.splice(l+1,0,e),a[e]=t,!t.virtual)if(s){var u=s.dom;u.nextSibling?o.insertBefore(t.dom,u.nextSibling):o.appendChild(t.dom)}else o.firstChild?o.insertBefore(t.dom,o.firstChild):o.appendChild(t.dom);t.__painter=this}},r.prototype.eachLayer=function(e,t){for(var a=this._zlevelList,i=0;i<a.length;i++){var n=a[i];e.call(t,this._layers[n],n)}},r.prototype.eachBuiltinLayer=function(e,t){for(var a=this._zlevelList,i=0;i<a.length;i++){var n=a[i],o=this._layers[n];o.__builtin__&&e.call(t,o,n)}},r.prototype.eachOtherLayer=function(e,t){for(var a=this._zlevelList,i=0;i<a.length;i++){var n=a[i],o=this._layers[n];o.__builtin__||e.call(t,o,n)}},r.prototype.getLayers=function(){return this._layers},r.prototype._updateLayerStatus=function(e){this.eachBuiltinLayer(function(h,v){h.__dirty=h.__used=!1});function t(h){n&&(n.__endIndex!==h&&(n.__dirty=!0),n.__endIndex=h)}if(this._singleCanvas)for(var a=1;a<e.length;a++){var i=e[a];if(i.zlevel!==e[a-1].zlevel||i.incremental){this._needsManuallyCompositing=!0;break}}var n=null,o=0,s,l;for(l=0;l<e.length;l++){var i=e[l],u=i.zlevel,f=void 0;s!==u&&(s=u,o=0),i.incremental?(f=this.getLayer(u+_5,this._needsManuallyCompositing),f.incremental=!0,o=1):f=this.getLayer(u+(o>0?su:0),this._needsManuallyCompositing),f.__builtin__||Wd("ZLevel "+u+" has been used by unkown layer "+f.id),f!==n&&(f.__used=!0,f.__startIndex!==l&&(f.__dirty=!0),f.__startIndex=l,f.incremental?f.__drawIndex=-1:f.__drawIndex=l,t(l),n=f),i.__dirty&ze&&!i.__inHover&&(f.__dirty=!0,f.incremental&&f.__drawIndex<0&&(f.__drawIndex=l))}t(l),this.eachBuiltinLayer(function(h,v){!h.__used&&h.getElementCount()>0&&(h.__dirty=!0,h.__startIndex=h.__endIndex=h.__drawIndex=0),h.__dirty&&h.__drawIndex<0&&(h.__drawIndex=h.__startIndex)})},r.prototype.clear=function(){return this.eachBuiltinLayer(this._clearLayer),this},r.prototype._clearLayer=function(e){e.clear()},r.prototype.setBackgroundColor=function(e){this._backgroundColor=e,C(this._layers,function(t){t.setUnpainted()})},r.prototype.configLayer=function(e,t){if(t){var a=this._layerConfig;a[e]?lt(a[e],t,!0):a[e]=t;for(var i=0;i<this._zlevelList.length;i++){var n=this._zlevelList[i];if(n===e||n===e+su){var o=this._layers[n];lt(o,a[e],!0)}}}},r.prototype.delLayer=function(e){var t=this._layers,a=this._zlevelList,i=t[e];!i||(i.dom.parentNode.removeChild(i.dom),delete t[e],a.splice(vt(a,e),1))},r.prototype.resize=function(e,t){if(this._domRoot.style){var a=this._domRoot;a.style.display="none";var i=this._opts,n=this.root;if(e!=null&&(i.width=e),t!=null&&(i.height=t),e=$n(n,0,i),t=$n(n,1,i),a.style.display="",this._width!==e||t!==this._height){a.style.width=e+"px",a.style.height=t+"px";for(var o in this._layers)this._layers.hasOwnProperty(o)&&this._layers[o].resize(e,t);this.refresh(!0)}this._width=e,this._height=t}else{if(e==null||t==null)return;this._width=e,this._height=t,this.getLayer(Ai).resize(e,t)}return this},r.prototype.clearLayer=function(e){var t=this._layers[e];t&&t.clear()},r.prototype.dispose=function(){this.root.innerHTML="",this.root=this.storage=this._domRoot=this._layers=null},r.prototype.getRenderedCanvas=function(e){if(e=e||{},this._singleCanvas&&!this._compositeManually)return this._layers[Ai].dom;var t=new Yv("image",this,e.pixelRatio||this.dpr);t.initContext(),t.clear(!1,e.backgroundColor||this._backgroundColor);var a=t.ctx;if(e.pixelRatio<=this.dpr){this.refresh();var i=t.dom.width,n=t.dom.height;this.eachLayer(function(h){h.__builtin__?a.drawImage(h.dom,0,0,i,n):h.renderToCanvas&&(a.save(),h.renderToCanvas(a),a.restore())})}else for(var o={inHover:!1,viewWidth:this._width,viewHeight:this._height},s=this.storage.getDisplayList(!0),l=0,u=s.length;l<u;l++){var f=s[l];Wi(a,f,o,l===u-1)}return t.dom},r.prototype.getWidth=function(){return this._width},r.prototype.getHeight=function(){return this._height},r}(),w5=b5;function T5(r){r.registerPainter("canvas",w5)}var A5=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t.hasSymbolVisual=!0,t}return e.prototype.getInitialData=function(t){return pa(null,this,{useEncodeDefaulter:!0})},e.prototype.getLegendIcon=function(t){var a=new rt,i=Qt("line",0,t.itemHeight/2,t.itemWidth,0,t.lineStyle.stroke,!1);a.add(i),i.setStyle(t.lineStyle);var n=this.getData().getVisual("symbol"),o=this.getData().getVisual("symbolRotate"),s=n==="none"?"circle":n,l=t.itemHeight*.8,u=Qt(s,(t.itemWidth-l)/2,(t.itemHeight-l)/2,l,l,t.itemStyle.fill);a.add(u),u.setStyle(t.itemStyle);var f=t.iconRotate==="inherit"?o:t.iconRotate||0;return u.rotation=f*Math.PI/180,u.setOrigin([t.itemWidth/2,t.itemHeight/2]),s.indexOf("empty")>-1&&(u.style.stroke=u.style.fill,u.style.fill="#fff",u.style.lineWidth=2),a},e.type="series.line",e.dependencies=["grid","polar"],e.defaultOption={z:3,coordinateSystem:"cartesian2d",legendHoverLink:!0,clip:!0,label:{position:"top"},endLabel:{show:!1,valueAnimation:!0,distance:8},lineStyle:{width:2,type:"solid"},emphasis:{scale:!0},step:!1,smooth:!1,smoothMonotone:null,symbol:"emptyCircle",symbolSize:4,symbolRotate:null,showSymbol:!0,showAllSymbol:"auto",connectNulls:!1,sampling:"none",animationEasing:"linear",progressive:0,hoverLayerThreshold:1/0,universalTransition:{divideShape:"clone"},triggerLineEvent:!1},e}(Ft),C5=A5;function ao(r,e){var t=r.mapDimensionsAll("defaultedLabel"),a=t.length;if(a===1){var i=to(r,e,t[0]);return i!=null?i+"":null}else if(a){for(var n=[],o=0;o<t.length;o++)n.push(to(r,e,t[o]));return n.join(" ")}}function pM(r,e){var t=r.mapDimensionsAll("defaultedLabel");if(!z(e))return e+"";for(var a=[],i=0;i<t.length;i++){var n=r.getDimensionIndex(t[i]);n>=0&&a.push(e[n])}return a.join(" ")}var M5=function(r){k(e,r);function e(t,a,i,n){var o=r.call(this)||this;return o.updateData(t,a,i,n),o}return e.prototype._createSymbol=function(t,a,i,n,o){this.removeAll();var s=Qt(t,-1,-1,2,2,null,o);s.attr({z2:100,culling:!0,scaleX:n[0]/2,scaleY:n[1]/2}),s.drift=D5,this._symbolType=t,this.add(s)},e.prototype.stopSymbolAnimation=function(t){this.childAt(0).stopAnimation(null,t)},e.prototype.getSymbolType=function(){return this._symbolType},e.prototype.getSymbolPath=function(){return this.childAt(0)},e.prototype.highlight=function(){la(this.childAt(0))},e.prototype.downplay=function(){ua(this.childAt(0))},e.prototype.setZ=function(t,a){var i=this.childAt(0);i.zlevel=t,i.z=a},e.prototype.setDraggable=function(t,a){var i=this.childAt(0);i.draggable=t,i.cursor=!a&&t?"move":i.cursor},e.prototype.updateData=function(t,a,i,n){this.silent=!1;var o=t.getItemVisual(a,"symbol")||"circle",s=t.hostModel,l=e.getSymbolSize(t,a),u=o!==this._symbolType,f=n&&n.disableAnimation;if(u){var h=t.getItemVisual(a,"symbolKeepAspect");this._createSymbol(o,t,a,l,h)}else{var v=this.childAt(0);v.silent=!1;var c={scaleX:l[0]/2,scaleY:l[1]/2};f?v.attr(c):Tt(v,c,s,a),Sr(v)}if(this._updateCommon(t,a,l,i,n),u){var v=this.childAt(0);if(!f){var c={scaleX:this._sizeX,scaleY:this._sizeY,style:{opacity:v.style.opacity}};v.scaleX=v.scaleY=0,v.style.opacity=0,zt(v,c,s,a)}}f&&this.childAt(0).stopAnimation("leave")},e.prototype._updateCommon=function(t,a,i,n,o){var s=this.childAt(0),l=t.hostModel,u,f,h,v,c,p,d,g,y;if(n&&(u=n.emphasisItemStyle,f=n.blurItemStyle,h=n.selectItemStyle,v=n.focus,c=n.blurScope,d=n.labelStatesModels,g=n.hoverScale,y=n.cursorStyle,p=n.emphasisDisabled),!n||t.hasItemOption){var m=n&&n.itemModel?n.itemModel:t.getItemModel(a),_=m.getModel("emphasis");u=_.getModel("itemStyle").getItemStyle(),h=m.getModel(["select","itemStyle"]).getItemStyle(),f=m.getModel(["blur","itemStyle"]).getItemStyle(),v=_.get("focus"),c=_.get("blurScope"),p=_.get("disabled"),d=se(m),g=_.getShallow("scale"),y=m.getShallow("cursor")}var S=t.getItemVisual(a,"symbolRotate");s.attr("rotation",(S||0)*Math.PI/180||0);var b=wo(t.getItemVisual(a,"symbolOffset"),i);b&&(s.x=b[0],s.y=b[1]),y&&s.attr("cursor",y);var x=t.getItemVisual(a,"style"),w=x.fill;if(s instanceof ve){var T=s.style;s.useStyle(V({image:T.image,x:T.x,y:T.y,width:T.width,height:T.height},x))}else s.__isEmptyBrush?s.useStyle(V({},x)):s.useStyle(x),s.style.decal=null,s.setColor(w,o&&o.symbolInnerColor),s.style.strokeNoScale=!0;var A=t.getItemVisual(a,"liftZ"),M=this._z2;A!=null?M==null&&(this._z2=s.z2,s.z2+=A):M!=null&&(s.z2=M,this._z2=null);var D=o&&o.useNameLabel;_e(s,d,{labelFetcher:l,labelDataIndex:a,defaultText:L,inheritColor:w,defaultOpacity:x.opacity});function L(R){return D?t.getName(R):ao(t,R)}this._sizeX=i[0]/2,this._sizeY=i[1]/2;var I=s.ensureState("emphasis");if(I.style=u,s.ensureState("select").style=h,s.ensureState("blur").style=f,g){var P=Math.max(wt(g)?g:1.1,3/this._sizeY);I.scaleX=this._sizeX*P,I.scaleY=this._sizeY*P}this.setSymbolScale(1),Yt(this,v,c,p)},e.prototype.setSymbolScale=function(t){this.scaleX=this.scaleY=t},e.prototype.fadeOut=function(t,a,i){var n=this.childAt(0),o=at(this).dataIndex,s=i&&i.animation;if(this.silent=n.silent=!0,i&&i.fadeLabel){var l=n.getTextContent();l&&Za(l,{style:{opacity:0}},a,{dataIndex:o,removeOpt:s,cb:function(){n.removeTextContent()}})}else n.removeTextContent();Za(n,{style:{opacity:0},scaleX:0,scaleY:0},a,{dataIndex:o,cb:t,removeOpt:s})},e.getSymbolSize=function(t,a){return cl(t.getItemVisual(a,"symbolSize"))},e}(rt);function D5(r,e){this.parent.drift(r,e)}var yl=M5;function Zv(r,e,t,a){return e&&!isNaN(e[0])&&!isNaN(e[1])&&!(a.isIgnore&&a.isIgnore(t))&&!(a.clipShape&&!a.clipShape.contain(e[0],e[1]))&&r.getItemVisual(t,"symbol")!=="none"}function q_(r){return r!=null&&!j(r)&&(r={isIgnore:r}),r||{}}function K_(r){var e=r.hostModel,t=e.getModel("emphasis");return{emphasisItemStyle:t.getModel("itemStyle").getItemStyle(),blurItemStyle:e.getModel(["blur","itemStyle"]).getItemStyle(),selectItemStyle:e.getModel(["select","itemStyle"]).getItemStyle(),focus:t.get("focus"),blurScope:t.get("blurScope"),emphasisDisabled:t.get("disabled"),hoverScale:t.get("scale"),labelStatesModels:se(e),cursorStyle:e.get("cursor")}}var L5=function(){function r(e){this.group=new rt,this._SymbolCtor=e||yl}return r.prototype.updateData=function(e,t){this._progressiveEls=null,t=q_(t);var a=this.group,i=e.hostModel,n=this._data,o=this._SymbolCtor,s=t.disableAnimation,l=K_(e),u={disableAnimation:s},f=t.getSymbolPoint||function(h){return e.getItemLayout(h)};n||a.removeAll(),e.diff(n).add(function(h){var v=f(h);if(Zv(e,v,h,t)){var c=new o(e,h,l,u);c.setPosition(v),e.setItemGraphicEl(h,c),a.add(c)}}).update(function(h,v){var c=n.getItemGraphicEl(v),p=f(h);if(!Zv(e,p,h,t)){a.remove(c);return}var d=e.getItemVisual(h,"symbol")||"circle",g=c&&c.getSymbolType&&c.getSymbolType();if(!c||g&&g!==d)a.remove(c),c=new o(e,h,l,u),c.setPosition(p);else{c.updateData(e,h,l,u);var y={x:p[0],y:p[1]};s?c.attr(y):Tt(c,y,i)}a.add(c),e.setItemGraphicEl(h,c)}).remove(function(h){var v=n.getItemGraphicEl(h);v&&v.fadeOut(function(){a.remove(v)},i)}).execute(),this._getSymbolPoint=f,this._data=e},r.prototype.updateLayout=function(){var e=this,t=this._data;t&&t.eachItemGraphicEl(function(a,i){var n=e._getSymbolPoint(i);a.setPosition(n),a.markRedraw()})},r.prototype.incrementalPrepareUpdate=function(e){this._seriesScope=K_(e),this._data=null,this.group.removeAll()},r.prototype.incrementalUpdate=function(e,t,a){this._progressiveEls=[],a=q_(a);function i(l){l.isGroup||(l.incremental=!0,l.ensureState("emphasis").hoverLayer=!0)}for(var n=e.start;n<e.end;n++){var o=t.getItemLayout(n);if(Zv(t,o,n,a)){var s=new this._SymbolCtor(t,n,this._seriesScope);s.traverse(i),s.setPosition(o),this.group.add(s),t.setItemGraphicEl(n,s),this._progressiveEls.push(s)}}},r.prototype.eachRendered=function(e){ti(this._progressiveEls||this.group,e)},r.prototype.remove=function(e){var t=this.group,a=this._data;a&&e?a.eachItemGraphicEl(function(i){i.fadeOut(function(){t.remove(i)},a.hostModel)}):t.removeAll()},r}(),ml=L5;function dM(r,e,t){var a=r.getBaseAxis(),i=r.getOtherAxis(a),n=I5(i,t),o=a.dim,s=i.dim,l=e.mapDimension(s),u=e.mapDimension(o),f=s==="x"||s==="radius"?1:0,h=G(r.dimensions,function(p){return e.mapDimension(p)}),v=!1,c=e.getCalculationInfo("stackResultDimension");return qa(e,h[0])&&(v=!0,h[0]=c),qa(e,h[1])&&(v=!0,h[1]=c),{dataDimsForPoint:h,valueStart:n,valueAxisDim:s,baseAxisDim:o,stacked:!!v,valueDim:l,baseDim:u,baseDataOffset:f,stackedOverDimension:e.getCalculationInfo("stackedOverDimension")}}function I5(r,e){var t=0,a=r.scale.getExtent();return e==="start"?t=a[0]:e==="end"?t=a[1]:wt(e)&&!isNaN(e)?t=e:a[0]>0?t=a[0]:a[1]<0&&(t=a[1]),t}function gM(r,e,t,a){var i=NaN;r.stacked&&(i=t.get(t.getCalculationInfo("stackedOverDimension"),a)),isNaN(i)&&(i=r.valueStart);var n=r.baseDataOffset,o=[];return o[n]=t.get(r.baseDim,a),o[1-n]=i,e.dataToPoint(o)}function P5(r,e){var t=[];return e.diff(r).add(function(a){t.push({cmd:"+",idx:a})}).update(function(a,i){t.push({cmd:"=",idx:i,idx1:a})}).remove(function(a){t.push({cmd:"-",idx:a})}).execute(),t}function R5(r,e,t,a,i,n,o,s){for(var l=P5(r,e),u=[],f=[],h=[],v=[],c=[],p=[],d=[],g=dM(i,e,o),y=r.getLayout("points")||[],m=e.getLayout("points")||[],_=0;_<l.length;_++){var S=l[_],b=!0,x=void 0,w=void 0;switch(S.cmd){case"=":x=S.idx*2,w=S.idx1*2;var T=y[x],A=y[x+1],M=m[w],D=m[w+1];(isNaN(T)||isNaN(A))&&(T=M,A=D),u.push(T,A),f.push(M,D),h.push(t[x],t[x+1]),v.push(a[w],a[w+1]),d.push(e.getRawIndex(S.idx1));break;case"+":var L=S.idx,I=g.dataDimsForPoint,P=i.dataToPoint([e.get(I[0],L),e.get(I[1],L)]);w=L*2,u.push(P[0],P[1]),f.push(m[w],m[w+1]);var R=gM(g,i,e,L);h.push(R[0],R[1]),v.push(a[w],a[w+1]),d.push(e.getRawIndex(L));break;case"-":b=!1}b&&(c.push(S),p.push(p.length))}p.sort(function(It,Dt){return d[It]-d[Dt]});for(var E=u.length,N=Or(E),O=Or(E),B=Or(E),F=Or(E),W=[],_=0;_<p.length;_++){var Z=p[_],tt=_*2,ht=Z*2;N[tt]=u[ht],N[tt+1]=u[ht+1],O[tt]=f[ht],O[tt+1]=f[ht+1],B[tt]=h[ht],B[tt+1]=h[ht+1],F[tt]=v[ht],F[tt+1]=v[ht+1],W[_]=c[Z]}return{current:N,next:O,stackedOnCurrent:B,stackedOnNext:F,status:W}}var ba=Math.min,wa=Math.max;function Ki(r,e){return isNaN(r)||isNaN(e)}function rd(r,e,t,a,i,n,o,s,l){for(var u,f,h,v,c,p,d=t,g=0;g<a;g++){var y=e[d*2],m=e[d*2+1];if(d>=i||d<0)break;if(Ki(y,m)){if(l){d+=n;continue}break}if(d===t)r[n>0?"moveTo":"lineTo"](y,m),h=y,v=m;else{var _=y-u,S=m-f;if(_*_+S*S<.5){d+=n;continue}if(o>0){for(var b=d+n,x=e[b*2],w=e[b*2+1];x===y&&w===m&&g<a;)g++,b+=n,d+=n,x=e[b*2],w=e[b*2+1],y=e[d*2],m=e[d*2+1],_=y-u,S=m-f;var T=g+1;if(l)for(;Ki(x,w)&&T<a;)T++,b+=n,x=e[b*2],w=e[b*2+1];var A=.5,M=0,D=0,L=void 0,I=void 0;if(T>=a||Ki(x,w))c=y,p=m;else{M=x-u,D=w-f;var P=y-u,R=x-y,E=m-f,N=w-m,O=void 0,B=void 0;if(s==="x"){O=Math.abs(P),B=Math.abs(R);var F=M>0?1:-1;c=y-F*O*o,p=m,L=y+F*B*o,I=m}else if(s==="y"){O=Math.abs(E),B=Math.abs(N);var W=D>0?1:-1;c=y,p=m-W*O*o,L=y,I=m+W*B*o}else O=Math.sqrt(P*P+E*E),B=Math.sqrt(R*R+N*N),A=B/(B+O),c=y-M*o*(1-A),p=m-D*o*(1-A),L=y+M*o*A,I=m+D*o*A,L=ba(L,wa(x,y)),I=ba(I,wa(w,m)),L=wa(L,ba(x,y)),I=wa(I,ba(w,m)),M=L-y,D=I-m,c=y-M*O/B,p=m-D*O/B,c=ba(c,wa(u,y)),p=ba(p,wa(f,m)),c=wa(c,ba(u,y)),p=wa(p,ba(f,m)),M=y-c,D=m-p,L=y+M*B/O,I=m+D*B/O}r.bezierCurveTo(h,v,c,p,y,m),h=L,v=I}else r.lineTo(y,m)}u=y,f=m,d+=n}return g}var yM=function(){function r(){this.smooth=0,this.smoothConstraint=!0}return r}(),E5=function(r){k(e,r);function e(t){var a=r.call(this,t)||this;return a.type="ec-polyline",a}return e.prototype.getDefaultStyle=function(){return{stroke:"#000",fill:null}},e.prototype.getDefaultShape=function(){return new yM},e.prototype.buildPath=function(t,a){var i=a.points,n=0,o=i.length/2;if(a.connectNulls){for(;o>0&&Ki(i[o*2-2],i[o*2-1]);o--);for(;n<o&&Ki(i[n*2],i[n*2+1]);n++);}for(;n<o;)n+=rd(t,i,n,o,o,1,a.smooth,a.smoothMonotone,a.connectNulls)+1},e.prototype.getPointOn=function(t,a){this.path||(this.createPathProxy(),this.buildPath(this.path,this.shape));for(var i=this.path,n=i.data,o=Hr.CMD,s,l,u=a==="x",f=[],h=0;h<n.length;){var v=n[h++],c=void 0,p=void 0,d=void 0,g=void 0,y=void 0,m=void 0,_=void 0;switch(v){case o.M:s=n[h++],l=n[h++];break;case o.L:if(c=n[h++],p=n[h++],_=u?(t-s)/(c-s):(t-l)/(p-l),_<=1&&_>=0){var S=u?(p-l)*_+l:(c-s)*_+s;return u?[t,S]:[S,t]}s=c,l=p;break;case o.C:c=n[h++],p=n[h++],d=n[h++],g=n[h++],y=n[h++],m=n[h++];var b=u?ju(s,c,d,y,t,f):ju(l,p,g,m,t,f);if(b>0)for(var x=0;x<b;x++){var w=f[x];if(w<=1&&w>=0){var S=u?ee(l,p,g,m,w):ee(s,c,d,y,w);return u?[t,S]:[S,t]}}s=y,l=m;break}}},e}(gt),k5=function(r){k(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e}(yM),mM=function(r){k(e,r);function e(t){var a=r.call(this,t)||this;return a.type="ec-polygon",a}return e.prototype.getDefaultShape=function(){return new k5},e.prototype.buildPath=function(t,a){var i=a.points,n=a.stackedOnPoints,o=0,s=i.length/2,l=a.smoothMonotone;if(a.connectNulls){for(;s>0&&Ki(i[s*2-2],i[s*2-1]);s--);for(;o<s&&Ki(i[o*2],i[o*2+1]);o++);}for(;o<s;){var u=rd(t,i,o,s,s,1,a.smooth,l,a.connectNulls);rd(t,n,o+u-1,u,s,-1,a.stackedOnSmooth,l,a.connectNulls),o+=u+1,t.closePath()}},e}(gt);function _M(r,e,t,a,i){var n=r.getArea(),o=n.x,s=n.y,l=n.width,u=n.height,f=t.get(["lineStyle","width"])||2;o-=f/2,s-=f/2,l+=f,u+=f,o=Math.floor(o),l=Math.round(l);var h=new xt({shape:{x:o,y:s,width:l,height:u}});if(e){var v=r.getBaseAxis(),c=v.isHorizontal(),p=v.inverse;c?(p&&(h.shape.x+=l),h.shape.width=0):(p||(h.shape.y+=u),h.shape.height=0);var d=K(i)?function(g){i(g,h)}:null;zt(h,{shape:{width:l,height:u,x:o,y:s}},t,null,a,d)}return h}function SM(r,e,t){var a=r.getArea(),i=Ut(a.r0,1),n=Ut(a.r,1),o=new Ee({shape:{cx:Ut(r.cx,1),cy:Ut(r.cy,1),r0:i,r:n,startAngle:a.startAngle,endAngle:a.endAngle,clockwise:a.clockwise}});if(e){var s=r.getBaseAxis().dim==="angle";s?o.shape.endAngle=a.startAngle:o.shape.r=i,zt(o,{shape:{endAngle:a.endAngle,r:n}},t)}return o}function Th(r,e,t,a,i){if(r){if(r.type==="polar")return SM(r,e,t);if(r.type==="cartesian2d")return _M(r,e,t,a,i)}else return null;return null}function hn(r,e){return r.type===e}function Q_(r,e){if(r.length===e.length){for(var t=0;t<r.length;t++)if(r[t]!==e[t])return;return!0}}function j_(r){for(var e=1/0,t=1/0,a=-1/0,i=-1/0,n=0;n<r.length;){var o=r[n++],s=r[n++];isNaN(o)||(e=Math.min(o,e),a=Math.max(o,a)),isNaN(s)||(t=Math.min(s,t),i=Math.max(s,i))}return[[e,t],[a,i]]}function J_(r,e){var t=j_(r),a=t[0],i=t[1],n=j_(e),o=n[0],s=n[1];return Math.max(Math.abs(a[0]-o[0]),Math.abs(a[1]-o[1]),Math.abs(i[0]-s[0]),Math.abs(i[1]-s[1]))}function t1(r){return wt(r)?r:r?.5:0}function O5(r,e,t){if(!t.valueDim)return[];for(var a=e.count(),i=Or(a*2),n=0;n<a;n++){var o=gM(t,r,e,n);i[n*2]=o[0],i[n*2+1]=o[1]}return i}function Ta(r,e,t,a){var i=e.getBaseAxis(),n=i.dim==="x"||i.dim==="radius"?0:1,o=[],s=0,l=[],u=[],f=[],h=[];if(a){for(s=0;s<r.length;s+=2)!isNaN(r[s])&&!isNaN(r[s+1])&&h.push(r[s],r[s+1]);r=h}for(s=0;s<r.length-2;s+=2)switch(f[0]=r[s+2],f[1]=r[s+3],u[0]=r[s],u[1]=r[s+1],o.push(u[0],u[1]),t){case"end":l[n]=f[n],l[1-n]=u[1-n],o.push(l[0],l[1]);break;case"middle":var v=(u[n]+f[n])/2,c=[];l[n]=c[n]=v,l[1-n]=u[1-n],c[1-n]=f[1-n],o.push(l[0],l[1]),o.push(c[0],c[1]);break;default:l[n]=u[n],l[1-n]=f[1-n],o.push(l[0],l[1])}return o.push(r[s++],r[s++]),o}function N5(r,e){var t=[],a=r.length,i,n;function o(f,h,v){var c=f.coord,p=(v-c)/(h.coord-c),d=z2(p,[f.color,h.color]);return{coord:v,color:d}}for(var s=0;s<a;s++){var l=r[s],u=l.coord;if(u<0)i=l;else if(u>e){n?t.push(o(n,l,e)):i&&t.push(o(i,l,0),o(i,l,e));break}else i&&(t.push(o(i,l,0)),i=null),t.push(l),n=l}return t}function B5(r,e,t){var a=r.getVisual("visualMeta");if(!(!a||!a.length||!r.count())&&e.type==="cartesian2d"){for(var i,n,o=a.length-1;o>=0;o--){var s=r.getDimensionInfo(a[o].dimension);if(i=s&&s.coordDim,i==="x"||i==="y"){n=a[o];break}}if(!!n){var l=e.getAxis(i),u=G(n.stops,function(_){return{coord:l.toGlobalCoord(l.dataToCoord(_.value)),color:_.color}}),f=u.length,h=n.outerColors.slice();f&&u[0].coord>u[f-1].coord&&(u.reverse(),h.reverse());var v=N5(u,i==="x"?t.getWidth():t.getHeight()),c=v.length;if(!c&&f)return u[0].coord<0?h[1]?h[1]:u[f-1].color:h[0]?h[0]:u[0].color;var p=10,d=v[0].coord-p,g=v[c-1].coord+p,y=g-d;if(y<.001)return"transparent";C(v,function(_){_.offset=(_.coord-d)/y}),v.push({offset:c?v[c-1].offset:.5,color:h[1]||"transparent"}),v.unshift({offset:c?v[0].offset:.5,color:h[0]||"transparent"});var m=new sl(0,0,0,0,v,!0);return m[i]=d,m[i+"2"]=g,m}}}function V5(r,e,t){var a=r.get("showAllSymbol"),i=a==="auto";if(!(a&&!i)){var n=t.getAxesByScale("ordinal")[0];if(!!n&&!(i&&z5(n,e))){var o=e.mapDimension(n.dim),s={};return C(n.getViewLabels(),function(l){var u=n.scale.getRawOrdinalNumber(l.tickValue);s[u]=1}),function(l){return!s.hasOwnProperty(e.get(o,l))}}}}function z5(r,e){var t=r.getExtent(),a=Math.abs(t[1]-t[0])/r.scale.count();isNaN(a)&&(a=0);for(var i=e.count(),n=Math.max(1,Math.round(i/5)),o=0;o<i;o+=n)if(yl.getSymbolSize(e,o)[r.isHorizontal()?1:0]*1.5>a)return!1;return!0}function G5(r,e){return isNaN(r)||isNaN(e)}function F5(r){for(var e=r.length/2;e>0&&G5(r[e*2-2],r[e*2-1]);e--);return e-1}function e1(r,e){return[r[e*2],r[e*2+1]]}function H5(r,e,t){for(var a=r.length/2,i=t==="x"?0:1,n,o,s=0,l=-1,u=0;u<a;u++)if(o=r[u*2+i],!(isNaN(o)||isNaN(r[u*2+1-i]))){if(u===0){n=o;continue}if(n<=e&&o>=e||n>=e&&o<=e){l=u;break}s=u,n=o}return{range:[s,l],t:(e-n)/(o-n)}}function xM(r){if(r.get(["endLabel","show"]))return!0;for(var e=0;e<Ce.length;e++)if(r.get([Ce[e],"endLabel","show"]))return!0;return!1}function Xv(r,e,t,a){if(hn(e,"cartesian2d")){var i=a.getModel("endLabel"),n=i.get("valueAnimation"),o=a.getData(),s={lastFrameIndex:0},l=xM(a)?function(c,p){r._endLabelOnDuring(c,p,o,s,n,i,e)}:null,u=e.getBaseAxis().isHorizontal(),f=_M(e,t,a,function(){var c=r._endLabel;c&&t&&s.originalX!=null&&c.attr({x:s.originalX,y:s.originalY})},l);if(!a.get("clip",!0)){var h=f.shape,v=Math.max(h.width,h.height);u?(h.y-=v,h.height+=v*2):(h.x-=v,h.width+=v*2)}return l&&l(1,f),f}else return SM(e,t,a)}function W5(r,e){var t=e.getBaseAxis(),a=t.isHorizontal(),i=t.inverse,n=a?i?"right":"left":"center",o=a?"middle":i?"top":"bottom";return{normal:{align:r.get("align")||n,verticalAlign:r.get("verticalAlign")||o}}}var $5=function(r){k(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e.prototype.init=function(){var t=new rt,a=new ml;this.group.add(a.group),this._symbolDraw=a,this._lineGroup=t},e.prototype.render=function(t,a,i){var n=this,o=t.coordinateSystem,s=this.group,l=t.getData(),u=t.getModel("lineStyle"),f=t.getModel("areaStyle"),h=l.getLayout("points")||[],v=o.type==="polar",c=this._coordSys,p=this._symbolDraw,d=this._polyline,g=this._polygon,y=this._lineGroup,m=t.get("animation"),_=!f.isEmpty(),S=f.get("origin"),b=dM(o,l,S),x=_&&O5(o,l,b),w=t.get("showSymbol"),T=t.get("connectNulls"),A=w&&!v&&V5(t,l,o),M=this._data;M&&M.eachItemGraphicEl(function(Dt,dt){Dt.__temp&&(s.remove(Dt),M.setItemGraphicEl(dt,null))}),w||p.remove(),s.add(y);var D=v?!1:t.get("step"),L;o&&o.getArea&&t.get("clip",!0)&&(L=o.getArea(),L.width!=null?(L.x-=.1,L.y-=.1,L.width+=.2,L.height+=.2):L.r0&&(L.r0-=.5,L.r+=.5)),this._clipShapeForSymbol=L;var I=B5(l,o,i)||l.getVisual("style")[l.getVisual("drawType")];if(!(d&&c.type===o.type&&D===this._step))w&&p.updateData(l,{isIgnore:A,clipShape:L,disableAnimation:!0,getSymbolPoint:function(Dt){return[h[Dt*2],h[Dt*2+1]]}}),m&&this._initSymbolLabelAnimation(l,o,L),D&&(h=Ta(h,o,D,T),x&&(x=Ta(x,o,D,T))),d=this._newPolyline(h),_?g=this._newPolygon(h,x):g&&(y.remove(g),g=this._polygon=null),v||this._initOrUpdateEndLabel(t,o,an(I)),y.setClipPath(Xv(this,o,!0,t));else{_&&!g?g=this._newPolygon(h,x):g&&!_&&(y.remove(g),g=this._polygon=null),v||this._initOrUpdateEndLabel(t,o,an(I));var P=y.getClipPath();if(P){var R=Xv(this,o,!1,t);zt(P,{shape:R.shape},t)}else y.setClipPath(Xv(this,o,!0,t));w&&p.updateData(l,{isIgnore:A,clipShape:L,disableAnimation:!0,getSymbolPoint:function(Dt){return[h[Dt*2],h[Dt*2+1]]}}),(!Q_(this._stackedOnPoints,x)||!Q_(this._points,h))&&(m?this._doUpdateAnimation(l,x,o,i,D,S,T):(D&&(h=Ta(h,o,D,T),x&&(x=Ta(x,o,D,T))),d.setShape({points:h}),g&&g.setShape({points:h,stackedOnPoints:x})))}var E=t.getModel("emphasis"),N=E.get("focus"),O=E.get("blurScope"),B=E.get("disabled");if(d.useStyle(Q(u.getLineStyle(),{fill:"none",stroke:I,lineJoin:"bevel"})),he(d,t,"lineStyle"),d.style.lineWidth>0&&t.get(["emphasis","lineStyle","width"])==="bolder"){var F=d.getState("emphasis").style;F.lineWidth=+d.style.lineWidth+1}at(d).seriesIndex=t.seriesIndex,Yt(d,N,O,B);var W=t1(t.get("smooth")),Z=t.get("smoothMonotone");if(d.setShape({smooth:W,smoothMonotone:Z,connectNulls:T}),g){var tt=l.getCalculationInfo("stackedOnSeries"),ht=0;g.useStyle(Q(f.getAreaStyle(),{fill:I,opacity:.7,lineJoin:"bevel",decal:l.getVisual("style").decal})),tt&&(ht=t1(tt.get("smooth"))),g.setShape({smooth:W,stackedOnSmooth:ht,smoothMonotone:Z,connectNulls:T}),he(g,t,"areaStyle"),at(g).seriesIndex=t.seriesIndex,Yt(g,N,O,B)}var It=function(Dt){n._changePolyState(Dt)};l.eachItemGraphicEl(function(Dt){Dt&&(Dt.onHoverStateChange=It)}),this._polyline.onHoverStateChange=It,this._data=l,this._coordSys=o,this._stackedOnPoints=x,this._points=h,this._step=D,this._valueOrigin=S,t.get("triggerLineEvent")&&(this.packEventData(t,d),g&&this.packEventData(t,g))},e.prototype.packEventData=function(t,a){at(a).eventData={componentType:"series",componentSubType:"line",componentIndex:t.componentIndex,seriesIndex:t.seriesIndex,seriesName:t.name,seriesType:"line"}},e.prototype.highlight=function(t,a,i,n){var o=t.getData(),s=tn(o,n);if(this._changePolyState("emphasis"),!(s instanceof Array)&&s!=null&&s>=0){var l=o.getLayout("points"),u=o.getItemGraphicEl(s);if(!u){var f=l[s*2],h=l[s*2+1];if(isNaN(f)||isNaN(h)||this._clipShapeForSymbol&&!this._clipShapeForSymbol.contain(f,h))return;var v=t.get("zlevel"),c=t.get("z");u=new yl(o,s),u.x=f,u.y=h,u.setZ(v,c);var p=u.getSymbolPath().getTextContent();p&&(p.zlevel=v,p.z=c,p.z2=this._polyline.z2+1),u.__temp=!0,o.setItemGraphicEl(s,u),u.stopSymbolAnimation(!0),this.group.add(u)}u.highlight()}else Bt.prototype.highlight.call(this,t,a,i,n)},e.prototype.downplay=function(t,a,i,n){var o=t.getData(),s=tn(o,n);if(this._changePolyState("normal"),s!=null&&s>=0){var l=o.getItemGraphicEl(s);l&&(l.__temp?(o.setItemGraphicEl(s,null),this.group.remove(l)):l.downplay())}else Bt.prototype.downplay.call(this,t,a,i,n)},e.prototype._changePolyState=function(t){var a=this._polygon;sf(this._polyline,t),a&&sf(a,t)},e.prototype._newPolyline=function(t){var a=this._polyline;return a&&this._lineGroup.remove(a),a=new E5({shape:{points:t},segmentIgnoreThreshold:2,z2:10}),this._lineGroup.add(a),this._polyline=a,a},e.prototype._newPolygon=function(t,a){var i=this._polygon;return i&&this._lineGroup.remove(i),i=new mM({shape:{points:t,stackedOnPoints:a},segmentIgnoreThreshold:2}),this._lineGroup.add(i),this._polygon=i,i},e.prototype._initSymbolLabelAnimation=function(t,a,i){var n,o,s=a.getBaseAxis(),l=s.inverse;a.type==="cartesian2d"?(n=s.isHorizontal(),o=!1):a.type==="polar"&&(n=s.dim==="angle",o=!0);var u=t.hostModel,f=u.get("animationDuration");K(f)&&(f=f(null));var h=u.get("animationDelay")||0,v=K(h)?h(null):h;t.eachItemGraphicEl(function(c,p){var d=c;if(d){var g=[c.x,c.y],y=void 0,m=void 0,_=void 0;if(i)if(o){var S=i,b=a.pointToCoord(g);n?(y=S.startAngle,m=S.endAngle,_=-b[1]/180*Math.PI):(y=S.r0,m=S.r,_=b[0])}else{var x=i;n?(y=x.x,m=x.x+x.width,_=c.x):(y=x.y+x.height,m=x.y,_=c.y)}var w=m===y?0:(_-y)/(m-y);l&&(w=1-w);var T=K(h)?h(p):f*w+v,A=d.getSymbolPath(),M=A.getTextContent();d.attr({scaleX:0,scaleY:0}),d.animateTo({scaleX:1,scaleY:1},{duration:200,setToFinal:!0,delay:T}),M&&M.animateFrom({style:{opacity:0}},{duration:300,delay:T}),A.disableLabelAnimation=!0}})},e.prototype._initOrUpdateEndLabel=function(t,a,i){var n=t.getModel("endLabel");if(xM(t)){var o=t.getData(),s=this._polyline,l=o.getLayout("points");if(!l){s.removeTextContent(),this._endLabel=null;return}var u=this._endLabel;u||(u=this._endLabel=new Ct({z2:200}),u.ignoreClip=!0,s.setTextContent(this._endLabel),s.disableLabelAnimation=!0);var f=F5(l);f>=0&&(_e(s,se(t,"endLabel"),{inheritColor:i,labelFetcher:t,labelDataIndex:f,defaultText:function(h,v,c){return c!=null?pM(o,c):ao(o,h)},enableTextSetter:!0},W5(n,a)),s.textConfig.position=null)}else this._endLabel&&(this._polyline.removeTextContent(),this._endLabel=null)},e.prototype._endLabelOnDuring=function(t,a,i,n,o,s,l){var u=this._endLabel,f=this._polyline;if(u){t<1&&n.originalX==null&&(n.originalX=u.x,n.originalY=u.y);var h=i.getLayout("points"),v=i.hostModel,c=v.get("connectNulls"),p=s.get("precision"),d=s.get("distance")||0,g=l.getBaseAxis(),y=g.isHorizontal(),m=g.inverse,_=a.shape,S=m?y?_.x:_.y+_.height:y?_.x+_.width:_.y,b=(y?d:0)*(m?-1:1),x=(y?0:-d)*(m?-1:1),w=y?"x":"y",T=H5(h,S,w),A=T.range,M=A[1]-A[0],D=void 0;if(M>=1){if(M>1&&!c){var L=e1(h,A[0]);u.attr({x:L[0]+b,y:L[1]+x}),o&&(D=v.getRawValue(A[0]))}else{var L=f.getPointOn(S,w);L&&u.attr({x:L[0]+b,y:L[1]+x});var I=v.getRawValue(A[0]),P=v.getRawValue(A[1]);o&&(D=Hw(i,p,I,P,T.t))}n.lastFrameIndex=A[0]}else{var R=t===1||n.lastFrameIndex>0?A[0]:0,L=e1(h,R);o&&(D=v.getRawValue(R)),u.attr({x:L[0]+b,y:L[1]+x})}o&&po(u).setLabelText(D)}},e.prototype._doUpdateAnimation=function(t,a,i,n,o,s,l){var u=this._polyline,f=this._polygon,h=t.hostModel,v=R5(this._data,t,this._stackedOnPoints,a,this._coordSys,i,this._valueOrigin),c=v.current,p=v.stackedOnCurrent,d=v.next,g=v.stackedOnNext;if(o&&(c=Ta(v.current,i,o,l),p=Ta(v.stackedOnCurrent,i,o,l),d=Ta(v.next,i,o,l),g=Ta(v.stackedOnNext,i,o,l)),J_(c,d)>3e3||f&&J_(p,g)>3e3){u.stopAnimation(),u.setShape({points:d}),f&&(f.stopAnimation(),f.setShape({points:d,stackedOnPoints:g}));return}u.shape.__points=v.current,u.shape.points=c;var y={shape:{points:d}};v.current!==c&&(y.shape.__points=v.next),u.stopAnimation(),Tt(u,y,h),f&&(f.setShape({points:c,stackedOnPoints:p}),f.stopAnimation(),Tt(f,{shape:{stackedOnPoints:g}},h),u.shape.points!==f.shape.points&&(f.shape.points=u.shape.points));for(var m=[],_=v.status,S=0;S<_.length;S++){var b=_[S].cmd;if(b==="="){var x=t.getItemGraphicEl(_[S].idx1);x&&m.push({el:x,ptIdx:S})}}u.animators&&u.animators.length&&u.animators[0].during(function(){f&&f.dirtyShape();for(var w=u.shape.__points,T=0;T<m.length;T++){var A=m[T].el,M=m[T].ptIdx*2;A.x=w[M],A.y=w[M+1],A.markRedraw()}})},e.prototype.remove=function(t){var a=this.group,i=this._data;this._lineGroup.removeAll(),this._symbolDraw.remove(!0),i&&i.eachItemGraphicEl(function(n,o){n.__temp&&(a.remove(n),i.setItemGraphicEl(o,null))}),this._polyline=this._polygon=this._coordSys=this._points=this._stackedOnPoints=this._endLabel=this._data=null},e.type="line",e}(Bt),U5=$5;function _l(r,e){return{seriesType:r,plan:xo(),reset:function(t){var a=t.getData(),i=t.coordinateSystem,n=t.pipelineContext,o=e||n.large;if(!!i){var s=G(i.dimensions,function(c){return a.mapDimension(c)}).slice(0,2),l=s.length,u=a.getCalculationInfo("stackResultDimension");qa(a,s[0])&&(s[0]=u),qa(a,s[1])&&(s[1]=u);var f=a.getStore(),h=a.getDimensionIndex(s[0]),v=a.getDimensionIndex(s[1]);return l&&{progress:function(c,p){for(var d=c.end-c.start,g=o&&Or(d*l),y=[],m=[],_=c.start,S=0;_<c.end;_++){var b=void 0;if(l===1){var x=f.get(h,_);b=i.dataToPoint(x,null,m)}else y[0]=f.get(h,_),y[1]=f.get(v,_),b=i.dataToPoint(y,null,m);o?(g[S++]=b[0],g[S++]=b[1]):p.setItemLayout(_,b.slice())}o&&p.setLayout("points",g)}}}}}}var Y5={average:function(r){for(var e=0,t=0,a=0;a<r.length;a++)isNaN(r[a])||(e+=r[a],t++);return t===0?NaN:e/t},sum:function(r){for(var e=0,t=0;t<r.length;t++)e+=r[t]||0;return e},max:function(r){for(var e=-1/0,t=0;t<r.length;t++)r[t]>e&&(e=r[t]);return isFinite(e)?e:NaN},min:function(r){for(var e=1/0,t=0;t<r.length;t++)r[t]<e&&(e=r[t]);return isFinite(e)?e:NaN},nearest:function(r){return r[0]}},Z5=function(r){return Math.round(r.length/2)};function bM(r){return{seriesType:r,reset:function(e,t,a){var i=e.getData(),n=e.get("sampling"),o=e.coordinateSystem,s=i.count();if(s>10&&o.type==="cartesian2d"&&n){var l=o.getBaseAxis(),u=o.getOtherAxis(l),f=l.getExtent(),h=a.getDevicePixelRatio(),v=Math.abs(f[1]-f[0])*(h||1),c=Math.round(s/v);if(isFinite(c)&&c>1){n==="lttb"&&e.setData(i.lttbDownSample(i.mapDimension(u.dim),1/c));var p=void 0;$(n)?p=Y5[n]:K(n)&&(p=n),p&&e.setData(i.downSample(i.mapDimension(u.dim),1/c,p,Z5))}}}}}function X5(r){r.registerChartView(U5),r.registerSeriesModel(C5),r.registerLayout(_l("line",!0)),r.registerVisual({seriesType:"line",reset:function(e){var t=e.getData(),a=e.getModel("lineStyle").getLineStyle();a&&!a.stroke&&(a.stroke=t.getVisual("style").fill),t.setVisual("legendLineStyle",a)}}),r.registerProcessor(r.PRIORITY.PROCESSOR.STATISTIC,bM("line"))}var wM=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.prototype.getInitialData=function(t,a){return pa(null,this,{useEncodeDefaulter:!0})},e.prototype.getMarkerPosition=function(t){var a=this.coordinateSystem;if(a&&a.clampData){var i=a.dataToPoint(a.clampData(t)),n=this.getData(),o=n.getLayout("offset"),s=n.getLayout("size"),l=a.getBaseAxis().isHorizontal()?0:1;return i[l]+=o+s/2,i}return[NaN,NaN]},e.type="series.__base_bar__",e.defaultOption={z:2,coordinateSystem:"cartesian2d",legendHoverLink:!0,barMinHeight:0,barMinAngle:0,large:!1,largeThreshold:400,progressive:3e3,progressiveChunkMode:"mod"},e}(Ft);Ft.registerClass(wM);var Cf=wM,q5=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.prototype.getInitialData=function(){return pa(null,this,{useEncodeDefaulter:!0,createInvertedIndices:!!this.get("realtimeSort",!0)||null})},e.prototype.getProgressive=function(){return this.get("large")?this.get("progressive"):!1},e.prototype.getProgressiveThreshold=function(){var t=this.get("progressiveThreshold"),a=this.get("largeThreshold");return a>t&&(t=a),t},e.prototype.brushSelector=function(t,a,i){return i.rect(a.getItemLayout(t))},e.type="series.bar",e.dependencies=["grid","polar"],e.defaultOption=ei(Cf.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:"#212121"}},realtimeSort:!1}),e}(Cf),K5=q5,Q5=function(){function r(){this.cx=0,this.cy=0,this.r0=0,this.r=0,this.startAngle=0,this.endAngle=Math.PI*2,this.clockwise=!0}return r}(),j5=function(r){k(e,r);function e(t){var a=r.call(this,t)||this;return a.type="sausage",a}return e.prototype.getDefaultShape=function(){return new Q5},e.prototype.buildPath=function(t,a){var i=a.cx,n=a.cy,o=Math.max(a.r0||0,0),s=Math.max(a.r,0),l=(s-o)*.5,u=o+l,f=a.startAngle,h=a.endAngle,v=a.clockwise,c=Math.PI*2,p=v?h-f<c:f-h<c;p||(f=h-(v?c:-c));var d=Math.cos(f),g=Math.sin(f),y=Math.cos(h),m=Math.sin(h);p?(t.moveTo(d*o+i,g*o+n),t.arc(d*u+i,g*u+n,l,-Math.PI+f,f,!v)):t.moveTo(d*s+i,g*s+n),t.arc(i,n,s,f,h,!v),t.arc(y*u+i,m*u+n,l,h-Math.PI*2,h-Math.PI,!v),o!==0&&t.arc(i,n,o,h,f,v)},e}(gt),Mf=j5;function J5(r,e){e=e||{};var t=e.isRoundCap;return function(a,i,n){var o=i.position;if(!o||o instanceof Array)return af(a,i,n);var s=r(o),l=i.distance!=null?i.distance:5,u=this.shape,f=u.cx,h=u.cy,v=u.r,c=u.r0,p=(v+c)/2,d=u.startAngle,g=u.endAngle,y=(d+g)/2,m=t?Math.abs(v-c)/2:0,_=Math.cos,S=Math.sin,b=f+v*_(d),x=h+v*S(d),w="left",T="top";switch(s){case"startArc":b=f+(c-l)*_(y),x=h+(c-l)*S(y),w="center",T="top";break;case"insideStartArc":b=f+(c+l)*_(y),x=h+(c+l)*S(y),w="center",T="bottom";break;case"startAngle":b=f+p*_(d)+lu(d,l+m,!1),x=h+p*S(d)+uu(d,l+m,!1),w="right",T="middle";break;case"insideStartAngle":b=f+p*_(d)+lu(d,-l+m,!1),x=h+p*S(d)+uu(d,-l+m,!1),w="left",T="middle";break;case"middle":b=f+p*_(y),x=h+p*S(y),w="center",T="middle";break;case"endArc":b=f+(v+l)*_(y),x=h+(v+l)*S(y),w="center",T="bottom";break;case"insideEndArc":b=f+(v-l)*_(y),x=h+(v-l)*S(y),w="center",T="top";break;case"endAngle":b=f+p*_(g)+lu(g,l+m,!0),x=h+p*S(g)+uu(g,l+m,!0),w="left",T="middle";break;case"insideEndAngle":b=f+p*_(g)+lu(g,-l+m,!0),x=h+p*S(g)+uu(g,-l+m,!0),w="right",T="middle";break;default:return af(a,i,n)}return a=a||{},a.x=b,a.y=x,a.align=w,a.verticalAlign=T,a}}function tz(r,e,t,a){if(wt(a)){r.setTextConfig({rotation:a});return}else if(z(e)){r.setTextConfig({rotation:0});return}var i=r.shape,n=i.clockwise?i.startAngle:i.endAngle,o=i.clockwise?i.endAngle:i.startAngle,s=(n+o)/2,l,u=t(e);switch(u){case"startArc":case"insideStartArc":case"middle":case"insideEndArc":case"endArc":l=s;break;case"startAngle":case"insideStartAngle":l=n;break;case"endAngle":case"insideEndAngle":l=o;break;default:r.setTextConfig({rotation:0});return}var f=Math.PI*1.5-l;u==="middle"&&f>Math.PI/2&&f<Math.PI*1.5&&(f-=Math.PI),r.setTextConfig({rotation:f})}function lu(r,e,t){return e*Math.sin(r)*(t?-1:1)}function uu(r,e,t){return e*Math.cos(r)*(t?1:-1)}var qv=Math.max,Kv=Math.min;function ez(r,e){var t=r.getArea&&r.getArea();if(hn(r,"cartesian2d")){var a=r.getBaseAxis();if(a.type!=="category"||!a.onBand){var i=e.getLayout("bandWidth");a.isHorizontal()?(t.x-=i,t.width+=i*2):(t.y-=i,t.height+=i*2)}}return t}var rz=function(r){k(e,r);function e(){var t=r.call(this)||this;return t.type=e.type,t._isFirstFrame=!0,t}return e.prototype.render=function(t,a,i,n){this._model=t,this._removeOnRenderedListener(i),this._updateDrawMode(t);var o=t.get("coordinateSystem");(o==="cartesian2d"||o==="polar")&&(this._progressiveEls=null,this._isLargeDraw?this._renderLarge(t,a,i):this._renderNormal(t,a,i,n))},e.prototype.incrementalPrepareRender=function(t){this._clear(),this._updateDrawMode(t),this._updateLargeClip(t)},e.prototype.incrementalRender=function(t,a){this._progressiveEls=[],this._incrementalRenderLarge(t,a)},e.prototype.eachRendered=function(t){ti(this._progressiveEls||this.group,t)},e.prototype._updateDrawMode=function(t){var a=t.pipelineContext.large;(this._isLargeDraw==null||a!==this._isLargeDraw)&&(this._isLargeDraw=a,this._clear())},e.prototype._renderNormal=function(t,a,i,n){var o=this.group,s=t.getData(),l=this._data,u=t.coordinateSystem,f=u.getBaseAxis(),h;u.type==="cartesian2d"?h=f.isHorizontal():u.type==="polar"&&(h=f.dim==="angle");var v=t.isAnimationEnabled()?t:null,c=az(t,u);c&&this._enableRealtimeSort(c,s,i);var p=t.get("clip",!0)||c,d=ez(u,s);o.removeClipPath();var g=t.get("roundCap",!0),y=t.get("showBackground",!0),m=t.getModel("backgroundStyle"),_=m.get("borderRadius")||0,S=[],b=this._backgroundEls,x=n&&n.isInitSort,w=n&&n.type==="changeAxisOrder";function T(D){var L=fu[u.type](s,D),I=fz(u,h,L);return I.useStyle(m.getItemStyle()),u.type==="cartesian2d"&&I.setShape("r",_),S[D]=I,I}s.diff(l).add(function(D){var L=s.getItemModel(D),I=fu[u.type](s,D,L);if(y&&T(D),!(!s.hasValue(D)||!o1[u.type](I))){var P=!1;p&&(P=r1[u.type](d,I));var R=a1[u.type](t,s,D,I,h,v,f.model,!1,g);c&&(R.forceLabelAnimation=!0),s1(R,s,D,L,I,t,h,u.type==="polar"),x?R.attr({shape:I}):c?i1(c,v,R,I,D,h,!1,!1):zt(R,{shape:I},t,D),s.setItemGraphicEl(D,R),o.add(R),R.ignore=P}}).update(function(D,L){var I=s.getItemModel(D),P=fu[u.type](s,D,I);if(y){var R=void 0;b.length===0?R=T(L):(R=b[L],R.useStyle(m.getItemStyle()),u.type==="cartesian2d"&&R.setShape("r",_),S[D]=R);var E=fu[u.type](s,D),N=AM(h,E,u);Tt(R,{shape:N},v,D)}var O=l.getItemGraphicEl(L);if(!s.hasValue(D)||!o1[u.type](P)){o.remove(O);return}var B=!1;if(p&&(B=r1[u.type](d,P),B&&o.remove(O)),O?Sr(O):O=a1[u.type](t,s,D,P,h,v,f.model,!!O,g),c&&(O.forceLabelAnimation=!0),w){var F=O.getTextContent();if(F){var W=po(F);W.prevValue!=null&&(W.prevValue=W.value)}}else s1(O,s,D,I,P,t,h,u.type==="polar");x?O.attr({shape:P}):c?i1(c,v,O,P,D,h,!0,w):Tt(O,{shape:P},t,D,null),s.setItemGraphicEl(D,O),O.ignore=B,o.add(O)}).remove(function(D){var L=l.getItemGraphicEl(D);L&&Ns(L,t,D)}).execute();var A=this._backgroundGroup||(this._backgroundGroup=new rt);A.removeAll();for(var M=0;M<S.length;++M)A.add(S[M]);o.add(A),this._backgroundEls=S,this._data=s},e.prototype._renderLarge=function(t,a,i){this._clear(),u1(t,this.group),this._updateLargeClip(t)},e.prototype._incrementalRenderLarge=function(t,a){this._removeBackground(),u1(a,this.group,this._progressiveEls,!0)},e.prototype._updateLargeClip=function(t){var a=t.get("clip",!0)&&Th(t.coordinateSystem,!1,t),i=this.group;a?i.setClipPath(a):i.removeClipPath()},e.prototype._enableRealtimeSort=function(t,a,i){var n=this;if(!!a.count()){var o=t.baseAxis;if(this._isFirstFrame)this._dispatchInitSort(a,t,i),this._isFirstFrame=!1;else{var s=function(l){var u=a.getItemGraphicEl(l),f=u&&u.shape;return f&&Math.abs(o.isHorizontal()?f.height:f.width)||0};this._onRendered=function(){n._updateSortWithinSameData(a,s,o,i)},i.getZr().on("rendered",this._onRendered)}}},e.prototype._dataSort=function(t,a,i){var n=[];return t.each(t.mapDimension(a.dim),function(o,s){var l=i(s);l=l==null?NaN:l,n.push({dataIndex:s,mappedValue:l,ordinalNumber:o})}),n.sort(function(o,s){return s.mappedValue-o.mappedValue}),{ordinalNumbers:G(n,function(o){return o.ordinalNumber})}},e.prototype._isOrderChangedWithinSameData=function(t,a,i){for(var n=i.scale,o=t.mapDimension(i.dim),s=Number.MAX_VALUE,l=0,u=n.getOrdinalMeta().categories.length;l<u;++l){var f=t.rawIndexOf(o,n.getRawOrdinalNumber(l)),h=f<0?Number.MIN_VALUE:a(t.indexOfRawIndex(f));if(h>s)return!0;s=h}return!1},e.prototype._isOrderDifferentInView=function(t,a){for(var i=a.scale,n=i.getExtent(),o=Math.max(0,n[0]),s=Math.min(n[1],i.getOrdinalMeta().categories.length-1);o<=s;++o)if(t.ordinalNumbers[o]!==i.getRawOrdinalNumber(o))return!0},e.prototype._updateSortWithinSameData=function(t,a,i,n){if(!!this._isOrderChangedWithinSameData(t,a,i)){var o=this._dataSort(t,i,a);this._isOrderDifferentInView(o,i)&&(this._removeOnRenderedListener(n),n.dispatchAction({type:"changeAxisOrder",componentType:i.dim+"Axis",axisId:i.index,sortInfo:o}))}},e.prototype._dispatchInitSort=function(t,a,i){var n=a.baseAxis,o=this._dataSort(t,n,function(s){return t.get(t.mapDimension(a.otherAxis.dim),s)});i.dispatchAction({type:"changeAxisOrder",componentType:n.dim+"Axis",isInitSort:!0,axisId:n.index,sortInfo:o})},e.prototype.remove=function(t,a){this._clear(this._model),this._removeOnRenderedListener(a)},e.prototype.dispose=function(t,a){this._removeOnRenderedListener(a)},e.prototype._removeOnRenderedListener=function(t){this._onRendered&&(t.getZr().off("rendered",this._onRendered),this._onRendered=null)},e.prototype._clear=function(t){var a=this.group,i=this._data;t&&t.isAnimationEnabled()&&i&&!this._isLargeDraw?(this._removeBackground(),this._backgroundEls=[],i.eachItemGraphicEl(function(n){Ns(n,t,at(n).dataIndex)})):a.removeAll(),this._data=null,this._isFirstFrame=!0},e.prototype._removeBackground=function(){this.group.remove(this._backgroundGroup),this._backgroundGroup=null},e.type="bar",e}(Bt),r1={cartesian2d:function(r,e){var t=e.width<0?-1:1,a=e.height<0?-1:1;t<0&&(e.x+=e.width,e.width=-e.width),a<0&&(e.y+=e.height,e.height=-e.height);var i=r.x+r.width,n=r.y+r.height,o=qv(e.x,r.x),s=Kv(e.x+e.width,i),l=qv(e.y,r.y),u=Kv(e.y+e.height,n),f=s<o,h=u<l;return e.x=f&&o>i?s:o,e.y=h&&l>n?u:l,e.width=f?0:s-o,e.height=h?0:u-l,t<0&&(e.x+=e.width,e.width=-e.width),a<0&&(e.y+=e.height,e.height=-e.height),f||h},polar:function(r,e){var t=e.r0<=e.r?1:-1;if(t<0){var a=e.r;e.r=e.r0,e.r0=a}var i=Kv(e.r,r.r),n=qv(e.r0,r.r0);e.r=i,e.r0=n;var o=i-n<0;if(t<0){var a=e.r;e.r=e.r0,e.r0=a}return o}},a1={cartesian2d:function(r,e,t,a,i,n,o,s,l){var u=new xt({shape:V({},a),z2:1});if(u.__dataIndex=t,u.name="item",n){var f=u.shape,h=i?"height":"width";f[h]=0}return u},polar:function(r,e,t,a,i,n,o,s,l){var u=!i&&l?Mf:Ee,f=new u({shape:a,z2:1});f.name="item";var h=TM(i);if(f.calculateTextPosition=J5(h,{isRoundCap:u===Mf}),n){var v=f.shape,c=i?"r":"endAngle",p={};v[c]=i?0:a.startAngle,p[c]=a[c],(s?Tt:zt)(f,{shape:p},n)}return f}};function az(r,e){var t=r.get("realtimeSort",!0),a=e.getBaseAxis();if(t&&a.type==="category"&&e.type==="cartesian2d")return{baseAxis:a,otherAxis:e.getOtherAxis(a)}}function i1(r,e,t,a,i,n,o,s){var l,u;n?(u={x:a.x,width:a.width},l={y:a.y,height:a.height}):(u={y:a.y,height:a.height},l={x:a.x,width:a.width}),s||(o?Tt:zt)(t,{shape:l},e,i,null);var f=e?r.baseAxis.model:null;(o?Tt:zt)(t,{shape:u},f,i)}function n1(r,e){for(var t=0;t<e.length;t++)if(!isFinite(r[e[t]]))return!0;return!1}var iz=["x","y","width","height"],nz=["cx","cy","r","startAngle","endAngle"],o1={cartesian2d:function(r){return!n1(r,iz)},polar:function(r){return!n1(r,nz)}},fu={cartesian2d:function(r,e,t){var a=r.getItemLayout(e),i=t?sz(t,a):0,n=a.width>0?1:-1,o=a.height>0?1:-1;return{x:a.x+n*i/2,y:a.y+o*i/2,width:a.width-n*i,height:a.height-o*i}},polar:function(r,e,t){var a=r.getItemLayout(e);return{cx:a.cx,cy:a.cy,r0:a.r0,r:a.r,startAngle:a.startAngle,endAngle:a.endAngle,clockwise:a.clockwise}}};function oz(r){return r.startAngle!=null&&r.endAngle!=null&&r.startAngle===r.endAngle}function TM(r){return function(e){var t=e?"Arc":"Angle";return function(a){switch(a){case"start":case"insideStart":case"end":case"insideEnd":return a+t;default:return a}}}(r)}function s1(r,e,t,a,i,n,o,s){var l=e.getItemVisual(t,"style");s||r.setShape("r",a.get(["itemStyle","borderRadius"])||0),r.useStyle(l);var u=a.getShallow("cursor");u&&r.attr("cursor",u);var f=s?o?i.r>=i.r0?"endArc":"startArc":i.endAngle>=i.startAngle?"endAngle":"startAngle":o?i.height>=0?"bottom":"top":i.width>=0?"right":"left",h=se(a);_e(r,h,{labelFetcher:n,labelDataIndex:t,defaultText:ao(n.getData(),t),inheritColor:l.fill,defaultOpacity:l.opacity,defaultOutsidePosition:f});var v=r.getTextContent();if(s&&v){var c=a.get(["label","position"]);r.textConfig.inside=c==="middle"?!0:null,tz(r,c==="outside"?f:c,TM(o),a.get(["label","rotate"]))}GT(v,h,n.getRawValue(t),function(d){return pM(e,d)});var p=a.getModel(["emphasis"]);Yt(r,p.get("focus"),p.get("blurScope"),p.get("disabled")),he(r,a),oz(i)&&(r.style.fill="none",r.style.stroke="none",C(r.states,function(d){d.style&&(d.style.fill=d.style.stroke="none")}))}function sz(r,e){var t=r.get(["itemStyle","borderColor"]);if(!t||t==="none")return 0;var a=r.get(["itemStyle","borderWidth"])||0,i=isNaN(e.width)?Number.MAX_VALUE:Math.abs(e.width),n=isNaN(e.height)?Number.MAX_VALUE:Math.abs(e.height);return Math.min(a,i,n)}var lz=function(){function r(){}return r}(),l1=function(r){k(e,r);function e(t){var a=r.call(this,t)||this;return a.type="largeBar",a}return e.prototype.getDefaultShape=function(){return new lz},e.prototype.buildPath=function(t,a){for(var i=a.points,n=this.baseDimIdx,o=1-this.baseDimIdx,s=[],l=[],u=this.barWidth,f=0;f<i.length;f+=3)l[n]=u,l[o]=i[f+2],s[n]=i[f+n],s[o]=i[f+o],t.rect(s[0],s[1],l[0],l[1])},e}(gt);function u1(r,e,t,a){var i=r.getData(),n=i.getLayout("valueAxisHorizontal")?1:0,o=i.getLayout("largeDataIndices"),s=i.getLayout("size"),l=r.getModel("backgroundStyle"),u=i.getLayout("largeBackgroundPoints");if(u){var f=new l1({shape:{points:u},incremental:!!a,silent:!0,z2:0});f.baseDimIdx=n,f.largeDataIndices=o,f.barWidth=s,f.useStyle(l.getItemStyle()),e.add(f),t&&t.push(f)}var h=new l1({shape:{points:i.getLayout("largePoints")},incremental:!!a,z2:1});h.baseDimIdx=n,h.largeDataIndices=o,h.barWidth=s,e.add(h),h.useStyle(i.getVisual("style")),at(h).seriesIndex=r.seriesIndex,r.get("silent")||(h.on("mousedown",f1),h.on("mousemove",f1)),t&&t.push(h)}var f1=Pg(function(r){var e=this,t=uz(e,r.offsetX,r.offsetY);at(e).dataIndex=t>=0?t:null},30,!1);function uz(r,e,t){for(var a=r.baseDimIdx,i=1-a,n=r.shape.points,o=r.largeDataIndices,s=[],l=[],u=r.barWidth,f=0,h=n.length/3;f<h;f++){var v=f*3;if(l[a]=u,l[i]=n[v+2],s[a]=n[v+a],s[i]=n[v+i],l[i]<0&&(s[i]+=l[i],l[i]=-l[i]),e>=s[0]&&e<=s[0]+l[0]&&t>=s[1]&&t<=s[1]+l[1])return o[f]}return-1}function AM(r,e,t){if(hn(t,"cartesian2d")){var a=e,i=t.getArea();return{x:r?a.x:i.x,y:r?i.y:a.y,width:r?a.width:i.width,height:r?i.height:a.height}}else{var i=t.getArea(),n=e;return{cx:i.cx,cy:i.cy,r0:r?i.r0:n.r0,r:r?i.r:n.r,startAngle:r?n.startAngle:0,endAngle:r?n.endAngle:Math.PI*2}}}function fz(r,e,t){var a=r.type==="polar"?Ee:xt;return new a({shape:AM(e,t,r),silent:!0,z2:0})}var hz=rz;function vz(r){r.registerChartView(hz),r.registerSeriesModel(K5),r.registerLayout(r.PRIORITY.VISUAL.LAYOUT,it(PC,"bar")),r.registerLayout(r.PRIORITY.VISUAL.PROGRESSIVE_LAYOUT,RC("bar")),r.registerProcessor(r.PRIORITY.PROCESSOR.STATISTIC,bM("bar")),r.registerAction({type:"changeAxisOrder",event:"changeAxisOrder",update:"update"},function(e,t){var a=e.componentType||"series";t.eachComponent({mainType:a,query:e},function(i){e.sortInfo&&i.axis.setCategorySortInfo(e.sortInfo)})})}var hu=Math.PI*2,h1=Math.PI/180;function CM(r,e){return te(r.getBoxLayoutParams(),{width:e.getWidth(),height:e.getHeight()})}function MM(r,e){var t=CM(r,e),a=r.get("center"),i=r.get("radius");z(i)||(i=[0,i]),z(a)||(a=[a,a]);var n=H(t.width,e.getWidth()),o=H(t.height,e.getHeight()),s=Math.min(n,o),l=H(a[0],n)+t.x,u=H(a[1],o)+t.y,f=H(i[0],s/2),h=H(i[1],s/2);return{cx:l,cy:u,r0:f,r:h}}function cz(r,e,t){e.eachSeriesByType(r,function(a){var i=a.getData(),n=i.mapDimension("value"),o=CM(a,t),s=MM(a,t),l=s.cx,u=s.cy,f=s.r,h=s.r0,v=-a.get("startAngle")*h1,c=a.get("minAngle")*h1,p=0;i.each(n,function(M){!isNaN(M)&&p++});var d=i.getSum(n),g=Math.PI/(d||p)*2,y=a.get("clockwise"),m=a.get("roseType"),_=a.get("stillShowZeroSum"),S=i.getDataExtent(n);S[0]=0;var b=hu,x=0,w=v,T=y?1:-1;if(i.setLayout({viewRect:o,r:f}),i.each(n,function(M,D){var L;if(isNaN(M)){i.setItemLayout(D,{angle:NaN,startAngle:NaN,endAngle:NaN,clockwise:y,cx:l,cy:u,r0:h,r:m?NaN:f});return}m!=="area"?L=d===0&&_?g:M*g:L=hu/p,L<c?(L=c,b-=c):x+=M;var I=w+T*L;i.setItemLayout(D,{angle:L,startAngle:w,endAngle:I,clockwise:y,cx:l,cy:u,r0:h,r:m?Pt(M,S,[h,f]):f}),w=I}),b<hu&&p)if(b<=.001){var A=hu/p;i.each(n,function(M,D){if(!isNaN(M)){var L=i.getItemLayout(D);L.angle=A,L.startAngle=v+T*D*A,L.endAngle=v+T*(D+1)*A}})}else g=b/x,w=v,i.each(n,function(M,D){if(!isNaN(M)){var L=i.getItemLayout(D),I=L.angle===c?c:M*g;L.startAngle=w,L.endAngle=w+T*I,w+=T*I}})})}function Sl(r){return{seriesType:r,reset:function(e,t){var a=t.findComponents({mainType:"legend"});if(!(!a||!a.length)){var i=e.getData();i.filterSelf(function(n){for(var o=i.getName(n),s=0;s<a.length;s++)if(!a[s].isSelected(o))return!1;return!0})}}}}var pz=Math.PI/180;function v1(r,e,t,a,i,n,o,s,l,u){if(r.length<2)return;function f(d){for(var g=d.rB,y=g*g,m=0;m<d.list.length;m++){var _=d.list[m],S=Math.abs(_.label.y-t),b=a+_.len,x=b*b,w=Math.sqrt((1-Math.abs(S*S/y))*x),T=e+(w+_.len2)*i,A=T-_.label.x,M=_.targetTextWidth-A*i;DM(_,M,!0),_.label.x=T}}function h(d){for(var g={list:[],maxY:0},y={list:[],maxY:0},m=0;m<d.length;m++)if(d[m].labelAlignTo==="none"){var _=d[m],S=_.label.y>t?y:g,b=Math.abs(_.label.y-t);if(b>=S.maxY){var x=_.label.x-e-_.len2*i,w=a+_.len,T=Math.abs(x)<w?Math.sqrt(b*b/(1-x*x/w/w)):w;S.rB=T,S.maxY=b}S.list.push(_)}f(g),f(y)}for(var v=r.length,c=0;c<v;c++)if(r[c].position==="outer"&&r[c].labelAlignTo==="labelLine"){var p=r[c].label.x-u;r[c].linePoints[1][0]+=p,r[c].label.x=u}tM(r,l,l+o)&&h(r)}function dz(r,e,t,a,i,n,o,s){for(var l=[],u=[],f=Number.MAX_VALUE,h=-Number.MAX_VALUE,v=0;v<r.length;v++){var c=r[v].label;Qv(r[v])||(c.x<e?(f=Math.min(f,c.x),l.push(r[v])):(h=Math.max(h,c.x),u.push(r[v])))}for(var v=0;v<r.length;v++){var p=r[v];if(!Qv(p)&&p.linePoints){if(p.labelStyleWidth!=null)continue;var c=p.label,d=p.linePoints,g=void 0;p.labelAlignTo==="edge"?c.x<e?g=d[2][0]-p.labelDistance-o-p.edgeDistance:g=o+i-p.edgeDistance-d[2][0]-p.labelDistance:p.labelAlignTo==="labelLine"?c.x<e?g=f-o-p.bleedMargin:g=o+i-h-p.bleedMargin:c.x<e?g=c.x-o-p.bleedMargin:g=o+i-c.x-p.bleedMargin,p.targetTextWidth=g,DM(p,g)}}v1(u,e,t,a,1,i,n,o,s,h),v1(l,e,t,a,-1,i,n,o,s,f);for(var v=0;v<r.length;v++){var p=r[v];if(!Qv(p)&&p.linePoints){var c=p.label,d=p.linePoints,y=p.labelAlignTo==="edge",m=c.style.padding,_=m?m[1]+m[3]:0,S=c.style.backgroundColor?0:_,b=p.rect.width+S,x=d[1][0]-d[2][0];y?c.x<e?d[2][0]=o+p.edgeDistance+b+p.labelDistance:d[2][0]=o+i-p.edgeDistance-b-p.labelDistance:(c.x<e?d[2][0]=c.x+p.labelDistance:d[2][0]=c.x-p.labelDistance,d[1][0]=d[2][0]+x),d[1][1]=d[2][1]=c.y}}}function DM(r,e,t){if(t===void 0&&(t=!1),r.labelStyleWidth==null){var a=r.label,i=a.style,n=r.rect,o=i.backgroundColor,s=i.padding,l=s?s[1]+s[3]:0,u=i.overflow,f=n.width+(o?0:l);if(e<f||t){var h=n.height;if(u&&u.match("break")){a.setStyle("backgroundColor",null),a.setStyle("width",e-l);var v=a.getBoundingRect();a.setStyle("width",Math.ceil(v.width)),a.setStyle("backgroundColor",o)}else{var c=e-l,p=e<f?c:t?c>r.unconstrainedWidth?null:c:null;a.setStyle("width",p)}var d=a.getBoundingRect();n.width=d.width;var g=(a.style.margin||0)+2.1;n.height=d.height+g,n.y-=(n.height-h)/2}}}function Qv(r){return r.position==="center"}function gz(r){var e=r.getData(),t=[],a,i,n=!1,o=(r.get("minShowLabelAngle")||0)*pz,s=e.getLayout("viewRect"),l=e.getLayout("r"),u=s.width,f=s.x,h=s.y,v=s.height;function c(x){x.ignore=!0}function p(x){if(!x.ignore)return!0;for(var w in x.states)if(x.states[w].ignore===!1)return!0;return!1}e.each(function(x){var w=e.getItemGraphicEl(x),T=w.shape,A=w.getTextContent(),M=w.getTextGuideLine(),D=e.getItemModel(x),L=D.getModel("label"),I=L.get("position")||D.get(["emphasis","label","position"]),P=L.get("distanceToLabelLine"),R=L.get("alignTo"),E=H(L.get("edgeDistance"),u),N=L.get("bleedMargin"),O=D.getModel("labelLine"),B=O.get("length");B=H(B,u);var F=O.get("length2");if(F=H(F,u),Math.abs(T.endAngle-T.startAngle)<o){C(A.states,c),A.ignore=!0;return}if(!!p(A)){var W=(T.startAngle+T.endAngle)/2,Z=Math.cos(W),tt=Math.sin(W),ht,It,Dt,dt;a=T.cx,i=T.cy;var et=I==="inside"||I==="inner";if(I==="center")ht=T.cx,It=T.cy,dt="center";else{var yt=(et?(T.r+T.r0)/2*Z:T.r*Z)+a,ut=(et?(T.r+T.r0)/2*tt:T.r*tt)+i;if(ht=yt+Z*3,It=ut+tt*3,!et){var X=yt+Z*(B+l-T.r),ot=ut+tt*(B+l-T.r),Vt=X+(Z<0?-1:1)*F,St=ot;R==="edge"?ht=Z<0?f+E:f+u-E:ht=Vt+(Z<0?-P:P),It=St,Dt=[[yt,ut],[X,ot],[Vt,St]]}dt=et?"center":R==="edge"?Z>0?"right":"left":Z>0?"left":"right"}var $t=Math.PI,Ht=0,ce=L.get("rotate");if(wt(ce))Ht=ce*($t/180);else if(I==="center")Ht=0;else if(ce==="radial"||ce===!0){var Yr=Z<0?-W+$t:-W;Ht=Yr}else if(ce==="tangential"&&I!=="outside"&&I!=="outer"){var Me=Math.atan2(Z,tt);Me<0&&(Me=$t*2+Me);var Al=tt>0;Al&&(Me=$t+Me),Ht=Me-$t}if(n=!!Ht,A.x=ht,A.y=It,A.rotation=Ht,A.setStyle({verticalAlign:"middle"}),et){A.setStyle({align:dt});var Rh=A.states.select;Rh&&(Rh.x+=A.x,Rh.y+=A.y)}else{var ga=A.getBoundingRect().clone();ga.applyTransform(A.getComputedTransform());var Yy=(A.style.margin||0)+2.1;ga.y-=Yy/2,ga.height+=Yy,t.push({label:A,labelLine:M,position:I,len:B,len2:F,minTurnAngle:O.get("minTurnAngle"),maxSurfaceAngle:O.get("maxSurfaceAngle"),surfaceNormal:new st(Z,tt),linePoints:Dt,textAlign:dt,labelDistance:P,labelAlignTo:R,edgeDistance:E,bleedMargin:N,rect:ga,unconstrainedWidth:ga.width,labelStyleWidth:A.style.width})}w.setTextConfig({inside:et})}}),!n&&r.get("avoidLabelOverlap")&&dz(t,a,i,l,u,v,f,h);for(var d=0;d<t.length;d++){var g=t[d],y=g.label,m=g.labelLine,_=isNaN(y.x)||isNaN(y.y);if(y){y.setStyle({align:g.textAlign}),_&&(C(y.states,c),y.ignore=!0);var S=y.states.select;S&&(S.x+=y.x,S.y+=y.y)}if(m){var b=g.linePoints;_||!b?(C(m.states,c),m.ignore=!0):(QC(b,g.minTurnAngle),DV(b,g.surfaceNormal,g.maxSurfaceAngle),m.setShape({points:b}),y.__hostTarget.textGuideLineConfig={anchor:new st(b[0][0],b[0][1])})}}}function Un(r,e,t){var a=r.get("borderRadius");if(a==null)return t?{cornerRadius:0}:null;z(a)||(a=[a,a,a,a]);var i=Math.abs(e.r||0-e.r0||0);return{cornerRadius:G(a,function(n){return _r(n,i)})}}var yz=function(r){k(e,r);function e(t,a,i){var n=r.call(this)||this;n.z2=2;var o=new Ct;return n.setTextContent(o),n.updateData(t,a,i,!0),n}return e.prototype.updateData=function(t,a,i,n){var o=this,s=t.hostModel,l=t.getItemModel(a),u=l.getModel("emphasis"),f=t.getItemLayout(a),h=V(Un(l.getModel("itemStyle"),f,!0),f);if(isNaN(h.startAngle)){o.setShape(h);return}if(n){o.setShape(h);var v=s.getShallow("animationType");s.ecModel.ssr?(zt(o,{scaleX:0,scaleY:0},s,{dataIndex:a,isFrom:!0}),o.originX=h.cx,o.originY=h.cy):v==="scale"?(o.shape.r=f.r0,zt(o,{shape:{r:f.r}},s,a)):i!=null?(o.setShape({startAngle:i,endAngle:i}),zt(o,{shape:{startAngle:f.startAngle,endAngle:f.endAngle}},s,a)):(o.shape.endAngle=f.startAngle,Tt(o,{shape:{endAngle:f.endAngle}},s,a))}else Sr(o),Tt(o,{shape:h},s,a);o.useStyle(t.getItemVisual(a,"style")),he(o,l);var c=(f.startAngle+f.endAngle)/2,p=s.get("selectedOffset"),d=Math.cos(c)*p,g=Math.sin(c)*p,y=l.getShallow("cursor");y&&o.attr("cursor",y),this._updateLabel(s,t,a),o.ensureState("emphasis").shape=V({r:f.r+(u.get("scale")&&u.get("scaleSize")||0)},Un(u.getModel("itemStyle"),f)),V(o.ensureState("select"),{x:d,y:g,shape:Un(l.getModel(["select","itemStyle"]),f)}),V(o.ensureState("blur"),{shape:Un(l.getModel(["blur","itemStyle"]),f)});var m=o.getTextGuideLine(),_=o.getTextContent();m&&V(m.ensureState("select"),{x:d,y:g}),V(_.ensureState("select"),{x:d,y:g}),Yt(this,u.get("focus"),u.get("blurScope"),u.get("disabled"))},e.prototype._updateLabel=function(t,a,i){var n=this,o=a.getItemModel(i),s=o.getModel("labelLine"),l=a.getItemVisual(i,"style"),u=l&&l.fill,f=l&&l.opacity;_e(n,se(o),{labelFetcher:a.hostModel,labelDataIndex:i,inheritColor:u,defaultOpacity:f,defaultText:t.getFormattedLabel(i,"normal")||a.getName(i)});var h=n.getTextContent();n.setTextConfig({position:null,rotation:null}),h.attr({z2:10});var v=t.get(["label","position"]);if(v!=="outside"&&v!=="outer")n.removeTextGuideLine();else{var c=this.getTextGuideLine();c||(c=new Oe,this.setTextGuideLine(c)),Ug(this,Yg(o),{stroke:u,opacity:ta(s.get(["lineStyle","opacity"]),f,1)})}},e}(Ee),mz=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.ignoreLabelLineUpdate=!0,t}return e.prototype.render=function(t,a,i,n){var o=t.getData(),s=this._data,l=this.group,u;if(!s&&o.count()>0){for(var f=o.getItemLayout(0),h=1;isNaN(f&&f.startAngle)&&h<o.count();++h)f=o.getItemLayout(h);f&&(u=f.startAngle)}if(this._emptyCircleSector&&l.remove(this._emptyCircleSector),o.count()===0&&t.get("showEmptyCircle")){var v=new Ee({shape:MM(t,i)});v.useStyle(t.getModel("emptyCircleStyle").getItemStyle()),this._emptyCircleSector=v,l.add(v)}o.diff(s).add(function(c){var p=new yz(o,c,u);o.setItemGraphicEl(c,p),l.add(p)}).update(function(c,p){var d=s.getItemGraphicEl(p);d.updateData(o,c,u),d.off("click"),l.add(d),o.setItemGraphicEl(c,d)}).remove(function(c){var p=s.getItemGraphicEl(c);Ns(p,t,c)}).execute(),gz(t),t.get("animationTypeUpdate")!=="expansion"&&(this._data=o)},e.prototype.dispose=function(){},e.prototype.containPoint=function(t,a){var i=a.getData(),n=i.getItemLayout(0);if(n){var o=t[0]-n.cx,s=t[1]-n.cy,l=Math.sqrt(o*o+s*s);return l<=n.r&&l>=n.r0}},e.type="pie",e}(Bt),_z=mz;function To(r,e,t){e=z(e)&&{coordDimensions:e}||V({encodeDefine:r.getEncode()},e);var a=r.getSource(),i=pl(a,e).dimensions,n=new Te(i,r);return n.initData(a,t),n}var Sz=function(){function r(e,t){this._getDataWithEncodedVisual=e,this._getRawData=t}return r.prototype.getAllNames=function(){var e=this._getRawData();return e.mapArray(e.getName)},r.prototype.containName=function(e){var t=this._getRawData();return t.indexOfName(e)>=0},r.prototype.indexOfName=function(e){var t=this._getDataWithEncodedVisual();return t.indexOfName(e)},r.prototype.getItemVisual=function(e,t){var a=this._getDataWithEncodedVisual();return a.getItemVisual(e,t)},r}(),xl=Sz,xz=function(r){k(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e.prototype.init=function(t){r.prototype.init.apply(this,arguments),this.legendVisualProvider=new xl(U(this.getData,this),U(this.getRawData,this)),this._defaultLabelLine(t)},e.prototype.mergeOption=function(){r.prototype.mergeOption.apply(this,arguments)},e.prototype.getInitialData=function(){return To(this,{coordDimensions:["value"],encodeDefaulter:it(xg,this)})},e.prototype.getDataParams=function(t){var a=this.getData(),i=r.prototype.getDataParams.call(this,t),n=[];return a.each(a.mapDimension("value"),function(o){n.push(o)}),i.percent=MP(n,t,a.hostModel.get("percentPrecision")),i.$vars.push("percent"),i},e.prototype._defaultLabelLine=function(t){Ji(t,"labelLine",["show"]);var a=t.labelLine,i=t.emphasis.labelLine;a.show=a.show&&t.label.show,i.show=i.show&&t.emphasis.label.show},e.type="series.pie",e.defaultOption={z:2,legendHoverLink:!0,colorBy:"data",center:["50%","50%"],radius:[0,"75%"],clockwise:!0,startAngle:90,minAngle:0,minShowLabelAngle:0,selectedOffset:10,percentPrecision:2,stillShowZeroSum:!0,left:0,top:0,right:0,bottom:0,width:null,height:null,label:{rotate:0,show:!0,overflow:"truncate",position:"outer",alignTo:"none",edgeDistance:"25%",bleedMargin:10,distanceToLabelLine:5},labelLine:{show:!0,length:15,length2:15,smooth:!1,minTurnAngle:90,maxSurfaceAngle:90,lineStyle:{width:1,type:"solid"}},itemStyle:{borderWidth:1,borderJoin:"round"},showEmptyCircle:!0,emptyCircleStyle:{color:"lightgray",opacity:1},labelLayout:{hideOverlap:!0},emphasis:{scale:!0,scaleSize:5},avoidLabelOverlap:!0,animationType:"expansion",animationDuration:1e3,animationTypeUpdate:"transition",animationEasingUpdate:"cubicInOut",animationDurationUpdate:500,animationEasing:"cubicInOut"},e}(Ft),bz=xz;function wz(r){return{seriesType:r,reset:function(e,t){var a=e.getData();a.filterSelf(function(i){var n=a.mapDimension("value"),o=a.get(n,i);return!(wt(o)&&!isNaN(o)&&o<0)})}}}function Tz(r){r.registerChartView(_z),r.registerSeriesModel(bz),XA("pie",r.registerAction),r.registerLayout(it(cz,"pie")),r.registerProcessor(Sl("pie")),r.registerProcessor(wz("pie"))}var Az=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t.hasSymbolVisual=!0,t}return e.prototype.getInitialData=function(t,a){return pa(null,this,{useEncodeDefaulter:!0})},e.prototype.getProgressive=function(){var t=this.option.progressive;return t==null?this.option.large?5e3:this.get("progressive"):t},e.prototype.getProgressiveThreshold=function(){var t=this.option.progressiveThreshold;return t==null?this.option.large?1e4:this.get("progressiveThreshold"):t},e.prototype.brushSelector=function(t,a,i){return i.point(a.getItemLayout(t))},e.prototype.getZLevelKey=function(){return this.getData().count()>this.getProgressiveThreshold()?this.id:""},e.type="series.scatter",e.dependencies=["grid","polar","geo","singleAxis","calendar"],e.defaultOption={coordinateSystem:"cartesian2d",z:2,legendHoverLink:!0,symbolSize:10,large:!1,largeThreshold:2e3,itemStyle:{opacity:.8},emphasis:{scale:!0},clip:!0,select:{itemStyle:{borderColor:"#212121"}},universalTransition:{divideShape:"clone"}},e}(Ft),Cz=Az,LM=4,Mz=function(){function r(){}return r}(),Dz=function(r){k(e,r);function e(t){var a=r.call(this,t)||this;return a._off=0,a.hoverDataIdx=-1,a}return e.prototype.getDefaultShape=function(){return new Mz},e.prototype.reset=function(){this.notClear=!1,this._off=0},e.prototype.buildPath=function(t,a){var i=a.points,n=a.size,o=this.symbolProxy,s=o.shape,l=t.getContext?t.getContext():t,u=l&&n[0]<LM,f=this.softClipShape,h;if(u){this._ctx=l;return}for(this._ctx=null,h=this._off;h<i.length;){var v=i[h++],c=i[h++];isNaN(v)||isNaN(c)||f&&!f.contain(v,c)||(s.x=v-n[0]/2,s.y=c-n[1]/2,s.width=n[0],s.height=n[1],o.buildPath(t,s,!0))}this.incremental&&(this._off=h,this.notClear=!0)},e.prototype.afterBrush=function(){var t=this.shape,a=t.points,i=t.size,n=this._ctx,o=this.softClipShape,s;if(!!n){for(s=this._off;s<a.length;){var l=a[s++],u=a[s++];isNaN(l)||isNaN(u)||o&&!o.contain(l,u)||n.fillRect(l-i[0]/2,u-i[1]/2,i[0],i[1])}this.incremental&&(this._off=s,this.notClear=!0)}},e.prototype.findDataIndex=function(t,a){for(var i=this.shape,n=i.points,o=i.size,s=Math.max(o[0],4),l=Math.max(o[1],4),u=n.length/2-1;u>=0;u--){var f=u*2,h=n[f]-s/2,v=n[f+1]-l/2;if(t>=h&&a>=v&&t<=h+s&&a<=v+l)return u}return-1},e.prototype.contain=function(t,a){var i=this.transformCoordToLocal(t,a),n=this.getBoundingRect();if(t=i[0],a=i[1],n.contain(t,a)){var o=this.hoverDataIdx=this.findDataIndex(t,a);return o>=0}return this.hoverDataIdx=-1,!1},e.prototype.getBoundingRect=function(){var t=this._rect;if(!t){for(var a=this.shape,i=a.points,n=a.size,o=n[0],s=n[1],l=1/0,u=1/0,f=-1/0,h=-1/0,v=0;v<i.length;){var c=i[v++],p=i[v++];l=Math.min(c,l),f=Math.max(c,f),u=Math.min(p,u),h=Math.max(p,h)}t=this._rect=new ft(l-o/2,u-s/2,f-l+o,h-u+s)}return t},e}(gt),Lz=function(){function r(){this.group=new rt}return r.prototype.updateData=function(e,t){this._clear();var a=this._create();a.setShape({points:e.getLayout("points")}),this._setCommon(a,e,t)},r.prototype.updateLayout=function(e){var t=e.getLayout("points");this.group.eachChild(function(a){if(a.startIndex!=null){var i=(a.endIndex-a.startIndex)*2,n=a.startIndex*4*2;t=new Float32Array(t.buffer,n,i)}a.setShape("points",t),a.reset()})},r.prototype.incrementalPrepareUpdate=function(e){this._clear()},r.prototype.incrementalUpdate=function(e,t,a){var i=this._newAdded[0],n=t.getLayout("points"),o=i&&i.shape.points;if(o&&o.length<2e4){var s=o.length,l=new Float32Array(s+n.length);l.set(o),l.set(n,s),i.endIndex=e.end,i.setShape({points:l})}else{this._newAdded=[];var u=this._create();u.startIndex=e.start,u.endIndex=e.end,u.incremental=!0,u.setShape({points:n}),this._setCommon(u,t,a)}},r.prototype.eachRendered=function(e){this._newAdded[0]&&e(this._newAdded[0])},r.prototype._create=function(){var e=new Dz({cursor:"default"});return this.group.add(e),this._newAdded.push(e),e},r.prototype._setCommon=function(e,t,a){var i=t.hostModel;a=a||{};var n=t.getVisual("symbolSize");e.setShape("size",n instanceof Array?n:[n,n]),e.softClipShape=a.clipShape||null,e.symbolProxy=Qt(t.getVisual("symbol"),0,0,0,0),e.setColor=e.symbolProxy.setColor;var o=e.shape.size[0]<LM;e.useStyle(i.getModel("itemStyle").getItemStyle(o?["color","shadowBlur","shadowColor"]:["color"]));var s=t.getVisual("style"),l=s&&s.fill;l&&e.setColor(l);var u=at(e);u.seriesIndex=i.seriesIndex,e.on("mousemove",function(f){u.dataIndex=null;var h=e.hoverDataIdx;h>=0&&(u.dataIndex=h+(e.startIndex||0))})},r.prototype.remove=function(){this._clear()},r.prototype._clear=function(){this._newAdded=[],this.group.removeAll()},r}(),Iz=Lz,Pz=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.prototype.render=function(t,a,i){var n=t.getData(),o=this._updateSymbolDraw(n,t);o.updateData(n,{clipShape:this._getClipShape(t)}),this._finished=!0},e.prototype.incrementalPrepareRender=function(t,a,i){var n=t.getData(),o=this._updateSymbolDraw(n,t);o.incrementalPrepareUpdate(n),this._finished=!1},e.prototype.incrementalRender=function(t,a,i){this._symbolDraw.incrementalUpdate(t,a.getData(),{clipShape:this._getClipShape(a)}),this._finished=t.end===a.getData().count()},e.prototype.updateTransform=function(t,a,i){var n=t.getData();if(this.group.dirty(),!this._finished||n.count()>1e4)return{update:!0};var o=_l("").reset(t,a,i);o.progress&&o.progress({start:0,end:n.count(),count:n.count()},n),this._symbolDraw.updateLayout(n)},e.prototype.eachRendered=function(t){this._symbolDraw&&this._symbolDraw.eachRendered(t)},e.prototype._getClipShape=function(t){var a=t.coordinateSystem,i=a&&a.getArea&&a.getArea();return t.get("clip",!0)?i:null},e.prototype._updateSymbolDraw=function(t,a){var i=this._symbolDraw,n=a.pipelineContext,o=n.large;return(!i||o!==this._isLargeDraw)&&(i&&i.remove(),i=this._symbolDraw=o?new Iz:new ml,this._isLargeDraw=o,this.group.removeAll()),this.group.add(i.group),i},e.prototype.remove=function(t,a){this._symbolDraw&&this._symbolDraw.remove(!0),this._symbolDraw=null},e.prototype.dispose=function(){},e.type="scatter",e}(Bt),Rz=Pz,Ez=function(r){k(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e.type="grid",e.dependencies=["xAxis","yAxis"],e.layoutMode="box",e.defaultOption={show:!1,z:0,left:"10%",top:60,right:"10%",bottom:70,containLabel:!1,backgroundColor:"rgba(0,0,0,0)",borderWidth:1,borderColor:"#ccc"},e}(bt),kz=Ez,ad=function(r){k(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e.prototype.getCoordSysModel=function(){return this.getReferringComponents("grid",qt).models[0]},e.type="cartesian2dAxis",e}(bt);jt(ad,gl);var IM={show:!0,z:0,inverse:!1,name:"",nameLocation:"end",nameRotate:null,nameTruncate:{maxWidth:null,ellipsis:"...",placeholder:"."},nameTextStyle:{},nameGap:15,silent:!1,triggerEvent:!1,tooltip:{show:!1},axisPointer:{},axisLine:{show:!0,onZero:!0,onZeroAxisIndex:null,lineStyle:{color:"#6E7079",width:1,type:"solid"},symbol:["none","none"],symbolSize:[10,15]},axisTick:{show:!0,inside:!1,length:5,lineStyle:{width:1}},axisLabel:{show:!0,inside:!1,rotate:0,showMinLabel:null,showMaxLabel:null,margin:8,fontSize:12},splitLine:{show:!0,lineStyle:{color:["#E0E6F1"],width:1,type:"solid"}},splitArea:{show:!1,areaStyle:{color:["rgba(250,250,250,0.2)","rgba(210,219,238,0.2)"]}}},Oz=lt({boundaryGap:!0,deduplication:null,splitLine:{show:!1},axisTick:{alignWithLabel:!1,interval:"auto"},axisLabel:{interval:"auto"}},IM),Qg=lt({boundaryGap:[0,0],axisLine:{show:"auto"},axisTick:{show:"auto"},splitNumber:5,minorTick:{show:!1,splitNumber:5,length:3,lineStyle:{}},minorSplitLine:{show:!1,lineStyle:{color:"#F4F7FD",width:1}}},IM),Nz=lt({splitNumber:6,axisLabel:{showMinLabel:!1,showMaxLabel:!1,rich:{primary:{fontWeight:"bold"}}},splitLine:{show:!1}},Qg),Bz=Q({logBase:10},Qg),PM={category:Oz,value:Qg,time:Nz,log:Bz},Vz={value:1,category:1,time:1,log:1};function io(r,e,t,a){C(Vz,function(i,n){var o=lt(lt({},PM[n],!0),a,!0),s=function(l){k(u,l);function u(){var f=l!==null&&l.apply(this,arguments)||this;return f.type=e+"Axis."+n,f}return u.prototype.mergeDefaultAndTheme=function(f,h){var v=zs(this),c=v?mo(f):{},p=h.getTheme();lt(f,p.get(n+"Axis")),lt(f,this.getDefaultOption()),f.type=c1(f),v&&Xa(f,c,v)},u.prototype.optionUpdated=function(){var f=this.option;f.type==="category"&&(this.__ordinalMeta=Kp.createByAxisModel(this))},u.prototype.getCategories=function(f){var h=this.option;if(h.type==="category")return f?h.data:this.__ordinalMeta.categories},u.prototype.getOrdinalMeta=function(){return this.__ordinalMeta},u.type=e+"Axis."+n,u.defaultOption=o,u}(t);r.registerComponentModel(s)}),r.registerSubTypeDefaulter(e+"Axis",c1)}function c1(r){return r.type||(r.data?"category":"value")}var zz=function(){function r(e){this.type="cartesian",this._dimList=[],this._axes={},this.name=e||""}return r.prototype.getAxis=function(e){return this._axes[e]},r.prototype.getAxes=function(){return G(this._dimList,function(e){return this._axes[e]},this)},r.prototype.getAxesByScale=function(e){return e=e.toLowerCase(),Rt(this.getAxes(),function(t){return t.scale.type===e})},r.prototype.addAxis=function(e){var t=e.dim;this._axes[t]=e,this._dimList.push(t)},r}(),Gz=zz,id=["x","y"];function p1(r){return r.type==="interval"||r.type==="time"}var Fz=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type="cartesian2d",t.dimensions=id,t}return e.prototype.calcAffineTransform=function(){this._transform=this._invTransform=null;var t=this.getAxis("x").scale,a=this.getAxis("y").scale;if(!(!p1(t)||!p1(a))){var i=t.getExtent(),n=a.getExtent(),o=this.dataToPoint([i[0],n[0]]),s=this.dataToPoint([i[1],n[1]]),l=i[1]-i[0],u=n[1]-n[0];if(!(!l||!u)){var f=(s[0]-o[0])/l,h=(s[1]-o[1])/u,v=o[0]-i[0]*f,c=o[1]-n[0]*h,p=this._transform=[f,0,0,h,v,c];this._invTransform=uo([],p)}}},e.prototype.getBaseAxis=function(){return this.getAxesByScale("ordinal")[0]||this.getAxesByScale("time")[0]||this.getAxis("x")},e.prototype.containPoint=function(t){var a=this.getAxis("x"),i=this.getAxis("y");return a.contain(a.toLocalCoord(t[0]))&&i.contain(i.toLocalCoord(t[1]))},e.prototype.containData=function(t){return this.getAxis("x").containData(t[0])&&this.getAxis("y").containData(t[1])},e.prototype.containZone=function(t,a){var i=this.dataToPoint(t),n=this.dataToPoint(a),o=this.getArea(),s=new ft(i[0],i[1],n[0]-i[0],n[1]-i[1]);return o.intersect(s)},e.prototype.dataToPoint=function(t,a,i){i=i||[];var n=t[0],o=t[1];if(this._transform&&n!=null&&isFinite(n)&&o!=null&&isFinite(o))return ue(i,t,this._transform);var s=this.getAxis("x"),l=this.getAxis("y");return i[0]=s.toGlobalCoord(s.dataToCoord(n,a)),i[1]=l.toGlobalCoord(l.dataToCoord(o,a)),i},e.prototype.clampData=function(t,a){var i=this.getAxis("x").scale,n=this.getAxis("y").scale,o=i.getExtent(),s=n.getExtent(),l=i.parse(t[0]),u=n.parse(t[1]);return a=a||[],a[0]=Math.min(Math.max(Math.min(o[0],o[1]),l),Math.max(o[0],o[1])),a[1]=Math.min(Math.max(Math.min(s[0],s[1]),u),Math.max(s[0],s[1])),a},e.prototype.pointToData=function(t,a){var i=[];if(this._invTransform)return ue(i,t,this._invTransform);var n=this.getAxis("x"),o=this.getAxis("y");return i[0]=n.coordToData(n.toLocalCoord(t[0]),a),i[1]=o.coordToData(o.toLocalCoord(t[1]),a),i},e.prototype.getOtherAxis=function(t){return this.getAxis(t.dim==="x"?"y":"x")},e.prototype.getArea=function(){var t=this.getAxis("x").getGlobalExtent(),a=this.getAxis("y").getGlobalExtent(),i=Math.min(t[0],t[1]),n=Math.min(a[0],a[1]),o=Math.max(t[0],t[1])-i,s=Math.max(a[0],a[1])-n;return new ft(i,n,o,s)},e}(Gz),Hz=function(r){k(e,r);function e(t,a,i,n,o){var s=r.call(this,t,a,i)||this;return s.index=0,s.type=n||"value",s.position=o||"bottom",s}return e.prototype.isHorizontal=function(){var t=this.position;return t==="top"||t==="bottom"},e.prototype.getGlobalExtent=function(t){var a=this.getExtent();return a[0]=this.toGlobalCoord(a[0]),a[1]=this.toGlobalCoord(a[1]),t&&a[0]>a[1]&&a.reverse(),a},e.prototype.pointToData=function(t,a){return this.coordToData(this.toLocalCoord(t[this.dim==="x"?0:1]),a)},e.prototype.setCategorySortInfo=function(t){if(this.type!=="category")return!1;this.model.option.categorySortInfo=t,this.scale.setSortInfo(t)},e}(br),Wz=Hz;function nd(r,e,t){t=t||{};var a=r.coordinateSystem,i=e.axis,n={},o=i.getAxesOnZeroOf()[0],s=i.position,l=o?"onZero":s,u=i.dim,f=a.getRect(),h=[f.x,f.x+f.width,f.y,f.y+f.height],v={left:0,right:1,top:0,bottom:1,onZero:2},c=e.get("offset")||0,p=u==="x"?[h[2]-c,h[3]+c]:[h[0]-c,h[1]+c];if(o){var d=o.toGlobalCoord(o.dataToCoord(0));p[v.onZero]=Math.max(Math.min(d,p[1]),p[0])}n.position=[u==="y"?p[v[l]]:h[0],u==="x"?p[v[l]]:h[3]],n.rotation=Math.PI/2*(u==="x"?0:1);var g={top:-1,bottom:1,left:-1,right:1};n.labelDirection=n.tickDirection=n.nameDirection=g[s],n.labelOffset=o?p[v[s]]-p[v.onZero]:0,e.get(["axisTick","inside"])&&(n.tickDirection=-n.tickDirection),ne(t.labelInside,e.get(["axisLabel","inside"]))&&(n.labelDirection=-n.labelDirection);var y=e.get(["axisLabel","rotate"]);return n.labelRotate=l==="top"?-y:y,n.z2=1,n}function d1(r){return r.get("coordinateSystem")==="cartesian2d"}function g1(r){var e={xAxisModel:null,yAxisModel:null};return C(e,function(t,a){var i=a.replace(/Model$/,""),n=r.getReferringComponents(i,qt).models[0];e[a]=n}),e}var jv=Math.log;function RM(r,e,t){var a=Ka.prototype,i=a.getTicks.call(t),n=a.getTicks.call(t,!0),o=i.length-1,s=a.getInterval.call(t),l=zC(r,e),u=l.extent,f=l.fixMin,h=l.fixMax;if(r.type==="log"){var v=jv(r.base);u=[jv(u[0])/v,jv(u[1])/v]}r.setExtent(u[0],u[1]),r.calcNiceExtent({splitNumber:o,fixMin:f,fixMax:h});var c=a.getExtent.call(r);f&&(u[0]=c[0]),h&&(u[1]=c[1]);var p=a.getInterval.call(r),d=u[0],g=u[1];if(f&&h)p=(g-d)/o;else if(f)for(g=u[0]+p*o;g<u[1]&&isFinite(g)&&isFinite(u[1]);)p=Vv(p),g=u[0]+p*o;else if(h)for(d=u[1]-p*o;d>u[0]&&isFinite(d)&&isFinite(u[0]);)p=Vv(p),d=u[1]-p*o;else{var y=r.getTicks().length-1;y>o&&(p=Vv(p));var m=p*o;g=Math.ceil(u[1]/p)*p,d=Ut(g-m),d<0&&u[0]>=0?(d=0,g=Ut(m)):g>0&&u[1]<=0&&(g=0,d=-Ut(m))}var _=(i[0].value-n[0].value)/s,S=(i[o].value-n[o].value)/s;a.setExtent.call(r,d+p*_,g+p*S),a.setInterval.call(r,p),(_||S)&&a.setNiceExtent.call(r,d+p,g-p)}var $z=function(){function r(e,t,a){this.type="grid",this._coordsMap={},this._coordsList=[],this._axesMap={},this._axesList=[],this.axisPointerEnabled=!0,this.dimensions=id,this._initCartesian(e,t,a),this.model=e}return r.prototype.getRect=function(){return this._rect},r.prototype.update=function(e,t){var a=this._axesMap;this._updateScale(e,this.model);function i(o){var s,l=mt(o),u=l.length;if(!!u){for(var f=[],h=u-1;h>=0;h--){var v=+l[h],c=o[v],p=c.model,d=c.scale;Qp(d)&&p.get("alignTicks")&&p.get("interval")==null?f.push(c):(ro(d,p),Qp(d)&&(s=c))}f.length&&(s||(s=f.pop(),ro(s.scale,s.model)),C(f,function(g){RM(g.scale,g.model,s.scale)}))}}i(a.x),i(a.y);var n={};C(a.x,function(o){y1(a,"y",o,n)}),C(a.y,function(o){y1(a,"x",o,n)}),this.resize(this.model,t)},r.prototype.resize=function(e,t,a){var i=e.getBoxLayoutParams(),n=!a&&e.get("containLabel"),o=te(i,{width:t.getWidth(),height:t.getHeight()});this._rect=o;var s=this._axesList;l(),n&&(C(s,function(u){if(!u.model.get(["axisLabel","inside"])){var f=iV(u);if(f){var h=u.isHorizontal()?"height":"width",v=u.model.get(["axisLabel","margin"]);o[h]-=f[h]+v,u.position==="top"?o.y+=f.height+v:u.position==="left"&&(o.x+=f.width+v)}}}),l()),C(this._coordsList,function(u){u.calcAffineTransform()});function l(){C(s,function(u){var f=u.isHorizontal(),h=f?[0,o.width]:[0,o.height],v=u.inverse?1:0;u.setExtent(h[v],h[1-v]),Uz(u,f?o.x:o.y)})}},r.prototype.getAxis=function(e,t){var a=this._axesMap[e];if(a!=null)return a[t||0]},r.prototype.getAxes=function(){return this._axesList.slice()},r.prototype.getCartesian=function(e,t){if(e!=null&&t!=null){var a="x"+e+"y"+t;return this._coordsMap[a]}j(e)&&(t=e.yAxisIndex,e=e.xAxisIndex);for(var i=0,n=this._coordsList;i<n.length;i++)if(n[i].getAxis("x").index===e||n[i].getAxis("y").index===t)return n[i]},r.prototype.getCartesians=function(){return this._coordsList.slice()},r.prototype.convertToPixel=function(e,t,a){var i=this._findConvertTarget(t);return i.cartesian?i.cartesian.dataToPoint(a):i.axis?i.axis.toGlobalCoord(i.axis.dataToCoord(a)):null},r.prototype.convertFromPixel=function(e,t,a){var i=this._findConvertTarget(t);return i.cartesian?i.cartesian.pointToData(a):i.axis?i.axis.coordToData(i.axis.toLocalCoord(a)):null},r.prototype._findConvertTarget=function(e){var t=e.seriesModel,a=e.xAxisModel||t&&t.getReferringComponents("xAxis",qt).models[0],i=e.yAxisModel||t&&t.getReferringComponents("yAxis",qt).models[0],n=e.gridModel,o=this._coordsList,s,l;if(t)s=t.coordinateSystem,vt(o,s)<0&&(s=null);else if(a&&i)s=this.getCartesian(a.componentIndex,i.componentIndex);else if(a)l=this.getAxis("x",a.componentIndex);else if(i)l=this.getAxis("y",i.componentIndex);else if(n){var u=n.coordinateSystem;u===this&&(s=this._coordsList[0])}return{cartesian:s,axis:l}},r.prototype.containPoint=function(e){var t=this._coordsList[0];if(t)return t.containPoint(e)},r.prototype._initCartesian=function(e,t,a){var i=this,n=this,o={left:!1,right:!1,top:!1,bottom:!1},s={x:{},y:{}},l={x:0,y:0};if(t.eachComponent("xAxis",u("x"),this),t.eachComponent("yAxis",u("y"),this),!l.x||!l.y){this._axesMap={},this._axesList=[];return}this._axesMap=s,C(s.x,function(f,h){C(s.y,function(v,c){var p="x"+h+"y"+c,d=new Fz(p);d.master=i,d.model=e,i._coordsMap[p]=d,i._coordsList.push(d),d.addAxis(f),d.addAxis(v)})});function u(f){return function(h,v){if(!!Jv(h,e)){var c=h.get("position");f==="x"?c!=="top"&&c!=="bottom"&&(c=o.bottom?"top":"bottom"):c!=="left"&&c!=="right"&&(c=o.left?"right":"left"),o[c]=!0;var p=new Wz(f,bh(h),[0,0],h.get("type"),c),d=p.type==="category";p.onBand=d&&h.get("boundaryGap"),p.inverse=h.get("inverse"),h.axis=p,p.model=h,p.grid=n,p.index=v,n._axesList.push(p),s[f][v]=p,l[f]++}}}},r.prototype._updateScale=function(e,t){C(this._axesList,function(i){if(i.scale.setExtent(1/0,-1/0),i.type==="category"){var n=i.model.get("categorySortInfo");i.scale.setSortInfo(n)}}),e.eachSeries(function(i){if(d1(i)){var n=g1(i),o=n.xAxisModel,s=n.yAxisModel;if(!Jv(o,t)||!Jv(s,t))return;var l=this.getCartesian(o.componentIndex,s.componentIndex),u=i.getData(),f=l.getAxis("x"),h=l.getAxis("y");a(u,f),a(u,h)}},this);function a(i,n){C(bf(i,n.dim),function(o){n.scale.unionExtentFromData(i,o)})}},r.prototype.getTooltipAxes=function(e){var t=[],a=[];return C(this.getCartesians(),function(i){var n=e!=null&&e!=="auto"?i.getAxis(e):i.getBaseAxis(),o=i.getOtherAxis(n);vt(t,n)<0&&t.push(n),vt(a,o)<0&&a.push(o)}),{baseAxes:t,otherAxes:a}},r.create=function(e,t){var a=[];return e.eachComponent("grid",function(i,n){var o=new r(i,e,t);o.name="grid_"+n,o.resize(i,t,!0),i.coordinateSystem=o,a.push(o)}),e.eachSeries(function(i){if(!!d1(i)){var n=g1(i),o=n.xAxisModel,s=n.yAxisModel,l=o.getCoordSysModel(),u=l.coordinateSystem;i.coordinateSystem=u.getCartesian(o.componentIndex,s.componentIndex)}}),a},r.dimensions=id,r}();function Jv(r,e){return r.getCoordSysModel()===e}function y1(r,e,t,a){t.getAxesOnZeroOf=function(){return n?[n]:[]};var i=r[e],n,o=t.model,s=o.get(["axisLine","onZero"]),l=o.get(["axisLine","onZeroAxisIndex"]);if(!s)return;if(l!=null)m1(i[l])&&(n=i[l]);else for(var u in i)if(i.hasOwnProperty(u)&&m1(i[u])&&!a[f(i[u])]){n=i[u];break}n&&(a[f(n)]=!0);function f(h){return h.dim+"_"+h.index}}function m1(r){return r&&r.type!=="category"&&r.type!=="time"&&aV(r)}function Uz(r,e){var t=r.getExtent(),a=t[0]+t[1];r.toGlobalCoord=r.dim==="x"?function(i){return i+e}:function(i){return a-i+e},r.toLocalCoord=r.dim==="x"?function(i){return i-e}:function(i){return a-i+e}}var Yz=$z,Ba=Math.PI,Qi=function(){function r(e,t){this.group=new rt,this.opt=t,this.axisModel=e,Q(t,{labelOffset:0,nameDirection:1,tickDirection:1,labelDirection:1,silent:!0,handleAutoShown:function(){return!0}});var a=new rt({x:t.position[0],y:t.position[1],rotation:t.rotation});a.updateTransform(),this._transformGroup=a}return r.prototype.hasBuilder=function(e){return!!_1[e]},r.prototype.add=function(e){_1[e](this.opt,this.axisModel,this.group,this._transformGroup)},r.prototype.getGroup=function(){return this.group},r.innerTextLayout=function(e,t,a){var i=Rw(t-e),n,o;return nf(i)?(o=a>0?"top":"bottom",n="center"):nf(i-Ba)?(o=a>0?"bottom":"top",n="center"):(o="middle",i>0&&i<Ba?n=a>0?"right":"left":n=a>0?"left":"right"),{rotation:i,textAlign:n,textVerticalAlign:o}},r.makeAxisEventDataBase=function(e){var t={componentType:e.mainType,componentIndex:e.componentIndex};return t[e.mainType+"Index"]=e.componentIndex,t},r.isLabelSilent=function(e){var t=e.get("tooltip");return e.get("silent")||!(e.get("triggerEvent")||t&&t.show)},r}(),_1={axisLine:function(r,e,t,a){var i=e.get(["axisLine","show"]);if(i==="auto"&&r.handleAutoShown&&(i=r.handleAutoShown("axisLine")),!!i){var n=e.axis.getExtent(),o=a.transform,s=[n[0],0],l=[n[1],0];o&&(ue(s,s,o),ue(l,l,o));var u=V({lineCap:"round"},e.getModel(["axisLine","lineStyle"]).getLineStyle()),f=new oe({subPixelOptimize:!0,shape:{x1:s[0],y1:s[1],x2:l[0],y2:l[1]},style:u,strokeContainThreshold:r.strokeContainThreshold||5,silent:!0,z2:1});f.anid="line",t.add(f);var h=e.get(["axisLine","symbol"]);if(h!=null){var v=e.get(["axisLine","symbolSize"]);$(h)&&(h=[h,h]),($(v)||wt(v))&&(v=[v,v]);var c=wo(e.get(["axisLine","symbolOffset"])||0,v),p=v[0],d=v[1];C([{rotate:r.rotation+Math.PI/2,offset:c[0],r:0},{rotate:r.rotation-Math.PI/2,offset:c[1],r:Math.sqrt((s[0]-l[0])*(s[0]-l[0])+(s[1]-l[1])*(s[1]-l[1]))}],function(g,y){if(h[y]!=="none"&&h[y]!=null){var m=Qt(h[y],-p/2,-d/2,p,d,u.stroke,!0),_=g.r+g.offset;m.attr({rotation:g.rotate,x:s[0]+_*Math.cos(r.rotation),y:s[1]-_*Math.sin(r.rotation),silent:!0,z2:11}),t.add(m)}})}}},axisTickLabel:function(r,e,t,a){var i=qz(t,a,e,r),n=Qz(t,a,e,r);if(Xz(e,n,i),Kz(t,a,e,r.tickDirection),e.get(["axisLabel","hideOverlap"])){var o=jC(G(n,function(s){return{label:s,priority:s.z2,defaultAttr:{ignore:s.ignore}}}));eM(o)}},axisName:function(r,e,t,a){var i=ne(r.axisName,e.get("name"));if(!!i){var n=e.get("nameLocation"),o=r.nameDirection,s=e.getModel("nameTextStyle"),l=e.get("nameGap")||0,u=e.axis.getExtent(),f=u[0]>u[1]?-1:1,h=[n==="start"?u[0]-f*l:n==="end"?u[1]+f*l:(u[0]+u[1])/2,x1(n)?r.labelOffset+o*l:0],v,c=e.get("nameRotate");c!=null&&(c=c*Ba/180);var p;x1(n)?v=Qi.innerTextLayout(r.rotation,c!=null?c:r.rotation,o):(v=Zz(r.rotation,n,c||0,u),p=r.axisNameAvailableWidth,p!=null&&(p=Math.abs(p/Math.sin(v.rotation)),!isFinite(p)&&(p=null)));var d=s.getFont(),g=e.get("nameTruncate",!0)||{},y=g.ellipsis,m=ne(r.nameTruncateMaxWidth,g.maxWidth,p),_=new Ct({x:h[0],y:h[1],rotation:v.rotation,silent:Qi.isLabelSilent(e),style:Gt(s,{text:i,font:d,overflow:"truncate",width:m,ellipsis:y,fill:s.getTextColor()||e.get(["axisLine","lineStyle","color"]),align:s.get("align")||v.textAlign,verticalAlign:s.get("verticalAlign")||v.textVerticalAlign}),z2:1});if(co({el:_,componentModel:e,itemName:i}),_.__fullText=i,_.anid="name",e.get("triggerEvent")){var S=Qi.makeAxisEventDataBase(e);S.targetType="axisName",S.name=i,at(_).eventData=S}a.add(_),_.updateTransform(),t.add(_),_.decomposeTransform()}}};function Zz(r,e,t,a){var i=Rw(t-r),n,o,s=a[0]>a[1],l=e==="start"&&!s||e!=="start"&&s;return nf(i-Ba/2)?(o=l?"bottom":"top",n="center"):nf(i-Ba*1.5)?(o=l?"top":"bottom",n="center"):(o="middle",i<Ba*1.5&&i>Ba/2?n=l?"left":"right":n=l?"right":"left"),{rotation:i,textAlign:n,textVerticalAlign:o}}function Xz(r,e,t){if(!GC(r.axis)){var a=r.get(["axisLabel","showMinLabel"]),i=r.get(["axisLabel","showMaxLabel"]);e=e||[],t=t||[];var n=e[0],o=e[1],s=e[e.length-1],l=e[e.length-2],u=t[0],f=t[1],h=t[t.length-1],v=t[t.length-2];a===!1?(Ue(n),Ue(u)):S1(n,o)&&(a?(Ue(o),Ue(f)):(Ue(n),Ue(u))),i===!1?(Ue(s),Ue(h)):S1(l,s)&&(i?(Ue(l),Ue(v)):(Ue(s),Ue(h)))}}function Ue(r){r&&(r.ignore=!0)}function S1(r,e){var t=r&&r.getBoundingRect().clone(),a=e&&e.getBoundingRect().clone();if(!(!t||!a)){var i=Kf([]);return ln(i,i,-r.rotation),t.applyTransform(aa([],i,r.getLocalTransform())),a.applyTransform(aa([],i,e.getLocalTransform())),t.intersect(a)}}function x1(r){return r==="middle"||r==="center"}function EM(r,e,t,a,i){for(var n=[],o=[],s=[],l=0;l<r.length;l++){var u=r[l].coord;o[0]=u,o[1]=0,s[0]=u,s[1]=t,e&&(ue(o,o,e),ue(s,s,e));var f=new oe({subPixelOptimize:!0,shape:{x1:o[0],y1:o[1],x2:s[0],y2:s[1]},style:a,z2:2,autoBatch:!0,silent:!0});f.anid=i+"_"+r[l].tickValue,n.push(f)}return n}function qz(r,e,t,a){var i=t.axis,n=t.getModel("axisTick"),o=n.get("show");if(o==="auto"&&a.handleAutoShown&&(o=a.handleAutoShown("axisTick")),!(!o||i.scale.isBlank())){for(var s=n.getModel("lineStyle"),l=a.tickDirection*n.get("length"),u=i.getTicksCoords(),f=EM(u,e.transform,l,Q(s.getLineStyle(),{stroke:t.get(["axisLine","lineStyle","color"])}),"ticks"),h=0;h<f.length;h++)r.add(f[h]);return f}}function Kz(r,e,t,a){var i=t.axis,n=t.getModel("minorTick");if(!(!n.get("show")||i.scale.isBlank())){var o=i.getMinorTicksCoords();if(!!o.length)for(var s=n.getModel("lineStyle"),l=a*n.get("length"),u=Q(s.getLineStyle(),Q(t.getModel("axisTick").getLineStyle(),{stroke:t.get(["axisLine","lineStyle","color"])})),f=0;f<o.length;f++)for(var h=EM(o[f],e.transform,l,u,"minorticks_"+f),v=0;v<h.length;v++)r.add(h[v])}}function Qz(r,e,t,a){var i=t.axis,n=ne(a.axisLabelShow,t.get(["axisLabel","show"]));if(!(!n||i.scale.isBlank())){var o=t.getModel("axisLabel"),s=o.get("margin"),l=i.getViewLabels(),u=(ne(a.labelRotate,o.get("rotate"))||0)*Ba/180,f=Qi.innerTextLayout(a.rotation,u,a.labelDirection),h=t.getCategories&&t.getCategories(!0),v=[],c=Qi.isLabelSilent(t),p=t.get("triggerEvent");return C(l,function(d,g){var y=i.scale.type==="ordinal"?i.scale.getRawOrdinalNumber(d.tickValue):d.tickValue,m=d.formattedLabel,_=d.rawLabel,S=o;if(h&&h[y]){var b=h[y];j(b)&&b.textStyle&&(S=new Nt(b.textStyle,o,t.ecModel))}var x=S.getTextColor()||t.get(["axisLine","lineStyle","color"]),w=i.dataToCoord(y),T=new Ct({x:w,y:a.labelOffset+a.labelDirection*s,rotation:f.rotation,silent:c,z2:10+(d.level||0),style:Gt(S,{text:m,align:S.getShallow("align",!0)||f.textAlign,verticalAlign:S.getShallow("verticalAlign",!0)||S.getShallow("baseline",!0)||f.textVerticalAlign,fill:K(x)?x(i.type==="category"?_:i.type==="value"?y+"":y,g):x})});if(T.anid="label_"+y,p){var A=Qi.makeAxisEventDataBase(t);A.targetType="axisLabel",A.value=_,A.tickIndex=g,i.type==="category"&&(A.dataIndex=y),at(T).eventData=A}e.add(T),T.updateTransform(),v.push(T),r.add(T),T.decomposeTransform()}),v}}var ha=Qi;function jz(r,e){var t={axesInfo:{},seriesInvolved:!1,coordSysAxesInfo:{},coordSysMap:{}};return Jz(t,r,e),t.seriesInvolved&&eG(t,r),t}function Jz(r,e,t){var a=e.getComponent("tooltip"),i=e.getComponent("axisPointer"),n=i.get("link",!0)||[],o=[];C(t.getCoordinateSystems(),function(s){if(!s.axisPointerEnabled)return;var l=Zs(s.model),u=r.coordSysAxesInfo[l]={};r.coordSysMap[l]=s;var f=s.model,h=f.getModel("tooltip",a);if(C(s.getAxes(),it(d,!1,null)),s.getTooltipAxes&&a&&h.get("show")){var v=h.get("trigger")==="axis",c=h.get(["axisPointer","type"])==="cross",p=s.getTooltipAxes(h.get(["axisPointer","axis"]));(v||c)&&C(p.baseAxes,it(d,c?"cross":!0,v)),c&&C(p.otherAxes,it(d,"cross",!1))}function d(g,y,m){var _=m.model.getModel("axisPointer",i),S=_.get("show");if(!(!S||S==="auto"&&!g&&!od(_))){y==null&&(y=_.get("triggerTooltip")),_=g?tG(m,h,i,e,g,y):_;var b=_.get("snap"),x=Zs(m.model),w=y||b||m.type==="category",T=r.axesInfo[x]={key:x,axis:m,coordSys:s,axisPointerModel:_,triggerTooltip:y,involveSeries:w,snap:b,useHandle:od(_),seriesModels:[],linkGroup:null};u[x]=T,r.seriesInvolved=r.seriesInvolved||w;var A=rG(n,m);if(A!=null){var M=o[A]||(o[A]={axesInfo:{}});M.axesInfo[x]=T,M.mapper=n[A].mapper,T.linkGroup=M}}}})}function tG(r,e,t,a,i,n){var o=e.getModel("axisPointer"),s=["type","snap","lineStyle","shadowStyle","label","animation","animationDurationUpdate","animationEasingUpdate","z"],l={};C(s,function(v){l[v]=J(o.get(v))}),l.snap=r.type!=="category"&&!!n,o.get("type")==="cross"&&(l.type="line");var u=l.label||(l.label={});if(u.show==null&&(u.show=!1),i==="cross"){var f=o.get(["label","show"]);if(u.show=f!=null?f:!0,!n){var h=l.lineStyle=o.get("crossStyle");h&&Q(u,h.textStyle)}}return r.model.getModel("axisPointer",new Nt(l,t,a))}function eG(r,e){e.eachSeries(function(t){var a=t.coordinateSystem,i=t.get(["tooltip","trigger"],!0),n=t.get(["tooltip","show"],!0);!a||i==="none"||i===!1||i==="item"||n===!1||t.get(["axisPointer","show"],!0)===!1||C(r.coordSysAxesInfo[Zs(a.model)],function(o){var s=o.axis;a.getAxis(s.dim)===s&&(o.seriesModels.push(t),o.seriesDataCount==null&&(o.seriesDataCount=0),o.seriesDataCount+=t.getData().count())})})}function rG(r,e){for(var t=e.model,a=e.dim,i=0;i<r.length;i++){var n=r[i]||{};if(tc(n[a+"AxisId"],t.id)||tc(n[a+"AxisIndex"],t.componentIndex)||tc(n[a+"AxisName"],t.name))return i}}function tc(r,e){return r==="all"||z(r)&&vt(r,e)>=0||r===e}function aG(r){var e=jg(r);if(!!e){var t=e.axisPointerModel,a=e.axis.scale,i=t.option,n=t.get("status"),o=t.get("value");o!=null&&(o=a.parse(o));var s=od(t);n==null&&(i.status=s?"show":"hide");var l=a.getExtent().slice();l[0]>l[1]&&l.reverse(),(o==null||o>l[1])&&(o=l[1]),o<l[0]&&(o=l[0]),i.value=o,s&&(i.status=e.axis.scale.isBlank()?"hide":"show")}}function jg(r){var e=(r.ecModel.getComponent("axisPointer")||{}).coordSysAxesInfo;return e&&e.axesInfo[Zs(r)]}function iG(r){var e=jg(r);return e&&e.axisPointerModel}function od(r){return!!r.get(["handle","show"])}function Zs(r){return r.type+"||"+r.id}var b1={},nG=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.prototype.render=function(t,a,i,n){this.axisPointerClass&&aG(t),r.prototype.render.apply(this,arguments),this._doUpdateAxisPointerClass(t,i,!0)},e.prototype.updateAxisPointer=function(t,a,i,n){this._doUpdateAxisPointerClass(t,i,!1)},e.prototype.remove=function(t,a){var i=this._axisPointer;i&&i.remove(a)},e.prototype.dispose=function(t,a){this._disposeAxisPointer(a),r.prototype.dispose.apply(this,arguments)},e.prototype._doUpdateAxisPointerClass=function(t,a,i){var n=e.getAxisPointerClass(this.axisPointerClass);if(!!n){var o=iG(t);o?(this._axisPointer||(this._axisPointer=new n)).render(t,o,a,i):this._disposeAxisPointer(a)}},e.prototype._disposeAxisPointer=function(t){this._axisPointer&&this._axisPointer.dispose(t),this._axisPointer=null},e.registerAxisPointerClass=function(t,a){b1[t]=a},e.getAxisPointerClass=function(t){return t&&b1[t]},e.type="axis",e}(Wt),vn=nG,sd=At();function kM(r,e,t,a){var i=t.axis;if(!i.scale.isBlank()){var n=t.getModel("splitArea"),o=n.getModel("areaStyle"),s=o.get("color"),l=a.coordinateSystem.getRect(),u=i.getTicksCoords({tickModel:n,clamp:!0});if(!!u.length){var f=s.length,h=sd(r).splitAreaColors,v=q(),c=0;if(h)for(var p=0;p<u.length;p++){var d=h.get(u[p].tickValue);if(d!=null){c=(d+(f-1)*p)%f;break}}var g=i.toGlobalCoord(u[0].coord),y=o.getAreaStyle();s=z(s)?s:[s];for(var p=1;p<u.length;p++){var m=i.toGlobalCoord(u[p].coord),_=void 0,S=void 0,b=void 0,x=void 0;i.isHorizontal()?(_=g,S=l.y,b=m-_,x=l.height,g=_+b):(_=l.x,S=g,b=l.width,x=m-S,g=S+x);var w=u[p-1].tickValue;w!=null&&v.set(w,c),e.add(new xt({anid:w!=null?"area_"+w:null,shape:{x:_,y:S,width:b,height:x},style:Q({fill:s[c]},y),autoBatch:!0,silent:!0})),c=(c+1)%f}sd(r).splitAreaColors=v}}}function OM(r){sd(r).splitAreaColors=null}var oG=["axisLine","axisTickLabel","axisName"],sG=["splitArea","splitLine","minorSplitLine"],NM=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t.axisPointerClass="CartesianAxisPointer",t}return e.prototype.render=function(t,a,i,n){this.group.removeAll();var o=this._axisGroup;if(this._axisGroup=new rt,this.group.add(this._axisGroup),!!t.get("show")){var s=t.getCoordSysModel(),l=nd(s,t),u=new ha(t,V({handleAutoShown:function(h){for(var v=s.coordinateSystem.getCartesians(),c=0;c<v.length;c++)if(Qp(v[c].getOtherAxis(t.axis).scale))return!0;return!1}},l));C(oG,u.add,u),this._axisGroup.add(u.getGroup()),C(sG,function(h){t.get([h,"show"])&&lG[h](this,this._axisGroup,t,s)},this);var f=n&&n.type==="changeAxisOrder"&&n.isInitSort;f||ll(o,this._axisGroup,t),r.prototype.render.call(this,t,a,i,n)}},e.prototype.remove=function(){OM(this)},e.type="cartesianAxis",e}(vn),lG={splitLine:function(r,e,t,a){var i=t.axis;if(!i.scale.isBlank()){var n=t.getModel("splitLine"),o=n.getModel("lineStyle"),s=o.get("color");s=z(s)?s:[s];for(var l=a.coordinateSystem.getRect(),u=i.isHorizontal(),f=0,h=i.getTicksCoords({tickModel:n}),v=[],c=[],p=o.getLineStyle(),d=0;d<h.length;d++){var g=i.toGlobalCoord(h[d].coord);u?(v[0]=g,v[1]=l.y,c[0]=g,c[1]=l.y+l.height):(v[0]=l.x,v[1]=g,c[0]=l.x+l.width,c[1]=g);var y=f++%s.length,m=h[d].tickValue;e.add(new oe({anid:m!=null?"line_"+h[d].tickValue:null,subPixelOptimize:!0,autoBatch:!0,shape:{x1:v[0],y1:v[1],x2:c[0],y2:c[1]},style:Q({stroke:s[y]},p),silent:!0}))}}},minorSplitLine:function(r,e,t,a){var i=t.axis,n=t.getModel("minorSplitLine"),o=n.getModel("lineStyle"),s=a.coordinateSystem.getRect(),l=i.isHorizontal(),u=i.getMinorTicksCoords();if(!!u.length)for(var f=[],h=[],v=o.getLineStyle(),c=0;c<u.length;c++)for(var p=0;p<u[c].length;p++){var d=i.toGlobalCoord(u[c][p].coord);l?(f[0]=d,f[1]=s.y,h[0]=d,h[1]=s.y+s.height):(f[0]=s.x,f[1]=d,h[0]=s.x+s.width,h[1]=d),e.add(new oe({anid:"minor_line_"+u[c][p].tickValue,subPixelOptimize:!0,autoBatch:!0,shape:{x1:f[0],y1:f[1],x2:h[0],y2:h[1]},style:v,silent:!0}))}},splitArea:function(r,e,t,a){kM(r,e,t,a)}},BM=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.type="xAxis",e}(NM),uG=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=BM.type,t}return e.type="yAxis",e}(NM),fG=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type="grid",t}return e.prototype.render=function(t,a){this.group.removeAll(),t.get("show")&&this.group.add(new xt({shape:t.coordinateSystem.getRect(),style:Q({fill:t.get("backgroundColor")},t.getItemStyle()),silent:!0,z2:-1}))},e.type="grid",e}(Wt),w1={offset:0};function VM(r){r.registerComponentView(fG),r.registerComponentModel(kz),r.registerCoordinateSystem("cartesian2d",Yz),io(r,"x",ad,w1),io(r,"y",ad,w1),r.registerComponentView(BM),r.registerComponentView(uG),r.registerPreprocessor(function(e){e.xAxis&&e.yAxis&&!e.grid&&(e.grid={})})}function hG(r){pt(VM),r.registerSeriesModel(Cz),r.registerChartView(Rz),r.registerLayout(_l("scatter"))}function vG(r){r.eachSeriesByType("radar",function(e){var t=e.getData(),a=[],i=e.coordinateSystem;if(!!i){var n=i.getIndicatorAxes();C(n,function(o,s){t.each(t.mapDimension(n[s].dim),function(l,u){a[u]=a[u]||[];var f=i.dataToPoint(l,s);a[u][s]=T1(f)?f:A1(i)})}),t.each(function(o){var s=QI(a[o],function(l){return T1(l)})||A1(i);a[o].push(s.slice()),t.setItemLayout(o,a[o])})}})}function T1(r){return!isNaN(r[0])&&!isNaN(r[1])}function A1(r){return[r.cx,r.cy]}function cG(r){var e=r.polar;if(e){z(e)||(e=[e]);var t=[];C(e,function(a,i){a.indicator?(a.type&&!a.shape&&(a.shape=a.type),r.radar=r.radar||[],z(r.radar)||(r.radar=[r.radar]),r.radar.push(a)):t.push(a)}),r.polar=t}C(r.series,function(a){a&&a.type==="radar"&&a.polarIndex&&(a.radarIndex=a.polarIndex)})}var pG=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.prototype.render=function(t,a,i){var n=t.coordinateSystem,o=this.group,s=t.getData(),l=this._data;function u(v,c){var p=v.getItemVisual(c,"symbol")||"circle";if(p!=="none"){var d=cl(v.getItemVisual(c,"symbolSize")),g=Qt(p,-1,-1,2,2),y=v.getItemVisual(c,"symbolRotate")||0;return g.attr({style:{strokeNoScale:!0},z2:100,scaleX:d[0]/2,scaleY:d[1]/2,rotation:y*Math.PI/180||0}),g}}function f(v,c,p,d,g,y){p.removeAll();for(var m=0;m<c.length-1;m++){var _=u(d,g);_&&(_.__dimIdx=m,v[m]?(_.setPosition(v[m]),fl[y?"initProps":"updateProps"](_,{x:c[m][0],y:c[m][1]},t,g)):_.setPosition(c[m]),p.add(_))}}function h(v){return G(v,function(c){return[n.cx,n.cy]})}s.diff(l).add(function(v){var c=s.getItemLayout(v);if(!!c){var p=new ke,d=new Oe,g={shape:{points:c}};p.shape.points=h(c),d.shape.points=h(c),zt(p,g,t,v),zt(d,g,t,v);var y=new rt,m=new rt;y.add(d),y.add(p),y.add(m),f(d.shape.points,c,m,s,v,!0),s.setItemGraphicEl(v,y)}}).update(function(v,c){var p=l.getItemGraphicEl(c),d=p.childAt(0),g=p.childAt(1),y=p.childAt(2),m={shape:{points:s.getItemLayout(v)}};!m.shape.points||(f(d.shape.points,m.shape.points,y,s,v,!1),Sr(g),Sr(d),Tt(d,m,t),Tt(g,m,t),s.setItemGraphicEl(v,p))}).remove(function(v){o.remove(l.getItemGraphicEl(v))}).execute(),s.eachItemGraphicEl(function(v,c){var p=s.getItemModel(c),d=v.childAt(0),g=v.childAt(1),y=v.childAt(2),m=s.getItemVisual(c,"style"),_=m.fill;o.add(v),d.useStyle(Q(p.getModel("lineStyle").getLineStyle(),{fill:"none",stroke:_})),he(d,p,"lineStyle"),he(g,p,"areaStyle");var S=p.getModel("areaStyle"),b=S.isEmpty()&&S.parentModel.isEmpty();g.ignore=b,C(["emphasis","select","blur"],function(T){var A=p.getModel([T,"areaStyle"]),M=A.isEmpty()&&A.parentModel.isEmpty();g.ensureState(T).ignore=M&&b}),g.useStyle(Q(S.getAreaStyle(),{fill:_,opacity:.7,decal:m.decal}));var x=p.getModel("emphasis"),w=x.getModel("itemStyle").getItemStyle();y.eachChild(function(T){if(T instanceof ve){var A=T.style;T.useStyle(V({image:A.image,x:A.x,y:A.y,width:A.width,height:A.height},m))}else T.useStyle(m),T.setColor(_),T.style.strokeNoScale=!0;var M=T.ensureState("emphasis");M.style=J(w);var D=s.getStore().get(s.getDimensionIndex(T.__dimIdx),c);(D==null||isNaN(D))&&(D=""),_e(T,se(p),{labelFetcher:s.hostModel,labelDataIndex:c,labelDimIndex:T.__dimIdx,defaultText:D,inheritColor:_,defaultOpacity:m.opacity})}),Yt(v,x.get("focus"),x.get("blurScope"),x.get("disabled"))}),this._data=s},e.prototype.remove=function(){this.group.removeAll(),this._data=null},e.type="radar",e}(Bt),dG=pG,gG=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t.hasSymbolVisual=!0,t}return e.prototype.init=function(t){r.prototype.init.apply(this,arguments),this.legendVisualProvider=new xl(U(this.getData,this),U(this.getRawData,this))},e.prototype.getInitialData=function(t,a){return To(this,{generateCoord:"indicator_",generateCoordCount:1/0})},e.prototype.formatTooltip=function(t,a,i){var n=this.getData(),o=this.coordinateSystem,s=o.getIndicatorAxes(),l=this.getData().getName(t),u=l===""?this.name:l,f=NA(this,t);return ae("section",{header:u,sortBlocks:!0,blocks:G(s,function(h){var v=n.get(n.mapDimension(h.dim),t);return ae("nameValue",{markerType:"subItem",markerColor:f,name:h.name,value:v,sortParam:v})})})},e.prototype.getTooltipPosition=function(t){if(t!=null){for(var a=this.getData(),i=this.coordinateSystem,n=a.getValues(G(i.dimensions,function(u){return a.mapDimension(u)}),t),o=0,s=n.length;o<s;o++)if(!isNaN(n[o])){var l=i.getIndicatorAxes();return i.coordToPoint(l[o].dataToCoord(n[o]),o)}}},e.type="series.radar",e.dependencies=["radar"],e.defaultOption={z:2,colorBy:"data",coordinateSystem:"radar",legendHoverLink:!0,radarIndex:0,lineStyle:{width:2,type:"solid",join:"round"},label:{position:"top"},symbolSize:8},e}(Ft),yG=gG,$o=PM.value;function vu(r,e){return Q({show:e},r)}var mG=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.prototype.optionUpdated=function(){var t=this.get("boundaryGap"),a=this.get("splitNumber"),i=this.get("scale"),n=this.get("axisLine"),o=this.get("axisTick"),s=this.get("axisLabel"),l=this.get("axisName"),u=this.get(["axisName","show"]),f=this.get(["axisName","formatter"]),h=this.get("axisNameGap"),v=this.get("triggerEvent"),c=G(this.get("indicator")||[],function(p){p.max!=null&&p.max>0&&!p.min?p.min=0:p.min!=null&&p.min<0&&!p.max&&(p.max=0);var d=l;p.color!=null&&(d=Q({color:p.color},l));var g=lt(J(p),{boundaryGap:t,splitNumber:a,scale:i,axisLine:n,axisTick:o,axisLabel:s,name:p.text,showName:u,nameLocation:"end",nameGap:h,nameTextStyle:d,triggerEvent:v},!1);if($(f)){var y=g.name;g.name=f.replace("{value}",y!=null?y:"")}else K(f)&&(g.name=f(g.name,g));var m=new Nt(g,null,this.ecModel);return jt(m,gl.prototype),m.mainType="radar",m.componentIndex=this.componentIndex,m},this);this._indicatorModels=c},e.prototype.getIndicatorModels=function(){return this._indicatorModels},e.type="radar",e.defaultOption={z:0,center:["50%","50%"],radius:"75%",startAngle:90,axisName:{show:!0},boundaryGap:[0,0],splitNumber:5,axisNameGap:15,scale:!1,shape:"polygon",axisLine:lt({lineStyle:{color:"#bbb"}},$o.axisLine),axisLabel:vu($o.axisLabel,!1),axisTick:vu($o.axisTick,!1),splitLine:vu($o.splitLine,!0),splitArea:vu($o.splitArea,!0),indicator:[]},e}(bt),_G=mG,SG=["axisLine","axisTickLabel","axisName"],xG=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.prototype.render=function(t,a,i){var n=this.group;n.removeAll(),this._buildAxes(t),this._buildSplitLineAndArea(t)},e.prototype._buildAxes=function(t){var a=t.coordinateSystem,i=a.getIndicatorAxes(),n=G(i,function(o){var s=o.model.get("showName")?o.name:"",l=new ha(o.model,{axisName:s,position:[a.cx,a.cy],rotation:o.angle,labelDirection:-1,tickDirection:-1,nameDirection:1});return l});C(n,function(o){C(SG,o.add,o),this.group.add(o.getGroup())},this)},e.prototype._buildSplitLineAndArea=function(t){var a=t.coordinateSystem,i=a.getIndicatorAxes();if(!i.length)return;var n=t.get("shape"),o=t.getModel("splitLine"),s=t.getModel("splitArea"),l=o.getModel("lineStyle"),u=s.getModel("areaStyle"),f=o.get("show"),h=s.get("show"),v=l.get("color"),c=u.get("color"),p=z(v)?v:[v],d=z(c)?c:[c],g=[],y=[];function m(R,E,N){var O=N%E.length;return R[O]=R[O]||[],O}if(n==="circle")for(var _=i[0].getTicksCoords(),S=a.cx,b=a.cy,x=0;x<_.length;x++){if(f){var w=m(g,p,x);g[w].push(new Wr({shape:{cx:S,cy:b,r:_[x].coord}}))}if(h&&x<_.length-1){var w=m(y,d,x);y[w].push(new ih({shape:{cx:S,cy:b,r0:_[x].coord,r:_[x+1].coord}}))}}else for(var T,A=G(i,function(R,E){var N=R.getTicksCoords();return T=T==null?N.length-1:Math.min(N.length-1,T),G(N,function(O){return a.coordToPoint(O.coord,E)})}),M=[],x=0;x<=T;x++){for(var D=[],L=0;L<i.length;L++)D.push(A[L][x]);if(D[0]&&D.push(D[0].slice()),f){var w=m(g,p,x);g[w].push(new Oe({shape:{points:D}}))}if(h&&M){var w=m(y,d,x-1);y[w].push(new ke({shape:{points:D.concat(M)}}))}M=D.slice().reverse()}var I=l.getLineStyle(),P=u.getAreaStyle();C(y,function(R,E){this.group.add(er(R,{style:Q({stroke:"none",fill:d[E%d.length]},P),silent:!0}))},this),C(g,function(R,E){this.group.add(er(R,{style:Q({fill:"none",stroke:p[E%p.length]},I),silent:!0}))},this)},e.type="radar",e}(Wt),bG=xG,wG=function(r){k(e,r);function e(t,a,i){var n=r.call(this,t,a,i)||this;return n.type="value",n.angle=0,n.name="",n}return e}(br),TG=wG,AG=function(){function r(e,t,a){this.dimensions=[],this._model=e,this._indicatorAxes=G(e.getIndicatorModels(),function(i,n){var o="indicator_"+n,s=new TG(o,new Ka);return s.name=i.get("name"),s.model=i,i.axis=s,this.dimensions.push(o),s},this),this.resize(e,a)}return r.prototype.getIndicatorAxes=function(){return this._indicatorAxes},r.prototype.dataToPoint=function(e,t){var a=this._indicatorAxes[t];return this.coordToPoint(a.dataToCoord(e),t)},r.prototype.coordToPoint=function(e,t){var a=this._indicatorAxes[t],i=a.angle,n=this.cx+e*Math.cos(i),o=this.cy-e*Math.sin(i);return[n,o]},r.prototype.pointToData=function(e){var t=e[0]-this.cx,a=e[1]-this.cy,i=Math.sqrt(t*t+a*a);t/=i,a/=i;for(var n=Math.atan2(-a,t),o=1/0,s,l=-1,u=0;u<this._indicatorAxes.length;u++){var f=this._indicatorAxes[u],h=Math.abs(n-f.angle);h<o&&(s=f,l=u,o=h)}return[l,+(s&&s.coordToData(i))]},r.prototype.resize=function(e,t){var a=e.get("center"),i=t.getWidth(),n=t.getHeight(),o=Math.min(i,n)/2;this.cx=H(a[0],i),this.cy=H(a[1],n),this.startAngle=e.get("startAngle")*Math.PI/180;var s=e.get("radius");($(s)||wt(s))&&(s=[0,s]),this.r0=H(s[0],o),this.r=H(s[1],o),C(this._indicatorAxes,function(l,u){l.setExtent(this.r0,this.r);var f=this.startAngle+u*Math.PI*2/this._indicatorAxes.length;f=Math.atan2(Math.sin(f),Math.cos(f)),l.angle=f},this)},r.prototype.update=function(e,t){var a=this._indicatorAxes,i=this._model;C(a,function(s){s.scale.setExtent(1/0,-1/0)}),e.eachSeriesByType("radar",function(s,l){if(!(s.get("coordinateSystem")!=="radar"||e.getComponent("radar",s.get("radarIndex"))!==i)){var u=s.getData();C(a,function(f){f.scale.unionExtentFromData(u,u.mapDimension(f.dim))})}},this);var n=i.get("splitNumber"),o=new Ka;o.setExtent(0,n),o.setInterval(1),C(a,function(s,l){RM(s.scale,s.model,o)})},r.prototype.convertToPixel=function(e,t,a){return console.warn("Not implemented."),null},r.prototype.convertFromPixel=function(e,t,a){return console.warn("Not implemented."),null},r.prototype.containPoint=function(e){return console.warn("Not implemented."),!1},r.create=function(e,t){var a=[];return e.eachComponent("radar",function(i){var n=new r(i,e,t);a.push(n),i.coordinateSystem=n}),e.eachSeriesByType("radar",function(i){i.get("coordinateSystem")==="radar"&&(i.coordinateSystem=a[i.get("radarIndex")||0])}),a},r.dimensions=[],r}(),CG=AG;function MG(r){r.registerCoordinateSystem("radar",CG),r.registerComponentModel(_G),r.registerComponentView(bG),r.registerVisual({seriesType:"radar",reset:function(e){var t=e.getData();t.each(function(a){t.setItemVisual(a,"legendIcon","roundRect")}),t.setVisual("legendIcon","roundRect")}})}function DG(r){pt(MG),r.registerChartView(dG),r.registerSeriesModel(yG),r.registerLayout(vG),r.registerProcessor(Sl("radar")),r.registerPreprocessor(cG)}var C1="\0_ec_interaction_mutex";function LG(r,e,t){var a=Jg(r);a[e]=t}function IG(r,e,t){var a=Jg(r),i=a[e];i===t&&(a[e]=null)}function M1(r,e){return!!Jg(r)[e]}function Jg(r){return r[C1]||(r[C1]={})}Ur({type:"takeGlobalCursor",event:"globalCursorTaken",update:"update"},Kt);var PG=function(r){k(e,r);function e(t){var a=r.call(this)||this;a._zr=t;var i=U(a._mousedownHandler,a),n=U(a._mousemoveHandler,a),o=U(a._mouseupHandler,a),s=U(a._mousewheelHandler,a),l=U(a._pinchHandler,a);return a.enable=function(u,f){this.disable(),this._opt=Q(J(f)||{},{zoomOnMouseWheel:!0,moveOnMouseMove:!0,moveOnMouseWheel:!1,preventDefaultMouseMove:!0}),u==null&&(u=!0),(u===!0||u==="move"||u==="pan")&&(t.on("mousedown",i),t.on("mousemove",n),t.on("mouseup",o)),(u===!0||u==="scale"||u==="zoom")&&(t.on("mousewheel",s),t.on("pinch",l))},a.disable=function(){t.off("mousedown",i),t.off("mousemove",n),t.off("mouseup",o),t.off("mousewheel",s),t.off("pinch",l)},a}return e.prototype.isDragging=function(){return this._dragging},e.prototype.isPinching=function(){return this._pinching},e.prototype.setPointerChecker=function(t){this.pointerChecker=t},e.prototype.dispose=function(){this.disable()},e.prototype._mousedownHandler=function(t){if(!(tm(t)||t.target&&t.target.draggable)){var a=t.offsetX,i=t.offsetY;this.pointerChecker&&this.pointerChecker(t,a,i)&&(this._x=a,this._y=i,this._dragging=!0)}},e.prototype._mousemoveHandler=function(t){if(!(!this._dragging||!$u("moveOnMouseMove",t,this._opt)||t.gestureEvent==="pinch"||M1(this._zr,"globalPan"))){var a=t.offsetX,i=t.offsetY,n=this._x,o=this._y,s=a-n,l=i-o;this._x=a,this._y=i,this._opt.preventDefaultMouseMove&&oa(t.event),zM(this,"pan","moveOnMouseMove",t,{dx:s,dy:l,oldX:n,oldY:o,newX:a,newY:i,isAvailableBehavior:null})}},e.prototype._mouseupHandler=function(t){tm(t)||(this._dragging=!1)},e.prototype._mousewheelHandler=function(t){var a=$u("zoomOnMouseWheel",t,this._opt),i=$u("moveOnMouseWheel",t,this._opt),n=t.wheelDelta,o=Math.abs(n),s=t.offsetX,l=t.offsetY;if(!(n===0||!a&&!i)){if(a){var u=o>3?1.4:o>1?1.2:1.1,f=n>0?u:1/u;ec(this,"zoom","zoomOnMouseWheel",t,{scale:f,originX:s,originY:l,isAvailableBehavior:null})}if(i){var h=Math.abs(n),v=(n>0?1:-1)*(h>3?.4:h>1?.15:.05);ec(this,"scrollMove","moveOnMouseWheel",t,{scrollDelta:v,originX:s,originY:l,isAvailableBehavior:null})}}},e.prototype._pinchHandler=function(t){if(!M1(this._zr,"globalPan")){var a=t.pinchScale>1?1.1:1/1.1;ec(this,"zoom",null,t,{scale:a,originX:t.pinchX,originY:t.pinchY,isAvailableBehavior:null})}},e}(sr);function ec(r,e,t,a,i){r.pointerChecker&&r.pointerChecker(a,i.originX,i.originY)&&(oa(a.event),zM(r,e,t,a,i))}function zM(r,e,t,a,i){i.isAvailableBehavior=U($u,null,t,a),r.trigger(e,i)}function $u(r,e,t){var a=t[r];return!r||a&&(!$(a)||e.event[a+"Key"])}var bl=PG;function ty(r,e,t){var a=r.target;a.x+=e,a.y+=t,a.dirty()}function ey(r,e,t,a){var i=r.target,n=r.zoomLimit,o=r.zoom=r.zoom||1;if(o*=e,n){var s=n.min||0,l=n.max||1/0;o=Math.max(Math.min(l,o),s)}var u=o/r.zoom;r.zoom=o,i.x-=(t-i.x)*(u-1),i.y-=(a-i.y)*(u-1),i.scaleX*=u,i.scaleY*=u,i.dirty()}var RG={axisPointer:1,tooltip:1,brush:1};function Ah(r,e,t){var a=e.getComponentByElement(r.topTarget),i=a&&a.coordinateSystem;return a&&a!==t&&!RG.hasOwnProperty(a.mainType)&&i&&i.model!==t}function GM(r){if($(r)){var e=new DOMParser;r=e.parseFromString(r,"text/xml")}var t=r;for(t.nodeType===9&&(t=t.firstChild);t.nodeName.toLowerCase()!=="svg"||t.nodeType!==1;)t=t.nextSibling;return t}var rc,Df={fill:"fill",stroke:"stroke","stroke-width":"lineWidth",opacity:"opacity","fill-opacity":"fillOpacity","stroke-opacity":"strokeOpacity","stroke-dasharray":"lineDash","stroke-dashoffset":"lineDashOffset","stroke-linecap":"lineCap","stroke-linejoin":"lineJoin","stroke-miterlimit":"miterLimit","font-family":"fontFamily","font-size":"fontSize","font-style":"fontStyle","font-weight":"fontWeight","text-anchor":"textAlign",visibility:"visibility",display:"display"},D1=mt(Df),Lf={"alignment-baseline":"textBaseline","stop-color":"stopColor"},L1=mt(Lf),EG=function(){function r(){this._defs={},this._root=null}return r.prototype.parse=function(e,t){t=t||{};var a=GM(e);this._defsUsePending=[];var i=new rt;this._root=i;var n=[],o=a.getAttribute("viewBox")||"",s=parseFloat(a.getAttribute("width")||t.width),l=parseFloat(a.getAttribute("height")||t.height);isNaN(s)&&(s=null),isNaN(l)&&(l=null),Be(a,i,null,!0,!1);for(var u=a.firstChild;u;)this._parseNode(u,i,n,null,!1,!1),u=u.nextSibling;NG(this._defs,this._defsUsePending),this._defsUsePending=[];var f,h;if(o){var v=Ch(o);v.length>=4&&(f={x:parseFloat(v[0]||0),y:parseFloat(v[1]||0),width:parseFloat(v[2]),height:parseFloat(v[3])})}if(f&&s!=null&&l!=null&&(h=HM(f,{x:0,y:0,width:s,height:l}),!t.ignoreViewBox)){var c=i;i=new rt,i.add(c),c.scaleX=c.scaleY=h.scale,c.x=h.x,c.y=h.y}return!t.ignoreRootClip&&s!=null&&l!=null&&i.setClipPath(new xt({shape:{x:0,y:0,width:s,height:l}})),{root:i,width:s,height:l,viewBoxRect:f,viewBoxTransform:h,named:n}},r.prototype._parseNode=function(e,t,a,i,n,o){var s=e.nodeName.toLowerCase(),l,u=i;if(s==="defs"&&(n=!0),s==="text"&&(o=!0),s==="defs"||s==="switch")l=t;else{if(!n){var f=rc[s];if(f&&Y(rc,s)){l=f.call(this,e,t);var h=e.getAttribute("name");if(h){var v={name:h,namedFrom:null,svgNodeTagLower:s,el:l};a.push(v),s==="g"&&(u=v)}else i&&a.push({name:i.name,namedFrom:i,svgNodeTagLower:s,el:l});t.add(l)}}var c=I1[s];if(c&&Y(I1,s)){var p=c.call(this,e),d=e.getAttribute("id");d&&(this._defs[d]=p)}}if(l&&l.isGroup)for(var g=e.firstChild;g;)g.nodeType===1?this._parseNode(g,l,a,u,n,o):g.nodeType===3&&o&&this._parseText(g,l),g=g.nextSibling},r.prototype._parseText=function(e,t){var a=new Es({style:{text:e.textContent},silent:!0,x:this._textX||0,y:this._textY||0});Ye(t,a),Be(e,a,this._defsUsePending,!1,!1),kG(a,t);var i=a.style,n=i.fontSize;n&&n<9&&(i.fontSize=9,a.scaleX*=n/9,a.scaleY*=n/9);var o=(i.fontSize||i.fontFamily)&&[i.fontStyle,i.fontWeight,(i.fontSize||12)+"px",i.fontFamily||"sans-serif"].join(" ");i.font=o;var s=a.getBoundingRect();return this._textX+=s.width,t.add(a),a},r.internalField=function(){rc={g:function(e,t){var a=new rt;return Ye(t,a),Be(e,a,this._defsUsePending,!1,!1),a},rect:function(e,t){var a=new xt;return Ye(t,a),Be(e,a,this._defsUsePending,!1,!1),a.setShape({x:parseFloat(e.getAttribute("x")||"0"),y:parseFloat(e.getAttribute("y")||"0"),width:parseFloat(e.getAttribute("width")||"0"),height:parseFloat(e.getAttribute("height")||"0")}),a.silent=!0,a},circle:function(e,t){var a=new Wr;return Ye(t,a),Be(e,a,this._defsUsePending,!1,!1),a.setShape({cx:parseFloat(e.getAttribute("cx")||"0"),cy:parseFloat(e.getAttribute("cy")||"0"),r:parseFloat(e.getAttribute("r")||"0")}),a.silent=!0,a},line:function(e,t){var a=new oe;return Ye(t,a),Be(e,a,this._defsUsePending,!1,!1),a.setShape({x1:parseFloat(e.getAttribute("x1")||"0"),y1:parseFloat(e.getAttribute("y1")||"0"),x2:parseFloat(e.getAttribute("x2")||"0"),y2:parseFloat(e.getAttribute("y2")||"0")}),a.silent=!0,a},ellipse:function(e,t){var a=new fg;return Ye(t,a),Be(e,a,this._defsUsePending,!1,!1),a.setShape({cx:parseFloat(e.getAttribute("cx")||"0"),cy:parseFloat(e.getAttribute("cy")||"0"),rx:parseFloat(e.getAttribute("rx")||"0"),ry:parseFloat(e.getAttribute("ry")||"0")}),a.silent=!0,a},polygon:function(e,t){var a=e.getAttribute("points"),i;a&&(i=E1(a));var n=new ke({shape:{points:i||[]},silent:!0});return Ye(t,n),Be(e,n,this._defsUsePending,!1,!1),n},polyline:function(e,t){var a=e.getAttribute("points"),i;a&&(i=E1(a));var n=new Oe({shape:{points:i||[]},silent:!0});return Ye(t,n),Be(e,n,this._defsUsePending,!1,!1),n},image:function(e,t){var a=new ve;return Ye(t,a),Be(e,a,this._defsUsePending,!1,!1),a.setStyle({image:e.getAttribute("xlink:href")||e.getAttribute("href"),x:+e.getAttribute("x"),y:+e.getAttribute("y"),width:+e.getAttribute("width"),height:+e.getAttribute("height")}),a.silent=!0,a},text:function(e,t){var a=e.getAttribute("x")||"0",i=e.getAttribute("y")||"0",n=e.getAttribute("dx")||"0",o=e.getAttribute("dy")||"0";this._textX=parseFloat(a)+parseFloat(n),this._textY=parseFloat(i)+parseFloat(o);var s=new rt;return Ye(t,s),Be(e,s,this._defsUsePending,!1,!0),s},tspan:function(e,t){var a=e.getAttribute("x"),i=e.getAttribute("y");a!=null&&(this._textX=parseFloat(a)),i!=null&&(this._textY=parseFloat(i));var n=e.getAttribute("dx")||"0",o=e.getAttribute("dy")||"0",s=new rt;return Ye(t,s),Be(e,s,this._defsUsePending,!1,!0),this._textX+=parseFloat(n),this._textY+=parseFloat(o),s},path:function(e,t){var a=e.getAttribute("d")||"",i=mT(a);return Ye(t,i),Be(e,i,this._defsUsePending,!1,!1),i.silent=!0,i}}}(),r}(),I1={lineargradient:function(r){var e=parseInt(r.getAttribute("x1")||"0",10),t=parseInt(r.getAttribute("y1")||"0",10),a=parseInt(r.getAttribute("x2")||"10",10),i=parseInt(r.getAttribute("y2")||"0",10),n=new sl(e,t,a,i);return P1(r,n),R1(r,n),n},radialgradient:function(r){var e=parseInt(r.getAttribute("cx")||"0",10),t=parseInt(r.getAttribute("cy")||"0",10),a=parseInt(r.getAttribute("r")||"0",10),i=new PT(e,t,a);return P1(r,i),R1(r,i),i}};function P1(r,e){var t=r.getAttribute("gradientUnits");t==="userSpaceOnUse"&&(e.global=!0)}function R1(r,e){for(var t=r.firstChild;t;){if(t.nodeType===1&&t.nodeName.toLocaleLowerCase()==="stop"){var a=t.getAttribute("offset"),i=void 0;a&&a.indexOf("%")>0?i=parseInt(a,10)/100:a?i=parseFloat(a):i=0;var n={};FM(t,n,n);var o=n.stopColor||t.getAttribute("stop-color")||"#000000";e.colorStops.push({offset:i,color:o})}t=t.nextSibling}}function Ye(r,e){r&&r.__inheritedStyle&&(e.__inheritedStyle||(e.__inheritedStyle={}),Q(e.__inheritedStyle,r.__inheritedStyle))}function E1(r){for(var e=Ch(r),t=[],a=0;a<e.length;a+=2){var i=parseFloat(e[a]),n=parseFloat(e[a+1]);t.push([i,n])}return t}function Be(r,e,t,a,i){var n=e,o=n.__inheritedStyle=n.__inheritedStyle||{},s={};r.nodeType===1&&(zG(r,e),FM(r,o,s),a||GG(r,o,s)),n.style=n.style||{},o.fill!=null&&(n.style.fill=k1(n,"fill",o.fill,t)),o.stroke!=null&&(n.style.stroke=k1(n,"stroke",o.stroke,t)),C(["lineWidth","opacity","fillOpacity","strokeOpacity","miterLimit","fontSize"],function(l){o[l]!=null&&(n.style[l]=parseFloat(o[l]))}),C(["lineDashOffset","lineCap","lineJoin","fontWeight","fontFamily","fontStyle","textAlign"],function(l){o[l]!=null&&(n.style[l]=o[l])}),i&&(n.__selfStyle=s),o.lineDash&&(n.style.lineDash=G(Ch(o.lineDash),function(l){return parseFloat(l)})),(o.visibility==="hidden"||o.visibility==="collapse")&&(n.invisible=!0),o.display==="none"&&(n.ignore=!0)}function kG(r,e){var t=e.__selfStyle;if(t){var a=t.textBaseline,i=a;!a||a==="auto"||a==="baseline"?i="alphabetic":a==="before-edge"||a==="text-before-edge"?i="top":a==="after-edge"||a==="text-after-edge"?i="bottom":(a==="central"||a==="mathematical")&&(i="middle"),r.style.textBaseline=i}var n=e.__inheritedStyle;if(n){var o=n.textAlign,s=o;o&&(o==="middle"&&(s="center"),r.style.textAlign=s)}}var OG=/^url\(\s*#(.*?)\)/;function k1(r,e,t,a){var i=t&&t.match(OG);if(i){var n=dr(i[1]);a.push([r,e,n]);return}return t==="none"&&(t=null),t}function NG(r,e){for(var t=0;t<e.length;t++){var a=e[t];a[0].style[a[1]]=r[a[2]]}}var BG=/-?([0-9]*\.)?[0-9]+([eE]-?[0-9]+)?/g;function Ch(r){return r.match(BG)||[]}var VG=/(translate|scale|rotate|skewX|skewY|matrix)\(([\-\s0-9\.eE,]*)\)/g,ac=Math.PI/180;function zG(r,e){var t=r.getAttribute("transform");if(t){t=t.replace(/,/g," ");var a=[],i=null;t.replace(VG,function(h,v,c){return a.push(v,c),""});for(var n=a.length-1;n>0;n-=2){var o=a[n],s=a[n-1],l=Ch(o);switch(i=i||nr(),s){case"translate":zr(i,i,[parseFloat(l[0]),parseFloat(l[1]||"0")]);break;case"scale":Qd(i,i,[parseFloat(l[0]),parseFloat(l[1]||l[0])]);break;case"rotate":ln(i,i,-parseFloat(l[0])*ac);break;case"skewX":var u=Math.tan(parseFloat(l[0])*ac);aa(i,[1,0,u,1,0,0],i);break;case"skewY":var f=Math.tan(parseFloat(l[0])*ac);aa(i,[1,f,0,1,0,0],i);break;case"matrix":i[0]=parseFloat(l[0]),i[1]=parseFloat(l[1]),i[2]=parseFloat(l[2]),i[3]=parseFloat(l[3]),i[4]=parseFloat(l[4]),i[5]=parseFloat(l[5]);break}}e.setLocalTransform(i)}}var O1=/([^\s:;]+)\s*:\s*([^:;]+)/g;function FM(r,e,t){var a=r.getAttribute("style");if(!!a){O1.lastIndex=0;for(var i;(i=O1.exec(a))!=null;){var n=i[1],o=Y(Df,n)?Df[n]:null;o&&(e[o]=i[2]);var s=Y(Lf,n)?Lf[n]:null;s&&(t[s]=i[2])}}}function GG(r,e,t){for(var a=0;a<D1.length;a++){var i=D1[a],n=r.getAttribute(i);n!=null&&(e[Df[i]]=n)}for(var a=0;a<L1.length;a++){var i=L1[a],n=r.getAttribute(i);n!=null&&(t[Lf[i]]=n)}}function HM(r,e){var t=e.width/r.width,a=e.height/r.height,i=Math.min(t,a);return{scale:i,x:-(r.x+r.width/2)*i+(e.x+e.width/2),y:-(r.y+r.height/2)*i+(e.y+e.height/2)}}function FG(r,e){var t=new EG;return t.parse(r,e)}var HG=q(["rect","circle","line","ellipse","polygon","polyline","path","text","tspan","g"]),WG=function(){function r(e,t){this.type="geoSVG",this._usedGraphicMap=q(),this._freedGraphics=[],this._mapName=e,this._parsedXML=GM(t)}return r.prototype.load=function(){var e=this._firstGraphic;if(!e){e=this._firstGraphic=this._buildGraphic(this._parsedXML),this._freedGraphics.push(e),this._boundingRect=this._firstGraphic.boundingRect.clone();var t=UG(e.named),a=t.regions,i=t.regionsMap;this._regions=a,this._regionsMap=i}return{boundingRect:this._boundingRect,regions:this._regions,regionsMap:this._regionsMap}},r.prototype._buildGraphic=function(e){var t,a;try{t=e&&FG(e,{ignoreViewBox:!0,ignoreRootClip:!0})||{},a=t.root,Ae(a!=null)}catch(g){throw new Error(`Invalid svg format
- `+g.message)}var i=new rt;i.add(a),i.isGeoSVGGraphicRoot=!0;var n=t.width,o=t.height,s=t.viewBoxRect,l=this._boundingRect;if(!l){var u=void 0,f=void 0,h=void 0,v=void 0;if(n!=null?(u=0,h=n):s&&(u=s.x,h=s.width),o!=null?(f=0,v=o):s&&(f=s.y,v=s.height),u==null||f==null){var c=a.getBoundingRect();u==null&&(u=c.x,h=c.width),f==null&&(f=c.y,v=c.height)}l=this._boundingRect=new ft(u,f,h,v)}if(s){var p=HM(s,l);a.scaleX=a.scaleY=p.scale,a.x=p.x,a.y=p.y}i.setClipPath(new xt({shape:l.plain()}));var d=[];return C(t.named,function(g){HG.get(g.svgNodeTagLower)!=null&&(d.push(g),$G(g.el))}),{root:i,boundingRect:l,named:d}},r.prototype.useGraphic=function(e){var t=this._usedGraphicMap,a=t.get(e);return a||(a=this._freedGraphics.pop()||this._buildGraphic(this._parsedXML),t.set(e,a),a)},r.prototype.freeGraphic=function(e){var t=this._usedGraphicMap,a=t.get(e);a&&(t.removeKey(e),this._freedGraphics.push(a))},r}();function $G(r){r.silent=!1,r.isGroup&&r.traverse(function(e){e.silent=!1})}function UG(r){var e=[],t=q();return C(r,function(a){if(a.namedFrom==null){var i=new fV(a.name,a.el);e.push(i),t.set(a.name,i)}}),{regions:e,regionsMap:t}}var ld=[126,25],N1="\u5357\u6D77\u8BF8\u5C9B",Li=[[[0,3.5],[7,11.2],[15,11.9],[30,7],[42,.7],[52,.7],[56,7.7],[59,.7],[64,.7],[64,0],[5,0],[0,3.5]],[[13,16.1],[19,14.7],[16,21.7],[11,23.1],[13,16.1]],[[12,32.2],[14,38.5],[15,38.5],[13,32.2],[12,32.2]],[[16,47.6],[12,53.2],[13,53.2],[18,47.6],[16,47.6]],[[6,64.4],[8,70],[9,70],[8,64.4],[6,64.4]],[[23,82.6],[29,79.8],[30,79.8],[25,82.6],[23,82.6]],[[37,70.7],[43,62.3],[44,62.3],[39,70.7],[37,70.7]],[[48,51.1],[51,45.5],[53,45.5],[50,51.1],[48,51.1]],[[51,35],[51,28.7],[53,28.7],[53,35],[51,35]],[[52,22.4],[55,17.5],[56,17.5],[53,22.4],[52,22.4]],[[58,12.6],[62,7],[63,7],[60,12.6],[58,12.6]],[[0,3.5],[0,93.1],[64,93.1],[64,0],[63,0],[63,92.4],[1,92.4],[1,3.5],[0,3.5]]];for(var Ci=0;Ci<Li.length;Ci++)for(var Mn=0;Mn<Li[Ci].length;Mn++)Li[Ci][Mn][0]/=10.5,Li[Ci][Mn][1]/=-10.5/.75,Li[Ci][Mn][0]+=ld[0],Li[Ci][Mn][1]+=ld[1];function YG(r,e){if(r==="china"){for(var t=0;t<e.length;t++)if(e[t].name===N1)return;e.push(new HC(N1,G(Li,function(a){return{type:"polygon",exterior:a}}),ld))}}var ZG={\u5357\u6D77\u8BF8\u5C9B:[32,80],\u5E7F\u4E1C:[0,-10],\u9999\u6E2F:[10,5],\u6FB3\u95E8:[-10,10],\u5929\u6D25:[5,5]};function XG(r,e){if(r==="china"){var t=ZG[e.name];if(t){var a=e.getCenter();a[0]+=t[0]/10.5,a[1]+=-t[1]/(10.5/.75),e.setCenter(a)}}}var qG=[[[123.45165252685547,25.73527164402261],[123.49731445312499,25.73527164402261],[123.49731445312499,25.750734064600884],[123.45165252685547,25.750734064600884],[123.45165252685547,25.73527164402261]]];function KG(r,e){r==="china"&&e.name==="\u53F0\u6E7E"&&e.geometries.push({type:"polygon",exterior:qG[0]})}var QG="name",jG=function(){function r(e,t,a){this.type="geoJSON",this._parsedMap=q(),this._mapName=e,this._specialAreas=a,this._geoJSON=tF(t)}return r.prototype.load=function(e,t){t=t||QG;var a=this._parsedMap.get(t);if(!a){var i=this._parseToRegions(t);a=this._parsedMap.set(t,{regions:i,boundingRect:JG(i)})}var n=q(),o=[];return C(a.regions,function(s){var l=s.name;e&&Y(e,l)&&(s=s.cloneShallow(l=e[l])),o.push(s),n.set(l,s)}),{regions:o,boundingRect:a.boundingRect||new ft(0,0,0,0),regionsMap:n}},r.prototype._parseToRegions=function(e){var t=this._mapName,a=this._geoJSON,i;try{i=a?vV(a,e):[]}catch(n){throw new Error(`Invalid geoJson format
- `+n.message)}return YG(t,i),C(i,function(n){var o=n.name;XG(t,n),KG(t,n);var s=this._specialAreas&&this._specialAreas[o];s&&n.transformTo(s.left,s.top,s.width,s.height)},this),i},r.prototype.getMapForUser=function(){return{geoJson:this._geoJSON,geoJSON:this._geoJSON,specialAreas:this._specialAreas}},r}();function JG(r){for(var e,t=0;t<r.length;t++){var a=r[t].getBoundingRect();e=e||a.clone(),e.union(a)}return e}function tF(r){return $(r)?typeof JSON!="undefined"&&JSON.parse?JSON.parse(r):new Function("return ("+r+");")():r}var Uo=q(),va={registerMap:function(r,e,t){if(e.svg){var a=new WG(r,e.svg);Uo.set(r,a)}else{var i=e.geoJson||e.geoJSON;i&&!e.features?t=e.specialAreas:i=e;var a=new jG(r,i,t);Uo.set(r,a)}},getGeoResource:function(r){return Uo.get(r)},getMapForUser:function(r){var e=Uo.get(r);return e&&e.type==="geoJSON"&&e.getMapForUser()},load:function(r,e,t){var a=Uo.get(r);if(!!a)return a.load(e,t)}},ry=["rect","circle","line","ellipse","polygon","polyline","path"],eF=q(ry),rF=q(ry.concat(["g"])),aF=q(ry.concat(["g"])),WM=At();function cu(r){var e=r.getItemStyle(),t=r.get("areaColor");return t!=null&&(e.fill=t),e}function B1(r){var e=r.style;e&&(e.stroke=e.stroke||e.fill,e.fill=null)}var iF=function(){function r(e){var t=new rt;this.uid=go("ec_map_draw"),this._controller=new bl(e.getZr()),this._controllerHost={target:t},this.group=t,t.add(this._regionsGroup=new rt),t.add(this._svgGroup=new rt)}return r.prototype.draw=function(e,t,a,i,n){var o=e.mainType==="geo",s=e.getData&&e.getData();o&&t.eachComponent({mainType:"series",subType:"map"},function(y){!s&&y.getHostGeoModel()===e&&(s=y.getData())});var l=e.coordinateSystem,u=this._regionsGroup,f=this.group,h=l.getTransformInfo(),v=h.raw,c=h.roam,p=!u.childAt(0)||n;p?(f.x=c.x,f.y=c.y,f.scaleX=c.scaleX,f.scaleY=c.scaleY,f.dirty()):Tt(f,c,e);var d=s&&s.getVisual("visualMeta")&&s.getVisual("visualMeta").length>0,g={api:a,geo:l,mapOrGeoModel:e,data:s,isVisualEncodedByVisualMap:d,isGeo:o,transformInfoRaw:v};l.resourceType==="geoJSON"?this._buildGeoJSON(g):l.resourceType==="geoSVG"&&this._buildSVG(g),this._updateController(e,t,a),this._updateMapSelectHandler(e,u,a,i)},r.prototype._buildGeoJSON=function(e){var t=this._regionsGroupByName=q(),a=q(),i=this._regionsGroup,n=e.transformInfoRaw,o=e.mapOrGeoModel,s=e.data,l=e.geo.projection,u=l&&l.stream;function f(c,p){return p&&(c=p(c)),c&&[c[0]*n.scaleX+n.x,c[1]*n.scaleY+n.y]}function h(c){for(var p=[],d=!u&&l&&l.project,g=0;g<c.length;++g){var y=f(c[g],d);y&&p.push(y)}return p}function v(c){return{shape:{points:h(c)}}}i.removeAll(),C(e.geo.regions,function(c){var p=c.name,d=t.get(p),g=a.get(p)||{},y=g.dataIdx,m=g.regionModel;d||(d=t.set(p,new rt),i.add(d),y=s?s.indexOfName(p):null,m=e.isGeo?o.getRegionModel(p):s?s.getItemModel(y):null,a.set(p,{dataIdx:y,regionModel:m}));var _=[],S=[];C(c.geometries,function(w){if(w.type==="polygon"){var T=[w.exterior].concat(w.interiors||[]);u&&(T=W1(T,u)),C(T,function(M){_.push(new ke(v(M)))})}else{var A=w.points;u&&(A=W1(A,u,!0)),C(A,function(M){S.push(new Oe(v(M)))})}});var b=f(c.getCenter(),l&&l.project);function x(w,T){if(!!w.length){var A=new vg({culling:!0,segmentIgnoreThreshold:1,shape:{paths:w}});d.add(A),V1(e,A,y,m),z1(e,A,p,m,o,y,b),T&&(B1(A),C(A.states,B1))}}x(_),x(S,!0)}),t.each(function(c,p){var d=a.get(p),g=d.dataIdx,y=d.regionModel;G1(e,c,p,y,o,g),F1(e,c,p,y,o),H1(e,c,p,y,o)},this)},r.prototype._buildSVG=function(e){var t=e.geo.map,a=e.transformInfoRaw;this._svgGroup.x=a.x,this._svgGroup.y=a.y,this._svgGroup.scaleX=a.scaleX,this._svgGroup.scaleY=a.scaleY,this._svgResourceChanged(t)&&(this._freeSVG(),this._useSVG(t));var i=this._svgDispatcherMap=q(),n=!1;C(this._svgGraphicRecord.named,function(o){var s=o.name,l=e.mapOrGeoModel,u=e.data,f=o.svgNodeTagLower,h=o.el,v=u?u.indexOfName(s):null,c=l.getRegionModel(s);if(eF.get(f)!=null&&h instanceof or&&V1(e,h,v,c),h instanceof or&&(h.culling=!0),h.z2EmphasisLift=0,!o.namedFrom&&(aF.get(f)!=null&&z1(e,h,s,c,l,v,null),G1(e,h,s,c,l,v),F1(e,h,s,c,l),rF.get(f)!=null)){var p=H1(e,h,s,c,l);p==="self"&&(n=!0);var d=i.get(s)||i.set(s,[]);d.push(h)}},this),this._enableBlurEntireSVG(n,e)},r.prototype._enableBlurEntireSVG=function(e,t){if(e&&t.isGeo){var a=t.mapOrGeoModel.getModel(["blur","itemStyle"]).getItemStyle(),i=a.opacity;this._svgGraphicRecord.root.traverse(function(n){if(!n.isGroup){rn(n);var o=n.ensureState("blur").style||{};o.opacity==null&&i!=null&&(o.opacity=i),n.ensureState("emphasis")}})}},r.prototype.remove=function(){this._regionsGroup.removeAll(),this._regionsGroupByName=null,this._svgGroup.removeAll(),this._freeSVG(),this._controller.dispose(),this._controllerHost=null},r.prototype.findHighDownDispatchers=function(e,t){if(e==null)return[];var a=t.coordinateSystem;if(a.resourceType==="geoJSON"){var i=this._regionsGroupByName;if(i){var n=i.get(e);return n?[n]:[]}}else if(a.resourceType==="geoSVG")return this._svgDispatcherMap&&this._svgDispatcherMap.get(e)||[]},r.prototype._svgResourceChanged=function(e){return this._svgMapName!==e},r.prototype._useSVG=function(e){var t=va.getGeoResource(e);if(t&&t.type==="geoSVG"){var a=t.useGraphic(this.uid);this._svgGroup.add(a.root),this._svgGraphicRecord=a,this._svgMapName=e}},r.prototype._freeSVG=function(){var e=this._svgMapName;if(e!=null){var t=va.getGeoResource(e);t&&t.type==="geoSVG"&&t.freeGraphic(this.uid),this._svgGraphicRecord=null,this._svgDispatcherMap=null,this._svgGroup.removeAll(),this._svgMapName=null}},r.prototype._updateController=function(e,t,a){var i=e.coordinateSystem,n=this._controller,o=this._controllerHost;o.zoomLimit=e.get("scaleLimit"),o.zoom=i.getZoom(),n.enable(e.get("roam")||!1);var s=e.mainType;function l(){var u={type:"geoRoam",componentType:s};return u[s+"Id"]=e.id,u}n.off("pan").on("pan",function(u){this._mouseDownFlag=!1,ty(o,u.dx,u.dy),a.dispatchAction(V(l(),{dx:u.dx,dy:u.dy,animation:{duration:0}}))},this),n.off("zoom").on("zoom",function(u){this._mouseDownFlag=!1,ey(o,u.scale,u.originX,u.originY),a.dispatchAction(V(l(),{zoom:u.scale,originX:u.originX,originY:u.originY,animation:{duration:0}}))},this),n.setPointerChecker(function(u,f,h){return i.containPoint([f,h])&&!Ah(u,a,e)})},r.prototype.resetForLabelLayout=function(){this.group.traverse(function(e){var t=e.getTextContent();t&&(t.ignore=WM(t).ignore)})},r.prototype._updateMapSelectHandler=function(e,t,a,i){var n=this;t.off("mousedown"),t.off("click"),e.get("selectedMode")&&(t.on("mousedown",function(){n._mouseDownFlag=!0}),t.on("click",function(o){!n._mouseDownFlag||(n._mouseDownFlag=!1)}))},r}();function V1(r,e,t,a){var i=a.getModel("itemStyle"),n=a.getModel(["emphasis","itemStyle"]),o=a.getModel(["blur","itemStyle"]),s=a.getModel(["select","itemStyle"]),l=cu(i),u=cu(n),f=cu(s),h=cu(o),v=r.data;if(v){var c=v.getItemVisual(t,"style"),p=v.getItemVisual(t,"decal");r.isVisualEncodedByVisualMap&&c.fill&&(l.fill=c.fill),p&&(l.decal=eo(p,r.api))}e.setStyle(l),e.style.strokeNoScale=!0,e.ensureState("emphasis").style=u,e.ensureState("select").style=f,e.ensureState("blur").style=h,rn(e)}function z1(r,e,t,a,i,n,o){var s=r.data,l=r.isGeo,u=s&&isNaN(s.get(s.mapDimension("value"),n)),f=s&&s.getItemLayout(n);if(l||u||f&&f.showLabel){var h=l?t:n,v=void 0;(!s||n>=0)&&(v=i);var c=o?{normal:{align:"center",verticalAlign:"middle"}}:null;_e(e,se(a),{labelFetcher:v,labelDataIndex:h,defaultText:t},c);var p=e.getTextContent();if(p&&(WM(p).ignore=p.ignore,e.textConfig&&o)){var d=e.getBoundingRect().clone();e.textConfig.layoutRect=d,e.textConfig.position=[(o[0]-d.x)/d.width*100+"%",(o[1]-d.y)/d.height*100+"%"]}e.disableLabelAnimation=!0}else e.removeTextContent(),e.removeTextConfig(),e.disableLabelAnimation=null}function G1(r,e,t,a,i,n){r.data?r.data.setItemGraphicEl(n,e):at(e).eventData={componentType:"geo",componentIndex:i.componentIndex,geoIndex:i.componentIndex,name:t,region:a&&a.option||{}}}function F1(r,e,t,a,i){r.data||co({el:e,componentModel:i,itemName:t,itemTooltipOption:a.get("tooltip")})}function H1(r,e,t,a,i){e.highDownSilentOnTouch=!!i.get("selectedMode");var n=a.getModel("emphasis"),o=n.get("focus");return Yt(e,o,n.get("blurScope"),n.get("disabled")),r.isGeo&&aE(e,i,t),o}function W1(r,e,t){var a=[],i;function n(){i=[]}function o(){i.length&&(a.push(i),i=[])}var s=e({polygonStart:n,polygonEnd:o,lineStart:n,lineEnd:o,point:function(l,u){isFinite(l)&&isFinite(u)&&i.push([l,u])},sphere:function(){}});return!t&&s.polygonStart(),C(r,function(l){s.lineStart();for(var u=0;u<l.length;u++)s.point(l[u][0],l[u][1]);s.lineEnd()}),!t&&s.polygonEnd(),a}var $M=iF,nF=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.prototype.render=function(t,a,i,n){if(!(n&&n.type==="mapToggleSelect"&&n.from===this.uid)){var o=this.group;if(o.removeAll(),!t.getHostGeoModel()){if(this._mapDraw&&n&&n.type==="geoRoam"&&this._mapDraw.resetForLabelLayout(),n&&n.type==="geoRoam"&&n.componentType==="series"&&n.seriesId===t.id){var s=this._mapDraw;s&&o.add(s.group)}else if(t.needsDrawMap){var s=this._mapDraw||new $M(i);o.add(s.group),s.draw(t,a,i,this,n),this._mapDraw=s}else this._mapDraw&&this._mapDraw.remove(),this._mapDraw=null;t.get("showLegendSymbol")&&a.getComponent("legend")&&this._renderSymbols(t,a,i)}}},e.prototype.remove=function(){this._mapDraw&&this._mapDraw.remove(),this._mapDraw=null,this.group.removeAll()},e.prototype.dispose=function(){this._mapDraw&&this._mapDraw.remove(),this._mapDraw=null},e.prototype._renderSymbols=function(t,a,i){var n=t.originalData,o=this.group;n.each(n.mapDimension("value"),function(s,l){if(!isNaN(s)){var u=n.getItemLayout(l);if(!(!u||!u.point)){var f=u.point,h=u.offset,v=new Wr({style:{fill:t.getData().getVisual("style").fill},shape:{cx:f[0]+h*9,cy:f[1],r:3},silent:!0,z2:8+(h?0:ho+1)});if(!h){var c=t.mainSeries.getData(),p=n.getName(l),d=c.indexOfName(p),g=n.getItemModel(l),y=g.getModel("label"),m=c.getItemGraphicEl(d);_e(v,se(g),{labelFetcher:{getFormattedLabel:function(_,S){return t.getFormattedLabel(d,S)}},defaultText:p}),v.disableLabelAnimation=!0,y.get("position")||v.setTextConfig({position:"bottom"}),m.onHoverStateChange=function(_){sf(v,_)}}o.add(v)}}})},e.type="map",e}(Bt),oF=nF,sF=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t.needsDrawMap=!1,t.seriesGroup=[],t.getTooltipPosition=function(a){if(a!=null){var i=this.getData().getName(a),n=this.coordinateSystem,o=n.getRegion(i);return o&&n.dataToPoint(o.getCenter())}},t}return e.prototype.getInitialData=function(t){for(var a=To(this,{coordDimensions:["value"],encodeDefaulter:it(xg,this)}),i=q(),n=[],o=0,s=a.count();o<s;o++){var l=a.getName(o);i.set(l,!0)}var u=va.load(this.getMapType(),this.option.nameMap,this.option.nameProperty);return C(u.regions,function(f){var h=f.name;i.get(h)||n.push(h)}),a.appendValues([],n),a},e.prototype.getHostGeoModel=function(){var t=this.option.geoIndex;return t!=null?this.ecModel.getComponent("geo",t):null},e.prototype.getMapType=function(){return(this.getHostGeoModel()||this).option.map},e.prototype.getRawValue=function(t){var a=this.getData();return a.get(a.mapDimension("value"),t)},e.prototype.getRegionModel=function(t){var a=this.getData();return a.getItemModel(a.indexOfName(t))},e.prototype.formatTooltip=function(t,a,i){for(var n=this.getData(),o=this.getRawValue(t),s=n.getName(t),l=this.seriesGroup,u=[],f=0;f<l.length;f++){var h=l[f].originalData.indexOfName(s),v=n.mapDimension("value");isNaN(l[f].originalData.get(v,h))||u.push(l[f].name)}return ae("section",{header:u.join(", "),noHeader:!u.length,blocks:[ae("nameValue",{name:s,value:o})]})},e.prototype.setZoom=function(t){this.option.zoom=t},e.prototype.setCenter=function(t){this.option.center=t},e.prototype.getLegendIcon=function(t){var a=t.icon||"roundRect",i=Qt(a,0,0,t.itemWidth,t.itemHeight,t.itemStyle.fill);return i.setStyle(t.itemStyle),i.style.stroke="none",a.indexOf("empty")>-1&&(i.style.stroke=i.style.fill,i.style.fill="#fff",i.style.lineWidth=2),i},e.type="series.map",e.dependencies=["geo"],e.layoutMode="box",e.defaultOption={z:2,coordinateSystem:"geo",map:"",left:"center",top:"center",aspectScale:null,showLegendSymbol:!0,boundingCoords:null,center:null,zoom:1,scaleLimit:null,selectedMode:!0,label:{show:!1,color:"#000"},itemStyle:{borderWidth:.5,borderColor:"#444",areaColor:"#eee"},emphasis:{label:{show:!0,color:"rgb(100,0,0)"},itemStyle:{areaColor:"rgba(255,215,0,0.8)"}},select:{label:{show:!0,color:"rgb(100,0,0)"},itemStyle:{color:"rgba(255,215,0,0.8)"}},nameProperty:"name"},e}(Ft),lF=sF;function uF(r,e){var t={};return C(r,function(a){a.each(a.mapDimension("value"),function(i,n){var o="ec-"+a.getName(n);t[o]=t[o]||[],isNaN(i)||t[o].push(i)})}),r[0].map(r[0].mapDimension("value"),function(a,i){for(var n="ec-"+r[0].getName(i),o=0,s=1/0,l=-1/0,u=t[n].length,f=0;f<u;f++)s=Math.min(s,t[n][f]),l=Math.max(l,t[n][f]),o+=t[n][f];var h;return e==="min"?h=s:e==="max"?h=l:e==="average"?h=o/u:h=o,u===0?NaN:h})}function fF(r){var e={};r.eachSeriesByType("map",function(t){var a=t.getHostGeoModel(),i=a?"o"+a.id:"i"+t.getMapType();(e[i]=e[i]||[]).push(t)}),C(e,function(t,a){for(var i=uF(G(t,function(o){return o.getData()}),t[0].get("mapValueCalculation")),n=0;n<t.length;n++)t[n].originalData=t[n].getData();for(var n=0;n<t.length;n++)t[n].seriesGroup=t,t[n].needsDrawMap=n===0&&!t[n].getHostGeoModel(),t[n].setData(i.cloneShallow()),t[n].mainSeries=t[0]})}function hF(r){var e={};r.eachSeriesByType("map",function(t){var a=t.getMapType();if(!(t.getHostGeoModel()||e[a])){var i={};C(t.seriesGroup,function(o){var s=o.coordinateSystem,l=o.originalData;o.get("showLegendSymbol")&&r.getComponent("legend")&&l.each(l.mapDimension("value"),function(u,f){var h=l.getName(f),v=s.getRegion(h);if(!(!v||isNaN(u))){var c=i[h]||0,p=s.dataToPoint(v.getCenter());i[h]=c+1,l.setItemLayout(f,{point:p,offset:c})}})});var n=t.getData();n.each(function(o){var s=n.getName(o),l=n.getItemLayout(o)||{};l.showLabel=!i[s],n.setItemLayout(o,l)}),e[a]=!0}})}var $1=ue,vF=function(r){k(e,r);function e(t){var a=r.call(this)||this;return a.type="view",a.dimensions=["x","y"],a._roamTransformable=new jr,a._rawTransformable=new jr,a.name=t,a}return e.prototype.setBoundingRect=function(t,a,i,n){return this._rect=new ft(t,a,i,n),this._rect},e.prototype.getBoundingRect=function(){return this._rect},e.prototype.setViewRect=function(t,a,i,n){this._transformTo(t,a,i,n),this._viewRect=new ft(t,a,i,n)},e.prototype._transformTo=function(t,a,i,n){var o=this.getBoundingRect(),s=this._rawTransformable;s.transform=o.calculateTransform(new ft(t,a,i,n));var l=s.parent;s.parent=null,s.decomposeTransform(),s.parent=l,this._updateTransform()},e.prototype.setCenter=function(t,a){!t||(this._center=[H(t[0],a.getWidth()),H(t[1],a.getHeight())],this._updateCenterAndZoom())},e.prototype.setZoom=function(t){t=t||1;var a=this.zoomLimit;a&&(a.max!=null&&(t=Math.min(a.max,t)),a.min!=null&&(t=Math.max(a.min,t))),this._zoom=t,this._updateCenterAndZoom()},e.prototype.getDefaultCenter=function(){var t=this.getBoundingRect(),a=t.x+t.width/2,i=t.y+t.height/2;return[a,i]},e.prototype.getCenter=function(){return this._center||this.getDefaultCenter()},e.prototype.getZoom=function(){return this._zoom||1},e.prototype.getRoamTransform=function(){return this._roamTransformable.getLocalTransform()},e.prototype._updateCenterAndZoom=function(){var t=this._rawTransformable.getLocalTransform(),a=this._roamTransformable,i=this.getDefaultCenter(),n=this.getCenter(),o=this.getZoom();n=ue([],n,t),i=ue([],i,t),a.originX=n[0],a.originY=n[1],a.x=i[0]-n[0],a.y=i[1]-n[1],a.scaleX=a.scaleY=o,this._updateTransform()},e.prototype._updateTransform=function(){var t=this._roamTransformable,a=this._rawTransformable;a.parent=t,t.updateTransform(),a.updateTransform(),Kd(this.transform||(this.transform=[]),a.transform||nr()),this._rawTransform=a.getLocalTransform(),this.invTransform=this.invTransform||[],uo(this.invTransform,this.transform),this.decomposeTransform()},e.prototype.getTransformInfo=function(){var t=this._rawTransformable,a=this._roamTransformable,i=new jr;return i.transform=a.transform,i.decomposeTransform(),{roam:{x:i.x,y:i.y,scaleX:i.scaleX,scaleY:i.scaleY},raw:{x:t.x,y:t.y,scaleX:t.scaleX,scaleY:t.scaleY}}},e.prototype.getViewRect=function(){return this._viewRect},e.prototype.getViewRectAfterRoam=function(){var t=this.getBoundingRect().clone();return t.applyTransform(this.transform),t},e.prototype.dataToPoint=function(t,a,i){var n=a?this._rawTransform:this.transform;return i=i||[],n?$1(i,t,n):xe(i,t)},e.prototype.pointToData=function(t){var a=this.invTransform;return a?$1([],t,a):[t[0],t[1]]},e.prototype.convertToPixel=function(t,a,i){var n=U1(a);return n===this?n.dataToPoint(i):null},e.prototype.convertFromPixel=function(t,a,i){var n=U1(a);return n===this?n.pointToData(i):null},e.prototype.containPoint=function(t){return this.getViewRectAfterRoam().contain(t[0],t[1])},e.dimensions=["x","y"],e}(jr);function U1(r){var e=r.seriesModel;return e?e.coordinateSystem:null}var wl=vF,cF={geoJSON:{aspectScale:.75,invertLongitute:!0},geoSVG:{aspectScale:1,invertLongitute:!1}},UM=["lng","lat"],YM=function(r){k(e,r);function e(t,a,i){var n=r.call(this,t)||this;n.dimensions=UM,n.type="geo",n._nameCoordMap=q(),n.map=a;var o=i.projection,s=va.load(a,i.nameMap,i.nameProperty),l=va.getGeoResource(a);n.resourceType=l?l.type:null;var u=n.regions=s.regions,f=cF[l.type];n._regionsMap=s.regionsMap,n.regions=s.regions,n.projection=o;var h;if(o)for(var v=0;v<u.length;v++){var c=u[v].getBoundingRect(o);h=h||c.clone(),h.union(c)}else h=s.boundingRect;return n.setBoundingRect(h.x,h.y,h.width,h.height),n.aspectScale=o?1:ct(i.aspectScale,f.aspectScale),n._invertLongitute=o?!1:f.invertLongitute,n}return e.prototype._transformTo=function(t,a,i,n){var o=this.getBoundingRect(),s=this._invertLongitute;o=o.clone(),s&&(o.y=-o.y-o.height);var l=this._rawTransformable;l.transform=o.calculateTransform(new ft(t,a,i,n));var u=l.parent;l.parent=null,l.decomposeTransform(),l.parent=u,s&&(l.scaleY=-l.scaleY),this._updateTransform()},e.prototype.getRegion=function(t){return this._regionsMap.get(t)},e.prototype.getRegionByCoord=function(t){for(var a=this.regions,i=0;i<a.length;i++){var n=a[i];if(n.type==="geoJSON"&&n.contain(t))return a[i]}},e.prototype.addGeoCoord=function(t,a){this._nameCoordMap.set(t,a)},e.prototype.getGeoCoord=function(t){var a=this._regionsMap.get(t);return this._nameCoordMap.get(t)||a&&a.getCenter()},e.prototype.dataToPoint=function(t,a,i){if($(t)&&(t=this.getGeoCoord(t)),t){var n=this.projection;return n&&(t=n.project(t)),t&&this.projectedToPoint(t,a,i)}},e.prototype.pointToData=function(t){var a=this.projection;return a&&(t=a.unproject(t)),t&&this.pointToProjected(t)},e.prototype.pointToProjected=function(t){return r.prototype.pointToData.call(this,t)},e.prototype.projectedToPoint=function(t,a,i){return r.prototype.dataToPoint.call(this,t,a,i)},e.prototype.convertToPixel=function(t,a,i){var n=Y1(a);return n===this?n.dataToPoint(i):null},e.prototype.convertFromPixel=function(t,a,i){var n=Y1(a);return n===this?n.pointToData(i):null},e}(wl);jt(YM,wl);function Y1(r){var e=r.geoModel,t=r.seriesModel;return e?e.coordinateSystem:t?t.coordinateSystem||(t.getReferringComponents("geo",qt).models[0]||{}).coordinateSystem:null}var Z1=YM;function X1(r,e){var t=r.get("boundingCoords");if(t!=null){var a=t[0],i=t[1];if(isFinite(a[0])&&isFinite(a[1])&&isFinite(i[0])&&isFinite(i[1])){var n=this.projection;if(n){var o=a[0],s=a[1],l=i[0],u=i[1];a=[1/0,1/0],i=[-1/0,-1/0];var f=function(x,w,T,A){for(var M=T-x,D=A-w,L=0;L<=100;L++){var I=L/100,P=n.project([x+M*I,w+D*I]);Pa(a,a,P),Ra(i,i,P)}};f(o,s,l,s),f(l,s,l,u),f(l,u,o,u),f(o,u,l,s)}this.setBoundingRect(a[0],a[1],i[0]-a[0],i[1]-a[1])}}var h=this.getBoundingRect(),v=r.get("layoutCenter"),c=r.get("layoutSize"),p=e.getWidth(),d=e.getHeight(),g=h.width/h.height*this.aspectScale,y=!1,m,_;v&&c&&(m=[H(v[0],p),H(v[1],d)],_=H(c,Math.min(p,d)),!isNaN(m[0])&&!isNaN(m[1])&&!isNaN(_)&&(y=!0));var S;if(y)S={},g>1?(S.width=_,S.height=_/g):(S.height=_,S.width=_*g),S.y=m[1]-S.height/2,S.x=m[0]-S.width/2;else{var b=r.getBoxLayoutParams();b.aspect=g,S=te(b,{width:p,height:d})}this.setViewRect(S.x,S.y,S.width,S.height),this.setCenter(r.get("center"),e),this.setZoom(r.get("zoom"))}function pF(r,e){C(e.get("geoCoord"),function(t,a){r.addGeoCoord(a,t)})}var dF=function(){function r(){this.dimensions=UM}return r.prototype.create=function(e,t){var a=[];function i(o){return{nameProperty:o.get("nameProperty"),aspectScale:o.get("aspectScale"),projection:o.get("projection")}}e.eachComponent("geo",function(o,s){var l=o.get("map"),u=new Z1(l+s,l,V({nameMap:o.get("nameMap")},i(o)));u.zoomLimit=o.get("scaleLimit"),a.push(u),o.coordinateSystem=u,u.model=o,u.resize=X1,u.resize(o,t)}),e.eachSeries(function(o){var s=o.get("coordinateSystem");if(s==="geo"){var l=o.get("geoIndex")||0;o.coordinateSystem=a[l]}});var n={};return e.eachSeriesByType("map",function(o){if(!o.getHostGeoModel()){var s=o.getMapType();n[s]=n[s]||[],n[s].push(o)}}),C(n,function(o,s){var l=G(o,function(f){return f.get("nameMap")}),u=new Z1(s,s,V({nameMap:$d(l)},i(o[0])));u.zoomLimit=ne.apply(null,G(o,function(f){return f.get("scaleLimit")})),a.push(u),u.resize=X1,u.resize(o[0],t),C(o,function(f){f.coordinateSystem=u,pF(u,f)})}),a},r.prototype.getFilledRegions=function(e,t,a,i){for(var n=(e||[]).slice(),o=q(),s=0;s<n.length;s++)o.set(n[s].name,n[s]);var l=va.load(t,a,i);return C(l.regions,function(u){var f=u.name;!o.get(f)&&n.push({name:f})}),n},r}(),gF=new dF,ZM=gF,yF=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.prototype.init=function(t,a,i){var n=va.getGeoResource(t.map);if(n&&n.type==="geoJSON"){var o=t.itemStyle=t.itemStyle||{};"color"in o||(o.color="#eee")}this.mergeDefaultAndTheme(t,i),Ji(t,"label",["show"])},e.prototype.optionUpdated=function(){var t=this,a=this.option;a.regions=ZM.getFilledRegions(a.regions,a.map,a.nameMap,a.nameProperty);var i={};this._optionModelMap=Vr(a.regions||[],function(n,o){var s=o.name;return s&&(n.set(s,new Nt(o,t,t.ecModel)),o.selected&&(i[s]=!0)),n},q()),a.selectedMap||(a.selectedMap=i)},e.prototype.getRegionModel=function(t){return this._optionModelMap.get(t)||new Nt(null,this,this.ecModel)},e.prototype.getFormattedLabel=function(t,a){var i=this.getRegionModel(t),n=a==="normal"?i.get(["label","formatter"]):i.get(["emphasis","label","formatter"]),o={name:t};if(K(n))return o.status=a,n(o);if($(n))return n.replace("{a}",t!=null?t:"")},e.prototype.setZoom=function(t){this.option.zoom=t},e.prototype.setCenter=function(t){this.option.center=t},e.prototype.select=function(t){var a=this.option,i=a.selectedMode;if(!!i){i!=="multiple"&&(a.selectedMap=null);var n=a.selectedMap||(a.selectedMap={});n[t]=!0}},e.prototype.unSelect=function(t){var a=this.option.selectedMap;a&&(a[t]=!1)},e.prototype.toggleSelected=function(t){this[this.isSelected(t)?"unSelect":"select"](t)},e.prototype.isSelected=function(t){var a=this.option.selectedMap;return!!(a&&a[t])},e.type="geo",e.layoutMode="box",e.defaultOption={z:0,show:!0,left:"center",top:"center",aspectScale:null,silent:!1,map:"",boundingCoords:null,center:null,zoom:1,scaleLimit:null,label:{show:!1,color:"#000"},itemStyle:{borderWidth:.5,borderColor:"#444"},emphasis:{label:{show:!0,color:"rgb(100,0,0)"},itemStyle:{color:"rgba(255,215,0,0.8)"}},select:{label:{show:!0,color:"rgb(100,0,0)"},itemStyle:{color:"rgba(255,215,0,0.8)"}},regions:[]},e}(bt),mF=yF;function q1(r,e){return r.pointToProjected?r.pointToProjected(e):r.pointToData(e)}function ay(r,e,t,a){var i=r.getZoom(),n=r.getCenter(),o=e.zoom,s=r.projectedToPoint?r.projectedToPoint(n):r.dataToPoint(n);if(e.dx!=null&&e.dy!=null&&(s[0]-=e.dx,s[1]-=e.dy,r.setCenter(q1(r,s),a)),o!=null){if(t){var l=t.min||0,u=t.max||1/0;o=Math.max(Math.min(i*o,u),l)/i}r.scaleX*=o,r.scaleY*=o;var f=(e.originX-r.x)*(o-1),h=(e.originY-r.y)*(o-1);r.x-=f,r.y-=h,r.updateTransform(),r.setCenter(q1(r,s),a),r.setZoom(o*i)}return{center:r.getCenter(),zoom:r.getZoom()}}var _F=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t.focusBlurEnabled=!0,t}return e.prototype.init=function(t,a){this._api=a},e.prototype.render=function(t,a,i,n){if(this._model=t,!t.get("show")){this._mapDraw&&this._mapDraw.remove(),this._mapDraw=null;return}this._mapDraw||(this._mapDraw=new $M(i));var o=this._mapDraw;o.draw(t,a,i,this,n),o.group.on("click",this._handleRegionClick,this),o.group.silent=t.get("silent"),this.group.add(o.group),this.updateSelectStatus(t,a,i)},e.prototype._handleRegionClick=function(t){var a;Wn(t.target,function(i){return(a=at(i).eventData)!=null},!0),a&&this._api.dispatchAction({type:"geoToggleSelect",geoId:this._model.id,name:a.name})},e.prototype.updateSelectStatus=function(t,a,i){var n=this;this._mapDraw.group.traverse(function(o){var s=at(o).eventData;if(s)return n._model.isSelected(s.name)?i.enterSelect(o):i.leaveSelect(o),!0})},e.prototype.findHighDownDispatchers=function(t){return this._mapDraw&&this._mapDraw.findHighDownDispatchers(t,this._model)},e.prototype.dispose=function(){this._mapDraw&&this._mapDraw.remove()},e.type="geo",e}(Wt),SF=_F;function xF(r,e,t){va.registerMap(r,e,t)}function XM(r){r.registerCoordinateSystem("geo",ZM),r.registerComponentModel(mF),r.registerComponentView(SF),r.registerImpl("registerMap",xF),r.registerImpl("getMap",function(t){return va.getMapForUser(t)});function e(t,a){a.update="geo:updateSelectStatus",r.registerAction(a,function(i,n){var o={},s=[];return n.eachComponent({mainType:"geo",query:i},function(l){l[t](i.name);var u=l.coordinateSystem;C(u.regions,function(h){o[h.name]=l.isSelected(h.name)||!1});var f=[];C(o,function(h,v){o[v]&&f.push(v)}),s.push({geoIndex:l.componentIndex,name:f})}),{selected:o,allSelected:s,name:i.name}})}e("toggleSelected",{type:"geoToggleSelect",event:"geoselectchanged"}),e("select",{type:"geoSelect",event:"geoselected"}),e("unSelect",{type:"geoUnSelect",event:"geounselected"}),r.registerAction({type:"geoRoam",event:"geoRoam",update:"updateTransform"},function(t,a,i){var n=t.componentType||"series";a.eachComponent({mainType:n,query:t},function(o){var s=o.coordinateSystem;if(s.type==="geo"){var l=ay(s,t,o.get("scaleLimit"),i);o.setCenter&&o.setCenter(l.center),o.setZoom&&o.setZoom(l.zoom),n==="series"&&C(o.seriesGroup,function(u){u.setCenter(l.center),u.setZoom(l.zoom)})}})})}function bF(r){pt(XM),r.registerChartView(oF),r.registerSeriesModel(lF),r.registerLayout(hF),r.registerProcessor(r.PRIORITY.PROCESSOR.STATISTIC,fF),XA("map",r.registerAction)}function wF(r){var e=r;e.hierNode={defaultAncestor:null,ancestor:e,prelim:0,modifier:0,change:0,shift:0,i:0,thread:null};for(var t=[e],a,i;a=t.pop();)if(i=a.children,a.isExpand&&i.length)for(var n=i.length,o=n-1;o>=0;o--){var s=i[o];s.hierNode={defaultAncestor:null,ancestor:s,prelim:0,modifier:0,change:0,shift:0,i:o,thread:null},t.push(s)}}function TF(r,e){var t=r.isExpand?r.children:[],a=r.parentNode.children,i=r.hierNode.i?a[r.hierNode.i-1]:null;if(t.length){MF(r);var n=(t[0].hierNode.prelim+t[t.length-1].hierNode.prelim)/2;i?(r.hierNode.prelim=i.hierNode.prelim+e(r,i),r.hierNode.modifier=r.hierNode.prelim-n):r.hierNode.prelim=n}else i&&(r.hierNode.prelim=i.hierNode.prelim+e(r,i));r.parentNode.hierNode.defaultAncestor=DF(r,i,r.parentNode.hierNode.defaultAncestor||a[0],e)}function AF(r){var e=r.hierNode.prelim+r.parentNode.hierNode.modifier;r.setLayout({x:e},!0),r.hierNode.modifier+=r.parentNode.hierNode.modifier}function K1(r){return arguments.length?r:PF}function ls(r,e){return r-=Math.PI/2,{x:e*Math.cos(r),y:e*Math.sin(r)}}function CF(r,e){return te(r.getBoxLayoutParams(),{width:e.getWidth(),height:e.getHeight()})}function MF(r){for(var e=r.children,t=e.length,a=0,i=0;--t>=0;){var n=e[t];n.hierNode.prelim+=a,n.hierNode.modifier+=a,i+=n.hierNode.change,a+=n.hierNode.shift+i}}function DF(r,e,t,a){if(e){for(var i=r,n=r,o=n.parentNode.children[0],s=e,l=i.hierNode.modifier,u=n.hierNode.modifier,f=o.hierNode.modifier,h=s.hierNode.modifier;s=ic(s),n=nc(n),s&&n;){i=ic(i),o=nc(o),i.hierNode.ancestor=r;var v=s.hierNode.prelim+h-n.hierNode.prelim-u+a(s,n);v>0&&(IF(LF(s,r,t),r,v),u+=v,l+=v),h+=s.hierNode.modifier,u+=n.hierNode.modifier,l+=i.hierNode.modifier,f+=o.hierNode.modifier}s&&!ic(i)&&(i.hierNode.thread=s,i.hierNode.modifier+=h-l),n&&!nc(o)&&(o.hierNode.thread=n,o.hierNode.modifier+=u-f,t=r)}return t}function ic(r){var e=r.children;return e.length&&r.isExpand?e[e.length-1]:r.hierNode.thread}function nc(r){var e=r.children;return e.length&&r.isExpand?e[0]:r.hierNode.thread}function LF(r,e,t){return r.hierNode.ancestor.parentNode===e.parentNode?r.hierNode.ancestor:t}function IF(r,e,t){var a=t/(e.hierNode.i-r.hierNode.i);e.hierNode.change-=a,e.hierNode.shift+=t,e.hierNode.modifier+=t,e.hierNode.prelim+=t,r.hierNode.change+=a}function PF(r,e){return r.parentNode===e.parentNode?1:2}var RF=function(){function r(){this.parentPoint=[],this.childPoints=[]}return r}(),EF=function(r){k(e,r);function e(t){return r.call(this,t)||this}return e.prototype.getDefaultStyle=function(){return{stroke:"#000",fill:null}},e.prototype.getDefaultShape=function(){return new RF},e.prototype.buildPath=function(t,a){var i=a.childPoints,n=i.length,o=a.parentPoint,s=i[0],l=i[n-1];if(n===1){t.moveTo(o[0],o[1]),t.lineTo(s[0],s[1]);return}var u=a.orient,f=u==="TB"||u==="BT"?0:1,h=1-f,v=H(a.forkPosition,1),c=[];c[f]=o[f],c[h]=o[h]+(l[h]-o[h])*v,t.moveTo(o[0],o[1]),t.lineTo(c[0],c[1]),t.moveTo(s[0],s[1]),c[f]=s[f],t.lineTo(c[0],c[1]),c[f]=l[f],t.lineTo(c[0],c[1]),t.lineTo(l[0],l[1]);for(var p=1;p<n-1;p++){var d=i[p];t.moveTo(d[0],d[1]),c[f]=d[f],t.lineTo(c[0],c[1])}},e}(gt),kF=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t._mainGroup=new rt,t}return e.prototype.init=function(t,a){this._controller=new bl(a.getZr()),this._controllerHost={target:this.group},this.group.add(this._mainGroup)},e.prototype.render=function(t,a,i){var n=t.getData(),o=t.layoutInfo,s=this._mainGroup,l=t.get("layout");l==="radial"?(s.x=o.x+o.width/2,s.y=o.y+o.height/2):(s.x=o.x,s.y=o.y),this._updateViewCoordSys(t,i),this._updateController(t,a,i);var u=this._data;n.diff(u).add(function(f){Q1(n,f)&&j1(n,f,null,s,t)}).update(function(f,h){var v=u.getItemGraphicEl(h);if(!Q1(n,f)){v&&tS(u,h,v,s,t);return}j1(n,f,v,s,t)}).remove(function(f){var h=u.getItemGraphicEl(f);h&&tS(u,f,h,s,t)}).execute(),this._nodeScaleRatio=t.get("nodeScaleRatio"),this._updateNodeAndLinkScale(t),t.get("expandAndCollapse")===!0&&n.eachItemGraphicEl(function(f,h){f.off("click").on("click",function(){i.dispatchAction({type:"treeExpandAndCollapse",seriesId:t.id,dataIndex:h})})}),this._data=n},e.prototype._updateViewCoordSys=function(t,a){var i=t.getData(),n=[];i.each(function(h){var v=i.getItemLayout(h);v&&!isNaN(v.x)&&!isNaN(v.y)&&n.push([+v.x,+v.y])});var o=[],s=[];eh(n,o,s);var l=this._min,u=this._max;s[0]-o[0]===0&&(o[0]=l?l[0]:o[0]-1,s[0]=u?u[0]:s[0]+1),s[1]-o[1]===0&&(o[1]=l?l[1]:o[1]-1,s[1]=u?u[1]:s[1]+1);var f=t.coordinateSystem=new wl;f.zoomLimit=t.get("scaleLimit"),f.setBoundingRect(o[0],o[1],s[0]-o[0],s[1]-o[1]),f.setCenter(t.get("center"),a),f.setZoom(t.get("zoom")),this.group.attr({x:f.x,y:f.y,scaleX:f.scaleX,scaleY:f.scaleY}),this._min=o,this._max=s},e.prototype._updateController=function(t,a,i){var n=this,o=this._controller,s=this._controllerHost,l=this.group;o.setPointerChecker(function(u,f,h){var v=l.getBoundingRect();return v.applyTransform(l.transform),v.contain(f,h)&&!Ah(u,i,t)}),o.enable(t.get("roam")),s.zoomLimit=t.get("scaleLimit"),s.zoom=t.coordinateSystem.getZoom(),o.off("pan").off("zoom").on("pan",function(u){ty(s,u.dx,u.dy),i.dispatchAction({seriesId:t.id,type:"treeRoam",dx:u.dx,dy:u.dy})}).on("zoom",function(u){ey(s,u.scale,u.originX,u.originY),i.dispatchAction({seriesId:t.id,type:"treeRoam",zoom:u.scale,originX:u.originX,originY:u.originY}),n._updateNodeAndLinkScale(t),i.updateLabelLayout()})},e.prototype._updateNodeAndLinkScale=function(t){var a=t.getData(),i=this._getNodeGlobalScale(t);a.eachItemGraphicEl(function(n,o){n.setSymbolScale(i)})},e.prototype._getNodeGlobalScale=function(t){var a=t.coordinateSystem;if(a.type!=="view")return 1;var i=this._nodeScaleRatio,n=a.scaleX||1,o=a.getZoom(),s=(o-1)*i+1;return s/n},e.prototype.dispose=function(){this._controller&&this._controller.dispose(),this._controllerHost=null},e.prototype.remove=function(){this._mainGroup.removeAll(),this._data=null},e.type="tree",e}(Bt);function Q1(r,e){var t=r.getItemLayout(e);return t&&!isNaN(t.x)&&!isNaN(t.y)}function j1(r,e,t,a,i){var n=!t,o=r.tree.getNodeByDataIndex(e),s=o.getModel(),l=o.getVisual("style").fill,u=o.isExpand===!1&&o.children.length!==0?l:"#fff",f=r.tree.root,h=o.parentNode===f?o:o.parentNode||o,v=r.getItemGraphicEl(h.dataIndex),c=h.getLayout(),p=v?{x:v.__oldX,y:v.__oldY,rawX:v.__radialOldRawX,rawY:v.__radialOldRawY}:c,d=o.getLayout();n?(t=new yl(r,e,null,{symbolInnerColor:u,useNameLabel:!0}),t.x=p.x,t.y=p.y):t.updateData(r,e,null,{symbolInnerColor:u,useNameLabel:!0}),t.__radialOldRawX=t.__radialRawX,t.__radialOldRawY=t.__radialRawY,t.__radialRawX=d.rawX,t.__radialRawY=d.rawY,a.add(t),r.setItemGraphicEl(e,t),t.__oldX=t.x,t.__oldY=t.y,Tt(t,{x:d.x,y:d.y},i);var g=t.getSymbolPath();if(i.get("layout")==="radial"){var y=f.children[0],m=y.getLayout(),_=y.children.length,S=void 0,b=void 0;if(d.x===m.x&&o.isExpand===!0&&y.children.length){var x={x:(y.children[0].getLayout().x+y.children[_-1].getLayout().x)/2,y:(y.children[0].getLayout().y+y.children[_-1].getLayout().y)/2};S=Math.atan2(x.y-m.y,x.x-m.x),S<0&&(S=Math.PI*2+S),b=x.x<m.x,b&&(S=S-Math.PI)}else S=Math.atan2(d.y-m.y,d.x-m.x),S<0&&(S=Math.PI*2+S),o.children.length===0||o.children.length!==0&&o.isExpand===!1?(b=d.x<m.x,b&&(S=S-Math.PI)):(b=d.x>m.x,b||(S=S-Math.PI));var w=b?"left":"right",T=s.getModel("label"),A=T.get("rotate"),M=A*(Math.PI/180),D=g.getTextContent();D&&(g.setTextConfig({position:T.get("position")||w,rotation:A==null?-S:M,origin:"center"}),D.setStyle("verticalAlign","middle"))}var L=s.get(["emphasis","focus"]),I=L==="relative"?Ku(o.getAncestorsIndices(),o.getDescendantIndices()):L==="ancestor"?o.getAncestorsIndices():L==="descendant"?o.getDescendantIndices():null;I&&(at(t).focus=I),OF(i,o,f,t,p,c,d,a),t.__edge&&(t.onHoverStateChange=function(P){if(P!=="blur"){var R=o.parentNode&&r.getItemGraphicEl(o.parentNode.dataIndex);R&&R.hoverState===ol||sf(t.__edge,P)}})}function OF(r,e,t,a,i,n,o,s){var l=e.getModel(),u=r.get("edgeShape"),f=r.get("layout"),h=r.getOrient(),v=r.get(["lineStyle","curveness"]),c=r.get("edgeForkPosition"),p=l.getModel("lineStyle").getLineStyle(),d=a.__edge;if(u==="curve")e.parentNode&&e.parentNode!==t&&(d||(d=a.__edge=new nh({shape:ud(f,h,v,i,i)})),Tt(d,{shape:ud(f,h,v,n,o)},r));else if(u==="polyline"&&f==="orthogonal"&&e!==t&&e.children&&e.children.length!==0&&e.isExpand===!0){for(var g=e.children,y=[],m=0;m<g.length;m++){var _=g[m].getLayout();y.push([_.x,_.y])}d||(d=a.__edge=new EF({shape:{parentPoint:[o.x,o.y],childPoints:[[o.x,o.y]],orient:h,forkPosition:c}})),Tt(d,{shape:{parentPoint:[o.x,o.y],childPoints:y}},r)}d&&!(u==="polyline"&&!e.isExpand)&&(d.useStyle(Q({strokeNoScale:!0,fill:null},p)),he(d,l,"lineStyle"),rn(d),s.add(d))}function J1(r,e,t,a,i){var n=e.tree.root,o=qM(n,r),s=o.source,l=o.sourceLayout,u=e.getItemGraphicEl(r.dataIndex);if(!!u){var f=e.getItemGraphicEl(s.dataIndex),h=f.__edge,v=u.__edge||(s.isExpand===!1||s.children.length===1?h:void 0),c=a.get("edgeShape"),p=a.get("layout"),d=a.get("orient"),g=a.get(["lineStyle","curveness"]);v&&(c==="curve"?Za(v,{shape:ud(p,d,g,l,l),style:{opacity:0}},a,{cb:function(){t.remove(v)},removeOpt:i}):c==="polyline"&&a.get("layout")==="orthogonal"&&Za(v,{shape:{parentPoint:[l.x,l.y],childPoints:[[l.x,l.y]]},style:{opacity:0}},a,{cb:function(){t.remove(v)},removeOpt:i}))}}function qM(r,e){for(var t=e.parentNode===r?e:e.parentNode||e,a;a=t.getLayout(),a==null;)t=t.parentNode===r?t:t.parentNode||t;return{source:t,sourceLayout:a}}function tS(r,e,t,a,i){var n=r.tree.getNodeByDataIndex(e),o=r.tree.root,s=qM(o,n).sourceLayout,l={duration:i.get("animationDurationUpdate"),easing:i.get("animationEasingUpdate")};Za(t,{x:s.x+1,y:s.y+1},i,{cb:function(){a.remove(t),r.setItemGraphicEl(e,null)},removeOpt:l}),t.fadeOut(null,r.hostModel,{fadeLabel:!0,animation:l}),n.children.forEach(function(u){J1(u,r,a,i,l)}),J1(n,r,a,i,l)}function ud(r,e,t,a,i){var n,o,s,l,u,f,h,v;if(r==="radial"){u=a.rawX,h=a.rawY,f=i.rawX,v=i.rawY;var c=ls(u,h),p=ls(u,h+(v-h)*t),d=ls(f,v+(h-v)*t),g=ls(f,v);return{x1:c.x||0,y1:c.y||0,x2:g.x||0,y2:g.y||0,cpx1:p.x||0,cpy1:p.y||0,cpx2:d.x||0,cpy2:d.y||0}}else u=a.x,h=a.y,f=i.x,v=i.y,(e==="LR"||e==="RL")&&(n=u+(f-u)*t,o=h,s=f+(u-f)*t,l=v),(e==="TB"||e==="BT")&&(n=u,o=h+(v-h)*t,s=f,l=v+(h-v)*t);return{x1:u,y1:h,x2:f,y2:v,cpx1:n,cpy1:o,cpx2:s,cpy2:l}}var NF=kF,ir=At();function KM(r){var e=r.mainData,t=r.datas;t||(t={main:e},r.datasAttr={main:"data"}),r.datas=r.mainData=null,QM(e,t,r),C(t,function(a){C(e.TRANSFERABLE_METHODS,function(i){a.wrapMethod(i,it(BF,r))})}),e.wrapMethod("cloneShallow",it(zF,r)),C(e.CHANGABLE_METHODS,function(a){e.wrapMethod(a,it(VF,r))}),Ae(t[e.dataType]===e)}function BF(r,e){if(HF(this)){var t=V({},ir(this).datas);t[this.dataType]=e,QM(e,t,r)}else iy(e,this.dataType,ir(this).mainData,r);return e}function VF(r,e){return r.struct&&r.struct.update(),e}function zF(r,e){return C(ir(e).datas,function(t,a){t!==e&&iy(t.cloneShallow(),a,e,r)}),e}function GF(r){var e=ir(this).mainData;return r==null||e==null?e:ir(e).datas[r]}function FF(){var r=ir(this).mainData;return r==null?[{data:r}]:G(mt(ir(r).datas),function(e){return{type:e,data:ir(r).datas[e]}})}function HF(r){return ir(r).mainData===r}function QM(r,e,t){ir(r).datas={},C(e,function(a,i){iy(a,i,r,t)})}function iy(r,e,t,a){ir(t).datas[e]=r,ir(r).mainData=t,r.dataType=e,a.struct&&(r[a.structAttr]=a.struct,a.struct[a.datasAttr[e]]=r),r.getLinkedData=GF,r.getLinkedDataAll=FF}var WF=function(){function r(e,t){this.depth=0,this.height=0,this.dataIndex=-1,this.children=[],this.viewChildren=[],this.isExpand=!1,this.name=e||"",this.hostTree=t}return r.prototype.isRemoved=function(){return this.dataIndex<0},r.prototype.eachNode=function(e,t,a){K(e)&&(a=t,t=e,e=null),e=e||{},$(e)&&(e={order:e});var i=e.order||"preorder",n=this[e.attr||"children"],o;i==="preorder"&&(o=t.call(a,this));for(var s=0;!o&&s<n.length;s++)n[s].eachNode(e,t,a);i==="postorder"&&t.call(a,this)},r.prototype.updateDepthAndHeight=function(e){var t=0;this.depth=e;for(var a=0;a<this.children.length;a++){var i=this.children[a];i.updateDepthAndHeight(e+1),i.height>t&&(t=i.height)}this.height=t+1},r.prototype.getNodeById=function(e){if(this.getId()===e)return this;for(var t=0,a=this.children,i=a.length;t<i;t++){var n=a[t].getNodeById(e);if(n)return n}},r.prototype.contains=function(e){if(e===this)return!0;for(var t=0,a=this.children,i=a.length;t<i;t++){var n=a[t].contains(e);if(n)return n}},r.prototype.getAncestors=function(e){for(var t=[],a=e?this:this.parentNode;a;)t.push(a),a=a.parentNode;return t.reverse(),t},r.prototype.getAncestorsIndices=function(){for(var e=[],t=this;t;)e.push(t.dataIndex),t=t.parentNode;return e.reverse(),e},r.prototype.getDescendantIndices=function(){var e=[];return this.eachNode(function(t){e.push(t.dataIndex)}),e},r.prototype.getValue=function(e){var t=this.hostTree.data;return t.getStore().get(t.getDimensionIndex(e||"value"),this.dataIndex)},r.prototype.setLayout=function(e,t){this.dataIndex>=0&&this.hostTree.data.setItemLayout(this.dataIndex,e,t)},r.prototype.getLayout=function(){return this.hostTree.data.getItemLayout(this.dataIndex)},r.prototype.getModel=function(e){if(!(this.dataIndex<0)){var t=this.hostTree,a=t.data.getItemModel(this.dataIndex);return a.getModel(e)}},r.prototype.getLevelModel=function(){return(this.hostTree.levelModels||[])[this.depth]},r.prototype.setVisual=function(e,t){this.dataIndex>=0&&this.hostTree.data.setItemVisual(this.dataIndex,e,t)},r.prototype.getVisual=function(e){return this.hostTree.data.getItemVisual(this.dataIndex,e)},r.prototype.getRawIndex=function(){return this.hostTree.data.getRawIndex(this.dataIndex)},r.prototype.getId=function(){return this.hostTree.data.getId(this.dataIndex)},r.prototype.getChildIndex=function(){if(this.parentNode){for(var e=this.parentNode.children,t=0;t<e.length;++t)if(e[t]===this)return t;return-1}return-1},r.prototype.isAncestorOf=function(e){for(var t=e.parentNode;t;){if(t===this)return!0;t=t.parentNode}return!1},r.prototype.isDescendantOf=function(e){return e!==this&&e.isAncestorOf(this)},r}(),$F=function(){function r(e){this.type="tree",this._nodes=[],this.hostModel=e}return r.prototype.eachNode=function(e,t,a){this.root.eachNode(e,t,a)},r.prototype.getNodeByDataIndex=function(e){var t=this.data.getRawIndex(e);return this._nodes[t]},r.prototype.getNodeById=function(e){return this.root.getNodeById(e)},r.prototype.update=function(){for(var e=this.data,t=this._nodes,a=0,i=t.length;a<i;a++)t[a].dataIndex=-1;for(var a=0,i=e.count();a<i;a++)t[e.getRawIndex(a)].dataIndex=a},r.prototype.clearLayouts=function(){this.data.clearItemLayouts()},r.createTree=function(e,t,a){var i=new r(t),n=[],o=1;s(e);function s(f,h){var v=f.value;o=Math.max(o,z(v)?v.length:1),n.push(f);var c=new WF(Jt(f.name,""),i);h?UF(c,h):i.root=c,i._nodes.push(c);var p=f.children;if(p)for(var d=0;d<p.length;d++)s(p[d],c)}i.root.updateDepthAndHeight(0);var l=pl(n,{coordDimensions:["value"],dimensionsCount:o}).dimensions,u=new Te(l,t);return u.initData(n),a&&a(u),KM({mainData:u,struct:i,structAttr:"tree"}),i.update(),i},r}();function UF(r,e){var t=e.children;r.parentNode!==e&&(t.push(r),r.parentNode=e)}var ny=$F;function Xs(r,e,t){if(r&&vt(e,r.type)>=0){var a=t.getData().tree.root,i=r.targetNode;if($(i)&&(i=a.getNodeById(i)),i&&a.contains(i))return{node:i};var n=r.targetNodeId;if(n!=null&&(i=a.getNodeById(n)))return{node:i}}}function jM(r){for(var e=[];r;)r=r.parentNode,r&&e.push(r);return e.reverse()}function oy(r,e){var t=jM(r);return vt(t,e)>=0}function Mh(r,e){for(var t=[];r;){var a=r.dataIndex;t.push({name:r.name,dataIndex:a,value:e.getRawValue(a)}),r=r.parentNode}return t.reverse(),t}var YF=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.hasSymbolVisual=!0,t.ignoreStyleOnData=!0,t}return e.prototype.getInitialData=function(t){var a={name:t.name,children:t.data},i=t.leaves||{},n=new Nt(i,this,this.ecModel),o=ny.createTree(a,this,s);function s(h){h.wrapMethod("getItemModel",function(v,c){var p=o.getNodeByDataIndex(c);return p&&p.children.length&&p.isExpand||(v.parentModel=n),v})}var l=0;o.eachNode("preorder",function(h){h.depth>l&&(l=h.depth)});var u=t.expandAndCollapse,f=u&&t.initialTreeDepth>=0?t.initialTreeDepth:l;return o.root.eachNode("preorder",function(h){var v=h.hostTree.data.getRawDataItem(h.dataIndex);h.isExpand=v&&v.collapsed!=null?!v.collapsed:h.depth<=f}),o.data},e.prototype.getOrient=function(){var t=this.get("orient");return t==="horizontal"?t="LR":t==="vertical"&&(t="TB"),t},e.prototype.setZoom=function(t){this.option.zoom=t},e.prototype.setCenter=function(t){this.option.center=t},e.prototype.formatTooltip=function(t,a,i){for(var n=this.getData().tree,o=n.root.children[0],s=n.getNodeByDataIndex(t),l=s.getValue(),u=s.name;s&&s!==o;)u=s.parentNode.name+"."+u,s=s.parentNode;return ae("nameValue",{name:u,value:l,noValue:isNaN(l)||l==null})},e.prototype.getDataParams=function(t){var a=r.prototype.getDataParams.apply(this,arguments),i=this.getData().tree.getNodeByDataIndex(t);return a.treeAncestors=Mh(i,this),a.collapsed=!i.isExpand,a},e.type="series.tree",e.layoutMode="box",e.defaultOption={z:2,coordinateSystem:"view",left:"12%",top:"12%",right:"12%",bottom:"12%",layout:"orthogonal",edgeShape:"curve",edgeForkPosition:"50%",roam:!1,nodeScaleRatio:.4,center:null,zoom:1,orient:"LR",symbol:"emptyCircle",symbolSize:7,expandAndCollapse:!0,initialTreeDepth:2,lineStyle:{color:"#ccc",width:1.5,curveness:.5},itemStyle:{color:"lightsteelblue",borderWidth:1.5},label:{show:!0},animationEasing:"linear",animationDuration:700,animationDurationUpdate:500},e}(Ft),ZF=YF;function XF(r,e,t){for(var a=[r],i=[],n;n=a.pop();)if(i.push(n),n.isExpand){var o=n.children;if(o.length)for(var s=0;s<o.length;s++)a.push(o[s])}for(;n=i.pop();)e(n,t)}function Yo(r,e){for(var t=[r],a;a=t.pop();)if(e(a),a.isExpand){var i=a.children;if(i.length)for(var n=i.length-1;n>=0;n--)t.push(i[n])}}function qF(r,e){r.eachSeriesByType("tree",function(t){KF(t,e)})}function KF(r,e){var t=CF(r,e);r.layoutInfo=t;var a=r.get("layout"),i=0,n=0,o=null;a==="radial"?(i=2*Math.PI,n=Math.min(t.height,t.width)/2,o=K1(function(_,S){return(_.parentNode===S.parentNode?1:2)/_.depth})):(i=t.width,n=t.height,o=K1());var s=r.getData().tree.root,l=s.children[0];if(l){wF(s),XF(l,TF,o),s.hierNode.modifier=-l.hierNode.prelim,Yo(l,AF);var u=l,f=l,h=l;Yo(l,function(_){var S=_.getLayout().x;S<u.getLayout().x&&(u=_),S>f.getLayout().x&&(f=_),_.depth>h.depth&&(h=_)});var v=u===f?1:o(u,f)/2,c=v-u.getLayout().x,p=0,d=0,g=0,y=0;if(a==="radial")p=i/(f.getLayout().x+v+c),d=n/(h.depth-1||1),Yo(l,function(_){g=(_.getLayout().x+c)*p,y=(_.depth-1)*d;var S=ls(g,y);_.setLayout({x:S.x,y:S.y,rawX:g,rawY:y},!0)});else{var m=r.getOrient();m==="RL"||m==="LR"?(d=n/(f.getLayout().x+v+c),p=i/(h.depth-1||1),Yo(l,function(_){y=(_.getLayout().x+c)*d,g=m==="LR"?(_.depth-1)*p:i-(_.depth-1)*p,_.setLayout({x:g,y},!0)})):(m==="TB"||m==="BT")&&(p=i/(f.getLayout().x+v+c),d=n/(h.depth-1||1),Yo(l,function(_){g=(_.getLayout().x+c)*p,y=m==="TB"?(_.depth-1)*d:n-(_.depth-1)*d,_.setLayout({x:g,y},!0)}))}}}function QF(r){r.eachSeriesByType("tree",function(e){var t=e.getData(),a=t.tree;a.eachNode(function(i){var n=i.getModel(),o=n.getModel("itemStyle").getItemStyle(),s=t.ensureUniqueItemVisual(i.dataIndex,"style");V(s,o)})})}function jF(r){r.registerAction({type:"treeExpandAndCollapse",event:"treeExpandAndCollapse",update:"update"},function(e,t){t.eachComponent({mainType:"series",subType:"tree",query:e},function(a){var i=e.dataIndex,n=a.getData().tree,o=n.getNodeByDataIndex(i);o.isExpand=!o.isExpand})}),r.registerAction({type:"treeRoam",event:"treeRoam",update:"none"},function(e,t,a){t.eachComponent({mainType:"series",subType:"tree",query:e},function(i){var n=i.coordinateSystem,o=ay(n,e,void 0,a);i.setCenter&&i.setCenter(o.center),i.setZoom&&i.setZoom(o.zoom)})})}function JF(r){r.registerChartView(NF),r.registerSeriesModel(ZF),r.registerLayout(qF),r.registerVisual(QF),jF(r)}var eS=["treemapZoomToNode","treemapRender","treemapMove"];function t3(r){for(var e=0;e<eS.length;e++)r.registerAction({type:eS[e],update:"updateView"},Kt);r.registerAction({type:"treemapRootToNode",update:"updateView"},function(t,a){a.eachComponent({mainType:"series",subType:"treemap",query:t},i);function i(n,o){var s=["treemapZoomToNode","treemapRootToNode"],l=Xs(t,s,n);if(l){var u=n.getViewRoot();u&&(t.direction=oy(u,l.node)?"rollUp":"drillDown"),n.resetViewRoot(l.node)}}})}function JM(r){var e=r.getData(),t=e.tree,a={};t.eachNode(function(i){for(var n=i;n&&n.depth>1;)n=n.parentNode;var o=Vp(r.ecModel,n.name||n.dataIndex+"",a);i.setVisual("decal",o)})}var e3=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t.preventUsingHoverLayer=!0,t}return e.prototype.getInitialData=function(t,a){var i={name:t.name,children:t.data};tD(i);var n=t.levels||[],o=this.designatedVisualItemStyle={},s=new Nt({itemStyle:o},this,a);n=t.levels=r3(n,a);var l=G(n||[],function(h){return new Nt(h,s,a)},this),u=ny.createTree(i,this,f);function f(h){h.wrapMethod("getItemModel",function(v,c){var p=u.getNodeByDataIndex(c),d=p?l[p.depth]:null;return v.parentModel=d||s,v})}return u.data},e.prototype.optionUpdated=function(){this.resetViewRoot()},e.prototype.formatTooltip=function(t,a,i){var n=this.getData(),o=this.getRawValue(t),s=n.getName(t);return ae("nameValue",{name:s,value:o})},e.prototype.getDataParams=function(t){var a=r.prototype.getDataParams.apply(this,arguments),i=this.getData().tree.getNodeByDataIndex(t);return a.treeAncestors=Mh(i,this),a.treePathInfo=a.treeAncestors,a},e.prototype.setLayoutInfo=function(t){this.layoutInfo=this.layoutInfo||{},V(this.layoutInfo,t)},e.prototype.mapIdToIndex=function(t){var a=this._idIndexMap;a||(a=this._idIndexMap=q(),this._idIndexMapCount=0);var i=a.get(t);return i==null&&a.set(t,i=this._idIndexMapCount++),i},e.prototype.getViewRoot=function(){return this._viewRoot},e.prototype.resetViewRoot=function(t){t?this._viewRoot=t:t=this._viewRoot;var a=this.getRawData().tree.root;(!t||t!==a&&!a.contains(t))&&(this._viewRoot=a)},e.prototype.enableAriaDecal=function(){JM(this)},e.type="series.treemap",e.layoutMode="box",e.defaultOption={progressive:0,left:"center",top:"middle",width:"80%",height:"80%",sort:!0,clipWindow:"origin",squareRatio:.5*(1+Math.sqrt(5)),leafDepth:null,drillDownIcon:"\u25B6",zoomToNodeRatio:.32*.32,roam:!0,nodeClick:"zoomToNode",animation:!0,animationDurationUpdate:900,animationEasing:"quinticInOut",breadcrumb:{show:!0,height:22,left:"center",top:"bottom",emptyItemWidth:25,itemStyle:{color:"rgba(0,0,0,0.7)",textStyle:{color:"#fff"}}},label:{show:!0,distance:0,padding:5,position:"inside",color:"#fff",overflow:"truncate"},upperLabel:{show:!1,position:[0,"50%"],height:20,overflow:"truncate",verticalAlign:"middle"},itemStyle:{color:null,colorAlpha:null,colorSaturation:null,borderWidth:0,gapWidth:0,borderColor:"#fff",borderColorSaturation:null},emphasis:{upperLabel:{show:!0,position:[0,"50%"],overflow:"truncate",verticalAlign:"middle"}},visualDimension:0,visualMin:null,visualMax:null,color:[],colorAlpha:null,colorSaturation:null,colorMappingBy:"index",visibleMin:10,childrenVisibleMin:null,levels:[]},e}(Ft);function tD(r){var e=0;C(r.children,function(a){tD(a);var i=a.value;z(i)&&(i=i[0]),e+=i});var t=r.value;z(t)&&(t=t[0]),(t==null||isNaN(t))&&(t=e),t<0&&(t=0),z(r.value)?r.value[0]=t:r.value=t}function r3(r,e){var t=Et(e.get("color")),a=Et(e.get(["aria","decal","decals"]));if(!!t){r=r||[];var i,n;C(r,function(s){var l=new Nt(s),u=l.get("color"),f=l.get("decal");(l.get(["itemStyle","color"])||u&&u!=="none")&&(i=!0),(l.get(["itemStyle","decal"])||f&&f!=="none")&&(n=!0)});var o=r[0]||(r[0]={});return i||(o.color=t.slice()),!n&&a&&(o.decal=a.slice()),r}}var a3=e3,i3=8,rS=8,oc=5,n3=function(){function r(e){this.group=new rt,e.add(this.group)}return r.prototype.render=function(e,t,a,i){var n=e.getModel("breadcrumb"),o=this.group;if(o.removeAll(),!(!n.get("show")||!a)){var s=n.getModel("itemStyle"),l=s.getModel("textStyle"),u={pos:{left:n.get("left"),right:n.get("right"),top:n.get("top"),bottom:n.get("bottom")},box:{width:t.getWidth(),height:t.getHeight()},emptyItemWidth:n.get("emptyItemWidth"),totalWidth:0,renderList:[]};this._prepare(a,u,l),this._renderContent(e,u,s,l,i),ph(o,u.pos,u.box)}},r.prototype._prepare=function(e,t,a){for(var i=e;i;i=i.parentNode){var n=Jt(i.getModel().get("name"),""),o=a.getTextRect(n),s=Math.max(o.width+i3*2,t.emptyItemWidth);t.totalWidth+=s+rS,t.renderList.push({node:i,text:n,width:s})}},r.prototype._renderContent=function(e,t,a,i,n){for(var o=0,s=t.emptyItemWidth,l=e.get(["breadcrumb","height"]),u=dk(t.pos,t.box),f=t.totalWidth,h=t.renderList,v=h.length-1;v>=0;v--){var c=h[v],p=c.node,d=c.width,g=c.text;f>u.width&&(f-=d-s,d=s,g=null);var y=new ke({shape:{points:o3(o,0,d,l,v===h.length-1,v===0)},style:Q(a.getItemStyle(),{lineJoin:"bevel"}),textContent:new Ct({style:{text:g,fill:i.getTextColor(),font:i.getFont()}}),textConfig:{position:"inside"},z2:ho*1e4,onclick:it(n,p)});y.disableLabelAnimation=!0,this.group.add(y),s3(y,e,p),o+=d+rS}},r.prototype.remove=function(){this.group.removeAll()},r}();function o3(r,e,t,a,i,n){var o=[[i?r:r-oc,e],[r+t,e],[r+t,e+a],[i?r:r-oc,e+a]];return!n&&o.splice(2,0,[r+t+oc,e+a/2]),!i&&o.push([r,e+a/2]),o}function s3(r,e,t){at(r).eventData={componentType:"series",componentSubType:"treemap",componentIndex:e.componentIndex,seriesIndex:e.seriesIndex,seriesName:e.name,seriesType:"treemap",selfType:"breadcrumb",nodeData:{dataIndex:t&&t.dataIndex,name:t&&t.name},treePathInfo:t&&Mh(t,e)}}var l3=n3,u3=function(){function r(){this._storage=[],this._elExistsMap={}}return r.prototype.add=function(e,t,a,i,n){return this._elExistsMap[e.id]?!1:(this._elExistsMap[e.id]=!0,this._storage.push({el:e,target:t,duration:a,delay:i,easing:n}),!0)},r.prototype.finished=function(e){return this._finishedCallback=e,this},r.prototype.start=function(){for(var e=this,t=this._storage.length,a=function(){t--,t<=0&&(e._storage.length=0,e._elExistsMap={},e._finishedCallback&&e._finishedCallback())},i=0,n=this._storage.length;i<n;i++){var o=this._storage[i];o.el.animateTo(o.target,{duration:o.duration,delay:o.delay,easing:o.easing,setToFinal:!0,done:a,aborted:a})}return this},r}();function f3(){return new u3}var fd=rt,aS=xt,iS=3,nS="label",oS="upperLabel",h3=ho*10,v3=ho*2,c3=ho*3,Ii=en([["fill","color"],["stroke","strokeColor"],["lineWidth","strokeWidth"],["shadowBlur"],["shadowOffsetX"],["shadowOffsetY"],["shadowColor"]]),sS=function(r){var e=Ii(r);return e.stroke=e.fill=e.lineWidth=null,e},If=At(),p3=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t._state="ready",t._storage=Zo(),t}return e.prototype.render=function(t,a,i,n){var o=a.findComponents({mainType:"series",subType:"treemap",query:n});if(!(vt(o,t)<0)){this.seriesModel=t,this.api=i,this.ecModel=a;var s=["treemapZoomToNode","treemapRootToNode"],l=Xs(n,s,t),u=n&&n.type,f=t.layoutInfo,h=!this._oldTree,v=this._storage,c=u==="treemapRootToNode"&&l&&v?{rootNodeGroup:v.nodeGroup[l.node.getRawIndex()],direction:n.direction}:null,p=this._giveContainerGroup(f),d=t.get("animation"),g=this._doRender(p,t,c);d&&!h&&(!u||u==="treemapZoomToNode"||u==="treemapRootToNode")?this._doAnimation(p,g,t,c):g.renderFinally(),this._resetController(i),this._renderBreadcrumb(t,i,l)}},e.prototype._giveContainerGroup=function(t){var a=this._containerGroup;return a||(a=this._containerGroup=new fd,this._initEvents(a),this.group.add(a)),a.x=t.x,a.y=t.y,a},e.prototype._doRender=function(t,a,i){var n=a.getData().tree,o=this._oldTree,s=Zo(),l=Zo(),u=this._storage,f=[];function h(g,y,m,_){return d3(a,l,u,i,s,f,g,y,m,_)}c(n.root?[n.root]:[],o&&o.root?[o.root]:[],t,n===o||!o,0);var v=p(u);return this._oldTree=n,this._storage=l,{lastsForAnimation:s,willDeleteEls:v,renderFinally:d};function c(g,y,m,_,S){_?(y=g,C(g,function(w,T){!w.isRemoved()&&x(T,T)})):new fa(y,g,b,b).add(x).update(x).remove(it(x,null)).execute();function b(w){return w.getId()}function x(w,T){var A=w!=null?g[w]:null,M=T!=null?y[T]:null,D=h(A,M,m,S);D&&c(A&&A.viewChildren||[],M&&M.viewChildren||[],D,_,S+1)}}function p(g){var y=Zo();return g&&C(g,function(m,_){var S=y[_];C(m,function(b){b&&(S.push(b),If(b).willDelete=!0)})}),y}function d(){C(v,function(g){C(g,function(y){y.parent&&y.parent.remove(y)})}),C(f,function(g){g.invisible=!0,g.dirty()})}},e.prototype._doAnimation=function(t,a,i,n){var o=i.get("animationDurationUpdate"),s=i.get("animationEasing"),l=(K(o)?0:o)||0,u=(K(s)?null:s)||"cubicOut",f=f3();C(a.willDeleteEls,function(h,v){C(h,function(c,p){if(!c.invisible){var d=c.parent,g,y=If(d);if(n&&n.direction==="drillDown")g=d===n.rootNodeGroup?{shape:{x:0,y:0,width:y.nodeWidth,height:y.nodeHeight},style:{opacity:0}}:{style:{opacity:0}};else{var m=0,_=0;y.willDelete||(m=y.nodeWidth/2,_=y.nodeHeight/2),g=v==="nodeGroup"?{x:m,y:_,style:{opacity:0}}:{shape:{x:m,y:_,width:0,height:0},style:{opacity:0}}}g&&f.add(c,g,l,0,u)}})}),C(this._storage,function(h,v){C(h,function(c,p){var d=a.lastsForAnimation[v][p],g={};!d||(c instanceof rt?d.oldX!=null&&(g.x=c.x,g.y=c.y,c.x=d.oldX,c.y=d.oldY):(d.oldShape&&(g.shape=V({},c.shape),c.setShape(d.oldShape)),d.fadein?(c.setStyle("opacity",0),g.style={opacity:1}):c.style.opacity!==1&&(g.style={opacity:1})),f.add(c,g,l,0,u))})},this),this._state="animating",f.finished(U(function(){this._state="ready",a.renderFinally()},this)).start()},e.prototype._resetController=function(t){var a=this._controller;a||(a=this._controller=new bl(t.getZr()),a.enable(this.seriesModel.get("roam")),a.on("pan",U(this._onPan,this)),a.on("zoom",U(this._onZoom,this)));var i=new ft(0,0,t.getWidth(),t.getHeight());a.setPointerChecker(function(n,o,s){return i.contain(o,s)})},e.prototype._clearController=function(){var t=this._controller;t&&(t.dispose(),t=null)},e.prototype._onPan=function(t){if(this._state!=="animating"&&(Math.abs(t.dx)>iS||Math.abs(t.dy)>iS)){var a=this.seriesModel.getData().tree.root;if(!a)return;var i=a.getLayout();if(!i)return;this.api.dispatchAction({type:"treemapMove",from:this.uid,seriesId:this.seriesModel.id,rootRect:{x:i.x+t.dx,y:i.y+t.dy,width:i.width,height:i.height}})}},e.prototype._onZoom=function(t){var a=t.originX,i=t.originY;if(this._state!=="animating"){var n=this.seriesModel.getData().tree.root;if(!n)return;var o=n.getLayout();if(!o)return;var s=new ft(o.x,o.y,o.width,o.height),l=this.seriesModel.layoutInfo;a-=l.x,i-=l.y;var u=nr();zr(u,u,[-a,-i]),Qd(u,u,[t.scale,t.scale]),zr(u,u,[a,i]),s.applyTransform(u),this.api.dispatchAction({type:"treemapRender",from:this.uid,seriesId:this.seriesModel.id,rootRect:{x:s.x,y:s.y,width:s.width,height:s.height}})}},e.prototype._initEvents=function(t){var a=this;t.on("click",function(i){if(a._state==="ready"){var n=a.seriesModel.get("nodeClick",!0);if(!!n){var o=a.findTarget(i.offsetX,i.offsetY);if(!!o){var s=o.node;if(s.getLayout().isLeafRoot)a._rootToNode(o);else if(n==="zoomToNode")a._zoomToNode(o);else if(n==="link"){var l=s.hostTree.data.getItemModel(s.dataIndex),u=l.get("link",!0),f=l.get("target",!0)||"blank";u&&cf(u,f)}}}}},this)},e.prototype._renderBreadcrumb=function(t,a,i){var n=this;i||(i=t.get("leafDepth",!0)!=null?{node:t.getViewRoot()}:this.findTarget(a.getWidth()/2,a.getHeight()/2),i||(i={node:t.getData().tree.root})),(this._breadcrumb||(this._breadcrumb=new l3(this.group))).render(t,a,i.node,function(o){n._state!=="animating"&&(oy(t.getViewRoot(),o)?n._rootToNode({node:o}):n._zoomToNode({node:o}))})},e.prototype.remove=function(){this._clearController(),this._containerGroup&&this._containerGroup.removeAll(),this._storage=Zo(),this._state="ready",this._breadcrumb&&this._breadcrumb.remove()},e.prototype.dispose=function(){this._clearController()},e.prototype._zoomToNode=function(t){this.api.dispatchAction({type:"treemapZoomToNode",from:this.uid,seriesId:this.seriesModel.id,targetNode:t.node})},e.prototype._rootToNode=function(t){this.api.dispatchAction({type:"treemapRootToNode",from:this.uid,seriesId:this.seriesModel.id,targetNode:t.node})},e.prototype.findTarget=function(t,a){var i,n=this.seriesModel.getViewRoot();return n.eachNode({attr:"viewChildren",order:"preorder"},function(o){var s=this._storage.background[o.getRawIndex()];if(s){var l=s.transformCoordToLocal(t,a),u=s.shape;if(u.x<=l[0]&&l[0]<=u.x+u.width&&u.y<=l[1]&&l[1]<=u.y+u.height)i={node:o,offsetX:l[0],offsetY:l[1]};else return!1}},this),i},e.type="treemap",e}(Bt);function Zo(){return{nodeGroup:[],background:[],content:[]}}function d3(r,e,t,a,i,n,o,s,l,u){if(!o)return;var f=o.getLayout(),h=r.getData(),v=o.getModel();if(h.setItemGraphicEl(o.dataIndex,null),!f||!f.isInView)return;var c=f.width,p=f.height,d=f.borderWidth,g=f.invisible,y=o.getRawIndex(),m=s&&s.getRawIndex(),_=o.viewChildren,S=f.upperHeight,b=_&&_.length,x=v.getModel("itemStyle"),w=v.getModel(["emphasis","itemStyle"]),T=v.getModel(["blur","itemStyle"]),A=v.getModel(["select","itemStyle"]),M=x.get("borderRadius")||0,D=ht("nodeGroup",fd);if(!D)return;if(l.add(D),D.x=f.x||0,D.y=f.y||0,D.markRedraw(),If(D).nodeWidth=c,If(D).nodeHeight=p,f.isAboveViewRoot)return D;var L=ht("background",aS,u,v3);L&&B(D,L,b&&f.upperLabelHeight);var I=v.getModel("emphasis"),P=I.get("focus"),R=I.get("blurScope"),E=I.get("disabled"),N=P==="ancestor"?o.getAncestorsIndices():P==="descendant"?o.getDescendantIndices():P;if(b)Os(D)&&Gi(D,!1),L&&(Gi(L,!E),h.setItemGraphicEl(o.dataIndex,L),Ip(L,N,R));else{var O=ht("content",aS,u,c3);O&&F(D,O),L.disableMorphing=!0,L&&Os(L)&&Gi(L,!1),Gi(D,!E),h.setItemGraphicEl(o.dataIndex,D),Ip(D,N,R)}return D;function B(dt,et,yt){var ut=at(et);if(ut.dataIndex=o.dataIndex,ut.seriesIndex=r.seriesIndex,et.setShape({x:0,y:0,width:c,height:p,r:M}),g)W(et);else{et.invisible=!1;var X=o.getVisual("style"),ot=X.stroke,Vt=sS(x);Vt.fill=ot;var St=Ii(w);St.fill=w.get("borderColor");var $t=Ii(T);$t.fill=T.get("borderColor");var Ht=Ii(A);if(Ht.fill=A.get("borderColor"),yt){var ce=c-2*d;Z(et,ot,X.opacity,{x:d,y:0,width:ce,height:S})}else et.removeTextContent();et.setStyle(Vt),et.ensureState("emphasis").style=St,et.ensureState("blur").style=$t,et.ensureState("select").style=Ht,rn(et)}dt.add(et)}function F(dt,et){var yt=at(et);yt.dataIndex=o.dataIndex,yt.seriesIndex=r.seriesIndex;var ut=Math.max(c-2*d,0),X=Math.max(p-2*d,0);if(et.culling=!0,et.setShape({x:d,y:d,width:ut,height:X,r:M}),g)W(et);else{et.invisible=!1;var ot=o.getVisual("style"),Vt=ot.fill,St=sS(x);St.fill=Vt,St.decal=ot.decal;var $t=Ii(w),Ht=Ii(T),ce=Ii(A);Z(et,Vt,ot.opacity,null),et.setStyle(St),et.ensureState("emphasis").style=$t,et.ensureState("blur").style=Ht,et.ensureState("select").style=ce,rn(et)}dt.add(et)}function W(dt){!dt.invisible&&n.push(dt)}function Z(dt,et,yt,ut){var X=v.getModel(ut?oS:nS),ot=Jt(v.get("name"),null),Vt=X.getShallow("show");_e(dt,se(v,ut?oS:nS),{defaultText:Vt?ot:null,inheritColor:et,defaultOpacity:yt,labelFetcher:r,labelDataIndex:o.dataIndex});var St=dt.getTextContent();if(!!St){var $t=St.style,Ht=Yd($t.padding||0);ut&&(dt.setTextConfig({layoutRect:ut}),St.disableLabelLayout=!0),St.beforeUpdate=function(){var Yr=Math.max((ut?ut.width:dt.shape.width)-Ht[1]-Ht[3],0),Me=Math.max((ut?ut.height:dt.shape.height)-Ht[0]-Ht[2],0);($t.width!==Yr||$t.height!==Me)&&St.setStyle({width:Yr,height:Me})},$t.truncateMinChar=2,$t.lineOverflow="truncate",tt($t,ut,f);var ce=St.getState("emphasis");tt(ce?ce.style:null,ut,f)}}function tt(dt,et,yt){var ut=dt?dt.text:null;if(!et&&yt.isLeafRoot&&ut!=null){var X=r.get("drillDownIcon",!0);dt.text=X?X+" "+ut:ut}}function ht(dt,et,yt,ut){var X=m!=null&&t[dt][m],ot=i[dt];return X?(t[dt][m]=null,It(ot,X)):g||(X=new et,X instanceof or&&(X.z2=g3(yt,ut)),Dt(ot,X)),e[dt][y]=X}function It(dt,et){var yt=dt[y]={};et instanceof fd?(yt.oldX=et.x,yt.oldY=et.y):yt.oldShape=V({},et.shape)}function Dt(dt,et){var yt=dt[y]={},ut=o.parentNode,X=et instanceof rt;if(ut&&(!a||a.direction==="drillDown")){var ot=0,Vt=0,St=i.background[ut.getRawIndex()];!a&&St&&St.oldShape&&(ot=St.oldShape.width,Vt=St.oldShape.height),X?(yt.oldX=0,yt.oldY=Vt):yt.oldShape={x:ot,y:Vt,width:0,height:0}}yt.fadein=!X}}function g3(r,e){return r*h3+e}var y3=p3,qs=C,m3=j,Pf=-1,sy=function(){function r(e){var t=e.mappingMethod,a=e.type,i=this.option=J(e);this.type=a,this.mappingMethod=t,this._normalizeData=x3[t];var n=r.visualHandlers[a];this.applyVisual=n.applyVisual,this.getColorMapper=n.getColorMapper,this._normalizedToVisual=n._normalizedToVisual[t],t==="piecewise"?(sc(i),_3(i)):t==="category"?i.categories?S3(i):sc(i,!0):(Ae(t!=="linear"||i.dataExtent),sc(i))}return r.prototype.mapValueToVisual=function(e){var t=this._normalizeData(e);return this._normalizedToVisual(t,e)},r.prototype.getNormalizer=function(){return U(this._normalizeData,this)},r.listVisualTypes=function(){return mt(r.visualHandlers)},r.isValidType=function(e){return r.visualHandlers.hasOwnProperty(e)},r.eachVisual=function(e,t,a){j(e)?C(e,t,a):t.call(a,e)},r.mapVisual=function(e,t,a){var i,n=z(e)?[]:j(e)?{}:(i=!0,null);return r.eachVisual(e,function(o,s){var l=t.call(a,o,s);i?n=l:n[s]=l}),n},r.retrieveVisuals=function(e){var t={},a;return e&&qs(r.visualHandlers,function(i,n){e.hasOwnProperty(n)&&(t[n]=e[n],a=!0)}),a?t:null},r.prepareVisualTypes=function(e){if(z(e))e=e.slice();else if(m3(e)){var t=[];qs(e,function(a,i){t.push(i)}),e=t}else return[];return e.sort(function(a,i){return i==="color"&&a!=="color"&&a.indexOf("color")===0?1:-1}),e},r.dependsOn=function(e,t){return t==="color"?!!(e&&e.indexOf(t)===0):e===t},r.findPieceIndex=function(e,t,a){for(var i,n=1/0,o=0,s=t.length;o<s;o++){var l=t[o].value;if(l!=null){if(l===e||$(l)&&l===e+"")return o;a&&v(l,o)}}for(var o=0,s=t.length;o<s;o++){var u=t[o],f=u.interval,h=u.close;if(f){if(f[0]===-1/0){if(du(h[1],e,f[1]))return o}else if(f[1]===1/0){if(du(h[0],f[0],e))return o}else if(du(h[0],f[0],e)&&du(h[1],e,f[1]))return o;a&&v(f[0],o),a&&v(f[1],o)}}if(a)return e===1/0?t.length-1:e===-1/0?0:i;function v(c,p){var d=Math.abs(c-e);d<n&&(n=d,i=p)}},r.visualHandlers={color:{applyVisual:Xo("color"),getColorMapper:function(){var e=this.option;return U(e.mappingMethod==="category"?function(t,a){return!a&&(t=this._normalizeData(t)),us.call(this,t)}:function(t,a,i){var n=!!i;return!a&&(t=this._normalizeData(t)),i=Hh(t,e.parsedVisual,i),n?i:ra(i,"rgba")},this)},_normalizedToVisual:{linear:function(e){return ra(Hh(e,this.option.parsedVisual),"rgba")},category:us,piecewise:function(e,t){var a=vd.call(this,t);return a==null&&(a=ra(Hh(e,this.option.parsedVisual),"rgba")),a},fixed:Pi}},colorHue:pu(function(e,t){return cs(e,t)}),colorSaturation:pu(function(e,t){return cs(e,null,t)}),colorLightness:pu(function(e,t){return cs(e,null,null,t)}),colorAlpha:pu(function(e,t){return Ju(e,t)}),decal:{applyVisual:Xo("decal"),_normalizedToVisual:{linear:null,category:us,piecewise:null,fixed:null}},opacity:{applyVisual:Xo("opacity"),_normalizedToVisual:hd([0,1])},liftZ:{applyVisual:Xo("liftZ"),_normalizedToVisual:{linear:Pi,category:Pi,piecewise:Pi,fixed:Pi}},symbol:{applyVisual:function(e,t,a){var i=this.mapValueToVisual(e);a("symbol",i)},_normalizedToVisual:{linear:lS,category:us,piecewise:function(e,t){var a=vd.call(this,t);return a==null&&(a=lS.call(this,e)),a},fixed:Pi}},symbolSize:{applyVisual:Xo("symbolSize"),_normalizedToVisual:hd([0,1])}},r}();function _3(r){var e=r.pieceList;r.hasSpecialVisual=!1,C(e,function(t,a){t.originIndex=a,t.visual!=null&&(r.hasSpecialVisual=!0)})}function S3(r){var e=r.categories,t=r.categoryMap={},a=r.visual;if(qs(e,function(o,s){t[o]=s}),!z(a)){var i=[];j(a)?qs(a,function(o,s){var l=t[s];i[l!=null?l:Pf]=o}):i[Pf]=a,a=eD(r,i)}for(var n=e.length-1;n>=0;n--)a[n]==null&&(delete t[e[n]],e.pop())}function sc(r,e){var t=r.visual,a=[];j(t)?qs(t,function(n){a.push(n)}):t!=null&&a.push(t);var i={color:1,symbol:1};!e&&a.length===1&&!i.hasOwnProperty(r.type)&&(a[1]=a[0]),eD(r,a)}function pu(r){return{applyVisual:function(e,t,a){var i=this.mapValueToVisual(e);a("color",r(t("color"),i))},_normalizedToVisual:hd([0,1])}}function lS(r){var e=this.option.visual;return e[Math.round(Pt(r,[0,1],[0,e.length-1],!0))]||{}}function Xo(r){return function(e,t,a){a(r,this.mapValueToVisual(e))}}function us(r){var e=this.option.visual;return e[this.option.loop&&r!==Pf?r%e.length:r]}function Pi(){return this.option.visual[0]}function hd(r){return{linear:function(e){return Pt(e,r,this.option.visual,!0)},category:us,piecewise:function(e,t){var a=vd.call(this,t);return a==null&&(a=Pt(e,r,this.option.visual,!0)),a},fixed:Pi}}function vd(r){var e=this.option,t=e.pieceList;if(e.hasSpecialVisual){var a=sy.findPieceIndex(r,t),i=t[a];if(i&&i.visual)return i.visual[this.type]}}function eD(r,e){return r.visual=e,r.type==="color"&&(r.parsedVisual=G(e,function(t){var a=Ge(t);return a||[0,0,0,1]})),e}var x3={linear:function(r){return Pt(r,this.option.dataExtent,[0,1],!0)},piecewise:function(r){var e=this.option.pieceList,t=sy.findPieceIndex(r,e,!0);if(t!=null)return Pt(t,[0,e.length-1],[0,1],!0)},category:function(r){var e=this.option.categories?this.option.categoryMap[r]:r;return e==null?Pf:e},fixed:Kt};function du(r,e,t){return r?e<=t:e<t}var fe=sy,b3="itemStyle",rD=At(),w3={seriesType:"treemap",reset:function(r){var e=r.getData().tree,t=e.root;t.isRemoved()||aD(t,{},r.getViewRoot().getAncestors(),r)}};function aD(r,e,t,a){var i=r.getModel(),n=r.getLayout(),o=r.hostTree.data;if(!(!n||n.invisible||!n.isInView)){var s=i.getModel(b3),l=T3(s,e,a),u=o.ensureUniqueItemVisual(r.dataIndex,"style"),f=s.get("borderColor"),h=s.get("borderColorSaturation"),v;h!=null&&(v=uS(l),f=A3(h,v)),u.stroke=f;var c=r.viewChildren;if(!c||!c.length)v=uS(l),u.fill=v;else{var p=C3(r,i,n,s,l,c);C(c,function(d,g){if(d.depth>=t.length||d===t[d.depth]){var y=M3(i,l,d,g,p,a);aD(d,y,t,a)}})}}}function T3(r,e,t){var a=V({},e),i=t.designatedVisualItemStyle;return C(["color","colorAlpha","colorSaturation"],function(n){i[n]=e[n];var o=r.get(n);i[n]=null,o!=null&&(a[n]=o)}),a}function uS(r){var e=lc(r,"color");if(e){var t=lc(r,"colorAlpha"),a=lc(r,"colorSaturation");return a&&(e=cs(e,null,null,a)),t&&(e=Ju(e,t)),e}}function A3(r,e){return e!=null?cs(e,null,null,r):null}function lc(r,e){var t=r[e];if(t!=null&&t!=="none")return t}function C3(r,e,t,a,i,n){if(!(!n||!n.length)){var o=uc(e,"color")||i.color!=null&&i.color!=="none"&&(uc(e,"colorAlpha")||uc(e,"colorSaturation"));if(!!o){var s=e.get("visualMin"),l=e.get("visualMax"),u=t.dataExtent.slice();s!=null&&s<u[0]&&(u[0]=s),l!=null&&l>u[1]&&(u[1]=l);var f=e.get("colorMappingBy"),h={type:o.name,dataExtent:u,visual:o.range};h.type==="color"&&(f==="index"||f==="id")?(h.mappingMethod="category",h.loop=!0):h.mappingMethod="linear";var v=new fe(h);return rD(v).drColorMappingBy=f,v}}}function uc(r,e){var t=r.get(e);return z(t)&&t.length?{name:e,range:t}:null}function M3(r,e,t,a,i,n){var o=V({},e);if(i){var s=i.type,l=s==="color"&&rD(i).drColorMappingBy,u=l==="index"?a:l==="id"?n.mapIdToIndex(t.getId()):t.getValue(r.get("visualDimension"));o[s]=i.mapValueToVisual(u)}return o}var Ks=Math.max,Rf=Math.min,fS=ne,ly=C,iD=["itemStyle","borderWidth"],D3=["itemStyle","gapWidth"],L3=["upperLabel","show"],I3=["upperLabel","height"],P3={seriesType:"treemap",reset:function(r,e,t,a){var i=t.getWidth(),n=t.getHeight(),o=r.option,s=te(r.getBoxLayoutParams(),{width:t.getWidth(),height:t.getHeight()}),l=o.size||[],u=H(fS(s.width,l[0]),i),f=H(fS(s.height,l[1]),n),h=a&&a.type,v=["treemapZoomToNode","treemapRootToNode"],c=Xs(a,v,r),p=h==="treemapRender"||h==="treemapMove"?a.rootRect:null,d=r.getViewRoot(),g=jM(d);if(h!=="treemapMove"){var y=h==="treemapZoomToNode"?B3(r,c,d,u,f):p?[p.width,p.height]:[u,f],m=o.sort;m&&m!=="asc"&&m!=="desc"&&(m="desc");var _={squareRatio:o.squareRatio,sort:m,leafDepth:o.leafDepth};d.hostTree.clearLayouts();var S={x:0,y:0,width:y[0],height:y[1],area:y[0]*y[1]};d.setLayout(S),nD(d,_,!1,0),S=d.getLayout(),ly(g,function(x,w){var T=(g[w+1]||d).getValue();x.setLayout(V({dataExtent:[T,T],borderWidth:0,upperHeight:0},S))})}var b=r.getData().tree.root;b.setLayout(V3(s,p,c),!0),r.setLayoutInfo(s),oD(b,new ft(-s.x,-s.y,i,n),g,d,0)}};function nD(r,e,t,a){var i,n;if(!r.isRemoved()){var o=r.getLayout();i=o.width,n=o.height;var s=r.getModel(),l=s.get(iD),u=s.get(D3)/2,f=sD(s),h=Math.max(l,f),v=l-u,c=h-u;r.setLayout({borderWidth:l,upperHeight:h,upperLabelHeight:f},!0),i=Ks(i-2*v,0),n=Ks(n-v-c,0);var p=i*n,d=R3(r,s,p,e,t,a);if(!!d.length){var g={x:v,y:c,width:i,height:n},y=Rf(i,n),m=1/0,_=[];_.area=0;for(var S=0,b=d.length;S<b;){var x=d[S];_.push(x),_.area+=x.getLayout().area;var w=N3(_,y,e.squareRatio);w<=m?(S++,m=w):(_.area-=_.pop().getLayout().area,hS(_,y,g,u,!1),y=Rf(g.width,g.height),_.length=_.area=0,m=1/0)}if(_.length&&hS(_,y,g,u,!0),!t){var T=s.get("childrenVisibleMin");T!=null&&p<T&&(t=!0)}for(var S=0,b=d.length;S<b;S++)nD(d[S],e,t,a+1)}}}function R3(r,e,t,a,i,n){var o=r.children||[],s=a.sort;s!=="asc"&&s!=="desc"&&(s=null);var l=a.leafDepth!=null&&a.leafDepth<=n;if(i&&!l)return r.viewChildren=[];o=Rt(o,function(c){return!c.isRemoved()}),k3(o,s);var u=O3(e,o,s);if(u.sum===0)return r.viewChildren=[];if(u.sum=E3(e,t,u.sum,s,o),u.sum===0)return r.viewChildren=[];for(var f=0,h=o.length;f<h;f++){var v=o[f].getValue()/u.sum*t;o[f].setLayout({area:v})}return l&&(o.length&&r.setLayout({isLeafRoot:!0},!0),o.length=0),r.viewChildren=o,r.setLayout({dataExtent:u.dataExtent},!0),o}function E3(r,e,t,a,i){if(!a)return t;for(var n=r.get("visibleMin"),o=i.length,s=o,l=o-1;l>=0;l--){var u=i[a==="asc"?o-l-1:l].getValue();u/t*e<n&&(s=l,t-=u)}return a==="asc"?i.splice(0,o-s):i.splice(s,o-s),t}function k3(r,e){return e&&r.sort(function(t,a){var i=e==="asc"?t.getValue()-a.getValue():a.getValue()-t.getValue();return i===0?e==="asc"?t.dataIndex-a.dataIndex:a.dataIndex-t.dataIndex:i}),r}function O3(r,e,t){for(var a=0,i=0,n=e.length;i<n;i++)a+=e[i].getValue();var o=r.get("visualDimension"),s;return!e||!e.length?s=[NaN,NaN]:o==="value"&&t?(s=[e[e.length-1].getValue(),e[0].getValue()],t==="asc"&&s.reverse()):(s=[1/0,-1/0],ly(e,function(l){var u=l.getValue(o);u<s[0]&&(s[0]=u),u>s[1]&&(s[1]=u)})),{sum:a,dataExtent:s}}function N3(r,e,t){for(var a=0,i=1/0,n=0,o=void 0,s=r.length;n<s;n++)o=r[n].getLayout().area,o&&(o<i&&(i=o),o>a&&(a=o));var l=r.area*r.area,u=e*e*t;return l?Ks(u*a/l,l/(u*i)):1/0}function hS(r,e,t,a,i){var n=e===t.width?0:1,o=1-n,s=["x","y"],l=["width","height"],u=t[s[n]],f=e?r.area/e:0;(i||f>t[l[o]])&&(f=t[l[o]]);for(var h=0,v=r.length;h<v;h++){var c=r[h],p={},d=f?c.getLayout().area/f:0,g=p[l[o]]=Ks(f-2*a,0),y=t[s[n]]+t[l[n]]-u,m=h===v-1||y<d?y:d,_=p[l[n]]=Ks(m-2*a,0);p[s[o]]=t[s[o]]+Rf(a,g/2),p[s[n]]=u+Rf(a,_/2),u+=m,c.setLayout(p,!0)}t[s[o]]+=f,t[l[o]]-=f}function B3(r,e,t,a,i){var n=(e||{}).node,o=[a,i];if(!n||n===t)return o;for(var s,l=a*i,u=l*r.option.zoomToNodeRatio;s=n.parentNode;){for(var f=0,h=s.children,v=0,c=h.length;v<c;v++)f+=h[v].getValue();var p=n.getValue();if(p===0)return o;u*=f/p;var d=s.getModel(),g=d.get(iD),y=Math.max(g,sD(d));u+=4*g*g+(3*g+y)*Math.pow(u,.5),u>bm&&(u=bm),n=s}u<l&&(u=l);var m=Math.pow(u/l,.5);return[a*m,i*m]}function V3(r,e,t){if(e)return{x:e.x,y:e.y};var a={x:0,y:0};if(!t)return a;var i=t.node,n=i.getLayout();if(!n)return a;for(var o=[n.width/2,n.height/2],s=i;s;){var l=s.getLayout();o[0]+=l.x,o[1]+=l.y,s=s.parentNode}return{x:r.width/2-o[0],y:r.height/2-o[1]}}function oD(r,e,t,a,i){var n=r.getLayout(),o=t[i],s=o&&o===r;if(!(o&&!s||i===t.length&&r!==a)){r.setLayout({isInView:!0,invisible:!s&&!e.intersect(n),isAboveViewRoot:s},!0);var l=new ft(e.x-n.x,e.y-n.y,e.width,e.height);ly(r.viewChildren||[],function(u){oD(u,l,t,a,i+1)})}}function sD(r){return r.get(L3)?r.get(I3):0}function z3(r){r.registerSeriesModel(a3),r.registerChartView(y3),r.registerVisual(w3),r.registerLayout(P3),t3(r)}function G3(r){var e=r.findComponents({mainType:"legend"});!e||!e.length||r.eachSeriesByType("graph",function(t){var a=t.getCategoriesData(),i=t.getGraph(),n=i.data,o=a.mapArray(a.getName);n.filterSelf(function(s){var l=n.getItemModel(s),u=l.getShallow("category");if(u!=null){wt(u)&&(u=o[u]);for(var f=0;f<e.length;f++)if(!e[f].isSelected(u))return!1}return!0})})}function F3(r){var e={};r.eachSeriesByType("graph",function(t){var a=t.getCategoriesData(),i=t.getData(),n={};a.each(function(o){var s=a.getName(o);n["ec-"+s]=o;var l=a.getItemModel(o),u=l.getModel("itemStyle").getItemStyle();u.fill||(u.fill=t.getColorFromPalette(s,e)),a.setItemVisual(o,"style",u);for(var f=["symbol","symbolSize","symbolKeepAspect"],h=0;h<f.length;h++){var v=l.getShallow(f[h],!0);v!=null&&a.setItemVisual(o,f[h],v)}}),a.count()&&i.each(function(o){var s=i.getItemModel(o),l=s.getShallow("category");if(l!=null){$(l)&&(l=n["ec-"+l]);var u=a.getItemVisual(l,"style"),f=i.ensureUniqueItemVisual(o,"style");V(f,u);for(var h=["symbol","symbolSize","symbolKeepAspect"],v=0;v<h.length;v++)i.setItemVisual(o,h[v],a.getItemVisual(l,h[v]))}})})}function gu(r){return r instanceof Array||(r=[r,r]),r}function H3(r){r.eachSeriesByType("graph",function(e){var t=e.getGraph(),a=e.getEdgeData(),i=gu(e.get("edgeSymbol")),n=gu(e.get("edgeSymbolSize"));a.setVisual("fromSymbol",i&&i[0]),a.setVisual("toSymbol",i&&i[1]),a.setVisual("fromSymbolSize",n&&n[0]),a.setVisual("toSymbolSize",n&&n[1]),a.setVisual("style",e.getModel("lineStyle").getLineStyle()),a.each(function(o){var s=a.getItemModel(o),l=t.getEdgeByIndex(o),u=gu(s.getShallow("symbol",!0)),f=gu(s.getShallow("symbolSize",!0)),h=s.getModel("lineStyle").getLineStyle(),v=a.ensureUniqueItemVisual(o,"style");switch(V(v,h),v.stroke){case"source":{var c=l.node1.getVisual("style");v.stroke=c&&c.fill;break}case"target":{var c=l.node2.getVisual("style");v.stroke=c&&c.fill;break}}u[0]&&l.setVisual("fromSymbol",u[0]),u[1]&&l.setVisual("toSymbol",u[1]),f[0]&&l.setVisual("fromSymbolSize",f[0]),f[1]&&l.setVisual("toSymbolSize",f[1])})})}var cd="-->",Dh=function(r){return r.get("autoCurveness")||null},lD=function(r,e){var t=Dh(r),a=20,i=[];if(wt(t))a=t;else if(z(t)){r.__curvenessList=t;return}e>a&&(a=e);var n=a%2?a+2:a+3;i=[];for(var o=0;o<n;o++)i.push((o%2?o+1:o)/10*(o%2?-1:1));r.__curvenessList=i},Qs=function(r,e,t){var a=[r.id,r.dataIndex].join("."),i=[e.id,e.dataIndex].join(".");return[t.uid,a,i].join(cd)},uD=function(r){var e=r.split(cd);return[e[0],e[2],e[1]].join(cd)},W3=function(r,e){var t=Qs(r.node1,r.node2,e);return e.__edgeMap[t]},$3=function(r,e){var t=pd(Qs(r.node1,r.node2,e),e),a=pd(Qs(r.node2,r.node1,e),e);return t+a},pd=function(r,e){var t=e.__edgeMap;return t[r]?t[r].length:0};function U3(r){!Dh(r)||(r.__curvenessList=[],r.__edgeMap={},lD(r))}function Y3(r,e,t,a){if(!!Dh(t)){var i=Qs(r,e,t),n=t.__edgeMap,o=n[uD(i)];n[i]&&!o?n[i].isForward=!0:o&&n[i]&&(o.isForward=!0,n[i].isForward=!1),n[i]=n[i]||[],n[i].push(a)}}function uy(r,e,t,a){var i=Dh(e),n=z(i);if(!i)return null;var o=W3(r,e);if(!o)return null;for(var s=-1,l=0;l<o.length;l++)if(o[l]===t){s=l;break}var u=$3(r,e);lD(e,u),r.lineStyle=r.lineStyle||{};var f=Qs(r.node1,r.node2,e),h=e.__curvenessList,v=n||u%2?0:1;if(o.isForward)return h[v+s];var c=uD(f),p=pd(c,e),d=h[s+p+v];return a?n?i&&i[0]===0?(p+v)%2?d:-d:((p%2?0:1)+v)%2?d:-d:(p+v)%2?d:-d:h[s+p+v]}function fD(r){var e=r.coordinateSystem;if(!(e&&e.type!=="view")){var t=r.getGraph();t.eachNode(function(a){var i=a.getModel();a.setLayout([+i.get("x"),+i.get("y")])}),hD(t,r)}}function hD(r,e){r.eachEdge(function(t,a){var i=ta(t.getModel().get(["lineStyle","curveness"]),-uy(t,e,a,!0),0),n=ea(t.node1.getLayout()),o=ea(t.node2.getLayout()),s=[n,o];+i&&s.push([(n[0]+o[0])/2-(n[1]-o[1])*i,(n[1]+o[1])/2-(o[0]-n[0])*i]),t.setLayout(s)})}function Z3(r,e){r.eachSeriesByType("graph",function(t){var a=t.get("layout"),i=t.coordinateSystem;if(i&&i.type!=="view"){var n=t.getData(),o=[];C(i.dimensions,function(v){o=o.concat(n.mapDimensionsAll(v))});for(var s=0;s<n.count();s++){for(var l=[],u=!1,f=0;f<o.length;f++){var h=n.get(o[f],s);isNaN(h)||(u=!0),l.push(h)}u?n.setItemLayout(s,i.dataToPoint(l)):n.setItemLayout(s,[NaN,NaN])}hD(n.graph,t)}else(!a||a==="none")&&fD(t)})}function fs(r){var e=r.coordinateSystem;if(e.type!=="view")return 1;var t=r.option.nodeScaleRatio,a=e.scaleX,i=e.getZoom(),n=(i-1)*t+1;return n/a}function hs(r){var e=r.getVisual("symbolSize");return e instanceof Array&&(e=(e[0]+e[1])/2),+e}var vS=Math.PI,fc=[];function vD(r,e){var t=r.coordinateSystem;if(!(t&&t.type!=="view")){var a=t.getBoundingRect(),i=r.getData(),n=i.graph,o=a.width/2+a.x,s=a.height/2+a.y,l=Math.min(a.width,a.height)/2,u=i.count();i.setLayout({cx:o,cy:s}),u&&(X3[e](r,n,i,l,o,s,u),n.eachEdge(function(f,h){var v=ta(f.getModel().get(["lineStyle","curveness"]),uy(f,r,h),0),c=ea(f.node1.getLayout()),p=ea(f.node2.getLayout()),d,g=(c[0]+p[0])/2,y=(c[1]+p[1])/2;+v&&(v*=3,d=[o*v+g*(1-v),s*v+y*(1-v)]),f.setLayout([c,p,d])}))}}var X3={value:function(r,e,t,a,i,n,o){var s=0,l=t.getSum("value"),u=Math.PI*2/(l||o);e.eachNode(function(f){var h=f.getValue("value"),v=u*(l?h:1)/2;s+=v,f.setLayout([a*Math.cos(s)+i,a*Math.sin(s)+n]),s+=v})},symbolSize:function(r,e,t,a,i,n,o){var s=0;fc.length=o;var l=fs(r);e.eachNode(function(h){var v=hs(h);isNaN(v)&&(v=2),v<0&&(v=0),v*=l;var c=Math.asin(v/2/a);isNaN(c)&&(c=vS/2),fc[h.dataIndex]=c,s+=c*2});var u=(2*vS-s)/o/2,f=0;e.eachNode(function(h){var v=u+fc[h.dataIndex];f+=v,h.setLayout([a*Math.cos(f)+i,a*Math.sin(f)+n]),f+=v})}};function q3(r){r.eachSeriesByType("graph",function(e){e.get("layout")==="circular"&&vD(e,"symbolSize")})}var Dn=rp;function K3(r,e,t){for(var a=r,i=e,n=t.rect,o=n.width,s=n.height,l=[n.x+o/2,n.y+s/2],u=t.gravity==null?.1:t.gravity,f=0;f<a.length;f++){var h=a[f];h.p||(h.p=sn(o*(Math.random()-.5)+l[0],s*(Math.random()-.5)+l[1])),h.pp=ea(h.p),h.edges=null}var v=t.friction==null?.6:t.friction,c=v,p,d;return{warmUp:function(){c=v*.8},setFixed:function(g){a[g].fixed=!0},setUnfixed:function(g){a[g].fixed=!1},beforeStep:function(g){p=g},afterStep:function(g){d=g},step:function(g){p&&p(a,i);for(var y=[],m=a.length,_=0;_<i.length;_++){var S=i[_];if(!S.ignoreForceLayout){var b=S.n1,x=S.n2;Vi(y,x.p,b.p);var w=ap(y)-S.d,T=x.w/(b.w+x.w);isNaN(T)&&(T=0),rl(y,y),!b.fixed&&Dn(b.p,b.p,y,T*w*c),!x.fixed&&Dn(x.p,x.p,y,-(1-T)*w*c)}}for(var _=0;_<m;_++){var A=a[_];A.fixed||(Vi(y,l,A.p),Dn(A.p,A.p,y,u*c))}for(var _=0;_<m;_++)for(var b=a[_],M=_+1;M<m;M++){var x=a[M];Vi(y,x.p,b.p);var w=ap(y);w===0&&(r2(y,Math.random()-.5,Math.random()-.5),w=1);var D=(b.rep+x.rep)/w/w;!b.fixed&&Dn(b.pp,b.pp,y,D),!x.fixed&&Dn(x.pp,x.pp,y,-D)}for(var L=[],_=0;_<m;_++){var A=a[_];A.fixed||(Vi(L,A.p,A.pp),Dn(A.p,A.p,L,c),xe(A.pp,A.p))}c=c*.992;var I=c<.01;d&&d(a,i,I),g&&g(I)}}}function Q3(r){r.eachSeriesByType("graph",function(e){var t=e.coordinateSystem;if(!(t&&t.type!=="view"))if(e.get("layout")==="force"){var a=e.preservedPoints||{},i=e.getGraph(),n=i.data,o=i.edgeData,s=e.getModel("force"),l=s.get("initLayout");e.preservedPoints?n.each(function(_){var S=n.getId(_);n.setItemLayout(_,a[S]||[NaN,NaN])}):!l||l==="none"?fD(e):l==="circular"&&vD(e,"value");var u=n.getDataExtent("value"),f=o.getDataExtent("value"),h=s.get("repulsion"),v=s.get("edgeLength"),c=z(h)?h:[h,h],p=z(v)?v:[v,v];p=[p[1],p[0]];var d=n.mapArray("value",function(_,S){var b=n.getItemLayout(S),x=Pt(_,u,c);return isNaN(x)&&(x=(c[0]+c[1])/2),{w:x,rep:x,fixed:n.getItemModel(S).get("fixed"),p:!b||isNaN(b[0])||isNaN(b[1])?null:b}}),g=o.mapArray("value",function(_,S){var b=i.getEdgeByIndex(S),x=Pt(_,f,p);isNaN(x)&&(x=(p[0]+p[1])/2);var w=b.getModel(),T=ta(b.getModel().get(["lineStyle","curveness"]),-uy(b,e,S,!0),0);return{n1:d[b.node1.dataIndex],n2:d[b.node2.dataIndex],d:x,curveness:T,ignoreForceLayout:w.get("ignoreForceLayout")}}),y=t.getBoundingRect(),m=K3(d,g,{rect:y,gravity:s.get("gravity"),friction:s.get("friction")});m.beforeStep(function(_,S){for(var b=0,x=_.length;b<x;b++)_[b].fixed&&xe(_[b].p,i.getNodeByIndex(b).getLayout())}),m.afterStep(function(_,S,b){for(var x=0,w=_.length;x<w;x++)_[x].fixed||i.getNodeByIndex(x).setLayout(_[x].p),a[n.getId(x)]=_[x].p;for(var x=0,w=S.length;x<w;x++){var T=S[x],A=i.getEdgeByIndex(x),M=T.n1.p,D=T.n2.p,L=A.getLayout();L=L?L.slice():[],L[0]=L[0]||[],L[1]=L[1]||[],xe(L[0],M),xe(L[1],D),+T.curveness&&(L[2]=[(M[0]+D[0])/2-(M[1]-D[1])*T.curveness,(M[1]+D[1])/2-(D[0]-M[0])*T.curveness]),A.setLayout(L)}}),e.forceLayout=m,e.preservedPoints=a,m.step()}else e.forceLayout=null})}function j3(r,e,t){var a=V(r.getBoxLayoutParams(),{aspect:t});return te(a,{width:e.getWidth(),height:e.getHeight()})}function J3(r,e){var t=[];return r.eachSeriesByType("graph",function(a){var i=a.get("coordinateSystem");if(!i||i==="view"){var n=a.getData(),o=n.mapArray(function(g){var y=n.getItemModel(g);return[+y.get("x"),+y.get("y")]}),s=[],l=[];eh(o,s,l),l[0]-s[0]===0&&(l[0]+=1,s[0]-=1),l[1]-s[1]===0&&(l[1]+=1,s[1]-=1);var u=(l[0]-s[0])/(l[1]-s[1]),f=j3(a,e,u);isNaN(u)&&(s=[f.x,f.y],l=[f.x+f.width,f.y+f.height]);var h=l[0]-s[0],v=l[1]-s[1],c=f.width,p=f.height,d=a.coordinateSystem=new wl;d.zoomLimit=a.get("scaleLimit"),d.setBoundingRect(s[0],s[1],h,v),d.setViewRect(f.x,f.y,c,p),d.setCenter(a.get("center"),e),d.setZoom(a.get("zoom")),t.push(d)}}),t}var cS=oe.prototype,hc=nh.prototype,cD=function(){function r(){this.x1=0,this.y1=0,this.x2=0,this.y2=0,this.percent=1}return r}();(function(r){k(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e})(cD);function vc(r){return isNaN(+r.cpx1)||isNaN(+r.cpy1)}var tH=function(r){k(e,r);function e(t){var a=r.call(this,t)||this;return a.type="ec-line",a}return e.prototype.getDefaultStyle=function(){return{stroke:"#000",fill:null}},e.prototype.getDefaultShape=function(){return new cD},e.prototype.buildPath=function(t,a){vc(a)?cS.buildPath.call(this,t,a):hc.buildPath.call(this,t,a)},e.prototype.pointAt=function(t){return vc(this.shape)?cS.pointAt.call(this,t):hc.pointAt.call(this,t)},e.prototype.tangentAt=function(t){var a=this.shape,i=vc(a)?[a.x2-a.x1,a.y2-a.y1]:hc.tangentAt.call(this,t);return rl(i,i)},e}(gt),eH=tH,cc=["fromSymbol","toSymbol"];function pS(r){return"_"+r+"Type"}function dS(r,e,t){var a=e.getItemVisual(t,r);if(!(!a||a==="none")){var i=e.getItemVisual(t,r+"Size"),n=e.getItemVisual(t,r+"Rotate"),o=e.getItemVisual(t,r+"Offset"),s=e.getItemVisual(t,r+"KeepAspect"),l=cl(i),u=wo(o||0,l),f=Qt(a,-l[0]/2+u[0],-l[1]/2+u[1],l[0],l[1],null,s);return f.__specifiedRotation=n==null||isNaN(n)?void 0:+n*Math.PI/180||0,f.name=r,f}}function rH(r){var e=new eH({name:"line",subPixelOptimize:!0});return dd(e.shape,r),e}function dd(r,e){r.x1=e[0][0],r.y1=e[0][1],r.x2=e[1][0],r.y2=e[1][1],r.percent=1;var t=e[2];t?(r.cpx1=t[0],r.cpy1=t[1]):(r.cpx1=NaN,r.cpy1=NaN)}var aH=function(r){k(e,r);function e(t,a,i){var n=r.call(this)||this;return n._createLine(t,a,i),n}return e.prototype._createLine=function(t,a,i){var n=t.hostModel,o=t.getItemLayout(a),s=rH(o);s.shape.percent=0,zt(s,{shape:{percent:1}},n,a),this.add(s),C(cc,function(l){var u=dS(l,t,a);this.add(u),this[pS(l)]=t.getItemVisual(a,l)},this),this._updateCommonStl(t,a,i)},e.prototype.updateData=function(t,a,i){var n=t.hostModel,o=this.childOfName("line"),s=t.getItemLayout(a),l={shape:{}};dd(l.shape,s),Tt(o,l,n,a),C(cc,function(u){var f=t.getItemVisual(a,u),h=pS(u);if(this[h]!==f){this.remove(this.childOfName(u));var v=dS(u,t,a);this.add(v)}this[h]=f},this),this._updateCommonStl(t,a,i)},e.prototype.getLinePath=function(){return this.childAt(0)},e.prototype._updateCommonStl=function(t,a,i){var n=t.hostModel,o=this.childOfName("line"),s=i&&i.emphasisLineStyle,l=i&&i.blurLineStyle,u=i&&i.selectLineStyle,f=i&&i.labelStatesModels,h=i&&i.emphasisDisabled,v=i&&i.focus,c=i&&i.blurScope;if(!i||t.hasItemOption){var p=t.getItemModel(a),d=p.getModel("emphasis");s=d.getModel("lineStyle").getLineStyle(),l=p.getModel(["blur","lineStyle"]).getLineStyle(),u=p.getModel(["select","lineStyle"]).getLineStyle(),h=d.get("disabled"),v=d.get("focus"),c=d.get("blurScope"),f=se(p)}var g=t.getItemVisual(a,"style"),y=g.stroke;o.useStyle(g),o.style.fill=null,o.style.strokeNoScale=!0,o.ensureState("emphasis").style=s,o.ensureState("blur").style=l,o.ensureState("select").style=u,C(cc,function(x){var w=this.childOfName(x);if(w){w.setColor(y),w.style.opacity=g.opacity;for(var T=0;T<Ce.length;T++){var A=Ce[T],M=o.getState(A);if(M){var D=M.style||{},L=w.ensureState(A),I=L.style||(L.style={});D.stroke!=null&&(I[w.__isEmptyBrush?"stroke":"fill"]=D.stroke),D.opacity!=null&&(I.opacity=D.opacity)}}w.markRedraw()}},this);var m=n.getRawValue(a);_e(this,f,{labelDataIndex:a,labelFetcher:{getFormattedLabel:function(x,w){return n.getFormattedLabel(x,w,t.dataType)}},inheritColor:y||"#000",defaultOpacity:g.opacity,defaultText:(m==null?t.getName(a):isFinite(m)?Ut(m):m)+""});var _=this.getTextContent();if(_){var S=f.normal;_.__align=_.style.align,_.__verticalAlign=_.style.verticalAlign,_.__position=S.get("position")||"middle";var b=S.get("distance");z(b)||(b=[b,b]),_.__labelDistance=b}this.setTextConfig({position:null,local:!0,inside:!1}),Yt(this,v,c,h)},e.prototype.highlight=function(){la(this)},e.prototype.downplay=function(){ua(this)},e.prototype.updateLayout=function(t,a){this.setLinePoints(t.getItemLayout(a))},e.prototype.setLinePoints=function(t){var a=this.childOfName("line");dd(a.shape,t),a.dirty()},e.prototype.beforeUpdate=function(){var t=this,a=t.childOfName("fromSymbol"),i=t.childOfName("toSymbol"),n=t.getTextContent();if(!a&&!i&&(!n||n.ignore))return;for(var o=1,s=this.parent;s;)s.scaleX&&(o/=s.scaleX),s=s.parent;var l=t.childOfName("line");if(!this.__dirty&&!l.__dirty)return;var u=l.shape.percent,f=l.pointAt(0),h=l.pointAt(u),v=Vi([],h,f);rl(v,v);function c(M,D){var L=M.__specifiedRotation;if(L==null){var I=l.tangentAt(D);M.attr("rotation",(D===1?-1:1)*Math.PI/2-Math.atan2(I[1],I[0]))}else M.attr("rotation",L)}if(a&&(a.setPosition(f),c(a,0),a.scaleX=a.scaleY=o*u,a.markRedraw()),i&&(i.setPosition(h),c(i,1),i.scaleX=i.scaleY=o*u,i.markRedraw()),n&&!n.ignore){n.x=n.y=0,n.originX=n.originY=0;var p=void 0,d=void 0,g=n.__labelDistance,y=g[0]*o,m=g[1]*o,_=u/2,S=l.tangentAt(_),b=[S[1],-S[0]],x=l.pointAt(_);b[1]>0&&(b[0]=-b[0],b[1]=-b[1]);var w=S[0]<0?-1:1;if(n.__position!=="start"&&n.__position!=="end"){var T=-Math.atan2(S[1],S[0]);h[0]<f[0]&&(T=Math.PI+T),n.rotation=T}var A=void 0;switch(n.__position){case"insideStartTop":case"insideMiddleTop":case"insideEndTop":case"middle":A=-m,d="bottom";break;case"insideStartBottom":case"insideMiddleBottom":case"insideEndBottom":A=m,d="top";break;default:A=0,d="middle"}switch(n.__position){case"end":n.x=v[0]*y+h[0],n.y=v[1]*m+h[1],p=v[0]>.8?"left":v[0]<-.8?"right":"center",d=v[1]>.8?"top":v[1]<-.8?"bottom":"middle";break;case"start":n.x=-v[0]*y+f[0],n.y=-v[1]*m+f[1],p=v[0]>.8?"right":v[0]<-.8?"left":"center",d=v[1]>.8?"bottom":v[1]<-.8?"top":"middle";break;case"insideStartTop":case"insideStart":case"insideStartBottom":n.x=y*w+f[0],n.y=f[1]+A,p=S[0]<0?"right":"left",n.originX=-y*w,n.originY=-A;break;case"insideMiddleTop":case"insideMiddle":case"insideMiddleBottom":case"middle":n.x=x[0],n.y=x[1]+A,p="center",n.originY=-A;break;case"insideEndTop":case"insideEnd":case"insideEndBottom":n.x=-y*w+h[0],n.y=h[1]+A,p=S[0]>=0?"right":"left",n.originX=y*w,n.originY=-A;break}n.scaleX=n.scaleY=o,n.setStyle({verticalAlign:n.__verticalAlign||d,align:n.__align||p})}},e}(rt),fy=aH,iH=function(){function r(e){this.group=new rt,this._LineCtor=e||fy}return r.prototype.updateData=function(e){var t=this;this._progressiveEls=null;var a=this,i=a.group,n=a._lineData;a._lineData=e,n||i.removeAll();var o=gS(e);e.diff(n).add(function(s){t._doAdd(e,s,o)}).update(function(s,l){t._doUpdate(n,e,l,s,o)}).remove(function(s){i.remove(n.getItemGraphicEl(s))}).execute()},r.prototype.updateLayout=function(){var e=this._lineData;!e||e.eachItemGraphicEl(function(t,a){t.updateLayout(e,a)},this)},r.prototype.incrementalPrepareUpdate=function(e){this._seriesScope=gS(e),this._lineData=null,this.group.removeAll()},r.prototype.incrementalUpdate=function(e,t){this._progressiveEls=[];function a(s){!s.isGroup&&!nH(s)&&(s.incremental=!0,s.ensureState("emphasis").hoverLayer=!0)}for(var i=e.start;i<e.end;i++){var n=t.getItemLayout(i);if(pc(n)){var o=new this._LineCtor(t,i,this._seriesScope);o.traverse(a),this.group.add(o),t.setItemGraphicEl(i,o),this._progressiveEls.push(o)}}},r.prototype.remove=function(){this.group.removeAll()},r.prototype.eachRendered=function(e){ti(this._progressiveEls||this.group,e)},r.prototype._doAdd=function(e,t,a){var i=e.getItemLayout(t);if(!!pc(i)){var n=new this._LineCtor(e,t,a);e.setItemGraphicEl(t,n),this.group.add(n)}},r.prototype._doUpdate=function(e,t,a,i,n){var o=e.getItemGraphicEl(a);if(!pc(t.getItemLayout(i))){this.group.remove(o);return}o?o.updateData(t,i,n):o=new this._LineCtor(t,i,n),t.setItemGraphicEl(i,o),this.group.add(o)},r}();function nH(r){return r.animators&&r.animators.length>0}function gS(r){var e=r.hostModel,t=e.getModel("emphasis");return{lineStyle:e.getModel("lineStyle").getLineStyle(),emphasisLineStyle:t.getModel(["lineStyle"]).getLineStyle(),blurLineStyle:e.getModel(["blur","lineStyle"]).getLineStyle(),selectLineStyle:e.getModel(["select","lineStyle"]).getLineStyle(),emphasisDisabled:t.get("disabled"),blurScope:t.get("blurScope"),focus:t.get("focus"),labelStatesModels:se(e)}}function yS(r){return isNaN(r[0])||isNaN(r[1])}function pc(r){return r&&!yS(r[0])&&!yS(r[1])}var hy=iH,dc=[],gc=[],yc=[],Ln=ie,mc=$i,mS=Math.abs;function _S(r,e,t){for(var a=r[0],i=r[1],n=r[2],o=1/0,s,l=t*t,u=.1,f=.1;f<=.9;f+=.1){dc[0]=Ln(a[0],i[0],n[0],f),dc[1]=Ln(a[1],i[1],n[1],f);var h=mS(mc(dc,e)-l);h<o&&(o=h,s=f)}for(var v=0;v<32;v++){var c=s+u;gc[0]=Ln(a[0],i[0],n[0],s),gc[1]=Ln(a[1],i[1],n[1],s),yc[0]=Ln(a[0],i[0],n[0],c),yc[1]=Ln(a[1],i[1],n[1],c);var h=mc(gc,e)-l;if(mS(h)<.01)break;var p=mc(yc,e)-l;u/=2,h<0?p>=0?s=s+u:s=s-u:p>=0?s=s-u:s=s+u}return s}function _c(r,e){var t=[],a=Is,i=[[],[],[]],n=[[],[]],o=[];e/=2,r.eachEdge(function(s,l){var u=s.getLayout(),f=s.getVisual("fromSymbol"),h=s.getVisual("toSymbol");u.__original||(u.__original=[ea(u[0]),ea(u[1])],u[2]&&u.__original.push(ea(u[2])));var v=u.__original;if(u[2]!=null){if(xe(i[0],v[0]),xe(i[1],v[2]),xe(i[2],v[1]),f&&f!=="none"){var c=hs(s.node1),p=_S(i,v[0],c*e);a(i[0][0],i[1][0],i[2][0],p,t),i[0][0]=t[3],i[1][0]=t[4],a(i[0][1],i[1][1],i[2][1],p,t),i[0][1]=t[3],i[1][1]=t[4]}if(h&&h!=="none"){var c=hs(s.node2),p=_S(i,v[1],c*e);a(i[0][0],i[1][0],i[2][0],p,t),i[1][0]=t[1],i[2][0]=t[2],a(i[0][1],i[1][1],i[2][1],p,t),i[1][1]=t[1],i[2][1]=t[2]}xe(u[0],i[0]),xe(u[1],i[2]),xe(u[2],i[1])}else{if(xe(n[0],v[0]),xe(n[1],v[1]),Vi(o,n[1],n[0]),rl(o,o),f&&f!=="none"){var c=hs(s.node1);rp(n[0],n[0],o,c*e)}if(h&&h!=="none"){var c=hs(s.node2);rp(n[1],n[1],o,-c*e)}xe(u[0],n[0]),xe(u[1],n[1])}})}function SS(r){return r.type==="view"}var oH=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.prototype.init=function(t,a){var i=new ml,n=new hy,o=this.group;this._controller=new bl(a.getZr()),this._controllerHost={target:o},o.add(i.group),o.add(n.group),this._symbolDraw=i,this._lineDraw=n,this._firstRender=!0},e.prototype.render=function(t,a,i){var n=this,o=t.coordinateSystem;this._model=t;var s=this._symbolDraw,l=this._lineDraw,u=this.group;if(SS(o)){var f={x:o.x,y:o.y,scaleX:o.scaleX,scaleY:o.scaleY};this._firstRender?u.attr(f):Tt(u,f,t)}_c(t.getGraph(),fs(t));var h=t.getData();s.updateData(h);var v=t.getEdgeData();l.updateData(v),this._updateNodeAndLinkScale(),this._updateController(t,a,i),clearTimeout(this._layoutTimeout);var c=t.forceLayout,p=t.get(["force","layoutAnimation"]);c&&this._startForceLayoutIteration(c,p),h.graph.eachNode(function(m){var _=m.dataIndex,S=m.getGraphicEl(),b=m.getModel();if(!!S){S.off("drag").off("dragend");var x=b.get("draggable");x&&S.on("drag",function(){c&&(c.warmUp(),!n._layouting&&n._startForceLayoutIteration(c,p),c.setFixed(_),h.setItemLayout(_,[S.x,S.y]))}).on("dragend",function(){c&&c.setUnfixed(_)}),S.setDraggable(x&&!!c,!!b.get("cursor"));var w=b.get(["emphasis","focus"]);w==="adjacency"&&(at(S).focus=m.getAdjacentDataIndices())}}),h.graph.eachEdge(function(m){var _=m.getGraphicEl(),S=m.getModel().get(["emphasis","focus"]);!_||S==="adjacency"&&(at(_).focus={edge:[m.dataIndex],node:[m.node1.dataIndex,m.node2.dataIndex]})});var d=t.get("layout")==="circular"&&t.get(["circular","rotateLabel"]),g=h.getLayout("cx"),y=h.getLayout("cy");h.eachItemGraphicEl(function(m,_){var S=h.getItemModel(_),b=S.get(["label","rotate"])||0,x=m.getSymbolPath();if(d){var w=h.getItemLayout(_),T=Math.atan2(w[1]-y,w[0]-g);T<0&&(T=Math.PI*2+T);var A=w[0]<g;A&&(T=T-Math.PI);var M=A?"left":"right";x.setTextConfig({rotation:-T,position:M,origin:"center"});var D=x.ensureState("emphasis");V(D.textConfig||(D.textConfig={}),{position:M})}else x.setTextConfig({rotation:b*=Math.PI/180})}),this._firstRender=!1},e.prototype.dispose=function(){this._controller&&this._controller.dispose(),this._controllerHost=null},e.prototype._startForceLayoutIteration=function(t,a){var i=this;(function n(){t.step(function(o){i.updateLayout(i._model),(i._layouting=!o)&&(a?i._layoutTimeout=setTimeout(n,16):n())})})()},e.prototype._updateController=function(t,a,i){var n=this,o=this._controller,s=this._controllerHost,l=this.group;if(o.setPointerChecker(function(u,f,h){var v=l.getBoundingRect();return v.applyTransform(l.transform),v.contain(f,h)&&!Ah(u,i,t)}),!SS(t.coordinateSystem)){o.disable();return}o.enable(t.get("roam")),s.zoomLimit=t.get("scaleLimit"),s.zoom=t.coordinateSystem.getZoom(),o.off("pan").off("zoom").on("pan",function(u){ty(s,u.dx,u.dy),i.dispatchAction({seriesId:t.id,type:"graphRoam",dx:u.dx,dy:u.dy})}).on("zoom",function(u){ey(s,u.scale,u.originX,u.originY),i.dispatchAction({seriesId:t.id,type:"graphRoam",zoom:u.scale,originX:u.originX,originY:u.originY}),n._updateNodeAndLinkScale(),_c(t.getGraph(),fs(t)),n._lineDraw.updateLayout(),i.updateLabelLayout()})},e.prototype._updateNodeAndLinkScale=function(){var t=this._model,a=t.getData(),i=fs(t);a.eachItemGraphicEl(function(n,o){n&&n.setSymbolScale(i)})},e.prototype.updateLayout=function(t){_c(t.getGraph(),fs(t)),this._symbolDraw.updateLayout(),this._lineDraw.updateLayout()},e.prototype.remove=function(t,a){this._symbolDraw&&this._symbolDraw.remove(),this._lineDraw&&this._lineDraw.remove()},e.type="graph",e}(Bt),sH=oH;function In(r){return"_EC_"+r}var lH=function(){function r(e){this.type="graph",this.nodes=[],this.edges=[],this._nodesMap={},this._edgesMap={},this._directed=e||!1}return r.prototype.isDirected=function(){return this._directed},r.prototype.addNode=function(e,t){e=e==null?""+t:""+e;var a=this._nodesMap;if(!a[In(e)]){var i=new Ri(e,t);return i.hostGraph=this,this.nodes.push(i),a[In(e)]=i,i}},r.prototype.getNodeByIndex=function(e){var t=this.data.getRawIndex(e);return this.nodes[t]},r.prototype.getNodeById=function(e){return this._nodesMap[In(e)]},r.prototype.addEdge=function(e,t,a){var i=this._nodesMap,n=this._edgesMap;if(wt(e)&&(e=this.nodes[e]),wt(t)&&(t=this.nodes[t]),e instanceof Ri||(e=i[In(e)]),t instanceof Ri||(t=i[In(t)]),!(!e||!t)){var o=e.id+"-"+t.id,s=new pD(e,t,a);return s.hostGraph=this,this._directed&&(e.outEdges.push(s),t.inEdges.push(s)),e.edges.push(s),e!==t&&t.edges.push(s),this.edges.push(s),n[o]=s,s}},r.prototype.getEdgeByIndex=function(e){var t=this.edgeData.getRawIndex(e);return this.edges[t]},r.prototype.getEdge=function(e,t){e instanceof Ri&&(e=e.id),t instanceof Ri&&(t=t.id);var a=this._edgesMap;return this._directed?a[e+"-"+t]:a[e+"-"+t]||a[t+"-"+e]},r.prototype.eachNode=function(e,t){for(var a=this.nodes,i=a.length,n=0;n<i;n++)a[n].dataIndex>=0&&e.call(t,a[n],n)},r.prototype.eachEdge=function(e,t){for(var a=this.edges,i=a.length,n=0;n<i;n++)a[n].dataIndex>=0&&a[n].node1.dataIndex>=0&&a[n].node2.dataIndex>=0&&e.call(t,a[n],n)},r.prototype.breadthFirstTraverse=function(e,t,a,i){if(t instanceof Ri||(t=this._nodesMap[In(t)]),!!t){for(var n=a==="out"?"outEdges":a==="in"?"inEdges":"edges",o=0;o<this.nodes.length;o++)this.nodes[o].__visited=!1;if(!e.call(i,t,null))for(var s=[t];s.length;)for(var l=s.shift(),u=l[n],o=0;o<u.length;o++){var f=u[o],h=f.node1===l?f.node2:f.node1;if(!h.__visited){if(e.call(i,h,l))return;s.push(h),h.__visited=!0}}}},r.prototype.update=function(){for(var e=this.data,t=this.edgeData,a=this.nodes,i=this.edges,n=0,o=a.length;n<o;n++)a[n].dataIndex=-1;for(var n=0,o=e.count();n<o;n++)a[e.getRawIndex(n)].dataIndex=n;t.filterSelf(function(s){var l=i[t.getRawIndex(s)];return l.node1.dataIndex>=0&&l.node2.dataIndex>=0});for(var n=0,o=i.length;n<o;n++)i[n].dataIndex=-1;for(var n=0,o=t.count();n<o;n++)i[t.getRawIndex(n)].dataIndex=n},r.prototype.clone=function(){for(var e=new r(this._directed),t=this.nodes,a=this.edges,i=0;i<t.length;i++)e.addNode(t[i].id,t[i].dataIndex);for(var i=0;i<a.length;i++){var n=a[i];e.addEdge(n.node1.id,n.node2.id,n.dataIndex)}return e},r}(),Ri=function(){function r(e,t){this.inEdges=[],this.outEdges=[],this.edges=[],this.dataIndex=-1,this.id=e==null?"":e,this.dataIndex=t==null?-1:t}return r.prototype.degree=function(){return this.edges.length},r.prototype.inDegree=function(){return this.inEdges.length},r.prototype.outDegree=function(){return this.outEdges.length},r.prototype.getModel=function(e){if(!(this.dataIndex<0)){var t=this.hostGraph,a=t.data.getItemModel(this.dataIndex);return a.getModel(e)}},r.prototype.getAdjacentDataIndices=function(){for(var e={edge:[],node:[]},t=0;t<this.edges.length;t++){var a=this.edges[t];a.dataIndex<0||(e.edge.push(a.dataIndex),e.node.push(a.node1.dataIndex,a.node2.dataIndex))}return e},r}(),pD=function(){function r(e,t,a){this.dataIndex=-1,this.node1=e,this.node2=t,this.dataIndex=a==null?-1:a}return r.prototype.getModel=function(e){if(!(this.dataIndex<0)){var t=this.hostGraph,a=t.edgeData.getItemModel(this.dataIndex);return a.getModel(e)}},r.prototype.getAdjacentDataIndices=function(){return{edge:[this.dataIndex],node:[this.node1.dataIndex,this.node2.dataIndex]}},r}();function dD(r,e){return{getValue:function(t){var a=this[r][e];return a.getStore().get(a.getDimensionIndex(t||"value"),this.dataIndex)},setVisual:function(t,a){this.dataIndex>=0&&this[r][e].setItemVisual(this.dataIndex,t,a)},getVisual:function(t){return this[r][e].getItemVisual(this.dataIndex,t)},setLayout:function(t,a){this.dataIndex>=0&&this[r][e].setItemLayout(this.dataIndex,t,a)},getLayout:function(){return this[r][e].getItemLayout(this.dataIndex)},getGraphicEl:function(){return this[r][e].getItemGraphicEl(this.dataIndex)},getRawIndex:function(){return this[r][e].getRawIndex(this.dataIndex)}}}jt(Ri,dD("hostGraph","data"));jt(pD,dD("hostGraph","edgeData"));var uH=lH;function gD(r,e,t,a,i){for(var n=new uH(a),o=0;o<r.length;o++)n.addNode(ne(r[o].id,r[o].name,o),o);for(var s=[],l=[],u=0,o=0;o<e.length;o++){var f=e[o],h=f.source,v=f.target;n.addEdge(h,v,u)&&(l.push(f),s.push(ne(Jt(f.id,null),h+" > "+v)),u++)}var c=t.get("coordinateSystem"),p;if(c==="cartesian2d"||c==="polar")p=pa(r,t);else{var d=hl.get(c),g=d?d.dimensions||[]:[];vt(g,"value")<0&&g.concat(["value"]);var y=pl(r,{coordDimensions:g,encodeDefine:t.getEncode()}).dimensions;p=new Te(y,t),p.initData(r)}var m=new Te(["value"],t);return m.initData(l,s),i&&i(p,m),KM({mainData:p,struct:n,structAttr:"graph",datas:{node:p,edge:m},datasAttr:{node:"data",edge:"edgeData"}}),n.update(),n}var fH=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t.hasSymbolVisual=!0,t}return e.prototype.init=function(t){r.prototype.init.apply(this,arguments);var a=this;function i(){return a._categoriesData}this.legendVisualProvider=new xl(i,i),this.fillDataTextStyle(t.edges||t.links),this._updateCategoriesData()},e.prototype.mergeOption=function(t){r.prototype.mergeOption.apply(this,arguments),this.fillDataTextStyle(t.edges||t.links),this._updateCategoriesData()},e.prototype.mergeDefaultAndTheme=function(t){r.prototype.mergeDefaultAndTheme.apply(this,arguments),Ji(t,"edgeLabel",["show"])},e.prototype.getInitialData=function(t,a){var i=t.edges||t.links||[],n=t.data||t.nodes||[],o=this;if(n&&i){U3(this);var s=gD(n,i,this,!0,l);return C(s.edges,function(u){Y3(u.node1,u.node2,this,u.dataIndex)},this),s.data}function l(u,f){u.wrapMethod("getItemModel",function(p){var d=o._categoriesModels,g=p.getShallow("category"),y=d[g];return y&&(y.parentModel=p.parentModel,p.parentModel=y),p});var h=Nt.prototype.getModel;function v(p,d){var g=h.call(this,p,d);return g.resolveParentPath=c,g}f.wrapMethod("getItemModel",function(p){return p.resolveParentPath=c,p.getModel=v,p});function c(p){if(p&&(p[0]==="label"||p[1]==="label")){var d=p.slice();return p[0]==="label"?d[0]="edgeLabel":p[1]==="label"&&(d[1]="edgeLabel"),d}return p}}},e.prototype.getGraph=function(){return this.getData().graph},e.prototype.getEdgeData=function(){return this.getGraph().edgeData},e.prototype.getCategoriesData=function(){return this._categoriesData},e.prototype.formatTooltip=function(t,a,i){if(i==="edge"){var n=this.getData(),o=this.getDataParams(t,i),s=n.graph.getEdgeByIndex(t),l=n.getName(s.node1.dataIndex),u=n.getName(s.node2.dataIndex),f=[];return l!=null&&f.push(l),u!=null&&f.push(u),ae("nameValue",{name:f.join(" > "),value:o.value,noValue:o.value==null})}var h=VA({series:this,dataIndex:t,multipleSeries:a});return h},e.prototype._updateCategoriesData=function(){var t=G(this.option.categories||[],function(i){return i.value!=null?i:V({value:0},i)}),a=new Te(["value"],this);a.initData(t),this._categoriesData=a,this._categoriesModels=a.mapArray(function(i){return a.getItemModel(i)})},e.prototype.setZoom=function(t){this.option.zoom=t},e.prototype.setCenter=function(t){this.option.center=t},e.prototype.isAnimationEnabled=function(){return r.prototype.isAnimationEnabled.call(this)&&!(this.get("layout")==="force"&&this.get(["force","layoutAnimation"]))},e.type="series.graph",e.dependencies=["grid","polar","geo","singleAxis","calendar"],e.defaultOption={z:2,coordinateSystem:"view",legendHoverLink:!0,layout:null,circular:{rotateLabel:!1},force:{initLayout:null,repulsion:[0,50],gravity:.1,friction:.6,edgeLength:30,layoutAnimation:!0},left:"center",top:"center",symbol:"circle",symbolSize:10,edgeSymbol:["none","none"],edgeSymbolSize:10,edgeLabel:{position:"middle",distance:5},draggable:!1,roam:!1,center:null,zoom:1,nodeScaleRatio:.6,label:{show:!1,formatter:"{b}"},itemStyle:{},lineStyle:{color:"#aaa",width:1,opacity:.5},emphasis:{scale:!0,label:{show:!0}},select:{itemStyle:{borderColor:"#212121"}}},e}(Ft),hH=fH,vH={type:"graphRoam",event:"graphRoam",update:"none"};function cH(r){r.registerChartView(sH),r.registerSeriesModel(hH),r.registerProcessor(G3),r.registerVisual(F3),r.registerVisual(H3),r.registerLayout(Z3),r.registerLayout(r.PRIORITY.VISUAL.POST_CHART_LAYOUT,q3),r.registerLayout(Q3),r.registerCoordinateSystem("graphView",{dimensions:wl.dimensions,create:J3}),r.registerAction({type:"focusNodeAdjacency",event:"focusNodeAdjacency",update:"series:focusNodeAdjacency"},Kt),r.registerAction({type:"unfocusNodeAdjacency",event:"unfocusNodeAdjacency",update:"series:unfocusNodeAdjacency"},Kt),r.registerAction(vH,function(e,t,a){t.eachComponent({mainType:"series",query:e},function(i){var n=i.coordinateSystem,o=ay(n,e,void 0,a);i.setCenter&&i.setCenter(o.center),i.setZoom&&i.setZoom(o.zoom)})})}var pH=function(){function r(){this.angle=0,this.width=10,this.r=10,this.x=0,this.y=0}return r}(),dH=function(r){k(e,r);function e(t){var a=r.call(this,t)||this;return a.type="pointer",a}return e.prototype.getDefaultShape=function(){return new pH},e.prototype.buildPath=function(t,a){var i=Math.cos,n=Math.sin,o=a.r,s=a.width,l=a.angle,u=a.x-i(l)*s*(s>=o/3?1:2),f=a.y-n(l)*s*(s>=o/3?1:2);l=a.angle-Math.PI/2,t.moveTo(u,f),t.lineTo(a.x+i(l)*s,a.y+n(l)*s),t.lineTo(a.x+i(a.angle)*o,a.y+n(a.angle)*o),t.lineTo(a.x-i(l)*s,a.y-n(l)*s),t.lineTo(u,f)},e}(gt),gH=dH;function yH(r,e){var t=r.get("center"),a=e.getWidth(),i=e.getHeight(),n=Math.min(a,i),o=H(t[0],e.getWidth()),s=H(t[1],e.getHeight()),l=H(r.get("radius"),n/2);return{cx:o,cy:s,r:l}}function yu(r,e){var t=r==null?"":r+"";return e&&($(e)?t=e.replace("{value}",t):K(e)&&(t=e(r))),t}var mH=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.prototype.render=function(t,a,i){this.group.removeAll();var n=t.get(["axisLine","lineStyle","color"]),o=yH(t,i);this._renderMain(t,a,i,n,o),this._data=t.getData()},e.prototype.dispose=function(){},e.prototype._renderMain=function(t,a,i,n,o){var s=this.group,l=t.get("clockwise"),u=-t.get("startAngle")/180*Math.PI,f=-t.get("endAngle")/180*Math.PI,h=t.getModel("axisLine"),v=h.get("roundCap"),c=v?Mf:Ee,p=h.get("show"),d=h.getModel("lineStyle"),g=d.get("width"),y=[u,f];Xw(y,!l),u=y[0],f=y[1];for(var m=f-u,_=u,S=0;p&&S<n.length;S++){var b=Math.min(Math.max(n[S][0],0),1);f=u+m*b;var x=new c({shape:{startAngle:_,endAngle:f,cx:o.cx,cy:o.cy,clockwise:l,r0:o.r-g,r:o.r},silent:!0});x.setStyle({fill:n[S][1]}),x.setStyle(d.getLineStyle(["color","width"])),s.add(x),_=f}var w=function(T){if(T<=0)return n[0][1];var A;for(A=0;A<n.length;A++)if(n[A][0]>=T&&(A===0?0:n[A-1][0])<T)return n[A][1];return n[A-1][1]};this._renderTicks(t,a,i,w,o,u,f,l,g),this._renderTitleAndDetail(t,a,i,w,o),this._renderAnchor(t,o),this._renderPointer(t,a,i,w,o,u,f,l,g)},e.prototype._renderTicks=function(t,a,i,n,o,s,l,u,f){for(var h=this.group,v=o.cx,c=o.cy,p=o.r,d=+t.get("min"),g=+t.get("max"),y=t.getModel("splitLine"),m=t.getModel("axisTick"),_=t.getModel("axisLabel"),S=t.get("splitNumber"),b=m.get("splitNumber"),x=H(y.get("length"),p),w=H(m.get("length"),p),T=s,A=(l-s)/S,M=A/b,D=y.getModel("lineStyle").getLineStyle(),L=m.getModel("lineStyle").getLineStyle(),I=y.get("distance"),P,R,E=0;E<=S;E++){if(P=Math.cos(T),R=Math.sin(T),y.get("show")){var N=I?I+f:f,O=new oe({shape:{x1:P*(p-N)+v,y1:R*(p-N)+c,x2:P*(p-x-N)+v,y2:R*(p-x-N)+c},style:D,silent:!0});D.stroke==="auto"&&O.setStyle({stroke:n(E/S)}),h.add(O)}if(_.get("show")){var N=_.get("distance")+I,B=yu(Ut(E/S*(g-d)+d),_.get("formatter")),F=n(E/S);h.add(new Ct({style:Gt(_,{text:B,x:P*(p-x-N)+v,y:R*(p-x-N)+c,verticalAlign:R<-.8?"top":R>.8?"bottom":"middle",align:P<-.4?"left":P>.4?"right":"center"},{inheritColor:F}),silent:!0}))}if(m.get("show")&&E!==S){var N=m.get("distance");N=N?N+f:f;for(var W=0;W<=b;W++){P=Math.cos(T),R=Math.sin(T);var Z=new oe({shape:{x1:P*(p-N)+v,y1:R*(p-N)+c,x2:P*(p-w-N)+v,y2:R*(p-w-N)+c},silent:!0,style:L});L.stroke==="auto"&&Z.setStyle({stroke:n((E+W/b)/S)}),h.add(Z),T+=M}T-=M}else T+=A}},e.prototype._renderPointer=function(t,a,i,n,o,s,l,u,f){var h=this.group,v=this._data,c=this._progressEls,p=[],d=t.get(["pointer","show"]),g=t.getModel("progress"),y=g.get("show"),m=t.getData(),_=m.mapDimension("value"),S=+t.get("min"),b=+t.get("max"),x=[S,b],w=[s,l];function T(M,D){var L=m.getItemModel(M),I=L.getModel("pointer"),P=H(I.get("width"),o.r),R=H(I.get("length"),o.r),E=t.get(["pointer","icon"]),N=I.get("offsetCenter"),O=H(N[0],o.r),B=H(N[1],o.r),F=I.get("keepAspect"),W;return E?W=Qt(E,O-P/2,B-R,P,R,null,F):W=new gH({shape:{angle:-Math.PI/2,width:P,r:R,x:O,y:B}}),W.rotation=-(D+Math.PI/2),W.x=o.cx,W.y=o.cy,W}function A(M,D){var L=g.get("roundCap"),I=L?Mf:Ee,P=g.get("overlap"),R=P?g.get("width"):f/m.count(),E=P?o.r-R:o.r-(M+1)*R,N=P?o.r:o.r-M*R,O=new I({shape:{startAngle:s,endAngle:D,cx:o.cx,cy:o.cy,clockwise:u,r0:E,r:N}});return P&&(O.z2=b-m.get(_,M)%b),O}(y||d)&&(m.diff(v).add(function(M){var D=m.get(_,M);if(d){var L=T(M,s);zt(L,{rotation:-((isNaN(+D)?w[0]:Pt(D,x,w,!0))+Math.PI/2)},t),h.add(L),m.setItemGraphicEl(M,L)}if(y){var I=A(M,s),P=g.get("clip");zt(I,{shape:{endAngle:Pt(D,x,w,P)}},t),h.add(I),Mp(t.seriesIndex,m.dataType,M,I),p[M]=I}}).update(function(M,D){var L=m.get(_,M);if(d){var I=v.getItemGraphicEl(D),P=I?I.rotation:s,R=T(M,P);R.rotation=P,Tt(R,{rotation:-((isNaN(+L)?w[0]:Pt(L,x,w,!0))+Math.PI/2)},t),h.add(R),m.setItemGraphicEl(M,R)}if(y){var E=c[D],N=E?E.shape.endAngle:s,O=A(M,N),B=g.get("clip");Tt(O,{shape:{endAngle:Pt(L,x,w,B)}},t),h.add(O),Mp(t.seriesIndex,m.dataType,M,O),p[M]=O}}).execute(),m.each(function(M){var D=m.getItemModel(M),L=D.getModel("emphasis"),I=L.get("focus"),P=L.get("blurScope"),R=L.get("disabled");if(d){var E=m.getItemGraphicEl(M),N=m.getItemVisual(M,"style"),O=N.fill;if(E instanceof ve){var B=E.style;E.useStyle(V({image:B.image,x:B.x,y:B.y,width:B.width,height:B.height},N))}else E.useStyle(N),E.type!=="pointer"&&E.setColor(O);E.setStyle(D.getModel(["pointer","itemStyle"]).getItemStyle()),E.style.fill==="auto"&&E.setStyle("fill",n(Pt(m.get(_,M),x,[0,1],!0))),E.z2EmphasisLift=0,he(E,D),Yt(E,I,P,R)}if(y){var F=p[M];F.useStyle(m.getItemVisual(M,"style")),F.setStyle(D.getModel(["progress","itemStyle"]).getItemStyle()),F.z2EmphasisLift=0,he(F,D),Yt(F,I,P,R)}}),this._progressEls=p)},e.prototype._renderAnchor=function(t,a){var i=t.getModel("anchor"),n=i.get("show");if(n){var o=i.get("size"),s=i.get("icon"),l=i.get("offsetCenter"),u=i.get("keepAspect"),f=Qt(s,a.cx-o/2+H(l[0],a.r),a.cy-o/2+H(l[1],a.r),o,o,null,u);f.z2=i.get("showAbove")?1:0,f.setStyle(i.getModel("itemStyle").getItemStyle()),this.group.add(f)}},e.prototype._renderTitleAndDetail=function(t,a,i,n,o){var s=this,l=t.getData(),u=l.mapDimension("value"),f=+t.get("min"),h=+t.get("max"),v=new rt,c=[],p=[],d=t.isAnimationEnabled(),g=t.get(["pointer","showAbove"]);l.diff(this._data).add(function(y){c[y]=new Ct({silent:!0}),p[y]=new Ct({silent:!0})}).update(function(y,m){c[y]=s._titleEls[m],p[y]=s._detailEls[m]}).execute(),l.each(function(y){var m=l.getItemModel(y),_=l.get(u,y),S=new rt,b=n(Pt(_,[f,h],[0,1],!0)),x=m.getModel("title");if(x.get("show")){var w=x.get("offsetCenter"),T=o.cx+H(w[0],o.r),A=o.cy+H(w[1],o.r),M=c[y];M.attr({z2:g?0:2,style:Gt(x,{x:T,y:A,text:l.getName(y),align:"center",verticalAlign:"middle"},{inheritColor:b})}),S.add(M)}var D=m.getModel("detail");if(D.get("show")){var L=D.get("offsetCenter"),I=o.cx+H(L[0],o.r),P=o.cy+H(L[1],o.r),R=H(D.get("width"),o.r),E=H(D.get("height"),o.r),N=t.get(["progress","show"])?l.getItemVisual(y,"style").fill:b,M=p[y],O=D.get("formatter");M.attr({z2:g?0:2,style:Gt(D,{x:I,y:P,text:yu(_,O),width:isNaN(R)?null:R,height:isNaN(E)?null:E,align:"center",verticalAlign:"middle"},{inheritColor:N})}),GT(M,{normal:D},_,function(F){return yu(F,O)}),d&&FT(M,y,l,t,{getFormattedLabel:function(F,W,Z,tt,ht,It){return yu(It?It.interpolatedValue:_,O)}}),S.add(M)}v.add(S)}),this.group.add(v),this._titleEls=c,this._detailEls=p},e.type="gauge",e}(Bt),_H=mH,SH=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t.visualStyleAccessPath="itemStyle",t}return e.prototype.getInitialData=function(t,a){return To(this,["value"])},e.type="series.gauge",e.defaultOption={z:2,colorBy:"data",center:["50%","50%"],legendHoverLink:!0,radius:"75%",startAngle:225,endAngle:-45,clockwise:!0,min:0,max:100,splitNumber:10,axisLine:{show:!0,roundCap:!1,lineStyle:{color:[[1,"#E6EBF8"]],width:10}},progress:{show:!1,overlap:!0,width:10,roundCap:!1,clip:!0},splitLine:{show:!0,length:10,distance:10,lineStyle:{color:"#63677A",width:3,type:"solid"}},axisTick:{show:!0,splitNumber:5,length:6,distance:10,lineStyle:{color:"#63677A",width:1,type:"solid"}},axisLabel:{show:!0,distance:15,color:"#464646",fontSize:12},pointer:{icon:null,offsetCenter:[0,0],show:!0,showAbove:!0,length:"60%",width:6,keepAspect:!1},anchor:{show:!1,showAbove:!1,size:6,icon:"circle",offsetCenter:[0,0],keepAspect:!1,itemStyle:{color:"#fff",borderWidth:0,borderColor:"#5470c6"}},title:{show:!0,offsetCenter:[0,"20%"],color:"#464646",fontSize:16,valueAnimation:!1},detail:{show:!0,backgroundColor:"rgba(0,0,0,0)",borderWidth:0,borderColor:"#ccc",width:100,height:null,padding:[5,10],offsetCenter:[0,"40%"],color:"#464646",fontSize:30,fontWeight:"bold",lineHeight:30,valueAnimation:!1}},e}(Ft),xH=SH;function bH(r){r.registerChartView(_H),r.registerSeriesModel(xH)}var wH=["itemStyle","opacity"],TH=function(r){k(e,r);function e(t,a){var i=r.call(this)||this,n=i,o=new Oe,s=new Ct;return n.setTextContent(s),i.setTextGuideLine(o),i.updateData(t,a,!0),i}return e.prototype.updateData=function(t,a,i){var n=this,o=t.hostModel,s=t.getItemModel(a),l=t.getItemLayout(a),u=s.getModel("emphasis"),f=s.get(wH);f=f==null?1:f,i||Sr(n),n.useStyle(t.getItemVisual(a,"style")),n.style.lineJoin="round",i?(n.setShape({points:l.points}),n.style.opacity=0,zt(n,{style:{opacity:f}},o,a)):Tt(n,{style:{opacity:f},shape:{points:l.points}},o,a),he(n,s),this._updateLabel(t,a),Yt(this,u.get("focus"),u.get("blurScope"),u.get("disabled"))},e.prototype._updateLabel=function(t,a){var i=this,n=this.getTextGuideLine(),o=i.getTextContent(),s=t.hostModel,l=t.getItemModel(a),u=t.getItemLayout(a),f=u.label,h=t.getItemVisual(a,"style"),v=h.fill;_e(o,se(l),{labelFetcher:t.hostModel,labelDataIndex:a,defaultOpacity:h.opacity,defaultText:t.getName(a)},{normal:{align:f.textAlign,verticalAlign:f.verticalAlign}}),i.setTextConfig({local:!0,inside:!!f.inside,insideStroke:v,outsideFill:v});var c=f.linePoints;n.setShape({points:c}),i.textGuideLineConfig={anchor:c?new st(c[0][0],c[0][1]):null},Tt(o,{style:{x:f.x,y:f.y}},s,a),o.attr({rotation:f.rotation,originX:f.x,originY:f.y,z2:10}),Ug(i,Yg(l),{stroke:v})},e}(ke),AH=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t.ignoreLabelLineUpdate=!0,t}return e.prototype.render=function(t,a,i){var n=t.getData(),o=this._data,s=this.group;n.diff(o).add(function(l){var u=new TH(n,l);n.setItemGraphicEl(l,u),s.add(u)}).update(function(l,u){var f=o.getItemGraphicEl(u);f.updateData(n,l),s.add(f),n.setItemGraphicEl(l,f)}).remove(function(l){var u=o.getItemGraphicEl(l);Ns(u,t,l)}).execute(),this._data=n},e.prototype.remove=function(){this.group.removeAll(),this._data=null},e.prototype.dispose=function(){},e.type="funnel",e}(Bt),CH=AH,MH=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.prototype.init=function(t){r.prototype.init.apply(this,arguments),this.legendVisualProvider=new xl(U(this.getData,this),U(this.getRawData,this)),this._defaultLabelLine(t)},e.prototype.getInitialData=function(t,a){return To(this,{coordDimensions:["value"],encodeDefaulter:it(xg,this)})},e.prototype._defaultLabelLine=function(t){Ji(t,"labelLine",["show"]);var a=t.labelLine,i=t.emphasis.labelLine;a.show=a.show&&t.label.show,i.show=i.show&&t.emphasis.label.show},e.prototype.getDataParams=function(t){var a=this.getData(),i=r.prototype.getDataParams.call(this,t),n=a.mapDimension("value"),o=a.getSum(n);return i.percent=o?+(a.get(n,t)/o*100).toFixed(2):0,i.$vars.push("percent"),i},e.type="series.funnel",e.defaultOption={z:2,legendHoverLink:!0,colorBy:"data",left:80,top:60,right:80,bottom:60,minSize:"0%",maxSize:"100%",sort:"descending",orient:"vertical",gap:0,funnelAlign:"center",label:{show:!0,position:"outer"},labelLine:{show:!0,length:20,lineStyle:{width:1}},itemStyle:{borderColor:"#fff",borderWidth:1},emphasis:{label:{show:!0}},select:{itemStyle:{borderColor:"#212121"}}},e}(Ft),DH=MH;function LH(r,e){return te(r.getBoxLayoutParams(),{width:e.getWidth(),height:e.getHeight()})}function IH(r,e){for(var t=r.mapDimension("value"),a=r.mapArray(t,function(l){return l}),i=[],n=e==="ascending",o=0,s=r.count();o<s;o++)i[o]=o;return K(e)?i.sort(e):e!=="none"&&i.sort(function(l,u){return n?a[l]-a[u]:a[u]-a[l]}),i}function PH(r){var e=r.hostModel,t=e.get("orient");r.each(function(a){var i=r.getItemModel(a),n=i.getModel("label"),o=n.get("position"),s=i.getModel("labelLine"),l=r.getItemLayout(a),u=l.points,f=o==="inner"||o==="inside"||o==="center"||o==="insideLeft"||o==="insideRight",h,v,c,p;if(f)o==="insideLeft"?(v=(u[0][0]+u[3][0])/2+5,c=(u[0][1]+u[3][1])/2,h="left"):o==="insideRight"?(v=(u[1][0]+u[2][0])/2-5,c=(u[1][1]+u[2][1])/2,h="right"):(v=(u[0][0]+u[1][0]+u[2][0]+u[3][0])/4,c=(u[0][1]+u[1][1]+u[2][1]+u[3][1])/4,h="center"),p=[[v,c],[v,c]];else{var d=void 0,g=void 0,y=void 0,m=void 0,_=s.get("length");o==="left"?(d=(u[3][0]+u[0][0])/2,g=(u[3][1]+u[0][1])/2,y=d-_,v=y-5,h="right"):o==="right"?(d=(u[1][0]+u[2][0])/2,g=(u[1][1]+u[2][1])/2,y=d+_,v=y+5,h="left"):o==="top"?(d=(u[3][0]+u[0][0])/2,g=(u[3][1]+u[0][1])/2,m=g-_,c=m-5,h="center"):o==="bottom"?(d=(u[1][0]+u[2][0])/2,g=(u[1][1]+u[2][1])/2,m=g+_,c=m+5,h="center"):o==="rightTop"?(d=t==="horizontal"?u[3][0]:u[1][0],g=t==="horizontal"?u[3][1]:u[1][1],t==="horizontal"?(m=g-_,c=m-5,h="center"):(y=d+_,v=y+5,h="top")):o==="rightBottom"?(d=u[2][0],g=u[2][1],t==="horizontal"?(m=g+_,c=m+5,h="center"):(y=d+_,v=y+5,h="bottom")):o==="leftTop"?(d=u[0][0],g=t==="horizontal"?u[0][1]:u[1][1],t==="horizontal"?(m=g-_,c=m-5,h="center"):(y=d-_,v=y-5,h="right")):o==="leftBottom"?(d=t==="horizontal"?u[1][0]:u[3][0],g=t==="horizontal"?u[1][1]:u[2][1],t==="horizontal"?(m=g+_,c=m+5,h="center"):(y=d-_,v=y-5,h="right")):(d=(u[1][0]+u[2][0])/2,g=(u[1][1]+u[2][1])/2,t==="horizontal"?(m=g+_,c=m+5,h="center"):(y=d+_,v=y+5,h="left")),t==="horizontal"?(y=d,v=y):(m=g,c=m),p=[[d,g],[y,m]]}l.label={linePoints:p,x:v,y:c,verticalAlign:"middle",textAlign:h,inside:f}})}function RH(r,e){r.eachSeriesByType("funnel",function(t){var a=t.getData(),i=a.mapDimension("value"),n=t.get("sort"),o=LH(t,e),s=t.get("orient"),l=o.width,u=o.height,f=IH(a,n),h=o.x,v=o.y,c=s==="horizontal"?[H(t.get("minSize"),u),H(t.get("maxSize"),u)]:[H(t.get("minSize"),l),H(t.get("maxSize"),l)],p=a.getDataExtent(i),d=t.get("min"),g=t.get("max");d==null&&(d=Math.min(p[0],0)),g==null&&(g=p[1]);var y=t.get("funnelAlign"),m=t.get("gap"),_=s==="horizontal"?l:u,S=(_-m*(a.count()-1))/a.count(),b=function(P,R){if(s==="horizontal"){var E=a.get(i,P)||0,N=Pt(E,[d,g],c,!0),O=void 0;switch(y){case"top":O=v;break;case"center":O=v+(u-N)/2;break;case"bottom":O=v+(u-N);break}return[[R,O],[R,O+N]]}var B=a.get(i,P)||0,F=Pt(B,[d,g],c,!0),W;switch(y){case"left":W=h;break;case"center":W=h+(l-F)/2;break;case"right":W=h+l-F;break}return[[W,R],[W+F,R]]};n==="ascending"&&(S=-S,m=-m,s==="horizontal"?h+=l:v+=u,f=f.reverse());for(var x=0;x<f.length;x++){var w=f[x],T=f[x+1],A=a.getItemModel(w);if(s==="horizontal"){var M=A.get(["itemStyle","width"]);M==null?M=S:(M=H(M,l),n==="ascending"&&(M=-M));var D=b(w,h),L=b(T,h+M);h+=M+m,a.setItemLayout(w,{points:D.concat(L.slice().reverse())})}else{var I=A.get(["itemStyle","height"]);I==null?I=S:(I=H(I,u),n==="ascending"&&(I=-I));var D=b(w,v),L=b(T,v+I);v+=I+m,a.setItemLayout(w,{points:D.concat(L.slice().reverse())})}}PH(a)})}function EH(r){r.registerChartView(CH),r.registerSeriesModel(DH),r.registerLayout(RH),r.registerProcessor(Sl("funnel"))}var kH=.3,OH=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t._dataGroup=new rt,t._initialized=!1,t}return e.prototype.init=function(){this.group.add(this._dataGroup)},e.prototype.render=function(t,a,i,n){this._progressiveEls=null;var o=this._dataGroup,s=t.getData(),l=this._data,u=t.coordinateSystem,f=u.dimensions,h=bS(t);s.diff(l).add(v).update(c).remove(p).execute();function v(g){var y=xS(s,o,g,f,u);Sc(y,s,g,h)}function c(g,y){var m=l.getItemGraphicEl(y),_=yD(s,g,f,u);s.setItemGraphicEl(g,m),Tt(m,{shape:{points:_}},t,g),Sr(m),Sc(m,s,g,h)}function p(g){var y=l.getItemGraphicEl(g);o.remove(y)}if(!this._initialized){this._initialized=!0;var d=NH(u,t,function(){setTimeout(function(){o.removeClipPath()})});o.setClipPath(d)}this._data=s},e.prototype.incrementalPrepareRender=function(t,a,i){this._initialized=!0,this._data=null,this._dataGroup.removeAll()},e.prototype.incrementalRender=function(t,a,i){for(var n=a.getData(),o=a.coordinateSystem,s=o.dimensions,l=bS(a),u=this._progressiveEls=[],f=t.start;f<t.end;f++){var h=xS(n,this._dataGroup,f,s,o);h.incremental=!0,Sc(h,n,f,l),u.push(h)}},e.prototype.remove=function(){this._dataGroup&&this._dataGroup.removeAll(),this._data=null},e.type="parallel",e}(Bt);function NH(r,e,t){var a=r.model,i=r.getRect(),n=new xt({shape:{x:i.x,y:i.y,width:i.width,height:i.height}}),o=a.get("layout")==="horizontal"?"width":"height";return n.setShape(o,0),zt(n,{shape:{width:i.width,height:i.height}},e,t),n}function yD(r,e,t,a){for(var i=[],n=0;n<t.length;n++){var o=t[n],s=r.get(r.mapDimension(o),e);BH(s,a.getAxis(o).type)||i.push(a.dataToPoint(s,o))}return i}function xS(r,e,t,a,i){var n=yD(r,t,a,i),o=new Oe({shape:{points:n},z2:10});return e.add(o),r.setItemGraphicEl(t,o),o}function bS(r){var e=r.get("smooth",!0);return e===!0&&(e=kH),e=sa(e),Ls(e)&&(e=0),{smooth:e}}function Sc(r,e,t,a){r.useStyle(e.getItemVisual(t,"style")),r.style.fill=null,r.setShape("smooth",a.smooth);var i=e.getItemModel(t),n=i.getModel("emphasis");he(r,i,"lineStyle"),Yt(r,n.get("focus"),n.get("blurScope"),n.get("disabled"))}function BH(r,e){return e==="category"?r==null:r==null||isNaN(r)}var VH=OH,zH=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t.visualStyleAccessPath="lineStyle",t.visualDrawType="stroke",t}return e.prototype.getInitialData=function(t,a){return pa(null,this,{useEncodeDefaulter:U(GH,null,this)})},e.prototype.getRawIndicesByActiveState=function(t){var a=this.coordinateSystem,i=this.getData(),n=[];return a.eachActiveState(i,function(o,s){t===o&&n.push(i.getRawIndex(s))}),n},e.type="series.parallel",e.dependencies=["parallel"],e.defaultOption={z:2,coordinateSystem:"parallel",parallelIndex:0,label:{show:!1},inactiveOpacity:.05,activeOpacity:1,lineStyle:{width:1,opacity:.45,type:"solid"},emphasis:{label:{show:!1}},progressive:500,smooth:!1,animationEasing:"linear"},e}(Ft);function GH(r){var e=r.ecModel.getComponent("parallel",r.get("parallelIndex"));if(!!e){var t={};return C(e.dimensions,function(a){var i=FH(a);t[a]=i}),t}}function FH(r){return+r.replace("dim","")}var HH=zH,WH=["lineStyle","opacity"],$H={seriesType:"parallel",reset:function(r,e){var t=r.coordinateSystem,a={normal:r.get(["lineStyle","opacity"]),active:r.get("activeOpacity"),inactive:r.get("inactiveOpacity")};return{progress:function(i,n){t.eachActiveState(n,function(o,s){var l=a[o];if(o==="normal"&&n.hasItemOption){var u=n.getItemModel(s).get(WH,!0);u!=null&&(l=u)}var f=n.ensureUniqueItemVisual(s,"style");f.opacity=l},i.start,i.end)}}}},UH=$H;function YH(r){ZH(r),XH(r)}function ZH(r){if(!r.parallel){var e=!1;C(r.series,function(t){t&&t.type==="parallel"&&(e=!0)}),e&&(r.parallel=[{}])}}function XH(r){var e=Et(r.parallelAxis);C(e,function(t){if(!!j(t)){var a=t.parallelIndex||0,i=Et(r.parallel)[a];i&&i.parallelAxisDefault&<(t,i.parallelAxisDefault,!1)}})}var qH=5,KH=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.prototype.render=function(t,a,i){this._model=t,this._api=i,this._handlers||(this._handlers={},C(QH,function(n,o){i.getZr().on(o,this._handlers[o]=U(n,this))},this)),bo(this,"_throttledDispatchExpand",t.get("axisExpandRate"),"fixRate")},e.prototype.dispose=function(t,a){Fs(this,"_throttledDispatchExpand"),C(this._handlers,function(i,n){a.getZr().off(n,i)}),this._handlers=null},e.prototype._throttledDispatchExpand=function(t){this._dispatchExpand(t)},e.prototype._dispatchExpand=function(t){t&&this._api.dispatchAction(V({type:"parallelAxisExpand"},t))},e.type="parallel",e}(Wt),QH={mousedown:function(r){xc(this,"click")&&(this._mouseDownPoint=[r.offsetX,r.offsetY])},mouseup:function(r){var e=this._mouseDownPoint;if(xc(this,"click")&&e){var t=[r.offsetX,r.offsetY],a=Math.pow(e[0]-t[0],2)+Math.pow(e[1]-t[1],2);if(a>qH)return;var i=this._model.coordinateSystem.getSlidedAxisExpandWindow([r.offsetX,r.offsetY]);i.behavior!=="none"&&this._dispatchExpand({axisExpandWindow:i.axisExpandWindow})}this._mouseDownPoint=null},mousemove:function(r){if(!(this._mouseDownPoint||!xc(this,"mousemove"))){var e=this._model,t=e.coordinateSystem.getSlidedAxisExpandWindow([r.offsetX,r.offsetY]),a=t.behavior;a==="jump"&&this._throttledDispatchExpand.debounceNextCall(e.get("axisExpandDebounce")),this._throttledDispatchExpand(a==="none"?null:{axisExpandWindow:t.axisExpandWindow,animation:a==="jump"?null:{duration:0}})}}};function xc(r,e){var t=r._model;return t.get("axisExpandable")&&t.get("axisExpandTriggerOn")===e}var jH=KH,JH=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.prototype.init=function(){r.prototype.init.apply(this,arguments),this.mergeOption({})},e.prototype.mergeOption=function(t){var a=this.option;t&<(a,t,!0),this._initDimensions()},e.prototype.contains=function(t,a){var i=t.get("parallelIndex");return i!=null&&a.getComponent("parallel",i)===this},e.prototype.setAxisExpand=function(t){C(["axisExpandable","axisExpandCenter","axisExpandCount","axisExpandWidth","axisExpandWindow"],function(a){t.hasOwnProperty(a)&&(this.option[a]=t[a])},this)},e.prototype._initDimensions=function(){var t=this.dimensions=[],a=this.parallelAxisIndex=[],i=Rt(this.ecModel.queryComponents({mainType:"parallelAxis"}),function(n){return(n.get("parallelIndex")||0)===this.componentIndex},this);C(i,function(n){t.push("dim"+n.get("dim")),a.push(n.componentIndex)})},e.type="parallel",e.dependencies=["parallelAxis"],e.layoutMode="box",e.defaultOption={z:0,left:80,top:60,right:80,bottom:60,layout:"horizontal",axisExpandable:!1,axisExpandCenter:null,axisExpandCount:0,axisExpandWidth:50,axisExpandRate:17,axisExpandDebounce:50,axisExpandSlideTriggerArea:[-.15,.05,.4],axisExpandTriggerOn:"click",parallelAxisDefault:null},e}(bt),t4=JH,e4=function(r){k(e,r);function e(t,a,i,n,o){var s=r.call(this,t,a,i)||this;return s.type=n||"value",s.axisIndex=o,s}return e.prototype.isHorizontal=function(){return this.coordinateSystem.getModel().get("layout")!=="horizontal"},e}(br),r4=e4;function cn(r,e,t,a,i,n){r=r||0;var o=t[1]-t[0];if(i!=null&&(i=Pn(i,[0,o])),n!=null&&(n=Math.max(n,i!=null?i:0)),a==="all"){var s=Math.abs(e[1]-e[0]);s=Pn(s,[0,o]),i=n=Pn(s,[i,n]),a=0}e[0]=Pn(e[0],t),e[1]=Pn(e[1],t);var l=bc(e,a);e[a]+=r;var u=i||0,f=t.slice();l.sign<0?f[0]+=u:f[1]-=u,e[a]=Pn(e[a],f);var h;return h=bc(e,a),i!=null&&(h.sign!==l.sign||h.span<i)&&(e[1-a]=e[a]+l.sign*i),h=bc(e,a),n!=null&&h.span>n&&(e[1-a]=e[a]+h.sign*n),e}function bc(r,e){var t=r[e]-r[1-e];return{span:Math.abs(t),sign:t>0?-1:t<0?1:e?-1:1}}function Pn(r,e){return Math.min(e[1]!=null?e[1]:1/0,Math.max(e[0]!=null?e[0]:-1/0,r))}var wc=C,mD=Math.min,_D=Math.max,wS=Math.floor,a4=Math.ceil,TS=Ut,i4=Math.PI,n4=function(){function r(e,t,a){this.type="parallel",this._axesMap=q(),this._axesLayout={},this.dimensions=e.dimensions,this._model=e,this._init(e,t,a)}return r.prototype._init=function(e,t,a){var i=e.dimensions,n=e.parallelAxisIndex;wc(i,function(o,s){var l=n[s],u=t.getComponent("parallelAxis",l),f=this._axesMap.set(o,new r4(o,bh(u),[0,0],u.get("type"),l)),h=f.type==="category";f.onBand=h&&u.get("boundaryGap"),f.inverse=u.get("inverse"),u.axis=f,f.model=u,f.coordinateSystem=u.coordinateSystem=this},this)},r.prototype.update=function(e,t){this._updateAxesFromSeries(this._model,e)},r.prototype.containPoint=function(e){var t=this._makeLayoutInfo(),a=t.axisBase,i=t.layoutBase,n=t.pixelDimIndex,o=e[1-n],s=e[n];return o>=a&&o<=a+t.axisLength&&s>=i&&s<=i+t.layoutLength},r.prototype.getModel=function(){return this._model},r.prototype._updateAxesFromSeries=function(e,t){t.eachSeries(function(a){if(!!e.contains(a,t)){var i=a.getData();wc(this.dimensions,function(n){var o=this._axesMap.get(n);o.scale.unionExtentFromData(i,i.mapDimension(n)),ro(o.scale,o.model)},this)}},this)},r.prototype.resize=function(e,t){this._rect=te(e.getBoxLayoutParams(),{width:t.getWidth(),height:t.getHeight()}),this._layoutAxes()},r.prototype.getRect=function(){return this._rect},r.prototype._makeLayoutInfo=function(){var e=this._model,t=this._rect,a=["x","y"],i=["width","height"],n=e.get("layout"),o=n==="horizontal"?0:1,s=t[i[o]],l=[0,s],u=this.dimensions.length,f=mu(e.get("axisExpandWidth"),l),h=mu(e.get("axisExpandCount")||0,[0,u]),v=e.get("axisExpandable")&&u>3&&u>h&&h>1&&f>0&&s>0,c=e.get("axisExpandWindow"),p;if(c)p=mu(c[1]-c[0],l),c[1]=c[0]+p;else{p=mu(f*(h-1),l);var d=e.get("axisExpandCenter")||wS(u/2);c=[f*d-p/2],c[1]=c[0]+p}var g=(s-p)/(u-h);g<3&&(g=0);var y=[wS(TS(c[0]/f,1))+1,a4(TS(c[1]/f,1))-1],m=g/f*c[0];return{layout:n,pixelDimIndex:o,layoutBase:t[a[o]],layoutLength:s,axisBase:t[a[1-o]],axisLength:t[i[1-o]],axisExpandable:v,axisExpandWidth:f,axisCollapseWidth:g,axisExpandWindow:c,axisCount:u,winInnerIndices:y,axisExpandWindow0Pos:m}},r.prototype._layoutAxes=function(){var e=this._rect,t=this._axesMap,a=this.dimensions,i=this._makeLayoutInfo(),n=i.layout;t.each(function(o){var s=[0,i.axisLength],l=o.inverse?1:0;o.setExtent(s[l],s[1-l])}),wc(a,function(o,s){var l=(i.axisExpandable?s4:o4)(s,i),u={horizontal:{x:l.position,y:i.axisLength},vertical:{x:0,y:l.position}},f={horizontal:i4/2,vertical:0},h=[u[n].x+e.x,u[n].y+e.y],v=f[n],c=nr();ln(c,c,v),zr(c,c,h),this._axesLayout[o]={position:h,rotation:v,transform:c,axisNameAvailableWidth:l.axisNameAvailableWidth,axisLabelShow:l.axisLabelShow,nameTruncateMaxWidth:l.nameTruncateMaxWidth,tickDirection:1,labelDirection:1}},this)},r.prototype.getAxis=function(e){return this._axesMap.get(e)},r.prototype.dataToPoint=function(e,t){return this.axisCoordToPoint(this._axesMap.get(t).dataToCoord(e),t)},r.prototype.eachActiveState=function(e,t,a,i){a==null&&(a=0),i==null&&(i=e.count());var n=this._axesMap,o=this.dimensions,s=[],l=[];C(o,function(g){s.push(e.mapDimension(g)),l.push(n.get(g).model)});for(var u=this.hasAxisBrushed(),f=a;f<i;f++){var h=void 0;if(!u)h="normal";else{h="active";for(var v=e.getValues(s,f),c=0,p=o.length;c<p;c++){var d=l[c].getActiveState(v[c]);if(d==="inactive"){h="inactive";break}}}t(h,f)}},r.prototype.hasAxisBrushed=function(){for(var e=this.dimensions,t=this._axesMap,a=!1,i=0,n=e.length;i<n;i++)t.get(e[i]).model.getActiveState()!=="normal"&&(a=!0);return a},r.prototype.axisCoordToPoint=function(e,t){var a=this._axesLayout[t];return mr([e,0],a.transform)},r.prototype.getAxisLayout=function(e){return J(this._axesLayout[e])},r.prototype.getSlidedAxisExpandWindow=function(e){var t=this._makeLayoutInfo(),a=t.pixelDimIndex,i=t.axisExpandWindow.slice(),n=i[1]-i[0],o=[0,t.axisExpandWidth*(t.axisCount-1)];if(!this.containPoint(e))return{behavior:"none",axisExpandWindow:i};var s=e[a]-t.layoutBase-t.axisExpandWindow0Pos,l,u="slide",f=t.axisCollapseWidth,h=this._model.get("axisExpandSlideTriggerArea"),v=h[0]!=null;if(f)v&&f&&s<n*h[0]?(u="jump",l=s-n*h[2]):v&&f&&s>n*(1-h[0])?(u="jump",l=s-n*(1-h[2])):(l=s-n*h[1])>=0&&(l=s-n*(1-h[1]))<=0&&(l=0),l*=t.axisExpandWidth/f,l?cn(l,i,o,"all"):u="none";else{var c=i[1]-i[0],p=o[1]*s/c;i=[_D(0,p-c/2)],i[1]=mD(o[1],i[0]+c),i[0]=i[1]-c}return{axisExpandWindow:i,behavior:u}},r}();function mu(r,e){return mD(_D(r,e[0]),e[1])}function o4(r,e){var t=e.layoutLength/(e.axisCount-1);return{position:t*r,axisNameAvailableWidth:t,axisLabelShow:!0}}function s4(r,e){var t=e.layoutLength,a=e.axisExpandWidth,i=e.axisCount,n=e.axisCollapseWidth,o=e.winInnerIndices,s,l=n,u=!1,f;return r<o[0]?(s=r*n,f=n):r<=o[1]?(s=e.axisExpandWindow0Pos+r*a-e.axisExpandWindow[0],l=a,u=!0):(s=t-(i-1-r)*n,f=n),{position:s,axisNameAvailableWidth:l,axisLabelShow:u,nameTruncateMaxWidth:f}}var l4=n4;function u4(r,e){var t=[];return r.eachComponent("parallel",function(a,i){var n=new l4(a,r,e);n.name="parallel_"+i,n.resize(a,e),a.coordinateSystem=n,n.model=a,t.push(n)}),r.eachSeries(function(a){if(a.get("coordinateSystem")==="parallel"){var i=a.getReferringComponents("parallel",qt).models[0];a.coordinateSystem=i.coordinateSystem}}),t}var f4={create:u4},h4=f4,SD=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t.activeIntervals=[],t}return e.prototype.getAreaSelectStyle=function(){return en([["fill","color"],["lineWidth","borderWidth"],["stroke","borderColor"],["width","width"],["opacity","opacity"]])(this.getModel("areaSelectStyle"))},e.prototype.setActiveIntervals=function(t){var a=this.activeIntervals=J(t);if(a)for(var i=a.length-1;i>=0;i--)ar(a[i])},e.prototype.getActiveState=function(t){var a=this.activeIntervals;if(!a.length)return"normal";if(t==null||isNaN(+t))return"inactive";if(a.length===1){var i=a[0];if(i[0]<=t&&t<=i[1])return"active"}else for(var n=0,o=a.length;n<o;n++)if(a[n][0]<=t&&t<=a[n][1])return"active";return"inactive"},e}(bt);jt(SD,gl);var AS=SD,nn=!0,js=Math.min,no=Math.max,v4=Math.pow,c4=1e4,p4=6,d4=6,CS="globalPan",g4={w:[0,0],e:[0,1],n:[1,0],s:[1,1]},y4={w:"ew",e:"ew",n:"ns",s:"ns",ne:"nesw",sw:"nesw",nw:"nwse",se:"nwse"},MS={brushStyle:{lineWidth:2,stroke:"rgba(210,219,238,0.3)",fill:"#D2DBEE"},transformable:!0,brushMode:"single",removeOnClick:!1},m4=0,_4=function(r){k(e,r);function e(t){var a=r.call(this)||this;return a._track=[],a._covers=[],a._handlers={},a._zr=t,a.group=new rt,a._uid="brushController_"+m4++,C(C4,function(i,n){this._handlers[n]=U(i,this)},a),a}return e.prototype.enableBrush=function(t){return this._brushType&&this._doDisableBrush(),t.brushType&&this._doEnableBrush(t),this},e.prototype._doEnableBrush=function(t){var a=this._zr;this._enableGlobalPan||LG(a,CS,this._uid),C(this._handlers,function(i,n){a.on(n,i)}),this._brushType=t.brushType,this._brushOption=lt(J(MS),t,!0)},e.prototype._doDisableBrush=function(){var t=this._zr;IG(t,CS,this._uid),C(this._handlers,function(a,i){t.off(i,a)}),this._brushType=this._brushOption=null},e.prototype.setPanels=function(t){if(t&&t.length){var a=this._panels={};C(t,function(i){a[i.panelId]=J(i)})}else this._panels=null;return this},e.prototype.mount=function(t){t=t||{},this._enableGlobalPan=t.enableGlobalPan;var a=this.group;return this._zr.add(a),a.attr({x:t.x||0,y:t.y||0,rotation:t.rotation||0,scaleX:t.scaleX||1,scaleY:t.scaleY||1}),this._transform=a.getLocalTransform(),this},e.prototype.updateCovers=function(t){t=G(t,function(v){return lt(J(MS),v,!0)});var a="\0-brush-index-",i=this._covers,n=this._covers=[],o=this,s=this._creatingCover;return new fa(i,t,u,l).add(f).update(f).remove(h).execute(),this;function l(v,c){return(v.id!=null?v.id:a+c)+"-"+v.brushType}function u(v,c){return l(v.__brushOption,c)}function f(v,c){var p=t[v];if(c!=null&&i[c]===s)n[v]=i[c];else{var d=n[v]=c!=null?(i[c].__brushOption=p,i[c]):bD(o,xD(o,p));vy(o,d)}}function h(v){i[v]!==s&&o.group.remove(i[v])}},e.prototype.unmount=function(){return this.enableBrush(!1),gd(this),this._zr.remove(this.group),this},e.prototype.dispose=function(){this.unmount(),this.off()},e}(sr);function xD(r,e){var t=Lh[e.brushType].createCover(r,e);return t.__brushOption=e,TD(t,e),r.group.add(t),t}function bD(r,e){var t=cy(e);return t.endCreating&&(t.endCreating(r,e),TD(e,e.__brushOption)),e}function wD(r,e){var t=e.__brushOption;cy(e).updateCoverShape(r,e,t.range,t)}function TD(r,e){var t=e.z;t==null&&(t=c4),r.traverse(function(a){a.z=t,a.z2=t})}function vy(r,e){cy(e).updateCommon(r,e),wD(r,e)}function cy(r){return Lh[r.__brushOption.brushType]}function py(r,e,t){var a=r._panels;if(!a)return nn;var i,n=r._transform;return C(a,function(o){o.isTargetByCursor(e,t,n)&&(i=o)}),i}function AD(r,e){var t=r._panels;if(!t)return nn;var a=e.__brushOption.panelId;return a!=null?t[a]:nn}function gd(r){var e=r._covers,t=e.length;return C(e,function(a){r.group.remove(a)},r),e.length=0,!!t}function on(r,e){var t=G(r._covers,function(a){var i=a.__brushOption,n=J(i.range);return{brushType:i.brushType,panelId:i.panelId,range:n}});r.trigger("brush",{areas:t,isEnd:!!e.isEnd,removeOnClick:!!e.removeOnClick})}function S4(r){var e=r._track;if(!e.length)return!1;var t=e[e.length-1],a=e[0],i=t[0]-a[0],n=t[1]-a[1],o=v4(i*i+n*n,.5);return o>p4}function CD(r){var e=r.length-1;return e<0&&(e=0),[r[0],r[e]]}function MD(r,e,t,a){var i=new rt;return i.add(new xt({name:"main",style:dy(t),silent:!0,draggable:!0,cursor:"move",drift:it(DS,r,e,i,["n","s","w","e"]),ondragend:it(on,e,{isEnd:!0})})),C(a,function(n){i.add(new xt({name:n.join(""),style:{opacity:0},draggable:!0,silent:!0,invisible:!0,drift:it(DS,r,e,i,n),ondragend:it(on,e,{isEnd:!0})}))}),i}function DD(r,e,t,a){var i=a.brushStyle.lineWidth||0,n=no(i,d4),o=t[0][0],s=t[1][0],l=o-i/2,u=s-i/2,f=t[0][1],h=t[1][1],v=f-n+i/2,c=h-n+i/2,p=f-o,d=h-s,g=p+i,y=d+i;qr(r,e,"main",o,s,p,d),a.transformable&&(qr(r,e,"w",l,u,n,y),qr(r,e,"e",v,u,n,y),qr(r,e,"n",l,u,g,n),qr(r,e,"s",l,c,g,n),qr(r,e,"nw",l,u,n,n),qr(r,e,"ne",v,u,n,n),qr(r,e,"sw",l,c,n,n),qr(r,e,"se",v,c,n,n))}function yd(r,e){var t=e.__brushOption,a=t.transformable,i=e.childAt(0);i.useStyle(dy(t)),i.attr({silent:!a,cursor:a?"move":"default"}),C([["w"],["e"],["n"],["s"],["s","e"],["s","w"],["n","e"],["n","w"]],function(n){var o=e.childOfName(n.join("")),s=n.length===1?md(r,n[0]):b4(r,n);o&&o.attr({silent:!a,invisible:!a,cursor:a?y4[s]+"-resize":null})})}function qr(r,e,t,a,i,n,o){var s=e.childOfName(t);s&&s.setShape(T4(gy(r,e,[[a,i],[a+n,i+o]])))}function dy(r){return Q({strokeNoScale:!0},r.brushStyle)}function LD(r,e,t,a){var i=[js(r,t),js(e,a)],n=[no(r,t),no(e,a)];return[[i[0],n[0]],[i[1],n[1]]]}function x4(r){return Xi(r.group)}function md(r,e){var t={w:"left",e:"right",n:"top",s:"bottom"},a={left:"w",right:"e",top:"n",bottom:"s"},i=sh(t[e],x4(r));return a[i]}function b4(r,e){var t=[md(r,e[0]),md(r,e[1])];return(t[0]==="e"||t[0]==="w")&&t.reverse(),t.join("")}function DS(r,e,t,a,i,n){var o=t.__brushOption,s=r.toRectRange(o.range),l=ID(e,i,n);C(a,function(u){var f=g4[u];s[f[0]][f[1]]+=l[f[0]]}),o.range=r.fromRectRange(LD(s[0][0],s[1][0],s[0][1],s[1][1])),vy(e,t),on(e,{isEnd:!1})}function w4(r,e,t,a){var i=e.__brushOption.range,n=ID(r,t,a);C(i,function(o){o[0]+=n[0],o[1]+=n[1]}),vy(r,e),on(r,{isEnd:!1})}function ID(r,e,t){var a=r.group,i=a.transformCoordToLocal(e,t),n=a.transformCoordToLocal(0,0);return[i[0]-n[0],i[1]-n[1]]}function gy(r,e,t){var a=AD(r,e);return a&&a!==nn?a.clipPath(t,r._transform):J(t)}function T4(r){var e=js(r[0][0],r[1][0]),t=js(r[0][1],r[1][1]),a=no(r[0][0],r[1][0]),i=no(r[0][1],r[1][1]);return{x:e,y:t,width:a-e,height:i-t}}function A4(r,e,t){if(!(!r._brushType||M4(r,e.offsetX,e.offsetY))){var a=r._zr,i=r._covers,n=py(r,e,t);if(!r._dragging)for(var o=0;o<i.length;o++){var s=i[o].__brushOption;if(n&&(n===nn||s.panelId===n.panelId)&&Lh[s.brushType].contain(i[o],t[0],t[1]))return}n&&a.setCursorStyle("crosshair")}}function _d(r){var e=r.event;e.preventDefault&&e.preventDefault()}function Sd(r,e,t){return r.childOfName("main").contain(e,t)}function PD(r,e,t,a){var i=r._creatingCover,n=r._creatingPanel,o=r._brushOption,s;if(r._track.push(t.slice()),S4(r)||i){if(n&&!i){o.brushMode==="single"&&gd(r);var l=J(o);l.brushType=LS(l.brushType,n),l.panelId=n===nn?null:n.panelId,i=r._creatingCover=xD(r,l),r._covers.push(i)}if(i){var u=Lh[LS(r._brushType,n)],f=i.__brushOption;f.range=u.getCreatingRange(gy(r,i,r._track)),a&&(bD(r,i),u.updateCommon(r,i)),wD(r,i),s={isEnd:a}}}else a&&o.brushMode==="single"&&o.removeOnClick&&py(r,e,t)&&gd(r)&&(s={isEnd:a,removeOnClick:!0});return s}function LS(r,e){return r==="auto"?e.defaultBrushType:r}var C4={mousedown:function(r){if(this._dragging)IS(this,r);else if(!r.target||!r.target.draggable){_d(r);var e=this.group.transformCoordToLocal(r.offsetX,r.offsetY);this._creatingCover=null;var t=this._creatingPanel=py(this,r,e);t&&(this._dragging=!0,this._track=[e.slice()])}},mousemove:function(r){var e=r.offsetX,t=r.offsetY,a=this.group.transformCoordToLocal(e,t);if(A4(this,r,a),this._dragging){_d(r);var i=PD(this,r,a,!1);i&&on(this,i)}},mouseup:function(r){IS(this,r)}};function IS(r,e){if(r._dragging){_d(e);var t=e.offsetX,a=e.offsetY,i=r.group.transformCoordToLocal(t,a),n=PD(r,e,i,!0);r._dragging=!1,r._track=[],r._creatingCover=null,n&&on(r,n)}}function M4(r,e,t){var a=r._zr;return e<0||e>a.getWidth()||t<0||t>a.getHeight()}var Lh={lineX:PS(0),lineY:PS(1),rect:{createCover:function(r,e){function t(a){return a}return MD({toRectRange:t,fromRectRange:t},r,e,[["w"],["e"],["n"],["s"],["s","e"],["s","w"],["n","e"],["n","w"]])},getCreatingRange:function(r){var e=CD(r);return LD(e[1][0],e[1][1],e[0][0],e[0][1])},updateCoverShape:function(r,e,t,a){DD(r,e,t,a)},updateCommon:yd,contain:Sd},polygon:{createCover:function(r,e){var t=new rt;return t.add(new Oe({name:"main",style:dy(e),silent:!0})),t},getCreatingRange:function(r){return r},endCreating:function(r,e){e.remove(e.childAt(0)),e.add(new ke({name:"main",draggable:!0,drift:it(w4,r,e),ondragend:it(on,r,{isEnd:!0})}))},updateCoverShape:function(r,e,t,a){e.childAt(0).setShape({points:gy(r,e,t)})},updateCommon:yd,contain:Sd}};function PS(r){return{createCover:function(e,t){return MD({toRectRange:function(a){var i=[a,[0,100]];return r&&i.reverse(),i},fromRectRange:function(a){return a[r]}},e,t,[[["w"],["e"]],[["n"],["s"]]][r])},getCreatingRange:function(e){var t=CD(e),a=js(t[0][r],t[1][r]),i=no(t[0][r],t[1][r]);return[a,i]},updateCoverShape:function(e,t,a,i){var n,o=AD(e,t);if(o!==nn&&o.getLinearBrushOtherExtent)n=o.getLinearBrushOtherExtent(r);else{var s=e._zr;n=[0,[s.getWidth(),s.getHeight()][1-r]]}var l=[a,n];r&&l.reverse(),DD(e,t,l,i)},updateCommon:yd,contain:Sd}}var yy=_4;function RD(r){return r=my(r),function(e){return NT(e,r)}}function ED(r,e){return r=my(r),function(t){var a=e!=null?e:t,i=a?r.width:r.height,n=a?r.x:r.y;return[n,n+(i||0)]}}function kD(r,e,t){var a=my(r);return function(i,n){return a.contain(n[0],n[1])&&!Ah(i,e,t)}}function my(r){return ft.create(r)}var D4=["axisLine","axisTickLabel","axisName"],L4=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.prototype.init=function(t,a){r.prototype.init.apply(this,arguments),(this._brushController=new yy(a.getZr())).on("brush",U(this._onBrush,this))},e.prototype.render=function(t,a,i,n){if(!I4(t,a,n)){this.axisModel=t,this.api=i,this.group.removeAll();var o=this._axisGroup;if(this._axisGroup=new rt,this.group.add(this._axisGroup),!!t.get("show")){var s=R4(t,a),l=s.coordinateSystem,u=t.getAreaSelectStyle(),f=u.width,h=t.axis.dim,v=l.getAxisLayout(h),c=V({strokeContainThreshold:f},v),p=new ha(t,c);C(D4,p.add,p),this._axisGroup.add(p.getGroup()),this._refreshBrushController(c,u,t,s,f,i),ll(o,this._axisGroup,t)}}},e.prototype._refreshBrushController=function(t,a,i,n,o,s){var l=i.axis.getExtent(),u=l[1]-l[0],f=Math.min(30,Math.abs(u)*.1),h=ft.create({x:l[0],y:-o/2,width:u,height:o});h.x-=f,h.width+=2*f,this._brushController.mount({enableGlobalPan:!0,rotation:t.rotation,x:t.position[0],y:t.position[1]}).setPanels([{panelId:"pl",clipPath:RD(h),isTargetByCursor:kD(h,s,n),getLinearBrushOtherExtent:ED(h,0)}]).enableBrush({brushType:"lineX",brushStyle:a,removeOnClick:!0}).updateCovers(P4(i))},e.prototype._onBrush=function(t){var a=t.areas,i=this.axisModel,n=i.axis,o=G(a,function(s){return[n.coordToData(s.range[0],!0),n.coordToData(s.range[1],!0)]});(!i.option.realtime===t.isEnd||t.removeOnClick)&&this.api.dispatchAction({type:"axisAreaSelect",parallelAxisId:i.id,intervals:o})},e.prototype.dispose=function(){this._brushController.dispose()},e.type="parallelAxis",e}(Wt);function I4(r,e,t){return t&&t.type==="axisAreaSelect"&&e.findComponents({mainType:"parallelAxis",query:t})[0]===r}function P4(r){var e=r.axis;return G(r.activeIntervals,function(t){return{brushType:"lineX",panelId:"pl",range:[e.dataToCoord(t[0],!0),e.dataToCoord(t[1],!0)]}})}function R4(r,e){return e.getComponent("parallel",r.get("parallelIndex"))}var E4=L4,k4={type:"axisAreaSelect",event:"axisAreaSelected"};function O4(r){r.registerAction(k4,function(e,t){t.eachComponent({mainType:"parallelAxis",query:e},function(a){a.axis.model.setActiveIntervals(e.intervals)})}),r.registerAction("parallelAxisExpand",function(e,t){t.eachComponent({mainType:"parallel",query:e},function(a){a.setAxisExpand(e)})})}var N4={type:"value",areaSelectStyle:{width:20,borderWidth:1,borderColor:"rgba(160,197,232)",color:"rgba(160,197,232)",opacity:.3},realtime:!0,z:10};function OD(r){r.registerComponentView(jH),r.registerComponentModel(t4),r.registerCoordinateSystem("parallel",h4),r.registerPreprocessor(YH),r.registerComponentModel(AS),r.registerComponentView(E4),io(r,"parallel",AS,N4),O4(r)}function B4(r){pt(OD),r.registerChartView(VH),r.registerSeriesModel(HH),r.registerVisual(r.PRIORITY.VISUAL.BRUSH,UH)}var V4=function(){function r(){this.x1=0,this.y1=0,this.x2=0,this.y2=0,this.cpx1=0,this.cpy1=0,this.cpx2=0,this.cpy2=0,this.extent=0}return r}(),z4=function(r){k(e,r);function e(t){return r.call(this,t)||this}return e.prototype.getDefaultShape=function(){return new V4},e.prototype.buildPath=function(t,a){var i=a.extent;t.moveTo(a.x1,a.y1),t.bezierCurveTo(a.cpx1,a.cpy1,a.cpx2,a.cpy2,a.x2,a.y2),a.orient==="vertical"?(t.lineTo(a.x2+i,a.y2),t.bezierCurveTo(a.cpx2+i,a.cpy2,a.cpx1+i,a.cpy1,a.x1+i,a.y1)):(t.lineTo(a.x2,a.y2+i),t.bezierCurveTo(a.cpx2,a.cpy2+i,a.cpx1,a.cpy1+i,a.x1,a.y1+i)),t.closePath()},e.prototype.highlight=function(){la(this)},e.prototype.downplay=function(){ua(this)},e}(gt),G4=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t._focusAdjacencyDisabled=!1,t}return e.prototype.render=function(t,a,i){var n=this,o=t.getGraph(),s=this.group,l=t.layoutInfo,u=l.width,f=l.height,h=t.getData(),v=t.getData("edge"),c=t.get("orient");this._model=t,s.removeAll(),s.x=l.x,s.y=l.y,o.eachEdge(function(p){var d=new z4,g=at(d);g.dataIndex=p.dataIndex,g.seriesIndex=t.seriesIndex,g.dataType="edge";var y=p.getModel(),m=y.getModel("lineStyle"),_=m.get("curveness"),S=p.node1.getLayout(),b=p.node1.getModel(),x=b.get("localX"),w=b.get("localY"),T=p.node2.getLayout(),A=p.node2.getModel(),M=A.get("localX"),D=A.get("localY"),L=p.getLayout(),I,P,R,E,N,O,B,F;switch(d.shape.extent=Math.max(1,L.dy),d.shape.orient=c,c==="vertical"?(I=(x!=null?x*u:S.x)+L.sy,P=(w!=null?w*f:S.y)+S.dy,R=(M!=null?M*u:T.x)+L.ty,E=D!=null?D*f:T.y,N=I,O=P*(1-_)+E*_,B=R,F=P*_+E*(1-_)):(I=(x!=null?x*u:S.x)+S.dx,P=(w!=null?w*f:S.y)+L.sy,R=M!=null?M*u:T.x,E=(D!=null?D*f:T.y)+L.ty,N=I*(1-_)+R*_,O=P,B=I*_+R*(1-_),F=E),d.setShape({x1:I,y1:P,x2:R,y2:E,cpx1:N,cpy1:O,cpx2:B,cpy2:F}),d.useStyle(m.getItemStyle()),d.style.fill){case"source":d.style.fill=p.node1.getVisual("color"),d.style.decal=p.node1.getVisual("style").decal;break;case"target":d.style.fill=p.node2.getVisual("color"),d.style.decal=p.node2.getVisual("style").decal;break;case"gradient":var W=p.node1.getVisual("color"),Z=p.node2.getVisual("color");$(W)&&$(Z)&&(d.style.fill=new sl(0,0,+(c==="horizontal"),+(c==="vertical"),[{color:W,offset:0},{color:Z,offset:1}]))}var tt=y.getModel("emphasis");he(d,y,"lineStyle",function(It){return It.getItemStyle()}),s.add(d),v.setItemGraphicEl(p.dataIndex,d);var ht=tt.get("focus");Yt(d,ht==="adjacency"?p.getAdjacentDataIndices():ht,tt.get("blurScope"),tt.get("disabled")),at(d).dataType="edge"}),o.eachNode(function(p){var d=p.getLayout(),g=p.getModel(),y=g.get("localX"),m=g.get("localY"),_=g.getModel("emphasis"),S=new xt({shape:{x:y!=null?y*u:d.x,y:m!=null?m*f:d.y,width:d.dx,height:d.dy},style:g.getModel("itemStyle").getItemStyle(),z2:10});_e(S,se(g),{labelFetcher:t,labelDataIndex:p.dataIndex,defaultText:p.id}),S.disableLabelAnimation=!0,S.setStyle("fill",p.getVisual("color")),S.setStyle("decal",p.getVisual("style").decal),he(S,g),s.add(S),h.setItemGraphicEl(p.dataIndex,S),at(S).dataType="node";var b=_.get("focus");Yt(S,b==="adjacency"?p.getAdjacentDataIndices():b,_.get("blurScope"),_.get("disabled"))}),h.eachItemGraphicEl(function(p,d){var g=h.getItemModel(d);g.get("draggable")&&(p.drift=function(y,m){n._focusAdjacencyDisabled=!0,this.shape.x+=y,this.shape.y+=m,this.dirty(),i.dispatchAction({type:"dragNode",seriesId:t.id,dataIndex:h.getRawIndex(d),localX:this.shape.x/u,localY:this.shape.y/f})},p.ondragend=function(){n._focusAdjacencyDisabled=!1},p.draggable=!0,p.cursor="move")}),!this._data&&t.isAnimationEnabled()&&s.setClipPath(F4(s.getBoundingRect(),t,function(){s.removeClipPath()})),this._data=t.getData()},e.prototype.dispose=function(){},e.type="sankey",e}(Bt);function F4(r,e,t){var a=new xt({shape:{x:r.x-10,y:r.y-10,width:0,height:r.height+20}});return zt(a,{shape:{width:r.width+20}},e,t),a}var H4=G4,W4=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.prototype.getInitialData=function(t,a){var i=t.edges||t.links,n=t.data||t.nodes,o=t.levels;this.levelModels=[];for(var s=this.levelModels,l=0;l<o.length;l++)o[l].depth!=null&&o[l].depth>=0&&(s[o[l].depth]=new Nt(o[l],this,a));if(n&&i){var u=gD(n,i,this,!0,f);return u.data}function f(h,v){h.wrapMethod("getItemModel",function(c,p){var d=c.parentModel,g=d.getData().getItemLayout(p);if(g){var y=g.depth,m=d.levelModels[y];m&&(c.parentModel=m)}return c}),v.wrapMethod("getItemModel",function(c,p){var d=c.parentModel,g=d.getGraph().getEdgeByIndex(p),y=g.node1.getLayout();if(y){var m=y.depth,_=d.levelModels[m];_&&(c.parentModel=_)}return c})}},e.prototype.setNodePosition=function(t,a){var i=this.option.data||this.option.nodes,n=i[t];n.localX=a[0],n.localY=a[1]},e.prototype.getGraph=function(){return this.getData().graph},e.prototype.getEdgeData=function(){return this.getGraph().edgeData},e.prototype.formatTooltip=function(t,a,i){function n(c){return isNaN(c)||c==null}if(i==="edge"){var o=this.getDataParams(t,i),s=o.data,l=o.value,u=s.source+" -- "+s.target;return ae("nameValue",{name:u,value:l,noValue:n(l)})}else{var f=this.getGraph().getNodeByIndex(t),h=f.getLayout().value,v=this.getDataParams(t,i).data.name;return ae("nameValue",{name:v!=null?v+"":null,value:h,noValue:n(h)})}},e.prototype.optionUpdated=function(){},e.prototype.getDataParams=function(t,a){var i=r.prototype.getDataParams.call(this,t,a);if(i.value==null&&a==="node"){var n=this.getGraph().getNodeByIndex(t),o=n.getLayout().value;i.value=o}return i},e.type="series.sankey",e.defaultOption={z:2,coordinateSystem:"view",left:"5%",top:"5%",right:"20%",bottom:"5%",orient:"horizontal",nodeWidth:20,nodeGap:8,draggable:!0,layoutIterations:32,label:{show:!0,position:"right",fontSize:12},levels:[],nodeAlign:"justify",lineStyle:{color:"#314656",opacity:.2,curveness:.5},emphasis:{label:{show:!0},lineStyle:{opacity:.5}},select:{itemStyle:{borderColor:"#212121"}},animationEasing:"linear",animationDuration:1e3},e}(Ft),$4=W4;function U4(r,e){r.eachSeriesByType("sankey",function(t){var a=t.get("nodeWidth"),i=t.get("nodeGap"),n=Y4(t,e);t.layoutInfo=n;var o=n.width,s=n.height,l=t.getGraph(),u=l.nodes,f=l.edges;X4(u);var h=Rt(u,function(d){return d.getLayout().value===0}),v=h.length!==0?0:t.get("layoutIterations"),c=t.get("orient"),p=t.get("nodeAlign");Z4(u,f,a,i,o,s,v,c,p)})}function Y4(r,e){return te(r.getBoxLayoutParams(),{width:e.getWidth(),height:e.getHeight()})}function Z4(r,e,t,a,i,n,o,s,l){q4(r,e,t,i,n,s,l),J4(r,e,n,i,a,o,s),lW(r,s)}function X4(r){C(r,function(e){var t=Wa(e.outEdges,Ef),a=Wa(e.inEdges,Ef),i=e.getValue()||0,n=Math.max(t,a,i);e.setLayout({value:n},!0)})}function q4(r,e,t,a,i,n,o){for(var s=[],l=[],u=[],f=[],h=0,v=0;v<e.length;v++)s[v]=1;for(var v=0;v<r.length;v++)l[v]=r[v].inEdges.length,l[v]===0&&u.push(r[v]);for(var c=-1;u.length;){for(var p=0;p<u.length;p++){var d=u[p],g=d.hostGraph.data.getRawDataItem(d.dataIndex),y=g.depth!=null&&g.depth>=0;y&&g.depth>c&&(c=g.depth),d.setLayout({depth:y?g.depth:h},!0),n==="vertical"?d.setLayout({dy:t},!0):d.setLayout({dx:t},!0);for(var m=0;m<d.outEdges.length;m++){var _=d.outEdges[m],S=e.indexOf(_);s[S]=0;var b=_.node2,x=r.indexOf(b);--l[x]===0&&f.indexOf(b)<0&&f.push(b)}}++h,u=f,f=[]}for(var v=0;v<s.length;v++)if(s[v]===1)throw new Error("Sankey is a DAG, the original data has cycle!");var w=c>h-1?c:h-1;o&&o!=="left"&&K4(r,o,n,w);var T=n==="vertical"?(i-t)/w:(a-t)/w;j4(r,T,n)}function ND(r){var e=r.hostGraph.data.getRawDataItem(r.dataIndex);return e.depth!=null&&e.depth>=0}function K4(r,e,t,a){if(e==="right"){for(var i=[],n=r,o=0;n.length;){for(var s=0;s<n.length;s++){var l=n[s];l.setLayout({skNodeHeight:o},!0);for(var u=0;u<l.inEdges.length;u++){var f=l.inEdges[u];i.indexOf(f.node1)<0&&i.push(f.node1)}}n=i,i=[],++o}C(r,function(h){ND(h)||h.setLayout({depth:Math.max(0,a-h.getLayout().skNodeHeight)},!0)})}else e==="justify"&&Q4(r,a)}function Q4(r,e){C(r,function(t){!ND(t)&&!t.outEdges.length&&t.setLayout({depth:e},!0)})}function j4(r,e,t){C(r,function(a){var i=a.getLayout().depth*e;t==="vertical"?a.setLayout({y:i},!0):a.setLayout({x:i},!0)})}function J4(r,e,t,a,i,n,o){var s=tW(r,o);eW(s,e,t,a,i,o),Tc(s,i,t,a,o);for(var l=1;n>0;n--)l*=.99,rW(s,l,o),Tc(s,i,t,a,o),sW(s,l,o),Tc(s,i,t,a,o)}function tW(r,e){var t=[],a=e==="vertical"?"y":"x",i=wp(r,function(n){return n.getLayout()[a]});return i.keys.sort(function(n,o){return n-o}),C(i.keys,function(n){t.push(i.buckets.get(n))}),t}function eW(r,e,t,a,i,n){var o=1/0;C(r,function(s){var l=s.length,u=0;C(s,function(h){u+=h.getLayout().value});var f=n==="vertical"?(a-(l-1)*i)/u:(t-(l-1)*i)/u;f<o&&(o=f)}),C(r,function(s){C(s,function(l,u){var f=l.getLayout().value*o;n==="vertical"?(l.setLayout({x:u},!0),l.setLayout({dx:f},!0)):(l.setLayout({y:u},!0),l.setLayout({dy:f},!0))})}),C(e,function(s){var l=+s.getValue()*o;s.setLayout({dy:l},!0)})}function Tc(r,e,t,a,i){var n=i==="vertical"?"x":"y";C(r,function(o){o.sort(function(d,g){return d.getLayout()[n]-g.getLayout()[n]});for(var s,l,u,f=0,h=o.length,v=i==="vertical"?"dx":"dy",c=0;c<h;c++)l=o[c],u=f-l.getLayout()[n],u>0&&(s=l.getLayout()[n]+u,i==="vertical"?l.setLayout({x:s},!0):l.setLayout({y:s},!0)),f=l.getLayout()[n]+l.getLayout()[v]+e;var p=i==="vertical"?a:t;if(u=f-e-p,u>0){s=l.getLayout()[n]-u,i==="vertical"?l.setLayout({x:s},!0):l.setLayout({y:s},!0),f=s;for(var c=h-2;c>=0;--c)l=o[c],u=l.getLayout()[n]+l.getLayout()[v]+e-f,u>0&&(s=l.getLayout()[n]-u,i==="vertical"?l.setLayout({x:s},!0):l.setLayout({y:s},!0)),f=l.getLayout()[n]}})}function rW(r,e,t){C(r.slice().reverse(),function(a){C(a,function(i){if(i.outEdges.length){var n=Wa(i.outEdges,aW,t)/Wa(i.outEdges,Ef);if(isNaN(n)){var o=i.outEdges.length;n=o?Wa(i.outEdges,iW,t)/o:0}if(t==="vertical"){var s=i.getLayout().x+(n-Qa(i,t))*e;i.setLayout({x:s},!0)}else{var l=i.getLayout().y+(n-Qa(i,t))*e;i.setLayout({y:l},!0)}}})})}function aW(r,e){return Qa(r.node2,e)*r.getValue()}function iW(r,e){return Qa(r.node2,e)}function nW(r,e){return Qa(r.node1,e)*r.getValue()}function oW(r,e){return Qa(r.node1,e)}function Qa(r,e){return e==="vertical"?r.getLayout().x+r.getLayout().dx/2:r.getLayout().y+r.getLayout().dy/2}function Ef(r){return r.getValue()}function Wa(r,e,t){for(var a=0,i=r.length,n=-1;++n<i;){var o=+e(r[n],t);isNaN(o)||(a+=o)}return a}function sW(r,e,t){C(r,function(a){C(a,function(i){if(i.inEdges.length){var n=Wa(i.inEdges,nW,t)/Wa(i.inEdges,Ef);if(isNaN(n)){var o=i.inEdges.length;n=o?Wa(i.inEdges,oW,t)/o:0}if(t==="vertical"){var s=i.getLayout().x+(n-Qa(i,t))*e;i.setLayout({x:s},!0)}else{var l=i.getLayout().y+(n-Qa(i,t))*e;i.setLayout({y:l},!0)}}})})}function lW(r,e){var t=e==="vertical"?"x":"y";C(r,function(a){a.outEdges.sort(function(i,n){return i.node2.getLayout()[t]-n.node2.getLayout()[t]}),a.inEdges.sort(function(i,n){return i.node1.getLayout()[t]-n.node1.getLayout()[t]})}),C(r,function(a){var i=0,n=0;C(a.outEdges,function(o){o.setLayout({sy:i},!0),i+=o.getLayout().dy}),C(a.inEdges,function(o){o.setLayout({ty:n},!0),n+=o.getLayout().dy})})}function uW(r){r.eachSeriesByType("sankey",function(e){var t=e.getGraph(),a=t.nodes;if(a.length){var i=1/0,n=-1/0;C(a,function(o){var s=o.getLayout().value;s<i&&(i=s),s>n&&(n=s)}),C(a,function(o){var s=new fe({type:"color",mappingMethod:"linear",dataExtent:[i,n],visual:e.get("color")}),l=s.mapValueToVisual(o.getLayout().value),u=o.getModel().get(["itemStyle","color"]);u!=null?(o.setVisual("color",u),o.setVisual("style",{fill:u})):(o.setVisual("color",l),o.setVisual("style",{fill:l}))})}})}function fW(r){r.registerChartView(H4),r.registerSeriesModel($4),r.registerLayout(U4),r.registerVisual(uW),r.registerAction({type:"dragNode",event:"dragnode",update:"update"},function(e,t){t.eachComponent({mainType:"series",subType:"sankey",query:e},function(a){a.setNodePosition(e.dataIndex,[e.localX,e.localY])})})}var BD=function(){function r(){}return r.prototype.getInitialData=function(e,t){var a,i=t.getComponent("xAxis",this.get("xAxisIndex")),n=t.getComponent("yAxis",this.get("yAxisIndex")),o=i.get("type"),s=n.get("type"),l;o==="category"?(e.layout="horizontal",a=i.getOrdinalMeta(),l=!0):s==="category"?(e.layout="vertical",a=n.getOrdinalMeta(),l=!0):e.layout=e.layout||"horizontal";var u=["x","y"],f=e.layout==="horizontal"?0:1,h=this._baseAxisDim=u[f],v=u[1-f],c=[i,n],p=c[f].get("type"),d=c[1-f].get("type"),g=e.data;if(g&&l){var y=[];C(g,function(S,b){var x;z(S)?(x=S.slice(),S.unshift(b)):z(S.value)?(x=V({},S),x.value=x.value.slice(),S.value.unshift(b)):x=S,y.push(x)}),e.data=y}var m=this.defaultValueDimensions,_=[{name:h,type:xf(p),ordinalMeta:a,otherDims:{tooltip:!1,itemName:0},dimsDef:["base"]},{name:v,type:xf(d),dimsDef:m.slice()}];return To(this,{coordDimensions:_,dimensionsCount:m.length+1,encodeDefaulter:it(uA,_,this)})},r.prototype.getBaseAxis=function(){var e=this._baseAxisDim;return this.ecModel.getComponent(e+"Axis",this.get(e+"AxisIndex")).axis},r}(),VD=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t.defaultValueDimensions=[{name:"min",defaultTooltip:!0},{name:"Q1",defaultTooltip:!0},{name:"median",defaultTooltip:!0},{name:"Q3",defaultTooltip:!0},{name:"max",defaultTooltip:!0}],t.visualDrawType="stroke",t}return e.type="series.boxplot",e.dependencies=["xAxis","yAxis","grid"],e.defaultOption={z:2,coordinateSystem:"cartesian2d",legendHoverLink:!0,layout:null,boxWidth:[7,50],itemStyle:{color:"#fff",borderWidth:1},emphasis:{scale:!0,itemStyle:{borderWidth:2,shadowBlur:5,shadowOffsetX:1,shadowOffsetY:1,shadowColor:"rgba(0,0,0,0.2)"}},animationDuration:800},e}(Ft);jt(VD,BD,!0);var hW=VD,vW=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.prototype.render=function(t,a,i){var n=t.getData(),o=this.group,s=this._data;this._data||o.removeAll();var l=t.get("layout")==="horizontal"?1:0;n.diff(s).add(function(u){if(n.hasValue(u)){var f=n.getItemLayout(u),h=RS(f,n,u,l,!0);n.setItemGraphicEl(u,h),o.add(h)}}).update(function(u,f){var h=s.getItemGraphicEl(f);if(!n.hasValue(u)){o.remove(h);return}var v=n.getItemLayout(u);h?(Sr(h),zD(v,h,n,u)):h=RS(v,n,u,l),o.add(h),n.setItemGraphicEl(u,h)}).remove(function(u){var f=s.getItemGraphicEl(u);f&&o.remove(f)}).execute(),this._data=n},e.prototype.remove=function(t){var a=this.group,i=this._data;this._data=null,i&&i.eachItemGraphicEl(function(n){n&&a.remove(n)})},e.type="boxplot",e}(Bt),cW=function(){function r(){}return r}(),pW=function(r){k(e,r);function e(t){var a=r.call(this,t)||this;return a.type="boxplotBoxPath",a}return e.prototype.getDefaultShape=function(){return new cW},e.prototype.buildPath=function(t,a){var i=a.points,n=0;for(t.moveTo(i[n][0],i[n][1]),n++;n<4;n++)t.lineTo(i[n][0],i[n][1]);for(t.closePath();n<i.length;n++)t.moveTo(i[n][0],i[n][1]),n++,t.lineTo(i[n][0],i[n][1])},e}(gt);function RS(r,e,t,a,i){var n=r.ends,o=new pW({shape:{points:i?dW(n,a,r):n}});return zD(r,o,e,t,i),o}function zD(r,e,t,a,i){var n=t.hostModel,o=fl[i?"initProps":"updateProps"];o(e,{shape:{points:r.ends}},n,a),e.useStyle(t.getItemVisual(a,"style")),e.style.strokeNoScale=!0,e.z2=100;var s=t.getItemModel(a),l=s.getModel("emphasis");he(e,s),Yt(e,l.get("focus"),l.get("blurScope"),l.get("disabled"))}function dW(r,e,t){return G(r,function(a){return a=a.slice(),a[e]=t.initBaseline,a})}var gW=vW;function yW(r,e){}var Cs=C;function mW(r){var e=_W(r);Cs(e,function(t){var a=t.seriesModels;!a.length||(SW(t),Cs(a,function(i,n){xW(i,t.boxOffsetList[n],t.boxWidthList[n])}))})}function _W(r){var e=[],t=[];return r.eachSeriesByType("boxplot",function(a){var i=a.getBaseAxis(),n=vt(t,i);n<0&&(n=t.length,t[n]=i,e[n]={axis:i,seriesModels:[]}),e[n].seriesModels.push(a)}),e}function SW(r){var e=r.axis,t=r.seriesModels,a=t.length,i=r.boxWidthList=[],n=r.boxOffsetList=[],o=[],s;if(e.type==="category")s=e.getBandWidth();else{var l=0;Cs(t,function(p){l=Math.max(l,p.getData().count())});var u=e.getExtent();s=Math.abs(u[1]-u[0])/l}Cs(t,function(p){var d=p.get("boxWidth");z(d)||(d=[d,d]),o.push([H(d[0],s)||0,H(d[1],s)||0])});var f=s*.8-2,h=f/a*.3,v=(f-h*(a-1))/a,c=v/2-f/2;Cs(t,function(p,d){n.push(c),c+=h+v,i.push(Math.min(Math.max(v,o[d][0]),o[d][1]))})}function xW(r,e,t){var a=r.coordinateSystem,i=r.getData(),n=t/2,o=r.get("layout")==="horizontal"?0:1,s=1-o,l=["x","y"],u=i.mapDimension(l[o]),f=i.mapDimensionsAll(l[s]);if(u==null||f.length<5)return;for(var h=0;h<i.count();h++){var v=i.get(u,h),c=_(v,f[2],h),p=_(v,f[0],h),d=_(v,f[1],h),g=_(v,f[3],h),y=_(v,f[4],h),m=[];S(m,d,!1),S(m,g,!0),m.push(p,d,y,g),b(m,p),b(m,y),b(m,c),i.setItemLayout(h,{initBaseline:c[s],ends:m})}function _(x,w,T){var A=i.get(w,T),M=[];M[o]=x,M[s]=A;var D;return isNaN(x)||isNaN(A)?D=[NaN,NaN]:(D=a.dataToPoint(M),D[o]+=e),D}function S(x,w,T){var A=w.slice(),M=w.slice();A[o]+=n,M[o]-=n,T?x.push(A,M):x.push(M,A)}function b(x,w){var T=w.slice(),A=w.slice();T[o]-=n,A[o]+=n,x.push(T,A)}}function bW(r,e){e=e||{};for(var t=[],a=[],i=e.boundIQR,n=i==="none"||i===0,o=0;o<r.length;o++){var s=ar(r[o].slice()),l=tv(s,.25),u=tv(s,.5),f=tv(s,.75),h=s[0],v=s[s.length-1],c=(i==null?1.5:i)*(f-l),p=n?h:Math.max(h,l-c),d=n?v:Math.min(v,f+c),g=e.itemNameFormatter,y=K(g)?g({value:o}):$(g)?g.replace("{value}",o+""):o+"";t.push([y,p,l,u,f,d]);for(var m=0;m<s.length;m++){var _=s[m];if(_<p||_>d){var S=[y,_];a.push(S)}}}return{boxData:t,outliers:a}}var wW={type:"echarts:boxplot",transform:function(e){var t=e.upstream;if(t.sourceFormat!==me){var a="";Lt(a)}var i=bW(t.getRawData(),e.config);return[{dimensions:["ItemName","Low","Q1","Q2","Q3","High"],data:i.boxData},{data:i.outliers}]}};function TW(r){r.registerSeriesModel(hW),r.registerChartView(gW),r.registerVisual(yW),r.registerLayout(mW),r.registerTransform(wW)}var AW=["color","borderColor"],CW=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.prototype.render=function(t,a,i){this.group.removeClipPath(),this._progressiveEls=null,this._updateDrawMode(t),this._isLargeDraw?this._renderLarge(t):this._renderNormal(t)},e.prototype.incrementalPrepareRender=function(t,a,i){this._clear(),this._updateDrawMode(t)},e.prototype.incrementalRender=function(t,a,i,n){this._progressiveEls=[],this._isLargeDraw?this._incrementalRenderLarge(t,a):this._incrementalRenderNormal(t,a)},e.prototype.eachRendered=function(t){ti(this._progressiveEls||this.group,t)},e.prototype._updateDrawMode=function(t){var a=t.pipelineContext.large;(this._isLargeDraw==null||a!==this._isLargeDraw)&&(this._isLargeDraw=a,this._clear())},e.prototype._renderNormal=function(t){var a=t.getData(),i=this._data,n=this.group,o=a.getLayout("isSimpleBox"),s=t.get("clip",!0),l=t.coordinateSystem,u=l.getArea&&l.getArea();this._data||n.removeAll(),a.diff(i).add(function(f){if(a.hasValue(f)){var h=a.getItemLayout(f);if(s&&ES(u,h))return;var v=Ac(h,f,!0);zt(v,{shape:{points:h.ends}},t,f),Cc(v,a,f,o),n.add(v),a.setItemGraphicEl(f,v)}}).update(function(f,h){var v=i.getItemGraphicEl(h);if(!a.hasValue(f)){n.remove(v);return}var c=a.getItemLayout(f);if(s&&ES(u,c)){n.remove(v);return}v?(Tt(v,{shape:{points:c.ends}},t,f),Sr(v)):v=Ac(c),Cc(v,a,f,o),n.add(v),a.setItemGraphicEl(f,v)}).remove(function(f){var h=i.getItemGraphicEl(f);h&&n.remove(h)}).execute(),this._data=a},e.prototype._renderLarge=function(t){this._clear(),OS(t,this.group);var a=t.get("clip",!0)?Th(t.coordinateSystem,!1,t):null;a?this.group.setClipPath(a):this.group.removeClipPath()},e.prototype._incrementalRenderNormal=function(t,a){for(var i=a.getData(),n=i.getLayout("isSimpleBox"),o;(o=t.next())!=null;){var s=i.getItemLayout(o),l=Ac(s);Cc(l,i,o,n),l.incremental=!0,this.group.add(l),this._progressiveEls.push(l)}},e.prototype._incrementalRenderLarge=function(t,a){OS(a,this.group,this._progressiveEls,!0)},e.prototype.remove=function(t){this._clear()},e.prototype._clear=function(){this.group.removeAll(),this._data=null},e.type="candlestick",e}(Bt),MW=function(){function r(){}return r}(),DW=function(r){k(e,r);function e(t){var a=r.call(this,t)||this;return a.type="normalCandlestickBox",a}return e.prototype.getDefaultShape=function(){return new MW},e.prototype.buildPath=function(t,a){var i=a.points;this.__simpleBox?(t.moveTo(i[4][0],i[4][1]),t.lineTo(i[6][0],i[6][1])):(t.moveTo(i[0][0],i[0][1]),t.lineTo(i[1][0],i[1][1]),t.lineTo(i[2][0],i[2][1]),t.lineTo(i[3][0],i[3][1]),t.closePath(),t.moveTo(i[4][0],i[4][1]),t.lineTo(i[5][0],i[5][1]),t.moveTo(i[6][0],i[6][1]),t.lineTo(i[7][0],i[7][1]))},e}(gt);function Ac(r,e,t){var a=r.ends;return new DW({shape:{points:t?LW(a,r):a},z2:100})}function ES(r,e){for(var t=!0,a=0;a<e.ends.length;a++)if(r.contain(e.ends[a][0],e.ends[a][1])){t=!1;break}return t}function Cc(r,e,t,a){var i=e.getItemModel(t);r.useStyle(e.getItemVisual(t,"style")),r.style.strokeNoScale=!0,r.__simpleBox=a,he(r,i)}function LW(r,e){return G(r,function(t){return t=t.slice(),t[1]=e.initBaseline,t})}var IW=function(){function r(){}return r}(),kS=function(r){k(e,r);function e(t){var a=r.call(this,t)||this;return a.type="largeCandlestickBox",a}return e.prototype.getDefaultShape=function(){return new IW},e.prototype.buildPath=function(t,a){for(var i=a.points,n=0;n<i.length;)if(this.__sign===i[n++]){var o=i[n++];t.moveTo(o,i[n++]),t.lineTo(o,i[n++])}else n+=3},e}(gt);function OS(r,e,t,a){var i=r.getData(),n=i.getLayout("largePoints"),o=new kS({shape:{points:n},__sign:1});e.add(o);var s=new kS({shape:{points:n},__sign:-1});e.add(s),NS(1,o,r),NS(-1,s,r),a&&(o.incremental=!0,s.incremental=!0),t&&t.push(o,s)}function NS(r,e,t,a){var i=t.get(["itemStyle",r>0?"borderColor":"borderColor0"])||t.get(["itemStyle",r>0?"color":"color0"]),n=t.getModel("itemStyle").getItemStyle(AW);e.useStyle(n),e.style.fill=null,e.style.stroke=i}var PW=CW,GD=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t.defaultValueDimensions=[{name:"open",defaultTooltip:!0},{name:"close",defaultTooltip:!0},{name:"lowest",defaultTooltip:!0},{name:"highest",defaultTooltip:!0}],t}return e.prototype.getShadowDim=function(){return"open"},e.prototype.brushSelector=function(t,a,i){var n=a.getItemLayout(t);return n&&i.rect(n.brushRect)},e.type="series.candlestick",e.dependencies=["xAxis","yAxis","grid"],e.defaultOption={z:2,coordinateSystem:"cartesian2d",legendHoverLink:!0,layout:null,clip:!0,itemStyle:{color:"#eb5454",color0:"#47b262",borderColor:"#eb5454",borderColor0:"#47b262",borderWidth:1},emphasis:{scale:!0,itemStyle:{borderWidth:2}},barMaxWidth:null,barMinWidth:null,barWidth:null,large:!0,largeThreshold:600,progressive:3e3,progressiveThreshold:1e4,progressiveChunkMode:"mod",animationEasing:"linear",animationDuration:300},e}(Ft);jt(GD,BD,!0);var RW=GD;function EW(r){!r||!z(r.series)||C(r.series,function(e){j(e)&&e.type==="k"&&(e.type="candlestick")})}var kW=["itemStyle","borderColor"],OW=["itemStyle","borderColor0"],NW=["itemStyle","color"],BW=["itemStyle","color0"],VW={seriesType:"candlestick",plan:xo(),performRawSeries:!0,reset:function(r,e){function t(n,o){return o.get(n>0?NW:BW)}function a(n,o){return o.get(n>0?kW:OW)}if(!e.isSeriesFiltered(r)){var i=r.pipelineContext.large;return!i&&{progress:function(n,o){for(var s;(s=n.next())!=null;){var l=o.getItemModel(s),u=o.getItemLayout(s).sign,f=l.getItemStyle();f.fill=t(u,l),f.stroke=a(u,l)||f.fill;var h=o.ensureUniqueItemVisual(s,"style");V(h,f)}}}}}},zW=VW,GW={seriesType:"candlestick",plan:xo(),reset:function(r){var e=r.coordinateSystem,t=r.getData(),a=FW(r,t),i=0,n=1,o=["x","y"],s=t.getDimensionIndex(t.mapDimension(o[i])),l=G(t.mapDimensionsAll(o[n]),t.getDimensionIndex,t),u=l[0],f=l[1],h=l[2],v=l[3];if(t.setLayout({candleWidth:a,isSimpleBox:a<=1.3}),s<0||l.length<4)return;return{progress:r.pipelineContext.large?p:c};function c(d,g){for(var y,m=g.getStore();(y=d.next())!=null;){var _=m.get(s,y),S=m.get(u,y),b=m.get(f,y),x=m.get(h,y),w=m.get(v,y),T=Math.min(S,b),A=Math.max(S,b),M=R(T,_),D=R(A,_),L=R(x,_),I=R(w,_),P=[];E(P,D,0),E(P,M,1),P.push(O(I),O(D),O(L),O(M)),g.setItemLayout(y,{sign:BS(m,y,S,b,f),initBaseline:S>b?D[n]:M[n],ends:P,brushRect:N(x,w,_)})}function R(B,F){var W=[];return W[i]=F,W[n]=B,isNaN(F)||isNaN(B)?[NaN,NaN]:e.dataToPoint(W)}function E(B,F,W){var Z=F.slice(),tt=F.slice();Z[i]=zu(Z[i]+a/2,1,!1),tt[i]=zu(tt[i]-a/2,1,!0),W?B.push(Z,tt):B.push(tt,Z)}function N(B,F,W){var Z=R(B,W),tt=R(F,W);return Z[i]-=a/2,tt[i]-=a/2,{x:Z[0],y:Z[1],width:a,height:tt[1]-Z[1]}}function O(B){return B[i]=zu(B[i],1),B}}function p(d,g){for(var y=Or(d.count*4),m=0,_,S=[],b=[],x,w=g.getStore();(x=d.next())!=null;){var T=w.get(s,x),A=w.get(u,x),M=w.get(f,x),D=w.get(h,x),L=w.get(v,x);if(isNaN(T)||isNaN(D)||isNaN(L)){y[m++]=NaN,m+=3;continue}y[m++]=BS(w,x,A,M,f),S[i]=T,S[n]=D,_=e.dataToPoint(S,null,b),y[m++]=_?_[0]:NaN,y[m++]=_?_[1]:NaN,S[n]=L,_=e.dataToPoint(S,null,b),y[m++]=_?_[1]:NaN}g.setLayout("largePoints",y)}}};function BS(r,e,t,a,i){var n;return t>a?n=-1:t<a?n=1:n=e>0?r.get(i,e-1)<=a?1:-1:1,n}function FW(r,e){var t=r.getBaseAxis(),a,i=t.type==="category"?t.getBandWidth():(a=t.getExtent(),Math.abs(a[1]-a[0])/e.count()),n=H(ct(r.get("barMaxWidth"),i),i),o=H(ct(r.get("barMinWidth"),1),i),s=r.get("barWidth");return s!=null?H(s,i):Math.max(Math.min(i/2,n),o)}var HW=GW;function WW(r){r.registerChartView(PW),r.registerSeriesModel(RW),r.registerPreprocessor(EW),r.registerVisual(zW),r.registerLayout(HW)}function VS(r,e){var t=e.rippleEffectColor||e.color;r.eachChild(function(a){a.attr({z:e.z,zlevel:e.zlevel,style:{stroke:e.brushType==="stroke"?t:null,fill:e.brushType==="fill"?t:null}})})}var $W=function(r){k(e,r);function e(t,a){var i=r.call(this)||this,n=new yl(t,a),o=new rt;return i.add(n),i.add(o),i.updateData(t,a),i}return e.prototype.stopEffectAnimation=function(){this.childAt(1).removeAll()},e.prototype.startEffectAnimation=function(t){for(var a=t.symbolType,i=t.color,n=t.rippleNumber,o=this.childAt(1),s=0;s<n;s++){var l=Qt(a,-1,-1,2,2,i);l.attr({style:{strokeNoScale:!0},z2:99,silent:!0,scaleX:.5,scaleY:.5});var u=-s/n*t.period+t.effectOffset;l.animate("",!0).when(t.period,{scaleX:t.rippleScale/2,scaleY:t.rippleScale/2}).delay(u).start(),l.animateStyle(!0).when(t.period,{opacity:0}).delay(u).start(),o.add(l)}VS(o,t)},e.prototype.updateEffectAnimation=function(t){for(var a=this._effectCfg,i=this.childAt(1),n=["symbolType","period","rippleScale","rippleNumber"],o=0;o<n.length;o++){var s=n[o];if(a[s]!==t[s]){this.stopEffectAnimation(),this.startEffectAnimation(t);return}}VS(i,t)},e.prototype.highlight=function(){la(this)},e.prototype.downplay=function(){ua(this)},e.prototype.getSymbolType=function(){var t=this.childAt(0);return t&&t.getSymbolType()},e.prototype.updateData=function(t,a){var i=this,n=t.hostModel;this.childAt(0).updateData(t,a);var o=this.childAt(1),s=t.getItemModel(a),l=t.getItemVisual(a,"symbol"),u=cl(t.getItemVisual(a,"symbolSize")),f=t.getItemVisual(a,"style"),h=f&&f.fill,v=s.getModel("emphasis");o.setScale(u),o.traverse(function(g){g.setStyle("fill",h)});var c=wo(t.getItemVisual(a,"symbolOffset"),u);c&&(o.x=c[0],o.y=c[1]);var p=t.getItemVisual(a,"symbolRotate");o.rotation=(p||0)*Math.PI/180||0;var d={};d.showEffectOn=n.get("showEffectOn"),d.rippleScale=s.get(["rippleEffect","scale"]),d.brushType=s.get(["rippleEffect","brushType"]),d.period=s.get(["rippleEffect","period"])*1e3,d.effectOffset=a/t.count(),d.z=n.getShallow("z")||0,d.zlevel=n.getShallow("zlevel")||0,d.symbolType=l,d.color=h,d.rippleEffectColor=s.get(["rippleEffect","color"]),d.rippleNumber=s.get(["rippleEffect","number"]),d.showEffectOn==="render"?(this._effectCfg?this.updateEffectAnimation(d):this.startEffectAnimation(d),this._effectCfg=d):(this._effectCfg=null,this.stopEffectAnimation(),this.onHoverStateChange=function(g){g==="emphasis"?d.showEffectOn!=="render"&&i.startEffectAnimation(d):g==="normal"&&d.showEffectOn!=="render"&&i.stopEffectAnimation()}),this._effectCfg=d,Yt(this,v.get("focus"),v.get("blurScope"),v.get("disabled"))},e.prototype.fadeOut=function(t){t&&t()},e}(rt),UW=$W,YW=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.prototype.init=function(){this._symbolDraw=new ml(UW)},e.prototype.render=function(t,a,i){var n=t.getData(),o=this._symbolDraw;o.updateData(n,{clipShape:this._getClipShape(t)}),this.group.add(o.group)},e.prototype._getClipShape=function(t){var a=t.coordinateSystem,i=a&&a.getArea&&a.getArea();return t.get("clip",!0)?i:null},e.prototype.updateTransform=function(t,a,i){var n=t.getData();this.group.dirty();var o=_l("").reset(t,a,i);o.progress&&o.progress({start:0,end:n.count(),count:n.count()},n),this._symbolDraw.updateLayout()},e.prototype._updateGroupTransform=function(t){var a=t.coordinateSystem;a&&a.getRoamTransform&&(this.group.transform=vP(a.getRoamTransform()),this.group.decomposeTransform())},e.prototype.remove=function(t,a){this._symbolDraw&&this._symbolDraw.remove(!0)},e.type="effectScatter",e}(Bt),ZW=YW,XW=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t.hasSymbolVisual=!0,t}return e.prototype.getInitialData=function(t,a){return pa(null,this,{useEncodeDefaulter:!0})},e.prototype.brushSelector=function(t,a,i){return i.point(a.getItemLayout(t))},e.type="series.effectScatter",e.dependencies=["grid","polar"],e.defaultOption={coordinateSystem:"cartesian2d",z:2,legendHoverLink:!0,effectType:"ripple",progressive:0,showEffectOn:"render",clip:!0,rippleEffect:{period:4,scale:2.5,brushType:"fill",number:3},universalTransition:{divideShape:"clone"},symbolSize:10},e}(Ft),qW=XW;function KW(r){r.registerChartView(ZW),r.registerSeriesModel(qW),r.registerLayout(_l("effectScatter"))}var QW=function(r){k(e,r);function e(t,a,i){var n=r.call(this)||this;return n.add(n.createLine(t,a,i)),n._updateEffectSymbol(t,a),n}return e.prototype.createLine=function(t,a,i){return new fy(t,a,i)},e.prototype._updateEffectSymbol=function(t,a){var i=t.getItemModel(a),n=i.getModel("effect"),o=n.get("symbolSize"),s=n.get("symbol");z(o)||(o=[o,o]);var l=t.getItemVisual(a,"style"),u=n.get("color")||l&&l.stroke,f=this.childAt(1);this._symbolType!==s&&(this.remove(f),f=Qt(s,-.5,-.5,1,1,u),f.z2=100,f.culling=!0,this.add(f)),f&&(f.setStyle("shadowColor",u),f.setStyle(n.getItemStyle(["color"])),f.scaleX=o[0],f.scaleY=o[1],f.setColor(u),this._symbolType=s,this._symbolScale=o,this._updateEffectAnimation(t,n,a))},e.prototype._updateEffectAnimation=function(t,a,i){var n=this.childAt(1);if(!!n){var o=t.getItemLayout(i),s=a.get("period")*1e3,l=a.get("loop"),u=a.get("constantSpeed"),f=ne(a.get("delay"),function(v){return v/t.count()*s/3});if(n.ignore=!0,this._updateAnimationPoints(n,o),u>0&&(s=this._getLineLength(n)/u*1e3),s!==this._period||l!==this._loop){n.stopAnimation();var h=void 0;K(f)?h=f(i):h=f,n.__t>0&&(h=-s*n.__t),this._animateSymbol(n,s,h,l)}this._period=s,this._loop=l}},e.prototype._animateSymbol=function(t,a,i,n){if(a>0){t.__t=0;var o=this,s=t.animate("",n).when(a,{__t:1}).delay(i).during(function(){o._updateSymbolPosition(t)});n||s.done(function(){o.remove(t)}),s.start()}},e.prototype._getLineLength=function(t){return Ia(t.__p1,t.__cp1)+Ia(t.__cp1,t.__p2)},e.prototype._updateAnimationPoints=function(t,a){t.__p1=a[0],t.__p2=a[1],t.__cp1=a[2]||[(a[0][0]+a[1][0])/2,(a[0][1]+a[1][1])/2]},e.prototype.updateData=function(t,a,i){this.childAt(0).updateData(t,a,i),this._updateEffectSymbol(t,a)},e.prototype._updateSymbolPosition=function(t){var a=t.__p1,i=t.__p2,n=t.__cp1,o=t.__t,s=[t.x,t.y],l=s.slice(),u=ie,f=fp;s[0]=u(a[0],n[0],i[0],o),s[1]=u(a[1],n[1],i[1],o);var h=f(a[0],n[0],i[0],o),v=f(a[1],n[1],i[1],o);t.rotation=-Math.atan2(v,h)-Math.PI/2,(this._symbolType==="line"||this._symbolType==="rect"||this._symbolType==="roundRect")&&(t.__lastT!==void 0&&t.__lastT<t.__t?(t.scaleY=Ia(l,s)*1.05,o===1&&(s[0]=l[0]+(s[0]-l[0])/2,s[1]=l[1]+(s[1]-l[1])/2)):t.__lastT===1?t.scaleY=2*Ia(a,s):t.scaleY=this._symbolScale[1]),t.__lastT=t.__t,t.ignore=!1,t.x=s[0],t.y=s[1]},e.prototype.updateLayout=function(t,a){this.childAt(0).updateLayout(t,a);var i=t.getItemModel(a).getModel("effect");this._updateEffectAnimation(t,i,a)},e}(rt),FD=QW,jW=function(r){k(e,r);function e(t,a,i){var n=r.call(this)||this;return n._createPolyline(t,a,i),n}return e.prototype._createPolyline=function(t,a,i){var n=t.getItemLayout(a),o=new Oe({shape:{points:n}});this.add(o),this._updateCommonStl(t,a,i)},e.prototype.updateData=function(t,a,i){var n=t.hostModel,o=this.childAt(0),s={shape:{points:t.getItemLayout(a)}};Tt(o,s,n,a),this._updateCommonStl(t,a,i)},e.prototype._updateCommonStl=function(t,a,i){var n=this.childAt(0),o=t.getItemModel(a),s=i&&i.emphasisLineStyle,l=i&&i.focus,u=i&&i.blurScope,f=i&&i.emphasisDisabled;if(!i||t.hasItemOption){var h=o.getModel("emphasis");s=h.getModel("lineStyle").getLineStyle(),f=h.get("disabled"),l=h.get("focus"),u=h.get("blurScope")}n.useStyle(t.getItemVisual(a,"style")),n.style.fill=null,n.style.strokeNoScale=!0;var v=n.ensureState("emphasis");v.style=s,Yt(this,l,u,f)},e.prototype.updateLayout=function(t,a){var i=this.childAt(0);i.setShape("points",t.getItemLayout(a))},e}(rt),HD=jW,JW=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t._lastFrame=0,t._lastFramePercent=0,t}return e.prototype.createLine=function(t,a,i){return new HD(t,a,i)},e.prototype._updateAnimationPoints=function(t,a){this._points=a;for(var i=[0],n=0,o=1;o<a.length;o++){var s=a[o-1],l=a[o];n+=Ia(s,l),i.push(n)}if(n===0){this._length=0;return}for(var o=0;o<i.length;o++)i[o]/=n;this._offsets=i,this._length=n},e.prototype._getLineLength=function(){return this._length},e.prototype._updateSymbolPosition=function(t){var a=t.__t,i=this._points,n=this._offsets,o=i.length;if(!!n){var s=this._lastFrame,l;if(a<this._lastFramePercent){var u=Math.min(s+1,o-1);for(l=u;l>=0&&!(n[l]<=a);l--);l=Math.min(l,o-2)}else{for(l=s;l<o&&!(n[l]>a);l++);l=Math.min(l-1,o-2)}var f=(a-n[l])/(n[l+1]-n[l]),h=i[l],v=i[l+1];t.x=h[0]*(1-f)+f*v[0],t.y=h[1]*(1-f)+f*v[1];var c=v[0]-h[0],p=v[1]-h[1];t.rotation=-Math.atan2(p,c)-Math.PI/2,this._lastFrame=l,this._lastFramePercent=a,t.ignore=!1}},e}(FD),t$=JW,e$=function(){function r(){this.polyline=!1,this.curveness=0,this.segs=[]}return r}(),r$=function(r){k(e,r);function e(t){var a=r.call(this,t)||this;return a._off=0,a.hoverDataIdx=-1,a}return e.prototype.reset=function(){this.notClear=!1,this._off=0},e.prototype.getDefaultStyle=function(){return{stroke:"#000",fill:null}},e.prototype.getDefaultShape=function(){return new e$},e.prototype.buildPath=function(t,a){var i=a.segs,n=a.curveness,o;if(a.polyline)for(o=this._off;o<i.length;){var s=i[o++];if(s>0){t.moveTo(i[o++],i[o++]);for(var l=1;l<s;l++)t.lineTo(i[o++],i[o++])}}else for(o=this._off;o<i.length;){var u=i[o++],f=i[o++],h=i[o++],v=i[o++];if(t.moveTo(u,f),n>0){var c=(u+h)/2-(f-v)*n,p=(f+v)/2-(h-u)*n;t.quadraticCurveTo(c,p,h,v)}else t.lineTo(h,v)}this.incremental&&(this._off=o,this.notClear=!0)},e.prototype.findDataIndex=function(t,a){var i=this.shape,n=i.segs,o=i.curveness,s=this.style.lineWidth;if(i.polyline)for(var l=0,u=0;u<n.length;){var f=n[u++];if(f>0)for(var h=n[u++],v=n[u++],c=1;c<f;c++){var p=n[u++],d=n[u++];if(Da(h,v,p,d,s,t,a))return l}l++}else for(var l=0,u=0;u<n.length;){var h=n[u++],v=n[u++],p=n[u++],d=n[u++];if(o>0){var g=(h+p)/2-(v-d)*o,y=(v+d)/2-(p-h)*o;if(qw(h,v,g,y,p,d,s,t,a))return l}else if(Da(h,v,p,d,s,t,a))return l;l++}return-1},e.prototype.contain=function(t,a){var i=this.transformCoordToLocal(t,a),n=this.getBoundingRect();if(t=i[0],a=i[1],n.contain(t,a)){var o=this.hoverDataIdx=this.findDataIndex(t,a);return o>=0}return this.hoverDataIdx=-1,!1},e.prototype.getBoundingRect=function(){var t=this._rect;if(!t){for(var a=this.shape,i=a.segs,n=1/0,o=1/0,s=-1/0,l=-1/0,u=0;u<i.length;){var f=i[u++],h=i[u++];n=Math.min(f,n),s=Math.max(f,s),o=Math.min(h,o),l=Math.max(h,l)}t=this._rect=new ft(n,o,s,l)}return t},e}(gt),a$=function(){function r(){this.group=new rt}return r.prototype.updateData=function(e){this._clear();var t=this._create();t.setShape({segs:e.getLayout("linesPoints")}),this._setCommon(t,e)},r.prototype.incrementalPrepareUpdate=function(e){this.group.removeAll(),this._clear()},r.prototype.incrementalUpdate=function(e,t){var a=this._newAdded[0],i=t.getLayout("linesPoints"),n=a&&a.shape.segs;if(n&&n.length<2e4){var o=n.length,s=new Float32Array(o+i.length);s.set(n),s.set(i,o),a.setShape({segs:s})}else{this._newAdded=[];var l=this._create();l.incremental=!0,l.setShape({segs:i}),this._setCommon(l,t),l.__startIndex=e.start}},r.prototype.remove=function(){this._clear()},r.prototype.eachRendered=function(e){this._newAdded[0]&&e(this._newAdded[0])},r.prototype._create=function(){var e=new r$({cursor:"default"});return this._newAdded.push(e),this.group.add(e),e},r.prototype._setCommon=function(e,t,a){var i=t.hostModel;e.setShape({polyline:i.get("polyline"),curveness:i.get(["lineStyle","curveness"])}),e.useStyle(i.getModel("lineStyle").getLineStyle()),e.style.strokeNoScale=!0;var n=t.getVisual("style");n&&n.stroke&&e.setStyle("stroke",n.stroke),e.setStyle("fill",null);var o=at(e);o.seriesIndex=i.seriesIndex,e.on("mousemove",function(s){o.dataIndex=null;var l=e.hoverDataIdx;l>0&&(o.dataIndex=l+e.__startIndex)})},r.prototype._clear=function(){this._newAdded=[],this.group.removeAll()},r}(),i$=a$,n$={seriesType:"lines",plan:xo(),reset:function(r){var e=r.coordinateSystem;if(!!e){var t=r.get("polyline"),a=r.pipelineContext.large;return{progress:function(i,n){var o=[];if(a){var s=void 0,l=i.end-i.start;if(t){for(var u=0,f=i.start;f<i.end;f++)u+=r.getLineCoordsCount(f);s=new Float32Array(l+u*2)}else s=new Float32Array(l*4);for(var h=0,v=[],f=i.start;f<i.end;f++){var c=r.getLineCoords(f,o);t&&(s[h++]=c);for(var p=0;p<c;p++)v=e.dataToPoint(o[p],!1,v),s[h++]=v[0],s[h++]=v[1]}n.setLayout("linesPoints",s)}else for(var f=i.start;f<i.end;f++){var d=n.getItemModel(f),c=r.getLineCoords(f,o),g=[];if(t)for(var y=0;y<c;y++)g.push(e.dataToPoint(o[y]));else{g[0]=e.dataToPoint(o[0]),g[1]=e.dataToPoint(o[1]);var m=d.get(["lineStyle","curveness"]);+m&&(g[2]=[(g[0][0]+g[1][0])/2-(g[0][1]-g[1][1])*m,(g[0][1]+g[1][1])/2-(g[1][0]-g[0][0])*m])}n.setItemLayout(f,g)}}}}}},WD=n$,o$=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.prototype.render=function(t,a,i){var n=t.getData(),o=this._updateLineDraw(n,t),s=t.get("zlevel"),l=t.get(["effect","trailLength"]),u=i.getZr(),f=u.painter.getType()==="svg";f||u.painter.getLayer(s).clear(!0),this._lastZlevel!=null&&!f&&u.configLayer(this._lastZlevel,{motionBlur:!1}),this._showEffect(t)&&l>0&&(f||u.configLayer(s,{motionBlur:!0,lastFrameAlpha:Math.max(Math.min(l/10+.9,1),0)})),o.updateData(n);var h=t.get("clip",!0)&&Th(t.coordinateSystem,!1,t);h?this.group.setClipPath(h):this.group.removeClipPath(),this._lastZlevel=s,this._finished=!0},e.prototype.incrementalPrepareRender=function(t,a,i){var n=t.getData(),o=this._updateLineDraw(n,t);o.incrementalPrepareUpdate(n),this._clearLayer(i),this._finished=!1},e.prototype.incrementalRender=function(t,a,i){this._lineDraw.incrementalUpdate(t,a.getData()),this._finished=t.end===a.getData().count()},e.prototype.eachRendered=function(t){this._lineDraw&&this._lineDraw.eachRendered(t)},e.prototype.updateTransform=function(t,a,i){var n=t.getData(),o=t.pipelineContext;if(!this._finished||o.large||o.progressiveRender)return{update:!0};var s=WD.reset(t,a,i);s.progress&&s.progress({start:0,end:n.count(),count:n.count()},n),this._lineDraw.updateLayout(),this._clearLayer(i)},e.prototype._updateLineDraw=function(t,a){var i=this._lineDraw,n=this._showEffect(a),o=!!a.get("polyline"),s=a.pipelineContext,l=s.large;return(!i||n!==this._hasEffet||o!==this._isPolyline||l!==this._isLargeDraw)&&(i&&i.remove(),i=this._lineDraw=l?new i$:new hy(o?n?t$:HD:n?FD:fy),this._hasEffet=n,this._isPolyline=o,this._isLargeDraw=l),this.group.add(i.group),i},e.prototype._showEffect=function(t){return!!t.get(["effect","show"])},e.prototype._clearLayer=function(t){var a=t.getZr(),i=a.painter.getType()==="svg";!i&&this._lastZlevel!=null&&a.painter.getLayer(this._lastZlevel).clear(!0)},e.prototype.remove=function(t,a){this._lineDraw&&this._lineDraw.remove(),this._lineDraw=null,this._clearLayer(a)},e.prototype.dispose=function(t,a){this.remove(t,a)},e.type="lines",e}(Bt),s$=o$,l$=typeof Uint32Array=="undefined"?Array:Uint32Array,u$=typeof Float64Array=="undefined"?Array:Float64Array;function zS(r){var e=r.data;e&&e[0]&&e[0][0]&&e[0][0].coord&&(r.data=G(e,function(t){var a=[t[0].coord,t[1].coord],i={coords:a};return t[0].name&&(i.fromName=t[0].name),t[1].name&&(i.toName=t[1].name),$d([i,t[0],t[1]])}))}var f$=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t.visualStyleAccessPath="lineStyle",t.visualDrawType="stroke",t}return e.prototype.init=function(t){t.data=t.data||[],zS(t);var a=this._processFlatCoordsArray(t.data);this._flatCoords=a.flatCoords,this._flatCoordsOffset=a.flatCoordsOffset,a.flatCoords&&(t.data=new Float32Array(a.count)),r.prototype.init.apply(this,arguments)},e.prototype.mergeOption=function(t){if(zS(t),t.data){var a=this._processFlatCoordsArray(t.data);this._flatCoords=a.flatCoords,this._flatCoordsOffset=a.flatCoordsOffset,a.flatCoords&&(t.data=new Float32Array(a.count))}r.prototype.mergeOption.apply(this,arguments)},e.prototype.appendData=function(t){var a=this._processFlatCoordsArray(t.data);a.flatCoords&&(this._flatCoords?(this._flatCoords=Ku(this._flatCoords,a.flatCoords),this._flatCoordsOffset=Ku(this._flatCoordsOffset,a.flatCoordsOffset)):(this._flatCoords=a.flatCoords,this._flatCoordsOffset=a.flatCoordsOffset),t.data=new Float32Array(a.count)),this.getRawData().appendData(t.data)},e.prototype._getCoordsFromItemModel=function(t){var a=this.getData().getItemModel(t),i=a.option instanceof Array?a.option:a.getShallow("coords");return i},e.prototype.getLineCoordsCount=function(t){return this._flatCoordsOffset?this._flatCoordsOffset[t*2+1]:this._getCoordsFromItemModel(t).length},e.prototype.getLineCoords=function(t,a){if(this._flatCoordsOffset){for(var i=this._flatCoordsOffset[t*2],n=this._flatCoordsOffset[t*2+1],o=0;o<n;o++)a[o]=a[o]||[],a[o][0]=this._flatCoords[i+o*2],a[o][1]=this._flatCoords[i+o*2+1];return n}else{for(var s=this._getCoordsFromItemModel(t),o=0;o<s.length;o++)a[o]=a[o]||[],a[o][0]=s[o][0],a[o][1]=s[o][1];return s.length}},e.prototype._processFlatCoordsArray=function(t){var a=0;if(this._flatCoords&&(a=this._flatCoords.length),wt(t[0])){for(var i=t.length,n=new l$(i),o=new u$(i),s=0,l=0,u=0,f=0;f<i;){u++;var h=t[f++];n[l++]=s+a,n[l++]=h;for(var v=0;v<h;v++){var c=t[f++],p=t[f++];o[s++]=c,o[s++]=p}}return{flatCoordsOffset:new Uint32Array(n.buffer,0,l),flatCoords:o,count:u}}return{flatCoordsOffset:null,flatCoords:null,count:t.length}},e.prototype.getInitialData=function(t,a){var i=new Te(["value"],this);return i.hasItemOption=!1,i.initData(t.data,[],function(n,o,s,l){if(n instanceof Array)return NaN;i.hasItemOption=!0;var u=n.value;if(u!=null)return u instanceof Array?u[l]:u}),i},e.prototype.formatTooltip=function(t,a,i){var n=this.getData(),o=n.getItemModel(t),s=o.get("name");if(s)return s;var l=o.get("fromName"),u=o.get("toName"),f=[];return l!=null&&f.push(l),u!=null&&f.push(u),ae("nameValue",{name:f.join(" > ")})},e.prototype.preventIncremental=function(){return!!this.get(["effect","show"])},e.prototype.getProgressive=function(){var t=this.option.progressive;return t==null?this.option.large?1e4:this.get("progressive"):t},e.prototype.getProgressiveThreshold=function(){var t=this.option.progressiveThreshold;return t==null?this.option.large?2e4:this.get("progressiveThreshold"):t},e.prototype.getZLevelKey=function(){var t=this.getModel("effect"),a=t.get("trailLength");return this.getData().count()>this.getProgressiveThreshold()?this.id:t.get("show")&&a>0?a+"":""},e.type="series.lines",e.dependencies=["grid","polar","geo","calendar"],e.defaultOption={coordinateSystem:"geo",z:2,legendHoverLink:!0,xAxisIndex:0,yAxisIndex:0,symbol:["none","none"],symbolSize:[10,10],geoIndex:0,effect:{show:!1,period:4,constantSpeed:0,symbol:"circle",symbolSize:3,loop:!0,trailLength:.2},large:!1,largeThreshold:2e3,polyline:!1,clip:!0,label:{show:!1,position:"end"},lineStyle:{opacity:.5}},e}(Ft),h$=f$;function _u(r){return r instanceof Array||(r=[r,r]),r}var v$={seriesType:"lines",reset:function(r){var e=_u(r.get("symbol")),t=_u(r.get("symbolSize")),a=r.getData();a.setVisual("fromSymbol",e&&e[0]),a.setVisual("toSymbol",e&&e[1]),a.setVisual("fromSymbolSize",t&&t[0]),a.setVisual("toSymbolSize",t&&t[1]);function i(n,o){var s=n.getItemModel(o),l=_u(s.getShallow("symbol",!0)),u=_u(s.getShallow("symbolSize",!0));l[0]&&n.setItemVisual(o,"fromSymbol",l[0]),l[1]&&n.setItemVisual(o,"toSymbol",l[1]),u[0]&&n.setItemVisual(o,"fromSymbolSize",u[0]),u[1]&&n.setItemVisual(o,"toSymbolSize",u[1])}return{dataEach:a.hasItemOption?i:null}}},c$=v$;function p$(r){r.registerChartView(s$),r.registerSeriesModel(h$),r.registerLayout(WD),r.registerVisual(c$)}var d$=256,g$=function(){function r(){this.blurSize=30,this.pointSize=20,this.maxOpacity=1,this.minOpacity=0,this._gradientPixels={inRange:null,outOfRange:null};var e=Ua.createCanvas();this.canvas=e}return r.prototype.update=function(e,t,a,i,n,o){var s=this._getBrush(),l=this._getGradient(n,"inRange"),u=this._getGradient(n,"outOfRange"),f=this.pointSize+this.blurSize,h=this.canvas,v=h.getContext("2d"),c=e.length;h.width=t,h.height=a;for(var p=0;p<c;++p){var d=e[p],g=d[0],y=d[1],m=d[2],_=i(m);v.globalAlpha=_,v.drawImage(s,g-f,y-f)}if(!h.width||!h.height)return h;for(var S=v.getImageData(0,0,h.width,h.height),b=S.data,x=0,w=b.length,T=this.minOpacity,A=this.maxOpacity,M=A-T;x<w;){var _=b[x+3]/256,D=Math.floor(_*(d$-1))*4;if(_>0){var L=o(_)?l:u;_>0&&(_=_*M+T),b[x++]=L[D],b[x++]=L[D+1],b[x++]=L[D+2],b[x++]=L[D+3]*_*256}else x+=4}return v.putImageData(S,0,0),h},r.prototype._getBrush=function(){var e=this._brushCanvas||(this._brushCanvas=Ua.createCanvas()),t=this.pointSize+this.blurSize,a=t*2;e.width=a,e.height=a;var i=e.getContext("2d");return i.clearRect(0,0,a,a),i.shadowOffsetX=a,i.shadowBlur=this.blurSize,i.shadowColor="#000",i.beginPath(),i.arc(-t,t,this.pointSize,0,Math.PI*2,!0),i.closePath(),i.fill(),e},r.prototype._getGradient=function(e,t){for(var a=this._gradientPixels,i=a[t]||(a[t]=new Uint8ClampedArray(256*4)),n=[0,0,0,0],o=0,s=0;s<256;s++)e[t](s/255,!0,n),i[o++]=n[0],i[o++]=n[1],i[o++]=n[2],i[o++]=n[3];return i},r}(),y$=g$;function m$(r,e,t){var a=r[1]-r[0];e=G(e,function(o){return{interval:[(o.interval[0]-r[0])/a,(o.interval[1]-r[0])/a]}});var i=e.length,n=0;return function(o){var s;for(s=n;s<i;s++){var l=e[s].interval;if(l[0]<=o&&o<=l[1]){n=s;break}}if(s===i)for(s=n-1;s>=0;s--){var l=e[s].interval;if(l[0]<=o&&o<=l[1]){n=s;break}}return s>=0&&s<i&&t[s]}}function _$(r,e){var t=r[1]-r[0];return e=[(e[0]-r[0])/t,(e[1]-r[0])/t],function(a){return a>=e[0]&&a<=e[1]}}function GS(r){var e=r.dimensions;return e[0]==="lng"&&e[1]==="lat"}var S$=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.prototype.render=function(t,a,i){var n;a.eachComponent("visualMap",function(s){s.eachTargetSeries(function(l){l===t&&(n=s)})}),this._progressiveEls=null,this.group.removeAll();var o=t.coordinateSystem;o.type==="cartesian2d"||o.type==="calendar"?this._renderOnCartesianAndCalendar(t,i,0,t.getData().count()):GS(o)&&this._renderOnGeo(o,t,n,i)},e.prototype.incrementalPrepareRender=function(t,a,i){this.group.removeAll()},e.prototype.incrementalRender=function(t,a,i,n){var o=a.coordinateSystem;o&&(GS(o)?this.render(a,i,n):(this._progressiveEls=[],this._renderOnCartesianAndCalendar(a,n,t.start,t.end,!0)))},e.prototype.eachRendered=function(t){ti(this._progressiveEls||this.group,t)},e.prototype._renderOnCartesianAndCalendar=function(t,a,i,n,o){var s=t.coordinateSystem,l=hn(s,"cartesian2d"),u,f,h,v;if(l){var c=s.getAxis("x"),p=s.getAxis("y");u=c.getBandWidth()+.5,f=p.getBandWidth()+.5,h=c.scale.getExtent(),v=p.scale.getExtent()}for(var d=this.group,g=t.getData(),y=t.getModel(["emphasis","itemStyle"]).getItemStyle(),m=t.getModel(["blur","itemStyle"]).getItemStyle(),_=t.getModel(["select","itemStyle"]).getItemStyle(),S=t.get(["itemStyle","borderRadius"]),b=se(t),x=t.getModel("emphasis"),w=x.get("focus"),T=x.get("blurScope"),A=x.get("disabled"),M=l?[g.mapDimension("x"),g.mapDimension("y"),g.mapDimension("value")]:[g.mapDimension("time"),g.mapDimension("value")],D=i;D<n;D++){var L=void 0,I=g.getItemVisual(D,"style");if(l){var P=g.get(M[0],D),R=g.get(M[1],D);if(isNaN(g.get(M[2],D))||P<h[0]||P>h[1]||R<v[0]||R>v[1])continue;var E=s.dataToPoint([P,R]);L=new xt({shape:{x:E[0]-u/2,y:E[1]-f/2,width:u,height:f},style:I})}else{if(isNaN(g.get(M[1],D)))continue;L=new xt({z2:1,shape:s.dataToRect([g.get(M[0],D)]).contentShape,style:I})}if(g.hasItemOption){var N=g.getItemModel(D),O=N.getModel("emphasis");y=O.getModel("itemStyle").getItemStyle(),m=N.getModel(["blur","itemStyle"]).getItemStyle(),_=N.getModel(["select","itemStyle"]).getItemStyle(),S=N.get(["itemStyle","borderRadius"]),w=O.get("focus"),T=O.get("blurScope"),A=O.get("disabled"),b=se(N)}L.shape.r=S;var B=t.getRawValue(D),F="-";B&&B[2]!=null&&(F=B[2]+""),_e(L,b,{labelFetcher:t,labelDataIndex:D,defaultOpacity:I.opacity,defaultText:F}),L.ensureState("emphasis").style=y,L.ensureState("blur").style=m,L.ensureState("select").style=_,Yt(L,w,T,A),L.incremental=o,o&&(L.states.emphasis.hoverLayer=!0),d.add(L),g.setItemGraphicEl(D,L),this._progressiveEls&&this._progressiveEls.push(L)}},e.prototype._renderOnGeo=function(t,a,i,n){var o=i.targetVisuals.inRange,s=i.targetVisuals.outOfRange,l=a.getData(),u=this._hmLayer||this._hmLayer||new y$;u.blurSize=a.get("blurSize"),u.pointSize=a.get("pointSize"),u.minOpacity=a.get("minOpacity"),u.maxOpacity=a.get("maxOpacity");var f=t.getViewRect().clone(),h=t.getRoamTransform();f.applyTransform(h);var v=Math.max(f.x,0),c=Math.max(f.y,0),p=Math.min(f.width+f.x,n.getWidth()),d=Math.min(f.height+f.y,n.getHeight()),g=p-v,y=d-c,m=[l.mapDimension("lng"),l.mapDimension("lat"),l.mapDimension("value")],_=l.mapArray(m,function(w,T,A){var M=t.dataToPoint([w,T]);return M[0]-=v,M[1]-=c,M.push(A),M}),S=i.getExtent(),b=i.type==="visualMap.continuous"?_$(S,i.option.range):m$(S,i.getPieceList(),i.option.selected);u.update(_,g,y,o.color.getNormalizer(),{inRange:o.color.getColorMapper(),outOfRange:s.color.getColorMapper()},b);var x=new ve({style:{width:g,height:y,x:v,y:c,image:u.canvas},silent:!0});this.group.add(x)},e.type="heatmap",e}(Bt),x$=S$,b$=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.prototype.getInitialData=function(t,a){return pa(null,this,{generateCoord:"value"})},e.prototype.preventIncremental=function(){var t=hl.get(this.get("coordinateSystem"));if(t&&t.dimensions)return t.dimensions[0]==="lng"&&t.dimensions[1]==="lat"},e.type="series.heatmap",e.dependencies=["grid","geo","calendar"],e.defaultOption={coordinateSystem:"cartesian2d",z:2,geoIndex:0,blurSize:30,pointSize:20,maxOpacity:1,minOpacity:0,select:{itemStyle:{borderColor:"#212121"}}},e}(Ft),w$=b$;function T$(r){r.registerChartView(x$),r.registerSeriesModel(w$)}var A$=["itemStyle","borderWidth"],FS=[{xy:"x",wh:"width",index:0,posDesc:["left","right"]},{xy:"y",wh:"height",index:1,posDesc:["top","bottom"]}],Mc=new Wr,C$=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.prototype.render=function(t,a,i){var n=this.group,o=t.getData(),s=this._data,l=t.coordinateSystem,u=l.getBaseAxis(),f=u.isHorizontal(),h=l.master.getRect(),v={ecSize:{width:i.getWidth(),height:i.getHeight()},seriesModel:t,coordSys:l,coordSysExtent:[[h.x,h.x+h.width],[h.y,h.y+h.height]],isHorizontal:f,valueDim:FS[+f],categoryDim:FS[1-+f]};return o.diff(s).add(function(c){if(!!o.hasValue(c)){var p=WS(o,c),d=HS(o,c,p,v),g=$S(o,v,d);o.setItemGraphicEl(c,g),n.add(g),YS(g,v,d)}}).update(function(c,p){var d=s.getItemGraphicEl(p);if(!o.hasValue(c)){n.remove(d);return}var g=WS(o,c),y=HS(o,c,g,v),m=qD(o,y);d&&m!==d.__pictorialShapeStr&&(n.remove(d),o.setItemGraphicEl(c,null),d=null),d?E$(d,v,y):d=$S(o,v,y,!0),o.setItemGraphicEl(c,d),d.__pictorialSymbolMeta=y,n.add(d),YS(d,v,y)}).remove(function(c){var p=s.getItemGraphicEl(c);p&&US(s,c,p.__pictorialSymbolMeta.animationModel,p)}).execute(),this._data=o,this.group},e.prototype.remove=function(t,a){var i=this.group,n=this._data;t.get("animation")?n&&n.eachItemGraphicEl(function(o){US(n,at(o).dataIndex,t,o)}):i.removeAll()},e.type="pictorialBar",e}(Bt);function HS(r,e,t,a){var i=r.getItemLayout(e),n=t.get("symbolRepeat"),o=t.get("symbolClip"),s=t.get("symbolPosition")||"start",l=t.get("symbolRotate"),u=(l||0)*Math.PI/180||0,f=t.get("symbolPatternSize")||2,h=t.isAnimationEnabled(),v={dataIndex:e,layout:i,itemModel:t,symbolType:r.getItemVisual(e,"symbol")||"circle",style:r.getItemVisual(e,"style"),symbolClip:o,symbolRepeat:n,symbolRepeatDirection:t.get("symbolRepeatDirection"),symbolPatternSize:f,rotation:u,animationModel:h?t:null,hoverScale:h&&t.get(["emphasis","scale"]),z2:t.getShallow("z",!0)||0};M$(t,n,i,a,v),D$(r,e,i,n,o,v.boundingLength,v.pxSign,f,a,v),L$(t,v.symbolScale,u,a,v);var c=v.symbolSize,p=wo(t.get("symbolOffset"),c);return I$(t,c,i,n,o,p,s,v.valueLineWidth,v.boundingLength,v.repeatCutLength,a,v),v}function M$(r,e,t,a,i){var n=a.valueDim,o=r.get("symbolBoundingData"),s=a.coordSys.getOtherAxis(a.coordSys.getBaseAxis()),l=s.toGlobalCoord(s.dataToCoord(0)),u=1-+(t[n.wh]<=0),f;if(z(o)){var h=[Dc(s,o[0])-l,Dc(s,o[1])-l];h[1]<h[0]&&h.reverse(),f=h[u]}else o!=null?f=Dc(s,o)-l:e?f=a.coordSysExtent[n.index][u]-l:f=t[n.wh];i.boundingLength=f,e&&(i.repeatCutLength=t[n.wh]),i.pxSign=f>0?1:-1}function Dc(r,e){return r.toGlobalCoord(r.dataToCoord(r.scale.parse(e)))}function D$(r,e,t,a,i,n,o,s,l,u){var f=l.valueDim,h=l.categoryDim,v=Math.abs(t[h.wh]),c=r.getItemVisual(e,"symbolSize"),p;z(c)?p=c.slice():c==null?p=["100%","100%"]:p=[c,c],p[h.index]=H(p[h.index],v),p[f.index]=H(p[f.index],a?v:Math.abs(n)),u.symbolSize=p;var d=u.symbolScale=[p[0]/s,p[1]/s];d[f.index]*=(l.isHorizontal?-1:1)*o}function L$(r,e,t,a,i){var n=r.get(A$)||0;n&&(Mc.attr({scaleX:e[0],scaleY:e[1],rotation:t}),Mc.updateTransform(),n/=Mc.getLineScale(),n*=e[a.valueDim.index]),i.valueLineWidth=n||0}function I$(r,e,t,a,i,n,o,s,l,u,f,h){var v=f.categoryDim,c=f.valueDim,p=h.pxSign,d=Math.max(e[c.index]+s,0),g=d;if(a){var y=Math.abs(l),m=ne(r.get("symbolMargin"),"15%")+"",_=!1;m.lastIndexOf("!")===m.length-1&&(_=!0,m=m.slice(0,m.length-1));var S=H(m,e[c.index]),b=Math.max(d+S*2,0),x=_?0:S*2,w=kw(a),T=w?a:ZS((y+x)/b),A=y-T*d;S=A/2/(_?T:Math.max(T-1,1)),b=d+S*2,x=_?0:S*2,!w&&a!=="fixed"&&(T=u?ZS((Math.abs(u)+x)/b):0),g=T*b-x,h.repeatTimes=T,h.symbolMargin=S}var M=p*(g/2),D=h.pathPosition=[];D[v.index]=t[v.wh]/2,D[c.index]=o==="start"?M:o==="end"?l-M:l/2,n&&(D[0]+=n[0],D[1]+=n[1]);var L=h.bundlePosition=[];L[v.index]=t[v.xy],L[c.index]=t[c.xy];var I=h.barRectShape=V({},t);I[c.wh]=p*Math.max(Math.abs(t[c.wh]),Math.abs(D[c.index]+M)),I[v.wh]=t[v.wh];var P=h.clipShape={};P[v.xy]=-t[v.xy],P[v.wh]=f.ecSize[v.wh],P[c.xy]=0,P[c.wh]=t[c.wh]}function $D(r){var e=r.symbolPatternSize,t=Qt(r.symbolType,-e/2,-e/2,e,e);return t.attr({culling:!0}),t.type!=="image"&&t.setStyle({strokeNoScale:!0}),t}function UD(r,e,t,a){var i=r.__pictorialBundle,n=t.symbolSize,o=t.valueLineWidth,s=t.pathPosition,l=e.valueDim,u=t.repeatTimes||0,f=0,h=n[e.valueDim.index]+o+t.symbolMargin*2;for(_y(r,function(d){d.__pictorialAnimationIndex=f,d.__pictorialRepeatTimes=u,f<u?Qn(d,null,p(f),t,a):Qn(d,null,{scaleX:0,scaleY:0},t,a,function(){i.remove(d)}),f++});f<u;f++){var v=$D(t);v.__pictorialAnimationIndex=f,v.__pictorialRepeatTimes=u,i.add(v);var c=p(f);Qn(v,{x:c.x,y:c.y,scaleX:0,scaleY:0},{scaleX:c.scaleX,scaleY:c.scaleY,rotation:c.rotation},t,a)}function p(d){var g=s.slice(),y=t.pxSign,m=d;return(t.symbolRepeatDirection==="start"?y>0:y<0)&&(m=u-1-d),g[l.index]=h*(m-u/2+.5)+s[l.index],{x:g[0],y:g[1],scaleX:t.symbolScale[0],scaleY:t.symbolScale[1],rotation:t.rotation}}}function YD(r,e,t,a){var i=r.__pictorialBundle,n=r.__pictorialMainPath;n?Qn(n,null,{x:t.pathPosition[0],y:t.pathPosition[1],scaleX:t.symbolScale[0],scaleY:t.symbolScale[1],rotation:t.rotation},t,a):(n=r.__pictorialMainPath=$D(t),i.add(n),Qn(n,{x:t.pathPosition[0],y:t.pathPosition[1],scaleX:0,scaleY:0,rotation:t.rotation},{scaleX:t.symbolScale[0],scaleY:t.symbolScale[1]},t,a))}function ZD(r,e,t){var a=V({},e.barRectShape),i=r.__pictorialBarRect;i?Qn(i,null,{shape:a},e,t):(i=r.__pictorialBarRect=new xt({z2:2,shape:a,silent:!0,style:{stroke:"transparent",fill:"transparent",lineWidth:0}}),i.disableMorphing=!0,r.add(i))}function XD(r,e,t,a){if(t.symbolClip){var i=r.__pictorialClipPath,n=V({},t.clipShape),o=e.valueDim,s=t.animationModel,l=t.dataIndex;if(i)Tt(i,{shape:n},s,l);else{n[o.wh]=0,i=new xt({shape:n}),r.__pictorialBundle.setClipPath(i),r.__pictorialClipPath=i;var u={};u[o.wh]=t.clipShape[o.wh],fl[a?"updateProps":"initProps"](i,{shape:u},s,l)}}}function WS(r,e){var t=r.getItemModel(e);return t.getAnimationDelayParams=P$,t.isAnimationEnabled=R$,t}function P$(r){return{index:r.__pictorialAnimationIndex,count:r.__pictorialRepeatTimes}}function R$(){return this.parentModel.isAnimationEnabled()&&!!this.getShallow("animation")}function $S(r,e,t,a){var i=new rt,n=new rt;return i.add(n),i.__pictorialBundle=n,n.x=t.bundlePosition[0],n.y=t.bundlePosition[1],t.symbolRepeat?UD(i,e,t):YD(i,e,t),ZD(i,t,a),XD(i,e,t,a),i.__pictorialShapeStr=qD(r,t),i.__pictorialSymbolMeta=t,i}function E$(r,e,t){var a=t.animationModel,i=t.dataIndex,n=r.__pictorialBundle;Tt(n,{x:t.bundlePosition[0],y:t.bundlePosition[1]},a,i),t.symbolRepeat?UD(r,e,t,!0):YD(r,e,t,!0),ZD(r,t,!0),XD(r,e,t,!0)}function US(r,e,t,a){var i=a.__pictorialBarRect;i&&i.removeTextContent();var n=[];_y(a,function(o){n.push(o)}),a.__pictorialMainPath&&n.push(a.__pictorialMainPath),a.__pictorialClipPath&&(t=null),C(n,function(o){Za(o,{scaleX:0,scaleY:0},t,e,function(){a.parent&&a.parent.remove(a)})}),r.setItemGraphicEl(e,null)}function qD(r,e){return[r.getItemVisual(e.dataIndex,"symbol")||"none",!!e.symbolRepeat,!!e.symbolClip].join(":")}function _y(r,e,t){C(r.__pictorialBundle.children(),function(a){a!==r.__pictorialBarRect&&e.call(t,a)})}function Qn(r,e,t,a,i,n){e&&r.attr(e),a.symbolClip&&!i?t&&r.attr(t):t&&fl[i?"updateProps":"initProps"](r,t,a.animationModel,a.dataIndex,n)}function YS(r,e,t){var a=t.dataIndex,i=t.itemModel,n=i.getModel("emphasis"),o=n.getModel("itemStyle").getItemStyle(),s=i.getModel(["blur","itemStyle"]).getItemStyle(),l=i.getModel(["select","itemStyle"]).getItemStyle(),u=i.getShallow("cursor"),f=n.get("focus"),h=n.get("blurScope"),v=n.get("scale");_y(r,function(d){if(d instanceof ve){var g=d.style;d.useStyle(V({image:g.image,x:g.x,y:g.y,width:g.width,height:g.height},t.style))}else d.useStyle(t.style);var y=d.ensureState("emphasis");y.style=o,v&&(y.scaleX=d.scaleX*1.1,y.scaleY=d.scaleY*1.1),d.ensureState("blur").style=s,d.ensureState("select").style=l,u&&(d.cursor=u),d.z2=t.z2});var c=e.valueDim.posDesc[+(t.boundingLength>0)],p=r.__pictorialBarRect;_e(p,se(i),{labelFetcher:e.seriesModel,labelDataIndex:a,defaultText:ao(e.seriesModel.getData(),a),inheritColor:t.style.fill,defaultOpacity:t.style.opacity,defaultOutsidePosition:c}),Yt(r,f,h,n.get("disabled"))}function ZS(r){var e=Math.round(r);return Math.abs(r-e)<1e-4?e:Math.ceil(r)}var k$=C$,O$=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t.hasSymbolVisual=!0,t.defaultSymbol="roundRect",t}return e.prototype.getInitialData=function(t){return t.stack=null,r.prototype.getInitialData.apply(this,arguments)},e.type="series.pictorialBar",e.dependencies=["grid"],e.defaultOption=ei(Cf.defaultOption,{symbol:"circle",symbolSize:null,symbolRotate:null,symbolPosition:null,symbolOffset:null,symbolMargin:null,symbolRepeat:!1,symbolRepeatDirection:"end",symbolClip:!1,symbolBoundingData:null,symbolPatternSize:400,barGap:"-100%",progressive:0,emphasis:{scale:!1},select:{itemStyle:{borderColor:"#212121"}}}),e}(Cf),N$=O$;function B$(r){r.registerChartView(k$),r.registerSeriesModel(N$),r.registerLayout(r.PRIORITY.VISUAL.LAYOUT,it(PC,"pictorialBar")),r.registerLayout(r.PRIORITY.VISUAL.PROGRESSIVE_LAYOUT,RC("pictorialBar"))}var V$=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t._layers=[],t}return e.prototype.render=function(t,a,i){var n=t.getData(),o=this,s=this.group,l=t.getLayerSeries(),u=n.getLayout("layoutInfo"),f=u.rect,h=u.boundaryGap;s.x=0,s.y=f.y+h[0];function v(g){return g.name}var c=new fa(this._layersSeries||[],l,v,v),p=[];c.add(U(d,this,"add")).update(U(d,this,"update")).remove(U(d,this,"remove")).execute();function d(g,y,m){var _=o._layers;if(g==="remove"){s.remove(_[y]);return}for(var S=[],b=[],x,w=l[y].indices,T=0;T<w.length;T++){var A=n.getItemLayout(w[T]),M=A.x,D=A.y0,L=A.y;S.push(M,D),b.push(M,D+L),x=n.getItemVisual(w[T],"style")}var I,P=n.getItemLayout(w[0]),R=t.getModel("label"),E=R.get("margin"),N=t.getModel("emphasis");if(g==="add"){var O=p[y]=new rt;I=new mM({shape:{points:S,stackedOnPoints:b,smooth:.4,stackedOnSmooth:.4,smoothConstraint:!1},z2:0}),O.add(I),s.add(O),t.isAnimationEnabled()&&I.setClipPath(z$(I.getBoundingRect(),t,function(){I.removeClipPath()}))}else{var O=_[m];I=O.childAt(0),s.add(O),p[y]=O,Tt(I,{shape:{points:S,stackedOnPoints:b}},t),Sr(I)}_e(I,se(t),{labelDataIndex:w[T-1],defaultText:n.getName(w[T-1]),inheritColor:x.fill},{normal:{verticalAlign:"middle"}}),I.setTextConfig({position:null,local:!0});var B=I.getTextContent();B&&(B.x=P.x-E,B.y=P.y0+P.y/2),I.useStyle(x),n.setItemGraphicEl(y,I),he(I,t),Yt(I,N.get("focus"),N.get("blurScope"),N.get("disabled"))}this._layersSeries=l,this._layers=p},e.type="themeRiver",e}(Bt);function z$(r,e,t){var a=new xt({shape:{x:r.x-10,y:r.y-10,width:0,height:r.height+20}});return zt(a,{shape:{x:r.x-50,width:r.width+100,height:r.height+20}},e,t),a}var G$=V$,Lc=2,F$=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.prototype.init=function(t){r.prototype.init.apply(this,arguments),this.legendVisualProvider=new xl(U(this.getData,this),U(this.getRawData,this))},e.prototype.fixData=function(t){var a=t.length,i={},n=wp(t,function(v){return i.hasOwnProperty(v[0]+"")||(i[v[0]+""]=-1),v[2]}),o=[];n.buckets.each(function(v,c){o.push({name:c,dataList:v})});for(var s=o.length,l=0;l<s;++l){for(var u=o[l].name,f=0;f<o[l].dataList.length;++f){var h=o[l].dataList[f][0]+"";i[h]=l}for(var h in i)i.hasOwnProperty(h)&&i[h]!==l&&(i[h]=l,t[a]=[h,0,u],a++)}return t},e.prototype.getInitialData=function(t,a){for(var i=this.getReferringComponents("singleAxis",qt).models[0],n=i.get("type"),o=Rt(t.data,function(p){return p[2]!==void 0}),s=this.fixData(o||[]),l=[],u=this.nameMap=q(),f=0,h=0;h<s.length;++h)l.push(s[h][Lc]),u.get(s[h][Lc])||(u.set(s[h][Lc],f),f++);var v=pl(s,{coordDimensions:["single"],dimensionsDefine:[{name:"time",type:xf(n)},{name:"value",type:"float"},{name:"name",type:"ordinal"}],encodeDefine:{single:0,value:1,itemName:2}}).dimensions,c=new Te(v,this);return c.initData(s),c},e.prototype.getLayerSeries=function(){for(var t=this.getData(),a=t.count(),i=[],n=0;n<a;++n)i[n]=n;var o=t.mapDimension("single"),s=wp(i,function(u){return t.get("name",u)}),l=[];return s.buckets.each(function(u,f){u.sort(function(h,v){return t.get(o,h)-t.get(o,v)}),l.push({name:f,indices:u})}),l},e.prototype.getAxisTooltipData=function(t,a,i){z(t)||(t=t?[t]:[]);for(var n=this.getData(),o=this.getLayerSeries(),s=[],l=o.length,u,f=0;f<l;++f){for(var h=Number.MAX_VALUE,v=-1,c=o[f].indices.length,p=0;p<c;++p){var d=n.get(t[0],o[f].indices[p]),g=Math.abs(d-a);g<=h&&(u=d,h=g,v=o[f].indices[p])}s.push(v)}return{dataIndices:s,nestestValue:u}},e.prototype.formatTooltip=function(t,a,i){var n=this.getData(),o=n.getName(t),s=n.get(n.mapDimension("value"),t);return ae("nameValue",{name:o,value:s})},e.type="series.themeRiver",e.dependencies=["singleAxis"],e.defaultOption={z:2,colorBy:"data",coordinateSystem:"singleAxis",boundaryGap:["10%","10%"],singleAxisIndex:0,animationEasing:"linear",label:{margin:4,show:!0,position:"left",fontSize:11},emphasis:{label:{show:!0}}},e}(Ft),H$=F$;function W$(r,e){r.eachSeriesByType("themeRiver",function(t){var a=t.getData(),i=t.coordinateSystem,n={},o=i.getRect();n.rect=o;var s=t.get("boundaryGap"),l=i.getAxis();if(n.boundaryGap=s,l.orient==="horizontal"){s[0]=H(s[0],o.height),s[1]=H(s[1],o.height);var u=o.height-s[0]-s[1];XS(a,t,u)}else{s[0]=H(s[0],o.width),s[1]=H(s[1],o.width);var f=o.width-s[0]-s[1];XS(a,t,f)}a.setLayout("layoutInfo",n)})}function XS(r,e,t){if(!!r.count())for(var a=e.coordinateSystem,i=e.getLayerSeries(),n=r.mapDimension("single"),o=r.mapDimension("value"),s=G(i,function(g){return G(g.indices,function(y){var m=a.dataToPoint(r.get(n,y));return m[1]=r.get(o,y),m})}),l=$$(s),u=l.y0,f=t/l.max,h=i.length,v=i[0].indices.length,c,p=0;p<v;++p){c=u[p]*f,r.setItemLayout(i[0].indices[p],{layerIndex:0,x:s[0][p][0],y0:c,y:s[0][p][1]*f});for(var d=1;d<h;++d)c+=s[d-1][p][1]*f,r.setItemLayout(i[d].indices[p],{layerIndex:d,x:s[d][p][0],y0:c,y:s[d][p][1]*f})}}function $$(r){for(var e=r.length,t=r[0].length,a=[],i=[],n=0,o=0;o<t;++o){for(var s=0,l=0;l<e;++l)s+=r[l][o][1];s>n&&(n=s),a.push(s)}for(var u=0;u<t;++u)i[u]=(n-a[u])/2;n=0;for(var f=0;f<t;++f){var h=a[f]+i[f];h>n&&(n=h)}return{y0:i,max:n}}function U$(r){r.registerChartView(G$),r.registerSeriesModel(H$),r.registerLayout(W$),r.registerProcessor(Sl("themeRiver"))}var Y$=2,Z$=4,X$=function(r){k(e,r);function e(t,a,i,n){var o=r.call(this)||this;o.z2=Y$,o.textConfig={inside:!0},at(o).seriesIndex=a.seriesIndex;var s=new Ct({z2:Z$,silent:t.getModel().get(["label","silent"])});return o.setTextContent(s),o.updateData(!0,t,a,i,n),o}return e.prototype.updateData=function(t,a,i,n,o){this.node=a,a.piece=this,i=i||this._seriesModel,n=n||this._ecModel;var s=this;at(s).dataIndex=a.dataIndex;var l=a.getModel(),u=l.getModel("emphasis"),f=a.getLayout(),h=V({},f);h.label=null;var v=a.getVisual("style");v.lineJoin="bevel";var c=a.getVisual("decal");c&&(v.decal=eo(c,o));var p=Un(l.getModel("itemStyle"),h,!0);V(h,p),C(Ce,function(m){var _=s.ensureState(m),S=l.getModel([m,"itemStyle"]);_.style=S.getItemStyle();var b=Un(S,h);b&&(_.shape=b)}),t?(s.setShape(h),s.shape.r=f.r0,Tt(s,{shape:{r:f.r}},i,a.dataIndex)):(Tt(s,{shape:h},i),Sr(s)),s.useStyle(v),this._updateLabel(i);var d=l.getShallow("cursor");d&&s.attr("cursor",d),this._seriesModel=i||this._seriesModel,this._ecModel=n||this._ecModel;var g=u.get("focus"),y=g==="ancestor"?a.getAncestorsIndices():g==="descendant"?a.getDescendantIndices():g;Yt(this,y,u.get("blurScope"),u.get("disabled"))},e.prototype._updateLabel=function(t){var a=this,i=this.node.getModel(),n=i.getModel("label"),o=this.node.getLayout(),s=o.endAngle-o.startAngle,l=(o.startAngle+o.endAngle)/2,u=Math.cos(l),f=Math.sin(l),h=this,v=h.getTextContent(),c=this.node.dataIndex,p=n.get("minAngle")/180*Math.PI,d=n.get("show")&&!(p!=null&&Math.abs(s)<p);v.ignore=!d,C(ks,function(y){var m=y==="normal"?i.getModel("label"):i.getModel([y,"label"]),_=y==="normal",S=_?v:v.ensureState(y),b=t.getFormattedLabel(c,y);_&&(b=b||a.node.name),S.style=Gt(m,{},null,y!=="normal",!0),b&&(S.style.text=b);var x=m.get("show");x!=null&&!_&&(S.ignore=!x);var w=g(m,"position"),T=_?h:h.states[y],A=T.style.fill;T.textConfig={outsideFill:m.get("color")==="inherit"?A:null,inside:w!=="outside"};var M,D=g(m,"distance")||0,L=g(m,"align");w==="outside"?(M=o.r+D,L=l>Math.PI/2?"right":"left"):!L||L==="center"?(s===2*Math.PI&&o.r0===0?M=0:M=(o.r+o.r0)/2,L="center"):L==="left"?(M=o.r0+D,l>Math.PI/2&&(L="right")):L==="right"&&(M=o.r-D,l>Math.PI/2&&(L="left")),S.style.align=L,S.style.verticalAlign=g(m,"verticalAlign")||"middle",S.x=M*u+o.cx,S.y=M*f+o.cy;var I=g(m,"rotate"),P=0;I==="radial"?(P=-l,P<-Math.PI/2&&(P+=Math.PI)):I==="tangential"?(P=Math.PI/2-l,P>Math.PI/2?P-=Math.PI:P<-Math.PI/2&&(P+=Math.PI)):wt(I)&&(P=I*Math.PI/180),S.rotation=P});function g(y,m){var _=y.get(m);return _==null?n.get(m):_}v.dirtyStyle()},e}(Ee),qS=X$,xd="sunburstRootToNode",KS="sunburstHighlight",q$="sunburstUnhighlight";function K$(r){r.registerAction({type:xd,update:"updateView"},function(e,t){t.eachComponent({mainType:"series",subType:"sunburst",query:e},a);function a(i,n){var o=Xs(e,[xd],i);if(o){var s=i.getViewRoot();s&&(e.direction=oy(s,o.node)?"rollUp":"drillDown"),i.resetViewRoot(o.node)}}}),r.registerAction({type:KS,update:"none"},function(e,t,a){e=V({},e),t.eachComponent({mainType:"series",subType:"sunburst",query:e},i);function i(n){var o=Xs(e,[KS],n);o&&(e.dataIndex=o.node.dataIndex)}a.dispatchAction(V(e,{type:"highlight"}))}),r.registerAction({type:q$,update:"updateView"},function(e,t,a){e=V({},e),a.dispatchAction(V(e,{type:"downplay"}))})}var Q$=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.prototype.render=function(t,a,i,n){var o=this;this.seriesModel=t,this.api=i,this.ecModel=a;var s=t.getData(),l=s.tree.root,u=t.getViewRoot(),f=this.group,h=t.get("renderLabelForZeroData"),v=[];u.eachNode(function(m){v.push(m)});var c=this._oldChildren||[];p(v,c),y(l,u),this._initEvents(),this._oldChildren=v;function p(m,_){if(m.length===0&&_.length===0)return;new fa(_,m,S,S).add(b).update(b).remove(it(b,null)).execute();function S(x){return x.getId()}function b(x,w){var T=x==null?null:m[x],A=w==null?null:_[w];d(T,A)}}function d(m,_){if(!h&&m&&!m.getValue()&&(m=null),m!==l&&_!==l){if(_&&_.piece)m?(_.piece.updateData(!1,m,t,a,i),s.setItemGraphicEl(m.dataIndex,_.piece)):g(_);else if(m){var S=new qS(m,t,a,i);f.add(S),s.setItemGraphicEl(m.dataIndex,S)}}}function g(m){!m||m.piece&&(f.remove(m.piece),m.piece=null)}function y(m,_){_.depth>0?(o.virtualPiece?o.virtualPiece.updateData(!1,m,t,a,i):(o.virtualPiece=new qS(m,t,a,i),f.add(o.virtualPiece)),_.piece.off("click"),o.virtualPiece.on("click",function(S){o._rootToNode(_.parentNode)})):o.virtualPiece&&(f.remove(o.virtualPiece),o.virtualPiece=null)}},e.prototype._initEvents=function(){var t=this;this.group.off("click"),this.group.on("click",function(a){var i=!1,n=t.seriesModel.getViewRoot();n.eachNode(function(o){if(!i&&o.piece&&o.piece===a.target){var s=o.getModel().get("nodeClick");if(s==="rootToNode")t._rootToNode(o);else if(s==="link"){var l=o.getModel(),u=l.get("link");if(u){var f=l.get("target",!0)||"_blank";cf(u,f)}}i=!0}})})},e.prototype._rootToNode=function(t){t!==this.seriesModel.getViewRoot()&&this.api.dispatchAction({type:xd,from:this.uid,seriesId:this.seriesModel.id,targetNode:t})},e.prototype.containPoint=function(t,a){var i=a.getData(),n=i.getItemLayout(0);if(n){var o=t[0]-n.cx,s=t[1]-n.cy,l=Math.sqrt(o*o+s*s);return l<=n.r&&l>=n.r0}},e.type="sunburst",e}(Bt),j$=Q$,J$=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t.ignoreStyleOnData=!0,t}return e.prototype.getInitialData=function(t,a){var i={name:t.name,children:t.data};KD(i);var n=this._levelModels=G(t.levels||[],function(l){return new Nt(l,this,a)},this),o=ny.createTree(i,this,s);function s(l){l.wrapMethod("getItemModel",function(u,f){var h=o.getNodeByDataIndex(f),v=n[h.depth];return v&&(u.parentModel=v),u})}return o.data},e.prototype.optionUpdated=function(){this.resetViewRoot()},e.prototype.getDataParams=function(t){var a=r.prototype.getDataParams.apply(this,arguments),i=this.getData().tree.getNodeByDataIndex(t);return a.treePathInfo=Mh(i,this),a},e.prototype.getLevelModel=function(t){return this._levelModels&&this._levelModels[t.depth]},e.prototype.getViewRoot=function(){return this._viewRoot},e.prototype.resetViewRoot=function(t){t?this._viewRoot=t:t=this._viewRoot;var a=this.getRawData().tree.root;(!t||t!==a&&!a.contains(t))&&(this._viewRoot=a)},e.prototype.enableAriaDecal=function(){JM(this)},e.type="series.sunburst",e.defaultOption={z:2,center:["50%","50%"],radius:[0,"75%"],clockwise:!0,startAngle:90,minAngle:0,stillShowZeroSum:!0,nodeClick:"rootToNode",renderLabelForZeroData:!1,label:{rotate:"radial",show:!0,opacity:1,align:"center",position:"inside",distance:5,silent:!0},itemStyle:{borderWidth:1,borderColor:"white",borderType:"solid",shadowBlur:0,shadowColor:"rgba(0, 0, 0, 0.2)",shadowOffsetX:0,shadowOffsetY:0,opacity:1},emphasis:{focus:"descendant"},blur:{itemStyle:{opacity:.2},label:{opacity:.1}},animationType:"expansion",animationDuration:1e3,animationDurationUpdate:500,data:[],sort:"desc"},e}(Ft);function KD(r){var e=0;C(r.children,function(a){KD(a);var i=a.value;z(i)&&(i=i[0]),e+=i});var t=r.value;z(t)&&(t=t[0]),(t==null||isNaN(t))&&(t=e),t<0&&(t=0),z(r.value)?r.value[0]=t:r.value=t}var t6=J$,QS=Math.PI/180;function e6(r,e,t){e.eachSeriesByType(r,function(a){var i=a.get("center"),n=a.get("radius");z(n)||(n=[0,n]),z(i)||(i=[i,i]);var o=t.getWidth(),s=t.getHeight(),l=Math.min(o,s),u=H(i[0],o),f=H(i[1],s),h=H(n[0],l/2),v=H(n[1],l/2),c=-a.get("startAngle")*QS,p=a.get("minAngle")*QS,d=a.getData().tree.root,g=a.getViewRoot(),y=g.depth,m=a.get("sort");m!=null&&QD(g,m);var _=0;C(g.children,function(E){!isNaN(E.getValue())&&_++});var S=g.getValue(),b=Math.PI/(S||_)*2,x=g.depth>0,w=g.height-(x?-1:1),T=(v-h)/(w||1),A=a.get("clockwise"),M=a.get("stillShowZeroSum"),D=A?1:-1,L=function(E,N){if(!!E){var O=N;if(E!==d){var B=E.getValue(),F=S===0&&M?b:B*b;F<p&&(F=p),O=N+D*F;var W=E.depth-y-(x?-1:1),Z=h+T*W,tt=h+T*(W+1),ht=a.getLevelModel(E);if(ht){var It=ht.get("r0",!0),Dt=ht.get("r",!0),dt=ht.get("radius",!0);dt!=null&&(It=dt[0],Dt=dt[1]),It!=null&&(Z=H(It,l/2)),Dt!=null&&(tt=H(Dt,l/2))}E.setLayout({angle:F,startAngle:N,endAngle:O,clockwise:A,cx:u,cy:f,r0:Z,r:tt})}if(E.children&&E.children.length){var et=0;C(E.children,function(yt){et+=L(yt,N+et)})}return O-N}};if(x){var I=h,P=h+T,R=Math.PI*2;d.setLayout({angle:R,startAngle:c,endAngle:c+R,clockwise:A,cx:u,cy:f,r0:I,r:P})}L(g,c)})}function QD(r,e){var t=r.children||[];r.children=r6(t,e),t.length&&C(r.children,function(a){QD(a,e)})}function r6(r,e){if(K(e)){var t=G(r,function(i,n){var o=i.getValue();return{params:{depth:i.depth,height:i.height,dataIndex:i.dataIndex,getValue:function(){return o}},index:n}});return t.sort(function(i,n){return e(i.params,n.params)}),G(t,function(i){return r[i.index]})}else{var a=e==="asc";return r.sort(function(i,n){var o=(i.getValue()-n.getValue())*(a?1:-1);return o===0?(i.dataIndex-n.dataIndex)*(a?-1:1):o})}}function a6(r){var e={};function t(a,i,n){for(var o=a;o&&o.depth>1;)o=o.parentNode;var s=i.getColorFromPalette(o.name||o.dataIndex+"",e);return a.depth>1&&$(s)&&(s=cp(s,(a.depth-1)/(n-1)*.5)),s}r.eachSeriesByType("sunburst",function(a){var i=a.getData(),n=i.tree;n.eachNode(function(o){var s=o.getModel(),l=s.getModel("itemStyle").getItemStyle();l.fill||(l.fill=t(o,a,n.root.height));var u=i.ensureUniqueItemVisual(o.dataIndex,"style");V(u,l)})})}function i6(r){r.registerChartView(j$),r.registerSeriesModel(t6),r.registerLayout(it(e6,"sunburst")),r.registerProcessor(it(Sl,"sunburst")),r.registerVisual(a6),K$(r)}var jS={color:"fill",borderColor:"stroke"},n6={symbol:1,symbolSize:1,symbolKeepAspect:1,legendIcon:1,visualMeta:1,liftZ:1,decal:1},ia=At(),o6=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.prototype.optionUpdated=function(){this.currentZLevel=this.get("zlevel",!0),this.currentZ=this.get("z",!0)},e.prototype.getInitialData=function(t,a){return pa(null,this)},e.prototype.getDataParams=function(t,a,i){var n=r.prototype.getDataParams.call(this,t,a);return i&&(n.info=ia(i).info),n},e.type="series.custom",e.dependencies=["grid","polar","geo","singleAxis","calendar"],e.defaultOption={coordinateSystem:"cartesian2d",z:2,legendHoverLink:!0,clip:!1},e}(Ft),s6=o6;function l6(r,e){return e=e||[0,0],G(["x","y"],function(t,a){var i=this.getAxis(t),n=e[a],o=r[a]/2;return i.type==="category"?i.getBandWidth():Math.abs(i.dataToCoord(n-o)-i.dataToCoord(n+o))},this)}function u6(r){var e=r.master.getRect();return{coordSys:{type:"cartesian2d",x:e.x,y:e.y,width:e.width,height:e.height},api:{coord:function(t){return r.dataToPoint(t)},size:U(l6,r)}}}function f6(r,e){return e=e||[0,0],G([0,1],function(t){var a=e[t],i=r[t]/2,n=[],o=[];return n[t]=a-i,o[t]=a+i,n[1-t]=o[1-t]=e[1-t],Math.abs(this.dataToPoint(n)[t]-this.dataToPoint(o)[t])},this)}function h6(r){var e=r.getBoundingRect();return{coordSys:{type:"geo",x:e.x,y:e.y,width:e.width,height:e.height,zoom:r.getZoom()},api:{coord:function(t){return r.dataToPoint(t)},size:U(f6,r)}}}function v6(r,e){var t=this.getAxis(),a=e instanceof Array?e[0]:e,i=(r instanceof Array?r[0]:r)/2;return t.type==="category"?t.getBandWidth():Math.abs(t.dataToCoord(a-i)-t.dataToCoord(a+i))}function c6(r){var e=r.getRect();return{coordSys:{type:"singleAxis",x:e.x,y:e.y,width:e.width,height:e.height},api:{coord:function(t){return r.dataToPoint(t)},size:U(v6,r)}}}function p6(r,e){return e=e||[0,0],G(["Radius","Angle"],function(t,a){var i="get"+t+"Axis",n=this[i](),o=e[a],s=r[a]/2,l=n.type==="category"?n.getBandWidth():Math.abs(n.dataToCoord(o-s)-n.dataToCoord(o+s));return t==="Angle"&&(l=l*Math.PI/180),l},this)}function d6(r){var e=r.getRadiusAxis(),t=r.getAngleAxis(),a=e.getExtent();return a[0]>a[1]&&a.reverse(),{coordSys:{type:"polar",cx:r.cx,cy:r.cy,r:a[1],r0:a[0]},api:{coord:function(i){var n=e.dataToRadius(i[0]),o=t.dataToAngle(i[1]),s=r.coordToPoint([n,o]);return s.push(n,o*Math.PI/180),s},size:U(p6,r)}}}function g6(r){var e=r.getRect(),t=r.getRangeInfo();return{coordSys:{type:"calendar",x:e.x,y:e.y,width:e.width,height:e.height,cellWidth:r.getCellWidth(),cellHeight:r.getCellHeight(),rangeInfo:{start:t.start,end:t.end,weeks:t.weeks,dayCount:t.allDay}},api:{coord:function(a,i){return r.dataToPoint(a,i)}}}}function jD(r,e,t,a){return r&&(r.legacy||r.legacy!==!1&&!t&&!a&&e!=="tspan"&&(e==="text"||Y(r,"text")))}function JD(r,e,t){var a=r,i,n,o;if(e==="text")o=a;else{o={},Y(a,"text")&&(o.text=a.text),Y(a,"rich")&&(o.rich=a.rich),Y(a,"textFill")&&(o.fill=a.textFill),Y(a,"textStroke")&&(o.stroke=a.textStroke),Y(a,"fontFamily")&&(o.fontFamily=a.fontFamily),Y(a,"fontSize")&&(o.fontSize=a.fontSize),Y(a,"fontStyle")&&(o.fontStyle=a.fontStyle),Y(a,"fontWeight")&&(o.fontWeight=a.fontWeight),n={type:"text",style:o,silent:!0},i={};var s=Y(a,"textPosition");t?i.position=s?a.textPosition:"inside":s&&(i.position=a.textPosition),Y(a,"textPosition")&&(i.position=a.textPosition),Y(a,"textOffset")&&(i.offset=a.textOffset),Y(a,"textRotation")&&(i.rotation=a.textRotation),Y(a,"textDistance")&&(i.distance=a.textDistance)}return JS(o,r),C(o.rich,function(l){JS(l,l)}),{textConfig:i,textContent:n}}function JS(r,e){!e||(e.font=e.textFont||e.font,Y(e,"textStrokeWidth")&&(r.lineWidth=e.textStrokeWidth),Y(e,"textAlign")&&(r.align=e.textAlign),Y(e,"textVerticalAlign")&&(r.verticalAlign=e.textVerticalAlign),Y(e,"textLineHeight")&&(r.lineHeight=e.textLineHeight),Y(e,"textWidth")&&(r.width=e.textWidth),Y(e,"textHeight")&&(r.height=e.textHeight),Y(e,"textBackgroundColor")&&(r.backgroundColor=e.textBackgroundColor),Y(e,"textPadding")&&(r.padding=e.textPadding),Y(e,"textBorderColor")&&(r.borderColor=e.textBorderColor),Y(e,"textBorderWidth")&&(r.borderWidth=e.textBorderWidth),Y(e,"textBorderRadius")&&(r.borderRadius=e.textBorderRadius),Y(e,"textBoxShadowColor")&&(r.shadowColor=e.textBoxShadowColor),Y(e,"textBoxShadowBlur")&&(r.shadowBlur=e.textBoxShadowBlur),Y(e,"textBoxShadowOffsetX")&&(r.shadowOffsetX=e.textBoxShadowOffsetX),Y(e,"textBoxShadowOffsetY")&&(r.shadowOffsetY=e.textBoxShadowOffsetY))}function tx(r,e,t){var a=r;a.textPosition=a.textPosition||t.position||"inside",t.offset!=null&&(a.textOffset=t.offset),t.rotation!=null&&(a.textRotation=t.rotation),t.distance!=null&&(a.textDistance=t.distance);var i=a.textPosition.indexOf("inside")>=0,n=r.fill||"#000";ex(a,e);var o=a.textFill==null;return i?o&&(a.textFill=t.insideFill||"#fff",!a.textStroke&&t.insideStroke&&(a.textStroke=t.insideStroke),!a.textStroke&&(a.textStroke=n),a.textStrokeWidth==null&&(a.textStrokeWidth=2)):(o&&(a.textFill=r.fill||t.outsideFill||"#000"),!a.textStroke&&t.outsideStroke&&(a.textStroke=t.outsideStroke)),a.text=e.text,a.rich=e.rich,C(e.rich,function(s){ex(s,s)}),a}function ex(r,e){!e||(Y(e,"fill")&&(r.textFill=e.fill),Y(e,"stroke")&&(r.textStroke=e.fill),Y(e,"lineWidth")&&(r.textStrokeWidth=e.lineWidth),Y(e,"font")&&(r.font=e.font),Y(e,"fontStyle")&&(r.fontStyle=e.fontStyle),Y(e,"fontWeight")&&(r.fontWeight=e.fontWeight),Y(e,"fontSize")&&(r.fontSize=e.fontSize),Y(e,"fontFamily")&&(r.fontFamily=e.fontFamily),Y(e,"align")&&(r.textAlign=e.align),Y(e,"verticalAlign")&&(r.textVerticalAlign=e.verticalAlign),Y(e,"lineHeight")&&(r.textLineHeight=e.lineHeight),Y(e,"width")&&(r.textWidth=e.width),Y(e,"height")&&(r.textHeight=e.height),Y(e,"backgroundColor")&&(r.textBackgroundColor=e.backgroundColor),Y(e,"padding")&&(r.textPadding=e.padding),Y(e,"borderColor")&&(r.textBorderColor=e.borderColor),Y(e,"borderWidth")&&(r.textBorderWidth=e.borderWidth),Y(e,"borderRadius")&&(r.textBorderRadius=e.borderRadius),Y(e,"shadowColor")&&(r.textBoxShadowColor=e.shadowColor),Y(e,"shadowBlur")&&(r.textBoxShadowBlur=e.shadowBlur),Y(e,"shadowOffsetX")&&(r.textBoxShadowOffsetX=e.shadowOffsetX),Y(e,"shadowOffsetY")&&(r.textBoxShadowOffsetY=e.shadowOffsetY),Y(e,"textShadowColor")&&(r.textShadowColor=e.textShadowColor),Y(e,"textShadowBlur")&&(r.textShadowBlur=e.textShadowBlur),Y(e,"textShadowOffsetX")&&(r.textShadowOffsetX=e.textShadowOffsetX),Y(e,"textShadowOffsetY")&&(r.textShadowOffsetY=e.textShadowOffsetY))}var tL={position:["x","y"],scale:["scaleX","scaleY"],origin:["originX","originY"]},rx=mt(tL);Vr(Gr,function(r,e){return r[e]=1,r},{});Gr.join(", ");var kf=["","style","shape","extra"],oo=At();function Sy(r,e,t,a,i){var n=r+"Animation",o=vo(r,a,i)||{},s=oo(e).userDuring;return o.duration>0&&(o.during=s?U(x6,{el:e,userDuring:s}):null,o.setToFinal=!0,o.scope=r),V(o,t[n]),o}function Uu(r,e,t,a){a=a||{};var i=a.dataIndex,n=a.isInit,o=a.clearStyle,s=t.isAnimationEnabled(),l=oo(r),u=e.style;l.userDuring=e.during;var f={},h={};if(w6(r,e,h),ix("shape",e,h),ix("extra",e,h),!n&&s&&(b6(r,e,f),ax("shape",r,e,f),ax("extra",r,e,f),T6(r,e,u,f)),h.style=u,y6(r,h,o),_6(r,e),s)if(n){var v={};C(kf,function(p){var d=p?e[p]:e;d&&d.enterFrom&&(p&&(v[p]=v[p]||{}),V(p?v[p]:v,d.enterFrom))});var c=Sy("enter",r,e,t,i);c.duration>0&&r.animateFrom(v,c)}else m6(r,e,i||0,t,f);eL(r,e),u?r.dirty():r.markRedraw()}function eL(r,e){for(var t=oo(r).leaveToProps,a=0;a<kf.length;a++){var i=kf[a],n=i?e[i]:e;n&&n.leaveTo&&(t||(t=oo(r).leaveToProps={}),i&&(t[i]=t[i]||{}),V(i?t[i]:t,n.leaveTo))}}function Ih(r,e,t,a){if(r){var i=r.parent,n=oo(r).leaveToProps;if(n){var o=Sy("update",r,e,t,0);o.done=function(){i.remove(r),a&&a()},r.animateTo(n,o)}else i.remove(r),a&&a()}}function ji(r){return r==="all"}function y6(r,e,t){var a=e.style;if(!r.isGroup&&a){if(t){r.useStyle({});for(var i=r.animators,n=0;n<i.length;n++){var o=i[n];o.targetName==="style"&&o.changeTarget(r.style)}}r.setStyle(a)}e&&(e.style=null,e&&r.attr(e),e.style=a)}function m6(r,e,t,a,i){if(i){var n=Sy("update",r,e,a,t);n.duration>0&&r.animateFrom(i,n)}}function _6(r,e){Y(e,"silent")&&(r.silent=e.silent),Y(e,"ignore")&&(r.ignore=e.ignore),r instanceof or&&Y(e,"invisible")&&(r.invisible=e.invisible),r instanceof gt&&Y(e,"autoBatch")&&(r.autoBatch=e.autoBatch)}var Dr={},S6={setTransform:function(r,e){return Dr.el[r]=e,this},getTransform:function(r){return Dr.el[r]},setShape:function(r,e){var t=Dr.el,a=t.shape||(t.shape={});return a[r]=e,t.dirtyShape&&t.dirtyShape(),this},getShape:function(r){var e=Dr.el.shape;if(e)return e[r]},setStyle:function(r,e){var t=Dr.el,a=t.style;return a&&(a[r]=e,t.dirtyStyle&&t.dirtyStyle()),this},getStyle:function(r){var e=Dr.el.style;if(e)return e[r]},setExtra:function(r,e){var t=Dr.el.extra||(Dr.el.extra={});return t[r]=e,this},getExtra:function(r){var e=Dr.el.extra;if(e)return e[r]}};function x6(){var r=this,e=r.el;if(!!e){var t=oo(e).userDuring,a=r.userDuring;if(t!==a){r.el=r.userDuring=null;return}Dr.el=e,a(S6)}}function ax(r,e,t,a){var i=t[r];if(!!i){var n=e[r],o;if(n){var s=t.transition,l=i.transition;if(l)if(!o&&(o=a[r]={}),ji(l))V(o,n);else for(var u=Et(l),f=0;f<u.length;f++){var h=u[f],v=n[h];o[h]=v}else if(ji(s)||vt(s,r)>=0){!o&&(o=a[r]={});for(var c=mt(n),f=0;f<c.length;f++){var h=c[f],v=n[h];A6(i[h],v)&&(o[h]=v)}}}}}function ix(r,e,t){var a=e[r];if(!!a)for(var i=t[r]={},n=mt(a),o=0;o<n.length;o++){var s=n[o];i[s]=ps(a[s])}}function b6(r,e,t){for(var a=e.transition,i=ji(a)?Gr:Et(a||[]),n=0;n<i.length;n++){var o=i[n];if(!(o==="style"||o==="shape"||o==="extra")){var s=r[o];t[o]=s}}}function w6(r,e,t){for(var a=0;a<rx.length;a++){var i=rx[a],n=tL[i],o=e[i];o&&(t[n[0]]=o[0],t[n[1]]=o[1])}for(var a=0;a<Gr.length;a++){var s=Gr[a];e[s]!=null&&(t[s]=e[s])}}function T6(r,e,t,a){if(!!t){var i=r.style,n;if(i){var o=t.transition,s=e.transition;if(o&&!ji(o)){var l=Et(o);!n&&(n=a.style={});for(var u=0;u<l.length;u++){var f=l[u],h=i[f];n[f]=h}}else if(r.getAnimationStyleProps&&(ji(s)||ji(o)||vt(s,"style")>=0)){var v=r.getAnimationStyleProps(),c=v?v.style:null;if(c){!n&&(n=a.style={});for(var p=mt(t),u=0;u<p.length;u++){var f=p[u];if(c[f]){var h=i[f];n[f]=h}}}}}}}function A6(r,e){return ye(r)?r!==e:r!=null&&isFinite(r)}var rL=At(),C6=["percent","easing","shape","style","extra"];function aL(r){r.stopAnimation("keyframe"),r.attr(rL(r))}function Of(r,e,t){if(!(!t.isAnimationEnabled()||!e)){if(z(e)){C(e,function(s){Of(r,s,t)});return}var a=e.keyframes,i=e.duration;if(t&&i==null){var n=vo("enter",t,0);i=n&&n.duration}if(!(!a||!i)){var o=rL(r);C(kf,function(s){if(!(s&&!r[s])){var l;a.sort(function(u,f){return u.percent-f.percent}),C(a,function(u){var f=r.animators,h=s?u[s]:u;if(!!h){var v=mt(h);if(s||(v=Rt(v,function(d){return vt(C6,d)<0})),!!v.length){l||(l=r.animate(s,e.loop,!0),l.scope="keyframe");for(var c=0;c<f.length;c++)f[c]!==l&&f[c].targetName===l.targetName&&f[c].stopTracks(v);s&&(o[s]=o[s]||{});var p=s?o[s]:o;C(v,function(d){p[d]=((s?r[s]:r)||{})[d]}),l.whenWithKeys(i*u.percent,h,v,u.easing)}}}),l&&l.delay(e.delay||0).duration(i).start(e.easing)}})}}}var na="emphasis",Va="normal",xy="blur",by="select",ja=[Va,na,xy,by],Ic={normal:["itemStyle"],emphasis:[na,"itemStyle"],blur:[xy,"itemStyle"],select:[by,"itemStyle"]},Pc={normal:["label"],emphasis:[na,"label"],blur:[xy,"label"],select:[by,"label"]},M6=["x","y"],D6="e\0\0",Ze={normal:{},emphasis:{},blur:{},select:{}},L6={cartesian2d:u6,geo:h6,single:c6,polar:d6,calendar:g6};function bd(r){return r instanceof gt}function wd(r){return r instanceof or}function I6(r,e){e.copyTransform(r),wd(e)&&wd(r)&&(e.setStyle(r.style),e.z=r.z,e.z2=r.z2,e.zlevel=r.zlevel,e.invisible=r.invisible,e.ignore=r.ignore,bd(e)&&bd(r)&&e.setShape(r.shape))}var P6=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.prototype.render=function(t,a,i,n){this._progressiveEls=null;var o=this._data,s=t.getData(),l=this.group,u=nx(t,s,a,i);o||l.removeAll(),s.diff(o).add(function(h){Rc(i,null,h,u(h,n),t,l,s)}).remove(function(h){var v=o.getItemGraphicEl(h);Ih(v,ia(v).option,t)}).update(function(h,v){var c=o.getItemGraphicEl(v);Rc(i,c,h,u(h,n),t,l,s)}).execute();var f=t.get("clip",!0)?Th(t.coordinateSystem,!1,t):null;f?l.setClipPath(f):l.removeClipPath(),this._data=s},e.prototype.incrementalPrepareRender=function(t,a,i){this.group.removeAll(),this._data=null},e.prototype.incrementalRender=function(t,a,i,n,o){var s=a.getData(),l=nx(a,s,i,n),u=this._progressiveEls=[];function f(c){c.isGroup||(c.incremental=!0,c.ensureState("emphasis").hoverLayer=!0)}for(var h=t.start;h<t.end;h++){var v=Rc(null,null,h,l(h,o),a,this.group,s);v&&(v.traverse(f),u.push(v))}},e.prototype.eachRendered=function(t){ti(this._progressiveEls||this.group,t)},e.prototype.filterForExposedEvent=function(t,a,i,n){var o=a.element;if(o==null||i.name===o)return!0;for(;(i=i.__hostTarget||i.parent)&&i!==this.group;)if(i.name===o)return!0;return!1},e.type="custom",e}(Bt),R6=P6;function wy(r){var e=r.type,t;if(e==="path"){var a=r.shape,i=a.width!=null&&a.height!=null?{x:a.x||0,y:a.y||0,width:a.width,height:a.height}:null,n=oL(a);t=oh(n,null,i,a.layout||"center"),ia(t).customPathData=n}else if(e==="image")t=new ve({}),ia(t).customImagePath=r.style.image;else if(e==="text")t=new Ct({});else if(e==="group")t=new rt;else{if(e==="compoundPath")throw new Error('"compoundPath" is not supported yet.');var o=pg(e);if(!o){var s="";Lt(s)}t=new o}return ia(t).customGraphicType=e,t.name=r.name,t.z2EmphasisLift=1,t.z2SelectLift=1,t}function Ty(r,e,t,a,i,n,o){aL(e);var s=i&&i.normal.cfg;s&&e.setTextConfig(s),a&&a.transition==null&&(a.transition=M6);var l=a&&a.style;if(l){if(e.type==="text"){var u=l;Y(u,"textFill")&&(u.fill=u.textFill),Y(u,"textStroke")&&(u.stroke=u.textStroke)}var f=void 0,h=bd(e)?l.decal:null;r&&h&&(h.dirty=!0,f=eo(h,r)),l.__decalPattern=f}if(wd(e)&&l){var f=l.__decalPattern;f&&(l.decal=f)}Uu(e,a,n,{dataIndex:t,isInit:o,clearStyle:!0}),Of(e,a.keyframeAnimation,n)}function iL(r,e,t,a,i){var n=e.isGroup?null:e,o=i&&i[r].cfg;if(n){var s=n.ensureState(r);if(a===!1){var l=n.getState(r);l&&(l.style=null)}else s.style=a||null;o&&(s.textConfig=o),rn(n)}}function E6(r,e,t){if(!r.isGroup){var a=r,i=t.currentZ,n=t.currentZLevel;a.z=i,a.zlevel=n;var o=e.z2;o!=null&&(a.z2=o||0);for(var s=0;s<ja.length;s++)k6(a,e,ja[s])}}function k6(r,e,t){var a=t===Va,i=a?e:Nf(e,t),n=i?i.z2:null,o;n!=null&&(o=a?r:r.ensureState(t),o.z2=n||0)}function nx(r,e,t,a){var i=r.get("renderItem"),n=r.coordinateSystem,o={};n&&(o=n.prepareCustoms?n.prepareCustoms(n):L6[n.type](n));for(var s=Q({getWidth:a.getWidth,getHeight:a.getHeight,getZr:a.getZr,getDevicePixelRatio:a.getDevicePixelRatio,value:S,style:x,ordinalRawValue:b,styleEmphasis:w,visual:M,barLayout:D,currentSeriesIndices:L,font:I},o.api||{}),l={context:{},seriesId:r.id,seriesName:r.name,seriesIndex:r.seriesIndex,coordSys:o.coordSys,dataInsideLength:e.count(),encode:O6(r.getData())},u,f,h={},v={},c={},p={},d=0;d<ja.length;d++){var g=ja[d];c[g]=r.getModel(Ic[g]),p[g]=r.getModel(Pc[g])}function y(P){return P===u?f||(f=e.getItemModel(P)):e.getItemModel(P)}function m(P,R){return e.hasItemOption?P===u?h[R]||(h[R]=y(P).getModel(Ic[R])):y(P).getModel(Ic[R]):c[R]}function _(P,R){return e.hasItemOption?P===u?v[R]||(v[R]=y(P).getModel(Pc[R])):y(P).getModel(Pc[R]):p[R]}return function(P,R){return u=P,f=null,h={},v={},i&&i(Q({dataIndexInside:P,dataIndex:e.getRawIndex(P),actionType:R?R.type:null},l),s)};function S(P,R){return R==null&&(R=u),e.getStore().get(e.getDimensionIndex(P||0),R)}function b(P,R){R==null&&(R=u),P=P||0;var E=e.getDimensionInfo(P);if(!E){var N=e.getDimensionIndex(P);return N>=0?e.getStore().get(N,R):void 0}var O=e.get(E.name,R),B=E&&E.ordinalMeta;return B?B.categories[O]:O}function x(P,R){R==null&&(R=u);var E=e.getItemVisual(R,"style"),N=E&&E.fill,O=E&&E.opacity,B=m(R,Va).getItemStyle();N!=null&&(B.fill=N),O!=null&&(B.opacity=O);var F={inheritColor:$(N)?N:"#000"},W=_(R,Va),Z=Gt(W,null,F,!1,!0);Z.text=W.getShallow("show")?ct(r.getFormattedLabel(R,Va),ao(e,R)):null;var tt=hf(W,F,!1);return A(P,B),B=tx(B,Z,tt),P&&T(B,P),B.legacy=!0,B}function w(P,R){R==null&&(R=u);var E=m(R,na).getItemStyle(),N=_(R,na),O=Gt(N,null,null,!0,!0);O.text=N.getShallow("show")?ta(r.getFormattedLabel(R,na),r.getFormattedLabel(R,Va),ao(e,R)):null;var B=hf(N,null,!0);return A(P,E),E=tx(E,O,B),P&&T(E,P),E.legacy=!0,E}function T(P,R){for(var E in R)Y(R,E)&&(P[E]=R[E])}function A(P,R){P&&(P.textFill&&(R.textFill=P.textFill),P.textPosition&&(R.textPosition=P.textPosition))}function M(P,R){if(R==null&&(R=u),Y(jS,P)){var E=e.getItemVisual(R,"style");return E?E[jS[P]]:null}if(Y(n6,P))return e.getItemVisual(R,P)}function D(P){if(n.type==="cartesian2d"){var R=n.getBaseAxis();return BB(Q({axis:R},P))}}function L(){return t.getCurrentSeriesIndices()}function I(P){return zT(P,t)}}function O6(r){var e={};return C(r.dimensions,function(t){var a=r.getDimensionInfo(t);if(!a.isExtraCoord){var i=a.coordDim,n=e[i]=e[i]||[];n[a.coordDimIndex]=r.getDimensionIndex(t)}}),e}function Rc(r,e,t,a,i,n,o){if(!a){n.remove(e);return}var s=Ay(r,e,t,a,i,n);return s&&o.setItemGraphicEl(t,s),s&&Yt(s,a.focus,a.blurScope,a.emphasisDisabled),s}function Ay(r,e,t,a,i,n){var o=-1,s=e;e&&nL(e,a,i)&&(o=vt(n.childrenRef(),e),e=null);var l=!e,u=e;u?u.clearStates():(u=wy(a),s&&I6(s,u)),a.morph===!1?u.disableMorphing=!0:u.disableMorphing&&(u.disableMorphing=!1),Ze.normal.cfg=Ze.normal.conOpt=Ze.emphasis.cfg=Ze.emphasis.conOpt=Ze.blur.cfg=Ze.blur.conOpt=Ze.select.cfg=Ze.select.conOpt=null,Ze.isLegacy=!1,B6(u,t,a,i,l,Ze),N6(u,t,a,i,l),Ty(r,u,t,a,Ze,i,l),Y(a,"info")&&(ia(u).info=a.info);for(var f=0;f<ja.length;f++){var h=ja[f];if(h!==Va){var v=Nf(a,h),c=Cy(a,v,h);iL(h,u,v,c,Ze)}}return E6(u,a,i),a.type==="group"&&V6(r,u,t,a,i),o>=0?n.replaceAt(u,o):n.add(u),u}function nL(r,e,t){var a=ia(r),i=e.type,n=e.shape,o=e.style;return t.isUniversalTransitionEnabled()||i!=null&&i!==a.customGraphicType||i==="path"&&F6(n)&&oL(n)!==a.customPathData||i==="image"&&Y(o,"image")&&o.image!==a.customImagePath}function N6(r,e,t,a,i){var n=t.clipPath;if(n===!1)r&&r.getClipPath()&&r.removeClipPath();else if(n){var o=r.getClipPath();o&&nL(o,n,a)&&(o=null),o||(o=wy(n),r.setClipPath(o)),Ty(null,o,e,n,null,a,i)}}function B6(r,e,t,a,i,n){if(!r.isGroup){ox(t,null,n),ox(t,na,n);var o=n.normal.conOpt,s=n.emphasis.conOpt,l=n.blur.conOpt,u=n.select.conOpt;if(o!=null||s!=null||u!=null||l!=null){var f=r.getTextContent();if(o===!1)f&&r.removeTextContent();else{o=n.normal.conOpt=o||{type:"text"},f?f.clearStates():(f=wy(o),r.setTextContent(f)),Ty(null,f,e,o,null,a,i);for(var h=o&&o.style,v=0;v<ja.length;v++){var c=ja[v];if(c!==Va){var p=n[c].conOpt;iL(c,f,p,Cy(o,p,c),null)}}h?f.dirty():f.markRedraw()}}}}function ox(r,e,t){var a=e?Nf(r,e):r,i=e?Cy(r,a,na):r.style,n=r.type,o=a?a.textConfig:null,s=r.textContent,l=s?e?Nf(s,e):s:null;if(i&&(t.isLegacy||jD(i,n,!!o,!!l))){t.isLegacy=!0;var u=JD(i,n,!e);!o&&u.textConfig&&(o=u.textConfig),!l&&u.textContent&&(l=u.textContent)}if(!e&&l){var f=l;!f.type&&(f.type="text")}var h=e?t[e]:t.normal;h.cfg=o,h.conOpt=l}function Nf(r,e){return e?r?r[e]:null:r}function Cy(r,e,t){var a=e&&e.style;return a==null&&t===na&&r&&(a=r.styleEmphasis),a}function V6(r,e,t,a,i){var n=a.children,o=n?n.length:0,s=a.$mergeChildren,l=s==="byName"||a.diffChildrenByName,u=s===!1;if(!(!o&&!l&&!u)){if(l){z6({api:r,oldChildren:e.children()||[],newChildren:n||[],dataIndex:t,seriesModel:i,group:e});return}u&&e.removeAll();for(var f=0;f<o;f++)n[f]&&Ay(r,e.childAt(f),t,n[f],i,e);for(var h=e.childCount()-1;h>=f;h--){var v=e.childAt(h);Ih(v,ia(e).option,i)}}}function z6(r){new fa(r.oldChildren,r.newChildren,sx,sx,r).add(lx).update(lx).remove(G6).execute()}function sx(r,e){var t=r&&r.name;return t!=null?t:D6+e}function lx(r,e){var t=this.context,a=r!=null?t.newChildren[r]:null,i=e!=null?t.oldChildren[e]:null;Ay(t.api,i,t.dataIndex,a,t.seriesModel,t.group)}function G6(r){var e=this.context,t=e.oldChildren[r];Ih(t,ia(t).option,e.seriesModel)}function oL(r){return r&&(r.pathData||r.d)}function F6(r){return r&&(Y(r,"pathData")||Y(r,"d"))}function H6(r){r.registerChartView(R6),r.registerSeriesModel(s6)}var Ni=At(),ux=J,Ec=U,W6=function(){function r(){this._dragging=!1,this.animationThreshold=15}return r.prototype.render=function(e,t,a,i){var n=t.get("value"),o=t.get("status");if(this._axisModel=e,this._axisPointerModel=t,this._api=a,!(!i&&this._lastValue===n&&this._lastStatus===o)){this._lastValue=n,this._lastStatus=o;var s=this._group,l=this._handle;if(!o||o==="hide"){s&&s.hide(),l&&l.hide();return}s&&s.show(),l&&l.show();var u={};this.makeElOption(u,n,e,t,a);var f=u.graphicKey;f!==this._lastGraphicKey&&this.clear(a),this._lastGraphicKey=f;var h=this._moveAnimation=this.determineAnimation(e,t);if(!s)s=this._group=new rt,this.createPointerEl(s,u,e,t),this.createLabelEl(s,u,e,t),a.getZr().add(s);else{var v=it(fx,t,h);this.updatePointerEl(s,u,v),this.updateLabelEl(s,u,v,t)}vx(s,t,!0),this._renderHandle(n)}},r.prototype.remove=function(e){this.clear(e)},r.prototype.dispose=function(e){this.clear(e)},r.prototype.determineAnimation=function(e,t){var a=t.get("animation"),i=e.axis,n=i.type==="category",o=t.get("snap");if(!o&&!n)return!1;if(a==="auto"||a==null){var s=this.animationThreshold;if(n&&i.getBandWidth()>s)return!0;if(o){var l=jg(e).seriesDataCount,u=i.getExtent();return Math.abs(u[0]-u[1])/l>s}return!1}return a===!0},r.prototype.makeElOption=function(e,t,a,i,n){},r.prototype.createPointerEl=function(e,t,a,i){var n=t.pointer;if(n){var o=Ni(e).pointerEl=new fl[n.type](ux(t.pointer));e.add(o)}},r.prototype.createLabelEl=function(e,t,a,i){if(t.label){var n=Ni(e).labelEl=new Ct(ux(t.label));e.add(n),hx(n,i)}},r.prototype.updatePointerEl=function(e,t,a){var i=Ni(e).pointerEl;i&&t.pointer&&(i.setStyle(t.pointer.style),a(i,{shape:t.pointer.shape}))},r.prototype.updateLabelEl=function(e,t,a,i){var n=Ni(e).labelEl;n&&(n.setStyle(t.label.style),a(n,{x:t.label.x,y:t.label.y}),hx(n,i))},r.prototype._renderHandle=function(e){if(!(this._dragging||!this.updateHandleTransform)){var t=this._axisPointerModel,a=this._api.getZr(),i=this._handle,n=t.getModel("handle"),o=t.get("status");if(!n.get("show")||!o||o==="hide"){i&&a.remove(i),this._handle=null;return}var s;this._handle||(s=!0,i=this._handle=ul(n.get("icon"),{cursor:"move",draggable:!0,onmousemove:function(u){oa(u.event)},onmousedown:Ec(this._onHandleDragMove,this,0,0),drift:Ec(this._onHandleDragMove,this),ondragend:Ec(this._onHandleDragEnd,this)}),a.add(i)),vx(i,t,!1),i.setStyle(n.getItemStyle(null,["color","borderColor","borderWidth","opacity","shadowColor","shadowBlur","shadowOffsetX","shadowOffsetY"]));var l=n.get("size");z(l)||(l=[l,l]),i.scaleX=l[0]/2,i.scaleY=l[1]/2,bo(this,"_doDispatchAxisPointer",n.get("throttle")||0,"fixRate"),this._moveHandleToValue(e,s)}},r.prototype._moveHandleToValue=function(e,t){fx(this._axisPointerModel,!t&&this._moveAnimation,this._handle,kc(this.getHandleTransform(e,this._axisModel,this._axisPointerModel)))},r.prototype._onHandleDragMove=function(e,t){var a=this._handle;if(!!a){this._dragging=!0;var i=this.updateHandleTransform(kc(a),[e,t],this._axisModel,this._axisPointerModel);this._payloadInfo=i,a.stopAnimation(),a.attr(kc(i)),Ni(a).lastProp=null,this._doDispatchAxisPointer()}},r.prototype._doDispatchAxisPointer=function(){var e=this._handle;if(!!e){var t=this._payloadInfo,a=this._axisModel;this._api.dispatchAction({type:"updateAxisPointer",x:t.cursorPoint[0],y:t.cursorPoint[1],tooltipOption:t.tooltipOption,axesInfo:[{axisDim:a.axis.dim,axisIndex:a.componentIndex}]})}},r.prototype._onHandleDragEnd=function(){this._dragging=!1;var e=this._handle;if(!!e){var t=this._axisPointerModel.get("value");this._moveHandleToValue(t),this._api.dispatchAction({type:"hideTip"})}},r.prototype.clear=function(e){this._lastValue=null,this._lastStatus=null;var t=e.getZr(),a=this._group,i=this._handle;t&&a&&(this._lastGraphicKey=null,a&&t.remove(a),i&&t.remove(i),this._group=null,this._handle=null,this._payloadInfo=null),Fs(this,"_doDispatchAxisPointer")},r.prototype.doClear=function(){},r.prototype.buildLabel=function(e,t,a){return a=a||0,{x:e[a],y:e[1-a],width:t[a],height:t[1-a]}},r}();function fx(r,e,t,a){sL(Ni(t).lastProp,a)||(Ni(t).lastProp=a,e?Tt(t,a,r):(t.stopAnimation(),t.attr(a)))}function sL(r,e){if(j(r)&&j(e)){var t=!0;return C(e,function(a,i){t=t&&sL(r[i],a)}),!!t}else return r===e}function hx(r,e){r[e.get(["label","show"])?"show":"hide"]()}function kc(r){return{x:r.x||0,y:r.y||0,rotation:r.rotation||0}}function vx(r,e,t){var a=e.get("z"),i=e.get("zlevel");r&&r.traverse(function(n){n.type!=="group"&&(a!=null&&(n.z=a),i!=null&&(n.zlevel=i),n.silent=t)})}var My=W6;function Dy(r){var e=r.get("type"),t=r.getModel(e+"Style"),a;return e==="line"?(a=t.getLineStyle(),a.fill=null):e==="shadow"&&(a=t.getAreaStyle(),a.stroke=null),a}function lL(r,e,t,a,i){var n=t.get("value"),o=uL(n,e.axis,e.ecModel,t.get("seriesDataIndices"),{precision:t.get(["label","precision"]),formatter:t.get(["label","formatter"])}),s=t.getModel("label"),l=yo(s.get("padding")||0),u=s.getFont(),f=il(o,u),h=i.position,v=f.width+l[1]+l[3],c=f.height+l[0]+l[2],p=i.align;p==="right"&&(h[0]-=v),p==="center"&&(h[0]-=v/2);var d=i.verticalAlign;d==="bottom"&&(h[1]-=c),d==="middle"&&(h[1]-=c/2),$6(h,v,c,a);var g=s.get("backgroundColor");(!g||g==="auto")&&(g=e.get(["axisLine","lineStyle","color"])),r.label={x:h[0],y:h[1],style:Gt(s,{text:o,font:u,fill:s.getTextColor(),padding:l,backgroundColor:g}),z2:10}}function $6(r,e,t,a){var i=a.getWidth(),n=a.getHeight();r[0]=Math.min(r[0]+e,i)-e,r[1]=Math.min(r[1]+t,n)-t,r[0]=Math.max(r[0],0),r[1]=Math.max(r[1],0)}function uL(r,e,t,a,i){r=e.scale.parse(r);var n=e.scale.getLabel({value:r},{precision:i.precision}),o=i.formatter;if(o){var s={value:Wg(e,{value:r}),axisDimension:e.dim,axisIndex:e.index,seriesData:[]};C(a,function(l){var u=t.getSeriesByIndex(l.seriesIndex),f=l.dataIndexInside,h=u&&u.getDataParams(f);h&&s.seriesData.push(h)}),$(o)?n=o.replace("{value}",n):K(o)&&(n=o(s))}return n}function Ly(r,e,t){var a=nr();return ln(a,a,t.rotation),zr(a,a,t.position),mr([r.dataToCoord(e),(t.labelOffset||0)+(t.labelDirection||1)*(t.labelMargin||0)],a)}function fL(r,e,t,a,i,n){var o=ha.innerTextLayout(t.rotation,0,t.labelDirection);t.labelMargin=i.get(["label","margin"]),lL(e,a,i,n,{position:Ly(a.axis,r,t),align:o.textAlign,verticalAlign:o.textVerticalAlign})}function Iy(r,e,t){return t=t||0,{x1:r[t],y1:r[1-t],x2:e[t],y2:e[1-t]}}function hL(r,e,t){return t=t||0,{x:r[t],y:r[1-t],width:e[t],height:e[1-t]}}function cx(r,e,t,a,i,n){return{cx:r,cy:e,r0:t,r:a,startAngle:i,endAngle:n,clockwise:!0}}var U6=function(r){k(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e.prototype.makeElOption=function(t,a,i,n,o){var s=i.axis,l=s.grid,u=n.get("type"),f=px(l,s).getOtherAxis(s).getGlobalExtent(),h=s.toGlobalCoord(s.dataToCoord(a,!0));if(u&&u!=="none"){var v=Dy(n),c=Y6[u](s,h,f);c.style=v,t.graphicKey=c.type,t.pointer=c}var p=nd(l.model,i);fL(a,t,p,i,n,o)},e.prototype.getHandleTransform=function(t,a,i){var n=nd(a.axis.grid.model,a,{labelInside:!1});n.labelMargin=i.get(["handle","margin"]);var o=Ly(a.axis,t,n);return{x:o[0],y:o[1],rotation:n.rotation+(n.labelDirection<0?Math.PI:0)}},e.prototype.updateHandleTransform=function(t,a,i,n){var o=i.axis,s=o.grid,l=o.getGlobalExtent(!0),u=px(s,o).getOtherAxis(o).getGlobalExtent(),f=o.dim==="x"?0:1,h=[t.x,t.y];h[f]+=a[f],h[f]=Math.min(l[1],h[f]),h[f]=Math.max(l[0],h[f]);var v=(u[1]+u[0])/2,c=[v,v];c[f]=h[f];var p=[{verticalAlign:"middle"},{align:"center"}];return{x:h[0],y:h[1],rotation:t.rotation,cursorPoint:c,tooltipOption:p[f]}},e}(My);function px(r,e){var t={};return t[e.dim+"AxisIndex"]=e.index,r.getCartesian(t)}var Y6={line:function(r,e,t){var a=Iy([e,t[0]],[e,t[1]],dx(r));return{type:"Line",subPixelOptimize:!0,shape:a}},shadow:function(r,e,t){var a=Math.max(1,r.getBandWidth()),i=t[1]-t[0];return{type:"Rect",shape:hL([e-a/2,t[0]],[a,i],dx(r))}}};function dx(r){return r.dim==="x"?0:1}var Z6=U6,X6=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.type="axisPointer",e.defaultOption={show:"auto",z:50,type:"line",snap:!1,triggerTooltip:!0,value:null,status:null,link:[],animation:null,animationDurationUpdate:200,lineStyle:{color:"#B9BEC9",width:1,type:"dashed"},shadowStyle:{color:"rgba(210,219,238,0.2)"},label:{show:!0,formatter:null,precision:"auto",margin:3,color:"#fff",padding:[5,7,5,7],backgroundColor:"auto",borderColor:null,borderWidth:0,borderRadius:3},handle:{show:!1,icon:"M10.7,11.9v-1.3H9.3v1.3c-4.9,0.3-8.8,4.4-8.8,9.4c0,5,3.9,9.1,8.8,9.4h1.3c4.9-0.3,8.8-4.4,8.8-9.4C19.5,16.3,15.6,12.2,10.7,11.9z M13.3,24.4H6.7v-1.2h6.6z M13.3,22H6.7v-1.2h6.6z M13.3,19.6H6.7v-1.2h6.6z",size:45,margin:50,color:"#333",shadowBlur:3,shadowColor:"#aaa",shadowOffsetX:0,shadowOffsetY:2,throttle:40}},e}(bt),q6=X6,Jr=At(),K6=C;function vL(r,e,t){if(!Mt.node){var a=e.getZr();Jr(a).records||(Jr(a).records={}),Q6(a,e);var i=Jr(a).records[r]||(Jr(a).records[r]={});i.handler=t}}function Q6(r,e){if(Jr(r).initialized)return;Jr(r).initialized=!0,t("click",it(gx,"click")),t("mousemove",it(gx,"mousemove")),t("globalout",J6);function t(a,i){r.on(a,function(n){var o=t7(e);K6(Jr(r).records,function(s){s&&i(s,n,o.dispatchAction)}),j6(o.pendings,e)})}}function j6(r,e){var t=r.showTip.length,a=r.hideTip.length,i;t?i=r.showTip[t-1]:a&&(i=r.hideTip[a-1]),i&&(i.dispatchAction=null,e.dispatchAction(i))}function J6(r,e,t){r.handler("leave",null,t)}function gx(r,e,t,a){e.handler(r,t,a)}function t7(r){var e={showTip:[],hideTip:[]},t=function(a){var i=e[a.type];i?i.push(a):(a.dispatchAction=t,r.dispatchAction(a))};return{dispatchAction:t,pendings:e}}function Td(r,e){if(!Mt.node){var t=e.getZr(),a=(Jr(t).records||{})[r];a&&(Jr(t).records[r]=null)}}var e7=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.prototype.render=function(t,a,i){var n=a.getComponent("tooltip"),o=t.get("triggerOn")||n&&n.get("triggerOn")||"mousemove|click";vL("axisPointer",i,function(s,l,u){o!=="none"&&(s==="leave"||o.indexOf(s)>=0)&&u({type:"updateAxisPointer",currTrigger:s,x:l&&l.offsetX,y:l&&l.offsetY})})},e.prototype.remove=function(t,a){Td("axisPointer",a)},e.prototype.dispose=function(t,a){Td("axisPointer",a)},e.type="axisPointer",e}(Wt),r7=e7;function cL(r,e){var t=[],a=r.seriesIndex,i;if(a==null||!(i=e.getSeriesByIndex(a)))return{point:[]};var n=i.getData(),o=tn(n,r);if(o==null||o<0||z(o))return{point:[]};var s=n.getItemGraphicEl(o),l=i.coordinateSystem;if(i.getTooltipPosition)t=i.getTooltipPosition(o)||[];else if(l&&l.dataToPoint)if(r.isStacked){var u=l.getBaseAxis(),f=l.getOtherAxis(u),h=f.dim,v=u.dim,c=h==="x"||h==="radius"?1:0,p=n.mapDimension(v),d=[];d[c]=n.get(p,o),d[1-c]=n.get(n.getCalculationInfo("stackResultDimension"),o),t=l.dataToPoint(d)||[]}else t=l.dataToPoint(n.getValues(G(l.dimensions,function(y){return n.mapDimension(y)}),o))||[];else if(s){var g=s.getBoundingRect().clone();g.applyTransform(s.transform),t=[g.x+g.width/2,g.y+g.height/2]}return{point:t,el:s}}var yx=At();function a7(r,e,t){var a=r.currTrigger,i=[r.x,r.y],n=r,o=r.dispatchAction||U(t.dispatchAction,t),s=e.getComponent("axisPointer").coordSysAxesInfo;if(!!s){Yu(i)&&(i=cL({seriesIndex:n.seriesIndex,dataIndex:n.dataIndex},e).point);var l=Yu(i),u=n.axesInfo,f=s.axesInfo,h=a==="leave"||Yu(i),v={},c={},p={list:[],map:{}},d={showPointer:it(n7,c),showTooltip:it(o7,p)};C(s.coordSysMap,function(y,m){var _=l||y.containPoint(i);C(s.coordSysAxesInfo[m],function(S,b){var x=S.axis,w=f7(u,S);if(!h&&_&&(!u||w)){var T=w&&w.value;T==null&&!l&&(T=x.pointToData(i)),T!=null&&mx(S,T,d,!1,v)}})});var g={};return C(f,function(y,m){var _=y.linkGroup;_&&!c[m]&&C(_.axesInfo,function(S,b){var x=c[b];if(S!==y&&x){var w=x.value;_.mapper&&(w=y.axis.scale.parse(_.mapper(w,_x(S),_x(y)))),g[y.key]=w}})}),C(g,function(y,m){mx(f[m],y,d,!0,v)}),s7(c,f,v),l7(p,i,r,o),u7(f,o,t),v}}function mx(r,e,t,a,i){var n=r.axis;if(!(n.scale.isBlank()||!n.containData(e))){if(!r.involveSeries){t.showPointer(r,e);return}var o=i7(e,r),s=o.payloadBatch,l=o.snapToValue;s[0]&&i.seriesIndex==null&&V(i,s[0]),!a&&r.snap&&n.containData(l)&&l!=null&&(e=l),t.showPointer(r,e,s),t.showTooltip(r,o,l)}}function i7(r,e){var t=e.axis,a=t.dim,i=r,n=[],o=Number.MAX_VALUE,s=-1;return C(e.seriesModels,function(l,u){var f=l.getData().mapDimensionsAll(a),h,v;if(l.getAxisTooltipData){var c=l.getAxisTooltipData(f,r,t);v=c.dataIndices,h=c.nestestValue}else{if(v=l.getData().indicesOfNearest(f[0],r,t.type==="category"?.5:null),!v.length)return;h=l.getData().get(f[0],v[0])}if(!(h==null||!isFinite(h))){var p=r-h,d=Math.abs(p);d<=o&&((d<o||p>=0&&s<0)&&(o=d,s=p,i=h,n.length=0),C(v,function(g){n.push({seriesIndex:l.seriesIndex,dataIndexInside:g,dataIndex:l.getData().getRawIndex(g)})}))}}),{payloadBatch:n,snapToValue:i}}function n7(r,e,t,a){r[e.key]={value:t,payloadBatch:a}}function o7(r,e,t,a){var i=t.payloadBatch,n=e.axis,o=n.model,s=e.axisPointerModel;if(!(!e.triggerTooltip||!i.length)){var l=e.coordSys.model,u=Zs(l),f=r.map[u];f||(f=r.map[u]={coordSysId:l.id,coordSysIndex:l.componentIndex,coordSysType:l.type,coordSysMainType:l.mainType,dataByAxis:[]},r.list.push(f)),f.dataByAxis.push({axisDim:n.dim,axisIndex:o.componentIndex,axisType:o.type,axisId:o.id,value:a,valueLabelOpt:{precision:s.get(["label","precision"]),formatter:s.get(["label","formatter"])},seriesDataIndices:i.slice()})}}function s7(r,e,t){var a=t.axesInfo=[];C(e,function(i,n){var o=i.axisPointerModel.option,s=r[n];s?(!i.useHandle&&(o.status="show"),o.value=s.value,o.seriesDataIndices=(s.payloadBatch||[]).slice()):!i.useHandle&&(o.status="hide"),o.status==="show"&&a.push({axisDim:i.axis.dim,axisIndex:i.axis.model.componentIndex,value:o.value})})}function l7(r,e,t,a){if(Yu(e)||!r.list.length){a({type:"hideTip"});return}var i=((r.list[0].dataByAxis[0]||{}).seriesDataIndices||[])[0]||{};a({type:"showTip",escapeConnect:!0,x:e[0],y:e[1],tooltipOption:t.tooltipOption,position:t.position,dataIndexInside:i.dataIndexInside,dataIndex:i.dataIndex,seriesIndex:i.seriesIndex,dataByCoordSys:r.list})}function u7(r,e,t){var a=t.getZr(),i="axisPointerLastHighlights",n=yx(a)[i]||{},o=yx(a)[i]={};C(r,function(u,f){var h=u.axisPointerModel.option;h.status==="show"&&C(h.seriesDataIndices,function(v){var c=v.seriesIndex+" | "+v.dataIndex;o[c]=v})});var s=[],l=[];C(n,function(u,f){!o[f]&&l.push(u)}),C(o,function(u,f){!n[f]&&s.push(u)}),l.length&&t.dispatchAction({type:"downplay",escapeConnect:!0,notBlur:!0,batch:l}),s.length&&t.dispatchAction({type:"highlight",escapeConnect:!0,notBlur:!0,batch:s})}function f7(r,e){for(var t=0;t<(r||[]).length;t++){var a=r[t];if(e.axis.dim===a.axisDim&&e.axis.model.componentIndex===a.axisIndex)return a}}function _x(r){var e=r.axis.model,t={},a=t.axisDim=r.axis.dim;return t.axisIndex=t[a+"AxisIndex"]=e.componentIndex,t.axisName=t[a+"AxisName"]=e.name,t.axisId=t[a+"AxisId"]=e.id,t}function Yu(r){return!r||r[0]==null||isNaN(r[0])||r[1]==null||isNaN(r[1])}function Tl(r){vn.registerAxisPointerClass("CartesianAxisPointer",Z6),r.registerComponentModel(q6),r.registerComponentView(r7),r.registerPreprocessor(function(e){if(e){(!e.axisPointer||e.axisPointer.length===0)&&(e.axisPointer={});var t=e.axisPointer.link;t&&!z(t)&&(e.axisPointer.link=[t])}}),r.registerProcessor(r.PRIORITY.PROCESSOR.STATISTIC,function(e,t){e.getComponent("axisPointer").coordSysAxesInfo=jz(e,t)}),r.registerAction({type:"updateAxisPointer",event:"updateAxisPointer",update:":updateAxisPointer"},a7)}function h7(r){pt(VM),pt(Tl)}var v7=function(r){k(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e.prototype.makeElOption=function(t,a,i,n,o){var s=i.axis;s.dim==="angle"&&(this.animationThreshold=Math.PI/18);var l=s.polar,u=l.getOtherAxis(s),f=u.getExtent(),h=s.dataToCoord(a),v=n.get("type");if(v&&v!=="none"){var c=Dy(n),p=p7[v](s,l,h,f);p.style=c,t.graphicKey=p.type,t.pointer=p}var d=n.get(["label","margin"]),g=c7(a,i,n,l,d);lL(t,i,n,o,g)},e}(My);function c7(r,e,t,a,i){var n=e.axis,o=n.dataToCoord(r),s=a.getAngleAxis().getExtent()[0];s=s/180*Math.PI;var l=a.getRadiusAxis().getExtent(),u,f,h;if(n.dim==="radius"){var v=nr();ln(v,v,s),zr(v,v,[a.cx,a.cy]),u=mr([o,-i],v);var c=e.getModel("axisLabel").get("rotate")||0,p=ha.innerTextLayout(s,c*Math.PI/180,-1);f=p.textAlign,h=p.textVerticalAlign}else{var d=l[1];u=a.coordToPoint([d+i,o]);var g=a.cx,y=a.cy;f=Math.abs(u[0]-g)/d<.3?"center":u[0]>g?"left":"right",h=Math.abs(u[1]-y)/d<.3?"middle":u[1]>y?"top":"bottom"}return{position:u,align:f,verticalAlign:h}}var p7={line:function(r,e,t,a){return r.dim==="angle"?{type:"Line",shape:Iy(e.coordToPoint([a[0],t]),e.coordToPoint([a[1],t]))}:{type:"Circle",shape:{cx:e.cx,cy:e.cy,r:t}}},shadow:function(r,e,t,a){var i=Math.max(1,r.getBandWidth()),n=Math.PI/180;return r.dim==="angle"?{type:"Sector",shape:cx(e.cx,e.cy,a[0],a[1],(-t-i/2)*n,(-t+i/2)*n)}:{type:"Sector",shape:cx(e.cx,e.cy,t-i/2,t+i/2,0,Math.PI*2)}}},d7=v7,g7=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.prototype.findAxisModel=function(t){var a,i=this.ecModel;return i.eachComponent(t,function(n){n.getCoordSysModel()===this&&(a=n)},this),a},e.type="polar",e.dependencies=["radiusAxis","angleAxis"],e.defaultOption={z:0,center:["50%","50%"],radius:"80%"},e}(bt),y7=g7,Py=function(r){k(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e.prototype.getCoordSysModel=function(){return this.getReferringComponents("polar",qt).models[0]},e.type="polarAxis",e}(bt);jt(Py,gl);var m7=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.type="angleAxis",e}(Py),_7=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.type="radiusAxis",e}(Py),Ry=function(r){k(e,r);function e(t,a){return r.call(this,"radius",t,a)||this}return e.prototype.pointToData=function(t,a){return this.polar.pointToData(t,a)[this.dim==="radius"?0:1]},e}(br);Ry.prototype.dataToRadius=br.prototype.dataToCoord;Ry.prototype.radiusToData=br.prototype.coordToData;var S7=Ry,x7=At(),Ey=function(r){k(e,r);function e(t,a){return r.call(this,"angle",t,a||[0,360])||this}return e.prototype.pointToData=function(t,a){return this.polar.pointToData(t,a)[this.dim==="radius"?0:1]},e.prototype.calculateCategoryInterval=function(){var t=this,a=t.getLabelModel(),i=t.scale,n=i.getExtent(),o=i.count();if(n[1]-n[0]<1)return 0;var s=n[0],l=t.dataToCoord(s+1)-t.dataToCoord(s),u=Math.abs(l),f=il(s==null?"":s+"",a.getFont(),"center","top"),h=Math.max(f.height,7),v=h/u;isNaN(v)&&(v=1/0);var c=Math.max(0,Math.floor(v)),p=x7(t.model),d=p.lastAutoInterval,g=p.lastTickCount;return d!=null&&g!=null&&Math.abs(d-c)<=1&&Math.abs(g-o)<=1&&d>c?c=d:(p.lastTickCount=o,p.lastAutoInterval=c),c},e}(br);Ey.prototype.dataToAngle=br.prototype.dataToCoord;Ey.prototype.angleToData=br.prototype.coordToData;var b7=Ey,pL=["radius","angle"],w7=function(){function r(e){this.dimensions=pL,this.type="polar",this.cx=0,this.cy=0,this._radiusAxis=new S7,this._angleAxis=new b7,this.axisPointerEnabled=!0,this.name=e||"",this._radiusAxis.polar=this._angleAxis.polar=this}return r.prototype.containPoint=function(e){var t=this.pointToCoord(e);return this._radiusAxis.contain(t[0])&&this._angleAxis.contain(t[1])},r.prototype.containData=function(e){return this._radiusAxis.containData(e[0])&&this._angleAxis.containData(e[1])},r.prototype.getAxis=function(e){var t="_"+e+"Axis";return this[t]},r.prototype.getAxes=function(){return[this._radiusAxis,this._angleAxis]},r.prototype.getAxesByScale=function(e){var t=[],a=this._angleAxis,i=this._radiusAxis;return a.scale.type===e&&t.push(a),i.scale.type===e&&t.push(i),t},r.prototype.getAngleAxis=function(){return this._angleAxis},r.prototype.getRadiusAxis=function(){return this._radiusAxis},r.prototype.getOtherAxis=function(e){var t=this._angleAxis;return e===t?this._radiusAxis:t},r.prototype.getBaseAxis=function(){return this.getAxesByScale("ordinal")[0]||this.getAxesByScale("time")[0]||this.getAngleAxis()},r.prototype.getTooltipAxes=function(e){var t=e!=null&&e!=="auto"?this.getAxis(e):this.getBaseAxis();return{baseAxes:[t],otherAxes:[this.getOtherAxis(t)]}},r.prototype.dataToPoint=function(e,t){return this.coordToPoint([this._radiusAxis.dataToRadius(e[0],t),this._angleAxis.dataToAngle(e[1],t)])},r.prototype.pointToData=function(e,t){var a=this.pointToCoord(e);return[this._radiusAxis.radiusToData(a[0],t),this._angleAxis.angleToData(a[1],t)]},r.prototype.pointToCoord=function(e){var t=e[0]-this.cx,a=e[1]-this.cy,i=this.getAngleAxis(),n=i.getExtent(),o=Math.min(n[0],n[1]),s=Math.max(n[0],n[1]);i.inverse?o=s-360:s=o+360;var l=Math.sqrt(t*t+a*a);t/=l,a/=l;for(var u=Math.atan2(-a,t)/Math.PI*180,f=u<o?1:-1;u<o||u>s;)u+=f*360;return[l,u]},r.prototype.coordToPoint=function(e){var t=e[0],a=e[1]/180*Math.PI,i=Math.cos(a)*t+this.cx,n=-Math.sin(a)*t+this.cy;return[i,n]},r.prototype.getArea=function(){var e=this.getAngleAxis(),t=this.getRadiusAxis(),a=t.getExtent().slice();a[0]>a[1]&&a.reverse();var i=e.getExtent(),n=Math.PI/180;return{cx:this.cx,cy:this.cy,r0:a[0],r:a[1],startAngle:-i[0]*n,endAngle:-i[1]*n,clockwise:e.inverse,contain:function(o,s){var l=o-this.cx,u=s-this.cy,f=l*l+u*u-1e-4,h=this.r,v=this.r0;return f<=h*h&&f>=v*v}}},r.prototype.convertToPixel=function(e,t,a){var i=Sx(t);return i===this?this.dataToPoint(a):null},r.prototype.convertFromPixel=function(e,t,a){var i=Sx(t);return i===this?this.pointToData(a):null},r}();function Sx(r){var e=r.seriesModel,t=r.polarModel;return t&&t.coordinateSystem||e&&e.coordinateSystem}var T7=w7;function A7(r,e,t){var a=e.get("center"),i=t.getWidth(),n=t.getHeight();r.cx=H(a[0],i),r.cy=H(a[1],n);var o=r.getRadiusAxis(),s=Math.min(i,n)/2,l=e.get("radius");l==null?l=[0,"100%"]:z(l)||(l=[0,l]);var u=[H(l[0],s),H(l[1],s)];o.inverse?o.setExtent(u[1],u[0]):o.setExtent(u[0],u[1])}function C7(r,e){var t=this,a=t.getAngleAxis(),i=t.getRadiusAxis();if(a.scale.setExtent(1/0,-1/0),i.scale.setExtent(1/0,-1/0),r.eachSeries(function(s){if(s.coordinateSystem===t){var l=s.getData();C(bf(l,"radius"),function(u){i.scale.unionExtentFromData(l,u)}),C(bf(l,"angle"),function(u){a.scale.unionExtentFromData(l,u)})}}),ro(a.scale,a.model),ro(i.scale,i.model),a.type==="category"&&!a.onBand){var n=a.getExtent(),o=360/a.scale.count();a.inverse?n[1]+=o:n[1]-=o,a.setExtent(n[0],n[1])}}function M7(r){return r.mainType==="angleAxis"}function xx(r,e){if(r.type=e.get("type"),r.scale=bh(e),r.onBand=e.get("boundaryGap")&&r.type==="category",r.inverse=e.get("inverse"),M7(e)){r.inverse=r.inverse!==e.get("clockwise");var t=e.get("startAngle");r.setExtent(t,t+(r.inverse?-360:360))}e.axis=r,r.model=e}var D7={dimensions:pL,create:function(r,e){var t=[];return r.eachComponent("polar",function(a,i){var n=new T7(i+"");n.update=C7;var o=n.getRadiusAxis(),s=n.getAngleAxis(),l=a.findAxisModel("radiusAxis"),u=a.findAxisModel("angleAxis");xx(o,l),xx(s,u),A7(n,a,e),t.push(n),a.coordinateSystem=n,n.model=a}),r.eachSeries(function(a){if(a.get("coordinateSystem")==="polar"){var i=a.getReferringComponents("polar",qt).models[0];a.coordinateSystem=i.coordinateSystem}}),t}},L7=D7,I7=["axisLine","axisLabel","axisTick","minorTick","splitLine","minorSplitLine","splitArea"];function Su(r,e,t){e[1]>e[0]&&(e=e.slice().reverse());var a=r.coordToPoint([e[0],t]),i=r.coordToPoint([e[1],t]);return{x1:a[0],y1:a[1],x2:i[0],y2:i[1]}}function xu(r){var e=r.getRadiusAxis();return e.inverse?0:1}function bx(r){var e=r[0],t=r[r.length-1];e&&t&&Math.abs(Math.abs(e.coord-t.coord)-360)<1e-4&&r.pop()}var P7=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t.axisPointerClass="PolarAxisPointer",t}return e.prototype.render=function(t,a){if(this.group.removeAll(),!!t.get("show")){var i=t.axis,n=i.polar,o=n.getRadiusAxis().getExtent(),s=i.getTicksCoords(),l=i.getMinorTicksCoords(),u=G(i.getViewLabels(),function(f){f=J(f);var h=i.scale,v=h.type==="ordinal"?h.getRawOrdinalNumber(f.tickValue):f.tickValue;return f.coord=i.dataToCoord(v),f});bx(u),bx(s),C(I7,function(f){t.get([f,"show"])&&(!i.scale.isBlank()||f==="axisLine")&&R7[f](this.group,t,n,s,l,o,u)},this)}},e.type="angleAxis",e}(vn),R7={axisLine:function(r,e,t,a,i,n){var o=e.getModel(["axisLine","lineStyle"]),s=xu(t),l=s?0:1,u;n[l]===0?u=new Wr({shape:{cx:t.cx,cy:t.cy,r:n[s]},style:o.getLineStyle(),z2:1,silent:!0}):u=new ih({shape:{cx:t.cx,cy:t.cy,r:n[s],r0:n[l]},style:o.getLineStyle(),z2:1,silent:!0}),u.style.fill=null,r.add(u)},axisTick:function(r,e,t,a,i,n){var o=e.getModel("axisTick"),s=(o.get("inside")?-1:1)*o.get("length"),l=n[xu(t)],u=G(a,function(f){return new oe({shape:Su(t,[l,l+s],f.coord)})});r.add(er(u,{style:Q(o.getModel("lineStyle").getLineStyle(),{stroke:e.get(["axisLine","lineStyle","color"])})}))},minorTick:function(r,e,t,a,i,n){if(!!i.length){for(var o=e.getModel("axisTick"),s=e.getModel("minorTick"),l=(o.get("inside")?-1:1)*s.get("length"),u=n[xu(t)],f=[],h=0;h<i.length;h++)for(var v=0;v<i[h].length;v++)f.push(new oe({shape:Su(t,[u,u+l],i[h][v].coord)}));r.add(er(f,{style:Q(s.getModel("lineStyle").getLineStyle(),Q(o.getLineStyle(),{stroke:e.get(["axisLine","lineStyle","color"])}))}))}},axisLabel:function(r,e,t,a,i,n,o){var s=e.getCategories(!0),l=e.getModel("axisLabel"),u=l.get("margin"),f=e.get("triggerEvent");C(o,function(h,v){var c=l,p=h.tickValue,d=n[xu(t)],g=t.coordToPoint([d+u,h.coord]),y=t.cx,m=t.cy,_=Math.abs(g[0]-y)/d<.3?"center":g[0]>y?"left":"right",S=Math.abs(g[1]-m)/d<.3?"middle":g[1]>m?"top":"bottom";if(s&&s[p]){var b=s[p];j(b)&&b.textStyle&&(c=new Nt(b.textStyle,l,l.ecModel))}var x=new Ct({silent:ha.isLabelSilent(e),style:Gt(c,{x:g[0],y:g[1],fill:c.getTextColor()||e.get(["axisLine","lineStyle","color"]),text:h.formattedLabel,align:_,verticalAlign:S})});if(r.add(x),f){var w=ha.makeAxisEventDataBase(e);w.targetType="axisLabel",w.value=h.rawLabel,at(x).eventData=w}},this)},splitLine:function(r,e,t,a,i,n){var o=e.getModel("splitLine"),s=o.getModel("lineStyle"),l=s.get("color"),u=0;l=l instanceof Array?l:[l];for(var f=[],h=0;h<a.length;h++){var v=u++%l.length;f[v]=f[v]||[],f[v].push(new oe({shape:Su(t,n,a[h].coord)}))}for(var h=0;h<f.length;h++)r.add(er(f[h],{style:Q({stroke:l[h%l.length]},s.getLineStyle()),silent:!0,z:e.get("z")}))},minorSplitLine:function(r,e,t,a,i,n){if(!!i.length){for(var o=e.getModel("minorSplitLine"),s=o.getModel("lineStyle"),l=[],u=0;u<i.length;u++)for(var f=0;f<i[u].length;f++)l.push(new oe({shape:Su(t,n,i[u][f].coord)}));r.add(er(l,{style:s.getLineStyle(),silent:!0,z:e.get("z")}))}},splitArea:function(r,e,t,a,i,n){if(!!a.length){var o=e.getModel("splitArea"),s=o.getModel("areaStyle"),l=s.get("color"),u=0;l=l instanceof Array?l:[l];for(var f=[],h=Math.PI/180,v=-a[0].coord*h,c=Math.min(n[0],n[1]),p=Math.max(n[0],n[1]),d=e.get("clockwise"),g=1,y=a.length;g<=y;g++){var m=g===y?a[0].coord:a[g].coord,_=u++%l.length;f[_]=f[_]||[],f[_].push(new Ee({shape:{cx:t.cx,cy:t.cy,r0:c,r:p,startAngle:v,endAngle:-m*h,clockwise:d},silent:!0})),v=-m*h}for(var g=0;g<f.length;g++)r.add(er(f[g],{style:Q({fill:l[g%l.length]},s.getAreaStyle()),silent:!0}))}}},E7=P7,k7=["axisLine","axisTickLabel","axisName"],O7=["splitLine","splitArea","minorSplitLine"],N7=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t.axisPointerClass="PolarAxisPointer",t}return e.prototype.render=function(t,a){if(this.group.removeAll(),!!t.get("show")){var i=this._axisGroup,n=this._axisGroup=new rt;this.group.add(n);var o=t.axis,s=o.polar,l=s.getAngleAxis(),u=o.getTicksCoords(),f=o.getMinorTicksCoords(),h=l.getExtent()[0],v=o.getExtent(),c=V7(s,t,h),p=new ha(t,c);C(k7,p.add,p),n.add(p.getGroup()),ll(i,n,t),C(O7,function(d){t.get([d,"show"])&&!o.scale.isBlank()&&B7[d](this.group,t,s,h,v,u,f)},this)}},e.type="radiusAxis",e}(vn),B7={splitLine:function(r,e,t,a,i,n){var o=e.getModel("splitLine"),s=o.getModel("lineStyle"),l=s.get("color"),u=0;l=l instanceof Array?l:[l];for(var f=[],h=0;h<n.length;h++){var v=u++%l.length;f[v]=f[v]||[],f[v].push(new Wr({shape:{cx:t.cx,cy:t.cy,r:Math.max(n[h].coord,0)}}))}for(var h=0;h<f.length;h++)r.add(er(f[h],{style:Q({stroke:l[h%l.length],fill:null},s.getLineStyle()),silent:!0}))},minorSplitLine:function(r,e,t,a,i,n,o){if(!!o.length){for(var s=e.getModel("minorSplitLine"),l=s.getModel("lineStyle"),u=[],f=0;f<o.length;f++)for(var h=0;h<o[f].length;h++)u.push(new Wr({shape:{cx:t.cx,cy:t.cy,r:o[f][h].coord}}));r.add(er(u,{style:Q({fill:null},l.getLineStyle()),silent:!0}))}},splitArea:function(r,e,t,a,i,n){if(!!n.length){var o=e.getModel("splitArea"),s=o.getModel("areaStyle"),l=s.get("color"),u=0;l=l instanceof Array?l:[l];for(var f=[],h=n[0].coord,v=1;v<n.length;v++){var c=u++%l.length;f[c]=f[c]||[],f[c].push(new Ee({shape:{cx:t.cx,cy:t.cy,r0:h,r:n[v].coord,startAngle:0,endAngle:Math.PI*2},silent:!0})),h=n[v].coord}for(var v=0;v<f.length;v++)r.add(er(f[v],{style:Q({fill:l[v%l.length]},s.getAreaStyle()),silent:!0}))}}};function V7(r,e,t){return{position:[r.cx,r.cy],rotation:t/180*Math.PI,labelDirection:-1,tickDirection:-1,nameDirection:1,labelRotate:e.getModel("axisLabel").get("rotate"),z2:1}}var z7=N7;function dL(r){return r.get("stack")||"__ec_stack_"+r.seriesIndex}function gL(r,e){return e.dim+r.model.componentIndex}function G7(r,e,t){var a={},i=F7(Rt(e.getSeriesByType(r),function(n){return!e.isSeriesFiltered(n)&&n.coordinateSystem&&n.coordinateSystem.type==="polar"}));e.eachSeriesByType(r,function(n){if(n.coordinateSystem.type==="polar"){var o=n.getData(),s=n.coordinateSystem,l=s.getBaseAxis(),u=gL(s,l),f=dL(n),h=i[u][f],v=h.offset,c=h.width,p=s.getOtherAxis(l),d=n.coordinateSystem.cx,g=n.coordinateSystem.cy,y=n.get("barMinHeight")||0,m=n.get("barMinAngle")||0;a[f]=a[f]||[];for(var _=o.mapDimension(p.dim),S=o.mapDimension(l.dim),b=qa(o,_),x=l.dim!=="radius"||!n.get("roundCap",!0),w=p.dataToCoord(0),T=0,A=o.count();T<A;T++){var M=o.get(_,T),D=o.get(S,T),L=M>=0?"p":"n",I=w;b&&(a[f][D]||(a[f][D]={p:w,n:w}),I=a[f][D][L]);var P=void 0,R=void 0,E=void 0,N=void 0;if(p.dim==="radius"){var O=p.dataToCoord(M)-w,B=l.dataToCoord(D);Math.abs(O)<y&&(O=(O<0?-1:1)*y),P=I,R=I+O,E=B-v,N=E-c,b&&(a[f][D][L]=R)}else{var F=p.dataToCoord(M,x)-w,W=l.dataToCoord(D);Math.abs(F)<m&&(F=(F<0?-1:1)*m),P=W+v,R=P+c,E=I,N=I+F,b&&(a[f][D][L]=N)}o.setItemLayout(T,{cx:d,cy:g,r0:P,r:R,startAngle:-E*Math.PI/180,endAngle:-N*Math.PI/180,clockwise:E>=N})}}})}function F7(r){var e={};C(r,function(a,i){var n=a.getData(),o=a.coordinateSystem,s=o.getBaseAxis(),l=gL(o,s),u=s.getExtent(),f=s.type==="category"?s.getBandWidth():Math.abs(u[1]-u[0])/n.count(),h=e[l]||{bandWidth:f,remainedWidth:f,autoWidthCount:0,categoryGap:"20%",gap:"30%",stacks:{}},v=h.stacks;e[l]=h;var c=dL(a);v[c]||h.autoWidthCount++,v[c]=v[c]||{width:0,maxWidth:0};var p=H(a.get("barWidth"),f),d=H(a.get("barMaxWidth"),f),g=a.get("barGap"),y=a.get("barCategoryGap");p&&!v[c].width&&(p=Math.min(h.remainedWidth,p),v[c].width=p,h.remainedWidth-=p),d&&(v[c].maxWidth=d),g!=null&&(h.gap=g),y!=null&&(h.categoryGap=y)});var t={};return C(e,function(a,i){t[i]={};var n=a.stacks,o=a.bandWidth,s=H(a.categoryGap,o),l=H(a.gap,1),u=a.remainedWidth,f=a.autoWidthCount,h=(u-s)/(f+(f-1)*l);h=Math.max(h,0),C(n,function(d,g){var y=d.maxWidth;y&&y<h&&(y=Math.min(y,u),d.width&&(y=Math.min(y,d.width)),u-=y,d.width=y,f--)}),h=(u-s)/(f+(f-1)*l),h=Math.max(h,0);var v=0,c;C(n,function(d,g){d.width||(d.width=h),c=d,v+=d.width*(1+l)}),c&&(v-=c.width*l);var p=-v/2;C(n,function(d,g){t[i][g]=t[i][g]||{offset:p,width:d.width},p+=d.width*(1+l)})}),t}var H7={startAngle:90,clockwise:!0,splitNumber:12,axisLabel:{rotate:0}},W7={splitNumber:5},$7=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.type="polar",e}(Wt);function U7(r){pt(Tl),vn.registerAxisPointerClass("PolarAxisPointer",d7),r.registerCoordinateSystem("polar",L7),r.registerComponentModel(y7),r.registerComponentView($7),io(r,"angle",m7,H7),io(r,"radius",_7,W7),r.registerComponentView(E7),r.registerComponentView(z7),r.registerLayout(it(G7,"bar"))}function Ad(r,e){e=e||{};var t=r.coordinateSystem,a=r.axis,i={},n=a.position,o=a.orient,s=t.getRect(),l=[s.x,s.x+s.width,s.y,s.y+s.height],u={horizontal:{top:l[2],bottom:l[3]},vertical:{left:l[0],right:l[1]}};i.position=[o==="vertical"?u.vertical[n]:l[0],o==="horizontal"?u.horizontal[n]:l[3]];var f={horizontal:0,vertical:1};i.rotation=Math.PI/2*f[o];var h={top:-1,bottom:1,right:1,left:-1};i.labelDirection=i.tickDirection=i.nameDirection=h[n],r.get(["axisTick","inside"])&&(i.tickDirection=-i.tickDirection),ne(e.labelInside,r.get(["axisLabel","inside"]))&&(i.labelDirection=-i.labelDirection);var v=e.rotate;return v==null&&(v=r.get(["axisLabel","rotate"])),i.labelRotation=n==="top"?-v:v,i.z2=1,i}var Y7=["axisLine","axisTickLabel","axisName"],Z7=["splitArea","splitLine"],X7=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t.axisPointerClass="SingleAxisPointer",t}return e.prototype.render=function(t,a,i,n){var o=this.group;o.removeAll();var s=this._axisGroup;this._axisGroup=new rt;var l=Ad(t),u=new ha(t,l);C(Y7,u.add,u),o.add(this._axisGroup),o.add(u.getGroup()),C(Z7,function(f){t.get([f,"show"])&&q7[f](this,this.group,this._axisGroup,t)},this),ll(s,this._axisGroup,t),r.prototype.render.call(this,t,a,i,n)},e.prototype.remove=function(){OM(this)},e.type="singleAxis",e}(vn),q7={splitLine:function(r,e,t,a){var i=a.axis;if(!i.scale.isBlank()){var n=a.getModel("splitLine"),o=n.getModel("lineStyle"),s=o.get("color");s=s instanceof Array?s:[s];for(var l=a.coordinateSystem.getRect(),u=i.isHorizontal(),f=[],h=0,v=i.getTicksCoords({tickModel:n}),c=[],p=[],d=0;d<v.length;++d){var g=i.toGlobalCoord(v[d].coord);u?(c[0]=g,c[1]=l.y,p[0]=g,p[1]=l.y+l.height):(c[0]=l.x,c[1]=g,p[0]=l.x+l.width,p[1]=g);var y=h++%s.length;f[y]=f[y]||[],f[y].push(new oe({subPixelOptimize:!0,shape:{x1:c[0],y1:c[1],x2:p[0],y2:p[1]},silent:!0}))}for(var m=o.getLineStyle(["color"]),d=0;d<f.length;++d)e.add(er(f[d],{style:Q({stroke:s[d%s.length]},m),silent:!0}))}},splitArea:function(r,e,t,a){kM(r,t,a,a)}},K7=X7,yL=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.prototype.getCoordSysModel=function(){return this},e.type="singleAxis",e.layoutMode="box",e.defaultOption={left:"5%",top:"5%",right:"5%",bottom:"5%",type:"value",position:"bottom",orient:"horizontal",axisLine:{show:!0,lineStyle:{width:1,type:"solid"}},tooltip:{show:!0},axisTick:{show:!0,length:6,lineStyle:{width:1}},axisLabel:{show:!0,interval:"auto"},splitLine:{show:!0,lineStyle:{type:"dashed",opacity:.2}}},e}(bt);jt(yL,gl.prototype);var Oc=yL,Q7=function(r){k(e,r);function e(t,a,i,n,o){var s=r.call(this,t,a,i)||this;return s.type=n||"value",s.position=o||"bottom",s}return e.prototype.isHorizontal=function(){var t=this.position;return t==="top"||t==="bottom"},e.prototype.pointToData=function(t,a){return this.coordinateSystem.pointToData(t)[0]},e}(br),j7=Q7,mL=["single"],J7=function(){function r(e,t,a){this.type="single",this.dimension="single",this.dimensions=mL,this.axisPointerEnabled=!0,this.model=e,this._init(e,t,a)}return r.prototype._init=function(e,t,a){var i=this.dimension,n=new j7(i,bh(e),[0,0],e.get("type"),e.get("position")),o=n.type==="category";n.onBand=o&&e.get("boundaryGap"),n.inverse=e.get("inverse"),n.orient=e.get("orient"),e.axis=n,n.model=e,n.coordinateSystem=this,this._axis=n},r.prototype.update=function(e,t){e.eachSeries(function(a){if(a.coordinateSystem===this){var i=a.getData();C(i.mapDimensionsAll(this.dimension),function(n){this._axis.scale.unionExtentFromData(i,n)},this),ro(this._axis.scale,this._axis.model)}},this)},r.prototype.resize=function(e,t){this._rect=te({left:e.get("left"),top:e.get("top"),right:e.get("right"),bottom:e.get("bottom"),width:e.get("width"),height:e.get("height")},{width:t.getWidth(),height:t.getHeight()}),this._adjustAxis()},r.prototype.getRect=function(){return this._rect},r.prototype._adjustAxis=function(){var e=this._rect,t=this._axis,a=t.isHorizontal(),i=a?[0,e.width]:[0,e.height],n=t.reverse?1:0;t.setExtent(i[n],i[1-n]),this._updateAxisTransform(t,a?e.x:e.y)},r.prototype._updateAxisTransform=function(e,t){var a=e.getExtent(),i=a[0]+a[1],n=e.isHorizontal();e.toGlobalCoord=n?function(o){return o+t}:function(o){return i-o+t},e.toLocalCoord=n?function(o){return o-t}:function(o){return i-o+t}},r.prototype.getAxis=function(){return this._axis},r.prototype.getBaseAxis=function(){return this._axis},r.prototype.getAxes=function(){return[this._axis]},r.prototype.getTooltipAxes=function(){return{baseAxes:[this.getAxis()],otherAxes:[]}},r.prototype.containPoint=function(e){var t=this.getRect(),a=this.getAxis(),i=a.orient;return i==="horizontal"?a.contain(a.toLocalCoord(e[0]))&&e[1]>=t.y&&e[1]<=t.y+t.height:a.contain(a.toLocalCoord(e[1]))&&e[0]>=t.y&&e[0]<=t.y+t.height},r.prototype.pointToData=function(e){var t=this.getAxis();return[t.coordToData(t.toLocalCoord(e[t.orient==="horizontal"?0:1]))]},r.prototype.dataToPoint=function(e){var t=this.getAxis(),a=this.getRect(),i=[],n=t.orient==="horizontal"?0:1;return e instanceof Array&&(e=e[0]),i[n]=t.toGlobalCoord(t.dataToCoord(+e)),i[1-n]=n===0?a.y+a.height/2:a.x+a.width/2,i},r.prototype.convertToPixel=function(e,t,a){var i=Tx(t);return i===this?this.dataToPoint(a):null},r.prototype.convertFromPixel=function(e,t,a){var i=Tx(t);return i===this?this.pointToData(a):null},r}();function Tx(r){var e=r.seriesModel,t=r.singleAxisModel;return t&&t.coordinateSystem||e&&e.coordinateSystem}function tU(r,e){var t=[];return r.eachComponent("singleAxis",function(a,i){var n=new J7(a,r,e);n.name="single_"+i,n.resize(a,e),a.coordinateSystem=n,t.push(n)}),r.eachSeries(function(a){if(a.get("coordinateSystem")==="singleAxis"){var i=a.getReferringComponents("singleAxis",qt).models[0];a.coordinateSystem=i&&i.coordinateSystem}}),t}var eU={create:tU,dimensions:mL},rU=eU,Ax=["x","y"],aU=["width","height"],iU=function(r){k(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e.prototype.makeElOption=function(t,a,i,n,o){var s=i.axis,l=s.coordinateSystem,u=Nc(l,1-Bf(s)),f=l.dataToPoint(a)[0],h=n.get("type");if(h&&h!=="none"){var v=Dy(n),c=nU[h](s,f,u);c.style=v,t.graphicKey=c.type,t.pointer=c}var p=Ad(i);fL(a,t,p,i,n,o)},e.prototype.getHandleTransform=function(t,a,i){var n=Ad(a,{labelInside:!1});n.labelMargin=i.get(["handle","margin"]);var o=Ly(a.axis,t,n);return{x:o[0],y:o[1],rotation:n.rotation+(n.labelDirection<0?Math.PI:0)}},e.prototype.updateHandleTransform=function(t,a,i,n){var o=i.axis,s=o.coordinateSystem,l=Bf(o),u=Nc(s,l),f=[t.x,t.y];f[l]+=a[l],f[l]=Math.min(u[1],f[l]),f[l]=Math.max(u[0],f[l]);var h=Nc(s,1-l),v=(h[1]+h[0])/2,c=[v,v];return c[l]=f[l],{x:f[0],y:f[1],rotation:t.rotation,cursorPoint:c,tooltipOption:{verticalAlign:"middle"}}},e}(My),nU={line:function(r,e,t){var a=Iy([e,t[0]],[e,t[1]],Bf(r));return{type:"Line",subPixelOptimize:!0,shape:a}},shadow:function(r,e,t){var a=r.getBandWidth(),i=t[1]-t[0];return{type:"Rect",shape:hL([e-a/2,t[0]],[a,i],Bf(r))}}};function Bf(r){return r.isHorizontal()?0:1}function Nc(r,e){var t=r.getRect();return[t[Ax[e]],t[Ax[e]]+t[aU[e]]]}var oU=iU,sU=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.type="single",e}(Wt);function lU(r){pt(Tl),vn.registerAxisPointerClass("SingleAxisPointer",oU),r.registerComponentView(sU),r.registerComponentView(K7),r.registerComponentModel(Oc),io(r,"single",Oc,Oc.defaultOption),r.registerCoordinateSystem("single",rU)}var uU=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.prototype.init=function(t,a,i){var n=mo(t);r.prototype.init.apply(this,arguments),Cx(t,n)},e.prototype.mergeOption=function(t){r.prototype.mergeOption.apply(this,arguments),Cx(this.option,t)},e.prototype.getCellSize=function(){return this.option.cellSize},e.type="calendar",e.defaultOption={z:2,left:80,top:60,cellSize:20,orient:"horizontal",splitLine:{show:!0,lineStyle:{color:"#000",width:1,type:"solid"}},itemStyle:{color:"#fff",borderWidth:1,borderColor:"#ccc"},dayLabel:{show:!0,firstDay:0,position:"start",margin:"50%",color:"#000"},monthLabel:{show:!0,position:"start",margin:5,align:"center",formatter:null,color:"#000"},yearLabel:{show:!0,position:null,margin:30,formatter:null,color:"#ccc",fontFamily:"sans-serif",fontWeight:"bolder",fontSize:20}},e}(bt);function Cx(r,e){var t=r.cellSize,a;z(t)?a=t:a=r.cellSize=[t,t],a.length===1&&(a[1]=a[0]);var i=G([0,1],function(n){return gk(e,n)&&(a[n]="auto"),a[n]!=null&&a[n]!=="auto"});Xa(r,e,{type:"box",ignoreSize:i})}var fU=uU,hU=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.prototype.render=function(t,a,i){var n=this.group;n.removeAll();var o=t.coordinateSystem,s=o.getRangeInfo(),l=o.getOrient(),u=a.getLocaleModel();this._renderDayRect(t,s,n),this._renderLines(t,s,l,n),this._renderYearText(t,s,l,n),this._renderMonthText(t,u,l,n),this._renderWeekText(t,u,s,l,n)},e.prototype._renderDayRect=function(t,a,i){for(var n=t.coordinateSystem,o=t.getModel("itemStyle").getItemStyle(),s=n.getCellWidth(),l=n.getCellHeight(),u=a.start.time;u<=a.end.time;u=n.getNextNDay(u,1).time){var f=n.dataToRect([u],!1).tl,h=new xt({shape:{x:f[0],y:f[1],width:s,height:l},cursor:"default",style:o});i.add(h)}},e.prototype._renderLines=function(t,a,i,n){var o=this,s=t.coordinateSystem,l=t.getModel(["splitLine","lineStyle"]).getLineStyle(),u=t.get(["splitLine","show"]),f=l.lineWidth;this._tlpoints=[],this._blpoints=[],this._firstDayOfMonth=[],this._firstDayPoints=[];for(var h=a.start,v=0;h.time<=a.end.time;v++){p(h.formatedDate),v===0&&(h=s.getDateInfo(a.start.y+"-"+a.start.m));var c=h.date;c.setMonth(c.getMonth()+1),h=s.getDateInfo(c)}p(s.getNextNDay(a.end.time,1).formatedDate);function p(d){o._firstDayOfMonth.push(s.getDateInfo(d)),o._firstDayPoints.push(s.dataToRect([d],!1).tl);var g=o._getLinePointsOfOneWeek(t,d,i);o._tlpoints.push(g[0]),o._blpoints.push(g[g.length-1]),u&&o._drawSplitline(g,l,n)}u&&this._drawSplitline(o._getEdgesPoints(o._tlpoints,f,i),l,n),u&&this._drawSplitline(o._getEdgesPoints(o._blpoints,f,i),l,n)},e.prototype._getEdgesPoints=function(t,a,i){var n=[t[0].slice(),t[t.length-1].slice()],o=i==="horizontal"?0:1;return n[0][o]=n[0][o]-a/2,n[1][o]=n[1][o]+a/2,n},e.prototype._drawSplitline=function(t,a,i){var n=new Oe({z2:20,shape:{points:t},style:a});i.add(n)},e.prototype._getLinePointsOfOneWeek=function(t,a,i){for(var n=t.coordinateSystem,o=n.getDateInfo(a),s=[],l=0;l<7;l++){var u=n.getNextNDay(o.time,l),f=n.dataToRect([u.time],!1);s[2*u.day]=f.tl,s[2*u.day+1]=f[i==="horizontal"?"bl":"tr"]}return s},e.prototype._formatterLabel=function(t,a){return $(t)&&t?ck(t,a):K(t)?t(a):a.nameMap},e.prototype._yearTextPositionControl=function(t,a,i,n,o){var s=a[0],l=a[1],u=["center","bottom"];n==="bottom"?(l+=o,u=["center","top"]):n==="left"?s-=o:n==="right"?(s+=o,u=["center","top"]):l-=o;var f=0;return(n==="left"||n==="right")&&(f=Math.PI/2),{rotation:f,x:s,y:l,style:{align:u[0],verticalAlign:u[1]}}},e.prototype._renderYearText=function(t,a,i,n){var o=t.getModel("yearLabel");if(!!o.get("show")){var s=o.get("margin"),l=o.get("position");l||(l=i!=="horizontal"?"top":"left");var u=[this._tlpoints[this._tlpoints.length-1],this._blpoints[0]],f=(u[0][0]+u[1][0])/2,h=(u[0][1]+u[1][1])/2,v=i==="horizontal"?0:1,c={top:[f,u[v][1]],bottom:[f,u[1-v][1]],left:[u[1-v][0],h],right:[u[v][0],h]},p=a.start.y;+a.end.y>+a.start.y&&(p=p+"-"+a.end.y);var d=o.get("formatter"),g={start:a.start.y,end:a.end.y,nameMap:p},y=this._formatterLabel(d,g),m=new Ct({z2:30,style:Gt(o,{text:y})});m.attr(this._yearTextPositionControl(m,c[l],i,l,s)),n.add(m)}},e.prototype._monthTextPositionControl=function(t,a,i,n,o){var s="left",l="top",u=t[0],f=t[1];return i==="horizontal"?(f=f+o,a&&(s="center"),n==="start"&&(l="bottom")):(u=u+o,a&&(l="middle"),n==="start"&&(s="right")),{x:u,y:f,align:s,verticalAlign:l}},e.prototype._renderMonthText=function(t,a,i,n){var o=t.getModel("monthLabel");if(!!o.get("show")){var s=o.get("nameMap"),l=o.get("margin"),u=o.get("position"),f=o.get("align"),h=[this._tlpoints,this._blpoints];(!s||$(s))&&(s&&(a=Op(s)||a),s=a.get(["time","monthAbbr"])||[]);var v=u==="start"?0:1,c=i==="horizontal"?0:1;l=u==="start"?-l:l;for(var p=f==="center",d=0;d<h[v].length-1;d++){var g=h[v][d].slice(),y=this._firstDayOfMonth[d];if(p){var m=this._firstDayPoints[d];g[c]=(m[c]+h[0][d+1][c])/2}var _=o.get("formatter"),S=s[+y.m-1],b={yyyy:y.y,yy:(y.y+"").slice(2),MM:y.m,M:+y.m,nameMap:S},x=this._formatterLabel(_,b),w=new Ct({z2:30,style:V(Gt(o,{text:x}),this._monthTextPositionControl(g,p,i,u,l))});n.add(w)}}},e.prototype._weekTextPositionControl=function(t,a,i,n,o){var s="center",l="middle",u=t[0],f=t[1],h=i==="start";return a==="horizontal"?(u=u+n+(h?1:-1)*o[0]/2,s=h?"right":"left"):(f=f+n+(h?1:-1)*o[1]/2,l=h?"bottom":"top"),{x:u,y:f,align:s,verticalAlign:l}},e.prototype._renderWeekText=function(t,a,i,n,o){var s=t.getModel("dayLabel");if(!!s.get("show")){var l=t.coordinateSystem,u=s.get("position"),f=s.get("nameMap"),h=s.get("margin"),v=l.getFirstDayOfWeek();if(!f||$(f)){f&&(a=Op(f)||a);var c=a.get(["time","dayOfWeekShort"]);f=c||G(a.get(["time","dayOfWeekAbbr"]),function(b){return b[0]})}var p=l.getNextNDay(i.end.time,7-i.lweek).time,d=[l.getCellWidth(),l.getCellHeight()];h=H(h,Math.min(d[1],d[0])),u==="start"&&(p=l.getNextNDay(i.start.time,-(7+i.fweek)).time,h=-h);for(var g=0;g<7;g++){var y=l.getNextNDay(p,g),m=l.dataToRect([y.time],!1).center,_=g;_=Math.abs((g+v)%7);var S=new Ct({z2:30,style:V(Gt(s,{text:f[_]}),this._weekTextPositionControl(m,n,u,h,d))});o.add(S)}}},e.type="calendar",e}(Wt),vU=hU,Bc=864e5,cU=function(){function r(e,t,a){this.type="calendar",this.dimensions=r.dimensions,this.getDimensionsInfo=r.getDimensionsInfo,this._model=e}return r.getDimensionsInfo=function(){return[{name:"time",type:"time"},"value"]},r.prototype.getRangeInfo=function(){return this._rangeInfo},r.prototype.getModel=function(){return this._model},r.prototype.getRect=function(){return this._rect},r.prototype.getCellWidth=function(){return this._sw},r.prototype.getCellHeight=function(){return this._sh},r.prototype.getOrient=function(){return this._orient},r.prototype.getFirstDayOfWeek=function(){return this._firstDayOfWeek},r.prototype.getDateInfo=function(e){e=Fr(e);var t=e.getFullYear(),a=e.getMonth()+1,i=a<10?"0"+a:""+a,n=e.getDate(),o=n<10?"0"+n:""+n,s=e.getDay();return s=Math.abs((s+7-this.getFirstDayOfWeek())%7),{y:t+"",m:i,d:o,day:s,time:e.getTime(),formatedDate:t+"-"+i+"-"+o,date:e}},r.prototype.getNextNDay=function(e,t){return t=t||0,t===0?this.getDateInfo(e):(e=new Date(this.getDateInfo(e).time),e.setDate(e.getDate()+t),this.getDateInfo(e))},r.prototype.update=function(e,t){this._firstDayOfWeek=+this._model.getModel("dayLabel").get("firstDay"),this._orient=this._model.get("orient"),this._lineWidth=this._model.getModel("itemStyle").getItemStyle().lineWidth||0,this._rangeInfo=this._getRangeInfo(this._initRangeOption());var a=this._rangeInfo.weeks||1,i=["width","height"],n=this._model.getCellSize().slice(),o=this._model.getBoxLayoutParams(),s=this._orient==="horizontal"?[a,7]:[7,a];C([0,1],function(h){f(n,h)&&(o[i[h]]=n[h]*s[h])});var l={width:t.getWidth(),height:t.getHeight()},u=this._rect=te(o,l);C([0,1],function(h){f(n,h)||(n[h]=u[i[h]]/s[h])});function f(h,v){return h[v]!=null&&h[v]!=="auto"}this._sw=n[0],this._sh=n[1]},r.prototype.dataToPoint=function(e,t){z(e)&&(e=e[0]),t==null&&(t=!0);var a=this.getDateInfo(e),i=this._rangeInfo,n=a.formatedDate;if(t&&!(a.time>=i.start.time&&a.time<i.end.time+Bc))return[NaN,NaN];var o=a.day,s=this._getRangeInfo([i.start.time,n]).nthWeek;return this._orient==="vertical"?[this._rect.x+o*this._sw+this._sw/2,this._rect.y+s*this._sh+this._sh/2]:[this._rect.x+s*this._sw+this._sw/2,this._rect.y+o*this._sh+this._sh/2]},r.prototype.pointToData=function(e){var t=this.pointToDate(e);return t&&t.time},r.prototype.dataToRect=function(e,t){var a=this.dataToPoint(e,t);return{contentShape:{x:a[0]-(this._sw-this._lineWidth)/2,y:a[1]-(this._sh-this._lineWidth)/2,width:this._sw-this._lineWidth,height:this._sh-this._lineWidth},center:a,tl:[a[0]-this._sw/2,a[1]-this._sh/2],tr:[a[0]+this._sw/2,a[1]-this._sh/2],br:[a[0]+this._sw/2,a[1]+this._sh/2],bl:[a[0]-this._sw/2,a[1]+this._sh/2]}},r.prototype.pointToDate=function(e){var t=Math.floor((e[0]-this._rect.x)/this._sw)+1,a=Math.floor((e[1]-this._rect.y)/this._sh)+1,i=this._rangeInfo.range;return this._orient==="vertical"?this._getDateByWeeksAndDay(a,t-1,i):this._getDateByWeeksAndDay(t,a-1,i)},r.prototype.convertToPixel=function(e,t,a){var i=Mx(t);return i===this?i.dataToPoint(a):null},r.prototype.convertFromPixel=function(e,t,a){var i=Mx(t);return i===this?i.pointToData(a):null},r.prototype.containPoint=function(e){return console.warn("Not implemented."),!1},r.prototype._initRangeOption=function(){var e=this._model.get("range"),t;if(z(e)&&e.length===1&&(e=e[0]),z(e))t=e;else{var a=e.toString();if(/^\d{4}$/.test(a)&&(t=[a+"-01-01",a+"-12-31"]),/^\d{4}[\/|-]\d{1,2}$/.test(a)){var i=this.getDateInfo(a),n=i.date;n.setMonth(n.getMonth()+1);var o=this.getNextNDay(n,-1);t=[i.formatedDate,o.formatedDate]}/^\d{4}[\/|-]\d{1,2}[\/|-]\d{1,2}$/.test(a)&&(t=[a,a])}if(!t)return e;var s=this._getRangeInfo(t);return s.start.time>s.end.time&&t.reverse(),t},r.prototype._getRangeInfo=function(e){var t=[this.getDateInfo(e[0]),this.getDateInfo(e[1])],a;t[0].time>t[1].time&&(a=!0,t.reverse());var i=Math.floor(t[1].time/Bc)-Math.floor(t[0].time/Bc)+1,n=new Date(t[0].time),o=n.getDate(),s=t[1].date.getDate();n.setDate(o+i-1);var l=n.getDate();if(l!==s)for(var u=n.getTime()-t[1].time>0?1:-1;(l=n.getDate())!==s&&(n.getTime()-t[1].time)*u>0;)i-=u,n.setDate(l-u);var f=Math.floor((i+t[0].day+6)/7),h=a?-f+1:f-1;return a&&t.reverse(),{range:[t[0].formatedDate,t[1].formatedDate],start:t[0],end:t[1],allDay:i,weeks:f,nthWeek:h,fweek:t[0].day,lweek:t[1].day}},r.prototype._getDateByWeeksAndDay=function(e,t,a){var i=this._getRangeInfo(a);if(e>i.weeks||e===0&&t<i.fweek||e===i.weeks&&t>i.lweek)return null;var n=(e-1)*7-i.fweek+t,o=new Date(i.start.time);return o.setDate(+i.start.d+n),this.getDateInfo(o)},r.create=function(e,t){var a=[];return e.eachComponent("calendar",function(i){var n=new r(i);a.push(n),i.coordinateSystem=n}),e.eachSeries(function(i){i.get("coordinateSystem")==="calendar"&&(i.coordinateSystem=a[i.get("calendarIndex")||0])}),a},r.dimensions=["time","value"],r}();function Mx(r){var e=r.calendarModel,t=r.seriesModel,a=e?e.coordinateSystem:t?t.coordinateSystem:null;return a}var pU=cU;function dU(r){r.registerComponentModel(fU),r.registerComponentView(vU),r.registerCoordinateSystem("calendar",pU)}function gU(r,e){var t=r.existing;if(e.id=r.keyInfo.id,!e.type&&t&&(e.type=t.type),e.parentId==null){var a=e.parentOption;a?e.parentId=a.id:t&&(e.parentId=t.parentId)}e.parentOption=null}function Dx(r,e){var t;return C(e,function(a){r[a]!=null&&r[a]!=="auto"&&(t=!0)}),t}function yU(r,e,t){var a=V({},t),i=r[e],n=t.$action||"merge";n==="merge"?i?(lt(i,a,!0),Xa(i,a,{ignoreSize:!0}),iA(t,i),bu(t,i),bu(t,i,"shape"),bu(t,i,"style"),bu(t,i,"extra"),t.clipPath=i.clipPath):r[e]=a:n==="replace"?r[e]=a:n==="remove"&&i&&(r[e]=null)}var _L=["transition","enterFrom","leaveTo"],mU=_L.concat(["enterAnimation","updateAnimation","leaveAnimation"]);function bu(r,e,t){if(t&&(!r[t]&&e[t]&&(r[t]={}),r=r[t],e=e[t]),!(!r||!e))for(var a=t?_L:mU,i=0;i<a.length;i++){var n=a[i];r[n]==null&&e[n]!=null&&(r[n]=e[n])}}function _U(r,e){if(!!r&&(r.hv=e.hv=[Dx(e,["left","right"]),Dx(e,["top","bottom"])],r.type==="group")){var t=r,a=e;t.width==null&&(t.width=a.width=0),t.height==null&&(t.height=a.height=0)}}var SU=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t.preventAutoZ=!0,t}return e.prototype.mergeOption=function(t,a){var i=this.option.elements;this.option.elements=null,r.prototype.mergeOption.call(this,t,a),this.option.elements=i},e.prototype.optionUpdated=function(t,a){var i=this.option,n=(a?i:t).elements,o=i.elements=a?[]:i.elements,s=[];this._flatten(n,s,null);var l=zw(o,s,"normalMerge"),u=this._elOptionsToUpdate=[];C(l,function(f,h){var v=f.newOption;!v||(u.push(v),gU(f,v),yU(o,h,v),_U(o[h],v))},this),i.elements=Rt(o,function(f){return f&&delete f.$action,f!=null})},e.prototype._flatten=function(t,a,i){C(t,function(n){if(!!n){i&&(n.parentOption=i),a.push(n);var o=n.children;o&&o.length&&this._flatten(o,a,n),delete n.children}},this)},e.prototype.useElOptionsToUpdate=function(){var t=this._elOptionsToUpdate;return this._elOptionsToUpdate=null,t},e.type="graphic",e.defaultOption={elements:[]},e}(bt),Lx={path:null,compoundPath:null,group:rt,image:ve,text:Ct},je=At(),xU=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.prototype.init=function(){this._elMap=q()},e.prototype.render=function(t,a,i){t!==this._lastGraphicModel&&this._clear(),this._lastGraphicModel=t,this._updateElements(t),this._relocate(t,i)},e.prototype._updateElements=function(t){var a=t.useElOptionsToUpdate();if(!!a){var i=this._elMap,n=this.group,o=t.get("z"),s=t.get("zlevel");C(a,function(l){var u=Jt(l.id,null),f=u!=null?i.get(u):null,h=Jt(l.parentId,null),v=h!=null?i.get(h):n,c=l.type,p=l.style;c==="text"&&p&&l.hv&&l.hv[1]&&(p.textVerticalAlign=p.textBaseline=p.verticalAlign=p.align=null);var d=l.textContent,g=l.textConfig;if(p&&jD(p,c,!!g,!!d)){var y=JD(p,c,!0);!g&&y.textConfig&&(g=l.textConfig=y.textConfig),!d&&y.textContent&&(d=y.textContent)}var m=bU(l),_=l.$action||"merge",S=_==="merge",b=_==="replace";if(S){var x=!f,w=f;x?w=Ix(u,v,l.type,i):(w&&(je(w).isNew=!1),aL(w)),w&&(Uu(w,m,t,{isInit:x}),Px(w,l,o,s))}else if(b){Zu(f,l,i,t);var T=Ix(u,v,l.type,i);T&&(Uu(T,m,t,{isInit:!0}),Px(T,l,o,s))}else _==="remove"&&(eL(f,l),Zu(f,l,i,t));var A=i.get(u);if(A&&d)if(S){var M=A.getTextContent();M?M.attr(d):A.setTextContent(new Ct(d))}else b&&A.setTextContent(new Ct(d));if(A){var D=l.clipPath;if(D){var L=D.type,I=void 0,x=!1;if(S){var P=A.getClipPath();x=!P||je(P).type!==L,I=x?Cd(L):P}else b&&(x=!0,I=Cd(L));A.setClipPath(I),Uu(I,D,t,{isInit:x}),Of(I,D.keyframeAnimation,t)}var R=je(A);A.setTextConfig(g),R.option=l,wU(A,t,l),co({el:A,componentModel:t,itemName:A.name,itemTooltipOption:l.tooltip}),Of(A,l.keyframeAnimation,t)}})}},e.prototype._relocate=function(t,a){for(var i=t.option.elements,n=this.group,o=this._elMap,s=a.getWidth(),l=a.getHeight(),u=["x","y"],f=0;f<i.length;f++){var h=i[f],v=Jt(h.id,null),c=v!=null?o.get(v):null;if(!(!c||!c.isGroup)){var p=c.parent,d=p===n,g=je(c),y=je(p);g.width=H(g.option.width,d?s:y.width)||0,g.height=H(g.option.height,d?l:y.height)||0}}for(var f=i.length-1;f>=0;f--){var h=i[f],v=Jt(h.id,null),c=v!=null?o.get(v):null;if(!!c){var p=c.parent,y=je(p),m=p===n?{width:s,height:l}:{width:y.width,height:y.height},_={},S=ph(c,h,m,null,{hv:h.hv,boundingMode:h.bounding},_);if(!je(c).isNew&&S){for(var b=h.transition,x={},w=0;w<u.length;w++){var T=u[w],A=_[T];b&&(ji(b)||vt(b,T)>=0)?x[T]=A:c[T]=A}Tt(c,x,t,0)}else c.attr(_)}}},e.prototype._clear=function(){var t=this,a=this._elMap;a.each(function(i){Zu(i,je(i).option,a,t._lastGraphicModel)}),this._elMap=q()},e.prototype.dispose=function(){this._clear()},e.type="graphic",e}(Wt);function Cd(r){var e=Y(Lx,r)?Lx[r]:pg(r),t=new e({});return je(t).type=r,t}function Ix(r,e,t,a){var i=Cd(t);return e.add(i),a.set(r,i),je(i).id=r,je(i).isNew=!0,i}function Zu(r,e,t,a){var i=r&&r.parent;i&&(r.type==="group"&&r.traverse(function(n){Zu(n,e,t,a)}),Ih(r,e,a),t.removeKey(je(r).id))}function Px(r,e,t,a){r.isGroup||C([["cursor",or.prototype.cursor],["zlevel",a||0],["z",t||0],["z2",0]],function(i){var n=i[0];Y(e,n)?r[n]=ct(e[n],i[1]):r[n]==null&&(r[n]=i[1])}),C(mt(e),function(i){if(i.indexOf("on")===0){var n=e[i];r[i]=K(n)?n:null}}),Y(e,"draggable")&&(r.draggable=e.draggable),e.name!=null&&(r.name=e.name),e.id!=null&&(r.id=e.id)}function bU(r){return r=V({},r),C(["id","parentId","$action","hv","bounding","textContent","clipPath"].concat(aA),function(e){delete r[e]}),r}function wU(r,e,t){var a=at(r).eventData;!r.silent&&!r.ignore&&!a&&(a=at(r).eventData={componentType:"graphic",componentIndex:e.componentIndex,name:r.name}),a&&(a.info=t.info)}function TU(r){r.registerComponentModel(SU),r.registerComponentView(xU),r.registerPreprocessor(function(e){var t=e.graphic;z(t)?!t[0]||!t[0].elements?e.graphic=[{elements:t}]:e.graphic=[e.graphic[0]]:t&&!t.elements&&(e.graphic=[{elements:[t]}])})}var Rx=["x","y","radius","angle","single"],AU=["cartesian2d","polar","singleAxis"];function CU(r){var e=r.get("coordinateSystem");return vt(AU,e)>=0}function za(r){return r+"Axis"}function MU(r,e){var t=q(),a=[],i=q();r.eachComponent({mainType:"dataZoom",query:e},function(f){i.get(f.uid)||s(f)});var n;do n=!1,r.eachComponent("dataZoom",o);while(n);function o(f){!i.get(f.uid)&&l(f)&&(s(f),n=!0)}function s(f){i.set(f.uid,!0),a.push(f),u(f)}function l(f){var h=!1;return f.eachTargetAxis(function(v,c){var p=t.get(v);p&&p[c]&&(h=!0)}),h}function u(f){f.eachTargetAxis(function(h,v){(t.get(h)||t.set(h,[]))[v]=!0})}return a}function SL(r){var e=r.ecModel,t={infoList:[],infoMap:q()};return r.eachTargetAxis(function(a,i){var n=e.getComponent(za(a),i);if(!!n){var o=n.getCoordSysModel();if(!!o){var s=o.uid,l=t.infoMap.get(s);l||(l={model:o,axisModels:[]},t.infoList.push(l),t.infoMap.set(s,l)),l.axisModels.push(n)}}}),t}var Vc=function(){function r(){this.indexList=[],this.indexMap=[]}return r.prototype.add=function(e){this.indexMap[e]||(this.indexList.push(e),this.indexMap[e]=!0)},r}(),DU=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t._autoThrottle=!0,t._noTarget=!0,t._rangePropMode=["percent","percent"],t}return e.prototype.init=function(t,a,i){var n=Ex(t);this.settledOption=n,this.mergeDefaultAndTheme(t,i),this._doInit(n)},e.prototype.mergeOption=function(t){var a=Ex(t);lt(this.option,t,!0),lt(this.settledOption,a,!0),this._doInit(a)},e.prototype._doInit=function(t){var a=this.option;this._setDefaultThrottle(t),this._updateRangeUse(t);var i=this.settledOption;C([["start","startValue"],["end","endValue"]],function(n,o){this._rangePropMode[o]==="value"&&(a[n[0]]=i[n[0]]=null)},this),this._resetTarget()},e.prototype._resetTarget=function(){var t=this.get("orient",!0),a=this._targetAxisInfoMap=q(),i=this._fillSpecifiedTargetAxis(a);i?this._orient=t||this._makeAutoOrientByTargetAxis():(this._orient=t||"horizontal",this._fillAutoTargetAxisByOrient(a,this._orient)),this._noTarget=!0,a.each(function(n){n.indexList.length&&(this._noTarget=!1)},this)},e.prototype._fillSpecifiedTargetAxis=function(t){var a=!1;return C(Rx,function(i){var n=this.getReferringComponents(za(i),WP);if(!!n.specified){a=!0;var o=new Vc;C(n.models,function(s){o.add(s.componentIndex)}),t.set(i,o)}},this),a},e.prototype._fillAutoTargetAxisByOrient=function(t,a){var i=this.ecModel,n=!0;if(n){var o=a==="vertical"?"y":"x",s=i.findComponents({mainType:o+"Axis"});l(s,o)}if(n){var s=i.findComponents({mainType:"singleAxis",filter:function(f){return f.get("orient",!0)===a}});l(s,"single")}function l(u,f){var h=u[0];if(!!h){var v=new Vc;if(v.add(h.componentIndex),t.set(f,v),n=!1,f==="x"||f==="y"){var c=h.getReferringComponents("grid",qt).models[0];c&&C(u,function(p){h.componentIndex!==p.componentIndex&&c===p.getReferringComponents("grid",qt).models[0]&&v.add(p.componentIndex)})}}}n&&C(Rx,function(u){if(!!n){var f=i.findComponents({mainType:za(u),filter:function(v){return v.get("type",!0)==="category"}});if(f[0]){var h=new Vc;h.add(f[0].componentIndex),t.set(u,h),n=!1}}},this)},e.prototype._makeAutoOrientByTargetAxis=function(){var t;return this.eachTargetAxis(function(a){!t&&(t=a)},this),t==="y"?"vertical":"horizontal"},e.prototype._setDefaultThrottle=function(t){if(t.hasOwnProperty("throttle")&&(this._autoThrottle=!1),this._autoThrottle){var a=this.ecModel.option;this.option.throttle=a.animation&&a.animationDurationUpdate>0?100:20}},e.prototype._updateRangeUse=function(t){var a=this._rangePropMode,i=this.get("rangeMode");C([["start","startValue"],["end","endValue"]],function(n,o){var s=t[n[0]]!=null,l=t[n[1]]!=null;s&&!l?a[o]="percent":!s&&l?a[o]="value":i?a[o]=i[o]:s&&(a[o]="percent")})},e.prototype.noTarget=function(){return this._noTarget},e.prototype.getFirstTargetAxisModel=function(){var t;return this.eachTargetAxis(function(a,i){t==null&&(t=this.ecModel.getComponent(za(a),i))},this),t},e.prototype.eachTargetAxis=function(t,a){this._targetAxisInfoMap.each(function(i,n){C(i.indexList,function(o){t.call(a,n,o)})})},e.prototype.getAxisProxy=function(t,a){var i=this.getAxisModel(t,a);if(i)return i.__dzAxisProxy},e.prototype.getAxisModel=function(t,a){var i=this._targetAxisInfoMap.get(t);if(i&&i.indexMap[a])return this.ecModel.getComponent(za(t),a)},e.prototype.setRawRange=function(t){var a=this.option,i=this.settledOption;C([["start","startValue"],["end","endValue"]],function(n){(t[n[0]]!=null||t[n[1]]!=null)&&(a[n[0]]=i[n[0]]=t[n[0]],a[n[1]]=i[n[1]]=t[n[1]])},this),this._updateRangeUse(t)},e.prototype.setCalculatedRange=function(t){var a=this.option;C(["start","startValue","end","endValue"],function(i){a[i]=t[i]})},e.prototype.getPercentRange=function(){var t=this.findRepresentativeAxisProxy();if(t)return t.getDataPercentWindow()},e.prototype.getValueRange=function(t,a){if(t==null&&a==null){var i=this.findRepresentativeAxisProxy();if(i)return i.getDataValueWindow()}else return this.getAxisProxy(t,a).getDataValueWindow()},e.prototype.findRepresentativeAxisProxy=function(t){if(t)return t.__dzAxisProxy;for(var a,i=this._targetAxisInfoMap.keys(),n=0;n<i.length;n++)for(var o=i[n],s=this._targetAxisInfoMap.get(o),l=0;l<s.indexList.length;l++){var u=this.getAxisProxy(o,s.indexList[l]);if(u.hostedBy(this))return u;a||(a=u)}return a},e.prototype.getRangePropMode=function(){return this._rangePropMode.slice()},e.prototype.getOrient=function(){return this._orient},e.type="dataZoom",e.dependencies=["xAxis","yAxis","radiusAxis","angleAxis","singleAxis","series","toolbox"],e.defaultOption={z:4,filterMode:"filter",start:0,end:100},e}(bt);function Ex(r){var e={};return C(["start","end","startValue","endValue","throttle"],function(t){r.hasOwnProperty(t)&&(e[t]=r[t])}),e}var Js=DU,LU=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.type="dataZoom.select",e}(Js),IU=LU,PU=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.prototype.render=function(t,a,i,n){this.dataZoomModel=t,this.ecModel=a,this.api=i},e.type="dataZoom",e}(Wt),ky=PU,RU=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.type="dataZoom.select",e}(ky),EU=RU,zn=C,kx=ar,kU=function(){function r(e,t,a,i){this._dimName=e,this._axisIndex=t,this.ecModel=i,this._dataZoomModel=a}return r.prototype.hostedBy=function(e){return this._dataZoomModel===e},r.prototype.getDataValueWindow=function(){return this._valueWindow.slice()},r.prototype.getDataPercentWindow=function(){return this._percentWindow.slice()},r.prototype.getTargetSeriesModels=function(){var e=[];return this.ecModel.eachSeries(function(t){if(CU(t)){var a=za(this._dimName),i=t.getReferringComponents(a,qt).models[0];i&&this._axisIndex===i.componentIndex&&e.push(t)}},this),e},r.prototype.getAxisModel=function(){return this.ecModel.getComponent(this._dimName+"Axis",this._axisIndex)},r.prototype.getMinMaxSpan=function(){return J(this._minMaxSpan)},r.prototype.calculateDataWindow=function(e){var t=this._dataExtent,a=this.getAxisModel(),i=a.axis.scale,n=this._dataZoomModel.getRangePropMode(),o=[0,100],s=[],l=[],u;zn(["start","end"],function(v,c){var p=e[v],d=e[v+"Value"];n[c]==="percent"?(p==null&&(p=o[c]),d=i.parse(Pt(p,o,t))):(u=!0,d=d==null?t[c]:i.parse(d),p=Pt(d,t,o)),l[c]=d,s[c]=p}),kx(l),kx(s);var f=this._minMaxSpan;u?h(l,s,t,o,!1):h(s,l,o,t,!0);function h(v,c,p,d,g){var y=g?"Span":"ValueSpan";cn(0,v,p,"all",f["min"+y],f["max"+y]);for(var m=0;m<2;m++)c[m]=Pt(v[m],p,d,!0),g&&(c[m]=i.parse(c[m]))}return{valueWindow:l,percentWindow:s}},r.prototype.reset=function(e){if(e===this._dataZoomModel){var t=this.getTargetSeriesModels();this._dataExtent=OU(this,this._dimName,t),this._updateMinMaxSpan();var a=this.calculateDataWindow(e.settledOption);this._valueWindow=a.valueWindow,this._percentWindow=a.percentWindow,this._setAxisModel()}},r.prototype.filterData=function(e,t){if(e!==this._dataZoomModel)return;var a=this._dimName,i=this.getTargetSeriesModels(),n=e.get("filterMode"),o=this._valueWindow;if(n==="none")return;zn(i,function(l){var u=l.getData(),f=u.mapDimensionsAll(a);if(!!f.length){if(n==="weakFilter"){var h=u.getStore(),v=G(f,function(c){return u.getDimensionIndex(c)},u);u.filterSelf(function(c){for(var p,d,g,y=0;y<f.length;y++){var m=h.get(v[y],c),_=!isNaN(m),S=m<o[0],b=m>o[1];if(_&&!S&&!b)return!0;_&&(g=!0),S&&(p=!0),b&&(d=!0)}return g&&p&&d})}else zn(f,function(c){if(n==="empty")l.setData(u=u.map(c,function(d){return s(d)?d:NaN}));else{var p={};p[c]=o,u.selectRange(p)}});zn(f,function(c){u.setApproximateExtent(o,c)})}});function s(l){return l>=o[0]&&l<=o[1]}},r.prototype._updateMinMaxSpan=function(){var e=this._minMaxSpan={},t=this._dataZoomModel,a=this._dataExtent;zn(["min","max"],function(i){var n=t.get(i+"Span"),o=t.get(i+"ValueSpan");o!=null&&(o=this.getAxisModel().axis.scale.parse(o)),o!=null?n=Pt(a[0]+o,a,[0,100],!0):n!=null&&(o=Pt(n,[0,100],a,!0)-a[0]),e[i+"Span"]=n,e[i+"ValueSpan"]=o},this)},r.prototype._setAxisModel=function(){var e=this.getAxisModel(),t=this._percentWindow,a=this._valueWindow;if(!!t){var i=Pw(a,[0,500]);i=Math.min(i,20);var n=e.axis.scale.rawExtentInfo;t[0]!==0&&n.setDeterminedMinMax("min",+a[0].toFixed(i)),t[1]!==100&&n.setDeterminedMinMax("max",+a[1].toFixed(i)),n.freeze()}},r}();function OU(r,e,t){var a=[1/0,-1/0];zn(t,function(o){oV(a,o.getData(),e)});var i=r.getAxisModel(),n=VC(i.axis.scale,i,a).calculate();return[n.min,n.max]}var NU=kU,BU={getTargetSeries:function(r){function e(i){r.eachComponent("dataZoom",function(n){n.eachTargetAxis(function(o,s){var l=r.getComponent(za(o),s);i(o,s,l,n)})})}e(function(i,n,o,s){o.__dzAxisProxy=null});var t=[];e(function(i,n,o,s){o.__dzAxisProxy||(o.__dzAxisProxy=new NU(i,n,s,r),t.push(o.__dzAxisProxy))});var a=q();return C(t,function(i){C(i.getTargetSeriesModels(),function(n){a.set(n.uid,n)})}),a},overallReset:function(r,e){r.eachComponent("dataZoom",function(t){t.eachTargetAxis(function(a,i){t.getAxisProxy(a,i).reset(t)}),t.eachTargetAxis(function(a,i){t.getAxisProxy(a,i).filterData(t,e)})}),r.eachComponent("dataZoom",function(t){var a=t.findRepresentativeAxisProxy();if(a){var i=a.getDataPercentWindow(),n=a.getDataValueWindow();t.setCalculatedRange({start:i[0],end:i[1],startValue:n[0],endValue:n[1]})}})}},VU=BU;function zU(r){r.registerAction("dataZoom",function(e,t){var a=MU(t,e);C(a,function(i){i.setRawRange({start:e.start,end:e.end,startValue:e.startValue,endValue:e.endValue})})})}var Ox=!1;function Oy(r){Ox||(Ox=!0,r.registerProcessor(r.PRIORITY.PROCESSOR.FILTER,VU),zU(r),r.registerSubTypeDefaulter("dataZoom",function(){return"slider"}))}function GU(r){r.registerComponentModel(IU),r.registerComponentView(EU),Oy(r)}var tr=function(){function r(){}return r}(),xL={};function Gn(r,e){xL[r]=e}function bL(r){return xL[r]}var FU=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.prototype.optionUpdated=function(){r.prototype.optionUpdated.apply(this,arguments);var t=this.ecModel;C(this.option.feature,function(a,i){var n=bL(i);n&&(n.getDefaultOption&&(n.defaultOption=n.getDefaultOption(t)),lt(a,n.defaultOption))})},e.type="toolbox",e.layoutMode={type:"box",ignoreSize:!0},e.defaultOption={show:!0,z:6,orient:"horizontal",left:"right",top:"top",backgroundColor:"transparent",borderColor:"#ccc",borderRadius:0,borderWidth:0,padding:5,itemSize:15,itemGap:8,showTitle:!0,iconStyle:{borderColor:"#666",color:"none"},emphasis:{iconStyle:{borderColor:"#3E98C5"}},tooltip:{show:!1,position:"bottom"}},e}(bt),HU=FU;function WU(r,e,t){var a=e.getBoxLayoutParams(),i=e.get("padding"),n={width:t.getWidth(),height:t.getHeight()},o=te(a,n,i);qi(e.get("orient"),r,e.get("itemGap"),o.width,o.height),ph(r,a,n,i)}function wL(r,e){var t=yo(e.get("padding")),a=e.getItemStyle(["color","opacity"]);return a.fill=e.get("backgroundColor"),r=new xt({shape:{x:r.x-t[3],y:r.y-t[0],width:r.width+t[1]+t[3],height:r.height+t[0]+t[2],r:e.get("borderRadius")},style:a,silent:!0,z2:-1}),r}var $U=function(r){k(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e.prototype.render=function(t,a,i,n){var o=this.group;if(o.removeAll(),!t.get("show"))return;var s=+t.get("itemSize"),l=t.get("orient")==="vertical",u=t.get("feature")||{},f=this._features||(this._features={}),h=[];C(u,function(p,d){h.push(d)}),new fa(this._featureNames||[],h).add(v).update(v).remove(it(v,null)).execute(),this._featureNames=h;function v(p,d){var g=h[p],y=h[d],m=u[g],_=new Nt(m,t,t.ecModel),S;if(n&&n.newTitle!=null&&n.featureName===g&&(m.title=n.newTitle),g&&!y){if(UU(g))S={onclick:_.option.onclick,featureName:g};else{var b=bL(g);if(!b)return;S=new b}f[g]=S}else if(S=f[y],!S)return;S.uid=go("toolbox-feature"),S.model=_,S.ecModel=a,S.api=i;var x=S instanceof tr;if(!g&&y){x&&S.dispose&&S.dispose(a,i);return}if(!_.get("show")||x&&S.unusable){x&&S.remove&&S.remove(a,i);return}c(_,S,g),_.setIconStatus=function(w,T){var A=this.option,M=this.iconPaths;A.iconStatus=A.iconStatus||{},A.iconStatus[w]=T,M[w]&&(T==="emphasis"?la:ua)(M[w])},S instanceof tr&&S.render&&S.render(_,a,i,n)}function c(p,d,g){var y=p.getModel("iconStyle"),m=p.getModel(["emphasis","iconStyle"]),_=d instanceof tr&&d.getIcons?d.getIcons():p.get("icon"),S=p.get("title")||{},b,x;$(_)?(b={},b[g]=_):b=_,$(S)?(x={},x[g]=S):x=S;var w=p.iconPaths={};C(b,function(T,A){var M=ul(T,{},{x:-s/2,y:-s/2,width:s,height:s});M.setStyle(y.getItemStyle());var D=M.ensureState("emphasis");D.style=m.getItemStyle();var L=new Ct({style:{text:x[A],align:m.get("textAlign"),borderRadius:m.get("textBorderRadius"),padding:m.get("textPadding"),fill:null},ignore:!0});M.setTextContent(L),co({el:M,componentModel:t,itemName:A,formatterParamsExtra:{title:x[A]}}),M.__title=x[A],M.on("mouseover",function(){var I=m.getItemStyle(),P=l?t.get("right")==null&&t.get("left")!=="right"?"right":"left":t.get("bottom")==null&&t.get("top")!=="bottom"?"bottom":"top";L.setStyle({fill:m.get("textFill")||I.fill||I.stroke||"#000",backgroundColor:m.get("textBackgroundColor")}),M.setTextConfig({position:m.get("textPosition")||P}),L.ignore=!t.get("showTitle"),i.enterEmphasis(this)}).on("mouseout",function(){p.get(["iconStatus",A])!=="emphasis"&&i.leaveEmphasis(this),L.hide()}),(p.get(["iconStatus",A])==="emphasis"?la:ua)(M),o.add(M),M.on("click",U(d.onclick,d,a,i,A)),w[A]=M})}WU(o,t,i),o.add(wL(o.getBoundingRect(),t)),l||o.eachChild(function(p){var d=p.__title,g=p.ensureState("emphasis"),y=g.textConfig||(g.textConfig={}),m=p.getTextContent(),_=m&&m.ensureState("emphasis");if(_&&!K(_)&&d){var S=_.style||(_.style={}),b=il(d,Ct.makeFont(S)),x=p.x+o.x,w=p.y+o.y+s,T=!1;w+b.height>i.getHeight()&&(y.position="top",T=!0);var A=T?-5-b.height:s+10;x+b.width/2>i.getWidth()?(y.position=["100%",A],S.align="right"):x-b.width/2<0&&(y.position=[0,A],S.align="left")}})},e.prototype.updateView=function(t,a,i,n){C(this._features,function(o){o instanceof tr&&o.updateView&&o.updateView(o.model,a,i,n)})},e.prototype.remove=function(t,a){C(this._features,function(i){i instanceof tr&&i.remove&&i.remove(t,a)}),this.group.removeAll()},e.prototype.dispose=function(t,a){C(this._features,function(i){i instanceof tr&&i.dispose&&i.dispose(t,a)})},e.type="toolbox",e}(Wt);function UU(r){return r.indexOf("my")===0}var YU=$U,ZU=function(r){k(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e.prototype.onclick=function(t,a){var i=this.model,n=i.get("name")||t.get("title.0.text")||"echarts",o=a.getZr().painter.getType()==="svg",s=o?"svg":i.get("type",!0)||"png",l=a.getConnectedDataURL({type:s,backgroundColor:i.get("backgroundColor",!0)||t.get("backgroundColor")||"#fff",connectedBackgroundColor:i.get("connectedBackgroundColor"),excludeComponents:i.get("excludeComponents"),pixelRatio:i.get("pixelRatio")}),u=Mt.browser;if(K(MouseEvent)&&(u.newEdge||!u.ie&&!u.edge)){var f=document.createElement("a");f.download=n+"."+s,f.target="_blank",f.href=l;var h=new MouseEvent("click",{view:document.defaultView,bubbles:!0,cancelable:!1});f.dispatchEvent(h)}else if(window.navigator.msSaveOrOpenBlob||o){var v=l.split(","),c=v[0].indexOf("base64")>-1,p=o?decodeURIComponent(v[1]):v[1];c&&(p=window.atob(p));var d=n+"."+s;if(window.navigator.msSaveOrOpenBlob){for(var g=p.length,y=new Uint8Array(g);g--;)y[g]=p.charCodeAt(g);var m=new Blob([y]);window.navigator.msSaveOrOpenBlob(m,d)}else{var _=document.createElement("iframe");document.body.appendChild(_);var S=_.contentWindow,b=S.document;b.open("image/svg+xml","replace"),b.write(p),b.close(),S.focus(),b.execCommand("SaveAs",!0,d),document.body.removeChild(_)}}else{var x=i.get("lang"),w='<body style="margin:0;"><img src="'+l+'" style="max-width:100%;" title="'+(x&&x[0]||"")+'" /></body>',T=window.open();T.document.write(w),T.document.title=n}},e.getDefaultOption=function(t){var a={show:!0,icon:"M4.7,22.9L29.3,45.5L54.7,23.4M4.6,43.6L4.6,58L53.8,58L53.8,43.6M29.2,45.1L29.2,0",title:t.getLocaleModel().get(["toolbox","saveAsImage","title"]),type:"png",connectedBackgroundColor:"#fff",name:"",excludeComponents:["toolbox"],lang:t.getLocaleModel().get(["toolbox","saveAsImage","lang"])};return a},e}(tr),XU=ZU,Nx="__ec_magicType_stack__",qU=[["line","bar"],["stack"]],KU=function(r){k(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e.prototype.getIcons=function(){var t=this.model,a=t.get("icon"),i={};return C(t.get("type"),function(n){a[n]&&(i[n]=a[n])}),i},e.getDefaultOption=function(t){var a={show:!0,type:[],icon:{line:"M4.1,28.9h7.1l9.3-22l7.4,38l9.7-19.7l3,12.8h14.9M4.1,58h51.4",bar:"M6.7,22.9h10V48h-10V22.9zM24.9,13h10v35h-10V13zM43.2,2h10v46h-10V2zM3.1,58h53.7",stack:"M8.2,38.4l-8.4,4.1l30.6,15.3L60,42.5l-8.1-4.1l-21.5,11L8.2,38.4z M51.9,30l-8.1,4.2l-13.4,6.9l-13.9-6.9L8.2,30l-8.4,4.2l8.4,4.2l22.2,11l21.5-11l8.1-4.2L51.9,30z M51.9,21.7l-8.1,4.2L35.7,30l-5.3,2.8L24.9,30l-8.4-4.1l-8.3-4.2l-8.4,4.2L8.2,30l8.3,4.2l13.9,6.9l13.4-6.9l8.1-4.2l8.1-4.1L51.9,21.7zM30.4,2.2L-0.2,17.5l8.4,4.1l8.3,4.2l8.4,4.2l5.5,2.7l5.3-2.7l8.1-4.2l8.1-4.2l8.1-4.1L30.4,2.2z"},title:t.getLocaleModel().get(["toolbox","magicType","title"]),option:{},seriesIndex:{}};return a},e.prototype.onclick=function(t,a,i){var n=this.model,o=n.get(["seriesIndex",i]);if(!!Bx[i]){var s={series:[]},l=function(h){var v=h.subType,c=h.id,p=Bx[i](v,c,h,n);p&&(Q(p,h.option),s.series.push(p));var d=h.coordinateSystem;if(d&&d.type==="cartesian2d"&&(i==="line"||i==="bar")){var g=d.getAxesByScale("ordinal")[0];if(g){var y=g.dim,m=y+"Axis",_=h.getReferringComponents(m,qt).models[0],S=_.componentIndex;s[m]=s[m]||[];for(var b=0;b<=S;b++)s[m][S]=s[m][S]||{};s[m][S].boundaryGap=i==="bar"}}};C(qU,function(h){vt(h,i)>=0&&C(h,function(v){n.setIconStatus(v,"normal")})}),n.setIconStatus(i,"emphasis"),t.eachComponent({mainType:"series",query:o==null?null:{seriesIndex:o}},l);var u,f=i;i==="stack"&&(u=lt({stack:n.option.title.tiled,tiled:n.option.title.stack},n.option.title),n.get(["iconStatus",i])!=="emphasis"&&(f="tiled")),a.dispatchAction({type:"changeMagicType",currentType:f,newOption:s,newTitle:u,featureName:"magicType"})}},e}(tr),Bx={line:function(r,e,t,a){if(r==="bar")return lt({id:e,type:"line",data:t.get("data"),stack:t.get("stack"),markPoint:t.get("markPoint"),markLine:t.get("markLine")},a.get(["option","line"])||{},!0)},bar:function(r,e,t,a){if(r==="line")return lt({id:e,type:"bar",data:t.get("data"),stack:t.get("stack"),markPoint:t.get("markPoint"),markLine:t.get("markLine")},a.get(["option","bar"])||{},!0)},stack:function(r,e,t,a){var i=t.get("stack")===Nx;if(r==="line"||r==="bar")return a.setIconStatus("stack",i?"normal":"emphasis"),lt({id:e,stack:i?"":Nx},a.get(["option","stack"])||{},!0)}};Ur({type:"changeMagicType",event:"magicTypeChanged",update:"prepareAndUpdate"},function(r,e){e.mergeOption(r.newOption)});var QU=KU,Ph=new Array(60).join("-"),so=" ";function jU(r){var e={},t=[],a=[];return r.eachRawSeries(function(i){var n=i.coordinateSystem;if(n&&(n.type==="cartesian2d"||n.type==="polar")){var o=n.getBaseAxis();if(o.type==="category"){var s=o.dim+"_"+o.index;e[s]||(e[s]={categoryAxis:o,valueAxis:n.getOtherAxis(o),series:[]},a.push({axisDim:o.dim,axisIndex:o.index})),e[s].series.push(i)}else t.push(i)}else t.push(i)}),{seriesGroupByCategoryAxis:e,other:t,meta:a}}function JU(r){var e=[];return C(r,function(t,a){var i=t.categoryAxis,n=t.valueAxis,o=n.dim,s=[" "].concat(G(t.series,function(c){return c.name})),l=[i.model.getCategories()];C(t.series,function(c){var p=c.getRawData();l.push(c.getRawData().mapArray(p.mapDimension(o),function(d){return d}))});for(var u=[s.join(so)],f=0;f<l[0].length;f++){for(var h=[],v=0;v<l.length;v++)h.push(l[v][f]);u.push(h.join(so))}e.push(u.join(`
- `))}),e.join(`
- `+Ph+`
- `)}function t8(r){return G(r,function(e){var t=e.getRawData(),a=[e.name],i=[];return t.each(t.dimensions,function(){for(var n=arguments.length,o=arguments[n-1],s=t.getName(o),l=0;l<n-1;l++)i[l]=arguments[l];a.push((s?s+so:"")+i.join(so))}),a.join(`
- `)}).join(`
- `+Ph+`
- `)}function e8(r){var e=jU(r);return{value:Rt([JU(e.seriesGroupByCategoryAxis),t8(e.other)],function(t){return!!t.replace(/[\n\t\s]/g,"")}).join(`
- `+Ph+`
- `),meta:e.meta}}function Vf(r){return r.replace(/^\s\s*/,"").replace(/\s\s*$/,"")}function r8(r){var e=r.slice(0,r.indexOf(`
- `));if(e.indexOf(so)>=0)return!0}var Md=new RegExp("["+so+"]+","g");function a8(r){for(var e=r.split(/\n+/g),t=Vf(e.shift()).split(Md),a=[],i=G(t,function(l){return{name:l,data:[]}}),n=0;n<e.length;n++){var o=Vf(e[n]).split(Md);a.push(o.shift());for(var s=0;s<o.length;s++)i[s]&&(i[s].data[n]=o[s])}return{series:i,categories:a}}function i8(r){for(var e=r.split(/\n+/g),t=Vf(e.shift()),a=[],i=0;i<e.length;i++){var n=Vf(e[i]);if(!!n){var o=n.split(Md),s="",l=void 0,u=!1;isNaN(o[0])?(u=!0,s=o[0],o=o.slice(1),a[i]={name:s,value:[]},l=a[i].value):l=a[i]=[];for(var f=0;f<o.length;f++)l.push(+o[f]);l.length===1&&(u?a[i].value=l[0]:a[i]=l[0])}}return{name:t,data:a}}function n8(r,e){var t=r.split(new RegExp(`
- *`+Ph+`
- *`,"g")),a={series:[]};return C(t,function(i,n){if(r8(i)){var o=a8(i),s=e[n],l=s.axisDim+"Axis";s&&(a[l]=a[l]||[],a[l][s.axisIndex]={data:o.categories},a.series=a.series.concat(o.series))}else{var o=i8(i);a.series.push(o)}}),a}var o8=function(r){k(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e.prototype.onclick=function(t,a){setTimeout(function(){a.dispatchAction({type:"hideTip"})});var i=a.getDom(),n=this.model;this._dom&&i.removeChild(this._dom);var o=document.createElement("div");o.style.cssText="position:absolute;top:0;bottom:0;left:0;right:0;padding:5px",o.style.backgroundColor=n.get("backgroundColor")||"#fff";var s=document.createElement("h4"),l=n.get("lang")||[];s.innerHTML=l[0]||n.get("title"),s.style.cssText="margin:10px 20px",s.style.color=n.get("textColor");var u=document.createElement("div"),f=document.createElement("textarea");u.style.cssText="overflow:auto";var h=n.get("optionToContent"),v=n.get("contentToOption"),c=e8(t);if(K(h)){var p=h(a.getOption());$(p)?u.innerHTML=p:Ds(p)&&u.appendChild(p)}else{f.readOnly=n.get("readOnly");var d=f.style;d.cssText="display:block;width:100%;height:100%;font-family:monospace;font-size:14px;line-height:1.6rem;resize:none;box-sizing:border-box;outline:none",d.color=n.get("textColor"),d.borderColor=n.get("textareaBorderColor"),d.backgroundColor=n.get("textareaColor"),f.value=c.value,u.appendChild(f)}var g=c.meta,y=document.createElement("div");y.style.cssText="position:absolute;bottom:5px;left:0;right:0";var m="float:right;margin-right:20px;border:none;cursor:pointer;padding:2px 5px;font-size:12px;border-radius:3px",_=document.createElement("div"),S=document.createElement("div");m+=";background-color:"+n.get("buttonColor"),m+=";color:"+n.get("buttonTextColor");var b=this;function x(){i.removeChild(o),b._dom=null}lp(_,"click",x),lp(S,"click",function(){if(v==null&&h!=null||v!=null&&h==null){x();return}var w;try{K(v)?w=v(u,a.getOption()):w=n8(f.value,g)}catch(T){throw x(),new Error("Data view format error "+T)}w&&a.dispatchAction({type:"changeDataView",newOption:w}),x()}),_.innerHTML=l[1],S.innerHTML=l[2],S.style.cssText=_.style.cssText=m,!n.get("readOnly")&&y.appendChild(S),y.appendChild(_),o.appendChild(s),o.appendChild(u),o.appendChild(y),u.style.height=i.clientHeight-80+"px",i.appendChild(o),this._dom=o},e.prototype.remove=function(t,a){this._dom&&a.getDom().removeChild(this._dom)},e.prototype.dispose=function(t,a){this.remove(t,a)},e.getDefaultOption=function(t){var a={show:!0,readOnly:!1,optionToContent:null,contentToOption:null,icon:"M17.5,17.3H33 M17.5,17.3H33 M45.4,29.5h-28 M11.5,2v56H51V14.8L38.4,2H11.5z M38.4,2.2v12.7H51 M45.4,41.7h-28",title:t.getLocaleModel().get(["toolbox","dataView","title"]),lang:t.getLocaleModel().get(["toolbox","dataView","lang"]),backgroundColor:"#fff",textColor:"#000",textareaColor:"#fff",textareaBorderColor:"#333",buttonColor:"#c23531",buttonTextColor:"#fff"};return a},e}(tr);function s8(r,e){return G(r,function(t,a){var i=e&&e[a];if(j(i)&&!z(i)){var n=j(t)&&!z(t);n||(t={value:t});var o=i.name!=null&&t.name==null;return t=Q(t,i),o&&delete t.name,t}else return t})}Ur({type:"changeDataView",event:"dataViewChanged",update:"prepareAndUpdate"},function(r,e){var t=[];C(r.newOption.series,function(a){var i=e.getSeriesByName(a.name)[0];if(!i)t.push(V({type:"scatter"},a));else{var n=i.get("data");t.push({name:a.name,data:s8(a.data,n)})}}),e.mergeOption(Q({series:t},r.newOption))});var l8=o8,TL=C,AL=At();function u8(r,e){var t=Ny(r);TL(e,function(a,i){for(var n=t.length-1;n>=0;n--){var o=t[n];if(o[i])break}if(n<0){var s=r.queryComponents({mainType:"dataZoom",subType:"select",id:i})[0];if(s){var l=s.getPercentRange();t[0][i]={dataZoomId:i,start:l[0],end:l[1]}}}}),t.push(e)}function f8(r){var e=Ny(r),t=e[e.length-1];e.length>1&&e.pop();var a={};return TL(t,function(i,n){for(var o=e.length-1;o>=0;o--)if(i=e[o][n],i){a[n]=i;break}}),a}function h8(r){AL(r).snapshots=null}function v8(r){return Ny(r).length}function Ny(r){var e=AL(r);return e.snapshots||(e.snapshots=[{}]),e.snapshots}var c8=function(r){k(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e.prototype.onclick=function(t,a){h8(t),a.dispatchAction({type:"restore",from:this.uid})},e.getDefaultOption=function(t){var a={show:!0,icon:"M3.8,33.4 M47,18.9h9.8V8.7 M56.3,20.1 C52.1,9,40.5,0.6,26.8,2.1C12.6,3.7,1.6,16.2,2.1,30.6 M13,41.1H3.1v10.2 M3.7,39.9c4.2,11.1,15.8,19.5,29.5,18 c14.2-1.6,25.2-14.1,24.7-28.5",title:t.getLocaleModel().get(["toolbox","restore","title"])};return a},e}(tr);Ur({type:"restore",event:"restore",update:"prepareAndUpdate"},function(r,e){e.resetOption("recreate")});var p8=c8,d8=["grid","xAxis","yAxis","geo","graph","polar","radiusAxis","angleAxis","bmap"],g8=function(){function r(e,t,a){var i=this;this._targetInfoList=[];var n=Vx(t,e);C(y8,function(o,s){(!a||!a.include||vt(a.include,s)>=0)&&o(n,i._targetInfoList)})}return r.prototype.setOutputRanges=function(e,t){return this.matchOutputRanges(e,t,function(a,i,n){if((a.coordRanges||(a.coordRanges=[])).push(i),!a.coordRange){a.coordRange=i;var o=zc[a.brushType](0,n,i);a.__rangeOffset={offset:Hx[a.brushType](o.values,a.range,[1,1]),xyMinMax:o.xyMinMax}}}),e},r.prototype.matchOutputRanges=function(e,t,a){C(e,function(i){var n=this.findTargetInfo(i,t);n&&n!==!0&&C(n.coordSyses,function(o){var s=zc[i.brushType](1,o,i.range,!0);a(i,s.values,o,t)})},this)},r.prototype.setInputRanges=function(e,t){C(e,function(a){var i=this.findTargetInfo(a,t);if(a.range=a.range||[],i&&i!==!0){a.panelId=i.panelId;var n=zc[a.brushType](0,i.coordSys,a.coordRange),o=a.__rangeOffset;a.range=o?Hx[a.brushType](n.values,o.offset,m8(n.xyMinMax,o.xyMinMax)):n.values}},this)},r.prototype.makePanelOpts=function(e,t){return G(this._targetInfoList,function(a){var i=a.getPanelRect();return{panelId:a.panelId,defaultBrushType:t?t(a):null,clipPath:RD(i),isTargetByCursor:kD(i,e,a.coordSysModel),getLinearBrushOtherExtent:ED(i)}})},r.prototype.controlSeries=function(e,t,a){var i=this.findTargetInfo(e,a);return i===!0||i&&vt(i.coordSyses,t.coordinateSystem)>=0},r.prototype.findTargetInfo=function(e,t){for(var a=this._targetInfoList,i=Vx(t,e),n=0;n<a.length;n++){var o=a[n],s=e.panelId;if(s){if(o.panelId===s)return o}else for(var l=0;l<zx.length;l++)if(zx[l](i,o))return o}return!0},r}();function Dd(r){return r[0]>r[1]&&r.reverse(),r}function Vx(r,e){return gs(r,e,{includeMainTypes:d8})}var y8={grid:function(r,e){var t=r.xAxisModels,a=r.yAxisModels,i=r.gridModels,n=q(),o={},s={};!t&&!a&&!i||(C(t,function(l){var u=l.axis.grid.model;n.set(u.id,u),o[u.id]=!0}),C(a,function(l){var u=l.axis.grid.model;n.set(u.id,u),s[u.id]=!0}),C(i,function(l){n.set(l.id,l),o[l.id]=!0,s[l.id]=!0}),n.each(function(l){var u=l.coordinateSystem,f=[];C(u.getCartesians(),function(h,v){(vt(t,h.getAxis("x").model)>=0||vt(a,h.getAxis("y").model)>=0)&&f.push(h)}),e.push({panelId:"grid--"+l.id,gridModel:l,coordSysModel:l,coordSys:f[0],coordSyses:f,getPanelRect:Gx.grid,xAxisDeclared:o[l.id],yAxisDeclared:s[l.id]})}))},geo:function(r,e){C(r.geoModels,function(t){var a=t.coordinateSystem;e.push({panelId:"geo--"+t.id,geoModel:t,coordSysModel:t,coordSys:a,coordSyses:[a],getPanelRect:Gx.geo})})}},zx=[function(r,e){var t=r.xAxisModel,a=r.yAxisModel,i=r.gridModel;return!i&&t&&(i=t.axis.grid.model),!i&&a&&(i=a.axis.grid.model),i&&i===e.gridModel},function(r,e){var t=r.geoModel;return t&&t===e.geoModel}],Gx={grid:function(){return this.coordSys.master.getRect().clone()},geo:function(){var r=this.coordSys,e=r.getBoundingRect().clone();return e.applyTransform(Xi(r)),e}},zc={lineX:it(Fx,0),lineY:it(Fx,1),rect:function(r,e,t,a){var i=r?e.pointToData([t[0][0],t[1][0]],a):e.dataToPoint([t[0][0],t[1][0]],a),n=r?e.pointToData([t[0][1],t[1][1]],a):e.dataToPoint([t[0][1],t[1][1]],a),o=[Dd([i[0],n[0]]),Dd([i[1],n[1]])];return{values:o,xyMinMax:o}},polygon:function(r,e,t,a){var i=[[1/0,-1/0],[1/0,-1/0]],n=G(t,function(o){var s=r?e.pointToData(o,a):e.dataToPoint(o,a);return i[0][0]=Math.min(i[0][0],s[0]),i[1][0]=Math.min(i[1][0],s[1]),i[0][1]=Math.max(i[0][1],s[0]),i[1][1]=Math.max(i[1][1],s[1]),s});return{values:n,xyMinMax:i}}};function Fx(r,e,t,a){var i=t.getAxis(["x","y"][r]),n=Dd(G([0,1],function(s){return e?i.coordToData(i.toLocalCoord(a[s]),!0):i.toGlobalCoord(i.dataToCoord(a[s]))})),o=[];return o[r]=n,o[1-r]=[NaN,NaN],{values:n,xyMinMax:o}}var Hx={lineX:it(Wx,0),lineY:it(Wx,1),rect:function(r,e,t){return[[r[0][0]-t[0]*e[0][0],r[0][1]-t[0]*e[0][1]],[r[1][0]-t[1]*e[1][0],r[1][1]-t[1]*e[1][1]]]},polygon:function(r,e,t){return G(r,function(a,i){return[a[0]-t[0]*e[i][0],a[1]-t[1]*e[i][1]]})}};function Wx(r,e,t,a){return[e[0]-a[r]*t[0],e[1]-a[r]*t[1]]}function m8(r,e){var t=$x(r),a=$x(e),i=[t[0]/a[0],t[1]/a[1]];return isNaN(i[0])&&(i[0]=1),isNaN(i[1])&&(i[1]=1),i}function $x(r){return r?[r[0][1]-r[0][0],r[1][1]-r[1][0]]:[NaN,NaN]}var By=g8,Ld=C,_8=VP("toolbox-dataZoom_"),S8=function(r){k(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e.prototype.render=function(t,a,i,n){this._brushController||(this._brushController=new yy(i.getZr()),this._brushController.on("brush",U(this._onBrush,this)).mount()),w8(t,a,this,n,i),b8(t,a)},e.prototype.onclick=function(t,a,i){x8[i].call(this)},e.prototype.remove=function(t,a){this._brushController&&this._brushController.unmount()},e.prototype.dispose=function(t,a){this._brushController&&this._brushController.dispose()},e.prototype._onBrush=function(t){var a=t.areas;if(!t.isEnd||!a.length)return;var i={},n=this.ecModel;this._brushController.updateCovers([]);var o=new By(Vy(this.model),n,{include:["grid"]});o.matchOutputRanges(a,n,function(u,f,h){if(h.type==="cartesian2d"){var v=u.brushType;v==="rect"?(s("x",h,f[0]),s("y",h,f[1])):s({lineX:"x",lineY:"y"}[v],h,f)}}),u8(n,i),this._dispatchZoomAction(i);function s(u,f,h){var v=f.getAxis(u),c=v.model,p=l(u,c,n),d=p.findRepresentativeAxisProxy(c).getMinMaxSpan();(d.minValueSpan!=null||d.maxValueSpan!=null)&&(h=cn(0,h.slice(),v.scale.getExtent(),0,d.minValueSpan,d.maxValueSpan)),p&&(i[p.id]={dataZoomId:p.id,startValue:h[0],endValue:h[1]})}function l(u,f,h){var v;return h.eachComponent({mainType:"dataZoom",subType:"select"},function(c){var p=c.getAxisModel(u,f.componentIndex);p&&(v=c)}),v}},e.prototype._dispatchZoomAction=function(t){var a=[];Ld(t,function(i,n){a.push(J(i))}),a.length&&this.api.dispatchAction({type:"dataZoom",from:this.uid,batch:a})},e.getDefaultOption=function(t){var a={show:!0,filterMode:"filter",icon:{zoom:"M0,13.5h26.9 M13.5,26.9V0 M32.1,13.5H58V58H13.5 V32.1",back:"M22,1.4L9.9,13.5l12.3,12.3 M10.3,13.5H54.9v44.6 H10.3v-26"},title:t.getLocaleModel().get(["toolbox","dataZoom","title"]),brushStyle:{borderWidth:0,color:"rgba(210,219,238,0.2)"}};return a},e}(tr),x8={zoom:function(){var r=!this._isZoomActive;this.api.dispatchAction({type:"takeGlobalCursor",key:"dataZoomSelect",dataZoomSelectActive:r})},back:function(){this._dispatchZoomAction(f8(this.ecModel))}};function Vy(r){var e={xAxisIndex:r.get("xAxisIndex",!0),yAxisIndex:r.get("yAxisIndex",!0),xAxisId:r.get("xAxisId",!0),yAxisId:r.get("yAxisId",!0)};return e.xAxisIndex==null&&e.xAxisId==null&&(e.xAxisIndex="all"),e.yAxisIndex==null&&e.yAxisId==null&&(e.yAxisIndex="all"),e}function b8(r,e){r.setIconStatus("back",v8(e)>1?"emphasis":"normal")}function w8(r,e,t,a,i){var n=t._isZoomActive;a&&a.type==="takeGlobalCursor"&&(n=a.key==="dataZoomSelect"?a.dataZoomSelectActive:!1),t._isZoomActive=n,r.setIconStatus("zoom",n?"emphasis":"normal");var o=new By(Vy(r),e,{include:["grid"]}),s=o.makePanelOpts(i,function(l){return l.xAxisDeclared&&!l.yAxisDeclared?"lineX":!l.xAxisDeclared&&l.yAxisDeclared?"lineY":"rect"});t._brushController.setPanels(s).enableBrush(n&&s.length?{brushType:"auto",brushStyle:r.getModel("brushStyle").getItemStyle()}:!1)}bk("dataZoom",function(r){var e=r.getComponent("toolbox",0),t=["feature","dataZoom"];if(!e||e.get(t)==null)return;var a=e.getModel(t),i=[],n=Vy(a),o=gs(r,n);Ld(o.xAxisModels,function(l){return s(l,"xAxis","xAxisIndex")}),Ld(o.yAxisModels,function(l){return s(l,"yAxis","yAxisIndex")});function s(l,u,f){var h=l.componentIndex,v={type:"select",$fromToolbox:!0,filterMode:a.get("filterMode",!0)||"filter",id:_8+u+h};v[f]=h,i.push(v)}return i});var T8=S8;function A8(r){r.registerComponentModel(HU),r.registerComponentView(YU),Gn("saveAsImage",XU),Gn("magicType",QU),Gn("dataView",l8),Gn("dataZoom",T8),Gn("restore",p8),pt(GU)}var C8=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.type="tooltip",e.dependencies=["axisPointer"],e.defaultOption={z:60,show:!0,showContent:!0,trigger:"item",triggerOn:"mousemove|click",alwaysShowContent:!1,displayMode:"single",renderMode:"auto",confine:null,showDelay:0,hideDelay:100,transitionDuration:.4,enterable:!1,backgroundColor:"#fff",shadowBlur:10,shadowColor:"rgba(0, 0, 0, .2)",shadowOffsetX:1,shadowOffsetY:2,borderRadius:4,borderWidth:1,padding:null,extraCssText:"",axisPointer:{type:"line",axis:"auto",animation:"auto",animationDurationUpdate:200,animationEasingUpdate:"exponentialOut",crossStyle:{color:"#999",width:1,type:"dashed",textStyle:{}}},textStyle:{color:"#666",fontSize:14}},e}(bt),M8=C8;function CL(r){var e=r.get("confine");return e!=null?!!e:r.get("renderMode")==="richText"}function ML(r){if(!!Mt.domSupported){for(var e=document.documentElement.style,t=0,a=r.length;t<a;t++)if(r[t]in e)return r[t]}}var DL=ML(["transform","webkitTransform","OTransform","MozTransform","msTransform"]),D8=ML(["webkitTransition","transition","OTransition","MozTransition","msTransition"]);function LL(r,e){if(!r)return e;e=eA(e,!0);var t=r.indexOf(e);return r=t===-1?e:"-"+r.slice(0,t)+"-"+e,r.toLowerCase()}function L8(r,e){var t=r.currentStyle||document.defaultView&&document.defaultView.getComputedStyle(r);return t?e?t[e]:t:null}var I8=LL(D8,"transition"),zy=LL(DL,"transform"),P8="position:absolute;display:block;border-style:solid;white-space:nowrap;z-index:9999999;"+(Mt.transform3dSupported?"will-change:transform;":"");function R8(r){return r=r==="left"?"right":r==="right"?"left":r==="top"?"bottom":"top",r}function E8(r,e,t){if(!$(t)||t==="inside")return"";var a=r.get("backgroundColor"),i=r.get("borderWidth");e=an(e);var n=R8(t),o=Math.max(Math.round(i)*1.5,6),s="",l=zy+":",u;vt(["left","right"],n)>-1?(s+="top:50%",l+="translateY(-50%) rotate("+(u=n==="left"?-225:-45)+"deg)"):(s+="left:50%",l+="translateX(-50%) rotate("+(u=n==="top"?225:45)+"deg)");var f=u*Math.PI/180,h=o+i,v=h*Math.abs(Math.cos(f))+h*Math.abs(Math.sin(f)),c=Math.round(((v-Math.SQRT2*i)/2+Math.SQRT2*i-(v-h)/2)*100)/100;s+=";"+n+":-"+c+"px";var p=e+" solid "+i+"px;",d=["position:absolute;width:"+o+"px;height:"+o+"px;",s+";"+l+";","border-bottom:"+p,"border-right:"+p,"background-color:"+a+";"];return'<div style="'+d.join("")+'"></div>'}function k8(r,e){var t="cubic-bezier(0.23,1,0.32,1)",a=" "+r/2+"s "+t,i="opacity"+a+",visibility"+a;return e||(a=" "+r+"s "+t,i+=Mt.transformSupported?","+zy+a:",left"+a+",top"+a),I8+":"+i}function Ux(r,e,t){var a=r.toFixed(0)+"px",i=e.toFixed(0)+"px";if(!Mt.transformSupported)return t?"top:"+i+";left:"+a+";":[["top",i],["left",a]];var n=Mt.transform3dSupported,o="translate"+(n?"3d":"")+"("+a+","+i+(n?",0":"")+")";return t?"top:0;left:0;"+zy+":"+o+";":[["top",0],["left",0],[DL,o]]}function O8(r){var e=[],t=r.get("fontSize"),a=r.getTextColor();a&&e.push("color:"+a),e.push("font:"+r.getFont()),t&&e.push("line-height:"+Math.round(t*3/2)+"px");var i=r.get("textShadowColor"),n=r.get("textShadowBlur")||0,o=r.get("textShadowOffsetX")||0,s=r.get("textShadowOffsetY")||0;return i&&n&&e.push("text-shadow:"+o+"px "+s+"px "+n+"px "+i),C(["decoration","align"],function(l){var u=r.get(l);u&&e.push("text-"+l+":"+u)}),e.join(";")}function N8(r,e,t){var a=[],i=r.get("transitionDuration"),n=r.get("backgroundColor"),o=r.get("shadowBlur"),s=r.get("shadowColor"),l=r.get("shadowOffsetX"),u=r.get("shadowOffsetY"),f=r.getModel("textStyle"),h=BA(r,"html"),v=l+"px "+u+"px "+o+"px "+s;return a.push("box-shadow:"+v),e&&i&&a.push(k8(i,t)),n&&a.push("background-color:"+n),C(["width","color","radius"],function(c){var p="border-"+c,d=eA(p),g=r.get(d);g!=null&&a.push(p+":"+g+(c==="color"?"":"px"))}),a.push(O8(f)),h!=null&&a.push("padding:"+yo(h).join("px ")+"px"),a.join(";")+";"}function Yx(r,e,t,a,i){var n=e&&e.painter;if(t){var o=n&&n.getViewportRoot();o&&u2(r,o,document.body,a,i)}else{r[0]=a,r[1]=i;var s=n&&n.getViewportRootOffset();s&&(r[0]+=s.offsetLeft,r[1]+=s.offsetTop)}r[2]=r[0]/e.getWidth(),r[3]=r[1]/e.getHeight()}var B8=function(){function r(e,t,a){if(this._show=!1,this._styleCoord=[0,0,0,0],this._enterable=!0,this._firstShow=!0,this._longHide=!0,Mt.wxa)return null;var i=document.createElement("div");i.domBelongToZr=!0,this.el=i;var n=this._zr=t.getZr(),o=this._appendToBody=a&&a.appendToBody;Yx(this._styleCoord,n,o,t.getWidth()/2,t.getHeight()/2),o?document.body.appendChild(i):e.appendChild(i),this._container=e;var s=this;i.onmouseenter=function(){s._enterable&&(clearTimeout(s._hideTimeout),s._show=!0),s._inContent=!0},i.onmousemove=function(l){if(l=l||window.event,!s._enterable){var u=n.handler,f=n.painter.getViewportRoot();qe(f,l,!0),u.dispatch("mousemove",l)}},i.onmouseleave=function(){s._inContent=!1,s._enterable&&s._show&&s.hideLater(s._hideDelay)}}return r.prototype.update=function(e){var t=this._container,a=L8(t,"position"),i=t.style;i.position!=="absolute"&&a!=="absolute"&&(i.position="relative");var n=e.get("alwaysShowContent");n&&this._moveIfResized(),this.el.className=e.get("className")||""},r.prototype.show=function(e,t){clearTimeout(this._hideTimeout),clearTimeout(this._longHideTimeout);var a=this.el,i=a.style,n=this._styleCoord;a.innerHTML?i.cssText=P8+N8(e,!this._firstShow,this._longHide)+Ux(n[0],n[1],!0)+("border-color:"+an(t)+";")+(e.get("extraCssText")||"")+(";pointer-events:"+(this._enterable?"auto":"none")):i.display="none",this._show=!0,this._firstShow=!1,this._longHide=!1},r.prototype.setContent=function(e,t,a,i,n){var o=this.el;if(e==null){o.innerHTML="";return}var s="";if($(n)&&a.get("trigger")==="item"&&!CL(a)&&(s=E8(a,i,n)),$(e))o.innerHTML=e+s;else if(e){o.innerHTML="",z(e)||(e=[e]);for(var l=0;l<e.length;l++)Ds(e[l])&&e[l].parentNode!==o&&o.appendChild(e[l]);if(s&&o.childNodes.length){var u=document.createElement("div");u.innerHTML=s,o.appendChild(u)}}},r.prototype.setEnterable=function(e){this._enterable=e},r.prototype.getSize=function(){var e=this.el;return[e.offsetWidth,e.offsetHeight]},r.prototype.moveTo=function(e,t){var a=this._styleCoord;if(Yx(a,this._zr,this._appendToBody,e,t),a[0]!=null&&a[1]!=null){var i=this.el.style,n=Ux(a[0],a[1]);C(n,function(o){i[o[0]]=o[1]})}},r.prototype._moveIfResized=function(){var e=this._styleCoord[2],t=this._styleCoord[3];this.moveTo(e*this._zr.getWidth(),t*this._zr.getHeight())},r.prototype.hide=function(){var e=this,t=this.el.style;t.visibility="hidden",t.opacity="0",Mt.transform3dSupported&&(t.willChange=""),this._show=!1,this._longHideTimeout=setTimeout(function(){return e._longHide=!0},500)},r.prototype.hideLater=function(e){this._show&&!(this._inContent&&this._enterable)&&(e?(this._hideDelay=e,this._show=!1,this._hideTimeout=setTimeout(U(this.hide,this),e)):this.hide())},r.prototype.isShow=function(){return this._show},r.prototype.dispose=function(){this.el.parentNode.removeChild(this.el)},r}(),V8=B8,z8=function(){function r(e){this._show=!1,this._styleCoord=[0,0,0,0],this._enterable=!0,this._zr=e.getZr(),Xx(this._styleCoord,this._zr,e.getWidth()/2,e.getHeight()/2)}return r.prototype.update=function(e){var t=e.get("alwaysShowContent");t&&this._moveIfResized()},r.prototype.show=function(){this._hideTimeout&&clearTimeout(this._hideTimeout),this.el.show(),this._show=!0},r.prototype.setContent=function(e,t,a,i,n){var o=this;j(e)&&Lt(""),this.el&&this._zr.remove(this.el);var s=a.getModel("textStyle");this.el=new Ct({style:{rich:t.richTextStyles,text:e,lineHeight:22,borderWidth:1,borderColor:i,textShadowColor:s.get("textShadowColor"),fill:a.get(["textStyle","color"]),padding:BA(a,"richText"),verticalAlign:"top",align:"left"},z:a.get("z")}),C(["backgroundColor","borderRadius","shadowColor","shadowBlur","shadowOffsetX","shadowOffsetY"],function(u){o.el.style[u]=a.get(u)}),C(["textShadowBlur","textShadowOffsetX","textShadowOffsetY"],function(u){o.el.style[u]=s.get(u)||0}),this._zr.add(this.el);var l=this;this.el.on("mouseover",function(){l._enterable&&(clearTimeout(l._hideTimeout),l._show=!0),l._inContent=!0}),this.el.on("mouseout",function(){l._enterable&&l._show&&l.hideLater(l._hideDelay),l._inContent=!1})},r.prototype.setEnterable=function(e){this._enterable=e},r.prototype.getSize=function(){var e=this.el,t=this.el.getBoundingRect(),a=Zx(e.style);return[t.width+a.left+a.right,t.height+a.top+a.bottom]},r.prototype.moveTo=function(e,t){var a=this.el;if(a){var i=this._styleCoord;Xx(i,this._zr,e,t),e=i[0],t=i[1];var n=a.style,o=Ma(n.borderWidth||0),s=Zx(n);a.x=e+o+s.left,a.y=t+o+s.top,a.markRedraw()}},r.prototype._moveIfResized=function(){var e=this._styleCoord[2],t=this._styleCoord[3];this.moveTo(e*this._zr.getWidth(),t*this._zr.getHeight())},r.prototype.hide=function(){this.el&&this.el.hide(),this._show=!1},r.prototype.hideLater=function(e){this._show&&!(this._inContent&&this._enterable)&&(e?(this._hideDelay=e,this._show=!1,this._hideTimeout=setTimeout(U(this.hide,this),e)):this.hide())},r.prototype.isShow=function(){return this._show},r.prototype.dispose=function(){this._zr.remove(this.el)},r}();function Ma(r){return Math.max(0,r)}function Zx(r){var e=Ma(r.shadowBlur||0),t=Ma(r.shadowOffsetX||0),a=Ma(r.shadowOffsetY||0);return{left:Ma(e-t),right:Ma(e+t),top:Ma(e-a),bottom:Ma(e+a)}}function Xx(r,e,t,a){r[0]=t,r[1]=a,r[2]=r[0]/e.getWidth(),r[3]=r[1]/e.getHeight()}var G8=z8,F8=new xt({shape:{x:-1,y:-1,width:2,height:2}}),H8=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.prototype.init=function(t,a){if(!(Mt.node||!a.getDom())){var i=t.getComponent("tooltip"),n=this._renderMode=UP(i.get("renderMode"));this._tooltipContent=n==="richText"?new G8(a):new V8(a.getDom(),a,{appendToBody:i.get("appendToBody",!0)})}},e.prototype.render=function(t,a,i){if(!(Mt.node||!i.getDom())){this.group.removeAll(),this._tooltipModel=t,this._ecModel=a,this._api=i,this._alwaysShowContent=t.get("alwaysShowContent");var n=this._tooltipContent;n.update(t),n.setEnterable(t.get("enterable")),this._initGlobalListener(),this._keepShow(),this._renderMode!=="richText"&&t.get("transitionDuration")?bo(this,"_updatePosition",50,"fixRate"):Fs(this,"_updatePosition")}},e.prototype._initGlobalListener=function(){var t=this._tooltipModel,a=t.get("triggerOn");vL("itemTooltip",this._api,U(function(i,n,o){a!=="none"&&(a.indexOf(i)>=0?this._tryShow(n,o):i==="leave"&&this._hide(o))},this))},e.prototype._keepShow=function(){var t=this._tooltipModel,a=this._ecModel,i=this._api,n=t.get("triggerOn");if(this._lastX!=null&&this._lastY!=null&&n!=="none"&&n!=="click"){var o=this;clearTimeout(this._refreshUpdateTimeout),this._refreshUpdateTimeout=setTimeout(function(){!i.isDisposed()&&o.manuallyShowTip(t,a,i,{x:o._lastX,y:o._lastY,dataByCoordSys:o._lastDataByCoordSys})})}},e.prototype.manuallyShowTip=function(t,a,i,n){if(!(n.from===this.uid||Mt.node||!i.getDom())){var o=qx(n,i);this._ticket="";var s=n.dataByCoordSys,l=Y8(n,a,i);if(l){var u=l.el.getBoundingRect().clone();u.applyTransform(l.el.transform),this._tryShow({offsetX:u.x+u.width/2,offsetY:u.y+u.height/2,target:l.el,position:n.position,positionDefault:"bottom"},o)}else if(n.tooltip&&n.x!=null&&n.y!=null){var f=F8;f.x=n.x,f.y=n.y,f.update(),at(f).tooltipConfig={name:null,option:n.tooltip},this._tryShow({offsetX:n.x,offsetY:n.y,target:f},o)}else if(s)this._tryShow({offsetX:n.x,offsetY:n.y,position:n.position,dataByCoordSys:s,tooltipOption:n.tooltipOption},o);else if(n.seriesIndex!=null){if(this._manuallyAxisShowTip(t,a,i,n))return;var h=cL(n,a),v=h.point[0],c=h.point[1];v!=null&&c!=null&&this._tryShow({offsetX:v,offsetY:c,target:h.el,position:n.position,positionDefault:"bottom"},o)}else n.x!=null&&n.y!=null&&(i.dispatchAction({type:"updateAxisPointer",x:n.x,y:n.y}),this._tryShow({offsetX:n.x,offsetY:n.y,position:n.position,target:i.getZr().findHover(n.x,n.y).target},o))}},e.prototype.manuallyHideTip=function(t,a,i,n){var o=this._tooltipContent;!this._alwaysShowContent&&this._tooltipModel&&o.hideLater(this._tooltipModel.get("hideDelay")),this._lastX=this._lastY=this._lastDataByCoordSys=null,n.from!==this.uid&&this._hide(qx(n,i))},e.prototype._manuallyAxisShowTip=function(t,a,i,n){var o=n.seriesIndex,s=n.dataIndex,l=a.getComponent("axisPointer").coordSysAxesInfo;if(!(o==null||s==null||l==null)){var u=a.getSeriesByIndex(o);if(!!u){var f=u.getData(),h=qo([f.getItemModel(s),u,(u.coordinateSystem||{}).model],this._tooltipModel);if(h.get("trigger")==="axis")return i.dispatchAction({type:"updateAxisPointer",seriesIndex:o,dataIndex:s,position:n.position}),!0}}},e.prototype._tryShow=function(t,a){var i=t.target,n=this._tooltipModel;if(!!n){this._lastX=t.offsetX,this._lastY=t.offsetY;var o=t.dataByCoordSys;if(o&&o.length)this._showAxisTooltip(o,t);else if(i){this._lastDataByCoordSys=null;var s,l;Wn(i,function(u){if(at(u).dataIndex!=null)return s=u,!0;if(at(u).tooltipConfig!=null)return l=u,!0},!0),s?this._showSeriesItemTooltip(t,s,a):l?this._showComponentItemTooltip(t,l,a):this._hide(a)}else this._lastDataByCoordSys=null,this._hide(a)}},e.prototype._showOrMove=function(t,a){var i=t.get("showDelay");a=U(a,this),clearTimeout(this._showTimout),i>0?this._showTimout=setTimeout(a,i):a()},e.prototype._showAxisTooltip=function(t,a){var i=this._ecModel,n=this._tooltipModel,o=[a.offsetX,a.offsetY],s=qo([a.tooltipOption],n),l=this._renderMode,u=[],f=ae("section",{blocks:[],noHeader:!0}),h=[],v=new Cv;C(t,function(m){C(m.dataByAxis,function(_){var S=i.getComponent(_.axisDim+"Axis",_.axisIndex),b=_.value;if(!(!S||b==null)){var x=uL(b,S.axis,i,_.seriesDataIndices,_.valueLabelOpt),w=ae("section",{header:x,noHeader:!dr(x),sortBlocks:!0,blocks:[]});f.blocks.push(w),C(_.seriesDataIndices,function(T){var A=i.getSeriesByIndex(T.seriesIndex),M=T.dataIndexInside,D=A.getDataParams(M);if(!(D.dataIndex<0)){D.axisDim=_.axisDim,D.axisIndex=_.axisIndex,D.axisType=_.axisType,D.axisId=_.axisId,D.axisValue=Wg(S.axis,{value:b}),D.axisValueLabel=x,D.marker=v.makeTooltipMarker("item",an(D.color),l);var L=E0(A.formatTooltip(M,!0,null)),I=L.frag;if(I){var P=qo([A],n).get("valueFormatter");w.blocks.push(P?V({valueFormatter:P},I):I)}L.text&&h.push(L.text),u.push(D)}})}})}),f.blocks.reverse(),h.reverse();var c=a.position,p=s.get("order"),d=z0(f,v,l,p,i.get("useUTC"),s.get("textStyle"));d&&h.unshift(d);var g=l==="richText"?`
- `:"<br/>",y=h.join(g);this._showOrMove(s,function(){this._updateContentNotChangedOnAxis(t,u)?this._updatePosition(s,c,o[0],o[1],this._tooltipContent,u):this._showTooltipContent(s,y,u,Math.random()+"",o[0],o[1],c,null,v)})},e.prototype._showSeriesItemTooltip=function(t,a,i){var n=this._ecModel,o=at(a),s=o.seriesIndex,l=n.getSeriesByIndex(s),u=o.dataModel||l,f=o.dataIndex,h=o.dataType,v=u.getData(h),c=this._renderMode,p=t.positionDefault,d=qo([v.getItemModel(f),u,l&&(l.coordinateSystem||{}).model],this._tooltipModel,p?{position:p}:null),g=d.get("trigger");if(!(g!=null&&g!=="item")){var y=u.getDataParams(f,h),m=new Cv;y.marker=m.makeTooltipMarker("item",an(y.color),c);var _=E0(u.formatTooltip(f,!1,h)),S=d.get("order"),b=d.get("valueFormatter"),x=_.frag,w=x?z0(b?V({valueFormatter:b},x):x,m,c,S,n.get("useUTC"),d.get("textStyle")):_.text,T="item_"+u.name+"_"+f;this._showOrMove(d,function(){this._showTooltipContent(d,w,y,T,t.offsetX,t.offsetY,t.position,t.target,m)}),i({type:"showTip",dataIndexInside:f,dataIndex:v.getRawIndex(f),seriesIndex:s,from:this.uid})}},e.prototype._showComponentItemTooltip=function(t,a,i){var n=at(a),o=n.tooltipConfig,s=o.option||{};if($(s)){var l=s;s={content:l,formatter:l}}var u=[s],f=this._ecModel.getComponent(n.componentMainType,n.componentIndex);f&&u.push(f),u.push({formatter:s.content});var h=t.positionDefault,v=qo(u,this._tooltipModel,h?{position:h}:null),c=v.get("content"),p=Math.random()+"",d=new Cv;this._showOrMove(v,function(){var g=J(v.get("formatterParams")||{});this._showTooltipContent(v,c,g,p,t.offsetX,t.offsetY,t.position,a,d)}),i({type:"showTip",from:this.uid})},e.prototype._showTooltipContent=function(t,a,i,n,o,s,l,u,f){if(this._ticket="",!(!t.get("showContent")||!t.get("show"))){var h=this._tooltipContent;h.setEnterable(t.get("enterable"));var v=t.get("formatter");l=l||t.get("position");var c=a,p=this._getNearestPoint([o,s],i,t.get("trigger"),t.get("borderColor")),d=p.color;if(v)if($(v)){var g=t.ecModel.get("useUTC"),y=z(i)?i[0]:i,m=y&&y.axisType&&y.axisType.indexOf("time")>=0;c=v,m&&(c=uh(y.axisValue,c,g)),c=rA(c,i,!0)}else if(K(v)){var _=U(function(S,b){S===this._ticket&&(h.setContent(b,f,t,d,l),this._updatePosition(t,l,o,s,h,i,u))},this);this._ticket=n,c=v(i,n,_)}else c=v;h.setContent(c,f,t,d,l),h.show(t,d),this._updatePosition(t,l,o,s,h,i,u)}},e.prototype._getNearestPoint=function(t,a,i,n){if(i==="axis"||z(a))return{color:n||(this._renderMode==="html"?"#fff":"none")};if(!z(a))return{color:n||a.color||a.borderColor}},e.prototype._updatePosition=function(t,a,i,n,o,s,l){var u=this._api.getWidth(),f=this._api.getHeight();a=a||t.get("position");var h=o.getSize(),v=t.get("align"),c=t.get("verticalAlign"),p=l&&l.getBoundingRect().clone();if(l&&p.applyTransform(l.transform),K(a)&&(a=a([i,n],s,o.el,p,{viewSize:[u,f],contentSize:h.slice()})),z(a))i=H(a[0],u),n=H(a[1],f);else if(j(a)){var d=a;d.width=h[0],d.height=h[1];var g=te(d,{width:u,height:f});i=g.x,n=g.y,v=null,c=null}else if($(a)&&l){var y=U8(a,p,h,t.get("borderWidth"));i=y[0],n=y[1]}else{var y=W8(i,n,o,u,f,v?null:20,c?null:20);i=y[0],n=y[1]}if(v&&(i-=Kx(v)?h[0]/2:v==="right"?h[0]:0),c&&(n-=Kx(c)?h[1]/2:c==="bottom"?h[1]:0),CL(t)){var y=$8(i,n,o,u,f);i=y[0],n=y[1]}o.moveTo(i,n)},e.prototype._updateContentNotChangedOnAxis=function(t,a){var i=this._lastDataByCoordSys,n=this._cbParamsList,o=!!i&&i.length===t.length;return o&&C(i,function(s,l){var u=s.dataByAxis||[],f=t[l]||{},h=f.dataByAxis||[];o=o&&u.length===h.length,o&&C(u,function(v,c){var p=h[c]||{},d=v.seriesDataIndices||[],g=p.seriesDataIndices||[];o=o&&v.value===p.value&&v.axisType===p.axisType&&v.axisId===p.axisId&&d.length===g.length,o&&C(d,function(y,m){var _=g[m];o=o&&y.seriesIndex===_.seriesIndex&&y.dataIndex===_.dataIndex}),n&&C(v.seriesDataIndices,function(y){var m=y.seriesIndex,_=a[m],S=n[m];_&&S&&S.data!==_.data&&(o=!1)})})}),this._lastDataByCoordSys=t,this._cbParamsList=a,!!o},e.prototype._hide=function(t){this._lastDataByCoordSys=null,t({type:"hideTip",from:this.uid})},e.prototype.dispose=function(t,a){Mt.node||!a.getDom()||(Fs(this,"_updatePosition"),this._tooltipContent.dispose(),Td("itemTooltip",a))},e.type="tooltip",e}(Wt);function qo(r,e,t){var a=e.ecModel,i;t?(i=new Nt(t,a,a),i=new Nt(e.option,i,a)):i=e;for(var n=r.length-1;n>=0;n--){var o=r[n];o&&(o instanceof Nt&&(o=o.get("tooltip",!0)),$(o)&&(o={formatter:o}),o&&(i=new Nt(o,i,a)))}return i}function qx(r,e){return r.dispatchAction||U(e.dispatchAction,e)}function W8(r,e,t,a,i,n,o){var s=t.getSize(),l=s[0],u=s[1];return n!=null&&(r+l+n+2>a?r-=l+n:r+=n),o!=null&&(e+u+o>i?e-=u+o:e+=o),[r,e]}function $8(r,e,t,a,i){var n=t.getSize(),o=n[0],s=n[1];return r=Math.min(r+o,a)-o,e=Math.min(e+s,i)-s,r=Math.max(r,0),e=Math.max(e,0),[r,e]}function U8(r,e,t,a){var i=t[0],n=t[1],o=Math.ceil(Math.SQRT2*a)+8,s=0,l=0,u=e.width,f=e.height;switch(r){case"inside":s=e.x+u/2-i/2,l=e.y+f/2-n/2;break;case"top":s=e.x+u/2-i/2,l=e.y-n-o;break;case"bottom":s=e.x+u/2-i/2,l=e.y+f+o;break;case"left":s=e.x-i-o,l=e.y+f/2-n/2;break;case"right":s=e.x+u+o,l=e.y+f/2-n/2}return[s,l]}function Kx(r){return r==="center"||r==="middle"}function Y8(r,e,t){var a=eg(r).queryOptionMap,i=a.keys()[0];if(!(!i||i==="series")){var n=nl(e,i,a.get(i),{useDefault:!1,enableAll:!1,enableNone:!1}),o=n.models[0];if(!!o){var s=t.getViewOfComponentModel(o),l;if(s.group.traverse(function(u){var f=at(u).tooltipConfig;if(f&&f.name===r.name)return l=u,!0}),l)return{componentMainType:i,componentIndex:o.componentIndex,el:l}}}}var Z8=H8;function X8(r){pt(Tl),r.registerComponentModel(M8),r.registerComponentView(Z8),r.registerAction({type:"showTip",event:"showTip",update:"tooltip:manuallyShowTip"},Kt),r.registerAction({type:"hideTip",event:"hideTip",update:"tooltip:manuallyHideTip"},Kt)}var q8=["rect","polygon","keep","clear"];function K8(r,e){var t=Et(r?r.brush:[]);if(!!t.length){var a=[];C(t,function(l){var u=l.hasOwnProperty("toolbox")?l.toolbox:[];u instanceof Array&&(a=a.concat(u))});var i=r&&r.toolbox;z(i)&&(i=i[0]),i||(i={feature:{}},r.toolbox=[i]);var n=i.feature||(i.feature={}),o=n.brush||(n.brush={}),s=o.type||(o.type=[]);s.push.apply(s,a),Q8(s),e&&!s.length&&s.push.apply(s,q8)}}function Q8(r){var e={};C(r,function(t){e[t]=1}),r.length=0,C(e,function(t,a){r.push(a)})}var Qx=C;function jx(r){if(r){for(var e in r)if(r.hasOwnProperty(e))return!0}}function Id(r,e,t){var a={};return Qx(e,function(n){var o=a[n]=i();Qx(r[n],function(s,l){if(!!fe.isValidType(l)){var u={type:l,visual:s};t&&t(u,n),o[l]=new fe(u),l==="opacity"&&(u=J(u),u.type="colorAlpha",o.__hidden.__alphaForOpacity=new fe(u))}})}),a;function i(){var n=function(){};n.prototype.__hidden=n.prototype;var o=new n;return o}}function IL(r,e,t){var a;C(t,function(i){e.hasOwnProperty(i)&&jx(e[i])&&(a=!0)}),a&&C(t,function(i){e.hasOwnProperty(i)&&jx(e[i])?r[i]=J(e[i]):delete r[i]})}function j8(r,e,t,a,i,n){var o={};C(r,function(h){var v=fe.prepareVisualTypes(e[h]);o[h]=v});var s;function l(h){return Rg(t,s,h)}function u(h,v){ZA(t,s,h,v)}n==null?t.each(f):t.each([n],f);function f(h,v){s=n==null?h:v;var c=t.getRawDataItem(s);if(!(c&&c.visualMap===!1))for(var p=a.call(i,h),d=e[p],g=o[p],y=0,m=g.length;y<m;y++){var _=g[y];d[_]&&d[_].applyVisual(h,l,u)}}}function J8(r,e,t,a){var i={};return C(r,function(n){var o=fe.prepareVisualTypes(e[n]);i[n]=o}),{progress:function(o,s){var l;a!=null&&(l=s.getDimensionIndex(a));function u(b){return Rg(s,h,b)}function f(b,x){ZA(s,h,b,x)}for(var h,v=s.getStore();(h=o.next())!=null;){var c=s.getRawDataItem(h);if(!(c&&c.visualMap===!1))for(var p=a!=null?v.get(l,h):h,d=t(p),g=e[d],y=i[d],m=0,_=y.length;m<_;m++){var S=y[m];g[S]&&g[S].applyVisual(p,u,f)}}}}}function t9(r){var e=r.brushType,t={point:function(a){return Jx[e].point(a,t,r)},rect:function(a){return Jx[e].rect(a,t,r)}};return t}var Jx={lineX:tb(0),lineY:tb(1),rect:{point:function(r,e,t){return r&&t.boundingRect.contain(r[0],r[1])},rect:function(r,e,t){return r&&t.boundingRect.intersect(r)}},polygon:{point:function(r,e,t){return r&&t.boundingRect.contain(r[0],r[1])&&ki(t.range,r[0],r[1])},rect:function(r,e,t){var a=t.range;if(!r||a.length<=1)return!1;var i=r.x,n=r.y,o=r.width,s=r.height,l=a[0];if(ki(a,i,n)||ki(a,i+o,n)||ki(a,i,n+s)||ki(a,i+o,n+s)||ft.create(r).contain(l[0],l[1])||is(i,n,i+o,n,a)||is(i,n,i,n+s,a)||is(i+o,n,i+o,n+s,a)||is(i,n+s,i+o,n+s,a))return!0}}};function tb(r){var e=["x","y"],t=["width","height"];return{point:function(a,i,n){if(a){var o=n.range,s=a[r];return Ko(s,o)}},rect:function(a,i,n){if(a){var o=n.range,s=[a[e[r]],a[e[r]]+a[t[r]]];return s[1]<s[0]&&s.reverse(),Ko(s[0],o)||Ko(s[1],o)||Ko(o[0],s)||Ko(o[1],s)}}}}function Ko(r,e){return e[0]<=r&&r<=e[1]}var eb=["inBrush","outOfBrush"],Gc="__ecBrushSelect",Pd="__ecInBrushSelectEvent";function PL(r){r.eachComponent({mainType:"brush"},function(e){var t=e.brushTargetManager=new By(e.option,r);t.setInputRanges(e.areas,r)})}function e9(r,e,t){var a=[],i,n;r.eachComponent({mainType:"brush"},function(o){t&&t.type==="takeGlobalCursor"&&o.setBrushOption(t.key==="brush"?t.brushOption:{brushType:!1})}),PL(r),r.eachComponent({mainType:"brush"},function(o,s){var l={brushId:o.id,brushIndex:s,brushName:o.name,areas:J(o.areas),selected:[]};a.push(l);var u=o.option,f=u.brushLink,h=[],v=[],c=[],p=!1;s||(i=u.throttleType,n=u.throttleDelay);var d=G(o.areas,function(b){var x=n9[b.brushType],w=Q({boundingRect:x?x(b):void 0},b);return w.selectors=t9(w),w}),g=Id(o.option,eb,function(b){b.mappingMethod="fixed"});z(f)&&C(f,function(b){h[b]=1});function y(b){return f==="all"||!!h[b]}function m(b){return!!b.length}r.eachSeries(function(b,x){var w=c[x]=[];b.subType==="parallel"?_(b,x):S(b,x,w)});function _(b,x){var w=b.coordinateSystem;p=p||w.hasAxisBrushed(),y(x)&&w.eachActiveState(b.getData(),function(T,A){T==="active"&&(v[A]=1)})}function S(b,x,w){if(!(!b.brushSelector||i9(o,x))&&(C(d,function(A){o.brushTargetManager.controlSeries(A,b,r)&&w.push(A),p=p||m(w)}),y(x)&&m(w))){var T=b.getData();T.each(function(A){rb(b,w,T,A)&&(v[A]=1)})}}r.eachSeries(function(b,x){var w={seriesId:b.id,seriesIndex:x,seriesName:b.name,dataIndex:[]};l.selected.push(w);var T=c[x],A=b.getData(),M=y(x)?function(D){return v[D]?(w.dataIndex.push(A.getRawIndex(D)),"inBrush"):"outOfBrush"}:function(D){return rb(b,T,A,D)?(w.dataIndex.push(A.getRawIndex(D)),"inBrush"):"outOfBrush"};(y(x)?p:m(T))&&j8(eb,g,A,M)})}),r9(e,i,n,a,t)}function r9(r,e,t,a,i){if(!!i){var n=r.getZr();if(!n[Pd]){n[Gc]||(n[Gc]=a9);var o=bo(n,Gc,t,e);o(r,a)}}}function a9(r,e){if(!r.isDisposed()){var t=r.getZr();t[Pd]=!0,r.dispatchAction({type:"brushSelect",batch:e}),t[Pd]=!1}}function rb(r,e,t,a){for(var i=0,n=e.length;i<n;i++){var o=e[i];if(r.brushSelector(a,t,o.selectors,o))return!0}}function i9(r,e){var t=r.option.seriesIndex;return t!=null&&t!=="all"&&(z(t)?vt(t,e)<0:e!==t)}var n9={rect:function(r){return ab(r.range)},polygon:function(r){for(var e,t=r.range,a=0,i=t.length;a<i;a++){e=e||[[1/0,-1/0],[1/0,-1/0]];var n=t[a];n[0]<e[0][0]&&(e[0][0]=n[0]),n[0]>e[0][1]&&(e[0][1]=n[0]),n[1]<e[1][0]&&(e[1][0]=n[1]),n[1]>e[1][1]&&(e[1][1]=n[1])}return e&&ab(e)}};function ab(r){return new ft(r[0][0],r[1][0],r[0][1]-r[0][0],r[1][1]-r[1][0])}var o9=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.prototype.init=function(t,a){this.ecModel=t,this.api=a,this.model,(this._brushController=new yy(a.getZr())).on("brush",U(this._onBrush,this)).mount()},e.prototype.render=function(t,a,i,n){this.model=t,this._updateController(t,a,i,n)},e.prototype.updateTransform=function(t,a,i,n){PL(a),this._updateController(t,a,i,n)},e.prototype.updateVisual=function(t,a,i,n){this.updateTransform(t,a,i,n)},e.prototype.updateView=function(t,a,i,n){this._updateController(t,a,i,n)},e.prototype._updateController=function(t,a,i,n){(!n||n.$from!==t.id)&&this._brushController.setPanels(t.brushTargetManager.makePanelOpts(i)).enableBrush(t.brushOption).updateCovers(t.areas.slice())},e.prototype.dispose=function(){this._brushController.dispose()},e.prototype._onBrush=function(t){var a=this.model.id,i=this.model.brushTargetManager.setOutputRanges(t.areas,this.ecModel);(!t.isEnd||t.removeOnClick)&&this.api.dispatchAction({type:"brush",brushId:a,areas:J(i),$from:a}),t.isEnd&&this.api.dispatchAction({type:"brushEnd",brushId:a,areas:J(i),$from:a})},e.type="brush",e}(Wt),s9=o9,l9="#ddd",u9=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t.areas=[],t.brushOption={},t}return e.prototype.optionUpdated=function(t,a){var i=this.option;!a&&IL(i,t,["inBrush","outOfBrush"]);var n=i.inBrush=i.inBrush||{};i.outOfBrush=i.outOfBrush||{color:l9},n.hasOwnProperty("liftZ")||(n.liftZ=5)},e.prototype.setAreas=function(t){!t||(this.areas=G(t,function(a){return ib(this.option,a)},this))},e.prototype.setBrushOption=function(t){this.brushOption=ib(this.option,t),this.brushType=this.brushOption.brushType},e.type="brush",e.dependencies=["geo","grid","xAxis","yAxis","parallel","series"],e.defaultOption={seriesIndex:"all",brushType:"rect",brushMode:"single",transformable:!0,brushStyle:{borderWidth:1,color:"rgba(210,219,238,0.3)",borderColor:"#D2DBEE"},throttleType:"fixRate",throttleDelay:0,removeOnClick:!0,z:1e4},e}(bt);function ib(r,e){return lt({brushType:r.brushType,brushMode:r.brushMode,transformable:r.transformable,brushStyle:new Nt(r.brushStyle).getItemStyle(),removeOnClick:r.removeOnClick,z:r.z},e,!0)}var f9=u9,h9=["rect","polygon","lineX","lineY","keep","clear"],v9=function(r){k(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e.prototype.render=function(t,a,i){var n,o,s;a.eachComponent({mainType:"brush"},function(l){n=l.brushType,o=l.brushOption.brushMode||"single",s=s||!!l.areas.length}),this._brushType=n,this._brushMode=o,C(t.get("type",!0),function(l){t.setIconStatus(l,(l==="keep"?o==="multiple":l==="clear"?s:l===n)?"emphasis":"normal")})},e.prototype.updateView=function(t,a,i){this.render(t,a,i)},e.prototype.getIcons=function(){var t=this.model,a=t.get("icon",!0),i={};return C(t.get("type",!0),function(n){a[n]&&(i[n]=a[n])}),i},e.prototype.onclick=function(t,a,i){var n=this._brushType,o=this._brushMode;i==="clear"?(a.dispatchAction({type:"axisAreaSelect",intervals:[]}),a.dispatchAction({type:"brush",command:"clear",areas:[]})):a.dispatchAction({type:"takeGlobalCursor",key:"brush",brushOption:{brushType:i==="keep"?n:n===i?!1:i,brushMode:i==="keep"?o==="multiple"?"single":"multiple":o}})},e.getDefaultOption=function(t){var a={show:!0,type:h9.slice(),icon:{rect:"M7.3,34.7 M0.4,10V-0.2h9.8 M89.6,10V-0.2h-9.8 M0.4,60v10.2h9.8 M89.6,60v10.2h-9.8 M12.3,22.4V10.5h13.1 M33.6,10.5h7.8 M49.1,10.5h7.8 M77.5,22.4V10.5h-13 M12.3,31.1v8.2 M77.7,31.1v8.2 M12.3,47.6v11.9h13.1 M33.6,59.5h7.6 M49.1,59.5 h7.7 M77.5,47.6v11.9h-13",polygon:"M55.2,34.9c1.7,0,3.1,1.4,3.1,3.1s-1.4,3.1-3.1,3.1 s-3.1-1.4-3.1-3.1S53.5,34.9,55.2,34.9z M50.4,51c1.7,0,3.1,1.4,3.1,3.1c0,1.7-1.4,3.1-3.1,3.1c-1.7,0-3.1-1.4-3.1-3.1 C47.3,52.4,48.7,51,50.4,51z M55.6,37.1l1.5-7.8 M60.1,13.5l1.6-8.7l-7.8,4 M59,19l-1,5.3 M24,16.1l6.4,4.9l6.4-3.3 M48.5,11.6 l-5.9,3.1 M19.1,12.8L9.7,5.1l1.1,7.7 M13.4,29.8l1,7.3l6.6,1.6 M11.6,18.4l1,6.1 M32.8,41.9 M26.6,40.4 M27.3,40.2l6.1,1.6 M49.9,52.1l-5.6-7.6l-4.9-1.2",lineX:"M15.2,30 M19.7,15.6V1.9H29 M34.8,1.9H40.4 M55.3,15.6V1.9H45.9 M19.7,44.4V58.1H29 M34.8,58.1H40.4 M55.3,44.4 V58.1H45.9 M12.5,20.3l-9.4,9.6l9.6,9.8 M3.1,29.9h16.5 M62.5,20.3l9.4,9.6L62.3,39.7 M71.9,29.9H55.4",lineY:"M38.8,7.7 M52.7,12h13.2v9 M65.9,26.6V32 M52.7,46.3h13.2v-9 M24.9,12H11.8v9 M11.8,26.6V32 M24.9,46.3H11.8v-9 M48.2,5.1l-9.3-9l-9.4,9.2 M38.9-3.9V12 M48.2,53.3l-9.3,9l-9.4-9.2 M38.9,62.3V46.4",keep:"M4,10.5V1h10.3 M20.7,1h6.1 M33,1h6.1 M55.4,10.5V1H45.2 M4,17.3v6.6 M55.6,17.3v6.6 M4,30.5V40h10.3 M20.7,40 h6.1 M33,40h6.1 M55.4,30.5V40H45.2 M21,18.9h62.9v48.6H21V18.9z",clear:"M22,14.7l30.9,31 M52.9,14.7L22,45.7 M4.7,16.8V4.2h13.1 M26,4.2h7.8 M41.6,4.2h7.8 M70.3,16.8V4.2H57.2 M4.7,25.9v8.6 M70.3,25.9v8.6 M4.7,43.2v12.6h13.1 M26,55.8h7.8 M41.6,55.8h7.8 M70.3,43.2v12.6H57.2"},title:t.getLocaleModel().get(["toolbox","brush","title"])};return a},e}(tr),c9=v9;function p9(r){r.registerComponentView(s9),r.registerComponentModel(f9),r.registerPreprocessor(K8),r.registerVisual(r.PRIORITY.VISUAL.BRUSH,e9),r.registerAction({type:"brush",event:"brush",update:"updateVisual"},function(e,t){t.eachComponent({mainType:"brush",query:e},function(a){a.setAreas(e.areas)})}),r.registerAction({type:"brushSelect",event:"brushSelected",update:"none"},Kt),r.registerAction({type:"brushEnd",event:"brushEnd",update:"none"},Kt),Gn("brush",c9)}var d9=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t.layoutMode={type:"box",ignoreSize:!0},t}return e.type="title",e.defaultOption={z:6,show:!0,text:"",target:"blank",subtext:"",subtarget:"blank",left:0,top:0,backgroundColor:"rgba(0,0,0,0)",borderColor:"#ccc",borderWidth:0,padding:5,itemGap:10,textStyle:{fontSize:18,fontWeight:"bold",color:"#464646"},subtextStyle:{fontSize:12,color:"#6E7079"}},e}(bt),g9=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.prototype.render=function(t,a,i){if(this.group.removeAll(),!!t.get("show")){var n=this.group,o=t.getModel("textStyle"),s=t.getModel("subtextStyle"),l=t.get("textAlign"),u=ct(t.get("textBaseline"),t.get("textVerticalAlign")),f=new Ct({style:Gt(o,{text:t.get("text"),fill:o.getTextColor()},{disableBox:!0}),z2:10}),h=f.getBoundingRect(),v=t.get("subtext"),c=new Ct({style:Gt(s,{text:v,fill:s.getTextColor(),y:h.height+t.get("itemGap"),verticalAlign:"top"},{disableBox:!0}),z2:10}),p=t.get("link"),d=t.get("sublink"),g=t.get("triggerEvent",!0);f.silent=!p&&!g,c.silent=!d&&!g,p&&f.on("click",function(){cf(p,"_"+t.get("target"))}),d&&c.on("click",function(){cf(d,"_"+t.get("subtarget"))}),at(f).eventData=at(c).eventData=g?{componentType:"title",componentIndex:t.componentIndex}:null,n.add(f),v&&n.add(c);var y=n.getBoundingRect(),m=t.getBoxLayoutParams();m.width=y.width,m.height=y.height;var _=te(m,{width:i.getWidth(),height:i.getHeight()},t.get("padding"));l||(l=t.get("left")||t.get("right"),l==="middle"&&(l="center"),l==="right"?_.x+=_.width:l==="center"&&(_.x+=_.width/2)),u||(u=t.get("top")||t.get("bottom"),u==="center"&&(u="middle"),u==="bottom"?_.y+=_.height:u==="middle"&&(_.y+=_.height/2),u=u||"top"),n.x=_.x,n.y=_.y,n.markRedraw();var S={align:l,verticalAlign:u};f.setStyle(S),c.setStyle(S),y=n.getBoundingRect();var b=_.margin,x=t.getItemStyle(["color","opacity"]);x.fill=t.get("backgroundColor");var w=new xt({shape:{x:y.x-b[3],y:y.y-b[0],width:y.width+b[1]+b[3],height:y.height+b[0]+b[2],r:t.get("borderRadius")},style:x,subPixelOptimize:!0,silent:!0});n.add(w)}},e.type="title",e}(Wt);function y9(r){r.registerComponentModel(d9),r.registerComponentView(g9)}var m9=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t.layoutMode="box",t}return e.prototype.init=function(t,a,i){this.mergeDefaultAndTheme(t,i),this._initData()},e.prototype.mergeOption=function(t){r.prototype.mergeOption.apply(this,arguments),this._initData()},e.prototype.setCurrentIndex=function(t){t==null&&(t=this.option.currentIndex);var a=this._data.count();this.option.loop?t=(t%a+a)%a:(t>=a&&(t=a-1),t<0&&(t=0)),this.option.currentIndex=t},e.prototype.getCurrentIndex=function(){return this.option.currentIndex},e.prototype.isIndexMax=function(){return this.getCurrentIndex()>=this._data.count()-1},e.prototype.setPlayState=function(t){this.option.autoPlay=!!t},e.prototype.getPlayState=function(){return!!this.option.autoPlay},e.prototype._initData=function(){var t=this.option,a=t.data||[],i=t.axisType,n=this._names=[],o;i==="category"?(o=[],C(a,function(u,f){var h=Jt(fo(u),""),v;j(u)?(v=J(u),v.value=f):v=f,o.push(v),n.push(h)})):o=a;var s={category:"ordinal",time:"time",value:"number"}[i]||"number",l=this._data=new Te([{name:"value",type:s}],this);l.initData(o,n)},e.prototype.getData=function(){return this._data},e.prototype.getCategories=function(){if(this.get("axisType")==="category")return this._names.slice()},e.type="timeline",e.defaultOption={z:4,show:!0,axisType:"time",realtime:!0,left:"20%",top:null,right:"20%",bottom:0,width:null,height:40,padding:5,controlPosition:"left",autoPlay:!1,rewind:!1,loop:!0,playInterval:2e3,currentIndex:0,itemStyle:{},label:{color:"#000"},data:[]},e}(bt),nb=m9,RL=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.type="timeline.slider",e.defaultOption=ei(nb.defaultOption,{backgroundColor:"rgba(0,0,0,0)",borderColor:"#ccc",borderWidth:0,orient:"horizontal",inverse:!1,tooltip:{trigger:"item"},symbol:"circle",symbolSize:12,lineStyle:{show:!0,width:2,color:"#DAE1F5"},label:{position:"auto",show:!0,interval:"auto",rotate:0,color:"#A4B1D7"},itemStyle:{color:"#A4B1D7",borderWidth:1},checkpointStyle:{symbol:"circle",symbolSize:15,color:"#316bf3",borderColor:"#fff",borderWidth:2,shadowBlur:2,shadowOffsetX:1,shadowOffsetY:1,shadowColor:"rgba(0, 0, 0, 0.3)",animation:!0,animationDuration:300,animationEasing:"quinticInOut"},controlStyle:{show:!0,showPlayBtn:!0,showPrevBtn:!0,showNextBtn:!0,itemSize:24,itemGap:12,position:"left",playIcon:"path://M31.6,53C17.5,53,6,41.5,6,27.4S17.5,1.8,31.6,1.8C45.7,1.8,57.2,13.3,57.2,27.4S45.7,53,31.6,53z M31.6,3.3 C18.4,3.3,7.5,14.1,7.5,27.4c0,13.3,10.8,24.1,24.1,24.1C44.9,51.5,55.7,40.7,55.7,27.4C55.7,14.1,44.9,3.3,31.6,3.3z M24.9,21.3 c0-2.2,1.6-3.1,3.5-2l10.5,6.1c1.899,1.1,1.899,2.9,0,4l-10.5,6.1c-1.9,1.1-3.5,0.2-3.5-2V21.3z",stopIcon:"path://M30.9,53.2C16.8,53.2,5.3,41.7,5.3,27.6S16.8,2,30.9,2C45,2,56.4,13.5,56.4,27.6S45,53.2,30.9,53.2z M30.9,3.5C17.6,3.5,6.8,14.4,6.8,27.6c0,13.3,10.8,24.1,24.101,24.1C44.2,51.7,55,40.9,55,27.6C54.9,14.4,44.1,3.5,30.9,3.5z M36.9,35.8c0,0.601-0.4,1-0.9,1h-1.3c-0.5,0-0.9-0.399-0.9-1V19.5c0-0.6,0.4-1,0.9-1H36c0.5,0,0.9,0.4,0.9,1V35.8z M27.8,35.8 c0,0.601-0.4,1-0.9,1h-1.3c-0.5,0-0.9-0.399-0.9-1V19.5c0-0.6,0.4-1,0.9-1H27c0.5,0,0.9,0.4,0.9,1L27.8,35.8L27.8,35.8z",nextIcon:"M2,18.5A1.52,1.52,0,0,1,.92,18a1.49,1.49,0,0,1,0-2.12L7.81,9.36,1,3.11A1.5,1.5,0,1,1,3,.89l8,7.34a1.48,1.48,0,0,1,.49,1.09,1.51,1.51,0,0,1-.46,1.1L3,18.08A1.5,1.5,0,0,1,2,18.5Z",prevIcon:"M10,.5A1.52,1.52,0,0,1,11.08,1a1.49,1.49,0,0,1,0,2.12L4.19,9.64,11,15.89a1.5,1.5,0,1,1-2,2.22L1,10.77A1.48,1.48,0,0,1,.5,9.68,1.51,1.51,0,0,1,1,8.58L9,.92A1.5,1.5,0,0,1,10,.5Z",prevBtnSize:18,nextBtnSize:18,color:"#A4B1D7",borderColor:"#A4B1D7",borderWidth:1},emphasis:{label:{show:!0,color:"#6f778d"},itemStyle:{color:"#316BF3"},controlStyle:{color:"#316BF3",borderColor:"#316BF3",borderWidth:2}},progress:{lineStyle:{color:"#316BF3"},itemStyle:{color:"#316BF3"},label:{color:"#6f778d"}},data:[]}),e}(nb);jt(RL,Mg.prototype);var _9=RL,S9=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.type="timeline",e}(Wt),x9=S9,b9=function(r){k(e,r);function e(t,a,i,n){var o=r.call(this,t,a,i)||this;return o.type=n||"value",o}return e.prototype.getLabelModel=function(){return this.model.getModel("label")},e.prototype.isHorizontal=function(){return this.model.get("orient")==="horizontal"},e}(br),w9=b9,Fc=Math.PI,ob=At(),T9=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.prototype.init=function(t,a){this.api=a},e.prototype.render=function(t,a,i){if(this.model=t,this.api=i,this.ecModel=a,this.group.removeAll(),t.get("show",!0)){var n=this._layout(t,i),o=this._createGroup("_mainGroup"),s=this._createGroup("_labelGroup"),l=this._axis=this._createAxis(n,t);t.formatTooltip=function(u){var f=l.scale.getLabel({value:u});return ae("nameValue",{noName:!0,value:f})},C(["AxisLine","AxisTick","Control","CurrentPointer"],function(u){this["_render"+u](n,o,l,t)},this),this._renderAxisLabel(n,s,l,t),this._position(n,t)}this._doPlayStop(),this._updateTicksStatus()},e.prototype.remove=function(){this._clearTimer(),this.group.removeAll()},e.prototype.dispose=function(){this._clearTimer()},e.prototype._layout=function(t,a){var i=t.get(["label","position"]),n=t.get("orient"),o=C9(t,a),s;i==null||i==="auto"?s=n==="horizontal"?o.y+o.height/2<a.getHeight()/2?"-":"+":o.x+o.width/2<a.getWidth()/2?"+":"-":$(i)?s={horizontal:{top:"-",bottom:"+"},vertical:{left:"-",right:"+"}}[n][i]:s=i;var l={horizontal:"center",vertical:s>=0||s==="+"?"left":"right"},u={horizontal:s>=0||s==="+"?"top":"bottom",vertical:"middle"},f={horizontal:0,vertical:Fc/2},h=n==="vertical"?o.height:o.width,v=t.getModel("controlStyle"),c=v.get("show",!0),p=c?v.get("itemSize"):0,d=c?v.get("itemGap"):0,g=p+d,y=t.get(["label","rotate"])||0;y=y*Fc/180;var m,_,S,b=v.get("position",!0),x=c&&v.get("showPlayBtn",!0),w=c&&v.get("showPrevBtn",!0),T=c&&v.get("showNextBtn",!0),A=0,M=h;b==="left"||b==="bottom"?(x&&(m=[0,0],A+=g),w&&(_=[A,0],A+=g),T&&(S=[M-p,0],M-=g)):(x&&(m=[M-p,0],M-=g),w&&(_=[0,0],A+=g),T&&(S=[M-p,0],M-=g));var D=[A,M];return t.get("inverse")&&D.reverse(),{viewRect:o,mainLength:h,orient:n,rotation:f[n],labelRotation:y,labelPosOpt:s,labelAlign:t.get(["label","align"])||l[n],labelBaseline:t.get(["label","verticalAlign"])||t.get(["label","baseline"])||u[n],playPosition:m,prevBtnPosition:_,nextBtnPosition:S,axisExtent:D,controlSize:p,controlGap:d}},e.prototype._position=function(t,a){var i=this._mainGroup,n=this._labelGroup,o=t.viewRect;if(t.orient==="vertical"){var s=nr(),l=o.x,u=o.y+o.height;zr(s,s,[-l,-u]),ln(s,s,-Fc/2),zr(s,s,[l,u]),o=o.clone(),o.applyTransform(s)}var f=m(o),h=m(i.getBoundingRect()),v=m(n.getBoundingRect()),c=[i.x,i.y],p=[n.x,n.y];p[0]=c[0]=f[0][0];var d=t.labelPosOpt;if(d==null||$(d)){var g=d==="+"?0:1;_(c,h,f,1,g),_(p,v,f,1,1-g)}else{var g=d>=0?0:1;_(c,h,f,1,g),p[1]=c[1]+d}i.setPosition(c),n.setPosition(p),i.rotation=n.rotation=t.rotation,y(i),y(n);function y(S){S.originX=f[0][0]-S.x,S.originY=f[1][0]-S.y}function m(S){return[[S.x,S.x+S.width],[S.y,S.y+S.height]]}function _(S,b,x,w,T){S[w]+=x[w][T]-b[w][T]}},e.prototype._createAxis=function(t,a){var i=a.getData(),n=a.get("axisType"),o=A9(a,n);o.getTicks=function(){return i.mapArray(["value"],function(u){return{value:u}})};var s=i.getDataExtent("value");o.setExtent(s[0],s[1]),o.calcNiceTicks();var l=new w9("value",o,t.axisExtent,n);return l.model=a,l},e.prototype._createGroup=function(t){var a=this[t]=new rt;return this.group.add(a),a},e.prototype._renderAxisLine=function(t,a,i,n){var o=i.getExtent();if(!!n.get(["lineStyle","show"])){var s=new oe({shape:{x1:o[0],y1:0,x2:o[1],y2:0},style:V({lineCap:"round"},n.getModel("lineStyle").getLineStyle()),silent:!0,z2:1});a.add(s);var l=this._progressLine=new oe({shape:{x1:o[0],x2:this._currentPointer?this._currentPointer.x:o[0],y1:0,y2:0},style:Q({lineCap:"round",lineWidth:s.style.lineWidth},n.getModel(["progress","lineStyle"]).getLineStyle()),silent:!0,z2:1});a.add(l)}},e.prototype._renderAxisTick=function(t,a,i,n){var o=this,s=n.getData(),l=i.scale.getTicks();this._tickSymbols=[],C(l,function(u){var f=i.dataToCoord(u.value),h=s.getItemModel(u.value),v=h.getModel("itemStyle"),c=h.getModel(["emphasis","itemStyle"]),p=h.getModel(["progress","itemStyle"]),d={x:f,y:0,onclick:U(o._changeTimeline,o,u.value)},g=sb(h,v,a,d);g.ensureState("emphasis").style=c.getItemStyle(),g.ensureState("progress").style=p.getItemStyle(),Zi(g);var y=at(g);h.get("tooltip")?(y.dataIndex=u.value,y.dataModel=n):y.dataIndex=y.dataModel=null,o._tickSymbols.push(g)})},e.prototype._renderAxisLabel=function(t,a,i,n){var o=this,s=i.getLabelModel();if(!!s.get("show")){var l=n.getData(),u=i.getViewLabels();this._tickLabels=[],C(u,function(f){var h=f.tickValue,v=l.getItemModel(h),c=v.getModel("label"),p=v.getModel(["emphasis","label"]),d=v.getModel(["progress","label"]),g=i.dataToCoord(f.tickValue),y=new Ct({x:g,y:0,rotation:t.labelRotation-t.rotation,onclick:U(o._changeTimeline,o,h),silent:!1,style:Gt(c,{text:f.formattedLabel,align:t.labelAlign,verticalAlign:t.labelBaseline})});y.ensureState("emphasis").style=Gt(p),y.ensureState("progress").style=Gt(d),a.add(y),Zi(y),ob(y).dataIndex=h,o._tickLabels.push(y)})}},e.prototype._renderControl=function(t,a,i,n){var o=t.controlSize,s=t.rotation,l=n.getModel("controlStyle").getItemStyle(),u=n.getModel(["emphasis","controlStyle"]).getItemStyle(),f=n.getPlayState(),h=n.get("inverse",!0);v(t.nextBtnPosition,"next",U(this._changeTimeline,this,h?"-":"+")),v(t.prevBtnPosition,"prev",U(this._changeTimeline,this,h?"+":"-")),v(t.playPosition,f?"stop":"play",U(this._handlePlayClick,this,!f),!0);function v(c,p,d,g){if(!!c){var y=_r(ct(n.get(["controlStyle",p+"BtnSize"]),o),o),m=[0,-y/2,y,y],_=M9(n,p+"Icon",m,{x:c[0],y:c[1],originX:o/2,originY:0,rotation:g?-s:0,rectHover:!0,style:l,onclick:d});_.ensureState("emphasis").style=u,a.add(_),Zi(_)}}},e.prototype._renderCurrentPointer=function(t,a,i,n){var o=n.getData(),s=n.getCurrentIndex(),l=o.getItemModel(s).getModel("checkpointStyle"),u=this,f={onCreate:function(h){h.draggable=!0,h.drift=U(u._handlePointerDrag,u),h.ondragend=U(u._handlePointerDragend,u),lb(h,u._progressLine,s,i,n,!0)},onUpdate:function(h){lb(h,u._progressLine,s,i,n)}};this._currentPointer=sb(l,l,this._mainGroup,{},this._currentPointer,f)},e.prototype._handlePlayClick=function(t){this._clearTimer(),this.api.dispatchAction({type:"timelinePlayChange",playState:t,from:this.uid})},e.prototype._handlePointerDrag=function(t,a,i){this._clearTimer(),this._pointerChangeTimeline([i.offsetX,i.offsetY])},e.prototype._handlePointerDragend=function(t){this._pointerChangeTimeline([t.offsetX,t.offsetY],!0)},e.prototype._pointerChangeTimeline=function(t,a){var i=this._toAxisCoord(t)[0],n=this._axis,o=ar(n.getExtent().slice());i>o[1]&&(i=o[1]),i<o[0]&&(i=o[0]),this._currentPointer.x=i,this._currentPointer.markRedraw(),this._progressLine.shape.x2=i,this._progressLine.dirty();var s=this._findNearestTick(i),l=this.model;(a||s!==l.getCurrentIndex()&&l.get("realtime"))&&this._changeTimeline(s)},e.prototype._doPlayStop=function(){var t=this;this._clearTimer(),this.model.getPlayState()&&(this._timer=setTimeout(function(){var a=t.model;t._changeTimeline(a.getCurrentIndex()+(a.get("rewind",!0)?-1:1))},this.model.get("playInterval")))},e.prototype._toAxisCoord=function(t){var a=this._mainGroup.getLocalTransform();return mr(t,a,!0)},e.prototype._findNearestTick=function(t){var a=this.model.getData(),i=1/0,n,o=this._axis;return a.each(["value"],function(s,l){var u=o.dataToCoord(s),f=Math.abs(u-t);f<i&&(i=f,n=l)}),n},e.prototype._clearTimer=function(){this._timer&&(clearTimeout(this._timer),this._timer=null)},e.prototype._changeTimeline=function(t){var a=this.model.getCurrentIndex();t==="+"?t=a+1:t==="-"&&(t=a-1),this.api.dispatchAction({type:"timelineChange",currentIndex:t,from:this.uid})},e.prototype._updateTicksStatus=function(){var t=this.model.getCurrentIndex(),a=this._tickSymbols,i=this._tickLabels;if(a)for(var n=0;n<a.length;n++)a&&a[n]&&a[n].toggleState("progress",n<t);if(i)for(var n=0;n<i.length;n++)i&&i[n]&&i[n].toggleState("progress",ob(i[n]).dataIndex<=t)},e.type="timeline.slider",e}(x9);function A9(r,e){if(e=e||r.get("type"),e)switch(e){case"category":return new zg({ordinalMeta:r.getCategories(),extent:[1/0,-1/0]});case"time":return new NC({locale:r.ecModel.getLocaleModel(),useUTC:r.ecModel.get("useUTC")});default:return new Ka}}function C9(r,e){return te(r.getBoxLayoutParams(),{width:e.getWidth(),height:e.getHeight()},r.get("padding"))}function M9(r,e,t,a){var i=a.style,n=ul(r.get(["controlStyle",e]),a||{},new ft(t[0],t[1],t[2],t[3]));return i&&n.setStyle(i),n}function sb(r,e,t,a,i,n){var o=e.get("color");if(i)i.setColor(o),t.add(i),n&&n.onUpdate(i);else{var s=r.get("symbol");i=Qt(s,-1,-1,2,2,o),i.setStyle("strokeNoScale",!0),t.add(i),n&&n.onCreate(i)}var l=e.getItemStyle(["color"]);i.setStyle(l),a=lt({rectHover:!0,z2:100},a,!0);var u=cl(r.get("symbolSize"));a.scaleX=u[0]/2,a.scaleY=u[1]/2;var f=wo(r.get("symbolOffset"),u);f&&(a.x=(a.x||0)+f[0],a.y=(a.y||0)+f[1]);var h=r.get("symbolRotate");return a.rotation=(h||0)*Math.PI/180||0,i.attr(a),i.updateTransform(),i}function lb(r,e,t,a,i,n){if(!r.dragging){var o=i.getModel("checkpointStyle"),s=a.dataToCoord(i.getData().get("value",t));if(n||!o.get("animation",!0))r.attr({x:s,y:0}),e&&e.attr({shape:{x2:s}});else{var l={duration:o.get("animationDuration",!0),easing:o.get("animationEasing",!0)};r.stopAnimation(null,!0),r.animateTo({x:s,y:0},l),e&&e.animateTo({shape:{x2:s}},l)}}}var D9=T9;function L9(r){r.registerAction({type:"timelineChange",event:"timelineChanged",update:"prepareAndUpdate"},function(e,t,a){var i=t.getComponent("timeline");return i&&e.currentIndex!=null&&(i.setCurrentIndex(e.currentIndex),!i.get("loop",!0)&&i.isIndexMax()&&i.getPlayState()&&(i.setPlayState(!1),a.dispatchAction({type:"timelinePlayChange",playState:!1,from:e.from}))),t.resetOption("timeline",{replaceMerge:i.get("replaceMerge",!0)}),Q({currentIndex:i.option.currentIndex},e)}),r.registerAction({type:"timelinePlayChange",event:"timelinePlayChanged",update:"update"},function(e,t){var a=t.getComponent("timeline");a&&e.playState!=null&&a.setPlayState(e.playState)})}function I9(r){var e=r&&r.timeline;z(e)||(e=e?[e]:[]),C(e,function(t){!t||P9(t)})}function P9(r){var e=r.type,t={number:"value",time:"time"};if(t[e]&&(r.axisType=t[e],delete r.type),ub(r),Bi(r,"controlPosition")){var a=r.controlStyle||(r.controlStyle={});Bi(a,"position")||(a.position=r.controlPosition),a.position==="none"&&!Bi(a,"show")&&(a.show=!1,delete a.position),delete r.controlPosition}C(r.data||[],function(i){j(i)&&!z(i)&&(!Bi(i,"value")&&Bi(i,"name")&&(i.value=i.name),ub(i))})}function ub(r){var e=r.itemStyle||(r.itemStyle={}),t=e.emphasis||(e.emphasis={}),a=r.label||r.label||{},i=a.normal||(a.normal={}),n={normal:1,emphasis:1};C(a,function(o,s){!n[s]&&!Bi(i,s)&&(i[s]=o)}),t.label&&!Bi(a,"emphasis")&&(a.emphasis=t.label,delete t.label)}function Bi(r,e){return r.hasOwnProperty(e)}function R9(r){r.registerComponentModel(_9),r.registerComponentView(D9),r.registerSubTypeDefaulter("timeline",function(){return"slider"}),L9(r),r.registerPreprocessor(I9)}function Gy(r,e){if(!r)return!1;for(var t=z(r)?r:[r],a=0;a<t.length;a++)if(t[a]&&t[a][e])return!0;return!1}function wu(r){Ji(r,"label",["show"])}var Tu=At(),EL=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t.createdBySelf=!1,t}return e.prototype.init=function(t,a,i){this.mergeDefaultAndTheme(t,i),this._mergeOption(t,i,!1,!0)},e.prototype.isAnimationEnabled=function(){if(Mt.node)return!1;var t=this.__hostSeries;return this.getShallow("animation")&&t&&t.isAnimationEnabled()},e.prototype.mergeOption=function(t,a){this._mergeOption(t,a,!1,!1)},e.prototype._mergeOption=function(t,a,i,n){var o=this.mainType;i||a.eachSeries(function(s){var l=s.get(this.mainType,!0),u=Tu(s)[o];if(!l||!l.data){Tu(s)[o]=null;return}u?u._mergeOption(l,a,!0):(n&&wu(l),C(l.data,function(f){f instanceof Array?(wu(f[0]),wu(f[1])):wu(f)}),u=this.createMarkerModelFromSeries(l,this,a),V(u,{mainType:this.mainType,seriesIndex:s.seriesIndex,name:s.name,createdBySelf:!0}),u.__hostSeries=s),Tu(s)[o]=u},this)},e.prototype.formatTooltip=function(t,a,i){var n=this.getData(),o=this.getRawValue(t),s=n.getName(t);return ae("section",{header:this.name,blocks:[ae("nameValue",{name:s,value:o,noName:!s,noValue:o==null})]})},e.prototype.getData=function(){return this._data},e.prototype.setData=function(t){this._data=t},e.getMarkerModelFromSeries=function(t,a){return Tu(t)[a]},e.type="marker",e.dependencies=["series","grid","polar","geo"],e}(bt);jt(EL,Mg.prototype);var Ja=EL,E9=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.prototype.createMarkerModelFromSeries=function(t,a,i){return new e(t,a,i)},e.type="markPoint",e.defaultOption={z:5,symbol:"pin",symbolSize:50,tooltip:{trigger:"item"},label:{show:!0,position:"inside"},itemStyle:{borderWidth:2},emphasis:{label:{show:!0}}},e}(Ja),k9=E9;function Rd(r){return!(isNaN(parseFloat(r.x))&&isNaN(parseFloat(r.y)))}function O9(r){return!isNaN(parseFloat(r.x))&&!isNaN(parseFloat(r.y))}function Au(r,e,t,a,i,n){var o=[],s=qa(e,a),l=s?e.getCalculationInfo("stackResultDimension"):a,u=Fy(e,l,r),f=e.indicesOfNearest(l,u)[0];o[i]=e.get(t,f),o[n]=e.get(l,f);var h=e.get(a,f),v=Er(e.get(a,f));return v=Math.min(v,20),v>=0&&(o[n]=+o[n].toFixed(v)),[o,h]}var Hc={min:it(Au,"min"),max:it(Au,"max"),average:it(Au,"average"),median:it(Au,"median")};function tl(r,e){var t=r.getData(),a=r.coordinateSystem;if(e&&!O9(e)&&!z(e.coord)&&a){var i=a.dimensions,n=kL(e,t,a,r);if(e=J(e),e.type&&Hc[e.type]&&n.baseAxis&&n.valueAxis){var o=vt(i,n.baseAxis.dim),s=vt(i,n.valueAxis.dim),l=Hc[e.type](t,n.baseDataDim,n.valueDataDim,o,s);e.coord=l[0],e.value=l[1]}else{for(var u=[e.xAxis!=null?e.xAxis:e.radiusAxis,e.yAxis!=null?e.yAxis:e.angleAxis],f=0;f<2;f++)Hc[u[f]]&&(u[f]=Fy(t,t.mapDimension(i[f]),u[f]));e.coord=u}}return e}function kL(r,e,t,a){var i={};return r.valueIndex!=null||r.valueDim!=null?(i.valueDataDim=r.valueIndex!=null?e.getDimension(r.valueIndex):r.valueDim,i.valueAxis=t.getAxis(N9(a,i.valueDataDim)),i.baseAxis=t.getOtherAxis(i.valueAxis),i.baseDataDim=e.mapDimension(i.baseAxis.dim)):(i.baseAxis=a.getBaseAxis(),i.valueAxis=t.getOtherAxis(i.baseAxis),i.baseDataDim=e.mapDimension(i.baseAxis.dim),i.valueDataDim=e.mapDimension(i.valueAxis.dim)),i}function N9(r,e){var t=r.getData().getDimensionInfo(e);return t&&t.coordDim}function el(r,e){return r&&r.containData&&e.coord&&!Rd(e)?r.containData(e.coord):!0}function B9(r,e,t){return r&&r.containZone&&e.coord&&t.coord&&!Rd(e)&&!Rd(t)?r.containZone(e.coord,t.coord):!0}function OL(r,e){return r?function(t,a,i,n){var o=n<2?t.coord&&t.coord[n]:t.value;return Ha(o,e[n])}:function(t,a,i,n){return Ha(t.value,e[n])}}function Fy(r,e,t){if(t==="average"){var a=0,i=0;return r.each(e,function(n,o){isNaN(n)||(a+=n,i++)}),a/i}else return t==="median"?r.getMedian(e):r.getDataExtent(e)[t==="max"?1:0]}var Wc=At(),V9=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.prototype.init=function(){this.markerGroupMap=q()},e.prototype.render=function(t,a,i){var n=this,o=this.markerGroupMap;o.each(function(s){Wc(s).keep=!1}),a.eachSeries(function(s){var l=Ja.getMarkerModelFromSeries(s,n.type);l&&n.renderSeries(s,l,a,i)}),o.each(function(s){!Wc(s).keep&&n.group.remove(s.group)})},e.prototype.markKeep=function(t){Wc(t).keep=!0},e.prototype.toggleBlurSeries=function(t,a){var i=this;C(t,function(n){var o=Ja.getMarkerModelFromSeries(n,i.type);if(o){var s=o.getData();s.eachItemGraphicEl(function(l){l&&(a?uT(l):sg(l))})}})},e.type="marker",e}(Wt),Hy=V9;function fb(r,e,t){var a=e.coordinateSystem;r.each(function(i){var n=r.getItemModel(i),o,s=H(n.get("x"),t.getWidth()),l=H(n.get("y"),t.getHeight());if(!isNaN(s)&&!isNaN(l))o=[s,l];else if(e.getMarkerPosition)o=e.getMarkerPosition(r.getValues(r.dimensions,i));else if(a){var u=r.get(a.dimensions[0],i),f=r.get(a.dimensions[1],i);o=a.dataToPoint([u,f])}isNaN(s)||(o[0]=s),isNaN(l)||(o[1]=l),r.setItemLayout(i,o)})}var z9=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.prototype.updateTransform=function(t,a,i){a.eachSeries(function(n){var o=Ja.getMarkerModelFromSeries(n,"markPoint");o&&(fb(o.getData(),n,i),this.markerGroupMap.get(n.id).updateLayout())},this)},e.prototype.renderSeries=function(t,a,i,n){var o=t.coordinateSystem,s=t.id,l=t.getData(),u=this.markerGroupMap,f=u.get(s)||u.set(s,new ml),h=G9(o,t,a);a.setData(h),fb(a.getData(),t,n),h.each(function(v){var c=h.getItemModel(v),p=c.getShallow("symbol"),d=c.getShallow("symbolSize"),g=c.getShallow("symbolRotate"),y=c.getShallow("symbolOffset"),m=c.getShallow("symbolKeepAspect");if(K(p)||K(d)||K(g)||K(y)){var _=a.getRawValue(v),S=a.getDataParams(v);K(p)&&(p=p(_,S)),K(d)&&(d=d(_,S)),K(g)&&(g=g(_,S)),K(y)&&(y=y(_,S))}var b=c.getModel("itemStyle").getItemStyle(),x=vl(l,"color");b.fill||(b.fill=x),h.setItemVisual(v,{symbol:p,symbolSize:d,symbolRotate:g,symbolOffset:y,symbolKeepAspect:m,style:b})}),f.updateData(h),this.group.add(f.group),h.eachItemGraphicEl(function(v){v.traverse(function(c){at(c).dataModel=a})}),this.markKeep(f),f.group.silent=a.get("silent")||t.get("silent")},e.type="markPoint",e}(Hy);function G9(r,e,t){var a;r?a=G(r&&r.dimensions,function(s){var l=e.getData().getDimensionInfo(e.getData().mapDimension(s))||{};return V(V({},l),{name:s,ordinalMeta:null})}):a=[{name:"value",type:"float"}];var i=new Te(a,t),n=G(t.get("data"),it(tl,e));r&&(n=Rt(n,it(el,r)));var o=OL(!!r,a);return i.initData(n,null,o),i}var F9=z9;function H9(r){r.registerComponentModel(k9),r.registerComponentView(F9),r.registerPreprocessor(function(e){Gy(e.series,"markPoint")&&(e.markPoint=e.markPoint||{})})}var W9=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.prototype.createMarkerModelFromSeries=function(t,a,i){return new e(t,a,i)},e.type="markLine",e.defaultOption={z:5,symbol:["circle","arrow"],symbolSize:[8,16],symbolOffset:0,precision:2,tooltip:{trigger:"item"},label:{show:!0,position:"end",distance:5},lineStyle:{type:"dashed"},emphasis:{label:{show:!0},lineStyle:{width:3}},animationEasing:"linear"},e}(Ja),$9=W9,Cu=At(),U9=function(r,e,t,a){var i=r.getData(),n;if(z(a))n=a;else{var o=a.type;if(o==="min"||o==="max"||o==="average"||o==="median"||a.xAxis!=null||a.yAxis!=null){var s=void 0,l=void 0;if(a.yAxis!=null||a.xAxis!=null)s=e.getAxis(a.yAxis!=null?"y":"x"),l=ne(a.yAxis,a.xAxis);else{var u=kL(a,i,e,r);s=u.valueAxis;var f=bC(i,u.valueDataDim);l=Fy(i,f,o)}var h=s.dim==="x"?0:1,v=1-h,c=J(a),p={coord:[]};c.type=null,c.coord=[],c.coord[v]=-1/0,p.coord[v]=1/0;var d=t.get("precision");d>=0&&wt(l)&&(l=+l.toFixed(Math.min(d,20))),c.coord[h]=p.coord[h]=l,n=[c,p,{type:o,valueIndex:a.valueIndex,value:l}]}else n=[]}var g=[tl(r,n[0]),tl(r,n[1]),V({},n[2])];return g[2].type=g[2].type||null,lt(g[2],g[0]),lt(g[2],g[1]),g};function zf(r){return!isNaN(r)&&!isFinite(r)}function hb(r,e,t,a){var i=1-r,n=a.dimensions[r];return zf(e[i])&&zf(t[i])&&e[r]===t[r]&&a.getAxis(n).containData(e[r])}function Y9(r,e){if(r.type==="cartesian2d"){var t=e[0].coord,a=e[1].coord;if(t&&a&&(hb(1,t,a,r)||hb(0,t,a,r)))return!0}return el(r,e[0])&&el(r,e[1])}function $c(r,e,t,a,i){var n=a.coordinateSystem,o=r.getItemModel(e),s,l=H(o.get("x"),i.getWidth()),u=H(o.get("y"),i.getHeight());if(!isNaN(l)&&!isNaN(u))s=[l,u];else{if(a.getMarkerPosition)s=a.getMarkerPosition(r.getValues(r.dimensions,e));else{var f=n.dimensions,h=r.get(f[0],e),v=r.get(f[1],e);s=n.dataToPoint([h,v])}if(hn(n,"cartesian2d")){var c=n.getAxis("x"),p=n.getAxis("y"),f=n.dimensions;zf(r.get(f[0],e))?s[0]=c.toGlobalCoord(c.getExtent()[t?0:1]):zf(r.get(f[1],e))&&(s[1]=p.toGlobalCoord(p.getExtent()[t?0:1]))}isNaN(l)||(s[0]=l),isNaN(u)||(s[1]=u)}r.setItemLayout(e,s)}var Z9=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.prototype.updateTransform=function(t,a,i){a.eachSeries(function(n){var o=Ja.getMarkerModelFromSeries(n,"markLine");if(o){var s=o.getData(),l=Cu(o).from,u=Cu(o).to;l.each(function(f){$c(l,f,!0,n,i),$c(u,f,!1,n,i)}),s.each(function(f){s.setItemLayout(f,[l.getItemLayout(f),u.getItemLayout(f)])}),this.markerGroupMap.get(n.id).updateLayout()}},this)},e.prototype.renderSeries=function(t,a,i,n){var o=t.coordinateSystem,s=t.id,l=t.getData(),u=this.markerGroupMap,f=u.get(s)||u.set(s,new hy);this.group.add(f.group);var h=X9(o,t,a),v=h.from,c=h.to,p=h.line;Cu(a).from=v,Cu(a).to=c,a.setData(p);var d=a.get("symbol"),g=a.get("symbolSize"),y=a.get("symbolRotate"),m=a.get("symbolOffset");z(d)||(d=[d,d]),z(g)||(g=[g,g]),z(y)||(y=[y,y]),z(m)||(m=[m,m]),h.from.each(function(S){_(v,S,!0),_(c,S,!1)}),p.each(function(S){var b=p.getItemModel(S).getModel("lineStyle").getLineStyle();p.setItemLayout(S,[v.getItemLayout(S),c.getItemLayout(S)]),b.stroke==null&&(b.stroke=v.getItemVisual(S,"style").fill),p.setItemVisual(S,{fromSymbolKeepAspect:v.getItemVisual(S,"symbolKeepAspect"),fromSymbolOffset:v.getItemVisual(S,"symbolOffset"),fromSymbolRotate:v.getItemVisual(S,"symbolRotate"),fromSymbolSize:v.getItemVisual(S,"symbolSize"),fromSymbol:v.getItemVisual(S,"symbol"),toSymbolKeepAspect:c.getItemVisual(S,"symbolKeepAspect"),toSymbolOffset:c.getItemVisual(S,"symbolOffset"),toSymbolRotate:c.getItemVisual(S,"symbolRotate"),toSymbolSize:c.getItemVisual(S,"symbolSize"),toSymbol:c.getItemVisual(S,"symbol"),style:b})}),f.updateData(p),h.line.eachItemGraphicEl(function(S){at(S).dataModel=a,S.traverse(function(b){at(b).dataModel=a})});function _(S,b,x){var w=S.getItemModel(b);$c(S,b,x,t,n);var T=w.getModel("itemStyle").getItemStyle();T.fill==null&&(T.fill=vl(l,"color")),S.setItemVisual(b,{symbolKeepAspect:w.get("symbolKeepAspect"),symbolOffset:ct(w.get("symbolOffset",!0),m[x?0:1]),symbolRotate:ct(w.get("symbolRotate",!0),y[x?0:1]),symbolSize:ct(w.get("symbolSize"),g[x?0:1]),symbol:ct(w.get("symbol",!0),d[x?0:1]),style:T})}this.markKeep(f),f.group.silent=a.get("silent")||t.get("silent")},e.type="markLine",e}(Hy);function X9(r,e,t){var a;r?a=G(r&&r.dimensions,function(u){var f=e.getData().getDimensionInfo(e.getData().mapDimension(u))||{};return V(V({},f),{name:u,ordinalMeta:null})}):a=[{name:"value",type:"float"}];var i=new Te(a,t),n=new Te(a,t),o=new Te([],t),s=G(t.get("data"),it(U9,e,r,t));r&&(s=Rt(s,it(Y9,r)));var l=OL(!!r,a);return i.initData(G(s,function(u){return u[0]}),null,l),n.initData(G(s,function(u){return u[1]}),null,l),o.initData(G(s,function(u){return u[2]})),o.hasItemOption=!0,{from:i,to:n,line:o}}var q9=Z9;function K9(r){r.registerComponentModel($9),r.registerComponentView(q9),r.registerPreprocessor(function(e){Gy(e.series,"markLine")&&(e.markLine=e.markLine||{})})}var Q9=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.prototype.createMarkerModelFromSeries=function(t,a,i){return new e(t,a,i)},e.type="markArea",e.defaultOption={z:1,tooltip:{trigger:"item"},animation:!1,label:{show:!0,position:"top"},itemStyle:{borderWidth:0},emphasis:{label:{show:!0,position:"top"}}},e}(Ja),j9=Q9,Mu=At(),J9=function(r,e,t,a){var i=tl(r,a[0]),n=tl(r,a[1]),o=i.coord,s=n.coord;o[0]=ne(o[0],-1/0),o[1]=ne(o[1],-1/0),s[0]=ne(s[0],1/0),s[1]=ne(s[1],1/0);var l=$d([{},i,n]);return l.coord=[i.coord,n.coord],l.x0=i.x,l.y0=i.y,l.x1=n.x,l.y1=n.y,l};function Gf(r){return!isNaN(r)&&!isFinite(r)}function vb(r,e,t,a){var i=1-r;return Gf(e[i])&&Gf(t[i])}function tY(r,e){var t=e.coord[0],a=e.coord[1],i={coord:t,x:e.x0,y:e.y0},n={coord:a,x:e.x1,y:e.y1};return hn(r,"cartesian2d")?t&&a&&(vb(1,t,a)||vb(0,t,a))?!0:B9(r,i,n):el(r,i)||el(r,n)}function cb(r,e,t,a,i){var n=a.coordinateSystem,o=r.getItemModel(e),s,l=H(o.get(t[0]),i.getWidth()),u=H(o.get(t[1]),i.getHeight());if(!isNaN(l)&&!isNaN(u))s=[l,u];else{if(a.getMarkerPosition)s=a.getMarkerPosition(r.getValues(t,e));else{var f=r.get(t[0],e),h=r.get(t[1],e),v=[f,h];n.clampData&&n.clampData(v,v),s=n.dataToPoint(v,!0)}if(hn(n,"cartesian2d")){var c=n.getAxis("x"),p=n.getAxis("y"),f=r.get(t[0],e),h=r.get(t[1],e);Gf(f)?s[0]=c.toGlobalCoord(c.getExtent()[t[0]==="x0"?0:1]):Gf(h)&&(s[1]=p.toGlobalCoord(p.getExtent()[t[1]==="y0"?0:1]))}isNaN(l)||(s[0]=l),isNaN(u)||(s[1]=u)}return s}var pb=[["x0","y0"],["x1","y0"],["x1","y1"],["x0","y1"]],eY=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.prototype.updateTransform=function(t,a,i){a.eachSeries(function(n){var o=Ja.getMarkerModelFromSeries(n,"markArea");if(o){var s=o.getData();s.each(function(l){var u=G(pb,function(h){return cb(s,l,h,n,i)});s.setItemLayout(l,u);var f=s.getItemGraphicEl(l);f.setShape("points",u)})}},this)},e.prototype.renderSeries=function(t,a,i,n){var o=t.coordinateSystem,s=t.id,l=t.getData(),u=this.markerGroupMap,f=u.get(s)||u.set(s,{group:new rt});this.group.add(f.group),this.markKeep(f);var h=rY(o,t,a);a.setData(h),h.each(function(v){var c=G(pb,function(T){return cb(h,v,T,t,n)}),p=o.getAxis("x").scale,d=o.getAxis("y").scale,g=p.getExtent(),y=d.getExtent(),m=[p.parse(h.get("x0",v)),p.parse(h.get("x1",v))],_=[d.parse(h.get("y0",v)),d.parse(h.get("y1",v))];ar(m),ar(_);var S=!(g[0]>m[1]||g[1]<m[0]||y[0]>_[1]||y[1]<_[0]),b=!S;h.setItemLayout(v,{points:c,allClipped:b});var x=h.getItemModel(v).getModel("itemStyle").getItemStyle(),w=vl(l,"color");x.fill||(x.fill=w,$(x.fill)&&(x.fill=Ju(x.fill,.4))),x.stroke||(x.stroke=w),h.setItemVisual(v,"style",x)}),h.diff(Mu(f).data).add(function(v){var c=h.getItemLayout(v);if(!c.allClipped){var p=new ke({shape:{points:c.points}});h.setItemGraphicEl(v,p),f.group.add(p)}}).update(function(v,c){var p=Mu(f).data.getItemGraphicEl(c),d=h.getItemLayout(v);d.allClipped?p&&f.group.remove(p):(p?Tt(p,{shape:{points:d.points}},a,v):p=new ke({shape:{points:d.points}}),h.setItemGraphicEl(v,p),f.group.add(p))}).remove(function(v){var c=Mu(f).data.getItemGraphicEl(v);f.group.remove(c)}).execute(),h.eachItemGraphicEl(function(v,c){var p=h.getItemModel(c),d=h.getItemVisual(c,"style");v.useStyle(h.getItemVisual(c,"style")),_e(v,se(p),{labelFetcher:a,labelDataIndex:c,defaultText:h.getName(c)||"",inheritColor:$(d.fill)?Ju(d.fill,1):"#000"}),he(v,p),Yt(v,null,null,p.get(["emphasis","disabled"])),at(v).dataModel=a}),Mu(f).data=h,f.group.silent=a.get("silent")||t.get("silent")},e.type="markArea",e}(Hy);function rY(r,e,t){var a,i,n=["x0","y0","x1","y1"];if(r){var o=G(r&&r.dimensions,function(u){var f=e.getData(),h=f.getDimensionInfo(f.mapDimension(u))||{};return V(V({},h),{name:u,ordinalMeta:null})});i=G(n,function(u,f){return{name:u,type:o[f%2].type}}),a=new Te(i,t)}else i=[{name:"value",type:"float"}],a=new Te(i,t);var s=G(t.get("data"),it(J9,e,r,t));r&&(s=Rt(s,it(tY,r)));var l=r?function(u,f,h,v){var c=u.coord[Math.floor(v/2)][v%2];return Ha(c,i[v])}:function(u,f,h,v){return Ha(u.value,i[v])};return a.initData(s,null,l),a.hasItemOption=!0,a}var aY=eY;function iY(r){r.registerComponentModel(j9),r.registerComponentView(aY),r.registerPreprocessor(function(e){Gy(e.series,"markArea")&&(e.markArea=e.markArea||{})})}var nY=function(r,e){if(e==="all")return{type:"all",title:r.getLocaleModel().get(["legend","selector","all"])};if(e==="inverse")return{type:"inverse",title:r.getLocaleModel().get(["legend","selector","inverse"])}},oY=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t.layoutMode={type:"box",ignoreSize:!0},t}return e.prototype.init=function(t,a,i){this.mergeDefaultAndTheme(t,i),t.selected=t.selected||{},this._updateSelector(t)},e.prototype.mergeOption=function(t,a){r.prototype.mergeOption.call(this,t,a),this._updateSelector(t)},e.prototype._updateSelector=function(t){var a=t.selector,i=this.ecModel;a===!0&&(a=t.selector=["all","inverse"]),z(a)&&C(a,function(n,o){$(n)&&(n={type:n}),a[o]=lt(n,nY(i,n.type))})},e.prototype.optionUpdated=function(){this._updateData(this.ecModel);var t=this._data;if(t[0]&&this.get("selectedMode")==="single"){for(var a=!1,i=0;i<t.length;i++){var n=t[i].get("name");if(this.isSelected(n)){this.select(n),a=!0;break}}!a&&this.select(t[0].get("name"))}},e.prototype._updateData=function(t){var a=[],i=[];t.eachRawSeries(function(s){var l=s.name;i.push(l);var u;if(s.legendVisualProvider){var f=s.legendVisualProvider,h=f.getAllNames();t.isSeriesFiltered(s)||(i=i.concat(h)),h.length?a=a.concat(h):u=!0}else u=!0;u&&tg(s)&&a.push(s.name)}),this._availableNames=i;var n=this.get("data")||a,o=G(n,function(s){return($(s)||wt(s))&&(s={name:s}),new Nt(s,this,this.ecModel)},this);this._data=o},e.prototype.getData=function(){return this._data},e.prototype.select=function(t){var a=this.option.selected,i=this.get("selectedMode");if(i==="single"){var n=this._data;C(n,function(o){a[o.get("name")]=!1})}a[t]=!0},e.prototype.unSelect=function(t){this.get("selectedMode")!=="single"&&(this.option.selected[t]=!1)},e.prototype.toggleSelected=function(t){var a=this.option.selected;a.hasOwnProperty(t)||(a[t]=!0),this[a[t]?"unSelect":"select"](t)},e.prototype.allSelect=function(){var t=this._data,a=this.option.selected;C(t,function(i){a[i.get("name",!0)]=!0})},e.prototype.inverseSelect=function(){var t=this._data,a=this.option.selected;C(t,function(i){var n=i.get("name",!0);a.hasOwnProperty(n)||(a[n]=!0),a[n]=!a[n]})},e.prototype.isSelected=function(t){var a=this.option.selected;return!(a.hasOwnProperty(t)&&!a[t])&&vt(this._availableNames,t)>=0},e.prototype.getOrient=function(){return this.get("orient")==="vertical"?{index:1,name:"vertical"}:{index:0,name:"horizontal"}},e.type="legend.plain",e.dependencies=["series"],e.defaultOption={z:4,show:!0,orient:"horizontal",left:"center",top:0,align:"auto",backgroundColor:"rgba(0,0,0,0)",borderColor:"#ccc",borderRadius:0,borderWidth:0,padding:5,itemGap:10,itemWidth:25,itemHeight:14,symbolRotate:"inherit",symbolKeepAspect:!0,inactiveColor:"#ccc",inactiveBorderColor:"#ccc",inactiveBorderWidth:"auto",itemStyle:{color:"inherit",opacity:"inherit",borderColor:"inherit",borderWidth:"auto",borderCap:"inherit",borderJoin:"inherit",borderDashOffset:"inherit",borderMiterLimit:"inherit"},lineStyle:{width:"auto",color:"inherit",inactiveColor:"#ccc",inactiveWidth:2,opacity:"inherit",type:"inherit",cap:"inherit",join:"inherit",dashOffset:"inherit",miterLimit:"inherit"},textStyle:{color:"#333"},selectedMode:!0,selector:!1,selectorLabel:{show:!0,borderRadius:10,padding:[3,5,3,5],fontSize:12,fontFamily:"sans-serif",color:"#666",borderWidth:1,borderColor:"#666"},emphasis:{selectorLabel:{show:!0,color:"#eee",backgroundColor:"#666"}},selectorPosition:"auto",selectorItemGap:7,selectorButtonGap:10,tooltip:{show:!1}},e}(bt),Ed=oY,Rn=it,kd=C,Du=rt,sY=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t.newlineDisabled=!1,t}return e.prototype.init=function(){this.group.add(this._contentGroup=new Du),this.group.add(this._selectorGroup=new Du),this._isFirstRender=!0},e.prototype.getContentGroup=function(){return this._contentGroup},e.prototype.getSelectorGroup=function(){return this._selectorGroup},e.prototype.render=function(t,a,i){var n=this._isFirstRender;if(this._isFirstRender=!1,this.resetInner(),!!t.get("show",!0)){var o=t.get("align"),s=t.get("orient");(!o||o==="auto")&&(o=t.get("left")==="right"&&s==="vertical"?"right":"left");var l=t.get("selector",!0),u=t.get("selectorPosition",!0);l&&(!u||u==="auto")&&(u=s==="horizontal"?"end":"start"),this.renderInner(o,t,a,i,l,s,u);var f=t.getBoxLayoutParams(),h={width:i.getWidth(),height:i.getHeight()},v=t.get("padding"),c=te(f,h,v),p=this.layoutInner(t,o,c,n,l,u),d=te(Q({width:p.width,height:p.height},f),h,v);this.group.x=d.x-p.x,this.group.y=d.y-p.y,this.group.markRedraw(),this.group.add(this._backgroundEl=wL(p,t))}},e.prototype.resetInner=function(){this.getContentGroup().removeAll(),this._backgroundEl&&this.group.remove(this._backgroundEl),this.getSelectorGroup().removeAll()},e.prototype.renderInner=function(t,a,i,n,o,s,l){var u=this.getContentGroup(),f=q(),h=a.get("selectedMode"),v=[];i.eachRawSeries(function(c){!c.get("legendHoverLink")&&v.push(c.id)}),kd(a.getData(),function(c,p){var d=c.get("name");if(!this.newlineDisabled&&(d===""||d===`
- `)){var g=new Du;g.newline=!0,u.add(g);return}var y=i.getSeriesByName(d)[0];if(!f.get(d))if(y){var m=y.getData(),_=m.getVisual("legendLineStyle")||{},S=m.getVisual("legendIcon"),b=m.getVisual("style"),x=this._createItem(y,d,p,c,a,t,_,b,S,h,n);x.on("click",Rn(db,d,null,n,v)).on("mouseover",Rn(Od,y.name,null,n,v)).on("mouseout",Rn(Nd,y.name,null,n,v)),f.set(d,!0)}else i.eachRawSeries(function(w){if(!f.get(d)&&w.legendVisualProvider){var T=w.legendVisualProvider;if(!T.containName(d))return;var A=T.indexOfName(d),M=T.getItemVisual(A,"style"),D=T.getItemVisual(A,"legendIcon"),L=Ge(M.fill);L&&L[3]===0&&(L[3]=.2,M=V(V({},M),{fill:ra(L,"rgba")}));var I=this._createItem(w,d,p,c,a,t,{},M,D,h,n);I.on("click",Rn(db,null,d,n,v)).on("mouseover",Rn(Od,null,d,n,v)).on("mouseout",Rn(Nd,null,d,n,v)),f.set(d,!0)}},this)},this),o&&this._createSelector(o,a,n,s,l)},e.prototype._createSelector=function(t,a,i,n,o){var s=this.getSelectorGroup();kd(t,function(u){var f=u.type,h=new Ct({style:{x:0,y:0,align:"center",verticalAlign:"middle"},onclick:function(){i.dispatchAction({type:f==="all"?"legendAllSelect":"legendInverseSelect"})}});s.add(h);var v=a.getModel("selectorLabel"),c=a.getModel(["emphasis","selectorLabel"]);_e(h,{normal:v,emphasis:c},{defaultText:u.title}),Zi(h)})},e.prototype._createItem=function(t,a,i,n,o,s,l,u,f,h,v){var c=t.visualDrawType,p=o.get("itemWidth"),d=o.get("itemHeight"),g=o.isSelected(a),y=n.get("symbolRotate"),m=n.get("symbolKeepAspect"),_=n.get("icon");f=_||f||"roundRect";var S=lY(f,n,l,u,c,g,v),b=new Du,x=n.getModel("textStyle");if(K(t.getLegendIcon)&&(!_||_==="inherit"))b.add(t.getLegendIcon({itemWidth:p,itemHeight:d,icon:f,iconRotate:y,itemStyle:S.itemStyle,lineStyle:S.lineStyle,symbolKeepAspect:m}));else{var w=_==="inherit"&&t.getData().getVisual("symbol")?y==="inherit"?t.getData().getVisual("symbolRotate"):y:0;b.add(uY({itemWidth:p,itemHeight:d,icon:f,iconRotate:w,itemStyle:S.itemStyle,lineStyle:S.lineStyle,symbolKeepAspect:m}))}var T=s==="left"?p+5:-5,A=s,M=o.get("formatter"),D=a;$(M)&&M?D=M.replace("{name}",a!=null?a:""):K(M)&&(D=M(a));var L=n.get("inactiveColor");b.add(new Ct({style:Gt(x,{text:D,x:T,y:d/2,fill:g?x.getTextColor():L,align:A,verticalAlign:"middle"})}));var I=new xt({shape:b.getBoundingRect(),invisible:!0}),P=n.getModel("tooltip");return P.get("show")&&co({el:I,componentModel:o,itemName:a,itemTooltipOption:P.option}),b.add(I),b.eachChild(function(R){R.silent=!0}),I.silent=!h,this.getContentGroup().add(b),Zi(b),b.__legendDataIndex=i,b},e.prototype.layoutInner=function(t,a,i,n,o,s){var l=this.getContentGroup(),u=this.getSelectorGroup();qi(t.get("orient"),l,t.get("itemGap"),i.width,i.height);var f=l.getBoundingRect(),h=[-f.x,-f.y];if(u.markRedraw(),l.markRedraw(),o){qi("horizontal",u,t.get("selectorItemGap",!0));var v=u.getBoundingRect(),c=[-v.x,-v.y],p=t.get("selectorButtonGap",!0),d=t.getOrient().index,g=d===0?"width":"height",y=d===0?"height":"width",m=d===0?"y":"x";s==="end"?c[d]+=f[g]+p:h[d]+=v[g]+p,c[1-d]+=f[y]/2-v[y]/2,u.x=c[0],u.y=c[1],l.x=h[0],l.y=h[1];var _={x:0,y:0};return _[g]=f[g]+p+v[g],_[y]=Math.max(f[y],v[y]),_[m]=Math.min(0,v[m]+c[1-d]),_}else return l.x=h[0],l.y=h[1],this.group.getBoundingRect()},e.prototype.remove=function(){this.getContentGroup().removeAll(),this._isFirstRender=!0},e.type="legend.plain",e}(Wt);function lY(r,e,t,a,i,n,o){function s(g,y){g.lineWidth==="auto"&&(g.lineWidth=y.lineWidth>0?2:0),kd(g,function(m,_){g[_]==="inherit"&&(g[_]=y[_])})}var l=e.getModel("itemStyle"),u=l.getItemStyle(),f=r.lastIndexOf("empty",0)===0?"fill":"stroke",h=l.getShallow("decal");u.decal=!h||h==="inherit"?a.decal:eo(h,o),u.fill==="inherit"&&(u.fill=a[i]),u.stroke==="inherit"&&(u.stroke=a[f]),u.opacity==="inherit"&&(u.opacity=(i==="fill"?a:t).opacity),s(u,a);var v=e.getModel("lineStyle"),c=v.getLineStyle();if(s(c,t),u.fill==="auto"&&(u.fill=a.fill),u.stroke==="auto"&&(u.stroke=a.fill),c.stroke==="auto"&&(c.stroke=a.fill),!n){var p=e.get("inactiveBorderWidth"),d=u[f];u.lineWidth=p==="auto"?a.lineWidth>0&&d?2:0:u.lineWidth,u.fill=e.get("inactiveColor"),u.stroke=e.get("inactiveBorderColor"),c.stroke=v.get("inactiveColor"),c.lineWidth=v.get("inactiveWidth")}return{itemStyle:u,lineStyle:c}}function uY(r){var e=r.icon||"roundRect",t=Qt(e,0,0,r.itemWidth,r.itemHeight,r.itemStyle.fill,r.symbolKeepAspect);return t.setStyle(r.itemStyle),t.rotation=(r.iconRotate||0)*Math.PI/180,t.setOrigin([r.itemWidth/2,r.itemHeight/2]),e.indexOf("empty")>-1&&(t.style.stroke=t.style.fill,t.style.fill="#fff",t.style.lineWidth=2),t}function db(r,e,t,a){Nd(r,e,t,a),t.dispatchAction({type:"legendToggleSelect",name:r!=null?r:e}),Od(r,e,t,a)}function NL(r){for(var e=r.getZr().storage.getDisplayList(),t,a=0,i=e.length;a<i&&!(t=e[a].states.emphasis);)a++;return t&&t.hoverLayer}function Od(r,e,t,a){NL(t)||t.dispatchAction({type:"highlight",seriesName:r,name:e,excludeSeriesId:a})}function Nd(r,e,t,a){NL(t)||t.dispatchAction({type:"downplay",seriesName:r,name:e,excludeSeriesId:a})}var BL=sY;function fY(r){var e=r.findComponents({mainType:"legend"});e&&e.length&&r.filterSeries(function(t){for(var a=0;a<e.length;a++)if(!e[a].isSelected(t.name))return!1;return!0})}function Qo(r,e,t){var a={},i=r==="toggleSelected",n;return t.eachComponent("legend",function(o){i&&n!=null?o[n?"select":"unSelect"](e.name):r==="allSelect"||r==="inverseSelect"?o[r]():(o[r](e.name),n=o.isSelected(e.name));var s=o.getData();C(s,function(l){var u=l.get("name");if(!(u===`
- `||u==="")){var f=o.isSelected(u);a.hasOwnProperty(u)?a[u]=a[u]&&f:a[u]=f}})}),r==="allSelect"||r==="inverseSelect"?{selected:a}:{name:e.name,selected:a}}function hY(r){r.registerAction("legendToggleSelect","legendselectchanged",it(Qo,"toggleSelected")),r.registerAction("legendAllSelect","legendselectall",it(Qo,"allSelect")),r.registerAction("legendInverseSelect","legendinverseselect",it(Qo,"inverseSelect")),r.registerAction("legendSelect","legendselected",it(Qo,"select")),r.registerAction("legendUnSelect","legendunselected",it(Qo,"unSelect"))}function VL(r){r.registerComponentModel(Ed),r.registerComponentView(BL),r.registerProcessor(r.PRIORITY.PROCESSOR.SERIES_FILTER,fY),r.registerSubTypeDefaulter("legend",function(){return"plain"}),hY(r)}var vY=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.prototype.setScrollDataIndex=function(t){this.option.scrollDataIndex=t},e.prototype.init=function(t,a,i){var n=mo(t);r.prototype.init.call(this,t,a,i),gb(this,t,n)},e.prototype.mergeOption=function(t,a){r.prototype.mergeOption.call(this,t,a),gb(this,this.option,t)},e.type="legend.scroll",e.defaultOption=ei(Ed.defaultOption,{scrollDataIndex:0,pageButtonItemGap:5,pageButtonGap:null,pageButtonPosition:"end",pageFormatter:"{current}/{total}",pageIcons:{horizontal:["M0,0L12,-10L12,10z","M0,0L-12,-10L-12,10z"],vertical:["M0,0L20,0L10,-20z","M0,0L20,0L10,20z"]},pageIconColor:"#2f4554",pageIconInactiveColor:"#aaa",pageIconSize:15,pageTextStyle:{color:"#333"},animationDurationUpdate:800}),e}(Ed);function gb(r,e,t){var a=r.getOrient(),i=[1,1];i[a.index]=0,Xa(e,t,{type:"box",ignoreSize:!!i})}var cY=vY,yb=rt,Uc=["width","height"],Yc=["x","y"],pY=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t.newlineDisabled=!0,t._currentIndex=0,t}return e.prototype.init=function(){r.prototype.init.call(this),this.group.add(this._containerGroup=new yb),this._containerGroup.add(this.getContentGroup()),this.group.add(this._controllerGroup=new yb)},e.prototype.resetInner=function(){r.prototype.resetInner.call(this),this._controllerGroup.removeAll(),this._containerGroup.removeClipPath(),this._containerGroup.__rectSize=null},e.prototype.renderInner=function(t,a,i,n,o,s,l){var u=this;r.prototype.renderInner.call(this,t,a,i,n,o,s,l);var f=this._controllerGroup,h=a.get("pageIconSize",!0),v=z(h)?h:[h,h];p("pagePrev",0);var c=a.getModel("pageTextStyle");f.add(new Ct({name:"pageText",style:{text:"xx/xx",fill:c.getTextColor(),font:c.getFont(),verticalAlign:"middle",align:"center"},silent:!0})),p("pageNext",1);function p(d,g){var y=d+"DataIndex",m=ul(a.get("pageIcons",!0)[a.getOrient().name][g],{onclick:U(u._pageGo,u,y,a,n)},{x:-v[0]/2,y:-v[1]/2,width:v[0],height:v[1]});m.name=d,f.add(m)}},e.prototype.layoutInner=function(t,a,i,n,o,s){var l=this.getSelectorGroup(),u=t.getOrient().index,f=Uc[u],h=Yc[u],v=Uc[1-u],c=Yc[1-u];o&&qi("horizontal",l,t.get("selectorItemGap",!0));var p=t.get("selectorButtonGap",!0),d=l.getBoundingRect(),g=[-d.x,-d.y],y=J(i);o&&(y[f]=i[f]-d[f]-p);var m=this._layoutContentAndController(t,n,y,u,f,v,c,h);if(o){if(s==="end")g[u]+=m[f]+p;else{var _=d[f]+p;g[u]-=_,m[h]-=_}m[f]+=d[f]+p,g[1-u]+=m[c]+m[v]/2-d[v]/2,m[v]=Math.max(m[v],d[v]),m[c]=Math.min(m[c],d[c]+g[1-u]),l.x=g[0],l.y=g[1],l.markRedraw()}return m},e.prototype._layoutContentAndController=function(t,a,i,n,o,s,l,u){var f=this.getContentGroup(),h=this._containerGroup,v=this._controllerGroup;qi(t.get("orient"),f,t.get("itemGap"),n?i.width:null,n?null:i.height),qi("horizontal",v,t.get("pageButtonItemGap",!0));var c=f.getBoundingRect(),p=v.getBoundingRect(),d=this._showController=c[o]>i[o],g=[-c.x,-c.y];a||(g[n]=f[u]);var y=[0,0],m=[-p.x,-p.y],_=ct(t.get("pageButtonGap",!0),t.get("itemGap",!0));if(d){var S=t.get("pageButtonPosition",!0);S==="end"?m[n]+=i[o]-p[o]:y[n]+=p[o]+_}m[1-n]+=c[s]/2-p[s]/2,f.setPosition(g),h.setPosition(y),v.setPosition(m);var b={x:0,y:0};if(b[o]=d?i[o]:c[o],b[s]=Math.max(c[s],p[s]),b[l]=Math.min(0,p[l]+m[1-n]),h.__rectSize=i[o],d){var x={x:0,y:0};x[o]=Math.max(i[o]-p[o]-_,0),x[s]=b[s],h.setClipPath(new xt({shape:x})),h.__rectSize=x[o]}else v.eachChild(function(T){T.attr({invisible:!0,silent:!0})});var w=this._getPageInfo(t);return w.pageIndex!=null&&Tt(f,{x:w.contentPosition[0],y:w.contentPosition[1]},d?t:null),this._updatePageInfoView(t,w),b},e.prototype._pageGo=function(t,a,i){var n=this._getPageInfo(a)[t];n!=null&&i.dispatchAction({type:"legendScroll",scrollDataIndex:n,legendId:a.id})},e.prototype._updatePageInfoView=function(t,a){var i=this._controllerGroup;C(["pagePrev","pageNext"],function(f){var h=f+"DataIndex",v=a[h]!=null,c=i.childOfName(f);c&&(c.setStyle("fill",v?t.get("pageIconColor",!0):t.get("pageIconInactiveColor",!0)),c.cursor=v?"pointer":"default")});var n=i.childOfName("pageText"),o=t.get("pageFormatter"),s=a.pageIndex,l=s!=null?s+1:0,u=a.pageCount;n&&o&&n.setStyle("text",$(o)?o.replace("{current}",l==null?"":l+"").replace("{total}",u==null?"":u+""):o({current:l,total:u}))},e.prototype._getPageInfo=function(t){var a=t.get("scrollDataIndex",!0),i=this.getContentGroup(),n=this._containerGroup.__rectSize,o=t.getOrient().index,s=Uc[o],l=Yc[o],u=this._findTargetItemIndex(a),f=i.children(),h=f[u],v=f.length,c=v?1:0,p={contentPosition:[i.x,i.y],pageCount:c,pageIndex:c-1,pagePrevDataIndex:null,pageNextDataIndex:null};if(!h)return p;var d=S(h);p.contentPosition[o]=-d.s;for(var g=u+1,y=d,m=d,_=null;g<=v;++g)_=S(f[g]),(!_&&m.e>y.s+n||_&&!b(_,y.s))&&(m.i>y.i?y=m:y=_,y&&(p.pageNextDataIndex==null&&(p.pageNextDataIndex=y.i),++p.pageCount)),m=_;for(var g=u-1,y=d,m=d,_=null;g>=-1;--g)_=S(f[g]),(!_||!b(m,_.s))&&y.i<m.i&&(m=y,p.pagePrevDataIndex==null&&(p.pagePrevDataIndex=y.i),++p.pageCount,++p.pageIndex),y=_;return p;function S(x){if(x){var w=x.getBoundingRect(),T=w[l]+x[l];return{s:T,e:T+w[s],i:x.__legendDataIndex}}}function b(x,w){return x.e>=w&&x.s<=w+n}},e.prototype._findTargetItemIndex=function(t){if(!this._showController)return 0;var a,i=this.getContentGroup(),n;return i.eachChild(function(o,s){var l=o.__legendDataIndex;n==null&&l!=null&&(n=s),l===t&&(a=s)}),a!=null?a:n},e.type="legend.scroll",e}(BL),dY=pY;function gY(r){r.registerAction("legendScroll","legendscroll",function(e,t){var a=e.scrollDataIndex;a!=null&&t.eachComponent({mainType:"legend",subType:"scroll",query:e},function(i){i.setScrollDataIndex(a)})})}function yY(r){pt(VL),r.registerComponentModel(cY),r.registerComponentView(dY),gY(r)}function mY(r){pt(VL),pt(yY)}var _Y=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.type="dataZoom.inside",e.defaultOption=ei(Js.defaultOption,{disabled:!1,zoomLock:!1,zoomOnMouseWheel:!0,moveOnMouseMove:!0,moveOnMouseWheel:!1,preventDefaultMouseMove:!0}),e}(Js),SY=_Y,Wy=At();function xY(r,e,t){Wy(r).coordSysRecordMap.each(function(a){var i=a.dataZoomInfoMap.get(e.uid);i&&(i.getRange=t)})}function bY(r,e){for(var t=Wy(r).coordSysRecordMap,a=t.keys(),i=0;i<a.length;i++){var n=a[i],o=t.get(n),s=o.dataZoomInfoMap;if(s){var l=e.uid,u=s.get(l);u&&(s.removeKey(l),s.keys().length||zL(t,o))}}}function zL(r,e){if(e){r.removeKey(e.model.uid);var t=e.controller;t&&t.dispose()}}function wY(r,e){var t={model:e,containsPoint:it(AY,e),dispatchAction:it(TY,r),dataZoomInfoMap:null,controller:null},a=t.controller=new bl(r.getZr());return C(["pan","zoom","scrollMove"],function(i){a.on(i,function(n){var o=[];t.dataZoomInfoMap.each(function(s){if(!!n.isAvailableBehavior(s.model.option)){var l=(s.getRange||{})[i],u=l&&l(s.dzReferCoordSysInfo,t.model.mainType,t.controller,n);!s.model.get("disabled",!0)&&u&&o.push({dataZoomId:s.model.id,start:u[0],end:u[1]})}}),o.length&&t.dispatchAction(o)})}),t}function TY(r,e){r.isDisposed()||r.dispatchAction({type:"dataZoom",animation:{easing:"cubicOut",duration:100},batch:e})}function AY(r,e,t,a){return r.coordinateSystem.containPoint([t,a])}function CY(r){var e,t="type_",a={type_true:2,type_move:1,type_false:0,type_undefined:-1},i=!0;return r.each(function(n){var o=n.model,s=o.get("disabled",!0)?!1:o.get("zoomLock",!0)?"move":!0;a[t+s]>a[t+e]&&(e=s),i=i&&o.get("preventDefaultMouseMove",!0)}),{controlType:e,opt:{zoomOnMouseWheel:!0,moveOnMouseMove:!0,moveOnMouseWheel:!0,preventDefaultMouseMove:!!i}}}function MY(r){r.registerProcessor(r.PRIORITY.PROCESSOR.FILTER,function(e,t){var a=Wy(t),i=a.coordSysRecordMap||(a.coordSysRecordMap=q());i.each(function(n){n.dataZoomInfoMap=null}),e.eachComponent({mainType:"dataZoom",subType:"inside"},function(n){var o=SL(n);C(o.infoList,function(s){var l=s.model.uid,u=i.get(l)||i.set(l,wY(t,s.model)),f=u.dataZoomInfoMap||(u.dataZoomInfoMap=q());f.set(n.uid,{dzReferCoordSysInfo:s,model:n,getRange:null})})}),i.each(function(n){var o=n.controller,s,l=n.dataZoomInfoMap;if(l){var u=l.keys()[0];u!=null&&(s=l.get(u))}if(!s){zL(i,n);return}var f=CY(l);o.enable(f.controlType,f.opt),o.setPointerChecker(n.containsPoint),bo(n,"dispatchAction",s.model.get("throttle",!0),"fixRate")})})}var DY=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type="dataZoom.inside",t}return e.prototype.render=function(t,a,i){if(r.prototype.render.apply(this,arguments),t.noTarget()){this._clear();return}this.range=t.getPercentRange(),xY(i,t,{pan:U(Zc.pan,this),zoom:U(Zc.zoom,this),scrollMove:U(Zc.scrollMove,this)})},e.prototype.dispose=function(){this._clear(),r.prototype.dispose.apply(this,arguments)},e.prototype._clear=function(){bY(this.api,this.dataZoomModel),this.range=null},e.type="dataZoom.inside",e}(ky),Zc={zoom:function(r,e,t,a){var i=this.range,n=i.slice(),o=r.axisModels[0];if(!!o){var s=Xc[e](null,[a.originX,a.originY],o,t,r),l=(s.signal>0?s.pixelStart+s.pixelLength-s.pixel:s.pixel-s.pixelStart)/s.pixelLength*(n[1]-n[0])+n[0],u=Math.max(1/a.scale,0);n[0]=(n[0]-l)*u+l,n[1]=(n[1]-l)*u+l;var f=this.dataZoomModel.findRepresentativeAxisProxy().getMinMaxSpan();if(cn(0,n,[0,100],0,f.minSpan,f.maxSpan),this.range=n,i[0]!==n[0]||i[1]!==n[1])return n}},pan:mb(function(r,e,t,a,i,n){var o=Xc[a]([n.oldX,n.oldY],[n.newX,n.newY],e,i,t);return o.signal*(r[1]-r[0])*o.pixel/o.pixelLength}),scrollMove:mb(function(r,e,t,a,i,n){var o=Xc[a]([0,0],[n.scrollDelta,n.scrollDelta],e,i,t);return o.signal*(r[1]-r[0])*n.scrollDelta})};function mb(r){return function(e,t,a,i){var n=this.range,o=n.slice(),s=e.axisModels[0];if(!!s){var l=r(o,s,e,t,a,i);if(cn(l,o,[0,100],"all"),this.range=o,n[0]!==o[0]||n[1]!==o[1])return o}}}var Xc={grid:function(r,e,t,a,i){var n=t.axis,o={},s=i.model.coordinateSystem.getRect();return r=r||[0,0],n.dim==="x"?(o.pixel=e[0]-r[0],o.pixelLength=s.width,o.pixelStart=s.x,o.signal=n.inverse?1:-1):(o.pixel=e[1]-r[1],o.pixelLength=s.height,o.pixelStart=s.y,o.signal=n.inverse?-1:1),o},polar:function(r,e,t,a,i){var n=t.axis,o={},s=i.model.coordinateSystem,l=s.getRadiusAxis().getExtent(),u=s.getAngleAxis().getExtent();return r=r?s.pointToCoord(r):[0,0],e=s.pointToCoord(e),t.mainType==="radiusAxis"?(o.pixel=e[0]-r[0],o.pixelLength=l[1]-l[0],o.pixelStart=l[0],o.signal=n.inverse?1:-1):(o.pixel=e[1]-r[1],o.pixelLength=u[1]-u[0],o.pixelStart=u[0],o.signal=n.inverse?-1:1),o},singleAxis:function(r,e,t,a,i){var n=t.axis,o=i.model.coordinateSystem.getRect(),s={};return r=r||[0,0],n.orient==="horizontal"?(s.pixel=e[0]-r[0],s.pixelLength=o.width,s.pixelStart=o.x,s.signal=n.inverse?1:-1):(s.pixel=e[1]-r[1],s.pixelLength=o.height,s.pixelStart=o.y,s.signal=n.inverse?-1:1),s}},LY=DY;function GL(r){Oy(r),r.registerComponentModel(SY),r.registerComponentView(LY),MY(r)}var IY=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.type="dataZoom.slider",e.layoutMode="box",e.defaultOption=ei(Js.defaultOption,{show:!0,right:"ph",top:"ph",width:"ph",height:"ph",left:null,bottom:null,borderColor:"#d2dbee",borderRadius:3,backgroundColor:"rgba(47,69,84,0)",dataBackground:{lineStyle:{color:"#d2dbee",width:.5},areaStyle:{color:"#d2dbee",opacity:.2}},selectedDataBackground:{lineStyle:{color:"#8fb0f7",width:.5},areaStyle:{color:"#8fb0f7",opacity:.2}},fillerColor:"rgba(135,175,274,0.2)",handleIcon:"path://M-9.35,34.56V42m0-40V9.5m-2,0h4a2,2,0,0,1,2,2v21a2,2,0,0,1-2,2h-4a2,2,0,0,1-2-2v-21A2,2,0,0,1-11.35,9.5Z",handleSize:"100%",handleStyle:{color:"#fff",borderColor:"#ACB8D1"},moveHandleSize:7,moveHandleIcon:"path://M-320.9-50L-320.9-50c18.1,0,27.1,9,27.1,27.1V85.7c0,18.1-9,27.1-27.1,27.1l0,0c-18.1,0-27.1-9-27.1-27.1V-22.9C-348-41-339-50-320.9-50z M-212.3-50L-212.3-50c18.1,0,27.1,9,27.1,27.1V85.7c0,18.1-9,27.1-27.1,27.1l0,0c-18.1,0-27.1-9-27.1-27.1V-22.9C-239.4-41-230.4-50-212.3-50z M-103.7-50L-103.7-50c18.1,0,27.1,9,27.1,27.1V85.7c0,18.1-9,27.1-27.1,27.1l0,0c-18.1,0-27.1-9-27.1-27.1V-22.9C-130.9-41-121.8-50-103.7-50z",moveHandleStyle:{color:"#D2DBEE",opacity:.7},showDetail:!0,showDataShadow:"auto",realtime:!0,zoomLock:!1,textStyle:{color:"#6E7079"},brushSelect:!0,brushStyle:{color:"rgba(135,175,274,0.15)"},emphasis:{handleStyle:{borderColor:"#8FB0F7"},moveHandleStyle:{color:"#8FB0F7"}}}),e}(Js),PY=IY,jo=xt,_b=7,RY=1,qc=30,EY=7,Jo="horizontal",Sb="vertical",kY=5,OY=["line","bar","candlestick","scatter"],NY={easing:"cubicOut",duration:100,delay:0},BY=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t._displayables={},t}return e.prototype.init=function(t,a){this.api=a,this._onBrush=U(this._onBrush,this),this._onBrushEnd=U(this._onBrushEnd,this)},e.prototype.render=function(t,a,i,n){if(r.prototype.render.apply(this,arguments),bo(this,"_dispatchZoomAction",t.get("throttle"),"fixRate"),this._orient=t.getOrient(),t.get("show")===!1){this.group.removeAll();return}if(t.noTarget()){this._clear(),this.group.removeAll();return}(!n||n.type!=="dataZoom"||n.from!==this.uid)&&this._buildView(),this._updateView()},e.prototype.dispose=function(){this._clear(),r.prototype.dispose.apply(this,arguments)},e.prototype._clear=function(){Fs(this,"_dispatchZoomAction");var t=this.api.getZr();t.off("mousemove",this._onBrush),t.off("mouseup",this._onBrushEnd)},e.prototype._buildView=function(){var t=this.group;t.removeAll(),this._brushing=!1,this._displayables.brushRect=null,this._resetLocation(),this._resetInterval();var a=this._displayables.sliderGroup=new rt;this._renderBackground(),this._renderHandle(),this._renderDataShadow(),t.add(a),this._positionGroup()},e.prototype._resetLocation=function(){var t=this.dataZoomModel,a=this.api,i=t.get("brushSelect"),n=i?EY:0,o=this._findCoordRect(),s={width:a.getWidth(),height:a.getHeight()},l=this._orient===Jo?{right:s.width-o.x-o.width,top:s.height-qc-_b-n,width:o.width,height:qc}:{right:_b,top:o.y,width:qc,height:o.height},u=mo(t.option);C(["right","top","width","height"],function(h){u[h]==="ph"&&(u[h]=l[h])});var f=te(u,s);this._location={x:f.x,y:f.y},this._size=[f.width,f.height],this._orient===Sb&&this._size.reverse()},e.prototype._positionGroup=function(){var t=this.group,a=this._location,i=this._orient,n=this.dataZoomModel.getFirstTargetAxisModel(),o=n&&n.get("inverse"),s=this._displayables.sliderGroup,l=(this._dataShadowInfo||{}).otherAxisInverse;s.attr(i===Jo&&!o?{scaleY:l?1:-1,scaleX:1}:i===Jo&&o?{scaleY:l?1:-1,scaleX:-1}:i===Sb&&!o?{scaleY:l?-1:1,scaleX:1,rotation:Math.PI/2}:{scaleY:l?-1:1,scaleX:-1,rotation:Math.PI/2});var u=t.getBoundingRect([s]);t.x=a.x-u.x,t.y=a.y-u.y,t.markRedraw()},e.prototype._getViewExtent=function(){return[0,this._size[0]]},e.prototype._renderBackground=function(){var t=this.dataZoomModel,a=this._size,i=this._displayables.sliderGroup,n=t.get("brushSelect");i.add(new jo({silent:!0,shape:{x:0,y:0,width:a[0],height:a[1]},style:{fill:t.get("backgroundColor")},z2:-40}));var o=new jo({shape:{x:0,y:0,width:a[0],height:a[1]},style:{fill:"transparent"},z2:0,onclick:U(this._onClickPanel,this)}),s=this.api.getZr();n?(o.on("mousedown",this._onBrushStart,this),o.cursor="crosshair",s.on("mousemove",this._onBrush),s.on("mouseup",this._onBrushEnd)):(s.off("mousemove",this._onBrush),s.off("mouseup",this._onBrushEnd)),i.add(o)},e.prototype._renderDataShadow=function(){var t=this._dataShadowInfo=this._prepareDataShadowInfo();if(this._displayables.dataShadowSegs=[],!t)return;var a=this._size,i=this._shadowSize||[],n=t.series,o=n.getRawData(),s=n.getShadowDim?n.getShadowDim():t.otherDim;if(s==null)return;var l=this._shadowPolygonPts,u=this._shadowPolylinePts;if(o!==this._shadowData||s!==this._shadowDim||a[0]!==i[0]||a[1]!==i[1]){var f=o.getDataExtent(s),h=(f[1]-f[0])*.3;f=[f[0]-h,f[1]+h];var v=[0,a[1]],c=[0,a[0]],p=[[a[0],0],[0,0]],d=[],g=c[1]/(o.count()-1),y=0,m=Math.round(o.count()/a[0]),_;o.each([s],function(T,A){if(m>0&&A%m){y+=g;return}var M=T==null||isNaN(T)||T==="",D=M?0:Pt(T,f,v,!0);M&&!_&&A?(p.push([p[p.length-1][0],0]),d.push([d[d.length-1][0],0])):!M&&_&&(p.push([y,0]),d.push([y,0])),p.push([y,D]),d.push([y,D]),y+=g,_=M}),l=this._shadowPolygonPts=p,u=this._shadowPolylinePts=d}this._shadowData=o,this._shadowDim=s,this._shadowSize=[a[0],a[1]];var S=this.dataZoomModel;function b(T){var A=S.getModel(T?"selectedDataBackground":"dataBackground"),M=new rt,D=new ke({shape:{points:l},segmentIgnoreThreshold:1,style:A.getModel("areaStyle").getAreaStyle(),silent:!0,z2:-20}),L=new Oe({shape:{points:u},segmentIgnoreThreshold:1,style:A.getModel("lineStyle").getLineStyle(),silent:!0,z2:-19});return M.add(D),M.add(L),M}for(var x=0;x<3;x++){var w=b(x===1);this._displayables.sliderGroup.add(w),this._displayables.dataShadowSegs.push(w)}},e.prototype._prepareDataShadowInfo=function(){var t=this.dataZoomModel,a=t.get("showDataShadow");if(a!==!1){var i,n=this.ecModel;return t.eachTargetAxis(function(o,s){var l=t.getAxisProxy(o,s).getTargetSeriesModels();C(l,function(u){if(!i&&!(a!==!0&&vt(OY,u.get("type"))<0)){var f=n.getComponent(za(o),s).axis,h=VY(o),v,c=u.coordinateSystem;h!=null&&c.getOtherAxis&&(v=c.getOtherAxis(f).inverse),h=u.getData().mapDimension(h),i={thisAxis:f,series:u,thisDim:o,otherDim:h,otherAxisInverse:v}}},this)},this),i}},e.prototype._renderHandle=function(){var t=this.group,a=this._displayables,i=a.handles=[null,null],n=a.handleLabels=[null,null],o=this._displayables.sliderGroup,s=this._size,l=this.dataZoomModel,u=this.api,f=l.get("borderRadius")||0,h=l.get("brushSelect"),v=a.filler=new jo({silent:h,style:{fill:l.get("fillerColor")},textConfig:{position:"inside"}});o.add(v),o.add(new jo({silent:!0,subPixelOptimize:!0,shape:{x:0,y:0,width:s[0],height:s[1],r:f},style:{stroke:l.get("dataBackgroundColor")||l.get("borderColor"),lineWidth:RY,fill:"rgba(0,0,0,0)"}})),C([0,1],function(_){var S=l.get("handleIcon");!gf[S]&&S.indexOf("path://")<0&&S.indexOf("image://")<0&&(S="path://"+S);var b=Qt(S,-1,0,2,2,null,!0);b.attr({cursor:xb(this._orient),draggable:!0,drift:U(this._onDragMove,this,_),ondragend:U(this._onDragEnd,this),onmouseover:U(this._showDataInfo,this,!0),onmouseout:U(this._showDataInfo,this,!1),z2:5});var x=b.getBoundingRect(),w=l.get("handleSize");this._handleHeight=H(w,this._size[1]),this._handleWidth=x.width/x.height*this._handleHeight,b.setStyle(l.getModel("handleStyle").getItemStyle()),b.style.strokeNoScale=!0,b.rectHover=!0,b.ensureState("emphasis").style=l.getModel(["emphasis","handleStyle"]).getItemStyle(),Zi(b);var T=l.get("handleColor");T!=null&&(b.style.fill=T),o.add(i[_]=b);var A=l.getModel("textStyle");t.add(n[_]=new Ct({silent:!0,invisible:!0,style:Gt(A,{x:0,y:0,text:"",verticalAlign:"middle",align:"center",fill:A.getTextColor(),font:A.getFont()}),z2:10}))},this);var c=v;if(h){var p=H(l.get("moveHandleSize"),s[1]),d=a.moveHandle=new xt({style:l.getModel("moveHandleStyle").getItemStyle(),silent:!0,shape:{r:[0,0,2,2],y:s[1]-.5,height:p}}),g=p*.8,y=a.moveHandleIcon=Qt(l.get("moveHandleIcon"),-g/2,-g/2,g,g,"#fff",!0);y.silent=!0,y.y=s[1]+p/2-.5,d.ensureState("emphasis").style=l.getModel(["emphasis","moveHandleStyle"]).getItemStyle();var m=Math.min(s[1]/2,Math.max(p,10));c=a.moveZone=new xt({invisible:!0,shape:{y:s[1]-m,height:p+m}}),c.on("mouseover",function(){u.enterEmphasis(d)}).on("mouseout",function(){u.leaveEmphasis(d)}),o.add(d),o.add(y),o.add(c)}c.attr({draggable:!0,cursor:xb(this._orient),drift:U(this._onDragMove,this,"all"),ondragstart:U(this._showDataInfo,this,!0),ondragend:U(this._onDragEnd,this),onmouseover:U(this._showDataInfo,this,!0),onmouseout:U(this._showDataInfo,this,!1)})},e.prototype._resetInterval=function(){var t=this._range=this.dataZoomModel.getPercentRange(),a=this._getViewExtent();this._handleEnds=[Pt(t[0],[0,100],a,!0),Pt(t[1],[0,100],a,!0)]},e.prototype._updateInterval=function(t,a){var i=this.dataZoomModel,n=this._handleEnds,o=this._getViewExtent(),s=i.findRepresentativeAxisProxy().getMinMaxSpan(),l=[0,100];cn(a,n,o,i.get("zoomLock")?"all":t,s.minSpan!=null?Pt(s.minSpan,l,o,!0):null,s.maxSpan!=null?Pt(s.maxSpan,l,o,!0):null);var u=this._range,f=this._range=ar([Pt(n[0],o,l,!0),Pt(n[1],o,l,!0)]);return!u||u[0]!==f[0]||u[1]!==f[1]},e.prototype._updateView=function(t){var a=this._displayables,i=this._handleEnds,n=ar(i.slice()),o=this._size;C([0,1],function(c){var p=a.handles[c],d=this._handleHeight;p.attr({scaleX:d/2,scaleY:d/2,x:i[c]+(c?-1:1),y:o[1]/2-d/2})},this),a.filler.setShape({x:n[0],y:0,width:n[1]-n[0],height:o[1]});var s={x:n[0],width:n[1]-n[0]};a.moveHandle&&(a.moveHandle.setShape(s),a.moveZone.setShape(s),a.moveZone.getBoundingRect(),a.moveHandleIcon&&a.moveHandleIcon.attr("x",s.x+s.width/2));for(var l=a.dataShadowSegs,u=[0,n[0],n[1],o[0]],f=0;f<l.length;f++){var h=l[f],v=h.getClipPath();v||(v=new xt,h.setClipPath(v)),v.setShape({x:u[f],y:0,width:u[f+1]-u[f],height:o[1]})}this._updateDataInfo(t)},e.prototype._updateDataInfo=function(t){var a=this.dataZoomModel,i=this._displayables,n=i.handleLabels,o=this._orient,s=["",""];if(a.get("showDetail")){var l=a.findRepresentativeAxisProxy();if(l){var u=l.getAxisModel().axis,f=this._range,h=t?l.calculateDataWindow({start:f[0],end:f[1]}).valueWindow:l.getDataValueWindow();s=[this._formatLabel(h[0],u),this._formatLabel(h[1],u)]}}var v=ar(this._handleEnds.slice());c.call(this,0),c.call(this,1);function c(p){var d=Xi(i.handles[p].parent,this.group),g=sh(p===0?"right":"left",d),y=this._handleWidth/2+kY,m=mr([v[p]+(p===0?-y:y),this._size[1]/2],d);n[p].setStyle({x:m[0],y:m[1],verticalAlign:o===Jo?"middle":g,align:o===Jo?g:"center",text:s[p]})}},e.prototype._formatLabel=function(t,a){var i=this.dataZoomModel,n=i.get("labelFormatter"),o=i.get("labelPrecision");(o==null||o==="auto")&&(o=a.getPixelPrecision());var s=t==null||isNaN(t)?"":a.type==="category"||a.type==="time"?a.scale.getLabel({value:Math.round(t)}):t.toFixed(Math.min(o,20));return K(n)?n(t,s):$(n)?n.replace("{value}",s):s},e.prototype._showDataInfo=function(t){t=this._dragging||t;var a=this._displayables,i=a.handleLabels;i[0].attr("invisible",!t),i[1].attr("invisible",!t),a.moveHandle&&this.api[t?"enterEmphasis":"leaveEmphasis"](a.moveHandle,1)},e.prototype._onDragMove=function(t,a,i,n){this._dragging=!0,oa(n.event);var o=this._displayables.sliderGroup.getLocalTransform(),s=mr([a,i],o,!0),l=this._updateInterval(t,s[0]),u=this.dataZoomModel.get("realtime");this._updateView(!u),l&&u&&this._dispatchZoomAction(!0)},e.prototype._onDragEnd=function(){this._dragging=!1,this._showDataInfo(!1);var t=this.dataZoomModel.get("realtime");!t&&this._dispatchZoomAction(!1)},e.prototype._onClickPanel=function(t){var a=this._size,i=this._displayables.sliderGroup.transformCoordToLocal(t.offsetX,t.offsetY);if(!(i[0]<0||i[0]>a[0]||i[1]<0||i[1]>a[1])){var n=this._handleEnds,o=(n[0]+n[1])/2,s=this._updateInterval("all",i[0]-o);this._updateView(),s&&this._dispatchZoomAction(!1)}},e.prototype._onBrushStart=function(t){var a=t.offsetX,i=t.offsetY;this._brushStart=new st(a,i),this._brushing=!0,this._brushStartTime=+new Date},e.prototype._onBrushEnd=function(t){if(!!this._brushing){var a=this._displayables.brushRect;if(this._brushing=!1,!!a){a.attr("ignore",!0);var i=a.shape,n=+new Date;if(!(n-this._brushStartTime<200&&Math.abs(i.width)<5)){var o=this._getViewExtent(),s=[0,100];this._range=ar([Pt(i.x,o,s,!0),Pt(i.x+i.width,o,s,!0)]),this._handleEnds=[i.x,i.x+i.width],this._updateView(),this._dispatchZoomAction(!1)}}}},e.prototype._onBrush=function(t){this._brushing&&(oa(t.event),this._updateBrushRect(t.offsetX,t.offsetY))},e.prototype._updateBrushRect=function(t,a){var i=this._displayables,n=this.dataZoomModel,o=i.brushRect;o||(o=i.brushRect=new jo({silent:!0,style:n.getModel("brushStyle").getItemStyle()}),i.sliderGroup.add(o)),o.attr("ignore",!1);var s=this._brushStart,l=this._displayables.sliderGroup,u=l.transformCoordToLocal(t,a),f=l.transformCoordToLocal(s.x,s.y),h=this._size;u[0]=Math.max(Math.min(h[0],u[0]),0),o.setShape({x:f[0],y:0,width:u[0]-f[0],height:h[1]})},e.prototype._dispatchZoomAction=function(t){var a=this._range;this.api.dispatchAction({type:"dataZoom",from:this.uid,dataZoomId:this.dataZoomModel.id,animation:t?NY:null,start:a[0],end:a[1]})},e.prototype._findCoordRect=function(){var t,a=SL(this.dataZoomModel).infoList;if(!t&&a.length){var i=a[0].model.coordinateSystem;t=i.getRect&&i.getRect()}if(!t){var n=this.api.getWidth(),o=this.api.getHeight();t={x:n*.2,y:o*.2,width:n*.6,height:o*.6}}return t},e.type="dataZoom.slider",e}(ky);function VY(r){var e={x:"y",y:"x",radius:"angle",angle:"radius"};return e[r]}function xb(r){return r==="vertical"?"ns-resize":"ew-resize"}var zY=BY;function FL(r){r.registerComponentModel(PY),r.registerComponentView(zY),Oy(r)}function GY(r){pt(GL),pt(FL)}var FY={get:function(r,e,t){var a=J((HY[r]||{})[e]);return t&&z(a)?a[a.length-1]:a}},HY={color:{active:["#006edd","#e0ffff"],inactive:["rgba(0,0,0,0)"]},colorHue:{active:[0,360],inactive:[0,0]},colorSaturation:{active:[.3,1],inactive:[0,0]},colorLightness:{active:[.9,.5],inactive:[0,0]},colorAlpha:{active:[.3,1],inactive:[0,0]},opacity:{active:[.3,1],inactive:[0,0]},symbol:{active:["circle","roundRect","diamond"],inactive:["none"]},symbolSize:{active:[10,50],inactive:[0,0]}},HL=FY,bb=fe.mapVisual,WY=fe.eachVisual,$Y=z,wb=C,UY=ar,YY=Pt,ZY=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t.stateList=["inRange","outOfRange"],t.replacableOptionKeys=["inRange","outOfRange","target","controller","color"],t.layoutMode={type:"box",ignoreSize:!0},t.dataBound=[-1/0,1/0],t.targetVisuals={},t.controllerVisuals={},t}return e.prototype.init=function(t,a,i){this.mergeDefaultAndTheme(t,i)},e.prototype.optionUpdated=function(t,a){var i=this.option;!a&&IL(i,t,this.replacableOptionKeys),this.textStyleModel=this.getModel("textStyle"),this.resetItemSize(),this.completeVisualOption()},e.prototype.resetVisual=function(t){var a=this.stateList;t=U(t,this),this.controllerVisuals=Id(this.option.controller,a,t),this.targetVisuals=Id(this.option.target,a,t)},e.prototype.getItemSymbol=function(){return null},e.prototype.getTargetSeriesIndices=function(){var t=this.option.seriesIndex,a=[];return t==null||t==="all"?this.ecModel.eachSeries(function(i,n){a.push(n)}):a=Et(t),a},e.prototype.eachTargetSeries=function(t,a){C(this.getTargetSeriesIndices(),function(i){var n=this.ecModel.getSeriesByIndex(i);n&&t.call(a,n)},this)},e.prototype.isTargetSeries=function(t){var a=!1;return this.eachTargetSeries(function(i){i===t&&(a=!0)}),a},e.prototype.formatValueText=function(t,a,i){var n=this.option,o=n.precision,s=this.dataBound,l=n.formatter,u;i=i||["<",">"],z(t)&&(t=t.slice(),u=!0);var f=a?t:u?[h(t[0]),h(t[1])]:h(t);if($(l))return l.replace("{value}",u?f[0]:f).replace("{value2}",u?f[1]:f);if(K(l))return u?l(t[0],t[1]):l(t);if(u)return t[0]===s[0]?i[0]+" "+f[1]:t[1]===s[1]?i[1]+" "+f[0]:f[0]+" - "+f[1];return f;function h(v){return v===s[0]?"min":v===s[1]?"max":(+v).toFixed(Math.min(o,20))}},e.prototype.resetExtent=function(){var t=this.option,a=UY([t.min,t.max]);this._dataExtent=a},e.prototype.getDataDimensionIndex=function(t){var a=this.option.dimension;if(a!=null)return t.getDimensionIndex(a);for(var i=t.dimensions,n=i.length-1;n>=0;n--){var o=i[n],s=t.getDimensionInfo(o);if(!s.isCalculationCoord)return s.storeDimIndex}},e.prototype.getExtent=function(){return this._dataExtent.slice()},e.prototype.completeVisualOption=function(){var t=this.ecModel,a=this.option,i={inRange:a.inRange,outOfRange:a.outOfRange},n=a.target||(a.target={}),o=a.controller||(a.controller={});lt(n,i),lt(o,i);var s=this.isCategory();l.call(this,n),l.call(this,o),u.call(this,n,"inRange","outOfRange"),f.call(this,o);function l(h){$Y(a.color)&&!h.inRange&&(h.inRange={color:a.color.slice().reverse()}),h.inRange=h.inRange||{color:t.get("gradientColor")}}function u(h,v,c){var p=h[v],d=h[c];p&&!d&&(d=h[c]={},wb(p,function(g,y){if(!!fe.isValidType(y)){var m=HL.get(y,"inactive",s);m!=null&&(d[y]=m,y==="color"&&!d.hasOwnProperty("opacity")&&!d.hasOwnProperty("colorAlpha")&&(d.opacity=[0,0]))}}))}function f(h){var v=(h.inRange||{}).symbol||(h.outOfRange||{}).symbol,c=(h.inRange||{}).symbolSize||(h.outOfRange||{}).symbolSize,p=this.get("inactiveColor"),d=this.getItemSymbol(),g=d||"roundRect";wb(this.stateList,function(y){var m=this.itemSize,_=h[y];_||(_=h[y]={color:s?p:[p]}),_.symbol==null&&(_.symbol=v&&J(v)||(s?g:[g])),_.symbolSize==null&&(_.symbolSize=c&&J(c)||(s?m[0]:[m[0],m[0]])),_.symbol=bb(_.symbol,function(x){return x==="none"?g:x});var S=_.symbolSize;if(S!=null){var b=-1/0;WY(S,function(x){x>b&&(b=x)}),_.symbolSize=bb(S,function(x){return YY(x,[0,b],[0,m[0]],!0)})}},this)}},e.prototype.resetItemSize=function(){this.itemSize=[parseFloat(this.get("itemWidth")),parseFloat(this.get("itemHeight"))]},e.prototype.isCategory=function(){return!!this.option.categories},e.prototype.setSelected=function(t){},e.prototype.getSelected=function(){return null},e.prototype.getValueState=function(t){return null},e.prototype.getVisualMeta=function(t){return null},e.type="visualMap",e.dependencies=["series"],e.defaultOption={show:!0,z:4,seriesIndex:"all",min:0,max:200,left:0,right:null,top:null,bottom:0,itemWidth:null,itemHeight:null,inverse:!1,orient:"vertical",backgroundColor:"rgba(0,0,0,0)",borderColor:"#ccc",contentColor:"#5793f3",inactiveColor:"#aaa",borderWidth:0,padding:5,textGap:10,precision:0,textStyle:{color:"#333"}},e}(bt),Ff=ZY,Tb=[20,140],XY=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.prototype.optionUpdated=function(t,a){r.prototype.optionUpdated.apply(this,arguments),this.resetExtent(),this.resetVisual(function(i){i.mappingMethod="linear",i.dataExtent=this.getExtent()}),this._resetRange()},e.prototype.resetItemSize=function(){r.prototype.resetItemSize.apply(this,arguments);var t=this.itemSize;(t[0]==null||isNaN(t[0]))&&(t[0]=Tb[0]),(t[1]==null||isNaN(t[1]))&&(t[1]=Tb[1])},e.prototype._resetRange=function(){var t=this.getExtent(),a=this.option.range;!a||a.auto?(t.auto=1,this.option.range=t):z(a)&&(a[0]>a[1]&&a.reverse(),a[0]=Math.max(a[0],t[0]),a[1]=Math.min(a[1],t[1]))},e.prototype.completeVisualOption=function(){r.prototype.completeVisualOption.apply(this,arguments),C(this.stateList,function(t){var a=this.option.controller[t].symbolSize;a&&a[0]!==a[1]&&(a[0]=a[1]/3)},this)},e.prototype.setSelected=function(t){this.option.range=t.slice(),this._resetRange()},e.prototype.getSelected=function(){var t=this.getExtent(),a=ar((this.get("range")||[]).slice());return a[0]>t[1]&&(a[0]=t[1]),a[1]>t[1]&&(a[1]=t[1]),a[0]<t[0]&&(a[0]=t[0]),a[1]<t[0]&&(a[1]=t[0]),a},e.prototype.getValueState=function(t){var a=this.option.range,i=this.getExtent();return(a[0]<=i[0]||a[0]<=t)&&(a[1]>=i[1]||t<=a[1])?"inRange":"outOfRange"},e.prototype.findTargetDataIndices=function(t){var a=[];return this.eachTargetSeries(function(i){var n=[],o=i.getData();o.each(this.getDataDimensionIndex(o),function(s,l){t[0]<=s&&s<=t[1]&&n.push(l)},this),a.push({seriesId:i.id,dataIndex:n})},this),a},e.prototype.getVisualMeta=function(t){var a=Ab(this,"outOfRange",this.getExtent()),i=Ab(this,"inRange",this.option.range.slice()),n=[];function o(c,p){n.push({value:c,color:t(c,p)})}for(var s=0,l=0,u=i.length,f=a.length;l<f&&(!i.length||a[l]<=i[0]);l++)a[l]<i[s]&&o(a[l],"outOfRange");for(var h=1;s<u;s++,h=0)h&&n.length&&o(i[s],"outOfRange"),o(i[s],"inRange");for(var h=1;l<f;l++)(!i.length||i[i.length-1]<a[l])&&(h&&(n.length&&o(n[n.length-1].value,"outOfRange"),h=0),o(a[l],"outOfRange"));var v=n.length;return{stops:n,outerColors:[v?n[0].color:"transparent",v?n[v-1].color:"transparent"]}},e.type="visualMap.continuous",e.defaultOption=ei(Ff.defaultOption,{align:"auto",calculable:!1,hoverLink:!0,realtime:!0,handleIcon:"path://M-11.39,9.77h0a3.5,3.5,0,0,1-3.5,3.5h-22a3.5,3.5,0,0,1-3.5-3.5h0a3.5,3.5,0,0,1,3.5-3.5h22A3.5,3.5,0,0,1-11.39,9.77Z",handleSize:"120%",handleStyle:{borderColor:"#fff",borderWidth:1},indicatorIcon:"circle",indicatorSize:"50%",indicatorStyle:{borderColor:"#fff",borderWidth:2,shadowBlur:2,shadowOffsetX:1,shadowOffsetY:1,shadowColor:"rgba(0,0,0,0.2)"}}),e}(Ff);function Ab(r,e,t){if(t[0]===t[1])return t.slice();for(var a=200,i=(t[1]-t[0])/a,n=t[0],o=[],s=0;s<=a&&n<t[1];s++)o.push(n),n+=i;return o.push(t[1]),o}var qY=XY,KY=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t.autoPositionValues={left:1,right:1,top:1,bottom:1},t}return e.prototype.init=function(t,a){this.ecModel=t,this.api=a},e.prototype.render=function(t,a,i,n){if(this.visualMapModel=t,t.get("show")===!1){this.group.removeAll();return}this.doRender(t,a,i,n)},e.prototype.renderBackground=function(t){var a=this.visualMapModel,i=yo(a.get("padding")||0),n=t.getBoundingRect();t.add(new xt({z2:-1,silent:!0,shape:{x:n.x-i[3],y:n.y-i[0],width:n.width+i[3]+i[1],height:n.height+i[0]+i[2]},style:{fill:a.get("backgroundColor"),stroke:a.get("borderColor"),lineWidth:a.get("borderWidth")}}))},e.prototype.getControllerVisual=function(t,a,i){i=i||{};var n=i.forceState,o=this.visualMapModel,s={};if(a==="color"){var l=o.get("contentColor");s.color=l}function u(c){return s[c]}function f(c,p){s[c]=p}var h=o.controllerVisuals[n||o.getValueState(t)],v=fe.prepareVisualTypes(h);return C(v,function(c){var p=h[c];i.convertOpacityToAlpha&&c==="opacity"&&(c="colorAlpha",p=h.__alphaForOpacity),fe.dependsOn(c,a)&&p&&p.applyVisual(t,u,f)}),s[a]},e.prototype.positionGroup=function(t){var a=this.visualMapModel,i=this.api;ph(t,a.getBoxLayoutParams(),{width:i.getWidth(),height:i.getHeight()})},e.prototype.doRender=function(t,a,i,n){},e.type="visualMap",e}(Wt),WL=KY,Cb=[["left","right","width"],["top","bottom","height"]];function $L(r,e,t){var a=r.option,i=a.align;if(i!=null&&i!=="auto")return i;for(var n={width:e.getWidth(),height:e.getHeight()},o=a.orient==="horizontal"?1:0,s=Cb[o],l=[0,null,10],u={},f=0;f<3;f++)u[Cb[1-o][f]]=l[f],u[s[f]]=f===2?t[0]:a[s[f]];var h=[["x","width",3],["y","height",0]][o],v=te(u,n,a.padding);return s[(v.margin[h[2]]||0)+v[h[0]]+v[h[1]]*.5<n[h[1]]*.5?0:1]}function Xu(r,e){return C(r||[],function(t){t.dataIndex!=null&&(t.dataIndexInside=t.dataIndex,t.dataIndex=null),t.highlightKey="visualMap"+(e?e.componentIndex:"")}),r}var Lr=Pt,QY=C,Mb=Math.min,Kc=Math.max,jY=12,JY=6,tZ=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t._shapes={},t._dataInterval=[],t._handleEnds=[],t._hoverLinkDataIndices=[],t}return e.prototype.doRender=function(t,a,i,n){this._api=i,(!n||n.type!=="selectDataRange"||n.from!==this.uid)&&this._buildView()},e.prototype._buildView=function(){this.group.removeAll();var t=this.visualMapModel,a=this.group;this._orient=t.get("orient"),this._useHandle=t.get("calculable"),this._resetInterval(),this._renderBar(a);var i=t.get("text");this._renderEndsText(a,i,0),this._renderEndsText(a,i,1),this._updateView(!0),this.renderBackground(a),this._updateView(),this._enableHoverLinkToSeries(),this._enableHoverLinkFromSeries(),this.positionGroup(a)},e.prototype._renderEndsText=function(t,a,i){if(!!a){var n=a[1-i];n=n!=null?n+"":"";var o=this.visualMapModel,s=o.get("textGap"),l=o.itemSize,u=this._shapes.mainGroup,f=this._applyTransform([l[0]/2,i===0?-s:l[1]+s],u),h=this._applyTransform(i===0?"bottom":"top",u),v=this._orient,c=this.visualMapModel.textStyleModel;this.group.add(new Ct({style:Gt(c,{x:f[0],y:f[1],verticalAlign:v==="horizontal"?"middle":h,align:v==="horizontal"?h:"center",text:n})}))}},e.prototype._renderBar=function(t){var a=this.visualMapModel,i=this._shapes,n=a.itemSize,o=this._orient,s=this._useHandle,l=$L(a,this.api,n),u=i.mainGroup=this._createBarGroup(l),f=new rt;u.add(f),f.add(i.outOfRange=Db()),f.add(i.inRange=Db(null,s?Ib(this._orient):null,U(this._dragHandle,this,"all",!1),U(this._dragHandle,this,"all",!0))),f.setClipPath(new xt({shape:{x:0,y:0,width:n[0],height:n[1],r:3}}));var h=a.textStyleModel.getTextRect("\u56FD"),v=Kc(h.width,h.height);s&&(i.handleThumbs=[],i.handleLabels=[],i.handleLabelPoints=[],this._createHandle(a,u,0,n,v,o),this._createHandle(a,u,1,n,v,o)),this._createIndicator(a,u,n,v,o),t.add(u)},e.prototype._createHandle=function(t,a,i,n,o,s){var l=U(this._dragHandle,this,i,!1),u=U(this._dragHandle,this,i,!0),f=_r(t.get("handleSize"),n[0]),h=Qt(t.get("handleIcon"),-f/2,-f/2,f,f,null,!0),v=Ib(this._orient);h.attr({cursor:v,draggable:!0,drift:l,ondragend:u,onmousemove:function(y){oa(y.event)}}),h.x=n[0]/2,h.useStyle(t.getModel("handleStyle").getItemStyle()),h.setStyle({strokeNoScale:!0,strokeFirst:!0}),h.style.lineWidth*=2,h.ensureState("emphasis").style=t.getModel(["emphasis","handleStyle"]).getItemStyle(),Gi(h,!0),a.add(h);var c=this.visualMapModel.textStyleModel,p=new Ct({cursor:v,draggable:!0,drift:l,onmousemove:function(y){oa(y.event)},ondragend:u,style:Gt(c,{x:0,y:0,text:""})});p.ensureState("blur").style={opacity:.1},p.stateTransition={duration:200},this.group.add(p);var d=[f,0],g=this._shapes;g.handleThumbs[i]=h,g.handleLabelPoints[i]=d,g.handleLabels[i]=p},e.prototype._createIndicator=function(t,a,i,n,o){var s=_r(t.get("indicatorSize"),i[0]),l=Qt(t.get("indicatorIcon"),-s/2,-s/2,s,s,null,!0);l.attr({cursor:"move",invisible:!0,silent:!0,x:i[0]/2});var u=t.getModel("indicatorStyle").getItemStyle();if(l instanceof ve){var f=l.style;l.useStyle(V({image:f.image,x:f.x,y:f.y,width:f.width,height:f.height},u))}else l.useStyle(u);a.add(l);var h=this.visualMapModel.textStyleModel,v=new Ct({silent:!0,invisible:!0,style:Gt(h,{x:0,y:0,text:""})});this.group.add(v);var c=[(o==="horizontal"?n/2:JY)+i[0]/2,0],p=this._shapes;p.indicator=l,p.indicatorLabel=v,p.indicatorLabelPoint=c,this._firstShowIndicator=!0},e.prototype._dragHandle=function(t,a,i,n){if(!!this._useHandle){if(this._dragging=!a,!a){var o=this._applyTransform([i,n],this._shapes.mainGroup,!0);this._updateInterval(t,o[1]),this._hideIndicator(),this._updateView()}a===!this.visualMapModel.get("realtime")&&this.api.dispatchAction({type:"selectDataRange",from:this.uid,visualMapId:this.visualMapModel.id,selected:this._dataInterval.slice()}),a?!this._hovering&&this._clearHoverLinkToSeries():Lb(this.visualMapModel)&&this._doHoverLinkToSeries(this._handleEnds[t],!1)}},e.prototype._resetInterval=function(){var t=this.visualMapModel,a=this._dataInterval=t.getSelected(),i=t.getExtent(),n=[0,t.itemSize[1]];this._handleEnds=[Lr(a[0],i,n,!0),Lr(a[1],i,n,!0)]},e.prototype._updateInterval=function(t,a){a=a||0;var i=this.visualMapModel,n=this._handleEnds,o=[0,i.itemSize[1]];cn(a,n,o,t,0);var s=i.getExtent();this._dataInterval=[Lr(n[0],o,s,!0),Lr(n[1],o,s,!0)]},e.prototype._updateView=function(t){var a=this.visualMapModel,i=a.getExtent(),n=this._shapes,o=[0,a.itemSize[1]],s=t?o:this._handleEnds,l=this._createBarVisual(this._dataInterval,i,s,"inRange"),u=this._createBarVisual(i,i,o,"outOfRange");n.inRange.setStyle({fill:l.barColor}).setShape("points",l.barPoints),n.outOfRange.setStyle({fill:u.barColor}).setShape("points",u.barPoints),this._updateHandle(s,l)},e.prototype._createBarVisual=function(t,a,i,n){var o={forceState:n,convertOpacityToAlpha:!0},s=this._makeColorGradient(t,o),l=[this.getControllerVisual(t[0],"symbolSize",o),this.getControllerVisual(t[1],"symbolSize",o)],u=this._createBarPoints(i,l);return{barColor:new sl(0,0,0,1,s),barPoints:u,handlesColor:[s[0].color,s[s.length-1].color]}},e.prototype._makeColorGradient=function(t,a){var i=100,n=[],o=(t[1]-t[0])/i;n.push({color:this.getControllerVisual(t[0],"color",a),offset:0});for(var s=1;s<i;s++){var l=t[0]+o*s;if(l>t[1])break;n.push({color:this.getControllerVisual(l,"color",a),offset:s/i})}return n.push({color:this.getControllerVisual(t[1],"color",a),offset:1}),n},e.prototype._createBarPoints=function(t,a){var i=this.visualMapModel.itemSize;return[[i[0]-a[0],t[0]],[i[0],t[0]],[i[0],t[1]],[i[0]-a[1],t[1]]]},e.prototype._createBarGroup=function(t){var a=this._orient,i=this.visualMapModel.get("inverse");return new rt(a==="horizontal"&&!i?{scaleX:t==="bottom"?1:-1,rotation:Math.PI/2}:a==="horizontal"&&i?{scaleX:t==="bottom"?-1:1,rotation:-Math.PI/2}:a==="vertical"&&!i?{scaleX:t==="left"?1:-1,scaleY:-1}:{scaleX:t==="left"?1:-1})},e.prototype._updateHandle=function(t,a){if(!!this._useHandle){var i=this._shapes,n=this.visualMapModel,o=i.handleThumbs,s=i.handleLabels,l=n.itemSize,u=n.getExtent();QY([0,1],function(f){var h=o[f];h.setStyle("fill",a.handlesColor[f]),h.y=t[f];var v=Lr(t[f],[0,l[1]],u,!0),c=this.getControllerVisual(v,"symbolSize");h.scaleX=h.scaleY=c/l[0],h.x=l[0]-c/2;var p=mr(i.handleLabelPoints[f],Xi(h,this.group));s[f].setStyle({x:p[0],y:p[1],text:n.formatValueText(this._dataInterval[f]),verticalAlign:"middle",align:this._orient==="vertical"?this._applyTransform("left",i.mainGroup):"center"})},this)}},e.prototype._showIndicator=function(t,a,i,n){var o=this.visualMapModel,s=o.getExtent(),l=o.itemSize,u=[0,l[1]],f=this._shapes,h=f.indicator;if(!!h){h.attr("invisible",!1);var v={convertOpacityToAlpha:!0},c=this.getControllerVisual(t,"color",v),p=this.getControllerVisual(t,"symbolSize"),d=Lr(t,s,u,!0),g=l[0]-p/2,y={x:h.x,y:h.y};h.y=d,h.x=g;var m=mr(f.indicatorLabelPoint,Xi(h,this.group)),_=f.indicatorLabel;_.attr("invisible",!1);var S=this._applyTransform("left",f.mainGroup),b=this._orient,x=b==="horizontal";_.setStyle({text:(i||"")+o.formatValueText(a),verticalAlign:x?S:"middle",align:x?"center":S});var w={x:g,y:d,style:{fill:c}},T={style:{x:m[0],y:m[1]}};if(o.ecModel.isAnimationEnabled()&&!this._firstShowIndicator){var A={duration:100,easing:"cubicInOut",additive:!0};h.x=y.x,h.y=y.y,h.animateTo(w,A),_.animateTo(T,A)}else h.attr(w),_.attr(T);this._firstShowIndicator=!1;var M=this._shapes.handleLabels;if(M)for(var D=0;D<M.length;D++)this._api.enterBlur(M[D])}},e.prototype._enableHoverLinkToSeries=function(){var t=this;this._shapes.mainGroup.on("mousemove",function(a){if(t._hovering=!0,!t._dragging){var i=t.visualMapModel.itemSize,n=t._applyTransform([a.offsetX,a.offsetY],t._shapes.mainGroup,!0,!0);n[1]=Mb(Kc(0,n[1]),i[1]),t._doHoverLinkToSeries(n[1],0<=n[0]&&n[0]<=i[0])}}).on("mouseout",function(){t._hovering=!1,!t._dragging&&t._clearHoverLinkToSeries()})},e.prototype._enableHoverLinkFromSeries=function(){var t=this.api.getZr();this.visualMapModel.option.hoverLink?(t.on("mouseover",this._hoverLinkFromSeriesMouseOver,this),t.on("mouseout",this._hideIndicator,this)):this._clearHoverLinkFromSeries()},e.prototype._doHoverLinkToSeries=function(t,a){var i=this.visualMapModel,n=i.itemSize;if(!!i.option.hoverLink){var o=[0,n[1]],s=i.getExtent();t=Mb(Kc(o[0],t),o[1]);var l=eZ(i,s,o),u=[t-l,t+l],f=Lr(t,o,s,!0),h=[Lr(u[0],o,s,!0),Lr(u[1],o,s,!0)];u[0]<o[0]&&(h[0]=-1/0),u[1]>o[1]&&(h[1]=1/0),a&&(h[0]===-1/0?this._showIndicator(f,h[1],"< ",l):h[1]===1/0?this._showIndicator(f,h[0],"> ",l):this._showIndicator(f,f,"\u2248 ",l));var v=this._hoverLinkDataIndices,c=[];(a||Lb(i))&&(c=this._hoverLinkDataIndices=i.findTargetDataIndices(h));var p=FP(v,c);this._dispatchHighDown("downplay",Xu(p[0],i)),this._dispatchHighDown("highlight",Xu(p[1],i))}},e.prototype._hoverLinkFromSeriesMouseOver=function(t){var a=t.target,i=this.visualMapModel;if(!(!a||at(a).dataIndex==null)){var n=at(a),o=this.ecModel.getSeriesByIndex(n.seriesIndex);if(!!i.isTargetSeries(o)){var s=o.getData(n.dataType),l=s.getStore().get(i.getDataDimensionIndex(s),n.dataIndex);isNaN(l)||this._showIndicator(l,l)}}},e.prototype._hideIndicator=function(){var t=this._shapes;t.indicator&&t.indicator.attr("invisible",!0),t.indicatorLabel&&t.indicatorLabel.attr("invisible",!0);var a=this._shapes.handleLabels;if(a)for(var i=0;i<a.length;i++)this._api.leaveBlur(a[i])},e.prototype._clearHoverLinkToSeries=function(){this._hideIndicator();var t=this._hoverLinkDataIndices;this._dispatchHighDown("downplay",Xu(t,this.visualMapModel)),t.length=0},e.prototype._clearHoverLinkFromSeries=function(){this._hideIndicator();var t=this.api.getZr();t.off("mouseover",this._hoverLinkFromSeriesMouseOver),t.off("mouseout",this._hideIndicator)},e.prototype._applyTransform=function(t,a,i,n){var o=Xi(a,n?null:this.group);return z(t)?mr(t,o,i):sh(t,o,i)},e.prototype._dispatchHighDown=function(t,a){a&&a.length&&this.api.dispatchAction({type:t,batch:a})},e.prototype.dispose=function(){this._clearHoverLinkFromSeries(),this._clearHoverLinkToSeries()},e.prototype.remove=function(){this._clearHoverLinkFromSeries(),this._clearHoverLinkToSeries()},e.type="visualMap.continuous",e}(WL);function Db(r,e,t,a){return new ke({shape:{points:r},draggable:!!t,cursor:e,drift:t,onmousemove:function(i){oa(i.event)},ondragend:a})}function eZ(r,e,t){var a=jY/2,i=r.get("hoverLinkDataSize");return i&&(a=Lr(i,e,t,!0)/2),a}function Lb(r){var e=r.get("hoverLinkOnHandle");return!!(e==null?r.get("realtime"):e)}function Ib(r){return r==="vertical"?"ns-resize":"ew-resize"}var rZ=tZ,aZ={type:"selectDataRange",event:"dataRangeSelected",update:"update"},iZ=function(r,e){e.eachComponent({mainType:"visualMap",query:r},function(t){t.setSelected(r.selected)})},nZ=[{createOnAllSeries:!0,reset:function(r,e){var t=[];return e.eachComponent("visualMap",function(a){var i=r.pipelineContext;!a.isTargetSeries(r)||i&&i.large||t.push(J8(a.stateList,a.targetVisuals,U(a.getValueState,a),a.getDataDimensionIndex(r.getData())))}),t}},{createOnAllSeries:!0,reset:function(r,e){var t=r.getData(),a=[];e.eachComponent("visualMap",function(i){if(i.isTargetSeries(r)){var n=i.getVisualMeta(U(oZ,null,r,i))||{stops:[],outerColors:[]},o=i.getDataDimensionIndex(t);o>=0&&(n.dimension=o,a.push(n))}}),r.getData().setVisual("visualMeta",a)}}];function oZ(r,e,t,a){for(var i=e.targetVisuals[a],n=fe.prepareVisualTypes(i),o={color:vl(r.getData(),"color")},s=0,l=n.length;s<l;s++){var u=n[s],f=i[u==="opacity"?"__alphaForOpacity":u];f&&f.applyVisual(t,h,v)}return o.color;function h(c){return o[c]}function v(c,p){o[c]=p}}var Pb=C;function sZ(r){var e=r&&r.visualMap;z(e)||(e=e?[e]:[]),Pb(e,function(t){if(!!t){En(t,"splitList")&&!En(t,"pieces")&&(t.pieces=t.splitList,delete t.splitList);var a=t.pieces;a&&z(a)&&Pb(a,function(i){j(i)&&(En(i,"start")&&!En(i,"min")&&(i.min=i.start),En(i,"end")&&!En(i,"max")&&(i.max=i.end))})}})}function En(r,e){return r&&r.hasOwnProperty&&r.hasOwnProperty(e)}var Rb=!1;function UL(r){Rb||(Rb=!0,r.registerSubTypeDefaulter("visualMap",function(e){return!e.categories&&(!(e.pieces?e.pieces.length>0:e.splitNumber>0)||e.calculable)?"continuous":"piecewise"}),r.registerAction(aZ,iZ),C(nZ,function(e){r.registerVisual(r.PRIORITY.VISUAL.COMPONENT,e)}),r.registerPreprocessor(sZ))}function YL(r){r.registerComponentModel(qY),r.registerComponentView(rZ),UL(r)}var lZ=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t._pieceList=[],t}return e.prototype.optionUpdated=function(t,a){r.prototype.optionUpdated.apply(this,arguments),this.resetExtent();var i=this._mode=this._determineMode();this._pieceList=[],uZ[this._mode].call(this,this._pieceList),this._resetSelected(t,a);var n=this.option.categories;this.resetVisual(function(o,s){i==="categories"?(o.mappingMethod="category",o.categories=J(n)):(o.dataExtent=this.getExtent(),o.mappingMethod="piecewise",o.pieceList=G(this._pieceList,function(l){return l=J(l),s!=="inRange"&&(l.visual=null),l}))})},e.prototype.completeVisualOption=function(){var t=this.option,a={},i=fe.listVisualTypes(),n=this.isCategory();C(t.pieces,function(s){C(i,function(l){s.hasOwnProperty(l)&&(a[l]=1)})}),C(a,function(s,l){var u=!1;C(this.stateList,function(f){u=u||o(t,f,l)||o(t.target,f,l)},this),!u&&C(this.stateList,function(f){(t[f]||(t[f]={}))[l]=HL.get(l,f==="inRange"?"active":"inactive",n)})},this);function o(s,l,u){return s&&s[l]&&s[l].hasOwnProperty(u)}r.prototype.completeVisualOption.apply(this,arguments)},e.prototype._resetSelected=function(t,a){var i=this.option,n=this._pieceList,o=(a?i:t).selected||{};if(i.selected=o,C(n,function(l,u){var f=this.getSelectedMapKey(l);o.hasOwnProperty(f)||(o[f]=!0)},this),i.selectedMode==="single"){var s=!1;C(n,function(l,u){var f=this.getSelectedMapKey(l);o[f]&&(s?o[f]=!1:s=!0)},this)}},e.prototype.getItemSymbol=function(){return this.get("itemSymbol")},e.prototype.getSelectedMapKey=function(t){return this._mode==="categories"?t.value+"":t.index+""},e.prototype.getPieceList=function(){return this._pieceList},e.prototype._determineMode=function(){var t=this.option;return t.pieces&&t.pieces.length>0?"pieces":this.option.categories?"categories":"splitNumber"},e.prototype.setSelected=function(t){this.option.selected=J(t)},e.prototype.getValueState=function(t){var a=fe.findPieceIndex(t,this._pieceList);return a!=null&&this.option.selected[this.getSelectedMapKey(this._pieceList[a])]?"inRange":"outOfRange"},e.prototype.findTargetDataIndices=function(t){var a=[],i=this._pieceList;return this.eachTargetSeries(function(n){var o=[],s=n.getData();s.each(this.getDataDimensionIndex(s),function(l,u){var f=fe.findPieceIndex(l,i);f===t&&o.push(u)},this),a.push({seriesId:n.id,dataIndex:o})},this),a},e.prototype.getRepresentValue=function(t){var a;if(this.isCategory())a=t.value;else if(t.value!=null)a=t.value;else{var i=t.interval||[];a=i[0]===-1/0&&i[1]===1/0?0:(i[0]+i[1])/2}return a},e.prototype.getVisualMeta=function(t){if(this.isCategory())return;var a=[],i=["",""],n=this;function o(f,h){var v=n.getRepresentValue({interval:f});h||(h=n.getValueState(v));var c=t(v,h);f[0]===-1/0?i[0]=c:f[1]===1/0?i[1]=c:a.push({value:f[0],color:c},{value:f[1],color:c})}var s=this._pieceList.slice();if(!s.length)s.push({interval:[-1/0,1/0]});else{var l=s[0].interval[0];l!==-1/0&&s.unshift({interval:[-1/0,l]}),l=s[s.length-1].interval[1],l!==1/0&&s.push({interval:[l,1/0]})}var u=-1/0;return C(s,function(f){var h=f.interval;h&&(h[0]>u&&o([u,h[0]],"outOfRange"),o(h.slice()),u=h[1])},this),{stops:a,outerColors:i}},e.type="visualMap.piecewise",e.defaultOption=ei(Ff.defaultOption,{selected:null,minOpen:!1,maxOpen:!1,align:"auto",itemWidth:20,itemHeight:14,itemSymbol:"roundRect",pieces:null,categories:null,splitNumber:5,selectedMode:"multiple",itemGap:10,hoverLink:!0}),e}(Ff),uZ={splitNumber:function(r){var e=this.option,t=Math.min(e.precision,20),a=this.getExtent(),i=e.splitNumber;i=Math.max(parseInt(i,10),1),e.splitNumber=i;for(var n=(a[1]-a[0])/i;+n.toFixed(t)!==n&&t<5;)t++;e.precision=t,n=+n.toFixed(t),e.minOpen&&r.push({interval:[-1/0,a[0]],close:[0,0]});for(var o=0,s=a[0];o<i;s+=n,o++){var l=o===i-1?a[1]:s+n;r.push({interval:[s,l],close:[1,1]})}e.maxOpen&&r.push({interval:[a[1],1/0],close:[0,0]}),wm(r),C(r,function(u,f){u.index=f,u.text=this.formatValueText(u.interval)},this)},categories:function(r){var e=this.option;C(e.categories,function(t){r.push({text:this.formatValueText(t,!0),value:t})},this),Eb(e,r)},pieces:function(r){var e=this.option;C(e.pieces,function(t,a){j(t)||(t={value:t});var i={text:"",index:a};if(t.label!=null&&(i.text=t.label),t.hasOwnProperty("value")){var n=i.value=t.value;i.interval=[n,n],i.close=[1,1]}else{for(var o=i.interval=[],s=i.close=[0,0],l=[1,0,1],u=[-1/0,1/0],f=[],h=0;h<2;h++){for(var v=[["gte","gt","min"],["lte","lt","max"]][h],c=0;c<3&&o[h]==null;c++)o[h]=t[v[c]],s[h]=l[c],f[h]=c===2;o[h]==null&&(o[h]=u[h])}f[0]&&o[1]===1/0&&(s[0]=0),f[1]&&o[0]===-1/0&&(s[1]=0),o[0]===o[1]&&s[0]&&s[1]&&(i.value=o[0])}i.visual=fe.retrieveVisuals(t),r.push(i)},this),Eb(e,r),wm(r),C(r,function(t){var a=t.close,i=[["<","\u2264"][a[1]],[">","\u2265"][a[0]]];t.text=t.text||this.formatValueText(t.value!=null?t.value:t.interval,!1,i)},this)}};function Eb(r,e){var t=r.inverse;(r.orient==="vertical"?!t:t)&&e.reverse()}var fZ=lZ,hZ=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.prototype.doRender=function(){var t=this.group;t.removeAll();var a=this.visualMapModel,i=a.get("textGap"),n=a.textStyleModel,o=n.getFont(),s=n.getTextColor(),l=this._getItemAlign(),u=a.itemSize,f=this._getViewData(),h=f.endsText,v=ne(a.get("showLabel",!0),!h);h&&this._renderEndsText(t,h[0],u,v,l),C(f.viewPieceList,function(c){var p=c.piece,d=new rt;d.onclick=U(this._onItemClick,this,p),this._enableHoverLink(d,c.indexInModelPieceList);var g=a.getRepresentValue(p);if(this._createItemSymbol(d,g,[0,0,u[0],u[1]]),v){var y=this.visualMapModel.getValueState(g);d.add(new Ct({style:{x:l==="right"?-i:u[0]+i,y:u[1]/2,text:p.text,verticalAlign:"middle",align:l,font:o,fill:s,opacity:y==="outOfRange"?.5:1}}))}t.add(d)},this),h&&this._renderEndsText(t,h[1],u,v,l),qi(a.get("orient"),t,a.get("itemGap")),this.renderBackground(t),this.positionGroup(t)},e.prototype._enableHoverLink=function(t,a){var i=this;t.on("mouseover",function(){return n("highlight")}).on("mouseout",function(){return n("downplay")});var n=function(o){var s=i.visualMapModel;s.option.hoverLink&&i.api.dispatchAction({type:o,batch:Xu(s.findTargetDataIndices(a),s)})}},e.prototype._getItemAlign=function(){var t=this.visualMapModel,a=t.option;if(a.orient==="vertical")return $L(t,this.api,t.itemSize);var i=a.align;return(!i||i==="auto")&&(i="left"),i},e.prototype._renderEndsText=function(t,a,i,n,o){if(!!a){var s=new rt,l=this.visualMapModel.textStyleModel;s.add(new Ct({style:Gt(l,{x:n?o==="right"?i[0]:0:i[0]/2,y:i[1]/2,verticalAlign:"middle",align:n?o:"center",text:a})})),t.add(s)}},e.prototype._getViewData=function(){var t=this.visualMapModel,a=G(t.getPieceList(),function(s,l){return{piece:s,indexInModelPieceList:l}}),i=t.get("text"),n=t.get("orient"),o=t.get("inverse");return(n==="horizontal"?o:!o)?a.reverse():i&&(i=i.slice().reverse()),{viewPieceList:a,endsText:i}},e.prototype._createItemSymbol=function(t,a,i){t.add(Qt(this.getControllerVisual(a,"symbol"),i[0],i[1],i[2],i[3],this.getControllerVisual(a,"color")))},e.prototype._onItemClick=function(t){var a=this.visualMapModel,i=a.option,n=i.selectedMode;if(!!n){var o=J(i.selected),s=a.getSelectedMapKey(t);n==="single"||n===!0?(o[s]=!0,C(o,function(l,u){o[u]=u===s})):o[s]=!o[s],this.api.dispatchAction({type:"selectDataRange",from:this.uid,visualMapId:this.visualMapModel.id,selected:o})}},e.type="visualMap.piecewise",e}(WL),vZ=hZ;function ZL(r){r.registerComponentModel(fZ),r.registerComponentView(vZ),UL(r)}function cZ(r){pt(YL),pt(ZL)}var pZ={label:{enabled:!0},decal:{show:!1}},kb=At(),dZ={};function gZ(r,e){var t=r.getModel("aria");if(!t.get("enabled"))return;var a=J(pZ);lt(a.label,r.getLocaleModel().get("aria"),!1),lt(t.option,a,!1),i(),n();function i(){var u=t.getModel("decal"),f=u.get("show");if(f){var h=q();r.eachSeries(function(v){if(!v.isColorBySeries()){var c=h.get(v.type);c||(c={},h.set(v.type,c)),kb(v).scope=c}}),r.eachRawSeries(function(v){if(r.isSeriesFiltered(v))return;if(K(v.enableAriaDecal)){v.enableAriaDecal();return}var c=v.getData();if(v.isColorBySeries()){var m=Vp(v.ecModel,v.name,dZ,r.getSeriesCount()),_=c.getVisual("decal");c.setVisual("decal",S(_,m))}else{var p=v.getRawData(),d={},g=kb(v).scope;c.each(function(b){var x=c.getRawIndex(b);d[x]=b});var y=p.count();p.each(function(b){var x=d[b],w=p.getName(b)||b+"",T=Vp(v.ecModel,w,g,y),A=c.getItemVisual(x,"decal");c.setItemVisual(x,"decal",S(A,T))})}function S(b,x){var w=b?V(V({},x),b):x;return w.dirty=!0,w}})}}function n(){var u=r.getLocaleModel().get("aria"),f=t.getModel("label");if(f.option=Q(f.option,u),!!f.get("enabled")){var h=e.getZr().dom;if(f.get("description")){h.setAttribute("aria-label",f.get("description"));return}var v=r.getSeriesCount(),c=f.get(["data","maxCount"])||10,p=f.get(["series","maxCount"])||10,d=Math.min(v,p),g;if(!(v<1)){var y=s();if(y){var m=f.get(["general","withTitle"]);g=o(m,{title:y})}else g=f.get(["general","withoutTitle"]);var _=[],S=v>1?f.get(["series","multiple","prefix"]):f.get(["series","single","prefix"]);g+=o(S,{seriesCount:v}),r.eachSeries(function(T,A){if(A<d){var M=void 0,D=T.get("name"),L=D?"withName":"withoutName";M=v>1?f.get(["series","multiple",L]):f.get(["series","single",L]),M=o(M,{seriesId:T.seriesIndex,seriesName:T.get("name"),seriesType:l(T.subType)});var I=T.getData();if(I.count()>c){var P=f.get(["data","partialData"]);M+=o(P,{displayCnt:c})}else M+=f.get(["data","allData"]);for(var R=f.get(["data","separator","middle"]),E=f.get(["data","separator","end"]),N=[],O=0;O<I.count();O++)if(O<c){var B=I.getName(O),F=I.getValues(O),W=f.get(["data",B?"withName":"withoutName"]);N.push(o(W,{name:B,value:F.join(R)}))}M+=N.join(R)+E,_.push(M)}});var b=f.getModel(["series","multiple","separator"]),x=b.get("middle"),w=b.get("end");g+=_.join(x)+w,h.setAttribute("aria-label",g)}}}function o(u,f){if(!$(u))return u;var h=u;return C(f,function(v,c){h=h.replace(new RegExp("\\{\\s*"+c+"\\s*\\}","g"),v)}),h}function s(){var u=r.get("title");return u&&u.length&&(u=u[0]),u&&u.text}function l(u){return r.getLocaleModel().get(["series","typeNames"])[u]||"\u81EA\u5B9A\u4E49\u56FE"}}function yZ(r){if(!(!r||!r.aria)){var e=r.aria;e.show!=null&&(e.enabled=e.show),e.label=e.label||{},C(["description","general","series","data"],function(t){e[t]!=null&&(e.label[t]=e[t])})}}function mZ(r){r.registerPreprocessor(yZ),r.registerVisual(r.PRIORITY.VISUAL.ARIA,gZ)}var Ob={value:"eq","<":"lt","<=":"lte",">":"gt",">=":"gte","=":"eq","!=":"ne","<>":"ne"},_Z=function(){function r(e){var t=this._condVal=$(e)?new RegExp(e):t2(e)?e:null;if(t==null){var a="";Lt(a)}}return r.prototype.evaluate=function(e){var t=typeof e;return $(t)?this._condVal.test(e):wt(t)?this._condVal.test(e+""):!1},r}(),SZ=function(){function r(){}return r.prototype.evaluate=function(){return this.value},r}(),xZ=function(){function r(){}return r.prototype.evaluate=function(){for(var e=this.children,t=0;t<e.length;t++)if(!e[t].evaluate())return!1;return!0},r}(),bZ=function(){function r(){}return r.prototype.evaluate=function(){for(var e=this.children,t=0;t<e.length;t++)if(e[t].evaluate())return!0;return!1},r}(),wZ=function(){function r(){}return r.prototype.evaluate=function(){return!this.child.evaluate()},r}(),TZ=function(){function r(){}return r.prototype.evaluate=function(){for(var e=!!this.valueParser,t=this.getValue,a=t(this.valueGetterParam),i=e?this.valueParser(a):null,n=0;n<this.subCondList.length;n++)if(!this.subCondList[n].evaluate(e?i:a))return!1;return!0},r}();function $y(r,e){if(r===!0||r===!1){var t=new SZ;return t.value=r,t}var a="";return XL(r)||Lt(a),r.and?Nb("and",r,e):r.or?Nb("or",r,e):r.not?AZ(r,e):CZ(r,e)}function Nb(r,e,t){var a=e[r],i="";z(a)||Lt(i),a.length||Lt(i);var n=r==="and"?new xZ:new bZ;return n.children=G(a,function(o){return $y(o,t)}),n.children.length||Lt(i),n}function AZ(r,e){var t=r.not,a="";XL(t)||Lt(a);var i=new wZ;return i.child=$y(t,e),i.child||Lt(a),i}function CZ(r,e){for(var t="",a=e.prepareGetValue(r),i=[],n=mt(r),o=r.parser,s=o?TA(o):null,l=0;l<n.length;l++){var u=n[l];if(!(u==="parser"||e.valueGetterAttrMap.get(u))){var f=Y(Ob,u)?Ob[u]:u,h=r[u],v=s?s(h):h,c=oO(f,v)||f==="reg"&&new _Z(v);c||Lt(t),i.push(c)}}i.length||Lt(t);var p=new TZ;return p.valueGetterParam=a,p.valueParser=s,p.getValue=e.getValue,p.subCondList=i,p}function XL(r){return j(r)&&!ye(r)}var MZ=function(){function r(e,t){this._cond=$y(e,t)}return r.prototype.evaluate=function(){return this._cond.evaluate()},r}();function DZ(r,e){return new MZ(r,e)}var LZ={type:"echarts:filter",transform:function(r){for(var e=r.upstream,t,a=DZ(r.config,{valueGetterAttrMap:q({dimension:!0}),prepareGetValue:function(s){var l="",u=s.dimension;Y(s,"dimension")||Lt(l);var f=e.getDimensionInfo(u);return f||Lt(l),{dimIdx:f.index}},getValue:function(s){return e.retrieveValueFromItem(t,s.dimIdx)}}),i=[],n=0,o=e.count();n<o;n++)t=e.getRawDataItem(n),a.evaluate()&&i.push(t);return{data:i}}},IZ={type:"echarts:sort",transform:function(r){var e=r.upstream,t=r.config,a="",i=Et(t);i.length||Lt(a);var n=[];C(i,function(f){var h=f.dimension,v=f.order,c=f.parser,p=f.incomparable;if(h==null&&Lt(a),v!=="asc"&&v!=="desc"&&Lt(a),p&&p!=="min"&&p!=="max"){var d="";Lt(d)}if(v!=="asc"&&v!=="desc"){var g="";Lt(g)}var y=e.getDimensionInfo(h);y||Lt(a);var m=c?TA(c):null;c&&!m&&Lt(a),n.push({dimIdx:y.index,parser:m,comparator:new CA(v,p)})});var o=e.sourceFormat;o!==me&&o!==ur&&Lt(a);for(var s=[],l=0,u=e.count();l<u;l++)s.push(e.getRawDataItem(l));return s.sort(function(f,h){for(var v=0;v<n.length;v++){var c=n[v],p=e.retrieveValueFromItem(f,c.dimIdx),d=e.retrieveValueFromItem(h,c.dimIdx);c.parser&&(p=c.parser(p),d=c.parser(d));var g=c.comparator.evaluate(p,d);if(g!==0)return g}return 0}),{data:s}}};function PZ(r){r.registerTransform(LZ),r.registerTransform(IZ)}var RZ=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type="dataset",t}return e.prototype.init=function(t,a,i){r.prototype.init.call(this,t,a,i),this._sourceManager=new IA(this),B0(this)},e.prototype.mergeOption=function(t,a){r.prototype.mergeOption.call(this,t,a),B0(this)},e.prototype.optionUpdated=function(){this._sourceManager.dirty()},e.prototype.getSourceManager=function(){return this._sourceManager},e.type="dataset",e.defaultOption={seriesLayoutBy:Br},e}(bt),EZ=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type="dataset",t}return e.type="dataset",e}(Wt);function kZ(r){r.registerComponentModel(RZ),r.registerComponentView(EZ)}var Mr=Hr.CMD;function Yn(r,e){return Math.abs(r-e)<1e-5}function Bd(r){var e=r.data,t=r.len(),a=[],i,n=0,o=0,s=0,l=0;function u(I,P){i&&i.length>2&&a.push(i),i=[I,P]}function f(I,P,R,E){Yn(I,R)&&Yn(P,E)||i.push(I,P,R,E,R,E)}function h(I,P,R,E,N,O){var B=Math.abs(P-I),F=Math.tan(B/4)*4/3,W=P<I?-1:1,Z=Math.cos(I),tt=Math.sin(I),ht=Math.cos(P),It=Math.sin(P),Dt=Z*N+R,dt=tt*O+E,et=ht*N+R,yt=It*O+E,ut=N*F*W,X=O*F*W;i.push(Dt-ut*tt,dt+X*Z,et+ut*It,yt-X*ht,et,yt)}for(var v,c,p,d,g=0;g<t;){var y=e[g++],m=g===1;switch(m&&(n=e[g],o=e[g+1],s=n,l=o,(y===Mr.L||y===Mr.C||y===Mr.Q)&&(i=[s,l])),y){case Mr.M:n=s=e[g++],o=l=e[g++],u(s,l);break;case Mr.L:v=e[g++],c=e[g++],f(n,o,v,c),n=v,o=c;break;case Mr.C:i.push(e[g++],e[g++],e[g++],e[g++],n=e[g++],o=e[g++]);break;case Mr.Q:v=e[g++],c=e[g++],p=e[g++],d=e[g++],i.push(n+2/3*(v-n),o+2/3*(c-o),p+2/3*(v-p),d+2/3*(c-d),p,d),n=p,o=d;break;case Mr.A:var _=e[g++],S=e[g++],b=e[g++],x=e[g++],w=e[g++],T=e[g++]+w;g+=1;var A=!e[g++];v=Math.cos(w)*b+_,c=Math.sin(w)*x+S,m?(s=v,l=c,u(s,l)):f(n,o,v,c),n=Math.cos(T)*b+_,o=Math.sin(T)*x+S;for(var M=(A?-1:1)*Math.PI/2,D=w;A?D>T:D<T;D+=M){var L=A?Math.max(D+M,T):Math.min(D+M,T);h(D,L,_,S,b,x)}break;case Mr.R:s=n=e[g++],l=o=e[g++],v=s+e[g++],c=l+e[g++],u(v,l),f(v,l,v,c),f(v,c,s,c),f(s,c,s,l),f(s,l,v,l);break;case Mr.Z:i&&f(n,o,s,l),n=s,o=l;break}}return i&&i.length>2&&a.push(i),a}function Vd(r,e,t,a,i,n,o,s,l,u){if(Yn(r,t)&&Yn(e,a)&&Yn(i,o)&&Yn(n,s)){l.push(o,s);return}var f=2/u,h=f*f,v=o-r,c=s-e,p=Math.sqrt(v*v+c*c);v/=p,c/=p;var d=t-r,g=a-e,y=i-o,m=n-s,_=d*d+g*g,S=y*y+m*m;if(_<h&&S<h){l.push(o,s);return}var b=v*d+c*g,x=-v*y-c*m,w=_-b*b,T=S-x*x;if(w<h&&b>=0&&T<h&&x>=0){l.push(o,s);return}var A=[],M=[];Ya(r,t,i,o,.5,A),Ya(e,a,n,s,.5,M),Vd(A[0],M[0],A[1],M[1],A[2],M[2],A[3],M[3],l,u),Vd(A[4],M[4],A[5],M[5],A[6],M[6],A[7],M[7],l,u)}function OZ(r,e){var t=Bd(r),a=[];e=e||1;for(var i=0;i<t.length;i++){var n=t[i],o=[],s=n[0],l=n[1];o.push(s,l);for(var u=2;u<n.length;){var f=n[u++],h=n[u++],v=n[u++],c=n[u++],p=n[u++],d=n[u++];Vd(s,l,f,h,v,c,p,d,o,e),s=p,l=d}a.push(o)}return a}function qL(r,e,t){var a=r[e],i=r[1-e],n=Math.abs(a/i),o=Math.ceil(Math.sqrt(n*t)),s=Math.floor(t/o);s===0&&(s=1,o=t);for(var l=[],u=0;u<o;u++)l.push(s);var f=o*s,h=t-f;if(h>0)for(var u=0;u<h;u++)l[u%o]+=1;return l}function Bb(r,e,t){for(var a=r.r0,i=r.r,n=r.startAngle,o=r.endAngle,s=Math.abs(o-n),l=s*i,u=i-a,f=l>Math.abs(u),h=qL([l,u],f?0:1,e),v=(f?s:u)/h.length,c=0;c<h.length;c++)for(var p=(f?u:s)/h[c],d=0;d<h[c];d++){var g={};f?(g.startAngle=n+v*c,g.endAngle=n+v*(c+1),g.r0=a+p*d,g.r=a+p*(d+1)):(g.startAngle=n+p*d,g.endAngle=n+p*(d+1),g.r0=a+v*c,g.r=a+v*(c+1)),g.clockwise=r.clockwise,g.cx=r.cx,g.cy=r.cy,t.push(g)}}function NZ(r,e,t){for(var a=r.width,i=r.height,n=a>i,o=qL([a,i],n?0:1,e),s=n?"width":"height",l=n?"height":"width",u=n?"x":"y",f=n?"y":"x",h=r[s]/o.length,v=0;v<o.length;v++)for(var c=r[l]/o[v],p=0;p<o[v];p++){var d={};d[u]=v*h,d[f]=p*c,d[s]=h,d[l]=c,d.x+=r.x,d.y+=r.y,t.push(d)}}function Vb(r,e,t,a){return r*a-t*e}function BZ(r,e,t,a,i,n,o,s){var l=t-r,u=a-e,f=o-i,h=s-n,v=Vb(f,h,l,u);if(Math.abs(v)<1e-6)return null;var c=r-i,p=e-n,d=Vb(c,p,f,h)/v;return d<0||d>1?null:new st(d*l+r,d*u+e)}function VZ(r,e,t){var a=new st;st.sub(a,t,e),a.normalize();var i=new st;st.sub(i,r,e);var n=i.dot(a);return n}function kn(r,e){var t=r[r.length-1];t&&t[0]===e[0]&&t[1]===e[1]||r.push(e)}function zZ(r,e,t){for(var a=r.length,i=[],n=0;n<a;n++){var o=r[n],s=r[(n+1)%a],l=BZ(o[0],o[1],s[0],s[1],e.x,e.y,t.x,t.y);l&&i.push({projPt:VZ(l,e,t),pt:l,idx:n})}if(i.length<2)return[{points:r},{points:r}];i.sort(function(g,y){return g.projPt-y.projPt});var u=i[0],f=i[i.length-1];if(f.idx<u.idx){var h=u;u=f,f=h}for(var v=[u.pt.x,u.pt.y],c=[f.pt.x,f.pt.y],p=[v],d=[c],n=u.idx+1;n<=f.idx;n++)kn(p,r[n].slice());kn(p,c),kn(p,v);for(var n=f.idx+1;n<=u.idx+a;n++)kn(d,r[n%a].slice());return kn(d,v),kn(d,c),[{points:p},{points:d}]}function zb(r){var e=r.points,t=[],a=[];eh(e,t,a);var i=new ft(t[0],t[1],a[0]-t[0],a[1]-t[1]),n=i.width,o=i.height,s=i.x,l=i.y,u=new st,f=new st;return n>o?(u.x=f.x=s+n/2,u.y=l,f.y=l+o):(u.y=f.y=l+o/2,u.x=s,f.x=s+n),zZ(e,u,f)}function Hf(r,e,t,a){if(t===1)a.push(e);else{var i=Math.floor(t/2),n=r(e);Hf(r,n[0],i,a),Hf(r,n[1],t-i,a)}return a}function GZ(r,e){for(var t=[],a=0;a<e;a++)t.push(ug(r));return t}function FZ(r,e){e.setStyle(r.style),e.z=r.z,e.z2=r.z2,e.zlevel=r.zlevel}function HZ(r){for(var e=[],t=0;t<r.length;)e.push([r[t++],r[t++]]);return e}function WZ(r,e){var t=[],a=r.shape,i;switch(r.type){case"rect":NZ(a,e,t),i=xt;break;case"sector":Bb(a,e,t),i=Ee;break;case"circle":Bb({r0:0,r:a.r,startAngle:0,endAngle:Math.PI*2,cx:a.cx,cy:a.cy},e,t),i=Ee;break;default:var n=r.getComputedTransform(),o=n?Math.sqrt(Math.max(n[0]*n[0]+n[1]*n[1],n[2]*n[2]+n[3]*n[3])):1,s=G(OZ(r.getUpdatedPathProxy(),o),function(y){return HZ(y)}),l=s.length;if(l===0)Hf(zb,{points:s[0]},e,t);else if(l===e)for(var u=0;u<l;u++)t.push({points:s[u]});else{var f=0,h=G(s,function(y){var m=[],_=[];eh(y,m,_);var S=(_[1]-m[1])*(_[0]-m[0]);return f+=S,{poly:y,area:S}});h.sort(function(y,m){return m.area-y.area});for(var v=e,u=0;u<l;u++){var c=h[u];if(v<=0)break;var p=u===l-1?v:Math.ceil(c.area/f*e);p<0||(Hf(zb,{points:c.poly},p,t),v-=p)}}i=ke;break}if(!i)return GZ(r,e);for(var d=[],u=0;u<t.length;u++){var g=new i;g.setShape(t[u]),FZ(r,g),d.push(g)}return d}function $Z(r,e){var t=r.length,a=e.length;if(t===a)return[r,e];for(var i=[],n=[],o=t<a?r:e,s=Math.min(t,a),l=Math.abs(a-t)/6,u=(s-2)/6,f=Math.ceil(l/u)+1,h=[o[0],o[1]],v=l,c=2;c<s;){var p=o[c-2],d=o[c-1],g=o[c++],y=o[c++],m=o[c++],_=o[c++],S=o[c++],b=o[c++];if(v<=0){h.push(g,y,m,_,S,b);continue}for(var x=Math.min(v,f-1)+1,w=1;w<=x;w++){var T=w/x;Ya(p,g,m,S,T,i),Ya(d,y,_,b,T,n),p=i[3],d=n[3],h.push(i[1],n[1],i[2],n[2],p,d),g=i[5],y=n[5],m=i[6],_=n[6]}v-=x-1}return o===r?[h,e]:[r,h]}function Gb(r,e){for(var t=r.length,a=r[t-2],i=r[t-1],n=[],o=0;o<e.length;)n[o++]=a,n[o++]=i;return n}function UZ(r,e){for(var t,a,i,n=[],o=[],s=0;s<Math.max(r.length,e.length);s++){var l=r[s],u=e[s],f=void 0,h=void 0;l?u?(t=$Z(l,u),f=t[0],h=t[1],a=f,i=h):(h=Gb(i||l,l),f=l):(f=Gb(a||u,u),h=u),n.push(f),o.push(h)}return[n,o]}function Fb(r){for(var e=0,t=0,a=0,i=r.length,n=0,o=i-2;n<i;o=n,n+=2){var s=r[o],l=r[o+1],u=r[n],f=r[n+1],h=s*f-u*l;e+=h,t+=(s+u)*h,a+=(l+f)*h}return e===0?[r[0]||0,r[1]||0]:[t/e/3,a/e/3,e]}function YZ(r,e,t,a){for(var i=(r.length-2)/6,n=1/0,o=0,s=r.length,l=s-2,u=0;u<i;u++){for(var f=u*6,h=0,v=0;v<s;v+=2){var c=v===0?f:(f+v-2)%l+2,p=r[c]-t[0],d=r[c+1]-t[1],g=e[v]-a[0],y=e[v+1]-a[1],m=g-p,_=y-d;h+=m*m+_*_}h<n&&(n=h,o=u)}return o}function ZZ(r){for(var e=[],t=r.length,a=0;a<t;a+=2)e[a]=r[t-a-2],e[a+1]=r[t-a-1];return e}function XZ(r,e,t,a){for(var i=[],n,o=0;o<r.length;o++){var s=r[o],l=e[o],u=Fb(s),f=Fb(l);n==null&&(n=u[2]<0!=f[2]<0);var h=[],v=[],c=0,p=1/0,d=[],g=s.length;n&&(s=ZZ(s));for(var y=YZ(s,l,u,f)*6,m=g-2,_=0;_<m;_+=2){var S=(y+_)%m+2;h[_+2]=s[S]-u[0],h[_+3]=s[S+1]-u[1]}if(h[0]=s[y]-u[0],h[1]=s[y+1]-u[1],t>0)for(var b=a/t,x=-a/2;x<=a/2;x+=b){for(var w=Math.sin(x),T=Math.cos(x),A=0,_=0;_<s.length;_+=2){var M=h[_],D=h[_+1],L=l[_]-f[0],I=l[_+1]-f[1],P=L*T-I*w,R=L*w+I*T;d[_]=P,d[_+1]=R;var E=P-M,N=R-D;A+=E*E+N*N}if(A<p){p=A,c=x;for(var O=0;O<d.length;O++)v[O]=d[O]}}else for(var B=0;B<g;B+=2)v[B]=l[B]-f[0],v[B+1]=l[B+1]-f[1];i.push({from:h,to:v,fromCp:u,toCp:f,rotation:-c})}return i}function Wf(r){return r.__isCombineMorphing}var KL="__mOriginal_";function $f(r,e,t){var a=KL+e,i=r[a]||r[e];r[a]||(r[a]=r[e]);var n=t.replace,o=t.after,s=t.before;r[e]=function(){var l=arguments,u;return s&&s.apply(this,l),n?u=n.apply(this,l):u=i.apply(this,l),o&&o.apply(this,l),u}}function Ms(r,e){var t=KL+e;r[t]&&(r[e]=r[t],r[t]=null)}function Hb(r,e){for(var t=0;t<r.length;t++)for(var a=r[t],i=0;i<a.length;){var n=a[i],o=a[i+1];a[i++]=e[0]*n+e[2]*o+e[4],a[i++]=e[1]*n+e[3]*o+e[5]}}function QL(r,e){var t=r.getUpdatedPathProxy(),a=e.getUpdatedPathProxy(),i=UZ(Bd(t),Bd(a)),n=i[0],o=i[1],s=r.getComputedTransform(),l=e.getComputedTransform();function u(){this.transform=null}s&&Hb(n,s),l&&Hb(o,l),$f(e,"updateTransform",{replace:u}),e.transform=null;var f=XZ(n,o,10,Math.PI),h=[];$f(e,"buildPath",{replace:function(v){for(var c=e.__morphT,p=1-c,d=[],g=0;g<f.length;g++){var y=f[g],m=y.from,_=y.to,S=y.rotation*c,b=y.fromCp,x=y.toCp,w=Math.sin(S),T=Math.cos(S);Iu(d,b,x,c);for(var A=0;A<m.length;A+=2){var M=m[A],D=m[A+1],L=_[A],I=_[A+1],P=M*p+L*c,R=D*p+I*c;h[A]=P*T-R*w+d[0],h[A+1]=P*w+R*T+d[1]}var E=h[0],N=h[1];v.moveTo(E,N);for(var A=2;A<m.length;){var L=h[A++],I=h[A++],O=h[A++],B=h[A++],F=h[A++],W=h[A++];E===L&&N===I&&O===F&&B===W?v.lineTo(F,W):v.bezierCurveTo(L,I,O,B,F,W),E=F,N=W}}}})}function Uy(r,e,t){if(!r||!e)return e;var a=t.done,i=t.during;QL(r,e),e.__morphT=0;function n(){Ms(e,"buildPath"),Ms(e,"updateTransform"),e.__morphT=-1,e.createPathProxy(),e.dirtyShape()}return e.animateTo({__morphT:1},Q({during:function(o){e.dirtyShape(),i&&i(o)},done:function(){n(),a&&a()}},t)),e}function qZ(r,e,t,a,i,n){var o=16;r=i===t?0:Math.round(32767*(r-t)/(i-t)),e=n===a?0:Math.round(32767*(e-a)/(n-a));for(var s=0,l,u=(1<<o)/2;u>0;u/=2){var f=0,h=0;(r&u)>0&&(f=1),(e&u)>0&&(h=1),s+=u*u*(3*f^h),h===0&&(f===1&&(r=u-1-r,e=u-1-e),l=r,r=e,e=l)}return s}function Uf(r){var e=1/0,t=1/0,a=-1/0,i=-1/0,n=G(r,function(s){var l=s.getBoundingRect(),u=s.getComputedTransform(),f=l.x+l.width/2+(u?u[4]:0),h=l.y+l.height/2+(u?u[5]:0);return e=Math.min(f,e),t=Math.min(h,t),a=Math.max(f,a),i=Math.max(h,i),[f,h]}),o=G(n,function(s,l){return{cp:s,z:qZ(s[0],s[1],e,t,a,i),path:r[l]}});return o.sort(function(s,l){return s.z-l.z}).map(function(s){return s.path})}function jL(r){return WZ(r.path,r.count)}function zd(){return{fromIndividuals:[],toIndividuals:[],count:0}}function KZ(r,e,t){var a=[];function i(b){for(var x=0;x<b.length;x++){var w=b[x];Wf(w)?i(w.childrenRef()):w instanceof gt&&a.push(w)}}i(r);var n=a.length;if(!n)return zd();var o=t.dividePath||jL,s=o({path:e,count:n});if(s.length!==n)return console.error("Invalid morphing: unmatched splitted path"),zd();a=Uf(a),s=Uf(s);for(var l=t.done,u=t.during,f=t.individualDelay,h=new jr,v=0;v<n;v++){var c=a[v],p=s[v];p.parent=e,p.copyTransform(h),f||QL(c,p)}e.__isCombineMorphing=!0,e.childrenRef=function(){return s};function d(b){for(var x=0;x<s.length;x++)s[x].addSelfToZr(b)}$f(e,"addSelfToZr",{after:function(b){d(b)}}),$f(e,"removeSelfFromZr",{after:function(b){for(var x=0;x<s.length;x++)s[x].removeSelfFromZr(b)}});function g(){e.__isCombineMorphing=!1,e.__morphT=-1,e.childrenRef=null,Ms(e,"addSelfToZr"),Ms(e,"removeSelfFromZr")}var y=s.length;if(f)for(var m=y,_=function(){m--,m===0&&(g(),l&&l())},v=0;v<y;v++){var S=f?Q({delay:(t.delay||0)+f(v,y,a[v],s[v]),done:_},t):t;Uy(a[v],s[v],S)}else e.__morphT=0,e.animateTo({__morphT:1},Q({during:function(b){for(var x=0;x<y;x++){var w=s[x];w.__morphT=e.__morphT,w.dirtyShape()}u&&u(b)},done:function(){g();for(var b=0;b<r.length;b++)Ms(r[b],"updateTransform");l&&l()}},t));return e.__zr&&d(e.__zr),{fromIndividuals:a,toIndividuals:s,count:y}}function QZ(r,e,t){var a=e.length,i=[],n=t.dividePath||jL;function o(c){for(var p=0;p<c.length;p++){var d=c[p];Wf(d)?o(d.childrenRef()):d instanceof gt&&i.push(d)}}if(Wf(r)){o(r.childrenRef());var s=i.length;if(s<a)for(var l=0,u=s;u<a;u++)i.push(ug(i[l++%s]));i.length=a}else{i=n({path:r,count:a});for(var f=r.getComputedTransform(),u=0;u<i.length;u++)i[u].setLocalTransform(f);if(i.length!==a)return console.error("Invalid morphing: unmatched splitted path"),zd()}i=Uf(i),e=Uf(e);for(var h=t.individualDelay,u=0;u<a;u++){var v=h?Q({delay:(t.delay||0)+h(u,a,i[u],e[u])},t):t;Uy(i[u],e[u],v)}return{fromIndividuals:i,toIndividuals:e,count:e.length}}function Wb(r){return z(r[0])}function $b(r,e){for(var t=[],a=r.length,i=0;i<a;i++)t.push({one:r[i],many:[]});for(var i=0;i<e.length;i++){var n=e[i].length,o=void 0;for(o=0;o<n;o++)t[o%a].many.push(e[i][o])}for(var s=0,i=a-1;i>=0;i--)if(!t[i].many.length){var l=t[s].many;if(l.length<=1)if(s)s=0;else return t;var n=l.length,u=Math.ceil(n/2);t[i].many=l.slice(u,n),t[s].many=l.slice(0,u),s++}return t}var jZ={clone:function(r){for(var e=[],t=1-Math.pow(1-r.path.style.opacity,1/r.count),a=0;a<r.count;a++){var i=ug(r.path);i.setStyle("opacity",t),e.push(i)}return e},split:null};function Qc(r,e,t,a,i,n){if(!r.length||!e.length)return;var o=vo("update",a,i);if(!(o&&o.duration>0))return;var s=a.getModel("universalTransition").get("delay"),l=Object.assign({setToFinal:!0},o),u,f;Wb(r)&&(u=r,f=e),Wb(e)&&(u=e,f=r);function h(y,m,_,S,b){var x=y.many,w=y.one;if(x.length===1&&!b){var T=m?x[0]:w,A=m?w:x[0];if(Wf(T))h({many:[T],one:A},!0,_,S,!0);else{var M=s?Q({delay:s(_,S)},l):l;Uy(T,A,M),n(T,A,T,A,M)}}else for(var D=Q({dividePath:jZ[t],individualDelay:s&&function(N,O,B,F){return s(N+_,S)}},l),L=m?KZ(x,w,D):QZ(w,x,D),I=L.fromIndividuals,P=L.toIndividuals,R=I.length,E=0;E<R;E++){var M=s?Q({delay:s(E,R)},l):l;n(I[E],P[E],m?x[E]:y.one,m?y.one:x[E],M)}}for(var v=u?u===r:r.length>e.length,c=u?$b(f,u):$b(v?e:r,[v?r:e]),p=0,d=0;d<c.length;d++)p+=c[d].many.length;for(var g=0,d=0;d<c.length;d++)h(c[d],v,g,p),g+=c[d].many.length}function Ei(r){if(!r)return[];if(z(r)){for(var e=[],t=0;t<r.length;t++)e.push(Ei(r[t]));return e}var a=[];return r.traverse(function(i){i instanceof gt&&!i.disableMorphing&&!i.invisible&&!i.ignore&&a.push(i)}),a}var JL=1e4,JZ=At();function tX(r){for(var e=r.dimensions,t=0;t<e.length;t++){var a=r.getDimensionInfo(e[t]);if(a&&a.otherDims.itemGroupId===0)return e[t]}}function Ub(r){var e=[];return C(r,function(t){var a=t.data;if(!(a.count()>JL))for(var i=a.getIndices(),n=tX(a),o=0;o<i.length;o++)e.push({data:a,dim:t.dim||n,divide:t.divide,dataIndex:o})}),e}function jc(r,e,t){r.traverse(function(a){a instanceof gt&&zt(a,{style:{opacity:0}},e,{dataIndex:t,isFrom:!0})})}function Jc(r){if(r.parent){var e=r.getComputedTransform();r.setLocalTransform(e),r.parent.remove(r)}}function On(r){r.stopAnimation(),r.isGroup&&r.traverse(function(e){e.stopAnimation()})}function eX(r,e,t){var a=vo("update",t,e);a&&r.traverse(function(i){if(i instanceof or){var n=NE(i);n&&i.animateFrom({style:n},a)}})}function rX(r,e){var t=r.length;if(t!==e.length)return!1;for(var a=0;a<t;a++){var i=r[a],n=e[a];if(i.data.getId(i.dataIndex)!==n.data.getId(n.dataIndex))return!1}return!0}function tI(r,e,t){var a=Ub(r),i=Ub(e);function n(y,m,_,S,b){(_||y)&&m.animateFrom({style:_&&_!==y?V(V({},_.style),y.style):y.style},b)}function o(y){for(var m=0;m<y.length;m++)if(y[m].dim)return y[m].dim}var s=o(a),l=o(i),u=!1;function f(y,m){return function(_){var S=_.data,b=_.dataIndex;if(m)return S.getId(b);var x=S.hostModel&&S.hostModel.get("dataGroupId"),w=y?s||l:l||s,T=w&&S.getDimensionInfo(w),A=T&&T.ordinalMeta;if(T){var M=S.get(T.name,b);return A&&A.categories[M]||M+""}var D=S.getRawDataItem(b);return D&&D.groupId?D.groupId+"":x||S.getId(b)}}var h=rX(a,i),v={};if(!h)for(var c=0;c<i.length;c++){var p=i[c],d=p.data.getItemGraphicEl(p.dataIndex);d&&(v[d.id]=!0)}function g(y,m){var _=a[m],S=i[y],b=S.data.hostModel,x=_.data.getItemGraphicEl(_.dataIndex),w=S.data.getItemGraphicEl(S.dataIndex);if(x===w){w&&eX(w,S.dataIndex,b);return}x&&v[x.id]||w&&(On(w),x?(On(x),Jc(x),u=!0,Qc(Ei(x),Ei(w),S.divide,b,y,n)):jc(w,b,y))}new fa(a,i,f(!0,h),f(!1,h),null,"multiple").update(g).updateManyToOne(function(y,m){var _=i[y],S=_.data,b=S.hostModel,x=S.getItemGraphicEl(_.dataIndex),w=Rt(G(m,function(T){return a[T].data.getItemGraphicEl(a[T].dataIndex)}),function(T){return T&&T!==x&&!v[T.id]});x&&(On(x),w.length?(C(w,function(T){On(T),Jc(T)}),u=!0,Qc(Ei(w),Ei(x),_.divide,b,y,n)):jc(x,b,_.dataIndex))}).updateOneToMany(function(y,m){var _=a[m],S=_.data.getItemGraphicEl(_.dataIndex);if(!(S&&v[S.id])){var b=Rt(G(y,function(w){return i[w].data.getItemGraphicEl(i[w].dataIndex)}),function(w){return w&&w!==S}),x=i[y[0]].data.hostModel;b.length&&(C(b,function(w){return On(w)}),S?(On(S),Jc(S),u=!0,Qc(Ei(S),Ei(b),_.divide,x,y[0],n)):C(b,function(w){return jc(w,x,y[0])}))}}).updateManyToMany(function(y,m){new fa(m,y,function(_){return a[_].data.getId(a[_].dataIndex)},function(_){return i[_].data.getId(i[_].dataIndex)}).update(function(_,S){g(y[_],m[S])}).execute()}).execute(),u&&C(e,function(y){var m=y.data,_=m.hostModel,S=_&&t.getViewOfSeriesModel(_),b=vo("update",_,0);S&&_.isAnimationEnabled()&&b&&b.duration>0&&S.group.traverse(function(x){x instanceof gt&&!x.animators.length&&x.animateFrom({style:{opacity:0}},b)})})}function Yb(r){var e=r.getModel("universalTransition").get("seriesKey");return e||r.id}function Zb(r){return z(r)?r.sort().join(","):r}function La(r){if(r.hostModel)return r.hostModel.getModel("universalTransition").get("divideShape")}function aX(r,e){var t=q(),a=q(),i=q();return C(r.oldSeries,function(n,o){var s=r.oldData[o],l=Yb(n),u=Zb(l);a.set(u,s),z(l)&&C(l,function(f){i.set(f,{data:s,key:u})})}),C(e.updatedSeries,function(n){if(n.isUniversalTransitionEnabled()&&n.isAnimationEnabled()){var o=n.getData(),s=Yb(n),l=Zb(s),u=a.get(l);if(u)t.set(l,{oldSeries:[{divide:La(u),data:u}],newSeries:[{divide:La(o),data:o}]});else if(z(s)){var f=[];C(s,function(c){var p=a.get(c);p&&f.push({divide:La(p),data:p})}),f.length&&t.set(l,{oldSeries:f,newSeries:[{data:o,divide:La(o)}]})}else{var h=i.get(s);if(h){var v=t.get(h.key);v||(v={oldSeries:[{data:h.data,divide:La(h.data)}],newSeries:[]},t.set(h.key,v)),v.newSeries.push({data:o,divide:La(o)})}}}}),t}function Xb(r,e){for(var t=0;t<r.length;t++){var a=e.seriesIndex!=null&&e.seriesIndex===r[t].seriesIndex||e.seriesId!=null&&e.seriesId===r[t].id;if(a)return t}}function iX(r,e,t,a){var i=[],n=[];C(Et(r.from),function(o){var s=Xb(e.oldSeries,o);s>=0&&i.push({data:e.oldData[s],divide:La(e.oldData[s]),dim:o.dimension})}),C(Et(r.to),function(o){var s=Xb(t.updatedSeries,o);if(s>=0){var l=t.updatedSeries[s].getData();n.push({data:l,divide:La(l),dim:o.dimension})}}),i.length>0&&n.length>0&&tI(i,n,a)}function nX(r){r.registerUpdateLifecycle("series:beforeupdate",function(e,t,a){C(Et(a.seriesTransition),function(i){C(Et(i.to),function(n){for(var o=a.updatedSeries,s=0;s<o.length;s++)(n.seriesIndex!=null&&n.seriesIndex===o[s].seriesIndex||n.seriesId!=null&&n.seriesId===o[s].id)&&(o[s][Hu]=!0)})})}),r.registerUpdateLifecycle("series:transition",function(e,t,a){var i=JZ(t);if(i.oldSeries&&a.updatedSeries&&a.optionChanged){var n=a.seriesTransition;if(n)C(Et(n),function(v){iX(v,i,a,t)});else{var o=aX(i,a);C(o.keys(),function(v){var c=o.get(v);tI(c.oldSeries,c.newSeries,t)})}C(a.updatedSeries,function(v){v[Hu]&&(v[Hu]=!1)})}for(var s=e.getSeries(),l=i.oldSeries=[],u=i.oldData=[],f=0;f<s.length;f++){var h=s[f].getData();h.count()<JL&&(l.push(s[f]),u.push(h))}})}pt([T5]);pt([y5]);pt([X5,vz,Tz,hG,DG,bF,JF,z3,cH,bH,EH,B4,fW,TW,WW,KW,p$,T$,B$,U$,i6,H6]);pt(h7);pt(U7);pt(XM);pt(lU);pt(OD);pt(dU);pt(TU);pt(A8);pt(X8);pt(Tl);pt(p9);pt(y9);pt(R9);pt(H9);pt(K9);pt(iY);pt(mY);pt(GY);pt(GL);pt(FL);pt(cZ);pt(YL);pt(ZL);pt(mZ);pt(PZ);pt(kZ);pt(nX);pt(NV);const oX={type:"line",symbol:"circle",symbolSize:6,triggerLineEvent:!0};var lX=qb({name:"subject-echarts",setup(){const r=eI({index:-1,sum:{practiceRate:0,passNum:0,noPassNum:0,noMemberNum:0},practiceThisWeeks:[],colors:[{color:"#FF8057",borderColor:"rgba(255,128,87,0.5)",text:"\u8FBE\u6807\u7387",select:!0,key:"practiceRate"},{color:"#2FC58D",borderColor:"rgba(47,197,141,0.5)",text:"\u8FBE\u6807",select:!0,key:"passNum"},{color:"#4A99FF",borderColor:"rgba(74,153,255,0.5)",text:"\u672A\u8FBE\u6807",select:!0,key:"noPassNum"},{color:"#9884BA",borderColor:"rgba(152,132,186,0.5)",text:"\u975E\u4F1A\u5458",select:!0,key:"noMemberNum"}]}),e=rI(()=>r.practiceThisWeeks.map(s=>s.subjectName));let t;const a=s=>{const{content:l}=s;if(!l)return;t&&t.dispose(),r.sum=l.sum||{},r.practiceThisWeeks=l.practiceThisWeeks||[];const u=document.getElementById("subjectEcharts");t=jN(u);const f={tooltip:{trigger:"axis",showContent:!1,axisPointer:{type:"line",lineStyle:{width:30,type:"solid",opacity:.2}}},grid:{left:8,top:5,right:5,bottom:5,containLabel:!0},legend:{type:"plain",align:"auto",itemGap:10,itemWidth:6,itemStyle:{opacity:0},lineStyle:{width:0,opacity:0},textStyle:{opacity:0}},xAxis:{type:"category",axisLine:{show:!1},axisLabel:{interval:0,color:"#333",fontSize:9},axisTick:{alignWithLabel:!0,show:!1},data:e.value},yAxis:[{type:"value",position:"left",axisLine:{show:!1,lineStyle:{color:"#999"}},splitLine:{show:!0,lineStyle:{color:["rgba(249, 234, 220, 1)"]}},min:0,splitNumber:5},{type:"value",position:"right",splitLine:{show:!0,lineStyle:{color:["rgba(249, 234, 220, 1)"]}},axisLine:{show:!1,lineStyle:{color:"#999"}},interval:20,min:0,max:100,splitNumber:5,axisLabel:{formatter:function(v,c){return v+"%"}}}],series:["practiceRate","passNum","noPassNum","noMemberNum"].map((v,c)=>({name:r.colors[c].text,color:r.colors[c].color,...oX,yAxisIndex:c===0?1:0,data:r.practiceThisWeeks.map(p=>p[v])}))};let h=Math.max(...f.series.map(v=>v.data).flat());Math.min(...f.series.map(v=>v.data).flat()),h=Math.ceil(h/9.5)*10,f.yAxis[0].interval=Math.ceil(Math.ceil(h)/5),f.yAxis[0].max=Math.ceil(Math.ceil(h)/5)*5,f&&t.setOption(f),t.on("highlight",function(v){r.index=v.batch[0].dataIndex})},i=s=>{r.index=s,t==null||t.dispatchAction({type:"showTip",seriesIndex:0,dataIndex:s})},n=s=>{t==null||t.dispatchAction({type:s.select?"legendUnSelect":"legendSelect",name:s.text}),s.select=!s.select};aI(()=>{iI("setAccomanyEcharts",a),Zy({api:"setAccomanyEcharts"})}),nI(()=>{oI("setAccomanyEcharts",a)});const o=()=>{const s=location.origin+location.pathname+"#/exercise-record";console.log("\u{1F680} ~ url:",s),Zy({api:"openWebView",content:{url:s,orientation:1}})};return()=>nt("div",{class:_t.subjectEcharts},[nt("div",{class:[_t.container,_t.ensemble]},[nt("div",{class:_t.head},[nt("div",{class:_t.headLeft},[nt("img",{class:_t.icon,src:BI},null),nt("div",null,[Aa("\u603B\u4F53\u60C5\u51B5")])])]),nt("div",{class:_t.content,onClick:()=>o()},[nt(OI,{value:Number(r.sum.practiceRate),size:80,color:"#FF8057",strokeWidth:6},null),nt("div",{class:_t.items},[nt("div",{class:_t.item},[nt("div",{class:_t.itemNum},[nt("span",{class:_t.rect},null),nt("span",{style:{color:"#FF8057"}},[r.sum.passNum])]),nt("div",{class:_t.itemTitle},[Aa("\u8FBE\u6807\u4EBA\u6570")])]),nt("div",{class:[_t.item,_t.line]},[nt("div",{class:_t.itemNum},[nt("span",{class:_t.rect,style:{background:"#FFE7DF"}},null),nt("span",null,[r.sum.noPassNum])]),nt("div",{class:_t.itemTitle},[Aa("\u672A\u8FBE\u6807\u4EBA\u6570")])]),nt("div",{class:_t.item},[nt("div",{class:_t.itemNum},[nt("span",null,[r.sum.noMemberNum])]),nt("div",{class:_t.itemTitle},[Aa("\u975E\u4F1A\u5458\u4EBA\u6570")])])])])]),nt("div",{class:[_t.container,_t.ensemble]},[nt("div",{class:_t.head},[nt("div",{class:_t.headLeft},[nt("img",{class:_t.icon,src:NI},null),nt("div",null,[Aa("\u58F0\u90E8\u60C5\u51B5")])]),nt("div",{class:_t.headRight},[r.colors.map(s=>nt("div",{style:s.select?{color:"#fff",borderColor:s.color,backgroundColor:s.color}:{color:s.color,borderColor:s.borderColor},onClick:()=>n(s)},[s.text]))])]),nt("div",{class:_t.headLabelWrap},[r.colors.map((s,l)=>nt("div",{class:_t.headLabel,style:{display:s.select?"":"none"}},[nt("div",{class:_t.headLabelDot,style:{background:s.color,color:s.color}},null),nt("div",{style:{color:s.color}},[r.sum[s.key]||0,l===0?"%":"\u4EBA"])]))]),nt("div",{id:"subjectEcharts",class:_t.echartsMain},null),!r.practiceThisWeeks.length&&nt("div",{class:_t.emtry},[Aa("\u6682\u65E0\u7EC3\u4E60\u8BB0\u5F55")])]),nt("div",{class:[_t.container,_t.subjectWrap]},[r.practiceThisWeeks.map((s,l)=>nt("div",{class:[_t.listItem,l===r.index?_t.listItemActive:""],onClick:()=>i(l)},[nt("div",{class:_t.dot},null),nt("div",{class:_t.itemLeft},[nt("div",{class:_t.subjectName},[s.subjectName]),nt("div",{class:_t.subjectType},[Aa("\u58F0\u90E8")])]),nt("div",{class:_t.listitems},[r.colors.map((u,f)=>nt("div",{class:_t.item},[nt("div",{class:_t.itemNum},[nt("span",{style:{color:u.color}},[s[u.key],f===0?"%":""])]),nt("div",{class:_t.itemTitle},[u.text,f===0?"":"\u4EBA\u6570"])]))])]))])])}});export{lX as default};
|