123456 |
- /*!
- * build: Hopaheal
- * copyright: Mead
- * time: 2022-9-23 10:41:22
- */
- (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-80fead3f"],{"0c90":function(t,e,r){"use strict";var n=function(){function t(t){this.value=t}return t}(),i=function(){function t(){this._len=0}return t.prototype.insert=function(t){var e=new n(t);return this.insertEntry(e),e},t.prototype.insertEntry=function(t){this.head?(this.tail.next=t,t.prev=this.tail,t.next=null,this.tail=t):this.head=this.tail=t,this._len++},t.prototype.remove=function(t){var e=t.prev,r=t.next;e?e.next=r:this.head=r,r?r.prev=e:this.tail=e,t.next=t.prev=null,this._len--},t.prototype.len=function(){return this._len},t.prototype.clear=function(){this.head=this.tail=null,this._len=0},t}(),o=function(){function t(t){this._list=new i,this._maxSize=10,this._map={},this._maxSize=t}return t.prototype.put=function(t,e){var r=this._list,i=this._map,o=null;if(null==i[t]){var a=r.len(),s=this._lastRemovedEntry;if(a>=this._maxSize&&a>0){var u=r.head;r.remove(u),delete i[u.key],o=u.value,this._lastRemovedEntry=u}s?s.value=e:s=new n(e),s.key=t,r.insertEntry(s),i[t]=s}return o},t.prototype.get=function(t){var e=this._map[t],r=this._list;if(null!=e)return e!==r.tail&&(r.remove(e),r.insertEntry(e)),e.value},t.prototype.clear=function(){this._list.clear(),this._map={}},t.prototype.len=function(){return this._list.len()},t}();e["a"]=o},"13be":function(t,e,r){"use strict";r.d(e,"b",(function(){return u})),r.d(e,"c",(function(){return h})),r.d(e,"e",(function(){return l})),r.d(e,"a",(function(){return p})),r.d(e,"f",(function(){return d})),r.d(e,"g",(function(){return v})),r.d(e,"d",(function(){return y}));var n=r("f505"),i=r("dbc8"),o=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,a=[],s=n["a"].browser.firefox&&+n["a"].browser.version.split(".")[0]<39;function u(t,e,r,n){return r=r||{},n?c(t,e,r):s&&null!=e.layerX&&e.layerX!==e.offsetX?(r.zrX=e.layerX,r.zrY=e.layerY):null!=e.offsetX?(r.zrX=e.offsetX,r.zrY=e.offsetY):c(t,e,r),r}function c(t,e,r){if(n["a"].domSupported&&t.getBoundingClientRect){var o=e.clientX,s=e.clientY;if(Object(i["a"])(t)){var u=t.getBoundingClientRect();return r.zrX=o-u.left,void(r.zrY=s-u.top)}if(Object(i["b"])(a,t,o,s))return r.zrX=a[0],void(r.zrY=a[1])}r.zrX=r.zrY=0}function h(t){return t||window.event}function l(t,e,r){if(e=h(e),null!=e.zrX)return e;var n=e.type,i=n&&n.indexOf("touch")>=0;if(i){var a="touchend"!==n?e.targetTouches[0]:e.changedTouches[0];a&&u(t,a,e,r)}else{u(t,e,e,r);var s=f(e);e.zrDelta=s?s/120:-(e.detail||0)/3}var c=e.button;return null==e.which&&void 0!==c&&o.test(e.type)&&(e.which=1&c?1:2&c?3:4&c?2:0),e}function f(t){var e=t.wheelDelta;if(e)return e;var r=t.deltaX,n=t.deltaY;if(null==r||null==n)return e;var i=0!==n?Math.abs(n):Math.abs(r),o=n>0?-1:n<0?1:r>0?-1:1;return 3*i*o}function p(t,e,r,n){t.addEventListener(e,r,n)}function d(t,e,r,n){t.removeEventListener(e,r,n)}var v=function(t){t.preventDefault(),t.stopPropagation(),t.cancelBubble=!0};function y(t){return 2===t.which||3===t.which}},1638:function(t,e,r){"use strict";var n=r("77df"),i=[0,0],o=[0,0],a=new n["a"],s=new n["a"],u=function(){function t(t,e){this._corners=[],this._axes=[],this._origin=[0,0];for(var r=0;r<4;r++)this._corners[r]=new n["a"];for(r=0;r<2;r++)this._axes[r]=new n["a"];t&&this.fromBoundingRect(t,e)}return t.prototype.fromBoundingRect=function(t,e){var r=this._corners,i=this._axes,o=t.x,a=t.y,s=o+t.width,u=a+t.height;if(r[0].set(o,a),r[1].set(s,a),r[2].set(s,u),r[3].set(o,u),e)for(var c=0;c<4;c++)r[c].transform(e);n["a"].sub(i[0],r[1],r[0]),n["a"].sub(i[1],r[3],r[0]),i[0].normalize(),i[1].normalize();for(c=0;c<2;c++)this._origin[c]=i[c].dot(r[0])},t.prototype.intersect=function(t,e){var r=!0,i=!e;return a.set(1/0,1/0),s.set(0,0),!this._intersectCheckOneSide(this,t,a,s,i,1)&&(r=!1,i)||!this._intersectCheckOneSide(t,this,a,s,i,-1)&&(r=!1,i)||i||n["a"].copy(e,r?a:s),r},t.prototype._intersectCheckOneSide=function(t,e,r,a,s,u){for(var c=!0,h=0;h<2;h++){var l=this._axes[h];if(this._getProjMinMaxOnAxis(h,t._corners,i),this._getProjMinMaxOnAxis(h,e._corners,o),i[1]<o[0]||i[0]>o[1]){if(c=!1,s)return c;var f=Math.abs(o[0]-i[1]),p=Math.abs(i[0]-o[1]);Math.min(f,p)>a.len()&&(f<p?n["a"].scale(a,l,-f*u):n["a"].scale(a,l,p*u))}else if(r){f=Math.abs(o[0]-i[1]),p=Math.abs(i[0]-o[1]);Math.min(f,p)<r.len()&&(f<p?n["a"].scale(r,l,f*u):n["a"].scale(r,l,-p*u))}}return c},t.prototype._getProjMinMaxOnAxis=function(t,e,r){for(var n=this._axes[t],i=this._origin,o=e[0].dot(n)+i[t],a=o,s=o,u=1;u<e.length;u++){var c=e[u].dot(n)+i[t];a=Math.min(c,a),s=Math.max(c,s)}r[0]=a,r[1]=s},t}();e["a"]=u},1724:function(t,e,r){"use strict";var n=r("08c2"),i=r("f566"),o=function(){function t(){this.cx=0,this.cy=0,this.r=0}return t}(),a=function(t){function e(e){return t.call(this,e)||this}return Object(n["a"])(e,t),e.prototype.getDefaultShape=function(){return new o},e.prototype.buildPath=function(t,e){t.moveTo(e.cx+e.r,e.cy),t.arc(e.cx,e.cy,e.r,0,2*Math.PI)},e}(i["b"]);a.prototype.type="circle",e["a"]=a},"19da":function(t,e,r){"use strict";var n=r("08c2"),i=r("ba54"),o=r("e2c9"),a=r("6677"),s=function(t){function e(e){var r=t.call(this)||this;return r.isGroup=!0,r._children=[],r.attr(e),r}return Object(n["a"])(e,t),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 e=this._children,r=0;r<e.length;r++)if(e[r].name===t)return e[r]},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,e){if(t&&t!==this&&t.parent!==this&&e&&e.parent===this){var r=this._children,n=r.indexOf(e);n>=0&&(r.splice(n,0,t),this._doAdd(t))}return this},e.prototype.replace=function(t,e){var r=i["r"](this._children,t);return r>=0&&this.replaceAt(e,r),this},e.prototype.replaceAt=function(t,e){var r=this._children,n=r[e];if(t&&t!==this&&t.parent!==this&&t!==n){r[e]=t,n.parent=null;var i=this.__zr;i&&n.removeSelfFromZr(i),this._doAdd(t)}return this},e.prototype._doAdd=function(t){t.parent&&t.parent.remove(t),t.parent=this;var e=this.__zr;e&&e!==t.__zr&&t.addSelfToZr(e),e&&e.refresh()},e.prototype.remove=function(t){var e=this.__zr,r=this._children,n=i["r"](r,t);return n<0||(r.splice(n,1),t.parent=null,e&&t.removeSelfFromZr(e),e&&e.refresh()),this},e.prototype.removeAll=function(){for(var t=this._children,e=this.__zr,r=0;r<t.length;r++){var n=t[r];e&&n.removeSelfFromZr(e),n.parent=null}return t.length=0,this},e.prototype.eachChild=function(t,e){for(var r=this._children,n=0;n<r.length;n++){var i=r[n];t.call(e,i,n)}return this},e.prototype.traverse=function(t,e){for(var r=0;r<this._children.length;r++){var n=this._children[r],i=t.call(e,n);n.isGroup&&!i&&n.traverse(t,e)}return this},e.prototype.addSelfToZr=function(e){t.prototype.addSelfToZr.call(this,e);for(var r=0;r<this._children.length;r++){var n=this._children[r];n.addSelfToZr(e)}},e.prototype.removeSelfFromZr=function(e){t.prototype.removeSelfFromZr.call(this,e);for(var r=0;r<this._children.length;r++){var n=this._children[r];n.removeSelfFromZr(e)}},e.prototype.getBoundingRect=function(t){for(var e=new a["a"](0,0,0,0),r=t||this._children,n=[],i=null,o=0;o<r.length;o++){var s=r[o];if(!s.ignore&&!s.invisible){var u=s.getBoundingRect(),c=s.getLocalTransform(n);c?(a["a"].applyTransform(e,u,c),i=i||e.clone(),i.union(e)):(i=i||u.clone(),i.union(u))}}return i||e},e}(o["a"]);s.prototype.type="group",e["a"]=s},"1a77a":function(t,e,r){"use strict";r.d(e,"a",(function(){return X})),r.d(e,"b",(function(){return E}));var n,i=r("19da"),o=r("a274"),a=r("1724"),s=r("97c5"),u=r("61aa"),c=r("91bf"),h=r("9c3a"),l=r("b54c"),f=r("4e14"),p=r("a68f"),d=r("ba54"),v=r("9a51"),y=r("f5a6"),g=r("ed6b"),b=r("2863"),m={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"},_=Object(d["F"])(m),x={"alignment-baseline":"textBaseline","stop-color":"stopColor"},w=Object(d["F"])(x),O=function(){function t(){this._defs={},this._root=null}return t.prototype.parse=function(t,e){e=e||{};var r=Object(b["a"])(t);this._defsUsePending=[];var n=new i["a"];this._root=n;var o=[],a=r.getAttribute("viewBox")||"",u=parseFloat(r.getAttribute("width")||e.width),c=parseFloat(r.getAttribute("height")||e.height);isNaN(u)&&(u=null),isNaN(c)&&(c=null),P(r,n,null,!0,!1);var h,l,f=r.firstChild;while(f)this._parseNode(f,n,o,null,!1,!1),f=f.nextSibling;if(F(this._defs,this._defsUsePending),this._defsUsePending=[],a){var p=z(a);p.length>=4&&(h={x:parseFloat(p[0]||0),y:parseFloat(p[1]||0),width:parseFloat(p[2]),height:parseFloat(p[3])})}if(h&&null!=u&&null!=c&&(l=X(h,{x:0,y:0,width:u,height:c}),!e.ignoreViewBox)){var d=n;n=new i["a"],n.add(d),d.scaleX=d.scaleY=l.scale,d.x=l.x,d.y=l.y}return e.ignoreRootClip||null==u||null==c||n.setClipPath(new s["a"]({shape:{x:0,y:0,width:u,height:c}})),{root:n,width:u,height:c,viewBoxRect:h,viewBoxTransform:l,named:o}},t.prototype._parseNode=function(t,e,r,i,o,a){var s,u=t.nodeName.toLowerCase(),c=i;if("defs"===u&&(o=!0),"text"===u&&(a=!0),"defs"===u||"switch"===u)s=e;else{if(!o){var h=n[u];if(h&&Object(d["q"])(n,u)){s=h.call(this,t,e);var l=t.getAttribute("name");if(l){var f={name:l,namedFrom:null,svgNodeTagLower:u,el:s};r.push(f),"g"===u&&(c=f)}else i&&r.push({name:i.name,namedFrom:i,svgNodeTagLower:u,el:s});e.add(s)}}var p=k[u];if(p&&Object(d["q"])(k,u)){var v=p.call(this,t),y=t.getAttribute("id");y&&(this._defs[y]=v)}}if(s&&s.isGroup){var g=t.firstChild;while(g)1===g.nodeType?this._parseNode(g,s,r,c,o,a):3===g.nodeType&&a&&this._parseText(g,s),g=g.nextSibling}},t.prototype._parseText=function(t,e){var r=new g["a"]({style:{text:t.textContent},silent:!0,x:this._textX||0,y:this._textY||0});T(e,r),P(t,r,this._defsUsePending,!1,!1),C(r,e);var n=r.style,i=n.fontSize;i&&i<9&&(n.fontSize=9,r.scaleX*=i/9,r.scaleY*=i/9);var o=(n.fontSize||n.fontFamily)&&[n.fontStyle,n.fontWeight,(n.fontSize||12)+"px",n.fontFamily||"sans-serif"].join(" ");n.font=o;var a=r.getBoundingRect();return this._textX+=a.width,e.add(r),r},t.internalField=function(){n={g:function(t,e){var r=new i["a"];return T(e,r),P(t,r,this._defsUsePending,!1,!1),r},rect:function(t,e){var r=new s["a"];return T(e,r),P(t,r,this._defsUsePending,!1,!1),r.setShape({x:parseFloat(t.getAttribute("x")||"0"),y:parseFloat(t.getAttribute("y")||"0"),width:parseFloat(t.getAttribute("width")||"0"),height:parseFloat(t.getAttribute("height")||"0")}),r.silent=!0,r},circle:function(t,e){var r=new a["a"];return T(e,r),P(t,r,this._defsUsePending,!1,!1),r.setShape({cx:parseFloat(t.getAttribute("cx")||"0"),cy:parseFloat(t.getAttribute("cy")||"0"),r:parseFloat(t.getAttribute("r")||"0")}),r.silent=!0,r},line:function(t,e){var r=new c["a"];return T(e,r),P(t,r,this._defsUsePending,!1,!1),r.setShape({x1:parseFloat(t.getAttribute("x1")||"0"),y1:parseFloat(t.getAttribute("y1")||"0"),x2:parseFloat(t.getAttribute("x2")||"0"),y2:parseFloat(t.getAttribute("y2")||"0")}),r.silent=!0,r},ellipse:function(t,e){var r=new u["a"];return T(e,r),P(t,r,this._defsUsePending,!1,!1),r.setShape({cx:parseFloat(t.getAttribute("cx")||"0"),cy:parseFloat(t.getAttribute("cy")||"0"),rx:parseFloat(t.getAttribute("rx")||"0"),ry:parseFloat(t.getAttribute("ry")||"0")}),r.silent=!0,r},polygon:function(t,e){var r,n=t.getAttribute("points");n&&(r=M(n));var i=new h["a"]({shape:{points:r||[]},silent:!0});return T(e,i),P(t,i,this._defsUsePending,!1,!1),i},polyline:function(t,e){var r,n=t.getAttribute("points");n&&(r=M(n));var i=new l["a"]({shape:{points:r||[]},silent:!0});return T(e,i),P(t,i,this._defsUsePending,!1,!1),i},image:function(t,e){var r=new o["a"];return T(e,r),P(t,r,this._defsUsePending,!1,!1),r.setStyle({image:t.getAttribute("xlink:href")||t.getAttribute("href"),x:+t.getAttribute("x"),y:+t.getAttribute("y"),width:+t.getAttribute("width"),height:+t.getAttribute("height")}),r.silent=!0,r},text:function(t,e){var r=t.getAttribute("x")||"0",n=t.getAttribute("y")||"0",o=t.getAttribute("dx")||"0",a=t.getAttribute("dy")||"0";this._textX=parseFloat(r)+parseFloat(o),this._textY=parseFloat(n)+parseFloat(a);var s=new i["a"];return T(e,s),P(t,s,this._defsUsePending,!1,!0),s},tspan:function(t,e){var r=t.getAttribute("x"),n=t.getAttribute("y");null!=r&&(this._textX=parseFloat(r)),null!=n&&(this._textY=parseFloat(n));var o=t.getAttribute("dx")||"0",a=t.getAttribute("dy")||"0",s=new i["a"];return T(e,s),P(t,s,this._defsUsePending,!1,!0),this._textX+=parseFloat(o),this._textY+=parseFloat(a),s},path:function(t,e){var r=t.getAttribute("d")||"",n=Object(p["b"])(r);return T(e,n),P(t,n,this._defsUsePending,!1,!1),n.silent=!0,n}}}(),t}(),k={lineargradient:function(t){var e=parseInt(t.getAttribute("x1")||"0",10),r=parseInt(t.getAttribute("y1")||"0",10),n=parseInt(t.getAttribute("x2")||"10",10),i=parseInt(t.getAttribute("y2")||"0",10),o=new v["a"](e,r,n,i);return j(t,o),S(t,o),o},radialgradient:function(t){var e=parseInt(t.getAttribute("cx")||"0",10),r=parseInt(t.getAttribute("cy")||"0",10),n=parseInt(t.getAttribute("r")||"0",10),i=new y["a"](e,r,n);return j(t,i),S(t,i),i}};function j(t,e){var r=t.getAttribute("gradientUnits");"userSpaceOnUse"===r&&(e.global=!0)}function S(t,e){var r=t.firstChild;while(r){if(1===r.nodeType&&"stop"===r.nodeName.toLocaleLowerCase()){var n=r.getAttribute("offset"),i=void 0;i=n&&n.indexOf("%")>0?parseInt(n,10)/100:n?parseFloat(n):0;var o={};N(r,o,o);var a=o.stopColor||r.getAttribute("stop-color")||"#000000";e.colorStops.push({offset:i,color:a})}r=r.nextSibling}}function T(t,e){t&&t.__inheritedStyle&&(e.__inheritedStyle||(e.__inheritedStyle={}),Object(d["i"])(e.__inheritedStyle,t.__inheritedStyle))}function M(t){for(var e=z(t),r=[],n=0;n<e.length;n+=2){var i=parseFloat(e[n]),o=parseFloat(e[n+1]);r.push([i,o])}return r}function P(t,e,r,n,i){var o=e,a=o.__inheritedStyle=o.__inheritedStyle||{},s={};1===t.nodeType&&(B(t,e),N(t,a,s),n||H(t,a,s)),o.style=o.style||{},null!=a.fill&&(o.style.fill=D(o,"fill",a.fill,r)),null!=a.stroke&&(o.style.stroke=D(o,"stroke",a.stroke,r)),Object(d["k"])(["lineWidth","opacity","fillOpacity","strokeOpacity","miterLimit","fontSize"],(function(t){null!=a[t]&&(o.style[t]=parseFloat(a[t]))})),Object(d["k"])(["lineDashOffset","lineCap","lineJoin","fontWeight","fontFamily","fontStyle","textAlign"],(function(t){null!=a[t]&&(o.style[t]=a[t])})),i&&(o.__selfStyle=s),a.lineDash&&(o.style.lineDash=Object(d["H"])(z(a.lineDash),(function(t){return parseFloat(t)}))),"hidden"!==a.visibility&&"collapse"!==a.visibility||(o.invisible=!0),"none"===a.display&&(o.ignore=!0)}function C(t,e){var r=e.__selfStyle;if(r){var n=r.textBaseline,i=n;n&&"auto"!==n?"baseline"===n?i="alphabetic":"before-edge"===n||"text-before-edge"===n?i="top":"after-edge"===n||"text-after-edge"===n?i="bottom":"central"!==n&&"mathematical"!==n||(i="middle"):i="alphabetic",t.style.textBaseline=i}var o=e.__inheritedStyle;if(o){var a=o.textAlign,s=a;a&&("middle"===a&&(s="center"),t.style.textAlign=s)}}var A=/^url\(\s*#(.*?)\)/;function D(t,e,r,n){var i=r&&r.match(A);if(!i)return"none"===r&&(r=null),r;var o=Object(d["T"])(i[1]);n.push([t,e,o])}function F(t,e){for(var r=0;r<e.length;r++){var n=e[r];n[0].style[n[1]]=t[n[2]]}}var L=/-?([0-9]*\.)?[0-9]+([eE]-?[0-9]+)?/g;function z(t){return t.match(L)||[]}var I=/(translate|scale|rotate|skewX|skewY|matrix)\(([\-\s0-9\.eE,]*)\)/g,R=Math.PI/180;function B(t,e){var r=t.getAttribute("transform");if(r){r=r.replace(/,/g," ");var n=[],i=null;r.replace(I,(function(t,e,r){return n.push(e,r),""}));for(var o=n.length-1;o>0;o-=2){var a=n[o],s=n[o-1],u=z(a);switch(i=i||f["c"](),s){case"translate":f["i"](i,i,[parseFloat(u[0]),parseFloat(u[1]||"0")]);break;case"scale":f["h"](i,i,[parseFloat(u[0]),parseFloat(u[1]||u[0])]);break;case"rotate":f["g"](i,i,-parseFloat(u[0])*R);break;case"skewX":var c=Math.tan(parseFloat(u[0])*R);f["f"](i,[1,0,c,1,0,0],i);break;case"skewY":var h=Math.tan(parseFloat(u[0])*R);f["f"](i,[1,h,0,1,0,0],i);break;case"matrix":i[0]=parseFloat(u[0]),i[1]=parseFloat(u[1]),i[2]=parseFloat(u[2]),i[3]=parseFloat(u[3]),i[4]=parseFloat(u[4]),i[5]=parseFloat(u[5]);break}}e.setLocalTransform(i)}}var W=/([^\s:;]+)\s*:\s*([^:;]+)/g;function N(t,e,r){var n=t.getAttribute("style");if(n){var i;W.lastIndex=0;while(null!=(i=W.exec(n))){var o=i[1],a=Object(d["q"])(m,o)?m[o]:null;a&&(e[a]=i[2]);var s=Object(d["q"])(x,o)?x[o]:null;s&&(r[s]=i[2])}}}function H(t,e,r){for(var n=0;n<_.length;n++){var i=_[n],o=t.getAttribute(i);null!=o&&(e[m[i]]=o)}for(n=0;n<w.length;n++){i=w[n],o=t.getAttribute(i);null!=o&&(r[x[i]]=o)}}function X(t,e){var r=e.width/t.width,n=e.height/t.height,i=Math.min(r,n);return{scale:i,x:-(t.x+t.width/2)*i+(e.x+e.width/2),y:-(t.y+t.height/2)*i+(e.y+e.height/2)}}function E(t,e){var r=new O;return r.parse(t,e)}},"1eb8":function(t,e,r){"use strict";r.d(e,"g",(function(){return g})),r.d(e,"c",(function(){return _})),r.d(e,"a",(function(){return x})),r.d(e,"b",(function(){return w})),r.d(e,"f",(function(){return O})),r.d(e,"e",(function(){return k})),r.d(e,"h",(function(){return j})),r.d(e,"d",(function(){return S}));var n=r("0c90"),i={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 o(t){return t=Math.round(t),t<0?0:t>255?255:t}function a(t){return t=Math.round(t),t<0?0:t>360?360:t}function s(t){return t<0?0:t>1?1:t}function u(t){var e=t;return e.length&&"%"===e.charAt(e.length-1)?o(parseFloat(e)/100*255):o(parseInt(e,10))}function c(t){var e=t;return e.length&&"%"===e.charAt(e.length-1)?s(parseFloat(e)/100):s(parseFloat(e))}function h(t,e,r){return r<0?r+=1:r>1&&(r-=1),6*r<1?t+(e-t)*r*6:2*r<1?e:3*r<2?t+(e-t)*(2/3-r)*6:t}function l(t,e,r){return t+(e-t)*r}function f(t,e,r,n,i){return t[0]=e,t[1]=r,t[2]=n,t[3]=i,t}function p(t,e){return t[0]=e[0],t[1]=e[1],t[2]=e[2],t[3]=e[3],t}var d=new n["a"](20),v=null;function y(t,e){v&&p(v,e),v=d.put(t,v||e.slice())}function g(t,e){if(t){e=e||[];var r=d.get(t);if(r)return p(e,r);t+="";var n=t.replace(/ /g,"").toLowerCase();if(n in i)return p(e,i[n]),y(t,e),e;var o=n.length;if("#"!==n.charAt(0)){var a=n.indexOf("("),s=n.indexOf(")");if(-1!==a&&s+1===o){var h=n.substr(0,a),l=n.substr(a+1,s-(a+1)).split(","),v=1;switch(h){case"rgba":if(4!==l.length)return 3===l.length?f(e,+l[0],+l[1],+l[2],1):f(e,0,0,0,1);v=c(l.pop());case"rgb":return 3!==l.length?void f(e,0,0,0,1):(f(e,u(l[0]),u(l[1]),u(l[2]),v),y(t,e),e);case"hsla":return 4!==l.length?void f(e,0,0,0,1):(l[3]=c(l[3]),b(l,e),y(t,e),e);case"hsl":return 3!==l.length?void f(e,0,0,0,1):(b(l,e),y(t,e),e);default:return}}f(e,0,0,0,1)}else{if(4===o||5===o){var g=parseInt(n.slice(1,4),16);return g>=0&&g<=4095?(f(e,(3840&g)>>4|(3840&g)>>8,240&g|(240&g)>>4,15&g|(15&g)<<4,5===o?parseInt(n.slice(4),16)/15:1),y(t,e),e):void f(e,0,0,0,1)}if(7===o||9===o){g=parseInt(n.slice(1,7),16);return g>=0&&g<=16777215?(f(e,(16711680&g)>>16,(65280&g)>>8,255&g,9===o?parseInt(n.slice(7),16)/255:1),y(t,e),e):void f(e,0,0,0,1)}}}}function b(t,e){var r=(parseFloat(t[0])%360+360)%360/360,n=c(t[1]),i=c(t[2]),a=i<=.5?i*(n+1):i+n-i*n,s=2*i-a;return e=e||[],f(e,o(255*h(s,a,r+1/3)),o(255*h(s,a,r)),o(255*h(s,a,r-1/3)),1),4===t.length&&(e[3]=t[3]),e}function m(t){if(t){var e,r,n=t[0]/255,i=t[1]/255,o=t[2]/255,a=Math.min(n,i,o),s=Math.max(n,i,o),u=s-a,c=(s+a)/2;if(0===u)e=0,r=0;else{r=c<.5?u/(s+a):u/(2-s-a);var h=((s-n)/6+u/2)/u,l=((s-i)/6+u/2)/u,f=((s-o)/6+u/2)/u;n===s?e=f-l:i===s?e=1/3+h-f:o===s&&(e=2/3+l-h),e<0&&(e+=1),e>1&&(e-=1)}var p=[360*e,r,c];return null!=t[3]&&p.push(t[3]),p}}function _(t,e){var r=g(t);if(r){for(var n=0;n<3;n++)r[n]=e<0?r[n]*(1-e)|0:(255-r[n])*e+r[n]|0,r[n]>255?r[n]=255:r[n]<0&&(r[n]=0);return j(r,4===r.length?"rgba":"rgb")}}function x(t,e,r){if(e&&e.length&&t>=0&&t<=1){r=r||[];var n=t*(e.length-1),i=Math.floor(n),a=Math.ceil(n),u=e[i],c=e[a],h=n-i;return r[0]=o(l(u[0],c[0],h)),r[1]=o(l(u[1],c[1],h)),r[2]=o(l(u[2],c[2],h)),r[3]=s(l(u[3],c[3],h)),r}}function w(t,e,r){if(e&&e.length&&t>=0&&t<=1){var n=t*(e.length-1),i=Math.floor(n),a=Math.ceil(n),u=g(e[i]),c=g(e[a]),h=n-i,f=j([o(l(u[0],c[0],h)),o(l(u[1],c[1],h)),o(l(u[2],c[2],h)),s(l(u[3],c[3],h))],"rgba");return r?{color:f,leftIndex:i,rightIndex:a,value:n}:f}}function O(t,e,r,n){var i=g(t);if(t)return i=m(i),null!=e&&(i[0]=a(e)),null!=r&&(i[1]=c(r)),null!=n&&(i[2]=c(n)),j(b(i),"rgba")}function k(t,e){var r=g(t);if(r&&null!=e)return r[3]=s(e),j(r,"rgba")}function j(t,e){if(t&&t.length){var r=t[0]+","+t[1]+","+t[2];return"rgba"!==e&&"hsva"!==e&&"hsla"!==e||(r+=","+t[3]),e+"("+r+")"}}function S(t,e){var r=g(t);return r?(.299*r[0]+.587*r[1]+.114*r[2])*r[3]/255+(1-r[3])*e:0}},2863:function(t,e,r){"use strict";r.d(e,"a",(function(){return i}));var n=r("ba54");function i(t){if(Object(n["C"])(t)){var e=new DOMParser;t=e.parseFromString(t,"text/xml")}var r=t;9===r.nodeType&&(r=r.firstChild);while("svg"!==r.nodeName.toLowerCase()||1!==r.nodeType)r=r.nextSibling;return r}},"2d01":function(t,e,r){"use strict";function n(t,e,r,n,i,o){if(o>e&&o>n||o<e&&o<n)return 0;if(n===e)return 0;var a=(o-e)/(n-e),s=n<e?1:-1;1!==a&&0!==a||(s=n<e?.5:-.5);var u=a*(r-t)+t;return u===i?1/0:u>i?s:0}r.d(e,"a",(function(){return n}))},"2eae":function(t,e,r){"use strict";var n=function(){function t(t,e){this.target=t,this.topTarget=e&&e.topTarget}return t}(),i=function(){function t(t){this.handler=t,t.on("mousedown",this._dragStart,this),t.on("mousemove",this._drag,this),t.on("mouseup",this._dragEnd,this)}return t.prototype._dragStart=function(t){var e=t.target;while(e&&!e.draggable)e=e.parent||e.__hostTarget;e&&(this._draggingTarget=e,e.dragging=!0,this._x=t.offsetX,this._y=t.offsetY,this.handler.dispatchToElement(new n(e,t),"dragstart",t.event))},t.prototype._drag=function(t){var e=this._draggingTarget;if(e){var r=t.offsetX,i=t.offsetY,o=r-this._x,a=i-this._y;this._x=r,this._y=i,e.drift(o,a,t),this.handler.dispatchToElement(new n(e,t),"drag",t.event);var s=this.handler.findHover(r,i,e).target,u=this._dropTarget;this._dropTarget=s,e!==s&&(u&&s!==u&&this.handler.dispatchToElement(new n(u,t),"dragleave",t.event),s&&s!==u&&this.handler.dispatchToElement(new n(s,t),"dragenter",t.event))}},t.prototype._dragEnd=function(t){var e=this._draggingTarget;e&&(e.dragging=!1),this.handler.dispatchToElement(new n(e,t),"dragend",t.event),this._dropTarget&&this.handler.dispatchToElement(new n(this._dropTarget,t),"drop",t.event),this._draggingTarget=null,this._dropTarget=null},t}();e["a"]=i},"3aae":function(t,e,r){"use strict";var n=function(){function t(t){t&&(this._$eventProcessor=t)}return t.prototype.on=function(t,e,r,n){this._$handlers||(this._$handlers={});var i=this._$handlers;if("function"===typeof e&&(n=r,r=e,e=null),!r||!t)return this;var o=this._$eventProcessor;null!=e&&o&&o.normalizeQuery&&(e=o.normalizeQuery(e)),i[t]||(i[t]=[]);for(var a=0;a<i[t].length;a++)if(i[t][a].h===r)return this;var s={h:r,query:e,ctx:n||this,callAtLast:r.zrEventfulCallAtLast},u=i[t].length-1,c=i[t][u];return c&&c.callAtLast?i[t].splice(u,0,s):i[t].push(s),this},t.prototype.isSilent=function(t){var e=this._$handlers;return!e||!e[t]||!e[t].length},t.prototype.off=function(t,e){var r=this._$handlers;if(!r)return this;if(!t)return this._$handlers={},this;if(e){if(r[t]){for(var n=[],i=0,o=r[t].length;i<o;i++)r[t][i].h!==e&&n.push(r[t][i]);r[t]=n}r[t]&&0===r[t].length&&delete r[t]}else delete r[t];return this},t.prototype.trigger=function(t){for(var e=[],r=1;r<arguments.length;r++)e[r-1]=arguments[r];if(!this._$handlers)return this;var n=this._$handlers[t],i=this._$eventProcessor;if(n)for(var o=e.length,a=n.length,s=0;s<a;s++){var u=n[s];if(!i||!i.filter||null==u.query||i.filter(t,u.query))switch(o){case 0:u.h.call(u.ctx);break;case 1:u.h.call(u.ctx,e[0]);break;case 2:u.h.call(u.ctx,e[0],e[1]);break;default:u.h.apply(u.ctx,e);break}}return i&&i.afterTrigger&&i.afterTrigger(t),this},t.prototype.triggerWithContext=function(t){for(var e=[],r=1;r<arguments.length;r++)e[r-1]=arguments[r];if(!this._$handlers)return this;var n=this._$handlers[t],i=this._$eventProcessor;if(n)for(var o=e.length,a=e[o-1],s=n.length,u=0;u<s;u++){var c=n[u];if(!i||!i.filter||null==c.query||i.filter(t,c.query))switch(o){case 0:c.h.call(a);break;case 1:c.h.call(a,e[0]);break;case 2:c.h.call(a,e[0],e[1]);break;default:c.h.apply(a,e.slice(1,o-1));break}}return i&&i.afterTrigger&&i.afterTrigger(t),this},t}();e["a"]=n},"3c00":function(t,e,r){"use strict";var n=r("08c2"),i=r("f566"),o=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.type="compound",e}return Object(n["a"])(e,t),e.prototype._updatePathDirty=function(){for(var t=this.shape.paths,e=this.shapeChanged(),r=0;r<t.length;r++)e=e||t[r].shapeChanged();e&&this.dirtyShape()},e.prototype.beforeBrush=function(){this._updatePathDirty();for(var t=this.shape.paths||[],e=this.getGlobalScale(),r=0;r<t.length;r++)t[r].path||t[r].createPathProxy(),t[r].path.setScale(e[0],e[1],t[r].segmentIgnoreThreshold)},e.prototype.buildPath=function(t,e){for(var r=e.paths||[],n=0;n<r.length;n++)r[n].buildPath(t,r[n].shape,!0)},e.prototype.afterBrush=function(){for(var t=this.shape.paths||[],e=0;e<t.length;e++)t[e].pathUpdated()},e.prototype.getBoundingRect=function(){return this._updatePathDirty.call(this),i["b"].prototype.getBoundingRect.call(this)},e}(i["b"]);e["a"]=o},"3d21":function(t,e,r){"use strict";r.d(e,"b",(function(){return X})),r.d(e,"c",(function(){return Z})),r.d(e,"a",(function(){return J})),r.d(e,"d",(function(){return tt}));var n=r("e094"),i=r("f566"),o=r("ba54"),a=r("d9bc"),s=r("a68f"),u=r("ee6c"),c=r("9ccc"),h=r("6677"),l=r("77df"),f=r("9c3a"),p=r("97c5"),d=r("dbe4"),v=r("c3a0"),y=v["a"].CMD;function g(t,e){return Math.abs(t-e)<1e-5}function b(t){var e,r,n,i,o,a=t.data,s=t.len(),u=[],c=0,h=0,l=0,f=0;function p(t,r){e&&e.length>2&&u.push(e),e=[t,r]}function d(t,r,n,i){g(t,n)&&g(r,i)||e.push(t,r,n,i,n,i)}function v(t,r,n,i,o,a){var s=Math.abs(r-t),u=4*Math.tan(s/4)/3,c=r<t?-1:1,h=Math.cos(t),l=Math.sin(t),f=Math.cos(r),p=Math.sin(r),d=h*o+n,v=l*a+i,y=f*o+n,g=p*a+i,b=o*u*c,m=a*u*c;e.push(d-b*l,v+m*h,y+b*p,g-m*f,y,g)}for(var b=0;b<s;){var m=a[b++],_=1===b;switch(_&&(c=a[b],h=a[b+1],l=c,f=h,m!==y.L&&m!==y.C&&m!==y.Q||(e=[l,f])),m){case y.M:c=l=a[b++],h=f=a[b++],p(l,f);break;case y.L:r=a[b++],n=a[b++],d(c,h,r,n),c=r,h=n;break;case y.C:e.push(a[b++],a[b++],a[b++],a[b++],c=a[b++],h=a[b++]);break;case y.Q:r=a[b++],n=a[b++],i=a[b++],o=a[b++],e.push(c+2/3*(r-c),h+2/3*(n-h),i+2/3*(r-i),o+2/3*(n-o),i,o),c=i,h=o;break;case y.A:var x=a[b++],w=a[b++],O=a[b++],k=a[b++],j=a[b++],S=a[b++]+j;b+=1;var T=!a[b++];r=Math.cos(j)*O+x,n=Math.sin(j)*k+w,_?(l=r,f=n,p(l,f)):d(c,h,r,n),c=Math.cos(S)*O+x,h=Math.sin(S)*k+w;for(var M=(T?-1:1)*Math.PI/2,P=j;T?P>S:P<S;P+=M){var C=T?Math.max(P+M,S):Math.min(P+M,S);v(P,C,x,w,O,k)}break;case y.R:l=c=a[b++],f=h=a[b++],r=l+a[b++],n=f+a[b++],p(r,f),d(r,f,r,n),d(r,n,l,n),d(l,n,l,f),d(l,f,r,f);break;case y.Z:e&&d(c,h,l,f),c=l,h=f;break}}return e&&e.length>2&&u.push(e),u}function m(t,e,r,i,o,a,s,u,c,h){if(g(t,r)&&g(e,i)&&g(o,s)&&g(a,u))c.push(s,u);else{var l=2/h,f=l*l,p=s-t,d=u-e,v=Math.sqrt(p*p+d*d);p/=v,d/=v;var y=r-t,b=i-e,_=o-s,x=a-u,w=y*y+b*b,O=_*_+x*x;if(w<f&&O<f)c.push(s,u);else{var k=p*y+d*b,j=-p*_-d*x,S=w-k*k,T=O-j*j;if(S<f&&k>=0&&T<f&&j>=0)c.push(s,u);else{var M=[],P=[];Object(n["g"])(t,r,o,s,.5,M),Object(n["g"])(e,i,a,u,.5,P),m(M[0],P[0],M[1],P[1],M[2],P[2],M[3],P[3],c,h),m(M[4],P[4],M[5],P[5],M[6],P[6],M[7],P[7],c,h)}}}}function _(t,e){var r=b(t),n=[];e=e||1;for(var i=0;i<r.length;i++){var o=r[i],a=[],s=o[0],u=o[1];a.push(s,u);for(var c=2;c<o.length;){var h=o[c++],l=o[c++],f=o[c++],p=o[c++],d=o[c++],v=o[c++];m(s,u,h,l,f,p,d,v,a,e),s=d,u=v}n.push(a)}return n}function x(t,e,r){var n=t[e],i=t[1-e],o=Math.abs(n/i),a=Math.ceil(Math.sqrt(o*r)),s=Math.floor(r/a);0===s&&(s=1,a=r);for(var u=[],c=0;c<a;c++)u.push(s);var h=a*s,l=r-h;if(l>0)for(c=0;c<l;c++)u[c%a]+=1;return u}function w(t,e,r){for(var n=t.r0,i=t.r,o=t.startAngle,a=t.endAngle,s=Math.abs(a-o),u=s*i,c=i-n,h=u>Math.abs(c),l=x([u,c],h?0:1,e),f=(h?s:c)/l.length,p=0;p<l.length;p++)for(var d=(h?c:s)/l[p],v=0;v<l[p];v++){var y={};h?(y.startAngle=o+f*p,y.endAngle=o+f*(p+1),y.r0=n+d*v,y.r=n+d*(v+1)):(y.startAngle=o+d*v,y.endAngle=o+d*(v+1),y.r0=n+f*p,y.r=n+f*(p+1)),y.clockwise=t.clockwise,y.cx=t.cx,y.cy=t.cy,r.push(y)}}function O(t,e,r){for(var n=t.width,i=t.height,o=n>i,a=x([n,i],o?0:1,e),s=o?"width":"height",u=o?"height":"width",c=o?"x":"y",h=o?"y":"x",l=t[s]/a.length,f=0;f<a.length;f++)for(var p=t[u]/a[f],d=0;d<a[f];d++){var v={};v[c]=f*l,v[h]=d*p,v[s]=l,v[u]=p,v.x+=t.x,v.y+=t.y,r.push(v)}}function k(t,e,r,n){return t*n-r*e}function j(t,e,r,n,i,o,a,s){var u=r-t,c=n-e,h=a-i,f=s-o,p=k(h,f,u,c);if(Math.abs(p)<1e-6)return null;var d=t-i,v=e-o,y=k(d,v,h,f)/p;return y<0||y>1?null:new l["a"](y*u+t,y*c+e)}function S(t,e,r){var n=new l["a"];l["a"].sub(n,r,e),n.normalize();var i=new l["a"];l["a"].sub(i,t,e);var o=i.dot(n);return o}function T(t,e){var r=t[t.length-1];r&&r[0]===e[0]&&r[1]===e[1]||t.push(e)}function M(t,e,r){for(var n=t.length,i=[],o=0;o<n;o++){var a=t[o],s=t[(o+1)%n],u=j(a[0],a[1],s[0],s[1],e.x,e.y,r.x,r.y);u&&i.push({projPt:S(u,e,r),pt:u,idx:o})}if(i.length<2)return[{points:t},{points:t}];i.sort((function(t,e){return t.projPt-e.projPt}));var c=i[0],h=i[i.length-1];if(h.idx<c.idx){var l=c;c=h,h=l}var f=[c.pt.x,c.pt.y],p=[h.pt.x,h.pt.y],d=[f],v=[p];for(o=c.idx+1;o<=h.idx;o++)T(d,t[o].slice());T(d,p),T(d,f);for(o=h.idx+1;o<=c.idx+n;o++)T(v,t[o%n].slice());return T(v,f),T(v,p),[{points:d},{points:v}]}function P(t){var e=t.points,r=[],n=[];Object(c["d"])(e,r,n);var i=new h["a"](r[0],r[1],n[0]-r[0],n[1]-r[1]),o=i.width,a=i.height,s=i.x,u=i.y,f=new l["a"],p=new l["a"];return o>a?(f.x=p.x=s+o/2,f.y=u,p.y=u+a):(f.y=p.y=u+a/2,f.x=s,p.x=s+o),M(e,f,p)}function C(t,e,r,n){if(1===r)n.push(e);else{var i=Math.floor(r/2),o=t(e);C(t,o[0],i,n),C(t,o[1],r-i,n)}return n}function A(t,e){for(var r=[],n=0;n<e;n++)r.push(Object(s["a"])(t));return r}function D(t,e){e.setStyle(t.style),e.z=t.z,e.z2=t.z2,e.zlevel=t.zlevel}function F(t){for(var e=[],r=0;r<t.length;)e.push([t[r++],t[r++]]);return e}function L(t,e){var r,n=[],i=t.shape;switch(t.type){case"rect":O(i,e,n),r=p["a"];break;case"sector":w(i,e,n),r=d["a"];break;case"circle":w({r0:0,r:i.r,startAngle:0,endAngle:2*Math.PI,cx:i.cx,cy:i.cy},e,n),r=d["a"];break;default:var a=t.getComputedTransform(),s=a?Math.sqrt(Math.max(a[0]*a[0]+a[1]*a[1],a[2]*a[2]+a[3]*a[3])):1,u=Object(o["H"])(_(t.getUpdatedPathProxy(),s),(function(t){return F(t)})),h=u.length;if(0===h)C(P,{points:u[0]},e,n);else if(h===e)for(var l=0;l<h;l++)n.push({points:u[l]});else{var v=0,y=Object(o["H"])(u,(function(t){var e=[],r=[];Object(c["d"])(t,e,r);var n=(r[1]-e[1])*(r[0]-e[0]);return v+=n,{poly:t,area:n}}));y.sort((function(t,e){return e.area-t.area}));var g=e;for(l=0;l<h;l++){var b=y[l];if(g<=0)break;var m=l===h-1?g:Math.ceil(b.area/v*e);m<0||(C(P,{points:b.poly},m,n),g-=m)}}r=f["a"];break}if(!r)return A(t,e);var x=[];for(l=0;l<n.length;l++){var k=new r;k.setShape(n[l]),D(t,k),x.push(k)}return x}function z(t,e){var r=t.length,i=e.length;if(r===i)return[t,e];for(var o=[],a=[],s=r<i?t:e,u=Math.min(r,i),c=Math.abs(i-r)/6,h=(u-2)/6,l=Math.ceil(c/h)+1,f=[s[0],s[1]],p=c,d=2;d<u;){var v=s[d-2],y=s[d-1],g=s[d++],b=s[d++],m=s[d++],_=s[d++],x=s[d++],w=s[d++];if(p<=0)f.push(g,b,m,_,x,w);else{for(var O=Math.min(p,l-1)+1,k=1;k<=O;k++){var j=k/O;Object(n["g"])(v,g,m,x,j,o),Object(n["g"])(y,b,_,w,j,a),v=o[3],y=a[3],f.push(o[1],a[1],o[2],a[2],v,y),g=o[5],b=a[5],m=o[6],_=a[6]}p-=O-1}}return s===t?[f,e]:[t,f]}function I(t,e){for(var r=t.length,n=t[r-2],i=t[r-1],o=[],a=0;a<e.length;)o[a++]=n,o[a++]=i;return o}function R(t,e){for(var r,n,i,o=[],a=[],s=0;s<Math.max(t.length,e.length);s++){var u=t[s],c=e[s],h=void 0,l=void 0;u?c?(r=z(u,c),h=r[0],l=r[1],n=h,i=l):(l=I(i||u,u),h=u):(h=I(n||c,c),l=c),o.push(h),a.push(l)}return[o,a]}function B(t){for(var e=0,r=0,n=0,i=t.length,o=0,a=i-2;o<i;a=o,o+=2){var s=t[a],u=t[a+1],c=t[o],h=t[o+1],l=s*h-c*u;e+=l,r+=(s+c)*l,n+=(u+h)*l}return 0===e?[t[0]||0,t[1]||0]:[r/e/3,n/e/3,e]}function W(t,e,r,n){for(var i=(t.length-2)/6,o=1/0,a=0,s=t.length,u=s-2,c=0;c<i;c++){for(var h=6*c,l=0,f=0;f<s;f+=2){var p=0===f?h:(h+f-2)%u+2,d=t[p]-r[0],v=t[p+1]-r[1],y=e[f]-n[0],g=e[f+1]-n[1],b=y-d,m=g-v;l+=b*b+m*m}l<o&&(o=l,a=c)}return a}function N(t){for(var e=[],r=t.length,n=0;n<r;n+=2)e[n]=t[r-n-2],e[n+1]=t[r-n-1];return e}function H(t,e,r,n){for(var i,o=[],a=0;a<t.length;a++){var s=t[a],u=e[a],c=B(s),h=B(u);null==i&&(i=c[2]<0!==h[2]<0);var l=[],f=[],p=0,d=1/0,v=[],y=s.length;i&&(s=N(s));for(var g=6*W(s,u,c,h),b=y-2,m=0;m<b;m+=2){var _=(g+m)%b+2;l[m+2]=s[_]-c[0],l[m+3]=s[_+1]-c[1]}if(l[0]=s[g]-c[0],l[1]=s[g+1]-c[1],r>0)for(var x=n/r,w=-n/2;w<=n/2;w+=x){var O=Math.sin(w),k=Math.cos(w),j=0;for(m=0;m<s.length;m+=2){var S=l[m],T=l[m+1],M=u[m]-h[0],P=u[m+1]-h[1],C=M*k-P*O,A=M*O+P*k;v[m]=C,v[m+1]=A;var D=C-S,F=A-T;j+=D*D+F*F}if(j<d){d=j,p=w;for(var L=0;L<v.length;L++)f[L]=v[L]}}else for(var z=0;z<y;z+=2)f[z]=u[z]-h[0],f[z+1]=u[z+1]-h[1];o.push({from:l,to:f,fromCp:c,toCp:h,rotation:-p})}return o}function X(t){return t.__isCombineMorphing}var E="__mOriginal_";function q(t,e,r){var n=E+e,i=t[n]||t[e];t[n]||(t[n]=t[e]);var o=r.replace,a=r.after,s=r.before;t[e]=function(){var t,e=arguments;return s&&s.apply(this,e),t=o?o.apply(this,e):i.apply(this,e),a&&a.apply(this,e),t}}function Y(t,e){var r=E+e;t[r]&&(t[e]=t[r],t[r]=null)}function U(t,e){for(var r=0;r<t.length;r++)for(var n=t[r],i=0;i<n.length;){var o=n[i],a=n[i+1];n[i++]=e[0]*o+e[2]*a+e[4],n[i++]=e[1]*o+e[3]*a+e[5]}}function V(t,e){var r=t.getUpdatedPathProxy(),n=e.getUpdatedPathProxy(),i=R(b(r),b(n)),o=i[0],s=i[1],u=t.getComputedTransform(),c=e.getComputedTransform();function h(){this.transform=null}u&&U(o,u),c&&U(s,c),q(e,"updateTransform",{replace:h}),e.transform=null;var l=H(o,s,10,Math.PI),f=[];q(e,"buildPath",{replace:function(t){for(var r=e.__morphT,n=1-r,i=[],o=0;o<l.length;o++){var s=l[o],u=s.from,c=s.to,h=s.rotation*r,p=s.fromCp,d=s.toCp,v=Math.sin(h),y=Math.cos(h);Object(a["j"])(i,p,d,r);for(var g=0;g<u.length;g+=2){var b=u[g],m=u[g+1],_=c[g],x=c[g+1],w=b*n+_*r,O=m*n+x*r;f[g]=w*y-O*v+i[0],f[g+1]=w*v+O*y+i[1]}var k=f[0],j=f[1];t.moveTo(k,j);for(g=2;g<u.length;){_=f[g++],x=f[g++];var S=f[g++],T=f[g++],M=f[g++],P=f[g++];k===_&&j===x&&S===M&&T===P?t.lineTo(M,P):t.bezierCurveTo(_,x,S,T,M,P),k=M,j=P}}}})}function Z(t,e,r){if(!t||!e)return e;var n=r.done,i=r.during;function a(){Y(e,"buildPath"),Y(e,"updateTransform"),e.__morphT=-1,e.createPathProxy(),e.dirtyShape()}return V(t,e),e.__morphT=0,e.animateTo({__morphT:1},Object(o["i"])({during:function(t){e.dirtyShape(),i&&i(t)},done:function(){a(),n&&n()}},r)),e}function Q(t,e,r,n,i,o){var a=16;t=i===r?0:Math.round(32767*(t-r)/(i-r)),e=o===n?0:Math.round(32767*(e-n)/(o-n));for(var s,u=0,c=(1<<a)/2;c>0;c/=2){var h=0,l=0;(t&c)>0&&(h=1),(e&c)>0&&(l=1),u+=c*c*(3*h^l),0===l&&(1===h&&(t=c-1-t,e=c-1-e),s=t,t=e,e=s)}return u}function G(t){var e=1/0,r=1/0,n=-1/0,i=-1/0,a=Object(o["H"])(t,(function(t){var o=t.getBoundingRect(),a=t.getComputedTransform(),s=o.x+o.width/2+(a?a[4]:0),u=o.y+o.height/2+(a?a[5]:0);return e=Math.min(s,e),r=Math.min(u,r),n=Math.max(s,n),i=Math.max(u,i),[s,u]})),s=Object(o["H"])(a,(function(o,a){return{cp:o,z:Q(o[0],o[1],e,r,n,i),path:t[a]}}));return s.sort((function(t,e){return t.z-e.z})).map((function(t){return t.path}))}function $(t){return L(t.path,t.count)}function K(){return{fromIndividuals:[],toIndividuals:[],count:0}}function J(t,e,r){var n=[];function a(t){for(var e=0;e<t.length;e++){var r=t[e];X(r)?a(r.childrenRef()):r instanceof i["b"]&&n.push(r)}}a(t);var s=n.length;if(!s)return K();var c=r.dividePath||$,h=c({path:e,count:s});if(h.length!==s)return console.error("Invalid morphing: unmatched splitted path"),K();n=G(n),h=G(h);for(var l=r.done,f=r.during,p=r.individualDelay,d=new u["c"],v=0;v<s;v++){var y=n[v],g=h[v];g.parent=e,g.copyTransform(d),p||V(y,g)}function b(t){for(var e=0;e<h.length;e++)h[e].addSelfToZr(t)}function m(){e.__isCombineMorphing=!1,e.__morphT=-1,e.childrenRef=null,Y(e,"addSelfToZr"),Y(e,"removeSelfFromZr")}e.__isCombineMorphing=!0,e.childrenRef=function(){return h},q(e,"addSelfToZr",{after:function(t){b(t)}}),q(e,"removeSelfFromZr",{after:function(t){for(var e=0;e<h.length;e++)h[e].removeSelfFromZr(t)}});var _=h.length;if(p){var x=_,w=function(){x--,0===x&&(m(),l&&l())};for(v=0;v<_;v++){var O=p?Object(o["i"])({delay:(r.delay||0)+p(v,_,n[v],h[v]),done:w},r):r;Z(n[v],h[v],O)}}else e.__morphT=0,e.animateTo({__morphT:1},Object(o["i"])({during:function(t){for(var r=0;r<_;r++){var n=h[r];n.__morphT=e.__morphT,n.dirtyShape()}f&&f(t)},done:function(){m();for(var e=0;e<t.length;e++)Y(t[e],"updateTransform");l&&l()}},r));return e.__zr&&b(e.__zr),{fromIndividuals:n,toIndividuals:h,count:_}}function tt(t,e,r){var n=e.length,a=[],u=r.dividePath||$;function c(t){for(var e=0;e<t.length;e++){var r=t[e];X(r)?c(r.childrenRef()):r instanceof i["b"]&&a.push(r)}}if(X(t)){c(t.childrenRef());var h=a.length;if(h<n)for(var l=0,f=h;f<n;f++)a.push(Object(s["a"])(a[l++%h]));a.length=n}else{a=u({path:t,count:n});var p=t.getComputedTransform();for(f=0;f<a.length;f++)a[f].setLocalTransform(p);if(a.length!==n)return console.error("Invalid morphing: unmatched splitted path"),K()}a=G(a),e=G(e);var d=r.individualDelay;for(f=0;f<n;f++){var v=d?Object(o["i"])({delay:(r.delay||0)+d(f,n,a[f],e[f])},r):r;Z(a[f],e[f],v)}return{fromIndividuals:a,toIndividuals:e,count:e.length}}},"41b3":function(t,e,r){"use strict";r.d(e,"a",(function(){return o}));var n=r("d9bc");function i(t,e,r,i){var o,a,s,u,c=[],h=[],l=[],f=[];if(i){s=[1/0,1/0],u=[-1/0,-1/0];for(var p=0,d=t.length;p<d;p++)Object(n["l"])(s,s,t[p]),Object(n["k"])(u,u,t[p]);Object(n["l"])(s,s,i[0]),Object(n["k"])(u,u,i[1])}for(p=0,d=t.length;p<d;p++){var v=t[p];if(r)o=t[p?p-1:d-1],a=t[(p+1)%d];else{if(0===p||p===d-1){c.push(Object(n["c"])(t[p]));continue}o=t[p-1],a=t[p+1]}Object(n["q"])(h,a,o),Object(n["n"])(h,h,e);var y=Object(n["h"])(v,o),g=Object(n["h"])(v,a),b=y+g;0!==b&&(y/=b,g/=b),Object(n["n"])(l,h,-y),Object(n["n"])(f,h,g);var m=Object(n["a"])([],v,l),_=Object(n["a"])([],v,f);i&&(Object(n["k"])(m,m,s),Object(n["l"])(m,m,u),Object(n["k"])(_,_,s),Object(n["l"])(_,_,u)),c.push(m),c.push(_)}return r&&c.push(c.shift()),c}function o(t,e,r){var n=e.smooth,o=e.points;if(o&&o.length>=2){if(n){var a=i(o,n,r,e.smoothConstraint);t.moveTo(o[0][0],o[0][1]);for(var s=o.length,u=0;u<(r?s:s-1);u++){var c=a[2*u],h=a[2*u+1],l=o[(u+1)%s];t.bezierCurveTo(c[0],c[1],h[0],h[1],l[0],l[1])}}else{t.moveTo(o[0][0],o[0][1]);u=1;for(var f=o.length;u<f;u++)t.lineTo(o[u][0],o[u][1])}r&&t.closePath()}}},"4e14":function(t,e,r){"use strict";function n(){return[1,0,0,1,0,0]}function i(t){return t[0]=1,t[1]=0,t[2]=0,t[3]=1,t[4]=0,t[5]=0,t}function o(t,e){return t[0]=e[0],t[1]=e[1],t[2]=e[2],t[3]=e[3],t[4]=e[4],t[5]=e[5],t}function a(t,e,r){var n=e[0]*r[0]+e[2]*r[1],i=e[1]*r[0]+e[3]*r[1],o=e[0]*r[2]+e[2]*r[3],a=e[1]*r[2]+e[3]*r[3],s=e[0]*r[4]+e[2]*r[5]+e[4],u=e[1]*r[4]+e[3]*r[5]+e[5];return t[0]=n,t[1]=i,t[2]=o,t[3]=a,t[4]=s,t[5]=u,t}function s(t,e,r){return t[0]=e[0],t[1]=e[1],t[2]=e[2],t[3]=e[3],t[4]=e[4]+r[0],t[5]=e[5]+r[1],t}function u(t,e,r){var n=e[0],i=e[2],o=e[4],a=e[1],s=e[3],u=e[5],c=Math.sin(r),h=Math.cos(r);return t[0]=n*h+a*c,t[1]=-n*c+a*h,t[2]=i*h+s*c,t[3]=-i*c+h*s,t[4]=h*o+c*u,t[5]=h*u-c*o,t}function c(t,e,r){var n=r[0],i=r[1];return t[0]=e[0]*n,t[1]=e[1]*i,t[2]=e[2]*n,t[3]=e[3]*i,t[4]=e[4]*n,t[5]=e[5]*i,t}function h(t,e){var r=e[0],n=e[2],i=e[4],o=e[1],a=e[3],s=e[5],u=r*a-o*n;return u?(u=1/u,t[0]=a*u,t[1]=-o*u,t[2]=-n*u,t[3]=r*u,t[4]=(n*s-a*i)*u,t[5]=(o*i-r*s)*u,t):null}function l(t){var e=n();return o(e,t),e}r.d(e,"c",(function(){return n})),r.d(e,"d",(function(){return i})),r.d(e,"b",(function(){return o})),r.d(e,"f",(function(){return a})),r.d(e,"i",(function(){return s})),r.d(e,"g",(function(){return u})),r.d(e,"h",(function(){return c})),r.d(e,"e",(function(){return h})),r.d(e,"a",(function(){return l}))},"4ebe":function(t,e,r){"use strict";r.d(e,"a",(function(){return f}));var n=32,i=7;function o(t){var e=0;while(t>=n)e|=1&t,t>>=1;return t+e}function a(t,e,r,n){var i=e+1;if(i===r)return 1;if(n(t[i++],t[e])<0){while(i<r&&n(t[i],t[i-1])<0)i++;s(t,e,i)}else while(i<r&&n(t[i],t[i-1])>=0)i++;return i-e}function s(t,e,r){r--;while(e<r){var n=t[e];t[e++]=t[r],t[r--]=n}}function u(t,e,r,n,i){for(n===e&&n++;n<r;n++){var o,a=t[n],s=e,u=n;while(s<u)o=s+u>>>1,i(a,t[o])<0?u=o:s=o+1;var c=n-s;switch(c){case 3:t[s+3]=t[s+2];case 2:t[s+2]=t[s+1];case 1:t[s+1]=t[s];break;default:while(c>0)t[s+c]=t[s+c-1],c--}t[s]=a}}function c(t,e,r,n,i,o){var a=0,s=0,u=1;if(o(t,e[r+i])>0){s=n-i;while(u<s&&o(t,e[r+i+u])>0)a=u,u=1+(u<<1),u<=0&&(u=s);u>s&&(u=s),a+=i,u+=i}else{s=i+1;while(u<s&&o(t,e[r+i-u])<=0)a=u,u=1+(u<<1),u<=0&&(u=s);u>s&&(u=s);var c=a;a=i-u,u=i-c}a++;while(a<u){var h=a+(u-a>>>1);o(t,e[r+h])>0?a=h+1:u=h}return u}function h(t,e,r,n,i,o){var a=0,s=0,u=1;if(o(t,e[r+i])<0){s=i+1;while(u<s&&o(t,e[r+i-u])<0)a=u,u=1+(u<<1),u<=0&&(u=s);u>s&&(u=s);var c=a;a=i-u,u=i-c}else{s=n-i;while(u<s&&o(t,e[r+i+u])>=0)a=u,u=1+(u<<1),u<=0&&(u=s);u>s&&(u=s),a+=i,u+=i}a++;while(a<u){var h=a+(u-a>>>1);o(t,e[r+h])<0?u=h:a=h+1}return u}function l(t,e){var r,n,o=i,a=0,s=0;a=t.length;var u=[];function l(t,e){r[s]=t,n[s]=e,s+=1}function f(){while(s>1){var t=s-2;if(t>=1&&n[t-1]<=n[t]+n[t+1]||t>=2&&n[t-2]<=n[t]+n[t-1])n[t-1]<n[t+1]&&t--;else if(n[t]>n[t+1])break;d(t)}}function p(){while(s>1){var t=s-2;t>0&&n[t-1]<n[t+1]&&t--,d(t)}}function d(i){var o=r[i],a=n[i],u=r[i+1],l=n[i+1];n[i]=a+l,i===s-3&&(r[i+1]=r[i+2],n[i+1]=n[i+2]),s--;var f=h(t[u],t,o,a,0,e);o+=f,a-=f,0!==a&&(l=c(t[o+a-1],t,u,l,l-1,e),0!==l&&(a<=l?v(o,a,u,l):y(o,a,u,l)))}function v(r,n,a,s){var l=0;for(l=0;l<n;l++)u[l]=t[r+l];var f=0,p=a,d=r;if(t[d++]=t[p++],0!==--s)if(1!==n){var v,y,g,b=o;while(1){v=0,y=0,g=!1;do{if(e(t[p],u[f])<0){if(t[d++]=t[p++],y++,v=0,0===--s){g=!0;break}}else if(t[d++]=u[f++],v++,y=0,1===--n){g=!0;break}}while((v|y)<b);if(g)break;do{if(v=h(t[p],u,f,n,0,e),0!==v){for(l=0;l<v;l++)t[d+l]=u[f+l];if(d+=v,f+=v,n-=v,n<=1){g=!0;break}}if(t[d++]=t[p++],0===--s){g=!0;break}if(y=c(u[f],t,p,s,0,e),0!==y){for(l=0;l<y;l++)t[d+l]=t[p+l];if(d+=y,p+=y,s-=y,0===s){g=!0;break}}if(t[d++]=u[f++],1===--n){g=!0;break}b--}while(v>=i||y>=i);if(g)break;b<0&&(b=0),b+=2}if(o=b,o<1&&(o=1),1===n){for(l=0;l<s;l++)t[d+l]=t[p+l];t[d+s]=u[f]}else{if(0===n)throw new Error;for(l=0;l<n;l++)t[d+l]=u[f+l]}}else{for(l=0;l<s;l++)t[d+l]=t[p+l];t[d+s]=u[f]}else for(l=0;l<n;l++)t[d+l]=u[f+l]}function y(r,n,a,s){var l=0;for(l=0;l<s;l++)u[l]=t[a+l];var f=r+n-1,p=s-1,d=a+s-1,v=0,y=0;if(t[d--]=t[f--],0!==--n)if(1!==s){var g=o;while(1){var b=0,m=0,_=!1;do{if(e(u[p],t[f])<0){if(t[d--]=t[f--],b++,m=0,0===--n){_=!0;break}}else if(t[d--]=u[p--],m++,b=0,1===--s){_=!0;break}}while((b|m)<g);if(_)break;do{if(b=n-h(u[p],t,r,n,n-1,e),0!==b){for(d-=b,f-=b,n-=b,y=d+1,v=f+1,l=b-1;l>=0;l--)t[y+l]=t[v+l];if(0===n){_=!0;break}}if(t[d--]=u[p--],1===--s){_=!0;break}if(m=s-c(t[f],u,0,s,s-1,e),0!==m){for(d-=m,p-=m,s-=m,y=d+1,v=p+1,l=0;l<m;l++)t[y+l]=u[v+l];if(s<=1){_=!0;break}}if(t[d--]=t[f--],0===--n){_=!0;break}g--}while(b>=i||m>=i);if(_)break;g<0&&(g=0),g+=2}if(o=g,o<1&&(o=1),1===s){for(d-=n,f-=n,y=d+1,v=f+1,l=n-1;l>=0;l--)t[y+l]=t[v+l];t[d]=u[p]}else{if(0===s)throw new Error;for(v=d-(s-1),l=0;l<s;l++)t[v+l]=u[l]}}else{for(d-=n,f-=n,y=d+1,v=f+1,l=n-1;l>=0;l--)t[y+l]=t[v+l];t[d]=u[p]}else for(v=d-(s-1),l=0;l<s;l++)t[v+l]=u[l]}return a<120?5:a<1542?10:a<119151?19:40,r=[],n=[],{mergeRuns:f,forceMergeRuns:p,pushRun:l}}function f(t,e,r,i){r||(r=0),i||(i=t.length);var s=i-r;if(!(s<2)){var c=0;if(s<n)return c=a(t,r,i,e),void u(t,r,i,r+c,e);var h=l(t,e),f=o(s);do{if(c=a(t,r,i,e),c<f){var p=s;p>f&&(p=f),u(t,r,r+p,r+c,e),c=p}h.pushRun(r,c),h.mergeRuns(),s-=c,r+=c}while(0!==s);h.forceMergeRuns()}}},5682:function(t,e,r){"use strict";r.d(e,"a",(function(){return W})),r.d(e,"b",(function(){return N}));var n=r("f505"),i=r("ba54"),o=r("6199"),a=r("92a6"),s=r("d0c1"),u=r("08c2"),c=r("13be"),h=r("3aae"),l=300,f=n["a"].domSupported,p=function(){var t=["click","dblclick","mousewheel","wheel","mouseout","mouseup","mousedown","mousemove","contextmenu"],e=["touchstart","touchend","touchmove"],r={pointerdown:1,pointerup:1,pointermove:1,pointerout:1},n=i["H"](t,(function(t){var e=t.replace("mouse","pointer");return r.hasOwnProperty(e)?e:t}));return{mouse:t,touch:e,pointer:n}}(),d={mouse:["mousemove","mouseup"],pointer:["pointermove","pointerup"]},v=!1;function y(t){var e=t.pointerType;return"pen"===e||"touch"===e}function g(t){t.touching=!0,null!=t.touchTimer&&(clearTimeout(t.touchTimer),t.touchTimer=null),t.touchTimer=setTimeout((function(){t.touching=!1,t.touchTimer=null}),700)}function b(t){t&&(t.zrByTouch=!0)}function m(t,e){return Object(c["e"])(t.dom,new x(t,e),!0)}function _(t,e){var r=e,n=!1;while(r&&9!==r.nodeType&&!(n=r.domBelongToZr||r!==e&&r===t.painterRoot))r=r.parentNode;return n}var x=function(){function t(t,e){this.stopPropagation=i["L"],this.stopImmediatePropagation=i["L"],this.preventDefault=i["L"],this.type=e.type,this.target=this.currentTarget=t.dom,this.pointerType=e.pointerType,this.clientX=e.clientX,this.clientY=e.clientY}return t}(),w={mousedown:function(t){t=Object(c["e"])(this.dom,t),this.__mayPointerCapture=[t.zrX,t.zrY],this.trigger("mousedown",t)},mousemove:function(t){t=Object(c["e"])(this.dom,t);var e=this.__mayPointerCapture;!e||t.zrX===e[0]&&t.zrY===e[1]||this.__togglePointerCapture(!0),this.trigger("mousemove",t)},mouseup:function(t){t=Object(c["e"])(this.dom,t),this.__togglePointerCapture(!1),this.trigger("mouseup",t)},mouseout:function(t){t=Object(c["e"])(this.dom,t);var e=t.toElement||t.relatedTarget;_(this,e)||(this.__pointerCapturing&&(t.zrEventControl="no_globalout"),this.trigger("mouseout",t))},wheel:function(t){v=!0,t=Object(c["e"])(this.dom,t),this.trigger("mousewheel",t)},mousewheel:function(t){v||(t=Object(c["e"])(this.dom,t),this.trigger("mousewheel",t))},touchstart:function(t){t=Object(c["e"])(this.dom,t),b(t),this.__lastTouchMoment=new Date,this.handler.processGesture(t,"start"),w.mousemove.call(this,t),w.mousedown.call(this,t)},touchmove:function(t){t=Object(c["e"])(this.dom,t),b(t),this.handler.processGesture(t,"change"),w.mousemove.call(this,t)},touchend:function(t){t=Object(c["e"])(this.dom,t),b(t),this.handler.processGesture(t,"end"),w.mouseup.call(this,t),+new Date-+this.__lastTouchMoment<l&&w.click.call(this,t)},pointerdown:function(t){w.mousedown.call(this,t)},pointermove:function(t){y(t)||w.mousemove.call(this,t)},pointerup:function(t){w.mouseup.call(this,t)},pointerout:function(t){y(t)||w.mouseout.call(this,t)}};i["k"](["click","dblclick","contextmenu"],(function(t){w[t]=function(e){e=Object(c["e"])(this.dom,e),this.trigger(t,e)}}));var O={pointermove:function(t){y(t)||O.mousemove.call(this,t)},pointerup:function(t){O.mouseup.call(this,t)},mousemove:function(t){this.trigger("mousemove",t)},mouseup:function(t){var e=this.__pointerCapturing;this.__togglePointerCapture(!1),this.trigger("mouseup",t),e&&(t.zrEventControl="only_globalout",this.trigger("mouseout",t))}};function k(t,e){var r=e.domHandlers;n["a"].pointerEventsSupported?i["k"](p.pointer,(function(n){S(e,n,(function(e){r[n].call(t,e)}))})):(n["a"].touchEventsSupported&&i["k"](p.touch,(function(n){S(e,n,(function(i){r[n].call(t,i),g(e)}))})),i["k"](p.mouse,(function(n){S(e,n,(function(i){i=Object(c["c"])(i),e.touching||r[n].call(t,i)}))})))}function j(t,e){function r(r){function n(n){n=Object(c["c"])(n),_(t,n.target)||(n=m(t,n),e.domHandlers[r].call(t,n))}S(e,r,n,{capture:!0})}n["a"].pointerEventsSupported?i["k"](d.pointer,r):n["a"].touchEventsSupported||i["k"](d.mouse,r)}function S(t,e,r,n){t.mounted[e]=r,t.listenerOpts[e]=n,Object(c["a"])(t.domTarget,e,r,n)}function T(t){var e=t.mounted;for(var r in e)e.hasOwnProperty(r)&&Object(c["f"])(t.domTarget,r,e[r],t.listenerOpts[r]);t.mounted={}}var M=function(){function t(t,e){this.mounted={},this.listenerOpts={},this.touching=!1,this.domTarget=t,this.domHandlers=e}return t}(),P=function(t){function e(e,r){var n=t.call(this)||this;return n.__pointerCapturing=!1,n.dom=e,n.painterRoot=r,n._localHandlerScope=new M(e,w),f&&(n._globalHandlerScope=new M(document,O)),k(n,n._localHandlerScope),n}return Object(u["a"])(e,t),e.prototype.dispose=function(){T(this._localHandlerScope),f&&T(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,f&&+this.__pointerCapturing^+t){this.__pointerCapturing=t;var e=this._globalHandlerScope;t?j(this,e):T(e)}},e}(h["a"]),C=P,A=r("1eb8"),D=r("f182"),F=r("19da"),L={},z={};function I(t){delete z[t]}function R(t){if(!t)return!1;if("string"===typeof t)return Object(A["d"])(t,1)<D["b"];if(t.colorStops){for(var e=t.colorStops,r=0,n=e.length,i=0;i<n;i++)r+=Object(A["d"])(e[i].color,1);return r/=n,r<D["b"]}return!1}var B=function(){function t(t,e,r){var u=this;this._sleepAfterStill=10,this._stillFrameAccum=0,this._needsRefresh=!0,this._needsRefreshHover=!0,this._darkMode=!1,r=r||{},this.dom=e,this.id=t;var c=new a["a"],h=r.renderer||"canvas";L[h]||(h=i["F"](L)[0]),r.useDirtyRect=null!=r.useDirtyRect&&r.useDirtyRect;var l=new L[h](e,c,r,t),f=r.ssr||l.ssrOnly;this.storage=c,this.painter=l;var p=n["a"].node||n["a"].worker||f?null:new C(l.getViewportRoot(),l.root);this.handler=new o["a"](c,l,p,l.root),this.animation=new s["a"]({stage:{update:f?null:function(){return u._flush(!0)}}}),f||this.animation.start()}return t.prototype.add=function(t){t&&(this.storage.addRoot(t),t.addSelfToZr(this),this.refresh())},t.prototype.remove=function(t){t&&(this.storage.delRoot(t),t.removeSelfFromZr(this),this.refresh())},t.prototype.configLayer=function(t,e){this.painter.configLayer&&this.painter.configLayer(t,e),this.refresh()},t.prototype.setBackgroundColor=function(t){this.painter.setBackgroundColor&&this.painter.setBackgroundColor(t),this.refresh(),this._backgroundColor=t,this._darkMode=R(t)},t.prototype.getBackgroundColor=function(){return this._backgroundColor},t.prototype.setDarkMode=function(t){this._darkMode=t},t.prototype.isDarkMode=function(){return this._darkMode},t.prototype.refreshImmediately=function(t){t||this.animation.update(!0),this._needsRefresh=!1,this.painter.refresh(),this._needsRefresh=!1},t.prototype.refresh=function(){this._needsRefresh=!0,this.animation.start()},t.prototype.flush=function(){this._flush(!1)},t.prototype._flush=function(t){var e,r=Object(s["b"])();this._needsRefresh&&(e=!0,this.refreshImmediately(t)),this._needsRefreshHover&&(e=!0,this.refreshHoverImmediately());var n=Object(s["b"])();e?(this._stillFrameAccum=0,this.trigger("rendered",{elapsedTime:n-r})):this._sleepAfterStill>0&&(this._stillFrameAccum++,this._stillFrameAccum>this._sleepAfterStill&&this.animation.stop())},t.prototype.setSleepAfterStill=function(t){this._sleepAfterStill=t},t.prototype.wakeUp=function(){this.animation.start(),this._stillFrameAccum=0},t.prototype.refreshHover=function(){this._needsRefreshHover=!0},t.prototype.refreshHoverImmediately=function(){this._needsRefreshHover=!1,this.painter.refreshHover&&"canvas"===this.painter.getType()&&this.painter.refreshHover()},t.prototype.resize=function(t){t=t||{},this.painter.resize(t.width,t.height),this.handler.resize()},t.prototype.clearAnimation=function(){this.animation.clear()},t.prototype.getWidth=function(){return this.painter.getWidth()},t.prototype.getHeight=function(){return this.painter.getHeight()},t.prototype.setCursorStyle=function(t){this.handler.setCursorStyle(t)},t.prototype.findHover=function(t,e){return this.handler.findHover(t,e)},t.prototype.on=function(t,e,r){return this.handler.on(t,e,r),this},t.prototype.off=function(t,e){this.handler.off(t,e)},t.prototype.trigger=function(t,e){this.handler.trigger(t,e)},t.prototype.clear=function(){for(var t=this.storage.getRoots(),e=0;e<t.length;e++)t[e]instanceof F["a"]&&t[e].removeSelfFromZr(this);this.storage.delAllRoots(),this.painter.clear()},t.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,I(this.id)},t}();function W(t,e){var r=new B(i["p"](),t,e);return z[r.id]=r,r}function N(t,e){L[t]=e}},"61aa":function(t,e,r){"use strict";var n=r("08c2"),i=r("f566"),o=function(){function t(){this.cx=0,this.cy=0,this.rx=0,this.ry=0}return t}(),a=function(t){function e(e){return t.call(this,e)||this}return Object(n["a"])(e,t),e.prototype.getDefaultShape=function(){return new o},e.prototype.buildPath=function(t,e){var r=.5522848,n=e.cx,i=e.cy,o=e.rx,a=e.ry,s=o*r,u=a*r;t.moveTo(n-o,i),t.bezierCurveTo(n-o,i-u,n-s,i-a,n,i-a),t.bezierCurveTo(n+s,i-a,n+o,i-u,n+o,i),t.bezierCurveTo(n+o,i+u,n+s,i+a,n,i+a),t.bezierCurveTo(n-s,i+a,n-o,i+u,n-o,i),t.closePath()},e}(i["b"]);a.prototype.type="ellipse",e["a"]=a},6677:function(t,e,r){"use strict";var n=r("4e14"),i=r("77df"),o=Math.min,a=Math.max,s=new i["a"],u=new i["a"],c=new i["a"],h=new i["a"],l=new i["a"],f=new i["a"],p=function(){function t(t,e,r,n){r<0&&(t+=r,r=-r),n<0&&(e+=n,n=-n),this.x=t,this.y=e,this.width=r,this.height=n}return t.prototype.union=function(t){var e=o(t.x,this.x),r=o(t.y,this.y);isFinite(this.x)&&isFinite(this.width)?this.width=a(t.x+t.width,this.x+this.width)-e:this.width=t.width,isFinite(this.y)&&isFinite(this.height)?this.height=a(t.y+t.height,this.y+this.height)-r:this.height=t.height,this.x=e,this.y=r},t.prototype.applyTransform=function(e){t.applyTransform(this,this,e)},t.prototype.calculateTransform=function(t){var e=this,r=t.width/e.width,i=t.height/e.height,o=n["c"]();return n["i"](o,o,[-e.x,-e.y]),n["h"](o,o,[r,i]),n["i"](o,o,[t.x,t.y]),o},t.prototype.intersect=function(e,r){if(!e)return!1;e instanceof t||(e=t.create(e));var n=this,o=n.x,a=n.x+n.width,s=n.y,u=n.y+n.height,c=e.x,h=e.x+e.width,p=e.y,d=e.y+e.height,v=!(a<c||h<o||u<p||d<s);if(r){var y=1/0,g=0,b=Math.abs(a-c),m=Math.abs(h-o),_=Math.abs(u-p),x=Math.abs(d-s),w=Math.min(b,m),O=Math.min(_,x);a<c||h<o?w>g&&(g=w,b<m?i["a"].set(f,-b,0):i["a"].set(f,m,0)):w<y&&(y=w,b<m?i["a"].set(l,b,0):i["a"].set(l,-m,0)),u<p||d<s?O>g&&(g=O,_<x?i["a"].set(f,0,-_):i["a"].set(f,0,x)):w<y&&(y=w,_<x?i["a"].set(l,0,_):i["a"].set(l,0,-x))}return r&&i["a"].copy(r,v?l:f),v},t.prototype.contain=function(t,e){var r=this;return t>=r.x&&t<=r.x+r.width&&e>=r.y&&e<=r.y+r.height},t.prototype.clone=function(){return new t(this.x,this.y,this.width,this.height)},t.prototype.copy=function(e){t.copy(this,e)},t.prototype.plain=function(){return{x:this.x,y:this.y,width:this.width,height:this.height}},t.prototype.isFinite=function(){return isFinite(this.x)&&isFinite(this.y)&&isFinite(this.width)&&isFinite(this.height)},t.prototype.isZero=function(){return 0===this.width||0===this.height},t.create=function(e){return new t(e.x,e.y,e.width,e.height)},t.copy=function(t,e){t.x=e.x,t.y=e.y,t.width=e.width,t.height=e.height},t.applyTransform=function(e,r,n){if(n){if(n[1]<1e-5&&n[1]>-1e-5&&n[2]<1e-5&&n[2]>-1e-5){var i=n[0],l=n[3],f=n[4],p=n[5];return e.x=r.x*i+f,e.y=r.y*l+p,e.width=r.width*i,e.height=r.height*l,e.width<0&&(e.x+=e.width,e.width=-e.width),void(e.height<0&&(e.y+=e.height,e.height=-e.height))}s.x=c.x=r.x,s.y=h.y=r.y,u.x=h.x=r.x+r.width,u.y=c.y=r.y+r.height,s.transform(n),h.transform(n),u.transform(n),c.transform(n),e.x=o(s.x,u.x,c.x,h.x),e.y=o(s.y,u.y,c.y,h.y);var d=a(s.x,u.x,c.x,h.x),v=a(s.y,u.y,c.y,h.y);e.width=d-e.x,e.height=v-e.y}else e!==r&&t.copy(e,r)},t}();e["a"]=p},"71a8":function(t,e,r){"use strict";r.d(e,"a",(function(){return n})),r.d(e,"c",(function(){return i})),r.d(e,"b",(function(){return o}));var n=1,i=2,o=4},7264:function(t,e,r){"use strict";var n=Math.round(9*Math.random()),i="function"===typeof Object.defineProperty,o=function(){function t(){this._id="__ec_inner_"+n++}return t.prototype.get=function(t){return this._guard(t)[this._id]},t.prototype.set=function(t,e){var r=this._guard(t);return i?Object.defineProperty(r,this._id,{value:e,enumerable:!1,configurable:!0}):r[this._id]=e,this},t.prototype["delete"]=function(t){return!!this.has(t)&&(delete this._guard(t)[this._id],!0)},t.prototype.has=function(t){return!!this._guard(t)[this._id]},t.prototype._guard=function(t){if(t!==Object(t))throw TypeError("Value of WeakMap is not a non-null object.");return t},t}();e["a"]=o},7574:function(t,e,r){"use strict";var n=r("08c2"),i=r("f566"),o=r("d9bc"),a=r("e094"),s=[],u=function(){function t(){this.x1=0,this.y1=0,this.x2=0,this.y2=0,this.cpx1=0,this.cpy1=0,this.percent=1}return t}();function c(t,e,r){var n=t.cpx2,i=t.cpy2;return null!=n||null!=i?[(r?a["b"]:a["a"])(t.x1,t.cpx1,t.cpx2,t.x2,e),(r?a["b"]:a["a"])(t.y1,t.cpy1,t.cpy2,t.y2,e)]:[(r?a["i"]:a["h"])(t.x1,t.cpx1,t.x2,e),(r?a["i"]:a["h"])(t.y1,t.cpy1,t.y2,e)]}var h=function(t){function e(e){return t.call(this,e)||this}return Object(n["a"])(e,t),e.prototype.getDefaultStyle=function(){return{stroke:"#000",fill:null}},e.prototype.getDefaultShape=function(){return new u},e.prototype.buildPath=function(t,e){var r=e.x1,n=e.y1,i=e.x2,o=e.y2,u=e.cpx1,c=e.cpy1,h=e.cpx2,l=e.cpy2,f=e.percent;0!==f&&(t.moveTo(r,n),null==h||null==l?(f<1&&(Object(a["n"])(r,u,i,f,s),u=s[1],i=s[2],Object(a["n"])(n,c,o,f,s),c=s[1],o=s[2]),t.quadraticCurveTo(u,c,i,o)):(f<1&&(Object(a["g"])(r,u,h,i,f,s),u=s[1],h=s[2],i=s[3],Object(a["g"])(n,c,l,o,f,s),c=s[1],l=s[2],o=s[3]),t.bezierCurveTo(u,c,h,l,i,o)))},e.prototype.pointAt=function(t){return c(this.shape,t,!1)},e.prototype.tangentAt=function(t){var e=c(this.shape,t,!0);return o["m"](e,e)},e}(i["b"]);h.prototype.type="bezier-curve",e["a"]=h},"77df":function(t,e,r){"use strict";var n=function(){function t(t,e){this.x=t||0,this.y=e||0}return t.prototype.copy=function(t){return this.x=t.x,this.y=t.y,this},t.prototype.clone=function(){return new t(this.x,this.y)},t.prototype.set=function(t,e){return this.x=t,this.y=e,this},t.prototype.equal=function(t){return t.x===this.x&&t.y===this.y},t.prototype.add=function(t){return this.x+=t.x,this.y+=t.y,this},t.prototype.scale=function(t){this.x*=t,this.y*=t},t.prototype.scaleAndAdd=function(t,e){this.x+=t.x*e,this.y+=t.y*e},t.prototype.sub=function(t){return this.x-=t.x,this.y-=t.y,this},t.prototype.dot=function(t){return this.x*t.x+this.y*t.y},t.prototype.len=function(){return Math.sqrt(this.x*this.x+this.y*this.y)},t.prototype.lenSquare=function(){return this.x*this.x+this.y*this.y},t.prototype.normalize=function(){var t=this.len();return this.x/=t,this.y/=t,this},t.prototype.distance=function(t){var e=this.x-t.x,r=this.y-t.y;return Math.sqrt(e*e+r*r)},t.prototype.distanceSquare=function(t){var e=this.x-t.x,r=this.y-t.y;return e*e+r*r},t.prototype.negate=function(){return this.x=-this.x,this.y=-this.y,this},t.prototype.transform=function(t){if(t){var e=this.x,r=this.y;return this.x=t[0]*e+t[2]*r+t[4],this.y=t[1]*e+t[3]*r+t[5],this}},t.prototype.toArray=function(t){return t[0]=this.x,t[1]=this.y,t},t.prototype.fromArray=function(t){this.x=t[0],this.y=t[1]},t.set=function(t,e,r){t.x=e,t.y=r},t.copy=function(t,e){t.x=e.x,t.y=e.y},t.len=function(t){return Math.sqrt(t.x*t.x+t.y*t.y)},t.lenSquare=function(t){return t.x*t.x+t.y*t.y},t.dot=function(t,e){return t.x*e.x+t.y*e.y},t.add=function(t,e,r){t.x=e.x+r.x,t.y=e.y+r.y},t.sub=function(t,e,r){t.x=e.x-r.x,t.y=e.y-r.y},t.scale=function(t,e,r){t.x=e.x*r,t.y=e.y*r},t.scaleAndAdd=function(t,e,r,n){t.x=e.x+r.x*n,t.y=e.y+r.y*n},t.lerp=function(t,e,r,n){var i=1-n;t.x=i*e.x+n*r.x,t.y=i*e.y+n*r.y},t}();e["a"]=n},"78a2":function(t,e,r){"use strict";var n=r("08c2"),i=r("9ada"),o=r("6677"),a=[],s=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.notClear=!0,e.incremental=!0,e._displayables=[],e._temporaryDisplayables=[],e._cursor=0,e}return Object(n["a"])(e,t),e.prototype.traverse=function(t,e){t.call(e,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,e){e?this._temporaryDisplayables.push(t):this._displayables.push(t),this.markRedraw()},e.prototype.addDisplayables=function(t,e){e=e||!1;for(var r=0;r<t.length;r++)this.addDisplayable(t[r],e)},e.prototype.getDisplayables=function(){return this._displayables},e.prototype.getTemporalDisplayables=function(){return this._temporaryDisplayables},e.prototype.eachPendingDisplayable=function(t){for(var e=this._cursor;e<this._displayables.length;e++)t&&t(this._displayables[e]);for(e=0;e<this._temporaryDisplayables.length;e++)t&&t(this._temporaryDisplayables[e])},e.prototype.update=function(){this.updateTransform();for(var t=this._cursor;t<this._displayables.length;t++){var e=this._displayables[t];e.parent=this,e.update(),e.parent=null}for(t=0;t<this._temporaryDisplayables.length;t++){e=this._temporaryDisplayables[t];e.parent=this,e.update(),e.parent=null}},e.prototype.getBoundingRect=function(){if(!this._rect){for(var t=new o["a"](1/0,1/0,-1/0,-1/0),e=0;e<this._displayables.length;e++){var r=this._displayables[e],n=r.getBoundingRect().clone();r.needLocalTransform()&&n.applyTransform(r.getLocalTransform(a)),t.union(n)}this._rect=t}return this._rect},e.prototype.contain=function(t,e){var r=this.transformCoordToLocal(t,e),n=this.getBoundingRect();if(n.contain(r[0],r[1]))for(var i=0;i<this._displayables.length;i++){var o=this._displayables[i];if(o.contain(t,e))return!0}return!1},e}(i["c"]);e["a"]=s},"85f8":function(t,e,r){"use strict";r.d(e,"b",(function(){return a})),r.d(e,"a",(function(){return s})),r.d(e,"c",(function(){return c}));var n=r("0c90"),i=r("cf22"),o=new n["a"](50);function a(t){if("string"===typeof t){var e=o.get(t);return e&&e.image}return t}function s(t,e,r,n,a){if(t){if("string"===typeof t){if(e&&e.__zrImageSrc===t||!r)return e;var s=o.get(t),h={hostEl:r,cb:n,cbPayload:a};return s?(e=s.image,!c(e)&&s.pending.push(h)):(e=i["d"].loadImage(t,u,u),e.__zrImageSrc=t,o.put(t,e.__cachedImgObj={image:e,pending:[h]})),e}return t}return e}function u(){var t=this.__cachedImgObj;this.onload=this.onerror=this.__cachedImgObj=null;for(var e=0;e<t.pending.length;e++){var r=t.pending[e],n=r.cb;n&&n(this,r.cbPayload),r.hostEl.dirty()}t.pending.length=0}function c(t){return t&&t.width&&t.height}},"86af":function(t,e,r){"use strict";var n=r("08c2"),i=r("f566"),o=function(){function t(){this.cx=0,this.cy=0,this.r=0,this.r0=0}return t}(),a=function(t){function e(e){return t.call(this,e)||this}return Object(n["a"])(e,t),e.prototype.getDefaultShape=function(){return new o},e.prototype.buildPath=function(t,e){var r=e.cx,n=e.cy,i=2*Math.PI;t.moveTo(r+e.r,n),t.arc(r,n,e.r,0,i,!1),t.moveTo(r+e.r0,n),t.arc(r,n,e.r0,0,i,!0)},e}(i["b"]);a.prototype.type="ring",e["a"]=a},"91bf":function(t,e,r){"use strict";var n=r("08c2"),i=r("f566"),o=r("b6e6"),a={},s=function(){function t(){this.x1=0,this.y1=0,this.x2=0,this.y2=0,this.percent=1}return t}(),u=function(t){function e(e){return t.call(this,e)||this}return Object(n["a"])(e,t),e.prototype.getDefaultStyle=function(){return{stroke:"#000",fill:null}},e.prototype.getDefaultShape=function(){return new s},e.prototype.buildPath=function(t,e){var r,n,i,s;if(this.subPixelOptimize){var u=Object(o["b"])(a,e,this.style);r=u.x1,n=u.y1,i=u.x2,s=u.y2}else r=e.x1,n=e.y1,i=e.x2,s=e.y2;var c=e.percent;0!==c&&(t.moveTo(r,n),c<1&&(i=r*(1-c)+i*c,s=n*(1-c)+s*c),t.lineTo(i,s))},e.prototype.pointAt=function(t){var e=this.shape;return[e.x1*(1-t)+e.x2*t,e.y1*(1-t)+e.y2*t]},e}(i["b"]);u.prototype.type="line",e["a"]=u},"97c5":function(t,e,r){"use strict";var n=r("08c2"),i=r("f566");function o(t,e){var r,n,i,o,a,s=e.x,u=e.y,c=e.width,h=e.height,l=e.r;c<0&&(s+=c,c=-c),h<0&&(u+=h,h=-h),"number"===typeof l?r=n=i=o=l:l instanceof Array?1===l.length?r=n=i=o=l[0]:2===l.length?(r=i=l[0],n=o=l[1]):3===l.length?(r=l[0],n=o=l[1],i=l[2]):(r=l[0],n=l[1],i=l[2],o=l[3]):r=n=i=o=0,r+n>c&&(a=r+n,r*=c/a,n*=c/a),i+o>c&&(a=i+o,i*=c/a,o*=c/a),n+i>h&&(a=n+i,n*=h/a,i*=h/a),r+o>h&&(a=r+o,r*=h/a,o*=h/a),t.moveTo(s+r,u),t.lineTo(s+c-n,u),0!==n&&t.arc(s+c-n,u+n,n,-Math.PI/2,0),t.lineTo(s+c,u+h-i),0!==i&&t.arc(s+c-i,u+h-i,i,0,Math.PI/2),t.lineTo(s+o,u+h),0!==o&&t.arc(s+o,u+h-o,o,Math.PI/2,Math.PI),t.lineTo(s,u+r),0!==r&&t.arc(s+r,u+r,r,Math.PI,1.5*Math.PI)}var a=r("b6e6"),s=function(){function t(){this.x=0,this.y=0,this.width=0,this.height=0}return t}(),u={},c=function(t){function e(e){return t.call(this,e)||this}return Object(n["a"])(e,t),e.prototype.getDefaultShape=function(){return new s},e.prototype.buildPath=function(t,e){var r,n,i,s;if(this.subPixelOptimize){var c=Object(a["c"])(u,e,this.style);r=c.x,n=c.y,i=c.width,s=c.height,c.r=e.r,e=c}else r=e.x,n=e.y,i=e.width,s=e.height;e.r?o(t,e):t.rect(r,n,i,s)},e.prototype.isZeroArea=function(){return!this.shape.width||!this.shape.height},e}(i["b"]);c.prototype.type="rect";e["a"]=c},"9a51":function(t,e,r){"use strict";var n=r("08c2"),i=r("d268"),o=function(t){function e(e,r,n,i,o,a){var s=t.call(this,o)||this;return s.x=null==e?0:e,s.y=null==r?0:r,s.x2=null==n?1:n,s.y2=null==i?0:i,s.type="linear",s.global=a||!1,s}return Object(n["a"])(e,t),e}(i["a"]);e["a"]=o},"9ada":function(t,e,r){"use strict";r.d(e,"b",(function(){return c})),r.d(e,"a",(function(){return h}));var n=r("08c2"),i=r("e2c9"),o=r("6677"),a=r("ba54"),s=r("71a8"),u="__zr_style_"+Math.round(10*Math.random()),c={shadowBlur:0,shadowOffsetX:0,shadowOffsetY:0,shadowColor:"#000",opacity:1,blend:"source-over"},h={style:{shadowBlur:!0,shadowOffsetX:!0,shadowOffsetY:!0,shadowColor:!0,opacity:!0}};c[u]=!0;var l=["z","z2","invisible"],f=["invisible"],p=function(t){function e(e){return t.call(this,e)||this}return Object(n["a"])(e,t),e.prototype._init=function(e){for(var r=Object(a["F"])(e),n=0;n<r.length;n++){var i=r[n];"style"===i?this.useStyle(e[i]):t.prototype.attrKV.call(this,i,e[i])}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,e,r,n){var i=this.transform;if(this.ignore||this.invisible||0===this.style.opacity||this.culling&&y(this,t,e)||i&&!i[0]&&!i[3])return!1;if(r&&this.__clipPaths)for(var o=0;o<this.__clipPaths.length;++o)if(this.__clipPaths[o].isZeroArea())return!1;if(n&&this.parent){var a=this.parent;while(a){if(a.ignore)return!1;a=a.parent}}return!0},e.prototype.contain=function(t,e){return this.rectContain(t,e)},e.prototype.traverse=function(t,e){t.call(e,this)},e.prototype.rectContain=function(t,e){var r=this.transformCoordToLocal(t,e),n=this.getBoundingRect();return n.contain(r[0],r[1])},e.prototype.getPaintRect=function(){var t=this._paintRect;if(!this._paintRect||this.__dirty){var e=this.transform,r=this.getBoundingRect(),n=this.style,i=n.shadowBlur||0,a=n.shadowOffsetX||0,s=n.shadowOffsetY||0;t=this._paintRect||(this._paintRect=new o["a"](0,0,0,0)),e?o["a"].applyTransform(t,r,e):t.copy(r),(i||a||s)&&(t.width+=2*i+Math.abs(a),t.height+=2*i+Math.abs(s),t.x=Math.min(t.x,t.x+a-i),t.y=Math.min(t.y,t.y+s-i));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+2*u),t.height=Math.ceil(t.height+1+2*u))}return t},e.prototype.setPrevPaintRect=function(t){t?(this._prevPaintRect=this._prevPaintRect||new o["a"](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){"style"===t?this.dirtyStyle():this.markRedraw()},e.prototype.attrKV=function(e,r){"style"!==e?t.prototype.attrKV.call(this,e,r):this.style?this.setStyle(r):this.useStyle(r)},e.prototype.setStyle=function(t,e){return"string"===typeof t?this.style[t]=e:Object(a["m"])(this.style,t),this.dirtyStyle(),this},e.prototype.dirtyStyle=function(t){t||this.markRedraw(),this.__dirty|=s["c"],this._rect&&(this._rect=null)},e.prototype.dirty=function(){this.dirtyStyle()},e.prototype.styleChanged=function(){return!!(this.__dirty&s["c"])},e.prototype.styleUpdated=function(){this.__dirty&=~s["c"]},e.prototype.createStyle=function(t){return Object(a["g"])(c,t)},e.prototype.useStyle=function(t){t[u]||(t=this.createStyle(t)),this.__inHover?this.__hoverStyle=t:this.style=t,this.dirtyStyle()},e.prototype.isStyleObject=function(t){return t[u]},e.prototype._innerSaveToNormal=function(e){t.prototype._innerSaveToNormal.call(this,e);var r=this._normalState;e.style&&!r.style&&(r.style=this._mergeStyle(this.createStyle(),this.style)),this._savePrimaryToNormal(e,r,l)},e.prototype._applyStateObj=function(e,r,n,i,o,s){t.prototype._applyStateObj.call(this,e,r,n,i,o,s);var u,c=!(r&&i);if(r&&r.style?o?i?u=r.style:(u=this._mergeStyle(this.createStyle(),n.style),this._mergeStyle(u,r.style)):(u=this._mergeStyle(this.createStyle(),i?this.style:n.style),this._mergeStyle(u,r.style)):c&&(u=n.style),u)if(o){var h=this.style;if(this.style=this.createStyle(c?{}:h),c)for(var p=Object(a["F"])(h),d=0;d<p.length;d++){var v=p[d];v in u&&(u[v]=u[v],this.style[v]=h[v])}var y=Object(a["F"])(u);for(d=0;d<y.length;d++){v=y[d];this.style[v]=this.style[v]}this._transitionState(e,{style:u},s,this.getAnimationStyleProps())}else this.useStyle(u);var g=this.__inHover?f:l;for(d=0;d<g.length;d++){v=g[d];r&&null!=r[v]?this[v]=r[v]:c&&null!=n[v]&&(this[v]=n[v])}},e.prototype._mergeStates=function(e){for(var r,n=t.prototype._mergeStates.call(this,e),i=0;i<e.length;i++){var o=e[i];o.style&&(r=r||{},this._mergeStyle(r,o.style))}return r&&(n.style=r),n},e.prototype._mergeStyle=function(t,e){return Object(a["m"])(t,e),t},e.prototype.getAnimationStyleProps=function(){return h},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=s["a"]|s["c"]}(),e}(i["a"]),d=new o["a"](0,0,0,0),v=new o["a"](0,0,0,0);function y(t,e,r){return d.copy(t.getBoundingRect()),t.transform&&d.applyTransform(t.transform),v.width=e,v.height=r,!d.intersect(v)}e["c"]=p},"9c3a":function(t,e,r){"use strict";var n=r("08c2"),i=r("f566"),o=r("41b3"),a=function(){function t(){this.points=null,this.smooth=0,this.smoothConstraint=null}return t}(),s=function(t){function e(e){return t.call(this,e)||this}return Object(n["a"])(e,t),e.prototype.getDefaultShape=function(){return new a},e.prototype.buildPath=function(t,e){o["a"](t,e,!0)},e}(i["b"]);s.prototype.type="polygon",e["a"]=s},"9ccc":function(t,e,r){"use strict";r.d(e,"d",(function(){return p})),r.d(e,"c",(function(){return d})),r.d(e,"b",(function(){return g})),r.d(e,"e",(function(){return b})),r.d(e,"a",(function(){return m}));var n=r("d9bc"),i=r("e094"),o=Math.min,a=Math.max,s=Math.sin,u=Math.cos,c=2*Math.PI,h=n["e"](),l=n["e"](),f=n["e"]();function p(t,e,r){if(0!==t.length){for(var n=t[0],i=n[0],s=n[0],u=n[1],c=n[1],h=1;h<t.length;h++)n=t[h],i=o(i,n[0]),s=a(s,n[0]),u=o(u,n[1]),c=a(c,n[1]);e[0]=i,e[1]=u,r[0]=s,r[1]=c}}function d(t,e,r,n,i,s){i[0]=o(t,r),i[1]=o(e,n),s[0]=a(t,r),s[1]=a(e,n)}var v=[],y=[];function g(t,e,r,n,s,u,c,h,l,f){var p=i["c"],d=i["a"],g=p(t,r,s,c,v);l[0]=1/0,l[1]=1/0,f[0]=-1/0,f[1]=-1/0;for(var b=0;b<g;b++){var m=d(t,r,s,c,v[b]);l[0]=o(m,l[0]),f[0]=a(m,f[0])}g=p(e,n,u,h,y);for(b=0;b<g;b++){var _=d(e,n,u,h,y[b]);l[1]=o(_,l[1]),f[1]=a(_,f[1])}l[0]=o(t,l[0]),f[0]=a(t,f[0]),l[0]=o(c,l[0]),f[0]=a(c,f[0]),l[1]=o(e,l[1]),f[1]=a(e,f[1]),l[1]=o(h,l[1]),f[1]=a(h,f[1])}function b(t,e,r,n,s,u,c,h){var l=i["j"],f=i["h"],p=a(o(l(t,r,s),1),0),d=a(o(l(e,n,u),1),0),v=f(t,r,s,p),y=f(e,n,u,d);c[0]=o(t,s,v),c[1]=o(e,u,y),h[0]=a(t,s,v),h[1]=a(e,u,y)}function m(t,e,r,i,o,a,p,d,v){var y=n["l"],g=n["k"],b=Math.abs(o-a);if(b%c<1e-4&&b>1e-4)return d[0]=t-r,d[1]=e-i,v[0]=t+r,void(v[1]=e+i);if(h[0]=u(o)*r+t,h[1]=s(o)*i+e,l[0]=u(a)*r+t,l[1]=s(a)*i+e,y(d,h,l),g(v,h,l),o%=c,o<0&&(o+=c),a%=c,a<0&&(a+=c),o>a&&!p?a+=c:o<a&&p&&(o+=c),p){var m=a;a=o,o=m}for(var _=0;_<a;_+=Math.PI/2)_>o&&(f[0]=u(_)*r+t,f[1]=s(_)*i+e,y(d,f,d),g(v,f,v))}},a274:function(t,e,r){"use strict";var n=r("08c2"),i=r("9ada"),o=r("6677"),a=r("ba54"),s=Object(a["i"])({x:0,y:0},i["b"]),u={style:Object(a["i"])({x:!0,y:!0,width:!0,height:!0,sx:!0,sy:!0,sWidth:!0,sHeight:!0},i["a"].style)};function c(t){return!!(t&&"string"!==typeof t&&t.width&&t.height)}var h=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return Object(n["a"])(e,t),e.prototype.createStyle=function(t){return Object(a["g"])(s,t)},e.prototype._getSize=function(t){var e=this.style,r=e[t];if(null!=r)return r;var n=c(e.image)?e.image:this.__image;if(!n)return 0;var i="width"===t?"height":"width",o=e[i];return null==o?n[t]:n[t]/n[i]*o},e.prototype.getWidth=function(){return this._getSize("width")},e.prototype.getHeight=function(){return this._getSize("height")},e.prototype.getAnimationStyleProps=function(){return u},e.prototype.getBoundingRect=function(){var t=this.style;return this._rect||(this._rect=new o["a"](t.x||0,t.y||0,this.getWidth(),this.getHeight())),this._rect},e}(i["c"]);h.prototype.type="image",e["a"]=h},a30a:function(t,e,r){"use strict";r.d(e,"a",(function(){return a}));var n=r("2d01"),i=1e-8;function o(t,e){return Math.abs(t-e)<i}function a(t,e,r){var i=0,a=t[0];if(!a)return!1;for(var s=1;s<t.length;s++){var u=t[s];i+=Object(n["a"])(a[0],a[1],u[0],u[1],e,r),a=u}var c=t[0];return o(a[0],c[0])&&o(a[1],c[1])||(i+=Object(n["a"])(a[0],a[1],c[0],c[1],e,r)),0!==i}},a68f:function(t,e,r){"use strict";r.d(e,"b",(function(){return T})),r.d(e,"c",(function(){return M})),r.d(e,"d",(function(){return P})),r.d(e,"a",(function(){return C}));var n=r("08c2"),i=r("f566"),o=r("c3a0"),a=r("d9bc"),s=o["a"].CMD,u=[[],[],[]],c=Math.sqrt,h=Math.atan2;function l(t,e){if(e){var r,n,i,o,l,f,p=t.data,d=t.len(),v=s.M,y=s.C,g=s.L,b=s.R,m=s.A,_=s.Q;for(i=0,o=0;i<d;){switch(r=p[i++],o=i,n=0,r){case v:n=1;break;case g:n=1;break;case y:n=3;break;case _:n=2;break;case m:var x=e[4],w=e[5],O=c(e[0]*e[0]+e[1]*e[1]),k=c(e[2]*e[2]+e[3]*e[3]),j=h(-e[1]/k,e[0]/O);p[i]*=O,p[i++]+=x,p[i]*=k,p[i++]+=w,p[i++]*=O,p[i++]*=k,p[i++]+=j,p[i++]+=j,i+=2,o=i;break;case b:f[0]=p[i++],f[1]=p[i++],Object(a["b"])(f,f,e),p[o++]=f[0],p[o++]=f[1],f[0]+=p[i++],f[1]+=p[i++],Object(a["b"])(f,f,e),p[o++]=f[0],p[o++]=f[1]}for(l=0;l<n;l++){var S=u[l];S[0]=p[i++],S[1]=p[i++],Object(a["b"])(S,S,e),p[o++]=S[0],p[o++]=S[1]}}t.increaseVersion()}}var f=r("ba54"),p=Math.sqrt,d=Math.sin,v=Math.cos,y=Math.PI;function g(t){return Math.sqrt(t[0]*t[0]+t[1]*t[1])}function b(t,e){return(t[0]*e[0]+t[1]*e[1])/(g(t)*g(e))}function m(t,e){return(t[0]*e[1]<t[1]*e[0]?-1:1)*Math.acos(b(t,e))}function _(t,e,r,n,i,o,a,s,u,c,h){var l=u*(y/180),f=v(l)*(t-r)/2+d(l)*(e-n)/2,g=-1*d(l)*(t-r)/2+v(l)*(e-n)/2,_=f*f/(a*a)+g*g/(s*s);_>1&&(a*=p(_),s*=p(_));var x=(i===o?-1:1)*p((a*a*(s*s)-a*a*(g*g)-s*s*(f*f))/(a*a*(g*g)+s*s*(f*f)))||0,w=x*a*g/s,O=x*-s*f/a,k=(t+r)/2+v(l)*w-d(l)*O,j=(e+n)/2+d(l)*w+v(l)*O,S=m([1,0],[(f-w)/a,(g-O)/s]),T=[(f-w)/a,(g-O)/s],M=[(-1*f-w)/a,(-1*g-O)/s],P=m(T,M);if(b(T,M)<=-1&&(P=y),b(T,M)>=1&&(P=0),P<0){var C=Math.round(P/y*1e6)/1e6;P=2*y+C%2*y}h.addData(c,k,j,a,s,S,P,l,o)}var x=/([mlvhzcqtsa])([^mlvhzcqtsa]*)/gi,w=/-?([0-9]*\.)?[0-9]+([eE]-?[0-9]+)?/g;function O(t){var e=new o["a"];if(!t)return e;var r,n=0,i=0,a=n,s=i,u=o["a"].CMD,c=t.match(x);if(!c)return e;for(var h=0;h<c.length;h++){for(var l=c[h],f=l.charAt(0),p=void 0,d=l.match(w)||[],v=d.length,y=0;y<v;y++)d[y]=parseFloat(d[y]);var g=0;while(g<v){var b=void 0,m=void 0,O=void 0,k=void 0,j=void 0,S=void 0,T=void 0,M=n,P=i,C=void 0,A=void 0;switch(f){case"l":n+=d[g++],i+=d[g++],p=u.L,e.addData(p,n,i);break;case"L":n=d[g++],i=d[g++],p=u.L,e.addData(p,n,i);break;case"m":n+=d[g++],i+=d[g++],p=u.M,e.addData(p,n,i),a=n,s=i,f="l";break;case"M":n=d[g++],i=d[g++],p=u.M,e.addData(p,n,i),a=n,s=i,f="L";break;case"h":n+=d[g++],p=u.L,e.addData(p,n,i);break;case"H":n=d[g++],p=u.L,e.addData(p,n,i);break;case"v":i+=d[g++],p=u.L,e.addData(p,n,i);break;case"V":i=d[g++],p=u.L,e.addData(p,n,i);break;case"C":p=u.C,e.addData(p,d[g++],d[g++],d[g++],d[g++],d[g++],d[g++]),n=d[g-2],i=d[g-1];break;case"c":p=u.C,e.addData(p,d[g++]+n,d[g++]+i,d[g++]+n,d[g++]+i,d[g++]+n,d[g++]+i),n+=d[g-2],i+=d[g-1];break;case"S":b=n,m=i,C=e.len(),A=e.data,r===u.C&&(b+=n-A[C-4],m+=i-A[C-3]),p=u.C,M=d[g++],P=d[g++],n=d[g++],i=d[g++],e.addData(p,b,m,M,P,n,i);break;case"s":b=n,m=i,C=e.len(),A=e.data,r===u.C&&(b+=n-A[C-4],m+=i-A[C-3]),p=u.C,M=n+d[g++],P=i+d[g++],n+=d[g++],i+=d[g++],e.addData(p,b,m,M,P,n,i);break;case"Q":M=d[g++],P=d[g++],n=d[g++],i=d[g++],p=u.Q,e.addData(p,M,P,n,i);break;case"q":M=d[g++]+n,P=d[g++]+i,n+=d[g++],i+=d[g++],p=u.Q,e.addData(p,M,P,n,i);break;case"T":b=n,m=i,C=e.len(),A=e.data,r===u.Q&&(b+=n-A[C-4],m+=i-A[C-3]),n=d[g++],i=d[g++],p=u.Q,e.addData(p,b,m,n,i);break;case"t":b=n,m=i,C=e.len(),A=e.data,r===u.Q&&(b+=n-A[C-4],m+=i-A[C-3]),n+=d[g++],i+=d[g++],p=u.Q,e.addData(p,b,m,n,i);break;case"A":O=d[g++],k=d[g++],j=d[g++],S=d[g++],T=d[g++],M=n,P=i,n=d[g++],i=d[g++],p=u.A,_(M,P,n,i,S,T,O,k,j,p,e);break;case"a":O=d[g++],k=d[g++],j=d[g++],S=d[g++],T=d[g++],M=n,P=i,n+=d[g++],i+=d[g++],p=u.A,_(M,P,n,i,S,T,O,k,j,p,e);break}}"z"!==f&&"Z"!==f||(p=u.Z,e.addData(p),n=a,i=s),r=p}return e.toStatic(),e}var k=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return Object(n["a"])(e,t),e.prototype.applyTransform=function(t){},e}(i["b"]);function j(t){return null!=t.setData}function S(t,e){var r=O(t),n=Object(f["m"])({},e);return n.buildPath=function(t){if(j(t)){t.setData(r.data);var e=t.getContext();e&&t.rebuildPath(e,1)}else{e=t;r.rebuildPath(e,1)}},n.applyTransform=function(t){l(r,t),this.dirtyShape()},n}function T(t,e){return new k(S(t,e))}function M(t,e){var r=S(t,e),i=function(t){function e(e){var n=t.call(this,e)||this;return n.applyTransform=r.applyTransform,n.buildPath=r.buildPath,n}return Object(n["a"])(e,t),e}(k);return i}function P(t,e){for(var r=[],n=t.length,o=0;o<n;o++){var a=t[o];r.push(a.getUpdatedPathProxy(!0))}var s=new i["b"](e);return s.createPathProxy(),s.buildPath=function(t){if(j(t)){t.appendPath(r);var e=t.getContext();e&&t.rebuildPath(e,1)}},s}function C(t,e){e=e||{};var r=new i["b"];return t.shape&&r.setShape(t.shape),r.setStyle(t.style),e.bakeTransform?l(r.path,t.getComputedTransform()):e.toLocal?r.setLocalTransform(t.getComputedTransform()):r.copyTransform(t),r.buildPath=t.buildPath,r.applyTransform=r.applyTransform,r.z=t.z,r.z2=t.z2,r.zlevel=t.zlevel,r}},b1fe:function(t,e,r){"use strict";var n=r("08c2"),i=r("f566"),o=function(){function t(){this.cx=0,this.cy=0,this.r=0,this.startAngle=0,this.endAngle=2*Math.PI,this.clockwise=!0}return t}(),a=function(t){function e(e){return t.call(this,e)||this}return Object(n["a"])(e,t),e.prototype.getDefaultStyle=function(){return{stroke:"#000",fill:null}},e.prototype.getDefaultShape=function(){return new o},e.prototype.buildPath=function(t,e){var r=e.cx,n=e.cy,i=Math.max(e.r,0),o=e.startAngle,a=e.endAngle,s=e.clockwise,u=Math.cos(o),c=Math.sin(o);t.moveTo(u*i+r,c*i+n),t.arc(r,n,i,o,a,!s)},e}(i["b"]);a.prototype.type="arc",e["a"]=a},b54c:function(t,e,r){"use strict";var n=r("08c2"),i=r("f566"),o=r("41b3"),a=function(){function t(){this.points=null,this.percent=1,this.smooth=0,this.smoothConstraint=null}return t}(),s=function(t){function e(e){return t.call(this,e)||this}return Object(n["a"])(e,t),e.prototype.getDefaultStyle=function(){return{stroke:"#000",fill:null}},e.prototype.getDefaultShape=function(){return new a},e.prototype.buildPath=function(t,e){o["a"](t,e,!1)},e}(i["b"]);s.prototype.type="polyline",e["a"]=s},b6e6:function(t,e,r){"use strict";r.d(e,"b",(function(){return i})),r.d(e,"c",(function(){return o})),r.d(e,"a",(function(){return a}));var n=Math.round;function i(t,e,r){if(e){var i=e.x1,o=e.x2,s=e.y1,u=e.y2;t.x1=i,t.x2=o,t.y1=s,t.y2=u;var c=r&&r.lineWidth;return c?(n(2*i)===n(2*o)&&(t.x1=t.x2=a(i,c,!0)),n(2*s)===n(2*u)&&(t.y1=t.y2=a(s,c,!0)),t):t}}function o(t,e,r){if(e){var n=e.x,i=e.y,o=e.width,s=e.height;t.x=n,t.y=i,t.width=o,t.height=s;var u=r&&r.lineWidth;return u?(t.x=a(n,u,!0),t.y=a(i,u,!0),t.width=Math.max(a(n+o,u,!1)-t.x,0===o?0:1),t.height=Math.max(a(i+s,u,!1)-t.y,0===s?0:1),t):t}}function a(t,e,r){if(!e)return t;var i=n(2*t);return(i+n(e))%2===0?i/2:(i+(r?1:-1))/2}},ba54:function(t,e,r){"use strict";r.d(e,"p",(function(){return y})),r.d(e,"G",(function(){return g})),r.d(e,"d",(function(){return b})),r.d(e,"I",(function(){return m})),r.d(e,"J",(function(){return _})),r.d(e,"m",(function(){return x})),r.d(e,"i",(function(){return w})),r.d(e,"r",(function(){return O})),r.d(e,"s",(function(){return k})),r.d(e,"K",(function(){return j})),r.d(e,"u",(function(){return S})),r.d(e,"k",(function(){return T})),r.d(e,"H",(function(){return M})),r.d(e,"N",(function(){return P})),r.d(e,"n",(function(){return C})),r.d(e,"o",(function(){return A})),r.d(e,"F",(function(){return D})),r.d(e,"c",(function(){return L})),r.d(e,"h",(function(){return z})),r.d(e,"t",(function(){return I})),r.d(e,"w",(function(){return R})),r.d(e,"C",(function(){return B})),r.d(e,"D",(function(){return W})),r.d(e,"z",(function(){return N})),r.d(e,"A",(function(){return H})),r.d(e,"E",(function(){return E})),r.d(e,"v",(function(){return q})),r.d(e,"x",(function(){return Y})),r.d(e,"y",(function(){return U})),r.d(e,"B",(function(){return V})),r.d(e,"l",(function(){return Z})),r.d(e,"O",(function(){return Q})),r.d(e,"P",(function(){return G})),r.d(e,"Q",(function(){return $})),r.d(e,"S",(function(){return K})),r.d(e,"M",(function(){return J})),r.d(e,"b",(function(){return tt})),r.d(e,"T",(function(){return et})),r.d(e,"R",(function(){return nt})),r.d(e,"f",(function(){return at})),r.d(e,"e",(function(){return st})),r.d(e,"g",(function(){return ut})),r.d(e,"j",(function(){return ct})),r.d(e,"q",(function(){return ht})),r.d(e,"L",(function(){return lt})),r.d(e,"a",(function(){return ft}));var n=r("cf22"),i=P(["Function","RegExp","Date","Error","CanvasGradient","CanvasPattern","Image","Canvas"],(function(t,e){return t["[object "+e+"]"]=!0,t}),{}),o=P(["Int8","Uint8","Uint8Clamped","Int16","Uint16","Int32","Uint32","Float32","Float64"],(function(t,e){return t["[object "+e+"Array]"]=!0,t}),{}),a=Object.prototype.toString,s=Array.prototype,u=s.forEach,c=s.filter,h=s.slice,l=s.map,f=function(){}.constructor,p=f?f.prototype:null,d="__proto__",v=2311;function y(){return v++}function g(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];"undefined"!==typeof console&&console.error.apply(console,t)}function b(t){if(null==t||"object"!==typeof t)return t;var e=t,r=a.call(t);if("[object Array]"===r){if(!it(t)){e=[];for(var n=0,s=t.length;n<s;n++)e[n]=b(t[n])}}else if(o[r]){if(!it(t)){var u=t.constructor;if(u.from)e=u.from(t);else{e=new u(t.length);for(n=0,s=t.length;n<s;n++)e[n]=t[n]}}}else if(!i[r]&&!it(t)&&!q(t))for(var c in e={},t)t.hasOwnProperty(c)&&c!==d&&(e[c]=b(t[c]));return e}function m(t,e,r){if(!H(e)||!H(t))return r?b(e):t;for(var n in e)if(e.hasOwnProperty(n)&&n!==d){var i=t[n],o=e[n];!H(o)||!H(i)||I(o)||I(i)||q(o)||q(i)||X(o)||X(i)||it(o)||it(i)?!r&&n in t||(t[n]=b(e[n])):m(i,o,r)}return t}function _(t,e){for(var r=t[0],n=1,i=t.length;n<i;n++)r=m(r,t[n],e);return r}function x(t,e){if(Object.assign)Object.assign(t,e);else for(var r in e)e.hasOwnProperty(r)&&r!==d&&(t[r]=e[r]);return t}function w(t,e,r){for(var n=D(e),i=0;i<n.length;i++){var o=n[i];(r?null!=e[o]:null==t[o])&&(t[o]=e[o])}return t}n["d"].createCanvas;function O(t,e){if(t){if(t.indexOf)return t.indexOf(e);for(var r=0,n=t.length;r<n;r++)if(t[r]===e)return r}return-1}function k(t,e){var r=t.prototype;function n(){}for(var i in n.prototype=e.prototype,t.prototype=new n,r)r.hasOwnProperty(i)&&(t.prototype[i]=r[i]);t.prototype.constructor=t,t.superClass=e}function j(t,e,r){if(t="prototype"in t?t.prototype:t,e="prototype"in e?e.prototype:e,Object.getOwnPropertyNames)for(var n=Object.getOwnPropertyNames(e),i=0;i<n.length;i++){var o=n[i];"constructor"!==o&&(r?null!=e[o]:null==t[o])&&(t[o]=e[o])}else w(t,e,r)}function S(t){return!!t&&("string"!==typeof t&&"number"===typeof t.length)}function T(t,e,r){if(t&&e)if(t.forEach&&t.forEach===u)t.forEach(e,r);else if(t.length===+t.length)for(var n=0,i=t.length;n<i;n++)e.call(r,t[n],n,t);else for(var o in t)t.hasOwnProperty(o)&&e.call(r,t[o],o,t)}function M(t,e,r){if(!t)return[];if(!e)return K(t);if(t.map&&t.map===l)return t.map(e,r);for(var n=[],i=0,o=t.length;i<o;i++)n.push(e.call(r,t[i],i,t));return n}function P(t,e,r,n){if(t&&e){for(var i=0,o=t.length;i<o;i++)r=e.call(n,r,t[i],i,t);return r}}function C(t,e,r){if(!t)return[];if(!e)return K(t);if(t.filter&&t.filter===c)return t.filter(e,r);for(var n=[],i=0,o=t.length;i<o;i++)e.call(r,t[i],i,t)&&n.push(t[i]);return n}function A(t,e,r){if(t&&e)for(var n=0,i=t.length;n<i;n++)if(e.call(r,t[n],n,t))return t[n]}function D(t){if(!t)return[];if(Object.keys)return Object.keys(t);var e=[];for(var r in t)t.hasOwnProperty(r)&&e.push(r);return e}function F(t,e){for(var r=[],n=2;n<arguments.length;n++)r[n-2]=arguments[n];return function(){return t.apply(e,r.concat(h.call(arguments)))}}var L=p&&R(p.bind)?p.call.bind(p.bind):F;function z(t){for(var e=[],r=1;r<arguments.length;r++)e[r-1]=arguments[r];return function(){return t.apply(this,e.concat(h.call(arguments)))}}function I(t){return Array.isArray?Array.isArray(t):"[object Array]"===a.call(t)}function R(t){return"function"===typeof t}function B(t){return"string"===typeof t}function W(t){return"[object String]"===a.call(t)}function N(t){return"number"===typeof t}function H(t){var e=typeof t;return"function"===e||!!t&&"object"===e}function X(t){return!!i[a.call(t)]}function E(t){return!!o[a.call(t)]}function q(t){return"object"===typeof t&&"number"===typeof t.nodeType&&"object"===typeof t.ownerDocument}function Y(t){return null!=t.colorStops}function U(t){return null!=t.image}function V(t){return"[object RegExp]"===a.call(t)}function Z(t){return t!==t}function Q(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];for(var r=0,n=t.length;r<n;r++)if(null!=t[r])return t[r]}function G(t,e){return null!=t?t:e}function $(t,e,r){return null!=t?t:null!=e?e:r}function K(t){for(var e=[],r=1;r<arguments.length;r++)e[r-1]=arguments[r];return h.apply(t,e)}function J(t){if("number"===typeof t)return[t,t,t,t];var e=t.length;return 2===e?[t[0],t[1],t[0],t[1]]:3===e?[t[0],t[1],t[2],t[1]]:t}function tt(t,e){if(!t)throw new Error(e)}function et(t){return null==t?null:"function"===typeof t.trim?t.trim():t.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"")}var rt="__ec_primitive__";function nt(t){t[rt]=!0}function it(t){return t[rt]}var ot=function(){function t(e){this.data={};var r=I(e);this.data={};var n=this;function i(t,e){r?n.set(t,e):n.set(e,t)}e instanceof t?e.each(i):e&&T(e,i)}return t.prototype.get=function(t){return this.data.hasOwnProperty(t)?this.data[t]:null},t.prototype.set=function(t,e){return this.data[t]=e},t.prototype.each=function(t,e){for(var r in this.data)this.data.hasOwnProperty(r)&&t.call(e,this.data[r],r)},t.prototype.keys=function(){return D(this.data)},t.prototype.removeKey=function(t){delete this.data[t]},t}();function at(t){return new ot(t)}function st(t,e){for(var r=new t.constructor(t.length+e.length),n=0;n<t.length;n++)r[n]=t[n];var i=t.length;for(n=0;n<e.length;n++)r[n+i]=e[n];return r}function ut(t,e){var r;if(Object.create)r=Object.create(t);else{var n=function(){};n.prototype=t,r=new n}return e&&x(r,e),r}function ct(t){var e=t.style;e.webkitUserSelect="none",e.userSelect="none",e.webkitTapHighlightColor="rgba(0,0,0,0)",e["-webkit-touch-callout"]="none"}function ht(t,e){return t.hasOwnProperty(e)}function lt(){}var ft=180/Math.PI},bb27:function(t,e,r){"use strict";function n(t,e,r,n,i,o,a){if(0===i)return!1;var s=i,u=0,c=t;if(a>e+s&&a>n+s||a<e-s&&a<n-s||o>t+s&&o>r+s||o<t-s&&o<r-s)return!1;if(t===r)return Math.abs(o-t)<=s/2;u=(e-n)/(t-r),c=(t*n-r*e)/(t-r);var h=u*o-a+c,l=h*h/(u*u+1);return l<=s/2*s/2}r.d(e,"a",(function(){return n}))},bf392:function(t,e,r){"use strict";r.d(e,"c",(function(){return _})),r.d(e,"b",(function(){return w}));var n=r("08c2"),i=r("d40a"),o=r("ed6b"),a=r("ba54"),s=r("caa6"),u=r("a274"),c=r("97c5"),h=r("6677"),l=r("9ada"),f=r("cf22"),p={fill:"#000"},d=2,v={style:Object(a["i"])({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},l["a"].style)},y=function(t){function e(e){var r=t.call(this)||this;return r.type="text",r._children=[],r._defaultStyle=p,r.attr(e),r}return Object(n["a"])(e,t),e.prototype.childrenRef=function(){return this._children},e.prototype.update=function(){t.prototype.update.call(this),this.styleChanged()&&this._updateSubTexts();for(var e=0;e<this._children.length;e++){var r=this._children[e];r.zlevel=this.zlevel,r.z=this.z,r.z2=this.z2,r.culling=this.culling,r.cursor=this.cursor,r.invisible=this.invisible}},e.prototype.updateTransform=function(){var e=this.innerTransformable;e?(e.updateTransform(),e.transform&&(this.transform=e.transform)):t.prototype.updateTransform.call(this)},e.prototype.getLocalTransform=function(e){var r=this.innerTransformable;return r?r.getLocalTransform(e):t.prototype.getLocalTransform.call(this,e)},e.prototype.getComputedTransform=function(){return this.__hostTarget&&(this.__hostTarget.getComputedTransform(),this.__hostTarget.updateInnerText(!0)),t.prototype.getComputedTransform.call(this)},e.prototype._updateSubTexts=function(){this._childCursor=0,O(this.style),this.style.rich?this._updateRichTexts():this._updatePlainTexts(),this._children.length=this._childCursor,this.styleUpdated()},e.prototype.addSelfToZr=function(e){t.prototype.addSelfToZr.call(this,e);for(var r=0;r<this._children.length;r++)this._children[r].__zr=e},e.prototype.removeSelfFromZr=function(e){t.prototype.removeSelfFromZr.call(this,e);for(var r=0;r<this._children.length;r++)this._children[r].__zr=null},e.prototype.getBoundingRect=function(){if(this.styleChanged()&&this._updateSubTexts(),!this._rect){for(var t=new h["a"](0,0,0,0),e=this._children,r=[],n=null,i=0;i<e.length;i++){var o=e[i],a=o.getBoundingRect(),s=o.getLocalTransform(r);s?(t.copy(a),t.applyTransform(s),n=n||t.clone(),n.union(t)):(n=n||a.clone(),n.union(a))}this._rect=n||t}return this._rect},e.prototype.setDefaultTextStyle=function(t){this._defaultStyle=t||p},e.prototype.setTextContent=function(t){0},e.prototype._mergeStyle=function(t,e){if(!e)return t;var r=e.rich,n=t.rich||r&&{};return Object(a["m"])(t,e),r&&n?(this._mergeRich(n,r),t.rich=n):n&&(t.rich=n),t},e.prototype._mergeRich=function(t,e){for(var r=Object(a["F"])(e),n=0;n<r.length;n++){var i=r[n];t[i]=t[i]||{},Object(a["m"])(t[i],e[i])}},e.prototype.getAnimationStyleProps=function(){return v},e.prototype._getOrCreateChild=function(t){var e=this._children[this._childCursor];return e&&e instanceof t||(e=new t),this._children[this._childCursor++]=e,e.__zr=this.__zr,e.parent=this,e},e.prototype._updatePlainTexts=function(){var t=this.style,e=t.font||f["a"],r=t.padding,n=M(t),a=Object(i["a"])(n,t),u=P(t),c=!!t.backgroundColor,l=a.outerHeight,p=a.outerWidth,v=a.contentWidth,y=a.lines,g=a.lineHeight,b=this._defaultStyle,m=t.x||0,_=t.y||0,w=t.align||b.align||"left",O=t.verticalAlign||b.verticalAlign||"top",k=m,C=Object(s["b"])(_,a.contentHeight,O);if(u||r){var A=Object(s["a"])(m,p,w),D=Object(s["b"])(_,l,O);u&&this._renderBackground(t,t,A,D,p,l)}C+=g/2,r&&(k=T(m,w,r),"top"===O?C+=r[0]:"bottom"===O&&(C-=r[2]));for(var F=0,L=!1,z=(S("fill"in t?t.fill:(L=!0,b.fill))),I=(j("stroke"in t?t.stroke:c||b.autoStroke&&!L?null:(F=d,b.stroke))),R=t.textShadowBlur>0,B=null!=t.width&&("truncate"===t.overflow||"break"===t.overflow||"breakAll"===t.overflow),W=a.calculatedLineHeight,N=0;N<y.length;N++){var H=this._getOrCreateChild(o["a"]),X=H.createStyle();H.useStyle(X),X.text=y[N],X.x=k,X.y=C,w&&(X.textAlign=w),X.textBaseline="middle",X.opacity=t.opacity,X.strokeFirst=!0,R&&(X.shadowBlur=t.textShadowBlur||0,X.shadowColor=t.textShadowColor||"transparent",X.shadowOffsetX=t.textShadowOffsetX||0,X.shadowOffsetY=t.textShadowOffsetY||0),X.stroke=I,X.fill=z,I&&(X.lineWidth=t.lineWidth||F,X.lineDash=t.lineDash,X.lineDashOffset=t.lineDashOffset||0),X.font=e,x(X,t),C+=g,B&&H.setBoundingRect(new h["a"](Object(s["a"])(X.x,t.width,X.textAlign),Object(s["b"])(X.y,W,X.textBaseline),v,W))}},e.prototype._updateRichTexts=function(){var t=this.style,e=M(t),r=Object(i["b"])(e,t),n=r.width,o=r.outerWidth,a=r.outerHeight,u=t.padding,c=t.x||0,h=t.y||0,l=this._defaultStyle,f=t.align||l.align,p=t.verticalAlign||l.verticalAlign,d=Object(s["a"])(c,o,f),v=Object(s["b"])(h,a,p),y=d,g=v;u&&(y+=u[3],g+=u[0]);var b=y+n;P(t)&&this._renderBackground(t,t,d,v,o,a);for(var m=!!t.backgroundColor,_=0;_<r.lines.length;_++){var x=r.lines[_],w=x.tokens,O=w.length,k=x.lineHeight,j=x.width,S=0,T=y,C=b,A=O-1,D=void 0;while(S<O&&(D=w[S],!D.align||"left"===D.align))this._placeToken(D,t,k,g,T,"left",m),j-=D.width,T+=D.width,S++;while(A>=0&&(D=w[A],"right"===D.align))this._placeToken(D,t,k,g,C,"right",m),j-=D.width,C-=D.width,A--;T+=(n-(T-y)-(b-C)-j)/2;while(S<=A)D=w[S],this._placeToken(D,t,k,g,T+D.width/2,"center",m),T+=D.width,S++;g+=k}},e.prototype._placeToken=function(t,e,r,n,i,u,c){var l=e.rich[t.styleName]||{};l.text=t.text;var p=t.verticalAlign,v=n+r/2;"top"===p?v=n+t.height/2:"bottom"===p&&(v=n+r-t.height/2);var y=!t.isLineHolder&&P(l);y&&this._renderBackground(l,e,"right"===u?i-t.width:"center"===u?i-t.width/2:i,v-t.height/2,t.width,t.height);var g=!!l.backgroundColor,b=t.textPadding;b&&(i=T(i,u,b),v-=t.height/2-b[0]-t.innerHeight/2);var m=this._getOrCreateChild(o["a"]),_=m.createStyle();m.useStyle(_);var w=this._defaultStyle,O=!1,k=0,M=S("fill"in l?l.fill:"fill"in e?e.fill:(O=!0,w.fill)),C=j("stroke"in l?l.stroke:"stroke"in e?e.stroke:g||c||w.autoStroke&&!O?null:(k=d,w.stroke)),A=l.textShadowBlur>0||e.textShadowBlur>0;_.text=t.text,_.x=i,_.y=v,A&&(_.shadowBlur=l.textShadowBlur||e.textShadowBlur||0,_.shadowColor=l.textShadowColor||e.textShadowColor||"transparent",_.shadowOffsetX=l.textShadowOffsetX||e.textShadowOffsetX||0,_.shadowOffsetY=l.textShadowOffsetY||e.textShadowOffsetY||0),_.textAlign=u,_.textBaseline="middle",_.font=t.font||f["a"],_.opacity=Object(a["Q"])(l.opacity,e.opacity,1),x(_,l),C&&(_.lineWidth=Object(a["Q"])(l.lineWidth,e.lineWidth,k),_.lineDash=Object(a["P"])(l.lineDash,e.lineDash),_.lineDashOffset=e.lineDashOffset||0,_.stroke=C),M&&(_.fill=M);var D=t.contentWidth,F=t.contentHeight;m.setBoundingRect(new h["a"](Object(s["a"])(_.x,D,_.textAlign),Object(s["b"])(_.y,F,_.textBaseline),D,F))},e.prototype._renderBackground=function(t,e,r,n,i,o){var s,h,l=t.backgroundColor,f=t.borderWidth,p=t.borderColor,d=l&&l.image,v=l&&!d,y=t.borderRadius,g=this;if(v||t.lineHeight||f&&p){s=this._getOrCreateChild(c["a"]),s.useStyle(s.createStyle()),s.style.fill=null;var b=s.shape;b.x=r,b.y=n,b.width=i,b.height=o,b.r=y,s.dirtyShape()}if(v){var m=s.style;m.fill=l||null,m.fillOpacity=Object(a["P"])(t.fillOpacity,1)}else if(d){h=this._getOrCreateChild(u["a"]),h.onload=function(){g.dirtyStyle()};var _=h.style;_.image=l.image,_.x=r,_.y=n,_.width=i,_.height=o}if(f&&p){m=s.style;m.lineWidth=f,m.stroke=p,m.strokeOpacity=Object(a["P"])(t.strokeOpacity,1),m.lineDash=t.borderDash,m.lineDashOffset=t.borderDashOffset||0,s.strokeContainThreshold=0,s.hasFill()&&s.hasStroke()&&(m.strokeFirst=!0,m.lineWidth*=2)}var x=(s||h).style;x.shadowBlur=t.shadowBlur||0,x.shadowColor=t.shadowColor||"transparent",x.shadowOffsetX=t.shadowOffsetX||0,x.shadowOffsetY=t.shadowOffsetY||0,x.opacity=Object(a["Q"])(t.opacity,e.opacity,1)},e.makeFont=function(t){var e="";return w(t)&&(e=[t.fontStyle,t.fontWeight,_(t.fontSize),t.fontFamily||"sans-serif"].join(" ")),e&&Object(a["T"])(e)||t.textFont||t.font},e}(l["c"]),g={left:!0,right:1,center:1},b={top:1,bottom:1,middle:1},m=["fontStyle","fontWeight","fontSize","fontFamily"];function _(t){return"string"!==typeof t||-1===t.indexOf("px")&&-1===t.indexOf("rem")&&-1===t.indexOf("em")?isNaN(+t)?f["c"]+"px":t+"px":t}function x(t,e){for(var r=0;r<m.length;r++){var n=m[r],i=e[n];null!=i&&(t[n]=i)}}function w(t){return null!=t.fontSize||t.fontFamily||t.fontWeight}function O(t){return k(t),Object(a["k"])(t.rich,k),t}function k(t){if(t){t.font=y.makeFont(t);var e=t.align;"middle"===e&&(e="center"),t.align=null==e||g[e]?e:"left";var r=t.verticalAlign;"center"===r&&(r="middle"),t.verticalAlign=null==r||b[r]?r:"top";var n=t.padding;n&&(t.padding=Object(a["M"])(t.padding))}}function j(t,e){return null==t||e<=0||"transparent"===t||"none"===t?null:t.image||t.colorStops?"#000":t}function S(t){return null==t||"none"===t?null:t.image||t.colorStops?"#000":t}function T(t,e,r){return"right"===e?t-r[1]:"center"===e?t+r[3]/2-r[1]/2:t+r[3]}function M(t){var e=t.text;return null!=e&&(e+=""),e}function P(t){return!!(t.backgroundColor||t.lineHeight||t.borderWidth&&t.borderColor)}e["a"]=y},c3a0:function(t,e,r){"use strict";r.d(e,"b",(function(){return j}));var n=r("d9bc"),i=r("6677"),o=r("f182"),a=r("9ccc"),s=r("e094"),u={M:1,L:2,C:3,Q:4,A:5,Z:6,R:7},c=[],h=[],l=[],f=[],p=[],d=[],v=Math.min,y=Math.max,g=Math.cos,b=Math.sin,m=Math.abs,_=Math.PI,x=2*_,w="undefined"!==typeof Float32Array,O=[];function k(t){var e=Math.round(t/_*1e8)/1e8;return e%2*_}function j(t,e){var r=k(t[0]);r<0&&(r+=x);var n=r-t[0],i=t[1];i+=n,!e&&i-r>=x?i=r+x:e&&r-i>=x?i=r-x:!e&&r>i?i=r+(x-k(r-i)):e&&r<i&&(i=r-(x-k(i-r))),t[0]=r,t[1]=i}var S=function(){function t(t){this.dpr=1,this._xi=0,this._yi=0,this._x0=0,this._y0=0,this._len=0,t&&(this._saveData=!1),this._saveData&&(this.data=[])}return t.prototype.increaseVersion=function(){this._version++},t.prototype.getVersion=function(){return this._version},t.prototype.setScale=function(t,e,r){r=r||0,r>0&&(this._ux=m(r/o["e"]/t)||0,this._uy=m(r/o["e"]/e)||0)},t.prototype.setDPR=function(t){this.dpr=t},t.prototype.setContext=function(t){this._ctx=t},t.prototype.getContext=function(){return this._ctx},t.prototype.beginPath=function(){return this._ctx&&this._ctx.beginPath(),this.reset(),this},t.prototype.reset=function(){this._saveData&&(this._len=0),this._pathSegLen&&(this._pathSegLen=null,this._pathLen=0),this._version++},t.prototype.moveTo=function(t,e){return this._drawPendingPt(),this.addData(u.M,t,e),this._ctx&&this._ctx.moveTo(t,e),this._x0=t,this._y0=e,this._xi=t,this._yi=e,this},t.prototype.lineTo=function(t,e){var r=m(t-this._xi),n=m(e-this._yi),i=r>this._ux||n>this._uy;if(this.addData(u.L,t,e),this._ctx&&i&&this._ctx.lineTo(t,e),i)this._xi=t,this._yi=e,this._pendingPtDist=0;else{var o=r*r+n*n;o>this._pendingPtDist&&(this._pendingPtX=t,this._pendingPtY=e,this._pendingPtDist=o)}return this},t.prototype.bezierCurveTo=function(t,e,r,n,i,o){return this._drawPendingPt(),this.addData(u.C,t,e,r,n,i,o),this._ctx&&this._ctx.bezierCurveTo(t,e,r,n,i,o),this._xi=i,this._yi=o,this},t.prototype.quadraticCurveTo=function(t,e,r,n){return this._drawPendingPt(),this.addData(u.Q,t,e,r,n),this._ctx&&this._ctx.quadraticCurveTo(t,e,r,n),this._xi=r,this._yi=n,this},t.prototype.arc=function(t,e,r,n,i,o){this._drawPendingPt(),O[0]=n,O[1]=i,j(O,o),n=O[0],i=O[1];var a=i-n;return this.addData(u.A,t,e,r,r,n,a,0,o?0:1),this._ctx&&this._ctx.arc(t,e,r,n,i,o),this._xi=g(i)*r+t,this._yi=b(i)*r+e,this},t.prototype.arcTo=function(t,e,r,n,i){return this._drawPendingPt(),this._ctx&&this._ctx.arcTo(t,e,r,n,i),this},t.prototype.rect=function(t,e,r,n){return this._drawPendingPt(),this._ctx&&this._ctx.rect(t,e,r,n),this.addData(u.R,t,e,r,n),this},t.prototype.closePath=function(){this._drawPendingPt(),this.addData(u.Z);var t=this._ctx,e=this._x0,r=this._y0;return t&&t.closePath(),this._xi=e,this._yi=r,this},t.prototype.fill=function(t){t&&t.fill(),this.toStatic()},t.prototype.stroke=function(t){t&&t.stroke(),this.toStatic()},t.prototype.len=function(){return this._len},t.prototype.setData=function(t){var e=t.length;this.data&&this.data.length===e||!w||(this.data=new Float32Array(e));for(var r=0;r<e;r++)this.data[r]=t[r];this._len=e},t.prototype.appendPath=function(t){t instanceof Array||(t=[t]);for(var e=t.length,r=0,n=this._len,i=0;i<e;i++)r+=t[i].len();w&&this.data instanceof Float32Array&&(this.data=new Float32Array(n+r));for(i=0;i<e;i++)for(var o=t[i].data,a=0;a<o.length;a++)this.data[n++]=o[a];this._len=n},t.prototype.addData=function(t,e,r,n,i,o,a,s,u){if(this._saveData){var c=this.data;this._len+arguments.length>c.length&&(this._expandData(),c=this.data);for(var h=0;h<arguments.length;h++)c[this._len++]=arguments[h]}},t.prototype._drawPendingPt=function(){this._pendingPtDist>0&&(this._ctx&&this._ctx.lineTo(this._pendingPtX,this._pendingPtY),this._pendingPtDist=0)},t.prototype._expandData=function(){if(!(this.data instanceof Array)){for(var t=[],e=0;e<this._len;e++)t[e]=this.data[e];this.data=t}},t.prototype.toStatic=function(){if(this._saveData){this._drawPendingPt();var t=this.data;t instanceof Array&&(t.length=this._len,w&&this._len>11&&(this.data=new Float32Array(t)))}},t.prototype.getBoundingRect=function(){l[0]=l[1]=p[0]=p[1]=Number.MAX_VALUE,f[0]=f[1]=d[0]=d[1]=-Number.MAX_VALUE;var t,e=this.data,r=0,o=0,s=0,c=0;for(t=0;t<this._len;){var h=e[t++],v=1===t;switch(v&&(r=e[t],o=e[t+1],s=r,c=o),h){case u.M:r=s=e[t++],o=c=e[t++],p[0]=s,p[1]=c,d[0]=s,d[1]=c;break;case u.L:Object(a["c"])(r,o,e[t],e[t+1],p,d),r=e[t++],o=e[t++];break;case u.C:Object(a["b"])(r,o,e[t++],e[t++],e[t++],e[t++],e[t],e[t+1],p,d),r=e[t++],o=e[t++];break;case u.Q:Object(a["e"])(r,o,e[t++],e[t++],e[t],e[t+1],p,d),r=e[t++],o=e[t++];break;case u.A:var y=e[t++],m=e[t++],_=e[t++],x=e[t++],w=e[t++],O=e[t++]+w;t+=1;var k=!e[t++];v&&(s=g(w)*_+y,c=b(w)*x+m),Object(a["a"])(y,m,_,x,w,O,k,p,d),r=g(O)*_+y,o=b(O)*x+m;break;case u.R:s=r=e[t++],c=o=e[t++];var j=e[t++],S=e[t++];Object(a["c"])(s,c,s+j,c+S,p,d);break;case u.Z:r=s,o=c;break}n["l"](l,l,p),n["k"](f,f,d)}return 0===t&&(l[0]=l[1]=f[0]=f[1]=0),new i["a"](l[0],l[1],f[0]-l[0],f[1]-l[1])},t.prototype._calculateLength=function(){var t=this.data,e=this._len,r=this._ux,n=this._uy,i=0,o=0,a=0,c=0;this._pathSegLen||(this._pathSegLen=[]);for(var h=this._pathSegLen,l=0,f=0,p=0;p<e;){var d=t[p++],_=1===p;_&&(i=t[p],o=t[p+1],a=i,c=o);var w=-1;switch(d){case u.M:i=a=t[p++],o=c=t[p++];break;case u.L:var O=t[p++],k=t[p++],j=O-i,S=k-o;(m(j)>r||m(S)>n||p===e-1)&&(w=Math.sqrt(j*j+S*S),i=O,o=k);break;case u.C:var T=t[p++],M=t[p++],P=(O=t[p++],k=t[p++],t[p++]),C=t[p++];w=Object(s["d"])(i,o,T,M,O,k,P,C,10),i=P,o=C;break;case u.Q:T=t[p++],M=t[p++],O=t[p++],k=t[p++];w=Object(s["k"])(i,o,T,M,O,k,10),i=O,o=k;break;case u.A:var A=t[p++],D=t[p++],F=t[p++],L=t[p++],z=t[p++],I=t[p++],R=I+z;p+=1;t[p++];_&&(a=g(z)*F+A,c=b(z)*L+D),w=y(F,L)*v(x,Math.abs(I)),i=g(R)*F+A,o=b(R)*L+D;break;case u.R:a=i=t[p++],c=o=t[p++];var B=t[p++],W=t[p++];w=2*B+2*W;break;case u.Z:j=a-i,S=c-o;w=Math.sqrt(j*j+S*S),i=a,o=c;break}w>=0&&(h[f++]=w,l+=w)}return this._pathLen=l,l},t.prototype.rebuildPath=function(t,e){var r,n,i,o,a,l,f,p,d,_,x,w=this.data,O=this._ux,k=this._uy,j=this._len,S=e<1,T=0,M=0,P=0;if(!S||(this._pathSegLen||this._calculateLength(),f=this._pathSegLen,p=this._pathLen,d=e*p,d))t:for(var C=0;C<j;){var A=w[C++],D=1===C;switch(D&&(i=w[C],o=w[C+1],r=i,n=o),A!==u.L&&P>0&&(t.lineTo(_,x),P=0),A){case u.M:r=i=w[C++],n=o=w[C++],t.moveTo(i,o);break;case u.L:a=w[C++],l=w[C++];var F=m(a-i),L=m(l-o);if(F>O||L>k){if(S){var z=f[M++];if(T+z>d){var I=(d-T)/z;t.lineTo(i*(1-I)+a*I,o*(1-I)+l*I);break t}T+=z}t.lineTo(a,l),i=a,o=l,P=0}else{var R=F*F+L*L;R>P&&(_=a,x=l,P=R)}break;case u.C:var B=w[C++],W=w[C++],N=w[C++],H=w[C++],X=w[C++],E=w[C++];if(S){z=f[M++];if(T+z>d){I=(d-T)/z;Object(s["g"])(i,B,N,X,I,c),Object(s["g"])(o,W,H,E,I,h),t.bezierCurveTo(c[1],h[1],c[2],h[2],c[3],h[3]);break t}T+=z}t.bezierCurveTo(B,W,N,H,X,E),i=X,o=E;break;case u.Q:B=w[C++],W=w[C++],N=w[C++],H=w[C++];if(S){z=f[M++];if(T+z>d){I=(d-T)/z;Object(s["n"])(i,B,N,I,c),Object(s["n"])(o,W,H,I,h),t.quadraticCurveTo(c[1],h[1],c[2],h[2]);break t}T+=z}t.quadraticCurveTo(B,W,N,H),i=N,o=H;break;case u.A:var q=w[C++],Y=w[C++],U=w[C++],V=w[C++],Z=w[C++],Q=w[C++],G=w[C++],$=!w[C++],K=U>V?U:V,J=m(U-V)>.001,tt=Z+Q,et=!1;if(S){z=f[M++];T+z>d&&(tt=Z+Q*(d-T)/z,et=!0),T+=z}if(J&&t.ellipse?t.ellipse(q,Y,U,V,G,Z,tt,$):t.arc(q,Y,K,Z,tt,$),et)break t;D&&(r=g(Z)*U+q,n=b(Z)*V+Y),i=g(tt)*U+q,o=b(tt)*V+Y;break;case u.R:r=i=w[C],n=o=w[C+1],a=w[C++],l=w[C++];var rt=w[C++],nt=w[C++];if(S){z=f[M++];if(T+z>d){var it=d-T;t.moveTo(a,l),t.lineTo(a+v(it,rt),l),it-=rt,it>0&&t.lineTo(a+rt,l+v(it,nt)),it-=nt,it>0&&t.lineTo(a+y(rt-it,0),l+nt),it-=rt,it>0&&t.lineTo(a,l+y(nt-it,0));break t}T+=z}t.rect(a,l,rt,nt);break;case u.Z:if(S){z=f[M++];if(T+z>d){I=(d-T)/z;t.lineTo(i*(1-I)+r*I,o*(1-I)+n*I);break t}T+=z}t.closePath(),i=r,o=n}}},t.prototype.clone=function(){var e=new t,r=this.data;return e.data=r.slice?r.slice():Array.prototype.slice.call(r),e._len=this._len,e},t.CMD=u,t.initDefaultProps=function(){var e=t.prototype;e._saveData=!0,e._ux=0,e._uy=0,e._pendingPtDist=0,e._version=0}(),t}();e["a"]=S},c8d0:function(t,e,r){"use strict";(function(t){r.d(e,"p",(function(){return s})),r.d(e,"j",(function(){return c})),r.d(e,"q",(function(){return l})),r.d(e,"e",(function(){return f})),r.d(e,"a",(function(){return p})),r.d(e,"b",(function(){return d})),r.d(e,"i",(function(){return v})),r.d(e,"h",(function(){return y})),r.d(e,"l",(function(){return g})),r.d(e,"n",(function(){return m})),r.d(e,"m",(function(){return _})),r.d(e,"o",(function(){return x})),r.d(e,"k",(function(){return w})),r.d(e,"d",(function(){return O})),r.d(e,"f",(function(){return k})),r.d(e,"g",(function(){return j})),r.d(e,"c",(function(){return S}));var n=r("ba54"),i=r("1eb8"),o=r("f505"),a=Math.round;function s(t){var e;if(t&&"transparent"!==t){if("string"===typeof t&&t.indexOf("rgba")>-1){var r=Object(i["g"])(t);r&&(t="rgb("+r[0]+","+r[1]+","+r[2]+")",e=r[3])}}else t="none";return{color:t,opacity:null==e?1:e}}var u=1e-4;function c(t){return t<u&&t>-u}function h(t){return a(1e3*t)/1e3}function l(t){return a(1e4*t)/1e4}function f(t){return"matrix("+h(t[0])+","+h(t[1])+","+h(t[2])+","+h(t[3])+","+l(t[4])+","+l(t[5])+")"}var p={left:"start",right:"end",center:"middle",middle:"middle"};function d(t,e,r){return"top"===r?t+=e/2:"bottom"===r&&(t-=e/2),t}function v(t){return t&&(t.shadowBlur||t.shadowOffsetX||t.shadowOffsetY)}function y(t){var e=t.style,r=t.getGlobalScale();return[e.shadowColor,(e.shadowBlur||0).toFixed(2),(e.shadowOffsetX||0).toFixed(2),(e.shadowOffsetY||0).toFixed(2),r[0],r[1]].join(",")}function g(t){return t&&!!t.image}function b(t){return t&&!!t.svgElement}function m(t){return g(t)||b(t)}function _(t){return"linear"===t.type}function x(t){return"radial"===t.type}function w(t){return t&&("linear"===t.type||"radial"===t.type)}function O(t){return"url(#"+t+")"}function k(t){var e=t.getGlobalScale(),r=Math.max(e[0],e[1]);return Math.max(Math.ceil(Math.log(r)/Math.log(10)),1)}function j(t){var e=t.x||0,r=t.y||0,i=(t.rotation||0)*n["a"],o=Object(n["P"])(t.scaleX,1),s=Object(n["P"])(t.scaleY,1),u=t.skewX||0,c=t.skewY||0,h=[];return(e||r)&&h.push("translate("+e+"px,"+r+"px)"),i&&h.push("rotate("+i+")"),1===o&&1===s||h.push("scale("+o+","+s+")"),(u||c)&&h.push("skew("+a(u*n["a"])+"deg, "+a(c*n["a"])+"deg)"),h.join(" ")}var S=function(){return o["a"].hasGlobalWindow&&Object(n["w"])(window.btoa)?function(t){return window.btoa(unescape(t))}:"undefined"!==typeof t?function(e){return t.from(e).toString("base64")}:function(t){return null}}()}).call(this,r("fd40").Buffer)},c9b4:function(t,e,r){"use strict";var n=r("c8d0"),i=r("f566"),o=r("a274"),a=r("caa6"),s=r("ed6b"),u=Math.sin,c=Math.cos,h=Math.PI,l=2*Math.PI,f=180/h,p=function(){function t(){}return t.prototype.reset=function(t){this._start=!0,this._d=[],this._str="",this._p=Math.pow(10,t||4)},t.prototype.moveTo=function(t,e){this._add("M",t,e)},t.prototype.lineTo=function(t,e){this._add("L",t,e)},t.prototype.bezierCurveTo=function(t,e,r,n,i,o){this._add("C",t,e,r,n,i,o)},t.prototype.quadraticCurveTo=function(t,e,r,n){this._add("Q",t,e,r,n)},t.prototype.arc=function(t,e,r,n,i,o){this.ellipse(t,e,r,r,0,n,i,o)},t.prototype.ellipse=function(t,e,r,i,o,a,s,p){var d=s-a,v=!p,y=Math.abs(d),g=Object(n["j"])(y-l)||(v?d>=l:-d>=l),b=d>0?d%l:d%l+l,m=!1;m=!!g||!Object(n["j"])(y)&&b>=h===!!v;var _=t+r*c(a),x=e+i*u(a);this._start&&this._add("M",_,x);var w=Math.round(o*f);if(g){var O=1/this._p,k=(v?1:-1)*(l-O);this._add("A",r,i,w,1,+v,t+r*c(a+k),e+i*u(a+k)),O>.01&&this._add("A",r,i,w,0,+v,_,x)}else{var j=t+r*c(s),S=e+i*u(s);this._add("A",r,i,w,+m,+v,j,S)}},t.prototype.rect=function(t,e,r,n){this._add("M",t,e),this._add("l",r,0),this._add("l",0,n),this._add("l",-r,0),this._add("Z")},t.prototype.closePath=function(){this._d.length>0&&this._add("Z")},t.prototype._add=function(t,e,r,n,i,o,a,s,u){for(var c=[],h=this._p,l=1;l<arguments.length;l++){var f=arguments[l];if(isNaN(f))return void(this._invalid=!0);c.push(Math.round(f*h)/h)}this._d.push(t+c.join(" ")),this._start="Z"===t},t.prototype.generateStr=function(){this._str=this._invalid?"":this._d.join(""),this._d=[]},t.prototype.getStr=function(){return this._str},t}(),d=p,v=r("1be6"),y=r("ba54"),g="none",b=Math.round;function m(t){var e=t.fill;return null!=e&&e!==g}function _(t){var e=t.stroke;return null!=e&&e!==g}var x=["lineCap","miterLimit","lineJoin"],w=Object(y["H"])(x,(function(t){return"stroke-"+t.toLowerCase()}));function O(t,e,r,a){var s=null==e.opacity?1:e.opacity;if(r instanceof o["a"])t("opacity",s);else{if(m(e)){var u=Object(n["p"])(e.fill);t("fill",u.color);var c=null!=e.fillOpacity?e.fillOpacity*u.opacity*s:u.opacity*s;(a||c<1)&&t("fill-opacity",c)}else t("fill",g);if(_(e)){var h=Object(n["p"])(e.stroke);t("stroke",h.color);var l=e.strokeNoScale?r.getLineScale():1,f=l?(e.lineWidth||0)/l:0,p=null!=e.strokeOpacity?e.strokeOpacity*h.opacity*s:h.opacity*s,d=e.strokeFirst;if((a||1!==f)&&t("stroke-width",f),(a||d)&&t("paint-order",d?"stroke":"fill"),(a||p<1)&&t("stroke-opacity",p),e.lineDash){var y=Object(v["a"])(r),O=y[0],k=y[1];O&&(k=b(k||0),t("stroke-dasharray",O.join(",")),(k||a)&&t("stroke-dashoffset",k))}else a&&t("stroke-dasharray",g);for(var j=0;j<x.length;j++){var S=x[j];if(a||e[S]!==i["a"][S]){var T=e[S]||i["a"][S];T&&t(w[j],T)}}}else a&&t("stroke",g)}}var k="http://www.w3.org/2000/svg",j="http://www.w3.org/1999/xlink",S="http://www.w3.org/2000/xmlns/",T="http://www.w3.org/XML/1998/namespace";function M(t){return document.createElementNS(k,t)}function P(t,e,r,n,i){return{tag:t,attrs:r||{},children:n,text:i,key:e}}function C(t,e){var r=[];if(e)for(var n in e){var i=e[n],o=n;!1!==i&&(!0!==i&&null!=i&&(o+='="'+i+'"'),r.push(o))}return"<"+t+" "+r.join(" ")+">"}function A(t){return"</"+t+">"}function D(t,e){e=e||{};var r=e.newline?"\n":"";function n(t){var e=t.children,i=t.tag,o=t.attrs;return C(i,o)+(t.text||"")+(e?""+r+Object(y["H"])(e,(function(t){return n(t)})).join(r)+r:"")+A(i)}return n(t)}function F(t,e,r){r=r||{};var n=r.newline?"\n":"",i=" {"+n,o=n+"}",a=Object(y["H"])(Object(y["F"])(t),(function(e){return e+i+Object(y["H"])(Object(y["F"])(t[e]),(function(r){return r+":"+t[e][r]+";"})).join(n)+o})).join(n),s=Object(y["H"])(Object(y["F"])(e),(function(t){return"@keyframes "+t+i+Object(y["H"])(Object(y["F"])(e[t]),(function(r){return r+i+Object(y["H"])(Object(y["F"])(e[t][r]),(function(n){var i=e[t][r][n];return"d"===n&&(i='path("'+i+'")'),n+":"+i+";"})).join(n)+o})).join(n)+o})).join(n);return a||s?["<![CDATA[",a,s,"]]>"].join(n):""}function L(t){return{zrId:t,shadowCache:{},patternCache:{},gradientCache:{},clipPathCache:{},defs:{},cssNodes:{},cssAnims:{},cssClassIdx:0,cssAnimIdx:0,shadowIdx:0,gradientIdx:0,patternIdx:0,clipPathIdx:0}}function z(t,e,r,n){return P("svg","root",{width:t,height:e,xmlns:k,"xmlns:xlink":j,version:"1.1",baseProfile:"full",viewBox:!!n&&"0 0 "+t+" "+e},r)}var I=r("85f8"),R=r("ee6c"),B=r("c3a0"),W=r("3c00"),N=r("a6b4"),H={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"},X="transform-origin";function E(t,e,r){var i=Object(y["m"])({},t.shape);Object(y["m"])(i,e),t.buildPath(r,i);var o=new d;return o.reset(Object(n["f"])(t)),r.rebuildPath(o,1),o.generateStr(),o.getStr()}function q(t,e){var r=e.originX,n=e.originY;(r||n)&&(t[X]=r+"px "+n+"px")}var Y={fill:"fill",opacity:"opacity",lineWidth:"stroke-width",lineDashOffset:"stroke-dashoffset"};function U(t,e){var r=e.zrId+"-ani-"+e.cssAnimIdx++;return e.cssAnims[r]=t,r}function V(t,e,r){var n,i,o=t.shape.paths,a={};if(Object(y["k"])(o,(function(t){var e=L(r.zrId);e.animation=!0,Q(t,{},e,!0);var o=e.cssAnims,s=e.cssNodes,u=Object(y["F"])(o),c=u.length;if(c){i=u[c-1];var h=o[i];for(var l in h){var f=h[l];a[l]=a[l]||{d:""},a[l].d+=f.d||""}for(var p in s){var d=s[p].animation;d.indexOf(i)>=0&&(n=d)}}})),n){e.d=!1;var s=U(a,r);return n.replace(i,s)}}function Z(t){return Object(y["C"])(t)?H[t]?"cubic-bezier("+H[t]+")":Object(N["a"])(t)?t:"":""}function Q(t,e,r,i){var o=t.animators,a=o.length,s=[];if(t instanceof W["a"]){var u=V(t,e,r);if(u)s.push(u);else if(!a)return}else if(!a)return;for(var c={},h=0;h<a;h++){var l=o[h],f=[l.getMaxTime()/1e3+"s"],p=Z(l.getClip().easing),d=l.getDelay();p?f.push(p):f.push("linear"),d&&f.push(d/1e3+"s"),l.getLoop()&&f.push("infinite");var v=f.join(" ");c[v]=c[v]||[v,[]],c[v][1].push(l)}function g(o){var a,s=o[1],u=s.length,c={},h={},l={},f="animation-timing-function";function p(t,e,r){for(var n=t.getTracks(),i=t.getMaxTime(),o=0;o<n.length;o++){var a=n[o];if(a.needsAnimate()){var s=a.keyframes,u=a.propName;if(r&&(u=r(u)),u)for(var c=0;c<s.length;c++){var h=s[c],l=Math.round(h.time/i*100)+"%",p=Z(h.easing),d=h.rawValue;(Object(y["C"])(d)||Object(y["z"])(d))&&(e[l]=e[l]||{},e[l][u]=h.rawValue,p&&(e[l][f]=p))}}}}for(var d=0;d<u;d++){var v=s[d],g=v.targetName;g?"shape"===g&&p(v,h):!i&&p(v,c)}for(var b in c){var m={};Object(R["b"])(m,t),Object(y["m"])(m,c[b]);var _=Object(n["g"])(m),x=c[b][f];l[b]=_?{transform:_}:{},q(l[b],m),x&&(l[b][f]=x)}var w=!0;for(var b in h){l[b]=l[b]||{};var O=!a;x=h[b][f];O&&(a=new B["a"]);var k=a.len();a.reset(),l[b].d=E(t,h[b],a);var j=a.len();if(!O&&k!==j){w=!1;break}x&&(l[b][f]=x)}if(!w)for(var b in l)delete l[b].d;if(!i)for(d=0;d<u;d++){v=s[d],g=v.targetName;"style"===g&&p(v,l,(function(t){return Y[t]}))}var S,T=Object(y["F"])(l),M=!0;for(d=1;d<T.length;d++){var P=T[d-1],C=T[d];if(l[P][X]!==l[C][X]){M=!1;break}S=l[P][X]}if(M&&S){for(var b in l)l[b][X]&&delete l[b][X];e[X]=S}if(Object(y["n"])(T,(function(t){return Object(y["F"])(l[t]).length>0})).length){var A=U(l,r);return A+" "+o[0]+" both"}}for(var b in c){u=g(c[b]);u&&s.push(u)}if(s.length){var m=r.zrId+"-cls-"+r.cssClassIdx++;r.cssNodes["."+m]={animation:s.join(",")},e["class"]=m}}var G=r("bf392"),$=r("cf22"),K=Math.round;function J(t){return t&&Object(y["C"])(t.src)}function tt(t){return t&&Object(y["w"])(t.toDataURL)}function et(t,e,r,i){O((function(o,a){var s="fill"===o||"stroke"===o;s&&Object(n["k"])(a)?vt(e,t,o,i):s&&Object(n["n"])(a)?yt(r,t,o,i):t[o]=a}),e,r,!1),dt(r,t,i)}function rt(t){return Object(n["j"])(t[0]-1)&&Object(n["j"])(t[1])&&Object(n["j"])(t[2])&&Object(n["j"])(t[3]-1)}function nt(t){return Object(n["j"])(t[4])&&Object(n["j"])(t[5])}function it(t,e,r){if(e&&(!nt(e)||!rt(e))){var i=r?10:1e4;t.transform=rt(e)?"translate("+K(e[4]*i)/i+" "+K(e[5]*i)/i+")":Object(n["e"])(e)}}function ot(t,e,r){for(var n=t.points,i=[],o=0;o<n.length;o++)i.push(K(n[o][0]*r)/r),i.push(K(n[o][1]*r)/r);e.points=i.join(" ")}function at(t){return!t.smooth}function st(t){var e=Object(y["H"])(t,(function(t){return"string"===typeof t?[t,t]:t}));return function(t,r,n){for(var i=0;i<e.length;i++){var o=e[i],a=t[o[0]];null!=a&&(r[o[1]]=K(a*n)/n)}}}var ut={circle:[st(["cx","cy","r"])],polyline:[ot,at],polygon:[ot,at]};function ct(t){for(var e=t.animators,r=0;r<e.length;r++)if("shape"===e[r].targetName)return!0;return!1}function ht(t,e){var r=t.style,i=t.shape,o=ut[t.type],a={},s=e.animation,u="path",c=t.style.strokePercent,h=e.compress&&Object(n["f"])(t)||4;if(!o||e.willUpdate||o[1]&&!o[1](i)||s&&ct(t)||c<1){t.path||t.createPathProxy();var l=t.path;t.shapeChanged()&&(l.beginPath(),t.buildPath(l,t.shape),t.pathUpdated());var f=l.getVersion(),p=t,v=p.__svgPathBuilder;p.__svgPathVersion===f&&v&&c===p.__svgPathStrokePercent||(v||(v=p.__svgPathBuilder=new d),v.reset(h),l.rebuildPath(v,c),v.generateStr(),p.__svgPathVersion=f,p.__svgPathStrokePercent=c),a.d=v.getStr()}else{u=t.type;var y=Math.pow(10,h);o[0](i,a,y)}return it(a,t.transform),et(a,r,t,e),e.animation&&Q(t,a,e),P(u,t.id+"",a)}function lt(t,e){var r=t.style,n=r.image;if(n&&!Object(y["C"])(n)&&(J(n)?n=n.src:tt(n)&&(n=n.toDataURL())),n){var i=r.x||0,o=r.y||0,a=r.width,s=r.height,u={href:n,width:a,height:s};return i&&(u.x=i),o&&(u.y=o),it(u,t.transform),et(u,r,t,e),e.animation&&Q(t,u,e),P("image",t.id+"",u)}}function ft(t,e){var r=t.style,i=r.text;if(null!=i&&(i+=""),i&&!isNaN(r.x)&&!isNaN(r.y)){var o=r.font||$["a"],s=r.x||0,u=Object(n["b"])(r.y||0,Object(a["e"])(o),r.textBaseline),c=n["a"][r.textAlign]||r.textAlign,h={"dominant-baseline":"central","text-anchor":c};if(Object(G["b"])(r)){var l="",f=r.fontStyle,p=Object(G["c"])(r.fontSize);if(!parseFloat(p))return;var d=r.fontFamily||$["b"],v=r.fontWeight;l+="font-size:"+p+";font-family:"+d+";",f&&"normal"!==f&&(l+="font-style:"+f+";"),v&&"normal"!==v&&(l+="font-weight:"+v+";"),h.style=l}else h.style="font: "+o;return i.match(/\s/)&&(h["xml:space"]="preserve"),s&&(h.x=s),u&&(h.y=u),it(h,t.transform),et(h,r,t,e),e.animation&&Q(t,h,e),P("text",t.id+"",h,void 0,i)}}function pt(t,e){return t instanceof i["b"]?ht(t,e):t instanceof o["a"]?lt(t,e):t instanceof s["a"]?ft(t,e):void 0}function dt(t,e,r){var i=t.style;if(Object(n["i"])(i)){var o=Object(n["h"])(t),a=r.shadowCache,s=a[o];if(!s){var u=t.getGlobalScale(),c=u[0],h=u[1];if(!c||!h)return;var l=i.shadowOffsetX||0,f=i.shadowOffsetY||0,p=i.shadowBlur,d=Object(n["p"])(i.shadowColor),v=d.opacity,y=d.color,g=p/2/c,b=p/2/h,m=g+" "+b;s=r.zrId+"-s"+r.shadowIdx++,r.defs[s]=P("filter",s,{id:s,x:"-100%",y:"-100%",width:"300%",height:"300%"},[P("feDropShadow","",{dx:l/c,dy:f/h,stdDeviation:m,"flood-color":y,"flood-opacity":v})]),a[o]=s}e.filter=Object(n["d"])(s)}}function vt(t,e,r,i){var o,a=t[r],s={gradientUnits:a.global?"userSpaceOnUse":"objectBoundingBox"};if(Object(n["m"])(a))o="linearGradient",s.x1=a.x,s.y1=a.y,s.x2=a.x2,s.y2=a.y2;else{if(!Object(n["o"])(a))return void 0;o="radialGradient",s.cx=Object(y["P"])(a.x,.5),s.cy=Object(y["P"])(a.y,.5),s.r=Object(y["P"])(a.r,.5)}for(var u=a.colorStops,c=[],h=0,l=u.length;h<l;++h){var f=100*Object(n["q"])(u[h].offset)+"%",p=u[h].color,d=Object(n["p"])(p),v=d.color,g=d.opacity,b={offset:f};b["stop-color"]=v,g<1&&(b["stop-opacity"]=g),c.push(P("stop",h+"",b))}var m=P(o,"",s,c),_=D(m),x=i.gradientCache,w=x[_];w||(w=i.zrId+"-g"+i.gradientIdx++,x[_]=w,s.id=w,i.defs[w]=P(o,w,s,c)),e[r]=Object(n["d"])(w)}function yt(t,e,r,i){var o,a=t.style[r],s={patternUnits:"userSpaceOnUse"};if(Object(n["l"])(a)){var u=a.imageWidth,c=a.imageHeight,h=void 0,l=a.image;if(Object(y["C"])(l)?h=l:J(l)?h=l.src:tt(l)&&(h=l.toDataURL()),"undefined"===typeof Image){var f="Image width/height must been given explictly in svg-ssr renderer.";Object(y["b"])(u,f),Object(y["b"])(c,f)}else if(null==u||null==c){var p=function(t,e){if(t){var r=t.elm,n=t.attrs.width=u||e.width,i=t.attrs.height=c||e.height;r&&(r.setAttribute("width",n),r.setAttribute("height",i))}},d=Object(I["a"])(h,null,t,(function(t){p(v,t),p(o,t)}));d&&d.width&&d.height&&(u=u||d.width,c=c||d.height)}o=P("image","img",{href:h,width:u,height:c}),s.width=u,s.height=c}else a.svgElement&&(o=Object(y["d"])(a.svgElement),s.width=a.svgWidth,s.height=a.svgHeight);if(o){s.patternTransform=Object(n["g"])(a);var v=P("pattern","",s,[o]),g=D(v),b=i.patternCache,m=b[g];m||(m=i.zrId+"-p"+i.patternIdx++,b[g]=m,s.id=m,v=i.defs[m]=P("pattern",m,s,[o])),e[r]=Object(n["d"])(m)}}function gt(t,e,r){var i=r.clipPathCache,o=r.defs,a=i[t.id];if(!a){a=r.zrId+"-c"+r.clipPathIdx++;var s={id:a};i[t.id]=a,o[a]=P("clipPath",a,s,[ht(t,r)])}e["clip-path"]=Object(n["d"])(a)}function bt(t){return document.createTextNode(t)}function mt(t,e,r){t.insertBefore(e,r)}function _t(t,e){t.removeChild(e)}function xt(t,e){t.appendChild(e)}function wt(t){return t.parentNode}function Ot(t){return t.nextSibling}function kt(t,e){t.textContent=e}var jt=58,St=120,Tt=P("","");function Mt(t){return void 0===t}function Pt(t){return void 0!==t}function Ct(t,e,r){for(var n={},i=e;i<=r;++i){var o=t[i].key;void 0!==o&&(n[o]=i)}return n}function At(t,e){var r=t.key===e.key,n=t.tag===e.tag;return n&&r}function Dt(t){var e,r=t.children,n=t.tag;if(Pt(n)){var i=t.elm=M(n);if(zt(Tt,t),Object(y["t"])(r))for(e=0;e<r.length;++e){var o=r[e];null!=o&&xt(i,Dt(o))}else Pt(t.text)&&!Object(y["A"])(t.text)&&xt(i,bt(t.text))}else t.elm=bt(t.text);return t.elm}function Ft(t,e,r,n,i){for(;n<=i;++n){var o=r[n];null!=o&&mt(t,Dt(o),e)}}function Lt(t,e,r,n){for(;r<=n;++r){var i=e[r];if(null!=i)if(Pt(i.tag)){var o=wt(i.elm);_t(o,i.elm)}else _t(t,i.elm)}}function zt(t,e){var r,n=e.elm,i=t&&t.attrs||{},o=e.attrs||{};if(i!==o){for(r in o){var a=o[r],s=i[r];s!==a&&(!0===a?n.setAttribute(r,""):!1===a?n.removeAttribute(r):r.charCodeAt(0)!==St?n.setAttribute(r,a):"xmlns:xlink"===r||"xmlns"===r?n.setAttributeNS(S,r,a):r.charCodeAt(3)===jt?n.setAttributeNS(T,r,a):r.charCodeAt(5)===jt?n.setAttributeNS(j,r,a):n.setAttribute(r,a))}for(r in i)r in o||n.removeAttribute(r)}}function It(t,e,r){var n,i,o,a,s=0,u=0,c=e.length-1,h=e[0],l=e[c],f=r.length-1,p=r[0],d=r[f];while(s<=c&&u<=f)null==h?h=e[++s]:null==l?l=e[--c]:null==p?p=r[++u]:null==d?d=r[--f]:At(h,p)?(Rt(h,p),h=e[++s],p=r[++u]):At(l,d)?(Rt(l,d),l=e[--c],d=r[--f]):At(h,d)?(Rt(h,d),mt(t,h.elm,Ot(l.elm)),h=e[++s],d=r[--f]):At(l,p)?(Rt(l,p),mt(t,l.elm,h.elm),l=e[--c],p=r[++u]):(Mt(n)&&(n=Ct(e,s,c)),i=n[p.key],Mt(i)?mt(t,Dt(p),h.elm):(o=e[i],o.tag!==p.tag?mt(t,Dt(p),h.elm):(Rt(o,p),e[i]=void 0,mt(t,o.elm,h.elm))),p=r[++u]);(s<=c||u<=f)&&(s>c?(a=null==r[f+1]?null:r[f+1].elm,Ft(t,a,r,u,f)):Lt(t,e,s,c))}function Rt(t,e){var r=e.elm=t.elm,n=t.children,i=e.children;t!==e&&(zt(t,e),Mt(e.text)?Pt(n)&&Pt(i)?n!==i&&It(r,n,i):Pt(i)?(Pt(t.text)&&kt(r,""),Ft(r,null,i,0,i.length-1)):Pt(n)?Lt(r,n,0,n.length-1):Pt(t.text)&&kt(r,""):t.text!==e.text&&(Pt(n)&&Lt(r,n,0,n.length-1),kt(r,e.text)))}function Bt(t,e){if(At(t,e))Rt(t,e);else{var r=t.elm,n=wt(r);Dt(e),null!==n&&(mt(n,e.elm,Ot(r)),Lt(n,[t],0,0))}return e}var Wt=r("7ca8"),Nt=0,Ht=function(){function t(t,e,r){if(this.type="svg",this.refreshHover=Xt("refreshHover"),this.configLayer=Xt("configLayer"),this.storage=e,this._opts=r=Object(y["m"])({},r),this.root=t,this._id="zr"+Nt++,this._oldVNode=z(r.width,r.height),t&&!r.ssr){var n=this._viewport=document.createElement("div");n.style.cssText="position:relative;overflow:hidden";var i=this._svgDom=this._oldVNode.elm=M("svg");zt(null,this._oldVNode),n.appendChild(i),t.appendChild(n)}this.resize(r.width,r.height)}return t.prototype.getType=function(){return this.type},t.prototype.getViewportRoot=function(){return this._viewport},t.prototype.getViewportRootOffset=function(){var t=this.getViewportRoot();if(t)return{offsetLeft:t.offsetLeft||0,offsetTop:t.offsetTop||0}},t.prototype.getSvgDom=function(){return this._svgDom},t.prototype.refresh=function(){if(this.root){var t=this.renderToVNode({willUpdate:!0});t.attrs.style="position:absolute;left:0;top:0;user-select:none",Bt(this._oldVNode,t),this._oldVNode=t}},t.prototype.renderOneToVNode=function(t){return pt(t,L(this._id))},t.prototype.renderToVNode=function(t){t=t||{};var e=this.storage.getDisplayList(!0),r=this._backgroundColor,i=this._width,o=this._height,a=L(this._id);a.animation=t.animation,a.willUpdate=t.willUpdate,a.compress=t.compress;var s=[];if(r&&"none"!==r){var u=Object(n["p"])(r),c=u.color,h=u.opacity;this._bgVNode=P("rect","bg",{width:i,height:o,x:"0",y:"0",id:"0",fill:c,"fill-opacity":h}),s.push(this._bgVNode)}else this._bgVNode=null;var l=t.compress?null:this._mainVNode=P("g","main",{},[]);this._paintList(e,a,l?l.children:s),l&&s.push(l);var f=Object(y["H"])(Object(y["F"])(a.defs),(function(t){return a.defs[t]}));if(f.length&&s.push(P("defs","defs",{},f)),t.animation){var p=F(a.cssNodes,a.cssAnims,{newline:!0});if(p){var d=P("style","stl",{},[],p);s.push(d)}}return z(i,o,s,t.useViewBox)},t.prototype.renderToString=function(t){return t=t||{},D(this.renderToVNode({animation:Object(y["P"])(t.cssAnimation,!0),willUpdate:!1,compress:!0,useViewBox:Object(y["P"])(t.useViewBox,!0)}),{newline:!0})},t.prototype.setBackgroundColor=function(t){this._backgroundColor=t;var e=this._bgVNode;if(e&&e.elm){var r=Object(n["p"])(t),i=r.color,o=r.opacity;e.elm.setAttribute("fill",i),o<1&&e.elm.setAttribute("fill-opacity",o)}},t.prototype.getSvgRoot=function(){return this._mainVNode&&this._mainVNode.elm},t.prototype._paintList=function(t,e,r){for(var n,i,o=t.length,a=[],s=0,u=0,c=0;c<o;c++){var h=t[c];if(!h.invisible){var l=h.__clipPaths,f=l&&l.length||0,p=i&&i.length||0,d=void 0;for(d=Math.max(f-1,p-1);d>=0;d--)if(l&&i&&l[d]===i[d])break;for(var v=p-1;v>d;v--)s--,n=a[s-1];for(var y=d+1;y<f;y++){var g={};gt(l[y],g,e);var b=P("g","clip-g-"+u++,g,[]);(n?n.children:r).push(b),a[s++]=b,n=b}i=l;var m=pt(h,e);m&&(n?n.children:r).push(m)}}},t.prototype.resize=function(t,e){var r=this._opts,n=this.root,i=this._viewport;if(null!=t&&(r.width=t),null!=e&&(r.height=e),n&&i&&(i.style.display="none",t=Object(Wt["b"])(n,0,r),e=Object(Wt["b"])(n,1,r),i.style.display=""),this._width!==t||this._height!==e){if(this._width=t,this._height=e,i){var o=i.style;o.width=t+"px",o.height=e+"px"}var a=this._svgDom;a&&(a.setAttribute("width",t),a.setAttribute("height",e))}},t.prototype.getWidth=function(){return this._width},t.prototype.getHeight=function(){return this._height},t.prototype.dispose=function(){this.root&&(this.root.innerHTML=""),this._svgDom=this._viewport=this.storage=this._oldVNode=this._bgVNode=this._mainVNode=null},t.prototype.clear=function(){this._svgDom&&(this._svgDom.innerHTML=null),this._oldVNode=null},t.prototype.toDataURL=function(t){var e=encodeURIComponent(this.renderToString()),r="data:image/svg+xml;";return t?(e=Object(n["c"])(e),e&&r+"base64,"+e):r+"charset=UTF-8,"+e},t}();function Xt(t){return function(){0}}e["a"]=Ht},caa6:function(t,e,r){"use strict";r.d(e,"f",(function(){return s})),r.d(e,"d",(function(){return c})),r.d(e,"a",(function(){return h})),r.d(e,"b",(function(){return l})),r.d(e,"e",(function(){return f})),r.d(e,"g",(function(){return p})),r.d(e,"c",(function(){return d}));var n=r("6677"),i=r("0c90"),o=r("cf22"),a={};function s(t,e){e=e||o["a"];var r=a[e];r||(r=a[e]=new i["a"](500));var n=r.get(t);return null==n&&(n=o["d"].measureText(t,e).width,r.put(t,n)),n}function u(t,e,r,i){var o=s(t,e),a=f(e),u=h(0,o,r),c=l(0,a,i),p=new n["a"](u,c,o,a);return p}function c(t,e,r,i){var o=((t||"")+"").split("\n"),a=o.length;if(1===a)return u(o[0],e,r,i);for(var s=new n["a"](0,0,0,0),c=0;c<o.length;c++){var h=u(o[c],e,r,i);0===c?s.copy(h):s.union(h)}return s}function h(t,e,r){return"right"===r?t-=e:"center"===r&&(t-=e/2),t}function l(t,e,r){return"middle"===r?t-=e/2:"bottom"===r&&(t-=e),t}function f(t){return s("国",t)}function p(t,e){return"string"===typeof t?t.lastIndexOf("%")>=0?parseFloat(t)/100*e:parseFloat(t):t}function d(t,e,r){var n=e.position||"inside",i=null!=e.distance?e.distance:5,o=r.height,a=r.width,s=o/2,u=r.x,c=r.y,h="left",l="top";if(n instanceof Array)u+=p(n[0],r.width),c+=p(n[1],r.height),h=null,l=null;else switch(n){case"left":u-=i,c+=s,h="right",l="middle";break;case"right":u+=i+a,c+=s,l="middle";break;case"top":u+=a/2,c-=i,h="center",l="bottom";break;case"bottom":u+=a/2,c+=o+i,h="center";break;case"inside":u+=a/2,c+=s,h="center",l="middle";break;case"insideLeft":u+=i,c+=s,l="middle";break;case"insideRight":u+=a-i,c+=s,h="right",l="middle";break;case"insideTop":u+=a/2,c+=i,h="center";break;case"insideBottom":u+=a/2,c+=o-i,h="center",l="bottom";break;case"insideTopLeft":u+=i,c+=i;break;case"insideTopRight":u+=a-i,c+=i,h="right";break;case"insideBottomLeft":u+=i,c+=o-i,l="bottom";break;case"insideBottomRight":u+=a-i,c+=o-i,h="right",l="bottom";break}return t=t||{},t.x=u,t.y=c,t.align=h,t.verticalAlign=l,t}},cf22:function(t,e,r){"use strict";r.d(e,"c",(function(){return n})),r.d(e,"b",(function(){return i})),r.d(e,"a",(function(){return o})),r.d(e,"d",(function(){return l})),r.d(e,"e",(function(){return f}));var n=12,i="sans-serif",o=n+"px "+i,a=20,s=100,u="007LLmW'55;N0500LLLLLLLLLL00NNNLzWW\\\\WQb\\0FWLg\\bWb\\WQ\\WrWWQ000CL5LLFLL0LL**F*gLLLL5F0LF\\FFF5.5N";function c(t){var e={};if("undefined"===typeof JSON)return e;for(var r=0;r<t.length;r++){var n=String.fromCharCode(r+32),i=(t.charCodeAt(r)-a)/s;e[n]=i}return e}var h=c(u),l={createCanvas:function(){return"undefined"!==typeof document&&document.createElement("canvas")},measureText:function(){var t,e;return function(r,i){if(!t){var a=l.createCanvas();t=a&&a.getContext("2d")}if(t)return e!==i&&(e=t.font=i||o),t.measureText(r);r=r||"",i=i||o;var s=/^([0-9]*?)px$/.exec(i),u=+(s&&s[1])||n,c=0;if(i.indexOf("mono")>=0)c=u*r.length;else for(var f=0;f<r.length;f++){var p=h[r[f]];c+=null==p?u:p*u}return{width:c}}}(),loadImage:function(t,e,r){var n=new Image;return n.onload=e,n.onerror=r,n.src=t,n}};function f(t){for(var e in l)t[e]&&(l[e]=t[e])}},d268:function(t,e,r){"use strict";var n=function(){function t(t){this.colorStops=t||[]}return t.prototype.addColorStop=function(t,e){this.colorStops.push({offset:t,color:e})},t}();e["a"]=n},d40a:function(t,e,r){"use strict";r.d(e,"a",(function(){return l})),r.d(e,"b",(function(){return v}));var n=r("85f8"),i=r("ba54"),o=r("caa6"),a=/\{([a-zA-Z0-9_]+)\|([^}]*)\}/g;function s(t,e,r,n,i){if(!e)return"";var o=(t+"").split("\n");i=u(e,r,n,i);for(var a=0,s=o.length;a<s;a++)o[a]=c(o[a],i);return o.join("\n")}function u(t,e,r,n){n=n||{};var a=Object(i["m"])({},n);a.font=e,r=Object(i["P"])(r,"..."),a.maxIterations=Object(i["P"])(n.maxIterations,2);var s=a.minChar=Object(i["P"])(n.minChar,0);a.cnCharWidth=Object(o["f"])("国",e);var u=a.ascCharWidth=Object(o["f"])("a",e);a.placeholder=Object(i["P"])(n.placeholder,"");for(var c=t=Math.max(0,t-1),h=0;h<s&&c>=u;h++)c-=u;var l=Object(o["f"])(r,e);return l>c&&(r="",l=0),c=t-l,a.ellipsis=r,a.ellipsisWidth=l,a.contentWidth=c,a.containerWidth=t,a}function c(t,e){var r=e.containerWidth,n=e.font,i=e.contentWidth;if(!r)return"";var a=Object(o["f"])(t,n);if(a<=r)return t;for(var s=0;;s++){if(a<=i||s>=e.maxIterations){t+=e.ellipsis;break}var u=0===s?h(t,i,e.ascCharWidth,e.cnCharWidth):a>0?Math.floor(t.length*i/a):0;t=t.substr(0,u),a=Object(o["f"])(t,n)}return""===t&&(t=e.placeholder),t}function h(t,e,r,n){for(var i=0,o=0,a=t.length;o<a&&i<e;o++){var s=t.charCodeAt(o);i+=0<=s&&s<=127?r:n}return o}function l(t,e){null!=t&&(t+="");var r,n=e.overflow,a=e.padding,s=e.font,h="truncate"===n,l=Object(o["e"])(s),f=Object(i["P"])(e.lineHeight,l),p=!!e.backgroundColor,d="truncate"===e.lineOverflow,v=e.width;r=null==v||"break"!==n&&"breakAll"!==n?t?t.split("\n"):[]:t?_(t,e.font,v,"breakAll"===n,0).lines:[];var y=r.length*f,g=Object(i["P"])(e.height,y);if(y>g&&d){var b=Math.floor(g/f);r=r.slice(0,b)}if(t&&h&&null!=v)for(var m=u(v,s,e.ellipsis,{minChar:e.truncateMinChar,placeholder:e.placeholder}),x=0;x<r.length;x++)r[x]=c(r[x],m);var w=g,O=0;for(x=0;x<r.length;x++)O=Math.max(Object(o["f"])(r[x],s),O);null==v&&(v=O);var k=O;return a&&(w+=a[0]+a[2],k+=a[1]+a[3],v+=a[1]+a[3]),p&&(k=v),{lines:r,height:g,outerWidth:k,outerHeight:w,lineHeight:f,calculatedLineHeight:l,contentWidth:O,contentHeight:y,width:v}}var f=function(){function t(){}return t}(),p=function(){function t(t){this.tokens=[],t&&(this.tokens=t)}return t}(),d=function(){function t(){this.width=0,this.height=0,this.contentWidth=0,this.contentHeight=0,this.outerWidth=0,this.outerHeight=0,this.lines=[]}return t}();function v(t,e){var r=new d;if(null!=t&&(t+=""),!t)return r;var u,c=e.width,h=e.height,l=e.overflow,f="break"!==l&&"breakAll"!==l||null==c?null:{width:c,accumWidth:0,breakAll:"breakAll"===l},p=a.lastIndex=0;while(null!=(u=a.exec(t))){var v=u.index;v>p&&y(r,t.substring(p,v),e,f),y(r,u[2],e,f,u[1]),p=a.lastIndex}p<t.length&&y(r,t.substring(p,t.length),e,f);var g=[],b=0,m=0,_=e.padding,x="truncate"===l,w="truncate"===e.lineOverflow;function O(t,e,r){t.width=e,t.lineHeight=r,b+=r,m=Math.max(m,e)}t:for(var k=0;k<r.lines.length;k++){for(var j=r.lines[k],S=0,T=0,M=0;M<j.tokens.length;M++){var P=j.tokens[M],C=P.styleName&&e.rich[P.styleName]||{},A=P.textPadding=C.padding,D=A?A[1]+A[3]:0,F=P.font=C.font||e.font;P.contentHeight=Object(o["e"])(F);var L=Object(i["P"])(C.height,P.contentHeight);if(P.innerHeight=L,A&&(L+=A[0]+A[2]),P.height=L,P.lineHeight=Object(i["Q"])(C.lineHeight,e.lineHeight,L),P.align=C&&C.align||e.align,P.verticalAlign=C&&C.verticalAlign||"middle",w&&null!=h&&b+P.lineHeight>h){M>0?(j.tokens=j.tokens.slice(0,M),O(j,T,S),r.lines=r.lines.slice(0,k+1)):r.lines=r.lines.slice(0,k);break t}var z=C.width,I=null==z||"auto"===z;if("string"===typeof z&&"%"===z.charAt(z.length-1))P.percentWidth=z,g.push(P),P.contentWidth=Object(o["f"])(P.text,F);else{if(I){var R=C.backgroundColor,B=R&&R.image;B&&(B=n["b"](B),n["c"](B)&&(P.width=Math.max(P.width,B.width*L/B.height)))}var W=x&&null!=c?c-T:null;null!=W&&W<P.width?!I||W<D?(P.text="",P.width=P.contentWidth=0):(P.text=s(P.text,W-D,F,e.ellipsis,{minChar:e.truncateMinChar}),P.width=P.contentWidth=Object(o["f"])(P.text,F)):P.contentWidth=Object(o["f"])(P.text,F)}P.width+=D,T+=P.width,C&&(S=Math.max(S,P.lineHeight))}O(j,T,S)}r.outerWidth=r.width=Object(i["P"])(c,m),r.outerHeight=r.height=Object(i["P"])(h,b),r.contentHeight=b,r.contentWidth=m,_&&(r.outerWidth+=_[1]+_[3],r.outerHeight+=_[0]+_[2]);for(k=0;k<g.length;k++){P=g[k];var N=P.percentWidth;P.width=parseInt(N,10)/100*r.width}return r}function y(t,e,r,n,i){var a,s,u=""===e,c=i&&r.rich[i]||{},h=t.lines,l=c.font||r.font,d=!1;if(n){var v=c.padding,y=v?v[1]+v[3]:0;if(null!=c.width&&"auto"!==c.width){var g=Object(o["g"])(c.width,n.width)+y;h.length>0&&g+n.accumWidth>n.width&&(a=e.split("\n"),d=!0),n.accumWidth=g}else{var b=_(e,l,n.width,n.breakAll,n.accumWidth);n.accumWidth=b.accumWidth+y,s=b.linesWidths,a=b.lines}}else a=e.split("\n");for(var m=0;m<a.length;m++){var x=a[m],w=new f;if(w.styleName=i,w.text=x,w.isLineHolder=!x&&!u,"number"===typeof c.width?w.width=c.width:w.width=s?s[m]:Object(o["f"])(x,l),m||d)h.push(new p([w]));else{var O=(h[h.length-1]||(h[0]=new p)).tokens,k=O.length;1===k&&O[0].isLineHolder?O[0]=w:(x||!k||u)&&O.push(w)}}}function g(t){var e=t.charCodeAt(0);return e>=33&&e<=383}var b=Object(i["N"])(",&?/;] ".split(""),(function(t,e){return t[e]=!0,t}),{});function m(t){return!g(t)||!!b[t]}function _(t,e,r,n,i){for(var a=[],s=[],u="",c="",h=0,l=0,f=0;f<t.length;f++){var p=t.charAt(f);if("\n"!==p){var d=Object(o["f"])(p,e),v=!n&&!m(p);(a.length?l+d>r:i+l+d>r)?l?(u||c)&&(v?(u||(u=c,c="",h=0,l=h),a.push(u),s.push(l-h),c+=p,h+=d,u="",l=h):(c&&(u+=c,c="",h=0),a.push(u),s.push(l),u=p,l=d)):v?(a.push(c),s.push(h),c=p,h=d):(a.push(p),s.push(d)):(l+=d,v?(c+=p,h+=d):(c&&(u+=c,c="",h=0),u+=p))}else c&&(u+=c,l+=h),a.push(u),s.push(l),u="",c="",h=0,l=0}return a.length||u||(u=t,c="",h=0),c&&(u+=c),u&&(a.push(u),s.push(l)),1===a.length&&(l+=i),{accumWidth:l,lines:a,linesWidths:s}}},d9bc:function(t,e,r){"use strict";function n(t,e){return null==t&&(t=0),null==e&&(e=0),[t,e]}function i(t,e){return t[0]=e[0],t[1]=e[1],t}function o(t){return[t[0],t[1]]}function a(t,e,r){return t[0]=e,t[1]=r,t}function s(t,e,r){return t[0]=e[0]+r[0],t[1]=e[1]+r[1],t}function u(t,e,r,n){return t[0]=e[0]+r[0]*n,t[1]=e[1]+r[1]*n,t}function c(t,e,r){return t[0]=e[0]-r[0],t[1]=e[1]-r[1],t}function h(t){return Math.sqrt(l(t))}r.d(e,"e",(function(){return n})),r.d(e,"d",(function(){return i})),r.d(e,"c",(function(){return o})),r.d(e,"p",(function(){return a})),r.d(e,"a",(function(){return s})),r.d(e,"o",(function(){return u})),r.d(e,"q",(function(){return c})),r.d(e,"i",(function(){return h})),r.d(e,"n",(function(){return f})),r.d(e,"m",(function(){return p})),r.d(e,"h",(function(){return d})),r.d(e,"f",(function(){return v})),r.d(e,"g",(function(){return g})),r.d(e,"j",(function(){return b})),r.d(e,"b",(function(){return m})),r.d(e,"l",(function(){return _})),r.d(e,"k",(function(){return x}));function l(t){return t[0]*t[0]+t[1]*t[1]}function f(t,e,r){return t[0]=e[0]*r,t[1]=e[1]*r,t}function p(t,e){var r=h(e);return 0===r?(t[0]=0,t[1]=0):(t[0]=e[0]/r,t[1]=e[1]/r),t}function d(t,e){return Math.sqrt((t[0]-e[0])*(t[0]-e[0])+(t[1]-e[1])*(t[1]-e[1]))}var v=d;function y(t,e){return(t[0]-e[0])*(t[0]-e[0])+(t[1]-e[1])*(t[1]-e[1])}var g=y;function b(t,e,r,n){return t[0]=e[0]+n*(r[0]-e[0]),t[1]=e[1]+n*(r[1]-e[1]),t}function m(t,e,r){var n=e[0],i=e[1];return t[0]=r[0]*n+r[2]*i+r[4],t[1]=r[1]*n+r[3]*i+r[5],t}function _(t,e,r){return t[0]=Math.min(e[0],r[0]),t[1]=Math.min(e[1],r[1]),t}function x(t,e,r){return t[0]=Math.max(e[0],r[0]),t[1]=Math.max(e[1],r[1]),t}},dbc8:function(t,e,r){"use strict";r.d(e,"c",(function(){return c})),r.d(e,"b",(function(){return h})),r.d(e,"a",(function(){return p}));var n=r("f505"),i=Math.log(2);function o(t,e,r,n,a,s){var u=n+"-"+a,c=t.length;if(s.hasOwnProperty(u))return s[u];if(1===e){var h=Math.round(Math.log((1<<c)-1&~a)/i);return t[r][h]}var l=n|1<<r,f=r+1;while(n&1<<f)f++;for(var p=0,d=0,v=0;d<c;d++){var y=1<<d;y&a||(p+=(v%2?-1:1)*t[r][d]*o(t,e-1,f,l,a|y,s),v++)}return s[u]=p,p}function a(t,e){var r=[[t[0],t[1],1,0,0,0,-e[0]*t[0],-e[0]*t[1]],[0,0,0,t[0],t[1],1,-e[1]*t[0],-e[1]*t[1]],[t[2],t[3],1,0,0,0,-e[2]*t[2],-e[2]*t[3]],[0,0,0,t[2],t[3],1,-e[3]*t[2],-e[3]*t[3]],[t[4],t[5],1,0,0,0,-e[4]*t[4],-e[4]*t[5]],[0,0,0,t[4],t[5],1,-e[5]*t[4],-e[5]*t[5]],[t[6],t[7],1,0,0,0,-e[6]*t[6],-e[6]*t[7]],[0,0,0,t[6],t[7],1,-e[7]*t[6],-e[7]*t[7]]],n={},i=o(r,8,0,0,0,n);if(0!==i){for(var a=[],s=0;s<8;s++)for(var u=0;u<8;u++)null==a[u]&&(a[u]=0),a[u]+=((s+u)%2?-1:1)*o(r,7,0===s?1:0,1<<s,1<<u,n)/i*e[s];return function(t,e,r){var n=e*a[6]+r*a[7]+1;t[0]=(e*a[0]+r*a[1]+a[2])/n,t[1]=(e*a[3]+r*a[4]+a[5])/n}}}var s="___zrEVENTSAVED",u=[];function c(t,e,r,n,i){return h(u,e,n,i,!0)&&h(t,r,u[0],u[1])}function h(t,e,r,i,o){if(e.getBoundingClientRect&&n["a"].domSupported&&!p(e)){var a=e[s]||(e[s]={}),u=l(e,a),c=f(u,a,o);if(c)return c(t,r,i),!0}return!1}function l(t,e){var r=e.markers;if(r)return r;r=e.markers=[];for(var n=["left","right"],i=["top","bottom"],o=0;o<4;o++){var a=document.createElement("div"),s=a.style,u=o%2,c=(o>>1)%2;s.cssText=["position: absolute","visibility: hidden","padding: 0","margin: 0","border-width: 0","user-select: none","width:0","height:0",n[u]+":0",i[c]+":0",n[1-u]+":auto",i[1-c]+":auto",""].join("!important;"),t.appendChild(a),r.push(a)}return r}function f(t,e,r){for(var n=r?"invTrans":"trans",i=e[n],o=e.srcCoords,s=[],u=[],c=!0,h=0;h<4;h++){var l=t[h].getBoundingClientRect(),f=2*h,p=l.left,d=l.top;s.push(p,d),c=c&&o&&p===o[f]&&d===o[f+1],u.push(t[h].offsetLeft,t[h].offsetTop)}return c&&i?i:(e.srcCoords=s,e[n]=r?a(u,s):a(s,u))}function p(t){return"CANVAS"===t.nodeName.toUpperCase()}},dbe4:function(t,e,r){"use strict";var n=r("08c2"),i=r("f566"),o=r("ba54"),a=Math.PI,s=2*a,u=Math.sin,c=Math.cos,h=Math.acos,l=Math.atan2,f=Math.abs,p=Math.sqrt,d=Math.max,v=Math.min,y=1e-4;function g(t,e,r,n,i,o,a,s){var u=r-t,c=n-e,h=a-i,l=s-o,f=l*u-h*c;if(!(f*f<y))return f=(h*(e-o)-l*(t-i))/f,[t+f*u,e+f*c]}function b(t,e,r,n,i,o,a){var s=t-r,u=e-n,c=(a?o:-o)/p(s*s+u*u),h=c*u,l=-c*s,f=t+h,v=e+l,y=r+h,g=n+l,b=(f+y)/2,m=(v+g)/2,_=y-f,x=g-v,w=_*_+x*x,O=i-o,k=f*g-y*v,j=(x<0?-1:1)*p(d(0,O*O*w-k*k)),S=(k*x-_*j)/w,T=(-k*_-x*j)/w,M=(k*x+_*j)/w,P=(-k*_+x*j)/w,C=S-b,A=T-m,D=M-b,F=P-m;return C*C+A*A>D*D+F*F&&(S=M,T=P),{cx:S,cy:T,x0:-h,y0:-l,x1:S*(i/O-1),y1:T*(i/O-1)}}function m(t){var e;if(Object(o["t"])(t)){var r=t.length;if(!r)return t;e=1===r?[t[0],t[0],0,0]:2===r?[t[0],t[0],t[1],t[1]]:3===r?t.concat(t[2]):t}else e=[t,t,t,t];return e}function _(t,e){var r,n=d(e.r,0),i=d(e.r0||0,0),o=n>0,_=i>0;if(o||_){if(o||(n=i,i=0),i>n){var x=n;n=i,i=x}var w=e.startAngle,O=e.endAngle;if(!isNaN(w)&&!isNaN(O)){var k=e.cx,j=e.cy,S=!!e.clockwise,T=f(O-w),M=T>s&&T%s;if(M>y&&(T=M),n>y)if(T>s-y)t.moveTo(k+n*c(w),j+n*u(w)),t.arc(k,j,n,w,O,!S),i>y&&(t.moveTo(k+i*c(O),j+i*u(O)),t.arc(k,j,i,O,w,S));else{var P=void 0,C=void 0,A=void 0,D=void 0,F=void 0,L=void 0,z=void 0,I=void 0,R=void 0,B=void 0,W=void 0,N=void 0,H=void 0,X=void 0,E=void 0,q=void 0,Y=n*c(w),U=n*u(w),V=i*c(O),Z=i*u(O),Q=T>y;if(Q){var G=e.cornerRadius;G&&(r=m(G),P=r[0],C=r[1],A=r[2],D=r[3]);var $=f(n-i)/2;if(F=v($,A),L=v($,D),z=v($,P),I=v($,C),W=R=d(F,L),N=B=d(z,I),(R>y||B>y)&&(H=n*c(O),X=n*u(O),E=i*c(w),q=i*u(w),T<a)){var K=g(Y,U,E,q,H,X,V,Z);if(K){var J=Y-K[0],tt=U-K[1],et=H-K[0],rt=X-K[1],nt=1/u(h((J*et+tt*rt)/(p(J*J+tt*tt)*p(et*et+rt*rt)))/2),it=p(K[0]*K[0]+K[1]*K[1]);W=v(R,(n-it)/(nt+1)),N=v(B,(i-it)/(nt-1))}}}if(Q)if(W>y){var ot=v(A,W),at=v(D,W),st=b(E,q,Y,U,n,ot,S),ut=b(H,X,V,Z,n,at,S);t.moveTo(k+st.cx+st.x0,j+st.cy+st.y0),W<R&&ot===at?t.arc(k+st.cx,j+st.cy,W,l(st.y0,st.x0),l(ut.y0,ut.x0),!S):(ot>0&&t.arc(k+st.cx,j+st.cy,ot,l(st.y0,st.x0),l(st.y1,st.x1),!S),t.arc(k,j,n,l(st.cy+st.y1,st.cx+st.x1),l(ut.cy+ut.y1,ut.cx+ut.x1),!S),at>0&&t.arc(k+ut.cx,j+ut.cy,at,l(ut.y1,ut.x1),l(ut.y0,ut.x0),!S))}else t.moveTo(k+Y,j+U),t.arc(k,j,n,w,O,!S);else t.moveTo(k+Y,j+U);if(i>y&&Q)if(N>y){ot=v(P,N),at=v(C,N),st=b(V,Z,H,X,i,-at,S),ut=b(Y,U,E,q,i,-ot,S);t.lineTo(k+st.cx+st.x0,j+st.cy+st.y0),N<B&&ot===at?t.arc(k+st.cx,j+st.cy,N,l(st.y0,st.x0),l(ut.y0,ut.x0),!S):(at>0&&t.arc(k+st.cx,j+st.cy,at,l(st.y0,st.x0),l(st.y1,st.x1),!S),t.arc(k,j,i,l(st.cy+st.y1,st.cx+st.x1),l(ut.cy+ut.y1,ut.cx+ut.x1),S),ot>0&&t.arc(k+ut.cx,j+ut.cy,ot,l(ut.y1,ut.x1),l(ut.y0,ut.x0),!S))}else t.lineTo(k+V,j+Z),t.arc(k,j,i,O,w,S);else t.lineTo(k+V,j+Z)}else t.moveTo(k,j);t.closePath()}}}var x=function(){function t(){this.cx=0,this.cy=0,this.r0=0,this.r=0,this.startAngle=0,this.endAngle=2*Math.PI,this.clockwise=!0,this.cornerRadius=0}return t}(),w=function(t){function e(e){return t.call(this,e)||this}return Object(n["a"])(e,t),e.prototype.getDefaultShape=function(){return new x},e.prototype.buildPath=function(t,e){_(t,e)},e.prototype.isZeroArea=function(){return this.shape.startAngle===this.shape.endAngle||this.shape.r===this.shape.r0},e}(i["b"]);w.prototype.type="sector";e["a"]=w},e094:function(t,e,r){"use strict";r.d(e,"a",(function(){return v})),r.d(e,"b",(function(){return y})),r.d(e,"f",(function(){return g})),r.d(e,"c",(function(){return b})),r.d(e,"g",(function(){return m})),r.d(e,"e",(function(){return _})),r.d(e,"d",(function(){return x})),r.d(e,"h",(function(){return w})),r.d(e,"i",(function(){return O})),r.d(e,"m",(function(){return k})),r.d(e,"j",(function(){return j})),r.d(e,"n",(function(){return S})),r.d(e,"l",(function(){return T})),r.d(e,"k",(function(){return M}));var n=r("d9bc"),i=Math.pow,o=Math.sqrt,a=1e-8,s=1e-4,u=o(3),c=1/3,h=Object(n["e"])(),l=Object(n["e"])(),f=Object(n["e"])();function p(t){return t>-a&&t<a}function d(t){return t>a||t<-a}function v(t,e,r,n,i){var o=1-i;return o*o*(o*t+3*i*e)+i*i*(i*n+3*o*r)}function y(t,e,r,n,i){var o=1-i;return 3*(((e-t)*o+2*(r-e)*i)*o+(n-r)*i*i)}function g(t,e,r,n,a,s){var h=n+3*(e-r)-t,l=3*(r-2*e+t),f=3*(e-t),d=t-a,v=l*l-3*h*f,y=l*f-9*h*d,g=f*f-3*l*d,b=0;if(p(v)&&p(y))if(p(l))s[0]=0;else{var m=-f/l;m>=0&&m<=1&&(s[b++]=m)}else{var _=y*y-4*v*g;if(p(_)){var x=y/v,w=(m=-l/h+x,-x/2);m>=0&&m<=1&&(s[b++]=m),w>=0&&w<=1&&(s[b++]=w)}else if(_>0){var O=o(_),k=v*l+1.5*h*(-y+O),j=v*l+1.5*h*(-y-O);k=k<0?-i(-k,c):i(k,c),j=j<0?-i(-j,c):i(j,c);m=(-l-(k+j))/(3*h);m>=0&&m<=1&&(s[b++]=m)}else{var S=(2*v*l-3*h*y)/(2*o(v*v*v)),T=Math.acos(S)/3,M=o(v),P=Math.cos(T),C=(m=(-l-2*M*P)/(3*h),w=(-l+M*(P+u*Math.sin(T)))/(3*h),(-l+M*(P-u*Math.sin(T)))/(3*h));m>=0&&m<=1&&(s[b++]=m),w>=0&&w<=1&&(s[b++]=w),C>=0&&C<=1&&(s[b++]=C)}}return b}function b(t,e,r,n,i){var a=6*r-12*e+6*t,s=9*e+3*n-3*t-9*r,u=3*e-3*t,c=0;if(p(s)){if(d(a)){var h=-u/a;h>=0&&h<=1&&(i[c++]=h)}}else{var l=a*a-4*s*u;if(p(l))i[0]=-a/(2*s);else if(l>0){var f=o(l),v=(h=(-a+f)/(2*s),(-a-f)/(2*s));h>=0&&h<=1&&(i[c++]=h),v>=0&&v<=1&&(i[c++]=v)}}return c}function m(t,e,r,n,i,o){var a=(e-t)*i+t,s=(r-e)*i+e,u=(n-r)*i+r,c=(s-a)*i+a,h=(u-s)*i+s,l=(h-c)*i+c;o[0]=t,o[1]=a,o[2]=c,o[3]=l,o[4]=l,o[5]=h,o[6]=u,o[7]=n}function _(t,e,r,i,a,u,c,p,d,y,g){var b,m,_,x,w,O=.005,k=1/0;h[0]=d,h[1]=y;for(var j=0;j<1;j+=.05)l[0]=v(t,r,a,c,j),l[1]=v(e,i,u,p,j),x=Object(n["g"])(h,l),x<k&&(b=j,k=x);k=1/0;for(var S=0;S<32;S++){if(O<s)break;m=b-O,_=b+O,l[0]=v(t,r,a,c,m),l[1]=v(e,i,u,p,m),x=Object(n["g"])(l,h),m>=0&&x<k?(b=m,k=x):(f[0]=v(t,r,a,c,_),f[1]=v(e,i,u,p,_),w=Object(n["g"])(f,h),_<=1&&w<k?(b=_,k=w):O*=.5)}return g&&(g[0]=v(t,r,a,c,b),g[1]=v(e,i,u,p,b)),o(k)}function x(t,e,r,n,i,o,a,s,u){for(var c=t,h=e,l=0,f=1/u,p=1;p<=u;p++){var d=p*f,y=v(t,r,i,a,d),g=v(e,n,o,s,d),b=y-c,m=g-h;l+=Math.sqrt(b*b+m*m),c=y,h=g}return l}function w(t,e,r,n){var i=1-n;return i*(i*t+2*n*e)+n*n*r}function O(t,e,r,n){return 2*((1-n)*(e-t)+n*(r-e))}function k(t,e,r,n,i){var a=t-2*e+r,s=2*(e-t),u=t-n,c=0;if(p(a)){if(d(s)){var h=-u/s;h>=0&&h<=1&&(i[c++]=h)}}else{var l=s*s-4*a*u;if(p(l)){h=-s/(2*a);h>=0&&h<=1&&(i[c++]=h)}else if(l>0){var f=o(l),v=(h=(-s+f)/(2*a),(-s-f)/(2*a));h>=0&&h<=1&&(i[c++]=h),v>=0&&v<=1&&(i[c++]=v)}}return c}function j(t,e,r){var n=t+r-2*e;return 0===n?.5:(t-e)/n}function S(t,e,r,n,i){var o=(e-t)*n+t,a=(r-e)*n+e,s=(a-o)*n+o;i[0]=t,i[1]=o,i[2]=s,i[3]=s,i[4]=a,i[5]=r}function T(t,e,r,i,a,u,c,p,d){var v,y=.005,g=1/0;h[0]=c,h[1]=p;for(var b=0;b<1;b+=.05){l[0]=w(t,r,a,b),l[1]=w(e,i,u,b);var m=Object(n["g"])(h,l);m<g&&(v=b,g=m)}g=1/0;for(var _=0;_<32;_++){if(y<s)break;var x=v-y,O=v+y;l[0]=w(t,r,a,x),l[1]=w(e,i,u,x);m=Object(n["g"])(l,h);if(x>=0&&m<g)v=x,g=m;else{f[0]=w(t,r,a,O),f[1]=w(e,i,u,O);var k=Object(n["g"])(f,h);O<=1&&k<g?(v=O,g=k):y*=.5}}return d&&(d[0]=w(t,r,a,v),d[1]=w(e,i,u,v)),o(g)}function M(t,e,r,n,i,o,a){for(var s=t,u=e,c=0,h=1/a,l=1;l<=a;l++){var f=l*h,p=w(t,r,i,f),d=w(e,n,o,f),v=p-s,y=d-u;c+=Math.sqrt(v*v+y*y),s=p,u=d}return c}},ed6b:function(t,e,r){"use strict";var n=r("08c2"),i=r("9ada"),o=r("caa6"),a=r("f566"),s=r("ba54"),u=r("cf22"),c=Object(s["i"])({strokeFirst:!0,font:u["a"],x:0,y:0,textAlign:"left",textBaseline:"top",miterLimit:2},a["a"]),h=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return Object(n["a"])(e,t),e.prototype.hasStroke=function(){var t=this.style,e=t.stroke;return null!=e&&"none"!==e&&t.lineWidth>0},e.prototype.hasFill=function(){var t=this.style,e=t.fill;return null!=e&&"none"!==e},e.prototype.createStyle=function(t){return Object(s["g"])(c,t)},e.prototype.setBoundingRect=function(t){this._rect=t},e.prototype.getBoundingRect=function(){var t=this.style;if(!this._rect){var e=t.text;null!=e?e+="":e="";var r=Object(o["d"])(e,t.font,t.textAlign,t.textBaseline);if(r.x+=t.x||0,r.y+=t.y||0,this.hasStroke()){var n=t.lineWidth;r.x-=n/2,r.y-=n/2,r.width+=n,r.height+=n}this._rect=r}return this._rect},e.initDefaultProps=function(){var t=e.prototype;t.dirtyRectTolerance=10}(),e}(i["c"]);h.prototype.type="tspan",e["a"]=h},ee6c:function(t,e,r){"use strict";r.d(e,"a",(function(){return p})),r.d(e,"b",(function(){return d}));var n=r("4e14"),i=r("d9bc"),o=n["d"],a=5e-5;function s(t){return t>a||t<-a}var u=[],c=[],h=n["c"](),l=Math.abs,f=function(){function t(){}return t.prototype.getLocalTransform=function(e){return t.getLocalTransform(this,e)},t.prototype.setPosition=function(t){this.x=t[0],this.y=t[1]},t.prototype.setScale=function(t){this.scaleX=t[0],this.scaleY=t[1]},t.prototype.setSkew=function(t){this.skewX=t[0],this.skewY=t[1]},t.prototype.setOrigin=function(t){this.originX=t[0],this.originY=t[1]},t.prototype.needLocalTransform=function(){return s(this.rotation)||s(this.x)||s(this.y)||s(this.scaleX-1)||s(this.scaleY-1)||s(this.skewX)||s(this.skewY)},t.prototype.updateTransform=function(){var t=this.parent&&this.parent.transform,e=this.needLocalTransform(),r=this.transform;e||t?(r=r||n["c"](),e?this.getLocalTransform(r):o(r),t&&(e?n["f"](r,t,r):n["b"](r,t)),this.transform=r,this._resolveGlobalScaleRatio(r)):r&&o(r)},t.prototype._resolveGlobalScaleRatio=function(t){var e=this.globalScaleRatio;if(null!=e&&1!==e){this.getGlobalScale(u);var r=u[0]<0?-1:1,i=u[1]<0?-1:1,o=((u[0]-r)*e+r)/u[0]||0,a=((u[1]-i)*e+i)/u[1]||0;t[0]*=o,t[1]*=o,t[2]*=a,t[3]*=a}this.invTransform=this.invTransform||n["c"](),n["e"](this.invTransform,t)},t.prototype.getComputedTransform=function(){var t=this,e=[];while(t)e.push(t),t=t.parent;while(t=e.pop())t.updateTransform();return this.transform},t.prototype.setLocalTransform=function(t){if(t){var e=t[0]*t[0]+t[1]*t[1],r=t[2]*t[2]+t[3]*t[3],n=Math.atan2(t[1],t[0]),i=Math.PI/2+n-Math.atan2(t[3],t[2]);r=Math.sqrt(r)*Math.cos(i),e=Math.sqrt(e),this.skewX=i,this.skewY=0,this.rotation=-n,this.x=+t[4],this.y=+t[5],this.scaleX=e,this.scaleY=r,this.originX=0,this.originY=0}},t.prototype.decomposeTransform=function(){if(this.transform){var t=this.parent,e=this.transform;t&&t.transform&&(n["f"](c,t.invTransform,e),e=c);var r=this.originX,i=this.originY;(r||i)&&(h[4]=r,h[5]=i,n["f"](c,e,h),c[4]-=r,c[5]-=i,e=c),this.setLocalTransform(e)}},t.prototype.getGlobalScale=function(t){var e=this.transform;return t=t||[],e?(t[0]=Math.sqrt(e[0]*e[0]+e[1]*e[1]),t[1]=Math.sqrt(e[2]*e[2]+e[3]*e[3]),e[0]<0&&(t[0]=-t[0]),e[3]<0&&(t[1]=-t[1]),t):(t[0]=1,t[1]=1,t)},t.prototype.transformCoordToLocal=function(t,e){var r=[t,e],n=this.invTransform;return n&&i["b"](r,r,n),r},t.prototype.transformCoordToGlobal=function(t,e){var r=[t,e],n=this.transform;return n&&i["b"](r,r,n),r},t.prototype.getLineScale=function(){var t=this.transform;return t&&l(t[0]-1)>1e-10&&l(t[3]-1)>1e-10?Math.sqrt(l(t[0]*t[3]-t[2]*t[1])):1},t.prototype.copyTransform=function(t){d(this,t)},t.getLocalTransform=function(t,e){e=e||[];var r=t.originX||0,i=t.originY||0,o=t.scaleX,a=t.scaleY,s=t.anchorX,u=t.anchorY,c=t.rotation||0,h=t.x,l=t.y,f=t.skewX?Math.tan(t.skewX):0,p=t.skewY?Math.tan(-t.skewY):0;if(r||i||s||u){var d=r+s,v=i+u;e[4]=-d*o-f*v*a,e[5]=-v*a-p*d*o}else e[4]=e[5]=0;return e[0]=o,e[3]=a,e[1]=p*o,e[2]=f*a,c&&n["g"](e,e,c),e[4]+=r+h,e[5]+=i+l,e},t.initDefaultProps=function(){var e=t.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}(),t}(),p=["x","y","originX","originY","anchorX","anchorY","rotation","scaleX","scaleY","skewX","skewY"];function d(t,e){for(var r=0;r<p.length;r++){var n=p[r];t[n]=e[n]}}e["c"]=f},f182:function(t,e,r){"use strict";r.d(e,"e",(function(){return o})),r.d(e,"b",(function(){return a})),r.d(e,"a",(function(){return s})),r.d(e,"d",(function(){return u})),r.d(e,"c",(function(){return c}));var n=r("f505"),i=1;n["a"].hasGlobalWindow&&(i=Math.max(window.devicePixelRatio||window.screen&&window.screen.deviceXDPI/window.screen.logicalXDPI||1,1));var o=i,a=.4,s="#333",u="#ccc",c="#eee"},f505:function(t,e,r){"use strict";var n=function(){function t(){this.firefox=!1,this.ie=!1,this.edge=!1,this.newEdge=!1,this.weChat=!1}return t}(),i=function(){function t(){this.browser=new n,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="undefined"!==typeof window}return t}(),o=new i;function a(t,e){var r=e.browser,n=t.match(/Firefox\/([\d.]+)/),i=t.match(/MSIE\s([\d.]+)/)||t.match(/Trident\/.+?rv:(([\d.]+))/),o=t.match(/Edge?\/([\d.]+)/),a=/micromessenger/i.test(t);n&&(r.firefox=!0,r.version=n[1]),i&&(r.ie=!0,r.version=i[1]),o&&(r.edge=!0,r.version=o[1],r.newEdge=+o[1].split(".")[0]>18),a&&(r.weChat=!0),e.svgSupported="undefined"!==typeof SVGRect,e.touchEventsSupported="ontouchstart"in window&&!r.ie&&!r.edge,e.pointerEventsSupported="onpointerdown"in window&&(r.edge||r.ie&&+r.version>=11),e.domSupported="undefined"!==typeof document;var s=document.documentElement.style;e.transform3dSupported=(r.ie&&"transition"in s||r.edge||"WebKitCSSMatrix"in window&&"m11"in new WebKitCSSMatrix||"MozPerspective"in s)&&!("OTransition"in s),e.transformSupported=e.transform3dSupported||r.ie&&+r.version>=9}"object"===typeof wx&&"function"===typeof wx.getSystemInfoSync?(o.wxa=!0,o.touchEventsSupported=!0):"undefined"===typeof document&&"undefined"!==typeof self?o.worker=!0:"undefined"===typeof navigator?(o.node=!0,o.svgSupported=!0):a(navigator.userAgent,o),e["a"]=o},f566:function(t,e,r){"use strict";r.d(e,"a",(function(){return D}));var n=r("08c2"),i=r("9ada"),o=r("c3a0"),a=r("bb27"),s=r("e094");function u(t,e,r,n,i,o,a,u,c,h,l){if(0===c)return!1;var f=c;if(l>e+f&&l>n+f&&l>o+f&&l>u+f||l<e-f&&l<n-f&&l<o-f&&l<u-f||h>t+f&&h>r+f&&h>i+f&&h>a+f||h<t-f&&h<r-f&&h<i-f&&h<a-f)return!1;var p=s["e"](t,e,r,n,i,o,a,u,h,l,null);return p<=f/2}var c=r("f6aa"),h=r("fc65"),l=2*Math.PI;function f(t,e,r,n,i,o,a,s,u){if(0===a)return!1;var c=a;s-=t,u-=e;var f=Math.sqrt(s*s+u*u);if(f-c>r||f+c<r)return!1;if(Math.abs(n-i)%l<1e-4)return!0;if(o){var p=n;n=Object(h["a"])(i),i=Object(h["a"])(p)}else n=Object(h["a"])(n),i=Object(h["a"])(i);n>i&&(i+=l);var d=Math.atan2(u,s);return d<0&&(d+=l),d>=n&&d<=i||d+l>=n&&d+l<=i}var p=r("2d01"),d=o["a"].CMD,v=2*Math.PI,y=1e-4;function g(t,e){return Math.abs(t-e)<y}var b=[-1,-1,-1],m=[-1,-1];function _(){var t=m[0];m[0]=m[1],m[1]=t}function x(t,e,r,n,i,o,a,u,c,h){if(h>e&&h>n&&h>o&&h>u||h<e&&h<n&&h<o&&h<u)return 0;var l=s["f"](e,n,o,u,h,b);if(0===l)return 0;for(var f=0,p=-1,d=void 0,v=void 0,y=0;y<l;y++){var g=b[y],x=0===g||1===g?.5:1,w=s["a"](t,r,i,a,g);w<c||(p<0&&(p=s["c"](e,n,o,u,m),m[1]<m[0]&&p>1&&_(),d=s["a"](e,n,o,u,m[0]),p>1&&(v=s["a"](e,n,o,u,m[1]))),2===p?g<m[0]?f+=d<e?x:-x:g<m[1]?f+=v<d?x:-x:f+=u<v?x:-x:g<m[0]?f+=d<e?x:-x:f+=u<d?x:-x)}return f}function w(t,e,r,n,i,o,a,u){if(u>e&&u>n&&u>o||u<e&&u<n&&u<o)return 0;var c=s["m"](e,n,o,u,b);if(0===c)return 0;var h=s["j"](e,n,o);if(h>=0&&h<=1){for(var l=0,f=s["h"](e,n,o,h),p=0;p<c;p++){var d=0===b[p]||1===b[p]?.5:1,v=s["h"](t,r,i,b[p]);v<a||(b[p]<h?l+=f<e?d:-d:l+=o<f?d:-d)}return l}d=0===b[0]||1===b[0]?.5:1,v=s["h"](t,r,i,b[0]);return v<a?0:o<e?d:-d}function O(t,e,r,n,i,o,a,s){if(s-=e,s>r||s<-r)return 0;var u=Math.sqrt(r*r-s*s);b[0]=-u,b[1]=u;var c=Math.abs(n-i);if(c<1e-4)return 0;if(c>=v-1e-4){n=0,i=v;var h=o?1:-1;return a>=b[0]+t&&a<=b[1]+t?h:0}if(n>i){var l=n;n=i,i=l}n<0&&(n+=v,i+=v);for(var f=0,p=0;p<2;p++){var d=b[p];if(d+t>a){var y=Math.atan2(s,d);h=o?1:-1;y<0&&(y=v+y),(y>=n&&y<=i||y+v>=n&&y+v<=i)&&(y>Math.PI/2&&y<1.5*Math.PI&&(h=-h),f+=h)}}return f}function k(t,e,r,n,i){for(var o,s,h=t.data,l=t.len(),v=0,y=0,b=0,m=0,_=0,k=0;k<l;){var j=h[k++],S=1===k;switch(j===d.M&&k>1&&(r||(v+=Object(p["a"])(y,b,m,_,n,i))),S&&(y=h[k],b=h[k+1],m=y,_=b),j){case d.M:m=h[k++],_=h[k++],y=m,b=_;break;case d.L:if(r){if(a["a"](y,b,h[k],h[k+1],e,n,i))return!0}else v+=Object(p["a"])(y,b,h[k],h[k+1],n,i)||0;y=h[k++],b=h[k++];break;case d.C:if(r){if(u(y,b,h[k++],h[k++],h[k++],h[k++],h[k],h[k+1],e,n,i))return!0}else v+=x(y,b,h[k++],h[k++],h[k++],h[k++],h[k],h[k+1],n,i)||0;y=h[k++],b=h[k++];break;case d.Q:if(r){if(c["a"](y,b,h[k++],h[k++],h[k],h[k+1],e,n,i))return!0}else v+=w(y,b,h[k++],h[k++],h[k],h[k+1],n,i)||0;y=h[k++],b=h[k++];break;case d.A:var T=h[k++],M=h[k++],P=h[k++],C=h[k++],A=h[k++],D=h[k++];k+=1;var F=!!(1-h[k++]);o=Math.cos(A)*P+T,s=Math.sin(A)*C+M,S?(m=o,_=s):v+=Object(p["a"])(y,b,o,s,n,i);var L=(n-T)*C/P+T;if(r){if(f(T,M,C,A,A+D,F,e,L,i))return!0}else v+=O(T,M,C,A,A+D,F,L,i);y=Math.cos(A+D)*P+T,b=Math.sin(A+D)*C+M;break;case d.R:m=y=h[k++],_=b=h[k++];var z=h[k++],I=h[k++];if(o=m+z,s=_+I,r){if(a["a"](m,_,o,_,e,n,i)||a["a"](o,_,o,s,e,n,i)||a["a"](o,s,m,s,e,n,i)||a["a"](m,s,m,_,e,n,i))return!0}else v+=Object(p["a"])(o,_,o,s,n,i),v+=Object(p["a"])(m,s,m,_,n,i);break;case d.Z:if(r){if(a["a"](y,b,m,_,e,n,i))return!0}else v+=Object(p["a"])(y,b,m,_,n,i);y=m,b=_;break}}return r||g(b,_)||(v+=Object(p["a"])(y,b,m,_,n,i)||0),0!==v}function j(t,e,r){return k(t,0,!1,e,r)}function S(t,e,r,n){return k(t,e,!0,r,n)}var T=r("ba54"),M=r("1eb8"),P=r("f182"),C=r("71a8"),A=r("ee6c"),D=Object(T["i"])({fill:"#000",stroke:null,strokePercent:1,fillOpacity:1,strokeOpacity:1,lineDashOffset:0,lineWidth:1,lineCap:"butt",miterLimit:10,strokeNoScale:!1,strokeFirst:!1},i["b"]),F={style:Object(T["i"])({fill:!0,stroke:!0,strokePercent:!0,fillOpacity:!0,strokeOpacity:!0,lineDashOffset:!0,lineWidth:!0,miterLimit:!0},i["a"].style)},L=A["a"].concat(["invisible","culling","z","z2","zlevel","parent"]),z=function(t){function e(e){return t.call(this,e)||this}return Object(n["a"])(e,t),e.prototype.update=function(){var r=this;t.prototype.update.call(this);var n=this.style;if(n.decal){var i=this._decalEl=this._decalEl||new e;i.buildPath===e.prototype.buildPath&&(i.buildPath=function(t){r.buildPath(t,r.shape)}),i.silent=!0;var o=i.style;for(var a in n)o[a]!==n[a]&&(o[a]=n[a]);o.fill=n.fill?n.decal:null,o.decal=null,o.shadowColor=null,n.strokeFirst&&(o.stroke=null);for(var s=0;s<L.length;++s)i[L[s]]=this[L[s]];i.__dirty|=C["a"]}else this._decalEl&&(this._decalEl=null)},e.prototype.getDecalElement=function(){return this._decalEl},e.prototype._init=function(e){var r=Object(T["F"])(e);this.shape=this.getDefaultShape();var n=this.getDefaultStyle();n&&this.useStyle(n);for(var i=0;i<r.length;i++){var o=r[i],a=e[o];"style"===o?this.style?Object(T["m"])(this.style,a):this.useStyle(a):"shape"===o?Object(T["m"])(this.shape,a):t.prototype.attrKV.call(this,o,a)}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("none"!==t){if(Object(T["C"])(t)){var e=Object(M["d"])(t,0);return e>.5?P["a"]:e>.2?P["c"]:P["d"]}if(t)return P["d"]}return P["a"]},e.prototype.getInsideTextStroke=function(t){var e=this.style.fill;if(Object(T["C"])(e)){var r=this.__zr,n=!(!r||!r.isDarkMode()),i=Object(M["d"])(t,0)<P["b"];if(n===i)return e}},e.prototype.buildPath=function(t,e,r){},e.prototype.pathUpdated=function(){this.__dirty&=~C["b"]},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 o["a"](!1)},e.prototype.hasStroke=function(){var t=this.style,e=t.stroke;return!(null==e||"none"===e||!(t.lineWidth>0))},e.prototype.hasFill=function(){var t=this.style,e=t.fill;return null!=e&&"none"!==e},e.prototype.getBoundingRect=function(){var t=this._rect,e=this.style,r=!t;if(r){var n=!1;this.path||(n=!0,this.createPathProxy());var i=this.path;(n||this.__dirty&C["b"])&&(i.beginPath(),this.buildPath(i,this.shape,!1),this.pathUpdated()),t=i.getBoundingRect()}if(this._rect=t,this.hasStroke()&&this.path&&this.path.len()>0){var o=this._rectStroke||(this._rectStroke=t.clone());if(this.__dirty||r){o.copy(t);var a=e.strokeNoScale?this.getLineScale():1,s=e.lineWidth;if(!this.hasFill()){var u=this.strokeContainThreshold;s=Math.max(s,null==u?4:u)}a>1e-10&&(o.width+=s/a,o.height+=s/a,o.x-=s/a/2,o.y-=s/a/2)}return o}return t},e.prototype.contain=function(t,e){var r=this.transformCoordToLocal(t,e),n=this.getBoundingRect(),i=this.style;if(t=r[0],e=r[1],n.contain(t,e)){var o=this.path;if(this.hasStroke()){var a=i.lineWidth,s=i.strokeNoScale?this.getLineScale():1;if(s>1e-10&&(this.hasFill()||(a=Math.max(a,this.strokeContainThreshold)),S(o,a/s,t,e)))return!0}if(this.hasFill())return j(o,t,e)}return!1},e.prototype.dirtyShape=function(){this.__dirty|=C["b"],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){"style"===t?this.dirtyStyle():"shape"===t?this.dirtyShape():this.markRedraw()},e.prototype.attrKV=function(e,r){"shape"===e?this.setShape(r):t.prototype.attrKV.call(this,e,r)},e.prototype.setShape=function(t,e){var r=this.shape;return r||(r=this.shape={}),"string"===typeof t?r[t]=e:Object(T["m"])(r,t),this.dirtyShape(),this},e.prototype.shapeChanged=function(){return!!(this.__dirty&C["b"])},e.prototype.createStyle=function(t){return Object(T["g"])(D,t)},e.prototype._innerSaveToNormal=function(e){t.prototype._innerSaveToNormal.call(this,e);var r=this._normalState;e.shape&&!r.shape&&(r.shape=Object(T["m"])({},this.shape))},e.prototype._applyStateObj=function(e,r,n,i,o,a){t.prototype._applyStateObj.call(this,e,r,n,i,o,a);var s,u=!(r&&i);if(r&&r.shape?o?i?s=r.shape:(s=Object(T["m"])({},n.shape),Object(T["m"])(s,r.shape)):(s=Object(T["m"])({},i?this.shape:n.shape),Object(T["m"])(s,r.shape)):u&&(s=n.shape),s)if(o){this.shape=Object(T["m"])({},this.shape);for(var c={},h=Object(T["F"])(s),l=0;l<h.length;l++){var f=h[l];"object"===typeof s[f]?this.shape[f]=s[f]:c[f]=s[f]}this._transitionState(e,{shape:c},a)}else this.shape=s,this.dirtyShape()},e.prototype._mergeStates=function(e){for(var r,n=t.prototype._mergeStates.call(this,e),i=0;i<e.length;i++){var o=e[i];o.shape&&(r=r||{},this._mergeStyle(r,o.shape))}return r&&(n.shape=r),n},e.prototype.getAnimationStyleProps=function(){return F},e.prototype.isZeroArea=function(){return!1},e.extend=function(t){var r=function(e){function r(r){var n=e.call(this,r)||this;return t.init&&t.init.call(n,r),n}return Object(n["a"])(r,e),r.prototype.getDefaultStyle=function(){return Object(T["d"])(t.style)},r.prototype.getDefaultShape=function(){return Object(T["d"])(t.shape)},r}(e);for(var i in t)"function"===typeof t[i]&&(r.prototype[i]=t[i]);return r},e.initDefaultProps=function(){var t=e.prototype;t.type="path",t.strokeContainThreshold=5,t.segmentIgnoreThreshold=0,t.subPixelOptimize=!1,t.autoBatch=!1,t.__dirty=C["a"]|C["c"]|C["b"]}(),e}(i["c"]);e["b"]=z},f5a6:function(t,e,r){"use strict";var n=r("08c2"),i=r("d268"),o=function(t){function e(e,r,n,i,o){var a=t.call(this,i)||this;return a.x=null==e?.5:e,a.y=null==r?.5:r,a.r=null==n?.5:n,a.type="radial",a.global=o||!1,a}return Object(n["a"])(e,t),e}(i["a"]);e["a"]=o},f6aa:function(t,e,r){"use strict";r.d(e,"a",(function(){return i}));var n=r("e094");function i(t,e,r,i,o,a,s,u,c){if(0===s)return!1;var h=s;if(c>e+h&&c>i+h&&c>a+h||c<e-h&&c<i-h&&c<a-h||u>t+h&&u>r+h&&u>o+h||u<t-h&&u<r-h&&u<o-h)return!1;var l=Object(n["l"])(t,e,r,i,o,a,u,c,null);return l<=h/2}},f779:function(t,e,r){"use strict";r.d(e,"a",(function(){return i}));var n=r("13be"),i=function(){function t(){this._track=[]}return t.prototype.recognize=function(t,e,r){return this._doTrack(t,e,r),this._recognize(t)},t.prototype.clear=function(){return this._track.length=0,this},t.prototype._doTrack=function(t,e,r){var i=t.touches;if(i){for(var o={points:[],touches:[],target:e,event:t},a=0,s=i.length;a<s;a++){var u=i[a],c=n["b"](r,u,{});o.points.push([c.zrX,c.zrY]),o.touches.push(u)}this._track.push(o)}},t.prototype._recognize=function(t){for(var e in s)if(s.hasOwnProperty(e)){var r=s[e](this._track,t);if(r)return r}},t}();function o(t){var e=t[1][0]-t[0][0],r=t[1][1]-t[0][1];return Math.sqrt(e*e+r*r)}function a(t){return[(t[0][0]+t[1][0])/2,(t[0][1]+t[1][1])/2]}var s={pinch:function(t,e){var r=t.length;if(r){var n=(t[r-1]||{}).points,i=(t[r-2]||{}).points||n;if(i&&i.length>1&&n&&n.length>1){var s=o(n)/o(i);!isFinite(s)&&(s=1),e.pinchScale=s;var u=a(n);return e.pinchX=u[0],e.pinchY=u[1],{type:"pinch",target:t[0].target,event:e}}}}}},fc65:function(t,e,r){"use strict";r.d(e,"a",(function(){return i}));var n=2*Math.PI;function i(t){return t%=n,t<0&&(t+=n),t}}}]);
|